From 4c571715b10d0ad41dcbcbe6379bee581bc124c6 Mon Sep 17 00:00:00 2001 From: Colin Smith Date: Mon, 6 Mar 2023 09:35:06 -0500 Subject: [PATCH] adding the smaller csv files for normal git tracking --- lib/data/DistanceDistribution.csv | 5430 + lib/data/TAZ_System.csv | 6968 + lib/data/cmap_data_truck_EE_poe.csv | 2451 + lib/data/cmap_data_truck_IE_poe.csv | 36357 +++ lib/data/cmap_data_zone_centroids.csv | 1945 + lib/data/corresp_naics2_empcats.csv | 25 + lib/data/corresp_naics6_n6io_sctg.csv | 1179 + lib/data/corresp_sctg_category.csv | 44 + lib/data/data_2010io.csv | 303 + lib/data/data_FAF_modeshare.csv | 364 + lib/data/data_commodity_shipmentsizes.csv | 177 + lib/data/data_emp_ag_county_totals.csv | 22 + lib/data/data_emp_cbp.csv | 81609 +++++ lib/data/data_emp_cbp_ag.csv | 1934 + lib/data/data_est_size_categories.csv | 9 + lib/data/data_faf_distance.csv | 17162 ++ lib/data/data_faf_ton_distribution.csv | 1782 + lib/data/data_faf_ton_tradetype.csv | 127 + lib/data/data_firm_pref_weights.csv | 44 + lib/data/data_firm_pref_weights_Orig.csv | 44 + lib/data/data_mesozone_centroids.csv | 271 + lib/data/data_mesozone_emprankings.csv | 133 + lib/data/data_mesozone_gcd.csv | 239122 +++++++++++++++ lib/data/data_mode_description.csv | 58 + lib/data/data_mode_description2.csv | 58 + lib/data/data_modepath_airports.csv | 52757 ++++ lib/data/data_modepath_availability.csv | 87 + lib/data/data_modepath_ports.csv | 112260 +++++++ lib/data/data_modeshare_target.csv | 288 + lib/data/data_naicstorun.csv | 241 + lib/data/data_unitcost.csv | 44 + lib/data/domesticonly.csv | 287 + lib/data/domestictargets.csv | 287 + lib/data/foreigndomestictargets.csv | 165 + lib/data/model_distchannel_calibration.csv | 34 + lib/data/model_distchannel_food.csv | 10 + lib/data/model_distchannel_food_cal.csv | 28 + lib/data/model_distchannel_mfg.csv | 10 + lib/data/model_distchannel_mfg_cal.csv | 73 + lib/data/model_numberoftours.csv | 21 + lib/data/model_shipsize_calibration.csv | 397 + .../model_shipsize_calibration__OrigCopy.csv | 397 + lib/data/model_shipsize_food.csv | 10 + lib/data/model_shipsize_mfg.csv | 10 + lib/data/model_stopduration.csv | 31 + lib/data/model_timeofday.csv | 14 + lib/data/model_vehicle_tourpattern.csv | 27 + .../base/inputs/cmap_data_zone_employment.csv | 1945 + scenarios/base/inputs/cmap_warehouses.csv | 1501 + scenarios/base/inputs/data_emp_cbpzone.csv | 152 + .../base/inputs/data_emp_control_county.csv | 62081 ++++ .../base/inputs/data_emp_control_taz.csv | 72641 +++++ scenarios/base/inputs/data_foreign_cons.csv | 53487 ++++ scenarios/base/inputs/data_foreign_prod.csv | 28471 ++ scenarios/base/inputs/data_hh.csv | 3633 + scenarios/base/inputs/data_mesozone_skims.csv | 17425 ++ 56 files changed, 806432 insertions(+) create mode 100644 lib/data/DistanceDistribution.csv create mode 100644 lib/data/TAZ_System.csv create mode 100644 lib/data/cmap_data_truck_EE_poe.csv create mode 100644 lib/data/cmap_data_truck_IE_poe.csv create mode 100644 lib/data/cmap_data_zone_centroids.csv create mode 100644 lib/data/corresp_naics2_empcats.csv create mode 100644 lib/data/corresp_naics6_n6io_sctg.csv create mode 100644 lib/data/corresp_sctg_category.csv create mode 100644 lib/data/data_2010io.csv create mode 100644 lib/data/data_FAF_modeshare.csv create mode 100644 lib/data/data_commodity_shipmentsizes.csv create mode 100644 lib/data/data_emp_ag_county_totals.csv create mode 100644 lib/data/data_emp_cbp.csv create mode 100644 lib/data/data_emp_cbp_ag.csv create mode 100644 lib/data/data_est_size_categories.csv create mode 100644 lib/data/data_faf_distance.csv create mode 100644 lib/data/data_faf_ton_distribution.csv create mode 100644 lib/data/data_faf_ton_tradetype.csv create mode 100644 lib/data/data_firm_pref_weights.csv create mode 100644 lib/data/data_firm_pref_weights_Orig.csv create mode 100644 lib/data/data_mesozone_centroids.csv create mode 100644 lib/data/data_mesozone_emprankings.csv create mode 100644 lib/data/data_mesozone_gcd.csv create mode 100644 lib/data/data_mode_description.csv create mode 100644 lib/data/data_mode_description2.csv create mode 100644 lib/data/data_modepath_airports.csv create mode 100644 lib/data/data_modepath_availability.csv create mode 100644 lib/data/data_modepath_ports.csv create mode 100644 lib/data/data_modeshare_target.csv create mode 100644 lib/data/data_naicstorun.csv create mode 100644 lib/data/data_unitcost.csv create mode 100644 lib/data/domesticonly.csv create mode 100644 lib/data/domestictargets.csv create mode 100644 lib/data/foreigndomestictargets.csv create mode 100644 lib/data/model_distchannel_calibration.csv create mode 100644 lib/data/model_distchannel_food.csv create mode 100644 lib/data/model_distchannel_food_cal.csv create mode 100644 lib/data/model_distchannel_mfg.csv create mode 100644 lib/data/model_distchannel_mfg_cal.csv create mode 100644 lib/data/model_numberoftours.csv create mode 100644 lib/data/model_shipsize_calibration.csv create mode 100644 lib/data/model_shipsize_calibration__OrigCopy.csv create mode 100644 lib/data/model_shipsize_food.csv create mode 100644 lib/data/model_shipsize_mfg.csv create mode 100644 lib/data/model_stopduration.csv create mode 100644 lib/data/model_timeofday.csv create mode 100644 lib/data/model_vehicle_tourpattern.csv create mode 100644 scenarios/base/inputs/cmap_data_zone_employment.csv create mode 100644 scenarios/base/inputs/cmap_warehouses.csv create mode 100644 scenarios/base/inputs/data_emp_cbpzone.csv create mode 100644 scenarios/base/inputs/data_emp_control_county.csv create mode 100644 scenarios/base/inputs/data_emp_control_taz.csv create mode 100644 scenarios/base/inputs/data_foreign_cons.csv create mode 100644 scenarios/base/inputs/data_foreign_prod.csv create mode 100644 scenarios/base/inputs/data_hh.csv create mode 100644 scenarios/base/inputs/data_mesozone_skims.csv diff --git a/lib/data/DistanceDistribution.csv b/lib/data/DistanceDistribution.csv new file mode 100644 index 0000000..aa0efcb --- /dev/null +++ b/lib/data/DistanceDistribution.csv @@ -0,0 +1,5430 @@ +SCTG,DistanceGroup,Frequency,Proportion,cumProportion +1,1,231,0.0268292682926829,0.0268292682926829 +1,2,554,0.0643437862950058,0.0911730545876887 +1,3,320,0.0371660859465738,0.128339140534262 +1,4,139,0.016144018583043,0.144483159117305 +1,5,53,0.00615563298490128,0.150638792102207 +1,6,23,0.00267131242740999,0.153310104529617 +1,7,25,0.00290360046457607,0.156213704994193 +1,8,24,0.00278745644599303,0.159001161440186 +1,9,44,0.00511033681765389,0.16411149825784 +1,10,47,0.00545876887340302,0.169570267131243 +1,11,49,0.00569105691056911,0.175261324041812 +1,12,44,0.00511033681765389,0.180371660859466 +1,13,44,0.00511033681765389,0.18548199767712 +1,14,65,0.00754936120789779,0.193031358885017 +1,15,146,0.0169570267131243,0.209988385598142 +1,16,181,0.0210220673635308,0.231010452961672 +1,17,176,0.0204413472706156,0.251451800232288 +1,18,149,0.0173054587688734,0.268757259001161 +1,19,151,0.0175377468060395,0.286295005807201 +1,20,123,0.0142857142857143,0.300580720092915 +1,21,143,0.0166085946573751,0.31718931475029 +1,22,172,0.0199767711962834,0.337166085946574 +1,23,130,0.0150987224157956,0.352264808362369 +1,24,136,0.0157955865272938,0.368060394889663 +1,25,128,0.0148664343786295,0.382926829268293 +1,26,75,0.00871080139372822,0.391637630662021 +1,27,73,0.00847851335656214,0.400116144018583 +1,28,51,0.00592334494773519,0.406039488966318 +1,29,45,0.00522648083623693,0.411265969802555 +1,30,40,0.00464576074332172,0.415911730545877 +1,31,45,0.00522648083623693,0.421138211382114 +1,32,35,0.0040650406504065,0.42520325203252 +1,33,48,0.00557491289198606,0.430778164924506 +1,34,41,0.00476190476190476,0.435540069686411 +1,35,48,0.00557491289198606,0.441114982578397 +1,36,29,0.00336817653890825,0.444483159117305 +1,37,56,0.00650406504065041,0.450987224157956 +1,38,96,0.0111498257839721,0.462137049941928 +1,39,78,0.00905923344947735,0.471196283391405 +1,40,105,0.0121951219512195,0.483391405342625 +1,41,93,0.010801393728223,0.494192799070848 +1,42,121,0.0140534262485482,0.508246225319396 +1,43,61,0.00708478513356562,0.515331010452962 +1,44,31,0.00360046457607433,0.518931475029036 +1,45,36,0.00418118466898955,0.523112659698026 +1,46,21,0.0024390243902439,0.52555168408827 +1,47,31,0.00360046457607433,0.529152148664344 +1,48,30,0.00348432055749129,0.532636469221835 +1,49,14,0.0016260162601626,0.534262485481998 +1,50,6,0.000696864111498258,0.534959349593496 +1,51,6,0.000696864111498258,0.535656213704994 +1,52,7,0.000813008130081301,0.536469221835076 +1,53,15,0.00174216027874564,0.538211382113821 +1,54,20,0.00232288037166086,0.540534262485482 +1,55,49,0.00569105691056911,0.546225319396051 +1,56,55,0.00638792102206736,0.552613240418118 +1,57,68,0.00789779326364692,0.560511033681765 +1,58,70,0.00813008130081301,0.568641114982578 +1,59,86,0.0099883855981417,0.57862950058072 +1,60,77,0.00894308943089431,0.587572590011614 +1,61,71,0.00824622531939605,0.59581881533101 +1,62,113,0.0131242740998839,0.608943089430894 +1,63,111,0.0128919860627178,0.621835075493612 +1,64,142,0.0164924506387921,0.638327526132404 +1,65,97,0.0112659698025552,0.649593495934959 +1,66,108,0.0125435540069686,0.662137049941928 +1,67,120,0.0139372822299652,0.676074332171893 +1,68,89,0.0103368176538908,0.686411149825784 +1,69,108,0.0125435540069686,0.698954703832753 +1,70,104,0.0120789779326365,0.711033681765389 +1,71,131,0.0152148664343786,0.726248548199768 +1,72,136,0.0157955865272938,0.742044134727062 +1,73,86,0.0099883855981417,0.752032520325203 +1,74,97,0.0112659698025552,0.763298490127759 +1,75,132,0.0153310104529617,0.77862950058072 +1,76,144,0.0167247386759582,0.795354239256678 +1,77,152,0.0176538908246225,0.813008130081301 +1,78,153,0.0177700348432056,0.830778164924506 +1,79,134,0.0155632984901278,0.846341463414634 +1,80,108,0.0125435540069686,0.858885017421603 +1,81,80,0.00929152148664344,0.868176538908246 +1,82,75,0.00871080139372822,0.876887340301975 +1,83,71,0.00824622531939605,0.88513356562137 +1,84,40,0.00464576074332172,0.889779326364692 +1,85,44,0.00511033681765389,0.894889663182346 +1,86,38,0.00441347270615563,0.899303135888502 +1,87,33,0.00383275261324042,0.903135888501742 +1,88,32,0.00371660859465738,0.9068524970964 +1,89,14,0.0016260162601626,0.908478513356562 +1,90,17,0.00197444831591173,0.910452961672474 +1,91,28,0.0032520325203252,0.913704994192799 +1,92,8,0.000929152148664344,0.914634146341463 +1,93,4,0.000464576074332172,0.915098722415796 +1,94,13,0.00150987224157956,0.916608594657375 +1,95,16,0.00185830429732869,0.918466898954704 +1,96,17,0.00197444831591173,0.920441347270616 +1,97,22,0.00255516840882695,0.922996515679442 +1,98,11,0.00127758420441347,0.924274099883856 +1,99,22,0.00255516840882695,0.926829268292683 +1,100,21,0.0024390243902439,0.929268292682927 +1,101,20,0.00232288037166086,0.931591173054588 +1,102,18,0.00209059233449477,0.933681765389082 +1,103,29,0.00336817653890825,0.937049941927991 +1,104,41,0.00476190476190476,0.941811846689895 +1,105,48,0.00557491289198606,0.947386759581881 +1,106,69,0.00801393728222997,0.955400696864112 +1,107,73,0.00847851335656214,0.963879210220674 +1,108,61,0.00708478513356562,0.970963995354239 +1,109,60,0.00696864111498258,0.977932636469222 +1,110,35,0.0040650406504065,0.981997677119628 +1,111,24,0.00278745644599303,0.984785133565621 +1,112,26,0.00301974448315912,0.987804878048781 +1,113,12,0.00139372822299652,0.989198606271777 +1,114,13,0.00150987224157956,0.990708478513356 +1,115,23,0.00267131242740999,0.993379790940767 +1,116,11,0.00127758420441347,0.99465737514518 +1,117,3,0.000348432055749129,0.995005807200929 +1,119,3,0.000348432055749129,0.995354239256678 +1,120,3,0.000348432055749129,0.995702671312427 +1,121,2,0.000232288037166086,0.995934959349593 +1,122,2,0.000232288037166086,0.99616724738676 +1,123,3,0.000348432055749129,0.996515679442509 +1,124,4,0.000464576074332172,0.996980255516841 +1,125,7,0.000813008130081301,0.997793263646922 +1,126,7,0.000813008130081301,0.998606271777003 +1,127,4,0.000464576074332172,0.999070847851336 +1,129,1,0.000116144018583043,0.999186991869919 +1,130,1,0.000116144018583043,0.999303135888502 +1,132,5,0.000580720092915215,0.999883855981417 +1,133,1,0.000116144018583043,1 +2,1,216,0.0211681693453548,0.0211681693453548 +2,2,483,0.0473343786750294,0.0685025480203842 +2,3,300,0.0294002352018816,0.0979027832222658 +2,4,160,0.0156801254410035,0.113582908663269 +2,5,106,0.0103880831046648,0.123970991767934 +2,6,86,0.0084280674245394,0.132399059192474 +2,7,83,0.00813406507252058,0.140533124264994 +2,8,62,0.00607604860838887,0.146609172873383 +2,9,68,0.0066640533124265,0.15327322618581 +2,10,72,0.00705605644845159,0.160329282634261 +2,11,74,0.00725205801646413,0.167581340650725 +2,12,50,0.0049000392003136,0.172481379851039 +2,13,76,0.00744805958447668,0.179929439435516 +2,14,103,0.010094080752646,0.190023520188162 +2,15,229,0.0224421795374363,0.212465699725598 +2,16,232,0.0227361818894551,0.235201881615053 +2,17,218,0.0213641709133673,0.25656605252842 +2,18,164,0.0160721285770286,0.272638181105449 +2,19,172,0.0168561348490788,0.289494315954528 +2,20,124,0.0121520972167777,0.301646413171305 +2,21,116,0.0113680909447276,0.313014504116033 +2,22,168,0.0164641317130537,0.329478635829087 +2,23,100,0.00980007840062721,0.339278714229714 +2,24,141,0.0138181105448844,0.353096824774598 +2,25,128,0.0125441003528028,0.365640925127401 +2,26,59,0.00578204625637005,0.371422971383771 +2,27,57,0.00558604468835751,0.377009016072129 +2,28,51,0.00499803998431988,0.382007056056449 +2,29,38,0.00372402979223834,0.385731085848687 +2,30,42,0.00411603292826343,0.38984711877695 +2,31,40,0.00392003136025088,0.393767150137201 +2,32,39,0.00382203057624461,0.397589180713446 +2,33,48,0.00470403763230106,0.402293218345747 +2,34,24,0.00235201881615053,0.404645237161897 +2,35,34,0.00333202665621325,0.407977263818111 +2,36,16,0.00156801254410035,0.409545276362211 +2,37,30,0.00294002352018816,0.412485299882399 +2,38,43,0.0042140337122697,0.416699333594669 +2,39,54,0.00529204233633869,0.421991375931007 +2,40,93,0.0091140729125833,0.431105448843591 +2,41,113,0.0110740885927087,0.4421795374363 +2,42,113,0.0110740885927087,0.453253626029008 +2,43,104,0.0101920815366523,0.463445707565661 +2,44,72,0.00705605644845159,0.470501764014112 +2,45,76,0.00744805958447668,0.477949823598589 +2,46,63,0.00617404939239514,0.484123872990984 +2,47,65,0.00637005096040768,0.490493923951392 +2,48,53,0.00519404155233242,0.495687965503724 +2,49,35,0.00343002744021952,0.499117992943944 +2,50,38,0.00372402979223834,0.502842022736182 +2,51,32,0.00313602508820071,0.505978047824383 +2,52,23,0.00225401803214426,0.508232065856527 +2,53,28,0.00274402195217562,0.510976087808703 +2,54,21,0.00205801646413171,0.513034104272834 +2,55,55,0.00539004312034496,0.518424147393179 +2,56,79,0.00774206193649549,0.526166209329675 +2,57,79,0.00774206193649549,0.53390827126617 +2,58,58,0.00568404547236378,0.539592316738534 +2,59,63,0.00617404939239514,0.545766366130929 +2,60,82,0.00803606428851431,0.553802430419443 +2,61,79,0.00774206193649549,0.561544492355939 +2,62,109,0.0106820854566837,0.572226577812623 +2,63,117,0.0114660917287338,0.583692669541356 +2,64,140,0.0137201097608781,0.597412779302235 +2,65,101,0.00989807918463348,0.607310858486868 +2,66,89,0.00872206977655821,0.616032928263426 +2,67,133,0.0130341042728342,0.62906703253626 +2,68,135,0.0132301058408467,0.642297138377107 +2,69,139,0.0136221089768718,0.655919247353979 +2,70,111,0.0108780870246962,0.666797334378675 +2,71,150,0.0147001176009408,0.681497451979616 +2,72,156,0.0152881223049784,0.696785574284594 +2,73,90,0.00882007056056449,0.705605644845159 +2,74,107,0.0104860838886711,0.71609172873383 +2,75,122,0.0119560956487652,0.728047824382595 +2,76,143,0.0140141121128969,0.742061936495492 +2,77,137,0.0134261074088593,0.755488043904351 +2,78,171,0.0167581340650725,0.772246177969424 +2,79,174,0.0170521364170913,0.789298314386515 +2,80,176,0.0172481379851039,0.806546452371619 +2,81,146,0.0143081144649157,0.820854566836535 +2,82,124,0.0121520972167777,0.833006664053313 +2,83,138,0.0135241081928655,0.846530772246178 +2,84,83,0.00813406507252058,0.854664837318699 +2,85,84,0.00823206585652685,0.862896903175225 +2,86,97,0.00950607604860839,0.872402979223834 +2,87,71,0.00695805566444532,0.879361034888279 +2,88,56,0.00548804390435124,0.88484907879263 +2,89,32,0.00313602508820071,0.887985103880831 +2,90,32,0.00313602508820071,0.891121128969032 +2,91,25,0.0024500196001568,0.893571148569188 +2,92,26,0.00254802038416307,0.896119168953352 +2,93,24,0.00235201881615053,0.898471187769502 +2,94,39,0.00382203057624461,0.902293218345747 +2,95,42,0.00411603292826343,0.90640925127401 +2,96,46,0.00450803606428852,0.910917287338299 +2,97,48,0.00470403763230106,0.9156213249706 +2,98,26,0.00254802038416307,0.918169345354763 +2,99,34,0.00333202665621325,0.921501372010976 +2,100,29,0.00284202273618189,0.924343394747158 +2,101,33,0.00323402587220698,0.927577420619365 +2,102,26,0.00254802038416307,0.930125441003528 +2,103,30,0.00294002352018816,0.933065464523716 +2,104,44,0.00431203449627597,0.937377499019992 +2,105,60,0.00588004704037632,0.943257546060368 +2,106,79,0.00774206193649549,0.950999607996864 +2,107,60,0.00588004704037632,0.95687965503724 +2,108,47,0.00460603684829479,0.961485691885535 +2,109,59,0.00578204625637005,0.967267738141905 +2,110,61,0.0059780478243826,0.973245785966288 +2,111,41,0.00401803214425715,0.977263818110545 +2,112,28,0.00274402195217562,0.980007840062721 +2,113,27,0.00264602116816935,0.98265386123089 +2,114,21,0.00205801646413171,0.984711877695022 +2,115,23,0.00225401803214426,0.986965895727166 +2,116,10,0.000980007840062721,0.987945903567229 +2,117,8,0.000784006272050176,0.988729909839279 +2,118,10,0.000980007840062721,0.989709917679341 +2,119,4,0.000392003136025088,0.990101920815366 +2,120,1,9.80007840062721e-05,0.990199921599373 +2,121,2,0.000196001568012544,0.990395923167385 +2,122,4,0.000392003136025088,0.99078792630341 +2,123,5,0.00049000392003136,0.991277930223442 +2,124,4,0.000392003136025088,0.991669933359467 +2,125,15,0.00147001176009408,0.993139945119561 +2,126,10,0.000980007840062721,0.994119952959624 +2,127,12,0.00117600940807526,0.995295962367699 +2,128,19,0.00186201489611917,0.997157977263818 +2,129,8,0.000784006272050176,0.997941983535868 +2,130,16,0.00156801254410035,0.999509996079969 +2,131,4,0.000392003136025088,0.999901999215994 +2,132,1,9.80007840062721e-05,1 +3,1,288,0.0100404406637847,0.0100404406637847 +3,2,707,0.0246478873239437,0.0346883279877284 +3,3,581,0.0202551945335379,0.0549435225212662 +3,4,461,0.0160716775902942,0.0710152001115605 +3,5,329,0.0114698089527263,0.0824850090642867 +3,6,298,0.0103890670757217,0.0928740761400084 +3,7,317,0.0110514572584019,0.10392553339841 +3,8,252,0.0087853855808116,0.112710918979222 +3,9,263,0.00916887463394227,0.121879793613164 +3,10,278,0.00969181425184772,0.131571607865012 +3,11,257,0.00895969878678009,0.140531306651792 +3,12,205,0.00714684144470785,0.1476781480965 +3,13,194,0.00676335239157719,0.154441500488077 +3,14,280,0.00976153953423511,0.164203040022312 +3,15,472,0.0164551666434249,0.180658206665737 +3,16,479,0.0166992051317808,0.197357411797518 +3,17,520,0.0181285734207224,0.21548598521824 +3,18,477,0.0166294798493934,0.232115465067634 +3,19,515,0.0179542602147539,0.250069725282387 +3,20,447,0.0155836006135825,0.26565332589597 +3,21,406,0.0141542323246409,0.279807558220611 +3,22,483,0.0168386556965556,0.296646213917166 +3,23,397,0.0138404685538976,0.310486682471064 +3,24,407,0.0141890949658346,0.324675777436899 +3,25,403,0.0140496444010598,0.338725421837958 +3,26,242,0.00843675916887463,0.347162181006833 +3,27,205,0.00714684144470785,0.354309022451541 +3,28,152,0.00529912146144192,0.359608143912983 +3,29,131,0.00456700599637429,0.364175149909357 +3,30,142,0.00495049504950495,0.369125644958862 +3,31,123,0.00428810486682471,0.373413749825687 +3,32,136,0.00474131920234277,0.37815506902803 +3,33,148,0.00515967089666713,0.383314739924697 +3,34,147,0.00512480825547344,0.38843954818017 +3,35,146,0.00508994561427974,0.39352949379445 +3,36,107,0.00373030260772556,0.397259796402175 +3,37,139,0.00484590712592386,0.402105703528099 +3,38,206,0.00718170408590155,0.409287407614001 +3,39,163,0.00568261051457258,0.414970018128573 +3,40,239,0.00833217124529354,0.423302189373867 +3,41,265,0.00923859991632966,0.432540789290197 +3,42,333,0.011609259517501,0.444150048807698 +3,43,249,0.00868079765723051,0.452830846464928 +3,44,190,0.0066239018268024,0.459454748291731 +3,45,168,0.00585692372054107,0.465311672012272 +3,46,158,0.0055082973086041,0.470819969320876 +3,47,150,0.00522939617905453,0.47604936549993 +3,48,126,0.0043926927904058,0.480442058290336 +3,49,117,0.00407892901966253,0.484520987309999 +3,50,97,0.00338167619578859,0.487902663505787 +3,51,84,0.00292846186027053,0.490831125366058 +3,52,68,0.00237065960117138,0.493201784967229 +3,53,94,0.0032770882722075,0.496478873239437 +3,54,93,0.00324222563101381,0.49972109887045 +3,55,202,0.00704225352112676,0.506763352391577 +3,56,226,0.00787895690977549,0.514642309301353 +3,57,184,0.00641472597964022,0.521057035280993 +3,58,215,0.00749546785664482,0.528552503137638 +3,59,249,0.00868079765723051,0.537233300794868 +3,60,282,0.00983126481662251,0.547064565611491 +3,61,241,0.00840189652768094,0.555466462139172 +3,62,350,0.0122019244177939,0.567668386556966 +3,63,322,0.0112257704643704,0.578894157021336 +3,64,345,0.0120276112118254,0.590921768233161 +3,65,287,0.010005578022591,0.600927346255752 +3,66,266,0.00927346255752336,0.610200808813276 +3,67,320,0.011156045181983,0.621356853995259 +3,68,318,0.0110863198995956,0.632443173894854 +3,69,369,0.0128643146004741,0.645307488495328 +3,70,319,0.0111211825407893,0.656428671036118 +3,71,445,0.0155138753311951,0.671942546367313 +3,72,435,0.0151652489192581,0.687107795286571 +3,73,357,0.0124459629061498,0.699553758192721 +3,74,374,0.0130386278064426,0.712592385999163 +3,75,405,0.0141193696834472,0.726711755682611 +3,76,402,0.0140147817598661,0.740726537442477 +3,77,443,0.0154441500488077,0.756170687491284 +3,78,473,0.0164900292846186,0.772660716775903 +3,79,464,0.0161762655138753,0.788836982289778 +3,80,418,0.0145725840189653,0.803409566308744 +3,81,365,0.0127248640356993,0.816134430344443 +3,82,335,0.0116789847998884,0.827813415144331 +3,83,328,0.0114349463115326,0.839248361455864 +3,84,210,0.00732115465067634,0.84656951610654 +3,85,280,0.00976153953423511,0.856331055640775 +3,86,298,0.0103890670757217,0.866720122716497 +3,87,216,0.00753033049783852,0.874250453214336 +3,88,179,0.00624041277367173,0.880490865988007 +3,89,149,0.00519453353786083,0.885685399525868 +3,90,204,0.00711197880351415,0.892797378329382 +3,91,194,0.00676335239157719,0.899560730720959 +3,92,123,0.00428810486682471,0.903848835587784 +3,93,60,0.00209175847162181,0.905940594059406 +3,94,113,0.00393947845488774,0.909880072514294 +3,95,111,0.00386975317250035,0.913749825686794 +3,96,72,0.00251011016594617,0.91625993585274 +3,97,99,0.00345140147817599,0.919711337330916 +3,98,66,0.00230093431878399,0.9220122716497 +3,99,98,0.00341653883698229,0.925428810486683 +3,100,80,0.00278901129549575,0.928217821782178 +3,101,110,0.00383489053130665,0.932052712313485 +3,102,124,0.00432296750801841,0.936375679821503 +3,103,114,0.00397434109608144,0.940350020917585 +3,104,177,0.00617068749128434,0.946520708408869 +3,105,192,0.00669362710918979,0.953214335518059 +3,106,247,0.00861107237484312,0.961825407892902 +3,107,199,0.00693766559754567,0.968763073490448 +3,108,144,0.00502022033189234,0.97378329382234 +3,109,117,0.00407892901966253,0.977862222842002 +3,110,112,0.00390461581369405,0.981766838655697 +3,111,60,0.00209175847162181,0.983858597127318 +3,112,48,0.00167340677729745,0.985532003904616 +3,113,52,0.00181285734207224,0.987344861246688 +3,114,65,0.00226607167759029,0.989610932924278 +3,115,61,0.00212662111281551,0.991737554037094 +3,116,29,0.00101101659461721,0.992748570631711 +3,117,15,0.000522939617905453,0.993271510249616 +3,118,25,0.000871566029842421,0.994143076279459 +3,119,25,0.000871566029842421,0.995014642309301 +3,120,14,0.000488076976711756,0.995502719286013 +3,121,5,0.000174313205968484,0.995677032491982 +3,122,8,0.000278901129549575,0.995955933621531 +3,123,4,0.000139450564774787,0.996095384186306 +3,124,6,0.000209175847162181,0.996304560033468 +3,125,17,0.000592664900292846,0.996897224933761 +3,126,17,0.000592664900292846,0.997489889834054 +3,127,11,0.000383489053130665,0.997873378887185 +3,128,18,0.000627527541486543,0.998500906428671 +3,129,9,0.000313763770743272,0.998814670199414 +3,130,25,0.000871566029842421,0.999686236229257 +3,131,6,0.000209175847162181,0.999895412076419 +3,138,1,3.48626411936968e-05,0.999930274717613 +3,155,2,6.97252823873937e-05,1 +4,1,253,0.011166034071851,0.011166034071851 +4,2,645,0.0284667667049166,0.0396328007767676 +4,3,559,0.0246711978109277,0.0643039985876953 +4,4,423,0.0186689028157825,0.0829729014034778 +4,5,374,0.0165063112366493,0.0994792126401271 +4,6,328,0.0144761232235855,0.113955335863713 +4,7,259,0.0114308412039898,0.125386177067702 +4,8,227,0.0100185364992497,0.135404713566952 +4,9,231,0.0101950745873422,0.145599788154294 +4,10,244,0.0107688233736429,0.156368611527937 +4,11,201,0.00887103892664842,0.165239650454586 +4,12,167,0.00737046517786212,0.172610115632448 +4,13,189,0.00834142466237091,0.180951540294819 +4,14,192,0.00847382822844029,0.189425368523259 +4,15,408,0.0180068849854356,0.207432253508695 +4,16,450,0.0198605349104069,0.227292788419101 +4,17,456,0.0201253420425457,0.247418130461647 +4,18,383,0.0169035219348574,0.264321652396505 +4,19,367,0.0161973695824874,0.280519021978992 +4,20,288,0.0127107423426604,0.293229764321652 +4,21,325,0.0143437196575161,0.307573483979169 +4,22,354,0.0156236207961868,0.323197104775355 +4,23,261,0.011519110248036,0.334716215023391 +4,24,272,0.0120045899902904,0.346720805013682 +4,25,259,0.0114308412039898,0.358151646217672 +4,26,171,0.00754700326595463,0.365698649483626 +4,27,138,0.00609056403919146,0.371789213522818 +4,28,133,0.00586989142907582,0.377659104951893 +4,29,116,0.00511960455468267,0.382778709506576 +4,30,91,0.00401624150410451,0.386794951010681 +4,31,108,0.00476652837849766,0.391561479389178 +4,32,109,0.00481066290052079,0.396372142289699 +4,33,99,0.00436931768028952,0.400741459969989 +4,34,85,0.00375143437196575,0.404492894341954 +4,35,98,0.0043251831582664,0.408818077500221 +4,36,60,0.00264807132138759,0.411466148821608 +4,37,81,0.00357489628387325,0.415041045105482 +4,38,130,0.00573748786300644,0.420778532968488 +4,39,111,0.00489893194456704,0.425677464913055 +4,40,154,0.00679671639156148,0.432474181304617 +4,41,195,0.00860623179450966,0.441080413099126 +4,42,249,0.0109894959837585,0.452069909082885 +4,43,177,0.00781181039809339,0.459881719480978 +4,44,147,0.00648777473739959,0.466369494218378 +4,45,152,0.00670844734751523,0.473077941565893 +4,46,140,0.00617883308323771,0.479256774649131 +4,47,109,0.00481066290052079,0.484067437549651 +4,48,99,0.00436931768028952,0.488436755229941 +4,49,88,0.00388383793803513,0.492320593167976 +4,50,84,0.00370729984994263,0.496027893017919 +4,51,62,0.00273634036543384,0.498764233383353 +4,52,44,0.00194191896901757,0.50070615235237 +4,53,72,0.00317768558566511,0.503883837938035 +4,54,68,0.0030011474975726,0.506884985435608 +4,55,153,0.00675258186953835,0.513637567305146 +4,56,185,0.0081648865742784,0.521802453879425 +4,57,164,0.00723806161179275,0.529040515491217 +4,58,170,0.0075028687439315,0.536543384235149 +4,59,194,0.00856209727248654,0.545105481507635 +4,60,212,0.00935651866890282,0.554462000176538 +4,61,183,0.00807661753023215,0.56253861770677 +4,62,229,0.010106805543296,0.572645423250066 +4,63,243,0.0107246888516197,0.583370112101686 +4,64,266,0.0117397828581516,0.595109894959838 +4,65,227,0.0100185364992497,0.605128431459087 +4,66,189,0.00834142466237091,0.613469856121458 +4,67,270,0.0119163209462442,0.625386177067702 +4,68,236,0.0104157471974579,0.63580192426516 +4,69,288,0.0127107423426604,0.648512666607821 +4,70,259,0.0114308412039898,0.659943507811811 +4,71,370,0.0163297731485568,0.676273280960367 +4,72,373,0.0164621767146262,0.692735457674993 +4,73,265,0.0116956483361285,0.704431106011122 +4,74,297,0.0131079530408686,0.71753905905199 +4,75,347,0.0153146791420249,0.732853738194015 +4,76,330,0.0145643922676317,0.747418130461647 +4,77,331,0.0146085267896549,0.762026657251302 +4,78,389,0.0171683290669962,0.779194986318298 +4,79,371,0.0163739076705799,0.795568893988878 +4,80,296,0.0130638185188454,0.808632712507724 +4,81,282,0.0124459352105217,0.821078647718245 +4,82,225,0.00993026745520346,0.831008915173449 +4,83,243,0.0107246888516197,0.841733604025068 +4,84,173,0.00763527231000088,0.849368876335069 +4,85,173,0.00763527231000088,0.85700414864507 +4,86,184,0.00812075205225528,0.865124900697325 +4,87,117,0.0051637390767058,0.870288639774031 +4,88,97,0.00428104863624327,0.874569688410275 +4,89,89,0.00392797246005826,0.878497660870333 +4,90,108,0.00476652837849766,0.88326418924883 +4,91,110,0.00485479742254391,0.888118986671374 +4,92,74,0.00326595462971136,0.891384941301086 +4,93,63,0.00278047488745697,0.894165416188543 +4,94,103,0.00454585576838203,0.898711271956925 +4,95,84,0.00370729984994263,0.902418571806867 +4,96,82,0.00361903080589637,0.906037602612764 +4,97,89,0.00392797246005826,0.909965575072822 +4,98,63,0.00278047488745697,0.912746049960279 +4,99,69,0.00304528201959573,0.915791331979875 +4,100,92,0.00406037602612764,0.919851708006002 +4,101,97,0.00428104863624327,0.924132756642246 +4,102,74,0.00326595462971136,0.927398711271957 +4,103,111,0.00489893194456704,0.932297643216524 +4,104,166,0.007326330655839,0.939623973872363 +4,105,148,0.00653190925942272,0.946155883131786 +4,106,210,0.00926824962485656,0.955424132756642 +4,107,177,0.00781181039809339,0.963235943154736 +4,108,127,0.00560508429693706,0.968841027451673 +4,109,97,0.00428104863624327,0.973122076087916 +4,110,87,0.003839703416012,0.976961779503928 +4,111,54,0.00238326418924883,0.979345043693177 +4,112,51,0.00225086062317945,0.981595904316356 +4,113,39,0.00172124635890193,0.983317150675258 +4,114,42,0.00185364992497131,0.98517080060023 +4,115,56,0.00247153323329508,0.987642333833525 +4,116,34,0.0015005737487863,0.989142907582311 +4,117,24,0.00105922852855504,0.990202136110866 +4,118,21,0.000926824962485656,0.991128961073352 +4,119,20,0.00088269044046253,0.992011651513814 +4,120,11,0.000485479742254391,0.992497131256069 +4,121,14,0.000617883308323771,0.993115014564392 +4,122,12,0.000529614264277518,0.99364462882867 +4,123,8,0.000353076176185012,0.993997705004855 +4,124,8,0.000353076176185012,0.99435078118104 +4,125,18,0.000794421396416277,0.995145202577456 +4,126,20,0.00088269044046253,0.996027893017919 +4,127,20,0.00088269044046253,0.996910583458381 +4,128,19,0.000838555918439403,0.99774913937682 +4,129,20,0.00088269044046253,0.998631829817283 +4,130,20,0.00088269044046253,0.999514520257746 +4,131,4,0.000176538088092506,0.999691058345838 +4,132,4,0.000176538088092506,0.999867596433931 +4,133,3,0.000132403566069379,1 +5,1,231,0.0113257501470877,0.0113257501470877 +5,2,485,0.0237791723867425,0.0351049225338302 +5,3,483,0.0236811139439106,0.0587860364777407 +5,4,447,0.0219160619729359,0.0807020984506766 +5,5,439,0.0215238282016082,0.102225926652285 +5,6,401,0.0196607177878015,0.121886644440086 +5,7,384,0.0188272210237301,0.140713865463816 +5,8,320,0.0156893508531085,0.156403216316925 +5,9,324,0.0158854677387723,0.172288684055697 +5,10,312,0.0152971170817807,0.187585801137478 +5,11,270,0.0132378897823103,0.200823690919788 +5,12,244,0.0119631300254952,0.212786820945283 +5,13,172,0.00843302608354579,0.221219847028829 +5,14,191,0.00936458129044911,0.230584428319278 +5,15,341,0.0167189645028437,0.247303392822122 +5,16,348,0.0170621690527554,0.264365561874877 +5,17,340,0.0166699352814277,0.281035497156305 +5,18,255,0.0125024514610708,0.293537948617376 +5,19,267,0.0130908021180624,0.306628750735438 +5,20,209,0.0102471072759365,0.316875858011375 +5,21,216,0.0105903118258482,0.327466169837223 +5,22,227,0.0111296332614238,0.338595803098647 +5,23,199,0.00975681506177682,0.348352618160424 +5,24,206,0.0101000196116886,0.358452637772112 +5,25,204,0.0100019611688566,0.368454598940969 +5,26,125,0.00612865267699549,0.374583251617964 +5,27,97,0.0047558344773485,0.379339086095313 +5,28,80,0.00392233771327711,0.38326142380859 +5,29,73,0.00357913316336537,0.386840556971955 +5,30,87,0.00426554226318886,0.391106099235144 +5,31,90,0.00441262992743675,0.395518729162581 +5,32,91,0.00446165914885272,0.399980388311434 +5,33,89,0.00436360070602079,0.404343989017454 +5,34,79,0.00387330849186115,0.408217297509316 +5,35,74,0.00362816238478133,0.411845459894097 +5,36,47,0.0023043734065503,0.414149833300647 +5,37,86,0.0042165130417729,0.41836634634242 +5,38,120,0.00588350656991567,0.424249852912336 +5,39,132,0.00647185722690724,0.430721710139243 +5,40,179,0.00877623063345754,0.439497940772701 +5,41,190,0.00931555206903314,0.448813492841734 +5,42,230,0.0112767209256717,0.460090213767405 +5,43,192,0.00941361051186507,0.46950382427927 +5,44,149,0.00730535399097862,0.476809178270249 +5,45,112,0.00549127279858796,0.482300451068837 +5,46,76,0.00372622082761326,0.48602667189645 +5,47,102,0.00500098058442832,0.491027652480879 +5,48,76,0.00372622082761326,0.494753873308492 +5,49,70,0.00343204549911747,0.498185918807609 +5,50,62,0.00303981172778976,0.501225730535399 +5,51,58,0.00284369484212591,0.504069425377525 +5,52,44,0.00215728574230241,0.506226711119827 +5,53,46,0.00225534418513434,0.508482055304962 +5,54,56,0.00274563639929398,0.511227691704256 +5,55,124,0.00607962345557953,0.517307315159835 +5,56,143,0.00701117866248284,0.524318493822318 +5,57,117,0.00573641890566778,0.530054912727986 +5,58,130,0.00637379878407531,0.536428711512061 +5,59,180,0.0088252598548735,0.545253971366935 +5,60,189,0.00926652284761718,0.554520494214552 +5,61,146,0.00715826632673073,0.561678760541283 +5,62,220,0.0107864287115121,0.572465189252795 +5,63,217,0.0106393410472642,0.583104530300059 +5,64,236,0.0115708962541675,0.594675426554226 +5,65,198,0.00970778584036086,0.604383212394587 +5,66,162,0.00794273386938615,0.612325946263973 +5,67,253,0.0124043930182389,0.624730339282212 +5,68,236,0.0115708962541675,0.63630123553638 +5,69,237,0.0116199254755834,0.647921161011963 +5,70,219,0.0107373994900961,0.658658560502059 +5,71,308,0.0151010001961169,0.673759560698176 +5,72,294,0.0144145910962934,0.68817415179447 +5,73,210,0.0102961364973524,0.698470288291822 +5,74,230,0.0112767209256717,0.709747009217494 +5,75,218,0.0106883702686801,0.720435379486174 +5,76,282,0.0138262404393018,0.734261619925476 +5,77,273,0.0133849774465582,0.747646597372034 +5,78,353,0.0173073151598353,0.764953912531869 +5,79,287,0.0140713865463816,0.779025299078251 +5,80,276,0.013532065110806,0.792557364189057 +5,81,233,0.0114238085899196,0.803981172778976 +5,82,207,0.0101490488331045,0.814130221612081 +5,83,216,0.0105903118258482,0.824720533437929 +5,84,187,0.00916846440478525,0.833888997842714 +5,85,162,0.00794273386938615,0.841831731712101 +5,86,183,0.0089723475191214,0.850804079231222 +5,87,140,0.00686409099823495,0.857668170229457 +5,88,124,0.00607962345557953,0.863747793685036 +5,89,81,0.00397136693469308,0.867719160619729 +5,90,118,0.00578544812708374,0.873504608746813 +5,91,92,0.00451068837026868,0.878015297117082 +5,92,82,0.00402039615610904,0.882035693273191 +5,93,46,0.00225534418513434,0.884291037458325 +5,94,99,0.00485389292018043,0.889144930378506 +5,95,93,0.00455971759168464,0.89370464797019 +5,96,75,0.00367719160619729,0.897381839576388 +5,97,79,0.00387330849186115,0.901255148068249 +5,98,61,0.0029907825063738,0.904245930574622 +5,99,74,0.00362816238478133,0.907874092959404 +5,100,67,0.00328495783486958,0.911159050794273 +5,101,63,0.00308884094920573,0.914247891743479 +5,102,64,0.00313787017062169,0.917385761914101 +5,103,65,0.00318689939203765,0.920572661306139 +5,104,95,0.00465777603451657,0.925230437340655 +5,105,139,0.00681506177681898,0.932045499117474 +5,106,198,0.00970778584036086,0.941753284957835 +5,107,184,0.00902137674053736,0.950774661698372 +5,108,143,0.00701117866248284,0.957785840360855 +5,109,106,0.00519709747009217,0.962982937830947 +5,110,90,0.00441262992743675,0.967395567758384 +5,111,64,0.00313787017062169,0.970533437929006 +5,112,61,0.0029907825063738,0.973524220435379 +5,113,62,0.00303981172778976,0.976564032163169 +5,114,67,0.00328495783486958,0.979848989998039 +5,115,84,0.00411845459894097,0.98396744459698 +5,116,35,0.00171602274955874,0.985683467346539 +5,117,15,0.000735438321239459,0.986418905667778 +5,118,19,0.000931555206903314,0.987350460874681 +5,119,19,0.000931555206903314,0.988282016081585 +5,120,13,0.000637379878407531,0.988919395959992 +5,121,13,0.000637379878407531,0.9895567758384 +5,122,19,0.000931555206903314,0.990488331045303 +5,123,9,0.000441262992743675,0.990929594038047 +5,124,7,0.000343204549911747,0.991272798587958 +5,125,18,0.00088252598548735,0.992155324573446 +5,126,22,0.00107864287115121,0.993233967444597 +5,127,27,0.00132378897823103,0.994557756422828 +5,128,32,0.00156893508531085,0.996126691508139 +5,129,23,0.00112767209256717,0.997254363600706 +5,130,30,0.00147087664247892,0.998725240243185 +5,131,8,0.000392233771327711,0.999117474014513 +5,132,5,0.00024514610707982,0.999362620121592 +5,133,2,9.80584428319278e-05,0.999460678564424 +5,140,1,4.90292214159639e-05,0.99950970778584 +5,154,2,9.80584428319278e-05,0.999607766228672 +5,155,8,0.000392233771327711,1 +6,1,255,0.012827607022486,0.012827607022486 +6,2,552,0.0277679963780874,0.0405956034005735 +6,3,512,0.0257558227275014,0.0663514261280749 +6,4,476,0.0239448664419739,0.0902962925700488 +6,5,491,0.0246994315609437,0.114995724130993 +6,6,459,0.0230896926404749,0.138085416771467 +6,7,428,0.0215302580612707,0.159615674832738 +6,8,319,0.0160470848634237,0.175662759696162 +6,9,320,0.0160973892046884,0.19176014890085 +6,10,323,0.0162483022284823,0.208008451129332 +6,11,274,0.0137833895065144,0.221791840635847 +6,12,189,0.00950752049901907,0.231299361134866 +6,13,169,0.00850143367372604,0.239800794808592 +6,14,200,0.0100608682529302,0.249861663061522 +6,15,412,0.0207253886010363,0.270587051662559 +6,16,373,0.0187635192917149,0.289350570954273 +6,17,403,0.0202726495296544,0.309623220483928 +6,18,376,0.0189144323155088,0.328537652799437 +6,19,363,0.0182604758790684,0.346798128678505 +6,20,295,0.0148397806730721,0.361637909351577 +6,21,262,0.0131797374113386,0.374817646762916 +6,22,313,0.0157452588158358,0.390562905578751 +6,23,252,0.0126766939986921,0.403239599577444 +6,24,279,0.0140349112128377,0.417274510790281 +6,25,268,0.0134815634589265,0.430756074249208 +6,26,144,0.00724382514210976,0.437999899391317 +6,27,113,0.00568439056290558,0.443684289954223 +6,28,94,0.00472860807887721,0.4484128980331 +6,29,81,0.00407465164243674,0.452487549675537 +6,30,90,0.0045273907138186,0.457014940389356 +6,31,93,0.00467830373761256,0.461693244126968 +6,32,98,0.00492982544393581,0.466623069570904 +6,33,95,0.00477891242014186,0.471401981991046 +6,34,82,0.00412495598370139,0.475526937974747 +6,35,95,0.00477891242014186,0.480305850394889 +6,36,55,0.00276673876955581,0.483072589164445 +6,37,85,0.00427586900749535,0.48734845817194 +6,38,125,0.00628804265808139,0.493636500830022 +6,39,130,0.00653956436440465,0.500176065194426 +6,40,159,0.00799839026107953,0.508174455455506 +6,41,169,0.00850143367372604,0.516675889129232 +6,42,209,0.0105136073243121,0.527189496453544 +6,43,175,0.00880325972131395,0.535992756174858 +6,44,120,0.00603652095175814,0.542029277126616 +6,45,96,0.00482921676140651,0.546858493888023 +6,46,70,0.00352130388852558,0.550379797776548 +6,47,74,0.00372252125358418,0.554102319030132 +6,48,64,0.00321947784093767,0.55732179687107 +6,49,39,0.00196186930932139,0.559283666180391 +6,50,56,0.00281704311082046,0.562100709291212 +6,51,44,0.00221339101564465,0.564314100306857 +6,52,35,0.00176065194426279,0.566074752251119 +6,53,58,0.00291765179334977,0.568992404044469 +6,54,59,0.00296795613461442,0.571960360179084 +6,55,160,0.00804869460234418,0.580009054781428 +6,56,156,0.00784747723728558,0.587856532018713 +6,57,143,0.00719352080084511,0.595050052819558 +6,58,143,0.00719352080084511,0.602243573620403 +6,59,170,0.00855173801499069,0.610795311635394 +6,60,183,0.00920569445143116,0.620001006086825 +6,61,166,0.00835052064993209,0.628351526736758 +6,62,219,0.0110166507369586,0.639368177473716 +6,63,209,0.0105136073243121,0.649881784798028 +6,64,212,0.010664520348106,0.660546305146134 +6,65,179,0.00900447708637255,0.669550782232507 +6,66,159,0.00799839026107953,0.677549172493586 +6,67,222,0.0111675637607526,0.688716736254339 +6,68,223,0.0112178681020172,0.699934604356356 +6,69,223,0.0112178681020172,0.711152472458373 +6,70,199,0.0100105639116656,0.721163036370039 +6,71,281,0.014135519895367,0.735298556265406 +6,72,268,0.0134815634589265,0.748780119724332 +6,73,224,0.0112681724432819,0.760048292167614 +6,74,217,0.0109160420544293,0.770964334222043 +6,75,239,0.0120227375622516,0.782987071784295 +6,76,255,0.012827607022486,0.795814678806781 +6,77,223,0.0112178681020172,0.807032546908798 +6,78,254,0.0127773026812214,0.81980984959002 +6,79,229,0.0115196941496051,0.831329543739625 +6,80,214,0.0107651290306353,0.84209467277026 +6,81,191,0.00960812918154837,0.851702801951809 +6,82,175,0.00880325972131395,0.860506061673122 +6,83,178,0.0089541727451079,0.86946023441823 +6,84,134,0.00674078172946325,0.876201016147694 +6,85,119,0.00598621661049349,0.882187232758187 +6,86,157,0.00789778157855023,0.890085014336737 +6,87,102,0.00513104280899442,0.895216057145732 +6,88,84,0.0042255646662307,0.899441621811963 +6,89,57,0.00286734745208512,0.902308969264048 +6,90,92,0.00462799939634791,0.906936968660395 +6,91,73,0.00367221691231953,0.910609185572715 +6,92,57,0.00286734745208512,0.9134765330248 +6,93,39,0.00196186930932139,0.915438402334121 +6,94,83,0.00417526032496605,0.919613662659087 +6,95,67,0.00337039086473163,0.922984053523819 +6,96,60,0.00301826047587907,0.926002313999698 +6,97,62,0.00311886915840837,0.929121183158107 +6,98,54,0.00271643442829116,0.931837617586398 +6,99,63,0.00316917349967302,0.935006791086071 +6,100,67,0.00337039086473163,0.938377181950802 +6,101,70,0.00352130388852558,0.941898485839328 +6,102,57,0.00286734745208512,0.944765833291413 +6,103,52,0.00261582574576186,0.947381659037175 +6,104,78,0.00392373861864279,0.951305397655818 +6,105,101,0.00508073846772977,0.956386136123547 +6,106,162,0.00814930328487349,0.964535439408421 +6,107,111,0.00558378188037628,0.970119221288797 +6,108,101,0.00508073846772977,0.975199959756527 +6,109,76,0.00382312993611349,0.97902308969264 +6,110,60,0.00301826047587907,0.98204135016852 +6,111,54,0.00271643442829116,0.984757784596811 +6,112,45,0.0022636953569093,0.98702147995372 +6,113,33,0.00166004326173349,0.988681523215453 +6,114,17,0.000855173801499069,0.989536697016953 +6,115,19,0.000955782484028372,0.990492479500981 +6,116,10,0.000503043412646511,0.990995522913627 +6,117,14,0.000704260777705116,0.991699783691333 +6,118,7,0.000352130388852558,0.992051914080185 +6,119,15,0.000754565118969767,0.992806479199155 +6,120,12,0.000603652095175814,0.993410131294331 +6,121,9,0.00045273907138186,0.993862870365713 +6,122,10,0.000503043412646511,0.994365913778359 +6,123,3,0.000150913023793953,0.994516826802153 +6,124,4,0.000201217365058605,0.994718044167212 +6,125,12,0.000603652095175814,0.995321696262387 +6,126,10,0.000503043412646511,0.995824739675034 +6,127,12,0.000603652095175814,0.99642839177021 +6,128,18,0.00090547814276372,0.997333869912973 +6,129,16,0.000804869460234418,0.998138739373208 +6,130,26,0.00130791287288093,0.999446652246089 +6,131,5,0.000251521706323256,0.999698173952412 +6,132,5,0.000251521706323256,0.999949695658735 +6,133,1,5.03043412646511e-05,1 +7,1,350,0.00862345085864932,0.00862345085864932 +7,2,903,0.0222485032153153,0.0308719540739646 +7,3,989,0.0243674082834405,0.0552393623574051 +7,4,986,0.0242934929903664,0.0795328553477715 +7,5,986,0.0242934929903664,0.103826348338138 +7,6,947,0.0233325941804026,0.12715894251854 +7,7,881,0.0217064577327716,0.148865400251312 +7,8,757,0.0186512922857072,0.167516692537019 +7,9,724,0.0178382240618917,0.185354916598911 +7,10,700,0.0172469017172986,0.20260181831621 +7,11,599,0.0147584201838027,0.217360238500012 +7,12,488,0.0120235543400596,0.229383792840072 +7,13,423,0.0104220563234533,0.239805849163525 +7,14,471,0.0116047010126395,0.251410550176165 +7,15,739,0.0182078005272624,0.269618350703427 +7,16,714,0.0175918397516446,0.287210190455072 +7,17,745,0.0183556311134107,0.305565821568483 +7,18,675,0.0166309409416808,0.322196762510163 +7,19,673,0.0165816640796314,0.338778426589795 +7,20,604,0.0148816123389263,0.353660038928721 +7,21,583,0.0143642052874073,0.368024244216128 +7,22,609,0.0150048044940498,0.383029048710178 +7,23,529,0.0130337300120728,0.396062778722251 +7,24,545,0.0134279449084682,0.409490723630719 +7,25,529,0.0130337300120728,0.422524453642792 +7,26,330,0.00813068223815508,0.430655135880947 +7,27,222,0.00546973168748614,0.436124867568433 +7,28,187,0.00460738660162121,0.440732254170054 +7,29,148,0.00364648779165743,0.444378741961712 +7,30,183,0.00450883287752236,0.448887574839234 +7,31,173,0.00426244856727524,0.45315002340651 +7,32,168,0.00413925641215167,0.457289279818661 +7,33,164,0.00404070268805283,0.461329982506714 +7,34,159,0.00391751053292926,0.465247493039643 +7,35,175,0.00431172542932466,0.469559218468968 +7,36,126,0.00310444230911376,0.472663660778082 +7,37,153,0.00376967994678099,0.476433340724863 +7,38,214,0.00527262423928844,0.481705964964151 +7,39,204,0.00502623992904132,0.486732204893192 +7,40,315,0.00776110577278439,0.494493310665977 +7,41,330,0.00813068223815508,0.502623992904132 +7,42,420,0.0103481410303792,0.512972133934511 +7,43,329,0.00810604380713036,0.521078177741642 +7,44,253,0.00623352304925222,0.527311700790894 +7,45,228,0.00561756227363442,0.532929263064528 +7,46,183,0.00450883287752236,0.53743809594205 +7,47,155,0.00381895680883041,0.541257052750881 +7,48,152,0.00374504151575628,0.545002094266637 +7,49,113,0.0027841427057925,0.54778623697243 +7,50,121,0.00298125015399019,0.55076748712642 +7,51,106,0.00261167368861951,0.553379160815039 +7,52,72,0.00177396703377929,0.555153127848819 +7,53,101,0.00248848153349595,0.557641609382315 +7,54,119,0.00293197329194077,0.560573582674255 +7,55,256,0.00630743834232636,0.566881021016582 +7,56,298,0.00734225244536428,0.574223273461946 +7,57,245,0.00603641560105452,0.580259689063 +7,58,265,0.00652918422154877,0.586788873284549 +7,59,324,0.0079828516520068,0.594771724936556 +7,60,349,0.00859881242762461,0.603370537364181 +7,61,318,0.00783502106585853,0.611205558430039 +7,62,413,0.0101756720132062,0.621381230443245 +7,63,385,0.00948579594451425,0.63086702638776 +7,64,437,0.0107669943577993,0.641634020745559 +7,65,387,0.00953507280656368,0.651169093552123 +7,66,356,0.00877128144479759,0.65994037499692 +7,67,432,0.0106438022026757,0.670584177199596 +7,68,428,0.0105452484785769,0.681129425678173 +7,69,442,0.0108901865129229,0.692019612191096 +7,70,408,0.0100524798580826,0.702072092049178 +7,71,567,0.0139699903910119,0.71604208244019 +7,72,583,0.0143642052874073,0.730406287727598 +7,73,485,0.0119496390469855,0.742355926774583 +7,74,519,0.0127873457018257,0.755143272476409 +7,75,524,0.0129105378569493,0.768053810333358 +7,76,557,0.0137236060807648,0.781777416414123 +7,77,500,0.0123192155123562,0.794096631926479 +7,78,517,0.0127380688397763,0.806834700766255 +7,79,518,0.012762707270801,0.819597408037056 +7,80,453,0.0111612092541947,0.830758617291251 +7,81,397,0.0097814571168108,0.840540074408062 +7,82,376,0.00926405006529184,0.849804124473354 +7,83,323,0.00795821322098209,0.857762337694336 +7,84,251,0.0061842461872028,0.863946583881539 +7,85,294,0.00724369872126543,0.871190282602804 +7,86,316,0.0077857442038091,0.878976026806613 +7,87,204,0.00502623992904132,0.884002266735654 +7,88,197,0.00485377091186833,0.888856037647523 +7,89,192,0.00473057875674477,0.893586616404267 +7,90,242,0.00596250030798039,0.899549116712248 +7,91,187,0.00460738660162121,0.904156503313869 +7,92,130,0.00320299603321261,0.907359499347082 +7,93,105,0.0025870352575948,0.909946534604676 +7,94,161,0.00396678739497869,0.913913321999655 +7,95,171,0.00421317170522581,0.918126493704881 +7,96,108,0.00266095055066893,0.92078744425555 +7,97,111,0.00273486584374307,0.923522310099293 +7,98,104,0.00256239682657008,0.926084706925863 +7,99,126,0.00310444230911376,0.929189149234977 +7,100,128,0.00315371917116318,0.93234286840614 +7,101,145,0.00357257249858329,0.935915440904723 +7,102,138,0.0034001034814103,0.939315544386134 +7,103,134,0.00330154975731145,0.942617094143445 +7,104,199,0.00490304777391776,0.947520141917363 +7,105,236,0.00581466972183211,0.953334811639195 +7,106,332,0.0081799591002045,0.961514770739399 +7,107,275,0.0067755685317959,0.968290339271195 +7,108,204,0.00502623992904132,0.973316579200237 +7,109,137,0.00337546505038559,0.976692044250622 +7,110,119,0.00293197329194077,0.979624017542563 +7,111,104,0.00256239682657008,0.982186414369133 +7,112,96,0.00236528937837239,0.984551703747505 +7,113,85,0.00209426663710055,0.986645970384606 +7,114,74,0.00182324389582871,0.988469214280435 +7,115,93,0.00229137408529825,0.990760588365733 +7,116,48,0.00118264468918619,0.991943233054919 +7,117,35,0.000862345085864932,0.992805578140784 +7,118,19,0.000468130189469535,0.993273708330254 +7,119,40,0.000985537240988494,0.994259245571242 +7,120,39,0.000960898809963782,0.995220144381206 +7,121,26,0.000640599206642521,0.995860743587848 +7,122,23,0.000566683913568384,0.996427427501417 +7,123,6,0.000147830586148274,0.996575258087565 +7,124,9,0.000221745879222411,0.996797003966787 +7,125,13,0.000320299603321261,0.997117303570109 +7,126,11,0.000271022741271836,0.997388326311381 +7,127,16,0.000394214896395398,0.997782541207776 +7,128,27,0.000665237637667233,0.998447778845443 +7,129,18,0.000443491758444822,0.998891270603888 +7,130,33,0.000813068223815508,0.999704338827704 +7,131,7,0.000172469017172986,0.999876807844876 +7,132,2,4.92768620494247e-05,0.999926084706926 +7,138,1,2.46384310247123e-05,0.999950723137951 +7,149,1,2.46384310247123e-05,0.999975361568975 +7,150,1,2.46384310247123e-05,1 +8,1,210,0.0143570110070418,0.0143570110070418 +8,2,443,0.03028645655295,0.0446434675599918 +8,3,324,0.022150816982293,0.0667942845422848 +8,4,259,0.0177069802420182,0.084501264784303 +8,5,239,0.0163396458603952,0.100840910644698 +8,6,226,0.0154508785123402,0.116291789157038 +8,7,220,0.0150406781978533,0.131332467354892 +8,8,163,0.0111437752102277,0.142476242565119 +8,9,189,0.0129213099063376,0.155397552471457 +8,10,176,0.0120325425582826,0.16743009502974 +8,11,148,0.0101182744240104,0.17754836945375 +8,12,107,0.00731523894168319,0.184863608395433 +8,13,99,0.00676830518903398,0.191631913584467 +8,14,162,0.0110754084911465,0.202707322075614 +8,15,286,0.0195528816572093,0.222260203732823 +8,16,291,0.019894715252615,0.242154918985438 +8,17,274,0.0187324810282355,0.260887400013673 +8,18,218,0.014903944759691,0.275791344773364 +8,19,217,0.0148355780406098,0.290626922813974 +8,20,166,0.0113488753674711,0.301975798181445 +8,21,197,0.0134682436589868,0.315444041840432 +8,22,185,0.012647843030013,0.328091884870445 +8,23,202,0.0138100772543926,0.341901962124838 +8,24,228,0.0155876119505025,0.35748957407534 +8,25,201,0.0137417105353114,0.371231284610652 +8,26,102,0.00697340534627743,0.378204689956929 +8,27,78,0.0053326040883298,0.383537294045259 +8,28,62,0.00423873658303138,0.38777603062829 +8,29,31,0.00211936829151569,0.389895398919806 +8,30,41,0.0028030354823272,0.392698434402133 +8,31,52,0.00355506939221987,0.396253503794353 +8,32,65,0.00444383674027483,0.400697340534628 +8,33,82,0.00560607096465441,0.406303411499282 +8,34,53,0.00362343611130102,0.409926847610583 +8,35,72,0.00492240377384289,0.414849251384426 +8,36,39,0.0026663020441649,0.417515553428591 +8,37,75,0.00512750393108635,0.422643057359677 +8,38,117,0.0079989061324947,0.430641963492172 +8,39,96,0.00656320503179052,0.437205168523963 +8,40,152,0.010391741300335,0.447596909824297 +8,41,153,0.0104601080194161,0.458057017843714 +8,42,177,0.0121009092773638,0.470157927121077 +8,43,130,0.00888767348054967,0.479045600601627 +8,44,100,0.00683667190811513,0.485882272509742 +8,45,83,0.00567443768373556,0.491556710193478 +8,46,65,0.00444383674027483,0.496000546933753 +8,47,54,0.00369180283038217,0.499692349764135 +8,48,54,0.00369180283038217,0.503384152594517 +8,49,51,0.00348670267313872,0.506870855267656 +8,50,51,0.00348670267313872,0.510357557940794 +8,51,36,0.00246120188692145,0.512818759827716 +8,52,29,0.00198263485335339,0.514801394681069 +8,53,42,0.00287140220140835,0.517672796882478 +8,54,70,0.00478567033568059,0.522458467218158 +8,55,140,0.00957134067136118,0.532029807889519 +8,56,155,0.0105968414575785,0.542626649347098 +8,57,150,0.0102550078621727,0.552881657209271 +8,58,149,0.0101866411430915,0.563068298352362 +8,59,165,0.01128050864839,0.574348807000752 +8,60,205,0.014015177411636,0.588363984412388 +8,61,170,0.0116223422437957,0.599986326656184 +8,62,190,0.0129896766254187,0.612976003281603 +8,63,215,0.0146988446024475,0.62767484788405 +8,64,252,0.0172284132084501,0.6449032610925 +8,65,191,0.0130580433444999,0.657961304437 +8,66,188,0.0128529431872564,0.670814247624257 +8,67,188,0.0128529431872564,0.683667190811513 +8,68,161,0.0110070417720654,0.694674232583578 +8,69,193,0.0131947767826622,0.707869009366241 +8,70,159,0.0108703083339031,0.718739317700144 +8,71,216,0.0147672113215287,0.733506529021672 +8,72,212,0.0144937444452041,0.748000273466876 +8,73,162,0.0110754084911465,0.759075681958023 +8,74,139,0.00950297395228003,0.768578655910303 +8,75,166,0.0113488753674711,0.779927531277774 +8,76,153,0.0104601080194161,0.79038763929719 +8,77,168,0.0114856088056334,0.801873248102824 +8,78,209,0.0142886442879606,0.816161892390784 +8,79,159,0.0108703083339031,0.827032200724687 +8,80,155,0.0105968414575785,0.837629042182266 +8,81,127,0.00868257332330621,0.846311615505572 +8,82,120,0.00820400628973816,0.85451562179531 +8,83,121,0.00827237300881931,0.862787994804129 +8,84,91,0.00622137143638477,0.869009366240514 +8,85,90,0.00615300471730362,0.875162370957818 +8,86,111,0.00758870581800779,0.882751076775826 +8,87,53,0.00362343611130102,0.886374512887127 +8,88,48,0.00328160251589526,0.889656115403022 +8,89,45,0.00307650235865181,0.892732617761674 +8,90,50,0.00341833595405757,0.896150953715731 +8,91,47,0.00321323579681411,0.899364189512545 +8,92,41,0.0028030354823272,0.902167224994873 +8,93,21,0.00143570110070418,0.903602926095577 +8,94,51,0.00348670267313872,0.907089628768715 +8,95,54,0.00369180283038217,0.910781431599098 +8,96,52,0.00355506939221987,0.914336500991318 +8,97,46,0.00314486907773296,0.91748137006905 +8,98,32,0.00218773501059684,0.919669105079647 +8,99,49,0.00334996923497641,0.923019074314624 +8,100,55,0.00376016954946332,0.926779243864087 +8,101,50,0.00341833595405757,0.930197579818145 +8,102,36,0.00246120188692145,0.932658781705066 +8,103,46,0.00314486907773296,0.935803650782799 +8,104,62,0.00423873658303138,0.94004238736583 +8,105,90,0.00615300471730362,0.946195392083134 +8,106,140,0.00957134067136118,0.955766732754495 +8,107,103,0.00704177206535858,0.962808504819854 +8,108,86,0.00587953784097901,0.968688042660833 +8,109,69,0.00471730361659944,0.973405346277432 +8,110,52,0.00355506939221987,0.976960415669652 +8,111,58,0.00396526970670678,0.980925685376359 +8,112,33,0.00225610172967799,0.983181787106037 +8,113,25,0.00170916797702878,0.984890955083065 +8,114,26,0.00177753469610993,0.986668489779175 +8,115,33,0.00225610172967799,0.988924591508854 +8,116,18,0.00123060094346072,0.990155192452314 +8,117,12,0.000820400628973816,0.990975593081288 +8,118,8,0.00054693375264921,0.991522526833937 +8,119,11,0.000752033909892664,0.99227456074383 +8,120,11,0.000752033909892664,0.993026594653723 +8,121,7,0.000478567033568059,0.993505161687291 +8,122,6,0.000410200314486908,0.993915362001778 +8,123,2,0.000136733438162303,0.99405209543994 +8,124,2,0.000136733438162303,0.994188828878102 +8,125,11,0.000752033909892664,0.994940862787995 +8,126,11,0.000752033909892664,0.995692896697888 +8,127,8,0.00054693375264921,0.996239830450537 +8,128,18,0.00123060094346072,0.997470431393997 +8,129,13,0.000888767348054967,0.998359198742052 +8,130,15,0.00102550078621727,0.99938469952827 +8,131,3,0.000205100157243454,0.999589799685513 +8,132,5,0.000341833595405757,0.999931633280919 +8,133,1,6.83667190811513e-05,1 +9,1,163,0.0301349602514328,0.0301349602514328 +9,2,289,0.0534294694028471,0.0835644296542799 +9,3,229,0.0423368459974117,0.125901275651692 +9,4,179,0.0330929931595489,0.158994268811241 +9,5,167,0.0308744684784618,0.189868737289702 +9,6,147,0.0271769273433167,0.217045664633019 +9,7,147,0.0271769273433167,0.244222591976336 +9,8,109,0.0201515991865409,0.264374191162877 +9,9,102,0.0188574597892402,0.283231650952117 +9,10,110,0.0203364762432982,0.303568127195415 +9,11,89,0.0164540580513958,0.320022185246811 +9,12,65,0.0120170086892217,0.332039193936033 +9,13,34,0.00628581992974672,0.338325013865779 +9,14,56,0.0103531151784064,0.348678129044186 +9,15,78,0.014420410427066,0.363098539471252 +9,16,70,0.0129413939730079,0.37603993344426 +9,17,60,0.0110926234054354,0.387132556849695 +9,18,42,0.00776483638380477,0.3948973932335 +9,19,39,0.007210205213533,0.402107598447033 +9,20,24,0.00443704936217415,0.406544647809207 +9,21,43,0.00794971344056203,0.414494361249769 +9,22,41,0.00757995932704751,0.422074320576816 +9,23,45,0.00831946755407654,0.430393788130893 +9,24,48,0.00887409872434831,0.439267886855241 +9,25,23,0.0042521723054169,0.443520059160658 +9,26,10,0.00184877056757256,0.445368829728231 +9,27,4,0.000739508227029026,0.44610833795526 +9,28,3,0.000554631170271769,0.446662969125532 +9,29,3,0.000554631170271769,0.447217600295803 +9,30,3,0.000554631170271769,0.447772231466075 +9,31,1,0.000184877056757256,0.447957108522832 +9,32,9,0.00166389351081531,0.449621002033648 +9,33,11,0.00203364762432982,0.451654649657978 +9,34,28,0.00517655758920318,0.456831207247181 +9,35,20,0.00369754113514513,0.460528748382326 +9,36,13,0.00240340173784433,0.46293215012017 +9,37,20,0.00369754113514513,0.466629691255315 +9,38,43,0.00794971344056203,0.474579404695877 +9,39,30,0.00554631170271769,0.480125716398595 +9,40,65,0.0120170086892217,0.492142725087817 +9,41,77,0.0142355333703087,0.506378258458125 +9,42,80,0.0147901645405805,0.521168422998706 +9,43,60,0.0110926234054354,0.532261046404141 +9,44,32,0.00591606581623221,0.538177112220374 +9,45,32,0.00591606581623221,0.544093178036606 +9,46,24,0.00443704936217415,0.54853022739878 +9,47,30,0.00554631170271769,0.554076539101498 +9,48,19,0.00351266407838787,0.557589203179885 +9,49,21,0.00388241819190239,0.561471621371788 +9,50,16,0.0029580329081161,0.564429654279904 +9,51,13,0.00240340173784433,0.566833056017748 +9,52,15,0.00277315585135885,0.569606211869107 +9,53,13,0.00240340173784433,0.572009613606951 +9,54,28,0.00517655758920318,0.577186171196155 +9,55,49,0.00905897578110556,0.58624514697726 +9,56,40,0.00739508227029026,0.59364022924755 +9,57,52,0.00961360695137734,0.603253836198928 +9,58,36,0.00665557404326123,0.609909410242189 +9,59,38,0.00702532815677574,0.616934738398965 +9,60,37,0.00684045110001849,0.623775189498983 +9,61,40,0.00739508227029026,0.631170271769273 +9,62,59,0.0109077463486781,0.642078018117952 +9,63,73,0.0134960251432797,0.655574043261231 +9,64,94,0.0173784433351821,0.672952486596413 +9,65,63,0.0116472545757072,0.684599741172121 +9,66,44,0.00813459049731928,0.69273433166944 +9,67,82,0.015159918654095,0.707894250323535 +9,68,79,0.0146052874838233,0.722499537807358 +9,69,73,0.0134960251432797,0.735995562950638 +9,70,62,0.0114623775189499,0.747457940469588 +9,71,73,0.0134960251432797,0.760953965612868 +9,72,51,0.00942872989462008,0.770382695507488 +9,73,34,0.00628581992974672,0.776668515437234 +9,74,62,0.0114623775189499,0.788130892956184 +9,75,75,0.0138657792567942,0.801996672212978 +9,76,87,0.0160843039378813,0.81808097615086 +9,77,76,0.0140506563135515,0.832131632464411 +9,78,99,0.0183028286189684,0.85043446108338 +9,79,82,0.015159918654095,0.865594379737475 +9,80,65,0.0120170086892217,0.877611388426696 +9,81,65,0.0120170086892217,0.889628397115918 +9,82,46,0.0085043446108338,0.898132741726752 +9,83,39,0.007210205213533,0.905342946940285 +9,84,44,0.00813459049731928,0.913477537437604 +9,85,29,0.00536143464596044,0.918838972083564 +9,86,42,0.00776483638380477,0.926603808467369 +9,87,18,0.00332778702163062,0.929931595489 +9,88,14,0.00258827879460159,0.932519874283601 +9,89,17,0.00314290996487336,0.935662784248475 +9,90,22,0.00406729524865964,0.939730079497134 +9,91,5,0.000924385283786282,0.940654464780921 +9,92,6,0.00110926234054354,0.941763727121464 +9,93,1,0.000184877056757256,0.941948604178221 +9,94,3,0.000554631170271769,0.942503235348493 +9,95,5,0.000924385283786282,0.94342762063228 +9,96,5,0.000924385283786282,0.944352005916066 +9,97,6,0.00110926234054354,0.945461268256609 +9,98,5,0.000924385283786282,0.946385653540396 +9,99,2,0.000369754113514513,0.94675540765391 +9,100,9,0.00166389351081531,0.948419301164726 +9,101,8,0.00147901645405805,0.949898317618783 +9,102,9,0.00166389351081531,0.951562211129599 +9,103,16,0.0029580329081161,0.954520244037715 +9,104,38,0.00702532815677574,0.961545572194491 +9,105,39,0.007210205213533,0.968755777408024 +9,106,41,0.00757995932704751,0.976335736735071 +9,107,28,0.00517655758920318,0.981512294324274 +9,108,29,0.00536143464596044,0.986873728970235 +9,109,10,0.00184877056757256,0.988722499537807 +9,110,13,0.00240340173784433,0.991125901275652 +9,111,10,0.00184877056757256,0.992974671843224 +9,112,6,0.00110926234054354,0.994083934183768 +9,113,12,0.00221852468108708,0.996302458864855 +9,114,4,0.000739508227029026,0.997041967091884 +9,115,2,0.000369754113514513,0.997411721205398 +9,116,2,0.000369754113514513,0.997781475318913 +9,117,4,0.000739508227029026,0.998520983545942 +9,119,2,0.000369754113514513,0.998890737659456 +9,120,2,0.000369754113514513,0.999260491772971 +9,121,1,0.000184877056757256,0.999445368829728 +9,123,1,0.000184877056757256,0.999630245886486 +9,124,1,0.000184877056757256,0.999815122943243 +9,126,1,0.000184877056757256,1 +10,1,146,0.0460567823343849,0.0460567823343849 +10,2,169,0.0533123028391167,0.0993690851735016 +10,3,76,0.0239747634069401,0.123343848580442 +10,4,59,0.0186119873817035,0.141955835962145 +10,5,44,0.0138801261829653,0.15583596214511 +10,6,39,0.0123028391167192,0.16813880126183 +10,7,47,0.0148264984227129,0.182965299684543 +10,8,37,0.0116719242902208,0.194637223974763 +10,9,41,0.0129337539432177,0.207570977917981 +10,10,45,0.0141955835962145,0.221766561514196 +10,11,30,0.00946372239747634,0.231230283911672 +10,12,14,0.00441640378548896,0.235646687697161 +10,13,18,0.00567823343848581,0.241324921135647 +10,14,47,0.0148264984227129,0.25615141955836 +10,15,109,0.034384858044164,0.290536277602524 +10,16,83,0.0261829652996845,0.316719242902208 +10,17,84,0.0264984227129338,0.343217665615142 +10,18,49,0.0154574132492114,0.358675078864353 +10,19,44,0.0138801261829653,0.372555205047319 +10,20,51,0.0160883280757098,0.388643533123028 +10,21,38,0.01198738170347,0.400630914826498 +10,22,38,0.01198738170347,0.412618296529968 +10,23,31,0.00977917981072555,0.422397476340694 +10,24,38,0.01198738170347,0.434384858044164 +10,25,26,0.0082018927444795,0.442586750788644 +10,26,12,0.00378548895899054,0.446372239747634 +10,27,3,0.000946372239747634,0.447318611987382 +10,28,2,0.000630914826498423,0.44794952681388 +10,29,5,0.00157728706624606,0.449526813880126 +10,30,4,0.00126182965299685,0.450788643533123 +10,31,5,0.00157728706624606,0.452365930599369 +10,32,12,0.00378548895899054,0.45615141955836 +10,33,22,0.00694006309148265,0.463091482649842 +10,34,7,0.00220820189274448,0.465299684542587 +10,35,13,0.00410094637223975,0.469400630914827 +10,36,10,0.00315457413249211,0.472555205047319 +10,37,16,0.00504731861198738,0.477602523659306 +10,38,29,0.00914826498422713,0.486750788643533 +10,39,32,0.0100946372239748,0.496845425867508 +10,40,26,0.0082018927444795,0.505047318611987 +10,41,21,0.00662460567823344,0.511671924290221 +10,42,39,0.0123028391167192,0.52397476340694 +10,43,20,0.00630914826498423,0.530283911671924 +10,44,11,0.00347003154574133,0.533753943217666 +10,45,9,0.0028391167192429,0.536593059936909 +10,46,1,0.000315457413249211,0.536908517350158 +10,47,3,0.000946372239747634,0.537854889589905 +10,48,4,0.00126182965299685,0.539116719242902 +10,49,2,0.000630914826498423,0.539747634069401 +10,51,1,0.000315457413249211,0.54006309148265 +10,52,2,0.000630914826498423,0.540694006309148 +10,53,5,0.00157728706624606,0.542271293375394 +10,54,8,0.00252365930599369,0.544794952681388 +10,55,18,0.00567823343848581,0.550473186119874 +10,56,28,0.00883280757097792,0.559305993690852 +10,57,26,0.0082018927444795,0.567507886435331 +10,58,16,0.00504731861198738,0.572555205047319 +10,59,22,0.00694006309148265,0.579495268138801 +10,60,26,0.0082018927444795,0.587697160883281 +10,61,23,0.00725552050473186,0.594952681388013 +10,62,44,0.0138801261829653,0.608832807570978 +10,63,53,0.0167192429022082,0.625552050473186 +10,64,66,0.020820189274448,0.646372239747634 +10,65,36,0.0113564668769716,0.657728706624606 +10,66,32,0.0100946372239748,0.667823343848581 +10,67,53,0.0167192429022082,0.684542586750789 +10,68,47,0.0148264984227129,0.699369085173502 +10,69,33,0.010410094637224,0.709779179810726 +10,70,36,0.0113564668769716,0.721135646687697 +10,71,47,0.0148264984227129,0.73596214511041 +10,72,57,0.017981072555205,0.753943217665615 +10,73,27,0.00851735015772871,0.762460567823344 +10,74,28,0.00883280757097792,0.771293375394322 +10,75,45,0.0141955835962145,0.785488958990536 +10,76,51,0.0160883280757098,0.801577287066246 +10,77,50,0.0157728706624606,0.817350157728707 +10,78,58,0.0182965299684543,0.835646687697161 +10,79,64,0.0201892744479495,0.85583596214511 +10,80,47,0.0148264984227129,0.870662460567823 +10,81,40,0.0126182965299685,0.883280757097792 +10,82,40,0.0126182965299685,0.89589905362776 +10,83,23,0.00725552050473186,0.903154574132492 +10,84,14,0.00441640378548896,0.907570977917981 +10,85,13,0.00410094637223975,0.911671924290221 +10,86,21,0.00662460567823344,0.918296529968454 +10,87,18,0.00567823343848581,0.92397476340694 +10,88,18,0.00567823343848581,0.929652996845426 +10,89,8,0.00252365930599369,0.93217665615142 +10,90,6,0.00189274447949527,0.934069400630915 +10,91,3,0.000946372239747634,0.935015772870663 +10,92,10,0.00315457413249211,0.938170347003155 +10,93,7,0.00220820189274448,0.940378548895899 +10,94,9,0.0028391167192429,0.943217665615142 +10,95,4,0.00126182965299685,0.944479495268139 +10,96,5,0.00157728706624606,0.946056782334385 +10,97,8,0.00252365930599369,0.948580441640379 +10,98,5,0.00157728706624606,0.950157728706625 +10,99,12,0.00378548895899054,0.953943217665615 +10,100,4,0.00126182965299685,0.955205047318612 +10,101,18,0.00567823343848581,0.960883280757098 +10,102,6,0.00189274447949527,0.962776025236593 +10,103,8,0.00252365930599369,0.965299684542587 +10,104,12,0.00378548895899054,0.969085173501577 +10,105,18,0.00567823343848581,0.974763406940063 +10,106,23,0.00725552050473186,0.982018927444795 +10,107,19,0.00599369085173502,0.98801261829653 +10,108,14,0.00441640378548896,0.992429022082019 +10,109,11,0.00347003154574133,0.99589905362776 +10,110,5,0.00157728706624606,0.997476340694006 +10,111,1,0.000315457413249211,0.997791798107255 +10,112,1,0.000315457413249211,0.998107255520505 +10,123,1,0.000315457413249211,0.998422712933754 +10,124,1,0.000315457413249211,0.998738170347003 +10,125,2,0.000630914826498423,0.999369085173502 +10,126,1,0.000315457413249211,0.999684542586751 +10,129,1,0.000315457413249211,1 +11,1,200,0.0440722785368004,0.0440722785368004 +11,2,284,0.0625826355222565,0.106654914059057 +11,3,167,0.0368003525782283,0.143455266637285 +11,4,140,0.0308505949757602,0.174305861613045 +11,5,97,0.0213750550903482,0.195680916703394 +11,6,76,0.0167474658439841,0.212428382547378 +11,7,69,0.0152049360951961,0.227633318642574 +11,8,57,0.0125605993829881,0.240193918025562 +11,9,59,0.0130013221683561,0.253195240193918 +11,10,61,0.0134420449537241,0.266637285147642 +11,11,40,0.00881445570736007,0.275451740855002 +11,12,30,0.00661084178052005,0.282062582635522 +11,13,40,0.00881445570736007,0.290877038342882 +11,14,54,0.0118995152049361,0.302776553547818 +11,15,119,0.0262230057293962,0.328999559277215 +11,16,147,0.0323931247245483,0.361392684001763 +11,17,138,0.0304098721903922,0.391802556192155 +11,18,89,0.0196121639488762,0.411414720141031 +11,19,77,0.0169678272366681,0.428382547377699 +11,20,63,0.0138827677390921,0.442265315116792 +11,21,54,0.0118995152049361,0.454164830321728 +11,22,79,0.0174085500220361,0.471573380343764 +11,23,51,0.0112384310268841,0.482811811370648 +11,24,57,0.0125605993829881,0.495372410753636 +11,25,44,0.00969590127809608,0.505068312031732 +11,26,16,0.00352578228294403,0.508594094314676 +11,27,18,0.00396650506831203,0.512560599382988 +11,28,16,0.00352578228294403,0.516086381665932 +11,29,14,0.00308505949757603,0.519171441163508 +11,30,8,0.00176289114147201,0.52093433230498 +11,31,16,0.00352578228294403,0.524460114587924 +11,32,23,0.00506831203173204,0.529528426619656 +11,33,35,0.00771264874394006,0.537241075363596 +11,34,27,0.00594975760246805,0.543190832966064 +11,35,27,0.00594975760246805,0.549140590568532 +11,36,17,0.00374614367562803,0.552886734244161 +11,37,17,0.00374614367562803,0.556632877919788 +11,38,38,0.00837373292199207,0.565006610841781 +11,39,31,0.00683120317320405,0.571837814014985 +11,40,41,0.00903481710004407,0.580872631115029 +11,41,33,0.00727192595857206,0.588144557073601 +11,42,47,0.0103569854561481,0.598501542529749 +11,43,33,0.00727192595857206,0.605773468488321 +11,44,18,0.00396650506831203,0.609739973556633 +11,45,14,0.00308505949757603,0.612825033054209 +11,46,13,0.00286469810489202,0.615689731159101 +11,47,9,0.00198325253415602,0.617672983693257 +11,48,6,0.00132216835610401,0.618995152049361 +11,49,10,0.00220361392684002,0.621198765976201 +11,50,8,0.00176289114147201,0.622961657117673 +11,51,2,0.000440722785368004,0.623402379903041 +11,52,2,0.000440722785368004,0.623843102688409 +11,53,4,0.000881445570736007,0.624724548259145 +11,54,4,0.000881445570736007,0.625605993829881 +11,55,29,0.00639048038783605,0.631996474217717 +11,56,32,0.00705156456588806,0.639048038783605 +11,57,24,0.00528867342441604,0.644336712208021 +11,58,26,0.00572939620978405,0.650066108417805 +11,59,28,0.00617011899515205,0.656236227412957 +11,60,41,0.00903481710004407,0.665271044513001 +11,61,25,0.00550903481710004,0.670780079330101 +11,62,45,0.00991626267078008,0.680696342000882 +11,63,59,0.0130013221683561,0.693697664169238 +11,64,83,0.0182899955927721,0.71198765976201 +11,65,47,0.0103569854561481,0.722344645218158 +11,66,34,0.00749228735125606,0.729836932569414 +11,67,51,0.0112384310268841,0.741075363596298 +11,68,37,0.00815337152930807,0.749228735125606 +11,69,43,0.00947553988541208,0.758704275011018 +11,70,41,0.00903481710004407,0.767739092111062 +11,71,58,0.0127809607756721,0.780520052886734 +11,72,49,0.0107977082415161,0.79131776112825 +11,73,32,0.00705156456588806,0.798369325694138 +11,74,31,0.00683120317320405,0.805200528867342 +11,75,44,0.00969590127809608,0.814896430145439 +11,76,67,0.0147642133098281,0.829660643455267 +11,77,55,0.0121198765976201,0.841780520052887 +11,78,79,0.0174085500220361,0.859189070074923 +11,79,63,0.0138827677390921,0.873071837814015 +11,80,49,0.0107977082415161,0.883869546055531 +11,81,33,0.00727192595857206,0.891141472014103 +11,82,38,0.00837373292199207,0.899515204936095 +11,83,38,0.00837373292199207,0.907888937858087 +11,84,26,0.00572939620978405,0.913618334067871 +11,85,16,0.00352578228294403,0.917144116350815 +11,86,25,0.00550903481710004,0.922653151167915 +11,87,19,0.00418686646099603,0.926840017628911 +11,88,7,0.00154252974878801,0.928382547377699 +11,89,8,0.00176289114147201,0.930145438519171 +11,90,8,0.00176289114147201,0.931908329660643 +11,91,9,0.00198325253415602,0.9338915821948 +11,92,10,0.00220361392684002,0.93609519612164 +11,93,6,0.00132216835610401,0.937417364477744 +11,94,17,0.00374614367562803,0.941163508153372 +11,95,9,0.00198325253415602,0.943146760687527 +11,96,6,0.00132216835610401,0.944468929043632 +11,97,16,0.00352578228294403,0.947994711326576 +11,98,8,0.00176289114147201,0.949757602468048 +11,99,10,0.00220361392684002,0.951961216394888 +11,100,4,0.000881445570736007,0.952842661965624 +11,101,13,0.00286469810489202,0.955707360070516 +11,102,12,0.00264433671220802,0.958351696782724 +11,103,16,0.00352578228294403,0.961877479065668 +11,104,17,0.00374614367562803,0.965623622741296 +11,105,15,0.00330542089026003,0.968929043631556 +11,106,41,0.00903481710004407,0.9779638607316 +11,107,31,0.00683120317320405,0.984795063904804 +11,108,20,0.00440722785368004,0.989202291758484 +11,109,15,0.00330542089026003,0.992507712648744 +11,110,9,0.00198325253415602,0.9944909651829 +11,111,6,0.00132216835610401,0.995813133539004 +11,112,2,0.000440722785368004,0.996253856324372 +11,113,1,0.000220361392684002,0.996474217717056 +11,114,3,0.000661084178052005,0.997135301895108 +11,115,1,0.000220361392684002,0.997355663287792 +11,116,1,0.000220361392684002,0.997576024680476 +11,118,5,0.00110180696342001,0.998677831643896 +11,119,1,0.000220361392684002,0.99889819303658 +11,123,1,0.000220361392684002,0.999118554429264 +11,124,1,0.000220361392684002,0.999338915821948 +11,125,2,0.000440722785368004,0.999779638607316 +11,126,1,0.000220361392684002,1 +12,1,245,0.0609604379198806,0.0609604379198806 +12,2,368,0.0915650659368002,0.152525503856681 +12,3,196,0.0487683503359045,0.201293854192585 +12,4,128,0.0318487185867131,0.233142572779298 +12,5,85,0.0211495396864892,0.254292112465788 +12,6,70,0.0174172679771087,0.271709380442896 +12,7,49,0.0121920875839761,0.283901468026872 +12,8,36,0.00895745210251306,0.292858920129385 +12,9,51,0.0126897238118935,0.305548643941279 +12,10,65,0.0161731774073153,0.321721821348594 +12,11,44,0.0109479970141826,0.332669818362777 +12,12,36,0.00895745210251306,0.34162727046529 +12,13,26,0.0064692709629261,0.348096541428216 +12,14,60,0.0149290868375218,0.363025628265738 +12,15,139,0.0345857178402588,0.397611346105997 +12,16,141,0.0350833540681762,0.432694700174173 +12,17,117,0.0291117193331675,0.46180641950734 +12,18,98,0.0243841751679522,0.486190594675292 +12,19,72,0.0179149042050261,0.504105498880319 +12,20,58,0.0144314506096044,0.518536949489923 +12,21,54,0.0134361781537696,0.531973127643692 +12,22,65,0.0161731774073153,0.548146305051008 +12,23,61,0.0151779049514805,0.563324210002488 +12,24,44,0.0109479970141826,0.574272207016671 +12,25,39,0.00970390644438915,0.58397611346106 +12,26,23,0.00572281662105001,0.58969893008211 +12,27,16,0.00398108982333914,0.593680019905449 +12,28,14,0.00348345359542175,0.597163473500871 +12,29,6,0.00149290868375218,0.598656382184623 +12,30,7,0.00174172679771087,0.600398108982334 +12,31,9,0.00223936302562827,0.602637472007962 +12,32,11,0.00273699925354566,0.605374471261508 +12,33,16,0.00398108982333914,0.609355561084847 +12,34,9,0.00223936302562827,0.611594924110475 +12,35,13,0.00323463548146305,0.614829559591938 +12,36,14,0.00348345359542175,0.61831301318736 +12,37,15,0.00373227170938044,0.622045284896741 +12,38,38,0.00945508833043046,0.631500373227171 +12,39,34,0.00845981587459567,0.639960189101767 +12,40,38,0.00945508833043046,0.649415277432197 +12,41,30,0.00746454341876089,0.656879820850958 +12,42,43,0.0106991789002239,0.667578999751182 +12,43,25,0.00622045284896741,0.673799452600149 +12,44,15,0.00373227170938044,0.67753172430953 +12,45,13,0.00323463548146305,0.680766359790993 +12,46,8,0.00199054491166957,0.682756904702662 +12,47,8,0.00199054491166957,0.684747449614332 +12,48,10,0.00248818113958696,0.687235630753919 +12,49,10,0.00248818113958696,0.689723811893506 +12,50,2,0.000497636227917392,0.690221448121423 +12,51,6,0.00149290868375218,0.691714356805175 +12,52,5,0.00124409056979348,0.692958447374969 +12,53,2,0.000497636227917392,0.693456083602886 +12,54,6,0.00149290868375218,0.694948992286638 +12,55,22,0.00547399850709132,0.70042299079373 +12,56,28,0.00696690719084349,0.707389897984573 +12,57,18,0.00447872605125653,0.71186862403583 +12,58,29,0.00721572530480219,0.719084349340632 +12,59,27,0.0067180890768848,0.725802438417517 +12,60,46,0.0114456332421,0.737248071659617 +12,61,34,0.00845981587459567,0.745707887534213 +12,62,41,0.0102015426723065,0.755909430206519 +12,63,34,0.00845981587459567,0.764369246081115 +12,64,54,0.0134361781537696,0.777805424234884 +12,65,32,0.00796217964667828,0.785767603881563 +12,66,30,0.00746454341876089,0.793232147300324 +12,67,40,0.00995272455834785,0.803184871858671 +12,68,32,0.00796217964667828,0.81114705150535 +12,69,22,0.00547399850709132,0.816621050012441 +12,70,24,0.00597163473500871,0.82259268474745 +12,71,32,0.00796217964667828,0.830554864394128 +12,72,21,0.00522518039313262,0.835780044787261 +12,73,14,0.00348345359542175,0.839263498382682 +12,74,20,0.00497636227917392,0.844239860661856 +12,75,48,0.0119432694700174,0.856183130131874 +12,76,52,0.0129385419258522,0.869121672057726 +12,77,56,0.013933814381687,0.883055486439413 +12,78,57,0.0141826324956457,0.897238118935059 +12,79,41,0.0102015426723065,0.907439661607365 +12,80,33,0.00821099776063698,0.915650659368002 +12,81,36,0.00895745210251306,0.924608111470515 +12,82,29,0.00721572530480219,0.931823836775317 +12,83,28,0.00696690719084349,0.938790743966161 +12,84,9,0.00223936302562827,0.941030106991789 +12,85,6,0.00149290868375218,0.942523015675541 +12,86,21,0.00522518039313262,0.947748196068674 +12,87,20,0.00497636227917392,0.952724558347848 +12,88,10,0.00248818113958696,0.955212739487435 +12,89,5,0.00124409056979348,0.956456830057228 +12,90,5,0.00124409056979348,0.957700920627022 +12,91,5,0.00124409056979348,0.958945011196815 +12,94,2,0.000497636227917392,0.959442647424732 +12,95,1,0.000248818113958696,0.959691465538691 +12,96,1,0.000248818113958696,0.95994028365265 +12,97,1,0.000248818113958696,0.960189101766609 +12,98,4,0.000995272455834785,0.961184374222443 +12,99,9,0.00223936302562827,0.963423737248072 +12,100,6,0.00149290868375218,0.964916645931824 +12,101,12,0.00298581736750435,0.967902463299328 +12,102,8,0.00199054491166957,0.969893008210998 +12,103,12,0.00298581736750435,0.972878825578502 +12,104,14,0.00348345359542175,0.976362279173924 +12,105,9,0.00223936302562827,0.978601642199552 +12,106,24,0.00597163473500871,0.984573276934561 +12,107,22,0.00547399850709132,0.990047275441652 +12,108,14,0.00348345359542175,0.993530729037074 +12,109,10,0.00248818113958696,0.996018910176661 +12,110,6,0.00149290868375218,0.997511818860413 +12,111,4,0.000995272455834785,0.998507091316248 +12,124,1,0.000248818113958696,0.998755909430207 +12,126,1,0.000248818113958696,0.999004727544165 +12,129,3,0.000746454341876089,0.999751181886041 +12,130,1,0.000248818113958696,1 +13,1,196,0.0145109942992522,0.0145109942992522 +13,2,323,0.0239135263196861,0.0384245206189383 +13,3,238,0.0176204930776634,0.0560450136966018 +13,4,246,0.0182127785592656,0.0742577922558673 +13,5,207,0.0153253868364552,0.0895831790923225 +13,6,197,0.0145850299844525,0.104168209076775 +13,7,203,0.0150292440956541,0.119197453172429 +13,8,168,0.0124379951136448,0.131635448286074 +13,9,151,0.0111793884652402,0.142814836751314 +13,10,190,0.0140667801880506,0.156881616939365 +13,11,122,0.00903235359443252,0.165913970533797 +13,12,116,0.00858813948323092,0.174502110017028 +13,13,105,0.00777374694602799,0.182275856963056 +13,14,171,0.0126601021692456,0.194935959132302 +13,15,333,0.0246538831716888,0.219589842303991 +13,16,363,0.0268749537276968,0.246464796031687 +13,17,380,0.0281335603761013,0.274598356407789 +13,18,318,0.0235433478936848,0.298141704301473 +13,19,336,0.0248759902272896,0.323017694528763 +13,20,257,0.0190271710964685,0.342044865625231 +13,21,233,0.0172503146516621,0.359295180276893 +13,22,274,0.020285777744873,0.379580958021767 +13,23,241,0.0178426001332642,0.397423558155031 +13,24,222,0.0164359221144592,0.41385948026949 +13,25,206,0.0152513511512549,0.429110831420745 +13,26,107,0.00792181831642852,0.437032649737173 +13,27,87,0.00644110461242319,0.443473754349597 +13,28,88,0.00651514029762345,0.44998889464722 +13,29,82,0.00607092618642186,0.456059820833642 +13,30,78,0.00577478344562079,0.461834604279263 +13,31,73,0.00540460501961946,0.467239209298882 +13,32,77,0.00570074776042052,0.472939957059303 +13,33,74,0.00547864070481972,0.478418597764122 +13,34,76,0.00562671207522026,0.484045309839343 +13,35,79,0.00584881913082106,0.489894128970164 +13,36,46,0.00340564151921226,0.493299770489376 +13,37,69,0.00510846227881839,0.498408232768194 +13,38,89,0.00658917598282372,0.504997408751018 +13,39,69,0.00510846227881839,0.510105871029836 +13,40,112,0.00829199674242985,0.518397867772266 +13,41,109,0.00806988968682905,0.526467757459095 +13,42,155,0.0114755312060413,0.537943288665137 +13,43,89,0.00658917598282372,0.54453246464796 +13,44,72,0.00533056933441919,0.549863033982379 +13,45,64,0.00473828385281706,0.554601317835197 +13,46,37,0.00273932035240986,0.557340638187606 +13,47,41,0.00303546309321093,0.560376101280817 +13,48,42,0.00310949877841119,0.563485600059229 +13,49,37,0.00273932035240986,0.566224920411638 +13,50,33,0.0024431776116088,0.568668098023247 +13,51,33,0.0024431776116088,0.571111275634856 +13,52,19,0.00140667801880506,0.572517953653661 +13,53,36,0.0026652846672096,0.575183238320871 +13,54,35,0.00259124898200933,0.57777448730288 +13,55,105,0.00777374694602799,0.585548234248908 +13,56,130,0.00962463907603465,0.595172873324943 +13,57,93,0.00688531872362479,0.602058192048567 +13,58,83,0.00614496187162212,0.60820315392019 +13,59,108,0.00799585400162879,0.616199007921818 +13,60,131,0.00969867476123491,0.625897682683053 +13,61,114,0.00844006811283038,0.634337750795884 +13,62,150,0.01110535278004,0.645443103575924 +13,63,123,0.00910638927963278,0.654549492855557 +13,64,150,0.01110535278004,0.665654845635596 +13,65,114,0.00844006811283038,0.674094913748427 +13,66,128,0.00947656770563412,0.683571481454061 +13,67,172,0.0127341378544458,0.696305619308507 +13,68,138,0.0102169245576368,0.706522543866143 +13,69,157,0.0116236025764418,0.718146146442585 +13,70,134,0.00992078181683572,0.728066928259421 +13,71,167,0.0123639594284445,0.740430887687866 +13,72,193,0.0142888872436514,0.754719774931517 +13,73,154,0.011401495520841,0.766121270452358 +13,74,123,0.00910638927963278,0.775227659731991 +13,75,167,0.0123639594284445,0.787591619160435 +13,76,213,0.0157696009476568,0.803361220108092 +13,77,191,0.0141408158732509,0.817502035981343 +13,78,229,0.016954171910861,0.834456207892204 +13,79,190,0.0140667801880506,0.848522988080255 +13,80,192,0.0142148515584512,0.862737839638706 +13,81,170,0.0125860664840453,0.875323906122751 +13,82,140,0.0103649959280373,0.885688902050788 +13,83,133,0.00984674613163545,0.895535648182424 +13,84,79,0.00584881913082106,0.901384467313245 +13,85,97,0.00718146146442585,0.908565928777671 +13,86,120,0.00888428222403199,0.917450211001703 +13,87,74,0.00547864070481972,0.922928851706522 +13,88,59,0.00436810542681573,0.927296957133338 +13,89,45,0.00333160583401199,0.93062856296735 +13,90,48,0.00355371288961279,0.934182275856963 +13,91,46,0.00340564151921226,0.937587917376175 +13,92,34,0.00251721329680906,0.940105130672984 +13,93,19,0.00140667801880506,0.941511808691789 +13,94,34,0.00251721329680906,0.944029021988598 +13,95,29,0.00214703487080773,0.946176056859406 +13,96,28,0.00207299918560746,0.948249056045014 +13,97,36,0.0026652846672096,0.950914340712223 +13,98,25,0.00185089213000666,0.95276523284223 +13,99,36,0.0026652846672096,0.95543051750944 +13,100,34,0.00251721329680906,0.957947730806249 +13,101,52,0.00384985563041386,0.961797586436662 +13,102,37,0.00273932035240986,0.964536906789072 +13,103,46,0.00340564151921226,0.967942548308285 +13,104,45,0.00333160583401199,0.971274154142297 +13,105,55,0.00407196268601466,0.975346116828311 +13,106,61,0.00451617679721626,0.979862293625527 +13,107,63,0.00466424816761679,0.984526541793144 +13,108,42,0.00310949877841119,0.987636040571556 +13,109,34,0.00251721329680906,0.990153253868364 +13,110,30,0.002221070556008,0.992374324424373 +13,111,20,0.00148071370400533,0.993855038128378 +13,112,14,0.00103649959280373,0.994891537721182 +13,113,10,0.000740356852002665,0.995631894573184 +13,114,12,0.000888428222403198,0.996520322795588 +13,115,16,0.00118457096320426,0.997704893758792 +13,116,4,0.000296142740801066,0.998001036499593 +13,117,2,0.000148071370400533,0.998149107869993 +13,118,2,0.000148071370400533,0.998297179240394 +13,119,4,0.000296142740801066,0.998593321981195 +13,120,1,7.40356852002665e-05,0.998667357666395 +13,122,2,0.000148071370400533,0.998815429036796 +13,123,1,7.40356852002665e-05,0.998889464721996 +13,124,2,0.000148071370400533,0.999037536092396 +13,125,3,0.0002221070556008,0.999259643147997 +13,126,2,0.000148071370400533,0.999407714518398 +13,127,2,0.000148071370400533,0.999555785888798 +13,130,5,0.000370178426001333,0.9999259643148 +13,131,1,7.40356852002665e-05,1 +14,1,117,0.0242135761589404,0.0242135761589404 +14,2,106,0.0219370860927152,0.0461506622516556 +14,3,76,0.0157284768211921,0.0618791390728477 +14,4,84,0.0173841059602649,0.0792632450331126 +14,5,55,0.0113824503311258,0.0906456953642384 +14,6,59,0.0122102649006623,0.102855960264901 +14,7,41,0.00848509933774835,0.111341059602649 +14,8,41,0.00848509933774835,0.119826158940397 +14,9,41,0.00848509933774835,0.128311258278146 +14,10,42,0.00869205298013245,0.137003311258278 +14,11,28,0.00579470198675497,0.142798013245033 +14,12,34,0.0070364238410596,0.149834437086093 +14,13,25,0.00517384105960265,0.155008278145695 +14,14,52,0.0107615894039735,0.165769867549669 +14,15,106,0.0219370860927152,0.187706953642384 +14,16,99,0.0204884105960265,0.208195364238411 +14,17,74,0.0153145695364238,0.223509933774834 +14,18,53,0.0109685430463576,0.234478476821192 +14,19,49,0.0101407284768212,0.244619205298013 +14,20,46,0.00951986754966887,0.254139072847682 +14,21,46,0.00951986754966887,0.263658940397351 +14,22,36,0.00745033112582781,0.271109271523179 +14,23,42,0.00869205298013245,0.279801324503311 +14,24,41,0.00848509933774835,0.28828642384106 +14,25,49,0.0101407284768212,0.298427152317881 +14,26,32,0.00662251655629139,0.305049668874172 +14,27,28,0.00579470198675497,0.310844370860927 +14,28,21,0.00434602649006623,0.315190397350993 +14,29,14,0.00289735099337748,0.318087748344371 +14,30,24,0.00496688741721854,0.323054635761589 +14,31,15,0.00310430463576159,0.326158940397351 +14,32,18,0.00372516556291391,0.329884105960265 +14,33,22,0.00455298013245033,0.334437086092715 +14,34,20,0.00413907284768212,0.338576158940397 +14,35,10,0.00206953642384106,0.340645695364238 +14,36,6,0.00124172185430464,0.341887417218543 +14,37,13,0.00269039735099338,0.344577814569536 +14,38,39,0.00807119205298013,0.352649006622517 +14,39,36,0.00745033112582781,0.360099337748344 +14,40,47,0.00972682119205298,0.369826158940397 +14,41,55,0.0113824503311258,0.381208609271523 +14,42,73,0.0151076158940397,0.396316225165563 +14,43,42,0.00869205298013245,0.405008278145695 +14,44,23,0.00475993377483444,0.40976821192053 +14,45,23,0.00475993377483444,0.414528145695364 +14,46,10,0.00206953642384106,0.416597682119205 +14,47,16,0.0033112582781457,0.419908940397351 +14,48,13,0.00269039735099338,0.422599337748344 +14,49,3,0.000620860927152318,0.423220198675497 +14,50,7,0.00144867549668874,0.424668874172185 +14,51,11,0.00227649006622517,0.426945364238411 +14,52,6,0.00124172185430464,0.428187086092715 +14,53,6,0.00124172185430464,0.42942880794702 +14,54,15,0.00310430463576159,0.432533112582781 +14,55,48,0.00993377483443709,0.442466887417219 +14,56,45,0.00931291390728477,0.451779801324503 +14,57,48,0.00993377483443709,0.46171357615894 +14,58,34,0.0070364238410596,0.46875 +14,59,46,0.00951986754966887,0.478269867549669 +14,60,65,0.0134519867549669,0.491721854304636 +14,61,57,0.011796357615894,0.50351821192053 +14,62,79,0.0163493377483444,0.519867549668874 +14,63,66,0.013658940397351,0.533526490066225 +14,64,87,0.0180049668874172,0.551531456953642 +14,65,69,0.0142798013245033,0.565811258278146 +14,66,53,0.0109685430463576,0.576779801324503 +14,67,82,0.0169701986754967,0.59375 +14,68,72,0.0149006622516556,0.608650662251656 +14,69,78,0.0161423841059603,0.624793046357616 +14,70,65,0.0134519867549669,0.638245033112583 +14,71,93,0.0192466887417219,0.657491721854305 +14,72,79,0.0163493377483444,0.673841059602649 +14,73,48,0.00993377483443709,0.683774834437086 +14,74,52,0.0107615894039735,0.69453642384106 +14,75,98,0.0202814569536424,0.714817880794702 +14,76,102,0.0211092715231788,0.735927152317881 +14,77,79,0.0163493377483444,0.752276490066225 +14,78,117,0.0242135761589404,0.776490066225166 +14,79,104,0.021523178807947,0.798013245033113 +14,80,75,0.0155215231788079,0.813534768211921 +14,81,88,0.0182119205298013,0.831746688741722 +14,82,58,0.0120033112582781,0.84375 +14,83,66,0.013658940397351,0.857408940397351 +14,84,37,0.00765728476821192,0.865066225165563 +14,85,27,0.00558774834437086,0.870653973509934 +14,86,43,0.00889900662251656,0.87955298013245 +14,87,31,0.00641556291390729,0.885968543046358 +14,88,14,0.00289735099337748,0.888865894039735 +14,89,10,0.00206953642384106,0.890935430463576 +14,90,15,0.00310430463576159,0.894039735099338 +14,91,14,0.00289735099337748,0.896937086092715 +14,92,14,0.00289735099337748,0.899834437086093 +14,93,16,0.0033112582781457,0.903145695364238 +14,94,24,0.00496688741721854,0.908112582781457 +14,95,14,0.00289735099337748,0.911009933774834 +14,96,8,0.00165562913907285,0.912665562913907 +14,97,15,0.00310430463576159,0.915769867549669 +14,98,18,0.00372516556291391,0.919495033112583 +14,99,22,0.00455298013245033,0.924048013245033 +14,100,11,0.00227649006622517,0.926324503311258 +14,101,14,0.00289735099337748,0.929221854304636 +14,102,12,0.00248344370860927,0.931705298013245 +14,103,18,0.00372516556291391,0.935430463576159 +14,104,40,0.00827814569536424,0.943708609271523 +14,105,36,0.00745033112582781,0.951158940397351 +14,106,44,0.00910596026490066,0.960264900662252 +14,107,52,0.0107615894039735,0.971026490066225 +14,108,46,0.00951986754966887,0.980546357615894 +14,109,26,0.00538079470198676,0.985927152317881 +14,110,18,0.00372516556291391,0.989652317880795 +14,111,9,0.00186258278145695,0.991514900662252 +14,112,4,0.000827814569536424,0.992342715231788 +14,113,4,0.000827814569536424,0.993170529801325 +14,115,1,0.000206953642384106,0.993377483443709 +14,116,2,0.000413907284768212,0.993791390728477 +14,117,3,0.000620860927152318,0.994412251655629 +14,118,2,0.000413907284768212,0.994826158940397 +14,119,3,0.000620860927152318,0.99544701986755 +14,120,2,0.000413907284768212,0.995860927152318 +14,122,6,0.00124172185430464,0.997102649006622 +14,123,3,0.000620860927152318,0.997723509933775 +14,124,1,0.000206953642384106,0.997930463576159 +14,125,3,0.000620860927152318,0.998551324503311 +14,126,1,0.000206953642384106,0.998758278145695 +14,130,5,0.00103476821192053,0.999793046357616 +14,131,1,0.000206953642384106,1 +15,1,27,0.0120967741935484,0.0120967741935484 +15,2,142,0.0636200716845878,0.0757168458781362 +15,3,77,0.0344982078853047,0.110215053763441 +15,4,64,0.028673835125448,0.138888888888889 +15,5,40,0.017921146953405,0.156810035842294 +15,6,32,0.014336917562724,0.171146953405018 +15,7,25,0.0112007168458781,0.182347670250896 +15,8,15,0.00672043010752688,0.189068100358423 +15,9,23,0.0103046594982079,0.199372759856631 +15,10,36,0.0161290322580645,0.215501792114695 +15,11,29,0.0129928315412186,0.228494623655914 +15,12,20,0.00896057347670251,0.237455197132616 +15,13,26,0.0116487455197133,0.24910394265233 +15,14,21,0.00940860215053763,0.258512544802867 +15,15,56,0.025089605734767,0.283602150537634 +15,16,65,0.0291218637992832,0.312724014336918 +15,17,76,0.0340501792114695,0.346774193548387 +15,18,56,0.025089605734767,0.371863799283154 +15,19,24,0.010752688172043,0.382616487455197 +15,20,23,0.0103046594982079,0.392921146953405 +15,21,22,0.00985663082437276,0.402777777777778 +15,22,29,0.0129928315412186,0.415770609318996 +15,23,20,0.00896057347670251,0.424731182795699 +15,24,19,0.00851254480286738,0.433243727598566 +15,25,15,0.00672043010752688,0.439964157706093 +15,26,7,0.00313620071684588,0.443100358422939 +15,27,11,0.00492831541218638,0.448028673835125 +15,28,10,0.00448028673835125,0.452508960573477 +15,29,8,0.003584229390681,0.456093189964158 +15,30,8,0.003584229390681,0.459677419354839 +15,31,12,0.00537634408602151,0.46505376344086 +15,32,4,0.0017921146953405,0.466845878136201 +15,33,7,0.00313620071684588,0.469982078853047 +15,34,6,0.00268817204301075,0.472670250896057 +15,35,6,0.00268817204301075,0.475358422939068 +15,36,6,0.00268817204301075,0.478046594982079 +15,37,7,0.00313620071684588,0.481182795698925 +15,38,15,0.00672043010752688,0.487903225806452 +15,39,27,0.0120967741935484,0.5 +15,40,37,0.0165770609318996,0.5165770609319 +15,41,34,0.0152329749103943,0.531810035842294 +15,42,39,0.0174731182795699,0.549283154121864 +15,43,19,0.00851254480286738,0.557795698924731 +15,44,10,0.00448028673835125,0.562275985663082 +15,45,7,0.00313620071684588,0.565412186379928 +15,46,5,0.00224014336917563,0.567652329749104 +15,47,3,0.00134408602150538,0.568996415770609 +15,48,5,0.00224014336917563,0.571236559139785 +15,49,4,0.0017921146953405,0.573028673835125 +15,50,6,0.00268817204301075,0.575716845878136 +15,51,3,0.00134408602150538,0.577060931899642 +15,52,3,0.00134408602150538,0.578405017921147 +15,53,2,0.000896057347670251,0.579301075268817 +15,54,3,0.00134408602150538,0.580645161290323 +15,55,3,0.00134408602150538,0.581989247311828 +15,56,12,0.00537634408602151,0.58736559139785 +15,57,15,0.00672043010752688,0.594086021505376 +15,58,20,0.00896057347670251,0.603046594982079 +15,59,11,0.00492831541218638,0.607974910394265 +15,60,14,0.00627240143369176,0.614247311827957 +15,61,17,0.00761648745519713,0.621863799283154 +15,62,19,0.00851254480286738,0.630376344086022 +15,63,26,0.0116487455197133,0.642025089605735 +15,64,53,0.0237455197132616,0.665770609318996 +15,65,32,0.014336917562724,0.68010752688172 +15,66,32,0.014336917562724,0.694444444444445 +15,67,34,0.0152329749103943,0.709677419354839 +15,68,22,0.00985663082437276,0.719534050179211 +15,69,29,0.0129928315412186,0.73252688172043 +15,70,21,0.00940860215053763,0.741935483870968 +15,71,22,0.00985663082437276,0.75179211469534 +15,72,28,0.0125448028673835,0.764336917562724 +15,73,24,0.010752688172043,0.775089605734767 +15,74,18,0.00806451612903226,0.783154121863799 +15,75,31,0.0138888888888889,0.797043010752688 +15,76,44,0.0197132616487455,0.816756272401434 +15,77,35,0.0156810035842294,0.832437275985663 +15,78,38,0.0170250896057348,0.849462365591398 +15,79,50,0.0224014336917563,0.871863799283154 +15,80,29,0.0129928315412186,0.884856630824373 +15,81,25,0.0112007168458781,0.896057347670251 +15,82,18,0.00806451612903226,0.904121863799283 +15,83,25,0.0112007168458781,0.915322580645161 +15,84,11,0.00492831541218638,0.920250896057348 +15,85,17,0.00761648745519713,0.927867383512545 +15,86,14,0.00627240143369176,0.934139784946236 +15,87,10,0.00448028673835125,0.938620071684588 +15,88,9,0.00403225806451613,0.942652329749104 +15,89,8,0.003584229390681,0.946236559139785 +15,90,13,0.00582437275985663,0.952060931899642 +15,91,6,0.00268817204301075,0.954749103942652 +15,92,5,0.00224014336917563,0.956989247311828 +15,93,1,0.000448028673835125,0.957437275985663 +15,95,6,0.00268817204301075,0.960125448028674 +15,96,5,0.00224014336917563,0.96236559139785 +15,97,11,0.00492831541218638,0.967293906810036 +15,98,7,0.00313620071684588,0.970430107526882 +15,99,2,0.000896057347670251,0.971326164874552 +15,100,1,0.000448028673835125,0.971774193548387 +15,101,2,0.000896057347670251,0.972670250896057 +15,102,1,0.000448028673835125,0.973118279569892 +15,103,1,0.000448028673835125,0.973566308243728 +15,104,1,0.000448028673835125,0.974014336917563 +15,105,3,0.00134408602150538,0.975358422939068 +15,106,7,0.00313620071684588,0.978494623655914 +15,107,13,0.00582437275985663,0.984318996415771 +15,108,12,0.00537634408602151,0.989695340501792 +15,109,17,0.00761648745519713,0.997311827956989 +15,110,4,0.0017921146953405,0.99910394265233 +15,111,1,0.000448028673835125,0.999551971326165 +15,112,1,0.000448028673835125,1 +16,1,75,0.0261871508379888,0.0261871508379888 +16,2,229,0.0799581005586592,0.106145251396648 +16,3,219,0.0764664804469274,0.182611731843575 +16,4,231,0.0806564245810056,0.263268156424581 +16,5,250,0.0872905027932961,0.350558659217877 +16,6,246,0.0858938547486034,0.43645251396648 +16,7,255,0.089036312849162,0.525488826815642 +16,8,169,0.0590083798882682,0.584497206703911 +16,9,180,0.0628491620111732,0.647346368715084 +16,10,177,0.0618016759776536,0.709148044692737 +16,11,124,0.0432960893854749,0.752444134078212 +16,12,114,0.039804469273743,0.792248603351955 +16,13,92,0.032122905027933,0.824371508379888 +16,14,61,0.0212988826815642,0.845670391061453 +16,15,54,0.018854748603352,0.864525139664804 +16,16,51,0.0178072625698324,0.882332402234637 +16,17,31,0.0108240223463687,0.893156424581006 +16,18,16,0.00558659217877095,0.898743016759777 +16,19,21,0.00733240223463687,0.906075418994413 +16,20,22,0.00768156424581006,0.913756983240224 +16,21,16,0.00558659217877095,0.919343575418994 +16,22,16,0.00558659217877095,0.924930167597765 +16,23,20,0.00698324022346369,0.931913407821229 +16,24,10,0.00349162011173184,0.935405027932961 +16,25,15,0.00523743016759777,0.940642458100559 +16,27,4,0.00139664804469274,0.942039106145251 +16,28,3,0.00104748603351955,0.943086592178771 +16,30,1,0.000349162011173184,0.943435754189944 +16,32,2,0.000698324022346369,0.94413407821229 +16,33,4,0.00139664804469274,0.945530726256983 +16,36,1,0.000349162011173184,0.945879888268156 +16,37,1,0.000349162011173184,0.94622905027933 +16,38,6,0.00209497206703911,0.948324022346369 +16,39,10,0.00349162011173184,0.951815642458101 +16,40,8,0.00279329608938548,0.954608938547486 +16,41,3,0.00104748603351955,0.955656424581006 +16,42,2,0.000698324022346369,0.956354748603352 +16,43,3,0.00104748603351955,0.957402234636871 +16,50,2,0.000698324022346369,0.958100558659218 +16,51,2,0.000698324022346369,0.958798882681564 +16,52,1,0.000349162011173184,0.959148044692737 +16,53,1,0.000349162011173184,0.959497206703911 +16,55,6,0.00209497206703911,0.96159217877095 +16,56,1,0.000349162011173184,0.961941340782123 +16,57,2,0.000698324022346369,0.962639664804469 +16,58,5,0.00174581005586592,0.964385474860335 +16,59,1,0.000349162011173184,0.964734636871508 +16,60,3,0.00104748603351955,0.965782122905028 +16,61,2,0.000698324022346369,0.966480446927374 +16,62,6,0.00209497206703911,0.968575418994413 +16,63,5,0.00174581005586592,0.970321229050279 +16,64,4,0.00139664804469274,0.971717877094972 +16,65,3,0.00104748603351955,0.972765363128492 +16,67,2,0.000698324022346369,0.973463687150838 +16,68,2,0.000698324022346369,0.974162011173184 +16,70,1,0.000349162011173184,0.974511173184358 +16,71,5,0.00174581005586592,0.976256983240224 +16,72,2,0.000698324022346369,0.97695530726257 +16,73,3,0.00104748603351955,0.978002793296089 +16,74,4,0.00139664804469274,0.979399441340782 +16,75,1,0.000349162011173184,0.979748603351955 +16,76,3,0.00104748603351955,0.980796089385475 +16,77,5,0.00174581005586592,0.982541899441341 +16,78,11,0.00384078212290503,0.986382681564246 +16,79,10,0.00349162011173184,0.989874301675978 +16,80,2,0.000698324022346369,0.990572625698324 +16,81,6,0.00209497206703911,0.992667597765363 +16,82,3,0.00104748603351955,0.993715083798883 +16,83,4,0.00139664804469274,0.995111731843575 +16,84,2,0.000698324022346369,0.995810055865922 +16,85,2,0.000698324022346369,0.996508379888268 +16,86,3,0.00104748603351955,0.997555865921788 +16,88,1,0.000349162011173184,0.997905027932961 +16,93,1,0.000349162011173184,0.998254189944134 +16,95,1,0.000349162011173184,0.998603351955307 +16,96,1,0.000349162011173184,0.99895251396648 +16,98,1,0.000349162011173184,0.999301675977654 +16,100,1,0.000349162011173184,0.999650837988827 +16,105,1,0.000349162011173184,1 +17,1,227,0.0410934105720492,0.0410934105720492 +17,2,316,0.057204923968139,0.0982983345401883 +17,3,181,0.0327661115133961,0.131064446053584 +17,4,104,0.0188269370021723,0.149891383055757 +17,5,52,0.00941346850108617,0.159304851556843 +17,6,38,0.00687907313540912,0.166183924692252 +17,7,44,0.00796524257784214,0.174149167270094 +17,8,41,0.00742215785662563,0.18157132512672 +17,9,56,0.0101375814627082,0.191708906589428 +17,10,82,0.0148443157132513,0.206553222302679 +17,11,58,0.0104996379435192,0.217052860246198 +17,12,48,0.00868935553946416,0.225742215785663 +17,13,54,0.00977552498189718,0.23551774076756 +17,14,65,0.0117668356263577,0.247284576393917 +17,15,139,0.025162925416365,0.272447501810282 +17,16,143,0.025887038377987,0.298334540188269 +17,17,126,0.0228095582910934,0.321144098479363 +17,18,89,0.0161115133960898,0.337255611875453 +17,19,87,0.0157494569152788,0.353005068790731 +17,20,46,0.00832729905865315,0.361332367849385 +17,21,62,0.0112237509051412,0.372556118754526 +17,22,89,0.0161115133960898,0.388667632150616 +17,23,88,0.0159304851556843,0.4045981173063 +17,24,76,0.0137581462708182,0.418356263577118 +17,25,85,0.0153874004344678,0.433743664011586 +17,26,38,0.00687907313540912,0.440622737146995 +17,27,36,0.00651701665459812,0.447139753801593 +17,28,33,0.00597393193338161,0.453113685734975 +17,29,14,0.00253439536567705,0.455648081100652 +17,30,27,0.00488776249094859,0.4605358435916 +17,31,19,0.00343953656770456,0.463975380159305 +17,32,32,0.0057929036929761,0.469768283852281 +17,33,36,0.00651701665459812,0.476285300506879 +17,34,19,0.00343953656770456,0.479724837074584 +17,35,16,0.00289645184648805,0.482621288921072 +17,36,18,0.00325850832729906,0.485879797248371 +17,37,13,0.00235336712527154,0.488233164373642 +17,38,41,0.00742215785662563,0.495655322230268 +17,39,43,0.00778421433743664,0.503439536567705 +17,40,74,0.0133960897900072,0.516835626357712 +17,41,55,0.00995655322230268,0.526792179580014 +17,42,54,0.00977552498189718,0.536567704561912 +17,43,35,0.00633598841419261,0.542903692976104 +17,44,38,0.00687907313540912,0.549782766111513 +17,45,26,0.00470673425054309,0.554489500362057 +17,46,22,0.00398262128892107,0.558472121650978 +17,47,19,0.00343953656770456,0.561911658218682 +17,48,15,0.00271542360608255,0.564627081824765 +17,49,12,0.00217233888486604,0.566799420709631 +17,50,9,0.00162925416364953,0.56842867487328 +17,51,6,0.00108616944243302,0.569514844315713 +17,52,11,0.00199131064446054,0.571506154960174 +17,53,8,0.00144822592324403,0.572954380883418 +17,54,16,0.00289645184648805,0.575850832729906 +17,55,61,0.0110427226647357,0.586893555394642 +17,56,47,0.00850832729905865,0.5954018826937 +17,57,49,0.00887038377986966,0.60427226647357 +17,58,39,0.00706010137581463,0.611332367849385 +17,59,54,0.00977552498189718,0.621107892831282 +17,60,59,0.0106806661839247,0.631788559015206 +17,61,51,0.00923244026068067,0.641020999275887 +17,62,57,0.0103186097031137,0.651339608979001 +17,63,69,0.0124909485879797,0.66383055756698 +17,64,82,0.0148443157132513,0.678674873280232 +17,65,84,0.0152063721940623,0.693881245474294 +17,66,82,0.0148443157132513,0.708725561187545 +17,67,94,0.0170166545981173,0.725742215785663 +17,68,77,0.0139391745112238,0.739681390296886 +17,69,61,0.0110427226647357,0.750724112961622 +17,70,54,0.00977552498189718,0.760499637943519 +17,71,77,0.0139391745112238,0.774438812454743 +17,72,59,0.0106806661839247,0.785119478638668 +17,73,72,0.0130340333091962,0.798153511947864 +17,74,70,0.0126719768283852,0.810825488776249 +17,75,74,0.0133960897900072,0.824221578566256 +17,76,99,0.0179217958001448,0.842143374366401 +17,77,86,0.0155684286748733,0.857711803041275 +17,78,102,0.0184648805213613,0.876176683562636 +17,79,95,0.0171976828385228,0.893374366401159 +17,80,70,0.0126719768283852,0.906046343229544 +17,81,57,0.0103186097031137,0.916364952932657 +17,82,42,0.00760318609703114,0.923968139029689 +17,83,30,0.0054308472121651,0.929398986241854 +17,84,35,0.00633598841419261,0.935734974656046 +17,85,27,0.00488776249094859,0.940622737146995 +17,86,22,0.00398262128892107,0.944605358435916 +17,87,22,0.00398262128892107,0.948587979724837 +17,88,8,0.00144822592324403,0.950036205648081 +17,89,5,0.000905141202027516,0.950941346850109 +17,90,7,0.00126719768283852,0.952208544532947 +17,91,4,0.000724112961622013,0.952932657494569 +17,92,10,0.00181028240405503,0.954742939898624 +17,93,8,0.00144822592324403,0.956191165821868 +17,94,9,0.00162925416364953,0.957820419985518 +17,95,16,0.00289645184648805,0.960716871832006 +17,96,9,0.00162925416364953,0.962346125995655 +17,97,9,0.00162925416364953,0.963975380159305 +17,98,8,0.00144822592324403,0.965423606082549 +17,99,10,0.00181028240405503,0.967233888486604 +17,100,9,0.00162925416364953,0.968863142650253 +17,101,8,0.00144822592324403,0.970311368573497 +17,102,15,0.00271542360608255,0.97302679217958 +17,103,15,0.00271542360608255,0.975742215785663 +17,104,22,0.00398262128892107,0.979724837074584 +17,105,15,0.00271542360608255,0.982440260680666 +17,106,20,0.00362056480811007,0.986060825488776 +17,107,14,0.00253439536567705,0.988595220854453 +17,108,15,0.00271542360608255,0.991310644460536 +17,109,24,0.00434467776973208,0.995655322230268 +17,110,3,0.00054308472121651,0.996198406951484 +17,111,8,0.00144822592324403,0.997646632874728 +17,112,1,0.000181028240405503,0.997827661115134 +17,113,2,0.000362056480811007,0.998189717595945 +17,114,3,0.00054308472121651,0.998732802317161 +17,115,2,0.000362056480811007,0.999094858797972 +17,116,5,0.000905141202027516,1 +18,1,236,0.0297566511158744,0.0297566511158744 +18,2,306,0.0385827764468541,0.0683394275627285 +18,3,137,0.0172739881477746,0.0856134157105031 +18,4,95,0.0119783129491867,0.0975917286596898 +18,5,40,0.00504350018913126,0.102635228848821 +18,6,26,0.00327827512293532,0.105913503971756 +18,7,27,0.0034043626276636,0.10931786659942 +18,8,25,0.00315218761820704,0.112470054217627 +18,9,44,0.00554785020804438,0.118017904425671 +18,10,54,0.0068087252553272,0.124826629680999 +18,11,46,0.00580002521750095,0.1306266548985 +18,12,29,0.00365653763712016,0.13428319253562 +18,13,52,0.00655655024587063,0.14083974278149 +18,14,82,0.0103391753877191,0.151178918169209 +18,15,183,0.0230740133652755,0.174252931534485 +18,16,212,0.0267305510023957,0.200983482536881 +18,17,223,0.0281175135544068,0.229100996091287 +18,18,149,0.0187870382045139,0.247888034295801 +18,19,161,0.0203000882612533,0.268188122557055 +18,20,129,0.0162652881099483,0.284453410667003 +18,21,118,0.0148783255579372,0.29933173622494 +18,22,176,0.0221914008321775,0.321523137057118 +18,23,166,0.0209305257848947,0.342453662842012 +18,24,164,0.0206783507754382,0.363132013617451 +18,25,147,0.0185348631950574,0.381666876812508 +18,26,86,0.0108435254066322,0.39251040221914 +18,27,61,0.00769133778842517,0.400201740007565 +18,28,63,0.00794351279788173,0.408145252805447 +18,29,53,0.00668263775059892,0.414827890556046 +18,30,48,0.00605220022695751,0.420880090783003 +18,31,45,0.00567393771277266,0.426554028495776 +18,32,54,0.0068087252553272,0.433362753751103 +18,33,55,0.00693481276005548,0.440297566511159 +18,34,38,0.00479132517967469,0.445088891690833 +18,35,52,0.00655655024587063,0.451645441936704 +18,36,35,0.00441306266548985,0.456058504602194 +18,37,38,0.00479132517967469,0.460849829781869 +18,38,66,0.00832177531206657,0.469171605093935 +18,39,76,0.00958265035934939,0.478754255453285 +18,40,117,0.0147522380532089,0.493506493506494 +18,41,77,0.00970873786407767,0.503215231370571 +18,42,89,0.011221787920817,0.514437019291388 +18,43,71,0.00895221283570798,0.523389232127096 +18,44,48,0.00605220022695751,0.529441432354054 +18,45,30,0.00378262514184844,0.533224057495902 +18,46,27,0.0034043626276636,0.536628420123566 +18,47,24,0.00302610011347875,0.539654520237045 +18,48,23,0.00290001260875047,0.542554532845795 +18,49,22,0.00277392510402219,0.545328457949817 +18,50,25,0.00315218761820704,0.548480645568024 +18,51,13,0.00163913756146766,0.550119783129492 +18,52,18,0.00226957508510907,0.552389358214601 +18,53,16,0.0020174000756525,0.554406758290253 +18,54,31,0.00390871264657672,0.55831547093683 +18,55,87,0.0109696129113605,0.569285083848191 +18,56,57,0.00718698776951204,0.576472071617703 +18,57,58,0.00731307527424032,0.583785146891943 +18,58,53,0.00668263775059892,0.590467784642542 +18,59,64,0.00806960030261001,0.598537384945152 +18,60,62,0.00781742529315345,0.606354810238305 +18,61,73,0.00920438784516454,0.61555919808347 +18,62,109,0.0137435380153827,0.629302736098853 +18,63,148,0.0186609506997857,0.647963686798638 +18,64,144,0.0181566006808725,0.666120287479511 +18,65,98,0.0123565754633716,0.678476862942882 +18,66,94,0.0118522254444585,0.690329088387341 +18,67,111,0.0139957130248392,0.70432480141218 +18,68,103,0.012987012987013,0.717311814399193 +18,69,86,0.0108435254066322,0.728155339805825 +18,70,80,0.0100870003782625,0.738242340184088 +18,71,109,0.0137435380153827,0.75198587819947 +18,72,85,0.0107174379019039,0.762703316101374 +18,73,85,0.0107174379019039,0.773420754003278 +18,74,77,0.00970873786407767,0.783129491867356 +18,75,101,0.0127348379775564,0.795864329844912 +18,76,136,0.0171479006430463,0.813012230487959 +18,77,142,0.017904425671416,0.830916656159375 +18,78,155,0.0195435632328836,0.850460219392258 +18,79,152,0.0191653007186988,0.869625520110957 +18,80,98,0.0123565754633716,0.881982095574329 +18,81,97,0.0122304879586433,0.894212583532972 +18,82,87,0.0109696129113605,0.905182196444332 +18,83,57,0.00718698776951204,0.912369184213844 +18,84,50,0.00630437523641407,0.918673559450258 +18,85,29,0.00365653763712016,0.922330097087379 +18,86,31,0.00390871264657672,0.926238809733955 +18,87,28,0.00353045013239188,0.929769259866347 +18,88,17,0.00214348758038078,0.931912747446728 +18,89,22,0.00277392510402219,0.93468667255075 +18,90,15,0.00189131257092422,0.936577985121674 +18,91,17,0.00214348758038078,0.938721472702055 +18,92,10,0.00126087504728281,0.939982347749338 +18,93,12,0.00151305005673938,0.941495397806077 +18,94,17,0.00214348758038078,0.943638885386458 +18,95,26,0.00327827512293532,0.946917160509394 +18,96,24,0.00302610011347875,0.949943260622872 +18,97,37,0.00466523767494641,0.954608498297819 +18,98,28,0.00353045013239188,0.958138948430211 +18,99,26,0.00327827512293532,0.961417223553146 +18,100,18,0.00226957508510907,0.963686798638255 +18,101,20,0.00252175009456563,0.966208548732821 +18,102,12,0.00151305005673938,0.96772159878956 +18,103,18,0.00226957508510907,0.969991173874669 +18,104,25,0.00315218761820704,0.973143361492876 +18,105,26,0.00327827512293532,0.976421636615811 +18,106,52,0.00655655024587063,0.982978186861682 +18,107,35,0.00441306266548985,0.987391249527172 +18,108,28,0.00353045013239188,0.990921699659564 +18,109,33,0.00416088765603329,0.995082587315597 +18,110,12,0.00151305005673938,0.996595637372336 +18,111,8,0.00100870003782625,0.997604337410163 +18,112,2,0.000252175009456563,0.997856512419619 +18,113,2,0.000252175009456563,0.998108687429076 +18,114,1,0.000126087504728281,0.998234774933804 +18,115,4,0.000504350018913126,0.998739124952717 +18,116,2,0.000252175009456563,0.998991299962174 +18,123,2,0.000252175009456563,0.99924347497163 +18,124,2,0.000252175009456563,0.999495649981087 +18,125,3,0.000378262514184844,0.999873912495272 +18,126,1,0.000126087504728281,1 +19,1,424,0.0514563106796117,0.0514563106796117 +19,2,944,0.114563106796117,0.166019417475728 +19,3,838,0.101699029126214,0.267718446601942 +19,4,677,0.0821601941747573,0.349878640776699 +19,5,529,0.0641990291262136,0.414077669902913 +19,6,442,0.0536407766990291,0.467718446601942 +19,7,355,0.0430825242718447,0.510800970873786 +19,8,294,0.0356796116504854,0.546480582524272 +19,9,244,0.0296116504854369,0.576092233009709 +19,10,206,0.025,0.601092233009709 +19,11,171,0.020752427184466,0.621844660194175 +19,12,135,0.0163834951456311,0.638228155339806 +19,13,102,0.012378640776699,0.650606796116505 +19,14,99,0.0120145631067961,0.662621359223301 +19,15,96,0.0116504854368932,0.674271844660194 +19,16,67,0.00813106796116505,0.682402912621359 +19,17,96,0.0116504854368932,0.694053398058252 +19,18,62,0.00752427184466019,0.701577669902913 +19,19,49,0.00594660194174757,0.70752427184466 +19,20,43,0.00521844660194175,0.712742718446602 +19,21,63,0.00764563106796117,0.720388349514563 +19,22,23,0.00279126213592233,0.723179611650485 +19,23,40,0.00485436893203884,0.728033980582524 +19,24,45,0.00546116504854369,0.733495145631068 +19,25,35,0.00424757281553398,0.737742718446602 +19,26,20,0.00242718446601942,0.740169902912621 +19,27,16,0.00194174757281553,0.742111650485437 +19,28,5,0.000606796116504854,0.742718446601942 +19,29,7,0.000849514563106796,0.743567961165049 +19,30,8,0.000970873786407767,0.744538834951456 +19,31,10,0.00121359223300971,0.745752427184466 +19,32,7,0.000849514563106796,0.746601941747573 +19,33,9,0.00109223300970874,0.747694174757282 +19,34,17,0.00206310679611651,0.749757281553398 +19,35,12,0.00145631067961165,0.75121359223301 +19,36,8,0.000970873786407767,0.752184466019418 +19,37,4,0.000485436893203884,0.752669902912621 +19,38,12,0.00145631067961165,0.754126213592233 +19,39,10,0.00121359223300971,0.755339805825243 +19,40,17,0.00206310679611651,0.757402912621359 +19,41,10,0.00121359223300971,0.758616504854369 +19,42,8,0.000970873786407767,0.759587378640777 +19,43,22,0.00266990291262136,0.762257281553398 +19,44,10,0.00121359223300971,0.763470873786408 +19,45,13,0.00157766990291262,0.76504854368932 +19,46,8,0.000970873786407767,0.766019417475728 +19,47,8,0.000970873786407767,0.766990291262136 +19,48,12,0.00145631067961165,0.768446601941748 +19,49,5,0.000606796116504854,0.769053398058253 +19,50,5,0.000606796116504854,0.769660194174757 +19,51,17,0.00206310679611651,0.771723300970874 +19,52,8,0.000970873786407767,0.772694174757282 +19,53,10,0.00121359223300971,0.773907766990291 +19,54,14,0.00169902912621359,0.775606796116505 +19,55,37,0.00449029126213592,0.780097087378641 +19,56,46,0.00558252427184466,0.785679611650485 +19,57,33,0.00400485436893204,0.789684466019418 +19,58,33,0.00400485436893204,0.79368932038835 +19,59,41,0.00497572815533981,0.798665048543689 +19,60,60,0.00728155339805825,0.805946601941748 +19,61,44,0.00533980582524272,0.81128640776699 +19,62,65,0.00788834951456311,0.819174757281554 +19,63,69,0.00837378640776699,0.82754854368932 +19,64,70,0.00849514563106796,0.836043689320388 +19,65,61,0.00740291262135922,0.843446601941748 +19,66,39,0.00473300970873786,0.848179611650485 +19,67,49,0.00594660194174757,0.854126213592233 +19,68,53,0.00643203883495146,0.860558252427184 +19,69,52,0.00631067961165049,0.866868932038835 +19,70,47,0.00570388349514563,0.872572815533981 +19,71,55,0.0066747572815534,0.879247572815534 +19,72,61,0.00740291262135922,0.886650485436893 +19,73,69,0.00837378640776699,0.89502427184466 +19,74,53,0.00643203883495146,0.901456310679612 +19,75,64,0.00776699029126214,0.909223300970874 +19,76,66,0.00800970873786408,0.917233009708738 +19,77,36,0.00436893203883495,0.921601941747573 +19,78,83,0.0100728155339806,0.931674757281553 +19,79,58,0.00703883495145631,0.93871359223301 +19,80,47,0.00570388349514563,0.944417475728155 +19,81,45,0.00546116504854369,0.949878640776699 +19,82,43,0.00521844660194175,0.955097087378641 +19,83,29,0.00351941747572816,0.958616504854369 +19,84,33,0.00400485436893204,0.962621359223301 +19,85,19,0.00230582524271845,0.964927184466019 +19,86,27,0.00327669902912621,0.968203883495146 +19,87,12,0.00145631067961165,0.969660194174757 +19,88,20,0.00242718446601942,0.972087378640777 +19,89,16,0.00194174757281553,0.974029126213592 +19,90,21,0.00254854368932039,0.976577669902913 +19,91,18,0.00218446601941748,0.97876213592233 +19,92,22,0.00266990291262136,0.981432038834951 +19,93,5,0.000606796116504854,0.982038834951456 +19,94,25,0.00303398058252427,0.985072815533981 +19,95,19,0.00230582524271845,0.987378640776699 +19,96,10,0.00121359223300971,0.988592233009709 +19,97,10,0.00121359223300971,0.989805825242718 +19,98,3,0.000364077669902913,0.990169902912621 +19,99,4,0.000485436893203884,0.990655339805825 +19,100,4,0.000485436893203884,0.991140776699029 +19,101,3,0.000364077669902913,0.991504854368932 +19,102,9,0.00109223300970874,0.992597087378641 +19,103,3,0.000364077669902913,0.992961165048544 +19,104,5,0.000606796116504854,0.993567961165049 +19,105,1,0.000121359223300971,0.993689320388349 +19,106,17,0.00206310679611651,0.995752427184466 +19,107,5,0.000606796116504854,0.996359223300971 +19,108,6,0.000728155339805825,0.997087378640777 +19,111,2,0.000242718446601942,0.997330097087379 +19,112,1,0.000121359223300971,0.99745145631068 +19,113,2,0.000242718446601942,0.997694174757281 +19,115,2,0.000242718446601942,0.997936893203883 +19,119,2,0.000242718446601942,0.998179611650485 +19,120,10,0.00121359223300971,0.999393203883495 +19,129,2,0.000242718446601942,0.999635922330097 +19,131,2,0.000242718446601942,0.999878640776699 +19,132,1,0.000121359223300971,1 +20,1,405,0.00797888059260427,0.00797888059260427 +20,2,910,0.0179278551586911,0.0259067357512953 +20,3,967,0.0190508087235761,0.0449575444748715 +20,4,999,0.0196812387950905,0.064638783269962 +20,5,999,0.0196812387950905,0.0843200220650525 +20,6,967,0.0190508087235761,0.103370830788629 +20,7,940,0.0185188833507358,0.121889714139364 +20,8,741,0.0145983963435056,0.13648811048287 +20,9,750,0.014775704801119,0.151263815283989 +20,10,690,0.0135936484170295,0.164857463701019 +20,11,571,0.0112492365885853,0.176106700289604 +20,12,454,0.00894422663961071,0.185050926929215 +20,13,421,0.00829409562836147,0.193345022557576 +20,14,455,0.00896392757934554,0.202308950136922 +20,15,727,0.014322583187218,0.21663153332414 +20,16,853,0.016804901593806,0.233436434917946 +20,17,864,0.0170216119308891,0.250458046848835 +20,18,829,0.0163320790401702,0.266790125889005 +20,19,808,0.0159183593057389,0.282708485194744 +20,20,696,0.0137118540554384,0.296420339250182 +20,21,660,0.0130026202249847,0.309422959475167 +20,22,704,0.013869461573317,0.323292421048484 +20,23,638,0.0125691995508186,0.335861620599303 +20,24,590,0.011623554443547,0.34748517504285 +20,25,539,0.0106188065170709,0.35810398155992 +20,26,355,0.006993833605863,0.365097815165783 +20,27,242,0.00476762741582774,0.369865442581611 +20,28,204,0.00401899170590437,0.373884434287516 +20,29,183,0.00360527197147304,0.377489706258989 +20,30,199,0.00392048700723024,0.381410193266219 +20,31,171,0.00336886069465514,0.384779053960874 +20,32,166,0.00327035599598101,0.388049409956855 +20,33,161,0.00317185129730688,0.391221261254162 +20,34,163,0.00321125317677653,0.394432514430938 +20,35,183,0.00360527197147304,0.398037786402411 +20,36,134,0.0026399259244666,0.400677712326878 +20,37,163,0.00321125317677653,0.403888965503655 +20,38,242,0.00476762741582774,0.408656592919482 +20,39,263,0.00518134715025907,0.413837940069741 +20,40,348,0.00685592702771922,0.420693867097461 +20,41,388,0.00764396461711224,0.428337831714573 +20,42,466,0.00918063791642861,0.437518469631001 +20,43,352,0.00693473078665852,0.44445320041766 +20,44,311,0.00612699225753068,0.450580192675191 +20,45,264,0.00520104808999389,0.455781240765185 +20,46,246,0.00484643117476704,0.460627671939952 +20,47,192,0.00378258042908647,0.464410252369038 +20,48,170,0.00334915975492031,0.467759412123958 +20,49,144,0.00283693532181485,0.470596347445773 +20,50,136,0.00267932780393625,0.473275675249709 +20,51,106,0.00208829961189149,0.475363974861601 +20,52,90,0.00177308457613428,0.477137059437735 +20,53,128,0.00252172028605765,0.479658779723793 +20,54,163,0.00321125317677653,0.482870032900569 +20,55,275,0.00541775842707697,0.488287791327646 +20,56,346,0.00681652514824957,0.495104316475896 +20,57,323,0.00636340353434859,0.501467720010245 +20,58,355,0.006993833605863,0.508461553616107 +20,59,445,0.00876691818199728,0.517228471798105 +20,60,531,0.0104611989991923,0.527689670797297 +20,61,461,0.00908213321775449,0.536771804015052 +20,62,540,0.0106385074568057,0.547410311471857 +20,63,534,0.0105203018183967,0.557930613290254 +20,64,639,0.0125889004905534,0.570519513780807 +20,65,593,0.0116826572627514,0.582202171043559 +20,66,544,0.010717311215745,0.592919482259304 +20,67,662,0.0130420221044544,0.605961504363758 +20,68,591,0.0116432553832818,0.61760475974704 +20,69,622,0.0122539845150614,0.629858744262101 +20,70,675,0.0132981343210071,0.643156878583108 +20,71,799,0.0157410508481255,0.658897929431234 +20,72,900,0.0177308457613428,0.676628775192577 +20,73,785,0.0154652376918379,0.692094012884415 +20,74,789,0.0155440414507772,0.707638054335192 +20,75,842,0.0165881912567229,0.724226245591915 +20,76,964,0.0189917059043716,0.743217951496286 +20,77,914,0.0180066589176304,0.761224610413917 +20,78,988,0.0194645284580074,0.780689138871924 +20,79,911,0.0179475560984259,0.79863669497035 +20,80,781,0.0153864339328986,0.814023128903249 +20,81,676,0.0133178352607419,0.827340964163991 +20,82,636,0.0125297976713489,0.83987076183534 +20,83,595,0.0117220591422211,0.851592820977561 +20,84,497,0.0097913670482082,0.861384188025769 +20,85,456,0.00898362851908036,0.870367816544849 +20,86,428,0.00843200220650525,0.878799818751354 +20,87,312,0.00614669319726551,0.88494651194862 +20,88,312,0.00614669319726551,0.891093205145885 +20,89,279,0.00549656218601627,0.896589767331902 +20,90,287,0.00565416970389488,0.902243937035797 +20,91,260,0.00512224433105459,0.907366181366851 +20,92,189,0.00372347760988199,0.911089658976733 +20,93,131,0.00258082310526212,0.913670482081995 +20,94,204,0.00401899170590437,0.9176894737879 +20,95,190,0.00374317854961682,0.921432652337517 +20,96,149,0.00293544002048898,0.924368092358005 +20,97,144,0.00283693532181485,0.92720502767982 +20,98,138,0.0027187296834059,0.929923757363226 +20,99,132,0.00260052404499695,0.932524281408223 +20,100,184,0.00362497291120786,0.936149254319431 +20,101,185,0.00364467385094269,0.939793928170374 +20,102,182,0.00358557103173821,0.943379499202112 +20,103,212,0.00417659922378298,0.947556098425895 +20,104,268,0.00527985184893319,0.952835950274828 +20,105,299,0.00589058098071278,0.958726531255541 +20,106,371,0.00730904864162021,0.966035579897161 +20,107,347,0.0068362260879844,0.972871805985145 +20,108,221,0.0043539076813964,0.977225713666542 +20,109,187,0.00368407573041234,0.980909789396954 +20,110,168,0.00330975787545066,0.984219547272405 +20,111,124,0.00244291652711834,0.986662463799523 +20,112,102,0.00200949585295219,0.988671959652475 +20,113,91,0.00179278551586911,0.990464745168345 +20,114,80,0.00157607517878603,0.992040820347131 +20,115,76,0.00149727141984673,0.993538091766977 +20,116,46,0.000906243227801966,0.994444334994779 +20,117,48,0.000945645107271617,0.995389980102051 +20,118,35,0.000689532890718887,0.99607951299277 +20,119,32,0.000630430071514411,0.996709943064284 +20,120,20,0.000394018794696507,0.997103961858981 +20,121,10,0.000197009397348254,0.997300971256329 +20,122,22,0.000433420674166158,0.997734391930495 +20,123,13,0.00025611221655273,0.997990504147048 +20,124,8,0.000157607517878603,0.998148111664926 +20,125,14,0.000275813156287555,0.998423924821214 +20,126,13,0.00025611221655273,0.998680037037767 +20,127,13,0.00025611221655273,0.998936149254319 +20,128,12,0.000236411276817904,0.999172560531137 +20,129,15,0.00029551409602238,0.99946807462716 +20,130,21,0.000413719734431332,0.999881794361591 +20,131,4,7.88037589393014e-05,0.99996059812053 +20,140,2,3.94018794696507e-05,1 +21,1,382,0.0103629754218436,0.0103629754218436 +21,2,928,0.0251749769410233,0.0355379523628669 +21,3,913,0.0247680538223645,0.0603060061852314 +21,4,932,0.0252834897726656,0.085589495957897 +21,5,949,0.0257446693071456,0.111334165265043 +21,6,956,0.0259345667625197,0.137268732027562 +21,7,923,0.0250393359014704,0.162308067929033 +21,8,743,0.020156258477565,0.182464326406598 +21,9,717,0.0194509250718898,0.201915251478487 +21,10,712,0.0193152840323368,0.221230535510824 +21,11,578,0.0156801041723184,0.236910639683143 +21,12,445,0.0120720525202105,0.248982692203353 +21,13,394,0.0106885139167707,0.259671206120124 +21,14,347,0.00941348814497314,0.269084694265097 +21,15,563,0.0152731810536596,0.284357875318756 +21,16,596,0.0161684119147089,0.300526287233465 +21,17,599,0.0162497965384407,0.316776083771906 +21,18,594,0.0161141554988877,0.332890239270794 +21,19,522,0.0141609245293256,0.347051163800119 +21,20,499,0.0135369757473821,0.360588139547501 +21,21,468,0.012696001302154,0.373284140849655 +21,22,450,0.0122076935597634,0.385491834409419 +21,23,442,0.0119906678964788,0.397482502305898 +21,24,408,0.0110683088275189,0.408550811133417 +21,25,380,0.0103087190060225,0.418859530139439 +21,26,197,0.00534425695838533,0.424203787097824 +21,27,163,0.00442189788942543,0.42862568498725 +21,28,113,0.00306548749389615,0.431691172481146 +21,29,72,0.00195323096956215,0.433644403450708 +21,30,91,0.00246866691986327,0.436113070370571 +21,31,97,0.00263143616732679,0.438744506537898 +21,32,102,0.00276707720687971,0.441511583744778 +21,33,105,0.00284846183061147,0.444360045575389 +21,34,114,0.00309261570180674,0.447452661277196 +21,35,112,0.00303835928598557,0.450491020563182 +21,36,70,0.00189897455374098,0.452389995116923 +21,37,103,0.0027942054147903,0.455184200531713 +21,38,146,0.00396071835494547,0.459144918886658 +21,39,169,0.00458466713688894,0.463729586023547 +21,40,234,0.00634800065107699,0.470077586674624 +21,41,266,0.00721610330421572,0.47729368997884 +21,42,335,0.00908794965004612,0.486381639628886 +21,43,233,0.00632087244316641,0.492702512072053 +21,44,200,0.00542564158211709,0.49812815365417 +21,45,180,0.00488307742390538,0.503011231078075 +21,46,161,0.00436764147360425,0.507378872551679 +21,47,139,0.00377082089957137,0.511149693451251 +21,48,125,0.00339102598882318,0.514540719440074 +21,49,84,0.00227876946448918,0.516819488904563 +21,50,82,0.00222451304866801,0.519044001953231 +21,51,77,0.00208887200911508,0.521132873962346 +21,52,50,0.00135641039552927,0.522489284357875 +21,53,74,0.00200748738538332,0.524496771743259 +21,54,96,0.0026043079594162,0.527101079702675 +21,55,196,0.00531712875047474,0.53241820845315 +21,56,259,0.00702620584884163,0.539444414301991 +21,57,240,0.0065107698985405,0.545955184200532 +21,58,240,0.0065107698985405,0.552465954099072 +21,59,298,0.00808420595735446,0.560550160056427 +21,60,368,0.00998318051109544,0.570533340567522 +21,61,326,0.00884379577885085,0.579377136346373 +21,62,423,0.0114752319461776,0.590852368292551 +21,63,378,0.0102544625902013,0.601106830882752 +21,64,417,0.0113124626987141,0.612419293581466 +21,65,378,0.0102544625902013,0.622673756171667 +21,66,356,0.00965764201616841,0.632331398187836 +21,67,442,0.0119906678964788,0.644322066084314 +21,68,447,0.0121263089360317,0.656448375020346 +21,69,477,0.0129401551733492,0.669388530193695 +21,70,460,0.0124789756388693,0.681867505832565 +21,71,560,0.0151917964299278,0.697059302262493 +21,72,643,0.0174434376865064,0.714502739948999 +21,73,537,0.0145678476479844,0.729070587596983 +21,74,527,0.0142965655688785,0.743367153165862 +21,75,541,0.0146763604796267,0.758043513645489 +21,76,603,0.016358309370083,0.774401823015572 +21,77,581,0.0157614887960501,0.790163311811622 +21,78,619,0.0167923606966524,0.806955672508274 +21,79,574,0.015571591340676,0.82252726384895 +21,80,494,0.0134013347078292,0.835928598556779 +21,81,421,0.0114209755303565,0.847349574087136 +21,82,408,0.0110683088275189,0.858417882914655 +21,83,347,0.00941348814497314,0.867831371059628 +21,84,277,0.00751451359123216,0.87534588465086 +21,85,253,0.00686343660137811,0.882209321252238 +21,86,247,0.0067006673539146,0.888909988606153 +21,87,210,0.00569692366122294,0.894606912267376 +21,88,152,0.00412348760240899,0.898730399869785 +21,89,145,0.00393359014703489,0.90266399001682 +21,90,183,0.00496446204763713,0.907628452064457 +21,91,159,0.00431338505778308,0.91194183712224 +21,92,111,0.00301123107807498,0.914953068200315 +21,93,72,0.00195323096956215,0.916906299169877 +21,94,137,0.0037165644837502,0.920622863653627 +21,95,123,0.00333676957300201,0.923959633226629 +21,96,113,0.00306548749389615,0.927025120720525 +21,97,104,0.00282133362270088,0.929846454343226 +21,98,78,0.00211600021702566,0.931962454560252 +21,99,88,0.00238728229613152,0.934349736856383 +21,100,119,0.00322825674135967,0.937577993597743 +21,101,134,0.00363517986001845,0.941213173457761 +21,102,131,0.00355379523628669,0.944766968694048 +21,103,149,0.00404210297867723,0.948809071672725 +21,104,204,0.00553415441375943,0.954343226086485 +21,105,224,0.00607671857197114,0.960419944658456 +21,106,297,0.00805707774944387,0.9684770224079 +21,107,257,0.00697194943302046,0.97544897184092 +21,108,164,0.00444902609733601,0.979897997938256 +21,109,130,0.00352666702837611,0.983424664966632 +21,110,111,0.00301123107807498,0.986435896044707 +21,111,80,0.00217025663284683,0.988606152677554 +21,112,64,0.00173620530627747,0.990342357983832 +21,113,50,0.00135641039552927,0.991698768379361 +21,114,34,0.000922359068959904,0.992621127448321 +21,115,44,0.00119364114806576,0.993814768596387 +21,116,34,0.000922359068959904,0.994737127665346 +21,117,24,0.00065107698985405,0.995388204655201 +21,118,8,0.000217025663284683,0.995605230318485 +21,119,17,0.000461179534479952,0.996066409852965 +21,120,14,0.000379794910748196,0.996446204763713 +21,121,10,0.000271282079105854,0.996717486842819 +21,122,11,0.00029841028701644,0.997015897129836 +21,123,8,0.000217025663284683,0.99723292279312 +21,124,9,0.000244153871195269,0.997477076664316 +21,125,12,0.000325538494927025,0.997802615159243 +21,126,10,0.000271282079105854,0.998073897238348 +21,127,19,0.000515435950301123,0.998589333188649 +21,128,18,0.000488307742390538,0.99907764093104 +21,129,11,0.00029841028701644,0.999376051218056 +21,130,20,0.000542564158211709,0.999918615376268 +21,131,3,8.13846237317563e-05,1 +22,1,215,0.0131434160655337,0.0131434160655337 +22,2,388,0.0237192810857073,0.036862697151241 +22,3,318,0.0194400293434405,0.0563027264946815 +22,4,290,0.0177283286465338,0.0740310551412153 +22,5,246,0.0150385132656804,0.0890695684068957 +22,6,215,0.0131434160655337,0.102212984472429 +22,7,179,0.0109426580266536,0.113155642499083 +22,8,133,0.00813057831030688,0.12128622080939 +22,9,165,0.0100868076782003,0.13137302848759 +22,10,141,0.00861963565228023,0.13999266413987 +22,11,118,0.00721359579410686,0.147206259933977 +22,12,83,0.00507396992297347,0.152280229856951 +22,13,87,0.00531849859396014,0.157598728450911 +22,14,135,0.00825284264580022,0.165851571096711 +22,15,322,0.0196845580144272,0.185536129111138 +22,16,308,0.0188287076659738,0.204364836777112 +22,17,303,0.0185230468272405,0.222887883604353 +22,18,261,0.0159554957818804,0.238843379386233 +22,19,274,0.0167502139625871,0.25559359334882 +22,20,206,0.0125932265558137,0.268186819904634 +22,21,199,0.012165301381587,0.280352121286221 +22,22,277,0.0169336104658271,0.297285731752048 +22,23,186,0.0113705832008803,0.308656314952928 +22,24,225,0.0137547377430004,0.322411052695929 +22,25,205,0.012532094388067,0.334943147083996 +22,26,87,0.00531849859396014,0.340261645677956 +22,27,71,0.00434038391001345,0.344602029587969 +22,28,67,0.00409585523902678,0.348697884826996 +22,29,57,0.00348453356156009,0.352182418388556 +22,30,52,0.00317887272282675,0.355361291111383 +22,31,62,0.00379019440029343,0.359151485511676 +22,32,63,0.0038513265680401,0.363002812079716 +22,33,61,0.00372906223254677,0.366731874312263 +22,34,54,0.00330113705832009,0.370033011370583 +22,35,71,0.00434038391001345,0.374373395280597 +22,36,56,0.00342340139381342,0.37779679667441 +22,37,59,0.00360679789705343,0.381403594571464 +22,38,101,0.0061743489424135,0.387577943513877 +22,39,129,0.00788604963932021,0.395463993153197 +22,40,125,0.00764152096833354,0.403105514121531 +22,41,166,0.0101479398459469,0.413253453967478 +22,42,188,0.0114928475363736,0.424746301503851 +22,43,138,0.00843623914904022,0.433182540652892 +22,44,91,0.00556302726494682,0.438745567917838 +22,45,62,0.00379019440029343,0.442535762318132 +22,46,61,0.00372906223254677,0.446264824550679 +22,47,57,0.00348453356156009,0.449749358112239 +22,48,38,0.0023230223743734,0.452072380486612 +22,49,26,0.00158943636141338,0.453661816848025 +22,50,26,0.00158943636141338,0.455251253209439 +22,51,33,0.00201736153564005,0.457268614745079 +22,52,24,0.00146717202592004,0.458735786770999 +22,53,35,0.00213962587113339,0.460875412642132 +22,54,38,0.0023230223743734,0.463198435016506 +22,55,114,0.00696906712312019,0.470167502139626 +22,56,127,0.00776378530382687,0.477931287443453 +22,57,129,0.00788604963932021,0.485817337082773 +22,58,102,0.00623548111016017,0.492052818192933 +22,59,110,0.00672453845213351,0.498777356645067 +22,60,158,0.00965888250397359,0.50843623914904 +22,61,146,0.00892529649101357,0.517361535640054 +22,62,193,0.011798508375107,0.529160044015161 +22,63,218,0.0133268125687737,0.542486856583935 +22,64,279,0.0170558748013205,0.559542731385255 +22,65,210,0.0128377552268003,0.572380486612055 +22,66,214,0.013082283897787,0.585462770509842 +22,67,249,0.0152219097689204,0.600684680278763 +22,68,231,0.0141215307494804,0.614806211028243 +22,69,216,0.0132045482332804,0.628010759261523 +22,70,241,0.0147328524269471,0.642743611688471 +22,71,275,0.0168113461303338,0.659554957818804 +22,72,289,0.0176671964787871,0.677222154297591 +22,73,231,0.0141215307494804,0.691343685047072 +22,74,207,0.0126543587235603,0.703998043770632 +22,75,242,0.0147939845946937,0.718792028365326 +22,76,291,0.0177894608142805,0.736581489179606 +22,77,321,0.0196234258466805,0.756204915026287 +22,78,363,0.0221909768920406,0.778395891918328 +22,79,313,0.0191343685047072,0.797530260423035 +22,80,323,0.0197456901821739,0.817275950605209 +22,81,276,0.0168724782980805,0.834148428903289 +22,82,267,0.0163222887883604,0.850470717691649 +22,83,221,0.0135102090720137,0.863980926763663 +22,84,141,0.00861963565228023,0.872600562415943 +22,85,137,0.00837510698129356,0.880975669397237 +22,86,128,0.00782491747157354,0.88880058686881 +22,87,103,0.00629661327790683,0.895097200146717 +22,88,66,0.00403472307128011,0.899131923217997 +22,89,60,0.0036679300648001,0.902799853282797 +22,90,77,0.00470717691649346,0.907507030199291 +22,91,61,0.00372906223254677,0.911236092431838 +22,92,45,0.00275094754860007,0.913987039980438 +22,93,31,0.00189509720014672,0.915882137180584 +22,94,69,0.00421811957452011,0.920100256755105 +22,95,65,0.00397359090353344,0.924073847658638 +22,96,57,0.00348453356156009,0.927558381220198 +22,97,62,0.00379019440029343,0.931348575620492 +22,98,50,0.00305660838733341,0.934405184007825 +22,99,44,0.00268981538085341,0.937094999388678 +22,100,44,0.00268981538085341,0.939784814769532 +22,101,40,0.00244528670986673,0.942230101479398 +22,102,47,0.00287321188409341,0.945103313363492 +22,103,48,0.00293434405184008,0.948037657415332 +22,104,72,0.00440151607776012,0.952439173493092 +22,105,104,0.0063577454456535,0.958796918938745 +22,106,123,0.0075192566328402,0.966316175571586 +22,107,87,0.00531849859396014,0.971634674165546 +22,108,69,0.00421811957452011,0.975852793740066 +22,109,74,0.00452378041325345,0.980376574153319 +22,110,59,0.00360679789705343,0.983983372050373 +22,111,52,0.00317887272282675,0.9871622447732 +22,112,33,0.00201736153564005,0.98917960630884 +22,113,31,0.00189509720014672,0.991074703508986 +22,114,20,0.00122264335493337,0.99229734686392 +22,115,20,0.00122264335493337,0.993519990218853 +22,116,9,0.000550189509720015,0.994070179728573 +22,117,14,0.000855850348453356,0.994926030077026 +22,118,4,0.000244528670986673,0.995170558748013 +22,119,12,0.00073358601296002,0.995904144760973 +22,120,11,0.000672453845213351,0.996576598606186 +22,121,5,0.000305660838733342,0.99688225944492 +22,122,5,0.000305660838733342,0.997187920283653 +22,123,2,0.000122264335493337,0.997310184619147 +22,124,5,0.000305660838733342,0.99761584545788 +22,125,9,0.000550189509720015,0.9981660349676 +22,126,8,0.000489057341973346,0.998655092309573 +22,127,7,0.000427925174226678,0.9990830174838 +22,128,7,0.000427925174226678,0.999510942658027 +22,129,6,0.00036679300648001,0.999877735664507 +22,130,2,0.000122264335493337,1 +23,1,442,0.00732285160456601,0.00732285160456601 +23,2,1114,0.0184562368495171,0.0257790884540831 +23,3,1229,0.0203615036697096,0.0461405921237926 +23,4,1347,0.0223164731026028,0.0684570652263954 +23,5,1377,0.0228134992296095,0.0912705644560049 +23,6,1400,0.023194552593648,0.114465117049653 +23,7,1355,0.0224490134031379,0.136914130452791 +23,8,1072,0.0177604002717076,0.154674530724498 +23,9,1061,0.0175781573584718,0.17225268808297 +23,10,997,0.0165178349541908,0.188770523037161 +23,11,849,0.0140658393942908,0.202836362431452 +23,12,688,0.0113984658460213,0.214234828277473 +23,13,579,0.00959260425123014,0.223827432528703 +23,14,615,0.0101890356036382,0.234016468132342 +23,15,865,0.0143309199953611,0.248347388127703 +23,16,967,0.016020808827184,0.264368196954887 +23,17,1030,0.0170645636938982,0.281432760648785 +23,18,986,0.016335592040955,0.29776835268974 +23,19,965,0.0159876737520502,0.31375602644179 +23,20,858,0.0142149472323929,0.327970973674183 +23,21,805,0.0133368677413476,0.34130784141553 +23,22,808,0.0133865703540483,0.354694411769579 +23,23,777,0.0128729766894746,0.367567388459053 +23,24,742,0.0122931128746334,0.379860501333687 +23,25,670,0.0111002501698173,0.390960751503504 +23,26,421,0.00697493331566129,0.397935684819165 +23,27,291,0.00482115343196541,0.402756838251131 +23,28,209,0.00346261535148031,0.406219453602611 +23,29,198,0.0032803724382445,0.409499826040856 +23,30,206,0.00341291273877964,0.412912738779635 +23,31,206,0.00341291273877964,0.416325651518415 +23,32,199,0.0032969399758114,0.419622591494226 +23,33,201,0.00333007505094518,0.422952666545171 +23,34,205,0.00339634520121274,0.426349011746384 +23,35,198,0.0032803724382445,0.429629384184629 +23,36,150,0.00248513063503372,0.432114514819662 +23,37,169,0.00279991384880465,0.434914428668467 +23,38,259,0.00429099222982488,0.439205420898292 +23,39,257,0.0042578571546911,0.443463278052983 +23,40,343,0.00568266538544376,0.449145943438427 +23,41,440,0.00728971652943223,0.456435659967859 +23,42,536,0.00888020013585381,0.465315860103713 +23,43,416,0.00689209562782684,0.47220795573154 +23,44,362,0.0059974485992147,0.478205404330754 +23,45,289,0.00478801835683162,0.482993422687586 +23,46,277,0.00458920790602893,0.487582630593615 +23,47,234,0.0038768037906526,0.491459434384267 +23,48,205,0.00339634520121274,0.49485577958548 +23,49,177,0.00293245414933978,0.49778823373482 +23,50,167,0.00276677877367087,0.500555012508491 +23,51,140,0.0023194552593648,0.502874467767856 +23,52,109,0.00180586159479117,0.504680329362647 +23,53,150,0.00248513063503372,0.507165459997681 +23,54,194,0.00321410228797694,0.510379562285658 +23,55,313,0.00518563925843702,0.515565201544094 +23,56,441,0.00730628406699912,0.522871485611094 +23,57,381,0.00631223181298564,0.529183717424079 +23,58,391,0.00647790718865455,0.535661624612734 +23,59,483,0.00800212064480856,0.543663745257542 +23,60,564,0.00934409118772677,0.553007836445269 +23,61,513,0.00849914677181531,0.561506983217084 +23,62,637,0.0105535214301098,0.572060504647194 +23,63,603,0.00999022515283554,0.58205072980003 +23,64,690,0.0114316009211551,0.593482330721185 +23,65,657,0.0108848721814477,0.604367202902633 +23,66,595,0.0098576848523004,0.614224887754933 +23,67,732,0.0121274374989645,0.626352325253898 +23,68,641,0.0106197915803774,0.636972116834275 +23,69,740,0.0122599777994997,0.649232094633775 +23,70,774,0.012823274076774,0.662055368710549 +23,71,912,0.015109594261005,0.677164962971554 +23,72,1015,0.0168160506303948,0.693981013601948 +23,73,875,0.01449659537103,0.708477608972978 +23,74,850,0.0140824069318577,0.722560015904836 +23,75,890,0.0147451084345334,0.73730512433937 +23,76,1019,0.0168823207806624,0.754187445120032 +23,77,942,0.0156066203880117,0.769794065508044 +23,78,1001,0.0165841051044583,0.786378170612502 +23,79,913,0.0151261617985719,0.801504332411074 +23,80,822,0.0136185158799848,0.815122848291059 +23,81,689,0.0114150333835882,0.826537881674647 +23,82,656,0.0108683046438808,0.837406186318528 +23,83,599,0.00992395500256797,0.847330141321096 +23,84,484,0.00801868818237545,0.855348829503471 +23,85,499,0.00826720124587883,0.86361603074935 +23,86,485,0.00803525571994235,0.871651286469292 +23,87,386,0.00639506950082009,0.878046355970112 +23,88,316,0.00523534187113769,0.88328169784125 +23,89,297,0.00492055865736676,0.888202256498617 +23,90,366,0.00606371874948226,0.894265975248099 +23,91,311,0.00515250418330324,0.899418479431402 +23,92,213,0.00352888550174788,0.90294736493315 +23,93,152,0.0025182657101675,0.905465630643318 +23,94,233,0.0038602362530857,0.909325866896403 +23,95,217,0.00359515565201544,0.912921022548419 +23,96,181,0.00299872429960735,0.915919746848026 +23,97,191,0.00316439967527626,0.919084146523302 +23,98,174,0.00288275153663911,0.921966898059941 +23,99,186,0.00308156198744181,0.925048460047383 +23,100,212,0.00351231796418098,0.928560778011564 +23,101,242,0.00400934409118773,0.932570122102752 +23,102,265,0.00439039745522623,0.936960519557978 +23,103,281,0.00465547805629649,0.941615997614275 +23,104,354,0.00586490829867957,0.947480905912954 +23,105,385,0.0063785019632532,0.953859407876207 +23,106,485,0.00803525571994235,0.96189466359615 +23,107,445,0.00737255421726669,0.969267217813416 +23,108,315,0.0052187743335708,0.974485992146987 +23,109,199,0.0032969399758114,0.977782932122799 +23,110,197,0.00326380490067761,0.981046737023476 +23,111,161,0.00266737354826952,0.983714110571746 +23,112,147,0.00243542802233304,0.986149538594079 +23,113,115,0.00190526682019251,0.988054805414271 +23,114,104,0.00172302390695671,0.989777829321228 +23,115,108,0.00178929405722427,0.991567123378452 +23,116,65,0.00107688994184794,0.9926440133203 +23,117,44,0.000728971652943223,0.993372984973244 +23,118,34,0.000563296277274309,0.993936281250518 +23,119,47,0.000778674265643897,0.994714955516162 +23,120,41,0.000679269040242549,0.995394224556404 +23,121,22,0.000364485826471612,0.995758710382876 +23,122,32,0.000530161202140526,0.996288871585016 +23,123,13,0.000215377988369589,0.996504249573386 +23,124,13,0.000215377988369589,0.996719627561755 +23,125,22,0.000364485826471612,0.997084113388227 +23,126,17,0.000281648138637154,0.997365761526864 +23,127,24,0.000397620901605394,0.99776338242847 +23,128,42,0.00069583657780944,0.998459219006279 +23,129,27,0.000447323514306069,0.998906542520585 +23,130,39,0.000646133965108766,0.999552676485694 +23,131,8,0.000132540300535131,0.999685216786229 +23,132,1,1.65675375668914e-05,0.999701784323796 +23,135,2,3.31350751337829e-05,0.99973491939893 +23,140,4,6.62701502675657e-05,0.999801189549197 +23,142,2,3.31350751337829e-05,0.999834324624331 +23,143,3,4.97026127006743e-05,0.999884027237032 +23,144,1,1.65675375668914e-05,0.999900594774599 +23,145,1,1.65675375668914e-05,0.999917162312166 +23,151,1,1.65675375668914e-05,0.999933729849733 +23,152,3,4.97026127006743e-05,0.999983432462433 +23,153,1,1.65675375668914e-05,1 +24,1,480,0.00581860498945378,0.00581860498945378 +24,2,1251,0.0151647392537639,0.0209833442432177 +24,3,1501,0.0181952626857711,0.0391786069289888 +24,4,1705,0.0206681698062889,0.0598467767352777 +24,5,1825,0.0221228210536524,0.0819695977889301 +24,6,1886,0.0228622687710621,0.104831866559992 +24,7,1811,0.02195311174146,0.126784978301452 +24,8,1604,0.019443838339758,0.14622881664121 +24,9,1508,0.0182801173418673,0.164508933983078 +24,10,1444,0.0175043033432735,0.182013237326351 +24,11,1298,0.0157344776589813,0.197747714985332 +24,12,1065,0.0129100298203506,0.210657744805683 +24,13,920,0.0111523262297864,0.221810071035469 +24,14,907,0.010994739011322,0.232804810046791 +24,15,1338,0.0162193614081024,0.249024171454894 +24,16,1363,0.0165224137513031,0.265546585206197 +24,17,1406,0.0170436637816084,0.282590248987805 +24,18,1330,0.0161223846582782,0.298712633646083 +24,19,1327,0.0160860183770941,0.314798652023177 +24,20,1211,0.0146798555046428,0.32947850752782 +24,21,1163,0.0140979950056974,0.343576502533518 +24,22,1193,0.0144616578175382,0.358038160351056 +24,23,1165,0.0141222391931534,0.372160399544209 +24,24,1054,0.0127766867893423,0.384937086333552 +24,25,888,0.0107644192304895,0.395701505564041 +24,26,614,0.00744296554900963,0.403144471113051 +24,27,430,0.00521250030305234,0.408356971416103 +24,28,318,0.00385482580551313,0.412211797221616 +24,29,320,0.00387906999296919,0.416090867214585 +24,30,340,0.00412151186752976,0.420212379082115 +24,31,315,0.00381845952432904,0.424030838606444 +24,32,288,0.00349116299367227,0.427522001600116 +24,33,254,0.00307901180691929,0.430601013407036 +24,34,293,0.00355177346231241,0.434152786869348 +24,35,281,0.00340630833757607,0.437559095206924 +24,36,212,0.00256988387034209,0.440128979077266 +24,37,265,0.00321235483792761,0.443341333915194 +24,38,368,0.00446093049191456,0.447802264407108 +24,39,363,0.00440032002327442,0.452202584430383 +24,40,481,0.00583072708318181,0.458033311513565 +24,41,542,0.00657017480059156,0.464603486314156 +24,42,700,0.00848546560962009,0.473088951923776 +24,43,543,0.00658229689431959,0.479671248818096 +24,44,495,0.00600043639537421,0.48567168521347 +24,45,441,0.00534584333406066,0.491017528547531 +24,46,354,0.00429122117972216,0.495308749727253 +24,47,302,0.00366087230586467,0.498969622033118 +24,48,296,0.0035881397434965,0.502557761776614 +24,49,258,0.00312750018183141,0.505685261958445 +24,50,214,0.00259412805779814,0.508279390016244 +24,51,194,0.00235168618323757,0.510631076199481 +24,52,130,0.00157587218464373,0.512206948384125 +24,53,211,0.00255776177661406,0.514764710160739 +24,54,226,0.00273959318253449,0.517504303343273 +24,55,367,0.00444880839818653,0.52195311174146 +24,56,507,0.00614590152011055,0.528099013261571 +24,57,436,0.00528523286542052,0.533384246126991 +24,58,480,0.00581860498945378,0.539202851116445 +24,59,604,0.00732174461172934,0.546524595728174 +24,60,706,0.00855819817198826,0.555082793900163 +24,61,618,0.00749145392392174,0.562574247824084 +24,62,797,0.00966130870123888,0.572235556525323 +24,63,770,0.0093340121705821,0.581569568695905 +24,64,850,0.0103037796688244,0.59187334836473 +24,65,795,0.00963706451378282,0.601510412878512 +24,66,739,0.00895822726501321,0.610468640143526 +24,67,948,0.0114917448541712,0.621960384997697 +24,68,865,0.0104856110747448,0.632445996072442 +24,69,910,0.0110311052925061,0.643477101364948 +24,70,1030,0.0124857565398696,0.655962857904817 +24,71,1213,0.0147040996920988,0.670666957596916 +24,72,1325,0.016061774189638,0.686728731786554 +24,73,1191,0.0144374136300822,0.701166145416636 +24,74,1179,0.0142919485053458,0.715458093921982 +24,75,1228,0.0148859310980193,0.730344025020001 +24,76,1337,0.0162072393143744,0.746551264334376 +24,77,1323,0.016037530002182,0.762588794336558 +24,78,1288,0.015613256721701,0.778202051058259 +24,79,1234,0.0149586636603874,0.793160714718646 +24,80,1149,0.013928285693505,0.807089000412151 +24,81,904,0.0109583727301379,0.818047373142289 +24,82,857,0.0103886343249206,0.82843600746721 +24,83,848,0.0102795354813683,0.838715542948578 +24,84,645,0.00781875045457852,0.846534293403157 +24,85,708,0.00858244235944432,0.855116735762601 +24,86,731,0.00886125051518898,0.86397798627779 +24,87,634,0.0076854074235702,0.87166339370136 +24,88,522,0.00632773292603098,0.877991126627391 +24,89,504,0.00610953523892647,0.884100661866318 +24,90,503,0.00609741314519844,0.890198075011516 +24,91,442,0.00535796542778869,0.895556040439305 +24,92,303,0.0036729943995927,0.899229034838897 +24,93,259,0.00313962227555943,0.902368657114457 +24,94,350,0.00424273280481005,0.906611389919267 +24,95,304,0.00368511649332073,0.910296506412588 +24,96,247,0.00299415715082309,0.913290663563411 +24,97,250,0.00303052343200718,0.916321186995418 +24,98,234,0.00283656993235872,0.919157756927777 +24,99,237,0.0028729362135428,0.922030693141319 +24,100,311,0.00376997114941693,0.925800664290736 +24,101,356,0.00431546536717822,0.930116129657914 +24,102,377,0.00457002933546682,0.934686158993381 +24,103,423,0.00512764564695614,0.939813804640337 +24,104,504,0.00610953523892647,0.945923339879264 +24,105,570,0.00690959342497636,0.95283293330424 +24,106,639,0.00774601789221034,0.960578951196451 +24,107,618,0.00749145392392174,0.968070405120372 +24,108,445,0.00539433170897277,0.973464736829345 +24,109,333,0.00403665721143356,0.977501394040779 +24,110,298,0.00361238393095255,0.981113777971731 +24,111,248,0.00300627924455112,0.984120057216282 +24,112,206,0.00249715130797391,0.986617208524256 +24,113,202,0.0024486629330618,0.989065871457318 +24,114,146,0.00176982568429219,0.99083569714161 +24,115,150,0.00181831405920431,0.992654011200815 +24,116,85,0.00103037796688244,0.993684389167697 +24,117,57,0.000690959342497636,0.994375348510195 +24,118,41,0.000497005842849177,0.994872354353044 +24,119,48,0.000581860498945378,0.995454214851989 +24,120,39,0.00047276165539312,0.995926976507382 +24,121,21,0.000254563968288603,0.996181540475671 +24,122,40,0.000484883749121148,0.996666424224792 +24,123,20,0.000242441874560574,0.996908866099353 +24,124,24,0.000290930249472689,0.997199796348825 +24,125,34,0.000412151186752976,0.997611947535578 +24,126,19,0.000230319780832545,0.997842267316411 +24,127,39,0.00047276165539312,0.998315028971804 +24,128,36,0.000436395374209033,0.998751424346013 +24,129,35,0.000424273280481005,0.999175697626494 +24,130,40,0.000484883749121148,0.999660581375615 +24,131,9,0.000109098843552258,0.999769680219167 +24,132,12,0.000145465124736344,0.999915145343904 +24,133,3,3.63662811840861e-05,0.999951511625088 +24,140,2,2.42441874560574e-05,0.999975755812544 +24,144,2,2.42441874560574e-05,1 +25,1,122,0.0162623300453213,0.0162623300453213 +25,2,154,0.0205278592375367,0.0367901892828579 +25,3,96,0.0127965875766462,0.0495867768595041 +25,4,73,0.0097307384697414,0.0593175153292455 +25,5,52,0.00693148493735004,0.0662490002665956 +25,6,43,0.00573180485203946,0.071980805118635 +25,7,32,0.00426552919221541,0.0762463343108504 +25,8,18,0.00239936017062117,0.0786456944814716 +25,9,39,0.00519861370301253,0.0838443081844842 +25,10,35,0.0046654225539856,0.0885097307384698 +25,11,34,0.00453212476672887,0.0930418555051986 +25,12,32,0.00426552919221541,0.097307384697414 +25,13,26,0.00346574246867502,0.100773127166089 +25,14,55,0.00733137829912024,0.108104505465209 +25,15,131,0.0174620101306318,0.125566515595841 +25,16,130,0.0173287123433751,0.142895227939216 +25,17,143,0.0190615835777126,0.161956811516929 +25,18,86,0.0114636097040789,0.173420421221008 +25,19,93,0.012396694214876,0.185817115435884 +25,20,73,0.0097307384697414,0.195547853905625 +25,21,53,0.00706478272460677,0.202612636630232 +25,22,71,0.00946414289522794,0.21207677952546 +25,23,58,0.00773127166089043,0.21980805118635 +25,24,45,0.00599840042655292,0.225806451612903 +25,25,50,0.00666488936283658,0.23247134097574 +25,26,27,0.00359904025593175,0.236070381231672 +25,27,26,0.00346574246867502,0.239536123700347 +25,28,24,0.00319914689416156,0.242735270594508 +25,29,27,0.00359904025593175,0.24633431085044 +25,30,20,0.00266595574513463,0.249000266595575 +25,31,30,0.00399893361770195,0.252999200213277 +25,32,28,0.00373233804318848,0.256731538256465 +25,33,33,0.00439882697947214,0.261130365235937 +25,34,16,0.0021327645961077,0.263263129832045 +25,35,19,0.0025326579578779,0.265795787789923 +25,36,18,0.00239936017062117,0.268195147960544 +25,37,29,0.00386563583044521,0.272060783790989 +25,38,48,0.00639829378832311,0.278459077579312 +25,39,54,0.0071980805118635,0.285657158091176 +25,40,89,0.0118635030658491,0.297520661157025 +25,41,84,0.0111970141295655,0.30871767528659 +25,42,113,0.0150626499600107,0.323780325246601 +25,43,96,0.0127965875766462,0.336576912823247 +25,44,79,0.0105305251932818,0.347107438016529 +25,45,56,0.00746467608637697,0.354572114102906 +25,46,27,0.00359904025593175,0.358171154358838 +25,47,31,0.00413223140495868,0.362303385763796 +25,48,18,0.00239936017062117,0.364702745934417 +25,49,14,0.00186616902159424,0.366568914956012 +25,50,16,0.0021327645961077,0.368701679552119 +25,51,12,0.00159957344708078,0.3703012529992 +25,52,14,0.00186616902159424,0.372167422020794 +25,53,4,0.000533191149026926,0.372700613169821 +25,54,13,0.00173287123433751,0.374433484404159 +25,55,35,0.0046654225539856,0.379098906958145 +25,56,37,0.00493201812849907,0.384030925086644 +25,57,71,0.00946414289522794,0.393495067981872 +25,58,52,0.00693148493735004,0.400426552919222 +25,59,88,0.0117302052785924,0.412156758197814 +25,60,102,0.0135963743001866,0.425753132498001 +25,61,83,0.0110637163423087,0.436816848840309 +25,62,116,0.0154625433217809,0.45227939216209 +25,63,112,0.0149293521727539,0.467208744334844 +25,64,131,0.0174620101306318,0.484670754465476 +25,65,119,0.0158624366835511,0.500533191149027 +25,66,96,0.0127965875766462,0.513329778725673 +25,67,115,0.0153292455345241,0.528659024260197 +25,68,107,0.0142628632364703,0.542921887496668 +25,69,114,0.0151959477472674,0.558117835243935 +25,70,126,0.0167955211943482,0.574913356438283 +25,71,168,0.0223940282591309,0.597307384697414 +25,72,158,0.0210610503865636,0.618368435083978 +25,73,141,0.0187949880031991,0.637163423087177 +25,74,144,0.0191948813649693,0.656358304452146 +25,75,148,0.0197280725139963,0.676086376966142 +25,76,153,0.0203945614502799,0.696480938416422 +25,77,153,0.0203945614502799,0.716875499866702 +25,78,194,0.0258597707278059,0.742735270594508 +25,79,165,0.0219941348973607,0.764729405491869 +25,80,147,0.0195947747267395,0.784324180218608 +25,81,139,0.0185283924286857,0.802852572647294 +25,82,113,0.0150626499600107,0.817915222607305 +25,83,102,0.0135963743001866,0.831511596907491 +25,84,63,0.00839776059717409,0.839909357504665 +25,85,48,0.00639829378832311,0.846307651292989 +25,86,53,0.00706478272460677,0.853372434017595 +25,87,36,0.00479872034124234,0.858171154358838 +25,88,31,0.00413223140495868,0.862303385763796 +25,89,24,0.00319914689416156,0.865502532657958 +25,90,27,0.00359904025593175,0.86910157291389 +25,91,23,0.00306584910690483,0.872167422020794 +25,92,29,0.00386563583044521,0.87603305785124 +25,93,14,0.00186616902159424,0.877899226872834 +25,94,34,0.00453212476672887,0.882431351639563 +25,95,34,0.00453212476672887,0.886963476406292 +25,96,32,0.00426552919221541,0.891229005598507 +25,97,41,0.00546520927752599,0.896694214876033 +25,98,15,0.00199946680885097,0.898693681684884 +25,99,26,0.00346574246867502,0.902159424153559 +25,100,21,0.00279925353239136,0.90495867768595 +25,101,14,0.00186616902159424,0.906824846707545 +25,102,22,0.00293255131964809,0.909757398027193 +25,103,35,0.0046654225539856,0.914422820581178 +25,104,51,0.00679818715009331,0.921221007731272 +25,105,67,0.00893095174620101,0.930151959477473 +25,106,82,0.010930418555052,0.941082378032525 +25,107,67,0.00893095174620101,0.950013329778726 +25,108,61,0.00813116502266063,0.958144494801386 +25,109,57,0.0075979738736337,0.96574246867502 +25,110,59,0.00786456944814716,0.973607038123167 +25,111,54,0.0071980805118635,0.980805118635031 +25,112,34,0.00453212476672887,0.98533724340176 +25,113,20,0.00266595574513463,0.988003199146894 +25,114,7,0.000933084510797121,0.988936283657691 +25,115,13,0.00173287123433751,0.990669154892029 +25,116,10,0.00133297787256732,0.992002132764596 +25,117,2,0.000266595574513463,0.99226872833911 +25,119,1,0.000133297787256732,0.992402026126366 +25,120,4,0.000533191149026926,0.992935217275393 +25,121,2,0.000266595574513463,0.993201812849907 +25,122,5,0.000666488936283658,0.99386830178619 +25,123,4,0.000533191149026926,0.994401492935217 +25,124,2,0.000266595574513463,0.994668088509731 +25,125,6,0.000799786723540389,0.995467875233271 +25,126,8,0.00106638229805385,0.996534257531325 +25,127,12,0.00159957344708078,0.998133830978406 +25,128,6,0.000799786723540389,0.998933617701946 +25,129,5,0.000666488936283658,0.99960010663823 +25,130,3,0.000399893361770195,1 +26,1,365,0.00936930461791206,0.00936930461791206 +26,2,915,0.0234874348640809,0.032856739481993 +26,3,950,0.0243858613342917,0.0572426008162846 +26,4,942,0.0241805067125292,0.0814231075288138 +26,5,875,0.0224606617552686,0.103883769284082 +26,6,842,0.0216135739404985,0.125497343224581 +26,7,770,0.0197653823446364,0.145262725569217 +26,8,607,0.0155812819262264,0.160844007495444 +26,9,614,0.0157609672202685,0.176604974715712 +26,10,589,0.0151192340272608,0.191724208742973 +26,11,459,0.0117822214236209,0.203506430166594 +26,12,365,0.00936930461791206,0.212875734784506 +26,13,320,0.00821418487049824,0.221089919655004 +26,14,388,0.00995969915547912,0.231049618810483 +26,15,646,0.0165823857073183,0.247632004517802 +26,16,673,0.0172754575557666,0.264907462073568 +26,17,736,0.018892625202146,0.283800087275714 +26,18,709,0.0181995533536977,0.301999640629412 +26,19,744,0.0190979798239084,0.32109762045332 +26,20,619,0.01588931385887,0.33698693431219 +26,21,557,0.014297815540211,0.351284749852401 +26,22,657,0.0168647483122417,0.368149498164643 +26,23,556,0.0142721462124907,0.382421644377134 +26,24,505,0.012963010498755,0.395384654875889 +26,25,468,0.0120132453731037,0.407397900248992 +26,26,315,0.00808583823189671,0.415483738480889 +26,27,207,0.00531355083810355,0.420797289318993 +26,28,178,0.00456914033421465,0.425366429653207 +26,29,147,0.00377339117488513,0.429139820828093 +26,30,158,0.00405575377980851,0.433195574607901 +26,31,161,0.00413276176296943,0.43732833637087 +26,32,162,0.00415843109068974,0.44148676746156 +26,33,158,0.00405575377980851,0.445542521241369 +26,34,169,0.00433811638473188,0.449880637626101 +26,35,159,0.00408142310752881,0.453962060733629 +26,36,136,0.00349102856996175,0.457453089303591 +26,37,178,0.00456914033421465,0.462022229637806 +26,38,241,0.00618630798059399,0.4682085376184 +26,39,204,0.00523654285494263,0.473445080473342 +26,40,269,0.00690504915676258,0.480350129630105 +26,41,283,0.00726441974484688,0.487614549374952 +26,42,324,0.00831686218137947,0.495931411556331 +26,43,276,0.00708473445080473,0.503016146007136 +26,44,222,0.00569859075390816,0.508714736761044 +26,45,167,0.00428677772929127,0.513001514490336 +26,46,133,0.00341402058680083,0.516415535077136 +26,47,122,0.00313165798187745,0.519547193059014 +26,48,110,0.00282362604923377,0.522370819108248 +26,49,80,0.00205354621762456,0.524424365325872 +26,50,84,0.00215622352850579,0.526580588854378 +26,51,70,0.00179685294042149,0.528377441794799 +26,52,59,0.00151449033549811,0.529891932130298 +26,53,72,0.0018481915958621,0.53174012372616 +26,54,95,0.00243858613342917,0.534178709859589 +26,55,196,0.00503118823318017,0.539209898092769 +26,56,270,0.00693071848448289,0.546140616577252 +26,57,214,0.0054932361321457,0.551633852709398 +26,58,263,0.00675103319044074,0.558384885899838 +26,59,333,0.00854788613086223,0.5669327720307 +26,60,346,0.00888158739122622,0.575814359421927 +26,61,296,0.00759812100521087,0.583412480427138 +26,62,388,0.00995969915547912,0.593372179582617 +26,63,370,0.00949765125651359,0.60286983083913 +26,64,420,0.0107811176425289,0.613650948481659 +26,65,414,0.0106271016762071,0.624278050157867 +26,66,339,0.00870190209718408,0.632979952255051 +26,67,406,0.0104217470544446,0.643401699309495 +26,68,374,0.00960032856739482,0.65300202787689 +26,69,409,0.0104987550376056,0.663500782914495 +26,70,433,0.0111148189028929,0.674615601817389 +26,71,572,0.0146828554560156,0.689298457273404 +26,72,566,0.0145288394896938,0.703827296763098 +26,73,539,0.0138357676412455,0.717663064404343 +26,74,511,0.0131170264650769,0.73078009086942 +26,75,582,0.0149395487332187,0.745719639602639 +26,76,604,0.0155042739430654,0.761223913545704 +26,77,570,0.014631516800575,0.775855430346279 +26,78,650,0.0166850630181996,0.792540493364479 +26,79,592,0.0151962420104217,0.807736735374901 +26,80,527,0.0135277357086018,0.821264471083502 +26,81,442,0.0113458428523757,0.832610313935878 +26,82,453,0.0116282054572991,0.844238519393177 +26,83,425,0.0109094642811305,0.855147983674308 +26,84,291,0.00746977436660934,0.862617758040917 +26,85,283,0.00726441974484688,0.869882177785764 +26,86,288,0.00739276638344842,0.877274944169212 +26,87,205,0.00526221218266294,0.882537156351875 +26,88,208,0.00533922016582386,0.887876376517699 +26,89,191,0.00490284159457864,0.892779218112278 +26,90,201,0.00515953487178171,0.897938752984059 +26,91,192,0.00492851092229895,0.902867263906358 +26,92,134,0.00343968991452114,0.906306953820879 +26,93,110,0.00282362604923377,0.909130579870113 +26,94,171,0.0043894550401725,0.913520034910286 +26,95,142,0.0036450445362836,0.917165079446569 +26,96,115,0.00295197268783531,0.920117052134405 +26,97,127,0.00326000462047899,0.923377056754884 +26,98,78,0.00200220756218395,0.925379264317067 +26,99,91,0.00233590882254794,0.927715173139615 +26,100,104,0.00266961008291193,0.930384783222527 +26,101,136,0.00349102856996175,0.933875811792489 +26,102,125,0.00320866596503838,0.937084477757528 +26,103,164,0.00420976974613035,0.941294247503658 +26,104,228,0.00585260672023,0.947146854223888 +26,105,260,0.00667402520727982,0.953820879431168 +26,106,325,0.00834253150909978,0.962163410940267 +26,107,275,0.00705906512308443,0.969222476063352 +26,108,202,0.00518520419950202,0.974407680262854 +26,109,153,0.00392740714120697,0.978335087404061 +26,110,139,0.00356803655312267,0.981903123957184 +26,111,109,0.00279795672151346,0.984701080678697 +26,112,77,0.00197653823446364,0.986677618913161 +26,113,52,0.00133480504145596,0.988012423954617 +26,114,37,0.000949765125651359,0.988962189080268 +26,115,65,0.00166850630181996,0.990630695382088 +26,116,33,0.000847087814770131,0.991477783196858 +26,117,20,0.00051338655440614,0.991991169751264 +26,118,24,0.000616063865287368,0.992607233616552 +26,119,34,0.000872757142490438,0.993479990759042 +26,120,25,0.000641733193007675,0.99412172395205 +26,121,14,0.000359370588084298,0.994481094540134 +26,122,18,0.000462047898965526,0.9949431424391 +26,123,15,0.000385039915804605,0.995328182354904 +26,124,7,0.000179685294042149,0.995507867648946 +26,125,18,0.000462047898965526,0.995969915547912 +26,126,18,0.000462047898965526,0.996431963446877 +26,127,28,0.000718741176168596,0.997150704623046 +26,128,26,0.000667402520727982,0.997818107143774 +26,129,26,0.000667402520727982,0.998485509664502 +26,130,39,0.00100110378109197,0.999486613445594 +26,131,8,0.000205354621762456,0.999691968067356 +26,132,7,0.000179685294042149,0.999871653361398 +26,133,1,2.5669327720307e-05,0.999897322689119 +26,144,4,0.000102677310881228,1 +27,1,335,0.010814475255835,0.010814475255835 +27,2,730,0.0235658714530135,0.0343803467088485 +27,3,707,0.0228233850921652,0.0572037318010137 +27,4,697,0.0225005649352746,0.0797042967362882 +27,5,691,0.0223068728411402,0.102011169577428 +27,6,651,0.0210155922135778,0.123026761791006 +27,7,628,0.0202731058527294,0.143299867643736 +27,8,514,0.0165929560641766,0.159892823707912 +27,9,482,0.0155599315621267,0.175452755270039 +27,10,448,0.0144623430286987,0.189915098298738 +27,11,341,0.0110081673499693,0.200923265648707 +27,12,269,0.00868386222035704,0.209607127869064 +27,13,220,0.00710204345159312,0.216709171320657 +27,14,287,0.00926493850276011,0.225974109823417 +27,15,538,0.0173677244407141,0.243341834264131 +27,16,572,0.0184653129741421,0.261807147238274 +27,17,621,0.020047131742906,0.28185427898118 +27,18,570,0.018400748942764,0.300255027923944 +27,19,601,0.0194014914291248,0.319656519353068 +27,20,468,0.0151079833424799,0.334764502695548 +27,21,414,0.0133647544952707,0.348129257190819 +27,22,484,0.0156244955935049,0.363753752784324 +27,23,426,0.0137521386835394,0.377505891467863 +27,24,358,0.0115569616166833,0.389062853084547 +27,25,333,0.0107499112244569,0.399812764309004 +27,26,224,0.00723117151434936,0.407043935823353 +27,27,157,0.00506827646318236,0.412112212286535 +27,28,142,0.00458404622784647,0.416696258514382 +27,29,111,0.00358330374148562,0.420279562255867 +27,30,114,0.0036801497885528,0.42395971204442 +27,31,124,0.00400296994544339,0.427962681989863 +27,32,118,0.00380927785130904,0.431771959841173 +27,33,117,0.00377699583561998,0.435548955676792 +27,34,120,0.00387384188268716,0.43942279755948 +27,35,119,0.0038415598669981,0.443264357426478 +27,36,100,0.00322820156890596,0.446492558995384 +27,37,141,0.00455176421215741,0.451044323207541 +27,38,176,0.00568163476127449,0.456725957968816 +27,39,175,0.00564935274558544,0.462375310714401 +27,40,223,0.0071988894986603,0.469574200213061 +27,41,247,0.00797365787519773,0.477547858088259 +27,42,301,0.00971688672240695,0.487264744810666 +27,43,232,0.00748942763986183,0.494754172450528 +27,44,169,0.00545566065145108,0.500209833101979 +27,45,158,0.00510055847887142,0.50531039158085 +27,46,125,0.00403525196113245,0.509345643541983 +27,47,112,0.00361558575717468,0.512961229299157 +27,48,96,0.00309907350614972,0.516060302805307 +27,49,67,0.002162895051167,0.518223197856474 +27,50,62,0.0020014849727217,0.520224682829196 +27,51,46,0.00148497272169674,0.521709655550893 +27,52,39,0.00125899861187333,0.522968654162766 +27,53,45,0.00145269070600768,0.524421344868774 +27,54,93,0.00300222745908255,0.527423572327856 +27,55,175,0.00564935274558544,0.533072925073442 +27,56,212,0.00684378732608064,0.539916712399522 +27,57,210,0.00677922329470252,0.546695935694225 +27,58,198,0.00639183910643381,0.553087774800659 +27,59,272,0.00878070826742422,0.561868483068083 +27,60,321,0.0103625270361881,0.572231010104271 +27,61,270,0.0087161442360461,0.580947154340317 +27,62,369,0.011912063789263,0.59285921812958 +27,63,304,0.00981373276947413,0.602672950899054 +27,64,381,0.0122994479775317,0.614972398876586 +27,65,359,0.0115892436323724,0.626561642508958 +27,66,291,0.00939406656551635,0.635955709074475 +27,67,329,0.0106207831617006,0.646576492236175 +27,68,322,0.0103948090518772,0.656971301288053 +27,69,361,0.0116538076637505,0.668625108951803 +27,70,357,0.0115246796009943,0.680149788552797 +27,71,480,0.0154953675307486,0.695645156083546 +27,72,491,0.0158504697033283,0.711495625786874 +27,73,412,0.0133001904638926,0.724795816250767 +27,74,418,0.0134938825580269,0.738289698808794 +27,75,436,0.01407495884043,0.752364657649224 +27,76,462,0.0149142912483455,0.767278948897569 +27,77,459,0.0148174452012784,0.782096394098848 +27,78,563,0.0181747748329406,0.800271168931788 +27,79,510,0.0164638280014204,0.816734996933209 +27,80,461,0.0148820092326565,0.831617006165865 +27,81,368,0.0118797817735739,0.843496787939439 +27,82,336,0.010846757271524,0.854343545210963 +27,83,338,0.0109113213029022,0.865254866513865 +27,84,223,0.0071988894986603,0.872453756012525 +27,85,210,0.00677922329470252,0.879232979307228 +27,86,231,0.00745714562417277,0.886690124931401 +27,87,148,0.00477773832198082,0.891467863253382 +27,88,129,0.00416438002388869,0.89563224327727 +27,89,129,0.00416438002388869,0.899796623301159 +27,90,157,0.00506827646318236,0.904864899764341 +27,91,140,0.00451948219646835,0.90938438196081 +27,92,102,0.00329276560028408,0.912677147561094 +27,93,66,0.00213061303547794,0.914807760596572 +27,94,113,0.00364786777286374,0.918455628369435 +27,95,91,0.00293766342770443,0.92139329179714 +27,96,79,0.00255027923943571,0.923943571036576 +27,97,100,0.00322820156890596,0.927171772605482 +27,98,58,0.00187235690996546,0.929044129515447 +27,99,68,0.00219517706685605,0.931239306582303 +27,100,74,0.00238886916099041,0.933628175743293 +27,101,90,0.00290538141201537,0.936533557155309 +27,102,82,0.00264712528650289,0.939180682441812 +27,103,110,0.00355102172579656,0.942731704167608 +27,104,171,0.0055202246828292,0.948251928850437 +27,105,190,0.00613358298092133,0.954385511831359 +27,106,242,0.00781224779675243,0.962197759628111 +27,107,238,0.00768311973399619,0.969880879362107 +27,108,164,0.00529425057300578,0.975175129935113 +27,109,145,0.00468089227491365,0.979856022210027 +27,110,122,0.00393840591406527,0.983794428124092 +27,111,83,0.00267940730219195,0.986473835426284 +27,112,68,0.00219517706685605,0.98866901249314 +27,113,55,0.00177551086289828,0.990444523356038 +27,114,30,0.000968460470671789,0.99141298382671 +27,115,31,0.00100074248636085,0.992413726313071 +27,116,19,0.000613358298092133,0.993027084611163 +27,117,15,0.000484230235335894,0.993511314846499 +27,118,13,0.000419666203957775,0.993930981050457 +27,119,23,0.000742486360848371,0.994673467411305 +27,120,19,0.000613358298092133,0.995286825709397 +27,121,11,0.000355102172579656,0.995641927881977 +27,122,14,0.000451948219646835,0.996093876101624 +27,123,10,0.000322820156890596,0.996416696258514 +27,124,6,0.000193692094134358,0.996610388352649 +27,125,11,0.000355102172579656,0.996965490525228 +27,126,11,0.000355102172579656,0.997320592697808 +27,127,19,0.000613358298092133,0.9979339509959 +27,128,16,0.000516512251024954,0.998450463246925 +27,129,18,0.000581076282403073,0.999031539529328 +27,130,24,0.000774768376537431,0.999806307905866 +27,131,5,0.000161410078445298,0.999967717984311 +27,132,1,3.22820156890596e-05,1 +28,1,401,0.0117578067732004,0.0117578067732004 +28,2,971,0.028470898695206,0.0402287054684064 +28,3,968,0.0283829350535112,0.0686116405219176 +28,4,927,0.0271807652836827,0.0957924058056003 +28,5,917,0.0268875531447002,0.122679958950301 +28,6,824,0.0241606802521624,0.146840639202463 +28,7,747,0.0219029467819968,0.16874358598446 +28,8,613,0.0179739041196306,0.18671749010409 +28,9,570,0.0167130919220056,0.203430582026096 +28,10,569,0.0166837707081073,0.220114352734203 +28,11,448,0.0131359038264184,0.233250256560622 +28,12,308,0.00903093388066266,0.242281190441284 +28,13,297,0.00870840052778185,0.250989590969066 +28,14,319,0.00935346723354347,0.26034305820261 +28,15,531,0.0155695645799736,0.275912622782583 +28,16,601,0.0176220495528515,0.293534672335435 +28,17,607,0.017797976836241,0.311332649171676 +28,18,568,0.0166544494942091,0.327987098665885 +28,19,561,0.0164492009969213,0.344436299662806 +28,20,490,0.0143673948101451,0.358803694472951 +28,21,461,0.0135170796070957,0.372320774080047 +28,22,445,0.0130479401847236,0.385368714264771 +28,23,391,0.0114645946342179,0.396833308898988 +28,24,368,0.010790206714558,0.407623515613546 +28,25,354,0.0103797097199824,0.418003225333529 +28,26,215,0.00630406098812491,0.424307286321654 +28,27,174,0.00510189121829644,0.42940917753995 +28,28,133,0.00389972144846797,0.433308898988418 +28,29,106,0.00310804867321507,0.436416947661633 +28,30,125,0.00366515173728192,0.440082099398915 +28,31,117,0.00343058202609588,0.443512681425011 +28,32,118,0.00345990323999414,0.446972584665005 +28,33,110,0.00322533352880809,0.450197918193813 +28,34,116,0.00340126081219763,0.453599179006011 +28,35,129,0.00378243659287495,0.457381615598886 +28,36,91,0.00266823046474124,0.460049846063627 +28,37,115,0.00337193959829937,0.463421785661926 +28,38,183,0.00536578214338074,0.468787567805307 +28,39,186,0.0054537457850755,0.474241313590383 +28,40,254,0.00744758833015687,0.48168890192054 +28,41,259,0.00759419439964815,0.489283096320188 +28,42,268,0.00785808532473244,0.49714118164492 +28,43,210,0.00615745491863363,0.503298636563554 +28,44,172,0.00504324879049993,0.508341885354054 +28,45,146,0.00428089722914529,0.512622782583199 +28,46,128,0.00375311537897669,0.516375897962176 +28,47,127,0.00372379416507843,0.520099692127254 +28,48,99,0.00290280017592728,0.523002492303181 +28,49,60,0.00175927283389532,0.524761765137077 +28,50,68,0.00199384254508137,0.526755607682158 +28,51,54,0.00158334555050579,0.528338953232664 +28,52,38,0.0011142061281337,0.529453159360798 +28,53,58,0.00170063040609881,0.531153789766896 +28,54,91,0.00266823046474124,0.533822020231638 +28,55,178,0.00521917607388946,0.539041196305527 +28,56,230,0.00674387919659874,0.545785075502126 +28,57,199,0.00583492156575282,0.551619997067879 +28,58,210,0.00615745491863363,0.557777451986512 +28,59,288,0.00844450960269755,0.56622196158921 +28,60,318,0.00932414601964521,0.575546107608855 +28,61,260,0.0076235156135464,0.583169623222401 +28,62,345,0.0101158187948981,0.5932854420173 +28,63,328,0.00961735815862777,0.602902800175927 +28,64,355,0.0104090309338807,0.613311831109808 +28,65,324,0.00950007330303475,0.622811904412843 +28,66,278,0.008151297463715,0.630963201876558 +28,67,365,0.0107022430728632,0.641665444949421 +28,68,349,0.0102331036504911,0.651898548599912 +28,69,389,0.0114059522064213,0.663304500806333 +28,70,400,0.0117284855593022,0.675032986365636 +28,71,520,0.0152470312270928,0.690280017592728 +28,72,578,0.0169476616331916,0.70722767922592 +28,73,494,0.0144846796657382,0.721712358891658 +28,74,457,0.0133997947515027,0.735112153643161 +28,75,507,0.0148658554464155,0.749978009089576 +28,76,547,0.0160387040023457,0.766016713091922 +28,77,502,0.0147192493769242,0.780735962468846 +28,78,564,0.016537164638616,0.797273127107462 +28,79,559,0.0163905585691248,0.813663685676587 +28,80,499,0.0146312857352294,0.828294971411816 +28,81,403,0.0118164492009969,0.840111420612814 +28,82,363,0.0106436006450667,0.85075502125788 +28,83,345,0.0101158187948981,0.860870840052778 +28,84,259,0.00759419439964815,0.868465034452426 +28,85,251,0.0073596246884621,0.875824659140888 +28,86,288,0.00844450960269755,0.884269168743586 +28,87,184,0.00539510335727899,0.889664272100865 +28,88,160,0.00469139422372086,0.894355666324586 +28,89,154,0.00451546694033133,0.898871133264917 +28,90,162,0.00475003665151737,0.903621169916435 +28,91,175,0.00513121243219469,0.908752382348629 +28,92,104,0.00304940624541856,0.911801788594048 +28,93,90,0.00263890925084299,0.914440697844891 +28,94,155,0.00454478815422959,0.91898548599912 +28,95,120,0.00351854566779065,0.922504031666911 +28,96,91,0.00266823046474124,0.925172262131652 +28,97,121,0.0035478668816889,0.928720129013341 +28,98,72,0.00211112740067439,0.930831256414016 +28,99,99,0.00290280017592728,0.933734056589943 +28,100,102,0.00299076381762205,0.936724820407565 +28,101,112,0.0032839759566046,0.94000879636417 +28,102,94,0.00275619410643601,0.942764990470605 +28,103,133,0.00389972144846797,0.946664711919073 +28,104,170,0.00498460636270342,0.951649318281777 +28,105,174,0.00510189121829644,0.956751209500073 +28,106,243,0.00712505497727606,0.963876264477349 +28,107,242,0.0070957337633778,0.970971998240727 +28,108,168,0.00492596393490691,0.975897962175634 +28,109,132,0.00387040023456971,0.979768362410204 +28,110,112,0.0032839759566046,0.983052338366808 +28,111,95,0.00278551532033426,0.985837853687143 +28,112,53,0.00155402433660754,0.98739187802375 +28,113,58,0.00170063040609881,0.989092508429849 +28,114,45,0.00131945462542149,0.99041196305527 +28,115,63,0.00184723647559009,0.992259199530861 +28,116,27,0.000791672775252896,0.993050872306113 +28,117,14,0.000410496994575575,0.993461369300689 +28,118,21,0.000615745491863363,0.994077114792552 +28,119,26,0.00076235156135464,0.994839466353907 +28,120,15,0.000439818208473831,0.995279284562381 +28,121,11,0.000322533352880809,0.995601817915262 +28,122,15,0.000439818208473831,0.996041636123736 +28,123,9,0.000263890925084298,0.99630552704882 +28,124,5,0.000146606069491277,0.996452133118311 +28,125,16,0.000469139422372086,0.996921272540683 +28,126,13,0.00038117578067732,0.99730244832136 +28,127,21,0.000615745491863363,0.997918193813224 +28,128,17,0.000498460636270342,0.998416654449494 +28,129,15,0.000439818208473831,0.998856472657968 +28,130,29,0.000850315203049406,0.999706787861017 +28,131,7,0.000205248497287788,0.999912036358305 +28,132,1,2.93212138982554e-05,0.999941357572203 +28,144,2,5.86424277965108e-05,1 +29,1,460,0.00917010545621275,0.00917010545621275 +29,2,1152,0.0229651336642545,0.0321352391204673 +29,3,1381,0.0275302513804996,0.0596654905009669 +29,4,1475,0.0294041424954648,0.0890696329964316 +29,5,1590,0.031696668859518,0.12076630185595 +29,6,1611,0.0321153041086059,0.152881605964556 +29,7,1514,0.0301816079580567,0.183063213922612 +29,8,1314,0.0261946055857903,0.209257819508403 +29,9,1206,0.0240416243047665,0.233299443813169 +29,10,1198,0.0238821442098758,0.257181588023045 +29,11,1013,0.0201941670155294,0.277375755038574 +29,12,816,0.016266969678847,0.293642724717421 +29,13,680,0.0135558080657058,0.307198532783127 +29,14,672,0.0133963279708151,0.320594860753942 +29,15,908,0.0181009907700895,0.338695851524032 +29,16,894,0.0178219006040309,0.356517752128063 +29,17,911,0.0181607958056735,0.374678547933736 +29,18,872,0.0173833303430816,0.392061878276818 +29,19,840,0.0167454099635189,0.408807288240337 +29,20,743,0.0148117138129697,0.423619002053306 +29,21,751,0.0149711939078604,0.438590195961167 +29,22,699,0.0139345732910711,0.452524769252238 +29,23,658,0.0131172378047565,0.465642007056994 +29,24,644,0.0128381476386978,0.478480154695692 +29,25,544,0.0108446464525646,0.489324801148257 +29,26,330,0.00657855391423958,0.495903355062496 +29,27,233,0.00464485776369037,0.500548212826187 +29,28,175,0.00348862707573311,0.50403683990192 +29,29,148,0.00295038175547714,0.506987221657397 +29,30,182,0.00362817215876243,0.510615393816159 +29,31,152,0.00303012180292247,0.513645515619082 +29,32,164,0.00326934194525846,0.51691485756434 +29,33,166,0.00330921196898112,0.520224069533321 +29,34,178,0.00354843211131711,0.523772501644639 +29,35,163,0.00324940693339713,0.527021908578036 +29,36,106,0.0021131112573012,0.529135019835337 +29,37,163,0.00324940693339713,0.532384426768734 +29,38,225,0.00448537766879971,0.536869804437534 +29,39,207,0.00412654745529574,0.540996351892829 +29,40,268,0.00534258317883699,0.546338935071666 +29,41,283,0.00564160835675697,0.551980543428423 +29,42,342,0.00681777405657556,0.558798317484999 +29,43,302,0.00602037358212228,0.564818691067121 +29,44,256,0.00510336303650101,0.569922054103622 +29,45,218,0.00434583258577039,0.574267886689393 +29,46,188,0.00374778222993043,0.578015668919323 +29,47,157,0.00312979686222913,0.581145465781552 +29,48,133,0.00265135657755716,0.583796822359109 +29,49,103,0.0020533062217172,0.585850128580827 +29,50,102,0.00203337120985587,0.587883499790682 +29,51,91,0.00181408607938122,0.589697585870064 +29,52,52,0.00103662061678927,0.590734206486853 +29,53,77,0.00153499591332257,0.592269202400176 +29,54,122,0.00243207144708251,0.594701273847258 +29,55,219,0.00436576759763172,0.59906704144489 +29,56,281,0.00560173833303431,0.604668779777924 +29,57,236,0.00470466279927437,0.609373442577198 +29,58,270,0.00538245320255966,0.614755895779758 +29,59,301,0.00600043857026095,0.620756334350019 +29,60,358,0.00713673424635688,0.627893068596376 +29,61,323,0.00643900883121026,0.634332077427586 +29,62,423,0.00843251001734346,0.64276458744493 +29,63,422,0.00841257500548213,0.651177162450412 +29,64,435,0.00867173015967945,0.659848892610091 +29,65,403,0.00803380978011682,0.667882702390208 +29,66,351,0.00699718916332755,0.674879891553536 +29,67,452,0.00901062536132209,0.683890516914858 +29,68,444,0.00885114526643143,0.692741662181289 +29,69,462,0.00920997547993541,0.701951637661224 +29,70,494,0.00984789585949804,0.711799533520722 +29,71,647,0.0128979526742818,0.724697486195004 +29,72,692,0.0137950282080418,0.738492514403046 +29,73,585,0.0116619819388793,0.750154496341925 +29,74,632,0.0125989274963619,0.762753423838287 +29,75,664,0.0132368478759245,0.775990271714212 +29,76,697,0.0138947032673484,0.78988497498156 +29,77,679,0.0135358730538445,0.803420848035405 +29,78,714,0.0142335984689911,0.817654446504396 +29,79,683,0.0136156131012898,0.831270059605686 +29,80,600,0.0119610071167992,0.843231066722485 +29,81,474,0.00944919562227139,0.852680262344756 +29,82,438,0.00873153519526344,0.86141179754002 +29,83,418,0.0083328349580368,0.869744632498056 +29,84,307,0.00612004864142894,0.875864681139485 +29,85,314,0.00625959372445827,0.882124274863944 +29,86,368,0.0073360843649702,0.889460359228914 +29,87,241,0.00480433785858103,0.894264697087495 +29,88,242,0.00482427287044236,0.899088969957937 +29,89,234,0.0046647927755517,0.903753762733489 +29,90,260,0.00518310308394634,0.908936865817435 +29,91,240,0.00478440284671969,0.913721268664155 +29,92,140,0.00279090166058649,0.916512170324741 +29,93,105,0.00209317624543987,0.918605346570181 +29,94,166,0.00330921196898112,0.921914558539162 +29,95,132,0.00263142156569583,0.924545980104858 +29,96,120,0.00239220142335985,0.926938181528218 +29,97,131,0.0026114865538345,0.929549668082053 +29,98,96,0.00191376113868788,0.93146342922074 +29,99,99,0.00197356617427187,0.933436995395012 +29,100,143,0.00285070669617048,0.936287702091183 +29,101,162,0.00322947192153579,0.939517174012719 +29,102,167,0.00332914698084245,0.942846320993561 +29,103,196,0.00390726232482108,0.946753583318382 +29,104,253,0.00504355800091701,0.951797141319299 +29,105,310,0.00617985367701294,0.957976994996312 +29,106,369,0.00735601937683153,0.965333014373144 +29,107,360,0.00717660427007954,0.972509618643223 +29,108,242,0.00482427287044236,0.977333891513666 +29,109,168,0.00334908199270379,0.980682973506369 +29,110,144,0.00287064170803182,0.983553615214401 +29,111,121,0.00241213643522118,0.985965751649622 +29,112,105,0.00209317624543987,0.988058927895062 +29,113,78,0.0015549309251839,0.989613858820246 +29,114,64,0.00127584075912525,0.990889699579371 +29,115,86,0.00171441102007456,0.992604110599446 +29,116,47,0.000936945557482607,0.993541056156928 +29,117,32,0.000637920379562626,0.994178976536491 +29,118,22,0.000438570260949305,0.99461754679744 +29,119,34,0.00067779040328529,0.995295337200726 +29,120,26,0.000518310308394634,0.99581364750912 +29,121,19,0.000378765225365309,0.996192412734486 +29,122,22,0.000438570260949305,0.996630982995435 +29,123,14,0.000279090166058649,0.996910073161493 +29,124,15,0.000299025177919981,0.997209098339414 +29,125,13,0.000259155154197317,0.997468253493611 +29,126,14,0.000279090166058649,0.997747343659669 +29,127,26,0.000518310308394634,0.998265653968064 +29,128,15,0.000299025177919981,0.998564679145984 +29,129,18,0.000358830213503977,0.998923509359488 +29,130,36,0.000717660427007954,0.999641169786496 +29,131,9,0.000179415106751989,0.999820584893248 +29,132,7,0.000139545083029324,0.999960129976277 +29,133,1,1.99350118613321e-05,0.999980064988139 +29,155,1,1.99350118613321e-05,1 +30,1,441,0.00581472007594736,0.00581472007594736 +30,2,1159,0.015281769995517,0.0210964900714644 +30,3,1388,0.0183012051369953,0.0393976952084597 +30,4,1538,0.0202790010811951,0.0596766962896548 +30,5,1680,0.0221513145750376,0.0818280108646924 +30,6,1742,0.0229688035653068,0.104796814429999 +30,7,1655,0.021821681917671,0.12661849634767 +30,8,1458,0.0192241765776219,0.145842672925292 +30,9,1404,0.01851217003771,0.164354842963002 +30,10,1353,0.0178397194166821,0.182194562379684 +30,11,1157,0.0152553993829277,0.197449961762612 +30,12,1003,0.0132248622135492,0.210674823976161 +30,13,864,0.0113921046385908,0.222066928614752 +30,14,860,0.0113393634134121,0.233406292028164 +30,15,1204,0.0158751087787769,0.249281400806941 +30,16,1164,0.0153476965269903,0.264629097333931 +30,17,1200,0.0158223675535983,0.280451464887529 +30,18,1151,0.0151762875451597,0.295627752432689 +30,19,1113,0.0146752459059624,0.310302998338651 +30,20,1008,0.0132907887450225,0.323593787083674 +30,21,1015,0.0133830858890852,0.336976872972759 +30,22,1008,0.0132907887450225,0.350267661717782 +30,23,926,0.01220959362886,0.362477255346642 +30,24,905,0.011932702196672,0.374409957543314 +30,25,770,0.0101526858468922,0.384562643390206 +30,26,504,0.00664539437251127,0.391208037762717 +30,27,326,0.00429840985206086,0.395506447614778 +30,28,238,0.00313810289813032,0.398644550512908 +30,29,236,0.00311173228554099,0.401756282798449 +30,30,254,0.00334906779884497,0.405105350597294 +30,31,250,0.00329632657366631,0.408401677170961 +30,32,237,0.00312491759183566,0.411526594762796 +30,33,226,0.00297987922259434,0.414506473985391 +30,34,257,0.00338862371772896,0.41789509770312 +30,35,248,0.00326995596107698,0.421165053664197 +30,36,203,0.00267661717781704,0.423841670842014 +30,37,239,0.00315128820442499,0.426992959046439 +30,38,344,0.00453574536536484,0.431528704411804 +30,39,346,0.00456211597795417,0.436090820389758 +30,40,452,0.00595975844518868,0.442050578834946 +30,41,548,0.00722554784947654,0.449276126684423 +30,42,659,0.00868911684818438,0.457965243532607 +30,43,563,0.00742332744389652,0.465388570976504 +30,44,501,0.00660583845362728,0.471994409430131 +30,45,395,0.00520819598639276,0.477202605416524 +30,46,337,0.00444344822130218,0.481646053637826 +30,47,282,0.00371825637509559,0.485364310012922 +30,48,270,0.00356003269955961,0.488924342712481 +30,49,231,0.00304580575406767,0.491970148466549 +30,50,200,0.00263706125893305,0.494607209725482 +30,51,193,0.00254476411487039,0.497151973840352 +30,52,115,0.0015163102238865,0.498668284064239 +30,53,171,0.00225468737638775,0.500922971440627 +30,54,194,0.00255794942116505,0.503480920861792 +30,55,342,0.00450937475277551,0.507990295614567 +30,56,441,0.00581472007594736,0.513805015690515 +30,57,402,0.00530049313045542,0.51910550882097 +30,58,439,0.00578834946335803,0.524893858284328 +30,59,543,0.00715962131800322,0.532053479602331 +30,60,596,0.00785844255162047,0.539911922153952 +30,61,508,0.00669813559768993,0.546610057751642 +30,62,717,0.00945386461327497,0.556063922364917 +30,63,672,0.00886052583001503,0.564924448194932 +30,64,739,0.0097439413517576,0.574668389546689 +30,65,725,0.00955934706363229,0.584227736610322 +30,66,650,0.0085704490915324,0.592798185701854 +30,67,805,0.0106141715672055,0.603412357269059 +30,68,801,0.0105614303420268,0.613973787611086 +30,69,814,0.0107328393238575,0.624706626934944 +30,70,842,0.0111020279001081,0.635808654835052 +30,71,1112,0.0146620605996677,0.65047071543472 +30,72,1254,0.0165343740935102,0.66700508952823 +30,73,1094,0.0144247250863638,0.681429814614594 +30,74,1147,0.015123546319981,0.696553360934575 +30,75,1177,0.015519105508821,0.712072466443396 +30,76,1322,0.0174309749215474,0.729503441364943 +30,77,1187,0.0156509585717676,0.745154399936711 +30,78,1246,0.0164288916431529,0.761583291579863 +30,79,1213,0.0159937765354289,0.777577068115292 +30,80,1105,0.0145697634556051,0.792146831570897 +30,81,943,0.0124337438358693,0.804580575406767 +30,82,866,0.0114184752511801,0.815999050657947 +30,83,874,0.0115239577015374,0.827523008359484 +30,84,676,0.00891326705519369,0.836436275414678 +30,85,777,0.0102449829909549,0.846681258405633 +30,86,734,0.00967801482028428,0.856359273225917 +30,87,615,0.00810896337121911,0.864468236597136 +30,88,566,0.00746288336278052,0.871931119959917 +30,89,524,0.00690910049840458,0.878840220458321 +30,90,533,0.00702776825505656,0.885867988713378 +30,91,518,0.00682998866063659,0.892697977374014 +30,92,339,0.00446981883389151,0.897167796207906 +30,93,264,0.00348092086179162,0.900648717069698 +30,94,332,0.00437752168982885,0.905026238759526 +30,95,293,0.00386329474433691,0.908889533503863 +30,96,266,0.00350729147438095,0.912396824978244 +30,97,238,0.00313810289813032,0.915534927876375 +30,98,204,0.00268980248411171,0.918224730360486 +30,99,231,0.00304580575406767,0.921270536114554 +30,100,262,0.00345455024920229,0.924725086363756 +30,101,301,0.00396877719469423,0.92869386355845 +30,102,306,0.00403470372616756,0.932728567284618 +30,103,374,0.00493130455420479,0.937659871838823 +30,104,498,0.00656628253474328,0.944226154373566 +30,105,532,0.0070145829487619,0.951240737322328 +30,106,588,0.00775296010126315,0.958993697423591 +30,107,583,0.00768703356978983,0.966680730993381 +30,108,417,0.0054982727248754,0.972179003718256 +30,109,309,0.00407425964505156,0.976253263363308 +30,110,255,0.00336225310513963,0.979615516468448 +30,111,198,0.00261069064634371,0.982226207114791 +30,112,150,0.00197779594419978,0.984204003058991 +30,113,157,0.00207009308826244,0.986274096147253 +30,114,138,0.0018195722686638,0.988093668415917 +30,115,139,0.00183275757495847,0.989926425990876 +30,116,84,0.00110756572875188,0.991033991719628 +30,117,57,0.000751562458795918,0.991785554178423 +30,118,56,0.000738377152501253,0.992523931330925 +30,119,61,0.000804303683974579,0.993328235014899 +30,120,54,0.000712006539911922,0.994040241554811 +30,121,34,0.000448300414018618,0.99448854196883 +30,122,47,0.000619709395849266,0.995108251364679 +30,123,31,0.000408744495134622,0.995516995859814 +30,124,24,0.000316447351071965,0.995833443210886 +30,125,34,0.000448300414018618,0.996281743624904 +30,126,32,0.000421929801429287,0.996703673426334 +30,127,49,0.000646080008438596,0.997349753434772 +30,128,59,0.000777933071385248,0.998127686506158 +30,129,45,0.000593338783259935,0.998721025289417 +30,130,51,0.000672450621027927,0.999393475910445 +30,131,16,0.000210964900714644,0.99960444081116 +30,132,15,0.000197779594419978,0.99980222040558 +30,133,3,3.95559188839957e-05,0.999841776324464 +30,138,1,1.31853062946652e-05,0.999854961630759 +30,140,4,5.27412251786609e-05,0.999907702855937 +30,144,2,2.63706125893305e-05,0.999934073468527 +30,152,1,1.31853062946652e-05,0.999947258774821 +30,153,2,2.63706125893305e-05,0.999973629387411 +30,154,1,1.31853062946652e-05,0.999986814693705 +30,155,1,1.31853062946652e-05,1 +31,1,411,0.00775033000188572,0.00775033000188572 +31,2,1063,0.0200452574014709,0.0277955874033566 +31,3,1106,0.0208561191778239,0.0486517065811805 +31,4,1079,0.0203469734112766,0.0689986799924571 +31,5,1075,0.0202715444088252,0.0892702244012823 +31,6,973,0.0183481048463134,0.107618329247596 +31,7,877,0.0165378087874788,0.124156138035074 +31,8,729,0.0137469356967754,0.13790307373185 +31,9,692,0.0130492174240996,0.150952291155949 +31,10,603,0.011370922119555,0.162323213275504 +31,11,558,0.0105223458419762,0.172845559117481 +31,12,458,0.00863662078069017,0.181482179898171 +31,13,406,0.00765604374882142,0.189138223646992 +31,14,463,0.00873090703375448,0.197869130680747 +31,15,737,0.0138977937016783,0.211766924382425 +31,16,841,0.0158589477654158,0.227625872147841 +31,17,857,0.0161606637752216,0.243786535923062 +31,18,792,0.0149349424853856,0.258721478408448 +31,19,803,0.0151423722421271,0.273863850650575 +31,20,709,0.0133697906845182,0.287233641335093 +31,21,698,0.0131623609277767,0.30039600226287 +31,22,741,0.0139732227041297,0.314369224967 +31,23,657,0.0123892136526494,0.326758438619649 +31,24,621,0.0117103526305865,0.338468791250236 +31,25,534,0.0100697718272676,0.348538563077503 +31,26,373,0.00703375447859702,0.3555723175561 +31,27,274,0.00516688666792382,0.360739204224024 +31,28,210,0.00396002262870074,0.364699226852725 +31,29,199,0.00375259287195927,0.368451819724684 +31,30,221,0.0041674523854422,0.372619272110126 +31,31,208,0.00392230812747501,0.376541580237601 +31,32,213,0.00401659438053932,0.380558174618141 +31,33,179,0.00337544785970206,0.383933622477843 +31,34,215,0.00405430888176504,0.387987931359608 +31,35,214,0.00403545163115218,0.39202338299076 +31,36,146,0.00275315858947765,0.394776541580238 +31,37,169,0.00318687535357345,0.397963416933811 +31,38,261,0.00492174240995663,0.402885159343768 +31,39,248,0.00467659815198944,0.407561757495757 +31,40,313,0.00590231944182538,0.413464076937582 +31,41,380,0.00716575523288705,0.42062983217047 +31,42,464,0.00874976428436734,0.429379596454837 +31,43,388,0.00731661323778993,0.436696209692627 +31,44,343,0.0064680369602112,0.443164246652838 +31,45,271,0.00511031491608524,0.448274561568923 +31,46,240,0.00452574014708656,0.45280030171601 +31,47,198,0.00373373562134641,0.456534037337356 +31,48,188,0.0035451631152178,0.460079200452574 +31,49,143,0.00269658683763907,0.462775787290213 +31,50,133,0.00250801433151047,0.465283801621724 +31,51,125,0.00235715632660758,0.467640957948331 +31,52,86,0.00162172355270602,0.469262681501037 +31,53,122,0.002300584574769,0.471563266075806 +31,54,163,0.00307373184989629,0.474636997925702 +31,55,297,0.00560060343201961,0.480237601357722 +31,56,407,0.00767490099943428,0.487912502357156 +31,57,351,0.00661889496511409,0.49453139732227 +31,58,377,0.00710918348104846,0.501640580803319 +31,59,444,0.00837261927211013,0.510013200075429 +31,60,520,0.00980577031868753,0.519818970394117 +31,61,473,0.00891947953988309,0.528738449934 +31,62,582,0.0109749198566849,0.539713369790685 +31,63,599,0.0112954931171035,0.551008862907788 +31,64,652,0.0122949273995851,0.563303790307373 +31,65,585,0.0110314916085235,0.574335281915897 +31,66,569,0.0107297755987177,0.585065057514614 +31,67,654,0.0123326419008109,0.597397699415425 +31,68,686,0.0129360739204224,0.610333773335848 +31,69,726,0.0136903639449368,0.624024137280784 +31,70,769,0.0145012257212898,0.638525363002074 +31,71,926,0.017461814067509,0.655987177069583 +31,72,959,0.0180841033377334,0.674071280407317 +31,73,818,0.01542523100132,0.689496511408637 +31,74,850,0.0160286630209315,0.705525174429568 +31,75,897,0.016914953799736,0.722440128229304 +31,76,982,0.0185178201018292,0.740957948331133 +31,77,895,0.0168772392985103,0.757835187629644 +31,78,895,0.0168772392985103,0.774712426928154 +31,79,889,0.0167640957948331,0.791476522722987 +31,80,755,0.0142372242127098,0.805713746935697 +31,81,670,0.0126343579106166,0.818348104846313 +31,82,638,0.0120309258910051,0.830379030737318 +31,83,585,0.0110314916085235,0.841410522345842 +31,84,474,0.00893833679049595,0.850348859136338 +31,85,495,0.00933433905336602,0.859683198189704 +31,86,482,0.00908919479539883,0.868772392985103 +31,87,392,0.00739204224024137,0.876164435225344 +31,88,321,0.00605317744672827,0.882217612672072 +31,89,290,0.00546860267772959,0.887686215349802 +31,90,316,0.00595889119366396,0.893645106543466 +31,91,314,0.00592117669243824,0.899566283235904 +31,92,202,0.00380916462379785,0.903375447859702 +31,93,154,0.00290401659438054,0.906279464454083 +31,94,215,0.00405430888176504,0.910333773335848 +31,95,184,0.00346973411276636,0.913803507448614 +31,96,156,0.00294173109560626,0.91674523854422 +31,97,160,0.0030171600980577,0.919762398642278 +31,98,132,0.00248915708089761,0.922251555723176 +31,99,136,0.00256458608334905,0.924816141806525 +31,100,181,0.00341316236092778,0.928229304167452 +31,101,222,0.00418630963605506,0.932415613803508 +31,102,210,0.00396002262870074,0.936375636432208 +31,103,230,0.00433716764095795,0.940712804073166 +31,104,329,0.00620403545163115,0.946916839524797 +31,105,372,0.00701489722798416,0.953931736752781 +31,106,439,0.00827833301904582,0.962210069771827 +31,107,397,0.00748632849330568,0.969696398265133 +31,108,309,0.00582689043937394,0.975523288704507 +31,109,211,0.0039788798793136,0.97950216858382 +31,110,190,0.00358287761644352,0.983085046200264 +31,111,140,0.00264001508580049,0.985725061286064 +31,112,98,0.00184801056006034,0.987573071846125 +31,113,96,0.00181029605883462,0.989383367904959 +31,114,72,0.00135772204412597,0.990741089949085 +31,115,76,0.00143315104657741,0.992174240995663 +31,116,44,0.000829719026965868,0.993003960022629 +31,117,34,0.000641146520837262,0.993645106543466 +31,118,21,0.000396002262870074,0.994041108806336 +31,119,32,0.000603432019611541,0.994644540825947 +31,120,30,0.000565717518385819,0.995210258344333 +31,121,21,0.000396002262870074,0.995606260607203 +31,122,31,0.00058457476899868,0.996190835376202 +31,123,19,0.000358287761644352,0.996549123137846 +31,124,10,0.000188572506128606,0.996737695643975 +31,125,20,0.000377145012257213,0.997114840656232 +31,126,16,0.00030171600980577,0.997416556666038 +31,127,23,0.000433716764095795,0.997850273430134 +31,128,33,0.000622289270224401,0.998472562700358 +31,129,25,0.000471431265321516,0.99894399396568 +31,130,36,0.000678861022062983,0.999622854987743 +31,131,6,0.000113143503677164,0.99973599849142 +31,132,10,0.000188572506128606,0.999924570997548 +31,133,2,3.77145012257213e-05,0.999962285498774 +31,140,2,3.77145012257213e-05,1 +32,1,423,0.00811526360217942,0.00811526360217942 +32,2,1060,0.0203361215562889,0.0284513851584683 +32,3,1165,0.0223505486915816,0.0508019338500499 +32,4,1192,0.0228685442406569,0.0736704780907068 +32,5,1213,0.0232714296677155,0.0969419077584222 +32,6,1217,0.0233481697490599,0.120290077507482 +32,7,1139,0.0218517381628425,0.142141815670325 +32,8,945,0.0181298442176349,0.160271659887959 +32,9,841,0.0161346021026782,0.176406261990638 +32,10,825,0.0158276417773003,0.192233903767938 +32,11,691,0.01325684905226,0.205490752820198 +32,12,600,0.0115110122016729,0.217001765021871 +32,13,455,0.00872918425293531,0.225730949274806 +32,14,522,0.0100145806154555,0.235745529890262 +32,15,806,0.015463126390914,0.251208656281176 +32,16,880,0.016882817895787,0.268091474176963 +32,17,848,0.0162688972450311,0.284360371421994 +32,18,839,0.016096232062006,0.300456603484 +32,19,792,0.0151945361062083,0.315651139590208 +32,20,718,0.0137748446013353,0.329425984191543 +32,21,667,0.0127964085641931,0.342222392755736 +32,22,691,0.01325684905226,0.355479241807996 +32,23,619,0.0118755275880592,0.367354769396056 +32,24,570,0.0109354615915893,0.378290230987645 +32,25,487,0.0093431049036912,0.387633335891336 +32,26,320,0.0061392065075589,0.393772542398895 +32,27,247,0.00473870002302203,0.398511242421917 +32,28,196,0.00376026398587983,0.402271506407797 +32,29,163,0.00312715831478781,0.405398664722585 +32,30,204,0.0039137441485688,0.409312408871153 +32,31,192,0.00368352390453534,0.412995932775689 +32,32,175,0.00335737855882127,0.41635331133451 +32,33,168,0.00322308341646842,0.419576394750979 +32,34,194,0.00372189394520758,0.423298288696186 +32,35,194,0.00372189394520758,0.427020182641394 +32,36,140,0.00268590284705702,0.429706085488451 +32,37,157,0.00301204819277108,0.432718133681222 +32,38,240,0.00460440488066917,0.437322538561891 +32,39,238,0.00456603483999693,0.441888573401888 +32,40,302,0.00579387614150871,0.447682449543397 +32,41,345,0.00661883201596194,0.454301281559359 +32,42,424,0.00813444862251554,0.462435730181874 +32,43,331,0.00635024173125624,0.46878597191313 +32,44,284,0.00544854577545852,0.474234517688589 +32,45,221,0.00423988949428286,0.478474407182872 +32,46,195,0.0037410789655437,0.482215486148415 +32,47,166,0.00318471337579618,0.485400199524212 +32,48,151,0.00289693807075436,0.488297137594966 +32,49,126,0.00241731256235132,0.490714450157317 +32,50,121,0.00232138746067071,0.493035837617988 +32,51,122,0.00234057248100683,0.495376410098995 +32,52,74,0.001419691504873,0.496796101603868 +32,53,100,0.00191850203361216,0.49871460363748 +32,54,170,0.00326145345714066,0.501976057094621 +32,55,293,0.00562121095848362,0.507597268053104 +32,56,373,0.00715601258537334,0.514753280638478 +32,57,338,0.00648453687360909,0.521237817512087 +32,58,353,0.00677231217865091,0.528010129690737 +32,59,458,0.00878673931394367,0.536796869004681 +32,60,571,0.0109546466119254,0.547751515616607 +32,61,492,0.00943903000537181,0.557190545621978 +32,62,559,0.0107244263678919,0.56791497198987 +32,63,583,0.0111848668559589,0.579099838845829 +32,64,653,0.0125278182794874,0.591627657125317 +32,65,594,0.0113959020796562,0.603023559204973 +32,66,546,0.0104750211035224,0.613498580308495 +32,67,659,0.0126429284015041,0.626141508709999 +32,68,633,0.0121441178727649,0.638285626582764 +32,69,639,0.0122592279947817,0.650544854577546 +32,70,707,0.0135638093776379,0.664108663955184 +32,71,844,0.0161921571636866,0.68030082111887 +32,72,896,0.0171897782211649,0.697490599340035 +32,73,765,0.014676540557133,0.712167139897168 +32,74,796,0.0152712761875528,0.727438416084721 +32,75,844,0.0161921571636866,0.743630573248408 +32,76,942,0.0180722891566265,0.761702862405034 +32,77,848,0.0162688972450311,0.777971759650065 +32,78,908,0.0174199984651984,0.795391758115264 +32,79,852,0.0163456373263756,0.811737395441639 +32,80,759,0.0145614304351163,0.826298825876755 +32,81,632,0.0121249328524288,0.838423758729184 +32,82,592,0.011357532038984,0.849781290768168 +32,83,518,0.00993784053411096,0.859719131302279 +32,84,417,0.00800015348016269,0.867719284782442 +32,85,423,0.00811526360217942,0.875834548384621 +32,86,399,0.0076548231141125,0.883489371498734 +32,87,306,0.0058706162228532,0.889359987721587 +32,88,247,0.00473870002302203,0.894098687744609 +32,89,246,0.0047195150026859,0.898818202747295 +32,90,290,0.00556365589747525,0.90438185864477 +32,91,262,0.00502647532806385,0.909408333972834 +32,92,201,0.00385618908756043,0.913264523060394 +32,93,141,0.00270508786739314,0.915969610927788 +32,94,189,0.00362596884352697,0.919595579771314 +32,95,175,0.00335737855882127,0.922952958330136 +32,96,148,0.00283938300974599,0.925792341339882 +32,97,141,0.00270508786739314,0.928497429207275 +32,98,123,0.00235975750134295,0.930857186708618 +32,99,122,0.00234057248100683,0.933197759189625 +32,100,165,0.00316552835546006,0.936363287545085 +32,101,196,0.00376026398587983,0.940123551530965 +32,102,150,0.00287775305041823,0.943001304581383 +32,103,186,0.00356841378251861,0.946569718363902 +32,104,286,0.00548691581613077,0.952056634180032 +32,105,286,0.00548691581613077,0.957543549996163 +32,106,371,0.0071176425447011,0.964661192540864 +32,107,352,0.00675312715831479,0.971414319699179 +32,108,275,0.00527588059243343,0.976690200291612 +32,109,212,0.00406722431125777,0.98075742460287 +32,110,188,0.00360678382319085,0.984364208426061 +32,111,124,0.00237894252167907,0.98674315094774 +32,112,96,0.00184176195226767,0.988584912900008 +32,113,100,0.00191850203361216,0.99050341493362 +32,114,62,0.00118947126083954,0.991692886194459 +32,115,64,0.00122784130151178,0.992920727495971 +32,116,39,0.000748215793108741,0.99366894328908 +32,117,39,0.000748215793108741,0.994417159082189 +32,118,24,0.000460440488066917,0.994877599570256 +32,119,35,0.000671475711764254,0.99554907528202 +32,120,37,0.000709845752436498,0.996258921034456 +32,121,20,0.000383700406722431,0.996642621441179 +32,122,25,0.000479625508403039,0.997122246949582 +32,123,20,0.000383700406722431,0.997505947356304 +32,124,9,0.000172665183025094,0.997678612539329 +32,125,13,0.00024940526436958,0.997928017803699 +32,126,7,0.000134295142352851,0.998062312946052 +32,127,25,0.000479625508403039,0.998541938454455 +32,128,27,0.000517995549075282,0.99905993400353 +32,129,17,0.000326145345714066,0.999386079349244 +32,130,21,0.000402885427058553,0.999788964776303 +32,131,4,7.67400813444862e-05,0.999865704857647 +32,132,6,0.000115110122016729,0.999980814979664 +32,133,1,1.91850203361216e-05,1 +33,1,474,0.00598190285086889,0.00598190285086889 +33,2,1258,0.0158760206463989,0.0218579234972678 +33,3,1447,0.0182612097578213,0.040119133255089 +33,4,1613,0.0203561377604462,0.0604752710155353 +33,5,1724,0.0217569631115991,0.0822322341271344 +33,6,1780,0.0224636858112798,0.104695919938414 +33,7,1653,0.0208609396887896,0.125556859627204 +33,8,1479,0.018665051300496,0.1442219109277 +33,9,1398,0.0176428273956007,0.1618647383233 +33,10,1364,0.0172137457565088,0.179078484079809 +33,11,1153,0.0145509155844975,0.193629399664307 +33,12,1012,0.0127714887870872,0.206400888451394 +33,13,865,0.0109163417004253,0.217317230151819 +33,14,842,0.0106260805916279,0.227943310743447 +33,15,1229,0.0155100392483499,0.243453349991797 +33,16,1294,0.0163303423819079,0.259783692373705 +33,17,1310,0.0165322631532452,0.27631595552695 +33,18,1264,0.0159517409356504,0.292267696462601 +33,19,1273,0.0160653213695276,0.308333017832128 +33,20,1146,0.0144625752470374,0.322795593079166 +33,21,1140,0.0143868549577859,0.337182448036952 +33,22,1179,0.0148790368379207,0.352061484874872 +33,23,1092,0.0137810926437739,0.365842577518646 +33,24,963,0.0121531064248665,0.377995683943513 +33,25,861,0.010865861507591,0.388861545451104 +33,26,576,0.00726914776814447,0.396130693219248 +33,27,420,0.00530042024760535,0.401431113466853 +33,28,321,0.00405103547495551,0.405482148941809 +33,29,323,0.00407627557137268,0.409558424513182 +33,30,331,0.00417723595704136,0.413735660470223 +33,31,341,0.0043034364391272,0.41803909690935 +33,32,291,0.00367243402869799,0.421711530938048 +33,33,243,0.00306667171468595,0.424778202652734 +33,34,300,0.00378601446257525,0.428564217115309 +33,35,278,0.0035083734019864,0.432072590517296 +33,36,190,0.00239780915963099,0.434470399676927 +33,37,229,0.00288999103976577,0.437360390716693 +33,38,330,0.00416461590883277,0.441525006625525 +33,39,350,0.00441701687300446,0.44594202349853 +33,40,430,0.00542662072969119,0.451368644228221 +33,41,496,0.00625954391145774,0.457628188139679 +33,42,627,0.00791277022678227,0.465540958366461 +33,43,495,0.00624692386324916,0.47178788222971 +33,44,492,0.00620906371862341,0.477996945948334 +33,45,393,0.00495967894597357,0.482956624894307 +33,46,332,0.00418985600524994,0.487146480899557 +33,47,290,0.00365981398048941,0.490806294880047 +33,48,272,0.00343265311273489,0.494238947992781 +33,49,231,0.00291523113618294,0.497154179128964 +33,50,227,0.0028647509433486,0.500018930072313 +33,51,207,0.00261234997917692,0.50263128005149 +33,52,172,0.00217064829187648,0.504801928343366 +33,53,188,0.00237256906321382,0.50717449740658 +33,54,243,0.00306667171468595,0.510241169121266 +33,55,371,0.00468203788538472,0.514923207006651 +33,56,495,0.00624692386324916,0.5211701308699 +33,57,434,0.00547710092252552,0.526647231792425 +33,58,478,0.00603238304370323,0.532679614836129 +33,59,598,0.00754678882873333,0.540226403664862 +33,60,710,0.00896023422809475,0.549186637892957 +33,61,616,0.00777394969648784,0.556960587589445 +33,62,756,0.00954075644568962,0.566501344035134 +33,63,758,0.00956599654210679,0.576067340577241 +33,64,862,0.0108784815557995,0.586945822133041 +33,65,796,0.010045558374033,0.596991380507074 +33,66,818,0.0103231994346218,0.607314579941695 +33,67,944,0.0119133255089034,0.619227905450599 +33,68,900,0.0113580433877257,0.630585948838325 +33,69,920,0.0116104443518974,0.642196393190222 +33,70,1034,0.013049129847676,0.655245523037898 +33,71,1205,0.0152071580913439,0.670452681129242 +33,72,1269,0.0160148411766933,0.686467522305935 +33,73,1163,0.0146771160665834,0.701144638372519 +33,74,1213,0.0153081184770126,0.716452756849531 +33,75,1253,0.0158129204053559,0.732265677254887 +33,76,1319,0.0166458435871225,0.74891152084201 +33,77,1253,0.0158129204053559,0.764724441247366 +33,78,1261,0.0159138807910246,0.78063832203839 +33,79,1235,0.0155857595376014,0.796224081575992 +33,80,1099,0.013869432981234,0.810093514557226 +33,81,903,0.0113959035323515,0.821489418089577 +33,82,861,0.010865861507591,0.832355279597168 +33,83,863,0.0108911016040081,0.843246381201176 +33,84,645,0.00813993109453678,0.851386312295713 +33,85,724,0.00913691490301493,0.860523227198728 +33,86,731,0.00922525524047502,0.869748482439203 +33,87,589,0.00743320839485607,0.877181690834059 +33,88,484,0.00610810333295473,0.883289794167014 +33,89,496,0.00625954391145774,0.889549338078471 +33,90,486,0.0061333434293719,0.895682681507843 +33,91,446,0.00562854150102853,0.901311223008872 +33,92,340,0.00429081639091861,0.90560203939979 +33,93,224,0.00282689079872285,0.908428930198513 +33,94,292,0.00368505407690657,0.91211398427542 +33,95,281,0.00354623354661215,0.915660217822032 +33,96,227,0.0028647509433486,0.918524968765381 +33,97,236,0.00297833137722586,0.921503300142606 +33,98,203,0.00256186978634258,0.924065169928949 +33,99,211,0.00266283017201126,0.92672800010096 +33,100,264,0.00333169272706622,0.930059692828027 +33,101,322,0.0040636555231641,0.934123348351191 +33,102,321,0.00405103547495551,0.938174383826146 +33,103,357,0.00450535721046454,0.942679741036611 +33,104,477,0.00601976299549464,0.948699504032105 +33,105,523,0.00660028521308951,0.955299789245195 +33,106,551,0.00695364656292987,0.962253435808125 +33,107,530,0.0066886255505496,0.968942061358674 +33,108,429,0.0054140006814826,0.974356062040157 +33,109,307,0.00387435480003534,0.978230416840192 +33,110,297,0.00374815431794949,0.981978571158142 +33,111,209,0.00263759007559409,0.984616161233736 +33,112,182,0.00229684877396232,0.986913010007698 +33,113,163,0.00205706785799922,0.988970077865697 +33,114,122,0.00153964588144727,0.990509723747145 +33,115,114,0.00143868549577859,0.991948409242923 +33,116,70,0.000883403374600891,0.992831812617524 +33,117,67,0.000845543229975139,0.993677355847499 +33,118,53,0.00066886255505496,0.994346218402554 +33,119,63,0.000795063037140802,0.995141281439695 +33,120,44,0.000555282121177703,0.995696563560873 +33,121,34,0.000429081639091861,0.996125645199965 +33,122,43,0.000542662072969119,0.996668307272934 +33,123,34,0.000429081639091861,0.997097388912026 +33,124,15,0.000189300723128762,0.997286689635154 +33,125,22,0.000277641060588851,0.997564330695743 +33,126,15,0.000189300723128762,0.997753631418872 +33,127,32,0.000403841542674693,0.998157472961547 +33,128,46,0.000580522217594871,0.998737995179142 +33,129,35,0.000441701687300446,0.999179696866442 +33,130,43,0.000542662072969119,0.999722358939411 +33,131,7,8.83403374600891e-05,0.999810699276871 +33,132,6,7.57202892515049e-05,0.999886419566123 +33,133,3,3.78601446257525e-05,0.999924279710748 +33,140,4,5.04801928343366e-05,0.999974759903583 +33,143,2,2.52400964171683e-05,1 +34,1,462,0.00480774233831105,0.00480774233831105 +34,2,1214,0.0126333315989386,0.0174410739372496 +34,3,1478,0.0153806129351163,0.0328216868723659 +34,4,1722,0.0179197668973412,0.0507414537697071 +34,5,1835,0.0190956865601748,0.0698371403298819 +34,6,1955,0.020344450803892,0.0901815911337739 +34,7,1916,0.0199386024246839,0.110120193558458 +34,8,1667,0.0173474166189708,0.127467610177429 +34,9,1640,0.0170664446641344,0.144534054841563 +34,10,1560,0.016233935168323,0.160767990009886 +34,11,1394,0.0145064779645143,0.1752744679744 +34,12,1160,0.0120713876892658,0.187345855663666 +34,13,1042,0.010843436182944,0.19818929184661 +34,14,1025,0.010666527915084,0.208855819761694 +34,15,1428,0.0148602945002341,0.223716114261928 +34,16,1518,0.015796867683022,0.23951298194495 +34,17,1516,0.0157760549456267,0.255289036890577 +34,18,1479,0.0153910193038139,0.270680056194391 +34,19,1515,0.0157656485769291,0.28644570477132 +34,20,1411,0.0146833862323742,0.301129091003694 +34,21,1329,0.0138300639991675,0.314959155002862 +34,22,1375,0.0143087569592591,0.329267911962121 +34,23,1308,0.013611530256517,0.342879442218638 +34,24,1203,0.0125188615432645,0.355398303761902 +34,25,967,0.0100629585306207,0.365461262292523 +34,26,696,0.0072428326135595,0.372704094906083 +34,27,513,0.00533846714189084,0.378042562047973 +34,28,409,0.00425620479733597,0.382298766845309 +34,29,391,0.0040688901607784,0.386367657006088 +34,30,396,0.00412092200426661,0.390488579010354 +34,31,397,0.00413132837296425,0.394619907383319 +34,32,347,0.00361100993808211,0.398230917321401 +34,33,305,0.0031739424527811,0.401404859774182 +34,34,347,0.00361100993808211,0.405015869712264 +34,35,350,0.00364222904417504,0.408658098756439 +34,36,252,0.00262240491180603,0.411280503668245 +34,37,278,0.00289297049794474,0.41417347416619 +34,38,396,0.00412092200426661,0.418294396170456 +34,39,403,0.00419376658515011,0.422488162755606 +34,40,500,0.00520318434882148,0.427691347104428 +34,41,569,0.00592122378895884,0.433612570893387 +34,42,750,0.00780477652323222,0.441417347416619 +34,43,648,0.00674332691607264,0.448160674332692 +34,44,632,0.00657682501691035,0.454737499349602 +34,45,545,0.00567147094021541,0.460408970289817 +34,46,461,0.0047973359696134,0.465206306259431 +34,47,391,0.0040688901607784,0.469275196420209 +34,48,379,0.00394401373640668,0.473219210156616 +34,49,304,0.00316353608408346,0.476382746240699 +34,50,315,0.00327800613975753,0.479660752380457 +34,51,270,0.0028097195483636,0.482470471928821 +34,52,194,0.00201883552734273,0.484489307456163 +34,53,253,0.00263281128050367,0.487122118736667 +34,54,286,0.00297622144752589,0.490098340184193 +34,55,459,0.00477652323221812,0.494874863416411 +34,56,579,0.00602528747593527,0.500900150892346 +34,57,572,0.00595244289505177,0.506852593787398 +34,58,611,0.00635829127425985,0.513210885061658 +34,59,719,0.00748217909360529,0.520693064155263 +34,60,895,0.00931369998439045,0.530006764139653 +34,61,801,0.00833550132681201,0.538342265466465 +34,62,973,0.0101253967428066,0.548467662209272 +34,63,1069,0.0111244081377803,0.559592070347052 +34,64,1115,0.0116031010978719,0.571195171444924 +34,65,983,0.010229460429783,0.581424631874707 +34,66,999,0.0103959623289453,0.591820594203653 +34,67,1202,0.0125084551745668,0.60432904937822 +34,68,1174,0.0122170768510328,0.616546126229252 +34,69,1188,0.0123627660127998,0.628908892242052 +34,70,1329,0.0138300639991675,0.64273895624122 +34,71,1594,0.0165877517040429,0.659326707945263 +34,72,1642,0.0170872574015297,0.676413965346792 +34,73,1543,0.0160570269004631,0.692470992247255 +34,74,1561,0.0162443415370207,0.708715333784276 +34,75,1563,0.0162651542744159,0.724980488058692 +34,76,1672,0.017399448462459,0.742379936521151 +34,77,1525,0.0158697122639055,0.758249648785056 +34,78,1463,0.0152245174046516,0.773474166189708 +34,79,1445,0.0150372027680941,0.788511368957802 +34,80,1307,0.0136011238878193,0.802112492845622 +34,81,1099,0.0114365991987096,0.813549092044331 +34,82,1075,0.0111868463499662,0.824735938394297 +34,83,1052,0.0109474998699204,0.835683438264218 +34,84,830,0.00863728601904366,0.844320724283261 +34,85,911,0.00948020188355273,0.853800926166814 +34,86,855,0.00889744523648473,0.862698371403299 +34,87,746,0.00776315104844165,0.87046152245174 +34,88,602,0.00626463395598106,0.876726156407722 +34,89,599,0.00623341484988813,0.88295957125761 +34,90,606,0.00630625943077163,0.889265830688381 +34,91,557,0.00579634736458713,0.895062178052968 +34,92,382,0.00397523284249961,0.899037410895468 +34,93,288,0.00299703418492117,0.902034445080389 +34,94,343,0.00356938446329153,0.905603829543681 +34,95,361,0.00375669909984911,0.90936052864353 +34,96,290,0.00301784692231646,0.912378375565846 +34,97,288,0.00299703418492117,0.915375409750767 +34,98,266,0.00276809407357303,0.918143503824341 +34,99,308,0.00320516155887403,0.921348665383215 +34,100,359,0.00373588636245382,0.925084551745668 +34,101,429,0.00446433217128883,0.929548883916957 +34,102,424,0.00441230032780061,0.933961184244758 +34,103,500,0.00520318434882148,0.939164368593579 +34,104,636,0.00661845049170092,0.94578281908528 +34,105,670,0.00697226702742078,0.952755086112701 +34,106,718,0.00747177272490764,0.960226858837609 +34,107,690,0.00718039440137364,0.967407253238982 +34,108,523,0.00544253082886727,0.972849784067849 +34,109,368,0.00382954368073261,0.976679327748582 +34,110,345,0.00359019720068682,0.980269524949269 +34,111,263,0.0027368749674801,0.983006399916749 +34,112,255,0.00265362401789895,0.985660023934648 +34,113,223,0.00232062021957438,0.987980644154222 +34,114,185,0.00192517820906395,0.989905822363286 +34,115,186,0.00193558457776159,0.991841406941048 +34,116,117,0.00121754513762423,0.993058952078672 +34,117,81,0.00084291586450908,0.993901867943181 +34,118,57,0.000593163015765649,0.994495030958947 +34,119,72,0.000749258546230293,0.995244289505177 +34,120,56,0.000582756647068006,0.995827046152245 +34,121,41,0.000426661116603361,0.996253707268849 +34,122,42,0.000437067485301004,0.99669077475415 +34,123,27,0.00028097195483636,0.996971746708986 +34,124,25,0.000260159217441074,0.997231905926427 +34,125,24,0.000249752848743431,0.99748165877517 +34,126,27,0.00028097195483636,0.997762630730007 +34,127,40,0.000416254747905718,0.998178885477912 +34,128,43,0.000447473853998647,0.998626359331911 +34,129,41,0.000426661116603361,0.999053020448514 +34,130,49,0.000509912066184505,0.999562932514699 +34,131,13,0.000135282793069358,0.999698215307768 +34,132,17,0.00017690826785993,0.999875123575628 +34,133,5,5.20318434882148e-05,0.999927155419116 +34,138,1,1.0406368697643e-05,0.999937561787814 +34,139,1,1.0406368697643e-05,0.999947968156512 +34,140,3,3.12191060929289e-05,0.999979187262605 +34,144,2,2.08127373952859e-05,1 +35,1,479,0.0046167784717403,0.0046167784717403 +35,2,1301,0.0125395173105097,0.01715629578225 +35,3,1663,0.0160286066774616,0.0331849024597116 +35,4,2002,0.0192960135708227,0.0524809160305344 +35,5,2203,0.0212333256226386,0.0737142416531729 +35,6,2403,0.0231609993060375,0.0968752409592104 +35,7,2368,0.0228236564114427,0.119698897370653 +35,8,2091,0.0201538283599352,0.139852725730588 +35,9,2089,0.0201345516231012,0.15998727735369 +35,10,2069,0.0199417842547614,0.179929061608451 +35,11,1881,0.0181297709923664,0.198058832600817 +35,12,1642,0.0158262009407048,0.213885033541522 +35,13,1415,0.013638291310047,0.227523324851569 +35,14,1400,0.0134937157837921,0.241017040635361 +35,15,1817,0.0175129154136788,0.25852995604904 +35,16,1843,0.0177635129925206,0.276293469041561 +35,17,1881,0.0181297709923664,0.294423240033927 +35,18,1872,0.0180430256766135,0.312466265710541 +35,19,1858,0.0179080885187755,0.330374354229316 +35,20,1678,0.0161731822037166,0.346547536433033 +35,21,1616,0.0155756033618629,0.362123139794896 +35,22,1597,0.01539247436194,0.377515614156836 +35,23,1562,0.0150551314673452,0.392570745624181 +35,24,1482,0.0142840619939857,0.406854807618166 +35,25,1180,0.0113732747320534,0.41822808235022 +35,26,830,0.00799984578610533,0.426227928136325 +35,27,598,0.00576374431336263,0.431991672449688 +35,28,460,0.00443364947181741,0.436425321921505 +35,29,428,0.00412522168247359,0.440550543603979 +35,30,485,0.00467460868224227,0.445225152286221 +35,31,442,0.00426015884031151,0.449485311126533 +35,32,393,0.00378787878787879,0.453273189914411 +35,33,411,0.00396136941938469,0.457234559333796 +35,34,438,0.00422160536664353,0.46145616470044 +35,35,376,0.00362402652478988,0.46508019122523 +35,36,308,0.00296861747243427,0.468048808697664 +35,37,351,0.00338306731436502,0.471431876012029 +35,38,470,0.00453003315598735,0.475961909168016 +35,39,452,0.00435654252448146,0.480318451692498 +35,40,542,0.00522399568201095,0.485542447374509 +35,41,598,0.00576374431336263,0.491306191687871 +35,42,749,0.00721913794432878,0.4985253296322 +35,43,652,0.00628421620788033,0.50480954584008 +35,44,627,0.00604325699745547,0.510852802837536 +35,45,528,0.00508905852417303,0.515941861361709 +35,46,429,0.00413486005089059,0.520076721412599 +35,47,416,0.00400956126146966,0.524086282674069 +35,48,352,0.00339270568278202,0.527478988356851 +35,49,318,0.00306500115660421,0.530543989513455 +35,50,282,0.00271801989359241,0.533262009407048 +35,51,263,0.00253489089366952,0.535796900300717 +35,52,173,0.00166743773614003,0.537464338036857 +35,53,260,0.00250597578841854,0.539970313825276 +35,54,291,0.00280476520934536,0.542775079034621 +35,55,450,0.00433726578764747,0.547112344822268 +35,56,586,0.0056480838923587,0.552760428714627 +35,57,531,0.00511797362942401,0.557878402344051 +35,58,549,0.00529146426092991,0.563169866604981 +35,59,697,0.00671794278664508,0.569887809391626 +35,60,829,0.00799020741768833,0.577878016809315 +35,61,731,0.00704564731282289,0.584923664122137 +35,62,911,0.00878055362788187,0.593704217750019 +35,63,952,0.00917572673297864,0.602879944482998 +35,64,1056,0.0101781170483461,0.613058061531344 +35,65,955,0.00920464183822962,0.622262703369574 +35,66,901,0.00868416994371193,0.630946873313286 +35,67,1060,0.010216670522014,0.6411635438353 +35,68,1036,0.00998534968000617,0.651148893515306 +35,69,1124,0.0108335261007017,0.661982419616007 +35,70,1211,0.0116720641529802,0.673654483768988 +35,71,1420,0.013686483152132,0.68734096692112 +35,72,1476,0.0142262317834837,0.701567198704603 +35,73,1455,0.0140238260467268,0.71559102475133 +35,74,1403,0.0135226308890431,0.729113655640373 +35,75,1498,0.0144382758886576,0.743551931529031 +35,76,1621,0.0156237952039479,0.759175726732979 +35,77,1519,0.0146406816254145,0.773816408358393 +35,78,1474,0.0142069550466497,0.788023363405043 +35,79,1429,0.013773228467885,0.801796591872928 +35,80,1283,0.0123660266790038,0.814162618551931 +35,81,1048,0.0101010101010101,0.824263628652942 +35,82,1008,0.00971547536433033,0.833979104017272 +35,83,976,0.00940704757498651,0.843386151592259 +35,84,802,0.00772997147042949,0.851116123062688 +35,85,905,0.00872272341737991,0.859838846480068 +35,86,868,0.00836610378595112,0.868204950266019 +35,87,733,0.00706492404965688,0.875269874315676 +35,88,622,0.0059950651553705,0.881264939471046 +35,89,605,0.00583121289228159,0.887096152363328 +35,90,595,0.00573482920811165,0.89283098157144 +35,91,649,0.00625530110262935,0.899086282674069 +35,92,422,0.00406739147197163,0.903153674146041 +35,93,322,0.00310355463027219,0.906257228776313 +35,94,433,0.00417341352455856,0.910430642300871 +35,95,402,0.00387462410363174,0.914305266404503 +35,96,349,0.00336379057753104,0.917669056982034 +35,97,308,0.00296861747243427,0.920637674454468 +35,98,264,0.00254452926208651,0.923182203716555 +35,99,306,0.00294934073560028,0.926131544452155 +35,100,347,0.00334451384069705,0.929476058292852 +35,101,442,0.00426015884031151,0.933736217133164 +35,102,451,0.00434690415606446,0.938083121289228 +35,103,487,0.00469388541907626,0.942777006708304 +35,104,582,0.00560953041869072,0.948386537126995 +35,105,680,0.00655409052355617,0.954940627650551 +35,106,704,0.00678541136556404,0.961726039016115 +35,107,707,0.00681432647081502,0.96854036548693 +35,108,527,0.00507942015575603,0.973619785642686 +35,109,382,0.00368185673529185,0.977301642377978 +35,110,340,0.00327704526177809,0.980578687639756 +35,111,249,0.0023999537358316,0.982978641375588 +35,112,248,0.0023903153674146,0.985368956743003 +35,113,224,0.00215899452540674,0.987527951268409 +35,114,163,0.00157105405197008,0.989099005320379 +35,115,183,0.00176382142030997,0.990862826740689 +35,116,119,0.00114696584162233,0.992009792582312 +35,117,94,0.000906006631197471,0.992915799213509 +35,118,86,0.000828899683861516,0.993744698897371 +35,119,81,0.000780707841776544,0.994525406739147 +35,120,67,0.000645770683938623,0.995171177423086 +35,121,41,0.000395173105096769,0.995566350528182 +35,122,55,0.00053011026293469,0.996096460791117 +35,123,44,0.000424088210347752,0.996520549001465 +35,124,31,0.000298789420926826,0.996819338422392 +35,125,37,0.000356619631428792,0.997175958053821 +35,126,35,0.000337342894594803,0.997513300948416 +35,127,59,0.000568663736602668,0.998081964685018 +35,128,57,0.000549386999768679,0.998631351684787 +35,129,43,0.000414449841930758,0.999045801526717 +35,130,44,0.000424088210347752,0.999469889737065 +35,131,14,0.000134937157837921,0.999604826894903 +35,132,17,0.000163852263088904,0.999768679157992 +35,133,3,2.89151052509831e-05,0.999797594263243 +35,140,4,3.85534736679775e-05,0.999836147736911 +35,142,4,3.85534736679775e-05,0.999874701210579 +35,143,5,4.81918420849719e-05,0.999922893052664 +35,144,3,2.89151052509831e-05,0.999951808157915 +35,145,2,1.92767368339887e-05,0.999971084894749 +35,146,2,1.92767368339887e-05,0.999990361631583 +35,147,1,9.63836841699437e-06,1 +36,1,457,0.00617934988371464,0.00617934988371464 +36,2,1229,0.0166179890745849,0.0227973389582995 +36,3,1496,0.0202282438206501,0.0430255827789497 +36,4,1712,0.0231488993455568,0.0661744821245065 +36,5,1876,0.0253664340959489,0.0915409162204554 +36,6,2047,0.0276786197198334,0.119219535940289 +36,7,1950,0.0263670290442966,0.145586564984585 +36,8,1696,0.02293255449186,0.168519119476445 +36,9,1670,0.0225809941046027,0.191100113581048 +36,10,1595,0.021566877602899,0.212666991183947 +36,11,1446,0.0195521661528476,0.232219157336795 +36,12,1239,0.0167532046081454,0.24897236194494 +36,13,1100,0.0148737086916545,0.263846070636595 +36,14,1067,0.0144274974309049,0.2782735680675 +36,15,1391,0.0188084807182649,0.297082048785764 +36,16,1406,0.0190113040186057,0.31609335280437 +36,17,1438,0.0194439937259992,0.335537346530369 +36,18,1369,0.0185110065444318,0.354048353074801 +36,19,1334,0.0180377521769701,0.372086105251771 +36,20,1217,0.0164557304343123,0.388541835686084 +36,21,1109,0.0149954026718589,0.403537238357943 +36,22,1049,0.014184109470496,0.417721347828439 +36,23,1023,0.0138325490832387,0.431553896911677 +36,24,962,0.0130077343285197,0.444561631240197 +36,25,781,0.0105603331710747,0.455121964411272 +36,26,531,0.00717994483206231,0.462301909243334 +36,27,382,0.00516523338201093,0.467467142625345 +36,28,285,0.00385364270647412,0.471320785331819 +36,29,261,0.00352912542592893,0.474849910757748 +36,30,272,0.00367786251284548,0.478527773270593 +36,31,276,0.00373194872626967,0.482259721996863 +36,32,251,0.00339390989236844,0.485653631889232 +36,33,253,0.00342095299908053,0.489074584888312 +36,34,259,0.00350208231921683,0.492576667207529 +36,35,231,0.00312347882524744,0.495700146032776 +36,36,172,0.00232570717724052,0.498025853210017 +36,37,213,0.00288009086483855,0.500905944074855 +36,38,307,0.00415111688030721,0.505057060955163 +36,39,324,0.00438098328736005,0.509438044242523 +36,40,436,0.0058953972632376,0.51533344150576 +36,41,404,0.00546270755584402,0.520796149061604 +36,42,530,0.00716642327870626,0.52796257234031 +36,43,469,0.00634160852398724,0.534304180864298 +36,44,449,0.00607117745686625,0.540375358321164 +36,45,366,0.00494888852831413,0.545324246849478 +36,46,302,0.00408350911352696,0.549407755963005 +36,47,268,0.00362377629942128,0.553031532262426 +36,48,234,0.00316404348531559,0.556195575747742 +36,49,194,0.00262318135107361,0.558818757098816 +36,50,160,0.00216344853696793,0.560982205635784 +36,51,171,0.00231218562388447,0.563294391259668 +36,52,100,0.00135215533560495,0.564646546595273 +36,53,117,0.0015820217426578,0.566228568337931 +36,54,179,0.00242035805073287,0.568648926388664 +36,55,315,0.00425928930715561,0.572908215695819 +36,56,418,0.00565200930282871,0.578560224998648 +36,57,384,0.00519227648872302,0.583752501487371 +36,58,390,0.00527340580885932,0.58902590729623 +36,59,522,0.00705825085185786,0.596084158148088 +36,60,609,0.00823462599383417,0.604318784141922 +36,61,523,0.00707177240521391,0.611390556547136 +36,62,703,0.00950565200930283,0.620896208556439 +36,63,690,0.00932987181567418,0.630226080372113 +36,64,796,0.0107631564714154,0.640989236843529 +36,65,733,0.00991129860998432,0.650900535453513 +36,66,715,0.00966791064957542,0.660568446103088 +36,67,816,0.0110335875385364,0.671602033641625 +36,68,802,0.0108442857915517,0.682446319433177 +36,69,817,0.0110471090918925,0.693493428525069 +36,70,901,0.0121829195738006,0.70567634809887 +36,71,1064,0.0143869327708367,0.720063280869706 +36,72,1080,0.0146032776245335,0.73466655849424 +36,73,1049,0.014184109470496,0.748850667964736 +36,74,1005,0.0135891611228298,0.762439829087566 +36,75,1031,0.0139407215100871,0.776380550597653 +36,76,1110,0.015008924225215,0.791389474822868 +36,77,1095,0.0148061009248742,0.806195575747742 +36,78,1051,0.0142111525772081,0.82040672832495 +36,79,1025,0.0138595921899508,0.834266320514901 +36,80,917,0.0123992644274974,0.846665584942398 +36,81,722,0.00976256152306777,0.856428146465466 +36,82,669,0.00904591919519715,0.865474065660663 +36,83,630,0.00851857861431121,0.873992644274974 +36,84,545,0.007369246579047,0.881361890854021 +36,85,557,0.0075315052193196,0.888893396073341 +36,86,518,0.00700416463843366,0.895897560711775 +36,87,422,0.00570609551625291,0.901603656228028 +36,88,358,0.00484071610146574,0.906444372329493 +36,89,334,0.00451619882092055,0.910960571150414 +36,90,336,0.00454324192763265,0.915503813078046 +36,91,305,0.00412407377359511,0.919627886851642 +36,92,238,0.00321812969873979,0.922846016550381 +36,93,165,0.00223105630374817,0.92507707285413 +36,94,237,0.00320460814538374,0.928281680999513 +36,95,225,0.00304234950511115,0.931324030504624 +36,96,200,0.00270431067120991,0.934028341175834 +36,97,197,0.00266374601114176,0.936692087186976 +36,98,146,0.00197414678998323,0.938666233976959 +36,99,159,0.00214992698361188,0.940816160960571 +36,100,213,0.00288009086483855,0.94369625182541 +36,101,263,0.00355616853264103,0.947252420358051 +36,102,258,0.00348856076586078,0.950740981123911 +36,103,287,0.00388068581318622,0.954621666937098 +36,104,375,0.00507058250851858,0.959692249445616 +36,105,423,0.00571961706960896,0.965411866515225 +36,106,433,0.00585483260316945,0.971266699118395 +36,107,378,0.00511114716858673,0.976377846286981 +36,108,306,0.00413759532695116,0.980515441613933 +36,109,228,0.0030829141651793,0.983598355779112 +36,110,228,0.0030829141651793,0.986681269944291 +36,111,158,0.00213640543025583,0.988817675374547 +36,112,154,0.00208231921683163,0.990899994591379 +36,113,110,0.00148737086916545,0.992387365460544 +36,114,77,0.00104115960841581,0.99342852506896 +36,115,89,0.00120341824868841,0.994631943317648 +36,116,60,0.000811293201362973,0.995443236519011 +36,117,40,0.000540862134241982,0.995984098653253 +36,118,32,0.000432689707393585,0.996416788360647 +36,119,33,0.000446211260749635,0.996862999621396 +36,120,29,0.000392125047325437,0.997255124668722 +36,121,11,0.000148737086916545,0.997403861755638 +36,122,18,0.000243387960408892,0.997647249716047 +36,123,17,0.000229866407052842,0.9978771161231 +36,124,16,0.000216344853696793,0.998093460976797 +36,125,20,0.000270431067120991,0.998363892043918 +36,126,16,0.000216344853696793,0.998580236897615 +36,127,27,0.000365081940613338,0.998945318838228 +36,128,26,0.000351560387257288,0.999296879225485 +36,129,11,0.000148737086916545,0.999445616312402 +36,130,31,0.000419168154037536,0.99986478446644 +36,131,6,8.11293201362973e-05,0.999945913786576 +36,140,2,2.70431067120991e-05,0.999972956893288 +36,144,2,2.70431067120991e-05,1 +37,1,286,0.00588634820013584,0.00588634820013584 +37,2,493,0.0101467470722621,0.016033095272398 +37,3,459,0.00944697141210612,0.0254800666845041 +37,4,471,0.00969395105686706,0.0351740177413712 +37,5,503,0.0103525634428962,0.0455265811842674 +37,6,541,0.0111346656513059,0.0566612468355733 +37,7,561,0.0115462983925741,0.0682075452281474 +37,8,475,0.00977627760512071,0.0779838228332682 +37,9,470,0.00967336941980365,0.0876571922530718 +37,10,569,0.0117109514890814,0.0993681437421533 +37,11,447,0.00919999176734517,0.108568135509498 +37,12,384,0.00790334863235022,0.116471484141849 +37,13,377,0.00775927717290633,0.124230761314755 +37,14,419,0.00862370592956964,0.132854467244325 +37,15,731,0.0150451766933542,0.147899643937679 +37,16,855,0.0175972996892173,0.165496943626896 +37,17,845,0.0173914833185832,0.182888426945479 +37,18,853,0.0175561364150905,0.20044456336057 +37,19,833,0.0171445036738222,0.217589067034392 +37,20,734,0.0151069216045444,0.232695988638936 +37,21,732,0.0150657583304176,0.247761746969354 +37,22,836,0.0172062485850125,0.264967995554366 +37,23,757,0.0155802992570029,0.280548294811369 +37,24,674,0.0138720233807397,0.294420318192109 +37,25,588,0.0121020025932863,0.306522320785395 +37,26,374,0.0076975322617161,0.314219853047111 +37,27,330,0.00679194023092597,0.321011793278037 +37,28,243,0.00500133780640912,0.326013131084446 +37,29,224,0.00461028670220429,0.330623417786651 +37,30,228,0.00469261325045794,0.335316031037109 +37,31,254,0.00522773581410665,0.340543766851215 +37,32,225,0.00463086833926771,0.345174635190483 +37,33,218,0.00448679687982382,0.349661432070307 +37,34,228,0.00469261325045794,0.354354045320765 +37,35,252,0.00518657253997983,0.359540617860745 +37,36,163,0.00335480684133616,0.362895424702081 +37,37,172,0.00354004157490687,0.366435466276988 +37,38,277,0.00570111346656513,0.372136579743553 +37,39,270,0.00555704200712125,0.377693621750674 +37,40,334,0.00687426677917962,0.384567888529854 +37,41,335,0.00689484841624303,0.391462736946097 +37,42,414,0.00852079774425258,0.399983534690349 +37,43,382,0.00786218535822339,0.407845720048573 +37,44,318,0.00654496058616502,0.414390680634738 +37,45,264,0.00543355218474077,0.419824232819478 +37,46,213,0.00438388869450676,0.424208121513985 +37,47,200,0.00411632741268241,0.428324448926668 +37,48,166,0.0034165517525264,0.431741000679194 +37,49,118,0.00242863317348262,0.434169633852677 +37,50,120,0.00246979644760944,0.436639430300286 +37,51,133,0.0027373577294338,0.43937678802972 +37,52,93,0.00191409224689732,0.441290880276617 +37,53,123,0.00253154135879968,0.443822421635417 +37,54,184,0.00378702121966781,0.447609442855085 +37,55,260,0.00535122563648713,0.452960668491572 +37,56,362,0.00745055261695515,0.460411221108527 +37,57,348,0.00716240969806738,0.467573630806594 +37,58,332,0.00683310350505279,0.474406734311647 +37,59,428,0.00880894066314035,0.483215674974788 +37,60,501,0.0103114001687694,0.493527075143557 +37,61,417,0.00858254265544281,0.502109617799 +37,62,559,0.0115051351184473,0.513614752917447 +37,63,650,0.0133780640912178,0.526992817008665 +37,64,730,0.0150245950562908,0.542017412064956 +37,65,649,0.0133574824541544,0.55537489451911 +37,66,576,0.0118550229485253,0.567229917467635 +37,67,678,0.0139543499289934,0.581184267396629 +37,68,675,0.0138926050178031,0.595076872414432 +37,69,683,0.0140572581143104,0.609134130528742 +37,70,749,0.0154156461604956,0.624549776689238 +37,71,773,0.0159096054500175,0.640459382139255 +37,72,855,0.0175972996892173,0.658056681828473 +37,73,799,0.0164447280136662,0.674501409842139 +37,74,780,0.0160536769094614,0.6905550867516 +37,75,843,0.0173503200444563,0.707905406796057 +37,76,910,0.0187292897277049,0.726634696523762 +37,77,883,0.0181735855269928,0.744808282050754 +37,78,894,0.0183999835346904,0.763208265585445 +37,79,839,0.0172679934962027,0.780476259081647 +37,80,704,0.0144894724926421,0.794965731574289 +37,81,598,0.0123078189639204,0.80727355053821 +37,82,580,0.011937349496779,0.819210900034989 +37,83,549,0.0112993187478132,0.830510218782802 +37,84,418,0.00860312429250623,0.839113343075308 +37,85,418,0.00860312429250623,0.847716467367815 +37,86,435,0.00895301212258423,0.856669479490399 +37,87,333,0.00685368514211621,0.863523164632515 +37,88,292,0.00600983802251631,0.869533002655031 +37,89,271,0.00557762364418466,0.875110626299216 +37,90,293,0.00603041965957972,0.881141045958796 +37,91,312,0.00642147076378455,0.88756251672258 +37,92,214,0.00440447033157017,0.89196698705415 +37,93,149,0.00306666392244839,0.895033650976599 +37,94,228,0.00469261325045794,0.899726264227057 +37,95,205,0.00421923559799947,0.903945499825056 +37,96,163,0.00335480684133616,0.907300306666392 +37,97,172,0.00354004157490687,0.910840348241299 +37,98,138,0.00284026591475086,0.91368061415605 +37,99,153,0.00314899047070204,0.916829604626752 +37,100,177,0.00364294976022393,0.920472554386976 +37,101,207,0.00426039887212629,0.924732953259102 +37,102,200,0.00411632741268241,0.928849280671785 +37,103,249,0.00512482762878959,0.933974108300574 +37,104,333,0.00685368514211621,0.94082779344269 +37,105,386,0.00794451190647704,0.948772305349167 +37,106,418,0.00860312429250623,0.957375429641674 +37,107,361,0.00742997097989174,0.964805400621565 +37,108,262,0.00539238891061395,0.970197789532179 +37,109,215,0.00442505196863358,0.974622841500813 +37,110,190,0.00391051104204828,0.978533352542861 +37,111,129,0.00265503118118015,0.981188383724041 +37,112,116,0.0023874698993558,0.983575853623397 +37,113,115,0.00236688826229238,0.98594274188569 +37,114,95,0.00195525552102414,0.987897997406714 +37,115,101,0.00207874534340461,0.989976742750118 +37,116,64,0.00131722477205837,0.991293967522177 +37,117,52,0.00107024512729743,0.992364212649474 +37,118,35,0.000720357297219421,0.993084569946694 +37,119,37,0.000761520571346245,0.99384609051804 +37,120,27,0.000555704200712125,0.994401794718752 +37,121,11,0.000226398007697532,0.994628192726449 +37,122,21,0.000432214378331653,0.995060407104781 +37,123,24,0.000493959289521889,0.995554366394303 +37,124,22,0.000452796015395065,0.996007162409698 +37,125,27,0.000555704200712125,0.99656286661041 +37,126,20,0.000411632741268241,0.996974499351678 +37,127,31,0.000638030748965773,0.997612530100644 +37,128,45,0.000926173667853541,0.998538703768498 +37,129,21,0.000432214378331653,0.998970918146829 +37,130,30,0.000617449111902361,0.999588367258732 +37,131,8,0.000164653096507296,0.999753020355239 +37,132,5,0.00010290818531706,0.999855928540556 +37,133,1,2.0581637063412e-05,0.99987651017762 +37,140,4,8.23265482536481e-05,0.999958836725873 +37,146,2,4.11632741268241e-05,1 +38,1,400,0.00537230041903943,0.00537230041903943 +38,2,1002,0.0134576125496938,0.0188299129687332 +38,3,1106,0.014854410658644,0.0336843236273772 +38,4,1220,0.0163855162780703,0.0500698399054475 +38,5,1323,0.0177688836359729,0.0678387235414204 +38,6,1412,0.0189642204792092,0.0868029440206296 +38,7,1361,0.0182792521757817,0.105082196196411 +38,8,1214,0.0163049317717847,0.121387127968196 +38,9,1191,0.0159960244976899,0.137383152465886 +38,10,1266,0.0170033308262598,0.154386483292146 +38,11,1046,0.0140485655957881,0.168435048887934 +38,12,922,0.0123831524658859,0.18081820135382 +38,13,836,0.0112281078757924,0.192046309229612 +38,14,833,0.0111878156226496,0.203234124852262 +38,15,1161,0.015593101966262,0.218827226818524 +38,16,1274,0.0171107768346406,0.235938003653164 +38,17,1301,0.0174734071129258,0.25341141076609 +38,18,1244,0.0167078543032126,0.270119265069303 +38,19,1216,0.0163317932738799,0.286451058343183 +38,20,1168,0.0156871172235951,0.302138175566778 +38,21,1085,0.0145723648866445,0.316710540453422 +38,22,1107,0.0148678414096916,0.331578381863114 +38,23,1057,0.0141963038573117,0.345774685720425 +38,24,997,0.0133904587944558,0.359165144514881 +38,25,873,0.0117250456645536,0.370890190179435 +38,26,594,0.00797786612227356,0.378868056301708 +38,27,417,0.00560062318684861,0.384468679488557 +38,28,316,0.00424411733104115,0.388712796819598 +38,29,323,0.00433813258837434,0.393050929407973 +38,30,350,0.0047007628666595,0.397751692274632 +38,31,322,0.00432470183732674,0.402076394111959 +38,32,291,0.00390834855485119,0.40598474266681 +38,33,260,0.00349199527237563,0.409476737939186 +38,34,292,0.00392177930589879,0.413398517245084 +38,35,284,0.003814333297518,0.417212850542602 +38,36,211,0.0028338884710433,0.420046739013646 +38,37,243,0.00326367250456646,0.423310411518212 +38,38,306,0.00410980982056517,0.427420221338777 +38,39,325,0.00436499409046954,0.431785215429247 +38,40,433,0.00581551520361019,0.437600730632857 +38,41,486,0.00652734500913291,0.44412807564199 +38,42,603,0.00809874288170195,0.452226818523692 +38,43,462,0.00620500698399055,0.458431825507682 +38,44,463,0.00621843773503814,0.464650263242721 +38,45,382,0.00513054690018266,0.469780810142903 +38,46,328,0.00440528634361234,0.474186096486516 +38,47,319,0.00428440958418395,0.4784705060707 +38,48,249,0.00334425701085205,0.481814763081552 +38,49,219,0.00294133447942409,0.484756097560976 +38,50,174,0.00233695068228215,0.487093048243258 +38,51,200,0.00268615020951972,0.489779198452778 +38,52,136,0.00182658214247341,0.491605780595251 +38,53,194,0.00260556570323412,0.494211346298485 +38,54,220,0.00295476523047169,0.497166111528957 +38,55,375,0.00503653164284947,0.502202643171806 +38,56,484,0.00650048350703771,0.508703126678844 +38,57,443,0.00594982271408617,0.51465294939293 +38,58,473,0.00635274524551413,0.521005694638444 +38,59,604,0.00811217363274954,0.529117868271194 +38,60,695,0.00933437197808101,0.538452240249275 +38,61,610,0.00819275813903514,0.54664499838831 +38,62,745,0.0100059095304609,0.556650907918771 +38,63,795,0.0106774470828409,0.567328355001612 +38,64,895,0.0120205221876007,0.579348877189212 +38,65,777,0.0104356935639841,0.589784570753197 +38,66,730,0.00980444826474696,0.599589019017944 +38,67,862,0.01157730740303,0.611166326420974 +38,68,823,0.0110535081121736,0.622219834533147 +38,69,942,0.0126517674868379,0.634871602019985 +38,70,1018,0.0136725045664554,0.64854410658644 +38,71,1124,0.0150961641775008,0.663640270763941 +38,72,1213,0.0162915010207371,0.679931771784678 +38,73,1163,0.0156199634683572,0.695551735253035 +38,74,1135,0.0152439024390244,0.71079563769206 +38,75,1142,0.0153379176963576,0.726133555388417 +38,76,1285,0.0172585150961642,0.743392070484581 +38,77,1206,0.0161974857634039,0.759589556247985 +38,78,1214,0.0163049317717847,0.77589448801977 +38,79,1166,0.0156602557214999,0.79155474374127 +38,80,1011,0.0135784893091222,0.805133233050392 +38,81,835,0.0112146771247448,0.816347910175137 +38,82,760,0.0102073707961749,0.826555280971312 +38,83,747,0.0100327710325561,0.836588052003868 +38,84,606,0.00813903513484474,0.844727087138713 +38,85,673,0.00903889545503385,0.853765982593747 +38,86,641,0.00860911142151069,0.862375094015257 +38,87,534,0.00717202105941764,0.869547115074675 +38,88,453,0.00608413022456216,0.875631245299237 +38,89,445,0.00597668421618137,0.881607929515419 +38,90,453,0.00608413022456216,0.887692059739981 +38,91,482,0.00647362200494252,0.894165681744923 +38,92,330,0.00443214784570753,0.898597829590631 +38,93,254,0.00341141076609004,0.902009240356721 +38,94,321,0.00431127108627914,0.906320511443 +38,95,307,0.00412324057161276,0.910443752014613 +38,96,268,0.00359944128075642,0.914043193295369 +38,97,248,0.00333082625980445,0.917374019555174 +38,98,206,0.00276673471580531,0.920140754270979 +38,99,234,0.00314279574513807,0.923283550016117 +38,100,289,0.00388148705275599,0.927165037068873 +38,101,330,0.00443214784570753,0.93159718491458 +38,102,328,0.00440528634361234,0.936002471258193 +38,103,371,0.00498280863865907,0.940985279896852 +38,104,461,0.00619157623294295,0.947176856129795 +38,105,527,0.00707800580208445,0.954254861931879 +38,106,566,0.0076018050929408,0.96185666702482 +38,107,535,0.00718545181046524,0.969042118835285 +38,108,403,0.00541259267218223,0.974454711507468 +38,109,272,0.00365316428494681,0.978107875792414 +38,110,247,0.00331739550875685,0.981425271301171 +38,111,181,0.00243096593961534,0.983856237240787 +38,112,170,0.00228322767809176,0.986139464918878 +38,113,133,0.00178628988933061,0.987925754808209 +38,114,106,0.00142365961104545,0.989349414419254 +38,115,113,0.00151767486837864,0.990867089287633 +38,116,72,0.000967014075427098,0.99183410336306 +38,117,68,0.000913291071236704,0.992747394434297 +38,118,56,0.000752122058665521,0.993499516492962 +38,119,56,0.000752122058665521,0.994251638551628 +38,120,37,0.000496937788761148,0.994748576340389 +38,121,29,0.000389491780380359,0.995138068120769 +38,122,37,0.000496937788761148,0.995635005909531 +38,123,30,0.000402922531427958,0.996037928440958 +38,124,20,0.000268615020951972,0.99630654346191 +38,125,32,0.000429784033523155,0.996736327495434 +38,126,21,0.00028204577199957,0.997018373267433 +38,127,38,0.000510368539808746,0.997528741807242 +38,128,53,0.000711829805522725,0.998240571612765 +38,129,46,0.000617814548189535,0.998858386160954 +38,130,47,0.000631245299237133,0.999489631460191 +38,131,12,0.000161169012571183,0.999650800472762 +38,132,15,0.000201461265713979,0.999852261738476 +38,133,5,6.71537552379929e-05,0.999919415493715 +38,140,4,5.37230041903943e-05,0.999973138497905 +38,144,2,2.68615020951972e-05,1 +39,1,372,0.00608608870637894,0.00608608870637894 +39,2,1011,0.0165404185004008,0.0226265072067798 +39,3,1202,0.0196652651211492,0.0422917723279289 +39,4,1333,0.0218084845311912,0.0641002568591201 +39,5,1493,0.0244261570930746,0.0885264139521948 +39,6,1615,0.0264221324215107,0.114948546373705 +39,7,1537,0.0251460170475926,0.140094563421298 +39,8,1341,0.0219393681592854,0.162033931580583 +39,9,1343,0.0219720890663089,0.184006020646892 +39,10,1293,0.0211540663907204,0.205160087037613 +39,11,1140,0.0186509170034193,0.223811004041032 +39,12,983,0.0160823258020712,0.239893329843103 +39,13,848,0.0138736645779821,0.253766994421085 +39,14,873,0.0142826759157764,0.268049670336862 +39,15,1164,0.0190435678877018,0.287093238224564 +39,16,1164,0.0190435678877018,0.306136806112265 +39,17,1172,0.019174451515796,0.325311257628061 +39,18,1151,0.0188308819920488,0.34414213962011 +39,19,1135,0.0185691147358605,0.362711254355971 +39,20,1007,0.0164749766863537,0.379186231042324 +39,21,977,0.0159841630810006,0.395170394123325 +39,22,964,0.0157714771853476,0.410941871308673 +39,23,937,0.0153297449405298,0.426271616249202 +39,24,912,0.0149207336027355,0.441192349851938 +39,25,752,0.0123030610408521,0.45349541089279 +39,26,501,0.00819658720939744,0.461691998102187 +39,27,351,0.00574251918263174,0.467434517284819 +39,28,253,0.00413919473847815,0.471573712023297 +39,29,221,0.00361566022610147,0.475189372249399 +39,30,253,0.00413919473847815,0.479328566987877 +39,31,251,0.00410647383145461,0.483435040819332 +39,32,239,0.00391014838931335,0.487345189208645 +39,33,231,0.00377926476121918,0.491124453969864 +39,34,253,0.00413919473847815,0.495263648708342 +39,35,214,0.00350113705151907,0.498764785759861 +39,36,173,0.00283035845753644,0.501595144217398 +39,37,201,0.00328845115586604,0.504883595373264 +39,38,280,0.00458092698329598,0.50946452235656 +39,39,262,0.00428643882008409,0.513750961176644 +39,40,319,0.00521898467025506,0.518969945846899 +39,41,336,0.00549711237995517,0.524467058226854 +39,42,389,0.00636421641607905,0.530831274642933 +39,43,316,0.00516990330971975,0.536001177952653 +39,44,298,0.00487541514650786,0.540876593099161 +39,45,260,0.00425371791306055,0.545130311012221 +39,46,201,0.00328845115586604,0.548418762168087 +39,47,213,0.0034847765980073,0.551903538766095 +39,48,195,0.00319028843479541,0.55509382720089 +39,49,161,0.00263403301539519,0.557727860216285 +39,50,131,0.00214321941004205,0.559871079626327 +39,51,129,0.0021104985030185,0.561981578129346 +39,52,73,0.00119431310635931,0.563175891235705 +39,53,112,0.00183237079331839,0.565008262029024 +39,54,149,0.00243770757325393,0.567445969602277 +39,55,250,0.00409011337794284,0.57153608298022 +39,56,345,0.00564435646156112,0.577180439441781 +39,57,290,0.00474453151841369,0.581924970960195 +39,58,327,0.00534986829834923,0.587274839258544 +39,59,399,0.00652782095119677,0.593802660209741 +39,60,444,0.00726404135922648,0.601066701568968 +39,61,443,0.00724768090571471,0.608314382474682 +39,62,538,0.00880192398933299,0.617116306464015 +39,63,524,0.00857287764016819,0.625689184104183 +39,64,572,0.00935817940873321,0.635047363512917 +39,65,509,0.00832747083749162,0.643374834350408 +39,66,443,0.00724768090571471,0.650622515256123 +39,67,575,0.00940726076926853,0.660029776025391 +39,68,577,0.00943998167629207,0.669469757701684 +39,69,602,0.00984899301408635,0.67931875071577 +39,70,632,0.0103398066194395,0.689658557335209 +39,71,792,0.0129574791813229,0.702616036516532 +39,72,836,0.0136773391358408,0.716293375652373 +39,73,788,0.0128920373672758,0.729185413019649 +39,74,774,0.012662991018111,0.74184840403776 +39,75,835,0.0136609786823291,0.755509382720089 +39,76,903,0.0147734895211295,0.770282872241219 +39,77,845,0.0138245832174468,0.784107455458665 +39,78,838,0.0137100600428644,0.79781751550153 +39,79,826,0.0135137346007231,0.811331250102253 +39,80,758,0.0124012237619227,0.823732473864176 +39,81,619,0.0101271207237865,0.833859594587962 +39,82,584,0.00955450485087447,0.843414099438837 +39,83,538,0.00880192398933299,0.852216023428169 +39,84,457,0.00747672725487951,0.859692750683049 +39,85,480,0.00785301768565025,0.867545768368699 +39,86,473,0.00773849451106785,0.875284262879767 +39,87,383,0.00626605369500843,0.881550316574776 +39,88,339,0.00554619374049049,0.887096510315266 +39,89,328,0.005366228751861,0.892462739067127 +39,90,367,0.00600428643882008,0.898467025505947 +39,91,328,0.005366228751861,0.903833254257808 +39,92,207,0.00338661387693667,0.907219868134745 +39,93,152,0.00248678893378924,0.909706657068534 +39,94,219,0.00358293931907793,0.913289596387612 +39,95,208,0.00340297433044844,0.91669257071806 +39,96,153,0.00250314938730102,0.919195720105361 +39,97,170,0.00278127709700113,0.921976997202363 +39,98,151,0.00247042848027747,0.92444742568264 +39,99,149,0.00243770757325393,0.926885133255894 +39,100,229,0.00374654385419564,0.93063167711009 +39,101,250,0.00409011337794284,0.934721790488032 +39,102,242,0.00395922974984867,0.938681020237881 +39,103,269,0.00440096199466649,0.943081982232547 +39,104,357,0.00584068190370237,0.94892266413625 +39,105,404,0.00660962321875562,0.955532287355006 +39,106,460,0.00752580861541482,0.96305809597042 +39,107,458,0.00749308770839128,0.970551183678812 +39,108,301,0.00492449650704318,0.975475680185855 +39,109,231,0.00377926476121918,0.979254944947074 +39,110,192,0.0031412070742601,0.982396152021334 +39,111,140,0.00229046349164799,0.984686615512982 +39,112,126,0.00206141714248319,0.986748032655465 +39,113,126,0.00206141714248319,0.988809449797948 +39,114,101,0.00165240580468891,0.990461855602637 +39,115,97,0.00158696399064182,0.992048819593279 +39,116,66,0.00107978993177691,0.993128609525056 +39,117,41,0.000670778593982625,0.993799388119039 +39,118,38,0.000621697233447311,0.994421085352486 +39,119,41,0.000670778593982625,0.995091863946469 +39,120,36,0.000588976326423769,0.995680840272892 +39,121,22,0.00035992997725897,0.996040770250151 +39,122,29,0.000474453151841369,0.996515223401993 +39,123,16,0.000261767256188342,0.996776990658181 +39,124,14,0.000229046349164799,0.997006037007346 +39,125,23,0.000376290430770741,0.997382327438117 +39,126,20,0.000327209070235427,0.997709536508352 +39,127,26,0.000425371791306055,0.998134908299658 +39,128,35,0.000572615872911997,0.99870752417257 +39,129,18,0.000294488163211884,0.999002012335782 +39,130,31,0.000507174058864912,0.999509186394647 +39,131,6,9.81627210706281e-05,0.999607349115717 +39,132,15,0.00024540680267657,0.999852755918394 +39,133,3,4.9081360535314e-05,0.999901837278929 +39,140,2,3.27209070235427e-05,0.999934558185953 +39,144,4,6.54418140470854e-05,1 +40,1,475,0.00606517186781756,0.00606517186781756 +40,2,1310,0.0167271055722968,0.0227922774401144 +40,3,1666,0.0212727922774401,0.0440650697175545 +40,4,1963,0.025065120792686,0.0691301905102406 +40,5,2189,0.0279508657234792,0.0970810562337198 +40,6,2363,0.0301726339445324,0.127253690178252 +40,7,2296,0.0293171254915981,0.15657081566985 +40,8,2099,0.0268016752643138,0.183372490934164 +40,9,2045,0.0261121609888146,0.209484651922979 +40,10,1945,0.024835282700853,0.234319934623832 +40,11,1781,0.0227412023085959,0.257061136932428 +40,12,1537,0.0196256192859697,0.276686756218397 +40,13,1316,0.0168037182695745,0.293490474487972 +40,14,1233,0.0157439092905664,0.309234383778538 +40,15,1544,0.019715000766127,0.328949384544665 +40,16,1421,0.0181444404719342,0.347093825016599 +40,17,1433,0.0182976658664896,0.365391490883089 +40,18,1409,0.0179912150773788,0.383382705960468 +40,19,1328,0.0169569436641299,0.400339649624598 +40,20,1197,0.0152842331069003,0.415623882731498 +40,21,1139,0.0145436436998825,0.430167526431381 +40,22,1084,0.0138413606415037,0.444008887072884 +40,23,1077,0.0137519791613463,0.457760866234231 +40,24,1096,0.013994586036059,0.47175545227029 +40,25,872,0.0111343786710251,0.482889830941315 +40,26,568,0.00725266867562184,0.490142499616937 +40,27,350,0.00446907400786557,0.494611573624802 +40,28,245,0.0031283518055059,0.497739925430308 +40,29,225,0.00287297614791358,0.500612901578222 +40,30,258,0.00329434598294091,0.503907247561163 +40,31,268,0.00342203381173707,0.5073292813729 +40,32,263,0.00335818989733899,0.510687471270239 +40,33,267,0.00340926502885745,0.514096736299096 +40,34,293,0.00374125338372746,0.517837989682823 +40,35,248,0.00316665815414475,0.521004647836968 +40,36,186,0.00237499361560856,0.523379641452577 +40,37,237,0.00302620154246897,0.526405842995046 +40,38,298,0.00380509729812554,0.530210940293171 +40,39,287,0.00366464068644977,0.533875580979621 +40,40,391,0.00499259410592982,0.538868175085551 +40,41,429,0.00547780785535523,0.544345982940906 +40,42,527,0.00672914857755759,0.551075131518464 +40,43,416,0.00531181367792022,0.556386945196384 +40,44,365,0.00466060575105981,0.561047550947444 +40,45,337,0.00430307983043056,0.565350630777874 +40,46,258,0.00329434598294091,0.568644976760815 +40,47,234,0.00298789519383012,0.571632871954645 +40,48,241,0.00307727667398744,0.574710148628633 +40,49,187,0.00238776239848818,0.577097911027121 +40,50,159,0.00203023647785893,0.57912814750498 +40,51,159,0.00203023647785893,0.581158383982839 +40,52,97,0.00123857193932274,0.582396955922162 +40,53,155,0.00197916134634047,0.584376117268502 +40,54,219,0.00279636345063589,0.587172480719138 +40,55,362,0.00462229940242096,0.591794780121559 +40,56,465,0.0059374840390214,0.59773226416058 +40,57,419,0.00535012002655907,0.603082384187139 +40,58,407,0.00519689463200368,0.608279278819143 +40,59,472,0.00602686551917871,0.614306144338322 +40,60,536,0.00684406762347413,0.621150211961796 +40,61,502,0.00640992900556719,0.627560140967363 +40,62,619,0.00790387660248225,0.635464017569845 +40,63,663,0.00846570304918535,0.643929720619031 +40,64,675,0.00861892844374074,0.652548649062771 +40,65,614,0.00784003268808417,0.660388681750856 +40,66,560,0.00715051841258491,0.66753920016344 +40,67,723,0.00923183002196231,0.676771030185403 +40,68,691,0.0088232289698146,0.685594259155217 +40,69,744,0.00949997446243424,0.695094233617652 +40,70,793,0.0101256448235354,0.705219878441187 +40,71,976,0.0124623320905051,0.717682210531692 +40,72,1042,0.0133050717605598,0.730987282292252 +40,73,960,0.0122580315644313,0.743245313856683 +40,74,904,0.0115429797231728,0.754788293579856 +40,75,989,0.0126283262679401,0.767416619847796 +40,76,1120,0.0143010368251698,0.781717656672966 +40,77,1079,0.0137775167271056,0.795495173400072 +40,78,1049,0.0133944532407171,0.808889626640789 +40,79,1030,0.0131518463660044,0.822041473006793 +40,80,931,0.0118877368609224,0.833929209867715 +40,81,738,0.00942336176515655,0.843352571632872 +40,82,704,0.0089892231472496,0.852341794780122 +40,83,649,0.00828694008887073,0.860628734868992 +40,84,497,0.00634608509116911,0.866974819960161 +40,85,569,0.00726543745850146,0.874240257418663 +40,86,564,0.00720159354410338,0.881441850962766 +40,87,463,0.00591194647326217,0.887353797436028 +40,88,467,0.00596302160478063,0.893316819040809 +40,89,433,0.00552888298687369,0.898845702027683 +40,90,471,0.0060140967362991,0.904859798763982 +40,91,440,0.005618264467031,0.910478063231013 +40,92,285,0.00363910312069054,0.914117166351703 +40,93,192,0.00245160631288626,0.91656877266459 +40,94,273,0.00348587772613515,0.920054650390725 +40,95,246,0.00314112058838552,0.92319577097911 +40,96,217,0.00277082588487665,0.925966596863987 +40,97,192,0.00245160631288626,0.928418203176873 +40,98,176,0.0022473057868124,0.930665508963686 +40,99,179,0.00228561213545125,0.932951121099137 +40,100,231,0.00294958884519128,0.935900709944328 +40,101,265,0.00338372746309822,0.939284437407426 +40,102,305,0.00389447877828285,0.943178916185709 +40,103,348,0.00444353644210634,0.947622452627816 +40,104,430,0.00549057663823484,0.95311302926605 +40,105,462,0.00589917769038255,0.959012206956433 +40,106,543,0.00693344910363144,0.965945656060064 +40,107,550,0.00702283058378875,0.972968486643853 +40,108,338,0.00431584861331018,0.977284335257163 +40,109,254,0.00324327085142244,0.980527606108586 +40,110,221,0.00282190101639512,0.983349507124981 +40,111,158,0.00201746769497932,0.98536697481996 +40,112,140,0.00178762960314623,0.987154604423106 +40,113,128,0.00163440420859084,0.988789008631697 +40,114,116,0.00148117881403545,0.990270187445733 +40,115,120,0.00153225394555391,0.991802441391287 +40,116,76,0.000970427498850809,0.992772868890137 +40,117,59,0.000753358189897339,0.993526227080035 +40,118,48,0.000612901578221564,0.994139128658256 +40,119,53,0.000676745492619644,0.994815874150876 +40,120,39,0.000497982532305021,0.995313856683181 +40,121,24,0.000306450789110782,0.995620307472292 +40,122,31,0.000395832269268093,0.99601613974156 +40,123,18,0.000229838091833086,0.996245977833393 +40,124,26,0.000331988354870014,0.996577966188263 +40,125,38,0.000485213749425405,0.997063179937688 +40,126,22,0.00028091322335155,0.99734409316104 +40,127,36,0.000459676183666173,0.997803769344706 +40,128,43,0.000549057663823484,0.99835282700853 +40,129,33,0.000421369835027325,0.998774196843557 +40,130,53,0.000676745492619644,0.999450942336176 +40,131,12,0.000153225394555391,0.999604167730732 +40,132,12,0.000153225394555391,0.999757393125287 +40,133,3,3.83063486388477e-05,0.999795699473926 +40,138,1,1.27687828796159e-05,0.999808468256806 +40,140,4,5.10751315184637e-05,0.999859543388324 +40,144,4,5.10751315184637e-05,0.999910618519843 +40,152,1,1.27687828796159e-05,0.999923387302722 +40,153,2,2.55375657592318e-05,0.999948924868482 +40,154,1,1.27687828796159e-05,0.999961693651361 +40,155,3,3.83063486388477e-05,1 +41,1,261,0.00953494319219669,0.00953494319219669 +41,2,616,0.02250392722756,0.0320388704197567 +41,3,597,0.0218098125890476,0.0538486830088043 +41,4,493,0.0180104482519271,0.0718591312607314 +41,5,390,0.014247616264202,0.0861067475249333 +41,6,304,0.0111058342161984,0.0972125817411318 +41,7,238,0.00869469915610273,0.105907280897235 +41,8,150,0.00547985240930844,0.111387133306543 +41,9,165,0.00602783765023929,0.117414970956782 +41,10,167,0.00610090234903007,0.123515873305812 +41,11,143,0.00522412596354072,0.128739999269353 +41,12,132,0.00482227012019143,0.133562269389544 +41,13,147,0.00537025536112227,0.138932524750667 +41,14,216,0.00789098746940416,0.146823512220071 +41,15,454,0.0165856866255069,0.163409198845578 +41,16,532,0.0194352098783473,0.182844408723925 +41,17,520,0.0189968216856026,0.201841230409528 +41,18,490,0.0179008512037409,0.219742081613269 +41,19,503,0.018375771745881,0.23811785335915 +41,20,405,0.0147956015051328,0.252913454864282 +41,21,370,0.0135169692762942,0.266430424140577 +41,22,436,0.0159281043363899,0.282358528476966 +41,23,351,0.0128228546377818,0.295181383114748 +41,24,328,0.0119826106016878,0.307163993716436 +41,25,289,0.0105578489752676,0.317721842691704 +41,26,185,0.00675848463814708,0.324480327329851 +41,27,151,0.00551638475870383,0.329996712088554 +41,28,131,0.00478573777079604,0.33478244985935 +41,29,104,0.00379936433712052,0.338581814196471 +41,30,117,0.00427428487926059,0.342856099075732 +41,31,123,0.00449347897563292,0.347349578051364 +41,32,104,0.00379936433712052,0.351148942388485 +41,33,97,0.00354363789135279,0.354692580279838 +41,34,120,0.00438388192744675,0.359076462207285 +41,35,108,0.00394549373470208,0.363021955941987 +41,36,72,0.00263032915646805,0.365652285098455 +41,37,106,0.0038724290359113,0.369524714134366 +41,38,170,0.00621049939721624,0.375735213531582 +41,39,154,0.00562598180689,0.381361195338472 +41,40,191,0.00697767873451942,0.388338874072992 +41,41,223,0.00814671391517189,0.396485587988164 +41,42,256,0.00935228144521974,0.405837869433383 +41,43,193,0.0070507434333102,0.412888612866693 +41,44,156,0.00569904650568078,0.418587659372374 +41,45,147,0.00537025536112227,0.423957914733496 +41,46,118,0.00431081722865598,0.428268731962153 +41,47,96,0.0035071055419574,0.43177583750411 +41,48,100,0.00365323493953896,0.435429072443649 +41,49,70,0.00255726445767727,0.437986336901326 +41,50,63,0.00230153801190955,0.440287874913236 +41,51,58,0.0021188762649326,0.442406751178168 +41,52,44,0.00160742337339714,0.444014174551565 +41,53,50,0.00182661746976948,0.445840792021335 +41,54,90,0.00328791144558507,0.44912870346692 +41,55,161,0.00588170825265773,0.455010411719578 +41,56,222,0.0081101815657765,0.463120593285354 +41,57,212,0.0077448580718226,0.470865451357177 +41,58,202,0.0073795345778687,0.478244985935046 +41,59,250,0.0091330873488474,0.487378073283893 +41,60,287,0.0104847842764768,0.49786285756037 +41,61,250,0.0091330873488474,0.506995944909217 +41,62,316,0.0115442224089431,0.51854016731816 +41,63,301,0.0109962371680123,0.529536404486172 +41,64,349,0.012749789938991,0.542286194425163 +41,65,312,0.0113980930113616,0.553684287436525 +41,66,300,0.0109597048186169,0.564643992255142 +41,67,345,0.0126036605414094,0.577247652796551 +41,68,349,0.012749789938991,0.589997442735542 +41,69,371,0.0135535016256895,0.603550944361232 +41,70,382,0.0139553574690388,0.617506301830271 +41,71,475,0.0173528659628101,0.634859167793081 +41,72,484,0.0176816571073686,0.652540824900449 +41,73,411,0.0150147956015051,0.667555620501955 +41,74,395,0.0144302780111789,0.681985898513133 +41,75,463,0.0169144777700654,0.698900376283199 +41,76,513,0.0187410952398349,0.717641471523034 +41,77,504,0.0184123040952764,0.73605377561831 +41,78,548,0.0200197274686735,0.756073503086984 +41,79,492,0.0179739159025317,0.774047418989515 +41,80,473,0.0172798012640193,0.791327220253535 +41,81,400,0.0146129397581558,0.80594016001169 +41,82,372,0.0135900339750849,0.819530193986775 +41,83,352,0.0128593869871771,0.832389580973952 +41,84,253,0.00924268439703357,0.841632265370986 +41,85,241,0.0088042962042889,0.850436561575275 +41,86,265,0.00968107258977825,0.860117634165053 +41,87,212,0.0077448580718226,0.867862492236876 +41,88,171,0.00624703174661162,0.874109523983487 +41,89,149,0.00544332005991305,0.879552844043401 +41,90,192,0.00701421108391481,0.886567055127315 +41,91,178,0.00650275819237935,0.893069813319695 +41,92,140,0.00511452891535455,0.898184342235049 +41,93,91,0.00332444379498046,0.90150878603003 +41,94,149,0.00544332005991305,0.906952106089943 +41,95,115,0.00420122018046981,0.911153326270412 +41,96,108,0.00394549373470208,0.915098820005115 +41,97,101,0.00368976728893435,0.918788587294049 +41,98,71,0.00259379680707266,0.921382384101122 +41,99,79,0.00288605560223578,0.924268439703357 +41,100,73,0.00266686150586344,0.926935301209221 +41,101,80,0.00292258795163117,0.929857889160852 +41,102,97,0.00354363789135279,0.933401527052205 +41,103,124,0.00453001132502831,0.937931538377233 +41,104,167,0.00610090234903007,0.944032440726263 +41,105,197,0.00719687283089175,0.951229313557155 +41,106,241,0.0088042962042889,0.960033609761444 +41,107,211,0.00770832572242721,0.967741935483871 +41,108,144,0.00526065831293611,0.973002593796807 +41,109,107,0.00390896138530669,0.976911555182114 +41,110,97,0.00354363789135279,0.980455193073466 +41,111,78,0.00284952325284039,0.983304716326307 +41,112,61,0.00222847331311877,0.985533189639426 +41,113,56,0.00204581156614182,0.987579001205568 +41,114,37,0.00135169692762942,0.988930698133197 +41,115,42,0.00153435867460636,0.990465056807803 +41,116,19,0.000694114638512403,0.991159171446316 +41,117,19,0.000694114638512403,0.991853286084828 +41,118,16,0.000584517590326234,0.992437803675154 +41,119,25,0.00091330873488474,0.993351112410039 +41,120,21,0.000767179337303182,0.994118291747342 +41,121,9,0.000328791144558507,0.994447082891901 +41,122,13,0.000474920542140065,0.994922003434041 +41,123,15,0.000547985240930844,0.995469988674972 +41,124,13,0.000474920542140065,0.995944909217112 +41,125,19,0.000694114638512403,0.996639023855624 +41,126,17,0.000621049939721624,0.997260073795346 +41,127,19,0.000694114638512403,0.997954188433858 +41,128,18,0.000657582289117013,0.998611770722975 +41,129,16,0.000584517590326234,0.999196288313301 +41,130,19,0.000694114638512403,0.999890402951814 +41,131,3,0.000109597048186169,1 +43,1,472,0.00920095908302306,0.00920095908302306 +43,2,1252,0.0244059338388663,0.0336068929218893 +43,3,1487,0.0289869198229985,0.0625938127448878 +43,4,1619,0.0315600693970643,0.0941538821419521 +43,5,1767,0.0344451158891986,0.128598998031151 +43,6,1848,0.0360240940369208,0.164623092068072 +43,7,1761,0.0343281545449229,0.198951246612994 +43,8,1572,0.0306438722002378,0.229595118813232 +43,9,1506,0.0293572974132049,0.258952416226437 +43,10,1416,0.0276028772490692,0.286555293475506 +43,11,1254,0.0244449209536248,0.311000214429131 +43,12,1094,0.021325951772939,0.33232616620207 +43,13,874,0.0170373691494961,0.349363535351566 +43,14,815,0.0158872492641182,0.365250784615685 +43,15,1041,0.0202927932318369,0.385543577847521 +43,16,922,0.0179730599037018,0.403516637751223 +43,17,893,0.0174077467397025,0.420924384490926 +43,18,924,0.0180120470184604,0.438936431509386 +43,19,867,0.0169009142478411,0.455837345757227 +43,20,769,0.014990545624671,0.470827891381898 +43,21,681,0.0132751125752939,0.484103003957192 +43,22,624,0.0121639798046746,0.496266983761867 +43,23,663,0.0129242285424667,0.509191212304333 +43,24,710,0.0138404257392932,0.523031638043627 +43,25,536,0.0104485467552974,0.533480184798924 +43,26,331,0.00645236749254372,0.539932552291468 +43,27,190,0.00370377590206437,0.543636328193532 +43,28,131,0.00255365601668649,0.546189984210219 +43,29,123,0.0023977075576522,0.548587691767871 +43,30,131,0.00255365601668649,0.551141347784557 +43,31,137,0.0026706173609622,0.55381196514552 +43,32,120,0.00233922688551434,0.556151192031034 +43,33,140,0.00272909803310006,0.558880290064134 +43,34,147,0.00286555293475506,0.561745842998889 +43,35,111,0.00216378486910076,0.56390962786799 +43,36,73,0.00142302968868789,0.565332657556678 +43,37,123,0.0023977075576522,0.56773036511433 +43,38,185,0.00360630811516794,0.571336673229498 +43,39,218,0.00424959550868438,0.575586268738182 +43,40,258,0.00502933780385583,0.580615606542038 +43,41,266,0.00518528626289012,0.585800892804928 +43,42,319,0.00621844480399228,0.59201933760892 +43,43,253,0.0049318700169594,0.59695120762588 +43,44,210,0.00409364704965009,0.60104485467553 +43,45,191,0.00372326945944365,0.604768124134973 +43,46,142,0.00276808514785863,0.607536209282832 +43,47,138,0.00269011091834149,0.610226320201174 +43,48,123,0.0023977075576522,0.612624027758826 +43,49,80,0.00155948459034289,0.614183512349169 +43,50,71,0.00138404257392932,0.615567554923098 +43,51,92,0.00179340727889433,0.617360962201992 +43,52,56,0.00109163921324002,0.618452601415232 +43,53,70,0.00136454901655003,0.619817150431782 +43,54,112,0.00218327842648005,0.622000428858262 +43,55,190,0.00370377590206437,0.625704204760327 +43,56,269,0.00524376693502797,0.630947971695355 +43,57,291,0.00567262519737227,0.636620596892727 +43,58,248,0.00483440223006296,0.64145499912279 +43,59,302,0.00588705432854442,0.647342053451334 +43,60,379,0.00738805824674945,0.654730111698084 +43,61,360,0.00701768065654301,0.661747792354627 +43,62,428,0.00834324255833447,0.670091034912961 +43,63,398,0.00775843583695589,0.677849470749917 +43,64,482,0.00939589465681592,0.687245365406733 +43,65,458,0.00892804927971306,0.696173414686446 +43,66,401,0.00781691650909375,0.70399033119554 +43,67,495,0.00964931090274664,0.713639642098287 +43,68,479,0.00933741398467806,0.722977056082965 +43,69,485,0.00945437532895378,0.732431431411918 +43,70,478,0.00931792042729878,0.741749351839217 +43,71,576,0.0112282890504688,0.752977640889686 +43,72,619,0.0120665120177781,0.765044152907464 +43,73,541,0.0105460145421938,0.775590167449658 +43,74,518,0.0100976627224702,0.785687830172128 +43,75,538,0.0104875338700559,0.796175364042184 +43,76,659,0.0128462543129496,0.809021618355134 +43,77,620,0.0120860055751574,0.821107623930291 +43,78,714,0.0139183999688103,0.835026023899101 +43,79,656,0.0127877736408117,0.847813797539913 +43,80,675,0.0131581512310182,0.860971948770931 +43,81,586,0.0114232246242617,0.872395173395193 +43,82,570,0.0111113277061931,0.883506501101386 +43,83,470,0.00916197196826449,0.89266847306965 +43,84,320,0.00623793836137157,0.898906411431022 +43,85,306,0.00596502855806156,0.904871439989084 +43,86,288,0.00561414452523441,0.910485584514318 +43,87,236,0.00460047954151153,0.91508606405583 +43,88,192,0.00374276301682294,0.918828827072652 +43,89,147,0.00286555293475506,0.921694380007408 +43,90,184,0.00358681455778865,0.925281194565196 +43,91,170,0.00331390475447865,0.928595099319675 +43,92,114,0.00222226554123862,0.930817364860913 +43,93,99,0.00192986218054933,0.932747227041463 +43,94,170,0.00331390475447865,0.936061131795941 +43,95,147,0.00286555293475506,0.938926684730697 +43,96,141,0.00274859159047935,0.941675276321176 +43,97,125,0.00243669467241077,0.944111970993587 +43,98,91,0.00177391372151504,0.945885884715102 +43,99,81,0.00157897814772218,0.947464862862824 +43,100,94,0.0018323943936529,0.949297257256477 +43,101,119,0.00231973332813505,0.951616990584612 +43,102,136,0.00265112380358292,0.954268114388195 +43,103,163,0.00317744985282364,0.957445564241018 +43,104,232,0.00452250531199439,0.961968069553013 +43,105,248,0.00483440223006296,0.966802471783076 +43,106,265,0.00516579270551083,0.971968264488586 +43,107,273,0.00532174116454512,0.977290005653132 +43,108,194,0.00378175013158151,0.981071755784713 +43,109,177,0.00345035965613365,0.984522115440847 +43,110,129,0.00251466890192791,0.987036784342775 +43,111,103,0.00200783641006647,0.989044620752841 +43,112,73,0.00142302968868789,0.990467650441529 +43,113,79,0.00153999103296361,0.992007641474493 +43,114,54,0.00105265209848145,0.993060293572974 +43,115,46,0.000896703639447163,0.993956997212421 +43,116,24,0.000467845377102868,0.994424842589524 +43,117,29,0.000565313163999298,0.994990155753523 +43,118,15,0.000292403360689292,0.995282559114213 +43,119,21,0.000409364704965009,0.995691923819178 +43,120,18,0.000350884032827151,0.996042807852005 +43,121,13,0.00025341624593072,0.996296224097936 +43,122,27,0.000526326049240726,0.996822550147176 +43,123,15,0.000292403360689292,0.997114953507866 +43,124,16,0.000311896918068578,0.997426850425934 +43,125,32,0.000623793836137157,0.998050644262071 +43,126,19,0.000370377590206437,0.998421021852278 +43,127,26,0.00050683249186144,0.998927854344139 +43,128,23,0.000448351819723581,0.999376206163863 +43,129,20,0.000389871147585723,0.999766077311449 +43,130,11,0.000214429131172148,0.999980506442621 +43,131,1,1.94935573792861e-05,1 +99,2,6,0.75,0.75 +99,3,1,0.125,0.875 +99,4,1,0.125,1 diff --git a/lib/data/TAZ_System.csv b/lib/data/TAZ_System.csv new file mode 100644 index 0000000..3ad121a --- /dev/null +++ b/lib/data/TAZ_System.csv @@ -0,0 +1,6968 @@ +TAZ,cbd,chicago,cmap,CountyFIPS,county,state,township,sqmi,Mesozone,county_state,DistrictNum,FAFZONE,FAFNAME,CBPZONE,Country,ctrycod,DistrictName,REGION,SUBREGION,modelregion,TAZ_TYPE +1,1,1,1,17031,COOK,IL,3914,0.0633235073954,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +2,1,1,1,17031,COOK,IL,3914,0.0627850977773,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +3,1,1,1,17031,COOK,IL,3914,0.0640786161123,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +4,1,1,1,17031,COOK,IL,3914,0.0625029602805,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +5,1,1,1,17031,COOK,IL,3914,0.0634580153556,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +6,1,1,1,17031,COOK,IL,3914,0.0638396638457,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +7,1,1,1,17031,COOK,IL,3914,0.530525666791,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +8,1,1,1,17031,COOK,IL,3914,0.0642165693609,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +9,1,1,1,17031,COOK,IL,3914,0.0633655407814,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +10,1,1,1,17031,COOK,IL,3914,0.0642222970168,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +11,1,1,1,17031,COOK,IL,3914,0.0631092502072,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +12,1,1,1,17031,COOK,IL,3914,0.0626482629178,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +13,1,1,1,17031,COOK,IL,3914,0.0624412394468,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +14,1,1,1,17031,COOK,IL,3914,0.0640086892532,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +15,1,1,1,17031,COOK,IL,3914,0.0636351133981,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +16,1,1,1,17031,COOK,IL,3914,0.0637220830137,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +17,1,1,1,17031,COOK,IL,3914,0.0636044046724,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +18,1,1,1,17031,COOK,IL,3914,0.0634233809161,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +19,1,1,1,17031,COOK,IL,3914,0.176763294854,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +20,1,1,1,17031,COOK,IL,3914,0.0626632988196,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +21,1,1,1,17031,COOK,IL,3914,0.0632897649473,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +22,1,1,1,17031,COOK,IL,3914,0.063164635802,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +23,1,1,1,17031,COOK,IL,3914,0.0633275140415,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +24,1,1,1,17031,COOK,IL,3914,0.0631541861248,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +25,1,1,1,17031,COOK,IL,3914,0.15692132421,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +26,1,1,1,17031,COOK,IL,3914,0.0644753843521,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +27,1,1,1,17031,COOK,IL,3914,0.0642625251363,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +28,1,1,1,17031,COOK,IL,3914,0.0642723451192,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +29,1,1,1,17031,COOK,IL,3914,0.0644644437291,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +30,1,1,1,17031,COOK,IL,3914,0.0640963861195,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +31,1,1,1,17031,COOK,IL,3914,0.230497822537,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +32,1,1,1,17031,COOK,IL,3914,0.0634029490098,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +33,1,1,1,17031,COOK,IL,3914,0.0622871089971,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +34,1,1,1,17031,COOK,IL,3914,0.0629762322278,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +35,1,1,1,17031,COOK,IL,3914,0.0623758342825,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +36,1,1,1,17031,COOK,IL,3914,0.0624065842471,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +37,1,1,1,17031,COOK,IL,3914,0.0677568858007,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +38,1,1,1,17031,COOK,IL,3914,0.0653298203082,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +39,1,1,1,17031,COOK,IL,3914,0.066869303239,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +40,1,1,1,17031,COOK,IL,3914,0.065470658349,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +41,1,1,1,17031,COOK,IL,3914,0.0661656265439,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +42,1,1,1,17031,COOK,IL,3914,0.250365994444,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +43,1,1,1,17031,COOK,IL,3914,0.0617392471579,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +44,1,1,1,17031,COOK,IL,3914,0.0587844465039,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +45,1,1,1,17031,COOK,IL,3914,0.0615495721088,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +46,1,1,1,17031,COOK,IL,3914,0.0593768456755,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +47,1,1,1,17031,COOK,IL,3914,0.0598305410415,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +48,0,1,1,17031,COOK,IL,3914,0.250738354083,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +49,0,1,1,17031,COOK,IL,3914,0.251024424469,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +50,0,1,1,17031,COOK,IL,3914,0.252613293061,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +51,0,1,1,17031,COOK,IL,3914,0.253589521539,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +52,0,1,1,17031,COOK,IL,3914,0.161605986813,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +53,0,1,1,17031,COOK,IL,3914,0.250355892746,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +54,0,1,1,17031,COOK,IL,3914,0.250356852967,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +55,0,1,1,17031,COOK,IL,3914,0.251508068216,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +56,0,1,1,17031,COOK,IL,3914,0.251489749041,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +57,0,1,1,17031,COOK,IL,3914,0.294269156004,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +58,0,1,1,17031,COOK,IL,3914,0.252895248732,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +59,0,1,1,17031,COOK,IL,3914,0.252494504963,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +60,0,1,1,17031,COOK,IL,3914,0.25273742603,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +61,0,1,1,17031,COOK,IL,3914,0.252353249628,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +62,0,1,1,17031,COOK,IL,3914,0.253464349443,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +63,0,1,1,17031,COOK,IL,3914,0.25363935265,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +64,0,1,1,17031,COOK,IL,3914,0.25356910485,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +65,0,1,1,17031,COOK,IL,3914,0.253775213192,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +66,0,1,1,17031,COOK,IL,3914,0.251555402035,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +67,0,1,1,17031,COOK,IL,3914,0.251411876945,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +68,0,1,1,17031,COOK,IL,3914,0.250554646852,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +69,0,1,1,17031,COOK,IL,3914,0.250789987185,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +70,0,1,1,17031,COOK,IL,3914,0.251932564467,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +71,0,1,1,17031,COOK,IL,3914,0.359154949398,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +72,0,1,1,17031,COOK,IL,3914,0.252122076394,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +73,0,1,1,17031,COOK,IL,3914,0.252006249513,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +74,0,1,1,17031,COOK,IL,3914,0.250483495925,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +75,0,1,1,17031,COOK,IL,3914,0.250690012002,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +76,0,1,1,17031,COOK,IL,3914,0.25187247238,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +77,0,1,1,17031,COOK,IL,3914,0.34235887049,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +78,0,1,1,17031,COOK,IL,4014,0.255775370568,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +79,0,1,1,17031,COOK,IL,4014,0.250901118745,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +80,0,1,1,17031,COOK,IL,4014,0.25002771893,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +81,0,1,1,17031,COOK,IL,4014,0.24992850274,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +82,0,1,1,17031,COOK,IL,4014,0.251721419552,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +83,0,1,1,17031,COOK,IL,4014,0.312093915738,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +84,0,1,1,17031,COOK,IL,4014,0.256463855867,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +85,0,1,1,17031,COOK,IL,4014,0.250898014496,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +86,0,1,1,17031,COOK,IL,4014,0.250164644632,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +87,0,1,1,17031,COOK,IL,4014,0.250069093996,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +88,0,1,1,17031,COOK,IL,4014,0.251385009058,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +89,0,1,1,17031,COOK,IL,4014,0.454496081948,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +90,0,1,1,17031,COOK,IL,3914,0.257601693567,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +91,0,1,1,17031,COOK,IL,3914,0.25117831461,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +92,0,1,1,17031,COOK,IL,3914,0.255212765048,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +93,0,1,1,17031,COOK,IL,3914,0.249874574302,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +94,0,1,1,17031,COOK,IL,3914,0.257795183435,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +95,0,1,1,17031,COOK,IL,3914,0.252195558537,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +96,0,1,1,17031,COOK,IL,3914,0.259019000431,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +97,0,1,1,17031,COOK,IL,3914,0.252154726666,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +98,0,1,1,17031,COOK,IL,3914,0.259824667743,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +99,0,1,1,17031,COOK,IL,3914,0.252453411572,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +100,0,1,1,17031,COOK,IL,3914,0.260213372098,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +101,0,1,1,17031,COOK,IL,3914,0.252435818731,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +102,0,1,1,17031,COOK,IL,3914,0.258576871924,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +103,0,1,1,17031,COOK,IL,3914,0.250654744695,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +104,0,1,1,17031,COOK,IL,3914,0.256963922058,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +105,0,1,1,17031,COOK,IL,3914,0.250638497659,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +106,0,1,1,17031,COOK,IL,3914,0.253428344203,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +107,0,1,1,17031,COOK,IL,3914,0.250055653059,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +108,0,1,1,17031,COOK,IL,3914,0.252273266462,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +109,0,1,1,17031,COOK,IL,3914,0.2528288048,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +110,0,1,1,17031,COOK,IL,3914,0.251690974216,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +111,0,1,1,17031,COOK,IL,3914,0.251604587838,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +112,0,1,1,17031,COOK,IL,3914,0.251354751783,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +113,0,1,1,17031,COOK,IL,3914,0.258217568613,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +114,0,1,1,17031,COOK,IL,3914,0.250092652082,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +115,0,1,1,17031,COOK,IL,3914,0.25005643782,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +116,0,1,1,17031,COOK,IL,3914,0.252047610933,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +117,0,1,1,17031,COOK,IL,3914,0.252602383119,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +118,0,1,1,17031,COOK,IL,3914,0.252531422321,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +119,0,1,1,17031,COOK,IL,3914,0.252453390976,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +120,0,1,1,17031,COOK,IL,3914,0.250842540538,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +121,0,1,1,17031,COOK,IL,3914,0.294953292888,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +122,0,1,1,17031,COOK,IL,4111,1.00448038656,8,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +123,0,1,1,17031,COOK,IL,4112,0.846757257585,12,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +124,0,1,1,17031,COOK,IL,4112,0.996522209869,12,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +125,0,1,1,17031,COOK,IL,4012,2.60185005041,12,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +126,0,1,1,17031,COOK,IL,4012,1.50984996169,12,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +127,0,1,1,17031,COOK,IL,4012,0.809289450959,12,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +128,0,1,1,17031,COOK,IL,4012,0.748149684414,12,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +129,0,1,1,17031,COOK,IL,4012,0.792761128575,12,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +130,0,1,1,17031,COOK,IL,4012,0.998485670443,12,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +131,0,1,1,17031,COOK,IL,4012,0.254109707766,12,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +132,0,1,1,17031,COOK,IL,4012,0.254151492027,12,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +133,0,1,1,17031,COOK,IL,4012,1.03181161081,12,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +134,0,1,1,17031,COOK,IL,4012,0.254457046553,12,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +135,0,1,1,17031,COOK,IL,4012,0.254163037398,12,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +136,0,1,1,17031,COOK,IL,4012,0.254766994285,12,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +137,0,1,1,17031,COOK,IL,4012,1.04071385683,12,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +138,0,1,1,17031,COOK,IL,4012,1.00952601566,12,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +139,0,1,1,17031,COOK,IL,4012,1.02018516765,12,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +140,0,1,1,17031,COOK,IL,4012,1.00225657212,12,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +141,0,1,1,17031,COOK,IL,4112,0.251444061368,9,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +142,0,1,1,17031,COOK,IL,4112,0.250906722756,9,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +143,0,1,1,17031,COOK,IL,4112,0.250408856324,9,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +144,0,1,1,17031,COOK,IL,4112,0.250093086878,9,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +145,0,1,1,17031,COOK,IL,4112,0.250031593455,9,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +146,0,1,1,17031,COOK,IL,4112,0.250368918061,9,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +147,0,1,1,17031,COOK,IL,4012,0.25478849938,12,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +148,0,1,1,17031,COOK,IL,4012,0.254803797581,12,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +149,0,1,1,17031,COOK,IL,4012,0.29085077266,12,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +150,0,1,1,17031,COOK,IL,4012,0.290190585646,12,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +151,0,1,1,17031,COOK,IL,4012,1.01486163836,12,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +152,0,1,1,17031,COOK,IL,4012,1.02244537442,12,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +153,0,1,1,17031,COOK,IL,4012,0.253510540843,12,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +154,0,1,1,17031,COOK,IL,4113,0.255072169309,10,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +155,0,1,1,17031,COOK,IL,4113,0.251902665238,10,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +156,0,1,1,17031,COOK,IL,4113,0.252433038502,10,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +157,0,1,1,17031,COOK,IL,4113,0.251002106109,10,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +158,0,1,1,17031,COOK,IL,4113,0.25167614192,10,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +159,0,1,1,17031,COOK,IL,4113,0.251770753616,10,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +1160,0,0,1,17031,COOK,IL,4113,0.254913558152,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +160,0,1,1,17031,COOK,IL,4113,0.256589581062,10,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +161,0,1,1,17031,COOK,IL,4113,0.241422201046,10,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +162,0,1,1,17031,COOK,IL,4113,0.242275561646,10,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +163,0,1,1,17031,COOK,IL,4114,0.241716642534,11,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +164,0,1,1,17031,COOK,IL,4114,0.248267126953,11,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +165,0,1,1,17031,COOK,IL,4114,0.24177948643,11,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +166,0,1,1,17031,COOK,IL,4114,0.428422131503,11,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +167,0,1,1,17031,COOK,IL,4113,0.244692584417,10,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +168,0,1,1,17031,COOK,IL,4113,0.249019146788,10,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +169,0,1,1,17031,COOK,IL,4113,0.243810325383,10,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +170,0,1,1,17031,COOK,IL,4113,0.248126633583,10,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +171,0,1,1,17031,COOK,IL,4114,0.251990519097,11,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +172,0,1,1,17031,COOK,IL,4114,0.254226704023,11,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +173,0,1,1,17031,COOK,IL,4114,0.254650290103,11,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +174,0,1,1,17031,COOK,IL,4114,0.251945373028,11,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +175,0,1,1,17031,COOK,IL,4114,0.253151435763,11,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +176,0,1,1,17031,COOK,IL,4114,0.130580908153,11,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +177,0,1,1,17031,COOK,IL,4114,0.252894869675,11,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +178,0,1,1,17031,COOK,IL,4114,0.172911702179,11,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +179,0,1,1,17031,COOK,IL,4013,0.247154354112,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +180,0,1,1,17031,COOK,IL,4013,0.246017517784,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +181,0,1,1,17031,COOK,IL,4013,0.247607532534,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +182,0,1,1,17031,COOK,IL,4013,0.249855402822,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +183,0,1,1,17031,COOK,IL,4013,0.249459303256,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +184,0,1,1,17031,COOK,IL,4013,0.246255512615,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +185,0,1,1,17031,COOK,IL,4013,0.2437903031,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +186,0,1,1,17031,COOK,IL,4013,0.249455541034,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +187,0,1,1,17031,COOK,IL,4013,0.260478678674,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +188,0,1,1,17031,COOK,IL,4013,0.257677808465,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +189,0,1,1,17031,COOK,IL,4013,0.252547853697,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +190,0,1,1,17031,COOK,IL,4013,0.257644682014,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +191,0,1,1,17031,COOK,IL,4013,0.251560397909,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +192,0,1,1,17031,COOK,IL,4013,0.253428090008,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +193,0,1,1,17031,COOK,IL,4013,0.258014431788,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +194,0,1,1,17031,COOK,IL,4013,0.253469613364,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +195,0,1,1,17031,COOK,IL,4013,0.252512936764,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +196,0,1,1,17031,COOK,IL,4013,0.249354604537,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +197,0,1,1,17031,COOK,IL,4013,0.251135924777,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +198,0,1,1,17031,COOK,IL,4013,0.251195016642,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +199,0,1,1,17031,COOK,IL,4013,0.249439496926,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +200,0,1,1,17031,COOK,IL,4013,0.252105952057,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +201,0,1,1,17031,COOK,IL,4013,0.250720616056,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +202,0,1,1,17031,COOK,IL,4013,0.250732261316,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +203,0,1,1,17031,COOK,IL,4013,0.989950356784,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +204,0,1,1,17031,COOK,IL,4013,0.249750649531,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +205,0,1,1,17031,COOK,IL,4013,0.292204650375,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +206,0,1,1,17031,COOK,IL,4013,0.249535052308,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +207,0,1,1,17031,COOK,IL,4013,0.248245923266,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +208,0,1,1,17031,COOK,IL,4013,0.254778104666,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +209,0,1,1,17031,COOK,IL,4013,0.266747781275,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +210,0,1,1,17031,COOK,IL,4013,0.27524259772,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +211,0,1,1,17031,COOK,IL,4013,0.267935193809,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +212,0,1,1,17031,COOK,IL,4013,0.253744687131,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +213,0,1,1,17031,COOK,IL,4013,0.509713206776,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +214,0,1,1,17031,COOK,IL,4013,0.254324834797,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +215,0,1,1,17031,COOK,IL,4013,0.252663729384,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +216,0,1,1,17031,COOK,IL,4013,0.252736680998,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +217,0,1,1,17031,COOK,IL,4013,0.252999712677,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +218,0,1,1,17031,COOK,IL,4013,0.253091947359,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +219,0,1,1,17031,COOK,IL,4013,0.253082697669,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +220,0,1,1,17031,COOK,IL,4013,0.252395723252,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +221,0,1,1,17031,COOK,IL,4013,0.253353398993,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +222,0,1,1,17031,COOK,IL,4013,0.252095540173,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +223,0,1,1,17031,COOK,IL,4013,0.276669213892,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +224,0,1,1,17031,COOK,IL,4013,0.29063951353,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +225,0,1,1,17031,COOK,IL,4013,1.06058894625,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +226,0,1,1,17031,COOK,IL,4013,0.25678737959,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +227,0,1,1,17031,COOK,IL,4013,0.256937912145,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +228,0,1,1,17031,COOK,IL,4013,0.25690042804,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +229,0,1,1,17031,COOK,IL,4013,0.257063196444,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +230,0,1,1,17031,COOK,IL,4013,0.255368293717,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +231,0,1,1,17031,COOK,IL,4013,0.255685996215,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +232,0,1,1,17031,COOK,IL,4013,0.255044432198,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +233,0,1,1,17031,COOK,IL,4013,0.25535498954,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +234,0,1,1,17031,COOK,IL,4013,0.253231941487,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +235,0,1,1,17031,COOK,IL,4013,0.253865765411,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +236,0,1,1,17031,COOK,IL,4013,0.253691664174,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +237,0,1,1,17031,COOK,IL,4013,0.253401760457,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +238,0,1,1,17031,COOK,IL,4013,0.254740996455,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +239,0,1,1,17031,COOK,IL,4013,0.253977821021,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +240,0,1,1,17031,COOK,IL,4013,0.254448832606,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +241,0,1,1,17031,COOK,IL,4013,0.253658081083,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +242,0,1,1,17031,COOK,IL,4013,0.287318328781,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +243,0,1,1,17031,COOK,IL,4013,0.287043214882,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +244,0,1,1,17031,COOK,IL,4013,0.252502041353,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +245,0,1,1,17031,COOK,IL,4013,0.252509732723,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +246,0,1,1,17031,COOK,IL,4013,0.253537164399,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +247,0,1,1,17031,COOK,IL,4013,0.253614309619,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +248,0,1,1,17031,COOK,IL,4013,0.253425079778,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +249,0,1,1,17031,COOK,IL,4013,0.253683882284,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +250,0,1,1,17031,COOK,IL,4013,0.255238632227,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +251,0,1,1,17031,COOK,IL,4013,0.255964004405,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +252,0,1,1,17031,COOK,IL,4013,0.256141311247,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +253,0,1,1,17031,COOK,IL,4013,0.255079528065,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +254,0,1,1,17031,COOK,IL,4013,0.255078687275,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +255,0,1,1,17031,COOK,IL,4013,0.255929103823,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +256,0,1,1,17031,COOK,IL,4013,0.255660359909,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +257,0,1,1,17031,COOK,IL,4013,0.255377605712,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +258,0,1,1,17031,COOK,IL,4013,0.253469313065,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +259,0,1,1,17031,COOK,IL,4013,0.253152309828,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +260,0,1,1,17031,COOK,IL,4013,0.253430998189,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +261,0,1,1,17031,COOK,IL,4013,0.253761474556,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +262,0,1,1,17031,COOK,IL,4013,0.253477291906,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +263,0,1,1,17031,COOK,IL,4013,0.25382896276,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +264,0,1,1,17031,COOK,IL,4013,0.253900067068,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +265,0,1,1,17031,COOK,IL,4013,0.254265043553,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +266,0,1,1,17031,COOK,IL,4013,0.251544405968,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +267,0,1,1,17031,COOK,IL,4013,0.251518134905,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +268,0,1,1,17031,COOK,IL,4013,0.284779016266,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +269,0,1,1,17031,COOK,IL,4013,0.285827121043,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +270,0,1,1,17031,COOK,IL,4013,1.01274077222,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +271,0,1,1,17031,COOK,IL,4013,1.02172309911,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +272,0,1,1,17031,COOK,IL,4013,0.254373543301,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +273,0,1,1,17031,COOK,IL,4013,0.255727862615,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +274,0,1,1,17031,COOK,IL,4013,0.255586317719,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +275,0,1,1,17031,COOK,IL,4013,0.254528893255,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +276,0,1,1,17031,COOK,IL,4013,0.25386677579,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +277,0,1,1,17031,COOK,IL,4013,0.254145389713,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +278,0,1,1,17031,COOK,IL,4013,0.25390069561,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +279,0,1,1,17031,COOK,IL,4013,0.254184540927,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +280,0,1,1,17031,COOK,IL,4013,0.253975780613,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +281,0,1,1,17031,COOK,IL,4013,0.254593668213,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +282,0,1,1,17031,COOK,IL,4013,0.253744802625,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +283,0,1,1,17031,COOK,IL,4013,0.254334465773,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +284,0,1,1,17031,COOK,IL,4013,0.252598789299,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +285,0,1,1,17031,COOK,IL,4013,0.252601313981,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +286,0,1,1,17031,COOK,IL,4013,0.289447598719,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +287,0,1,1,17031,COOK,IL,4013,0.289044369472,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +288,0,1,1,17031,COOK,IL,4013,0.253028582886,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +289,0,1,1,17031,COOK,IL,4013,0.253514677388,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +290,0,1,1,17031,COOK,IL,4013,0.253265230268,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +291,0,1,1,17031,COOK,IL,4013,0.253153757924,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +292,0,1,1,17031,COOK,IL,4013,0.255238658019,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +293,0,1,1,17031,COOK,IL,4013,0.2538040391,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +294,0,1,1,17031,COOK,IL,4013,0.253698714082,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +295,0,1,1,17031,COOK,IL,4013,0.255145889094,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +296,0,1,1,17031,COOK,IL,4013,0.254413083364,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +297,0,1,1,17031,COOK,IL,4013,0.255251684391,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +298,0,1,1,17031,COOK,IL,4013,0.255459086405,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +299,0,1,1,17031,COOK,IL,4013,0.25421819555,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +300,0,1,1,17031,COOK,IL,4013,0.254289408477,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +301,0,1,1,17031,COOK,IL,4013,0.253751280034,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +302,0,1,1,17031,COOK,IL,4013,0.254089484697,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +303,0,1,1,17031,COOK,IL,4013,0.253936817122,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +304,0,1,1,17031,COOK,IL,4013,0.252725360426,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +305,0,1,1,17031,COOK,IL,4013,0.252361162826,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +306,0,1,1,17031,COOK,IL,4013,0.252364243978,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +307,0,1,1,17031,COOK,IL,4013,0.252723018752,13,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +308,0,1,1,17031,COOK,IL,4014,0.503563436995,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +309,0,1,1,17031,COOK,IL,4014,0.254570027121,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +310,0,1,1,17031,COOK,IL,4014,0.256999450805,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +311,0,1,1,17031,COOK,IL,4014,0.267521803549,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +312,0,1,1,17031,COOK,IL,4014,0.209612653999,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +313,0,1,1,17031,COOK,IL,4014,0.250398104301,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +314,0,1,1,17031,COOK,IL,4014,0.25346654579,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +315,0,1,1,17031,COOK,IL,4014,0.252297216604,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +316,0,1,1,17031,COOK,IL,4014,0.251379742411,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +317,0,1,1,17031,COOK,IL,4014,0.251360126761,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +318,0,1,1,17031,COOK,IL,4014,0.253886500958,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +319,0,1,1,17031,COOK,IL,4014,0.252316587867,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +320,0,1,1,17031,COOK,IL,4014,0.252294339123,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +321,0,1,1,17031,COOK,IL,4014,0.251532570049,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +322,0,1,1,17031,COOK,IL,4014,0.17788541429,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +323,0,1,1,17031,COOK,IL,4014,0.334897841576,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +324,0,1,1,17031,COOK,IL,4014,0.252077080173,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +325,0,1,1,17031,COOK,IL,4014,0.251921019175,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +326,0,1,1,17031,COOK,IL,4014,0.251900256177,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +327,0,1,1,17031,COOK,IL,4014,0.252601591491,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +328,0,1,1,17031,COOK,IL,4014,0.251173517704,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +329,0,1,1,17031,COOK,IL,4014,0.251839397086,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +330,0,1,1,17031,COOK,IL,4014,0.251330102342,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +331,0,1,1,17031,COOK,IL,4014,0.251694670309,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +332,0,1,1,17031,COOK,IL,4014,0.83915638927,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +333,0,1,1,17031,COOK,IL,4014,0.25215783489,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +334,0,1,1,17031,COOK,IL,4014,0.251128887912,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +335,0,1,1,17031,COOK,IL,4014,0.25093423294,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +336,0,1,1,17031,COOK,IL,4014,0.252179481379,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +337,0,1,1,17031,COOK,IL,4014,0.252397493269,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +338,0,1,1,17031,COOK,IL,4014,0.252256205251,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +339,0,1,1,17031,COOK,IL,4014,0.252422939885,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +340,0,1,1,17031,COOK,IL,4014,0.252583415742,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +341,0,1,1,17031,COOK,IL,4014,0.426785390931,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +342,0,1,1,17031,COOK,IL,4014,0.311354921108,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +343,0,1,1,17031,COOK,IL,4014,0.254619175702,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +344,0,1,1,17031,COOK,IL,4014,0.252397889117,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +345,0,1,1,17031,COOK,IL,4014,0.25093127042,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +346,0,1,1,17031,COOK,IL,4014,0.250925481246,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +347,0,1,1,17031,COOK,IL,4014,0.250456657242,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +348,0,1,1,17031,COOK,IL,4014,0.250555495645,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +349,0,1,1,17031,COOK,IL,4014,0.250119354887,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +350,0,1,1,17031,COOK,IL,4014,0.250216551259,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +351,0,1,1,17031,COOK,IL,4014,0.241862385428,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +352,0,1,1,17031,COOK,IL,4014,0.251068015985,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +353,0,1,1,17031,COOK,IL,4014,0.271821903323,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +354,0,1,1,17031,COOK,IL,4014,0.251491386738,14,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +355,0,1,1,17031,COOK,IL,3913,0.996289941603,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +356,0,1,1,17031,COOK,IL,3913,0.253899076629,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +357,0,1,1,17031,COOK,IL,3913,0.256681308607,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +358,0,1,1,17031,COOK,IL,3913,0.253908394253,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +359,0,1,1,17031,COOK,IL,3913,0.258192507341,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +360,0,1,1,17031,COOK,IL,3913,0.254145336997,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +361,0,1,1,17031,COOK,IL,3913,0.253596040458,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +362,0,1,1,17031,COOK,IL,3913,0.25516252709,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +363,0,1,1,17031,COOK,IL,3913,0.253630143465,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +364,0,1,1,17031,COOK,IL,3913,0.252722128381,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +365,0,1,1,17031,COOK,IL,3913,0.253911415803,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +366,0,1,1,17031,COOK,IL,3913,0.251390519936,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +367,0,1,1,17031,COOK,IL,3913,0.25138698792,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +368,0,1,1,17031,COOK,IL,3913,0.257502215701,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +369,0,1,1,17031,COOK,IL,3913,0.253676481009,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +370,0,1,1,17031,COOK,IL,3913,0.258091904962,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +371,0,1,1,17031,COOK,IL,3913,0.253685513341,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +372,0,1,1,17031,COOK,IL,3913,0.254490268765,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +373,0,1,1,17031,COOK,IL,3913,0.254981017346,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +374,0,1,1,17031,COOK,IL,3913,0.25528197318,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +375,0,1,1,17031,COOK,IL,3913,0.255206996479,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +376,0,1,1,17031,COOK,IL,3913,0.254187615067,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +377,0,1,1,17031,COOK,IL,3913,0.254137202275,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +378,0,1,1,17031,COOK,IL,3913,0.255937328185,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +379,0,1,1,17031,COOK,IL,3913,0.256410923452,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +380,0,1,1,17031,COOK,IL,3913,0.255202258731,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +381,0,1,1,17031,COOK,IL,3913,0.254745284467,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +382,0,1,1,17031,COOK,IL,3913,0.25441311046,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +383,0,1,1,17031,COOK,IL,3913,0.253996099266,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +384,0,1,1,17031,COOK,IL,3913,0.254583922848,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +385,0,1,1,17031,COOK,IL,3913,0.253865912162,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +386,0,1,1,17031,COOK,IL,3913,0.254828122626,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +387,0,1,1,17031,COOK,IL,3913,0.255038489372,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +388,0,1,1,17031,COOK,IL,3913,0.254878876359,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +389,0,1,1,17031,COOK,IL,3913,0.25499084568,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +390,0,1,1,17031,COOK,IL,3913,0.254753923675,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +391,0,1,1,17031,COOK,IL,3913,0.253943247413,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +392,0,1,1,17031,COOK,IL,3913,0.25322983125,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +393,0,1,1,17031,COOK,IL,3913,0.253632508207,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +394,0,1,1,17031,COOK,IL,3913,0.254510406887,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +395,0,1,1,17031,COOK,IL,3913,0.254113513819,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +396,0,1,1,17031,COOK,IL,3913,0.255501243164,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +397,0,1,1,17031,COOK,IL,3913,0.255121065066,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +398,0,1,1,17031,COOK,IL,3913,0.255364265969,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +399,0,1,1,17031,COOK,IL,3913,0.254975635473,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +400,0,1,1,17031,COOK,IL,3913,0.252923379483,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +401,0,1,1,17031,COOK,IL,3913,0.252367832827,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +402,0,1,1,17031,COOK,IL,3913,0.253055830563,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +403,0,1,1,17031,COOK,IL,3913,0.252512968991,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +404,0,1,1,17031,COOK,IL,3913,0.254253871633,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +405,0,1,1,17031,COOK,IL,3913,0.254291804778,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +406,0,1,1,17031,COOK,IL,3913,0.254541230835,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +407,0,1,1,17031,COOK,IL,3913,0.254591398553,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +408,0,1,1,17031,COOK,IL,3913,0.254849012535,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +409,0,1,1,17031,COOK,IL,3913,0.255076828045,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +410,0,1,1,17031,COOK,IL,3913,0.253616934819,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +411,0,1,1,17031,COOK,IL,3913,0.253835613696,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +412,0,1,1,17031,COOK,IL,3913,0.253391633838,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +413,0,1,1,17031,COOK,IL,3913,0.253782888318,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +414,0,1,1,17031,COOK,IL,3913,0.253540844424,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +415,0,1,1,17031,COOK,IL,3913,0.25393132349,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +416,0,1,1,17031,COOK,IL,3913,0.255063686894,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +417,0,1,1,17031,COOK,IL,3913,0.254457813534,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +418,0,1,1,17031,COOK,IL,3913,0.255169491258,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +419,0,1,1,17031,COOK,IL,3913,0.254346300312,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +420,0,1,1,17031,COOK,IL,3913,0.253542287709,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +421,0,1,1,17031,COOK,IL,3913,0.25345191933,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +422,0,1,1,17031,COOK,IL,3913,0.253291103872,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +423,0,1,1,17031,COOK,IL,3913,0.253713098109,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +424,0,1,1,17031,COOK,IL,3913,0.253972896408,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +425,0,1,1,17031,COOK,IL,3913,0.253414891892,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +426,0,1,1,17031,COOK,IL,3913,0.253574681398,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +427,0,1,1,17031,COOK,IL,3913,0.25414667222,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +428,0,1,1,17031,COOK,IL,3913,0.254238908675,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +429,0,1,1,17031,COOK,IL,3913,0.254218813092,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +430,0,1,1,17031,COOK,IL,3913,0.253438454219,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +431,0,1,1,17031,COOK,IL,3913,0.254993469554,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +432,0,1,1,17031,COOK,IL,3913,1.0080559514,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +433,0,1,1,17031,COOK,IL,3913,0.253897086499,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +434,0,1,1,17031,COOK,IL,3913,0.254301491155,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +435,0,1,1,17031,COOK,IL,3913,0.254066612569,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +436,0,1,1,17031,COOK,IL,3913,0.254469037339,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +437,0,1,1,17031,COOK,IL,3913,0.256412627414,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +438,0,1,1,17031,COOK,IL,3913,0.256725348239,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +439,0,1,1,17031,COOK,IL,3913,0.255595367478,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +440,0,1,1,17031,COOK,IL,3913,0.255287846642,16,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +441,0,1,1,17031,COOK,IL,3914,0.251724205863,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +442,0,1,1,17031,COOK,IL,3914,0.254737406325,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +443,0,1,1,17031,COOK,IL,3914,0.251732059048,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +444,0,1,1,17031,COOK,IL,3914,0.25229881802,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +445,0,1,1,17031,COOK,IL,3914,0.252996115271,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +446,0,1,1,17031,COOK,IL,3914,0.253140608943,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +447,0,1,1,17031,COOK,IL,3914,0.253271560352,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +448,0,1,1,17031,COOK,IL,3914,0.253141857091,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +449,0,1,1,17031,COOK,IL,3914,0.253413610861,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +450,0,1,1,17031,COOK,IL,3914,0.253728058605,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +451,0,1,1,17031,COOK,IL,3914,0.253472158828,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +452,0,1,1,17031,COOK,IL,3914,0.253687827662,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +453,0,1,1,17031,COOK,IL,3914,0.252756958284,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +454,0,1,1,17031,COOK,IL,3914,0.245335527501,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +455,0,1,1,17031,COOK,IL,3914,0.252086350949,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +456,0,1,1,17031,COOK,IL,3914,0.252379813166,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +457,0,1,1,17031,COOK,IL,3914,0.251688491054,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +458,0,1,1,17031,COOK,IL,3914,0.122047916788,17,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +459,0,1,1,17031,COOK,IL,3813,1.00688598273,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +460,0,1,1,17031,COOK,IL,3813,0.252421164383,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +461,0,1,1,17031,COOK,IL,3813,0.252417669869,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +462,0,1,1,17031,COOK,IL,3813,0.251710911199,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +463,0,1,1,17031,COOK,IL,3813,0.251443854628,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +464,0,1,1,17031,COOK,IL,3813,0.25207531434,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +465,0,1,1,17031,COOK,IL,3813,0.251563107259,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +466,0,1,1,17031,COOK,IL,3813,0.252758234515,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +467,0,1,1,17031,COOK,IL,3813,0.252752459723,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +468,0,1,1,17031,COOK,IL,3813,1.02398068262,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +469,0,1,1,17031,COOK,IL,3813,0.25427498442,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +470,0,1,1,17031,COOK,IL,3813,0.253458689488,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +471,0,1,1,17031,COOK,IL,3813,0.253899779003,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +472,0,1,1,17031,COOK,IL,3813,0.253390214402,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +473,0,1,1,17031,COOK,IL,3813,0.253843231267,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +474,0,1,1,17031,COOK,IL,3813,0.254719540443,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +475,0,1,1,17031,COOK,IL,3813,0.254880221183,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +476,0,1,1,17031,COOK,IL,3813,0.255108759549,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +477,0,1,1,17031,COOK,IL,3813,0.254475527458,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +478,0,1,1,17031,COOK,IL,3813,0.255364882471,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +479,0,1,1,17031,COOK,IL,3813,0.254908284444,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +480,0,1,1,17031,COOK,IL,3813,0.254928315728,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +481,0,1,1,17031,COOK,IL,3813,0.255339289209,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +482,0,1,1,17031,COOK,IL,3813,0.253457594461,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +483,0,1,1,17031,COOK,IL,3813,0.254629797793,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +484,0,1,1,17031,COOK,IL,3813,0.254189222959,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +485,0,1,1,17031,COOK,IL,3813,0.253872031754,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +486,0,1,1,17031,COOK,IL,3813,0.25235781896,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +487,0,1,1,17031,COOK,IL,3813,0.260783611487,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +488,0,1,1,17031,COOK,IL,3813,0.263653917351,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +489,0,1,1,17031,COOK,IL,3813,0.263115786448,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +490,0,1,1,17031,COOK,IL,3813,0.251105101719,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +491,0,1,1,17031,COOK,IL,3813,0.252371627882,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +492,0,1,1,17031,COOK,IL,3813,1.02094178854,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +493,0,1,1,17031,COOK,IL,3813,1.01510659826,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +494,0,1,1,17031,COOK,IL,3813,1.01804522453,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +495,0,1,1,17031,COOK,IL,3813,0.251557286933,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +496,0,1,1,17031,COOK,IL,3813,0.251446289571,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +497,0,1,1,17031,COOK,IL,3813,0.253961331644,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +498,0,1,1,17031,COOK,IL,3813,0.25469688101,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +499,0,1,1,17031,COOK,IL,3813,0.255292741706,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +500,0,1,1,17031,COOK,IL,3813,0.254541766623,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +501,0,1,1,17031,COOK,IL,3813,1.01768213575,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +502,0,1,1,17031,COOK,IL,3813,1.02002501111,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +503,0,1,1,17031,COOK,IL,3813,1.01438279567,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +504,0,1,1,17031,COOK,IL,3813,0.254975348317,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +505,0,1,1,17031,COOK,IL,3813,0.25489683535,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +506,0,1,1,17031,COOK,IL,3813,0.25501950872,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +507,0,1,1,17031,COOK,IL,3813,0.255122762488,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +508,0,1,1,17031,COOK,IL,3813,0.252676572705,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +509,0,1,1,17031,COOK,IL,3813,0.506695752578,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +510,0,1,1,17031,COOK,IL,3813,0.253875542626,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +511,0,1,1,17031,COOK,IL,3813,0.254278252301,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +512,0,1,1,17031,COOK,IL,3813,0.253444431098,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +513,0,1,1,17031,COOK,IL,3813,0.255190150783,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +514,0,1,1,17031,COOK,IL,3813,0.254341251887,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +515,0,1,1,17031,COOK,IL,3813,1.01652815019,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +516,0,1,1,17031,COOK,IL,3813,1.01496768787,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +517,0,1,1,17031,COOK,IL,3813,1.02005751742,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +518,0,1,1,17031,COOK,IL,3813,0.253534692283,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +519,0,1,1,17031,COOK,IL,3813,0.251976755345,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +520,0,1,1,17031,COOK,IL,3813,0.253800727322,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +521,0,1,1,17031,COOK,IL,3813,0.252254863687,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +522,0,1,1,17031,COOK,IL,3813,1.02113876919,19,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +523,0,1,1,17031,COOK,IL,3814,0.253665446148,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +524,0,1,1,17031,COOK,IL,3814,0.253002908916,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +525,0,1,1,17031,COOK,IL,3814,0.24986936921,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +526,0,1,1,17031,COOK,IL,3814,0.254474632682,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +527,0,1,1,17031,COOK,IL,3814,1.01259977966,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +528,0,1,1,17031,COOK,IL,3814,0.251283659379,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +529,0,1,1,17031,COOK,IL,3814,0.251292630546,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +530,0,1,1,17031,COOK,IL,3814,0.254188296871,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +531,0,1,1,17031,COOK,IL,3814,0.251199343774,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +532,0,1,1,17031,COOK,IL,3814,0.249494689909,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +533,0,1,1,17031,COOK,IL,3814,0.251725100946,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +534,0,1,1,17031,COOK,IL,3814,0.251714194965,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +535,0,1,1,17031,COOK,IL,3814,0.249488829427,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +536,0,1,1,17031,COOK,IL,3814,0.366921876355,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +537,0,1,1,17031,COOK,IL,3814,0.25370253321,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +538,0,1,1,17031,COOK,IL,3814,0.25035038832,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +539,0,1,1,17031,COOK,IL,3814,0.251091913165,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +540,0,1,1,17031,COOK,IL,3814,0.251101330355,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +541,0,1,1,17031,COOK,IL,3814,0.253695714624,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +542,0,1,1,17031,COOK,IL,3814,0.254364858877,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +543,0,1,1,17031,COOK,IL,3814,0.251889872213,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +544,0,1,1,17031,COOK,IL,3814,0.251885916515,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +545,0,1,1,17031,COOK,IL,3814,0.252071836314,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +546,0,1,1,17031,COOK,IL,3814,0.252068655298,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +547,0,1,1,17031,COOK,IL,3814,1.01081828034,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +548,0,1,1,17031,COOK,IL,3814,0.253546732643,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +549,0,1,1,17031,COOK,IL,3814,0.253196982664,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +550,0,1,1,17031,COOK,IL,3814,0.252869688618,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +551,0,1,1,17031,COOK,IL,3814,0.253213257983,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +552,0,1,1,17031,COOK,IL,3814,0.252580997938,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +553,0,1,1,17031,COOK,IL,3814,0.251835975113,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +554,0,1,1,17031,COOK,IL,3814,0.253137684668,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +555,0,1,1,17031,COOK,IL,3814,0.251257081143,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +556,0,1,1,17031,COOK,IL,3814,0.15483592928,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +557,0,1,1,17031,COOK,IL,3814,0.263274905558,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +558,0,1,1,17031,COOK,IL,3814,0.255882528071,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +559,0,1,1,17031,COOK,IL,3814,0.252822069141,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +560,0,1,1,17031,COOK,IL,3814,0.252824086169,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +561,0,1,1,17031,COOK,IL,3814,0.254811431794,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +562,0,1,1,17031,COOK,IL,3814,1.01088481086,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +563,0,1,1,17031,COOK,IL,3814,1.01278734348,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +564,0,1,1,17031,COOK,IL,3814,0.253357028448,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +565,0,1,1,17031,COOK,IL,3814,0.252648683895,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +566,0,1,1,17031,COOK,IL,3814,0.252322493469,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +567,0,1,1,17031,COOK,IL,3814,0.253672625841,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +568,0,1,1,17031,COOK,IL,3814,0.254220341004,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +569,0,1,1,17031,COOK,IL,3814,0.253141380028,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +570,0,1,1,17031,COOK,IL,3814,0.253593379149,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +571,0,1,1,17031,COOK,IL,3814,0.252508622729,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +572,0,1,1,17031,COOK,IL,3814,0.366100334388,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +573,0,1,1,17031,COOK,IL,3814,0.280788332687,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +574,0,1,1,17031,COOK,IL,3814,1.00209624263,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +575,0,1,1,17031,COOK,IL,3814,1.00713182311,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +576,0,1,1,17031,COOK,IL,3814,0.252937716707,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +577,0,1,1,17031,COOK,IL,3814,0.252917324446,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +578,0,1,1,17031,COOK,IL,3814,0.252492996262,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +579,0,1,1,17031,COOK,IL,3814,0.252497132212,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +580,0,1,1,17031,COOK,IL,3814,0.251135252556,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +581,0,1,1,17031,COOK,IL,3814,0.251133941372,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +582,0,1,1,17031,COOK,IL,3814,0.25158723509,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +583,0,1,1,17031,COOK,IL,3814,0.251607470342,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +584,0,1,1,17031,COOK,IL,3814,0.504551679728,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +585,0,1,1,17031,COOK,IL,3814,0.252200584532,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +586,0,1,1,17031,COOK,IL,3814,0.252032424591,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +587,0,1,1,17031,COOK,IL,3814,0.25424575777,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +588,0,1,1,17031,COOK,IL,3815,0.206461541064,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +589,0,1,1,17031,COOK,IL,3814,0.23036630248,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +590,0,1,1,17031,COOK,IL,3814,0.252325866796,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +591,0,1,1,17031,COOK,IL,3814,0.253525827091,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +592,0,1,1,17031,COOK,IL,3814,1.00486363398,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +593,0,1,1,17031,COOK,IL,3814,0.251727648007,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +594,0,1,1,17031,COOK,IL,3814,0.25151383644,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +595,0,1,1,17031,COOK,IL,3814,0.251673071212,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +596,0,1,1,17031,COOK,IL,3814,0.251473067792,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +597,0,1,1,17031,COOK,IL,3814,1.0093842208,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +598,0,1,1,17031,COOK,IL,3814,1.00471267597,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +599,0,1,1,17031,COOK,IL,3814,0.252282751669,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +600,0,1,1,17031,COOK,IL,3814,0.252806487887,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +601,0,1,1,17031,COOK,IL,3814,0.252499204789,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +602,0,1,1,17031,COOK,IL,3814,0.253020366163,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +603,0,1,1,17031,COOK,IL,3814,0.255474508543,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +604,0,1,1,17031,COOK,IL,3814,0.255436496606,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +605,0,1,1,17031,COOK,IL,3814,0.255117922473,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +606,0,1,1,17031,COOK,IL,3814,0.25580161465,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +607,0,1,1,17031,COOK,IL,3814,1.00668135678,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +608,0,1,1,17031,COOK,IL,3814,1.00596858314,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +609,0,1,1,17031,COOK,IL,3814,0.254174347115,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +610,0,1,1,17031,COOK,IL,3814,0.253122378618,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +611,0,1,1,17031,COOK,IL,3814,0.252872881796,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +612,0,1,1,17031,COOK,IL,3814,0.253916518756,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +613,0,1,1,17031,COOK,IL,3814,0.252529752382,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +614,0,1,1,17031,COOK,IL,3814,0.252742448641,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +615,0,1,1,17031,COOK,IL,3814,0.252406605846,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +616,0,1,1,17031,COOK,IL,3814,0.252881280213,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +617,0,1,1,17031,COOK,IL,3814,0.253074835338,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +618,0,1,1,17031,COOK,IL,3814,0.252465412116,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +619,0,1,1,17031,COOK,IL,3814,0.252497213685,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +620,0,1,1,17031,COOK,IL,3814,0.253001742542,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +621,0,1,1,17031,COOK,IL,3814,1.01262644281,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +622,0,1,1,17031,COOK,IL,3815,0.576296708567,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +623,0,1,1,17031,COOK,IL,3815,0.24744699909,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +624,0,1,1,17031,COOK,IL,3815,0.252398443837,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +625,0,1,1,17031,COOK,IL,3815,0.249968453968,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +626,0,1,1,17031,COOK,IL,3815,0.249984504419,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +627,0,1,1,17031,COOK,IL,3815,0.253319447697,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +628,0,1,1,17031,COOK,IL,3815,0.251908034365,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +629,0,1,1,17031,COOK,IL,3815,0.892693607659,20,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +630,0,1,1,17031,COOK,IL,3713,0.254304697963,23,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +631,0,1,1,17031,COOK,IL,3713,1.01658265174,23,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +632,0,1,1,17031,COOK,IL,3713,1.02785964861,23,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +633,0,1,1,17031,COOK,IL,3713,1.00830698644,23,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +634,0,1,1,17031,COOK,IL,3713,1.01923751957,23,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +635,0,1,1,17031,COOK,IL,3713,1.02557035347,23,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +636,0,1,1,17031,COOK,IL,3714,0.255378348412,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +637,0,1,1,17031,COOK,IL,3714,0.252885074311,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +638,0,1,1,17031,COOK,IL,3714,0.249889136164,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +639,0,1,1,17031,COOK,IL,3714,0.258433638992,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +640,0,1,1,17031,COOK,IL,3714,1.01656851113,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +641,0,1,1,17031,COOK,IL,3714,0.251642713047,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +642,0,1,1,17031,COOK,IL,3714,0.25606569425,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +643,0,1,1,17031,COOK,IL,3714,0.255239275975,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +644,0,1,1,17031,COOK,IL,3714,0.25166381989,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +645,0,1,1,17031,COOK,IL,3714,1.0035984786,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +646,0,1,1,17031,COOK,IL,3714,0.250637179937,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +647,0,1,1,17031,COOK,IL,3714,0.254452576063,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +648,0,1,1,17031,COOK,IL,3714,0.250630793476,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +649,0,1,1,17031,COOK,IL,3714,0.254649247126,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +650,0,1,1,17031,COOK,IL,3714,1.01347653322,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +651,0,1,1,17031,COOK,IL,3714,1.00683146166,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +652,0,1,1,17031,COOK,IL,3714,1.01271224641,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +653,0,1,1,17031,COOK,IL,3714,1.00881979753,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +654,0,1,1,17031,COOK,IL,3714,0.252074886828,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +655,0,1,1,17031,COOK,IL,3714,0.251957950732,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +656,0,1,1,17031,COOK,IL,3714,0.250456939121,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +657,0,1,1,17031,COOK,IL,3714,0.250546968934,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +658,0,1,1,17031,COOK,IL,3714,0.251574589044,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +659,0,1,1,17031,COOK,IL,3714,0.251609318509,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +660,0,1,1,17031,COOK,IL,3714,0.251810122908,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +661,0,1,1,17031,COOK,IL,3714,0.251760193717,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +662,0,1,1,17031,COOK,IL,3714,0.248186803075,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +663,0,1,1,17031,COOK,IL,3714,0.295278770561,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +664,0,1,1,17031,COOK,IL,3714,1.30219718472,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +665,0,1,1,17031,COOK,IL,3714,0.255717619442,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +666,0,1,1,17031,COOK,IL,3714,0.256927745673,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +667,0,1,1,17031,COOK,IL,3714,0.250956362545,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +668,0,1,1,17031,COOK,IL,3714,0.250970078873,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +669,0,1,1,17031,COOK,IL,3714,0.252915537017,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +670,0,1,1,17031,COOK,IL,3714,0.252882703727,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +671,0,1,1,17031,COOK,IL,3714,1.00901016954,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +672,0,1,1,17031,COOK,IL,3714,1.0026635803,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +673,0,1,1,17031,COOK,IL,3714,0.253717632216,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +674,0,1,1,17031,COOK,IL,3714,0.253836931557,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +675,0,1,1,17031,COOK,IL,3714,0.254402796517,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +676,0,1,1,17031,COOK,IL,3714,0.254522588742,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +677,0,1,1,17031,COOK,IL,3714,2.32125075869,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +678,0,1,1,17031,COOK,IL,3714,1.30013607619,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +679,0,1,1,17031,COOK,IL,3714,0.289721831539,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +680,0,1,1,17031,COOK,IL,3714,1.00709322675,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +681,0,1,1,17031,COOK,IL,3714,1.00961273126,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +682,0,1,1,17031,COOK,IL,3714,0.998748294967,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +683,0,1,1,17031,COOK,IL,3714,1.24951876658,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +684,0,1,1,17031,COOK,IL,3714,1.34011546281,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +685,0,1,1,17031,COOK,IL,3714,0.991958545536,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +686,0,1,1,17031,COOK,IL,3714,0.255496114033,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +687,0,1,1,17031,COOK,IL,3714,0.255007682997,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +688,0,1,1,17031,COOK,IL,3714,1.19598856418,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +689,0,1,1,17031,COOK,IL,3714,0.253912121272,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +690,0,1,1,17031,COOK,IL,3714,1.00891879612,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +691,0,1,1,17031,COOK,IL,3714,0.252267585632,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +692,0,1,1,17031,COOK,IL,3714,0.252094432541,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +693,0,1,1,17031,COOK,IL,3714,0.251155436658,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +694,0,1,1,17031,COOK,IL,3714,0.251324038839,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +695,0,1,1,17031,COOK,IL,3714,1.00479862162,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +696,0,1,1,17031,COOK,IL,3714,0.99946648008,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +697,0,1,1,17031,COOK,IL,3715,0.253873549817,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +698,0,1,1,17031,COOK,IL,3715,0.891662288526,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +699,0,1,1,17031,COOK,IL,3715,0.256985917569,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +700,0,1,1,17031,COOK,IL,3715,1.30082198273,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +701,0,1,1,17031,COOK,IL,3715,0.436270834828,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +702,0,1,1,17031,COOK,IL,3715,0.984245319591,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +703,0,1,1,17031,COOK,IL,3715,0.153673529644,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +704,0,1,1,17031,COOK,IL,3715,0.257771892175,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +705,0,1,1,17031,COOK,IL,3715,0.252286557863,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +706,0,1,1,17031,COOK,IL,3715,0.150395555595,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +707,0,1,1,17031,COOK,IL,3715,1.01107397415,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +708,0,1,1,17031,COOK,IL,3715,0.804899484591,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +709,0,1,1,17031,COOK,IL,3715,0.995633100343,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +710,0,1,1,17031,COOK,IL,3715,0.796842777382,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +711,0,1,1,17031,COOK,IL,3715,1.00595883243,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +712,0,1,1,17031,COOK,IL,3715,0.784110994872,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +713,0,1,1,17031,COOK,IL,3715,0.254241216351,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +714,0,1,1,17031,COOK,IL,3715,0.249693568432,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +715,0,1,1,17031,COOK,IL,3715,0.258712346027,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +716,0,1,1,17031,COOK,IL,3715,0.249678476812,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +717,0,1,1,17031,COOK,IL,3715,0.763376056543,24,"COOK, IL",1,171,IL Chica,17031,United States of America,0,Chicago,MidWest,East North Central,1,MODELREGION +718,0,0,1,17031,COOK,IL,4209,4.04537901443,1,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +719,0,0,1,17031,COOK,IL,4209,4.06604515781,1,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +720,0,0,1,17031,COOK,IL,4209,4.0568270776,1,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +721,0,0,1,17031,COOK,IL,4209,3.96846159917,1,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +722,0,0,1,17031,COOK,IL,4209,3.98730802671,1,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +723,0,0,1,17031,COOK,IL,4209,3.9839104991,1,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +724,0,0,1,17031,COOK,IL,4209,3.99072868191,1,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +725,0,0,1,17031,COOK,IL,4209,3.98107368349,1,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +726,0,0,1,17031,COOK,IL,4209,3.97396349112,1,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +727,0,0,1,17031,COOK,IL,4109,3.1834338494,6,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +728,0,0,1,17031,COOK,IL,4109,2.91580586865,6,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +729,0,0,1,17031,COOK,IL,4109,2.89637633097,6,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +730,0,0,1,17031,COOK,IL,4109,1.05929349349,6,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +731,0,0,1,17031,COOK,IL,4109,1.06769946279,6,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +732,0,0,1,17031,COOK,IL,4109,1.04638705809,6,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +733,0,0,1,17031,COOK,IL,4109,1.05515046006,6,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +734,0,0,1,17031,COOK,IL,4109,3.99590555212,6,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +735,0,0,1,17031,COOK,IL,4109,4.10525589329,6,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +736,0,0,1,17031,COOK,IL,4109,4.15054547615,6,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +737,0,0,1,17031,COOK,IL,4109,4.0581906992,6,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +738,0,0,1,17031,COOK,IL,4109,1.03036041851,6,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +739,0,0,1,17031,COOK,IL,4109,0.250521060055,6,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +740,0,0,1,17031,COOK,IL,4109,0.250470620956,6,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +741,0,0,1,17031,COOK,IL,4109,0.250865871525,6,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +742,0,0,1,17031,COOK,IL,4109,0.250914385287,6,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +743,0,0,1,17031,COOK,IL,4109,1.02017041438,6,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +744,0,0,1,17031,COOK,IL,4109,0.250465089967,6,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +745,0,0,1,17031,COOK,IL,4109,0.253008928426,6,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +746,0,0,1,17031,COOK,IL,4109,0.251483800683,6,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +747,0,0,1,17031,COOK,IL,4109,0.251980878871,6,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +748,0,0,1,17031,COOK,IL,4210,3.99987331374,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +749,0,0,1,17031,COOK,IL,4210,3.99823910819,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +750,0,0,1,17031,COOK,IL,4210,0.250453072603,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +751,0,0,1,17031,COOK,IL,4210,0.250785806754,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +752,0,0,1,17031,COOK,IL,4210,0.251798723998,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +753,0,0,1,17031,COOK,IL,4210,0.250485413769,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +754,0,0,1,17031,COOK,IL,4210,0.253487723662,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +755,0,0,1,17031,COOK,IL,4210,0.253228939316,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +756,0,0,1,17031,COOK,IL,4210,0.250847763996,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +757,0,0,1,17031,COOK,IL,4210,0.250855847519,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +758,0,0,1,17031,COOK,IL,4210,1.00415587492,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +759,0,0,1,17031,COOK,IL,4210,0.251413560768,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +760,0,0,1,17031,COOK,IL,4210,0.250473823276,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +761,0,0,1,17031,COOK,IL,4210,0.2516831853,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +762,0,0,1,17031,COOK,IL,4210,0.250795489753,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +763,0,0,1,17031,COOK,IL,4210,3.9917322156,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +764,0,0,1,17031,COOK,IL,4210,1.01726490842,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +765,0,0,1,17031,COOK,IL,4210,0.248457635757,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +766,0,0,1,17031,COOK,IL,4210,0.247583918522,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +767,0,0,1,17031,COOK,IL,4210,0.246741227076,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +768,0,0,1,17031,COOK,IL,4210,0.247593742876,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +769,0,0,1,17031,COOK,IL,4210,1.00315386858,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +770,0,0,1,17031,COOK,IL,4210,1.00663111382,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +771,0,0,1,17031,COOK,IL,4210,1.01445845192,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +772,0,0,1,17031,COOK,IL,4210,0.992448665849,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +773,0,0,1,17031,COOK,IL,4210,0.997958720906,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +774,0,0,1,17031,COOK,IL,4210,0.252544485932,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +775,0,0,1,17031,COOK,IL,4210,0.252595153942,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +776,0,0,1,17031,COOK,IL,4210,0.252555116681,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +777,0,0,1,17031,COOK,IL,4210,0.252589216003,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +778,0,0,1,17031,COOK,IL,4210,3.99754154348,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +779,0,0,1,17031,COOK,IL,4210,1.01968934697,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +780,0,0,1,17031,COOK,IL,4210,0.249439315908,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +781,0,0,1,17031,COOK,IL,4210,0.249871748027,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +782,0,0,1,17031,COOK,IL,4210,0.249647407888,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +783,0,0,1,17031,COOK,IL,4210,0.249202048546,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +784,0,0,1,17031,COOK,IL,4210,1.00074693519,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +785,0,0,1,17031,COOK,IL,4210,1.00781904722,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +786,0,0,1,17031,COOK,IL,4210,1.00908028723,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +787,0,0,1,17031,COOK,IL,4210,0.250374182693,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +788,0,0,1,17031,COOK,IL,4210,0.25122041941,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +789,0,0,1,17031,COOK,IL,4210,0.250761212438,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +790,0,0,1,17031,COOK,IL,4210,0.249780676121,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +791,0,0,1,17031,COOK,IL,4210,1.00208318153,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +792,0,0,1,17031,COOK,IL,4210,1.0056433214,2,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +793,0,0,1,17031,COOK,IL,4110,0.857635346887,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +794,0,0,1,17031,COOK,IL,4110,0.698382842671,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +795,0,0,1,17031,COOK,IL,4110,0.524967892338,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +796,0,0,1,17031,COOK,IL,4110,0.402424875171,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +797,0,0,1,17031,COOK,IL,4110,0.781887732268,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +798,0,0,1,17031,COOK,IL,4110,0.721293482432,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +799,0,0,1,17031,COOK,IL,4110,0.665007265017,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +800,0,0,1,17031,COOK,IL,4110,0.308930611622,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +801,0,0,1,17031,COOK,IL,4110,0.302177794037,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +802,0,0,1,17031,COOK,IL,4110,0.515805451819,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +803,0,0,1,17031,COOK,IL,4110,0.512160951812,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +804,0,0,1,17031,COOK,IL,4110,0.518925572173,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +805,0,0,1,17031,COOK,IL,4110,0.509991932615,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +806,0,0,1,17031,COOK,IL,4110,0.796190792449,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +807,0,0,1,17031,COOK,IL,4110,1.00623236617,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +808,0,0,1,17031,COOK,IL,4110,0.256701292228,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +809,0,0,1,17031,COOK,IL,4110,0.256461228877,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +810,0,0,1,17031,COOK,IL,4110,0.254983696064,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +811,0,0,1,17031,COOK,IL,4110,0.254769014538,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +812,0,0,1,17031,COOK,IL,4110,1.02351425676,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +813,0,0,1,17031,COOK,IL,4110,0.255777481482,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +814,0,0,1,17031,COOK,IL,4110,0.252792782612,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +815,0,0,1,17031,COOK,IL,4110,0.255704979824,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +816,0,0,1,17031,COOK,IL,4110,0.252838272797,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +817,0,0,1,17031,COOK,IL,4110,0.997757839947,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +818,0,0,1,17031,COOK,IL,4110,0.808124624485,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +819,0,0,1,17031,COOK,IL,4110,1.01681549017,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +820,0,0,1,17031,COOK,IL,4110,1.02011085134,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +821,0,0,1,17031,COOK,IL,4110,1.02184502177,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +822,0,0,1,17031,COOK,IL,4110,1.03407013397,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +823,0,0,1,17031,COOK,IL,4110,0.251244693628,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +824,0,0,1,17031,COOK,IL,4110,0.251406217589,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +825,0,0,1,17031,COOK,IL,4110,0.25251913805,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +826,0,0,1,17031,COOK,IL,4110,0.250160677705,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +827,0,0,1,17031,COOK,IL,4110,0.820562976633,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +828,0,0,1,17031,COOK,IL,4110,1.01633616,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +829,0,0,1,17031,COOK,IL,4110,1.02119025049,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +830,0,0,1,17031,COOK,IL,4110,0.254822615838,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +831,0,0,1,17031,COOK,IL,4110,0.254602635733,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +832,0,0,1,17031,COOK,IL,4110,0.255346462467,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +833,0,0,1,17031,COOK,IL,4110,0.255115781491,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +834,0,0,1,17031,COOK,IL,4110,4.05939351167,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +835,0,0,1,17031,COOK,IL,4110,0.812733858633,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +836,0,0,1,17031,COOK,IL,4110,1.01098665637,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +837,0,0,1,17031,COOK,IL,4110,1.01275186382,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +838,0,0,1,17031,COOK,IL,4110,1.00926668919,7,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +839,0,0,1,17031,COOK,IL,4211,0.250368290474,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +840,0,0,1,17031,COOK,IL,4211,0.249892444663,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +841,0,0,1,17031,COOK,IL,4211,0.251991907298,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +842,0,0,1,17031,COOK,IL,4211,0.253281192933,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +843,0,0,1,17031,COOK,IL,4211,0.999291537486,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +844,0,0,1,17031,COOK,IL,4211,0.248614532771,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +845,0,0,1,17031,COOK,IL,4211,0.255565565579,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +846,0,0,1,17031,COOK,IL,4211,0.253955703088,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +847,0,0,1,17031,COOK,IL,4211,0.248631755712,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +848,0,0,1,17031,COOK,IL,4211,0.257868434267,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +849,0,0,1,17031,COOK,IL,4211,0.252345184507,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +850,0,0,1,17031,COOK,IL,4211,0.259112471957,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +851,0,0,1,17031,COOK,IL,4211,0.252345859758,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +852,0,0,1,17031,COOK,IL,4211,0.251547821227,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +853,0,0,1,17031,COOK,IL,4211,0.254537482512,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +854,0,0,1,17031,COOK,IL,4211,0.251524273304,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +855,0,0,1,17031,COOK,IL,4211,0.253392570894,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +856,0,0,1,17031,COOK,IL,4211,1.00882189035,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +857,0,0,1,17031,COOK,IL,4211,0.996444545367,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +858,0,0,1,17031,COOK,IL,4211,0.991824707848,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +859,0,0,1,17031,COOK,IL,4211,0.247212631205,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +860,0,0,1,17031,COOK,IL,4211,0.248114534747,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +861,0,0,1,17031,COOK,IL,4211,0.247441247499,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +862,0,0,1,17031,COOK,IL,4211,0.247889532834,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +863,0,0,1,17031,COOK,IL,4211,1.00156446425,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +864,0,0,1,17031,COOK,IL,4211,0.999076399072,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +865,0,0,1,17031,COOK,IL,4211,1.01326611124,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +866,0,0,1,17031,COOK,IL,4211,0.997467815241,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +867,0,0,1,17031,COOK,IL,4211,1.00448979594,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +868,0,0,1,17031,COOK,IL,4211,0.992748409063,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +869,0,0,1,17031,COOK,IL,4211,0.999580819358,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +870,0,0,1,17031,COOK,IL,4211,1.00201981849,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +871,0,0,1,17031,COOK,IL,4211,1.02127960944,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +872,0,0,1,17031,COOK,IL,4211,0.991316813459,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +873,0,0,1,17031,COOK,IL,4211,0.997123749692,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +874,0,0,1,17031,COOK,IL,4211,0.998798810533,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +875,0,0,1,17031,COOK,IL,4211,0.999779179548,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +876,0,0,1,17031,COOK,IL,4211,0.994830783053,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +877,0,0,1,17031,COOK,IL,4211,0.249173436472,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +878,0,0,1,17031,COOK,IL,4211,0.249396600413,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +879,0,0,1,17031,COOK,IL,4211,0.249719518316,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +880,0,0,1,17031,COOK,IL,4211,0.249522376667,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +881,0,0,1,17031,COOK,IL,4211,0.25060770687,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +882,0,0,1,17031,COOK,IL,4211,0.250628465634,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +883,0,0,1,17031,COOK,IL,4211,0.247573224302,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +884,0,0,1,17031,COOK,IL,4211,0.24943280191,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +885,0,0,1,17031,COOK,IL,4211,0.251333598229,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +886,0,0,1,17031,COOK,IL,4211,0.250326628868,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +887,0,0,1,17031,COOK,IL,4211,0.25126273833,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +888,0,0,1,17031,COOK,IL,4211,0.250233743248,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +889,0,0,1,17031,COOK,IL,4211,1.00658884825,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +890,0,0,1,17031,COOK,IL,4211,0.249451578671,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +891,0,0,1,17031,COOK,IL,4211,0.249403141572,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +892,0,0,1,17031,COOK,IL,4211,0.249451229835,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +893,0,0,1,17031,COOK,IL,4211,0.249387891091,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +894,0,0,1,17031,COOK,IL,4211,1.0016951494,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +895,0,0,1,17031,COOK,IL,4211,1.00943842025,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +896,0,0,1,17031,COOK,IL,4211,0.251279628977,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +897,0,0,1,17031,COOK,IL,4211,0.25071885994,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +898,0,0,1,17031,COOK,IL,4211,0.251402335229,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +899,0,0,1,17031,COOK,IL,4211,0.25340723041,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +900,0,0,1,17031,COOK,IL,4211,0.998410613516,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +901,0,0,1,17031,COOK,IL,4211,1.00325199522,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +902,0,0,1,17031,COOK,IL,4211,0.995761485242,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +903,0,0,1,17031,COOK,IL,4211,0.999577538796,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +904,0,0,1,17031,COOK,IL,4211,1.0072966302,3,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +905,0,0,1,17031,COOK,IL,4111,0.621236895557,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +906,0,0,1,17031,COOK,IL,4111,0.283910264223,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +907,0,0,1,17031,COOK,IL,4111,0.253689283419,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +908,0,0,1,17031,COOK,IL,4111,0.278217558609,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +909,0,0,1,17031,COOK,IL,4111,0.251834125365,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +910,0,0,1,17031,COOK,IL,4111,1.08524377496,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +911,0,0,1,17031,COOK,IL,4111,1.02667136314,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +912,0,0,1,17031,COOK,IL,4111,1.00205874008,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +913,0,0,1,17031,COOK,IL,4111,0.252751304895,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +914,0,0,1,17031,COOK,IL,4111,0.242741746978,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +915,0,0,1,17031,COOK,IL,4111,0.243536397475,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +916,0,0,1,17031,COOK,IL,4111,0.252890526805,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +917,0,0,1,17031,COOK,IL,4111,3.26683703102,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +918,0,0,1,17031,COOK,IL,4111,1.05819247618,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +919,0,0,1,17031,COOK,IL,4111,0.252104118605,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +920,0,0,1,17031,COOK,IL,4111,0.252504254256,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +921,0,0,1,17031,COOK,IL,4111,0.252896800671,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +922,0,0,1,17031,COOK,IL,4111,0.252494672409,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +923,0,0,1,17031,COOK,IL,4111,0.25265151138,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +924,0,0,1,17031,COOK,IL,4111,0.253652840284,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +925,0,0,1,17031,COOK,IL,4111,0.253453152963,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +926,0,0,1,17031,COOK,IL,4111,0.252867149385,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +927,0,0,1,17031,COOK,IL,4111,1.00771621474,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +928,0,0,1,17031,COOK,IL,4111,1.03164532275,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +929,0,0,1,17031,COOK,IL,4111,0.254669338623,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +930,0,0,1,17031,COOK,IL,4111,0.256327695265,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +931,0,0,1,17031,COOK,IL,4111,0.254377882215,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +932,0,0,1,17031,COOK,IL,4111,0.256657885396,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +933,0,0,1,17031,COOK,IL,4111,0.252870128109,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +934,0,0,1,17031,COOK,IL,4111,0.253032309451,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +935,0,0,1,17031,COOK,IL,4111,0.253613924928,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +936,0,0,1,17031,COOK,IL,4111,0.253781077053,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +937,0,0,1,17031,COOK,IL,4111,0.256392319566,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +938,0,0,1,17031,COOK,IL,4111,0.256317550775,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +939,0,0,1,17031,COOK,IL,4111,0.255958796478,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +940,0,0,1,17031,COOK,IL,4111,0.255899256185,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +941,0,0,1,17031,COOK,IL,4111,0.646414291569,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +942,0,0,1,17031,COOK,IL,4111,1.0214908819,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +943,0,0,1,17031,COOK,IL,4111,1.01526582592,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +944,0,0,1,17031,COOK,IL,4111,0.665897693466,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +945,0,0,1,17031,COOK,IL,4111,1.01606937229,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +946,0,0,1,17031,COOK,IL,4111,1.03475882896,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +947,0,0,1,17031,COOK,IL,4111,1.00205521091,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +948,0,0,1,17031,COOK,IL,4111,0.253157100604,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +949,0,0,1,17031,COOK,IL,4111,0.253351756358,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +950,0,0,1,17031,COOK,IL,4111,0.254693558625,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +951,0,0,1,17031,COOK,IL,4111,0.254899640054,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +952,0,0,1,17031,COOK,IL,4111,1.00475107993,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +953,0,0,1,17031,COOK,IL,4111,1.03687304102,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +954,0,0,1,17031,COOK,IL,4111,0.997428682031,8,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +955,0,0,1,17031,COOK,IL,4212,1.01413510889,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +956,0,0,1,17031,COOK,IL,4212,1.01061591074,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +957,0,0,1,17031,COOK,IL,4212,1.00563116628,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +958,0,0,1,17031,COOK,IL,4212,1.01105863389,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +959,0,0,1,17031,COOK,IL,4212,1.01194528355,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +960,0,0,1,17031,COOK,IL,4212,1.00827783164,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +961,0,0,1,17031,COOK,IL,4212,0.999474428088,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +962,0,0,1,17031,COOK,IL,4212,1.0065000724,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +963,0,0,1,17031,COOK,IL,4212,1.00232354338,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +964,0,0,1,17031,COOK,IL,4212,1.00240498838,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +965,0,0,1,17031,COOK,IL,4212,1.01020950419,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +966,0,0,1,17031,COOK,IL,4212,1.0110678028,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +967,0,0,1,17031,COOK,IL,4212,1.00187202449,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +968,0,0,1,17031,COOK,IL,4212,1.001486129,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +969,0,0,1,17031,COOK,IL,4212,1.00296362441,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +970,0,0,1,17031,COOK,IL,4212,1.00571741377,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +971,0,0,1,17031,COOK,IL,4212,1.01705783179,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +972,0,0,1,17031,COOK,IL,4212,1.00935955615,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +973,0,0,1,17031,COOK,IL,4212,1.00869518406,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +974,0,0,1,17031,COOK,IL,4212,1.01145243859,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +975,0,0,1,17031,COOK,IL,4212,1.00836729772,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +976,0,0,1,17031,COOK,IL,4212,1.00260533145,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +977,0,0,1,17031,COOK,IL,4212,1.01478114143,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +978,0,0,1,17031,COOK,IL,4212,1.01321996274,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +979,0,0,1,17031,COOK,IL,4212,2.00272315616,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +980,0,0,1,17031,COOK,IL,4212,0.999355625838,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +981,0,0,1,17031,COOK,IL,4212,1.00479968537,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +982,0,0,1,17031,COOK,IL,4212,0.250991301204,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +983,0,0,1,17031,COOK,IL,4212,0.251084815341,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +984,0,0,1,17031,COOK,IL,4212,0.251329349194,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +985,0,0,1,17031,COOK,IL,4212,0.250760517743,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +986,0,0,1,17031,COOK,IL,4212,0.250803240238,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +987,0,0,1,17031,COOK,IL,4212,0.250892989202,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +988,0,0,1,17031,COOK,IL,4212,0.250605934745,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +989,0,0,1,17031,COOK,IL,4212,0.250508590356,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +990,0,0,1,17031,COOK,IL,4212,0.252308983443,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +991,0,0,1,17031,COOK,IL,4212,0.251541884238,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +992,0,0,1,17031,COOK,IL,4212,0.251519022474,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +993,0,0,1,17031,COOK,IL,4212,0.252296372722,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +994,0,0,1,17031,COOK,IL,4212,0.9981750046,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +995,0,0,1,17031,COOK,IL,4212,1.00135723642,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +996,0,0,1,17031,COOK,IL,4212,1.00466699593,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +997,0,0,1,17031,COOK,IL,4212,0.249643151932,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +998,0,0,1,17031,COOK,IL,4212,0.25008395151,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +999,0,0,1,17031,COOK,IL,4212,0.249276006697,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1000,0,0,1,17031,COOK,IL,4212,0.25023367271,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1001,0,0,1,17031,COOK,IL,4212,1.00311065196,4,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1002,0,0,1,17031,COOK,IL,4112,0.843111065316,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1003,0,0,1,17031,COOK,IL,4112,0.911960253576,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1004,0,0,1,17031,COOK,IL,4112,0.866355795142,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1005,0,0,1,17031,COOK,IL,4112,0.816468598044,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1006,0,0,1,17031,COOK,IL,4112,0.772635797813,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1007,0,0,1,17031,COOK,IL,4112,0.736356210357,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1008,0,0,1,17031,COOK,IL,4112,0.87128652493,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1009,0,0,1,17031,COOK,IL,4112,0.253595913035,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1010,0,0,1,17031,COOK,IL,4112,0.252567008631,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1011,0,0,1,17031,COOK,IL,4112,0.252023394441,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1012,0,0,1,17031,COOK,IL,4112,0.253064694852,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1013,0,0,1,17031,COOK,IL,4112,1.00915368122,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1014,0,0,1,17031,COOK,IL,4112,0.252706427733,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1015,0,0,1,17031,COOK,IL,4112,0.250714589874,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1016,0,0,1,17031,COOK,IL,4112,0.250748047026,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1017,0,0,1,17031,COOK,IL,4112,0.252670849028,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1018,0,0,1,17031,COOK,IL,4112,0.253353241752,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1019,0,0,1,17031,COOK,IL,4112,0.252675641623,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1020,0,0,1,17031,COOK,IL,4112,0.253506785382,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1021,0,0,1,17031,COOK,IL,4112,0.254185969659,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1022,0,0,1,17031,COOK,IL,4112,1.00416951154,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1023,0,0,1,17031,COOK,IL,4112,0.867633401714,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1024,0,0,1,17031,COOK,IL,4112,0.255369978219,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1025,0,0,1,17031,COOK,IL,4112,0.254247298035,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1026,0,0,1,17031,COOK,IL,4112,0.255087802802,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1027,0,0,1,17031,COOK,IL,4112,0.254518673514,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1028,0,0,1,17031,COOK,IL,4112,1.01840791109,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1029,0,0,1,17031,COOK,IL,4112,0.249862377969,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1030,0,0,1,17031,COOK,IL,4112,0.249987196911,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1031,0,0,1,17031,COOK,IL,4112,0.249611283487,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1032,0,0,1,17031,COOK,IL,4112,0.249753217947,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1033,0,0,1,17031,COOK,IL,4112,1.00932376214,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1034,0,0,1,17031,COOK,IL,4112,0.252249830301,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1035,0,0,1,17031,COOK,IL,4112,1.01293616206,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1036,0,0,1,17031,COOK,IL,4112,0.25173082152,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1037,0,0,1,17031,COOK,IL,4112,0.853953154404,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1038,0,0,1,17031,COOK,IL,4112,0.254486266475,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1039,0,0,1,17031,COOK,IL,4112,0.253240731322,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1040,0,0,1,17031,COOK,IL,4112,0.253216607207,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1041,0,0,1,17031,COOK,IL,4112,0.254507657656,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1042,0,0,1,17031,COOK,IL,4112,0.251142811149,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1043,0,0,1,17031,COOK,IL,4112,0.251748800603,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1044,0,0,1,17031,COOK,IL,4112,0.252776386067,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1045,0,0,1,17031,COOK,IL,4112,0.250141300442,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1046,0,0,1,17031,COOK,IL,4112,0.25103083132,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1047,0,0,1,17031,COOK,IL,4112,0.248949935668,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1048,0,0,1,17031,COOK,IL,4112,0.250351120855,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1049,0,0,1,17031,COOK,IL,4112,0.249612767541,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1050,0,0,1,17031,COOK,IL,4112,0.250641721714,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1051,0,0,1,17031,COOK,IL,4112,0.250675089585,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1052,0,0,1,17031,COOK,IL,4112,0.250526243593,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1053,0,0,1,17031,COOK,IL,4112,0.25057724098,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1054,0,0,1,17031,COOK,IL,4112,0.247876005782,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1055,0,0,1,17031,COOK,IL,4112,0.248029926455,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1056,0,0,1,17031,COOK,IL,4112,0.248641097996,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1057,0,0,1,17031,COOK,IL,4112,0.247684567723,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1058,0,0,1,17031,COOK,IL,4112,0.251077380777,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1059,0,0,1,17031,COOK,IL,4112,0.252283352874,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1060,0,0,1,17031,COOK,IL,4112,0.252461218427,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1061,0,0,1,17031,COOK,IL,4012,1.07907800356,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1062,0,0,1,17031,COOK,IL,4112,0.251628981689,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1063,0,0,1,17031,COOK,IL,4112,0.250730649433,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1064,0,0,1,17031,COOK,IL,4012,0.285640827711,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1065,0,0,1,17031,COOK,IL,4112,0.250646496429,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1066,0,0,1,17031,COOK,IL,4112,0.250417967945,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1067,0,0,1,17031,COOK,IL,4112,0.250185363024,9,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1068,0,0,1,17031,COOK,IL,4012,0.287804821312,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1069,0,0,1,17031,COOK,IL,4213,0.912827322094,5,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1070,0,0,1,17031,COOK,IL,4213,0.98084657279,5,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1071,0,0,1,17031,COOK,IL,4213,0.582072418749,5,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1072,0,0,1,17031,COOK,IL,4213,0.998164813732,5,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1073,0,0,1,17031,COOK,IL,4213,1.18117791835,5,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1074,0,0,1,17031,COOK,IL,4213,0.994528330926,5,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1075,0,0,1,17031,COOK,IL,4213,1.00453021385,5,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1076,0,0,1,17031,COOK,IL,4213,0.903821344692,5,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1077,0,0,1,17031,COOK,IL,4213,0.99241530363,5,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1078,0,0,1,17031,COOK,IL,4213,1.00636379288,5,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1079,0,0,1,17031,COOK,IL,4213,0.996132817572,5,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1080,0,0,1,17031,COOK,IL,4213,1.01668395519,5,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1081,0,0,1,17031,COOK,IL,4213,1.01073924368,5,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1082,0,0,1,17031,COOK,IL,4213,1.0133552931,5,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1083,0,0,1,17031,COOK,IL,4213,0.254278822172,5,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1084,0,0,1,17031,COOK,IL,4213,0.251993904398,5,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1085,0,0,1,17031,COOK,IL,4213,0.251824583176,5,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1086,0,0,1,17031,COOK,IL,4213,0.254591169695,5,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1087,0,0,1,17031,COOK,IL,4213,0.248191752326,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1088,0,0,1,17031,COOK,IL,4213,0.249742924105,5,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1089,0,0,1,17031,COOK,IL,4213,0.247575147263,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1090,0,0,1,17031,COOK,IL,4213,0.249253318436,5,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1091,0,0,1,17031,COOK,IL,4213,0.844750926584,5,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1092,0,0,1,17031,COOK,IL,4113,0.748780020279,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1093,0,0,1,17031,COOK,IL,4113,0.68362099543,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1094,0,0,1,17031,COOK,IL,4113,0.665452846991,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1095,0,0,1,17031,COOK,IL,4113,0.645119680789,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1096,0,0,1,17031,COOK,IL,4113,0.315319874991,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1097,0,0,1,17031,COOK,IL,4113,0.30901625041,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1098,0,0,1,17031,COOK,IL,4113,0.283783422251,5,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1099,0,0,1,17031,COOK,IL,4113,0.291829769957,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1100,0,0,1,17031,COOK,IL,4113,0.270799362392,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1101,0,0,1,17031,COOK,IL,4113,0.247338180691,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1102,0,0,1,17031,COOK,IL,4113,0.247339649142,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1103,0,0,1,17031,COOK,IL,4113,0.268221864716,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1104,0,0,1,17031,COOK,IL,4113,0.99157962345,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1105,0,0,1,17031,COOK,IL,4113,0.250766149084,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1106,0,0,1,17031,COOK,IL,4113,0.250385171019,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1107,0,0,1,17031,COOK,IL,4113,0.251014588344,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1108,0,0,1,17031,COOK,IL,4113,0.250638839563,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1109,0,0,1,17031,COOK,IL,4113,0.247419855549,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1110,0,0,1,17031,COOK,IL,4113,0.247533475032,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1111,0,0,1,17031,COOK,IL,4113,0.24737073321,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1112,0,0,1,17031,COOK,IL,4113,0.247575551763,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1113,0,0,1,17031,COOK,IL,4113,0.989775084583,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1114,0,0,1,17031,COOK,IL,4113,0.241734641558,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1115,0,0,1,17031,COOK,IL,4113,0.241204331079,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1116,0,0,1,17031,COOK,IL,4113,0.242251655228,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1117,0,0,1,17031,COOK,IL,4113,0.241712959134,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1118,0,0,1,17031,COOK,IL,4113,0.249811396359,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1119,0,0,1,17031,COOK,IL,4113,0.269960841432,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1120,0,0,1,17031,COOK,IL,4113,0.24980539139,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1121,0,0,1,17031,COOK,IL,4113,0.269495266528,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1122,0,0,1,17031,COOK,IL,4113,0.248784995481,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1123,0,0,1,17031,COOK,IL,4113,0.247632524807,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1124,0,0,1,17031,COOK,IL,4113,0.249068658032,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1125,0,0,1,17031,COOK,IL,4113,0.247893294769,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1126,0,0,1,17031,COOK,IL,4113,0.251096264431,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1127,0,0,1,17031,COOK,IL,4113,0.250835846245,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1128,0,0,1,17031,COOK,IL,4113,0.25091068373,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1129,0,0,1,17031,COOK,IL,4113,0.250651310838,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1130,0,0,1,17031,COOK,IL,4113,0.248001922039,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1131,0,0,1,17031,COOK,IL,4113,0.247778972899,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1132,0,0,1,17031,COOK,IL,4113,0.247964478008,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1133,0,0,1,17031,COOK,IL,4113,0.248190823005,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1134,0,0,1,17031,COOK,IL,4113,0.24960780081,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1135,0,0,1,17031,COOK,IL,4113,0.249834952982,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1136,0,0,1,17031,COOK,IL,4113,0.248688298116,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1137,0,0,1,17031,COOK,IL,4113,0.248481242652,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1138,0,0,1,17031,COOK,IL,4113,0.241645562212,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1139,0,0,1,17031,COOK,IL,4113,0.242035201328,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1140,0,0,1,17031,COOK,IL,4113,0.241015821091,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1141,0,0,1,17031,COOK,IL,4113,0.241873791337,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1142,0,0,1,17031,COOK,IL,4113,0.24202698482,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1143,0,0,1,17031,COOK,IL,4113,0.241649555307,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1144,0,0,1,17031,COOK,IL,4113,0.250031533076,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1145,0,0,1,17031,COOK,IL,4113,0.269418167278,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1146,0,0,1,17031,COOK,IL,4113,0.251842410353,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1147,0,0,1,17031,COOK,IL,4113,0.266543095639,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1148,0,0,1,17031,COOK,IL,4113,0.250018157969,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1149,0,0,1,17031,COOK,IL,4113,0.261826225855,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1150,0,0,1,17031,COOK,IL,4113,0.990383751096,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1151,0,0,1,17031,COOK,IL,4113,0.250827166899,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1152,0,0,1,17031,COOK,IL,4113,0.250721152517,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1153,0,0,1,17031,COOK,IL,4113,0.250974902384,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1154,0,0,1,17031,COOK,IL,4113,0.250553672029,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1155,0,0,1,17031,COOK,IL,4113,0.249266657518,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1156,0,0,1,17031,COOK,IL,4113,0.248852306995,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1157,0,0,1,17031,COOK,IL,4113,0.248735699153,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1158,0,0,1,17031,COOK,IL,4113,0.24833958438,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1159,0,0,1,17031,COOK,IL,4113,1.0086179581,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1161,0,0,1,17031,COOK,IL,4113,0.253107064948,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1162,0,0,1,17031,COOK,IL,4113,0.249638127491,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1163,0,0,1,17031,COOK,IL,4113,0.24897383819,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1164,0,0,1,17031,COOK,IL,4113,0.254765708287,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1165,0,0,1,17031,COOK,IL,4113,0.25016457054,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1166,0,0,1,17031,COOK,IL,4113,0.249517407151,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1167,0,0,1,17031,COOK,IL,4113,0.250794225665,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1168,0,0,1,17031,COOK,IL,4113,0.251483475757,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1169,0,0,1,17031,COOK,IL,4113,0.251627374771,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1170,0,0,1,17031,COOK,IL,4113,0.25097206888,10,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1171,0,0,1,17031,COOK,IL,4114,0.320074454094,11,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1172,0,0,1,17031,COOK,IL,4114,0.291611429368,11,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1173,0,0,1,17031,COOK,IL,4114,0.271890526937,11,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1174,0,0,1,17031,COOK,IL,4114,0.250427858315,11,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1175,0,0,1,17031,COOK,IL,4114,0.293448217857,11,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1176,0,0,1,17031,COOK,IL,4114,0.251178270389,11,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1177,0,0,1,17031,COOK,IL,4114,0.249141153067,11,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1178,0,0,1,17031,COOK,IL,4114,0.249910508587,11,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1179,0,0,1,17031,COOK,IL,4114,0.106893237655,11,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1180,0,0,1,17031,COOK,IL,4114,0.329707361883,11,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1181,0,0,1,17031,COOK,IL,4114,0.2487593059,11,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1182,0,0,1,17031,COOK,IL,4114,0.246169324004,11,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1183,0,0,1,17031,COOK,IL,4012,0.99435953611,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1184,0,0,1,17031,COOK,IL,4012,0.252566919424,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1185,0,0,1,17031,COOK,IL,4012,0.252230821352,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1186,0,0,1,17031,COOK,IL,4012,0.2524701686,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1187,0,0,1,17031,COOK,IL,4012,0.255076029005,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1188,0,0,1,17031,COOK,IL,4013,0.260046130809,13,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1189,0,0,1,17031,COOK,IL,4012,0.252344437209,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1190,0,0,1,17031,COOK,IL,4013,0.278888159675,13,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1191,0,0,1,17031,COOK,IL,4012,0.81437115908,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1192,0,0,1,17031,COOK,IL,4012,0.999442262045,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1193,0,0,1,17031,COOK,IL,4012,0.249883918924,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1194,0,0,1,17031,COOK,IL,4012,0.249784416274,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1195,0,0,1,17031,COOK,IL,4012,0.25016086839,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1196,0,0,1,17031,COOK,IL,4012,0.250240949408,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1197,0,0,1,17031,COOK,IL,4012,0.835662437678,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1198,0,0,1,17031,COOK,IL,4012,0.250443197169,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1199,0,0,1,17031,COOK,IL,4012,0.252222088826,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1200,0,0,1,17031,COOK,IL,4012,0.251702858058,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1201,0,0,1,17031,COOK,IL,4012,0.249921597173,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1202,0,0,1,17031,COOK,IL,4012,0.250737136576,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1203,0,0,1,17031,COOK,IL,4012,0.251235159363,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1204,0,0,1,17031,COOK,IL,4012,0.251707665944,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1205,0,0,1,17031,COOK,IL,4012,0.252249663364,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1206,0,0,1,17031,COOK,IL,4012,0.254364519072,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1207,0,0,1,17031,COOK,IL,4012,0.254950176894,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1208,0,0,1,17031,COOK,IL,4012,0.254381984729,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1209,0,0,1,17031,COOK,IL,4012,0.253808860589,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1210,0,0,1,17031,COOK,IL,4012,0.253028000656,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1211,0,0,1,17031,COOK,IL,4012,0.253365979517,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1212,0,0,1,17031,COOK,IL,4012,0.253291941195,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1213,0,0,1,17031,COOK,IL,4012,0.252932753188,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1214,0,0,1,17031,COOK,IL,4012,0.25369070084,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1215,0,0,1,17031,COOK,IL,4012,0.253885086503,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1216,0,0,1,17031,COOK,IL,4012,0.254080908559,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1217,0,0,1,17031,COOK,IL,4012,0.872400276374,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1218,0,0,1,17031,COOK,IL,4012,1.00071508505,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1219,0,0,1,17031,COOK,IL,4012,0.248034240701,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1220,0,0,1,17031,COOK,IL,4012,0.24818697784,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1221,0,0,1,17031,COOK,IL,4012,0.249688313253,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1222,0,0,1,17031,COOK,IL,4012,0.249522812648,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1223,0,0,1,17031,COOK,IL,4012,1.01455603646,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1224,0,0,1,17031,COOK,IL,4012,1.02118191316,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1225,0,0,1,17031,COOK,IL,4012,0.25565213986,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1226,0,0,1,17031,COOK,IL,4012,0.254190954206,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1227,0,0,1,17031,COOK,IL,4012,0.254954851376,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1228,0,0,1,17031,COOK,IL,4012,0.254876974296,12,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1229,0,0,1,17031,COOK,IL,3912,0.872857360639,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1230,0,0,1,17031,COOK,IL,3912,0.261761865745,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1231,0,0,1,17031,COOK,IL,3912,0.253618600034,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1232,0,0,1,17031,COOK,IL,3912,0.252864448253,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1233,0,0,1,17031,COOK,IL,3912,0.253584204371,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1234,0,0,1,17031,COOK,IL,3912,0.251318173309,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1235,0,0,1,17031,COOK,IL,3912,0.263684119319,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1236,0,0,1,17031,COOK,IL,3912,0.251321369497,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1237,0,0,1,17031,COOK,IL,3912,0.261735129134,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1238,0,0,1,17031,COOK,IL,3912,0.261608326409,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1239,0,0,1,17031,COOK,IL,3912,0.251879722992,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1240,0,0,1,17031,COOK,IL,3912,0.251908872202,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1241,0,0,1,17031,COOK,IL,3912,0.259818167871,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1242,0,0,1,17031,COOK,IL,3912,0.253943189122,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1243,0,0,1,17031,COOK,IL,3912,0.25392717385,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1244,0,0,1,17031,COOK,IL,3912,0.262017109275,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1245,0,0,1,17031,COOK,IL,3912,0.262675724178,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1246,0,0,1,17031,COOK,IL,3912,0.252118780252,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1247,0,0,1,17031,COOK,IL,3912,0.252135307352,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1248,0,0,1,17031,COOK,IL,3912,0.259545606464,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1249,0,0,1,17031,COOK,IL,3912,0.258041185649,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1250,0,0,1,17031,COOK,IL,3912,0.972496416404,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1251,0,0,1,17031,COOK,IL,3912,1.06534520358,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1252,0,0,1,17031,COOK,IL,3912,0.256264301345,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1253,0,0,1,17031,COOK,IL,3912,0.255629630265,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1254,0,0,1,17031,COOK,IL,3912,0.256264988709,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1255,0,0,1,17031,COOK,IL,3912,0.255615914364,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1256,0,0,1,17031,COOK,IL,3912,0.255186236256,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1257,0,0,1,17031,COOK,IL,3912,0.254251182637,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1258,0,0,1,17031,COOK,IL,3912,0.255776301163,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1259,0,0,1,17031,COOK,IL,3912,0.254829655469,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1260,0,0,1,17031,COOK,IL,3912,0.256248333972,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1261,0,0,1,17031,COOK,IL,3912,0.255429037426,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1262,0,0,1,17031,COOK,IL,3912,0.255732095819,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1263,0,0,1,17031,COOK,IL,3912,0.254890680375,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1264,0,0,1,17031,COOK,IL,3912,0.254362656933,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1265,0,0,1,17031,COOK,IL,3912,0.254451739263,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1266,0,0,1,17031,COOK,IL,3912,0.255216516018,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1267,0,0,1,17031,COOK,IL,3912,0.255132938248,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1268,0,0,1,17031,COOK,IL,3912,0.923699814935,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1269,0,0,1,17031,COOK,IL,3912,1.01424223065,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1270,0,0,1,17031,COOK,IL,3912,0.254866443345,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1271,0,0,1,17031,COOK,IL,3912,0.255993879314,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1272,0,0,1,17031,COOK,IL,3912,0.255218257675,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1273,0,0,1,17031,COOK,IL,3912,0.255638080914,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1274,0,0,1,17031,COOK,IL,3912,1.01907750989,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1275,0,0,1,17031,COOK,IL,3912,0.253380125403,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1276,0,0,1,17031,COOK,IL,3912,0.254446996498,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1277,0,0,1,17031,COOK,IL,3912,0.254823913164,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1278,0,0,1,17031,COOK,IL,3912,0.253743171831,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1279,0,0,1,17031,COOK,IL,3912,0.253959741611,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1280,0,0,1,17031,COOK,IL,3912,0.253105275005,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1281,0,0,1,17031,COOK,IL,3912,0.253401400776,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1282,0,0,1,17031,COOK,IL,3912,0.254244833614,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1283,0,0,1,17031,COOK,IL,3912,0.935191888981,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1284,0,0,1,17031,COOK,IL,3912,1.01894167475,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1285,0,0,1,17031,COOK,IL,3912,0.254687959242,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1286,0,0,1,17031,COOK,IL,3912,0.255423864484,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1287,0,0,1,17031,COOK,IL,3912,0.255611772507,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1288,0,0,1,17031,COOK,IL,3912,0.254857107539,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1289,0,0,1,17031,COOK,IL,3912,0.254609393671,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1290,0,0,1,17031,COOK,IL,3912,0.254427250823,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1291,0,0,1,17031,COOK,IL,3912,0.254545416694,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1292,0,0,1,17031,COOK,IL,3912,0.254755657755,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1293,0,0,1,17031,COOK,IL,3912,1.01822426682,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1294,0,0,1,17031,COOK,IL,3912,1.01504407527,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1295,0,0,1,17031,COOK,IL,3912,0.944913855807,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1296,0,0,1,17031,COOK,IL,3912,1.01762929758,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1297,0,0,1,17031,COOK,IL,3912,1.02173724648,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1298,0,0,1,17031,COOK,IL,3912,1.01657604611,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1299,0,0,1,17031,COOK,IL,3912,1.01127287761,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1300,0,0,1,17031,COOK,IL,3912,0.251846653406,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1301,0,0,1,17031,COOK,IL,3912,0.252132140258,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1302,0,0,1,17031,COOK,IL,3912,0.251813234199,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1303,0,0,1,17031,COOK,IL,3912,0.251521116702,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1304,0,0,1,17031,COOK,IL,3912,0.946099740706,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1305,0,0,1,17031,COOK,IL,3912,1.01964458574,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1306,0,0,1,17031,COOK,IL,3912,0.254930599241,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1307,0,0,1,17031,COOK,IL,3912,0.25527958454,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1308,0,0,1,17031,COOK,IL,3912,0.256207743324,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1309,0,0,1,17031,COOK,IL,3912,0.253988839717,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1310,0,0,1,17031,COOK,IL,3912,1.0172398613,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1311,0,0,1,17031,COOK,IL,3912,1.01217206145,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1312,0,0,1,17031,COOK,IL,3912,1.00837374108,15,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1313,0,0,1,17031,COOK,IL,3913,0.249864747309,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1314,0,0,1,17031,COOK,IL,3913,0.276772031057,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1315,0,0,1,17031,COOK,IL,3913,0.251913061108,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1316,0,0,1,17031,COOK,IL,3913,0.287860673264,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1317,0,0,1,17031,COOK,IL,3913,0.274651621893,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1318,0,0,1,17031,COOK,IL,3913,0.255019592693,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1319,0,0,1,17031,COOK,IL,3913,0.275561851028,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1320,0,0,1,17031,COOK,IL,3913,0.253036945794,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1321,0,0,1,17031,COOK,IL,3913,0.253044082092,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1322,0,0,1,17031,COOK,IL,3913,0.255513389738,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1323,0,0,1,17031,COOK,IL,3913,0.251186475442,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1324,0,0,1,17031,COOK,IL,3913,0.254568717209,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1325,0,0,1,17031,COOK,IL,3913,0.253771869571,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1326,0,0,1,17031,COOK,IL,3913,0.273837332814,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1327,0,0,1,17031,COOK,IL,3913,0.251159956371,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1328,0,0,1,17031,COOK,IL,3913,0.273555307533,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1329,0,0,1,17031,COOK,IL,3913,0.274578006734,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1330,0,0,1,17031,COOK,IL,3913,0.252433372988,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1331,0,0,1,17031,COOK,IL,3913,0.252441389999,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1332,0,0,1,17031,COOK,IL,3913,0.274298786367,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1333,0,0,1,17031,COOK,IL,3913,1.02393597045,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1334,0,0,1,17031,COOK,IL,3913,0.255515231696,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1335,0,0,1,17031,COOK,IL,3913,0.253817301744,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1336,0,0,1,17031,COOK,IL,3913,0.254097070853,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1337,0,0,1,17031,COOK,IL,3913,0.255210135802,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1338,0,0,1,17031,COOK,IL,3913,0.2691437923,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1339,0,0,1,17031,COOK,IL,3913,0.272477456932,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1340,0,0,1,17031,COOK,IL,3913,0.25256808854,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1341,0,0,1,17031,COOK,IL,3913,0.252558281107,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1342,0,0,1,17031,COOK,IL,3913,0.25546607366,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1343,0,0,1,17031,COOK,IL,3913,0.255872419932,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1344,0,0,1,17031,COOK,IL,3913,0.255549515035,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1345,0,0,1,17031,COOK,IL,3913,0.255153582013,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1346,0,0,1,17031,COOK,IL,3913,0.25704251087,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1347,0,0,1,17031,COOK,IL,3913,0.256752498446,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1348,0,0,1,17031,COOK,IL,3913,0.257809999063,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1349,0,0,1,17031,COOK,IL,3913,0.257504678011,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1350,0,0,1,17031,COOK,IL,3913,0.251095352688,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1351,0,0,1,17031,COOK,IL,3913,0.266603422817,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1352,0,0,1,17031,COOK,IL,3913,0.251107343099,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1353,0,0,1,17031,COOK,IL,3913,0.265696493184,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1354,0,0,1,17031,COOK,IL,3913,0.254023909305,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1355,0,0,1,17031,COOK,IL,3913,0.253737166646,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1356,0,0,1,17031,COOK,IL,3913,0.254010853374,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1357,0,0,1,17031,COOK,IL,3913,0.253743004411,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1358,0,0,1,17031,COOK,IL,3913,0.256086041598,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1359,0,0,1,17031,COOK,IL,3913,0.255603405592,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1360,0,0,1,17031,COOK,IL,3913,0.255230998665,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1361,0,0,1,17031,COOK,IL,3913,0.256464421534,16,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1362,0,0,1,17031,COOK,IL,3812,0.99828307023,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1363,0,0,1,17031,COOK,IL,3812,1.00289612503,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1364,0,0,1,17031,COOK,IL,3812,0.265934527567,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1365,0,0,1,17031,COOK,IL,3812,0.254668332954,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1366,0,0,1,17031,COOK,IL,3812,0.254675571315,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1367,0,0,1,17031,COOK,IL,3812,0.262244971161,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1368,0,0,1,17031,COOK,IL,3812,1.03605228453,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1369,0,0,1,17031,COOK,IL,3812,0.266106871064,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1370,0,0,1,17031,COOK,IL,3812,0.250533887623,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1371,0,0,1,17031,COOK,IL,3812,0.25055886917,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1372,0,0,1,17031,COOK,IL,3812,0.264942286152,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1373,0,0,1,17031,COOK,IL,3812,0.975916633354,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1374,0,0,1,17031,COOK,IL,3812,0.997801827275,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1375,0,0,1,17031,COOK,IL,3812,1.00407552882,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1376,0,0,1,17031,COOK,IL,3812,0.256152860584,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1377,0,0,1,17031,COOK,IL,3812,0.256310578101,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1378,0,0,1,17031,COOK,IL,3812,0.255972883902,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1379,0,0,1,17031,COOK,IL,3812,0.256139366343,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1380,0,0,1,17031,COOK,IL,3812,1.01040175619,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1381,0,0,1,17031,COOK,IL,3812,0.974984192629,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1382,0,0,1,17031,COOK,IL,3812,0.977891571154,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1383,0,0,1,17031,COOK,IL,3812,1.00153487277,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1384,0,0,1,17031,COOK,IL,3812,1.00630670026,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1385,0,0,1,17031,COOK,IL,3812,1.02109392552,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1386,0,0,1,17031,COOK,IL,3812,0.989540906553,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1387,0,0,1,17031,COOK,IL,3812,0.982546954045,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1388,0,0,1,17031,COOK,IL,3812,0.253528281807,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1389,0,0,1,17031,COOK,IL,3812,0.253667078786,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1390,0,0,1,17031,COOK,IL,3812,0.253600192834,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1391,0,0,1,17031,COOK,IL,3812,0.253735706984,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1392,0,0,1,17031,COOK,IL,3812,1.00101541066,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1393,0,0,1,17031,COOK,IL,3812,0.252868531182,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1394,0,0,1,17031,COOK,IL,3812,0.25470056453,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1395,0,0,1,17031,COOK,IL,3812,0.254965234865,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1396,0,0,1,17031,COOK,IL,3812,0.253118974787,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1397,0,0,1,17031,COOK,IL,3812,1.02220773175,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1398,0,0,1,17031,COOK,IL,3812,0.960832126862,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1399,0,0,1,17031,COOK,IL,3812,1.00207116396,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1400,0,0,1,17031,COOK,IL,3812,1.00982166271,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1401,0,0,1,17031,COOK,IL,3812,0.999335392287,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1402,0,0,1,17031,COOK,IL,3812,0.991256170982,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1403,0,0,1,17031,COOK,IL,3812,0.984571944686,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1404,0,0,1,17031,COOK,IL,3812,0.992075435765,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1405,0,0,1,17031,COOK,IL,3812,1.01812820827,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1406,0,0,1,17031,COOK,IL,3812,1.01329722846,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1407,0,0,1,17031,COOK,IL,3812,1.00905056437,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1408,0,0,1,17031,COOK,IL,3812,0.989354011074,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1409,0,0,1,17031,COOK,IL,3812,1.00995390377,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1410,0,0,1,17031,COOK,IL,3812,0.999789758806,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1411,0,0,1,17031,COOK,IL,3812,1.01462523707,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1412,0,0,1,17031,COOK,IL,3812,0.251420219224,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1413,0,0,1,17031,COOK,IL,3812,0.250918759875,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1414,0,0,1,17031,COOK,IL,3812,0.251270517237,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1415,0,0,1,17031,COOK,IL,3812,0.251086306983,18,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1416,0,0,1,17031,COOK,IL,3813,1.03989197312,19,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1417,0,0,1,17031,COOK,IL,3813,1.01315751019,19,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1418,0,0,1,17031,COOK,IL,3813,0.254341325526,19,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1419,0,0,1,17031,COOK,IL,3813,0.25353871161,19,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1420,0,0,1,17031,COOK,IL,3813,1.0103652838,19,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1421,0,0,1,17031,COOK,IL,3813,0.254334064727,19,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1422,0,0,1,17031,COOK,IL,3813,0.258943570059,19,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1423,0,0,1,17031,COOK,IL,3813,0.251146975094,19,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1424,0,0,1,17031,COOK,IL,3813,0.250076757264,19,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1425,0,0,1,17031,COOK,IL,3813,0.250188834341,19,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1426,0,0,1,17031,COOK,IL,3813,0.259231347558,19,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1427,0,0,1,17031,COOK,IL,3813,0.253300626703,19,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1428,0,0,1,17031,COOK,IL,3813,0.25330841709,19,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1429,0,0,1,17031,COOK,IL,3813,0.258237114525,19,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1430,0,0,1,17031,COOK,IL,3813,0.254990031962,19,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1431,0,0,1,17031,COOK,IL,3813,0.256125243991,19,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1432,0,0,1,17031,COOK,IL,3813,0.255059052809,19,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1433,0,0,1,17031,COOK,IL,3813,0.256089921091,19,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1434,0,0,1,17031,COOK,IL,3813,0.253810131401,19,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1435,0,0,1,17031,COOK,IL,3813,0.252690873022,19,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1436,0,0,1,17031,COOK,IL,3813,0.25275001441,19,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1437,0,0,1,17031,COOK,IL,3813,0.253838554337,19,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1438,0,0,1,17031,COOK,IL,3813,1.01115123234,19,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1439,0,0,1,17031,COOK,IL,3813,1.01303531089,19,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1440,0,0,1,17031,COOK,IL,3813,1.00785431659,19,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1441,0,0,1,17031,COOK,IL,3711,1.97833825437,21,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1442,0,0,1,17031,COOK,IL,3711,2.28340905124,21,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1443,0,0,1,17031,COOK,IL,3711,4.77917188188,21,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1444,0,0,1,17031,COOK,IL,3711,3.96372499349,21,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1445,0,0,1,17031,COOK,IL,3711,4.03804824023,21,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1446,0,0,1,17031,COOK,IL,3711,4.02388993847,21,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1447,0,0,1,17031,COOK,IL,3712,3.99445988977,22,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1448,0,0,1,17031,COOK,IL,3712,4.02097650743,22,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1449,0,0,1,17031,COOK,IL,3712,1.01170951177,22,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1450,0,0,1,17031,COOK,IL,3712,0.249542476829,22,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1451,0,0,1,17031,COOK,IL,3712,0.24709609283,22,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1452,0,0,1,17031,COOK,IL,3712,0.251537629374,22,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1453,0,0,1,17031,COOK,IL,3712,0.249539885292,22,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1454,0,0,1,17031,COOK,IL,3712,0.251976893608,22,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1455,0,0,1,17031,COOK,IL,3712,0.252212034775,22,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1456,0,0,1,17031,COOK,IL,3712,0.25228831036,22,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1457,0,0,1,17031,COOK,IL,3712,0.252056222419,22,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1458,0,0,1,17031,COOK,IL,3712,1.00822271107,22,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1459,0,0,1,17031,COOK,IL,3712,4.012341169,22,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1460,0,0,1,17031,COOK,IL,3712,4.03369802056,22,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1461,0,0,1,17031,COOK,IL,3712,1.00752281526,22,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1462,0,0,1,17031,COOK,IL,3712,1.00607461634,22,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1463,0,0,1,17031,COOK,IL,3712,0.999039017857,22,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1464,0,0,1,17031,COOK,IL,3712,1.00863463977,22,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1465,0,0,1,17031,COOK,IL,3712,4.01746716822,22,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1466,0,0,1,17031,COOK,IL,3712,4.03387991748,22,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1467,0,0,1,17031,COOK,IL,3712,1.00885194264,22,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1468,0,0,1,17031,COOK,IL,3712,1.00853212276,22,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1469,0,0,1,17031,COOK,IL,3712,1.01386073512,22,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1470,0,0,1,17031,COOK,IL,3712,1.00366971007,22,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1471,0,0,1,17031,COOK,IL,3713,0.949401500918,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1472,0,0,1,17031,COOK,IL,3713,1.0050659221,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1473,0,0,1,17031,COOK,IL,3713,1.00721389972,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1474,0,0,1,17031,COOK,IL,3713,0.251931287557,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1475,0,0,1,17031,COOK,IL,3713,0.252811034346,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1476,0,0,1,17031,COOK,IL,3713,0.25220177431,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1477,0,0,1,17031,COOK,IL,3713,0.251953953805,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1478,0,0,1,17031,COOK,IL,3713,0.250196110292,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1479,0,0,1,17031,COOK,IL,3713,0.252083573079,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1480,0,0,1,17031,COOK,IL,3713,0.252079030053,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1481,0,0,1,17031,COOK,IL,3713,0.250210137986,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1482,0,0,1,17031,COOK,IL,3713,0.2542093195,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1483,0,0,1,17031,COOK,IL,3713,0.255546060442,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1484,0,0,1,17031,COOK,IL,3713,0.258619610223,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1485,0,0,1,17031,COOK,IL,3713,0.254191635378,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1486,0,0,1,17031,COOK,IL,3713,1.02467369277,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1487,0,0,1,17031,COOK,IL,3713,0.236629116127,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1488,0,0,1,17031,COOK,IL,3713,0.253140077941,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1489,0,0,1,17031,COOK,IL,3713,0.253173819782,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1490,0,0,1,17031,COOK,IL,3713,0.23571317335,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1491,0,0,1,17031,COOK,IL,3713,1.02405184892,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1492,0,0,1,17031,COOK,IL,3713,1.01215238914,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1493,0,0,1,17031,COOK,IL,3713,0.254380316603,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1494,0,0,1,17031,COOK,IL,3713,0.254629717669,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1495,0,0,1,17031,COOK,IL,3713,0.254725898006,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1496,0,0,1,17031,COOK,IL,3713,0.252591937783,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1497,0,0,1,17031,COOK,IL,3713,0.252074163728,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1498,0,0,1,17031,COOK,IL,3713,0.252208891831,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1499,0,0,1,17031,COOK,IL,3713,0.251709170401,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1500,0,0,1,17031,COOK,IL,3713,0.251732970654,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1501,0,0,1,17031,COOK,IL,3713,0.233607988278,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1502,0,0,1,17031,COOK,IL,3713,0.251725746798,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1503,0,0,1,17031,COOK,IL,3713,0.234102411697,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1504,0,0,1,17031,COOK,IL,3713,0.255854766716,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1505,0,0,1,17031,COOK,IL,3713,0.256333876946,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1506,0,0,1,17031,COOK,IL,3713,0.256218020461,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1507,0,0,1,17031,COOK,IL,3713,0.256671971347,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1508,0,0,1,17031,COOK,IL,3713,1.01934568592,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1509,0,0,1,17031,COOK,IL,3713,1.01011286555,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1510,0,0,1,17031,COOK,IL,3713,0.97393778967,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1511,0,0,1,17031,COOK,IL,3713,1.01248530064,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1512,0,0,1,17031,COOK,IL,3713,1.00862322374,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1513,0,0,1,17031,COOK,IL,3713,0.98431062711,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1514,0,0,1,17031,COOK,IL,3713,1.02713459311,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1515,0,0,1,17031,COOK,IL,3713,1.02423848775,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1516,0,0,1,17031,COOK,IL,3713,0.253997737194,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1517,0,0,1,17031,COOK,IL,3713,0.25460316315,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1518,0,0,1,17031,COOK,IL,3713,0.254133567375,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1519,0,0,1,17031,COOK,IL,3713,0.254689251574,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1520,0,0,1,17031,COOK,IL,3713,0.252883782047,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1521,0,0,1,17031,COOK,IL,3713,0.253383632007,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1522,0,0,1,17031,COOK,IL,3713,0.25409053731,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1523,0,0,1,17031,COOK,IL,3713,0.253569007755,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1524,0,0,1,17031,COOK,IL,3713,1.01603618967,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1525,0,0,1,17031,COOK,IL,3713,0.96978400238,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1526,0,0,1,17031,COOK,IL,3713,1.01356304867,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1527,0,0,1,17031,COOK,IL,3713,0.254513919707,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1528,0,0,1,17031,COOK,IL,3713,0.255041393682,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1529,0,0,1,17031,COOK,IL,3713,0.254638806646,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1530,0,0,1,17031,COOK,IL,3713,0.254924725504,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1531,0,0,1,17031,COOK,IL,3713,1.01251883958,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1532,0,0,1,17031,COOK,IL,3713,1.01092524261,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1533,0,0,1,17031,COOK,IL,3713,0.252219522276,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1534,0,0,1,17031,COOK,IL,3713,0.253854061378,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1535,0,0,1,17031,COOK,IL,3713,0.253886934976,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1536,0,0,1,17031,COOK,IL,3713,0.252273615441,23,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1537,0,0,1,17031,COOK,IL,3714,0.252985095917,24,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1538,0,0,1,17031,COOK,IL,3714,0.251153551411,24,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1539,0,0,1,17031,COOK,IL,3714,0.251789307343,24,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1540,0,0,1,17031,COOK,IL,3714,0.255557846496,24,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1541,0,0,1,17031,COOK,IL,3714,0.252994847234,24,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1542,0,0,1,17031,COOK,IL,3714,0.255076105364,24,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1543,0,0,1,17031,COOK,IL,3714,0.249987919407,24,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1544,0,0,1,17031,COOK,IL,3714,0.247871538239,24,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1545,0,0,1,17031,COOK,IL,3714,0.248349217402,24,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1546,0,0,1,17031,COOK,IL,3714,0.248365855631,24,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1547,0,0,1,17031,COOK,IL,3714,0.196019345837,24,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1548,0,0,1,17031,COOK,IL,3714,0.252726602739,24,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1549,0,0,1,17031,COOK,IL,3714,1.3484365056,24,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1550,0,0,1,17031,COOK,IL,3714,0.362771824904,24,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1551,0,0,1,17031,COOK,IL,3714,0.244674722297,24,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1552,0,0,1,17031,COOK,IL,3612,3.98893884541,25,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1553,0,0,1,17031,COOK,IL,3612,1.01168358099,25,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1554,0,0,1,17031,COOK,IL,3612,1.00528753242,25,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1555,0,0,1,17031,COOK,IL,3612,0.999237531901,25,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1556,0,0,1,17031,COOK,IL,3612,0.256193351393,25,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1557,0,0,1,17031,COOK,IL,3612,0.255340380467,25,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1558,0,0,1,17031,COOK,IL,3612,0.256008450824,25,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1559,0,0,1,17031,COOK,IL,3612,0.2551562676,25,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1560,0,0,1,17031,COOK,IL,3612,4.08115012187,25,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1561,0,0,1,17031,COOK,IL,3612,4.01002917245,25,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1562,0,0,1,17031,COOK,IL,3612,1.00324591532,25,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1563,0,0,1,17031,COOK,IL,3612,1.02319231324,25,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1564,0,0,1,17031,COOK,IL,3612,1.00725559017,25,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1565,0,0,1,17031,COOK,IL,3612,1.02653736431,25,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1566,0,0,1,17031,COOK,IL,3612,1.02527945532,25,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1567,0,0,1,17031,COOK,IL,3612,1.02200206349,25,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1568,0,0,1,17031,COOK,IL,3612,1.02451706806,25,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1569,0,0,1,17031,COOK,IL,3612,1.03060028148,25,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1570,0,0,1,17031,COOK,IL,3612,4.00900716316,25,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1571,0,0,1,17031,COOK,IL,3612,4.04754360639,25,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1572,0,0,1,17031,COOK,IL,3612,4.05938106382,25,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1573,0,0,1,17031,COOK,IL,3613,3.98311712637,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1574,0,0,1,17031,COOK,IL,3613,1.018360086,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1575,0,0,1,17031,COOK,IL,3613,1.01632689424,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1576,0,0,1,17031,COOK,IL,3613,1.01462927937,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1577,0,0,1,17031,COOK,IL,3613,1.01114582894,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1578,0,0,1,17031,COOK,IL,3613,1.02141277635,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1579,0,0,1,17031,COOK,IL,3613,1.02352976246,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1580,0,0,1,17031,COOK,IL,3613,1.01485769038,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1581,0,0,1,17031,COOK,IL,3613,1.08677996547,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1582,0,0,1,17031,COOK,IL,3613,1.34578146373,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1583,0,0,1,17031,COOK,IL,3613,0.234008725494,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1584,0,0,1,17031,COOK,IL,3613,0.253425150749,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1585,0,0,1,17031,COOK,IL,3613,0.253385277952,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1586,0,0,1,17031,COOK,IL,3613,0.235569074143,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1587,0,0,1,17031,COOK,IL,3613,0.255040862099,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1588,0,0,1,17031,COOK,IL,3613,0.254331766153,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1589,0,0,1,17031,COOK,IL,3613,0.254511710742,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1590,0,0,1,17031,COOK,IL,3613,0.255209760232,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1591,0,0,1,17031,COOK,IL,3613,1.01984774838,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1592,0,0,1,17031,COOK,IL,3613,1.0239610576,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1593,0,0,1,17031,COOK,IL,3613,1.33523947371,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1594,0,0,1,17031,COOK,IL,3613,1.04602495211,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1595,0,0,1,17031,COOK,IL,3613,0.966728888482,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1596,0,0,1,17031,COOK,IL,3613,1.01621775631,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1597,0,0,1,17031,COOK,IL,3613,1.02238738486,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1598,0,0,1,17031,COOK,IL,3613,1.3312360725,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1599,0,0,1,17031,COOK,IL,3613,1.02406988645,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1600,0,0,1,17031,COOK,IL,3613,1.01076600906,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1601,0,0,1,17031,COOK,IL,3613,0.970929699546,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1602,0,0,1,17031,COOK,IL,3613,1.0164086215,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1603,0,0,1,17031,COOK,IL,3613,1.61970008297,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1604,0,0,1,17031,COOK,IL,3613,1.00794114924,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1605,0,0,1,17031,COOK,IL,3613,1.00905836083,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1606,0,0,1,17031,COOK,IL,3613,1.00199822483,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1607,0,0,1,17031,COOK,IL,3613,0.250063889762,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1608,0,0,1,17031,COOK,IL,3613,0.23398527241,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1609,0,0,1,17031,COOK,IL,3613,0.250078925582,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1610,0,0,1,17031,COOK,IL,3613,0.234577202688,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1611,0,0,1,17031,COOK,IL,3613,0.869045564546,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1612,0,0,1,17031,COOK,IL,3613,1.01362739814,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1613,0,0,1,17031,COOK,IL,3613,1.01204438322,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1614,0,0,1,17031,COOK,IL,3613,1.0054210216,26,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1615,0,0,1,17031,COOK,IL,3614,1.35418147182,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1616,0,0,1,17031,COOK,IL,3614,1.12930188464,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1617,0,0,1,17031,COOK,IL,3614,0.999263342149,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1618,0,0,1,17031,COOK,IL,3614,0.224136270762,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1619,0,0,1,17031,COOK,IL,3614,1.01547222185,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1620,0,0,1,17031,COOK,IL,3614,1.01286871053,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1621,0,0,1,17031,COOK,IL,3614,1.01611488335,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1622,0,0,1,17031,COOK,IL,3614,1.00713161428,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1623,0,0,1,17031,COOK,IL,3614,1.01095482054,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1624,0,0,1,17031,COOK,IL,3614,0.997644286962,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1625,0,0,1,17031,COOK,IL,3614,0.99453366833,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1626,0,0,1,17031,COOK,IL,3614,1.00759492995,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1627,0,0,1,17031,COOK,IL,3614,0.994312292844,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1628,0,0,1,17031,COOK,IL,3614,0.25017131146,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1629,0,0,1,17031,COOK,IL,3614,0.250480147443,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1630,0,0,1,17031,COOK,IL,3614,0.250146281134,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1631,0,0,1,17031,COOK,IL,3614,0.251338451256,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1632,0,0,1,17031,COOK,IL,3614,1.01478696689,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1633,0,0,1,17031,COOK,IL,3614,1.00627195266,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1634,0,0,1,17031,COOK,IL,3614,0.999140114957,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1635,0,0,1,17031,COOK,IL,3614,1.00660832812,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1636,0,0,1,17031,COOK,IL,3614,0.997461620981,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1637,0,0,1,17031,COOK,IL,3614,1.00458831415,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1638,0,0,1,17031,COOK,IL,3614,1.01108272078,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1639,0,0,1,17031,COOK,IL,3614,1.01126174745,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1640,0,0,1,17031,COOK,IL,3614,1.00756028434,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1641,0,0,1,17031,COOK,IL,3614,1.00505786625,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1642,0,0,1,17031,COOK,IL,3614,1.00545683788,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1643,0,0,1,17031,COOK,IL,3614,0.997841286568,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1644,0,0,1,17031,COOK,IL,3614,1.00677912912,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1645,0,0,1,17031,COOK,IL,3614,1.01657380636,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1646,0,0,1,17031,COOK,IL,3614,1.00275618522,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1647,0,0,1,17031,COOK,IL,3614,0.999486065153,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1648,0,0,1,17031,COOK,IL,3614,1.01291417103,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1649,0,0,1,17031,COOK,IL,3614,0.993365029045,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1650,0,0,1,17031,COOK,IL,3614,1.01404325792,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1651,0,0,1,17031,COOK,IL,3614,1.01424979942,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1652,0,0,1,17031,COOK,IL,3614,1.00292084555,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1653,0,0,1,17031,COOK,IL,3614,0.990329959435,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1654,0,0,1,17031,COOK,IL,3614,1.01159684649,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1655,0,0,1,17031,COOK,IL,3615,1.02766819279,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1656,0,0,1,17031,COOK,IL,3615,0.755487655331,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1657,0,0,1,17031,COOK,IL,3615,1.00866966388,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1658,0,0,1,17031,COOK,IL,3615,0.755199675183,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1659,0,0,1,17031,COOK,IL,3615,1.00581466625,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1660,0,0,1,17031,COOK,IL,3615,0.740700924402,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1661,0,0,1,17031,COOK,IL,3615,1.00808955736,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1662,0,0,1,17031,COOK,IL,3615,0.732806811787,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1663,0,0,1,17031,COOK,IL,3615,1.00320049578,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1664,0,0,1,17031,COOK,IL,3615,0.727017834839,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1665,0,0,1,17031,COOK,IL,3615,1.00448773288,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1666,0,0,1,17031,COOK,IL,3615,0.722614014866,27,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1667,0,0,1,17031,COOK,IL,3513,4.28915781653,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1668,0,0,1,17031,COOK,IL,3513,4.01258117059,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1669,0,0,1,17031,COOK,IL,3513,1.01316782844,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1670,0,0,1,17031,COOK,IL,3513,1.01210001479,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1671,0,0,1,17031,COOK,IL,3513,1.01520865891,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1672,0,0,1,17031,COOK,IL,3513,1.00522586164,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1673,0,0,1,17031,COOK,IL,3513,4.009990742,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1674,0,0,1,17031,COOK,IL,3513,0.995145320861,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1675,0,0,1,17031,COOK,IL,3513,1.00651969877,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1676,0,0,1,17031,COOK,IL,3513,1.00052794163,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1677,0,0,1,17031,COOK,IL,3513,1.01126871898,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1678,0,0,1,17031,COOK,IL,3513,1.01252090616,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1679,0,0,1,17031,COOK,IL,3513,1.00828871918,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1680,0,0,1,17031,COOK,IL,3513,1.01371411123,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1681,0,0,1,17031,COOK,IL,3513,1.00794330988,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1682,0,0,1,17031,COOK,IL,3513,1.0158946377,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1683,0,0,1,17031,COOK,IL,3513,1.01624704812,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1684,0,0,1,17031,COOK,IL,3513,1.00909774266,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1685,0,0,1,17031,COOK,IL,3513,1.01130985299,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1686,0,0,1,17031,COOK,IL,3513,1.01131111596,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1687,0,0,1,17031,COOK,IL,3513,1.00621087442,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1688,0,0,1,17031,COOK,IL,3513,1.01349945158,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1689,0,0,1,17031,COOK,IL,3513,1.01592371657,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1690,0,0,1,17031,COOK,IL,3513,1.00488228501,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1691,0,0,1,17031,COOK,IL,3513,0.250136583603,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1692,0,0,1,17031,COOK,IL,3513,0.250728128101,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1693,0,0,1,17031,COOK,IL,3513,0.250325411676,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1694,0,0,1,17031,COOK,IL,3513,0.250973522846,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1695,0,0,1,17031,COOK,IL,3513,1.01854367369,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1696,0,0,1,17031,COOK,IL,3513,1.02530224144,28,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1697,0,0,1,17031,COOK,IL,3514,1.02438269311,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1698,0,0,1,17031,COOK,IL,3514,1.03418440878,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1699,0,0,1,17031,COOK,IL,3514,1.01907509331,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1700,0,0,1,17031,COOK,IL,3514,1.00049754285,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1701,0,0,1,17031,COOK,IL,3514,1.0387046617,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1702,0,0,1,17031,COOK,IL,3514,1.00929925139,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1703,0,0,1,17031,COOK,IL,3514,1.00922739202,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1704,0,0,1,17031,COOK,IL,3514,1.03119397885,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1705,0,0,1,17031,COOK,IL,3514,4.07362710157,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1706,0,0,1,17031,COOK,IL,3514,1.01219113922,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1707,0,0,1,17031,COOK,IL,3514,0.250982769218,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1708,0,0,1,17031,COOK,IL,3514,0.252106639597,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1709,0,0,1,17031,COOK,IL,3514,0.251563799204,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1710,0,0,1,17031,COOK,IL,3514,0.251524909495,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1711,0,0,1,17031,COOK,IL,3514,0.248599257769,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1712,0,0,1,17031,COOK,IL,3514,0.247281588482,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1713,0,0,1,17031,COOK,IL,3514,0.251546479575,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1714,0,0,1,17031,COOK,IL,3514,0.257178547774,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1715,0,0,1,17031,COOK,IL,3514,0.250287202843,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1716,0,0,1,17031,COOK,IL,3514,0.25425548424,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1717,0,0,1,17031,COOK,IL,3514,0.250496567601,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1718,0,0,1,17031,COOK,IL,3514,0.254028774013,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1719,0,0,1,17031,COOK,IL,3514,1.01122442638,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1720,0,0,1,17031,COOK,IL,3514,1.00409147166,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1721,0,0,1,17031,COOK,IL,3514,1.01899644032,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1722,0,0,1,17031,COOK,IL,3514,1.01375202364,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1723,0,0,1,17031,COOK,IL,3514,0.997530401668,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1724,0,0,1,17031,COOK,IL,3514,0.998066219437,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1725,0,0,1,17031,COOK,IL,3514,1.01315724841,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1726,0,0,1,17031,COOK,IL,3514,1.02282633079,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1727,0,0,1,17031,COOK,IL,3514,4.06102368782,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1728,0,0,1,17031,COOK,IL,3514,4.01156813058,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1729,0,0,1,17031,COOK,IL,3514,4.03389213261,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1730,0,0,1,17031,COOK,IL,3515,3.45231176577,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1731,0,0,1,17031,COOK,IL,3515,3.42848975801,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1732,0,0,1,17031,COOK,IL,3515,3.37166780314,29,"COOK, IL",2,171,IL Chica,17031,United States of America,0,"COOK, IL (Outside Chicago)",MidWest,East North Central,1,MODELREGION +1733,0,1,1,17043,DUPAGE,IL,4011,0.494372621966,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1734,0,1,1,17043,DUPAGE,IL,4011,1.50059056776,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1735,0,0,1,17043,DUPAGE,IL,4009,4.0962162534,77,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1736,0,0,1,17043,DUPAGE,IL,4009,4.00519158853,77,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1737,0,0,1,17043,DUPAGE,IL,4009,3.98212479097,77,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1738,0,0,1,17043,DUPAGE,IL,4009,4.12389413718,77,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1739,0,0,1,17043,DUPAGE,IL,4009,4.05047637589,77,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1740,0,0,1,17043,DUPAGE,IL,4009,4.04812844243,77,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1741,0,0,1,17043,DUPAGE,IL,4009,4.06636519259,77,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1742,0,0,1,17043,DUPAGE,IL,4009,4.05107945199,77,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1743,0,0,1,17043,DUPAGE,IL,4009,4.05509128214,77,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1744,0,0,1,17043,DUPAGE,IL,3909,3.99199407665,80,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1745,0,0,1,17043,DUPAGE,IL,3909,0.994666239755,80,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1746,0,0,1,17043,DUPAGE,IL,3909,1.00912826772,80,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1747,0,0,1,17043,DUPAGE,IL,3909,1.00322901474,80,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1748,0,0,1,17043,DUPAGE,IL,3909,1.02215239133,80,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1749,0,0,1,17043,DUPAGE,IL,3909,3.99793904812,80,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1750,0,0,1,17043,DUPAGE,IL,3909,3.99969871029,80,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1751,0,0,1,17043,DUPAGE,IL,3909,4.01484998328,80,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1752,0,0,1,17043,DUPAGE,IL,3909,4.04493389552,80,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1753,0,0,1,17043,DUPAGE,IL,3909,3.98256436477,80,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1754,0,0,1,17043,DUPAGE,IL,3909,4.00845099748,80,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1755,0,0,1,17043,DUPAGE,IL,3909,4.07546012536,80,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1756,0,0,1,17043,DUPAGE,IL,3809,0.97893797293,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1757,0,0,1,17043,DUPAGE,IL,3809,1.00493292395,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1758,0,0,1,17043,DUPAGE,IL,3809,0.940100527249,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1759,0,0,1,17043,DUPAGE,IL,3809,1.00506122678,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1760,0,0,1,17043,DUPAGE,IL,3809,1.00492591864,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1761,0,0,1,17043,DUPAGE,IL,3809,1.0040068843,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1762,0,0,1,17043,DUPAGE,IL,3809,1.01350098073,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1763,0,0,1,17043,DUPAGE,IL,3809,0.254806146147,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1764,0,0,1,17043,DUPAGE,IL,3809,0.255703289508,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1765,0,0,1,17043,DUPAGE,IL,3809,0.255218853455,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1766,0,0,1,17043,DUPAGE,IL,3809,0.256128741838,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1767,0,0,1,17043,DUPAGE,IL,3809,1.00847381656,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1768,0,0,1,17043,DUPAGE,IL,3809,1.01747100753,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1769,0,0,1,17043,DUPAGE,IL,3809,1.00853747861,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1770,0,0,1,17043,DUPAGE,IL,3809,0.252648333676,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1771,0,0,1,17043,DUPAGE,IL,3809,0.25245207854,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1772,0,0,1,17043,DUPAGE,IL,3809,0.253120734116,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1773,0,0,1,17043,DUPAGE,IL,3809,0.251922968211,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1774,0,0,1,17043,DUPAGE,IL,3809,0.923339861501,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1775,0,0,1,17043,DUPAGE,IL,3809,1.00547372119,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1776,0,0,1,17043,DUPAGE,IL,3809,0.912905985928,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1777,0,0,1,17043,DUPAGE,IL,3809,0.250197293455,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1778,0,0,1,17043,DUPAGE,IL,3809,0.250484284249,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1779,0,0,1,17043,DUPAGE,IL,3809,0.250502250353,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1780,0,0,1,17043,DUPAGE,IL,3809,0.250224880304,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1781,0,0,1,17043,DUPAGE,IL,3809,1.00890144111,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1782,0,0,1,17043,DUPAGE,IL,3809,1.00809951333,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1783,0,0,1,17043,DUPAGE,IL,3809,0.252061094983,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1784,0,0,1,17043,DUPAGE,IL,3809,0.251742720221,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1785,0,0,1,17043,DUPAGE,IL,3809,0.250911937216,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1786,0,0,1,17043,DUPAGE,IL,3809,0.251205274821,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1787,0,0,1,17043,DUPAGE,IL,3809,0.254513050759,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1788,0,0,1,17043,DUPAGE,IL,3809,0.253284272153,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1789,0,0,1,17043,DUPAGE,IL,3809,0.253785417869,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1790,0,0,1,17043,DUPAGE,IL,3809,0.254004006133,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1791,0,0,1,17043,DUPAGE,IL,3809,0.250747877263,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1792,0,0,1,17043,DUPAGE,IL,3809,0.250695232056,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1793,0,0,1,17043,DUPAGE,IL,3809,0.250985975754,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1794,0,0,1,17043,DUPAGE,IL,3809,0.250923880646,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1795,0,0,1,17043,DUPAGE,IL,3809,0.249231067057,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1796,0,0,1,17043,DUPAGE,IL,3809,0.250859236683,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1797,0,0,1,17043,DUPAGE,IL,3809,0.250840985029,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1798,0,0,1,17043,DUPAGE,IL,3809,0.249162084656,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1799,0,0,1,17043,DUPAGE,IL,3809,0.998676934625,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1800,0,0,1,17043,DUPAGE,IL,3809,1.00475651488,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1801,0,0,1,17043,DUPAGE,IL,3809,0.901529602045,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1802,0,0,1,17043,DUPAGE,IL,3809,0.252386553344,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1803,0,0,1,17043,DUPAGE,IL,3809,0.251581195513,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1804,0,0,1,17043,DUPAGE,IL,3809,0.251194215254,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1805,0,0,1,17043,DUPAGE,IL,3809,0.252010720867,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1806,0,0,1,17043,DUPAGE,IL,3809,0.89119386307,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1807,0,0,1,17043,DUPAGE,IL,3809,1.01294532296,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1808,0,0,1,17043,DUPAGE,IL,3809,1.0113763759,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1809,0,0,1,17043,DUPAGE,IL,3809,1.01333557018,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1810,0,0,1,17043,DUPAGE,IL,3809,1.01870547214,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1811,0,0,1,17043,DUPAGE,IL,3809,1.00475225997,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1812,0,0,1,17043,DUPAGE,IL,3809,4.02567276444,83,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1813,0,0,1,17043,DUPAGE,IL,4010,0.75588390041,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1814,0,0,1,17043,DUPAGE,IL,4010,0.986799497411,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1815,0,0,1,17043,DUPAGE,IL,4010,0.775778959957,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1816,0,0,1,17043,DUPAGE,IL,4010,1.01933221568,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1817,0,0,1,17043,DUPAGE,IL,4010,4.06241578295,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1818,0,0,1,17043,DUPAGE,IL,4010,1.03982374303,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1819,0,0,1,17043,DUPAGE,IL,4010,1.02511871682,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1820,0,0,1,17043,DUPAGE,IL,4010,1.02799750243,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1821,0,0,1,17043,DUPAGE,IL,4010,1.02326116238,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1822,0,0,1,17043,DUPAGE,IL,4010,0.793179872744,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1823,0,0,1,17043,DUPAGE,IL,4010,1.02592920519,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1824,0,0,1,17043,DUPAGE,IL,4010,0.782586139223,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1825,0,0,1,17043,DUPAGE,IL,4010,1.01927749599,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1826,0,0,1,17043,DUPAGE,IL,4010,1.0318678229,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1827,0,0,1,17043,DUPAGE,IL,4010,1.0224600574,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1828,0,0,1,17043,DUPAGE,IL,4010,1.02448410083,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1829,0,0,1,17043,DUPAGE,IL,4010,0.258101386857,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1830,0,0,1,17043,DUPAGE,IL,4010,0.259159560207,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1831,0,0,1,17043,DUPAGE,IL,4010,0.257106756605,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1832,0,0,1,17043,DUPAGE,IL,4010,0.260167152618,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1833,0,0,1,17043,DUPAGE,IL,4010,1.02972732438,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1834,0,0,1,17043,DUPAGE,IL,4010,1.06323314529,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1835,0,0,1,17043,DUPAGE,IL,4010,0.259376738045,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1836,0,0,1,17043,DUPAGE,IL,4010,0.256918553952,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1837,0,0,1,17043,DUPAGE,IL,4010,0.258294243565,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1838,0,0,1,17043,DUPAGE,IL,4010,0.255843071197,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1839,0,0,1,17043,DUPAGE,IL,4010,1.04750596816,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1840,0,0,1,17043,DUPAGE,IL,4010,0.786765335472,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1841,0,0,1,17043,DUPAGE,IL,4010,0.795117998652,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1842,0,0,1,17043,DUPAGE,IL,4010,1.02256165246,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1843,0,0,1,17043,DUPAGE,IL,4010,1.0261878438,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1844,0,0,1,17043,DUPAGE,IL,4010,0.254146115892,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1845,0,0,1,17043,DUPAGE,IL,4010,0.254484315335,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1846,0,0,1,17043,DUPAGE,IL,4010,0.25522570522,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1847,0,0,1,17043,DUPAGE,IL,4010,0.254904066889,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1848,0,0,1,17043,DUPAGE,IL,4010,1.0135422255,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1849,0,0,1,17043,DUPAGE,IL,4010,1.02856885161,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1850,0,0,1,17043,DUPAGE,IL,4010,1.01722075858,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1851,0,0,1,17043,DUPAGE,IL,4010,1.02358187914,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1852,0,0,1,17043,DUPAGE,IL,4010,1.01853702417,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1853,0,0,1,17043,DUPAGE,IL,4010,1.02718313078,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1854,0,0,1,17043,DUPAGE,IL,4010,1.04342024929,78,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1855,0,0,1,17043,DUPAGE,IL,3910,0.725260624075,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1856,0,0,1,17043,DUPAGE,IL,3910,0.957202298095,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1857,0,0,1,17043,DUPAGE,IL,3910,0.768148683102,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1858,0,0,1,17043,DUPAGE,IL,3910,1.01655438012,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1859,0,0,1,17043,DUPAGE,IL,3910,0.256038624868,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1860,0,0,1,17043,DUPAGE,IL,3910,0.236188498488,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1861,0,0,1,17043,DUPAGE,IL,3910,0.239040953691,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1862,0,0,1,17043,DUPAGE,IL,3910,0.256049509716,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1863,0,0,1,17043,DUPAGE,IL,3910,0.989671182136,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1864,0,0,1,17043,DUPAGE,IL,3910,0.259019452617,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1865,0,0,1,17043,DUPAGE,IL,3910,0.256821745076,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1866,0,0,1,17043,DUPAGE,IL,3910,0.258505925036,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1867,0,0,1,17043,DUPAGE,IL,3910,0.257345606156,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1868,0,0,1,17043,DUPAGE,IL,3910,1.01478830117,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1869,0,0,1,17043,DUPAGE,IL,3910,1.0160402172,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1870,0,0,1,17043,DUPAGE,IL,3910,1.08743051709,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1871,0,0,1,17043,DUPAGE,IL,3910,0.255298850548,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1872,0,0,1,17043,DUPAGE,IL,3910,0.252832295952,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1873,0,0,1,17043,DUPAGE,IL,3910,0.256229001336,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1874,0,0,1,17043,DUPAGE,IL,3910,0.251905854911,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1875,0,0,1,17043,DUPAGE,IL,3910,1.06837269357,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1876,0,0,1,17043,DUPAGE,IL,3910,0.789214177235,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1877,0,0,1,17043,DUPAGE,IL,3910,0.255067680646,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1878,0,0,1,17043,DUPAGE,IL,3910,0.255903755746,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1879,0,0,1,17043,DUPAGE,IL,3910,0.254674728921,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1880,0,0,1,17043,DUPAGE,IL,3910,0.255538158653,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1881,0,0,1,17043,DUPAGE,IL,3910,0.789549583015,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1882,0,0,1,17043,DUPAGE,IL,3910,1.02145930957,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1883,0,0,1,17043,DUPAGE,IL,3910,0.254911134171,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1884,0,0,1,17043,DUPAGE,IL,3910,0.255890596711,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1885,0,0,1,17043,DUPAGE,IL,3910,0.256142153032,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1886,0,0,1,17043,DUPAGE,IL,3910,0.255169136539,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1887,0,0,1,17043,DUPAGE,IL,3910,1.01277577079,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1888,0,0,1,17043,DUPAGE,IL,3910,1.0060927655,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1889,0,0,1,17043,DUPAGE,IL,3910,0.252573798388,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1890,0,0,1,17043,DUPAGE,IL,3910,0.25306374346,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1891,0,0,1,17043,DUPAGE,IL,3910,0.253653183983,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1892,0,0,1,17043,DUPAGE,IL,3910,0.253152163382,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1893,0,0,1,17043,DUPAGE,IL,3910,0.260597342552,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1894,0,0,1,17043,DUPAGE,IL,3910,0.261761879332,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1895,0,0,1,17043,DUPAGE,IL,3910,0.260678607254,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1896,0,0,1,17043,DUPAGE,IL,3910,0.261822921706,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1897,0,0,1,17043,DUPAGE,IL,3910,1.03316705746,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1898,0,0,1,17043,DUPAGE,IL,3910,0.258262677577,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1899,0,0,1,17043,DUPAGE,IL,3910,0.25810711919,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1900,0,0,1,17043,DUPAGE,IL,3910,0.257116796568,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1901,0,0,1,17043,DUPAGE,IL,3910,0.259251224427,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1902,0,0,1,17043,DUPAGE,IL,3910,1.00684464624,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1903,0,0,1,17043,DUPAGE,IL,3910,3.70084771541,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1904,0,0,1,17043,DUPAGE,IL,3910,1.00076783044,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1905,0,0,1,17043,DUPAGE,IL,3910,1.01352607055,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1906,0,0,1,17043,DUPAGE,IL,3910,1.01367471011,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1907,0,0,1,17043,DUPAGE,IL,3910,1.01066185603,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1908,0,0,1,17043,DUPAGE,IL,3910,1.02687032928,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1909,0,0,1,17043,DUPAGE,IL,3910,1.00574103713,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1910,0,0,1,17043,DUPAGE,IL,3910,1.01319770735,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1911,0,0,1,17043,DUPAGE,IL,3910,1.02056654617,81,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1912,0,0,1,17043,DUPAGE,IL,3810,0.874840809082,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1913,0,0,1,17043,DUPAGE,IL,3810,1.03724639523,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1914,0,0,1,17043,DUPAGE,IL,3810,0.894052404213,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1915,0,0,1,17043,DUPAGE,IL,3810,0.248707824507,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1916,0,0,1,17043,DUPAGE,IL,3810,0.249052287719,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1917,0,0,1,17043,DUPAGE,IL,3810,0.248878277355,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1918,0,0,1,17043,DUPAGE,IL,3810,0.248549888057,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1919,0,0,1,17043,DUPAGE,IL,3810,1.05443953132,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1920,0,0,1,17043,DUPAGE,IL,3810,1.02678985295,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1921,0,0,1,17043,DUPAGE,IL,3810,0.253991705737,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1922,0,0,1,17043,DUPAGE,IL,3810,0.254691013061,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1923,0,0,1,17043,DUPAGE,IL,3810,0.254851005636,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1924,0,0,1,17043,DUPAGE,IL,3810,0.254137972184,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1925,0,0,1,17043,DUPAGE,IL,3810,0.250082672728,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1926,0,0,1,17043,DUPAGE,IL,3810,0.250963254208,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1927,0,0,1,17043,DUPAGE,IL,3810,0.250349353429,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1928,0,0,1,17043,DUPAGE,IL,3810,0.251233035487,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1929,0,0,1,17043,DUPAGE,IL,3810,1.00249228775,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1930,0,0,1,17043,DUPAGE,IL,3810,0.993768393821,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1931,0,0,1,17043,DUPAGE,IL,3810,1.00035086149,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1932,0,0,1,17043,DUPAGE,IL,3810,1.00997407792,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1933,0,0,1,17043,DUPAGE,IL,3810,0.992331549572,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1934,0,0,1,17043,DUPAGE,IL,3810,0.942144155715,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1935,0,0,1,17043,DUPAGE,IL,3810,0.997793019728,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1936,0,0,1,17043,DUPAGE,IL,3810,0.99390948004,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1937,0,0,1,17043,DUPAGE,IL,3810,1.01861580664,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1938,0,0,1,17043,DUPAGE,IL,3810,1.02587493704,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1939,0,0,1,17043,DUPAGE,IL,3810,1.00878543142,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1940,0,0,1,17043,DUPAGE,IL,3810,1.00040960991,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1941,0,0,1,17043,DUPAGE,IL,3810,1.01148501961,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1942,0,0,1,17043,DUPAGE,IL,3810,1.01538772825,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1943,0,0,1,17043,DUPAGE,IL,3810,1.0072492629,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1944,0,0,1,17043,DUPAGE,IL,3810,1.01376464821,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1945,0,0,1,17043,DUPAGE,IL,3810,1.00000752575,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1946,0,0,1,17043,DUPAGE,IL,3810,0.991160855253,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1947,0,0,1,17043,DUPAGE,IL,3810,1.04036463222,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1948,0,0,1,17043,DUPAGE,IL,3810,1.07235034569,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1949,0,0,1,17043,DUPAGE,IL,3810,3.99627176655,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1950,0,0,1,17043,DUPAGE,IL,3810,0.98756800368,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1951,0,0,1,17043,DUPAGE,IL,3810,0.987068803724,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1952,0,0,1,17043,DUPAGE,IL,3810,1.00339208454,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1953,0,0,1,17043,DUPAGE,IL,3810,0.998712604344,84,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1954,0,0,1,17043,DUPAGE,IL,4011,0.683898001163,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1955,0,0,1,17043,DUPAGE,IL,4011,1.00150227044,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1956,0,0,1,17043,DUPAGE,IL,4011,0.975718383394,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1957,0,0,1,17043,DUPAGE,IL,4011,0.979158495471,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1958,0,0,1,17043,DUPAGE,IL,4011,0.967829037807,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1959,0,0,1,17043,DUPAGE,IL,4011,0.705959537214,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1960,0,0,1,17043,DUPAGE,IL,4011,1.04913058291,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1961,0,0,1,17043,DUPAGE,IL,4011,1.01910130686,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1962,0,0,1,17043,DUPAGE,IL,4011,1.02790871074,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1963,0,0,1,17043,DUPAGE,IL,4011,1.01118656196,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1964,0,0,1,17043,DUPAGE,IL,4011,0.717609096077,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1965,0,0,1,17043,DUPAGE,IL,4011,1.03413826368,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1966,0,0,1,17043,DUPAGE,IL,4011,1.00986073761,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1967,0,0,1,17043,DUPAGE,IL,4011,1.02322687849,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1968,0,0,1,17043,DUPAGE,IL,4011,1.02109646778,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1969,0,0,1,17043,DUPAGE,IL,4011,1.00177139971,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1970,0,0,1,17043,DUPAGE,IL,4011,0.722749379393,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1971,0,0,1,17043,DUPAGE,IL,4011,0.256975826513,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1972,0,0,1,17043,DUPAGE,IL,4011,0.25673664125,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1973,0,0,1,17043,DUPAGE,IL,4011,0.255852256735,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1974,0,0,1,17043,DUPAGE,IL,4011,0.255603994526,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1975,0,0,1,17043,DUPAGE,IL,4011,1.01176177121,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1976,0,0,1,17043,DUPAGE,IL,4011,1.01342852329,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1977,0,0,1,17043,DUPAGE,IL,4011,1.02619674484,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1978,0,0,1,17043,DUPAGE,IL,4011,1.00114436734,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1979,0,0,1,17043,DUPAGE,IL,4011,0.734454441343,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1980,0,0,1,17043,DUPAGE,IL,4011,0.253006711017,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1981,0,0,1,17043,DUPAGE,IL,4011,0.253637466061,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1982,0,0,1,17043,DUPAGE,IL,4011,0.254122026904,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1983,0,0,1,17043,DUPAGE,IL,4011,0.254732175415,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1984,0,0,1,17043,DUPAGE,IL,4011,0.25398764652,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1985,0,0,1,17043,DUPAGE,IL,4011,0.255668773405,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1986,0,0,1,17043,DUPAGE,IL,4011,0.254421766965,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1987,0,0,1,17043,DUPAGE,IL,4011,0.255210900063,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1988,0,0,1,17043,DUPAGE,IL,4011,1.01816564062,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1989,0,0,1,17043,DUPAGE,IL,4011,1.01988686104,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1990,0,0,1,17043,DUPAGE,IL,4011,1.00217332552,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1991,0,0,1,17043,DUPAGE,IL,4011,0.763239100646,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1992,0,0,1,17043,DUPAGE,IL,4011,1.01088085169,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1993,0,0,1,17043,DUPAGE,IL,4011,1.01689535806,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1994,0,0,1,17043,DUPAGE,IL,4011,1.01991902833,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1995,0,0,1,17043,DUPAGE,IL,4011,0.253817671305,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1996,0,0,1,17043,DUPAGE,IL,4011,0.254080675215,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1997,0,0,1,17043,DUPAGE,IL,4011,0.257206446683,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1998,0,0,1,17043,DUPAGE,IL,4011,0.256959420701,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +1999,0,0,1,17043,DUPAGE,IL,4011,0.251313684064,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2000,0,0,1,17043,DUPAGE,IL,4011,0.253716318341,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2001,0,0,1,17043,DUPAGE,IL,4011,0.25410157156,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2002,0,0,1,17043,DUPAGE,IL,4011,0.251725356974,79,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2003,0,0,1,17043,DUPAGE,IL,3911,0.78547792954,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2004,0,0,1,17043,DUPAGE,IL,3911,1.05731131993,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2005,0,0,1,17043,DUPAGE,IL,3911,1.07604995368,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2006,0,0,1,17043,DUPAGE,IL,3911,1.088209827,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2007,0,0,1,17043,DUPAGE,IL,3911,0.248300902286,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2008,0,0,1,17043,DUPAGE,IL,3911,0.283967404522,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2009,0,0,1,17043,DUPAGE,IL,3911,0.248291299001,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2010,0,0,1,17043,DUPAGE,IL,3911,0.281464738508,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2011,0,0,1,17043,DUPAGE,IL,3911,0.28362897435,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2012,0,0,1,17043,DUPAGE,IL,3911,0.251262944743,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2013,0,0,1,17043,DUPAGE,IL,3911,0.251207565712,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2014,0,0,1,17043,DUPAGE,IL,3911,0.285155319122,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2015,0,0,1,17043,DUPAGE,IL,3911,0.775247038671,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2016,0,0,1,17043,DUPAGE,IL,3911,1.02507572959,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2017,0,0,1,17043,DUPAGE,IL,3911,1.03124787693,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2018,0,0,1,17043,DUPAGE,IL,3911,1.02591075924,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2019,0,0,1,17043,DUPAGE,IL,3911,1.00252007911,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2020,0,0,1,17043,DUPAGE,IL,3911,1.00552430415,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2021,0,0,1,17043,DUPAGE,IL,3911,0.799127148179,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2022,0,0,1,17043,DUPAGE,IL,3911,1.02003852313,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2023,0,0,1,17043,DUPAGE,IL,3911,1.0284969581,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2024,0,0,1,17043,DUPAGE,IL,3911,1.01469197649,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2025,0,0,1,17043,DUPAGE,IL,3911,1.01612589924,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2026,0,0,1,17043,DUPAGE,IL,3911,0.993365206733,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2027,0,0,1,17043,DUPAGE,IL,3911,0.845443135303,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2028,0,0,1,17043,DUPAGE,IL,3911,1.01328510142,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2029,0,0,1,17043,DUPAGE,IL,3911,0.25386416003,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2030,0,0,1,17043,DUPAGE,IL,3911,0.250968937188,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2031,0,0,1,17043,DUPAGE,IL,3911,0.251985485767,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2032,0,0,1,17043,DUPAGE,IL,3911,0.254857845762,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2033,0,0,1,17043,DUPAGE,IL,3911,0.997529714248,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2034,0,0,1,17043,DUPAGE,IL,3911,0.992819275927,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2035,0,0,1,17043,DUPAGE,IL,3911,0.974937008953,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2036,0,0,1,17043,DUPAGE,IL,3911,0.911199204715,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2037,0,0,1,17043,DUPAGE,IL,3911,0.255473221704,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2038,0,0,1,17043,DUPAGE,IL,3911,0.254179879518,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2039,0,0,1,17043,DUPAGE,IL,3911,0.254938333287,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2040,0,0,1,17043,DUPAGE,IL,3911,0.254712101178,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2041,0,0,1,17043,DUPAGE,IL,3911,1.02081587315,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2042,0,0,1,17043,DUPAGE,IL,3911,0.996707941054,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2043,0,0,1,17043,DUPAGE,IL,3911,0.990107039754,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2044,0,0,1,17043,DUPAGE,IL,3911,1.01297457137,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2045,0,0,1,17043,DUPAGE,IL,3911,0.959908868031,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2046,0,0,1,17043,DUPAGE,IL,3911,1.01456748136,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2047,0,0,1,17043,DUPAGE,IL,3911,0.991498046313,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2048,0,0,1,17043,DUPAGE,IL,3911,0.971157888709,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2049,0,0,1,17043,DUPAGE,IL,3911,1.00484316251,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2050,0,0,1,17043,DUPAGE,IL,3911,1.01068900995,82,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2051,0,0,1,17043,DUPAGE,IL,3811,0.965659719708,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2052,0,0,1,17043,DUPAGE,IL,3811,0.250453313192,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2053,0,0,1,17043,DUPAGE,IL,3811,0.252625613565,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2054,0,0,1,17043,DUPAGE,IL,3811,0.251929854794,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2055,0,0,1,17043,DUPAGE,IL,3811,0.251938817008,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2056,0,0,1,17043,DUPAGE,IL,3811,1.00295132672,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2057,0,0,1,17043,DUPAGE,IL,3811,1.01094950665,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2058,0,0,1,17043,DUPAGE,IL,3811,1.00329155854,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2059,0,0,1,17043,DUPAGE,IL,3811,1.00414934925,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2060,0,0,1,17043,DUPAGE,IL,3811,0.954889931948,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2061,0,0,1,17043,DUPAGE,IL,3811,1.00057891102,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2062,0,0,1,17043,DUPAGE,IL,3811,0.997495061281,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2063,0,0,1,17043,DUPAGE,IL,3811,1.00570317923,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2064,0,0,1,17043,DUPAGE,IL,3811,1.00112850619,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2065,0,0,1,17043,DUPAGE,IL,3811,1.00114065454,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2066,0,0,1,17043,DUPAGE,IL,3811,0.959169997407,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2067,0,0,1,17043,DUPAGE,IL,3811,1.01351279256,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2068,0,0,1,17043,DUPAGE,IL,3811,0.251557798425,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2069,0,0,1,17043,DUPAGE,IL,3811,0.25162388837,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2070,0,0,1,17043,DUPAGE,IL,3811,0.251043670757,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2071,0,0,1,17043,DUPAGE,IL,3811,0.250973546766,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2072,0,0,1,17043,DUPAGE,IL,3811,1.00606996305,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2073,0,0,1,17043,DUPAGE,IL,3811,0.251700514359,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2074,0,0,1,17043,DUPAGE,IL,3811,0.251486656875,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2075,0,0,1,17043,DUPAGE,IL,3811,0.251816827492,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2076,0,0,1,17043,DUPAGE,IL,3811,0.252006091368,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2077,0,0,1,17043,DUPAGE,IL,3811,1.00502894828,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2078,0,0,1,17043,DUPAGE,IL,3811,0.949258186268,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2079,0,0,1,17043,DUPAGE,IL,3811,1.01406981532,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2080,0,0,1,17043,DUPAGE,IL,3811,0.251737633252,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2081,0,0,1,17043,DUPAGE,IL,3811,0.251839511864,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2082,0,0,1,17043,DUPAGE,IL,3811,0.251984738066,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2083,0,0,1,17043,DUPAGE,IL,3811,0.252073329664,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2084,0,0,1,17043,DUPAGE,IL,3811,1.00994685538,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2085,0,0,1,17043,DUPAGE,IL,3811,0.253467848963,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2086,0,0,1,17043,DUPAGE,IL,3811,0.253525864517,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2087,0,0,1,17043,DUPAGE,IL,3811,0.253419969747,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2088,0,0,1,17043,DUPAGE,IL,3811,0.253367636867,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2089,0,0,1,17043,DUPAGE,IL,3811,1.00696478469,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2090,0,0,1,17043,DUPAGE,IL,3811,0.248779206633,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2091,0,0,1,17043,DUPAGE,IL,3811,0.248778090807,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2092,0,0,1,17043,DUPAGE,IL,3811,0.223381800375,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2093,0,0,1,17043,DUPAGE,IL,3811,0.224421294924,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2094,0,0,1,17043,DUPAGE,IL,3811,0.252043773073,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2095,0,0,1,17043,DUPAGE,IL,3811,0.250467908221,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2096,0,0,1,17043,DUPAGE,IL,3811,0.252203015058,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2097,0,0,1,17043,DUPAGE,IL,3811,0.250631265969,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2098,0,0,1,17043,DUPAGE,IL,3811,1.00963485917,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2099,0,0,1,17043,DUPAGE,IL,3811,1.00319145625,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2100,0,0,1,17043,DUPAGE,IL,3811,0.999668566993,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2101,0,0,1,17043,DUPAGE,IL,3811,0.998267284902,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2102,0,0,1,17043,DUPAGE,IL,3811,0.953837760452,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2103,0,0,1,17043,DUPAGE,IL,3811,1.01116146138,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2104,0,0,1,17043,DUPAGE,IL,3811,1.01324955832,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2105,0,0,1,17043,DUPAGE,IL,3811,1.0178306384,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2106,0,0,1,17043,DUPAGE,IL,3811,1.01296521401,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2107,0,0,1,17043,DUPAGE,IL,3811,1.01068479744,85,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2108,0,0,1,17043,DUPAGE,IL,3711,3.92134361953,86,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2109,0,0,1,17043,DUPAGE,IL,3711,5.8182906627,86,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2110,0,0,1,17043,DUPAGE,IL,3711,3.29480206212,86,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2111,0,0,1,17043,DUPAGE,IL,3711,1.96055295882,86,"DUPAGE, IL",3,171,IL Chica,17043,United States of America,0,"DUPAGE, IL",MidWest,East North Central,1,MODELREGION +2112,0,0,1,17089,KANE,IL,4206,9.00922723766,62,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2113,0,0,1,17089,KANE,IL,4206,8.96795253261,62,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2114,0,0,1,17089,KANE,IL,4206,8.98302685785,62,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2115,0,0,1,17089,KANE,IL,4206,8.97021977566,62,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2116,0,0,1,17089,KANE,IL,4106,7.83205841881,65,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2117,0,0,1,17089,KANE,IL,4106,8.50983931108,65,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2118,0,0,1,17089,KANE,IL,4106,8.30662626935,65,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2119,0,0,1,17089,KANE,IL,4106,9.11032190592,65,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2120,0,0,1,17089,KANE,IL,4006,8.42728472207,68,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2121,0,0,1,17089,KANE,IL,4006,9.00985581998,68,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2122,0,0,1,17089,KANE,IL,4006,8.53133633464,68,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2123,0,0,1,17089,KANE,IL,4006,9.05607262411,68,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2124,0,0,1,17089,KANE,IL,3906,8.49956696641,71,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2125,0,0,1,17089,KANE,IL,3906,9.06972326415,71,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2126,0,0,1,17089,KANE,IL,3906,8.49696477597,71,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2127,0,0,1,17089,KANE,IL,3906,9.04617440496,71,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2128,0,0,1,17089,KANE,IL,3806,8.49225595963,74,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2129,0,0,1,17089,KANE,IL,3806,8.96141975051,74,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2130,0,0,1,17089,KANE,IL,3806,8.59432472247,74,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2131,0,0,1,17089,KANE,IL,3806,9.09526645589,74,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2132,0,0,1,17089,KANE,IL,4207,9.04163860034,63,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2133,0,0,1,17089,KANE,IL,4207,9.06034568636,63,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2134,0,0,1,17089,KANE,IL,4207,8.98151647061,63,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2135,0,0,1,17089,KANE,IL,4207,9.0625391076,63,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2136,0,0,1,17089,KANE,IL,4107,7.73355837409,66,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2137,0,0,1,17089,KANE,IL,4107,8.20464222833,66,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2138,0,0,1,17089,KANE,IL,4107,8.43299501234,66,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2139,0,0,1,17089,KANE,IL,4107,9.10227165558,66,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2140,0,0,1,17089,KANE,IL,4007,8.47689602387,69,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2141,0,0,1,17089,KANE,IL,4007,9.04666815175,69,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2142,0,0,1,17089,KANE,IL,4007,8.47368335938,69,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2143,0,0,1,17089,KANE,IL,4007,9.0503378028,69,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2144,0,0,1,17089,KANE,IL,3907,8.43420262558,72,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2145,0,0,1,17089,KANE,IL,3907,9.01708074183,72,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2146,0,0,1,17089,KANE,IL,3907,8.58124854154,72,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2147,0,0,1,17089,KANE,IL,3907,9.05650867801,72,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2148,0,0,1,17089,KANE,IL,3807,8.53774516677,75,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2149,0,0,1,17089,KANE,IL,3807,9.11507420193,75,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2150,0,0,1,17089,KANE,IL,3807,2.00552538463,75,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2151,0,0,1,17089,KANE,IL,3807,2.25575632152,75,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2152,0,0,1,17089,KANE,IL,3807,2.02525362262,75,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2153,0,0,1,17089,KANE,IL,3807,2.27191890622,75,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2154,0,0,1,17089,KANE,IL,3807,2.27529674834,75,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2155,0,0,1,17089,KANE,IL,3807,2.26298666358,75,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2156,0,0,1,17089,KANE,IL,3807,2.26888257154,75,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2157,0,0,1,17089,KANE,IL,3807,2.25730766828,75,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2158,0,0,1,17089,KANE,IL,4208,3.93544871358,64,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2159,0,0,1,17089,KANE,IL,4208,3.99058474529,64,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2160,0,0,1,17089,KANE,IL,4208,0.995877318979,64,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2161,0,0,1,17089,KANE,IL,4208,1.01345272407,64,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2162,0,0,1,17089,KANE,IL,4208,0.988052068095,64,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2163,0,0,1,17089,KANE,IL,4208,1.00307867762,64,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2164,0,0,1,17089,KANE,IL,4208,4.00075549767,64,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2165,0,0,1,17089,KANE,IL,4208,1.00729524047,64,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2166,0,0,1,17089,KANE,IL,4208,0.993144910314,64,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2167,0,0,1,17089,KANE,IL,4208,0.97434974544,64,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2168,0,0,1,17089,KANE,IL,4208,0.999284865329,64,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2169,0,0,1,17089,KANE,IL,4208,1.00793136925,64,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2170,0,0,1,17089,KANE,IL,4208,0.987780237371,64,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2171,0,0,1,17089,KANE,IL,4208,1.00297905882,64,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2172,0,0,1,17089,KANE,IL,4208,0.985195656922,64,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2173,0,0,1,17089,KANE,IL,4208,4.00615557992,64,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2174,0,0,1,17089,KANE,IL,4208,1.00182642146,64,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2175,0,0,1,17089,KANE,IL,4208,0.978579301395,64,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2176,0,0,1,17089,KANE,IL,4208,1.00069279837,64,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2177,0,0,1,17089,KANE,IL,4208,1.00588395979,64,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2178,0,0,1,17089,KANE,IL,4208,4.02081535966,64,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2179,0,0,1,17089,KANE,IL,4108,3.00972403528,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2180,0,0,1,17089,KANE,IL,4108,0.615058988381,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2181,0,0,1,17089,KANE,IL,4108,0.585033061996,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2182,0,0,1,17089,KANE,IL,4108,1.02093131551,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2183,0,0,1,17089,KANE,IL,4108,1.01298340481,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2184,0,0,1,17089,KANE,IL,4108,0.549039514178,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2185,0,0,1,17089,KANE,IL,4108,0.538189377279,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2186,0,0,1,17089,KANE,IL,4108,1.00329084006,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2187,0,0,1,17089,KANE,IL,4108,1.00310244349,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2188,0,0,1,17089,KANE,IL,4108,3.6392509019,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2189,0,0,1,17089,KANE,IL,4108,1.00674780073,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2190,0,0,1,17089,KANE,IL,4108,0.250401137978,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2191,0,0,1,17089,KANE,IL,4108,0.250322978975,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2192,0,0,1,17089,KANE,IL,4108,0.25103275708,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2193,0,0,1,17089,KANE,IL,4108,0.251090491401,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2194,0,0,1,17089,KANE,IL,4108,1.00792765221,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2195,0,0,1,17089,KANE,IL,4108,0.25073454136,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2196,0,0,1,17089,KANE,IL,4108,0.250526703119,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2197,0,0,1,17089,KANE,IL,4108,0.251648746842,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2198,0,0,1,17089,KANE,IL,4108,0.251830549161,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2199,0,0,1,17089,KANE,IL,4108,0.250839816692,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2200,0,0,1,17089,KANE,IL,4108,0.252611913198,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2201,0,0,1,17089,KANE,IL,4108,0.251308806264,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2202,0,0,1,17089,KANE,IL,4108,0.253060321603,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2203,0,0,1,17089,KANE,IL,4108,0.250959277172,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2204,0,0,1,17089,KANE,IL,4108,0.251199498676,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2205,0,0,1,17089,KANE,IL,4108,0.25072966602,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2206,0,0,1,17089,KANE,IL,4108,0.251419435537,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2207,0,0,1,17089,KANE,IL,4108,1.01152932186,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2208,0,0,1,17089,KANE,IL,4108,1.00257741141,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2209,0,0,1,17089,KANE,IL,4108,3.62795323438,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2210,0,0,1,17089,KANE,IL,4108,0.250659051072,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2211,0,0,1,17089,KANE,IL,4108,0.251470898199,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2212,0,0,1,17089,KANE,IL,4108,0.250604742268,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2213,0,0,1,17089,KANE,IL,4108,0.251497563537,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2214,0,0,1,17089,KANE,IL,4108,1.00217199092,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2215,0,0,1,17089,KANE,IL,4108,1.00838820637,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2216,0,0,1,17089,KANE,IL,4108,1.01249513218,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2217,0,0,1,17089,KANE,IL,4108,1.00983695065,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2218,0,0,1,17089,KANE,IL,4108,1.0067657404,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2219,0,0,1,17089,KANE,IL,4108,1.01545318041,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2220,0,0,1,17089,KANE,IL,4108,0.999263870415,67,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2221,0,0,1,17089,KANE,IL,4008,3.67070000766,70,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2222,0,0,1,17089,KANE,IL,4008,4.01561510551,70,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2223,0,0,1,17089,KANE,IL,4008,4.02401949112,70,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2224,0,0,1,17089,KANE,IL,4008,3.67640263683,70,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2225,0,0,1,17089,KANE,IL,4008,4.01905642279,70,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2226,0,0,1,17089,KANE,IL,4008,4.00694039959,70,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2227,0,0,1,17089,KANE,IL,4008,3.64821373646,70,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2228,0,0,1,17089,KANE,IL,4008,0.999914683948,70,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2229,0,0,1,17089,KANE,IL,4008,0.998096541438,70,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2230,0,0,1,17089,KANE,IL,4008,0.249164993385,70,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2231,0,0,1,17089,KANE,IL,4008,0.250007369175,70,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2232,0,0,1,17089,KANE,IL,4008,0.250476948231,70,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2233,0,0,1,17089,KANE,IL,4008,0.251019977883,70,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2234,0,0,1,17089,KANE,IL,4008,0.995811309957,70,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2235,0,0,1,17089,KANE,IL,4008,0.996621982029,70,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2236,0,0,1,17089,KANE,IL,4008,0.998508625656,70,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2237,0,0,1,17089,KANE,IL,4008,1.00126808345,70,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2238,0,0,1,17089,KANE,IL,4008,1.00357798453,70,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2239,0,0,1,17089,KANE,IL,3908,3.63465479561,73,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2240,0,0,1,17089,KANE,IL,3908,1.01816688348,73,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2241,0,0,1,17089,KANE,IL,3908,1.01756780675,73,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2242,0,0,1,17089,KANE,IL,3908,1.00113249761,73,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2243,0,0,1,17089,KANE,IL,3908,1.00594451844,73,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2244,0,0,1,17089,KANE,IL,3908,4.03939279638,73,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2245,0,0,1,17089,KANE,IL,3908,3.67679135534,73,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2246,0,0,1,17089,KANE,IL,3908,1.01353470489,73,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2247,0,0,1,17089,KANE,IL,3908,1.00570887287,73,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2248,0,0,1,17089,KANE,IL,3908,1.0025938498,73,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2249,0,0,1,17089,KANE,IL,3908,0.993084608595,73,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2250,0,0,1,17089,KANE,IL,3908,0.998641639345,73,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2251,0,0,1,17089,KANE,IL,3908,1.00602847218,73,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2252,0,0,1,17089,KANE,IL,3908,1.00186881079,73,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2253,0,0,1,17089,KANE,IL,3908,1.00006435407,73,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2254,0,0,1,17089,KANE,IL,3908,3.66578337152,73,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2255,0,0,1,17089,KANE,IL,3908,4.02873274888,73,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2256,0,0,1,17089,KANE,IL,3908,4.01652184054,73,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2257,0,0,1,17089,KANE,IL,3808,0.851966347542,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2258,0,0,1,17089,KANE,IL,3808,1.01378553941,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2259,0,0,1,17089,KANE,IL,3808,1.01665537033,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2260,0,0,1,17089,KANE,IL,3808,0.846013006188,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2261,0,0,1,17089,KANE,IL,3808,1.01174016546,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2262,0,0,1,17089,KANE,IL,3808,1.01201023021,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2263,0,0,1,17089,KANE,IL,3808,0.848295525349,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2264,0,0,1,17089,KANE,IL,3808,1.00469031346,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2265,0,0,1,17089,KANE,IL,3808,1.00128712175,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2266,0,0,1,17089,KANE,IL,3808,1.00594387629,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2267,0,0,1,17089,KANE,IL,3808,1.01465439062,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2268,0,0,1,17089,KANE,IL,3808,1.0199329665,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2269,0,0,1,17089,KANE,IL,3808,1.01330274668,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2270,0,0,1,17089,KANE,IL,3808,1.00291937763,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2271,0,0,1,17089,KANE,IL,3808,1.0008191091,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2272,0,0,1,17089,KANE,IL,3808,1.00959447593,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2273,0,0,1,17089,KANE,IL,3808,1.00050544027,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2274,0,0,1,17089,KANE,IL,3808,1.00338223707,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2275,0,0,1,17089,KANE,IL,3808,0.853683236412,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2276,0,0,1,17089,KANE,IL,3808,1.00375547714,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2277,0,0,1,17089,KANE,IL,3808,0.252062588886,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2278,0,0,1,17089,KANE,IL,3808,0.250442831579,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2279,0,0,1,17089,KANE,IL,3808,0.250874938077,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2280,0,0,1,17089,KANE,IL,3808,0.252508607373,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2281,0,0,1,17089,KANE,IL,3808,0.849420379175,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2282,0,0,1,17089,KANE,IL,3808,0.986879838663,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2283,0,0,1,17089,KANE,IL,3808,0.997653406908,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2284,0,0,1,17089,KANE,IL,3808,0.839081457639,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2285,0,0,1,17089,KANE,IL,3808,1.01227135275,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2286,0,0,1,17089,KANE,IL,3808,1.01291181283,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2287,0,0,1,17089,KANE,IL,3808,0.250494868064,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2288,0,0,1,17089,KANE,IL,3808,0.251658264554,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2289,0,0,1,17089,KANE,IL,3808,0.251385547791,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2290,0,0,1,17089,KANE,IL,3808,0.250211563054,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2291,0,0,1,17089,KANE,IL,3808,0.997811995022,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2292,0,0,1,17089,KANE,IL,3808,1.0070557107,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2293,0,0,1,17089,KANE,IL,3808,0.994463764798,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2294,0,0,1,17089,KANE,IL,3808,0.24817996026,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2295,0,0,1,17089,KANE,IL,3808,0.247855571635,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2296,0,0,1,17089,KANE,IL,3808,0.247753335714,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2297,0,0,1,17089,KANE,IL,3808,0.248268755915,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2298,0,0,1,17089,KANE,IL,3808,1.00819861188,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2299,0,0,1,17089,KANE,IL,3808,1.01758574484,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2300,0,0,1,17089,KANE,IL,3808,1.00147399232,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2301,0,0,1,17089,KANE,IL,3808,0.254461281839,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2302,0,0,1,17089,KANE,IL,3808,0.251382433103,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2303,0,0,1,17089,KANE,IL,3808,0.253592913217,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2304,0,0,1,17089,KANE,IL,3808,0.252243231353,76,"KANE, IL",4,171,IL Chica,17089,United States of America,0,"KANE, IL",MidWest,East North Central,1,MODELREGION +2305,0,0,1,17093,KENDALL,IL,3706,8.97321863599,110,"KENDALL, IL",5,171,IL Chica,17093,United States of America,0,"KENDALL, IL",MidWest,East North Central,1,MODELREGION +2306,0,0,1,17093,KENDALL,IL,3706,9.3852996958,110,"KENDALL, IL",5,171,IL Chica,17093,United States of America,0,"KENDALL, IL",MidWest,East North Central,1,MODELREGION +2307,0,0,1,17093,KENDALL,IL,3707,9.69388557379,111,"KENDALL, IL",5,171,IL Chica,17093,United States of America,0,"KENDALL, IL",MidWest,East North Central,1,MODELREGION +2308,0,0,1,17093,KENDALL,IL,3707,9.19591442903,111,"KENDALL, IL",5,171,IL Chica,17093,United States of America,0,"KENDALL, IL",MidWest,East North Central,1,MODELREGION +2309,0,0,1,17093,KENDALL,IL,3708,1.79190153271,112,"KENDALL, IL",5,171,IL Chica,17093,United States of America,0,"KENDALL, IL",MidWest,East North Central,1,MODELREGION +2310,0,0,1,17093,KENDALL,IL,3708,2.36365432623,112,"KENDALL, IL",5,171,IL Chica,17093,United States of America,0,"KENDALL, IL",MidWest,East North Central,1,MODELREGION +2311,0,0,1,17093,KENDALL,IL,3708,1.75223635133,112,"KENDALL, IL",5,171,IL Chica,17093,United States of America,0,"KENDALL, IL",MidWest,East North Central,1,MODELREGION +2312,0,0,1,17093,KENDALL,IL,3708,2.25709625954,112,"KENDALL, IL",5,171,IL Chica,17093,United States of America,0,"KENDALL, IL",MidWest,East North Central,1,MODELREGION +2313,0,0,1,17093,KENDALL,IL,3708,9.33689902731,112,"KENDALL, IL",5,171,IL Chica,17093,United States of America,0,"KENDALL, IL",MidWest,East North Central,1,MODELREGION +2314,0,0,1,17093,KENDALL,IL,3706,8.83100165179,110,"KENDALL, IL",5,171,IL Chica,17093,United States of America,0,"KENDALL, IL",MidWest,East North Central,1,MODELREGION +2315,0,0,1,17093,KENDALL,IL,3706,8.98556001513,110,"KENDALL, IL",5,171,IL Chica,17093,United States of America,0,"KENDALL, IL",MidWest,East North Central,1,MODELREGION +2316,0,0,1,17093,KENDALL,IL,3707,9.35999160224,111,"KENDALL, IL",5,171,IL Chica,17093,United States of America,0,"KENDALL, IL",MidWest,East North Central,1,MODELREGION +2317,0,0,1,17093,KENDALL,IL,3707,9.05983370601,111,"KENDALL, IL",5,171,IL Chica,17093,United States of America,0,"KENDALL, IL",MidWest,East North Central,1,MODELREGION +2318,0,0,1,17093,KENDALL,IL,3708,8.06593771577,112,"KENDALL, IL",5,171,IL Chica,17093,United States of America,0,"KENDALL, IL",MidWest,East North Central,1,MODELREGION +2319,0,0,1,17093,KENDALL,IL,3708,9.06632972084,112,"KENDALL, IL",5,171,IL Chica,17093,United States of America,0,"KENDALL, IL",MidWest,East North Central,1,MODELREGION +2320,0,0,1,17093,KENDALL,IL,3606,35.823717223,113,"KENDALL, IL",5,171,IL Chica,17093,United States of America,0,"KENDALL, IL",MidWest,East North Central,1,MODELREGION +2321,0,0,1,17093,KENDALL,IL,3607,36.7263558041,114,"KENDALL, IL",5,171,IL Chica,17093,United States of America,0,"KENDALL, IL",MidWest,East North Central,1,MODELREGION +2322,0,0,1,17093,KENDALL,IL,3608,34.2293954352,115,"KENDALL, IL",5,171,IL Chica,17093,United States of America,0,"KENDALL, IL",MidWest,East North Central,1,MODELREGION +2323,0,0,1,17093,KENDALL,IL,3506,35.787718935,116,"KENDALL, IL",5,171,IL Chica,17093,United States of America,0,"KENDALL, IL",MidWest,East North Central,1,MODELREGION +2324,0,0,1,17093,KENDALL,IL,3507,36.6276080979,117,"KENDALL, IL",5,171,IL Chica,17093,United States of America,0,"KENDALL, IL",MidWest,East North Central,1,MODELREGION +2325,0,0,1,17093,KENDALL,IL,3508,35.0913122782,118,"KENDALL, IL",5,171,IL Chica,17093,United States of America,0,"KENDALL, IL",MidWest,East North Central,1,MODELREGION +2326,0,0,1,17097,LAKE,IL,4609,3.00749055013,46,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2327,0,0,1,17097,LAKE,IL,4609,2.93572355399,46,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2328,0,0,1,17097,LAKE,IL,4609,4.04224204825,46,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2329,0,0,1,17097,LAKE,IL,4609,4.02395384739,46,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2330,0,0,1,17097,LAKE,IL,4609,4.05504162259,46,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2331,0,0,1,17097,LAKE,IL,4609,3.95376280311,46,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2332,0,0,1,17097,LAKE,IL,4509,4.01835126496,50,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2333,0,0,1,17097,LAKE,IL,4509,3.97771097454,50,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2334,0,0,1,17097,LAKE,IL,4509,3.99474652551,50,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2335,0,0,1,17097,LAKE,IL,4509,4.00318833381,50,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2336,0,0,1,17097,LAKE,IL,4509,4.00953535215,50,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2337,0,0,1,17097,LAKE,IL,4509,4.02410147223,50,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2338,0,0,1,17097,LAKE,IL,4409,4.04041211363,54,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2339,0,0,1,17097,LAKE,IL,4409,4.0550122074,54,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2340,0,0,1,17097,LAKE,IL,4409,4.00304467279,54,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2341,0,0,1,17097,LAKE,IL,4409,4.00662140165,54,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2342,0,0,1,17097,LAKE,IL,4409,4.02369928699,54,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2343,0,0,1,17097,LAKE,IL,4409,3.99260462548,54,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2344,0,0,1,17097,LAKE,IL,4309,4.06748252054,58,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2345,0,0,1,17097,LAKE,IL,4309,4.00606025942,58,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2346,0,0,1,17097,LAKE,IL,4309,4.08007934717,58,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2347,0,0,1,17097,LAKE,IL,4309,4.03288205571,58,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2348,0,0,1,17097,LAKE,IL,4309,4.0430170269,58,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2349,0,0,1,17097,LAKE,IL,4309,4.03256932011,58,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2350,0,0,1,17097,LAKE,IL,4610,3.06682698554,47,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2351,0,0,1,17097,LAKE,IL,4610,3.07857821344,47,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2352,0,0,1,17097,LAKE,IL,4610,3.02353485949,47,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2353,0,0,1,17097,LAKE,IL,4610,3.9855361862,47,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2354,0,0,1,17097,LAKE,IL,4610,4.05176822764,47,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2355,0,0,1,17097,LAKE,IL,4610,4.02658563008,47,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2356,0,0,1,17097,LAKE,IL,4610,3.93344060044,47,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2357,0,0,1,17097,LAKE,IL,4610,4.02899661287,47,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2358,0,0,1,17097,LAKE,IL,4610,4.02506173628,47,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2359,0,0,1,17097,LAKE,IL,4510,3.90722567035,51,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2360,0,0,1,17097,LAKE,IL,4510,4.03693925476,51,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2361,0,0,1,17097,LAKE,IL,4510,4.06253449962,51,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2362,0,0,1,17097,LAKE,IL,4510,0.961352684855,51,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2363,0,0,1,17097,LAKE,IL,4510,0.988321235277,51,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2364,0,0,1,17097,LAKE,IL,4510,0.933998482102,51,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2365,0,0,1,17097,LAKE,IL,4510,1.00032982149,51,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2366,0,0,1,17097,LAKE,IL,4510,1.00088214745,51,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2367,0,0,1,17097,LAKE,IL,4510,0.996127501991,51,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2368,0,0,1,17097,LAKE,IL,4510,0.996170070562,51,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2369,0,0,1,17097,LAKE,IL,4510,0.996110520868,51,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2370,0,0,1,17097,LAKE,IL,4510,4.04131260205,51,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2371,0,0,1,17097,LAKE,IL,4510,3.88737599642,51,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2372,0,0,1,17097,LAKE,IL,4510,4.00393241342,51,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2373,0,0,1,17097,LAKE,IL,4510,1.01599874759,51,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2374,0,0,1,17097,LAKE,IL,4510,1.00076426883,51,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2375,0,0,1,17097,LAKE,IL,4510,1.00961611279,51,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2376,0,0,1,17097,LAKE,IL,4510,1.00774564325,51,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2377,0,0,1,17097,LAKE,IL,4410,3.95732820093,55,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2378,0,0,1,17097,LAKE,IL,4410,4.01336983284,55,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2379,0,0,1,17097,LAKE,IL,4410,4.00122929193,55,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2380,0,0,1,17097,LAKE,IL,4410,3.92652260601,55,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2381,0,0,1,17097,LAKE,IL,4410,4.0141812585,55,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2382,0,0,1,17097,LAKE,IL,4410,4.01659828074,55,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2383,0,0,1,17097,LAKE,IL,4410,3.89402286962,55,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2384,0,0,1,17097,LAKE,IL,4410,4.00184410569,55,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2385,0,0,1,17097,LAKE,IL,4410,3.99269829815,55,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2386,0,0,1,17097,LAKE,IL,4310,3.90662788514,59,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2387,0,0,1,17097,LAKE,IL,4310,4.02366746876,59,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2388,0,0,1,17097,LAKE,IL,4310,4.01975043468,59,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2389,0,0,1,17097,LAKE,IL,4310,3.95375770705,59,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2390,0,0,1,17097,LAKE,IL,4310,3.99104074947,59,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2391,0,0,1,17097,LAKE,IL,4310,4.0146744744,59,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2392,0,0,1,17097,LAKE,IL,4310,4.00436572713,59,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2393,0,0,1,17097,LAKE,IL,4310,4.01338129034,59,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2394,0,0,1,17097,LAKE,IL,4310,3.97446196787,59,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2395,0,0,1,17097,LAKE,IL,4611,7.80718221477,48,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2396,0,0,1,17097,LAKE,IL,4611,7.58015465335,48,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2397,0,0,1,17097,LAKE,IL,4611,9.31842091762,48,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2398,0,0,1,17097,LAKE,IL,4611,9.05035841849,48,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2399,0,0,1,17097,LAKE,IL,4511,4.22007051489,52,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2400,0,0,1,17097,LAKE,IL,4511,3.99947093061,52,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2401,0,0,1,17097,LAKE,IL,4511,3.98836650317,52,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2402,0,0,1,17097,LAKE,IL,4511,1.0085733139,52,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2403,0,0,1,17097,LAKE,IL,4511,1.07964194692,52,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2404,0,0,1,17097,LAKE,IL,4511,1.02271057864,52,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2405,0,0,1,17097,LAKE,IL,4511,1.08041458176,52,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2406,0,0,1,17097,LAKE,IL,4511,0.99825251386,52,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2407,0,0,1,17097,LAKE,IL,4511,0.997613350599,52,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2408,0,0,1,17097,LAKE,IL,4511,1.00485206806,52,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2409,0,0,1,17097,LAKE,IL,4511,0.9952889298,52,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2410,0,0,1,17097,LAKE,IL,4511,1.00173374489,52,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2411,0,0,1,17097,LAKE,IL,4511,1.01044770867,52,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2412,0,0,1,17097,LAKE,IL,4511,1.01292633008,52,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2413,0,0,1,17097,LAKE,IL,4511,1.01681825753,52,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2414,0,0,1,17097,LAKE,IL,4511,4.20568318387,52,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2415,0,0,1,17097,LAKE,IL,4511,4.03997275286,52,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2416,0,0,1,17097,LAKE,IL,4511,1.00700002991,52,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2417,0,0,1,17097,LAKE,IL,4511,0.998435911577,52,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2418,0,0,1,17097,LAKE,IL,4511,1.00765886782,52,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2419,0,0,1,17097,LAKE,IL,4511,1.00511957122,52,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2420,0,0,1,17097,LAKE,IL,4411,4.16709468158,56,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2421,0,0,1,17097,LAKE,IL,4411,4.00963763479,56,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2422,0,0,1,17097,LAKE,IL,4411,4.02717673646,56,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2423,0,0,1,17097,LAKE,IL,4411,1.01452140643,56,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2424,0,0,1,17097,LAKE,IL,4411,1.05236513705,56,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2425,0,0,1,17097,LAKE,IL,4411,1.05222192557,56,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2426,0,0,1,17097,LAKE,IL,4411,1.0172676768,56,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2427,0,0,1,17097,LAKE,IL,4411,0.250286988436,56,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2428,0,0,1,17097,LAKE,IL,4411,0.249817788515,56,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2429,0,0,1,17097,LAKE,IL,4411,0.251935800556,56,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2430,0,0,1,17097,LAKE,IL,4411,0.251403425353,56,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2431,0,0,1,17097,LAKE,IL,4411,1.02216684987,56,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2432,0,0,1,17097,LAKE,IL,4411,4.02330960978,56,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2433,0,0,1,17097,LAKE,IL,4411,0.999487172734,56,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2434,0,0,1,17097,LAKE,IL,4411,1.02044657445,56,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2435,0,0,1,17097,LAKE,IL,4411,1.03008268604,56,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2436,0,0,1,17097,LAKE,IL,4411,1.03285261202,56,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2437,0,0,1,17097,LAKE,IL,4411,1.02714539543,56,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2438,0,0,1,17097,LAKE,IL,4411,1.01517139747,56,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2439,0,0,1,17097,LAKE,IL,4411,0.996722674375,56,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2440,0,0,1,17097,LAKE,IL,4411,0.994184092576,56,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2441,0,0,1,17097,LAKE,IL,4411,1.01685268403,56,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2442,0,0,1,17097,LAKE,IL,4411,0.988168198255,56,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2443,0,0,1,17097,LAKE,IL,4411,4.0086017293,56,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2444,0,0,1,17097,LAKE,IL,4311,1.02003608471,60,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2445,0,0,1,17097,LAKE,IL,4311,1.00121273269,60,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2446,0,0,1,17097,LAKE,IL,4311,0.99244044726,60,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2447,0,0,1,17097,LAKE,IL,4311,1.01949643868,60,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2448,0,0,1,17097,LAKE,IL,4311,1.00932518571,60,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2449,0,0,1,17097,LAKE,IL,4311,0.986638429406,60,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2450,0,0,1,17097,LAKE,IL,4311,1.0112987203,60,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2451,0,0,1,17097,LAKE,IL,4311,0.988599465036,60,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2452,0,0,1,17097,LAKE,IL,4311,4.00982696375,60,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2453,0,0,1,17097,LAKE,IL,4311,4.04816524131,60,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2454,0,0,1,17097,LAKE,IL,4311,1.01104835046,60,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2455,0,0,1,17097,LAKE,IL,4311,1.01024399373,60,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2456,0,0,1,17097,LAKE,IL,4311,1.01162905914,60,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2457,0,0,1,17097,LAKE,IL,4311,1.01181676977,60,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2458,0,0,1,17097,LAKE,IL,4311,4.00441113663,60,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2459,0,0,1,17097,LAKE,IL,4311,4.03806013014,60,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2460,0,0,1,17097,LAKE,IL,4311,1.01141371591,60,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2461,0,0,1,17097,LAKE,IL,4311,1.01278042943,60,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2462,0,0,1,17097,LAKE,IL,4311,1.01113911182,60,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2463,0,0,1,17097,LAKE,IL,4311,1.01541627455,60,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2464,0,0,1,17097,LAKE,IL,4311,1.00125283838,60,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2465,0,0,1,17097,LAKE,IL,4311,1.00024184776,60,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2466,0,0,1,17097,LAKE,IL,4311,1.01245387848,60,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2467,0,0,1,17097,LAKE,IL,4311,1.00530883384,60,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2468,0,0,1,17097,LAKE,IL,4612,2.92208657512,49,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2469,0,0,1,17097,LAKE,IL,4612,3.47146430093,49,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2470,0,0,1,17097,LAKE,IL,4612,0.995461046376,49,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2471,0,0,1,17097,LAKE,IL,4612,0.994552017629,49,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2472,0,0,1,17097,LAKE,IL,4612,1.00222220276,49,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2473,0,0,1,17097,LAKE,IL,4612,0.998667337115,49,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2474,0,0,1,17097,LAKE,IL,4612,4.84704521145,49,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2475,0,0,1,17097,LAKE,IL,4612,3.987699637,49,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2476,0,0,1,17097,LAKE,IL,4612,4.45813916339,49,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2477,0,0,1,17097,LAKE,IL,4512,1.01235197121,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2478,0,0,1,17097,LAKE,IL,4512,1.01674653167,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2479,0,0,1,17097,LAKE,IL,4512,1.01624141614,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2480,0,0,1,17097,LAKE,IL,4512,1.26771073791,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2481,0,0,1,17097,LAKE,IL,4512,1.01353170561,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2482,0,0,1,17097,LAKE,IL,4512,0.2512476296,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2483,0,0,1,17097,LAKE,IL,4512,0.251033471035,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2484,0,0,1,17097,LAKE,IL,4512,0.25112120482,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2485,0,0,1,17097,LAKE,IL,4512,0.250869922453,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2486,0,0,1,17097,LAKE,IL,4512,1.00782558797,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2487,0,0,1,17097,LAKE,IL,4512,1.25318129203,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2488,0,0,1,17097,LAKE,IL,4512,0.247964423471,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2489,0,0,1,17097,LAKE,IL,4512,0.247965897572,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2490,0,0,1,17097,LAKE,IL,4512,0.253301590542,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2491,0,0,1,17097,LAKE,IL,4512,0.251617625756,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2492,0,0,1,17097,LAKE,IL,4512,0.250793672608,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2493,0,0,1,17097,LAKE,IL,4512,0.249570203462,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2494,0,0,1,17097,LAKE,IL,4512,0.250193289009,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2495,0,0,1,17097,LAKE,IL,4512,0.250138275428,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2496,0,0,1,17097,LAKE,IL,4512,0.252396147436,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2497,0,0,1,17097,LAKE,IL,4512,0.251591781377,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2498,0,0,1,17097,LAKE,IL,4512,0.251350759479,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2499,0,0,1,17097,LAKE,IL,4512,0.250565828905,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2500,0,0,1,17097,LAKE,IL,4512,0.966286098665,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2501,0,0,1,17097,LAKE,IL,4512,0.250733742591,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2502,0,0,1,17097,LAKE,IL,4512,0.251779151499,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2503,0,0,1,17097,LAKE,IL,4512,0.250542388856,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2504,0,0,1,17097,LAKE,IL,4512,0.250712769984,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2505,0,0,1,17097,LAKE,IL,4512,1.01149087729,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2506,0,0,1,17097,LAKE,IL,4512,0.553095920162,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2507,0,0,1,17097,LAKE,IL,4512,1.00481647459,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2508,0,0,1,17097,LAKE,IL,4512,0.249625829492,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2509,0,0,1,17097,LAKE,IL,4512,0.251578920199,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2510,0,0,1,17097,LAKE,IL,4512,0.250163261002,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2511,0,0,1,17097,LAKE,IL,4512,0.249620679392,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2512,0,0,1,17097,LAKE,IL,4512,0.248332261294,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2513,0,0,1,17097,LAKE,IL,4512,0.249384172371,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2514,0,0,1,17097,LAKE,IL,4512,0.24994392239,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2515,0,0,1,17097,LAKE,IL,4512,0.248883084411,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2516,0,0,1,17097,LAKE,IL,4512,0.28544479842,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2517,0,0,1,17097,LAKE,IL,4512,0.24931795906,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2518,0,0,1,17097,LAKE,IL,4512,0.301569087976,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2519,0,0,1,17097,LAKE,IL,4512,0.248861607455,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2520,0,0,1,17097,LAKE,IL,4512,1.00582680313,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2521,0,0,1,17097,LAKE,IL,4512,0.24851241607,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2522,0,0,1,17097,LAKE,IL,4512,0.248017229875,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2523,0,0,1,17097,LAKE,IL,4512,0.248244966019,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2524,0,0,1,17097,LAKE,IL,4512,0.24847673874,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2525,0,0,1,17097,LAKE,IL,4512,0.250190669319,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2526,0,0,1,17097,LAKE,IL,4512,0.251263394477,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2527,0,0,1,17097,LAKE,IL,4512,0.271796826213,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2528,0,0,1,17097,LAKE,IL,4512,0.191315485799,53,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2529,0,0,1,17097,LAKE,IL,4412,1.01432377243,57,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2530,0,0,1,17097,LAKE,IL,4412,1.01196657322,57,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2531,0,0,1,17097,LAKE,IL,4412,0.914996218348,57,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2532,0,0,1,17097,LAKE,IL,4412,0.984328178498,57,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2533,0,0,1,17097,LAKE,IL,4412,0.249900820825,57,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2534,0,0,1,17097,LAKE,IL,4412,0.249295368924,57,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2535,0,0,1,17097,LAKE,IL,4412,0.249557298301,57,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2536,0,0,1,17097,LAKE,IL,4412,0.24961900852,57,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2537,0,0,1,17097,LAKE,IL,4412,0.84031466576,57,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2538,0,0,1,17097,LAKE,IL,4412,0.999626618834,57,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2539,0,0,1,17097,LAKE,IL,4412,1.00162222925,57,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2540,0,0,1,17097,LAKE,IL,4412,0.806280532254,57,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2541,0,0,1,17097,LAKE,IL,4412,0.989877733956,57,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2542,0,0,1,17097,LAKE,IL,4412,0.996678389671,57,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2543,0,0,1,17097,LAKE,IL,4412,1.00225327224,57,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2544,0,0,1,17097,LAKE,IL,4412,0.990074515168,57,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2545,0,0,1,17097,LAKE,IL,4412,0.997799487236,57,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2546,0,0,1,17097,LAKE,IL,4412,1.27549908211,57,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2547,0,0,1,17097,LAKE,IL,4412,0.990857328906,57,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2548,0,0,1,17097,LAKE,IL,4412,0.985789412401,57,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2549,0,0,1,17097,LAKE,IL,4412,0.982959012011,57,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2550,0,0,1,17097,LAKE,IL,4412,0.633131971139,57,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2551,0,0,1,17097,LAKE,IL,4312,1.00345970444,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2552,0,0,1,17097,LAKE,IL,4312,0.998270777774,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2553,0,0,1,17097,LAKE,IL,4312,0.998267344456,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2554,0,0,1,17097,LAKE,IL,4312,0.878397975931,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2555,0,0,1,17097,LAKE,IL,4312,1.0253634021,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2556,0,0,1,17097,LAKE,IL,4312,1.00731138092,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2557,0,0,1,17097,LAKE,IL,4312,0.994312267563,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2558,0,0,1,17097,LAKE,IL,4312,1.272720657,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2559,0,0,1,17097,LAKE,IL,4312,1.03264791424,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2560,0,0,1,17097,LAKE,IL,4312,1.00590469596,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2561,0,0,1,17097,LAKE,IL,4312,0.992624086269,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2562,0,0,1,17097,LAKE,IL,4312,0.250598626259,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2563,0,0,1,17097,LAKE,IL,4312,0.250262713356,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2564,0,0,1,17097,LAKE,IL,4312,0.248721847259,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2565,0,0,1,17097,LAKE,IL,4312,0.249054503581,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2566,0,0,1,17097,LAKE,IL,4312,0.690297427647,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2567,0,0,1,17097,LAKE,IL,4312,1.03849128188,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2568,0,0,1,17097,LAKE,IL,4312,1.00676264617,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2569,0,0,1,17097,LAKE,IL,4312,1.00041247661,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2570,0,0,1,17097,LAKE,IL,4312,0.98725496221,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2571,0,0,1,17097,LAKE,IL,4312,1.24467265606,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2572,0,0,1,17097,LAKE,IL,4312,1.03316023457,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2573,0,0,1,17097,LAKE,IL,4312,0.997824793639,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2574,0,0,1,17097,LAKE,IL,4312,1.00367983768,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2575,0,0,1,17097,LAKE,IL,4312,0.99021577454,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2576,0,0,1,17097,LAKE,IL,4312,0.996735194474,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2577,0,0,1,17097,LAKE,IL,4312,0.810657673001,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2578,0,0,1,17097,LAKE,IL,4312,1.02420960063,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2579,0,0,1,17097,LAKE,IL,4312,0.992931909645,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2580,0,0,1,17097,LAKE,IL,4312,1.00436167433,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2581,0,0,1,17097,LAKE,IL,4312,0.994770289882,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2582,0,0,1,17097,LAKE,IL,4312,1.00127060249,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2583,0,0,1,17097,LAKE,IL,4312,1.44269567269,61,"LAKE, IL",6,171,IL Chica,17097,United States of America,0,"LAKE, IL",MidWest,East North Central,1,MODELREGION +2584,0,0,1,17111,MCHENRY,IL,4605,7.43340391706,30,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2585,0,0,1,17111,MCHENRY,IL,4605,7.58814172996,30,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2586,0,0,1,17111,MCHENRY,IL,4605,8.96018529321,30,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2587,0,0,1,17111,MCHENRY,IL,4605,9.01313442823,30,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2588,0,0,1,17111,MCHENRY,IL,4505,9.04224002112,34,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2589,0,0,1,17111,MCHENRY,IL,4505,8.96824641115,34,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2590,0,0,1,17111,MCHENRY,IL,4505,8.96845099423,34,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2591,0,0,1,17111,MCHENRY,IL,4505,8.98165490182,34,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2592,0,0,1,17111,MCHENRY,IL,4405,8.99030096364,38,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2593,0,0,1,17111,MCHENRY,IL,4405,9.05877003474,38,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2594,0,0,1,17111,MCHENRY,IL,4405,8.88935894733,38,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2595,0,0,1,17111,MCHENRY,IL,4405,8.97127979876,38,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2596,0,0,1,17111,MCHENRY,IL,4305,9.04986592151,42,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2597,0,0,1,17111,MCHENRY,IL,4305,9.03113598919,42,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2598,0,0,1,17111,MCHENRY,IL,4305,9.02955784391,42,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2599,0,0,1,17111,MCHENRY,IL,4305,8.97260657429,42,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2600,0,0,1,17111,MCHENRY,IL,4606,7.67195353962,31,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2601,0,0,1,17111,MCHENRY,IL,4606,7.67127307046,31,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2602,0,0,1,17111,MCHENRY,IL,4606,8.9404127973,31,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2603,0,0,1,17111,MCHENRY,IL,4606,8.98012078847,31,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2604,0,0,1,17111,MCHENRY,IL,4506,8.97738530632,35,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2605,0,0,1,17111,MCHENRY,IL,4506,9.02286224221,35,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2606,0,0,1,17111,MCHENRY,IL,4506,8.92098753271,35,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2607,0,0,1,17111,MCHENRY,IL,4506,8.96086371775,35,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2608,0,0,1,17111,MCHENRY,IL,4406,8.96644987174,39,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2609,0,0,1,17111,MCHENRY,IL,4406,8.99246756778,39,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2610,0,0,1,17111,MCHENRY,IL,4406,8.9654799159,39,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2611,0,0,1,17111,MCHENRY,IL,4406,8.96339194487,39,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2612,0,0,1,17111,MCHENRY,IL,4306,9.01892288072,43,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2613,0,0,1,17111,MCHENRY,IL,4306,9.05746521894,43,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2614,0,0,1,17111,MCHENRY,IL,4306,8.91261420154,43,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2615,0,0,1,17111,MCHENRY,IL,4306,8.99795723052,43,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2616,0,0,1,17111,MCHENRY,IL,4607,7.64789751869,32,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2617,0,0,1,17111,MCHENRY,IL,4607,7.56937212316,32,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2618,0,0,1,17111,MCHENRY,IL,4607,8.93907515769,32,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2619,0,0,1,17111,MCHENRY,IL,4607,8.93965273892,32,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2620,0,0,1,17111,MCHENRY,IL,4507,8.95559919004,36,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2621,0,0,1,17111,MCHENRY,IL,4507,8.98198042255,36,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2622,0,0,1,17111,MCHENRY,IL,4507,8.948370918,36,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2623,0,0,1,17111,MCHENRY,IL,4507,8.96922301427,36,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2624,0,0,1,17111,MCHENRY,IL,4407,1.00701878923,40,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2625,0,0,1,17111,MCHENRY,IL,4407,0.992093826745,40,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2626,0,0,1,17111,MCHENRY,IL,4407,0.999660604707,40,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2627,0,0,1,17111,MCHENRY,IL,4407,0.996739879856,40,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2628,0,0,1,17111,MCHENRY,IL,4407,4.03718845255,40,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2629,0,0,1,17111,MCHENRY,IL,4407,4.00501695764,40,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2630,0,0,1,17111,MCHENRY,IL,4407,3.99008272946,40,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2631,0,0,1,17111,MCHENRY,IL,4407,3.9860215103,40,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2632,0,0,1,17111,MCHENRY,IL,4407,3.98292420031,40,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2633,0,0,1,17111,MCHENRY,IL,4407,3.96602247455,40,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2634,0,0,1,17111,MCHENRY,IL,4407,3.98924564635,40,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2635,0,0,1,17111,MCHENRY,IL,4407,3.98690714488,40,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2636,0,0,1,17111,MCHENRY,IL,4307,4.00972569655,44,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2637,0,0,1,17111,MCHENRY,IL,4307,3.96340611204,44,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2638,0,0,1,17111,MCHENRY,IL,4307,4.07712104469,44,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2639,0,0,1,17111,MCHENRY,IL,4307,3.95402301243,44,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2640,0,0,1,17111,MCHENRY,IL,4307,4.08664740028,44,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2641,0,0,1,17111,MCHENRY,IL,4307,3.97994163157,44,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2642,0,0,1,17111,MCHENRY,IL,4307,4.07220092917,44,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2643,0,0,1,17111,MCHENRY,IL,4307,3.99189600853,44,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2644,0,0,1,17111,MCHENRY,IL,4307,3.9913664451,44,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2645,0,0,1,17111,MCHENRY,IL,4608,7.60490227894,33,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2646,0,0,1,17111,MCHENRY,IL,4608,7.49044107198,33,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2647,0,0,1,17111,MCHENRY,IL,4609,2.92488506775,33,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2648,0,0,1,17111,MCHENRY,IL,4608,9.00493627384,33,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2649,0,0,1,17111,MCHENRY,IL,4608,8.96585032101,33,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2650,0,0,1,17111,MCHENRY,IL,4609,3.98305916492,33,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2651,0,0,1,17111,MCHENRY,IL,4609,4.00381309282,33,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2652,0,0,1,17111,MCHENRY,IL,4508,4.03289973168,37,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2653,0,0,1,17111,MCHENRY,IL,4508,3.98162114609,37,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2654,0,0,1,17111,MCHENRY,IL,4508,3.99964159851,37,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2655,0,0,1,17111,MCHENRY,IL,4509,3.95178665207,37,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2656,0,0,1,17111,MCHENRY,IL,4508,4.02551709912,37,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2657,0,0,1,17111,MCHENRY,IL,4508,3.96448681172,37,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2658,0,0,1,17111,MCHENRY,IL,4508,3.97604366905,37,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2659,0,0,1,17111,MCHENRY,IL,4509,4.00682623607,37,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2660,0,0,1,17111,MCHENRY,IL,4508,4.000680166,37,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2661,0,0,1,17111,MCHENRY,IL,4508,4.00211057169,37,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2662,0,0,1,17111,MCHENRY,IL,4508,3.96949810016,37,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2663,0,0,1,17111,MCHENRY,IL,4509,4.05948114384,37,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2664,0,0,1,17111,MCHENRY,IL,4408,3.99708161405,41,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2665,0,0,1,17111,MCHENRY,IL,4408,0.990484111991,41,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2666,0,0,1,17111,MCHENRY,IL,4408,0.997972044494,41,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2667,0,0,1,17111,MCHENRY,IL,4408,0.98746827832,41,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2668,0,0,1,17111,MCHENRY,IL,4408,1.00080751691,41,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2669,0,0,1,17111,MCHENRY,IL,4408,3.96549103135,41,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2670,0,0,1,17111,MCHENRY,IL,4409,4.09784168133,41,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2671,0,0,1,17111,MCHENRY,IL,4408,4.01324010901,41,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2672,0,0,1,17111,MCHENRY,IL,4408,3.97995099211,41,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2673,0,0,1,17111,MCHENRY,IL,4408,3.97886882892,41,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2674,0,0,1,17111,MCHENRY,IL,4409,4.08074036945,41,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2675,0,0,1,17111,MCHENRY,IL,4408,3.9916163092,41,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2676,0,0,1,17111,MCHENRY,IL,4408,3.98136711431,41,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2677,0,0,1,17111,MCHENRY,IL,4408,3.98964268451,41,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2678,0,0,1,17111,MCHENRY,IL,4409,4.0344466766,41,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2679,0,0,1,17111,MCHENRY,IL,4308,0.984785775424,45,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2680,0,0,1,17111,MCHENRY,IL,4308,1.03924142947,45,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2681,0,0,1,17111,MCHENRY,IL,4308,0.989158595122,45,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2682,0,0,1,17111,MCHENRY,IL,4308,0.252102969488,45,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2683,0,0,1,17111,MCHENRY,IL,4308,0.250532408945,45,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2684,0,0,1,17111,MCHENRY,IL,4308,0.25255992022,45,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2685,0,0,1,17111,MCHENRY,IL,4308,0.250992740009,45,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2686,0,0,1,17111,MCHENRY,IL,4308,1.04970843768,45,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2687,0,0,1,17111,MCHENRY,IL,4308,0.992947802519,45,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2688,0,0,1,17111,MCHENRY,IL,4308,1.04141227333,45,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2689,0,0,1,17111,MCHENRY,IL,4308,0.988837418725,45,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2690,0,0,1,17111,MCHENRY,IL,4308,4.06530039192,45,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2691,0,0,1,17111,MCHENRY,IL,4309,4.01311251882,45,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2692,0,0,1,17111,MCHENRY,IL,4308,3.98460651948,45,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2693,0,0,1,17111,MCHENRY,IL,4308,3.97736980925,45,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2694,0,0,1,17111,MCHENRY,IL,4308,3.92578036489,45,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2695,0,0,1,17111,MCHENRY,IL,4309,4.02155652561,45,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2696,0,0,1,17111,MCHENRY,IL,4308,0.987791836706,45,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2697,0,0,1,17111,MCHENRY,IL,4308,1.00654837844,45,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2698,0,0,1,17111,MCHENRY,IL,4308,0.986332791413,45,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2699,0,0,1,17111,MCHENRY,IL,4308,0.973138960945,45,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2700,0,0,1,17111,MCHENRY,IL,4308,4.00568832123,45,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2701,0,0,1,17111,MCHENRY,IL,4308,4.00166828436,45,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2702,0,0,1,17111,MCHENRY,IL,4309,3.95408115504,45,"MCHENRY, IL",7,171,IL Chica,17111,United States of America,0,"MCHENRY, IL",MidWest,East North Central,1,MODELREGION +2703,0,0,1,17197,WILL,IL,3709,3.87772827483,87,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2704,0,0,1,17197,WILL,IL,3709,4.15334092369,87,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2705,0,0,1,17197,WILL,IL,3709,4.14296556506,87,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2706,0,0,1,17197,WILL,IL,3709,3.77034751991,87,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2707,0,0,1,17197,WILL,IL,3709,4.03129071728,87,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2708,0,0,1,17197,WILL,IL,3709,4.02150540569,87,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2709,0,0,1,17197,WILL,IL,3709,3.80098731066,87,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2710,0,0,1,17197,WILL,IL,3709,4.02291177135,87,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2711,0,0,1,17197,WILL,IL,3709,4.00273680077,87,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2712,0,0,1,17197,WILL,IL,3609,3.78881466899,89,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2713,0,0,1,17197,WILL,IL,3609,3.9430490744,89,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2714,0,0,1,17197,WILL,IL,3609,4.00308475957,89,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2715,0,0,1,17197,WILL,IL,3609,3.69427035313,89,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2716,0,0,1,17197,WILL,IL,3609,4.01374349751,89,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2717,0,0,1,17197,WILL,IL,3609,4.01189814858,89,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2718,0,0,1,17197,WILL,IL,3609,3.74438780579,89,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2719,0,0,1,17197,WILL,IL,3609,3.98846107181,89,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2720,0,0,1,17197,WILL,IL,3609,4.01414757545,89,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2721,0,0,1,17197,WILL,IL,3509,3.77446850362,92,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2722,0,0,1,17197,WILL,IL,3509,4.02719981075,92,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2723,0,0,1,17197,WILL,IL,3509,4.00987016321,92,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2724,0,0,1,17197,WILL,IL,3509,3.76272227625,92,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2725,0,0,1,17197,WILL,IL,3509,4.02033088194,92,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2726,0,0,1,17197,WILL,IL,3509,1.00871336157,92,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2727,0,0,1,17197,WILL,IL,3509,0.994851813679,92,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2728,0,0,1,17197,WILL,IL,3509,0.991023002042,92,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2729,0,0,1,17197,WILL,IL,3509,1.0134721085,92,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2730,0,0,1,17197,WILL,IL,3509,3.79868549926,92,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2731,0,0,1,17197,WILL,IL,3509,3.97958880293,92,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2732,0,0,1,17197,WILL,IL,3509,3.94466570433,92,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2733,0,0,1,17197,WILL,IL,3409,8.80990238091,96,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2734,0,0,1,17197,WILL,IL,3409,8.99847296014,96,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2735,0,0,1,17197,WILL,IL,3409,8.79985119755,96,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2736,0,0,1,17197,WILL,IL,3409,8.92340766039,96,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2737,0,0,1,17197,WILL,IL,3309,8.88466767207,102,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2738,0,0,1,17197,WILL,IL,3309,9.00755321706,102,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2739,0,0,1,17197,WILL,IL,3309,8.99049552338,102,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2740,0,0,1,17197,WILL,IL,3309,9.03351384105,102,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2741,0,0,1,17197,WILL,IL,3209,8.96848714748,108,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2742,0,0,1,17197,WILL,IL,3209,9.08063069252,108,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2743,0,0,1,17197,WILL,IL,3209,9.03940097747,108,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2744,0,0,1,17197,WILL,IL,3209,9.02663698378,108,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2745,0,0,1,17197,WILL,IL,3710,4.24055256086,88,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2746,0,0,1,17197,WILL,IL,3710,1.01216820017,88,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2747,0,0,1,17197,WILL,IL,3710,1.02777389817,88,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2748,0,0,1,17197,WILL,IL,3710,0.993683362336,88,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2749,0,0,1,17197,WILL,IL,3710,1.00835443368,88,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2750,0,0,1,17197,WILL,IL,3710,1.03722313694,88,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2751,0,0,1,17197,WILL,IL,3710,1.04058044662,88,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2752,0,0,1,17197,WILL,IL,3710,0.995269879609,88,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2753,0,0,1,17197,WILL,IL,3710,1.0144198183,88,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2754,0,0,1,17197,WILL,IL,3710,4.22646822154,88,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2755,0,0,1,17197,WILL,IL,3710,0.992971947794,88,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2756,0,0,1,17197,WILL,IL,3710,1.00194251409,88,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2757,0,0,1,17197,WILL,IL,3710,0.999612832839,88,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2758,0,0,1,17197,WILL,IL,3710,0.9963831084,88,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2759,0,0,1,17197,WILL,IL,3710,4.0069876902,88,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2760,0,0,1,17197,WILL,IL,3710,1.07264708562,88,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2761,0,0,1,17197,WILL,IL,3710,1.0152258956,88,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2762,0,0,1,17197,WILL,IL,3710,1.08827305726,88,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2763,0,0,1,17197,WILL,IL,3710,1.01220631373,88,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2764,0,0,1,17197,WILL,IL,3710,3.99354200631,88,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2765,0,0,1,17197,WILL,IL,3710,4.00567360106,88,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2766,0,0,1,17197,WILL,IL,3610,4.20724293597,90,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2767,0,0,1,17197,WILL,IL,3610,4.02458477197,90,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2768,0,0,1,17197,WILL,IL,3610,4.02294881465,90,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2769,0,0,1,17197,WILL,IL,3610,4.17119281579,90,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2770,0,0,1,17197,WILL,IL,3610,4.01110021701,90,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2771,0,0,1,17197,WILL,IL,3610,3.99044220024,90,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2772,0,0,1,17197,WILL,IL,3610,1.07756086223,90,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2773,0,0,1,17197,WILL,IL,3610,1.0029528533,90,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2774,0,0,1,17197,WILL,IL,3610,1.07602197787,90,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2775,0,0,1,17197,WILL,IL,3610,0.999921494346,90,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2776,0,0,1,17197,WILL,IL,3610,1.01953200899,90,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2777,0,0,1,17197,WILL,IL,3610,1.00846203983,90,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2778,0,0,1,17197,WILL,IL,3610,0.998211047129,90,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2779,0,0,1,17197,WILL,IL,3610,1.00110175313,90,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2780,0,0,1,17197,WILL,IL,3610,3.98951469575,90,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2781,0,0,1,17197,WILL,IL,3510,0.24988585712,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2782,0,0,1,17197,WILL,IL,3510,0.252003850406,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2783,0,0,1,17197,WILL,IL,3510,0.287087063979,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2784,0,0,1,17197,WILL,IL,3510,0.286705439936,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2785,0,0,1,17197,WILL,IL,3510,1.00179241435,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2786,0,0,1,17197,WILL,IL,3510,0.289804940503,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2787,0,0,1,17197,WILL,IL,3510,0.249902653876,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2788,0,0,1,17197,WILL,IL,3510,0.24989974717,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2789,0,0,1,17197,WILL,IL,3510,0.288320687145,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2790,0,0,1,17197,WILL,IL,3510,0.991526365087,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2791,0,0,1,17197,WILL,IL,3510,1.00272468356,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2792,0,0,1,17197,WILL,IL,3510,0.992712840273,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2793,0,0,1,17197,WILL,IL,3510,0.249813144676,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2794,0,0,1,17197,WILL,IL,3510,0.250124963347,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2795,0,0,1,17197,WILL,IL,3510,0.250100491834,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2796,0,0,1,17197,WILL,IL,3510,0.249746271974,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2797,0,0,1,17197,WILL,IL,3510,0.249750427075,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2798,0,0,1,17197,WILL,IL,3510,0.249340693167,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2799,0,0,1,17197,WILL,IL,3510,0.249474839254,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2800,0,0,1,17197,WILL,IL,3510,0.249617270346,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2801,0,0,1,17197,WILL,IL,3510,0.98977687286,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2802,0,0,1,17197,WILL,IL,3510,0.983625151661,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2803,0,0,1,17197,WILL,IL,3510,0.247432154007,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2804,0,0,1,17197,WILL,IL,3510,0.245650544256,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2805,0,0,1,17197,WILL,IL,3510,0.245842616797,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2806,0,0,1,17197,WILL,IL,3510,0.247229548805,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2807,0,0,1,17197,WILL,IL,3510,0.980461046937,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2808,0,0,1,17197,WILL,IL,3510,1.07617554643,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2809,0,0,1,17197,WILL,IL,3510,0.988519737826,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2810,0,0,1,17197,WILL,IL,3510,1.02533031529,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2811,0,0,1,17197,WILL,IL,3510,0.964170671085,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2812,0,0,1,17197,WILL,IL,3510,0.98792747195,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2813,0,0,1,17197,WILL,IL,3510,0.983850066115,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2814,0,0,1,17197,WILL,IL,3510,0.979256721545,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2815,0,0,1,17197,WILL,IL,3510,0.985407570317,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2816,0,0,1,17197,WILL,IL,3510,0.987433466312,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2817,0,0,1,17197,WILL,IL,3510,0.989895424741,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2818,0,0,1,17197,WILL,IL,3510,0.983670079136,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2819,0,0,1,17197,WILL,IL,3510,0.980771592436,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2820,0,0,1,17197,WILL,IL,3510,1.02909511803,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2821,0,0,1,17197,WILL,IL,3510,1.00463765965,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2822,0,0,1,17197,WILL,IL,3510,1.04757395773,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2823,0,0,1,17197,WILL,IL,3510,0.984801272877,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2824,0,0,1,17197,WILL,IL,3510,3.99375881275,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2825,0,0,1,17197,WILL,IL,3510,3.96524600596,93,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2826,0,0,1,17197,WILL,IL,3410,9.12952117103,97,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2827,0,0,1,17197,WILL,IL,3410,9.03891479329,97,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2828,0,0,1,17197,WILL,IL,3410,9.05148886736,97,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2829,0,0,1,17197,WILL,IL,3410,8.98166227202,97,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2830,0,0,1,17197,WILL,IL,3310,9.01224961081,103,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2831,0,0,1,17197,WILL,IL,3310,9.24564849048,103,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2832,0,0,1,17197,WILL,IL,3310,9.10114698793,103,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2833,0,0,1,17197,WILL,IL,3310,9.14236672829,103,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2834,0,0,1,17197,WILL,IL,3210,9.34495201476,109,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2835,0,0,1,17197,WILL,IL,3210,9.03455662834,109,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2836,0,0,1,17197,WILL,IL,3210,9.32633820942,109,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2837,0,0,1,17197,WILL,IL,3210,9.12677254475,109,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2838,0,0,1,17197,WILL,IL,3611,3.96435602934,91,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2839,0,0,1,17197,WILL,IL,3611,4.02701101347,91,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2840,0,0,1,17197,WILL,IL,3611,4.01970616236,91,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2841,0,0,1,17197,WILL,IL,3611,3.9931911229,91,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2842,0,0,1,17197,WILL,IL,3611,4.03354355085,91,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2843,0,0,1,17197,WILL,IL,3611,4.02600854878,91,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2844,0,0,1,17197,WILL,IL,3611,3.99587155514,91,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2845,0,0,1,17197,WILL,IL,3611,4.01400580927,91,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2846,0,0,1,17197,WILL,IL,3611,4.0193839925,91,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2847,0,0,1,17197,WILL,IL,3511,3.97861886665,94,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2848,0,0,1,17197,WILL,IL,3511,3.99807402677,94,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2849,0,0,1,17197,WILL,IL,3511,4.02480845905,94,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2850,0,0,1,17197,WILL,IL,3511,3.97994223537,94,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2851,0,0,1,17197,WILL,IL,3511,4.01718123657,94,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2852,0,0,1,17197,WILL,IL,3511,3.98288559802,94,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2853,0,0,1,17197,WILL,IL,3511,4.00615783327,94,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2854,0,0,1,17197,WILL,IL,3511,4.00826448245,94,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2855,0,0,1,17197,WILL,IL,3511,3.99921552061,94,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2856,0,0,1,17197,WILL,IL,3411,4.02460596294,98,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2857,0,0,1,17197,WILL,IL,3411,4.0188690301,98,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2858,0,0,1,17197,WILL,IL,3411,4.07910469271,98,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2859,0,0,1,17197,WILL,IL,3411,4.03070285471,98,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2860,0,0,1,17197,WILL,IL,3411,4.15898164119,98,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2861,0,0,1,17197,WILL,IL,3411,4.28722463271,98,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2862,0,0,1,17197,WILL,IL,3411,4.1086432155,98,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2863,0,0,1,17197,WILL,IL,3411,4.14637362769,98,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2864,0,0,1,17197,WILL,IL,3411,4.01882217011,98,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2865,0,0,1,17197,WILL,IL,3311,9.1531785747,104,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2866,0,0,1,17197,WILL,IL,3311,9.07293293631,104,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2867,0,0,1,17197,WILL,IL,3311,9.05810728765,104,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2868,0,0,1,17197,WILL,IL,3311,9.07050674982,104,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2869,0,0,1,17197,WILL,IL,3512,4.05116316642,95,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2870,0,0,1,17197,WILL,IL,3512,1.02670917575,95,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2871,0,0,1,17197,WILL,IL,3512,1.01912005168,95,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2872,0,0,1,17197,WILL,IL,3512,1.01398715797,95,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2873,0,0,1,17197,WILL,IL,3512,1.02858152319,95,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2874,0,0,1,17197,WILL,IL,3512,1.01786268808,95,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2875,0,0,1,17197,WILL,IL,3512,1.02511811609,95,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2876,0,0,1,17197,WILL,IL,3512,1.13910293264,95,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2877,0,0,1,17197,WILL,IL,3512,1.02296213963,95,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2878,0,0,1,17197,WILL,IL,3512,4.04713466151,95,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2879,0,0,1,17197,WILL,IL,3512,4.14210665093,95,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2880,0,0,1,17197,WILL,IL,3512,4.20078634691,95,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2881,0,0,1,17197,WILL,IL,3512,3.99646761598,95,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2882,0,0,1,17197,WILL,IL,3512,4.06188681387,95,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2883,0,0,1,17197,WILL,IL,3512,4.02684842636,95,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2884,0,0,1,17197,WILL,IL,3412,4.29939041543,99,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2885,0,0,1,17197,WILL,IL,3412,4.09533034281,99,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2886,0,0,1,17197,WILL,IL,3412,4.01869182394,99,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2887,0,0,1,17197,WILL,IL,3412,4.04756280938,99,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2888,0,0,1,17197,WILL,IL,3412,4.0396961493,99,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2889,0,0,1,17197,WILL,IL,3412,4.04905382298,99,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2890,0,0,1,17197,WILL,IL,3412,4.0529065852,99,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2891,0,0,1,17197,WILL,IL,3412,4.028082753,99,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2892,0,0,1,17197,WILL,IL,3412,4.02462287692,99,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2893,0,0,1,17197,WILL,IL,3312,9.0918988323,105,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2894,0,0,1,17197,WILL,IL,3312,9.06188549078,105,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2895,0,0,1,17197,WILL,IL,3312,9.09154734343,105,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2896,0,0,1,17197,WILL,IL,3312,9.07244671553,105,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2897,0,0,1,17197,WILL,IL,3413,3.98069681504,100,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2898,0,0,1,17197,WILL,IL,3413,3.87707404395,100,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2899,0,0,1,17197,WILL,IL,3413,3.83876317946,100,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2900,0,0,1,17197,WILL,IL,3413,4.03449920455,100,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2901,0,0,1,17197,WILL,IL,3413,3.91974060464,100,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2902,0,0,1,17197,WILL,IL,3413,4.02624469007,100,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2903,0,0,1,17197,WILL,IL,3413,4.03772998598,100,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2904,0,0,1,17197,WILL,IL,3413,4.03357030377,100,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2905,0,0,1,17197,WILL,IL,3413,4.05761842581,100,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2906,0,0,1,17197,WILL,IL,3313,9.07547691842,106,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2907,0,0,1,17197,WILL,IL,3313,9.05724294795,106,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2908,0,0,1,17197,WILL,IL,3313,9.03257530245,106,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2909,0,0,1,17197,WILL,IL,3313,9.05696224082,106,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2910,0,0,1,17197,WILL,IL,3414,3.79911355175,101,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2911,0,0,1,17197,WILL,IL,3414,3.767178045,101,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2912,0,0,1,17197,WILL,IL,3414,3.72845205166,101,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2913,0,0,1,17197,WILL,IL,3415,4.40195446242,101,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2914,0,0,1,17197,WILL,IL,3414,4.00690606172,101,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2915,0,0,1,17197,WILL,IL,3414,4.01265894503,101,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2916,0,0,1,17197,WILL,IL,3414,3.9956647666,101,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2917,0,0,1,17197,WILL,IL,3415,4.49865385224,101,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2918,0,0,1,17197,WILL,IL,3414,4.02237850954,101,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2919,0,0,1,17197,WILL,IL,3414,4.03958629293,101,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2920,0,0,1,17197,WILL,IL,3414,4.03148180748,101,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2921,0,0,1,17197,WILL,IL,3314,9.07050100066,107,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2922,0,0,1,17197,WILL,IL,3314,9.01415299542,107,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2923,0,0,1,17197,WILL,IL,3315,4.37271883383,107,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2924,0,0,1,17197,WILL,IL,3314,9.05771630965,107,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2925,0,0,1,17197,WILL,IL,3314,9.04240376792,107,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2926,0,0,1,17197,WILL,IL,3315,4.24436655992,107,"WILL, IL",8,171,IL Chica,17197,United States of America,0,"WILL, IL",MidWest,East North Central,1,MODELREGION +2927,0,0,0,17063,GRUNDY,IL,3106,36.0663363534,119,"GRUNDY, IL",11,171,IL Chica,17063,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2928,0,0,0,17063,GRUNDY,IL,3107,35.6609576946,119,"GRUNDY, IL",11,171,IL Chica,17063,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2929,0,0,0,17063,GRUNDY,IL,3108,36.3260027304,119,"GRUNDY, IL",11,171,IL Chica,17063,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2930,0,0,0,17063,GRUNDY,IL,3206,35.675912803,119,"GRUNDY, IL",11,171,IL Chica,17063,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2931,0,0,0,17063,GRUNDY,IL,3207,35.4353202628,119,"GRUNDY, IL",11,171,IL Chica,17063,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2932,0,0,0,17063,GRUNDY,IL,3208,9.10125578858,119,"GRUNDY, IL",11,171,IL Chica,17063,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2933,0,0,0,17063,GRUNDY,IL,3208,9.0646722754,119,"GRUNDY, IL",11,171,IL Chica,17063,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2934,0,0,0,17063,GRUNDY,IL,3208,8.997383442,119,"GRUNDY, IL",11,171,IL Chica,17063,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2935,0,0,0,17063,GRUNDY,IL,3208,8.99011897972,119,"GRUNDY, IL",11,171,IL Chica,17063,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2936,0,0,0,17063,GRUNDY,IL,3306,35.6151384497,119,"GRUNDY, IL",11,171,IL Chica,17063,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2937,0,0,0,17063,GRUNDY,IL,3307,8.78415411703,119,"GRUNDY, IL",11,171,IL Chica,17063,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2938,0,0,0,17063,GRUNDY,IL,3307,9.08641414279,119,"GRUNDY, IL",11,171,IL Chica,17063,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2939,0,0,0,17063,GRUNDY,IL,3307,8.95346966155,119,"GRUNDY, IL",11,171,IL Chica,17063,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2940,0,0,0,17063,GRUNDY,IL,3307,9.09973409262,119,"GRUNDY, IL",11,171,IL Chica,17063,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2941,0,0,0,17063,GRUNDY,IL,3308,8.99137611941,119,"GRUNDY, IL",11,171,IL Chica,17063,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2942,0,0,0,17063,GRUNDY,IL,3308,9.01748423673,119,"GRUNDY, IL",11,171,IL Chica,17063,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2943,0,0,0,17063,GRUNDY,IL,3308,8.95113510061,119,"GRUNDY, IL",11,171,IL Chica,17063,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2944,0,0,0,17063,GRUNDY,IL,3308,8.99569226553,119,"GRUNDY, IL",11,171,IL Chica,17063,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2945,0,0,0,17063,GRUNDY,IL,3406,35.8352616884,119,"GRUNDY, IL",11,171,IL Chica,17063,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2946,0,0,0,17063,GRUNDY,IL,3407,9.01887666713,119,"GRUNDY, IL",11,171,IL Chica,17063,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2947,0,0,0,17063,GRUNDY,IL,3407,9.05233974383,119,"GRUNDY, IL",11,171,IL Chica,17063,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2948,0,0,0,17063,GRUNDY,IL,3407,9.01970370502,119,"GRUNDY, IL",11,171,IL Chica,17063,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2949,0,0,1,17063,GRUNDY,IL,3408,35.6508150048,119,"GRUNDY, IL",9,171,IL Chica,17063,United States of America,0,"GRUNDY, IL (CMAP Part)",MidWest,East North Central,1,MODELREGION +2950,0,0,0,17063,GRUNDY,IL,3407,9.09181471913,119,"GRUNDY, IL",11,171,IL Chica,17063,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2951,0,0,0,17007,BOONE,IL,4303,9.11740939771,120,"BOONE, IL",11,179,IL rem,17007,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2952,0,0,0,17007,BOONE,IL,4303,9.05543948967,120,"BOONE, IL",11,179,IL rem,17007,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2953,0,0,0,17007,BOONE,IL,4303,9.20720915221,120,"BOONE, IL",11,179,IL rem,17007,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2954,0,0,0,17007,BOONE,IL,4303,9.065185297,120,"BOONE, IL",11,179,IL rem,17007,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2955,0,0,0,17007,BOONE,IL,4304,36.0875719034,120,"BOONE, IL",11,179,IL rem,17007,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2956,0,0,0,17007,BOONE,IL,4403,4.16248693109,120,"BOONE, IL",11,179,IL rem,17007,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2957,0,0,0,17007,BOONE,IL,4403,4.03734970196,120,"BOONE, IL",11,179,IL rem,17007,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2958,0,0,0,17007,BOONE,IL,4403,4.00586888763,120,"BOONE, IL",11,179,IL rem,17007,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2959,0,0,0,17007,BOONE,IL,4403,4.20468211986,120,"BOONE, IL",11,179,IL rem,17007,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2960,0,0,0,17007,BOONE,IL,4403,4.00664717239,120,"BOONE, IL",11,179,IL rem,17007,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2961,0,0,0,17007,BOONE,IL,4403,3.9993896935,120,"BOONE, IL",11,179,IL rem,17007,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2962,0,0,0,17007,BOONE,IL,4403,4.14063876072,120,"BOONE, IL",11,179,IL rem,17007,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2963,0,0,0,17007,BOONE,IL,4403,4.00756052961,120,"BOONE, IL",11,179,IL rem,17007,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2964,0,0,0,17007,BOONE,IL,4403,4.0061754639,120,"BOONE, IL",11,179,IL rem,17007,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2965,0,0,0,17007,BOONE,IL,4404,9.00467979445,120,"BOONE, IL",11,179,IL rem,17007,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2966,0,0,0,17007,BOONE,IL,4404,8.91430682291,120,"BOONE, IL",11,179,IL rem,17007,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2967,0,0,0,17007,BOONE,IL,4404,9.03158142556,120,"BOONE, IL",11,179,IL rem,17007,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2968,0,0,0,17007,BOONE,IL,4404,8.94733291876,120,"BOONE, IL",11,179,IL rem,17007,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2969,0,0,0,17007,BOONE,IL,4503,9.15131917239,120,"BOONE, IL",11,179,IL rem,17007,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2970,0,0,0,17007,BOONE,IL,4503,9.05658898426,120,"BOONE, IL",11,179,IL rem,17007,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2971,0,0,0,17007,BOONE,IL,4503,9.18850758282,120,"BOONE, IL",11,179,IL rem,17007,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2972,0,0,0,17007,BOONE,IL,4503,9.10127858945,120,"BOONE, IL",11,179,IL rem,17007,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2973,0,0,0,17007,BOONE,IL,4504,35.7354279218,120,"BOONE, IL",11,179,IL rem,17007,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2974,0,0,0,17007,BOONE,IL,4603,33.4963354526,120,"BOONE, IL",11,179,IL rem,17007,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2975,0,0,0,17007,BOONE,IL,4604,31.2695945832,120,"BOONE, IL",11,179,IL rem,17007,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2976,0,0,0,17037,DEKALB,IL,3703,37.7714834447,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2977,0,0,1,17037,DEKALB,IL,3705,34.6506781648,121,"DEKALB, IL",10,171,IL Chica,17037,United States of America,0,"DEKALB, IL (CMAP Part)",MidWest,East North Central,1,MODELREGION +2978,0,0,0,17037,DEKALB,IL,3704,32.8589023655,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2979,0,0,0,17037,DEKALB,IL,3803,35.2309805165,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2980,0,0,0,17037,DEKALB,IL,3804,35.2796052895,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2981,0,0,0,17037,DEKALB,IL,3805,8.5710907146,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2982,0,0,0,17037,DEKALB,IL,3805,8.98116376193,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2983,0,0,0,17037,DEKALB,IL,3805,8.55707027964,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2984,0,0,0,17037,DEKALB,IL,3805,8.9996071492,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2985,0,0,0,17037,DEKALB,IL,3903,35.2368150572,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2986,0,0,0,17037,DEKALB,IL,3904,35.1784664353,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2987,0,0,0,17037,DEKALB,IL,3905,35.0694147886,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2988,0,0,0,17037,DEKALB,IL,4003,34.9801033815,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2989,0,0,0,17037,DEKALB,IL,4004,4.01242385562,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2990,0,0,0,17037,DEKALB,IL,4004,3.69761790528,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2991,0,0,0,17037,DEKALB,IL,4004,4.03403491595,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2992,0,0,0,17037,DEKALB,IL,4004,3.99791805942,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2993,0,0,0,17037,DEKALB,IL,4004,4.03144788458,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2994,0,0,0,17037,DEKALB,IL,4004,3.72861890706,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2995,0,0,0,17037,DEKALB,IL,4004,4.01124043447,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2996,0,0,0,17037,DEKALB,IL,4004,4.02855935586,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2997,0,0,0,17037,DEKALB,IL,4004,3.75496488886,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2998,0,0,0,17037,DEKALB,IL,4005,8.57580811231,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +2999,0,0,0,17037,DEKALB,IL,4005,9.05452483175,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3000,0,0,0,17037,DEKALB,IL,4005,8.56517497227,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3001,0,0,0,17037,DEKALB,IL,4005,9.0753208682,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3002,0,0,0,17037,DEKALB,IL,4103,34.4372556953,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3003,0,0,0,17037,DEKALB,IL,4104,35.1990035694,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3004,0,0,0,17037,DEKALB,IL,4105,3.61615533508,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3005,0,0,0,17037,DEKALB,IL,4105,4.07956882188,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3006,0,0,0,17037,DEKALB,IL,4105,4.05072219302,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3007,0,0,0,17037,DEKALB,IL,4105,3.64417852665,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3008,0,0,0,17037,DEKALB,IL,4105,4.04365099526,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3009,0,0,0,17037,DEKALB,IL,4105,4.04250117531,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3010,0,0,0,17037,DEKALB,IL,4105,3.47595112766,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3011,0,0,0,17037,DEKALB,IL,4105,3.79881187012,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3012,0,0,0,17037,DEKALB,IL,4105,3.75290165309,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3013,0,0,0,17037,DEKALB,IL,4203,36.2280951834,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3014,0,0,0,17037,DEKALB,IL,4204,9.024227072,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3015,0,0,0,17037,DEKALB,IL,4204,9.00945384335,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3016,0,0,0,17037,DEKALB,IL,4204,9.06290089528,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3017,0,0,0,17037,DEKALB,IL,4204,8.99553078347,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3018,0,0,0,17037,DEKALB,IL,4205,9.01475222225,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3019,0,0,0,17037,DEKALB,IL,4205,9.04334190865,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3020,0,0,0,17037,DEKALB,IL,4205,9.0127827515,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3021,0,0,0,17037,DEKALB,IL,4205,9.07045750522,121,"DEKALB, IL",11,171,IL Chica,17037,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3022,0,0,0,17091,KANKAKEE,IL,2913,3.9570117054,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3023,0,0,0,17091,KANKAKEE,IL,2913,4.00340842295,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3024,0,0,0,17091,KANKAKEE,IL,2913,3.99038719902,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3025,0,0,0,17091,KANKAKEE,IL,2914,7.67644127497,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3026,0,0,0,17091,KANKAKEE,IL,2914,6.15400549286,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3027,0,0,0,17091,KANKAKEE,IL,3009,49.7595980886,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3028,0,0,0,17091,KANKAKEE,IL,3010,49.4847081726,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3029,0,0,0,17091,KANKAKEE,IL,3011,52.3687081689,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3030,0,0,0,17091,KANKAKEE,IL,3012,47.5254791392,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3031,0,0,0,17091,KANKAKEE,IL,3013,3.94170042154,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3032,0,0,0,17091,KANKAKEE,IL,3013,4.01622657864,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3033,0,0,0,17091,KANKAKEE,IL,3013,4.00110087951,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3034,0,0,0,17091,KANKAKEE,IL,3013,3.95307010856,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3035,0,0,0,17091,KANKAKEE,IL,3013,4.01768619369,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3036,0,0,0,17091,KANKAKEE,IL,3013,4.03028185083,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3037,0,0,0,17091,KANKAKEE,IL,3013,3.65621436632,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3038,0,0,0,17091,KANKAKEE,IL,3013,3.79871888011,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3039,0,0,0,17091,KANKAKEE,IL,3013,3.75851686865,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3040,0,0,0,17091,KANKAKEE,IL,3014,11.4532323063,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3041,0,0,0,17091,KANKAKEE,IL,3014,9.28227986666,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3042,0,0,0,17091,KANKAKEE,IL,3014,11.381737597,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3043,0,0,0,17091,KANKAKEE,IL,3014,8.94826485258,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3044,0,0,0,17091,KANKAKEE,IL,3109,36.2727354376,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3045,0,0,0,17091,KANKAKEE,IL,3110,36.587835783,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3046,0,0,0,17091,KANKAKEE,IL,3111,9.09861072182,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3047,0,0,0,17091,KANKAKEE,IL,3111,9.22995365604,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3048,0,0,0,17091,KANKAKEE,IL,3111,8.82569775794,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3049,0,0,0,17091,KANKAKEE,IL,3111,9.39444493894,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3050,0,0,0,17091,KANKAKEE,IL,3112,4.09870634015,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3051,0,0,0,17091,KANKAKEE,IL,3112,4.03558307391,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3052,0,0,0,17091,KANKAKEE,IL,3112,4.04561759485,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3053,0,0,0,17091,KANKAKEE,IL,3112,4.09300602061,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3054,0,0,0,17091,KANKAKEE,IL,3112,4.0552938948,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3055,0,0,0,17091,KANKAKEE,IL,3112,4.04916018214,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3056,0,0,0,17091,KANKAKEE,IL,3112,4.02599599077,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3057,0,0,0,17091,KANKAKEE,IL,3112,4.10437298838,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3058,0,0,0,17091,KANKAKEE,IL,3112,4.08106996418,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3059,0,0,0,17091,KANKAKEE,IL,3113,9.21758009704,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3060,0,0,0,17091,KANKAKEE,IL,3113,9.13215797193,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3061,0,0,0,17091,KANKAKEE,IL,3113,9.26918967135,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3062,0,0,0,17091,KANKAKEE,IL,3113,9.07932889242,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3063,0,0,0,17091,KANKAKEE,IL,3114,9.14112474457,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3064,0,0,0,17091,KANKAKEE,IL,3114,12.2417726384,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3065,0,0,0,17091,KANKAKEE,IL,3114,9.15534237289,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3066,0,0,0,17091,KANKAKEE,IL,3114,12.353779678,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3067,0,0,0,17091,KANKAKEE,IL,3211,36.5567813966,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3068,0,0,0,17091,KANKAKEE,IL,3212,9.0622067598,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3069,0,0,0,17091,KANKAKEE,IL,3212,9.09719689008,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3070,0,0,0,17091,KANKAKEE,IL,3212,9.29350887921,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3071,0,0,0,17091,KANKAKEE,IL,3212,9.36625743781,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3072,0,0,0,17091,KANKAKEE,IL,3213,37.2410835591,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3073,0,0,0,17091,KANKAKEE,IL,3214,43.8974153669,122,"KANKAKEE, IL",11,171,IL Chica,17091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3074,0,0,0,17099,LASALLE,IL,3101,36.3206736255,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3075,0,0,0,17099,LASALLE,IL,3102,36.4119624316,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3076,0,0,0,17099,LASALLE,IL,3103,4.03608776572,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3077,0,0,0,17099,LASALLE,IL,3103,3.99944163998,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3078,0,0,0,17099,LASALLE,IL,3103,3.99856023527,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3079,0,0,0,17099,LASALLE,IL,3103,3.99558822433,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3080,0,0,0,17099,LASALLE,IL,3103,4.03223500155,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3081,0,0,0,17099,LASALLE,IL,3103,4.02532775804,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3082,0,0,0,17099,LASALLE,IL,3103,3.98348402929,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3083,0,0,0,17099,LASALLE,IL,3103,3.92449491364,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3084,0,0,0,17099,LASALLE,IL,3103,4.03811774784,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3085,0,0,0,17099,LASALLE,IL,3104,36.1149490171,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3086,0,0,0,17099,LASALLE,IL,3105,36.2219206028,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3087,0,0,0,17099,LASALLE,IL,3201,36.1502325807,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3088,0,0,0,17099,LASALLE,IL,3202,36.390466554,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3089,0,0,0,17099,LASALLE,IL,3203,36.3132496092,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3090,0,0,0,17099,LASALLE,IL,3204,35.6818563206,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3091,0,0,0,17099,LASALLE,IL,3205,36.3113367836,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3092,0,0,0,17099,LASALLE,IL,3301,4.10815605746,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3093,0,0,0,17099,LASALLE,IL,3301,3.99671320411,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3094,0,0,0,17099,LASALLE,IL,3301,3.93820274737,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3095,0,0,0,17099,LASALLE,IL,3301,4.09126045185,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3096,0,0,0,17099,LASALLE,IL,3301,4.00850235846,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3097,0,0,0,17099,LASALLE,IL,3301,3.904993772,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3098,0,0,0,17099,LASALLE,IL,3301,4.07565166495,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3099,0,0,0,17099,LASALLE,IL,3301,4.04192589348,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3100,0,0,0,17099,LASALLE,IL,3301,4.00542772366,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3101,0,0,0,17099,LASALLE,IL,3302,36.2331362417,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3102,0,0,0,17099,LASALLE,IL,3303,4.05040817747,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3103,0,0,0,17099,LASALLE,IL,3303,4.01192974352,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3104,0,0,0,17099,LASALLE,IL,3303,3.99865592753,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3105,0,0,0,17099,LASALLE,IL,3303,4.11976035367,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3106,0,0,0,17099,LASALLE,IL,3303,4.06938574187,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3107,0,0,0,17099,LASALLE,IL,3303,4.06255228878,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3108,0,0,0,17099,LASALLE,IL,3303,4.09430546156,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3109,0,0,0,17099,LASALLE,IL,3303,4.06685633885,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3110,0,0,0,17099,LASALLE,IL,3303,4.00855780191,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3111,0,0,0,17099,LASALLE,IL,3304,9.02178620573,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3112,0,0,0,17099,LASALLE,IL,3304,8.61119446498,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3113,0,0,0,17099,LASALLE,IL,3304,8.39250898848,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3114,0,0,0,17099,LASALLE,IL,3304,9.01449434858,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3115,0,0,0,17099,LASALLE,IL,3305,8.82411569985,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3116,0,0,0,17099,LASALLE,IL,3305,9.01152643289,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3117,0,0,0,17099,LASALLE,IL,3305,8.64897434494,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3118,0,0,0,17099,LASALLE,IL,3305,9.10934086223,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3119,0,0,0,17099,LASALLE,IL,3401,36.4502085061,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3120,0,0,0,17099,LASALLE,IL,3402,35.973156716,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3121,0,0,0,17099,LASALLE,IL,3403,9.20698709849,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3122,0,0,0,17099,LASALLE,IL,3403,8.99475172532,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3123,0,0,0,17099,LASALLE,IL,3403,9.36256779553,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3124,0,0,0,17099,LASALLE,IL,3403,9.1124345215,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3125,0,0,0,17099,LASALLE,IL,3404,34.3588016177,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3126,0,0,0,17099,LASALLE,IL,3405,35.1885578566,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3127,0,0,0,17099,LASALLE,IL,3501,35.7582965071,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3128,0,0,0,17099,LASALLE,IL,3502,34.9583444898,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3129,0,0,0,17099,LASALLE,IL,3503,37.2574435981,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3130,0,0,0,17099,LASALLE,IL,3504,33.6772722662,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3131,0,0,0,17099,LASALLE,IL,3505,8.40040271915,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3132,0,0,0,17099,LASALLE,IL,3505,9.14643901824,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3133,0,0,0,17099,LASALLE,IL,3505,8.29820258751,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3134,0,0,0,17099,LASALLE,IL,3505,9.01844440778,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3135,0,0,0,17099,LASALLE,IL,3601,9.04812039326,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3136,0,0,0,17099,LASALLE,IL,3601,8.95445012063,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3137,0,0,0,17099,LASALLE,IL,3601,9.02429048062,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3138,0,0,0,17099,LASALLE,IL,3601,8.99881673049,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3139,0,0,0,17099,LASALLE,IL,3602,35.3291231951,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3140,0,0,0,17099,LASALLE,IL,3603,37.5373073931,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3141,0,0,0,17099,LASALLE,IL,3604,33.1665132399,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3142,0,0,0,17099,LASALLE,IL,3605,8.25062683162,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3143,0,0,0,17099,LASALLE,IL,3605,9.02405028222,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3144,0,0,0,17099,LASALLE,IL,3605,8.17107620491,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3145,0,0,0,17099,LASALLE,IL,3605,9.04947897255,126,"LASALLE, IL",11,179,IL rem,17099,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3146,0,0,0,17103,LEE,IL,3701,36.2184307958,125,"LEE, IL",11,179,IL rem,17103,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3147,0,0,0,17103,LEE,IL,3702,35.9194927873,125,"LEE, IL",11,179,IL rem,17103,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3148,0,0,0,17103,LEE,IL,3801,35.3585561115,125,"LEE, IL",11,179,IL rem,17103,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3149,0,0,0,17103,LEE,IL,3802,35.2377434161,125,"LEE, IL",11,179,IL rem,17103,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3150,0,0,0,17103,LEE,IL,3901,35.5038278712,125,"LEE, IL",11,179,IL rem,17103,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3151,0,0,0,17103,LEE,IL,3902,34.961115474,125,"LEE, IL",11,179,IL rem,17103,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3152,0,0,0,17141,OGLE,IL,4001,3.87535401688,124,"OGLE, IL",11,179,IL rem,17141,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3153,0,0,0,17141,OGLE,IL,4001,3.99968866315,124,"OGLE, IL",11,179,IL rem,17141,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3154,0,0,0,17141,OGLE,IL,4001,4.00926698328,124,"OGLE, IL",11,179,IL rem,17141,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3155,0,0,0,17141,OGLE,IL,4001,3.87539155438,124,"OGLE, IL",11,179,IL rem,17141,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3156,0,0,0,17141,OGLE,IL,4001,3.98976450884,124,"OGLE, IL",11,179,IL rem,17141,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3157,0,0,0,17141,OGLE,IL,4001,3.99829430836,124,"OGLE, IL",11,179,IL rem,17141,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3158,0,0,0,17141,OGLE,IL,4001,3.91165405813,124,"OGLE, IL",11,179,IL rem,17141,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3159,0,0,0,17141,OGLE,IL,4001,4.01763818909,124,"OGLE, IL",11,179,IL rem,17141,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3160,0,0,0,17141,OGLE,IL,4001,4.01997424312,124,"OGLE, IL",11,179,IL rem,17141,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3161,0,0,0,17141,OGLE,IL,4002,34.9770881616,124,"OGLE, IL",11,179,IL rem,17141,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3162,0,0,0,17141,OGLE,IL,4101,35.5141120885,124,"OGLE, IL",11,179,IL rem,17141,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3163,0,0,0,17141,OGLE,IL,4102,34.9254029242,124,"OGLE, IL",11,179,IL rem,17141,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3164,0,0,0,17141,OGLE,IL,4201,8.98277697066,124,"OGLE, IL",11,179,IL rem,17141,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3165,0,0,0,17141,OGLE,IL,4201,8.95476764796,124,"OGLE, IL",11,179,IL rem,17141,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3166,0,0,0,17141,OGLE,IL,4201,8.9998564198,124,"OGLE, IL",11,179,IL rem,17141,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3167,0,0,0,17141,OGLE,IL,4201,8.8538642556,124,"OGLE, IL",11,179,IL rem,17141,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3168,0,0,0,17141,OGLE,IL,4202,36.2369409157,124,"OGLE, IL",11,179,IL rem,17141,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3169,0,0,0,17201,WINNEBAGO,IL,2610,35.7276902247,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3170,0,0,0,17201,WINNEBAGO,IL,2611,7.46131910917,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3171,0,0,0,17201,WINNEBAGO,IL,2611,8.99281988115,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3172,0,0,0,17201,WINNEBAGO,IL,2611,8.90320417598,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3173,0,0,0,17201,WINNEBAGO,IL,2611,7.56940948109,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3174,0,0,0,17201,WINNEBAGO,IL,2710,8.95578751192,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3175,0,0,0,17201,WINNEBAGO,IL,2710,8.92735875044,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3176,0,0,0,17201,WINNEBAGO,IL,2710,8.76590739287,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3177,0,0,0,17201,WINNEBAGO,IL,2710,8.76704356813,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3178,0,0,0,17201,WINNEBAGO,IL,2711,32.8724236722,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3179,0,0,0,17201,WINNEBAGO,IL,2810,8.92036995545,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3180,0,0,0,17201,WINNEBAGO,IL,2810,8.89923560162,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3181,0,0,0,17201,WINNEBAGO,IL,2810,8.83768095658,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3182,0,0,0,17201,WINNEBAGO,IL,2810,8.76820179368,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3183,0,0,0,17201,WINNEBAGO,IL,2811,33.3481074866,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3184,0,0,0,17201,WINNEBAGO,IL,2910,15.417065675,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3185,0,0,0,17201,WINNEBAGO,IL,2911,13.3709956987,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3186,0,0,0,17201,WINNEBAGO,IL,4301,3.86972071665,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3187,0,0,0,17201,WINNEBAGO,IL,4301,4.02367931655,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3188,0,0,0,17201,WINNEBAGO,IL,4301,4.02548080551,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3189,0,0,0,17201,WINNEBAGO,IL,4301,3.89461635922,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3190,0,0,0,17201,WINNEBAGO,IL,4301,4.00561541824,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3191,0,0,0,17201,WINNEBAGO,IL,4301,4.02151548257,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3192,0,0,0,17201,WINNEBAGO,IL,4301,3.83587709595,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3193,0,0,0,17201,WINNEBAGO,IL,4301,3.96023878232,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3194,0,0,0,17201,WINNEBAGO,IL,4301,4.02035194895,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3195,0,0,0,17201,WINNEBAGO,IL,4302,4.01305520379,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3196,0,0,0,17201,WINNEBAGO,IL,4302,4.04386403818,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3197,0,0,0,17201,WINNEBAGO,IL,4302,4.02633772649,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3198,0,0,0,17201,WINNEBAGO,IL,4302,4.00961419638,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3199,0,0,0,17201,WINNEBAGO,IL,4302,4.05366700074,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3200,0,0,0,17201,WINNEBAGO,IL,4302,4.01773099744,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3201,0,0,0,17201,WINNEBAGO,IL,4302,3.96727268808,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3202,0,0,0,17201,WINNEBAGO,IL,4302,4.01967495719,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3203,0,0,0,17201,WINNEBAGO,IL,4302,3.96534790858,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3204,0,0,0,17201,WINNEBAGO,IL,4401,3.90172214005,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3205,0,0,0,17201,WINNEBAGO,IL,4401,4.0721263608,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3206,0,0,0,17201,WINNEBAGO,IL,4401,4.02616564533,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3207,0,0,0,17201,WINNEBAGO,IL,4401,3.86883740556,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3208,0,0,0,17201,WINNEBAGO,IL,4401,4.02189498968,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3209,0,0,0,17201,WINNEBAGO,IL,4401,4.01451486635,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3210,0,0,0,17201,WINNEBAGO,IL,4401,3.87427089317,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3211,0,0,0,17201,WINNEBAGO,IL,4401,3.98881050124,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3212,0,0,0,17201,WINNEBAGO,IL,4401,3.99671656611,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3213,0,0,0,17201,WINNEBAGO,IL,4402,3.96751695628,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3214,0,0,0,17201,WINNEBAGO,IL,4402,4.03923907665,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3215,0,0,0,17201,WINNEBAGO,IL,4402,4.03025926845,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3216,0,0,0,17201,WINNEBAGO,IL,4402,3.9866705011,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3217,0,0,0,17201,WINNEBAGO,IL,4402,4.0575400983,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3218,0,0,0,17201,WINNEBAGO,IL,4402,4.03619220293,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3219,0,0,0,17201,WINNEBAGO,IL,4402,3.9145783897,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3220,0,0,0,17201,WINNEBAGO,IL,4402,4.08733730847,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3221,0,0,0,17201,WINNEBAGO,IL,4402,4.0707473459,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3222,0,0,0,17201,WINNEBAGO,IL,4501,8.81238001396,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3223,0,0,0,17201,WINNEBAGO,IL,4501,8.98184866694,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3224,0,0,0,17201,WINNEBAGO,IL,4501,8.86004634481,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3225,0,0,0,17201,WINNEBAGO,IL,4501,8.83541001315,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3226,0,0,0,17201,WINNEBAGO,IL,4502,4.02323241918,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3227,0,0,0,17201,WINNEBAGO,IL,4502,4.00483428011,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3228,0,0,0,17201,WINNEBAGO,IL,4502,4.03736163237,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3229,0,0,0,17201,WINNEBAGO,IL,4502,4.05447619231,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3230,0,0,0,17201,WINNEBAGO,IL,4502,4.029472523,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3231,0,0,0,17201,WINNEBAGO,IL,4502,4.04161639877,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3232,0,0,0,17201,WINNEBAGO,IL,4502,4.03653776946,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3233,0,0,0,17201,WINNEBAGO,IL,4502,4.03129873777,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3234,0,0,0,17201,WINNEBAGO,IL,4502,4.04944786828,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3235,0,0,0,17201,WINNEBAGO,IL,4601,9.04310469342,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3236,0,0,0,17201,WINNEBAGO,IL,4601,8.67070873509,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3237,0,0,0,17201,WINNEBAGO,IL,4601,8.46556490098,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3238,0,0,0,17201,WINNEBAGO,IL,4601,8.34204085065,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3239,0,0,0,17201,WINNEBAGO,IL,4602,4.16712682448,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3240,0,0,0,17201,WINNEBAGO,IL,4602,3.99989120103,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3241,0,0,0,17201,WINNEBAGO,IL,4602,4.04667713272,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3242,0,0,0,17201,WINNEBAGO,IL,4602,4.12726677026,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3243,0,0,0,17201,WINNEBAGO,IL,4602,4.00278066787,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3244,0,0,0,17201,WINNEBAGO,IL,4602,4.04340312166,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3245,0,0,0,17201,WINNEBAGO,IL,4602,3.32320591456,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3246,0,0,0,17201,WINNEBAGO,IL,4602,3.36225410704,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3247,0,0,0,17201,WINNEBAGO,IL,4602,3.59121852577,123,"WINNEBAGO, IL",11,179,IL rem,17201,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3248,0,0,0,18089,LAKE,IN,3207,6.50125014316,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3249,0,0,0,18089,LAKE,IN,3208,29.5204314549,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3250,0,0,0,18089,LAKE,IN,3209,45.4158583666,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3251,0,0,0,18089,LAKE,IN,3307,17.8510977785,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3252,0,0,0,18089,LAKE,IN,3308,8.96608995389,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3253,0,0,0,18089,LAKE,IN,3308,9.03477542042,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3254,0,0,0,18089,LAKE,IN,3308,8.89411986932,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3255,0,0,0,18089,LAKE,IN,3308,9.05935504103,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3256,0,0,0,18089,LAKE,IN,3309,4.04417210723,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3257,0,0,0,18089,LAKE,IN,3309,4.03211667605,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3258,0,0,0,18089,LAKE,IN,3309,12.1637620974,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3259,0,0,0,18089,LAKE,IN,3309,4.03883920264,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3260,0,0,0,18089,LAKE,IN,3309,4.06631372151,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3261,0,0,0,18089,LAKE,IN,3309,5.96456768847,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3262,0,0,0,18089,LAKE,IN,3309,4.00621654393,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3263,0,0,0,18089,LAKE,IN,3309,3.99540244488,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3264,0,0,0,18089,LAKE,IN,3407,4.04267958432,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3265,0,0,0,18089,LAKE,IN,3407,2.00805041698,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3266,0,0,0,18089,LAKE,IN,3407,4.02387654267,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3267,0,0,0,18089,LAKE,IN,3407,2.00736290504,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3268,0,0,0,18089,LAKE,IN,3407,4.02136648499,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3269,0,0,0,18089,LAKE,IN,3407,2.00629146149,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3270,0,0,0,18089,LAKE,IN,3408,3.95693193728,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3271,0,0,0,18089,LAKE,IN,3408,4.0506268724,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3272,0,0,0,18089,LAKE,IN,3408,4.03063684627,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3273,0,0,0,18089,LAKE,IN,3408,3.94801674245,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3274,0,0,0,18089,LAKE,IN,3408,4.04678392182,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3275,0,0,0,18089,LAKE,IN,3408,4.02045652106,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3276,0,0,0,18089,LAKE,IN,3408,3.94009356661,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3277,0,0,0,18089,LAKE,IN,3408,4.03931353677,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3278,0,0,0,18089,LAKE,IN,3408,4.00848368355,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3279,0,0,0,18089,LAKE,IN,3409,5.88564707224,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3280,0,0,0,18089,LAKE,IN,3409,4.04067411272,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3281,0,0,0,18089,LAKE,IN,3409,4.02285393287,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3282,0,0,0,18089,LAKE,IN,3409,5.85486646728,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3283,0,0,0,18089,LAKE,IN,3409,4.07134056952,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3284,0,0,0,18089,LAKE,IN,3409,4.03826828477,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3285,0,0,0,18089,LAKE,IN,3409,5.7958288481,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3286,0,0,0,18089,LAKE,IN,3409,4.04650434122,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3287,0,0,0,18089,LAKE,IN,3409,4.0469564701,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3288,0,0,0,18089,LAKE,IN,3507,4.0112661106,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3289,0,0,0,18089,LAKE,IN,3507,1.99400268212,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3290,0,0,0,18089,LAKE,IN,3507,3.99896948539,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3291,0,0,0,18089,LAKE,IN,3507,1.98289635115,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3292,0,0,0,18089,LAKE,IN,3507,4.04512562703,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3293,0,0,0,18089,LAKE,IN,3507,2.00577506043,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3294,0,0,0,18089,LAKE,IN,3508,3.92197202668,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3295,0,0,0,18089,LAKE,IN,3508,4.01746079883,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3296,0,0,0,18089,LAKE,IN,3508,4.04298367495,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3297,0,0,0,18089,LAKE,IN,3508,3.97941030898,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3298,0,0,0,18089,LAKE,IN,3508,4.02919893721,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3299,0,0,0,18089,LAKE,IN,3508,4.00570537951,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3300,0,0,0,18089,LAKE,IN,3508,4.02409020848,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3301,0,0,0,18089,LAKE,IN,3508,4.09721902704,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3302,0,0,0,18089,LAKE,IN,3508,4.03663442985,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3303,0,0,0,18089,LAKE,IN,3509,5.78203596479,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3304,0,0,0,18089,LAKE,IN,3509,4.03308385002,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3305,0,0,0,18089,LAKE,IN,3509,4.01051569412,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3306,0,0,0,18089,LAKE,IN,3509,5.70352482248,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3307,0,0,0,18089,LAKE,IN,3509,4.00601418607,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3308,0,0,0,18089,LAKE,IN,3509,4.00227642522,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3309,0,0,0,18089,LAKE,IN,3509,5.74672856723,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3310,0,0,0,18089,LAKE,IN,3509,4.10447321231,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3311,0,0,0,18089,LAKE,IN,3509,4.09887844641,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3312,0,0,0,18089,LAKE,IN,3607,3.93943843297,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3313,0,0,0,18089,LAKE,IN,3607,2.00283544458,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3314,0,0,0,18089,LAKE,IN,3607,3.86484944792,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3315,0,0,0,18089,LAKE,IN,3607,2.01494464977,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3316,0,0,0,18089,LAKE,IN,3607,3.65878415316,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3317,0,0,0,18089,LAKE,IN,3607,1.90214612761,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3318,0,0,0,18089,LAKE,IN,3608,3.94175185614,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3319,0,0,0,18089,LAKE,IN,3608,4.02513816084,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3320,0,0,0,18089,LAKE,IN,3608,4.01691646456,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3321,0,0,0,18089,LAKE,IN,3608,3.94315797114,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3322,0,0,0,18089,LAKE,IN,3608,4.0154434496,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3323,0,0,0,18089,LAKE,IN,3608,4.01630834789,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3324,0,0,0,18089,LAKE,IN,3608,3.82943898991,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3325,0,0,0,18089,LAKE,IN,3608,3.87457009012,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3326,0,0,0,18089,LAKE,IN,3608,3.81490311334,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3327,0,0,0,18089,LAKE,IN,3609,5.62741430445,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3328,0,0,0,18089,LAKE,IN,3609,4.01841065987,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3329,0,0,0,18089,LAKE,IN,3609,4.01655045119,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3330,0,0,0,18089,LAKE,IN,3609,5.62185282679,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3331,0,0,0,18089,LAKE,IN,3609,4.00625050981,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3332,0,0,0,18089,LAKE,IN,3609,4.04503308468,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3333,0,0,0,18089,LAKE,IN,3609,5.60729842341,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3334,0,0,0,18089,LAKE,IN,3609,3.99415263064,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3335,0,0,0,18089,LAKE,IN,3609,3.99628709271,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3336,0,0,0,18089,LAKE,IN,3707,1.92093169993,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3337,0,0,0,18089,LAKE,IN,3707,1.19376155314,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3338,0,0,0,18089,LAKE,IN,3708,7.96292676315,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3339,0,0,0,18089,LAKE,IN,3709,5.61000623931,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3340,0,0,0,18089,LAKE,IN,3709,4.01951320521,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3341,0,0,0,18089,LAKE,IN,3709,4.0099553563,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3342,0,0,0,18089,LAKE,IN,3709,5.50659978493,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3343,0,0,0,18089,LAKE,IN,3709,8.93857842695,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3344,0,0,0,18089,LAKE,IN,3709,4.60672153615,127,"LAKE, IN",11,181,IN Chica,18089,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3345,0,0,0,18091,LAPORTE,IN,3303,14.2959433154,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3346,0,0,0,18091,LAPORTE,IN,3304,35.8479059108,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3347,0,0,0,18091,LAPORTE,IN,3403,33.0895917568,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3348,0,0,0,18091,LAPORTE,IN,3404,36.2969848399,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3349,0,0,0,18091,LAPORTE,IN,3501,17.8401327684,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3350,0,0,0,18091,LAPORTE,IN,3502,39.516782865,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3351,0,0,0,18091,LAPORTE,IN,3503,34.8299219894,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3352,0,0,0,18091,LAPORTE,IN,3504,34.72938712,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3353,0,0,0,18091,LAPORTE,IN,3601,27.7989069434,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3354,0,0,0,18091,LAPORTE,IN,3602,9.57261084393,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3355,0,0,0,18091,LAPORTE,IN,3602,9.03989437857,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3356,0,0,0,18091,LAPORTE,IN,3602,9.39371877793,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3357,0,0,0,18091,LAPORTE,IN,3602,9.28666905781,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3358,0,0,0,18091,LAPORTE,IN,3603,9.15182307001,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3359,0,0,0,18091,LAPORTE,IN,3603,9.3194125271,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3360,0,0,0,18091,LAPORTE,IN,3603,9.49413573501,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3361,0,0,0,18091,LAPORTE,IN,3603,9.48953042775,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3362,0,0,0,18091,LAPORTE,IN,3604,8.43168196666,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3363,0,0,0,18091,LAPORTE,IN,3604,9.63026615907,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3364,0,0,0,18091,LAPORTE,IN,3604,8.69456492792,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3365,0,0,0,18091,LAPORTE,IN,3604,9.42171668256,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3366,0,0,0,18091,LAPORTE,IN,3701,23.6638640646,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3367,0,0,0,18091,LAPORTE,IN,3702,9.46612981276,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3368,0,0,0,18091,LAPORTE,IN,3702,9.19959041682,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3369,0,0,0,18091,LAPORTE,IN,3702,9.0626413319,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3370,0,0,0,18091,LAPORTE,IN,3702,9.07791260443,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3371,0,0,0,18091,LAPORTE,IN,3703,4.13590673843,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3372,0,0,0,18091,LAPORTE,IN,3703,3.86891954055,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3373,0,0,0,18091,LAPORTE,IN,3703,4.02859437539,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3374,0,0,0,18091,LAPORTE,IN,3703,4.15375307671,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3375,0,0,0,18091,LAPORTE,IN,3703,4.09500430256,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3376,0,0,0,18091,LAPORTE,IN,3703,4.03893090495,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3377,0,0,0,18091,LAPORTE,IN,3703,4.04601312762,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3378,0,0,0,18091,LAPORTE,IN,3703,4.06694511686,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3379,0,0,0,18091,LAPORTE,IN,3703,4.06756416544,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3380,0,0,0,18091,LAPORTE,IN,3704,3.96956680862,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3381,0,0,0,18091,LAPORTE,IN,3704,4.14471017544,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3382,0,0,0,18091,LAPORTE,IN,3704,4.05290351321,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3383,0,0,0,18091,LAPORTE,IN,3704,3.97752704969,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3384,0,0,0,18091,LAPORTE,IN,3704,4.00490790061,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3385,0,0,0,18091,LAPORTE,IN,3704,4.01057828717,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3386,0,0,0,18091,LAPORTE,IN,3704,3.94927677091,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3387,0,0,0,18091,LAPORTE,IN,3704,4.00512786172,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3388,0,0,0,18091,LAPORTE,IN,3704,4.01449477322,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3389,0,0,0,18091,LAPORTE,IN,3801,9.10421916622,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3390,0,0,0,18091,LAPORTE,IN,3801,4.45873562693,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3391,0,0,0,18091,LAPORTE,IN,3802,27.1301929711,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3392,0,0,0,18091,LAPORTE,IN,3803,9.04720060426,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3393,0,0,0,18091,LAPORTE,IN,3803,9.00396078674,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3394,0,0,0,18091,LAPORTE,IN,3803,4.65012530924,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3395,0,0,0,18091,LAPORTE,IN,3803,4.67345692575,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3396,0,0,0,18091,LAPORTE,IN,3804,3.78164493041,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3397,0,0,0,18091,LAPORTE,IN,3804,4.08212598929,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3398,0,0,0,18091,LAPORTE,IN,3804,4.08439402515,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3399,0,0,0,18091,LAPORTE,IN,3804,2.13874587386,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3400,0,0,0,18091,LAPORTE,IN,3804,4.55538044935,129,"LAPORTE, IN",11,181,IN Chica,18091,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3401,0,0,0,18127,PORTER,IN,3205,10.2364308949,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3402,0,0,0,18127,PORTER,IN,3305,9.08036112714,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3403,0,0,0,18127,PORTER,IN,3305,8.97089235458,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3404,0,0,0,18127,PORTER,IN,3305,9.11829986597,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3405,0,0,0,18127,PORTER,IN,3305,8.96501913316,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3406,0,0,0,18127,PORTER,IN,3306,28.9668624564,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3407,0,0,0,18127,PORTER,IN,3307,8.56896657746,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3408,0,0,0,18127,PORTER,IN,3307,9.17523326495,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3409,0,0,0,18127,PORTER,IN,3405,9.02803073014,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3410,0,0,0,18127,PORTER,IN,3405,9.05408696374,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3411,0,0,0,18127,PORTER,IN,3405,9.08371656499,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3412,0,0,0,18127,PORTER,IN,3405,9.09203337717,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3413,0,0,0,18127,PORTER,IN,3406,9.0726375725,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3414,0,0,0,18127,PORTER,IN,3406,9.10717570372,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3415,0,0,0,18127,PORTER,IN,3406,8.93084142953,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3416,0,0,0,18127,PORTER,IN,3406,9.01299686591,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3417,0,0,0,18127,PORTER,IN,3407,9.09920714117,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3418,0,0,0,18127,PORTER,IN,3407,9.04515487972,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3419,0,0,0,18127,PORTER,IN,3505,4.06181636338,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3420,0,0,0,18127,PORTER,IN,3505,4.02443820038,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3421,0,0,0,18127,PORTER,IN,3505,4.0617822228,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3422,0,0,0,18127,PORTER,IN,3505,4.072069383,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3423,0,0,0,18127,PORTER,IN,3505,4.02997269287,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3424,0,0,0,18127,PORTER,IN,3505,4.05920055636,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3425,0,0,0,18127,PORTER,IN,3505,3.8743663346,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3426,0,0,0,18127,PORTER,IN,3505,3.70551913469,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3427,0,0,0,18127,PORTER,IN,3505,3.78580105871,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3428,0,0,0,18127,PORTER,IN,3506,3.95163226131,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3429,0,0,0,18127,PORTER,IN,3506,4.03497566153,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3430,0,0,0,18127,PORTER,IN,3506,4.01771315554,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3431,0,0,0,18127,PORTER,IN,3506,3.9796018973,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3432,0,0,0,18127,PORTER,IN,3506,4.01141711159,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3433,0,0,0,18127,PORTER,IN,3506,4.03922424921,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3434,0,0,0,18127,PORTER,IN,3506,3.97701464956,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3435,0,0,0,18127,PORTER,IN,3506,3.94256768291,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3436,0,0,0,18127,PORTER,IN,3506,3.90334466258,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3437,0,0,0,18127,PORTER,IN,3507,9.0307057097,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3438,0,0,0,18127,PORTER,IN,3507,9.02228613801,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3439,0,0,0,18127,PORTER,IN,3605,9.04428051058,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3440,0,0,0,18127,PORTER,IN,3605,9.12957310738,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3441,0,0,0,18127,PORTER,IN,3605,8.8529798012,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3442,0,0,0,18127,PORTER,IN,3605,9.1249893606,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3443,0,0,0,18127,PORTER,IN,3606,4.0285079044,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3444,0,0,0,18127,PORTER,IN,3606,4.02484110207,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3445,0,0,0,18127,PORTER,IN,3606,3.999749088,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3446,0,0,0,18127,PORTER,IN,3606,4.05048019547,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3447,0,0,0,18127,PORTER,IN,3606,4.03354704001,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3448,0,0,0,18127,PORTER,IN,3606,4.01454261418,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3449,0,0,0,18127,PORTER,IN,3606,3.8219470427,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3450,0,0,0,18127,PORTER,IN,3606,3.82233761418,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3451,0,0,0,18127,PORTER,IN,3606,3.80257740248,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3452,0,0,0,18127,PORTER,IN,3607,2.00728558296,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3453,0,0,0,18127,PORTER,IN,3607,4.01348516879,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3454,0,0,0,18127,PORTER,IN,3607,2.01639476618,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3455,0,0,0,18127,PORTER,IN,3607,4.0191251591,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3456,0,0,0,18127,PORTER,IN,3607,1.90696438046,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3457,0,0,0,18127,PORTER,IN,3607,3.78407238531,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3458,0,0,0,18127,PORTER,IN,3705,9.21708833097,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3459,0,0,0,18127,PORTER,IN,3705,9.16035449954,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3460,0,0,0,18127,PORTER,IN,3705,5.82079174397,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3461,0,0,0,18127,PORTER,IN,3705,10.4090346422,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3462,0,0,0,18127,PORTER,IN,3706,4.18032711878,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3463,0,0,0,18127,PORTER,IN,3706,4.19178949177,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3464,0,0,0,18127,PORTER,IN,3706,5.40056779504,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3465,0,0,0,18127,PORTER,IN,3706,2.02047402155,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3466,0,0,0,18127,PORTER,IN,3706,3.63317300798,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3467,0,0,0,18127,PORTER,IN,3707,4.93766872239,128,"PORTER, IN",11,181,IN Chica,18127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3468,0,0,0,55059,KENOSHA,WI,0119,9.0218275802,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3469,0,0,0,55059,KENOSHA,WI,0119,9.0438365672,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3470,0,0,0,55059,KENOSHA,WI,0119,9.03986941463,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3471,0,0,0,55059,KENOSHA,WI,0119,9.05430976204,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3472,0,0,0,55059,KENOSHA,WI,0120,4.06111094688,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3473,0,0,0,55059,KENOSHA,WI,0120,3.99905323328,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3474,0,0,0,55059,KENOSHA,WI,0120,4.01989085689,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3475,0,0,0,55059,KENOSHA,WI,0120,4.0545545801,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3476,0,0,0,55059,KENOSHA,WI,0120,4.00028464622,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3477,0,0,0,55059,KENOSHA,WI,0120,4.00161017923,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3478,0,0,0,55059,KENOSHA,WI,0120,4.06195433878,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3479,0,0,0,55059,KENOSHA,WI,0120,4.00224762456,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3480,0,0,0,55059,KENOSHA,WI,0120,4.00749890157,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3481,0,0,0,55059,KENOSHA,WI,0121,8.96606184701,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3482,0,0,0,55059,KENOSHA,WI,0121,9.06898761976,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3483,0,0,0,55059,KENOSHA,WI,0121,9.06699642295,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3484,0,0,0,55059,KENOSHA,WI,0121,9.03285879943,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3485,0,0,0,55059,KENOSHA,WI,0122,4.05909196249,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3486,0,0,0,55059,KENOSHA,WI,0122,4.03223076153,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3487,0,0,0,55059,KENOSHA,WI,0122,4.04690711913,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3488,0,0,0,55059,KENOSHA,WI,0122,4.06485008774,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3489,0,0,0,55059,KENOSHA,WI,0122,4.02796676469,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3490,0,0,0,55059,KENOSHA,WI,0122,4.01837876256,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3491,0,0,0,55059,KENOSHA,WI,0122,4.09949595734,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3492,0,0,0,55059,KENOSHA,WI,0122,4.07243174054,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3493,0,0,0,55059,KENOSHA,WI,0122,4.01400018042,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3494,0,0,0,55059,KENOSHA,WI,0123,2.89263157021,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3495,0,0,0,55059,KENOSHA,WI,0123,2.42524477175,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3496,0,0,0,55059,KENOSHA,WI,0123,2.56005721639,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3497,0,0,0,55059,KENOSHA,WI,0219,6.02565749759,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3498,0,0,0,55059,KENOSHA,WI,0219,5.98364374128,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3499,0,0,0,55059,KENOSHA,WI,0220,35.8907844893,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3500,0,0,0,55059,KENOSHA,WI,0221,36.0073855061,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3501,0,0,0,55059,KENOSHA,WI,0222,4.07414918063,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3502,0,0,0,55059,KENOSHA,WI,0222,4.04699379646,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3503,0,0,0,55059,KENOSHA,WI,0222,3.8729087016,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3504,0,0,0,55059,KENOSHA,WI,0222,4.06513291882,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3505,0,0,0,55059,KENOSHA,WI,0222,4.06350140572,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3506,0,0,0,55059,KENOSHA,WI,0222,3.86350511284,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3507,0,0,0,55059,KENOSHA,WI,0222,4.06256109172,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3508,0,0,0,55059,KENOSHA,WI,0222,4.04385422692,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3509,0,0,0,55059,KENOSHA,WI,0222,3.83376938164,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3510,0,0,0,55059,KENOSHA,WI,0223,2.30129483889,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3511,0,0,0,55059,KENOSHA,WI,0223,1.97801567515,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3512,0,0,0,55059,KENOSHA,WI,0223,2.70925257431,130,"KENOSHA, WI",11,559,WI rem,55059,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3513,0,0,0,55101,RACINE,WI,0219,3.00843531649,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3514,0,0,0,55101,RACINE,WI,0219,3.00262710233,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3515,0,0,0,55101,RACINE,WI,0219,8.99884203649,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3516,0,0,0,55101,RACINE,WI,0219,8.97767529175,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3517,0,0,0,55101,RACINE,WI,0319,3.97625896639,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3518,0,0,0,55101,RACINE,WI,0319,3.997993032,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3519,0,0,0,55101,RACINE,WI,0319,3.97759030072,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3520,0,0,0,55101,RACINE,WI,0319,3.99446592856,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3521,0,0,0,55101,RACINE,WI,0319,3.99371726165,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3522,0,0,0,55101,RACINE,WI,0319,3.97745587404,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3523,0,0,0,55101,RACINE,WI,0319,4.01055917893,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3524,0,0,0,55101,RACINE,WI,0319,4.00488439608,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3525,0,0,0,55101,RACINE,WI,0319,4.04912510238,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3526,0,0,0,55101,RACINE,WI,0320,8.92635200571,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3527,0,0,0,55101,RACINE,WI,0320,9.01217626302,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3528,0,0,0,55101,RACINE,WI,0320,9.10630906712,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3529,0,0,0,55101,RACINE,WI,0320,9.10565841819,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3530,0,0,0,55101,RACINE,WI,0321,8.97779176469,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3531,0,0,0,55101,RACINE,WI,0321,9.07180739634,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3532,0,0,0,55101,RACINE,WI,0321,9.07549108974,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3533,0,0,0,55101,RACINE,WI,0321,9.12311986432,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3534,0,0,0,55101,RACINE,WI,0322,4.01754562864,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3535,0,0,0,55101,RACINE,WI,0322,4.01496514316,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3536,0,0,0,55101,RACINE,WI,0322,3.98132025545,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3537,0,0,0,55101,RACINE,WI,0322,4.02328536851,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3538,0,0,0,55101,RACINE,WI,0322,4.01141491604,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3539,0,0,0,55101,RACINE,WI,0322,3.97104793171,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3540,0,0,0,55101,RACINE,WI,0322,4.03610995515,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3541,0,0,0,55101,RACINE,WI,0322,4.04113139591,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3542,0,0,0,55101,RACINE,WI,0322,3.96922078977,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3543,0,0,0,55101,RACINE,WI,0323,4.0463716605,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3544,0,0,0,55101,RACINE,WI,0323,4.01398969953,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3545,0,0,0,55101,RACINE,WI,0323,1.67769732765,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3546,0,0,0,55101,RACINE,WI,0323,1.92232775323,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3547,0,0,0,55101,RACINE,WI,0323,4.08174495498,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3548,0,0,0,55101,RACINE,WI,0419,9.06827413391,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3549,0,0,0,55101,RACINE,WI,0419,9.02189313634,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3550,0,0,0,55101,RACINE,WI,0419,8.92708031961,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3551,0,0,0,55101,RACINE,WI,0419,8.83292858266,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3552,0,0,0,55101,RACINE,WI,0420,8.94931814464,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3553,0,0,0,55101,RACINE,WI,0420,9.03660072069,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3554,0,0,0,55101,RACINE,WI,0420,8.83095916317,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3555,0,0,0,55101,RACINE,WI,0420,8.85594935072,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3556,0,0,0,55101,RACINE,WI,0421,9.00011617924,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3557,0,0,0,55101,RACINE,WI,0421,9.05005414002,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3558,0,0,0,55101,RACINE,WI,0421,8.7378893339,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3559,0,0,0,55101,RACINE,WI,0421,8.94194528985,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3560,0,0,0,55101,RACINE,WI,0422,9.01520292384,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3561,0,0,0,55101,RACINE,WI,0422,8.90794534005,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3562,0,0,0,55101,RACINE,WI,0422,8.94912756155,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3563,0,0,0,55101,RACINE,WI,0422,8.71919471249,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3564,0,0,0,55101,RACINE,WI,0423,4.0441577464,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3565,0,0,0,55101,RACINE,WI,0423,2.87515108092,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3566,0,0,0,55101,RACINE,WI,0423,1.7327201859,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3567,0,0,0,55101,RACINE,WI,0423,4.04573959417,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3568,0,0,0,55101,RACINE,WI,0423,2.18818490485,131,"RACINE, WI",11,551,WI Milwa,55101,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3569,0,0,0,55127,WALWORTH,WI,0115,36.4399635296,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3570,0,0,0,55127,WALWORTH,WI,0116,9.00883369753,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3571,0,0,0,55127,WALWORTH,WI,0116,9.0702932803,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3572,0,0,0,55127,WALWORTH,WI,0116,9.08340533859,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3573,0,0,0,55127,WALWORTH,WI,0116,9.23574905087,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3574,0,0,0,55127,WALWORTH,WI,0117,9.08715532304,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3575,0,0,0,55127,WALWORTH,WI,0117,8.97177442708,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3576,0,0,0,55127,WALWORTH,WI,0117,9.17826576271,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3577,0,0,0,55127,WALWORTH,WI,0117,9.18253605454,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3578,0,0,0,55127,WALWORTH,WI,0118,9.01283943007,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3579,0,0,0,55127,WALWORTH,WI,0118,9.04587416543,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3580,0,0,0,55127,WALWORTH,WI,0118,9.04164874111,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3581,0,0,0,55127,WALWORTH,WI,0118,9.13289519715,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3582,0,0,0,55127,WALWORTH,WI,0215,8.96261646271,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3583,0,0,0,55127,WALWORTH,WI,0215,9.03150068212,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3584,0,0,0,55127,WALWORTH,WI,0215,8.99666606171,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3585,0,0,0,55127,WALWORTH,WI,0215,8.96733015812,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3586,0,0,0,55127,WALWORTH,WI,0216,3.98723135998,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3587,0,0,0,55127,WALWORTH,WI,0216,4.00566111426,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3588,0,0,0,55127,WALWORTH,WI,0216,4.02146068199,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3589,0,0,0,55127,WALWORTH,WI,0216,4.02821129604,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3590,0,0,0,55127,WALWORTH,WI,0216,3.97782468279,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3591,0,0,0,55127,WALWORTH,WI,0216,4.00520758659,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3592,0,0,0,55127,WALWORTH,WI,0216,4.0124434346,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3593,0,0,0,55127,WALWORTH,WI,0216,4.00089252079,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3594,0,0,0,55127,WALWORTH,WI,0216,4.00143385726,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3595,0,0,0,55127,WALWORTH,WI,0217,3.99040025453,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3596,0,0,0,55127,WALWORTH,WI,0217,4.02677249105,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3597,0,0,0,55127,WALWORTH,WI,0217,3.97368049137,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3598,0,0,0,55127,WALWORTH,WI,0217,3.95127545095,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3599,0,0,0,55127,WALWORTH,WI,0217,3.98969218693,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3600,0,0,0,55127,WALWORTH,WI,0217,4.00014541704,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3601,0,0,0,55127,WALWORTH,WI,0217,4.04717043661,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3602,0,0,0,55127,WALWORTH,WI,0217,4.04991871377,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3603,0,0,0,55127,WALWORTH,WI,0217,4.00757982585,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3604,0,0,0,55127,WALWORTH,WI,0218,9.01916676565,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3605,0,0,0,55127,WALWORTH,WI,0218,8.99016720691,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3606,0,0,0,55127,WALWORTH,WI,0218,9.04244418656,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3607,0,0,0,55127,WALWORTH,WI,0218,8.98608626169,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3608,0,0,0,55127,WALWORTH,WI,0315,36.0382401914,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3609,0,0,0,55127,WALWORTH,WI,0316,9.0193922688,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3610,0,0,0,55127,WALWORTH,WI,0316,9.08622554585,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3611,0,0,0,55127,WALWORTH,WI,0316,8.96754842578,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3612,0,0,0,55127,WALWORTH,WI,0316,8.90157720348,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3613,0,0,0,55127,WALWORTH,WI,0317,9.02524041898,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3614,0,0,0,55127,WALWORTH,WI,0317,8.97596903571,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3615,0,0,0,55127,WALWORTH,WI,0317,8.96368540671,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3616,0,0,0,55127,WALWORTH,WI,0317,8.98399174308,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3617,0,0,0,55127,WALWORTH,WI,0318,35.9387975546,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3618,0,0,0,55127,WALWORTH,WI,0415,3.95955996367,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3619,0,0,0,55127,WALWORTH,WI,0415,4.01176680894,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3620,0,0,0,55127,WALWORTH,WI,0415,3.9544858458,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3621,0,0,0,55127,WALWORTH,WI,0415,3.98991761222,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3622,0,0,0,55127,WALWORTH,WI,0415,4.00245121228,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3623,0,0,0,55127,WALWORTH,WI,0415,3.94584078763,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3624,0,0,0,55127,WALWORTH,WI,0415,3.91510497851,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3625,0,0,0,55127,WALWORTH,WI,0415,4.1306936428,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3626,0,0,0,55127,WALWORTH,WI,0415,4.01661433628,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3627,0,0,0,55127,WALWORTH,WI,0416,35.719225667,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3628,0,0,0,55127,WALWORTH,WI,0417,35.5594232049,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3629,0,0,0,55127,WALWORTH,WI,0418,9.01893623987,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3630,0,0,0,55127,WALWORTH,WI,0418,8.94378345291,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3631,0,0,0,55127,WALWORTH,WI,0418,9.00259227877,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3632,0,0,0,55127,WALWORTH,WI,0418,8.87607297823,132,"WALWORTH, WI",11,559,WI rem,55127,United States of America,0,Non-CMAP Part of Model Region,MidWest,East North Central,1,MODELREGION +3635,0,0,0,1001,AUTAUGA,AL,,,153,"AUTAUGA, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3634,0,0,0,1003,BALDWIN,AL,,,152,"BALDWIN, AL",12,12,AL Mobil,2,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1005,BARBOUR,AL,,,153,"BARBOUR, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3633,0,0,0,1007,BIBB,AL,,,151,"BIBB, AL",12,11,AL Birmi,1,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3633,0,0,0,1009,BLOUNT,AL,,,151,"BLOUNT, AL",12,11,AL Birmi,1,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1011,BULLOCK,AL,,,153,"BULLOCK, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1013,BUTLER,AL,,,153,"BUTLER, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1015,CALHOUN,AL,,,153,"CALHOUN, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1017,CHAMBERS,AL,,,153,"CHAMBERS, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1019,CHEROKEE,AL,,,153,"CHEROKEE, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3633,0,0,0,1021,CHILTON,AL,,,151,"CHILTON, AL",12,11,AL Birmi,1,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1023,CHOCTAW,AL,,,153,"CHOCTAW, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1025,CLARKE,AL,,,153,"CLARKE, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1027,CLAY,AL,,,153,"CLAY, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1029,CLEBURNE,AL,,,153,"CLEBURNE, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1031,COFFEE,AL,,,153,"COFFEE, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1033,COLBERT,AL,,,153,"COLBERT, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1035,CONECUH,AL,,,153,"CONECUH, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1037,COOSA,AL,,,153,"COOSA, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1039,COVINGTON,AL,,,153,"COVINGTON, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1041,CRENSHAW,AL,,,153,"CRENSHAW, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3633,0,0,0,1043,CULLMAN,AL,,,151,"CULLMAN, AL",12,11,AL Birmi,1,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1045,DALE,AL,,,153,"DALE, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1047,DALLAS,AL,,,153,"DALLAS, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1049,DEKALB,AL,,,153,"DEKALB, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1051,ELMORE,AL,,,153,"ELMORE, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1053,ESCAMBIA,AL,,,153,"ESCAMBIA, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1055,ETOWAH,AL,,,153,"ETOWAH, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1057,FAYETTE,AL,,,153,"FAYETTE, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1059,FRANKLIN,AL,,,153,"FRANKLIN, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1061,GENEVA,AL,,,153,"GENEVA, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1063,GREENE,AL,,,153,"GREENE, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1065,HALE,AL,,,153,"HALE, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1067,HENRY,AL,,,153,"HENRY, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1069,HOUSTON,AL,,,153,"HOUSTON, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1071,JACKSON,AL,,,153,"JACKSON, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3633,0,0,0,1073,JEFFERSON,AL,,,151,"JEFFERSON, AL",12,11,AL Birmi,1,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1075,LAMAR,AL,,,153,"LAMAR, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1077,LAUDERDALE,AL,,,153,"LAUDERDALE, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1079,LAWRENCE,AL,,,153,"LAWRENCE, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1081,LEE,AL,,,153,"LEE, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1083,LIMESTONE,AL,,,153,"LIMESTONE, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1085,LOWNDES,AL,,,153,"LOWNDES, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1087,MACON,AL,,,153,"MACON, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1089,MADISON,AL,,,153,"MADISON, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1091,MARENGO,AL,,,153,"MARENGO, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1093,MARION,AL,,,153,"MARION, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1095,MARSHALL,AL,,,153,"MARSHALL, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3634,0,0,0,1097,MOBILE,AL,,,152,"MOBILE, AL",12,12,AL Mobil,2,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1099,MONROE,AL,,,153,"MONROE, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1101,MONTGOMERY,AL,,,153,"MONTGOMERY, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1103,MORGAN,AL,,,153,"MORGAN, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1105,PERRY,AL,,,153,"PERRY, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1107,PICKENS,AL,,,153,"PICKENS, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1109,PIKE,AL,,,153,"PIKE, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1111,RANDOLPH,AL,,,153,"RANDOLPH, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1113,RUSSELL,AL,,,153,"RUSSELL, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3633,0,0,0,1115,ST. CLAIR,AL,,,151,"ST. CLAIR, AL",12,11,AL Birmi,1,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3633,0,0,0,1117,SHELBY,AL,,,151,"SHELBY, AL",12,11,AL Birmi,1,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1119,SUMTER,AL,,,153,"SUMTER, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1121,TALLADEGA,AL,,,153,"TALLADEGA, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1123,TALLAPOOSA,AL,,,153,"TALLAPOOSA, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1125,TUSCALOOSA,AL,,,153,"TUSCALOOSA, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3633,0,0,0,1127,WALKER,AL,,,151,"WALKER, AL",12,11,AL Birmi,1,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1129,WASHINGTON,AL,,,153,"WASHINGTON, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1131,WILCOX,AL,,,153,"WILCOX, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3635,0,0,0,1133,WINSTON,AL,,,153,"WINSTON, AL",12,19,AL rem,3,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3636,0,0,0,2013,ALEUTIANS EAST,AK,,,154,"ALEUTIANS EAST, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2016,ALEUTIANS WEST,AK,,,154,"ALEUTIANS WEST, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2020,ANCHORAGE,AK,,,154,"ANCHORAGE, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2050,BETHEL,AK,,,154,"BETHEL, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2060,BRISTOL BAY,AK,,,154,"BRISTOL BAY, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2068,DENALI,AK,,,154,"DENALI, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2070,DILLINGHAM,AK,,,154,"DILLINGHAM, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2090,FAIRBANKS NORTH STAR,AK,,,154,"FAIRBANKS NORTH STAR, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2100,HAINES,AK,,,154,"HAINES, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2105,HOONAH-ANGOON,AK,,,154,"HOONAH-ANGOON, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2110,JUNEAU,AK,,,154,"JUNEAU, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2122,KENAI PENINSULA,AK,,,154,"KENAI PENINSULA, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2130,KETCHIKAN GATEWAY,AK,,,154,"KETCHIKAN GATEWAY, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2150,KODIAK ISLAND,AK,,,154,"KODIAK ISLAND, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2158,KUSILVAK,AK,,,154,"KUSILVAK, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2164,LAKE AND PENINSULA,AK,,,154,"LAKE AND PENINSULA, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2170,MATANUSKA-SUSITNA,AK,,,154,"MATANUSKA-SUSITNA, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2180,NOME,AK,,,154,"NOME, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2185,NORTH SLOPE,AK,,,154,"NORTH SLOPE, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2188,NORTHWEST ARCTIC,AK,,,154,"NORTHWEST ARCTIC, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2195,PETERSBURG,AK,,,154,"PETERSBURG, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2198,PRINCE OF WALES-HYDER,AK,,,154,"PRINCE OF WALES-HYDER, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2220,SITKA,AK,,,154,"SITKA, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2230,SKAGWAY,AK,,,154,"SKAGWAY, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2240,SOUTHEAST FAIRBANKS,AK,,,154,"SOUTHEAST FAIRBANKS, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2261,VALDEZ-CORDOVA,AK,,,154,"VALDEZ-CORDOVA, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2275,WRANGELL,AK,,,154,"WRANGELL, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2282,YAKUTAT,AK,,,154,"YAKUTAT, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3636,0,0,0,2290,YUKON-KOYUKUK,AK,,,154,"YUKON-KOYUKUK, AK",12,20,AK,4,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3639,0,0,0,4001,APACHE,AZ,,,157,"APACHE, AZ",12,49,AZ rem,7,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3639,0,0,0,4003,COCHISE,AZ,,,157,"COCHISE, AZ",12,49,AZ rem,7,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3639,0,0,0,4005,COCONINO,AZ,,,157,"COCONINO, AZ",12,49,AZ rem,7,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3639,0,0,0,4007,GILA,AZ,,,157,"GILA, AZ",12,49,AZ rem,7,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3639,0,0,0,4009,GRAHAM,AZ,,,157,"GRAHAM, AZ",12,49,AZ rem,7,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3639,0,0,0,4011,GREENLEE,AZ,,,157,"GREENLEE, AZ",12,49,AZ rem,7,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3639,0,0,0,4012,LA PAZ,AZ,,,157,"LA PAZ, AZ",12,49,AZ rem,7,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3637,0,0,0,4013,MARICOPA,AZ,,,155,"MARICOPA, AZ",12,41,AZ Phoen,5,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3639,0,0,0,4015,MOHAVE,AZ,,,157,"MOHAVE, AZ",12,49,AZ rem,7,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3639,0,0,0,4017,NAVAJO,AZ,,,157,"NAVAJO, AZ",12,49,AZ rem,7,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3638,0,0,0,4019,PIMA,AZ,,,156,"PIMA, AZ",12,42,AZ Tucso,6,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3637,0,0,0,4021,PINAL,AZ,,,155,"PINAL, AZ",12,41,AZ Phoen,5,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3639,0,0,0,4023,SANTA CRUZ,AZ,,,157,"SANTA CRUZ, AZ",12,49,AZ rem,7,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3639,0,0,0,4025,YAVAPAI,AZ,,,157,"YAVAPAI, AZ",12,49,AZ rem,7,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3639,0,0,0,4027,YUMA,AZ,,,157,"YUMA, AZ",12,49,AZ rem,7,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3640,0,0,0,5001,ARKANSAS,AR,,,158,"ARKANSAS, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5003,ASHLEY,AR,,,158,"ASHLEY, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5005,BAXTER,AR,,,158,"BAXTER, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5007,BENTON,AR,,,158,"BENTON, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5009,BOONE,AR,,,158,"BOONE, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5011,BRADLEY,AR,,,158,"BRADLEY, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5013,CALHOUN,AR,,,158,"CALHOUN, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5015,CARROLL,AR,,,158,"CARROLL, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5017,CHICOT,AR,,,158,"CHICOT, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5019,CLARK,AR,,,158,"CLARK, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5021,CLAY,AR,,,158,"CLAY, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5023,CLEBURNE,AR,,,158,"CLEBURNE, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5025,CLEVELAND,AR,,,158,"CLEVELAND, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5027,COLUMBIA,AR,,,158,"COLUMBIA, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5029,CONWAY,AR,,,158,"CONWAY, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5031,CRAIGHEAD,AR,,,158,"CRAIGHEAD, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5033,CRAWFORD,AR,,,158,"CRAWFORD, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5035,CRITTENDEN,AR,,,158,"CRITTENDEN, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5037,CROSS,AR,,,158,"CROSS, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5039,DALLAS,AR,,,158,"DALLAS, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5041,DESHA,AR,,,158,"DESHA, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5043,DREW,AR,,,158,"DREW, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5045,FAULKNER,AR,,,158,"FAULKNER, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5047,FRANKLIN,AR,,,158,"FRANKLIN, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5049,FULTON,AR,,,158,"FULTON, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5051,GARLAND,AR,,,158,"GARLAND, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5053,GRANT,AR,,,158,"GRANT, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5055,GREENE,AR,,,158,"GREENE, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5057,HEMPSTEAD,AR,,,158,"HEMPSTEAD, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5059,HOT SPRING,AR,,,158,"HOT SPRING, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5061,HOWARD,AR,,,158,"HOWARD, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5063,INDEPENDENCE,AR,,,158,"INDEPENDENCE, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5065,IZARD,AR,,,158,"IZARD, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5067,JACKSON,AR,,,158,"JACKSON, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5069,JEFFERSON,AR,,,158,"JEFFERSON, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5071,JOHNSON,AR,,,158,"JOHNSON, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5073,LAFAYETTE,AR,,,158,"LAFAYETTE, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5075,LAWRENCE,AR,,,158,"LAWRENCE, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5077,LEE,AR,,,158,"LEE, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5079,LINCOLN,AR,,,158,"LINCOLN, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5081,LITTLE RIVER,AR,,,158,"LITTLE RIVER, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5083,LOGAN,AR,,,158,"LOGAN, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5085,LONOKE,AR,,,158,"LONOKE, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5087,MADISON,AR,,,158,"MADISON, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5089,MARION,AR,,,158,"MARION, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5091,MILLER,AR,,,158,"MILLER, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5093,MISSISSIPPI,AR,,,158,"MISSISSIPPI, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5095,MONROE,AR,,,158,"MONROE, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5097,MONTGOMERY,AR,,,158,"MONTGOMERY, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5099,NEVADA,AR,,,158,"NEVADA, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5101,NEWTON,AR,,,158,"NEWTON, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5103,OUACHITA,AR,,,158,"OUACHITA, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5105,PERRY,AR,,,158,"PERRY, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5107,PHILLIPS,AR,,,158,"PHILLIPS, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5109,PIKE,AR,,,158,"PIKE, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5111,POINSETT,AR,,,158,"POINSETT, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5113,POLK,AR,,,158,"POLK, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5115,POPE,AR,,,158,"POPE, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5117,PRAIRIE,AR,,,158,"PRAIRIE, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5119,PULASKI,AR,,,158,"PULASKI, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5121,RANDOLPH,AR,,,158,"RANDOLPH, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5123,ST. FRANCIS,AR,,,158,"ST. FRANCIS, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5125,SALINE,AR,,,158,"SALINE, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5127,SCOTT,AR,,,158,"SCOTT, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5129,SEARCY,AR,,,158,"SEARCY, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5131,SEBASTIAN,AR,,,158,"SEBASTIAN, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5133,SEVIER,AR,,,158,"SEVIER, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5135,SHARP,AR,,,158,"SHARP, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5137,STONE,AR,,,158,"STONE, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5139,UNION,AR,,,158,"UNION, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5141,VAN BUREN,AR,,,158,"VAN BUREN, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5143,WASHINGTON,AR,,,158,"WASHINGTON, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5145,WHITE,AR,,,158,"WHITE, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5147,WOODRUFF,AR,,,158,"WOODRUFF, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3640,0,0,0,5149,YELL,AR,,,158,"YELL, AR",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3644,0,0,0,6001,ALAMEDA,CA,,,162,"ALAMEDA, CA",12,64,CA San J,12,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6003,ALPINE,CA,,,163,"ALPINE, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6005,AMADOR,CA,,,163,"AMADOR, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6007,BUTTE,CA,,,163,"BUTTE, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6009,CALAVERAS,CA,,,163,"CALAVERAS, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6011,COLUSA,CA,,,163,"COLUSA, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3644,0,0,0,6013,CONTRA COSTA,CA,,,162,"CONTRA COSTA, CA",12,64,CA San J,12,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6015,DEL NORTE,CA,,,163,"DEL NORTE, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3642,0,0,0,6017,EL DORADO,CA,,,160,"EL DORADO, CA",12,62,CA Sacra,10,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6019,FRESNO,CA,,,163,"FRESNO, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6021,GLENN,CA,,,163,"GLENN, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6023,HUMBOLDT,CA,,,163,"HUMBOLDT, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6025,IMPERIAL,CA,,,163,"IMPERIAL, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6027,INYO,CA,,,163,"INYO, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6029,KERN,CA,,,163,"KERN, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6031,KINGS,CA,,,163,"KINGS, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6033,LAKE,CA,,,163,"LAKE, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6035,LASSEN,CA,,,163,"LASSEN, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3641,0,0,0,6037,LOS ANGELES,CA,,,159,"LOS ANGELES, CA",12,61,CA Los A,9,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6039,MADERA,CA,,,163,"MADERA, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3644,0,0,0,6041,MARIN,CA,,,162,"MARIN, CA",12,64,CA San J,12,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6043,MARIPOSA,CA,,,163,"MARIPOSA, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6045,MENDOCINO,CA,,,163,"MENDOCINO, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6047,MERCED,CA,,,163,"MERCED, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6049,MODOC,CA,,,163,"MODOC, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6051,MONO,CA,,,163,"MONO, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6053,MONTEREY,CA,,,163,"MONTEREY, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3644,0,0,0,6055,NAPA,CA,,,162,"NAPA, CA",12,64,CA San J,12,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3642,0,0,0,6057,NEVADA,CA,,,160,"NEVADA, CA",12,62,CA Sacra,10,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3641,0,0,0,6059,ORANGE,CA,,,159,"ORANGE, CA",12,61,CA Los A,9,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3642,0,0,0,6061,PLACER,CA,,,160,"PLACER, CA",12,62,CA Sacra,10,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6063,PLUMAS,CA,,,163,"PLUMAS, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3641,0,0,0,6065,RIVERSIDE,CA,,,159,"RIVERSIDE, CA",12,61,CA Los A,9,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3642,0,0,0,6067,SACRAMENTO,CA,,,160,"SACRAMENTO, CA",12,62,CA Sacra,10,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3644,0,0,0,6069,SAN BENITO,CA,,,162,"SAN BENITO, CA",12,64,CA San J,12,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3641,0,0,0,6071,SAN BERNARDINO,CA,,,159,"SAN BERNARDINO, CA",12,61,CA Los A,9,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3643,0,0,0,6073,SAN DIEGO,CA,,,161,"SAN DIEGO, CA",12,63,CA San D,11,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3644,0,0,0,6075,SAN FRANCISCO,CA,,,162,"SAN FRANCISCO, CA",12,64,CA San J,12,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6077,SAN JOAQUIN,CA,,,163,"SAN JOAQUIN, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6079,SAN LUIS OBISPO,CA,,,163,"SAN LUIS OBISPO, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3644,0,0,0,6081,SAN MATEO,CA,,,162,"SAN MATEO, CA",12,64,CA San J,12,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6083,SANTA BARBARA,CA,,,163,"SANTA BARBARA, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3644,0,0,0,6085,SANTA CLARA,CA,,,162,"SANTA CLARA, CA",12,64,CA San J,12,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3644,0,0,0,6087,SANTA CRUZ,CA,,,162,"SANTA CRUZ, CA",12,64,CA San J,12,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6089,SHASTA,CA,,,163,"SHASTA, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6091,SIERRA,CA,,,163,"SIERRA, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6093,SISKIYOU,CA,,,163,"SISKIYOU, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3644,0,0,0,6095,SOLANO,CA,,,162,"SOLANO, CA",12,64,CA San J,12,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3644,0,0,0,6097,SONOMA,CA,,,162,"SONOMA, CA",12,64,CA San J,12,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6099,STANISLAUS,CA,,,163,"STANISLAUS, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3642,0,0,0,6101,SUTTER,CA,,,160,"SUTTER, CA",12,62,CA Sacra,10,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6103,TEHAMA,CA,,,163,"TEHAMA, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6105,TRINITY,CA,,,163,"TRINITY, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6107,TULARE,CA,,,163,"TULARE, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3645,0,0,0,6109,TUOLUMNE,CA,,,163,"TUOLUMNE, CA",12,69,CA rem,13,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3641,0,0,0,6111,VENTURA,CA,,,159,"VENTURA, CA",12,61,CA Los A,9,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3642,0,0,0,6113,YOLO,CA,,,160,"YOLO, CA",12,62,CA Sacra,10,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3642,0,0,0,6115,YUBA,CA,,,160,"YUBA, CA",12,62,CA Sacra,10,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3646,0,0,0,8001,ADAMS,CO,,,164,"ADAMS, CO",12,81,CO Denve,14,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8003,ALAMOSA,CO,,,165,"ALAMOSA, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3646,0,0,0,8005,ARAPAHOE,CO,,,164,"ARAPAHOE, CO",12,81,CO Denve,14,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8007,ARCHULETA,CO,,,165,"ARCHULETA, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8009,BACA,CO,,,165,"BACA, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8011,BENT,CO,,,165,"BENT, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3646,0,0,0,8013,BOULDER,CO,,,164,"BOULDER, CO",12,81,CO Denve,14,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3646,0,0,0,8014,BROOMFIELD,CO,,,164,"BROOMFIELD, CO",12,81,CO Denve,14,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8015,CHAFFEE,CO,,,165,"CHAFFEE, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8017,CHEYENNE,CO,,,165,"CHEYENNE, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3646,0,0,0,8019,CLEAR CREEK,CO,,,164,"CLEAR CREEK, CO",12,81,CO Denve,14,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8021,CONEJOS,CO,,,165,"CONEJOS, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8023,COSTILLA,CO,,,165,"COSTILLA, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8025,CROWLEY,CO,,,165,"CROWLEY, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8027,CUSTER,CO,,,165,"CUSTER, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8029,DELTA,CO,,,165,"DELTA, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3646,0,0,0,8031,DENVER,CO,,,164,"DENVER, CO",12,81,CO Denve,14,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8033,DOLORES,CO,,,165,"DOLORES, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3646,0,0,0,8035,DOUGLAS,CO,,,164,"DOUGLAS, CO",12,81,CO Denve,14,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8037,EAGLE,CO,,,165,"EAGLE, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3646,0,0,0,8039,ELBERT,CO,,,164,"ELBERT, CO",12,81,CO Denve,14,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8041,EL PASO,CO,,,165,"EL PASO, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8043,FREMONT,CO,,,165,"FREMONT, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8045,GARFIELD,CO,,,165,"GARFIELD, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3646,0,0,0,8047,GILPIN,CO,,,164,"GILPIN, CO",12,81,CO Denve,14,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8049,GRAND,CO,,,165,"GRAND, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8051,GUNNISON,CO,,,165,"GUNNISON, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8053,HINSDALE,CO,,,165,"HINSDALE, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8055,HUERFANO,CO,,,165,"HUERFANO, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8057,JACKSON,CO,,,165,"JACKSON, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3646,0,0,0,8059,JEFFERSON,CO,,,164,"JEFFERSON, CO",12,81,CO Denve,14,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8061,KIOWA,CO,,,165,"KIOWA, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8063,KIT CARSON,CO,,,165,"KIT CARSON, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8065,LAKE,CO,,,165,"LAKE, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8067,LA PLATA,CO,,,165,"LA PLATA, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8069,LARIMER,CO,,,165,"LARIMER, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8071,LAS ANIMAS,CO,,,165,"LAS ANIMAS, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8073,LINCOLN,CO,,,165,"LINCOLN, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8075,LOGAN,CO,,,165,"LOGAN, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8077,MESA,CO,,,165,"MESA, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8079,MINERAL,CO,,,165,"MINERAL, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8081,MOFFAT,CO,,,165,"MOFFAT, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8083,MONTEZUMA,CO,,,165,"MONTEZUMA, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8085,MONTROSE,CO,,,165,"MONTROSE, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8087,MORGAN,CO,,,165,"MORGAN, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8089,OTERO,CO,,,165,"OTERO, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8091,OURAY,CO,,,165,"OURAY, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3646,0,0,0,8093,PARK,CO,,,164,"PARK, CO",12,81,CO Denve,14,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8095,PHILLIPS,CO,,,165,"PHILLIPS, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8097,PITKIN,CO,,,165,"PITKIN, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8099,PROWERS,CO,,,165,"PROWERS, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8101,PUEBLO,CO,,,165,"PUEBLO, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8103,RIO BLANCO,CO,,,165,"RIO BLANCO, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8105,RIO GRANDE,CO,,,165,"RIO GRANDE, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8107,ROUTT,CO,,,165,"ROUTT, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8109,SAGUACHE,CO,,,165,"SAGUACHE, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8111,SAN JUAN,CO,,,165,"SAN JUAN, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8113,SAN MIGUEL,CO,,,165,"SAN MIGUEL, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8115,SEDGWICK,CO,,,165,"SEDGWICK, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8117,SUMMIT,CO,,,165,"SUMMIT, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8119,TELLER,CO,,,165,"TELLER, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8121,WASHINGTON,CO,,,165,"WASHINGTON, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3646,0,0,0,8123,WELD,CO,,,164,"WELD, CO",12,81,CO Denve,14,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3647,0,0,0,8125,YUMA,CO,,,165,"YUMA, CO",12,89,CO rem,15,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3649,0,0,0,9001,FAIRFIELD,CT,,,167,"FAIRFIELD, CT",12,92,CT New Y,17,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3648,0,0,0,9003,HARTFORD,CT,,,166,"HARTFORD, CT",12,91,CT Hartf,16,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3649,0,0,0,9005,LITCHFIELD,CT,,,167,"LITCHFIELD, CT",12,92,CT New Y,17,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3648,0,0,0,9007,MIDDLESEX,CT,,,166,"MIDDLESEX, CT",12,91,CT Hartf,16,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3649,0,0,0,9009,NEW HAVEN,CT,,,167,"NEW HAVEN, CT",12,92,CT New Y,17,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3650,0,0,0,9011,NEW LONDON,CT,,,168,"NEW LONDON, CT",12,99,CT rem,18,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3648,0,0,0,9013,TOLLAND,CT,,,166,"TOLLAND, CT",12,91,CT Hartf,16,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3648,0,0,0,9015,WINDHAM,CT,,,166,"WINDHAM, CT",12,91,CT Hartf,16,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3651,0,0,0,10001,KENT,DE,,,169,"KENT, DE",12,100,DE,19,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3651,0,0,0,10003,NEW CASTLE,DE,,,169,"NEW CASTLE, DE",12,100,DE,19,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3651,0,0,0,10005,SUSSEX,DE,,,169,"SUSSEX, DE",12,100,DE,19,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3652,0,0,0,11001,DISTRICT OF COLUMBIA,,,,170,"DISTRICT OF COLUMBIA, NA",12,111,DC Washi,20,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12001,ALACHUA,FL,,,175,"ALACHUA, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3653,0,0,0,12003,BAKER,FL,,,171,"BAKER, FL",12,121,FL Jacks,21,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12005,BAY,FL,,,175,"BAY, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12007,BRADFORD,FL,,,175,"BRADFORD, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12009,BREVARD,FL,,,175,"BREVARD, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3654,0,0,0,12011,BROWARD,FL,,,172,"BROWARD, FL",12,122,FL Miami,22,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12013,CALHOUN,FL,,,175,"CALHOUN, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12015,CHARLOTTE,FL,,,175,"CHARLOTTE, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12017,CITRUS,FL,,,175,"CITRUS, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3653,0,0,0,12019,CLAY,FL,,,171,"CLAY, FL",12,121,FL Jacks,21,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12021,COLLIER,FL,,,175,"COLLIER, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12023,COLUMBIA,FL,,,175,"COLUMBIA, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12027,DESOTO,FL,,,175,"DESOTO, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12029,DIXIE,FL,,,175,"DIXIE, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3653,0,0,0,12031,DUVAL,FL,,,171,"DUVAL, FL",12,121,FL Jacks,21,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12033,ESCAMBIA,FL,,,175,"ESCAMBIA, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3655,0,0,0,12035,FLAGLER,FL,,,173,"FLAGLER, FL",12,123,FL Orlan,23,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12037,FRANKLIN,FL,,,175,"FRANKLIN, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12039,GADSDEN,FL,,,175,"GADSDEN, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12041,GILCHRIST,FL,,,175,"GILCHRIST, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12043,GLADES,FL,,,175,"GLADES, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12045,GULF,FL,,,175,"GULF, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12047,HAMILTON,FL,,,175,"HAMILTON, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12049,HARDEE,FL,,,175,"HARDEE, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12051,HENDRY,FL,,,175,"HENDRY, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3656,0,0,0,12053,HERNANDO,FL,,,174,"HERNANDO, FL",12,124,FL Tampa,24,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12055,HIGHLANDS,FL,,,175,"HIGHLANDS, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3656,0,0,0,12057,HILLSBOROUGH,FL,,,174,"HILLSBOROUGH, FL",12,124,FL Tampa,24,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12059,HOLMES,FL,,,175,"HOLMES, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12061,INDIAN RIVER,FL,,,175,"INDIAN RIVER, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12063,JACKSON,FL,,,175,"JACKSON, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12065,JEFFERSON,FL,,,175,"JEFFERSON, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12067,LAFAYETTE,FL,,,175,"LAFAYETTE, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3655,0,0,0,12069,LAKE,FL,,,173,"LAKE, FL",12,123,FL Orlan,23,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12071,LEE,FL,,,175,"LEE, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12073,LEON,FL,,,175,"LEON, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12075,LEVY,FL,,,175,"LEVY, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12077,LIBERTY,FL,,,175,"LIBERTY, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12079,MADISON,FL,,,175,"MADISON, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12081,MANATEE,FL,,,175,"MANATEE, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12083,MARION,FL,,,175,"MARION, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12085,MARTIN,FL,,,175,"MARTIN, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3654,0,0,0,12086,MIAMI-DADE,FL,,,172,"MIAMI-DADE, FL",12,122,FL Miami,22,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12087,MONROE,FL,,,175,"MONROE, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3653,0,0,0,12089,NASSAU,FL,,,171,"NASSAU, FL",12,121,FL Jacks,21,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12091,OKALOOSA,FL,,,175,"OKALOOSA, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12093,OKEECHOBEE,FL,,,175,"OKEECHOBEE, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3655,0,0,0,12095,ORANGE,FL,,,173,"ORANGE, FL",12,123,FL Orlan,23,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3655,0,0,0,12097,OSCEOLA,FL,,,173,"OSCEOLA, FL",12,123,FL Orlan,23,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3654,0,0,0,12099,PALM BEACH,FL,,,172,"PALM BEACH, FL",12,122,FL Miami,22,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3656,0,0,0,12101,PASCO,FL,,,174,"PASCO, FL",12,124,FL Tampa,24,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3656,0,0,0,12103,PINELLAS,FL,,,174,"PINELLAS, FL",12,124,FL Tampa,24,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12105,POLK,FL,,,175,"POLK, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12107,PUTNAM,FL,,,175,"PUTNAM, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3653,0,0,0,12109,ST. JOHNS,FL,,,171,"ST. JOHNS, FL",12,121,FL Jacks,21,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12111,ST. LUCIE,FL,,,175,"ST. LUCIE, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12113,SANTA ROSA,FL,,,175,"SANTA ROSA, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12115,SARASOTA,FL,,,175,"SARASOTA, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3655,0,0,0,12117,SEMINOLE,FL,,,173,"SEMINOLE, FL",12,123,FL Orlan,23,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3655,0,0,0,12119,SUMTER,FL,,,173,"SUMTER, FL",12,123,FL Orlan,23,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12121,SUWANNEE,FL,,,175,"SUWANNEE, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12123,TAYLOR,FL,,,175,"TAYLOR, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12125,UNION,FL,,,175,"UNION, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3655,0,0,0,12127,VOLUSIA,FL,,,173,"VOLUSIA, FL",12,123,FL Orlan,23,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12129,WAKULLA,FL,,,175,"WAKULLA, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12131,WALTON,FL,,,175,"WALTON, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3657,0,0,0,12133,WASHINGTON,FL,,,175,"WASHINGTON, FL",12,129,FL rem,25,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13001,APPLING,GA,,,178,"APPLING, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13003,ATKINSON,GA,,,178,"ATKINSON, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13005,BACON,GA,,,178,"BACON, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13007,BAKER,GA,,,178,"BAKER, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13009,BALDWIN,GA,,,178,"BALDWIN, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13011,BANKS,GA,,,178,"BANKS, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13013,BARROW,GA,,,176,"BARROW, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13015,BARTOW,GA,,,176,"BARTOW, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13017,BEN HILL,GA,,,178,"BEN HILL, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13019,BERRIEN,GA,,,178,"BERRIEN, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13021,BIBB,GA,,,178,"BIBB, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13023,BLECKLEY,GA,,,178,"BLECKLEY, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13025,BRANTLEY,GA,,,178,"BRANTLEY, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13027,BROOKS,GA,,,178,"BROOKS, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3659,0,0,0,13029,BRYAN,GA,,,177,"BRYAN, GA",12,132,GA Savan,27,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13031,BULLOCH,GA,,,178,"BULLOCH, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13033,BURKE,GA,,,178,"BURKE, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13035,BUTTS,GA,,,176,"BUTTS, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13037,CALHOUN,GA,,,178,"CALHOUN, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13039,CAMDEN,GA,,,178,"CAMDEN, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13043,CANDLER,GA,,,178,"CANDLER, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13045,CARROLL,GA,,,176,"CARROLL, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13047,CATOOSA,GA,,,178,"CATOOSA, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13049,CHARLTON,GA,,,178,"CHARLTON, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3659,0,0,0,13051,CHATHAM,GA,,,177,"CHATHAM, GA",12,132,GA Savan,27,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13053,CHATTAHOOCHEE,GA,,,178,"CHATTAHOOCHEE, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13055,CHATTOOGA,GA,,,178,"CHATTOOGA, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13057,CHEROKEE,GA,,,176,"CHEROKEE, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13059,CLARKE,GA,,,178,"CLARKE, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13061,CLAY,GA,,,178,"CLAY, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13063,CLAYTON,GA,,,176,"CLAYTON, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13065,CLINCH,GA,,,178,"CLINCH, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13067,COBB,GA,,,176,"COBB, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13069,COFFEE,GA,,,178,"COFFEE, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13071,COLQUITT,GA,,,178,"COLQUITT, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13073,COLUMBIA,GA,,,178,"COLUMBIA, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13075,COOK,GA,,,178,"COOK, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13077,COWETA,GA,,,176,"COWETA, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13079,CRAWFORD,GA,,,178,"CRAWFORD, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13081,CRISP,GA,,,178,"CRISP, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13083,DADE,GA,,,178,"DADE, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13085,DAWSON,GA,,,176,"DAWSON, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13087,DECATUR,GA,,,178,"DECATUR, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13089,DEKALB,GA,,,176,"DEKALB, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13091,DODGE,GA,,,178,"DODGE, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13093,DOOLY,GA,,,178,"DOOLY, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13095,DOUGHERTY,GA,,,178,"DOUGHERTY, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13097,DOUGLAS,GA,,,176,"DOUGLAS, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13099,EARLY,GA,,,178,"EARLY, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13101,ECHOLS,GA,,,178,"ECHOLS, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3659,0,0,0,13103,EFFINGHAM,GA,,,177,"EFFINGHAM, GA",12,132,GA Savan,27,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13105,ELBERT,GA,,,178,"ELBERT, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13107,EMANUEL,GA,,,178,"EMANUEL, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13109,EVANS,GA,,,178,"EVANS, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13111,FANNIN,GA,,,178,"FANNIN, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13113,FAYETTE,GA,,,176,"FAYETTE, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13115,FLOYD,GA,,,178,"FLOYD, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13117,FORSYTH,GA,,,176,"FORSYTH, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13119,FRANKLIN,GA,,,178,"FRANKLIN, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13121,FULTON,GA,,,176,"FULTON, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13123,GILMER,GA,,,178,"GILMER, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13125,GLASCOCK,GA,,,178,"GLASCOCK, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13127,GLYNN,GA,,,178,"GLYNN, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13129,GORDON,GA,,,178,"GORDON, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13131,GRADY,GA,,,178,"GRADY, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13133,GREENE,GA,,,178,"GREENE, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13135,GWINNETT,GA,,,176,"GWINNETT, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13137,HABERSHAM,GA,,,178,"HABERSHAM, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13139,HALL,GA,,,176,"HALL, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13141,HANCOCK,GA,,,178,"HANCOCK, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13143,HARALSON,GA,,,176,"HARALSON, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13145,HARRIS,GA,,,178,"HARRIS, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13147,HART,GA,,,178,"HART, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13149,HEARD,GA,,,176,"HEARD, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13151,HENRY,GA,,,176,"HENRY, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13153,HOUSTON,GA,,,178,"HOUSTON, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13155,IRWIN,GA,,,178,"IRWIN, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13157,JACKSON,GA,,,178,"JACKSON, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13159,JASPER,GA,,,176,"JASPER, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13161,JEFF DAVIS,GA,,,178,"JEFF DAVIS, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13163,JEFFERSON,GA,,,178,"JEFFERSON, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13165,JENKINS,GA,,,178,"JENKINS, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13167,JOHNSON,GA,,,178,"JOHNSON, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13169,JONES,GA,,,178,"JONES, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13171,LAMAR,GA,,,176,"LAMAR, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13173,LANIER,GA,,,178,"LANIER, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13175,LAURENS,GA,,,178,"LAURENS, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13177,LEE,GA,,,178,"LEE, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3659,0,0,0,13179,LIBERTY,GA,,,177,"LIBERTY, GA",12,132,GA Savan,27,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13181,LINCOLN,GA,,,178,"LINCOLN, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3659,0,0,0,13183,LONG,GA,,,177,"LONG, GA",12,132,GA Savan,27,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13185,LOWNDES,GA,,,178,"LOWNDES, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13187,LUMPKIN,GA,,,178,"LUMPKIN, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13189,MCDUFFIE,GA,,,178,"MCDUFFIE, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13191,MCINTOSH,GA,,,178,"MCINTOSH, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13193,MACON,GA,,,178,"MACON, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13195,MADISON,GA,,,178,"MADISON, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13197,MARION,GA,,,178,"MARION, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13199,MERIWETHER,GA,,,176,"MERIWETHER, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13201,MILLER,GA,,,178,"MILLER, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13205,MITCHELL,GA,,,178,"MITCHELL, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13207,MONROE,GA,,,178,"MONROE, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13209,MONTGOMERY,GA,,,178,"MONTGOMERY, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13211,MORGAN,GA,,,178,"MORGAN, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13213,MURRAY,GA,,,178,"MURRAY, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13215,MUSCOGEE,GA,,,178,"MUSCOGEE, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13217,NEWTON,GA,,,176,"NEWTON, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13219,OCONEE,GA,,,178,"OCONEE, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13221,OGLETHORPE,GA,,,178,"OGLETHORPE, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13223,PAULDING,GA,,,176,"PAULDING, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13225,PEACH,GA,,,178,"PEACH, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13227,PICKENS,GA,,,176,"PICKENS, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13229,PIERCE,GA,,,178,"PIERCE, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13231,PIKE,GA,,,176,"PIKE, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13233,POLK,GA,,,176,"POLK, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13235,PULASKI,GA,,,178,"PULASKI, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13237,PUTNAM,GA,,,178,"PUTNAM, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13239,QUITMAN,GA,,,178,"QUITMAN, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13241,RABUN,GA,,,178,"RABUN, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13243,RANDOLPH,GA,,,178,"RANDOLPH, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13245,RICHMOND,GA,,,178,"RICHMOND, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13247,ROCKDALE,GA,,,176,"ROCKDALE, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13249,SCHLEY,GA,,,178,"SCHLEY, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13251,SCREVEN,GA,,,178,"SCREVEN, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13253,SEMINOLE,GA,,,178,"SEMINOLE, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13255,SPALDING,GA,,,176,"SPALDING, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13257,STEPHENS,GA,,,178,"STEPHENS, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13259,STEWART,GA,,,178,"STEWART, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13261,SUMTER,GA,,,178,"SUMTER, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13263,TALBOT,GA,,,178,"TALBOT, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13265,TALIAFERRO,GA,,,178,"TALIAFERRO, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13267,TATTNALL,GA,,,178,"TATTNALL, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13269,TAYLOR,GA,,,178,"TAYLOR, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13271,TELFAIR,GA,,,178,"TELFAIR, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13273,TERRELL,GA,,,178,"TERRELL, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13275,THOMAS,GA,,,178,"THOMAS, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13277,TIFT,GA,,,178,"TIFT, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13279,TOOMBS,GA,,,178,"TOOMBS, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13281,TOWNS,GA,,,178,"TOWNS, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13283,TREUTLEN,GA,,,178,"TREUTLEN, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13285,TROUP,GA,,,176,"TROUP, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13287,TURNER,GA,,,178,"TURNER, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13289,TWIGGS,GA,,,178,"TWIGGS, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13291,UNION,GA,,,178,"UNION, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13293,UPSON,GA,,,176,"UPSON, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13295,WALKER,GA,,,178,"WALKER, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3658,0,0,0,13297,WALTON,GA,,,176,"WALTON, GA",12,131,GA Atlan,26,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13299,WARE,GA,,,178,"WARE, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13301,WARREN,GA,,,178,"WARREN, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13303,WASHINGTON,GA,,,178,"WASHINGTON, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13305,WAYNE,GA,,,178,"WAYNE, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13307,WEBSTER,GA,,,178,"WEBSTER, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13309,WHEELER,GA,,,178,"WHEELER, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13311,WHITE,GA,,,178,"WHITE, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13313,WHITFIELD,GA,,,178,"WHITFIELD, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13315,WILCOX,GA,,,178,"WILCOX, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13317,WILKES,GA,,,178,"WILKES, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13319,WILKINSON,GA,,,178,"WILKINSON, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3660,0,0,0,13321,WORTH,GA,,,178,"WORTH, GA",12,139,GA rem,28,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3662,0,0,0,15001,HAWAII,HI,,,180,"HAWAII, HI",12,159,HI rem,30,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3661,0,0,0,15003,HONOLULU,HI,,,179,"HONOLULU, HI",12,151,HI Honol,29,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3662,0,0,0,15007,KAUAI,HI,,,180,"KAUAI, HI",12,159,HI rem,30,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3662,0,0,0,15009,MAUI,HI,,,180,"MAUI, HI",12,159,HI rem,30,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3663,0,0,0,16001,ADA,ID,,,181,"ADA, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16003,ADAMS,ID,,,181,"ADAMS, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16005,BANNOCK,ID,,,181,"BANNOCK, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16007,BEAR LAKE,ID,,,181,"BEAR LAKE, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16009,BENEWAH,ID,,,181,"BENEWAH, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16011,BINGHAM,ID,,,181,"BINGHAM, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16013,BLAINE,ID,,,181,"BLAINE, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16015,BOISE,ID,,,181,"BOISE, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16017,BONNER,ID,,,181,"BONNER, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16019,BONNEVILLE,ID,,,181,"BONNEVILLE, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16021,BOUNDARY,ID,,,181,"BOUNDARY, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16023,BUTTE,ID,,,181,"BUTTE, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16025,CAMAS,ID,,,181,"CAMAS, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16027,CANYON,ID,,,181,"CANYON, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16029,CARIBOU,ID,,,181,"CARIBOU, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16031,CASSIA,ID,,,181,"CASSIA, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16033,CLARK,ID,,,181,"CLARK, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16035,CLEARWATER,ID,,,181,"CLEARWATER, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16037,CUSTER,ID,,,181,"CUSTER, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16039,ELMORE,ID,,,181,"ELMORE, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16041,FRANKLIN,ID,,,181,"FRANKLIN, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16043,FREMONT,ID,,,181,"FREMONT, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16045,GEM,ID,,,181,"GEM, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16047,GOODING,ID,,,181,"GOODING, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16049,IDAHO,ID,,,181,"IDAHO, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16051,JEFFERSON,ID,,,181,"JEFFERSON, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16053,JEROME,ID,,,181,"JEROME, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16055,KOOTENAI,ID,,,181,"KOOTENAI, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16057,LATAH,ID,,,181,"LATAH, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16059,LEMHI,ID,,,181,"LEMHI, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16061,LEWIS,ID,,,181,"LEWIS, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16063,LINCOLN,ID,,,181,"LINCOLN, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16065,MADISON,ID,,,181,"MADISON, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16067,MINIDOKA,ID,,,181,"MINIDOKA, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16069,NEZ PERCE,ID,,,181,"NEZ PERCE, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16071,ONEIDA,ID,,,181,"ONEIDA, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16073,OWYHEE,ID,,,181,"OWYHEE, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16075,PAYETTE,ID,,,181,"PAYETTE, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16077,POWER,ID,,,181,"POWER, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16079,SHOSHONE,ID,,,181,"SHOSHONE, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16081,TETON,ID,,,181,"TETON, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16083,TWIN FALLS,ID,,,181,"TWIN FALLS, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16085,VALLEY,ID,,,181,"VALLEY, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3663,0,0,0,16087,WASHINGTON,ID,,,181,"WASHINGTON, ID",12,160,ID,31,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3666,0,0,0,17001,ADAMS,IL,,,184,"ADAMS, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17003,ALEXANDER,IL,,,184,"ALEXANDER, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3665,0,0,0,17005,BOND,IL,,,183,"BOND, IL",12,172,IL St Lo,33,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17009,BROWN,IL,,,184,"BROWN, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17011,BUREAU,IL,,,184,"BUREAU, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3665,0,0,0,17013,CALHOUN,IL,,,183,"CALHOUN, IL",12,172,IL St Lo,33,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17015,CARROLL,IL,,,184,"CARROLL, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17017,CASS,IL,,,184,"CASS, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17019,CHAMPAIGN,IL,,,184,"CHAMPAIGN, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17021,CHRISTIAN,IL,,,184,"CHRISTIAN, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17023,CLARK,IL,,,184,"CLARK, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17025,CLAY,IL,,,184,"CLAY, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3665,0,0,0,17027,CLINTON,IL,,,183,"CLINTON, IL",12,172,IL St Lo,33,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17029,COLES,IL,,,184,"COLES, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17033,CRAWFORD,IL,,,184,"CRAWFORD, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17035,CUMBERLAND,IL,,,184,"CUMBERLAND, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17039,DE WITT,IL,,,184,"DE WITT, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17041,DOUGLAS,IL,,,184,"DOUGLAS, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17045,EDGAR,IL,,,184,"EDGAR, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17047,EDWARDS,IL,,,184,"EDWARDS, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17049,EFFINGHAM,IL,,,184,"EFFINGHAM, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17051,FAYETTE,IL,,,184,"FAYETTE, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17053,FORD,IL,,,184,"FORD, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17055,FRANKLIN,IL,,,184,"FRANKLIN, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17057,FULTON,IL,,,184,"FULTON, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17059,GALLATIN,IL,,,184,"GALLATIN, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17061,GREENE,IL,,,184,"GREENE, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17065,HAMILTON,IL,,,184,"HAMILTON, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17067,HANCOCK,IL,,,184,"HANCOCK, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17069,HARDIN,IL,,,184,"HARDIN, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17071,HENDERSON,IL,,,184,"HENDERSON, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17073,HENRY,IL,,,184,"HENRY, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17075,IROQUOIS,IL,,,184,"IROQUOIS, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17077,JACKSON,IL,,,184,"JACKSON, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17079,JASPER,IL,,,184,"JASPER, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17081,JEFFERSON,IL,,,184,"JEFFERSON, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3665,0,0,0,17083,JERSEY,IL,,,183,"JERSEY, IL",12,172,IL St Lo,33,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17085,JO DAVIESS,IL,,,184,"JO DAVIESS, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17087,JOHNSON,IL,,,184,"JOHNSON, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17095,KNOX,IL,,,184,"KNOX, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17101,LAWRENCE,IL,,,184,"LAWRENCE, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17105,LIVINGSTON,IL,,,184,"LIVINGSTON, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17107,LOGAN,IL,,,184,"LOGAN, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17109,MCDONOUGH,IL,,,184,"MCDONOUGH, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17113,MCLEAN,IL,,,184,"MCLEAN, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17115,MACON,IL,,,184,"MACON, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3665,0,0,0,17117,MACOUPIN,IL,,,183,"MACOUPIN, IL",12,172,IL St Lo,33,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3665,0,0,0,17119,MADISON,IL,,,183,"MADISON, IL",12,172,IL St Lo,33,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17121,MARION,IL,,,184,"MARION, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17123,MARSHALL,IL,,,184,"MARSHALL, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17125,MASON,IL,,,184,"MASON, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17127,MASSAC,IL,,,184,"MASSAC, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17129,MENARD,IL,,,184,"MENARD, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17131,MERCER,IL,,,184,"MERCER, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3665,0,0,0,17133,MONROE,IL,,,183,"MONROE, IL",12,172,IL St Lo,33,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17135,MONTGOMERY,IL,,,184,"MONTGOMERY, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17137,MORGAN,IL,,,184,"MORGAN, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17139,MOULTRIE,IL,,,184,"MOULTRIE, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17143,PEORIA,IL,,,184,"PEORIA, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17145,PERRY,IL,,,184,"PERRY, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17147,PIATT,IL,,,184,"PIATT, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17149,PIKE,IL,,,184,"PIKE, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17151,POPE,IL,,,184,"POPE, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17153,PULASKI,IL,,,184,"PULASKI, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17155,PUTNAM,IL,,,184,"PUTNAM, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17157,RANDOLPH,IL,,,184,"RANDOLPH, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17159,RICHLAND,IL,,,184,"RICHLAND, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17161,ROCK ISLAND,IL,,,184,"ROCK ISLAND, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3665,0,0,0,17163,ST. CLAIR,IL,,,183,"ST. CLAIR, IL",12,172,IL St Lo,33,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17165,SALINE,IL,,,184,"SALINE, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17167,SANGAMON,IL,,,184,"SANGAMON, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17169,SCHUYLER,IL,,,184,"SCHUYLER, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17171,SCOTT,IL,,,184,"SCOTT, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17173,SHELBY,IL,,,184,"SHELBY, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17175,STARK,IL,,,184,"STARK, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17177,STEPHENSON,IL,,,184,"STEPHENSON, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17179,TAZEWELL,IL,,,184,"TAZEWELL, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17181,UNION,IL,,,184,"UNION, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17183,VERMILION,IL,,,184,"VERMILION, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17185,WABASH,IL,,,184,"WABASH, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17187,WARREN,IL,,,184,"WARREN, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17189,WASHINGTON,IL,,,184,"WASHINGTON, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17191,WAYNE,IL,,,184,"WAYNE, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17193,WHITE,IL,,,184,"WHITE, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17195,WHITESIDE,IL,,,184,"WHITESIDE, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17199,WILLIAMSON,IL,,,184,"WILLIAMSON, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3666,0,0,0,17203,WOODFORD,IL,,,184,"WOODFORD, IL",12,179,IL rem,34,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18001,ADAMS,IN,,,187,"ADAMS, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18003,ALLEN,IN,,,187,"ALLEN, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3668,0,0,0,18005,BARTHOLOMEW,IN,,,186,"BARTHOLOMEW, IN",12,182,IN India,36,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18007,BENTON,IN,,,187,"BENTON, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18009,BLACKFORD,IN,,,187,"BLACKFORD, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3668,0,0,0,18011,BOONE,IN,,,186,"BOONE, IN",12,182,IN India,36,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3668,0,0,0,18013,BROWN,IN,,,186,"BROWN, IN",12,182,IN India,36,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18015,CARROLL,IN,,,187,"CARROLL, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18017,CASS,IN,,,187,"CASS, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18019,CLARK,IN,,,187,"CLARK, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18021,CLAY,IN,,,187,"CLAY, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18023,CLINTON,IN,,,187,"CLINTON, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18025,CRAWFORD,IN,,,187,"CRAWFORD, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18027,DAVIESS,IN,,,187,"DAVIESS, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18029,DEARBORN,IN,,,187,"DEARBORN, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18031,DECATUR,IN,,,187,"DECATUR, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18033,DEKALB,IN,,,187,"DEKALB, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18035,DELAWARE,IN,,,187,"DELAWARE, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18037,DUBOIS,IN,,,187,"DUBOIS, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18039,ELKHART,IN,,,187,"ELKHART, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18041,FAYETTE,IN,,,187,"FAYETTE, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18043,FLOYD,IN,,,187,"FLOYD, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18045,FOUNTAIN,IN,,,187,"FOUNTAIN, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18047,FRANKLIN,IN,,,187,"FRANKLIN, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18049,FULTON,IN,,,187,"FULTON, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18051,GIBSON,IN,,,187,"GIBSON, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18053,GRANT,IN,,,187,"GRANT, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18055,GREENE,IN,,,187,"GREENE, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3668,0,0,0,18057,HAMILTON,IN,,,186,"HAMILTON, IN",12,182,IN India,36,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3668,0,0,0,18059,HANCOCK,IN,,,186,"HANCOCK, IN",12,182,IN India,36,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18061,HARRISON,IN,,,187,"HARRISON, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3668,0,0,0,18063,HENDRICKS,IN,,,186,"HENDRICKS, IN",12,182,IN India,36,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3668,0,0,0,18065,HENRY,IN,,,186,"HENRY, IN",12,182,IN India,36,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18067,HOWARD,IN,,,187,"HOWARD, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18069,HUNTINGTON,IN,,,187,"HUNTINGTON, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18071,JACKSON,IN,,,187,"JACKSON, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3667,0,0,0,18073,JASPER,IN,,,185,"JASPER, IN",12,181,IN Chica,35,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18075,JAY,IN,,,187,"JAY, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18077,JEFFERSON,IN,,,187,"JEFFERSON, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3668,0,0,0,18079,JENNINGS,IN,,,186,"JENNINGS, IN",12,182,IN India,36,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3668,0,0,0,18081,JOHNSON,IN,,,186,"JOHNSON, IN",12,182,IN India,36,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18083,KNOX,IN,,,187,"KNOX, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18085,KOSCIUSKO,IN,,,187,"KOSCIUSKO, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18087,LAGRANGE,IN,,,187,"LAGRANGE, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18093,LAWRENCE,IN,,,187,"LAWRENCE, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3668,0,0,0,18095,MADISON,IN,,,186,"MADISON, IN",12,182,IN India,36,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3668,0,0,0,18097,MARION,IN,,,186,"MARION, IN",12,182,IN India,36,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18099,MARSHALL,IN,,,187,"MARSHALL, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18101,MARTIN,IN,,,187,"MARTIN, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18103,MIAMI,IN,,,187,"MIAMI, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18105,MONROE,IN,,,187,"MONROE, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3668,0,0,0,18107,MONTGOMERY,IN,,,186,"MONTGOMERY, IN",12,182,IN India,36,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3668,0,0,0,18109,MORGAN,IN,,,186,"MORGAN, IN",12,182,IN India,36,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3667,0,0,0,18111,NEWTON,IN,,,185,"NEWTON, IN",12,181,IN Chica,35,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18113,NOBLE,IN,,,187,"NOBLE, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18115,OHIO,IN,,,187,"OHIO, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18117,ORANGE,IN,,,187,"ORANGE, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18119,OWEN,IN,,,187,"OWEN, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18121,PARKE,IN,,,187,"PARKE, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18123,PERRY,IN,,,187,"PERRY, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18125,PIKE,IN,,,187,"PIKE, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18129,POSEY,IN,,,187,"POSEY, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18131,PULASKI,IN,,,187,"PULASKI, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3668,0,0,0,18133,PUTNAM,IN,,,186,"PUTNAM, IN",12,182,IN India,36,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18135,RANDOLPH,IN,,,187,"RANDOLPH, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18137,RIPLEY,IN,,,187,"RIPLEY, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18139,RUSH,IN,,,187,"RUSH, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18141,ST. JOSEPH,IN,,,187,"ST. JOSEPH, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18143,SCOTT,IN,,,187,"SCOTT, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3668,0,0,0,18145,SHELBY,IN,,,186,"SHELBY, IN",12,182,IN India,36,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18147,SPENCER,IN,,,187,"SPENCER, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18149,STARKE,IN,,,187,"STARKE, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18151,STEUBEN,IN,,,187,"STEUBEN, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18153,SULLIVAN,IN,,,187,"SULLIVAN, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18155,SWITZERLAND,IN,,,187,"SWITZERLAND, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18157,TIPPECANOE,IN,,,187,"TIPPECANOE, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18159,TIPTON,IN,,,187,"TIPTON, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18161,UNION,IN,,,187,"UNION, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18163,VANDERBURGH,IN,,,187,"VANDERBURGH, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18165,VERMILLION,IN,,,187,"VERMILLION, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18167,VIGO,IN,,,187,"VIGO, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18169,WABASH,IN,,,187,"WABASH, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18171,WARREN,IN,,,187,"WARREN, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18173,WARRICK,IN,,,187,"WARRICK, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18175,WASHINGTON,IN,,,187,"WASHINGTON, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18177,WAYNE,IN,,,187,"WAYNE, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18179,WELLS,IN,,,187,"WELLS, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18181,WHITE,IN,,,187,"WHITE, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3669,0,0,0,18183,WHITLEY,IN,,,187,"WHITLEY, IN",12,189,IN rem,37,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3670,0,0,0,19001,ADAIR,IA,,,188,"ADAIR, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19003,ADAMS,IA,,,188,"ADAMS, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19005,ALLAMAKEE,IA,,,188,"ALLAMAKEE, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19007,APPANOOSE,IA,,,188,"APPANOOSE, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19009,AUDUBON,IA,,,188,"AUDUBON, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19011,BENTON,IA,,,188,"BENTON, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19013,BLACK HAWK,IA,,,188,"BLACK HAWK, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19015,BOONE,IA,,,188,"BOONE, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19017,BREMER,IA,,,188,"BREMER, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19019,BUCHANAN,IA,,,188,"BUCHANAN, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19021,BUENA VISTA,IA,,,188,"BUENA VISTA, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19023,BUTLER,IA,,,188,"BUTLER, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19025,CALHOUN,IA,,,188,"CALHOUN, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19027,CARROLL,IA,,,188,"CARROLL, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19029,CASS,IA,,,188,"CASS, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19031,CEDAR,IA,,,188,"CEDAR, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19033,CERRO GORDO,IA,,,188,"CERRO GORDO, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19035,CHEROKEE,IA,,,188,"CHEROKEE, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19037,CHICKASAW,IA,,,188,"CHICKASAW, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19039,CLARKE,IA,,,188,"CLARKE, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19041,CLAY,IA,,,188,"CLAY, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19043,CLAYTON,IA,,,188,"CLAYTON, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19045,CLINTON,IA,,,188,"CLINTON, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19047,CRAWFORD,IA,,,188,"CRAWFORD, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19049,DALLAS,IA,,,188,"DALLAS, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19051,DAVIS,IA,,,188,"DAVIS, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19053,DECATUR,IA,,,188,"DECATUR, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19055,DELAWARE,IA,,,188,"DELAWARE, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19057,DES MOINES,IA,,,188,"DES MOINES, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19059,DICKINSON,IA,,,188,"DICKINSON, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19061,DUBUQUE,IA,,,188,"DUBUQUE, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19063,EMMET,IA,,,188,"EMMET, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19065,FAYETTE,IA,,,188,"FAYETTE, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19067,FLOYD,IA,,,188,"FLOYD, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19069,FRANKLIN,IA,,,188,"FRANKLIN, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19071,FREMONT,IA,,,188,"FREMONT, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19073,GREENE,IA,,,188,"GREENE, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19075,GRUNDY,IA,,,188,"GRUNDY, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19077,GUTHRIE,IA,,,188,"GUTHRIE, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19079,HAMILTON,IA,,,188,"HAMILTON, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19081,HANCOCK,IA,,,188,"HANCOCK, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19083,HARDIN,IA,,,188,"HARDIN, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19085,HARRISON,IA,,,188,"HARRISON, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19087,HENRY,IA,,,188,"HENRY, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19089,HOWARD,IA,,,188,"HOWARD, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19091,HUMBOLDT,IA,,,188,"HUMBOLDT, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19093,IDA,IA,,,188,"IDA, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19095,IOWA,IA,,,188,"IOWA, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19097,JACKSON,IA,,,188,"JACKSON, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19099,JASPER,IA,,,188,"JASPER, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19101,JEFFERSON,IA,,,188,"JEFFERSON, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19103,JOHNSON,IA,,,188,"JOHNSON, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19105,JONES,IA,,,188,"JONES, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19107,KEOKUK,IA,,,188,"KEOKUK, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19109,KOSSUTH,IA,,,188,"KOSSUTH, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19111,LEE,IA,,,188,"LEE, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19113,LINN,IA,,,188,"LINN, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19115,LOUISA,IA,,,188,"LOUISA, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19117,LUCAS,IA,,,188,"LUCAS, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19119,LYON,IA,,,188,"LYON, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19121,MADISON,IA,,,188,"MADISON, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19123,MAHASKA,IA,,,188,"MAHASKA, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19125,MARION,IA,,,188,"MARION, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19127,MARSHALL,IA,,,188,"MARSHALL, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19129,MILLS,IA,,,188,"MILLS, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19131,MITCHELL,IA,,,188,"MITCHELL, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19133,MONONA,IA,,,188,"MONONA, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19135,MONROE,IA,,,188,"MONROE, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19137,MONTGOMERY,IA,,,188,"MONTGOMERY, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19139,MUSCATINE,IA,,,188,"MUSCATINE, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19141,O'BRIEN,IA,,,188,"O'BRIEN, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19143,OSCEOLA,IA,,,188,"OSCEOLA, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19145,PAGE,IA,,,188,"PAGE, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19147,PALO ALTO,IA,,,188,"PALO ALTO, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19149,PLYMOUTH,IA,,,188,"PLYMOUTH, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19151,POCAHONTAS,IA,,,188,"POCAHONTAS, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19153,POLK,IA,,,188,"POLK, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19155,POTTAWATTAMIE,IA,,,188,"POTTAWATTAMIE, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19157,POWESHIEK,IA,,,188,"POWESHIEK, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19159,RINGGOLD,IA,,,188,"RINGGOLD, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19161,SAC,IA,,,188,"SAC, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19163,SCOTT,IA,,,188,"SCOTT, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19165,SHELBY,IA,,,188,"SHELBY, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19167,SIOUX,IA,,,188,"SIOUX, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19169,STORY,IA,,,188,"STORY, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19171,TAMA,IA,,,188,"TAMA, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19173,TAYLOR,IA,,,188,"TAYLOR, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19175,UNION,IA,,,188,"UNION, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19177,VAN BUREN,IA,,,188,"VAN BUREN, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19179,WAPELLO,IA,,,188,"WAPELLO, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19181,WARREN,IA,,,188,"WARREN, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19183,WASHINGTON,IA,,,188,"WASHINGTON, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19185,WAYNE,IA,,,188,"WAYNE, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19187,WEBSTER,IA,,,188,"WEBSTER, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19189,WINNEBAGO,IA,,,188,"WINNEBAGO, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19191,WINNESHIEK,IA,,,188,"WINNESHIEK, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19193,WOODBURY,IA,,,188,"WOODBURY, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19195,WORTH,IA,,,188,"WORTH, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3670,0,0,0,19197,WRIGHT,IA,,,188,"WRIGHT, IA",12,190,IA,38,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20001,ALLEN,KS,,,190,"ALLEN, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20003,ANDERSON,KS,,,190,"ANDERSON, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3671,0,0,0,20005,ATCHISON,KS,,,189,"ATCHISON, KS",12,201,KS Kansa,39,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20007,BARBER,KS,,,190,"BARBER, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20009,BARTON,KS,,,190,"BARTON, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20011,BOURBON,KS,,,190,"BOURBON, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20013,BROWN,KS,,,190,"BROWN, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20015,BUTLER,KS,,,190,"BUTLER, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20017,CHASE,KS,,,190,"CHASE, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20019,CHAUTAUQUA,KS,,,190,"CHAUTAUQUA, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20021,CHEROKEE,KS,,,190,"CHEROKEE, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20023,CHEYENNE,KS,,,190,"CHEYENNE, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20025,CLARK,KS,,,190,"CLARK, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20027,CLAY,KS,,,190,"CLAY, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20029,CLOUD,KS,,,190,"CLOUD, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20031,COFFEY,KS,,,190,"COFFEY, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20033,COMANCHE,KS,,,190,"COMANCHE, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20035,COWLEY,KS,,,190,"COWLEY, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20037,CRAWFORD,KS,,,190,"CRAWFORD, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20039,DECATUR,KS,,,190,"DECATUR, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20041,DICKINSON,KS,,,190,"DICKINSON, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20043,DONIPHAN,KS,,,190,"DONIPHAN, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20045,DOUGLAS,KS,,,190,"DOUGLAS, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20047,EDWARDS,KS,,,190,"EDWARDS, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20049,ELK,KS,,,190,"ELK, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20051,ELLIS,KS,,,190,"ELLIS, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20053,ELLSWORTH,KS,,,190,"ELLSWORTH, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20055,FINNEY,KS,,,190,"FINNEY, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20057,FORD,KS,,,190,"FORD, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3671,0,0,0,20059,FRANKLIN,KS,,,189,"FRANKLIN, KS",12,201,KS Kansa,39,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20061,GEARY,KS,,,190,"GEARY, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20063,GOVE,KS,,,190,"GOVE, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20065,GRAHAM,KS,,,190,"GRAHAM, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20067,GRANT,KS,,,190,"GRANT, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20069,GRAY,KS,,,190,"GRAY, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20071,GREELEY,KS,,,190,"GREELEY, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20073,GREENWOOD,KS,,,190,"GREENWOOD, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20075,HAMILTON,KS,,,190,"HAMILTON, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20077,HARPER,KS,,,190,"HARPER, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20079,HARVEY,KS,,,190,"HARVEY, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20081,HASKELL,KS,,,190,"HASKELL, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20083,HODGEMAN,KS,,,190,"HODGEMAN, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20085,JACKSON,KS,,,190,"JACKSON, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20087,JEFFERSON,KS,,,190,"JEFFERSON, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20089,JEWELL,KS,,,190,"JEWELL, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3671,0,0,0,20091,JOHNSON,KS,,,189,"JOHNSON, KS",12,201,KS Kansa,39,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20093,KEARNY,KS,,,190,"KEARNY, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20095,KINGMAN,KS,,,190,"KINGMAN, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20097,KIOWA,KS,,,190,"KIOWA, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20099,LABETTE,KS,,,190,"LABETTE, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20101,LANE,KS,,,190,"LANE, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3671,0,0,0,20103,LEAVENWORTH,KS,,,189,"LEAVENWORTH, KS",12,201,KS Kansa,39,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20105,LINCOLN,KS,,,190,"LINCOLN, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3671,0,0,0,20107,LINN,KS,,,189,"LINN, KS",12,201,KS Kansa,39,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20109,LOGAN,KS,,,190,"LOGAN, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20111,LYON,KS,,,190,"LYON, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20113,MCPHERSON,KS,,,190,"MCPHERSON, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20115,MARION,KS,,,190,"MARION, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20117,MARSHALL,KS,,,190,"MARSHALL, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20119,MEADE,KS,,,190,"MEADE, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3671,0,0,0,20121,MIAMI,KS,,,189,"MIAMI, KS",12,201,KS Kansa,39,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20123,MITCHELL,KS,,,190,"MITCHELL, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20125,MONTGOMERY,KS,,,190,"MONTGOMERY, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20127,MORRIS,KS,,,190,"MORRIS, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20129,MORTON,KS,,,190,"MORTON, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20131,NEMAHA,KS,,,190,"NEMAHA, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20133,NEOSHO,KS,,,190,"NEOSHO, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20135,NESS,KS,,,190,"NESS, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20137,NORTON,KS,,,190,"NORTON, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20139,OSAGE,KS,,,190,"OSAGE, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20141,OSBORNE,KS,,,190,"OSBORNE, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20143,OTTAWA,KS,,,190,"OTTAWA, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20145,PAWNEE,KS,,,190,"PAWNEE, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20147,PHILLIPS,KS,,,190,"PHILLIPS, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20149,POTTAWATOMIE,KS,,,190,"POTTAWATOMIE, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20151,PRATT,KS,,,190,"PRATT, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20153,RAWLINS,KS,,,190,"RAWLINS, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20155,RENO,KS,,,190,"RENO, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20157,REPUBLIC,KS,,,190,"REPUBLIC, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20159,RICE,KS,,,190,"RICE, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20161,RILEY,KS,,,190,"RILEY, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20163,ROOKS,KS,,,190,"ROOKS, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20165,RUSH,KS,,,190,"RUSH, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20167,RUSSELL,KS,,,190,"RUSSELL, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20169,SALINE,KS,,,190,"SALINE, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20171,SCOTT,KS,,,190,"SCOTT, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20173,SEDGWICK,KS,,,190,"SEDGWICK, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20175,SEWARD,KS,,,190,"SEWARD, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20177,SHAWNEE,KS,,,190,"SHAWNEE, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20179,SHERIDAN,KS,,,190,"SHERIDAN, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20181,SHERMAN,KS,,,190,"SHERMAN, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20183,SMITH,KS,,,190,"SMITH, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20185,STAFFORD,KS,,,190,"STAFFORD, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20187,STANTON,KS,,,190,"STANTON, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20189,STEVENS,KS,,,190,"STEVENS, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20191,SUMNER,KS,,,190,"SUMNER, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20193,THOMAS,KS,,,190,"THOMAS, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20195,TREGO,KS,,,190,"TREGO, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20197,WABAUNSEE,KS,,,190,"WABAUNSEE, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20199,WALLACE,KS,,,190,"WALLACE, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20201,WASHINGTON,KS,,,190,"WASHINGTON, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20203,WICHITA,KS,,,190,"WICHITA, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20205,WILSON,KS,,,190,"WILSON, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3672,0,0,0,20207,WOODSON,KS,,,190,"WOODSON, KS",12,209,KS rem,40,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3671,0,0,0,20209,WYANDOTTE,KS,,,189,"WYANDOTTE, KS",12,201,KS Kansa,39,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3674,0,0,0,21001,ADAIR,KY,,,192,"ADAIR, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21003,ALLEN,KY,,,192,"ALLEN, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21005,ANDERSON,KY,,,192,"ANDERSON, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21007,BALLARD,KY,,,192,"BALLARD, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21009,BARREN,KY,,,192,"BARREN, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21011,BATH,KY,,,192,"BATH, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21013,BELL,KY,,,192,"BELL, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21015,BOONE,KY,,,192,"BOONE, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21017,BOURBON,KY,,,192,"BOURBON, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21019,BOYD,KY,,,192,"BOYD, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21021,BOYLE,KY,,,192,"BOYLE, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21023,BRACKEN,KY,,,192,"BRACKEN, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21025,BREATHITT,KY,,,192,"BREATHITT, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21027,BRECKINRIDGE,KY,,,192,"BRECKINRIDGE, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3673,0,0,0,21029,BULLITT,KY,,,191,"BULLITT, KY",12,211,KY Louis,41,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21031,BUTLER,KY,,,192,"BUTLER, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21033,CALDWELL,KY,,,192,"CALDWELL, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21035,CALLOWAY,KY,,,192,"CALLOWAY, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21037,CAMPBELL,KY,,,192,"CAMPBELL, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21039,CARLISLE,KY,,,192,"CARLISLE, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21041,CARROLL,KY,,,192,"CARROLL, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21043,CARTER,KY,,,192,"CARTER, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21045,CASEY,KY,,,192,"CASEY, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21047,CHRISTIAN,KY,,,192,"CHRISTIAN, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21049,CLARK,KY,,,192,"CLARK, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21051,CLAY,KY,,,192,"CLAY, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21053,CLINTON,KY,,,192,"CLINTON, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21055,CRITTENDEN,KY,,,192,"CRITTENDEN, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21057,CUMBERLAND,KY,,,192,"CUMBERLAND, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21059,DAVIESS,KY,,,192,"DAVIESS, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21061,EDMONSON,KY,,,192,"EDMONSON, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21063,ELLIOTT,KY,,,192,"ELLIOTT, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21065,ESTILL,KY,,,192,"ESTILL, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21067,FAYETTE,KY,,,192,"FAYETTE, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21069,FLEMING,KY,,,192,"FLEMING, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21071,FLOYD,KY,,,192,"FLOYD, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21073,FRANKLIN,KY,,,192,"FRANKLIN, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21075,FULTON,KY,,,192,"FULTON, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21077,GALLATIN,KY,,,192,"GALLATIN, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21079,GARRARD,KY,,,192,"GARRARD, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21081,GRANT,KY,,,192,"GRANT, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21083,GRAVES,KY,,,192,"GRAVES, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21085,GRAYSON,KY,,,192,"GRAYSON, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21087,GREEN,KY,,,192,"GREEN, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21089,GREENUP,KY,,,192,"GREENUP, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21091,HANCOCK,KY,,,192,"HANCOCK, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3673,0,0,0,21093,HARDIN,KY,,,191,"HARDIN, KY",12,211,KY Louis,41,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21095,HARLAN,KY,,,192,"HARLAN, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21097,HARRISON,KY,,,192,"HARRISON, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21099,HART,KY,,,192,"HART, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21101,HENDERSON,KY,,,192,"HENDERSON, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3673,0,0,0,21103,HENRY,KY,,,191,"HENRY, KY",12,211,KY Louis,41,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21105,HICKMAN,KY,,,192,"HICKMAN, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21107,HOPKINS,KY,,,192,"HOPKINS, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21109,JACKSON,KY,,,192,"JACKSON, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3673,0,0,0,21111,JEFFERSON,KY,,,191,"JEFFERSON, KY",12,211,KY Louis,41,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21113,JESSAMINE,KY,,,192,"JESSAMINE, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21115,JOHNSON,KY,,,192,"JOHNSON, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21117,KENTON,KY,,,192,"KENTON, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21119,KNOTT,KY,,,192,"KNOTT, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21121,KNOX,KY,,,192,"KNOX, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3673,0,0,0,21123,LARUE,KY,,,191,"LARUE, KY",12,211,KY Louis,41,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21125,LAUREL,KY,,,192,"LAUREL, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21127,LAWRENCE,KY,,,192,"LAWRENCE, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21129,LEE,KY,,,192,"LEE, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21131,LESLIE,KY,,,192,"LESLIE, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21133,LETCHER,KY,,,192,"LETCHER, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21135,LEWIS,KY,,,192,"LEWIS, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21137,LINCOLN,KY,,,192,"LINCOLN, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21139,LIVINGSTON,KY,,,192,"LIVINGSTON, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21141,LOGAN,KY,,,192,"LOGAN, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21143,LYON,KY,,,192,"LYON, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21145,MCCRACKEN,KY,,,192,"MCCRACKEN, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21147,MCCREARY,KY,,,192,"MCCREARY, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21149,MCLEAN,KY,,,192,"MCLEAN, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21151,MADISON,KY,,,192,"MADISON, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21153,MAGOFFIN,KY,,,192,"MAGOFFIN, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21155,MARION,KY,,,192,"MARION, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21157,MARSHALL,KY,,,192,"MARSHALL, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21159,MARTIN,KY,,,192,"MARTIN, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21161,MASON,KY,,,192,"MASON, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3673,0,0,0,21163,MEADE,KY,,,191,"MEADE, KY",12,211,KY Louis,41,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21165,MENIFEE,KY,,,192,"MENIFEE, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21167,MERCER,KY,,,192,"MERCER, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21169,METCALFE,KY,,,192,"METCALFE, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21171,MONROE,KY,,,192,"MONROE, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21173,MONTGOMERY,KY,,,192,"MONTGOMERY, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21175,MORGAN,KY,,,192,"MORGAN, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21177,MUHLENBERG,KY,,,192,"MUHLENBERG, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3673,0,0,0,21179,NELSON,KY,,,191,"NELSON, KY",12,211,KY Louis,41,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21181,NICHOLAS,KY,,,192,"NICHOLAS, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21183,OHIO,KY,,,192,"OHIO, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3673,0,0,0,21185,OLDHAM,KY,,,191,"OLDHAM, KY",12,211,KY Louis,41,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21187,OWEN,KY,,,192,"OWEN, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21189,OWSLEY,KY,,,192,"OWSLEY, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21191,PENDLETON,KY,,,192,"PENDLETON, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21193,PERRY,KY,,,192,"PERRY, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21195,PIKE,KY,,,192,"PIKE, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21197,POWELL,KY,,,192,"POWELL, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21199,PULASKI,KY,,,192,"PULASKI, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21201,ROBERTSON,KY,,,192,"ROBERTSON, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21203,ROCKCASTLE,KY,,,192,"ROCKCASTLE, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21205,ROWAN,KY,,,192,"ROWAN, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21207,RUSSELL,KY,,,192,"RUSSELL, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21209,SCOTT,KY,,,192,"SCOTT, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3673,0,0,0,21211,SHELBY,KY,,,191,"SHELBY, KY",12,211,KY Louis,41,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21213,SIMPSON,KY,,,192,"SIMPSON, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3673,0,0,0,21215,SPENCER,KY,,,191,"SPENCER, KY",12,211,KY Louis,41,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21217,TAYLOR,KY,,,192,"TAYLOR, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21219,TODD,KY,,,192,"TODD, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21221,TRIGG,KY,,,192,"TRIGG, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3673,0,0,0,21223,TRIMBLE,KY,,,191,"TRIMBLE, KY",12,211,KY Louis,41,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21225,UNION,KY,,,192,"UNION, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21227,WARREN,KY,,,192,"WARREN, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21229,WASHINGTON,KY,,,192,"WASHINGTON, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21231,WAYNE,KY,,,192,"WAYNE, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21233,WEBSTER,KY,,,192,"WEBSTER, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21235,WHITLEY,KY,,,192,"WHITLEY, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21237,WOLFE,KY,,,192,"WOLFE, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3674,0,0,0,21239,WOODFORD,KY,,,192,"WOODFORD, KY",12,219,KY rem,42,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3678,0,0,0,22001,ACADIA,LA,,,196,"ACADIA, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22003,ALLEN,LA,,,196,"ALLEN, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3675,0,0,0,22005,ASCENSION,LA,,,193,"ASCENSION, LA",12,221,LA Baton,43,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3675,0,0,0,22007,ASSUMPTION,LA,,,193,"ASSUMPTION, LA",12,221,LA Baton,43,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22009,AVOYELLES,LA,,,196,"AVOYELLES, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22011,BEAUREGARD,LA,,,196,"BEAUREGARD, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22013,BIENVILLE,LA,,,196,"BIENVILLE, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22015,BOSSIER,LA,,,196,"BOSSIER, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22017,CADDO,LA,,,196,"CADDO, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3676,0,0,0,22019,CALCASIEU,LA,,,194,"CALCASIEU, LA",12,222,LA Lake,44,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22021,CALDWELL,LA,,,196,"CALDWELL, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3676,0,0,0,22023,CAMERON,LA,,,194,"CAMERON, LA",12,222,LA Lake,44,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22025,CATAHOULA,LA,,,196,"CATAHOULA, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22027,CLAIBORNE,LA,,,196,"CLAIBORNE, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22029,CONCORDIA,LA,,,196,"CONCORDIA, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22031,DE SOTO,LA,,,196,"DE SOTO, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3675,0,0,0,22033,EAST BATON ROUGE,LA,,,193,"EAST BATON ROUGE, LA",12,221,LA Baton,43,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22035,EAST CARROLL,LA,,,196,"EAST CARROLL, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3675,0,0,0,22037,EAST FELICIANA,LA,,,193,"EAST FELICIANA, LA",12,221,LA Baton,43,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22039,EVANGELINE,LA,,,196,"EVANGELINE, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22041,FRANKLIN,LA,,,196,"FRANKLIN, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22043,GRANT,LA,,,196,"GRANT, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22045,IBERIA,LA,,,196,"IBERIA, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3675,0,0,0,22047,IBERVILLE,LA,,,193,"IBERVILLE, LA",12,221,LA Baton,43,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22049,JACKSON,LA,,,196,"JACKSON, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3677,0,0,0,22051,JEFFERSON,LA,,,195,"JEFFERSON, LA",12,223,LA New O,45,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3676,0,0,0,22053,JEFFERSON DAVIS,LA,,,194,"JEFFERSON DAVIS, LA",12,222,LA Lake,44,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22055,LAFAYETTE,LA,,,196,"LAFAYETTE, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22057,LAFOURCHE,LA,,,196,"LAFOURCHE, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22059,LASALLE,LA,,,196,"LASALLE, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22061,LINCOLN,LA,,,196,"LINCOLN, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3675,0,0,0,22063,LIVINGSTON,LA,,,193,"LIVINGSTON, LA",12,221,LA Baton,43,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22065,MADISON,LA,,,196,"MADISON, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22067,MOREHOUSE,LA,,,196,"MOREHOUSE, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22069,NATCHITOCHES,LA,,,196,"NATCHITOCHES, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3677,0,0,0,22071,ORLEANS,LA,,,195,"ORLEANS, LA",12,223,LA New O,45,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22073,OUACHITA,LA,,,196,"OUACHITA, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3677,0,0,0,22075,PLAQUEMINES,LA,,,195,"PLAQUEMINES, LA",12,223,LA New O,45,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3675,0,0,0,22077,POINTE COUPEE,LA,,,193,"POINTE COUPEE, LA",12,221,LA Baton,43,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22079,RAPIDES,LA,,,196,"RAPIDES, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22081,RED RIVER,LA,,,196,"RED RIVER, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22083,RICHLAND,LA,,,196,"RICHLAND, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22085,SABINE,LA,,,196,"SABINE, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3677,0,0,0,22087,ST. BERNARD,LA,,,195,"ST. BERNARD, LA",12,223,LA New O,45,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3677,0,0,0,22089,ST. CHARLES,LA,,,195,"ST. CHARLES, LA",12,223,LA New O,45,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3675,0,0,0,22091,ST. HELENA,LA,,,193,"ST. HELENA, LA",12,221,LA Baton,43,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22093,ST. JAMES,LA,,,196,"ST. JAMES, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3677,0,0,0,22095,ST. JOHN THE BAPTIST,LA,,,195,"ST. JOHN THE BAPTIST, LA",12,223,LA New O,45,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22097,ST. LANDRY,LA,,,196,"ST. LANDRY, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22099,ST. MARTIN,LA,,,196,"ST. MARTIN, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22101,ST. MARY,LA,,,196,"ST. MARY, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3677,0,0,0,22103,ST. TAMMANY,LA,,,195,"ST. TAMMANY, LA",12,223,LA New O,45,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22105,TANGIPAHOA,LA,,,196,"TANGIPAHOA, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22107,TENSAS,LA,,,196,"TENSAS, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22109,TERREBONNE,LA,,,196,"TERREBONNE, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22111,UNION,LA,,,196,"UNION, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22113,VERMILION,LA,,,196,"VERMILION, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22115,VERNON,LA,,,196,"VERNON, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3677,0,0,0,22117,WASHINGTON,LA,,,195,"WASHINGTON, LA",12,223,LA New O,45,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22119,WEBSTER,LA,,,196,"WEBSTER, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3675,0,0,0,22121,WEST BATON ROUGE,LA,,,193,"WEST BATON ROUGE, LA",12,221,LA Baton,43,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22123,WEST CARROLL,LA,,,196,"WEST CARROLL, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3675,0,0,0,22125,WEST FELICIANA,LA,,,193,"WEST FELICIANA, LA",12,221,LA Baton,43,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3678,0,0,0,22127,WINN,LA,,,196,"WINN, LA",12,229,LA rem,46,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3679,0,0,0,23001,ANDROSCOGGIN,ME,,,197,"ANDROSCOGGIN, ME",12,230,ME,47,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3679,0,0,0,23003,AROOSTOOK,ME,,,197,"AROOSTOOK, ME",12,230,ME,47,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3679,0,0,0,23005,CUMBERLAND,ME,,,197,"CUMBERLAND, ME",12,230,ME,47,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3679,0,0,0,23007,FRANKLIN,ME,,,197,"FRANKLIN, ME",12,230,ME,47,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3679,0,0,0,23009,HANCOCK,ME,,,197,"HANCOCK, ME",12,230,ME,47,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3679,0,0,0,23011,KENNEBEC,ME,,,197,"KENNEBEC, ME",12,230,ME,47,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3679,0,0,0,23013,KNOX,ME,,,197,"KNOX, ME",12,230,ME,47,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3679,0,0,0,23015,LINCOLN,ME,,,197,"LINCOLN, ME",12,230,ME,47,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3679,0,0,0,23017,OXFORD,ME,,,197,"OXFORD, ME",12,230,ME,47,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3679,0,0,0,23019,PENOBSCOT,ME,,,197,"PENOBSCOT, ME",12,230,ME,47,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3679,0,0,0,23021,PISCATAQUIS,ME,,,197,"PISCATAQUIS, ME",12,230,ME,47,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3679,0,0,0,23023,SAGADAHOC,ME,,,197,"SAGADAHOC, ME",12,230,ME,47,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3679,0,0,0,23025,SOMERSET,ME,,,197,"SOMERSET, ME",12,230,ME,47,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3679,0,0,0,23027,WALDO,ME,,,197,"WALDO, ME",12,230,ME,47,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3679,0,0,0,23029,WASHINGTON,ME,,,197,"WASHINGTON, ME",12,230,ME,47,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3679,0,0,0,23031,YORK,ME,,,197,"YORK, ME",12,230,ME,47,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3682,0,0,0,24001,ALLEGANY,MD,,,200,"ALLEGANY, MD",12,249,MD rem,50,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3680,0,0,0,24003,ANNE ARUNDEL,MD,,,198,"ANNE ARUNDEL, MD",12,241,MD Balti,48,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3680,0,0,0,24005,BALTIMORE,MD,,,198,"BALTIMORE, MD",12,241,MD Balti,48,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3681,0,0,0,24009,CALVERT,MD,,,199,"CALVERT, MD",12,242,MD Washi,49,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3682,0,0,0,24011,CAROLINE,MD,,,200,"CAROLINE, MD",12,249,MD rem,50,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3680,0,0,0,24013,CARROLL,MD,,,198,"CARROLL, MD",12,241,MD Balti,48,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3682,0,0,0,24015,CECIL,MD,,,200,"CECIL, MD",12,249,MD rem,50,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3681,0,0,0,24017,CHARLES,MD,,,199,"CHARLES, MD",12,242,MD Washi,49,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3682,0,0,0,24019,DORCHESTER,MD,,,200,"DORCHESTER, MD",12,249,MD rem,50,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3681,0,0,0,24021,FREDERICK,MD,,,199,"FREDERICK, MD",12,242,MD Washi,49,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3682,0,0,0,24023,GARRETT,MD,,,200,"GARRETT, MD",12,249,MD rem,50,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3680,0,0,0,24025,HARFORD,MD,,,198,"HARFORD, MD",12,241,MD Balti,48,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3680,0,0,0,24027,HOWARD,MD,,,198,"HOWARD, MD",12,241,MD Balti,48,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3682,0,0,0,24029,KENT,MD,,,200,"KENT, MD",12,249,MD rem,50,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3681,0,0,0,24031,MONTGOMERY,MD,,,199,"MONTGOMERY, MD",12,242,MD Washi,49,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3681,0,0,0,24033,PRINCE GEORGE'S,MD,,,199,"PRINCE GEORGE'S, MD",12,242,MD Washi,49,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3680,0,0,0,24035,QUEEN ANNE'S,MD,,,198,"QUEEN ANNE'S, MD",12,241,MD Balti,48,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3681,0,0,0,24037,ST. MARY'S,MD,,,199,"ST. MARY'S, MD",12,242,MD Washi,49,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3682,0,0,0,24039,SOMERSET,MD,,,200,"SOMERSET, MD",12,249,MD rem,50,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3682,0,0,0,24041,TALBOT,MD,,,200,"TALBOT, MD",12,249,MD rem,50,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3682,0,0,0,24043,WASHINGTON,MD,,,200,"WASHINGTON, MD",12,249,MD rem,50,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3682,0,0,0,24045,WICOMICO,MD,,,200,"WICOMICO, MD",12,249,MD rem,50,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3682,0,0,0,24047,WORCESTER,MD,,,200,"WORCESTER, MD",12,249,MD rem,50,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3680,0,0,0,24510,BALTIMORE,MD,,,198,"BALTIMORE, MD",12,241,MD Balti,48,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3684,0,0,0,25001,BARNSTABLE,MA,,,202,"BARNSTABLE, MA",12,259,MA rem,52,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3684,0,0,0,25003,BERKSHIRE,MA,,,202,"BERKSHIRE, MA",12,259,MA rem,52,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3683,0,0,0,25005,BRISTOL,MA,,,201,"BRISTOL, MA",12,251,MA Bosto,51,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3684,0,0,0,25007,DUKES,MA,,,202,"DUKES, MA",12,259,MA rem,52,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3683,0,0,0,25009,ESSEX,MA,,,201,"ESSEX, MA",12,251,MA Bosto,51,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3684,0,0,0,25011,FRANKLIN,MA,,,202,"FRANKLIN, MA",12,259,MA rem,52,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3684,0,0,0,25013,HAMPDEN,MA,,,202,"HAMPDEN, MA",12,259,MA rem,52,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3684,0,0,0,25015,HAMPSHIRE,MA,,,202,"HAMPSHIRE, MA",12,259,MA rem,52,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3683,0,0,0,25017,MIDDLESEX,MA,,,201,"MIDDLESEX, MA",12,251,MA Bosto,51,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3684,0,0,0,25019,NANTUCKET,MA,,,202,"NANTUCKET, MA",12,259,MA rem,52,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3683,0,0,0,25021,NORFOLK,MA,,,201,"NORFOLK, MA",12,251,MA Bosto,51,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3683,0,0,0,25023,PLYMOUTH,MA,,,201,"PLYMOUTH, MA",12,251,MA Bosto,51,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3683,0,0,0,25025,SUFFOLK,MA,,,201,"SUFFOLK, MA",12,251,MA Bosto,51,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3683,0,0,0,25027,WORCESTER,MA,,,201,"WORCESTER, MA",12,251,MA Bosto,51,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3687,0,0,0,26001,ALCONA,MI,,,205,"ALCONA, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26003,ALGER,MI,,,205,"ALGER, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3686,0,0,0,26005,ALLEGAN,MI,,,204,"ALLEGAN, MI",12,262,MI Grand,54,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26007,ALPENA,MI,,,205,"ALPENA, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26009,ANTRIM,MI,,,205,"ANTRIM, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26011,ARENAC,MI,,,205,"ARENAC, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26013,BARAGA,MI,,,205,"BARAGA, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3686,0,0,0,26015,BARRY,MI,,,204,"BARRY, MI",12,262,MI Grand,54,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26017,BAY,MI,,,205,"BAY, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26019,BENZIE,MI,,,205,"BENZIE, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26021,BERRIEN,MI,,,205,"BERRIEN, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26023,BRANCH,MI,,,205,"BRANCH, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26025,CALHOUN,MI,,,205,"CALHOUN, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26027,CASS,MI,,,205,"CASS, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26029,CHARLEVOIX,MI,,,205,"CHARLEVOIX, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26031,CHEBOYGAN,MI,,,205,"CHEBOYGAN, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26033,CHIPPEWA,MI,,,205,"CHIPPEWA, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26035,CLARE,MI,,,205,"CLARE, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26037,CLINTON,MI,,,205,"CLINTON, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26039,CRAWFORD,MI,,,205,"CRAWFORD, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26041,DELTA,MI,,,205,"DELTA, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26043,DICKINSON,MI,,,205,"DICKINSON, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26045,EATON,MI,,,205,"EATON, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26047,EMMET,MI,,,205,"EMMET, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3685,0,0,0,26049,GENESEE,MI,,,203,"GENESEE, MI",12,261,MI Detro,53,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26051,GLADWIN,MI,,,205,"GLADWIN, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26053,GOGEBIC,MI,,,205,"GOGEBIC, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26055,GRAND TRAVERSE,MI,,,205,"GRAND TRAVERSE, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26057,GRATIOT,MI,,,205,"GRATIOT, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26059,HILLSDALE,MI,,,205,"HILLSDALE, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26061,HOUGHTON,MI,,,205,"HOUGHTON, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26063,HURON,MI,,,205,"HURON, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26065,INGHAM,MI,,,205,"INGHAM, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3686,0,0,0,26067,IONIA,MI,,,204,"IONIA, MI",12,262,MI Grand,54,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26069,IOSCO,MI,,,205,"IOSCO, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26071,IRON,MI,,,205,"IRON, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26073,ISABELLA,MI,,,205,"ISABELLA, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26075,JACKSON,MI,,,205,"JACKSON, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26077,KALAMAZOO,MI,,,205,"KALAMAZOO, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26079,KALKASKA,MI,,,205,"KALKASKA, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3686,0,0,0,26081,KENT,MI,,,204,"KENT, MI",12,262,MI Grand,54,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26083,KEWEENAW,MI,,,205,"KEWEENAW, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26085,LAKE,MI,,,205,"LAKE, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3685,0,0,0,26087,LAPEER,MI,,,203,"LAPEER, MI",12,261,MI Detro,53,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26089,LEELANAU,MI,,,205,"LEELANAU, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26091,LENAWEE,MI,,,205,"LENAWEE, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3685,0,0,0,26093,LIVINGSTON,MI,,,203,"LIVINGSTON, MI",12,261,MI Detro,53,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26095,LUCE,MI,,,205,"LUCE, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26097,MACKINAC,MI,,,205,"MACKINAC, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3685,0,0,0,26099,MACOMB,MI,,,203,"MACOMB, MI",12,261,MI Detro,53,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26101,MANISTEE,MI,,,205,"MANISTEE, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26103,MARQUETTE,MI,,,205,"MARQUETTE, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26105,MASON,MI,,,205,"MASON, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26107,MECOSTA,MI,,,205,"MECOSTA, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26109,MENOMINEE,MI,,,205,"MENOMINEE, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26111,MIDLAND,MI,,,205,"MIDLAND, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26113,MISSAUKEE,MI,,,205,"MISSAUKEE, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3685,0,0,0,26115,MONROE,MI,,,203,"MONROE, MI",12,261,MI Detro,53,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26117,MONTCALM,MI,,,205,"MONTCALM, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26119,MONTMORENCY,MI,,,205,"MONTMORENCY, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3686,0,0,0,26121,MUSKEGON,MI,,,204,"MUSKEGON, MI",12,262,MI Grand,54,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3686,0,0,0,26123,NEWAYGO,MI,,,204,"NEWAYGO, MI",12,262,MI Grand,54,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3685,0,0,0,26125,OAKLAND,MI,,,203,"OAKLAND, MI",12,261,MI Detro,53,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26127,OCEANA,MI,,,205,"OCEANA, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26129,OGEMAW,MI,,,205,"OGEMAW, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26131,ONTONAGON,MI,,,205,"ONTONAGON, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26133,OSCEOLA,MI,,,205,"OSCEOLA, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26135,OSCODA,MI,,,205,"OSCODA, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26137,OTSEGO,MI,,,205,"OTSEGO, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3686,0,0,0,26139,OTTAWA,MI,,,204,"OTTAWA, MI",12,262,MI Grand,54,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26141,PRESQUE ISLE,MI,,,205,"PRESQUE ISLE, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26143,ROSCOMMON,MI,,,205,"ROSCOMMON, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26145,SAGINAW,MI,,,205,"SAGINAW, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3685,0,0,0,26147,ST. CLAIR,MI,,,203,"ST. CLAIR, MI",12,261,MI Detro,53,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26149,ST. JOSEPH,MI,,,205,"ST. JOSEPH, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26151,SANILAC,MI,,,205,"SANILAC, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26153,SCHOOLCRAFT,MI,,,205,"SCHOOLCRAFT, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26155,SHIAWASSEE,MI,,,205,"SHIAWASSEE, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26157,TUSCOLA,MI,,,205,"TUSCOLA, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26159,VAN BUREN,MI,,,205,"VAN BUREN, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3685,0,0,0,26161,WASHTENAW,MI,,,203,"WASHTENAW, MI",12,261,MI Detro,53,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3685,0,0,0,26163,WAYNE,MI,,,203,"WAYNE, MI",12,261,MI Detro,53,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3687,0,0,0,26165,WEXFORD,MI,,,205,"WEXFORD, MI",12,269,MI rem,55,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3689,0,0,0,27001,AITKIN,MN,,,207,"AITKIN, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3688,0,0,0,27003,ANOKA,MN,,,206,"ANOKA, MN",12,271,MN Minne,56,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27005,BECKER,MN,,,207,"BECKER, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27007,BELTRAMI,MN,,,207,"BELTRAMI, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3688,0,0,0,27009,BENTON,MN,,,206,"BENTON, MN",12,271,MN Minne,56,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27011,BIG STONE,MN,,,207,"BIG STONE, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27013,BLUE EARTH,MN,,,207,"BLUE EARTH, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27015,BROWN,MN,,,207,"BROWN, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27017,CARLTON,MN,,,207,"CARLTON, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3688,0,0,0,27019,CARVER,MN,,,206,"CARVER, MN",12,271,MN Minne,56,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27021,CASS,MN,,,207,"CASS, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27023,CHIPPEWA,MN,,,207,"CHIPPEWA, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3688,0,0,0,27025,CHISAGO,MN,,,206,"CHISAGO, MN",12,271,MN Minne,56,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27027,CLAY,MN,,,207,"CLAY, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27029,CLEARWATER,MN,,,207,"CLEARWATER, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27031,COOK,MN,,,207,"COOK, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27033,COTTONWOOD,MN,,,207,"COTTONWOOD, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27035,CROW WING,MN,,,207,"CROW WING, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3688,0,0,0,27037,DAKOTA,MN,,,206,"DAKOTA, MN",12,271,MN Minne,56,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27039,DODGE,MN,,,207,"DODGE, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27041,DOUGLAS,MN,,,207,"DOUGLAS, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27043,FARIBAULT,MN,,,207,"FARIBAULT, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27045,FILLMORE,MN,,,207,"FILLMORE, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27047,FREEBORN,MN,,,207,"FREEBORN, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3688,0,0,0,27049,GOODHUE,MN,,,206,"GOODHUE, MN",12,271,MN Minne,56,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27051,GRANT,MN,,,207,"GRANT, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3688,0,0,0,27053,HENNEPIN,MN,,,206,"HENNEPIN, MN",12,271,MN Minne,56,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27055,HOUSTON,MN,,,207,"HOUSTON, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27057,HUBBARD,MN,,,207,"HUBBARD, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3688,0,0,0,27059,ISANTI,MN,,,206,"ISANTI, MN",12,271,MN Minne,56,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27061,ITASCA,MN,,,207,"ITASCA, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27063,JACKSON,MN,,,207,"JACKSON, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27065,KANABEC,MN,,,207,"KANABEC, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27067,KANDIYOHI,MN,,,207,"KANDIYOHI, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27069,KITTSON,MN,,,207,"KITTSON, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27071,KOOCHICHING,MN,,,207,"KOOCHICHING, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27073,LAC QUI PARLE,MN,,,207,"LAC QUI PARLE, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27075,LAKE,MN,,,207,"LAKE, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27077,LAKE OF THE WOODS,MN,,,207,"LAKE OF THE WOODS, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27079,LE SUEUR,MN,,,207,"LE SUEUR, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27081,LINCOLN,MN,,,207,"LINCOLN, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27083,LYON,MN,,,207,"LYON, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3688,0,0,0,27085,MCLEOD,MN,,,206,"MCLEOD, MN",12,271,MN Minne,56,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27087,MAHNOMEN,MN,,,207,"MAHNOMEN, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27089,MARSHALL,MN,,,207,"MARSHALL, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27091,MARTIN,MN,,,207,"MARTIN, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27093,MEEKER,MN,,,207,"MEEKER, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27095,MILLE LACS,MN,,,207,"MILLE LACS, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27097,MORRISON,MN,,,207,"MORRISON, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27099,MOWER,MN,,,207,"MOWER, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27101,MURRAY,MN,,,207,"MURRAY, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27103,NICOLLET,MN,,,207,"NICOLLET, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27105,NOBLES,MN,,,207,"NOBLES, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27107,NORMAN,MN,,,207,"NORMAN, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27109,OLMSTED,MN,,,207,"OLMSTED, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27111,OTTER TAIL,MN,,,207,"OTTER TAIL, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27113,PENNINGTON,MN,,,207,"PENNINGTON, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27115,PINE,MN,,,207,"PINE, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27117,PIPESTONE,MN,,,207,"PIPESTONE, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27119,POLK,MN,,,207,"POLK, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27121,POPE,MN,,,207,"POPE, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3688,0,0,0,27123,RAMSEY,MN,,,206,"RAMSEY, MN",12,271,MN Minne,56,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27125,RED LAKE,MN,,,207,"RED LAKE, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27127,REDWOOD,MN,,,207,"REDWOOD, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27129,RENVILLE,MN,,,207,"RENVILLE, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3688,0,0,0,27131,RICE,MN,,,206,"RICE, MN",12,271,MN Minne,56,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27133,ROCK,MN,,,207,"ROCK, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27135,ROSEAU,MN,,,207,"ROSEAU, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27137,ST. LOUIS,MN,,,207,"ST. LOUIS, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3688,0,0,0,27139,SCOTT,MN,,,206,"SCOTT, MN",12,271,MN Minne,56,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3688,0,0,0,27141,SHERBURNE,MN,,,206,"SHERBURNE, MN",12,271,MN Minne,56,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27143,SIBLEY,MN,,,207,"SIBLEY, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3688,0,0,0,27145,STEARNS,MN,,,206,"STEARNS, MN",12,271,MN Minne,56,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27147,STEELE,MN,,,207,"STEELE, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27149,STEVENS,MN,,,207,"STEVENS, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27151,SWIFT,MN,,,207,"SWIFT, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27153,TODD,MN,,,207,"TODD, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27155,TRAVERSE,MN,,,207,"TRAVERSE, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27157,WABASHA,MN,,,207,"WABASHA, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27159,WADENA,MN,,,207,"WADENA, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27161,WASECA,MN,,,207,"WASECA, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3688,0,0,0,27163,WASHINGTON,MN,,,206,"WASHINGTON, MN",12,271,MN Minne,56,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27165,WATONWAN,MN,,,207,"WATONWAN, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27167,WILKIN,MN,,,207,"WILKIN, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27169,WINONA,MN,,,207,"WINONA, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3688,0,0,0,27171,WRIGHT,MN,,,206,"WRIGHT, MN",12,271,MN Minne,56,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3689,0,0,0,27173,YELLOW MEDICINE,MN,,,207,"YELLOW MEDICINE, MN",12,279,MN rem,57,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3690,0,0,0,28001,ADAMS,MS,,,208,"ADAMS, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28003,ALCORN,MS,,,208,"ALCORN, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28005,AMITE,MS,,,208,"AMITE, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28007,ATTALA,MS,,,208,"ATTALA, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28009,BENTON,MS,,,208,"BENTON, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28011,BOLIVAR,MS,,,208,"BOLIVAR, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28013,CALHOUN,MS,,,208,"CALHOUN, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28015,CARROLL,MS,,,208,"CARROLL, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28017,CHICKASAW,MS,,,208,"CHICKASAW, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28019,CHOCTAW,MS,,,208,"CHOCTAW, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28021,CLAIBORNE,MS,,,208,"CLAIBORNE, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28023,CLARKE,MS,,,208,"CLARKE, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28025,CLAY,MS,,,208,"CLAY, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28027,COAHOMA,MS,,,208,"COAHOMA, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28029,COPIAH,MS,,,208,"COPIAH, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28031,COVINGTON,MS,,,208,"COVINGTON, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28033,DESOTO,MS,,,208,"DESOTO, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28035,FORREST,MS,,,208,"FORREST, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28037,FRANKLIN,MS,,,208,"FRANKLIN, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28039,GEORGE,MS,,,208,"GEORGE, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28041,GREENE,MS,,,208,"GREENE, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28043,GRENADA,MS,,,208,"GRENADA, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28045,HANCOCK,MS,,,208,"HANCOCK, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28047,HARRISON,MS,,,208,"HARRISON, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28049,HINDS,MS,,,208,"HINDS, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28051,HOLMES,MS,,,208,"HOLMES, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28053,HUMPHREYS,MS,,,208,"HUMPHREYS, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28055,ISSAQUENA,MS,,,208,"ISSAQUENA, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28057,ITAWAMBA,MS,,,208,"ITAWAMBA, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28059,JACKSON,MS,,,208,"JACKSON, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28061,JASPER,MS,,,208,"JASPER, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28063,JEFFERSON,MS,,,208,"JEFFERSON, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28065,JEFFERSON DAVIS,MS,,,208,"JEFFERSON DAVIS, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28067,JONES,MS,,,208,"JONES, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28069,KEMPER,MS,,,208,"KEMPER, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28071,LAFAYETTE,MS,,,208,"LAFAYETTE, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28073,LAMAR,MS,,,208,"LAMAR, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28075,LAUDERDALE,MS,,,208,"LAUDERDALE, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28077,LAWRENCE,MS,,,208,"LAWRENCE, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28079,LEAKE,MS,,,208,"LEAKE, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28081,LEE,MS,,,208,"LEE, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28083,LEFLORE,MS,,,208,"LEFLORE, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28085,LINCOLN,MS,,,208,"LINCOLN, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28087,LOWNDES,MS,,,208,"LOWNDES, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28089,MADISON,MS,,,208,"MADISON, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28091,MARION,MS,,,208,"MARION, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28093,MARSHALL,MS,,,208,"MARSHALL, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28095,MONROE,MS,,,208,"MONROE, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28097,MONTGOMERY,MS,,,208,"MONTGOMERY, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28099,NESHOBA,MS,,,208,"NESHOBA, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28101,NEWTON,MS,,,208,"NEWTON, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28103,NOXUBEE,MS,,,208,"NOXUBEE, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28105,OKTIBBEHA,MS,,,208,"OKTIBBEHA, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28107,PANOLA,MS,,,208,"PANOLA, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28109,PEARL RIVER,MS,,,208,"PEARL RIVER, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28111,PERRY,MS,,,208,"PERRY, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28113,PIKE,MS,,,208,"PIKE, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28115,PONTOTOC,MS,,,208,"PONTOTOC, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28117,PRENTISS,MS,,,208,"PRENTISS, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28119,QUITMAN,MS,,,208,"QUITMAN, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28121,RANKIN,MS,,,208,"RANKIN, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28123,SCOTT,MS,,,208,"SCOTT, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28125,SHARKEY,MS,,,208,"SHARKEY, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28127,SIMPSON,MS,,,208,"SIMPSON, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28129,SMITH,MS,,,208,"SMITH, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28131,STONE,MS,,,208,"STONE, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28133,SUNFLOWER,MS,,,208,"SUNFLOWER, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28135,TALLAHATCHIE,MS,,,208,"TALLAHATCHIE, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28137,TATE,MS,,,208,"TATE, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28139,TIPPAH,MS,,,208,"TIPPAH, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28141,TISHOMINGO,MS,,,208,"TISHOMINGO, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28143,TUNICA,MS,,,208,"TUNICA, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28145,UNION,MS,,,208,"UNION, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28147,WALTHALL,MS,,,208,"WALTHALL, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28149,WARREN,MS,,,208,"WARREN, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28151,WASHINGTON,MS,,,208,"WASHINGTON, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28153,WAYNE,MS,,,208,"WAYNE, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28155,WEBSTER,MS,,,208,"WEBSTER, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28157,WILKINSON,MS,,,208,"WILKINSON, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28159,WINSTON,MS,,,208,"WINSTON, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28161,YALOBUSHA,MS,,,208,"YALOBUSHA, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3690,0,0,0,28163,YAZOO,MS,,,208,"YAZOO, MS",12,280,MS,58,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3693,0,0,0,29001,ADAIR,MO,,,211,"ADAIR, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29003,ANDREW,MO,,,211,"ANDREW, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29005,ATCHISON,MO,,,211,"ATCHISON, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29007,AUDRAIN,MO,,,211,"AUDRAIN, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29009,BARRY,MO,,,211,"BARRY, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29011,BARTON,MO,,,211,"BARTON, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3691,0,0,0,29013,BATES,MO,,,209,"BATES, MO",12,291,MO Kansa,59,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29015,BENTON,MO,,,211,"BENTON, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29017,BOLLINGER,MO,,,211,"BOLLINGER, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29019,BOONE,MO,,,211,"BOONE, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29021,BUCHANAN,MO,,,211,"BUCHANAN, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29023,BUTLER,MO,,,211,"BUTLER, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3691,0,0,0,29025,CALDWELL,MO,,,209,"CALDWELL, MO",12,291,MO Kansa,59,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29027,CALLAWAY,MO,,,211,"CALLAWAY, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29029,CAMDEN,MO,,,211,"CAMDEN, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29031,CAPE GIRARDEAU,MO,,,211,"CAPE GIRARDEAU, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29033,CARROLL,MO,,,211,"CARROLL, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29035,CARTER,MO,,,211,"CARTER, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3691,0,0,0,29037,CASS,MO,,,209,"CASS, MO",12,291,MO Kansa,59,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29039,CEDAR,MO,,,211,"CEDAR, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29041,CHARITON,MO,,,211,"CHARITON, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29043,CHRISTIAN,MO,,,211,"CHRISTIAN, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29045,CLARK,MO,,,211,"CLARK, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3691,0,0,0,29047,CLAY,MO,,,209,"CLAY, MO",12,291,MO Kansa,59,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3691,0,0,0,29049,CLINTON,MO,,,209,"CLINTON, MO",12,291,MO Kansa,59,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29051,COLE,MO,,,211,"COLE, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29053,COOPER,MO,,,211,"COOPER, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29055,CRAWFORD,MO,,,211,"CRAWFORD, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29057,DADE,MO,,,211,"DADE, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29059,DALLAS,MO,,,211,"DALLAS, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29061,DAVIESS,MO,,,211,"DAVIESS, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29063,DEKALB,MO,,,211,"DEKALB, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29065,DENT,MO,,,211,"DENT, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29067,DOUGLAS,MO,,,211,"DOUGLAS, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3640,0,0,0,29069,DUNKLIN,MO,,,158,"DUNKLIN, MO",12,50,AR,8,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3692,0,0,0,29071,FRANKLIN,MO,,,210,"FRANKLIN, MO",12,292,MO St Lo,60,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29073,GASCONADE,MO,,,211,"GASCONADE, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29075,GENTRY,MO,,,211,"GENTRY, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29077,GREENE,MO,,,211,"GREENE, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29079,GRUNDY,MO,,,211,"GRUNDY, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29081,HARRISON,MO,,,211,"HARRISON, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29083,HENRY,MO,,,211,"HENRY, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29085,HICKORY,MO,,,211,"HICKORY, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29087,HOLT,MO,,,211,"HOLT, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29089,HOWARD,MO,,,211,"HOWARD, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29091,HOWELL,MO,,,211,"HOWELL, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29093,IRON,MO,,,211,"IRON, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3691,0,0,0,29095,JACKSON,MO,,,209,"JACKSON, MO",12,291,MO Kansa,59,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29097,JASPER,MO,,,211,"JASPER, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3692,0,0,0,29099,JEFFERSON,MO,,,210,"JEFFERSON, MO",12,292,MO St Lo,60,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3691,0,0,0,29101,JOHNSON,MO,,,209,"JOHNSON, MO",12,291,MO Kansa,59,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29103,KNOX,MO,,,211,"KNOX, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29105,LACLEDE,MO,,,211,"LACLEDE, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3691,0,0,0,29107,LAFAYETTE,MO,,,209,"LAFAYETTE, MO",12,291,MO Kansa,59,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29109,LAWRENCE,MO,,,211,"LAWRENCE, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29111,LEWIS,MO,,,211,"LEWIS, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3692,0,0,0,29113,LINCOLN,MO,,,210,"LINCOLN, MO",12,292,MO St Lo,60,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29115,LINN,MO,,,211,"LINN, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29117,LIVINGSTON,MO,,,211,"LIVINGSTON, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29119,MCDONALD,MO,,,211,"MCDONALD, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29121,MACON,MO,,,211,"MACON, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29123,MADISON,MO,,,211,"MADISON, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29125,MARIES,MO,,,211,"MARIES, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29127,MARION,MO,,,211,"MARION, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29129,MERCER,MO,,,211,"MERCER, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29131,MILLER,MO,,,211,"MILLER, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29133,MISSISSIPPI,MO,,,211,"MISSISSIPPI, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29135,MONITEAU,MO,,,211,"MONITEAU, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29137,MONROE,MO,,,211,"MONROE, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29139,MONTGOMERY,MO,,,211,"MONTGOMERY, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29141,MORGAN,MO,,,211,"MORGAN, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29143,NEW MADRID,MO,,,211,"NEW MADRID, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29145,NEWTON,MO,,,211,"NEWTON, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29147,NODAWAY,MO,,,211,"NODAWAY, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29149,OREGON,MO,,,211,"OREGON, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29151,OSAGE,MO,,,211,"OSAGE, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29153,OZARK,MO,,,211,"OZARK, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29155,PEMISCOT,MO,,,211,"PEMISCOT, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29157,PERRY,MO,,,211,"PERRY, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29159,PETTIS,MO,,,211,"PETTIS, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29161,PHELPS,MO,,,211,"PHELPS, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29163,PIKE,MO,,,211,"PIKE, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3691,0,0,0,29165,PLATTE,MO,,,209,"PLATTE, MO",12,291,MO Kansa,59,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29167,POLK,MO,,,211,"POLK, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29169,PULASKI,MO,,,211,"PULASKI, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29171,PUTNAM,MO,,,211,"PUTNAM, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29173,RALLS,MO,,,211,"RALLS, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29175,RANDOLPH,MO,,,211,"RANDOLPH, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3691,0,0,0,29177,RAY,MO,,,209,"RAY, MO",12,291,MO Kansa,59,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29179,REYNOLDS,MO,,,211,"REYNOLDS, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29181,RIPLEY,MO,,,211,"RIPLEY, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3692,0,0,0,29183,ST. CHARLES,MO,,,210,"ST. CHARLES, MO",12,292,MO St Lo,60,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29185,ST. CLAIR,MO,,,211,"ST. CLAIR, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29186,STE. GENEVIEVE,MO,,,211,"STE. GENEVIEVE, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3692,0,0,0,29187,ST. FRANCOIS,MO,,,210,"ST. FRANCOIS, MO",12,292,MO St Lo,60,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3692,0,0,0,29189,ST. LOUIS,MO,,,210,"ST. LOUIS, MO",12,292,MO St Lo,60,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29195,SALINE,MO,,,211,"SALINE, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29197,SCHUYLER,MO,,,211,"SCHUYLER, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29199,SCOTLAND,MO,,,211,"SCOTLAND, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29201,SCOTT,MO,,,211,"SCOTT, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29203,SHANNON,MO,,,211,"SHANNON, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29205,SHELBY,MO,,,211,"SHELBY, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29207,STODDARD,MO,,,211,"STODDARD, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29209,STONE,MO,,,211,"STONE, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29211,SULLIVAN,MO,,,211,"SULLIVAN, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29213,TANEY,MO,,,211,"TANEY, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29215,TEXAS,MO,,,211,"TEXAS, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29217,VERNON,MO,,,211,"VERNON, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3692,0,0,0,29219,WARREN,MO,,,210,"WARREN, MO",12,292,MO St Lo,60,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3692,0,0,0,29221,WASHINGTON,MO,,,210,"WASHINGTON, MO",12,292,MO St Lo,60,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29223,WAYNE,MO,,,211,"WAYNE, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29225,WEBSTER,MO,,,211,"WEBSTER, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29227,WORTH,MO,,,211,"WORTH, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3693,0,0,0,29229,WRIGHT,MO,,,211,"WRIGHT, MO",12,299,MO rem,61,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3692,0,0,0,29510,ST. LOUIS,MO,,,210,"ST. LOUIS, MO",12,292,MO St Lo,60,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3694,0,0,0,30001,BEAVERHEAD,MT,,,212,"BEAVERHEAD, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30003,BIG HORN,MT,,,212,"BIG HORN, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30005,BLAINE,MT,,,212,"BLAINE, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30007,BROADWATER,MT,,,212,"BROADWATER, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30009,CARBON,MT,,,212,"CARBON, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30011,CARTER,MT,,,212,"CARTER, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30013,CASCADE,MT,,,212,"CASCADE, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30015,CHOUTEAU,MT,,,212,"CHOUTEAU, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30017,CUSTER,MT,,,212,"CUSTER, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30019,DANIELS,MT,,,212,"DANIELS, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30021,DAWSON,MT,,,212,"DAWSON, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30023,DEER LODGE,MT,,,212,"DEER LODGE, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30025,FALLON,MT,,,212,"FALLON, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30027,FERGUS,MT,,,212,"FERGUS, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30029,FLATHEAD,MT,,,212,"FLATHEAD, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30031,GALLATIN,MT,,,212,"GALLATIN, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30033,GARFIELD,MT,,,212,"GARFIELD, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30035,GLACIER,MT,,,212,"GLACIER, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30037,GOLDEN VALLEY,MT,,,212,"GOLDEN VALLEY, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30039,GRANITE,MT,,,212,"GRANITE, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30041,HILL,MT,,,212,"HILL, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30043,JEFFERSON,MT,,,212,"JEFFERSON, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30045,JUDITH BASIN,MT,,,212,"JUDITH BASIN, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30047,LAKE,MT,,,212,"LAKE, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30049,LEWIS AND CLARK,MT,,,212,"LEWIS AND CLARK, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30051,LIBERTY,MT,,,212,"LIBERTY, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30053,LINCOLN,MT,,,212,"LINCOLN, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30055,MCCONE,MT,,,212,"MCCONE, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30057,MADISON,MT,,,212,"MADISON, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30059,MEAGHER,MT,,,212,"MEAGHER, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30061,MINERAL,MT,,,212,"MINERAL, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30063,MISSOULA,MT,,,212,"MISSOULA, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30065,MUSSELSHELL,MT,,,212,"MUSSELSHELL, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30067,PARK,MT,,,212,"PARK, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30069,PETROLEUM,MT,,,212,"PETROLEUM, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30071,PHILLIPS,MT,,,212,"PHILLIPS, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30073,PONDERA,MT,,,212,"PONDERA, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30075,POWDER RIVER,MT,,,212,"POWDER RIVER, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30077,POWELL,MT,,,212,"POWELL, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30079,PRAIRIE,MT,,,212,"PRAIRIE, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30081,RAVALLI,MT,,,212,"RAVALLI, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30083,RICHLAND,MT,,,212,"RICHLAND, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30085,ROOSEVELT,MT,,,212,"ROOSEVELT, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30087,ROSEBUD,MT,,,212,"ROSEBUD, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30089,SANDERS,MT,,,212,"SANDERS, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30091,SHERIDAN,MT,,,212,"SHERIDAN, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30093,SILVER BOW,MT,,,212,"SILVER BOW, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30095,STILLWATER,MT,,,212,"STILLWATER, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30097,SWEET GRASS,MT,,,212,"SWEET GRASS, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30099,TETON,MT,,,212,"TETON, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30101,TOOLE,MT,,,212,"TOOLE, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30103,TREASURE,MT,,,212,"TREASURE, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30105,VALLEY,MT,,,212,"VALLEY, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30107,WHEATLAND,MT,,,212,"WHEATLAND, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30109,WIBAUX,MT,,,212,"WIBAUX, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3694,0,0,0,30111,YELLOWSTONE,MT,,,212,"YELLOWSTONE, MT",12,300,MT,62,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3695,0,0,0,31001,ADAMS,NE,,,213,"ADAMS, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31003,ANTELOPE,NE,,,213,"ANTELOPE, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31005,ARTHUR,NE,,,213,"ARTHUR, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31007,BANNER,NE,,,213,"BANNER, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31009,BLAINE,NE,,,213,"BLAINE, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31011,BOONE,NE,,,213,"BOONE, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31013,BOX BUTTE,NE,,,213,"BOX BUTTE, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31015,BOYD,NE,,,213,"BOYD, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31017,BROWN,NE,,,213,"BROWN, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31019,BUFFALO,NE,,,213,"BUFFALO, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31021,BURT,NE,,,213,"BURT, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31023,BUTLER,NE,,,213,"BUTLER, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31025,CASS,NE,,,213,"CASS, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31027,CEDAR,NE,,,213,"CEDAR, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31029,CHASE,NE,,,213,"CHASE, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31031,CHERRY,NE,,,213,"CHERRY, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31033,CHEYENNE,NE,,,213,"CHEYENNE, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31035,CLAY,NE,,,213,"CLAY, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31037,COLFAX,NE,,,213,"COLFAX, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31039,CUMING,NE,,,213,"CUMING, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31041,CUSTER,NE,,,213,"CUSTER, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31043,DAKOTA,NE,,,213,"DAKOTA, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31045,DAWES,NE,,,213,"DAWES, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31047,DAWSON,NE,,,213,"DAWSON, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31049,DEUEL,NE,,,213,"DEUEL, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31051,DIXON,NE,,,213,"DIXON, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31053,DODGE,NE,,,213,"DODGE, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31055,DOUGLAS,NE,,,213,"DOUGLAS, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31057,DUNDY,NE,,,213,"DUNDY, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31059,FILLMORE,NE,,,213,"FILLMORE, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31061,FRANKLIN,NE,,,213,"FRANKLIN, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31063,FRONTIER,NE,,,213,"FRONTIER, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31065,FURNAS,NE,,,213,"FURNAS, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31067,GAGE,NE,,,213,"GAGE, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31069,GARDEN,NE,,,213,"GARDEN, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31071,GARFIELD,NE,,,213,"GARFIELD, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31073,GOSPER,NE,,,213,"GOSPER, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31075,GRANT,NE,,,213,"GRANT, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31077,GREELEY,NE,,,213,"GREELEY, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31079,HALL,NE,,,213,"HALL, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31081,HAMILTON,NE,,,213,"HAMILTON, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31083,HARLAN,NE,,,213,"HARLAN, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31085,HAYES,NE,,,213,"HAYES, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31087,HITCHCOCK,NE,,,213,"HITCHCOCK, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31089,HOLT,NE,,,213,"HOLT, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31091,HOOKER,NE,,,213,"HOOKER, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31093,HOWARD,NE,,,213,"HOWARD, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31095,JEFFERSON,NE,,,213,"JEFFERSON, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31097,JOHNSON,NE,,,213,"JOHNSON, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31099,KEARNEY,NE,,,213,"KEARNEY, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31101,KEITH,NE,,,213,"KEITH, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31103,KEYA PAHA,NE,,,213,"KEYA PAHA, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31105,KIMBALL,NE,,,213,"KIMBALL, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31107,KNOX,NE,,,213,"KNOX, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31109,LANCASTER,NE,,,213,"LANCASTER, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31111,LINCOLN,NE,,,213,"LINCOLN, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31113,LOGAN,NE,,,213,"LOGAN, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31115,LOUP,NE,,,213,"LOUP, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31117,MCPHERSON,NE,,,213,"MCPHERSON, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31119,MADISON,NE,,,213,"MADISON, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31121,MERRICK,NE,,,213,"MERRICK, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31123,MORRILL,NE,,,213,"MORRILL, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31125,NANCE,NE,,,213,"NANCE, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31127,NEMAHA,NE,,,213,"NEMAHA, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31129,NUCKOLLS,NE,,,213,"NUCKOLLS, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31131,OTOE,NE,,,213,"OTOE, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31133,PAWNEE,NE,,,213,"PAWNEE, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31135,PERKINS,NE,,,213,"PERKINS, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31137,PHELPS,NE,,,213,"PHELPS, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31139,PIERCE,NE,,,213,"PIERCE, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31141,PLATTE,NE,,,213,"PLATTE, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31143,POLK,NE,,,213,"POLK, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31145,RED WILLOW,NE,,,213,"RED WILLOW, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31147,RICHARDSON,NE,,,213,"RICHARDSON, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31149,ROCK,NE,,,213,"ROCK, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31151,SALINE,NE,,,213,"SALINE, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31153,SARPY,NE,,,213,"SARPY, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31155,SAUNDERS,NE,,,213,"SAUNDERS, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31157,SCOTTS BLUFF,NE,,,213,"SCOTTS BLUFF, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31159,SEWARD,NE,,,213,"SEWARD, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31161,SHERIDAN,NE,,,213,"SHERIDAN, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31163,SHERMAN,NE,,,213,"SHERMAN, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31165,SIOUX,NE,,,213,"SIOUX, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31167,STANTON,NE,,,213,"STANTON, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31169,THAYER,NE,,,213,"THAYER, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31171,THOMAS,NE,,,213,"THOMAS, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31173,THURSTON,NE,,,213,"THURSTON, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31175,VALLEY,NE,,,213,"VALLEY, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31177,WASHINGTON,NE,,,213,"WASHINGTON, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31179,WAYNE,NE,,,213,"WAYNE, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31181,WEBSTER,NE,,,213,"WEBSTER, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31183,WHEELER,NE,,,213,"WHEELER, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3695,0,0,0,31185,YORK,NE,,,213,"YORK, NE",12,310,NE,63,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3697,0,0,0,32001,CHURCHILL,NV,,,215,"CHURCHILL, NV",12,329,NV rem,65,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3696,0,0,0,32003,CLARK,NV,,,214,"CLARK, NV",12,321,NV Las V,64,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3697,0,0,0,32005,DOUGLAS,NV,,,215,"DOUGLAS, NV",12,329,NV rem,65,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3697,0,0,0,32007,ELKO,NV,,,215,"ELKO, NV",12,329,NV rem,65,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3697,0,0,0,32009,ESMERALDA,NV,,,215,"ESMERALDA, NV",12,329,NV rem,65,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3697,0,0,0,32011,EUREKA,NV,,,215,"EUREKA, NV",12,329,NV rem,65,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3697,0,0,0,32013,HUMBOLDT,NV,,,215,"HUMBOLDT, NV",12,329,NV rem,65,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3697,0,0,0,32015,LANDER,NV,,,215,"LANDER, NV",12,329,NV rem,65,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3697,0,0,0,32017,LINCOLN,NV,,,215,"LINCOLN, NV",12,329,NV rem,65,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3697,0,0,0,32019,LYON,NV,,,215,"LYON, NV",12,329,NV rem,65,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3697,0,0,0,32021,MINERAL,NV,,,215,"MINERAL, NV",12,329,NV rem,65,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3696,0,0,0,32023,NYE,NV,,,214,"NYE, NV",12,321,NV Las V,64,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3697,0,0,0,32027,PERSHING,NV,,,215,"PERSHING, NV",12,329,NV rem,65,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3697,0,0,0,32029,STOREY,NV,,,215,"STOREY, NV",12,329,NV rem,65,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3697,0,0,0,32031,WASHOE,NV,,,215,"WASHOE, NV",12,329,NV rem,65,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3697,0,0,0,32033,WHITE PINE,NV,,,215,"WHITE PINE, NV",12,329,NV rem,65,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3697,0,0,0,32510,CARSON CITY,NV,,,215,"CARSON CITY, NV",12,329,NV rem,65,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3698,0,0,0,33001,BELKNAP,NH,,,216,"BELKNAP, NH",12,330,NH,66,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3698,0,0,0,33003,CARROLL,NH,,,216,"CARROLL, NH",12,330,NH,66,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3698,0,0,0,33005,CHESHIRE,NH,,,216,"CHESHIRE, NH",12,330,NH,66,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3698,0,0,0,33007,COOS,NH,,,216,"COOS, NH",12,330,NH,66,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3698,0,0,0,33009,GRAFTON,NH,,,216,"GRAFTON, NH",12,330,NH,66,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3698,0,0,0,33011,HILLSBOROUGH,NH,,,216,"HILLSBOROUGH, NH",12,330,NH,66,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3698,0,0,0,33013,MERRIMACK,NH,,,216,"MERRIMACK, NH",12,330,NH,66,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3698,0,0,0,33015,ROCKINGHAM,NH,,,216,"ROCKINGHAM, NH",12,330,NH,66,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3698,0,0,0,33017,STRAFFORD,NH,,,216,"STRAFFORD, NH",12,330,NH,66,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3698,0,0,0,33019,SULLIVAN,NH,,,216,"SULLIVAN, NH",12,330,NH,66,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3701,0,0,0,34001,ATLANTIC,NJ,,,219,"ATLANTIC, NJ",12,349,NJ rem,69,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3699,0,0,0,34003,BERGEN,NJ,,,217,"BERGEN, NJ",12,341,NJ New Y,67,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3700,0,0,0,34005,BURLINGTON,NJ,,,218,"BURLINGTON, NJ",12,342,NJ Phila,68,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3700,0,0,0,34007,CAMDEN,NJ,,,218,"CAMDEN, NJ",12,342,NJ Phila,68,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3701,0,0,0,34009,CAPE MAY,NJ,,,219,"CAPE MAY, NJ",12,349,NJ rem,69,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3700,0,0,0,34011,CUMBERLAND,NJ,,,218,"CUMBERLAND, NJ",12,342,NJ Phila,68,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3699,0,0,0,34013,ESSEX,NJ,,,217,"ESSEX, NJ",12,341,NJ New Y,67,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3700,0,0,0,34015,GLOUCESTER,NJ,,,218,"GLOUCESTER, NJ",12,342,NJ Phila,68,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3699,0,0,0,34017,HUDSON,NJ,,,217,"HUDSON, NJ",12,341,NJ New Y,67,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3699,0,0,0,34019,HUNTERDON,NJ,,,217,"HUNTERDON, NJ",12,341,NJ New Y,67,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3699,0,0,0,34021,MERCER,NJ,,,217,"MERCER, NJ",12,341,NJ New Y,67,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3699,0,0,0,34023,MIDDLESEX,NJ,,,217,"MIDDLESEX, NJ",12,341,NJ New Y,67,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3699,0,0,0,34025,MONMOUTH,NJ,,,217,"MONMOUTH, NJ",12,341,NJ New Y,67,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3699,0,0,0,34027,MORRIS,NJ,,,217,"MORRIS, NJ",12,341,NJ New Y,67,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3699,0,0,0,34029,OCEAN,NJ,,,217,"OCEAN, NJ",12,341,NJ New Y,67,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3699,0,0,0,34031,PASSAIC,NJ,,,217,"PASSAIC, NJ",12,341,NJ New Y,67,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3700,0,0,0,34033,SALEM,NJ,,,218,"SALEM, NJ",12,342,NJ Phila,68,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3699,0,0,0,34035,SOMERSET,NJ,,,217,"SOMERSET, NJ",12,341,NJ New Y,67,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3699,0,0,0,34037,SUSSEX,NJ,,,217,"SUSSEX, NJ",12,341,NJ New Y,67,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3699,0,0,0,34039,UNION,NJ,,,217,"UNION, NJ",12,341,NJ New Y,67,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3701,0,0,0,34041,WARREN,NJ,,,219,"WARREN, NJ",12,349,NJ rem,69,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3702,0,0,0,35001,BERNALILLO,NM,,,220,"BERNALILLO, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35003,CATRON,NM,,,220,"CATRON, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35005,CHAVES,NM,,,220,"CHAVES, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35006,CIBOLA,NM,,,220,"CIBOLA, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35007,COLFAX,NM,,,220,"COLFAX, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35009,CURRY,NM,,,220,"CURRY, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35011,DE BACA,NM,,,220,"DE BACA, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35013,DOÑA ANA,NM,,,220,"DOÑA ANA, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35015,EDDY,NM,,,220,"EDDY, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35017,GRANT,NM,,,220,"GRANT, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35019,GUADALUPE,NM,,,220,"GUADALUPE, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35021,HARDING,NM,,,220,"HARDING, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35023,HIDALGO,NM,,,220,"HIDALGO, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35025,LEA,NM,,,220,"LEA, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35027,LINCOLN,NM,,,220,"LINCOLN, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35028,LOS ALAMOS,NM,,,220,"LOS ALAMOS, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35029,LUNA,NM,,,220,"LUNA, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35031,MCKINLEY,NM,,,220,"MCKINLEY, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35033,MORA,NM,,,220,"MORA, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35035,OTERO,NM,,,220,"OTERO, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35037,QUAY,NM,,,220,"QUAY, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35039,RIO ARRIBA,NM,,,220,"RIO ARRIBA, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35041,ROOSEVELT,NM,,,220,"ROOSEVELT, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35043,SANDOVAL,NM,,,220,"SANDOVAL, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35045,SAN JUAN,NM,,,220,"SAN JUAN, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35047,SAN MIGUEL,NM,,,220,"SAN MIGUEL, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35049,SANTA FE,NM,,,220,"SANTA FE, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35051,SIERRA,NM,,,220,"SIERRA, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35053,SOCORRO,NM,,,220,"SOCORRO, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35055,TAOS,NM,,,220,"TAOS, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35057,TORRANCE,NM,,,220,"TORRANCE, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35059,UNION,NM,,,220,"UNION, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3702,0,0,0,35061,VALENCIA,NM,,,220,"VALENCIA, NM",12,350,NM,70,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3703,0,0,0,36001,ALBANY,NY,,,221,"ALBANY, NY",12,361,NY Alban,71,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36003,ALLEGANY,NY,,,225,"ALLEGANY, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3705,0,0,0,36005,BRONX,NY,,,223,"BRONX, NY",12,363,NY New Y,73,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36007,BROOME,NY,,,225,"BROOME, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3704,0,0,0,36009,CATTARAUGUS,NY,,,222,"CATTARAUGUS, NY",12,362,NY Buffa,72,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36011,CAYUGA,NY,,,225,"CAYUGA, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36013,CHAUTAUQUA,NY,,,225,"CHAUTAUQUA, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36015,CHEMUNG,NY,,,225,"CHEMUNG, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36017,CHENANGO,NY,,,225,"CHENANGO, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36019,CLINTON,NY,,,225,"CLINTON, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3703,0,0,0,36021,COLUMBIA,NY,,,221,"COLUMBIA, NY",12,361,NY Alban,71,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36023,CORTLAND,NY,,,225,"CORTLAND, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36025,DELAWARE,NY,,,225,"DELAWARE, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3705,0,0,0,36027,DUTCHESS,NY,,,223,"DUTCHESS, NY",12,363,NY New Y,73,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3704,0,0,0,36029,ERIE,NY,,,222,"ERIE, NY",12,362,NY Buffa,72,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36031,ESSEX,NY,,,225,"ESSEX, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36033,FRANKLIN,NY,,,225,"FRANKLIN, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3703,0,0,0,36035,FULTON,NY,,,221,"FULTON, NY",12,361,NY Alban,71,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3706,0,0,0,36037,GENESEE,NY,,,224,"GENESEE, NY",12,364,NY Roche,74,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36039,GREENE,NY,,,225,"GREENE, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36041,HAMILTON,NY,,,225,"HAMILTON, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36043,HERKIMER,NY,,,225,"HERKIMER, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36045,JEFFERSON,NY,,,225,"JEFFERSON, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3705,0,0,0,36047,KINGS,NY,,,223,"KINGS, NY",12,363,NY New Y,73,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36049,LEWIS,NY,,,225,"LEWIS, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3706,0,0,0,36051,LIVINGSTON,NY,,,224,"LIVINGSTON, NY",12,364,NY Roche,74,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36053,MADISON,NY,,,225,"MADISON, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3706,0,0,0,36055,MONROE,NY,,,224,"MONROE, NY",12,364,NY Roche,74,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3703,0,0,0,36057,MONTGOMERY,NY,,,221,"MONTGOMERY, NY",12,361,NY Alban,71,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3705,0,0,0,36059,NASSAU,NY,,,223,"NASSAU, NY",12,363,NY New Y,73,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3705,0,0,0,36061,NEW YORK,NY,,,223,"NEW YORK, NY",12,363,NY New Y,73,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3704,0,0,0,36063,NIAGARA,NY,,,222,"NIAGARA, NY",12,362,NY Buffa,72,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36065,ONEIDA,NY,,,225,"ONEIDA, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36067,ONONDAGA,NY,,,225,"ONONDAGA, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3706,0,0,0,36069,ONTARIO,NY,,,224,"ONTARIO, NY",12,364,NY Roche,74,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3705,0,0,0,36071,ORANGE,NY,,,223,"ORANGE, NY",12,363,NY New Y,73,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3706,0,0,0,36073,ORLEANS,NY,,,224,"ORLEANS, NY",12,364,NY Roche,74,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36075,OSWEGO,NY,,,225,"OSWEGO, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36077,OTSEGO,NY,,,225,"OTSEGO, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3705,0,0,0,36079,PUTNAM,NY,,,223,"PUTNAM, NY",12,363,NY New Y,73,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3705,0,0,0,36081,QUEENS,NY,,,223,"QUEENS, NY",12,363,NY New Y,73,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3703,0,0,0,36083,RENSSELAER,NY,,,221,"RENSSELAER, NY",12,361,NY Alban,71,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3705,0,0,0,36085,RICHMOND,NY,,,223,"RICHMOND, NY",12,363,NY New Y,73,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3705,0,0,0,36087,ROCKLAND,NY,,,223,"ROCKLAND, NY",12,363,NY New Y,73,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36089,ST. LAWRENCE,NY,,,225,"ST. LAWRENCE, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3703,0,0,0,36091,SARATOGA,NY,,,221,"SARATOGA, NY",12,361,NY Alban,71,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3703,0,0,0,36093,SCHENECTADY,NY,,,221,"SCHENECTADY, NY",12,361,NY Alban,71,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3703,0,0,0,36095,SCHOHARIE,NY,,,221,"SCHOHARIE, NY",12,361,NY Alban,71,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36097,SCHUYLER,NY,,,225,"SCHUYLER, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3706,0,0,0,36099,SENECA,NY,,,224,"SENECA, NY",12,364,NY Roche,74,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36101,STEUBEN,NY,,,225,"STEUBEN, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3705,0,0,0,36103,SUFFOLK,NY,,,223,"SUFFOLK, NY",12,363,NY New Y,73,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36105,SULLIVAN,NY,,,225,"SULLIVAN, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36107,TIOGA,NY,,,225,"TIOGA, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36109,TOMPKINS,NY,,,225,"TOMPKINS, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3705,0,0,0,36111,ULSTER,NY,,,223,"ULSTER, NY",12,363,NY New Y,73,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3703,0,0,0,36113,WARREN,NY,,,221,"WARREN, NY",12,361,NY Alban,71,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3703,0,0,0,36115,WASHINGTON,NY,,,221,"WASHINGTON, NY",12,361,NY Alban,71,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3706,0,0,0,36117,WAYNE,NY,,,224,"WAYNE, NY",12,364,NY Roche,74,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3705,0,0,0,36119,WESTCHESTER,NY,,,223,"WESTCHESTER, NY",12,363,NY New Y,73,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36121,WYOMING,NY,,,225,"WYOMING, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3707,0,0,0,36123,YATES,NY,,,225,"YATES, NY",12,369,NY rem,75,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3709,0,0,0,37001,ALAMANCE,NC,,,227,"ALAMANCE, NC",12,372,NC Green,77,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37003,ALEXANDER,NC,,,229,"ALEXANDER, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37005,ALLEGHANY,NC,,,229,"ALLEGHANY, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3708,0,0,0,37007,ANSON,NC,,,226,"ANSON, NC",12,371,NC Charl,76,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37009,ASHE,NC,,,229,"ASHE, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37011,AVERY,NC,,,229,"AVERY, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37013,BEAUFORT,NC,,,229,"BEAUFORT, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37015,BERTIE,NC,,,229,"BERTIE, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37017,BLADEN,NC,,,229,"BLADEN, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37019,BRUNSWICK,NC,,,229,"BRUNSWICK, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37021,BUNCOMBE,NC,,,229,"BUNCOMBE, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37023,BURKE,NC,,,229,"BURKE, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3708,0,0,0,37025,CABARRUS,NC,,,226,"CABARRUS, NC",12,371,NC Charl,76,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37027,CALDWELL,NC,,,229,"CALDWELL, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37029,CAMDEN,NC,,,229,"CAMDEN, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37031,CARTERET,NC,,,229,"CARTERET, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37033,CASWELL,NC,,,229,"CASWELL, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37035,CATAWBA,NC,,,229,"CATAWBA, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3710,0,0,0,37037,CHATHAM,NC,,,228,"CHATHAM, NC",12,373,NC Ralei,78,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37039,CHEROKEE,NC,,,229,"CHEROKEE, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37041,CHOWAN,NC,,,229,"CHOWAN, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37043,CLAY,NC,,,229,"CLAY, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3708,0,0,0,37045,CLEVELAND,NC,,,226,"CLEVELAND, NC",12,371,NC Charl,76,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37047,COLUMBUS,NC,,,229,"COLUMBUS, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37049,CRAVEN,NC,,,229,"CRAVEN, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37051,CUMBERLAND,NC,,,229,"CUMBERLAND, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37053,CURRITUCK,NC,,,229,"CURRITUCK, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37055,DARE,NC,,,229,"DARE, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3709,0,0,0,37057,DAVIDSON,NC,,,227,"DAVIDSON, NC",12,372,NC Green,77,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3709,0,0,0,37059,DAVIE,NC,,,227,"DAVIE, NC",12,372,NC Green,77,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37061,DUPLIN,NC,,,229,"DUPLIN, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3710,0,0,0,37063,DURHAM,NC,,,228,"DURHAM, NC",12,373,NC Ralei,78,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37065,EDGECOMBE,NC,,,229,"EDGECOMBE, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3709,0,0,0,37067,FORSYTH,NC,,,227,"FORSYTH, NC",12,372,NC Green,77,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3710,0,0,0,37069,FRANKLIN,NC,,,228,"FRANKLIN, NC",12,373,NC Ralei,78,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3708,0,0,0,37071,GASTON,NC,,,226,"GASTON, NC",12,371,NC Charl,76,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37073,GATES,NC,,,229,"GATES, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37075,GRAHAM,NC,,,229,"GRAHAM, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37077,GRANVILLE,NC,,,229,"GRANVILLE, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37079,GREENE,NC,,,229,"GREENE, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3709,0,0,0,37081,GUILFORD,NC,,,227,"GUILFORD, NC",12,372,NC Green,77,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37083,HALIFAX,NC,,,229,"HALIFAX, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3710,0,0,0,37085,HARNETT,NC,,,228,"HARNETT, NC",12,373,NC Ralei,78,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37087,HAYWOOD,NC,,,229,"HAYWOOD, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37089,HENDERSON,NC,,,229,"HENDERSON, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37091,HERTFORD,NC,,,229,"HERTFORD, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37093,HOKE,NC,,,229,"HOKE, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37095,HYDE,NC,,,229,"HYDE, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3708,0,0,0,37097,IREDELL,NC,,,226,"IREDELL, NC",12,371,NC Charl,76,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37099,JACKSON,NC,,,229,"JACKSON, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3710,0,0,0,37101,JOHNSTON,NC,,,228,"JOHNSTON, NC",12,373,NC Ralei,78,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37103,JONES,NC,,,229,"JONES, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37105,LEE,NC,,,229,"LEE, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37107,LENOIR,NC,,,229,"LENOIR, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3708,0,0,0,37109,LINCOLN,NC,,,226,"LINCOLN, NC",12,371,NC Charl,76,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37111,MCDOWELL,NC,,,229,"MCDOWELL, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37113,MACON,NC,,,229,"MACON, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37115,MADISON,NC,,,229,"MADISON, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37117,MARTIN,NC,,,229,"MARTIN, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3708,0,0,0,37119,MECKLENBURG,NC,,,226,"MECKLENBURG, NC",12,371,NC Charl,76,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37121,MITCHELL,NC,,,229,"MITCHELL, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37123,MONTGOMERY,NC,,,229,"MONTGOMERY, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37125,MOORE,NC,,,229,"MOORE, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37127,NASH,NC,,,229,"NASH, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37129,NEW HANOVER,NC,,,229,"NEW HANOVER, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37131,NORTHAMPTON,NC,,,229,"NORTHAMPTON, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37133,ONSLOW,NC,,,229,"ONSLOW, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3710,0,0,0,37135,ORANGE,NC,,,228,"ORANGE, NC",12,373,NC Ralei,78,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37137,PAMLICO,NC,,,229,"PAMLICO, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37139,PASQUOTANK,NC,,,229,"PASQUOTANK, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37141,PENDER,NC,,,229,"PENDER, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37143,PERQUIMANS,NC,,,229,"PERQUIMANS, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3710,0,0,0,37145,PERSON,NC,,,228,"PERSON, NC",12,373,NC Ralei,78,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37147,PITT,NC,,,229,"PITT, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37149,POLK,NC,,,229,"POLK, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3709,0,0,0,37151,RANDOLPH,NC,,,227,"RANDOLPH, NC",12,372,NC Green,77,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37153,RICHMOND,NC,,,229,"RICHMOND, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37155,ROBESON,NC,,,229,"ROBESON, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3709,0,0,0,37157,ROCKINGHAM,NC,,,227,"ROCKINGHAM, NC",12,372,NC Green,77,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3708,0,0,0,37159,ROWAN,NC,,,226,"ROWAN, NC",12,371,NC Charl,76,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37161,RUTHERFORD,NC,,,229,"RUTHERFORD, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37163,SAMPSON,NC,,,229,"SAMPSON, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37165,SCOTLAND,NC,,,229,"SCOTLAND, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3708,0,0,0,37167,STANLY,NC,,,226,"STANLY, NC",12,371,NC Charl,76,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3709,0,0,0,37169,STOKES,NC,,,227,"STOKES, NC",12,372,NC Green,77,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3709,0,0,0,37171,SURRY,NC,,,227,"SURRY, NC",12,372,NC Green,77,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37173,SWAIN,NC,,,229,"SWAIN, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37175,TRANSYLVANIA,NC,,,229,"TRANSYLVANIA, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37177,TYRRELL,NC,,,229,"TYRRELL, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3708,0,0,0,37179,UNION,NC,,,226,"UNION, NC",12,371,NC Charl,76,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37181,VANCE,NC,,,229,"VANCE, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3710,0,0,0,37183,WAKE,NC,,,228,"WAKE, NC",12,373,NC Ralei,78,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37185,WARREN,NC,,,229,"WARREN, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37187,WASHINGTON,NC,,,229,"WASHINGTON, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37189,WATAUGA,NC,,,229,"WATAUGA, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37191,WAYNE,NC,,,229,"WAYNE, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37193,WILKES,NC,,,229,"WILKES, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37195,WILSON,NC,,,229,"WILSON, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3709,0,0,0,37197,YADKIN,NC,,,227,"YADKIN, NC",12,372,NC Green,77,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3711,0,0,0,37199,YANCEY,NC,,,229,"YANCEY, NC",12,379,NC rem,79,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3712,0,0,0,38001,ADAMS,ND,,,230,"ADAMS, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38003,BARNES,ND,,,230,"BARNES, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38005,BENSON,ND,,,230,"BENSON, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38007,BILLINGS,ND,,,230,"BILLINGS, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38009,BOTTINEAU,ND,,,230,"BOTTINEAU, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38011,BOWMAN,ND,,,230,"BOWMAN, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38013,BURKE,ND,,,230,"BURKE, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38015,BURLEIGH,ND,,,230,"BURLEIGH, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38017,CASS,ND,,,230,"CASS, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38019,CAVALIER,ND,,,230,"CAVALIER, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38021,DICKEY,ND,,,230,"DICKEY, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38023,DIVIDE,ND,,,230,"DIVIDE, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38025,DUNN,ND,,,230,"DUNN, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38027,EDDY,ND,,,230,"EDDY, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38029,EMMONS,ND,,,230,"EMMONS, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38031,FOSTER,ND,,,230,"FOSTER, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38033,GOLDEN VALLEY,ND,,,230,"GOLDEN VALLEY, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38035,GRAND FORKS,ND,,,230,"GRAND FORKS, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38037,GRANT,ND,,,230,"GRANT, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38039,GRIGGS,ND,,,230,"GRIGGS, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38041,HETTINGER,ND,,,230,"HETTINGER, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38043,KIDDER,ND,,,230,"KIDDER, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38045,LAMOURE,ND,,,230,"LAMOURE, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38047,LOGAN,ND,,,230,"LOGAN, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38049,MCHENRY,ND,,,230,"MCHENRY, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38051,MCINTOSH,ND,,,230,"MCINTOSH, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38053,MCKENZIE,ND,,,230,"MCKENZIE, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38055,MCLEAN,ND,,,230,"MCLEAN, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38057,MERCER,ND,,,230,"MERCER, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38059,MORTON,ND,,,230,"MORTON, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38061,MOUNTRAIL,ND,,,230,"MOUNTRAIL, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38063,NELSON,ND,,,230,"NELSON, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38065,OLIVER,ND,,,230,"OLIVER, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38067,PEMBINA,ND,,,230,"PEMBINA, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38069,PIERCE,ND,,,230,"PIERCE, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38071,RAMSEY,ND,,,230,"RAMSEY, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38073,RANSOM,ND,,,230,"RANSOM, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38075,RENVILLE,ND,,,230,"RENVILLE, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38077,RICHLAND,ND,,,230,"RICHLAND, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38079,ROLETTE,ND,,,230,"ROLETTE, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38081,SARGENT,ND,,,230,"SARGENT, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38083,SHERIDAN,ND,,,230,"SHERIDAN, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38085,SIOUX,ND,,,230,"SIOUX, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38087,SLOPE,ND,,,230,"SLOPE, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38089,STARK,ND,,,230,"STARK, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38091,STEELE,ND,,,230,"STEELE, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38093,STUTSMAN,ND,,,230,"STUTSMAN, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38095,TOWNER,ND,,,230,"TOWNER, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38097,TRAILL,ND,,,230,"TRAILL, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38099,WALSH,ND,,,230,"WALSH, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38101,WARD,ND,,,230,"WARD, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38103,WELLS,ND,,,230,"WELLS, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3712,0,0,0,38105,WILLIAMS,ND,,,230,"WILLIAMS, ND",12,380,ND,80,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3717,0,0,0,39001,ADAMS,OH,,,235,"ADAMS, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39003,ALLEN,OH,,,235,"ALLEN, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39005,ASHLAND,OH,,,235,"ASHLAND, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3714,0,0,0,39007,ASHTABULA,OH,,,232,"ASHTABULA, OH",12,392,OH Cleve,82,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39009,ATHENS,OH,,,235,"ATHENS, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39011,AUGLAIZE,OH,,,235,"AUGLAIZE, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39013,BELMONT,OH,,,235,"BELMONT, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3713,0,0,0,39015,BROWN,OH,,,231,"BROWN, OH",12,391,OH Cinci,81,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3713,0,0,0,39017,BUTLER,OH,,,231,"BUTLER, OH",12,391,OH Cinci,81,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39019,CARROLL,OH,,,235,"CARROLL, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3716,0,0,0,39021,CHAMPAIGN,OH,,,234,"CHAMPAIGN, OH",12,394,OH Dayto,84,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3716,0,0,0,39023,CLARK,OH,,,234,"CLARK, OH",12,394,OH Dayto,84,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3713,0,0,0,39025,CLERMONT,OH,,,231,"CLERMONT, OH",12,391,OH Cinci,81,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3713,0,0,0,39027,CLINTON,OH,,,231,"CLINTON, OH",12,391,OH Cinci,81,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39029,COLUMBIANA,OH,,,235,"COLUMBIANA, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39031,COSHOCTON,OH,,,235,"COSHOCTON, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39033,CRAWFORD,OH,,,235,"CRAWFORD, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3714,0,0,0,39035,CUYAHOGA,OH,,,232,"CUYAHOGA, OH",12,392,OH Cleve,82,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3716,0,0,0,39037,DARKE,OH,,,234,"DARKE, OH",12,394,OH Dayto,84,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39039,DEFIANCE,OH,,,235,"DEFIANCE, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3715,0,0,0,39041,DELAWARE,OH,,,233,"DELAWARE, OH",12,393,OH Colum,83,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39043,ERIE,OH,,,235,"ERIE, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3715,0,0,0,39045,FAIRFIELD,OH,,,233,"FAIRFIELD, OH",12,393,OH Colum,83,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3715,0,0,0,39047,FAYETTE,OH,,,233,"FAYETTE, OH",12,393,OH Colum,83,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3715,0,0,0,39049,FRANKLIN,OH,,,233,"FRANKLIN, OH",12,393,OH Colum,83,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39051,FULTON,OH,,,235,"FULTON, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39053,GALLIA,OH,,,235,"GALLIA, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3714,0,0,0,39055,GEAUGA,OH,,,232,"GEAUGA, OH",12,392,OH Cleve,82,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3716,0,0,0,39057,GREENE,OH,,,234,"GREENE, OH",12,394,OH Dayto,84,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39059,GUERNSEY,OH,,,235,"GUERNSEY, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3713,0,0,0,39061,HAMILTON,OH,,,231,"HAMILTON, OH",12,391,OH Cinci,81,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39063,HANCOCK,OH,,,235,"HANCOCK, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39065,HARDIN,OH,,,235,"HARDIN, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39067,HARRISON,OH,,,235,"HARRISON, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39069,HENRY,OH,,,235,"HENRY, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39071,HIGHLAND,OH,,,235,"HIGHLAND, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39073,HOCKING,OH,,,235,"HOCKING, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39075,HOLMES,OH,,,235,"HOLMES, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39077,HURON,OH,,,235,"HURON, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39079,JACKSON,OH,,,235,"JACKSON, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39081,JEFFERSON,OH,,,235,"JEFFERSON, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3715,0,0,0,39083,KNOX,OH,,,233,"KNOX, OH",12,393,OH Colum,83,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3714,0,0,0,39085,LAKE,OH,,,232,"LAKE, OH",12,392,OH Cleve,82,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39087,LAWRENCE,OH,,,235,"LAWRENCE, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3715,0,0,0,39089,LICKING,OH,,,233,"LICKING, OH",12,393,OH Colum,83,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39091,LOGAN,OH,,,235,"LOGAN, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3714,0,0,0,39093,LORAIN,OH,,,232,"LORAIN, OH",12,392,OH Cleve,82,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39095,LUCAS,OH,,,235,"LUCAS, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3715,0,0,0,39097,MADISON,OH,,,233,"MADISON, OH",12,393,OH Colum,83,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39099,MAHONING,OH,,,235,"MAHONING, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3715,0,0,0,39101,MARION,OH,,,233,"MARION, OH",12,393,OH Colum,83,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3714,0,0,0,39103,MEDINA,OH,,,232,"MEDINA, OH",12,392,OH Cleve,82,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39105,MEIGS,OH,,,235,"MEIGS, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39107,MERCER,OH,,,235,"MERCER, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3716,0,0,0,39109,MIAMI,OH,,,234,"MIAMI, OH",12,394,OH Dayto,84,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39111,MONROE,OH,,,235,"MONROE, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3716,0,0,0,39113,MONTGOMERY,OH,,,234,"MONTGOMERY, OH",12,394,OH Dayto,84,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39115,MORGAN,OH,,,235,"MORGAN, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3715,0,0,0,39117,MORROW,OH,,,233,"MORROW, OH",12,393,OH Colum,83,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39119,MUSKINGUM,OH,,,235,"MUSKINGUM, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39121,NOBLE,OH,,,235,"NOBLE, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39123,OTTAWA,OH,,,235,"OTTAWA, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39125,PAULDING,OH,,,235,"PAULDING, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39127,PERRY,OH,,,235,"PERRY, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3715,0,0,0,39129,PICKAWAY,OH,,,233,"PICKAWAY, OH",12,393,OH Colum,83,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39131,PIKE,OH,,,235,"PIKE, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3714,0,0,0,39133,PORTAGE,OH,,,232,"PORTAGE, OH",12,392,OH Cleve,82,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3716,0,0,0,39135,PREBLE,OH,,,234,"PREBLE, OH",12,394,OH Dayto,84,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39137,PUTNAM,OH,,,235,"PUTNAM, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39139,RICHLAND,OH,,,235,"RICHLAND, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3715,0,0,0,39141,ROSS,OH,,,233,"ROSS, OH",12,393,OH Colum,83,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39143,SANDUSKY,OH,,,235,"SANDUSKY, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39145,SCIOTO,OH,,,235,"SCIOTO, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39147,SENECA,OH,,,235,"SENECA, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39149,SHELBY,OH,,,235,"SHELBY, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39151,STARK,OH,,,235,"STARK, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3714,0,0,0,39153,SUMMIT,OH,,,232,"SUMMIT, OH",12,392,OH Cleve,82,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39155,TRUMBULL,OH,,,235,"TRUMBULL, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39157,TUSCARAWAS,OH,,,235,"TUSCARAWAS, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3715,0,0,0,39159,UNION,OH,,,233,"UNION, OH",12,393,OH Colum,83,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39161,VAN WERT,OH,,,235,"VAN WERT, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39163,VINTON,OH,,,235,"VINTON, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3713,0,0,0,39165,WARREN,OH,,,231,"WARREN, OH",12,391,OH Cinci,81,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39167,WASHINGTON,OH,,,235,"WASHINGTON, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39169,WAYNE,OH,,,235,"WAYNE, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39171,WILLIAMS,OH,,,235,"WILLIAMS, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39173,WOOD,OH,,,235,"WOOD, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3717,0,0,0,39175,WYANDOT,OH,,,235,"WYANDOT, OH",12,399,OH rem,85,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3720,0,0,0,40001,ADAIR,OK,,,238,"ADAIR, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40003,ALFALFA,OK,,,238,"ALFALFA, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40005,ATOKA,OK,,,238,"ATOKA, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40007,BEAVER,OK,,,238,"BEAVER, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40009,BECKHAM,OK,,,238,"BECKHAM, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40011,BLAINE,OK,,,238,"BLAINE, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40013,BRYAN,OK,,,238,"BRYAN, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40015,CADDO,OK,,,238,"CADDO, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3718,0,0,0,40017,CANADIAN,OK,,,236,"CANADIAN, OK",12,401,OK Oklah,86,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40019,CARTER,OK,,,238,"CARTER, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40021,CHEROKEE,OK,,,238,"CHEROKEE, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40023,CHOCTAW,OK,,,238,"CHOCTAW, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40025,CIMARRON,OK,,,238,"CIMARRON, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3718,0,0,0,40027,CLEVELAND,OK,,,236,"CLEVELAND, OK",12,401,OK Oklah,86,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40029,COAL,OK,,,238,"COAL, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40031,COMANCHE,OK,,,238,"COMANCHE, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40033,COTTON,OK,,,238,"COTTON, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40035,CRAIG,OK,,,238,"CRAIG, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3719,0,0,0,40037,CREEK,OK,,,237,"CREEK, OK",12,402,OK Tulsa,87,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40039,CUSTER,OK,,,238,"CUSTER, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40041,DELAWARE,OK,,,238,"DELAWARE, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40043,DEWEY,OK,,,238,"DEWEY, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40045,ELLIS,OK,,,238,"ELLIS, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40047,GARFIELD,OK,,,238,"GARFIELD, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40049,GARVIN,OK,,,238,"GARVIN, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3718,0,0,0,40051,GRADY,OK,,,236,"GRADY, OK",12,401,OK Oklah,86,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40053,GRANT,OK,,,238,"GRANT, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40055,GREER,OK,,,238,"GREER, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40057,HARMON,OK,,,238,"HARMON, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40059,HARPER,OK,,,238,"HARPER, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40061,HASKELL,OK,,,238,"HASKELL, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40063,HUGHES,OK,,,238,"HUGHES, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40065,JACKSON,OK,,,238,"JACKSON, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40067,JEFFERSON,OK,,,238,"JEFFERSON, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40069,JOHNSTON,OK,,,238,"JOHNSTON, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40071,KAY,OK,,,238,"KAY, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40073,KINGFISHER,OK,,,238,"KINGFISHER, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40075,KIOWA,OK,,,238,"KIOWA, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40077,LATIMER,OK,,,238,"LATIMER, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40079,LE FLORE,OK,,,238,"LE FLORE, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3718,0,0,0,40081,LINCOLN,OK,,,236,"LINCOLN, OK",12,401,OK Oklah,86,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3718,0,0,0,40083,LOGAN,OK,,,236,"LOGAN, OK",12,401,OK Oklah,86,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40085,LOVE,OK,,,238,"LOVE, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3718,0,0,0,40087,MCCLAIN,OK,,,236,"MCCLAIN, OK",12,401,OK Oklah,86,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40089,MCCURTAIN,OK,,,238,"MCCURTAIN, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40091,MCINTOSH,OK,,,238,"MCINTOSH, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40093,MAJOR,OK,,,238,"MAJOR, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40095,MARSHALL,OK,,,238,"MARSHALL, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40097,MAYES,OK,,,238,"MAYES, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40099,MURRAY,OK,,,238,"MURRAY, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40101,MUSKOGEE,OK,,,238,"MUSKOGEE, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40103,NOBLE,OK,,,238,"NOBLE, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40105,NOWATA,OK,,,238,"NOWATA, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40107,OKFUSKEE,OK,,,238,"OKFUSKEE, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3718,0,0,0,40109,OKLAHOMA,OK,,,236,"OKLAHOMA, OK",12,401,OK Oklah,86,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3719,0,0,0,40111,OKMULGEE,OK,,,237,"OKMULGEE, OK",12,402,OK Tulsa,87,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3719,0,0,0,40113,OSAGE,OK,,,237,"OSAGE, OK",12,402,OK Tulsa,87,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40115,OTTAWA,OK,,,238,"OTTAWA, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3719,0,0,0,40117,PAWNEE,OK,,,237,"PAWNEE, OK",12,402,OK Tulsa,87,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40119,PAYNE,OK,,,238,"PAYNE, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40121,PITTSBURG,OK,,,238,"PITTSBURG, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40123,PONTOTOC,OK,,,238,"PONTOTOC, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3718,0,0,0,40125,POTTAWATOMIE,OK,,,236,"POTTAWATOMIE, OK",12,401,OK Oklah,86,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40127,PUSHMATAHA,OK,,,238,"PUSHMATAHA, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40129,ROGER MILLS,OK,,,238,"ROGER MILLS, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3719,0,0,0,40131,ROGERS,OK,,,237,"ROGERS, OK",12,402,OK Tulsa,87,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40133,SEMINOLE,OK,,,238,"SEMINOLE, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40135,SEQUOYAH,OK,,,238,"SEQUOYAH, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40137,STEPHENS,OK,,,238,"STEPHENS, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40139,TEXAS,OK,,,238,"TEXAS, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40141,TILLMAN,OK,,,238,"TILLMAN, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3719,0,0,0,40143,TULSA,OK,,,237,"TULSA, OK",12,402,OK Tulsa,87,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3719,0,0,0,40145,WAGONER,OK,,,237,"WAGONER, OK",12,402,OK Tulsa,87,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3719,0,0,0,40147,WASHINGTON,OK,,,237,"WASHINGTON, OK",12,402,OK Tulsa,87,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40149,WASHITA,OK,,,238,"WASHITA, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40151,WOODS,OK,,,238,"WOODS, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3720,0,0,0,40153,WOODWARD,OK,,,238,"WOODWARD, OK",12,409,OK rem,88,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3722,0,0,0,41001,BAKER,OR,,,240,"BAKER, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41003,BENTON,OR,,,240,"BENTON, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3721,0,0,0,41005,CLACKAMAS,OR,,,239,"CLACKAMAS, OR",12,411,OR Portl,89,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41007,CLATSOP,OR,,,240,"CLATSOP, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3721,0,0,0,41009,COLUMBIA,OR,,,239,"COLUMBIA, OR",12,411,OR Portl,89,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41011,COOS,OR,,,240,"COOS, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41013,CROOK,OR,,,240,"CROOK, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41015,CURRY,OR,,,240,"CURRY, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41017,DESCHUTES,OR,,,240,"DESCHUTES, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41019,DOUGLAS,OR,,,240,"DOUGLAS, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41021,GILLIAM,OR,,,240,"GILLIAM, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41023,GRANT,OR,,,240,"GRANT, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41025,HARNEY,OR,,,240,"HARNEY, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41027,HOOD RIVER,OR,,,240,"HOOD RIVER, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41029,JACKSON,OR,,,240,"JACKSON, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41031,JEFFERSON,OR,,,240,"JEFFERSON, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41033,JOSEPHINE,OR,,,240,"JOSEPHINE, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41035,KLAMATH,OR,,,240,"KLAMATH, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41037,LAKE,OR,,,240,"LAKE, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41039,LANE,OR,,,240,"LANE, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41041,LINCOLN,OR,,,240,"LINCOLN, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41043,LINN,OR,,,240,"LINN, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41045,MALHEUR,OR,,,240,"MALHEUR, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41047,MARION,OR,,,240,"MARION, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41049,MORROW,OR,,,240,"MORROW, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3721,0,0,0,41051,MULTNOMAH,OR,,,239,"MULTNOMAH, OR",12,411,OR Portl,89,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41053,POLK,OR,,,240,"POLK, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41055,SHERMAN,OR,,,240,"SHERMAN, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41057,TILLAMOOK,OR,,,240,"TILLAMOOK, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41059,UMATILLA,OR,,,240,"UMATILLA, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41061,UNION,OR,,,240,"UNION, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41063,WALLOWA,OR,,,240,"WALLOWA, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41065,WASCO,OR,,,240,"WASCO, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3721,0,0,0,41067,WASHINGTON,OR,,,239,"WASHINGTON, OR",12,411,OR Portl,89,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3722,0,0,0,41069,WHEELER,OR,,,240,"WHEELER, OR",12,419,OR rem,90,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3721,0,0,0,41071,YAMHILL,OR,,,239,"YAMHILL, OR",12,411,OR Portl,89,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3725,0,0,0,42001,ADAMS,PA,,,243,"ADAMS, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3724,0,0,0,42003,ALLEGHENY,PA,,,242,"ALLEGHENY, PA",12,422,PA Pitts,92,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3724,0,0,0,42005,ARMSTRONG,PA,,,242,"ARMSTRONG, PA",12,422,PA Pitts,92,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3724,0,0,0,42007,BEAVER,PA,,,242,"BEAVER, PA",12,422,PA Pitts,92,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42009,BEDFORD,PA,,,243,"BEDFORD, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3723,0,0,0,42011,BERKS,PA,,,241,"BERKS, PA",12,421,PA Phila,91,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42013,BLAIR,PA,,,243,"BLAIR, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42015,BRADFORD,PA,,,243,"BRADFORD, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3723,0,0,0,42017,BUCKS,PA,,,241,"BUCKS, PA",12,421,PA Phila,91,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3724,0,0,0,42019,BUTLER,PA,,,242,"BUTLER, PA",12,422,PA Pitts,92,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42021,CAMBRIA,PA,,,243,"CAMBRIA, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42023,CAMERON,PA,,,243,"CAMERON, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42025,CARBON,PA,,,243,"CARBON, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42027,CENTRE,PA,,,243,"CENTRE, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3723,0,0,0,42029,CHESTER,PA,,,241,"CHESTER, PA",12,421,PA Phila,91,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42031,CLARION,PA,,,243,"CLARION, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42033,CLEARFIELD,PA,,,243,"CLEARFIELD, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42035,CLINTON,PA,,,243,"CLINTON, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42037,COLUMBIA,PA,,,243,"COLUMBIA, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42039,CRAWFORD,PA,,,243,"CRAWFORD, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42041,CUMBERLAND,PA,,,243,"CUMBERLAND, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42043,DAUPHIN,PA,,,243,"DAUPHIN, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3723,0,0,0,42045,DELAWARE,PA,,,241,"DELAWARE, PA",12,421,PA Phila,91,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42047,ELK,PA,,,243,"ELK, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42049,ERIE,PA,,,243,"ERIE, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3724,0,0,0,42051,FAYETTE,PA,,,242,"FAYETTE, PA",12,422,PA Pitts,92,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42053,FOREST,PA,,,243,"FOREST, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42055,FRANKLIN,PA,,,243,"FRANKLIN, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42057,FULTON,PA,,,243,"FULTON, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42059,GREENE,PA,,,243,"GREENE, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42061,HUNTINGDON,PA,,,243,"HUNTINGDON, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42063,INDIANA,PA,,,243,"INDIANA, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42065,JEFFERSON,PA,,,243,"JEFFERSON, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42067,JUNIATA,PA,,,243,"JUNIATA, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42069,LACKAWANNA,PA,,,243,"LACKAWANNA, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42071,LANCASTER,PA,,,243,"LANCASTER, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3724,0,0,0,42073,LAWRENCE,PA,,,242,"LAWRENCE, PA",12,422,PA Pitts,92,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42075,LEBANON,PA,,,243,"LEBANON, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42077,LEHIGH,PA,,,243,"LEHIGH, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42079,LUZERNE,PA,,,243,"LUZERNE, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42081,LYCOMING,PA,,,243,"LYCOMING, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42083,MCKEAN,PA,,,243,"MCKEAN, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42085,MERCER,PA,,,243,"MERCER, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42087,MIFFLIN,PA,,,243,"MIFFLIN, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42089,MONROE,PA,,,243,"MONROE, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3723,0,0,0,42091,MONTGOMERY,PA,,,241,"MONTGOMERY, PA",12,421,PA Phila,91,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42093,MONTOUR,PA,,,243,"MONTOUR, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42095,NORTHAMPTON,PA,,,243,"NORTHAMPTON, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42097,NORTHUMBERLAND,PA,,,243,"NORTHUMBERLAND, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42099,PERRY,PA,,,243,"PERRY, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3723,0,0,0,42101,PHILADELPHIA,PA,,,241,"PHILADELPHIA, PA",12,421,PA Phila,91,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42103,PIKE,PA,,,243,"PIKE, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42105,POTTER,PA,,,243,"POTTER, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42107,SCHUYLKILL,PA,,,243,"SCHUYLKILL, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42109,SNYDER,PA,,,243,"SNYDER, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42111,SOMERSET,PA,,,243,"SOMERSET, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42113,SULLIVAN,PA,,,243,"SULLIVAN, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42115,SUSQUEHANNA,PA,,,243,"SUSQUEHANNA, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42117,TIOGA,PA,,,243,"TIOGA, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42119,UNION,PA,,,243,"UNION, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42121,VENANGO,PA,,,243,"VENANGO, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42123,WARREN,PA,,,243,"WARREN, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3724,0,0,0,42125,WASHINGTON,PA,,,242,"WASHINGTON, PA",12,422,PA Pitts,92,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42127,WAYNE,PA,,,243,"WAYNE, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3724,0,0,0,42129,WESTMORELAND,PA,,,242,"WESTMORELAND, PA",12,422,PA Pitts,92,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42131,WYOMING,PA,,,243,"WYOMING, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3725,0,0,0,42133,YORK,PA,,,243,"YORK, PA",12,429,PA rem,93,United States of America,0,Rest of USA,NorthEast,Middle Atlantic,2,NATIONAL +3726,0,0,0,44001,BRISTOL,RI,,,244,"BRISTOL, RI",12,440,RI Provi,94,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3726,0,0,0,44003,KENT,RI,,,244,"KENT, RI",12,440,RI Provi,94,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3726,0,0,0,44005,NEWPORT,RI,,,244,"NEWPORT, RI",12,440,RI Provi,94,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3726,0,0,0,44007,PROVIDENCE,RI,,,244,"PROVIDENCE, RI",12,440,RI Provi,94,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3726,0,0,0,44009,WASHINGTON,RI,,,244,"WASHINGTON, RI",12,440,RI Provi,94,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3729,0,0,0,45001,ABBEVILLE,SC,,,247,"ABBEVILLE, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45003,AIKEN,SC,,,247,"AIKEN, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45005,ALLENDALE,SC,,,247,"ALLENDALE, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3728,0,0,0,45007,ANDERSON,SC,,,246,"ANDERSON, SC",12,452,SC Green,96,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45009,BAMBERG,SC,,,247,"BAMBERG, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45011,BARNWELL,SC,,,247,"BARNWELL, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45013,BEAUFORT,SC,,,247,"BEAUFORT, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3727,0,0,0,45015,BERKELEY,SC,,,245,"BERKELEY, SC",12,451,SC Charl,95,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45017,CALHOUN,SC,,,247,"CALHOUN, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3727,0,0,0,45019,CHARLESTON,SC,,,245,"CHARLESTON, SC",12,451,SC Charl,95,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3728,0,0,0,45021,CHEROKEE,SC,,,246,"CHEROKEE, SC",12,452,SC Green,96,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45023,CHESTER,SC,,,247,"CHESTER, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45025,CHESTERFIELD,SC,,,247,"CHESTERFIELD, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45027,CLARENDON,SC,,,247,"CLARENDON, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45029,COLLETON,SC,,,247,"COLLETON, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45031,DARLINGTON,SC,,,247,"DARLINGTON, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45033,DILLON,SC,,,247,"DILLON, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3727,0,0,0,45035,DORCHESTER,SC,,,245,"DORCHESTER, SC",12,451,SC Charl,95,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45037,EDGEFIELD,SC,,,247,"EDGEFIELD, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45039,FAIRFIELD,SC,,,247,"FAIRFIELD, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45041,FLORENCE,SC,,,247,"FLORENCE, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45043,GEORGETOWN,SC,,,247,"GEORGETOWN, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3728,0,0,0,45045,GREENVILLE,SC,,,246,"GREENVILLE, SC",12,452,SC Green,96,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45047,GREENWOOD,SC,,,247,"GREENWOOD, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45049,HAMPTON,SC,,,247,"HAMPTON, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45051,HORRY,SC,,,247,"HORRY, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45053,JASPER,SC,,,247,"JASPER, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45055,KERSHAW,SC,,,247,"KERSHAW, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45057,LANCASTER,SC,,,247,"LANCASTER, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3728,0,0,0,45059,LAURENS,SC,,,246,"LAURENS, SC",12,452,SC Green,96,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45061,LEE,SC,,,247,"LEE, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45063,LEXINGTON,SC,,,247,"LEXINGTON, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45065,MCCORMICK,SC,,,247,"MCCORMICK, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45067,MARION,SC,,,247,"MARION, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45069,MARLBORO,SC,,,247,"MARLBORO, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45071,NEWBERRY,SC,,,247,"NEWBERRY, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3728,0,0,0,45073,OCONEE,SC,,,246,"OCONEE, SC",12,452,SC Green,96,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45075,ORANGEBURG,SC,,,247,"ORANGEBURG, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3728,0,0,0,45077,PICKENS,SC,,,246,"PICKENS, SC",12,452,SC Green,96,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45079,RICHLAND,SC,,,247,"RICHLAND, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45081,SALUDA,SC,,,247,"SALUDA, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3728,0,0,0,45083,SPARTANBURG,SC,,,246,"SPARTANBURG, SC",12,452,SC Green,96,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45085,SUMTER,SC,,,247,"SUMTER, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3728,0,0,0,45087,UNION,SC,,,246,"UNION, SC",12,452,SC Green,96,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45089,WILLIAMSBURG,SC,,,247,"WILLIAMSBURG, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3729,0,0,0,45091,YORK,SC,,,247,"YORK, SC",12,459,SC rem,97,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3730,0,0,0,46003,AURORA,SD,,,248,"AURORA, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46005,BEADLE,SD,,,248,"BEADLE, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46007,BENNETT,SD,,,248,"BENNETT, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46009,BON HOMME,SD,,,248,"BON HOMME, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46011,BROOKINGS,SD,,,248,"BROOKINGS, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46013,BROWN,SD,,,248,"BROWN, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46015,BRULE,SD,,,248,"BRULE, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46017,BUFFALO,SD,,,248,"BUFFALO, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46019,BUTTE,SD,,,248,"BUTTE, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46021,CAMPBELL,SD,,,248,"CAMPBELL, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46023,CHARLES MIX,SD,,,248,"CHARLES MIX, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46025,CLARK,SD,,,248,"CLARK, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46027,CLAY,SD,,,248,"CLAY, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46029,CODINGTON,SD,,,248,"CODINGTON, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46031,CORSON,SD,,,248,"CORSON, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46033,CUSTER,SD,,,248,"CUSTER, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46035,DAVISON,SD,,,248,"DAVISON, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46037,DAY,SD,,,248,"DAY, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46039,DEUEL,SD,,,248,"DEUEL, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46041,DEWEY,SD,,,248,"DEWEY, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46043,DOUGLAS,SD,,,248,"DOUGLAS, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46045,EDMUNDS,SD,,,248,"EDMUNDS, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46047,FALL RIVER,SD,,,248,"FALL RIVER, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46049,FAULK,SD,,,248,"FAULK, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46051,GRANT,SD,,,248,"GRANT, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46053,GREGORY,SD,,,248,"GREGORY, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46055,HAAKON,SD,,,248,"HAAKON, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46057,HAMLIN,SD,,,248,"HAMLIN, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46059,HAND,SD,,,248,"HAND, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46061,HANSON,SD,,,248,"HANSON, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46063,HARDING,SD,,,248,"HARDING, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46065,HUGHES,SD,,,248,"HUGHES, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46067,HUTCHINSON,SD,,,248,"HUTCHINSON, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46069,HYDE,SD,,,248,"HYDE, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46071,JACKSON,SD,,,248,"JACKSON, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46073,JERAULD,SD,,,248,"JERAULD, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46075,JONES,SD,,,248,"JONES, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46077,KINGSBURY,SD,,,248,"KINGSBURY, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46079,LAKE,SD,,,248,"LAKE, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46081,LAWRENCE,SD,,,248,"LAWRENCE, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46083,LINCOLN,SD,,,248,"LINCOLN, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46085,LYMAN,SD,,,248,"LYMAN, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46087,MCCOOK,SD,,,248,"MCCOOK, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46089,MCPHERSON,SD,,,248,"MCPHERSON, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46091,MARSHALL,SD,,,248,"MARSHALL, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46093,MEADE,SD,,,248,"MEADE, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46095,MELLETTE,SD,,,248,"MELLETTE, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46097,MINER,SD,,,248,"MINER, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46099,MINNEHAHA,SD,,,248,"MINNEHAHA, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46101,MOODY,SD,,,248,"MOODY, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46102,OGLALA LAKOTA,SD,,,248,"OGLALA LAKOTA, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46103,PENNINGTON,SD,,,248,"PENNINGTON, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46105,PERKINS,SD,,,248,"PERKINS, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46107,POTTER,SD,,,248,"POTTER, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46109,ROBERTS,SD,,,248,"ROBERTS, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46111,SANBORN,SD,,,248,"SANBORN, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46115,SPINK,SD,,,248,"SPINK, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46117,STANLEY,SD,,,248,"STANLEY, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46119,SULLY,SD,,,248,"SULLY, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46121,TODD,SD,,,248,"TODD, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46123,TRIPP,SD,,,248,"TRIPP, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46125,TURNER,SD,,,248,"TURNER, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46127,UNION,SD,,,248,"UNION, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46129,WALWORTH,SD,,,248,"WALWORTH, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46135,YANKTON,SD,,,248,"YANKTON, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3730,0,0,0,46137,ZIEBACH,SD,,,248,"ZIEBACH, SD",12,460,SD,98,United States of America,0,Rest of USA,MidWest,West North Central,2,NATIONAL +3733,0,0,0,47001,ANDERSON,TN,,,251,"ANDERSON, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47003,BEDFORD,TN,,,251,"BEDFORD, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47005,BENTON,TN,,,251,"BENTON, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47007,BLEDSOE,TN,,,251,"BLEDSOE, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47009,BLOUNT,TN,,,251,"BLOUNT, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47011,BRADLEY,TN,,,251,"BRADLEY, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47013,CAMPBELL,TN,,,251,"CAMPBELL, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3732,0,0,0,47015,CANNON,TN,,,250,"CANNON, TN",12,472,TN Nashv,100,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47017,CARROLL,TN,,,251,"CARROLL, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47019,CARTER,TN,,,251,"CARTER, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3732,0,0,0,47021,CHEATHAM,TN,,,250,"CHEATHAM, TN",12,472,TN Nashv,100,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47023,CHESTER,TN,,,251,"CHESTER, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47025,CLAIBORNE,TN,,,251,"CLAIBORNE, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47027,CLAY,TN,,,251,"CLAY, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47029,COCKE,TN,,,251,"COCKE, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47031,COFFEE,TN,,,251,"COFFEE, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47033,CROCKETT,TN,,,251,"CROCKETT, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47035,CUMBERLAND,TN,,,251,"CUMBERLAND, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3732,0,0,0,47037,DAVIDSON,TN,,,250,"DAVIDSON, TN",12,472,TN Nashv,100,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47039,DECATUR,TN,,,251,"DECATUR, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47041,DEKALB,TN,,,251,"DEKALB, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3732,0,0,0,47043,DICKSON,TN,,,250,"DICKSON, TN",12,472,TN Nashv,100,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47045,DYER,TN,,,251,"DYER, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3731,0,0,0,47047,FAYETTE,TN,,,249,"FAYETTE, TN",12,471,TN Memph,99,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47049,FENTRESS,TN,,,251,"FENTRESS, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47051,FRANKLIN,TN,,,251,"FRANKLIN, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47053,GIBSON,TN,,,251,"GIBSON, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47055,GILES,TN,,,251,"GILES, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47057,GRAINGER,TN,,,251,"GRAINGER, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47059,GREENE,TN,,,251,"GREENE, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47061,GRUNDY,TN,,,251,"GRUNDY, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47063,HAMBLEN,TN,,,251,"HAMBLEN, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47065,HAMILTON,TN,,,251,"HAMILTON, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47067,HANCOCK,TN,,,251,"HANCOCK, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47069,HARDEMAN,TN,,,251,"HARDEMAN, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47071,HARDIN,TN,,,251,"HARDIN, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47073,HAWKINS,TN,,,251,"HAWKINS, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47075,HAYWOOD,TN,,,251,"HAYWOOD, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47077,HENDERSON,TN,,,251,"HENDERSON, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47079,HENRY,TN,,,251,"HENRY, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3732,0,0,0,47081,HICKMAN,TN,,,250,"HICKMAN, TN",12,472,TN Nashv,100,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47083,HOUSTON,TN,,,251,"HOUSTON, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47085,HUMPHREYS,TN,,,251,"HUMPHREYS, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47087,JACKSON,TN,,,251,"JACKSON, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47089,JEFFERSON,TN,,,251,"JEFFERSON, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47091,JOHNSON,TN,,,251,"JOHNSON, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47093,KNOX,TN,,,251,"KNOX, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47095,LAKE,TN,,,251,"LAKE, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47097,LAUDERDALE,TN,,,251,"LAUDERDALE, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47099,LAWRENCE,TN,,,251,"LAWRENCE, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47101,LEWIS,TN,,,251,"LEWIS, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47103,LINCOLN,TN,,,251,"LINCOLN, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47105,LOUDON,TN,,,251,"LOUDON, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47107,MCMINN,TN,,,251,"MCMINN, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47109,MCNAIRY,TN,,,251,"MCNAIRY, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3732,0,0,0,47111,MACON,TN,,,250,"MACON, TN",12,472,TN Nashv,100,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47113,MADISON,TN,,,251,"MADISON, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47115,MARION,TN,,,251,"MARION, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47117,MARSHALL,TN,,,251,"MARSHALL, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3732,0,0,0,47119,MAURY,TN,,,250,"MAURY, TN",12,472,TN Nashv,100,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47121,MEIGS,TN,,,251,"MEIGS, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47123,MONROE,TN,,,251,"MONROE, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47125,MONTGOMERY,TN,,,251,"MONTGOMERY, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47127,MOORE,TN,,,251,"MOORE, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47129,MORGAN,TN,,,251,"MORGAN, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47131,OBION,TN,,,251,"OBION, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47133,OVERTON,TN,,,251,"OVERTON, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47135,PERRY,TN,,,251,"PERRY, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47137,PICKETT,TN,,,251,"PICKETT, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47139,POLK,TN,,,251,"POLK, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47141,PUTNAM,TN,,,251,"PUTNAM, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47143,RHEA,TN,,,251,"RHEA, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47145,ROANE,TN,,,251,"ROANE, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3732,0,0,0,47147,ROBERTSON,TN,,,250,"ROBERTSON, TN",12,472,TN Nashv,100,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3732,0,0,0,47149,RUTHERFORD,TN,,,250,"RUTHERFORD, TN",12,472,TN Nashv,100,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47151,SCOTT,TN,,,251,"SCOTT, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47153,SEQUATCHIE,TN,,,251,"SEQUATCHIE, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47155,SEVIER,TN,,,251,"SEVIER, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3731,0,0,0,47157,SHELBY,TN,,,249,"SHELBY, TN",12,471,TN Memph,99,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3732,0,0,0,47159,SMITH,TN,,,250,"SMITH, TN",12,472,TN Nashv,100,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47161,STEWART,TN,,,251,"STEWART, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47163,SULLIVAN,TN,,,251,"SULLIVAN, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3732,0,0,0,47165,SUMNER,TN,,,250,"SUMNER, TN",12,472,TN Nashv,100,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3731,0,0,0,47167,TIPTON,TN,,,249,"TIPTON, TN",12,471,TN Memph,99,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3732,0,0,0,47169,TROUSDALE,TN,,,250,"TROUSDALE, TN",12,472,TN Nashv,100,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47171,UNICOI,TN,,,251,"UNICOI, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47173,UNION,TN,,,251,"UNION, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47175,VAN BUREN,TN,,,251,"VAN BUREN, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47177,WARREN,TN,,,251,"WARREN, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47179,WASHINGTON,TN,,,251,"WASHINGTON, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47181,WAYNE,TN,,,251,"WAYNE, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47183,WEAKLEY,TN,,,251,"WEAKLEY, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3733,0,0,0,47185,WHITE,TN,,,251,"WHITE, TN",12,479,TN rem,101,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3732,0,0,0,47187,WILLIAMSON,TN,,,250,"WILLIAMSON, TN",12,472,TN Nashv,100,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3732,0,0,0,47189,WILSON,TN,,,250,"WILSON, TN",12,472,TN Nashv,100,United States of America,0,Rest of USA,South,East South Central,2,NATIONAL +3742,0,0,0,48001,ANDERSON,TX,,,260,"ANDERSON, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48003,ANDREWS,TX,,,260,"ANDREWS, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48005,ANGELINA,TX,,,260,"ANGELINA, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3736,0,0,0,48007,ARANSAS,TX,,,254,"ARANSAS, TX",12,483,TX Corpu,104,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48009,ARCHER,TX,,,260,"ARCHER, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48011,ARMSTRONG,TX,,,260,"ARMSTRONG, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3741,0,0,0,48013,ATASCOSA,TX,,,259,"ATASCOSA, TX",12,488,TX San A,109,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3739,0,0,0,48015,AUSTIN,TX,,,257,"AUSTIN, TX",12,486,TX Houst,107,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48017,BAILEY,TX,,,260,"BAILEY, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3741,0,0,0,48019,BANDERA,TX,,,259,"BANDERA, TX",12,488,TX San A,109,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3734,0,0,0,48021,BASTROP,TX,,,252,"BASTROP, TX",12,481,TX Austi,102,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48023,BAYLOR,TX,,,260,"BAYLOR, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48025,BEE,TX,,,260,"BEE, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48027,BELL,TX,,,260,"BELL, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3741,0,0,0,48029,BEXAR,TX,,,259,"BEXAR, TX",12,488,TX San A,109,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48031,BLANCO,TX,,,260,"BLANCO, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48033,BORDEN,TX,,,260,"BORDEN, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48035,BOSQUE,TX,,,260,"BOSQUE, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48037,BOWIE,TX,,,260,"BOWIE, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3739,0,0,0,48039,BRAZORIA,TX,,,257,"BRAZORIA, TX",12,486,TX Houst,107,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48041,BRAZOS,TX,,,260,"BRAZOS, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48043,BREWSTER,TX,,,260,"BREWSTER, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48045,BRISCOE,TX,,,260,"BRISCOE, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48047,BROOKS,TX,,,260,"BROOKS, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48049,BROWN,TX,,,260,"BROWN, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48051,BURLESON,TX,,,260,"BURLESON, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48053,BURNET,TX,,,260,"BURNET, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3734,0,0,0,48055,CALDWELL,TX,,,252,"CALDWELL, TX",12,481,TX Austi,102,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48057,CALHOUN,TX,,,260,"CALHOUN, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48059,CALLAHAN,TX,,,260,"CALLAHAN, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48061,CAMERON,TX,,,260,"CAMERON, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48063,CAMP,TX,,,260,"CAMP, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48065,CARSON,TX,,,260,"CARSON, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48067,CASS,TX,,,260,"CASS, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48069,CASTRO,TX,,,260,"CASTRO, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3739,0,0,0,48071,CHAMBERS,TX,,,257,"CHAMBERS, TX",12,486,TX Houst,107,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48073,CHEROKEE,TX,,,260,"CHEROKEE, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48075,CHILDRESS,TX,,,260,"CHILDRESS, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48077,CLAY,TX,,,260,"CLAY, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48079,COCHRAN,TX,,,260,"COCHRAN, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48081,COKE,TX,,,260,"COKE, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48083,COLEMAN,TX,,,260,"COLEMAN, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3737,0,0,0,48085,COLLIN,TX,,,255,"COLLIN, TX",12,484,TX Dalla,105,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48087,COLLINGSWORTH,TX,,,260,"COLLINGSWORTH, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48089,COLORADO,TX,,,260,"COLORADO, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3741,0,0,0,48091,COMAL,TX,,,259,"COMAL, TX",12,488,TX San A,109,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48093,COMANCHE,TX,,,260,"COMANCHE, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48095,CONCHO,TX,,,260,"CONCHO, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3737,0,0,0,48097,COOKE,TX,,,255,"COOKE, TX",12,484,TX Dalla,105,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48099,CORYELL,TX,,,260,"CORYELL, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48101,COTTLE,TX,,,260,"COTTLE, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48103,CRANE,TX,,,260,"CRANE, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48105,CROCKETT,TX,,,260,"CROCKETT, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48107,CROSBY,TX,,,260,"CROSBY, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48109,CULBERSON,TX,,,260,"CULBERSON, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48111,DALLAM,TX,,,260,"DALLAM, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3737,0,0,0,48113,DALLAS,TX,,,255,"DALLAS, TX",12,484,TX Dalla,105,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48115,DAWSON,TX,,,260,"DAWSON, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48117,DEAF SMITH,TX,,,260,"DEAF SMITH, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3737,0,0,0,48119,DELTA,TX,,,255,"DELTA, TX",12,484,TX Dalla,105,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3737,0,0,0,48121,DENTON,TX,,,255,"DENTON, TX",12,484,TX Dalla,105,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48123,DEWITT,TX,,,260,"DEWITT, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48125,DICKENS,TX,,,260,"DICKENS, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48127,DIMMIT,TX,,,260,"DIMMIT, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48129,DONLEY,TX,,,260,"DONLEY, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48131,DUVAL,TX,,,260,"DUVAL, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48133,EASTLAND,TX,,,260,"EASTLAND, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48135,ECTOR,TX,,,260,"ECTOR, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48137,EDWARDS,TX,,,260,"EDWARDS, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3737,0,0,0,48139,ELLIS,TX,,,255,"ELLIS, TX",12,484,TX Dalla,105,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3738,0,0,0,48141,EL PASO,TX,,,256,"EL PASO, TX",12,485,TX El Pa,106,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48143,ERATH,TX,,,260,"ERATH, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48145,FALLS,TX,,,260,"FALLS, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3737,0,0,0,48147,FANNIN,TX,,,255,"FANNIN, TX",12,484,TX Dalla,105,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48149,FAYETTE,TX,,,260,"FAYETTE, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48151,FISHER,TX,,,260,"FISHER, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48153,FLOYD,TX,,,260,"FLOYD, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48155,FOARD,TX,,,260,"FOARD, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3739,0,0,0,48157,FORT BEND,TX,,,257,"FORT BEND, TX",12,486,TX Houst,107,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48159,FRANKLIN,TX,,,260,"FRANKLIN, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48161,FREESTONE,TX,,,260,"FREESTONE, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48163,FRIO,TX,,,260,"FRIO, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48165,GAINES,TX,,,260,"GAINES, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3739,0,0,0,48167,GALVESTON,TX,,,257,"GALVESTON, TX",12,486,TX Houst,107,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48169,GARZA,TX,,,260,"GARZA, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48171,GILLESPIE,TX,,,260,"GILLESPIE, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48173,GLASSCOCK,TX,,,260,"GLASSCOCK, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48175,GOLIAD,TX,,,260,"GOLIAD, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48177,GONZALES,TX,,,260,"GONZALES, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48179,GRAY,TX,,,260,"GRAY, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3737,0,0,0,48181,GRAYSON,TX,,,255,"GRAYSON, TX",12,484,TX Dalla,105,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48183,GREGG,TX,,,260,"GREGG, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48185,GRIMES,TX,,,260,"GRIMES, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3741,0,0,0,48187,GUADALUPE,TX,,,259,"GUADALUPE, TX",12,488,TX San A,109,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48189,HALE,TX,,,260,"HALE, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48191,HALL,TX,,,260,"HALL, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48193,HAMILTON,TX,,,260,"HAMILTON, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48195,HANSFORD,TX,,,260,"HANSFORD, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48197,HARDEMAN,TX,,,260,"HARDEMAN, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3735,0,0,0,48199,HARDIN,TX,,,253,"HARDIN, TX",12,482,TX Beaum,103,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3739,0,0,0,48201,HARRIS,TX,,,257,"HARRIS, TX",12,486,TX Houst,107,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48203,HARRISON,TX,,,260,"HARRISON, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48205,HARTLEY,TX,,,260,"HARTLEY, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48207,HASKELL,TX,,,260,"HASKELL, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3734,0,0,0,48209,HAYS,TX,,,252,"HAYS, TX",12,481,TX Austi,102,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48211,HEMPHILL,TX,,,260,"HEMPHILL, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3737,0,0,0,48213,HENDERSON,TX,,,255,"HENDERSON, TX",12,484,TX Dalla,105,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48215,HIDALGO,TX,,,260,"HIDALGO, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48217,HILL,TX,,,260,"HILL, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48219,HOCKLEY,TX,,,260,"HOCKLEY, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3737,0,0,0,48221,HOOD,TX,,,255,"HOOD, TX",12,484,TX Dalla,105,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48223,HOPKINS,TX,,,260,"HOPKINS, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48225,HOUSTON,TX,,,260,"HOUSTON, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48227,HOWARD,TX,,,260,"HOWARD, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48229,HUDSPETH,TX,,,260,"HUDSPETH, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3737,0,0,0,48231,HUNT,TX,,,255,"HUNT, TX",12,484,TX Dalla,105,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48233,HUTCHINSON,TX,,,260,"HUTCHINSON, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48235,IRION,TX,,,260,"IRION, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48237,JACK,TX,,,260,"JACK, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48239,JACKSON,TX,,,260,"JACKSON, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48241,JASPER,TX,,,260,"JASPER, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48243,JEFF DAVIS,TX,,,260,"JEFF DAVIS, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3735,0,0,0,48245,JEFFERSON,TX,,,253,"JEFFERSON, TX",12,482,TX Beaum,103,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48247,JIM HOGG,TX,,,260,"JIM HOGG, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48249,JIM WELLS,TX,,,260,"JIM WELLS, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3737,0,0,0,48251,JOHNSON,TX,,,255,"JOHNSON, TX",12,484,TX Dalla,105,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48253,JONES,TX,,,260,"JONES, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48255,KARNES,TX,,,260,"KARNES, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3737,0,0,0,48257,KAUFMAN,TX,,,255,"KAUFMAN, TX",12,484,TX Dalla,105,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3741,0,0,0,48259,KENDALL,TX,,,259,"KENDALL, TX",12,488,TX San A,109,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3736,0,0,0,48261,KENEDY,TX,,,254,"KENEDY, TX",12,483,TX Corpu,104,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48263,KENT,TX,,,260,"KENT, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48265,KERR,TX,,,260,"KERR, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48267,KIMBLE,TX,,,260,"KIMBLE, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48269,KING,TX,,,260,"KING, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48271,KINNEY,TX,,,260,"KINNEY, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3736,0,0,0,48273,KLEBERG,TX,,,254,"KLEBERG, TX",12,483,TX Corpu,104,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48275,KNOX,TX,,,260,"KNOX, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48277,LAMAR,TX,,,260,"LAMAR, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48279,LAMB,TX,,,260,"LAMB, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48281,LAMPASAS,TX,,,260,"LAMPASAS, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48283,LA SALLE,TX,,,260,"LA SALLE, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48285,LAVACA,TX,,,260,"LAVACA, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48287,LEE,TX,,,260,"LEE, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48289,LEON,TX,,,260,"LEON, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3739,0,0,0,48291,LIBERTY,TX,,,257,"LIBERTY, TX",12,486,TX Houst,107,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48293,LIMESTONE,TX,,,260,"LIMESTONE, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48295,LIPSCOMB,TX,,,260,"LIPSCOMB, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48297,LIVE OAK,TX,,,260,"LIVE OAK, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48299,LLANO,TX,,,260,"LLANO, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48301,LOVING,TX,,,260,"LOVING, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48303,LUBBOCK,TX,,,260,"LUBBOCK, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48305,LYNN,TX,,,260,"LYNN, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48307,MCCULLOCH,TX,,,260,"MCCULLOCH, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48309,MCLENNAN,TX,,,260,"MCLENNAN, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48311,MCMULLEN,TX,,,260,"MCMULLEN, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48313,MADISON,TX,,,260,"MADISON, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48315,MARION,TX,,,260,"MARION, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48317,MARTIN,TX,,,260,"MARTIN, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48319,MASON,TX,,,260,"MASON, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3739,0,0,0,48321,MATAGORDA,TX,,,257,"MATAGORDA, TX",12,486,TX Houst,107,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48323,MAVERICK,TX,,,260,"MAVERICK, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3741,0,0,0,48325,MEDINA,TX,,,259,"MEDINA, TX",12,488,TX San A,109,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48327,MENARD,TX,,,260,"MENARD, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48329,MIDLAND,TX,,,260,"MIDLAND, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48331,MILAM,TX,,,260,"MILAM, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48333,MILLS,TX,,,260,"MILLS, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48335,MITCHELL,TX,,,260,"MITCHELL, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48337,MONTAGUE,TX,,,260,"MONTAGUE, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3739,0,0,0,48339,MONTGOMERY,TX,,,257,"MONTGOMERY, TX",12,486,TX Houst,107,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48341,MOORE,TX,,,260,"MOORE, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48343,MORRIS,TX,,,260,"MORRIS, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48345,MOTLEY,TX,,,260,"MOTLEY, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48347,NACOGDOCHES,TX,,,260,"NACOGDOCHES, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48349,NAVARRO,TX,,,260,"NAVARRO, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48351,NEWTON,TX,,,260,"NEWTON, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48353,NOLAN,TX,,,260,"NOLAN, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3736,0,0,0,48355,NUECES,TX,,,254,"NUECES, TX",12,483,TX Corpu,104,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48357,OCHILTREE,TX,,,260,"OCHILTREE, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48359,OLDHAM,TX,,,260,"OLDHAM, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3735,0,0,0,48361,ORANGE,TX,,,253,"ORANGE, TX",12,482,TX Beaum,103,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3737,0,0,0,48363,PALO PINTO,TX,,,255,"PALO PINTO, TX",12,484,TX Dalla,105,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48365,PANOLA,TX,,,260,"PANOLA, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3737,0,0,0,48367,PARKER,TX,,,255,"PARKER, TX",12,484,TX Dalla,105,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48369,PARMER,TX,,,260,"PARMER, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48371,PECOS,TX,,,260,"PECOS, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48373,POLK,TX,,,260,"POLK, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48375,POTTER,TX,,,260,"POTTER, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48377,PRESIDIO,TX,,,260,"PRESIDIO, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48379,RAINS,TX,,,260,"RAINS, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48381,RANDALL,TX,,,260,"RANDALL, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48383,REAGAN,TX,,,260,"REAGAN, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48385,REAL,TX,,,260,"REAL, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48387,RED RIVER,TX,,,260,"RED RIVER, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48389,REEVES,TX,,,260,"REEVES, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48391,REFUGIO,TX,,,260,"REFUGIO, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48393,ROBERTS,TX,,,260,"ROBERTS, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48395,ROBERTSON,TX,,,260,"ROBERTSON, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3737,0,0,0,48397,ROCKWALL,TX,,,255,"ROCKWALL, TX",12,484,TX Dalla,105,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48399,RUNNELS,TX,,,260,"RUNNELS, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48401,RUSK,TX,,,260,"RUSK, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48403,SABINE,TX,,,260,"SABINE, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48405,SAN AUGUSTINE,TX,,,260,"SAN AUGUSTINE, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3739,0,0,0,48407,SAN JACINTO,TX,,,257,"SAN JACINTO, TX",12,486,TX Houst,107,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3736,0,0,0,48409,SAN PATRICIO,TX,,,254,"SAN PATRICIO, TX",12,483,TX Corpu,104,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48411,SAN SABA,TX,,,260,"SAN SABA, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48413,SCHLEICHER,TX,,,260,"SCHLEICHER, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48415,SCURRY,TX,,,260,"SCURRY, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48417,SHACKELFORD,TX,,,260,"SHACKELFORD, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48419,SHELBY,TX,,,260,"SHELBY, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48421,SHERMAN,TX,,,260,"SHERMAN, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48423,SMITH,TX,,,260,"SMITH, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3737,0,0,0,48425,SOMERVELL,TX,,,255,"SOMERVELL, TX",12,484,TX Dalla,105,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48427,STARR,TX,,,260,"STARR, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48429,STEPHENS,TX,,,260,"STEPHENS, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48431,STERLING,TX,,,260,"STERLING, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48433,STONEWALL,TX,,,260,"STONEWALL, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48435,SUTTON,TX,,,260,"SUTTON, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48437,SWISHER,TX,,,260,"SWISHER, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3737,0,0,0,48439,TARRANT,TX,,,255,"TARRANT, TX",12,484,TX Dalla,105,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48441,TAYLOR,TX,,,260,"TAYLOR, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48443,TERRELL,TX,,,260,"TERRELL, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48445,TERRY,TX,,,260,"TERRY, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48447,THROCKMORTON,TX,,,260,"THROCKMORTON, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48449,TITUS,TX,,,260,"TITUS, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48451,TOM GREEN,TX,,,260,"TOM GREEN, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3734,0,0,0,48453,TRAVIS,TX,,,252,"TRAVIS, TX",12,481,TX Austi,102,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48455,TRINITY,TX,,,260,"TRINITY, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48457,TYLER,TX,,,260,"TYLER, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48459,UPSHUR,TX,,,260,"UPSHUR, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48461,UPTON,TX,,,260,"UPTON, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48463,UVALDE,TX,,,260,"UVALDE, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48465,VAL VERDE,TX,,,260,"VAL VERDE, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48467,VAN ZANDT,TX,,,260,"VAN ZANDT, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48469,VICTORIA,TX,,,260,"VICTORIA, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3739,0,0,0,48471,WALKER,TX,,,257,"WALKER, TX",12,486,TX Houst,107,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3739,0,0,0,48473,WALLER,TX,,,257,"WALLER, TX",12,486,TX Houst,107,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48475,WARD,TX,,,260,"WARD, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48477,WASHINGTON,TX,,,260,"WASHINGTON, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3740,0,0,0,48479,WEBB,TX,,,258,"WEBB, TX",12,487,TX Lared,108,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48481,WHARTON,TX,,,260,"WHARTON, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48483,WHEELER,TX,,,260,"WHEELER, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48485,WICHITA,TX,,,260,"WICHITA, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48487,WILBARGER,TX,,,260,"WILBARGER, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48489,WILLACY,TX,,,260,"WILLACY, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3734,0,0,0,48491,WILLIAMSON,TX,,,252,"WILLIAMSON, TX",12,481,TX Austi,102,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3741,0,0,0,48493,WILSON,TX,,,259,"WILSON, TX",12,488,TX San A,109,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48495,WINKLER,TX,,,260,"WINKLER, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3737,0,0,0,48497,WISE,TX,,,255,"WISE, TX",12,484,TX Dalla,105,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48499,WOOD,TX,,,260,"WOOD, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48501,YOAKUM,TX,,,260,"YOAKUM, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48503,YOUNG,TX,,,260,"YOUNG, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48505,ZAPATA,TX,,,260,"ZAPATA, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3742,0,0,0,48507,ZAVALA,TX,,,260,"ZAVALA, TX",12,489,TX rem,110,United States of America,0,Rest of USA,South,West South Central,2,NATIONAL +3744,0,0,0,49001,BEAVER,UT,,,262,"BEAVER, UT",12,499,UT rem,112,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3743,0,0,0,49003,BOX ELDER,UT,,,261,"BOX ELDER, UT",12,491,UT Salt,111,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3744,0,0,0,49005,CACHE,UT,,,262,"CACHE, UT",12,499,UT rem,112,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3744,0,0,0,49007,CARBON,UT,,,262,"CARBON, UT",12,499,UT rem,112,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3744,0,0,0,49009,DAGGETT,UT,,,262,"DAGGETT, UT",12,499,UT rem,112,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3743,0,0,0,49011,DAVIS,UT,,,261,"DAVIS, UT",12,491,UT Salt,111,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3744,0,0,0,49013,DUCHESNE,UT,,,262,"DUCHESNE, UT",12,499,UT rem,112,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3744,0,0,0,49015,EMERY,UT,,,262,"EMERY, UT",12,499,UT rem,112,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3744,0,0,0,49017,GARFIELD,UT,,,262,"GARFIELD, UT",12,499,UT rem,112,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3744,0,0,0,49019,GRAND,UT,,,262,"GRAND, UT",12,499,UT rem,112,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3744,0,0,0,49021,IRON,UT,,,262,"IRON, UT",12,499,UT rem,112,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3744,0,0,0,49023,JUAB,UT,,,262,"JUAB, UT",12,499,UT rem,112,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3744,0,0,0,49025,KANE,UT,,,262,"KANE, UT",12,499,UT rem,112,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3744,0,0,0,49027,MILLARD,UT,,,262,"MILLARD, UT",12,499,UT rem,112,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3743,0,0,0,49029,MORGAN,UT,,,261,"MORGAN, UT",12,491,UT Salt,111,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3744,0,0,0,49031,PIUTE,UT,,,262,"PIUTE, UT",12,499,UT rem,112,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3744,0,0,0,49033,RICH,UT,,,262,"RICH, UT",12,499,UT rem,112,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3743,0,0,0,49035,SALT LAKE,UT,,,261,"SALT LAKE, UT",12,491,UT Salt,111,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3744,0,0,0,49037,SAN JUAN,UT,,,262,"SAN JUAN, UT",12,499,UT rem,112,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3744,0,0,0,49039,SANPETE,UT,,,262,"SANPETE, UT",12,499,UT rem,112,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3744,0,0,0,49041,SEVIER,UT,,,262,"SEVIER, UT",12,499,UT rem,112,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3743,0,0,0,49043,SUMMIT,UT,,,261,"SUMMIT, UT",12,491,UT Salt,111,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3743,0,0,0,49045,TOOELE,UT,,,261,"TOOELE, UT",12,491,UT Salt,111,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3744,0,0,0,49047,UINTAH,UT,,,262,"UINTAH, UT",12,499,UT rem,112,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3744,0,0,0,49049,UTAH,UT,,,262,"UTAH, UT",12,499,UT rem,112,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3743,0,0,0,49051,WASATCH,UT,,,261,"WASATCH, UT",12,491,UT Salt,111,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3744,0,0,0,49053,WASHINGTON,UT,,,262,"WASHINGTON, UT",12,499,UT rem,112,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3744,0,0,0,49055,WAYNE,UT,,,262,"WAYNE, UT",12,499,UT rem,112,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3743,0,0,0,49057,WEBER,UT,,,261,"WEBER, UT",12,491,UT Salt,111,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3745,0,0,0,50001,ADDISON,VT,,,263,"ADDISON, VT",12,500,VT,113,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3745,0,0,0,50003,BENNINGTON,VT,,,263,"BENNINGTON, VT",12,500,VT,113,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3745,0,0,0,50005,CALEDONIA,VT,,,263,"CALEDONIA, VT",12,500,VT,113,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3745,0,0,0,50007,CHITTENDEN,VT,,,263,"CHITTENDEN, VT",12,500,VT,113,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3745,0,0,0,50009,ESSEX,VT,,,263,"ESSEX, VT",12,500,VT,113,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3745,0,0,0,50011,FRANKLIN,VT,,,263,"FRANKLIN, VT",12,500,VT,113,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3745,0,0,0,50013,GRAND ISLE,VT,,,263,"GRAND ISLE, VT",12,500,VT,113,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3745,0,0,0,50015,LAMOILLE,VT,,,263,"LAMOILLE, VT",12,500,VT,113,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3745,0,0,0,50017,ORANGE,VT,,,263,"ORANGE, VT",12,500,VT,113,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3745,0,0,0,50019,ORLEANS,VT,,,263,"ORLEANS, VT",12,500,VT,113,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3745,0,0,0,50021,RUTLAND,VT,,,263,"RUTLAND, VT",12,500,VT,113,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3745,0,0,0,50023,WASHINGTON,VT,,,263,"WASHINGTON, VT",12,500,VT,113,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3745,0,0,0,50025,WINDHAM,VT,,,263,"WINDHAM, VT",12,500,VT,113,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3745,0,0,0,50027,WINDSOR,VT,,,263,"WINDSOR, VT",12,500,VT,113,United States of America,0,Rest of USA,NorthEast,New England,2,NATIONAL +3749,0,0,0,51001,ACCOMACK,VA,,,267,"ACCOMACK, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51003,ALBEMARLE,VA,,,267,"ALBEMARLE, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51005,ALLEGHANY,VA,,,267,"ALLEGHANY, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3746,0,0,0,51007,AMELIA,VA,,,264,"AMELIA, VA",12,511,VA Richm,114,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51009,AMHERST,VA,,,267,"AMHERST, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51011,APPOMATTOX,VA,,,267,"APPOMATTOX, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3748,0,0,0,51013,ARLINGTON,VA,,,266,"ARLINGTON, VA",12,513,VA Washi,116,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51015,AUGUSTA,VA,,,267,"AUGUSTA, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51017,BATH,VA,,,267,"BATH, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51019,BEDFORD,VA,,,267,"BEDFORD, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51021,BLAND,VA,,,267,"BLAND, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51023,BOTETOURT,VA,,,267,"BOTETOURT, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51025,BRUNSWICK,VA,,,267,"BRUNSWICK, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51027,BUCHANAN,VA,,,267,"BUCHANAN, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51029,BUCKINGHAM,VA,,,267,"BUCKINGHAM, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51031,CAMPBELL,VA,,,267,"CAMPBELL, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3746,0,0,0,51033,CAROLINE,VA,,,264,"CAROLINE, VA",12,511,VA Richm,114,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51035,CARROLL,VA,,,267,"CARROLL, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3746,0,0,0,51036,CHARLES CITY,VA,,,264,"CHARLES CITY, VA",12,511,VA Richm,114,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51037,CHARLOTTE,VA,,,267,"CHARLOTTE, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3746,0,0,0,51041,CHESTERFIELD,VA,,,264,"CHESTERFIELD, VA",12,511,VA Richm,114,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3748,0,0,0,51043,CLARKE,VA,,,266,"CLARKE, VA",12,513,VA Washi,116,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51045,CRAIG,VA,,,267,"CRAIG, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3748,0,0,0,51047,CULPEPER,VA,,,266,"CULPEPER, VA",12,513,VA Washi,116,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3746,0,0,0,51049,CUMBERLAND,VA,,,264,"CUMBERLAND, VA",12,511,VA Richm,114,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51051,DICKENSON,VA,,,267,"DICKENSON, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3746,0,0,0,51053,DINWIDDIE,VA,,,264,"DINWIDDIE, VA",12,511,VA Richm,114,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51057,ESSEX,VA,,,267,"ESSEX, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3748,0,0,0,51059,FAIRFAX,VA,,,266,"FAIRFAX, VA",12,513,VA Washi,116,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3748,0,0,0,51061,FAUQUIER,VA,,,266,"FAUQUIER, VA",12,513,VA Washi,116,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51063,FLOYD,VA,,,267,"FLOYD, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51065,FLUVANNA,VA,,,267,"FLUVANNA, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51067,FRANKLIN,VA,,,267,"FRANKLIN, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3748,0,0,0,51069,FREDERICK,VA,,,266,"FREDERICK, VA",12,513,VA Washi,116,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51071,GILES,VA,,,267,"GILES, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3747,0,0,0,51073,GLOUCESTER,VA,,,265,"GLOUCESTER, VA",12,512,VA Virgi,115,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3746,0,0,0,51075,GOOCHLAND,VA,,,264,"GOOCHLAND, VA",12,511,VA Richm,114,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51077,GRAYSON,VA,,,267,"GRAYSON, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51079,GREENE,VA,,,267,"GREENE, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51081,GREENSVILLE,VA,,,267,"GREENSVILLE, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51083,HALIFAX,VA,,,267,"HALIFAX, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3746,0,0,0,51085,HANOVER,VA,,,264,"HANOVER, VA",12,511,VA Richm,114,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3746,0,0,0,51087,HENRICO,VA,,,264,"HENRICO, VA",12,511,VA Richm,114,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51089,HENRY,VA,,,267,"HENRY, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51091,HIGHLAND,VA,,,267,"HIGHLAND, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3747,0,0,0,51093,ISLE OF WIGHT,VA,,,265,"ISLE OF WIGHT, VA",12,512,VA Virgi,115,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3747,0,0,0,51095,JAMES CITY,VA,,,265,"JAMES CITY, VA",12,512,VA Virgi,115,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3746,0,0,0,51097,KING AND QUEEN,VA,,,264,"KING AND QUEEN, VA",12,511,VA Richm,114,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51099,KING GEORGE,VA,,,267,"KING GEORGE, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3746,0,0,0,51101,KING WILLIAM,VA,,,264,"KING WILLIAM, VA",12,511,VA Richm,114,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51103,LANCASTER,VA,,,267,"LANCASTER, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51105,LEE,VA,,,267,"LEE, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3748,0,0,0,51107,LOUDOUN,VA,,,266,"LOUDOUN, VA",12,513,VA Washi,116,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3746,0,0,0,51109,LOUISA,VA,,,264,"LOUISA, VA",12,511,VA Richm,114,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51111,LUNENBURG,VA,,,267,"LUNENBURG, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51113,MADISON,VA,,,267,"MADISON, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3747,0,0,0,51115,MATHEWS,VA,,,265,"MATHEWS, VA",12,512,VA Virgi,115,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51117,MECKLENBURG,VA,,,267,"MECKLENBURG, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51119,MIDDLESEX,VA,,,267,"MIDDLESEX, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51121,MONTGOMERY,VA,,,267,"MONTGOMERY, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51125,NELSON,VA,,,267,"NELSON, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3746,0,0,0,51127,NEW KENT,VA,,,264,"NEW KENT, VA",12,511,VA Richm,114,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51131,NORTHAMPTON,VA,,,267,"NORTHAMPTON, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51133,NORTHUMBERLAND,VA,,,267,"NORTHUMBERLAND, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51135,NOTTOWAY,VA,,,267,"NOTTOWAY, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51137,ORANGE,VA,,,267,"ORANGE, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51139,PAGE,VA,,,267,"PAGE, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51141,PATRICK,VA,,,267,"PATRICK, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51143,PITTSYLVANIA,VA,,,267,"PITTSYLVANIA, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3746,0,0,0,51145,POWHATAN,VA,,,264,"POWHATAN, VA",12,511,VA Richm,114,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51147,PRINCE EDWARD,VA,,,267,"PRINCE EDWARD, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3746,0,0,0,51149,PRINCE GEORGE,VA,,,264,"PRINCE GEORGE, VA",12,511,VA Richm,114,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3748,0,0,0,51153,PRINCE WILLIAM,VA,,,266,"PRINCE WILLIAM, VA",12,513,VA Washi,116,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51155,PULASKI,VA,,,267,"PULASKI, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51157,RAPPAHANNOCK,VA,,,267,"RAPPAHANNOCK, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51159,RICHMOND,VA,,,267,"RICHMOND, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51161,ROANOKE,VA,,,267,"ROANOKE, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51163,ROCKBRIDGE,VA,,,267,"ROCKBRIDGE, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51165,ROCKINGHAM,VA,,,267,"ROCKINGHAM, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51167,RUSSELL,VA,,,267,"RUSSELL, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51169,SCOTT,VA,,,267,"SCOTT, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51171,SHENANDOAH,VA,,,267,"SHENANDOAH, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51173,SMYTH,VA,,,267,"SMYTH, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51175,SOUTHAMPTON,VA,,,267,"SOUTHAMPTON, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3748,0,0,0,51177,SPOTSYLVANIA,VA,,,266,"SPOTSYLVANIA, VA",12,513,VA Washi,116,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3748,0,0,0,51179,STAFFORD,VA,,,266,"STAFFORD, VA",12,513,VA Washi,116,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3747,0,0,0,51181,SURRY,VA,,,265,"SURRY, VA",12,512,VA Virgi,115,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3746,0,0,0,51183,SUSSEX,VA,,,264,"SUSSEX, VA",12,511,VA Richm,114,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51185,TAZEWELL,VA,,,267,"TAZEWELL, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3748,0,0,0,51187,WARREN,VA,,,266,"WARREN, VA",12,513,VA Washi,116,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51191,WASHINGTON,VA,,,267,"WASHINGTON, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51193,WESTMORELAND,VA,,,267,"WESTMORELAND, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51195,WISE,VA,,,267,"WISE, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51197,WYTHE,VA,,,267,"WYTHE, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3747,0,0,0,51199,YORK,VA,,,265,"YORK, VA",12,512,VA Virgi,115,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3748,0,0,0,51510,ALEXANDRIA,VA,,,266,"ALEXANDRIA, VA",12,513,VA Washi,116,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51520,BRISTOL,VA,,,267,"BRISTOL, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51530,BUENA VISTA,VA,,,267,"BUENA VISTA, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51540,CHARLOTTESVILLE,VA,,,267,"CHARLOTTESVILLE, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3747,0,0,0,51550,CHESAPEAKE,VA,,,265,"CHESAPEAKE, VA",12,512,VA Virgi,115,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3746,0,0,0,51570,COLONIAL HEIGHTS,VA,,,264,"COLONIAL HEIGHTS, VA",12,511,VA Richm,114,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51580,COVINGTON,VA,,,267,"COVINGTON, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51590,DANVILLE,VA,,,267,"DANVILLE, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51595,EMPORIA,VA,,,267,"EMPORIA, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3748,0,0,0,51600,FAIRFAX,VA,,,266,"FAIRFAX, VA",12,513,VA Washi,116,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3748,0,0,0,51610,FALLS CHURCH,VA,,,266,"FALLS CHURCH, VA",12,513,VA Washi,116,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51620,FRANKLIN,VA,,,267,"FRANKLIN, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3748,0,0,0,51630,FREDERICKSBURG,VA,,,266,"FREDERICKSBURG, VA",12,513,VA Washi,116,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51640,GALAX,VA,,,267,"GALAX, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3747,0,0,0,51650,HAMPTON,VA,,,265,"HAMPTON, VA",12,512,VA Virgi,115,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51660,HARRISONBURG,VA,,,267,"HARRISONBURG, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3746,0,0,0,51670,HOPEWELL,VA,,,264,"HOPEWELL, VA",12,511,VA Richm,114,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51678,LEXINGTON,VA,,,267,"LEXINGTON, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51680,LYNCHBURG,VA,,,267,"LYNCHBURG, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3748,0,0,0,51683,MANASSAS,VA,,,266,"MANASSAS, VA",12,513,VA Washi,116,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3748,0,0,0,51685,MANASSAS PARK,VA,,,266,"MANASSAS PARK, VA",12,513,VA Washi,116,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51690,MARTINSVILLE,VA,,,267,"MARTINSVILLE, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3747,0,0,0,51700,NEWPORT NEWS,VA,,,265,"NEWPORT NEWS, VA",12,512,VA Virgi,115,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3747,0,0,0,51710,NORFOLK,VA,,,265,"NORFOLK, VA",12,512,VA Virgi,115,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51720,NORTON,VA,,,267,"NORTON, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3746,0,0,0,51730,PETERSBURG,VA,,,264,"PETERSBURG, VA",12,511,VA Richm,114,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3747,0,0,0,51735,POQUOSON,VA,,,265,"POQUOSON, VA",12,512,VA Virgi,115,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3747,0,0,0,51740,PORTSMOUTH,VA,,,265,"PORTSMOUTH, VA",12,512,VA Virgi,115,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51750,RADFORD,VA,,,267,"RADFORD, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3746,0,0,0,51760,RICHMOND,VA,,,264,"RICHMOND, VA",12,511,VA Richm,114,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51770,ROANOKE,VA,,,267,"ROANOKE, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51775,SALEM,VA,,,267,"SALEM, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51790,STAUNTON,VA,,,267,"STAUNTON, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3747,0,0,0,51800,SUFFOLK,VA,,,265,"SUFFOLK, VA",12,512,VA Virgi,115,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3747,0,0,0,51810,VIRGINIA BEACH,VA,,,265,"VIRGINIA BEACH, VA",12,512,VA Virgi,115,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3749,0,0,0,51820,WAYNESBORO,VA,,,267,"WAYNESBORO, VA",12,519,VA rem,117,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3747,0,0,0,51830,WILLIAMSBURG,VA,,,265,"WILLIAMSBURG, VA",12,512,VA Virgi,115,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3748,0,0,0,51840,WINCHESTER,VA,,,266,"WINCHESTER, VA",12,513,VA Washi,116,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3751,0,0,0,53001,ADAMS,WA,,,269,"ADAMS, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53003,ASOTIN,WA,,,269,"ASOTIN, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53005,BENTON,WA,,,269,"BENTON, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53007,CHELAN,WA,,,269,"CHELAN, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53009,CLALLAM,WA,,,269,"CLALLAM, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53011,CLARK,WA,,,269,"CLARK, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53013,COLUMBIA,WA,,,269,"COLUMBIA, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53015,COWLITZ,WA,,,269,"COWLITZ, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53017,DOUGLAS,WA,,,269,"DOUGLAS, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53019,FERRY,WA,,,269,"FERRY, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53021,FRANKLIN,WA,,,269,"FRANKLIN, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53023,GARFIELD,WA,,,269,"GARFIELD, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53025,GRANT,WA,,,269,"GRANT, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53027,GRAYS HARBOR,WA,,,269,"GRAYS HARBOR, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3750,0,0,0,53029,ISLAND,WA,,,268,"ISLAND, WA",12,531,WA Seatt,118,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53031,JEFFERSON,WA,,,269,"JEFFERSON, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3750,0,0,0,53033,KING,WA,,,268,"KING, WA",12,531,WA Seatt,118,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3750,0,0,0,53035,KITSAP,WA,,,268,"KITSAP, WA",12,531,WA Seatt,118,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53037,KITTITAS,WA,,,269,"KITTITAS, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53039,KLICKITAT,WA,,,269,"KLICKITAT, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53041,LEWIS,WA,,,269,"LEWIS, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53043,LINCOLN,WA,,,269,"LINCOLN, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3750,0,0,0,53045,MASON,WA,,,268,"MASON, WA",12,531,WA Seatt,118,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53047,OKANOGAN,WA,,,269,"OKANOGAN, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53049,PACIFIC,WA,,,269,"PACIFIC, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53051,PEND OREILLE,WA,,,269,"PEND OREILLE, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3750,0,0,0,53053,PIERCE,WA,,,268,"PIERCE, WA",12,531,WA Seatt,118,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53055,SAN JUAN,WA,,,269,"SAN JUAN, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3750,0,0,0,53057,SKAGIT,WA,,,268,"SKAGIT, WA",12,531,WA Seatt,118,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53059,SKAMANIA,WA,,,269,"SKAMANIA, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3750,0,0,0,53061,SNOHOMISH,WA,,,268,"SNOHOMISH, WA",12,531,WA Seatt,118,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53063,SPOKANE,WA,,,269,"SPOKANE, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53065,STEVENS,WA,,,269,"STEVENS, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3750,0,0,0,53067,THURSTON,WA,,,268,"THURSTON, WA",12,531,WA Seatt,118,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53069,WAHKIAKUM,WA,,,269,"WAHKIAKUM, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53071,WALLA WALLA,WA,,,269,"WALLA WALLA, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53073,WHATCOM,WA,,,269,"WHATCOM, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53075,WHITMAN,WA,,,269,"WHITMAN, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3751,0,0,0,53077,YAKIMA,WA,,,269,"YAKIMA, WA",12,539,WA rem,119,United States of America,0,Rest of USA,West,Pacific,2,NATIONAL +3752,0,0,0,54001,BARBOUR,WV,,,270,"BARBOUR, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54003,BERKELEY,WV,,,270,"BERKELEY, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54005,BOONE,WV,,,270,"BOONE, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54007,BRAXTON,WV,,,270,"BRAXTON, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54009,BROOKE,WV,,,270,"BROOKE, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54011,CABELL,WV,,,270,"CABELL, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54013,CALHOUN,WV,,,270,"CALHOUN, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54015,CLAY,WV,,,270,"CLAY, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54017,DODDRIDGE,WV,,,270,"DODDRIDGE, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54019,FAYETTE,WV,,,270,"FAYETTE, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54021,GILMER,WV,,,270,"GILMER, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54023,GRANT,WV,,,270,"GRANT, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54025,GREENBRIER,WV,,,270,"GREENBRIER, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54027,HAMPSHIRE,WV,,,270,"HAMPSHIRE, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54029,HANCOCK,WV,,,270,"HANCOCK, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54031,HARDY,WV,,,270,"HARDY, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54033,HARRISON,WV,,,270,"HARRISON, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54035,JACKSON,WV,,,270,"JACKSON, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54037,JEFFERSON,WV,,,270,"JEFFERSON, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54039,KANAWHA,WV,,,270,"KANAWHA, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54041,LEWIS,WV,,,270,"LEWIS, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54043,LINCOLN,WV,,,270,"LINCOLN, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54045,LOGAN,WV,,,270,"LOGAN, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54047,MCDOWELL,WV,,,270,"MCDOWELL, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54049,MARION,WV,,,270,"MARION, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54051,MARSHALL,WV,,,270,"MARSHALL, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54053,MASON,WV,,,270,"MASON, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54055,MERCER,WV,,,270,"MERCER, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54057,MINERAL,WV,,,270,"MINERAL, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54059,MINGO,WV,,,270,"MINGO, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54061,MONONGALIA,WV,,,270,"MONONGALIA, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54063,MONROE,WV,,,270,"MONROE, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54065,MORGAN,WV,,,270,"MORGAN, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54067,NICHOLAS,WV,,,270,"NICHOLAS, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54069,OHIO,WV,,,270,"OHIO, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54071,PENDLETON,WV,,,270,"PENDLETON, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54073,PLEASANTS,WV,,,270,"PLEASANTS, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54075,POCAHONTAS,WV,,,270,"POCAHONTAS, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54077,PRESTON,WV,,,270,"PRESTON, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54079,PUTNAM,WV,,,270,"PUTNAM, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54081,RALEIGH,WV,,,270,"RALEIGH, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54083,RANDOLPH,WV,,,270,"RANDOLPH, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54085,RITCHIE,WV,,,270,"RITCHIE, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54087,ROANE,WV,,,270,"ROANE, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54089,SUMMERS,WV,,,270,"SUMMERS, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54091,TAYLOR,WV,,,270,"TAYLOR, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54093,TUCKER,WV,,,270,"TUCKER, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54095,TYLER,WV,,,270,"TYLER, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54097,UPSHUR,WV,,,270,"UPSHUR, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54099,WAYNE,WV,,,270,"WAYNE, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54101,WEBSTER,WV,,,270,"WEBSTER, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54103,WETZEL,WV,,,270,"WETZEL, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54105,WIRT,WV,,,270,"WIRT, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54107,WOOD,WV,,,270,"WOOD, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3752,0,0,0,54109,WYOMING,WV,,,270,"WYOMING, WV",12,540,WV,120,United States of America,0,Rest of USA,South,South Atlantic,2,NATIONAL +3754,0,0,0,55001,ADAMS,WI,,,272,"ADAMS, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55003,ASHLAND,WI,,,272,"ASHLAND, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55005,BARRON,WI,,,272,"BARRON, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55007,BAYFIELD,WI,,,272,"BAYFIELD, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55009,BROWN,WI,,,272,"BROWN, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55011,BUFFALO,WI,,,272,"BUFFALO, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55013,BURNETT,WI,,,272,"BURNETT, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55015,CALUMET,WI,,,272,"CALUMET, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55017,CHIPPEWA,WI,,,272,"CHIPPEWA, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55019,CLARK,WI,,,272,"CLARK, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55021,COLUMBIA,WI,,,272,"COLUMBIA, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55023,CRAWFORD,WI,,,272,"CRAWFORD, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55025,DANE,WI,,,272,"DANE, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55027,DODGE,WI,,,272,"DODGE, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55029,DOOR,WI,,,272,"DOOR, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55031,DOUGLAS,WI,,,272,"DOUGLAS, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55033,DUNN,WI,,,272,"DUNN, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55035,EAU CLAIRE,WI,,,272,"EAU CLAIRE, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55037,FLORENCE,WI,,,272,"FLORENCE, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55039,FOND DU LAC,WI,,,272,"FOND DU LAC, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55041,FOREST,WI,,,272,"FOREST, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55043,GRANT,WI,,,272,"GRANT, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55045,GREEN,WI,,,272,"GREEN, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55047,GREEN LAKE,WI,,,272,"GREEN LAKE, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55049,IOWA,WI,,,272,"IOWA, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55051,IRON,WI,,,272,"IRON, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55053,JACKSON,WI,,,272,"JACKSON, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55055,JEFFERSON,WI,,,272,"JEFFERSON, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55057,JUNEAU,WI,,,272,"JUNEAU, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55061,KEWAUNEE,WI,,,272,"KEWAUNEE, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55063,LA CROSSE,WI,,,272,"LA CROSSE, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55065,LAFAYETTE,WI,,,272,"LAFAYETTE, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55067,LANGLADE,WI,,,272,"LANGLADE, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55069,LINCOLN,WI,,,272,"LINCOLN, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55071,MANITOWOC,WI,,,272,"MANITOWOC, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55073,MARATHON,WI,,,272,"MARATHON, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55075,MARINETTE,WI,,,272,"MARINETTE, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55077,MARQUETTE,WI,,,272,"MARQUETTE, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55078,MENOMINEE,WI,,,272,"MENOMINEE, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3753,0,0,0,55079,MILWAUKEE,WI,,,271,"MILWAUKEE, WI",12,551,WI Milwa,121,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55081,MONROE,WI,,,272,"MONROE, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55083,OCONTO,WI,,,272,"OCONTO, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55085,ONEIDA,WI,,,272,"ONEIDA, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55087,OUTAGAMIE,WI,,,272,"OUTAGAMIE, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3753,0,0,0,55089,OZAUKEE,WI,,,271,"OZAUKEE, WI",12,551,WI Milwa,121,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55091,PEPIN,WI,,,272,"PEPIN, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55093,PIERCE,WI,,,272,"PIERCE, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55095,POLK,WI,,,272,"POLK, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55097,PORTAGE,WI,,,272,"PORTAGE, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55099,PRICE,WI,,,272,"PRICE, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55103,RICHLAND,WI,,,272,"RICHLAND, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55105,ROCK,WI,,,272,"ROCK, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55107,RUSK,WI,,,272,"RUSK, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55109,ST. CROIX,WI,,,272,"ST. CROIX, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55111,SAUK,WI,,,272,"SAUK, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55113,SAWYER,WI,,,272,"SAWYER, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55115,SHAWANO,WI,,,272,"SHAWANO, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55117,SHEBOYGAN,WI,,,272,"SHEBOYGAN, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55119,TAYLOR,WI,,,272,"TAYLOR, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55121,TREMPEALEAU,WI,,,272,"TREMPEALEAU, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55123,VERNON,WI,,,272,"VERNON, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55125,VILAS,WI,,,272,"VILAS, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55129,WASHBURN,WI,,,272,"WASHBURN, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3753,0,0,0,55131,WASHINGTON,WI,,,271,"WASHINGTON, WI",12,551,WI Milwa,121,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3753,0,0,0,55133,WAUKESHA,WI,,,271,"WAUKESHA, WI",12,551,WI Milwa,121,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55135,WAUPACA,WI,,,272,"WAUPACA, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55137,WAUSHARA,WI,,,272,"WAUSHARA, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55139,WINNEBAGO,WI,,,272,"WINNEBAGO, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3754,0,0,0,55141,WOOD,WI,,,272,"WOOD, WI",12,559,WI rem,122,United States of America,0,Rest of USA,MidWest,East North Central,2,NATIONAL +3755,0,0,0,56001,ALBANY,WY,,,273,"ALBANY, WY",12,560,WY,123,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3755,0,0,0,56003,BIG HORN,WY,,,273,"BIG HORN, WY",12,560,WY,123,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3755,0,0,0,56005,CAMPBELL,WY,,,273,"CAMPBELL, WY",12,560,WY,123,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3755,0,0,0,56007,CARBON,WY,,,273,"CARBON, WY",12,560,WY,123,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3755,0,0,0,56009,CONVERSE,WY,,,273,"CONVERSE, WY",12,560,WY,123,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3755,0,0,0,56011,CROOK,WY,,,273,"CROOK, WY",12,560,WY,123,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3755,0,0,0,56013,FREMONT,WY,,,273,"FREMONT, WY",12,560,WY,123,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3755,0,0,0,56015,GOSHEN,WY,,,273,"GOSHEN, WY",12,560,WY,123,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3755,0,0,0,56017,HOT SPRINGS,WY,,,273,"HOT SPRINGS, WY",12,560,WY,123,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3755,0,0,0,56019,JOHNSON,WY,,,273,"JOHNSON, WY",12,560,WY,123,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3755,0,0,0,56021,LARAMIE,WY,,,273,"LARAMIE, WY",12,560,WY,123,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3755,0,0,0,56023,LINCOLN,WY,,,273,"LINCOLN, WY",12,560,WY,123,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3755,0,0,0,56025,NATRONA,WY,,,273,"NATRONA, WY",12,560,WY,123,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3755,0,0,0,56027,NIOBRARA,WY,,,273,"NIOBRARA, WY",12,560,WY,123,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3755,0,0,0,56029,PARK,WY,,,273,"PARK, WY",12,560,WY,123,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3755,0,0,0,56031,PLATTE,WY,,,273,"PLATTE, WY",12,560,WY,123,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3755,0,0,0,56033,SHERIDAN,WY,,,273,"SHERIDAN, WY",12,560,WY,123,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3755,0,0,0,56035,SUBLETTE,WY,,,273,"SUBLETTE, WY",12,560,WY,123,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3755,0,0,0,56037,SWEETWATER,WY,,,273,"SWEETWATER, WY",12,560,WY,123,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3755,0,0,0,56039,TETON,WY,,,273,"TETON, WY",12,560,WY,123,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3755,0,0,0,56041,UINTA,WY,,,273,"UINTA, WY",12,560,WY,123,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3755,0,0,0,56043,WASHAKIE,WY,,,273,"WASHAKIE, WY",12,560,WY,123,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3755,0,0,0,56045,WESTON,WY,,,273,"WESTON, WY",12,560,WY,123,United States of America,0,Rest of USA,West,Mountain,2,NATIONAL +3756,0,0,0,,,,,,274,,13,806,SWC Asia,124,Afghanistan,1,International,Foreign,Foreign,2,INTERNATIONAL +3757,0,0,0,,,,,,275,,13,804,Europe,125,Albania,2,International,Foreign,Foreign,2,INTERNATIONAL +3758,0,0,0,,,,,,276,,13,805,Africa,126,Algeria,3,International,Foreign,Foreign,2,INTERNATIONAL +3759,0,0,0,,,,,,277,,13,804,Europe,127,Andorra,4,International,Foreign,Foreign,2,INTERNATIONAL +3760,0,0,0,,,,,,278,,13,805,Africa,128,Angola,5,International,Foreign,Foreign,2,INTERNATIONAL +3761,0,0,0,,,,,,279,,13,803,Americas,129,Anguilla,6,International,Foreign,Foreign,2,INTERNATIONAL +3762,0,0,0,,,,,,280,,13,803,Americas,130,Antigua and Barbuda,7,International,Foreign,Foreign,2,INTERNATIONAL +3763,0,0,0,,,,,,281,,13,803,Americas,131,Argentina,8,International,Foreign,Foreign,2,INTERNATIONAL +3764,0,0,0,,,,,,282,,13,806,SWC Asia,132,Armenia,9,International,Foreign,Foreign,2,INTERNATIONAL +3765,0,0,0,,,,,,283,,13,803,Americas,133,Aruba,10,International,Foreign,Foreign,2,INTERNATIONAL +3766,0,0,0,,,,,,284,,13,808,SE As Oc,134,Australia,11,International,Foreign,Foreign,2,INTERNATIONAL +3767,0,0,0,,,,,,285,,13,804,Europe,135,Austria,12,International,Foreign,Foreign,2,INTERNATIONAL +3768,0,0,0,,,,,,286,,13,806,SWC Asia,136,Azerbaijan,13,International,Foreign,Foreign,2,INTERNATIONAL +3769,0,0,0,,,,,,287,,13,803,Americas,137,Bahamas,14,International,Foreign,Foreign,2,INTERNATIONAL +3770,0,0,0,,,,,,288,,13,806,SWC Asia,138,Bahrain,15,International,Foreign,Foreign,2,INTERNATIONAL +3771,0,0,0,,,,,,289,,13,806,SWC Asia,139,Bangladesh,16,International,Foreign,Foreign,2,INTERNATIONAL +3772,0,0,0,,,,,,290,,13,803,Americas,140,Barbados,17,International,Foreign,Foreign,2,INTERNATIONAL +3773,0,0,0,,,,,,291,,13,804,Europe,141,Belarus,18,International,Foreign,Foreign,2,INTERNATIONAL +3774,0,0,0,,,,,,292,,13,804,Europe,142,Belgium,19,International,Foreign,Foreign,2,INTERNATIONAL +3775,0,0,0,,,,,,293,,13,803,Americas,143,Belize,20,International,Foreign,Foreign,2,INTERNATIONAL +3776,0,0,0,,,,,,294,,13,805,Africa,144,Benin,21,International,Foreign,Foreign,2,INTERNATIONAL +3777,0,0,0,,,,,,295,,13,803,Americas,145,Bermuda,22,International,Foreign,Foreign,2,INTERNATIONAL +3778,0,0,0,,,,,,296,,13,806,SWC Asia,146,Bhutan,23,International,Foreign,Foreign,2,INTERNATIONAL +3779,0,0,0,,,,,,297,,13,803,Americas,147,Bolivia,24,International,Foreign,Foreign,2,INTERNATIONAL +3780,0,0,0,,,,,,298,,13,804,Europe,148,Bosnia and Herzegovina,25,International,Foreign,Foreign,2,INTERNATIONAL +3781,0,0,0,,,,,,299,,13,805,Africa,149,Botswana,26,International,Foreign,Foreign,2,INTERNATIONAL +3782,0,0,0,,,,,,300,,13,803,Americas,150,Brazil,27,International,Foreign,Foreign,2,INTERNATIONAL +3783,0,0,0,,,,,,301,,13,806,SWC Asia,151,British Indian Ocean Territory,28,International,Foreign,Foreign,2,INTERNATIONAL +3784,0,0,0,,,,,,302,,13,803,Americas,152,British Virgin Islands,29,International,Foreign,Foreign,2,INTERNATIONAL +3785,0,0,0,,,,,,303,,13,808,SE As Oc,153,Brunei Darussalam,30,International,Foreign,Foreign,2,INTERNATIONAL +3786,0,0,0,,,,,,304,,13,804,Europe,154,Bulgaria,31,International,Foreign,Foreign,2,INTERNATIONAL +3787,0,0,0,,,,,,305,,13,805,Africa,155,Burkina Faso,32,International,Foreign,Foreign,2,INTERNATIONAL +3788,0,0,0,,,,,,306,,13,805,Africa,156,Burundi,33,International,Foreign,Foreign,2,INTERNATIONAL +3789,0,0,0,,,,,,307,,13,805,Africa,157,C?te d'Ivoire,34,International,Foreign,Foreign,2,INTERNATIONAL +3790,0,0,0,,,,,,308,,13,808,SE As Oc,158,Cambodia,35,International,Foreign,Foreign,2,INTERNATIONAL +3791,0,0,0,,,,,,309,,13,805,Africa,159,Cameroon,36,International,Foreign,Foreign,2,INTERNATIONAL +3792,0,0,0,,,,,,310,,13,801,Canada,160,Canada,37,International,Foreign,Foreign,2,INTERNATIONAL +3793,0,0,0,,,,,,311,,13,805,Africa,161,Cape Verde,38,International,Foreign,Foreign,2,INTERNATIONAL +3794,0,0,0,,,,,,312,,13,803,Americas,162,Cayman Islands,39,International,Foreign,Foreign,2,INTERNATIONAL +3795,0,0,0,,,,,,313,,13,805,Africa,163,Central African Republic,40,International,Foreign,Foreign,2,INTERNATIONAL +3796,0,0,0,,,,,,314,,13,805,Africa,164,Chad,41,International,Foreign,Foreign,2,INTERNATIONAL +3797,0,0,0,,,,,,315,,13,803,Americas,165,Chile,42,International,Foreign,Foreign,2,INTERNATIONAL +3798,0,0,0,,,,,,316,,13,807,E Asia,166,China,43,International,Foreign,Foreign,2,INTERNATIONAL +3799,0,0,0,,,,,,317,,13,808,SE As Oc,167,Christmas Island,44,International,Foreign,Foreign,2,INTERNATIONAL +3800,0,0,0,,,,,,318,,13,808,SE As Oc,168,Cocos Islands,45,International,Foreign,Foreign,2,INTERNATIONAL +3801,0,0,0,,,,,,319,,13,803,Americas,169,Colombia,46,International,Foreign,Foreign,2,INTERNATIONAL +3802,0,0,0,,,,,,320,,13,805,Africa,170,Comoros,47,International,Foreign,Foreign,2,INTERNATIONAL +3803,0,0,0,,,,,,321,,13,805,Africa,171,Congo,48,International,Foreign,Foreign,2,INTERNATIONAL +3804,0,0,0,,,,,,322,,13,808,SE As Oc,172,Cook Islands,49,International,Foreign,Foreign,2,INTERNATIONAL +3805,0,0,0,,,,,,323,,13,803,Americas,173,Costa Rica,50,International,Foreign,Foreign,2,INTERNATIONAL +3806,0,0,0,,,,,,324,,13,804,Europe,174,Croatia,51,International,Foreign,Foreign,2,INTERNATIONAL +3807,0,0,0,,,,,,325,,13,803,Americas,175,Cuba,52,International,Foreign,Foreign,2,INTERNATIONAL +3809,0,0,0,,,,,,327,,13,806,SWC Asia,177,Cyprus,54,International,Foreign,Foreign,2,INTERNATIONAL +3810,0,0,0,,,,,,328,,13,804,Europe,178,Czech Republic,55,International,Foreign,Foreign,2,INTERNATIONAL +3811,0,0,0,,,,,,329,,13,805,Africa,179,Democratic Republic of the Congo,56,International,Foreign,Foreign,2,INTERNATIONAL +3812,0,0,0,,,,,,330,,13,804,Europe,180,Denmark,57,International,Foreign,Foreign,2,INTERNATIONAL +3813,0,0,0,,,,,,331,,13,805,Africa,181,Djibouti,58,International,Foreign,Foreign,2,INTERNATIONAL +3814,0,0,0,,,,,,332,,13,803,Americas,182,Dominica,59,International,Foreign,Foreign,2,INTERNATIONAL +3815,0,0,0,,,,,,333,,13,803,Americas,183,Dominican Republic,60,International,Foreign,Foreign,2,INTERNATIONAL +3816,0,0,0,,,,,,334,,13,803,Americas,184,Ecuador,61,International,Foreign,Foreign,2,INTERNATIONAL +3817,0,0,0,,,,,,335,,13,805,Africa,185,Egypt,62,International,Foreign,Foreign,2,INTERNATIONAL +3818,0,0,0,,,,,,336,,13,803,Americas,186,El Salvador,63,International,Foreign,Foreign,2,INTERNATIONAL +3819,0,0,0,,,,,,337,,13,805,Africa,187,Equatorial Guinea,64,International,Foreign,Foreign,2,INTERNATIONAL +3820,0,0,0,,,,,,338,,13,805,Africa,188,Eritrea,65,International,Foreign,Foreign,2,INTERNATIONAL +3821,0,0,0,,,,,,339,,13,804,Europe,189,Estonia,66,International,Foreign,Foreign,2,INTERNATIONAL +3822,0,0,0,,,,,,340,,13,805,Africa,190,Ethiopia,67,International,Foreign,Foreign,2,INTERNATIONAL +3823,0,0,0,,,,,,341,,13,803,Americas,191,Falkland Islands,68,International,Foreign,Foreign,2,INTERNATIONAL +3824,0,0,0,,,,,,342,,13,804,Europe,192,Faroe Islands,69,International,Foreign,Foreign,2,INTERNATIONAL +3825,0,0,0,,,,,,343,,13,808,SE As Oc,193,Fiji,70,International,Foreign,Foreign,2,INTERNATIONAL +3826,0,0,0,,,,,,344,,13,804,Europe,194,Finland,71,International,Foreign,Foreign,2,INTERNATIONAL +3827,0,0,0,,,,,,345,,13,804,Europe,195,France,72,International,Foreign,Foreign,2,INTERNATIONAL +3828,0,0,0,,,,,,346,,13,805,Africa,196,French Southern Territories,73,International,Foreign,Foreign,2,INTERNATIONAL +3829,0,0,0,,,,,,347,,13,805,Africa,197,Gabon,74,International,Foreign,Foreign,2,INTERNATIONAL +3830,0,0,0,,,,,,348,,13,805,Africa,198,Gambia,75,International,Foreign,Foreign,2,INTERNATIONAL +3831,0,0,0,,,,,,349,,13,806,SWC Asia,199,Georgia,76,International,Foreign,Foreign,2,INTERNATIONAL +3832,0,0,0,,,,,,350,,13,804,Europe,200,Germany,77,International,Foreign,Foreign,2,INTERNATIONAL +3833,0,0,0,,,,,,351,,13,805,Africa,201,Ghana,78,International,Foreign,Foreign,2,INTERNATIONAL +3834,0,0,0,,,,,,352,,13,804,Europe,202,Gibraltar,79,International,Foreign,Foreign,2,INTERNATIONAL +3835,0,0,0,,,,,,353,,13,804,Europe,203,Greece,80,International,Foreign,Foreign,2,INTERNATIONAL +3836,0,0,0,,,,,,354,,13,803,Americas,204,Greenland,81,International,Foreign,Foreign,2,INTERNATIONAL +3837,0,0,0,,,,,,355,,13,803,Americas,205,Grenada,82,International,Foreign,Foreign,2,INTERNATIONAL +3838,0,0,0,,,,,,356,,13,803,Americas,206,Guatemala,83,International,Foreign,Foreign,2,INTERNATIONAL +3839,0,0,0,,,,,,357,,13,805,Africa,207,Guinea,84,International,Foreign,Foreign,2,INTERNATIONAL +3840,0,0,0,,,,,,358,,13,805,Africa,208,Guinea-Bissau,85,International,Foreign,Foreign,2,INTERNATIONAL +3841,0,0,0,,,,,,359,,13,803,Americas,209,Guyana,86,International,Foreign,Foreign,2,INTERNATIONAL +3842,0,0,0,,,,,,360,,13,803,Americas,210,Haiti,87,International,Foreign,Foreign,2,INTERNATIONAL +3843,0,0,0,,,,,,361,,13,805,Africa,211,Heard Island and McDonald Islands,88,International,Foreign,Foreign,2,INTERNATIONAL +3844,0,0,0,,,,,,362,,13,804,Europe,212,Holy See,89,International,Foreign,Foreign,2,INTERNATIONAL +3845,0,0,0,,,,,,363,,13,803,Americas,213,Honduras,90,International,Foreign,Foreign,2,INTERNATIONAL +3846,0,0,0,,,,,,364,,13,804,Europe,214,Hungary,91,International,Foreign,Foreign,2,INTERNATIONAL +3847,0,0,0,,,,,,365,,13,804,Europe,215,Iceland,92,International,Foreign,Foreign,2,INTERNATIONAL +3848,0,0,0,,,,,,366,,13,806,SWC Asia,216,India,93,International,Foreign,Foreign,2,INTERNATIONAL +3849,0,0,0,,,,,,367,,13,808,SE As Oc,217,Indonesia,94,International,Foreign,Foreign,2,INTERNATIONAL +3850,0,0,0,,,,,,368,,13,806,SWC Asia,218,Iran,95,International,Foreign,Foreign,2,INTERNATIONAL +3851,0,0,0,,,,,,369,,13,806,SWC Asia,219,Iraq,96,International,Foreign,Foreign,2,INTERNATIONAL +3852,0,0,0,,,,,,370,,13,804,Europe,220,Ireland,97,International,Foreign,Foreign,2,INTERNATIONAL +3853,0,0,0,,,,,,371,,13,806,SWC Asia,221,Israel,98,International,Foreign,Foreign,2,INTERNATIONAL +3854,0,0,0,,,,,,372,,13,804,Europe,222,Italy,99,International,Foreign,Foreign,2,INTERNATIONAL +3855,0,0,0,,,,,,373,,13,803,Americas,223,Jamaica,100,International,Foreign,Foreign,2,INTERNATIONAL +3856,0,0,0,,,,,,374,,13,807,E Asia,224,Japan,101,International,Foreign,Foreign,2,INTERNATIONAL +3857,0,0,0,,,,,,375,,13,806,SWC Asia,225,Jordan,102,International,Foreign,Foreign,2,INTERNATIONAL +3858,0,0,0,,,,,,376,,13,806,SWC Asia,226,Kazakhstan,103,International,Foreign,Foreign,2,INTERNATIONAL +3859,0,0,0,,,,,,377,,13,805,Africa,227,Kenya,104,International,Foreign,Foreign,2,INTERNATIONAL +3860,0,0,0,,,,,,378,,13,808,SE As Oc,228,Kiribati,105,International,Foreign,Foreign,2,INTERNATIONAL +3861,0,0,0,,,,,,379,,13,806,SWC Asia,229,Kuwait,106,International,Foreign,Foreign,2,INTERNATIONAL +3862,0,0,0,,,,,,380,,13,806,SWC Asia,230,Kyrgyzstan,107,International,Foreign,Foreign,2,INTERNATIONAL +3863,0,0,0,,,,,,381,,13,808,SE As Oc,231,Laos,108,International,Foreign,Foreign,2,INTERNATIONAL +3864,0,0,0,,,,,,382,,13,804,Europe,232,Latvia,109,International,Foreign,Foreign,2,INTERNATIONAL +3865,0,0,0,,,,,,383,,13,806,SWC Asia,233,Lebanon,110,International,Foreign,Foreign,2,INTERNATIONAL +3866,0,0,0,,,,,,384,,13,805,Africa,234,Lesotho,111,International,Foreign,Foreign,2,INTERNATIONAL +3867,0,0,0,,,,,,385,,13,805,Africa,235,Liberia,112,International,Foreign,Foreign,2,INTERNATIONAL +3868,0,0,0,,,,,,386,,13,805,Africa,236,Libya,113,International,Foreign,Foreign,2,INTERNATIONAL +3869,0,0,0,,,,,,387,,13,804,Europe,237,Liechtenstein,114,International,Foreign,Foreign,2,INTERNATIONAL +3870,0,0,0,,,,,,388,,13,804,Europe,238,Lithuania,115,International,Foreign,Foreign,2,INTERNATIONAL +3871,0,0,0,,,,,,389,,13,804,Europe,239,Luxembourg,116,International,Foreign,Foreign,2,INTERNATIONAL +3872,0,0,0,,,,,,390,,13,805,Africa,240,Madagascar,117,International,Foreign,Foreign,2,INTERNATIONAL +3873,0,0,0,,,,,,391,,13,805,Africa,241,Malawi,118,International,Foreign,Foreign,2,INTERNATIONAL +3874,0,0,0,,,,,,392,,13,808,SE As Oc,242,Malaysia,119,International,Foreign,Foreign,2,INTERNATIONAL +3875,0,0,0,,,,,,393,,13,806,SWC Asia,243,Maldives,120,International,Foreign,Foreign,2,INTERNATIONAL +3876,0,0,0,,,,,,394,,13,805,Africa,244,Mali,121,International,Foreign,Foreign,2,INTERNATIONAL +3877,0,0,0,,,,,,395,,13,804,Europe,245,Malta,122,International,Foreign,Foreign,2,INTERNATIONAL +3878,0,0,0,,,,,,396,,13,808,SE As Oc,246,Marshall Islands,123,International,Foreign,Foreign,2,INTERNATIONAL +3879,0,0,0,,,,,,397,,13,805,Africa,247,Mauritania,124,International,Foreign,Foreign,2,INTERNATIONAL +3880,0,0,0,,,,,,398,,13,805,Africa,248,Mauritius,125,International,Foreign,Foreign,2,INTERNATIONAL +3881,0,0,0,,,,,,399,,13,802,Mexico,249,Mexico,126,International,Foreign,Foreign,2,INTERNATIONAL +3882,0,0,0,,,,,,400,,13,808,SE As Oc,250,Micronesia,127,International,Foreign,Foreign,2,INTERNATIONAL +3883,0,0,0,,,,,,401,,13,804,Europe,251,Moldova,128,International,Foreign,Foreign,2,INTERNATIONAL +3884,0,0,0,,,,,,402,,13,804,Europe,252,Monaco,129,International,Foreign,Foreign,2,INTERNATIONAL +3885,0,0,0,,,,,,403,,13,807,E Asia,253,Mongolia,130,International,Foreign,Foreign,2,INTERNATIONAL +3886,0,0,0,,,,,,404,,13,804,Europe,254,Montenegro,131,International,Foreign,Foreign,2,INTERNATIONAL +3887,0,0,0,,,,,,405,,13,803,Americas,255,Montserrat,132,International,Foreign,Foreign,2,INTERNATIONAL +3888,0,0,0,,,,,,406,,13,805,Africa,256,Morocco,133,International,Foreign,Foreign,2,INTERNATIONAL +3889,0,0,0,,,,,,407,,13,805,Africa,257,Mozambique,134,International,Foreign,Foreign,2,INTERNATIONAL +3890,0,0,0,,,,,,408,,13,808,SE As Oc,258,Myanmar,135,International,,,2,INTERNATIONAL +3891,0,0,0,,,,,,409,,13,805,Africa,259,Namibia,136,International,Foreign,Foreign,2,INTERNATIONAL +3892,0,0,0,,,,,,410,,13,808,SE As Oc,260,Nauru,137,International,Foreign,Foreign,2,INTERNATIONAL +3893,0,0,0,,,,,,411,,13,806,SWC Asia,261,Nepal,138,International,Foreign,Foreign,2,INTERNATIONAL +3894,0,0,0,,,,,,412,,13,804,Europe,262,Netherlands,139,International,Foreign,Foreign,2,INTERNATIONAL +3895,0,0,0,,,,,,413,,13,808,SE As Oc,263,New Zealand,140,International,Foreign,Foreign,2,INTERNATIONAL +3896,0,0,0,,,,,,414,,13,803,Americas,264,Nicaragua,141,International,Foreign,Foreign,2,INTERNATIONAL +3897,0,0,0,,,,,,415,,13,805,Africa,265,Niger,142,International,Foreign,Foreign,2,INTERNATIONAL +3898,0,0,0,,,,,,416,,13,805,Africa,266,Nigeria,143,International,Foreign,Foreign,2,INTERNATIONAL +3899,0,0,0,,,,,,417,,13,808,SE As Oc,267,Norfolk Island,144,International,Foreign,Foreign,2,INTERNATIONAL +3900,0,0,0,,,,,,418,,13,807,E Asia,268,North Korea,145,International,Foreign,Foreign,2,INTERNATIONAL +3901,0,0,0,,,,,,419,,13,804,Europe,269,Norway,146,International,Foreign,Foreign,2,INTERNATIONAL +3902,0,0,0,,,,,,420,,13,806,SWC Asia,270,Oman,147,International,Foreign,Foreign,2,INTERNATIONAL +3903,0,0,0,,,,,,421,,13,806,SWC Asia,271,Pakistan,148,International,Foreign,Foreign,2,INTERNATIONAL +3904,0,0,0,,,,,,422,,13,808,SE As Oc,272,Palau,149,International,Foreign,Foreign,2,INTERNATIONAL +3905,0,0,0,,,,,,423,,13,806,SWC Asia,273,Palestinian Territory,150,International,Foreign,Foreign,2,INTERNATIONAL +3906,0,0,0,,,,,,424,,13,803,Americas,274,Panama,151,International,Foreign,Foreign,2,INTERNATIONAL +3907,0,0,0,,,,,,425,,13,808,SE As Oc,275,Papua New Guinea,152,International,Foreign,Foreign,2,INTERNATIONAL +3908,0,0,0,,,,,,426,,13,803,Americas,276,Paraguay,153,International,Foreign,Foreign,2,INTERNATIONAL +3909,0,0,0,,,,,,427,,13,803,Americas,277,Peru,154,International,Foreign,Foreign,2,INTERNATIONAL +3910,0,0,0,,,,,,428,,13,808,SE As Oc,278,Philippines,155,International,Foreign,Foreign,2,INTERNATIONAL +3911,0,0,0,,,,,,429,,13,808,SE As Oc,279,Pitcairn,156,International,Foreign,Foreign,2,INTERNATIONAL +3912,0,0,0,,,,,,430,,13,804,Europe,280,Poland,157,International,Foreign,Foreign,2,INTERNATIONAL +3913,0,0,0,,,,,,431,,13,804,Europe,281,Portugal,158,International,Foreign,Foreign,2,INTERNATIONAL +3914,0,0,0,,,,,,432,,13,806,SWC Asia,282,Qatar,159,International,Foreign,Foreign,2,INTERNATIONAL +3915,0,0,0,,,,,,433,,13,805,Africa,283,R?union,160,International,Foreign,Foreign,2,INTERNATIONAL +3916,0,0,0,,,,,,434,,13,804,Europe,284,Romania,161,International,Foreign,Foreign,2,INTERNATIONAL +3917,0,0,0,,,,,,435,,13,804,Europe,285,Russian Federation,162,International,Foreign,Foreign,2,INTERNATIONAL +3918,0,0,0,,,,,,436,,13,805,Africa,286,Rwanda,163,International,Foreign,Foreign,2,INTERNATIONAL +3919,0,0,0,,,,,,437,,13,805,Africa,287,Saint Helena,164,International,Foreign,Foreign,2,INTERNATIONAL +3920,0,0,0,,,,,,438,,13,803,Americas,288,Saint Kitts and Nevis,165,International,Foreign,Foreign,2,INTERNATIONAL +3921,0,0,0,,,,,,439,,13,803,Americas,289,Saint Lucia,166,International,Foreign,Foreign,2,INTERNATIONAL +3922,0,0,0,,,,,,440,,13,803,Americas,290,Saint Vincent and the Grenadines,167,International,Foreign,Foreign,2,INTERNATIONAL +3923,0,0,0,,,,,,441,,13,808,SE As Oc,291,Samoa,168,International,Foreign,Foreign,2,INTERNATIONAL +3924,0,0,0,,,,,,442,,13,804,Europe,292,San Marino,169,International,Foreign,Foreign,2,INTERNATIONAL +3925,0,0,0,,,,,,443,,13,805,Africa,293,Sao Tome and Principe,170,International,Foreign,Foreign,2,INTERNATIONAL +3926,0,0,0,,,,,,444,,13,806,SWC Asia,294,Saudi Arabia,171,International,Foreign,Foreign,2,INTERNATIONAL +3927,0,0,0,,,,,,445,,13,805,Africa,295,Senegal,172,International,Foreign,Foreign,2,INTERNATIONAL +3928,0,0,0,,,,,,446,,13,804,Europe,296,Serbia,173,International,Foreign,Foreign,2,INTERNATIONAL +3929,0,0,0,,,,,,447,,13,805,Africa,297,Seychelles,174,International,Foreign,Foreign,2,INTERNATIONAL +3930,0,0,0,,,,,,448,,13,805,Africa,298,Sierra Leone,175,International,Foreign,Foreign,2,INTERNATIONAL +3931,0,0,0,,,,,,449,,13,808,SE As Oc,299,Singapore,176,International,Foreign,Foreign,2,INTERNATIONAL +3933,0,0,0,,,,,,451,,13,804,Europe,301,Slovakia,178,International,Foreign,Foreign,2,INTERNATIONAL +3934,0,0,0,,,,,,452,,13,804,Europe,302,Slovenia,179,International,Foreign,Foreign,2,INTERNATIONAL +3935,0,0,0,,,,,,453,,13,808,SE As Oc,303,Solomon Islands,180,International,Foreign,Foreign,2,INTERNATIONAL +3936,0,0,0,,,,,,454,,13,805,Africa,304,Somalia,181,International,Foreign,Foreign,2,INTERNATIONAL +3937,0,0,0,,,,,,455,,13,805,Africa,305,South Africa,182,International,Foreign,Foreign,2,INTERNATIONAL +3938,0,0,0,,,,,,456,,13,807,E Asia,306,South Korea,183,International,Foreign,Foreign,2,INTERNATIONAL +3940,0,0,0,,,,,,458,,13,804,Europe,308,Spain,185,International,Foreign,Foreign,2,INTERNATIONAL +3941,0,0,0,,,,,,459,,13,806,SWC Asia,309,Sri Lanka,186,International,Foreign,Foreign,2,INTERNATIONAL +3942,0,0,0,,,,,,460,,13,805,Africa,310,Sudan,187,International,Foreign,Foreign,2,INTERNATIONAL +3943,0,0,0,,,,,,461,,13,803,Americas,311,Suriname,188,International,Foreign,Foreign,2,INTERNATIONAL +3944,0,0,0,,,,,,462,,13,805,Africa,312,Swaziland,189,International,Foreign,Foreign,2,INTERNATIONAL +3945,0,0,0,,,,,,463,,13,804,Europe,313,Sweden,190,International,Foreign,Foreign,2,INTERNATIONAL +3946,0,0,0,,,,,,464,,13,804,Europe,314,Switzerland,191,International,Foreign,Foreign,2,INTERNATIONAL +3947,0,0,0,,,,,,465,,13,806,SWC Asia,315,Syria,192,International,Foreign,Foreign,2,INTERNATIONAL +3948,0,0,0,,,,,,466,,13,806,SWC Asia,316,Tajikistan,193,International,Foreign,Foreign,2,INTERNATIONAL +3949,0,0,0,,,,,,467,,13,805,Africa,317,Tanzania,194,International,Foreign,Foreign,2,INTERNATIONAL +3950,0,0,0,,,,,,468,,13,808,SE As Oc,318,Thailand,195,International,Foreign,Foreign,2,INTERNATIONAL +3951,0,0,0,,,,,,469,,13,804,Europe,319,The Former Yugoslav Republic of Macedonia,196,International,Foreign,Foreign,2,INTERNATIONAL +3952,0,0,0,,,,,,470,,13,808,SE As Oc,320,Timor-Leste,197,International,,,2,INTERNATIONAL +3953,0,0,0,,,,,,471,,13,805,Africa,321,Togo,198,International,Foreign,Foreign,2,INTERNATIONAL +3954,0,0,0,,,,,,472,,13,808,SE As Oc,322,Tokelau,199,International,Foreign,Foreign,2,INTERNATIONAL +3955,0,0,0,,,,,,473,,13,808,SE As Oc,323,Tonga,200,International,Foreign,Foreign,2,INTERNATIONAL +3956,0,0,0,,,,,,474,,13,803,Americas,324,Trinidad and Tobago,201,International,Foreign,Foreign,2,INTERNATIONAL +3957,0,0,0,,,,,,475,,13,805,Africa,325,Tunisia,202,International,Foreign,Foreign,2,INTERNATIONAL +3958,0,0,0,,,,,,476,,13,806,SWC Asia,326,Turkey,203,International,Foreign,Foreign,2,INTERNATIONAL +3959,0,0,0,,,,,,477,,13,806,SWC Asia,327,Turkmenistan,204,International,Foreign,Foreign,2,INTERNATIONAL +3960,0,0,0,,,,,,478,,13,803,Americas,328,Turks and Caicos Islands,205,International,Foreign,Foreign,2,INTERNATIONAL +3961,0,0,0,,,,,,479,,13,808,SE As Oc,329,Tuvalu,206,International,Foreign,Foreign,2,INTERNATIONAL +3962,0,0,0,,,,,,480,,13,805,Africa,330,Uganda,207,International,Foreign,Foreign,2,INTERNATIONAL +3963,0,0,0,,,,,,481,,13,804,Europe,331,Ukraine,208,International,Foreign,Foreign,2,INTERNATIONAL +3964,0,0,0,,,,,,482,,13,806,SWC Asia,332,United Arab Emirates,209,International,Foreign,Foreign,2,INTERNATIONAL +3965,0,0,0,,,,,,483,,13,804,Europe,333,United Kingdom,210,International,Foreign,Foreign,2,INTERNATIONAL +3966,0,0,0,,,,,,484,,13,803,Americas,334,Uruguay,211,International,Foreign,Foreign,2,INTERNATIONAL +3967,0,0,0,,,,,,485,,13,806,SWC Asia,335,Uzbekistan,212,International,Foreign,Foreign,2,INTERNATIONAL +3968,0,0,0,,,,,,486,,13,808,SE As Oc,336,Vanuatu,213,International,Foreign,Foreign,2,INTERNATIONAL +3969,0,0,0,,,,,,487,,13,803,Americas,337,Venezuela,214,International,Foreign,Foreign,2,INTERNATIONAL +3970,0,0,0,,,,,,488,,13,808,SE As Oc,338,Vietnam,215,International,Foreign,Foreign,2,INTERNATIONAL +3971,0,0,0,,,,,,489,,13,806,SWC Asia,339,Yemen,216,International,Foreign,Foreign,2,INTERNATIONAL +3972,0,0,0,,,,,,490,,13,805,Africa,340,Zambia,217,International,Foreign,Foreign,2,INTERNATIONAL +3973,0,0,0,,,,,,491,,13,805,Africa,341,Zimbabwe,218,International,Foreign,Foreign,2,INTERNATIONAL diff --git a/lib/data/cmap_data_truck_EE_poe.csv b/lib/data/cmap_data_truck_EE_poe.csv new file mode 100644 index 0000000..fa1cdc6 --- /dev/null +++ b/lib/data/cmap_data_truck_EE_poe.csv @@ -0,0 +1,2451 @@ +Production_zone,Consumption_zone,poe2,poe +151,154,1948,1956 +151,204,1960,1956 +151,206,1948,1956 +151,207,1948,1956 +151,230,1948,1956 +151,271,1946,1956 +151,272,1948,1956 +151,310,1948,1956 +152,154,1948,1956 +152,204,1960,1956 +152,206,1948,1956 +152,207,1948,1956 +152,230,1948,1956 +152,271,1946,1956 +152,272,1948,1956 +152,310,1948,1956 +153,154,1948,1956 +153,204,1960,1956 +153,206,1948,1956 +153,207,1948,1956 +153,230,1948,1956 +153,271,1946,1956 +153,272,1948,1956 +153,310,1948,1956 +154,151,1956,1948 +154,152,1956,1948 +154,153,1956,1948 +154,170,1959,1948 +154,171,1956,1948 +154,172,1956,1948 +154,173,1956,1948 +154,174,1956,1948 +154,175,1956,1948 +154,176,1956,1948 +154,177,1956,1948 +154,178,1956,1948 +154,183,1953,1948 +154,184,1953,1948 +154,185,1956,1948 +154,186,1956,1948 +154,187,1956,1948 +154,191,1956,1948 +154,192,1956,1948 +154,198,1959,1948 +154,199,1959,1948 +154,204,1960,1948 +154,226,1956,1948 +154,227,1956,1948 +154,228,1956,1948 +154,229,1956,1948 +154,231,1956,1948 +154,232,1959,1948 +154,233,1956,1948 +154,234,1956,1948 +154,235,1956,1948 +154,242,1959,1948 +154,243,1959,1948 +154,245,1956,1948 +154,246,1956,1948 +154,247,1956,1948 +154,250,1956,1948 +154,251,1956,1948 +154,264,1959,1948 +154,265,1959,1948 +154,266,1959,1948 +154,267,1956,1948 +154,270,1956,1948 +155,185,1956,1955 +155,204,1960,1954 +155,271,1946,1954 +155,272,1948,1953 +156,185,1956,1955 +156,204,1960,1954 +156,271,1946,1954 +156,272,1948,1953 +157,185,1956,1955 +157,204,1960,1954 +157,271,1946,1954 +157,272,1948,1953 +158,185,1956,1955 +158,204,1960,1955 +158,206,1948,1953 +158,207,1948,1953 +158,271,1946,1955 +158,272,1948,1953 +159,166,1959,1952 +159,185,1956,1952 +159,197,1959,1952 +159,201,1959,1952 +159,202,1959,1952 +159,203,1959,1952 +159,204,1960,1952 +159,205,1960,1952 +159,216,1959,1952 +159,221,1959,1952 +159,222,1959,1952 +159,224,1959,1952 +159,225,1959,1952 +159,232,1959,1952 +159,263,1959,1952 +159,271,1946,1951 +160,166,1959,1952 +160,167,1959,1952 +160,168,1959,1952 +160,169,1959,1952 +160,185,1956,1952 +160,197,1959,1952 +160,198,1959,1952 +160,200,1959,1952 +160,201,1959,1952 +160,202,1959,1952 +160,203,1959,1952 +160,204,1960,1952 +160,205,1960,1952 +160,216,1959,1952 +160,217,1959,1952 +160,218,1959,1952 +160,219,1959,1952 +160,221,1959,1952 +160,222,1959,1952 +160,223,1959,1952 +160,224,1959,1952 +160,225,1959,1952 +160,232,1959,1952 +160,241,1959,1952 +160,242,1959,1952 +160,243,1959,1952 +160,244,1959,1952 +160,263,1959,1952 +160,271,1946,1951 +161,166,1959,1952 +161,185,1956,1952 +161,197,1959,1952 +161,201,1959,1952 +161,202,1959,1952 +161,203,1959,1952 +161,204,1960,1952 +161,205,1960,1952 +161,216,1959,1952 +161,221,1959,1952 +161,222,1959,1952 +161,224,1959,1952 +161,225,1959,1952 +161,232,1959,1952 +161,263,1959,1952 +161,271,1946,1951 +162,166,1959,1952 +162,167,1959,1952 +162,168,1959,1952 +162,169,1959,1952 +162,185,1956,1952 +162,197,1959,1952 +162,198,1959,1952 +162,200,1959,1952 +162,201,1959,1952 +162,202,1959,1952 +162,203,1959,1952 +162,204,1960,1952 +162,205,1960,1952 +162,216,1959,1952 +162,217,1959,1952 +162,218,1959,1952 +162,219,1959,1952 +162,221,1959,1952 +162,222,1959,1952 +162,223,1959,1952 +162,224,1959,1952 +162,225,1959,1952 +162,232,1959,1952 +162,241,1959,1952 +162,242,1959,1952 +162,243,1959,1952 +162,244,1959,1952 +162,263,1959,1952 +162,271,1946,1951 +163,166,1959,1952 +163,185,1956,1952 +163,197,1959,1952 +163,201,1959,1952 +163,202,1959,1952 +163,203,1959,1952 +163,204,1960,1952 +163,205,1960,1952 +163,216,1959,1952 +163,221,1959,1952 +163,222,1959,1952 +163,224,1959,1952 +163,225,1959,1952 +163,232,1959,1952 +163,263,1959,1952 +163,271,1946,1951 +164,166,1959,1952 +164,167,1959,1952 +164,168,1959,1952 +164,185,1956,1952 +164,197,1959,1952 +164,201,1959,1952 +164,202,1959,1952 +164,203,1959,1952 +164,204,1960,1952 +164,205,1960,1952 +164,216,1959,1952 +164,217,1959,1952 +164,218,1959,1952 +164,219,1959,1952 +164,221,1959,1952 +164,222,1959,1952 +164,223,1959,1952 +164,224,1959,1952 +164,225,1959,1952 +164,232,1959,1952 +164,241,1959,1952 +164,242,1959,1952 +164,243,1959,1952 +164,244,1959,1952 +164,263,1959,1952 +164,271,1946,1951 +165,166,1959,1952 +165,167,1959,1952 +165,168,1959,1952 +165,185,1956,1952 +165,197,1959,1952 +165,201,1959,1952 +165,202,1959,1952 +165,203,1959,1952 +165,204,1960,1952 +165,205,1960,1952 +165,216,1959,1952 +165,217,1959,1952 +165,218,1959,1952 +165,219,1959,1952 +165,221,1959,1952 +165,222,1959,1952 +165,223,1959,1952 +165,224,1959,1952 +165,225,1959,1952 +165,232,1959,1952 +165,241,1959,1952 +165,242,1959,1952 +165,243,1959,1952 +165,244,1959,1952 +165,263,1959,1952 +165,271,1946,1951 +166,159,1952,1959 +166,160,1952,1959 +166,161,1952,1959 +166,162,1952,1959 +166,163,1952,1959 +166,164,1952,1959 +166,165,1952,1959 +166,181,1952,1959 +166,184,1954,1959 +166,185,1956,1959 +166,188,1952,1959 +166,206,1948,1959 +166,207,1948,1959 +166,212,1948,1959 +166,213,1952,1959 +166,214,1952,1959 +166,215,1952,1959 +166,230,1948,1959 +166,239,1952,1959 +166,240,1952,1959 +166,248,1948,1959 +166,261,1952,1959 +166,262,1952,1959 +166,268,1948,1959 +166,269,1948,1959 +166,271,1946,1959 +166,272,1948,1959 +166,273,1952,1959 +167,160,1952,1959 +167,162,1952,1959 +167,164,1952,1959 +167,165,1952,1959 +167,181,1952,1959 +167,185,1956,1959 +167,188,1952,1959 +167,206,1948,1959 +167,207,1948,1959 +167,212,1948,1959 +167,213,1952,1959 +167,214,1952,1959 +167,215,1952,1959 +167,230,1948,1959 +167,239,1952,1959 +167,240,1952,1959 +167,248,1948,1959 +167,261,1952,1959 +167,262,1952,1959 +167,268,1948,1959 +167,269,1948,1959 +167,271,1946,1959 +167,272,1948,1959 +167,273,1952,1959 +168,160,1952,1959 +168,162,1952,1959 +168,164,1952,1959 +168,165,1952,1959 +168,181,1952,1959 +168,185,1956,1959 +168,188,1952,1959 +168,206,1948,1959 +168,207,1948,1959 +168,212,1948,1959 +168,213,1952,1959 +168,214,1952,1959 +168,215,1952,1959 +168,230,1948,1959 +168,239,1952,1959 +168,240,1952,1959 +168,248,1948,1959 +168,261,1952,1959 +168,262,1952,1959 +168,268,1948,1959 +168,269,1948,1959 +168,271,1946,1959 +168,272,1948,1959 +168,273,1952,1959 +169,160,1952,1959 +169,162,1952,1959 +169,181,1952,1959 +169,188,1952,1959 +169,206,1948,1959 +169,207,1948,1959 +169,212,1948,1959 +169,213,1952,1959 +169,215,1952,1959 +169,230,1948,1959 +169,239,1952,1959 +169,240,1952,1959 +169,248,1948,1959 +169,261,1952,1959 +169,268,1948,1959 +169,269,1948,1959 +169,271,1946,1959 +169,272,1948,1959 +169,273,1952,1959 +170,154,1948,1959 +170,206,1948,1959 +170,207,1948,1959 +170,212,1948,1959 +170,230,1948,1959 +170,248,1948,1959 +170,268,1948,1959 +170,269,1948,1959 +170,271,1946,1959 +170,272,1948,1959 +170,310,1948,1959 +171,154,1948,1956 +171,204,1960,1956 +171,206,1948,1956 +171,207,1948,1956 +171,230,1948,1956 +171,271,1946,1956 +171,272,1948,1956 +171,310,1948,1956 +172,154,1948,1956 +172,204,1960,1956 +172,206,1948,1956 +172,207,1948,1956 +172,230,1948,1956 +172,271,1946,1956 +172,272,1948,1956 +172,310,1948,1956 +173,154,1948,1956 +173,204,1960,1956 +173,206,1948,1956 +173,207,1948,1956 +173,230,1948,1956 +173,271,1946,1956 +173,272,1948,1956 +173,310,1948,1956 +174,154,1948,1956 +174,204,1960,1956 +174,206,1948,1956 +174,207,1948,1956 +174,230,1948,1956 +174,271,1946,1956 +174,272,1948,1956 +174,310,1948,1956 +175,154,1948,1956 +175,204,1960,1956 +175,206,1948,1956 +175,207,1948,1956 +175,230,1948,1956 +175,271,1946,1956 +175,272,1948,1956 +175,310,1948,1956 +176,154,1948,1956 +176,204,1960,1956 +176,206,1948,1956 +176,207,1948,1956 +176,230,1948,1956 +176,271,1946,1956 +176,272,1948,1956 +176,310,1948,1956 +177,154,1948,1956 +177,204,1960,1956 +177,206,1948,1956 +177,207,1948,1956 +177,230,1948,1956 +177,271,1946,1956 +177,272,1948,1956 +177,310,1948,1956 +178,154,1948,1956 +178,204,1960,1956 +178,206,1948,1956 +178,207,1948,1956 +178,230,1948,1956 +178,271,1946,1956 +178,272,1948,1956 +178,310,1948,1956 +181,166,1959,1952 +181,167,1959,1952 +181,168,1959,1952 +181,169,1959,1952 +181,185,1956,1952 +181,197,1959,1952 +181,198,1959,1952 +181,200,1959,1952 +181,201,1959,1952 +181,202,1959,1952 +181,203,1959,1952 +181,204,1960,1952 +181,205,1960,1952 +181,216,1959,1952 +181,217,1959,1952 +181,218,1959,1952 +181,219,1959,1952 +181,221,1959,1952 +181,222,1959,1952 +181,223,1959,1952 +181,224,1959,1952 +181,225,1959,1952 +181,232,1959,1952 +181,241,1959,1952 +181,242,1959,1952 +181,243,1959,1952 +181,244,1959,1952 +181,263,1959,1952 +181,271,1946,1951 +183,154,1948,1953 +183,185,1956,1955 +183,204,1960,1954 +183,206,1948,1953 +183,207,1948,1953 +183,230,1948,1953 +183,271,1946,1954 +183,272,1948,1953 +183,310,1948,1953 +184,154,1948,1953 +184,166,1959,1954 +184,185,1956,1954 +184,197,1959,1954 +184,201,1959,1954 +184,202,1959,1954 +184,203,1959,1954 +184,204,1960,1954 +184,205,1960,1954 +184,206,1948,1953 +184,207,1948,1953 +184,212,1948,1953 +184,216,1959,1954 +184,221,1959,1954 +184,222,1959,1954 +184,223,1959,1954 +184,224,1959,1954 +184,225,1959,1954 +184,230,1948,1953 +184,232,1959,1954 +184,243,1959,1954 +184,263,1959,1954 +184,268,1948,1953 +184,269,1948,1953 +184,271,1946,1954 +184,272,1948,1953 +184,310,1948,1953 +185,154,1948,1956 +185,155,1955,1956 +185,156,1955,1956 +185,157,1955,1956 +185,158,1955,1956 +185,159,1952,1956 +185,160,1952,1956 +185,161,1952,1956 +185,162,1952,1956 +185,163,1952,1956 +185,164,1952,1956 +185,165,1952,1956 +185,166,1959,1956 +185,167,1959,1956 +185,168,1959,1956 +185,181,1952,1956 +185,183,1955,1956 +185,184,1954,1956 +185,188,1952,1956 +185,189,1955,1956 +185,190,1955,1956 +185,193,1955,1956 +185,194,1955,1956 +185,195,1955,1956 +185,196,1955,1956 +185,197,1959,1956 +185,201,1959,1956 +185,202,1959,1956 +185,203,1959,1956 +185,204,1960,1956 +185,205,1960,1956 +185,206,1948,1956 +185,207,1948,1956 +185,208,1955,1956 +185,209,1955,1956 +185,210,1955,1956 +185,211,1955,1956 +185,212,1948,1956 +185,213,1952,1956 +185,214,1952,1956 +185,215,1952,1956 +185,216,1959,1956 +185,217,1959,1956 +185,218,1959,1956 +185,219,1959,1956 +185,220,1955,1956 +185,221,1959,1956 +185,222,1959,1956 +185,223,1959,1956 +185,224,1959,1956 +185,225,1959,1956 +185,230,1948,1956 +185,232,1959,1956 +185,236,1955,1956 +185,237,1955,1956 +185,238,1955,1956 +185,239,1952,1956 +185,240,1952,1956 +185,241,1959,1956 +185,242,1959,1956 +185,243,1959,1956 +185,244,1959,1956 +185,248,1948,1956 +185,249,1955,1956 +185,252,1955,1956 +185,253,1955,1956 +185,254,1955,1956 +185,255,1955,1956 +185,256,1955,1956 +185,257,1955,1956 +185,258,1955,1956 +185,259,1955,1956 +185,260,1955,1956 +185,261,1952,1956 +185,262,1952,1956 +185,263,1959,1956 +185,268,1948,1956 +185,269,1948,1956 +185,271,1946,1956 +185,272,1948,1956 +185,273,1952,1956 +185,310,1948,1956 +185,399,1955,1956 +186,154,1948,1956 +186,204,1960,1956 +186,206,1948,1956 +186,207,1948,1956 +186,212,1948,1956 +186,230,1948,1956 +186,248,1948,1956 +186,268,1948,1956 +186,269,1948,1956 +186,271,1946,1956 +186,272,1948,1956 +186,310,1948,1956 +187,154,1948,1956 +187,204,1960,1956 +187,206,1948,1956 +187,207,1948,1956 +187,212,1948,1956 +187,230,1948,1956 +187,248,1948,1956 +187,268,1948,1956 +187,269,1948,1956 +187,271,1946,1956 +187,272,1948,1956 +187,310,1948,1956 +188,166,1959,1952 +188,167,1959,1952 +188,168,1959,1952 +188,169,1959,1952 +188,185,1956,1952 +188,197,1959,1952 +188,198,1959,1952 +188,200,1959,1952 +188,201,1959,1952 +188,202,1959,1952 +188,203,1959,1952 +188,204,1960,1952 +188,205,1960,1952 +188,216,1959,1952 +188,217,1959,1952 +188,218,1959,1952 +188,219,1959,1952 +188,221,1959,1952 +188,222,1959,1952 +188,223,1959,1952 +188,224,1959,1952 +188,225,1959,1952 +188,232,1959,1952 +188,241,1959,1952 +188,242,1959,1952 +188,243,1959,1952 +188,244,1959,1952 +188,263,1959,1952 +188,271,1946,1951 +189,185,1956,1955 +189,204,1960,1952 +189,271,1946,1951 +190,185,1956,1955 +190,204,1960,1952 +190,271,1946,1951 +191,154,1948,1956 +191,204,1960,1956 +191,206,1948,1956 +191,207,1948,1956 +191,212,1948,1956 +191,230,1948,1956 +191,248,1948,1956 +191,268,1948,1956 +191,269,1948,1956 +191,271,1946,1956 +191,272,1948,1956 +191,310,1948,1956 +192,154,1948,1956 +192,204,1960,1956 +192,206,1948,1956 +192,207,1948,1956 +192,212,1948,1956 +192,230,1948,1956 +192,248,1948,1956 +192,268,1948,1956 +192,269,1948,1956 +192,271,1946,1956 +192,272,1948,1956 +192,310,1948,1956 +193,185,1956,1955 +193,204,1960,1955 +193,206,1948,1953 +193,207,1948,1953 +193,271,1946,1955 +193,272,1948,1953 +194,185,1956,1955 +194,204,1960,1955 +194,206,1948,1953 +194,207,1948,1953 +194,271,1946,1955 +194,272,1948,1953 +195,185,1956,1955 +195,204,1960,1955 +195,206,1948,1953 +195,207,1948,1953 +195,271,1946,1955 +195,272,1948,1953 +196,185,1956,1955 +196,204,1960,1955 +196,271,1946,1955 +196,272,1948,1953 +197,159,1952,1959 +197,160,1952,1959 +197,161,1952,1959 +197,162,1952,1959 +197,163,1952,1959 +197,164,1952,1959 +197,165,1952,1959 +197,181,1952,1959 +197,184,1954,1959 +197,185,1956,1959 +197,188,1952,1959 +197,206,1948,1959 +197,207,1948,1959 +197,212,1948,1959 +197,213,1952,1959 +197,214,1952,1959 +197,215,1952,1959 +197,230,1948,1959 +197,239,1952,1959 +197,240,1952,1959 +197,248,1948,1959 +197,261,1952,1959 +197,262,1952,1959 +197,268,1948,1959 +197,269,1948,1959 +197,271,1946,1959 +197,272,1948,1959 +197,273,1952,1959 +198,154,1948,1959 +198,160,1952,1959 +198,162,1952,1959 +198,181,1952,1959 +198,188,1952,1959 +198,206,1948,1959 +198,207,1948,1959 +198,212,1948,1959 +198,213,1952,1959 +198,215,1952,1959 +198,230,1948,1959 +198,239,1952,1959 +198,240,1952,1959 +198,248,1948,1959 +198,261,1952,1959 +198,268,1948,1959 +198,269,1948,1959 +198,271,1946,1959 +198,272,1948,1959 +198,273,1952,1959 +198,310,1948,1959 +199,154,1948,1959 +199,206,1948,1959 +199,207,1948,1959 +199,212,1948,1959 +199,230,1948,1959 +199,248,1948,1959 +199,268,1948,1959 +199,269,1948,1959 +199,271,1946,1959 +199,272,1948,1959 +199,310,1948,1959 +200,160,1952,1959 +200,162,1952,1959 +200,181,1952,1959 +200,188,1952,1959 +200,206,1948,1959 +200,207,1948,1959 +200,212,1948,1959 +200,213,1952,1959 +200,215,1952,1959 +200,230,1948,1959 +200,239,1952,1959 +200,240,1952,1959 +200,248,1948,1959 +200,261,1952,1959 +200,268,1948,1959 +200,269,1948,1959 +200,271,1946,1959 +200,272,1948,1959 +200,273,1952,1959 +201,159,1952,1959 +201,160,1952,1959 +201,161,1952,1959 +201,162,1952,1959 +201,163,1952,1959 +201,164,1952,1959 +201,165,1952,1959 +201,181,1952,1959 +201,184,1954,1959 +201,185,1956,1959 +201,188,1952,1959 +201,206,1948,1959 +201,207,1948,1959 +201,212,1948,1959 +201,213,1952,1959 +201,214,1952,1959 +201,215,1952,1959 +201,230,1948,1959 +201,239,1952,1959 +201,240,1952,1959 +201,248,1948,1959 +201,261,1952,1959 +201,262,1952,1959 +201,268,1948,1959 +201,269,1948,1959 +201,271,1946,1959 +201,272,1948,1959 +201,273,1952,1959 +202,159,1952,1959 +202,160,1952,1959 +202,161,1952,1959 +202,162,1952,1959 +202,163,1952,1959 +202,164,1952,1959 +202,165,1952,1959 +202,181,1952,1959 +202,184,1954,1959 +202,185,1956,1959 +202,188,1952,1959 +202,206,1948,1959 +202,207,1948,1959 +202,212,1948,1959 +202,213,1952,1959 +202,214,1952,1959 +202,215,1952,1959 +202,230,1948,1959 +202,239,1952,1959 +202,240,1952,1959 +202,248,1948,1959 +202,261,1952,1959 +202,262,1952,1959 +202,268,1948,1959 +202,269,1948,1959 +202,271,1946,1959 +202,272,1948,1959 +202,273,1952,1959 +203,159,1952,1959 +203,160,1952,1959 +203,161,1952,1959 +203,162,1952,1959 +203,163,1952,1959 +203,164,1952,1959 +203,165,1952,1959 +203,181,1952,1959 +203,184,1954,1959 +203,185,1956,1959 +203,188,1952,1959 +203,206,1948,1959 +203,207,1948,1959 +203,212,1948,1959 +203,213,1952,1959 +203,214,1952,1959 +203,215,1952,1959 +203,230,1948,1959 +203,239,1952,1959 +203,240,1952,1959 +203,248,1948,1959 +203,261,1952,1959 +203,262,1952,1959 +203,268,1948,1959 +203,269,1948,1959 +203,271,1946,1959 +203,272,1948,1959 +203,273,1952,1959 +204,151,1956,1960 +204,152,1956,1960 +204,153,1956,1960 +204,154,1948,1960 +204,155,1954,1960 +204,156,1954,1960 +204,157,1954,1960 +204,158,1955,1960 +204,159,1952,1960 +204,160,1952,1960 +204,161,1952,1960 +204,162,1952,1960 +204,163,1952,1960 +204,164,1952,1960 +204,165,1952,1960 +204,171,1956,1960 +204,172,1956,1960 +204,173,1956,1960 +204,174,1956,1960 +204,175,1956,1960 +204,176,1956,1960 +204,177,1956,1960 +204,178,1956,1960 +204,181,1952,1960 +204,183,1954,1960 +204,184,1954,1960 +204,185,1956,1960 +204,186,1956,1960 +204,187,1956,1960 +204,188,1952,1960 +204,189,1952,1960 +204,190,1952,1960 +204,191,1956,1960 +204,192,1956,1960 +204,193,1955,1960 +204,194,1955,1960 +204,195,1955,1960 +204,196,1955,1960 +204,206,1948,1960 +204,207,1948,1960 +204,208,1955,1960 +204,209,1952,1960 +204,210,1954,1960 +204,211,1954,1960 +204,212,1948,1960 +204,213,1952,1960 +204,214,1952,1960 +204,215,1952,1960 +204,220,1954,1960 +204,230,1948,1960 +204,231,1956,1960 +204,236,1954,1960 +204,237,1954,1960 +204,238,1954,1960 +204,239,1952,1960 +204,240,1952,1960 +204,245,1956,1960 +204,246,1956,1960 +204,247,1956,1960 +204,248,1948,1960 +204,249,1955,1960 +204,250,1956,1960 +204,251,1956,1960 +204,252,1954,1960 +204,253,1955,1960 +204,254,1954,1960 +204,255,1954,1960 +204,256,1954,1960 +204,257,1955,1960 +204,258,1954,1960 +204,259,1954,1960 +204,260,1954,1960 +204,261,1952,1960 +204,262,1952,1960 +204,268,1948,1960 +204,269,1948,1960 +204,271,1946,1960 +204,272,1948,1960 +204,273,1952,1960 +204,310,1948,1960 +204,399,1954,1960 +205,159,1952,1960 +205,160,1952,1960 +205,161,1952,1960 +205,162,1952,1960 +205,163,1952,1960 +205,164,1952,1960 +205,165,1952,1960 +205,181,1952,1960 +205,184,1954,1960 +205,185,1956,1960 +205,188,1952,1960 +205,206,1948,1960 +205,207,1948,1960 +205,212,1948,1960 +205,213,1952,1960 +205,214,1952,1960 +205,215,1952,1960 +205,230,1948,1960 +205,239,1952,1960 +205,240,1952,1960 +205,248,1948,1960 +205,261,1952,1960 +205,262,1952,1960 +205,268,1948,1960 +205,269,1948,1960 +205,271,1960,1946 +205,272,1948,1960 +205,273,1952,1960 +206,151,1956,1948 +206,152,1956,1948 +206,153,1956,1948 +206,158,1953,1948 +206,166,1959,1948 +206,167,1959,1948 +206,168,1959,1948 +206,169,1959,1948 +206,170,1959,1948 +206,171,1956,1948 +206,172,1956,1948 +206,173,1956,1948 +206,174,1956,1948 +206,175,1956,1948 +206,176,1956,1948 +206,177,1956,1948 +206,178,1956,1948 +206,183,1953,1948 +206,184,1953,1948 +206,185,1956,1948 +206,186,1956,1948 +206,187,1956,1948 +206,191,1956,1948 +206,192,1956,1948 +206,193,1953,1948 +206,194,1953,1948 +206,195,1953,1948 +206,197,1959,1948 +206,198,1959,1948 +206,199,1959,1948 +206,200,1959,1948 +206,201,1959,1948 +206,202,1959,1948 +206,203,1959,1948 +206,204,1960,1948 +206,205,1960,1948 +206,208,1953,1948 +206,210,1953,1948 +206,216,1959,1948 +206,217,1959,1948 +206,218,1959,1948 +206,219,1959,1948 +206,221,1959,1948 +206,222,1959,1948 +206,223,1959,1948 +206,224,1959,1948 +206,225,1959,1948 +206,226,1956,1948 +206,227,1956,1948 +206,228,1956,1948 +206,229,1956,1948 +206,231,1956,1948 +206,232,1959,1948 +206,233,1956,1948 +206,234,1956,1948 +206,235,1956,1948 +206,241,1959,1948 +206,242,1959,1948 +206,243,1959,1948 +206,244,1959,1948 +206,245,1956,1948 +206,246,1956,1948 +206,247,1956,1948 +206,249,1953,1948 +206,250,1956,1948 +206,251,1956,1948 +206,263,1959,1948 +206,264,1959,1948 +206,265,1959,1948 +206,266,1959,1948 +206,267,1956,1948 +206,270,1956,1948 +207,151,1956,1948 +207,152,1956,1948 +207,153,1956,1948 +207,158,1953,1948 +207,166,1959,1948 +207,167,1959,1948 +207,168,1959,1948 +207,169,1959,1948 +207,170,1959,1948 +207,171,1956,1948 +207,172,1956,1948 +207,173,1956,1948 +207,174,1956,1948 +207,175,1956,1948 +207,176,1956,1948 +207,177,1956,1948 +207,178,1956,1948 +207,183,1953,1948 +207,184,1953,1948 +207,185,1956,1948 +207,186,1956,1948 +207,187,1956,1948 +207,191,1956,1948 +207,192,1956,1948 +207,193,1953,1948 +207,194,1953,1948 +207,195,1953,1948 +207,197,1959,1948 +207,198,1959,1948 +207,199,1959,1948 +207,200,1959,1948 +207,201,1959,1948 +207,202,1959,1948 +207,203,1959,1948 +207,204,1960,1948 +207,205,1960,1948 +207,208,1953,1948 +207,210,1953,1948 +207,216,1959,1948 +207,217,1959,1948 +207,218,1959,1948 +207,219,1959,1948 +207,221,1959,1948 +207,222,1959,1948 +207,223,1959,1948 +207,224,1959,1948 +207,225,1959,1948 +207,226,1956,1948 +207,227,1956,1948 +207,228,1956,1948 +207,229,1956,1948 +207,231,1956,1948 +207,232,1959,1948 +207,233,1956,1948 +207,234,1956,1948 +207,235,1956,1948 +207,241,1959,1948 +207,242,1959,1948 +207,243,1959,1948 +207,244,1959,1948 +207,245,1956,1948 +207,246,1956,1948 +207,247,1956,1948 +207,249,1953,1948 +207,250,1956,1948 +207,251,1956,1948 +207,263,1959,1948 +207,264,1959,1948 +207,265,1959,1948 +207,266,1959,1948 +207,267,1956,1948 +207,270,1956,1948 +208,185,1956,1955 +208,204,1960,1955 +208,206,1948,1953 +208,207,1948,1953 +208,271,1946,1955 +208,272,1948,1953 +209,185,1956,1955 +209,204,1960,1952 +209,271,1946,1951 +210,185,1956,1955 +210,204,1960,1954 +210,206,1948,1953 +210,207,1948,1953 +210,271,1946,1954 +210,272,1948,1953 +211,185,1956,1955 +211,204,1960,1954 +211,271,1946,1954 +211,272,1948,1953 +212,166,1959,1948 +212,167,1959,1948 +212,168,1959,1948 +212,169,1959,1948 +212,170,1959,1948 +212,184,1953,1948 +212,185,1956,1948 +212,186,1956,1948 +212,187,1956,1948 +212,191,1956,1948 +212,192,1956,1948 +212,197,1959,1948 +212,198,1959,1948 +212,199,1959,1948 +212,200,1959,1948 +212,201,1959,1948 +212,202,1959,1948 +212,203,1959,1948 +212,204,1960,1948 +212,205,1960,1948 +212,217,1959,1948 +212,218,1959,1948 +212,219,1959,1948 +212,221,1959,1948 +212,222,1959,1948 +212,223,1959,1948 +212,224,1959,1948 +212,225,1959,1948 +212,226,1956,1948 +212,227,1956,1948 +212,228,1956,1948 +212,229,1956,1948 +212,231,1956,1948 +212,232,1959,1948 +212,233,1956,1948 +212,234,1956,1948 +212,235,1956,1948 +212,241,1959,1948 +212,242,1959,1948 +212,243,1959,1948 +212,244,1959,1948 +212,245,1956,1948 +212,246,1956,1948 +212,247,1956,1948 +212,264,1959,1948 +212,265,1959,1948 +212,266,1959,1948 +212,267,1956,1948 +212,270,1956,1948 +213,166,1959,1952 +213,167,1959,1952 +213,168,1959,1952 +213,169,1959,1952 +213,185,1956,1952 +213,197,1959,1952 +213,198,1959,1952 +213,200,1959,1952 +213,201,1959,1952 +213,202,1959,1952 +213,203,1959,1952 +213,204,1960,1952 +213,205,1960,1952 +213,216,1959,1952 +213,217,1959,1952 +213,218,1959,1952 +213,219,1959,1952 +213,221,1959,1952 +213,222,1959,1952 +213,223,1959,1952 +213,224,1959,1952 +213,225,1959,1952 +213,232,1959,1952 +213,241,1959,1952 +213,242,1959,1952 +213,243,1959,1952 +213,244,1959,1952 +213,263,1959,1952 +213,271,1946,1951 +214,166,1959,1952 +214,167,1959,1952 +214,168,1959,1952 +214,185,1956,1952 +214,197,1959,1952 +214,201,1959,1952 +214,202,1959,1952 +214,203,1959,1952 +214,204,1960,1952 +214,205,1960,1952 +214,216,1959,1952 +214,217,1959,1952 +214,218,1959,1952 +214,219,1959,1952 +214,221,1959,1952 +214,222,1959,1952 +214,223,1959,1952 +214,224,1959,1952 +214,225,1959,1952 +214,232,1959,1952 +214,241,1959,1952 +214,242,1959,1952 +214,243,1959,1952 +214,244,1959,1952 +214,263,1959,1952 +214,271,1946,1951 +215,166,1959,1952 +215,167,1959,1952 +215,168,1959,1952 +215,169,1959,1952 +215,185,1956,1952 +215,197,1959,1952 +215,198,1959,1952 +215,200,1959,1952 +215,201,1959,1952 +215,202,1959,1952 +215,203,1959,1952 +215,204,1960,1952 +215,205,1960,1952 +215,216,1959,1952 +215,217,1959,1952 +215,218,1959,1952 +215,219,1959,1952 +215,221,1959,1952 +215,222,1959,1952 +215,223,1959,1952 +215,224,1959,1952 +215,225,1959,1952 +215,232,1959,1952 +215,241,1959,1952 +215,242,1959,1952 +215,243,1959,1952 +215,244,1959,1952 +215,263,1959,1952 +215,271,1946,1951 +216,159,1952,1959 +216,160,1952,1959 +216,161,1952,1959 +216,162,1952,1959 +216,163,1952,1959 +216,164,1952,1959 +216,165,1952,1959 +216,181,1952,1959 +216,184,1954,1959 +216,185,1956,1959 +216,188,1952,1959 +216,206,1948,1959 +216,207,1948,1959 +216,213,1952,1959 +216,214,1952,1959 +216,215,1952,1959 +216,248,1948,1959 +216,261,1952,1959 +216,262,1952,1959 +216,271,1946,1959 +216,272,1948,1959 +216,273,1952,1959 +217,160,1952,1959 +217,162,1952,1959 +217,164,1952,1959 +217,165,1952,1959 +217,181,1952,1959 +217,185,1956,1959 +217,188,1952,1959 +217,206,1948,1959 +217,207,1948,1959 +217,212,1948,1959 +217,213,1952,1959 +217,214,1952,1959 +217,215,1952,1959 +217,230,1948,1959 +217,239,1952,1959 +217,240,1952,1959 +217,248,1948,1959 +217,261,1952,1959 +217,262,1952,1959 +217,268,1948,1959 +217,269,1948,1959 +217,271,1946,1959 +217,272,1948,1959 +217,273,1952,1959 +218,160,1952,1959 +218,162,1952,1959 +218,164,1952,1959 +218,165,1952,1959 +218,181,1952,1959 +218,185,1956,1959 +218,188,1952,1959 +218,206,1948,1959 +218,207,1948,1959 +218,212,1948,1959 +218,213,1952,1959 +218,214,1952,1959 +218,215,1952,1959 +218,230,1948,1959 +218,239,1952,1959 +218,240,1952,1959 +218,248,1948,1959 +218,261,1952,1959 +218,262,1952,1959 +218,268,1948,1959 +218,269,1948,1959 +218,271,1946,1959 +218,272,1948,1959 +218,273,1952,1959 +219,160,1952,1959 +219,162,1952,1959 +219,164,1952,1959 +219,165,1952,1959 +219,181,1952,1959 +219,185,1956,1959 +219,188,1952,1959 +219,206,1948,1959 +219,207,1948,1959 +219,212,1948,1959 +219,213,1952,1959 +219,214,1952,1959 +219,215,1952,1959 +219,230,1948,1959 +219,239,1952,1959 +219,240,1952,1959 +219,248,1948,1959 +219,261,1952,1959 +219,262,1952,1959 +219,268,1948,1959 +219,269,1948,1959 +219,271,1946,1959 +219,272,1948,1959 +219,273,1952,1959 +220,185,1956,1955 +220,204,1960,1954 +220,271,1946,1954 +220,272,1948,1953 +221,159,1952,1959 +221,160,1952,1959 +221,161,1952,1959 +221,162,1952,1959 +221,163,1952,1959 +221,164,1952,1959 +221,165,1952,1959 +221,181,1952,1959 +221,184,1954,1959 +221,185,1956,1959 +221,188,1952,1959 +221,206,1948,1959 +221,207,1948,1959 +221,212,1948,1959 +221,213,1952,1959 +221,214,1952,1959 +221,215,1952,1959 +221,230,1948,1959 +221,239,1952,1959 +221,240,1952,1959 +221,248,1948,1959 +221,261,1952,1959 +221,262,1952,1959 +221,268,1948,1959 +221,269,1948,1959 +221,271,1946,1959 +221,272,1948,1959 +221,273,1952,1959 +222,159,1952,1959 +222,160,1952,1959 +222,161,1952,1959 +222,162,1952,1959 +222,163,1952,1959 +222,164,1952,1959 +222,165,1952,1959 +222,181,1952,1959 +222,184,1954,1959 +222,185,1956,1959 +222,188,1952,1959 +222,206,1948,1959 +222,207,1948,1959 +222,212,1948,1959 +222,213,1952,1959 +222,214,1952,1959 +222,215,1952,1959 +222,230,1948,1959 +222,239,1952,1959 +222,240,1952,1959 +222,248,1948,1959 +222,261,1952,1959 +222,262,1952,1959 +222,268,1948,1959 +222,269,1948,1959 +222,271,1946,1959 +222,272,1948,1959 +222,273,1952,1959 +223,160,1952,1959 +223,162,1952,1959 +223,164,1952,1959 +223,165,1952,1959 +223,181,1952,1959 +223,184,1954,1959 +223,185,1956,1959 +223,188,1952,1959 +223,206,1948,1959 +223,207,1948,1959 +223,212,1948,1959 +223,213,1952,1959 +223,214,1952,1959 +223,215,1952,1959 +223,230,1948,1959 +223,239,1952,1959 +223,240,1952,1959 +223,248,1948,1959 +223,261,1952,1959 +223,262,1952,1959 +223,268,1948,1959 +223,269,1948,1959 +223,271,1946,1959 +223,272,1948,1959 +223,273,1952,1959 +224,159,1952,1959 +224,160,1952,1959 +224,161,1952,1959 +224,162,1952,1959 +224,163,1952,1959 +224,164,1952,1959 +224,165,1952,1959 +224,181,1952,1959 +224,184,1954,1959 +224,185,1956,1959 +224,188,1952,1959 +224,206,1948,1959 +224,207,1948,1959 +224,212,1948,1959 +224,213,1952,1959 +224,214,1952,1959 +224,215,1952,1959 +224,230,1948,1959 +224,239,1952,1959 +224,240,1952,1959 +224,248,1948,1959 +224,261,1952,1959 +224,262,1952,1959 +224,268,1948,1959 +224,269,1948,1959 +224,271,1946,1959 +224,272,1948,1959 +224,273,1952,1959 +225,159,1952,1959 +225,160,1952,1959 +225,161,1952,1959 +225,162,1952,1959 +225,163,1952,1959 +225,164,1952,1959 +225,165,1952,1959 +225,181,1952,1959 +225,184,1954,1959 +225,185,1956,1959 +225,188,1952,1959 +225,206,1948,1959 +225,207,1948,1959 +225,212,1948,1959 +225,213,1952,1959 +225,214,1952,1959 +225,215,1952,1959 +225,230,1948,1959 +225,239,1952,1959 +225,240,1952,1959 +225,248,1948,1959 +225,261,1952,1959 +225,262,1952,1959 +225,268,1948,1959 +225,269,1948,1959 +225,271,1946,1959 +225,272,1948,1959 +225,273,1952,1959 +226,154,1948,1956 +226,206,1948,1956 +226,207,1948,1956 +226,212,1948,1956 +226,230,1948,1956 +226,268,1948,1956 +226,269,1948,1956 +226,271,1946,1956 +226,272,1948,1956 +226,310,1948,1956 +227,154,1948,1956 +227,206,1948,1956 +227,207,1948,1956 +227,212,1948,1956 +227,230,1948,1956 +227,268,1948,1956 +227,269,1948,1956 +227,271,1946,1956 +227,272,1948,1956 +227,310,1948,1956 +228,154,1948,1956 +228,206,1948,1956 +228,207,1948,1956 +228,212,1948,1956 +228,230,1948,1956 +228,268,1948,1956 +228,269,1948,1956 +228,271,1946,1956 +228,272,1948,1956 +228,310,1948,1956 +229,154,1948,1956 +229,206,1948,1956 +229,207,1948,1956 +229,212,1948,1956 +229,230,1948,1956 +229,268,1948,1956 +229,269,1948,1956 +229,271,1946,1956 +229,272,1948,1956 +229,310,1948,1956 +230,151,1956,1948 +230,152,1956,1948 +230,153,1956,1948 +230,166,1959,1948 +230,167,1959,1948 +230,168,1959,1948 +230,169,1959,1948 +230,170,1959,1948 +230,171,1956,1948 +230,172,1956,1948 +230,173,1956,1948 +230,174,1956,1948 +230,175,1956,1948 +230,176,1956,1948 +230,177,1956,1948 +230,178,1956,1948 +230,183,1953,1948 +230,184,1953,1948 +230,185,1956,1948 +230,186,1956,1948 +230,187,1956,1948 +230,191,1956,1948 +230,192,1956,1948 +230,197,1959,1948 +230,198,1959,1948 +230,199,1959,1948 +230,200,1959,1948 +230,201,1959,1948 +230,202,1959,1948 +230,203,1959,1948 +230,204,1960,1948 +230,205,1960,1948 +230,217,1959,1948 +230,218,1959,1948 +230,219,1959,1948 +230,221,1959,1948 +230,222,1959,1948 +230,223,1959,1948 +230,224,1959,1948 +230,225,1959,1948 +230,226,1956,1948 +230,227,1956,1948 +230,228,1956,1948 +230,229,1956,1948 +230,231,1956,1948 +230,232,1959,1948 +230,233,1956,1948 +230,234,1956,1948 +230,235,1956,1948 +230,241,1959,1948 +230,242,1959,1948 +230,243,1959,1948 +230,244,1959,1948 +230,245,1956,1948 +230,246,1956,1948 +230,247,1956,1948 +230,250,1956,1948 +230,251,1956,1948 +230,264,1959,1948 +230,265,1959,1948 +230,266,1959,1948 +230,267,1956,1948 +230,270,1956,1948 +231,154,1948,1956 +231,204,1960,1956 +231,206,1948,1956 +231,207,1948,1956 +231,212,1948,1956 +231,230,1948,1956 +231,248,1948,1956 +231,268,1948,1956 +231,269,1948,1956 +231,271,1946,1956 +231,272,1948,1956 +231,310,1948,1956 +232,154,1948,1959 +232,159,1952,1959 +232,160,1952,1959 +232,161,1952,1959 +232,162,1952,1959 +232,163,1952,1959 +232,164,1952,1959 +232,165,1952,1959 +232,181,1952,1959 +232,184,1954,1959 +232,185,1956,1959 +232,188,1952,1959 +232,206,1948,1959 +232,207,1948,1959 +232,212,1948,1959 +232,213,1952,1959 +232,214,1952,1959 +232,215,1952,1959 +232,230,1948,1959 +232,239,1952,1959 +232,240,1952,1959 +232,248,1948,1959 +232,261,1952,1959 +232,262,1952,1959 +232,268,1948,1959 +232,269,1948,1959 +232,271,1946,1959 +232,272,1948,1959 +232,273,1952,1959 +232,310,1948,1959 +233,154,1948,1956 +233,206,1948,1956 +233,207,1948,1956 +233,212,1948,1956 +233,230,1948,1956 +233,248,1948,1956 +233,268,1948,1956 +233,269,1948,1956 +233,271,1946,1956 +233,272,1948,1956 +233,310,1948,1956 +234,154,1948,1956 +234,206,1948,1956 +234,207,1948,1956 +234,212,1948,1956 +234,230,1948,1956 +234,248,1948,1956 +234,268,1948,1956 +234,269,1948,1956 +234,271,1946,1956 +234,272,1948,1956 +234,310,1948,1956 +235,154,1948,1956 +235,206,1948,1956 +235,207,1948,1956 +235,212,1948,1956 +235,230,1948,1956 +235,248,1948,1956 +235,268,1948,1956 +235,269,1948,1956 +235,271,1946,1956 +235,272,1948,1956 +235,310,1948,1956 +236,185,1956,1955 +236,204,1960,1954 +236,271,1946,1954 +236,272,1948,1953 +237,185,1956,1955 +237,204,1960,1954 +237,271,1946,1954 +237,272,1948,1953 +238,185,1956,1955 +238,204,1960,1954 +238,271,1946,1954 +238,272,1948,1953 +239,166,1959,1952 +239,167,1959,1952 +239,168,1959,1952 +239,169,1959,1952 +239,185,1956,1952 +239,197,1959,1952 +239,198,1959,1952 +239,200,1959,1952 +239,201,1959,1952 +239,202,1959,1952 +239,203,1959,1952 +239,204,1960,1952 +239,205,1960,1952 +239,217,1959,1952 +239,218,1959,1952 +239,219,1959,1952 +239,221,1959,1952 +239,222,1959,1952 +239,223,1959,1952 +239,224,1959,1952 +239,225,1959,1952 +239,232,1959,1952 +239,241,1959,1952 +239,242,1959,1952 +239,243,1959,1952 +239,244,1959,1952 +240,166,1959,1952 +240,167,1959,1952 +240,168,1959,1952 +240,169,1959,1952 +240,185,1956,1952 +240,197,1959,1952 +240,198,1959,1952 +240,200,1959,1952 +240,201,1959,1952 +240,202,1959,1952 +240,203,1959,1952 +240,204,1960,1952 +240,205,1960,1952 +240,217,1959,1952 +240,218,1959,1952 +240,219,1959,1952 +240,221,1959,1952 +240,222,1959,1952 +240,223,1959,1952 +240,224,1959,1952 +240,225,1959,1952 +240,232,1959,1952 +240,241,1959,1952 +240,242,1959,1952 +240,243,1959,1952 +240,244,1959,1952 +241,160,1952,1959 +241,162,1952,1959 +241,164,1952,1959 +241,165,1952,1959 +241,181,1952,1959 +241,185,1956,1959 +241,188,1952,1959 +241,206,1948,1959 +241,207,1948,1959 +241,212,1948,1959 +241,213,1952,1959 +241,214,1952,1959 +241,215,1952,1959 +241,230,1948,1959 +241,239,1952,1959 +241,240,1952,1959 +241,248,1948,1959 +241,261,1952,1959 +241,262,1952,1959 +241,268,1948,1959 +241,269,1948,1959 +241,271,1946,1959 +241,272,1948,1959 +241,273,1952,1959 +242,154,1948,1959 +242,160,1952,1959 +242,162,1952,1959 +242,164,1952,1959 +242,165,1952,1959 +242,181,1952,1959 +242,185,1956,1959 +242,188,1952,1959 +242,206,1948,1959 +242,207,1948,1959 +242,212,1948,1959 +242,213,1952,1959 +242,214,1952,1959 +242,215,1952,1959 +242,230,1948,1959 +242,239,1952,1959 +242,240,1952,1959 +242,248,1948,1959 +242,261,1952,1959 +242,262,1952,1959 +242,268,1948,1959 +242,269,1948,1959 +242,271,1946,1959 +242,272,1948,1959 +242,273,1952,1959 +242,310,1948,1959 +243,154,1948,1959 +243,160,1952,1959 +243,162,1952,1959 +243,164,1952,1959 +243,165,1952,1959 +243,181,1952,1959 +243,184,1954,1959 +243,185,1956,1959 +243,188,1952,1959 +243,206,1948,1959 +243,207,1948,1959 +243,212,1948,1959 +243,213,1952,1959 +243,214,1952,1959 +243,215,1952,1959 +243,230,1948,1959 +243,239,1952,1959 +243,240,1952,1959 +243,248,1948,1959 +243,261,1952,1959 +243,262,1952,1959 +243,268,1948,1959 +243,269,1948,1959 +243,271,1946,1959 +243,272,1948,1959 +243,273,1952,1959 +243,310,1948,1959 +244,160,1952,1959 +244,162,1952,1959 +244,164,1952,1959 +244,165,1952,1959 +244,181,1952,1959 +244,185,1956,1959 +244,188,1952,1959 +244,206,1948,1959 +244,207,1948,1959 +244,212,1948,1959 +244,213,1952,1959 +244,214,1952,1959 +244,215,1952,1959 +244,230,1948,1959 +244,239,1952,1959 +244,240,1952,1959 +244,248,1948,1959 +244,261,1952,1959 +244,262,1952,1959 +244,268,1948,1959 +244,269,1948,1959 +244,271,1946,1959 +244,272,1948,1959 +244,273,1952,1959 +245,154,1948,1956 +245,204,1960,1956 +245,206,1948,1956 +245,207,1948,1956 +245,212,1948,1956 +245,230,1948,1956 +245,268,1948,1956 +245,269,1948,1956 +245,271,1946,1956 +245,272,1948,1956 +245,310,1948,1956 +246,154,1948,1956 +246,204,1960,1956 +246,206,1948,1956 +246,207,1948,1956 +246,212,1948,1956 +246,230,1948,1956 +246,268,1948,1956 +246,269,1948,1956 +246,271,1946,1956 +246,272,1948,1956 +246,310,1948,1956 +247,154,1948,1956 +247,204,1960,1956 +247,206,1948,1956 +247,207,1948,1956 +247,212,1948,1956 +247,230,1948,1956 +247,268,1948,1956 +247,269,1948,1956 +247,271,1946,1956 +247,272,1948,1956 +247,310,1948,1956 +248,166,1959,1948 +248,167,1959,1948 +248,168,1959,1948 +248,169,1959,1948 +248,170,1959,1948 +248,185,1956,1948 +248,186,1956,1948 +248,187,1956,1948 +248,191,1956,1948 +248,192,1956,1948 +248,197,1959,1948 +248,198,1959,1948 +248,199,1959,1948 +248,200,1959,1948 +248,201,1959,1948 +248,202,1959,1948 +248,203,1959,1948 +248,204,1960,1948 +248,205,1960,1948 +248,216,1959,1948 +248,217,1959,1948 +248,218,1959,1948 +248,219,1959,1948 +248,221,1959,1948 +248,222,1959,1948 +248,223,1959,1948 +248,224,1959,1948 +248,225,1959,1948 +248,231,1956,1948 +248,232,1959,1948 +248,233,1956,1948 +248,234,1956,1948 +248,235,1956,1948 +248,241,1959,1948 +248,242,1959,1948 +248,243,1959,1948 +248,244,1959,1948 +248,263,1959,1948 +248,264,1959,1948 +248,265,1959,1948 +248,266,1959,1948 +248,267,1956,1948 +248,270,1956,1948 +249,185,1956,1955 +249,204,1960,1955 +249,206,1948,1953 +249,207,1948,1953 +249,271,1946,1955 +249,272,1948,1953 +250,154,1948,1956 +250,204,1960,1956 +250,206,1948,1956 +250,207,1948,1956 +250,230,1948,1956 +250,271,1946,1956 +250,272,1948,1956 +250,310,1948,1956 +251,154,1948,1956 +251,204,1960,1956 +251,206,1948,1956 +251,207,1948,1956 +251,230,1948,1956 +251,271,1946,1956 +251,272,1948,1956 +251,310,1948,1956 +252,185,1956,1955 +252,204,1960,1954 +252,271,1946,1954 +252,272,1948,1953 +253,185,1956,1955 +253,204,1960,1955 +253,271,1946,1955 +253,272,1948,1953 +254,185,1956,1955 +254,204,1960,1954 +254,271,1946,1954 +254,272,1948,1953 +255,185,1956,1955 +255,204,1960,1954 +255,271,1946,1954 +255,272,1948,1953 +256,185,1956,1955 +256,204,1960,1954 +256,271,1946,1954 +256,272,1948,1953 +257,185,1956,1955 +257,204,1960,1955 +257,271,1946,1955 +257,272,1948,1953 +258,185,1956,1955 +258,204,1960,1954 +258,271,1946,1954 +258,272,1948,1953 +259,185,1956,1955 +259,204,1960,1954 +259,271,1946,1954 +259,272,1948,1953 +260,185,1956,1955 +260,204,1960,1954 +260,271,1946,1954 +260,272,1948,1953 +261,166,1959,1952 +261,167,1959,1952 +261,168,1959,1952 +261,169,1959,1952 +261,185,1956,1952 +261,197,1959,1952 +261,198,1959,1952 +261,200,1959,1952 +261,201,1959,1952 +261,202,1959,1952 +261,203,1959,1952 +261,204,1960,1952 +261,205,1960,1952 +261,216,1959,1952 +261,217,1959,1952 +261,218,1959,1952 +261,219,1959,1952 +261,221,1959,1952 +261,222,1959,1952 +261,223,1959,1952 +261,224,1959,1952 +261,225,1959,1952 +261,232,1959,1952 +261,241,1959,1952 +261,242,1959,1952 +261,243,1959,1952 +261,244,1959,1952 +261,263,1959,1952 +261,271,1946,1951 +262,166,1959,1952 +262,167,1959,1952 +262,168,1959,1952 +262,185,1956,1952 +262,197,1959,1952 +262,201,1959,1952 +262,202,1959,1952 +262,203,1959,1952 +262,204,1960,1952 +262,205,1960,1952 +262,216,1959,1952 +262,217,1959,1952 +262,218,1959,1952 +262,219,1959,1952 +262,221,1959,1952 +262,222,1959,1952 +262,223,1959,1952 +262,224,1959,1952 +262,225,1959,1952 +262,232,1959,1952 +262,241,1959,1952 +262,242,1959,1952 +262,243,1959,1952 +262,244,1959,1952 +262,263,1959,1952 +262,271,1946,1951 +263,159,1952,1959 +263,160,1952,1959 +263,161,1952,1959 +263,162,1952,1959 +263,163,1952,1959 +263,164,1952,1959 +263,165,1952,1959 +263,181,1952,1959 +263,184,1954,1959 +263,185,1956,1959 +263,188,1952,1959 +263,206,1948,1959 +263,207,1948,1959 +263,213,1952,1959 +263,214,1952,1959 +263,215,1952,1959 +263,248,1948,1959 +263,261,1952,1959 +263,262,1952,1959 +263,271,1946,1959 +263,272,1948,1959 +263,273,1952,1959 +264,154,1948,1959 +264,206,1948,1959 +264,207,1948,1959 +264,212,1948,1959 +264,230,1948,1959 +264,248,1948,1959 +264,268,1948,1959 +264,269,1948,1959 +264,271,1946,1959 +264,272,1948,1959 +264,310,1948,1959 +265,154,1948,1959 +265,206,1948,1959 +265,207,1948,1959 +265,212,1948,1959 +265,230,1948,1959 +265,248,1948,1959 +265,268,1948,1959 +265,269,1948,1959 +265,271,1946,1959 +265,272,1948,1959 +265,310,1948,1959 +266,154,1948,1959 +266,206,1948,1959 +266,207,1948,1959 +266,212,1948,1959 +266,230,1948,1959 +266,248,1948,1959 +266,268,1948,1959 +266,269,1948,1959 +266,271,1946,1959 +266,272,1948,1959 +266,310,1948,1959 +267,154,1948,1956 +267,206,1948,1956 +267,207,1948,1956 +267,212,1948,1956 +267,230,1948,1956 +267,248,1948,1956 +267,268,1948,1956 +267,269,1948,1956 +267,271,1946,1956 +267,272,1948,1956 +267,310,1948,1956 +268,166,1959,1948 +268,167,1959,1948 +268,168,1959,1948 +268,169,1959,1948 +268,170,1959,1948 +268,184,1953,1948 +268,185,1956,1948 +268,186,1956,1948 +268,187,1956,1948 +268,191,1956,1948 +268,192,1956,1948 +268,197,1959,1948 +268,198,1959,1948 +268,199,1959,1948 +268,200,1959,1948 +268,201,1959,1948 +268,202,1959,1948 +268,203,1959,1948 +268,204,1960,1948 +268,205,1960,1948 +268,217,1959,1948 +268,218,1959,1948 +268,219,1959,1948 +268,221,1959,1948 +268,222,1959,1948 +268,223,1959,1948 +268,224,1959,1948 +268,225,1959,1948 +268,226,1956,1948 +268,227,1956,1948 +268,228,1956,1948 +268,229,1956,1948 +268,231,1956,1948 +268,232,1959,1948 +268,233,1956,1948 +268,234,1956,1948 +268,235,1956,1948 +268,241,1959,1948 +268,242,1959,1948 +268,243,1959,1948 +268,244,1959,1948 +268,245,1956,1948 +268,246,1956,1948 +268,247,1956,1948 +268,264,1959,1948 +268,265,1959,1948 +268,266,1959,1948 +268,267,1956,1948 +268,270,1956,1948 +269,166,1959,1948 +269,167,1959,1948 +269,168,1959,1948 +269,169,1959,1948 +269,170,1959,1948 +269,184,1953,1948 +269,185,1956,1948 +269,186,1956,1948 +269,187,1956,1948 +269,191,1956,1948 +269,192,1956,1948 +269,197,1959,1948 +269,198,1959,1948 +269,199,1959,1948 +269,200,1959,1948 +269,201,1959,1948 +269,202,1959,1948 +269,203,1959,1948 +269,204,1960,1948 +269,205,1960,1948 +269,217,1959,1948 +269,218,1959,1948 +269,219,1959,1948 +269,221,1959,1948 +269,222,1959,1948 +269,223,1959,1948 +269,224,1959,1948 +269,225,1959,1948 +269,226,1956,1948 +269,227,1956,1948 +269,228,1956,1948 +269,229,1956,1948 +269,231,1956,1948 +269,232,1959,1948 +269,233,1956,1948 +269,234,1956,1948 +269,235,1956,1948 +269,241,1959,1948 +269,242,1959,1948 +269,243,1959,1948 +269,244,1959,1948 +269,245,1956,1948 +269,246,1956,1948 +269,247,1956,1948 +269,264,1959,1948 +269,265,1959,1948 +269,266,1959,1948 +269,267,1956,1948 +269,270,1956,1948 +270,154,1948,1956 +270,206,1948,1956 +270,207,1948,1956 +270,212,1948,1956 +270,230,1948,1956 +270,248,1948,1956 +270,268,1948,1956 +270,269,1948,1956 +270,271,1946,1956 +270,272,1948,1956 +270,310,1948,1956 +271,151,1956,1946 +271,152,1956,1946 +271,153,1956,1946 +271,155,1954,1946 +271,156,1954,1946 +271,157,1954,1946 +271,158,1955,1946 +271,159,1951,1946 +271,160,1951,1946 +271,161,1951,1946 +271,162,1951,1946 +271,163,1951,1946 +271,164,1951,1946 +271,165,1951,1946 +271,166,1959,1946 +271,167,1959,1946 +271,168,1959,1946 +271,169,1959,1946 +271,170,1959,1946 +271,171,1956,1946 +271,172,1956,1946 +271,173,1956,1946 +271,174,1956,1946 +271,175,1956,1946 +271,176,1956,1946 +271,177,1956,1946 +271,178,1956,1946 +271,181,1951,1946 +271,183,1954,1946 +271,184,1954,1946 +271,185,1956,1946 +271,186,1956,1946 +271,187,1956,1946 +271,188,1951,1946 +271,189,1951,1946 +271,190,1951,1946 +271,191,1956,1946 +271,192,1956,1946 +271,193,1955,1946 +271,194,1955,1946 +271,195,1955,1946 +271,196,1955,1946 +271,197,1959,1946 +271,198,1959,1946 +271,199,1959,1946 +271,200,1959,1946 +271,201,1959,1946 +271,202,1959,1946 +271,203,1959,1946 +271,204,1960,1946 +271,205,1960,1946 +271,208,1955,1946 +271,209,1951,1946 +271,210,1954,1946 +271,211,1954,1946 +271,213,1951,1946 +271,214,1951,1946 +271,215,1951,1946 +271,216,1959,1946 +271,217,1959,1946 +271,218,1959,1946 +271,219,1959,1946 +271,220,1954,1946 +271,221,1959,1946 +271,222,1959,1946 +271,223,1959,1946 +271,224,1959,1946 +271,225,1959,1946 +271,226,1956,1946 +271,227,1956,1946 +271,228,1956,1946 +271,229,1956,1946 +271,231,1956,1946 +271,232,1959,1946 +271,233,1956,1946 +271,234,1956,1946 +271,235,1956,1946 +271,236,1954,1946 +271,237,1954,1946 +271,238,1954,1946 +271,241,1959,1946 +271,242,1959,1946 +271,243,1959,1946 +271,244,1959,1946 +271,245,1956,1946 +271,246,1956,1946 +271,247,1956,1946 +271,249,1955,1946 +271,250,1956,1946 +271,251,1956,1946 +271,252,1954,1946 +271,253,1955,1946 +271,254,1954,1946 +271,255,1954,1946 +271,256,1954,1946 +271,257,1955,1946 +271,258,1954,1946 +271,259,1954,1946 +271,260,1954,1946 +271,261,1951,1946 +271,262,1951,1946 +271,263,1959,1946 +271,264,1959,1946 +271,265,1959,1946 +271,266,1959,1946 +271,267,1956,1946 +271,270,1956,1946 +271,399,1954,1946 +272,151,1956,1948 +272,152,1956,1948 +272,153,1956,1948 +272,155,1953,1948 +272,156,1953,1948 +272,157,1953,1948 +272,158,1953,1948 +272,166,1959,1948 +272,167,1959,1948 +272,168,1959,1948 +272,169,1959,1948 +272,170,1959,1948 +272,171,1956,1948 +272,172,1956,1948 +272,173,1956,1948 +272,174,1956,1948 +272,175,1956,1948 +272,176,1956,1948 +272,177,1956,1948 +272,178,1956,1948 +272,183,1953,1948 +272,184,1953,1948 +272,185,1956,1948 +272,186,1956,1948 +272,187,1956,1948 +272,191,1956,1948 +272,192,1956,1948 +272,193,1953,1948 +272,194,1953,1948 +272,195,1953,1948 +272,196,1953,1948 +272,197,1959,1948 +272,198,1959,1948 +272,199,1959,1948 +272,200,1959,1948 +272,201,1959,1948 +272,202,1959,1948 +272,203,1959,1948 +272,204,1960,1948 +272,205,1960,1948 +272,208,1953,1948 +272,210,1953,1948 +272,211,1953,1948 +272,216,1959,1948 +272,217,1959,1948 +272,218,1959,1948 +272,219,1959,1948 +272,220,1953,1948 +272,221,1959,1948 +272,222,1959,1948 +272,223,1959,1948 +272,224,1959,1948 +272,225,1959,1948 +272,226,1956,1948 +272,227,1956,1948 +272,228,1956,1948 +272,229,1956,1948 +272,231,1956,1948 +272,232,1959,1948 +272,233,1956,1948 +272,234,1956,1948 +272,235,1956,1948 +272,236,1953,1948 +272,237,1953,1948 +272,238,1953,1948 +272,241,1959,1948 +272,242,1959,1948 +272,243,1959,1948 +272,244,1959,1948 +272,245,1956,1948 +272,246,1956,1948 +272,247,1956,1948 +272,249,1953,1948 +272,250,1956,1948 +272,251,1956,1948 +272,252,1953,1948 +272,253,1953,1948 +272,254,1953,1948 +272,255,1953,1948 +272,256,1953,1948 +272,257,1953,1948 +272,258,1953,1948 +272,259,1953,1948 +272,260,1953,1948 +272,263,1959,1948 +272,264,1959,1948 +272,265,1959,1948 +272,266,1959,1948 +272,267,1956,1948 +272,270,1956,1948 +272,399,1953,1948 +273,166,1959,1952 +273,167,1959,1952 +273,168,1959,1952 +273,169,1959,1952 +273,185,1956,1952 +273,197,1959,1952 +273,198,1959,1952 +273,200,1959,1952 +273,201,1959,1952 +273,202,1959,1952 +273,203,1959,1952 +273,204,1960,1952 +273,205,1960,1952 +273,216,1959,1952 +273,217,1959,1952 +273,218,1959,1952 +273,219,1959,1952 +273,221,1959,1952 +273,222,1959,1952 +273,223,1959,1952 +273,224,1959,1952 +273,225,1959,1952 +273,232,1959,1952 +273,241,1959,1952 +273,242,1959,1952 +273,243,1959,1952 +273,244,1959,1952 +273,263,1959,1952 +310,151,1956,1948 +310,152,1956,1948 +310,153,1956,1948 +310,170,1959,1948 +310,171,1956,1948 +310,172,1956,1948 +310,173,1956,1948 +310,174,1956,1948 +310,175,1956,1948 +310,176,1956,1948 +310,177,1956,1948 +310,178,1956,1948 +310,183,1953,1948 +310,184,1953,1948 +310,185,1956,1948 +310,186,1956,1948 +310,187,1956,1948 +310,191,1956,1948 +310,192,1956,1948 +310,198,1959,1948 +310,199,1959,1948 +310,204,1960,1948 +310,226,1956,1948 +310,227,1956,1948 +310,228,1956,1948 +310,229,1956,1948 +310,231,1956,1948 +310,232,1959,1948 +310,233,1956,1948 +310,234,1956,1948 +310,235,1956,1948 +310,242,1959,1948 +310,243,1959,1948 +310,245,1956,1948 +310,246,1956,1948 +310,247,1956,1948 +310,250,1956,1948 +310,251,1956,1948 +310,264,1959,1948 +310,265,1959,1948 +310,266,1959,1948 +310,267,1956,1948 +310,270,1956,1948 +399,185,1956,1955 +399,204,1960,1954 +399,271,1946,1954 +399,272,1948,1953 diff --git a/lib/data/cmap_data_truck_IE_poe.csv b/lib/data/cmap_data_truck_IE_poe.csv new file mode 100644 index 0000000..297a898 --- /dev/null +++ b/lib/data/cmap_data_truck_IE_poe.csv @@ -0,0 +1,36357 @@ +Production_zone,Consumption_zone,poe +1,271,1946 +2,271,1946 +3,271,1946 +4,271,1946 +5,271,1946 +6,271,1946 +7,271,1946 +8,271,1946 +9,271,1946 +10,271,1946 +11,271,1946 +12,271,1946 +13,271,1946 +14,271,1946 +15,271,1946 +16,271,1946 +17,271,1946 +18,271,1946 +19,271,1946 +20,271,1946 +21,271,1946 +22,271,1946 +23,271,1946 +24,271,1946 +25,271,1946 +26,271,1946 +27,271,1946 +28,271,1946 +29,271,1946 +30,271,1946 +31,271,1946 +32,271,1946 +33,271,1946 +34,271,1946 +35,271,1946 +36,271,1946 +37,271,1946 +38,271,1946 +39,271,1946 +40,271,1946 +41,271,1946 +42,271,1946 +43,271,1946 +44,271,1946 +45,271,1946 +46,271,1946 +47,271,1946 +48,271,1946 +49,271,1946 +50,271,1946 +51,271,1946 +52,271,1946 +53,271,1946 +54,271,1946 +55,271,1946 +56,271,1946 +57,271,1946 +58,271,1946 +59,271,1946 +60,271,1946 +61,271,1946 +62,271,1946 +63,271,1946 +64,271,1946 +65,271,1946 +66,271,1946 +67,271,1946 +68,271,1946 +69,271,1946 +70,271,1946 +71,271,1946 +72,271,1946 +73,271,1946 +74,271,1946 +75,271,1946 +76,271,1946 +77,271,1946 +78,271,1946 +79,271,1946 +80,271,1946 +81,271,1946 +82,271,1946 +83,271,1946 +84,271,1946 +85,271,1946 +86,271,1946 +87,271,1946 +88,271,1946 +89,271,1946 +90,271,1946 +91,271,1946 +92,271,1946 +93,271,1946 +94,271,1946 +95,271,1946 +96,271,1946 +97,271,1946 +98,271,1946 +99,271,1946 +100,271,1946 +101,271,1946 +102,271,1946 +103,271,1946 +104,271,1946 +105,271,1946 +106,271,1946 +107,271,1946 +108,271,1946 +109,271,1946 +110,271,1946 +111,271,1946 +112,271,1946 +113,271,1946 +114,271,1946 +115,271,1946 +116,271,1946 +117,271,1946 +118,271,1946 +119,271,1946 +120,271,1946 +121,271,1946 +122,271,1946 +123,271,1946 +124,271,1946 +125,271,1946 +126,271,1946 +127,271,1946 +128,271,1946 +129,271,1946 +130,271,1946 +131,271,1946 +132,271,1946 +133,271,1946 +134,271,1946 +135,271,1946 +136,271,1946 +137,271,1946 +138,271,1946 +139,271,1946 +141,271,1946 +142,271,1946 +143,271,1946 +144,271,1946 +145,271,1946 +146,271,1946 +147,271,1946 +148,271,1946 +149,271,1946 +150,271,1946 +271,1,1946 +271,2,1946 +271,3,1946 +271,4,1946 +271,5,1946 +271,6,1946 +271,7,1946 +271,8,1946 +271,9,1946 +271,10,1946 +271,11,1946 +271,12,1946 +271,13,1946 +271,14,1946 +271,15,1946 +271,16,1946 +271,17,1946 +271,18,1946 +271,19,1946 +271,20,1946 +271,21,1946 +271,22,1946 +271,23,1946 +271,24,1946 +271,25,1946 +271,26,1946 +271,27,1946 +271,28,1946 +271,29,1946 +271,30,1946 +271,31,1946 +271,32,1946 +271,33,1946 +271,34,1946 +271,35,1946 +271,36,1946 +271,37,1946 +271,38,1946 +271,39,1946 +271,40,1946 +271,41,1946 +271,42,1946 +271,43,1946 +271,44,1946 +271,45,1946 +271,46,1946 +271,47,1946 +271,48,1946 +271,49,1946 +271,50,1946 +271,51,1946 +271,52,1946 +271,53,1946 +271,54,1946 +271,55,1946 +271,56,1946 +271,57,1946 +271,58,1946 +271,59,1946 +271,60,1946 +271,61,1946 +271,62,1946 +271,63,1946 +271,64,1946 +271,65,1946 +271,66,1946 +271,67,1946 +271,68,1946 +271,69,1946 +271,70,1946 +271,71,1946 +271,72,1946 +271,73,1946 +271,74,1946 +271,75,1946 +271,76,1946 +271,77,1946 +271,78,1946 +271,79,1946 +271,80,1946 +271,81,1946 +271,82,1946 +271,83,1946 +271,84,1946 +271,85,1946 +271,86,1946 +271,87,1946 +271,88,1946 +271,89,1946 +271,90,1946 +271,91,1946 +271,92,1946 +271,93,1946 +271,94,1946 +271,95,1946 +271,96,1946 +271,97,1946 +271,98,1946 +271,99,1946 +271,100,1946 +271,101,1946 +271,102,1946 +271,103,1946 +271,104,1946 +271,105,1946 +271,106,1946 +271,107,1946 +271,108,1946 +271,109,1946 +271,110,1946 +271,111,1946 +271,112,1946 +271,113,1946 +271,114,1946 +271,115,1946 +271,116,1946 +271,117,1946 +271,118,1946 +271,119,1946 +271,120,1946 +271,121,1946 +271,122,1946 +271,123,1946 +271,124,1946 +271,125,1946 +271,126,1946 +271,127,1946 +271,128,1946 +271,129,1946 +271,130,1946 +271,131,1946 +271,132,1946 +271,133,1946 +271,134,1946 +271,135,1946 +271,136,1946 +271,137,1946 +271,138,1946 +271,139,1946 +271,141,1946 +271,142,1946 +271,143,1946 +271,144,1946 +271,145,1946 +271,146,1946 +271,147,1946 +271,148,1946 +271,149,1946 +271,150,1946 +1,154,1948 +1,206,1948 +1,207,1948 +1,212,1948 +1,230,1948 +1,239,1948 +1,248,1948 +1,268,1948 +1,269,1948 +1,272,1948 +1,310,1948 +2,154,1948 +2,206,1948 +2,207,1948 +2,212,1948 +2,230,1948 +2,239,1948 +2,248,1948 +2,268,1948 +2,269,1948 +2,272,1948 +2,310,1948 +3,154,1948 +3,206,1948 +3,207,1948 +3,212,1948 +3,230,1948 +3,239,1948 +3,248,1948 +3,268,1948 +3,269,1948 +3,272,1948 +3,310,1948 +4,154,1948 +4,206,1948 +4,207,1948 +4,212,1948 +4,230,1948 +4,239,1948 +4,248,1948 +4,268,1948 +4,269,1948 +4,272,1948 +4,310,1948 +5,154,1948 +5,206,1948 +5,207,1948 +5,212,1948 +5,230,1948 +5,239,1948 +5,248,1948 +5,268,1948 +5,269,1948 +5,272,1948 +5,310,1948 +6,154,1948 +6,206,1948 +6,207,1948 +6,212,1948 +6,230,1948 +6,239,1948 +6,248,1948 +6,268,1948 +6,269,1948 +6,272,1948 +6,310,1948 +7,154,1948 +7,206,1948 +7,207,1948 +7,212,1948 +7,230,1948 +7,239,1948 +7,248,1948 +7,268,1948 +7,269,1948 +7,272,1948 +7,310,1948 +8,154,1948 +8,206,1948 +8,207,1948 +8,212,1948 +8,230,1948 +8,239,1948 +8,248,1948 +8,268,1948 +8,269,1948 +8,272,1948 +8,310,1948 +9,154,1948 +9,206,1948 +9,207,1948 +9,212,1948 +9,230,1948 +9,239,1948 +9,248,1948 +9,268,1948 +9,269,1948 +9,272,1948 +9,310,1948 +10,154,1948 +10,206,1948 +10,207,1948 +10,212,1948 +10,230,1948 +10,239,1948 +10,248,1948 +10,268,1948 +10,269,1948 +10,272,1948 +10,310,1948 +11,154,1948 +11,206,1948 +11,207,1948 +11,212,1948 +11,230,1948 +11,239,1948 +11,248,1948 +11,268,1948 +11,269,1948 +11,272,1948 +11,310,1948 +12,154,1948 +12,206,1948 +12,207,1948 +12,212,1948 +12,230,1948 +12,239,1948 +12,248,1948 +12,268,1948 +12,269,1948 +12,272,1948 +12,310,1948 +13,154,1948 +13,206,1948 +13,207,1948 +13,212,1948 +13,230,1948 +13,239,1948 +13,248,1948 +13,268,1948 +13,269,1948 +13,272,1948 +13,310,1948 +14,154,1948 +14,206,1948 +14,207,1948 +14,212,1948 +14,230,1948 +14,239,1948 +14,248,1948 +14,268,1948 +14,269,1948 +14,272,1948 +14,310,1948 +15,154,1948 +15,206,1948 +15,207,1948 +15,212,1948 +15,230,1948 +15,239,1948 +15,248,1948 +15,268,1948 +15,269,1948 +15,272,1948 +15,310,1948 +16,154,1948 +16,206,1948 +16,207,1948 +16,212,1948 +16,230,1948 +16,239,1948 +16,248,1948 +16,268,1948 +16,269,1948 +16,272,1948 +16,310,1948 +17,154,1948 +17,206,1948 +17,207,1948 +17,212,1948 +17,230,1948 +17,239,1948 +17,248,1948 +17,268,1948 +17,269,1948 +17,272,1948 +17,310,1948 +18,154,1948 +18,206,1948 +18,207,1948 +18,212,1948 +18,230,1948 +18,239,1948 +18,248,1948 +18,268,1948 +18,269,1948 +18,272,1948 +18,310,1948 +19,154,1948 +19,206,1948 +19,207,1948 +19,212,1948 +19,230,1948 +19,239,1948 +19,248,1948 +19,268,1948 +19,269,1948 +19,272,1948 +19,310,1948 +20,154,1948 +20,206,1948 +20,207,1948 +20,212,1948 +20,230,1948 +20,239,1948 +20,248,1948 +20,268,1948 +20,269,1948 +20,272,1948 +20,310,1948 +21,154,1948 +21,206,1948 +21,207,1948 +21,212,1948 +21,230,1948 +21,248,1948 +21,268,1948 +21,269,1948 +21,272,1948 +21,310,1948 +22,154,1948 +22,206,1948 +22,207,1948 +22,212,1948 +22,230,1948 +22,248,1948 +22,268,1948 +22,269,1948 +22,272,1948 +22,310,1948 +23,154,1948 +23,206,1948 +23,207,1948 +23,212,1948 +23,230,1948 +23,248,1948 +23,268,1948 +23,269,1948 +23,272,1948 +23,310,1948 +24,154,1948 +24,206,1948 +24,207,1948 +24,212,1948 +24,230,1948 +24,239,1948 +24,248,1948 +24,268,1948 +24,269,1948 +24,272,1948 +24,310,1948 +25,154,1948 +25,206,1948 +25,207,1948 +25,212,1948 +25,230,1948 +25,248,1948 +25,268,1948 +25,269,1948 +25,272,1948 +25,310,1948 +26,154,1948 +26,206,1948 +26,207,1948 +26,212,1948 +26,230,1948 +26,248,1948 +26,268,1948 +26,269,1948 +26,272,1948 +26,310,1948 +27,154,1948 +27,206,1948 +27,207,1948 +27,212,1948 +27,230,1948 +27,248,1948 +27,268,1948 +27,269,1948 +27,272,1948 +27,310,1948 +28,154,1948 +28,206,1948 +28,207,1948 +28,212,1948 +28,230,1948 +28,248,1948 +28,268,1948 +28,269,1948 +28,272,1948 +28,310,1948 +29,154,1948 +29,206,1948 +29,207,1948 +29,212,1948 +29,230,1948 +29,248,1948 +29,268,1948 +29,269,1948 +29,272,1948 +29,310,1948 +30,154,1948 +30,206,1948 +30,207,1948 +30,212,1948 +30,230,1948 +30,239,1948 +30,240,1948 +30,248,1948 +30,268,1948 +30,269,1948 +30,272,1948 +30,310,1948 +31,154,1948 +31,206,1948 +31,207,1948 +31,212,1948 +31,230,1948 +31,239,1948 +31,240,1948 +31,248,1948 +31,268,1948 +31,269,1948 +31,272,1948 +31,310,1948 +32,154,1948 +32,206,1948 +32,207,1948 +32,212,1948 +32,230,1948 +32,239,1948 +32,240,1948 +32,248,1948 +32,268,1948 +32,269,1948 +32,272,1948 +32,310,1948 +33,154,1948 +33,206,1948 +33,207,1948 +33,212,1948 +33,230,1948 +33,239,1948 +33,240,1948 +33,248,1948 +33,268,1948 +33,269,1948 +33,272,1948 +33,310,1948 +34,154,1948 +34,206,1948 +34,207,1948 +34,212,1948 +34,230,1948 +34,239,1948 +34,240,1948 +34,248,1948 +34,268,1948 +34,269,1948 +34,272,1948 +34,310,1948 +35,154,1948 +35,206,1948 +35,207,1948 +35,212,1948 +35,230,1948 +35,239,1948 +35,240,1948 +35,248,1948 +35,268,1948 +35,269,1948 +35,272,1948 +35,310,1948 +36,154,1948 +36,206,1948 +36,207,1948 +36,212,1948 +36,230,1948 +36,239,1948 +36,240,1948 +36,248,1948 +36,268,1948 +36,269,1948 +36,272,1948 +36,310,1948 +37,154,1948 +37,206,1948 +37,207,1948 +37,212,1948 +37,230,1948 +37,239,1948 +37,240,1948 +37,248,1948 +37,268,1948 +37,269,1948 +37,272,1948 +37,310,1948 +38,154,1948 +38,206,1948 +38,207,1948 +38,212,1948 +38,230,1948 +38,239,1948 +38,248,1948 +38,268,1948 +38,269,1948 +38,272,1948 +38,310,1948 +39,154,1948 +39,206,1948 +39,207,1948 +39,212,1948 +39,230,1948 +39,239,1948 +39,248,1948 +39,268,1948 +39,269,1948 +39,272,1948 +39,310,1948 +40,154,1948 +40,206,1948 +40,207,1948 +40,212,1948 +40,230,1948 +40,239,1948 +40,248,1948 +40,268,1948 +40,269,1948 +40,272,1948 +40,310,1948 +41,154,1948 +41,206,1948 +41,207,1948 +41,212,1948 +41,230,1948 +41,239,1948 +41,248,1948 +41,268,1948 +41,269,1948 +41,272,1948 +41,310,1948 +42,154,1948 +42,206,1948 +42,207,1948 +42,212,1948 +42,230,1948 +42,239,1948 +42,248,1948 +42,268,1948 +42,269,1948 +42,272,1948 +42,310,1948 +43,154,1948 +43,206,1948 +43,207,1948 +43,212,1948 +43,230,1948 +43,239,1948 +43,248,1948 +43,268,1948 +43,269,1948 +43,272,1948 +43,310,1948 +44,154,1948 +44,206,1948 +44,207,1948 +44,212,1948 +44,230,1948 +44,239,1948 +44,248,1948 +44,268,1948 +44,269,1948 +44,272,1948 +44,310,1948 +45,154,1948 +45,206,1948 +45,207,1948 +45,212,1948 +45,230,1948 +45,239,1948 +45,248,1948 +45,268,1948 +45,269,1948 +45,272,1948 +45,310,1948 +46,154,1948 +46,206,1948 +46,207,1948 +46,212,1948 +46,230,1948 +46,239,1948 +46,240,1948 +46,248,1948 +46,268,1948 +46,269,1948 +46,272,1948 +46,310,1948 +47,154,1948 +47,206,1948 +47,207,1948 +47,212,1948 +47,230,1948 +47,239,1948 +47,240,1948 +47,248,1948 +47,268,1948 +47,269,1948 +47,272,1948 +47,310,1948 +48,154,1948 +48,206,1948 +48,207,1948 +48,212,1948 +48,230,1948 +48,239,1948 +48,240,1948 +48,248,1948 +48,268,1948 +48,269,1948 +48,272,1948 +48,310,1948 +49,154,1948 +49,206,1948 +49,207,1948 +49,212,1948 +49,230,1948 +49,239,1948 +49,240,1948 +49,248,1948 +49,268,1948 +49,269,1948 +49,272,1948 +49,310,1948 +50,154,1948 +50,206,1948 +50,207,1948 +50,212,1948 +50,230,1948 +50,239,1948 +50,240,1948 +50,248,1948 +50,268,1948 +50,269,1948 +50,272,1948 +50,310,1948 +51,154,1948 +51,206,1948 +51,207,1948 +51,212,1948 +51,230,1948 +51,239,1948 +51,240,1948 +51,248,1948 +51,268,1948 +51,269,1948 +51,272,1948 +51,310,1948 +52,154,1948 +52,206,1948 +52,207,1948 +52,212,1948 +52,230,1948 +52,239,1948 +52,240,1948 +52,248,1948 +52,268,1948 +52,269,1948 +52,272,1948 +52,310,1948 +53,154,1948 +53,206,1948 +53,207,1948 +53,212,1948 +53,230,1948 +53,239,1948 +53,240,1948 +53,248,1948 +53,268,1948 +53,269,1948 +53,272,1948 +53,310,1948 +54,154,1948 +54,206,1948 +54,207,1948 +54,212,1948 +54,230,1948 +54,239,1948 +54,240,1948 +54,248,1948 +54,268,1948 +54,269,1948 +54,272,1948 +54,310,1948 +55,154,1948 +55,206,1948 +55,207,1948 +55,212,1948 +55,230,1948 +55,239,1948 +55,248,1948 +55,268,1948 +55,269,1948 +55,272,1948 +55,310,1948 +56,154,1948 +56,206,1948 +56,207,1948 +56,212,1948 +56,230,1948 +56,239,1948 +56,240,1948 +56,248,1948 +56,268,1948 +56,269,1948 +56,272,1948 +56,310,1948 +57,154,1948 +57,206,1948 +57,207,1948 +57,212,1948 +57,230,1948 +57,239,1948 +57,240,1948 +57,248,1948 +57,268,1948 +57,269,1948 +57,272,1948 +57,310,1948 +58,154,1948 +58,206,1948 +58,207,1948 +58,212,1948 +58,230,1948 +58,239,1948 +58,248,1948 +58,268,1948 +58,269,1948 +58,272,1948 +58,310,1948 +59,154,1948 +59,206,1948 +59,207,1948 +59,212,1948 +59,230,1948 +59,239,1948 +59,248,1948 +59,268,1948 +59,269,1948 +59,272,1948 +59,310,1948 +60,154,1948 +60,206,1948 +60,207,1948 +60,212,1948 +60,230,1948 +60,239,1948 +60,248,1948 +60,268,1948 +60,269,1948 +60,272,1948 +60,310,1948 +61,154,1948 +61,206,1948 +61,207,1948 +61,212,1948 +61,230,1948 +61,239,1948 +61,248,1948 +61,268,1948 +61,269,1948 +61,272,1948 +61,310,1948 +62,154,1948 +62,206,1948 +62,207,1948 +62,212,1948 +62,230,1948 +62,239,1948 +62,248,1948 +62,268,1948 +62,269,1948 +62,272,1948 +62,310,1948 +63,154,1948 +63,206,1948 +63,207,1948 +63,212,1948 +63,230,1948 +63,239,1948 +63,248,1948 +63,268,1948 +63,269,1948 +63,272,1948 +63,310,1948 +64,154,1948 +64,206,1948 +64,207,1948 +64,212,1948 +64,230,1948 +64,239,1948 +64,248,1948 +64,268,1948 +64,269,1948 +64,272,1948 +64,310,1948 +65,154,1948 +65,206,1948 +65,207,1948 +65,212,1948 +65,230,1948 +65,239,1948 +65,248,1948 +65,268,1948 +65,269,1948 +65,272,1948 +65,310,1948 +66,154,1948 +66,206,1948 +66,207,1948 +66,212,1948 +66,230,1948 +66,239,1948 +66,248,1948 +66,268,1948 +66,269,1948 +66,272,1948 +66,310,1948 +67,154,1948 +67,206,1948 +67,207,1948 +67,212,1948 +67,230,1948 +67,239,1948 +67,248,1948 +67,268,1948 +67,269,1948 +67,272,1948 +67,310,1948 +68,154,1948 +68,206,1948 +68,207,1948 +68,212,1948 +68,230,1948 +68,248,1948 +68,268,1948 +68,269,1948 +68,272,1948 +68,310,1948 +69,154,1948 +69,206,1948 +69,207,1948 +69,212,1948 +69,230,1948 +69,248,1948 +69,268,1948 +69,269,1948 +69,272,1948 +69,310,1948 +70,154,1948 +70,206,1948 +70,207,1948 +70,212,1948 +70,230,1948 +70,248,1948 +70,268,1948 +70,269,1948 +70,272,1948 +70,310,1948 +71,154,1948 +71,206,1948 +71,207,1948 +71,212,1948 +71,230,1948 +71,248,1948 +71,268,1948 +71,269,1948 +71,272,1948 +71,310,1948 +72,154,1948 +72,206,1948 +72,207,1948 +72,212,1948 +72,230,1948 +72,248,1948 +72,268,1948 +72,269,1948 +72,272,1948 +72,310,1948 +73,154,1948 +73,206,1948 +73,207,1948 +73,212,1948 +73,230,1948 +73,248,1948 +73,268,1948 +73,269,1948 +73,272,1948 +73,310,1948 +74,154,1948 +74,206,1948 +74,207,1948 +74,212,1948 +74,230,1948 +74,248,1948 +74,268,1948 +74,269,1948 +74,272,1948 +74,310,1948 +75,154,1948 +75,206,1948 +75,207,1948 +75,212,1948 +75,230,1948 +75,248,1948 +75,268,1948 +75,269,1948 +75,272,1948 +75,310,1948 +76,154,1948 +76,206,1948 +76,207,1948 +76,212,1948 +76,230,1948 +76,248,1948 +76,268,1948 +76,269,1948 +76,272,1948 +76,310,1948 +77,154,1948 +77,206,1948 +77,207,1948 +77,212,1948 +77,230,1948 +77,239,1948 +77,248,1948 +77,268,1948 +77,269,1948 +77,272,1948 +77,310,1948 +78,154,1948 +78,206,1948 +78,207,1948 +78,212,1948 +78,230,1948 +78,239,1948 +78,248,1948 +78,268,1948 +78,269,1948 +78,272,1948 +78,310,1948 +79,154,1948 +79,206,1948 +79,207,1948 +79,212,1948 +79,230,1948 +79,239,1948 +79,248,1948 +79,268,1948 +79,269,1948 +79,272,1948 +79,310,1948 +80,154,1948 +80,206,1948 +80,207,1948 +80,212,1948 +80,230,1948 +80,248,1948 +80,268,1948 +80,269,1948 +80,272,1948 +80,310,1948 +81,154,1948 +81,206,1948 +81,207,1948 +81,212,1948 +81,230,1948 +81,248,1948 +81,268,1948 +81,269,1948 +81,272,1948 +81,310,1948 +82,154,1948 +82,206,1948 +82,207,1948 +82,212,1948 +82,230,1948 +82,248,1948 +82,268,1948 +82,269,1948 +82,272,1948 +82,310,1948 +83,154,1948 +83,206,1948 +83,207,1948 +83,212,1948 +83,230,1948 +83,248,1948 +83,268,1948 +83,269,1948 +83,272,1948 +83,310,1948 +84,154,1948 +84,206,1948 +84,207,1948 +84,212,1948 +84,230,1948 +84,248,1948 +84,268,1948 +84,269,1948 +84,272,1948 +84,310,1948 +85,154,1948 +85,206,1948 +85,207,1948 +85,212,1948 +85,230,1948 +85,248,1948 +85,268,1948 +85,269,1948 +85,272,1948 +85,310,1948 +86,154,1948 +86,206,1948 +86,207,1948 +86,212,1948 +86,230,1948 +86,248,1948 +86,268,1948 +86,269,1948 +86,272,1948 +86,310,1948 +87,154,1948 +87,206,1948 +87,207,1948 +87,212,1948 +87,230,1948 +87,248,1948 +87,268,1948 +87,269,1948 +87,272,1948 +87,310,1948 +88,154,1948 +88,206,1948 +88,207,1948 +88,212,1948 +88,230,1948 +88,248,1948 +88,268,1948 +88,269,1948 +88,272,1948 +88,310,1948 +89,154,1948 +89,206,1948 +89,207,1948 +89,212,1948 +89,230,1948 +89,248,1948 +89,268,1948 +89,269,1948 +89,272,1948 +89,310,1948 +90,154,1948 +90,206,1948 +90,207,1948 +90,212,1948 +90,230,1948 +90,248,1948 +90,268,1948 +90,269,1948 +90,272,1948 +90,310,1948 +91,154,1948 +91,206,1948 +91,207,1948 +91,212,1948 +91,230,1948 +91,248,1948 +91,268,1948 +91,269,1948 +91,272,1948 +91,310,1948 +92,154,1948 +92,206,1948 +92,207,1948 +92,212,1948 +92,230,1948 +92,248,1948 +92,268,1948 +92,269,1948 +92,272,1948 +92,310,1948 +93,154,1948 +93,206,1948 +93,207,1948 +93,212,1948 +93,230,1948 +93,248,1948 +93,268,1948 +93,269,1948 +93,272,1948 +93,310,1948 +94,154,1948 +94,206,1948 +94,207,1948 +94,212,1948 +94,230,1948 +94,248,1948 +94,268,1948 +94,269,1948 +94,272,1948 +94,310,1948 +95,154,1948 +95,206,1948 +95,207,1948 +95,212,1948 +95,230,1948 +95,248,1948 +95,268,1948 +95,269,1948 +95,272,1948 +95,310,1948 +96,154,1948 +96,206,1948 +96,207,1948 +96,212,1948 +96,230,1948 +96,248,1948 +96,268,1948 +96,269,1948 +96,272,1948 +96,310,1948 +97,154,1948 +97,206,1948 +97,207,1948 +97,212,1948 +97,230,1948 +97,248,1948 +97,268,1948 +97,269,1948 +97,272,1948 +97,310,1948 +98,154,1948 +98,206,1948 +98,207,1948 +98,212,1948 +98,230,1948 +98,248,1948 +98,268,1948 +98,269,1948 +98,272,1948 +98,310,1948 +99,154,1948 +99,206,1948 +99,207,1948 +99,212,1948 +99,230,1948 +99,248,1948 +99,268,1948 +99,269,1948 +99,272,1948 +99,310,1948 +100,154,1948 +100,206,1948 +100,207,1948 +100,212,1948 +100,230,1948 +100,248,1948 +100,268,1948 +100,269,1948 +100,272,1948 +100,310,1948 +101,154,1948 +101,206,1948 +101,207,1948 +101,212,1948 +101,230,1948 +101,248,1948 +101,268,1948 +101,269,1948 +101,272,1948 +101,310,1948 +102,154,1948 +102,206,1948 +102,207,1948 +102,212,1948 +102,230,1948 +102,248,1948 +102,268,1948 +102,269,1948 +102,272,1948 +102,310,1948 +103,154,1948 +103,206,1948 +103,207,1948 +103,212,1948 +103,230,1948 +103,248,1948 +103,268,1948 +103,269,1948 +103,272,1948 +103,310,1948 +104,154,1948 +104,206,1948 +104,207,1948 +104,212,1948 +104,230,1948 +104,248,1948 +104,268,1948 +104,269,1948 +104,272,1948 +104,310,1948 +105,154,1948 +105,206,1948 +105,207,1948 +105,212,1948 +105,230,1948 +105,248,1948 +105,268,1948 +105,269,1948 +105,272,1948 +105,310,1948 +106,154,1948 +106,206,1948 +106,207,1948 +106,212,1948 +106,230,1948 +106,248,1948 +106,268,1948 +106,269,1948 +106,272,1948 +106,310,1948 +107,154,1948 +107,206,1948 +107,207,1948 +107,212,1948 +107,230,1948 +107,248,1948 +107,268,1948 +107,269,1948 +107,272,1948 +107,310,1948 +108,154,1948 +108,206,1948 +108,207,1948 +108,212,1948 +108,230,1948 +108,248,1948 +108,268,1948 +108,269,1948 +108,272,1948 +108,310,1948 +109,154,1948 +109,206,1948 +109,207,1948 +109,212,1948 +109,230,1948 +109,248,1948 +109,268,1948 +109,269,1948 +109,272,1948 +109,310,1948 +110,154,1948 +110,206,1948 +110,207,1948 +110,212,1948 +110,230,1948 +110,248,1948 +110,268,1948 +110,269,1948 +110,272,1948 +110,310,1948 +111,154,1948 +111,206,1948 +111,207,1948 +111,212,1948 +111,230,1948 +111,248,1948 +111,268,1948 +111,269,1948 +111,272,1948 +111,310,1948 +112,154,1948 +112,206,1948 +112,207,1948 +112,212,1948 +112,230,1948 +112,248,1948 +112,268,1948 +112,269,1948 +112,272,1948 +112,310,1948 +113,154,1948 +113,206,1948 +113,207,1948 +113,212,1948 +113,230,1948 +113,248,1948 +113,268,1948 +113,269,1948 +113,272,1948 +113,310,1948 +114,154,1948 +114,206,1948 +114,207,1948 +114,212,1948 +114,230,1948 +114,248,1948 +114,268,1948 +114,269,1948 +114,272,1948 +114,310,1948 +115,154,1948 +115,206,1948 +115,207,1948 +115,212,1948 +115,230,1948 +115,248,1948 +115,268,1948 +115,269,1948 +115,272,1948 +115,310,1948 +116,154,1948 +116,206,1948 +116,207,1948 +116,212,1948 +116,230,1948 +116,268,1948 +116,269,1948 +116,272,1948 +116,310,1948 +117,154,1948 +117,206,1948 +117,207,1948 +117,212,1948 +117,230,1948 +117,248,1948 +117,268,1948 +117,269,1948 +117,272,1948 +117,310,1948 +118,154,1948 +118,206,1948 +118,207,1948 +118,212,1948 +118,230,1948 +118,248,1948 +118,268,1948 +118,269,1948 +118,272,1948 +118,310,1948 +119,154,1948 +119,206,1948 +119,207,1948 +119,212,1948 +119,230,1948 +119,268,1948 +119,269,1948 +119,272,1948 +119,310,1948 +120,154,1948 +120,206,1948 +120,207,1948 +120,212,1948 +120,230,1948 +120,239,1948 +120,248,1948 +120,268,1948 +120,269,1948 +120,272,1948 +120,310,1948 +121,154,1948 +121,206,1948 +121,207,1948 +121,212,1948 +121,230,1948 +121,248,1948 +121,268,1948 +121,269,1948 +121,272,1948 +121,310,1948 +122,154,1948 +122,206,1948 +122,207,1948 +122,212,1948 +122,230,1948 +122,248,1948 +122,268,1948 +122,269,1948 +122,272,1948 +122,310,1948 +123,154,1948 +123,206,1948 +123,207,1948 +123,212,1948 +123,230,1948 +123,239,1948 +123,248,1948 +123,268,1948 +123,269,1948 +123,272,1948 +123,310,1948 +124,154,1948 +124,206,1948 +124,207,1948 +124,212,1948 +124,230,1948 +124,248,1948 +124,268,1948 +124,269,1948 +124,272,1948 +124,310,1948 +125,154,1948 +125,206,1948 +125,207,1948 +125,212,1948 +125,230,1948 +125,248,1948 +125,268,1948 +125,269,1948 +125,272,1948 +125,310,1948 +126,154,1948 +126,206,1948 +126,207,1948 +126,212,1948 +126,230,1948 +126,268,1948 +126,269,1948 +126,272,1948 +126,310,1948 +127,154,1948 +127,206,1948 +127,207,1948 +127,212,1948 +127,230,1948 +127,248,1948 +127,268,1948 +127,269,1948 +127,272,1948 +127,310,1948 +128,154,1948 +128,206,1948 +128,207,1948 +128,212,1948 +128,230,1948 +128,248,1948 +128,268,1948 +128,269,1948 +128,272,1948 +128,310,1948 +129,154,1948 +129,206,1948 +129,207,1948 +129,212,1948 +129,230,1948 +129,248,1948 +129,268,1948 +129,269,1948 +129,272,1948 +129,310,1948 +130,154,1948 +130,206,1948 +130,207,1948 +130,212,1948 +130,230,1948 +130,239,1948 +130,240,1948 +130,248,1948 +130,268,1948 +130,269,1948 +130,272,1948 +130,310,1948 +131,154,1948 +131,206,1948 +131,207,1948 +131,212,1948 +131,230,1948 +131,239,1948 +131,240,1948 +131,248,1948 +131,268,1948 +131,269,1948 +131,272,1948 +131,273,1948 +131,310,1948 +132,154,1948 +132,206,1948 +132,207,1948 +132,212,1948 +132,230,1948 +132,239,1948 +132,240,1948 +132,248,1948 +132,268,1948 +132,269,1948 +132,272,1948 +132,273,1948 +132,310,1948 +133,154,1948 +133,206,1948 +133,207,1948 +133,212,1948 +133,230,1948 +133,239,1948 +133,240,1948 +133,248,1948 +133,268,1948 +133,269,1948 +133,272,1948 +133,310,1948 +134,154,1948 +134,206,1948 +134,207,1948 +134,212,1948 +134,230,1948 +134,239,1948 +134,248,1948 +134,268,1948 +134,269,1948 +134,272,1948 +134,310,1948 +135,154,1948 +135,206,1948 +135,207,1948 +135,212,1948 +135,230,1948 +135,248,1948 +135,268,1948 +135,269,1948 +135,272,1948 +135,310,1948 +136,154,1948 +136,206,1948 +136,207,1948 +136,212,1948 +136,230,1948 +136,248,1948 +136,268,1948 +136,269,1948 +136,272,1948 +136,310,1948 +137,154,1948 +137,206,1948 +137,207,1948 +137,212,1948 +137,230,1948 +137,248,1948 +137,268,1948 +137,269,1948 +137,272,1948 +137,310,1948 +138,154,1948 +138,206,1948 +138,207,1948 +138,212,1948 +138,230,1948 +138,239,1948 +138,248,1948 +138,268,1948 +138,269,1948 +138,272,1948 +138,310,1948 +139,154,1948 +139,206,1948 +139,207,1948 +139,212,1948 +139,230,1948 +139,239,1948 +139,248,1948 +139,268,1948 +139,269,1948 +139,272,1948 +139,310,1948 +141,154,1948 +141,206,1948 +141,207,1948 +141,212,1948 +141,230,1948 +141,239,1948 +141,248,1948 +141,268,1948 +141,269,1948 +141,272,1948 +141,310,1948 +142,154,1948 +142,206,1948 +142,207,1948 +142,212,1948 +142,230,1948 +142,239,1948 +142,248,1948 +142,268,1948 +142,269,1948 +142,272,1948 +142,310,1948 +143,154,1948 +143,206,1948 +143,207,1948 +143,212,1948 +143,230,1948 +143,248,1948 +143,268,1948 +143,269,1948 +143,272,1948 +143,310,1948 +144,154,1948 +144,206,1948 +144,207,1948 +144,212,1948 +144,230,1948 +144,239,1948 +144,240,1948 +144,248,1948 +144,268,1948 +144,269,1948 +144,272,1948 +144,273,1948 +144,310,1948 +145,154,1948 +145,206,1948 +145,207,1948 +145,212,1948 +145,230,1948 +145,248,1948 +145,268,1948 +145,269,1948 +145,272,1948 +145,310,1948 +146,154,1948 +146,206,1948 +146,207,1948 +146,212,1948 +146,230,1948 +146,239,1948 +146,248,1948 +146,268,1948 +146,269,1948 +146,272,1948 +146,310,1948 +147,154,1948 +147,206,1948 +147,207,1948 +147,212,1948 +147,230,1948 +147,239,1948 +147,248,1948 +147,268,1948 +147,269,1948 +147,272,1948 +147,310,1948 +148,154,1948 +148,206,1948 +148,207,1948 +148,212,1948 +148,230,1948 +148,248,1948 +148,268,1948 +148,269,1948 +148,272,1948 +148,310,1948 +149,154,1948 +149,206,1948 +149,207,1948 +149,212,1948 +149,230,1948 +149,248,1948 +149,268,1948 +149,269,1948 +149,272,1948 +149,310,1948 +150,154,1948 +150,206,1948 +150,207,1948 +150,212,1948 +150,230,1948 +150,239,1948 +150,248,1948 +150,268,1948 +150,269,1948 +150,272,1948 +150,310,1948 +154,1,1948 +154,2,1948 +154,3,1948 +154,4,1948 +154,5,1948 +154,6,1948 +154,7,1948 +154,8,1948 +154,9,1948 +154,10,1948 +154,11,1948 +154,12,1948 +154,13,1948 +154,14,1948 +154,15,1948 +154,16,1948 +154,17,1948 +154,18,1948 +154,19,1948 +154,20,1948 +154,21,1948 +154,22,1948 +154,23,1948 +154,24,1948 +154,25,1948 +154,26,1948 +154,27,1948 +154,28,1948 +154,29,1948 +154,30,1948 +154,31,1948 +154,32,1948 +154,33,1948 +154,34,1948 +154,35,1948 +154,36,1948 +154,37,1948 +154,38,1948 +154,39,1948 +154,40,1948 +154,41,1948 +154,42,1948 +154,43,1948 +154,44,1948 +154,45,1948 +154,46,1948 +154,47,1948 +154,48,1948 +154,49,1948 +154,50,1948 +154,51,1948 +154,52,1948 +154,53,1948 +154,54,1948 +154,55,1948 +154,56,1948 +154,57,1948 +154,58,1948 +154,59,1948 +154,60,1948 +154,61,1948 +154,62,1948 +154,63,1948 +154,64,1948 +154,65,1948 +154,66,1948 +154,67,1948 +154,68,1948 +154,69,1948 +154,70,1948 +154,71,1948 +154,72,1948 +154,73,1948 +154,74,1948 +154,75,1948 +154,76,1948 +154,77,1948 +154,78,1948 +154,79,1948 +154,80,1948 +154,81,1948 +154,82,1948 +154,83,1948 +154,84,1948 +154,85,1948 +154,86,1948 +154,87,1948 +154,88,1948 +154,89,1948 +154,90,1948 +154,91,1948 +154,92,1948 +154,93,1948 +154,94,1948 +154,95,1948 +154,96,1948 +154,97,1948 +154,98,1948 +154,99,1948 +154,100,1948 +154,101,1948 +154,102,1948 +154,103,1948 +154,104,1948 +154,105,1948 +154,106,1948 +154,107,1948 +154,108,1948 +154,109,1948 +154,110,1948 +154,111,1948 +154,112,1948 +154,113,1948 +154,114,1948 +154,115,1948 +154,116,1948 +154,117,1948 +154,118,1948 +154,119,1948 +154,120,1948 +154,121,1948 +154,122,1948 +154,123,1948 +154,124,1948 +154,125,1948 +154,126,1948 +154,127,1948 +154,128,1948 +154,129,1948 +154,130,1948 +154,131,1948 +154,132,1948 +154,133,1948 +154,134,1948 +154,135,1948 +154,136,1948 +154,137,1948 +154,138,1948 +154,139,1948 +154,141,1948 +154,142,1948 +154,143,1948 +154,144,1948 +154,145,1948 +154,146,1948 +154,147,1948 +154,148,1948 +154,149,1948 +154,150,1948 +206,1,1948 +206,2,1948 +206,3,1948 +206,4,1948 +206,5,1948 +206,6,1948 +206,7,1948 +206,8,1948 +206,9,1948 +206,10,1948 +206,11,1948 +206,12,1948 +206,13,1948 +206,14,1948 +206,15,1948 +206,16,1948 +206,17,1948 +206,18,1948 +206,19,1948 +206,20,1948 +206,21,1948 +206,22,1948 +206,23,1948 +206,24,1948 +206,25,1948 +206,26,1948 +206,27,1948 +206,28,1948 +206,29,1948 +206,30,1948 +206,31,1948 +206,32,1948 +206,33,1948 +206,34,1948 +206,35,1948 +206,36,1948 +206,37,1948 +206,38,1948 +206,39,1948 +206,40,1948 +206,41,1948 +206,42,1948 +206,43,1948 +206,44,1948 +206,45,1948 +206,46,1948 +206,47,1948 +206,48,1948 +206,49,1948 +206,50,1948 +206,51,1948 +206,52,1948 +206,53,1948 +206,54,1948 +206,55,1948 +206,56,1948 +206,57,1948 +206,58,1948 +206,59,1948 +206,60,1948 +206,61,1948 +206,62,1948 +206,63,1948 +206,64,1948 +206,65,1948 +206,66,1948 +206,67,1948 +206,68,1948 +206,69,1948 +206,70,1948 +206,71,1948 +206,72,1948 +206,73,1948 +206,74,1948 +206,75,1948 +206,76,1948 +206,77,1948 +206,78,1948 +206,79,1948 +206,80,1948 +206,81,1948 +206,82,1948 +206,83,1948 +206,84,1948 +206,85,1948 +206,86,1948 +206,87,1948 +206,88,1948 +206,89,1948 +206,90,1948 +206,91,1948 +206,92,1948 +206,93,1948 +206,94,1948 +206,95,1948 +206,96,1948 +206,97,1948 +206,98,1948 +206,99,1948 +206,100,1948 +206,101,1948 +206,102,1948 +206,103,1948 +206,104,1948 +206,105,1948 +206,106,1948 +206,107,1948 +206,108,1948 +206,109,1948 +206,110,1948 +206,111,1948 +206,112,1948 +206,113,1948 +206,114,1948 +206,115,1948 +206,116,1948 +206,117,1948 +206,118,1948 +206,119,1948 +206,120,1948 +206,121,1948 +206,122,1948 +206,123,1948 +206,124,1948 +206,125,1948 +206,126,1948 +206,127,1948 +206,128,1948 +206,129,1948 +206,130,1948 +206,131,1948 +206,132,1948 +206,133,1948 +206,134,1948 +206,135,1948 +206,136,1948 +206,137,1948 +206,138,1948 +206,139,1948 +206,141,1948 +206,142,1948 +206,143,1948 +206,144,1948 +206,145,1948 +206,146,1948 +206,147,1948 +206,148,1948 +206,149,1948 +206,150,1948 +207,1,1948 +207,2,1948 +207,3,1948 +207,4,1948 +207,5,1948 +207,6,1948 +207,7,1948 +207,8,1948 +207,9,1948 +207,10,1948 +207,11,1948 +207,12,1948 +207,13,1948 +207,14,1948 +207,15,1948 +207,16,1948 +207,17,1948 +207,18,1948 +207,19,1948 +207,20,1948 +207,21,1948 +207,22,1948 +207,23,1948 +207,24,1948 +207,25,1948 +207,26,1948 +207,27,1948 +207,28,1948 +207,29,1948 +207,30,1948 +207,31,1948 +207,32,1948 +207,33,1948 +207,34,1948 +207,35,1948 +207,36,1948 +207,37,1948 +207,38,1948 +207,39,1948 +207,40,1948 +207,41,1948 +207,42,1948 +207,43,1948 +207,44,1948 +207,45,1948 +207,46,1948 +207,47,1948 +207,48,1948 +207,49,1948 +207,50,1948 +207,51,1948 +207,52,1948 +207,53,1948 +207,54,1948 +207,55,1948 +207,56,1948 +207,57,1948 +207,58,1948 +207,59,1948 +207,60,1948 +207,61,1948 +207,62,1948 +207,63,1948 +207,64,1948 +207,65,1948 +207,66,1948 +207,67,1948 +207,68,1948 +207,69,1948 +207,70,1948 +207,71,1948 +207,72,1948 +207,73,1948 +207,74,1948 +207,75,1948 +207,76,1948 +207,77,1948 +207,78,1948 +207,79,1948 +207,80,1948 +207,81,1948 +207,82,1948 +207,83,1948 +207,84,1948 +207,85,1948 +207,86,1948 +207,87,1948 +207,88,1948 +207,89,1948 +207,90,1948 +207,91,1948 +207,92,1948 +207,93,1948 +207,94,1948 +207,95,1948 +207,96,1948 +207,97,1948 +207,98,1948 +207,99,1948 +207,100,1948 +207,101,1948 +207,102,1948 +207,103,1948 +207,104,1948 +207,105,1948 +207,106,1948 +207,107,1948 +207,108,1948 +207,109,1948 +207,110,1948 +207,111,1948 +207,112,1948 +207,113,1948 +207,114,1948 +207,115,1948 +207,116,1948 +207,117,1948 +207,118,1948 +207,119,1948 +207,120,1948 +207,121,1948 +207,122,1948 +207,123,1948 +207,124,1948 +207,125,1948 +207,126,1948 +207,127,1948 +207,128,1948 +207,129,1948 +207,130,1948 +207,131,1948 +207,132,1948 +207,133,1948 +207,134,1948 +207,135,1948 +207,136,1948 +207,137,1948 +207,138,1948 +207,139,1948 +207,141,1948 +207,142,1948 +207,143,1948 +207,144,1948 +207,145,1948 +207,146,1948 +207,147,1948 +207,148,1948 +207,149,1948 +207,150,1948 +212,1,1948 +212,2,1948 +212,3,1948 +212,4,1948 +212,5,1948 +212,6,1948 +212,7,1948 +212,8,1948 +212,9,1948 +212,10,1948 +212,11,1948 +212,12,1948 +212,13,1948 +212,14,1948 +212,15,1948 +212,16,1948 +212,17,1948 +212,18,1948 +212,19,1948 +212,20,1948 +212,21,1948 +212,22,1948 +212,23,1948 +212,24,1948 +212,25,1948 +212,26,1948 +212,27,1948 +212,28,1948 +212,29,1948 +212,30,1948 +212,31,1948 +212,32,1948 +212,33,1948 +212,34,1948 +212,35,1948 +212,36,1948 +212,37,1948 +212,38,1948 +212,39,1948 +212,40,1948 +212,41,1948 +212,42,1948 +212,43,1948 +212,44,1948 +212,45,1948 +212,46,1948 +212,47,1948 +212,48,1948 +212,49,1948 +212,50,1948 +212,51,1948 +212,52,1948 +212,53,1948 +212,54,1948 +212,55,1948 +212,56,1948 +212,57,1948 +212,58,1948 +212,59,1948 +212,60,1948 +212,61,1948 +212,62,1948 +212,63,1948 +212,64,1948 +212,65,1948 +212,66,1948 +212,67,1948 +212,68,1948 +212,69,1948 +212,70,1948 +212,71,1948 +212,72,1948 +212,73,1948 +212,74,1948 +212,75,1948 +212,76,1948 +212,77,1948 +212,78,1948 +212,79,1948 +212,80,1948 +212,81,1948 +212,82,1948 +212,83,1948 +212,84,1948 +212,85,1948 +212,86,1948 +212,87,1948 +212,88,1948 +212,89,1948 +212,90,1948 +212,91,1948 +212,92,1948 +212,93,1948 +212,94,1948 +212,95,1948 +212,96,1948 +212,97,1948 +212,98,1948 +212,99,1948 +212,100,1948 +212,101,1948 +212,102,1948 +212,103,1948 +212,104,1948 +212,105,1948 +212,106,1948 +212,107,1948 +212,108,1948 +212,109,1948 +212,110,1948 +212,111,1948 +212,112,1948 +212,113,1948 +212,114,1948 +212,115,1948 +212,116,1948 +212,117,1948 +212,118,1948 +212,119,1948 +212,120,1948 +212,121,1948 +212,122,1948 +212,123,1948 +212,124,1948 +212,125,1948 +212,126,1948 +212,127,1948 +212,128,1948 +212,129,1948 +212,130,1948 +212,131,1948 +212,132,1948 +212,133,1948 +212,134,1948 +212,135,1948 +212,136,1948 +212,137,1948 +212,138,1948 +212,139,1948 +212,141,1948 +212,142,1948 +212,143,1948 +212,144,1948 +212,145,1948 +212,146,1948 +212,147,1948 +212,148,1948 +212,149,1948 +212,150,1948 +230,1,1948 +230,2,1948 +230,3,1948 +230,4,1948 +230,5,1948 +230,6,1948 +230,7,1948 +230,8,1948 +230,9,1948 +230,10,1948 +230,11,1948 +230,12,1948 +230,13,1948 +230,14,1948 +230,15,1948 +230,16,1948 +230,17,1948 +230,18,1948 +230,19,1948 +230,20,1948 +230,21,1948 +230,22,1948 +230,23,1948 +230,24,1948 +230,25,1948 +230,26,1948 +230,27,1948 +230,28,1948 +230,29,1948 +230,30,1948 +230,31,1948 +230,32,1948 +230,33,1948 +230,34,1948 +230,35,1948 +230,36,1948 +230,37,1948 +230,38,1948 +230,39,1948 +230,40,1948 +230,41,1948 +230,42,1948 +230,43,1948 +230,44,1948 +230,45,1948 +230,46,1948 +230,47,1948 +230,48,1948 +230,49,1948 +230,50,1948 +230,51,1948 +230,52,1948 +230,53,1948 +230,54,1948 +230,55,1948 +230,56,1948 +230,57,1948 +230,58,1948 +230,59,1948 +230,60,1948 +230,61,1948 +230,62,1948 +230,63,1948 +230,64,1948 +230,65,1948 +230,66,1948 +230,67,1948 +230,68,1948 +230,69,1948 +230,70,1948 +230,71,1948 +230,72,1948 +230,73,1948 +230,74,1948 +230,75,1948 +230,76,1948 +230,77,1948 +230,78,1948 +230,79,1948 +230,80,1948 +230,81,1948 +230,82,1948 +230,83,1948 +230,84,1948 +230,85,1948 +230,86,1948 +230,87,1948 +230,88,1948 +230,89,1948 +230,90,1948 +230,91,1948 +230,92,1948 +230,93,1948 +230,94,1948 +230,95,1948 +230,96,1948 +230,97,1948 +230,98,1948 +230,99,1948 +230,100,1948 +230,101,1948 +230,102,1948 +230,103,1948 +230,104,1948 +230,105,1948 +230,106,1948 +230,107,1948 +230,108,1948 +230,109,1948 +230,110,1948 +230,111,1948 +230,112,1948 +230,113,1948 +230,114,1948 +230,115,1948 +230,116,1948 +230,117,1948 +230,118,1948 +230,119,1948 +230,120,1948 +230,121,1948 +230,122,1948 +230,123,1948 +230,124,1948 +230,125,1948 +230,126,1948 +230,127,1948 +230,128,1948 +230,129,1948 +230,130,1948 +230,131,1948 +230,132,1948 +230,133,1948 +230,134,1948 +230,135,1948 +230,136,1948 +230,137,1948 +230,138,1948 +230,139,1948 +230,141,1948 +230,142,1948 +230,143,1948 +230,144,1948 +230,145,1948 +230,146,1948 +230,147,1948 +230,148,1948 +230,149,1948 +230,150,1948 +239,1,1948 +239,2,1948 +239,3,1948 +239,4,1948 +239,5,1948 +239,6,1948 +239,7,1948 +239,8,1948 +239,9,1948 +239,10,1948 +239,11,1948 +239,12,1948 +239,13,1948 +239,14,1948 +239,15,1948 +239,16,1948 +239,17,1948 +239,18,1948 +239,19,1948 +239,20,1948 +239,24,1948 +239,30,1948 +239,31,1948 +239,32,1948 +239,33,1948 +239,34,1948 +239,35,1948 +239,36,1948 +239,37,1948 +239,38,1948 +239,39,1948 +239,40,1948 +239,41,1948 +239,42,1948 +239,43,1948 +239,44,1948 +239,45,1948 +239,46,1948 +239,47,1948 +239,48,1948 +239,49,1948 +239,50,1948 +239,51,1948 +239,52,1948 +239,53,1948 +239,54,1948 +239,55,1948 +239,56,1948 +239,57,1948 +239,58,1948 +239,59,1948 +239,60,1948 +239,61,1948 +239,62,1948 +239,63,1948 +239,64,1948 +239,65,1948 +239,66,1948 +239,67,1948 +239,77,1948 +239,78,1948 +239,79,1948 +239,120,1948 +239,123,1948 +239,130,1948 +239,131,1948 +239,132,1948 +239,133,1948 +239,134,1948 +239,138,1948 +239,139,1948 +239,141,1948 +239,142,1948 +239,144,1948 +239,145,1948 +239,146,1948 +239,147,1948 +239,150,1948 +240,30,1948 +240,31,1948 +240,32,1948 +240,33,1948 +240,34,1948 +240,35,1948 +240,36,1948 +240,37,1948 +240,46,1948 +240,47,1948 +240,48,1948 +240,49,1948 +240,50,1948 +240,51,1948 +240,52,1948 +240,53,1948 +240,54,1948 +240,56,1948 +240,57,1948 +240,130,1948 +240,131,1948 +240,132,1948 +240,133,1948 +240,144,1948 +248,1,1948 +248,2,1948 +248,3,1948 +248,4,1948 +248,5,1948 +248,6,1948 +248,7,1948 +248,8,1948 +248,9,1948 +248,10,1948 +248,11,1948 +248,12,1948 +248,13,1948 +248,14,1948 +248,15,1948 +248,16,1948 +248,17,1948 +248,18,1948 +248,19,1948 +248,20,1948 +248,21,1948 +248,22,1948 +248,23,1948 +248,24,1948 +248,25,1948 +248,26,1948 +248,27,1948 +248,28,1948 +248,29,1948 +248,30,1948 +248,31,1948 +248,32,1948 +248,33,1948 +248,34,1948 +248,35,1948 +248,36,1948 +248,37,1948 +248,38,1948 +248,39,1948 +248,40,1948 +248,41,1948 +248,42,1948 +248,43,1948 +248,44,1948 +248,45,1948 +248,46,1948 +248,47,1948 +248,48,1948 +248,49,1948 +248,50,1948 +248,51,1948 +248,52,1948 +248,53,1948 +248,54,1948 +248,55,1948 +248,56,1948 +248,57,1948 +248,58,1948 +248,59,1948 +248,60,1948 +248,61,1948 +248,62,1948 +248,63,1948 +248,64,1948 +248,65,1948 +248,66,1948 +248,67,1948 +248,68,1948 +248,69,1948 +248,70,1948 +248,71,1948 +248,72,1948 +248,73,1948 +248,74,1948 +248,75,1948 +248,76,1948 +248,77,1948 +248,78,1948 +248,79,1948 +248,80,1948 +248,81,1948 +248,82,1948 +248,83,1948 +248,84,1948 +248,85,1948 +248,86,1948 +248,87,1948 +248,88,1948 +248,89,1948 +248,90,1948 +248,91,1948 +248,92,1948 +248,93,1948 +248,94,1948 +248,95,1948 +248,96,1948 +248,97,1948 +248,98,1948 +248,99,1948 +248,100,1948 +248,101,1948 +248,102,1948 +248,103,1948 +248,104,1948 +248,105,1948 +248,106,1948 +248,107,1948 +248,108,1948 +248,109,1948 +248,110,1948 +248,111,1948 +248,112,1948 +248,113,1948 +248,114,1948 +248,115,1948 +248,117,1948 +248,118,1948 +248,120,1948 +248,121,1948 +248,122,1948 +248,123,1948 +248,124,1948 +248,125,1948 +248,127,1948 +248,128,1948 +248,129,1948 +248,130,1948 +248,131,1948 +248,132,1948 +248,133,1948 +248,134,1948 +248,135,1948 +248,136,1948 +248,137,1948 +248,138,1948 +248,139,1948 +248,141,1948 +248,142,1948 +248,143,1948 +248,144,1948 +248,145,1948 +248,146,1948 +248,147,1948 +248,148,1948 +248,149,1948 +248,150,1948 +268,1,1948 +268,2,1948 +268,3,1948 +268,4,1948 +268,5,1948 +268,6,1948 +268,7,1948 +268,8,1948 +268,9,1948 +268,10,1948 +268,11,1948 +268,12,1948 +268,13,1948 +268,14,1948 +268,15,1948 +268,16,1948 +268,17,1948 +268,18,1948 +268,19,1948 +268,20,1948 +268,21,1948 +268,22,1948 +268,23,1948 +268,24,1948 +268,25,1948 +268,26,1948 +268,27,1948 +268,28,1948 +268,29,1948 +268,30,1948 +268,31,1948 +268,32,1948 +268,33,1948 +268,34,1948 +268,35,1948 +268,36,1948 +268,37,1948 +268,38,1948 +268,39,1948 +268,40,1948 +268,41,1948 +268,42,1948 +268,43,1948 +268,44,1948 +268,45,1948 +268,46,1948 +268,47,1948 +268,48,1948 +268,49,1948 +268,50,1948 +268,51,1948 +268,52,1948 +268,53,1948 +268,54,1948 +268,55,1948 +268,56,1948 +268,57,1948 +268,58,1948 +268,59,1948 +268,60,1948 +268,61,1948 +268,62,1948 +268,63,1948 +268,64,1948 +268,65,1948 +268,66,1948 +268,67,1948 +268,68,1948 +268,69,1948 +268,70,1948 +268,71,1948 +268,72,1948 +268,73,1948 +268,74,1948 +268,75,1948 +268,76,1948 +268,77,1948 +268,78,1948 +268,79,1948 +268,80,1948 +268,81,1948 +268,82,1948 +268,83,1948 +268,84,1948 +268,85,1948 +268,86,1948 +268,87,1948 +268,88,1948 +268,89,1948 +268,90,1948 +268,91,1948 +268,92,1948 +268,93,1948 +268,94,1948 +268,95,1948 +268,96,1948 +268,97,1948 +268,98,1948 +268,99,1948 +268,100,1948 +268,101,1948 +268,102,1948 +268,103,1948 +268,104,1948 +268,105,1948 +268,106,1948 +268,107,1948 +268,108,1948 +268,109,1948 +268,110,1948 +268,111,1948 +268,112,1948 +268,113,1948 +268,114,1948 +268,115,1948 +268,116,1948 +268,117,1948 +268,118,1948 +268,119,1948 +268,120,1948 +268,121,1948 +268,122,1948 +268,123,1948 +268,124,1948 +268,125,1948 +268,126,1948 +268,127,1948 +268,128,1948 +268,129,1948 +268,130,1948 +268,131,1948 +268,132,1948 +268,133,1948 +268,134,1948 +268,135,1948 +268,136,1948 +268,137,1948 +268,138,1948 +268,139,1948 +268,141,1948 +268,142,1948 +268,143,1948 +268,144,1948 +268,145,1948 +268,146,1948 +268,147,1948 +268,148,1948 +268,149,1948 +268,150,1948 +269,1,1948 +269,2,1948 +269,3,1948 +269,4,1948 +269,5,1948 +269,6,1948 +269,7,1948 +269,8,1948 +269,9,1948 +269,10,1948 +269,11,1948 +269,12,1948 +269,13,1948 +269,14,1948 +269,15,1948 +269,16,1948 +269,17,1948 +269,18,1948 +269,19,1948 +269,20,1948 +269,21,1948 +269,22,1948 +269,23,1948 +269,24,1948 +269,25,1948 +269,26,1948 +269,27,1948 +269,28,1948 +269,29,1948 +269,30,1948 +269,31,1948 +269,32,1948 +269,33,1948 +269,34,1948 +269,35,1948 +269,36,1948 +269,37,1948 +269,38,1948 +269,39,1948 +269,40,1948 +269,41,1948 +269,42,1948 +269,43,1948 +269,44,1948 +269,45,1948 +269,46,1948 +269,47,1948 +269,48,1948 +269,49,1948 +269,50,1948 +269,51,1948 +269,52,1948 +269,53,1948 +269,54,1948 +269,55,1948 +269,56,1948 +269,57,1948 +269,58,1948 +269,59,1948 +269,60,1948 +269,61,1948 +269,62,1948 +269,63,1948 +269,64,1948 +269,65,1948 +269,66,1948 +269,67,1948 +269,68,1948 +269,69,1948 +269,70,1948 +269,71,1948 +269,72,1948 +269,73,1948 +269,74,1948 +269,75,1948 +269,76,1948 +269,77,1948 +269,78,1948 +269,79,1948 +269,80,1948 +269,81,1948 +269,82,1948 +269,83,1948 +269,84,1948 +269,85,1948 +269,86,1948 +269,87,1948 +269,88,1948 +269,89,1948 +269,90,1948 +269,91,1948 +269,92,1948 +269,93,1948 +269,94,1948 +269,95,1948 +269,96,1948 +269,97,1948 +269,98,1948 +269,99,1948 +269,100,1948 +269,101,1948 +269,102,1948 +269,103,1948 +269,104,1948 +269,105,1948 +269,106,1948 +269,107,1948 +269,108,1948 +269,109,1948 +269,110,1948 +269,111,1948 +269,112,1948 +269,113,1948 +269,114,1948 +269,115,1948 +269,116,1948 +269,117,1948 +269,118,1948 +269,119,1948 +269,120,1948 +269,121,1948 +269,122,1948 +269,123,1948 +269,124,1948 +269,125,1948 +269,126,1948 +269,127,1948 +269,128,1948 +269,129,1948 +269,130,1948 +269,131,1948 +269,132,1948 +269,133,1948 +269,134,1948 +269,135,1948 +269,136,1948 +269,137,1948 +269,138,1948 +269,139,1948 +269,141,1948 +269,142,1948 +269,143,1948 +269,144,1948 +269,145,1948 +269,146,1948 +269,147,1948 +269,148,1948 +269,149,1948 +269,150,1948 +272,1,1948 +272,2,1948 +272,3,1948 +272,4,1948 +272,5,1948 +272,6,1948 +272,7,1948 +272,8,1948 +272,9,1948 +272,10,1948 +272,11,1948 +272,12,1948 +272,13,1948 +272,14,1948 +272,15,1948 +272,16,1948 +272,17,1948 +272,18,1948 +272,19,1948 +272,20,1948 +272,21,1948 +272,22,1948 +272,23,1948 +272,24,1948 +272,25,1948 +272,26,1948 +272,27,1948 +272,28,1948 +272,29,1948 +272,30,1948 +272,31,1948 +272,32,1948 +272,33,1948 +272,34,1948 +272,35,1948 +272,36,1948 +272,37,1948 +272,38,1948 +272,39,1948 +272,40,1948 +272,41,1948 +272,42,1948 +272,43,1948 +272,44,1948 +272,45,1948 +272,46,1948 +272,47,1948 +272,48,1948 +272,49,1948 +272,50,1948 +272,51,1948 +272,52,1948 +272,53,1948 +272,54,1948 +272,55,1948 +272,56,1948 +272,57,1948 +272,58,1948 +272,59,1948 +272,60,1948 +272,61,1948 +272,62,1948 +272,63,1948 +272,64,1948 +272,65,1948 +272,66,1948 +272,67,1948 +272,68,1948 +272,69,1948 +272,70,1948 +272,71,1948 +272,72,1948 +272,73,1948 +272,74,1948 +272,75,1948 +272,76,1948 +272,77,1948 +272,78,1948 +272,79,1948 +272,80,1948 +272,81,1948 +272,82,1948 +272,83,1948 +272,84,1948 +272,85,1948 +272,86,1948 +272,87,1948 +272,88,1948 +272,89,1948 +272,90,1948 +272,91,1948 +272,92,1948 +272,93,1948 +272,94,1948 +272,95,1948 +272,96,1948 +272,97,1948 +272,98,1948 +272,99,1948 +272,100,1948 +272,101,1948 +272,102,1948 +272,103,1948 +272,104,1948 +272,105,1948 +272,106,1948 +272,107,1948 +272,108,1948 +272,109,1948 +272,110,1948 +272,111,1948 +272,112,1948 +272,113,1948 +272,114,1948 +272,115,1948 +272,116,1948 +272,117,1948 +272,118,1948 +272,119,1948 +272,120,1948 +272,121,1948 +272,122,1948 +272,123,1948 +272,124,1948 +272,125,1948 +272,126,1948 +272,127,1948 +272,128,1948 +272,129,1948 +272,130,1948 +272,131,1948 +272,132,1948 +272,133,1948 +272,134,1948 +272,135,1948 +272,136,1948 +272,137,1948 +272,138,1948 +272,139,1948 +272,141,1948 +272,142,1948 +272,143,1948 +272,144,1948 +272,145,1948 +272,146,1948 +272,147,1948 +272,148,1948 +272,149,1948 +272,150,1948 +273,131,1948 +273,132,1948 +273,144,1948 +310,1,1948 +310,2,1948 +310,3,1948 +310,4,1948 +310,5,1948 +310,6,1948 +310,7,1948 +310,8,1948 +310,9,1948 +310,10,1948 +310,11,1948 +310,12,1948 +310,13,1948 +310,14,1948 +310,15,1948 +310,16,1948 +310,17,1948 +310,18,1948 +310,19,1948 +310,20,1948 +310,21,1948 +310,22,1948 +310,23,1948 +310,24,1948 +310,25,1948 +310,26,1948 +310,27,1948 +310,28,1948 +310,29,1948 +310,30,1948 +310,31,1948 +310,32,1948 +310,33,1948 +310,34,1948 +310,35,1948 +310,36,1948 +310,37,1948 +310,38,1948 +310,39,1948 +310,40,1948 +310,41,1948 +310,42,1948 +310,43,1948 +310,44,1948 +310,45,1948 +310,46,1948 +310,47,1948 +310,48,1948 +310,49,1948 +310,50,1948 +310,51,1948 +310,52,1948 +310,53,1948 +310,54,1948 +310,55,1948 +310,56,1948 +310,57,1948 +310,58,1948 +310,59,1948 +310,60,1948 +310,61,1948 +310,62,1948 +310,63,1948 +310,64,1948 +310,65,1948 +310,66,1948 +310,67,1948 +310,68,1948 +310,69,1948 +310,70,1948 +310,71,1948 +310,72,1948 +310,73,1948 +310,74,1948 +310,75,1948 +310,76,1948 +310,77,1948 +310,78,1948 +310,79,1948 +310,80,1948 +310,81,1948 +310,82,1948 +310,83,1948 +310,84,1948 +310,85,1948 +310,86,1948 +310,87,1948 +310,88,1948 +310,89,1948 +310,90,1948 +310,91,1948 +310,92,1948 +310,93,1948 +310,94,1948 +310,95,1948 +310,96,1948 +310,97,1948 +310,98,1948 +310,99,1948 +310,100,1948 +310,101,1948 +310,102,1948 +310,103,1948 +310,104,1948 +310,105,1948 +310,106,1948 +310,107,1948 +310,108,1948 +310,109,1948 +310,110,1948 +310,111,1948 +310,112,1948 +310,113,1948 +310,114,1948 +310,115,1948 +310,116,1948 +310,117,1948 +310,118,1948 +310,119,1948 +310,120,1948 +310,121,1948 +310,122,1948 +310,123,1948 +310,124,1948 +310,125,1948 +310,126,1948 +310,127,1948 +310,128,1948 +310,129,1948 +310,130,1948 +310,131,1948 +310,132,1948 +310,133,1948 +310,134,1948 +310,135,1948 +310,136,1948 +310,137,1948 +310,138,1948 +310,139,1948 +310,141,1948 +310,142,1948 +310,143,1948 +310,144,1948 +310,145,1948 +310,146,1948 +310,147,1948 +310,148,1948 +310,149,1948 +310,150,1948 +1,159,1951 +1,160,1951 +1,161,1951 +1,162,1951 +1,163,1951 +1,164,1951 +1,165,1951 +1,181,1951 +1,188,1951 +1,189,1951 +1,190,1951 +1,209,1951 +1,213,1951 +1,214,1951 +1,215,1951 +1,240,1951 +1,261,1951 +1,262,1951 +1,273,1951 +2,159,1951 +2,160,1951 +2,161,1951 +2,162,1951 +2,163,1951 +2,164,1951 +2,165,1951 +2,181,1951 +2,188,1951 +2,189,1951 +2,190,1951 +2,209,1951 +2,213,1951 +2,214,1951 +2,215,1951 +2,240,1951 +2,261,1951 +2,262,1951 +2,273,1951 +3,159,1951 +3,160,1951 +3,161,1951 +3,162,1951 +3,163,1951 +3,164,1951 +3,165,1951 +3,181,1951 +3,188,1951 +3,189,1951 +3,190,1951 +3,209,1951 +3,213,1951 +3,214,1951 +3,215,1951 +3,240,1951 +3,261,1951 +3,262,1951 +3,273,1951 +4,159,1951 +4,160,1951 +4,161,1951 +4,162,1951 +4,163,1951 +4,164,1951 +4,165,1951 +4,181,1951 +4,188,1951 +4,189,1951 +4,190,1951 +4,209,1951 +4,213,1951 +4,214,1951 +4,215,1951 +4,240,1951 +4,261,1951 +4,262,1951 +4,273,1951 +5,159,1951 +5,160,1951 +5,161,1951 +5,162,1951 +5,163,1951 +5,164,1951 +5,165,1951 +5,181,1951 +5,188,1951 +5,189,1951 +5,190,1951 +5,209,1951 +5,213,1951 +5,214,1951 +5,215,1951 +5,240,1951 +5,261,1951 +5,262,1951 +5,273,1951 +6,159,1951 +6,160,1951 +6,161,1951 +6,162,1951 +6,163,1951 +6,164,1951 +6,165,1951 +6,181,1951 +6,188,1951 +6,189,1951 +6,190,1951 +6,209,1951 +6,213,1951 +6,214,1951 +6,215,1951 +6,240,1951 +6,261,1951 +6,262,1951 +6,273,1951 +7,159,1951 +7,160,1951 +7,161,1951 +7,162,1951 +7,163,1951 +7,164,1951 +7,165,1951 +7,181,1951 +7,188,1951 +7,189,1951 +7,190,1951 +7,209,1951 +7,213,1951 +7,214,1951 +7,215,1951 +7,240,1951 +7,261,1951 +7,262,1951 +7,273,1951 +8,159,1951 +8,160,1951 +8,161,1951 +8,162,1951 +8,163,1951 +8,164,1951 +8,165,1951 +8,181,1951 +8,188,1951 +8,189,1951 +8,190,1951 +8,209,1951 +8,213,1951 +8,214,1951 +8,215,1951 +8,240,1951 +8,261,1951 +8,262,1951 +8,273,1951 +9,159,1951 +9,160,1951 +9,161,1951 +9,162,1951 +9,163,1951 +9,164,1951 +9,165,1951 +9,181,1951 +9,188,1951 +9,189,1951 +9,190,1951 +9,209,1951 +9,213,1951 +9,214,1951 +9,215,1951 +9,240,1951 +9,261,1951 +9,262,1951 +9,273,1951 +10,159,1951 +10,160,1951 +10,161,1951 +10,162,1951 +10,163,1951 +10,164,1951 +10,165,1951 +10,181,1951 +10,188,1951 +10,189,1951 +10,190,1951 +10,209,1951 +10,213,1951 +10,214,1951 +10,215,1951 +10,240,1951 +10,261,1951 +10,262,1951 +10,273,1951 +11,159,1951 +11,160,1951 +11,161,1951 +11,162,1951 +11,163,1951 +11,164,1951 +11,165,1951 +11,181,1951 +11,188,1951 +11,189,1951 +11,190,1951 +11,209,1951 +11,213,1951 +11,214,1951 +11,215,1951 +11,240,1951 +11,261,1951 +11,262,1951 +11,273,1951 +12,159,1951 +12,160,1951 +12,161,1951 +12,162,1951 +12,163,1951 +12,164,1951 +12,165,1951 +12,181,1951 +12,188,1951 +12,189,1951 +12,190,1951 +12,209,1951 +12,213,1951 +12,214,1951 +12,215,1951 +12,240,1951 +12,261,1951 +12,262,1951 +12,273,1951 +13,159,1951 +13,160,1951 +13,161,1951 +13,162,1951 +13,163,1951 +13,164,1951 +13,165,1951 +13,181,1951 +13,188,1951 +13,189,1951 +13,190,1951 +13,209,1951 +13,213,1951 +13,214,1951 +13,215,1951 +13,240,1951 +13,261,1951 +13,262,1951 +13,273,1951 +14,159,1951 +14,160,1951 +14,161,1951 +14,162,1951 +14,163,1951 +14,164,1951 +14,165,1951 +14,181,1951 +14,188,1951 +14,189,1951 +14,190,1951 +14,209,1951 +14,213,1951 +14,214,1951 +14,215,1951 +14,240,1951 +14,261,1951 +14,262,1951 +14,273,1951 +15,159,1951 +15,160,1951 +15,161,1951 +15,162,1951 +15,163,1951 +15,164,1951 +15,165,1951 +15,181,1951 +15,188,1951 +15,189,1951 +15,190,1951 +15,209,1951 +15,213,1951 +15,214,1951 +15,215,1951 +15,240,1951 +15,261,1951 +15,262,1951 +15,273,1951 +16,159,1951 +16,160,1951 +16,161,1951 +16,162,1951 +16,163,1951 +16,164,1951 +16,165,1951 +16,181,1951 +16,188,1951 +16,189,1951 +16,190,1951 +16,209,1951 +16,213,1951 +16,214,1951 +16,215,1951 +16,240,1951 +16,261,1951 +16,262,1951 +16,273,1951 +17,159,1951 +17,160,1951 +17,161,1951 +17,162,1951 +17,163,1951 +17,164,1951 +17,165,1951 +17,181,1951 +17,188,1951 +17,189,1951 +17,190,1951 +17,209,1951 +17,213,1951 +17,214,1951 +17,215,1951 +17,240,1951 +17,261,1951 +17,262,1951 +17,273,1951 +18,159,1951 +18,160,1951 +18,161,1951 +18,162,1951 +18,163,1951 +18,164,1951 +18,165,1951 +18,181,1951 +18,188,1951 +18,189,1951 +18,190,1951 +18,209,1951 +18,213,1951 +18,214,1951 +18,215,1951 +18,240,1951 +18,261,1951 +18,262,1951 +18,273,1951 +19,159,1951 +19,160,1951 +19,161,1951 +19,162,1951 +19,163,1951 +19,164,1951 +19,165,1951 +19,181,1951 +19,188,1951 +19,189,1951 +19,190,1951 +19,209,1951 +19,213,1951 +19,214,1951 +19,215,1951 +19,240,1951 +19,261,1951 +19,262,1951 +19,273,1951 +20,159,1951 +20,160,1951 +20,161,1951 +20,162,1951 +20,163,1951 +20,164,1951 +20,165,1951 +20,181,1951 +20,188,1951 +20,189,1951 +20,190,1951 +20,209,1951 +20,213,1951 +20,214,1951 +20,215,1951 +20,240,1951 +20,261,1951 +20,262,1951 +20,273,1951 +22,159,1951 +22,160,1951 +22,161,1951 +22,162,1951 +22,163,1951 +22,164,1951 +22,165,1951 +22,181,1951 +22,188,1951 +22,189,1951 +22,190,1951 +22,209,1951 +22,213,1951 +22,214,1951 +22,215,1951 +22,239,1951 +22,240,1951 +22,261,1951 +22,262,1951 +22,273,1951 +23,159,1951 +23,160,1951 +23,161,1951 +23,162,1951 +23,163,1951 +23,164,1951 +23,165,1951 +23,181,1951 +23,188,1951 +23,189,1951 +23,190,1951 +23,209,1951 +23,213,1951 +23,214,1951 +23,215,1951 +23,239,1951 +23,240,1951 +23,261,1951 +23,262,1951 +23,273,1951 +24,159,1951 +24,160,1951 +24,161,1951 +24,162,1951 +24,163,1951 +24,164,1951 +24,165,1951 +24,181,1951 +24,188,1951 +24,189,1951 +24,190,1951 +24,209,1951 +24,213,1951 +24,214,1951 +24,215,1951 +24,240,1951 +24,261,1951 +24,262,1951 +24,273,1951 +30,159,1951 +30,160,1951 +30,161,1951 +30,162,1951 +30,163,1951 +30,164,1951 +30,165,1951 +30,181,1951 +30,188,1951 +30,189,1951 +30,190,1951 +30,209,1951 +30,213,1951 +30,214,1951 +30,215,1951 +30,261,1951 +30,262,1951 +30,273,1951 +31,159,1951 +31,160,1951 +31,161,1951 +31,162,1951 +31,163,1951 +31,164,1951 +31,165,1951 +31,181,1951 +31,188,1951 +31,189,1951 +31,190,1951 +31,209,1951 +31,213,1951 +31,214,1951 +31,215,1951 +31,261,1951 +31,262,1951 +31,273,1951 +32,159,1951 +32,160,1951 +32,161,1951 +32,162,1951 +32,163,1951 +32,164,1951 +32,165,1951 +32,181,1951 +32,188,1951 +32,189,1951 +32,190,1951 +32,209,1951 +32,213,1951 +32,214,1951 +32,215,1951 +32,261,1951 +32,262,1951 +32,273,1951 +33,159,1951 +33,160,1951 +33,161,1951 +33,162,1951 +33,163,1951 +33,164,1951 +33,165,1951 +33,181,1951 +33,188,1951 +33,189,1951 +33,190,1951 +33,209,1951 +33,213,1951 +33,214,1951 +33,215,1951 +33,261,1951 +33,262,1951 +33,273,1951 +34,159,1951 +34,160,1951 +34,161,1951 +34,162,1951 +34,163,1951 +34,164,1951 +34,165,1951 +34,181,1951 +34,188,1951 +34,189,1951 +34,190,1951 +34,209,1951 +34,213,1951 +34,214,1951 +34,215,1951 +34,261,1951 +34,262,1951 +34,273,1951 +35,159,1951 +35,160,1951 +35,161,1951 +35,162,1951 +35,163,1951 +35,164,1951 +35,165,1951 +35,181,1951 +35,188,1951 +35,189,1951 +35,190,1951 +35,209,1951 +35,213,1951 +35,214,1951 +35,215,1951 +35,261,1951 +35,262,1951 +35,273,1951 +36,159,1951 +36,160,1951 +36,161,1951 +36,162,1951 +36,163,1951 +36,164,1951 +36,165,1951 +36,181,1951 +36,188,1951 +36,189,1951 +36,190,1951 +36,209,1951 +36,213,1951 +36,214,1951 +36,215,1951 +36,261,1951 +36,262,1951 +36,273,1951 +37,159,1951 +37,160,1951 +37,161,1951 +37,162,1951 +37,163,1951 +37,164,1951 +37,165,1951 +37,181,1951 +37,188,1951 +37,189,1951 +37,190,1951 +37,209,1951 +37,213,1951 +37,214,1951 +37,215,1951 +37,261,1951 +37,262,1951 +37,273,1951 +38,159,1951 +38,160,1951 +38,161,1951 +38,162,1951 +38,163,1951 +38,164,1951 +38,165,1951 +38,181,1951 +38,188,1951 +38,189,1951 +38,190,1951 +38,209,1951 +38,213,1951 +38,214,1951 +38,215,1951 +38,240,1951 +38,261,1951 +38,262,1951 +38,273,1951 +39,159,1951 +39,160,1951 +39,161,1951 +39,162,1951 +39,163,1951 +39,164,1951 +39,165,1951 +39,181,1951 +39,188,1951 +39,189,1951 +39,190,1951 +39,209,1951 +39,213,1951 +39,214,1951 +39,215,1951 +39,240,1951 +39,261,1951 +39,262,1951 +39,273,1951 +40,159,1951 +40,160,1951 +40,161,1951 +40,162,1951 +40,163,1951 +40,164,1951 +40,165,1951 +40,181,1951 +40,188,1951 +40,189,1951 +40,190,1951 +40,209,1951 +40,213,1951 +40,214,1951 +40,215,1951 +40,240,1951 +40,261,1951 +40,262,1951 +40,273,1951 +41,159,1951 +41,160,1951 +41,161,1951 +41,162,1951 +41,163,1951 +41,164,1951 +41,165,1951 +41,181,1951 +41,188,1951 +41,189,1951 +41,190,1951 +41,209,1951 +41,213,1951 +41,214,1951 +41,215,1951 +41,240,1951 +41,261,1951 +41,262,1951 +41,273,1951 +42,159,1951 +42,160,1951 +42,161,1951 +42,162,1951 +42,163,1951 +42,164,1951 +42,165,1951 +42,181,1951 +42,188,1951 +42,189,1951 +42,190,1951 +42,209,1951 +42,213,1951 +42,214,1951 +42,215,1951 +42,240,1951 +42,261,1951 +42,262,1951 +42,273,1951 +43,159,1951 +43,160,1951 +43,161,1951 +43,162,1951 +43,163,1951 +43,164,1951 +43,165,1951 +43,181,1951 +43,188,1951 +43,189,1951 +43,190,1951 +43,209,1951 +43,213,1951 +43,214,1951 +43,215,1951 +43,240,1951 +43,261,1951 +43,262,1951 +43,273,1951 +44,159,1951 +44,160,1951 +44,161,1951 +44,162,1951 +44,163,1951 +44,164,1951 +44,165,1951 +44,181,1951 +44,188,1951 +44,189,1951 +44,190,1951 +44,209,1951 +44,213,1951 +44,214,1951 +44,215,1951 +44,240,1951 +44,261,1951 +44,262,1951 +44,273,1951 +45,159,1951 +45,160,1951 +45,161,1951 +45,162,1951 +45,163,1951 +45,164,1951 +45,165,1951 +45,181,1951 +45,188,1951 +45,189,1951 +45,190,1951 +45,209,1951 +45,213,1951 +45,214,1951 +45,215,1951 +45,240,1951 +45,261,1951 +45,262,1951 +45,273,1951 +46,159,1951 +46,160,1951 +46,161,1951 +46,162,1951 +46,163,1951 +46,164,1951 +46,165,1951 +46,181,1951 +46,188,1951 +46,189,1951 +46,190,1951 +46,209,1951 +46,213,1951 +46,214,1951 +46,215,1951 +46,261,1951 +46,262,1951 +46,273,1951 +47,159,1951 +47,160,1951 +47,161,1951 +47,162,1951 +47,163,1951 +47,164,1951 +47,165,1951 +47,181,1951 +47,188,1951 +47,189,1951 +47,190,1951 +47,209,1951 +47,213,1951 +47,214,1951 +47,215,1951 +47,261,1951 +47,262,1951 +47,273,1951 +48,159,1951 +48,160,1951 +48,161,1951 +48,162,1951 +48,163,1951 +48,164,1951 +48,165,1951 +48,181,1951 +48,188,1951 +48,189,1951 +48,190,1951 +48,209,1951 +48,213,1951 +48,214,1951 +48,215,1951 +48,261,1951 +48,262,1951 +48,273,1951 +49,159,1951 +49,160,1951 +49,161,1951 +49,162,1951 +49,163,1951 +49,164,1951 +49,165,1951 +49,181,1951 +49,188,1951 +49,189,1951 +49,190,1951 +49,209,1951 +49,213,1951 +49,214,1951 +49,215,1951 +49,261,1951 +49,262,1951 +49,273,1951 +50,159,1951 +50,160,1951 +50,161,1951 +50,162,1951 +50,163,1951 +50,164,1951 +50,165,1951 +50,181,1951 +50,188,1951 +50,189,1951 +50,190,1951 +50,209,1951 +50,213,1951 +50,214,1951 +50,215,1951 +50,261,1951 +50,262,1951 +50,273,1951 +51,159,1951 +51,160,1951 +51,161,1951 +51,162,1951 +51,163,1951 +51,164,1951 +51,165,1951 +51,181,1951 +51,188,1951 +51,189,1951 +51,190,1951 +51,209,1951 +51,213,1951 +51,214,1951 +51,215,1951 +51,261,1951 +51,262,1951 +51,273,1951 +52,159,1951 +52,160,1951 +52,161,1951 +52,162,1951 +52,163,1951 +52,164,1951 +52,165,1951 +52,181,1951 +52,188,1951 +52,189,1951 +52,190,1951 +52,209,1951 +52,213,1951 +52,214,1951 +52,215,1951 +52,261,1951 +52,262,1951 +52,273,1951 +53,159,1951 +53,160,1951 +53,161,1951 +53,162,1951 +53,163,1951 +53,164,1951 +53,165,1951 +53,181,1951 +53,188,1951 +53,189,1951 +53,190,1951 +53,209,1951 +53,213,1951 +53,214,1951 +53,215,1951 +53,261,1951 +53,262,1951 +53,273,1951 +54,159,1951 +54,160,1951 +54,161,1951 +54,162,1951 +54,163,1951 +54,164,1951 +54,165,1951 +54,181,1951 +54,188,1951 +54,189,1951 +54,190,1951 +54,209,1951 +54,213,1951 +54,214,1951 +54,215,1951 +54,261,1951 +54,262,1951 +54,273,1951 +55,159,1951 +55,160,1951 +55,161,1951 +55,162,1951 +55,163,1951 +55,164,1951 +55,165,1951 +55,181,1951 +55,188,1951 +55,189,1951 +55,190,1951 +55,209,1951 +55,213,1951 +55,214,1951 +55,215,1951 +55,240,1951 +55,261,1951 +55,262,1951 +55,273,1951 +56,159,1951 +56,160,1951 +56,161,1951 +56,162,1951 +56,163,1951 +56,164,1951 +56,165,1951 +56,181,1951 +56,188,1951 +56,189,1951 +56,190,1951 +56,209,1951 +56,213,1951 +56,214,1951 +56,215,1951 +56,261,1951 +56,262,1951 +56,273,1951 +57,159,1951 +57,160,1951 +57,161,1951 +57,162,1951 +57,163,1951 +57,164,1951 +57,165,1951 +57,181,1951 +57,188,1951 +57,189,1951 +57,190,1951 +57,209,1951 +57,213,1951 +57,214,1951 +57,215,1951 +57,261,1951 +57,262,1951 +57,273,1951 +58,159,1951 +58,160,1951 +58,161,1951 +58,162,1951 +58,163,1951 +58,164,1951 +58,165,1951 +58,181,1951 +58,188,1951 +58,189,1951 +58,190,1951 +58,209,1951 +58,213,1951 +58,214,1951 +58,215,1951 +58,240,1951 +58,261,1951 +58,262,1951 +58,273,1951 +59,159,1951 +59,160,1951 +59,161,1951 +59,162,1951 +59,163,1951 +59,164,1951 +59,165,1951 +59,181,1951 +59,188,1951 +59,189,1951 +59,190,1951 +59,209,1951 +59,213,1951 +59,214,1951 +59,215,1951 +59,240,1951 +59,261,1951 +59,262,1951 +59,273,1951 +60,159,1951 +60,160,1951 +60,161,1951 +60,162,1951 +60,163,1951 +60,164,1951 +60,165,1951 +60,181,1951 +60,188,1951 +60,189,1951 +60,190,1951 +60,209,1951 +60,213,1951 +60,214,1951 +60,215,1951 +60,240,1951 +60,261,1951 +60,262,1951 +60,273,1951 +61,159,1951 +61,160,1951 +61,161,1951 +61,162,1951 +61,163,1951 +61,164,1951 +61,165,1951 +61,181,1951 +61,188,1951 +61,189,1951 +61,190,1951 +61,209,1951 +61,213,1951 +61,214,1951 +61,215,1951 +61,240,1951 +61,261,1951 +61,262,1951 +61,273,1951 +62,159,1951 +62,160,1951 +62,161,1951 +62,162,1951 +62,163,1951 +62,164,1951 +62,165,1951 +62,181,1951 +62,188,1951 +62,189,1951 +62,190,1951 +62,209,1951 +62,213,1951 +62,214,1951 +62,215,1951 +62,240,1951 +62,261,1951 +62,262,1951 +62,273,1951 +63,159,1951 +63,160,1951 +63,161,1951 +63,162,1951 +63,163,1951 +63,164,1951 +63,165,1951 +63,181,1951 +63,188,1951 +63,189,1951 +63,190,1951 +63,209,1951 +63,213,1951 +63,214,1951 +63,215,1951 +63,240,1951 +63,261,1951 +63,262,1951 +63,273,1951 +64,159,1951 +64,160,1951 +64,161,1951 +64,162,1951 +64,163,1951 +64,164,1951 +64,165,1951 +64,181,1951 +64,188,1951 +64,189,1951 +64,190,1951 +64,209,1951 +64,213,1951 +64,214,1951 +64,215,1951 +64,240,1951 +64,261,1951 +64,262,1951 +64,273,1951 +65,159,1951 +65,160,1951 +65,161,1951 +65,162,1951 +65,163,1951 +65,164,1951 +65,165,1951 +65,181,1951 +65,188,1951 +65,189,1951 +65,190,1951 +65,209,1951 +65,213,1951 +65,214,1951 +65,215,1951 +65,240,1951 +65,261,1951 +65,262,1951 +65,273,1951 +66,159,1951 +66,160,1951 +66,161,1951 +66,162,1951 +66,163,1951 +66,164,1951 +66,165,1951 +66,181,1951 +66,188,1951 +66,189,1951 +66,190,1951 +66,209,1951 +66,213,1951 +66,214,1951 +66,215,1951 +66,240,1951 +66,261,1951 +66,262,1951 +66,273,1951 +67,159,1951 +67,160,1951 +67,161,1951 +67,162,1951 +67,163,1951 +67,164,1951 +67,165,1951 +67,181,1951 +67,188,1951 +67,189,1951 +67,190,1951 +67,209,1951 +67,213,1951 +67,214,1951 +67,215,1951 +67,240,1951 +67,261,1951 +67,262,1951 +67,273,1951 +68,159,1951 +68,160,1951 +68,161,1951 +68,162,1951 +68,163,1951 +68,164,1951 +68,165,1951 +68,181,1951 +68,188,1951 +68,189,1951 +68,190,1951 +68,209,1951 +68,213,1951 +68,214,1951 +68,215,1951 +68,239,1951 +68,240,1951 +68,261,1951 +68,262,1951 +68,273,1951 +69,159,1951 +69,160,1951 +69,161,1951 +69,162,1951 +69,163,1951 +69,164,1951 +69,165,1951 +69,181,1951 +69,188,1951 +69,189,1951 +69,190,1951 +69,209,1951 +69,213,1951 +69,214,1951 +69,215,1951 +69,239,1951 +69,240,1951 +69,261,1951 +69,262,1951 +69,273,1951 +70,159,1951 +70,160,1951 +70,161,1951 +70,162,1951 +70,163,1951 +70,164,1951 +70,165,1951 +70,181,1951 +70,188,1951 +70,189,1951 +70,190,1951 +70,209,1951 +70,213,1951 +70,214,1951 +70,215,1951 +70,239,1951 +70,240,1951 +70,261,1951 +70,262,1951 +70,273,1951 +71,159,1951 +71,160,1951 +71,161,1951 +71,162,1951 +71,163,1951 +71,164,1951 +71,165,1951 +71,181,1951 +71,188,1951 +71,189,1951 +71,190,1951 +71,209,1951 +71,213,1951 +71,214,1951 +71,215,1951 +71,239,1951 +71,240,1951 +71,261,1951 +71,262,1951 +71,273,1951 +72,159,1951 +72,160,1951 +72,161,1951 +72,162,1951 +72,163,1951 +72,164,1951 +72,165,1951 +72,181,1951 +72,188,1951 +72,189,1951 +72,190,1951 +72,209,1951 +72,213,1951 +72,214,1951 +72,215,1951 +72,239,1951 +72,240,1951 +72,261,1951 +72,262,1951 +72,273,1951 +73,159,1951 +73,160,1951 +73,161,1951 +73,162,1951 +73,163,1951 +73,164,1951 +73,165,1951 +73,181,1951 +73,188,1951 +73,189,1951 +73,190,1951 +73,209,1951 +73,213,1951 +73,214,1951 +73,215,1951 +73,239,1951 +73,240,1951 +73,261,1951 +73,262,1951 +73,273,1951 +74,159,1951 +74,160,1951 +74,161,1951 +74,162,1951 +74,163,1951 +74,164,1951 +74,165,1951 +74,181,1951 +74,188,1951 +74,189,1951 +74,190,1951 +74,209,1951 +74,213,1951 +74,214,1951 +74,215,1951 +74,239,1951 +74,240,1951 +74,261,1951 +74,262,1951 +74,273,1951 +75,159,1951 +75,160,1951 +75,161,1951 +75,162,1951 +75,163,1951 +75,164,1951 +75,165,1951 +75,181,1951 +75,188,1951 +75,189,1951 +75,190,1951 +75,209,1951 +75,213,1951 +75,214,1951 +75,215,1951 +75,239,1951 +75,240,1951 +75,261,1951 +75,262,1951 +75,273,1951 +76,159,1951 +76,160,1951 +76,161,1951 +76,162,1951 +76,163,1951 +76,164,1951 +76,165,1951 +76,181,1951 +76,188,1951 +76,189,1951 +76,190,1951 +76,209,1951 +76,213,1951 +76,214,1951 +76,215,1951 +76,239,1951 +76,240,1951 +76,261,1951 +76,262,1951 +76,273,1951 +77,159,1951 +77,160,1951 +77,161,1951 +77,162,1951 +77,163,1951 +77,164,1951 +77,165,1951 +77,181,1951 +77,188,1951 +77,189,1951 +77,190,1951 +77,209,1951 +77,213,1951 +77,214,1951 +77,215,1951 +77,240,1951 +77,261,1951 +77,262,1951 +77,273,1951 +78,159,1951 +78,160,1951 +78,161,1951 +78,162,1951 +78,163,1951 +78,164,1951 +78,165,1951 +78,181,1951 +78,188,1951 +78,189,1951 +78,190,1951 +78,209,1951 +78,213,1951 +78,214,1951 +78,215,1951 +78,240,1951 +78,261,1951 +78,262,1951 +78,273,1951 +79,159,1951 +79,160,1951 +79,161,1951 +79,162,1951 +79,163,1951 +79,164,1951 +79,165,1951 +79,181,1951 +79,188,1951 +79,189,1951 +79,190,1951 +79,209,1951 +79,213,1951 +79,214,1951 +79,215,1951 +79,240,1951 +79,261,1951 +79,262,1951 +79,273,1951 +80,159,1951 +80,160,1951 +80,161,1951 +80,162,1951 +80,163,1951 +80,164,1951 +80,165,1951 +80,181,1951 +80,188,1951 +80,189,1951 +80,190,1951 +80,209,1951 +80,213,1951 +80,214,1951 +80,215,1951 +80,239,1951 +80,240,1951 +80,261,1951 +80,262,1951 +80,273,1951 +81,159,1951 +81,160,1951 +81,161,1951 +81,162,1951 +81,163,1951 +81,164,1951 +81,165,1951 +81,181,1951 +81,188,1951 +81,189,1951 +81,190,1951 +81,209,1951 +81,213,1951 +81,214,1951 +81,215,1951 +81,239,1951 +81,240,1951 +81,261,1951 +81,262,1951 +81,273,1951 +82,159,1951 +82,160,1951 +82,161,1951 +82,162,1951 +82,163,1951 +82,164,1951 +82,165,1951 +82,181,1951 +82,188,1951 +82,189,1951 +82,190,1951 +82,209,1951 +82,213,1951 +82,214,1951 +82,215,1951 +82,239,1951 +82,240,1951 +82,261,1951 +82,262,1951 +82,273,1951 +83,159,1951 +83,160,1951 +83,161,1951 +83,162,1951 +83,163,1951 +83,164,1951 +83,165,1951 +83,181,1951 +83,188,1951 +83,189,1951 +83,190,1951 +83,209,1951 +83,213,1951 +83,214,1951 +83,215,1951 +83,239,1951 +83,240,1951 +83,261,1951 +83,262,1951 +83,273,1951 +84,159,1951 +84,160,1951 +84,161,1951 +84,162,1951 +84,163,1951 +84,164,1951 +84,165,1951 +84,181,1951 +84,188,1951 +84,189,1951 +84,190,1951 +84,209,1951 +84,213,1951 +84,214,1951 +84,215,1951 +84,239,1951 +84,240,1951 +84,261,1951 +84,262,1951 +84,273,1951 +85,159,1951 +85,160,1951 +85,161,1951 +85,162,1951 +85,163,1951 +85,164,1951 +85,165,1951 +85,181,1951 +85,188,1951 +85,189,1951 +85,190,1951 +85,209,1951 +85,213,1951 +85,214,1951 +85,215,1951 +85,239,1951 +85,240,1951 +85,261,1951 +85,262,1951 +85,273,1951 +86,159,1951 +86,160,1951 +86,161,1951 +86,162,1951 +86,163,1951 +86,164,1951 +86,165,1951 +86,181,1951 +86,188,1951 +86,189,1951 +86,190,1951 +86,209,1951 +86,213,1951 +86,214,1951 +86,215,1951 +86,239,1951 +86,240,1951 +86,261,1951 +86,262,1951 +86,273,1951 +87,159,1951 +87,160,1951 +87,161,1951 +87,162,1951 +87,163,1951 +87,164,1951 +87,165,1951 +87,181,1951 +87,188,1951 +87,189,1951 +87,190,1951 +87,209,1951 +87,213,1951 +87,214,1951 +87,215,1951 +87,239,1951 +87,240,1951 +87,261,1951 +87,262,1951 +87,273,1951 +88,159,1951 +88,160,1951 +88,161,1951 +88,162,1951 +88,163,1951 +88,164,1951 +88,165,1951 +88,181,1951 +88,188,1951 +88,189,1951 +88,190,1951 +88,209,1951 +88,213,1951 +88,214,1951 +88,215,1951 +88,239,1951 +88,240,1951 +88,261,1951 +88,262,1951 +88,273,1951 +111,159,1951 +111,160,1951 +111,161,1951 +111,162,1951 +111,163,1951 +111,164,1951 +111,165,1951 +111,181,1951 +111,188,1951 +111,189,1951 +111,190,1951 +111,209,1951 +111,213,1951 +111,214,1951 +111,215,1951 +111,239,1951 +111,240,1951 +111,261,1951 +111,262,1951 +111,273,1951 +112,159,1951 +112,160,1951 +112,161,1951 +112,162,1951 +112,163,1951 +112,164,1951 +112,165,1951 +112,181,1951 +112,188,1951 +112,189,1951 +112,190,1951 +112,209,1951 +112,213,1951 +112,214,1951 +112,215,1951 +112,239,1951 +112,240,1951 +112,261,1951 +112,262,1951 +112,273,1951 +120,159,1951 +120,160,1951 +120,161,1951 +120,162,1951 +120,163,1951 +120,164,1951 +120,165,1951 +120,181,1951 +120,188,1951 +120,189,1951 +120,190,1951 +120,209,1951 +120,213,1951 +120,214,1951 +120,215,1951 +120,240,1951 +120,261,1951 +120,262,1951 +120,273,1951 +121,159,1951 +121,160,1951 +121,161,1951 +121,162,1951 +121,163,1951 +121,164,1951 +121,165,1951 +121,181,1951 +121,188,1951 +121,189,1951 +121,190,1951 +121,209,1951 +121,213,1951 +121,214,1951 +121,215,1951 +121,239,1951 +121,240,1951 +121,261,1951 +121,262,1951 +121,273,1951 +123,159,1951 +123,160,1951 +123,161,1951 +123,162,1951 +123,163,1951 +123,164,1951 +123,165,1951 +123,181,1951 +123,188,1951 +123,189,1951 +123,190,1951 +123,209,1951 +123,213,1951 +123,214,1951 +123,215,1951 +123,240,1951 +123,261,1951 +123,262,1951 +123,273,1951 +124,159,1951 +124,160,1951 +124,161,1951 +124,162,1951 +124,163,1951 +124,164,1951 +124,165,1951 +124,181,1951 +124,188,1951 +124,189,1951 +124,190,1951 +124,209,1951 +124,213,1951 +124,214,1951 +124,215,1951 +124,239,1951 +124,240,1951 +124,261,1951 +124,262,1951 +124,273,1951 +125,159,1951 +125,160,1951 +125,161,1951 +125,162,1951 +125,163,1951 +125,164,1951 +125,165,1951 +125,181,1951 +125,188,1951 +125,189,1951 +125,190,1951 +125,209,1951 +125,213,1951 +125,214,1951 +125,215,1951 +125,239,1951 +125,240,1951 +125,261,1951 +125,262,1951 +125,273,1951 +130,159,1951 +130,160,1951 +130,161,1951 +130,162,1951 +130,163,1951 +130,164,1951 +130,165,1951 +130,181,1951 +130,188,1951 +130,189,1951 +130,190,1951 +130,209,1951 +130,213,1951 +130,214,1951 +130,215,1951 +130,261,1951 +130,262,1951 +130,273,1951 +131,159,1951 +131,160,1951 +131,161,1951 +131,162,1951 +131,163,1951 +131,164,1951 +131,165,1951 +131,181,1951 +131,188,1951 +131,189,1951 +131,190,1951 +131,209,1951 +131,213,1951 +131,214,1951 +131,215,1951 +131,261,1951 +131,262,1951 +132,159,1951 +132,160,1951 +132,161,1951 +132,162,1951 +132,163,1951 +132,164,1951 +132,165,1951 +132,181,1951 +132,188,1951 +132,189,1951 +132,190,1951 +132,209,1951 +132,213,1951 +132,214,1951 +132,215,1951 +132,261,1951 +132,262,1951 +133,159,1951 +133,160,1951 +133,161,1951 +133,162,1951 +133,163,1951 +133,164,1951 +133,165,1951 +133,181,1951 +133,188,1951 +133,189,1951 +133,190,1951 +133,209,1951 +133,213,1951 +133,214,1951 +133,215,1951 +133,261,1951 +133,262,1951 +133,273,1951 +134,159,1951 +134,160,1951 +134,161,1951 +134,162,1951 +134,163,1951 +134,164,1951 +134,165,1951 +134,181,1951 +134,188,1951 +134,189,1951 +134,190,1951 +134,209,1951 +134,213,1951 +134,214,1951 +134,215,1951 +134,240,1951 +134,261,1951 +134,262,1951 +134,273,1951 +135,159,1951 +135,160,1951 +135,161,1951 +135,162,1951 +135,163,1951 +135,164,1951 +135,165,1951 +135,181,1951 +135,188,1951 +135,189,1951 +135,190,1951 +135,209,1951 +135,213,1951 +135,214,1951 +135,215,1951 +135,239,1951 +135,240,1951 +135,261,1951 +135,262,1951 +135,273,1951 +138,159,1951 +138,160,1951 +138,161,1951 +138,162,1951 +138,163,1951 +138,164,1951 +138,165,1951 +138,181,1951 +138,188,1951 +138,189,1951 +138,190,1951 +138,209,1951 +138,213,1951 +138,214,1951 +138,215,1951 +138,240,1951 +138,261,1951 +138,262,1951 +138,273,1951 +139,159,1951 +139,160,1951 +139,161,1951 +139,162,1951 +139,163,1951 +139,164,1951 +139,165,1951 +139,181,1951 +139,188,1951 +139,189,1951 +139,190,1951 +139,209,1951 +139,213,1951 +139,214,1951 +139,215,1951 +139,240,1951 +139,261,1951 +139,262,1951 +139,273,1951 +141,159,1951 +141,160,1951 +141,161,1951 +141,162,1951 +141,163,1951 +141,164,1951 +141,165,1951 +141,181,1951 +141,188,1951 +141,189,1951 +141,190,1951 +141,209,1951 +141,213,1951 +141,214,1951 +141,215,1951 +141,240,1951 +141,261,1951 +141,262,1951 +141,273,1951 +142,159,1951 +142,160,1951 +142,161,1951 +142,162,1951 +142,163,1951 +142,164,1951 +142,165,1951 +142,181,1951 +142,188,1951 +142,189,1951 +142,190,1951 +142,209,1951 +142,213,1951 +142,214,1951 +142,215,1951 +142,240,1951 +142,261,1951 +142,262,1951 +142,273,1951 +144,159,1951 +144,160,1951 +144,161,1951 +144,162,1951 +144,163,1951 +144,164,1951 +144,165,1951 +144,181,1951 +144,188,1951 +144,189,1951 +144,190,1951 +144,209,1951 +144,213,1951 +144,214,1951 +144,215,1951 +144,261,1951 +144,262,1951 +145,159,1951 +145,160,1951 +145,161,1951 +145,162,1951 +145,163,1951 +145,164,1951 +145,165,1951 +145,181,1951 +145,188,1951 +145,189,1951 +145,190,1951 +145,209,1951 +145,213,1951 +145,214,1951 +145,215,1951 +145,239,1951 +145,240,1951 +145,261,1951 +145,262,1951 +145,273,1951 +146,159,1951 +146,160,1951 +146,161,1951 +146,162,1951 +146,163,1951 +146,164,1951 +146,165,1951 +146,181,1951 +146,188,1951 +146,189,1951 +146,190,1951 +146,209,1951 +146,213,1951 +146,214,1951 +146,215,1951 +146,240,1951 +146,261,1951 +146,262,1951 +146,273,1951 +147,159,1951 +147,160,1951 +147,161,1951 +147,162,1951 +147,163,1951 +147,164,1951 +147,165,1951 +147,181,1951 +147,188,1951 +147,189,1951 +147,190,1951 +147,209,1951 +147,213,1951 +147,214,1951 +147,215,1951 +147,240,1951 +147,261,1951 +147,262,1951 +147,273,1951 +148,159,1951 +148,160,1951 +148,161,1951 +148,162,1951 +148,163,1951 +148,164,1951 +148,165,1951 +148,181,1951 +148,188,1951 +148,189,1951 +148,190,1951 +148,209,1951 +148,213,1951 +148,214,1951 +148,215,1951 +148,239,1951 +148,240,1951 +148,261,1951 +148,262,1951 +148,273,1951 +150,159,1951 +150,160,1951 +150,161,1951 +150,162,1951 +150,163,1951 +150,164,1951 +150,165,1951 +150,181,1951 +150,188,1951 +150,189,1951 +150,190,1951 +150,209,1951 +150,213,1951 +150,214,1951 +150,215,1951 +150,240,1951 +150,261,1951 +150,262,1951 +150,273,1951 +159,1,1951 +159,2,1951 +159,3,1951 +159,4,1951 +159,5,1951 +159,6,1951 +159,7,1951 +159,8,1951 +159,9,1951 +159,10,1951 +159,11,1951 +159,12,1951 +159,13,1951 +159,14,1951 +159,15,1951 +159,16,1951 +159,17,1951 +159,18,1951 +159,19,1951 +159,20,1951 +159,22,1951 +159,23,1951 +159,24,1951 +159,30,1951 +159,31,1951 +159,32,1951 +159,33,1951 +159,34,1951 +159,35,1951 +159,36,1951 +159,37,1951 +159,38,1951 +159,39,1951 +159,40,1951 +159,41,1951 +159,42,1951 +159,43,1951 +159,44,1951 +159,45,1951 +159,46,1951 +159,47,1951 +159,48,1951 +159,49,1951 +159,50,1951 +159,51,1951 +159,52,1951 +159,53,1951 +159,54,1951 +159,55,1951 +159,56,1951 +159,57,1951 +159,58,1951 +159,59,1951 +159,60,1951 +159,61,1951 +159,62,1951 +159,63,1951 +159,64,1951 +159,65,1951 +159,66,1951 +159,67,1951 +159,68,1951 +159,69,1951 +159,70,1951 +159,71,1951 +159,72,1951 +159,73,1951 +159,74,1951 +159,75,1951 +159,76,1951 +159,77,1951 +159,78,1951 +159,79,1951 +159,80,1951 +159,81,1951 +159,82,1951 +159,83,1951 +159,84,1951 +159,85,1951 +159,86,1951 +159,87,1951 +159,88,1951 +159,111,1951 +159,112,1951 +159,120,1951 +159,121,1951 +159,123,1951 +159,124,1951 +159,125,1951 +159,130,1951 +159,131,1951 +159,132,1951 +159,133,1951 +159,134,1951 +159,135,1951 +159,138,1951 +159,139,1951 +159,141,1951 +159,142,1951 +159,144,1951 +159,145,1951 +159,146,1951 +159,147,1951 +159,148,1951 +159,150,1951 +160,1,1951 +160,2,1951 +160,3,1951 +160,4,1951 +160,5,1951 +160,6,1951 +160,7,1951 +160,8,1951 +160,9,1951 +160,10,1951 +160,11,1951 +160,12,1951 +160,13,1951 +160,14,1951 +160,15,1951 +160,16,1951 +160,17,1951 +160,18,1951 +160,19,1951 +160,20,1951 +160,22,1951 +160,23,1951 +160,24,1951 +160,30,1951 +160,31,1951 +160,32,1951 +160,33,1951 +160,34,1951 +160,35,1951 +160,36,1951 +160,37,1951 +160,38,1951 +160,39,1951 +160,40,1951 +160,41,1951 +160,42,1951 +160,43,1951 +160,44,1951 +160,45,1951 +160,46,1951 +160,47,1951 +160,48,1951 +160,49,1951 +160,50,1951 +160,51,1951 +160,52,1951 +160,53,1951 +160,54,1951 +160,55,1951 +160,56,1951 +160,57,1951 +160,58,1951 +160,59,1951 +160,60,1951 +160,61,1951 +160,62,1951 +160,63,1951 +160,64,1951 +160,65,1951 +160,66,1951 +160,67,1951 +160,68,1951 +160,69,1951 +160,70,1951 +160,71,1951 +160,72,1951 +160,73,1951 +160,74,1951 +160,75,1951 +160,76,1951 +160,77,1951 +160,78,1951 +160,79,1951 +160,80,1951 +160,81,1951 +160,82,1951 +160,83,1951 +160,84,1951 +160,85,1951 +160,86,1951 +160,87,1951 +160,88,1951 +160,111,1951 +160,112,1951 +160,120,1951 +160,121,1951 +160,123,1951 +160,124,1951 +160,125,1951 +160,130,1951 +160,131,1951 +160,132,1951 +160,133,1951 +160,134,1951 +160,135,1951 +160,138,1951 +160,139,1951 +160,141,1951 +160,142,1951 +160,144,1951 +160,145,1951 +160,146,1951 +160,147,1951 +160,148,1951 +160,150,1951 +161,1,1951 +161,2,1951 +161,3,1951 +161,4,1951 +161,5,1951 +161,6,1951 +161,7,1951 +161,8,1951 +161,9,1951 +161,10,1951 +161,11,1951 +161,12,1951 +161,13,1951 +161,14,1951 +161,15,1951 +161,16,1951 +161,17,1951 +161,18,1951 +161,19,1951 +161,20,1951 +161,22,1951 +161,23,1951 +161,24,1951 +161,30,1951 +161,31,1951 +161,32,1951 +161,33,1951 +161,34,1951 +161,35,1951 +161,36,1951 +161,37,1951 +161,38,1951 +161,39,1951 +161,40,1951 +161,41,1951 +161,42,1951 +161,43,1951 +161,44,1951 +161,45,1951 +161,46,1951 +161,47,1951 +161,48,1951 +161,49,1951 +161,50,1951 +161,51,1951 +161,52,1951 +161,53,1951 +161,54,1951 +161,55,1951 +161,56,1951 +161,57,1951 +161,58,1951 +161,59,1951 +161,60,1951 +161,61,1951 +161,62,1951 +161,63,1951 +161,64,1951 +161,65,1951 +161,66,1951 +161,67,1951 +161,68,1951 +161,69,1951 +161,70,1951 +161,71,1951 +161,72,1951 +161,73,1951 +161,74,1951 +161,75,1951 +161,76,1951 +161,77,1951 +161,78,1951 +161,79,1951 +161,80,1951 +161,81,1951 +161,82,1951 +161,83,1951 +161,84,1951 +161,85,1951 +161,86,1951 +161,87,1951 +161,88,1951 +161,111,1951 +161,112,1951 +161,120,1951 +161,121,1951 +161,123,1951 +161,124,1951 +161,125,1951 +161,130,1951 +161,131,1951 +161,132,1951 +161,133,1951 +161,134,1951 +161,135,1951 +161,138,1951 +161,139,1951 +161,141,1951 +161,142,1951 +161,144,1951 +161,145,1951 +161,146,1951 +161,147,1951 +161,148,1951 +161,150,1951 +162,1,1951 +162,2,1951 +162,3,1951 +162,4,1951 +162,5,1951 +162,6,1951 +162,7,1951 +162,8,1951 +162,9,1951 +162,10,1951 +162,11,1951 +162,12,1951 +162,13,1951 +162,14,1951 +162,15,1951 +162,16,1951 +162,17,1951 +162,18,1951 +162,19,1951 +162,20,1951 +162,22,1951 +162,23,1951 +162,24,1951 +162,30,1951 +162,31,1951 +162,32,1951 +162,33,1951 +162,34,1951 +162,35,1951 +162,36,1951 +162,37,1951 +162,38,1951 +162,39,1951 +162,40,1951 +162,41,1951 +162,42,1951 +162,43,1951 +162,44,1951 +162,45,1951 +162,46,1951 +162,47,1951 +162,48,1951 +162,49,1951 +162,50,1951 +162,51,1951 +162,52,1951 +162,53,1951 +162,54,1951 +162,55,1951 +162,56,1951 +162,57,1951 +162,58,1951 +162,59,1951 +162,60,1951 +162,61,1951 +162,62,1951 +162,63,1951 +162,64,1951 +162,65,1951 +162,66,1951 +162,67,1951 +162,68,1951 +162,69,1951 +162,70,1951 +162,71,1951 +162,72,1951 +162,73,1951 +162,74,1951 +162,75,1951 +162,76,1951 +162,77,1951 +162,78,1951 +162,79,1951 +162,80,1951 +162,81,1951 +162,82,1951 +162,83,1951 +162,84,1951 +162,85,1951 +162,86,1951 +162,87,1951 +162,88,1951 +162,111,1951 +162,112,1951 +162,120,1951 +162,121,1951 +162,123,1951 +162,124,1951 +162,125,1951 +162,130,1951 +162,131,1951 +162,132,1951 +162,133,1951 +162,134,1951 +162,135,1951 +162,138,1951 +162,139,1951 +162,141,1951 +162,142,1951 +162,144,1951 +162,145,1951 +162,146,1951 +162,147,1951 +162,148,1951 +162,150,1951 +163,1,1951 +163,2,1951 +163,3,1951 +163,4,1951 +163,5,1951 +163,6,1951 +163,7,1951 +163,8,1951 +163,9,1951 +163,10,1951 +163,11,1951 +163,12,1951 +163,13,1951 +163,14,1951 +163,15,1951 +163,16,1951 +163,17,1951 +163,18,1951 +163,19,1951 +163,20,1951 +163,22,1951 +163,23,1951 +163,24,1951 +163,30,1951 +163,31,1951 +163,32,1951 +163,33,1951 +163,34,1951 +163,35,1951 +163,36,1951 +163,37,1951 +163,38,1951 +163,39,1951 +163,40,1951 +163,41,1951 +163,42,1951 +163,43,1951 +163,44,1951 +163,45,1951 +163,46,1951 +163,47,1951 +163,48,1951 +163,49,1951 +163,50,1951 +163,51,1951 +163,52,1951 +163,53,1951 +163,54,1951 +163,55,1951 +163,56,1951 +163,57,1951 +163,58,1951 +163,59,1951 +163,60,1951 +163,61,1951 +163,62,1951 +163,63,1951 +163,64,1951 +163,65,1951 +163,66,1951 +163,67,1951 +163,68,1951 +163,69,1951 +163,70,1951 +163,71,1951 +163,72,1951 +163,73,1951 +163,74,1951 +163,75,1951 +163,76,1951 +163,77,1951 +163,78,1951 +163,79,1951 +163,80,1951 +163,81,1951 +163,82,1951 +163,83,1951 +163,84,1951 +163,85,1951 +163,86,1951 +163,87,1951 +163,88,1951 +163,111,1951 +163,112,1951 +163,120,1951 +163,121,1951 +163,123,1951 +163,124,1951 +163,125,1951 +163,130,1951 +163,131,1951 +163,132,1951 +163,133,1951 +163,134,1951 +163,135,1951 +163,138,1951 +163,139,1951 +163,141,1951 +163,142,1951 +163,144,1951 +163,145,1951 +163,146,1951 +163,147,1951 +163,148,1951 +163,150,1951 +164,1,1951 +164,2,1951 +164,3,1951 +164,4,1951 +164,5,1951 +164,6,1951 +164,7,1951 +164,8,1951 +164,9,1951 +164,10,1951 +164,11,1951 +164,12,1951 +164,13,1951 +164,14,1951 +164,15,1951 +164,16,1951 +164,17,1951 +164,18,1951 +164,19,1951 +164,20,1951 +164,22,1951 +164,23,1951 +164,24,1951 +164,30,1951 +164,31,1951 +164,32,1951 +164,33,1951 +164,34,1951 +164,35,1951 +164,36,1951 +164,37,1951 +164,38,1951 +164,39,1951 +164,40,1951 +164,41,1951 +164,42,1951 +164,43,1951 +164,44,1951 +164,45,1951 +164,46,1951 +164,47,1951 +164,48,1951 +164,49,1951 +164,50,1951 +164,51,1951 +164,52,1951 +164,53,1951 +164,54,1951 +164,55,1951 +164,56,1951 +164,57,1951 +164,58,1951 +164,59,1951 +164,60,1951 +164,61,1951 +164,62,1951 +164,63,1951 +164,64,1951 +164,65,1951 +164,66,1951 +164,67,1951 +164,68,1951 +164,69,1951 +164,70,1951 +164,71,1951 +164,72,1951 +164,73,1951 +164,74,1951 +164,75,1951 +164,76,1951 +164,77,1951 +164,78,1951 +164,79,1951 +164,80,1951 +164,81,1951 +164,82,1951 +164,83,1951 +164,84,1951 +164,85,1951 +164,86,1951 +164,87,1951 +164,88,1951 +164,111,1951 +164,112,1951 +164,120,1951 +164,121,1951 +164,123,1951 +164,124,1951 +164,125,1951 +164,130,1951 +164,131,1951 +164,132,1951 +164,133,1951 +164,134,1951 +164,135,1951 +164,138,1951 +164,139,1951 +164,141,1951 +164,142,1951 +164,144,1951 +164,145,1951 +164,146,1951 +164,147,1951 +164,148,1951 +164,150,1951 +165,1,1951 +165,2,1951 +165,3,1951 +165,4,1951 +165,5,1951 +165,6,1951 +165,7,1951 +165,8,1951 +165,9,1951 +165,10,1951 +165,11,1951 +165,12,1951 +165,13,1951 +165,14,1951 +165,15,1951 +165,16,1951 +165,17,1951 +165,18,1951 +165,19,1951 +165,20,1951 +165,22,1951 +165,23,1951 +165,24,1951 +165,30,1951 +165,31,1951 +165,32,1951 +165,33,1951 +165,34,1951 +165,35,1951 +165,36,1951 +165,37,1951 +165,38,1951 +165,39,1951 +165,40,1951 +165,41,1951 +165,42,1951 +165,43,1951 +165,44,1951 +165,45,1951 +165,46,1951 +165,47,1951 +165,48,1951 +165,49,1951 +165,50,1951 +165,51,1951 +165,52,1951 +165,53,1951 +165,54,1951 +165,55,1951 +165,56,1951 +165,57,1951 +165,58,1951 +165,59,1951 +165,60,1951 +165,61,1951 +165,62,1951 +165,63,1951 +165,64,1951 +165,65,1951 +165,66,1951 +165,67,1951 +165,68,1951 +165,69,1951 +165,70,1951 +165,71,1951 +165,72,1951 +165,73,1951 +165,74,1951 +165,75,1951 +165,76,1951 +165,77,1951 +165,78,1951 +165,79,1951 +165,80,1951 +165,81,1951 +165,82,1951 +165,83,1951 +165,84,1951 +165,85,1951 +165,86,1951 +165,87,1951 +165,88,1951 +165,111,1951 +165,112,1951 +165,120,1951 +165,121,1951 +165,123,1951 +165,124,1951 +165,125,1951 +165,130,1951 +165,131,1951 +165,132,1951 +165,133,1951 +165,134,1951 +165,135,1951 +165,138,1951 +165,139,1951 +165,141,1951 +165,142,1951 +165,144,1951 +165,145,1951 +165,146,1951 +165,147,1951 +165,148,1951 +165,150,1951 +181,1,1951 +181,2,1951 +181,3,1951 +181,4,1951 +181,5,1951 +181,6,1951 +181,7,1951 +181,8,1951 +181,9,1951 +181,10,1951 +181,11,1951 +181,12,1951 +181,13,1951 +181,14,1951 +181,15,1951 +181,16,1951 +181,17,1951 +181,18,1951 +181,19,1951 +181,20,1951 +181,22,1951 +181,23,1951 +181,24,1951 +181,30,1951 +181,31,1951 +181,32,1951 +181,33,1951 +181,34,1951 +181,35,1951 +181,36,1951 +181,37,1951 +181,38,1951 +181,39,1951 +181,40,1951 +181,41,1951 +181,42,1951 +181,43,1951 +181,44,1951 +181,45,1951 +181,46,1951 +181,47,1951 +181,48,1951 +181,49,1951 +181,50,1951 +181,51,1951 +181,52,1951 +181,53,1951 +181,54,1951 +181,55,1951 +181,56,1951 +181,57,1951 +181,58,1951 +181,59,1951 +181,60,1951 +181,61,1951 +181,62,1951 +181,63,1951 +181,64,1951 +181,65,1951 +181,66,1951 +181,67,1951 +181,68,1951 +181,69,1951 +181,70,1951 +181,71,1951 +181,72,1951 +181,73,1951 +181,74,1951 +181,75,1951 +181,76,1951 +181,77,1951 +181,78,1951 +181,79,1951 +181,80,1951 +181,81,1951 +181,82,1951 +181,83,1951 +181,84,1951 +181,85,1951 +181,86,1951 +181,87,1951 +181,88,1951 +181,111,1951 +181,112,1951 +181,120,1951 +181,121,1951 +181,123,1951 +181,124,1951 +181,125,1951 +181,130,1951 +181,131,1951 +181,132,1951 +181,133,1951 +181,134,1951 +181,135,1951 +181,138,1951 +181,139,1951 +181,141,1951 +181,142,1951 +181,144,1951 +181,145,1951 +181,146,1951 +181,147,1951 +181,148,1951 +181,150,1951 +188,1,1951 +188,2,1951 +188,3,1951 +188,4,1951 +188,5,1951 +188,6,1951 +188,7,1951 +188,8,1951 +188,9,1951 +188,10,1951 +188,11,1951 +188,12,1951 +188,13,1951 +188,14,1951 +188,15,1951 +188,16,1951 +188,17,1951 +188,18,1951 +188,19,1951 +188,20,1951 +188,22,1951 +188,23,1951 +188,24,1951 +188,30,1951 +188,31,1951 +188,32,1951 +188,33,1951 +188,34,1951 +188,35,1951 +188,36,1951 +188,37,1951 +188,38,1951 +188,39,1951 +188,40,1951 +188,41,1951 +188,42,1951 +188,43,1951 +188,44,1951 +188,45,1951 +188,46,1951 +188,47,1951 +188,48,1951 +188,49,1951 +188,50,1951 +188,51,1951 +188,52,1951 +188,53,1951 +188,54,1951 +188,55,1951 +188,56,1951 +188,57,1951 +188,58,1951 +188,59,1951 +188,60,1951 +188,61,1951 +188,62,1951 +188,63,1951 +188,64,1951 +188,65,1951 +188,66,1951 +188,67,1951 +188,68,1951 +188,69,1951 +188,70,1951 +188,71,1951 +188,72,1951 +188,73,1951 +188,74,1951 +188,75,1951 +188,76,1951 +188,77,1951 +188,78,1951 +188,79,1951 +188,80,1951 +188,81,1951 +188,82,1951 +188,83,1951 +188,84,1951 +188,85,1951 +188,86,1951 +188,87,1951 +188,88,1951 +188,111,1951 +188,112,1951 +188,120,1951 +188,121,1951 +188,123,1951 +188,124,1951 +188,125,1951 +188,130,1951 +188,131,1951 +188,132,1951 +188,133,1951 +188,134,1951 +188,135,1951 +188,138,1951 +188,139,1951 +188,141,1951 +188,142,1951 +188,144,1951 +188,145,1951 +188,146,1951 +188,147,1951 +188,148,1951 +188,150,1951 +189,1,1951 +189,2,1951 +189,3,1951 +189,4,1951 +189,5,1951 +189,6,1951 +189,7,1951 +189,8,1951 +189,9,1951 +189,10,1951 +189,11,1951 +189,12,1951 +189,13,1951 +189,14,1951 +189,15,1951 +189,16,1951 +189,17,1951 +189,18,1951 +189,19,1951 +189,20,1951 +189,22,1951 +189,23,1951 +189,24,1951 +189,30,1951 +189,31,1951 +189,32,1951 +189,33,1951 +189,34,1951 +189,35,1951 +189,36,1951 +189,37,1951 +189,38,1951 +189,39,1951 +189,40,1951 +189,41,1951 +189,42,1951 +189,43,1951 +189,44,1951 +189,45,1951 +189,46,1951 +189,47,1951 +189,48,1951 +189,49,1951 +189,50,1951 +189,51,1951 +189,52,1951 +189,53,1951 +189,54,1951 +189,55,1951 +189,56,1951 +189,57,1951 +189,58,1951 +189,59,1951 +189,60,1951 +189,61,1951 +189,62,1951 +189,63,1951 +189,64,1951 +189,65,1951 +189,66,1951 +189,67,1951 +189,68,1951 +189,69,1951 +189,70,1951 +189,71,1951 +189,72,1951 +189,73,1951 +189,74,1951 +189,75,1951 +189,76,1951 +189,77,1951 +189,78,1951 +189,79,1951 +189,80,1951 +189,81,1951 +189,82,1951 +189,83,1951 +189,84,1951 +189,85,1951 +189,86,1951 +189,87,1951 +189,88,1951 +189,111,1951 +189,112,1951 +189,120,1951 +189,121,1951 +189,123,1951 +189,124,1951 +189,125,1951 +189,130,1951 +189,131,1951 +189,132,1951 +189,133,1951 +189,134,1951 +189,135,1951 +189,138,1951 +189,139,1951 +189,141,1951 +189,142,1951 +189,144,1951 +189,145,1951 +189,146,1951 +189,147,1951 +189,148,1951 +189,150,1951 +190,1,1951 +190,2,1951 +190,3,1951 +190,4,1951 +190,5,1951 +190,6,1951 +190,7,1951 +190,8,1951 +190,9,1951 +190,10,1951 +190,11,1951 +190,12,1951 +190,13,1951 +190,14,1951 +190,15,1951 +190,16,1951 +190,17,1951 +190,18,1951 +190,19,1951 +190,20,1951 +190,22,1951 +190,23,1951 +190,24,1951 +190,30,1951 +190,31,1951 +190,32,1951 +190,33,1951 +190,34,1951 +190,35,1951 +190,36,1951 +190,37,1951 +190,38,1951 +190,39,1951 +190,40,1951 +190,41,1951 +190,42,1951 +190,43,1951 +190,44,1951 +190,45,1951 +190,46,1951 +190,47,1951 +190,48,1951 +190,49,1951 +190,50,1951 +190,51,1951 +190,52,1951 +190,53,1951 +190,54,1951 +190,55,1951 +190,56,1951 +190,57,1951 +190,58,1951 +190,59,1951 +190,60,1951 +190,61,1951 +190,62,1951 +190,63,1951 +190,64,1951 +190,65,1951 +190,66,1951 +190,67,1951 +190,68,1951 +190,69,1951 +190,70,1951 +190,71,1951 +190,72,1951 +190,73,1951 +190,74,1951 +190,75,1951 +190,76,1951 +190,77,1951 +190,78,1951 +190,79,1951 +190,80,1951 +190,81,1951 +190,82,1951 +190,83,1951 +190,84,1951 +190,85,1951 +190,86,1951 +190,87,1951 +190,88,1951 +190,111,1951 +190,112,1951 +190,120,1951 +190,121,1951 +190,123,1951 +190,124,1951 +190,125,1951 +190,130,1951 +190,131,1951 +190,132,1951 +190,133,1951 +190,134,1951 +190,135,1951 +190,138,1951 +190,139,1951 +190,141,1951 +190,142,1951 +190,144,1951 +190,145,1951 +190,146,1951 +190,147,1951 +190,148,1951 +190,150,1951 +209,1,1951 +209,2,1951 +209,3,1951 +209,4,1951 +209,5,1951 +209,6,1951 +209,7,1951 +209,8,1951 +209,9,1951 +209,10,1951 +209,11,1951 +209,12,1951 +209,13,1951 +209,14,1951 +209,15,1951 +209,16,1951 +209,17,1951 +209,18,1951 +209,19,1951 +209,20,1951 +209,22,1951 +209,23,1951 +209,24,1951 +209,30,1951 +209,31,1951 +209,32,1951 +209,33,1951 +209,34,1951 +209,35,1951 +209,36,1951 +209,37,1951 +209,38,1951 +209,39,1951 +209,40,1951 +209,41,1951 +209,42,1951 +209,43,1951 +209,44,1951 +209,45,1951 +209,46,1951 +209,47,1951 +209,48,1951 +209,49,1951 +209,50,1951 +209,51,1951 +209,52,1951 +209,53,1951 +209,54,1951 +209,55,1951 +209,56,1951 +209,57,1951 +209,58,1951 +209,59,1951 +209,60,1951 +209,61,1951 +209,62,1951 +209,63,1951 +209,64,1951 +209,65,1951 +209,66,1951 +209,67,1951 +209,68,1951 +209,69,1951 +209,70,1951 +209,71,1951 +209,72,1951 +209,73,1951 +209,74,1951 +209,75,1951 +209,76,1951 +209,77,1951 +209,78,1951 +209,79,1951 +209,80,1951 +209,81,1951 +209,82,1951 +209,83,1951 +209,84,1951 +209,85,1951 +209,86,1951 +209,87,1951 +209,88,1951 +209,111,1951 +209,112,1951 +209,120,1951 +209,121,1951 +209,123,1951 +209,124,1951 +209,125,1951 +209,130,1951 +209,131,1951 +209,132,1951 +209,133,1951 +209,134,1951 +209,135,1951 +209,138,1951 +209,139,1951 +209,141,1951 +209,142,1951 +209,144,1951 +209,145,1951 +209,146,1951 +209,147,1951 +209,148,1951 +209,150,1951 +213,1,1951 +213,2,1951 +213,3,1951 +213,4,1951 +213,5,1951 +213,6,1951 +213,7,1951 +213,8,1951 +213,9,1951 +213,10,1951 +213,11,1951 +213,12,1951 +213,13,1951 +213,14,1951 +213,15,1951 +213,16,1951 +213,17,1951 +213,18,1951 +213,19,1951 +213,20,1951 +213,22,1951 +213,23,1951 +213,24,1951 +213,30,1951 +213,31,1951 +213,32,1951 +213,33,1951 +213,34,1951 +213,35,1951 +213,36,1951 +213,37,1951 +213,38,1951 +213,39,1951 +213,40,1951 +213,41,1951 +213,42,1951 +213,43,1951 +213,44,1951 +213,45,1951 +213,46,1951 +213,47,1951 +213,48,1951 +213,49,1951 +213,50,1951 +213,51,1951 +213,52,1951 +213,53,1951 +213,54,1951 +213,55,1951 +213,56,1951 +213,57,1951 +213,58,1951 +213,59,1951 +213,60,1951 +213,61,1951 +213,62,1951 +213,63,1951 +213,64,1951 +213,65,1951 +213,66,1951 +213,67,1951 +213,68,1951 +213,69,1951 +213,70,1951 +213,71,1951 +213,72,1951 +213,73,1951 +213,74,1951 +213,75,1951 +213,76,1951 +213,77,1951 +213,78,1951 +213,79,1951 +213,80,1951 +213,81,1951 +213,82,1951 +213,83,1951 +213,84,1951 +213,85,1951 +213,86,1951 +213,87,1951 +213,88,1951 +213,111,1951 +213,112,1951 +213,120,1951 +213,121,1951 +213,123,1951 +213,124,1951 +213,125,1951 +213,130,1951 +213,131,1951 +213,132,1951 +213,133,1951 +213,134,1951 +213,135,1951 +213,138,1951 +213,139,1951 +213,141,1951 +213,142,1951 +213,144,1951 +213,145,1951 +213,146,1951 +213,147,1951 +213,148,1951 +213,150,1951 +214,1,1951 +214,2,1951 +214,3,1951 +214,4,1951 +214,5,1951 +214,6,1951 +214,7,1951 +214,8,1951 +214,9,1951 +214,10,1951 +214,11,1951 +214,12,1951 +214,13,1951 +214,14,1951 +214,15,1951 +214,16,1951 +214,17,1951 +214,18,1951 +214,19,1951 +214,20,1951 +214,22,1951 +214,23,1951 +214,24,1951 +214,30,1951 +214,31,1951 +214,32,1951 +214,33,1951 +214,34,1951 +214,35,1951 +214,36,1951 +214,37,1951 +214,38,1951 +214,39,1951 +214,40,1951 +214,41,1951 +214,42,1951 +214,43,1951 +214,44,1951 +214,45,1951 +214,46,1951 +214,47,1951 +214,48,1951 +214,49,1951 +214,50,1951 +214,51,1951 +214,52,1951 +214,53,1951 +214,54,1951 +214,55,1951 +214,56,1951 +214,57,1951 +214,58,1951 +214,59,1951 +214,60,1951 +214,61,1951 +214,62,1951 +214,63,1951 +214,64,1951 +214,65,1951 +214,66,1951 +214,67,1951 +214,68,1951 +214,69,1951 +214,70,1951 +214,71,1951 +214,72,1951 +214,73,1951 +214,74,1951 +214,75,1951 +214,76,1951 +214,77,1951 +214,78,1951 +214,79,1951 +214,80,1951 +214,81,1951 +214,82,1951 +214,83,1951 +214,84,1951 +214,85,1951 +214,86,1951 +214,87,1951 +214,88,1951 +214,111,1951 +214,112,1951 +214,120,1951 +214,121,1951 +214,123,1951 +214,124,1951 +214,125,1951 +214,130,1951 +214,131,1951 +214,132,1951 +214,133,1951 +214,134,1951 +214,135,1951 +214,138,1951 +214,139,1951 +214,141,1951 +214,142,1951 +214,144,1951 +214,145,1951 +214,146,1951 +214,147,1951 +214,148,1951 +214,150,1951 +215,1,1951 +215,2,1951 +215,3,1951 +215,4,1951 +215,5,1951 +215,6,1951 +215,7,1951 +215,8,1951 +215,9,1951 +215,10,1951 +215,11,1951 +215,12,1951 +215,13,1951 +215,14,1951 +215,15,1951 +215,16,1951 +215,17,1951 +215,18,1951 +215,19,1951 +215,20,1951 +215,22,1951 +215,23,1951 +215,24,1951 +215,30,1951 +215,31,1951 +215,32,1951 +215,33,1951 +215,34,1951 +215,35,1951 +215,36,1951 +215,37,1951 +215,38,1951 +215,39,1951 +215,40,1951 +215,41,1951 +215,42,1951 +215,43,1951 +215,44,1951 +215,45,1951 +215,46,1951 +215,47,1951 +215,48,1951 +215,49,1951 +215,50,1951 +215,51,1951 +215,52,1951 +215,53,1951 +215,54,1951 +215,55,1951 +215,56,1951 +215,57,1951 +215,58,1951 +215,59,1951 +215,60,1951 +215,61,1951 +215,62,1951 +215,63,1951 +215,64,1951 +215,65,1951 +215,66,1951 +215,67,1951 +215,68,1951 +215,69,1951 +215,70,1951 +215,71,1951 +215,72,1951 +215,73,1951 +215,74,1951 +215,75,1951 +215,76,1951 +215,77,1951 +215,78,1951 +215,79,1951 +215,80,1951 +215,81,1951 +215,82,1951 +215,83,1951 +215,84,1951 +215,85,1951 +215,86,1951 +215,87,1951 +215,88,1951 +215,111,1951 +215,112,1951 +215,120,1951 +215,121,1951 +215,123,1951 +215,124,1951 +215,125,1951 +215,130,1951 +215,131,1951 +215,132,1951 +215,133,1951 +215,134,1951 +215,135,1951 +215,138,1951 +215,139,1951 +215,141,1951 +215,142,1951 +215,144,1951 +215,145,1951 +215,146,1951 +215,147,1951 +215,148,1951 +215,150,1951 +239,22,1951 +239,23,1951 +239,68,1951 +239,69,1951 +239,70,1951 +239,71,1951 +239,72,1951 +239,73,1951 +239,74,1951 +239,75,1951 +239,76,1951 +239,80,1951 +239,81,1951 +239,82,1951 +239,83,1951 +239,84,1951 +239,85,1951 +239,86,1951 +239,87,1951 +239,88,1951 +239,111,1951 +239,112,1951 +239,121,1951 +239,124,1951 +239,125,1951 +239,135,1951 +239,148,1951 +240,1,1951 +240,2,1951 +240,3,1951 +240,4,1951 +240,5,1951 +240,6,1951 +240,7,1951 +240,8,1951 +240,9,1951 +240,10,1951 +240,11,1951 +240,12,1951 +240,13,1951 +240,14,1951 +240,15,1951 +240,16,1951 +240,17,1951 +240,18,1951 +240,19,1951 +240,20,1951 +240,22,1951 +240,23,1951 +240,24,1951 +240,38,1951 +240,39,1951 +240,40,1951 +240,41,1951 +240,42,1951 +240,43,1951 +240,44,1951 +240,45,1951 +240,55,1951 +240,58,1951 +240,59,1951 +240,60,1951 +240,61,1951 +240,62,1951 +240,63,1951 +240,64,1951 +240,65,1951 +240,66,1951 +240,67,1951 +240,68,1951 +240,69,1951 +240,70,1951 +240,71,1951 +240,72,1951 +240,73,1951 +240,74,1951 +240,75,1951 +240,76,1951 +240,77,1951 +240,78,1951 +240,79,1951 +240,80,1951 +240,81,1951 +240,82,1951 +240,83,1951 +240,84,1951 +240,85,1951 +240,86,1951 +240,87,1951 +240,88,1951 +240,111,1951 +240,112,1951 +240,120,1951 +240,121,1951 +240,123,1951 +240,124,1951 +240,125,1951 +240,134,1951 +240,135,1951 +240,138,1951 +240,139,1951 +240,141,1951 +240,142,1951 +240,145,1951 +240,146,1951 +240,147,1951 +240,148,1951 +240,150,1951 +261,1,1951 +261,2,1951 +261,3,1951 +261,4,1951 +261,5,1951 +261,6,1951 +261,7,1951 +261,8,1951 +261,9,1951 +261,10,1951 +261,11,1951 +261,12,1951 +261,13,1951 +261,14,1951 +261,15,1951 +261,16,1951 +261,17,1951 +261,18,1951 +261,19,1951 +261,20,1951 +261,22,1951 +261,23,1951 +261,24,1951 +261,30,1951 +261,31,1951 +261,32,1951 +261,33,1951 +261,34,1951 +261,35,1951 +261,36,1951 +261,37,1951 +261,38,1951 +261,39,1951 +261,40,1951 +261,41,1951 +261,42,1951 +261,43,1951 +261,44,1951 +261,45,1951 +261,46,1951 +261,47,1951 +261,48,1951 +261,49,1951 +261,50,1951 +261,51,1951 +261,52,1951 +261,53,1951 +261,54,1951 +261,55,1951 +261,56,1951 +261,57,1951 +261,58,1951 +261,59,1951 +261,60,1951 +261,61,1951 +261,62,1951 +261,63,1951 +261,64,1951 +261,65,1951 +261,66,1951 +261,67,1951 +261,68,1951 +261,69,1951 +261,70,1951 +261,71,1951 +261,72,1951 +261,73,1951 +261,74,1951 +261,75,1951 +261,76,1951 +261,77,1951 +261,78,1951 +261,79,1951 +261,80,1951 +261,81,1951 +261,82,1951 +261,83,1951 +261,84,1951 +261,85,1951 +261,86,1951 +261,87,1951 +261,88,1951 +261,111,1951 +261,112,1951 +261,120,1951 +261,121,1951 +261,123,1951 +261,124,1951 +261,125,1951 +261,130,1951 +261,131,1951 +261,132,1951 +261,133,1951 +261,134,1951 +261,135,1951 +261,138,1951 +261,139,1951 +261,141,1951 +261,142,1951 +261,144,1951 +261,145,1951 +261,146,1951 +261,147,1951 +261,148,1951 +261,150,1951 +262,1,1951 +262,2,1951 +262,3,1951 +262,4,1951 +262,5,1951 +262,6,1951 +262,7,1951 +262,8,1951 +262,9,1951 +262,10,1951 +262,11,1951 +262,12,1951 +262,13,1951 +262,14,1951 +262,15,1951 +262,16,1951 +262,17,1951 +262,18,1951 +262,19,1951 +262,20,1951 +262,22,1951 +262,23,1951 +262,24,1951 +262,30,1951 +262,31,1951 +262,32,1951 +262,33,1951 +262,34,1951 +262,35,1951 +262,36,1951 +262,37,1951 +262,38,1951 +262,39,1951 +262,40,1951 +262,41,1951 +262,42,1951 +262,43,1951 +262,44,1951 +262,45,1951 +262,46,1951 +262,47,1951 +262,48,1951 +262,49,1951 +262,50,1951 +262,51,1951 +262,52,1951 +262,53,1951 +262,54,1951 +262,55,1951 +262,56,1951 +262,57,1951 +262,58,1951 +262,59,1951 +262,60,1951 +262,61,1951 +262,62,1951 +262,63,1951 +262,64,1951 +262,65,1951 +262,66,1951 +262,67,1951 +262,68,1951 +262,69,1951 +262,70,1951 +262,71,1951 +262,72,1951 +262,73,1951 +262,74,1951 +262,75,1951 +262,76,1951 +262,77,1951 +262,78,1951 +262,79,1951 +262,80,1951 +262,81,1951 +262,82,1951 +262,83,1951 +262,84,1951 +262,85,1951 +262,86,1951 +262,87,1951 +262,88,1951 +262,111,1951 +262,112,1951 +262,120,1951 +262,121,1951 +262,123,1951 +262,124,1951 +262,125,1951 +262,130,1951 +262,131,1951 +262,132,1951 +262,133,1951 +262,134,1951 +262,135,1951 +262,138,1951 +262,139,1951 +262,141,1951 +262,142,1951 +262,144,1951 +262,145,1951 +262,146,1951 +262,147,1951 +262,148,1951 +262,150,1951 +273,1,1951 +273,2,1951 +273,3,1951 +273,4,1951 +273,5,1951 +273,6,1951 +273,7,1951 +273,8,1951 +273,9,1951 +273,10,1951 +273,11,1951 +273,12,1951 +273,13,1951 +273,14,1951 +273,15,1951 +273,16,1951 +273,17,1951 +273,18,1951 +273,19,1951 +273,20,1951 +273,22,1951 +273,23,1951 +273,24,1951 +273,30,1951 +273,31,1951 +273,32,1951 +273,33,1951 +273,34,1951 +273,35,1951 +273,36,1951 +273,37,1951 +273,38,1951 +273,39,1951 +273,40,1951 +273,41,1951 +273,42,1951 +273,43,1951 +273,44,1951 +273,45,1951 +273,46,1951 +273,47,1951 +273,48,1951 +273,49,1951 +273,50,1951 +273,51,1951 +273,52,1951 +273,53,1951 +273,54,1951 +273,55,1951 +273,56,1951 +273,57,1951 +273,58,1951 +273,59,1951 +273,60,1951 +273,61,1951 +273,62,1951 +273,63,1951 +273,64,1951 +273,65,1951 +273,66,1951 +273,67,1951 +273,68,1951 +273,69,1951 +273,70,1951 +273,71,1951 +273,72,1951 +273,73,1951 +273,74,1951 +273,75,1951 +273,76,1951 +273,77,1951 +273,78,1951 +273,79,1951 +273,80,1951 +273,81,1951 +273,82,1951 +273,83,1951 +273,84,1951 +273,85,1951 +273,86,1951 +273,87,1951 +273,88,1951 +273,111,1951 +273,112,1951 +273,120,1951 +273,121,1951 +273,123,1951 +273,124,1951 +273,125,1951 +273,130,1951 +273,133,1951 +273,134,1951 +273,135,1951 +273,138,1951 +273,139,1951 +273,141,1951 +273,142,1951 +273,145,1951 +273,146,1951 +273,147,1951 +273,148,1951 +273,150,1951 +21,159,1952 +21,160,1952 +21,161,1952 +21,162,1952 +21,163,1952 +21,164,1952 +21,165,1952 +21,181,1952 +21,188,1952 +21,189,1952 +21,190,1952 +21,209,1952 +21,213,1952 +21,214,1952 +21,215,1952 +21,239,1952 +21,240,1952 +21,261,1952 +21,262,1952 +21,273,1952 +25,159,1952 +25,160,1952 +25,161,1952 +25,162,1952 +25,163,1952 +25,164,1952 +25,165,1952 +25,181,1952 +25,188,1952 +25,189,1952 +25,190,1952 +25,209,1952 +25,213,1952 +25,214,1952 +25,215,1952 +25,239,1952 +25,240,1952 +25,261,1952 +25,262,1952 +25,273,1952 +26,159,1952 +26,160,1952 +26,161,1952 +26,162,1952 +26,163,1952 +26,164,1952 +26,165,1952 +26,181,1952 +26,188,1952 +26,189,1952 +26,190,1952 +26,209,1952 +26,213,1952 +26,214,1952 +26,215,1952 +26,239,1952 +26,240,1952 +26,261,1952 +26,262,1952 +26,273,1952 +27,159,1952 +27,160,1952 +27,161,1952 +27,162,1952 +27,163,1952 +27,164,1952 +27,165,1952 +27,181,1952 +27,188,1952 +27,189,1952 +27,190,1952 +27,209,1952 +27,213,1952 +27,214,1952 +27,215,1952 +27,239,1952 +27,240,1952 +27,261,1952 +27,262,1952 +27,273,1952 +28,159,1952 +28,160,1952 +28,161,1952 +28,162,1952 +28,163,1952 +28,164,1952 +28,165,1952 +28,181,1952 +28,188,1952 +28,189,1952 +28,190,1952 +28,209,1952 +28,213,1952 +28,214,1952 +28,215,1952 +28,239,1952 +28,240,1952 +28,261,1952 +28,262,1952 +28,273,1952 +29,159,1952 +29,160,1952 +29,161,1952 +29,162,1952 +29,163,1952 +29,164,1952 +29,165,1952 +29,181,1952 +29,188,1952 +29,189,1952 +29,190,1952 +29,209,1952 +29,213,1952 +29,214,1952 +29,215,1952 +29,239,1952 +29,240,1952 +29,261,1952 +29,262,1952 +29,273,1952 +89,159,1952 +89,160,1952 +89,161,1952 +89,162,1952 +89,163,1952 +89,164,1952 +89,165,1952 +89,181,1952 +89,188,1952 +89,189,1952 +89,190,1952 +89,209,1952 +89,213,1952 +89,214,1952 +89,215,1952 +89,239,1952 +89,240,1952 +89,261,1952 +89,262,1952 +89,273,1952 +90,159,1952 +90,160,1952 +90,161,1952 +90,162,1952 +90,163,1952 +90,164,1952 +90,165,1952 +90,181,1952 +90,188,1952 +90,189,1952 +90,190,1952 +90,209,1952 +90,213,1952 +90,214,1952 +90,215,1952 +90,239,1952 +90,240,1952 +90,261,1952 +90,262,1952 +90,273,1952 +91,159,1952 +91,160,1952 +91,161,1952 +91,162,1952 +91,163,1952 +91,164,1952 +91,165,1952 +91,181,1952 +91,188,1952 +91,189,1952 +91,190,1952 +91,209,1952 +91,213,1952 +91,214,1952 +91,215,1952 +91,239,1952 +91,240,1952 +91,261,1952 +91,262,1952 +91,273,1952 +92,159,1952 +92,160,1952 +92,161,1952 +92,162,1952 +92,163,1952 +92,164,1952 +92,165,1952 +92,181,1952 +92,188,1952 +92,189,1952 +92,190,1952 +92,209,1952 +92,213,1952 +92,214,1952 +92,215,1952 +92,239,1952 +92,240,1952 +92,261,1952 +92,262,1952 +92,273,1952 +93,159,1952 +93,160,1952 +93,161,1952 +93,162,1952 +93,163,1952 +93,164,1952 +93,165,1952 +93,181,1952 +93,188,1952 +93,189,1952 +93,190,1952 +93,209,1952 +93,213,1952 +93,214,1952 +93,215,1952 +93,239,1952 +93,240,1952 +93,261,1952 +93,262,1952 +93,273,1952 +94,159,1952 +94,160,1952 +94,161,1952 +94,162,1952 +94,163,1952 +94,164,1952 +94,165,1952 +94,181,1952 +94,188,1952 +94,189,1952 +94,190,1952 +94,209,1952 +94,213,1952 +94,214,1952 +94,215,1952 +94,239,1952 +94,240,1952 +94,261,1952 +94,262,1952 +94,273,1952 +95,159,1952 +95,160,1952 +95,161,1952 +95,162,1952 +95,163,1952 +95,164,1952 +95,165,1952 +95,181,1952 +95,188,1952 +95,189,1952 +95,190,1952 +95,209,1952 +95,213,1952 +95,214,1952 +95,215,1952 +95,239,1952 +95,240,1952 +95,261,1952 +95,262,1952 +95,273,1952 +96,159,1952 +96,160,1952 +96,161,1952 +96,162,1952 +96,163,1952 +96,164,1952 +96,165,1952 +96,181,1952 +96,188,1952 +96,213,1952 +96,214,1952 +96,215,1952 +96,239,1952 +96,240,1952 +96,261,1952 +96,262,1952 +96,273,1952 +97,159,1952 +97,160,1952 +97,161,1952 +97,162,1952 +97,163,1952 +97,164,1952 +97,165,1952 +97,181,1952 +97,188,1952 +97,213,1952 +97,214,1952 +97,215,1952 +97,239,1952 +97,240,1952 +97,261,1952 +97,262,1952 +97,273,1952 +98,159,1952 +98,160,1952 +98,161,1952 +98,162,1952 +98,163,1952 +98,164,1952 +98,165,1952 +98,181,1952 +98,188,1952 +98,189,1952 +98,190,1952 +98,209,1952 +98,213,1952 +98,214,1952 +98,215,1952 +98,239,1952 +98,240,1952 +98,261,1952 +98,262,1952 +98,273,1952 +99,159,1952 +99,160,1952 +99,161,1952 +99,162,1952 +99,163,1952 +99,164,1952 +99,165,1952 +99,181,1952 +99,188,1952 +99,213,1952 +99,214,1952 +99,215,1952 +99,239,1952 +99,240,1952 +99,261,1952 +99,262,1952 +99,273,1952 +100,159,1952 +100,160,1952 +100,161,1952 +100,162,1952 +100,163,1952 +100,164,1952 +100,165,1952 +100,181,1952 +100,188,1952 +100,213,1952 +100,214,1952 +100,215,1952 +100,239,1952 +100,240,1952 +100,261,1952 +100,262,1952 +100,273,1952 +101,159,1952 +101,160,1952 +101,161,1952 +101,162,1952 +101,163,1952 +101,164,1952 +101,165,1952 +101,181,1952 +101,188,1952 +101,213,1952 +101,214,1952 +101,215,1952 +101,239,1952 +101,240,1952 +101,261,1952 +101,262,1952 +101,273,1952 +102,159,1952 +102,160,1952 +102,161,1952 +102,162,1952 +102,163,1952 +102,164,1952 +102,165,1952 +102,181,1952 +102,188,1952 +102,213,1952 +102,214,1952 +102,215,1952 +102,239,1952 +102,240,1952 +102,261,1952 +102,262,1952 +102,273,1952 +103,159,1952 +103,160,1952 +103,161,1952 +103,162,1952 +103,163,1952 +103,164,1952 +103,165,1952 +103,181,1952 +103,188,1952 +103,213,1952 +103,214,1952 +103,215,1952 +103,239,1952 +103,240,1952 +103,261,1952 +103,262,1952 +103,273,1952 +104,159,1952 +104,160,1952 +104,161,1952 +104,162,1952 +104,163,1952 +104,164,1952 +104,165,1952 +104,181,1952 +104,188,1952 +104,213,1952 +104,214,1952 +104,215,1952 +104,239,1952 +104,240,1952 +104,261,1952 +104,262,1952 +104,273,1952 +105,159,1952 +105,160,1952 +105,161,1952 +105,162,1952 +105,163,1952 +105,164,1952 +105,165,1952 +105,181,1952 +105,188,1952 +105,213,1952 +105,214,1952 +105,215,1952 +105,239,1952 +105,240,1952 +105,261,1952 +105,262,1952 +105,273,1952 +106,159,1952 +106,160,1952 +106,161,1952 +106,162,1952 +106,163,1952 +106,164,1952 +106,165,1952 +106,181,1952 +106,188,1952 +106,213,1952 +106,214,1952 +106,215,1952 +106,239,1952 +106,240,1952 +106,261,1952 +106,262,1952 +106,273,1952 +107,159,1952 +107,160,1952 +107,161,1952 +107,162,1952 +107,163,1952 +107,164,1952 +107,165,1952 +107,181,1952 +107,188,1952 +107,213,1952 +107,214,1952 +107,215,1952 +107,239,1952 +107,240,1952 +107,261,1952 +107,262,1952 +107,273,1952 +108,159,1952 +108,160,1952 +108,161,1952 +108,162,1952 +108,163,1952 +108,164,1952 +108,165,1952 +108,181,1952 +108,188,1952 +108,213,1952 +108,214,1952 +108,215,1952 +108,239,1952 +108,240,1952 +108,261,1952 +108,262,1952 +108,273,1952 +109,159,1952 +109,160,1952 +109,161,1952 +109,162,1952 +109,163,1952 +109,164,1952 +109,165,1952 +109,181,1952 +109,188,1952 +109,213,1952 +109,214,1952 +109,215,1952 +109,239,1952 +109,240,1952 +109,261,1952 +109,262,1952 +109,273,1952 +110,159,1952 +110,160,1952 +110,161,1952 +110,162,1952 +110,163,1952 +110,164,1952 +110,165,1952 +110,181,1952 +110,188,1952 +110,189,1952 +110,190,1952 +110,209,1952 +110,213,1952 +110,214,1952 +110,215,1952 +110,239,1952 +110,240,1952 +110,261,1952 +110,262,1952 +110,273,1952 +113,159,1952 +113,160,1952 +113,161,1952 +113,162,1952 +113,163,1952 +113,164,1952 +113,165,1952 +113,181,1952 +113,188,1952 +113,189,1952 +113,190,1952 +113,209,1952 +113,213,1952 +113,214,1952 +113,215,1952 +113,239,1952 +113,240,1952 +113,261,1952 +113,262,1952 +113,273,1952 +114,159,1952 +114,160,1952 +114,161,1952 +114,162,1952 +114,163,1952 +114,164,1952 +114,165,1952 +114,181,1952 +114,188,1952 +114,189,1952 +114,190,1952 +114,209,1952 +114,213,1952 +114,214,1952 +114,215,1952 +114,239,1952 +114,240,1952 +114,261,1952 +114,262,1952 +114,273,1952 +115,159,1952 +115,160,1952 +115,161,1952 +115,162,1952 +115,163,1952 +115,164,1952 +115,165,1952 +115,181,1952 +115,188,1952 +115,189,1952 +115,190,1952 +115,209,1952 +115,213,1952 +115,214,1952 +115,215,1952 +115,239,1952 +115,240,1952 +115,261,1952 +115,262,1952 +115,273,1952 +116,159,1952 +116,160,1952 +116,161,1952 +116,162,1952 +116,163,1952 +116,164,1952 +116,165,1952 +116,181,1952 +116,188,1952 +116,189,1952 +116,190,1952 +116,209,1952 +116,213,1952 +116,214,1952 +116,215,1952 +116,239,1952 +116,240,1952 +116,248,1952 +116,261,1952 +116,262,1952 +116,273,1952 +117,159,1952 +117,160,1952 +117,161,1952 +117,162,1952 +117,163,1952 +117,164,1952 +117,165,1952 +117,181,1952 +117,188,1952 +117,189,1952 +117,190,1952 +117,209,1952 +117,213,1952 +117,214,1952 +117,215,1952 +117,239,1952 +117,240,1952 +117,261,1952 +117,262,1952 +117,273,1952 +118,159,1952 +118,160,1952 +118,161,1952 +118,162,1952 +118,163,1952 +118,164,1952 +118,165,1952 +118,181,1952 +118,188,1952 +118,189,1952 +118,190,1952 +118,209,1952 +118,213,1952 +118,214,1952 +118,215,1952 +118,239,1952 +118,240,1952 +118,261,1952 +118,262,1952 +118,273,1952 +119,159,1952 +119,160,1952 +119,161,1952 +119,162,1952 +119,163,1952 +119,164,1952 +119,165,1952 +119,181,1952 +119,188,1952 +119,213,1952 +119,214,1952 +119,215,1952 +119,239,1952 +119,240,1952 +119,248,1952 +119,261,1952 +119,262,1952 +119,273,1952 +122,159,1952 +122,160,1952 +122,161,1952 +122,162,1952 +122,163,1952 +122,164,1952 +122,165,1952 +122,181,1952 +122,188,1952 +122,213,1952 +122,214,1952 +122,215,1952 +122,239,1952 +122,240,1952 +122,261,1952 +122,262,1952 +122,273,1952 +126,159,1952 +126,160,1952 +126,161,1952 +126,162,1952 +126,163,1952 +126,164,1952 +126,165,1952 +126,181,1952 +126,188,1952 +126,189,1952 +126,190,1952 +126,209,1952 +126,213,1952 +126,214,1952 +126,215,1952 +126,239,1952 +126,240,1952 +126,248,1952 +126,261,1952 +126,262,1952 +126,273,1952 +127,159,1952 +127,160,1952 +127,161,1952 +127,162,1952 +127,163,1952 +127,164,1952 +127,165,1952 +127,181,1952 +127,188,1952 +127,189,1952 +127,190,1952 +127,209,1952 +127,213,1952 +127,214,1952 +127,215,1952 +127,239,1952 +127,240,1952 +127,261,1952 +127,262,1952 +127,273,1952 +128,159,1952 +128,160,1952 +128,161,1952 +128,162,1952 +128,163,1952 +128,164,1952 +128,165,1952 +128,181,1952 +128,188,1952 +128,189,1952 +128,190,1952 +128,209,1952 +128,213,1952 +128,214,1952 +128,215,1952 +128,239,1952 +128,240,1952 +128,261,1952 +128,262,1952 +128,273,1952 +129,159,1952 +129,160,1952 +129,161,1952 +129,162,1952 +129,163,1952 +129,164,1952 +129,165,1952 +129,181,1952 +129,188,1952 +129,189,1952 +129,190,1952 +129,209,1952 +129,213,1952 +129,214,1952 +129,215,1952 +129,239,1952 +129,240,1952 +129,261,1952 +129,262,1952 +129,273,1952 +136,159,1952 +136,160,1952 +136,161,1952 +136,162,1952 +136,163,1952 +136,164,1952 +136,165,1952 +136,181,1952 +136,188,1952 +136,189,1952 +136,190,1952 +136,209,1952 +136,213,1952 +136,214,1952 +136,215,1952 +136,239,1952 +136,240,1952 +136,261,1952 +136,262,1952 +136,273,1952 +137,159,1952 +137,160,1952 +137,161,1952 +137,162,1952 +137,163,1952 +137,164,1952 +137,165,1952 +137,181,1952 +137,188,1952 +137,189,1952 +137,190,1952 +137,209,1952 +137,213,1952 +137,214,1952 +137,215,1952 +137,239,1952 +137,240,1952 +137,261,1952 +137,262,1952 +137,273,1952 +143,159,1952 +143,160,1952 +143,161,1952 +143,162,1952 +143,163,1952 +143,164,1952 +143,165,1952 +143,181,1952 +143,188,1952 +143,189,1952 +143,190,1952 +143,209,1952 +143,213,1952 +143,214,1952 +143,215,1952 +143,239,1952 +143,240,1952 +143,261,1952 +143,262,1952 +143,273,1952 +149,159,1952 +149,160,1952 +149,161,1952 +149,162,1952 +149,163,1952 +149,164,1952 +149,165,1952 +149,181,1952 +149,188,1952 +149,213,1952 +149,214,1952 +149,215,1952 +149,239,1952 +149,240,1952 +149,261,1952 +149,262,1952 +149,273,1952 +159,21,1952 +159,25,1952 +159,26,1952 +159,27,1952 +159,28,1952 +159,29,1952 +159,89,1952 +159,90,1952 +159,91,1952 +159,92,1952 +159,93,1952 +159,94,1952 +159,95,1952 +159,96,1952 +159,97,1952 +159,98,1952 +159,99,1952 +159,100,1952 +159,101,1952 +159,102,1952 +159,103,1952 +159,104,1952 +159,105,1952 +159,106,1952 +159,107,1952 +159,108,1952 +159,109,1952 +159,110,1952 +159,113,1952 +159,114,1952 +159,115,1952 +159,116,1952 +159,117,1952 +159,118,1952 +159,119,1952 +159,122,1952 +159,126,1952 +159,127,1952 +159,128,1952 +159,129,1952 +159,136,1952 +159,137,1952 +159,143,1952 +159,149,1952 +160,21,1952 +160,25,1952 +160,26,1952 +160,27,1952 +160,28,1952 +160,29,1952 +160,89,1952 +160,90,1952 +160,91,1952 +160,92,1952 +160,93,1952 +160,94,1952 +160,95,1952 +160,96,1952 +160,97,1952 +160,98,1952 +160,99,1952 +160,100,1952 +160,101,1952 +160,102,1952 +160,103,1952 +160,104,1952 +160,105,1952 +160,106,1952 +160,107,1952 +160,108,1952 +160,109,1952 +160,110,1952 +160,113,1952 +160,114,1952 +160,115,1952 +160,116,1952 +160,117,1952 +160,118,1952 +160,119,1952 +160,122,1952 +160,126,1952 +160,127,1952 +160,128,1952 +160,129,1952 +160,136,1952 +160,137,1952 +160,143,1952 +160,149,1952 +161,21,1952 +161,25,1952 +161,26,1952 +161,27,1952 +161,28,1952 +161,29,1952 +161,89,1952 +161,90,1952 +161,91,1952 +161,92,1952 +161,93,1952 +161,94,1952 +161,95,1952 +161,96,1952 +161,97,1952 +161,98,1952 +161,99,1952 +161,100,1952 +161,101,1952 +161,102,1952 +161,103,1952 +161,104,1952 +161,105,1952 +161,106,1952 +161,107,1952 +161,108,1952 +161,109,1952 +161,110,1952 +161,113,1952 +161,114,1952 +161,115,1952 +161,116,1952 +161,117,1952 +161,118,1952 +161,119,1952 +161,122,1952 +161,126,1952 +161,127,1952 +161,128,1952 +161,129,1952 +161,136,1952 +161,137,1952 +161,143,1952 +161,149,1952 +162,21,1952 +162,25,1952 +162,26,1952 +162,27,1952 +162,28,1952 +162,29,1952 +162,89,1952 +162,90,1952 +162,91,1952 +162,92,1952 +162,93,1952 +162,94,1952 +162,95,1952 +162,96,1952 +162,97,1952 +162,98,1952 +162,99,1952 +162,100,1952 +162,101,1952 +162,102,1952 +162,103,1952 +162,104,1952 +162,105,1952 +162,106,1952 +162,107,1952 +162,108,1952 +162,109,1952 +162,110,1952 +162,113,1952 +162,114,1952 +162,115,1952 +162,116,1952 +162,117,1952 +162,118,1952 +162,119,1952 +162,122,1952 +162,126,1952 +162,127,1952 +162,128,1952 +162,129,1952 +162,136,1952 +162,137,1952 +162,143,1952 +162,149,1952 +163,21,1952 +163,25,1952 +163,26,1952 +163,27,1952 +163,28,1952 +163,29,1952 +163,89,1952 +163,90,1952 +163,91,1952 +163,92,1952 +163,93,1952 +163,94,1952 +163,95,1952 +163,96,1952 +163,97,1952 +163,98,1952 +163,99,1952 +163,100,1952 +163,101,1952 +163,102,1952 +163,103,1952 +163,104,1952 +163,105,1952 +163,106,1952 +163,107,1952 +163,108,1952 +163,109,1952 +163,110,1952 +163,113,1952 +163,114,1952 +163,115,1952 +163,116,1952 +163,117,1952 +163,118,1952 +163,119,1952 +163,122,1952 +163,126,1952 +163,127,1952 +163,128,1952 +163,129,1952 +163,136,1952 +163,137,1952 +163,143,1952 +163,149,1952 +164,21,1952 +164,25,1952 +164,26,1952 +164,27,1952 +164,28,1952 +164,29,1952 +164,89,1952 +164,90,1952 +164,91,1952 +164,92,1952 +164,93,1952 +164,94,1952 +164,95,1952 +164,96,1952 +164,97,1952 +164,98,1952 +164,99,1952 +164,100,1952 +164,101,1952 +164,102,1952 +164,103,1952 +164,104,1952 +164,105,1952 +164,106,1952 +164,107,1952 +164,108,1952 +164,109,1952 +164,110,1952 +164,113,1952 +164,114,1952 +164,115,1952 +164,116,1952 +164,117,1952 +164,118,1952 +164,119,1952 +164,122,1952 +164,126,1952 +164,127,1952 +164,128,1952 +164,129,1952 +164,136,1952 +164,137,1952 +164,143,1952 +164,149,1952 +165,21,1952 +165,25,1952 +165,26,1952 +165,27,1952 +165,28,1952 +165,29,1952 +165,89,1952 +165,90,1952 +165,91,1952 +165,92,1952 +165,93,1952 +165,94,1952 +165,95,1952 +165,96,1952 +165,97,1952 +165,98,1952 +165,99,1952 +165,100,1952 +165,101,1952 +165,102,1952 +165,103,1952 +165,104,1952 +165,105,1952 +165,106,1952 +165,107,1952 +165,108,1952 +165,109,1952 +165,110,1952 +165,113,1952 +165,114,1952 +165,115,1952 +165,116,1952 +165,117,1952 +165,118,1952 +165,119,1952 +165,122,1952 +165,126,1952 +165,127,1952 +165,128,1952 +165,129,1952 +165,136,1952 +165,137,1952 +165,143,1952 +165,149,1952 +181,21,1952 +181,25,1952 +181,26,1952 +181,27,1952 +181,28,1952 +181,29,1952 +181,89,1952 +181,90,1952 +181,91,1952 +181,92,1952 +181,93,1952 +181,94,1952 +181,95,1952 +181,96,1952 +181,97,1952 +181,98,1952 +181,99,1952 +181,100,1952 +181,101,1952 +181,102,1952 +181,103,1952 +181,104,1952 +181,105,1952 +181,106,1952 +181,107,1952 +181,108,1952 +181,109,1952 +181,110,1952 +181,113,1952 +181,114,1952 +181,115,1952 +181,116,1952 +181,117,1952 +181,118,1952 +181,119,1952 +181,122,1952 +181,126,1952 +181,127,1952 +181,128,1952 +181,129,1952 +181,136,1952 +181,137,1952 +181,143,1952 +181,149,1952 +188,21,1952 +188,25,1952 +188,26,1952 +188,27,1952 +188,28,1952 +188,29,1952 +188,89,1952 +188,90,1952 +188,91,1952 +188,92,1952 +188,93,1952 +188,94,1952 +188,95,1952 +188,96,1952 +188,97,1952 +188,98,1952 +188,99,1952 +188,100,1952 +188,101,1952 +188,102,1952 +188,103,1952 +188,104,1952 +188,105,1952 +188,106,1952 +188,107,1952 +188,108,1952 +188,109,1952 +188,110,1952 +188,113,1952 +188,114,1952 +188,115,1952 +188,116,1952 +188,117,1952 +188,118,1952 +188,119,1952 +188,122,1952 +188,126,1952 +188,127,1952 +188,128,1952 +188,129,1952 +188,136,1952 +188,137,1952 +188,143,1952 +188,149,1952 +189,21,1952 +189,25,1952 +189,26,1952 +189,27,1952 +189,28,1952 +189,29,1952 +189,89,1952 +189,90,1952 +189,91,1952 +189,92,1952 +189,93,1952 +189,94,1952 +189,95,1952 +189,98,1952 +189,110,1952 +189,113,1952 +189,114,1952 +189,115,1952 +189,116,1952 +189,117,1952 +189,118,1952 +189,126,1952 +189,127,1952 +189,128,1952 +189,129,1952 +189,136,1952 +189,137,1952 +189,143,1952 +190,21,1952 +190,25,1952 +190,26,1952 +190,27,1952 +190,28,1952 +190,29,1952 +190,89,1952 +190,90,1952 +190,91,1952 +190,92,1952 +190,93,1952 +190,94,1952 +190,95,1952 +190,98,1952 +190,110,1952 +190,113,1952 +190,114,1952 +190,115,1952 +190,116,1952 +190,117,1952 +190,118,1952 +190,126,1952 +190,127,1952 +190,128,1952 +190,129,1952 +190,136,1952 +190,137,1952 +190,143,1952 +209,21,1952 +209,25,1952 +209,26,1952 +209,27,1952 +209,28,1952 +209,29,1952 +209,89,1952 +209,90,1952 +209,91,1952 +209,92,1952 +209,93,1952 +209,94,1952 +209,95,1952 +209,98,1952 +209,110,1952 +209,113,1952 +209,114,1952 +209,115,1952 +209,116,1952 +209,117,1952 +209,118,1952 +209,126,1952 +209,127,1952 +209,128,1952 +209,129,1952 +209,136,1952 +209,137,1952 +209,143,1952 +213,21,1952 +213,25,1952 +213,26,1952 +213,27,1952 +213,28,1952 +213,29,1952 +213,89,1952 +213,90,1952 +213,91,1952 +213,92,1952 +213,93,1952 +213,94,1952 +213,95,1952 +213,96,1952 +213,97,1952 +213,98,1952 +213,99,1952 +213,100,1952 +213,101,1952 +213,102,1952 +213,103,1952 +213,104,1952 +213,105,1952 +213,106,1952 +213,107,1952 +213,108,1952 +213,109,1952 +213,110,1952 +213,113,1952 +213,114,1952 +213,115,1952 +213,116,1952 +213,117,1952 +213,118,1952 +213,119,1952 +213,122,1952 +213,126,1952 +213,127,1952 +213,128,1952 +213,129,1952 +213,136,1952 +213,137,1952 +213,143,1952 +213,149,1952 +214,21,1952 +214,25,1952 +214,26,1952 +214,27,1952 +214,28,1952 +214,29,1952 +214,89,1952 +214,90,1952 +214,91,1952 +214,92,1952 +214,93,1952 +214,94,1952 +214,95,1952 +214,96,1952 +214,97,1952 +214,98,1952 +214,99,1952 +214,100,1952 +214,101,1952 +214,102,1952 +214,103,1952 +214,104,1952 +214,105,1952 +214,106,1952 +214,107,1952 +214,108,1952 +214,109,1952 +214,110,1952 +214,113,1952 +214,114,1952 +214,115,1952 +214,116,1952 +214,117,1952 +214,118,1952 +214,119,1952 +214,122,1952 +214,126,1952 +214,127,1952 +214,128,1952 +214,129,1952 +214,136,1952 +214,137,1952 +214,143,1952 +214,149,1952 +215,21,1952 +215,25,1952 +215,26,1952 +215,27,1952 +215,28,1952 +215,29,1952 +215,89,1952 +215,90,1952 +215,91,1952 +215,92,1952 +215,93,1952 +215,94,1952 +215,95,1952 +215,96,1952 +215,97,1952 +215,98,1952 +215,99,1952 +215,100,1952 +215,101,1952 +215,102,1952 +215,103,1952 +215,104,1952 +215,105,1952 +215,106,1952 +215,107,1952 +215,108,1952 +215,109,1952 +215,110,1952 +215,113,1952 +215,114,1952 +215,115,1952 +215,116,1952 +215,117,1952 +215,118,1952 +215,119,1952 +215,122,1952 +215,126,1952 +215,127,1952 +215,128,1952 +215,129,1952 +215,136,1952 +215,137,1952 +215,143,1952 +215,149,1952 +239,21,1952 +239,25,1952 +239,26,1952 +239,27,1952 +239,28,1952 +239,29,1952 +239,89,1952 +239,90,1952 +239,91,1952 +239,92,1952 +239,93,1952 +239,94,1952 +239,95,1952 +239,96,1952 +239,97,1952 +239,98,1952 +239,99,1952 +239,100,1952 +239,101,1952 +239,102,1952 +239,103,1952 +239,104,1952 +239,105,1952 +239,106,1952 +239,107,1952 +239,108,1952 +239,109,1952 +239,110,1952 +239,113,1952 +239,114,1952 +239,115,1952 +239,116,1952 +239,117,1952 +239,118,1952 +239,119,1952 +239,122,1952 +239,126,1952 +239,127,1952 +239,128,1952 +239,129,1952 +239,136,1952 +239,137,1952 +239,143,1952 +239,149,1952 +240,21,1952 +240,25,1952 +240,26,1952 +240,27,1952 +240,28,1952 +240,29,1952 +240,89,1952 +240,90,1952 +240,91,1952 +240,92,1952 +240,93,1952 +240,94,1952 +240,95,1952 +240,96,1952 +240,97,1952 +240,98,1952 +240,99,1952 +240,100,1952 +240,101,1952 +240,102,1952 +240,103,1952 +240,104,1952 +240,105,1952 +240,106,1952 +240,107,1952 +240,108,1952 +240,109,1952 +240,110,1952 +240,113,1952 +240,114,1952 +240,115,1952 +240,116,1952 +240,117,1952 +240,118,1952 +240,119,1952 +240,122,1952 +240,126,1952 +240,127,1952 +240,128,1952 +240,129,1952 +240,136,1952 +240,137,1952 +240,143,1952 +240,149,1952 +248,116,1952 +248,119,1952 +248,126,1952 +261,21,1952 +261,25,1952 +261,26,1952 +261,27,1952 +261,28,1952 +261,29,1952 +261,89,1952 +261,90,1952 +261,91,1952 +261,92,1952 +261,93,1952 +261,94,1952 +261,95,1952 +261,96,1952 +261,97,1952 +261,98,1952 +261,99,1952 +261,100,1952 +261,101,1952 +261,102,1952 +261,103,1952 +261,104,1952 +261,105,1952 +261,106,1952 +261,107,1952 +261,108,1952 +261,109,1952 +261,110,1952 +261,113,1952 +261,114,1952 +261,115,1952 +261,116,1952 +261,117,1952 +261,118,1952 +261,119,1952 +261,122,1952 +261,126,1952 +261,127,1952 +261,128,1952 +261,129,1952 +261,136,1952 +261,137,1952 +261,143,1952 +261,149,1952 +262,21,1952 +262,25,1952 +262,26,1952 +262,27,1952 +262,28,1952 +262,29,1952 +262,89,1952 +262,90,1952 +262,91,1952 +262,92,1952 +262,93,1952 +262,94,1952 +262,95,1952 +262,96,1952 +262,97,1952 +262,98,1952 +262,99,1952 +262,100,1952 +262,101,1952 +262,102,1952 +262,103,1952 +262,104,1952 +262,105,1952 +262,106,1952 +262,107,1952 +262,108,1952 +262,109,1952 +262,110,1952 +262,113,1952 +262,114,1952 +262,115,1952 +262,116,1952 +262,117,1952 +262,118,1952 +262,119,1952 +262,122,1952 +262,126,1952 +262,127,1952 +262,128,1952 +262,129,1952 +262,136,1952 +262,137,1952 +262,143,1952 +262,149,1952 +273,21,1952 +273,25,1952 +273,26,1952 +273,27,1952 +273,28,1952 +273,29,1952 +273,89,1952 +273,90,1952 +273,91,1952 +273,92,1952 +273,93,1952 +273,94,1952 +273,95,1952 +273,96,1952 +273,97,1952 +273,98,1952 +273,99,1952 +273,100,1952 +273,101,1952 +273,102,1952 +273,103,1952 +273,104,1952 +273,105,1952 +273,106,1952 +273,107,1952 +273,108,1952 +273,109,1952 +273,110,1952 +273,113,1952 +273,114,1952 +273,115,1952 +273,116,1952 +273,117,1952 +273,118,1952 +273,119,1952 +273,122,1952 +273,126,1952 +273,127,1952 +273,128,1952 +273,129,1952 +273,136,1952 +273,137,1952 +273,143,1952 +273,149,1952 +30,155,1953 +30,156,1953 +30,157,1953 +30,183,1953 +30,184,1953 +30,210,1953 +30,211,1953 +30,220,1953 +30,236,1953 +30,237,1953 +30,238,1953 +30,252,1953 +30,254,1953 +30,255,1953 +30,256,1953 +30,258,1953 +30,259,1953 +30,260,1953 +30,399,1953 +31,155,1953 +31,156,1953 +31,157,1953 +31,183,1953 +31,184,1953 +31,210,1953 +31,211,1953 +31,220,1953 +31,236,1953 +31,237,1953 +31,238,1953 +31,252,1953 +31,254,1953 +31,255,1953 +31,256,1953 +31,258,1953 +31,259,1953 +31,260,1953 +31,399,1953 +34,155,1953 +34,156,1953 +34,157,1953 +34,183,1953 +34,184,1953 +34,210,1953 +34,211,1953 +34,220,1953 +34,236,1953 +34,237,1953 +34,238,1953 +34,252,1953 +34,254,1953 +34,255,1953 +34,256,1953 +34,258,1953 +34,259,1953 +34,260,1953 +34,399,1953 +38,155,1953 +38,156,1953 +38,157,1953 +38,183,1953 +38,184,1953 +38,210,1953 +38,211,1953 +38,220,1953 +38,236,1953 +38,237,1953 +38,238,1953 +38,252,1953 +38,254,1953 +38,255,1953 +38,256,1953 +38,258,1953 +38,259,1953 +38,260,1953 +38,399,1953 +42,155,1953 +42,156,1953 +42,157,1953 +42,183,1953 +42,184,1953 +42,210,1953 +42,211,1953 +42,220,1953 +42,236,1953 +42,237,1953 +42,238,1953 +42,252,1953 +42,254,1953 +42,255,1953 +42,256,1953 +42,258,1953 +42,259,1953 +42,260,1953 +42,399,1953 +74,155,1953 +74,156,1953 +74,157,1953 +74,183,1953 +74,184,1953 +74,210,1953 +74,211,1953 +74,220,1953 +74,236,1953 +74,237,1953 +74,238,1953 +74,252,1953 +74,254,1953 +74,255,1953 +74,256,1953 +74,258,1953 +74,259,1953 +74,260,1953 +74,399,1953 +120,155,1953 +120,156,1953 +120,157,1953 +120,158,1953 +120,183,1953 +120,184,1953 +120,193,1953 +120,194,1953 +120,195,1953 +120,196,1953 +120,208,1953 +120,210,1953 +120,211,1953 +120,220,1953 +120,236,1953 +120,237,1953 +120,238,1953 +120,249,1953 +120,252,1953 +120,253,1953 +120,254,1953 +120,255,1953 +120,256,1953 +120,257,1953 +120,258,1953 +120,259,1953 +120,260,1953 +120,399,1953 +121,155,1953 +121,156,1953 +121,157,1953 +121,158,1953 +121,183,1953 +121,184,1953 +121,193,1953 +121,194,1953 +121,195,1953 +121,196,1953 +121,208,1953 +121,210,1953 +121,211,1953 +121,220,1953 +121,236,1953 +121,237,1953 +121,238,1953 +121,249,1953 +121,252,1953 +121,253,1953 +121,254,1953 +121,255,1953 +121,256,1953 +121,257,1953 +121,258,1953 +121,259,1953 +121,260,1953 +121,399,1953 +123,151,1953 +123,152,1953 +123,153,1953 +123,155,1953 +123,156,1953 +123,157,1953 +123,158,1953 +123,171,1953 +123,172,1953 +123,173,1953 +123,174,1953 +123,175,1953 +123,176,1953 +123,177,1953 +123,178,1953 +123,183,1953 +123,184,1953 +123,193,1953 +123,194,1953 +123,195,1953 +123,196,1953 +123,208,1953 +123,210,1953 +123,211,1953 +123,220,1953 +123,236,1953 +123,237,1953 +123,238,1953 +123,249,1953 +123,250,1953 +123,252,1953 +123,253,1953 +123,254,1953 +123,255,1953 +123,256,1953 +123,257,1953 +123,258,1953 +123,259,1953 +123,260,1953 +123,399,1953 +124,151,1953 +124,152,1953 +124,153,1953 +124,155,1953 +124,156,1953 +124,157,1953 +124,158,1953 +124,171,1953 +124,172,1953 +124,173,1953 +124,174,1953 +124,175,1953 +124,176,1953 +124,177,1953 +124,178,1953 +124,183,1953 +124,184,1953 +124,193,1953 +124,194,1953 +124,195,1953 +124,196,1953 +124,208,1953 +124,210,1953 +124,211,1953 +124,220,1953 +124,236,1953 +124,237,1953 +124,238,1953 +124,249,1953 +124,250,1953 +124,252,1953 +124,253,1953 +124,254,1953 +124,255,1953 +124,256,1953 +124,257,1953 +124,258,1953 +124,259,1953 +124,260,1953 +124,399,1953 +125,151,1953 +125,152,1953 +125,153,1953 +125,155,1953 +125,156,1953 +125,157,1953 +125,158,1953 +125,171,1953 +125,172,1953 +125,173,1953 +125,174,1953 +125,175,1953 +125,176,1953 +125,177,1953 +125,178,1953 +125,183,1953 +125,184,1953 +125,193,1953 +125,194,1953 +125,195,1953 +125,196,1953 +125,208,1953 +125,210,1953 +125,211,1953 +125,220,1953 +125,236,1953 +125,237,1953 +125,238,1953 +125,249,1953 +125,250,1953 +125,252,1953 +125,253,1953 +125,254,1953 +125,255,1953 +125,256,1953 +125,257,1953 +125,258,1953 +125,259,1953 +125,260,1953 +125,399,1953 +126,151,1953 +126,152,1953 +126,153,1953 +126,155,1953 +126,156,1953 +126,157,1953 +126,158,1953 +126,171,1953 +126,172,1953 +126,173,1953 +126,174,1953 +126,175,1953 +126,176,1953 +126,177,1953 +126,178,1953 +126,183,1953 +126,184,1953 +126,193,1953 +126,194,1953 +126,195,1953 +126,196,1953 +126,208,1953 +126,210,1953 +126,211,1953 +126,220,1953 +126,236,1953 +126,237,1953 +126,238,1953 +126,249,1953 +126,250,1953 +126,252,1953 +126,253,1953 +126,254,1953 +126,255,1953 +126,256,1953 +126,257,1953 +126,258,1953 +126,259,1953 +126,260,1953 +126,399,1953 +132,155,1953 +132,156,1953 +132,157,1953 +132,183,1953 +132,184,1953 +132,210,1953 +132,211,1953 +132,220,1953 +132,236,1953 +132,237,1953 +132,238,1953 +132,252,1953 +132,254,1953 +132,255,1953 +132,256,1953 +132,258,1953 +132,259,1953 +132,260,1953 +132,399,1953 +134,155,1953 +134,156,1953 +134,157,1953 +134,158,1953 +134,183,1953 +134,184,1953 +134,193,1953 +134,194,1953 +134,195,1953 +134,196,1953 +134,208,1953 +134,210,1953 +134,211,1953 +134,220,1953 +134,236,1953 +134,237,1953 +134,238,1953 +134,249,1953 +134,252,1953 +134,253,1953 +134,254,1953 +134,255,1953 +134,256,1953 +134,257,1953 +134,258,1953 +134,259,1953 +134,260,1953 +134,399,1953 +147,151,1953 +147,152,1953 +147,153,1953 +147,155,1953 +147,156,1953 +147,157,1953 +147,158,1953 +147,171,1953 +147,172,1953 +147,173,1953 +147,174,1953 +147,175,1953 +147,176,1953 +147,177,1953 +147,178,1953 +147,183,1953 +147,184,1953 +147,193,1953 +147,194,1953 +147,195,1953 +147,196,1953 +147,208,1953 +147,210,1953 +147,211,1953 +147,220,1953 +147,236,1953 +147,237,1953 +147,238,1953 +147,249,1953 +147,250,1953 +147,252,1953 +147,253,1953 +147,254,1953 +147,255,1953 +147,256,1953 +147,257,1953 +147,258,1953 +147,259,1953 +147,260,1953 +147,399,1953 +148,151,1953 +148,152,1953 +148,153,1953 +148,155,1953 +148,156,1953 +148,157,1953 +148,158,1953 +148,171,1953 +148,172,1953 +148,173,1953 +148,174,1953 +148,175,1953 +148,176,1953 +148,177,1953 +148,178,1953 +148,183,1953 +148,184,1953 +148,193,1953 +148,194,1953 +148,195,1953 +148,196,1953 +148,208,1953 +148,210,1953 +148,211,1953 +148,220,1953 +148,236,1953 +148,237,1953 +148,238,1953 +148,249,1953 +148,250,1953 +148,252,1953 +148,253,1953 +148,254,1953 +148,255,1953 +148,256,1953 +148,257,1953 +148,258,1953 +148,259,1953 +148,260,1953 +148,399,1953 +151,123,1953 +151,124,1953 +151,125,1953 +151,126,1953 +151,147,1953 +151,148,1953 +152,123,1953 +152,124,1953 +152,125,1953 +152,126,1953 +152,147,1953 +152,148,1953 +153,123,1953 +153,124,1953 +153,125,1953 +153,126,1953 +153,147,1953 +153,148,1953 +155,30,1953 +155,31,1953 +155,34,1953 +155,38,1953 +155,39,1953 +155,42,1953 +155,74,1953 +155,120,1953 +155,121,1953 +155,123,1953 +155,124,1953 +155,125,1953 +155,126,1953 +155,132,1953 +155,134,1953 +155,147,1953 +155,148,1953 +156,30,1953 +156,31,1953 +156,34,1953 +156,38,1953 +156,39,1953 +156,42,1953 +156,74,1953 +156,120,1953 +156,121,1953 +156,123,1953 +156,124,1953 +156,125,1953 +156,126,1953 +156,132,1953 +156,134,1953 +156,147,1953 +156,148,1953 +157,30,1953 +157,31,1953 +157,34,1953 +157,38,1953 +157,39,1953 +157,42,1953 +157,74,1953 +157,120,1953 +157,121,1953 +157,123,1953 +157,124,1953 +157,125,1953 +157,126,1953 +157,132,1953 +157,134,1953 +157,147,1953 +157,148,1953 +158,120,1953 +158,121,1953 +158,123,1953 +158,124,1953 +158,125,1953 +158,126,1953 +158,134,1953 +158,147,1953 +158,148,1953 +171,123,1953 +171,124,1953 +171,125,1953 +171,126,1953 +171,147,1953 +171,148,1953 +172,123,1953 +172,124,1953 +172,125,1953 +172,126,1953 +172,147,1953 +172,148,1953 +173,123,1953 +173,124,1953 +173,125,1953 +173,126,1953 +173,147,1953 +173,148,1953 +174,123,1953 +174,124,1953 +174,125,1953 +174,126,1953 +174,147,1953 +174,148,1953 +175,123,1953 +175,124,1953 +175,125,1953 +175,126,1953 +175,147,1953 +175,148,1953 +176,123,1953 +176,124,1953 +176,125,1953 +176,126,1953 +176,147,1953 +176,148,1953 +177,123,1953 +177,124,1953 +177,125,1953 +177,126,1953 +177,147,1953 +177,148,1953 +178,123,1953 +178,124,1953 +178,125,1953 +178,126,1953 +178,147,1953 +178,148,1953 +183,30,1953 +183,31,1953 +183,34,1953 +183,38,1953 +183,39,1953 +183,42,1953 +183,74,1953 +183,120,1953 +183,121,1953 +183,123,1953 +183,124,1953 +183,125,1953 +183,126,1953 +183,132,1953 +183,134,1953 +183,147,1953 +183,148,1953 +184,30,1953 +184,31,1953 +184,34,1953 +184,38,1953 +184,39,1953 +184,42,1953 +184,74,1953 +184,120,1953 +184,121,1953 +184,123,1953 +184,124,1953 +184,125,1953 +184,126,1953 +184,132,1953 +184,134,1953 +184,147,1953 +184,148,1953 +193,120,1953 +193,121,1953 +193,123,1953 +193,124,1953 +193,125,1953 +193,126,1953 +193,134,1953 +193,147,1953 +193,148,1953 +194,120,1953 +194,121,1953 +194,123,1953 +194,124,1953 +194,125,1953 +194,126,1953 +194,134,1953 +194,147,1953 +194,148,1953 +195,120,1953 +195,121,1953 +195,123,1953 +195,124,1953 +195,125,1953 +195,126,1953 +195,134,1953 +195,147,1953 +195,148,1953 +196,120,1953 +196,121,1953 +196,123,1953 +196,124,1953 +196,125,1953 +196,126,1953 +196,134,1953 +196,147,1953 +196,148,1953 +208,120,1953 +208,121,1953 +208,123,1953 +208,124,1953 +208,125,1953 +208,126,1953 +208,134,1953 +208,147,1953 +208,148,1953 +210,30,1953 +210,31,1953 +210,34,1953 +210,38,1953 +210,39,1953 +210,42,1953 +210,74,1953 +210,120,1953 +210,121,1953 +210,123,1953 +210,124,1953 +210,125,1953 +210,126,1953 +210,132,1953 +210,134,1953 +210,147,1953 +210,148,1953 +211,30,1953 +211,31,1953 +211,34,1953 +211,38,1953 +211,39,1953 +211,42,1953 +211,74,1953 +211,120,1953 +211,121,1953 +211,123,1953 +211,124,1953 +211,125,1953 +211,126,1953 +211,132,1953 +211,134,1953 +211,147,1953 +211,148,1953 +220,30,1953 +220,31,1953 +220,34,1953 +220,38,1953 +220,39,1953 +220,42,1953 +220,74,1953 +220,120,1953 +220,121,1953 +220,123,1953 +220,124,1953 +220,125,1953 +220,126,1953 +220,132,1953 +220,134,1953 +220,147,1953 +220,148,1953 +236,30,1953 +236,31,1953 +236,34,1953 +236,38,1953 +236,39,1953 +236,42,1953 +236,74,1953 +236,120,1953 +236,121,1953 +236,123,1953 +236,124,1953 +236,125,1953 +236,126,1953 +236,132,1953 +236,134,1953 +236,147,1953 +236,148,1953 +237,30,1953 +237,31,1953 +237,34,1953 +237,38,1953 +237,39,1953 +237,42,1953 +237,74,1953 +237,120,1953 +237,121,1953 +237,123,1953 +237,124,1953 +237,125,1953 +237,126,1953 +237,132,1953 +237,134,1953 +237,147,1953 +237,148,1953 +238,30,1953 +238,31,1953 +238,34,1953 +238,38,1953 +238,39,1953 +238,42,1953 +238,74,1953 +238,120,1953 +238,121,1953 +238,123,1953 +238,124,1953 +238,125,1953 +238,126,1953 +238,132,1953 +238,134,1953 +238,147,1953 +238,148,1953 +249,120,1953 +249,121,1953 +249,123,1953 +249,124,1953 +249,125,1953 +249,126,1953 +249,134,1953 +249,147,1953 +249,148,1953 +250,123,1953 +250,124,1953 +250,125,1953 +250,126,1953 +250,147,1953 +250,148,1953 +252,30,1953 +252,31,1953 +252,34,1953 +252,38,1953 +252,39,1953 +252,42,1953 +252,74,1953 +252,120,1953 +252,121,1953 +252,123,1953 +252,124,1953 +252,125,1953 +252,126,1953 +252,132,1953 +252,134,1953 +252,147,1953 +252,148,1953 +253,120,1953 +253,121,1953 +253,123,1953 +253,124,1953 +253,125,1953 +253,126,1953 +253,134,1953 +253,147,1953 +253,148,1953 +254,30,1953 +254,31,1953 +254,34,1953 +254,38,1953 +254,39,1953 +254,42,1953 +254,74,1953 +254,120,1953 +254,121,1953 +254,123,1953 +254,124,1953 +254,125,1953 +254,126,1953 +254,132,1953 +254,134,1953 +254,147,1953 +254,148,1953 +255,30,1953 +255,31,1953 +255,34,1953 +255,38,1953 +255,39,1953 +255,42,1953 +255,74,1953 +255,120,1953 +255,121,1953 +255,123,1953 +255,124,1953 +255,125,1953 +255,126,1953 +255,132,1953 +255,134,1953 +255,147,1953 +255,148,1953 +256,30,1953 +256,31,1953 +256,34,1953 +256,38,1953 +256,39,1953 +256,42,1953 +256,74,1953 +256,120,1953 +256,121,1953 +256,123,1953 +256,124,1953 +256,125,1953 +256,126,1953 +256,132,1953 +256,134,1953 +256,147,1953 +256,148,1953 +257,120,1953 +257,121,1953 +257,123,1953 +257,124,1953 +257,125,1953 +257,126,1953 +257,134,1953 +257,147,1953 +257,148,1953 +258,30,1953 +258,31,1953 +258,34,1953 +258,38,1953 +258,39,1953 +258,42,1953 +258,74,1953 +258,120,1953 +258,121,1953 +258,123,1953 +258,124,1953 +258,125,1953 +258,126,1953 +258,132,1953 +258,134,1953 +258,147,1953 +258,148,1953 +259,30,1953 +259,31,1953 +259,34,1953 +259,38,1953 +259,39,1953 +259,42,1953 +259,74,1953 +259,120,1953 +259,121,1953 +259,123,1953 +259,124,1953 +259,125,1953 +259,126,1953 +259,132,1953 +259,134,1953 +259,147,1953 +259,148,1953 +260,30,1953 +260,31,1953 +260,34,1953 +260,38,1953 +260,39,1953 +260,42,1953 +260,74,1953 +260,120,1953 +260,121,1953 +260,123,1953 +260,124,1953 +260,125,1953 +260,126,1953 +260,132,1953 +260,134,1953 +260,147,1953 +260,148,1953 +399,30,1953 +399,31,1953 +399,34,1953 +399,38,1953 +399,39,1953 +399,42,1953 +399,74,1953 +399,120,1953 +399,121,1953 +399,123,1953 +399,124,1953 +399,125,1953 +399,126,1953 +399,132,1953 +399,134,1953 +399,147,1953 +399,148,1953 +1,155,1954 +1,156,1954 +1,157,1954 +1,183,1954 +1,184,1954 +1,210,1954 +1,211,1954 +1,220,1954 +1,236,1954 +1,237,1954 +1,238,1954 +1,252,1954 +1,254,1954 +1,255,1954 +1,256,1954 +1,258,1954 +1,259,1954 +1,260,1954 +1,399,1954 +2,155,1954 +2,156,1954 +2,157,1954 +2,183,1954 +2,184,1954 +2,210,1954 +2,211,1954 +2,220,1954 +2,236,1954 +2,237,1954 +2,238,1954 +2,252,1954 +2,254,1954 +2,255,1954 +2,256,1954 +2,258,1954 +2,259,1954 +2,260,1954 +2,399,1954 +3,155,1954 +3,156,1954 +3,157,1954 +3,183,1954 +3,184,1954 +3,210,1954 +3,211,1954 +3,220,1954 +3,236,1954 +3,237,1954 +3,238,1954 +3,252,1954 +3,254,1954 +3,255,1954 +3,256,1954 +3,258,1954 +3,259,1954 +3,260,1954 +3,399,1954 +4,155,1954 +4,156,1954 +4,157,1954 +4,183,1954 +4,184,1954 +4,210,1954 +4,211,1954 +4,220,1954 +4,236,1954 +4,237,1954 +4,238,1954 +4,252,1954 +4,254,1954 +4,255,1954 +4,256,1954 +4,258,1954 +4,259,1954 +4,260,1954 +4,399,1954 +5,155,1954 +5,156,1954 +5,157,1954 +5,183,1954 +5,184,1954 +5,210,1954 +5,211,1954 +5,220,1954 +5,236,1954 +5,237,1954 +5,238,1954 +5,252,1954 +5,254,1954 +5,255,1954 +5,256,1954 +5,258,1954 +5,259,1954 +5,260,1954 +5,399,1954 +6,155,1954 +6,156,1954 +6,157,1954 +6,183,1954 +6,184,1954 +6,210,1954 +6,211,1954 +6,220,1954 +6,236,1954 +6,237,1954 +6,238,1954 +6,252,1954 +6,254,1954 +6,255,1954 +6,256,1954 +6,258,1954 +6,259,1954 +6,260,1954 +6,399,1954 +7,155,1954 +7,156,1954 +7,157,1954 +7,183,1954 +7,184,1954 +7,210,1954 +7,211,1954 +7,220,1954 +7,236,1954 +7,237,1954 +7,238,1954 +7,252,1954 +7,254,1954 +7,255,1954 +7,256,1954 +7,258,1954 +7,259,1954 +7,260,1954 +7,399,1954 +8,155,1954 +8,156,1954 +8,157,1954 +8,183,1954 +8,184,1954 +8,210,1954 +8,211,1954 +8,220,1954 +8,236,1954 +8,237,1954 +8,238,1954 +8,252,1954 +8,254,1954 +8,255,1954 +8,256,1954 +8,258,1954 +8,259,1954 +8,260,1954 +8,399,1954 +9,155,1954 +9,156,1954 +9,157,1954 +9,183,1954 +9,184,1954 +9,210,1954 +9,211,1954 +9,220,1954 +9,236,1954 +9,237,1954 +9,238,1954 +9,252,1954 +9,254,1954 +9,255,1954 +9,256,1954 +9,258,1954 +9,259,1954 +9,260,1954 +9,399,1954 +10,155,1954 +10,156,1954 +10,157,1954 +10,183,1954 +10,184,1954 +10,210,1954 +10,211,1954 +10,220,1954 +10,236,1954 +10,237,1954 +10,238,1954 +10,252,1954 +10,254,1954 +10,255,1954 +10,256,1954 +10,258,1954 +10,259,1954 +10,260,1954 +10,399,1954 +11,155,1954 +11,156,1954 +11,157,1954 +11,183,1954 +11,184,1954 +11,210,1954 +11,211,1954 +11,220,1954 +11,236,1954 +11,237,1954 +11,238,1954 +11,252,1954 +11,254,1954 +11,255,1954 +11,256,1954 +11,258,1954 +11,259,1954 +11,260,1954 +11,399,1954 +12,155,1954 +12,156,1954 +12,157,1954 +12,183,1954 +12,184,1954 +12,210,1954 +12,211,1954 +12,220,1954 +12,236,1954 +12,237,1954 +12,238,1954 +12,252,1954 +12,254,1954 +12,255,1954 +12,256,1954 +12,258,1954 +12,259,1954 +12,260,1954 +12,399,1954 +13,155,1954 +13,156,1954 +13,157,1954 +13,183,1954 +13,184,1954 +13,210,1954 +13,211,1954 +13,220,1954 +13,236,1954 +13,237,1954 +13,238,1954 +13,252,1954 +13,254,1954 +13,255,1954 +13,256,1954 +13,258,1954 +13,259,1954 +13,260,1954 +13,399,1954 +14,155,1954 +14,156,1954 +14,157,1954 +14,183,1954 +14,184,1954 +14,210,1954 +14,211,1954 +14,220,1954 +14,236,1954 +14,237,1954 +14,238,1954 +14,252,1954 +14,254,1954 +14,255,1954 +14,256,1954 +14,258,1954 +14,259,1954 +14,260,1954 +14,399,1954 +15,155,1954 +15,156,1954 +15,157,1954 +15,183,1954 +15,184,1954 +15,210,1954 +15,211,1954 +15,220,1954 +15,236,1954 +15,237,1954 +15,238,1954 +15,252,1954 +15,254,1954 +15,255,1954 +15,256,1954 +15,258,1954 +15,259,1954 +15,260,1954 +15,399,1954 +16,155,1954 +16,156,1954 +16,157,1954 +16,183,1954 +16,184,1954 +16,210,1954 +16,211,1954 +16,220,1954 +16,236,1954 +16,237,1954 +16,238,1954 +16,252,1954 +16,254,1954 +16,255,1954 +16,256,1954 +16,258,1954 +16,259,1954 +16,260,1954 +16,399,1954 +17,155,1954 +17,156,1954 +17,157,1954 +17,183,1954 +17,184,1954 +17,210,1954 +17,211,1954 +17,220,1954 +17,236,1954 +17,237,1954 +17,238,1954 +17,252,1954 +17,254,1954 +17,255,1954 +17,256,1954 +17,258,1954 +17,259,1954 +17,260,1954 +17,399,1954 +18,155,1954 +18,156,1954 +18,157,1954 +18,183,1954 +18,184,1954 +18,210,1954 +18,211,1954 +18,220,1954 +18,236,1954 +18,237,1954 +18,238,1954 +18,252,1954 +18,254,1954 +18,255,1954 +18,256,1954 +18,258,1954 +18,259,1954 +18,260,1954 +18,399,1954 +19,155,1954 +19,156,1954 +19,157,1954 +19,183,1954 +19,184,1954 +19,210,1954 +19,211,1954 +19,220,1954 +19,236,1954 +19,237,1954 +19,238,1954 +19,252,1954 +19,254,1954 +19,255,1954 +19,256,1954 +19,258,1954 +19,259,1954 +19,260,1954 +19,399,1954 +20,155,1954 +20,156,1954 +20,157,1954 +20,183,1954 +20,184,1954 +20,210,1954 +20,211,1954 +20,220,1954 +20,236,1954 +20,237,1954 +20,238,1954 +20,252,1954 +20,254,1954 +20,255,1954 +20,256,1954 +20,258,1954 +20,259,1954 +20,260,1954 +20,399,1954 +21,155,1954 +21,156,1954 +21,157,1954 +21,183,1954 +21,184,1954 +21,210,1954 +21,211,1954 +21,220,1954 +21,236,1954 +21,237,1954 +21,238,1954 +21,252,1954 +21,254,1954 +21,255,1954 +21,256,1954 +21,258,1954 +21,259,1954 +21,260,1954 +21,399,1954 +22,155,1954 +22,156,1954 +22,157,1954 +22,183,1954 +22,184,1954 +22,210,1954 +22,211,1954 +22,220,1954 +22,236,1954 +22,237,1954 +22,238,1954 +22,252,1954 +22,254,1954 +22,255,1954 +22,256,1954 +22,258,1954 +22,259,1954 +22,260,1954 +22,399,1954 +23,155,1954 +23,156,1954 +23,157,1954 +23,183,1954 +23,184,1954 +23,210,1954 +23,211,1954 +23,220,1954 +23,236,1954 +23,237,1954 +23,238,1954 +23,252,1954 +23,254,1954 +23,255,1954 +23,256,1954 +23,258,1954 +23,259,1954 +23,260,1954 +23,399,1954 +24,155,1954 +24,156,1954 +24,157,1954 +24,183,1954 +24,184,1954 +24,210,1954 +24,211,1954 +24,220,1954 +24,236,1954 +24,237,1954 +24,238,1954 +24,252,1954 +24,254,1954 +24,255,1954 +24,256,1954 +24,258,1954 +24,259,1954 +24,260,1954 +24,399,1954 +25,155,1954 +25,156,1954 +25,157,1954 +25,183,1954 +25,184,1954 +25,210,1954 +25,211,1954 +25,220,1954 +25,236,1954 +25,237,1954 +25,238,1954 +25,252,1954 +25,254,1954 +25,255,1954 +25,256,1954 +25,258,1954 +25,259,1954 +25,260,1954 +25,399,1954 +26,155,1954 +26,156,1954 +26,157,1954 +26,183,1954 +26,184,1954 +26,210,1954 +26,211,1954 +26,220,1954 +26,236,1954 +26,237,1954 +26,238,1954 +26,252,1954 +26,254,1954 +26,255,1954 +26,256,1954 +26,258,1954 +26,259,1954 +26,260,1954 +26,399,1954 +27,155,1954 +27,156,1954 +27,157,1954 +27,183,1954 +27,184,1954 +27,210,1954 +27,211,1954 +27,220,1954 +27,236,1954 +27,237,1954 +27,238,1954 +27,252,1954 +27,254,1954 +27,255,1954 +27,256,1954 +27,258,1954 +27,259,1954 +27,260,1954 +27,399,1954 +28,155,1954 +28,156,1954 +28,157,1954 +28,183,1954 +28,184,1954 +28,210,1954 +28,211,1954 +28,220,1954 +28,236,1954 +28,237,1954 +28,238,1954 +29,155,1954 +29,156,1954 +29,157,1954 +29,183,1954 +29,184,1954 +29,210,1954 +29,211,1954 +29,220,1954 +29,236,1954 +29,237,1954 +29,238,1954 +32,155,1954 +32,156,1954 +32,157,1954 +32,183,1954 +32,184,1954 +32,210,1954 +32,211,1954 +32,220,1954 +32,236,1954 +32,237,1954 +32,238,1954 +32,252,1954 +32,254,1954 +32,255,1954 +32,256,1954 +32,258,1954 +32,259,1954 +32,260,1954 +32,399,1954 +33,155,1954 +33,156,1954 +33,157,1954 +33,183,1954 +33,184,1954 +33,210,1954 +33,211,1954 +33,220,1954 +33,236,1954 +33,237,1954 +33,238,1954 +33,252,1954 +33,254,1954 +33,255,1954 +33,256,1954 +33,258,1954 +33,259,1954 +33,260,1954 +33,399,1954 +35,155,1954 +35,156,1954 +35,157,1954 +35,183,1954 +35,184,1954 +35,210,1954 +35,211,1954 +35,220,1954 +35,236,1954 +35,237,1954 +35,238,1954 +35,252,1954 +35,254,1954 +35,255,1954 +35,256,1954 +35,258,1954 +35,259,1954 +35,260,1954 +35,399,1954 +36,155,1954 +36,156,1954 +36,157,1954 +36,183,1954 +36,184,1954 +36,210,1954 +36,211,1954 +36,220,1954 +36,236,1954 +36,237,1954 +36,238,1954 +36,252,1954 +36,254,1954 +36,255,1954 +36,256,1954 +36,258,1954 +36,259,1954 +36,260,1954 +36,399,1954 +37,155,1954 +37,156,1954 +37,157,1954 +37,183,1954 +37,184,1954 +37,210,1954 +37,211,1954 +37,220,1954 +37,236,1954 +37,237,1954 +37,238,1954 +37,252,1954 +37,254,1954 +37,255,1954 +37,256,1954 +37,258,1954 +37,259,1954 +37,260,1954 +37,399,1954 +39,155,1954 +39,156,1954 +39,157,1954 +39,183,1954 +39,184,1954 +39,210,1954 +39,211,1954 +39,220,1954 +39,236,1954 +39,237,1954 +39,238,1954 +39,252,1954 +39,254,1954 +39,255,1954 +39,256,1954 +39,258,1954 +39,259,1954 +39,260,1954 +39,399,1954 +40,155,1954 +40,156,1954 +40,157,1954 +40,183,1954 +40,184,1954 +40,210,1954 +40,211,1954 +40,220,1954 +40,236,1954 +40,237,1954 +40,238,1954 +40,252,1954 +40,254,1954 +40,255,1954 +40,256,1954 +40,258,1954 +40,259,1954 +40,260,1954 +40,399,1954 +41,155,1954 +41,156,1954 +41,157,1954 +41,183,1954 +41,184,1954 +41,210,1954 +41,211,1954 +41,220,1954 +41,236,1954 +41,237,1954 +41,238,1954 +41,252,1954 +41,254,1954 +41,255,1954 +41,256,1954 +41,258,1954 +41,259,1954 +41,260,1954 +41,399,1954 +43,155,1954 +43,156,1954 +43,157,1954 +43,183,1954 +43,184,1954 +43,210,1954 +43,211,1954 +43,220,1954 +43,236,1954 +43,237,1954 +43,238,1954 +43,252,1954 +43,254,1954 +43,255,1954 +43,256,1954 +43,258,1954 +43,259,1954 +43,260,1954 +43,399,1954 +44,155,1954 +44,156,1954 +44,157,1954 +44,183,1954 +44,184,1954 +44,210,1954 +44,211,1954 +44,220,1954 +44,236,1954 +44,237,1954 +44,238,1954 +44,252,1954 +44,254,1954 +44,255,1954 +44,256,1954 +44,258,1954 +44,259,1954 +44,260,1954 +44,399,1954 +45,155,1954 +45,156,1954 +45,157,1954 +45,183,1954 +45,184,1954 +45,210,1954 +45,211,1954 +45,220,1954 +45,236,1954 +45,237,1954 +45,238,1954 +45,252,1954 +45,254,1954 +45,255,1954 +45,256,1954 +45,258,1954 +45,259,1954 +45,260,1954 +45,399,1954 +46,155,1954 +46,156,1954 +46,157,1954 +46,183,1954 +46,184,1954 +46,210,1954 +46,211,1954 +46,220,1954 +46,236,1954 +46,237,1954 +46,238,1954 +46,252,1954 +46,254,1954 +46,255,1954 +46,256,1954 +46,258,1954 +46,259,1954 +46,260,1954 +46,399,1954 +47,155,1954 +47,156,1954 +47,157,1954 +47,183,1954 +47,184,1954 +47,210,1954 +47,211,1954 +47,220,1954 +47,236,1954 +47,237,1954 +47,238,1954 +47,252,1954 +47,254,1954 +47,255,1954 +47,256,1954 +47,258,1954 +47,259,1954 +47,260,1954 +47,399,1954 +48,155,1954 +48,156,1954 +48,157,1954 +48,183,1954 +48,184,1954 +48,210,1954 +48,211,1954 +48,220,1954 +48,236,1954 +48,237,1954 +48,238,1954 +48,252,1954 +48,254,1954 +48,255,1954 +48,256,1954 +48,258,1954 +48,259,1954 +48,260,1954 +48,399,1954 +49,155,1954 +49,156,1954 +49,157,1954 +49,183,1954 +49,184,1954 +49,210,1954 +49,211,1954 +49,220,1954 +49,236,1954 +49,237,1954 +49,238,1954 +49,252,1954 +49,254,1954 +49,255,1954 +49,256,1954 +49,258,1954 +49,259,1954 +49,260,1954 +49,399,1954 +50,155,1954 +50,156,1954 +50,157,1954 +50,183,1954 +50,184,1954 +50,210,1954 +50,211,1954 +50,220,1954 +50,236,1954 +50,237,1954 +50,238,1954 +50,252,1954 +50,254,1954 +50,255,1954 +50,256,1954 +50,258,1954 +50,259,1954 +50,260,1954 +50,399,1954 +51,155,1954 +51,156,1954 +51,157,1954 +51,183,1954 +51,184,1954 +51,210,1954 +51,211,1954 +51,220,1954 +51,236,1954 +51,237,1954 +51,238,1954 +51,252,1954 +51,254,1954 +51,255,1954 +51,256,1954 +51,258,1954 +51,259,1954 +51,260,1954 +51,399,1954 +52,155,1954 +52,156,1954 +52,157,1954 +52,183,1954 +52,184,1954 +52,210,1954 +52,211,1954 +52,220,1954 +52,236,1954 +52,237,1954 +52,238,1954 +52,252,1954 +52,254,1954 +52,255,1954 +52,256,1954 +52,258,1954 +52,259,1954 +52,260,1954 +52,399,1954 +53,155,1954 +53,156,1954 +53,157,1954 +53,183,1954 +53,184,1954 +53,210,1954 +53,211,1954 +53,220,1954 +53,236,1954 +53,237,1954 +53,238,1954 +53,252,1954 +53,254,1954 +53,255,1954 +53,256,1954 +53,258,1954 +53,259,1954 +53,260,1954 +53,399,1954 +54,155,1954 +54,156,1954 +54,157,1954 +54,183,1954 +54,184,1954 +54,210,1954 +54,211,1954 +54,220,1954 +54,236,1954 +54,237,1954 +54,238,1954 +54,252,1954 +54,254,1954 +54,255,1954 +54,256,1954 +54,258,1954 +54,259,1954 +54,260,1954 +54,399,1954 +55,155,1954 +55,156,1954 +55,157,1954 +55,183,1954 +55,184,1954 +55,210,1954 +55,211,1954 +55,220,1954 +55,236,1954 +55,237,1954 +55,238,1954 +55,252,1954 +55,254,1954 +55,255,1954 +55,256,1954 +55,258,1954 +55,259,1954 +55,260,1954 +55,399,1954 +56,155,1954 +56,156,1954 +56,157,1954 +56,183,1954 +56,184,1954 +56,210,1954 +56,211,1954 +56,220,1954 +56,236,1954 +56,237,1954 +56,238,1954 +56,252,1954 +56,254,1954 +56,255,1954 +56,256,1954 +56,258,1954 +56,259,1954 +56,260,1954 +56,399,1954 +57,155,1954 +57,156,1954 +57,157,1954 +57,183,1954 +57,184,1954 +57,210,1954 +57,211,1954 +57,220,1954 +57,236,1954 +57,237,1954 +57,238,1954 +57,252,1954 +57,254,1954 +57,255,1954 +57,256,1954 +57,258,1954 +57,259,1954 +57,260,1954 +57,399,1954 +58,155,1954 +58,156,1954 +58,157,1954 +58,183,1954 +58,184,1954 +58,210,1954 +58,211,1954 +58,220,1954 +58,236,1954 +58,237,1954 +58,238,1954 +58,252,1954 +58,254,1954 +58,255,1954 +58,256,1954 +58,258,1954 +58,259,1954 +58,260,1954 +58,399,1954 +59,155,1954 +59,156,1954 +59,157,1954 +59,183,1954 +59,184,1954 +59,210,1954 +59,211,1954 +59,220,1954 +59,236,1954 +59,237,1954 +59,238,1954 +59,252,1954 +59,254,1954 +59,255,1954 +59,256,1954 +59,258,1954 +59,259,1954 +59,260,1954 +59,399,1954 +60,155,1954 +60,156,1954 +60,157,1954 +60,183,1954 +60,184,1954 +60,210,1954 +60,211,1954 +60,220,1954 +60,236,1954 +60,237,1954 +60,238,1954 +60,252,1954 +60,254,1954 +60,255,1954 +60,256,1954 +60,258,1954 +60,259,1954 +60,260,1954 +60,399,1954 +61,155,1954 +61,156,1954 +61,157,1954 +61,183,1954 +61,184,1954 +61,210,1954 +61,211,1954 +61,220,1954 +61,236,1954 +61,237,1954 +61,238,1954 +61,252,1954 +61,254,1954 +61,255,1954 +61,256,1954 +61,258,1954 +61,259,1954 +61,260,1954 +61,399,1954 +62,155,1954 +62,156,1954 +62,157,1954 +62,183,1954 +62,184,1954 +62,210,1954 +62,211,1954 +62,220,1954 +62,236,1954 +62,237,1954 +62,238,1954 +62,252,1954 +62,254,1954 +62,255,1954 +62,256,1954 +62,258,1954 +62,259,1954 +62,260,1954 +62,399,1954 +63,155,1954 +63,156,1954 +63,157,1954 +63,183,1954 +63,184,1954 +63,210,1954 +63,211,1954 +63,220,1954 +63,236,1954 +63,237,1954 +63,238,1954 +63,252,1954 +63,254,1954 +63,255,1954 +63,256,1954 +63,258,1954 +63,259,1954 +63,260,1954 +63,399,1954 +64,155,1954 +64,156,1954 +64,157,1954 +64,183,1954 +64,184,1954 +64,210,1954 +64,211,1954 +64,220,1954 +64,236,1954 +64,237,1954 +64,238,1954 +64,252,1954 +64,254,1954 +64,255,1954 +64,256,1954 +64,258,1954 +64,259,1954 +64,260,1954 +64,399,1954 +65,155,1954 +65,156,1954 +65,157,1954 +65,183,1954 +65,184,1954 +65,210,1954 +65,211,1954 +65,220,1954 +65,236,1954 +65,237,1954 +65,238,1954 +65,252,1954 +65,254,1954 +65,255,1954 +65,256,1954 +65,258,1954 +65,259,1954 +65,260,1954 +65,399,1954 +66,155,1954 +66,156,1954 +66,157,1954 +66,183,1954 +66,184,1954 +66,210,1954 +66,211,1954 +66,220,1954 +66,236,1954 +66,237,1954 +66,238,1954 +66,252,1954 +66,254,1954 +66,255,1954 +66,256,1954 +66,258,1954 +66,259,1954 +66,260,1954 +66,399,1954 +67,155,1954 +67,156,1954 +67,157,1954 +67,183,1954 +67,184,1954 +67,210,1954 +67,211,1954 +67,220,1954 +67,236,1954 +67,237,1954 +67,238,1954 +67,252,1954 +67,254,1954 +67,255,1954 +67,256,1954 +67,258,1954 +67,259,1954 +67,260,1954 +67,399,1954 +68,155,1954 +68,156,1954 +68,157,1954 +68,183,1954 +68,184,1954 +68,210,1954 +68,211,1954 +68,220,1954 +68,236,1954 +68,237,1954 +68,238,1954 +68,252,1954 +68,254,1954 +68,255,1954 +68,256,1954 +68,258,1954 +68,259,1954 +68,260,1954 +68,399,1954 +69,155,1954 +69,156,1954 +69,157,1954 +69,183,1954 +69,184,1954 +69,210,1954 +69,211,1954 +69,220,1954 +69,236,1954 +69,237,1954 +69,238,1954 +69,252,1954 +69,254,1954 +69,255,1954 +69,256,1954 +69,258,1954 +69,259,1954 +69,260,1954 +69,399,1954 +70,155,1954 +70,156,1954 +70,157,1954 +70,183,1954 +70,184,1954 +70,210,1954 +70,211,1954 +70,220,1954 +70,236,1954 +70,237,1954 +70,238,1954 +70,252,1954 +70,254,1954 +70,255,1954 +70,256,1954 +70,258,1954 +70,259,1954 +70,260,1954 +70,399,1954 +71,155,1954 +71,156,1954 +71,157,1954 +71,183,1954 +71,184,1954 +71,210,1954 +71,211,1954 +71,220,1954 +71,236,1954 +71,237,1954 +71,238,1954 +71,252,1954 +71,254,1954 +71,255,1954 +71,256,1954 +71,258,1954 +71,259,1954 +71,260,1954 +71,399,1954 +72,155,1954 +72,156,1954 +72,157,1954 +72,183,1954 +72,184,1954 +72,210,1954 +72,211,1954 +72,220,1954 +72,236,1954 +72,237,1954 +72,238,1954 +72,252,1954 +72,254,1954 +72,255,1954 +72,256,1954 +72,258,1954 +72,259,1954 +72,260,1954 +72,399,1954 +73,155,1954 +73,156,1954 +73,157,1954 +73,183,1954 +73,184,1954 +73,210,1954 +73,211,1954 +73,220,1954 +73,236,1954 +73,237,1954 +73,238,1954 +73,252,1954 +73,254,1954 +73,255,1954 +73,256,1954 +73,258,1954 +73,259,1954 +73,260,1954 +73,399,1954 +75,155,1954 +75,156,1954 +75,157,1954 +75,183,1954 +75,184,1954 +75,210,1954 +75,211,1954 +75,220,1954 +75,236,1954 +75,237,1954 +75,238,1954 +75,252,1954 +75,254,1954 +75,255,1954 +75,256,1954 +75,258,1954 +75,259,1954 +75,260,1954 +75,399,1954 +76,155,1954 +76,156,1954 +76,157,1954 +76,183,1954 +76,184,1954 +76,210,1954 +76,211,1954 +76,220,1954 +76,236,1954 +76,237,1954 +76,238,1954 +76,252,1954 +76,254,1954 +76,255,1954 +76,256,1954 +76,258,1954 +76,259,1954 +76,260,1954 +76,399,1954 +77,155,1954 +77,156,1954 +77,157,1954 +77,183,1954 +77,184,1954 +77,210,1954 +77,211,1954 +77,220,1954 +77,236,1954 +77,237,1954 +77,238,1954 +77,252,1954 +77,254,1954 +77,255,1954 +77,256,1954 +77,258,1954 +77,259,1954 +77,260,1954 +77,399,1954 +78,155,1954 +78,156,1954 +78,157,1954 +78,183,1954 +78,184,1954 +78,210,1954 +78,211,1954 +78,220,1954 +78,236,1954 +78,237,1954 +78,238,1954 +78,252,1954 +78,254,1954 +78,255,1954 +78,256,1954 +78,258,1954 +78,259,1954 +78,260,1954 +78,399,1954 +79,155,1954 +79,156,1954 +79,157,1954 +79,183,1954 +79,184,1954 +79,210,1954 +79,211,1954 +79,220,1954 +79,236,1954 +79,237,1954 +79,238,1954 +79,252,1954 +79,254,1954 +79,255,1954 +79,256,1954 +79,258,1954 +79,259,1954 +79,260,1954 +79,399,1954 +80,155,1954 +80,156,1954 +80,157,1954 +80,183,1954 +80,184,1954 +80,210,1954 +80,211,1954 +80,220,1954 +80,236,1954 +80,237,1954 +80,238,1954 +80,252,1954 +80,254,1954 +80,255,1954 +80,256,1954 +80,258,1954 +80,259,1954 +80,260,1954 +80,399,1954 +81,155,1954 +81,156,1954 +81,157,1954 +81,183,1954 +81,184,1954 +81,210,1954 +81,211,1954 +81,220,1954 +81,236,1954 +81,237,1954 +81,238,1954 +81,252,1954 +81,254,1954 +81,255,1954 +81,256,1954 +81,258,1954 +81,259,1954 +81,260,1954 +81,399,1954 +82,155,1954 +82,156,1954 +82,157,1954 +82,183,1954 +82,184,1954 +82,210,1954 +82,211,1954 +82,220,1954 +82,236,1954 +82,237,1954 +82,238,1954 +82,252,1954 +82,254,1954 +82,255,1954 +82,256,1954 +82,258,1954 +82,259,1954 +82,260,1954 +82,399,1954 +83,155,1954 +83,156,1954 +83,157,1954 +83,183,1954 +83,184,1954 +83,210,1954 +83,211,1954 +83,220,1954 +83,236,1954 +83,237,1954 +83,238,1954 +83,252,1954 +83,254,1954 +83,255,1954 +83,256,1954 +83,258,1954 +83,259,1954 +83,260,1954 +83,399,1954 +84,155,1954 +84,156,1954 +84,157,1954 +84,183,1954 +84,184,1954 +84,210,1954 +84,211,1954 +84,220,1954 +84,236,1954 +84,237,1954 +84,238,1954 +84,252,1954 +84,254,1954 +84,255,1954 +84,256,1954 +84,258,1954 +84,259,1954 +84,260,1954 +84,399,1954 +85,155,1954 +85,156,1954 +85,157,1954 +85,183,1954 +85,184,1954 +85,210,1954 +85,211,1954 +85,220,1954 +85,236,1954 +85,237,1954 +85,238,1954 +85,252,1954 +85,254,1954 +85,255,1954 +85,256,1954 +85,258,1954 +85,259,1954 +85,260,1954 +85,399,1954 +86,155,1954 +86,156,1954 +86,157,1954 +86,183,1954 +86,184,1954 +86,210,1954 +86,211,1954 +86,220,1954 +86,236,1954 +86,237,1954 +86,238,1954 +86,252,1954 +86,254,1954 +86,255,1954 +86,256,1954 +86,258,1954 +86,259,1954 +86,260,1954 +86,399,1954 +87,155,1954 +87,156,1954 +87,157,1954 +87,183,1954 +87,184,1954 +87,210,1954 +87,211,1954 +87,220,1954 +87,236,1954 +87,237,1954 +87,238,1954 +87,252,1954 +87,254,1954 +87,255,1954 +87,256,1954 +87,258,1954 +87,259,1954 +87,260,1954 +87,399,1954 +88,155,1954 +88,156,1954 +88,157,1954 +88,183,1954 +88,184,1954 +88,210,1954 +88,211,1954 +88,220,1954 +88,236,1954 +88,237,1954 +88,238,1954 +88,252,1954 +88,254,1954 +88,255,1954 +88,256,1954 +88,258,1954 +88,259,1954 +88,260,1954 +88,399,1954 +89,155,1954 +89,156,1954 +89,157,1954 +89,183,1954 +89,184,1954 +89,210,1954 +89,211,1954 +89,220,1954 +89,236,1954 +89,237,1954 +89,238,1954 +89,252,1954 +89,254,1954 +89,255,1954 +89,256,1954 +89,258,1954 +89,259,1954 +89,260,1954 +89,399,1954 +90,155,1954 +90,156,1954 +90,157,1954 +90,183,1954 +90,184,1954 +90,210,1954 +90,211,1954 +90,220,1954 +90,236,1954 +90,237,1954 +90,238,1954 +90,252,1954 +90,254,1954 +90,255,1954 +90,256,1954 +90,258,1954 +90,259,1954 +90,260,1954 +90,399,1954 +91,155,1954 +91,156,1954 +91,157,1954 +91,183,1954 +91,184,1954 +91,210,1954 +91,211,1954 +91,220,1954 +91,236,1954 +91,237,1954 +91,238,1954 +91,252,1954 +91,254,1954 +91,255,1954 +91,256,1954 +91,258,1954 +91,259,1954 +91,260,1954 +91,399,1954 +92,155,1954 +92,156,1954 +92,157,1954 +92,183,1954 +92,184,1954 +92,210,1954 +92,211,1954 +92,220,1954 +92,236,1954 +92,237,1954 +92,238,1954 +92,252,1954 +92,254,1954 +92,255,1954 +92,256,1954 +92,258,1954 +92,259,1954 +92,260,1954 +92,399,1954 +93,155,1954 +93,156,1954 +93,157,1954 +93,183,1954 +93,184,1954 +93,210,1954 +93,211,1954 +93,220,1954 +93,236,1954 +93,237,1954 +93,238,1954 +93,252,1954 +93,254,1954 +93,255,1954 +93,256,1954 +93,258,1954 +93,259,1954 +93,260,1954 +93,399,1954 +94,155,1954 +94,156,1954 +94,157,1954 +94,183,1954 +94,184,1954 +94,210,1954 +94,211,1954 +94,220,1954 +94,236,1954 +94,237,1954 +94,238,1954 +94,252,1954 +94,254,1954 +94,255,1954 +94,256,1954 +94,258,1954 +94,259,1954 +94,260,1954 +94,399,1954 +95,155,1954 +95,156,1954 +95,157,1954 +95,183,1954 +95,184,1954 +95,210,1954 +95,211,1954 +95,220,1954 +95,236,1954 +95,237,1954 +95,238,1954 +95,252,1954 +95,254,1954 +95,255,1954 +95,256,1954 +95,258,1954 +95,259,1954 +95,260,1954 +95,399,1954 +96,155,1954 +96,156,1954 +96,157,1954 +96,183,1954 +96,184,1954 +96,189,1954 +96,190,1954 +96,209,1954 +96,210,1954 +96,211,1954 +96,220,1954 +96,236,1954 +96,237,1954 +96,238,1954 +96,252,1954 +96,254,1954 +96,255,1954 +96,256,1954 +96,258,1954 +96,259,1954 +96,260,1954 +96,399,1954 +97,155,1954 +97,156,1954 +97,157,1954 +97,183,1954 +97,184,1954 +97,189,1954 +97,190,1954 +97,209,1954 +97,210,1954 +97,211,1954 +97,220,1954 +97,236,1954 +97,237,1954 +97,238,1954 +97,252,1954 +97,254,1954 +97,255,1954 +97,256,1954 +97,258,1954 +97,259,1954 +97,260,1954 +97,399,1954 +98,155,1954 +98,156,1954 +98,157,1954 +98,183,1954 +98,184,1954 +98,210,1954 +98,211,1954 +98,220,1954 +98,236,1954 +98,237,1954 +98,238,1954 +98,252,1954 +98,254,1954 +98,255,1954 +98,256,1954 +98,258,1954 +98,259,1954 +98,260,1954 +98,399,1954 +99,155,1954 +99,156,1954 +99,157,1954 +99,183,1954 +99,184,1954 +99,189,1954 +99,190,1954 +99,209,1954 +99,210,1954 +99,211,1954 +99,220,1954 +99,236,1954 +99,237,1954 +99,238,1954 +100,155,1954 +100,156,1954 +100,157,1954 +100,183,1954 +100,184,1954 +100,189,1954 +100,190,1954 +100,209,1954 +100,210,1954 +100,211,1954 +100,220,1954 +100,236,1954 +100,237,1954 +100,238,1954 +101,155,1954 +101,156,1954 +101,157,1954 +101,183,1954 +101,184,1954 +101,189,1954 +101,190,1954 +101,209,1954 +101,210,1954 +101,211,1954 +101,220,1954 +101,236,1954 +101,237,1954 +101,238,1954 +102,155,1954 +102,156,1954 +102,157,1954 +102,183,1954 +102,184,1954 +102,189,1954 +102,190,1954 +102,209,1954 +102,210,1954 +102,211,1954 +102,220,1954 +102,236,1954 +102,237,1954 +102,238,1954 +102,252,1954 +102,254,1954 +102,255,1954 +102,256,1954 +102,258,1954 +102,259,1954 +102,260,1954 +102,399,1954 +103,155,1954 +103,156,1954 +103,157,1954 +103,183,1954 +103,184,1954 +103,189,1954 +103,190,1954 +103,209,1954 +103,210,1954 +103,211,1954 +103,220,1954 +103,236,1954 +103,237,1954 +103,238,1954 +103,252,1954 +103,254,1954 +103,255,1954 +103,256,1954 +103,258,1954 +103,259,1954 +103,260,1954 +103,399,1954 +104,155,1954 +104,156,1954 +104,157,1954 +104,183,1954 +104,184,1954 +104,189,1954 +104,190,1954 +104,209,1954 +104,210,1954 +104,211,1954 +104,220,1954 +104,236,1954 +104,237,1954 +104,238,1954 +104,252,1954 +104,254,1954 +104,255,1954 +104,256,1954 +104,258,1954 +104,259,1954 +104,260,1954 +104,399,1954 +105,155,1954 +105,156,1954 +105,157,1954 +105,183,1954 +105,184,1954 +105,189,1954 +105,190,1954 +105,209,1954 +105,210,1954 +105,211,1954 +105,220,1954 +105,236,1954 +105,237,1954 +105,238,1954 +106,155,1954 +106,156,1954 +106,157,1954 +106,183,1954 +106,184,1954 +106,189,1954 +106,190,1954 +106,209,1954 +106,210,1954 +106,211,1954 +106,220,1954 +106,236,1954 +106,237,1954 +106,238,1954 +107,155,1954 +107,156,1954 +107,157,1954 +107,183,1954 +107,184,1954 +107,189,1954 +107,190,1954 +107,209,1954 +107,210,1954 +107,211,1954 +107,220,1954 +107,236,1954 +107,237,1954 +107,238,1954 +108,155,1954 +108,156,1954 +108,157,1954 +108,183,1954 +108,184,1954 +108,189,1954 +108,190,1954 +108,209,1954 +108,210,1954 +108,211,1954 +108,220,1954 +108,236,1954 +108,237,1954 +108,238,1954 +108,252,1954 +108,254,1954 +108,255,1954 +108,256,1954 +108,258,1954 +108,259,1954 +108,260,1954 +108,399,1954 +109,155,1954 +109,156,1954 +109,157,1954 +109,183,1954 +109,184,1954 +109,189,1954 +109,190,1954 +109,209,1954 +109,210,1954 +109,211,1954 +109,220,1954 +109,236,1954 +109,237,1954 +109,238,1954 +109,252,1954 +109,254,1954 +109,255,1954 +109,256,1954 +109,258,1954 +109,259,1954 +109,260,1954 +109,399,1954 +110,155,1954 +110,156,1954 +110,157,1954 +110,183,1954 +110,184,1954 +110,210,1954 +110,211,1954 +110,220,1954 +110,236,1954 +110,237,1954 +110,238,1954 +110,252,1954 +110,254,1954 +110,255,1954 +110,256,1954 +110,258,1954 +110,259,1954 +110,260,1954 +110,399,1954 +111,155,1954 +111,156,1954 +111,157,1954 +111,183,1954 +111,184,1954 +111,210,1954 +111,211,1954 +111,220,1954 +111,236,1954 +111,237,1954 +111,238,1954 +111,252,1954 +111,254,1954 +111,255,1954 +111,256,1954 +111,258,1954 +111,259,1954 +111,260,1954 +111,399,1954 +112,155,1954 +112,156,1954 +112,157,1954 +112,183,1954 +112,184,1954 +112,210,1954 +112,211,1954 +112,220,1954 +112,236,1954 +112,237,1954 +112,238,1954 +112,252,1954 +112,254,1954 +112,255,1954 +112,256,1954 +112,258,1954 +112,259,1954 +112,260,1954 +112,399,1954 +113,155,1954 +113,156,1954 +113,157,1954 +113,183,1954 +113,184,1954 +113,210,1954 +113,211,1954 +113,220,1954 +113,236,1954 +113,237,1954 +113,238,1954 +113,252,1954 +113,254,1954 +113,255,1954 +113,256,1954 +113,258,1954 +113,259,1954 +113,260,1954 +113,399,1954 +114,155,1954 +114,156,1954 +114,157,1954 +114,183,1954 +114,184,1954 +114,210,1954 +114,211,1954 +114,220,1954 +114,236,1954 +114,237,1954 +114,238,1954 +114,252,1954 +114,254,1954 +114,255,1954 +114,256,1954 +114,258,1954 +114,259,1954 +114,260,1954 +114,399,1954 +115,155,1954 +115,156,1954 +115,157,1954 +115,183,1954 +115,184,1954 +115,210,1954 +115,211,1954 +115,220,1954 +115,236,1954 +115,237,1954 +115,238,1954 +115,252,1954 +115,254,1954 +115,255,1954 +115,256,1954 +115,258,1954 +115,259,1954 +115,260,1954 +115,399,1954 +116,155,1954 +116,156,1954 +116,157,1954 +116,183,1954 +116,184,1954 +116,210,1954 +116,211,1954 +116,220,1954 +116,236,1954 +116,237,1954 +116,238,1954 +116,252,1954 +116,254,1954 +116,255,1954 +116,256,1954 +116,258,1954 +116,259,1954 +116,260,1954 +116,399,1954 +117,155,1954 +117,156,1954 +117,157,1954 +117,183,1954 +117,184,1954 +117,210,1954 +117,211,1954 +117,220,1954 +117,236,1954 +117,237,1954 +117,238,1954 +117,252,1954 +117,254,1954 +117,255,1954 +117,256,1954 +117,258,1954 +117,259,1954 +117,260,1954 +117,399,1954 +118,155,1954 +118,156,1954 +118,157,1954 +118,183,1954 +118,184,1954 +118,210,1954 +118,211,1954 +118,220,1954 +118,236,1954 +118,237,1954 +118,238,1954 +118,252,1954 +118,254,1954 +118,255,1954 +118,256,1954 +118,258,1954 +118,259,1954 +118,260,1954 +118,399,1954 +119,155,1954 +119,156,1954 +119,157,1954 +119,183,1954 +119,184,1954 +119,189,1954 +119,190,1954 +119,209,1954 +119,210,1954 +119,211,1954 +119,220,1954 +119,236,1954 +119,237,1954 +119,238,1954 +119,252,1954 +119,254,1954 +119,255,1954 +119,256,1954 +119,258,1954 +119,259,1954 +119,260,1954 +119,399,1954 +122,184,1954 +127,184,1954 +128,155,1954 +128,156,1954 +128,157,1954 +128,183,1954 +128,184,1954 +128,210,1954 +128,211,1954 +128,220,1954 +128,236,1954 +128,237,1954 +128,238,1954 +129,155,1954 +129,156,1954 +129,157,1954 +129,183,1954 +129,184,1954 +129,210,1954 +129,211,1954 +129,220,1954 +129,236,1954 +129,237,1954 +129,238,1954 +130,155,1954 +130,156,1954 +130,157,1954 +130,183,1954 +130,184,1954 +130,210,1954 +130,211,1954 +130,220,1954 +130,236,1954 +130,237,1954 +130,238,1954 +130,252,1954 +130,254,1954 +130,255,1954 +130,256,1954 +130,258,1954 +130,259,1954 +130,260,1954 +130,399,1954 +131,155,1954 +131,156,1954 +131,157,1954 +131,183,1954 +131,184,1954 +131,210,1954 +131,211,1954 +131,220,1954 +131,236,1954 +131,237,1954 +131,238,1954 +131,252,1954 +131,254,1954 +131,255,1954 +131,256,1954 +131,258,1954 +131,259,1954 +131,260,1954 +131,399,1954 +133,155,1954 +133,156,1954 +133,157,1954 +133,183,1954 +133,184,1954 +133,210,1954 +133,211,1954 +133,220,1954 +133,236,1954 +133,237,1954 +133,238,1954 +133,252,1954 +133,254,1954 +133,255,1954 +133,256,1954 +133,258,1954 +133,259,1954 +133,260,1954 +133,399,1954 +135,155,1954 +135,156,1954 +135,157,1954 +135,183,1954 +135,184,1954 +135,210,1954 +135,211,1954 +135,220,1954 +135,236,1954 +135,237,1954 +135,238,1954 +135,252,1954 +135,254,1954 +135,255,1954 +135,256,1954 +135,258,1954 +135,259,1954 +135,260,1954 +135,399,1954 +136,155,1954 +136,156,1954 +136,157,1954 +136,183,1954 +136,184,1954 +136,210,1954 +136,211,1954 +136,220,1954 +136,236,1954 +136,237,1954 +136,238,1954 +136,252,1954 +136,254,1954 +136,255,1954 +136,256,1954 +136,258,1954 +136,259,1954 +136,260,1954 +136,399,1954 +137,155,1954 +137,156,1954 +137,157,1954 +137,183,1954 +137,184,1954 +137,210,1954 +137,211,1954 +137,220,1954 +137,236,1954 +137,237,1954 +137,238,1954 +137,252,1954 +137,254,1954 +137,255,1954 +137,256,1954 +137,258,1954 +137,259,1954 +137,260,1954 +137,399,1954 +138,155,1954 +138,156,1954 +138,157,1954 +138,183,1954 +138,184,1954 +138,210,1954 +138,211,1954 +138,220,1954 +138,236,1954 +138,237,1954 +138,238,1954 +138,252,1954 +138,254,1954 +138,255,1954 +138,256,1954 +138,258,1954 +138,259,1954 +138,260,1954 +138,399,1954 +139,155,1954 +139,156,1954 +139,157,1954 +139,183,1954 +139,184,1954 +139,210,1954 +139,211,1954 +139,220,1954 +139,236,1954 +139,237,1954 +139,238,1954 +139,252,1954 +139,254,1954 +139,255,1954 +139,256,1954 +139,258,1954 +139,259,1954 +139,260,1954 +139,399,1954 +141,155,1954 +141,156,1954 +141,157,1954 +141,183,1954 +141,184,1954 +141,210,1954 +141,211,1954 +141,220,1954 +141,236,1954 +141,237,1954 +141,238,1954 +141,252,1954 +141,254,1954 +141,255,1954 +141,256,1954 +141,258,1954 +141,259,1954 +141,260,1954 +141,399,1954 +142,155,1954 +142,156,1954 +142,157,1954 +142,183,1954 +142,184,1954 +142,210,1954 +142,211,1954 +142,220,1954 +142,236,1954 +142,237,1954 +142,238,1954 +142,252,1954 +142,254,1954 +142,255,1954 +142,256,1954 +142,258,1954 +142,259,1954 +142,260,1954 +142,399,1954 +143,155,1954 +143,156,1954 +143,157,1954 +143,183,1954 +143,184,1954 +143,210,1954 +143,211,1954 +143,220,1954 +143,236,1954 +143,237,1954 +143,238,1954 +143,252,1954 +143,254,1954 +143,255,1954 +143,256,1954 +143,258,1954 +143,259,1954 +143,260,1954 +143,399,1954 +144,155,1954 +144,156,1954 +144,157,1954 +144,183,1954 +144,184,1954 +144,210,1954 +144,211,1954 +144,220,1954 +144,236,1954 +144,237,1954 +144,238,1954 +144,252,1954 +144,254,1954 +144,255,1954 +144,256,1954 +144,258,1954 +144,259,1954 +144,260,1954 +144,399,1954 +145,155,1954 +145,156,1954 +145,157,1954 +145,183,1954 +145,184,1954 +145,210,1954 +145,211,1954 +145,220,1954 +145,236,1954 +145,237,1954 +145,238,1954 +145,252,1954 +145,254,1954 +145,255,1954 +145,256,1954 +145,258,1954 +145,259,1954 +145,260,1954 +145,399,1954 +146,155,1954 +146,156,1954 +146,157,1954 +146,183,1954 +146,184,1954 +146,210,1954 +146,211,1954 +146,220,1954 +146,236,1954 +146,237,1954 +146,238,1954 +146,252,1954 +146,254,1954 +146,255,1954 +146,256,1954 +146,258,1954 +146,259,1954 +146,260,1954 +146,399,1954 +149,155,1954 +149,156,1954 +149,157,1954 +149,183,1954 +149,184,1954 +149,189,1954 +149,190,1954 +149,209,1954 +149,210,1954 +149,211,1954 +149,220,1954 +149,236,1954 +149,237,1954 +149,238,1954 +149,252,1954 +149,254,1954 +149,255,1954 +149,256,1954 +149,258,1954 +149,259,1954 +149,260,1954 +149,399,1954 +150,155,1954 +150,156,1954 +150,157,1954 +150,183,1954 +150,184,1954 +150,210,1954 +150,211,1954 +150,220,1954 +150,236,1954 +150,237,1954 +150,238,1954 +150,252,1954 +150,254,1954 +150,255,1954 +150,256,1954 +150,258,1954 +150,259,1954 +150,260,1954 +150,399,1954 +155,1,1954 +155,2,1954 +155,3,1954 +155,4,1954 +155,5,1954 +155,6,1954 +155,7,1954 +155,8,1954 +155,9,1954 +155,10,1954 +155,11,1954 +155,12,1954 +155,13,1954 +155,14,1954 +155,15,1954 +155,16,1954 +155,17,1954 +155,18,1954 +155,19,1954 +155,20,1954 +155,21,1954 +155,22,1954 +155,23,1954 +155,24,1954 +155,25,1954 +155,26,1954 +155,27,1954 +155,28,1954 +155,29,1954 +155,32,1954 +155,33,1954 +155,35,1954 +155,36,1954 +155,37,1954 +155,40,1954 +155,41,1954 +155,43,1954 +155,44,1954 +155,45,1954 +155,46,1954 +155,47,1954 +155,48,1954 +155,49,1954 +155,50,1954 +155,51,1954 +155,52,1954 +155,53,1954 +155,54,1954 +155,55,1954 +155,56,1954 +155,57,1954 +155,58,1954 +155,59,1954 +155,60,1954 +155,61,1954 +155,62,1954 +155,63,1954 +155,64,1954 +155,65,1954 +155,66,1954 +155,67,1954 +155,68,1954 +155,69,1954 +155,70,1954 +155,71,1954 +155,72,1954 +155,73,1954 +155,75,1954 +155,76,1954 +155,77,1954 +155,78,1954 +155,79,1954 +155,80,1954 +155,81,1954 +155,82,1954 +155,83,1954 +155,84,1954 +155,85,1954 +155,86,1954 +155,87,1954 +155,88,1954 +155,89,1954 +155,90,1954 +155,91,1954 +155,92,1954 +155,93,1954 +155,94,1954 +155,95,1954 +155,96,1954 +155,97,1954 +155,98,1954 +155,99,1954 +155,100,1954 +155,101,1954 +155,102,1954 +155,103,1954 +155,104,1954 +155,105,1954 +155,106,1954 +155,107,1954 +155,108,1954 +155,109,1954 +155,110,1954 +155,111,1954 +155,112,1954 +155,113,1954 +155,114,1954 +155,115,1954 +155,116,1954 +155,117,1954 +155,118,1954 +155,119,1954 +155,128,1954 +155,129,1954 +155,130,1954 +155,131,1954 +155,133,1954 +155,135,1954 +155,136,1954 +155,137,1954 +155,138,1954 +155,139,1954 +155,141,1954 +155,142,1954 +155,143,1954 +155,144,1954 +155,145,1954 +155,146,1954 +155,149,1954 +155,150,1954 +156,1,1954 +156,2,1954 +156,3,1954 +156,4,1954 +156,5,1954 +156,6,1954 +156,7,1954 +156,8,1954 +156,9,1954 +156,10,1954 +156,11,1954 +156,12,1954 +156,13,1954 +156,14,1954 +156,15,1954 +156,16,1954 +156,17,1954 +156,18,1954 +156,19,1954 +156,20,1954 +156,21,1954 +156,22,1954 +156,23,1954 +156,24,1954 +156,25,1954 +156,26,1954 +156,27,1954 +156,28,1954 +156,29,1954 +156,32,1954 +156,33,1954 +156,35,1954 +156,36,1954 +156,37,1954 +156,40,1954 +156,41,1954 +156,43,1954 +156,44,1954 +156,45,1954 +156,46,1954 +156,47,1954 +156,48,1954 +156,49,1954 +156,50,1954 +156,51,1954 +156,52,1954 +156,53,1954 +156,54,1954 +156,55,1954 +156,56,1954 +156,57,1954 +156,58,1954 +156,59,1954 +156,60,1954 +156,61,1954 +156,62,1954 +156,63,1954 +156,64,1954 +156,65,1954 +156,66,1954 +156,67,1954 +156,68,1954 +156,69,1954 +156,70,1954 +156,71,1954 +156,72,1954 +156,73,1954 +156,75,1954 +156,76,1954 +156,77,1954 +156,78,1954 +156,79,1954 +156,80,1954 +156,81,1954 +156,82,1954 +156,83,1954 +156,84,1954 +156,85,1954 +156,86,1954 +156,87,1954 +156,88,1954 +156,89,1954 +156,90,1954 +156,91,1954 +156,92,1954 +156,93,1954 +156,94,1954 +156,95,1954 +156,96,1954 +156,97,1954 +156,98,1954 +156,99,1954 +156,100,1954 +156,101,1954 +156,102,1954 +156,103,1954 +156,104,1954 +156,105,1954 +156,106,1954 +156,107,1954 +156,108,1954 +156,109,1954 +156,110,1954 +156,111,1954 +156,112,1954 +156,113,1954 +156,114,1954 +156,115,1954 +156,116,1954 +156,117,1954 +156,118,1954 +156,119,1954 +156,128,1954 +156,129,1954 +156,130,1954 +156,131,1954 +156,133,1954 +156,135,1954 +156,136,1954 +156,137,1954 +156,138,1954 +156,139,1954 +156,141,1954 +156,142,1954 +156,143,1954 +156,144,1954 +156,145,1954 +156,146,1954 +156,149,1954 +156,150,1954 +157,1,1954 +157,2,1954 +157,3,1954 +157,4,1954 +157,5,1954 +157,6,1954 +157,7,1954 +157,8,1954 +157,9,1954 +157,10,1954 +157,11,1954 +157,12,1954 +157,13,1954 +157,14,1954 +157,15,1954 +157,16,1954 +157,17,1954 +157,18,1954 +157,19,1954 +157,20,1954 +157,21,1954 +157,22,1954 +157,23,1954 +157,24,1954 +157,25,1954 +157,26,1954 +157,27,1954 +157,28,1954 +157,29,1954 +157,32,1954 +157,33,1954 +157,35,1954 +157,36,1954 +157,37,1954 +157,40,1954 +157,41,1954 +157,43,1954 +157,44,1954 +157,45,1954 +157,46,1954 +157,47,1954 +157,48,1954 +157,49,1954 +157,50,1954 +157,51,1954 +157,52,1954 +157,53,1954 +157,54,1954 +157,55,1954 +157,56,1954 +157,57,1954 +157,58,1954 +157,59,1954 +157,60,1954 +157,61,1954 +157,62,1954 +157,63,1954 +157,64,1954 +157,65,1954 +157,66,1954 +157,67,1954 +157,68,1954 +157,69,1954 +157,70,1954 +157,71,1954 +157,72,1954 +157,73,1954 +157,75,1954 +157,76,1954 +157,77,1954 +157,78,1954 +157,79,1954 +157,80,1954 +157,81,1954 +157,82,1954 +157,83,1954 +157,84,1954 +157,85,1954 +157,86,1954 +157,87,1954 +157,88,1954 +157,89,1954 +157,90,1954 +157,91,1954 +157,92,1954 +157,93,1954 +157,94,1954 +157,95,1954 +157,96,1954 +157,97,1954 +157,98,1954 +157,99,1954 +157,100,1954 +157,101,1954 +157,102,1954 +157,103,1954 +157,104,1954 +157,105,1954 +157,106,1954 +157,107,1954 +157,108,1954 +157,109,1954 +157,110,1954 +157,111,1954 +157,112,1954 +157,113,1954 +157,114,1954 +157,115,1954 +157,116,1954 +157,117,1954 +157,118,1954 +157,119,1954 +157,128,1954 +157,129,1954 +157,130,1954 +157,131,1954 +157,133,1954 +157,135,1954 +157,136,1954 +157,137,1954 +157,138,1954 +157,139,1954 +157,141,1954 +157,142,1954 +157,143,1954 +157,144,1954 +157,145,1954 +157,146,1954 +157,149,1954 +157,150,1954 +183,1,1954 +183,2,1954 +183,3,1954 +183,4,1954 +183,5,1954 +183,6,1954 +183,7,1954 +183,8,1954 +183,9,1954 +183,10,1954 +183,11,1954 +183,12,1954 +183,13,1954 +183,14,1954 +183,15,1954 +183,16,1954 +183,17,1954 +183,18,1954 +183,19,1954 +183,20,1954 +183,21,1954 +183,22,1954 +183,23,1954 +183,24,1954 +183,25,1954 +183,26,1954 +183,27,1954 +183,28,1954 +183,29,1954 +183,32,1954 +183,33,1954 +183,35,1954 +183,36,1954 +183,37,1954 +183,40,1954 +183,41,1954 +183,43,1954 +183,44,1954 +183,45,1954 +183,46,1954 +183,47,1954 +183,48,1954 +183,49,1954 +183,50,1954 +183,51,1954 +183,52,1954 +183,53,1954 +183,54,1954 +183,55,1954 +183,56,1954 +183,57,1954 +183,58,1954 +183,59,1954 +183,60,1954 +183,61,1954 +183,62,1954 +183,63,1954 +183,64,1954 +183,65,1954 +183,66,1954 +183,67,1954 +183,68,1954 +183,69,1954 +183,70,1954 +183,71,1954 +183,72,1954 +183,73,1954 +183,75,1954 +183,76,1954 +183,77,1954 +183,78,1954 +183,79,1954 +183,80,1954 +183,81,1954 +183,82,1954 +183,83,1954 +183,84,1954 +183,85,1954 +183,86,1954 +183,87,1954 +183,88,1954 +183,89,1954 +183,90,1954 +183,91,1954 +183,92,1954 +183,93,1954 +183,94,1954 +183,95,1954 +183,96,1954 +183,97,1954 +183,98,1954 +183,99,1954 +183,100,1954 +183,101,1954 +183,102,1954 +183,103,1954 +183,104,1954 +183,105,1954 +183,106,1954 +183,107,1954 +183,108,1954 +183,109,1954 +183,110,1954 +183,111,1954 +183,112,1954 +183,113,1954 +183,114,1954 +183,115,1954 +183,116,1954 +183,117,1954 +183,118,1954 +183,119,1954 +183,128,1954 +183,129,1954 +183,130,1954 +183,131,1954 +183,133,1954 +183,135,1954 +183,136,1954 +183,137,1954 +183,138,1954 +183,139,1954 +183,141,1954 +183,142,1954 +183,143,1954 +183,144,1954 +183,145,1954 +183,146,1954 +183,149,1954 +183,150,1954 +184,1,1954 +184,2,1954 +184,3,1954 +184,4,1954 +184,5,1954 +184,6,1954 +184,7,1954 +184,8,1954 +184,9,1954 +184,10,1954 +184,11,1954 +184,12,1954 +184,13,1954 +184,14,1954 +184,15,1954 +184,16,1954 +184,17,1954 +184,18,1954 +184,19,1954 +184,20,1954 +184,21,1954 +184,22,1954 +184,23,1954 +184,24,1954 +184,25,1954 +184,26,1954 +184,27,1954 +184,28,1954 +184,29,1954 +184,32,1954 +184,33,1954 +184,35,1954 +184,36,1954 +184,37,1954 +184,40,1954 +184,41,1954 +184,43,1954 +184,44,1954 +184,45,1954 +184,46,1954 +184,47,1954 +184,48,1954 +184,49,1954 +184,50,1954 +184,51,1954 +184,52,1954 +184,53,1954 +184,54,1954 +184,55,1954 +184,56,1954 +184,57,1954 +184,58,1954 +184,59,1954 +184,60,1954 +184,61,1954 +184,62,1954 +184,63,1954 +184,64,1954 +184,65,1954 +184,66,1954 +184,67,1954 +184,68,1954 +184,69,1954 +184,70,1954 +184,71,1954 +184,72,1954 +184,73,1954 +184,75,1954 +184,76,1954 +184,77,1954 +184,78,1954 +184,79,1954 +184,80,1954 +184,81,1954 +184,82,1954 +184,83,1954 +184,84,1954 +184,85,1954 +184,86,1954 +184,87,1954 +184,88,1954 +184,89,1954 +184,90,1954 +184,91,1954 +184,92,1954 +184,93,1954 +184,94,1954 +184,95,1954 +184,96,1954 +184,97,1954 +184,98,1954 +184,99,1954 +184,100,1954 +184,101,1954 +184,102,1954 +184,103,1954 +184,104,1954 +184,105,1954 +184,106,1954 +184,107,1954 +184,108,1954 +184,109,1954 +184,110,1954 +184,111,1954 +184,112,1954 +184,113,1954 +184,114,1954 +184,115,1954 +184,116,1954 +184,117,1954 +184,118,1954 +184,119,1954 +184,122,1954 +184,127,1954 +184,128,1954 +184,129,1954 +184,130,1954 +184,131,1954 +184,133,1954 +184,135,1954 +184,136,1954 +184,137,1954 +184,138,1954 +184,139,1954 +184,141,1954 +184,142,1954 +184,143,1954 +184,144,1954 +184,145,1954 +184,146,1954 +184,149,1954 +184,150,1954 +189,96,1954 +189,97,1954 +189,99,1954 +189,100,1954 +189,101,1954 +189,102,1954 +189,103,1954 +189,104,1954 +189,105,1954 +189,106,1954 +189,107,1954 +189,108,1954 +189,109,1954 +189,119,1954 +189,149,1954 +190,96,1954 +190,97,1954 +190,99,1954 +190,100,1954 +190,101,1954 +190,102,1954 +190,103,1954 +190,104,1954 +190,105,1954 +190,106,1954 +190,107,1954 +190,108,1954 +190,109,1954 +190,119,1954 +190,149,1954 +209,96,1954 +209,97,1954 +209,99,1954 +209,100,1954 +209,101,1954 +209,102,1954 +209,103,1954 +209,104,1954 +209,105,1954 +209,106,1954 +209,107,1954 +209,108,1954 +209,109,1954 +209,119,1954 +209,149,1954 +210,1,1954 +210,2,1954 +210,3,1954 +210,4,1954 +210,5,1954 +210,6,1954 +210,7,1954 +210,8,1954 +210,9,1954 +210,10,1954 +210,11,1954 +210,12,1954 +210,13,1954 +210,14,1954 +210,15,1954 +210,16,1954 +210,17,1954 +210,18,1954 +210,19,1954 +210,20,1954 +210,21,1954 +210,22,1954 +210,23,1954 +210,24,1954 +210,25,1954 +210,26,1954 +210,27,1954 +210,28,1954 +210,29,1954 +210,32,1954 +210,33,1954 +210,35,1954 +210,36,1954 +210,37,1954 +210,40,1954 +210,41,1954 +210,43,1954 +210,44,1954 +210,45,1954 +210,46,1954 +210,47,1954 +210,48,1954 +210,49,1954 +210,50,1954 +210,51,1954 +210,52,1954 +210,53,1954 +210,54,1954 +210,55,1954 +210,56,1954 +210,57,1954 +210,58,1954 +210,59,1954 +210,60,1954 +210,61,1954 +210,62,1954 +210,63,1954 +210,64,1954 +210,65,1954 +210,66,1954 +210,67,1954 +210,68,1954 +210,69,1954 +210,70,1954 +210,71,1954 +210,72,1954 +210,73,1954 +210,75,1954 +210,76,1954 +210,77,1954 +210,78,1954 +210,79,1954 +210,80,1954 +210,81,1954 +210,82,1954 +210,83,1954 +210,84,1954 +210,85,1954 +210,86,1954 +210,87,1954 +210,88,1954 +210,89,1954 +210,90,1954 +210,91,1954 +210,92,1954 +210,93,1954 +210,94,1954 +210,95,1954 +210,96,1954 +210,97,1954 +210,98,1954 +210,99,1954 +210,100,1954 +210,101,1954 +210,102,1954 +210,103,1954 +210,104,1954 +210,105,1954 +210,106,1954 +210,107,1954 +210,108,1954 +210,109,1954 +210,110,1954 +210,111,1954 +210,112,1954 +210,113,1954 +210,114,1954 +210,115,1954 +210,116,1954 +210,117,1954 +210,118,1954 +210,119,1954 +210,128,1954 +210,129,1954 +210,130,1954 +210,131,1954 +210,133,1954 +210,135,1954 +210,136,1954 +210,137,1954 +210,138,1954 +210,139,1954 +210,141,1954 +210,142,1954 +210,143,1954 +210,144,1954 +210,145,1954 +210,146,1954 +210,149,1954 +210,150,1954 +211,1,1954 +211,2,1954 +211,3,1954 +211,4,1954 +211,5,1954 +211,6,1954 +211,7,1954 +211,8,1954 +211,9,1954 +211,10,1954 +211,11,1954 +211,12,1954 +211,13,1954 +211,14,1954 +211,15,1954 +211,16,1954 +211,17,1954 +211,18,1954 +211,19,1954 +211,20,1954 +211,21,1954 +211,22,1954 +211,23,1954 +211,24,1954 +211,25,1954 +211,26,1954 +211,27,1954 +211,28,1954 +211,29,1954 +211,32,1954 +211,33,1954 +211,35,1954 +211,36,1954 +211,37,1954 +211,40,1954 +211,41,1954 +211,43,1954 +211,44,1954 +211,45,1954 +211,46,1954 +211,47,1954 +211,48,1954 +211,49,1954 +211,50,1954 +211,51,1954 +211,52,1954 +211,53,1954 +211,54,1954 +211,55,1954 +211,56,1954 +211,57,1954 +211,58,1954 +211,59,1954 +211,60,1954 +211,61,1954 +211,62,1954 +211,63,1954 +211,64,1954 +211,65,1954 +211,66,1954 +211,67,1954 +211,68,1954 +211,69,1954 +211,70,1954 +211,71,1954 +211,72,1954 +211,73,1954 +211,75,1954 +211,76,1954 +211,77,1954 +211,78,1954 +211,79,1954 +211,80,1954 +211,81,1954 +211,82,1954 +211,83,1954 +211,84,1954 +211,85,1954 +211,86,1954 +211,87,1954 +211,88,1954 +211,89,1954 +211,90,1954 +211,91,1954 +211,92,1954 +211,93,1954 +211,94,1954 +211,95,1954 +211,96,1954 +211,97,1954 +211,98,1954 +211,99,1954 +211,100,1954 +211,101,1954 +211,102,1954 +211,103,1954 +211,104,1954 +211,105,1954 +211,106,1954 +211,107,1954 +211,108,1954 +211,109,1954 +211,110,1954 +211,111,1954 +211,112,1954 +211,113,1954 +211,114,1954 +211,115,1954 +211,116,1954 +211,117,1954 +211,118,1954 +211,119,1954 +211,128,1954 +211,129,1954 +211,130,1954 +211,131,1954 +211,133,1954 +211,135,1954 +211,136,1954 +211,137,1954 +211,138,1954 +211,139,1954 +211,141,1954 +211,142,1954 +211,143,1954 +211,144,1954 +211,145,1954 +211,146,1954 +211,149,1954 +211,150,1954 +220,1,1954 +220,2,1954 +220,3,1954 +220,4,1954 +220,5,1954 +220,6,1954 +220,7,1954 +220,8,1954 +220,9,1954 +220,10,1954 +220,11,1954 +220,12,1954 +220,13,1954 +220,14,1954 +220,15,1954 +220,16,1954 +220,17,1954 +220,18,1954 +220,19,1954 +220,20,1954 +220,21,1954 +220,22,1954 +220,23,1954 +220,24,1954 +220,25,1954 +220,26,1954 +220,27,1954 +220,28,1954 +220,29,1954 +220,32,1954 +220,33,1954 +220,35,1954 +220,36,1954 +220,37,1954 +220,40,1954 +220,41,1954 +220,43,1954 +220,44,1954 +220,45,1954 +220,46,1954 +220,47,1954 +220,48,1954 +220,49,1954 +220,50,1954 +220,51,1954 +220,52,1954 +220,53,1954 +220,54,1954 +220,55,1954 +220,56,1954 +220,57,1954 +220,58,1954 +220,59,1954 +220,60,1954 +220,61,1954 +220,62,1954 +220,63,1954 +220,64,1954 +220,65,1954 +220,66,1954 +220,67,1954 +220,68,1954 +220,69,1954 +220,70,1954 +220,71,1954 +220,72,1954 +220,73,1954 +220,75,1954 +220,76,1954 +220,77,1954 +220,78,1954 +220,79,1954 +220,80,1954 +220,81,1954 +220,82,1954 +220,83,1954 +220,84,1954 +220,85,1954 +220,86,1954 +220,87,1954 +220,88,1954 +220,89,1954 +220,90,1954 +220,91,1954 +220,92,1954 +220,93,1954 +220,94,1954 +220,95,1954 +220,96,1954 +220,97,1954 +220,98,1954 +220,99,1954 +220,100,1954 +220,101,1954 +220,102,1954 +220,103,1954 +220,104,1954 +220,105,1954 +220,106,1954 +220,107,1954 +220,108,1954 +220,109,1954 +220,110,1954 +220,111,1954 +220,112,1954 +220,113,1954 +220,114,1954 +220,115,1954 +220,116,1954 +220,117,1954 +220,118,1954 +220,119,1954 +220,128,1954 +220,129,1954 +220,130,1954 +220,131,1954 +220,133,1954 +220,135,1954 +220,136,1954 +220,137,1954 +220,138,1954 +220,139,1954 +220,141,1954 +220,142,1954 +220,143,1954 +220,144,1954 +220,145,1954 +220,146,1954 +220,149,1954 +220,150,1954 +236,1,1954 +236,2,1954 +236,3,1954 +236,4,1954 +236,5,1954 +236,6,1954 +236,7,1954 +236,8,1954 +236,9,1954 +236,10,1954 +236,11,1954 +236,12,1954 +236,13,1954 +236,14,1954 +236,15,1954 +236,16,1954 +236,17,1954 +236,18,1954 +236,19,1954 +236,20,1954 +236,21,1954 +236,22,1954 +236,23,1954 +236,24,1954 +236,25,1954 +236,26,1954 +236,27,1954 +236,28,1954 +236,29,1954 +236,32,1954 +236,33,1954 +236,35,1954 +236,36,1954 +236,37,1954 +236,40,1954 +236,41,1954 +236,43,1954 +236,44,1954 +236,45,1954 +236,46,1954 +236,47,1954 +236,48,1954 +236,49,1954 +236,50,1954 +236,51,1954 +236,52,1954 +236,53,1954 +236,54,1954 +236,55,1954 +236,56,1954 +236,57,1954 +236,58,1954 +236,59,1954 +236,60,1954 +236,61,1954 +236,62,1954 +236,63,1954 +236,64,1954 +236,65,1954 +236,66,1954 +236,67,1954 +236,68,1954 +236,69,1954 +236,70,1954 +236,71,1954 +236,72,1954 +236,73,1954 +236,75,1954 +236,76,1954 +236,77,1954 +236,78,1954 +236,79,1954 +236,80,1954 +236,81,1954 +236,82,1954 +236,83,1954 +236,84,1954 +236,85,1954 +236,86,1954 +236,87,1954 +236,88,1954 +236,89,1954 +236,90,1954 +236,91,1954 +236,92,1954 +236,93,1954 +236,94,1954 +236,95,1954 +236,96,1954 +236,97,1954 +236,98,1954 +236,99,1954 +236,100,1954 +236,101,1954 +236,102,1954 +236,103,1954 +236,104,1954 +236,105,1954 +236,106,1954 +236,107,1954 +236,108,1954 +236,109,1954 +236,110,1954 +236,111,1954 +236,112,1954 +236,113,1954 +236,114,1954 +236,115,1954 +236,116,1954 +236,117,1954 +236,118,1954 +236,119,1954 +236,128,1954 +236,129,1954 +236,130,1954 +236,131,1954 +236,133,1954 +236,135,1954 +236,136,1954 +236,137,1954 +236,138,1954 +236,139,1954 +236,141,1954 +236,142,1954 +236,143,1954 +236,144,1954 +236,145,1954 +236,146,1954 +236,149,1954 +236,150,1954 +237,1,1954 +237,2,1954 +237,3,1954 +237,4,1954 +237,5,1954 +237,6,1954 +237,7,1954 +237,8,1954 +237,9,1954 +237,10,1954 +237,11,1954 +237,12,1954 +237,13,1954 +237,14,1954 +237,15,1954 +237,16,1954 +237,17,1954 +237,18,1954 +237,19,1954 +237,20,1954 +237,21,1954 +237,22,1954 +237,23,1954 +237,24,1954 +237,25,1954 +237,26,1954 +237,27,1954 +237,28,1954 +237,29,1954 +237,32,1954 +237,33,1954 +237,35,1954 +237,36,1954 +237,37,1954 +237,40,1954 +237,41,1954 +237,43,1954 +237,44,1954 +237,45,1954 +237,46,1954 +237,47,1954 +237,48,1954 +237,49,1954 +237,50,1954 +237,51,1954 +237,52,1954 +237,53,1954 +237,54,1954 +237,55,1954 +237,56,1954 +237,57,1954 +237,58,1954 +237,59,1954 +237,60,1954 +237,61,1954 +237,62,1954 +237,63,1954 +237,64,1954 +237,65,1954 +237,66,1954 +237,67,1954 +237,68,1954 +237,69,1954 +237,70,1954 +237,71,1954 +237,72,1954 +237,73,1954 +237,75,1954 +237,76,1954 +237,77,1954 +237,78,1954 +237,79,1954 +237,80,1954 +237,81,1954 +237,82,1954 +237,83,1954 +237,84,1954 +237,85,1954 +237,86,1954 +237,87,1954 +237,88,1954 +237,89,1954 +237,90,1954 +237,91,1954 +237,92,1954 +237,93,1954 +237,94,1954 +237,95,1954 +237,96,1954 +237,97,1954 +237,98,1954 +237,99,1954 +237,100,1954 +237,101,1954 +237,102,1954 +237,103,1954 +237,104,1954 +237,105,1954 +237,106,1954 +237,107,1954 +237,108,1954 +237,109,1954 +237,110,1954 +237,111,1954 +237,112,1954 +237,113,1954 +237,114,1954 +237,115,1954 +237,116,1954 +237,117,1954 +237,118,1954 +237,119,1954 +237,128,1954 +237,129,1954 +237,130,1954 +237,131,1954 +237,133,1954 +237,135,1954 +237,136,1954 +237,137,1954 +237,138,1954 +237,139,1954 +237,141,1954 +237,142,1954 +237,143,1954 +237,144,1954 +237,145,1954 +237,146,1954 +237,149,1954 +237,150,1954 +238,1,1954 +238,2,1954 +238,3,1954 +238,4,1954 +238,5,1954 +238,6,1954 +238,7,1954 +238,8,1954 +238,9,1954 +238,10,1954 +238,11,1954 +238,12,1954 +238,13,1954 +238,14,1954 +238,15,1954 +238,16,1954 +238,17,1954 +238,18,1954 +238,19,1954 +238,20,1954 +238,21,1954 +238,22,1954 +238,23,1954 +238,24,1954 +238,25,1954 +238,26,1954 +238,27,1954 +238,28,1954 +238,29,1954 +238,32,1954 +238,33,1954 +238,35,1954 +238,36,1954 +238,37,1954 +238,40,1954 +238,41,1954 +238,43,1954 +238,44,1954 +238,45,1954 +238,46,1954 +238,47,1954 +238,48,1954 +238,49,1954 +238,50,1954 +238,51,1954 +238,52,1954 +238,53,1954 +238,54,1954 +238,55,1954 +238,56,1954 +238,57,1954 +238,58,1954 +238,59,1954 +238,60,1954 +238,61,1954 +238,62,1954 +238,63,1954 +238,64,1954 +238,65,1954 +238,66,1954 +238,67,1954 +238,68,1954 +238,69,1954 +238,70,1954 +238,71,1954 +238,72,1954 +238,73,1954 +238,75,1954 +238,76,1954 +238,77,1954 +238,78,1954 +238,79,1954 +238,80,1954 +238,81,1954 +238,82,1954 +238,83,1954 +238,84,1954 +238,85,1954 +238,86,1954 +238,87,1954 +238,88,1954 +238,89,1954 +238,90,1954 +238,91,1954 +238,92,1954 +238,93,1954 +238,94,1954 +238,95,1954 +238,96,1954 +238,97,1954 +238,98,1954 +238,99,1954 +238,100,1954 +238,101,1954 +238,102,1954 +238,103,1954 +238,104,1954 +238,105,1954 +238,106,1954 +238,107,1954 +238,108,1954 +238,109,1954 +238,110,1954 +238,111,1954 +238,112,1954 +238,113,1954 +238,114,1954 +238,115,1954 +238,116,1954 +238,117,1954 +238,118,1954 +238,119,1954 +238,128,1954 +238,129,1954 +238,130,1954 +238,131,1954 +238,133,1954 +238,135,1954 +238,136,1954 +238,137,1954 +238,138,1954 +238,139,1954 +238,141,1954 +238,142,1954 +238,143,1954 +238,144,1954 +238,145,1954 +238,146,1954 +238,149,1954 +238,150,1954 +252,1,1954 +252,2,1954 +252,3,1954 +252,4,1954 +252,5,1954 +252,6,1954 +252,7,1954 +252,8,1954 +252,9,1954 +252,10,1954 +252,11,1954 +252,12,1954 +252,13,1954 +252,14,1954 +252,15,1954 +252,16,1954 +252,17,1954 +252,18,1954 +252,19,1954 +252,20,1954 +252,21,1954 +252,22,1954 +252,23,1954 +252,24,1954 +252,25,1954 +252,26,1954 +252,27,1954 +252,32,1954 +252,33,1954 +252,35,1954 +252,36,1954 +252,37,1954 +252,40,1954 +252,41,1954 +252,43,1954 +252,44,1954 +252,45,1954 +252,46,1954 +252,47,1954 +252,48,1954 +252,49,1954 +252,50,1954 +252,51,1954 +252,52,1954 +252,53,1954 +252,54,1954 +252,55,1954 +252,56,1954 +252,57,1954 +252,58,1954 +252,59,1954 +252,60,1954 +252,61,1954 +252,62,1954 +252,63,1954 +252,64,1954 +252,65,1954 +252,66,1954 +252,67,1954 +252,68,1954 +252,69,1954 +252,70,1954 +252,71,1954 +252,72,1954 +252,73,1954 +252,75,1954 +252,76,1954 +252,77,1954 +252,78,1954 +252,79,1954 +252,80,1954 +252,81,1954 +252,82,1954 +252,83,1954 +252,84,1954 +252,85,1954 +252,86,1954 +252,87,1954 +252,88,1954 +252,89,1954 +252,90,1954 +252,91,1954 +252,92,1954 +252,93,1954 +252,94,1954 +252,95,1954 +252,96,1954 +252,97,1954 +252,98,1954 +252,102,1954 +252,103,1954 +252,104,1954 +252,108,1954 +252,109,1954 +252,110,1954 +252,111,1954 +252,112,1954 +252,113,1954 +252,114,1954 +252,115,1954 +252,116,1954 +252,117,1954 +252,118,1954 +252,119,1954 +252,130,1954 +252,131,1954 +252,133,1954 +252,135,1954 +252,136,1954 +252,137,1954 +252,138,1954 +252,139,1954 +252,141,1954 +252,142,1954 +252,143,1954 +252,144,1954 +252,145,1954 +252,146,1954 +252,149,1954 +252,150,1954 +254,1,1954 +254,2,1954 +254,3,1954 +254,4,1954 +254,5,1954 +254,6,1954 +254,7,1954 +254,8,1954 +254,9,1954 +254,10,1954 +254,11,1954 +254,12,1954 +254,13,1954 +254,14,1954 +254,15,1954 +254,16,1954 +254,17,1954 +254,18,1954 +254,19,1954 +254,20,1954 +254,21,1954 +254,22,1954 +254,23,1954 +254,24,1954 +254,25,1954 +254,26,1954 +254,27,1954 +254,32,1954 +254,33,1954 +254,35,1954 +254,36,1954 +254,37,1954 +254,40,1954 +254,41,1954 +254,43,1954 +254,44,1954 +254,45,1954 +254,46,1954 +254,47,1954 +254,48,1954 +254,49,1954 +254,50,1954 +254,51,1954 +254,52,1954 +254,53,1954 +254,54,1954 +254,55,1954 +254,56,1954 +254,57,1954 +254,58,1954 +254,59,1954 +254,60,1954 +254,61,1954 +254,62,1954 +254,63,1954 +254,64,1954 +254,65,1954 +254,66,1954 +254,67,1954 +254,68,1954 +254,69,1954 +254,70,1954 +254,71,1954 +254,72,1954 +254,73,1954 +254,75,1954 +254,76,1954 +254,77,1954 +254,78,1954 +254,79,1954 +254,80,1954 +254,81,1954 +254,82,1954 +254,83,1954 +254,84,1954 +254,85,1954 +254,86,1954 +254,87,1954 +254,88,1954 +254,89,1954 +254,90,1954 +254,91,1954 +254,92,1954 +254,93,1954 +254,94,1954 +254,95,1954 +254,96,1954 +254,97,1954 +254,98,1954 +254,102,1954 +254,103,1954 +254,104,1954 +254,108,1954 +254,109,1954 +254,110,1954 +254,111,1954 +254,112,1954 +254,113,1954 +254,114,1954 +254,115,1954 +254,116,1954 +254,117,1954 +254,118,1954 +254,119,1954 +254,130,1954 +254,131,1954 +254,133,1954 +254,135,1954 +254,136,1954 +254,137,1954 +254,138,1954 +254,139,1954 +254,141,1954 +254,142,1954 +254,143,1954 +254,144,1954 +254,145,1954 +254,146,1954 +254,149,1954 +254,150,1954 +255,1,1954 +255,2,1954 +255,3,1954 +255,4,1954 +255,5,1954 +255,6,1954 +255,7,1954 +255,8,1954 +255,9,1954 +255,10,1954 +255,11,1954 +255,12,1954 +255,13,1954 +255,14,1954 +255,15,1954 +255,16,1954 +255,17,1954 +255,18,1954 +255,19,1954 +255,20,1954 +255,21,1954 +255,22,1954 +255,23,1954 +255,24,1954 +255,25,1954 +255,26,1954 +255,27,1954 +255,32,1954 +255,33,1954 +255,35,1954 +255,36,1954 +255,37,1954 +255,40,1954 +255,41,1954 +255,43,1954 +255,44,1954 +255,45,1954 +255,46,1954 +255,47,1954 +255,48,1954 +255,49,1954 +255,50,1954 +255,51,1954 +255,52,1954 +255,53,1954 +255,54,1954 +255,55,1954 +255,56,1954 +255,57,1954 +255,58,1954 +255,59,1954 +255,60,1954 +255,61,1954 +255,62,1954 +255,63,1954 +255,64,1954 +255,65,1954 +255,66,1954 +255,67,1954 +255,68,1954 +255,69,1954 +255,70,1954 +255,71,1954 +255,72,1954 +255,73,1954 +255,75,1954 +255,76,1954 +255,77,1954 +255,78,1954 +255,79,1954 +255,80,1954 +255,81,1954 +255,82,1954 +255,83,1954 +255,84,1954 +255,85,1954 +255,86,1954 +255,87,1954 +255,88,1954 +255,89,1954 +255,90,1954 +255,91,1954 +255,92,1954 +255,93,1954 +255,94,1954 +255,95,1954 +255,96,1954 +255,97,1954 +255,98,1954 +255,102,1954 +255,103,1954 +255,104,1954 +255,108,1954 +255,109,1954 +255,110,1954 +255,111,1954 +255,112,1954 +255,113,1954 +255,114,1954 +255,115,1954 +255,116,1954 +255,117,1954 +255,118,1954 +255,119,1954 +255,130,1954 +255,131,1954 +255,133,1954 +255,135,1954 +255,136,1954 +255,137,1954 +255,138,1954 +255,139,1954 +255,141,1954 +255,142,1954 +255,143,1954 +255,144,1954 +255,145,1954 +255,146,1954 +255,149,1954 +255,150,1954 +256,1,1954 +256,2,1954 +256,3,1954 +256,4,1954 +256,5,1954 +256,6,1954 +256,7,1954 +256,8,1954 +256,9,1954 +256,10,1954 +256,11,1954 +256,12,1954 +256,13,1954 +256,14,1954 +256,15,1954 +256,16,1954 +256,17,1954 +256,18,1954 +256,19,1954 +256,20,1954 +256,21,1954 +256,22,1954 +256,23,1954 +256,24,1954 +256,25,1954 +256,26,1954 +256,27,1954 +256,32,1954 +256,33,1954 +256,35,1954 +256,36,1954 +256,37,1954 +256,40,1954 +256,41,1954 +256,43,1954 +256,44,1954 +256,45,1954 +256,46,1954 +256,47,1954 +256,48,1954 +256,49,1954 +256,50,1954 +256,51,1954 +256,52,1954 +256,53,1954 +256,54,1954 +256,55,1954 +256,56,1954 +256,57,1954 +256,58,1954 +256,59,1954 +256,60,1954 +256,61,1954 +256,62,1954 +256,63,1954 +256,64,1954 +256,65,1954 +256,66,1954 +256,67,1954 +256,68,1954 +256,69,1954 +256,70,1954 +256,71,1954 +256,72,1954 +256,73,1954 +256,75,1954 +256,76,1954 +256,77,1954 +256,78,1954 +256,79,1954 +256,80,1954 +256,81,1954 +256,82,1954 +256,83,1954 +256,84,1954 +256,85,1954 +256,86,1954 +256,87,1954 +256,88,1954 +256,89,1954 +256,90,1954 +256,91,1954 +256,92,1954 +256,93,1954 +256,94,1954 +256,95,1954 +256,96,1954 +256,97,1954 +256,98,1954 +256,102,1954 +256,103,1954 +256,104,1954 +256,108,1954 +256,109,1954 +256,110,1954 +256,111,1954 +256,112,1954 +256,113,1954 +256,114,1954 +256,115,1954 +256,116,1954 +256,117,1954 +256,118,1954 +256,119,1954 +256,130,1954 +256,131,1954 +256,133,1954 +256,135,1954 +256,136,1954 +256,137,1954 +256,138,1954 +256,139,1954 +256,141,1954 +256,142,1954 +256,143,1954 +256,144,1954 +256,145,1954 +256,146,1954 +256,149,1954 +256,150,1954 +258,1,1954 +258,2,1954 +258,3,1954 +258,4,1954 +258,5,1954 +258,6,1954 +258,7,1954 +258,8,1954 +258,9,1954 +258,10,1954 +258,11,1954 +258,12,1954 +258,13,1954 +258,14,1954 +258,15,1954 +258,16,1954 +258,17,1954 +258,18,1954 +258,19,1954 +258,20,1954 +258,21,1954 +258,22,1954 +258,23,1954 +258,24,1954 +258,25,1954 +258,26,1954 +258,27,1954 +258,32,1954 +258,33,1954 +258,35,1954 +258,36,1954 +258,37,1954 +258,40,1954 +258,41,1954 +258,43,1954 +258,44,1954 +258,45,1954 +258,46,1954 +258,47,1954 +258,48,1954 +258,49,1954 +258,50,1954 +258,51,1954 +258,52,1954 +258,53,1954 +258,54,1954 +258,55,1954 +258,56,1954 +258,57,1954 +258,58,1954 +258,59,1954 +258,60,1954 +258,61,1954 +258,62,1954 +258,63,1954 +258,64,1954 +258,65,1954 +258,66,1954 +258,67,1954 +258,68,1954 +258,69,1954 +258,70,1954 +258,71,1954 +258,72,1954 +258,73,1954 +258,75,1954 +258,76,1954 +258,77,1954 +258,78,1954 +258,79,1954 +258,80,1954 +258,81,1954 +258,82,1954 +258,83,1954 +258,84,1954 +258,85,1954 +258,86,1954 +258,87,1954 +258,88,1954 +258,89,1954 +258,90,1954 +258,91,1954 +258,92,1954 +258,93,1954 +258,94,1954 +258,95,1954 +258,96,1954 +258,97,1954 +258,98,1954 +258,102,1954 +258,103,1954 +258,104,1954 +258,108,1954 +258,109,1954 +258,110,1954 +258,111,1954 +258,112,1954 +258,113,1954 +258,114,1954 +258,115,1954 +258,116,1954 +258,117,1954 +258,118,1954 +258,119,1954 +258,130,1954 +258,131,1954 +258,133,1954 +258,135,1954 +258,136,1954 +258,137,1954 +258,138,1954 +258,139,1954 +258,141,1954 +258,142,1954 +258,143,1954 +258,144,1954 +258,145,1954 +258,146,1954 +258,149,1954 +258,150,1954 +259,1,1954 +259,2,1954 +259,3,1954 +259,4,1954 +259,5,1954 +259,6,1954 +259,7,1954 +259,8,1954 +259,9,1954 +259,10,1954 +259,11,1954 +259,12,1954 +259,13,1954 +259,14,1954 +259,15,1954 +259,16,1954 +259,17,1954 +259,18,1954 +259,19,1954 +259,20,1954 +259,21,1954 +259,22,1954 +259,23,1954 +259,24,1954 +259,25,1954 +259,26,1954 +259,27,1954 +259,32,1954 +259,33,1954 +259,35,1954 +259,36,1954 +259,37,1954 +259,40,1954 +259,41,1954 +259,43,1954 +259,44,1954 +259,45,1954 +259,46,1954 +259,47,1954 +259,48,1954 +259,49,1954 +259,50,1954 +259,51,1954 +259,52,1954 +259,53,1954 +259,54,1954 +259,55,1954 +259,56,1954 +259,57,1954 +259,58,1954 +259,59,1954 +259,60,1954 +259,61,1954 +259,62,1954 +259,63,1954 +259,64,1954 +259,65,1954 +259,66,1954 +259,67,1954 +259,68,1954 +259,69,1954 +259,70,1954 +259,71,1954 +259,72,1954 +259,73,1954 +259,75,1954 +259,76,1954 +259,77,1954 +259,78,1954 +259,79,1954 +259,80,1954 +259,81,1954 +259,82,1954 +259,83,1954 +259,84,1954 +259,85,1954 +259,86,1954 +259,87,1954 +259,88,1954 +259,89,1954 +259,90,1954 +259,91,1954 +259,92,1954 +259,93,1954 +259,94,1954 +259,95,1954 +259,96,1954 +259,97,1954 +259,98,1954 +259,102,1954 +259,103,1954 +259,104,1954 +259,108,1954 +259,109,1954 +259,110,1954 +259,111,1954 +259,112,1954 +259,113,1954 +259,114,1954 +259,115,1954 +259,116,1954 +259,117,1954 +259,118,1954 +259,119,1954 +259,130,1954 +259,131,1954 +259,133,1954 +259,135,1954 +259,136,1954 +259,137,1954 +259,138,1954 +259,139,1954 +259,141,1954 +259,142,1954 +259,143,1954 +259,144,1954 +259,145,1954 +259,146,1954 +259,149,1954 +259,150,1954 +260,1,1954 +260,2,1954 +260,3,1954 +260,4,1954 +260,5,1954 +260,6,1954 +260,7,1954 +260,8,1954 +260,9,1954 +260,10,1954 +260,11,1954 +260,12,1954 +260,13,1954 +260,14,1954 +260,15,1954 +260,16,1954 +260,17,1954 +260,18,1954 +260,19,1954 +260,20,1954 +260,21,1954 +260,22,1954 +260,23,1954 +260,24,1954 +260,25,1954 +260,26,1954 +260,27,1954 +260,32,1954 +260,33,1954 +260,35,1954 +260,36,1954 +260,37,1954 +260,40,1954 +260,41,1954 +260,43,1954 +260,44,1954 +260,45,1954 +260,46,1954 +260,47,1954 +260,48,1954 +260,49,1954 +260,50,1954 +260,51,1954 +260,52,1954 +260,53,1954 +260,54,1954 +260,55,1954 +260,56,1954 +260,57,1954 +260,58,1954 +260,59,1954 +260,60,1954 +260,61,1954 +260,62,1954 +260,63,1954 +260,64,1954 +260,65,1954 +260,66,1954 +260,67,1954 +260,68,1954 +260,69,1954 +260,70,1954 +260,71,1954 +260,72,1954 +260,73,1954 +260,75,1954 +260,76,1954 +260,77,1954 +260,78,1954 +260,79,1954 +260,80,1954 +260,81,1954 +260,82,1954 +260,83,1954 +260,84,1954 +260,85,1954 +260,86,1954 +260,87,1954 +260,88,1954 +260,89,1954 +260,90,1954 +260,91,1954 +260,92,1954 +260,93,1954 +260,94,1954 +260,95,1954 +260,96,1954 +260,97,1954 +260,98,1954 +260,102,1954 +260,103,1954 +260,104,1954 +260,108,1954 +260,109,1954 +260,110,1954 +260,111,1954 +260,112,1954 +260,113,1954 +260,114,1954 +260,115,1954 +260,116,1954 +260,117,1954 +260,118,1954 +260,119,1954 +260,130,1954 +260,131,1954 +260,133,1954 +260,135,1954 +260,136,1954 +260,137,1954 +260,138,1954 +260,139,1954 +260,141,1954 +260,142,1954 +260,143,1954 +260,144,1954 +260,145,1954 +260,146,1954 +260,149,1954 +260,150,1954 +399,1,1954 +399,2,1954 +399,3,1954 +399,4,1954 +399,5,1954 +399,6,1954 +399,7,1954 +399,8,1954 +399,9,1954 +399,10,1954 +399,11,1954 +399,12,1954 +399,13,1954 +399,14,1954 +399,15,1954 +399,16,1954 +399,17,1954 +399,18,1954 +399,19,1954 +399,20,1954 +399,21,1954 +399,22,1954 +399,23,1954 +399,24,1954 +399,25,1954 +399,26,1954 +399,27,1954 +399,32,1954 +399,33,1954 +399,35,1954 +399,36,1954 +399,37,1954 +399,40,1954 +399,41,1954 +399,43,1954 +399,44,1954 +399,45,1954 +399,46,1954 +399,47,1954 +399,48,1954 +399,49,1954 +399,50,1954 +399,51,1954 +399,52,1954 +399,53,1954 +399,54,1954 +399,55,1954 +399,56,1954 +399,57,1954 +399,58,1954 +399,59,1954 +399,60,1954 +399,61,1954 +399,62,1954 +399,63,1954 +399,64,1954 +399,65,1954 +399,66,1954 +399,67,1954 +399,68,1954 +399,69,1954 +399,70,1954 +399,71,1954 +399,72,1954 +399,73,1954 +399,75,1954 +399,76,1954 +399,77,1954 +399,78,1954 +399,79,1954 +399,80,1954 +399,81,1954 +399,82,1954 +399,83,1954 +399,84,1954 +399,85,1954 +399,86,1954 +399,87,1954 +399,88,1954 +399,89,1954 +399,90,1954 +399,91,1954 +399,92,1954 +399,93,1954 +399,94,1954 +399,95,1954 +399,96,1954 +399,97,1954 +399,98,1954 +399,102,1954 +399,103,1954 +399,104,1954 +399,108,1954 +399,109,1954 +399,110,1954 +399,111,1954 +399,112,1954 +399,113,1954 +399,114,1954 +399,115,1954 +399,116,1954 +399,117,1954 +399,118,1954 +399,119,1954 +399,130,1954 +399,131,1954 +399,133,1954 +399,135,1954 +399,136,1954 +399,137,1954 +399,138,1954 +399,139,1954 +399,141,1954 +399,142,1954 +399,143,1954 +399,144,1954 +399,145,1954 +399,146,1954 +399,149,1954 +399,150,1954 +1,158,1955 +1,193,1955 +1,194,1955 +1,195,1955 +1,196,1955 +1,208,1955 +1,249,1955 +1,253,1955 +1,257,1955 +2,158,1955 +2,193,1955 +2,194,1955 +2,195,1955 +2,196,1955 +2,208,1955 +2,249,1955 +2,253,1955 +2,257,1955 +3,158,1955 +3,193,1955 +3,194,1955 +3,195,1955 +3,196,1955 +3,208,1955 +3,249,1955 +3,253,1955 +3,257,1955 +4,158,1955 +4,193,1955 +4,194,1955 +4,195,1955 +4,196,1955 +4,208,1955 +4,249,1955 +4,253,1955 +4,257,1955 +5,158,1955 +5,193,1955 +5,194,1955 +5,195,1955 +5,196,1955 +5,208,1955 +5,249,1955 +5,253,1955 +5,257,1955 +6,158,1955 +6,193,1955 +6,194,1955 +6,195,1955 +6,196,1955 +6,208,1955 +6,249,1955 +6,253,1955 +6,257,1955 +7,158,1955 +7,193,1955 +7,194,1955 +7,195,1955 +7,196,1955 +7,208,1955 +7,249,1955 +7,253,1955 +7,257,1955 +8,158,1955 +8,193,1955 +8,194,1955 +8,195,1955 +8,196,1955 +8,208,1955 +8,249,1955 +8,253,1955 +8,257,1955 +9,158,1955 +9,193,1955 +9,194,1955 +9,195,1955 +9,196,1955 +9,208,1955 +9,249,1955 +9,253,1955 +9,257,1955 +10,158,1955 +10,193,1955 +10,194,1955 +10,195,1955 +10,196,1955 +10,208,1955 +10,249,1955 +10,253,1955 +10,257,1955 +11,158,1955 +11,193,1955 +11,194,1955 +11,195,1955 +11,196,1955 +11,208,1955 +11,249,1955 +11,253,1955 +11,257,1955 +12,158,1955 +12,193,1955 +12,194,1955 +12,195,1955 +12,196,1955 +12,208,1955 +12,249,1955 +12,253,1955 +12,257,1955 +13,158,1955 +13,193,1955 +13,194,1955 +13,195,1955 +13,196,1955 +13,208,1955 +13,249,1955 +13,253,1955 +13,257,1955 +14,158,1955 +14,193,1955 +14,194,1955 +14,195,1955 +14,196,1955 +14,208,1955 +14,249,1955 +14,253,1955 +14,257,1955 +15,158,1955 +15,193,1955 +15,194,1955 +15,195,1955 +15,196,1955 +15,208,1955 +15,249,1955 +15,253,1955 +15,257,1955 +16,158,1955 +16,193,1955 +16,194,1955 +16,195,1955 +16,196,1955 +16,208,1955 +16,249,1955 +16,253,1955 +16,257,1955 +17,158,1955 +17,193,1955 +17,194,1955 +17,195,1955 +17,196,1955 +17,208,1955 +17,249,1955 +17,253,1955 +17,257,1955 +18,158,1955 +18,193,1955 +18,194,1955 +18,195,1955 +18,196,1955 +18,208,1955 +18,249,1955 +18,253,1955 +18,257,1955 +19,158,1955 +19,193,1955 +19,194,1955 +19,195,1955 +19,196,1955 +19,208,1955 +19,249,1955 +19,253,1955 +19,257,1955 +20,158,1955 +20,193,1955 +20,194,1955 +20,195,1955 +20,196,1955 +20,208,1955 +20,249,1955 +20,253,1955 +20,257,1955 +21,158,1955 +21,193,1955 +21,194,1955 +21,195,1955 +21,196,1955 +21,208,1955 +21,249,1955 +21,253,1955 +21,257,1955 +22,158,1955 +22,193,1955 +22,194,1955 +22,195,1955 +22,196,1955 +22,208,1955 +22,249,1955 +22,253,1955 +22,257,1955 +23,158,1955 +23,193,1955 +23,194,1955 +23,195,1955 +23,196,1955 +23,208,1955 +23,249,1955 +23,253,1955 +23,257,1955 +24,158,1955 +24,193,1955 +24,194,1955 +24,195,1955 +24,196,1955 +24,208,1955 +24,249,1955 +24,253,1955 +24,257,1955 +25,158,1955 +25,193,1955 +25,194,1955 +25,195,1955 +25,196,1955 +25,208,1955 +25,249,1955 +25,253,1955 +25,257,1955 +26,158,1955 +26,193,1955 +26,194,1955 +26,195,1955 +26,196,1955 +26,208,1955 +26,249,1955 +26,253,1955 +26,257,1955 +27,158,1955 +27,193,1955 +27,194,1955 +27,195,1955 +27,196,1955 +27,208,1955 +27,249,1955 +27,253,1955 +27,257,1955 +28,158,1955 +28,193,1955 +28,194,1955 +28,195,1955 +28,196,1955 +28,208,1955 +28,249,1955 +28,252,1955 +28,253,1955 +28,254,1955 +28,255,1955 +28,256,1955 +28,257,1955 +28,258,1955 +28,259,1955 +28,260,1955 +28,399,1955 +29,158,1955 +29,193,1955 +29,194,1955 +29,195,1955 +29,196,1955 +29,208,1955 +29,249,1955 +29,252,1955 +29,253,1955 +29,254,1955 +29,255,1955 +29,256,1955 +29,257,1955 +29,258,1955 +29,259,1955 +29,260,1955 +29,399,1955 +30,158,1955 +30,193,1955 +30,194,1955 +30,195,1955 +30,196,1955 +30,208,1955 +30,249,1955 +30,253,1955 +30,257,1955 +31,158,1955 +31,193,1955 +31,194,1955 +31,195,1955 +31,196,1955 +31,208,1955 +31,249,1955 +31,253,1955 +31,257,1955 +32,158,1955 +32,193,1955 +32,194,1955 +32,195,1955 +32,196,1955 +32,208,1955 +32,249,1955 +32,253,1955 +32,257,1955 +33,158,1955 +33,193,1955 +33,194,1955 +33,195,1955 +33,196,1955 +33,208,1955 +33,249,1955 +33,253,1955 +33,257,1955 +34,158,1955 +34,193,1955 +34,194,1955 +34,195,1955 +34,196,1955 +34,208,1955 +34,249,1955 +34,253,1955 +34,257,1955 +35,158,1955 +35,193,1955 +35,194,1955 +35,195,1955 +35,196,1955 +35,208,1955 +35,249,1955 +35,253,1955 +35,257,1955 +36,158,1955 +36,193,1955 +36,194,1955 +36,195,1955 +36,196,1955 +36,208,1955 +36,249,1955 +36,253,1955 +36,257,1955 +37,158,1955 +37,193,1955 +37,194,1955 +37,195,1955 +37,196,1955 +37,208,1955 +37,249,1955 +37,253,1955 +37,257,1955 +38,158,1955 +38,193,1955 +38,194,1955 +38,195,1955 +38,196,1955 +38,208,1955 +38,249,1955 +38,253,1955 +38,257,1955 +39,158,1955 +39,193,1955 +39,194,1955 +39,195,1955 +39,196,1955 +39,208,1955 +39,249,1955 +39,253,1955 +39,257,1955 +40,158,1955 +40,193,1955 +40,194,1955 +40,195,1955 +40,196,1955 +40,208,1955 +40,249,1955 +40,253,1955 +40,257,1955 +41,158,1955 +41,193,1955 +41,194,1955 +41,195,1955 +41,196,1955 +41,208,1955 +41,249,1955 +41,253,1955 +41,257,1955 +42,158,1955 +42,193,1955 +42,194,1955 +42,195,1955 +42,196,1955 +42,208,1955 +42,249,1955 +42,253,1955 +42,257,1955 +43,158,1955 +43,193,1955 +43,194,1955 +43,195,1955 +43,196,1955 +43,208,1955 +43,249,1955 +43,253,1955 +43,257,1955 +44,158,1955 +44,193,1955 +44,194,1955 +44,195,1955 +44,196,1955 +44,208,1955 +44,249,1955 +44,253,1955 +44,257,1955 +45,158,1955 +45,193,1955 +45,194,1955 +45,195,1955 +45,196,1955 +45,208,1955 +45,249,1955 +45,253,1955 +45,257,1955 +46,158,1955 +46,193,1955 +46,194,1955 +46,195,1955 +46,196,1955 +46,208,1955 +46,249,1955 +46,253,1955 +46,257,1955 +47,158,1955 +47,193,1955 +47,194,1955 +47,195,1955 +47,196,1955 +47,208,1955 +47,249,1955 +47,253,1955 +47,257,1955 +48,158,1955 +48,193,1955 +48,194,1955 +48,195,1955 +48,196,1955 +48,208,1955 +48,249,1955 +48,253,1955 +48,257,1955 +49,158,1955 +49,193,1955 +49,194,1955 +49,195,1955 +49,196,1955 +49,208,1955 +49,249,1955 +49,253,1955 +49,257,1955 +50,158,1955 +50,193,1955 +50,194,1955 +50,195,1955 +50,196,1955 +50,208,1955 +50,249,1955 +50,253,1955 +50,257,1955 +51,158,1955 +51,193,1955 +51,194,1955 +51,195,1955 +51,196,1955 +51,208,1955 +51,249,1955 +51,253,1955 +51,257,1955 +52,158,1955 +52,193,1955 +52,194,1955 +52,195,1955 +52,196,1955 +52,208,1955 +52,249,1955 +52,253,1955 +52,257,1955 +53,158,1955 +53,193,1955 +53,194,1955 +53,195,1955 +53,196,1955 +53,208,1955 +53,249,1955 +53,253,1955 +53,257,1955 +54,158,1955 +54,193,1955 +54,194,1955 +54,195,1955 +54,196,1955 +54,208,1955 +54,249,1955 +54,253,1955 +54,257,1955 +55,158,1955 +55,193,1955 +55,194,1955 +55,195,1955 +55,196,1955 +55,208,1955 +55,249,1955 +55,253,1955 +55,257,1955 +56,158,1955 +56,193,1955 +56,194,1955 +56,195,1955 +56,196,1955 +56,208,1955 +56,249,1955 +56,253,1955 +56,257,1955 +57,158,1955 +57,193,1955 +57,194,1955 +57,195,1955 +57,196,1955 +57,208,1955 +57,249,1955 +57,253,1955 +57,257,1955 +58,158,1955 +58,193,1955 +58,194,1955 +58,195,1955 +58,196,1955 +58,208,1955 +58,249,1955 +58,253,1955 +58,257,1955 +59,158,1955 +59,193,1955 +59,194,1955 +59,195,1955 +59,196,1955 +59,208,1955 +59,249,1955 +59,253,1955 +59,257,1955 +60,158,1955 +60,193,1955 +60,194,1955 +60,195,1955 +60,196,1955 +60,208,1955 +60,249,1955 +60,253,1955 +60,257,1955 +61,158,1955 +61,193,1955 +61,194,1955 +61,195,1955 +61,196,1955 +61,208,1955 +61,249,1955 +61,253,1955 +61,257,1955 +62,158,1955 +62,193,1955 +62,194,1955 +62,195,1955 +62,196,1955 +62,208,1955 +62,249,1955 +62,253,1955 +62,257,1955 +63,158,1955 +63,193,1955 +63,194,1955 +63,195,1955 +63,196,1955 +63,208,1955 +63,249,1955 +63,253,1955 +63,257,1955 +64,158,1955 +64,193,1955 +64,194,1955 +64,195,1955 +64,196,1955 +64,208,1955 +64,249,1955 +64,253,1955 +64,257,1955 +65,158,1955 +65,193,1955 +65,194,1955 +65,195,1955 +65,196,1955 +65,208,1955 +65,249,1955 +65,253,1955 +65,257,1955 +66,158,1955 +66,193,1955 +66,194,1955 +66,195,1955 +66,196,1955 +66,208,1955 +66,249,1955 +66,253,1955 +66,257,1955 +67,158,1955 +67,193,1955 +67,194,1955 +67,195,1955 +67,196,1955 +67,208,1955 +67,249,1955 +67,253,1955 +67,257,1955 +68,158,1955 +68,193,1955 +68,194,1955 +68,195,1955 +68,196,1955 +68,208,1955 +68,249,1955 +68,253,1955 +68,257,1955 +69,158,1955 +69,193,1955 +69,194,1955 +69,195,1955 +69,196,1955 +69,208,1955 +69,249,1955 +69,253,1955 +69,257,1955 +70,158,1955 +70,193,1955 +70,194,1955 +70,195,1955 +70,196,1955 +70,208,1955 +70,249,1955 +70,253,1955 +70,257,1955 +71,158,1955 +71,193,1955 +71,194,1955 +71,195,1955 +71,196,1955 +71,208,1955 +71,249,1955 +71,253,1955 +71,257,1955 +72,158,1955 +72,193,1955 +72,194,1955 +72,195,1955 +72,196,1955 +72,208,1955 +72,249,1955 +72,253,1955 +72,257,1955 +73,158,1955 +73,193,1955 +73,194,1955 +73,195,1955 +73,196,1955 +73,208,1955 +73,249,1955 +73,253,1955 +73,257,1955 +74,158,1955 +74,193,1955 +74,194,1955 +74,195,1955 +74,196,1955 +74,208,1955 +74,249,1955 +74,253,1955 +74,257,1955 +75,158,1955 +75,193,1955 +75,194,1955 +75,195,1955 +75,196,1955 +75,208,1955 +75,249,1955 +75,253,1955 +75,257,1955 +76,158,1955 +76,193,1955 +76,194,1955 +76,195,1955 +76,196,1955 +76,208,1955 +76,249,1955 +76,253,1955 +76,257,1955 +77,158,1955 +77,193,1955 +77,194,1955 +77,195,1955 +77,196,1955 +77,208,1955 +77,249,1955 +77,253,1955 +77,257,1955 +78,158,1955 +78,193,1955 +78,194,1955 +78,195,1955 +78,196,1955 +78,208,1955 +78,249,1955 +78,253,1955 +78,257,1955 +79,158,1955 +79,193,1955 +79,194,1955 +79,195,1955 +79,196,1955 +79,208,1955 +79,249,1955 +79,253,1955 +79,257,1955 +80,158,1955 +80,193,1955 +80,194,1955 +80,195,1955 +80,196,1955 +80,208,1955 +80,249,1955 +80,253,1955 +80,257,1955 +81,158,1955 +81,193,1955 +81,194,1955 +81,195,1955 +81,196,1955 +81,208,1955 +81,249,1955 +81,253,1955 +81,257,1955 +82,158,1955 +82,193,1955 +82,194,1955 +82,195,1955 +82,196,1955 +82,208,1955 +82,249,1955 +82,253,1955 +82,257,1955 +83,158,1955 +83,193,1955 +83,194,1955 +83,195,1955 +83,196,1955 +83,208,1955 +83,249,1955 +83,253,1955 +83,257,1955 +84,158,1955 +84,193,1955 +84,194,1955 +84,195,1955 +84,196,1955 +84,208,1955 +84,249,1955 +84,253,1955 +84,257,1955 +85,158,1955 +85,193,1955 +85,194,1955 +85,195,1955 +85,196,1955 +85,208,1955 +85,249,1955 +85,253,1955 +85,257,1955 +86,158,1955 +86,193,1955 +86,194,1955 +86,195,1955 +86,196,1955 +86,208,1955 +86,249,1955 +86,253,1955 +86,257,1955 +87,158,1955 +87,193,1955 +87,194,1955 +87,195,1955 +87,196,1955 +87,208,1955 +87,249,1955 +87,253,1955 +87,257,1955 +88,158,1955 +88,193,1955 +88,194,1955 +88,195,1955 +88,196,1955 +88,208,1955 +88,249,1955 +88,253,1955 +88,257,1955 +89,158,1955 +89,193,1955 +89,194,1955 +89,195,1955 +89,196,1955 +89,208,1955 +89,249,1955 +89,253,1955 +89,257,1955 +90,158,1955 +90,193,1955 +90,194,1955 +90,195,1955 +90,196,1955 +90,208,1955 +90,249,1955 +90,253,1955 +90,257,1955 +91,158,1955 +91,193,1955 +91,194,1955 +91,195,1955 +91,196,1955 +91,208,1955 +91,249,1955 +91,253,1955 +91,257,1955 +92,158,1955 +92,193,1955 +92,194,1955 +92,195,1955 +92,196,1955 +92,208,1955 +92,249,1955 +92,253,1955 +92,257,1955 +93,158,1955 +93,193,1955 +93,194,1955 +93,195,1955 +93,196,1955 +93,208,1955 +93,249,1955 +93,253,1955 +93,257,1955 +94,158,1955 +94,193,1955 +94,194,1955 +94,195,1955 +94,196,1955 +94,208,1955 +94,249,1955 +94,253,1955 +94,257,1955 +95,158,1955 +95,193,1955 +95,194,1955 +95,195,1955 +95,196,1955 +95,208,1955 +95,249,1955 +95,253,1955 +95,257,1955 +96,158,1955 +96,193,1955 +96,194,1955 +96,195,1955 +96,196,1955 +96,208,1955 +96,249,1955 +96,253,1955 +96,257,1955 +97,158,1955 +97,193,1955 +97,194,1955 +97,195,1955 +97,196,1955 +97,208,1955 +97,249,1955 +97,253,1955 +97,257,1955 +98,158,1955 +98,193,1955 +98,194,1955 +98,195,1955 +98,196,1955 +98,208,1955 +98,249,1955 +98,253,1955 +98,257,1955 +99,158,1955 +99,193,1955 +99,194,1955 +99,195,1955 +99,196,1955 +99,208,1955 +99,249,1955 +99,252,1955 +99,253,1955 +99,254,1955 +99,255,1955 +99,256,1955 +99,257,1955 +99,258,1955 +99,259,1955 +99,260,1955 +99,399,1955 +100,158,1955 +100,193,1955 +100,194,1955 +100,195,1955 +100,196,1955 +100,208,1955 +100,249,1955 +100,252,1955 +100,253,1955 +100,254,1955 +100,255,1955 +100,256,1955 +100,257,1955 +100,258,1955 +100,259,1955 +100,260,1955 +100,399,1955 +101,158,1955 +101,193,1955 +101,194,1955 +101,195,1955 +101,196,1955 +101,208,1955 +101,249,1955 +101,252,1955 +101,253,1955 +101,254,1955 +101,255,1955 +101,256,1955 +101,257,1955 +101,258,1955 +101,259,1955 +101,260,1955 +101,399,1955 +102,151,1955 +102,152,1955 +102,153,1955 +102,158,1955 +102,171,1955 +102,172,1955 +102,173,1955 +102,174,1955 +102,175,1955 +102,176,1955 +102,177,1955 +102,178,1955 +102,193,1955 +102,194,1955 +102,195,1955 +102,196,1955 +102,208,1955 +102,249,1955 +102,250,1955 +102,253,1955 +102,257,1955 +103,158,1955 +103,193,1955 +103,194,1955 +103,195,1955 +103,196,1955 +103,208,1955 +103,249,1955 +103,253,1955 +103,257,1955 +104,158,1955 +104,193,1955 +104,194,1955 +104,195,1955 +104,196,1955 +104,208,1955 +104,249,1955 +104,253,1955 +104,257,1955 +105,158,1955 +105,193,1955 +105,194,1955 +105,195,1955 +105,196,1955 +105,208,1955 +105,249,1955 +105,252,1955 +105,253,1955 +105,254,1955 +105,255,1955 +105,256,1955 +105,257,1955 +105,258,1955 +105,259,1955 +105,260,1955 +105,399,1955 +106,158,1955 +106,193,1955 +106,194,1955 +106,195,1955 +106,196,1955 +106,208,1955 +106,249,1955 +106,252,1955 +106,253,1955 +106,254,1955 +106,255,1955 +106,256,1955 +106,257,1955 +106,258,1955 +106,259,1955 +106,260,1955 +106,399,1955 +107,158,1955 +107,193,1955 +107,194,1955 +107,195,1955 +107,196,1955 +107,208,1955 +107,249,1955 +107,252,1955 +107,253,1955 +107,254,1955 +107,255,1955 +107,256,1955 +107,257,1955 +107,258,1955 +107,259,1955 +107,260,1955 +107,399,1955 +108,151,1955 +108,152,1955 +108,153,1955 +108,158,1955 +108,171,1955 +108,172,1955 +108,173,1955 +108,174,1955 +108,175,1955 +108,176,1955 +108,177,1955 +108,178,1955 +108,193,1955 +108,194,1955 +108,195,1955 +108,196,1955 +108,208,1955 +108,249,1955 +108,250,1955 +108,253,1955 +108,257,1955 +109,151,1955 +109,152,1955 +109,153,1955 +109,158,1955 +109,171,1955 +109,172,1955 +109,173,1955 +109,174,1955 +109,175,1955 +109,176,1955 +109,177,1955 +109,178,1955 +109,193,1955 +109,194,1955 +109,195,1955 +109,196,1955 +109,208,1955 +109,249,1955 +109,250,1955 +109,253,1955 +109,257,1955 +110,158,1955 +110,193,1955 +110,194,1955 +110,195,1955 +110,196,1955 +110,208,1955 +110,249,1955 +110,253,1955 +110,257,1955 +111,158,1955 +111,193,1955 +111,194,1955 +111,195,1955 +111,196,1955 +111,208,1955 +111,249,1955 +111,253,1955 +111,257,1955 +112,158,1955 +112,193,1955 +112,194,1955 +112,195,1955 +112,196,1955 +112,208,1955 +112,249,1955 +112,253,1955 +112,257,1955 +113,158,1955 +113,193,1955 +113,194,1955 +113,195,1955 +113,196,1955 +113,208,1955 +113,249,1955 +113,253,1955 +113,257,1955 +114,158,1955 +114,193,1955 +114,194,1955 +114,195,1955 +114,196,1955 +114,208,1955 +114,249,1955 +114,253,1955 +114,257,1955 +115,158,1955 +115,193,1955 +115,194,1955 +115,195,1955 +115,196,1955 +115,208,1955 +115,249,1955 +115,253,1955 +115,257,1955 +116,158,1955 +116,193,1955 +116,194,1955 +116,195,1955 +116,196,1955 +116,208,1955 +116,249,1955 +116,253,1955 +116,257,1955 +117,158,1955 +117,193,1955 +117,194,1955 +117,195,1955 +117,196,1955 +117,208,1955 +117,249,1955 +117,253,1955 +117,257,1955 +118,158,1955 +118,193,1955 +118,194,1955 +118,195,1955 +118,196,1955 +118,208,1955 +118,249,1955 +118,253,1955 +118,257,1955 +119,151,1955 +119,152,1955 +119,153,1955 +119,158,1955 +119,171,1955 +119,172,1955 +119,173,1955 +119,174,1955 +119,175,1955 +119,176,1955 +119,177,1955 +119,178,1955 +119,193,1955 +119,194,1955 +119,195,1955 +119,196,1955 +119,208,1955 +119,249,1955 +119,250,1955 +119,253,1955 +119,257,1955 +122,151,1955 +122,152,1955 +122,153,1955 +122,155,1955 +122,156,1955 +122,157,1955 +122,158,1955 +122,171,1955 +122,172,1955 +122,173,1955 +122,174,1955 +122,175,1955 +122,176,1955 +122,177,1955 +122,178,1955 +122,183,1955 +122,189,1955 +122,190,1955 +122,193,1955 +122,194,1955 +122,195,1955 +122,196,1955 +122,208,1955 +122,209,1955 +122,210,1955 +122,211,1955 +122,220,1955 +122,236,1955 +122,237,1955 +122,238,1955 +122,249,1955 +122,250,1955 +122,252,1955 +122,253,1955 +122,254,1955 +122,255,1955 +122,256,1955 +122,257,1955 +122,258,1955 +122,259,1955 +122,260,1955 +122,399,1955 +127,155,1955 +127,156,1955 +127,157,1955 +127,158,1955 +127,183,1955 +127,193,1955 +127,194,1955 +127,195,1955 +127,196,1955 +127,208,1955 +127,210,1955 +127,211,1955 +127,220,1955 +127,236,1955 +127,237,1955 +127,238,1955 +127,249,1955 +127,252,1955 +127,253,1955 +127,254,1955 +127,255,1955 +127,256,1955 +127,257,1955 +127,258,1955 +127,259,1955 +127,260,1955 +127,399,1955 +128,158,1955 +128,193,1955 +128,194,1955 +128,195,1955 +128,196,1955 +128,208,1955 +128,249,1955 +128,252,1955 +128,253,1955 +128,254,1955 +128,255,1955 +128,256,1955 +128,257,1955 +128,258,1955 +128,259,1955 +128,260,1955 +128,399,1955 +129,158,1955 +129,193,1955 +129,194,1955 +129,195,1955 +129,196,1955 +129,208,1955 +129,249,1955 +129,252,1955 +129,253,1955 +129,254,1955 +129,255,1955 +129,256,1955 +129,257,1955 +129,258,1955 +129,259,1955 +129,260,1955 +129,399,1955 +130,158,1955 +130,193,1955 +130,194,1955 +130,195,1955 +130,196,1955 +130,208,1955 +130,249,1955 +130,253,1955 +130,257,1955 +131,158,1955 +131,193,1955 +131,194,1955 +131,195,1955 +131,196,1955 +131,208,1955 +131,249,1955 +131,253,1955 +131,257,1955 +132,158,1955 +132,193,1955 +132,194,1955 +132,195,1955 +132,196,1955 +132,208,1955 +132,249,1955 +132,253,1955 +132,257,1955 +133,158,1955 +133,193,1955 +133,194,1955 +133,195,1955 +133,196,1955 +133,208,1955 +133,249,1955 +133,253,1955 +133,257,1955 +135,158,1955 +135,193,1955 +135,194,1955 +135,195,1955 +135,196,1955 +135,208,1955 +135,249,1955 +135,253,1955 +135,257,1955 +136,158,1955 +136,193,1955 +136,194,1955 +136,195,1955 +136,196,1955 +136,208,1955 +136,249,1955 +136,253,1955 +136,257,1955 +137,158,1955 +137,193,1955 +137,194,1955 +137,195,1955 +137,196,1955 +137,208,1955 +137,249,1955 +137,253,1955 +137,257,1955 +138,158,1955 +138,193,1955 +138,194,1955 +138,195,1955 +138,196,1955 +138,208,1955 +138,249,1955 +138,253,1955 +138,257,1955 +139,158,1955 +139,193,1955 +139,194,1955 +139,195,1955 +139,196,1955 +139,208,1955 +139,249,1955 +139,253,1955 +139,257,1955 +141,158,1955 +141,193,1955 +141,194,1955 +141,195,1955 +141,196,1955 +141,208,1955 +141,249,1955 +141,253,1955 +141,257,1955 +142,158,1955 +142,193,1955 +142,194,1955 +142,195,1955 +142,196,1955 +142,208,1955 +142,249,1955 +142,253,1955 +142,257,1955 +143,158,1955 +143,193,1955 +143,194,1955 +143,195,1955 +143,196,1955 +143,208,1955 +143,249,1955 +143,253,1955 +143,257,1955 +144,158,1955 +144,193,1955 +144,194,1955 +144,195,1955 +144,196,1955 +144,208,1955 +144,249,1955 +144,253,1955 +144,257,1955 +145,158,1955 +145,193,1955 +145,194,1955 +145,195,1955 +145,196,1955 +145,208,1955 +145,249,1955 +145,253,1955 +145,257,1955 +146,158,1955 +146,193,1955 +146,194,1955 +146,195,1955 +146,196,1955 +146,208,1955 +146,249,1955 +146,253,1955 +146,257,1955 +149,151,1955 +149,152,1955 +149,153,1955 +149,158,1955 +149,171,1955 +149,172,1955 +149,173,1955 +149,174,1955 +149,175,1955 +149,176,1955 +149,177,1955 +149,178,1955 +149,193,1955 +149,194,1955 +149,195,1955 +149,196,1955 +149,208,1955 +149,249,1955 +149,250,1955 +149,253,1955 +149,257,1955 +150,158,1955 +150,193,1955 +150,194,1955 +150,195,1955 +150,196,1955 +150,208,1955 +150,249,1955 +150,253,1955 +150,257,1955 +151,96,1955 +151,102,1955 +151,108,1955 +151,109,1955 +151,119,1955 +151,122,1955 +151,149,1955 +152,96,1955 +152,102,1955 +152,108,1955 +152,109,1955 +152,119,1955 +152,122,1955 +152,149,1955 +153,96,1955 +153,102,1955 +153,108,1955 +153,109,1955 +153,119,1955 +153,122,1955 +153,149,1955 +155,122,1955 +155,127,1955 +156,122,1955 +156,127,1955 +157,122,1955 +157,127,1955 +158,1,1955 +158,2,1955 +158,3,1955 +158,4,1955 +158,5,1955 +158,6,1955 +158,7,1955 +158,8,1955 +158,9,1955 +158,10,1955 +158,11,1955 +158,12,1955 +158,13,1955 +158,14,1955 +158,15,1955 +158,16,1955 +158,17,1955 +158,18,1955 +158,19,1955 +158,20,1955 +158,21,1955 +158,22,1955 +158,23,1955 +158,24,1955 +158,25,1955 +158,26,1955 +158,27,1955 +158,28,1955 +158,29,1955 +158,30,1955 +158,31,1955 +158,32,1955 +158,33,1955 +158,34,1955 +158,35,1955 +158,36,1955 +158,37,1955 +158,38,1955 +158,39,1955 +158,40,1955 +158,41,1955 +158,42,1955 +158,43,1955 +158,44,1955 +158,45,1955 +158,46,1955 +158,47,1955 +158,48,1955 +158,49,1955 +158,50,1955 +158,51,1955 +158,52,1955 +158,53,1955 +158,54,1955 +158,55,1955 +158,56,1955 +158,57,1955 +158,58,1955 +158,59,1955 +158,60,1955 +158,61,1955 +158,62,1955 +158,63,1955 +158,64,1955 +158,65,1955 +158,66,1955 +158,67,1955 +158,68,1955 +158,69,1955 +158,70,1955 +158,71,1955 +158,72,1955 +158,73,1955 +158,74,1955 +158,75,1955 +158,76,1955 +158,77,1955 +158,78,1955 +158,79,1955 +158,80,1955 +158,81,1955 +158,82,1955 +158,83,1955 +158,84,1955 +158,85,1955 +158,86,1955 +158,87,1955 +158,88,1955 +158,89,1955 +158,90,1955 +158,91,1955 +158,92,1955 +158,93,1955 +158,94,1955 +158,95,1955 +158,96,1955 +158,97,1955 +158,98,1955 +158,99,1955 +158,100,1955 +158,101,1955 +158,102,1955 +158,103,1955 +158,104,1955 +158,105,1955 +158,106,1955 +158,107,1955 +158,108,1955 +158,109,1955 +158,110,1955 +158,111,1955 +158,112,1955 +158,113,1955 +158,114,1955 +158,115,1955 +158,116,1955 +158,117,1955 +158,118,1955 +158,119,1955 +158,122,1955 +158,127,1955 +158,128,1955 +158,129,1955 +158,130,1955 +158,131,1955 +158,132,1955 +158,133,1955 +158,135,1955 +158,136,1955 +158,137,1955 +158,138,1955 +158,139,1955 +158,141,1955 +158,142,1955 +158,143,1955 +158,144,1955 +158,145,1955 +158,146,1955 +158,149,1955 +158,150,1955 +171,96,1955 +171,102,1955 +171,108,1955 +171,109,1955 +171,119,1955 +171,122,1955 +171,149,1955 +172,96,1955 +172,102,1955 +172,108,1955 +172,109,1955 +172,119,1955 +172,122,1955 +172,149,1955 +173,96,1955 +173,102,1955 +173,108,1955 +173,109,1955 +173,119,1955 +173,122,1955 +173,149,1955 +174,96,1955 +174,102,1955 +174,108,1955 +174,109,1955 +174,119,1955 +174,122,1955 +174,149,1955 +175,96,1955 +175,102,1955 +175,108,1955 +175,109,1955 +175,119,1955 +175,122,1955 +175,149,1955 +176,96,1955 +176,102,1955 +176,108,1955 +176,109,1955 +176,119,1955 +176,122,1955 +176,149,1955 +177,96,1955 +177,102,1955 +177,108,1955 +177,109,1955 +177,119,1955 +177,122,1955 +177,149,1955 +178,96,1955 +178,102,1955 +178,108,1955 +178,109,1955 +178,119,1955 +178,122,1955 +178,149,1955 +183,122,1955 +183,127,1955 +189,122,1955 +190,122,1955 +193,1,1955 +193,2,1955 +193,3,1955 +193,4,1955 +193,5,1955 +193,6,1955 +193,7,1955 +193,8,1955 +193,9,1955 +193,10,1955 +193,11,1955 +193,12,1955 +193,13,1955 +193,14,1955 +193,15,1955 +193,16,1955 +193,17,1955 +193,18,1955 +193,19,1955 +193,20,1955 +193,21,1955 +193,22,1955 +193,23,1955 +193,24,1955 +193,25,1955 +193,26,1955 +193,27,1955 +193,28,1955 +193,29,1955 +193,30,1955 +193,31,1955 +193,32,1955 +193,33,1955 +193,34,1955 +193,35,1955 +193,36,1955 +193,37,1955 +193,38,1955 +193,39,1955 +193,40,1955 +193,41,1955 +193,42,1955 +193,43,1955 +193,44,1955 +193,45,1955 +193,46,1955 +193,47,1955 +193,48,1955 +193,49,1955 +193,50,1955 +193,51,1955 +193,52,1955 +193,53,1955 +193,54,1955 +193,55,1955 +193,56,1955 +193,57,1955 +193,58,1955 +193,59,1955 +193,60,1955 +193,61,1955 +193,62,1955 +193,63,1955 +193,64,1955 +193,65,1955 +193,66,1955 +193,67,1955 +193,68,1955 +193,69,1955 +193,70,1955 +193,71,1955 +193,72,1955 +193,73,1955 +193,74,1955 +193,75,1955 +193,76,1955 +193,77,1955 +193,78,1955 +193,79,1955 +193,80,1955 +193,81,1955 +193,82,1955 +193,83,1955 +193,84,1955 +193,85,1955 +193,86,1955 +193,87,1955 +193,88,1955 +193,89,1955 +193,90,1955 +193,91,1955 +193,92,1955 +193,93,1955 +193,94,1955 +193,95,1955 +193,96,1955 +193,97,1955 +193,98,1955 +193,99,1955 +193,100,1955 +193,101,1955 +193,102,1955 +193,103,1955 +193,104,1955 +193,105,1955 +193,106,1955 +193,107,1955 +193,108,1955 +193,109,1955 +193,110,1955 +193,111,1955 +193,112,1955 +193,113,1955 +193,114,1955 +193,115,1955 +193,116,1955 +193,117,1955 +193,118,1955 +193,119,1955 +193,122,1955 +193,127,1955 +193,128,1955 +193,129,1955 +193,130,1955 +193,131,1955 +193,132,1955 +193,133,1955 +193,135,1955 +193,136,1955 +193,137,1955 +193,138,1955 +193,139,1955 +193,141,1955 +193,142,1955 +193,143,1955 +193,144,1955 +193,145,1955 +193,146,1955 +193,149,1955 +193,150,1955 +194,1,1955 +194,2,1955 +194,3,1955 +194,4,1955 +194,5,1955 +194,6,1955 +194,7,1955 +194,8,1955 +194,9,1955 +194,10,1955 +194,11,1955 +194,12,1955 +194,13,1955 +194,14,1955 +194,15,1955 +194,16,1955 +194,17,1955 +194,18,1955 +194,19,1955 +194,20,1955 +194,21,1955 +194,22,1955 +194,23,1955 +194,24,1955 +194,25,1955 +194,26,1955 +194,27,1955 +194,28,1955 +194,29,1955 +194,30,1955 +194,31,1955 +194,32,1955 +194,33,1955 +194,34,1955 +194,35,1955 +194,36,1955 +194,37,1955 +194,38,1955 +194,39,1955 +194,40,1955 +194,41,1955 +194,42,1955 +194,43,1955 +194,44,1955 +194,45,1955 +194,46,1955 +194,47,1955 +194,48,1955 +194,49,1955 +194,50,1955 +194,51,1955 +194,52,1955 +194,53,1955 +194,54,1955 +194,55,1955 +194,56,1955 +194,57,1955 +194,58,1955 +194,59,1955 +194,60,1955 +194,61,1955 +194,62,1955 +194,63,1955 +194,64,1955 +194,65,1955 +194,66,1955 +194,67,1955 +194,68,1955 +194,69,1955 +194,70,1955 +194,71,1955 +194,72,1955 +194,73,1955 +194,74,1955 +194,75,1955 +194,76,1955 +194,77,1955 +194,78,1955 +194,79,1955 +194,80,1955 +194,81,1955 +194,82,1955 +194,83,1955 +194,84,1955 +194,85,1955 +194,86,1955 +194,87,1955 +194,88,1955 +194,89,1955 +194,90,1955 +194,91,1955 +194,92,1955 +194,93,1955 +194,94,1955 +194,95,1955 +194,96,1955 +194,97,1955 +194,98,1955 +194,99,1955 +194,100,1955 +194,101,1955 +194,102,1955 +194,103,1955 +194,104,1955 +194,105,1955 +194,106,1955 +194,107,1955 +194,108,1955 +194,109,1955 +194,110,1955 +194,111,1955 +194,112,1955 +194,113,1955 +194,114,1955 +194,115,1955 +194,116,1955 +194,117,1955 +194,118,1955 +194,119,1955 +194,122,1955 +194,127,1955 +194,128,1955 +194,129,1955 +194,130,1955 +194,131,1955 +194,132,1955 +194,133,1955 +194,135,1955 +194,136,1955 +194,137,1955 +194,138,1955 +194,139,1955 +194,141,1955 +194,142,1955 +194,143,1955 +194,144,1955 +194,145,1955 +194,146,1955 +194,149,1955 +194,150,1955 +195,1,1955 +195,2,1955 +195,3,1955 +195,4,1955 +195,5,1955 +195,6,1955 +195,7,1955 +195,8,1955 +195,9,1955 +195,10,1955 +195,11,1955 +195,12,1955 +195,13,1955 +195,14,1955 +195,15,1955 +195,16,1955 +195,17,1955 +195,18,1955 +195,19,1955 +195,20,1955 +195,21,1955 +195,22,1955 +195,23,1955 +195,24,1955 +195,25,1955 +195,26,1955 +195,27,1955 +195,28,1955 +195,29,1955 +195,30,1955 +195,31,1955 +195,32,1955 +195,33,1955 +195,34,1955 +195,35,1955 +195,36,1955 +195,37,1955 +195,38,1955 +195,39,1955 +195,40,1955 +195,41,1955 +195,42,1955 +195,43,1955 +195,44,1955 +195,45,1955 +195,46,1955 +195,47,1955 +195,48,1955 +195,49,1955 +195,50,1955 +195,51,1955 +195,52,1955 +195,53,1955 +195,54,1955 +195,55,1955 +195,56,1955 +195,57,1955 +195,58,1955 +195,59,1955 +195,60,1955 +195,61,1955 +195,62,1955 +195,63,1955 +195,64,1955 +195,65,1955 +195,66,1955 +195,67,1955 +195,68,1955 +195,69,1955 +195,70,1955 +195,71,1955 +195,72,1955 +195,73,1955 +195,74,1955 +195,75,1955 +195,76,1955 +195,77,1955 +195,78,1955 +195,79,1955 +195,80,1955 +195,81,1955 +195,82,1955 +195,83,1955 +195,84,1955 +195,85,1955 +195,86,1955 +195,87,1955 +195,88,1955 +195,89,1955 +195,90,1955 +195,91,1955 +195,92,1955 +195,93,1955 +195,94,1955 +195,95,1955 +195,96,1955 +195,97,1955 +195,98,1955 +195,99,1955 +195,100,1955 +195,101,1955 +195,102,1955 +195,103,1955 +195,104,1955 +195,105,1955 +195,106,1955 +195,107,1955 +195,108,1955 +195,109,1955 +195,110,1955 +195,111,1955 +195,112,1955 +195,113,1955 +195,114,1955 +195,115,1955 +195,116,1955 +195,117,1955 +195,118,1955 +195,119,1955 +195,122,1955 +195,127,1955 +195,128,1955 +195,129,1955 +195,130,1955 +195,131,1955 +195,132,1955 +195,133,1955 +195,135,1955 +195,136,1955 +195,137,1955 +195,138,1955 +195,139,1955 +195,141,1955 +195,142,1955 +195,143,1955 +195,144,1955 +195,145,1955 +195,146,1955 +195,149,1955 +195,150,1955 +196,1,1955 +196,2,1955 +196,3,1955 +196,4,1955 +196,5,1955 +196,6,1955 +196,7,1955 +196,8,1955 +196,9,1955 +196,10,1955 +196,11,1955 +196,12,1955 +196,13,1955 +196,14,1955 +196,15,1955 +196,16,1955 +196,17,1955 +196,18,1955 +196,19,1955 +196,20,1955 +196,21,1955 +196,22,1955 +196,23,1955 +196,24,1955 +196,25,1955 +196,26,1955 +196,27,1955 +196,28,1955 +196,29,1955 +196,30,1955 +196,31,1955 +196,32,1955 +196,33,1955 +196,34,1955 +196,35,1955 +196,36,1955 +196,37,1955 +196,38,1955 +196,39,1955 +196,40,1955 +196,41,1955 +196,42,1955 +196,43,1955 +196,44,1955 +196,45,1955 +196,46,1955 +196,47,1955 +196,48,1955 +196,49,1955 +196,50,1955 +196,51,1955 +196,52,1955 +196,53,1955 +196,54,1955 +196,55,1955 +196,56,1955 +196,57,1955 +196,58,1955 +196,59,1955 +196,60,1955 +196,61,1955 +196,62,1955 +196,63,1955 +196,64,1955 +196,65,1955 +196,66,1955 +196,67,1955 +196,68,1955 +196,69,1955 +196,70,1955 +196,71,1955 +196,72,1955 +196,73,1955 +196,74,1955 +196,75,1955 +196,76,1955 +196,77,1955 +196,78,1955 +196,79,1955 +196,80,1955 +196,81,1955 +196,82,1955 +196,83,1955 +196,84,1955 +196,85,1955 +196,86,1955 +196,87,1955 +196,88,1955 +196,89,1955 +196,90,1955 +196,91,1955 +196,92,1955 +196,93,1955 +196,94,1955 +196,95,1955 +196,96,1955 +196,97,1955 +196,98,1955 +196,99,1955 +196,100,1955 +196,101,1955 +196,102,1955 +196,103,1955 +196,104,1955 +196,105,1955 +196,106,1955 +196,107,1955 +196,108,1955 +196,109,1955 +196,110,1955 +196,111,1955 +196,112,1955 +196,113,1955 +196,114,1955 +196,115,1955 +196,116,1955 +196,117,1955 +196,118,1955 +196,119,1955 +196,122,1955 +196,127,1955 +196,128,1955 +196,129,1955 +196,130,1955 +196,131,1955 +196,132,1955 +196,133,1955 +196,135,1955 +196,136,1955 +196,137,1955 +196,138,1955 +196,139,1955 +196,141,1955 +196,142,1955 +196,143,1955 +196,144,1955 +196,145,1955 +196,146,1955 +196,149,1955 +196,150,1955 +208,1,1955 +208,2,1955 +208,3,1955 +208,4,1955 +208,5,1955 +208,6,1955 +208,7,1955 +208,8,1955 +208,9,1955 +208,10,1955 +208,11,1955 +208,12,1955 +208,13,1955 +208,14,1955 +208,15,1955 +208,16,1955 +208,17,1955 +208,18,1955 +208,19,1955 +208,20,1955 +208,21,1955 +208,22,1955 +208,23,1955 +208,24,1955 +208,25,1955 +208,26,1955 +208,27,1955 +208,28,1955 +208,29,1955 +208,30,1955 +208,31,1955 +208,32,1955 +208,33,1955 +208,34,1955 +208,35,1955 +208,36,1955 +208,37,1955 +208,38,1955 +208,39,1955 +208,40,1955 +208,41,1955 +208,42,1955 +208,43,1955 +208,44,1955 +208,45,1955 +208,46,1955 +208,47,1955 +208,48,1955 +208,49,1955 +208,50,1955 +208,51,1955 +208,52,1955 +208,53,1955 +208,54,1955 +208,55,1955 +208,56,1955 +208,57,1955 +208,58,1955 +208,59,1955 +208,60,1955 +208,61,1955 +208,62,1955 +208,63,1955 +208,64,1955 +208,65,1955 +208,66,1955 +208,67,1955 +208,68,1955 +208,69,1955 +208,70,1955 +208,71,1955 +208,72,1955 +208,73,1955 +208,74,1955 +208,75,1955 +208,76,1955 +208,77,1955 +208,78,1955 +208,79,1955 +208,80,1955 +208,81,1955 +208,82,1955 +208,83,1955 +208,84,1955 +208,85,1955 +208,86,1955 +208,87,1955 +208,88,1955 +208,89,1955 +208,90,1955 +208,91,1955 +208,92,1955 +208,93,1955 +208,94,1955 +208,95,1955 +208,96,1955 +208,97,1955 +208,98,1955 +208,99,1955 +208,100,1955 +208,101,1955 +208,102,1955 +208,103,1955 +208,104,1955 +208,105,1955 +208,106,1955 +208,107,1955 +208,108,1955 +208,109,1955 +208,110,1955 +208,111,1955 +208,112,1955 +208,113,1955 +208,114,1955 +208,115,1955 +208,116,1955 +208,117,1955 +208,118,1955 +208,119,1955 +208,122,1955 +208,127,1955 +208,128,1955 +208,129,1955 +208,130,1955 +208,131,1955 +208,132,1955 +208,133,1955 +208,135,1955 +208,136,1955 +208,137,1955 +208,138,1955 +208,139,1955 +208,141,1955 +208,142,1955 +208,143,1955 +208,144,1955 +208,145,1955 +208,146,1955 +208,149,1955 +208,150,1955 +209,122,1955 +210,122,1955 +210,127,1955 +211,122,1955 +211,127,1955 +220,122,1955 +220,127,1955 +236,122,1955 +236,127,1955 +237,122,1955 +237,127,1955 +238,122,1955 +238,127,1955 +249,1,1955 +249,2,1955 +249,3,1955 +249,4,1955 +249,5,1955 +249,6,1955 +249,7,1955 +249,8,1955 +249,9,1955 +249,10,1955 +249,11,1955 +249,12,1955 +249,13,1955 +249,14,1955 +249,15,1955 +249,16,1955 +249,17,1955 +249,18,1955 +249,19,1955 +249,20,1955 +249,21,1955 +249,22,1955 +249,23,1955 +249,24,1955 +249,25,1955 +249,26,1955 +249,27,1955 +249,28,1955 +249,29,1955 +249,30,1955 +249,31,1955 +249,32,1955 +249,33,1955 +249,34,1955 +249,35,1955 +249,36,1955 +249,37,1955 +249,38,1955 +249,39,1955 +249,40,1955 +249,41,1955 +249,42,1955 +249,43,1955 +249,44,1955 +249,45,1955 +249,46,1955 +249,47,1955 +249,48,1955 +249,49,1955 +249,50,1955 +249,51,1955 +249,52,1955 +249,53,1955 +249,54,1955 +249,55,1955 +249,56,1955 +249,57,1955 +249,58,1955 +249,59,1955 +249,60,1955 +249,61,1955 +249,62,1955 +249,63,1955 +249,64,1955 +249,65,1955 +249,66,1955 +249,67,1955 +249,68,1955 +249,69,1955 +249,70,1955 +249,71,1955 +249,72,1955 +249,73,1955 +249,74,1955 +249,75,1955 +249,76,1955 +249,77,1955 +249,78,1955 +249,79,1955 +249,80,1955 +249,81,1955 +249,82,1955 +249,83,1955 +249,84,1955 +249,85,1955 +249,86,1955 +249,87,1955 +249,88,1955 +249,89,1955 +249,90,1955 +249,91,1955 +249,92,1955 +249,93,1955 +249,94,1955 +249,95,1955 +249,96,1955 +249,97,1955 +249,98,1955 +249,99,1955 +249,100,1955 +249,101,1955 +249,102,1955 +249,103,1955 +249,104,1955 +249,105,1955 +249,106,1955 +249,107,1955 +249,108,1955 +249,109,1955 +249,110,1955 +249,111,1955 +249,112,1955 +249,113,1955 +249,114,1955 +249,115,1955 +249,116,1955 +249,117,1955 +249,118,1955 +249,119,1955 +249,122,1955 +249,127,1955 +249,128,1955 +249,129,1955 +249,130,1955 +249,131,1955 +249,132,1955 +249,133,1955 +249,135,1955 +249,136,1955 +249,137,1955 +249,138,1955 +249,139,1955 +249,141,1955 +249,142,1955 +249,143,1955 +249,144,1955 +249,145,1955 +249,146,1955 +249,149,1955 +249,150,1955 +250,96,1955 +250,102,1955 +250,108,1955 +250,109,1955 +250,119,1955 +250,122,1955 +250,149,1955 +252,28,1955 +252,29,1955 +252,99,1955 +252,100,1955 +252,101,1955 +252,105,1955 +252,106,1955 +252,107,1955 +252,122,1955 +252,127,1955 +252,128,1955 +252,129,1955 +253,1,1955 +253,2,1955 +253,3,1955 +253,4,1955 +253,5,1955 +253,6,1955 +253,7,1955 +253,8,1955 +253,9,1955 +253,10,1955 +253,11,1955 +253,12,1955 +253,13,1955 +253,14,1955 +253,15,1955 +253,16,1955 +253,17,1955 +253,18,1955 +253,19,1955 +253,20,1955 +253,21,1955 +253,22,1955 +253,23,1955 +253,24,1955 +253,25,1955 +253,26,1955 +253,27,1955 +253,28,1955 +253,29,1955 +253,30,1955 +253,31,1955 +253,32,1955 +253,33,1955 +253,34,1955 +253,35,1955 +253,36,1955 +253,37,1955 +253,38,1955 +253,39,1955 +253,40,1955 +253,41,1955 +253,42,1955 +253,43,1955 +253,44,1955 +253,45,1955 +253,46,1955 +253,47,1955 +253,48,1955 +253,49,1955 +253,50,1955 +253,51,1955 +253,52,1955 +253,53,1955 +253,54,1955 +253,55,1955 +253,56,1955 +253,57,1955 +253,58,1955 +253,59,1955 +253,60,1955 +253,61,1955 +253,62,1955 +253,63,1955 +253,64,1955 +253,65,1955 +253,66,1955 +253,67,1955 +253,68,1955 +253,69,1955 +253,70,1955 +253,71,1955 +253,72,1955 +253,73,1955 +253,74,1955 +253,75,1955 +253,76,1955 +253,77,1955 +253,78,1955 +253,79,1955 +253,80,1955 +253,81,1955 +253,82,1955 +253,83,1955 +253,84,1955 +253,85,1955 +253,86,1955 +253,87,1955 +253,88,1955 +253,89,1955 +253,90,1955 +253,91,1955 +253,92,1955 +253,93,1955 +253,94,1955 +253,95,1955 +253,96,1955 +253,97,1955 +253,98,1955 +253,99,1955 +253,100,1955 +253,101,1955 +253,102,1955 +253,103,1955 +253,104,1955 +253,105,1955 +253,106,1955 +253,107,1955 +253,108,1955 +253,109,1955 +253,110,1955 +253,111,1955 +253,112,1955 +253,113,1955 +253,114,1955 +253,115,1955 +253,116,1955 +253,117,1955 +253,118,1955 +253,119,1955 +253,122,1955 +253,127,1955 +253,128,1955 +253,129,1955 +253,130,1955 +253,131,1955 +253,132,1955 +253,133,1955 +253,135,1955 +253,136,1955 +253,137,1955 +253,138,1955 +253,139,1955 +253,141,1955 +253,142,1955 +253,143,1955 +253,144,1955 +253,145,1955 +253,146,1955 +253,149,1955 +253,150,1955 +254,28,1955 +254,29,1955 +254,99,1955 +254,100,1955 +254,101,1955 +254,105,1955 +254,106,1955 +254,107,1955 +254,122,1955 +254,127,1955 +254,128,1955 +254,129,1955 +255,28,1955 +255,29,1955 +255,99,1955 +255,100,1955 +255,101,1955 +255,105,1955 +255,106,1955 +255,107,1955 +255,122,1955 +255,127,1955 +255,128,1955 +255,129,1955 +256,28,1955 +256,29,1955 +256,99,1955 +256,100,1955 +256,101,1955 +256,105,1955 +256,106,1955 +256,107,1955 +256,122,1955 +256,127,1955 +256,128,1955 +256,129,1955 +257,1,1955 +257,2,1955 +257,3,1955 +257,4,1955 +257,5,1955 +257,6,1955 +257,7,1955 +257,8,1955 +257,9,1955 +257,10,1955 +257,11,1955 +257,12,1955 +257,13,1955 +257,14,1955 +257,15,1955 +257,16,1955 +257,17,1955 +257,18,1955 +257,19,1955 +257,20,1955 +257,21,1955 +257,22,1955 +257,23,1955 +257,24,1955 +257,25,1955 +257,26,1955 +257,27,1955 +257,28,1955 +257,29,1955 +257,30,1955 +257,31,1955 +257,32,1955 +257,33,1955 +257,34,1955 +257,35,1955 +257,36,1955 +257,37,1955 +257,38,1955 +257,39,1955 +257,40,1955 +257,41,1955 +257,42,1955 +257,43,1955 +257,44,1955 +257,45,1955 +257,46,1955 +257,47,1955 +257,48,1955 +257,49,1955 +257,50,1955 +257,51,1955 +257,52,1955 +257,53,1955 +257,54,1955 +257,55,1955 +257,56,1955 +257,57,1955 +257,58,1955 +257,59,1955 +257,60,1955 +257,61,1955 +257,62,1955 +257,63,1955 +257,64,1955 +257,65,1955 +257,66,1955 +257,67,1955 +257,68,1955 +257,69,1955 +257,70,1955 +257,71,1955 +257,72,1955 +257,73,1955 +257,74,1955 +257,75,1955 +257,76,1955 +257,77,1955 +257,78,1955 +257,79,1955 +257,80,1955 +257,81,1955 +257,82,1955 +257,83,1955 +257,84,1955 +257,85,1955 +257,86,1955 +257,87,1955 +257,88,1955 +257,89,1955 +257,90,1955 +257,91,1955 +257,92,1955 +257,93,1955 +257,94,1955 +257,95,1955 +257,96,1955 +257,97,1955 +257,98,1955 +257,99,1955 +257,100,1955 +257,101,1955 +257,102,1955 +257,103,1955 +257,104,1955 +257,105,1955 +257,106,1955 +257,107,1955 +257,108,1955 +257,109,1955 +257,110,1955 +257,111,1955 +257,112,1955 +257,113,1955 +257,114,1955 +257,115,1955 +257,116,1955 +257,117,1955 +257,118,1955 +257,119,1955 +257,122,1955 +257,127,1955 +257,128,1955 +257,129,1955 +257,130,1955 +257,131,1955 +257,132,1955 +257,133,1955 +257,135,1955 +257,136,1955 +257,137,1955 +257,138,1955 +257,139,1955 +257,141,1955 +257,142,1955 +257,143,1955 +257,144,1955 +257,145,1955 +257,146,1955 +257,149,1955 +257,150,1955 +258,28,1955 +258,29,1955 +258,99,1955 +258,100,1955 +258,101,1955 +258,105,1955 +258,106,1955 +258,107,1955 +258,122,1955 +258,127,1955 +258,128,1955 +258,129,1955 +259,28,1955 +259,29,1955 +259,99,1955 +259,100,1955 +259,101,1955 +259,105,1955 +259,106,1955 +259,107,1955 +259,122,1955 +259,127,1955 +259,128,1955 +259,129,1955 +260,28,1955 +260,29,1955 +260,99,1955 +260,100,1955 +260,101,1955 +260,105,1955 +260,106,1955 +260,107,1955 +260,122,1955 +260,127,1955 +260,128,1955 +260,129,1955 +399,28,1955 +399,29,1955 +399,99,1955 +399,100,1955 +399,101,1955 +399,105,1955 +399,106,1955 +399,107,1955 +399,122,1955 +399,127,1955 +399,128,1955 +399,129,1955 +1,151,1956 +1,152,1956 +1,153,1956 +1,171,1956 +1,172,1956 +1,173,1956 +1,174,1956 +1,175,1956 +1,176,1956 +1,177,1956 +1,178,1956 +1,185,1956 +1,186,1956 +1,187,1956 +1,191,1956 +1,192,1956 +1,226,1956 +1,227,1956 +1,228,1956 +1,229,1956 +1,231,1956 +1,233,1956 +1,234,1956 +1,235,1956 +1,245,1956 +1,246,1956 +1,247,1956 +1,250,1956 +1,251,1956 +1,267,1956 +1,270,1956 +2,151,1956 +2,152,1956 +2,153,1956 +2,171,1956 +2,172,1956 +2,173,1956 +2,174,1956 +2,175,1956 +2,176,1956 +2,177,1956 +2,178,1956 +2,185,1956 +2,186,1956 +2,187,1956 +2,191,1956 +2,192,1956 +2,226,1956 +2,227,1956 +2,228,1956 +2,229,1956 +2,231,1956 +2,233,1956 +2,234,1956 +2,235,1956 +2,245,1956 +2,246,1956 +2,247,1956 +2,250,1956 +2,251,1956 +2,267,1956 +2,270,1956 +3,151,1956 +3,152,1956 +3,153,1956 +3,171,1956 +3,172,1956 +3,173,1956 +3,174,1956 +3,175,1956 +3,176,1956 +3,177,1956 +3,178,1956 +3,185,1956 +3,186,1956 +3,187,1956 +3,191,1956 +3,192,1956 +3,226,1956 +3,227,1956 +3,228,1956 +3,229,1956 +3,231,1956 +3,233,1956 +3,234,1956 +3,235,1956 +3,245,1956 +3,246,1956 +3,247,1956 +3,250,1956 +3,251,1956 +3,267,1956 +3,270,1956 +4,151,1956 +4,152,1956 +4,153,1956 +4,171,1956 +4,172,1956 +4,173,1956 +4,174,1956 +4,175,1956 +4,176,1956 +4,177,1956 +4,178,1956 +4,185,1956 +4,186,1956 +4,187,1956 +4,191,1956 +4,192,1956 +4,226,1956 +4,227,1956 +4,228,1956 +4,229,1956 +4,231,1956 +4,233,1956 +4,234,1956 +4,235,1956 +4,245,1956 +4,246,1956 +4,247,1956 +4,250,1956 +4,251,1956 +4,267,1956 +4,270,1956 +5,151,1956 +5,152,1956 +5,153,1956 +5,171,1956 +5,172,1956 +5,173,1956 +5,174,1956 +5,175,1956 +5,176,1956 +5,177,1956 +5,178,1956 +5,185,1956 +5,186,1956 +5,187,1956 +5,191,1956 +5,192,1956 +5,226,1956 +5,227,1956 +5,228,1956 +5,229,1956 +5,231,1956 +5,233,1956 +5,234,1956 +5,235,1956 +5,245,1956 +5,246,1956 +5,247,1956 +5,250,1956 +5,251,1956 +5,267,1956 +5,270,1956 +6,151,1956 +6,152,1956 +6,153,1956 +6,171,1956 +6,172,1956 +6,173,1956 +6,174,1956 +6,175,1956 +6,176,1956 +6,177,1956 +6,178,1956 +6,185,1956 +6,186,1956 +6,187,1956 +6,191,1956 +6,192,1956 +6,226,1956 +6,227,1956 +6,228,1956 +6,229,1956 +6,231,1956 +6,233,1956 +6,234,1956 +6,235,1956 +6,245,1956 +6,246,1956 +6,247,1956 +6,250,1956 +6,251,1956 +6,267,1956 +6,270,1956 +7,151,1956 +7,152,1956 +7,153,1956 +7,171,1956 +7,172,1956 +7,173,1956 +7,174,1956 +7,175,1956 +7,176,1956 +7,177,1956 +7,178,1956 +7,185,1956 +7,186,1956 +7,187,1956 +7,191,1956 +7,192,1956 +7,226,1956 +7,227,1956 +7,228,1956 +7,229,1956 +7,231,1956 +7,233,1956 +7,234,1956 +7,235,1956 +7,245,1956 +7,246,1956 +7,247,1956 +7,250,1956 +7,251,1956 +7,267,1956 +7,270,1956 +8,151,1956 +8,152,1956 +8,153,1956 +8,171,1956 +8,172,1956 +8,173,1956 +8,174,1956 +8,175,1956 +8,176,1956 +8,177,1956 +8,178,1956 +8,185,1956 +8,186,1956 +8,187,1956 +8,191,1956 +8,192,1956 +8,226,1956 +8,227,1956 +8,228,1956 +8,229,1956 +8,231,1956 +8,233,1956 +8,234,1956 +8,235,1956 +8,245,1956 +8,246,1956 +8,247,1956 +8,250,1956 +8,251,1956 +8,267,1956 +8,270,1956 +9,151,1956 +9,152,1956 +9,153,1956 +9,171,1956 +9,172,1956 +9,173,1956 +9,174,1956 +9,175,1956 +9,176,1956 +9,177,1956 +9,178,1956 +9,185,1956 +9,186,1956 +9,187,1956 +9,191,1956 +9,192,1956 +9,226,1956 +9,227,1956 +9,228,1956 +9,229,1956 +9,231,1956 +9,233,1956 +9,234,1956 +9,235,1956 +9,245,1956 +9,246,1956 +9,247,1956 +9,250,1956 +9,251,1956 +9,267,1956 +9,270,1956 +10,151,1956 +10,152,1956 +10,153,1956 +10,171,1956 +10,172,1956 +10,173,1956 +10,174,1956 +10,175,1956 +10,176,1956 +10,177,1956 +10,178,1956 +10,185,1956 +10,186,1956 +10,187,1956 +10,191,1956 +10,192,1956 +10,226,1956 +10,227,1956 +10,228,1956 +10,229,1956 +10,231,1956 +10,233,1956 +10,234,1956 +10,235,1956 +10,245,1956 +10,246,1956 +10,247,1956 +10,250,1956 +10,251,1956 +10,267,1956 +10,270,1956 +11,151,1956 +11,152,1956 +11,153,1956 +11,171,1956 +11,172,1956 +11,173,1956 +11,174,1956 +11,175,1956 +11,176,1956 +11,177,1956 +11,178,1956 +11,185,1956 +11,186,1956 +11,187,1956 +11,191,1956 +11,192,1956 +11,226,1956 +11,227,1956 +11,228,1956 +11,229,1956 +11,231,1956 +11,233,1956 +11,234,1956 +11,235,1956 +11,245,1956 +11,246,1956 +11,247,1956 +11,250,1956 +11,251,1956 +11,267,1956 +11,270,1956 +12,151,1956 +12,152,1956 +12,153,1956 +12,171,1956 +12,172,1956 +12,173,1956 +12,174,1956 +12,175,1956 +12,176,1956 +12,177,1956 +12,178,1956 +12,185,1956 +12,186,1956 +12,187,1956 +12,191,1956 +12,192,1956 +12,226,1956 +12,227,1956 +12,228,1956 +12,229,1956 +12,231,1956 +12,233,1956 +12,234,1956 +12,235,1956 +12,245,1956 +12,246,1956 +12,247,1956 +12,250,1956 +12,251,1956 +12,267,1956 +12,270,1956 +13,151,1956 +13,152,1956 +13,153,1956 +13,171,1956 +13,172,1956 +13,173,1956 +13,174,1956 +13,175,1956 +13,176,1956 +13,177,1956 +13,178,1956 +13,185,1956 +13,186,1956 +13,187,1956 +13,191,1956 +13,192,1956 +13,226,1956 +13,227,1956 +13,228,1956 +13,229,1956 +13,231,1956 +13,233,1956 +13,234,1956 +13,235,1956 +13,245,1956 +13,246,1956 +13,247,1956 +13,250,1956 +13,251,1956 +13,267,1956 +13,270,1956 +14,151,1956 +14,152,1956 +14,153,1956 +14,171,1956 +14,172,1956 +14,173,1956 +14,174,1956 +14,175,1956 +14,176,1956 +14,177,1956 +14,178,1956 +14,185,1956 +14,186,1956 +14,187,1956 +14,191,1956 +14,192,1956 +14,226,1956 +14,227,1956 +14,228,1956 +14,229,1956 +14,231,1956 +14,233,1956 +14,234,1956 +14,235,1956 +14,245,1956 +14,246,1956 +14,247,1956 +14,250,1956 +14,251,1956 +14,267,1956 +14,270,1956 +15,151,1956 +15,152,1956 +15,153,1956 +15,171,1956 +15,172,1956 +15,173,1956 +15,174,1956 +15,175,1956 +15,176,1956 +15,177,1956 +15,178,1956 +15,185,1956 +15,186,1956 +15,187,1956 +15,191,1956 +15,192,1956 +15,226,1956 +15,227,1956 +15,228,1956 +15,229,1956 +15,231,1956 +15,233,1956 +15,234,1956 +15,235,1956 +15,245,1956 +15,246,1956 +15,247,1956 +15,250,1956 +15,251,1956 +15,267,1956 +15,270,1956 +16,151,1956 +16,152,1956 +16,153,1956 +16,171,1956 +16,172,1956 +16,173,1956 +16,174,1956 +16,175,1956 +16,176,1956 +16,177,1956 +16,178,1956 +16,185,1956 +16,186,1956 +16,187,1956 +16,191,1956 +16,192,1956 +16,226,1956 +16,227,1956 +16,228,1956 +16,229,1956 +16,231,1956 +16,233,1956 +16,234,1956 +16,235,1956 +16,245,1956 +16,246,1956 +16,247,1956 +16,250,1956 +16,251,1956 +16,267,1956 +16,270,1956 +17,151,1956 +17,152,1956 +17,153,1956 +17,171,1956 +17,172,1956 +17,173,1956 +17,174,1956 +17,175,1956 +17,176,1956 +17,177,1956 +17,178,1956 +17,185,1956 +17,186,1956 +17,187,1956 +17,191,1956 +17,192,1956 +17,226,1956 +17,227,1956 +17,228,1956 +17,229,1956 +17,231,1956 +17,233,1956 +17,234,1956 +17,235,1956 +17,245,1956 +17,246,1956 +17,247,1956 +17,250,1956 +17,251,1956 +17,267,1956 +17,270,1956 +18,151,1956 +18,152,1956 +18,153,1956 +18,171,1956 +18,172,1956 +18,173,1956 +18,174,1956 +18,175,1956 +18,176,1956 +18,177,1956 +18,178,1956 +18,185,1956 +18,186,1956 +18,187,1956 +18,191,1956 +18,192,1956 +18,226,1956 +18,227,1956 +18,228,1956 +18,229,1956 +18,231,1956 +18,233,1956 +18,234,1956 +18,235,1956 +18,245,1956 +18,246,1956 +18,247,1956 +18,250,1956 +18,251,1956 +18,267,1956 +18,270,1956 +19,151,1956 +19,152,1956 +19,153,1956 +19,171,1956 +19,172,1956 +19,173,1956 +19,174,1956 +19,175,1956 +19,176,1956 +19,177,1956 +19,178,1956 +19,185,1956 +19,186,1956 +19,187,1956 +19,191,1956 +19,192,1956 +19,226,1956 +19,227,1956 +19,228,1956 +19,229,1956 +19,231,1956 +19,233,1956 +19,234,1956 +19,235,1956 +19,245,1956 +19,246,1956 +19,247,1956 +19,250,1956 +19,251,1956 +19,267,1956 +19,270,1956 +20,151,1956 +20,152,1956 +20,153,1956 +20,171,1956 +20,172,1956 +20,173,1956 +20,174,1956 +20,175,1956 +20,176,1956 +20,177,1956 +20,178,1956 +20,185,1956 +20,186,1956 +20,187,1956 +20,191,1956 +20,192,1956 +20,226,1956 +20,227,1956 +20,228,1956 +20,229,1956 +20,231,1956 +20,233,1956 +20,234,1956 +20,235,1956 +20,245,1956 +20,246,1956 +20,247,1956 +20,250,1956 +20,251,1956 +20,267,1956 +20,270,1956 +21,151,1956 +21,152,1956 +21,153,1956 +21,171,1956 +21,172,1956 +21,173,1956 +21,174,1956 +21,175,1956 +21,176,1956 +21,177,1956 +21,178,1956 +21,185,1956 +21,186,1956 +21,187,1956 +21,191,1956 +21,192,1956 +21,226,1956 +21,227,1956 +21,228,1956 +21,229,1956 +21,231,1956 +21,233,1956 +21,234,1956 +21,235,1956 +21,245,1956 +21,246,1956 +21,247,1956 +21,250,1956 +21,251,1956 +21,267,1956 +21,270,1956 +22,151,1956 +22,152,1956 +22,153,1956 +22,171,1956 +22,172,1956 +22,173,1956 +22,174,1956 +22,175,1956 +22,176,1956 +22,177,1956 +22,178,1956 +22,185,1956 +22,186,1956 +22,187,1956 +22,191,1956 +22,192,1956 +22,226,1956 +22,227,1956 +22,228,1956 +22,229,1956 +22,231,1956 +22,233,1956 +22,234,1956 +22,235,1956 +22,245,1956 +22,246,1956 +22,247,1956 +22,250,1956 +22,251,1956 +22,267,1956 +22,270,1956 +23,151,1956 +23,152,1956 +23,153,1956 +23,171,1956 +23,172,1956 +23,173,1956 +23,174,1956 +23,175,1956 +23,176,1956 +23,177,1956 +23,178,1956 +23,185,1956 +23,186,1956 +23,187,1956 +23,191,1956 +23,192,1956 +23,226,1956 +23,227,1956 +23,228,1956 +23,229,1956 +23,231,1956 +23,233,1956 +23,234,1956 +23,235,1956 +23,245,1956 +23,246,1956 +23,247,1956 +23,250,1956 +23,251,1956 +23,267,1956 +23,270,1956 +24,151,1956 +24,152,1956 +24,153,1956 +24,171,1956 +24,172,1956 +24,173,1956 +24,174,1956 +24,175,1956 +24,176,1956 +24,177,1956 +24,178,1956 +24,185,1956 +24,186,1956 +24,187,1956 +24,191,1956 +24,192,1956 +24,226,1956 +24,227,1956 +24,228,1956 +24,229,1956 +24,231,1956 +24,233,1956 +24,234,1956 +24,235,1956 +24,245,1956 +24,246,1956 +24,247,1956 +24,250,1956 +24,251,1956 +24,267,1956 +24,270,1956 +25,151,1956 +25,152,1956 +25,153,1956 +25,171,1956 +25,172,1956 +25,173,1956 +25,174,1956 +25,175,1956 +25,176,1956 +25,177,1956 +25,178,1956 +25,185,1956 +25,186,1956 +25,187,1956 +25,191,1956 +25,192,1956 +25,226,1956 +25,227,1956 +25,228,1956 +25,229,1956 +25,231,1956 +25,233,1956 +25,234,1956 +25,235,1956 +25,245,1956 +25,246,1956 +25,247,1956 +25,250,1956 +25,251,1956 +25,267,1956 +25,270,1956 +26,151,1956 +26,152,1956 +26,153,1956 +26,171,1956 +26,172,1956 +26,173,1956 +26,174,1956 +26,175,1956 +26,176,1956 +26,177,1956 +26,178,1956 +26,185,1956 +26,186,1956 +26,187,1956 +26,191,1956 +26,192,1956 +26,226,1956 +26,227,1956 +26,228,1956 +26,229,1956 +26,231,1956 +26,233,1956 +26,234,1956 +26,235,1956 +26,245,1956 +26,246,1956 +26,247,1956 +26,250,1956 +26,251,1956 +26,267,1956 +26,270,1956 +27,151,1956 +27,152,1956 +27,153,1956 +27,171,1956 +27,172,1956 +27,173,1956 +27,174,1956 +27,175,1956 +27,176,1956 +27,177,1956 +27,178,1956 +27,185,1956 +27,186,1956 +27,187,1956 +27,191,1956 +27,192,1956 +27,226,1956 +27,227,1956 +27,228,1956 +27,229,1956 +27,231,1956 +27,233,1956 +27,234,1956 +27,235,1956 +27,245,1956 +27,246,1956 +27,247,1956 +27,250,1956 +27,251,1956 +27,267,1956 +27,270,1956 +28,151,1956 +28,152,1956 +28,153,1956 +28,170,1956 +28,171,1956 +28,172,1956 +28,173,1956 +28,174,1956 +28,175,1956 +28,176,1956 +28,177,1956 +28,178,1956 +28,185,1956 +28,186,1956 +28,187,1956 +28,191,1956 +28,192,1956 +28,199,1956 +28,226,1956 +28,227,1956 +28,228,1956 +28,229,1956 +28,231,1956 +28,233,1956 +28,234,1956 +28,235,1956 +28,245,1956 +28,246,1956 +28,247,1956 +28,250,1956 +28,251,1956 +28,264,1956 +28,265,1956 +28,266,1956 +28,267,1956 +28,270,1956 +29,151,1956 +29,152,1956 +29,153,1956 +29,170,1956 +29,171,1956 +29,172,1956 +29,173,1956 +29,174,1956 +29,175,1956 +29,176,1956 +29,177,1956 +29,178,1956 +29,185,1956 +29,186,1956 +29,187,1956 +29,191,1956 +29,192,1956 +29,199,1956 +29,226,1956 +29,227,1956 +29,228,1956 +29,229,1956 +29,231,1956 +29,233,1956 +29,234,1956 +29,235,1956 +29,245,1956 +29,246,1956 +29,247,1956 +29,250,1956 +29,251,1956 +29,264,1956 +29,265,1956 +29,266,1956 +29,267,1956 +29,270,1956 +30,151,1956 +30,152,1956 +30,153,1956 +30,171,1956 +30,172,1956 +30,173,1956 +30,174,1956 +30,175,1956 +30,176,1956 +30,177,1956 +30,178,1956 +30,185,1956 +30,186,1956 +30,187,1956 +30,191,1956 +30,192,1956 +30,226,1956 +30,227,1956 +30,228,1956 +30,229,1956 +30,231,1956 +30,233,1956 +30,234,1956 +30,235,1956 +30,245,1956 +30,246,1956 +30,247,1956 +30,250,1956 +30,251,1956 +30,267,1956 +30,270,1956 +31,151,1956 +31,152,1956 +31,153,1956 +31,171,1956 +31,172,1956 +31,173,1956 +31,174,1956 +31,175,1956 +31,176,1956 +31,177,1956 +31,178,1956 +31,185,1956 +31,186,1956 +31,187,1956 +31,191,1956 +31,192,1956 +31,226,1956 +31,227,1956 +31,228,1956 +31,229,1956 +31,231,1956 +31,233,1956 +31,234,1956 +31,235,1956 +31,245,1956 +31,246,1956 +31,247,1956 +31,250,1956 +31,251,1956 +31,267,1956 +31,270,1956 +32,151,1956 +32,152,1956 +32,153,1956 +32,171,1956 +32,172,1956 +32,173,1956 +32,174,1956 +32,175,1956 +32,176,1956 +32,177,1956 +32,178,1956 +32,185,1956 +32,186,1956 +32,187,1956 +32,191,1956 +32,192,1956 +32,226,1956 +32,227,1956 +32,228,1956 +32,229,1956 +32,231,1956 +32,233,1956 +32,234,1956 +32,235,1956 +32,245,1956 +32,246,1956 +32,247,1956 +32,250,1956 +32,251,1956 +32,267,1956 +32,270,1956 +33,151,1956 +33,152,1956 +33,153,1956 +33,171,1956 +33,172,1956 +33,173,1956 +33,174,1956 +33,175,1956 +33,176,1956 +33,177,1956 +33,178,1956 +33,185,1956 +33,186,1956 +33,187,1956 +33,191,1956 +33,192,1956 +33,226,1956 +33,227,1956 +33,228,1956 +33,229,1956 +33,231,1956 +33,233,1956 +33,234,1956 +33,235,1956 +33,245,1956 +33,246,1956 +33,247,1956 +33,250,1956 +33,251,1956 +33,267,1956 +33,270,1956 +34,151,1956 +34,152,1956 +34,153,1956 +34,171,1956 +34,172,1956 +34,173,1956 +34,174,1956 +34,175,1956 +34,176,1956 +34,177,1956 +34,178,1956 +34,185,1956 +34,186,1956 +34,187,1956 +34,191,1956 +34,192,1956 +34,226,1956 +34,227,1956 +34,228,1956 +34,229,1956 +34,231,1956 +34,233,1956 +34,234,1956 +34,235,1956 +34,245,1956 +34,246,1956 +34,247,1956 +34,250,1956 +34,251,1956 +34,267,1956 +34,270,1956 +35,151,1956 +35,152,1956 +35,153,1956 +35,171,1956 +35,172,1956 +35,173,1956 +35,174,1956 +35,175,1956 +35,176,1956 +35,177,1956 +35,178,1956 +35,185,1956 +35,186,1956 +35,187,1956 +35,191,1956 +35,192,1956 +35,226,1956 +35,227,1956 +35,228,1956 +35,229,1956 +35,231,1956 +35,233,1956 +35,234,1956 +35,235,1956 +35,245,1956 +35,246,1956 +35,247,1956 +35,250,1956 +35,251,1956 +35,267,1956 +35,270,1956 +36,151,1956 +36,152,1956 +36,153,1956 +36,171,1956 +36,172,1956 +36,173,1956 +36,174,1956 +36,175,1956 +36,176,1956 +36,177,1956 +36,178,1956 +36,185,1956 +36,186,1956 +36,187,1956 +36,191,1956 +36,192,1956 +36,226,1956 +36,227,1956 +36,228,1956 +36,229,1956 +36,231,1956 +36,233,1956 +36,234,1956 +36,235,1956 +36,245,1956 +36,246,1956 +36,247,1956 +36,250,1956 +36,251,1956 +36,267,1956 +36,270,1956 +37,151,1956 +37,152,1956 +37,153,1956 +37,171,1956 +37,172,1956 +37,173,1956 +37,174,1956 +37,175,1956 +37,176,1956 +37,177,1956 +37,178,1956 +37,185,1956 +37,186,1956 +37,187,1956 +37,191,1956 +37,192,1956 +37,226,1956 +37,227,1956 +37,228,1956 +37,229,1956 +37,231,1956 +37,233,1956 +37,234,1956 +37,235,1956 +37,245,1956 +37,246,1956 +37,247,1956 +37,250,1956 +37,251,1956 +37,267,1956 +37,270,1956 +38,151,1956 +38,152,1956 +38,153,1956 +38,171,1956 +38,172,1956 +38,173,1956 +38,174,1956 +38,175,1956 +38,176,1956 +38,177,1956 +38,178,1956 +38,185,1956 +38,186,1956 +38,187,1956 +38,191,1956 +38,192,1956 +38,226,1956 +38,227,1956 +38,228,1956 +38,229,1956 +38,231,1956 +38,233,1956 +38,234,1956 +38,235,1956 +38,245,1956 +38,246,1956 +38,247,1956 +38,250,1956 +38,251,1956 +38,267,1956 +38,270,1956 +39,151,1956 +39,152,1956 +39,153,1956 +39,171,1956 +39,172,1956 +39,173,1956 +39,174,1956 +39,175,1956 +39,176,1956 +39,177,1956 +39,178,1956 +39,185,1956 +39,186,1956 +39,187,1956 +39,191,1956 +39,192,1956 +39,226,1956 +39,227,1956 +39,228,1956 +39,229,1956 +39,231,1956 +39,233,1956 +39,234,1956 +39,235,1956 +39,245,1956 +39,246,1956 +39,247,1956 +39,250,1956 +39,251,1956 +39,267,1956 +39,270,1956 +40,151,1956 +40,152,1956 +40,153,1956 +40,171,1956 +40,172,1956 +40,173,1956 +40,174,1956 +40,175,1956 +40,176,1956 +40,177,1956 +40,178,1956 +40,185,1956 +40,186,1956 +40,187,1956 +40,191,1956 +40,192,1956 +40,226,1956 +40,227,1956 +40,228,1956 +40,229,1956 +40,231,1956 +40,233,1956 +40,234,1956 +40,235,1956 +40,245,1956 +40,246,1956 +40,247,1956 +40,250,1956 +40,251,1956 +40,267,1956 +40,270,1956 +41,151,1956 +41,152,1956 +41,153,1956 +41,171,1956 +41,172,1956 +41,173,1956 +41,174,1956 +41,175,1956 +41,176,1956 +41,177,1956 +41,178,1956 +41,185,1956 +41,186,1956 +41,187,1956 +41,191,1956 +41,192,1956 +41,226,1956 +41,227,1956 +41,228,1956 +41,229,1956 +41,231,1956 +41,233,1956 +41,234,1956 +41,235,1956 +41,245,1956 +41,246,1956 +41,247,1956 +41,250,1956 +41,251,1956 +41,267,1956 +41,270,1956 +42,151,1956 +42,152,1956 +42,153,1956 +42,171,1956 +42,172,1956 +42,173,1956 +42,174,1956 +42,175,1956 +42,176,1956 +42,177,1956 +42,178,1956 +42,185,1956 +42,186,1956 +42,187,1956 +42,191,1956 +42,192,1956 +42,226,1956 +42,227,1956 +42,228,1956 +42,229,1956 +42,231,1956 +42,233,1956 +42,234,1956 +42,235,1956 +42,245,1956 +42,246,1956 +42,247,1956 +42,250,1956 +42,251,1956 +42,267,1956 +42,270,1956 +43,151,1956 +43,152,1956 +43,153,1956 +43,171,1956 +43,172,1956 +43,173,1956 +43,174,1956 +43,175,1956 +43,176,1956 +43,177,1956 +43,178,1956 +43,185,1956 +43,186,1956 +43,187,1956 +43,191,1956 +43,192,1956 +43,226,1956 +43,227,1956 +43,228,1956 +43,229,1956 +43,231,1956 +43,233,1956 +43,234,1956 +43,235,1956 +43,245,1956 +43,246,1956 +43,247,1956 +43,250,1956 +43,251,1956 +43,267,1956 +43,270,1956 +44,151,1956 +44,152,1956 +44,153,1956 +44,171,1956 +44,172,1956 +44,173,1956 +44,174,1956 +44,175,1956 +44,176,1956 +44,177,1956 +44,178,1956 +44,185,1956 +44,186,1956 +44,187,1956 +44,191,1956 +44,192,1956 +44,226,1956 +44,227,1956 +44,228,1956 +44,229,1956 +44,231,1956 +44,233,1956 +44,234,1956 +44,235,1956 +44,245,1956 +44,246,1956 +44,247,1956 +44,250,1956 +44,251,1956 +44,267,1956 +44,270,1956 +45,151,1956 +45,152,1956 +45,153,1956 +45,171,1956 +45,172,1956 +45,173,1956 +45,174,1956 +45,175,1956 +45,176,1956 +45,177,1956 +45,178,1956 +45,185,1956 +45,186,1956 +45,187,1956 +45,191,1956 +45,192,1956 +45,226,1956 +45,227,1956 +45,228,1956 +45,229,1956 +45,231,1956 +45,233,1956 +45,234,1956 +45,235,1956 +45,245,1956 +45,246,1956 +45,247,1956 +45,250,1956 +45,251,1956 +45,267,1956 +45,270,1956 +46,151,1956 +46,152,1956 +46,153,1956 +46,171,1956 +46,172,1956 +46,173,1956 +46,174,1956 +46,175,1956 +46,176,1956 +46,177,1956 +46,178,1956 +46,185,1956 +46,186,1956 +46,187,1956 +46,191,1956 +46,192,1956 +46,226,1956 +46,227,1956 +46,228,1956 +46,229,1956 +46,231,1956 +46,233,1956 +46,234,1956 +46,235,1956 +46,245,1956 +46,246,1956 +46,247,1956 +46,250,1956 +46,251,1956 +46,267,1956 +46,270,1956 +47,151,1956 +47,152,1956 +47,153,1956 +47,171,1956 +47,172,1956 +47,173,1956 +47,174,1956 +47,175,1956 +47,176,1956 +47,177,1956 +47,178,1956 +47,185,1956 +47,186,1956 +47,187,1956 +47,191,1956 +47,192,1956 +47,226,1956 +47,227,1956 +47,228,1956 +47,229,1956 +47,231,1956 +47,233,1956 +47,234,1956 +47,235,1956 +47,245,1956 +47,246,1956 +47,247,1956 +47,250,1956 +47,251,1956 +47,267,1956 +47,270,1956 +48,151,1956 +48,152,1956 +48,153,1956 +48,171,1956 +48,172,1956 +48,173,1956 +48,174,1956 +48,175,1956 +48,176,1956 +48,177,1956 +48,178,1956 +48,185,1956 +48,186,1956 +48,187,1956 +48,191,1956 +48,192,1956 +48,226,1956 +48,227,1956 +48,228,1956 +48,229,1956 +48,231,1956 +48,233,1956 +48,234,1956 +48,235,1956 +48,245,1956 +48,246,1956 +48,247,1956 +48,250,1956 +48,251,1956 +48,267,1956 +48,270,1956 +49,151,1956 +49,152,1956 +49,153,1956 +49,171,1956 +49,172,1956 +49,173,1956 +49,174,1956 +49,175,1956 +49,176,1956 +49,177,1956 +49,178,1956 +49,185,1956 +49,186,1956 +49,187,1956 +49,191,1956 +49,192,1956 +49,226,1956 +49,227,1956 +49,228,1956 +49,229,1956 +49,231,1956 +49,233,1956 +49,234,1956 +49,235,1956 +49,245,1956 +49,246,1956 +49,247,1956 +49,250,1956 +49,251,1956 +49,267,1956 +49,270,1956 +50,151,1956 +50,152,1956 +50,153,1956 +50,171,1956 +50,172,1956 +50,173,1956 +50,174,1956 +50,175,1956 +50,176,1956 +50,177,1956 +50,178,1956 +50,185,1956 +50,186,1956 +50,187,1956 +50,191,1956 +50,192,1956 +50,226,1956 +50,227,1956 +50,228,1956 +50,229,1956 +50,231,1956 +50,233,1956 +50,234,1956 +50,235,1956 +50,245,1956 +50,246,1956 +50,247,1956 +50,250,1956 +50,251,1956 +50,267,1956 +50,270,1956 +51,151,1956 +51,152,1956 +51,153,1956 +51,171,1956 +51,172,1956 +51,173,1956 +51,174,1956 +51,175,1956 +51,176,1956 +51,177,1956 +51,178,1956 +51,185,1956 +51,186,1956 +51,187,1956 +51,191,1956 +51,192,1956 +51,226,1956 +51,227,1956 +51,228,1956 +51,229,1956 +51,231,1956 +51,233,1956 +51,234,1956 +51,235,1956 +51,245,1956 +51,246,1956 +51,247,1956 +51,250,1956 +51,251,1956 +51,267,1956 +51,270,1956 +52,151,1956 +52,152,1956 +52,153,1956 +52,171,1956 +52,172,1956 +52,173,1956 +52,174,1956 +52,175,1956 +52,176,1956 +52,177,1956 +52,178,1956 +52,185,1956 +52,186,1956 +52,187,1956 +52,191,1956 +52,192,1956 +52,226,1956 +52,227,1956 +52,228,1956 +52,229,1956 +52,231,1956 +52,233,1956 +52,234,1956 +52,235,1956 +52,245,1956 +52,246,1956 +52,247,1956 +52,250,1956 +52,251,1956 +52,267,1956 +52,270,1956 +53,151,1956 +53,152,1956 +53,153,1956 +53,171,1956 +53,172,1956 +53,173,1956 +53,174,1956 +53,175,1956 +53,176,1956 +53,177,1956 +53,178,1956 +53,185,1956 +53,186,1956 +53,187,1956 +53,191,1956 +53,192,1956 +53,226,1956 +53,227,1956 +53,228,1956 +53,229,1956 +53,231,1956 +53,233,1956 +53,234,1956 +53,235,1956 +53,245,1956 +53,246,1956 +53,247,1956 +53,250,1956 +53,251,1956 +53,267,1956 +53,270,1956 +54,151,1956 +54,152,1956 +54,153,1956 +54,171,1956 +54,172,1956 +54,173,1956 +54,174,1956 +54,175,1956 +54,176,1956 +54,177,1956 +54,178,1956 +54,185,1956 +54,186,1956 +54,187,1956 +54,191,1956 +54,192,1956 +54,226,1956 +54,227,1956 +54,228,1956 +54,229,1956 +54,231,1956 +54,233,1956 +54,234,1956 +54,235,1956 +54,245,1956 +54,246,1956 +54,247,1956 +54,250,1956 +54,251,1956 +54,267,1956 +54,270,1956 +55,151,1956 +55,152,1956 +55,153,1956 +55,171,1956 +55,172,1956 +55,173,1956 +55,174,1956 +55,175,1956 +55,176,1956 +55,177,1956 +55,178,1956 +55,185,1956 +55,186,1956 +55,187,1956 +55,191,1956 +55,192,1956 +55,226,1956 +55,227,1956 +55,228,1956 +55,229,1956 +55,231,1956 +55,233,1956 +55,234,1956 +55,235,1956 +55,245,1956 +55,246,1956 +55,247,1956 +55,250,1956 +55,251,1956 +55,267,1956 +55,270,1956 +56,151,1956 +56,152,1956 +56,153,1956 +56,171,1956 +56,172,1956 +56,173,1956 +56,174,1956 +56,175,1956 +56,176,1956 +56,177,1956 +56,178,1956 +56,185,1956 +56,186,1956 +56,187,1956 +56,191,1956 +56,192,1956 +56,226,1956 +56,227,1956 +56,228,1956 +56,229,1956 +56,231,1956 +56,233,1956 +56,234,1956 +56,235,1956 +56,245,1956 +56,246,1956 +56,247,1956 +56,250,1956 +56,251,1956 +56,267,1956 +56,270,1956 +57,151,1956 +57,152,1956 +57,153,1956 +57,171,1956 +57,172,1956 +57,173,1956 +57,174,1956 +57,175,1956 +57,176,1956 +57,177,1956 +57,178,1956 +57,185,1956 +57,186,1956 +57,187,1956 +57,191,1956 +57,192,1956 +57,226,1956 +57,227,1956 +57,228,1956 +57,229,1956 +57,231,1956 +57,233,1956 +57,234,1956 +57,235,1956 +57,245,1956 +57,246,1956 +57,247,1956 +57,250,1956 +57,251,1956 +57,267,1956 +57,270,1956 +58,151,1956 +58,152,1956 +58,153,1956 +58,171,1956 +58,172,1956 +58,173,1956 +58,174,1956 +58,175,1956 +58,176,1956 +58,177,1956 +58,178,1956 +58,185,1956 +58,186,1956 +58,187,1956 +58,191,1956 +58,192,1956 +58,226,1956 +58,227,1956 +58,228,1956 +58,229,1956 +58,231,1956 +58,233,1956 +58,234,1956 +58,235,1956 +58,245,1956 +58,246,1956 +58,247,1956 +58,250,1956 +58,251,1956 +58,267,1956 +58,270,1956 +59,151,1956 +59,152,1956 +59,153,1956 +59,171,1956 +59,172,1956 +59,173,1956 +59,174,1956 +59,175,1956 +59,176,1956 +59,177,1956 +59,178,1956 +59,185,1956 +59,186,1956 +59,187,1956 +59,191,1956 +59,192,1956 +59,226,1956 +59,227,1956 +59,228,1956 +59,229,1956 +59,231,1956 +59,233,1956 +59,234,1956 +59,235,1956 +59,245,1956 +59,246,1956 +59,247,1956 +59,250,1956 +59,251,1956 +59,267,1956 +59,270,1956 +60,151,1956 +60,152,1956 +60,153,1956 +60,171,1956 +60,172,1956 +60,173,1956 +60,174,1956 +60,175,1956 +60,176,1956 +60,177,1956 +60,178,1956 +60,185,1956 +60,186,1956 +60,187,1956 +60,191,1956 +60,192,1956 +60,226,1956 +60,227,1956 +60,228,1956 +60,229,1956 +60,231,1956 +60,233,1956 +60,234,1956 +60,235,1956 +60,245,1956 +60,246,1956 +60,247,1956 +60,250,1956 +60,251,1956 +60,267,1956 +60,270,1956 +61,151,1956 +61,152,1956 +61,153,1956 +61,171,1956 +61,172,1956 +61,173,1956 +61,174,1956 +61,175,1956 +61,176,1956 +61,177,1956 +61,178,1956 +61,185,1956 +61,186,1956 +61,187,1956 +61,191,1956 +61,192,1956 +61,226,1956 +61,227,1956 +61,228,1956 +61,229,1956 +61,231,1956 +61,233,1956 +61,234,1956 +61,235,1956 +61,245,1956 +61,246,1956 +61,247,1956 +61,250,1956 +61,251,1956 +61,267,1956 +61,270,1956 +62,151,1956 +62,152,1956 +62,153,1956 +62,171,1956 +62,172,1956 +62,173,1956 +62,174,1956 +62,175,1956 +62,176,1956 +62,177,1956 +62,178,1956 +62,185,1956 +62,186,1956 +62,187,1956 +62,191,1956 +62,192,1956 +62,226,1956 +62,227,1956 +62,228,1956 +62,229,1956 +62,231,1956 +62,233,1956 +62,234,1956 +62,235,1956 +62,245,1956 +62,246,1956 +62,247,1956 +62,250,1956 +62,251,1956 +62,267,1956 +62,270,1956 +63,151,1956 +63,152,1956 +63,153,1956 +63,171,1956 +63,172,1956 +63,173,1956 +63,174,1956 +63,175,1956 +63,176,1956 +63,177,1956 +63,178,1956 +63,185,1956 +63,186,1956 +63,187,1956 +63,191,1956 +63,192,1956 +63,226,1956 +63,227,1956 +63,228,1956 +63,229,1956 +63,231,1956 +63,233,1956 +63,234,1956 +63,235,1956 +63,245,1956 +63,246,1956 +63,247,1956 +63,250,1956 +63,251,1956 +63,267,1956 +63,270,1956 +64,151,1956 +64,152,1956 +64,153,1956 +64,171,1956 +64,172,1956 +64,173,1956 +64,174,1956 +64,175,1956 +64,176,1956 +64,177,1956 +64,178,1956 +64,185,1956 +64,186,1956 +64,187,1956 +64,191,1956 +64,192,1956 +64,226,1956 +64,227,1956 +64,228,1956 +64,229,1956 +64,231,1956 +64,233,1956 +64,234,1956 +64,235,1956 +64,245,1956 +64,246,1956 +64,247,1956 +64,250,1956 +64,251,1956 +64,267,1956 +64,270,1956 +65,151,1956 +65,152,1956 +65,153,1956 +65,171,1956 +65,172,1956 +65,173,1956 +65,174,1956 +65,175,1956 +65,176,1956 +65,177,1956 +65,178,1956 +65,185,1956 +65,186,1956 +65,187,1956 +65,191,1956 +65,192,1956 +65,226,1956 +65,227,1956 +65,228,1956 +65,229,1956 +65,231,1956 +65,233,1956 +65,234,1956 +65,235,1956 +65,245,1956 +65,246,1956 +65,247,1956 +65,250,1956 +65,251,1956 +65,267,1956 +65,270,1956 +66,151,1956 +66,152,1956 +66,153,1956 +66,171,1956 +66,172,1956 +66,173,1956 +66,174,1956 +66,175,1956 +66,176,1956 +66,177,1956 +66,178,1956 +66,185,1956 +66,186,1956 +66,187,1956 +66,191,1956 +66,192,1956 +66,226,1956 +66,227,1956 +66,228,1956 +66,229,1956 +66,231,1956 +66,233,1956 +66,234,1956 +66,235,1956 +66,245,1956 +66,246,1956 +66,247,1956 +66,250,1956 +66,251,1956 +66,267,1956 +66,270,1956 +67,151,1956 +67,152,1956 +67,153,1956 +67,171,1956 +67,172,1956 +67,173,1956 +67,174,1956 +67,175,1956 +67,176,1956 +67,177,1956 +67,178,1956 +67,185,1956 +67,186,1956 +67,187,1956 +67,191,1956 +67,192,1956 +67,226,1956 +67,227,1956 +67,228,1956 +67,229,1956 +67,231,1956 +67,233,1956 +67,234,1956 +67,235,1956 +67,245,1956 +67,246,1956 +67,247,1956 +67,250,1956 +67,251,1956 +67,267,1956 +67,270,1956 +68,151,1956 +68,152,1956 +68,153,1956 +68,171,1956 +68,172,1956 +68,173,1956 +68,174,1956 +68,175,1956 +68,176,1956 +68,177,1956 +68,178,1956 +68,185,1956 +68,186,1956 +68,187,1956 +68,191,1956 +68,192,1956 +68,226,1956 +68,227,1956 +68,228,1956 +68,229,1956 +68,231,1956 +68,233,1956 +68,234,1956 +68,235,1956 +68,245,1956 +68,246,1956 +68,247,1956 +68,250,1956 +68,251,1956 +68,267,1956 +68,270,1956 +69,151,1956 +69,152,1956 +69,153,1956 +69,171,1956 +69,172,1956 +69,173,1956 +69,174,1956 +69,175,1956 +69,176,1956 +69,177,1956 +69,178,1956 +69,185,1956 +69,186,1956 +69,187,1956 +69,191,1956 +69,192,1956 +69,226,1956 +69,227,1956 +69,228,1956 +69,229,1956 +69,231,1956 +69,233,1956 +69,234,1956 +69,235,1956 +69,245,1956 +69,246,1956 +69,247,1956 +69,250,1956 +69,251,1956 +69,267,1956 +69,270,1956 +70,151,1956 +70,152,1956 +70,153,1956 +70,171,1956 +70,172,1956 +70,173,1956 +70,174,1956 +70,175,1956 +70,176,1956 +70,177,1956 +70,178,1956 +70,185,1956 +70,186,1956 +70,187,1956 +70,191,1956 +70,192,1956 +70,226,1956 +70,227,1956 +70,228,1956 +70,229,1956 +70,231,1956 +70,233,1956 +70,234,1956 +70,235,1956 +70,245,1956 +70,246,1956 +70,247,1956 +70,250,1956 +70,251,1956 +70,267,1956 +70,270,1956 +71,151,1956 +71,152,1956 +71,153,1956 +71,171,1956 +71,172,1956 +71,173,1956 +71,174,1956 +71,175,1956 +71,176,1956 +71,177,1956 +71,178,1956 +71,185,1956 +71,186,1956 +71,187,1956 +71,191,1956 +71,192,1956 +71,226,1956 +71,227,1956 +71,228,1956 +71,229,1956 +71,231,1956 +71,233,1956 +71,234,1956 +71,235,1956 +71,245,1956 +71,246,1956 +71,247,1956 +71,250,1956 +71,251,1956 +71,267,1956 +71,270,1956 +72,151,1956 +72,152,1956 +72,153,1956 +72,171,1956 +72,172,1956 +72,173,1956 +72,174,1956 +72,175,1956 +72,176,1956 +72,177,1956 +72,178,1956 +72,185,1956 +72,186,1956 +72,187,1956 +72,191,1956 +72,192,1956 +72,226,1956 +72,227,1956 +72,228,1956 +72,229,1956 +72,231,1956 +72,233,1956 +72,234,1956 +72,235,1956 +72,245,1956 +72,246,1956 +72,247,1956 +72,250,1956 +72,251,1956 +72,267,1956 +72,270,1956 +73,151,1956 +73,152,1956 +73,153,1956 +73,171,1956 +73,172,1956 +73,173,1956 +73,174,1956 +73,175,1956 +73,176,1956 +73,177,1956 +73,178,1956 +73,185,1956 +73,186,1956 +73,187,1956 +73,191,1956 +73,192,1956 +73,226,1956 +73,227,1956 +73,228,1956 +73,229,1956 +73,231,1956 +73,233,1956 +73,234,1956 +73,235,1956 +73,245,1956 +73,246,1956 +73,247,1956 +73,250,1956 +73,251,1956 +73,267,1956 +73,270,1956 +74,151,1956 +74,152,1956 +74,153,1956 +74,171,1956 +74,172,1956 +74,173,1956 +74,174,1956 +74,175,1956 +74,176,1956 +74,177,1956 +74,178,1956 +74,185,1956 +74,186,1956 +74,187,1956 +74,191,1956 +74,192,1956 +74,226,1956 +74,227,1956 +74,228,1956 +74,229,1956 +74,231,1956 +74,233,1956 +74,234,1956 +74,235,1956 +74,245,1956 +74,246,1956 +74,247,1956 +74,250,1956 +74,251,1956 +74,267,1956 +74,270,1956 +75,151,1956 +75,152,1956 +75,153,1956 +75,171,1956 +75,172,1956 +75,173,1956 +75,174,1956 +75,175,1956 +75,176,1956 +75,177,1956 +75,178,1956 +75,185,1956 +75,186,1956 +75,187,1956 +75,191,1956 +75,192,1956 +75,226,1956 +75,227,1956 +75,228,1956 +75,229,1956 +75,231,1956 +75,233,1956 +75,234,1956 +75,235,1956 +75,245,1956 +75,246,1956 +75,247,1956 +75,250,1956 +75,251,1956 +75,267,1956 +75,270,1956 +76,151,1956 +76,152,1956 +76,153,1956 +76,171,1956 +76,172,1956 +76,173,1956 +76,174,1956 +76,175,1956 +76,176,1956 +76,177,1956 +76,178,1956 +76,185,1956 +76,186,1956 +76,187,1956 +76,191,1956 +76,192,1956 +76,226,1956 +76,227,1956 +76,228,1956 +76,229,1956 +76,231,1956 +76,233,1956 +76,234,1956 +76,235,1956 +76,245,1956 +76,246,1956 +76,247,1956 +76,250,1956 +76,251,1956 +76,267,1956 +76,270,1956 +77,151,1956 +77,152,1956 +77,153,1956 +77,171,1956 +77,172,1956 +77,173,1956 +77,174,1956 +77,175,1956 +77,176,1956 +77,177,1956 +77,178,1956 +77,185,1956 +77,186,1956 +77,187,1956 +77,191,1956 +77,192,1956 +77,226,1956 +77,227,1956 +77,228,1956 +77,229,1956 +77,231,1956 +77,233,1956 +77,234,1956 +77,235,1956 +77,245,1956 +77,246,1956 +77,247,1956 +77,250,1956 +77,251,1956 +77,267,1956 +77,270,1956 +78,151,1956 +78,152,1956 +78,153,1956 +78,171,1956 +78,172,1956 +78,173,1956 +78,174,1956 +78,175,1956 +78,176,1956 +78,177,1956 +78,178,1956 +78,185,1956 +78,186,1956 +78,187,1956 +78,191,1956 +78,192,1956 +78,226,1956 +78,227,1956 +78,228,1956 +78,229,1956 +78,231,1956 +78,233,1956 +78,234,1956 +78,235,1956 +78,245,1956 +78,246,1956 +78,247,1956 +78,250,1956 +78,251,1956 +78,267,1956 +78,270,1956 +79,151,1956 +79,152,1956 +79,153,1956 +79,171,1956 +79,172,1956 +79,173,1956 +79,174,1956 +79,175,1956 +79,176,1956 +79,177,1956 +79,178,1956 +79,185,1956 +79,186,1956 +79,187,1956 +79,191,1956 +79,192,1956 +79,226,1956 +79,227,1956 +79,228,1956 +79,229,1956 +79,231,1956 +79,233,1956 +79,234,1956 +79,235,1956 +79,245,1956 +79,246,1956 +79,247,1956 +79,250,1956 +79,251,1956 +79,267,1956 +79,270,1956 +80,151,1956 +80,152,1956 +80,153,1956 +80,171,1956 +80,172,1956 +80,173,1956 +80,174,1956 +80,175,1956 +80,176,1956 +80,177,1956 +80,178,1956 +80,185,1956 +80,186,1956 +80,187,1956 +80,191,1956 +80,192,1956 +80,226,1956 +80,227,1956 +80,228,1956 +80,229,1956 +80,231,1956 +80,233,1956 +80,234,1956 +80,235,1956 +80,245,1956 +80,246,1956 +80,247,1956 +80,250,1956 +80,251,1956 +80,267,1956 +80,270,1956 +81,151,1956 +81,152,1956 +81,153,1956 +81,171,1956 +81,172,1956 +81,173,1956 +81,174,1956 +81,175,1956 +81,176,1956 +81,177,1956 +81,178,1956 +81,185,1956 +81,186,1956 +81,187,1956 +81,191,1956 +81,192,1956 +81,226,1956 +81,227,1956 +81,228,1956 +81,229,1956 +81,231,1956 +81,233,1956 +81,234,1956 +81,235,1956 +81,245,1956 +81,246,1956 +81,247,1956 +81,250,1956 +81,251,1956 +81,267,1956 +81,270,1956 +82,151,1956 +82,152,1956 +82,153,1956 +82,171,1956 +82,172,1956 +82,173,1956 +82,174,1956 +82,175,1956 +82,176,1956 +82,177,1956 +82,178,1956 +82,185,1956 +82,186,1956 +82,187,1956 +82,191,1956 +82,192,1956 +82,226,1956 +82,227,1956 +82,228,1956 +82,229,1956 +82,231,1956 +82,233,1956 +82,234,1956 +82,235,1956 +82,245,1956 +82,246,1956 +82,247,1956 +82,250,1956 +82,251,1956 +82,267,1956 +82,270,1956 +83,151,1956 +83,152,1956 +83,153,1956 +83,171,1956 +83,172,1956 +83,173,1956 +83,174,1956 +83,175,1956 +83,176,1956 +83,177,1956 +83,178,1956 +83,185,1956 +83,186,1956 +83,187,1956 +83,191,1956 +83,192,1956 +83,226,1956 +83,227,1956 +83,228,1956 +83,229,1956 +83,231,1956 +83,233,1956 +83,234,1956 +83,235,1956 +83,245,1956 +83,246,1956 +83,247,1956 +83,250,1956 +83,251,1956 +83,267,1956 +83,270,1956 +84,151,1956 +84,152,1956 +84,153,1956 +84,171,1956 +84,172,1956 +84,173,1956 +84,174,1956 +84,175,1956 +84,176,1956 +84,177,1956 +84,178,1956 +84,185,1956 +84,186,1956 +84,187,1956 +84,191,1956 +84,192,1956 +84,226,1956 +84,227,1956 +84,228,1956 +84,229,1956 +84,231,1956 +84,233,1956 +84,234,1956 +84,235,1956 +84,245,1956 +84,246,1956 +84,247,1956 +84,250,1956 +84,251,1956 +84,267,1956 +84,270,1956 +85,151,1956 +85,152,1956 +85,153,1956 +85,171,1956 +85,172,1956 +85,173,1956 +85,174,1956 +85,175,1956 +85,176,1956 +85,177,1956 +85,178,1956 +85,185,1956 +85,186,1956 +85,187,1956 +85,191,1956 +85,192,1956 +85,226,1956 +85,227,1956 +85,228,1956 +85,229,1956 +85,231,1956 +85,233,1956 +85,234,1956 +85,235,1956 +85,245,1956 +85,246,1956 +85,247,1956 +85,250,1956 +85,251,1956 +85,267,1956 +85,270,1956 +86,151,1956 +86,152,1956 +86,153,1956 +86,171,1956 +86,172,1956 +86,173,1956 +86,174,1956 +86,175,1956 +86,176,1956 +86,177,1956 +86,178,1956 +86,185,1956 +86,186,1956 +86,187,1956 +86,191,1956 +86,192,1956 +86,226,1956 +86,227,1956 +86,228,1956 +86,229,1956 +86,231,1956 +86,233,1956 +86,234,1956 +86,235,1956 +86,245,1956 +86,246,1956 +86,247,1956 +86,250,1956 +86,251,1956 +86,267,1956 +86,270,1956 +87,151,1956 +87,152,1956 +87,153,1956 +87,171,1956 +87,172,1956 +87,173,1956 +87,174,1956 +87,175,1956 +87,176,1956 +87,177,1956 +87,178,1956 +87,185,1956 +87,186,1956 +87,187,1956 +87,191,1956 +87,192,1956 +87,226,1956 +87,227,1956 +87,228,1956 +87,229,1956 +87,231,1956 +87,233,1956 +87,234,1956 +87,235,1956 +87,245,1956 +87,246,1956 +87,247,1956 +87,250,1956 +87,251,1956 +87,267,1956 +87,270,1956 +88,151,1956 +88,152,1956 +88,153,1956 +88,171,1956 +88,172,1956 +88,173,1956 +88,174,1956 +88,175,1956 +88,176,1956 +88,177,1956 +88,178,1956 +88,185,1956 +88,186,1956 +88,187,1956 +88,191,1956 +88,192,1956 +88,226,1956 +88,227,1956 +88,228,1956 +88,229,1956 +88,231,1956 +88,233,1956 +88,234,1956 +88,235,1956 +88,245,1956 +88,246,1956 +88,247,1956 +88,250,1956 +88,251,1956 +88,267,1956 +88,270,1956 +89,151,1956 +89,152,1956 +89,153,1956 +89,171,1956 +89,172,1956 +89,173,1956 +89,174,1956 +89,175,1956 +89,176,1956 +89,177,1956 +89,178,1956 +89,185,1956 +89,186,1956 +89,187,1956 +89,191,1956 +89,192,1956 +89,226,1956 +89,227,1956 +89,228,1956 +89,229,1956 +89,231,1956 +89,233,1956 +89,234,1956 +89,235,1956 +89,245,1956 +89,246,1956 +89,247,1956 +89,250,1956 +89,251,1956 +89,267,1956 +89,270,1956 +90,151,1956 +90,152,1956 +90,153,1956 +90,171,1956 +90,172,1956 +90,173,1956 +90,174,1956 +90,175,1956 +90,176,1956 +90,177,1956 +90,178,1956 +90,185,1956 +90,186,1956 +90,187,1956 +90,191,1956 +90,192,1956 +90,226,1956 +90,227,1956 +90,228,1956 +90,229,1956 +90,231,1956 +90,233,1956 +90,234,1956 +90,235,1956 +90,245,1956 +90,246,1956 +90,247,1956 +90,250,1956 +90,251,1956 +90,267,1956 +90,270,1956 +91,151,1956 +91,152,1956 +91,153,1956 +91,171,1956 +91,172,1956 +91,173,1956 +91,174,1956 +91,175,1956 +91,176,1956 +91,177,1956 +91,178,1956 +91,185,1956 +91,186,1956 +91,187,1956 +91,191,1956 +91,192,1956 +91,226,1956 +91,227,1956 +91,228,1956 +91,229,1956 +91,231,1956 +91,233,1956 +91,234,1956 +91,235,1956 +91,245,1956 +91,246,1956 +91,247,1956 +91,250,1956 +91,251,1956 +91,267,1956 +91,270,1956 +92,151,1956 +92,152,1956 +92,153,1956 +92,171,1956 +92,172,1956 +92,173,1956 +92,174,1956 +92,175,1956 +92,176,1956 +92,177,1956 +92,178,1956 +92,185,1956 +92,186,1956 +92,187,1956 +92,191,1956 +92,192,1956 +92,226,1956 +92,227,1956 +92,228,1956 +92,229,1956 +92,231,1956 +92,233,1956 +92,234,1956 +92,235,1956 +92,245,1956 +92,246,1956 +92,247,1956 +92,250,1956 +92,251,1956 +92,267,1956 +92,270,1956 +93,151,1956 +93,152,1956 +93,153,1956 +93,171,1956 +93,172,1956 +93,173,1956 +93,174,1956 +93,175,1956 +93,176,1956 +93,177,1956 +93,178,1956 +93,185,1956 +93,186,1956 +93,187,1956 +93,191,1956 +93,192,1956 +93,226,1956 +93,227,1956 +93,228,1956 +93,229,1956 +93,231,1956 +93,233,1956 +93,234,1956 +93,235,1956 +93,245,1956 +93,246,1956 +93,247,1956 +93,250,1956 +93,251,1956 +93,267,1956 +93,270,1956 +94,151,1956 +94,152,1956 +94,153,1956 +94,170,1956 +94,171,1956 +94,172,1956 +94,173,1956 +94,174,1956 +94,175,1956 +94,176,1956 +94,177,1956 +94,178,1956 +94,185,1956 +94,186,1956 +94,187,1956 +94,191,1956 +94,192,1956 +94,199,1956 +94,226,1956 +94,227,1956 +94,228,1956 +94,229,1956 +94,231,1956 +94,233,1956 +94,234,1956 +94,235,1956 +94,245,1956 +94,246,1956 +94,247,1956 +94,250,1956 +94,251,1956 +94,264,1956 +94,265,1956 +94,266,1956 +94,267,1956 +94,270,1956 +95,151,1956 +95,152,1956 +95,153,1956 +95,171,1956 +95,172,1956 +95,173,1956 +95,174,1956 +95,175,1956 +95,176,1956 +95,177,1956 +95,178,1956 +95,185,1956 +95,186,1956 +95,187,1956 +95,191,1956 +95,192,1956 +95,226,1956 +95,227,1956 +95,228,1956 +95,229,1956 +95,231,1956 +95,233,1956 +95,234,1956 +95,235,1956 +95,245,1956 +95,246,1956 +95,247,1956 +95,250,1956 +95,251,1956 +95,267,1956 +95,270,1956 +96,151,1956 +96,152,1956 +96,153,1956 +96,171,1956 +96,172,1956 +96,173,1956 +96,174,1956 +96,175,1956 +96,176,1956 +96,177,1956 +96,178,1956 +96,185,1956 +96,186,1956 +96,187,1956 +96,191,1956 +96,192,1956 +96,226,1956 +96,227,1956 +96,228,1956 +96,229,1956 +96,231,1956 +96,233,1956 +96,234,1956 +96,235,1956 +96,245,1956 +96,246,1956 +96,247,1956 +96,250,1956 +96,251,1956 +96,267,1956 +96,270,1956 +97,151,1956 +97,152,1956 +97,153,1956 +97,171,1956 +97,172,1956 +97,173,1956 +97,174,1956 +97,175,1956 +97,176,1956 +97,177,1956 +97,178,1956 +97,185,1956 +97,186,1956 +97,187,1956 +97,191,1956 +97,192,1956 +97,226,1956 +97,227,1956 +97,228,1956 +97,229,1956 +97,231,1956 +97,233,1956 +97,234,1956 +97,235,1956 +97,245,1956 +97,246,1956 +97,247,1956 +97,250,1956 +97,251,1956 +97,267,1956 +97,270,1956 +98,151,1956 +98,152,1956 +98,153,1956 +98,170,1956 +98,171,1956 +98,172,1956 +98,173,1956 +98,174,1956 +98,175,1956 +98,176,1956 +98,177,1956 +98,178,1956 +98,185,1956 +98,186,1956 +98,187,1956 +98,191,1956 +98,192,1956 +98,199,1956 +98,226,1956 +98,227,1956 +98,228,1956 +98,229,1956 +98,231,1956 +98,233,1956 +98,234,1956 +98,235,1956 +98,245,1956 +98,246,1956 +98,247,1956 +98,250,1956 +98,251,1956 +98,264,1956 +98,265,1956 +98,266,1956 +98,267,1956 +98,270,1956 +99,151,1956 +99,152,1956 +99,153,1956 +99,170,1956 +99,171,1956 +99,172,1956 +99,173,1956 +99,174,1956 +99,175,1956 +99,176,1956 +99,177,1956 +99,178,1956 +99,185,1956 +99,186,1956 +99,187,1956 +99,191,1956 +99,192,1956 +99,199,1956 +99,226,1956 +99,227,1956 +99,228,1956 +99,229,1956 +99,231,1956 +99,233,1956 +99,234,1956 +99,235,1956 +99,245,1956 +99,246,1956 +99,247,1956 +99,250,1956 +99,251,1956 +99,264,1956 +99,265,1956 +99,266,1956 +99,267,1956 +99,270,1956 +100,151,1956 +100,152,1956 +100,153,1956 +100,170,1956 +100,171,1956 +100,172,1956 +100,173,1956 +100,174,1956 +100,175,1956 +100,176,1956 +100,177,1956 +100,178,1956 +100,185,1956 +100,186,1956 +100,187,1956 +100,191,1956 +100,192,1956 +100,199,1956 +100,226,1956 +100,227,1956 +100,228,1956 +100,229,1956 +100,231,1956 +100,233,1956 +100,234,1956 +100,235,1956 +100,245,1956 +100,246,1956 +100,247,1956 +100,250,1956 +100,251,1956 +100,264,1956 +100,265,1956 +100,266,1956 +100,267,1956 +100,270,1956 +101,151,1956 +101,152,1956 +101,153,1956 +101,170,1956 +101,171,1956 +101,172,1956 +101,173,1956 +101,174,1956 +101,175,1956 +101,176,1956 +101,177,1956 +101,178,1956 +101,185,1956 +101,186,1956 +101,187,1956 +101,191,1956 +101,192,1956 +101,199,1956 +101,226,1956 +101,227,1956 +101,228,1956 +101,229,1956 +101,231,1956 +101,233,1956 +101,234,1956 +101,235,1956 +101,245,1956 +101,246,1956 +101,247,1956 +101,250,1956 +101,251,1956 +101,264,1956 +101,265,1956 +101,266,1956 +101,267,1956 +101,270,1956 +102,170,1956 +102,185,1956 +102,186,1956 +102,187,1956 +102,191,1956 +102,192,1956 +102,199,1956 +102,226,1956 +102,227,1956 +102,228,1956 +102,229,1956 +102,231,1956 +102,233,1956 +102,234,1956 +102,235,1956 +102,245,1956 +102,246,1956 +102,247,1956 +102,251,1956 +102,264,1956 +102,265,1956 +102,266,1956 +102,267,1956 +102,270,1956 +103,151,1956 +103,152,1956 +103,153,1956 +103,170,1956 +103,171,1956 +103,172,1956 +103,173,1956 +103,174,1956 +103,175,1956 +103,176,1956 +103,177,1956 +103,178,1956 +103,185,1956 +103,186,1956 +103,187,1956 +103,191,1956 +103,192,1956 +103,199,1956 +103,226,1956 +103,227,1956 +103,228,1956 +103,229,1956 +103,231,1956 +103,233,1956 +103,234,1956 +103,235,1956 +103,245,1956 +103,246,1956 +103,247,1956 +103,250,1956 +103,251,1956 +103,264,1956 +103,265,1956 +103,266,1956 +103,267,1956 +103,270,1956 +104,151,1956 +104,152,1956 +104,153,1956 +104,170,1956 +104,171,1956 +104,172,1956 +104,173,1956 +104,174,1956 +104,175,1956 +104,176,1956 +104,177,1956 +104,178,1956 +104,185,1956 +104,186,1956 +104,187,1956 +104,191,1956 +104,192,1956 +104,199,1956 +104,226,1956 +104,227,1956 +104,228,1956 +104,229,1956 +104,231,1956 +104,233,1956 +104,234,1956 +104,235,1956 +104,245,1956 +104,246,1956 +104,247,1956 +104,250,1956 +104,251,1956 +104,264,1956 +104,265,1956 +104,266,1956 +104,267,1956 +104,270,1956 +105,151,1956 +105,152,1956 +105,153,1956 +105,170,1956 +105,171,1956 +105,172,1956 +105,173,1956 +105,174,1956 +105,175,1956 +105,176,1956 +105,177,1956 +105,178,1956 +105,185,1956 +105,186,1956 +105,187,1956 +105,191,1956 +105,192,1956 +105,199,1956 +105,226,1956 +105,227,1956 +105,228,1956 +105,229,1956 +105,231,1956 +105,233,1956 +105,234,1956 +105,235,1956 +105,245,1956 +105,246,1956 +105,247,1956 +105,250,1956 +105,251,1956 +105,264,1956 +105,265,1956 +105,266,1956 +105,267,1956 +105,270,1956 +106,151,1956 +106,152,1956 +106,153,1956 +106,170,1956 +106,171,1956 +106,172,1956 +106,173,1956 +106,174,1956 +106,175,1956 +106,176,1956 +106,177,1956 +106,178,1956 +106,185,1956 +106,186,1956 +106,187,1956 +106,191,1956 +106,192,1956 +106,199,1956 +106,226,1956 +106,227,1956 +106,228,1956 +106,229,1956 +106,231,1956 +106,233,1956 +106,234,1956 +106,235,1956 +106,245,1956 +106,246,1956 +106,247,1956 +106,250,1956 +106,251,1956 +106,264,1956 +106,265,1956 +106,266,1956 +106,267,1956 +106,270,1956 +107,151,1956 +107,152,1956 +107,153,1956 +107,170,1956 +107,171,1956 +107,172,1956 +107,173,1956 +107,174,1956 +107,175,1956 +107,176,1956 +107,177,1956 +107,178,1956 +107,185,1956 +107,186,1956 +107,187,1956 +107,191,1956 +107,192,1956 +107,199,1956 +107,226,1956 +107,227,1956 +107,228,1956 +107,229,1956 +107,231,1956 +107,233,1956 +107,234,1956 +107,235,1956 +107,245,1956 +107,246,1956 +107,247,1956 +107,250,1956 +107,251,1956 +107,264,1956 +107,265,1956 +107,266,1956 +107,267,1956 +107,270,1956 +108,170,1956 +108,185,1956 +108,186,1956 +108,187,1956 +108,191,1956 +108,192,1956 +108,199,1956 +108,226,1956 +108,227,1956 +108,228,1956 +108,229,1956 +108,231,1956 +108,233,1956 +108,234,1956 +108,235,1956 +108,245,1956 +108,246,1956 +108,247,1956 +108,251,1956 +108,264,1956 +108,265,1956 +108,266,1956 +108,267,1956 +108,270,1956 +109,170,1956 +109,185,1956 +109,186,1956 +109,187,1956 +109,191,1956 +109,192,1956 +109,199,1956 +109,226,1956 +109,227,1956 +109,228,1956 +109,229,1956 +109,231,1956 +109,233,1956 +109,234,1956 +109,235,1956 +109,245,1956 +109,246,1956 +109,247,1956 +109,251,1956 +109,264,1956 +109,265,1956 +109,266,1956 +109,267,1956 +109,270,1956 +110,151,1956 +110,152,1956 +110,153,1956 +110,171,1956 +110,172,1956 +110,173,1956 +110,174,1956 +110,175,1956 +110,176,1956 +110,177,1956 +110,178,1956 +110,185,1956 +110,186,1956 +110,187,1956 +110,191,1956 +110,192,1956 +110,226,1956 +110,227,1956 +110,228,1956 +110,229,1956 +110,231,1956 +110,233,1956 +110,234,1956 +110,235,1956 +110,245,1956 +110,246,1956 +110,247,1956 +110,250,1956 +110,251,1956 +110,267,1956 +110,270,1956 +111,151,1956 +111,152,1956 +111,153,1956 +111,171,1956 +111,172,1956 +111,173,1956 +111,174,1956 +111,175,1956 +111,176,1956 +111,177,1956 +111,178,1956 +111,185,1956 +111,186,1956 +111,187,1956 +111,191,1956 +111,192,1956 +111,226,1956 +111,227,1956 +111,228,1956 +111,229,1956 +111,231,1956 +111,233,1956 +111,234,1956 +111,235,1956 +111,245,1956 +111,246,1956 +111,247,1956 +111,250,1956 +111,251,1956 +111,267,1956 +111,270,1956 +112,151,1956 +112,152,1956 +112,153,1956 +112,171,1956 +112,172,1956 +112,173,1956 +112,174,1956 +112,175,1956 +112,176,1956 +112,177,1956 +112,178,1956 +112,185,1956 +112,186,1956 +112,187,1956 +112,191,1956 +112,192,1956 +112,226,1956 +112,227,1956 +112,228,1956 +112,229,1956 +112,231,1956 +112,233,1956 +112,234,1956 +112,235,1956 +112,245,1956 +112,246,1956 +112,247,1956 +112,250,1956 +112,251,1956 +112,267,1956 +112,270,1956 +113,151,1956 +113,152,1956 +113,153,1956 +113,171,1956 +113,172,1956 +113,173,1956 +113,174,1956 +113,175,1956 +113,176,1956 +113,177,1956 +113,178,1956 +113,185,1956 +113,186,1956 +113,187,1956 +113,191,1956 +113,192,1956 +113,226,1956 +113,227,1956 +113,228,1956 +113,229,1956 +113,231,1956 +113,233,1956 +113,234,1956 +113,235,1956 +113,245,1956 +113,246,1956 +113,247,1956 +113,250,1956 +113,251,1956 +113,267,1956 +113,270,1956 +114,151,1956 +114,152,1956 +114,153,1956 +114,171,1956 +114,172,1956 +114,173,1956 +114,174,1956 +114,175,1956 +114,176,1956 +114,177,1956 +114,178,1956 +114,185,1956 +114,186,1956 +114,187,1956 +114,191,1956 +114,192,1956 +114,226,1956 +114,227,1956 +114,228,1956 +114,229,1956 +114,231,1956 +114,233,1956 +114,234,1956 +114,235,1956 +114,245,1956 +114,246,1956 +114,247,1956 +114,250,1956 +114,251,1956 +114,267,1956 +114,270,1956 +115,151,1956 +115,152,1956 +115,153,1956 +115,171,1956 +115,172,1956 +115,173,1956 +115,174,1956 +115,175,1956 +115,176,1956 +115,177,1956 +115,178,1956 +115,185,1956 +115,186,1956 +115,187,1956 +115,191,1956 +115,192,1956 +115,226,1956 +115,227,1956 +115,228,1956 +115,229,1956 +115,231,1956 +115,233,1956 +115,234,1956 +115,235,1956 +115,245,1956 +115,246,1956 +115,247,1956 +115,250,1956 +115,251,1956 +115,267,1956 +115,270,1956 +116,151,1956 +116,152,1956 +116,153,1956 +116,171,1956 +116,172,1956 +116,173,1956 +116,174,1956 +116,175,1956 +116,176,1956 +116,177,1956 +116,178,1956 +116,185,1956 +116,186,1956 +116,187,1956 +116,191,1956 +116,192,1956 +116,226,1956 +116,227,1956 +116,228,1956 +116,229,1956 +116,231,1956 +116,233,1956 +116,234,1956 +116,235,1956 +116,245,1956 +116,246,1956 +116,247,1956 +116,250,1956 +116,251,1956 +116,267,1956 +116,270,1956 +117,151,1956 +117,152,1956 +117,153,1956 +117,171,1956 +117,172,1956 +117,173,1956 +117,174,1956 +117,175,1956 +117,176,1956 +117,177,1956 +117,178,1956 +117,185,1956 +117,186,1956 +117,187,1956 +117,191,1956 +117,192,1956 +117,226,1956 +117,227,1956 +117,228,1956 +117,229,1956 +117,231,1956 +117,233,1956 +117,234,1956 +117,235,1956 +117,245,1956 +117,246,1956 +117,247,1956 +117,250,1956 +117,251,1956 +117,267,1956 +117,270,1956 +118,151,1956 +118,152,1956 +118,153,1956 +118,171,1956 +118,172,1956 +118,173,1956 +118,174,1956 +118,175,1956 +118,176,1956 +118,177,1956 +118,178,1956 +118,185,1956 +118,186,1956 +118,187,1956 +118,191,1956 +118,192,1956 +118,226,1956 +118,227,1956 +118,228,1956 +118,229,1956 +118,231,1956 +118,233,1956 +118,234,1956 +118,235,1956 +118,245,1956 +118,246,1956 +118,247,1956 +118,250,1956 +118,251,1956 +118,267,1956 +118,270,1956 +119,170,1956 +119,185,1956 +119,186,1956 +119,187,1956 +119,191,1956 +119,192,1956 +119,199,1956 +119,226,1956 +119,227,1956 +119,228,1956 +119,229,1956 +119,231,1956 +119,233,1956 +119,234,1956 +119,235,1956 +119,245,1956 +119,246,1956 +119,247,1956 +119,251,1956 +119,264,1956 +119,265,1956 +119,266,1956 +119,267,1956 +119,270,1956 +120,151,1956 +120,152,1956 +120,153,1956 +120,171,1956 +120,172,1956 +120,173,1956 +120,174,1956 +120,175,1956 +120,176,1956 +120,177,1956 +120,178,1956 +120,185,1956 +120,186,1956 +120,187,1956 +120,191,1956 +120,192,1956 +120,226,1956 +120,227,1956 +120,228,1956 +120,229,1956 +120,231,1956 +120,233,1956 +120,234,1956 +120,235,1956 +120,245,1956 +120,246,1956 +120,247,1956 +120,250,1956 +120,251,1956 +120,267,1956 +120,270,1956 +121,151,1956 +121,152,1956 +121,153,1956 +121,171,1956 +121,172,1956 +121,173,1956 +121,174,1956 +121,175,1956 +121,176,1956 +121,177,1956 +121,178,1956 +121,185,1956 +121,186,1956 +121,187,1956 +121,191,1956 +121,192,1956 +121,226,1956 +121,227,1956 +121,228,1956 +121,229,1956 +121,231,1956 +121,233,1956 +121,234,1956 +121,235,1956 +121,245,1956 +121,246,1956 +121,247,1956 +121,250,1956 +121,251,1956 +121,267,1956 +121,270,1956 +122,170,1956 +122,185,1956 +122,186,1956 +122,187,1956 +122,191,1956 +122,192,1956 +122,199,1956 +122,226,1956 +122,227,1956 +122,228,1956 +122,229,1956 +122,231,1956 +122,233,1956 +122,234,1956 +122,235,1956 +122,245,1956 +122,246,1956 +122,247,1956 +122,251,1956 +122,264,1956 +122,265,1956 +122,266,1956 +122,267,1956 +122,270,1956 +123,185,1956 +123,186,1956 +123,187,1956 +123,191,1956 +123,192,1956 +123,226,1956 +123,227,1956 +123,228,1956 +123,229,1956 +123,231,1956 +123,233,1956 +123,234,1956 +123,235,1956 +123,245,1956 +123,246,1956 +123,247,1956 +123,251,1956 +123,267,1956 +123,270,1956 +124,185,1956 +124,186,1956 +124,187,1956 +124,191,1956 +124,192,1956 +124,226,1956 +124,227,1956 +124,228,1956 +124,229,1956 +124,231,1956 +124,233,1956 +124,234,1956 +124,235,1956 +124,245,1956 +124,246,1956 +124,247,1956 +124,251,1956 +124,267,1956 +124,270,1956 +125,185,1956 +125,186,1956 +125,187,1956 +125,191,1956 +125,192,1956 +125,226,1956 +125,227,1956 +125,228,1956 +125,229,1956 +125,231,1956 +125,233,1956 +125,234,1956 +125,235,1956 +125,245,1956 +125,246,1956 +125,247,1956 +125,251,1956 +125,267,1956 +125,270,1956 +126,185,1956 +126,186,1956 +126,187,1956 +126,191,1956 +126,192,1956 +126,226,1956 +126,227,1956 +126,228,1956 +126,229,1956 +126,231,1956 +126,233,1956 +126,234,1956 +126,235,1956 +126,245,1956 +126,246,1956 +126,247,1956 +126,251,1956 +126,267,1956 +126,270,1956 +127,151,1956 +127,152,1956 +127,153,1956 +127,170,1956 +127,171,1956 +127,172,1956 +127,173,1956 +127,174,1956 +127,175,1956 +127,176,1956 +127,177,1956 +127,178,1956 +127,185,1956 +127,186,1956 +127,187,1956 +127,191,1956 +127,192,1956 +127,199,1956 +127,226,1956 +127,227,1956 +127,228,1956 +127,229,1956 +127,231,1956 +127,233,1956 +127,234,1956 +127,235,1956 +127,245,1956 +127,246,1956 +127,247,1956 +127,250,1956 +127,251,1956 +127,264,1956 +127,265,1956 +127,266,1956 +127,267,1956 +127,270,1956 +128,151,1956 +128,152,1956 +128,153,1956 +128,171,1956 +128,172,1956 +128,173,1956 +128,174,1956 +128,175,1956 +128,176,1956 +128,177,1956 +128,178,1956 +128,185,1956 +128,186,1956 +128,187,1956 +128,191,1956 +128,192,1956 +128,226,1956 +128,227,1956 +128,228,1956 +128,229,1956 +128,231,1956 +128,233,1956 +128,234,1956 +128,235,1956 +128,245,1956 +128,246,1956 +128,247,1956 +128,250,1956 +128,251,1956 +128,270,1956 +129,151,1956 +129,152,1956 +129,153,1956 +129,171,1956 +129,172,1956 +129,173,1956 +129,174,1956 +129,175,1956 +129,176,1956 +129,177,1956 +129,178,1956 +129,185,1956 +129,186,1956 +129,187,1956 +129,191,1956 +129,192,1956 +129,226,1956 +129,227,1956 +129,228,1956 +129,229,1956 +129,231,1956 +129,233,1956 +129,234,1956 +129,245,1956 +129,246,1956 +129,247,1956 +129,250,1956 +129,251,1956 +129,270,1956 +130,151,1956 +130,152,1956 +130,153,1956 +130,171,1956 +130,172,1956 +130,173,1956 +130,174,1956 +130,175,1956 +130,176,1956 +130,177,1956 +130,178,1956 +130,185,1956 +130,186,1956 +130,187,1956 +130,191,1956 +130,192,1956 +130,226,1956 +130,227,1956 +130,228,1956 +130,229,1956 +130,231,1956 +130,233,1956 +130,234,1956 +130,235,1956 +130,245,1956 +130,246,1956 +130,247,1956 +130,250,1956 +130,251,1956 +130,267,1956 +130,270,1956 +131,151,1956 +131,152,1956 +131,153,1956 +131,171,1956 +131,172,1956 +131,173,1956 +131,174,1956 +131,175,1956 +131,176,1956 +131,177,1956 +131,178,1956 +131,185,1956 +131,186,1956 +131,187,1956 +131,191,1956 +131,192,1956 +131,226,1956 +131,227,1956 +131,228,1956 +131,229,1956 +131,231,1956 +131,233,1956 +131,234,1956 +131,235,1956 +131,245,1956 +131,246,1956 +131,247,1956 +131,250,1956 +131,251,1956 +131,267,1956 +131,270,1956 +132,151,1956 +132,152,1956 +132,153,1956 +132,171,1956 +132,172,1956 +132,173,1956 +132,174,1956 +132,175,1956 +132,176,1956 +132,177,1956 +132,178,1956 +132,185,1956 +132,186,1956 +132,187,1956 +132,191,1956 +132,192,1956 +132,226,1956 +132,227,1956 +132,228,1956 +132,229,1956 +132,231,1956 +132,233,1956 +132,234,1956 +132,235,1956 +132,245,1956 +132,246,1956 +132,247,1956 +132,250,1956 +132,251,1956 +132,267,1956 +132,270,1956 +133,151,1956 +133,152,1956 +133,153,1956 +133,171,1956 +133,172,1956 +133,173,1956 +133,174,1956 +133,175,1956 +133,176,1956 +133,177,1956 +133,178,1956 +133,185,1956 +133,186,1956 +133,187,1956 +133,191,1956 +133,192,1956 +133,226,1956 +133,227,1956 +133,228,1956 +133,229,1956 +133,231,1956 +133,233,1956 +133,234,1956 +133,235,1956 +133,245,1956 +133,246,1956 +133,247,1956 +133,250,1956 +133,251,1956 +133,267,1956 +133,270,1956 +134,151,1956 +134,152,1956 +134,153,1956 +134,171,1956 +134,172,1956 +134,173,1956 +134,174,1956 +134,175,1956 +134,176,1956 +134,177,1956 +134,178,1956 +134,185,1956 +134,186,1956 +134,187,1956 +134,191,1956 +134,192,1956 +134,226,1956 +134,227,1956 +134,228,1956 +134,229,1956 +134,231,1956 +134,233,1956 +134,234,1956 +134,235,1956 +134,245,1956 +134,246,1956 +134,247,1956 +134,250,1956 +134,251,1956 +134,267,1956 +134,270,1956 +135,151,1956 +135,152,1956 +135,153,1956 +135,171,1956 +135,172,1956 +135,173,1956 +135,174,1956 +135,175,1956 +135,176,1956 +135,177,1956 +135,178,1956 +135,185,1956 +135,186,1956 +135,187,1956 +135,191,1956 +135,192,1956 +135,226,1956 +135,227,1956 +135,228,1956 +135,229,1956 +135,231,1956 +135,233,1956 +135,234,1956 +135,235,1956 +135,245,1956 +135,246,1956 +135,247,1956 +135,250,1956 +135,251,1956 +135,267,1956 +135,270,1956 +136,151,1956 +136,152,1956 +136,153,1956 +136,171,1956 +136,172,1956 +136,173,1956 +136,174,1956 +136,175,1956 +136,176,1956 +136,177,1956 +136,178,1956 +136,185,1956 +136,186,1956 +136,187,1956 +136,191,1956 +136,192,1956 +136,226,1956 +136,227,1956 +136,228,1956 +136,229,1956 +136,231,1956 +136,233,1956 +136,234,1956 +136,235,1956 +136,245,1956 +136,246,1956 +136,247,1956 +136,250,1956 +136,251,1956 +136,267,1956 +136,270,1956 +137,151,1956 +137,152,1956 +137,153,1956 +137,171,1956 +137,172,1956 +137,173,1956 +137,174,1956 +137,175,1956 +137,176,1956 +137,177,1956 +137,178,1956 +137,185,1956 +137,186,1956 +137,187,1956 +137,191,1956 +137,192,1956 +137,226,1956 +137,227,1956 +137,228,1956 +137,229,1956 +137,231,1956 +137,233,1956 +137,234,1956 +137,235,1956 +137,245,1956 +137,246,1956 +137,247,1956 +137,250,1956 +137,251,1956 +137,267,1956 +137,270,1956 +138,151,1956 +138,152,1956 +138,153,1956 +138,171,1956 +138,172,1956 +138,173,1956 +138,174,1956 +138,175,1956 +138,176,1956 +138,177,1956 +138,178,1956 +138,185,1956 +138,186,1956 +138,187,1956 +138,191,1956 +138,192,1956 +138,226,1956 +138,227,1956 +138,228,1956 +138,229,1956 +138,231,1956 +138,233,1956 +138,234,1956 +138,235,1956 +138,245,1956 +138,246,1956 +138,247,1956 +138,250,1956 +138,251,1956 +138,267,1956 +138,270,1956 +139,151,1956 +139,152,1956 +139,153,1956 +139,171,1956 +139,172,1956 +139,173,1956 +139,174,1956 +139,175,1956 +139,176,1956 +139,177,1956 +139,178,1956 +139,185,1956 +139,186,1956 +139,187,1956 +139,191,1956 +139,192,1956 +139,226,1956 +139,227,1956 +139,228,1956 +139,229,1956 +139,231,1956 +139,233,1956 +139,234,1956 +139,235,1956 +139,245,1956 +139,246,1956 +139,247,1956 +139,250,1956 +139,251,1956 +139,267,1956 +139,270,1956 +141,151,1956 +141,152,1956 +141,153,1956 +141,171,1956 +141,172,1956 +141,173,1956 +141,174,1956 +141,175,1956 +141,176,1956 +141,177,1956 +141,178,1956 +141,185,1956 +141,186,1956 +141,187,1956 +141,191,1956 +141,192,1956 +141,226,1956 +141,227,1956 +141,228,1956 +141,229,1956 +141,231,1956 +141,233,1956 +141,234,1956 +141,235,1956 +141,245,1956 +141,246,1956 +141,247,1956 +141,250,1956 +141,251,1956 +141,267,1956 +141,270,1956 +142,151,1956 +142,152,1956 +142,153,1956 +142,171,1956 +142,172,1956 +142,173,1956 +142,174,1956 +142,175,1956 +142,176,1956 +142,177,1956 +142,178,1956 +142,185,1956 +142,186,1956 +142,187,1956 +142,191,1956 +142,192,1956 +142,226,1956 +142,227,1956 +142,228,1956 +142,229,1956 +142,231,1956 +142,233,1956 +142,234,1956 +142,235,1956 +142,245,1956 +142,246,1956 +142,247,1956 +142,250,1956 +142,251,1956 +142,267,1956 +142,270,1956 +143,151,1956 +143,152,1956 +143,153,1956 +143,171,1956 +143,172,1956 +143,173,1956 +143,174,1956 +143,175,1956 +143,176,1956 +143,177,1956 +143,178,1956 +143,185,1956 +143,186,1956 +143,187,1956 +143,191,1956 +143,192,1956 +143,226,1956 +143,227,1956 +143,228,1956 +143,229,1956 +143,231,1956 +143,233,1956 +143,234,1956 +143,235,1956 +143,245,1956 +143,246,1956 +143,247,1956 +143,250,1956 +143,251,1956 +143,267,1956 +143,270,1956 +144,151,1956 +144,152,1956 +144,153,1956 +144,171,1956 +144,172,1956 +144,173,1956 +144,174,1956 +144,175,1956 +144,176,1956 +144,177,1956 +144,178,1956 +144,185,1956 +144,186,1956 +144,187,1956 +144,191,1956 +144,192,1956 +144,226,1956 +144,227,1956 +144,228,1956 +144,229,1956 +144,231,1956 +144,233,1956 +144,234,1956 +144,235,1956 +144,245,1956 +144,246,1956 +144,247,1956 +144,250,1956 +144,251,1956 +144,267,1956 +144,270,1956 +145,151,1956 +145,152,1956 +145,153,1956 +145,171,1956 +145,172,1956 +145,173,1956 +145,174,1956 +145,175,1956 +145,176,1956 +145,177,1956 +145,178,1956 +145,185,1956 +145,186,1956 +145,187,1956 +145,191,1956 +145,192,1956 +145,226,1956 +145,227,1956 +145,228,1956 +145,229,1956 +145,231,1956 +145,233,1956 +145,234,1956 +145,235,1956 +145,245,1956 +145,246,1956 +145,247,1956 +145,250,1956 +145,251,1956 +145,267,1956 +145,270,1956 +146,151,1956 +146,152,1956 +146,153,1956 +146,171,1956 +146,172,1956 +146,173,1956 +146,174,1956 +146,175,1956 +146,176,1956 +146,177,1956 +146,178,1956 +146,185,1956 +146,186,1956 +146,187,1956 +146,191,1956 +146,192,1956 +146,226,1956 +146,227,1956 +146,228,1956 +146,229,1956 +146,231,1956 +146,233,1956 +146,234,1956 +146,235,1956 +146,245,1956 +146,246,1956 +146,247,1956 +146,250,1956 +146,251,1956 +146,267,1956 +146,270,1956 +147,185,1956 +147,186,1956 +147,187,1956 +147,191,1956 +147,192,1956 +147,226,1956 +147,227,1956 +147,228,1956 +147,229,1956 +147,231,1956 +147,233,1956 +147,234,1956 +147,235,1956 +147,245,1956 +147,246,1956 +147,247,1956 +147,251,1956 +147,267,1956 +147,270,1956 +148,185,1956 +148,186,1956 +148,187,1956 +148,191,1956 +148,192,1956 +148,226,1956 +148,227,1956 +148,228,1956 +148,229,1956 +148,231,1956 +148,233,1956 +148,234,1956 +148,235,1956 +148,245,1956 +148,246,1956 +148,247,1956 +148,251,1956 +148,267,1956 +148,270,1956 +149,185,1956 +149,186,1956 +149,187,1956 +149,191,1956 +149,192,1956 +149,226,1956 +149,227,1956 +149,228,1956 +149,229,1956 +149,231,1956 +149,233,1956 +149,234,1956 +149,235,1956 +149,245,1956 +149,246,1956 +149,247,1956 +149,251,1956 +149,267,1956 +149,270,1956 +150,151,1956 +150,152,1956 +150,153,1956 +150,171,1956 +150,172,1956 +150,173,1956 +150,174,1956 +150,175,1956 +150,176,1956 +150,177,1956 +150,178,1956 +150,185,1956 +150,186,1956 +150,187,1956 +150,191,1956 +150,192,1956 +150,226,1956 +150,227,1956 +150,228,1956 +150,229,1956 +150,231,1956 +150,233,1956 +150,234,1956 +150,235,1956 +150,245,1956 +150,246,1956 +150,247,1956 +150,250,1956 +150,251,1956 +150,267,1956 +150,270,1956 +151,1,1956 +151,2,1956 +151,3,1956 +151,4,1956 +151,5,1956 +151,6,1956 +151,7,1956 +151,8,1956 +151,9,1956 +151,10,1956 +151,11,1956 +151,12,1956 +151,13,1956 +151,14,1956 +151,15,1956 +151,16,1956 +151,17,1956 +151,18,1956 +151,19,1956 +151,20,1956 +151,21,1956 +151,22,1956 +151,23,1956 +151,24,1956 +151,25,1956 +151,26,1956 +151,27,1956 +151,28,1956 +151,29,1956 +151,30,1956 +151,31,1956 +151,32,1956 +151,33,1956 +151,34,1956 +151,35,1956 +151,36,1956 +151,37,1956 +151,38,1956 +151,39,1956 +151,40,1956 +151,41,1956 +151,42,1956 +151,43,1956 +151,44,1956 +151,45,1956 +151,46,1956 +151,47,1956 +151,48,1956 +151,49,1956 +151,50,1956 +151,51,1956 +151,52,1956 +151,53,1956 +151,54,1956 +151,55,1956 +151,56,1956 +151,57,1956 +151,58,1956 +151,59,1956 +151,60,1956 +151,61,1956 +151,62,1956 +151,63,1956 +151,64,1956 +151,65,1956 +151,66,1956 +151,67,1956 +151,68,1956 +151,69,1956 +151,70,1956 +151,71,1956 +151,72,1956 +151,73,1956 +151,74,1956 +151,75,1956 +151,76,1956 +151,77,1956 +151,78,1956 +151,79,1956 +151,80,1956 +151,81,1956 +151,82,1956 +151,83,1956 +151,84,1956 +151,85,1956 +151,86,1956 +151,87,1956 +151,88,1956 +151,89,1956 +151,90,1956 +151,91,1956 +151,92,1956 +151,93,1956 +151,94,1956 +151,95,1956 +151,97,1956 +151,98,1956 +151,99,1956 +151,100,1956 +151,101,1956 +151,103,1956 +151,104,1956 +151,105,1956 +151,106,1956 +151,107,1956 +151,110,1956 +151,111,1956 +151,112,1956 +151,113,1956 +151,114,1956 +151,115,1956 +151,116,1956 +151,117,1956 +151,118,1956 +151,120,1956 +151,121,1956 +151,127,1956 +151,128,1956 +151,129,1956 +151,130,1956 +151,131,1956 +151,132,1956 +151,133,1956 +151,134,1956 +151,135,1956 +151,136,1956 +151,137,1956 +151,138,1956 +151,139,1956 +151,141,1956 +151,142,1956 +151,143,1956 +151,144,1956 +151,145,1956 +151,146,1956 +151,150,1956 +152,1,1956 +152,2,1956 +152,3,1956 +152,4,1956 +152,5,1956 +152,6,1956 +152,7,1956 +152,8,1956 +152,9,1956 +152,10,1956 +152,11,1956 +152,12,1956 +152,13,1956 +152,14,1956 +152,15,1956 +152,16,1956 +152,17,1956 +152,18,1956 +152,19,1956 +152,20,1956 +152,21,1956 +152,22,1956 +152,23,1956 +152,24,1956 +152,25,1956 +152,26,1956 +152,27,1956 +152,28,1956 +152,29,1956 +152,30,1956 +152,31,1956 +152,32,1956 +152,33,1956 +152,34,1956 +152,35,1956 +152,36,1956 +152,37,1956 +152,38,1956 +152,39,1956 +152,40,1956 +152,41,1956 +152,42,1956 +152,43,1956 +152,44,1956 +152,45,1956 +152,46,1956 +152,47,1956 +152,48,1956 +152,49,1956 +152,50,1956 +152,51,1956 +152,52,1956 +152,53,1956 +152,54,1956 +152,55,1956 +152,56,1956 +152,57,1956 +152,58,1956 +152,59,1956 +152,60,1956 +152,61,1956 +152,62,1956 +152,63,1956 +152,64,1956 +152,65,1956 +152,66,1956 +152,67,1956 +152,68,1956 +152,69,1956 +152,70,1956 +152,71,1956 +152,72,1956 +152,73,1956 +152,74,1956 +152,75,1956 +152,76,1956 +152,77,1956 +152,78,1956 +152,79,1956 +152,80,1956 +152,81,1956 +152,82,1956 +152,83,1956 +152,84,1956 +152,85,1956 +152,86,1956 +152,87,1956 +152,88,1956 +152,89,1956 +152,90,1956 +152,91,1956 +152,92,1956 +152,93,1956 +152,94,1956 +152,95,1956 +152,97,1956 +152,98,1956 +152,99,1956 +152,100,1956 +152,101,1956 +152,103,1956 +152,104,1956 +152,105,1956 +152,106,1956 +152,107,1956 +152,110,1956 +152,111,1956 +152,112,1956 +152,113,1956 +152,114,1956 +152,115,1956 +152,116,1956 +152,117,1956 +152,118,1956 +152,120,1956 +152,121,1956 +152,127,1956 +152,128,1956 +152,129,1956 +152,130,1956 +152,131,1956 +152,132,1956 +152,133,1956 +152,134,1956 +152,135,1956 +152,136,1956 +152,137,1956 +152,138,1956 +152,139,1956 +152,141,1956 +152,142,1956 +152,143,1956 +152,144,1956 +152,145,1956 +152,146,1956 +152,150,1956 +153,1,1956 +153,2,1956 +153,3,1956 +153,4,1956 +153,5,1956 +153,6,1956 +153,7,1956 +153,8,1956 +153,9,1956 +153,10,1956 +153,11,1956 +153,12,1956 +153,13,1956 +153,14,1956 +153,15,1956 +153,16,1956 +153,17,1956 +153,18,1956 +153,19,1956 +153,20,1956 +153,21,1956 +153,22,1956 +153,23,1956 +153,24,1956 +153,25,1956 +153,26,1956 +153,27,1956 +153,28,1956 +153,29,1956 +153,30,1956 +153,31,1956 +153,32,1956 +153,33,1956 +153,34,1956 +153,35,1956 +153,36,1956 +153,37,1956 +153,38,1956 +153,39,1956 +153,40,1956 +153,41,1956 +153,42,1956 +153,43,1956 +153,44,1956 +153,45,1956 +153,46,1956 +153,47,1956 +153,48,1956 +153,49,1956 +153,50,1956 +153,51,1956 +153,52,1956 +153,53,1956 +153,54,1956 +153,55,1956 +153,56,1956 +153,57,1956 +153,58,1956 +153,59,1956 +153,60,1956 +153,61,1956 +153,62,1956 +153,63,1956 +153,64,1956 +153,65,1956 +153,66,1956 +153,67,1956 +153,68,1956 +153,69,1956 +153,70,1956 +153,71,1956 +153,72,1956 +153,73,1956 +153,74,1956 +153,75,1956 +153,76,1956 +153,77,1956 +153,78,1956 +153,79,1956 +153,80,1956 +153,81,1956 +153,82,1956 +153,83,1956 +153,84,1956 +153,85,1956 +153,86,1956 +153,87,1956 +153,88,1956 +153,89,1956 +153,90,1956 +153,91,1956 +153,92,1956 +153,93,1956 +153,94,1956 +153,95,1956 +153,97,1956 +153,98,1956 +153,99,1956 +153,100,1956 +153,101,1956 +153,103,1956 +153,104,1956 +153,105,1956 +153,106,1956 +153,107,1956 +153,110,1956 +153,111,1956 +153,112,1956 +153,113,1956 +153,114,1956 +153,115,1956 +153,116,1956 +153,117,1956 +153,118,1956 +153,120,1956 +153,121,1956 +153,127,1956 +153,128,1956 +153,129,1956 +153,130,1956 +153,131,1956 +153,132,1956 +153,133,1956 +153,134,1956 +153,135,1956 +153,136,1956 +153,137,1956 +153,138,1956 +153,139,1956 +153,141,1956 +153,142,1956 +153,143,1956 +153,144,1956 +153,145,1956 +153,146,1956 +153,150,1956 +170,28,1956 +170,29,1956 +170,94,1956 +170,95,1956 +170,98,1956 +170,99,1956 +170,100,1956 +170,101,1956 +170,102,1956 +170,103,1956 +170,104,1956 +170,105,1956 +170,106,1956 +170,107,1956 +170,108,1956 +170,109,1956 +170,119,1956 +170,122,1956 +170,127,1956 +171,1,1956 +171,2,1956 +171,3,1956 +171,4,1956 +171,5,1956 +171,6,1956 +171,7,1956 +171,8,1956 +171,9,1956 +171,10,1956 +171,11,1956 +171,12,1956 +171,13,1956 +171,14,1956 +171,15,1956 +171,16,1956 +171,17,1956 +171,18,1956 +171,19,1956 +171,20,1956 +171,21,1956 +171,22,1956 +171,23,1956 +171,24,1956 +171,25,1956 +171,26,1956 +171,27,1956 +171,28,1956 +171,29,1956 +171,30,1956 +171,31,1956 +171,32,1956 +171,33,1956 +171,34,1956 +171,35,1956 +171,36,1956 +171,37,1956 +171,38,1956 +171,39,1956 +171,40,1956 +171,41,1956 +171,42,1956 +171,43,1956 +171,44,1956 +171,45,1956 +171,46,1956 +171,47,1956 +171,48,1956 +171,49,1956 +171,50,1956 +171,51,1956 +171,52,1956 +171,53,1956 +171,54,1956 +171,55,1956 +171,56,1956 +171,57,1956 +171,58,1956 +171,59,1956 +171,60,1956 +171,61,1956 +171,62,1956 +171,63,1956 +171,64,1956 +171,65,1956 +171,66,1956 +171,67,1956 +171,68,1956 +171,69,1956 +171,70,1956 +171,71,1956 +171,72,1956 +171,73,1956 +171,74,1956 +171,75,1956 +171,76,1956 +171,77,1956 +171,78,1956 +171,79,1956 +171,80,1956 +171,81,1956 +171,82,1956 +171,83,1956 +171,84,1956 +171,85,1956 +171,86,1956 +171,87,1956 +171,88,1956 +171,89,1956 +171,90,1956 +171,91,1956 +171,92,1956 +171,93,1956 +171,94,1956 +171,95,1956 +171,97,1956 +171,98,1956 +171,99,1956 +171,100,1956 +171,101,1956 +171,103,1956 +171,104,1956 +171,105,1956 +171,106,1956 +171,107,1956 +171,110,1956 +171,111,1956 +171,112,1956 +171,113,1956 +171,114,1956 +171,115,1956 +171,116,1956 +171,117,1956 +171,118,1956 +171,120,1956 +171,121,1956 +171,127,1956 +171,128,1956 +171,129,1956 +171,130,1956 +171,131,1956 +171,132,1956 +171,133,1956 +171,134,1956 +171,135,1956 +171,136,1956 +171,137,1956 +171,138,1956 +171,139,1956 +171,141,1956 +171,142,1956 +171,143,1956 +171,144,1956 +171,145,1956 +171,146,1956 +171,150,1956 +172,1,1956 +172,2,1956 +172,3,1956 +172,4,1956 +172,5,1956 +172,6,1956 +172,7,1956 +172,8,1956 +172,9,1956 +172,10,1956 +172,11,1956 +172,12,1956 +172,13,1956 +172,14,1956 +172,15,1956 +172,16,1956 +172,17,1956 +172,18,1956 +172,19,1956 +172,20,1956 +172,21,1956 +172,22,1956 +172,23,1956 +172,24,1956 +172,25,1956 +172,26,1956 +172,27,1956 +172,28,1956 +172,29,1956 +172,30,1956 +172,31,1956 +172,32,1956 +172,33,1956 +172,34,1956 +172,35,1956 +172,36,1956 +172,37,1956 +172,38,1956 +172,39,1956 +172,40,1956 +172,41,1956 +172,42,1956 +172,43,1956 +172,44,1956 +172,45,1956 +172,46,1956 +172,47,1956 +172,48,1956 +172,49,1956 +172,50,1956 +172,51,1956 +172,52,1956 +172,53,1956 +172,54,1956 +172,55,1956 +172,56,1956 +172,57,1956 +172,58,1956 +172,59,1956 +172,60,1956 +172,61,1956 +172,62,1956 +172,63,1956 +172,64,1956 +172,65,1956 +172,66,1956 +172,67,1956 +172,68,1956 +172,69,1956 +172,70,1956 +172,71,1956 +172,72,1956 +172,73,1956 +172,74,1956 +172,75,1956 +172,76,1956 +172,77,1956 +172,78,1956 +172,79,1956 +172,80,1956 +172,81,1956 +172,82,1956 +172,83,1956 +172,84,1956 +172,85,1956 +172,86,1956 +172,87,1956 +172,88,1956 +172,89,1956 +172,90,1956 +172,91,1956 +172,92,1956 +172,93,1956 +172,94,1956 +172,95,1956 +172,97,1956 +172,98,1956 +172,99,1956 +172,100,1956 +172,101,1956 +172,103,1956 +172,104,1956 +172,105,1956 +172,106,1956 +172,107,1956 +172,110,1956 +172,111,1956 +172,112,1956 +172,113,1956 +172,114,1956 +172,115,1956 +172,116,1956 +172,117,1956 +172,118,1956 +172,120,1956 +172,121,1956 +172,127,1956 +172,128,1956 +172,129,1956 +172,130,1956 +172,131,1956 +172,132,1956 +172,133,1956 +172,134,1956 +172,135,1956 +172,136,1956 +172,137,1956 +172,138,1956 +172,139,1956 +172,141,1956 +172,142,1956 +172,143,1956 +172,144,1956 +172,145,1956 +172,146,1956 +172,150,1956 +173,1,1956 +173,2,1956 +173,3,1956 +173,4,1956 +173,5,1956 +173,6,1956 +173,7,1956 +173,8,1956 +173,9,1956 +173,10,1956 +173,11,1956 +173,12,1956 +173,13,1956 +173,14,1956 +173,15,1956 +173,16,1956 +173,17,1956 +173,18,1956 +173,19,1956 +173,20,1956 +173,21,1956 +173,22,1956 +173,23,1956 +173,24,1956 +173,25,1956 +173,26,1956 +173,27,1956 +173,28,1956 +173,29,1956 +173,30,1956 +173,31,1956 +173,32,1956 +173,33,1956 +173,34,1956 +173,35,1956 +173,36,1956 +173,37,1956 +173,38,1956 +173,39,1956 +173,40,1956 +173,41,1956 +173,42,1956 +173,43,1956 +173,44,1956 +173,45,1956 +173,46,1956 +173,47,1956 +173,48,1956 +173,49,1956 +173,50,1956 +173,51,1956 +173,52,1956 +173,53,1956 +173,54,1956 +173,55,1956 +173,56,1956 +173,57,1956 +173,58,1956 +173,59,1956 +173,60,1956 +173,61,1956 +173,62,1956 +173,63,1956 +173,64,1956 +173,65,1956 +173,66,1956 +173,67,1956 +173,68,1956 +173,69,1956 +173,70,1956 +173,71,1956 +173,72,1956 +173,73,1956 +173,74,1956 +173,75,1956 +173,76,1956 +173,77,1956 +173,78,1956 +173,79,1956 +173,80,1956 +173,81,1956 +173,82,1956 +173,83,1956 +173,84,1956 +173,85,1956 +173,86,1956 +173,87,1956 +173,88,1956 +173,89,1956 +173,90,1956 +173,91,1956 +173,92,1956 +173,93,1956 +173,94,1956 +173,95,1956 +173,97,1956 +173,98,1956 +173,99,1956 +173,100,1956 +173,101,1956 +173,103,1956 +173,104,1956 +173,105,1956 +173,106,1956 +173,107,1956 +173,110,1956 +173,111,1956 +173,112,1956 +173,113,1956 +173,114,1956 +173,115,1956 +173,116,1956 +173,117,1956 +173,118,1956 +173,120,1956 +173,121,1956 +173,127,1956 +173,128,1956 +173,129,1956 +173,130,1956 +173,131,1956 +173,132,1956 +173,133,1956 +173,134,1956 +173,135,1956 +173,136,1956 +173,137,1956 +173,138,1956 +173,139,1956 +173,141,1956 +173,142,1956 +173,143,1956 +173,144,1956 +173,145,1956 +173,146,1956 +173,150,1956 +174,1,1956 +174,2,1956 +174,3,1956 +174,4,1956 +174,5,1956 +174,6,1956 +174,7,1956 +174,8,1956 +174,9,1956 +174,10,1956 +174,11,1956 +174,12,1956 +174,13,1956 +174,14,1956 +174,15,1956 +174,16,1956 +174,17,1956 +174,18,1956 +174,19,1956 +174,20,1956 +174,21,1956 +174,22,1956 +174,23,1956 +174,24,1956 +174,25,1956 +174,26,1956 +174,27,1956 +174,28,1956 +174,29,1956 +174,30,1956 +174,31,1956 +174,32,1956 +174,33,1956 +174,34,1956 +174,35,1956 +174,36,1956 +174,37,1956 +174,38,1956 +174,39,1956 +174,40,1956 +174,41,1956 +174,42,1956 +174,43,1956 +174,44,1956 +174,45,1956 +174,46,1956 +174,47,1956 +174,48,1956 +174,49,1956 +174,50,1956 +174,51,1956 +174,52,1956 +174,53,1956 +174,54,1956 +174,55,1956 +174,56,1956 +174,57,1956 +174,58,1956 +174,59,1956 +174,60,1956 +174,61,1956 +174,62,1956 +174,63,1956 +174,64,1956 +174,65,1956 +174,66,1956 +174,67,1956 +174,68,1956 +174,69,1956 +174,70,1956 +174,71,1956 +174,72,1956 +174,73,1956 +174,74,1956 +174,75,1956 +174,76,1956 +174,77,1956 +174,78,1956 +174,79,1956 +174,80,1956 +174,81,1956 +174,82,1956 +174,83,1956 +174,84,1956 +174,85,1956 +174,86,1956 +174,87,1956 +174,88,1956 +174,89,1956 +174,90,1956 +174,91,1956 +174,92,1956 +174,93,1956 +174,94,1956 +174,95,1956 +174,97,1956 +174,98,1956 +174,99,1956 +174,100,1956 +174,101,1956 +174,103,1956 +174,104,1956 +174,105,1956 +174,106,1956 +174,107,1956 +174,110,1956 +174,111,1956 +174,112,1956 +174,113,1956 +174,114,1956 +174,115,1956 +174,116,1956 +174,117,1956 +174,118,1956 +174,120,1956 +174,121,1956 +174,127,1956 +174,128,1956 +174,129,1956 +174,130,1956 +174,131,1956 +174,132,1956 +174,133,1956 +174,134,1956 +174,135,1956 +174,136,1956 +174,137,1956 +174,138,1956 +174,139,1956 +174,141,1956 +174,142,1956 +174,143,1956 +174,144,1956 +174,145,1956 +174,146,1956 +174,150,1956 +175,1,1956 +175,2,1956 +175,3,1956 +175,4,1956 +175,5,1956 +175,6,1956 +175,7,1956 +175,8,1956 +175,9,1956 +175,10,1956 +175,11,1956 +175,12,1956 +175,13,1956 +175,14,1956 +175,15,1956 +175,16,1956 +175,17,1956 +175,18,1956 +175,19,1956 +175,20,1956 +175,21,1956 +175,22,1956 +175,23,1956 +175,24,1956 +175,25,1956 +175,26,1956 +175,27,1956 +175,28,1956 +175,29,1956 +175,30,1956 +175,31,1956 +175,32,1956 +175,33,1956 +175,34,1956 +175,35,1956 +175,36,1956 +175,37,1956 +175,38,1956 +175,39,1956 +175,40,1956 +175,41,1956 +175,42,1956 +175,43,1956 +175,44,1956 +175,45,1956 +175,46,1956 +175,47,1956 +175,48,1956 +175,49,1956 +175,50,1956 +175,51,1956 +175,52,1956 +175,53,1956 +175,54,1956 +175,55,1956 +175,56,1956 +175,57,1956 +175,58,1956 +175,59,1956 +175,60,1956 +175,61,1956 +175,62,1956 +175,63,1956 +175,64,1956 +175,65,1956 +175,66,1956 +175,67,1956 +175,68,1956 +175,69,1956 +175,70,1956 +175,71,1956 +175,72,1956 +175,73,1956 +175,74,1956 +175,75,1956 +175,76,1956 +175,77,1956 +175,78,1956 +175,79,1956 +175,80,1956 +175,81,1956 +175,82,1956 +175,83,1956 +175,84,1956 +175,85,1956 +175,86,1956 +175,87,1956 +175,88,1956 +175,89,1956 +175,90,1956 +175,91,1956 +175,92,1956 +175,93,1956 +175,94,1956 +175,95,1956 +175,97,1956 +175,98,1956 +175,99,1956 +175,100,1956 +175,101,1956 +175,103,1956 +175,104,1956 +175,105,1956 +175,106,1956 +175,107,1956 +175,110,1956 +175,111,1956 +175,112,1956 +175,113,1956 +175,114,1956 +175,115,1956 +175,116,1956 +175,117,1956 +175,118,1956 +175,120,1956 +175,121,1956 +175,127,1956 +175,128,1956 +175,129,1956 +175,130,1956 +175,131,1956 +175,132,1956 +175,133,1956 +175,134,1956 +175,135,1956 +175,136,1956 +175,137,1956 +175,138,1956 +175,139,1956 +175,141,1956 +175,142,1956 +175,143,1956 +175,144,1956 +175,145,1956 +175,146,1956 +175,150,1956 +176,1,1956 +176,2,1956 +176,3,1956 +176,4,1956 +176,5,1956 +176,6,1956 +176,7,1956 +176,8,1956 +176,9,1956 +176,10,1956 +176,11,1956 +176,12,1956 +176,13,1956 +176,14,1956 +176,15,1956 +176,16,1956 +176,17,1956 +176,18,1956 +176,19,1956 +176,20,1956 +176,21,1956 +176,22,1956 +176,23,1956 +176,24,1956 +176,25,1956 +176,26,1956 +176,27,1956 +176,28,1956 +176,29,1956 +176,30,1956 +176,31,1956 +176,32,1956 +176,33,1956 +176,34,1956 +176,35,1956 +176,36,1956 +176,37,1956 +176,38,1956 +176,39,1956 +176,40,1956 +176,41,1956 +176,42,1956 +176,43,1956 +176,44,1956 +176,45,1956 +176,46,1956 +176,47,1956 +176,48,1956 +176,49,1956 +176,50,1956 +176,51,1956 +176,52,1956 +176,53,1956 +176,54,1956 +176,55,1956 +176,56,1956 +176,57,1956 +176,58,1956 +176,59,1956 +176,60,1956 +176,61,1956 +176,62,1956 +176,63,1956 +176,64,1956 +176,65,1956 +176,66,1956 +176,67,1956 +176,68,1956 +176,69,1956 +176,70,1956 +176,71,1956 +176,72,1956 +176,73,1956 +176,74,1956 +176,75,1956 +176,76,1956 +176,77,1956 +176,78,1956 +176,79,1956 +176,80,1956 +176,81,1956 +176,82,1956 +176,83,1956 +176,84,1956 +176,85,1956 +176,86,1956 +176,87,1956 +176,88,1956 +176,89,1956 +176,90,1956 +176,91,1956 +176,92,1956 +176,93,1956 +176,94,1956 +176,95,1956 +176,97,1956 +176,98,1956 +176,99,1956 +176,100,1956 +176,101,1956 +176,103,1956 +176,104,1956 +176,105,1956 +176,106,1956 +176,107,1956 +176,110,1956 +176,111,1956 +176,112,1956 +176,113,1956 +176,114,1956 +176,115,1956 +176,116,1956 +176,117,1956 +176,118,1956 +176,120,1956 +176,121,1956 +176,127,1956 +176,128,1956 +176,129,1956 +176,130,1956 +176,131,1956 +176,132,1956 +176,133,1956 +176,134,1956 +176,135,1956 +176,136,1956 +176,137,1956 +176,138,1956 +176,139,1956 +176,141,1956 +176,142,1956 +176,143,1956 +176,144,1956 +176,145,1956 +176,146,1956 +176,150,1956 +177,1,1956 +177,2,1956 +177,3,1956 +177,4,1956 +177,5,1956 +177,6,1956 +177,7,1956 +177,8,1956 +177,9,1956 +177,10,1956 +177,11,1956 +177,12,1956 +177,13,1956 +177,14,1956 +177,15,1956 +177,16,1956 +177,17,1956 +177,18,1956 +177,19,1956 +177,20,1956 +177,21,1956 +177,22,1956 +177,23,1956 +177,24,1956 +177,25,1956 +177,26,1956 +177,27,1956 +177,28,1956 +177,29,1956 +177,30,1956 +177,31,1956 +177,32,1956 +177,33,1956 +177,34,1956 +177,35,1956 +177,36,1956 +177,37,1956 +177,38,1956 +177,39,1956 +177,40,1956 +177,41,1956 +177,42,1956 +177,43,1956 +177,44,1956 +177,45,1956 +177,46,1956 +177,47,1956 +177,48,1956 +177,49,1956 +177,50,1956 +177,51,1956 +177,52,1956 +177,53,1956 +177,54,1956 +177,55,1956 +177,56,1956 +177,57,1956 +177,58,1956 +177,59,1956 +177,60,1956 +177,61,1956 +177,62,1956 +177,63,1956 +177,64,1956 +177,65,1956 +177,66,1956 +177,67,1956 +177,68,1956 +177,69,1956 +177,70,1956 +177,71,1956 +177,72,1956 +177,73,1956 +177,74,1956 +177,75,1956 +177,76,1956 +177,77,1956 +177,78,1956 +177,79,1956 +177,80,1956 +177,81,1956 +177,82,1956 +177,83,1956 +177,84,1956 +177,85,1956 +177,86,1956 +177,87,1956 +177,88,1956 +177,89,1956 +177,90,1956 +177,91,1956 +177,92,1956 +177,93,1956 +177,94,1956 +177,95,1956 +177,97,1956 +177,98,1956 +177,99,1956 +177,100,1956 +177,101,1956 +177,103,1956 +177,104,1956 +177,105,1956 +177,106,1956 +177,107,1956 +177,110,1956 +177,111,1956 +177,112,1956 +177,113,1956 +177,114,1956 +177,115,1956 +177,116,1956 +177,117,1956 +177,118,1956 +177,120,1956 +177,121,1956 +177,127,1956 +177,128,1956 +177,129,1956 +177,130,1956 +177,131,1956 +177,132,1956 +177,133,1956 +177,134,1956 +177,135,1956 +177,136,1956 +177,137,1956 +177,138,1956 +177,139,1956 +177,141,1956 +177,142,1956 +177,143,1956 +177,144,1956 +177,145,1956 +177,146,1956 +177,150,1956 +178,1,1956 +178,2,1956 +178,3,1956 +178,4,1956 +178,5,1956 +178,6,1956 +178,7,1956 +178,8,1956 +178,9,1956 +178,10,1956 +178,11,1956 +178,12,1956 +178,13,1956 +178,14,1956 +178,15,1956 +178,16,1956 +178,17,1956 +178,18,1956 +178,19,1956 +178,20,1956 +178,21,1956 +178,22,1956 +178,23,1956 +178,24,1956 +178,25,1956 +178,26,1956 +178,27,1956 +178,28,1956 +178,29,1956 +178,30,1956 +178,31,1956 +178,32,1956 +178,33,1956 +178,34,1956 +178,35,1956 +178,36,1956 +178,37,1956 +178,38,1956 +178,39,1956 +178,40,1956 +178,41,1956 +178,42,1956 +178,43,1956 +178,44,1956 +178,45,1956 +178,46,1956 +178,47,1956 +178,48,1956 +178,49,1956 +178,50,1956 +178,51,1956 +178,52,1956 +178,53,1956 +178,54,1956 +178,55,1956 +178,56,1956 +178,57,1956 +178,58,1956 +178,59,1956 +178,60,1956 +178,61,1956 +178,62,1956 +178,63,1956 +178,64,1956 +178,65,1956 +178,66,1956 +178,67,1956 +178,68,1956 +178,69,1956 +178,70,1956 +178,71,1956 +178,72,1956 +178,73,1956 +178,74,1956 +178,75,1956 +178,76,1956 +178,77,1956 +178,78,1956 +178,79,1956 +178,80,1956 +178,81,1956 +178,82,1956 +178,83,1956 +178,84,1956 +178,85,1956 +178,86,1956 +178,87,1956 +178,88,1956 +178,89,1956 +178,90,1956 +178,91,1956 +178,92,1956 +178,93,1956 +178,94,1956 +178,95,1956 +178,97,1956 +178,98,1956 +178,99,1956 +178,100,1956 +178,101,1956 +178,103,1956 +178,104,1956 +178,105,1956 +178,106,1956 +178,107,1956 +178,110,1956 +178,111,1956 +178,112,1956 +178,113,1956 +178,114,1956 +178,115,1956 +178,116,1956 +178,117,1956 +178,118,1956 +178,120,1956 +178,121,1956 +178,127,1956 +178,128,1956 +178,129,1956 +178,130,1956 +178,131,1956 +178,132,1956 +178,133,1956 +178,134,1956 +178,135,1956 +178,136,1956 +178,137,1956 +178,138,1956 +178,139,1956 +178,141,1956 +178,142,1956 +178,143,1956 +178,144,1956 +178,145,1956 +178,146,1956 +178,150,1956 +185,1,1956 +185,2,1956 +185,3,1956 +185,4,1956 +185,5,1956 +185,6,1956 +185,7,1956 +185,8,1956 +185,9,1956 +185,10,1956 +185,11,1956 +185,12,1956 +185,13,1956 +185,14,1956 +185,15,1956 +185,16,1956 +185,17,1956 +185,18,1956 +185,19,1956 +185,20,1956 +185,21,1956 +185,22,1956 +185,23,1956 +185,24,1956 +185,25,1956 +185,26,1956 +185,27,1956 +185,28,1956 +185,29,1956 +185,30,1956 +185,31,1956 +185,32,1956 +185,33,1956 +185,34,1956 +185,35,1956 +185,36,1956 +185,37,1956 +185,38,1956 +185,39,1956 +185,40,1956 +185,41,1956 +185,42,1956 +185,43,1956 +185,44,1956 +185,45,1956 +185,46,1956 +185,47,1956 +185,48,1956 +185,49,1956 +185,50,1956 +185,51,1956 +185,52,1956 +185,53,1956 +185,54,1956 +185,55,1956 +185,56,1956 +185,57,1956 +185,58,1956 +185,59,1956 +185,60,1956 +185,61,1956 +185,62,1956 +185,63,1956 +185,64,1956 +185,65,1956 +185,66,1956 +185,67,1956 +185,68,1956 +185,69,1956 +185,70,1956 +185,71,1956 +185,72,1956 +185,73,1956 +185,74,1956 +185,75,1956 +185,76,1956 +185,77,1956 +185,78,1956 +185,79,1956 +185,80,1956 +185,81,1956 +185,82,1956 +185,83,1956 +185,84,1956 +185,85,1956 +185,86,1956 +185,87,1956 +185,88,1956 +185,89,1956 +185,90,1956 +185,91,1956 +185,92,1956 +185,93,1956 +185,94,1956 +185,95,1956 +185,96,1956 +185,97,1956 +185,98,1956 +185,99,1956 +185,100,1956 +185,101,1956 +185,102,1956 +185,103,1956 +185,104,1956 +185,105,1956 +185,106,1956 +185,107,1956 +185,108,1956 +185,109,1956 +185,110,1956 +185,111,1956 +185,112,1956 +185,113,1956 +185,114,1956 +185,115,1956 +185,116,1956 +185,117,1956 +185,118,1956 +185,119,1956 +185,120,1956 +185,121,1956 +185,122,1956 +185,123,1956 +185,124,1956 +185,125,1956 +185,126,1956 +185,127,1956 +185,128,1956 +185,129,1956 +185,130,1956 +185,131,1956 +185,132,1956 +185,133,1956 +185,134,1956 +185,135,1956 +185,136,1956 +185,137,1956 +185,138,1956 +185,139,1956 +185,141,1956 +185,142,1956 +185,143,1956 +185,144,1956 +185,145,1956 +185,146,1956 +185,147,1956 +185,148,1956 +185,149,1956 +185,150,1956 +186,1,1956 +186,2,1956 +186,3,1956 +186,4,1956 +186,5,1956 +186,6,1956 +186,7,1956 +186,8,1956 +186,9,1956 +186,10,1956 +186,11,1956 +186,12,1956 +186,13,1956 +186,14,1956 +186,15,1956 +186,16,1956 +186,17,1956 +186,18,1956 +186,19,1956 +186,20,1956 +186,21,1956 +186,22,1956 +186,23,1956 +186,24,1956 +186,25,1956 +186,26,1956 +186,27,1956 +186,28,1956 +186,29,1956 +186,30,1956 +186,31,1956 +186,32,1956 +186,33,1956 +186,34,1956 +186,35,1956 +186,36,1956 +186,37,1956 +186,38,1956 +186,39,1956 +186,40,1956 +186,41,1956 +186,42,1956 +186,43,1956 +186,44,1956 +186,45,1956 +186,46,1956 +186,47,1956 +186,48,1956 +186,49,1956 +186,50,1956 +186,51,1956 +186,52,1956 +186,53,1956 +186,54,1956 +186,55,1956 +186,56,1956 +186,57,1956 +186,58,1956 +186,59,1956 +186,60,1956 +186,61,1956 +186,62,1956 +186,63,1956 +186,64,1956 +186,65,1956 +186,66,1956 +186,67,1956 +186,68,1956 +186,69,1956 +186,70,1956 +186,71,1956 +186,72,1956 +186,73,1956 +186,74,1956 +186,75,1956 +186,76,1956 +186,77,1956 +186,78,1956 +186,79,1956 +186,80,1956 +186,81,1956 +186,82,1956 +186,83,1956 +186,84,1956 +186,85,1956 +186,86,1956 +186,87,1956 +186,88,1956 +186,89,1956 +186,90,1956 +186,91,1956 +186,92,1956 +186,93,1956 +186,94,1956 +186,95,1956 +186,96,1956 +186,97,1956 +186,98,1956 +186,99,1956 +186,100,1956 +186,101,1956 +186,102,1956 +186,103,1956 +186,104,1956 +186,105,1956 +186,106,1956 +186,107,1956 +186,108,1956 +186,109,1956 +186,110,1956 +186,111,1956 +186,112,1956 +186,113,1956 +186,114,1956 +186,115,1956 +186,116,1956 +186,117,1956 +186,118,1956 +186,119,1956 +186,120,1956 +186,121,1956 +186,122,1956 +186,123,1956 +186,124,1956 +186,125,1956 +186,126,1956 +186,127,1956 +186,128,1956 +186,129,1956 +186,130,1956 +186,131,1956 +186,132,1956 +186,133,1956 +186,134,1956 +186,135,1956 +186,136,1956 +186,137,1956 +186,138,1956 +186,139,1956 +186,141,1956 +186,142,1956 +186,143,1956 +186,144,1956 +186,145,1956 +186,146,1956 +186,147,1956 +186,148,1956 +186,149,1956 +186,150,1956 +187,1,1956 +187,2,1956 +187,3,1956 +187,4,1956 +187,5,1956 +187,6,1956 +187,7,1956 +187,8,1956 +187,9,1956 +187,10,1956 +187,11,1956 +187,12,1956 +187,13,1956 +187,14,1956 +187,15,1956 +187,16,1956 +187,17,1956 +187,18,1956 +187,19,1956 +187,20,1956 +187,21,1956 +187,22,1956 +187,23,1956 +187,24,1956 +187,25,1956 +187,26,1956 +187,27,1956 +187,28,1956 +187,29,1956 +187,30,1956 +187,31,1956 +187,32,1956 +187,33,1956 +187,34,1956 +187,35,1956 +187,36,1956 +187,37,1956 +187,38,1956 +187,39,1956 +187,40,1956 +187,41,1956 +187,42,1956 +187,43,1956 +187,44,1956 +187,45,1956 +187,46,1956 +187,47,1956 +187,48,1956 +187,49,1956 +187,50,1956 +187,51,1956 +187,52,1956 +187,53,1956 +187,54,1956 +187,55,1956 +187,56,1956 +187,57,1956 +187,58,1956 +187,59,1956 +187,60,1956 +187,61,1956 +187,62,1956 +187,63,1956 +187,64,1956 +187,65,1956 +187,66,1956 +187,67,1956 +187,68,1956 +187,69,1956 +187,70,1956 +187,71,1956 +187,72,1956 +187,73,1956 +187,74,1956 +187,75,1956 +187,76,1956 +187,77,1956 +187,78,1956 +187,79,1956 +187,80,1956 +187,81,1956 +187,82,1956 +187,83,1956 +187,84,1956 +187,85,1956 +187,86,1956 +187,87,1956 +187,88,1956 +187,89,1956 +187,90,1956 +187,91,1956 +187,92,1956 +187,93,1956 +187,94,1956 +187,95,1956 +187,96,1956 +187,97,1956 +187,98,1956 +187,99,1956 +187,100,1956 +187,101,1956 +187,102,1956 +187,103,1956 +187,104,1956 +187,105,1956 +187,106,1956 +187,107,1956 +187,108,1956 +187,109,1956 +187,110,1956 +187,111,1956 +187,112,1956 +187,113,1956 +187,114,1956 +187,115,1956 +187,116,1956 +187,117,1956 +187,118,1956 +187,119,1956 +187,120,1956 +187,121,1956 +187,122,1956 +187,123,1956 +187,124,1956 +187,125,1956 +187,126,1956 +187,127,1956 +187,128,1956 +187,129,1956 +187,130,1956 +187,131,1956 +187,132,1956 +187,133,1956 +187,134,1956 +187,135,1956 +187,136,1956 +187,137,1956 +187,138,1956 +187,139,1956 +187,141,1956 +187,142,1956 +187,143,1956 +187,144,1956 +187,145,1956 +187,146,1956 +187,147,1956 +187,148,1956 +187,149,1956 +187,150,1956 +191,1,1956 +191,2,1956 +191,3,1956 +191,4,1956 +191,5,1956 +191,6,1956 +191,7,1956 +191,8,1956 +191,9,1956 +191,10,1956 +191,11,1956 +191,12,1956 +191,13,1956 +191,14,1956 +191,15,1956 +191,16,1956 +191,17,1956 +191,18,1956 +191,19,1956 +191,20,1956 +191,21,1956 +191,22,1956 +191,23,1956 +191,24,1956 +191,25,1956 +191,26,1956 +191,27,1956 +191,28,1956 +191,29,1956 +191,30,1956 +191,31,1956 +191,32,1956 +191,33,1956 +191,34,1956 +191,35,1956 +191,36,1956 +191,37,1956 +191,38,1956 +191,39,1956 +191,40,1956 +191,41,1956 +191,42,1956 +191,43,1956 +191,44,1956 +191,45,1956 +191,46,1956 +191,47,1956 +191,48,1956 +191,49,1956 +191,50,1956 +191,51,1956 +191,52,1956 +191,53,1956 +191,54,1956 +191,55,1956 +191,56,1956 +191,57,1956 +191,58,1956 +191,59,1956 +191,60,1956 +191,61,1956 +191,62,1956 +191,63,1956 +191,64,1956 +191,65,1956 +191,66,1956 +191,67,1956 +191,68,1956 +191,69,1956 +191,70,1956 +191,71,1956 +191,72,1956 +191,73,1956 +191,74,1956 +191,75,1956 +191,76,1956 +191,77,1956 +191,78,1956 +191,79,1956 +191,80,1956 +191,81,1956 +191,82,1956 +191,83,1956 +191,84,1956 +191,85,1956 +191,86,1956 +191,87,1956 +191,88,1956 +191,89,1956 +191,90,1956 +191,91,1956 +191,92,1956 +191,93,1956 +191,94,1956 +191,95,1956 +191,96,1956 +191,97,1956 +191,98,1956 +191,99,1956 +191,100,1956 +191,101,1956 +191,102,1956 +191,103,1956 +191,104,1956 +191,105,1956 +191,106,1956 +191,107,1956 +191,108,1956 +191,109,1956 +191,110,1956 +191,111,1956 +191,112,1956 +191,113,1956 +191,114,1956 +191,115,1956 +191,116,1956 +191,117,1956 +191,118,1956 +191,119,1956 +191,120,1956 +191,121,1956 +191,122,1956 +191,123,1956 +191,124,1956 +191,125,1956 +191,126,1956 +191,127,1956 +191,128,1956 +191,129,1956 +191,130,1956 +191,131,1956 +191,132,1956 +191,133,1956 +191,134,1956 +191,135,1956 +191,136,1956 +191,137,1956 +191,138,1956 +191,139,1956 +191,141,1956 +191,142,1956 +191,143,1956 +191,144,1956 +191,145,1956 +191,146,1956 +191,147,1956 +191,148,1956 +191,149,1956 +191,150,1956 +192,1,1956 +192,2,1956 +192,3,1956 +192,4,1956 +192,5,1956 +192,6,1956 +192,7,1956 +192,8,1956 +192,9,1956 +192,10,1956 +192,11,1956 +192,12,1956 +192,13,1956 +192,14,1956 +192,15,1956 +192,16,1956 +192,17,1956 +192,18,1956 +192,19,1956 +192,20,1956 +192,21,1956 +192,22,1956 +192,23,1956 +192,24,1956 +192,25,1956 +192,26,1956 +192,27,1956 +192,28,1956 +192,29,1956 +192,30,1956 +192,31,1956 +192,32,1956 +192,33,1956 +192,34,1956 +192,35,1956 +192,36,1956 +192,37,1956 +192,38,1956 +192,39,1956 +192,40,1956 +192,41,1956 +192,42,1956 +192,43,1956 +192,44,1956 +192,45,1956 +192,46,1956 +192,47,1956 +192,48,1956 +192,49,1956 +192,50,1956 +192,51,1956 +192,52,1956 +192,53,1956 +192,54,1956 +192,55,1956 +192,56,1956 +192,57,1956 +192,58,1956 +192,59,1956 +192,60,1956 +192,61,1956 +192,62,1956 +192,63,1956 +192,64,1956 +192,65,1956 +192,66,1956 +192,67,1956 +192,68,1956 +192,69,1956 +192,70,1956 +192,71,1956 +192,72,1956 +192,73,1956 +192,74,1956 +192,75,1956 +192,76,1956 +192,77,1956 +192,78,1956 +192,79,1956 +192,80,1956 +192,81,1956 +192,82,1956 +192,83,1956 +192,84,1956 +192,85,1956 +192,86,1956 +192,87,1956 +192,88,1956 +192,89,1956 +192,90,1956 +192,91,1956 +192,92,1956 +192,93,1956 +192,94,1956 +192,95,1956 +192,96,1956 +192,97,1956 +192,98,1956 +192,99,1956 +192,100,1956 +192,101,1956 +192,102,1956 +192,103,1956 +192,104,1956 +192,105,1956 +192,106,1956 +192,107,1956 +192,108,1956 +192,109,1956 +192,110,1956 +192,111,1956 +192,112,1956 +192,113,1956 +192,114,1956 +192,115,1956 +192,116,1956 +192,117,1956 +192,118,1956 +192,119,1956 +192,120,1956 +192,121,1956 +192,122,1956 +192,123,1956 +192,124,1956 +192,125,1956 +192,126,1956 +192,127,1956 +192,128,1956 +192,129,1956 +192,130,1956 +192,131,1956 +192,132,1956 +192,133,1956 +192,134,1956 +192,135,1956 +192,136,1956 +192,137,1956 +192,138,1956 +192,139,1956 +192,141,1956 +192,142,1956 +192,143,1956 +192,144,1956 +192,145,1956 +192,146,1956 +192,147,1956 +192,148,1956 +192,149,1956 +192,150,1956 +199,28,1956 +199,29,1956 +199,94,1956 +199,95,1956 +199,98,1956 +199,99,1956 +199,100,1956 +199,101,1956 +199,102,1956 +199,103,1956 +199,104,1956 +199,105,1956 +199,106,1956 +199,107,1956 +199,108,1956 +199,109,1956 +199,119,1956 +199,122,1956 +199,127,1956 +226,1,1956 +226,2,1956 +226,3,1956 +226,4,1956 +226,5,1956 +226,6,1956 +226,7,1956 +226,8,1956 +226,9,1956 +226,10,1956 +226,11,1956 +226,12,1956 +226,13,1956 +226,14,1956 +226,15,1956 +226,16,1956 +226,17,1956 +226,18,1956 +226,19,1956 +226,20,1956 +226,21,1956 +226,22,1956 +226,23,1956 +226,24,1956 +226,25,1956 +226,26,1956 +226,27,1956 +226,28,1956 +226,29,1956 +226,30,1956 +226,31,1956 +226,32,1956 +226,33,1956 +226,34,1956 +226,35,1956 +226,36,1956 +226,37,1956 +226,38,1956 +226,39,1956 +226,40,1956 +226,41,1956 +226,42,1956 +226,43,1956 +226,44,1956 +226,45,1956 +226,46,1956 +226,47,1956 +226,48,1956 +226,49,1956 +226,50,1956 +226,51,1956 +226,52,1956 +226,53,1956 +226,54,1956 +226,55,1956 +226,56,1956 +226,57,1956 +226,58,1956 +226,59,1956 +226,60,1956 +226,61,1956 +226,62,1956 +226,63,1956 +226,64,1956 +226,65,1956 +226,66,1956 +226,67,1956 +226,68,1956 +226,69,1956 +226,70,1956 +226,71,1956 +226,72,1956 +226,73,1956 +226,74,1956 +226,75,1956 +226,76,1956 +226,77,1956 +226,78,1956 +226,79,1956 +226,80,1956 +226,81,1956 +226,82,1956 +226,83,1956 +226,84,1956 +226,85,1956 +226,86,1956 +226,87,1956 +226,88,1956 +226,89,1956 +226,90,1956 +226,91,1956 +226,92,1956 +226,93,1956 +226,94,1956 +226,95,1956 +226,96,1956 +226,97,1956 +226,98,1956 +226,99,1956 +226,100,1956 +226,101,1956 +226,102,1956 +226,103,1956 +226,104,1956 +226,105,1956 +226,106,1956 +226,107,1956 +226,108,1956 +226,109,1956 +226,110,1956 +226,111,1956 +226,112,1956 +226,113,1956 +226,114,1956 +226,115,1956 +226,116,1956 +226,117,1956 +226,118,1956 +226,119,1956 +226,120,1956 +226,121,1956 +226,122,1956 +226,123,1956 +226,124,1956 +226,125,1956 +226,126,1956 +226,127,1956 +226,128,1956 +226,129,1956 +226,130,1956 +226,131,1956 +226,132,1956 +226,133,1956 +226,134,1956 +226,135,1956 +226,136,1956 +226,137,1956 +226,138,1956 +226,139,1956 +226,141,1956 +226,142,1956 +226,143,1956 +226,144,1956 +226,145,1956 +226,146,1956 +226,147,1956 +226,148,1956 +226,149,1956 +226,150,1956 +227,1,1956 +227,2,1956 +227,3,1956 +227,4,1956 +227,5,1956 +227,6,1956 +227,7,1956 +227,8,1956 +227,9,1956 +227,10,1956 +227,11,1956 +227,12,1956 +227,13,1956 +227,14,1956 +227,15,1956 +227,16,1956 +227,17,1956 +227,18,1956 +227,19,1956 +227,20,1956 +227,21,1956 +227,22,1956 +227,23,1956 +227,24,1956 +227,25,1956 +227,26,1956 +227,27,1956 +227,28,1956 +227,29,1956 +227,30,1956 +227,31,1956 +227,32,1956 +227,33,1956 +227,34,1956 +227,35,1956 +227,36,1956 +227,37,1956 +227,38,1956 +227,39,1956 +227,40,1956 +227,41,1956 +227,42,1956 +227,43,1956 +227,44,1956 +227,45,1956 +227,46,1956 +227,47,1956 +227,48,1956 +227,49,1956 +227,50,1956 +227,51,1956 +227,52,1956 +227,53,1956 +227,54,1956 +227,55,1956 +227,56,1956 +227,57,1956 +227,58,1956 +227,59,1956 +227,60,1956 +227,61,1956 +227,62,1956 +227,63,1956 +227,64,1956 +227,65,1956 +227,66,1956 +227,67,1956 +227,68,1956 +227,69,1956 +227,70,1956 +227,71,1956 +227,72,1956 +227,73,1956 +227,74,1956 +227,75,1956 +227,76,1956 +227,77,1956 +227,78,1956 +227,79,1956 +227,80,1956 +227,81,1956 +227,82,1956 +227,83,1956 +227,84,1956 +227,85,1956 +227,86,1956 +227,87,1956 +227,88,1956 +227,89,1956 +227,90,1956 +227,91,1956 +227,92,1956 +227,93,1956 +227,94,1956 +227,95,1956 +227,96,1956 +227,97,1956 +227,98,1956 +227,99,1956 +227,100,1956 +227,101,1956 +227,102,1956 +227,103,1956 +227,104,1956 +227,105,1956 +227,106,1956 +227,107,1956 +227,108,1956 +227,109,1956 +227,110,1956 +227,111,1956 +227,112,1956 +227,113,1956 +227,114,1956 +227,115,1956 +227,116,1956 +227,117,1956 +227,118,1956 +227,119,1956 +227,120,1956 +227,121,1956 +227,122,1956 +227,123,1956 +227,124,1956 +227,125,1956 +227,126,1956 +227,127,1956 +227,128,1956 +227,129,1956 +227,130,1956 +227,131,1956 +227,132,1956 +227,133,1956 +227,134,1956 +227,135,1956 +227,136,1956 +227,137,1956 +227,138,1956 +227,139,1956 +227,141,1956 +227,142,1956 +227,143,1956 +227,144,1956 +227,145,1956 +227,146,1956 +227,147,1956 +227,148,1956 +227,149,1956 +227,150,1956 +228,1,1956 +228,2,1956 +228,3,1956 +228,4,1956 +228,5,1956 +228,6,1956 +228,7,1956 +228,8,1956 +228,9,1956 +228,10,1956 +228,11,1956 +228,12,1956 +228,13,1956 +228,14,1956 +228,15,1956 +228,16,1956 +228,17,1956 +228,18,1956 +228,19,1956 +228,20,1956 +228,21,1956 +228,22,1956 +228,23,1956 +228,24,1956 +228,25,1956 +228,26,1956 +228,27,1956 +228,28,1956 +228,29,1956 +228,30,1956 +228,31,1956 +228,32,1956 +228,33,1956 +228,34,1956 +228,35,1956 +228,36,1956 +228,37,1956 +228,38,1956 +228,39,1956 +228,40,1956 +228,41,1956 +228,42,1956 +228,43,1956 +228,44,1956 +228,45,1956 +228,46,1956 +228,47,1956 +228,48,1956 +228,49,1956 +228,50,1956 +228,51,1956 +228,52,1956 +228,53,1956 +228,54,1956 +228,55,1956 +228,56,1956 +228,57,1956 +228,58,1956 +228,59,1956 +228,60,1956 +228,61,1956 +228,62,1956 +228,63,1956 +228,64,1956 +228,65,1956 +228,66,1956 +228,67,1956 +228,68,1956 +228,69,1956 +228,70,1956 +228,71,1956 +228,72,1956 +228,73,1956 +228,74,1956 +228,75,1956 +228,76,1956 +228,77,1956 +228,78,1956 +228,79,1956 +228,80,1956 +228,81,1956 +228,82,1956 +228,83,1956 +228,84,1956 +228,85,1956 +228,86,1956 +228,87,1956 +228,88,1956 +228,89,1956 +228,90,1956 +228,91,1956 +228,92,1956 +228,93,1956 +228,94,1956 +228,95,1956 +228,96,1956 +228,97,1956 +228,98,1956 +228,99,1956 +228,100,1956 +228,101,1956 +228,102,1956 +228,103,1956 +228,104,1956 +228,105,1956 +228,106,1956 +228,107,1956 +228,108,1956 +228,109,1956 +228,110,1956 +228,111,1956 +228,112,1956 +228,113,1956 +228,114,1956 +228,115,1956 +228,116,1956 +228,117,1956 +228,118,1956 +228,119,1956 +228,120,1956 +228,121,1956 +228,122,1956 +228,123,1956 +228,124,1956 +228,125,1956 +228,126,1956 +228,127,1956 +228,128,1956 +228,129,1956 +228,130,1956 +228,131,1956 +228,132,1956 +228,133,1956 +228,134,1956 +228,135,1956 +228,136,1956 +228,137,1956 +228,138,1956 +228,139,1956 +228,141,1956 +228,142,1956 +228,143,1956 +228,144,1956 +228,145,1956 +228,146,1956 +228,147,1956 +228,148,1956 +228,149,1956 +228,150,1956 +229,1,1956 +229,2,1956 +229,3,1956 +229,4,1956 +229,5,1956 +229,6,1956 +229,7,1956 +229,8,1956 +229,9,1956 +229,10,1956 +229,11,1956 +229,12,1956 +229,13,1956 +229,14,1956 +229,15,1956 +229,16,1956 +229,17,1956 +229,18,1956 +229,19,1956 +229,20,1956 +229,21,1956 +229,22,1956 +229,23,1956 +229,24,1956 +229,25,1956 +229,26,1956 +229,27,1956 +229,28,1956 +229,29,1956 +229,30,1956 +229,31,1956 +229,32,1956 +229,33,1956 +229,34,1956 +229,35,1956 +229,36,1956 +229,37,1956 +229,38,1956 +229,39,1956 +229,40,1956 +229,41,1956 +229,42,1956 +229,43,1956 +229,44,1956 +229,45,1956 +229,46,1956 +229,47,1956 +229,48,1956 +229,49,1956 +229,50,1956 +229,51,1956 +229,52,1956 +229,53,1956 +229,54,1956 +229,55,1956 +229,56,1956 +229,57,1956 +229,58,1956 +229,59,1956 +229,60,1956 +229,61,1956 +229,62,1956 +229,63,1956 +229,64,1956 +229,65,1956 +229,66,1956 +229,67,1956 +229,68,1956 +229,69,1956 +229,70,1956 +229,71,1956 +229,72,1956 +229,73,1956 +229,74,1956 +229,75,1956 +229,76,1956 +229,77,1956 +229,78,1956 +229,79,1956 +229,80,1956 +229,81,1956 +229,82,1956 +229,83,1956 +229,84,1956 +229,85,1956 +229,86,1956 +229,87,1956 +229,88,1956 +229,89,1956 +229,90,1956 +229,91,1956 +229,92,1956 +229,93,1956 +229,94,1956 +229,95,1956 +229,96,1956 +229,97,1956 +229,98,1956 +229,99,1956 +229,100,1956 +229,101,1956 +229,102,1956 +229,103,1956 +229,104,1956 +229,105,1956 +229,106,1956 +229,107,1956 +229,108,1956 +229,109,1956 +229,110,1956 +229,111,1956 +229,112,1956 +229,113,1956 +229,114,1956 +229,115,1956 +229,116,1956 +229,117,1956 +229,118,1956 +229,119,1956 +229,120,1956 +229,121,1956 +229,122,1956 +229,123,1956 +229,124,1956 +229,125,1956 +229,126,1956 +229,127,1956 +229,128,1956 +229,129,1956 +229,130,1956 +229,131,1956 +229,132,1956 +229,133,1956 +229,134,1956 +229,135,1956 +229,136,1956 +229,137,1956 +229,138,1956 +229,139,1956 +229,141,1956 +229,142,1956 +229,143,1956 +229,144,1956 +229,145,1956 +229,146,1956 +229,147,1956 +229,148,1956 +229,149,1956 +229,150,1956 +231,1,1956 +231,2,1956 +231,3,1956 +231,4,1956 +231,5,1956 +231,6,1956 +231,7,1956 +231,8,1956 +231,9,1956 +231,10,1956 +231,11,1956 +231,12,1956 +231,13,1956 +231,14,1956 +231,15,1956 +231,16,1956 +231,17,1956 +231,18,1956 +231,19,1956 +231,20,1956 +231,21,1956 +231,22,1956 +231,23,1956 +231,24,1956 +231,25,1956 +231,26,1956 +231,27,1956 +231,28,1956 +231,29,1956 +231,30,1956 +231,31,1956 +231,32,1956 +231,33,1956 +231,34,1956 +231,35,1956 +231,36,1956 +231,37,1956 +231,38,1956 +231,39,1956 +231,40,1956 +231,41,1956 +231,42,1956 +231,43,1956 +231,44,1956 +231,45,1956 +231,46,1956 +231,47,1956 +231,48,1956 +231,49,1956 +231,50,1956 +231,51,1956 +231,52,1956 +231,53,1956 +231,54,1956 +231,55,1956 +231,56,1956 +231,57,1956 +231,58,1956 +231,59,1956 +231,60,1956 +231,61,1956 +231,62,1956 +231,63,1956 +231,64,1956 +231,65,1956 +231,66,1956 +231,67,1956 +231,68,1956 +231,69,1956 +231,70,1956 +231,71,1956 +231,72,1956 +231,73,1956 +231,74,1956 +231,75,1956 +231,76,1956 +231,77,1956 +231,78,1956 +231,79,1956 +231,80,1956 +231,81,1956 +231,82,1956 +231,83,1956 +231,84,1956 +231,85,1956 +231,86,1956 +231,87,1956 +231,88,1956 +231,89,1956 +231,90,1956 +231,91,1956 +231,92,1956 +231,93,1956 +231,94,1956 +231,95,1956 +231,96,1956 +231,97,1956 +231,98,1956 +231,99,1956 +231,100,1956 +231,101,1956 +231,102,1956 +231,103,1956 +231,104,1956 +231,105,1956 +231,106,1956 +231,107,1956 +231,108,1956 +231,109,1956 +231,110,1956 +231,111,1956 +231,112,1956 +231,113,1956 +231,114,1956 +231,115,1956 +231,116,1956 +231,117,1956 +231,118,1956 +231,119,1956 +231,120,1956 +231,121,1956 +231,122,1956 +231,123,1956 +231,124,1956 +231,125,1956 +231,126,1956 +231,127,1956 +231,128,1956 +231,129,1956 +231,130,1956 +231,131,1956 +231,132,1956 +231,133,1956 +231,134,1956 +231,135,1956 +231,136,1956 +231,137,1956 +231,138,1956 +231,139,1956 +231,141,1956 +231,142,1956 +231,143,1956 +231,144,1956 +231,145,1956 +231,146,1956 +231,147,1956 +231,148,1956 +231,149,1956 +231,150,1956 +233,1,1956 +233,2,1956 +233,3,1956 +233,4,1956 +233,5,1956 +233,6,1956 +233,7,1956 +233,8,1956 +233,9,1956 +233,10,1956 +233,11,1956 +233,12,1956 +233,13,1956 +233,14,1956 +233,15,1956 +233,16,1956 +233,17,1956 +233,18,1956 +233,19,1956 +233,20,1956 +233,21,1956 +233,22,1956 +233,23,1956 +233,24,1956 +233,25,1956 +233,26,1956 +233,27,1956 +233,28,1956 +233,29,1956 +233,30,1956 +233,31,1956 +233,32,1956 +233,33,1956 +233,34,1956 +233,35,1956 +233,36,1956 +233,37,1956 +233,38,1956 +233,39,1956 +233,40,1956 +233,41,1956 +233,42,1956 +233,43,1956 +233,44,1956 +233,45,1956 +233,46,1956 +233,47,1956 +233,48,1956 +233,49,1956 +233,50,1956 +233,51,1956 +233,52,1956 +233,53,1956 +233,54,1956 +233,55,1956 +233,56,1956 +233,57,1956 +233,58,1956 +233,59,1956 +233,60,1956 +233,61,1956 +233,62,1956 +233,63,1956 +233,64,1956 +233,65,1956 +233,66,1956 +233,67,1956 +233,68,1956 +233,69,1956 +233,70,1956 +233,71,1956 +233,72,1956 +233,73,1956 +233,74,1956 +233,75,1956 +233,76,1956 +233,77,1956 +233,78,1956 +233,79,1956 +233,80,1956 +233,81,1956 +233,82,1956 +233,83,1956 +233,84,1956 +233,85,1956 +233,86,1956 +233,87,1956 +233,88,1956 +233,89,1956 +233,90,1956 +233,91,1956 +233,92,1956 +233,93,1956 +233,94,1956 +233,95,1956 +233,96,1956 +233,97,1956 +233,98,1956 +233,99,1956 +233,100,1956 +233,101,1956 +233,102,1956 +233,103,1956 +233,104,1956 +233,105,1956 +233,106,1956 +233,107,1956 +233,108,1956 +233,109,1956 +233,110,1956 +233,111,1956 +233,112,1956 +233,113,1956 +233,114,1956 +233,115,1956 +233,116,1956 +233,117,1956 +233,118,1956 +233,119,1956 +233,120,1956 +233,121,1956 +233,122,1956 +233,123,1956 +233,124,1956 +233,125,1956 +233,126,1956 +233,127,1956 +233,128,1956 +233,129,1956 +233,130,1956 +233,131,1956 +233,132,1956 +233,133,1956 +233,134,1956 +233,135,1956 +233,136,1956 +233,137,1956 +233,138,1956 +233,139,1956 +233,141,1956 +233,142,1956 +233,143,1956 +233,144,1956 +233,145,1956 +233,146,1956 +233,147,1956 +233,148,1956 +233,149,1956 +233,150,1956 +234,1,1956 +234,2,1956 +234,3,1956 +234,4,1956 +234,5,1956 +234,6,1956 +234,7,1956 +234,8,1956 +234,9,1956 +234,10,1956 +234,11,1956 +234,12,1956 +234,13,1956 +234,14,1956 +234,15,1956 +234,16,1956 +234,17,1956 +234,18,1956 +234,19,1956 +234,20,1956 +234,21,1956 +234,22,1956 +234,23,1956 +234,24,1956 +234,25,1956 +234,26,1956 +234,27,1956 +234,28,1956 +234,29,1956 +234,30,1956 +234,31,1956 +234,32,1956 +234,33,1956 +234,34,1956 +234,35,1956 +234,36,1956 +234,37,1956 +234,38,1956 +234,39,1956 +234,40,1956 +234,41,1956 +234,42,1956 +234,43,1956 +234,44,1956 +234,45,1956 +234,46,1956 +234,47,1956 +234,48,1956 +234,49,1956 +234,50,1956 +234,51,1956 +234,52,1956 +234,53,1956 +234,54,1956 +234,55,1956 +234,56,1956 +234,57,1956 +234,58,1956 +234,59,1956 +234,60,1956 +234,61,1956 +234,62,1956 +234,63,1956 +234,64,1956 +234,65,1956 +234,66,1956 +234,67,1956 +234,68,1956 +234,69,1956 +234,70,1956 +234,71,1956 +234,72,1956 +234,73,1956 +234,74,1956 +234,75,1956 +234,76,1956 +234,77,1956 +234,78,1956 +234,79,1956 +234,80,1956 +234,81,1956 +234,82,1956 +234,83,1956 +234,84,1956 +234,85,1956 +234,86,1956 +234,87,1956 +234,88,1956 +234,89,1956 +234,90,1956 +234,91,1956 +234,92,1956 +234,93,1956 +234,94,1956 +234,95,1956 +234,96,1956 +234,97,1956 +234,98,1956 +234,99,1956 +234,100,1956 +234,101,1956 +234,102,1956 +234,103,1956 +234,104,1956 +234,105,1956 +234,106,1956 +234,107,1956 +234,108,1956 +234,109,1956 +234,110,1956 +234,111,1956 +234,112,1956 +234,113,1956 +234,114,1956 +234,115,1956 +234,116,1956 +234,117,1956 +234,118,1956 +234,119,1956 +234,120,1956 +234,121,1956 +234,122,1956 +234,123,1956 +234,124,1956 +234,125,1956 +234,126,1956 +234,127,1956 +234,128,1956 +234,129,1956 +234,130,1956 +234,131,1956 +234,132,1956 +234,133,1956 +234,134,1956 +234,135,1956 +234,136,1956 +234,137,1956 +234,138,1956 +234,139,1956 +234,141,1956 +234,142,1956 +234,143,1956 +234,144,1956 +234,145,1956 +234,146,1956 +234,147,1956 +234,148,1956 +234,149,1956 +234,150,1956 +235,1,1956 +235,2,1956 +235,3,1956 +235,4,1956 +235,5,1956 +235,6,1956 +235,7,1956 +235,8,1956 +235,9,1956 +235,10,1956 +235,11,1956 +235,12,1956 +235,13,1956 +235,14,1956 +235,15,1956 +235,16,1956 +235,17,1956 +235,18,1956 +235,19,1956 +235,20,1956 +235,21,1956 +235,22,1956 +235,23,1956 +235,24,1956 +235,25,1956 +235,26,1956 +235,27,1956 +235,28,1956 +235,29,1956 +235,30,1956 +235,31,1956 +235,32,1956 +235,33,1956 +235,34,1956 +235,35,1956 +235,36,1956 +235,37,1956 +235,38,1956 +235,39,1956 +235,40,1956 +235,41,1956 +235,42,1956 +235,43,1956 +235,44,1956 +235,45,1956 +235,46,1956 +235,47,1956 +235,48,1956 +235,49,1956 +235,50,1956 +235,51,1956 +235,52,1956 +235,53,1956 +235,54,1956 +235,55,1956 +235,56,1956 +235,57,1956 +235,58,1956 +235,59,1956 +235,60,1956 +235,61,1956 +235,62,1956 +235,63,1956 +235,64,1956 +235,65,1956 +235,66,1956 +235,67,1956 +235,68,1956 +235,69,1956 +235,70,1956 +235,71,1956 +235,72,1956 +235,73,1956 +235,74,1956 +235,75,1956 +235,76,1956 +235,77,1956 +235,78,1956 +235,79,1956 +235,80,1956 +235,81,1956 +235,82,1956 +235,83,1956 +235,84,1956 +235,85,1956 +235,86,1956 +235,87,1956 +235,88,1956 +235,89,1956 +235,90,1956 +235,91,1956 +235,92,1956 +235,93,1956 +235,94,1956 +235,95,1956 +235,96,1956 +235,97,1956 +235,98,1956 +235,99,1956 +235,100,1956 +235,101,1956 +235,102,1956 +235,103,1956 +235,104,1956 +235,105,1956 +235,106,1956 +235,107,1956 +235,108,1956 +235,109,1956 +235,110,1956 +235,111,1956 +235,112,1956 +235,113,1956 +235,114,1956 +235,115,1956 +235,116,1956 +235,117,1956 +235,118,1956 +235,119,1956 +235,120,1956 +235,121,1956 +235,122,1956 +235,123,1956 +235,124,1956 +235,125,1956 +235,126,1956 +235,127,1956 +235,128,1956 +235,130,1956 +235,131,1956 +235,132,1956 +235,133,1956 +235,134,1956 +235,135,1956 +235,136,1956 +235,137,1956 +235,138,1956 +235,139,1956 +235,141,1956 +235,142,1956 +235,143,1956 +235,144,1956 +235,145,1956 +235,146,1956 +235,147,1956 +235,148,1956 +235,149,1956 +235,150,1956 +245,1,1956 +245,2,1956 +245,3,1956 +245,4,1956 +245,5,1956 +245,6,1956 +245,7,1956 +245,8,1956 +245,9,1956 +245,10,1956 +245,11,1956 +245,12,1956 +245,13,1956 +245,14,1956 +245,15,1956 +245,16,1956 +245,17,1956 +245,18,1956 +245,19,1956 +245,20,1956 +245,21,1956 +245,22,1956 +245,23,1956 +245,24,1956 +245,25,1956 +245,26,1956 +245,27,1956 +245,28,1956 +245,29,1956 +245,30,1956 +245,31,1956 +245,32,1956 +245,33,1956 +245,34,1956 +245,35,1956 +245,36,1956 +245,37,1956 +245,38,1956 +245,39,1956 +245,40,1956 +245,41,1956 +245,42,1956 +245,43,1956 +245,44,1956 +245,45,1956 +245,46,1956 +245,47,1956 +245,48,1956 +245,49,1956 +245,50,1956 +245,51,1956 +245,52,1956 +245,53,1956 +245,54,1956 +245,55,1956 +245,56,1956 +245,57,1956 +245,58,1956 +245,59,1956 +245,60,1956 +245,61,1956 +245,62,1956 +245,63,1956 +245,64,1956 +245,65,1956 +245,66,1956 +245,67,1956 +245,68,1956 +245,69,1956 +245,70,1956 +245,71,1956 +245,72,1956 +245,73,1956 +245,74,1956 +245,75,1956 +245,76,1956 +245,77,1956 +245,78,1956 +245,79,1956 +245,80,1956 +245,81,1956 +245,82,1956 +245,83,1956 +245,84,1956 +245,85,1956 +245,86,1956 +245,87,1956 +245,88,1956 +245,89,1956 +245,90,1956 +245,91,1956 +245,92,1956 +245,93,1956 +245,94,1956 +245,95,1956 +245,96,1956 +245,97,1956 +245,98,1956 +245,99,1956 +245,100,1956 +245,101,1956 +245,102,1956 +245,103,1956 +245,104,1956 +245,105,1956 +245,106,1956 +245,107,1956 +245,108,1956 +245,109,1956 +245,110,1956 +245,111,1956 +245,112,1956 +245,113,1956 +245,114,1956 +245,115,1956 +245,116,1956 +245,117,1956 +245,118,1956 +245,119,1956 +245,120,1956 +245,121,1956 +245,122,1956 +245,123,1956 +245,124,1956 +245,125,1956 +245,126,1956 +245,127,1956 +245,128,1956 +245,129,1956 +245,130,1956 +245,131,1956 +245,132,1956 +245,133,1956 +245,134,1956 +245,135,1956 +245,136,1956 +245,137,1956 +245,138,1956 +245,139,1956 +245,141,1956 +245,142,1956 +245,143,1956 +245,144,1956 +245,145,1956 +245,146,1956 +245,147,1956 +245,148,1956 +245,149,1956 +245,150,1956 +246,1,1956 +246,2,1956 +246,3,1956 +246,4,1956 +246,5,1956 +246,6,1956 +246,7,1956 +246,8,1956 +246,9,1956 +246,10,1956 +246,11,1956 +246,12,1956 +246,13,1956 +246,14,1956 +246,15,1956 +246,16,1956 +246,17,1956 +246,18,1956 +246,19,1956 +246,20,1956 +246,21,1956 +246,22,1956 +246,23,1956 +246,24,1956 +246,25,1956 +246,26,1956 +246,27,1956 +246,28,1956 +246,29,1956 +246,30,1956 +246,31,1956 +246,32,1956 +246,33,1956 +246,34,1956 +246,35,1956 +246,36,1956 +246,37,1956 +246,38,1956 +246,39,1956 +246,40,1956 +246,41,1956 +246,42,1956 +246,43,1956 +246,44,1956 +246,45,1956 +246,46,1956 +246,47,1956 +246,48,1956 +246,49,1956 +246,50,1956 +246,51,1956 +246,52,1956 +246,53,1956 +246,54,1956 +246,55,1956 +246,56,1956 +246,57,1956 +246,58,1956 +246,59,1956 +246,60,1956 +246,61,1956 +246,62,1956 +246,63,1956 +246,64,1956 +246,65,1956 +246,66,1956 +246,67,1956 +246,68,1956 +246,69,1956 +246,70,1956 +246,71,1956 +246,72,1956 +246,73,1956 +246,74,1956 +246,75,1956 +246,76,1956 +246,77,1956 +246,78,1956 +246,79,1956 +246,80,1956 +246,81,1956 +246,82,1956 +246,83,1956 +246,84,1956 +246,85,1956 +246,86,1956 +246,87,1956 +246,88,1956 +246,89,1956 +246,90,1956 +246,91,1956 +246,92,1956 +246,93,1956 +246,94,1956 +246,95,1956 +246,96,1956 +246,97,1956 +246,98,1956 +246,99,1956 +246,100,1956 +246,101,1956 +246,102,1956 +246,103,1956 +246,104,1956 +246,105,1956 +246,106,1956 +246,107,1956 +246,108,1956 +246,109,1956 +246,110,1956 +246,111,1956 +246,112,1956 +246,113,1956 +246,114,1956 +246,115,1956 +246,116,1956 +246,117,1956 +246,118,1956 +246,119,1956 +246,120,1956 +246,121,1956 +246,122,1956 +246,123,1956 +246,124,1956 +246,125,1956 +246,126,1956 +246,127,1956 +246,128,1956 +246,129,1956 +246,130,1956 +246,131,1956 +246,132,1956 +246,133,1956 +246,134,1956 +246,135,1956 +246,136,1956 +246,137,1956 +246,138,1956 +246,139,1956 +246,141,1956 +246,142,1956 +246,143,1956 +246,144,1956 +246,145,1956 +246,146,1956 +246,147,1956 +246,148,1956 +246,149,1956 +246,150,1956 +247,1,1956 +247,2,1956 +247,3,1956 +247,4,1956 +247,5,1956 +247,6,1956 +247,7,1956 +247,8,1956 +247,9,1956 +247,10,1956 +247,11,1956 +247,12,1956 +247,13,1956 +247,14,1956 +247,15,1956 +247,16,1956 +247,17,1956 +247,18,1956 +247,19,1956 +247,20,1956 +247,21,1956 +247,22,1956 +247,23,1956 +247,24,1956 +247,25,1956 +247,26,1956 +247,27,1956 +247,28,1956 +247,29,1956 +247,30,1956 +247,31,1956 +247,32,1956 +247,33,1956 +247,34,1956 +247,35,1956 +247,36,1956 +247,37,1956 +247,38,1956 +247,39,1956 +247,40,1956 +247,41,1956 +247,42,1956 +247,43,1956 +247,44,1956 +247,45,1956 +247,46,1956 +247,47,1956 +247,48,1956 +247,49,1956 +247,50,1956 +247,51,1956 +247,52,1956 +247,53,1956 +247,54,1956 +247,55,1956 +247,56,1956 +247,57,1956 +247,58,1956 +247,59,1956 +247,60,1956 +247,61,1956 +247,62,1956 +247,63,1956 +247,64,1956 +247,65,1956 +247,66,1956 +247,67,1956 +247,68,1956 +247,69,1956 +247,70,1956 +247,71,1956 +247,72,1956 +247,73,1956 +247,74,1956 +247,75,1956 +247,76,1956 +247,77,1956 +247,78,1956 +247,79,1956 +247,80,1956 +247,81,1956 +247,82,1956 +247,83,1956 +247,84,1956 +247,85,1956 +247,86,1956 +247,87,1956 +247,88,1956 +247,89,1956 +247,90,1956 +247,91,1956 +247,92,1956 +247,93,1956 +247,94,1956 +247,95,1956 +247,96,1956 +247,97,1956 +247,98,1956 +247,99,1956 +247,100,1956 +247,101,1956 +247,102,1956 +247,103,1956 +247,104,1956 +247,105,1956 +247,106,1956 +247,107,1956 +247,108,1956 +247,109,1956 +247,110,1956 +247,111,1956 +247,112,1956 +247,113,1956 +247,114,1956 +247,115,1956 +247,116,1956 +247,117,1956 +247,118,1956 +247,119,1956 +247,120,1956 +247,121,1956 +247,122,1956 +247,123,1956 +247,124,1956 +247,125,1956 +247,126,1956 +247,127,1956 +247,128,1956 +247,129,1956 +247,130,1956 +247,131,1956 +247,132,1956 +247,133,1956 +247,134,1956 +247,135,1956 +247,136,1956 +247,137,1956 +247,138,1956 +247,139,1956 +247,141,1956 +247,142,1956 +247,143,1956 +247,144,1956 +247,145,1956 +247,146,1956 +247,147,1956 +247,148,1956 +247,149,1956 +247,150,1956 +250,1,1956 +250,2,1956 +250,3,1956 +250,4,1956 +250,5,1956 +250,6,1956 +250,7,1956 +250,8,1956 +250,9,1956 +250,10,1956 +250,11,1956 +250,12,1956 +250,13,1956 +250,14,1956 +250,15,1956 +250,16,1956 +250,17,1956 +250,18,1956 +250,19,1956 +250,20,1956 +250,21,1956 +250,22,1956 +250,23,1956 +250,24,1956 +250,25,1956 +250,26,1956 +250,27,1956 +250,28,1956 +250,29,1956 +250,30,1956 +250,31,1956 +250,32,1956 +250,33,1956 +250,34,1956 +250,35,1956 +250,36,1956 +250,37,1956 +250,38,1956 +250,39,1956 +250,40,1956 +250,41,1956 +250,42,1956 +250,43,1956 +250,44,1956 +250,45,1956 +250,46,1956 +250,47,1956 +250,48,1956 +250,49,1956 +250,50,1956 +250,51,1956 +250,52,1956 +250,53,1956 +250,54,1956 +250,55,1956 +250,56,1956 +250,57,1956 +250,58,1956 +250,59,1956 +250,60,1956 +250,61,1956 +250,62,1956 +250,63,1956 +250,64,1956 +250,65,1956 +250,66,1956 +250,67,1956 +250,68,1956 +250,69,1956 +250,70,1956 +250,71,1956 +250,72,1956 +250,73,1956 +250,74,1956 +250,75,1956 +250,76,1956 +250,77,1956 +250,78,1956 +250,79,1956 +250,80,1956 +250,81,1956 +250,82,1956 +250,83,1956 +250,84,1956 +250,85,1956 +250,86,1956 +250,87,1956 +250,88,1956 +250,89,1956 +250,90,1956 +250,91,1956 +250,92,1956 +250,93,1956 +250,94,1956 +250,95,1956 +250,97,1956 +250,98,1956 +250,99,1956 +250,100,1956 +250,101,1956 +250,103,1956 +250,104,1956 +250,105,1956 +250,106,1956 +250,107,1956 +250,110,1956 +250,111,1956 +250,112,1956 +250,113,1956 +250,114,1956 +250,115,1956 +250,116,1956 +250,117,1956 +250,118,1956 +250,120,1956 +250,121,1956 +250,127,1956 +250,128,1956 +250,129,1956 +250,130,1956 +250,131,1956 +250,132,1956 +250,133,1956 +250,134,1956 +250,135,1956 +250,136,1956 +250,137,1956 +250,138,1956 +250,139,1956 +250,141,1956 +250,142,1956 +250,143,1956 +250,144,1956 +250,145,1956 +250,146,1956 +250,150,1956 +251,1,1956 +251,2,1956 +251,3,1956 +251,4,1956 +251,5,1956 +251,6,1956 +251,7,1956 +251,8,1956 +251,9,1956 +251,10,1956 +251,11,1956 +251,12,1956 +251,13,1956 +251,14,1956 +251,15,1956 +251,16,1956 +251,17,1956 +251,18,1956 +251,19,1956 +251,20,1956 +251,21,1956 +251,22,1956 +251,23,1956 +251,24,1956 +251,25,1956 +251,26,1956 +251,27,1956 +251,28,1956 +251,29,1956 +251,30,1956 +251,31,1956 +251,32,1956 +251,33,1956 +251,34,1956 +251,35,1956 +251,36,1956 +251,37,1956 +251,38,1956 +251,39,1956 +251,40,1956 +251,41,1956 +251,42,1956 +251,43,1956 +251,44,1956 +251,45,1956 +251,46,1956 +251,47,1956 +251,48,1956 +251,49,1956 +251,50,1956 +251,51,1956 +251,52,1956 +251,53,1956 +251,54,1956 +251,55,1956 +251,56,1956 +251,57,1956 +251,58,1956 +251,59,1956 +251,60,1956 +251,61,1956 +251,62,1956 +251,63,1956 +251,64,1956 +251,65,1956 +251,66,1956 +251,67,1956 +251,68,1956 +251,69,1956 +251,70,1956 +251,71,1956 +251,72,1956 +251,73,1956 +251,74,1956 +251,75,1956 +251,76,1956 +251,77,1956 +251,78,1956 +251,79,1956 +251,80,1956 +251,81,1956 +251,82,1956 +251,83,1956 +251,84,1956 +251,85,1956 +251,86,1956 +251,87,1956 +251,88,1956 +251,89,1956 +251,90,1956 +251,91,1956 +251,92,1956 +251,93,1956 +251,94,1956 +251,95,1956 +251,96,1956 +251,97,1956 +251,98,1956 +251,99,1956 +251,100,1956 +251,101,1956 +251,102,1956 +251,103,1956 +251,104,1956 +251,105,1956 +251,106,1956 +251,107,1956 +251,108,1956 +251,109,1956 +251,110,1956 +251,111,1956 +251,112,1956 +251,113,1956 +251,114,1956 +251,115,1956 +251,116,1956 +251,117,1956 +251,118,1956 +251,119,1956 +251,120,1956 +251,121,1956 +251,122,1956 +251,123,1956 +251,124,1956 +251,125,1956 +251,126,1956 +251,127,1956 +251,128,1956 +251,129,1956 +251,130,1956 +251,131,1956 +251,132,1956 +251,133,1956 +251,134,1956 +251,135,1956 +251,136,1956 +251,137,1956 +251,138,1956 +251,139,1956 +251,141,1956 +251,142,1956 +251,143,1956 +251,144,1956 +251,145,1956 +251,146,1956 +251,147,1956 +251,148,1956 +251,149,1956 +251,150,1956 +264,28,1956 +264,29,1956 +264,94,1956 +264,95,1956 +264,98,1956 +264,99,1956 +264,100,1956 +264,101,1956 +264,102,1956 +264,103,1956 +264,104,1956 +264,105,1956 +264,106,1956 +264,107,1956 +264,108,1956 +264,109,1956 +264,119,1956 +264,122,1956 +264,127,1956 +265,28,1956 +265,29,1956 +265,94,1956 +265,95,1956 +265,98,1956 +265,99,1956 +265,100,1956 +265,101,1956 +265,102,1956 +265,103,1956 +265,104,1956 +265,105,1956 +265,106,1956 +265,107,1956 +265,108,1956 +265,109,1956 +265,119,1956 +265,122,1956 +265,127,1956 +266,28,1956 +266,29,1956 +266,94,1956 +266,95,1956 +266,98,1956 +266,99,1956 +266,100,1956 +266,101,1956 +266,102,1956 +266,103,1956 +266,104,1956 +266,105,1956 +266,106,1956 +266,107,1956 +266,108,1956 +266,109,1956 +266,119,1956 +266,122,1956 +266,127,1956 +267,1,1956 +267,2,1956 +267,3,1956 +267,4,1956 +267,5,1956 +267,6,1956 +267,7,1956 +267,8,1956 +267,9,1956 +267,10,1956 +267,11,1956 +267,12,1956 +267,13,1956 +267,14,1956 +267,15,1956 +267,16,1956 +267,17,1956 +267,18,1956 +267,19,1956 +267,20,1956 +267,21,1956 +267,22,1956 +267,23,1956 +267,24,1956 +267,25,1956 +267,26,1956 +267,27,1956 +267,28,1956 +267,29,1956 +267,30,1956 +267,31,1956 +267,32,1956 +267,33,1956 +267,34,1956 +267,35,1956 +267,36,1956 +267,37,1956 +267,38,1956 +267,39,1956 +267,40,1956 +267,41,1956 +267,42,1956 +267,43,1956 +267,44,1956 +267,45,1956 +267,46,1956 +267,47,1956 +267,48,1956 +267,49,1956 +267,50,1956 +267,51,1956 +267,52,1956 +267,53,1956 +267,54,1956 +267,55,1956 +267,56,1956 +267,57,1956 +267,58,1956 +267,59,1956 +267,60,1956 +267,61,1956 +267,62,1956 +267,63,1956 +267,64,1956 +267,65,1956 +267,66,1956 +267,67,1956 +267,68,1956 +267,69,1956 +267,70,1956 +267,71,1956 +267,72,1956 +267,73,1956 +267,74,1956 +267,75,1956 +267,76,1956 +267,77,1956 +267,78,1956 +267,79,1956 +267,80,1956 +267,81,1956 +267,82,1956 +267,83,1956 +267,84,1956 +267,85,1956 +267,86,1956 +267,87,1956 +267,88,1956 +267,89,1956 +267,90,1956 +267,91,1956 +267,92,1956 +267,93,1956 +267,94,1956 +267,95,1956 +267,96,1956 +267,97,1956 +267,98,1956 +267,99,1956 +267,100,1956 +267,101,1956 +267,102,1956 +267,103,1956 +267,104,1956 +267,105,1956 +267,106,1956 +267,107,1956 +267,108,1956 +267,109,1956 +267,110,1956 +267,111,1956 +267,112,1956 +267,113,1956 +267,114,1956 +267,115,1956 +267,116,1956 +267,117,1956 +267,118,1956 +267,119,1956 +267,120,1956 +267,121,1956 +267,122,1956 +267,123,1956 +267,124,1956 +267,125,1956 +267,126,1956 +267,127,1956 +267,130,1956 +267,131,1956 +267,132,1956 +267,133,1956 +267,134,1956 +267,135,1956 +267,136,1956 +267,137,1956 +267,138,1956 +267,139,1956 +267,141,1956 +267,142,1956 +267,143,1956 +267,144,1956 +267,145,1956 +267,146,1956 +267,147,1956 +267,148,1956 +267,149,1956 +267,150,1956 +270,1,1956 +270,2,1956 +270,3,1956 +270,4,1956 +270,5,1956 +270,6,1956 +270,7,1956 +270,8,1956 +270,9,1956 +270,10,1956 +270,11,1956 +270,12,1956 +270,13,1956 +270,14,1956 +270,15,1956 +270,16,1956 +270,17,1956 +270,18,1956 +270,19,1956 +270,20,1956 +270,21,1956 +270,22,1956 +270,23,1956 +270,24,1956 +270,25,1956 +270,26,1956 +270,27,1956 +270,28,1956 +270,29,1956 +270,30,1956 +270,31,1956 +270,32,1956 +270,33,1956 +270,34,1956 +270,35,1956 +270,36,1956 +270,37,1956 +270,38,1956 +270,39,1956 +270,40,1956 +270,41,1956 +270,42,1956 +270,43,1956 +270,44,1956 +270,45,1956 +270,46,1956 +270,47,1956 +270,48,1956 +270,49,1956 +270,50,1956 +270,51,1956 +270,52,1956 +270,53,1956 +270,54,1956 +270,55,1956 +270,56,1956 +270,57,1956 +270,58,1956 +270,59,1956 +270,60,1956 +270,61,1956 +270,62,1956 +270,63,1956 +270,64,1956 +270,65,1956 +270,66,1956 +270,67,1956 +270,68,1956 +270,69,1956 +270,70,1956 +270,71,1956 +270,72,1956 +270,73,1956 +270,74,1956 +270,75,1956 +270,76,1956 +270,77,1956 +270,78,1956 +270,79,1956 +270,80,1956 +270,81,1956 +270,82,1956 +270,83,1956 +270,84,1956 +270,85,1956 +270,86,1956 +270,87,1956 +270,88,1956 +270,89,1956 +270,90,1956 +270,91,1956 +270,92,1956 +270,93,1956 +270,94,1956 +270,95,1956 +270,96,1956 +270,97,1956 +270,98,1956 +270,99,1956 +270,100,1956 +270,101,1956 +270,102,1956 +270,103,1956 +270,104,1956 +270,105,1956 +270,106,1956 +270,107,1956 +270,108,1956 +270,109,1956 +270,110,1956 +270,111,1956 +270,112,1956 +270,113,1956 +270,114,1956 +270,115,1956 +270,116,1956 +270,117,1956 +270,118,1956 +270,119,1956 +270,120,1956 +270,121,1956 +270,122,1956 +270,123,1956 +270,124,1956 +270,125,1956 +270,126,1956 +270,127,1956 +270,128,1956 +270,129,1956 +270,130,1956 +270,131,1956 +270,132,1956 +270,133,1956 +270,134,1956 +270,135,1956 +270,136,1956 +270,137,1956 +270,138,1956 +270,139,1956 +270,141,1956 +270,142,1956 +270,143,1956 +270,144,1956 +270,145,1956 +270,146,1956 +270,147,1956 +270,148,1956 +270,149,1956 +270,150,1956 +1,166,1959 +1,167,1959 +1,168,1959 +1,169,1959 +1,170,1959 +1,197,1959 +1,198,1959 +1,199,1959 +1,200,1959 +1,201,1959 +1,202,1959 +1,203,1959 +1,216,1959 +1,217,1959 +1,218,1959 +1,219,1959 +1,221,1959 +1,222,1959 +1,223,1959 +1,224,1959 +1,225,1959 +1,232,1959 +1,241,1959 +1,242,1959 +1,243,1959 +1,244,1959 +1,263,1959 +1,264,1959 +1,265,1959 +1,266,1959 +2,166,1959 +2,167,1959 +2,168,1959 +2,169,1959 +2,170,1959 +2,197,1959 +2,198,1959 +2,199,1959 +2,200,1959 +2,201,1959 +2,202,1959 +2,203,1959 +2,216,1959 +2,217,1959 +2,218,1959 +2,219,1959 +2,221,1959 +2,222,1959 +2,223,1959 +2,224,1959 +2,225,1959 +2,232,1959 +2,241,1959 +2,242,1959 +2,243,1959 +2,244,1959 +2,263,1959 +2,264,1959 +2,265,1959 +2,266,1959 +3,166,1959 +3,167,1959 +3,168,1959 +3,169,1959 +3,170,1959 +3,197,1959 +3,198,1959 +3,199,1959 +3,200,1959 +3,201,1959 +3,202,1959 +3,203,1959 +3,216,1959 +3,217,1959 +3,218,1959 +3,219,1959 +3,221,1959 +3,222,1959 +3,223,1959 +3,224,1959 +3,225,1959 +3,232,1959 +3,241,1959 +3,242,1959 +3,243,1959 +3,244,1959 +3,263,1959 +3,264,1959 +3,265,1959 +3,266,1959 +4,166,1959 +4,167,1959 +4,168,1959 +4,169,1959 +4,170,1959 +4,197,1959 +4,198,1959 +4,199,1959 +4,200,1959 +4,201,1959 +4,202,1959 +4,203,1959 +4,216,1959 +4,217,1959 +4,218,1959 +4,219,1959 +4,221,1959 +4,222,1959 +4,223,1959 +4,224,1959 +4,225,1959 +4,232,1959 +4,241,1959 +4,242,1959 +4,243,1959 +4,244,1959 +4,263,1959 +4,264,1959 +4,265,1959 +4,266,1959 +5,166,1959 +5,167,1959 +5,168,1959 +5,169,1959 +5,170,1959 +5,197,1959 +5,198,1959 +5,199,1959 +5,200,1959 +5,201,1959 +5,202,1959 +5,203,1959 +5,216,1959 +5,217,1959 +5,218,1959 +5,219,1959 +5,221,1959 +5,222,1959 +5,223,1959 +5,224,1959 +5,225,1959 +5,232,1959 +5,241,1959 +5,242,1959 +5,243,1959 +5,244,1959 +5,263,1959 +5,264,1959 +5,265,1959 +5,266,1959 +6,166,1959 +6,167,1959 +6,168,1959 +6,169,1959 +6,170,1959 +6,197,1959 +6,198,1959 +6,199,1959 +6,200,1959 +6,201,1959 +6,202,1959 +6,203,1959 +6,216,1959 +6,217,1959 +6,218,1959 +6,219,1959 +6,221,1959 +6,222,1959 +6,223,1959 +6,224,1959 +6,225,1959 +6,232,1959 +6,241,1959 +6,242,1959 +6,243,1959 +6,244,1959 +6,263,1959 +6,264,1959 +6,265,1959 +6,266,1959 +7,166,1959 +7,167,1959 +7,168,1959 +7,169,1959 +7,170,1959 +7,197,1959 +7,198,1959 +7,199,1959 +7,200,1959 +7,201,1959 +7,202,1959 +7,203,1959 +7,216,1959 +7,217,1959 +7,218,1959 +7,219,1959 +7,221,1959 +7,222,1959 +7,223,1959 +7,224,1959 +7,225,1959 +7,232,1959 +7,241,1959 +7,242,1959 +7,243,1959 +7,244,1959 +7,263,1959 +7,264,1959 +7,265,1959 +7,266,1959 +8,166,1959 +8,167,1959 +8,168,1959 +8,169,1959 +8,170,1959 +8,197,1959 +8,198,1959 +8,199,1959 +8,200,1959 +8,201,1959 +8,202,1959 +8,203,1959 +8,216,1959 +8,217,1959 +8,218,1959 +8,219,1959 +8,221,1959 +8,222,1959 +8,223,1959 +8,224,1959 +8,225,1959 +8,232,1959 +8,241,1959 +8,242,1959 +8,243,1959 +8,244,1959 +8,263,1959 +8,264,1959 +8,265,1959 +8,266,1959 +9,166,1959 +9,167,1959 +9,168,1959 +9,169,1959 +9,170,1959 +9,197,1959 +9,198,1959 +9,199,1959 +9,200,1959 +9,201,1959 +9,202,1959 +9,203,1959 +9,216,1959 +9,217,1959 +9,218,1959 +9,219,1959 +9,221,1959 +9,222,1959 +9,223,1959 +9,224,1959 +9,225,1959 +9,232,1959 +9,241,1959 +9,242,1959 +9,243,1959 +9,244,1959 +9,263,1959 +9,264,1959 +9,265,1959 +9,266,1959 +10,166,1959 +10,167,1959 +10,168,1959 +10,169,1959 +10,170,1959 +10,197,1959 +10,198,1959 +10,199,1959 +10,200,1959 +10,201,1959 +10,202,1959 +10,203,1959 +10,216,1959 +10,217,1959 +10,218,1959 +10,219,1959 +10,221,1959 +10,222,1959 +10,223,1959 +10,224,1959 +10,225,1959 +10,232,1959 +10,241,1959 +10,242,1959 +10,243,1959 +10,244,1959 +10,263,1959 +10,264,1959 +10,265,1959 +10,266,1959 +11,166,1959 +11,167,1959 +11,168,1959 +11,169,1959 +11,170,1959 +11,197,1959 +11,198,1959 +11,199,1959 +11,200,1959 +11,201,1959 +11,202,1959 +11,203,1959 +11,216,1959 +11,217,1959 +11,218,1959 +11,219,1959 +11,221,1959 +11,222,1959 +11,223,1959 +11,224,1959 +11,225,1959 +11,232,1959 +11,241,1959 +11,242,1959 +11,243,1959 +11,244,1959 +11,263,1959 +11,264,1959 +11,265,1959 +11,266,1959 +12,166,1959 +12,167,1959 +12,168,1959 +12,169,1959 +12,170,1959 +12,197,1959 +12,198,1959 +12,199,1959 +12,200,1959 +12,201,1959 +12,202,1959 +12,203,1959 +12,216,1959 +12,217,1959 +12,218,1959 +12,219,1959 +12,221,1959 +12,222,1959 +12,223,1959 +12,224,1959 +12,225,1959 +12,232,1959 +12,241,1959 +12,242,1959 +12,243,1959 +12,244,1959 +12,263,1959 +12,264,1959 +12,265,1959 +12,266,1959 +13,166,1959 +13,167,1959 +13,168,1959 +13,169,1959 +13,170,1959 +13,197,1959 +13,198,1959 +13,199,1959 +13,200,1959 +13,201,1959 +13,202,1959 +13,203,1959 +13,216,1959 +13,217,1959 +13,218,1959 +13,219,1959 +13,221,1959 +13,222,1959 +13,223,1959 +13,224,1959 +13,225,1959 +13,232,1959 +13,241,1959 +13,242,1959 +13,243,1959 +13,244,1959 +13,263,1959 +13,264,1959 +13,265,1959 +13,266,1959 +14,166,1959 +14,167,1959 +14,168,1959 +14,169,1959 +14,170,1959 +14,197,1959 +14,198,1959 +14,199,1959 +14,200,1959 +14,201,1959 +14,202,1959 +14,203,1959 +14,216,1959 +14,217,1959 +14,218,1959 +14,219,1959 +14,221,1959 +14,222,1959 +14,223,1959 +14,224,1959 +14,225,1959 +14,232,1959 +14,241,1959 +14,242,1959 +14,243,1959 +14,244,1959 +14,263,1959 +14,264,1959 +14,265,1959 +14,266,1959 +15,166,1959 +15,167,1959 +15,168,1959 +15,169,1959 +15,170,1959 +15,197,1959 +15,198,1959 +15,199,1959 +15,200,1959 +15,201,1959 +15,202,1959 +15,203,1959 +15,216,1959 +15,217,1959 +15,218,1959 +15,219,1959 +15,221,1959 +15,222,1959 +15,223,1959 +15,224,1959 +15,225,1959 +15,232,1959 +15,241,1959 +15,242,1959 +15,243,1959 +15,244,1959 +15,263,1959 +15,264,1959 +15,265,1959 +15,266,1959 +16,166,1959 +16,167,1959 +16,168,1959 +16,169,1959 +16,170,1959 +16,197,1959 +16,198,1959 +16,199,1959 +16,200,1959 +16,201,1959 +16,202,1959 +16,203,1959 +16,216,1959 +16,217,1959 +16,218,1959 +16,219,1959 +16,221,1959 +16,222,1959 +16,223,1959 +16,224,1959 +16,225,1959 +16,232,1959 +16,241,1959 +16,242,1959 +16,243,1959 +16,244,1959 +16,263,1959 +16,264,1959 +16,265,1959 +16,266,1959 +17,166,1959 +17,167,1959 +17,168,1959 +17,169,1959 +17,170,1959 +17,197,1959 +17,198,1959 +17,199,1959 +17,200,1959 +17,201,1959 +17,202,1959 +17,203,1959 +17,216,1959 +17,217,1959 +17,218,1959 +17,219,1959 +17,221,1959 +17,222,1959 +17,223,1959 +17,224,1959 +17,225,1959 +17,232,1959 +17,241,1959 +17,242,1959 +17,243,1959 +17,244,1959 +17,263,1959 +17,264,1959 +17,265,1959 +17,266,1959 +18,166,1959 +18,167,1959 +18,168,1959 +18,169,1959 +18,170,1959 +18,197,1959 +18,198,1959 +18,199,1959 +18,200,1959 +18,201,1959 +18,202,1959 +18,203,1959 +18,216,1959 +18,217,1959 +18,218,1959 +18,219,1959 +18,221,1959 +18,222,1959 +18,223,1959 +18,224,1959 +18,225,1959 +18,232,1959 +18,241,1959 +18,242,1959 +18,243,1959 +18,244,1959 +18,263,1959 +18,264,1959 +18,265,1959 +18,266,1959 +19,166,1959 +19,167,1959 +19,168,1959 +19,169,1959 +19,170,1959 +19,197,1959 +19,198,1959 +19,199,1959 +19,200,1959 +19,201,1959 +19,202,1959 +19,203,1959 +19,216,1959 +19,217,1959 +19,218,1959 +19,219,1959 +19,221,1959 +19,222,1959 +19,223,1959 +19,224,1959 +19,225,1959 +19,232,1959 +19,241,1959 +19,242,1959 +19,243,1959 +19,244,1959 +19,263,1959 +19,264,1959 +19,265,1959 +19,266,1959 +20,166,1959 +20,167,1959 +20,168,1959 +20,169,1959 +20,170,1959 +20,197,1959 +20,198,1959 +20,199,1959 +20,200,1959 +20,201,1959 +20,202,1959 +20,203,1959 +20,216,1959 +20,217,1959 +20,218,1959 +20,219,1959 +20,221,1959 +20,222,1959 +20,223,1959 +20,224,1959 +20,225,1959 +20,232,1959 +20,241,1959 +20,242,1959 +20,243,1959 +20,244,1959 +20,263,1959 +20,264,1959 +20,265,1959 +20,266,1959 +21,166,1959 +21,167,1959 +21,168,1959 +21,169,1959 +21,170,1959 +21,197,1959 +21,198,1959 +21,199,1959 +21,200,1959 +21,201,1959 +21,202,1959 +21,203,1959 +21,216,1959 +21,217,1959 +21,218,1959 +21,219,1959 +21,221,1959 +21,222,1959 +21,223,1959 +21,224,1959 +21,225,1959 +21,232,1959 +21,241,1959 +21,242,1959 +21,243,1959 +21,244,1959 +21,263,1959 +21,264,1959 +21,265,1959 +21,266,1959 +22,166,1959 +22,167,1959 +22,168,1959 +22,169,1959 +22,170,1959 +22,197,1959 +22,198,1959 +22,199,1959 +22,200,1959 +22,201,1959 +22,202,1959 +22,203,1959 +22,216,1959 +22,217,1959 +22,218,1959 +22,219,1959 +22,221,1959 +22,222,1959 +22,223,1959 +22,224,1959 +22,225,1959 +22,232,1959 +22,241,1959 +22,242,1959 +22,243,1959 +22,244,1959 +22,263,1959 +22,264,1959 +22,265,1959 +22,266,1959 +23,166,1959 +23,167,1959 +23,168,1959 +23,169,1959 +23,170,1959 +23,197,1959 +23,198,1959 +23,199,1959 +23,200,1959 +23,201,1959 +23,202,1959 +23,203,1959 +23,216,1959 +23,217,1959 +23,218,1959 +23,219,1959 +23,221,1959 +23,222,1959 +23,223,1959 +23,224,1959 +23,225,1959 +23,232,1959 +23,241,1959 +23,242,1959 +23,243,1959 +23,244,1959 +23,263,1959 +23,264,1959 +23,265,1959 +23,266,1959 +24,166,1959 +24,167,1959 +24,168,1959 +24,169,1959 +24,170,1959 +24,197,1959 +24,198,1959 +24,199,1959 +24,200,1959 +24,201,1959 +24,202,1959 +24,203,1959 +24,216,1959 +24,217,1959 +24,218,1959 +24,219,1959 +24,221,1959 +24,222,1959 +24,223,1959 +24,224,1959 +24,225,1959 +24,232,1959 +24,241,1959 +24,242,1959 +24,243,1959 +24,244,1959 +24,263,1959 +24,264,1959 +24,265,1959 +24,266,1959 +25,166,1959 +25,167,1959 +25,168,1959 +25,169,1959 +25,170,1959 +25,197,1959 +25,198,1959 +25,199,1959 +25,200,1959 +25,201,1959 +25,202,1959 +25,203,1959 +25,216,1959 +25,217,1959 +25,218,1959 +25,219,1959 +25,221,1959 +25,222,1959 +25,223,1959 +25,224,1959 +25,225,1959 +25,232,1959 +25,241,1959 +25,242,1959 +25,243,1959 +25,244,1959 +25,263,1959 +25,264,1959 +25,265,1959 +25,266,1959 +26,166,1959 +26,167,1959 +26,168,1959 +26,169,1959 +26,170,1959 +26,197,1959 +26,198,1959 +26,199,1959 +26,200,1959 +26,201,1959 +26,202,1959 +26,203,1959 +26,216,1959 +26,217,1959 +26,218,1959 +26,219,1959 +26,221,1959 +26,222,1959 +26,223,1959 +26,224,1959 +26,225,1959 +26,232,1959 +26,241,1959 +26,242,1959 +26,243,1959 +26,244,1959 +26,263,1959 +26,264,1959 +26,265,1959 +26,266,1959 +27,166,1959 +27,167,1959 +27,168,1959 +27,169,1959 +27,170,1959 +27,197,1959 +27,198,1959 +27,199,1959 +27,200,1959 +27,201,1959 +27,202,1959 +27,203,1959 +27,216,1959 +27,217,1959 +27,218,1959 +27,219,1959 +27,221,1959 +27,222,1959 +27,223,1959 +27,224,1959 +27,225,1959 +27,232,1959 +27,241,1959 +27,242,1959 +27,243,1959 +27,244,1959 +27,263,1959 +27,264,1959 +27,265,1959 +27,266,1959 +28,166,1959 +28,167,1959 +28,168,1959 +28,169,1959 +28,197,1959 +28,198,1959 +28,200,1959 +28,201,1959 +28,202,1959 +28,203,1959 +28,216,1959 +28,217,1959 +28,218,1959 +28,219,1959 +28,221,1959 +28,222,1959 +28,223,1959 +28,224,1959 +28,225,1959 +28,232,1959 +28,241,1959 +28,242,1959 +28,243,1959 +28,244,1959 +28,263,1959 +29,166,1959 +29,167,1959 +29,168,1959 +29,169,1959 +29,197,1959 +29,198,1959 +29,200,1959 +29,201,1959 +29,202,1959 +29,203,1959 +29,216,1959 +29,217,1959 +29,218,1959 +29,219,1959 +29,221,1959 +29,222,1959 +29,223,1959 +29,224,1959 +29,225,1959 +29,232,1959 +29,241,1959 +29,242,1959 +29,243,1959 +29,244,1959 +29,263,1959 +30,166,1959 +30,167,1959 +30,168,1959 +30,169,1959 +30,170,1959 +30,197,1959 +30,198,1959 +30,199,1959 +30,200,1959 +30,201,1959 +30,202,1959 +30,203,1959 +30,216,1959 +30,217,1959 +30,218,1959 +30,219,1959 +30,221,1959 +30,222,1959 +30,223,1959 +30,224,1959 +30,225,1959 +30,232,1959 +30,241,1959 +30,242,1959 +30,243,1959 +30,244,1959 +30,263,1959 +30,264,1959 +30,265,1959 +30,266,1959 +31,166,1959 +31,167,1959 +31,168,1959 +31,169,1959 +31,170,1959 +31,197,1959 +31,198,1959 +31,199,1959 +31,200,1959 +31,201,1959 +31,202,1959 +31,203,1959 +31,216,1959 +31,217,1959 +31,218,1959 +31,219,1959 +31,221,1959 +31,222,1959 +31,223,1959 +31,224,1959 +31,225,1959 +31,232,1959 +31,241,1959 +31,242,1959 +31,243,1959 +31,244,1959 +31,263,1959 +31,264,1959 +31,265,1959 +31,266,1959 +32,166,1959 +32,167,1959 +32,168,1959 +32,169,1959 +32,170,1959 +32,197,1959 +32,198,1959 +32,199,1959 +32,200,1959 +32,201,1959 +32,202,1959 +32,203,1959 +32,216,1959 +32,217,1959 +32,218,1959 +32,219,1959 +32,221,1959 +32,222,1959 +32,223,1959 +32,224,1959 +32,225,1959 +32,232,1959 +32,241,1959 +32,242,1959 +32,243,1959 +32,244,1959 +32,263,1959 +32,264,1959 +32,265,1959 +32,266,1959 +33,166,1959 +33,167,1959 +33,168,1959 +33,169,1959 +33,170,1959 +33,197,1959 +33,198,1959 +33,199,1959 +33,200,1959 +33,201,1959 +33,202,1959 +33,203,1959 +33,216,1959 +33,217,1959 +33,218,1959 +33,219,1959 +33,221,1959 +33,222,1959 +33,223,1959 +33,224,1959 +33,225,1959 +33,232,1959 +33,241,1959 +33,242,1959 +33,243,1959 +33,244,1959 +33,263,1959 +33,264,1959 +33,265,1959 +33,266,1959 +34,166,1959 +34,167,1959 +34,168,1959 +34,169,1959 +34,170,1959 +34,197,1959 +34,198,1959 +34,199,1959 +34,200,1959 +34,201,1959 +34,202,1959 +34,203,1959 +34,216,1959 +34,217,1959 +34,218,1959 +34,219,1959 +34,221,1959 +34,222,1959 +34,223,1959 +34,224,1959 +34,225,1959 +34,232,1959 +34,241,1959 +34,242,1959 +34,243,1959 +34,244,1959 +34,263,1959 +34,264,1959 +34,265,1959 +34,266,1959 +35,166,1959 +35,167,1959 +35,168,1959 +35,169,1959 +35,170,1959 +35,197,1959 +35,198,1959 +35,199,1959 +35,200,1959 +35,201,1959 +35,202,1959 +35,203,1959 +35,216,1959 +35,217,1959 +35,218,1959 +35,219,1959 +35,221,1959 +35,222,1959 +35,223,1959 +35,224,1959 +35,225,1959 +35,232,1959 +35,241,1959 +35,242,1959 +35,243,1959 +35,244,1959 +35,263,1959 +35,264,1959 +35,265,1959 +35,266,1959 +36,166,1959 +36,167,1959 +36,168,1959 +36,169,1959 +36,170,1959 +36,197,1959 +36,198,1959 +36,199,1959 +36,200,1959 +36,201,1959 +36,202,1959 +36,203,1959 +36,216,1959 +36,217,1959 +36,218,1959 +36,219,1959 +36,221,1959 +36,222,1959 +36,223,1959 +36,224,1959 +36,225,1959 +36,232,1959 +36,241,1959 +36,242,1959 +36,243,1959 +36,244,1959 +36,263,1959 +36,264,1959 +36,265,1959 +36,266,1959 +37,166,1959 +37,167,1959 +37,168,1959 +37,169,1959 +37,170,1959 +37,197,1959 +37,198,1959 +37,199,1959 +37,200,1959 +37,201,1959 +37,202,1959 +37,203,1959 +37,216,1959 +37,217,1959 +37,218,1959 +37,219,1959 +37,221,1959 +37,222,1959 +37,223,1959 +37,224,1959 +37,225,1959 +37,232,1959 +37,241,1959 +37,242,1959 +37,243,1959 +37,244,1959 +37,263,1959 +37,264,1959 +37,265,1959 +37,266,1959 +38,166,1959 +38,167,1959 +38,168,1959 +38,169,1959 +38,170,1959 +38,197,1959 +38,198,1959 +38,199,1959 +38,200,1959 +38,201,1959 +38,202,1959 +38,203,1959 +38,216,1959 +38,217,1959 +38,218,1959 +38,219,1959 +38,221,1959 +38,222,1959 +38,223,1959 +38,224,1959 +38,225,1959 +38,232,1959 +38,241,1959 +38,242,1959 +38,243,1959 +38,244,1959 +38,263,1959 +38,264,1959 +38,265,1959 +38,266,1959 +39,166,1959 +39,167,1959 +39,168,1959 +39,169,1959 +39,170,1959 +39,197,1959 +39,198,1959 +39,199,1959 +39,200,1959 +39,201,1959 +39,202,1959 +39,203,1959 +39,216,1959 +39,217,1959 +39,218,1959 +39,219,1959 +39,221,1959 +39,222,1959 +39,223,1959 +39,224,1959 +39,225,1959 +39,232,1959 +39,241,1959 +39,242,1959 +39,243,1959 +39,244,1959 +39,263,1959 +39,264,1959 +39,265,1959 +39,266,1959 +40,166,1959 +40,167,1959 +40,168,1959 +40,169,1959 +40,170,1959 +40,197,1959 +40,198,1959 +40,199,1959 +40,200,1959 +40,201,1959 +40,202,1959 +40,203,1959 +40,216,1959 +40,217,1959 +40,218,1959 +40,219,1959 +40,221,1959 +40,222,1959 +40,223,1959 +40,224,1959 +40,225,1959 +40,232,1959 +40,241,1959 +40,242,1959 +40,243,1959 +40,244,1959 +40,263,1959 +40,264,1959 +40,265,1959 +40,266,1959 +41,166,1959 +41,167,1959 +41,168,1959 +41,169,1959 +41,170,1959 +41,197,1959 +41,198,1959 +41,199,1959 +41,200,1959 +41,201,1959 +41,202,1959 +41,203,1959 +41,216,1959 +41,217,1959 +41,218,1959 +41,219,1959 +41,221,1959 +41,222,1959 +41,223,1959 +41,224,1959 +41,225,1959 +41,232,1959 +41,241,1959 +41,242,1959 +41,243,1959 +41,244,1959 +41,263,1959 +41,264,1959 +41,265,1959 +41,266,1959 +42,166,1959 +42,167,1959 +42,168,1959 +42,169,1959 +42,170,1959 +42,197,1959 +42,198,1959 +42,199,1959 +42,200,1959 +42,201,1959 +42,202,1959 +42,203,1959 +42,216,1959 +42,217,1959 +42,218,1959 +42,219,1959 +42,221,1959 +42,222,1959 +42,223,1959 +42,224,1959 +42,225,1959 +42,232,1959 +42,241,1959 +42,242,1959 +42,243,1959 +42,244,1959 +42,263,1959 +42,264,1959 +42,265,1959 +42,266,1959 +43,166,1959 +43,167,1959 +43,168,1959 +43,169,1959 +43,170,1959 +43,197,1959 +43,198,1959 +43,199,1959 +43,200,1959 +43,201,1959 +43,202,1959 +43,203,1959 +43,216,1959 +43,217,1959 +43,218,1959 +43,219,1959 +43,221,1959 +43,222,1959 +43,223,1959 +43,224,1959 +43,225,1959 +43,232,1959 +43,241,1959 +43,242,1959 +43,243,1959 +43,244,1959 +43,263,1959 +43,264,1959 +43,265,1959 +43,266,1959 +44,166,1959 +44,167,1959 +44,168,1959 +44,169,1959 +44,170,1959 +44,197,1959 +44,198,1959 +44,199,1959 +44,200,1959 +44,201,1959 +44,202,1959 +44,203,1959 +44,216,1959 +44,217,1959 +44,218,1959 +44,219,1959 +44,221,1959 +44,222,1959 +44,223,1959 +44,224,1959 +44,225,1959 +44,232,1959 +44,241,1959 +44,242,1959 +44,243,1959 +44,244,1959 +44,263,1959 +44,264,1959 +44,265,1959 +44,266,1959 +45,166,1959 +45,167,1959 +45,168,1959 +45,169,1959 +45,170,1959 +45,197,1959 +45,198,1959 +45,199,1959 +45,200,1959 +45,201,1959 +45,202,1959 +45,203,1959 +45,216,1959 +45,217,1959 +45,218,1959 +45,219,1959 +45,221,1959 +45,222,1959 +45,223,1959 +45,224,1959 +45,225,1959 +45,232,1959 +45,241,1959 +45,242,1959 +45,243,1959 +45,244,1959 +45,263,1959 +45,264,1959 +45,265,1959 +45,266,1959 +46,166,1959 +46,167,1959 +46,168,1959 +46,169,1959 +46,170,1959 +46,197,1959 +46,198,1959 +46,199,1959 +46,200,1959 +46,201,1959 +46,202,1959 +46,203,1959 +46,216,1959 +46,217,1959 +46,218,1959 +46,219,1959 +46,221,1959 +46,222,1959 +46,223,1959 +46,224,1959 +46,225,1959 +46,232,1959 +46,241,1959 +46,242,1959 +46,243,1959 +46,244,1959 +46,263,1959 +46,264,1959 +46,265,1959 +46,266,1959 +47,166,1959 +47,167,1959 +47,168,1959 +47,169,1959 +47,170,1959 +47,197,1959 +47,198,1959 +47,199,1959 +47,200,1959 +47,201,1959 +47,202,1959 +47,203,1959 +47,216,1959 +47,217,1959 +47,218,1959 +47,219,1959 +47,221,1959 +47,222,1959 +47,223,1959 +47,224,1959 +47,225,1959 +47,232,1959 +47,241,1959 +47,242,1959 +47,243,1959 +47,244,1959 +47,263,1959 +47,264,1959 +47,265,1959 +47,266,1959 +48,166,1959 +48,167,1959 +48,168,1959 +48,169,1959 +48,170,1959 +48,197,1959 +48,198,1959 +48,199,1959 +48,200,1959 +48,201,1959 +48,202,1959 +48,203,1959 +48,216,1959 +48,217,1959 +48,218,1959 +48,219,1959 +48,221,1959 +48,222,1959 +48,223,1959 +48,224,1959 +48,225,1959 +48,232,1959 +48,241,1959 +48,242,1959 +48,243,1959 +48,244,1959 +48,263,1959 +48,264,1959 +48,265,1959 +48,266,1959 +49,166,1959 +49,167,1959 +49,168,1959 +49,169,1959 +49,170,1959 +49,197,1959 +49,198,1959 +49,199,1959 +49,200,1959 +49,201,1959 +49,202,1959 +49,203,1959 +49,216,1959 +49,217,1959 +49,218,1959 +49,219,1959 +49,221,1959 +49,222,1959 +49,223,1959 +49,224,1959 +49,225,1959 +49,232,1959 +49,241,1959 +49,242,1959 +49,243,1959 +49,244,1959 +49,263,1959 +49,264,1959 +49,265,1959 +49,266,1959 +50,166,1959 +50,167,1959 +50,168,1959 +50,169,1959 +50,170,1959 +50,197,1959 +50,198,1959 +50,199,1959 +50,200,1959 +50,201,1959 +50,202,1959 +50,203,1959 +50,216,1959 +50,217,1959 +50,218,1959 +50,219,1959 +50,221,1959 +50,222,1959 +50,223,1959 +50,224,1959 +50,225,1959 +50,232,1959 +50,241,1959 +50,242,1959 +50,243,1959 +50,244,1959 +50,263,1959 +50,264,1959 +50,265,1959 +50,266,1959 +51,166,1959 +51,167,1959 +51,168,1959 +51,169,1959 +51,170,1959 +51,197,1959 +51,198,1959 +51,199,1959 +51,200,1959 +51,201,1959 +51,202,1959 +51,203,1959 +51,216,1959 +51,217,1959 +51,218,1959 +51,219,1959 +51,221,1959 +51,222,1959 +51,223,1959 +51,224,1959 +51,225,1959 +51,232,1959 +51,241,1959 +51,242,1959 +51,243,1959 +51,244,1959 +51,263,1959 +51,264,1959 +51,265,1959 +51,266,1959 +52,166,1959 +52,167,1959 +52,168,1959 +52,169,1959 +52,170,1959 +52,197,1959 +52,198,1959 +52,199,1959 +52,200,1959 +52,201,1959 +52,202,1959 +52,203,1959 +52,216,1959 +52,217,1959 +52,218,1959 +52,219,1959 +52,221,1959 +52,222,1959 +52,223,1959 +52,224,1959 +52,225,1959 +52,232,1959 +52,241,1959 +52,242,1959 +52,243,1959 +52,244,1959 +52,263,1959 +52,264,1959 +52,265,1959 +52,266,1959 +53,166,1959 +53,167,1959 +53,168,1959 +53,169,1959 +53,170,1959 +53,197,1959 +53,198,1959 +53,199,1959 +53,200,1959 +53,201,1959 +53,202,1959 +53,203,1959 +53,216,1959 +53,217,1959 +53,218,1959 +53,219,1959 +53,221,1959 +53,222,1959 +53,223,1959 +53,224,1959 +53,225,1959 +53,232,1959 +53,241,1959 +53,242,1959 +53,243,1959 +53,244,1959 +53,263,1959 +53,264,1959 +53,265,1959 +53,266,1959 +54,166,1959 +54,167,1959 +54,168,1959 +54,169,1959 +54,170,1959 +54,197,1959 +54,198,1959 +54,199,1959 +54,200,1959 +54,201,1959 +54,202,1959 +54,203,1959 +54,216,1959 +54,217,1959 +54,218,1959 +54,219,1959 +54,221,1959 +54,222,1959 +54,223,1959 +54,224,1959 +54,225,1959 +54,232,1959 +54,241,1959 +54,242,1959 +54,243,1959 +54,244,1959 +54,263,1959 +54,264,1959 +54,265,1959 +54,266,1959 +55,166,1959 +55,167,1959 +55,168,1959 +55,169,1959 +55,170,1959 +55,197,1959 +55,198,1959 +55,199,1959 +55,200,1959 +55,201,1959 +55,202,1959 +55,203,1959 +55,216,1959 +55,217,1959 +55,218,1959 +55,219,1959 +55,221,1959 +55,222,1959 +55,223,1959 +55,224,1959 +55,225,1959 +55,232,1959 +55,241,1959 +55,242,1959 +55,243,1959 +55,244,1959 +55,263,1959 +55,264,1959 +55,265,1959 +55,266,1959 +56,166,1959 +56,167,1959 +56,168,1959 +56,169,1959 +56,170,1959 +56,197,1959 +56,198,1959 +56,199,1959 +56,200,1959 +56,201,1959 +56,202,1959 +56,203,1959 +56,216,1959 +56,217,1959 +56,218,1959 +56,219,1959 +56,221,1959 +56,222,1959 +56,223,1959 +56,224,1959 +56,225,1959 +56,232,1959 +56,241,1959 +56,242,1959 +56,243,1959 +56,244,1959 +56,263,1959 +56,264,1959 +56,265,1959 +56,266,1959 +57,166,1959 +57,167,1959 +57,168,1959 +57,169,1959 +57,170,1959 +57,197,1959 +57,198,1959 +57,199,1959 +57,200,1959 +57,201,1959 +57,202,1959 +57,203,1959 +57,216,1959 +57,217,1959 +57,218,1959 +57,219,1959 +57,221,1959 +57,222,1959 +57,223,1959 +57,224,1959 +57,225,1959 +57,232,1959 +57,241,1959 +57,242,1959 +57,243,1959 +57,244,1959 +57,263,1959 +57,264,1959 +57,265,1959 +57,266,1959 +58,166,1959 +58,167,1959 +58,168,1959 +58,169,1959 +58,170,1959 +58,197,1959 +58,198,1959 +58,199,1959 +58,200,1959 +58,201,1959 +58,202,1959 +58,203,1959 +58,216,1959 +58,217,1959 +58,218,1959 +58,219,1959 +58,221,1959 +58,222,1959 +58,223,1959 +58,224,1959 +58,225,1959 +58,232,1959 +58,241,1959 +58,242,1959 +58,243,1959 +58,244,1959 +58,263,1959 +58,264,1959 +58,265,1959 +58,266,1959 +59,166,1959 +59,167,1959 +59,168,1959 +59,169,1959 +59,170,1959 +59,197,1959 +59,198,1959 +59,199,1959 +59,200,1959 +59,201,1959 +59,202,1959 +59,203,1959 +59,216,1959 +59,217,1959 +59,218,1959 +59,219,1959 +59,221,1959 +59,222,1959 +59,223,1959 +59,224,1959 +59,225,1959 +59,232,1959 +59,241,1959 +59,242,1959 +59,243,1959 +59,244,1959 +59,263,1959 +59,264,1959 +59,265,1959 +59,266,1959 +60,166,1959 +60,167,1959 +60,168,1959 +60,169,1959 +60,170,1959 +60,197,1959 +60,198,1959 +60,199,1959 +60,200,1959 +60,201,1959 +60,202,1959 +60,203,1959 +60,216,1959 +60,217,1959 +60,218,1959 +60,219,1959 +60,221,1959 +60,222,1959 +60,223,1959 +60,224,1959 +60,225,1959 +60,232,1959 +60,241,1959 +60,242,1959 +60,243,1959 +60,244,1959 +60,263,1959 +60,264,1959 +60,265,1959 +60,266,1959 +61,166,1959 +61,167,1959 +61,168,1959 +61,169,1959 +61,170,1959 +61,197,1959 +61,198,1959 +61,199,1959 +61,200,1959 +61,201,1959 +61,202,1959 +61,203,1959 +61,216,1959 +61,217,1959 +61,218,1959 +61,219,1959 +61,221,1959 +61,222,1959 +61,223,1959 +61,224,1959 +61,225,1959 +61,232,1959 +61,241,1959 +61,242,1959 +61,243,1959 +61,244,1959 +61,263,1959 +61,264,1959 +61,265,1959 +61,266,1959 +62,166,1959 +62,167,1959 +62,168,1959 +62,169,1959 +62,170,1959 +62,197,1959 +62,198,1959 +62,199,1959 +62,200,1959 +62,201,1959 +62,202,1959 +62,203,1959 +62,216,1959 +62,217,1959 +62,218,1959 +62,219,1959 +62,221,1959 +62,222,1959 +62,223,1959 +62,224,1959 +62,225,1959 +62,232,1959 +62,241,1959 +62,242,1959 +62,243,1959 +62,244,1959 +62,263,1959 +62,264,1959 +62,265,1959 +62,266,1959 +63,166,1959 +63,167,1959 +63,168,1959 +63,169,1959 +63,170,1959 +63,197,1959 +63,198,1959 +63,199,1959 +63,200,1959 +63,201,1959 +63,202,1959 +63,203,1959 +63,216,1959 +63,217,1959 +63,218,1959 +63,219,1959 +63,221,1959 +63,222,1959 +63,223,1959 +63,224,1959 +63,225,1959 +63,232,1959 +63,241,1959 +63,242,1959 +63,243,1959 +63,244,1959 +63,263,1959 +63,264,1959 +63,265,1959 +63,266,1959 +64,166,1959 +64,167,1959 +64,168,1959 +64,169,1959 +64,170,1959 +64,197,1959 +64,198,1959 +64,199,1959 +64,200,1959 +64,201,1959 +64,202,1959 +64,203,1959 +64,216,1959 +64,217,1959 +64,218,1959 +64,219,1959 +64,221,1959 +64,222,1959 +64,223,1959 +64,224,1959 +64,225,1959 +64,232,1959 +64,241,1959 +64,242,1959 +64,243,1959 +64,244,1959 +64,263,1959 +64,264,1959 +64,265,1959 +64,266,1959 +65,166,1959 +65,167,1959 +65,168,1959 +65,169,1959 +65,170,1959 +65,197,1959 +65,198,1959 +65,199,1959 +65,200,1959 +65,201,1959 +65,202,1959 +65,203,1959 +65,216,1959 +65,217,1959 +65,218,1959 +65,219,1959 +65,221,1959 +65,222,1959 +65,223,1959 +65,224,1959 +65,225,1959 +65,232,1959 +65,241,1959 +65,242,1959 +65,243,1959 +65,244,1959 +65,263,1959 +65,264,1959 +65,265,1959 +65,266,1959 +66,166,1959 +66,167,1959 +66,168,1959 +66,169,1959 +66,170,1959 +66,197,1959 +66,198,1959 +66,199,1959 +66,200,1959 +66,201,1959 +66,202,1959 +66,203,1959 +66,216,1959 +66,217,1959 +66,218,1959 +66,219,1959 +66,221,1959 +66,222,1959 +66,223,1959 +66,224,1959 +66,225,1959 +66,232,1959 +66,241,1959 +66,242,1959 +66,243,1959 +66,244,1959 +66,263,1959 +66,264,1959 +66,265,1959 +66,266,1959 +67,166,1959 +67,167,1959 +67,168,1959 +67,169,1959 +67,170,1959 +67,197,1959 +67,198,1959 +67,199,1959 +67,200,1959 +67,201,1959 +67,202,1959 +67,203,1959 +67,216,1959 +67,217,1959 +67,218,1959 +67,219,1959 +67,221,1959 +67,222,1959 +67,223,1959 +67,224,1959 +67,225,1959 +67,232,1959 +67,241,1959 +67,242,1959 +67,243,1959 +67,244,1959 +67,263,1959 +67,264,1959 +67,265,1959 +67,266,1959 +68,166,1959 +68,167,1959 +68,168,1959 +68,169,1959 +68,170,1959 +68,197,1959 +68,198,1959 +68,199,1959 +68,200,1959 +68,201,1959 +68,202,1959 +68,203,1959 +68,216,1959 +68,217,1959 +68,218,1959 +68,219,1959 +68,221,1959 +68,222,1959 +68,223,1959 +68,224,1959 +68,225,1959 +68,232,1959 +68,241,1959 +68,242,1959 +68,243,1959 +68,244,1959 +68,263,1959 +68,264,1959 +68,265,1959 +68,266,1959 +69,166,1959 +69,167,1959 +69,168,1959 +69,169,1959 +69,170,1959 +69,197,1959 +69,198,1959 +69,199,1959 +69,200,1959 +69,201,1959 +69,202,1959 +69,203,1959 +69,216,1959 +69,217,1959 +69,218,1959 +69,219,1959 +69,221,1959 +69,222,1959 +69,223,1959 +69,224,1959 +69,225,1959 +69,232,1959 +69,241,1959 +69,242,1959 +69,243,1959 +69,244,1959 +69,263,1959 +69,264,1959 +69,265,1959 +69,266,1959 +70,166,1959 +70,167,1959 +70,168,1959 +70,169,1959 +70,170,1959 +70,197,1959 +70,198,1959 +70,199,1959 +70,200,1959 +70,201,1959 +70,202,1959 +70,203,1959 +70,216,1959 +70,217,1959 +70,218,1959 +70,219,1959 +70,221,1959 +70,222,1959 +70,223,1959 +70,224,1959 +70,225,1959 +70,232,1959 +70,241,1959 +70,242,1959 +70,243,1959 +70,244,1959 +70,263,1959 +70,264,1959 +70,265,1959 +70,266,1959 +71,166,1959 +71,167,1959 +71,168,1959 +71,169,1959 +71,170,1959 +71,197,1959 +71,198,1959 +71,199,1959 +71,200,1959 +71,201,1959 +71,202,1959 +71,203,1959 +71,216,1959 +71,217,1959 +71,218,1959 +71,219,1959 +71,221,1959 +71,222,1959 +71,223,1959 +71,224,1959 +71,225,1959 +71,232,1959 +71,241,1959 +71,242,1959 +71,243,1959 +71,244,1959 +71,263,1959 +71,264,1959 +71,265,1959 +71,266,1959 +72,166,1959 +72,167,1959 +72,168,1959 +72,169,1959 +72,170,1959 +72,197,1959 +72,198,1959 +72,199,1959 +72,200,1959 +72,201,1959 +72,202,1959 +72,203,1959 +72,216,1959 +72,217,1959 +72,218,1959 +72,219,1959 +72,221,1959 +72,222,1959 +72,223,1959 +72,224,1959 +72,225,1959 +72,232,1959 +72,241,1959 +72,242,1959 +72,243,1959 +72,244,1959 +72,263,1959 +72,264,1959 +72,265,1959 +72,266,1959 +73,166,1959 +73,167,1959 +73,168,1959 +73,169,1959 +73,170,1959 +73,197,1959 +73,198,1959 +73,199,1959 +73,200,1959 +73,201,1959 +73,202,1959 +73,203,1959 +73,216,1959 +73,217,1959 +73,218,1959 +73,219,1959 +73,221,1959 +73,222,1959 +73,223,1959 +73,224,1959 +73,225,1959 +73,232,1959 +73,241,1959 +73,242,1959 +73,243,1959 +73,244,1959 +73,263,1959 +73,264,1959 +73,265,1959 +73,266,1959 +74,166,1959 +74,167,1959 +74,168,1959 +74,169,1959 +74,170,1959 +74,197,1959 +74,198,1959 +74,199,1959 +74,200,1959 +74,201,1959 +74,202,1959 +74,203,1959 +74,216,1959 +74,217,1959 +74,218,1959 +74,219,1959 +74,221,1959 +74,222,1959 +74,223,1959 +74,224,1959 +74,225,1959 +74,232,1959 +74,241,1959 +74,242,1959 +74,243,1959 +74,244,1959 +74,263,1959 +74,264,1959 +74,265,1959 +74,266,1959 +75,166,1959 +75,167,1959 +75,168,1959 +75,169,1959 +75,170,1959 +75,197,1959 +75,198,1959 +75,199,1959 +75,200,1959 +75,201,1959 +75,202,1959 +75,203,1959 +75,216,1959 +75,217,1959 +75,218,1959 +75,219,1959 +75,221,1959 +75,222,1959 +75,223,1959 +75,224,1959 +75,225,1959 +75,232,1959 +75,241,1959 +75,242,1959 +75,243,1959 +75,244,1959 +75,263,1959 +75,264,1959 +75,265,1959 +75,266,1959 +76,166,1959 +76,167,1959 +76,168,1959 +76,169,1959 +76,170,1959 +76,197,1959 +76,198,1959 +76,199,1959 +76,200,1959 +76,201,1959 +76,202,1959 +76,203,1959 +76,216,1959 +76,217,1959 +76,218,1959 +76,219,1959 +76,221,1959 +76,222,1959 +76,223,1959 +76,224,1959 +76,225,1959 +76,232,1959 +76,241,1959 +76,242,1959 +76,243,1959 +76,244,1959 +76,263,1959 +76,264,1959 +76,265,1959 +76,266,1959 +77,166,1959 +77,167,1959 +77,168,1959 +77,169,1959 +77,170,1959 +77,197,1959 +77,198,1959 +77,199,1959 +77,200,1959 +77,201,1959 +77,202,1959 +77,203,1959 +77,216,1959 +77,217,1959 +77,218,1959 +77,219,1959 +77,221,1959 +77,222,1959 +77,223,1959 +77,224,1959 +77,225,1959 +77,232,1959 +77,241,1959 +77,242,1959 +77,243,1959 +77,244,1959 +77,263,1959 +77,264,1959 +77,265,1959 +77,266,1959 +78,166,1959 +78,167,1959 +78,168,1959 +78,169,1959 +78,170,1959 +78,197,1959 +78,198,1959 +78,199,1959 +78,200,1959 +78,201,1959 +78,202,1959 +78,203,1959 +78,216,1959 +78,217,1959 +78,218,1959 +78,219,1959 +78,221,1959 +78,222,1959 +78,223,1959 +78,224,1959 +78,225,1959 +78,232,1959 +78,241,1959 +78,242,1959 +78,243,1959 +78,244,1959 +78,263,1959 +78,264,1959 +78,265,1959 +78,266,1959 +79,166,1959 +79,167,1959 +79,168,1959 +79,169,1959 +79,170,1959 +79,197,1959 +79,198,1959 +79,199,1959 +79,200,1959 +79,201,1959 +79,202,1959 +79,203,1959 +79,216,1959 +79,217,1959 +79,218,1959 +79,219,1959 +79,221,1959 +79,222,1959 +79,223,1959 +79,224,1959 +79,225,1959 +79,232,1959 +79,241,1959 +79,242,1959 +79,243,1959 +79,244,1959 +79,263,1959 +79,264,1959 +79,265,1959 +79,266,1959 +80,166,1959 +80,167,1959 +80,168,1959 +80,169,1959 +80,170,1959 +80,197,1959 +80,198,1959 +80,199,1959 +80,200,1959 +80,201,1959 +80,202,1959 +80,203,1959 +80,216,1959 +80,217,1959 +80,218,1959 +80,219,1959 +80,221,1959 +80,222,1959 +80,223,1959 +80,224,1959 +80,225,1959 +80,232,1959 +80,241,1959 +80,242,1959 +80,243,1959 +80,244,1959 +80,263,1959 +80,264,1959 +80,265,1959 +80,266,1959 +81,166,1959 +81,167,1959 +81,168,1959 +81,169,1959 +81,170,1959 +81,197,1959 +81,198,1959 +81,199,1959 +81,200,1959 +81,201,1959 +81,202,1959 +81,203,1959 +81,216,1959 +81,217,1959 +81,218,1959 +81,219,1959 +81,221,1959 +81,222,1959 +81,223,1959 +81,224,1959 +81,225,1959 +81,232,1959 +81,241,1959 +81,242,1959 +81,243,1959 +81,244,1959 +81,263,1959 +81,264,1959 +81,265,1959 +81,266,1959 +82,166,1959 +82,167,1959 +82,168,1959 +82,169,1959 +82,170,1959 +82,197,1959 +82,198,1959 +82,199,1959 +82,200,1959 +82,201,1959 +82,202,1959 +82,203,1959 +82,216,1959 +82,217,1959 +82,218,1959 +82,219,1959 +82,221,1959 +82,222,1959 +82,223,1959 +82,224,1959 +82,225,1959 +82,232,1959 +82,241,1959 +82,242,1959 +82,243,1959 +82,244,1959 +82,263,1959 +82,264,1959 +82,265,1959 +82,266,1959 +83,166,1959 +83,167,1959 +83,168,1959 +83,169,1959 +83,170,1959 +83,197,1959 +83,198,1959 +83,199,1959 +83,200,1959 +83,201,1959 +83,202,1959 +83,203,1959 +83,216,1959 +83,217,1959 +83,218,1959 +83,219,1959 +83,221,1959 +83,222,1959 +83,223,1959 +83,224,1959 +83,225,1959 +83,232,1959 +83,241,1959 +83,242,1959 +83,243,1959 +83,244,1959 +83,263,1959 +83,264,1959 +83,265,1959 +83,266,1959 +84,166,1959 +84,167,1959 +84,168,1959 +84,169,1959 +84,170,1959 +84,197,1959 +84,198,1959 +84,199,1959 +84,200,1959 +84,201,1959 +84,202,1959 +84,203,1959 +84,216,1959 +84,217,1959 +84,218,1959 +84,219,1959 +84,221,1959 +84,222,1959 +84,223,1959 +84,224,1959 +84,225,1959 +84,232,1959 +84,241,1959 +84,242,1959 +84,243,1959 +84,244,1959 +84,263,1959 +84,264,1959 +84,265,1959 +84,266,1959 +85,166,1959 +85,167,1959 +85,168,1959 +85,169,1959 +85,170,1959 +85,197,1959 +85,198,1959 +85,199,1959 +85,200,1959 +85,201,1959 +85,202,1959 +85,203,1959 +85,216,1959 +85,217,1959 +85,218,1959 +85,219,1959 +85,221,1959 +85,222,1959 +85,223,1959 +85,224,1959 +85,225,1959 +85,232,1959 +85,241,1959 +85,242,1959 +85,243,1959 +85,244,1959 +85,263,1959 +85,264,1959 +85,265,1959 +85,266,1959 +86,166,1959 +86,167,1959 +86,168,1959 +86,169,1959 +86,170,1959 +86,197,1959 +86,198,1959 +86,199,1959 +86,200,1959 +86,201,1959 +86,202,1959 +86,203,1959 +86,216,1959 +86,217,1959 +86,218,1959 +86,219,1959 +86,221,1959 +86,222,1959 +86,223,1959 +86,224,1959 +86,225,1959 +86,232,1959 +86,241,1959 +86,242,1959 +86,243,1959 +86,244,1959 +86,263,1959 +86,264,1959 +86,265,1959 +86,266,1959 +87,166,1959 +87,167,1959 +87,168,1959 +87,169,1959 +87,170,1959 +87,197,1959 +87,198,1959 +87,199,1959 +87,200,1959 +87,201,1959 +87,202,1959 +87,203,1959 +87,216,1959 +87,217,1959 +87,218,1959 +87,219,1959 +87,221,1959 +87,222,1959 +87,223,1959 +87,224,1959 +87,225,1959 +87,232,1959 +87,241,1959 +87,242,1959 +87,243,1959 +87,244,1959 +87,263,1959 +87,264,1959 +87,265,1959 +87,266,1959 +88,166,1959 +88,167,1959 +88,168,1959 +88,169,1959 +88,170,1959 +88,197,1959 +88,198,1959 +88,199,1959 +88,200,1959 +88,201,1959 +88,202,1959 +88,203,1959 +88,216,1959 +88,217,1959 +88,218,1959 +88,219,1959 +88,221,1959 +88,222,1959 +88,223,1959 +88,224,1959 +88,225,1959 +88,232,1959 +88,241,1959 +88,242,1959 +88,243,1959 +88,244,1959 +88,263,1959 +88,264,1959 +88,265,1959 +88,266,1959 +89,166,1959 +89,167,1959 +89,168,1959 +89,169,1959 +89,170,1959 +89,197,1959 +89,198,1959 +89,199,1959 +89,200,1959 +89,201,1959 +89,202,1959 +89,203,1959 +89,216,1959 +89,217,1959 +89,218,1959 +89,219,1959 +89,221,1959 +89,222,1959 +89,223,1959 +89,224,1959 +89,225,1959 +89,232,1959 +89,241,1959 +89,242,1959 +89,243,1959 +89,244,1959 +89,263,1959 +89,264,1959 +89,265,1959 +89,266,1959 +90,166,1959 +90,167,1959 +90,168,1959 +90,169,1959 +90,170,1959 +90,197,1959 +90,198,1959 +90,199,1959 +90,200,1959 +90,201,1959 +90,202,1959 +90,203,1959 +90,216,1959 +90,217,1959 +90,218,1959 +90,219,1959 +90,221,1959 +90,222,1959 +90,223,1959 +90,224,1959 +90,225,1959 +90,232,1959 +90,241,1959 +90,242,1959 +90,243,1959 +90,244,1959 +90,263,1959 +90,264,1959 +90,265,1959 +90,266,1959 +91,166,1959 +91,167,1959 +91,168,1959 +91,169,1959 +91,170,1959 +91,197,1959 +91,198,1959 +91,199,1959 +91,200,1959 +91,201,1959 +91,202,1959 +91,203,1959 +91,216,1959 +91,217,1959 +91,218,1959 +91,219,1959 +91,221,1959 +91,222,1959 +91,223,1959 +91,224,1959 +91,225,1959 +91,232,1959 +91,241,1959 +91,242,1959 +91,243,1959 +91,244,1959 +91,263,1959 +91,264,1959 +91,265,1959 +91,266,1959 +92,166,1959 +92,167,1959 +92,168,1959 +92,169,1959 +92,170,1959 +92,197,1959 +92,198,1959 +92,199,1959 +92,200,1959 +92,201,1959 +92,202,1959 +92,203,1959 +92,216,1959 +92,217,1959 +92,218,1959 +92,219,1959 +92,221,1959 +92,222,1959 +92,223,1959 +92,224,1959 +92,225,1959 +92,232,1959 +92,241,1959 +92,242,1959 +92,243,1959 +92,244,1959 +92,263,1959 +92,264,1959 +92,265,1959 +92,266,1959 +93,166,1959 +93,167,1959 +93,168,1959 +93,169,1959 +93,170,1959 +93,197,1959 +93,198,1959 +93,199,1959 +93,200,1959 +93,201,1959 +93,202,1959 +93,203,1959 +93,216,1959 +93,217,1959 +93,218,1959 +93,219,1959 +93,221,1959 +93,222,1959 +93,223,1959 +93,224,1959 +93,225,1959 +93,232,1959 +93,241,1959 +93,242,1959 +93,243,1959 +93,244,1959 +93,263,1959 +93,264,1959 +93,265,1959 +93,266,1959 +94,166,1959 +94,167,1959 +94,168,1959 +94,169,1959 +94,197,1959 +94,198,1959 +94,200,1959 +94,201,1959 +94,202,1959 +94,203,1959 +94,216,1959 +94,217,1959 +94,218,1959 +94,219,1959 +94,221,1959 +94,222,1959 +94,223,1959 +94,224,1959 +94,225,1959 +94,232,1959 +94,241,1959 +94,242,1959 +94,243,1959 +94,244,1959 +94,263,1959 +95,166,1959 +95,167,1959 +95,168,1959 +95,169,1959 +95,170,1959 +95,197,1959 +95,198,1959 +95,199,1959 +95,200,1959 +95,201,1959 +95,202,1959 +95,203,1959 +95,216,1959 +95,217,1959 +95,218,1959 +95,219,1959 +95,221,1959 +95,222,1959 +95,223,1959 +95,224,1959 +95,225,1959 +95,232,1959 +95,241,1959 +95,242,1959 +95,243,1959 +95,244,1959 +95,263,1959 +95,264,1959 +95,265,1959 +95,266,1959 +96,166,1959 +96,167,1959 +96,168,1959 +96,169,1959 +96,170,1959 +96,197,1959 +96,198,1959 +96,199,1959 +96,200,1959 +96,201,1959 +96,202,1959 +96,203,1959 +96,216,1959 +96,217,1959 +96,218,1959 +96,219,1959 +96,221,1959 +96,222,1959 +96,223,1959 +96,224,1959 +96,225,1959 +96,232,1959 +96,241,1959 +96,242,1959 +96,243,1959 +96,244,1959 +96,263,1959 +96,264,1959 +96,265,1959 +96,266,1959 +97,166,1959 +97,167,1959 +97,168,1959 +97,169,1959 +97,170,1959 +97,197,1959 +97,198,1959 +97,199,1959 +97,200,1959 +97,201,1959 +97,202,1959 +97,203,1959 +97,216,1959 +97,217,1959 +97,218,1959 +97,219,1959 +97,221,1959 +97,222,1959 +97,223,1959 +97,224,1959 +97,225,1959 +97,232,1959 +97,241,1959 +97,242,1959 +97,243,1959 +97,244,1959 +97,263,1959 +97,264,1959 +97,265,1959 +97,266,1959 +98,166,1959 +98,167,1959 +98,168,1959 +98,169,1959 +98,197,1959 +98,198,1959 +98,200,1959 +98,201,1959 +98,202,1959 +98,203,1959 +98,216,1959 +98,217,1959 +98,218,1959 +98,219,1959 +98,221,1959 +98,222,1959 +98,223,1959 +98,224,1959 +98,225,1959 +98,232,1959 +98,241,1959 +98,242,1959 +98,243,1959 +98,244,1959 +98,263,1959 +99,166,1959 +99,167,1959 +99,168,1959 +99,169,1959 +99,197,1959 +99,198,1959 +99,200,1959 +99,201,1959 +99,202,1959 +99,203,1959 +99,216,1959 +99,217,1959 +99,218,1959 +99,219,1959 +99,221,1959 +99,222,1959 +99,223,1959 +99,224,1959 +99,225,1959 +99,232,1959 +99,241,1959 +99,242,1959 +99,243,1959 +99,244,1959 +99,263,1959 +100,166,1959 +100,167,1959 +100,168,1959 +100,169,1959 +100,197,1959 +100,198,1959 +100,200,1959 +100,201,1959 +100,202,1959 +100,203,1959 +100,216,1959 +100,217,1959 +100,218,1959 +100,219,1959 +100,221,1959 +100,222,1959 +100,223,1959 +100,224,1959 +100,225,1959 +100,232,1959 +100,241,1959 +100,242,1959 +100,243,1959 +100,244,1959 +100,263,1959 +101,166,1959 +101,167,1959 +101,168,1959 +101,169,1959 +101,197,1959 +101,198,1959 +101,200,1959 +101,201,1959 +101,202,1959 +101,203,1959 +101,216,1959 +101,217,1959 +101,218,1959 +101,219,1959 +101,221,1959 +101,222,1959 +101,223,1959 +101,224,1959 +101,225,1959 +101,232,1959 +101,241,1959 +101,242,1959 +101,243,1959 +101,244,1959 +101,263,1959 +102,166,1959 +102,167,1959 +102,168,1959 +102,169,1959 +102,197,1959 +102,198,1959 +102,200,1959 +102,201,1959 +102,202,1959 +102,203,1959 +102,216,1959 +102,217,1959 +102,218,1959 +102,219,1959 +102,221,1959 +102,222,1959 +102,223,1959 +102,224,1959 +102,225,1959 +102,232,1959 +102,241,1959 +102,242,1959 +102,243,1959 +102,244,1959 +102,263,1959 +103,166,1959 +103,167,1959 +103,168,1959 +103,169,1959 +103,197,1959 +103,198,1959 +103,200,1959 +103,201,1959 +103,202,1959 +103,203,1959 +103,216,1959 +103,217,1959 +103,218,1959 +103,219,1959 +103,221,1959 +103,222,1959 +103,223,1959 +103,224,1959 +103,225,1959 +103,232,1959 +103,241,1959 +103,242,1959 +103,243,1959 +103,244,1959 +103,263,1959 +104,166,1959 +104,167,1959 +104,168,1959 +104,169,1959 +104,197,1959 +104,198,1959 +104,200,1959 +104,201,1959 +104,202,1959 +104,203,1959 +104,216,1959 +104,217,1959 +104,218,1959 +104,219,1959 +104,221,1959 +104,222,1959 +104,223,1959 +104,224,1959 +104,225,1959 +104,232,1959 +104,241,1959 +104,242,1959 +104,243,1959 +104,244,1959 +104,263,1959 +105,166,1959 +105,167,1959 +105,168,1959 +105,169,1959 +105,197,1959 +105,198,1959 +105,200,1959 +105,201,1959 +105,202,1959 +105,203,1959 +105,216,1959 +105,217,1959 +105,218,1959 +105,219,1959 +105,221,1959 +105,222,1959 +105,223,1959 +105,224,1959 +105,225,1959 +105,232,1959 +105,241,1959 +105,242,1959 +105,243,1959 +105,244,1959 +105,263,1959 +106,166,1959 +106,167,1959 +106,168,1959 +106,169,1959 +106,197,1959 +106,198,1959 +106,200,1959 +106,201,1959 +106,202,1959 +106,203,1959 +106,216,1959 +106,217,1959 +106,218,1959 +106,219,1959 +106,221,1959 +106,222,1959 +106,223,1959 +106,224,1959 +106,225,1959 +106,232,1959 +106,241,1959 +106,242,1959 +106,243,1959 +106,244,1959 +106,263,1959 +107,166,1959 +107,167,1959 +107,168,1959 +107,169,1959 +107,197,1959 +107,198,1959 +107,200,1959 +107,201,1959 +107,202,1959 +107,203,1959 +107,216,1959 +107,217,1959 +107,218,1959 +107,219,1959 +107,221,1959 +107,222,1959 +107,223,1959 +107,224,1959 +107,225,1959 +107,232,1959 +107,241,1959 +107,242,1959 +107,243,1959 +107,244,1959 +107,263,1959 +108,166,1959 +108,167,1959 +108,168,1959 +108,169,1959 +108,197,1959 +108,198,1959 +108,200,1959 +108,201,1959 +108,202,1959 +108,203,1959 +108,216,1959 +108,217,1959 +108,218,1959 +108,219,1959 +108,221,1959 +108,222,1959 +108,223,1959 +108,224,1959 +108,225,1959 +108,232,1959 +108,241,1959 +108,242,1959 +108,243,1959 +108,244,1959 +108,263,1959 +109,166,1959 +109,167,1959 +109,168,1959 +109,169,1959 +109,197,1959 +109,198,1959 +109,200,1959 +109,201,1959 +109,202,1959 +109,203,1959 +109,216,1959 +109,217,1959 +109,218,1959 +109,219,1959 +109,221,1959 +109,222,1959 +109,223,1959 +109,224,1959 +109,225,1959 +109,232,1959 +109,241,1959 +109,242,1959 +109,243,1959 +109,244,1959 +109,263,1959 +110,166,1959 +110,167,1959 +110,168,1959 +110,169,1959 +110,170,1959 +110,197,1959 +110,198,1959 +110,199,1959 +110,200,1959 +110,201,1959 +110,202,1959 +110,203,1959 +110,216,1959 +110,217,1959 +110,218,1959 +110,219,1959 +110,221,1959 +110,222,1959 +110,223,1959 +110,224,1959 +110,225,1959 +110,232,1959 +110,241,1959 +110,242,1959 +110,243,1959 +110,244,1959 +110,263,1959 +110,264,1959 +110,265,1959 +110,266,1959 +111,166,1959 +111,167,1959 +111,168,1959 +111,169,1959 +111,170,1959 +111,197,1959 +111,198,1959 +111,199,1959 +111,200,1959 +111,201,1959 +111,202,1959 +111,203,1959 +111,216,1959 +111,217,1959 +111,218,1959 +111,219,1959 +111,221,1959 +111,222,1959 +111,223,1959 +111,224,1959 +111,225,1959 +111,232,1959 +111,241,1959 +111,242,1959 +111,243,1959 +111,244,1959 +111,263,1959 +111,264,1959 +111,265,1959 +111,266,1959 +112,166,1959 +112,167,1959 +112,168,1959 +112,169,1959 +112,170,1959 +112,197,1959 +112,198,1959 +112,199,1959 +112,200,1959 +112,201,1959 +112,202,1959 +112,203,1959 +112,216,1959 +112,217,1959 +112,218,1959 +112,219,1959 +112,221,1959 +112,222,1959 +112,223,1959 +112,224,1959 +112,225,1959 +112,232,1959 +112,241,1959 +112,242,1959 +112,243,1959 +112,244,1959 +112,263,1959 +112,264,1959 +112,265,1959 +112,266,1959 +113,166,1959 +113,167,1959 +113,168,1959 +113,169,1959 +113,170,1959 +113,197,1959 +113,198,1959 +113,199,1959 +113,200,1959 +113,201,1959 +113,202,1959 +113,203,1959 +113,216,1959 +113,217,1959 +113,218,1959 +113,219,1959 +113,221,1959 +113,222,1959 +113,223,1959 +113,224,1959 +113,225,1959 +113,232,1959 +113,241,1959 +113,242,1959 +113,243,1959 +113,244,1959 +113,263,1959 +113,264,1959 +113,265,1959 +113,266,1959 +114,166,1959 +114,167,1959 +114,168,1959 +114,169,1959 +114,170,1959 +114,197,1959 +114,198,1959 +114,199,1959 +114,200,1959 +114,201,1959 +114,202,1959 +114,203,1959 +114,216,1959 +114,217,1959 +114,218,1959 +114,219,1959 +114,221,1959 +114,222,1959 +114,223,1959 +114,224,1959 +114,225,1959 +114,232,1959 +114,241,1959 +114,242,1959 +114,243,1959 +114,244,1959 +114,263,1959 +114,264,1959 +114,265,1959 +114,266,1959 +115,166,1959 +115,167,1959 +115,168,1959 +115,169,1959 +115,170,1959 +115,197,1959 +115,198,1959 +115,199,1959 +115,200,1959 +115,201,1959 +115,202,1959 +115,203,1959 +115,216,1959 +115,217,1959 +115,218,1959 +115,219,1959 +115,221,1959 +115,222,1959 +115,223,1959 +115,224,1959 +115,225,1959 +115,232,1959 +115,241,1959 +115,242,1959 +115,243,1959 +115,244,1959 +115,263,1959 +115,264,1959 +115,265,1959 +115,266,1959 +116,166,1959 +116,167,1959 +116,168,1959 +116,169,1959 +116,170,1959 +116,197,1959 +116,198,1959 +116,199,1959 +116,200,1959 +116,201,1959 +116,202,1959 +116,203,1959 +116,216,1959 +116,217,1959 +116,218,1959 +116,219,1959 +116,221,1959 +116,222,1959 +116,223,1959 +116,224,1959 +116,225,1959 +116,232,1959 +116,241,1959 +116,242,1959 +116,243,1959 +116,244,1959 +116,263,1959 +116,264,1959 +116,265,1959 +116,266,1959 +117,166,1959 +117,167,1959 +117,168,1959 +117,169,1959 +117,170,1959 +117,197,1959 +117,198,1959 +117,199,1959 +117,200,1959 +117,201,1959 +117,202,1959 +117,203,1959 +117,216,1959 +117,217,1959 +117,218,1959 +117,219,1959 +117,221,1959 +117,222,1959 +117,223,1959 +117,224,1959 +117,225,1959 +117,232,1959 +117,241,1959 +117,242,1959 +117,243,1959 +117,244,1959 +117,263,1959 +117,264,1959 +117,265,1959 +117,266,1959 +118,166,1959 +118,167,1959 +118,168,1959 +118,169,1959 +118,170,1959 +118,197,1959 +118,198,1959 +118,199,1959 +118,200,1959 +118,201,1959 +118,202,1959 +118,203,1959 +118,216,1959 +118,217,1959 +118,218,1959 +118,219,1959 +118,221,1959 +118,222,1959 +118,223,1959 +118,224,1959 +118,225,1959 +118,232,1959 +118,241,1959 +118,242,1959 +118,243,1959 +118,244,1959 +118,263,1959 +118,264,1959 +118,265,1959 +118,266,1959 +119,166,1959 +119,167,1959 +119,168,1959 +119,169,1959 +119,197,1959 +119,198,1959 +119,200,1959 +119,201,1959 +119,202,1959 +119,203,1959 +119,216,1959 +119,217,1959 +119,218,1959 +119,219,1959 +119,221,1959 +119,222,1959 +119,223,1959 +119,224,1959 +119,225,1959 +119,232,1959 +119,241,1959 +119,242,1959 +119,243,1959 +119,244,1959 +119,263,1959 +120,166,1959 +120,167,1959 +120,168,1959 +120,169,1959 +120,170,1959 +120,197,1959 +120,198,1959 +120,199,1959 +120,200,1959 +120,201,1959 +120,202,1959 +120,203,1959 +120,216,1959 +120,217,1959 +120,218,1959 +120,219,1959 +120,221,1959 +120,222,1959 +120,223,1959 +120,224,1959 +120,225,1959 +120,232,1959 +120,241,1959 +120,242,1959 +120,243,1959 +120,244,1959 +120,263,1959 +120,264,1959 +120,265,1959 +120,266,1959 +121,166,1959 +121,167,1959 +121,168,1959 +121,169,1959 +121,170,1959 +121,197,1959 +121,198,1959 +121,199,1959 +121,200,1959 +121,201,1959 +121,202,1959 +121,203,1959 +121,216,1959 +121,217,1959 +121,218,1959 +121,219,1959 +121,221,1959 +121,222,1959 +121,223,1959 +121,224,1959 +121,225,1959 +121,232,1959 +121,241,1959 +121,242,1959 +121,243,1959 +121,244,1959 +121,263,1959 +121,264,1959 +121,265,1959 +121,266,1959 +122,166,1959 +122,167,1959 +122,168,1959 +122,169,1959 +122,197,1959 +122,198,1959 +122,200,1959 +122,201,1959 +122,202,1959 +122,203,1959 +122,216,1959 +122,217,1959 +122,218,1959 +122,219,1959 +122,221,1959 +122,222,1959 +122,223,1959 +122,224,1959 +122,225,1959 +122,232,1959 +122,241,1959 +122,242,1959 +122,243,1959 +122,244,1959 +122,263,1959 +123,166,1959 +123,167,1959 +123,168,1959 +123,169,1959 +123,170,1959 +123,197,1959 +123,198,1959 +123,199,1959 +123,200,1959 +123,201,1959 +123,202,1959 +123,203,1959 +123,216,1959 +123,217,1959 +123,218,1959 +123,219,1959 +123,221,1959 +123,222,1959 +123,223,1959 +123,224,1959 +123,225,1959 +123,232,1959 +123,241,1959 +123,242,1959 +123,243,1959 +123,244,1959 +123,263,1959 +123,264,1959 +123,265,1959 +123,266,1959 +124,166,1959 +124,167,1959 +124,168,1959 +124,169,1959 +124,170,1959 +124,197,1959 +124,198,1959 +124,199,1959 +124,200,1959 +124,201,1959 +124,202,1959 +124,203,1959 +124,216,1959 +124,217,1959 +124,218,1959 +124,219,1959 +124,221,1959 +124,222,1959 +124,223,1959 +124,224,1959 +124,225,1959 +124,232,1959 +124,241,1959 +124,242,1959 +124,243,1959 +124,244,1959 +124,263,1959 +124,264,1959 +124,265,1959 +124,266,1959 +125,166,1959 +125,167,1959 +125,168,1959 +125,169,1959 +125,170,1959 +125,197,1959 +125,198,1959 +125,199,1959 +125,200,1959 +125,201,1959 +125,202,1959 +125,203,1959 +125,216,1959 +125,217,1959 +125,218,1959 +125,219,1959 +125,221,1959 +125,222,1959 +125,223,1959 +125,224,1959 +125,225,1959 +125,232,1959 +125,241,1959 +125,242,1959 +125,243,1959 +125,244,1959 +125,263,1959 +125,264,1959 +125,265,1959 +125,266,1959 +126,166,1959 +126,167,1959 +126,168,1959 +126,169,1959 +126,170,1959 +126,197,1959 +126,198,1959 +126,199,1959 +126,200,1959 +126,201,1959 +126,202,1959 +126,203,1959 +126,216,1959 +126,217,1959 +126,218,1959 +126,219,1959 +126,221,1959 +126,222,1959 +126,223,1959 +126,224,1959 +126,225,1959 +126,232,1959 +126,241,1959 +126,242,1959 +126,243,1959 +126,244,1959 +126,263,1959 +126,264,1959 +126,265,1959 +126,266,1959 +127,166,1959 +127,167,1959 +127,168,1959 +127,169,1959 +127,197,1959 +127,198,1959 +127,200,1959 +127,201,1959 +127,202,1959 +127,203,1959 +127,216,1959 +127,217,1959 +127,218,1959 +127,219,1959 +127,221,1959 +127,222,1959 +127,223,1959 +127,224,1959 +127,225,1959 +127,232,1959 +127,241,1959 +127,242,1959 +127,243,1959 +127,244,1959 +127,263,1959 +128,166,1959 +128,167,1959 +128,168,1959 +128,169,1959 +128,170,1959 +128,197,1959 +128,198,1959 +128,199,1959 +128,200,1959 +128,201,1959 +128,202,1959 +128,203,1959 +128,216,1959 +128,217,1959 +128,218,1959 +128,219,1959 +128,221,1959 +128,222,1959 +128,223,1959 +128,224,1959 +128,225,1959 +128,232,1959 +128,241,1959 +128,242,1959 +128,243,1959 +128,244,1959 +128,263,1959 +128,264,1959 +128,265,1959 +128,266,1959 +128,267,1959 +129,166,1959 +129,167,1959 +129,168,1959 +129,169,1959 +129,170,1959 +129,197,1959 +129,198,1959 +129,199,1959 +129,200,1959 +129,201,1959 +129,202,1959 +129,203,1959 +129,205,1959 +129,216,1959 +129,217,1959 +129,218,1959 +129,219,1959 +129,221,1959 +129,222,1959 +129,223,1959 +129,224,1959 +129,225,1959 +129,232,1959 +129,235,1959 +129,241,1959 +129,242,1959 +129,243,1959 +129,244,1959 +129,263,1959 +129,264,1959 +129,265,1959 +129,266,1959 +129,267,1959 +130,166,1959 +130,167,1959 +130,168,1959 +130,169,1959 +130,170,1959 +130,197,1959 +130,198,1959 +130,199,1959 +130,200,1959 +130,201,1959 +130,202,1959 +130,203,1959 +130,216,1959 +130,217,1959 +130,218,1959 +130,219,1959 +130,221,1959 +130,222,1959 +130,223,1959 +130,224,1959 +130,225,1959 +130,232,1959 +130,241,1959 +130,242,1959 +130,243,1959 +130,244,1959 +130,263,1959 +130,264,1959 +130,265,1959 +130,266,1959 +131,166,1959 +131,167,1959 +131,168,1959 +131,169,1959 +131,170,1959 +131,197,1959 +131,198,1959 +131,199,1959 +131,200,1959 +131,201,1959 +131,202,1959 +131,203,1959 +131,216,1959 +131,217,1959 +131,218,1959 +131,219,1959 +131,221,1959 +131,222,1959 +131,223,1959 +131,224,1959 +131,225,1959 +131,232,1959 +131,241,1959 +131,242,1959 +131,243,1959 +131,244,1959 +131,263,1959 +131,264,1959 +131,265,1959 +131,266,1959 +132,166,1959 +132,167,1959 +132,168,1959 +132,169,1959 +132,170,1959 +132,197,1959 +132,198,1959 +132,199,1959 +132,200,1959 +132,201,1959 +132,202,1959 +132,203,1959 +132,216,1959 +132,217,1959 +132,218,1959 +132,219,1959 +132,221,1959 +132,222,1959 +132,223,1959 +132,224,1959 +132,225,1959 +132,232,1959 +132,241,1959 +132,242,1959 +132,243,1959 +132,244,1959 +132,263,1959 +132,264,1959 +132,265,1959 +132,266,1959 +133,166,1959 +133,167,1959 +133,168,1959 +133,169,1959 +133,170,1959 +133,197,1959 +133,198,1959 +133,199,1959 +133,200,1959 +133,201,1959 +133,202,1959 +133,203,1959 +133,216,1959 +133,217,1959 +133,218,1959 +133,219,1959 +133,221,1959 +133,222,1959 +133,223,1959 +133,224,1959 +133,225,1959 +133,232,1959 +133,241,1959 +133,242,1959 +133,243,1959 +133,244,1959 +133,263,1959 +133,264,1959 +133,265,1959 +133,266,1959 +134,166,1959 +134,167,1959 +134,168,1959 +134,169,1959 +134,170,1959 +134,197,1959 +134,198,1959 +134,199,1959 +134,200,1959 +134,201,1959 +134,202,1959 +134,203,1959 +134,216,1959 +134,217,1959 +134,218,1959 +134,219,1959 +134,221,1959 +134,222,1959 +134,223,1959 +134,224,1959 +134,225,1959 +134,232,1959 +134,241,1959 +134,242,1959 +134,243,1959 +134,244,1959 +134,263,1959 +134,264,1959 +134,265,1959 +134,266,1959 +135,166,1959 +135,167,1959 +135,168,1959 +135,169,1959 +135,170,1959 +135,197,1959 +135,198,1959 +135,199,1959 +135,200,1959 +135,201,1959 +135,202,1959 +135,203,1959 +135,216,1959 +135,217,1959 +135,218,1959 +135,219,1959 +135,221,1959 +135,222,1959 +135,223,1959 +135,224,1959 +135,225,1959 +135,232,1959 +135,241,1959 +135,242,1959 +135,243,1959 +135,244,1959 +135,263,1959 +135,264,1959 +135,265,1959 +135,266,1959 +136,166,1959 +136,167,1959 +136,168,1959 +136,169,1959 +136,170,1959 +136,197,1959 +136,198,1959 +136,199,1959 +136,200,1959 +136,201,1959 +136,202,1959 +136,203,1959 +136,216,1959 +136,217,1959 +136,218,1959 +136,219,1959 +136,221,1959 +136,222,1959 +136,223,1959 +136,224,1959 +136,225,1959 +136,232,1959 +136,241,1959 +136,242,1959 +136,243,1959 +136,244,1959 +136,263,1959 +136,264,1959 +136,265,1959 +136,266,1959 +137,166,1959 +137,167,1959 +137,168,1959 +137,169,1959 +137,170,1959 +137,197,1959 +137,198,1959 +137,199,1959 +137,200,1959 +137,201,1959 +137,202,1959 +137,203,1959 +137,216,1959 +137,217,1959 +137,218,1959 +137,219,1959 +137,221,1959 +137,222,1959 +137,223,1959 +137,224,1959 +137,225,1959 +137,232,1959 +137,241,1959 +137,242,1959 +137,243,1959 +137,244,1959 +137,263,1959 +137,264,1959 +137,265,1959 +137,266,1959 +138,166,1959 +138,167,1959 +138,168,1959 +138,169,1959 +138,170,1959 +138,197,1959 +138,198,1959 +138,199,1959 +138,200,1959 +138,201,1959 +138,202,1959 +138,203,1959 +138,216,1959 +138,217,1959 +138,218,1959 +138,219,1959 +138,221,1959 +138,222,1959 +138,223,1959 +138,224,1959 +138,225,1959 +138,232,1959 +138,241,1959 +138,242,1959 +138,243,1959 +138,244,1959 +138,263,1959 +138,264,1959 +138,265,1959 +138,266,1959 +139,166,1959 +139,167,1959 +139,168,1959 +139,169,1959 +139,170,1959 +139,197,1959 +139,198,1959 +139,199,1959 +139,200,1959 +139,201,1959 +139,202,1959 +139,203,1959 +139,216,1959 +139,217,1959 +139,218,1959 +139,219,1959 +139,221,1959 +139,222,1959 +139,223,1959 +139,224,1959 +139,225,1959 +139,232,1959 +139,241,1959 +139,242,1959 +139,243,1959 +139,244,1959 +139,263,1959 +139,264,1959 +139,265,1959 +139,266,1959 +141,166,1959 +141,167,1959 +141,168,1959 +141,169,1959 +141,170,1959 +141,197,1959 +141,198,1959 +141,199,1959 +141,200,1959 +141,201,1959 +141,202,1959 +141,203,1959 +141,216,1959 +141,217,1959 +141,218,1959 +141,219,1959 +141,221,1959 +141,222,1959 +141,223,1959 +141,224,1959 +141,225,1959 +141,232,1959 +141,241,1959 +141,242,1959 +141,243,1959 +141,244,1959 +141,263,1959 +141,264,1959 +141,265,1959 +141,266,1959 +142,166,1959 +142,167,1959 +142,168,1959 +142,169,1959 +142,170,1959 +142,197,1959 +142,198,1959 +142,199,1959 +142,200,1959 +142,201,1959 +142,202,1959 +142,203,1959 +142,216,1959 +142,217,1959 +142,218,1959 +142,219,1959 +142,221,1959 +142,222,1959 +142,223,1959 +142,224,1959 +142,225,1959 +142,232,1959 +142,241,1959 +142,242,1959 +142,243,1959 +142,244,1959 +142,263,1959 +142,264,1959 +142,265,1959 +142,266,1959 +143,166,1959 +143,167,1959 +143,168,1959 +143,169,1959 +143,170,1959 +143,197,1959 +143,198,1959 +143,199,1959 +143,200,1959 +143,201,1959 +143,202,1959 +143,203,1959 +143,216,1959 +143,217,1959 +143,218,1959 +143,219,1959 +143,221,1959 +143,222,1959 +143,223,1959 +143,224,1959 +143,225,1959 +143,232,1959 +143,241,1959 +143,242,1959 +143,243,1959 +143,244,1959 +143,263,1959 +143,264,1959 +143,265,1959 +143,266,1959 +144,166,1959 +144,167,1959 +144,168,1959 +144,169,1959 +144,170,1959 +144,197,1959 +144,198,1959 +144,199,1959 +144,200,1959 +144,201,1959 +144,202,1959 +144,203,1959 +144,216,1959 +144,217,1959 +144,218,1959 +144,219,1959 +144,221,1959 +144,222,1959 +144,223,1959 +144,224,1959 +144,225,1959 +144,232,1959 +144,241,1959 +144,242,1959 +144,243,1959 +144,244,1959 +144,263,1959 +144,264,1959 +144,265,1959 +144,266,1959 +145,166,1959 +145,167,1959 +145,168,1959 +145,169,1959 +145,170,1959 +145,197,1959 +145,198,1959 +145,199,1959 +145,200,1959 +145,201,1959 +145,202,1959 +145,203,1959 +145,216,1959 +145,217,1959 +145,218,1959 +145,219,1959 +145,221,1959 +145,222,1959 +145,223,1959 +145,224,1959 +145,225,1959 +145,232,1959 +145,241,1959 +145,242,1959 +145,243,1959 +145,244,1959 +145,263,1959 +145,264,1959 +145,265,1959 +145,266,1959 +146,166,1959 +146,167,1959 +146,168,1959 +146,169,1959 +146,170,1959 +146,197,1959 +146,198,1959 +146,199,1959 +146,200,1959 +146,201,1959 +146,202,1959 +146,203,1959 +146,216,1959 +146,217,1959 +146,218,1959 +146,219,1959 +146,221,1959 +146,222,1959 +146,223,1959 +146,224,1959 +146,225,1959 +146,232,1959 +146,241,1959 +146,242,1959 +146,243,1959 +146,244,1959 +146,263,1959 +146,264,1959 +146,265,1959 +146,266,1959 +147,166,1959 +147,167,1959 +147,168,1959 +147,169,1959 +147,170,1959 +147,197,1959 +147,198,1959 +147,199,1959 +147,200,1959 +147,201,1959 +147,202,1959 +147,203,1959 +147,216,1959 +147,217,1959 +147,218,1959 +147,219,1959 +147,221,1959 +147,222,1959 +147,223,1959 +147,224,1959 +147,225,1959 +147,232,1959 +147,241,1959 +147,242,1959 +147,243,1959 +147,244,1959 +147,263,1959 +147,264,1959 +147,265,1959 +147,266,1959 +148,166,1959 +148,167,1959 +148,168,1959 +148,169,1959 +148,170,1959 +148,197,1959 +148,198,1959 +148,199,1959 +148,200,1959 +148,201,1959 +148,202,1959 +148,203,1959 +148,216,1959 +148,217,1959 +148,218,1959 +148,219,1959 +148,221,1959 +148,222,1959 +148,223,1959 +148,224,1959 +148,225,1959 +148,232,1959 +148,241,1959 +148,242,1959 +148,243,1959 +148,244,1959 +148,263,1959 +148,264,1959 +148,265,1959 +148,266,1959 +149,166,1959 +149,167,1959 +149,168,1959 +149,169,1959 +149,170,1959 +149,197,1959 +149,198,1959 +149,199,1959 +149,200,1959 +149,201,1959 +149,202,1959 +149,203,1959 +149,216,1959 +149,217,1959 +149,218,1959 +149,219,1959 +149,221,1959 +149,222,1959 +149,223,1959 +149,224,1959 +149,225,1959 +149,232,1959 +149,241,1959 +149,242,1959 +149,243,1959 +149,244,1959 +149,263,1959 +149,264,1959 +149,265,1959 +149,266,1959 +150,166,1959 +150,167,1959 +150,168,1959 +150,169,1959 +150,170,1959 +150,197,1959 +150,198,1959 +150,199,1959 +150,200,1959 +150,201,1959 +150,202,1959 +150,203,1959 +150,216,1959 +150,217,1959 +150,218,1959 +150,219,1959 +150,221,1959 +150,222,1959 +150,223,1959 +150,224,1959 +150,225,1959 +150,232,1959 +150,241,1959 +150,242,1959 +150,243,1959 +150,244,1959 +150,263,1959 +150,264,1959 +150,265,1959 +150,266,1959 +166,1,1959 +166,2,1959 +166,3,1959 +166,4,1959 +166,5,1959 +166,6,1959 +166,7,1959 +166,8,1959 +166,9,1959 +166,10,1959 +166,11,1959 +166,12,1959 +166,13,1959 +166,14,1959 +166,15,1959 +166,16,1959 +166,17,1959 +166,18,1959 +166,19,1959 +166,20,1959 +166,21,1959 +166,22,1959 +166,23,1959 +166,24,1959 +166,25,1959 +166,26,1959 +166,27,1959 +166,28,1959 +166,29,1959 +166,30,1959 +166,31,1959 +166,32,1959 +166,33,1959 +166,34,1959 +166,35,1959 +166,36,1959 +166,37,1959 +166,38,1959 +166,39,1959 +166,40,1959 +166,41,1959 +166,42,1959 +166,43,1959 +166,44,1959 +166,45,1959 +166,46,1959 +166,47,1959 +166,48,1959 +166,49,1959 +166,50,1959 +166,51,1959 +166,52,1959 +166,53,1959 +166,54,1959 +166,55,1959 +166,56,1959 +166,57,1959 +166,58,1959 +166,59,1959 +166,60,1959 +166,61,1959 +166,62,1959 +166,63,1959 +166,64,1959 +166,65,1959 +166,66,1959 +166,67,1959 +166,68,1959 +166,69,1959 +166,70,1959 +166,71,1959 +166,72,1959 +166,73,1959 +166,74,1959 +166,75,1959 +166,76,1959 +166,77,1959 +166,78,1959 +166,79,1959 +166,80,1959 +166,81,1959 +166,82,1959 +166,83,1959 +166,84,1959 +166,85,1959 +166,86,1959 +166,87,1959 +166,88,1959 +166,89,1959 +166,90,1959 +166,91,1959 +166,92,1959 +166,93,1959 +166,94,1959 +166,95,1959 +166,96,1959 +166,97,1959 +166,98,1959 +166,99,1959 +166,100,1959 +166,101,1959 +166,102,1959 +166,103,1959 +166,104,1959 +166,105,1959 +166,106,1959 +166,107,1959 +166,108,1959 +166,109,1959 +166,110,1959 +166,111,1959 +166,112,1959 +166,113,1959 +166,114,1959 +166,115,1959 +166,116,1959 +166,117,1959 +166,118,1959 +166,119,1959 +166,120,1959 +166,121,1959 +166,122,1959 +166,123,1959 +166,124,1959 +166,125,1959 +166,126,1959 +166,127,1959 +166,128,1959 +166,129,1959 +166,130,1959 +166,131,1959 +166,132,1959 +166,133,1959 +166,134,1959 +166,135,1959 +166,136,1959 +166,137,1959 +166,138,1959 +166,139,1959 +166,141,1959 +166,142,1959 +166,143,1959 +166,144,1959 +166,145,1959 +166,146,1959 +166,147,1959 +166,148,1959 +166,149,1959 +166,150,1959 +167,1,1959 +167,2,1959 +167,3,1959 +167,4,1959 +167,5,1959 +167,6,1959 +167,7,1959 +167,8,1959 +167,9,1959 +167,10,1959 +167,11,1959 +167,12,1959 +167,13,1959 +167,14,1959 +167,15,1959 +167,16,1959 +167,17,1959 +167,18,1959 +167,19,1959 +167,20,1959 +167,21,1959 +167,22,1959 +167,23,1959 +167,24,1959 +167,25,1959 +167,26,1959 +167,27,1959 +167,28,1959 +167,29,1959 +167,30,1959 +167,31,1959 +167,32,1959 +167,33,1959 +167,34,1959 +167,35,1959 +167,36,1959 +167,37,1959 +167,38,1959 +167,39,1959 +167,40,1959 +167,41,1959 +167,42,1959 +167,43,1959 +167,44,1959 +167,45,1959 +167,46,1959 +167,47,1959 +167,48,1959 +167,49,1959 +167,50,1959 +167,51,1959 +167,52,1959 +167,53,1959 +167,54,1959 +167,55,1959 +167,56,1959 +167,57,1959 +167,58,1959 +167,59,1959 +167,60,1959 +167,61,1959 +167,62,1959 +167,63,1959 +167,64,1959 +167,65,1959 +167,66,1959 +167,67,1959 +167,68,1959 +167,69,1959 +167,70,1959 +167,71,1959 +167,72,1959 +167,73,1959 +167,74,1959 +167,75,1959 +167,76,1959 +167,77,1959 +167,78,1959 +167,79,1959 +167,80,1959 +167,81,1959 +167,82,1959 +167,83,1959 +167,84,1959 +167,85,1959 +167,86,1959 +167,87,1959 +167,88,1959 +167,89,1959 +167,90,1959 +167,91,1959 +167,92,1959 +167,93,1959 +167,94,1959 +167,95,1959 +167,96,1959 +167,97,1959 +167,98,1959 +167,99,1959 +167,100,1959 +167,101,1959 +167,102,1959 +167,103,1959 +167,104,1959 +167,105,1959 +167,106,1959 +167,107,1959 +167,108,1959 +167,109,1959 +167,110,1959 +167,111,1959 +167,112,1959 +167,113,1959 +167,114,1959 +167,115,1959 +167,116,1959 +167,117,1959 +167,118,1959 +167,119,1959 +167,120,1959 +167,121,1959 +167,122,1959 +167,123,1959 +167,124,1959 +167,125,1959 +167,126,1959 +167,127,1959 +167,128,1959 +167,129,1959 +167,130,1959 +167,131,1959 +167,132,1959 +167,133,1959 +167,134,1959 +167,135,1959 +167,136,1959 +167,137,1959 +167,138,1959 +167,139,1959 +167,141,1959 +167,142,1959 +167,143,1959 +167,144,1959 +167,145,1959 +167,146,1959 +167,147,1959 +167,148,1959 +167,149,1959 +167,150,1959 +168,1,1959 +168,2,1959 +168,3,1959 +168,4,1959 +168,5,1959 +168,6,1959 +168,7,1959 +168,8,1959 +168,9,1959 +168,10,1959 +168,11,1959 +168,12,1959 +168,13,1959 +168,14,1959 +168,15,1959 +168,16,1959 +168,17,1959 +168,18,1959 +168,19,1959 +168,20,1959 +168,21,1959 +168,22,1959 +168,23,1959 +168,24,1959 +168,25,1959 +168,26,1959 +168,27,1959 +168,28,1959 +168,29,1959 +168,30,1959 +168,31,1959 +168,32,1959 +168,33,1959 +168,34,1959 +168,35,1959 +168,36,1959 +168,37,1959 +168,38,1959 +168,39,1959 +168,40,1959 +168,41,1959 +168,42,1959 +168,43,1959 +168,44,1959 +168,45,1959 +168,46,1959 +168,47,1959 +168,48,1959 +168,49,1959 +168,50,1959 +168,51,1959 +168,52,1959 +168,53,1959 +168,54,1959 +168,55,1959 +168,56,1959 +168,57,1959 +168,58,1959 +168,59,1959 +168,60,1959 +168,61,1959 +168,62,1959 +168,63,1959 +168,64,1959 +168,65,1959 +168,66,1959 +168,67,1959 +168,68,1959 +168,69,1959 +168,70,1959 +168,71,1959 +168,72,1959 +168,73,1959 +168,74,1959 +168,75,1959 +168,76,1959 +168,77,1959 +168,78,1959 +168,79,1959 +168,80,1959 +168,81,1959 +168,82,1959 +168,83,1959 +168,84,1959 +168,85,1959 +168,86,1959 +168,87,1959 +168,88,1959 +168,89,1959 +168,90,1959 +168,91,1959 +168,92,1959 +168,93,1959 +168,94,1959 +168,95,1959 +168,96,1959 +168,97,1959 +168,98,1959 +168,99,1959 +168,100,1959 +168,101,1959 +168,102,1959 +168,103,1959 +168,104,1959 +168,105,1959 +168,106,1959 +168,107,1959 +168,108,1959 +168,109,1959 +168,110,1959 +168,111,1959 +168,112,1959 +168,113,1959 +168,114,1959 +168,115,1959 +168,116,1959 +168,117,1959 +168,118,1959 +168,119,1959 +168,120,1959 +168,121,1959 +168,122,1959 +168,123,1959 +168,124,1959 +168,125,1959 +168,126,1959 +168,127,1959 +168,128,1959 +168,129,1959 +168,130,1959 +168,131,1959 +168,132,1959 +168,133,1959 +168,134,1959 +168,135,1959 +168,136,1959 +168,137,1959 +168,138,1959 +168,139,1959 +168,141,1959 +168,142,1959 +168,143,1959 +168,144,1959 +168,145,1959 +168,146,1959 +168,147,1959 +168,148,1959 +168,149,1959 +168,150,1959 +169,1,1959 +169,2,1959 +169,3,1959 +169,4,1959 +169,5,1959 +169,6,1959 +169,7,1959 +169,8,1959 +169,9,1959 +169,10,1959 +169,11,1959 +169,12,1959 +169,13,1959 +169,14,1959 +169,15,1959 +169,16,1959 +169,17,1959 +169,18,1959 +169,19,1959 +169,20,1959 +169,21,1959 +169,22,1959 +169,23,1959 +169,24,1959 +169,25,1959 +169,26,1959 +169,27,1959 +169,28,1959 +169,29,1959 +169,30,1959 +169,31,1959 +169,32,1959 +169,33,1959 +169,34,1959 +169,35,1959 +169,36,1959 +169,37,1959 +169,38,1959 +169,39,1959 +169,40,1959 +169,41,1959 +169,42,1959 +169,43,1959 +169,44,1959 +169,45,1959 +169,46,1959 +169,47,1959 +169,48,1959 +169,49,1959 +169,50,1959 +169,51,1959 +169,52,1959 +169,53,1959 +169,54,1959 +169,55,1959 +169,56,1959 +169,57,1959 +169,58,1959 +169,59,1959 +169,60,1959 +169,61,1959 +169,62,1959 +169,63,1959 +169,64,1959 +169,65,1959 +169,66,1959 +169,67,1959 +169,68,1959 +169,69,1959 +169,70,1959 +169,71,1959 +169,72,1959 +169,73,1959 +169,74,1959 +169,75,1959 +169,76,1959 +169,77,1959 +169,78,1959 +169,79,1959 +169,80,1959 +169,81,1959 +169,82,1959 +169,83,1959 +169,84,1959 +169,85,1959 +169,86,1959 +169,87,1959 +169,88,1959 +169,89,1959 +169,90,1959 +169,91,1959 +169,92,1959 +169,93,1959 +169,94,1959 +169,95,1959 +169,96,1959 +169,97,1959 +169,98,1959 +169,99,1959 +169,100,1959 +169,101,1959 +169,102,1959 +169,103,1959 +169,104,1959 +169,105,1959 +169,106,1959 +169,107,1959 +169,108,1959 +169,109,1959 +169,110,1959 +169,111,1959 +169,112,1959 +169,113,1959 +169,114,1959 +169,115,1959 +169,116,1959 +169,117,1959 +169,118,1959 +169,119,1959 +169,120,1959 +169,121,1959 +169,122,1959 +169,123,1959 +169,124,1959 +169,125,1959 +169,126,1959 +169,127,1959 +169,128,1959 +169,129,1959 +169,130,1959 +169,131,1959 +169,132,1959 +169,133,1959 +169,134,1959 +169,135,1959 +169,136,1959 +169,137,1959 +169,138,1959 +169,139,1959 +169,141,1959 +169,142,1959 +169,143,1959 +169,144,1959 +169,145,1959 +169,146,1959 +169,147,1959 +169,148,1959 +169,149,1959 +169,150,1959 +170,1,1959 +170,2,1959 +170,3,1959 +170,4,1959 +170,5,1959 +170,6,1959 +170,7,1959 +170,8,1959 +170,9,1959 +170,10,1959 +170,11,1959 +170,12,1959 +170,13,1959 +170,14,1959 +170,15,1959 +170,16,1959 +170,17,1959 +170,18,1959 +170,19,1959 +170,20,1959 +170,21,1959 +170,22,1959 +170,23,1959 +170,24,1959 +170,25,1959 +170,26,1959 +170,27,1959 +170,30,1959 +170,31,1959 +170,32,1959 +170,33,1959 +170,34,1959 +170,35,1959 +170,36,1959 +170,37,1959 +170,38,1959 +170,39,1959 +170,40,1959 +170,41,1959 +170,42,1959 +170,43,1959 +170,44,1959 +170,45,1959 +170,46,1959 +170,47,1959 +170,48,1959 +170,49,1959 +170,50,1959 +170,51,1959 +170,52,1959 +170,53,1959 +170,54,1959 +170,55,1959 +170,56,1959 +170,57,1959 +170,58,1959 +170,59,1959 +170,60,1959 +170,61,1959 +170,62,1959 +170,63,1959 +170,64,1959 +170,65,1959 +170,66,1959 +170,67,1959 +170,68,1959 +170,69,1959 +170,70,1959 +170,71,1959 +170,72,1959 +170,73,1959 +170,74,1959 +170,75,1959 +170,76,1959 +170,77,1959 +170,78,1959 +170,79,1959 +170,80,1959 +170,81,1959 +170,82,1959 +170,83,1959 +170,84,1959 +170,85,1959 +170,86,1959 +170,87,1959 +170,88,1959 +170,89,1959 +170,90,1959 +170,91,1959 +170,92,1959 +170,93,1959 +170,96,1959 +170,97,1959 +170,110,1959 +170,111,1959 +170,112,1959 +170,113,1959 +170,114,1959 +170,115,1959 +170,116,1959 +170,117,1959 +170,118,1959 +170,120,1959 +170,121,1959 +170,123,1959 +170,124,1959 +170,125,1959 +170,126,1959 +170,128,1959 +170,129,1959 +170,130,1959 +170,131,1959 +170,132,1959 +170,133,1959 +170,134,1959 +170,135,1959 +170,136,1959 +170,137,1959 +170,138,1959 +170,139,1959 +170,141,1959 +170,142,1959 +170,143,1959 +170,144,1959 +170,145,1959 +170,146,1959 +170,147,1959 +170,148,1959 +170,149,1959 +170,150,1959 +197,1,1959 +197,2,1959 +197,3,1959 +197,4,1959 +197,5,1959 +197,6,1959 +197,7,1959 +197,8,1959 +197,9,1959 +197,10,1959 +197,11,1959 +197,12,1959 +197,13,1959 +197,14,1959 +197,15,1959 +197,16,1959 +197,17,1959 +197,18,1959 +197,19,1959 +197,20,1959 +197,21,1959 +197,22,1959 +197,23,1959 +197,24,1959 +197,25,1959 +197,26,1959 +197,27,1959 +197,28,1959 +197,29,1959 +197,30,1959 +197,31,1959 +197,32,1959 +197,33,1959 +197,34,1959 +197,35,1959 +197,36,1959 +197,37,1959 +197,38,1959 +197,39,1959 +197,40,1959 +197,41,1959 +197,42,1959 +197,43,1959 +197,44,1959 +197,45,1959 +197,46,1959 +197,47,1959 +197,48,1959 +197,49,1959 +197,50,1959 +197,51,1959 +197,52,1959 +197,53,1959 +197,54,1959 +197,55,1959 +197,56,1959 +197,57,1959 +197,58,1959 +197,59,1959 +197,60,1959 +197,61,1959 +197,62,1959 +197,63,1959 +197,64,1959 +197,65,1959 +197,66,1959 +197,67,1959 +197,68,1959 +197,69,1959 +197,70,1959 +197,71,1959 +197,72,1959 +197,73,1959 +197,74,1959 +197,75,1959 +197,76,1959 +197,77,1959 +197,78,1959 +197,79,1959 +197,80,1959 +197,81,1959 +197,82,1959 +197,83,1959 +197,84,1959 +197,85,1959 +197,86,1959 +197,87,1959 +197,88,1959 +197,89,1959 +197,90,1959 +197,91,1959 +197,92,1959 +197,93,1959 +197,94,1959 +197,95,1959 +197,96,1959 +197,97,1959 +197,98,1959 +197,99,1959 +197,100,1959 +197,101,1959 +197,102,1959 +197,103,1959 +197,104,1959 +197,105,1959 +197,106,1959 +197,107,1959 +197,108,1959 +197,109,1959 +197,110,1959 +197,111,1959 +197,112,1959 +197,113,1959 +197,114,1959 +197,115,1959 +197,116,1959 +197,117,1959 +197,118,1959 +197,119,1959 +197,120,1959 +197,121,1959 +197,122,1959 +197,123,1959 +197,124,1959 +197,125,1959 +197,126,1959 +197,127,1959 +197,128,1959 +197,129,1959 +197,130,1959 +197,131,1959 +197,132,1959 +197,133,1959 +197,134,1959 +197,135,1959 +197,136,1959 +197,137,1959 +197,138,1959 +197,139,1959 +197,141,1959 +197,142,1959 +197,143,1959 +197,144,1959 +197,145,1959 +197,146,1959 +197,147,1959 +197,148,1959 +197,149,1959 +197,150,1959 +198,1,1959 +198,2,1959 +198,3,1959 +198,4,1959 +198,5,1959 +198,6,1959 +198,7,1959 +198,8,1959 +198,9,1959 +198,10,1959 +198,11,1959 +198,12,1959 +198,13,1959 +198,14,1959 +198,15,1959 +198,16,1959 +198,17,1959 +198,18,1959 +198,19,1959 +198,20,1959 +198,21,1959 +198,22,1959 +198,23,1959 +198,24,1959 +198,25,1959 +198,26,1959 +198,27,1959 +198,28,1959 +198,29,1959 +198,30,1959 +198,31,1959 +198,32,1959 +198,33,1959 +198,34,1959 +198,35,1959 +198,36,1959 +198,37,1959 +198,38,1959 +198,39,1959 +198,40,1959 +198,41,1959 +198,42,1959 +198,43,1959 +198,44,1959 +198,45,1959 +198,46,1959 +198,47,1959 +198,48,1959 +198,49,1959 +198,50,1959 +198,51,1959 +198,52,1959 +198,53,1959 +198,54,1959 +198,55,1959 +198,56,1959 +198,57,1959 +198,58,1959 +198,59,1959 +198,60,1959 +198,61,1959 +198,62,1959 +198,63,1959 +198,64,1959 +198,65,1959 +198,66,1959 +198,67,1959 +198,68,1959 +198,69,1959 +198,70,1959 +198,71,1959 +198,72,1959 +198,73,1959 +198,74,1959 +198,75,1959 +198,76,1959 +198,77,1959 +198,78,1959 +198,79,1959 +198,80,1959 +198,81,1959 +198,82,1959 +198,83,1959 +198,84,1959 +198,85,1959 +198,86,1959 +198,87,1959 +198,88,1959 +198,89,1959 +198,90,1959 +198,91,1959 +198,92,1959 +198,93,1959 +198,94,1959 +198,95,1959 +198,96,1959 +198,97,1959 +198,98,1959 +198,99,1959 +198,100,1959 +198,101,1959 +198,102,1959 +198,103,1959 +198,104,1959 +198,105,1959 +198,106,1959 +198,107,1959 +198,108,1959 +198,109,1959 +198,110,1959 +198,111,1959 +198,112,1959 +198,113,1959 +198,114,1959 +198,115,1959 +198,116,1959 +198,117,1959 +198,118,1959 +198,119,1959 +198,120,1959 +198,121,1959 +198,122,1959 +198,123,1959 +198,124,1959 +198,125,1959 +198,126,1959 +198,127,1959 +198,128,1959 +198,129,1959 +198,130,1959 +198,131,1959 +198,132,1959 +198,133,1959 +198,134,1959 +198,135,1959 +198,136,1959 +198,137,1959 +198,138,1959 +198,139,1959 +198,141,1959 +198,142,1959 +198,143,1959 +198,144,1959 +198,145,1959 +198,146,1959 +198,147,1959 +198,148,1959 +198,149,1959 +198,150,1959 +199,1,1959 +199,2,1959 +199,3,1959 +199,4,1959 +199,5,1959 +199,6,1959 +199,7,1959 +199,8,1959 +199,9,1959 +199,10,1959 +199,11,1959 +199,12,1959 +199,13,1959 +199,14,1959 +199,15,1959 +199,16,1959 +199,17,1959 +199,18,1959 +199,19,1959 +199,20,1959 +199,21,1959 +199,22,1959 +199,23,1959 +199,24,1959 +199,25,1959 +199,26,1959 +199,27,1959 +199,30,1959 +199,31,1959 +199,32,1959 +199,33,1959 +199,34,1959 +199,35,1959 +199,36,1959 +199,37,1959 +199,38,1959 +199,39,1959 +199,40,1959 +199,41,1959 +199,42,1959 +199,43,1959 +199,44,1959 +199,45,1959 +199,46,1959 +199,47,1959 +199,48,1959 +199,49,1959 +199,50,1959 +199,51,1959 +199,52,1959 +199,53,1959 +199,54,1959 +199,55,1959 +199,56,1959 +199,57,1959 +199,58,1959 +199,59,1959 +199,60,1959 +199,61,1959 +199,62,1959 +199,63,1959 +199,64,1959 +199,65,1959 +199,66,1959 +199,67,1959 +199,68,1959 +199,69,1959 +199,70,1959 +199,71,1959 +199,72,1959 +199,73,1959 +199,74,1959 +199,75,1959 +199,76,1959 +199,77,1959 +199,78,1959 +199,79,1959 +199,80,1959 +199,81,1959 +199,82,1959 +199,83,1959 +199,84,1959 +199,85,1959 +199,86,1959 +199,87,1959 +199,88,1959 +199,89,1959 +199,90,1959 +199,91,1959 +199,92,1959 +199,93,1959 +199,96,1959 +199,97,1959 +199,110,1959 +199,111,1959 +199,112,1959 +199,113,1959 +199,114,1959 +199,115,1959 +199,116,1959 +199,117,1959 +199,118,1959 +199,120,1959 +199,121,1959 +199,123,1959 +199,124,1959 +199,125,1959 +199,126,1959 +199,128,1959 +199,129,1959 +199,130,1959 +199,131,1959 +199,132,1959 +199,133,1959 +199,134,1959 +199,135,1959 +199,136,1959 +199,137,1959 +199,138,1959 +199,139,1959 +199,141,1959 +199,142,1959 +199,143,1959 +199,144,1959 +199,145,1959 +199,146,1959 +199,147,1959 +199,148,1959 +199,149,1959 +199,150,1959 +200,1,1959 +200,2,1959 +200,3,1959 +200,4,1959 +200,5,1959 +200,6,1959 +200,7,1959 +200,8,1959 +200,9,1959 +200,10,1959 +200,11,1959 +200,12,1959 +200,13,1959 +200,14,1959 +200,15,1959 +200,16,1959 +200,17,1959 +200,18,1959 +200,19,1959 +200,20,1959 +200,21,1959 +200,22,1959 +200,23,1959 +200,24,1959 +200,25,1959 +200,26,1959 +200,27,1959 +200,28,1959 +200,29,1959 +200,30,1959 +200,31,1959 +200,32,1959 +200,33,1959 +200,34,1959 +200,35,1959 +200,36,1959 +200,37,1959 +200,38,1959 +200,39,1959 +200,40,1959 +200,41,1959 +200,42,1959 +200,43,1959 +200,44,1959 +200,45,1959 +200,46,1959 +200,47,1959 +200,48,1959 +200,49,1959 +200,50,1959 +200,51,1959 +200,52,1959 +200,53,1959 +200,54,1959 +200,55,1959 +200,56,1959 +200,57,1959 +200,58,1959 +200,59,1959 +200,60,1959 +200,61,1959 +200,62,1959 +200,63,1959 +200,64,1959 +200,65,1959 +200,66,1959 +200,67,1959 +200,68,1959 +200,69,1959 +200,70,1959 +200,71,1959 +200,72,1959 +200,73,1959 +200,74,1959 +200,75,1959 +200,76,1959 +200,77,1959 +200,78,1959 +200,79,1959 +200,80,1959 +200,81,1959 +200,82,1959 +200,83,1959 +200,84,1959 +200,85,1959 +200,86,1959 +200,87,1959 +200,88,1959 +200,89,1959 +200,90,1959 +200,91,1959 +200,92,1959 +200,93,1959 +200,94,1959 +200,95,1959 +200,96,1959 +200,97,1959 +200,98,1959 +200,99,1959 +200,100,1959 +200,101,1959 +200,102,1959 +200,103,1959 +200,104,1959 +200,105,1959 +200,106,1959 +200,107,1959 +200,108,1959 +200,109,1959 +200,110,1959 +200,111,1959 +200,112,1959 +200,113,1959 +200,114,1959 +200,115,1959 +200,116,1959 +200,117,1959 +200,118,1959 +200,119,1959 +200,120,1959 +200,121,1959 +200,122,1959 +200,123,1959 +200,124,1959 +200,125,1959 +200,126,1959 +200,127,1959 +200,128,1959 +200,129,1959 +200,130,1959 +200,131,1959 +200,132,1959 +200,133,1959 +200,134,1959 +200,135,1959 +200,136,1959 +200,137,1959 +200,138,1959 +200,139,1959 +200,141,1959 +200,142,1959 +200,143,1959 +200,144,1959 +200,145,1959 +200,146,1959 +200,147,1959 +200,148,1959 +200,149,1959 +200,150,1959 +201,1,1959 +201,2,1959 +201,3,1959 +201,4,1959 +201,5,1959 +201,6,1959 +201,7,1959 +201,8,1959 +201,9,1959 +201,10,1959 +201,11,1959 +201,12,1959 +201,13,1959 +201,14,1959 +201,15,1959 +201,16,1959 +201,17,1959 +201,18,1959 +201,19,1959 +201,20,1959 +201,21,1959 +201,22,1959 +201,23,1959 +201,24,1959 +201,25,1959 +201,26,1959 +201,27,1959 +201,28,1959 +201,29,1959 +201,30,1959 +201,31,1959 +201,32,1959 +201,33,1959 +201,34,1959 +201,35,1959 +201,36,1959 +201,37,1959 +201,38,1959 +201,39,1959 +201,40,1959 +201,41,1959 +201,42,1959 +201,43,1959 +201,44,1959 +201,45,1959 +201,46,1959 +201,47,1959 +201,48,1959 +201,49,1959 +201,50,1959 +201,51,1959 +201,52,1959 +201,53,1959 +201,54,1959 +201,55,1959 +201,56,1959 +201,57,1959 +201,58,1959 +201,59,1959 +201,60,1959 +201,61,1959 +201,62,1959 +201,63,1959 +201,64,1959 +201,65,1959 +201,66,1959 +201,67,1959 +201,68,1959 +201,69,1959 +201,70,1959 +201,71,1959 +201,72,1959 +201,73,1959 +201,74,1959 +201,75,1959 +201,76,1959 +201,77,1959 +201,78,1959 +201,79,1959 +201,80,1959 +201,81,1959 +201,82,1959 +201,83,1959 +201,84,1959 +201,85,1959 +201,86,1959 +201,87,1959 +201,88,1959 +201,89,1959 +201,90,1959 +201,91,1959 +201,92,1959 +201,93,1959 +201,94,1959 +201,95,1959 +201,96,1959 +201,97,1959 +201,98,1959 +201,99,1959 +201,100,1959 +201,101,1959 +201,102,1959 +201,103,1959 +201,104,1959 +201,105,1959 +201,106,1959 +201,107,1959 +201,108,1959 +201,109,1959 +201,110,1959 +201,111,1959 +201,112,1959 +201,113,1959 +201,114,1959 +201,115,1959 +201,116,1959 +201,117,1959 +201,118,1959 +201,119,1959 +201,120,1959 +201,121,1959 +201,122,1959 +201,123,1959 +201,124,1959 +201,125,1959 +201,126,1959 +201,127,1959 +201,128,1959 +201,129,1959 +201,130,1959 +201,131,1959 +201,132,1959 +201,133,1959 +201,134,1959 +201,135,1959 +201,136,1959 +201,137,1959 +201,138,1959 +201,139,1959 +201,141,1959 +201,142,1959 +201,143,1959 +201,144,1959 +201,145,1959 +201,146,1959 +201,147,1959 +201,148,1959 +201,149,1959 +201,150,1959 +202,1,1959 +202,2,1959 +202,3,1959 +202,4,1959 +202,5,1959 +202,6,1959 +202,7,1959 +202,8,1959 +202,9,1959 +202,10,1959 +202,11,1959 +202,12,1959 +202,13,1959 +202,14,1959 +202,15,1959 +202,16,1959 +202,17,1959 +202,18,1959 +202,19,1959 +202,20,1959 +202,21,1959 +202,22,1959 +202,23,1959 +202,24,1959 +202,25,1959 +202,26,1959 +202,27,1959 +202,28,1959 +202,29,1959 +202,30,1959 +202,31,1959 +202,32,1959 +202,33,1959 +202,34,1959 +202,35,1959 +202,36,1959 +202,37,1959 +202,38,1959 +202,39,1959 +202,40,1959 +202,41,1959 +202,42,1959 +202,43,1959 +202,44,1959 +202,45,1959 +202,46,1959 +202,47,1959 +202,48,1959 +202,49,1959 +202,50,1959 +202,51,1959 +202,52,1959 +202,53,1959 +202,54,1959 +202,55,1959 +202,56,1959 +202,57,1959 +202,58,1959 +202,59,1959 +202,60,1959 +202,61,1959 +202,62,1959 +202,63,1959 +202,64,1959 +202,65,1959 +202,66,1959 +202,67,1959 +202,68,1959 +202,69,1959 +202,70,1959 +202,71,1959 +202,72,1959 +202,73,1959 +202,74,1959 +202,75,1959 +202,76,1959 +202,77,1959 +202,78,1959 +202,79,1959 +202,80,1959 +202,81,1959 +202,82,1959 +202,83,1959 +202,84,1959 +202,85,1959 +202,86,1959 +202,87,1959 +202,88,1959 +202,89,1959 +202,90,1959 +202,91,1959 +202,92,1959 +202,93,1959 +202,94,1959 +202,95,1959 +202,96,1959 +202,97,1959 +202,98,1959 +202,99,1959 +202,100,1959 +202,101,1959 +202,102,1959 +202,103,1959 +202,104,1959 +202,105,1959 +202,106,1959 +202,107,1959 +202,108,1959 +202,109,1959 +202,110,1959 +202,111,1959 +202,112,1959 +202,113,1959 +202,114,1959 +202,115,1959 +202,116,1959 +202,117,1959 +202,118,1959 +202,119,1959 +202,120,1959 +202,121,1959 +202,122,1959 +202,123,1959 +202,124,1959 +202,125,1959 +202,126,1959 +202,127,1959 +202,128,1959 +202,129,1959 +202,130,1959 +202,131,1959 +202,132,1959 +202,133,1959 +202,134,1959 +202,135,1959 +202,136,1959 +202,137,1959 +202,138,1959 +202,139,1959 +202,141,1959 +202,142,1959 +202,143,1959 +202,144,1959 +202,145,1959 +202,146,1959 +202,147,1959 +202,148,1959 +202,149,1959 +202,150,1959 +203,1,1959 +203,2,1959 +203,3,1959 +203,4,1959 +203,5,1959 +203,6,1959 +203,7,1959 +203,8,1959 +203,9,1959 +203,10,1959 +203,11,1959 +203,12,1959 +203,13,1959 +203,14,1959 +203,15,1959 +203,16,1959 +203,17,1959 +203,18,1959 +203,19,1959 +203,20,1959 +203,21,1959 +203,22,1959 +203,23,1959 +203,24,1959 +203,25,1959 +203,26,1959 +203,27,1959 +203,28,1959 +203,29,1959 +203,30,1959 +203,31,1959 +203,32,1959 +203,33,1959 +203,34,1959 +203,35,1959 +203,36,1959 +203,37,1959 +203,38,1959 +203,39,1959 +203,40,1959 +203,41,1959 +203,42,1959 +203,43,1959 +203,44,1959 +203,45,1959 +203,46,1959 +203,47,1959 +203,48,1959 +203,49,1959 +203,50,1959 +203,51,1959 +203,52,1959 +203,53,1959 +203,54,1959 +203,55,1959 +203,56,1959 +203,57,1959 +203,58,1959 +203,59,1959 +203,60,1959 +203,61,1959 +203,62,1959 +203,63,1959 +203,64,1959 +203,65,1959 +203,66,1959 +203,67,1959 +203,68,1959 +203,69,1959 +203,70,1959 +203,71,1959 +203,72,1959 +203,73,1959 +203,74,1959 +203,75,1959 +203,76,1959 +203,77,1959 +203,78,1959 +203,79,1959 +203,80,1959 +203,81,1959 +203,82,1959 +203,83,1959 +203,84,1959 +203,85,1959 +203,86,1959 +203,87,1959 +203,88,1959 +203,89,1959 +203,90,1959 +203,91,1959 +203,92,1959 +203,93,1959 +203,94,1959 +203,95,1959 +203,96,1959 +203,97,1959 +203,98,1959 +203,99,1959 +203,100,1959 +203,101,1959 +203,102,1959 +203,103,1959 +203,104,1959 +203,105,1959 +203,106,1959 +203,107,1959 +203,108,1959 +203,109,1959 +203,110,1959 +203,111,1959 +203,112,1959 +203,113,1959 +203,114,1959 +203,115,1959 +203,116,1959 +203,117,1959 +203,118,1959 +203,119,1959 +203,120,1959 +203,121,1959 +203,122,1959 +203,123,1959 +203,124,1959 +203,125,1959 +203,126,1959 +203,127,1959 +203,128,1959 +203,129,1959 +203,130,1959 +203,131,1959 +203,132,1959 +203,133,1959 +203,134,1959 +203,135,1959 +203,136,1959 +203,137,1959 +203,138,1959 +203,139,1959 +203,141,1959 +203,142,1959 +203,143,1959 +203,144,1959 +203,145,1959 +203,146,1959 +203,147,1959 +203,148,1959 +203,149,1959 +203,150,1959 +205,129,1959 +216,1,1959 +216,2,1959 +216,3,1959 +216,4,1959 +216,5,1959 +216,6,1959 +216,7,1959 +216,8,1959 +216,9,1959 +216,10,1959 +216,11,1959 +216,12,1959 +216,13,1959 +216,14,1959 +216,15,1959 +216,16,1959 +216,17,1959 +216,18,1959 +216,19,1959 +216,20,1959 +216,21,1959 +216,22,1959 +216,23,1959 +216,24,1959 +216,25,1959 +216,26,1959 +216,27,1959 +216,28,1959 +216,29,1959 +216,30,1959 +216,31,1959 +216,32,1959 +216,33,1959 +216,34,1959 +216,35,1959 +216,36,1959 +216,37,1959 +216,38,1959 +216,39,1959 +216,40,1959 +216,41,1959 +216,42,1959 +216,43,1959 +216,44,1959 +216,45,1959 +216,46,1959 +216,47,1959 +216,48,1959 +216,49,1959 +216,50,1959 +216,51,1959 +216,52,1959 +216,53,1959 +216,54,1959 +216,55,1959 +216,56,1959 +216,57,1959 +216,58,1959 +216,59,1959 +216,60,1959 +216,61,1959 +216,62,1959 +216,63,1959 +216,64,1959 +216,65,1959 +216,66,1959 +216,67,1959 +216,68,1959 +216,69,1959 +216,70,1959 +216,71,1959 +216,72,1959 +216,73,1959 +216,74,1959 +216,75,1959 +216,76,1959 +216,77,1959 +216,78,1959 +216,79,1959 +216,80,1959 +216,81,1959 +216,82,1959 +216,83,1959 +216,84,1959 +216,85,1959 +216,86,1959 +216,87,1959 +216,88,1959 +216,89,1959 +216,90,1959 +216,91,1959 +216,92,1959 +216,93,1959 +216,94,1959 +216,95,1959 +216,96,1959 +216,97,1959 +216,98,1959 +216,99,1959 +216,100,1959 +216,101,1959 +216,102,1959 +216,103,1959 +216,104,1959 +216,105,1959 +216,106,1959 +216,107,1959 +216,108,1959 +216,109,1959 +216,110,1959 +216,111,1959 +216,112,1959 +216,113,1959 +216,114,1959 +216,115,1959 +216,116,1959 +216,117,1959 +216,118,1959 +216,119,1959 +216,120,1959 +216,121,1959 +216,122,1959 +216,123,1959 +216,124,1959 +216,125,1959 +216,126,1959 +216,127,1959 +216,128,1959 +216,129,1959 +216,130,1959 +216,131,1959 +216,132,1959 +216,133,1959 +216,134,1959 +216,135,1959 +216,136,1959 +216,137,1959 +216,138,1959 +216,139,1959 +216,141,1959 +216,142,1959 +216,143,1959 +216,144,1959 +216,145,1959 +216,146,1959 +216,147,1959 +216,148,1959 +216,149,1959 +216,150,1959 +217,1,1959 +217,2,1959 +217,3,1959 +217,4,1959 +217,5,1959 +217,6,1959 +217,7,1959 +217,8,1959 +217,9,1959 +217,10,1959 +217,11,1959 +217,12,1959 +217,13,1959 +217,14,1959 +217,15,1959 +217,16,1959 +217,17,1959 +217,18,1959 +217,19,1959 +217,20,1959 +217,21,1959 +217,22,1959 +217,23,1959 +217,24,1959 +217,25,1959 +217,26,1959 +217,27,1959 +217,28,1959 +217,29,1959 +217,30,1959 +217,31,1959 +217,32,1959 +217,33,1959 +217,34,1959 +217,35,1959 +217,36,1959 +217,37,1959 +217,38,1959 +217,39,1959 +217,40,1959 +217,41,1959 +217,42,1959 +217,43,1959 +217,44,1959 +217,45,1959 +217,46,1959 +217,47,1959 +217,48,1959 +217,49,1959 +217,50,1959 +217,51,1959 +217,52,1959 +217,53,1959 +217,54,1959 +217,55,1959 +217,56,1959 +217,57,1959 +217,58,1959 +217,59,1959 +217,60,1959 +217,61,1959 +217,62,1959 +217,63,1959 +217,64,1959 +217,65,1959 +217,66,1959 +217,67,1959 +217,68,1959 +217,69,1959 +217,70,1959 +217,71,1959 +217,72,1959 +217,73,1959 +217,74,1959 +217,75,1959 +217,76,1959 +217,77,1959 +217,78,1959 +217,79,1959 +217,80,1959 +217,81,1959 +217,82,1959 +217,83,1959 +217,84,1959 +217,85,1959 +217,86,1959 +217,87,1959 +217,88,1959 +217,89,1959 +217,90,1959 +217,91,1959 +217,92,1959 +217,93,1959 +217,94,1959 +217,95,1959 +217,96,1959 +217,97,1959 +217,98,1959 +217,99,1959 +217,100,1959 +217,101,1959 +217,102,1959 +217,103,1959 +217,104,1959 +217,105,1959 +217,106,1959 +217,107,1959 +217,108,1959 +217,109,1959 +217,110,1959 +217,111,1959 +217,112,1959 +217,113,1959 +217,114,1959 +217,115,1959 +217,116,1959 +217,117,1959 +217,118,1959 +217,119,1959 +217,120,1959 +217,121,1959 +217,122,1959 +217,123,1959 +217,124,1959 +217,125,1959 +217,126,1959 +217,127,1959 +217,128,1959 +217,129,1959 +217,130,1959 +217,131,1959 +217,132,1959 +217,133,1959 +217,134,1959 +217,135,1959 +217,136,1959 +217,137,1959 +217,138,1959 +217,139,1959 +217,141,1959 +217,142,1959 +217,143,1959 +217,144,1959 +217,145,1959 +217,146,1959 +217,147,1959 +217,148,1959 +217,149,1959 +217,150,1959 +218,1,1959 +218,2,1959 +218,3,1959 +218,4,1959 +218,5,1959 +218,6,1959 +218,7,1959 +218,8,1959 +218,9,1959 +218,10,1959 +218,11,1959 +218,12,1959 +218,13,1959 +218,14,1959 +218,15,1959 +218,16,1959 +218,17,1959 +218,18,1959 +218,19,1959 +218,20,1959 +218,21,1959 +218,22,1959 +218,23,1959 +218,24,1959 +218,25,1959 +218,26,1959 +218,27,1959 +218,28,1959 +218,29,1959 +218,30,1959 +218,31,1959 +218,32,1959 +218,33,1959 +218,34,1959 +218,35,1959 +218,36,1959 +218,37,1959 +218,38,1959 +218,39,1959 +218,40,1959 +218,41,1959 +218,42,1959 +218,43,1959 +218,44,1959 +218,45,1959 +218,46,1959 +218,47,1959 +218,48,1959 +218,49,1959 +218,50,1959 +218,51,1959 +218,52,1959 +218,53,1959 +218,54,1959 +218,55,1959 +218,56,1959 +218,57,1959 +218,58,1959 +218,59,1959 +218,60,1959 +218,61,1959 +218,62,1959 +218,63,1959 +218,64,1959 +218,65,1959 +218,66,1959 +218,67,1959 +218,68,1959 +218,69,1959 +218,70,1959 +218,71,1959 +218,72,1959 +218,73,1959 +218,74,1959 +218,75,1959 +218,76,1959 +218,77,1959 +218,78,1959 +218,79,1959 +218,80,1959 +218,81,1959 +218,82,1959 +218,83,1959 +218,84,1959 +218,85,1959 +218,86,1959 +218,87,1959 +218,88,1959 +218,89,1959 +218,90,1959 +218,91,1959 +218,92,1959 +218,93,1959 +218,94,1959 +218,95,1959 +218,96,1959 +218,97,1959 +218,98,1959 +218,99,1959 +218,100,1959 +218,101,1959 +218,102,1959 +218,103,1959 +218,104,1959 +218,105,1959 +218,106,1959 +218,107,1959 +218,108,1959 +218,109,1959 +218,110,1959 +218,111,1959 +218,112,1959 +218,113,1959 +218,114,1959 +218,115,1959 +218,116,1959 +218,117,1959 +218,118,1959 +218,119,1959 +218,120,1959 +218,121,1959 +218,122,1959 +218,123,1959 +218,124,1959 +218,125,1959 +218,126,1959 +218,127,1959 +218,128,1959 +218,129,1959 +218,130,1959 +218,131,1959 +218,132,1959 +218,133,1959 +218,134,1959 +218,135,1959 +218,136,1959 +218,137,1959 +218,138,1959 +218,139,1959 +218,141,1959 +218,142,1959 +218,143,1959 +218,144,1959 +218,145,1959 +218,146,1959 +218,147,1959 +218,148,1959 +218,149,1959 +218,150,1959 +219,1,1959 +219,2,1959 +219,3,1959 +219,4,1959 +219,5,1959 +219,6,1959 +219,7,1959 +219,8,1959 +219,9,1959 +219,10,1959 +219,11,1959 +219,12,1959 +219,13,1959 +219,14,1959 +219,15,1959 +219,16,1959 +219,17,1959 +219,18,1959 +219,19,1959 +219,20,1959 +219,21,1959 +219,22,1959 +219,23,1959 +219,24,1959 +219,25,1959 +219,26,1959 +219,27,1959 +219,28,1959 +219,29,1959 +219,30,1959 +219,31,1959 +219,32,1959 +219,33,1959 +219,34,1959 +219,35,1959 +219,36,1959 +219,37,1959 +219,38,1959 +219,39,1959 +219,40,1959 +219,41,1959 +219,42,1959 +219,43,1959 +219,44,1959 +219,45,1959 +219,46,1959 +219,47,1959 +219,48,1959 +219,49,1959 +219,50,1959 +219,51,1959 +219,52,1959 +219,53,1959 +219,54,1959 +219,55,1959 +219,56,1959 +219,57,1959 +219,58,1959 +219,59,1959 +219,60,1959 +219,61,1959 +219,62,1959 +219,63,1959 +219,64,1959 +219,65,1959 +219,66,1959 +219,67,1959 +219,68,1959 +219,69,1959 +219,70,1959 +219,71,1959 +219,72,1959 +219,73,1959 +219,74,1959 +219,75,1959 +219,76,1959 +219,77,1959 +219,78,1959 +219,79,1959 +219,80,1959 +219,81,1959 +219,82,1959 +219,83,1959 +219,84,1959 +219,85,1959 +219,86,1959 +219,87,1959 +219,88,1959 +219,89,1959 +219,90,1959 +219,91,1959 +219,92,1959 +219,93,1959 +219,94,1959 +219,95,1959 +219,96,1959 +219,97,1959 +219,98,1959 +219,99,1959 +219,100,1959 +219,101,1959 +219,102,1959 +219,103,1959 +219,104,1959 +219,105,1959 +219,106,1959 +219,107,1959 +219,108,1959 +219,109,1959 +219,110,1959 +219,111,1959 +219,112,1959 +219,113,1959 +219,114,1959 +219,115,1959 +219,116,1959 +219,117,1959 +219,118,1959 +219,119,1959 +219,120,1959 +219,121,1959 +219,122,1959 +219,123,1959 +219,124,1959 +219,125,1959 +219,126,1959 +219,127,1959 +219,128,1959 +219,129,1959 +219,130,1959 +219,131,1959 +219,132,1959 +219,133,1959 +219,134,1959 +219,135,1959 +219,136,1959 +219,137,1959 +219,138,1959 +219,139,1959 +219,141,1959 +219,142,1959 +219,143,1959 +219,144,1959 +219,145,1959 +219,146,1959 +219,147,1959 +219,148,1959 +219,149,1959 +219,150,1959 +221,1,1959 +221,2,1959 +221,3,1959 +221,4,1959 +221,5,1959 +221,6,1959 +221,7,1959 +221,8,1959 +221,9,1959 +221,10,1959 +221,11,1959 +221,12,1959 +221,13,1959 +221,14,1959 +221,15,1959 +221,16,1959 +221,17,1959 +221,18,1959 +221,19,1959 +221,20,1959 +221,21,1959 +221,22,1959 +221,23,1959 +221,24,1959 +221,25,1959 +221,26,1959 +221,27,1959 +221,28,1959 +221,29,1959 +221,30,1959 +221,31,1959 +221,32,1959 +221,33,1959 +221,34,1959 +221,35,1959 +221,36,1959 +221,37,1959 +221,38,1959 +221,39,1959 +221,40,1959 +221,41,1959 +221,42,1959 +221,43,1959 +221,44,1959 +221,45,1959 +221,46,1959 +221,47,1959 +221,48,1959 +221,49,1959 +221,50,1959 +221,51,1959 +221,52,1959 +221,53,1959 +221,54,1959 +221,55,1959 +221,56,1959 +221,57,1959 +221,58,1959 +221,59,1959 +221,60,1959 +221,61,1959 +221,62,1959 +221,63,1959 +221,64,1959 +221,65,1959 +221,66,1959 +221,67,1959 +221,68,1959 +221,69,1959 +221,70,1959 +221,71,1959 +221,72,1959 +221,73,1959 +221,74,1959 +221,75,1959 +221,76,1959 +221,77,1959 +221,78,1959 +221,79,1959 +221,80,1959 +221,81,1959 +221,82,1959 +221,83,1959 +221,84,1959 +221,85,1959 +221,86,1959 +221,87,1959 +221,88,1959 +221,89,1959 +221,90,1959 +221,91,1959 +221,92,1959 +221,93,1959 +221,94,1959 +221,95,1959 +221,96,1959 +221,97,1959 +221,98,1959 +221,99,1959 +221,100,1959 +221,101,1959 +221,102,1959 +221,103,1959 +221,104,1959 +221,105,1959 +221,106,1959 +221,107,1959 +221,108,1959 +221,109,1959 +221,110,1959 +221,111,1959 +221,112,1959 +221,113,1959 +221,114,1959 +221,115,1959 +221,116,1959 +221,117,1959 +221,118,1959 +221,119,1959 +221,120,1959 +221,121,1959 +221,122,1959 +221,123,1959 +221,124,1959 +221,125,1959 +221,126,1959 +221,127,1959 +221,128,1959 +221,129,1959 +221,130,1959 +221,131,1959 +221,132,1959 +221,133,1959 +221,134,1959 +221,135,1959 +221,136,1959 +221,137,1959 +221,138,1959 +221,139,1959 +221,141,1959 +221,142,1959 +221,143,1959 +221,144,1959 +221,145,1959 +221,146,1959 +221,147,1959 +221,148,1959 +221,149,1959 +221,150,1959 +222,1,1959 +222,2,1959 +222,3,1959 +222,4,1959 +222,5,1959 +222,6,1959 +222,7,1959 +222,8,1959 +222,9,1959 +222,10,1959 +222,11,1959 +222,12,1959 +222,13,1959 +222,14,1959 +222,15,1959 +222,16,1959 +222,17,1959 +222,18,1959 +222,19,1959 +222,20,1959 +222,21,1959 +222,22,1959 +222,23,1959 +222,24,1959 +222,25,1959 +222,26,1959 +222,27,1959 +222,28,1959 +222,29,1959 +222,30,1959 +222,31,1959 +222,32,1959 +222,33,1959 +222,34,1959 +222,35,1959 +222,36,1959 +222,37,1959 +222,38,1959 +222,39,1959 +222,40,1959 +222,41,1959 +222,42,1959 +222,43,1959 +222,44,1959 +222,45,1959 +222,46,1959 +222,47,1959 +222,48,1959 +222,49,1959 +222,50,1959 +222,51,1959 +222,52,1959 +222,53,1959 +222,54,1959 +222,55,1959 +222,56,1959 +222,57,1959 +222,58,1959 +222,59,1959 +222,60,1959 +222,61,1959 +222,62,1959 +222,63,1959 +222,64,1959 +222,65,1959 +222,66,1959 +222,67,1959 +222,68,1959 +222,69,1959 +222,70,1959 +222,71,1959 +222,72,1959 +222,73,1959 +222,74,1959 +222,75,1959 +222,76,1959 +222,77,1959 +222,78,1959 +222,79,1959 +222,80,1959 +222,81,1959 +222,82,1959 +222,83,1959 +222,84,1959 +222,85,1959 +222,86,1959 +222,87,1959 +222,88,1959 +222,89,1959 +222,90,1959 +222,91,1959 +222,92,1959 +222,93,1959 +222,94,1959 +222,95,1959 +222,96,1959 +222,97,1959 +222,98,1959 +222,99,1959 +222,100,1959 +222,101,1959 +222,102,1959 +222,103,1959 +222,104,1959 +222,105,1959 +222,106,1959 +222,107,1959 +222,108,1959 +222,109,1959 +222,110,1959 +222,111,1959 +222,112,1959 +222,113,1959 +222,114,1959 +222,115,1959 +222,116,1959 +222,117,1959 +222,118,1959 +222,119,1959 +222,120,1959 +222,121,1959 +222,122,1959 +222,123,1959 +222,124,1959 +222,125,1959 +222,126,1959 +222,127,1959 +222,128,1959 +222,129,1959 +222,130,1959 +222,131,1959 +222,132,1959 +222,133,1959 +222,134,1959 +222,135,1959 +222,136,1959 +222,137,1959 +222,138,1959 +222,139,1959 +222,141,1959 +222,142,1959 +222,143,1959 +222,144,1959 +222,145,1959 +222,146,1959 +222,147,1959 +222,148,1959 +222,149,1959 +222,150,1959 +223,1,1959 +223,2,1959 +223,3,1959 +223,4,1959 +223,5,1959 +223,6,1959 +223,7,1959 +223,8,1959 +223,9,1959 +223,10,1959 +223,11,1959 +223,12,1959 +223,13,1959 +223,14,1959 +223,15,1959 +223,16,1959 +223,17,1959 +223,18,1959 +223,19,1959 +223,20,1959 +223,21,1959 +223,22,1959 +223,23,1959 +223,24,1959 +223,25,1959 +223,26,1959 +223,27,1959 +223,28,1959 +223,29,1959 +223,30,1959 +223,31,1959 +223,32,1959 +223,33,1959 +223,34,1959 +223,35,1959 +223,36,1959 +223,37,1959 +223,38,1959 +223,39,1959 +223,40,1959 +223,41,1959 +223,42,1959 +223,43,1959 +223,44,1959 +223,45,1959 +223,46,1959 +223,47,1959 +223,48,1959 +223,49,1959 +223,50,1959 +223,51,1959 +223,52,1959 +223,53,1959 +223,54,1959 +223,55,1959 +223,56,1959 +223,57,1959 +223,58,1959 +223,59,1959 +223,60,1959 +223,61,1959 +223,62,1959 +223,63,1959 +223,64,1959 +223,65,1959 +223,66,1959 +223,67,1959 +223,68,1959 +223,69,1959 +223,70,1959 +223,71,1959 +223,72,1959 +223,73,1959 +223,74,1959 +223,75,1959 +223,76,1959 +223,77,1959 +223,78,1959 +223,79,1959 +223,80,1959 +223,81,1959 +223,82,1959 +223,83,1959 +223,84,1959 +223,85,1959 +223,86,1959 +223,87,1959 +223,88,1959 +223,89,1959 +223,90,1959 +223,91,1959 +223,92,1959 +223,93,1959 +223,94,1959 +223,95,1959 +223,96,1959 +223,97,1959 +223,98,1959 +223,99,1959 +223,100,1959 +223,101,1959 +223,102,1959 +223,103,1959 +223,104,1959 +223,105,1959 +223,106,1959 +223,107,1959 +223,108,1959 +223,109,1959 +223,110,1959 +223,111,1959 +223,112,1959 +223,113,1959 +223,114,1959 +223,115,1959 +223,116,1959 +223,117,1959 +223,118,1959 +223,119,1959 +223,120,1959 +223,121,1959 +223,122,1959 +223,123,1959 +223,124,1959 +223,125,1959 +223,126,1959 +223,127,1959 +223,128,1959 +223,129,1959 +223,130,1959 +223,131,1959 +223,132,1959 +223,133,1959 +223,134,1959 +223,135,1959 +223,136,1959 +223,137,1959 +223,138,1959 +223,139,1959 +223,141,1959 +223,142,1959 +223,143,1959 +223,144,1959 +223,145,1959 +223,146,1959 +223,147,1959 +223,148,1959 +223,149,1959 +223,150,1959 +224,1,1959 +224,2,1959 +224,3,1959 +224,4,1959 +224,5,1959 +224,6,1959 +224,7,1959 +224,8,1959 +224,9,1959 +224,10,1959 +224,11,1959 +224,12,1959 +224,13,1959 +224,14,1959 +224,15,1959 +224,16,1959 +224,17,1959 +224,18,1959 +224,19,1959 +224,20,1959 +224,21,1959 +224,22,1959 +224,23,1959 +224,24,1959 +224,25,1959 +224,26,1959 +224,27,1959 +224,28,1959 +224,29,1959 +224,30,1959 +224,31,1959 +224,32,1959 +224,33,1959 +224,34,1959 +224,35,1959 +224,36,1959 +224,37,1959 +224,38,1959 +224,39,1959 +224,40,1959 +224,41,1959 +224,42,1959 +224,43,1959 +224,44,1959 +224,45,1959 +224,46,1959 +224,47,1959 +224,48,1959 +224,49,1959 +224,50,1959 +224,51,1959 +224,52,1959 +224,53,1959 +224,54,1959 +224,55,1959 +224,56,1959 +224,57,1959 +224,58,1959 +224,59,1959 +224,60,1959 +224,61,1959 +224,62,1959 +224,63,1959 +224,64,1959 +224,65,1959 +224,66,1959 +224,67,1959 +224,68,1959 +224,69,1959 +224,70,1959 +224,71,1959 +224,72,1959 +224,73,1959 +224,74,1959 +224,75,1959 +224,76,1959 +224,77,1959 +224,78,1959 +224,79,1959 +224,80,1959 +224,81,1959 +224,82,1959 +224,83,1959 +224,84,1959 +224,85,1959 +224,86,1959 +224,87,1959 +224,88,1959 +224,89,1959 +224,90,1959 +224,91,1959 +224,92,1959 +224,93,1959 +224,94,1959 +224,95,1959 +224,96,1959 +224,97,1959 +224,98,1959 +224,99,1959 +224,100,1959 +224,101,1959 +224,102,1959 +224,103,1959 +224,104,1959 +224,105,1959 +224,106,1959 +224,107,1959 +224,108,1959 +224,109,1959 +224,110,1959 +224,111,1959 +224,112,1959 +224,113,1959 +224,114,1959 +224,115,1959 +224,116,1959 +224,117,1959 +224,118,1959 +224,119,1959 +224,120,1959 +224,121,1959 +224,122,1959 +224,123,1959 +224,124,1959 +224,125,1959 +224,126,1959 +224,127,1959 +224,128,1959 +224,129,1959 +224,130,1959 +224,131,1959 +224,132,1959 +224,133,1959 +224,134,1959 +224,135,1959 +224,136,1959 +224,137,1959 +224,138,1959 +224,139,1959 +224,141,1959 +224,142,1959 +224,143,1959 +224,144,1959 +224,145,1959 +224,146,1959 +224,147,1959 +224,148,1959 +224,149,1959 +224,150,1959 +225,1,1959 +225,2,1959 +225,3,1959 +225,4,1959 +225,5,1959 +225,6,1959 +225,7,1959 +225,8,1959 +225,9,1959 +225,10,1959 +225,11,1959 +225,12,1959 +225,13,1959 +225,14,1959 +225,15,1959 +225,16,1959 +225,17,1959 +225,18,1959 +225,19,1959 +225,20,1959 +225,21,1959 +225,22,1959 +225,23,1959 +225,24,1959 +225,25,1959 +225,26,1959 +225,27,1959 +225,28,1959 +225,29,1959 +225,30,1959 +225,31,1959 +225,32,1959 +225,33,1959 +225,34,1959 +225,35,1959 +225,36,1959 +225,37,1959 +225,38,1959 +225,39,1959 +225,40,1959 +225,41,1959 +225,42,1959 +225,43,1959 +225,44,1959 +225,45,1959 +225,46,1959 +225,47,1959 +225,48,1959 +225,49,1959 +225,50,1959 +225,51,1959 +225,52,1959 +225,53,1959 +225,54,1959 +225,55,1959 +225,56,1959 +225,57,1959 +225,58,1959 +225,59,1959 +225,60,1959 +225,61,1959 +225,62,1959 +225,63,1959 +225,64,1959 +225,65,1959 +225,66,1959 +225,67,1959 +225,68,1959 +225,69,1959 +225,70,1959 +225,71,1959 +225,72,1959 +225,73,1959 +225,74,1959 +225,75,1959 +225,76,1959 +225,77,1959 +225,78,1959 +225,79,1959 +225,80,1959 +225,81,1959 +225,82,1959 +225,83,1959 +225,84,1959 +225,85,1959 +225,86,1959 +225,87,1959 +225,88,1959 +225,89,1959 +225,90,1959 +225,91,1959 +225,92,1959 +225,93,1959 +225,94,1959 +225,95,1959 +225,96,1959 +225,97,1959 +225,98,1959 +225,99,1959 +225,100,1959 +225,101,1959 +225,102,1959 +225,103,1959 +225,104,1959 +225,105,1959 +225,106,1959 +225,107,1959 +225,108,1959 +225,109,1959 +225,110,1959 +225,111,1959 +225,112,1959 +225,113,1959 +225,114,1959 +225,115,1959 +225,116,1959 +225,117,1959 +225,118,1959 +225,119,1959 +225,120,1959 +225,121,1959 +225,122,1959 +225,123,1959 +225,124,1959 +225,125,1959 +225,126,1959 +225,127,1959 +225,128,1959 +225,129,1959 +225,130,1959 +225,131,1959 +225,132,1959 +225,133,1959 +225,134,1959 +225,135,1959 +225,136,1959 +225,137,1959 +225,138,1959 +225,139,1959 +225,141,1959 +225,142,1959 +225,143,1959 +225,144,1959 +225,145,1959 +225,146,1959 +225,147,1959 +225,148,1959 +225,149,1959 +225,150,1959 +232,1,1959 +232,2,1959 +232,3,1959 +232,4,1959 +232,5,1959 +232,6,1959 +232,7,1959 +232,8,1959 +232,9,1959 +232,10,1959 +232,11,1959 +232,12,1959 +232,13,1959 +232,14,1959 +232,15,1959 +232,16,1959 +232,17,1959 +232,18,1959 +232,19,1959 +232,20,1959 +232,21,1959 +232,22,1959 +232,23,1959 +232,24,1959 +232,25,1959 +232,26,1959 +232,27,1959 +232,28,1959 +232,29,1959 +232,30,1959 +232,31,1959 +232,32,1959 +232,33,1959 +232,34,1959 +232,35,1959 +232,36,1959 +232,37,1959 +232,38,1959 +232,39,1959 +232,40,1959 +232,41,1959 +232,42,1959 +232,43,1959 +232,44,1959 +232,45,1959 +232,46,1959 +232,47,1959 +232,48,1959 +232,49,1959 +232,50,1959 +232,51,1959 +232,52,1959 +232,53,1959 +232,54,1959 +232,55,1959 +232,56,1959 +232,57,1959 +232,58,1959 +232,59,1959 +232,60,1959 +232,61,1959 +232,62,1959 +232,63,1959 +232,64,1959 +232,65,1959 +232,66,1959 +232,67,1959 +232,68,1959 +232,69,1959 +232,70,1959 +232,71,1959 +232,72,1959 +232,73,1959 +232,74,1959 +232,75,1959 +232,76,1959 +232,77,1959 +232,78,1959 +232,79,1959 +232,80,1959 +232,81,1959 +232,82,1959 +232,83,1959 +232,84,1959 +232,85,1959 +232,86,1959 +232,87,1959 +232,88,1959 +232,89,1959 +232,90,1959 +232,91,1959 +232,92,1959 +232,93,1959 +232,94,1959 +232,95,1959 +232,96,1959 +232,97,1959 +232,98,1959 +232,99,1959 +232,100,1959 +232,101,1959 +232,102,1959 +232,103,1959 +232,104,1959 +232,105,1959 +232,106,1959 +232,107,1959 +232,108,1959 +232,109,1959 +232,110,1959 +232,111,1959 +232,112,1959 +232,113,1959 +232,114,1959 +232,115,1959 +232,116,1959 +232,117,1959 +232,118,1959 +232,119,1959 +232,120,1959 +232,121,1959 +232,122,1959 +232,123,1959 +232,124,1959 +232,125,1959 +232,126,1959 +232,127,1959 +232,128,1959 +232,129,1959 +232,130,1959 +232,131,1959 +232,132,1959 +232,133,1959 +232,134,1959 +232,135,1959 +232,136,1959 +232,137,1959 +232,138,1959 +232,139,1959 +232,141,1959 +232,142,1959 +232,143,1959 +232,144,1959 +232,145,1959 +232,146,1959 +232,147,1959 +232,148,1959 +232,149,1959 +232,150,1959 +235,129,1959 +241,1,1959 +241,2,1959 +241,3,1959 +241,4,1959 +241,5,1959 +241,6,1959 +241,7,1959 +241,8,1959 +241,9,1959 +241,10,1959 +241,11,1959 +241,12,1959 +241,13,1959 +241,14,1959 +241,15,1959 +241,16,1959 +241,17,1959 +241,18,1959 +241,19,1959 +241,20,1959 +241,21,1959 +241,22,1959 +241,23,1959 +241,24,1959 +241,25,1959 +241,26,1959 +241,27,1959 +241,28,1959 +241,29,1959 +241,30,1959 +241,31,1959 +241,32,1959 +241,33,1959 +241,34,1959 +241,35,1959 +241,36,1959 +241,37,1959 +241,38,1959 +241,39,1959 +241,40,1959 +241,41,1959 +241,42,1959 +241,43,1959 +241,44,1959 +241,45,1959 +241,46,1959 +241,47,1959 +241,48,1959 +241,49,1959 +241,50,1959 +241,51,1959 +241,52,1959 +241,53,1959 +241,54,1959 +241,55,1959 +241,56,1959 +241,57,1959 +241,58,1959 +241,59,1959 +241,60,1959 +241,61,1959 +241,62,1959 +241,63,1959 +241,64,1959 +241,65,1959 +241,66,1959 +241,67,1959 +241,68,1959 +241,69,1959 +241,70,1959 +241,71,1959 +241,72,1959 +241,73,1959 +241,74,1959 +241,75,1959 +241,76,1959 +241,77,1959 +241,78,1959 +241,79,1959 +241,80,1959 +241,81,1959 +241,82,1959 +241,83,1959 +241,84,1959 +241,85,1959 +241,86,1959 +241,87,1959 +241,88,1959 +241,89,1959 +241,90,1959 +241,91,1959 +241,92,1959 +241,93,1959 +241,94,1959 +241,95,1959 +241,96,1959 +241,97,1959 +241,98,1959 +241,99,1959 +241,100,1959 +241,101,1959 +241,102,1959 +241,103,1959 +241,104,1959 +241,105,1959 +241,106,1959 +241,107,1959 +241,108,1959 +241,109,1959 +241,110,1959 +241,111,1959 +241,112,1959 +241,113,1959 +241,114,1959 +241,115,1959 +241,116,1959 +241,117,1959 +241,118,1959 +241,119,1959 +241,120,1959 +241,121,1959 +241,122,1959 +241,123,1959 +241,124,1959 +241,125,1959 +241,126,1959 +241,127,1959 +241,128,1959 +241,129,1959 +241,130,1959 +241,131,1959 +241,132,1959 +241,133,1959 +241,134,1959 +241,135,1959 +241,136,1959 +241,137,1959 +241,138,1959 +241,139,1959 +241,141,1959 +241,142,1959 +241,143,1959 +241,144,1959 +241,145,1959 +241,146,1959 +241,147,1959 +241,148,1959 +241,149,1959 +241,150,1959 +242,1,1959 +242,2,1959 +242,3,1959 +242,4,1959 +242,5,1959 +242,6,1959 +242,7,1959 +242,8,1959 +242,9,1959 +242,10,1959 +242,11,1959 +242,12,1959 +242,13,1959 +242,14,1959 +242,15,1959 +242,16,1959 +242,17,1959 +242,18,1959 +242,19,1959 +242,20,1959 +242,21,1959 +242,22,1959 +242,23,1959 +242,24,1959 +242,25,1959 +242,26,1959 +242,27,1959 +242,28,1959 +242,29,1959 +242,30,1959 +242,31,1959 +242,32,1959 +242,33,1959 +242,34,1959 +242,35,1959 +242,36,1959 +242,37,1959 +242,38,1959 +242,39,1959 +242,40,1959 +242,41,1959 +242,42,1959 +242,43,1959 +242,44,1959 +242,45,1959 +242,46,1959 +242,47,1959 +242,48,1959 +242,49,1959 +242,50,1959 +242,51,1959 +242,52,1959 +242,53,1959 +242,54,1959 +242,55,1959 +242,56,1959 +242,57,1959 +242,58,1959 +242,59,1959 +242,60,1959 +242,61,1959 +242,62,1959 +242,63,1959 +242,64,1959 +242,65,1959 +242,66,1959 +242,67,1959 +242,68,1959 +242,69,1959 +242,70,1959 +242,71,1959 +242,72,1959 +242,73,1959 +242,74,1959 +242,75,1959 +242,76,1959 +242,77,1959 +242,78,1959 +242,79,1959 +242,80,1959 +242,81,1959 +242,82,1959 +242,83,1959 +242,84,1959 +242,85,1959 +242,86,1959 +242,87,1959 +242,88,1959 +242,89,1959 +242,90,1959 +242,91,1959 +242,92,1959 +242,93,1959 +242,94,1959 +242,95,1959 +242,96,1959 +242,97,1959 +242,98,1959 +242,99,1959 +242,100,1959 +242,101,1959 +242,102,1959 +242,103,1959 +242,104,1959 +242,105,1959 +242,106,1959 +242,107,1959 +242,108,1959 +242,109,1959 +242,110,1959 +242,111,1959 +242,112,1959 +242,113,1959 +242,114,1959 +242,115,1959 +242,116,1959 +242,117,1959 +242,118,1959 +242,119,1959 +242,120,1959 +242,121,1959 +242,122,1959 +242,123,1959 +242,124,1959 +242,125,1959 +242,126,1959 +242,127,1959 +242,128,1959 +242,129,1959 +242,130,1959 +242,131,1959 +242,132,1959 +242,133,1959 +242,134,1959 +242,135,1959 +242,136,1959 +242,137,1959 +242,138,1959 +242,139,1959 +242,141,1959 +242,142,1959 +242,143,1959 +242,144,1959 +242,145,1959 +242,146,1959 +242,147,1959 +242,148,1959 +242,149,1959 +242,150,1959 +243,1,1959 +243,2,1959 +243,3,1959 +243,4,1959 +243,5,1959 +243,6,1959 +243,7,1959 +243,8,1959 +243,9,1959 +243,10,1959 +243,11,1959 +243,12,1959 +243,13,1959 +243,14,1959 +243,15,1959 +243,16,1959 +243,17,1959 +243,18,1959 +243,19,1959 +243,20,1959 +243,21,1959 +243,22,1959 +243,23,1959 +243,24,1959 +243,25,1959 +243,26,1959 +243,27,1959 +243,28,1959 +243,29,1959 +243,30,1959 +243,31,1959 +243,32,1959 +243,33,1959 +243,34,1959 +243,35,1959 +243,36,1959 +243,37,1959 +243,38,1959 +243,39,1959 +243,40,1959 +243,41,1959 +243,42,1959 +243,43,1959 +243,44,1959 +243,45,1959 +243,46,1959 +243,47,1959 +243,48,1959 +243,49,1959 +243,50,1959 +243,51,1959 +243,52,1959 +243,53,1959 +243,54,1959 +243,55,1959 +243,56,1959 +243,57,1959 +243,58,1959 +243,59,1959 +243,60,1959 +243,61,1959 +243,62,1959 +243,63,1959 +243,64,1959 +243,65,1959 +243,66,1959 +243,67,1959 +243,68,1959 +243,69,1959 +243,70,1959 +243,71,1959 +243,72,1959 +243,73,1959 +243,74,1959 +243,75,1959 +243,76,1959 +243,77,1959 +243,78,1959 +243,79,1959 +243,80,1959 +243,81,1959 +243,82,1959 +243,83,1959 +243,84,1959 +243,85,1959 +243,86,1959 +243,87,1959 +243,88,1959 +243,89,1959 +243,90,1959 +243,91,1959 +243,92,1959 +243,93,1959 +243,94,1959 +243,95,1959 +243,96,1959 +243,97,1959 +243,98,1959 +243,99,1959 +243,100,1959 +243,101,1959 +243,102,1959 +243,103,1959 +243,104,1959 +243,105,1959 +243,106,1959 +243,107,1959 +243,108,1959 +243,109,1959 +243,110,1959 +243,111,1959 +243,112,1959 +243,113,1959 +243,114,1959 +243,115,1959 +243,116,1959 +243,117,1959 +243,118,1959 +243,119,1959 +243,120,1959 +243,121,1959 +243,122,1959 +243,123,1959 +243,124,1959 +243,125,1959 +243,126,1959 +243,127,1959 +243,128,1959 +243,129,1959 +243,130,1959 +243,131,1959 +243,132,1959 +243,133,1959 +243,134,1959 +243,135,1959 +243,136,1959 +243,137,1959 +243,138,1959 +243,139,1959 +243,141,1959 +243,142,1959 +243,143,1959 +243,144,1959 +243,145,1959 +243,146,1959 +243,147,1959 +243,148,1959 +243,149,1959 +243,150,1959 +244,1,1959 +244,2,1959 +244,3,1959 +244,4,1959 +244,5,1959 +244,6,1959 +244,7,1959 +244,8,1959 +244,9,1959 +244,10,1959 +244,11,1959 +244,12,1959 +244,13,1959 +244,14,1959 +244,15,1959 +244,16,1959 +244,17,1959 +244,18,1959 +244,19,1959 +244,20,1959 +244,21,1959 +244,22,1959 +244,23,1959 +244,24,1959 +244,25,1959 +244,26,1959 +244,27,1959 +244,28,1959 +244,29,1959 +244,30,1959 +244,31,1959 +244,32,1959 +244,33,1959 +244,34,1959 +244,35,1959 +244,36,1959 +244,37,1959 +244,38,1959 +244,39,1959 +244,40,1959 +244,41,1959 +244,42,1959 +244,43,1959 +244,44,1959 +244,45,1959 +244,46,1959 +244,47,1959 +244,48,1959 +244,49,1959 +244,50,1959 +244,51,1959 +244,52,1959 +244,53,1959 +244,54,1959 +244,55,1959 +244,56,1959 +244,57,1959 +244,58,1959 +244,59,1959 +244,60,1959 +244,61,1959 +244,62,1959 +244,63,1959 +244,64,1959 +244,65,1959 +244,66,1959 +244,67,1959 +244,68,1959 +244,69,1959 +244,70,1959 +244,71,1959 +244,72,1959 +244,73,1959 +244,74,1959 +244,75,1959 +244,76,1959 +244,77,1959 +244,78,1959 +244,79,1959 +244,80,1959 +244,81,1959 +244,82,1959 +244,83,1959 +244,84,1959 +244,85,1959 +244,86,1959 +244,87,1959 +244,88,1959 +244,89,1959 +244,90,1959 +244,91,1959 +244,92,1959 +244,93,1959 +244,94,1959 +244,95,1959 +244,96,1959 +244,97,1959 +244,98,1959 +244,99,1959 +244,100,1959 +244,101,1959 +244,102,1959 +244,103,1959 +244,104,1959 +244,105,1959 +244,106,1959 +244,107,1959 +244,108,1959 +244,109,1959 +244,110,1959 +244,111,1959 +244,112,1959 +244,113,1959 +244,114,1959 +244,115,1959 +244,116,1959 +244,117,1959 +244,118,1959 +244,119,1959 +244,120,1959 +244,121,1959 +244,122,1959 +244,123,1959 +244,124,1959 +244,125,1959 +244,126,1959 +244,127,1959 +244,128,1959 +244,129,1959 +244,130,1959 +244,131,1959 +244,132,1959 +244,133,1959 +244,134,1959 +244,135,1959 +244,136,1959 +244,137,1959 +244,138,1959 +244,139,1959 +244,141,1959 +244,142,1959 +244,143,1959 +244,144,1959 +244,145,1959 +244,146,1959 +244,147,1959 +244,148,1959 +244,149,1959 +244,150,1959 +263,1,1959 +263,2,1959 +263,3,1959 +263,4,1959 +263,5,1959 +263,6,1959 +263,7,1959 +263,8,1959 +263,9,1959 +263,10,1959 +263,11,1959 +263,12,1959 +263,13,1959 +263,14,1959 +263,15,1959 +263,16,1959 +263,17,1959 +263,18,1959 +263,19,1959 +263,20,1959 +263,21,1959 +263,22,1959 +263,23,1959 +263,24,1959 +263,25,1959 +263,26,1959 +263,27,1959 +263,28,1959 +263,29,1959 +263,30,1959 +263,31,1959 +263,32,1959 +263,33,1959 +263,34,1959 +263,35,1959 +263,36,1959 +263,37,1959 +263,38,1959 +263,39,1959 +263,40,1959 +263,41,1959 +263,42,1959 +263,43,1959 +263,44,1959 +263,45,1959 +263,46,1959 +263,47,1959 +263,48,1959 +263,49,1959 +263,50,1959 +263,51,1959 +263,52,1959 +263,53,1959 +263,54,1959 +263,55,1959 +263,56,1959 +263,57,1959 +263,58,1959 +263,59,1959 +263,60,1959 +263,61,1959 +263,62,1959 +263,63,1959 +263,64,1959 +263,65,1959 +263,66,1959 +263,67,1959 +263,68,1959 +263,69,1959 +263,70,1959 +263,71,1959 +263,72,1959 +263,73,1959 +263,74,1959 +263,75,1959 +263,76,1959 +263,77,1959 +263,78,1959 +263,79,1959 +263,80,1959 +263,81,1959 +263,82,1959 +263,83,1959 +263,84,1959 +263,85,1959 +263,86,1959 +263,87,1959 +263,88,1959 +263,89,1959 +263,90,1959 +263,91,1959 +263,92,1959 +263,93,1959 +263,94,1959 +263,95,1959 +263,96,1959 +263,97,1959 +263,98,1959 +263,99,1959 +263,100,1959 +263,101,1959 +263,102,1959 +263,103,1959 +263,104,1959 +263,105,1959 +263,106,1959 +263,107,1959 +263,108,1959 +263,109,1959 +263,110,1959 +263,111,1959 +263,112,1959 +263,113,1959 +263,114,1959 +263,115,1959 +263,116,1959 +263,117,1959 +263,118,1959 +263,119,1959 +263,120,1959 +263,121,1959 +263,122,1959 +263,123,1959 +263,124,1959 +263,125,1959 +263,126,1959 +263,127,1959 +263,128,1959 +263,129,1959 +263,130,1959 +263,131,1959 +263,132,1959 +263,133,1959 +263,134,1959 +263,135,1959 +263,136,1959 +263,137,1959 +263,138,1959 +263,139,1959 +263,141,1959 +263,142,1959 +263,143,1959 +263,144,1959 +263,145,1959 +263,146,1959 +263,147,1959 +263,148,1959 +263,149,1959 +263,150,1959 +264,1,1959 +264,2,1959 +264,3,1959 +264,4,1959 +264,5,1959 +264,6,1959 +264,7,1959 +264,8,1959 +264,9,1959 +264,10,1959 +264,11,1959 +264,12,1959 +264,13,1959 +264,14,1959 +264,15,1959 +264,16,1959 +264,17,1959 +264,18,1959 +264,19,1959 +264,20,1959 +264,21,1959 +264,22,1959 +264,23,1959 +264,24,1959 +264,25,1959 +264,26,1959 +264,27,1959 +264,30,1959 +264,31,1959 +264,32,1959 +264,33,1959 +264,34,1959 +264,35,1959 +264,36,1959 +264,37,1959 +264,38,1959 +264,39,1959 +264,40,1959 +264,41,1959 +264,42,1959 +264,43,1959 +264,44,1959 +264,45,1959 +264,46,1959 +264,47,1959 +264,48,1959 +264,49,1959 +264,50,1959 +264,51,1959 +264,52,1959 +264,53,1959 +264,54,1959 +264,55,1959 +264,56,1959 +264,57,1959 +264,58,1959 +264,59,1959 +264,60,1959 +264,61,1959 +264,62,1959 +264,63,1959 +264,64,1959 +264,65,1959 +264,66,1959 +264,67,1959 +264,68,1959 +264,69,1959 +264,70,1959 +264,71,1959 +264,72,1959 +264,73,1959 +264,74,1959 +264,75,1959 +264,76,1959 +264,77,1959 +264,78,1959 +264,79,1959 +264,80,1959 +264,81,1959 +264,82,1959 +264,83,1959 +264,84,1959 +264,85,1959 +264,86,1959 +264,87,1959 +264,88,1959 +264,89,1959 +264,90,1959 +264,91,1959 +264,92,1959 +264,93,1959 +264,96,1959 +264,97,1959 +264,110,1959 +264,111,1959 +264,112,1959 +264,113,1959 +264,114,1959 +264,115,1959 +264,116,1959 +264,117,1959 +264,118,1959 +264,120,1959 +264,121,1959 +264,123,1959 +264,124,1959 +264,125,1959 +264,126,1959 +264,128,1959 +264,129,1959 +264,130,1959 +264,131,1959 +264,132,1959 +264,133,1959 +264,134,1959 +264,135,1959 +264,136,1959 +264,137,1959 +264,138,1959 +264,139,1959 +264,141,1959 +264,142,1959 +264,143,1959 +264,144,1959 +264,145,1959 +264,146,1959 +264,147,1959 +264,148,1959 +264,149,1959 +264,150,1959 +265,1,1959 +265,2,1959 +265,3,1959 +265,4,1959 +265,5,1959 +265,6,1959 +265,7,1959 +265,8,1959 +265,9,1959 +265,10,1959 +265,11,1959 +265,12,1959 +265,13,1959 +265,14,1959 +265,15,1959 +265,16,1959 +265,17,1959 +265,18,1959 +265,19,1959 +265,20,1959 +265,21,1959 +265,22,1959 +265,23,1959 +265,24,1959 +265,25,1959 +265,26,1959 +265,27,1959 +265,30,1959 +265,31,1959 +265,32,1959 +265,33,1959 +265,34,1959 +265,35,1959 +265,36,1959 +265,37,1959 +265,38,1959 +265,39,1959 +265,40,1959 +265,41,1959 +265,42,1959 +265,43,1959 +265,44,1959 +265,45,1959 +265,46,1959 +265,47,1959 +265,48,1959 +265,49,1959 +265,50,1959 +265,51,1959 +265,52,1959 +265,53,1959 +265,54,1959 +265,55,1959 +265,56,1959 +265,57,1959 +265,58,1959 +265,59,1959 +265,60,1959 +265,61,1959 +265,62,1959 +265,63,1959 +265,64,1959 +265,65,1959 +265,66,1959 +265,67,1959 +265,68,1959 +265,69,1959 +265,70,1959 +265,71,1959 +265,72,1959 +265,73,1959 +265,74,1959 +265,75,1959 +265,76,1959 +265,77,1959 +265,78,1959 +265,79,1959 +265,80,1959 +265,81,1959 +265,82,1959 +265,83,1959 +265,84,1959 +265,85,1959 +265,86,1959 +265,87,1959 +265,88,1959 +265,89,1959 +265,90,1959 +265,91,1959 +265,92,1959 +265,93,1959 +265,96,1959 +265,97,1959 +265,110,1959 +265,111,1959 +265,112,1959 +265,113,1959 +265,114,1959 +265,115,1959 +265,116,1959 +265,117,1959 +265,118,1959 +265,120,1959 +265,121,1959 +265,123,1959 +265,124,1959 +265,125,1959 +265,126,1959 +265,128,1959 +265,129,1959 +265,130,1959 +265,131,1959 +265,132,1959 +265,133,1959 +265,134,1959 +265,135,1959 +265,136,1959 +265,137,1959 +265,138,1959 +265,139,1959 +265,141,1959 +265,142,1959 +265,143,1959 +265,144,1959 +265,145,1959 +265,146,1959 +265,147,1959 +265,148,1959 +265,149,1959 +265,150,1959 +266,1,1959 +266,2,1959 +266,3,1959 +266,4,1959 +266,5,1959 +266,6,1959 +266,7,1959 +266,8,1959 +266,9,1959 +266,10,1959 +266,11,1959 +266,12,1959 +266,13,1959 +266,14,1959 +266,15,1959 +266,16,1959 +266,17,1959 +266,18,1959 +266,19,1959 +266,20,1959 +266,21,1959 +266,22,1959 +266,23,1959 +266,24,1959 +266,25,1959 +266,26,1959 +266,27,1959 +266,30,1959 +266,31,1959 +266,32,1959 +266,33,1959 +266,34,1959 +266,35,1959 +266,36,1959 +266,37,1959 +266,38,1959 +266,39,1959 +266,40,1959 +266,41,1959 +266,42,1959 +266,43,1959 +266,44,1959 +266,45,1959 +266,46,1959 +266,47,1959 +266,48,1959 +266,49,1959 +266,50,1959 +266,51,1959 +266,52,1959 +266,53,1959 +266,54,1959 +266,55,1959 +266,56,1959 +266,57,1959 +266,58,1959 +266,59,1959 +266,60,1959 +266,61,1959 +266,62,1959 +266,63,1959 +266,64,1959 +266,65,1959 +266,66,1959 +266,67,1959 +266,68,1959 +266,69,1959 +266,70,1959 +266,71,1959 +266,72,1959 +266,73,1959 +266,74,1959 +266,75,1959 +266,76,1959 +266,77,1959 +266,78,1959 +266,79,1959 +266,80,1959 +266,81,1959 +266,82,1959 +266,83,1959 +266,84,1959 +266,85,1959 +266,86,1959 +266,87,1959 +266,88,1959 +266,89,1959 +266,90,1959 +266,91,1959 +266,92,1959 +266,93,1959 +266,96,1959 +266,97,1959 +266,110,1959 +266,111,1959 +266,112,1959 +266,113,1959 +266,114,1959 +266,115,1959 +266,116,1959 +266,117,1959 +266,118,1959 +266,120,1959 +266,121,1959 +266,123,1959 +266,124,1959 +266,125,1959 +266,126,1959 +266,128,1959 +266,129,1959 +266,130,1959 +266,131,1959 +266,132,1959 +266,133,1959 +266,134,1959 +266,135,1959 +266,136,1959 +266,137,1959 +266,138,1959 +266,139,1959 +266,141,1959 +266,142,1959 +266,143,1959 +266,144,1959 +266,145,1959 +266,146,1959 +266,147,1959 +266,148,1959 +266,149,1959 +266,150,1959 +267,128,1959 +267,129,1959 +1,204,1960 +1,205,1960 +2,204,1960 +2,205,1960 +3,204,1960 +3,205,1960 +4,204,1960 +4,205,1960 +5,204,1960 +5,205,1960 +6,204,1960 +6,205,1960 +7,204,1960 +7,205,1960 +8,204,1960 +8,205,1960 +9,204,1960 +9,205,1960 +10,204,1960 +10,205,1960 +11,204,1960 +11,205,1960 +12,204,1960 +12,205,1960 +13,204,1960 +13,205,1960 +14,204,1960 +14,205,1960 +15,204,1960 +15,205,1960 +16,204,1960 +16,205,1960 +17,204,1960 +17,205,1960 +18,204,1960 +18,205,1960 +19,204,1960 +19,205,1960 +20,204,1960 +20,205,1960 +21,204,1960 +21,205,1960 +22,204,1960 +22,205,1960 +23,204,1960 +23,205,1960 +24,204,1960 +24,205,1960 +25,204,1960 +25,205,1960 +26,204,1960 +26,205,1960 +27,204,1960 +27,205,1960 +28,204,1960 +28,205,1960 +29,204,1960 +29,205,1960 +30,204,1960 +30,205,1960 +31,204,1960 +31,205,1960 +32,204,1960 +32,205,1960 +33,204,1960 +33,205,1960 +34,204,1960 +34,205,1960 +35,204,1960 +35,205,1960 +36,204,1960 +36,205,1960 +37,204,1960 +37,205,1960 +38,204,1960 +38,205,1960 +39,204,1960 +39,205,1960 +40,204,1960 +40,205,1960 +41,204,1960 +41,205,1960 +42,204,1960 +42,205,1960 +43,204,1960 +43,205,1960 +44,204,1960 +44,205,1960 +45,204,1960 +45,205,1960 +46,204,1960 +46,205,1960 +47,204,1960 +47,205,1960 +48,204,1960 +48,205,1960 +49,204,1960 +49,205,1960 +50,204,1960 +50,205,1960 +51,204,1960 +51,205,1960 +52,204,1960 +52,205,1960 +53,204,1960 +53,205,1960 +54,204,1960 +54,205,1960 +55,204,1960 +55,205,1960 +56,204,1960 +56,205,1960 +57,204,1960 +57,205,1960 +58,204,1960 +58,205,1960 +59,204,1960 +59,205,1960 +60,204,1960 +60,205,1960 +61,204,1960 +61,205,1960 +62,204,1960 +62,205,1960 +63,204,1960 +63,205,1960 +64,204,1960 +64,205,1960 +65,204,1960 +65,205,1960 +66,204,1960 +66,205,1960 +67,204,1960 +67,205,1960 +68,204,1960 +68,205,1960 +69,204,1960 +69,205,1960 +70,204,1960 +70,205,1960 +71,204,1960 +71,205,1960 +72,204,1960 +72,205,1960 +73,204,1960 +73,205,1960 +74,204,1960 +74,205,1960 +75,204,1960 +75,205,1960 +76,204,1960 +76,205,1960 +77,204,1960 +77,205,1960 +78,204,1960 +78,205,1960 +79,204,1960 +79,205,1960 +80,204,1960 +80,205,1960 +81,204,1960 +81,205,1960 +82,204,1960 +82,205,1960 +83,204,1960 +83,205,1960 +84,204,1960 +84,205,1960 +85,204,1960 +85,205,1960 +86,204,1960 +86,205,1960 +87,204,1960 +87,205,1960 +88,204,1960 +88,205,1960 +89,204,1960 +89,205,1960 +90,204,1960 +90,205,1960 +91,204,1960 +91,205,1960 +92,204,1960 +92,205,1960 +93,204,1960 +93,205,1960 +94,204,1960 +94,205,1960 +95,204,1960 +95,205,1960 +96,204,1960 +96,205,1960 +97,204,1960 +97,205,1960 +98,204,1960 +98,205,1960 +99,204,1960 +99,205,1960 +100,204,1960 +100,205,1960 +101,204,1960 +101,205,1960 +102,204,1960 +102,205,1960 +103,204,1960 +103,205,1960 +104,204,1960 +104,205,1960 +105,204,1960 +105,205,1960 +106,204,1960 +106,205,1960 +107,204,1960 +107,205,1960 +108,204,1960 +108,205,1960 +109,204,1960 +109,205,1960 +110,204,1960 +110,205,1960 +111,204,1960 +111,205,1960 +112,204,1960 +112,205,1960 +113,204,1960 +113,205,1960 +114,204,1960 +114,205,1960 +115,204,1960 +115,205,1960 +116,204,1960 +116,205,1960 +117,204,1960 +117,205,1960 +118,204,1960 +118,205,1960 +119,204,1960 +119,205,1960 +120,204,1960 +120,205,1960 +121,204,1960 +121,205,1960 +122,204,1960 +122,205,1960 +123,204,1960 +123,205,1960 +124,204,1960 +124,205,1960 +125,204,1960 +125,205,1960 +126,204,1960 +126,205,1960 +127,204,1960 +127,205,1960 +128,204,1960 +128,205,1960 +129,204,1960 +130,204,1960 +130,205,1960 +131,204,1960 +131,205,1960 +132,204,1960 +132,205,1960 +133,204,1960 +133,205,1960 +134,204,1960 +134,205,1960 +135,204,1960 +135,205,1960 +136,204,1960 +136,205,1960 +137,204,1960 +137,205,1960 +138,204,1960 +138,205,1960 +139,204,1960 +139,205,1960 +141,204,1960 +141,205,1960 +142,204,1960 +142,205,1960 +143,204,1960 +143,205,1960 +144,204,1960 +144,205,1960 +145,204,1960 +145,205,1960 +146,204,1960 +146,205,1960 +147,204,1960 +147,205,1960 +148,204,1960 +148,205,1960 +149,204,1960 +149,205,1960 +150,204,1960 +150,205,1960 +204,1,1960 +204,2,1960 +204,3,1960 +204,4,1960 +204,5,1960 +204,6,1960 +204,7,1960 +204,8,1960 +204,9,1960 +204,10,1960 +204,11,1960 +204,12,1960 +204,13,1960 +204,14,1960 +204,15,1960 +204,16,1960 +204,17,1960 +204,18,1960 +204,19,1960 +204,20,1960 +204,21,1960 +204,22,1960 +204,23,1960 +204,24,1960 +204,25,1960 +204,26,1960 +204,27,1960 +204,28,1960 +204,29,1960 +204,30,1960 +204,31,1960 +204,32,1960 +204,33,1960 +204,34,1960 +204,35,1960 +204,36,1960 +204,37,1960 +204,38,1960 +204,39,1960 +204,40,1960 +204,41,1960 +204,42,1960 +204,43,1960 +204,44,1960 +204,45,1960 +204,46,1960 +204,47,1960 +204,48,1960 +204,49,1960 +204,50,1960 +204,51,1960 +204,52,1960 +204,53,1960 +204,54,1960 +204,55,1960 +204,56,1960 +204,57,1960 +204,58,1960 +204,59,1960 +204,60,1960 +204,61,1960 +204,62,1960 +204,63,1960 +204,64,1960 +204,65,1960 +204,66,1960 +204,67,1960 +204,68,1960 +204,69,1960 +204,70,1960 +204,71,1960 +204,72,1960 +204,73,1960 +204,74,1960 +204,75,1960 +204,76,1960 +204,77,1960 +204,78,1960 +204,79,1960 +204,80,1960 +204,81,1960 +204,82,1960 +204,83,1960 +204,84,1960 +204,85,1960 +204,86,1960 +204,87,1960 +204,88,1960 +204,89,1960 +204,90,1960 +204,91,1960 +204,92,1960 +204,93,1960 +204,94,1960 +204,95,1960 +204,96,1960 +204,97,1960 +204,98,1960 +204,99,1960 +204,100,1960 +204,101,1960 +204,102,1960 +204,103,1960 +204,104,1960 +204,105,1960 +204,106,1960 +204,107,1960 +204,108,1960 +204,109,1960 +204,110,1960 +204,111,1960 +204,112,1960 +204,113,1960 +204,114,1960 +204,115,1960 +204,116,1960 +204,117,1960 +204,118,1960 +204,119,1960 +204,120,1960 +204,121,1960 +204,122,1960 +204,123,1960 +204,124,1960 +204,125,1960 +204,126,1960 +204,127,1960 +204,128,1960 +204,129,1960 +204,130,1960 +204,131,1960 +204,132,1960 +204,133,1960 +204,134,1960 +204,135,1960 +204,136,1960 +204,137,1960 +204,138,1960 +204,139,1960 +204,141,1960 +204,142,1960 +204,143,1960 +204,144,1960 +204,145,1960 +204,146,1960 +204,147,1960 +204,148,1960 +204,149,1960 +204,150,1960 +205,1,1960 +205,2,1960 +205,3,1960 +205,4,1960 +205,5,1960 +205,6,1960 +205,7,1960 +205,8,1960 +205,9,1960 +205,10,1960 +205,11,1960 +205,12,1960 +205,13,1960 +205,14,1960 +205,15,1960 +205,16,1960 +205,17,1960 +205,18,1960 +205,19,1960 +205,20,1960 +205,21,1960 +205,22,1960 +205,23,1960 +205,24,1960 +205,25,1960 +205,26,1960 +205,27,1960 +205,28,1960 +205,29,1960 +205,30,1960 +205,31,1960 +205,32,1960 +205,33,1960 +205,34,1960 +205,35,1960 +205,36,1960 +205,37,1960 +205,38,1960 +205,39,1960 +205,40,1960 +205,41,1960 +205,42,1960 +205,43,1960 +205,44,1960 +205,45,1960 +205,46,1960 +205,47,1960 +205,48,1960 +205,49,1960 +205,50,1960 +205,51,1960 +205,52,1960 +205,53,1960 +205,54,1960 +205,55,1960 +205,56,1960 +205,57,1960 +205,58,1960 +205,59,1960 +205,60,1960 +205,61,1960 +205,62,1960 +205,63,1960 +205,64,1960 +205,65,1960 +205,66,1960 +205,67,1960 +205,68,1960 +205,69,1960 +205,70,1960 +205,71,1960 +205,72,1960 +205,73,1960 +205,74,1960 +205,75,1960 +205,76,1960 +205,77,1960 +205,78,1960 +205,79,1960 +205,80,1960 +205,81,1960 +205,82,1960 +205,83,1960 +205,84,1960 +205,85,1960 +205,86,1960 +205,87,1960 +205,88,1960 +205,89,1960 +205,90,1960 +205,91,1960 +205,92,1960 +205,93,1960 +205,94,1960 +205,95,1960 +205,96,1960 +205,97,1960 +205,98,1960 +205,99,1960 +205,100,1960 +205,101,1960 +205,102,1960 +205,103,1960 +205,104,1960 +205,105,1960 +205,106,1960 +205,107,1960 +205,108,1960 +205,109,1960 +205,110,1960 +205,111,1960 +205,112,1960 +205,113,1960 +205,114,1960 +205,115,1960 +205,116,1960 +205,117,1960 +205,118,1960 +205,119,1960 +205,120,1960 +205,121,1960 +205,122,1960 +205,123,1960 +205,124,1960 +205,125,1960 +205,126,1960 +205,127,1960 +205,128,1960 +205,130,1960 +205,131,1960 +205,132,1960 +205,133,1960 +205,134,1960 +205,135,1960 +205,136,1960 +205,137,1960 +205,138,1960 +205,139,1960 +205,141,1960 +205,142,1960 +205,143,1960 +205,144,1960 +205,145,1960 +205,146,1960 +205,147,1960 +205,148,1960 +205,149,1960 +205,150,1960 diff --git a/lib/data/cmap_data_zone_centroids.csv b/lib/data/cmap_data_zone_centroids.csv new file mode 100644 index 0000000..39eb2c4 --- /dev/null +++ b/lib/data/cmap_data_zone_centroids.csv @@ -0,0 +1,1945 @@ +stop_zone,x_coord,y_coord +1,130.179,360.772 +2,130.43,360.779 +3,130.684,360.786 +4,130.935,360.791 +5,131.185,360.798 +6,131.435,360.805 +7,131.982,360.682 +8,130.187,360.521 +9,130.439,360.527 +10,130.69,360.534 +11,130.942,360.539 +12,131.192,360.546 +13,131.442,360.553 +14,130.194,360.267 +15,130.446,360.274 +16,130.698,360.281 +17,130.95,360.287 +18,131.201,360.294 +19,131.631,360.32 +20,130.202,360.016 +21,130.454,360.023 +22,130.705,360.029 +23,130.957,360.035 +24,131.209,360.042 +25,131.569,360.061 +26,130.21,359.763 +27,130.462,359.77 +28,130.713,359.776 +29,130.964,359.782 +30,131.215,359.789 +31,131.506,359.671 +32,130.218,359.51 +33,130.469,359.517 +34,130.72,359.523 +35,130.971,359.53 +36,131.221,359.536 +37,130.227,359.252 +38,130.477,359.26 +39,130.727,359.266 +40,130.978,359.273 +41,131.227,359.279 +42,131.523,359.159 +43,130.235,358.999 +44,130.486,359.007 +45,130.735,359.013 +46,130.985,359.02 +47,131.232,359.026 +48,129.273,361.624 +49,129.772,361.638 +50,130.273,361.652 +51,130.774,361.666 +52,131.149,361.673 +53,129.288,361.123 +54,129.789,361.137 +55,130.291,361.15 +56,130.794,361.164 +57,131.359,361.118 +58,129.304,360.621 +59,129.805,360.635 +60,129.321,360.117 +61,129.822,360.132 +62,129.337,359.613 +63,129.838,359.627 +64,129.351,359.107 +65,129.853,359.121 +66,129.365,358.604 +67,129.866,358.618 +68,130.367,358.632 +69,130.867,358.645 +70,131.368,358.658 +71,131.872,358.657 +72,129.376,358.103 +73,129.879,358.117 +74,130.381,358.131 +75,130.881,358.144 +76,131.381,358.156 +77,131.917,358.165 +78,128.496,362.356 +79,129.499,362.383 +80,130.572,362.394 +81,128.525,361.353 +82,128.556,360.347 +83,128.586,359.339 +84,128.613,358.334 +85,128.64,357.334 +86,129.645,357.358 +87,130.649,357.384 +88,131.617,357.399 +89,115.444,368.026 +90,116.375,368.065 +91,117.302,368.112 +92,116.608,366.568 +93,117.75,366.34 +94,117.994,367.372 +95,118.498,366.366 +96,116.37,365.049 +97,117.264,365.07 +98,119.254,367.171 +99,120.275,367.209 +100,119.258,366.14 +101,120.281,366.177 +102,119.268,365.136 +103,120.287,365.177 +104,119.299,364.134 +105,120.309,364.171 +106,121.308,369.281 +107,121.306,368.278 +108,121.295,367.244 +109,121.296,366.21 +110,121.314,364.206 +111,122.314,368.308 +112,123.318,368.317 +113,124.318,368.32 +114,127.319,369.359 +115,128.299,369.384 +116,128.993,369.357 +117,127.322,368.355 +118,128.316,368.392 +119,129.167,368.367 +120,122.303,367.306 +121,123.299,367.315 +122,124.314,367.313 +123,125.327,367.319 +124,126.335,367.337 +125,127.341,367.357 +126,122.298,366.308 +127,123.306,366.3 +128,124.322,366.304 +129,125.354,366.316 +130,126.364,366.336 +131,127.371,366.355 +132,122.319,365.263 +133,123.339,365.281 +134,124.367,365.286 +135,125.382,365.31 +136,126.392,365.331 +137,127.402,365.351 +138,122.352,364.231 +139,123.388,364.252 +140,124.398,364.277 +141,125.411,364.302 +142,126.423,364.326 +143,127.431,364.345 +144,122.388,363.223 +145,123.423,363.245 +146,124.431,363.268 +147,125.442,363.295 +148,126.452,363.319 +149,127.459,363.34 +150,122.419,362.215 +151,123.456,362.236 +152,124.463,362.26 +153,125.472,362.286 +154,126.482,362.312 +155,127.489,362.334 +156,128.345,367.385 +157,129.306,367.407 +158,128.377,366.38 +159,129.497,366.381 +160,128.406,365.374 +161,129.405,365.4 +162,130.263,365.436 +163,128.436,364.366 +164,129.435,364.392 +165,130.297,364.375 +166,128.466,363.36 +167,129.467,363.386 +168,130.448,363.403 +169,123.472,361.23 +170,124.479,361.254 +171,125.494,361.279 +172,126.502,361.306 +173,127.512,361.328 +174,123.498,360.225 +175,124.508,360.249 +176,125.523,360.275 +177,126.533,360.3 +178,127.544,360.322 +179,123.532,359.217 +180,124.542,359.244 +181,125.553,359.268 +182,126.563,359.294 +183,127.572,359.316 +184,125.585,358.263 +185,126.592,358.287 +186,127.6,358.31 +187,125.615,357.253 +188,126.62,357.279 +189,127.631,357.305 +190,125.642,356.246 +191,126.648,356.271 +192,127.658,356.301 +193,128.665,356.328 +194,129.669,356.354 +195,130.675,356.379 +196,131.783,356.38 +197,125.665,355.244 +198,126.674,355.269 +199,127.684,355.296 +200,122.659,354.149 +201,123.674,354.186 +202,124.682,354.218 +203,125.692,354.241 +204,126.703,354.266 +205,127.713,354.294 +206,122.692,353.144 +207,123.707,353.178 +208,124.714,353.208 +209,125.722,353.235 +210,126.734,353.26 +211,127.745,353.286 +212,125.752,352.228 +213,126.762,352.254 +214,127.772,352.279 +215,125.779,351.222 +216,126.789,351.248 +217,127.799,351.276 +218,125.808,350.211 +219,126.815,350.243 +220,127.824,350.271 +221,128.693,355.323 +222,129.698,355.348 +223,130.701,355.374 +224,131.708,355.402 +225,132.93,355.297 +226,128.722,354.319 +227,129.726,354.341 +228,130.729,354.37 +229,131.734,354.402 +230,132.974,354.373 +231,128.749,353.311 +232,129.752,353.335 +233,130.757,353.363 +234,131.759,353.395 +235,132.765,353.425 +236,133.541,353.393 +237,128.778,352.304 +238,129.78,352.33 +239,130.784,352.356 +240,131.788,352.39 +241,132.79,352.419 +242,133.767,352.416 +243,128.806,351.302 +244,129.807,351.327 +245,130.812,351.354 +246,131.816,351.385 +247,132.817,351.414 +248,133.826,351.438 +249,128.832,350.298 +250,129.836,350.324 +251,130.841,350.35 +252,131.843,350.378 +253,132.844,350.406 +254,133.849,350.434 +255,134.774,351.385 +256,134.856,350.459 +257,135.697,350.39 +258,126.861,348.236 +259,127.876,348.26 +260,126.894,347.229 +261,127.909,347.254 +262,125.924,346.195 +263,126.93,346.222 +264,127.942,346.247 +265,128.858,349.291 +266,129.864,349.318 +267,130.87,349.343 +268,131.871,349.37 +269,132.87,349.399 +270,133.874,349.428 +271,128.887,348.285 +272,129.893,348.311 +273,130.897,348.337 +274,131.899,348.363 +275,132.9,348.393 +276,134.025,348.283 +277,128.919,347.281 +278,129.923,347.308 +279,130.925,347.331 +280,131.927,347.357 +281,133.056,347.256 +282,134.098,347.194 +283,128.95,346.276 +284,129.953,346.305 +285,130.955,346.328 +286,132.076,346.236 +287,133.122,346.178 +288,134.24,346.061 +289,129.984,345.298 +290,131.103,345.216 +291,132.146,345.164 +292,133.252,345.052 +293,134.255,345.064 +294,131.17,344.145 +295,132.266,344.036 +296,133.267,344.048 +297,134.265,344.061 +298,135.005,349.306 +299,135.884,349.304 +300,135.076,348.214 +301,136.12,348.091 +302,135.224,347.074 +303,136.128,347.081 +304,135.241,346.073 +305,136.135,346.077 +306,135.255,345.069 +307,136.146,345.074 +308,135.27,344.065 +309,136.159,344.075 +310,100.579,377.541 +311,102.573,377.542 +312,104.573,377.546 +313,100.581,375.529 +314,102.578,375.529 +315,104.578,375.539 +316,100.588,373.536 +317,102.588,373.538 +318,104.585,373.545 +319,99.336,371.78 +320,101.387,371.809 +321,103.397,371.828 +322,99.356,370.019 +323,101.394,370.064 +324,103.4,370.103 +325,99.35,368.002 +326,101.386,368.049 +327,102.901,368.581 +328,103.912,368.598 +329,102.897,367.573 +330,103.905,367.594 +331,106.577,377.556 +332,108.583,377.549 +333,110.087,378.043 +334,111.089,378.043 +335,110.084,377.043 +336,111.091,377.041 +337,106.578,375.557 +338,108.081,376.053 +339,109.084,376.048 +340,110.084,376.046 +341,111.089,376.041 +342,108.081,375.052 +343,109.088,375.051 +344,110.085,375.047 +345,111.088,375.042 +346,106.576,373.554 +347,108.082,374.052 +348,109.087,374.051 +349,110.084,374.045 +350,111.086,374.042 +351,108.08,373.051 +352,109.083,373.046 +353,110.082,373.043 +354,111.085,373.041 +355,105.309,371.866 +356,106.731,372.166 +357,107.743,372.195 +358,108.76,372.22 +359,109.77,372.236 +360,106.734,371.527 +361,107.749,371.587 +362,108.764,371.638 +363,109.772,371.676 +364,104.815,370.651 +365,105.72,370.71 +366,106.733,370.769 +367,107.745,370.827 +368,108.757,370.883 +369,109.768,370.924 +370,104.818,369.648 +371,105.72,369.705 +372,106.727,369.761 +373,107.737,369.814 +374,108.75,369.874 +375,109.754,369.915 +376,104.816,368.637 +377,105.723,368.692 +378,106.727,368.747 +379,107.733,368.8 +380,109.242,368.378 +381,104.815,367.631 +382,105.722,367.681 +383,106.726,367.738 +384,107.734,367.791 +385,112.091,378.045 +386,113.089,378.045 +387,114.084,378.038 +388,115.086,378.032 +389,116.094,378.027 +390,117.099,378.024 +391,112.091,377.043 +392,113.085,377.04 +393,114.077,377.034 +394,115.076,377.029 +395,116.081,377.028 +396,117.091,377.024 +397,112.091,376.039 +398,113.084,376.038 +399,114.081,376.034 +400,115.078,376.031 +401,116.078,376.027 +402,117.084,376.024 +403,112.089,375.039 +404,113.088,375.036 +405,114.086,375.033 +406,115.082,375.031 +407,116.079,375.027 +408,117.083,375.023 +409,112.091,374.04 +410,113.088,374.036 +411,114.088,374.029 +412,115.087,374.027 +413,116.083,374.028 +414,117.085,374.025 +415,112.087,373.038 +416,113.086,373.031 +417,114.087,373.029 +418,115.089,373.026 +419,116.087,373.025 +420,117.087,373.022 +421,110.558,371.995 +422,111.342,372.006 +423,112.364,372.011 +424,113.382,372.017 +425,114.382,372.028 +426,115.389,372.034 +427,111.065,370.444 +428,112.376,370.979 +429,113.395,370.999 +430,114.397,371.026 +431,115.403,371.042 +432,112.392,369.965 +433,113.408,369.987 +434,114.412,370.015 +435,115.416,370.036 +436,111.082,368.425 +437,112.401,368.957 +438,113.419,368.977 +439,114.429,369.003 +440,115.429,369.027 +441,112.428,367.949 +442,113.439,367.972 +443,114.447,367.994 +444,118.107,378.025 +445,119.112,378.026 +446,120.115,378.026 +447,121.118,378.025 +448,122.124,378.024 +449,123.129,378.021 +450,118.099,377.024 +451,119.103,377.021 +452,120.106,377.023 +453,121.11,377.025 +454,122.118,377.02 +455,123.126,377.017 +456,118.09,376.022 +457,119.094,376.024 +458,120.101,376.023 +459,121.103,376.024 +460,122.111,376.02 +461,123.121,376.012 +462,118.09,375.02 +463,119.091,375.022 +464,120.096,375.024 +465,121.1,375.02 +466,122.107,375.016 +467,123.115,375.006 +468,118.591,373.518 +469,120.093,374.022 +470,121.096,374.02 +471,122.1,374.015 +472,123.104,374.005 +473,120.092,373.02 +474,121.09,373.018 +475,122.092,373.015 +476,123.094,373.006 +477,116.33,372.047 +478,117.278,372.069 +479,118.29,372.091 +480,119.297,372.112 +481,120.31,372.134 +482,121.318,372.15 +483,116.345,371.071 +484,117.286,371.12 +485,118.297,371.16 +486,119.301,371.206 +487,120.307,371.251 +488,121.315,371.284 +489,116.351,370.069 +490,117.288,370.115 +491,118.3,370.157 +492,119.303,370.2 +493,120.303,370.247 +494,121.309,370.284 +495,116.362,369.062 +496,117.293,369.111 +497,118.3,369.155 +498,119.305,369.197 +499,120.305,369.243 +500,118.299,368.155 +501,119.302,368.199 +502,120.306,368.242 +503,124.088,377.964 +504,124.122,377.002 +505,124.914,376.882 +506,124.117,376.001 +507,125.205,375.947 +508,124.111,374.993 +509,125.109,374.985 +510,126.074,374.902 +511,124.106,373.992 +512,125.106,373.983 +513,126.105,373.973 +514,127.154,373.854 +515,124.097,372.992 +516,125.103,372.98 +517,126.112,372.97 +518,127.113,372.967 +519,128.021,372.93 +520,122.347,372.159 +521,123.371,372.158 +522,124.371,372.153 +523,125.367,372.15 +524,126.357,372.153 +525,127.332,372.165 +526,122.34,371.308 +527,123.362,371.318 +528,124.364,371.322 +529,125.361,371.325 +530,126.353,371.339 +531,127.331,371.364 +532,122.333,370.311 +533,123.35,370.324 +534,124.351,370.324 +535,125.35,370.326 +536,126.343,370.338 +537,127.323,370.362 +538,122.326,369.311 +539,123.338,369.324 +540,124.336,369.326 +541,125.335,369.325 +542,126.335,369.334 +543,125.322,368.325 +544,126.326,368.335 +545,128.286,372.159 +546,128.305,371.371 +547,128.392,370.364 +548,118.258,365.095 +549,121.296,365.21 +550,116.388,364.041 +551,117.288,364.066 +552,118.287,364.097 +553,116.406,363.037 +554,117.326,363.063 +555,118.324,363.096 +556,119.331,363.133 +557,120.34,363.167 +558,121.348,363.198 +559,116.424,362.035 +560,117.358,362.064 +561,118.359,362.094 +562,119.361,362.128 +563,120.37,362.16 +564,121.38,362.192 +565,116.432,361.046 +566,117.382,361.057 +567,118.385,361.081 +568,119.389,361.116 +569,120.401,361.149 +570,121.411,361.178 +571,116.435,360.007 +572,117.39,360.033 +573,118.412,360.063 +574,119.421,360.102 +575,120.434,360.138 +576,121.445,360.168 +577,116.468,358.964 +578,117.436,359.011 +579,118.445,359.054 +580,119.459,359.096 +581,120.468,359.131 +582,121.479,359.162 +583,116.502,357.966 +584,117.474,358.005 +585,118.486,358.049 +586,119.497,358.089 +587,120.505,358.123 +588,121.511,358.155 +589,116.541,356.961 +590,117.513,357.001 +591,118.524,357.041 +592,119.534,357.081 +593,120.542,357.116 +594,121.546,357.146 +595,116.577,355.954 +596,117.551,355.989 +597,118.56,356.035 +598,119.572,356.075 +599,120.578,356.111 +600,121.582,356.142 +601,122.444,361.208 +602,122.473,360.199 +603,122.504,359.191 +604,122.534,358.183 +605,123.563,358.211 +606,124.575,358.235 +607,122.565,357.175 +608,123.589,357.202 +609,124.604,357.227 +610,122.597,356.168 +611,123.617,356.194 +612,124.631,356.221 +613,116.643,354.948 +614,117.637,354.985 +615,118.645,355.025 +616,119.658,355.062 +617,120.665,355.096 +618,121.64,355.127 +619,116.681,353.942 +620,117.675,353.978 +621,118.682,354.013 +622,119.693,354.048 +623,120.683,354.086 +624,121.659,354.11 +625,116.716,352.937 +626,117.713,352.971 +627,118.718,353.007 +628,119.714,353.045 +629,120.69,353.072 +630,121.679,353.11 +631,116.75,351.932 +632,117.75,351.963 +633,118.753,351.996 +634,119.736,352.035 +635,120.717,352.071 +636,121.718,352.104 +637,116.784,350.929 +638,117.779,350.961 +639,118.776,350.995 +640,119.764,351.027 +641,120.757,351.064 +642,121.759,351.095 +643,116.817,349.925 +644,117.807,349.961 +645,118.795,349.988 +646,119.791,350.027 +647,120.793,350.055 +648,121.798,350.088 +649,122.628,355.158 +650,123.644,355.191 +651,124.656,355.22 +652,122.728,352.138 +653,123.741,352.171 +654,124.747,352.202 +655,122.764,351.129 +656,123.773,351.163 +657,124.777,351.193 +658,122.801,350.121 +659,123.805,350.152 +660,124.805,350.184 +661,111.433,345.734 +662,113.493,345.876 +663,115.519,346.521 +664,111.479,344.229 +665,113.471,344.29 +666,115.478,344.358 +667,117.36,348.432 +668,119.351,348.499 +669,120.834,349.051 +670,121.834,349.088 +671,120.87,348.046 +672,121.871,348.083 +673,117.418,346.423 +674,119.42,346.489 +675,121.421,346.555 +676,117.483,344.418 +677,119.485,344.482 +678,121.491,344.544 +679,122.815,349.124 +680,123.806,349.152 +681,124.819,349.18 +682,125.829,349.209 +683,126.837,349.237 +684,127.848,349.265 +685,122.848,348.124 +686,123.838,348.155 +687,124.85,348.179 +688,125.855,348.207 +689,122.886,347.115 +690,123.875,347.146 +691,124.884,347.171 +692,125.888,347.201 +693,122.921,346.11 +694,123.91,346.139 +695,124.918,346.164 +696,122.96,345.099 +697,123.946,345.129 +698,124.955,345.157 +699,125.961,345.187 +700,126.965,345.214 +701,127.975,345.242 +702,122.996,344.089 +703,123.982,344.118 +704,124.992,344.147 +705,125.999,344.176 +706,127.003,344.207 +707,128.01,344.241 +708,128.982,345.268 +709,129.015,344.265 +710,130.131,344.196 +711,117.534,342.411 +712,119.017,342.959 +713,120.022,342.988 +714,119.043,341.955 +715,120.048,341.984 +716,121.552,342.534 +717,117.593,340.405 +718,119.598,340.46 +719,121.621,340.519 +720,117.649,338.398 +721,119.658,338.453 +722,121.681,338.507 +723,123.03,343.084 +724,124.017,343.111 +725,125.025,343.14 +726,126.035,343.169 +727,127.042,343.202 +728,128.047,343.235 +729,123.066,342.076 +730,124.051,342.102 +731,125.059,342.13 +732,126.069,342.161 +733,127.079,342.194 +734,128.169,342.151 +735,123.098,341.065 +736,124.083,341.091 +737,125.092,341.121 +738,126.105,341.152 +739,127.192,341.118 +740,128.216,341.082 +741,123.131,340.054 +742,124.115,340.082 +743,125.125,340.113 +744,126.209,340.087 +745,127.236,340.053 +746,128.295,339.982 +747,123.161,339.048 +748,124.147,339.074 +749,125.221,339.057 +750,126.25,339.03 +751,127.306,338.967 +752,128.309,338.978 +753,123.189,338.045 +754,124.235,338.009 +755,125.26,338.009 +756,126.31,337.953 +757,127.319,337.965 +758,128.324,337.974 +759,129.151,343.175 +760,130.184,343.124 +761,131.274,343.018 +762,132.275,343.029 +763,133.279,343.039 +764,134.277,343.051 +765,129.199,342.102 +766,130.282,342.004 +767,131.29,342.014 +768,132.291,342.024 +769,133.291,342.034 +770,134.296,342.046 +771,129.284,340.996 +772,130.292,341.006 +773,131.301,341.017 +774,132.305,341.024 +775,133.31,341.036 +776,134.314,341.05 +777,129.295,339.993 +778,130.298,340.003 +779,131.307,340.016 +780,132.315,340.026 +781,133.32,340.037 +782,134.325,340.049 +783,129.307,338.988 +784,130.308,339.002 +785,131.319,339.015 +786,132.328,339.026 +787,133.33,339.036 +788,134.336,339.049 +789,129.321,337.988 +790,130.323,338 +791,131.336,338.016 +792,132.347,338.026 +793,133.347,338.039 +794,134.349,338.049 +795,135.282,343.063 +796,136.168,343.073 +797,135.3,342.059 +798,136.181,342.072 +799,135.318,341.06 +800,136.192,341.071 +801,135.33,340.062 +802,136.199,340.07 +803,135.343,339.06 +804,136.209,339.072 +805,135.356,338.06 +806,136.218,338.071 +807,123.798,336.478 +808,125.843,336.441 +809,127.335,336.959 +810,128.34,336.97 +811,127.354,335.952 +812,128.357,335.963 +813,123.869,334.426 +814,125.366,334.933 +815,126.364,334.939 +816,125.378,333.932 +817,126.377,333.932 +818,127.368,334.945 +819,128.373,334.956 +820,127.382,333.94 +821,128.387,333.95 +822,123.382,332.918 +823,124.386,332.923 +824,123.385,331.911 +825,124.392,331.913 +826,125.386,332.925 +827,126.39,332.927 +828,125.399,331.917 +829,126.403,331.92 +830,127.394,332.937 +831,128.399,332.947 +832,127.407,331.929 +833,128.41,331.938 +834,129.346,336.976 +835,130.349,336.986 +836,129.36,335.962 +837,130.364,335.968 +838,131.862,336.505 +839,133.87,336.531 +840,129.376,334.954 +841,130.38,334.966 +842,129.39,333.951 +843,130.402,333.964 +844,131.387,334.981 +845,132.391,334.995 +846,131.404,333.973 +847,132.405,333.987 +848,133.902,334.512 +849,129.914,332.451 +850,131.922,332.47 +851,133.929,332.504 +852,135.733,336.558 +853,135.755,334.542 +854,135.775,332.533 +855,77.125,400.819 +856,80.122,400.836 +857,77.132,398.084 +858,80.12,398.067 +859,77.155,395.074 +860,80.134,395.055 +861,77.145,392.069 +862,80.127,392.046 +863,77.131,389.059 +864,80.109,389.043 +865,77.118,386.057 +866,80.096,386.041 +867,77.105,383.046 +868,80.09,383.036 +869,77.095,380.035 +870,80.094,380.029 +871,83.126,400.808 +872,86.13,400.79 +873,83.116,398.039 +874,86.114,398.017 +875,83.113,395.042 +876,86.103,395.015 +877,83.11,392.038 +878,86.091,392.01 +879,83.104,389.027 +880,86.089,389.011 +881,83.09,386.03 +882,86.091,386.013 +883,83.082,383.023 +884,86.077,383.017 +885,83.081,380.021 +886,86.077,380.015 +887,89.125,400.778 +888,92.104,400.774 +889,89.106,398.003 +890,92.094,398.003 +891,89.089,395.001 +892,92.074,395.01 +893,89.082,392.002 +894,92.079,392.015 +895,88.583,389.503 +896,90.581,389.508 +897,92.58,389.518 +898,88.587,387.502 +899,90.586,387.504 +900,92.583,387.516 +901,88.589,385.509 +902,90.59,385.511 +903,92.594,385.518 +904,92.611,383.527 +905,90.618,383.517 +906,88.607,383.515 +907,92.614,381.527 +908,88.601,381.518 +909,90.624,381.522 +910,88.598,379.524 +911,90.618,379.525 +912,92.616,379.531 +913,95.084,400.78 +914,98.076,400.808 +915,100.565,401.333 +916,95.093,398.016 +917,98.093,398.056 +918,100.576,399.591 +919,100.587,397.591 +920,94.588,395.521 +921,96.597,395.535 +922,98.593,395.564 +923,100.586,395.591 +924,94.583,393.525 +925,96.587,393.544 +926,98.588,393.572 +927,100.588,393.591 +928,94.579,391.529 +929,96.581,391.55 +930,98.578,391.58 +931,100.589,391.595 +932,94.578,389.528 +933,96.576,389.555 +934,98.565,389.579 +935,100.573,389.596 +936,94.585,387.53 +937,96.586,387.559 +938,98.574,387.579 +939,100.587,387.583 +940,94.595,385.541 +941,96.592,385.559 +942,98.589,385.581 +943,100.599,385.584 +944,94.101,384.022 +945,95.09,384.03 +946,94.102,383.015 +947,95.101,383.019 +948,96.602,383.545 +949,98.593,383.563 +950,100.587,383.578 +951,94.609,381.523 +952,96.607,381.529 +953,98.596,381.548 +954,100.578,381.564 +955,94.605,379.531 +956,96.594,379.532 +957,98.586,379.544 +958,100.57,379.555 +959,102.561,401.358 +960,104.559,401.376 +961,102.581,399.609 +962,104.566,399.606 +963,102.59,397.596 +964,104.589,397.587 +965,102.583,395.594 +966,104.596,395.597 +967,102.596,393.604 +968,104.6,393.603 +969,102.604,391.605 +970,104.601,391.599 +971,102.592,389.589 +972,104.592,389.578 +973,102.604,387.578 +974,104.603,387.566 +975,102.613,385.575 +976,104.621,385.569 +977,102.605,383.581 +978,104.626,383.567 +979,102.585,381.577 +980,104.603,381.563 +981,102.569,379.564 +982,104.579,379.56 +983,106.54,401.374 +984,108.551,401.375 +985,110.564,401.366 +986,106.544,399.608 +987,108.546,399.609 +988,110.558,399.608 +989,106.56,397.598 +990,108.545,397.605 +991,110.553,397.602 +992,106.572,395.591 +993,108.54,395.59 +994,110.541,395.587 +995,106.569,393.587 +996,108.53,393.573 +997,110.532,393.573 +998,106.567,391.573 +999,108.532,391.564 +1000,110.531,391.567 +1001,106.571,389.557 +1002,108.55,389.558 +1003,110.552,389.561 +1004,106.586,387.549 +1005,108.572,387.554 +1006,110.576,387.556 +1007,106.603,385.554 +1008,108.582,385.556 +1009,110.582,385.553 +1010,106.599,383.559 +1011,108.576,383.552 +1012,110.578,383.551 +1013,106.596,381.554 +1014,108.583,381.548 +1015,110.582,381.548 +1016,106.588,379.554 +1017,108.59,379.546 +1018,110.587,379.544 +1019,113.118,400.843 +1020,116.173,400.809 +1021,113.105,398.079 +1022,116.161,398.05 +1023,112.595,395.575 +1024,114.644,395.561 +1025,116.651,395.548 +1026,112.586,393.569 +1027,114.136,394.065 +1028,115.141,394.066 +1029,116.645,393.553 +1030,114.133,393.064 +1031,115.139,393.064 +1032,112.583,391.563 +1033,114.639,391.558 +1034,116.647,391.549 +1035,112.594,389.564 +1036,114.64,389.554 +1037,116.644,389.543 +1038,112.601,387.558 +1039,114.129,388.052 +1040,115.132,388.045 +1041,116.641,387.538 +1042,114.122,387.048 +1043,115.13,387.039 +1044,112.61,385.547 +1045,114.633,385.544 +1046,116.638,385.536 +1047,112.593,383.554 +1048,114.617,383.551 +1049,116.625,383.537 +1050,112.591,381.553 +1051,114.607,381.558 +1052,116.618,381.536 +1053,112.59,379.55 +1054,114.603,379.548 +1055,116.608,379.533 +1056,118.673,401.279 +1057,120.654,401.265 +1058,121.839,401.202 +1059,118.668,399.535 +1060,120.66,399.53 +1061,121.841,399.591 +1062,118.662,397.536 +1063,120.751,397.537 +1064,118.158,396.034 +1065,119.162,396.031 +1066,120.169,396.03 +1067,121.263,396.024 +1068,118.154,395.03 +1069,119.161,395.025 +1070,120.169,395.028 +1071,121.258,395.026 +1072,118.15,394.032 +1073,119.159,394.028 +1074,120.166,394.03 +1075,121.129,394.054 +1076,118.15,393.034 +1077,119.154,393.03 +1078,120.556,393.011 +1079,118.151,392.033 +1080,119.152,392.031 +1081,120.152,392.031 +1082,118.15,391.034 +1083,119.152,391.033 +1084,120.129,391.048 +1085,118.148,390.029 +1086,119.145,390.025 +1087,120.087,390.017 +1088,118.146,389.024 +1089,119.142,389.019 +1090,120.066,389.033 +1091,118.142,388.026 +1092,119.14,388.019 +1093,120.054,388.01 +1094,118.141,387.027 +1095,119.139,387.02 +1096,120.123,387.008 +1097,118.14,386.029 +1098,119.134,386.022 +1099,120.269,385.988 +1100,118.134,385.03 +1101,119.129,385.027 +1102,120.123,385.022 +1103,120.947,384.979 +1104,118.133,384.032 +1105,119.139,384.032 +1106,120.138,384.03 +1107,121.081,384.007 +1108,118.135,383.034 +1109,119.148,383.031 +1110,120.144,383.027 +1111,121.259,383 +1112,118.135,382.034 +1113,119.154,382.028 +1114,120.152,382.025 +1115,121.144,382.028 +1116,122.01,381.956 +1117,118.135,381.031 +1118,119.153,381.028 +1119,120.156,381.021 +1120,121.15,381.025 +1121,122.259,380.991 +1122,118.128,380.027 +1123,119.142,380.027 +1124,120.146,380.026 +1125,121.145,380.023 +1126,122.141,380.024 +1127,123.066,379.955 +1128,118.119,379.027 +1129,119.13,379.029 +1130,120.129,379.026 +1131,121.132,379.028 +1132,122.132,379.025 +1133,123.345,378.991 +1134,83.095,377.023 +1135,86.081,377.015 +1136,83.091,374.013 +1137,86.083,374.014 +1138,82.266,371.091 +1139,85.154,371.108 +1140,82.28,368.16 +1141,85.172,368.197 +1142,82.29,365.152 +1143,85.195,365.191 +1144,82.294,362.136 +1145,85.206,362.187 +1146,82.27,359.124 +1147,85.189,359.174 +1148,82.234,356.113 +1149,85.152,356.168 +1150,82.23,353.116 +1151,85.148,353.165 +1152,82.232,350.106 +1153,85.151,350.155 +1154,89.08,377.024 +1155,92.098,377.034 +1156,89.082,374.026 +1157,92.09,374.038 +1158,88.06,371.14 +1159,90.967,371.174 +1160,88.082,368.244 +1161,90.988,368.315 +1162,88.111,365.238 +1163,91.019,365.295 +1164,88.117,362.229 +1165,91.03,362.282 +1166,88.108,359.228 +1167,91.02,359.279 +1168,88.077,356.221 +1169,90.998,356.266 +1170,88.061,353.208 +1171,90.993,353.254 +1172,87.32,350.944 +1173,88.741,350.966 +1174,87.328,349.438 +1175,88.752,349.464 +1176,90.258,350.984 +1177,91.767,351.011 +1178,90.263,349.487 +1179,91.773,349.507 +1180,94.601,377.534 +1181,96.583,377.529 +1182,98.586,377.541 +1183,94.608,375.536 +1184,96.104,376.021 +1185,97.099,376.033 +1186,96.101,375.023 +1187,97.095,375.034 +1188,98.589,375.54 +1189,94.594,373.535 +1190,96.593,373.525 +1191,98.585,373.535 +1192,93.387,371.71 +1193,94.798,372.228 +1194,95.8,372.237 +1195,94.801,371.414 +1196,95.804,371.44 +1197,96.798,372.244 +1198,97.789,372.254 +1199,96.803,371.463 +1200,97.798,371.476 +1201,93.397,369.876 +1202,94.802,370.405 +1203,95.802,370.431 +1204,94.802,369.399 +1205,95.803,369.424 +1206,96.802,370.456 +1207,97.805,370.472 +1208,96.805,369.452 +1209,97.806,369.469 +1210,93.406,367.867 +1211,94.81,368.398 +1212,95.814,368.422 +1213,94.816,367.396 +1214,95.817,367.415 +1215,96.814,368.443 +1216,97.815,368.465 +1217,96.823,367.437 +1218,97.826,367.459 +1219,93.423,365.856 +1220,95.332,365.896 +1221,97.333,365.94 +1222,93.434,363.841 +1223,95.345,363.886 +1224,97.339,363.93 +1225,93.447,361.832 +1226,94.856,362.365 +1227,95.854,362.386 +1228,94.857,361.366 +1229,95.859,361.388 +1230,97.353,361.925 +1231,93.436,359.82 +1232,94.842,360.36 +1233,95.845,360.385 +1234,94.839,359.353 +1235,95.841,359.377 +1236,97.351,359.916 +1237,93.419,357.813 +1238,95.338,357.862 +1239,97.345,357.914 +1240,93.414,355.812 +1241,95.334,355.857 +1242,97.338,355.914 +1243,92.924,354.294 +1244,93.848,354.315 +1245,94.849,354.336 +1246,92.931,353.291 +1247,93.854,353.305 +1248,94.857,353.324 +1249,92.934,352.288 +1250,93.858,352.3 +1251,94.861,352.319 +1252,95.849,354.36 +1253,96.847,354.389 +1254,97.846,354.416 +1255,95.858,353.349 +1256,96.857,353.377 +1257,97.856,353.406 +1258,95.865,352.343 +1259,96.868,352.373 +1260,97.868,352.407 +1261,92.941,351.281 +1262,93.864,351.298 +1263,94.867,351.318 +1264,92.946,350.28 +1265,93.87,350.3 +1266,94.873,350.326 +1267,92.944,349.281 +1268,93.866,349.301 +1269,94.875,349.329 +1270,95.874,351.345 +1271,96.878,351.373 +1272,97.879,351.404 +1273,95.88,350.35 +1274,96.882,350.378 +1275,97.887,350.402 +1276,95.885,349.352 +1277,96.889,349.378 +1278,97.887,349.402 +1279,99.36,366.001 +1280,101.398,366.046 +1281,103.404,366.084 +1282,99.361,363.997 +1283,101.381,364.038 +1284,103.384,364.078 +1285,99.358,361.981 +1286,101.369,362.015 +1287,103.375,362.059 +1288,99.35,359.967 +1289,101.356,360.009 +1290,103.367,360.051 +1291,99.344,357.96 +1292,101.34,358.009 +1293,103.346,358.044 +1294,99.341,355.957 +1295,101.337,355.999 +1296,103.34,356.027 +1297,98.829,354.45 +1298,99.814,354.469 +1299,98.826,353.442 +1300,99.794,353.464 +1301,100.816,354.485 +1302,101.815,354.496 +1303,100.795,353.478 +1304,101.802,353.491 +1305,102.817,354.506 +1306,103.827,354.516 +1307,102.807,353.5 +1308,103.812,353.512 +1309,98.829,352.437 +1310,99.786,352.455 +1311,98.834,351.432 +1312,99.786,351.448 +1313,100.785,352.471 +1314,101.792,352.484 +1315,100.784,351.465 +1316,101.788,351.48 +1317,102.796,352.495 +1318,103.797,352.511 +1319,102.791,351.493 +1320,103.794,351.514 +1321,98.838,350.425 +1322,99.783,350.441 +1323,98.833,349.416 +1324,99.776,349.43 +1325,101.282,349.961 +1326,103.285,349.997 +1327,104.79,366.638 +1328,105.683,366.688 +1329,104.784,365.645 +1330,105.676,365.696 +1331,107.197,366.256 +1332,109.224,366.36 +1333,105.28,364.154 +1334,106.678,364.721 +1335,107.69,364.763 +1336,106.677,363.706 +1337,107.69,363.745 +1338,108.703,364.813 +1339,109.725,364.87 +1340,108.699,363.795 +1341,109.721,363.846 +1342,105.279,362.127 +1343,106.679,362.694 +1344,107.688,362.734 +1345,106.682,361.681 +1346,107.688,361.724 +1347,109.209,362.299 +1348,104.744,360.609 +1349,105.625,360.656 +1350,104.746,359.622 +1351,105.628,359.672 +1352,106.639,360.688 +1353,107.655,360.724 +1354,106.641,359.701 +1355,107.651,359.728 +1356,108.661,360.756 +1357,109.685,360.791 +1358,108.655,359.742 +1359,109.685,359.766 +1360,104.743,358.614 +1361,105.639,358.661 +1362,104.746,357.608 +1363,105.648,357.653 +1364,106.648,358.688 +1365,107.651,358.712 +1366,106.655,357.677 +1367,107.653,357.698 +1368,108.663,358.73 +1369,109.684,358.748 +1370,108.666,357.72 +1371,109.682,357.738 +1372,105.25,356.116 +1373,107.159,356.168 +1374,109.162,356.218 +1375,104.76,354.55 +1376,105.676,354.601 +1377,104.76,353.532 +1378,105.705,353.58 +1379,106.679,354.626 +1380,107.686,354.654 +1381,106.713,353.607 +1382,107.722,353.641 +1383,109.2,354.203 +1384,105.28,352.049 +1385,107.263,352.12 +1386,109.274,352.193 +1387,105.308,350.045 +1388,107.335,350.122 +1389,109.336,350.189 +1390,110.59,366.922 +1391,111.449,366.941 +1392,112.459,366.956 +1393,113.462,366.978 +1394,114.463,367.003 +1395,110.595,365.918 +1396,111.45,365.937 +1397,112.458,365.957 +1398,113.464,365.986 +1399,114.472,366.011 +1400,110.591,364.896 +1401,111.449,364.914 +1402,112.459,364.941 +1403,113.465,364.974 +1404,114.476,365.001 +1405,115.462,367.281 +1406,115.467,366.281 +1407,115.478,365.023 +1408,110.589,363.873 +1409,111.451,363.902 +1410,112.461,363.933 +1411,113.468,363.965 +1412,114.478,363.991 +1413,115.485,364.017 +1414,110.59,362.859 +1415,111.455,362.892 +1416,112.462,362.924 +1417,113.467,362.955 +1418,114.479,362.986 +1419,115.489,363.014 +1420,110.598,361.846 +1421,111.476,361.881 +1422,112.478,361.912 +1423,113.483,361.943 +1424,114.487,361.977 +1425,115.487,362.009 +1426,110.59,360.824 +1427,111.469,360.851 +1428,112.481,360.874 +1429,113.486,360.894 +1430,114.486,360.93 +1431,115.486,360.968 +1432,110.581,359.785 +1433,111.463,359.818 +1434,112.474,359.829 +1435,113.484,359.849 +1436,114.488,359.892 +1437,115.487,359.935 +1438,110.59,358.764 +1439,111.488,358.803 +1440,112.502,358.818 +1441,113.518,358.839 +1442,114.527,358.883 +1443,115.517,358.932 +1444,110.607,357.758 +1445,111.533,357.796 +1446,112.543,357.818 +1447,113.558,357.844 +1448,114.556,357.885 +1449,115.547,357.92 +1450,110.623,356.754 +1451,111.578,356.788 +1452,112.586,356.815 +1453,113.582,356.844 +1454,114.572,356.883 +1455,115.569,356.924 +1456,110.64,355.743 +1457,111.617,355.781 +1458,112.618,355.811 +1459,113.613,355.846 +1460,114.606,355.883 +1461,115.608,355.92 +1462,110.666,354.743 +1463,111.653,354.776 +1464,112.654,354.814 +1465,113.654,354.85 +1466,114.652,354.881 +1467,115.649,354.912 +1468,110.7,353.749 +1469,111.686,353.781 +1470,112.689,353.812 +1471,113.687,353.845 +1472,114.687,353.877 +1473,115.687,353.909 +1474,110.734,352.752 +1475,111.715,352.782 +1476,112.719,352.81 +1477,113.72,352.841 +1478,114.721,352.874 +1479,115.72,352.905 +1480,110.766,351.747 +1481,111.741,351.777 +1482,112.748,351.806 +1483,113.751,351.836 +1484,114.752,351.866 +1485,115.752,351.897 +1486,110.793,350.746 +1487,111.771,350.774 +1488,112.775,350.803 +1489,113.779,350.832 +1490,114.783,350.863 +1491,115.785,350.896 +1492,110.821,349.745 +1493,111.795,349.772 +1494,112.802,349.798 +1495,113.807,349.828 +1496,114.813,349.861 +1497,115.816,349.893 +1498,111.365,348.249 +1499,113.343,348.302 +1500,115.225,348.434 +1501,111.403,346.739 +1502,113.296,346.843 +1503,99.364,347.876 +1504,101.293,347.913 +1505,103.297,347.957 +1506,99.409,345.828 +1507,101.351,345.872 +1508,103.357,345.927 +1509,99.463,343.82 +1510,101.412,343.868 +1511,103.418,343.928 +1512,99.524,341.818 +1513,101.472,341.88 +1514,103.473,341.93 +1515,99.587,339.839 +1516,101.53,339.892 +1517,103.533,339.931 +1518,99.655,337.863 +1519,101.594,337.894 +1520,103.595,337.929 +1521,99.713,335.863 +1522,101.656,335.894 +1523,103.659,335.927 +1524,99.771,333.859 +1525,101.718,333.891 +1526,103.723,333.924 +1527,99.832,331.859 +1528,101.782,331.898 +1529,103.79,331.944 +1530,100.413,329.361 +1531,103.368,329.447 +1532,100.507,326.362 +1533,103.468,326.447 +1534,100.583,323.364 +1535,103.562,323.452 +1536,100.657,320.355 +1537,103.655,320.458 +1538,100.726,317.359 +1539,103.729,317.446 +1540,100.822,314.347 +1541,103.809,314.43 +1542,105.352,348.042 +1543,107.387,348.104 +1544,108.862,348.656 +1545,109.865,348.698 +1546,108.893,347.638 +1547,109.899,347.688 +1548,105.403,346.019 +1549,107.445,346.085 +1550,109.442,346.164 +1551,104.942,344.49 +1552,105.985,344.525 +1553,104.967,343.486 +1554,106.009,343.524 +1555,107.501,344.083 +1556,109.496,344.16 +1557,105.519,341.996 +1558,107.558,342.074 +1559,109.549,342.15 +1560,105.573,339.989 +1561,107.613,340.061 +1562,109.61,340.141 +1563,105.633,337.984 +1564,107.672,338.06 +1565,109.666,338.133 +1566,105.183,336.463 +1567,106.217,336.501 +1568,105.21,335.461 +1569,106.245,335.5 +1570,107.215,336.536 +1571,108.214,336.575 +1572,107.243,335.538 +1573,108.244,335.58 +1574,109.213,336.614 +1575,110.202,336.653 +1576,109.239,335.62 +1577,110.231,335.658 +1578,105.243,334.461 +1579,106.274,334.503 +1580,105.269,333.474 +1581,106.293,333.521 +1582,107.269,334.546 +1583,108.268,334.589 +1584,107.296,333.563 +1585,108.296,333.603 +1586,109.266,334.629 +1587,110.259,334.664 +1588,109.293,333.641 +1589,110.285,333.671 +1590,105.3,332.487 +1591,106.319,332.538 +1592,105.334,331.497 +1593,106.355,331.541 +1594,107.836,332.1 +1595,109.832,332.165 +1596,106.391,329.544 +1597,109.402,329.642 +1598,106.47,326.554 +1599,109.49,326.635 +1600,106.566,323.56 +1601,109.594,323.623 +1602,106.661,320.545 +1603,109.67,320.599 +1604,106.786,317.533 +1605,109.847,317.587 +1606,106.852,314.517 +1607,109.909,314.584 +1608,111.534,342.221 +1609,113.527,342.288 +1610,115.536,342.355 +1611,111.595,340.215 +1612,113.59,340.281 +1613,115.594,340.352 +1614,111.653,338.206 +1615,113.65,338.276 +1616,115.651,338.343 +1617,111.711,336.21 +1618,113.711,336.276 +1619,115.709,336.33 +1620,111.769,334.221 +1621,113.768,334.274 +1622,115.766,334.328 +1623,111.827,332.227 +1624,113.831,332.274 +1625,115.834,332.329 +1626,111.884,330.223 +1627,113.887,330.274 +1628,115.924,330.3 +1629,111.943,328.216 +1630,113.976,328.245 +1631,116.014,328.295 +1632,112.026,326.194 +1633,114.053,326.238 +1634,116.085,326.26 +1635,112.612,323.681 +1636,115.626,323.741 +1637,112.686,320.649 +1638,115.692,320.727 +1639,117.709,336.386 +1640,119.722,336.442 +1641,121.764,336.471 +1642,117.774,334.372 +1643,119.8,334.408 +1644,121.834,334.441 +1645,117.834,332.374 +1646,119.855,332.401 +1647,121.877,332.408 +1648,117.983,330.367 +1649,120.032,330.383 +1650,122.047,330.408 +1651,118.058,328.316 +1652,120.072,328.364 +1653,122.084,328.407 +1654,118.096,326.309 +1655,120.11,326.357 +1656,122.117,326.4 +1657,118.645,323.814 +1658,121.659,323.882 +1659,118.704,320.807 +1660,121.72,320.874 +1661,124.069,330.429 +1662,126.078,330.442 +1663,128.077,330.469 +1664,124.097,328.448 +1665,126.106,328.485 +1666,128.11,328.512 +1667,124.127,326.445 +1668,126.128,326.488 +1669,128.13,326.506 +1670,124.671,323.943 +1671,127.681,323.992 +1672,124.724,320.933 +1673,127.729,320.986 +1674,130.082,330.492 +1675,132.08,330.529 +1676,134.078,330.571 +1677,135.855,330.106 +1678,130.111,328.541 +1679,132.117,328.59 +1680,134.117,328.634 +1681,135.894,327.175 +1682,130.142,326.535 +1683,132.148,326.586 +1684,134.155,326.628 +1685,130.7,324.045 +1686,133.706,324.107 +1687,135.928,324.164 +1688,130.74,321.042 +1689,133.749,321.103 +1690,135.959,321.156 +1691,82.196,347.045 +1692,85.15,347.079 +1693,88.192,347.139 +1694,91.251,347.224 +1695,93.329,348.014 +1696,94.662,348.04 +1697,93.361,346.491 +1698,94.692,346.498 +1699,96.936,347.327 +1700,82.24,343.995 +1701,85.139,344.081 +1702,88.277,344.398 +1703,90.453,344.767 +1704,93.083,344.138 +1705,97.002,344.276 +1706,83.864,339.541 +1707,89.779,339.817 +1708,95.775,339.764 +1709,83.972,333.496 +1710,89.985,333.605 +1711,95.925,333.754 +1712,96.031,327.73 +1713,96.031,321.822 +1714,84.082,327.464 +1715,90.055,327.581 +1716,84.567,321.624 +1717,90.374,321.226 +1718,84.407,315.398 +1719,90.301,315.545 +1720,96.266,315.704 +1721,84.491,309.38 +1722,90.444,309.501 +1723,96.415,309.702 +1724,66.697,399.345 +1725,72.712,399.261 +1726,65.649,393.589 +1727,71.667,393.596 +1728,66.608,387.566 +1729,72.653,387.592 +1730,66.585,381.557 +1731,72.604,381.574 +1732,66.566,375.54 +1733,72.577,375.551 +1734,78.589,375.533 +1735,66.268,369.546 +1736,72.107,369.558 +1737,77.971,369.575 +1738,66.248,363.559 +1739,72.385,365.338 +1740,70.675,362.539 +1741,72.546,363.448 +1742,73.758,361.944 +1743,77.964,363.594 +1744,66.235,357.539 +1745,72.079,357.549 +1746,77.924,357.566 +1747,66.191,351.512 +1748,72.037,351.517 +1749,77.885,351.548 +1750,66.437,345.476 +1751,72.317,345.485 +1752,77.9,345.503 +1753,114.425,316.167 +1754,120.466,316.291 +1755,126.511,316.397 +1756,133.126,316.525 +1757,102.431,309.868 +1758,108.477,310.031 +1759,113.931,307.822 +1760,116.325,311.52 +1761,121.364,311.015 +1762,119.377,309.648 +1763,119.194,308.689 +1764,119.476,307.65 +1765,118.652,305.737 +1766,121.385,307.29 +1767,127.064,309.833 +1768,133.214,310.437 +1769,102.112,302.749 +1770,108.17,302.924 +1771,116.016,301.67 +1772,123.592,304.193 +1773,127.054,301.974 +1774,133.438,303.55 +1775,45.398,397.189 +1776,46.639,387.509 +1777,55.205,399.336 +1778,61.05,400.029 +1779,60.323,397.511 +1780,54.835,393.778 +1781,60.844,395.123 +1782,61.076,392.514 +1783,54.121,389.926 +1784,57.532,391.441 +1785,58.22,390.563 +1786,61.601,390.886 +1787,56.328,389.13 +1788,58.056,389.289 +1789,59.767,389.683 +1790,62.149,388.521 +1791,52.745,387.088 +1792,54.4,386.11 +1793,54.533,387.454 +1794,55.335,388.258 +1795,56.623,388.032 +1796,59.198,388.224 +1797,55.301,387.114 +1798,55.838,386.04 +1799,56.835,386.836 +1800,57.947,387.284 +1801,57.093,385.403 +1802,58.386,386.179 +1803,59.795,386.494 +1804,62.011,385.856 +1805,53.422,382.583 +1806,56.339,384.436 +1807,57.979,383.831 +1808,58.327,384.999 +1809,60.205,384.345 +1810,56.471,380.52 +1811,61.431,381.256 +1812,54.544,375.487 +1813,60.548,375.497 +1814,54.52,369.497 +1815,60.438,369.527 +1816,54.574,363.5 +1817,60.438,363.541 +1818,54.561,357.501 +1819,60.419,357.513 +1820,54.491,351.492 +1821,60.351,351.501 +1822,54.528,345.427 +1823,60.407,345.407 +1824,54.516,339.371 +1825,62.129,335.072 +1826,77.801,339.507 +1827,76.371,331.441 +1828,67.035,325.551 +1829,52.987,321.463 +1830,55.984,321.441 +1831,66.292,323.062 +1832,66.78,320.137 +1833,78.412,315.316 +1834,62.979,312.926 +1835,67.777,310.037 +1836,137.375,344.848 +1837,139.399,344.99 +1838,140.989,344.51 +1839,140.628,342.696 +1840,142.606,341.471 +1841,145.904,341.882 +1842,150.674,341.388 +1843,140.141,340.881 +1844,137.001,340.426 +1845,138.09,340.649 +1846,138.162,339.206 +1847,139.195,339.587 +1848,140.665,339.193 +1849,142.247,339.141 +1850,143.933,339.41 +1851,146.595,339.087 +1852,149.35,339.405 +1853,137.427,337.775 +1854,138.805,337.27 +1855,140.701,337.58 +1856,141.897,337.093 +1857,144.097,338.044 +1858,145.85,337.547 +1859,147.162,337.83 +1860,149.39,337.286 +1861,151.499,337.756 +1862,136.947,336.022 +1863,139.464,334.297 +1864,139.696,336.117 +1865,142.482,335.268 +1866,144.709,336.327 +1867,148.057,335.772 +1868,137.553,334.136 +1869,138.652,332.572 +1870,138.071,330.652 +1871,143.321,330.43 +1872,142.434,331.19 +1873,143.225,333.352 +1874,145.848,334.12 +1875,145.317,332.198 +1876,149.98,332.229 +1877,139.112,326.153 +1878,144.281,328.538 +1879,146.045,326.089 +1880,139.357,317.034 +1881,144.016,318.204 +1882,149.756,320.968 +1883,157.43,342.79 +1884,161.722,342.253 +1885,153.217,338.949 +1886,155.846,339.842 +1887,155.735,338.194 +1888,160.002,337.62 +1889,153.964,336.623 +1890,156.654,336.318 +1891,154.979,332.3 +1892,159.294,331.918 +1893,160.295,332.563 +1894,161.833,333.005 +1895,164.657,334.189 +1896,156.347,326.212 +1897,160.926,320.092 +1898,168.513,348.664 +1899,171.67,349.688 +1900,170.61,347.778 +1901,169.613,346.308 +1902,178.8,349.052 +1903,170.945,340.605 +1904,175.022,340.948 +1905,178.312,343.713 +1906,179.021,340.733 +1907,183.427,345.863 +1908,183.298,337.204 +1909,173.052,327.074 +1910,99.746,406.003 +1911,105.437,408.478 +1912,112.201,408.874 +1913,118.804,411.759 +1914,120.373,412.681 +1915,120.23,410.317 +1916,117.311,408.347 +1917,119.318,408.765 +1918,120.657,408.777 +1919,119.34,407.561 +1920,120.679,407.549 +1921,115.818,405.057 +1922,118.3,404.168 +1923,120.187,406.542 +1924,120.196,405.535 +1925,120.337,403.458 +1926,98.478,417.445 +1927,104.159,420.157 +1928,112.35,420.391 +1929,119.986,423.852 +1930,118.261,420.937 +1931,122.351,421.385 +1932,120.745,419.105 +1933,122.155,419.128 +1934,118.256,418.117 +1935,120.771,417.338 +1936,122.194,417.412 +1937,118.031,415.62 +1938,121.085,415.459 +1939,75.073,420.083 +1940,82.28,417.488 +1941,90.534,418.977 +1942,75.88,408.041 +1943,84.666,406.21 +1944,92.881,406.216 diff --git a/lib/data/corresp_naics2_empcats.csv b/lib/data/corresp_naics2_empcats.csv new file mode 100644 index 0000000..ec847ed --- /dev/null +++ b/lib/data/corresp_naics2_empcats.csv @@ -0,0 +1,25 @@ +NAICS2,NAICS2Desc,EmpCatName,EmpCatNameFuture,EmpCatDesc,EmpCatGroupedName +11,"Agriculture, Forestry, Fishing and Hunting",11,11,"Agriculture, Forestry, Fishing and Hunting",Transport_Industry +21,"Mining, Quarrying, and Oil and Gas Extraction",21,21,"Mining, Quarrying, and Oil and Gas Extraction",Transport_Industry +22,Utilities,22,22,Utilities,Construction +23,Construction,23,23,Construction,Construction +31,Manufacturing,31,31,Manufacturing,Transport_Industry +32,Manufacturing,31,31,Manufacturing,Transport_Industry +33,Manufacturing,31,31,Manufacturing,Transport_Industry +42,Wholesale Trade,42,42,Wholesale Trade,Wholesale +44,Retail Trade,44,44,Retail Trade,Retail +45,Retail Trade,44,44,Retail Trade,Retail +48,Transportation and Warehousing,48,48,Transportation and Warehousing,Transport_Industry +49,Transportation and Warehousing,48,48,Transportation and Warehousing,Transport_Industry +51,Information,51,51,Information,Office_Professional +52,Finance and Insurance,52,52,Finance and Insurance,Office_Professional +53,Real Estate and Rental and Leasing,53,53,Real Estate and Rental and Leasing,Office_Professional +54,"Professional, Scientific, and Technical Services",54,54,"Professional, Scientific, and Technical Services",Office_Professional +55,Management of Companies and Enterprises,55,55,Management of Companies and Enterprises,Office_Professional +56,Administrative and Support and Waste Management and Remediation Services,56,56,Administrative and Support and Waste Management and Remediation Services,Admin_Support_Waste +61,Educational Services,61,61,Educational Services,Ed_Health_Social_Public +62,Health Care and Social Assistance,62,62,Health Care and Social Assistance,Ed_Health_Social_Public +71,"Arts, Entertainment, and Recreation",71,71,"Arts, Entertainment, and Recreation",Service_FoodDrink +72,Accommodation and Food Services,72,72,Accommodation and Food Services,Service_FoodDrink +81,Other Services (except Public Administration),81,81,Other Services (except Public Administration),Service_Other +92,Public Administration,92,92,Public Administration,Ed_Health_Social_Public diff --git a/lib/data/corresp_naics6_n6io_sctg.csv b/lib/data/corresp_naics6_n6io_sctg.csv new file mode 100644 index 0000000..ebb8fe7 --- /dev/null +++ b/lib/data/corresp_naics6_n6io_sctg.csv @@ -0,0 +1,1179 @@ +Industry_NAICS6_Make,Industry_NAICS6_Make_desc,Industry_NAICS6_CBP,Industry_NAICS6_CBP_desc,Commodity_SCTG,Commodity_SCTG_desc,Proportion +1111A0,Oilseed farming,111110,Soybean Farming,3,Other ag prods.,1 +1111A0,Oilseed farming,111120,Oilseed (except Soybean) Farming,3,Other ag prods.,1 +1111B0,Grain farming,111130,Dry Pea and Bean Farming,2,Cereal grains,1 +1111B0,Grain farming,111140,Wheat Farming,2,Cereal grains,1 +1111B0,Grain farming,111150,Corn Farming,2,Cereal grains,1 +1111B0,Grain farming,111160,Rice Farming,2,Cereal grains,1 +1111B0,Grain farming,111191,Oilseed and Grain Combination Farming,2,Cereal grains,1 +1111B0,Grain farming,111199,All Other Grain Farming,2,Cereal grains,1 +111200,Vegetable and melon farming,111211,Potato Farming,3,Other ag prods.,1 +111200,Vegetable and melon farming,111219,Other Vegetable (except Potato) and Melon Farming,3,Other ag prods.,1 +111300,Fruit and tree nut farming,111310,Orange Groves,3,Other ag prods.,1 +111300,Fruit and tree nut farming,111320,Citrus (except Orange) Groves,3,Other ag prods.,1 +111300,Fruit and tree nut farming,111331,Apple Orchards,3,Other ag prods.,1 +111300,Fruit and tree nut farming,111332,Grape Vineyards,3,Other ag prods.,1 +111300,Fruit and tree nut farming,111333,Strawberry Farming,3,Other ag prods.,1 +111300,Fruit and tree nut farming,111334,Berry (except Strawberry) Farming,3,Other ag prods.,1 +111300,Fruit and tree nut farming,111335,Tree Nut Farming,3,Other ag prods.,1 +111300,Fruit and tree nut farming,111336,Fruit and Tree Nut Combination Farming,3,Other ag prods.,1 +111300,Fruit and tree nut farming,111339,Other Noncitrus Fruit Farming,3,Other ag prods.,1 +111400,"Greenhouse, nursery, and floriculture production",111411,Mushroom Production,3,Other ag prods.,1 +111400,"Greenhouse, nursery, and floriculture production",111419,Other Food Crops Grown Under Cover,3,Other ag prods.,1 +111400,"Greenhouse, nursery, and floriculture production",111421,Nursery and Tree Production,3,Other ag prods.,1 +111400,"Greenhouse, nursery, and floriculture production",111422,Floriculture Production,3,Other ag prods.,1 +111900,Other crop farming,111910,Tobacco Farming,3,Other ag prods.,1 +111900,Other crop farming,111920,Cotton Farming,3,Other ag prods.,1 +111900,Other crop farming,111930,Sugarcane Farming,3,Other ag prods.,1 +111900,Other crop farming,111940,Hay Farming,3,Other ag prods.,1 +111900,Other crop farming,111991,Sugar Beet Farming,3,Other ag prods.,1 +111900,Other crop farming,111992,Peanut Farming,3,Other ag prods.,1 +111900,Other crop farming,111998,All Other Miscellaneous Crop Farming,3,Other ag prods.,1 +112120,Dairy cattle and milk production,112120,Dairy Cattle and Milk Production,1,Live animals/fish,1 +1121A0,"Beef cattle ranching and farming, including feedlots and dual-purpose ranching and farming",112111,Beef Cattle Ranching and Farming,1,Live animals/fish,1 +1121A0,"Beef cattle ranching and farming, including feedlots and dual-purpose ranching and farming",112112,Cattle Feedlots,1,Live animals/fish,1 +1121A0,"Beef cattle ranching and farming, including feedlots and dual-purpose ranching and farming",112130,Dual-Purpose Cattle Ranching and Farming,1,Live animals/fish,1 +112300,Poultry and egg production,112310,Chicken Egg Production,1,Live animals/fish,1 +112300,Poultry and egg production,112320,Broilers and Other Meat Type Chicken Production,1,Live animals/fish,1 +112300,Poultry and egg production,112330,Turkey Production,1,Live animals/fish,1 +112300,Poultry and egg production,112340,Poultry Hatcheries,1,Live animals/fish,1 +112300,Poultry and egg production,112390,Other Poultry Production,1,Live animals/fish,1 +112A00,"Animal production, except cattle and poultry and eggs",112210,Hog and Pig Farming,1,Live animals/fish,1 +112A00,"Animal production, except cattle and poultry and eggs",112410,Sheep Farming,1,Live animals/fish,1 +112A00,"Animal production, except cattle and poultry and eggs",112420,Goat Farming,1,Live animals/fish,1 +112A00,"Animal production, except cattle and poultry and eggs",112511,Finfish Farming and Fish Hatcheries,1,Live animals/fish,1 +112A00,"Animal production, except cattle and poultry and eggs",112512,Shellfish Farming,1,Live animals/fish,1 +112A00,"Animal production, except cattle and poultry and eggs",112519,Other Aquaculture,1,Live animals/fish,1 +112A00,"Animal production, except cattle and poultry and eggs",112910,Apiculture,1,Live animals/fish,1 +112A00,"Animal production, except cattle and poultry and eggs",112920,Horses and Other Equine Production,1,Live animals/fish,1 +112A00,"Animal production, except cattle and poultry and eggs",112930,Fur-Bearing Animal and Rabbit Production,1,Live animals/fish,1 +112A00,"Animal production, except cattle and poultry and eggs",112990,All Other Animal Production,1,Live animals/fish,1 +113000,Forestry and logging,113110,Timber Tract Operations,25,Logs,1 +113000,Forestry and logging,113210,Forest Nurseries and Gathering of Forest Products,25,Logs,1 +113000,Forestry and logging,113310,Logging,25,Logs,1 +114000,"Fishing, hunting and trapping",114111,Finfish Fishing,5,Meat/seafood,1 +114000,"Fishing, hunting and trapping",114112,Shellfish Fishing,5,Meat/seafood,1 +114000,"Fishing, hunting and trapping",114119,Other Marine Fishing,5,Meat/seafood,1 +114000,"Fishing, hunting and trapping",114210,Hunting and Trapping,5,Meat/seafood,1 +115000,Support activities for agriculture and forestry,115111,Cotton Ginning,0,NA,0 +115000,Support activities for agriculture and forestry,115112,"Soil Preparation, Planting, and Cultivating",0,NA,0 +115000,Support activities for agriculture and forestry,115113,"Crop Harvesting, Primarily by Machine",0,NA,0 +115000,Support activities for agriculture and forestry,115114,Postharvest Crop Activities (except Cotton Ginning),0,NA,0 +115000,Support activities for agriculture and forestry,115115,Farm Labor Contractors and Crew Leaders,0,NA,0 +115000,Support activities for agriculture and forestry,115116,Farm Management Services,0,NA,0 +115000,Support activities for agriculture and forestry,115210,Support Activities for Animal Production,0,NA,0 +115000,Support activities for agriculture and forestry,115310,Support Activities for Forestry,0,NA,0 +211000,Oil and gas extraction,211111,Crude Petroleum and Natural Gas Extraction,16,Crude petroleum,0.333333333 +211000,Oil and gas extraction,211111,Crude Petroleum and Natural Gas Extraction,19,Coal-n.e.c.,0.333333333 +211000,Oil and gas extraction,211112,Natural Gas Liquid Extraction,20,Basic chemicals,0.333333333 +212100,Coal mining,212111,Bituminous Coal and Lignite Surface Mining,15,Coal,1 +212100,Coal mining,212112,Bituminous Coal Underground Mining,15,Coal,1 +212100,Coal mining,212113,Anthracite Mining,15,Coal,1 +212230,"Copper, nickel, lead, and zinc mining",212231,Lead Ore and Zinc Ore Mining,14,Metallic ores,1 +212230,"Copper, nickel, lead, and zinc mining",212234,Copper Ore and Nickel Ore Mining,14,Metallic ores,1 +2122A0,"Iron, gold, silver, and other metal ore mining",212210,Iron Ore Mining,14,Metallic ores,1 +2122A0,"Iron, gold, silver, and other metal ore mining",212221,Gold Ore Mining,14,Metallic ores,1 +2122A0,"Iron, gold, silver, and other metal ore mining",212222,Silver Ore Mining,14,Metallic ores,1 +2122A0,"Iron, gold, silver, and other metal ore mining",212291,Uranium-Radium-Vanadium Ore Mining,14,Metallic ores,1 +2122A0,"Iron, gold, silver, and other metal ore mining",212299,All Other Metal Ore Mining,14,Metallic ores,1 +212310,Stone mining and quarrying,212311,Dimension Stone Mining and Quarrying,10,Building stone,0.5 +212310,Stone mining and quarrying,212312,Crushed and Broken Limestone Mining and Quarrying,12,Gravel,0.5 +212310,Stone mining and quarrying,212313,Crushed and Broken Granite Mining and Quarrying,12,Gravel,0.5 +212310,Stone mining and quarrying,212319,Other Crushed and Broken Stone Mining and Quarrying,12,Gravel,0.5 +2123A0,Other nonmetallic mineral mining and quarrying,212322,Industrial Sand Mining,11,Natural sands,0.25 +2123A0,Other nonmetallic mineral mining and quarrying,212321,Construction Sand and Gravel Mining,12,Gravel,0.25 +2123A0,Other nonmetallic mineral mining and quarrying,212399,All Other Nonmetallic Mineral Mining,12,Gravel,0.25 +2123A0,Other nonmetallic mineral mining and quarrying,212324,Kaolin and Ball Clay Mining,13,Nonmetallic minerals,0.25 +2123A0,Other nonmetallic mineral mining and quarrying,212325,Clay and Ceramic and Refractory Minerals Mining,13,Nonmetallic minerals,0.25 +2123A0,Other nonmetallic mineral mining and quarrying,212392,Phosphate Rock Mining,13,Nonmetallic minerals,0.25 +2123A0,Other nonmetallic mineral mining and quarrying,212393,Other Chemical and Fertilizer Mineral Mining,13,Nonmetallic minerals,0.25 +2123A0,Other nonmetallic mineral mining and quarrying,212391,"Potash, Soda, and Borate Mineral Mining",22,Fertilizers,0.25 +213111,Drilling oil and gas wells,213111,Drilling Oil and Gas Wells,0,NA,0 +21311A,Other support activities for mining,213112,Support Activities for Oil and Gas Operations,0,NA,0 +21311A,Other support activities for mining,213113,Support Activities for Coal Mining,0,NA,0 +21311A,Other support activities for mining,213114,Support Activities for Metal Mining,0,NA,0 +21311A,Other support activities for mining,213115,Support Activities for Nonmetallic Minerals (except Fuels) Mining,0,NA,0 +221100,"Electric power generation, transmission, and distribution",221111,Hydroelectric Power Generation,0,NA,0 +221100,"Electric power generation, transmission, and distribution",221112,Fossil Fuel Electric Power Generation,0,NA,0 +221100,"Electric power generation, transmission, and distribution",221113,Nuclear Electric Power Generation,0,NA,0 +221100,"Electric power generation, transmission, and distribution",221119,Other Electric Power Generation - solar electric power generation,0,NA,0 +221100,"Electric power generation, transmission, and distribution",221121,Electric Bulk Power Transmission and Control,0,NA,0 +221100,"Electric power generation, transmission, and distribution",221122,Electric Power Distribution,0,NA,0 +221200,Natural gas distribution,221210,Natural Gas Distribution,0,NA,0 +221300,"Water, sewage and other systems",221310,Water Supply and Irrigation Systems,0,NA,0 +221300,"Water, sewage and other systems",221320,Sewage Treatment Facilities,0,NA,0 +221300,"Water, sewage and other systems",221330,Steam and Air-Conditioning Supply,0,NA,0 +230000,Construction,236115,New Single-Family Housing Construction (except Operative Builders),0,NA,0 +230000,Construction,236116,New Multifamily Housing Construction (except Operative Builders),0,NA,0 +230000,Construction,236117,New Housing Operative Builders,0,NA,0 +230000,Construction,236118,Residential Remodelers,0,NA,0 +230000,Construction,236210,Industrial Building Construction,0,NA,0 +230000,Construction,236220,Commercial and Institutional Building Construction,0,NA,0 +230000,Construction,237110,Water and Sewer Line and Related Structures Construction,0,NA,0 +230000,Construction,237120,Oil and Gas Pipeline and Related Structures Construction,0,NA,0 +230000,Construction,237130,Power and Communication Line and Related Structures Construction,0,NA,0 +230000,Construction,237210,Land Subdivision,0,NA,0 +230000,Construction,237310,"Highway, Street, and Bridge Construction",0,NA,0 +230000,Construction,237990,Other Heavy and Civil Engineering Construction,0,NA,0 +230000,Construction,238110,Poured Concrete Foundation and Structure Contractors,0,NA,0 +230000,Construction,238120,Structural Steel and Precast Concrete Contractors,0,NA,0 +230000,Construction,238130,Framing Contractors,0,NA,0 +230000,Construction,238140,Masonry Contractors,0,NA,0 +230000,Construction,238150,Glass and Glazing Contractors,0,NA,0 +230000,Construction,238160,Roofing Contractors,0,NA,0 +230000,Construction,238170,Siding Contractors,0,NA,0 +230000,Construction,238190,"Other Foundation, Structure, and Building Exterior Contractors - except building fireproofing contractors",0,NA,0 +230000,Construction,238210,Electrical Contractors and Other Wiring Installation Contractors,0,NA,0 +230000,Construction,238220,"Plumbing, Heating, and Air-Conditioning Contractors",0,NA,0 +230000,Construction,238290,Other Building Equipment Contractors,0,NA,0 +230000,Construction,238310,Drywall and Insulation Contractors,0,NA,0 +230000,Construction,238320,Painting and Wall Covering Contractors,0,NA,0 +230000,Construction,238330,Flooring Contractors - fireproof flooring construction contractors,0,NA,0 +230000,Construction,238340,Tile and Terrazzo Contractors,0,NA,0 +230000,Construction,238350,Finish Carpentry Contractors,0,NA,0 +230000,Construction,238390,Other Building Finishing Contractors,0,NA,0 +230000,Construction,238910,Site Preparation Contractors,0,NA,0 +230000,Construction,238990,All Other Specialty Trade Contractors,0,NA,0 +311111,Dog and cat food manufacturing,311111,Dog and Cat Food Manufacturing,4,Animal feed,1 +311119,Other animal food manufacturing,311119,Other Animal Food Manufacturing,4,Animal feed,1 +311210,Flour milling and malt manufacturing,311211,Flour Milling,6,Milled grain prods.,1 +311210,Flour milling and malt manufacturing,311212,Rice Milling,6,Milled grain prods.,1 +311210,Flour milling and malt manufacturing,311213,Malt Manufacturing,6,Milled grain prods.,1 +311221,Wet corn milling,311221,Wet Corn Milling,4,Animal feed,1 +311225,Fats and oils refining and blending,311225,Fats and Oils Refining and Blending,7,Other foodstuffs,1 +31122A,Soybean and other oilseed processing,311223,Other Oilseed Processing,3,Other ag prods.,0.5 +31122A,Soybean and other oilseed processing,311222,Soybean Processing,7,Other foodstuffs,0.5 +311230,Breakfast cereal manufacturing,311230,Breakfast Cereal Manufacturing,6,Milled grain prods.,1 +311300,Sugar and confectionery product manufacturing,311311,Sugarcane Mills,7,Other foodstuffs,1 +311300,Sugar and confectionery product manufacturing,311312,Cane Sugar Refining,7,Other foodstuffs,1 +311300,Sugar and confectionery product manufacturing,311313,Beet Sugar Manufacturing,7,Other foodstuffs,1 +311300,Sugar and confectionery product manufacturing,311320,Chocolate and Confectionery Manufacturing from Cacao Beans,7,Other foodstuffs,1 +311300,Sugar and confectionery product manufacturing,311330,Confectionery Manufacturing from Purchased Chocolate,7,Other foodstuffs,1 +311300,Sugar and confectionery product manufacturing,311340,Nonchocolate Confectionery Manufacturing,7,Other foodstuffs,1 +311410,Frozen food manufacturing,311411,"Frozen Fruit, Juice, and Vegetable Manufacturing",7,Other foodstuffs,1 +311410,Frozen food manufacturing,311412,Frozen Specialty Food Manufacturing,7,Other foodstuffs,1 +311420,"Fruit and vegetable canning, pickling, and drying",311421,Fruit and Vegetable Canning,7,Other foodstuffs,1 +311420,"Fruit and vegetable canning, pickling, and drying",311422,Specialty Canning,7,Other foodstuffs,1 +311420,"Fruit and vegetable canning, pickling, and drying",311423,Dried and Dehydrated Food Manufacturing,7,Other foodstuffs,1 +311513,Cheese manufacturing,311513,Cheese Manufacturing,7,Other foodstuffs,1 +311514,"Dry, condensed, and evaporated dairy product manufacturing",311514,"Dry, Condensed, and Evaporated Dairy Product Manufacturing",5,Meat/seafood,1 +31151A,Fluid milk and butter manufacturing,311511,Fluid Milk Manufacturing,7,Other foodstuffs,1 +31151A,Fluid milk and butter manufacturing,311512,Creamery Butter Manufacturing,7,Other foodstuffs,1 +311520,Ice cream and frozen dessert manufacturing,311520,Ice Cream and Frozen Dessert Manufacturing,7,Other foodstuffs,1 +311615,Poultry processing,311615,Poultry Processing,5,Meat/seafood,1 +31161A,"Animal (except poultry) slaughtering, rendering, and processing",311613,Rendering and Meat Byproduct Processing,4,Animal feed,0.5 +31161A,"Animal (except poultry) slaughtering, rendering, and processing",311611,Animal (except Poultry) Slaughtering,5,Meat/seafood,0.5 +31161A,"Animal (except poultry) slaughtering, rendering, and processing",311612,Meat Processed from Carcasses,5,Meat/seafood,0.5 +311700,Seafood product preparation and packaging,311712,Fresh and Frozen Seafood Processing,5,Meat/seafood,0.5 +311700,Seafood product preparation and packaging,311711,Seafood Canning,7,Other foodstuffs,0.5 +311810,Bread and bakery product manufacturing,311811,Retail Bakeries,6,Milled grain prods.,1 +311810,Bread and bakery product manufacturing,311812,Commercial Bakeries,6,Milled grain prods.,1 +311810,Bread and bakery product manufacturing,311813,"Frozen Cakes, Pies, and Other Pastries Manufacturing",6,Milled grain prods.,1 +3118A0,"Cookie, cracker, pasta, and tortilla manufacturing",311821,Cookie and Cracker Manufacturing,6,Milled grain prods.,1 +3118A0,"Cookie, cracker, pasta, and tortilla manufacturing",311822,Flour Mixes and Dough Manufacturing from Purchased Flour,6,Milled grain prods.,1 +3118A0,"Cookie, cracker, pasta, and tortilla manufacturing",311823,Dry Pasta Manufacturing,6,Milled grain prods.,1 +3118A0,"Cookie, cracker, pasta, and tortilla manufacturing",311830,Tortilla Manufacturing,6,Milled grain prods.,1 +311910,Snack food manufacturing,311911,Roasted Nuts and Peanut Butter Manufacturing,3,Other ag prods.,0.5 +311910,Snack food manufacturing,311919,Other Snack Food Manufacturing,7,Other foodstuffs,0.5 +311920,Coffee and tea manufacturing,311920,Coffee and Tea Manufacturing,3,Other ag prods.,1 +311930,Flavoring syrup and concentrate manufacturing,311930,Flavoring Syrup and Concentrate Manufacturing,7,Other foodstuffs,1 +311940,Seasoning and dressing manufacturing,311941,"Mayonnaise, Dressing, and Other Prepared Sauce Manufacturing",7,Other foodstuffs,0.5 +311940,Seasoning and dressing manufacturing,311942,Spice and Extract Manufacturing,23,Chemical prods.,0.5 +311990,All other food manufacturing,311991,Perishable Prepared Food Manufacturing,7,Other foodstuffs,1 +311990,All other food manufacturing,311999,All Other Miscellaneous Food Manufacturing,7,Other foodstuffs,1 +312110,Soft drink and ice manufacturing,312111,Soft Drink Manufacturing,7,Other foodstuffs,1 +312110,Soft drink and ice manufacturing,312112,Bottled Water Manufacturing,7,Other foodstuffs,1 +312110,Soft drink and ice manufacturing,312113,Ice Manufacturing,7,Other foodstuffs,1 +312120,Breweries,312120,Breweries,8,Alcoholic beverages,1 +312130,Wineries,312130,Wineries,8,Alcoholic beverages,1 +312140,Distilleries,312140,Distilleries,8,Alcoholic beverages,1 +312200,Tobacco product manufacturing,312210,Tobacco Stemming and Redrying,9,Tobacco prods.,1 +312200,Tobacco product manufacturing,312221,Cigarette Manufacturing,9,Tobacco prods.,1 +312200,Tobacco product manufacturing,312229,Other Tobacco Product Manufacturing,9,Tobacco prods.,1 +313100,"Fiber, yarn, and thread mills",313111,Yarn Spinning Mills,3,Other ag prods.,0.5 +313100,"Fiber, yarn, and thread mills",313112,"Yarn Texturizing, Throwing, and Twisting Mills",30,Textiles/leather,0.5 +313100,"Fiber, yarn, and thread mills",313113,Thread Mills,30,Textiles/leather,0.5 +313200,Fabric mills,313210,Broadwoven Fabric Mills,30,Textiles/leather,1 +313200,Fabric mills,313221,Narrow Fabric Mills,30,Textiles/leather,1 +313200,Fabric mills,313222,Schiffli Machine Embroidery,30,Textiles/leather,1 +313200,Fabric mills,313230,Nonwoven Fabric Mills,30,Textiles/leather,1 +313200,Fabric mills,313241,Weft Knit Fabric Mills,30,Textiles/leather,1 +313200,Fabric mills,313249,Other Knit Fabric and Lace Mills,30,Textiles/leather,1 +313300,Textile and fabric finishing and fabric coating mills,313320,Fabric Coating Mills,24,Plastics/rubber,0.5 +313300,Textile and fabric finishing and fabric coating mills,313311,Broadwoven Fabric Finishing Mills,30,Textiles/leather,0.5 +313300,Textile and fabric finishing and fabric coating mills,313312,Textile and Fabric Finishing (except Broadwoven Fabric) Mills,30,Textiles/leather,0.5 +314110,Carpet and rug mills,314110,Carpet and Rug Mills,30,Textiles/leather,1 +314120,Curtain and linen mills,314121,Curtain and Drapery Mills,30,Textiles/leather,1 +314120,Curtain and linen mills,314129,Other Household Textile Product Mills,30,Textiles/leather,1 +314900,Other textile product mills,314911,Textile Bag Mills,30,Textiles/leather,0.5 +314900,Other textile product mills,314912,Canvas and Related Product Mills,30,Textiles/leather,0.5 +314900,Other textile product mills,314991,"Rope, Cordage, and Twine Mills",30,Textiles/leather,0.5 +314900,Other textile product mills,314992,Tire Cord and Tire Fabric Mills,30,Textiles/leather,0.5 +314900,Other textile product mills,314999,All Other Miscellaneous Textile Product Mills,34,Machinery,0.5 +315000,Apparel manufacturing,315211,Men's and Boys' Cut and Sew Apparel Contractors,24,Plastics/rubber,0.5 +315000,Apparel manufacturing,315111,Sheer Hosiery Mills,30,Textiles/leather,0.5 +315000,Apparel manufacturing,315119,Other Hosiery and Sock Mills,30,Textiles/leather,0.5 +315000,Apparel manufacturing,315191,Outerwear Knitting Mills,30,Textiles/leather,0.5 +315000,Apparel manufacturing,315192,Underwear and Nightwear Knitting Mills,30,Textiles/leather,0.5 +315000,Apparel manufacturing,315212,"Women's, Girls', and Infants' Cut and Sew Apparel Contractors",30,Textiles/leather,0.5 +315000,Apparel manufacturing,315221,Men's and Boys' Cut and Sew Underwear and Nightwear Manufacturing,30,Textiles/leather,0.5 +315000,Apparel manufacturing,315222,"Men's and Boys' Cut and Sew Suit, Coat, and Overcoat Manufacturing",30,Textiles/leather,0.5 +315000,Apparel manufacturing,315223,Men's and Boys' Cut and Sew Shirt (except Work Shirt) Manufacturing,30,Textiles/leather,0.5 +315000,Apparel manufacturing,315224,"Men's and Boys' Cut and Sew Trouser, Slack, and Jean Manufacturing",30,Textiles/leather,0.5 +315000,Apparel manufacturing,315225,Men's and Boys' Cut and Sew Work Clothing Manufacturing,30,Textiles/leather,0.5 +315000,Apparel manufacturing,315228,Men's and Boys' Cut and Sew Other Outerwear Manufacturing,30,Textiles/leather,0.5 +315000,Apparel manufacturing,315231,"Women's and Girls' Cut and Sew Lingerie, Loungewear, and Nightwear Manufacturing",30,Textiles/leather,0.5 +315000,Apparel manufacturing,315232,Women's and Girls' Cut and Sew Blouse and Shirt Manufacturing,30,Textiles/leather,0.5 +315000,Apparel manufacturing,315233,Women's and Girls' Cut and Sew Dress Manufacturing,30,Textiles/leather,0.5 +315000,Apparel manufacturing,315234,"Women's and Girls' Cut and Sew Suit, Coat, Tailored Jacket, and Skirt Manufacturing",30,Textiles/leather,0.5 +315000,Apparel manufacturing,315239,Women's and Girls' Cut and Sew Other Outerwear Manufacturing,30,Textiles/leather,0.5 +315000,Apparel manufacturing,315291,Infants' Cut and Sew Apparel Manufacturing,30,Textiles/leather,0.5 +315000,Apparel manufacturing,315292,Fur and Leather Apparel Manufacturing,30,Textiles/leather,0.5 +315000,Apparel manufacturing,315299,All Other Cut and Sew Apparel Manufacturing,30,Textiles/leather,0.5 +315000,Apparel manufacturing,315991,"Hat, Cap, and Millinery Manufacturing",30,Textiles/leather,0.5 +315000,Apparel manufacturing,315992,Glove and Mitten Manufacturing,30,Textiles/leather,0.5 +315000,Apparel manufacturing,315993,Men's and Boys' Neckwear Manufacturing,30,Textiles/leather,0.5 +315000,Apparel manufacturing,315999,Other Apparel Accessories and Other Apparel Manufacturing,30,Textiles/leather,0.5 +316000,Leather and allied product manufacturing,316992,Women's Handbag and Purse Manufacturing,24,Plastics/rubber,0.333333333 +316000,Leather and allied product manufacturing,316211,Rubber and Plastics Footwear Manufacturing,30,Textiles/leather,0.333333333 +316000,Leather and allied product manufacturing,316212,House Slipper Manufacturing,30,Textiles/leather,0.333333333 +316000,Leather and allied product manufacturing,316213,Men's Footwear (except Athletic) Manufacturing,30,Textiles/leather,0.333333333 +316000,Leather and allied product manufacturing,316214,Women's Footwear (except Athletic) Manufacturing,30,Textiles/leather,0.333333333 +316000,Leather and allied product manufacturing,316219,Other Footwear Manufacturing,30,Textiles/leather,0.333333333 +316000,Leather and allied product manufacturing,316991,Luggage Manufacturing,30,Textiles/leather,0.333333333 +316000,Leather and allied product manufacturing,316993,Personal Leather Good (except Women's Handbag and Purse) Manufacturing,30,Textiles/leather,0.333333333 +316000,Leather and allied product manufacturing,316999,All Other Leather Good and Allied Product Manufacturing,30,Textiles/leather,0.333333333 +316000,Leather and allied product manufacturing,316110,Leather and Hide Tanning and Finishing,34,Machinery,0.333333333 +321100,Sawmills and wood preservation,321114,Wood Preservation,25,Logs,0.5 +321100,Sawmills and wood preservation,321113,Sawmills,26,Wood prods.,0.5 +321200,"Veneer, plywood, and engineered wood product manufacturing",321211,Hardwood Veneer and Plywood Manufacturing,26,Wood prods.,1 +321200,"Veneer, plywood, and engineered wood product manufacturing",321212,Softwood Veneer and Plywood Manufacturing,26,Wood prods.,1 +321200,"Veneer, plywood, and engineered wood product manufacturing",321213,Engineered Wood Member (except Truss) Manufacturing,26,Wood prods.,1 +321200,"Veneer, plywood, and engineered wood product manufacturing",321214,Truss Manufacturing,26,Wood prods.,1 +321200,"Veneer, plywood, and engineered wood product manufacturing",321219,Reconstituted Wood Product Manufacturing,26,Wood prods.,1 +321910,Millwork,321911,Wood Window and Door Manufacturing,26,Wood prods.,1 +321910,Millwork,321912,"Cut Stock, Resawing Lumber, and Planing",26,Wood prods.,1 +321910,Millwork,321918,Other Millwork (including Flooring),26,Wood prods.,1 +3219A0,All other wood product manufacturing,321920,Wood Container and Pallet Manufacturing,26,Wood prods.,0.333333333 +3219A0,All other wood product manufacturing,321999,All Other Miscellaneous Wood Product Manufacturing,26,Wood prods.,0.333333333 +3219A0,All other wood product manufacturing,321991,Manufactured Home (Mobile Home) Manufacturing,36,Motorized vehicles,0.333333333 +3219A0,All other wood product manufacturing,321992,Prefabricated Wood Building Manufacturing,40,Misc. mfg. prods.,0.333333333 +322110,Pulp mills,322110,Pulp Mills,27,Newsprint/paper,1 +322120,Paper mills,322121,Paper (except Newsprint) Mills,27,Newsprint/paper,1 +322120,Paper mills,322122,Newsprint Mills,27,Newsprint/paper,1 +322130,Paperboard mills,322130,Paperboard Mills,27,Newsprint/paper,1 +322210,Paperboard container manufacturing,322211,Corrugated and Solid Fiber Box Manufacturing,24,Plastics/rubber,0.5 +322210,Paperboard container manufacturing,322212,Folding Paperboard Box Manufacturing,28,Paper articles,0.5 +322210,Paperboard container manufacturing,322213,Setup Paperboard Box Manufacturing,28,Paper articles,0.5 +322210,Paperboard container manufacturing,322214,"Fiber Can, Tube, Drum, and Similar Products Manufacturing",28,Paper articles,0.5 +322210,Paperboard container manufacturing,322215,Nonfolding Sanitary Food Container Manufacturing,28,Paper articles,0.5 +322220,Paper bag and coated and treated paper manufacturing,322223,Coated Paper Bag and Pouch Manufacturing,24,Plastics/rubber,0.25 +322220,Paper bag and coated and treated paper manufacturing,322222,Coated and Laminated Paper Manufacturing,27,Newsprint/paper,0.25 +322220,Paper bag and coated and treated paper manufacturing,322221,Coated and Laminated Packaging Paper Manufacturing,28,Paper articles,0.25 +322220,Paper bag and coated and treated paper manufacturing,322224,Uncoated Paper and Multiwall Bag Manufacturing,28,Paper articles,0.25 +322220,Paper bag and coated and treated paper manufacturing,322226,Surface-Coated Paperboard Manufacturing,28,Paper articles,0.25 +322220,Paper bag and coated and treated paper manufacturing,322225,Laminated Aluminum Foil Manufacturing for Flexible Packaging Uses,32,Base metals,0.25 +322230,Stationery product manufacturing,322231,Die-Cut Paper and Paperboard Office Supplies Manufacturing,28,Paper articles,1 +322230,Stationery product manufacturing,322232,Envelope Manufacturing,28,Paper articles,1 +322230,Stationery product manufacturing,322233,"Stationery, Tablet, and Related Product Manufacturing",28,Paper articles,1 +322291,Sanitary paper product manufacturing,322291,Sanitary Paper Product Manufacturing,34,Machinery,1 +322299,All other converted paper product manufacturing,322299,All Other Converted Paper Product Manufacturing,28,Paper articles,1 +323110,Printing,323110,Commercial Lithographic Printing,29,Printed prods.,0.5 +323110,Printing,323111,Commercial Gravure Printing,29,Printed prods.,0.5 +323110,Printing,323112,Commercial Flexographic Printing,29,Printed prods.,0.5 +323110,Printing,323114,Quick Printing,29,Printed prods.,0.5 +323110,Printing,323115,Digital Printing,29,Printed prods.,0.5 +323110,Printing,323116,Manifold Business Forms Printing,29,Printed prods.,0.5 +323110,Printing,323117,Books Printing,29,Printed prods.,0.5 +323110,Printing,323118,"Blankbook, Looseleaf Binders, and Devices Manufacturing",29,Printed prods.,0.5 +323110,Printing,323119,Other Commercial Printing,29,Printed prods.,0.5 +323110,Printing,323113,Commercial Screen Printing,39,Furniture,0.5 +323120,Support activities for printing,323121,Tradebinding and Related Work,29,Printed prods.,0.5 +323120,Support activities for printing,323122,Prepress Services,34,Machinery,0.5 +324110,Petroleum refineries,324110,Petroleum Refineries,17,Gasoline,0.333333333 +324110,Petroleum refineries,324110,Petroleum Refineries,18,Fuel oils,0.333333333 +324110,Petroleum refineries,324110,Petroleum Refineries,19,Coal-n.e.c.,0.333333333 +324121,Asphalt paving mixture and block manufacturing,324121,Asphalt Paving Mixture and Block Manufacturing,19,Coal-n.e.c.,1 +324122,Asphalt shingle and coating materials manufacturing,324122,Asphalt Shingle and Coating Materials Manufacturing,31,Nonmetal min. prods.,1 +324190,Other petroleum and coal products manufacturing,324191,Petroleum Lubricating Oil and Grease Manufacturing,19,Coal-n.e.c.,1 +324190,Other petroleum and coal products manufacturing,324199,All Other Petroleum and Coal Products Manufacturing,19,Coal-n.e.c.,1 +325110,Petrochemical manufacturing,325110,Petrochemical Manufacturing,20,Basic chemicals,1 +325120,Industrial gas manufacturing,325120,Industrial Gas Manufacturing,20,Basic chemicals,1 +325130,Synthetic dye and pigment manufacturing,325131,Inorganic Dye and Pigment Manufacturing,20,Basic chemicals,1 +325130,Synthetic dye and pigment manufacturing,325132,Synthetic Organic Dye and Pigment Manufacturing,20,Basic chemicals,1 +325180,Other basic inorganic chemical manufacturing,325181,Alkalies and Chlorine Manufacturing,20,Basic chemicals,1 +325180,Other basic inorganic chemical manufacturing,325182,Carbon Black Manufacturing,20,Basic chemicals,1 +325180,Other basic inorganic chemical manufacturing,325188,All Other Basic Inorganic Chemical Manufacturing,20,Basic chemicals,1 +325190,Other basic organic chemical manufacturing,325192,Cyclic Crude and Intermediate Manufacturing,20,Basic chemicals,0.5 +325190,Other basic organic chemical manufacturing,325193,Ethyl Alcohol Manufacturing,20,Basic chemicals,0.5 +325190,Other basic organic chemical manufacturing,325199,All Other Basic Organic Chemical Manufacturing,20,Basic chemicals,0.5 +325190,Other basic organic chemical manufacturing,325191,Gum and Wood Chemical Manufacturing,23,Chemical prods.,0.5 +325211,Plastics material and resin manufacturing,325211,Plastics Material and Resin Manufacturing,24,Plastics/rubber,1 +3252A0,Synthetic rubber and artificial and synthetic fibers and filaments manufacturing,325212,Synthetic Rubber Manufacturing,24,Plastics/rubber,0.5 +3252A0,Synthetic rubber and artificial and synthetic fibers and filaments manufacturing,325222,Noncellulosic Organic Fiber Manufacturing,24,Plastics/rubber,0.5 +3252A0,Synthetic rubber and artificial and synthetic fibers and filaments manufacturing,325221,Cellulosic Organic Fiber Manufacturing,30,Textiles/leather,0.5 +325310,Fertilizer manufacturing,325312,Phosphatic Fertilizer Manufacturing,20,Basic chemicals,0.5 +325310,Fertilizer manufacturing,325311,Nitrogenous Fertilizer Manufacturing,22,Fertilizers,0.5 +325310,Fertilizer manufacturing,325314,Fertilizer (Mixing Only) Manufacturing,22,Fertilizers,0.5 +325320,Pesticide and other agricultural chemical manufacturing,325320,Pesticide and Other Agricultural Chemical Manufacturing,20,Basic chemicals,1 +325411,Medicinal and botanical manufacturing,325411,Medicinal and Botanical Manufacturing,20,Basic chemicals,1 +325412,Pharmaceutical preparation manufacturing,325412,Pharmaceutical Preparation Manufacturing,23,Chemical prods.,1 +325413,In-vitro diagnostic substance manufacturing,325413,In-Vitro Diagnostic Substance Manufacturing,21,Pharmaceuticals,1 +325414,Biological product (except diagnostic) manufacturing,325414,Biological Product (except Diagnostic) Manufacturing,21,Pharmaceuticals,1 +325510,Paint and coating manufacturing,325510,Paint and Coating Manufacturing,23,Chemical prods.,1 +325520,Adhesive manufacturing,325520,Adhesive Manufacturing,23,Chemical prods.,1 +325610,Soap and cleaning compound manufacturing,325613,Surface Active Agent Manufacturing,7,Other foodstuffs,0.333333333 +325610,Soap and cleaning compound manufacturing,325611,Soap and Other Detergent Manufacturing,20,Basic chemicals,0.333333333 +325610,Soap and cleaning compound manufacturing,325612,Polish and Other Sanitation Good Manufacturing,23,Chemical prods.,0.333333333 +325620,Toilet preparation manufacturing,325620,Toilet Preparation Manufacturing,23,Chemical prods.,1 +325910,Printing ink manufacturing,325910,Printing Ink Manufacturing,23,Chemical prods.,1 +3259A0,All other chemical product and preparation manufacturing,325920,Explosives Manufacturing,23,Chemical prods.,1 +3259A0,All other chemical product and preparation manufacturing,325991,Custom Compounding of Purchased Resins,23,Chemical prods.,1 +3259A0,All other chemical product and preparation manufacturing,325992,"Photographic Film, Paper, Plate, and Chemical Manufacturing",23,Chemical prods.,1 +3259A0,All other chemical product and preparation manufacturing,325998,All Other Miscellaneous Chemical Product and Preparation Manufacturing,23,Chemical prods.,1 +326110,Plastics packaging materials and unlaminated film and sheet manufacturing,326111,Plastics Bag and Pouch Manufacturing,24,Plastics/rubber,1 +326110,Plastics packaging materials and unlaminated film and sheet manufacturing,326112,Plastics Packaging Film and Sheet (including Laminated) Manufacturing,24,Plastics/rubber,1 +326110,Plastics packaging materials and unlaminated film and sheet manufacturing,326113,Unlaminated Plastics Film and Sheet (except Packaging) Manufacturing,24,Plastics/rubber,1 +326120,"Plastics pipe, pipe fitting, and unlaminated profile shape manufacturing",326121,Unlaminated Plastics Profile Shape Manufacturing,24,Plastics/rubber,1 +326120,"Plastics pipe, pipe fitting, and unlaminated profile shape manufacturing",326122,Plastics Pipe and Pipe Fitting Manufacturing,24,Plastics/rubber,1 +326130,"Laminated plastics plate, sheet (except packaging), and shape manufacturing",326130,"Laminated Plastics Plate, Sheet (except Packaging), and Shape Manufacturing",24,Plastics/rubber,1 +326140,Polystyrene foam product manufacturing,326140,Polystyrene Foam Product Manufacturing,24,Plastics/rubber,1 +326150,Urethane and other foam product (except polystyrene) manufacturing,326150,Urethane and Other Foam Product (except Polystyrene) Manufacturing,24,Plastics/rubber,1 +326160,Plastics bottle manufacturing,326160,Plastics Bottle Manufacturing,24,Plastics/rubber,1 +326190,Other plastics product manufacturing,326191,Plastics Plumbing Fixture Manufacturing,24,Plastics/rubber,1 +326190,Other plastics product manufacturing,326192,Resilient Floor Covering Manufacturing,24,Plastics/rubber,1 +326190,Other plastics product manufacturing,326199,All Other Plastics Product Manufacturing,24,Plastics/rubber,1 +326210,Tire manufacturing,326211,Tire Manufacturing (except Retreading),24,Plastics/rubber,1 +326210,Tire manufacturing,326212,Tire Retreading,24,Plastics/rubber,1 +326220,Rubber and plastics hoses and belting manufacturing,326220,Rubber and Plastics Hoses and Belting Manufacturing,24,Plastics/rubber,1 +326290,Other rubber product manufacturing,326291,Rubber Product Manufacturing for Mechanical Use,24,Plastics/rubber,1 +326290,Other rubber product manufacturing,326299,All Other Rubber Product Manufacturing,24,Plastics/rubber,1 +327100,Clay product and refractory manufacturing,327111,Vitreous China Plumbing Fixture and China and Earthenware Bathroom Accessories Manufacturing,31,Nonmetal min. prods.,0.5 +327100,Clay product and refractory manufacturing,327121,Brick and Structural Clay Tile Manufacturing,31,Nonmetal min. prods.,0.5 +327100,Clay product and refractory manufacturing,327122,Ceramic Wall and Floor Tile Manufacturing,31,Nonmetal min. prods.,0.5 +327100,Clay product and refractory manufacturing,327123,Other Structural Clay Product Manufacturing,31,Nonmetal min. prods.,0.5 +327100,Clay product and refractory manufacturing,327124,Clay Refractory Manufacturing,31,Nonmetal min. prods.,0.5 +327100,Clay product and refractory manufacturing,327125,Nonclay Refractory Manufacturing,31,Nonmetal min. prods.,0.5 +327100,Clay product and refractory manufacturing,327112,"Vitreous China, Fine Earthenware, and Other Pottery Product Manufacturing",35,Electronics,0.5 +327100,Clay product and refractory manufacturing,327113,Porcelain Electrical Supply Manufacturing,35,Electronics,0.5 +327200,Glass and glass product manufacturing,327211,Flat Glass Manufacturing,31,Nonmetal min. prods.,0.5 +327200,Glass and glass product manufacturing,327213,Glass Container Manufacturing,31,Nonmetal min. prods.,0.5 +327200,Glass and glass product manufacturing,327215,Glass Product Manufacturing Made of Purchased Glass,31,Nonmetal min. prods.,0.5 +327200,Glass and glass product manufacturing,327212,Other Pressed and Blown Glass and Glassware Manufacturing,39,Furniture,0.5 +327310,Cement manufacturing,327310,Cement Manufacturing,31,Nonmetal min. prods.,1 +327320,Ready-mix concrete manufacturing,327320,Ready-Mix Concrete Manufacturing,23,Chemical prods.,1 +327330,"Concrete pipe, brick, and block manufacturing",327331,Concrete Block and Brick Manufacturing,31,Nonmetal min. prods.,1 +327330,"Concrete pipe, brick, and block manufacturing",327332,Concrete Pipe Manufacturing,31,Nonmetal min. prods.,1 +327390,Other concrete product manufacturing,327390,Other Concrete Product Manufacturing,31,Nonmetal min. prods.,1 +327400,Lime and gypsum product manufacturing,327410,Lime Manufacturing,13,Nonmetallic minerals,0.5 +327400,Lime and gypsum product manufacturing,327420,Gypsum Product Manufacturing,31,Nonmetal min. prods.,0.5 +327910,Abrasive product manufacturing,327910,Abrasive Product Manufacturing,20,Basic chemicals,1 +327991,Cut stone and stone product manufacturing,327991,Cut Stone and Stone Product Manufacturing,31,Nonmetal min. prods.,1 +327992,Ground or treated mineral and earth manufacturing,327992,Ground or Treated Mineral and Earth Manufacturing,31,Nonmetal min. prods.,1 +327993,Mineral wool manufacturing,327993,Mineral Wool Manufacturing,31,Nonmetal min. prods.,1 +327999,Miscellaneous nonmetallic mineral products,327999,All Other Miscellaneous Nonmetallic Mineral Product Manufacturing,31,Nonmetal min. prods.,1 +331110,Iron and steel mills and ferroalloy manufacturing,331111,Iron and Steel Mills,32,Base metals,1 +331110,Iron and steel mills and ferroalloy manufacturing,331112,Electrometallurgical Ferroalloy Product Manufacturing,32,Base metals,1 +331200,Steel product manufacturing from purchased steel,331210,Iron and Steel Pipe and Tube Manufacturing from Purchased Steel,32,Base metals,0.5 +331200,Steel product manufacturing from purchased steel,331221,Rolled Steel Shape Manufacturing,32,Base metals,0.5 +331200,Steel product manufacturing from purchased steel,331222,Steel Wire Drawing,33,Articles-base metal,0.5 +331314,NA,331314,Secondary Smelting and Alloying of Aluminum,32,Base metals,1 +33131A,Alumina refining and primary aluminum production,331311,Alumina Refining,32,Base metals,1 +33131A,Alumina refining and primary aluminum production,331312,Primary Aluminum Production,32,Base metals,1 +33131B,Aluminum product manufacturing from purchased aluminum,331315,"Aluminum Sheet, Plate, and Foil Manufacturing",32,Base metals,0.5 +33131B,Aluminum product manufacturing from purchased aluminum,331319,Other Aluminum Rolling and Drawing,32,Base metals,0.5 +33131B,Aluminum product manufacturing from purchased aluminum,331316,Aluminum Extruded Product Manufacturing,33,Articles-base metal,0.5 +331411,Primary smelting and refining of copper,331411,Primary Smelting and Refining of Copper,32,Base metals,1 +331419,Primary smelting and refining of nonferrous metal (except copper and aluminum),331419,Primary Smelting and Refining of Nonferrous Metal (except Copper and Aluminum),32,Base metals,1 +331420,"Copper rolling, drawing, extruding and alloying",331422,Copper Wire (except Mechanical) Drawing,32,Base metals,0.5 +331420,"Copper rolling, drawing, extruding and alloying",331423,"Secondary Smelting, Refining, and Alloying of Copper",32,Base metals,0.5 +331420,"Copper rolling, drawing, extruding and alloying",331421,"Copper Rolling, Drawing, and Extruding",33,Articles-base metal,0.5 +331490,"Nonferrous metal (except copper and aluminum) rolling, drawing, extruding and alloying",331491,"Nonferrous Metal (except Copper and Aluminum) Rolling, Drawing, and Extruding",32,Base metals,1 +331490,"Nonferrous metal (except copper and aluminum) rolling, drawing, extruding and alloying",331492,"Secondary Smelting, Refining, and Alloying of Nonferrous Metal (except Copper and Aluminum)",32,Base metals,1 +331510,Ferrous metal foundries,331512,Steel Investment Foundries,32,Base metals,0.5 +331510,Ferrous metal foundries,331513,Steel Foundries (except Investment),32,Base metals,0.5 +331510,Ferrous metal foundries,331511,Iron Foundries,33,Articles-base metal,0.5 +331520,Nonferrous metal foundries,331521,Aluminum Die-Casting Foundries,32,Base metals,0.5 +331520,Nonferrous metal foundries,331522,Nonferrous (except Aluminum) Die-Casting Foundries,32,Base metals,0.5 +331520,Nonferrous metal foundries,331525,Copper Foundries (except Die-Casting),32,Base metals,0.5 +331520,Nonferrous metal foundries,331528,Other Nonferrous Foundries (except Die-Casting),32,Base metals,0.5 +331520,Nonferrous metal foundries,331524,Aluminum Foundries (except Die-Casting),33,Articles-base metal,0.5 +332114,Custom roll forming,332114,Custom Roll Forming,33,Articles-base metal,1 +33211A,"All other forging, stamping, and sintering",332111,Iron and Steel Forging,33,Articles-base metal,1 +33211A,"All other forging, stamping, and sintering",332112,Nonferrous Forging,33,Articles-base metal,1 +33211A,"All other forging, stamping, and sintering",332117,Powder Metallurgy Part Manufacturing,33,Articles-base metal,1 +33211B,Crown and closure manufacturing and metal stamping,332115,Crown and Closure Manufacturing,33,Articles-base metal,1 +33211B,Crown and closure manufacturing and metal stamping,332116,Metal Stamping,33,Articles-base metal,1 +332200,Cutlery and handtool manufacturing,332211,Cutlery and Flatware (except Precious) Manufacturing,33,Articles-base metal,0.333333333 +332200,Cutlery and handtool manufacturing,332213,Saw Blade and Handsaw Manufacturing,33,Articles-base metal,0.333333333 +332200,Cutlery and handtool manufacturing,332212,Hand and Edge Tool Manufacturing,34,Machinery,0.333333333 +332200,Cutlery and handtool manufacturing,332214,"Kitchen Utensil, Pot, and Pan Manufacturing",40,Misc. mfg. prods.,0.333333333 +332310,Plate work and fabricated structural product manufacturing,332312,Fabricated Structural Metal Manufacturing,33,Articles-base metal,0.333333333 +332310,Plate work and fabricated structural product manufacturing,332313,Plate Work Manufacturing,37,Transport equip.,0.333333333 +332310,Plate work and fabricated structural product manufacturing,332311,Prefabricated Metal Building and Component Manufacturing,40,Misc. mfg. prods.,0.333333333 +332320,Ornamental and architectural metal products manufacturing,332321,Metal Window and Door Manufacturing,33,Articles-base metal,1 +332320,Ornamental and architectural metal products manufacturing,332322,Sheet Metal Work Manufacturing,33,Articles-base metal,1 +332320,Ornamental and architectural metal products manufacturing,332323,Ornamental and Architectural Metal Work Manufacturing,33,Articles-base metal,1 +332410,Power boiler and heat exchanger manufacturing,332410,Power Boiler and Heat Exchanger Manufacturing,34,Machinery,1 +332420,Metal tank (heavy gauge) manufacturing,332420,Metal Tank (Heavy Gauge) Manufacturing,33,Articles-base metal,1 +332430,"Metal can, box, and other metal container (light gauge) manufacturing",332431,Metal Can Manufacturing,33,Articles-base metal,0.5 +332430,"Metal can, box, and other metal container (light gauge) manufacturing",332439,Other Metal Container Manufacturing,34,Machinery,0.5 +332500,Hardware manufacturing,332510,Hardware Manufacturing,33,Articles-base metal,1 +332600,Spring and wire product manufacturing,332611,Spring (Heavy Gauge) Manufacturing,33,Articles-base metal,1 +332600,Spring and wire product manufacturing,332612,Spring (Light Gauge) Manufacturing,33,Articles-base metal,1 +332600,Spring and wire product manufacturing,332618,Other Fabricated Wire Product Manufacturing,33,Articles-base metal,1 +332710,Machine shops,332710,Machine Shops,34,Machinery,1 +332720,"Turned product and screw, nut, and bolt manufacturing",332721,Precision Turned Product Manufacturing,33,Articles-base metal,1 +332720,"Turned product and screw, nut, and bolt manufacturing",332722,"Bolt, Nut, Screw, Rivet, and Washer Manufacturing",33,Articles-base metal,1 +332800,"Coating, engraving, heat treating and allied activities",332811,Metal Heat Treating,33,Articles-base metal,1 +332800,"Coating, engraving, heat treating and allied activities",332812,"Metal Coating, Engraving (except Jewelry and Silverware), and Allied Services to Manufacturers",33,Articles-base metal,1 +332800,"Coating, engraving, heat treating and allied activities",332813,"Electroplating, Plating, Polishing, Anodizing, and Coloring",33,Articles-base metal,1 +332913,Plumbing fixture fitting and trim manufacturing,332913,Plumbing Fixture Fitting and Trim Manufacturing,33,Articles-base metal,1 +33291A,Valve and fittings other than plumbing,332911,Industrial Valve Manufacturing,33,Articles-base metal,0.5 +33291A,Valve and fittings other than plumbing,332919,Other Metal Valve and Pipe Fitting Manufacturing,33,Articles-base metal,0.5 +33291A,Valve and fittings other than plumbing,332912,Fluid Power Valve and Hose Fitting Manufacturing,37,Transport equip.,0.5 +332991,Ball and roller bearing manufacturing,332991,Ball and Roller Bearing Manufacturing,34,Machinery,1 +332996,Fabricated pipe and pipe fitting manufacturing,332996,Fabricated Pipe and Pipe Fitting Manufacturing,33,Articles-base metal,1 +33299A,"Ammunition, arms, ordnance, and accessories manufacturing",332993,Ammunition (except Small Arms) Manufacturing,33,Articles-base metal,0.333333333 +33299A,"Ammunition, arms, ordnance, and accessories manufacturing",332994,Small Arms Manufacturing,38,Precision instruments,0.333333333 +33299A,"Ammunition, arms, ordnance, and accessories manufacturing",332992,Small Arms Ammunition Manufacturing,40,Misc. mfg. prods.,0.333333333 +33299A,"Ammunition, arms, ordnance, and accessories manufacturing",332995,Other Ordnance and Accessories Manufacturing,40,Misc. mfg. prods.,0.333333333 +33299B,Other fabricated metal manufacturing,332998,Enameled Iron and Metal Sanitary Ware Manufacturing,33,Articles-base metal,0.5 +33299B,Other fabricated metal manufacturing,332999,All Other Miscellaneous Fabricated Metal Product Manufacturing,33,Articles-base metal,0.5 +33299B,Other fabricated metal manufacturing,332997,Industrial Pattern Manufacturing,34,Machinery,0.5 +333111,Farm machinery and equipment manufacturing,333111,Farm Machinery and Equipment Manufacturing,34,Machinery,1 +333112,Lawn and garden equipment manufacturing,333112,Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,34,Machinery,1 +333120,Construction machinery manufacturing,333120,Construction Machinery Manufacturing,34,Machinery,1 +333130,Mining and oil and gas field machinery manufacturing,333131,Mining Machinery and Equipment Manufacturing,34,Machinery,1 +333130,Mining and oil and gas field machinery manufacturing,333132,Oil and Gas Field Machinery and Equipment Manufacturing,34,Machinery,1 +333220,Plastics and rubber industry machinery manufacturing,333220,Plastics and Rubber Industry Machinery Manufacturing,34,Machinery,1 +333295,Semiconductor machinery manufacturing,333295,Semiconductor Machinery Manufacturing,34,Machinery,1 +33329A,Other industrial machinery manufacturing,333210,Sawmill and Woodworking Machinery Manufacturing,34,Machinery,1 +33329A,Other industrial machinery manufacturing,333291,Paper Industry Machinery Manufacturing,34,Machinery,1 +33329A,Other industrial machinery manufacturing,333292,Textile Machinery Manufacturing,34,Machinery,1 +33329A,Other industrial machinery manufacturing,333293,Printing Machinery and Equipment Manufacturing,34,Machinery,1 +33329A,Other industrial machinery manufacturing,333294,Food Product Machinery Manufacturing,34,Machinery,1 +33329A,Other industrial machinery manufacturing,333298,All Other Industrial Machinery Manufacturing,34,Machinery,1 +333313,Office machinery manufacturing,333313,Office Machinery Manufacturing,35,Electronics,1 +333314,Optical instrument and lens manufacturing,333314,Optical Instrument and Lens Manufacturing,38,Precision instruments,1 +333315,Photographic and photocopying equipment manufacturing,333315,Photographic and Photocopying Equipment Manufacturing,34,Machinery,1 +33331A,"Vending, commercial laundry, and other commercial and service industry machinery manufacturing",333311,Automatic Vending Machine Manufacturing,34,Machinery,1 +33331A,"Vending, commercial laundry, and other commercial and service industry machinery manufacturing",333312,"Commercial Laundry, Drycleaning, and Pressing Machine Manufacturing",34,Machinery,1 +33331A,"Vending, commercial laundry, and other commercial and service industry machinery manufacturing",333319,Other Commercial and Service Industry Machinery Manufacturing,34,Machinery,1 +333414,Heating equipment (except warm air furnaces) manufacturing,333414,Heating Equipment (except Warm Air Furnaces) Manufacturing,34,Machinery,1 +333415,"Air conditioning, refrigeration, and warm air heating equipment manufacturing",333415,Air-Conditioning and Warm Air Heating Equipment and Commercial and Industrial Refrigeration Equipment Manufacturing,34,Machinery,1 +33341A,Air purification and ventilation equipment manufacturing,333411,Air Purification Equipment Manufacturing,34,Machinery,1 +33341A,Air purification and ventilation equipment manufacturing,333412,Industrial and Commercial Fan and Blower Manufacturing,34,Machinery,1 +333511,Industrial mold manufacturing,333511,Industrial Mold Manufacturing,34,Machinery,1 +333514,"Special tool, die, jig, and fixture manufacturing",333514,"Special Die and Tool, Die Set, Jig, and Fixture Manufacturing",34,Machinery,1 +33351A,Metal cutting and forming machine tool manufacturing,333512,Machine Tool (Metal Cutting Types) Manufacturing,34,Machinery,1 +33351A,Metal cutting and forming machine tool manufacturing,333513,Machine Tool (Metal Forming Types) Manufacturing,34,Machinery,1 +33351B,"Cutting and machine tool accessory, rolling mill, and other metalworking machinery manufacturing",333515,Cutting Tool and Machine Tool Accessory Manufacturing,34,Machinery,1 +33351B,"Cutting and machine tool accessory, rolling mill, and other metalworking machinery manufacturing",333516,Rolling Mill Machinery and Equipment Manufacturing,34,Machinery,1 +33351B,"Cutting and machine tool accessory, rolling mill, and other metalworking machinery manufacturing",333518,Other Metalworking Machinery Manufacturing,34,Machinery,1 +333611,Turbine and turbine generator set units manufacturing,333611,Turbine and Turbine Generator Set Units Manufacturing,34,Machinery,1 +333612,"Speed changer, industrial high-speed drive, and gear manufacturing",333612,"Speed Changer, Industrial High-Speed Drive, and Gear Manufacturing",35,Electronics,1 +333613,Mechanical power transmission equipment manufacturing,333613,Mechanical Power Transmission Equipment Manufacturing,34,Machinery,1 +333618,Other engine equipment manufacturing,333618,Other Engine Equipment Manufacturing,34,Machinery,1 +333912,Air and gas compressor manufacturing,333912,Air and Gas Compressor Manufacturing,34,Machinery,1 +33391A,Pump and pumping equipment manufacturing,333913,Measuring and Dispensing Pump Manufacturing,34,Machinery,0.5 +33391A,Pump and pumping equipment manufacturing,333911,Pump and Pumping Equipment Manufacturing,37,Transport equip.,0.5 +333920,Material handling equipment manufacturing,333921,Elevator and Moving Stairway Manufacturing,34,Machinery,0.5 +333920,Material handling equipment manufacturing,333922,Conveyor and Conveying Equipment Manufacturing,34,Machinery,0.5 +333920,Material handling equipment manufacturing,333923,"Overhead Traveling Crane, Hoist, and Monorail System Manufacturing",34,Machinery,0.5 +333920,Material handling equipment manufacturing,333924,"Industrial Truck, Tractor, Trailer, and Stacker Machinery Manufacturing",36,Motorized vehicles,0.5 +333991,Power-driven handtool manufacturing,333991,Power-Driven Handtool Manufacturing,33,Articles-base metal,1 +333993,Packaging machinery manufacturing,333993,Packaging Machinery Manufacturing,34,Machinery,1 +333994,Industrial process furnace and oven manufacturing,333994,Industrial Process Furnace and Oven Manufacturing,34,Machinery,1 +33399A,Other general purpose machinery manufacturing,333992,Welding and Soldering Equipment Manufacturing,33,Articles-base metal,0.5 +33399A,Other general purpose machinery manufacturing,333997,Scale and Balance Manufacturing,34,Machinery,0.5 +33399A,Other general purpose machinery manufacturing,333999,All Other Miscellaneous General Purpose Machinery Manufacturing,34,Machinery,0.5 +33399B,Fluid power process machinery,333995,Fluid Power Cylinder and Actuator Manufacturing,34,Machinery,1 +33399B,Fluid power process machinery,333996,Fluid Power Pump and Motor Manufacturing,34,Machinery,1 +334111,Electronic computer manufacturing,334111,Electronic Computer Manufacturing,35,Electronics,1 +334112,Computer storage device manufacturing,334112,Computer Storage Device Manufacturing,35,Electronics,1 +33411A,Computer terminals and other computer peripheral equipment manufacturing,334113,Computer Terminal Manufacturing,35,Electronics,1 +33411A,Computer terminals and other computer peripheral equipment manufacturing,334119,Other Computer Peripheral Equipment Manufacturing - digital camera manufacturing,35,Electronics,1 +334210,Telephone apparatus manufacturing,334210,Telephone Apparatus Manufacturing,35,Electronics,1 +334220,Broadcast and wireless communications equipment,334220,Radio and Television Broadcasting and Wireless Communications Equipment Manufacturing,35,Electronics,1 +334290,Other communications equipment manufacturing,334290,Other Communications Equipment Manufacturing,37,Transport equip.,1 +334300,Audio and video equipment manufacturing,334310,Audio and Video Equipment Manufacturing,35,Electronics,1 +334413,Semiconductor and related device manufacturing,334413,Semiconductor and Related Device Manufacturing,35,Electronics,1 +334418,Printed circuit assembly (electronic assembly) manufacturing,334418,Printed Circuit Assembly (Electronic Assembly) Manufacturing,35,Electronics,1 +33441A,Other electronic component manufacturing,334411,Electron Tube Manufacturing,35,Electronics,1 +33441A,Other electronic component manufacturing,334412,Bare Printed Circuit Board Manufacturing,35,Electronics,1 +33441A,Other electronic component manufacturing,334414,Electronic Capacitor Manufacturing,35,Electronics,1 +33441A,Other electronic component manufacturing,334415,Electronic Resistor Manufacturing,35,Electronics,1 +33441A,Other electronic component manufacturing,334416,"Electronic Coil, Transformer, and Other Inductor Manufacturing",35,Electronics,1 +33441A,Other electronic component manufacturing,334417,Electronic Connector Manufacturing,35,Electronics,1 +33441A,Other electronic component manufacturing,334419,Other Electronic Component Manufacturing,35,Electronics,1 +334510,Electromedical and electrotherapeutic apparatus manufacturing,334510,Electromedical and Electrotherapeutic Apparatus Manufacturing,38,Precision instruments,1 +334511,"Search, detection, and navigation instruments manufacturing",334511,"Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing",35,Electronics,1 +334512,Automatic environmental control manufacturing,334512,"Automatic Environmental Control Manufacturing for Residential, Commercial, and Appliance Use",38,Precision instruments,1 +334513,Industrial process variable instruments manufacturing,334513,"Instruments and Related Products Manufacturing for Measuring, Displaying, and Controlling Industrial Process Variables",38,Precision instruments,1 +334514,Totalizing fluid meter and counting device manufacturing,334514,Totalizing Fluid Meter and Counting Device Manufacturing,38,Precision instruments,1 +334515,Electricity and signal testing instruments manufacturing,334515,Instrument Manufacturing for Measuring and Testing Electricity and Electrical Signals,35,Electronics,1 +334516,Analytical laboratory instrument manufacturing,334516,Analytical Laboratory Instrument Manufacturing,34,Machinery,1 +334517,Irradiation apparatus manufacturing,334517,Irradiation Apparatus Manufacturing,38,Precision instruments,1 +33451A,"Watch, clock, and other measuring and controlling device manufacturing",334519,Other Measuring and Controlling Device Manufacturing,35,Electronics,0.5 +33451A,"Watch, clock, and other measuring and controlling device manufacturing",334518,"Watch, Clock, and Part Manufacturing",40,Misc. mfg. prods.,0.5 +334610,Manufacturing and reproducing magnetic and optical media,334611,Software Reproducing,35,Electronics,1 +334610,Manufacturing and reproducing magnetic and optical media,334612,"Prerecorded Compact Disc (except Software), Tape, and Record Reproducing",35,Electronics,1 +334610,Manufacturing and reproducing magnetic and optical media,334613,Magnetic and Optical Recording Media Manufacturing,35,Electronics,1 +335110,Electric lamp bulb and part manufacturing,335110,Electric Lamp Bulb and Part Manufacturing,35,Electronics,1 +335120,Lighting fixture manufacturing,335129,Other Lighting Equipment Manufacturing,33,Articles-base metal,0.5 +335120,Lighting fixture manufacturing,335121,Residential Electric Lighting Fixture Manufacturing,35,Electronics,0.5 +335120,Lighting fixture manufacturing,335122,"Commercial, Industrial, and Institutional Electric Lighting Fixture Manufacturing",35,Electronics,0.5 +335210,Small electrical appliance manufacturing,335211,Electric Housewares and Household Fan Manufacturing,35,Electronics,1 +335210,Small electrical appliance manufacturing,335212,Household Vacuum Cleaner Manufacturing,35,Electronics,1 +335221,Household cooking appliance manufacturing,335221,Household Cooking Appliance Manufacturing,35,Electronics,1 +335222,Household refrigerator and home freezer manufacturing,335222,Household Refrigerator and Home Freezer Manufacturing,34,Machinery,1 +335224,Household laundry equipment manufacturing,335224,Household Laundry Equipment Manufacturing,34,Machinery,1 +335228,Other major household appliance manufacturing,335228,Other Major Household Appliance Manufacturing,35,Electronics,1 +335311,"Power, distribution, and specialty transformer manufacturing",335311,"Power, Distribution, and Specialty Transformer Manufacturing",35,Electronics,1 +335312,Motor and generator manufacturing,335312,Motor and Generator Manufacturing,35,Electronics,1 +335313,Switchgear and switchboard apparatus manufacturing,335313,Switchgear and Switchboard Apparatus Manufacturing,35,Electronics,1 +335314,Relay and industrial control manufacturing,335314,Relay and Industrial Control Manufacturing,35,Electronics,1 +335911,Storage battery manufacturing,335911,Storage Battery Manufacturing,35,Electronics,1 +335912,Primary battery manufacturing,335912,Primary Battery Manufacturing,35,Electronics,1 +335920,Communication and energy wire and cable manufacturing,335921,Fiber Optic Cable Manufacturing,35,Electronics,1 +335920,Communication and energy wire and cable manufacturing,335929,Other Communication and Energy Wire Manufacturing,35,Electronics,1 +335930,Wiring device manufacturing,335931,Current-Carrying Wiring Device Manufacturing,35,Electronics,1 +335930,Wiring device manufacturing,335932,Noncurrent-Carrying Wiring Device Manufacturing,35,Electronics,1 +335991,Carbon and graphite product manufacturing,335991,Carbon and Graphite Product Manufacturing,35,Electronics,1 +335999,All other miscellaneous electrical equipment and component manufacturing,335999,All Other Miscellaneous Electrical Equipment and Component Manufacturing,35,Electronics,1 +336111,Automobile manufacturing,336111,Automobile Manufacturing,36,Motorized vehicles,1 +336112,Light truck and utility vehicle manufacturing,336112,Light Truck and Utility Vehicle Manufacturing,36,Motorized vehicles,1 +336120,Heavy duty truck manufacturing,336120,Heavy Duty Truck Manufacturing,36,Motorized vehicles,1 +336211,Motor vehicle body manufacturing,336211,Motor Vehicle Body Manufacturing,34,Machinery,1 +336212,Truck trailer manufacturing,336212,Truck Trailer Manufacturing,36,Motorized vehicles,1 +336213,Motor home manufacturing,336213,Motor Home Manufacturing,36,Motorized vehicles,1 +336214,Travel trailer and camper manufacturing,336214,Travel Trailer and Camper Manufacturing,36,Motorized vehicles,1 +336310,Motor vehicle gasoline engine and engine parts manufacturing,336311,"Carburetor, Piston, Piston Ring, and Valve Manufacturing",36,Motorized vehicles,1 +336310,Motor vehicle gasoline engine and engine parts manufacturing,336312,Gasoline Engine and Engine Parts Manufacturing,36,Motorized vehicles,1 +336320,Motor vehicle electrical and electronic equipment manufacturing,336321,Vehicular Lighting Equipment Manufacturing,35,Electronics,1 +336320,Motor vehicle electrical and electronic equipment manufacturing,336322,Other Motor Vehicle Electrical and Electronic Equipment Manufacturing,35,Electronics,1 +336350,Motor vehicle transmission and power train parts manufacturing,336350,Motor Vehicle Transmission and Power Train Parts Manufacturing,36,Motorized vehicles,1 +336360,Motor vehicle seating and interior trim manufacturing,336360,Motor Vehicle Seating and Interior Trim Manufacturing,36,Motorized vehicles,1 +336370,Motor vehicle metal stamping,336370,Motor Vehicle Metal Stamping,36,Motorized vehicles,1 +336390,Other motor vehicle parts manufacturing,336391,Motor Vehicle Air-Conditioning Manufacturing,36,Motorized vehicles,1 +336390,Other motor vehicle parts manufacturing,336399,All Other Motor Vehicle Parts Manufacturing,36,Motorized vehicles,1 +3363A0,"Motor vehicle steering, suspension component (except spring), and brake systems manufacturing",336330,Motor Vehicle Steering and Suspension Components (except Spring) Manufacturing,36,Motorized vehicles,1 +3363A0,"Motor vehicle steering, suspension component (except spring), and brake systems manufacturing",336340,Motor Vehicle Brake System Manufacturing,36,Motorized vehicles,1 +336411,Aircraft manufacturing,336411,Aircraft Manufacturing,37,Transport equip.,1 +336412,Aircraft engine and engine parts manufacturing,336412,Aircraft Engine and Engine Parts Manufacturing,34,Machinery,1 +336413,Other aircraft parts and auxiliary equipment manufacturing,336413,Other Aircraft Parts and Auxiliary Equipment Manufacturing,36,Motorized vehicles,1 +336414,Guided missile and space vehicle manufacturing,336414,Guided Missile and Space Vehicle Manufacturing,37,Transport equip.,1 +33641A,Propulsion units and parts for space vehicles and guided missiles,336415,Guided Missile and Space Vehicle Propulsion Unit and Propulsion Unit Parts Manufacturing,34,Machinery,0.5 +33641A,Propulsion units and parts for space vehicles and guided missiles,336419,Other Guided Missile and Space Vehicle Parts and Auxiliary Equipment Manufacturing,36,Motorized vehicles,0.5 +336500,Railroad rolling stock manufacturing,336510,Railroad Rolling Stock Manufacturing,36,Motorized vehicles,1 +336611,Ship building and repairing,336611,Ship Building and Repairing,37,Transport equip.,1 +336612,Boat building,336612,Boat Building,37,Transport equip.,1 +336991,"Motorcycle, bicycle, and parts manufacturing",336991,"Motorcycle, Bicycle, and Parts Manufacturing",29,Printed prods.,1 +336992,"Military armored vehicle, tank, and tank component manufacturing",336992,"Military Armored Vehicle, Tank, and Tank Component Manufacturing",36,Motorized vehicles,1 +336999,All other transportation equipment manufacturing,336999,All Other Transportation Equipment Manufacturing,36,Motorized vehicles,1 +337110,Wood kitchen cabinet and countertop manufacturing,337110,Wood Kitchen Cabinet and Countertop Manufacturing,39,Furniture,1 +337121,Upholstered household furniture manufacturing,337121,Upholstered Household Furniture Manufacturing,39,Furniture,1 +337122,Nonupholstered wood household furniture manufacturing,337122,Nonupholstered Wood Household Furniture Manufacturing,39,Furniture,1 +337127,Institutional furniture manufacturing,337127,Institutional Furniture Manufacturing,39,Furniture,1 +33712A,Other household nonupholstered furniture,337129,"Wood Television, Radio, and Sewing Machine Cabinet Manufacturing",34,Machinery,0.5 +33712A,Other household nonupholstered furniture,337124,Metal Household Furniture Manufacturing,39,Furniture,0.5 +33712A,Other household nonupholstered furniture,337125,Household Furniture (except Wood and Metal) Manufacturing,39,Furniture,0.5 +337215,"Showcase, partition, shelving, and locker manufacturing",337215,"Showcase, Partition, Shelving, and Locker Manufacturing",39,Furniture,1 +33721A,Office furniture and custom architectural woodwork and millwork manufacturing,337214,Office Furniture (except Wood) Manufacturing,33,Articles-base metal,0.5 +33721A,Office furniture and custom architectural woodwork and millwork manufacturing,337211,Wood Office Furniture Manufacturing,39,Furniture,0.5 +33721A,Office furniture and custom architectural woodwork and millwork manufacturing,337212,Custom Architectural Woodwork and Millwork Manufacturing,39,Furniture,0.5 +337900,Other furniture related product manufacturing,337920,Blind and Shade Manufacturing,33,Articles-base metal,0.5 +337900,Other furniture related product manufacturing,337910,Mattress Manufacturing,39,Furniture,0.5 +339112,Surgical and medical instrument manufacturing,339112,Surgical and Medical Instrument Manufacturing,38,Precision instruments,1 +339113,Surgical appliance and supplies manufacturing,339113,Surgical Appliance and Supplies Manufacturing,38,Precision instruments,1 +339114,Dental equipment and supplies manufacturing,339114,Dental Equipment and Supplies Manufacturing,21,Pharmaceuticals,1 +339115,Ophthalmic goods manufacturing,339115,Ophthalmic Goods Manufacturing,38,Precision instruments,1 +339116,Dental laboratories,339116,Dental Laboratories,38,Precision instruments,1 +339910,Jewelry and silverware manufacturing,339914,Costume Jewelry and Novelty Manufacturing,31,Nonmetal min. prods.,0.5 +339910,Jewelry and silverware manufacturing,339911,Jewelry (except Costume) Manufacturing,40,Misc. mfg. prods.,0.5 +339910,Jewelry and silverware manufacturing,339912,Silverware and Hollowware Manufacturing,40,Misc. mfg. prods.,0.5 +339910,Jewelry and silverware manufacturing,339913,Jewelers' Material and Lapidary Work Manufacturing,40,Misc. mfg. prods.,0.5 +339920,Sporting and athletic goods manufacturing,339920,Sporting and Athletic Goods Manufacturing,24,Plastics/rubber,1 +339930,"Doll, toy, and game manufacturing",339931,Doll and Stuffed Toy Manufacturing,40,Misc. mfg. prods.,1 +339930,"Doll, toy, and game manufacturing",339932,"Game, Toy, and Children's Vehicle Manufacturing",40,Misc. mfg. prods.,1 +339940,Office supplies (except paper) manufacturing,339944,Carbon Paper and Inked Ribbon Manufacturing,27,Newsprint/paper,0.5 +339940,Office supplies (except paper) manufacturing,339941,Pen and Mechanical Pencil Manufacturing,40,Misc. mfg. prods.,0.5 +339940,Office supplies (except paper) manufacturing,339942,Lead Pencil and Art Good Manufacturing,40,Misc. mfg. prods.,0.5 +339940,Office supplies (except paper) manufacturing,339943,Marking Device Manufacturing,40,Misc. mfg. prods.,0.5 +339950,Sign manufacturing,339950,Sign Manufacturing,40,Misc. mfg. prods.,1 +339990,All other miscellaneous manufacturing,339991,"Gasket, Packing, and Sealing Device Manufacturing",24,Plastics/rubber,0.25 +339990,All other miscellaneous manufacturing,339992,Musical Instrument Manufacturing,33,Articles-base metal,0.25 +339990,All other miscellaneous manufacturing,339993,"Fastener, Button, Needle, and Pin Manufacturing",34,Machinery,0.25 +339990,All other miscellaneous manufacturing,339994,"Broom, Brush, and Mop Manufacturing",40,Misc. mfg. prods.,0.25 +339990,All other miscellaneous manufacturing,339995,Burial Casket Manufacturing,40,Misc. mfg. prods.,0.25 +339990,All other miscellaneous manufacturing,339999,All Other Miscellaneous Manufacturing,40,Misc. mfg. prods.,0.25 +420000,Wholesale trade,423110,Automobile and Other Motor Vehicle Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423120,Motor Vehicle Supplies and New Parts Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423130,Tire and Tube Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423140,Motor Vehicle Parts (Used) Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423210,Furniture Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423220,Home Furnishing Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423310,"Lumber, Plywood, Millwork, and Wood Panel Merchant Wholesalers",0,NA,0 +420000,Wholesale trade,423320,"Brick, Stone, and Related Construction Material Merchant Wholesalers",0,NA,0 +420000,Wholesale trade,423330,"Roofing, Siding, and Insulation Material Merchant Wholesalers",0,NA,0 +420000,Wholesale trade,423390,Other Construction Material Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423410,Photographic Equipment and Supplies Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423420,Office Equipment Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423430,Computer and Computer Peripheral Equipment and Software Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423440,Other Commercial Equipment Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423450,"Medical, Dental, and Hospital Equipment and Supplies Merchant Wholesalers",0,NA,0 +420000,Wholesale trade,423460,Ophthalmic Goods Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423490,Other Professional Equipment and Supplies Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423510,Metal Service Centers and Other Metal Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423520,Coal and Other Mineral and Ore Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423610,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers",0,NA,0 +420000,Wholesale trade,423620,"Electrical and Electronic Appliance, Television, and Radio Set Merchant Wholesalers - except electric water heaters",0,NA,0 +420000,Wholesale trade,423690,Other Electronic Parts and Equipment Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423710,Hardware Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423720,Plumbing and Heating Equipment and Supplies (Hydronics) Merchant Wholesalers - gas household appliances,0,NA,0 +420000,Wholesale trade,423730,Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423740,Refrigeration Equipment and Supplies Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423810,Construction and Mining (except Oil Well) Machinery and Equipment Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423820,Farm and Garden Machinery and Equipment Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423830,Industrial Machinery and Equipment Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423840,Industrial Supplies Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423850,Service Establishment Equipment and Supplies Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423860,Transportation Equipment and Supplies (except Motor Vehicle) Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423910,Sporting and Recreational Goods and Supplies Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423920,Toy and Hobby Goods and Supplies Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423930,Recyclable Material Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,423940,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers",0,NA,0 +420000,Wholesale trade,423990,Other Miscellaneous Durable Goods Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,424110,Printing and Writing Paper Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,424120,Stationery and Office Supplies Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,424130,Industrial and Personal Service Paper Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,424210,Drugs and Druggists' Sundries Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,424310,"Piece Goods, Notions, and Other Dry Goods Merchant Wholesalers",0,NA,0 +420000,Wholesale trade,424320,Men's and Boys' Clothing and Furnishings Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,424330,"Women's, Children's, and Infants' Clothing and Accessories Merchant Wholesalers",0,NA,0 +420000,Wholesale trade,424340,Footwear Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,424410,General Line Grocery Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,424420,Packaged Frozen Food Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,424430,Dairy Product (except Dried or Canned) Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,424440,Poultry and Poultry Product Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,424450,Confectionery Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,424460,Fish and Seafood Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,424470,Meat and Meat Product Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,424480,Fresh Fruit and Vegetable Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,424490,Other Grocery and Related Products Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,424510,Grain and Field Bean Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,424520,Livestock Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,424590,Other Farm Product Raw Material Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,424610,Plastics Materials and Basic Forms and Shapes Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,424690,Other Chemical and Allied Products Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,424710,Petroleum Bulk Stations and Terminals,0,NA,0 +420000,Wholesale trade,424720,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),0,NA,0 +420000,Wholesale trade,424810,Beer and Ale Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,424820,Wine and Distilled Alcoholic Beverage Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,424910,Farm Supplies Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,424920,"Book, Periodical, and Newspaper Merchant Wholesalers",0,NA,0 +420000,Wholesale trade,424930,"Flower, Nursery Stock, and Florists' Supplies Merchant Wholesalers",0,NA,0 +420000,Wholesale trade,424940,Tobacco and Tobacco Product Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,424950,"Paint, Varnish, and Supplies Merchant Wholesalers",0,NA,0 +420000,Wholesale trade,424990,Other Miscellaneous Nondurable Goods Merchant Wholesalers,0,NA,0 +420000,Wholesale trade,425110,Business to Business Electronic Markets,0,NA,0 +420000,Wholesale trade,425120,Wholesale Trade Agents and Brokers,0,NA,0 +441000,Motor vehicle and parts dealers,441110,New Car Dealers,0,NA,0 +441000,Motor vehicle and parts dealers,441120,Used Car Dealers,0,NA,0 +441000,Motor vehicle and parts dealers,441210,Recreational Vehicle Dealers,0,NA,0 +441000,Motor vehicle and parts dealers,441221,"Motorcycle, ATV, and Personal Watercraft Dealers",0,NA,0 +441000,Motor vehicle and parts dealers,441222,Boat Dealers,0,NA,0 +441000,Motor vehicle and parts dealers,441229,All Other Motor Vehicle Dealers,0,NA,0 +441000,Motor vehicle and parts dealers,441310,Automotive Parts and Accessories Stores,0,NA,0 +441000,Motor vehicle and parts dealers,441320,Tire Dealers,0,NA,0 +445000,Food and beverage stores,445110,Supermarkets and Other Grocery (except Convenience) Stores,0,NA,0 +445000,Food and beverage stores,445120,Convenience Stores,0,NA,0 +445000,Food and beverage stores,445210,Meat Markets,0,NA,0 +445000,Food and beverage stores,445220,Fish and Seafood Markets,0,NA,0 +445000,Food and beverage stores,445230,Fruit and Vegetable Markets,0,NA,0 +445000,Food and beverage stores,445291,Baked Goods Stores,0,NA,0 +445000,Food and beverage stores,445292,Confectionery and Nut Stores,0,NA,0 +445000,Food and beverage stores,445299,All Other Specialty Food Stores,0,NA,0 +445000,Food and beverage stores,445310,"Beer, Wine, and Liquor Stores",0,NA,0 +452000,General merchandise stores,452111,Department Stores (except Discount Department Stores),0,NA,0 +452000,General merchandise stores,452112,Discount Department Stores,0,NA,0 +452000,General merchandise stores,452910,Warehouse Clubs and Supercenters,0,NA,0 +452000,General merchandise stores,452990,All Other General Merchandise Stores,0,NA,0 +481000,Air transportation,481111,Scheduled Passenger Air Transportation,0,NA,0 +481000,Air transportation,481112,Scheduled Freight Air Transportation,0,NA,0 +481000,Air transportation,481211,Nonscheduled Chartered Passenger Air Transportation,0,NA,0 +481000,Air transportation,481212,Nonscheduled Chartered Freight Air Transportation,0,NA,0 +481000,Air transportation,481219,Other Nonscheduled Air Transportation,0,NA,0 +482000,Rail transportation,482111,Line-Haul Railroads,0,NA,0 +482000,Rail transportation,482112,Short Line Railroads,0,NA,0 +483000,Water transportation,483111,Deep Sea Freight Transportation,0,NA,0 +483000,Water transportation,483112,Deep Sea Passenger Transportation,0,NA,0 +483000,Water transportation,483113,Coastal and Great Lakes Freight Transportation,0,NA,0 +483000,Water transportation,483114,Coastal and Great Lakes Passenger Transportation,0,NA,0 +483000,Water transportation,483211,Inland Water Freight Transportation,0,NA,0 +483000,Water transportation,483212,Inland Water Passenger Transportation,0,NA,0 +484000,Truck transportation,484110,"General Freight Trucking, Local",0,NA,0 +484000,Truck transportation,484121,"General Freight Trucking, Long-Distance, Truckload",0,NA,0 +484000,Truck transportation,484122,"General Freight Trucking, Long-Distance, Less Than Truckload",0,NA,0 +484000,Truck transportation,484210,Used Household and Office Goods Moving,0,NA,0 +484000,Truck transportation,484220,"Specialized Freight (except Used Goods) Trucking, Local",0,NA,0 +484000,Truck transportation,484230,"Specialized Freight (except Used Goods) Trucking, Long-Distance",0,NA,0 +485000,Transit and ground passenger transportation,485111,Mixed Mode Transit Systems,0,NA,0 +485000,Transit and ground passenger transportation,485112,Commuter Rail Systems,0,NA,0 +485000,Transit and ground passenger transportation,485113,Bus and Other Motor Vehicle Transit Systems,0,NA,0 +485000,Transit and ground passenger transportation,485119,Other Urban Transit Systems,0,NA,0 +485000,Transit and ground passenger transportation,485210,Interurban and Rural Bus Transportation,0,NA,0 +485000,Transit and ground passenger transportation,485310,Taxi Service,0,NA,0 +485000,Transit and ground passenger transportation,485320,Limousine Service,0,NA,0 +485000,Transit and ground passenger transportation,485410,School and Employee Bus Transportation,0,NA,0 +485000,Transit and ground passenger transportation,485510,Charter Bus Industry,0,NA,0 +485000,Transit and ground passenger transportation,485991,Special Needs Transportation,0,NA,0 +485000,Transit and ground passenger transportation,485999,All Other Transit and Ground Passenger Transportation,0,NA,0 +486000,Pipeline transportation,486110,Pipeline Transportation of Crude Oil,0,NA,0 +486000,Pipeline transportation,486210,Pipeline Transportation of Natural Gas,0,NA,0 +486000,Pipeline transportation,486910,Pipeline Transportation of Refined Petroleum Products,0,NA,0 +486000,Pipeline transportation,486990,All Other Pipeline Transportation,0,NA,0 +48A000,Scenic and sightseeing transportation and support activities for transportation,487110,"Scenic and Sightseeing Transportation, Land",0,NA,0 +48A000,Scenic and sightseeing transportation and support activities for transportation,487210,"Scenic and Sightseeing Transportation, Water",0,NA,0 +48A000,Scenic and sightseeing transportation and support activities for transportation,487990,"Scenic and Sightseeing Transportation, Other",0,NA,0 +48A000,Scenic and sightseeing transportation and support activities for transportation,488111,Air Traffic Control,0,NA,0 +48A000,Scenic and sightseeing transportation and support activities for transportation,488119,Other Airport Operations,0,NA,0 +48A000,Scenic and sightseeing transportation and support activities for transportation,488190,Other Support Activities for Air Transportation,0,NA,0 +48A000,Scenic and sightseeing transportation and support activities for transportation,488210,Support Activities for Rail Transportation,0,NA,0 +48A000,Scenic and sightseeing transportation and support activities for transportation,488310,Port and Harbor Operations,0,NA,0 +48A000,Scenic and sightseeing transportation and support activities for transportation,488320,Marine Cargo Handling,0,NA,0 +48A000,Scenic and sightseeing transportation and support activities for transportation,488330,Navigational Services to Shipping,0,NA,0 +48A000,Scenic and sightseeing transportation and support activities for transportation,488390,Other Support Activities for Water Transportation,0,NA,0 +48A000,Scenic and sightseeing transportation and support activities for transportation,488410,Motor Vehicle Towing,0,NA,0 +48A000,Scenic and sightseeing transportation and support activities for transportation,488490,Other Support Activities for Road Transportation,0,NA,0 +48A000,Scenic and sightseeing transportation and support activities for transportation,488510,Freight Transportation Arrangement,0,NA,0 +48A000,Scenic and sightseeing transportation and support activities for transportation,488991,Packing and Crating,0,NA,0 +48A000,Scenic and sightseeing transportation and support activities for transportation,488999,All Other Support Activities for Transportation,0,NA,0 +491000,Postal service,491110,Postal Service,0,NA,0 +492000,Couriers and messengers,492110,Couriers and Express Delivery Services,0,NA,0 +492000,Couriers and messengers,492210,Local Messengers and Local Delivery,0,NA,0 +492000,Couriers and messengers,493110,General Warehousing and Storage,0,NA,0 +492000,Couriers and messengers,493120,Refrigerated Warehousing and Storage,0,NA,0 +492000,Couriers and messengers,493130,Farm Product Warehousing and Storage,0,NA,0 +492000,Couriers and messengers,493190,Other Warehousing and Storage,0,NA,0 +4A0000,Other retail,442110,Furniture Stores,0,NA,0 +4A0000,Other retail,442210,Floor Covering Stores,0,NA,0 +4A0000,Other retail,442291,Window Treatment Stores,0,NA,0 +4A0000,Other retail,442299,All Other Home Furnishings Stores,0,NA,0 +4A0000,Other retail,443111,Household Appliance Stores,0,NA,0 +4A0000,Other retail,443112,"Radio, Television, and Other Electronics Stores",0,NA,0 +4A0000,Other retail,443120,Computer and Software Stores,0,NA,0 +4A0000,Other retail,443130,Camera and Photographic Supplies Stores,0,NA,0 +4A0000,Other retail,444110,Home Centers,0,NA,0 +4A0000,Other retail,444120,Paint and Wallpaper Stores,0,NA,0 +4A0000,Other retail,444130,Hardware Stores,0,NA,0 +4A0000,Other retail,444190,Other Building Material Dealers,0,NA,0 +4A0000,Other retail,444210,Outdoor Power Equipment Stores,0,NA,0 +4A0000,Other retail,444220,"Nursery, Garden Center, and Farm Supply Stores",0,NA,0 +4A0000,Other retail,446110,Pharmacies and Drug Stores,0,NA,0 +4A0000,Other retail,446120,"Cosmetics, Beauty Supplies, and Perfume Stores",0,NA,0 +4A0000,Other retail,446130,Optical Goods Stores,0,NA,0 +4A0000,Other retail,446191,Food (Health) Supplement Stores,0,NA,0 +4A0000,Other retail,446199,All Other Health and Personal Care Stores,0,NA,0 +4A0000,Other retail,447110,Gasoline Stations with Convenience Stores,0,NA,0 +4A0000,Other retail,447190,Other Gasoline Stations,0,NA,0 +4A0000,Other retail,448110,Men's Clothing Stores,0,NA,0 +4A0000,Other retail,448120,Women's Clothing Stores,0,NA,0 +4A0000,Other retail,448130,Children's and Infants' Clothing Stores,0,NA,0 +4A0000,Other retail,448140,Family Clothing Stores,0,NA,0 +4A0000,Other retail,448150,Clothing Accessories Stores,0,NA,0 +4A0000,Other retail,448190,Other Clothing Stores,0,NA,0 +4A0000,Other retail,448210,Shoe Stores,0,NA,0 +4A0000,Other retail,448310,Jewelry Stores,0,NA,0 +4A0000,Other retail,448320,Luggage and Leather Goods Stores,0,NA,0 +4A0000,Other retail,451110,Sporting Goods Stores,0,NA,0 +4A0000,Other retail,451120,"Hobby, Toy, and Game Stores",0,NA,0 +4A0000,Other retail,451130,"Sewing, Needlework, and Piece Goods Stores",0,NA,0 +4A0000,Other retail,451140,Musical Instrument and Supplies Stores,0,NA,0 +4A0000,Other retail,451211,Book Stores,0,NA,0 +4A0000,Other retail,451212,News Dealers and Newsstands,0,NA,0 +4A0000,Other retail,451220,"Prerecorded Tape, Compact Disc, and Record Stores",0,NA,0 +4A0000,Other retail,453110,Florists,0,NA,0 +4A0000,Other retail,453210,Office Supplies and Stationery Stores,0,NA,0 +4A0000,Other retail,453220,"Gift, Novelty, and Souvenir Stores",0,NA,0 +4A0000,Other retail,453310,Used Merchandise Stores,0,NA,0 +4A0000,Other retail,453910,Pet and Pet Supplies Stores,0,NA,0 +4A0000,Other retail,453920,Art Dealers,0,NA,0 +4A0000,Other retail,453930,Manufactured (Mobile) Home Dealers,0,NA,0 +4A0000,Other retail,453991,Tobacco Stores,0,NA,0 +4A0000,Other retail,453998,All Other Miscellaneous Store Retailers (except Tobacco Stores),0,NA,0 +4A0000,Other retail,454111,Electronic Shopping,0,NA,0 +4A0000,Other retail,454112,Electronic Auctions,0,NA,0 +4A0000,Other retail,454113,Mail-Order Houses,0,NA,0 +4A0000,Other retail,454210,Vending Machine Operators,0,NA,0 +4A0000,Other retail,454311,Heating Oil Dealers,0,NA,0 +4A0000,Other retail,454312,Liquefied Petroleum Gas (Bottled Gas) Dealers,0,NA,0 +4A0000,Other retail,454319,Other Fuel Dealers,0,NA,0 +4A0000,Other retail,454390,Other Direct Selling Establishments,0,NA,0 +511110,Newspaper publishers,511110,Newspaper Publishers,29,Printed prods.,1 +511120,Periodical Publishers,511120,Periodical Publishers,29,Printed prods.,1 +511130,Book publishers,511130,Book Publishers,29,Printed prods.,1 +5111A0,"Directory, mailing list, and other publishers",511140,Directory and Mailing List Publishers,29,Printed prods.,1 +5111A0,"Directory, mailing list, and other publishers",511191,Greeting Card Publishers,29,Printed prods.,1 +5111A0,"Directory, mailing list, and other publishers",511199,All Other Publishers,29,Printed prods.,1 +511200,Software publishers,511210,Software Publishers,0,NA,0 +512100,Motion picture and video industries,512110,Motion Picture and Video Production,0,NA,0 +512100,Motion picture and video industries,512120,Motion Picture and Video Distribution,0,NA,0 +512100,Motion picture and video industries,512131,Motion Picture Theaters (except Drive-Ins),0,NA,0 +512100,Motion picture and video industries,512132,Drive-In Motion Picture Theaters,0,NA,0 +512100,Motion picture and video industries,512191,Teleproduction and Other Postproduction Services,0,NA,0 +512100,Motion picture and video industries,512199,Other Motion Picture and Video Industries,0,NA,0 +512200,Sound recording industries,512210,Record Production,0,NA,0 +512200,Sound recording industries,512220,Integrated Record Production/Distribution,0,NA,0 +512200,Sound recording industries,512230,Music Publishers,0,NA,0 +512200,Sound recording industries,512240,Sound Recording Studios,0,NA,0 +512200,Sound recording industries,512290,Other Sound Recording Industries,0,NA,0 +515100,Radio and television broadcasting,515111,Radio Networks,0,NA,0 +515100,Radio and television broadcasting,515112,Radio Stations,0,NA,0 +515100,Radio and television broadcasting,515120,Television Broadcasting,0,NA,0 +515200,Cable and other subscription programming,515210,Cable and Other Subscription Programming,0,NA,0 +517110,Wired telecommunications carriers,517110,Wired Telecommunications Carriers,0,NA,0 +517210,Wireless telecommunications carriers (except satellite),517210,Wireless Telecommunications Carriers (except Satellite),0,NA,0 +517A00,"Satellite, telecommunications resellers, and all other telecommunications",517410,Satellite Telecommunications,0,NA,0 +517A00,"Satellite, telecommunications resellers, and all other telecommunications",517911,Telecommunications Resellers,0,NA,0 +517A00,"Satellite, telecommunications resellers, and all other telecommunications",517919,All Other Telecommunications,0,NA,0 +518200,"Data processing, hosting, and related services",518210,"Data Processing, Hosting, and Related Services",0,NA,0 +519130,Internet publishing and broadcasting and Web search portals,519130,Internet Publishing and Broadcasting and Web Search Portals,0,NA,0 +5191A0,"News syndicates, libraries, archives and all other information services",519110,News Syndicates,0,NA,0 +5191A0,"News syndicates, libraries, archives and all other information services",519120,Libraries and Archives,0,NA,0 +5191A0,"News syndicates, libraries, archives and all other information services",519190,All Other Information Services,0,NA,0 +522A00,Nondepository credit intermediation and related activities,522210,Credit Card Issuing,0,NA,0 +522A00,Nondepository credit intermediation and related activities,522220,Sales Financing,0,NA,0 +522A00,Nondepository credit intermediation and related activities,522291,Consumer Lending,0,NA,0 +522A00,Nondepository credit intermediation and related activities,522292,Real Estate Credit,0,NA,0 +522A00,Nondepository credit intermediation and related activities,522293,International Trade Financing,0,NA,0 +522A00,Nondepository credit intermediation and related activities,522294,Secondary Market Financing,0,NA,0 +522A00,Nondepository credit intermediation and related activities,522298,All Other Nondepository Credit Intermediation,0,NA,0 +522A00,Nondepository credit intermediation and related activities,522310,Mortgage and Nonmortgage Loan Brokers,0,NA,0 +522A00,Nondepository credit intermediation and related activities,522320,"Financial Transactions Processing, Reserve, and Clearinghouse Activities",0,NA,0 +522A00,Nondepository credit intermediation and related activities,522390,Other Activities Related to Credit Intermediation,0,NA,0 +523900,Other financial investment activities,523910,Miscellaneous Intermediation,0,NA,0 +523900,Other financial investment activities,523920,Portfolio Management,0,NA,0 +523900,Other financial investment activities,523930,Investment Advice,0,NA,0 +523900,Other financial investment activities,523991,"Trust, Fiduciary, and Custody Activities",0,NA,0 +523900,Other financial investment activities,523999,Miscellaneous Financial Investment Activities,0,NA,0 +523A00,Securities and commodity contracts intermediation and brokerage,523110,Investment Banking and Securities Dealing,0,NA,0 +523A00,Securities and commodity contracts intermediation and brokerage,523120,Securities Brokerage,0,NA,0 +523A00,Securities and commodity contracts intermediation and brokerage,523130,Commodity Contracts Dealing,0,NA,0 +523A00,Securities and commodity contracts intermediation and brokerage,523140,Commodity Contracts Brokerage,0,NA,0 +523A00,Securities and commodity contracts intermediation and brokerage,523210,Securities and Commodity Exchanges,0,NA,0 +524100,Insurance carriers,524113,Direct Life Insurance Carriers,0,NA,0 +524100,Insurance carriers,524114,Direct Health and Medical Insurance Carriers,0,NA,0 +524100,Insurance carriers,524126,Direct Property and Casualty Insurance Carriers,0,NA,0 +524100,Insurance carriers,524127,Direct Title Insurance Carriers,0,NA,0 +524100,Insurance carriers,524128,"Other Direct Insurance (except Life, Health, and Medical) Carriers",0,NA,0 +524100,Insurance carriers,524130,Reinsurance Carriers,0,NA,0 +524200,"Insurance agencies, brokerages, and related activities",524210,Insurance Agencies and Brokerages,0,NA,0 +524200,"Insurance agencies, brokerages, and related activities",524291,Claims Adjusting,0,NA,0 +524200,"Insurance agencies, brokerages, and related activities",524292,Third Party Administration of Insurance and Pension Funds,0,NA,0 +524200,"Insurance agencies, brokerages, and related activities",524298,All Other Insurance Related Activities,0,NA,0 +525000,"Funds, trusts, and other financial vehicles",525110,Pension Funds,0,NA,0 +525000,"Funds, trusts, and other financial vehicles",525120,Health and Welfare Funds,0,NA,0 +525000,"Funds, trusts, and other financial vehicles",525190,Other Insurance Funds,0,NA,0 +525000,"Funds, trusts, and other financial vehicles",525910,Open-End Investment Funds,0,NA,0 +525000,"Funds, trusts, and other financial vehicles",525920,"Trusts, Estates, and Agency Accounts",0,NA,0 +525000,"Funds, trusts, and other financial vehicles",525990,Other Financial Vehicles,0,NA,0 +52A000,Monetary authorities and depository credit intermediation,521110,Monetary Authorities-Central Bank,0,NA,0 +52A000,Monetary authorities and depository credit intermediation,522110,Commercial Banking,0,NA,0 +52A000,Monetary authorities and depository credit intermediation,522120,Savings Institutions,0,NA,0 +52A000,Monetary authorities and depository credit intermediation,522130,Credit Unions,0,NA,0 +52A000,Monetary authorities and depository credit intermediation,522190,Other Depository Credit Intermediation,0,NA,0 +531000,Real estate,531110,Lessors of Residential Buildings and Dwellings,0,NA,0 +531000,Real estate,531120,Lessors of Nonresidential Buildings (except Miniwarehouses),0,NA,0 +531000,Real estate,531130,Lessors of Miniwarehouses and Self-Storage Units,0,NA,0 +531000,Real estate,531190,Lessors of Other Real Estate Property,0,NA,0 +531000,Real estate,531210,Offices of Real Estate Agents and Brokers,0,NA,0 +531000,Real estate,531311,Residential Property Managers,0,NA,0 +531000,Real estate,531312,Nonresidential Property Managers,0,NA,0 +531000,Real estate,531320,Offices of Real Estate Appraisers,0,NA,0 +531000,Real estate,531390,Other Activities Related to Real Estate,0,NA,0 +532100,Automotive equipment rental and leasing,532111,Passenger Car Rental,0,NA,0 +532100,Automotive equipment rental and leasing,532112,Passenger Car Leasing,0,NA,0 +532100,Automotive equipment rental and leasing,532120,"Truck, Utility Trailer, and RV (Recreational Vehicle) Rental and Leasing",0,NA,0 +532400,Commercial and industrial machinery and equipment rental and leasing,532411,"Commercial Air, Rail, and Water Transportation Equipment Rental and Leasing",0,NA,0 +532400,Commercial and industrial machinery and equipment rental and leasing,532412,"Construction, Mining, and Forestry Machinery and Equipment Rental and Leasing",0,NA,0 +532400,Commercial and industrial machinery and equipment rental and leasing,532420,Office Machinery and Equipment Rental and Leasing,0,NA,0 +532400,Commercial and industrial machinery and equipment rental and leasing,532490,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,0,NA,0 +532A00,Consumer goods and general rental centers,532210,Consumer Electronics and Appliances Rental,0,NA,0 +532A00,Consumer goods and general rental centers,532220,Formal Wear and Costume Rental,0,NA,0 +532A00,Consumer goods and general rental centers,532230,Video Tape and Disc Rental,0,NA,0 +532A00,Consumer goods and general rental centers,532291,Home Health Equipment Rental,0,NA,0 +532A00,Consumer goods and general rental centers,532292,Recreational Goods Rental,0,NA,0 +532A00,Consumer goods and general rental centers,532299,All Other Consumer Goods Rental,0,NA,0 +532A00,Consumer goods and general rental centers,532310,General Rental Centers,0,NA,0 +533000,Lessors of nonfinancial intangible assets,533110,Lessors of Nonfinancial Intangible Assets (except Copyrighted Works),0,NA,0 +541100,Legal services,541110,Offices of Lawyers,0,NA,0 +541100,Legal services,541120,Offices of Notaries,0,NA,0 +541100,Legal services,541191,Title Abstract and Settlement Offices,0,NA,0 +541100,Legal services,541199,All Other Legal Services,0,NA,0 +541200,"Accounting, tax preparation, bookkeeping, and payroll services",541211,Offices of Certified Public Accountants,0,NA,0 +541200,"Accounting, tax preparation, bookkeeping, and payroll services",541213,Tax Preparation Services,0,NA,0 +541200,"Accounting, tax preparation, bookkeeping, and payroll services",541214,Payroll Services,0,NA,0 +541200,"Accounting, tax preparation, bookkeeping, and payroll services",541219,Other Accounting Services,0,NA,0 +541300,"Architectural, engineering, and related services",541310,Architectural Services,0,NA,0 +541300,"Architectural, engineering, and related services",541320,Landscape Architectural Services,0,NA,0 +541300,"Architectural, engineering, and related services",541330,Engineering Services,0,NA,0 +541300,"Architectural, engineering, and related services",541340,Drafting Services,0,NA,0 +541300,"Architectural, engineering, and related services",541350,Building Inspection Services,0,NA,0 +541300,"Architectural, engineering, and related services",541360,Geophysical Surveying and Mapping Services,0,NA,0 +541300,"Architectural, engineering, and related services",541370,Surveying and Mapping (except Geophysical) Services,0,NA,0 +541300,"Architectural, engineering, and related services",541380,Testing Laboratories,0,NA,0 +541400,Specialized design services,541410,Interior Design Services,0,NA,0 +541400,Specialized design services,541420,Industrial Design Services,0,NA,0 +541400,Specialized design services,541430,Graphic Design Services,0,NA,0 +541400,Specialized design services,541490,Other Specialized Design Services,0,NA,0 +541511,Custom computer programming services,541511,Custom Computer Programming Services,0,NA,0 +541512,Computer systems design services,541512,Computer Systems Design Services,0,NA,0 +54151A,"Other computer related services, including facilities management",541513,Computer Facilities Management Services,0,NA,0 +54151A,"Other computer related services, including facilities management",541519,Other Computer Related Services,0,NA,0 +541610,Management consulting services,541611,Administrative Management and General Management Consulting Services,0,NA,0 +541610,Management consulting services,541612,Human Resources Consulting Services,0,NA,0 +541610,Management consulting services,541613,Marketing Consulting Services,0,NA,0 +541610,Management consulting services,541614,"Process, Physical Distribution, and Logistics Consulting Services",0,NA,0 +541610,Management consulting services,541618,Other Management Consulting Services,0,NA,0 +5416A0,Environmental and other technical consulting services,541620,Environmental Consulting Services,0,NA,0 +5416A0,Environmental and other technical consulting services,541690,Other Scientific and Technical Consulting Services,0,NA,0 +541700,Scientific research and development services,541711,Research and Development in Biotechnology,0,NA,0 +541700,Scientific research and development services,541712,"Research and Development in the Physical, Engineering, and Life Sciences (except Biotechnology)",0,NA,0 +541700,Scientific research and development services,541720,Research and Development in the Social Sciences and Humanities,0,NA,0 +541800,"Advertising, public relations, and related services",541810,Advertising Agencies,0,NA,0 +541800,"Advertising, public relations, and related services",541820,Public Relations Agencies,0,NA,0 +541800,"Advertising, public relations, and related services",541830,Media Buying Agencies,0,NA,0 +541800,"Advertising, public relations, and related services",541840,Media Representatives,0,NA,0 +541800,"Advertising, public relations, and related services",541850,Display Advertising,0,NA,0 +541800,"Advertising, public relations, and related services",541860,Direct Mail Advertising,0,NA,0 +541800,"Advertising, public relations, and related services",541870,Advertising Material Distribution Services,0,NA,0 +541800,"Advertising, public relations, and related services",541890,Other Services Related to Advertising,0,NA,0 +541920,Photographic services,541921,"Photography Studios, Portrait",0,NA,0 +541920,Photographic services,541922,Commercial Photography,0,NA,0 +541940,Veterinary services,541940,Veterinary Services,0,NA,0 +5419A0,"Marketing research and all other miscellaneous professional, scientific, and technical services",541910,Marketing Research and Public Opinion Polling,0,NA,0 +5419A0,"Marketing research and all other miscellaneous professional, scientific, and technical services",541930,Translation and Interpretation Services,0,NA,0 +5419A0,"Marketing research and all other miscellaneous professional, scientific, and technical services",541990,"All Other Professional, Scientific, and Technical Services",0,NA,0 +550000,Management of companies and enterprises,551111,Offices of Bank Holding Companies,0,NA,0 +550000,Management of companies and enterprises,551112,Offices of Other Holding Companies,0,NA,0 +550000,Management of companies and enterprises,551114,"Corporate, Subsidiary, and Regional Managing Offices",0,NA,0 +561100,Office administrative services,561110,Office Administrative Services,0,NA,0 +561200,Facilities support services,561210,Facilities Support Services,0,NA,0 +561300,Employment services,561311,Employment Placement Agencies,0,NA,0 +561300,Employment services,561312,Executive Search Services,0,NA,0 +561300,Employment services,561320,Temporary Help Services,0,NA,0 +561300,Employment services,561330,Professional Employer Organizations,0,NA,0 +561400,Business support services,561410,Document Preparation Services,0,NA,0 +561400,Business support services,561421,Telephone Answering Services,0,NA,0 +561400,Business support services,561422,Telemarketing Bureaus and Other Contact Centers,0,NA,0 +561400,Business support services,561431,Private Mail Centers,0,NA,0 +561400,Business support services,561439,Other Business Service Centers (including Copy Shops),0,NA,0 +561400,Business support services,561440,Collection Agencies,0,NA,0 +561400,Business support services,561450,Credit Bureaus,0,NA,0 +561400,Business support services,561491,Repossession Services,0,NA,0 +561400,Business support services,561492,Court Reporting and Stenotype Services,0,NA,0 +561400,Business support services,561499,All Other Business Support Services,0,NA,0 +561500,Travel arrangement and reservation services,561510,Travel Agencies,0,NA,0 +561500,Travel arrangement and reservation services,561520,Tour Operators,0,NA,0 +561500,Travel arrangement and reservation services,561591,Convention and Visitors Bureaus,0,NA,0 +561500,Travel arrangement and reservation services,561599,All Other Travel Arrangement and Reservation Services,0,NA,0 +561600,Investigation and security services,561611,Investigation Services,0,NA,0 +561600,Investigation and security services,561612,Security Guards and Patrol Services,0,NA,0 +561600,Investigation and security services,561613,Armored Car Services,0,NA,0 +561600,Investigation and security services,561621,Security Systems Services (except Locksmiths),0,NA,0 +561600,Investigation and security services,561622,Locksmiths,0,NA,0 +561700,Services to buildings and dwellings,561710,Exterminating and Pest Control Services,0,NA,0 +561700,Services to buildings and dwellings,561720,Janitorial Services,0,NA,0 +561700,Services to buildings and dwellings,561730,Landscaping Services,0,NA,0 +561700,Services to buildings and dwellings,561740,Carpet and Upholstery Cleaning Services,0,NA,0 +561700,Services to buildings and dwellings,561790,Other Services to Buildings and Dwellings,0,NA,0 +561900,Other support services,561910,Packaging and Labeling Services,0,NA,0 +561900,Other support services,561920,Convention and Trade Show Organizers,0,NA,0 +561900,Other support services,561990,All Other Support Services,0,NA,0 +562000,Waste management and remediation services,562111,Solid Waste Collection,0,NA,0 +562000,Waste management and remediation services,562112,Hazardous Waste Collection,0,NA,0 +562000,Waste management and remediation services,562119,Other Waste Collection,0,NA,0 +562000,Waste management and remediation services,562211,Hazardous Waste Treatment and Disposal,0,NA,0 +562000,Waste management and remediation services,562212,Solid Waste Landfill,0,NA,0 +562000,Waste management and remediation services,562213,Solid Waste Combustors and Incinerators,0,NA,0 +562000,Waste management and remediation services,562219,Other Nonhazardous Waste Treatment and Disposal,0,NA,0 +562000,Waste management and remediation services,562910,Remediation Services,0,NA,0 +562000,Waste management and remediation services,562920,Materials Recovery Facilities,0,NA,0 +562000,Waste management and remediation services,562991,Septic Tank and Related Services,0,NA,0 +562000,Waste management and remediation services,562998,All Other Miscellaneous Waste Management Services,0,NA,0 +611100,Elementary and secondary schools,611110,Elementary and Secondary Schools,0,NA,0 +611A00,"Junior colleges, colleges, universities, and professional schools",611210,Junior Colleges,0,NA,0 +611A00,"Junior colleges, colleges, universities, and professional schools",611310,"Colleges, Universities, and Professional Schools",0,NA,0 +611B00,Other educational services,611410,Business and Secretarial Schools,0,NA,0 +611B00,Other educational services,611420,Computer Training,0,NA,0 +611B00,Other educational services,611430,Professional and Management Development Training,0,NA,0 +611B00,Other educational services,611511,Cosmetology and Barber Schools,0,NA,0 +611B00,Other educational services,611512,Flight Training,0,NA,0 +611B00,Other educational services,611513,Apprenticeship Training,0,NA,0 +611B00,Other educational services,611519,Other Technical and Trade Schools,0,NA,0 +611B00,Other educational services,611610,Fine Arts Schools,0,NA,0 +611B00,Other educational services,611620,Sports and Recreation Instruction,0,NA,0 +611B00,Other educational services,611630,Language Schools,0,NA,0 +611B00,Other educational services,611691,Exam Preparation and Tutoring,0,NA,0 +611B00,Other educational services,611692,Automobile Driving Schools,0,NA,0 +611B00,Other educational services,611699,All Other Miscellaneous Schools and Instruction,0,NA,0 +611B00,Other educational services,611710,Educational Support Services,0,NA,0 +621100,Offices of physicians,621111,Offices of Physicians (except Mental Health Specialists),0,NA,0 +621100,Offices of physicians,621112,"Offices of Physicians, Mental Health Specialists",0,NA,0 +621200,Offices of dentists,621210,Offices of Dentists,0,NA,0 +621300,Offices of other health practitioners,621310,Offices of Chiropractors,0,NA,0 +621300,Offices of other health practitioners,621320,Offices of Optometrists,0,NA,0 +621300,Offices of other health practitioners,621330,Offices of Mental Health Practitioners (except Physicians),0,NA,0 +621300,Offices of other health practitioners,621340,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",0,NA,0 +621300,Offices of other health practitioners,621391,Offices of Podiatrists,0,NA,0 +621300,Offices of other health practitioners,621399,Offices of All Other Miscellaneous Health Practitioners,0,NA,0 +621400,Outpatient care centers,621410,Family Planning Centers,0,NA,0 +621400,Outpatient care centers,621420,Outpatient Mental Health and Substance Abuse Centers,0,NA,0 +621400,Outpatient care centers,621491,HMO Medical Centers,0,NA,0 +621400,Outpatient care centers,621492,Kidney Dialysis Centers,0,NA,0 +621400,Outpatient care centers,621493,Freestanding Ambulatory Surgical and Emergency Centers,0,NA,0 +621400,Outpatient care centers,621498,All Other Outpatient Care Centers,0,NA,0 +621500,Medical and diagnostic laboratories,621511,Medical Laboratories,0,NA,0 +621500,Medical and diagnostic laboratories,621512,Diagnostic Imaging Centers,0,NA,0 +621600,Home health care services,621610,Home Health Care Services,0,NA,0 +621900,Other ambulatory health care services,621910,Ambulance Services,0,NA,0 +621900,Other ambulatory health care services,621991,Blood and Organ Banks,0,NA,0 +621900,Other ambulatory health care services,621999,All Other Miscellaneous Ambulatory Health Care Services,0,NA,0 +622000,Hospitals,622110,General Medical and Surgical Hospitals,0,NA,0 +622000,Hospitals,622210,Psychiatric and Substance Abuse Hospitals,0,NA,0 +622000,Hospitals,622310,Specialty (except Psychiatric and Substance Abuse) Hospitals,0,NA,0 +623A00,Nursing and community care facilities,623110,Nursing Care Facilities,0,NA,0 +623A00,Nursing and community care facilities,623311,Continuing Care Retirement Communities,0,NA,0 +623A00,Nursing and community care facilities,623312,Homes for the Elderly,0,NA,0 +623B00,"Residential mental retardation, mental health, substance abuse and other facilities",623210,Residential Mental Retardation Facilities,0,NA,0 +623B00,"Residential mental retardation, mental health, substance abuse and other facilities",623220,Residential Mental Health and Substance Abuse Facilities,0,NA,0 +623B00,"Residential mental retardation, mental health, substance abuse and other facilities",623990,Other Residential Care Facilities,0,NA,0 +624100,Individual and family services,624110,Child and Youth Services,0,NA,0 +624100,Individual and family services,624120,Services for the Elderly and Persons with Disabilities,0,NA,0 +624100,Individual and family services,624190,Other Individual and Family Services,0,NA,0 +624400,Child day care services,624410,Child Day Care Services,0,NA,0 +624A00,"Community food, housing, and other relief services, including rehabilitation services",624210,Community Food Services,0,NA,0 +624A00,"Community food, housing, and other relief services, including rehabilitation services",624221,Temporary Shelters,0,NA,0 +624A00,"Community food, housing, and other relief services, including rehabilitation services",624229,Other Community Housing Services,0,NA,0 +624A00,"Community food, housing, and other relief services, including rehabilitation services",624230,Emergency and Other Relief Services,0,NA,0 +624A00,"Community food, housing, and other relief services, including rehabilitation services",624310,Vocational Rehabilitation Services,0,NA,0 +711100,Performing arts companies,711110,Theater Companies and Dinner Theaters,0,NA,0 +711100,Performing arts companies,711120,Dance Companies,0,NA,0 +711100,Performing arts companies,711130,Musical Groups and Artists,0,NA,0 +711100,Performing arts companies,711190,Other Performing Arts Companies,0,NA,0 +711200,Spectator sports,711211,Sports Teams and Clubs,0,NA,0 +711200,Spectator sports,711212,Racetracks,0,NA,0 +711200,Spectator sports,711219,Other Spectator Sports,0,NA,0 +711500,"Independent artists, writers, and performers",711510,"Independent Artists, Writers, and Performers",0,NA,0 +711A00,Promoters of performing arts and sports and agents for public figures,711310,"Promoters of Performing Arts, Sports, and Similar Events with Facilities",0,NA,0 +711A00,Promoters of performing arts and sports and agents for public figures,711320,"Promoters of Performing Arts, Sports, and Similar Events without Facilities",0,NA,0 +711A00,Promoters of performing arts and sports and agents for public figures,711410,"Agents and Managers for Artists, Athletes, Entertainers, and Other Public Figures",0,NA,0 +712000,"Museums, historical sites, zoos, and parks",712110,Museums,0,NA,0 +712000,"Museums, historical sites, zoos, and parks",712120,Historical Sites,0,NA,0 +712000,"Museums, historical sites, zoos, and parks",712130,Zoos and Botanical Gardens,0,NA,0 +712000,"Museums, historical sites, zoos, and parks",712190,Nature Parks and Other Similar Institutions,0,NA,0 +713100,Amusement parks and arcades,713110,Amusement and Theme Parks,0,NA,0 +713100,Amusement parks and arcades,713120,Amusement Arcades,0,NA,0 +713200,Gambling industries (except casino hotels),713210,Casinos (except Casino Hotels),0,NA,0 +713200,Gambling industries (except casino hotels),713290,Other Gambling Industries,0,NA,0 +713900,Other amusement and recreation industries,713910,Golf Courses and Country Clubs,0,NA,0 +713900,Other amusement and recreation industries,713920,Skiing Facilities,0,NA,0 +713900,Other amusement and recreation industries,713930,Marinas,0,NA,0 +713900,Other amusement and recreation industries,713940,Fitness and Recreational Sports Centers,0,NA,0 +713900,Other amusement and recreation industries,713950,Bowling Centers,0,NA,0 +713900,Other amusement and recreation industries,713990,All Other Amusement and Recreation Industries,0,NA,0 +721000,Accommodation,721110,Hotels (except Casino Hotels) and Motels,0,NA,0 +721000,Accommodation,721120,Casino Hotels,0,NA,0 +721000,Accommodation,721191,Bed-and-Breakfast Inns,0,NA,0 +721000,Accommodation,721199,All Other Traveler Accommodation,0,NA,0 +721000,Accommodation,721211,RV (Recreational Vehicle) Parks and Campgrounds,0,NA,0 +721000,Accommodation,721214,Recreational and Vacation Camps (except Campgrounds),0,NA,0 +721000,Accommodation,721310,Rooming and Boarding Houses,0,NA,0 +722110,Full-service restaurants,722110,Full-Service Restaurants,0,NA,0 +722211,Limited-service restaurants,722211,Limited-Service Restaurants,0,NA,0 +722211,Limited-service restaurants,722212,"Cafeterias, Grill Buffets, and Buffets",0,NA,0 +722211,Limited-service restaurants,722213,Snack and Nonalcoholic Beverage Bars,0,NA,0 +722A00,All other food and drinking places,722310,Food Service Contractors,0,NA,0 +722A00,All other food and drinking places,722320,Caterers,0,NA,0 +722A00,All other food and drinking places,722330,Mobile Food Services,0,NA,0 +722A00,All other food and drinking places,722410,Drinking Places (Alcoholic Beverages),0,NA,0 +811100,Automotive repair and maintenance,811111,General Automotive Repair,0,NA,0 +811100,Automotive repair and maintenance,811112,Automotive Exhaust System Repair,0,NA,0 +811100,Automotive repair and maintenance,811113,Automotive Transmission Repair,0,NA,0 +811100,Automotive repair and maintenance,811118,Other Automotive Mechanical and Electrical Repair and Maintenance,0,NA,0 +811100,Automotive repair and maintenance,811121,"Automotive Body, Paint, and Interior Repair and Maintenance",0,NA,0 +811100,Automotive repair and maintenance,811122,Automotive Glass Replacement Shops,0,NA,0 +811100,Automotive repair and maintenance,811191,Automotive Oil Change and Lubrication Shops,0,NA,0 +811100,Automotive repair and maintenance,811192,Car Washes,0,NA,0 +811100,Automotive repair and maintenance,811198,All Other Automotive Repair and Maintenance,0,NA,0 +811200,Electronic and precision equipment repair and maintenance,811211,Consumer Electronics Repair and Maintenance,0,NA,0 +811200,Electronic and precision equipment repair and maintenance,811212,Computer and Office Machine Repair and Maintenance,0,NA,0 +811200,Electronic and precision equipment repair and maintenance,811213,Communication Equipment Repair and Maintenance,0,NA,0 +811200,Electronic and precision equipment repair and maintenance,811219,Other Electronic and Precision Equipment Repair and Maintenance,0,NA,0 +811300,Commercial and industrial machinery and equipment repair and maintenance,811310,Commercial and Industrial Machinery and Equipment (except Automotive and Electronic) Repair and Maintenance,0,NA,0 +811400,Personal and household goods repair and maintenance,811411,Home and Garden Equipment Repair and Maintenance,0,NA,0 +811400,Personal and household goods repair and maintenance,811412,Appliance Repair and Maintenance,0,NA,0 +811400,Personal and household goods repair and maintenance,811420,Reupholstery and Furniture Repair,0,NA,0 +811400,Personal and household goods repair and maintenance,811430,Footwear and Leather Goods Repair,0,NA,0 +811400,Personal and household goods repair and maintenance,811490,Other Personal and Household Goods Repair and Maintenance,0,NA,0 +812100,Personal care services,812111,Barber Shops,0,NA,0 +812100,Personal care services,812112,Beauty Salons,0,NA,0 +812100,Personal care services,812113,Nail Salons,0,NA,0 +812100,Personal care services,812191,Diet and Weight Reducing Centers,0,NA,0 +812100,Personal care services,812199,Other Personal Care Services,0,NA,0 +812200,Death care services,812210,Funeral Homes and Funeral Services,0,NA,0 +812200,Death care services,812220,Cemeteries and Crematories,0,NA,0 +812300,Dry-cleaning and laundry services,812310,Coin-Operated Laundries and Drycleaners,0,NA,0 +812300,Dry-cleaning and laundry services,812320,Drycleaning and Laundry Services (except Coin-Operated),0,NA,0 +812300,Dry-cleaning and laundry services,812331,Linen Supply,0,NA,0 +812300,Dry-cleaning and laundry services,812332,Industrial Launderers,0,NA,0 +812900,Other personal services,812910,Pet Care (except Veterinary) Services,0,NA,0 +812900,Other personal services,812921,Photofinishing Laboratories (except One-Hour),0,NA,0 +812900,Other personal services,812922,One-Hour Photofinishing,0,NA,0 +812900,Other personal services,812930,Parking Lots and Garages,0,NA,0 +812900,Other personal services,812990,All Other Personal Services,0,NA,0 +813100,Religious organizations,813110,Religious Organizations,0,NA,0 +813A00,"Grantmaking, giving, and social advocacy organizations",813211,Grantmaking Foundations,0,NA,0 +813A00,"Grantmaking, giving, and social advocacy organizations",813212,Voluntary Health Organizations,0,NA,0 +813A00,"Grantmaking, giving, and social advocacy organizations",813219,Other Grantmaking and Giving Services,0,NA,0 +813A00,"Grantmaking, giving, and social advocacy organizations",813311,Human Rights Organizations,0,NA,0 +813A00,"Grantmaking, giving, and social advocacy organizations",813312,"Environment, Conservation and Wildlife Organizations",0,NA,0 +813A00,"Grantmaking, giving, and social advocacy organizations",813319,Other Social Advocacy Organizations,0,NA,0 +813B00,"Civic, social, professional, and similar organizations",813410,Civic and Social Organizations,0,NA,0 +813B00,"Civic, social, professional, and similar organizations",813910,Business Associations,0,NA,0 +813B00,"Civic, social, professional, and similar organizations",813920,Professional Organizations,0,NA,0 +813B00,"Civic, social, professional, and similar organizations",813930,Labor Unions and Similar Labor Organizations,0,NA,0 +813B00,"Civic, social, professional, and similar organizations",813940,Political Organizations,0,NA,0 +813B00,"Civic, social, professional, and similar organizations",813990,"Other Similar Organizations (except Business, Professional, Labor, and Political Organizations)",0,NA,0 +814000,Private households,814110,Private Households,0,NA,0 +S00201,State and local government passenger transit,926120,Regulation and Administration of Transportation Programs,0,NA,0 +S00202,State and local government electric utilities,926130,"Regulation and Administration of Communications, Electric, Gas, and Other Utilities",0,NA,0 +S00203,Other state and local government enterprises,923110,Administration of Education Programs,0,NA,0 +S00203,Other state and local government enterprises,923120,Administration of Public Health Programs,0,NA,0 +S00203,Other state and local government enterprises,923130,"Administration of Human Resource Programs (except Education, Public Health, and Veterans' Affairs Programs)",0,NA,0 +S00203,Other state and local government enterprises,923140,Administration of Veterans' Affairs,0,NA,0 +S00203,Other state and local government enterprises,924110,Administration of Air and Water Resource and Solid Waste Management Programs,0,NA,0 +S00203,Other state and local government enterprises,924120,Administration of Conservation Programs,0,NA,0 +S00203,Other state and local government enterprises,925110,Administration of Housing Programs,0,NA,0 +S00203,Other state and local government enterprises,925120,Administration of Urban Planning and Community and Rural Development,0,NA,0 +S00203,Other state and local government enterprises,926110,Administration of General Economic Programs,0,NA,0 +S00203,Other state and local government enterprises,926140,Regulation of Agricultural Marketing and Commodities,0,NA,0 +S00203,Other state and local government enterprises,926150,"Regulation, Licensing, and Inspection of Miscellaneous Commercial Sectors",0,NA,0 +S00500,Federal general government (defense),928110,National Security,0,NA,0 +S00600,Federal general government (nondefense),927110,Space Research and Technology,0,NA,0 +S00600,Federal general government (nondefense),928120,International Affairs,0,NA,0 +S00700,State and local general government,921110,Executive Offices,0,NA,0 +S00700,State and local general government,921120,Legislative Bodies,0,NA,0 +S00700,State and local general government,921130,Public Finance Activities,0,NA,0 +S00700,State and local general government,921140,"Executive and Legislative Offices, Combined",0,NA,0 +S00700,State and local general government,921150,American Indian and Alaska Native Tribal Governments,0,NA,0 +S00700,State and local general government,921190,Other General Government Support,0,NA,0 +S00700,State and local general government,922110,Courts,0,NA,0 +S00700,State and local general government,922120,Police Protection,0,NA,0 +S00700,State and local general government,922130,Legal Counsel and Prosecution,0,NA,0 +S00700,State and local general government,922140,Correctional Institutions,0,NA,0 +S00700,State and local general government,922150,Parole Offices and Probation Offices,0,NA,0 +S00700,State and local general government,922160,Fire Protection,0,NA,0 +S00700,State and local general government,922190,"Other Justice, Public Order, and Safety Activities",0,NA,0 diff --git a/lib/data/corresp_sctg_category.csv b/lib/data/corresp_sctg_category.csv new file mode 100644 index 0000000..872451e --- /dev/null +++ b/lib/data/corresp_sctg_category.csv @@ -0,0 +1,44 @@ +Commodity_SCTG,Commodity_SCTG_desc_short,Commodity_SCTG_desc_long,Category,Category2 +1,Live animals/fish,Live animals and live fish,Animals,Functional/Innovative +2,Cereal grains,Cereal grains,Bulk natural resource (BNR),Functional +3,Other ag prods.,Other agricultural products,Bulk natural resource (BNR),Functional/Innovative +4,Animal feed,"Animal feed and products of animal origin, n.e.c.",Intermediate processed goods (IPG),Functional +5,Meat/seafood,"Meat, fish, seafood, and their preparations",Finished goods (FG),Functional/Innovative +6,Milled grain prods.,"Milled grain products and preparations, bakery products",Finished goods (FG),Functional +7,Other foodstuffs,Other prepared foodstuffs and fats and oils,Finished goods (FG),Functional +8,Alcoholic beverages,Alcoholic beverages,Finished goods (FG),Functional +9,Tobacco prods.,Tobacco products,Finished goods (FG),Functional +10,Building stone,Monumental or building stone,Bulk natural resource (BNR),Functional +11,Natural sands,Natural sands,Bulk natural resource (BNR),Functional +12,Gravel,Gravel and crushed stone,Bulk natural resource (BNR),Functional +13,Nonmetallic minerals,Nonmetallic minerals n.e.c.,Bulk natural resource (BNR),Functional +14,Metallic ores,Metallic ores and concentrates,Bulk natural resource (BNR),Functional +15,Coal,Coal,Bulk natural resource (BNR),Functional +16,Crude petroleum,Crude Petroleum,Bulk natural resource (BNR),Functional +17,Gasoline,Gasoline and aviation turbine fuel,Intermediate processed goods (IPG),Functional +18,Fuel oils,Fuel oils,Intermediate processed goods (IPG),Functional +19,Coal-n.e.c.,"Coal and petroleum products, n.e.c. ",Bulk natural resource (BNR),Functional +20,Basic chemicals,Basic chemicals,Intermediate processed goods (IPG),Functional +21,Pharmaceuticals,Pharmaceutical products,Finished goods (FG),Functional/Innovative +22,Fertilizers,Fertilizers,Intermediate processed goods (IPG),Functional +23,Chemical prods.,"Chemical products and preparations, n.e.c.",Intermediate processed goods (IPG),Innovative +24,Plastics/rubber,Plastics and rubber,Intermediate processed goods (IPG),Functional +25,Logs,Logs and other wood in the rough,Bulk natural resource (BNR),Functional +26,Wood prods.,Wood products,Intermediate processed goods (IPG),Functional +27,Newsprint/paper,"Pulp, newsprint, paper, and paperboard",Intermediate processed goods (IPG),Functional +28,Paper articles,Paper or paperboard articles,Intermediate processed goods (IPG),Functional/Innovative +29,Printed prods.,Printed products,Finished goods (FG),Functional +30,Textiles/leather,"Textiles, leather, and articles of textiles or leather",Finished goods (FG),Functional/Innovative +31,Nonmetal min. prods.,Nonmetallic mineral products,Finished goods (FG),Functional/Innovative +32,Base metals,Base metal in primary or semi-finished forms and in finished basic shapes,Intermediate processed goods (IPG),Functional +33,Articles-base metal,Articles of base metal,Intermediate processed goods (IPG),Functional +34,Machinery,Machinery,Finished goods (FG),Functional/Innovative +35,Electronics,Electronic and other electrical equipment and components and office equipment,Finished goods (FG),Innovative +36,Motorized vehicles,Motorized and other vehicles (including parts),Finished goods (FG),Innovative +37,Transport equip.,"Transportation equipment, n.e.c.",Finished goods (FG),Functional +38,Precision instruments,Precision instruments and apparatus,Finished goods (FG),Innovative +39,Furniture,"Furniture, mattresses and mattress supports, lamps, lighting fittings, and illuminated signs",Finished goods (FG),Functional/Innovative +40,Misc. mfg. prods.,Miscellaneous manufactured products,Finished goods (FG),Innovative +41,Waste/scrap,Waste and scrap,Other,Functional +43,Mixed freight,Mixed freight,Finished goods (FG),Functional/Innovative +99,Unknown,Commodity unknown,Other,Functional diff --git a/lib/data/data_2010io.csv b/lib/data/data_2010io.csv new file mode 100644 index 0000000..25f8a90 --- /dev/null +++ b/lib/data/data_2010io.csv @@ -0,0 +1,303 @@ +Industry_NAICS6_MakeUse,X1111A0,X1111B0,X111200,X111300,X111400,X111900,X1121A0,X112120,X112A00,X112300,X113000,X114000,X115000,X211000,X212100,X2122A0,X212230,X212310,X2123A0,X213111,X21311A,X221100,X221200,X221300,X230301,X230302,X233210,X233230,X233240,X233262,X233293,X2332A0,X2332B0,X233411,X233412,X2334A0,X321100,X321200,X321910,X3219A0,X327100,X327200,X327310,X327320,X327330,X327390,X327400,X327910,X327991,X327992,X327993,X327999,X331110,X331200,X33131A,X331314,X33131B,X331411,X331419,X331420,X331490,X331510,X331520,X33211A,X332114,X33211B,X332200,X332310,X332320,X332410,X332420,X332430,X332500,X332600,X332710,X332720,X332800,X33291A,X332913,X332991,X33299A,X332996,X33299B,X333111,X333112,X333120,X333130,X33329A,X333220,X333295,X33331A,X333313,X333314,X333315,X33341A,X333414,X333415,X333511,X33351A,X333514,X33351B,X333611,X333612,X333613,X333618,X33391A,X333912,X333920,X333991,X33399A,X333993,X333994,X33399B,X334111,X334112,X33411A,X334210,X334220,X334290,X334300,X33441A,X334413,X334418,X334510,X334511,X334512,X334513,X334514,X334515,X334516,X334517,X33451A,X334610,X335110,X335120,X335210,X335221,X335222,X335224,X335228,X335311,X335312,X335313,X335314,X335911,X335912,X335920,X335930,X335991,X335999,X336111,X336112,X336120,X336211,X336212,X336213,X336214,X336310,X336320,X3363A0,X336350,X336360,X336370,X336390,X336411,X336412,X336413,X336414,X33641A,X336500,X336611,X336612,X336991,X336992,X336999,X337110,X337121,X337122,X33712A,X337127,X33721A,X337215,X337900,X339112,X339113,X339114,X339115,X339116,X339910,X339920,X339930,X339940,X339950,X339990,X311111,X311119,X311210,X311221,X31122A,X311225,X311230,X311300,X311410,X311420,X31151A,X311513,X311514,X311520,X31161A,X311615,X311700,X311810,X3118A0,X311910,X311920,X311930,X311940,X311990,X312110,X312120,X312130,X312140,X312200,X313100,X313200,X313300,X314110,X314120,X314900,X315000,X316000,X322110,X322120,X322130,X322210,X322220,X322230,X322291,X322299,X323110,X323120,X324110,X324121,X324122,X324190,X325110,X325120,X325130,X325180,X325190,X325211,X3252A0,X325310,X325320,X325411,X325412,X325413,X325414,X325510,X325520,X325610,X325620,X325910,X3259A0,X326110,X326120,X326130,X326140,X326150,X326160,X326190,X326210,X326220,X326290,X420000,X441000,X445000,X452000,X4A0000,X481000,X482000,X483000,X484000,X485000,X486000,X48A000,X492000,X493000,X511110,X511120,X511130,X5111A0,X511200,X512100,X512200,X515100,X515200,X517110,X517210,X517A00,X518200,X5191A0,X519130,X52A000,X522A00,X523A00,X523900,X524100,X524200,X525000,X531000,X532100,X532A00,X532400,X533000,X541100,X541511,X541512,X54151A,X541200,X541300,X541400,X541610,X5416A0,X541700,X541800,X5419A0,X541920,X541940,X550000,X561100,X561200,X561400,X561600,X561700,X561900,X561300,X561500,X562000,X611100,X611A00,X611B00,X621100,X621200,X621300,X621400,X621500,X621600,X621900,X622000,X623A00,X623B00,X624100,X624A00,X624400,X711100,X711200,X711A00,X711500,X712000,X713100,X713200,X713900,X721000,X722110,X722211,X722A00,X811100,X811200,X811300,X811400,X812100,X812200,X812300,X812900,X813100,X813A00,X813B00,X814000,S00500,S00600,X491000,S00700,S00201,S00202,S00203 +1111A0,2584,285,9,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,12887,1018,0,0,0,0,0,0,0,0,0,0,0,0,0,264,0,12,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,2,1,0,553,0,0,0,0,51,26,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,8,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-82,0,0,0,0,0 +1111B0,0,4603,0,0,0,203,2887,1641,196,1264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,707,7497,6678,4231,160,184,437,0,2237,140,0,0,0,0,0,0,0,1378,373,251,0,0,0,498,0,819,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,2642,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,1,13,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,4,2,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,-105,0,0,0,0,0 +111200,0,0,582,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1509,841,0,0,0,0,0,0,0,0,8,213,0,15,92,1247,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,28,24,1,0,0,0,0,0,0,0,0,0,1,2,6,133,75,11,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,1,1,1 +111300,0,0,0,147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,722,694,2200,0,0,0,190,0,0,0,144,150,903,2223,116,295,2048,0,0,1639,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,11,12,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 +111400,0,0,0,0,3085,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,63,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,85,0,0,0,348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,338,237,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,1,0,0,0,6,16,0,8,0,0,53,0,0,0,0,0,0,1,0,422,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,7,3,1,1,0,0,0,0,0,0,0,0,0,0,6,0,1,0,0,0,0,0,0,0,0 +111900,229,755,0,0,0,547,1240,1230,148,0,0,0,0,0,9,14,3,5,9,3,6,0,0,0,65,324,28,3,34,34,5,32,13,163,13,344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,88,4,2371,0,0,0,0,0,4,0,0,0,0,17,2034,482,28,1461,34,0,178,0,0,1612,757,198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,635,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,2,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,9,0,3,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,-74,0,0,0,0,0 +1121A0,28,300,6,24,11,19,17597,1463,380,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +112120,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16168,15561,5044,580,0,0,0,0,0,0,0,0,0,646,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +112A00,23,215,2,11,6,31,346,159,1796,0,6,0,177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16311,139,1016,0,0,5,0,1,15,423,0,0,0,0,0,51,93,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,0,0,7,0,0,0,2,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,14,0,62,1,184,277,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +112300,8,0,0,0,0,2,0,0,0,5302,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,221,71,0,0,0,176,0,23014,0,677,394,0,0,0,264,498,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,10,11,20,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 +113000,0,0,0,0,0,0,0,0,0,0,3069,0,6,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6615,1769,1076,284,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,111,0,0,0,188,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,6,0,89,21,26,38,0,0,0,0,0,0,0,0,0,0,90,25,310,2182,1597,0,0,0,0,0,0,46,0,0,0,9,3,0,0,0,284,0,9,0,82,0,0,0,0,66,16,0,0,0,4,0,0,0,0,0,0,0,1779,58,562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +114000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,177,0,0,0,0,0,0,83,546,0,0,0,0,280,253,3747,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,337,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,14,0,0,0,0,0,0,0,0,187,108,54,0,0,0,0,0,0,0,0,10,11,80,158,4278,401,155,0,0,0,0,0,0,0,0,20,0,36,0,0,0,0,0,32,0,32 +115000,1264,8107,1291,2024,685,1946,1356,1637,370,343,2795,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +211000,0,0,0,0,0,0,0,0,0,0,0,0,0,25241,0,2,0,1,11,0,1,15936,33924,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,1,1,0,1,1,1,0,0,1,0,0,0,0,0,4,0,52,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,2,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0,1,0,1,1,0,1,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,1,1,0,0,0,0,1,1,1,1,1,1,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,1,5,4,1,0,0,0,0,2,0,399479,5,1,1587,4957,116,39,662,1992,269,62,62,11,19,47,2,18,10,9,44,11,1,120,1,0,0,0,0,0,2,1,0,0,68,15,24,30,65,0,0,0,0,23,2877,0,0,8,3,0,0,0,0,1,0,2,0,6,3,0,1,0,0,0,0,1,3,0,2,0,38,57,7,3,4,3,1,0,0,0,16,0,1,0,6,3,3,0,1,123,2,5,2,2,1,4,0,2,13,0,5,14,13,8,6,6,1,4,2,154,45,8,9,6,13,1,2,5,1,4,3,0,23,64,96,65,3,21,4,3,2,6,4,44,5,0,2,22,0,0,0,0,1592,81,7147,7191 +212100,0,0,0,0,0,0,0,0,0,661,1,0,0,88,6491,41,20,19,67,6,13,6758,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,1,1,150,398,282,139,30,29,281,11,11,47,92,24,10166,102,115,114,201,5,31,41,68,129,98,1,0,0,1,1,1,0,1,0,0,0,1,1,1,1,0,1,0,1,0,1,1,1,2,2,1,1,1,0,1,0,1,0,1,1,1,1,1,1,0,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,1,1,1,1,1,2,2,2,3,1,2,4,4,2,2,0,1,1,1,1,0,0,0,2,1,1,1,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,29,32,34,167,33,17,23,85,54,105,32,31,33,7,98,49,25,58,36,54,12,8,10,30,47,55,12,13,24,4,19,18,3,0,1,1,0,80,659,479,76,53,3,16,11,0,0,368,55,14,160,66,8,6,40,168,54,13,13,3,5,9,1,4,2,2,9,3,0,11,19,4,3,9,4,2,27,16,2,9,17,0,0,0,0,0,0,0,0,0,0,1,0,5,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,12,0,2,2,0,0,0,760,14,0,1,0,1,0,0,0,0,9,0,0,0,102,1,1,0,0,50,1,1,0,0,0,1,0,1,2,0,1,1,0,0,0,0,0,0,0,52,13,2,5,2,5,0,0,0,0,1,1,0,8,20,118,88,15,5,1,1,1,2,1,10,1,0,0,7,0,0,1568,0,0,0,4662,0 +2122A0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,404,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,5,7,0,0,0,0,73,0,25,0,0,4299,67,390,86,0,0,1769,15,630,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,3,0,0,0,0,0,0,0,6,0,5,2,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,29,111,305,490,59,0,0,118,0,0,0,0,0,93,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,3,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,98,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +212230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,243,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,11,0,0,492,46,0,127,0,3098,837,52,446,0,0,0,0,0,0,0,0,0,0,0,0,119,0,0,49,0,0,0,0,0,35,25,0,0,13,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,307,58,7,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,5,3,0,3,9,23,5,54,0,9,39,8,13,0,0,0,0,0,0,0,593,19,234,98,0,0,0,0,0,0,157,0,0,0,37,0,0,0,0,1,0,0,0,56,84,0,0,0,37,0,0,129,0,0,0,0,0,0,0,9,5,15,0,0,0,106,12,35,3,0,8,0,539,42,50,32,7,9,31,19,0,235,30,0,59,0,53,12,0,0,0,0,0,0,0,0 +212310,45,498,52,22,18,48,46,94,39,6,0,0,0,0,462,0,0,524,71,0,3,189,0,18,1585,435,0,0,257,0,1934,0,264,1776,0,1626,0,0,0,0,0,0,139,644,118,62,240,0,157,121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,110,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76 +2123A0,1,366,1,2,0,54,0,10,2,0,0,0,1,0,16,1,3,18,205,10,13,305,0,90,48,89,0,0,52,0,216,0,46,1732,0,267,0,0,0,0,230,364,14,2537,278,100,185,21,45,60,102,118,18,0,0,0,0,0,0,0,0,69,14,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,1,0,0,0,0,0,0,0,2,0,1,1,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,7,44,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,10,171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,39,0,0,0,0,0,0,0,1,477,44,0,0,6,140,189,17,0,0,561,0,0,0,0,0,133,123,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,37,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,39 +213111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +21311A,0,0,0,0,0,0,0,0,0,0,0,0,0,3508,658,219,178,370,293,1394,271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +221100,96,230,131,126,34,164,146,367,88,110,16,2,37,960,170,277,119,192,217,14,42,814,2,80,270,110,80,42,116,145,99,208,209,469,98,317,204,249,124,81,74,316,343,89,37,40,105,23,15,39,107,17,1309,182,800,171,169,9,88,95,117,304,136,152,28,85,87,175,187,25,40,151,46,67,222,205,323,139,13,74,38,42,116,52,21,77,85,86,18,35,40,5,27,13,22,21,93,58,27,56,57,46,19,32,108,45,32,81,10,86,14,10,59,21,17,21,25,59,9,9,107,307,52,24,101,7,17,8,33,19,7,16,26,15,32,12,13,15,16,5,19,32,25,22,45,7,56,58,31,32,97,117,25,29,15,10,19,137,79,108,140,48,145,194,174,116,118,13,20,42,68,27,14,17,11,63,26,30,13,21,59,28,16,100,84,8,24,12,14,44,10,15,41,125,56,100,159,222,42,30,62,160,189,171,111,86,57,63,269,227,45,234,136,90,38,19,58,122,214,127,71,18,74,73,109,36,22,8,24,32,10,52,932,590,234,118,41,66,43,628,26,738,90,56,48,236,435,81,774,636,794,152,134,36,65,249,30,50,54,39,97,57,13,202,303,114,23,67,35,209,707,109,20,91,4405,935,3292,2389,5371,143,49,429,307,256,9,146,118,1873,152,44,22,23,94,100,18,289,20,1104,562,56,732,29,30,196,361,403,216,198,236,3,77559,63,111,72,39,210,116,104,60,91,215,41,63,18,825,157,146,50,19,4070,143,106,159,99,177,221,111,87,198,322,1725,60,774,401,258,291,114,106,97,4266,1358,210,296,181,390,50,75,194,48,140,260,107,1319,2270,2370,3069,1233,630,97,70,85,594,108,411,249,64,48,510,0,1422,216,139,953,231,954,1279 +221200,33,695,19,45,158,114,221,51,36,169,1,8,0,1142,18,62,116,41,153,2,31,35,17,30,92,31,19,14,11,35,109,53,66,136,22,120,122,154,54,47,222,591,419,205,42,43,416,17,15,69,138,36,1879,151,168,166,294,6,49,61,99,189,144,217,61,57,59,133,133,15,38,116,35,57,112,92,498,62,8,48,32,29,104,54,17,88,59,46,9,8,26,3,6,2,14,14,52,18,14,24,22,17,15,23,69,23,24,62,4,49,7,6,22,4,4,16,49,15,8,6,28,84,16,10,28,3,7,4,5,7,3,5,9,15,25,5,15,9,16,4,19,27,15,12,35,2,21,24,36,9,112,167,26,23,12,9,20,69,34,55,112,28,74,124,108,71,61,3,17,52,30,22,3,23,10,40,11,14,7,13,41,26,9,33,38,3,6,4,9,27,6,8,32,76,113,126,125,639,127,63,87,326,205,395,121,119,126,22,371,188,92,216,136,203,49,28,41,112,153,180,38,39,75,17,72,71,34,6,13,27,9,191,1577,1148,181,125,6,36,27,353,12,2092,310,79,61,2215,97,76,545,1584,682,158,1337,27,48,117,7,43,24,22,111,19,4,131,125,28,21,61,25,13,178,109,16,56,441,175,125,173,421,24,70,415,308,118,31,434,0,107,27,1,3,1,2,11,3,23,2,57,33,3,4,4,2,251,317,7,15,29,22,0,4478,382,49,18,27,22,5,1,2,7,12,5,8,4,47,19,19,4,11,523,16,36,11,11,5,27,2,17,87,1537,4485,205,80,48,41,40,9,21,14,1186,392,67,69,49,99,8,10,35,5,35,29,69,249,529,709,477,26,168,31,24,17,70,32,337,35,155,10,186,0,1150,435,499,263,157,265,554 +221300,101,642,116,114,16,194,0,17,10,24,3,1,0,452,4,2,2,4,3,4,2,1415,0,35,23,21,9,5,7,15,12,23,23,91,7,52,5,9,7,7,7,13,3,11,4,7,2,3,2,2,9,2,39,9,4,4,4,0,1,6,6,12,6,7,3,5,6,11,15,1,2,8,6,3,19,11,33,11,2,2,2,3,9,5,1,6,4,8,2,4,3,0,2,1,2,2,6,2,2,4,3,4,1,2,8,5,2,6,0,8,1,1,2,3,1,2,2,3,1,1,7,18,4,3,12,1,2,0,2,2,0,1,0,1,3,1,1,1,2,2,1,2,2,1,1,0,2,8,1,3,17,14,2,2,1,27,79,5,6,5,9,2,6,14,11,13,21,2,2,8,5,3,1,4,1,6,1,2,1,1,7,1,1,9,7,1,2,1,1,3,1,3,6,12,6,3,6,26,3,4,4,21,22,24,13,12,5,8,37,47,5,18,6,9,3,3,8,21,32,22,20,3,5,2,5,5,3,1,2,3,1,2,40,24,16,7,1,2,2,35,2,68,3,10,9,20,13,6,27,305,69,8,2,7,10,57,3,8,8,8,13,7,1,24,9,4,1,1,2,1,28,8,1,4,249,59,121,60,268,12,24,302,28,244,0,47,1,23,6,5,3,1,3,8,3,40,3,212,180,10,15,1,6,57,85,91,11,16,56,0,809,5,5,4,51,10,3,3,2,4,16,3,17,12,15,5,3,0,2,41,10,78,16,18,35,15,8,12,50,150,3653,9,61,29,1,36,14,8,7,345,130,20,20,25,33,7,5,16,4,7,17,32,86,188,242,166,13,67,3,6,6,29,7,69,8,76,3,115,0,753,280,207,37,146,188,594 +230301,254,690,175,173,121,268,0,113,103,125,16,18,18,3632,264,31,99,227,162,95,328,4346,465,581,24,5,6,3,10,10,17,18,18,32,5,21,44,42,29,25,20,45,35,80,30,24,13,5,7,9,7,5,356,49,32,33,56,6,12,20,39,66,51,33,13,18,18,54,50,7,10,22,13,20,82,55,64,36,5,17,6,14,33,21,6,34,44,24,5,13,13,1,7,1,5,11,27,13,7,18,17,13,6,9,34,17,12,25,4,20,4,2,17,18,11,7,8,27,3,3,41,181,22,17,34,2,7,4,9,9,4,8,5,7,13,2,6,7,4,7,19,18,13,18,10,5,20,25,5,9,19,60,9,8,7,3,6,30,27,29,35,19,46,54,39,60,29,5,7,19,15,6,1,8,5,16,4,7,2,4,17,8,6,33,30,3,6,6,4,7,2,3,17,33,29,38,51,67,20,19,27,65,51,62,65,36,20,26,140,89,23,74,40,47,22,15,32,60,92,37,25,12,33,11,50,20,20,11,15,19,8,21,133,145,132,36,11,15,7,236,12,4778,46,21,20,62,23,16,81,199,113,36,36,17,19,133,10,28,25,13,34,23,5,64,47,23,4,14,9,21,151,18,6,19,977,219,363,176,1350,4,809,0,131,909,670,1100,64,157,27,15,7,5,10,27,7,43,3,825,1199,73,73,11,37,1697,204,136,84,59,37,5,35844,79,36,13,35,64,7,7,3,13,158,6,15,2,85,33,20,4,15,502,21,206,12,14,36,20,12,35,23,0,77,126,149,127,58,79,24,12,19,648,257,89,92,71,210,3,19,27,4,41,40,0,215,753,379,429,262,147,36,27,20,140,59,57,309,1938,26,582,0,2530,1493,608,1892,0,1903,22780 +230302,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,554,0,0,0,0,7066 +233210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +233230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +233240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +233262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +233293,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2332A0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2332B0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +233411,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +233412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +2334A0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,526,414,0,0,0,0,4718 +321100,0,0,0,0,0,0,0,63,10,0,225,2,0,0,36,3,2,0,0,4,5,1,0,0,691,180,237,19,120,791,18,398,526,1614,134,566,3040,1838,2606,2019,10,0,0,0,4,16,1,0,0,0,1,2,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,38,7,54,0,0,33,0,1,0,37,0,0,0,0,0,0,16,15,0,38,0,654,118,370,4,92,365,71,0,0,0,0,0,0,0,148,50,119,80,131,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,670,1386,1587,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,131,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,37,0,0,0,19,0,1038,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,20,33,2,194,0,0,0,0,0,0,0,0,0,339,0,0,107,0,0,0,0,0,0,20,0,0,0,12,0,0,0,0,3,0,0,2,0,29,3,0,0,26,0,2,0,24,0,0,0,0,0,12,20,0,0,6,134,70,3,0,0,0,0,2,5,40,5,292,63,26,0,0,0,13,0,0,0,0,9,0,1,0,6,51,0,0,0,2,43 +321200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,380,237,35,144,757,0,486,298,2582,286,946,0,1433,619,415,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,4,0,0,0,0,0,0,0,154,0,0,15,0,0,0,0,0,0,0,2,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,125,0,0,0,0,478,0,140,0,0,1,0,0,0,0,51,0,0,0,1413,127,357,25,106,771,150,0,0,126,0,0,0,0,0,0,8,108,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,2,344,0,0,0,17,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,36,64,3,775,0,0,0,0,0,0,0,0,0,251,0,0,109,0,0,0,0,0,0,0,25,0,0,3,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,15,29,0,0,18,257,41,1,0,0,1,0,0,0,68,2,778,46,173,0,0,0,13,0,0,0,0,7,0,3,0,0,3,0,0,0,0,51 +321910,2,0,0,0,0,3,0,0,0,0,0,20,0,0,0,0,2,0,0,3,4,0,0,0,715,510,373,5,71,1102,0,709,583,945,486,1611,0,111,684,140,5,0,0,0,3,8,1,0,9,0,1,1,4,0,0,4,0,0,0,1,7,2,0,0,0,0,4,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,41,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,90,57,0,0,18,0,319,0,78,0,0,0,0,0,0,60,0,0,0,0,339,1,1,0,1,4,1,31,0,0,0,0,0,0,0,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,0,0,0,18,0,0,0,13,0,93,0,0,0,0,0,0,0,46,4,13,31,0,37,35,114,10,97,61,13,637,4,9,0,0,0,0,0,0,0,645,103,539,230,0,0,0,0,0,0,26,39,0,0,12,0,0,0,2,0,0,0,28,0,0,41,1,0,0,0,10,0,0,0,0,0,0,0,9,11,0,0,9,75,33,3,0,0,0,0,2,5,37,2,493,221,88,7,1,0,3,0,0,0,6,20,4,10,0,16,3,0,0,0,0,60 +3219A0,2,8,121,94,1,7,3,6,1,5,0,0,0,0,0,9,5,5,3,24,16,0,0,0,161,79,158,6,41,311,2,222,742,496,35,507,4,59,253,382,31,44,30,0,3,13,8,0,0,0,36,17,4,0,0,6,0,0,0,25,175,2,88,0,0,0,96,0,0,0,0,0,0,9,0,0,36,0,0,0,0,0,0,0,0,0,0,10,0,0,5,4,0,0,9,0,43,0,20,0,8,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,2,4,3,4,65,19,37,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,0,0,0,0,0,0,0,0,0,0,0,26,0,1,190,4,0,0,0,0,0,0,0,0,0,0,0,85,0,0,4,0,0,4,86,0,0,0,0,0,0,28,0,1,0,42,11,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,1,0,0,0,0,0,0,0,0,121,102,0,0,0,0,0,47,0,0,1,53,527,234,9,0,47,0,0,3,0,0,0,0,0,0,0,0,0,11,0,7,6,6,1,7,2,2,14,15,6,0,6,32,0,4,3,0,0,0,156,0,3,15,1326,86,378,138,665,0,0,0,74,0,2,10,51,41,2,1,1,3,1,4,0,0,0,13,21,2,109,4,0,28,23,0,1,0,21,0,12,2,2,21,15,3,0,2,0,2,15,9,3,0,6,10,3,3,0,0,1,218,19,4,22,12,1,1,12,0,41,3,19,36,9,14,3,2,16,75,3,1,3,15,35,0,0,1,0,1,2,2,21,315,171,389,7,16,4,6,4,11,16,1,11,48,6,6,0,77,26,0,1,3,1,3 +327100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,98,391,188,108,487,131,400,47,653,40,521,0,0,0,7,307,350,43,43,13,17,7,0,25,0,0,0,914,259,0,0,0,26,0,13,0,94,0,0,0,0,0,10,0,14,16,0,0,0,8,0,8,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,14,26,1,0,0,1,0,0,0,1,5,0,0,0,0,0,6,7,16,4,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,3,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,69,20,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,141,23,1,71,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,126,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,0,0,0,22,0,2,0,0,243,31,7,3,3,12,0,0,0,0,0,0,0,25,1,196,179,62,0,0,0,0,0,0,0,0,1,0,1,0,1,1,0,0,0,0,49 +327200,0,0,0,0,0,0,0,1,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,27,10,56,8,0,165,1,520,60,42,33,46,0,0,180,1,2,1389,23,93,38,25,3,0,0,0,135,2,1,13,0,0,0,0,0,0,0,7,0,0,0,0,0,0,177,0,0,0,4,0,30,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,14,93,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,8,0,13,1,18,5,9,46,0,10,0,160,15,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,1520,1638,146,88,2,47,59,14,16,36,6,0,0,158,0,0,0,0,0,0,101,123,0,0,0,0,4,55,5,1,32,15,0,2,26,0,7,0,1,0,0,0,0,0,0,0,0,0,0,5,0,11,0,532,12,39,36,0,0,0,0,0,9,68,8,14,203,22,164,1974,854,535,4,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,256,0,0,2,1,9,29,82,0,0,3,13,160,43,40,1,2,0,250,0,74,1,23,13,6,23,0,321,0,0,0,25,1,50,2,13,0,0,0,5,2,0,6,28,4,0,0,0,3,0,1,0,0,0,8,10,1,16,0,0,14,22,7,0,2,23,0,0,10,1,3,7,9,0,0,17,0,85,341,12,575,463,55,18,1,0,85,23,14,26,0,129,11,1,0,2,15,26,61,250,155,52,35,20,345,380,686,101,19,2,2,3,0,0,0,6,0,0,0,8,40,35,180,48,216,2,2,2,2,7,1,1,2,0,1,0,3,289,0,0,0,0,1 +327310,0,0,0,0,0,0,0,0,0,0,0,3,0,262,2,0,3,0,0,35,97,1,0,0,145,60,30,6,93,109,72,95,71,212,26,137,0,0,0,0,0,0,178,4243,354,338,10,0,0,6,4,196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,14,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,9,0,64,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,135,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,0,0,5,1,0,0,2,5,5,0,0,0,0,0,0,0,7,0,122,41,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14 +327320,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,4,0,0,1077,799,249,284,435,1293,1896,710,625,3356,1767,3995,0,0,0,0,0,0,0,129,38,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,1,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,63,3,684,0,0,0,0,0,0,0,0,0,1,0,0,93,0,0,0,0,0,0,625,0,0,0,75,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,6,0,17,0,0,0,0,0,9,7,0,0,20,32,65,2,0,0,0,0,0,0,50,0,316,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,749 +327330,1,0,0,0,0,19,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,211,114,132,11,42,416,242,280,816,821,110,457,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,24,0,0,94,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,39,1,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,2,0,32,0,0,0,0,3,0,0,3,5,12,1,0,0,0,0,0,0,12,1,195,390,135,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,274 +327390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,120,1,14,211,78,325,77,91,578,343,1485,1042,306,459,160,0,0,0,0,1,0,3,16,17,93,1,0,0,0,0,9,0,2,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,3,5,1,28,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,122,65,19,13,215,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,5,0,60,103,5,213,2,0,0,0,0,0,0,0,0,0,6,1,23,0,0,0,1,0,4,251,0,3,0,40,0,0,0,0,17,0,0,2,0,54,0,0,0,48,0,1,4,45,16,29,6,0,4,9,24,5,2,8,17,23,3,2,0,0,2,4,1,48,3,239,356,116,2,2,0,1,8,432,0,2,0,1,3,0,0,0,0,0,0,3,369 +327400,1,0,0,0,0,0,0,0,0,0,0,6,0,0,0,135,55,0,0,0,0,0,0,0,223,147,57,5,115,28,1,106,192,444,53,430,0,4,0,73,2,31,27,0,0,0,9,2,0,6,0,44,451,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,79,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,67,3,3,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,31,0,0,270,0,0,22,19,0,0,0,0,1,0,304,0,0,8,0,0,0,7,0,1,0,0,0,0,0,0,0,6,15,0,0,8,17,23,0,0,0,0,0,0,0,21,0,248,474,146,0,0,0,0,0,0,0,0,0,0,2,0,0,22,0,0,0,0,179 +327910,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,33,8,5,2,15,38,6,14,67,37,6,23,9,5,20,10,2,9,3,36,9,16,2,275,9,0,51,0,19,9,1,8,11,0,0,4,18,32,26,3,0,20,24,195,27,6,8,4,34,8,98,74,30,14,12,29,13,3,85,11,3,25,44,80,7,32,25,2,0,1,6,7,37,28,47,20,43,39,2,3,24,39,24,28,8,53,11,2,105,4,0,1,1,9,0,0,10,28,10,0,18,1,6,2,5,7,0,2,1,2,0,2,1,1,0,1,3,7,4,13,1,0,1,18,0,7,1,4,14,37,2,8,1,7,6,14,3,22,59,73,52,8,23,0,1,10,7,5,0,5,3,11,16,13,9,15,30,11,8,30,26,0,6,0,20,16,5,12,86,58,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,10,6,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,3,3,2,0,0,0,0,0,0,0,0,1,1,0,4,6,2,0,2,1,1,25,0,0,4,9,4,0,0,7,0,3,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,4,8,0,13,0,0,0,0,0,0,0,0,0,0,19,0,19,0,0,0,0,0,0,1,0,0,0,6,14,3,0,0,0,0,0,3,5,3,3,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,0,0,0,0,0,0,4,0,0,0,0,6,0,48,41,0,0,0,0,0,0,0,0,1,32,0,0,0,0,4 +327991,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,6,158,0,51,815,1,349,47,243,115,239,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,70,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,7,354,115,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,42 +327992,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,14,0,0,20,24,0,0,0,5,7,0,0,1,0,0,0,0,5,0,15,0,0,0,0,22,70,172,22,6,10,212,23,24,169,0,0,510,122,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,1,3,0,0,0,0,0,4,5,11,2,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,38,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,1,0,0,0,0,0,6,0,130,0,0,0,0,0,261,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0 +327993,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,97,21,0,0,0,0,17,0,649,0,968,0,1,239,89,2,69,12,77,19,35,2,0,0,0,2,0,1,11,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,19,16,4,25,0,0,0,0,0,0,8,0,0,0,2,9,0,0,0,0,0,13,14,32,6,0,0,182,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,24,0,0,0,9,0,0,0,0,0,0,0,0,0,19,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,40 +327999,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1,3,8,37,68,309,51,253,172,191,17,0,0,0,0,2,0,6,37,4,7,2,3,4,0,0,34,0,5,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,193,0,0,0,0,0,0,0,0,0,0,1,0,6,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,63,0,1,5,1,0,0,0,0,6,7,16,3,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,55 +331110,0,0,0,0,0,0,0,0,0,0,0,0,0,1492,137,206,100,87,145,227,238,0,0,0,502,0,9,0,479,4,39,13,537,361,276,193,0,0,9,203,6,14,10,5,92,69,10,17,1,48,19,4,13764,7279,76,73,209,3,22,27,288,1355,64,1447,3352,1905,943,8370,6324,339,1492,1081,483,449,1363,1625,2558,1100,11,457,139,1301,1825,1468,264,2768,2064,611,84,81,337,1,20,4,149,314,901,310,319,363,394,186,90,300,295,345,221,1875,119,656,63,141,853,1,6,14,0,35,11,2,208,16,57,36,29,7,95,46,23,71,31,57,113,0,178,71,336,281,234,283,446,264,311,55,229,315,27,551,0,11,18,788,98,300,390,46,521,415,137,1367,1749,81,7764,3031,1951,285,294,8,8,873,397,43,546,705,646,0,115,2,208,219,439,846,20,191,128,39,0,19,1,257,20,26,375,1224,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,41,0,0,0,0,0,62,0,0,1,12,9,35,1,0,0,0,2,26,36,64,1,1,35,12,151,116,85,30,1,1,0,0,1,0,0,0,0,0,0,0,6,0,0,0,0,0,0,79,0,0,502,82,3,0,0,5,0,96,0,0,0,0,42,0,0,4,0,3,1,0,2,5,12,3,33,5,5,54,7,12,0,0,0,0,0,0,0,406,12,144,68,0,0,0,0,0,386,990,0,0,0,81,0,0,0,0,34,0,0,0,70,96,0,0,0,480,0,0,96,4,7,52,24,6,13,37,8,12,9,3,198,19,0,7,22,0,0,3,4,328,22,16,54,19,18,13,54,52,40,13,0,39,0,23,2,0,0,0,0,0,0,0,265 +331200,5,55,3,3,3,7,9,17,3,4,0,0,0,1027,4,24,5,12,21,13,10,1,0,0,255,122,91,4,105,264,49,234,140,285,38,335,0,2,0,0,0,0,0,0,132,404,0,0,0,0,0,0,1255,448,0,0,0,0,0,0,19,0,0,0,0,48,45,930,43,12,24,0,19,1164,143,610,0,0,0,0,0,0,210,0,0,0,0,245,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,0,211,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,13,1,2,1,0,69,25,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,473,73,129,44,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,5,8,0,57,0,0,0,0,0,0,0,6,0,1,5,0,4,1,0,0,0,0,0,0,0,2,0,0,12,0,0,0,0,0,0,0,0,1,2,0,0,1,0,1,0,1,1,0,8,1,0,0,3,0,0,2,3,2,1,0,0,0,0,0,0,3,3,16,15,1,0,0,1,0,1,3,0,1,0,0,0,0,0,16,0,0,0,0,1 +33131A,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,417,117,1134,740,8874,0,0,12,18,15,1999,295,105,59,102,0,107,21,6,1537,35,16,273,0,12,203,0,0,54,9,9,0,0,0,0,32,2,14,1,0,27,0,48,16,38,25,0,11,4,0,0,0,0,65,53,87,0,136,39,11,4,0,1,3,0,22,15,0,38,3,3,0,43,4,44,16,11,28,0,14,18,0,12,3,58,30,19,7,1,45,0,0,0,0,0,51,0,28,5,193,20,3,14,149,411,47,33,56,93,7,13,133,5,3,44,12,2,0,12,17,111,277,70,0,22,1,156,69,66,55,60,0,3,0,0,0,0,26,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,2,1,0,2,5,12,3,30,0,5,34,7,12,0,0,0,0,0,0,0,378,12,137,60,0,0,0,0,0,0,124,0,0,0,11,0,0,0,0,13,0,0,0,1,46,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,171,26,0,0,0,1,43 +33131B,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,3,3,0,22,9,1,8,10,15,2,19,0,0,18,8,0,0,0,0,0,16,0,0,0,0,14,0,0,0,243,209,2289,0,0,6,35,0,0,6,109,252,102,488,1986,141,96,3205,58,21,350,168,0,11,4,0,1,24,985,1,0,0,0,64,34,236,21,0,7,0,25,7,505,103,0,94,23,22,5,12,2,56,11,21,0,33,7,30,80,0,2,4,15,14,4,0,30,0,68,0,13,3,10,8,3,17,0,8,69,0,181,1,15,27,0,6,8,8,61,26,0,0,432,6,0,0,6,248,29,175,813,27,35,11,13,3,6,14,289,59,47,18,324,0,3,0,250,345,452,10,25,0,70,1,119,50,79,79,57,0,3,0,0,0,0,130,0,3,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,55,0,0,0,6,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,62,36,0,0,0,0,0,0,0,0,0,0,0,0,9,2,0,0,0,0,0 +331411,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,4,1496,67,7903,54,77,0,0,0,0,0,2,0,10,1,0,0,0,19,0,24,248,22,0,0,22,55,0,0,0,0,0,0,0,0,0,0,0,1,0,208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,882,131,0,0,265,38,0,0,0,0,2,0,0,0,0,1,0,0,1,0,0,111,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,17,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,4,0,0,0,0,0,0,0,0,7,88,0,0,0,0,151 +331419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7,0,2851,418,332,0,503,644,623,1184,3521,656,268,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,275,0,0,2,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,656,2333,226,0,0,0,3,4,1,6,0,36,0,0,0,0,0,0,0,0,0,0,0,0,1274,60,16,71,0,0,5,162,17,0,0,0,0,0,0,0,360,27,0,13,8,8,9,0,2,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,810,0,275,3416,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,158,0,0,0,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24 +331420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,114,41,13,1,306,2,6,3,91,165,24,119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,5388,223,0,373,0,0,180,20,213,73,238,70,0,146,33,285,551,0,892,423,0,134,148,119,56,14,0,0,0,0,0,0,10,24,0,422,66,1386,0,0,0,0,0,38,65,35,0,0,16,65,200,0,0,0,17,4,39,1,69,21,18,109,6,81,279,110,43,53,77,50,54,67,45,0,0,29,28,13,58,1,18,536,371,0,0,0,0,3700,158,0,59,0,0,0,0,0,0,0,38,558,207,98,0,120,117,52,3,4,0,0,0,0,0,0,235,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,82,1,0,0,7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2,5,2,0,0,0,0,0,0,0,6,0,117,19,7,0,1,0,1,0,0,0,0,0,0,0,0,2,81,0,0,0,0,11 +331490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,71,1,2,0,8,7,0,8,6,2,0,2,0,0,0,0,0,0,0,0,5,14,0,0,0,0,0,0,421,126,0,0,90,58,41,145,1356,75,398,1181,16,104,69,2,183,2,2,75,152,16,120,134,285,27,1,2,48,20,112,53,40,7,435,6,2,19,3,3,0,1,15,10,86,12,5,61,555,22,1,2,302,7,1,70,0,14,2,8,28,0,1,27,10,168,11,10,248,19,11,37,88,1,3,2,0,3,4,1,3,58,32,4,17,56,1,30,40,73,80,82,116,194,8,113,1,179,2,61,6,1,10,3,10,15,102,73,80,44,27,41,10,22,6,15,0,4,411,5,38,137,1,0,0,0,0,0,0,0,0,13,104,0,0,0,81,9,0,0,82,126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,108,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,138,4,20,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,1,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,4,1,13,0,7,16,8,0,1,28,22,0,0,0,0,0,0,0,0,0,55,0,0,0,0,168 +331510,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,100,10,4,0,9,0,4,3,20,6,0,29,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,201,45,0,0,0,0,0,0,0,48,26,151,7,23,74,75,357,23,33,0,74,6,168,405,21,503,30,38,41,34,78,154,30,513,355,275,91,44,39,0,7,1,12,67,250,57,97,100,71,421,73,98,828,396,243,219,54,123,49,21,200,0,0,1,0,2,5,1,1,0,2,6,13,1,14,38,4,4,3,5,0,0,13,10,19,2,31,7,6,20,13,10,1,3,0,39,1,1,10,20,0,23,4,0,5,1056,162,1211,1809,1,182,305,1,241,124,0,5,507,5,13,34,59,27,0,0,1,3,3,7,4,0,17,156,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,1082,0,0,0,0,156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +331520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,10,31,81,29,200,16,17,0,168,9,388,131,33,142,120,10,79,6,89,43,80,55,30,62,48,34,30,0,11,2,19,23,103,76,103,48,26,99,16,27,635,208,61,57,52,69,11,17,51,0,1,1,0,3,8,1,3,0,2,9,18,1,20,55,5,6,4,8,4,0,85,54,70,12,17,20,1,37,18,13,1,4,0,117,2,1,18,28,1,8,8,1,8,1678,274,607,1946,1,18,1297,8,44,28,0,13,20,36,10,51,8,37,0,0,1,3,6,9,6,0,14,22,17,0,1,2,165,0,0,13,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,11,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,6,2,3,7,1,1,0,12,6,0,0,0,0,0,0,0,0,0,14,0,0,0,0,10 +33211A,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,18,0,0,0,0,0,0,0,0,14,5,6,0,2,14,0,10,22,18,3,44,0,0,0,8,0,0,0,0,0,0,1,0,0,0,3,4,0,0,0,0,0,0,0,0,0,0,19,782,6,36,53,111,17,33,56,3,43,8,198,389,47,355,41,348,46,147,60,120,10,3,389,124,23,3,7,7,2,8,13,14,28,37,24,14,17,750,189,136,471,123,121,328,23,45,11,10,92,3,0,197,93,50,57,5,11,29,1,51,43,57,42,43,1,5,235,17,0,0,57,1,2,2,6,38,11,31,85,11,10,2,0,21,0,3,5,12,2,3,2,1,7,629,47,167,66,149,13,116,75,448,226,41,21,192,251,35,2,9,19,0,3,1,5,4,11,13,1,2,30,1,0,1,5,1,2,2,2,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,16,29,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,108,0,0,1,7,0,0,0,0,1,0,0,1,1,0,1,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,384,93,0,0,25,2,0,0,0,0,0,0,0,0,0,9,0,0,0,3,52 +332114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,1,12,1,12,40,2,38,8,6,4,5,0,0,0,5,0,0,0,0,25,69,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,91,21,33,12,4,13,68,39,25,141,2,25,31,51,210,73,2,18,27,13,14,19,2,29,243,33,3,24,42,1,0,8,2,3,9,10,13,10,10,155,3,5,23,6,3,27,3,24,9,17,7,1,4,7,1,3,1,19,19,1,3,283,21,0,0,0,0,0,29,0,4,0,11,0,23,43,2,5,4,8,86,33,2,8,30,5,7,9,20,46,7,12,7,11,29,55,10,450,1964,38,50,58,8,1,18,0,1,82,7,6,6,2,4,0,1,1,4,3,8,9,1,63,187,4,0,2,4,13,1,1,446,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7,0,45,1,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,5,11,6,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +33211B,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,158,0,1,0,0,0,0,0,6,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,5,3,152,12,184,32,20,6,7,88,8,33,18,32,69,80,2,33,6,111,720,161,79,95,42,2,13,5,2,5,24,1,14,203,7,3,8,5,10,2,5,18,3,3,43,2,3,8,8,6,7,8,30,25,40,19,22,104,83,27,69,21,32,54,25,38,21,80,19,1,0,9,26,274,184,64,125,21,243,33,37,9,156,0,104,0,108,16,35,5,7,4,20,76,31,10,67,100,1541,64,264,9,1,19,1,2,9,2,4,6,2,4,3,41,6,14,13,129,68,1,5,9,4,0,3,4,4,1,2,8,34,1,0,0,0,1,0,0,1,1,2,0,1,1,0,0,1,0,1,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,10,0,0,442,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,1,45,10,1,159,0,0,179,0,5,0,0,0,0,0,0,3,7,0,190,110,2,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,128,28,3,310,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,2,10,19,10,0,0,0,0,0,0,0,24,0,26,0,0,0,56,21,28,0,0,0,0,0,0,0,0,289,93,0,0,3,1,84 +332200,38,155,25,20,27,39,103,146,19,38,0,4,2,138,16,24,0,0,0,0,0,3,0,0,12,35,9,1,17,10,1,10,15,357,6,256,5,1,4,5,1,4,1,6,1,4,0,0,88,1,1,0,18,3,1,4,3,0,0,4,9,10,7,5,3,12,26,86,14,17,6,10,10,7,43,9,31,36,6,1,27,12,14,7,4,10,47,21,2,12,10,0,2,0,1,3,7,5,3,6,4,8,2,3,4,3,3,23,2,3,22,7,5,3,1,1,1,5,1,3,5,10,3,16,10,1,17,5,3,17,11,13,1,1,1,1,6,1,3,2,4,7,19,15,3,4,2,6,0,4,18,41,7,8,5,1,5,20,5,48,66,36,48,40,7,1,16,0,1,30,4,5,6,2,4,1,1,1,4,2,8,10,1,7,13,4,2,3,3,3,1,1,8,29,0,0,0,0,0,0,0,2,0,2,0,0,0,0,16,49,0,6,2,1,0,0,1,0,3,1,3,0,0,0,0,0,1,1,1,0,0,0,47,9,8,3,1,1,1,4,0,0,0,0,0,1,0,0,2,2,4,2,0,0,0,0,0,0,0,0,1,2,0,4,7,3,1,2,2,3,94,6,1,43,192,6,34,6,17,4,62,0,574,4,54,19,0,12,1,63,1,30,1,0,0,0,0,3,3,0,0,0,7,1,1,1,0,0,2,0,7,41,0,13,0,0,0,0,0,0,2,0,3,1,27,8,1,0,0,12,1,0,12,5,50,8,0,0,1,11,120,18,0,0,0,0,0,0,0,69,2,0,0,170,6,0,0,0,0,0,1,4,206,46,82,88,15,44,8,50,64,146,0,0,4,11,0,3,0,1213,122,0,0,10,0,11 +332310,13,29,4,3,5,6,18,27,3,7,0,0,0,423,0,2,29,0,0,19,10,1,0,0,1012,201,926,205,1220,1158,2702,3574,1974,913,385,2033,0,183,0,67,0,0,0,0,10,142,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,8,26,505,6,1496,30,63,27,13,15,9,1423,18,42,52,9,2,36,18,16,10,3,511,38,285,18,42,12,1,0,0,44,4,77,8,3,9,7,67,2,5,148,202,174,269,3,17,10,10,8,9,10,22,1,9,8,3,16,340,2,20,12,0,0,0,0,0,12,0,1,0,15,1,9,9,9,8,27,12,38,39,19,13,0,71,0,10,24,54,10,13,6,1,6,952,12,91,285,25,68,85,85,1,802,66,2,742,150,99,9,2,6,0,2,1,5,4,11,13,1,0,0,6,0,1,4,45,2,2,5,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,115,9,0,62,401,0,0,0,26,1,8,1084,0,0,399,0,0,0,0,0,0,0,0,0,0,0,0,32,55,3,109,0,0,0,0,0,0,0,0,0,14,340,0,59,0,36,0,51,0,8,502,0,7,0,63,0,91,0,0,4,12,394,23,0,20,0,14,0,239,0,10,0,0,0,0,0,0,0,24,29,0,0,23,31,36,1,0,0,0,0,0,0,45,3,818,364,88,0,0,0,0,0,0,0,0,0,0,5,0,83,124,0,0,0,1,1312 +332320,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,13,0,0,8,95,2,1,0,1532,440,921,356,593,2000,408,2358,1092,2911,597,2719,0,21,196,154,0,3,0,0,10,37,0,0,0,0,0,3,8,0,0,11,0,0,0,2,17,0,0,0,25,14,0,77,1069,8,3,113,0,7,147,25,0,2,0,0,0,2,21,12,1,593,0,86,0,2,305,17,31,0,22,2,3,0,0,3,1,0,2,1,148,0,3,24,0,30,0,1,0,181,14,111,21,47,42,0,65,195,76,66,178,14,29,8,19,101,0,57,0,0,3,1,3,2,1,10,0,20,147,113,0,0,0,6,0,54,156,18,29,151,6,65,187,23,1,6,43,98,82,345,1,0,0,0,0,2,1,0,0,34,1,0,0,0,1,14,6,34,0,28,75,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,861,0,0,0,39,15,0,0,60,1,3,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,176,308,13,951,0,4,0,0,0,0,0,0,0,9,0,0,85,0,0,0,147,0,0,480,0,0,0,52,0,0,0,0,1,0,0,0,0,340,0,0,0,720,0,32,0,0,0,13,0,0,0,25,43,0,0,36,52,102,4,0,0,0,0,0,0,82,12,1210,912,174,0,4,0,0,0,0,0,0,0,0,6,0,105,44,0,0,0,17,578 +332410,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,43,14,25,69,35,246,0,242,51,49,22,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,17,0,0,0,55,0,0,0,0,0,0,0,2,0,0,0,0,227,19,24,0,0,0,0,0,10,32,0,0,0,0,12,0,0,25,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,8,1,0,5,5,64,0,0,0,8,0,9,0,2,75,17,50,91,12,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,21,1,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,1,0,0,10,0,0,0,7,0,0,0,0,1,0,0,0,0,0,0,0,0,140,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,191,63,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,88 +332420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,44,38,16,10,160,0,103,846,165,22,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,377,0,0,0,45,0,0,0,0,0,0,0,2,0,0,0,0,219,17,23,0,0,0,0,0,0,0,0,0,0,0,12,0,0,23,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,14,0,0,2,6,71,0,0,0,17,0,11,1,0,103,18,54,27,8,19,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,427,0,0,0,0,20 +332430,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,1,0,1,1,2,8,3,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,3,15,5,164,7,44,15,1519,15,9,22,23,41,51,8,2,36,17,16,10,3,365,37,49,8,29,11,1,0,0,37,1,11,7,4,9,6,59,2,5,92,173,143,204,3,8,10,8,8,1,5,9,3,24,7,3,46,5,5,26,8,1,0,1,0,1,14,1,1,0,15,1,11,3,2,3,5,11,25,20,3,4,0,9,0,19,27,61,10,13,5,1,5,4,12,89,130,51,66,75,10,1,20,0,1,12,3,5,9,2,6,1,2,1,5,4,10,11,1,0,10,6,0,2,4,4,2,2,9,37,1899,5,0,0,1,23,0,54,36,3586,147,45,280,1,9,47,38,0,1,111,213,9,122,77,538,2991,0,0,419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1,2,40,1,5,5,19,192,0,0,0,52,2,37,5,2,274,51,142,14,24,50,0,0,0,0,0,0,13,9,0,60,42,13,1,0,4,0,0,0,1,0,0,2,10,2,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,3,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,9,0,0,0,0,0,0,0,1,0,3,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,1,7,0,0,0,1,1,1,2,0,0,0,0,0,0,37,0,0,0,0,0,0 +332500,0,0,0,0,0,0,2,0,0,0,2,33,6,9,8,0,0,5,0,0,0,1,0,0,182,94,27,7,53,52,2,40,116,380,128,314,0,25,272,56,0,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,378,0,0,0,543,0,70,394,0,4,1,0,0,0,6,0,0,43,0,0,0,0,1,0,0,0,0,0,79,0,0,0,0,1,0,0,11,0,0,1,0,0,0,0,1,0,0,32,0,0,0,0,0,22,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,475,32,124,34,0,1,4,1,9,13,8,0,50,136,246,229,0,0,1,3,236,0,0,0,150,158,50,4,13,157,34,0,0,0,0,0,0,0,0,0,0,216,63,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,5,0,0,0,0,0,0,6,3,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,60,0,240,0,45,24,35,0,967,0,35,0,33,1,0,1,14,10,1,0,0,17,1,0,0,0,0,98,61,3,2,0,0,2,5,5,8,19,22,0,1,6,0,15,0,0,0,3,0,0,61,99,1,0,24,3,0,0,2,1,1,0,14,5,107,8,1,0,32,0,1,0,0,0,0,0,6,2,8,11,0,0,31,443,8,0,0,0,0,0,0,0,21,3,404,129,38,180,1,7,4,0,0,6,0,0,6,1,0,374,7,0,0,0,3,14 +332600,0,0,0,0,0,0,909,0,0,0,0,44,0,0,0,0,5,0,0,3,4,0,0,0,33,15,6,2,69,22,5,25,29,20,1,19,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,0,0,3,1,0,6,4,14,3,3,1,1,19,240,69,51,5,6,1,0,5,2,4,2,0,10,9,9,0,3,2,0,0,0,0,1,5,1,0,1,1,2,0,1,1,0,1,1,0,26,2,1,1,0,0,0,0,6,0,1,1,0,0,51,0,0,3,1,1,3,1,2,0,0,1,0,1,1,1,19,3,2,5,5,1,1,0,7,0,0,110,420,68,120,1,0,1,7,1,12,25,10,13,15,714,123,321,0,0,218,0,0,1,0,1,0,31,6,3,4,1,1,479,1,3,1,0,0,1,1,1,0,1,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,8,93,13,9,4,18,1,0,0,40,14,2,0,29,18,0,0,0,0,0,0,0,0,0,5,9,0,26,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,7,0,0,109,0,0,0,16,0,0,0,0,84,0,0,3,0,53,5,0,0,28,0,0,0,0,0,0,0,0,0,0,7,1,0,0,19,0,0,0,0,11,0,0,0,2,0,20,1,0,242,2,3,4,0,0,0,0,0,0,0,0,4,1,0,0,0,3,139 +332710,2,12,1,1,1,2,1,7,1,1,0,7,2,11,9,33,9,5,9,2,5,60,0,0,131,77,35,8,65,119,45,122,107,175,24,500,26,52,127,62,37,91,33,110,42,41,10,6,16,15,23,7,231,128,42,87,679,4,3,87,321,260,131,49,16,69,41,654,1307,102,41,52,73,52,1137,177,229,238,46,40,152,69,110,51,13,314,388,508,19,142,72,3,12,1,13,17,92,72,40,93,58,69,34,36,30,66,33,543,17,45,64,41,110,55,36,43,34,136,25,16,143,119,69,62,65,16,116,58,56,128,60,104,29,26,68,9,40,10,7,13,31,59,108,117,13,20,50,80,15,92,113,247,43,85,28,5,27,592,65,484,1060,342,294,1146,71,10,109,19,20,167,17,50,32,8,22,105,20,8,21,31,47,57,24,74,99,28,26,10,20,21,7,13,46,663,2,2,0,0,0,0,1,56,6,49,2,2,0,0,2,10,1,80,0,40,0,2,12,7,88,26,156,76,36,13,18,29,27,19,29,6,6,24,315,203,302,204,60,87,62,426,42,15,1,9,9,15,11,24,55,127,139,86,33,29,1,5,1,1,48,50,151,139,18,101,128,35,11,30,19,40,540,50,14,252,87,54,2,2,28,221,106,18,268,72,7,219,21,26,116,46,28,24,23,3,4,0,0,264,1066,28,9,0,0,2,5,5,1,0,0,0,23,3,0,42,0,0,1,7,1,0,67,8,18,3,88,18,4,0,4,407,8,3,74,12,100,30,3,1,4,7,3,86,1,0,0,10,2,4,3,11,4,0,0,0,0,0,0,0,1,0,1,2,13,1,0,0,0,278,12,71,125,1,0,12,21,0,0,0,0,0,0,163,3,0,3,326 +332720,0,0,0,0,0,0,0,0,0,0,0,0,0,21,205,62,13,5,16,5,10,22,0,0,46,26,15,2,773,38,13,31,38,61,8,67,8,12,56,42,10,25,10,33,13,12,3,1,5,5,8,2,96,25,10,13,24,1,0,15,21,27,17,17,92,137,157,521,765,55,19,28,144,42,315,501,92,352,18,35,108,8,360,164,165,416,13,185,51,307,63,2,17,1,8,24,204,24,24,69,66,90,46,24,322,167,110,195,11,221,21,18,143,3,13,21,58,116,113,53,165,11,65,239,128,34,139,106,35,108,109,173,40,3,189,31,71,63,31,58,175,236,82,54,28,7,7,127,3,26,359,530,241,228,116,7,69,935,156,462,958,109,420,756,147,27,250,2,8,251,24,128,18,77,12,34,5,1,11,9,22,26,9,55,122,25,3,5,10,92,4,4,21,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,49,50,25,0,4,7,11,9,6,9,2,2,5,64,43,66,42,12,23,13,126,11,12,1,7,3,8,3,8,17,39,33,11,10,9,0,2,0,0,15,16,46,45,6,26,41,12,4,9,6,9,124,22,5,128,5,4,12,2,5,1,8,6,88,1,2,73,137,56,35,16,8,15,26,4,2,1,1,48,81,5,17,0,9,0,0,0,0,0,31,0,0,1,1,15,10,1,0,0,0,0,1,1,5,1,1,14,2,1,0,0,0,0,5,5,11,18,1,0,5,0,1,0,9,8,2,6,5,5,2,4,1,0,0,62,0,0,0,0,0,1,1,0,2,3,14,57,5,169,9,96,49,5,15,1,2,0,0,0,0,10,6,34,0,0,0,0 +332800,0,0,0,0,0,0,0,0,0,0,0,0,0,32,26,105,29,13,29,7,15,70,0,0,182,105,51,11,62,162,62,118,159,239,31,721,26,54,119,53,41,103,41,148,55,54,14,8,21,20,31,10,420,106,42,55,222,6,2,60,118,144,104,29,12,45,20,480,22,72,27,39,44,30,118,74,731,148,25,7,97,47,58,31,8,56,200,86,7,54,34,3,9,1,3,11,38,24,13,29,20,36,9,16,18,14,14,178,8,17,29,24,25,38,27,32,27,56,15,16,95,44,40,88,108,8,76,31,28,91,45,66,29,13,48,5,27,26,18,19,62,38,77,69,9,33,29,35,13,44,105,219,35,143,20,4,19,110,43,266,801,138,327,213,50,5,85,54,13,40,10,28,23,5,16,140,14,5,17,22,35,40,29,42,64,20,13,7,13,24,5,8,29,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,196,204,0,47,17,32,37,37,25,39,8,6,24,283,184,285,171,51,97,50,466,44,52,6,31,13,20,14,33,75,171,142,56,39,39,1,7,1,1,64,67,201,186,20,114,169,47,15,39,25,39,365,43,19,169,16,214,0,0,29,32,5,224,501,16,9,147,0,25,143,63,32,29,58,1,11,40,7,712,1587,38,0,0,7,0,0,0,0,0,0,0,11,122,0,24,0,0,0,3,0,0,25,0,1,0,8,0,0,0,0,0,0,3,7,127,0,7,0,0,0,0,1,3,0,0,0,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,359,20,121,108,0,0,0,0,0,0,0,0,0,6,255,0,0,0,63 +33291A,0,0,0,0,0,0,0,0,0,0,0,0,0,1128,0,0,11,0,0,7,9,0,199,0,203,20,142,126,97,230,270,347,734,404,39,206,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,123,4,11,0,0,0,0,0,0,3,0,9,4,19,11,281,131,40,65,8,13,10,117,39,25,1047,9,2,41,100,19,198,42,1194,161,230,119,474,197,31,3,0,89,7,278,13,40,17,56,129,2,6,60,263,298,224,3,307,6,11,44,1,4,5,1,58,3,0,15,1,1,15,5,1,36,10,6,33,8,25,1,0,8,1,8,8,9,7,30,7,0,0,20,13,0,0,0,5,164,787,85,58,17,1,4,256,48,520,179,0,76,199,1012,46,346,56,11,60,325,4,10,84,6,0,1,1,3,2,6,7,1,14,27,7,0,0,3,4,1,1,0,27,0,0,0,0,0,1,0,14,0,0,6,7,10,3,0,0,0,0,0,7,0,3,0,0,93,75,54,0,52,0,0,0,0,0,0,0,0,37,222,140,0,0,0,0,0,0,0,0,35,0,0,21,17,21,95,246,42,8,13,33,0,0,0,0,23,0,0,186,0,157,0,0,0,0,25,0,84,10,0,69,19,7,5,0,7,0,0,0,184,12,0,0,43,56,0,25,0,0,0,0,0,0,1356,581,61,5,74,0,4,0,0,0,0,0,0,0,1,0,0,11,0,0,0,42,0,0,305,0,0,0,52,0,0,0,1,5,0,0,0,1,349,0,0,0,208,0,3,0,0,0,0,0,0,0,0,0,0,0,2,8,13,0,0,0,0,0,0,0,7,4,54,35,0,176,2,157,22,0,0,0,1,0,1,1,0,321,1,0,0,0,15,885 +332913,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,128,153,13,40,251,14,178,179,476,132,331,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,18,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,28,1,177,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,16,0,0,0,8,14,3,0,5,0,0,0,0,0,0,6,0,0,5,8,8,1,0,0,0,0,0,0,12,3,330,89,37,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 +332991,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,7,3,14,4,146,6,21,8,12,12,8,19,9,35,41,7,906,29,14,14,197,57,195,24,85,12,50,10,1,3,0,8,3,136,7,27,7,36,46,98,72,11,109,98,144,17,10,40,8,86,1,5,7,1,5,2,3,19,1,3,16,7,1,21,7,4,21,10,15,1,0,11,1,9,7,8,6,16,175,27,28,3,8,0,43,0,9,67,74,20,11,6,1,5,119,44,355,405,42,55,516,75,24,70,0,2,106,2,4,7,2,4,0,1,1,4,4,9,10,1,9,16,5,0,3,4,4,1,1,8,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8,0,50,1,2,0,0,1,0,5,0,0,52,11,3,0,0,0,0,0,0,0,0,0,0,18,262,332,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,4,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,26,85,16,0,0,0,0,0,0,0,0,541,1,0,0,8,0,25 +33299A,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,858,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,2825,16,0,0,0,0,0 +332996,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,132,99,123,0,662,0,177,108,558,62,357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,67,172,0,0,0,0,0,0,372,0,0,0,273,14,0,0,0,0,0,0,0,21,0,0,0,0,17,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,1,16,18,1,2,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,8,0,0,71,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,9,0,0,0,8,16,8,1,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12 +33299B,10,51,7,4,6,13,3,21,3,3,4,18,24,90,17,66,10,6,3,4,10,2,18,0,157,64,61,665,79,151,1,112,287,218,34,346,8,30,27,36,86,34,26,48,86,214,5,1,8,6,32,32,11,146,16,18,33,2,7,17,42,118,122,8,3,18,29,193,8,36,13,14,16,10,119,30,52,52,9,3,38,19,204,37,15,25,71,142,5,26,13,1,4,0,2,4,14,10,5,12,8,28,3,6,51,5,5,90,3,167,11,10,11,3,5,25,1,21,3,3,14,23,5,16,10,7,30,22,27,51,11,34,16,5,24,1,9,9,9,7,25,12,35,43,15,11,10,92,8,10,28,64,10,16,7,1,6,42,14,97,136,111,71,90,12,2,26,5,5,12,3,54,9,3,20,44,3,1,8,5,11,13,16,29,29,6,1,3,4,4,2,3,11,335,12,49,6,42,15,9,1,211,10,104,7,75,60,46,72,86,14,125,72,72,54,9,99,87,20,1,132,30,36,5,14,21,11,9,23,3,5,8,26,43,89,23,16,225,20,102,23,0,8,20,8,1,5,14,125,17,74,15,27,12,7,0,8,5,40,21,30,3,15,79,56,16,5,2,8,13,79,15,6,64,262,47,30,25,197,0,73,11,285,79,8,89,13,87,5,8,2,29,8,3,0,1,0,177,46,7,151,9,9,25,60,0,2,0,6,4,20,1,4,17,270,12,1,21,2,22,218,8,7,3,27,32,5,5,7,308,3,3,108,8,114,12,5,3,163,3,3,162,26,40,24,21,2,10,17,141,11,4,10,41,24,7,5,0,3,3,0,0,123,637,1152,116,27,14,6,5,3,24,3,1,7,20,4,4,0,4,0,95,0,0,1,45 +333111,238,1125,70,71,82,192,68,432,145,45,168,21,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,0,0,0,0,7,0,0,0,1,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175 +333112,0,0,0,0,0,5,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,24,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,0,0,0,0,0,0,0,0,0,0,0,0,0,2,179,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2 +333120,0,0,0,0,0,0,0,0,0,0,0,0,0,175,307,247,151,138,147,133,196,0,0,0,73,89,97,0,119,0,15,8,48,338,0,1111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,306,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +333130,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,983,114,458,90,61,137,544,0,0,0,11,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0 +33329A,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,84,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,650,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,14,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,286,146,0,0,0,0,0,603,0,0,0,0,0,101,20,50,328,142,79,0,0,0,0,0,0,0,239,0,0,0,0,48,0,0,0,0,0,0,0,0,0,0,248,3,2,3,73,0,0,0,0,0,0,0,0,13,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,9,0,0,2,2,2,0,0,184,2,0,36,0,0,0,0,1,2,1,1,0,0,1,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,34,82,15,0,0,0,0,2,0,4,2,0,0,2,0,0,0,0,0,0,0,59 +333220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,63,4,0,3,21,235,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +333295,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,22,0,14,5,3,16,10,54,12,18,0,3,78,112,28,0,0,0,0,0,0,0,110,169,15,11,0,0,0,50,0,0,62,0,0,0,68,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +33331A,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,1,1,0,2,15,15,0,56,796,397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,0,7,0,61,3,4,0,2,3,3,7,2,6,2,3,5,3,8,0,0,1,7,26,4,6,208,1,54,0,3,3,1,3,12,5,4,1,6,4,0,7,8,14,1,15,3,0,16,0,0,0,0,1,0,0,5,0,0,0,1,2,3,10,3,5,0,4,1,0,0,0,0,0,0,0,0,3,0,5,0,0,0,3,0,4,0,0,0,0,0,0,0,7,0,0,7,0,0,17,1,0,0,0,2,0,0,3,0,0,0,0,0,0,0,0,0,0,0,5,1,0,0,0,0,4,5,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,19,3,5,24,14,0,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,96,0,0,0,0,406,0,18,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,54,0,0,0,98,107,0,0,0,0,0,0,16,0,0,0,0 +333313,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,2,0,0,0,0,0,0,409,0,135,0,0,0,0,0,0,0,0,0,106,186,8,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,304,0,0,0,0,6,6,2,0,0,204,0,0,0,0,0,0,2,775,0,605,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,0,0,0,1 +333314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1,1,0,0,0,3,1,1,9,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,455,0,165,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +333315,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,7,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0 +33341A,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,71,208,72,178,0,200,66,24,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,1,0,0,121,0,193,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,207,30,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,78,0,0,0,44,0,0,0,2,0,6,0,0,0,0,4,0,39,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,4,5,0,0,0,0,0,430,0,0,348,0,0,0,36,0,0,0,0,1,0,0,0,0,172,0,0,0,290,13,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,5,0,0,0,23,12,118 +333414,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,46,71,28,24,266,0,157,85,205,38,240,0,0,2,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,245,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,93,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,9,0,30,0,0,0,1,0,0,0,0,0,7,18,0,0,0,0,0,0,0,0,234,0,0,0,18,0,0,0,0,1,0,0,0,0,56,0,0,0,77,227,163,0,6,0,0,0,0,0,0,6,0,0,0,3,0,2,0,0,0,0,0,0,2,3,9,30,15,0,0,0,0,0,0,0,0,0,0,0,0,3,2,0,0,0,0,2 +333415,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,1083,661,404,63,57,904,1,1246,612,944,303,1459,1,0,59,63,0,11,0,2,0,0,0,0,0,0,0,0,6,0,2,0,0,1,0,0,0,1,0,0,2,7,1,12,31,1,2,0,0,1,2,2,1,1,0,0,0,1,7,4,3,3,0,3,0,1,97,10,0,1,20,2,3015,0,2,1,0,1,0,0,33,0,1,4,0,2,0,0,0,0,0,0,1,1,0,3,3,1,3,1,1,0,0,0,0,0,0,0,0,0,22,0,1,174,1,1,0,8,1,0,0,1,0,2,0,0,275,442,150,2,59,54,60,2,1,1,3,10,22,77,2,1,1,0,0,2,1,0,0,0,1,1,0,1,0,2,6,3,0,12,13,0,0,0,0,5,11,0,25,17,9,1,0,0,0,2,14,31,18,549,8,9,9,25,2,1,3,32,45,34,0,0,0,1,92,26,0,0,11,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2,0,0,4,0,0,1,0,0,2,4,6,0,2,1,1,0,0,0,0,11,38,24,0,166,13,0,0,5,296,8,58,0,0,0,219,43,59,21,155,0,0,0,12,0,34,0,0,0,3,1,1,1,3,5,0,3,204,23,29,2,287,0,0,2,0,0,16,0,0,0,28,5,2,58,0,30,2,176,4,14,50,16,56,4,26,56,6,0,10,5,1,2,4,1,410,5,1,5,236,15,541,5,71,15,11,58,2,6,49,322,115,70,26,39,39,3,2,2,2,3,5,22,43,29,347,328,97,17,2,149,1,4,6,3,3,2,0,6,0,43,52,0,0,0,0,31 +333511,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,31,2,0,0,0,0,0,0,0,8,50,0,0,0,0,33,0,0,0,0,0,0,109,290,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,18,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41 +33351A,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,425,0,7,8,0,0,0,69,0,0,0,0,0,0,0,64,23,0,0,0,0,0,0,0,0,0,0,0,0,1,0,106,0,83,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +333514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,189,19,0,0,0,0,0,0,0,61,249,99,0,29,0,0,0,0,0,0,0,0,6,96,0,0,0,34,0,0,0,0,0,0,0,55,10,44,1,0,0,0,0,0,24,86,0,219,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,9,7,0,0,0,0,9,0,0,10,0,21,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0 +33351B,0,0,0,0,0,0,0,0,0,0,0,0,0,342,41,26,12,11,8,746,382,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,4,2,5,16,1,4,4,3,0,1,15,1,4,0,3,13,2,7,13,0,0,8,17,23,17,11,1,9,13,23,18,20,22,3,14,13,150,117,24,26,7,12,26,5,22,27,0,29,19,94,9,39,33,0,2,1,10,6,26,51,45,401,221,9,0,0,26,10,4,46,12,65,17,3,32,6,1,1,2,11,3,1,13,17,11,5,18,3,7,8,9,6,1,9,2,3,5,2,1,1,0,1,4,7,5,17,1,2,6,25,1,10,5,31,7,23,4,4,2,11,21,4,12,2,19,36,28,15,12,0,0,4,7,6,0,0,2,3,3,2,0,2,3,3,1,20,26,1,5,0,11,46,5,13,54,67,0,0,0,0,0,0,0,2,1,6,0,0,0,0,0,2,0,9,0,3,0,0,1,1,9,2,8,0,0,1,0,1,1,1,2,0,0,0,5,3,7,4,1,1,1,9,1,0,0,0,0,1,0,1,4,6,6,3,0,0,0,0,0,0,0,1,3,4,0,16,22,9,3,8,4,9,42,1,2,7,8,9,5,0,20,2,22,0,2,0,0,3,0,0,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,2,0,2,16,6,0,0,0,0,1,0,6,1,11,0,0,0,0,0,0,187,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,9,0,19,0,0,0,0,3,0,0,0,0,2,0,0,0,0,0,4 +333611,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,951,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,399,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,17,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,1,0,2,21 +333612,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,44,238,154,39,30,10,54,0,0,0,0,0,0,0,92,0,102,105,41,7,158,0,0,340,28,164,124,0,39,0,0,0,0,0,0,0,0,0,0,155,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,7,48,713,0,0,46,0,0,0,0,0,71,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,12,0,0,0,0,3,0,0,0,0,3,0,0,0,49,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,268,0,0,0,38,0,0,0,0,1,0,0,0,15,96,0,0,0,238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,608,12,0,0,0,0,0,0,0,0,8,0,0,0,0,0,139 +333613,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,7,0,0,1,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,3,299,202,589,0,0,277,0,0,18,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,93,138,735,0,0,0,0,0,0,0,0,0,0,341,0,0,0,0,0,26,472,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,50,0,0,0,0,2,0,0,0,0,0,0,0,0,310,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,85 +333618,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,806,1479,874,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,35,89,2102,146,63,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,559,0,0,0,0,0,0,0,0,1188,3839,2746,0,0,0,0,1407,26,1,75,0,0,0,0,0,0,0,0,0,630,461,0,0,524,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,18,0,0,10,0,0,0,113,48,0,0,0,0,2,0,0,0,0,0,0,0,3,6,3,0,0,0,0,1,2,3,0,0,0,0,0,0,0,18,0,0,0,0,0,0,188,0,0,0,32,8,2,0,0,0,0,0,1,30,12,1,0,0,31,0,0,0,0,0,0,0,0,0,0,2,0,0,3,3,0,0,0,0,0,0,0,0,2,0,1,1,0,1144,43,337,98,0,0,1,0,0,2,0,0,248,0,0,0,0,1,53 +33391A,1,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,52,0,0,51,60,0,0,0,91,79,9,5,12,27,0,30,131,179,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,24,10,282,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,29,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,20,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,1484,0,0,0,8,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22 +333912,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,31,40,4,0,15,0,0,8,79,147,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,793,14,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,24,0,96,0,0,0,0,83,0,0,0,0,0,0,0,0,1,22,0,0,0,0,0,0,0,0,0,0,0,24,42,2,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,282,103,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12 +333920,10,15,2,2,2,8,8,14,1,3,5,0,3,269,264,275,141,93,142,124,183,0,0,0,5,2,321,335,216,161,2,1255,183,24,37,23,0,10,11,8,8,14,7,5,14,7,1,1,3,4,2,0,15,6,2,4,4,0,1,2,5,6,7,2,1,2,1,10,9,2,2,3,1,7,8,5,40,2,1,1,2,1,9,7,2,16,13,2,0,0,1,0,1,0,3,3,4,0,1,0,0,3,0,1,2,2,2,255,0,4,1,0,3,1,1,1,0,0,1,1,1,0,0,1,1,0,0,0,0,1,0,1,2,2,6,2,2,1,0,1,1,2,1,2,0,1,1,6,1,3,1,2,9,2,1,2,2,2,7,6,2,4,3,8,0,0,0,0,0,1,2,2,1,1,1,6,2,1,5,4,5,3,2,1,3,1,0,0,3,1,3,7,1,4,3,2,2,1,1,0,1,13,26,32,5,5,6,5,8,7,1,9,11,18,5,1,10,20,24,8,15,17,3,1,1,3,2,2,2,0,0,1,3,3,8,11,5,2,3,16,4,0,0,0,0,1,0,1,1,1,124,3,2,1,0,4,0,0,2,6,8,4,1,5,14,9,7,4,2,3,23,6,2,8,250,9,45,18,254,2,0,0,12,0,0,12,9,615,1,1,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,4,0,0,0,8,0,30,96,0,0,0,8,28,0,0,0,0,1,1,9,0,15,7,0,0,541,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,165,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4 +333991,7,21,4,3,4,7,0,22,2,5,0,0,0,146,0,0,0,0,0,0,0,0,0,0,8,2,12,0,2,3,8,5,49,8,2,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,13,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +33399A,6,26,2,2,2,6,7,14,2,2,0,0,0,113,0,7,36,0,0,35,41,46,2,0,37,2,28,831,16,70,24,143,21,34,7,31,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,1,16,0,1,6,0,0,1,4,3,2,1,0,1,2,96,7,27,50,1,1,2,16,8,36,2,1,2,1,1,2,127,35,145,31,29,9,112,34,0,0,0,2,1,24,3,10,9,5,57,1,2,140,5,3,30,1,375,1,2,8,1,0,0,0,1,0,0,1,1,1,1,1,0,1,1,1,1,0,1,0,1,1,0,0,0,0,0,1,0,1,1,0,0,0,2,0,2,16,16,26,159,4,0,0,35,13,10,18,0,1,32,95,3,2,0,1,18,2,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,1,0,0,3,3,22,0,0,0,0,0,0,0,2,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,15,1,0,0,0,0,0,0,97,0,0,0,0,23,1,0,0,0,0,0,1,0,0,0,7,0,0,0,8,0,6,0,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,2,2,0,2,0,0,2,2,0,0,0,0,0,0,0,0,104,0,8,0,0,0,0,2,0,0,0,2,0,0,0,0,6,0,0,4,27,6,4,0,0,3,0,0,4,11,2,2,19,0,0,9,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,28,0,1,0,167,26,0,0,0,0,1,0,0,0,3,3,0,0,0,0,80 +333993,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,245,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +333994,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,73,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,27,0,0,0,0,0 +33399B,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,121,0,0,0,0,43,0,0,43,568,312,420,105,174,85,172,265,0,0,0,3,0,0,10,73,30,38,5,6,6,208,140,76,1113,0,113,71,10,301,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,407,101,82,38,0,12,162,232,94,106,0,40,325,521,169,20,8,2,151,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,434,8,0,0,0,0,12 +334111,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,435,1,97,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,159,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +334112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3324,912,89,7,60,5,0,0,0,0,114,281,0,0,0,0,0,11,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1,0,0,9,14,3,3,0,0,0,0,0,0,0,0,61,0,0,20,0,0,0,0,0,0,0,0,0,0,0,2,1,0,455,0,222,5,82,0,0,0,38,0,0,43,0,0,9,0,21,8,1,0,0,0,0,4,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,11,0,0,1,0,0,0,0,0,0,0,146,11,0,0,0,0,0 +33411A,0,1,1,1,0,1,0,0,0,0,0,0,0,0,3,0,0,3,2,3,4,44,0,0,13,5,26,4,11,6,6,2,20,38,2,15,10,5,8,5,1,6,0,12,2,6,1,0,2,1,2,1,0,2,0,0,1,0,0,2,1,2,2,1,1,1,2,9,8,1,2,2,3,2,9,4,3,1,0,0,0,1,0,0,0,0,0,8,0,4,11,15,43,0,0,2,0,0,1,0,0,0,0,1,0,0,1,0,0,17,1,0,0,1676,2,572,61,70,13,0,27,122,107,0,230,16,134,73,200,155,91,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,183,31,0,0,0,0,0,0,2,0,0,0,5,0,0,0,0,0,0,7,3,2,0,0,7,0,1,1,0,4,2,2,7,8,1,0,1,1,3,0,1,3,2,0,0,0,1,0,0,0,1,0,15,6,0,0,0,21,18,6,6,6,0,4,0,4,6,4,0,0,0,0,0,2,0,0,0,2,0,0,2,0,2,26,1,1,0,1,39,1,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,5,0,0,1,79,3,31,3,0,3,2,140,183,56,556,0,0,0,119,2,4,40,0,46,186,97,35,42,0,0,6,6,24,528,235,39,174,17,65,351,2710,41,225,0,40,69,9,0,1,3,55,336,33,68,167,151,315,84,290,44,133,772,286,61,39,1332,37,45,83,37,273,72,93,12,111,38,27,27,243,0,69,0,42,81,49,0,72,0,61,73,3,0,4,11,0,0,3,37,23,55,0,0,18,7,17,1,0,21,1,0,10,69,41,5,0,217,58,0,0,0,0,63 +334210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,6,57,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,452,4,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,693,6022,1390,512,2,0,2,39,65,64,15,0,0,0,0,0,0,0,0,134,0,0,0,71,0,0,0,0,0,0,0,0,77,5725,0,0,0,0,0,0,0,0,0,12,0,0,33,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0,0,1 +334220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,12,32,27,5,9,169,2,4,55,16,137,7,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,2,0,0,0,0,0,0,0,30,0,0,0,2,0,0,0,0,0,0,0,0,0,0,13,709,3939,84,0,41,31,21,0,321,31,33,22,30,73,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,4,0,0,0,0,0,727,1,61,56,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,968,25,36,9,108,0,0,0,55,1,1,0,0,17,0,334,109,159,0,0,16,111,65,477,787,104,1108,28,312,0,330,0,241,6,17,57,1,0,0,0,19,73,3,12,12,29,34,10,60,10,26,27,54,14,9,104,13,14,28,18,124,27,80,6,55,0,5,4,163,0,23,0,0,0,12,0,0,0,18,23,0,0,2,6,0,0,0,12,9,3,0,0,23,76,502,0,0,0,1,0,1,30,21,5,0,2919,175,0,0,0,0,0 +334290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,150,14,90,4,39,33,770,70,387,50,117,383,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,5,6,3,18,0,58,0,9,0,0,0,0,3,0,55,20,25,0,0,4,0,14,83,136,21,194,5,31,0,59,0,40,0,0,12,4,15,0,0,3,11,0,2,2,4,6,2,9,2,5,7,8,3,1,444,2,3,4,238,18,4,12,1,8,30,0,0,29,0,4,0,0,0,8,0,0,0,3,5,2,0,0,2,0,0,0,3,4,1,2,0,3,0,0,0,0,0,0,0,0,5,4,1,0,0,0,0,0,0,0,0 +334300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,5,525,21,15,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1070,1631,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,62,107,0,287,0,0,0,1,0,0,10,0,0,1,0,0,7,3,0,0,0,0,0,0,0,9,0,0,2,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,2,0,88,0,2,7,25,0,0,19,2,1,7,0,134,1,0,1,0,0,0,136,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,2,7,0,0,0,0,0,0,0,0,0,0,0,601,0,0,0,0,0 +33441A,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,9,2,1,0,2,1,0,3,60,83,27,12,4,2,15,6,2,15,5,24,7,8,1,1,1,3,4,2,66,19,6,6,18,0,1,9,21,11,7,5,3,9,6,30,23,5,6,7,7,8,20,19,13,17,3,4,1,5,14,197,8,231,39,77,22,282,300,15,96,19,35,5,111,5,44,17,48,14,2,5,135,77,56,209,2,117,5,20,19,221,191,305,878,812,107,307,1231,381,2062,335,1321,62,105,123,215,85,182,100,17,1,9,6,10,11,5,4,46,53,54,137,1,2,2,16,2,672,11,21,11,8,1,5,4,117,1465,99,561,20,20,433,191,5,97,0,1,6,9,10,5,1,7,19,5,2,2,8,7,5,5,22,72,1,1,0,3,11,13,3,23,21,9,9,0,6,9,1,1,21,18,29,15,15,9,4,10,22,1,13,13,19,7,6,16,15,88,13,16,7,21,2,2,4,6,4,5,0,0,1,14,10,25,27,5,12,7,36,4,5,0,6,2,11,5,5,6,85,38,7,8,5,1,5,0,1,10,11,17,24,4,25,27,7,3,5,3,3,111,8,3,11,244,15,0,0,0,4,11,1,3,0,1,1,0,0,5,15,1,13,947,0,0,0,3,245,316,17,726,0,0,17,25,35,3,0,0,0,0,0,0,1,1,0,95,165,420,13,88,0,0,2,335,0,0,2,0,0,0,1,0,68,0,0,0,0,3,6,18,15,0,0,0,0,0,1,3,22,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,651,714,16,1,0,1,0,0,0,0,0,0,930,320,0,0,0,0,12 +334413,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,50,105,40,30,114,10,154,13,13,3,7,0,22,34,10,119,113,46,57,297,6,11,66,69,22,20,33,18,67,42,28,442,34,41,72,54,80,174,151,97,125,21,28,26,34,110,87,47,137,214,9,10,113,125,19,56,79,21,34,121,36,5,78,32,76,15,38,145,121,83,200,12,17,34,6,129,1455,349,87,488,323,34,36,216,1636,1726,229,351,24,39,65,76,25,25,55,27,12,66,19,37,26,31,13,23,52,14,27,11,17,27,65,13,164,460,1243,60,52,10,26,41,125,779,87,47,108,66,43,2939,102,44,41,8,28,56,65,34,13,45,136,27,20,19,61,72,40,29,62,60,7,13,5,29,37,54,78,175,169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,583,239,255,0,0,17,38,40,38,27,42,8,7,7,286,187,297,202,52,105,54,516,34,4,3,27,10,35,14,34,31,172,140,25,45,39,1,6,1,1,66,71,74,192,25,108,170,46,15,39,23,0,20,57,18,78,1981,105,0,3,106,0,0,0,0,1,0,1,0,0,0,0,0,0,212,0,0,0,2,2927,14474,292,58,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,247,77,36,0,49,0,0,0,5,412,27,0,0,97,0,0,20,70,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,444,1301,2,0,0,0,0,0,0,0,0,0,4372,36,0,0,0,0,0 +334418,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,42,16,14,49,20,62,26,25,6,3,0,9,15,4,184,50,20,25,47,2,5,27,62,18,25,15,7,29,18,87,28,15,18,30,23,33,72,65,40,53,9,12,11,15,46,36,20,57,96,59,23,91,44,7,56,8,8,14,50,15,22,34,21,50,7,17,52,53,36,87,5,18,14,2,57,1117,38,89,363,275,58,193,248,165,1303,125,395,26,110,81,159,107,85,55,12,5,29,6,3,3,0,1,10,24,24,113,5,7,11,37,6,91,10,13,19,22,5,11,16,28,33,35,27,44,43,90,218,18,9,0,10,17,30,27,14,9,19,56,9,8,8,26,29,17,12,58,87,4,5,0,12,35,46,22,75,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,106,109,0,10,7,13,18,16,12,18,3,3,4,115,75,120,85,21,44,22,188,14,2,1,12,4,18,5,15,14,73,58,22,19,17,0,3,0,0,27,31,30,80,11,84,74,20,6,16,9,0,142,24,8,33,434,42,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,11,103,62,8,2,0,0,0,1,2,0,0,0,0,0,0,0,4,0,60,10,51,6,15,14,0,10,0,8,0,145,0,1,0,9,0,17,7,0,0,11,0,0,0,1,2,1,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,1195,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0 +334510,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,45,15,57,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,79,0,0,0,0,0 +334511,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,922,12,36,3,0,322,203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12426,0,0,0,0,0,0 +334512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,102,37,3,0,458,12,209,72,125,27,718,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,34,99,45,56,103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,8,0,7,66,2,4,0,1,0,78,0,0,0,5,0,9,0,0,0,6,0,13,0,0,0,0,0,0,9,0,1,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,32,43,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,77 +334513,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,3,0,0,0,4,0,0,0,0,14,0,0,0,0,0,0,0,0,1,0,3,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,241,0,0,0,0,0,82,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,20,0,0,0,3,0,1,0,0,0,0,0,51,0,0,114,0,29,140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,1,0,0,1,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,2,5,0,0,0,0,144,13,0,0,0,0,1,13,0,477,4,49,0,0,0,1,7,1,1,0,0,0,0,0,2,0,0,0,0,0,0,236,0,0,0,11,180,30,0,27,0,0,0,0,0,0,1,0,0,14,22,9,16,21,3,0,0,0,20,2,3,14,0,5,0,0,0,0,0,2,0,1,16,0,1,0,0,5,5,4,0,18,3,1,0,10,12,1,0,0,0,2,1,45,1,19,19,0,0,85,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,5,0,1,2,0,0,95,0,0,0,0,7,17,0,0,0,1,46 +334514,0,0,0,0,0,0,0,0,0,0,0,0,1,9,8,0,0,0,0,0,0,90,0,8,2,1,1,0,1,1,0,1,5,7,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,465,1296,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,255,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,20,22,0,52,1,0,0,4,0,0,1,1,0,1,0,0,0,0,0,0,0,0,12,20,2,0,0,0,0,0,1,1,2,6,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,24,1,0,0,0,1,0,0,1,0,5,1,0,0,158,0,1,0,0,0,0,0,0,0,1,34,0,34,3,58,0,0,0,0,0,0,0,0,0,0,140,1,0,24,0,0,0,0,0,1,0,0,1,0,0,4,29,0,0,0,0,712 +334515,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,28,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,19,28,7,0,43,56,6,0,332,23,67,99,637,271,0,169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +334516,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,20,0,7,475,2,4,0,4,0,75,0,0,0,5,0,9,0,0,0,6,0,13,40,0,0,0,0,33,25,0,414,94,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66 +334517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,306,0,0,184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +33451A,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,2,0,0,38,87,0,0,0,0,0,13,1,0,37,0,15,1,4,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,16,93,0,0,0,14,41,19,29,10,0,0,0,29,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,960,40,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,7,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,3,2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,20,0,0,80,0,0,0,10,0,0,0,0,46,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,7,11,0,0,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,16,0,0,0,2,1,2,19,0,93,276,0,0,0,0,64 +334610,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2,1,0,0,1,1,1,5,2,2,0,1,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,47,9,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,15,18,6,109,0,0,0,0,0,4,1,0,29,0,0,0,0,202,388,34,2,29,130,39,17,24,5,0,31,25,0,2,0,23,0,1,0,1,1,0,115,1,15,1,141,91,2,21,20,14,566,278,287,1,0,19,1,55,174,13,386,20,42,4,0,0,11,48,66,12,7,1,3,19,52,13,1,0,3,2,0,0,0,0,0,3,0,7,323,123,138,2,7,5,2,1,6,1,0,7,34,5,10,0,184,44,0,0,0,0,95 +335110,0,1,0,0,0,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0,0,2,0,0,7,3,3,0,3,4,2,4,5,7,1,7,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,50,118,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,95,107,21,3,2,0,0,0,205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,1,0,0,0,0,1,1,0,2,1,0,0,0,0,0,0,1,7,4,6,1,3,1,6,0,0,0,3,4,10,0,0,0,3,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,6,5,0,1,1,0,0,0,0,1,2,0,0,1,107,3,1,0,4,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,5,0,15,0,3,7,3,0,0,27,1,1,1,0,224,0,0,0,0,64,35,0,2,0,0,0,0,0,5,10,4,0,0,3,1,0,2,0,0,0,0,0,3,7,6,23,3,10,0,0,0,0,0,0,0,1,0,0,0,2,405,0,0,0,0,0 +335120,0,0,0,0,0,0,0,0,0,0,0,166,0,7,5,0,3,2,0,5,8,5,1,1,592,81,290,1460,205,859,321,857,1115,813,70,524,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,4,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,6,0,0,0,0,0,0,0,40,0,0,0,0,0,174,0,9,12,0,0,0,0,0,0,0,6,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,9,0,0,0,76,0,0,0,10,2,1,4,34,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,267,5,71,0,0,2,6,1,0,0,0,0,14,0,0,5,0,39,0,8,0,9,94,39,5,0,66,0,98,0,0,67,8,69,36,66,118,31,9,0,74,98,139,0,1,1,0,0,0,0,0,176,303,7,1,3,8,14,2,0,0,0,12,38,22,202,24,114,7,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,362 +335210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,13,19,1,19,52,0,43,39,418,10,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,8,0,13,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,147,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,6,0,0,0,0,0,50,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +335221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +335222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0 +335224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,0,0,11 +335228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,206,152,0,0,16,0,14,67,569,90,568,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +335311,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,40,4,0,59,0,72,0,1,0,1,0,0,202,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,3,0,7,1,2,0,0,0,0,0,0,8,35,1,1,2,0,0,0,0,4,3,31,0,4,65,2,0,0,0,0,0,18,0,1,1,1,2,28,0,0,1,1,4,1,103,0,0,0,394,0,2,2,1,0,33,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0,0,0,0,112,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,180,4,0,0,0,0,0,0,3,7,3,4,1,1,1,4,0,0,0,3,1,6,0,0,0,0,3,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,47,1,4,4,0,1,2,0,0,0,0,1,1,0,0,0,29,0,0,0,3,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,6,0,0,9,0,3,3,65,0,0,3,6,61,10,0,50,0,6,0,0,0,2,148,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,11 +335312,2,7,1,1,1,1,0,3,1,1,0,24,0,7,0,0,1,0,0,2,0,2,1,0,154,71,61,2,66,127,0,104,144,299,22,174,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,274,0,0,69,0,6,0,0,244,127,8,151,41,101,94,88,268,3,4,10,163,24,1263,0,104,0,109,164,32,21,68,558,491,461,110,88,83,0,134,4,22,73,48,9,6,0,23,80,1,9,116,3,10,7,6,45,1,30,0,0,0,253,79,189,375,147,0,617,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,2,0,0,2,0,0,38,0,0,0,0,0,17,42,57,0,0,0,0,0,0,0,0,0,0,0,109,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,3,0,4,0,79,13,2,12,39,20,0,0,0,0,0,0,0,0,0,21,22,3,0,0,0,0,0,0,0,0,1,0,1,6,0,0,0,0,0,0,0,0,189,0,0,0,25,0,0,0,0,3,0,0,0,1,27,0,0,0,16,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1,0,0,0,530,39,104,1,0,0,0,0,0,0,0,0,183,54,0,0,0,1,162 +335313,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,231,34,49,13,339,120,20,165,222,318,21,521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,5,0,0,5,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,42,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,0,0,0,0,0,17,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,229,163,25,180,0,0,0,0,0,0,0,0,0,8,0,0,16,0,114,0,0,0,25,196,0,23,0,11,0,277,0,0,0,22,403,40,38,5,0,25,0,15,0,3,0,0,0,0,0,0,0,0,5,0,0,4,6,16,0,0,0,0,0,0,0,10,1,337,94,21,0,1,4,0,0,0,0,0,0,0,1,0,439,48,0,0,0,0,50 +335314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,5,2,0,2,0,13,0,0,0,0,2,3,30,2,1,16,5,46,10,11,1,1,0,4,7,2,201,104,8,0,31,2,0,11,37,6,0,6,5,11,14,41,41,6,8,0,10,14,18,18,17,20,5,5,2,6,19,33,15,154,17,328,54,79,12,2,17,0,16,7,296,3,153,30,170,26,3,7,2,186,117,537,2,234,83,92,22,2,2,85,1,3,42,9,74,10,79,65,190,14,61,32,157,78,9,26,9,2,15,11,48,52,37,11,5,157,311,625,0,4,8,17,3,33,0,0,22,0,4,9,12,24,0,7,21,31,116,96,0,9,0,0,1,56,72,19,0,0,15,23,0,4,2,9,6,6,6,7,27,1,1,0,6,0,9,10,28,26,9,27,0,19,18,6,6,42,31,0,27,33,25,0,42,85,0,52,42,25,0,0,28,0,143,39,60,0,0,2,7,9,10,6,7,4,1,0,143,41,92,48,0,33,12,107,2,5,0,2,1,0,3,7,211,33,161,10,11,3,3,16,2,2,0,17,13,0,7,72,9,6,2,7,57,0,3,0,2,15,123,0,1,0,1,0,0,0,8,5,3,3,13,253,0,0,0,0,3,0,0,0,0,8,11,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,13,0,0,0,0,1,0,0,0,10,33,0,0,0,73,3,0,3,0,0,0,0,0,0,0,28,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,407,392,0,0,0,1,32 +335911,19,95,7,6,7,16,0,41,11,4,0,45,6,0,0,0,2,0,0,5,6,0,0,0,19,28,4,0,7,10,5,13,6,11,1,38,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,42,0,0,0,0,16,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,119,484,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,17,37,2,184,0,0,0,16,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,19,0,0,18,25,11,3,8,27,0,2,14,0,0,0,0,0,67,0,0,310,0,0,0,29,20,12,0,5,35,1,1,12,1,11,9,0,0,247,0,5,0,1,0,0,0,0,0,0,13,0,0,27,21,121,0,0,0,0,0,0,0,26,12,10,12,3,377,3,0,0,0,0,12,4,0,0,0,0,0,0,0,0,0,0,299 +335912,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,10,0,1,0,0,0,0,0,0,2,0,0,0,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0 +335920,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,1,0,543,151,90,28,636,160,31,595,372,621,104,851,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,47,6,0,0,217,382,0,0,0,0,0,0,0,9,0,0,0,32,58,55,0,0,246,186,0,0,0,134,7,0,0,0,1,1,1,343,48,1,0,11,0,59,0,0,0,0,0,0,0,572,0,0,0,5,3,0,0,0,5,1,57,38,69,13,18,218,35,34,81,204,13,22,17,16,24,49,42,0,0,28,0,0,0,0,1,53,101,0,0,0,0,845,51,0,67,0,0,1,202,0,0,0,19,84,25,46,28,371,111,481,1,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,23,2,0,0,28,0,0,39,8,0,0,0,3,0,0,0,0,0,0,0,0,0,0,547,943,41,19,0,0,0,0,0,1,4,14,0,4,8,0,35,0,81,0,304,0,19,1006,0,13,0,14,0,198,0,1,0,16,67,30,0,2,2,17,0,1,0,3,0,0,0,0,0,0,0,9,7,0,0,9,13,18,0,0,0,0,0,0,0,26,3,469,574,189,12,21,1,1,0,0,1,0,0,0,1,0,94,2,0,39,0,39,43 +335930,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,2,0,0,440,267,176,75,299,689,0,531,226,1129,87,1040,0,0,0,26,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,6,0,0,25,0,113,0,0,0,0,0,0,0,95,0,0,0,0,5,0,0,0,11,11,35,3,17,8,27,104,86,26,0,60,22,42,5,39,72,0,28,0,0,92,26,48,49,76,49,51,0,0,0,0,0,33,196,0,30,0,0,0,0,0,89,108,31,137,31,109,0,0,228,705,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,63,0,2,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,4,8,8,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,19,1,227,0,0,0,0,0,0,0,0,0,33,28,0,24,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,66,0,0,0,0,0,0,0,7,2,0,0,4,8,5,2,0,0,0,0,0,0,14,3,35,20,7,0,20,6,0,0,0,0,0,0,0,0,0,13,167,0,0,0,0,20 +335991,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,363,78,233,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,1,40,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,18,167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,5,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,1,0,0,0,29,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,135,0,7,0,29,62,0,27,0,9,0,334,0,0,0,26,0,48,0,23,0,29,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,1,68 +335999,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,24,1,0,4,5,1,32,2,11,1,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,5,0,0,6,0,6,0,9,0,6,0,0,0,92,0,0,0,0,105,0,0,0,116,26,45,4,1,0,2,2,25,1,108,107,1,2,1,1,9,0,2,5,0,3,1,1,1,1,0,70,37,0,0,0,0,0,8,0,141,0,0,0,0,0,4,6,1,13,1,3,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,1,0,117,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,7,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,19,4,0,0,0,0,0,0,0,0,0,54,212,0,0,0,0,8 +336111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +336112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +336120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,1265,37,1024,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +336211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,853,982,14,615,155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +336212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +336213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +336214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,442,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1 +336310,3,14,1,1,1,3,0,6,1,1,2,6,0,19,19,15,3,7,10,5,9,1,0,0,27,10,7,1,10,17,6,14,18,35,6,76,0,0,2,0,0,1,3,15,2,4,1,0,0,1,0,1,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,2,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,76,774,95,34,1,0,1,0,0,0,0,0,0,0,0,0,0,1,75,0,0,651,1,1,230,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,7080,8685,199,0,0,0,0,10,1,10,99,1,0,11,0,94,0,0,0,1,0,567,0,0,290,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,1,4,3,3,0,1,0,20,0,1,0,1,1,1,13,7,5,5,0,0,0,0,0,0,0,0,0,0,3,1,5,0,0,0,0,6,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,297,19,35,6,121,0,1,0,769,9,0,33,66,73,9,0,1,24,2,3,0,0,0,23,39,1,18,2,0,8,14,7,0,2,4,0,8,108,0,2,0,0,1,1,1,0,70,4,1,0,23,15,6,0,1,1,2,1,38,13,178,9,3,3,335,0,4,2,2,0,0,0,8,10,12,10,2,0,13,25,1,0,0,0,0,0,0,2,1,4,8,10,2,6441,9,0,0,2,0,8,24,2,13,1,0,184,0,176,0,0,3,3 +336320,21,91,9,9,6,15,20,61,12,5,0,9,4,23,24,6,2,3,3,4,4,1,0,0,73,14,30,1,50,70,30,56,106,140,13,498,1,0,3,2,0,0,3,20,2,7,1,0,0,0,0,1,13,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,89,256,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,86,0,0,892,0,0,0,0,0,0,0,0,6,1,2,0,81,6,10,54,5,8,1,36,3,3,4,8,7,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,855,2384,268,73,48,1,10,224,965,111,112,0,3,76,0,0,0,0,0,0,30,0,0,0,16,0,4,4,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,1,0,0,1,3,0,19,0,0,0,0,0,4,4,3,0,0,0,0,0,0,1,0,0,0,0,0,9,5,3,0,0,0,0,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,381,287,257,3,523,0,7,0,2190,14,0,60,19,165,20,2,2,93,2,4,0,0,0,9,29,1,2,0,3,7,23,11,10,11,9,0,25,93,4,4,0,0,0,0,0,0,43,13,30,0,83,114,26,0,1,95,3,2,51,37,402,17,8,8,41,0,375,14,3,0,0,4,7,10,16,127,13,1,47,38,17,0,0,0,0,0,1,5,6,3,6,6,1,4395,6,17,0,1,0,9,46,2,10,1,0,2390,19,0,0,0,0,7 +3363A0,0,0,0,0,0,0,0,0,0,0,5,2,1,35,36,36,6,14,21,8,16,2,0,0,309,192,119,18,106,335,108,270,253,441,56,397,1,0,1,14,0,1,2,10,2,6,1,0,0,1,1,0,3,1,0,0,2,0,0,0,1,2,0,0,0,0,0,2,2,0,1,0,1,0,1,1,1,1,0,1,0,0,1,100,119,346,12,2,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,1,1,2,2,0,3,0,0,0,1,1,0,0,1,0,0,0,1,1,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,2746,4157,924,39,207,15,138,284,2,200,415,1,0,155,2,0,1,0,0,1,0,1,0,0,80,1,0,0,1,1,1,1,1,1,1,0,1,0,0,1,1,0,3,1,0,1,3,0,0,0,1,0,0,1,1,5,4,3,1,3,0,24,7,3,0,1,1,0,15,8,9,7,0,0,0,0,0,0,0,0,0,0,3,1,3,0,0,0,0,6,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,3,0,1,0,1,1,1,0,0,1,0,0,0,0,0,1,0,0,0,274,147,136,3,459,0,14,0,799,55,0,22,297,98,11,0,1,8,2,3,0,0,172,1,3,0,2,2,0,6,23,9,1,2,6,0,11,181,2,2,0,0,0,1,1,0,19,0,38,0,30,48,10,0,1,0,3,1,42,13,291,25,2,2,112,0,2,11,3,0,38,0,3,9,12,16,0,7,82,57,47,0,2,0,2,0,1,3,2,11,383,15,2,4133,21,0,0,3,0,8,34,1,15,2,0,224,0,200,0,0,0,0 +336350,0,0,0,0,0,0,0,0,0,0,2,20,4,45,43,26,8,22,23,11,17,2,0,0,31,12,12,1,12,21,7,17,50,44,4,314,1,1,3,1,1,3,4,16,6,6,1,0,0,1,1,1,6,1,1,1,4,0,0,1,2,1,1,0,1,0,1,7,5,1,1,0,1,0,2,1,1,1,0,1,0,0,1,279,120,718,50,2,1,2,1,0,0,0,0,0,2,0,1,1,2,0,0,0,1,1,1,2,0,3,0,0,0,1,1,0,0,1,0,0,0,1,1,1,1,0,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281,15062,1518,54,15,0,0,480,2,163,26,2,1,12,1,0,1,0,0,2,1,6,0,0,1,2,5,4,0,1,3,1,1,1,2,0,1,0,0,1,1,0,2,1,1,1,0,1,1,0,1,0,1,3,8,11,7,5,0,4,0,47,1,9,0,5,7,3,27,13,15,12,4,1,0,0,1,0,0,1,0,0,5,3,5,3,0,0,1,15,1,3,0,0,0,1,0,0,0,2,0,0,1,1,1,8,1,1,1,1,1,1,0,1,1,0,0,0,0,0,3,1,0,0,602,228,309,6,678,0,4,0,63,135,1,14,80,39,29,0,2,50,2,4,0,3,0,47,111,3,2,5,3,40,72,53,0,6,11,0,28,244,4,6,0,0,0,1,3,0,26,8,31,0,88,126,109,0,2,86,4,3,66,27,337,22,3,5,64,2,183,27,3,1,1,0,9,11,36,45,7,1,23,217,2,2,0,4,0,4,1,7,6,20,18,2,1,743,25,0,0,1,0,8,56,1,11,2,0,1533,3,884,0,15,0,38 +336360,0,1,0,0,0,1,0,2,0,1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4135,10324,472,83,3,0,0,0,0,0,0,1964,0,0,142,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,25,0,4,5,0,46,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,25,2,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1 +336370,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,439,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4833,10271,392,297,2,3,0,597,141,430,744,5,157,2500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,105,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +336390,18,90,6,6,6,16,0,39,10,3,4,21,20,32,42,35,7,14,24,14,20,55,1,0,49,17,16,1,71,47,45,86,141,184,38,359,19,17,52,170,1,32,13,101,17,23,3,0,0,6,10,5,191,62,15,1,58,0,0,22,20,30,16,0,0,33,15,104,73,0,23,13,26,0,62,23,32,33,0,14,0,0,49,281,91,480,79,49,42,0,120,0,0,0,41,0,74,0,16,0,10,46,0,0,161,46,39,276,7,78,0,0,0,68,22,13,18,55,0,17,40,32,1,29,44,0,17,0,26,40,0,0,5,0,0,0,0,0,0,0,0,21,0,26,5,0,11,16,0,0,4891,8483,287,193,796,138,748,420,180,120,472,64,50,2948,901,0,29,0,0,26,23,253,0,0,461,54,37,4,5,22,13,18,12,53,58,0,6,0,11,37,22,0,72,46,0,68,0,38,0,13,13,0,50,142,5,114,62,4,20,157,0,34,38,4,0,1,67,0,336,97,9,7,44,12,9,0,26,0,0,1,0,1,119,84,194,96,0,0,0,96,0,0,35,17,5,1,0,0,20,117,104,0,16,15,1,5,4,1,39,38,56,60,0,51,63,0,0,0,0,0,146,0,0,49,687,538,526,9,1253,0,10,0,1818,113,0,43,26,121,28,0,1,37,2,3,0,0,32,10,13,0,17,2,0,21,28,25,1,6,11,0,33,300,6,6,0,0,1,1,1,1,207,13,55,0,88,105,14,0,2,276,4,4,65,37,419,51,4,6,438,0,219,39,3,19,3,0,12,15,16,48,20,11,35,128,4,0,5,11,0,0,1,4,7,23,191,44,18,1051,24,12,0,2,0,10,41,6,38,2,0,921,37,329,0,0,8,16 +336411,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,19,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,1,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17147,0,0,0,0,0,0 +336412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7890,8789,477,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1469,116,0,0,0,0,0 +336413,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7713,767,2040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,951,0,0,0,0,0,174,123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1708,0,0,0,0,0,0 +336414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2459,556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1520,0,0,0,0,0,0 +33641A,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,773,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,931,278,0,0,0,0,0 +336500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1051,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1 +336611,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3857,0,0,0,0,0,0 +336612,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60 +336991,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0 +336992,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1091,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +336999,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,0,1,6,1,1,1,3,0,3,0,0,1,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,28,0,13,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,21,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,459,0,0,0,0,1,1 +337110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,372,76,0,18,14,0,314,99,1726,88,641,0,2,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,290,0,0,0,0,0,0,0,0,0,0,0,187,0,20,0,0,171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,0,0,0,20,58,0,0,159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,58,2,732,0,0,0,0,0,0,0,0,0,91,0,0,199,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,57,23,0,0,29,50,68,0,0,0,0,0,0,0,35,3,842,206,72,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,30 +337121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +337122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,281,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +33712A,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,8,138,3,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,3,9,0,1,0,0,0,0,0,0,0,0,0,11,0,0,0,0,58,93,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +337127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,1,0,16,131,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,21,0,2,23,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +33721A,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2278,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,63,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,20 +337215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,17,6,17,40,0,359,0,10,0,2,0,0,2,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,696,158,54,45,360,187,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,618,93,0,0,866,1,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,2,0,0,0,0,19,0,0,0,0,0,306,31,0,48,0,0,0,10,0,2,0,0,0,0,0,0,0,0,0,0,0,6,2,0,6,0,0,2,8,0,0,0,0,0,0,0,0,342,0,0,0,215,0,2,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4 +337900,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,4,0,0,0,0,0,280,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +339112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,744,462,0,82,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,5,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,1,0,1910,434,49,1776,429,174,213,7207,515,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,89,0,0,0,0,0 +339113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,1,0,0,0,0,0,1,0,10,2,6,0,0,1,8,0,0,0,7,88,0,7,0,0,1,0,0,0,3,1,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,1,1,0,0,11,5,0,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,1,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,1,0,1,0,0,0,1,0,2,0,0,4,0,0,0,0,0,0,1,0,3,0,1,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,1031,555,17,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,12,0,15,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,51,0,0,0,157,6,0,0,0,0,654,0,0,0,455,0,0,3,2224,1194,52,1657,50,0,5,7396,797,101,34,260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,251,0,0,0,33,35 +339114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,12,0,297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +339115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,5,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +339116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,4,11,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +339910,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1796,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,22,90,1,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,7,1,0,0,6,0,1,0,0,0,0,2,0,0,0,1,1,1,3,0,0,6,1,1,0,0,1,1,3,1,3,3,6,1,4,1,2,0,0,0,0,0,0,0,0,2,0,0,0,0,1,0,0,0,0,0,0,0,3,0,203,10,3,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0 +339920,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,12,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,1,0,0,0,1,0,0,0,0,0,0,1,0,1,1,1,1,0,1,0,1,1,1,1,0,0,0,1,1,0,1,1,1,0,1,102,0,12,1,0,0,0,0,1,0,0,15,3,0,0,34,0,2,13,0,0,5,24,105,6,3,31,4,0,0,0,0,0,0,0,1,0,0,0,0,2,6,0,0,0,0,0 +339930,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,185,26,532,17,536,0,0,0,0,0,6,15,88,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,6,29,0,0,0,0,0 +339940,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,8,28,1,1,1,8,1,2,13,8,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,21,1,3,3,59,0,0,0,0,0,1,18,0,44,0,0,0,0,1,1,0,0,0,4,5,1,111,1,1,13,12,2,0,0,6,0,3,5,0,19,0,13,1,2,1,14,24,57,5,16,2,169,2,7,1,4,1,1,17,1,6,1,6,1,5,76,9,8,39,14,5,1,0,3,29,20,3,0,2,6,52,0,0,1,9,0,0,0,6,301,53,3,0,2,0,0,0,1,0,0,1,6,1,1,0,8,214,0,0,0,0,0 +339950,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,230,47,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,30,11,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +339990,4,20,3,4,4,6,81,20,2,5,0,5,0,8,8,6,2,4,5,3,4,0,0,0,65,10,4,1,8,12,6,10,14,57,5,87,0,0,0,10,0,59,0,0,0,0,0,2,0,0,0,0,3,0,0,4,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,6,3,0,0,14,0,0,0,0,2,0,80,9,358,324,45,193,119,2,56,32,19,54,74,0,0,0,0,71,0,0,123,128,92,346,0,9,14,0,83,0,0,1,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,51,163,0,0,2,0,0,0,168,248,20,0,0,0,0,214,78,209,63,34,0,219,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,1,0,1,0,40,0,0,0,0,755,0,0,0,0,0,0,1,1,1,2,1,1,0,1,0,0,0,2,2,2,0,0,0,1,2,1,0,0,4,0,27,0,0,98,0,51,15,0,0,0,0,0,0,0,0,5,0,0,3,0,0,0,2,0,13,351,225,0,0,0,0,0,0,0,0,0,5,2,0,0,0,0,0,0,0,1,32,0,0,0,579,49,145,3,410,0,2,0,6,4,0,19,92,55,1,0,0,2,0,1,0,0,1,50,37,6,15,4,0,15,53,11,1,0,34,0,6,11,1,25,3,0,0,11,0,40,214,59,6,26,19,23,2,1,4,9,1,1,7,19,371,8,1,0,2,119,24,6,8,8,1,14,9,16,20,133,10,15,75,229,56,15,0,0,3,28,3,11,17,18,146,103,33,3,1,45,125,240,1271,66,76,49,138,10,0,29,29,0,0,0,0,2 +311111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0 +311119,0,0,0,0,0,0,2893,5528,1419,10870,43,22,209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,82,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1240,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0 +311210,0,0,0,0,0,0,0,173,13,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,625,154,0,0,0,256,0,695,153,0,0,0,0,0,0,0,3166,2617,257,0,0,96,498,0,926,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,23,0,0,0,0,0,0,0,0,11,15,2,8,2,21,0,0,0,0,0,0,0,6,9,22,25,4,0,0,0,0,0,0,0,0,3,0,2,0,0,0,0,42,58,42,58 +311221,0,0,0,0,0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,391,2,66,77,410,5,338,44,264,148,15,173,117,0,0,1,718,118,83,0,991,136,68,1523,255,0,0,0,0,0,0,0,0,0,0,0,16,239,112,0,0,0,0,0,836,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,115,5,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,2,1,6,2,0,0,0,0,0,0,0,0,4,1,5,7,1412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +31122A,0,0,0,0,0,0,98,375,97,589,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,3460,12,0,2101,5643,860,387,176,7,12,18,91,2,7,5,12,222,71,747,0,0,342,302,22,0,0,0,16,0,1,0,0,0,4,0,0,0,25,1,0,0,0,0,0,0,0,2,9,0,41,0,0,0,0,0,5,1,0,0,0,0,0,0,125,0,91,264,0,142,0,0,0,0,0,0,1,0,0,0,146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,162,176,3664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +311225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,319,512,32,0,69,2157,51,155,352,16,31,47,254,9,0,0,30,1152,654,799,0,0,744,149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,73,0,0,0,0,1054,1,0,0,0,0,0,0,0,1,0,0,1,0,43,0,0,0,0,0,0,0,0,0,0,2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,1,6,0,3,2,1,0,0,0,0,0,0,0,0,1,47,60,21,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,0,0,0 +311230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,1,10,3,10,0,25,0,0,0,0,0,0,0,0,1,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0 +311300,0,0,0,0,0,0,0,52,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,176,14,0,0,0,680,4797,118,170,220,10,173,266,0,0,0,1270,1452,115,0,73,136,326,19,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,0,0,0,0,0,13,14,1,6,8,62,0,1,0,0,0,0,5,16,33,268,124,94,0,0,0,0,0,0,0,0,0,0,7,0,104,0,0,0,4,0,4 +311410,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2407,654,0,0,0,0,0,0,0,539,31,45,0,14,55,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,5,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,0,0,0,0,0,90,181,18,12,10,0,0,0,0,0,0,9,1,18,15,568,595,79,0,0,0,0,0,0,0,0,16,0,18,0,0,0,0,46,79,46,79 +311420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,368,109,214,2631,0,0,0,0,0,0,0,473,187,123,0,186,399,200,551,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,352,0,0,0,0,0,0,0,0,299,254,43,33,12,273,0,0,1,0,0,2,4,32,98,881,778,280,0,0,0,0,0,0,0,0,48,0,24,0,154,0,0,150,121,150,121 +31151A,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,474,31,48,3448,1215,480,823,0,0,0,223,277,11,0,45,388,144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,542,0,0,0,0,0,0,0,0,84,32,4,6,4,218,0,0,0,0,0,0,2,12,57,300,249,149,0,0,0,0,0,0,0,0,87,0,4,0,0,-819,0,13,17,13,17 +311513,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1453,0,3,5257,107,0,0,0,0,125,171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,136,0,0,0,0,0,0,0,0,441,311,2,6,9,191,0,0,0,0,0,17,2,19,16,2992,5503,2890,0,0,0,0,0,0,0,0,3,0,15,0,208,0,0,0,67,0,67 +311514,0,0,0,0,0,0,0,0,4,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,83,0,0,0,0,0,121,0,0,562,653,1514,503,0,0,0,241,112,0,0,0,101,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,127,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,7,19,2,2,0,82,0,0,0,0,0,0,1,5,28,383,298,73,0,0,0,0,0,0,0,0,3,0,7,0,0,0,0,0,4,0,4 +311520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,201,0,0,0,0,0,0,0,0,605,199,117,22,13,217,0,0,0,0,0,12,0,16,11,1215,1714,310,0,0,0,0,0,0,0,0,7,0,9,0,0,0,0,4,33,4,33 +31161A,0,0,0,0,0,0,0,9,15,115,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,1819,816,10,0,0,243,12,63,973,939,9,11,60,2,19927,980,14,126,105,181,0,0,187,183,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,0,0,0,0,0,0,0,0,1,0,0,22,0,0,0,0,0,0,0,0,0,14,576,36,48,0,0,27,97,0,0,0,0,0,0,0,0,0,0,0,0,13,0,3,0,0,0,0,3,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,33,1,0,0,0,0,0,0,0,0,0,86,1814,0,0,0,0,0,0,0,0,1639,1131,431,274,442,284,0,10,7,0,4,105,39,97,431,4452,4663,735,0,0,0,0,0,0,0,7,45,0,46,0,1377,0,0,38,192,38,192 +311615,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,935,67,0,0,0,0,1215,6794,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,5,0,0,0,0,0,0,0,0,437,451,124,33,591,44,0,0,0,0,1,21,4,40,78,2535,2906,2290,0,0,0,0,0,0,0,0,0,0,15,0,231,0,0,0,42,0,42 +311700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,121,0,0,0,0,0,0,56,0,0,0,0,0,0,0,569,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,422,0,0,0,0,0,0,0,0,685,172,107,7,30,0,0,0,0,0,5,20,14,79,117,1908,1689,365,0,0,0,0,0,0,0,0,0,0,14,0,168,0,0,0,25,0,25 +311810,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,4,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1405,0,0,0,0,0,0,0,0,9,98,31,135,74,143,0,4,0,0,0,0,33,43,282,1474,2019,278,0,0,0,0,0,0,0,0,52,3,77,0,196,0,0,4,29,4,29 +3118A0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,25,0,0,0,47,0,0,0,903,270,9,0,5,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,0,0,0,7,110,11,60,45,47,0,0,0,0,0,0,6,7,31,472,555,64,0,0,0,0,0,0,0,0,4,0,3,0,12,0,0,13,13,13,13 +311910,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,392,0,0,0,0,0,0,0,0,0,15,22,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,2,24,2,1,0,0,0,1,1,0,0,0,3,6,19,876,1352,136,0,0,0,0,0,0,0,0,0,0,3,0,16,0,0,0,4,0,4 +311920,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,0,0,0,0,0,0,0,7,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,6,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,353,0,0,45,35,0,0,0,0,0,0,0,5,35,74,371,699,80,0,0,0,0,0,0,0,0,14,4,12,0,0,0,0,0,17,0,17 +311930,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2864,427,86,104,351,0,0,0,0,0,5,0,90,183,143,7968,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,15,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,14,23,0,0,0,0,18,108,1451,1452,399,0,0,0,0,0,0,0,0,16,0,12,0,0,0,0,0,13,0,13 +311940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,226,0,0,0,0,0,0,0,1502,77,15,20,66,414,70,0,0,0,0,0,15,178,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,1,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,3,0,119,79,12,21,11,0,0,0,3,0,0,1,14,14,134,667,813,178,0,0,0,0,0,0,0,0,1,0,31,0,28,62,0,8,33,8,33 +311990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,2,23,0,879,54,11,13,45,0,0,0,1069,318,4,0,24,24,432,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,47,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,32,69,9,33,20,17,0,755,0,0,0,219,2,210,6,185,200,93,0,0,0,0,0,0,0,0,0,0,1,0,122,0,0,4,8,4,8 +312110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,108,0,0,0,0,0,0,0,0,0,15,34,2,0,0,0,0,0,0,0,160,65,38,6,7,0,4,1,1,0,0,102,19,39,104,1411,1940,612,0,0,0,0,0,0,0,0,1,1,7,0,51,0,0,8,17,8,17 +312120,0,0,0,0,0,0,0,5,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,1,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,539,3,0,0,0,0,0,0,0,0,0,0,0,0,0,1,7,8,0,0,80,81,254,35,868,1070,602,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,67,0,67 +312130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,393,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,3,7,13,28,722,747,1967,0,0,0,0,0,0,0,0,5,0,3,0,2,0,0,0,0,0,0 +312140,0,0,0,0,0,0,0,145,20,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,1,30,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,4,92,23,1837,947,981,0,0,0,0,0,0,0,0,0,0,16,0,2,0,0,0,4,0,4 +312200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4354,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +313100,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,15,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,274,520,375,1234,111,171,124,4,0,179,14,0,5,4,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,69,4,0,0,0,0,0 +313200,0,0,0,0,0,0,0,0,0,0,0,0,17,0,3,0,0,0,0,0,0,0,0,0,15,6,1,0,10,1,5,4,7,39,2,14,0,0,6,49,0,0,0,0,0,0,0,137,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,0,280,0,0,0,0,0,0,0,0,0,0,0,0,0,0,571,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,6,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,925,50,34,30,110,12,408,85,191,0,28,0,0,8,13,3,54,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,365,866,872,606,250,836,54,0,590,13,0,1,0,953,0,240,70,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,157,0,319,131,1,6,0,0,466,0,0,0,0,0,0,0,0,0,3,1,1,8,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,18,0,0,0,0,0,0,0,0,0,0,12,0,0,0,74,2,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,3,8,0,48,5,1,10,0,0,24,0,0,8,0,0,0,0,0,188,37,0,0,0,0,0 +313300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,220,44,0,5,0,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,16,29,27,146,43,275,131,358,0,0,0,0,418,297,0,42,152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,599,410,37,126,901,265,46,0,439,0,0,725,27,0,50,79,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,32,0,0,76,103,2,0,0,836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,2,0,0,5,0,0,9,0,0,0,0,0,24,0,0,0,0,0,2,0,1,0,0,0,0,0,0,2,0,2,0,3,23,281,0,5,0,0,2,0,1,37,19,0,0,0,0,0,0,0,0,4,0,0,0,0,0 +314110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,27,8,1,1,33,0,124,17,76,7,68,0,4,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,879,6,0,0,48,56,0,0,0,0,0,0,0,380,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,10,2,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,2,0,0,0,0,0,0,0,2,0,0,0,0,8,0,0,0,0,0 +314120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,29,512,562,547,176,182,0,0,0,0,0,0,0,0,23,414,38,280,107,0,0,0,0,2,0,506,0,0,0,0,0,56,35,0,0,0,0,0 +314900,1,3,27,25,1,14,7,5,0,1,0,15,49,0,0,0,0,0,0,0,0,0,0,0,139,40,19,1,17,50,14,77,16,144,28,211,0,0,12,73,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,1,29,110,1,0,0,0,0,0,0,55,0,1,0,0,0,0,0,367,62,410,0,0,0,26,106,23,26,11,21,6,8,0,0,0,0,0,0,0,10,0,13,0,1,33,26,1,1,2,0,1,0,0,0,0,0,0,2,0,0,17,0,0,0,0,0,0,7,1,0,0,14,15,0,6,21,0,103,77,0,0,1,0,0,0,1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,4,1425,0,0,727,55,101,1710,574,0,0,119,9,0,2,12,26,4,0,0,0,0,0,2,0,0,0,3,5,0,21,0,0,0,0,0,5,23,2,0,7,98,0,2,2,0,0,0,0,0,10,0,1,0,49,3,0,0,1,4,0,0,0,0,89,1,0,0,43,0,1,0,1,1,0,0,1,0,0,34,0,0,1,1,1,0,0,0,0,0,9,27,167,17,12,11,1,3,0,0,8,0,2,69,9,15,0,2,0,831,50,0,0,2,2,4 +315000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,70,1,0,16,928,1,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,702,0,0,1034,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,11,212,285,11,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,6,0,0,0,10,240,33,0,0,159,0,5,10,17,0,0,3,0,7,2,7,0,0,639,0,0,31,0,0,0,0,0,0,3,1,1,1,0,0,0,50,47,27,0,20,0,56,0,987,0,28,2,0,21,13,41,15 +316000,0,0,0,0,0,0,1,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,270,0,0,0,0,0,0,0,0,0,1342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,42,287,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,2,0,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2,0,0,0,0,0,3,1,0,0,0,0,3,0,11,0,0,0,0,0,2,1,0,0,0,13,0,0,59,0,0,0,0,2,0,1,0,40,2,52,0,0,0,0 +322110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343,3559,208,444,339,100,562,351,0,0,0,0,0,0,0,0,0,0,0,0,229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +322120,0,0,0,0,0,0,0,0,0,0,0,0,1,0,11,0,4,0,0,3,4,0,0,0,14,87,6,2,5,9,2,14,8,8,1,33,0,0,0,0,0,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,1,0,1,1,0,0,0,4,1,0,2,3,25,2,50,4,0,1,23,4,2,4,0,1,0,1,2,0,1,2,2,1,4,0,160,1,0,3,0,0,0,1,1,0,2,1,1,1,0,1,0,0,0,1,1,0,0,1,1,16,1,1,1,0,1,47,4,1,1,0,3,0,2,1,2,0,0,0,0,0,0,0,1,4,3,1,1,1,10,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,2,0,0,51,104,0,3,0,0,2,2,15,4,4,1,0,0,0,0,1,4,17,4,27,2,3,3,8,0,0,1,13,20,6,0,0,1,1,9,10,5,0,1,0,80,22,0,0,0,0,0,0,8,3,9103,2907,1077,814,372,4762,71,0,0,58,1,0,1,0,1,3,1,1,0,1,0,1,0,0,0,3,14,10,0,336,351,24,197,38,43,13,235,0,1,2,290,23,28,13,293,0,0,4,1,74,10,87,12,46,1125,107,57,7,2,80,1,0,0,3,1,0,62,9,0,161,89,0,3,0,52,0,5,4,5,8,12,16,2,11,2,12,101,7,27,3,6,53,14,16,3,371,3,4,47,10,457,42,3,6,18,56,77,14,55,83,28,28,6,7,37,80,15,3,20,18,6,0,13,29,2,4,1,2,19,778,267,621,13,41,7,15,9,37,35,4,19,117,7,11,0,1,116,6,0,0,0,2 +322130,0,0,0,0,0,0,0,0,0,0,0,0,0,8,7,19,4,4,8,3,6,102,0,1,55,32,77,2,18,49,18,61,83,71,8,74,8,12,25,91,15,31,14,42,19,14,330,29,10,8,42,3,99,24,9,13,24,3,40,15,27,31,19,8,5,22,10,15,54,9,10,17,13,20,44,35,24,31,5,7,7,9,144,17,9,28,37,44,5,22,15,1,9,2,4,7,24,7,9,14,9,24,3,6,22,23,16,36,2,38,6,2,23,2,6,3,11,28,8,6,28,36,26,21,41,3,10,10,14,23,5,14,98,3,13,2,2,2,0,2,5,11,10,16,2,3,6,16,2,12,46,69,30,13,4,7,11,17,30,22,17,23,0,59,40,13,24,2,5,11,18,15,124,0,11,28,10,5,4,11,16,8,7,34,44,5,3,0,6,16,76,18,192,69,7,16,0,12,7,3,9,53,25,62,15,24,17,13,34,52,2,56,45,42,16,5,38,40,93,37,38,18,34,4,7,10,9,6,11,3,4,5,84,47,10715,1114,1265,14,431,109,21,16,9,9,4,0,3,6,15,35,30,10,9,8,0,2,0,0,13,13,40,36,5,23,37,17,3,9,4,5,101,14,4,17,707,31,61,14,355,17,19,6,91,5,3,69,138,12,101,66,21,34,48,26,2,1,21,160,97,8,3,3,29,182,110,107,0,21,0,4,28,15,30,2,141,143,11,17,60,98,121,75,220,69,73,366,347,27,14,47,25,26,56,30,222,49,157,10,91,14,3,67,83,36,28,11,23,27,17,41,22,6,44,21,43,18,2,9,0,0,2,36,23,50,0,64,11,45,6,30,39,9,0,15,37,78,41,6,0,0,0,71,10,13,10,13 +322210,0,1,53,41,0,10,0,2,0,0,1,0,0,7,6,19,4,3,8,3,4,17,0,0,143,7,42,28,109,125,52,5,135,65,58,267,36,54,75,92,18,277,16,143,35,33,51,8,10,9,14,1,408,122,31,82,157,0,10,55,161,82,52,30,20,94,159,59,147,26,34,56,79,61,90,93,70,172,111,21,204,29,47,22,10,32,47,67,6,26,76,0,4,21,6,95,139,8,6,17,9,26,15,9,33,72,34,37,20,62,8,1,44,3,6,6,105,36,15,15,68,16,97,57,6,14,38,20,10,60,12,21,25,46,87,88,66,41,34,54,29,49,13,16,16,30,7,39,2,7,327,532,208,50,15,36,54,29,31,57,18,49,96,348,173,0,56,3,12,42,46,72,35,1,56,236,128,125,33,36,147,82,39,128,169,43,36,5,27,185,95,163,60,390,192,15,56,8,16,122,698,801,726,998,436,210,246,417,698,800,117,1320,774,454,81,94,277,431,1048,937,37,39,1361,22,70,47,47,27,42,7,11,3,717,393,360,426,368,183,94,478,21,0,11,41,40,0,5,35,43,119,271,98,44,66,29,227,42,17,54,213,756,557,21,402,425,98,23,206,42,151,1387,2,42,56,1167,44,341,124,592,21,13,0,99,2,8,165,661,187,27,14,4,30,3,10,6,0,1,62,93,6,74,2,7,116,113,0,49,2,181,0,68,6,16,22,155,95,4,21,14,33,63,35,100,26,41,445,92,36,34,74,30,19,68,24,265,116,24,14,65,6,9,53,108,38,28,39,28,80,34,82,1,0,55,45,75,9,13,18,4,4,3,10,23,11,62,1393,23,19,11,30,52,45,143,11,19,149,84,4,0,50,147,76,0,0,0,2 +322220,0,1,80,83,0,0,0,0,0,0,0,0,0,11,15,24,3,5,9,4,4,10,0,0,32,20,12,1,8,23,2,25,22,296,15,36,0,4,2,1,0,1,14,3,0,1,21,2,0,0,27,38,12,2,1,0,12,0,0,1,4,3,0,0,0,1,4,4,6,0,0,2,1,0,7,3,2,3,0,1,0,0,5,4,2,6,10,12,2,6,7,2,1,47,6,3,9,2,2,3,2,6,1,2,6,7,6,9,2,13,2,0,6,0,0,2,7,5,1,1,5,5,5,2,2,1,2,1,2,3,0,1,0,2,13,3,3,2,1,2,2,5,2,4,1,2,2,3,1,2,5,6,3,2,0,0,0,3,4,39,1,15,3,45,4,0,2,0,0,1,2,1,0,0,0,2,1,0,0,0,1,1,0,3,3,0,1,0,1,2,0,0,2,3,441,98,152,110,82,45,61,362,166,69,64,110,226,38,306,757,49,437,232,281,54,18,380,459,8,4,3,0,0,0,1,1,1,1,0,1,0,4,849,48,14,132,4,228,15,2725,13,1,0,0,0,1,2,0,2,28,10,3,58,1,1,21,2,3,1,2,3,3,0,93,2,0,0,0,107,1,173,1,1,2,1509,63,457,168,848,0,5,0,16,3,9,39,134,31,6,3,1,14,4,7,1,0,0,6,6,1,79,9,0,96,95,3,3,5,82,0,12,4,5,11,57,36,2,8,5,15,70,49,24,6,39,103,26,15,5,22,6,5,83,11,143,107,17,10,87,2,40,14,59,75,27,63,11,25,40,77,8,2,12,38,13,0,2,2,2,4,2,4,19,769,191,343,15,28,7,17,13,35,71,6,20,93,7,6,0,185,44,6,0,0,6,8 +322230,0,5,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,1,0,0,1,0,1,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,3,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,26,0,0,568,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,5,5,3,60,0,2,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,3,0,28,21,0,1,0,3,0,1,0,1,1,0,4,0,2,1,3,19,2,2,0,0,5,3,4,1,23,0,1,11,3,10,2,1,1,2,0,82,3,10,18,7,3,1,2,11,27,3,1,0,2,1,0,0,0,0,2,0,0,5,692,71,49,1,7,2,2,2,6,2,0,4,26,2,0,0,12,1130,0,0,0,0,0 +322291,2,4,0,0,1,2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,181,0,0,0,0,0,29,0,0,0,0,0,0,0,41,0,0,491,0,0,0,2042,714,143,112,6,5,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0 +322299,0,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,42,11,12,1,0,0,61,290,183,57,181,167,75,91,203,111,37,131,210,361,42,22,42,75,0,0,0,0,0,0,0,0,0,0,0,0,0,15,460,113,44,1,0,162,9,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,60,3,23,9,38,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,2,0,0,0,1,0,0,0,0,1,1,0,0,0,0,6,0,1,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,117,130,38,0,0,0,0,2,2,0,0,0,0,0,0,1,13,0,0,0,0,0 +323110,2,8,1,1,1,1,3,9,1,2,1,0,1,4,3,0,0,0,0,0,0,3,3,0,4,11,0,0,1,1,0,0,0,12,0,9,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,2,0,2,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,4,0,0,3,0,0,0,0,0,0,0,0,0,0,131,0,0,7,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,612,14,1,4,0,0,0,0,0,1,3,2,0,0,3,7,210,30,15,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,5060,177,216,59,5130,0,23,0,271,14,4,25,46,13,1336,2411,561,750,175,241,146,0,17,76,48,27,288,59,1179,222,226,2222,2013,2725,1015,0,17,18,30,20,240,776,90,41,64,89,767,376,920,139,207,3084,176,110,46,723,25,16,546,35,71,1170,111,323,30,0,340,649,616,408,142,228,65,182,136,1479,159,28,474,500,30,130,60,100,82,552,12,61,103,797,337,319,123,304,17,17,14,162,25,61,718,110,480,130,0,1008,1645,16,0,3,0,290 +323120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1344,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,66,543,39,0,0,0,0,83,37,28,5,0,57,15,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,4,204,0,0,22,6,574,62,220,0,419,0,0,22,0,0,10,0,1,0,3,13,3,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,2,18,261,0,0,0,0 +324110,824,4883,435,446,817,1206,3017,1274,427,425,311,303,69,1538,1230,672,266,731,524,250,584,14665,24,113,4016,1829,964,713,1975,1898,3545,3003,3975,7086,1036,4799,122,247,61,127,81,210,148,78,17,17,147,7,7,26,49,14,486,84,39,41,70,2,11,15,23,45,36,44,13,13,13,33,30,3,9,24,9,13,73,22,223,13,2,9,7,6,57,21,6,143,24,23,3,6,897,96,3,1,5,6,17,6,6,8,8,6,6,6,25,6,8,22,3,17,3,2,7,1,1,41,10,5,2,2,7,72,3,3,9,1,3,1,2,3,1,2,2,4,5,1,4,1,3,1,69,6,4,1,8,1,5,4,8,2,31,46,8,8,4,4,6,20,10,17,31,8,23,37,35,22,112,1,5,18,15,7,2,8,3,25,4,6,3,6,19,11,5,16,23,2,4,2,6,13,2,4,15,31,30,38,38,171,26,17,29,94,59,111,36,34,35,7,112,58,27,79,42,59,16,10,15,33,66,70,17,17,89,5,22,21,20,4,9,7,1,97,807,573,385,65,5,19,15,1891,3,10070,2780,1627,1117,1174,570,883,1699,2176,1952,924,1098,119,58,148,36,91,324,610,578,171,206,1109,60,14,10,47,305,7,95,50,8,27,3467,615,603,435,1654,29359,6502,6723,39152,4515,234,1392,5721,390,67,46,9,13,62,23,11,51,7,146,100,23,134,9,19,806,1059,151,40,14,35,7,242,921,103,51,28,85,24,104,55,46,233,17,56,14,233,78,51,12,47,1629,45,92,121,72,3461,87,18,40,1408,13,451,502,273,130,123,120,35,111,75,3765,1017,174,224,142,254,32,45,95,24,92,71,172,565,1068,1603,1422,59,479,80,76,53,173,85,795,93,513,76,598,0,21868,1924,1640,1625,4,2039,4835 +324121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3,3,0,0,0,874,413,57,10,62,185,694,169,218,1527,70,2415,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,14,0,0,0,0,0,0,0,0,0,1,0,0,5,0,0,0,0,0,0,4,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,22,0,0,0,0,0,3,8,0,0,1,0,3,0,0,0,0,0,0,0,6,1,144,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,274 +324122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,860,271,15,40,23,322,1929,510,0,333,0,396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,28,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,51,0,0,0,44,0,5,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1,0,0,0,0,0,0,1,57 +324190,5,0,0,0,0,0,8,0,0,0,1,12,3,579,118,18,3,4,2,83,135,5,0,6,143,21,27,17,36,62,181,90,186,57,5,59,7,0,23,3,5,56,1,9,3,11,0,0,0,0,7,1,602,141,1,1,14,0,0,0,1,1,4,0,0,17,7,2,8,2,4,5,14,1,13,25,0,24,11,2,2,0,38,0,0,4,0,8,1,4,15,2,17,4,6,18,28,1,0,2,0,0,0,0,21,17,16,0,0,23,0,0,136,13,0,7,9,10,10,2,19,9,14,0,9,5,6,11,12,31,0,12,5,8,118,10,9,5,0,9,233,32,14,3,3,15,0,0,338,12,3,5,12,9,0,0,0,2,30,0,3,30,17,17,25,49,84,0,0,0,2,0,0,0,0,48,3,14,22,11,44,20,7,62,99,10,6,0,5,35,58,26,116,39,25,4,0,0,2,10,59,281,88,149,51,37,48,131,0,8,19,157,81,122,0,9,24,34,143,141,64,23,18,2,2,3,0,0,0,0,2,0,0,14,0,0,0,0,0,5,0,370,7,0,34,3,3,1,4,253,32,14,0,13,0,1,0,0,0,7,78,13,0,30,86,16,5,11,7,58,30,8,11,18,146,100,22,2,166,6,10,0,461,0,0,59,0,3,12,0,0,3,5,2,0,0,1,11,8,4,2,1,2,10,8,7,1,6,1,0,33,7,0,0,0,0,1,8,1,0,5,2,4,0,12,18,2,0,1,0,7,4,34,7,88,3,0,0,11,30,3,66,110,4,0,0,10,7,6,17,122,10,38,38,74,0,0,0,0,0,1,4,18,64,5,19,35,44,4,10,2,1,0,15,23,16,13,2,0,86,0,0,0,0,0,110 +325110,0,0,0,0,0,0,0,0,0,0,0,0,0,2559,13,48,20,0,0,2,26,152,8,1,1,0,0,0,0,0,29,0,0,4,0,0,0,0,0,0,2,2,0,0,0,0,0,7,0,0,2,1,4,3,0,0,0,0,0,4,3,0,5,0,0,0,0,0,4,0,0,0,0,0,3,0,8,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,3,0,0,0,1,1,6,2,0,0,4,0,0,0,0,1,0,5,1,0,2,0,0,0,0,0,0,0,0,0,0,0,3,0,1,0,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,41,61,27,0,1,0,0,0,0,0,3469,0,0,930,28681,69,9,532,27604,16458,2293,0,16,24,171,27,11,477,159,72,50,1,1845,57,43,7,5,33,3,629,6,0,5,0,0,0,0,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,2,0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,11,1,2,10,0,0,39,2,1,0,141,0,202,0,154,1,0,86,38,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,8,0,0,0,0,0,0,0,0,0,17,0,0,0,0,18 +325120,0,0,0,0,0,0,0,0,0,0,0,0,0,196,27,149,62,0,0,7,70,867,2,83,51,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,2,20,6,2,0,1,7,5,0,0,11,1,429,76,14,9,0,0,0,7,4,1,35,0,0,0,0,9,13,4,3,1,0,14,13,0,132,2,0,1,0,0,0,8,1,9,8,4,0,2,0,0,0,9,16,0,7,0,0,2,0,0,0,0,1,3,0,6,0,0,0,0,0,0,0,0,0,0,0,0,46,416,5,0,2,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,3,1,0,0,0,0,0,0,2,3,0,0,0,1,1,7,2,0,2,4,1,0,35,0,2,2,4,2,0,6,0,0,0,0,0,0,0,0,0,0,3,4,1,1,0,1,0,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,38,17,0,4,0,0,0,0,0,0,0,0,0,65,97,24,230,512,77,9,0,21,4,8,80,17,11,90,0,0,0,168,52,25,18,8,90,0,56,10,0,7,12,0,0,0,0,0,3,0,4,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,95,10,1,0,42,14,2,0,0,2,1,42,14,4,5,5,0,0,121,5,1,5,171,40,336,17,139,52,98,701,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,39,20,0,0,3,0,0,0,0,0,0,26,0,0,0,0,134 +325130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,10,3,59,0,0,2,4,12,0,8,0,0,0,0,0,0,0,0,0,0,0,8,0,0,1,0,0,0,0,0,1,0,0,4,0,0,0,0,0,1,0,0,0,0,20,0,27,4,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,37,7,0,0,0,0,0,0,0,0,0,0,0,2,1,8,3,0,1,6,0,0,12,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,5,0,2,0,1,0,95,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,111,199,125,0,5,5,2,19,258,99,0,133,0,0,0,0,0,1,0,0,4,4,0,44,11,268,60,232,0,8,0,0,0,0,1764,4,45,62,714,321,77,65,5,3,3,58,606,37,1,27,0,0,0,0,0,0,10,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1,0,11,0,0,0,0,2,16,8,4,1,0,2,0,0,1,1,4,4,54,3,103,11,64,29,45,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,7,0,0,4,0,0,0,0,0,0,21,0,0,0,0,34 +325180,98,246,40,23,16,37,2,7,3,1,0,0,0,79,6,51,12,0,62,1,12,375,1,98,6,0,0,0,0,1,0,1,0,0,0,0,253,0,0,0,15,501,12,670,0,0,13,38,74,0,23,1,116,96,62,7,0,0,0,16,14,1,2,0,0,1,1,6,12,2,2,5,0,12,5,0,47,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,143,1241,120,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,47,1,2,0,0,0,0,0,0,0,0,0,0,4,3,49,9,0,3,19,0,0,0,0,12,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,18,14,1,6,0,2,0,31,0,0,25,171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,6,291,1974,774,0,214,5,0,31,0,0,514,20,0,113,112,203,147,1741,1902,1583,257,316,149,0,8,1,0,49,240,1073,26,67,1482,213,67,69,104,881,0,558,746,27,372,69,0,0,0,0,0,3,0,16,0,0,19,0,0,0,0,0,0,0,0,0,0,2,5,3,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,20,3,0,48,0,1,0,16,1,0,17,2,1,424,3,0,0,76,7,1,16,141,26,231,211,218,154,288,355,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,8,0,2,8,0,0,0,0,0,1198,49,0,0,0,6,208 +325190,0,0,0,0,0,213,0,0,0,0,0,0,0,140,35,199,112,0,101,14,126,995,4,27,49,5,2,1,13,8,3,3,6,0,1,7,179,5,10,5,35,43,16,1599,6,9,8,21,97,26,66,2,92,75,7,16,64,0,0,92,42,7,17,2,1,4,4,24,345,7,8,11,3,11,15,8,108,9,1,3,37,2,0,13,3,61,16,16,1,3,4,0,2,40,1,1,123,3,3,6,2,6,1,2,7,10,4,18,1,11,2,0,5,8,3,2,5,12,2,2,21,43,6,321,11,1,2,3,0,6,1,4,2,0,3,1,1,1,0,1,1,1,1,1,1,0,9,4,35,3,22,32,9,11,1,66,67,24,11,78,28,5,8,44,10,3,1,34,19,5,21,14,0,34,3,8,3,1,1,4,4,2,2,25,24,113,1,15,2,8,3,139,11,33,2,3,1,251,1,1,2,581,6,3,31,11,10,25,7,12,1,89,56,19,3,579,27,101,72,11,11,6,2,1,81,33,0,2,2,1,22,100,1324,370,31,190,10,10,33,1718,5,1501,234,22,82,10315,365,314,203,10122,18387,1741,3,1732,457,3417,156,103,1582,736,1211,1295,30,1314,555,64,24,26,239,545,454,681,76,550,255,7,7,2,12,0,39,4,61,1,1,67,6,1,19,0,4,2,0,1,0,0,0,203,1005,20,2,2,0,0,0,0,0,4,0,0,882,3,0,0,29,0,0,0,1,4,929,32,38,2,116,30,9,3,42,92,153,82,28,4,201,17,1,2,391,21,15,37,371,80,691,0,463,322,485,1065,53,6,2,0,1,0,0,0,0,0,0,7,5,9,62,245,54,13,4,98,67,1,2,14,0,0,0,1,0,1,234,16,3,1,3,823 +325211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,646,0,0,1,125,14,0,0,0,0,3,2,0,48,3,2,7,0,0,0,0,0,0,62,0,0,0,0,152,71,0,0,0,0,1,61,0,0,0,200,0,31,0,42,30,139,0,0,0,0,0,0,0,50,0,3,24,0,0,191,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,4,0,92,4,10,0,26,20,32,103,14,16,0,10,189,0,27,209,25,161,93,85,0,20,44,21,20,2,472,481,0,0,0,0,1,0,0,29,93,127,432,65,22,397,57,796,0,0,0,0,0,0,0,338,0,104,0,0,6,7,87,57,29,47,0,527,164,0,104,0,0,340,183,5,200,978,0,0,0,0,0,0,0,0,0,0,191,8,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,713,172,0,0,88,0,37,0,0,56,5,1038,4,380,0,0,0,0,0,0,0,43,0,2,0,222,4361,1466,0,0,0,0,0,0,2271,616,0,0,191,2512,9744,4606,401,1708,675,3591,19148,56,113,227,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0 +3252A0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,1,2,16,0,0,0,0,0,6,16,0,20,1,241,10,0,0,0,0,0,26,0,0,0,0,0,2,0,0,0,0,0,3,0,0,0,0,38,0,0,0,5,0,0,0,0,0,0,0,0,0,298,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,589,0,0,0,0,0,0,0,0,0,0,0,0,0,9,182,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,7,5,34,9,446,3,88,0,0,0,0,8,0,0,0,0,15,30,0,0,0,0,0,0,0,0,388,460,5,22,1,0,79,0,7,0,983,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,2769,2013,192,3210,263,670,32,17,0,19,0,0,73,19,0,133,0,0,0,4,0,0,0,0,0,0,25,15,38,0,0,0,0,0,0,111,318,0,0,0,44,85,26,23,638,153,0,120,1811,285,787,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,16 +325310,442,6049,578,371,289,531,0,141,0,0,0,0,1541,0,0,0,0,0,0,1,0,1,0,4,142,130,88,27,88,300,100,234,253,544,95,417,0,0,0,0,0,5,0,0,0,0,0,1,0,0,5,0,3,4,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,1,0,1,2,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,3,54,11,4,153,801,63,1,3084,10,0,4,0,0,3,9,38,0,0,232,8,3,3,1,5,0,3,4,0,0,194,0,0,0,11,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,5,264,3,0,3,0,0,0,0,0,199,0,0,0,0,14,1,6,0,0,0,0,0,0,0,20,1,1,0,0,0,2,0,0,0,0,24,9,24,0,19,0,0,0,0,0,0,0,0,0,2,0,0,0,0,3,60,0,0,0,0,355 +325320,510,3088,411,387,115,518,110,240,66,43,6,10,575,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,4,20,5,0,0,0,0,0,0,0,50,0,0,0,0,0,58,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,9,24,34,1,0,36,0,0,0,0,0,0,0,0,0,4,0,0,0,1,16,0,0,0,0,0 +325411,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,848,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1468,7651,120,332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,440,0,284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +325412,0,0,0,0,0,0,143,2,6,17,0,1,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,2047,4,268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,17,0,0,0,43,0,0,0,1144,4,0,0,0,0,0,0,0,0,0,0,1,0,9938,528,1300,0,864,1086,878,12643,1286,122,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1307,23,0,0,0,0,0 +325413,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,49,91,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,962,0,41,0,326,0,0,7574,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +325414,0,0,0,0,0,0,233,2,3,190,0,0,125,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,5703,901,2495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,29,0,0,0,22,2,0,0,0,0,0,0,0,0,0,0,0,0,10,770,1433,2071,1333,0,0,41,730,21,316,0,0,0,0,0,0,223,808,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,3,328,0,0,0,0,6 +325510,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,17,0,0,1,23,3,0,0,413,351,55,9,136,150,276,152,234,692,181,546,0,34,22,35,20,0,0,0,136,140,0,1,0,0,3,17,1,0,1,0,0,0,0,0,0,0,0,6,19,108,2,392,314,6,58,263,18,0,266,0,1594,0,0,0,1,0,1,258,162,221,32,0,0,0,3,8,0,0,56,209,63,0,116,0,0,0,0,0,104,107,100,358,0,140,0,0,46,0,0,0,0,0,0,0,1,0,0,170,82,0,0,0,0,0,0,0,0,0,78,17,85,55,71,47,59,48,43,0,0,0,9,0,0,0,294,623,173,128,84,98,128,9,6,45,32,350,46,287,61,2,82,0,19,76,106,111,0,0,127,369,12,119,6,112,162,93,0,0,0,0,0,0,6,162,0,7,179,539,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1,98,20,0,0,0,47,0,0,0,0,0,5,2,6,5,40,5,0,0,0,0,0,0,0,273,0,2,93,410,2,0,0,0,0,0,0,27,0,0,0,20,54,33,0,104,2,83,0,62,0,0,10,8,26,7,0,4,4,0,5,1,5,5,59,56,5,282,2,0,1,1,0,0,7,20,0,62,18,47,72,0,0,0,0,0,0,87,0,24,0,7,3,0,0,1,1,0,0,3,117,43,4,0,0,297,0,78,67,2,3,26,15,3,8,29,9,5,5,11,103,41,0,7,16,2,11,3,5,207,12,657,12,5,316,8,215,10,15,6,0,15,0,12,2,0,0,10,0,0,0,0,140 +325520,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,106,42,2,0,46,3,32,4,66,167,16,107,8,361,87,0,9,16,0,0,0,0,0,28,0,0,43,7,5,6,7,0,0,0,0,5,2,0,0,0,0,0,0,0,1,0,0,28,0,0,0,0,11,0,0,0,0,0,76,0,0,0,0,0,0,0,0,9,0,6,0,0,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,1,3,2,8,23,5,25,191,8,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,16,638,8,0,3,0,0,2,3,16,4,68,1,16,0,0,0,0,2,0,0,0,0,4,0,59,9,72,0,6,38,6,0,47,185,5,3,1,0,1,0,9,0,0,0,0,0,0,0,0,1,1,2,5,1,2,0,3,0,0,0,0,5,6,0,0,0,1,5,3,0,0,0,0,127,60,0,0,12,0,6,16,325,47,524,1131,205,213,37,416,0,1,0,0,8,8,0,19,75,315,21,30,0,17,0,28,0,0,8,77,98,4,0,273,147,21,21,5,71,0,23,8,0,0,54,2,1,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,1,1,0,0,0,0,0,1,0,0,5,0,0,0,0,0,0,1,0,1,0,0,2,0,0,0,0,1,0,1,0,44,0,0,0,0,0,1,0,2,2,1,11,0,6,3,6,0,0,1,2,2,0,0,0,0,0,0,0,5,2,2,2,0,5,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0 +325610,0,0,0,0,0,6,0,247,0,20,0,1,0,0,0,0,0,0,0,0,0,0,0,0,43,9,3,1,4,14,4,11,2,12,0,35,0,0,0,47,0,23,0,0,7,0,0,0,27,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,2,0,0,8,10,38,9,0,26,0,0,0,0,0,0,0,1,0,27,0,1,0,0,1,3,3,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,6,0,4,1,0,6,1,0,18,22,0,1,0,0,1,15,0,34,26,8,0,0,0,0,3,23,77,32,61,18,24,14,58,0,24,6,70,95,59,0,5,0,12,37,49,0,0,25,0,160,0,0,0,0,0,107,0,5,0,0,0,0,0,0,0,0,13,19,0,1,2,0,0,0,61,1,2,0,122,0,1,0,0,0,12,5652,460,0,66,19,0,0,2,2,3,18,0,0,6,346,32,49,7,118,0,0,0,2,0,0,1,1,0,0,0,0,0,0,0,0,0,0,3,5,0,0,0,0,1,0,0,0,1,0,0,600,34,0,0,0,6,0,3,0,0,38,1,31,1,33,42,6,0,0,2101,8,4,9,0,2224,20,0,2,6,49,141,14,156,0,1,107,2,3,2,132,87,20,0,2,18,0,0,0,0,0,0,3,39,87,87,65,12,300,0,0,5,0,0,166,27,3,8,7,0,21,190,0,0,0,0,18 +325620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,1271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,16,0,0,0,0,604,0,0,0,0,0,0,2,0,0,119,0,20,0,0,0,0,0,0,0,0,0,0,92,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2103,0,0,0,0,0,0,0,31,0,0,0,0,0,0 +325910,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,64,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,460,284,72,0,8,2408,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,292,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,3,0,0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,80,0,14,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,14,49,0,0,1,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0 +3259A0,13,64,5,5,5,11,0,82,10,16,0,0,1,367,379,82,138,195,118,60,392,9,0,13,472,24,19,9,37,82,31,38,43,63,8,132,5,13,20,54,7,30,12,21,8,8,2,5,14,2,11,1,56,7,28,37,19,1,0,16,26,20,9,60,3,11,13,329,1126,107,67,3,9,98,209,23,577,18,4,5,60,5,1,12,6,23,27,67,6,27,14,15,86,43,3,5,42,9,10,20,18,20,3,7,16,18,14,47,2,91,14,1,21,49,26,15,81,21,7,4,278,167,243,143,35,2,9,8,11,240,4,53,66,6,9,1,1,1,0,3,6,3,3,4,3,1,6,14,29,15,21,32,16,9,2,4,6,3,7,13,4,85,81,17,277,14,30,6,12,6,10,9,0,5,7,18,6,3,2,7,10,5,4,26,48,8,3,2,4,2,6,14,31,34,14,0,0,0,3,0,1,75,58,473,2,0,28,0,23,88,1,114,78,117,0,7,172,69,92,26,35,12,19,2,6,7,6,4,6,2,6,14,230,197,117,44,11,13,17,779,35,175,21,5,498,28,18,67,263,894,85,161,6,29,25,291,9,38,55,105,286,182,4,1976,166,131,29,21,119,32,906,12,1,35,250,16,4,3,93,0,72,4,114,4,2,42,1,88,27,34,7,12,58,36,0,2,2,47,47,5,13,4,8,63,57,33,0,6,27,0,396,64,0,4,0,74,5,6,4,8,175,182,78,5,81,77,24,305,119,10,11,14,87,4,336,67,7,2,1,4,64,16,177,61,13,117,105,44,76,122,93,4,16,6,6,0,0,2,0,0,19,65,24,11,6,68,2,100,2,18,13,3,7,1,254,6,12,9,0,772,769,10,26,0,26,136 +326110,0,6,7,1,12,6,0,0,0,0,0,0,4,0,17,0,0,0,0,0,0,1,0,0,53,8,4,1,76,21,42,29,70,106,29,446,4,4,106,12,0,178,0,0,0,0,0,4,0,0,92,3,227,0,19,0,58,0,0,24,73,40,0,0,0,41,75,68,75,14,17,0,94,65,62,38,23,43,0,0,0,0,126,0,0,81,47,127,1,59,85,16,72,7,13,7,105,12,16,24,24,0,2,16,78,9,19,128,86,148,20,0,0,82,23,67,106,41,17,61,96,292,20,192,43,0,0,31,0,41,24,0,68,4,60,21,16,113,86,27,8,37,63,25,9,9,21,39,23,32,68,299,134,0,0,84,48,194,58,60,21,344,102,357,0,0,29,0,0,0,19,178,0,0,304,52,23,0,8,0,0,0,119,309,262,6,79,0,0,235,33,123,323,350,162,34,47,14,0,2,85,357,244,217,203,71,43,55,535,333,32,298,225,433,47,16,136,218,0,75,0,0,0,1,8,67,0,14,40,2,12,16,299,10,191,752,141,176,35,22,37,9,3,20,0,0,3,13,36,113,82,18,22,0,0,35,9,1,0,0,10,0,0,118,1850,279,267,117,442,553,2822,102,8,123,1671,52,707,116,967,0,0,0,12,0,0,40,190,47,8,4,2,30,4,9,1,0,0,22,6,0,59,0,0,0,0,1,0,2,144,0,10,6,8,21,46,2,1,1,0,1,58,7,26,3,3,73,11,8,0,36,1,1,13,2,31,43,3,1,21,0,2,16,34,32,5,25,30,13,9,11,0,0,2,11,42,0,0,1,1,1,3,1,7,5,350,277,17,4,4,10,14,16,47,3,6,4,1,1,0,11,139,0,0,0,0,1 +326120,0,132,0,0,0,7,77,0,0,0,0,10,0,0,0,0,1,0,0,2,3,2,1,0,223,73,148,11,120,379,78,296,215,397,47,360,0,0,16,32,0,3,0,0,0,0,0,0,0,0,10,0,0,0,0,0,36,0,0,0,0,0,0,0,0,3,7,0,63,0,0,0,13,7,75,2,0,8,0,0,0,0,11,0,0,0,10,10,1,4,9,3,30,7,5,0,9,1,0,3,9,0,0,0,82,2,5,28,0,20,3,0,0,0,0,189,8,0,0,7,0,105,0,22,30,0,0,0,0,0,2,0,8,0,6,2,2,14,11,3,2,3,7,2,1,1,2,4,8,2,14,68,4,0,0,8,6,15,7,8,3,46,6,59,0,0,0,0,0,0,138,19,0,0,36,0,0,0,0,0,0,0,14,37,32,0,6,0,0,20,4,11,41,88,0,0,0,0,0,0,0,0,0,0,15,1,1,1,0,61,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,6,0,1,5,0,9,0,17,0,0,66,18,8,3,5,0,6,20,0,0,0,16,0,200,737,70,5,0,0,0,0,0,0,0,0,0,207,0,3,87,42,33,13,196,69,601,20,0,15,74,232,0,0,42,0,0,0,0,0,0,0,0,0,4,1,1,12,1,4,0,0,340,202,128,6,25,0,0,0,0,0,0,0,61,0,4,2,2,53,17,1,0,40,0,0,341,2,11,2,42,30,5,4,0,1,0,1,5,1,29,18,1,0,24,0,5,0,30,14,3,5,8,5,11,10,0,12,33,37,18,1,0,1,1,1,1,0,24,6,448,343,93,2,2,4,3,7,19,1,3,9,0,1,0,0,0,0,0,0,3,627 +326130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,2,0,2,4,0,4,0,0,0,6,3,149,13,0,17,8,0,4,33,6,4,19,6,5,29,5,24,5,5,0,1,3,0,5,0,0,0,0,0,0,0,7,5,14,27,4,1,0,0,0,0,0,0,0,0,0,4,5,0,5,11,50,0,56,0,0,0,1,0,4,0,6,1,1,7,6,2,0,2,4,1,2,1,1,2,0,0,4,20,2,0,0,10,6,7,5,3,1,21,3,15,3,0,10,0,0,0,20,10,0,6,18,215,6,9,8,83,269,45,7,54,35,6,3,1,1,10,2,6,20,34,0,0,0,0,0,0,0,0,0,0,7,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,8,5,0,0,2,0,4,0,8,0,0,31,9,4,2,1,7,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,3,27,18,24,7,28,35,450,7,0,5,126,5,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,21,4,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,10,0,0,117,0,0,0,3,0,0,0,0,0,0,0,15,7,0,5,0,0,0,0,2,0,0,0,0,0,0,0,0,52,0,1,0,0,0,0,0,0,0,0,0,0,3,4,6,14,2,0,0,57,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6 +326140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,20,15,21,50,183,15,177,37,157,0,115,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,2,0,0,0,0,2,0,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,71,3,1,1,0,0,2,1,3,1,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,4,0,0,0,0,0,6,0,2,0,21,17,1,2,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,17,0,0,0,0,1,0,0,0,0,5,0,0,0,0,1,0,0,0,3,7,131,16,13,5,0,70,0,0,5,0,0,0,7,4,0,3,8,0,3,984,24,184,67,388,0,0,0,1,0,0,103,11,3,2,1,1,12,1,1,0,0,18,51,15,0,6,0,0,0,0,0,0,0,18,0,0,4,0,2,8,1,0,16,0,0,141,11,5,1,30,11,3,2,0,2,0,0,4,0,57,174,0,0,5,0,2,0,16,38,0,44,5,153,67,49,68,8,5,2,0,0,0,0,0,0,0,0,5,2,195,1595,480,1,1,3,1,3,5,1,2,0,0,0,0,0,4,0,0,0,0,61 +326150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,117,15,7,4,65,63,4,5,39,47,19,143,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,11,14,1,2,2,1,3,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,121,3,3,0,0,0,1,1,2,1,417,0,4,0,0,0,0,0,0,0,0,0,0,0,0,579,48,51,29,61,15,645,1,16,0,2,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,3,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,2,0,0,0,0,0,0,0,0,0,0,0,34,0,22,7,0,2,715,24,200,68,337,0,0,0,1,0,0,6,15,3,1,1,1,2,1,1,0,0,0,24,28,3,13,0,0,0,0,0,0,0,26,0,0,0,0,65,10,0,0,4,0,1,34,7,4,0,22,86,4,0,0,1,0,0,2,0,44,45,0,0,5,2,18,0,797,142,31,15,8,100,196,117,353,28,7,53,2,0,0,0,4,0,0,0,8,22,432,484,116,1,1,2,91,3,8,1,1,0,0,1,0,0,2,0,0,0,0,0 +326160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,52,0,0,215,70,180,53,0,0,7,0,0,2016,136,0,937,48,5277,0,0,185,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,1,0,0,39,0,3,0,0,13,0,0,0,70,1,79,10,5,78,182,505,509,0,56,0,0,0,0,0,3,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,4,2,1,12,2,4,0,0,0,0,0,0,27,0,0,0,0,0,0,0,65,0,0,4,4,10,25,1,0,1,0,0,3,4,13,2,2,33,5,4,0,0,1,1,6,1,16,20,1,0,10,0,0,0,23,14,2,18,8,8,4,3,0,0,0,4,18,0,0,1,0,1,1,0,1,3,20,85,6,3,2,5,4,7,23,2,3,0,0,0,0,0,0,0,0,0,0,0 +326190,18,74,0,0,472,8,0,0,0,0,0,24,53,19,38,26,6,13,20,5,87,59,0,0,1285,548,349,51,352,468,243,690,742,2562,236,2567,0,1,7,104,10,23,2,37,65,239,1,14,5,1,12,30,91,86,4,2,4,1,0,2,31,17,7,1,1,17,39,13,7,5,7,6,59,1,25,16,11,92,81,4,48,2,20,275,249,141,123,57,2,24,39,8,12,7,24,66,143,99,15,11,33,1,1,2,118,212,83,12,46,360,2,0,5,9,11,48,11,23,28,32,51,11,64,2,39,22,18,81,29,76,1,46,117,7,38,25,43,25,0,75,19,16,1,3,101,7,10,2,1,10,1404,3196,169,55,41,104,64,305,476,116,111,268,281,761,426,3,714,10,1,3,119,3,0,74,1,237,50,82,62,80,329,67,5,671,234,57,320,13,12,10,3,28,429,79,5,15,2,21,40,84,12,53,30,67,410,40,40,38,107,704,19,33,36,262,517,8,394,306,684,27,7,3,5,4,4,5,13,1,1,2,18,0,46,2,190,11,2,6,3,16,2,15,9,1,68,1,1,5,28,48,390,8,3,32,14,458,49,33,353,37,866,793,1,111,37,5,1,8,9,4,2001,64,3,73,3076,547,880,161,2524,0,7,1,499,9,74,53,1489,254,21,85,7,158,27,28,3,3,125,523,453,30,278,0,6,2,29,23,8,34,231,0,1,365,13,94,118,75,3,95,4,16,823,154,55,9,290,202,113,16,8,19,10,9,56,110,212,120,37,6,64,18,1006,68,1766,311,94,144,126,493,912,2049,591,81,107,97,295,1,3,7,4,4,7,27,110,55,834,1159,122,2929,81,57,46,29,79,15,149,46,8,7,0,4,280,14,4,21,7,569 +326210,52,248,16,16,17,40,0,99,27,9,1,6,12,8,202,245,255,30,12,3,4,1,0,0,69,407,38,1,9,123,9,100,57,123,3,116,1,0,73,15,0,0,2,7,3,2,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,375,123,144,20,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,770,2245,297,42,107,2,217,1,0,0,1,0,0,2,0,0,0,0,0,0,1,0,131,0,98,1,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9,0,1,1,0,0,1,0,18,9,0,0,1,0,0,9,5,0,6,0,0,0,0,1,0,0,0,0,0,2,1,1,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,487,0,0,203,62,43,2,171,0,1,0,747,1,0,17,417,34,8,0,1,43,1,7,0,0,0,12,21,1,2,2,0,11,28,23,18,43,205,0,3,273,0,4,0,0,0,1,0,0,74,5,1,0,13,16,1,0,8,6,2,2,29,17,121,22,3,1,49,7,2,170,2,0,1,0,1,13,0,2,14,0,58,97,0,0,0,3,0,0,0,3,3,7,173,22,4,89,2,84,7,1,0,0,17,22,16,1,0,1198,114,0,0,0,3,6 +326220,4,19,1,2,2,3,0,8,2,1,0,0,0,0,115,0,0,20,5,0,0,21,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,201,0,0,0,0,16,128,44,101,22,0,0,0,0,1,0,0,6,0,39,0,0,0,0,71,0,0,132,0,1,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,7,0,0,0,0,0,0,0,0,0,0,16,24,17,41,21,0,0,0,0,0,0,0,0,0,0,136,1009,47,144,0,0,0,10,18,24,2,0,17,222,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,210,0,0,0,0,0,0,3,0,0,0,23,0,0,0,0,0,0,0,18,0,0,48,0,0,0,0,0,0,24,0,0,1,3,1,4,2,0,0,0,0,0,0,0,20,0,0,0,0,0,5,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,0,22,3,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0 +326290,0,0,0,0,0,0,0,0,0,0,0,7,0,0,20,0,0,21,4,0,0,0,0,0,68,2,2,0,1,4,0,16,220,57,0,21,0,0,0,4,16,17,9,0,8,29,6,19,0,0,36,6,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,6,0,15,0,0,77,0,0,0,0,13,537,8,757,10,33,4,0,35,41,5,0,3,5,0,2,7,5,5,16,2,5,131,11,22,32,2,33,5,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,185,429,187,109,43,101,345,35,1,108,43,164,0,368,0,101,0,0,5,84,21,30,0,0,331,0,9,1,0,0,47,0,202,0,55,0,0,0,0,0,0,20,0,14,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,31,0,0,0,19,0,0,0,0,0,0,0,0,152,0,0,3,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,45,0,0,364,232,1125,21,5,1,0,0,3,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,1,59,80,4,2,0,0,0,0,0,0,0,0,0,0,4,0,4,0,0,0,15,0,0,316,10,0,0,244,0,0,0,0,123,0,0,0,8,84,0,0,0,71,5,7,2,0,22,6,21,54,49,104,392,96,32,0,0,0,0,0,0,7,0,0,0,0,10,4,65,17,793,3,47,95,13,0,0,145,68,0,0,0,1389,178,0,0,0,6,142 +420000,878,4025,523,403,634,551,2876,4006,710,2682,757,174,518,1855,1036,452,330,399,292,311,521,2876,978,48,3482,1764,1549,1195,1988,3631,2253,4260,4009,8096,1334,6639,1882,975,1157,920,163,713,179,1112,200,305,174,100,134,44,117,103,6623,895,114,967,1429,194,130,1387,966,1140,456,378,320,414,293,1482,1514,162,251,680,424,251,813,809,662,1026,148,213,177,222,678,1095,570,2268,1070,1198,182,750,691,98,202,133,248,224,2519,137,248,235,323,436,131,174,1606,712,556,1535,96,840,206,99,459,1815,298,472,681,1748,147,302,766,1449,920,602,959,59,182,164,254,259,247,186,93,237,655,185,218,282,236,181,304,821,548,774,189,111,893,411,122,572,6315,12458,1674,697,395,298,546,1464,886,953,1585,1595,1081,2527,2283,648,662,129,50,628,592,646,319,251,435,630,758,270,165,171,785,251,557,1365,1811,135,155,184,937,646,142,121,455,1030,749,2988,1516,1078,3146,1482,517,1933,3320,3096,2455,3000,1168,540,2371,1233,524,2161,1573,1950,839,322,924,1758,2824,1080,1046,412,1305,324,533,430,638,251,387,714,311,227,2755,1552,2285,1000,396,386,222,2182,62,8256,360,252,277,2434,177,223,982,4698,3075,491,931,317,740,5768,372,1285,859,316,1740,1374,163,1505,1199,531,141,222,503,381,3477,881,234,627,29051,1888,1439,1346,15483,2087,2467,2356,10456,1174,103,763,2665,583,995,1237,508,678,5484,82,34,38,823,3172,3178,261,1619,63,223,371,1037,348,332,364,256,42,419,1383,2768,6624,233,502,80,412,244,293,3001,513,488,134,1005,1002,609,330,1185,2838,89,345,370,286,3115,383,146,178,1480,895,1449,488,5807,3775,785,1979,1073,807,862,12932,2329,369,755,906,634,83,131,45,84,114,352,205,928,1116,6967,7255,3924,4048,540,672,475,680,597,352,439,239,137,537,0,9756,2032,690,642,129,851,2158 +441000,0,0,0,0,0,0,7,0,0,0,1,1,0,13,16,10,4,3,10,5,8,13,0,0,142,323,6,0,66,73,46,26,117,363,38,485,6,4,18,8,1,8,4,31,6,8,2,0,0,2,2,2,1,17,4,0,9,0,0,6,6,9,0,0,0,6,0,20,14,0,5,2,5,0,11,5,6,6,0,3,0,0,8,161,30,410,44,13,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,41,13,11,70,0,22,0,0,0,18,0,3,5,14,0,0,0,8,1,8,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,50,4,0,246,1,37,135,17,13,67,46,0,8,0,0,0,6,206,0,0,72,14,0,0,2,6,5,5,3,12,13,0,4,0,2,8,5,0,15,9,0,15,0,9,0,3,3,0,12,32,4,29,16,3,4,35,0,26,10,0,0,0,0,0,86,26,9,6,0,2,2,0,5,0,0,0,0,0,29,20,47,0,0,0,0,26,0,0,0,0,0,1,0,0,5,25,21,0,4,4,1,4,1,1,8,8,14,16,0,11,9,0,0,0,0,0,34,0,0,0,2,217,259,5,605,0,6,0,1014,3,0,17,89,39,19,0,1,35,2,3,0,0,0,17,39,0,2,2,0,15,32,22,3,7,15,0,119,184,2,5,0,0,0,1,1,0,0,1,23,0,17,56,18,0,0,0,0,0,8,0,404,13,3,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,4,8,5,29,1,3296,5,0,4,1,0,6,36,1,12,1,0,0,0,0,0,0,0,0 +445000,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,7,0,0,46,29,1,0,23,0,2,1,23,193,8,175,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,2,9,2,0,0,3,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,1,1,0,0,2,0,0,0,0,0,0,2,0,0,0,0,0,5,11,2,2,5,0,9,0,0,0,0,0,0,0,0,0,0,0,13,1,4,0,1,11,2,0,9,5,2,19,0,0,0,0,0,0,0,0,0,0,0,0,4,0,4,2,4,9,2,2,2,0,2,0,2,2,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,73,0,0,0,0,2,4,0,0,0,10,2,0,0,2,0,1,0,0,0,4,28,29,0,2,0,0,0,0,0,0,7,1,0,1,15,19,27,1,57,0,1,0,72,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,1,6,4,0,3,0,3,0,13,3,0,0,0,3,0,2,0,3,8,2,3,0,2,11,3,2,0,0,0,0,5,2,35,3,0,2,1,0,0,2,4,5,2,1,0,1,2,7,1,0,0,2,0,0,0,0,0,0,0,0,2,58,17,21,0,108,3,5,8,4,0,0,1,4,0,0,0,0,0,0,0,0,0,0 +452000,1,3,0,0,1,1,3,2,0,0,1,1,0,2,3,0,0,0,0,0,0,15,0,0,213,123,4,0,51,10,11,25,82,565,79,542,0,0,1,2,0,1,0,2,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,0,0,0,2,0,1,0,0,2,2,0,0,0,1,8,1,20,3,3,0,0,3,0,0,0,0,1,4,0,0,0,0,0,0,0,4,17,4,4,0,5,0,0,0,1,0,1,0,1,0,0,1,1,0,1,1,0,0,2,1,1,0,1,0,1,2,0,0,0,0,0,2,2,0,0,5,0,0,0,0,0,0,3,0,1,3,0,0,21,17,5,10,9,1,22,3,0,0,0,0,0,0,10,0,0,4,23,2,7,1,3,19,6,0,17,10,2,35,0,0,0,0,0,2,0,0,2,0,0,0,5,2,5,3,7,17,5,3,2,0,5,2,3,3,0,0,0,0,0,72,2,0,0,0,0,0,0,5,0,5,0,0,0,2,2,15,0,0,0,0,317,0,0,0,0,5,1,0,0,0,8,2,0,0,2,0,1,0,0,0,5,51,54,0,6,0,0,0,0,0,0,19,2,0,1,63,46,69,6,179,0,2,0,229,4,2,2,4,2,1,0,0,3,1,2,0,0,0,3,2,0,11,2,6,25,19,1,11,0,13,0,46,21,3,3,0,10,1,3,1,11,29,3,10,3,4,33,9,4,1,0,1,1,14,3,135,10,3,3,4,0,0,135,16,24,6,5,1,6,7,31,9,2,4,6,2,0,0,0,4,4,0,0,6,241,201,259,71,362,6,8,18,13,2,1,4,13,2,1,0,0,3,0,0,0,0,0 +4A0000,8,43,5,3,9,10,4,18,5,6,1,1,1,13,87,1,0,0,1,1,1,459,3,1,6825,5511,371,0,1013,1112,809,320,2979,22056,4895,19604,1,1,3,44,0,3,1,3,1,1,1,0,0,0,1,0,8,2,0,0,1,0,0,1,1,1,0,0,0,1,9,11,8,1,1,0,13,0,2,1,1,17,18,0,1,0,4,18,3,54,4,20,1,2,8,2,1,2,0,10,26,0,0,0,0,0,0,0,19,115,24,8,0,29,0,0,0,3,3,4,1,6,2,0,11,2,1,1,5,3,3,20,5,10,0,5,0,5,19,0,1,1,0,0,14,12,0,0,29,3,1,0,0,4,5,18,2,6,7,0,0,80,130,26,34,63,1,125,7,0,2,0,0,0,1,27,0,0,9,157,14,45,5,20,128,35,1,110,67,15,242,0,0,1,0,0,3,3,3,10,1,1,0,34,7,34,20,40,115,30,23,17,0,28,10,16,21,0,0,0,0,0,476,4,1,1,1,0,0,0,61,0,11,0,1,0,3,3,100,0,0,0,0,1665,0,122,0,0,57,530,0,43,1,912,437,60,0,13,30,79,1,0,1,22,397,419,0,40,2,0,0,0,0,1,106,10,0,7,336,900,382,425,1622,4,17,473,1644,83,9,32,370,9,2,0,0,28,7,9,0,0,0,14,5,1,62,9,30,127,93,4,57,0,68,0,73,73,10,17,0,63,6,15,6,64,161,17,53,13,19,193,51,24,6,0,4,6,65,14,404,37,11,12,18,2,2,167,106,155,42,31,8,67,46,173,76,19,20,26,8,0,3,3,545,16,6,4,314,1289,1462,1848,595,1737,28,62,222,67,13,4,17,85,14,5,0,7,23,0,0,4,0,4 +481000,21,116,14,9,17,18,37,18,5,11,1,1,20,25,11,5,5,10,8,7,49,528,139,4,153,48,42,21,33,105,72,167,101,248,46,209,38,40,71,56,9,43,9,129,25,45,6,6,14,8,11,10,205,40,3,21,49,2,2,27,23,42,25,24,10,38,19,126,127,7,18,25,30,19,149,54,102,31,3,7,4,14,30,38,10,48,138,58,7,53,28,4,13,3,6,20,67,8,19,23,15,6,3,12,56,19,16,43,2,43,13,3,13,24,5,7,19,52,4,3,15,25,18,34,41,2,19,5,29,27,4,16,3,2,13,3,3,4,4,3,4,8,8,7,4,1,18,7,2,21,101,148,23,23,7,7,22,40,38,39,47,27,75,91,136,64,30,17,6,70,97,24,11,6,7,82,8,8,6,14,32,13,19,50,113,10,3,9,15,48,4,8,47,61,20,55,64,15,59,11,7,36,27,75,55,45,15,8,300,149,29,209,61,28,29,26,37,42,142,28,35,7,18,24,42,21,17,5,27,20,13,11,63,28,173,38,15,9,9,434,18,29,4,3,3,90,5,8,46,223,217,26,33,20,9,66,15,8,46,20,90,30,7,63,106,21,4,52,24,23,264,36,10,31,2773,144,70,280,555,6,28,194,1403,24,2,651,306,99,173,274,71,111,393,136,47,55,57,332,272,152,867,19,110,1855,1705,768,1208,40,631,77,1018,278,121,233,76,1037,191,797,1018,823,1759,128,1188,200,588,705,197,85,402,346,74,148,569,298,638,241,854,374,402,51,881,132,1065,310,180,156,87,195,109,454,334,49,150,115,115,38,27,76,23,21,14,182,84,173,386,421,83,148,50,56,35,109,16,42,106,2,221,20,0,10183,2191,721,9,53,10,151 +482000,89,592,27,17,14,49,230,202,35,401,22,2,48,188,2056,40,19,22,52,20,39,2228,181,25,223,94,43,11,65,125,180,97,117,470,37,287,239,183,173,138,114,436,176,454,61,44,230,22,43,57,59,39,4205,207,55,119,138,23,19,80,86,190,54,30,62,43,24,163,146,8,30,39,13,18,34,35,73,32,2,9,7,26,52,40,12,72,50,19,3,6,15,1,2,4,5,10,34,7,11,10,12,8,2,7,33,12,7,48,3,26,2,3,21,3,1,4,6,4,2,1,16,58,8,13,8,1,4,4,2,5,2,3,11,3,9,10,9,11,8,10,14,9,13,8,11,7,25,26,114,2,132,268,22,28,19,15,28,26,22,47,51,41,155,128,60,14,24,2,2,49,14,19,19,29,19,91,18,34,11,18,61,32,6,23,25,7,3,2,14,23,12,23,31,87,118,808,645,393,508,331,121,203,268,139,38,28,39,20,86,43,13,382,228,126,11,72,54,126,139,148,11,20,17,6,30,16,3,2,5,1,3,108,737,422,614,150,79,49,46,194,3,357,57,44,49,995,40,73,227,1502,1001,163,185,52,17,99,7,6,205,91,163,64,12,285,253,108,19,52,72,91,515,46,9,41,151,18,31,8,94,69,246,16,2767,13,9,23,18,7,23,7,2,3,3,2,1,1,2,106,70,4,36,0,3,19,11,5,1,93,10,0,434,16,8,11,9,37,1,3,16,22,111,15,183,11,126,41,34,5,13,37,16,13,15,5,146,23,17,32,45,6,30,19,65,17,87,24,98,37,65,202,37,9,13,29,24,2,8,2,3,2,6,4,32,47,181,221,397,78,3,12,12,9,3,12,6,6,4,8,0,573,536,399,5,3,1385,59 +483000,33,476,14,6,33,35,237,149,20,113,1,2,15,329,165,28,23,21,20,10,22,223,5,14,248,84,16,9,53,57,364,72,69,287,20,271,4,4,6,4,42,35,41,95,23,11,82,9,10,33,8,9,481,39,13,18,18,69,58,18,34,18,8,3,3,3,2,9,10,1,2,5,2,9,5,4,14,5,1,1,1,1,10,3,0,4,3,2,0,1,3,0,1,1,2,2,6,1,2,1,2,1,0,0,3,2,1,2,0,2,0,0,8,1,0,1,4,1,1,0,6,31,1,1,1,0,1,1,1,2,0,1,1,2,7,3,1,1,0,2,14,3,2,4,2,2,6,1,25,1,6,10,1,2,1,0,1,2,4,5,5,4,10,11,15,9,18,1,1,2,2,1,1,2,1,5,1,2,2,3,5,3,1,3,6,1,0,0,14,4,3,6,6,14,80,804,677,437,187,52,54,71,272,88,16,20,10,16,8,4,3,171,58,82,34,7,33,105,37,103,27,14,22,9,3,0,0,0,0,1,1,6,65,34,14,4,2,1,1,11,0,61,6,15,4,22,16,32,53,321,24,6,112,3,2,6,6,3,47,24,10,7,1,36,9,3,2,2,7,3,10,2,1,2,39,19,7,2,24,56,26,13,89,9,106,13,8,2,2,1,1,1,1,1,1,2,0,11,15,2,8,0,0,2,3,1,1,1,0,0,15,6,8,4,0,1,0,2,0,1,38,5,1,4,917,9,1,0,1,47,1,5,4,4,32,8,0,0,22,5,15,14,32,7,35,3,17,8,15,90,18,3,9,5,13,4,3,1,0,1,2,1,20,16,62,101,52,8,1,7,3,10,4,6,6,3,3,4,0,5312,414,364,13,8,101,55 +484000,242,832,102,67,244,141,1633,503,247,742,211,22,79,346,206,91,109,84,58,89,142,421,10,17,929,503,420,322,369,1066,846,1187,1035,2731,536,2014,510,272,360,306,89,378,96,1049,132,135,106,62,52,42,59,59,2525,357,90,259,435,365,283,459,380,365,147,100,90,110,65,399,396,42,64,191,70,96,206,160,176,181,32,51,45,56,160,190,87,308,233,196,29,134,109,11,40,16,44,40,273,33,44,48,61,91,25,30,312,105,80,249,17,151,32,17,87,148,31,61,78,114,18,45,109,199,148,76,130,11,35,29,55,50,24,33,23,26,61,24,39,40,27,33,48,91,69,77,46,23,198,63,23,49,811,1519,219,112,67,58,102,283,159,235,361,284,283,545,527,191,155,57,25,137,120,101,52,78,72,221,182,87,41,55,182,81,113,129,187,30,23,18,127,152,35,64,109,335,176,720,503,349,1011,237,105,428,513,653,1312,1284,454,140,4722,1928,370,422,230,422,224,59,290,523,471,433,271,93,280,164,176,87,147,44,92,123,34,75,692,359,970,333,157,143,79,715,24,3705,111,130,70,522,54,109,191,973,710,128,172,56,54,428,37,66,223,88,266,191,33,282,305,116,32,68,86,103,904,255,40,154,3196,985,1853,3694,4818,305,344,269,3086,78,38,681,399,168,272,276,109,123,146,56,15,14,88,384,646,36,526,17,106,59,100,248,253,128,127,3,150,81,73,113,119,180,30,83,48,183,862,177,900,116,525,482,131,53,116,635,23,87,169,60,450,128,42,65,262,128,223,165,483,221,110,177,106,146,185,1280,322,86,229,236,185,57,20,17,62,50,44,90,391,382,1454,1273,521,565,102,109,110,160,232,77,126,61,64,76,0,7252,770,427,18,22,79,572 +485000,0,0,0,0,0,0,0,0,0,0,0,4,0,0,1,0,0,2,1,1,12,86,39,1,31,7,6,2,3,15,22,31,15,68,5,32,9,9,18,14,2,10,3,30,7,13,1,1,4,3,3,3,51,12,2,3,15,0,0,5,5,12,8,7,3,12,5,35,34,2,5,5,9,5,45,16,27,8,1,1,0,4,8,8,1,9,47,15,2,14,6,1,3,0,1,5,14,2,5,6,4,0,1,3,12,4,3,8,0,11,4,1,4,0,0,0,3,11,1,0,2,4,1,7,8,1,4,1,8,6,1,4,0,0,3,1,0,0,0,0,0,1,2,0,1,0,3,1,0,6,10,2,0,4,1,1,4,5,7,7,5,2,17,15,10,6,3,1,0,16,22,4,2,0,0,21,1,1,1,3,8,3,5,12,57,3,0,2,4,14,1,1,13,15,4,16,4,4,1,0,1,4,3,12,8,5,1,1,46,28,4,65,17,1,5,7,7,7,37,4,8,0,3,2,7,4,1,1,6,4,3,3,12,4,46,7,4,2,3,119,5,4,1,0,0,1,0,2,12,41,18,2,3,1,0,4,4,0,7,3,7,2,0,10,22,3,1,14,5,3,58,7,3,6,329,33,4,3,80,1,328,0,1,0,1,2,0,1,35,61,15,25,171,35,13,16,15,112,106,46,441,6,27,989,838,320,340,240,418,26,544,162,42,71,0,543,98,406,322,265,791,37,1180,87,252,208,100,23,120,109,53,48,186,96,126,134,456,189,118,179,281,43,707,77,48,44,17,54,26,656,424,10,36,21,30,7,10,1502,4,1,11,13,25,65,136,156,18,29,11,13,8,28,6,11,24,0,103,8,0,59,3,0,6,22,6,32 +486000,9,87,8,6,7,13,19,8,3,3,3,3,5,2570,11,6,2,6,4,3,5,2812,5684,2,30,13,7,5,14,14,27,22,31,50,8,38,1,2,1,1,1,2,2,2,0,0,2,0,0,0,1,0,12,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,0,0,0,0,0,1,0,0,1,0,0,0,0,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,3,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,0,0,0,0,1,1,1,2,1,0,0,0,1,0,0,1,5,1,3,1,1,1,3,1,0,0,3,1,3,0,0,0,1,3,3,1,0,1,0,1,3,1,0,0,0,0,1,8,5,4,1,0,0,0,15,0,5796,19,13,24,54,6,9,21,57,22,10,42,1,1,2,0,1,14,6,8,2,8,18,2,1,0,1,3,1,6,1,0,1,33,6,5,4,16,231,52,53,312,36,30,11,45,3,1,0,0,0,1,0,0,0,0,2,2,0,1,0,0,4,6,1,0,0,0,0,5,8,1,0,0,1,0,1,1,0,3,0,1,0,3,7,1,0,1,14,1,1,1,1,36,1,0,0,11,0,4,6,5,2,3,2,2,2,2,35,11,1,2,2,4,0,0,1,0,1,1,1,5,10,13,12,1,5,0,2,0,2,0,8,2,5,2,5,0,173,16,19,265,0,1205,1238 +48A000,0,0,0,0,0,0,0,0,0,0,0,311,7,2,2,1,0,73,0,0,1,2253,132,3,0,0,0,0,0,0,0,0,2,0,0,0,8,20,120,41,5,0,4,35,262,8,9,1,0,2,10,1,7,9,2,9,7,0,0,2,9,2,0,15,0,0,0,0,0,0,0,0,0,0,3,0,7,0,0,0,0,0,1,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,4,0,0,0,0,27,0,0,0,8,0,2,12,33,0,0,0,5,3,7,0,0,2,0,2,0,21,0,85,0,0,0,0,0,7,2,3,0,0,0,0,0,13,0,19,0,0,3,0,6,60,11,0,0,93,107,0,12,2,1,1,0,0,0,1,0,12,3,7,0,0,0,0,0,2,2,1,0,0,5,8,5,1,2,18,8,26,45,0,2,9972,623,294,1184,3529,14670,836,4888,9809,168,131,7578,5603,633,463,513,158,178,75,220,33,1,5,60,54,19,932,10,229,205,15,1111,1323,30,377,0,0,99,49,153,513,543,87,149,53,996,318,103,900,78,2187,932,130,51,160,93,17,16,680,46,52,190,102,148,312,0,2,141,344,130,70,183,154,103,132,954,85,113,141,245,12,73,231,35,41,411,6,68,184,58,77,77,4,117,59,32,22,80,4,35,245,7,117,19,0,0,13,98,60,0,60,1784 +492000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,13854,625,394,1376,4394,0,5,1352,12346,242,24,7249,2814,1261,640,710,220,252,104,306,46,0,0,8,0,23,1278,15,316,284,0,1534,1826,5,521,0,0,138,67,202,732,746,119,202,60,1445,440,144,1198,110,302,1241,163,71,51,14,23,22,942,63,85,260,140,203,204,33,90,201,473,179,97,183,214,117,182,1320,118,156,194,339,16,99,15,42,54,232,8,0,57,51,107,106,5,120,83,45,30,110,7,48,455,283,191,36,0,2,2,165,0,5,0,209 +493000,135,131,53,54,37,44,48,28,52,34,0,0,0,3,3,1,0,88,0,0,0,338,56,72,0,0,0,0,0,0,0,0,0,0,0,0,49,57,66,99,23,57,12,60,19,33,8,9,9,4,12,5,98,43,15,6,40,2,4,17,23,72,58,25,8,72,40,102,133,11,18,24,33,34,164,82,82,65,8,17,18,14,53,27,8,26,20,60,9,49,33,4,13,5,10,13,51,31,15,42,29,14,5,9,31,22,11,45,4,47,15,6,19,12,10,19,25,35,5,6,13,52,22,16,57,3,9,3,123,12,5,9,5,6,23,8,5,8,6,5,9,20,15,25,6,3,18,22,3,26,62,97,14,18,0,15,19,66,60,47,73,25,74,76,174,64,82,14,18,14,57,19,8,5,6,45,24,27,7,18,35,22,14,147,163,18,24,44,32,67,17,23,93,172,11,14,13,5,2,2,0,45,36,50,23,13,5,11,77,73,20,145,39,23,9,5,16,39,97,61,72,11,59,34,72,35,23,28,63,52,18,7,86,49,116,39,21,12,13,523,29,101,28,32,24,7,7,9,45,71,55,18,12,9,14,231,23,17,30,13,34,45,8,68,51,23,6,19,13,14,221,39,8,37,14391,1659,5176,11642,10987,19,0,548,3684,68,4,1990,806,4294,235,242,80,84,112,104,17,48,10,158,40,11,463,12,108,0,0,429,510,2,144,0,87,44,24,63,202,264,47,69,26,412,157,43,358,36,189,367,52,21,22,8,34,19,330,53,81,97,328,82,87,0,1,50,135,105,56,100,76,67,63,645,80,57,65,97,34,37,13,27,57,73,10,10,67,174,498,325,777,120,39,26,32,86,13,37,110,0,40,14,0,497,234,0,0,0,0,151 +511110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,16,1,16,0,132,0,2,0,1,0,0,0,0,2,287,0,0,0,6,1,0,0,0,1,0,0,2,11,1,0,0,0,0,0,0,0,1,1,0,0,0,2,2,2,2,12,9,0,31,0,26,0,0,0,26,24,0,1,2,0,4,0,0,0,0,0,2,36,5,2,0,0,0,0,0,0,0,0,9,21,0,0,0,0,0,0,0,0,0,3,0,1,0,2,1,1,0,0,0,1,0,0,3,1,0,0,28,0,0,0,0,0 +511120,2,7,1,1,1,2,0,8,1,2,0,0,0,0,0,0,0,0,0,0,0,10,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,2,0,0,0,0,0,0,3,0,0,0,0,0,0,1,1,0,0,0,0,1,0,1,7,1,1,0,0,0,3,0,1,0,0,0,0,0,2,0,0,6,0,2,0,2,1,0,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,9,1,3,3,8,0,0,0,0,0,0,5,0,1,1,1,0,0,0,0,1,0,0,0,0,0,0,0,2,0,2,0,0,1,2,0,2,0,1,1,0,0,0,0,0,0,0,2,0,0,3,2,0,1,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,1,2,0,0,0,1,1,0,0,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,5,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,3,2,0,0,0,0,0,0,0,0,0,7,0,3,1,0,0,1,1,0,0,0,0,1,214,11,17,1,152,5,4,0,22,0,0,20,7,17,67,594,25,50,117,10,1,1,3,40,53,4,37,46,5,117,46,27,57,45,2,5,28,19,1,3,34,115,42,40,38,249,230,21,760,101,1044,59,26,7,188,144,8,14,57,9,59,33,49,20,6,23,64,149,169,41,15,35,18,31,23,97,63,3,279,253,3,1,3,4,1,0,2,8,10,42,21,25,3,18,5,8,3,33,0,48,101,27,63,10,0,5,96,0,0,0,0,1 +511130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,254,0,4,0,0,0,0,1,1,0,1,10,0,13,19,6,3,0,0,0,2,1,0,0,0,80,2,0,0,9,7,0,2,0,23,2,0,0,12,4,0,0,2,0,1,1,0,0,0,2,8,50,31,2,0,630,0,3,2,6,8,0,15,4,2,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,1,3,141,2,1,0,0,92,0,0,1,0,1 +5111A0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,3,1,0,38,0,0,0,4,0,0,2,0,0,81,90,50,1439,8,5,3,0,0,1,0,1,7,4,46,2,4,37,34,55,16,0,0,0,0,1,359,110,5,2,38,38,49,31,746,31,99,127,47,12,2,90,15,2,261,3,3,95,18,47,3,21,4,34,15,7,8,23,2,18,23,25,5,1,14,8,0,2,1,2,2,9,0,0,3,2,1,4,0,5,1,0,0,5,0,1,384,56,13,3,0,101,162,0,0,361,0,369 +511200,0,3,1,1,1,1,1,1,0,0,1,1,0,13,0,0,0,0,0,1,1,49,75,0,18,7,4,5,8,10,12,10,13,51,5,24,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0,0,3,1,0,1,1,0,0,0,1,1,0,1,0,1,1,2,2,0,0,0,1,0,1,1,1,2,0,0,6,0,1,2,0,1,1,2,1,2,1,0,0,0,0,1,2,1,1,1,1,1,0,1,2,1,1,2,0,2,1,0,1,2,4,1,3,4,1,1,1,3,1,4,14,1,2,0,2,1,1,1,3,0,1,0,0,0,0,0,1,0,1,1,0,0,1,0,0,1,0,1,1,1,0,0,0,0,7,1,4,0,1,2,43,3,11,2,1,2,7,1,0,0,1,2,1,1,1,1,1,1,1,2,4,1,2,1,1,1,0,0,1,5,0,0,0,0,0,0,0,1,1,1,1,0,0,0,1,2,0,2,1,0,0,0,0,1,1,0,1,0,0,0,1,1,1,0,1,1,1,0,1,0,1,0,0,0,0,29,1,3,0,0,0,0,0,0,2,2,2,1,0,0,0,13,1,1,1,1,1,2,0,2,1,1,0,0,1,1,4,1,1,1,285,34,3,28,93,8,37,0,1,1,0,1,2,12,98,96,35,50,21836,4,15,6,15,86,30,36,443,6,75,74,76,213,222,31,66,2,81,2,2,1,40,587,136,411,192,253,1089,56,340,129,542,155,185,19,9,638,21,22,79,68,73,33,108,55,2,19,75,103,250,15,13,13,8,10,7,347,26,3,16,7,4,2,2,4,5,3,1,3,3,9,4,3,0,21,9,14,2,7,1,3,10,21,10,11,0,1445,1196,12,0,0,0,49 +512100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,4,0,0,1,21,0,0,1,0,0,4,0,0,0,0,0,4,106,12189,0,694,10760,22818,18,1,8,0,0,12,0,0,9,0,1,0,20,0,1,1,0,11,6,10,5,4,6,2,33,1,9,611,200,4,0,0,1,1,7,3,18,18,1,7,0,0,2,52,16,7,4,4,0,2,2,9,1050,2,483,80,109,1,1,1,0,0,1,5,22,6,45,96,13,5,1,2,1,8,0,4,84,28,16,2,0,1887,28,0,0,0,0,0 +512200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,378,747,194,159,519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,538,0,0,0,148,0,0,0,0,0,1,0,0,0,347,114,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,465,0,0,0,3,107,59,148,26,0,0,0,0,0,0,0,0,299,0,1,0,10,110,0,0,7,0,7 +515100,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6798,9,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,4,0,0,1,0,1 +515200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5527,17301,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +517110,7,21,3,4,5,4,2,21,6,5,5,0,0,230,14,5,6,22,16,26,74,111,55,31,234,166,66,45,107,138,76,199,173,539,79,409,36,30,41,35,12,32,9,74,18,26,7,5,12,5,5,6,70,30,7,10,28,0,4,14,21,26,32,16,8,22,27,89,99,11,13,12,19,21,130,48,49,53,3,7,6,14,34,21,5,31,48,91,14,67,35,19,8,1,10,13,33,16,21,23,27,7,5,8,24,32,23,54,2,42,18,6,18,37,13,21,52,91,12,12,36,76,30,126,123,4,25,10,26,34,12,28,8,2,22,7,4,2,0,2,5,10,16,33,4,1,12,22,4,33,14,15,6,15,5,4,11,14,27,19,21,12,24,46,115,65,38,17,9,30,37,13,6,4,8,24,134,10,5,8,28,9,11,67,72,12,8,16,10,31,6,11,54,93,15,19,13,10,25,4,10,35,24,50,32,15,8,15,70,54,23,137,28,17,19,9,22,42,105,20,35,2,30,9,38,20,15,11,29,36,11,6,35,21,122,29,12,7,10,276,24,84,19,15,7,5,10,6,35,85,33,8,8,6,7,169,34,13,21,14,29,20,9,46,44,19,4,8,14,14,176,16,8,24,6042,858,416,415,4110,680,2,304,822,101,45,180,139,434,273,246,84,67,460,90,384,345,57,38431,19561,5665,1922,93,374,388,1748,4466,2437,1128,1316,77,5641,194,106,124,936,3127,1208,959,829,861,1679,251,965,220,714,1175,891,141,414,3617,334,181,1423,519,1231,340,660,773,183,68,791,659,1636,459,433,400,264,298,204,3592,429,219,441,209,216,73,44,163,172,58,27,100,235,556,864,788,88,519,394,246,116,354,79,131,298,537,275,413,0,3514,1439,370,25,361,25,465 +517210,11,34,4,5,9,5,4,33,9,8,2,0,0,57,3,1,1,6,4,6,23,126,38,2,114,68,30,21,45,64,37,95,79,212,35,177,10,10,16,14,4,11,3,28,6,10,2,2,5,2,2,2,31,11,1,3,12,0,1,4,7,9,10,7,3,10,8,34,36,3,5,4,7,7,50,17,21,16,1,2,1,5,10,8,1,11,30,28,4,23,11,5,4,1,3,5,13,5,6,8,8,1,1,3,10,9,7,16,1,15,6,1,6,15,1,6,15,30,3,3,11,21,8,22,11,2,8,2,10,11,3,8,3,1,7,2,1,0,0,1,2,2,4,8,2,0,4,6,1,10,7,5,1,4,1,1,4,5,9,6,6,4,12,16,28,16,16,2,2,12,16,4,2,1,2,12,35,3,2,4,9,3,4,20,35,4,2,5,4,12,1,3,18,27,5,10,4,3,8,1,3,8,6,15,11,5,2,4,31,20,6,54,13,4,6,4,7,12,38,6,11,1,9,3,11,6,4,3,9,10,3,2,12,6,46,8,5,2,3,114,8,24,5,4,2,1,3,2,13,36,14,3,3,2,1,62,10,4,8,4,10,6,3,15,18,5,1,7,5,4,61,6,2,7,2975,344,209,182,1998,173,8,119,415,37,19,59,76,178,99,94,43,44,260,61,218,143,30,156,3120,294,682,23,25,422,958,1511,730,54,741,13,2378,97,61,81,471,1327,469,570,639,520,1127,141,662,137,316,522,364,75,221,1475,156,81,722,332,580,167,501,405,149,35,340,225,1012,272,246,157,144,157,89,1034,256,85,177,82,113,30,18,58,82,18,16,17,84,192,313,317,204,221,15,8,55,173,46,43,191,17,94,104,0,2106,1651,21,3,22,4,69 +517A00,1,6,1,1,1,1,1,3,1,1,1,0,1,15,1,0,0,1,1,2,5,31,20,2,35,15,8,6,12,17,11,22,21,50,9,45,2,2,3,2,1,2,1,5,1,2,1,1,1,1,1,1,4,2,0,1,2,0,0,1,1,1,2,1,1,1,1,6,7,1,1,1,1,1,9,3,4,4,0,1,1,1,2,1,0,2,4,6,1,4,2,1,1,0,1,1,2,1,1,1,2,1,0,1,1,2,1,4,0,3,1,1,1,3,1,2,3,6,1,1,3,6,2,7,7,1,2,1,2,3,1,2,1,0,2,1,0,0,0,0,0,1,1,2,0,0,1,2,0,2,1,1,1,1,1,0,1,1,2,1,1,1,2,3,7,4,2,1,1,2,2,1,1,0,1,2,9,1,0,0,2,0,1,5,5,1,1,1,1,2,1,1,4,6,1,1,1,1,2,0,1,2,1,3,2,1,1,1,5,3,1,9,2,1,1,1,1,3,7,1,2,0,2,1,3,1,1,1,2,3,1,1,2,1,8,2,1,1,1,19,2,4,1,1,0,0,1,1,2,6,2,1,1,1,1,12,2,1,1,1,2,1,1,3,3,1,0,1,1,1,12,1,1,2,854,92,50,56,532,127,63,28,109,11,4,17,16,49,26,22,12,11,101,17,47,32,6,277,324,266,226,10,37,75,193,464,225,85,151,4,524,19,13,16,140,320,143,122,100,122,257,33,154,36,112,122,98,15,46,349,43,17,190,66,135,47,106,100,26,9,62,54,226,64,56,41,36,38,23,331,69,22,44,23,26,7,5,19,20,5,4,9,22,56,75,70,10,54,42,28,14,43,9,18,36,63,21,29,0,258,167,22,3,36,3,79 +518200,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,1,0,1,1,0,2,798,35,0,69,52,18,11,20,27,22,29,44,142,2,67,71,61,112,86,18,75,17,157,35,68,12,8,23,14,19,15,180,77,7,23,70,0,5,30,37,82,58,43,14,66,40,206,186,11,29,35,52,36,49,103,130,69,4,13,7,23,53,71,15,11,50,131,19,124,68,8,22,1,12,45,93,27,44,43,44,21,8,27,76,52,28,93,2,102,28,8,40,14,3,8,22,28,5,4,13,30,11,30,106,4,19,2,58,18,6,12,4,5,34,2,1,2,1,4,8,8,19,18,8,0,24,17,1,56,13,22,7,19,4,6,21,23,71,38,53,12,27,66,367,48,109,15,9,52,163,23,13,4,5,111,15,14,11,22,48,23,27,89,145,16,25,27,18,51,9,14,70,131,28,28,25,22,12,0,11,40,32,100,49,19,8,9,196,185,35,207,106,14,37,2,46,52,113,22,40,5,26,24,48,32,20,11,44,41,25,2,79,38,280,48,24,16,16,301,20,22,32,25,9,7,3,10,65,46,22,16,13,3,4,171,30,12,23,14,26,29,6,52,132,22,4,47,29,23,114,50,18,40,1788,625,584,581,3029,474,0,0,17,6,27,39,7,28,57,32,12,84,92,13,135,61,136,744,343,70,1322,12,273,2095,512,1703,13582,311,842,124,438,9,13,9,40,1387,489,489,126,571,1645,109,1092,50,1181,627,425,17,108,2668,209,139,546,482,482,179,1374,1295,333,0,122,63,411,43,32,64,23,30,12,1494,100,25,46,50,32,20,34,121,55,10,19,17,90,121,305,781,49,137,55,5,22,108,4,11,86,214,382,75,0,22092,1494,58,85,1274,88,1891 +5191A0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,41,2,1,1,0,0,0,0,0,2,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,12,3,4,56,0,0,0,6,0,0,0,0,1,283,26,1,1,10,1,2,4,0,0,0,54,38,2,11,27,3,101,31,4,13,0,6,1,0,1,234,23,19,11,9,9,67,1,176,3,192,6,9,0,0,8,3,1,12,3,2,4,6,7,1,0,1,0,9,3,3,2,2,2,2,24,2,1,2,1,1,1,0,3,3,0,0,5,1,4,4,2,1,3,14,8,1,2,1,3,1,68,41,6,0,425,37,41,41,10,41,19 +519130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,56,65,24,215,0,0,0,0,0,0,1,0,0,23,23,22,19,52,9,2,1,3,80,89,15,93,2,635,86,78,197,378,244,15,38,2,15,5,2,903,449,36,59,174,185,237,55,876,142,379,128,691,34,36,382,78,24,986,116,138,390,180,229,76,148,320,740,97,20,11,6,6,12,7,118,36,5,118,58,5,13,10,51,23,7,3,32,22,74,166,153,20,34,15,12,6,2,6,21,973,51,10,5,0,0,0,0,0,0,6,280 diff --git a/lib/data/data_FAF_modeshare.csv b/lib/data/data_FAF_modeshare.csv new file mode 100644 index 0000000..7acb16d --- /dev/null +++ b/lib/data/data_FAF_modeshare.csv @@ -0,0 +1,364 @@ +Movement.Type,SCTG,Mode.Domestic,Tons,Value +I,1,Truck,52077805.6,82546508500 +I,2,Truck,487840437.7,107861706900 +I,3,Truck,218320036.2,122219394700 +I,4,Truck,158945894.2,45984090300 +I,5,Truck,25563139.3,87632625200 +I,6,Truck,35858598.1,46510903100 +I,7,Truck,264181255.5,225501540400 +I,8,Truck,54346024.9,109944257300 +I,9,Truck,1924993,39710674500 +I,10,Truck,25227570.5,3001440900 +I,11,Truck,423953507.7,4315070600 +I,12,Truck,1424736841.6,13853426700 +I,12,Rail,34805999.2,281572000 +I,12,Multiple,8246744.9,71627200 +I,13,Truck,80790013.4,3791418300 +I,14,Truck,4145506.3,3301575100 +I,15,Truck,166643895.4,8361187600 +I,17,Truck,447115231.8,415961541700 +I,18,Truck,344695406.1,315956187900 +I,19,Truck,224528809.1,125146333900 +I,19,Rail,13611995.6,4330316900 +I,20,Truck,76359966.3,54555940500 +I,20,Multiple,908034.2,1912714200 +I,21,Truck,4307796.5,114096061100 +I,21,Multiple,521455.6,74360355300 +I,22,Truck,69516300.9,34501865500 +I,23,Truck,27481996.6,75096845800 +I,23,Multiple,295197,5190912100 +I,24,Truck,39069159.7,119428712900 +I,24,Multiple,1140483.8,7147124400 +I,25,Truck,275129859.7,8902186000 +I,26,Truck,186714474,70330748000 +I,26,Rail,1417122.3,313342700 +I,26,Multiple,1703338.8,315288500 +I,27,Truck,22956825.7,27802544900 +I,27,Rail,1413747.2,971281800 +I,28,Truck,27168142.3,41063062300 +I,28,Rail,79639.8,46251400 +I,28,Multiple,56924.5,924759400 +I,29,Truck,14713592.9,43505859600 +I,29,Multiple,242375.6,4680966400 +I,30,Truck,12284625.3,81620516900 +I,30,Multiple,192117.8,8407266600 +I,31,Truck,661206676.2,88306406200 +I,31,Rail,7902855.9,576237200 +I,31,Multiple,1451178.2,777304400 +I,32,Truck,75592101.7,107878124700 +I,32,Multiple,554836.6,1587720000 +I,33,Truck,35794657.6,98241849900 +I,33,Rail,874659.5,1167235000 +I,33,Multiple,220041.4,7339117400 +I,34,Truck,40815834.7,215353044700 +I,34,Multiple,346590.6,19808865300 +I,35,Truck,18895076.4,218627236000 +I,35,Multiple,380926.9,35579524600 +I,36,Truck,34227027.2,256007982100 +I,36,Rail,66414.8,543780200 +I,36,Multiple,524206,15468307900 +I,37,Truck,1251624.7,88741020200 +I,38,Truck,1439349,33517462200 +I,38,Multiple,1059048.7,11657505500 +I,39,Truck,32376425.8,153076837000 +I,39,Multiple,32232.9,655383200 +I,40,Truck,31861011,83312088700 +I,40,Multiple,265455.7,12649792100 +I,41,Truck,417571894.5,19994307500 +I,41,Rail,6136318.4,1482286500 +I,41,Multiple,1487724.3,516823100 +I,43,Truck,145032735.9,458324614300 +I,43,Multiple,810869.7,16617464400 +X,3,Truck,169866723.5,123818426600 +X,5,Truck,58439151.4,198618057800 +X,7,Truck,295311318.2,333129065600 +X,19,Truck,123752094.7,143684158200 +X,19,Pipeline,1552809647.8,384553751500 +X,20,Truck,99032209.9,111844760200 +X,20,Rail,73559951,47973228000 +X,21,Truck,9810038.1,317382672400 +X,21,Multiple,1408709.1,248362163800 +X,23,Truck,64805686.3,199293831700 +X,24,Truck,81450291.6,275243716500 +X,25,Truck,10094069.4,1743581700 +X,26,Truck,136868846.8,78072135900 +X,28,Truck,43285952.7,72958570300 +X,29,Truck,20268633.7,65431121200 +X,29,Multiple,2361089.2,42833359300 +X,30,Truck,24487554,250177085700 +X,30,Multiple,3046939.2,105061315500 +X,31,Truck,204473506.1,87599486000 +X,32,Truck,169699668.5,270972164800 +X,33,Truck,63845090.2,183510894700 +X,33,Multiple,4154170.8,39863513400 +X,34,Truck,38591384.9,367184305800 +X,34,Multiple,2550140.2,86352011000 +X,35,Truck,27823120.9,382253210600 +X,35,Multiple,3423113.6,259604671600 +X,36,Truck,73979737.4,492860725700 +X,36,Multiple,8606368.4,123591914000 +X,38,Multiple,1565661.2,130316514500 +X,39,Truck,23928675.3,118128337200 +X,39,Multiple,898633.9,10073199100 +X,40,Truck,49463636.4,242012774400 +X,41,Truck,108091601.3,36357071600 +X,43,Truck,228985550.4,847169442500 +X,43,Multiple,4666242.3,62193394000 +X,1,Truck,46538993.8,79277273900 +X,2,Truck,188413959.7,43447722900 +X,3,Multiple,14188687.5,11635603100 +X,4,Truck,103259297.4,58091151500 +X,6,Truck,57056851,93634684800 +X,8,Truck,34800757.8,56865468300 +X,9,Truck,990365.9,26132119500 +X,9,Multiple,53542.1,1668717000 +X,11,Truck,88603096.8,2102680100 +X,12,Truck,157129744.3,2533988000 +X,13,Truck,34236435.3,6111334800 +X,15,Truck,36977134.2,2242539400 +X,15,Rail,573315113.1,17532654000 +X,17,Truck,111569644.1,102470722200 +X,18,Truck,81685773.5,71545812600 +X,22,Truck,45682888.7,23178143200 +X,23,Multiple,3483194.3,30750992500 +X,24,Multiple,9167900.9,42679687000 +X,26,Multiple,9275373.5,4518200900 +X,27,Truck,58668924.3,63961335800 +X,27,Rail,17011770.5,11531179800 +X,27,Multiple,6113051.5,5340493700 +X,28,Multiple,1325988.3,6913088100 +X,31,Multiple,14371372.3,9947830200 +X,32,Rail,27983913.4,23492086300 +X,32,Multiple,12738333.9,18925741700 +X,37,Truck,2993445.3,54084242400 +X,37,Multiple,486906,38142515300 +X,38,Truck,3307799.6,91970629000 +X,40,Multiple,4226424.8,160838636200 +X,41,Multiple,7512562,3072000600 +X,20,Air,78761.3,847702600 +X,24,Air,50800.3,1018082900 +X,7,Multiple,14893530.1,17930674800 +X,33,Air,42893,1242842300 +X,21,Air,61220.1,18859376500 +X,24,Rail,31844451.3,41138888000 +X,30,Air,84437.3,3082177400 +X,35,Air,256802.5,33910815000 +X,6,Multiple,3747416.1,3170595200 +X,38,Air,151251,21671440000 +X,8,Multiple,4475414.1,5219246400 +X,19,Rail,27123581.2,20287930700 +X,4,Multiple,6001296.4,4531124000 +X,40,Air,114910.5,9467578600 +X,13,Rail,16665385.4,1090212300 +X,14,Truck,3905693.4,8413344500 +X,41,Rail,18507221,6621340900 +X,19,Multiple,3092744.3,1908647400 +X,20,Multiple,1158057.7,10790560100 +X,31,Rail,23086521.4,2420511300 +X,3,Rail,16975474.5,8917125900 +X,11,Rail,14494080.9,1053071300 +X,36,Air,212846.3,6394020300 +X,7,Rail,39490405.2,23472390400 +X,17,Rail,15176177.7,10316231800 +X,17,Multiple,8683223.3,6249313800 +X,22,Rail,28555796.1,12940980200 +X,25,Multiple,24162.8,34057100 +X,36,Rail,2161512.3,20965357600 +X,4,Rail,15729070,5351525300 +X,34,Air,89517.9,6578463700 +X,5,Multiple,257364.9,1284535500 +X,2,Rail,123381466.4,32121195800 +X,37,Air,79441.5,22768423000 +X,23,Air,28651.1,856268000 +X,29,Air,61408.3,923258900 +X,14,Rail,30814188.8,2598529700 +X,26,Rail,12797325.7,4605022500 +X,1,Multiple,7284.6,83873100 +X,28,Rail,2906160.3,1875322000 +X,23,Rail,5190595.9,7493984500 +X,32,Air,24185.3,421442600 +X,13,Multiple,3991232,1051961200 +X,28,Air,2788.9,38427800 +I,16,Truck,7379289.5,4514404200 +I,16,Water,4545970.4,2957136900 +I,16,Pipeline,85744851.6,55026856800 +I,18,Pipeline,174812783.8,133298614200 +I,19,Multiple,1946523,1104779600 +I,20,Rail,9816957.6,5668195400 +I,20,Pipeline,20150109.9,16579718900 +I,37,Multiple,26289.8,4240570200 +X,16,Truck,12083482.1,7363389700 +X,16,Water,45925704.3,29898859500 +X,16,Pipeline,210457469.3,130307246900 +X,41,Water,3111690.8,1347579300 +X,17,Water,28648335,26620237000 +X,6,Rail,11290117.2,4853228800 +X,12,Multiple,25154058.9,288361700 +X,19,Water,31944053.8,23225071300 +X,22,Multiple,4439286.9,2141021400 +X,11,Multiple,5126884.9,285579300 +X,10,Truck,4251483.1,1906806400 +X,20,Water,27433800.5,23522848500 +X,12,Rail,36695394.3,707329600 +X,16,Rail,21352050.1,12435517100 +I,3,Rail,3009764.5,1393764100 +I,3,Multiple,3099402.6,1710707900 +I,7,Rail,2413297.2,1514372000 +I,7,Multiple,2763633.3,2316703900 +I,9,Multiple,2064.8,62076600 +I,15,Rail,80788030,3093324600 +I,19,Pipeline,225692992.3,69370289100 +I,23,Rail,482406.3,1003933500 +I,24,Rail,10908770.8,14735965700 +I,27,Multiple,220228.3,431656100 +I,32,Rail,6297308.5,6219855100 +X,37,Rail,1621846.3,3039165600 +X,1,Air,29795,189951600 +X,5,Air,38661.2,434088200 +X,40,Rail,537319.4,673490700 +X,36,Water,6824.6,46990500 +X,37,Water,312833.5,704269000 +X,39,Air,15312.9,151790100 +X,2,Water,18083468,5022921100 +X,8,Rail,5565912.8,4576067900 +X,15,Water,40426201.1,1936029000 +X,13,Water,7955891,148200400 +X,32,Water,3512067.6,1761447700 +X,14,Multiple,14360361.8,1276470000 +X,27,Air,2990.5,63826700 +X,31,Air,8939.7,276740100 +X,30,Rail,213290.2,796707000 +X,33,Rail,3428156,3793887200 +X,25,Rail,498265.3,223452000 +X,8,Air,954.3,3266800 +I,3,Water,1235127.8,602139100 +I,4,Water,2326.6,100 +I,5,Water,24281,71952000 +I,5,Air,2390.5,17275000 +I,5,Multiple,71720.5,233784400 +I,6,Air,1930.7,8e+06 +I,6,Multiple,96476.2,88582300 +I,7,Water,86388,81367700 +I,7,Air,4435.1,12140000 +I,8,Water,116.6,100 +I,8,Multiple,95063.2,231572600 +I,13,Rail,677947.6,109192300 +I,13,Multiple,250461.8,112054800 +I,17,Rail,5654807,4512361500 +I,17,Water,27368099,26501058500 +I,17,Pipeline,248976493.9,228524480200 +I,18,Rail,4348687.8,3233492500 +I,18,Water,97123588,64197039000 +I,18,Air,32001,59836000 +I,21,Air,64.1,1.04e+08 +I,22,Multiple,2224962.7,999951100 +I,24,Water,175.5,5209700 +I,32,Air,276.3,306600 +I,33,Water,0.2,10998000 +I,34,Water,283.1,10338000 +I,35,Air,972.6,50799000 +I,36,Water,0.6,2001000 +I,36,Air,650.4,26633000 +I,39,Air,202.8,1992400 +I,43,Water,12602.9,13220000 +X,6,Air,1417,9628800 +X,4,Air,273261,136580300 +X,26,Air,8982,58251900 +X,7,Air,12758.6,81131300 +X,3,Air,19960.2,130021500 +X,5,Water,85089.2,430672500 +X,7,Water,788989.1,610176700 +X,22,Water,7332804.1,2898728100 +X,28,Water,22709.6,56233300 +X,39,Water,1275.6,3888300 +X,3,Water,12154285.1,5917957500 +X,23,Water,29674.6,70164700 +X,24,Water,17836.4,60825900 +X,26,Water,21624.1,30820600 +X,27,Water,94340.5,74348700 +X,29,Water,528.3,3750000 +X,30,Water,2141.3,87942400 +X,31,Water,6349783.8,621635300 +X,33,Water,48146.6,65707100 +X,34,Water,9474.8,71176700 +X,35,Water,2410.3,88955600 +X,40,Water,2230.8,12545800 +X,43,Water,345868.4,1570913700 +X,8,Water,17405.9,38280300 +I,11,Rail,3210733.6,70840700 +X,39,Rail,73268.6,204990100 +X,14,Air,940.6,1796846100 +X,18,Rail,2897113.2,2332009000 +X,2,Multiple,12540432.2,3432704900 +X,43,Rail,893296.9,1803045000 +X,34,Rail,464181.3,1895860400 +X,18,Multiple,5126110,3522540600 +X,29,Rail,70709.4,126269900 +I,2,Rail,38689107.1,9427642000 +I,2,Water,1893521,531053300 +I,5,Rail,305504.7,483673600 +I,37,Rail,139711,397907200 +I,41,Water,596757.9,180975900 +X,10,Multiple,465211.2,15909500 +X,22,Pipeline,1561618.8,790386200 +X,35,Rail,96281.3,609467500 +I,1,Multiple,204,3781200 +I,11,Multiple,725172.2,7648100 +I,14,Multiple,1390.6,120525000 +I,30,Rail,814,303500 +I,40,Rail,68847,338689100 +X,17,Pipeline,89805283.2,81705914000 +X,41,Air,245.7,116284700 +X,21,Rail,36145.3,138582000 +X,20,Pipeline,4480492.1,2770180000 +X,18,Pipeline,53698275,46117382800 +I,37,Water,817306.7,11959990500 +I,22,Rail,22042134.3,2165575600 +I,39,Rail,403.2,2452300 +X,10,Rail,834741,14833400 +X,5,Rail,103648.6,247852800 +X,18,Water,19691469,15338641300 +I,4,Multiple,174181.7,169281400 +X,17,Air,46.8,269400 +I,12,Water,10782144.9,75365500 +X,15,Multiple,32567626.7,1766142900 +X,11,Water,1363058.1,20147400 +I,18,Multiple,2654610,1803866100 +I,31,Water,750649.5,63544700 +X,38,Rail,1485.2,29339000 +I,6,Rail,2982799.8,750146800 +I,34,Rail,25063.2,166655000 +I,23,Pipeline,183202,64631700 +X,99,Rail,832302.2,212370000 +X,6,Water,1047829.1,334934300 +X,4,Water,630003.2,196033000 +X,25,Water,15002,15162000 +X,12,Water,37613463.9,264589200 +X,21,Water,1796.8,9842500 +I,4,Rail,1460944.7,529604700 +I,25,Rail,34605.9,10012700 +I,19,Water,18826337.3,9970375700 +I,14,Rail,16153678.2,1895616400 +I,8,Rail,104543.9,74825800 +X,14,Water,6437382,628040000 +I,15,Multiple,11487765.7,593851000 +I,35,Rail,13212.5,3760700 +I,99,Truck,434957,144898000 +I,12,Pipeline,418607,42076900 +I,15,Water,17667464.9,919184000 +I,20,Water,15707507,8262804500 +I,22,Water,1468921,265832000 +I,29,Rail,15026,47962000 +I,16,Rail,524503.4,335128400 +I,13,Water,1072127,7834500 +I,17,Multiple,739385.8,623405100 +I,10,Multiple,642.1,276200 +X,99,Truck,10362.3,901900 +I,11,Water,489512,115700 +I,21,Rail,294.3,710600 +I,15,Other,36840671.8,1025910000 +X,13,Pipeline,2509958,179124000 +I,2,Multiple,60590.1,20180800 +I,43,Rail,120836,190972300 +I,22,Pipeline,434117,260550000 +I,25,Multiple,377.6,708700 diff --git a/lib/data/data_commodity_shipmentsizes.csv b/lib/data/data_commodity_shipmentsizes.csv new file mode 100644 index 0000000..0842689 --- /dev/null +++ b/lib/data/data_commodity_shipmentsizes.csv @@ -0,0 +1,177 @@ +SCTG,meanWeight,lowWeight,highWeight,ShipmentCategory +0,5500,1000,9999,"1,000 - 9,999 lbs" +0,30000,10000,49999,"10,000 - 49,999 lbs" +0,75000,50000,99999,"50,000 - 99,999 lbs" +0,1e+05,1e+05,1e+05,"More than 100,000 lbs" +1,5500,1000,9999,"1,000 - 9,999 lbs" +1,30000,10000,49999,"10,000 - 49,999 lbs" +1,75000,50000,99999,"50,000 - 99,999 lbs" +1,1e+05,1e+05,1e+05,"More than 100,000 lbs" +2,5500,1000,9999,"1,000 - 9,999 lbs" +2,30000,10000,49999,"10,000 - 49,999 lbs" +2,75000,50000,99999,"50,000 - 99,999 lbs" +2,1e+05,1e+05,1e+05,"More than 100,000 lbs" +3,5500,1000,9999,"1,000 - 9,999 lbs" +3,30000,10000,49999,"10,000 - 49,999 lbs" +3,75000,50000,99999,"50,000 - 99,999 lbs" +3,1e+05,1e+05,1e+05,"More than 100,000 lbs" +4,5500,1000,9999,"1,000 - 9,999 lbs" +4,30000,10000,49999,"10,000 - 49,999 lbs" +4,75000,50000,99999,"50,000 - 99,999 lbs" +4,1e+05,1e+05,1e+05,"More than 100,000 lbs" +5,300,100,499,100 - 499 lbs +5,5500,1000,9999,"1,000 - 9,999 lbs" +5,30000,10000,49999,"10,000 - 49,999 lbs" +5,1e+05,1e+05,1e+05,"More than 100,000 lbs" +6,5500,1000,9999,"1,000 - 9,999 lbs" +6,30000,10000,49999,"10,000 - 49,999 lbs" +6,75000,50000,99999,"50,000 - 99,999 lbs" +6,1e+05,1e+05,1e+05,"More than 100,000 lbs" +7,5500,1000,9999,"1,000 - 9,999 lbs" +7,30000,10000,49999,"10,000 - 49,999 lbs" +7,75000,50000,99999,"50,000 - 99,999 lbs" +7,1e+05,1e+05,1e+05,"More than 100,000 lbs" +8,5500,1000,9999,"1,000 - 9,999 lbs" +8,30000,10000,49999,"10,000 - 49,999 lbs" +8,75000,50000,99999,"50,000 - 99,999 lbs" +8,1e+05,1e+05,1e+05,"More than 100,000 lbs" +9,300,100,499,100 - 499 lbs +9,625,500,749,500 - 749 lbs +9,5500,1000,9999,"1,000 - 9,999 lbs" +9,30000,10000,49999,"10,000 - 49,999 lbs" +10,5500,1000,9999,"1,000 - 9,999 lbs" +10,30000,10000,49999,"10,000 - 49,999 lbs" +10,75000,50000,99999,"50,000 - 99,999 lbs" +10,1e+05,1e+05,1e+05,"More than 100,000 lbs" +11,5500,1000,9999,"1,000 - 9,999 lbs" +11,30000,10000,49999,"10,000 - 49,999 lbs" +11,75000,50000,99999,"50,000 - 99,999 lbs" +11,1e+05,1e+05,1e+05,"More than 100,000 lbs" +12,5500,1000,9999,"1,000 - 9,999 lbs" +12,30000,10000,49999,"10,000 - 49,999 lbs" +12,75000,50000,99999,"50,000 - 99,999 lbs" +12,1e+05,1e+05,1e+05,"More than 100,000 lbs" +13,5500,1000,9999,"1,000 - 9,999 lbs" +13,30000,10000,49999,"10,000 - 49,999 lbs" +13,75000,50000,99999,"50,000 - 99,999 lbs" +13,1e+05,1e+05,1e+05,"More than 100,000 lbs" +14,5500,1000,9999,"1,000 - 9,999 lbs" +14,30000,10000,49999,"10,000 - 49,999 lbs" +14,75000,50000,99999,"50,000 - 99,999 lbs" +14,1e+05,1e+05,1e+05,"More than 100,000 lbs" +15,5500,1000,9999,"1,000 - 9,999 lbs" +15,30000,10000,49999,"10,000 - 49,999 lbs" +15,75000,50000,99999,"50,000 - 99,999 lbs" +15,1e+05,1e+05,1e+05,"More than 100,000 lbs" +16,50,50,50,Less than 50 lbs +16,75,50,99,50 - 99 lbs +16,300,100,499,100 - 499 lbs +16,1e+05,1e+05,1e+05,"More than 100,000 lbs" +17,5500,1000,9999,"1,000 - 9,999 lbs" +17,30000,10000,49999,"10,000 - 49,999 lbs" +17,75000,50000,99999,"50,000 - 99,999 lbs" +17,1e+05,1e+05,1e+05,"More than 100,000 lbs" +18,5500,1000,9999,"1,000 - 9,999 lbs" +18,30000,10000,49999,"10,000 - 49,999 lbs" +18,75000,50000,99999,"50,000 - 99,999 lbs" +18,1e+05,1e+05,1e+05,"More than 100,000 lbs" +19,5500,1000,9999,"1,000 - 9,999 lbs" +19,30000,10000,49999,"10,000 - 49,999 lbs" +19,75000,50000,99999,"50,000 - 99,999 lbs" +19,1e+05,1e+05,1e+05,"More than 100,000 lbs" +20,5500,1000,9999,"1,000 - 9,999 lbs" +20,30000,10000,49999,"10,000 - 49,999 lbs" +20,75000,50000,99999,"50,000 - 99,999 lbs" +20,1e+05,1e+05,1e+05,"More than 100,000 lbs" +21,50,50,50,Less than 50 lbs +21,300,100,499,100 - 499 lbs +21,5500,1000,9999,"1,000 - 9,999 lbs" +21,30000,10000,49999,"10,000 - 49,999 lbs" +22,5500,1000,9999,"1,000 - 9,999 lbs" +22,30000,10000,49999,"10,000 - 49,999 lbs" +22,75000,50000,99999,"50,000 - 99,999 lbs" +22,1e+05,1e+05,1e+05,"More than 100,000 lbs" +23,5500,1000,9999,"1,000 - 9,999 lbs" +23,30000,10000,49999,"10,000 - 49,999 lbs" +23,75000,50000,99999,"50,000 - 99,999 lbs" +23,1e+05,1e+05,1e+05,"More than 100,000 lbs" +24,300,100,499,100 - 499 lbs +24,5500,1000,9999,"1,000 - 9,999 lbs" +24,30000,10000,49999,"10,000 - 49,999 lbs" +24,1e+05,1e+05,1e+05,"More than 100,000 lbs" +25,875,750,999,750 - 999 lbs +25,5500,1000,9999,"1,000 - 9,999 lbs" +25,30000,10000,49999,"10,000 - 49,999 lbs" +25,75000,50000,99999,"50,000 - 99,999 lbs" +26,5500,1000,9999,"1,000 - 9,999 lbs" +26,30000,10000,49999,"10,000 - 49,999 lbs" +26,75000,50000,99999,"50,000 - 99,999 lbs" +26,1e+05,1e+05,1e+05,"More than 100,000 lbs" +27,5500,1000,9999,"1,000 - 9,999 lbs" +27,30000,10000,49999,"10,000 - 49,999 lbs" +27,75000,50000,99999,"50,000 - 99,999 lbs" +27,1e+05,1e+05,1e+05,"More than 100,000 lbs" +28,5500,1000,9999,"1,000 - 9,999 lbs" +28,30000,10000,49999,"10,000 - 49,999 lbs" +28,75000,50000,99999,"50,000 - 99,999 lbs" +28,1e+05,1e+05,1e+05,"More than 100,000 lbs" +29,300,100,499,100 - 499 lbs +29,5500,1000,9999,"1,000 - 9,999 lbs" +29,30000,10000,49999,"10,000 - 49,999 lbs" +29,1e+05,1e+05,1e+05,"More than 100,000 lbs" +30,50,50,50,Less than 50 lbs +30,300,100,499,100 - 499 lbs +30,5500,1000,9999,"1,000 - 9,999 lbs" +30,30000,10000,49999,"10,000 - 49,999 lbs" +31,5500,1000,9999,"1,000 - 9,999 lbs" +31,30000,10000,49999,"10,000 - 49,999 lbs" +31,75000,50000,99999,"50,000 - 99,999 lbs" +31,1e+05,1e+05,1e+05,"More than 100,000 lbs" +32,5500,1000,9999,"1,000 - 9,999 lbs" +32,30000,10000,49999,"10,000 - 49,999 lbs" +32,75000,50000,99999,"50,000 - 99,999 lbs" +32,1e+05,1e+05,1e+05,"More than 100,000 lbs" +33,5500,1000,9999,"1,000 - 9,999 lbs" +33,30000,10000,49999,"10,000 - 49,999 lbs" +33,75000,50000,99999,"50,000 - 99,999 lbs" +33,1e+05,1e+05,1e+05,"More than 100,000 lbs" +34,300,100,499,100 - 499 lbs +34,5500,1000,9999,"1,000 - 9,999 lbs" +34,30000,10000,49999,"10,000 - 49,999 lbs" +34,75000,50000,99999,"50,000 - 99,999 lbs" +35,50,50,50,Less than 50 lbs +35,300,100,499,100 - 499 lbs +35,5500,1000,9999,"1,000 - 9,999 lbs" +35,30000,10000,49999,"10,000 - 49,999 lbs" +36,300,100,499,100 - 499 lbs +36,5500,1000,9999,"1,000 - 9,999 lbs" +36,30000,10000,49999,"10,000 - 49,999 lbs" +36,75000,50000,99999,"50,000 - 99,999 lbs" +37,5500,1000,9999,"1,000 - 9,999 lbs" +37,30000,10000,49999,"10,000 - 49,999 lbs" +37,75000,50000,99999,"50,000 - 99,999 lbs" +37,1e+05,1e+05,1e+05,"More than 100,000 lbs" +38,50,50,50,Less than 50 lbs +38,300,100,499,100 - 499 lbs +38,5500,1000,9999,"1,000 - 9,999 lbs" +38,30000,10000,49999,"10,000 - 49,999 lbs" +39,300,100,499,100 - 499 lbs +39,625,500,749,500 - 749 lbs +39,5500,1000,9999,"1,000 - 9,999 lbs" +39,30000,10000,49999,"10,000 - 49,999 lbs" +40,5500,1000,9999,"1,000 - 9,999 lbs" +40,30000,10000,49999,"10,000 - 49,999 lbs" +40,75000,50000,99999,"50,000 - 99,999 lbs" +40,1e+05,1e+05,1e+05,"More than 100,000 lbs" +41,5500,1000,9999,"1,000 - 9,999 lbs" +41,30000,10000,49999,"10,000 - 49,999 lbs" +41,75000,50000,99999,"50,000 - 99,999 lbs" +41,1e+05,1e+05,1e+05,"More than 100,000 lbs" +43,300,100,499,100 - 499 lbs +43,5500,1000,9999,"1,000 - 9,999 lbs" +43,30000,10000,49999,"10,000 - 49,999 lbs" +43,75000,50000,99999,"50,000 - 99,999 lbs" +99,50,50,50,Less than 50 lbs +99,75,50,99,50 - 99 lbs +99,300,100,499,100 - 499 lbs +99,625,500,749,500 - 749 lbs diff --git a/lib/data/data_emp_ag_county_totals.csv b/lib/data/data_emp_ag_county_totals.csv new file mode 100644 index 0000000..1b3bcc8 --- /dev/null +++ b/lib/data/data_emp_ag_county_totals.csv @@ -0,0 +1,22 @@ +County,FIPS,NAICS11Employment +"Boone County, IL",17007,505 +"Cook County, IL",17031,884 +"DeKalb County, IL",17037,1020 +"DuPage County, IL",17043,513 +"Grundy County, IL",17063,409 +"Kane County, IL",17089,700 +"Kankakee County, IL",17091,978 +"Kendall County, IL",17093,64 +"Lake County, IL",17097,496 +"LaSalle County, IL",17099,1519 +"Lee County, IL",17103,209 +"McHenry County, IL",17111,625 +"Ogle County, IL",17141,366 +"Will County, IL",17197,407 +"Winnebago County, IL",17201,785 +"Lake County, IN",18089,448 +"LaPorte County, IN",18091,878 +"Porter County, IN",18127,499 +"Kenosha County, WI",55059,563 +"Racine County, WI",55101,778 +"Walworth County, WI",55127,1305 diff --git a/lib/data/data_emp_cbp.csv b/lib/data/data_emp_cbp.csv new file mode 100644 index 0000000..d9cbf16 --- /dev/null +++ b/lib/data/data_emp_cbp.csv @@ -0,0 +1,81609 @@ +Industry_NAICS6_CBP,FAFZONE,CBPZONE,employment,establishment,e1,e2,e3,e4,e5,e6,e7,e8 +113110,11,1,23,3,0,0,0,0,0,0,0,0 +113310,11,1,231,46,33,0,0,0,0,0,0,0 +115210,11,1,102,18,10,0,0,0,0,0,0,0 +115310,11,1,0,12,5,0,0,0,0,0,0,0 +212111,11,1,383,7,0,0,0,0,0,0,0,0 +212112,11,1,37,3,0,0,0,0,0,0,0,0 +212312,11,1,192,12,3,0,0,0,0,0,0,0 +213112,11,1,50,5,3,0,0,0,0,0,0,0 +221112,11,1,0,6,0,0,0,0,0,0,0,0 +221122,11,1,0,59,25,14,0,0,0,0,0,0 +221210,11,1,0,8,0,0,0,0,0,0,0,0 +221310,11,1,37,7,0,0,0,0,0,0,0,0 +221320,11,1,8,7,4,0,0,0,0,0,0,0 +236115,11,1,330,100,92,0,0,0,0,0,0,0 +236116,11,1,482,11,0,0,0,0,0,0,0,0 +236117,11,1,414,60,51,4,0,0,0,0,0,0 +236118,11,1,892,223,209,6,0,0,0,0,0,0 +236210,11,1,541,21,12,3,0,0,0,0,0,0 +236220,11,1,4874,181,127,27,3,0,0,0,0,0 +237110,11,1,421,22,7,3,0,0,0,0,0,0 +237120,11,1,282,9,0,0,0,0,0,0,0,0 +237130,11,1,573,26,9,4,0,0,0,0,0,0 +237210,11,1,64,27,23,0,0,0,0,0,0,0 +237310,11,1,663,29,18,6,0,0,0,0,0,0 +237990,11,1,148,11,6,0,0,0,0,0,0,0 +238110,11,1,497,49,37,3,0,0,0,0,0,0 +238120,11,1,163,15,0,0,0,0,0,0,0,0 +238130,11,1,66,21,17,0,0,0,0,0,0,0 +238140,11,1,410,45,29,0,0,0,0,0,0,0 +238150,11,1,330,24,12,0,0,0,0,0,0,0 +238160,11,1,361,48,34,0,0,0,0,0,0,0 +238170,11,1,54,15,9,0,0,0,0,0,0,0 +238190,11,1,92,11,0,0,0,0,0,0,0,0 +238210,11,1,3056,239,191,39,0,0,0,0,0,0 +238220,11,1,4221,383,321,48,0,0,0,0,0,0 +238290,11,1,839,30,14,4,0,0,0,0,0,0 +238310,11,1,1155,62,50,7,0,0,0,0,0,0 +238320,11,1,469,79,68,3,0,0,0,0,0,0 +238330,11,1,159,38,37,0,0,0,0,0,0,0 +238340,11,1,48,22,17,0,0,0,0,0,0,0 +238350,11,1,174,53,47,0,0,0,0,0,0,0 +238390,11,1,165,21,14,0,0,0,0,0,0,0 +238910,11,1,2501,116,83,17,3,0,0,0,0,0 +238990,11,1,620,63,47,3,0,0,0,0,0,0 +311119,11,1,34,3,0,0,0,0,0,0,0,0 +311811,11,1,85,14,11,0,0,0,0,0,0,0 +311812,11,1,0,3,0,0,0,0,0,0,0,0 +311920,11,1,0,3,0,0,0,0,0,0,0,0 +312120,11,1,108,7,0,0,0,0,0,0,0,0 +314120,11,1,29,4,0,0,0,0,0,0,0,0 +314999,11,1,5,3,3,0,0,0,0,0,0,0 +321113,11,1,0,3,0,0,0,0,0,0,0,0 +321918,11,1,0,3,0,0,0,0,0,0,0,0 +321920,11,1,81,10,6,0,0,0,0,0,0,0 +322211,11,1,460,3,0,0,0,0,0,0,0,0 +323111,11,1,1314,72,51,9,0,0,0,0,0,0 +323113,11,1,145,23,16,3,0,0,0,0,0,0 +324199,11,1,579,3,0,0,0,0,0,0,0,0 +325120,11,1,0,3,0,0,0,0,0,0,0,0 +325412,11,1,48,3,0,0,0,0,0,0,0,0 +325510,11,1,165,5,0,0,0,0,0,0,0,0 +326199,11,1,1646,10,0,0,3,0,0,0,0,0 +327120,11,1,514,7,0,0,0,0,0,0,0,0 +327320,11,1,295,19,5,0,0,0,0,0,0,0 +327390,11,1,95,8,0,0,0,0,0,0,0,0 +327410,11,1,413,6,0,0,0,0,0,0,0,0 +327991,11,1,293,16,6,0,0,0,0,0,0,0 +331110,11,1,885,6,0,0,0,0,0,0,0,0 +331511,11,1,2376,7,0,0,0,0,0,0,0,0 +332114,11,1,293,5,0,0,0,0,0,0,0,0 +332119,11,1,92,4,0,0,0,0,0,0,0,0 +332311,11,1,0,3,0,0,0,0,0,0,0,0 +332312,11,1,1045,45,15,10,0,0,0,0,0,0 +332313,11,1,398,14,3,6,0,0,0,0,0,0 +332321,11,1,0,3,0,0,0,0,0,0,0,0 +332322,11,1,311,13,3,0,0,0,0,0,0,0 +332323,11,1,201,17,6,0,0,0,0,0,0,0 +332618,11,1,0,3,0,0,0,0,0,0,0,0 +332710,11,1,1001,78,56,9,0,0,0,0,0,0 +332721,11,1,23,3,0,0,0,0,0,0,0,0 +332722,11,1,200,3,0,0,0,0,0,0,0,0 +332812,11,1,331,10,3,3,0,0,0,0,0,0 +332813,11,1,67,5,0,0,0,0,0,0,0,0 +332992,11,1,26,3,0,0,0,0,0,0,0,0 +332996,11,1,330,6,0,0,0,0,0,0,0,0 +332999,11,1,269,11,0,3,0,0,0,0,0,0 +333243,11,1,47,4,3,0,0,0,0,0,0,0 +333318,11,1,0,3,0,0,0,0,0,0,0,0 +333922,11,1,39,6,0,0,0,0,0,0,0,0 +334515,11,1,0,3,0,0,0,0,0,0,0,0 +335313,11,1,228,4,0,0,0,0,0,0,0,0 +335314,11,1,312,5,0,0,0,0,0,0,0,0 +336211,11,1,614,5,0,0,0,0,0,0,0,0 +336370,11,1,1753,4,0,0,0,0,0,0,0,0 +337110,11,1,206,26,18,0,0,0,0,0,0,0 +337215,11,1,90,4,0,0,0,0,0,0,0,0 +339113,11,1,22,4,3,0,0,0,0,0,0,0 +339116,11,1,82,10,7,0,0,0,0,0,0,0 +339920,11,1,22,7,5,0,0,0,0,0,0,0 +339950,11,1,295,20,12,0,0,0,0,0,0,0 +339999,11,1,0,9,7,0,0,0,0,0,0,0 +423110,11,1,893,42,22,8,0,0,0,0,0,0 +423120,11,1,691,51,36,6,0,0,0,0,0,0 +423130,11,1,356,21,7,6,0,0,0,0,0,0 +423140,11,1,30,6,4,0,0,0,0,0,0,0 +423210,11,1,216,17,9,3,0,0,0,0,0,0 +423220,11,1,229,14,7,0,0,0,0,0,0,0 +423310,11,1,702,37,23,10,0,0,0,0,0,0 +423320,11,1,249,15,4,3,0,0,0,0,0,0 +423330,11,1,142,16,13,0,0,0,0,0,0,0 +423390,11,1,267,21,12,3,0,0,0,0,0,0 +423420,11,1,433,45,35,3,0,0,0,0,0,0 +423430,11,1,295,23,15,0,0,0,0,0,0,0 +423440,11,1,165,15,12,3,0,0,0,0,0,0 +423450,11,1,715,40,26,7,0,0,0,0,0,0 +423460,11,1,44,3,0,0,0,0,0,0,0,0 +423490,11,1,0,7,0,0,0,0,0,0,0,0 +423510,11,1,2516,89,53,22,0,0,0,0,0,0 +423520,11,1,43,7,3,0,0,0,0,0,0,0 +423610,11,1,855,74,53,8,0,0,0,0,0,0 +423620,11,1,48,6,3,0,0,0,0,0,0,0 +423690,11,1,413,27,20,4,0,0,0,0,0,0 +423710,11,1,133,19,11,0,0,0,0,0,0,0 +423720,11,1,264,29,20,0,0,0,0,0,0,0 +423730,11,1,453,42,34,0,0,0,0,0,0,0 +423740,11,1,148,4,0,0,0,0,0,0,0,0 +423810,11,1,1090,26,14,3,0,0,0,0,0,0 +423820,11,1,185,19,4,0,0,0,0,0,0,0 +423830,11,1,2090,184,154,25,0,0,0,0,0,0 +423840,11,1,550,58,41,5,0,0,0,0,0,0 +423850,11,1,301,17,12,0,0,0,0,0,0,0 +423860,11,1,0,3,0,0,0,0,0,0,0,0 +423910,11,1,366,22,12,0,0,0,0,0,0,0 +423930,11,1,356,39,24,4,0,0,0,0,0,0 +423940,11,1,29,11,9,0,0,0,0,0,0,0 +423990,11,1,160,20,12,3,0,0,0,0,0,0 +424110,11,1,32,3,0,0,0,0,0,0,0,0 +424120,11,1,202,21,15,0,0,0,0,0,0,0 +424130,11,1,307,17,9,3,0,0,0,0,0,0 +424210,11,1,887,17,0,0,0,0,0,0,0,0 +424310,11,1,24,7,3,0,0,0,0,0,0,0 +424320,11,1,47,5,0,0,0,0,0,0,0,0 +424330,11,1,80,9,6,0,0,0,0,0,0,0 +424410,11,1,867,13,4,0,0,0,0,0,0,0 +424420,11,1,327,6,0,0,0,0,0,0,0,0 +424430,11,1,58,3,0,0,0,0,0,0,0,0 +424450,11,1,123,5,3,0,0,0,0,0,0,0 +424470,11,1,345,3,0,0,0,0,0,0,0,0 +424480,11,1,296,13,7,0,0,0,0,0,0,0 +424490,11,1,1007,46,30,4,0,0,0,0,0,0 +424610,11,1,100,13,8,0,0,0,0,0,0,0 +424690,11,1,384,35,23,3,0,0,0,0,0,0 +424710,11,1,335,15,4,4,0,0,0,0,0,0 +424720,11,1,42,5,0,0,0,0,0,0,0,0 +424810,11,1,443,5,0,0,3,0,0,0,0,0 +424820,11,1,295,7,0,0,0,0,0,0,0,0 +424910,11,1,34,3,0,0,0,0,0,0,0,0 +424920,11,1,13,3,0,0,0,0,0,0,0,0 +424930,11,1,72,10,3,0,0,0,0,0,0,0 +424950,11,1,28,4,0,0,0,0,0,0,0,0 +424990,11,1,146,24,16,0,0,0,0,0,0,0 +425120,11,1,1695,249,227,8,3,0,0,0,0,0 +441110,11,1,4358,78,18,29,13,0,0,0,0,0 +441120,11,1,957,143,136,0,0,0,0,0,0,0 +441210,11,1,107,7,0,0,0,0,0,0,0,0 +441222,11,1,73,10,3,0,0,0,0,0,0,0 +441228,11,1,281,19,3,3,0,0,0,0,0,0 +441310,11,1,1824,187,164,8,0,0,0,0,0,0 +441320,11,1,738,100,87,3,0,0,0,0,0,0 +442110,11,1,946,115,88,14,0,0,0,0,0,0 +442210,11,1,200,30,22,0,0,0,0,0,0,0 +442299,11,1,840,75,58,14,0,0,0,0,0,0 +443141,11,1,588,44,20,3,0,0,0,0,0,0 +443142,11,1,925,64,46,4,0,0,0,0,0,0 +444110,11,1,2684,24,0,0,15,0,0,0,0,0 +444120,11,1,129,29,27,0,0,0,0,0,0,0 +444130,11,1,315,50,37,0,0,0,0,0,0,0 +444190,11,1,1229,115,90,8,0,0,0,0,0,0 +444210,11,1,122,19,6,0,0,0,0,0,0,0 +444220,11,1,410,53,39,0,0,0,0,0,0,0 +445110,11,1,8830,199,67,88,26,0,0,0,0,0 +445120,11,1,120,54,50,0,0,0,0,0,0,0 +445210,11,1,61,12,10,0,0,0,0,0,0,0 +445230,11,1,26,9,6,0,0,0,0,0,0,0 +445291,11,1,8,3,0,0,0,0,0,0,0,0 +445292,11,1,0,3,0,0,0,0,0,0,0,0 +445299,11,1,91,15,12,0,0,0,0,0,0,0 +445310,11,1,291,90,82,0,0,0,0,0,0,0 +446110,11,1,3138,277,225,44,0,0,0,0,0,0 +446120,11,1,770,89,70,9,0,0,0,0,0,0 +446130,11,1,240,34,34,0,0,0,0,0,0,0 +446191,11,1,88,25,24,0,0,0,0,0,0,0 +446199,11,1,359,50,40,6,0,0,0,0,0,0 +447110,11,1,3407,744,735,3,0,0,0,0,0,0 +447190,11,1,440,35,14,3,0,0,0,0,0,0 +448110,11,1,261,31,30,0,0,0,0,0,0,0 +448120,11,1,1763,181,157,8,0,0,0,0,0,0 +448130,11,1,300,27,24,3,0,0,0,0,0,0 +448140,11,1,2288,108,55,38,0,0,0,0,0,0 +448150,11,1,234,29,27,0,0,0,0,0,0,0 +448190,11,1,416,53,43,6,0,0,0,0,0,0 +448210,11,1,1104,119,108,5,0,0,0,0,0,0 +448310,11,1,391,59,50,0,0,0,0,0,0,0 +448320,11,1,23,5,3,0,0,0,0,0,0,0 +451110,11,1,906,56,42,8,0,0,0,0,0,0 +451120,11,1,504,26,12,6,0,0,0,0,0,0 +451130,11,1,77,7,4,0,0,0,0,0,0,0 +451140,11,1,80,12,7,0,0,0,0,0,0,0 +451211,11,1,286,26,16,5,0,0,0,0,0,0 +452210,11,1,1611,15,0,9,6,0,0,0,0,0 +452311,11,1,4038,28,0,0,7,14,0,0,0,0 +452319,11,1,2356,256,221,16,0,0,0,0,0,0 +453110,11,1,170,40,28,0,0,0,0,0,0,0 +453210,11,1,242,22,15,3,0,0,0,0,0,0 +453220,11,1,419,63,53,4,0,0,0,0,0,0 +453310,11,1,898,82,68,3,0,0,0,0,0,0 +453910,11,1,275,22,6,3,0,0,0,0,0,0 +453920,11,1,13,8,8,0,0,0,0,0,0,0 +453930,11,1,75,22,13,0,0,0,0,0,0,0 +453991,11,1,65,17,16,0,0,0,0,0,0,0 +453998,11,1,220,67,62,0,0,0,0,0,0,0 +454110,11,1,575,77,68,6,0,0,0,0,0,0 +454210,11,1,174,8,5,0,0,0,0,0,0,0 +454310,11,1,113,26,7,0,0,0,0,0,0,0 +454390,11,1,250,77,73,0,0,0,0,0,0,0 +481111,11,1,130,5,0,0,0,0,0,0,0,0 +481211,11,1,14,3,0,0,0,0,0,0,0,0 +484110,11,1,446,68,54,0,0,0,0,0,0,0 +484121,11,1,3879,141,102,14,4,0,0,0,0,0 +484122,11,1,1427,21,0,9,4,0,0,0,0,0 +484210,11,1,409,28,20,5,0,0,0,0,0,0 +484220,11,1,984,111,82,5,0,0,0,0,0,0 +484230,11,1,752,48,26,6,0,0,0,0,0,0 +485320,11,1,22,3,0,0,0,0,0,0,0,0 +485410,11,1,242,6,0,3,0,0,0,0,0,0 +485510,11,1,54,4,0,0,0,0,0,0,0,0 +485991,11,1,189,7,0,3,0,0,0,0,0,0 +486210,11,1,0,3,0,0,0,0,0,0,0,0 +488119,11,1,180,5,0,0,0,0,0,0,0,0 +488190,11,1,8,6,6,0,0,0,0,0,0,0 +488210,11,1,198,16,8,3,0,0,0,0,0,0 +488410,11,1,217,34,21,0,0,0,0,0,0,0 +488490,11,1,184,8,0,4,0,0,0,0,0,0 +488510,11,1,763,74,57,9,0,0,0,0,0,0 +492110,11,1,1495,31,17,7,0,0,0,0,0,0 +492210,11,1,141,15,4,3,0,0,0,0,0,0 +493110,11,1,2043,35,22,3,0,0,0,0,0,0 +493120,11,1,69,3,0,0,0,0,0,0,0,0 +493190,11,1,65,9,6,0,0,0,0,0,0,0 +511110,11,1,172,15,7,0,0,0,0,0,0,0 +511120,11,1,434,34,28,0,0,0,0,0,0,0 +511130,11,1,42,3,0,0,0,0,0,0,0,0 +511210,11,1,1489,40,25,5,0,0,0,0,0,0 +512110,11,1,130,22,16,0,0,0,0,0,0,0 +512131,11,1,367,10,0,8,0,0,0,0,0,0 +512240,11,1,9,4,3,0,0,0,0,0,0,0 +515112,11,1,281,14,6,0,0,0,0,0,0,0 +515120,11,1,570,8,0,0,3,0,0,0,0,0 +517311,11,1,2849,107,67,18,4,5,0,0,0,0 +517312,11,1,1918,108,87,8,0,0,0,0,0,0 +517911,11,1,221,9,3,0,0,0,0,0,0,0 +517919,11,1,0,6,3,0,0,0,0,0,0,0 +518210,11,1,2124,46,20,8,3,0,0,0,0,0 +519130,11,1,26,10,6,0,0,0,0,0,0,0 +522110,11,1,12616,434,365,35,10,0,0,3,0,0 +522120,11,1,0,5,3,0,0,0,0,0,0,0 +522130,11,1,1149,100,88,0,0,0,0,0,0,0 +522220,11,1,48,14,9,0,0,0,0,0,0,0 +522291,11,1,506,146,134,0,0,0,0,0,0,0 +522292,11,1,622,61,47,3,0,0,0,0,0,0 +522298,11,1,378,111,101,0,0,0,0,0,0,0 +522310,11,1,125,18,16,0,0,0,0,0,0,0 +522320,11,1,43,8,3,0,0,0,0,0,0,0 +522390,11,1,324,93,89,0,0,0,0,0,0,0 +523110,11,1,12,4,3,0,0,0,0,0,0,0 +523120,11,1,646,60,45,11,0,0,0,0,0,0 +523910,11,1,45,20,18,0,0,0,0,0,0,0 +523920,11,1,513,103,97,3,0,0,0,0,0,0 +523930,11,1,252,70,65,0,0,0,0,0,0,0 +523991,11,1,20,6,4,0,0,0,0,0,0,0 +524113,11,1,2131,49,36,4,0,0,0,0,0,0 +524114,11,1,785,25,8,6,0,0,0,0,0,0 +524126,11,1,3640,122,101,4,0,0,0,0,0,0 +524127,11,1,7,3,3,0,0,0,0,0,0,0 +524210,11,1,2934,558,533,10,3,0,0,0,0,0 +524291,11,1,16,18,12,0,0,0,0,0,0,0 +524292,11,1,1342,24,11,4,0,0,0,0,0,0 +524298,11,1,30,5,3,0,0,0,0,0,0,0 +525990,11,1,0,5,3,0,0,0,0,0,0,0 +531110,11,1,977,178,173,0,0,0,0,0,0,0 +531120,11,1,407,104,94,0,0,0,0,0,0,0 +531130,11,1,194,87,82,0,0,0,0,0,0,0 +531190,11,1,53,12,7,0,0,0,0,0,0,0 +531210,11,1,2133,300,286,10,0,0,0,0,0,0 +531311,11,1,937,99,79,11,0,0,0,0,0,0 +531312,11,1,814,58,47,0,3,0,0,0,0,0 +531320,11,1,85,39,38,0,0,0,0,0,0,0 +531390,11,1,83,29,29,0,0,0,0,0,0,0 +532111,11,1,299,31,22,0,0,0,0,0,0,0 +532112,11,1,0,3,0,0,0,0,0,0,0,0 +532120,11,1,268,40,32,0,0,0,0,0,0,0 +532210,11,1,145,40,32,0,0,0,0,0,0,0 +532281,11,1,0,4,4,0,0,0,0,0,0,0 +532283,11,1,100,11,6,0,0,0,0,0,0,0 +532289,11,1,87,13,13,0,0,0,0,0,0,0 +532310,11,1,19,5,3,0,0,0,0,0,0,0 +532412,11,1,330,22,16,0,0,0,0,0,0,0 +532490,11,1,352,42,35,3,0,0,0,0,0,0 +533110,11,1,54,12,8,0,0,0,0,0,0,0 +541110,11,1,5638,751,687,44,5,3,0,0,0,0 +541191,11,1,255,35,24,4,0,0,0,0,0,0 +541199,11,1,5,4,4,0,0,0,0,0,0,0 +541211,11,1,2274,235,206,14,5,0,0,0,0,0 +541213,11,1,672,119,105,0,0,0,0,0,0,0 +541214,11,1,436,19,12,0,0,0,0,0,0,0 +541219,11,1,632,120,107,6,0,0,0,0,0,0 +541310,11,1,611,88,79,7,0,0,0,0,0,0 +541320,11,1,32,14,12,0,0,0,0,0,0,0 +541330,11,1,2324,194,154,28,0,0,0,0,0,0 +541340,11,1,117,25,22,0,0,0,0,0,0,0 +541350,11,1,29,16,16,0,0,0,0,0,0,0 +541370,11,1,130,27,14,0,0,0,0,0,0,0 +541380,11,1,199,21,14,0,0,0,0,0,0,0 +541410,11,1,105,55,53,0,0,0,0,0,0,0 +541420,11,1,0,3,3,0,0,0,0,0,0,0 +541430,11,1,51,29,27,0,0,0,0,0,0,0 +541511,11,1,1641,129,114,6,0,0,0,0,0,0 +541512,11,1,1540,159,146,7,0,0,0,0,0,0 +541513,11,1,93,14,10,0,0,0,0,0,0,0 +541519,11,1,48,9,8,0,0,0,0,0,0,0 +541611,11,1,838,194,179,3,0,0,0,0,0,0 +541612,11,1,119,20,15,0,0,0,0,0,0,0 +541613,11,1,469,71,62,3,0,0,0,0,0,0 +541614,11,1,48,23,22,0,0,0,0,0,0,0 +541618,11,1,6,11,10,0,0,0,0,0,0,0 +541620,11,1,294,29,20,0,0,0,0,0,0,0 +541690,11,1,122,35,29,0,0,0,0,0,0,0 +541713,11,1,8,6,3,0,0,0,0,0,0,0 +541714,11,1,10,3,0,0,0,0,0,0,0,0 +541715,11,1,17,13,6,0,0,0,0,0,0,0 +541720,11,1,19,7,3,0,0,0,0,0,0,0 +541810,11,1,664,51,40,3,0,0,0,0,0,0 +541820,11,1,39,15,15,0,0,0,0,0,0,0 +541840,11,1,3,3,3,0,0,0,0,0,0,0 +541850,11,1,0,3,0,0,0,0,0,0,0,0 +541860,11,1,80,6,4,0,0,0,0,0,0,0 +541890,11,1,527,30,23,0,0,0,0,0,0,0 +541910,11,1,81,8,3,0,0,0,0,0,0,0 +541921,11,1,76,28,25,0,0,0,0,0,0,0 +541922,11,1,10,8,8,0,0,0,0,0,0,0 +541940,11,1,1658,133,99,16,0,0,0,0,0,0 +541990,11,1,130,25,18,0,0,0,0,0,0,0 +551112,11,1,227,26,19,0,0,0,0,0,0,0 +551114,11,1,8322,215,139,47,12,3,3,0,0,0 +561110,11,1,2045,82,59,11,0,0,0,0,0,0 +561210,11,1,549,10,5,0,0,0,0,0,0,0 +561311,11,1,551,13,8,0,0,0,0,0,0,0 +561312,11,1,33,6,5,0,0,0,0,0,0,0 +561320,11,1,9786,140,58,38,21,10,0,0,0,0 +561330,11,1,0,5,0,0,0,0,0,0,0,0 +561410,11,1,59,11,8,0,0,0,0,0,0,0 +561422,11,1,245,5,0,0,0,0,0,0,0,0 +561431,11,1,114,25,25,0,0,0,0,0,0,0 +561439,11,1,305,19,12,0,0,0,0,0,0,0 +561440,11,1,679,7,0,0,0,0,0,0,0,0 +561491,11,1,0,3,0,0,0,0,0,0,0,0 +561492,11,1,87,11,7,0,0,0,0,0,0,0 +561499,11,1,30,7,6,0,0,0,0,0,0,0 +561510,11,1,110,19,15,0,0,0,0,0,0,0 +561599,11,1,161,10,3,0,0,0,0,0,0,0 +561611,11,1,93,17,9,0,0,0,0,0,0,0 +561612,11,1,3862,29,8,3,4,0,0,0,0,0 +561613,11,1,0,4,0,0,0,0,0,0,0,0 +561621,11,1,544,31,20,4,0,0,0,0,0,0 +561622,11,1,32,6,4,0,0,0,0,0,0,0 +561710,11,1,899,79,60,9,0,0,0,0,0,0 +561720,11,1,6337,176,125,33,3,0,0,0,0,0 +561730,11,1,2592,319,283,19,0,0,0,0,0,0 +561740,11,1,165,20,10,0,0,0,0,0,0,0 +561790,11,1,266,27,18,0,0,0,0,0,0,0 +561920,11,1,131,13,10,3,0,0,0,0,0,0 +561990,11,1,559,28,17,6,0,0,0,0,0,0 +562111,11,1,216,10,6,0,0,0,0,0,0,0 +562211,11,1,92,4,0,0,0,0,0,0,0,0 +562212,11,1,187,5,0,0,0,0,0,0,0,0 +562910,11,1,399,15,6,0,0,0,0,0,0,0 +562991,11,1,98,12,3,0,0,0,0,0,0,0 +611110,11,1,2452,46,15,22,0,0,0,0,0,0 +611310,11,1,3970,13,3,0,0,4,0,0,0,0 +611420,11,1,23,4,0,0,0,0,0,0,0,0 +611430,11,1,85,15,11,0,0,0,0,0,0,0 +611511,11,1,0,3,0,0,0,0,0,0,0,0 +611513,11,1,28,5,3,0,0,0,0,0,0,0 +611519,11,1,121,15,7,0,0,0,0,0,0,0 +611610,11,1,343,51,42,3,0,0,0,0,0,0 +611620,11,1,332,38,27,6,0,0,0,0,0,0 +611691,11,1,163,22,20,0,0,0,0,0,0,0 +611699,11,1,52,11,8,0,0,0,0,0,0,0 +611710,11,1,87,12,10,0,0,0,0,0,0,0 +621111,11,1,14103,815,659,123,12,0,0,0,0,0 +621112,11,1,148,33,29,0,0,0,0,0,0,0 +621210,11,1,3411,459,434,11,0,0,0,0,0,0 +621310,11,1,295,89,85,0,0,0,0,0,0,0 +621320,11,1,647,114,104,0,0,0,0,0,0,0 +621330,11,1,125,53,50,0,0,0,0,0,0,0 +621340,11,1,1099,145,126,4,0,0,0,0,0,0 +621391,11,1,112,22,17,0,0,0,0,0,0,0 +621399,11,1,188,38,36,0,0,0,0,0,0,0 +621410,11,1,8,4,4,0,0,0,0,0,0,0 +621420,11,1,370,23,9,4,0,0,0,0,0,0 +621492,11,1,473,49,34,6,0,0,0,0,0,0 +621493,11,1,1149,31,7,9,3,0,0,0,0,0 +621498,11,1,4218,37,14,7,0,0,0,0,0,0 +621511,11,1,1198,54,33,12,0,0,0,0,0,0 +621512,11,1,277,27,18,4,0,0,0,0,0,0 +621610,11,1,4111,95,26,40,4,0,0,0,0,0 +621910,11,1,426,10,0,4,0,0,0,0,0,0 +621991,11,1,389,8,0,3,0,0,0,0,0,0 +621999,11,1,233,21,13,3,0,0,0,0,0,0 +622110,11,1,18053,12,0,0,0,0,0,6,0,0 +623110,11,1,6269,53,0,8,28,0,0,0,0,0 +623210,11,1,820,32,26,0,0,0,0,0,0,0 +623220,11,1,559,12,0,3,0,0,0,0,0,0 +623311,11,1,1109,10,0,0,0,0,0,0,0,0 +623312,11,1,676,29,6,7,0,0,0,0,0,0 +623990,11,1,200,27,10,0,0,0,0,0,0,0 +624110,11,1,391,37,28,0,0,0,0,0,0,0 +624120,11,1,2278,61,28,19,0,0,0,0,0,0 +624190,11,1,977,84,59,7,0,0,0,0,0,0 +624210,11,1,66,7,3,0,0,0,0,0,0,0 +624221,11,1,332,15,7,3,0,0,0,0,0,0 +624229,11,1,107,10,5,3,0,0,0,0,0,0 +624310,11,1,225,6,0,0,0,0,0,0,0,0 +624410,11,1,2924,254,198,39,0,0,0,0,0,0 +711110,11,1,110,8,4,0,0,0,0,0,0,0 +711130,11,1,0,5,4,0,0,0,0,0,0,0 +711219,11,1,3,3,3,0,0,0,0,0,0,0 +711310,11,1,142,8,4,0,0,0,0,0,0,0 +711320,11,1,555,13,8,0,0,0,0,0,0,0 +711510,11,1,77,25,20,0,0,0,0,0,0,0 +712110,11,1,241,13,7,0,0,0,0,0,0,0 +712130,11,1,180,3,0,0,0,0,0,0,0,0 +713110,11,1,0,3,0,0,0,0,0,0,0,0 +713120,11,1,252,17,4,3,0,0,0,0,0,0 +713910,11,1,1318,24,0,4,4,0,0,0,0,0 +713930,11,1,37,8,6,0,0,0,0,0,0,0 +713940,11,1,2816,124,93,13,6,0,0,0,0,0 +713950,11,1,144,4,0,0,0,0,0,0,0,0 +713990,11,1,264,37,33,3,0,0,0,0,0,0 +721110,11,1,4044,184,121,45,4,3,0,0,0,0 +722310,11,1,1934,78,52,14,6,0,0,0,0,0 +722320,11,1,438,35,27,5,0,0,0,0,0,0 +722330,11,1,87,14,12,0,0,0,0,0,0,0 +722410,11,1,417,54,48,6,0,0,0,0,0,0 +722511,11,1,17151,695,395,278,10,0,0,0,0,0 +722513,11,1,22403,1102,602,489,0,0,0,0,0,0 +722514,11,1,512,39,29,6,0,0,0,0,0,0 +722515,11,1,1863,137,97,31,0,0,0,0,0,0 +811111,11,1,1471,275,260,8,0,0,0,0,0,0 +811113,11,1,64,21,18,0,0,0,0,0,0,0 +811118,11,1,36,6,3,0,0,0,0,0,0,0 +811121,11,1,872,131,113,4,0,0,0,0,0,0 +811122,11,1,111,18,14,0,0,0,0,0,0,0 +811191,11,1,13,41,36,0,0,0,0,0,0,0 +811192,11,1,396,49,35,0,0,0,0,0,0,0 +811198,11,1,9,3,0,0,0,0,0,0,0,0 +811211,11,1,30,6,4,0,0,0,0,0,0,0 +811212,11,1,71,14,8,0,0,0,0,0,0,0 +811213,11,1,282,10,4,0,0,0,0,0,0,0 +811219,11,1,50,15,10,0,0,0,0,0,0,0 +811310,11,1,1400,143,113,10,0,0,0,0,0,0 +811411,11,1,14,4,0,0,0,0,0,0,0,0 +811412,11,1,62,9,6,0,0,0,0,0,0,0 +811420,11,1,14,8,8,0,0,0,0,0,0,0 +811490,11,1,53,16,10,0,0,0,0,0,0,0 +812111,11,1,32,11,8,0,0,0,0,0,0,0 +812112,11,1,1087,224,207,8,0,0,0,0,0,0 +812113,11,1,58,31,29,0,0,0,0,0,0,0 +812191,11,1,77,12,9,0,0,0,0,0,0,0 +812199,11,1,255,51,45,0,0,0,0,0,0,0 +812210,11,1,406,57,36,4,0,0,0,0,0,0 +812220,11,1,163,17,13,0,0,0,0,0,0,0 +812310,11,1,58,16,13,0,0,0,0,0,0,0 +812320,11,1,605,72,60,4,0,0,0,0,0,0 +812331,11,1,0,3,0,0,0,0,0,0,0,0 +812332,11,1,265,5,0,0,0,0,0,0,0,0 +812910,11,1,370,53,45,3,0,0,0,0,0,0 +812930,11,1,201,28,22,0,0,0,0,0,0,0 +812990,11,1,105,46,43,0,0,0,0,0,0,0 +813110,11,1,14419,1243,1102,118,15,0,0,0,0,0 +813211,11,1,117,36,32,0,0,0,0,0,0,0 +813212,11,1,248,25,18,0,0,0,0,0,0,0 +813219,11,1,181,7,4,0,0,0,0,0,0,0 +813311,11,1,52,7,3,0,0,0,0,0,0,0 +813312,11,1,170,19,12,0,0,0,0,0,0,0 +813319,11,1,71,16,16,0,0,0,0,0,0,0 +813410,11,1,582,64,53,3,0,0,0,0,0,0 +813910,11,1,212,51,45,0,0,0,0,0,0,0 +813920,11,1,132,18,12,0,0,0,0,0,0,0 +813930,11,1,418,59,49,4,0,0,0,0,0,0 +813940,11,1,9,5,4,0,0,0,0,0,0,0 +813990,11,1,65,14,9,0,0,0,0,0,0,0 +113310,11,3,85,15,10,0,0,0,0,0,0,0 +115310,11,3,6,3,3,0,0,0,0,0,0,0 +221122,11,3,0,4,0,0,0,0,0,0,0,0 +236115,11,3,72,19,17,0,0,0,0,0,0,0 +236118,11,3,23,13,10,0,0,0,0,0,0,0 +236210,11,3,84,5,0,0,0,0,0,0,0,0 +236220,11,3,170,10,4,0,0,0,0,0,0,0 +237110,11,3,0,3,0,0,0,0,0,0,0,0 +237310,11,3,53,3,0,0,0,0,0,0,0,0 +237990,11,3,22,4,0,0,0,0,0,0,0,0 +238130,11,3,5,3,3,0,0,0,0,0,0,0 +238160,11,3,6,3,3,0,0,0,0,0,0,0 +238210,11,3,131,22,18,0,0,0,0,0,0,0 +238220,11,3,224,34,33,0,0,0,0,0,0,0 +238910,11,3,182,18,11,3,0,0,0,0,0,0 +321920,11,3,31,3,0,0,0,0,0,0,0,0 +325314,11,3,136,3,0,0,0,0,0,0,0,0 +332322,11,3,0,3,0,0,0,0,0,0,0,0 +332710,11,3,318,13,7,0,0,0,0,0,0,0 +332999,11,3,0,4,0,0,0,0,0,0,0,0 +337110,11,3,0,9,3,0,0,0,0,0,0,0 +423510,11,3,0,3,0,0,0,0,0,0,0,0 +423830,11,3,78,6,4,0,0,0,0,0,0,0 +423930,11,3,101,11,3,0,0,0,0,0,0,0 +424690,11,3,14,3,0,0,0,0,0,0,0,0 +424710,11,3,52,4,0,0,0,0,0,0,0,0 +425120,11,3,0,4,0,0,0,0,0,0,0,0 +441110,11,3,232,14,0,5,0,0,0,0,0,0 +441120,11,3,67,13,7,0,0,0,0,0,0,0 +441222,11,3,33,4,0,0,0,0,0,0,0,0 +441228,11,3,0,3,0,0,0,0,0,0,0,0 +441310,11,3,186,22,18,0,0,0,0,0,0,0 +441320,11,3,39,10,6,0,0,0,0,0,0,0 +442110,11,3,68,9,3,0,0,0,0,0,0,0 +443141,11,3,0,9,3,0,0,0,0,0,0,0 +443142,11,3,0,3,0,0,0,0,0,0,0,0 +444110,11,3,0,3,0,0,0,0,0,0,0,0 +444130,11,3,38,5,0,0,0,0,0,0,0,0 +444190,11,3,61,9,4,0,0,0,0,0,0,0 +444220,11,3,55,9,3,0,0,0,0,0,0,0 +445110,11,3,582,15,0,9,0,0,0,0,0,0 +445310,11,3,12,9,6,0,0,0,0,0,0,0 +446110,11,3,331,25,18,3,0,0,0,0,0,0 +446120,11,3,13,3,0,0,0,0,0,0,0,0 +447110,11,3,528,115,113,0,0,0,0,0,0,0 +447190,11,3,159,6,0,0,0,0,0,0,0,0 +448120,11,3,44,8,8,0,0,0,0,0,0,0 +448140,11,3,50,6,3,0,0,0,0,0,0,0 +448210,11,3,0,4,4,0,0,0,0,0,0,0 +448310,11,3,0,3,0,0,0,0,0,0,0,0 +452319,11,3,359,49,44,0,0,0,0,0,0,0 +453110,11,3,7,3,0,0,0,0,0,0,0,0 +453220,11,3,0,3,3,0,0,0,0,0,0,0 +453310,11,3,0,3,0,0,0,0,0,0,0,0 +454310,11,3,38,7,0,0,0,0,0,0,0,0 +454390,11,3,17,4,0,0,0,0,0,0,0,0 +484110,11,3,30,3,0,0,0,0,0,0,0,0 +484121,11,3,396,20,10,3,0,0,0,0,0,0 +484220,11,3,73,9,3,0,0,0,0,0,0,0 +484230,11,3,77,5,3,0,0,0,0,0,0,0 +488410,11,3,11,4,3,0,0,0,0,0,0,0 +492110,11,3,0,3,0,0,0,0,0,0,0,0 +517311,11,3,0,12,5,0,0,0,0,0,0,0 +517312,11,3,24,5,3,0,0,0,0,0,0,0 +522110,11,3,275,25,23,0,0,0,0,0,0,0 +522130,11,3,140,8,4,3,0,0,0,0,0,0 +522291,11,3,108,35,33,0,0,0,0,0,0,0 +522298,11,3,20,7,5,0,0,0,0,0,0,0 +522390,11,3,20,7,6,0,0,0,0,0,0,0 +524126,11,3,0,10,8,0,0,0,0,0,0,0 +524210,11,3,101,29,29,0,0,0,0,0,0,0 +531110,11,3,42,25,23,0,0,0,0,0,0,0 +531120,11,3,4,3,3,0,0,0,0,0,0,0 +531190,11,3,0,4,3,0,0,0,0,0,0,0 +531210,11,3,23,16,16,0,0,0,0,0,0,0 +531311,11,3,27,4,3,0,0,0,0,0,0,0 +532120,11,3,26,3,0,0,0,0,0,0,0,0 +532210,11,3,30,5,4,0,0,0,0,0,0,0 +541110,11,3,117,40,38,0,0,0,0,0,0,0 +541211,11,3,30,9,5,0,0,0,0,0,0,0 +541213,11,3,41,7,4,0,0,0,0,0,0,0 +541219,11,3,12,6,3,0,0,0,0,0,0,0 +541330,11,3,77,9,4,0,0,0,0,0,0,0 +541512,11,3,0,4,3,0,0,0,0,0,0,0 +541611,11,3,10,4,3,0,0,0,0,0,0,0 +541614,11,3,0,7,4,0,0,0,0,0,0,0 +541940,11,3,76,12,6,0,0,0,0,0,0,0 +551114,11,3,68,4,0,0,0,0,0,0,0,0 +561320,11,3,1206,8,0,0,0,0,0,0,0,0 +561710,11,3,59,9,4,0,0,0,0,0,0,0 +561720,11,3,104,10,6,0,0,0,0,0,0,0 +561730,11,3,70,22,17,0,0,0,0,0,0,0 +561990,11,3,0,4,3,0,0,0,0,0,0,0 +562111,11,3,108,3,0,0,0,0,0,0,0,0 +621111,11,3,625,59,49,9,0,0,0,0,0,0 +621210,11,3,159,26,22,0,0,0,0,0,0,0 +621310,11,3,24,8,6,0,0,0,0,0,0,0 +621320,11,3,22,4,0,0,0,0,0,0,0,0 +621340,11,3,29,8,6,0,0,0,0,0,0,0 +621399,11,3,4,4,4,0,0,0,0,0,0,0 +621492,11,3,0,4,3,0,0,0,0,0,0,0 +621511,11,3,35,5,3,0,0,0,0,0,0,0 +621610,11,3,137,7,3,3,0,0,0,0,0,0 +621910,11,3,477,4,0,3,0,0,0,0,0,0 +623110,11,3,468,4,0,0,3,0,0,0,0,0 +623210,11,3,0,10,7,0,0,0,0,0,0,0 +623312,11,3,29,6,0,0,0,0,0,0,0,0 +624190,11,3,110,8,3,0,0,0,0,0,0,0 +624410,11,3,253,26,23,0,0,0,0,0,0,0 +713930,11,3,0,4,0,0,0,0,0,0,0,0 +713940,11,3,0,3,0,0,0,0,0,0,0,0 +721110,11,3,319,25,22,0,0,0,0,0,0,0 +722511,11,3,780,61,50,11,0,0,0,0,0,0 +722513,11,3,1722,75,39,35,0,0,0,0,0,0 +722514,11,3,15,4,0,0,0,0,0,0,0,0 +722515,11,3,7,3,0,0,0,0,0,0,0,0 +811111,11,3,29,11,9,0,0,0,0,0,0,0 +811113,11,3,8,3,0,0,0,0,0,0,0,0 +811121,11,3,82,18,17,0,0,0,0,0,0,0 +811310,11,3,45,8,3,0,0,0,0,0,0,0 +811490,11,3,27,4,3,0,0,0,0,0,0,0 +812112,11,3,11,6,6,0,0,0,0,0,0,0 +812113,11,3,2,4,4,0,0,0,0,0,0,0 +812210,11,3,45,6,6,0,0,0,0,0,0,0 +812320,11,3,0,3,0,0,0,0,0,0,0,0 +813110,11,3,600,149,141,3,0,0,0,0,0,0 +813410,11,3,18,8,4,0,0,0,0,0,0,0 +813910,11,3,8,3,3,0,0,0,0,0,0,0 +813930,11,3,14,4,3,0,0,0,0,0,0,0 +813990,11,3,16,3,0,0,0,0,0,0,0,0 +113110,12,2,18,7,6,0,0,0,0,0,0,0 +113310,12,2,129,13,11,0,0,0,0,0,0,0 +114112,12,2,16,11,11,0,0,0,0,0,0,0 +115310,12,2,66,10,7,0,0,0,0,0,0,0 +211120,12,2,29,5,0,0,0,0,0,0,0,0 +212321,12,2,54,4,0,0,0,0,0,0,0,0 +213112,12,2,96,11,7,0,0,0,0,0,0,0 +221112,12,2,0,3,0,0,0,0,0,0,0,0 +221122,12,2,0,14,0,6,0,0,0,0,0,0 +221210,12,2,0,3,0,0,0,0,0,0,0,0 +221310,12,2,48,7,6,0,0,0,0,0,0,0 +236115,12,2,209,75,72,0,0,0,0,0,0,0 +236117,12,2,303,26,21,0,0,0,0,0,0,0 +236118,12,2,393,107,105,0,0,0,0,0,0,0 +236210,12,2,971,10,4,0,0,0,0,0,0,0 +236220,12,2,844,79,69,8,0,0,0,0,0,0 +237110,12,2,215,22,17,0,0,0,0,0,0,0 +237120,12,2,0,5,0,0,0,0,0,0,0,0 +237130,12,2,210,14,5,0,0,0,0,0,0,0 +237210,12,2,192,11,6,0,0,0,0,0,0,0 +237310,12,2,842,28,13,7,3,0,0,0,0,0 +237990,12,2,264,28,24,3,0,0,0,0,0,0 +238110,12,2,382,26,16,3,0,0,0,0,0,0 +238120,12,2,63,3,0,0,0,0,0,0,0,0 +238130,12,2,52,14,12,0,0,0,0,0,0,0 +238140,12,2,474,31,23,0,0,0,0,0,0,0 +238150,12,2,95,11,3,0,0,0,0,0,0,0 +238160,12,2,301,28,22,3,0,0,0,0,0,0 +238170,12,2,36,12,10,0,0,0,0,0,0,0 +238210,12,2,1631,142,120,19,0,0,0,0,0,0 +238220,12,2,2332,218,189,24,4,0,0,0,0,0 +238290,12,2,660,17,7,3,0,0,0,0,0,0 +238310,12,2,183,27,22,0,0,0,0,0,0,0 +238320,12,2,292,59,55,0,0,0,0,0,0,0 +238330,12,2,56,16,13,0,0,0,0,0,0,0 +238340,12,2,93,12,7,0,0,0,0,0,0,0 +238350,12,2,251,43,36,3,0,0,0,0,0,0 +238390,12,2,103,15,10,3,0,0,0,0,0,0 +238910,12,2,673,58,43,11,0,0,0,0,0,0 +238990,12,2,351,49,45,3,0,0,0,0,0,0 +311352,12,2,25,5,3,0,0,0,0,0,0,0 +311710,12,2,399,15,5,6,0,0,0,0,0,0 +311811,12,2,59,11,8,0,0,0,0,0,0,0 +314120,12,2,9,3,0,0,0,0,0,0,0,0 +314910,12,2,81,4,0,0,0,0,0,0,0,0 +314999,12,2,8,4,4,0,0,0,0,0,0,0 +321113,12,2,0,3,0,0,0,0,0,0,0,0 +321920,12,2,31,3,0,0,0,0,0,0,0,0 +321999,12,2,45,3,0,0,0,0,0,0,0,0 +323111,12,2,205,28,26,0,0,0,0,0,0,0 +323113,12,2,34,12,9,0,0,0,0,0,0,0 +324121,12,2,89,5,0,0,0,0,0,0,0,0 +325120,12,2,70,3,0,0,0,0,0,0,0,0 +325180,12,2,579,5,0,0,0,0,0,0,0,0 +325199,12,2,860,4,0,3,0,0,0,0,0,0 +325211,12,2,360,3,0,0,0,0,0,0,0,0 +326199,12,2,145,5,0,0,0,0,0,0,0,0 +327320,12,2,193,14,3,3,0,0,0,0,0,0 +327390,12,2,0,3,0,0,0,0,0,0,0,0 +327991,12,2,13,4,3,0,0,0,0,0,0,0 +331210,12,2,197,3,0,0,0,0,0,0,0,0 +332312,12,2,184,12,3,0,0,0,0,0,0,0 +332313,12,2,99,4,0,0,0,0,0,0,0,0 +332322,12,2,148,11,3,0,0,0,0,0,0,0 +332323,12,2,80,6,0,0,0,0,0,0,0,0 +332420,12,2,177,3,0,0,0,0,0,0,0,0 +332710,12,2,292,31,25,3,0,0,0,0,0,0 +332721,12,2,80,4,0,0,0,0,0,0,0,0 +332813,12,2,31,4,3,0,0,0,0,0,0,0 +332999,12,2,31,4,0,0,0,0,0,0,0,0 +336412,12,2,148,6,0,0,0,0,0,0,0,0 +336611,12,2,5457,26,10,6,3,0,0,0,0,0 +336612,12,2,143,4,0,0,0,0,0,0,0,0 +337110,12,2,66,15,12,0,0,0,0,0,0,0 +339116,12,2,63,13,9,0,0,0,0,0,0,0 +339950,12,2,63,13,11,0,0,0,0,0,0,0 +339999,12,2,23,5,0,0,0,0,0,0,0,0 +423110,12,2,532,12,0,7,0,0,0,0,0,0 +423120,12,2,208,22,15,4,0,0,0,0,0,0 +423130,12,2,113,8,4,0,0,0,0,0,0,0 +423140,12,2,58,5,0,0,0,0,0,0,0,0 +423210,12,2,103,12,6,0,0,0,0,0,0,0 +423220,12,2,87,13,4,0,0,0,0,0,0,0 +423310,12,2,637,29,15,6,0,0,0,0,0,0 +423320,12,2,56,14,10,0,0,0,0,0,0,0 +423330,12,2,107,13,13,0,0,0,0,0,0,0 +423390,12,2,170,15,10,0,0,0,0,0,0,0 +423420,12,2,197,24,18,3,0,0,0,0,0,0 +423430,12,2,46,7,0,0,0,0,0,0,0,0 +423440,12,2,56,5,0,0,0,0,0,0,0,0 +423450,12,2,101,16,9,0,0,0,0,0,0,0 +423510,12,2,309,25,21,3,0,0,0,0,0,0 +423610,12,2,246,35,32,0,0,0,0,0,0,0 +423620,12,2,23,3,0,0,0,0,0,0,0,0 +423690,12,2,76,10,8,0,0,0,0,0,0,0 +423710,12,2,215,16,10,0,0,0,0,0,0,0 +423720,12,2,199,15,10,3,0,0,0,0,0,0 +423730,12,2,175,25,21,0,0,0,0,0,0,0 +423810,12,2,289,16,4,4,0,0,0,0,0,0 +423820,12,2,102,9,0,0,0,0,0,0,0,0 +423830,12,2,742,81,69,7,0,0,0,0,0,0 +423840,12,2,469,37,31,0,0,0,0,0,0,0 +423850,12,2,0,4,0,0,0,0,0,0,0,0 +423860,12,2,16,12,3,0,0,0,0,0,0,0 +423910,12,2,53,8,0,0,0,0,0,0,0,0 +423930,12,2,97,13,6,0,0,0,0,0,0,0 +423940,12,2,8,4,4,0,0,0,0,0,0,0 +423990,12,2,276,18,14,0,0,0,0,0,0,0 +424110,12,2,0,3,0,0,0,0,0,0,0,0 +424120,12,2,34,10,5,0,0,0,0,0,0,0 +424130,12,2,32,5,3,0,0,0,0,0,0,0 +424210,12,2,43,9,0,0,0,0,0,0,0,0 +424330,12,2,0,3,3,0,0,0,0,0,0,0 +424420,12,2,173,15,5,3,0,0,0,0,0,0 +424430,12,2,64,3,0,0,0,0,0,0,0,0 +424460,12,2,279,13,5,4,0,0,0,0,0,0 +424490,12,2,476,20,16,0,0,0,0,0,0,0 +424510,12,2,0,3,0,0,0,0,0,0,0,0 +424610,12,2,33,6,3,0,0,0,0,0,0,0 +424690,12,2,145,21,18,0,0,0,0,0,0,0 +424710,12,2,136,5,0,0,0,0,0,0,0,0 +424720,12,2,53,8,6,0,0,0,0,0,0,0 +424820,12,2,0,3,0,0,0,0,0,0,0,0 +424910,12,2,60,10,3,0,0,0,0,0,0,0 +424930,12,2,44,12,3,0,0,0,0,0,0,0 +424950,12,2,20,5,3,0,0,0,0,0,0,0 +424990,12,2,53,14,11,0,0,0,0,0,0,0 +425120,12,2,403,67,64,0,0,0,0,0,0,0 +441110,12,2,2274,38,3,30,3,0,0,0,0,0 +441120,12,2,310,67,64,0,0,0,0,0,0,0 +441210,12,2,113,6,3,0,0,0,0,0,0,0 +441222,12,2,266,31,28,0,0,0,0,0,0,0 +441228,12,2,148,18,11,3,0,0,0,0,0,0 +441310,12,2,1029,114,105,7,0,0,0,0,0,0 +441320,12,2,449,48,44,3,0,0,0,0,0,0 +442110,12,2,584,78,71,6,0,0,0,0,0,0 +442210,12,2,172,28,25,0,0,0,0,0,0,0 +442291,12,2,11,3,0,0,0,0,0,0,0,0 +442299,12,2,463,41,30,9,0,0,0,0,0,0 +443141,12,2,271,25,14,3,0,0,0,0,0,0 +443142,12,2,419,46,42,0,0,0,0,0,0,0 +444110,12,2,1820,18,0,0,9,0,0,0,0,0 +444120,12,2,61,23,23,0,0,0,0,0,0,0 +444130,12,2,232,30,26,0,0,0,0,0,0,0 +444190,12,2,697,58,50,6,0,0,0,0,0,0 +444210,12,2,104,14,11,0,0,0,0,0,0,0 +444220,12,2,161,21,17,0,0,0,0,0,0,0 +445110,12,2,4242,95,43,34,16,0,0,0,0,0 +445120,12,2,63,24,18,0,0,0,0,0,0,0 +445210,12,2,14,3,0,0,0,0,0,0,0,0 +445220,12,2,116,23,21,0,0,0,0,0,0,0 +445230,12,2,75,11,7,0,0,0,0,0,0,0 +445292,12,2,14,3,0,0,0,0,0,0,0,0 +445299,12,2,24,7,0,0,0,0,0,0,0,0 +445310,12,2,244,66,62,0,0,0,0,0,0,0 +446110,12,2,1624,126,95,31,0,0,0,0,0,0 +446120,12,2,275,43,39,0,0,0,0,0,0,0 +446130,12,2,246,28,24,0,0,0,0,0,0,0 +446191,12,2,59,15,14,0,0,0,0,0,0,0 +446199,12,2,132,25,20,0,0,0,0,0,0,0 +447110,12,2,2168,343,337,3,0,0,0,0,0,0 +447190,12,2,335,20,12,3,0,0,0,0,0,0 +448110,12,2,254,28,24,3,0,0,0,0,0,0 +448120,12,2,926,99,92,3,0,0,0,0,0,0 +448130,12,2,225,24,18,4,0,0,0,0,0,0 +448140,12,2,1456,64,30,30,0,0,0,0,0,0 +448150,12,2,122,14,4,3,0,0,0,0,0,0 +448190,12,2,232,27,21,0,0,0,0,0,0,0 +448210,12,2,668,61,52,8,0,0,0,0,0,0 +448310,12,2,237,40,40,0,0,0,0,0,0,0 +451110,12,2,691,48,40,0,0,0,0,0,0,0 +451120,12,2,302,16,6,7,0,0,0,0,0,0 +451130,12,2,41,8,4,0,0,0,0,0,0,0 +451140,12,2,39,4,0,0,0,0,0,0,0,0 +451211,12,2,144,14,8,0,0,0,0,0,0,0 +452210,12,2,781,9,0,4,3,0,0,0,0,0 +452311,12,2,2590,19,0,0,9,8,0,0,0,0 +452319,12,2,1464,173,164,9,0,0,0,0,0,0 +453110,12,2,156,22,18,0,0,0,0,0,0,0 +453210,12,2,66,14,11,0,0,0,0,0,0,0 +453220,12,2,466,46,41,0,0,0,0,0,0,0 +453310,12,2,483,59,50,7,0,0,0,0,0,0 +453910,12,2,188,16,10,3,0,0,0,0,0,0 +453920,12,2,7,5,5,0,0,0,0,0,0,0 +453991,12,2,14,8,7,0,0,0,0,0,0,0 +453998,12,2,203,41,36,0,0,0,0,0,0,0 +454110,12,2,346,33,29,0,0,0,0,0,0,0 +454210,12,2,14,5,4,0,0,0,0,0,0,0 +454310,12,2,34,6,0,0,0,0,0,0,0,0 +454390,12,2,88,26,22,0,0,0,0,0,0,0 +481111,12,2,62,4,0,0,0,0,0,0,0,0 +481211,12,2,7,3,0,0,0,0,0,0,0,0 +483113,12,2,45,6,3,0,0,0,0,0,0,0 +483211,12,2,21,4,3,0,0,0,0,0,0,0 +484110,12,2,140,24,17,0,0,0,0,0,0,0 +484121,12,2,924,49,32,6,3,0,0,0,0,0 +484122,12,2,441,19,3,9,0,0,0,0,0,0 +484210,12,2,86,14,10,0,0,0,0,0,0,0 +484220,12,2,626,56,48,4,0,0,0,0,0,0 +484230,12,2,476,33,21,8,0,0,0,0,0,0 +485320,12,2,0,4,3,0,0,0,0,0,0,0 +485510,12,2,130,3,0,0,0,0,0,0,0,0 +485991,12,2,42,4,0,0,0,0,0,0,0,0 +485999,12,2,25,3,0,0,0,0,0,0,0,0 +486210,12,2,95,10,7,0,0,0,0,0,0,0 +487210,12,2,55,28,25,0,0,0,0,0,0,0 +488119,12,2,163,10,3,3,0,0,0,0,0,0 +488190,12,2,50,6,3,0,0,0,0,0,0,0 +488210,12,2,165,7,0,0,0,0,0,0,0,0 +488320,12,2,515,10,3,0,0,0,0,0,0,0 +488330,12,2,249,17,12,0,0,0,0,0,0,0 +488390,12,2,215,13,6,3,0,0,0,0,0,0 +488410,12,2,90,10,6,0,0,0,0,0,0,0 +488490,12,2,37,11,7,0,0,0,0,0,0,0 +488510,12,2,692,41,30,8,0,0,0,0,0,0 +492110,12,2,720,20,10,0,0,0,0,0,0,0 +492210,12,2,23,3,0,0,0,0,0,0,0,0 +493110,12,2,850,28,12,9,0,0,0,0,0,0 +493120,12,2,141,5,0,3,0,0,0,0,0,0 +493190,12,2,57,6,3,0,0,0,0,0,0,0 +511110,12,2,0,3,0,0,0,0,0,0,0,0 +511120,12,2,99,3,0,0,0,0,0,0,0,0 +511130,12,2,3,4,4,0,0,0,0,0,0,0 +511210,12,2,0,3,0,0,0,0,0,0,0,0 +512110,12,2,88,12,10,0,0,0,0,0,0,0 +512131,12,2,0,3,0,3,0,0,0,0,0,0 +512240,12,2,17,4,0,0,0,0,0,0,0,0 +515112,12,2,137,11,0,3,0,0,0,0,0,0 +515120,12,2,289,6,0,0,0,0,0,0,0,0 +517311,12,2,1268,82,63,14,0,0,0,0,0,0 +517312,12,2,542,66,59,7,0,0,0,0,0,0 +517919,12,2,9,8,5,0,0,0,0,0,0,0 +518210,12,2,491,11,3,0,0,0,0,0,0,0 +519130,12,2,0,3,0,0,0,0,0,0,0,0 +522110,12,2,2017,227,214,13,0,0,0,0,0,0 +522130,12,2,316,53,52,0,0,0,0,0,0,0 +522220,12,2,10,3,0,0,0,0,0,0,0,0 +522291,12,2,265,77,74,0,0,0,0,0,0,0 +522292,12,2,225,33,28,0,0,0,0,0,0,0 +522298,12,2,258,69,69,0,0,0,0,0,0,0 +522310,12,2,18,7,5,0,0,0,0,0,0,0 +522320,12,2,6,4,4,0,0,0,0,0,0,0 +522390,12,2,146,59,56,0,0,0,0,0,0,0 +523120,12,2,178,36,28,3,0,0,0,0,0,0 +523910,12,2,8,4,3,0,0,0,0,0,0,0 +523920,12,2,187,59,55,0,0,0,0,0,0,0 +523930,12,2,43,23,23,0,0,0,0,0,0,0 +524113,12,2,112,10,6,0,0,0,0,0,0,0 +524114,12,2,131,9,3,0,0,0,0,0,0,0 +524126,12,2,187,35,31,0,0,0,0,0,0,0 +524210,12,2,976,242,237,3,0,0,0,0,0,0 +524291,12,2,2110,39,32,0,0,0,0,0,0,0 +524292,12,2,203,12,3,0,0,0,0,0,0,0 +531110,12,2,639,130,127,0,0,0,0,0,0,0 +531120,12,2,241,55,50,0,0,0,0,0,0,0 +531130,12,2,135,57,55,0,0,0,0,0,0,0 +531190,12,2,34,18,16,0,0,0,0,0,0,0 +531210,12,2,1223,254,249,0,0,0,0,0,0,0 +531311,12,2,384,59,53,0,0,0,0,0,0,0 +531312,12,2,50,20,16,0,0,0,0,0,0,0 +531320,12,2,93,36,34,0,0,0,0,0,0,0 +531390,12,2,23,14,13,0,0,0,0,0,0,0 +532111,12,2,0,24,18,0,0,0,0,0,0,0 +532120,12,2,62,14,12,0,0,0,0,0,0,0 +532210,12,2,0,16,15,0,0,0,0,0,0,0 +532283,12,2,99,10,3,0,0,0,0,0,0,0 +532284,12,2,84,9,6,0,0,0,0,0,0,0 +532289,12,2,149,15,6,0,0,0,0,0,0,0 +532412,12,2,154,13,10,3,0,0,0,0,0,0 +532490,12,2,488,30,24,4,0,0,0,0,0,0 +533110,12,2,4,3,3,0,0,0,0,0,0,0 +541110,12,2,1747,371,356,14,0,0,0,0,0,0 +541191,12,2,184,27,26,0,0,0,0,0,0,0 +541211,12,2,706,121,112,8,0,0,0,0,0,0 +541213,12,2,229,48,44,0,0,0,0,0,0,0 +541214,12,2,247,15,6,0,0,0,0,0,0,0 +541219,12,2,232,58,53,0,0,0,0,0,0,0 +541310,12,2,129,32,24,0,0,0,0,0,0,0 +541320,12,2,16,6,3,0,0,0,0,0,0,0 +541330,12,2,2078,122,101,12,3,0,0,0,0,0 +541340,12,2,20,9,8,0,0,0,0,0,0,0 +541350,12,2,16,12,10,0,0,0,0,0,0,0 +541370,12,2,71,15,10,0,0,0,0,0,0,0 +541380,12,2,408,24,14,0,0,0,0,0,0,0 +541410,12,2,60,22,21,0,0,0,0,0,0,0 +541430,12,2,18,12,11,0,0,0,0,0,0,0 +541511,12,2,556,37,32,0,0,0,0,0,0,0 +541512,12,2,1633,58,50,0,0,0,0,0,0,0 +541513,12,2,103,10,6,0,0,0,0,0,0,0 +541611,12,2,139,60,56,0,0,0,0,0,0,0 +541613,12,2,76,30,26,0,0,0,0,0,0,0 +541614,12,2,32,9,7,0,0,0,0,0,0,0 +541618,12,2,27,4,3,0,0,0,0,0,0,0 +541620,12,2,204,23,18,0,0,0,0,0,0,0 +541690,12,2,154,34,28,0,0,0,0,0,0,0 +541715,12,2,155,8,4,0,0,0,0,0,0,0 +541810,12,2,173,20,14,0,0,0,0,0,0,0 +541820,12,2,0,3,3,0,0,0,0,0,0,0 +541840,12,2,5,3,0,0,0,0,0,0,0,0 +541890,12,2,96,16,13,0,0,0,0,0,0,0 +541910,12,2,13,3,0,0,0,0,0,0,0,0 +541921,12,2,77,16,11,0,0,0,0,0,0,0 +541930,12,2,0,3,0,0,0,0,0,0,0,0 +541940,12,2,797,77,69,8,0,0,0,0,0,0 +541990,12,2,152,22,17,0,0,0,0,0,0,0 +551112,12,2,48,12,9,0,0,0,0,0,0,0 +551114,12,2,3479,94,59,28,0,0,0,0,0,0 +561110,12,2,2904,37,28,0,0,0,0,0,0,0 +561311,12,2,144,6,3,0,0,0,0,0,0,0 +561320,12,2,3795,69,26,27,10,3,0,0,0,0 +561330,12,2,0,4,0,0,0,0,0,0,0,0 +561410,12,2,17,4,0,0,0,0,0,0,0,0 +561421,12,2,0,3,0,0,0,0,0,0,0,0 +561422,12,2,1730,8,0,0,0,0,0,0,0,0 +561431,12,2,64,14,10,0,0,0,0,0,0,0 +561439,12,2,44,6,3,0,0,0,0,0,0,0 +561440,12,2,420,7,0,4,0,0,0,0,0,0 +561491,12,2,15,3,0,0,0,0,0,0,0,0 +561492,12,2,10,6,6,0,0,0,0,0,0,0 +561499,12,2,0,3,0,0,0,0,0,0,0,0 +561510,12,2,45,10,9,0,0,0,0,0,0,0 +561611,12,2,12,7,6,0,0,0,0,0,0,0 +561612,12,2,827,21,4,6,0,0,0,0,0,0 +561621,12,2,127,16,11,0,0,0,0,0,0,0 +561622,12,2,0,3,0,0,0,0,0,0,0,0 +561710,12,2,445,43,35,3,0,0,0,0,0,0 +561720,12,2,1409,121,105,12,0,0,0,0,0,0 +561730,12,2,1038,177,164,12,0,0,0,0,0,0 +561740,12,2,67,19,17,0,0,0,0,0,0,0 +561790,12,2,152,29,24,0,0,0,0,0,0,0 +561990,12,2,229,16,11,0,0,0,0,0,0,0 +562111,12,2,349,26,13,6,0,0,0,0,0,0 +562119,12,2,0,4,0,0,0,0,0,0,0,0 +562211,12,2,0,3,0,0,0,0,0,0,0,0 +562212,12,2,55,6,0,0,0,0,0,0,0,0 +562910,12,2,247,17,9,0,0,0,0,0,0,0 +562920,12,2,17,3,0,0,0,0,0,0,0,0 +562991,12,2,46,7,3,0,0,0,0,0,0,0 +562998,12,2,343,5,0,0,0,0,0,0,0,0 +611110,12,2,2213,39,15,11,7,0,0,0,0,0 +611310,12,2,1278,10,0,0,0,0,0,0,0,0 +611430,12,2,25,5,3,0,0,0,0,0,0,0 +611512,12,2,0,3,0,0,0,0,0,0,0,0 +611513,12,2,11,3,0,0,0,0,0,0,0,0 +611519,12,2,72,8,0,0,0,0,0,0,0,0 +611610,12,2,114,18,16,0,0,0,0,0,0,0 +611620,12,2,114,22,14,0,0,0,0,0,0,0 +611691,12,2,50,10,6,0,0,0,0,0,0,0 +611699,12,2,0,3,0,0,0,0,0,0,0,0 +611710,12,2,21,9,8,0,0,0,0,0,0,0 +621111,12,2,5282,302,242,53,5,0,0,0,0,0 +621112,12,2,47,18,17,0,0,0,0,0,0,0 +621210,12,2,1425,192,182,10,0,0,0,0,0,0 +621310,12,2,177,61,61,0,0,0,0,0,0,0 +621320,12,2,125,32,29,0,0,0,0,0,0,0 +621330,12,2,33,26,26,0,0,0,0,0,0,0 +621340,12,2,364,70,70,0,0,0,0,0,0,0 +621391,12,2,62,11,7,0,0,0,0,0,0,0 +621399,12,2,62,19,15,0,0,0,0,0,0,0 +621420,12,2,157,21,11,0,0,0,0,0,0,0 +621492,12,2,0,21,7,7,0,0,0,0,0,0 +621493,12,2,394,13,3,4,0,0,0,0,0,0 +621498,12,2,364,22,17,0,0,0,0,0,0,0 +621511,12,2,322,26,20,0,0,0,0,0,0,0 +621512,12,2,131,6,3,0,0,0,0,0,0,0 +621610,12,2,2118,37,3,21,3,0,0,0,0,0 +621910,12,2,452,9,0,0,0,0,0,0,0,0 +621991,12,2,94,3,0,0,0,0,0,0,0,0 +621999,12,2,0,9,3,0,0,0,0,0,0,0 +622110,12,2,5617,8,0,0,0,0,0,0,0,0 +623110,12,2,2778,25,0,3,17,0,0,0,0,0 +623210,12,2,458,35,24,8,0,0,0,0,0,0 +623220,12,2,289,33,30,0,0,0,0,0,0,0 +623311,12,2,368,11,0,3,0,0,0,0,0,0 +623312,12,2,493,18,0,9,0,0,0,0,0,0 +623990,12,2,339,16,3,3,0,0,0,0,0,0 +624110,12,2,172,28,25,0,0,0,0,0,0,0 +624120,12,2,1109,41,21,12,0,0,0,0,0,0 +624190,12,2,290,48,43,0,0,0,0,0,0,0 +624221,12,2,93,8,0,0,0,0,0,0,0,0 +624229,12,2,58,8,3,0,0,0,0,0,0,0 +624310,12,2,243,10,4,3,0,0,0,0,0,0 +624410,12,2,1472,106,84,20,0,0,0,0,0,0 +711110,12,2,15,4,0,0,0,0,0,0,0,0 +711130,12,2,0,3,0,0,0,0,0,0,0,0 +711310,12,2,388,4,0,0,0,0,0,0,0,0 +711320,12,2,114,9,3,0,0,0,0,0,0,0 +711510,12,2,34,11,9,0,0,0,0,0,0,0 +712110,12,2,74,10,9,0,0,0,0,0,0,0 +713110,12,2,0,4,0,0,0,0,0,0,0,0 +713120,12,2,221,10,0,0,0,0,0,0,0,0 +713290,12,2,13,3,0,0,0,0,0,0,0,0 +713910,12,2,458,9,0,3,0,0,0,0,0,0 +713930,12,2,240,18,11,4,0,0,0,0,0,0 +713940,12,2,767,55,43,6,0,0,0,0,0,0 +713990,12,2,238,32,25,0,0,0,0,0,0,0 +721110,12,2,3904,132,71,56,0,0,0,0,0,0 +721191,12,2,13,4,0,0,0,0,0,0,0,0 +721211,12,2,38,8,5,0,0,0,0,0,0,0 +721214,12,2,6,3,0,0,0,0,0,0,0,0 +722310,12,2,859,30,12,8,0,0,0,0,0,0 +722320,12,2,96,16,11,0,0,0,0,0,0,0 +722410,12,2,367,56,52,3,0,0,0,0,0,0 +722511,12,2,12330,484,264,206,14,0,0,0,0,0 +722513,12,2,9897,452,234,215,3,0,0,0,0,0 +722514,12,2,382,20,11,3,0,0,0,0,0,0 +722515,12,2,588,71,64,7,0,0,0,0,0,0 +811111,12,2,480,118,112,4,0,0,0,0,0,0 +811113,12,2,54,12,8,0,0,0,0,0,0,0 +811118,12,2,28,5,0,0,0,0,0,0,0,0 +811121,12,2,486,63,59,4,0,0,0,0,0,0 +811122,12,2,64,9,5,0,0,0,0,0,0,0 +811191,12,2,113,19,17,0,0,0,0,0,0,0 +811192,12,2,295,21,15,0,0,0,0,0,0,0 +811198,12,2,28,5,3,0,0,0,0,0,0,0 +811212,12,2,7,4,4,0,0,0,0,0,0,0 +811213,12,2,38,7,4,0,0,0,0,0,0,0 +811219,12,2,36,8,7,0,0,0,0,0,0,0 +811310,12,2,724,62,53,8,0,0,0,0,0,0 +811412,12,2,26,12,10,0,0,0,0,0,0,0 +811420,12,2,13,6,6,0,0,0,0,0,0,0 +811490,12,2,159,38,37,0,0,0,0,0,0,0 +812112,12,2,456,103,101,0,0,0,0,0,0,0 +812113,12,2,144,44,44,0,0,0,0,0,0,0 +812191,12,2,27,5,3,0,0,0,0,0,0,0 +812199,12,2,179,23,18,0,0,0,0,0,0,0 +812210,12,2,210,22,20,0,0,0,0,0,0,0 +812220,12,2,74,6,3,0,0,0,0,0,0,0 +812310,12,2,101,11,5,3,0,0,0,0,0,0 +812320,12,2,674,27,17,0,0,0,0,0,0,0 +812332,12,2,109,4,0,0,0,0,0,0,0,0 +812910,12,2,176,35,33,0,0,0,0,0,0,0 +812930,12,2,199,19,16,0,0,0,0,0,0,0 +812990,12,2,79,27,22,0,0,0,0,0,0,0 +813110,12,2,5606,549,480,64,4,0,0,0,0,0 +813211,12,2,41,16,13,0,0,0,0,0,0,0 +813312,12,2,58,14,12,0,0,0,0,0,0,0 +813319,12,2,21,6,4,0,0,0,0,0,0,0 +813410,12,2,148,38,35,0,0,0,0,0,0,0 +813910,12,2,102,17,14,0,0,0,0,0,0,0 +813930,12,2,163,32,32,0,0,0,0,0,0,0 +813990,12,2,95,30,28,0,0,0,0,0,0,0 +113110,19,3,47,14,6,0,0,0,0,0,0,0 +113310,19,3,3215,422,307,8,0,0,0,0,0,0 +115114,19,3,0,4,0,0,0,0,0,0,0,0 +115210,19,3,27,7,3,0,0,0,0,0,0,0 +115310,19,3,281,47,13,0,0,0,0,0,0,0 +211120,19,3,35,5,3,0,0,0,0,0,0,0 +212112,19,3,0,3,0,0,0,0,0,0,0,0 +212312,19,3,165,12,7,0,0,0,0,0,0,0 +212321,19,3,97,6,0,0,0,0,0,0,0,0 +213112,19,3,639,17,3,0,0,0,0,0,0,0 +221111,19,3,0,3,0,0,0,0,0,0,0,0 +221112,19,3,0,5,0,3,0,0,0,0,0,0 +221122,19,3,0,51,6,3,0,0,0,0,0,0 +221310,19,3,79,20,4,0,0,0,0,0,0,0 +236115,19,3,673,212,176,0,0,0,0,0,0,0 +236116,19,3,170,16,3,0,0,0,0,0,0,0 +236117,19,3,724,120,86,7,0,0,0,0,0,0 +236118,19,3,1051,302,279,0,0,0,0,0,0,0 +236210,19,3,208,14,6,0,0,0,0,0,0,0 +236220,19,3,3825,293,192,19,0,0,0,0,0,0 +237110,19,3,485,39,16,0,0,0,0,0,0,0 +237130,19,3,623,19,3,0,0,0,0,0,0,0 +237210,19,3,47,22,16,0,0,0,0,0,0,0 +237310,19,3,2087,73,18,15,0,0,0,0,0,0 +237990,19,3,173,12,0,0,0,0,0,0,0,0 +238110,19,3,727,94,69,6,0,0,0,0,0,0 +238120,19,3,142,15,6,0,0,0,0,0,0,0 +238130,19,3,69,20,13,0,0,0,0,0,0,0 +238140,19,3,397,45,15,0,0,0,0,0,0,0 +238150,19,3,71,10,4,0,0,0,0,0,0,0 +238160,19,3,566,92,55,0,0,0,0,0,0,0 +238170,19,3,91,23,16,0,0,0,0,0,0,0 +238190,19,3,116,19,3,0,0,0,0,0,0,0 +238210,19,3,4797,430,299,43,0,0,0,0,0,0 +238220,19,3,6889,743,592,56,4,0,0,0,0,0 +238290,19,3,391,32,18,0,0,0,0,0,0,0 +238310,19,3,927,78,37,5,0,0,0,0,0,0 +238320,19,3,484,99,68,0,0,0,0,0,0,0 +238330,19,3,225,41,28,0,0,0,0,0,0,0 +238340,19,3,144,15,5,0,0,0,0,0,0,0 +238350,19,3,415,102,72,0,0,0,0,0,0,0 +238390,19,3,0,7,0,0,0,0,0,0,0,0 +238910,19,3,2919,268,175,5,0,0,0,0,0,0 +238990,19,3,1076,150,100,6,0,0,0,0,0,0 +311119,19,3,186,6,0,0,0,0,0,0,0,0 +311615,19,3,8880,15,0,0,0,0,9,0,0,0 +311811,19,3,89,16,9,0,0,0,0,0,0,0 +312120,19,3,118,8,3,0,0,0,0,0,0,0 +314999,19,3,0,8,3,0,0,0,0,0,0,0 +315110,19,3,1110,15,4,7,0,0,0,0,0,0 +316998,19,3,27,4,0,0,0,0,0,0,0,0 +321113,19,3,1782,47,3,0,3,0,0,0,0,0 +321211,19,3,131,3,0,0,0,0,0,0,0,0 +321912,19,3,337,11,0,0,0,0,0,0,0,0 +321920,19,3,233,15,4,0,0,0,0,0,0,0 +321991,19,3,0,9,0,0,0,0,0,0,0,0 +321992,19,3,0,3,0,0,0,0,0,0,0,0 +322211,19,3,340,3,0,0,0,0,0,0,0,0 +323111,19,3,732,83,48,5,0,0,0,0,0,0 +323113,19,3,211,39,21,0,0,0,0,0,0,0 +324122,19,3,373,6,0,0,0,0,0,0,0,0 +325120,19,3,0,3,0,0,0,0,0,0,0,0 +325211,19,3,574,5,0,0,0,0,0,0,0,0 +325220,19,3,822,3,0,0,0,0,0,0,0,0 +325412,19,3,0,4,0,0,0,0,0,0,0,0 +325998,19,3,125,4,0,0,0,0,0,0,0,0 +326122,19,3,93,3,0,0,0,0,0,0,0,0 +326199,19,3,2345,41,0,3,3,0,0,0,0,0 +326220,19,3,0,3,0,0,0,0,0,0,0,0 +326299,19,3,130,3,0,0,0,0,0,0,0,0 +327215,19,3,0,3,0,0,0,0,0,0,0,0 +327320,19,3,366,39,10,0,0,0,0,0,0,0 +327390,19,3,103,3,0,0,0,0,0,0,0,0 +327991,19,3,27,3,0,0,0,0,0,0,0,0 +331318,19,3,139,3,0,0,0,0,0,0,0,0 +331511,19,3,1011,4,0,0,0,0,0,0,0,0 +332311,19,3,27,6,0,0,0,0,0,0,0,0 +332312,19,3,1189,36,3,3,0,0,0,0,0,0 +332313,19,3,113,3,0,0,0,0,0,0,0,0 +332321,19,3,0,3,0,0,0,0,0,0,0,0 +332322,19,3,411,19,0,0,0,0,0,0,0,0 +332323,19,3,8,6,0,0,0,0,0,0,0,0 +332710,19,3,1601,133,71,5,0,0,0,0,0,0 +332721,19,3,83,12,0,0,0,0,0,0,0,0 +332813,19,3,29,6,0,0,0,0,0,0,0,0 +332999,19,3,0,3,0,0,0,0,0,0,0,0 +333241,19,3,128,3,0,0,0,0,0,0,0,0 +333318,19,3,24,3,0,0,0,0,0,0,0,0 +333511,19,3,90,4,0,0,0,0,0,0,0,0 +333514,19,3,203,11,0,0,0,0,0,0,0,0 +333922,19,3,0,3,0,0,0,0,0,0,0,0 +333999,19,3,75,4,0,0,0,0,0,0,0,0 +334220,19,3,46,3,0,0,0,0,0,0,0,0 +334418,19,3,982,7,0,0,0,0,0,0,0,0 +334419,19,3,45,4,3,0,0,0,0,0,0,0 +336212,19,3,330,3,0,0,0,0,0,0,0,0 +336214,19,3,22,3,0,0,0,0,0,0,0,0 +336350,19,3,345,6,0,0,0,0,0,0,0,0 +336360,19,3,683,8,0,0,0,0,0,0,0,0 +336390,19,3,4783,24,0,0,3,0,0,0,0,0 +336411,19,3,73,3,0,0,0,0,0,0,0,0 +336413,19,3,1262,6,0,0,0,0,0,0,0,0 +336992,19,3,0,3,0,0,0,0,0,0,0,0 +337110,19,3,1850,86,53,0,0,0,0,0,0,0 +337122,19,3,308,6,0,0,0,0,0,0,0,0 +339113,19,3,22,6,0,0,0,0,0,0,0,0 +339116,19,3,590,33,12,0,0,0,0,0,0,0 +339920,19,3,279,9,0,0,0,0,0,0,0,0 +339950,19,3,119,28,7,0,0,0,0,0,0,0 +339999,19,3,22,4,0,0,0,0,0,0,0,0 +423110,19,3,770,44,15,13,0,0,0,0,0,0 +423120,19,3,834,87,52,0,0,0,0,0,0,0 +423130,19,3,402,25,8,0,0,0,0,0,0,0 +423140,19,3,19,3,0,0,0,0,0,0,0,0 +423210,19,3,44,13,0,0,0,0,0,0,0,0 +423220,19,3,52,9,3,0,0,0,0,0,0,0 +423310,19,3,1154,60,24,0,0,0,0,0,0,0 +423320,19,3,76,19,8,0,0,0,0,0,0,0 +423330,19,3,247,30,18,0,0,0,0,0,0,0 +423390,19,3,148,8,0,0,0,0,0,0,0,0 +423420,19,3,628,47,23,0,0,0,0,0,0,0 +423430,19,3,10,9,7,0,0,0,0,0,0,0 +423440,19,3,30,3,3,0,0,0,0,0,0,0 +423450,19,3,53,17,3,0,0,0,0,0,0,0 +423490,19,3,9,4,4,0,0,0,0,0,0,0 +423510,19,3,699,47,14,6,0,0,0,0,0,0 +423610,19,3,871,81,49,7,0,0,0,0,0,0 +423690,19,3,464,38,25,0,0,0,0,0,0,0 +423710,19,3,407,27,13,0,0,0,0,0,0,0 +423720,19,3,149,16,8,0,0,0,0,0,0,0 +423730,19,3,405,55,33,0,0,0,0,0,0,0 +423810,19,3,720,26,3,3,0,0,0,0,0,0 +423820,19,3,576,57,12,3,0,0,0,0,0,0 +423830,19,3,1206,145,105,9,0,0,0,0,0,0 +423840,19,3,565,60,35,0,0,0,0,0,0,0 +423850,19,3,68,13,3,0,0,0,0,0,0,0 +423910,19,3,233,13,3,0,0,0,0,0,0,0 +423930,19,3,977,93,34,0,0,0,0,0,0,0 +423940,19,3,0,3,0,0,0,0,0,0,0,0 +423990,19,3,307,35,11,0,0,0,0,0,0,0 +424120,19,3,135,16,6,0,0,0,0,0,0,0 +424130,19,3,180,8,3,0,0,0,0,0,0,0 +424210,19,3,1166,31,0,3,0,0,0,0,0,0 +424320,19,3,140,3,0,0,0,0,0,0,0,0 +424420,19,3,17,6,3,0,0,0,0,0,0,0 +424430,19,3,64,3,0,0,0,0,0,0,0,0 +424450,19,3,0,3,3,0,0,0,0,0,0,0 +424470,19,3,31,3,0,0,0,0,0,0,0,0 +424490,19,3,2717,60,26,6,3,4,0,0,0,0 +424520,19,3,24,4,0,0,0,0,0,0,0,0 +424590,19,3,0,6,0,0,0,0,0,0,0,0 +424610,19,3,31,3,0,0,0,0,0,0,0,0 +424690,19,3,232,40,18,0,0,0,0,0,0,0 +424710,19,3,153,20,7,0,0,0,0,0,0,0 +424720,19,3,40,6,3,0,0,0,0,0,0,0 +424810,19,3,424,8,0,0,0,0,0,0,0,0 +424910,19,3,436,48,10,0,0,0,0,0,0,0 +424930,19,3,156,17,6,0,0,0,0,0,0,0 +424940,19,3,0,3,0,0,0,0,0,0,0,0 +424950,19,3,26,6,3,0,0,0,0,0,0,0 +424990,19,3,68,26,13,0,0,0,0,0,0,0 +425120,19,3,772,180,152,0,0,0,0,0,0,0 +441110,19,3,8273,194,15,107,11,0,0,0,0,0 +441120,19,3,1610,318,274,3,0,0,0,0,0,0 +441210,19,3,237,14,0,0,0,0,0,0,0,0 +441222,19,3,53,8,3,0,0,0,0,0,0,0 +441228,19,3,437,38,9,0,0,0,0,0,0,0 +441310,19,3,4112,468,374,13,0,0,0,0,0,0 +441320,19,3,1630,233,162,0,0,0,0,0,0,0 +442110,19,3,1811,275,197,0,0,0,0,0,0,0 +442210,19,3,429,82,43,0,0,0,0,0,0,0 +442299,19,3,804,96,55,4,0,0,0,0,0,0 +443141,19,3,476,76,22,0,0,0,0,0,0,0 +443142,19,3,921,103,68,0,0,0,0,0,0,0 +444110,19,3,1877,37,0,0,22,0,0,0,0,0 +444120,19,3,135,40,31,0,0,0,0,0,0,0 +444130,19,3,934,130,63,3,0,0,0,0,0,0 +444190,19,3,2680,249,162,16,0,0,0,0,0,0 +444210,19,3,204,37,6,0,0,0,0,0,0,0 +444220,19,3,1226,151,74,0,0,0,0,0,0,0 +445110,19,3,16239,444,103,139,30,0,0,0,0,0 +445120,19,3,192,87,80,0,0,0,0,0,0,0 +445210,19,3,15,9,3,0,0,0,0,0,0,0 +445220,19,3,3,3,3,0,0,0,0,0,0,0 +445291,19,3,0,3,3,0,0,0,0,0,0,0 +445299,19,3,41,20,11,0,0,0,0,0,0,0 +445310,19,3,529,164,148,0,0,0,0,0,0,0 +446110,19,3,6271,595,428,51,0,0,0,0,0,0 +446120,19,3,1108,124,78,6,0,0,0,0,0,0 +446130,19,3,334,53,35,0,0,0,0,0,0,0 +446191,19,3,220,50,36,0,0,0,0,0,0,0 +446199,19,3,294,60,39,0,0,0,0,0,0,0 +447110,19,3,9098,1858,1773,12,0,0,0,0,0,0 +447190,19,3,629,62,39,3,0,0,0,0,0,0 +448110,19,3,342,40,15,0,0,0,0,0,0,0 +448120,19,3,2498,341,274,6,0,0,0,0,0,0 +448130,19,3,318,33,15,0,0,0,0,0,0,0 +448140,19,3,3836,203,73,61,0,0,0,0,0,0 +448150,19,3,162,32,22,0,0,0,0,0,0,0 +448190,19,3,616,60,27,0,0,0,0,0,0,0 +448210,19,3,1503,169,113,4,0,0,0,0,0,0 +448310,19,3,674,105,82,0,0,0,0,0,0,0 +451110,19,3,2032,127,73,6,0,0,0,0,0,0 +451120,19,3,720,35,8,11,0,0,0,0,0,0 +451130,19,3,70,9,0,0,0,0,0,0,0,0 +451140,19,3,139,22,5,0,0,0,0,0,0,0 +451211,19,3,627,57,20,6,0,0,0,0,0,0 +452210,19,3,3009,33,0,9,3,0,0,0,0,0 +452311,19,3,4727,51,0,0,8,18,0,0,0,0 +452319,19,3,6763,789,660,27,0,0,0,0,0,0 +453110,19,3,377,106,83,0,0,0,0,0,0,0 +453210,19,3,267,32,11,0,0,0,0,0,0,0 +453220,19,3,766,119,86,0,0,0,0,0,0,0 +453310,19,3,1188,165,125,4,0,0,0,0,0,0 +453910,19,3,375,34,10,3,0,0,0,0,0,0 +453920,19,3,4,3,3,0,0,0,0,0,0,0 +453930,19,3,70,24,7,0,0,0,0,0,0,0 +453991,19,3,107,45,39,0,0,0,0,0,0,0 +453998,19,3,498,143,118,0,0,0,0,0,0,0 +454110,19,3,797,124,79,0,0,0,0,0,0,0 +454210,19,3,64,15,11,0,0,0,0,0,0,0 +454310,19,3,395,71,32,0,0,0,0,0,0,0 +454390,19,3,437,109,88,0,0,0,0,0,0,0 +481111,19,3,89,8,0,0,0,0,0,0,0,0 +484110,19,3,562,116,75,3,0,0,0,0,0,0 +484121,19,3,6872,388,244,7,0,0,0,0,0,0 +484122,19,3,1680,58,10,17,0,0,0,0,0,0 +484210,19,3,334,29,12,3,0,0,0,0,0,0 +484220,19,3,1848,325,229,0,0,0,0,0,0,0 +484230,19,3,849,122,72,0,0,0,0,0,0,0 +485320,19,3,16,3,0,0,0,0,0,0,0,0 +485410,19,3,0,3,0,0,0,0,0,0,0,0 +486210,19,3,0,3,0,0,0,0,0,0,0,0 +488119,19,3,222,10,6,0,0,0,0,0,0,0 +488190,19,3,1024,27,14,3,0,0,0,0,0,0 +488210,19,3,0,3,0,0,0,0,0,0,0,0 +488410,19,3,222,47,20,0,0,0,0,0,0,0 +488490,19,3,0,13,4,0,0,0,0,0,0,0 +488510,19,3,354,65,45,0,0,0,0,0,0,0 +492110,19,3,700,68,28,3,0,0,0,0,0,0 +492210,19,3,88,9,0,0,0,0,0,0,0,0 +493110,19,3,5302,91,34,18,0,0,0,0,0,0 +493120,19,3,103,3,0,3,0,0,0,0,0,0 +493190,19,3,134,8,0,0,0,0,0,0,0,0 +511110,19,3,225,36,8,0,0,0,0,0,0,0 +511120,19,3,288,20,8,0,0,0,0,0,0,0 +511130,19,3,25,9,3,0,0,0,0,0,0,0 +511210,19,3,671,23,12,3,0,0,0,0,0,0 +512110,19,3,30,9,4,0,0,0,0,0,0,0 +512131,19,3,184,12,0,3,0,0,0,0,0,0 +515112,19,3,486,58,15,0,0,0,0,0,0,0 +515120,19,3,672,16,0,0,0,0,0,0,0,0 +517311,19,3,3714,263,146,17,3,0,0,0,0,0 +517312,19,3,2349,162,101,6,0,0,0,0,0,0 +517911,19,3,46,12,10,0,0,0,0,0,0,0 +517919,19,3,0,3,0,0,0,0,0,0,0,0 +518210,19,3,618,38,23,0,0,0,0,0,0,0 +519120,19,3,0,3,0,0,0,0,0,0,0,0 +519130,19,3,36,15,8,0,0,0,0,0,0,0 +522110,19,3,10441,953,760,65,0,0,0,0,0,0 +522120,19,3,0,6,0,0,0,0,0,0,0,0 +522130,19,3,2607,234,157,13,0,0,0,0,0,0 +522220,19,3,44,13,7,0,0,0,0,0,0,0 +522291,19,3,1542,483,464,0,0,0,0,0,0,0 +522292,19,3,611,75,56,0,0,0,0,0,0,0 +522298,19,3,853,225,196,0,0,0,0,0,0,0 +522310,19,3,40,9,4,0,0,0,0,0,0,0 +522390,19,3,638,250,236,0,0,0,0,0,0,0 +523110,19,3,0,3,0,0,0,0,0,0,0,0 +523120,19,3,401,80,60,0,0,0,0,0,0,0 +523910,19,3,13,12,10,0,0,0,0,0,0,0 +523920,19,3,505,163,142,3,0,0,0,0,0,0 +523930,19,3,44,28,27,0,0,0,0,0,0,0 +524113,19,3,196,16,6,0,0,0,0,0,0,0 +524114,19,3,286,14,5,3,0,0,0,0,0,0 +524126,19,3,1163,245,199,3,0,0,0,0,0,0 +524128,19,3,0,3,0,0,0,0,0,0,0,0 +524210,19,3,3313,827,758,9,0,0,0,0,0,0 +524291,19,3,8,9,0,0,0,0,0,0,0,0 +524292,19,3,148,15,7,0,0,0,0,0,0,0 +524298,19,3,15,3,0,0,0,0,0,0,0,0 +531110,19,3,1764,524,494,3,0,0,0,0,0,0 +531120,19,3,584,158,139,0,0,0,0,0,0,0 +531130,19,3,340,147,141,0,0,0,0,0,0,0 +531190,19,3,127,40,29,0,0,0,0,0,0,0 +531210,19,3,1072,479,457,0,0,0,0,0,0,0 +531311,19,3,1830,165,110,9,0,0,0,0,0,0 +531312,19,3,692,56,38,0,0,0,0,0,0,0 +531320,19,3,135,82,77,0,0,0,0,0,0,0 +531390,19,3,68,25,18,0,0,0,0,0,0,0 +532111,19,3,401,46,26,0,0,0,0,0,0,0 +532120,19,3,173,36,26,0,0,0,0,0,0,0 +532210,19,3,199,65,44,0,0,0,0,0,0,0 +532282,19,3,15,3,0,0,0,0,0,0,0,0 +532283,19,3,125,21,0,0,0,0,0,0,0,0 +532289,19,3,114,20,8,0,0,0,0,0,0,0 +532310,19,3,39,7,0,0,0,0,0,0,0,0 +532412,19,3,117,18,4,0,0,0,0,0,0,0 +532490,19,3,168,18,0,0,0,0,0,0,0,0 +533110,19,3,0,3,0,0,0,0,0,0,0,0 +541110,19,3,5102,1231,1150,24,0,0,0,0,0,0 +541191,19,3,151,42,34,0,0,0,0,0,0,0 +541211,19,3,2604,352,275,11,0,0,0,0,0,0 +541213,19,3,1338,220,162,0,0,0,0,0,0,0 +541219,19,3,963,193,150,5,0,0,0,0,0,0 +541310,19,3,423,62,45,0,0,0,0,0,0,0 +541320,19,3,0,4,3,0,0,0,0,0,0,0 +541330,19,3,18241,528,363,71,26,10,3,0,0,0 +541340,19,3,8,3,3,0,0,0,0,0,0,0 +541350,19,3,29,13,8,0,0,0,0,0,0,0 +541370,19,3,172,33,17,0,0,0,0,0,0,0 +541380,19,3,109,15,8,0,0,0,0,0,0,0 +541410,19,3,56,28,23,0,0,0,0,0,0,0 +541430,19,3,61,20,15,0,0,0,0,0,0,0 +541511,19,3,2926,200,158,18,0,0,0,0,0,0 +541512,19,3,9985,401,322,32,16,3,0,0,0,0 +541513,19,3,834,49,36,3,0,0,0,0,0,0 +541519,19,3,139,22,15,3,0,0,0,0,0,0 +541611,19,3,2256,260,227,9,3,0,0,0,0,0 +541612,19,3,23,12,9,0,0,0,0,0,0,0 +541613,19,3,251,53,43,0,0,0,0,0,0,0 +541614,19,3,850,37,19,4,0,0,0,0,0,0 +541618,19,3,14,4,3,0,0,0,0,0,0,0 +541620,19,3,278,33,18,0,0,0,0,0,0,0 +541690,19,3,97,53,50,0,0,0,0,0,0,0 +541713,19,3,914,25,17,3,4,0,0,0,0,0 +541714,19,3,276,12,11,0,0,0,0,0,0,0 +541715,19,3,5344,95,54,15,10,0,0,0,0,0 +541720,19,3,50,4,3,0,0,0,0,0,0,0 +541810,19,3,110,33,28,0,0,0,0,0,0,0 +541820,19,3,54,15,13,0,0,0,0,0,0,0 +541840,19,3,7,4,4,0,0,0,0,0,0,0 +541850,19,3,48,5,3,0,0,0,0,0,0,0 +541890,19,3,204,23,14,0,0,0,0,0,0,0 +541921,19,3,149,49,37,0,0,0,0,0,0,0 +541930,19,3,23,4,0,0,0,0,0,0,0,0 +541940,19,3,2742,281,195,21,0,0,0,0,0,0 +541990,19,3,121,27,23,0,0,0,0,0,0,0 +551112,19,3,10,3,0,0,0,0,0,0,0,0 +551114,19,3,5315,235,142,28,3,0,0,0,0,0 +561110,19,3,790,97,71,4,0,0,0,0,0,0 +561210,19,3,1441,39,18,3,0,0,0,0,0,0 +561311,19,3,685,16,3,0,0,0,0,0,0,0 +561312,19,3,17,5,3,0,0,0,0,0,0,0 +561320,19,3,15672,224,74,49,23,7,0,0,0,0 +561330,19,3,476,3,0,0,0,0,0,0,0,0 +561410,19,3,3,4,4,0,0,0,0,0,0,0 +561421,19,3,0,3,0,0,0,0,0,0,0,0 +561422,19,3,1142,12,3,0,0,3,0,0,0,0 +561431,19,3,50,15,7,0,0,0,0,0,0,0 +561439,19,3,95,13,7,0,0,0,0,0,0,0 +561440,19,3,0,6,0,0,0,0,0,0,0,0 +561491,19,3,8,6,0,0,0,0,0,0,0,0 +561492,19,3,0,3,0,0,0,0,0,0,0,0 +561499,19,3,52,12,10,0,0,0,0,0,0,0 +561510,19,3,65,17,12,0,0,0,0,0,0,0 +561611,19,3,5,6,3,0,0,0,0,0,0,0 +561612,19,3,1337,30,0,3,0,0,0,0,0,0 +561621,19,3,398,52,28,3,0,0,0,0,0,0 +561622,19,3,60,14,7,0,0,0,0,0,0,0 +561710,19,3,1753,153,82,14,0,0,0,0,0,0 +561720,19,3,4173,305,206,38,0,0,0,0,0,0 +561730,19,3,2909,570,488,15,0,0,0,0,0,0 +561740,19,3,183,27,10,0,0,0,0,0,0,0 +561790,19,3,118,35,21,0,0,0,0,0,0,0 +561990,19,3,307,35,19,0,0,0,0,0,0,0 +562111,19,3,484,54,17,10,0,0,0,0,0,0 +562212,19,3,54,3,0,0,0,0,0,0,0,0 +562910,19,3,111,7,0,0,0,0,0,0,0,0 +562920,19,3,16,3,0,0,0,0,0,0,0,0 +611110,19,3,3830,88,16,14,7,0,0,0,0,0 +611210,19,3,0,4,0,3,0,0,0,0,0,0 +611310,19,3,1810,11,3,0,0,0,0,0,0,0 +611430,19,3,6,11,7,0,0,0,0,0,0,0 +611512,19,3,0,11,0,3,0,0,0,0,0,0 +611519,19,3,29,4,3,0,0,0,0,0,0,0 +611610,19,3,383,52,33,4,0,0,0,0,0,0 +611620,19,3,496,81,58,0,0,0,0,0,0,0 +611691,19,3,192,29,23,0,0,0,0,0,0,0 +611699,19,3,11,3,0,0,0,0,0,0,0,0 +611710,19,3,6,3,3,0,0,0,0,0,0,0 +621111,19,3,18949,1703,1407,206,3,0,0,0,0,0 +621112,19,3,205,57,44,0,0,0,0,0,0,0 +621210,19,3,5994,792,704,27,0,0,0,0,0,0 +621310,19,3,835,219,187,0,0,0,0,0,0,0 +621320,19,3,1160,185,142,0,0,0,0,0,0,0 +621330,19,3,243,77,64,0,0,0,0,0,0,0 +621340,19,3,2298,244,188,6,0,0,0,0,0,0 +621391,19,3,161,37,24,0,0,0,0,0,0,0 +621399,19,3,266,78,58,0,0,0,0,0,0,0 +621410,19,3,24,3,0,0,0,0,0,0,0,0 +621420,19,3,716,44,10,3,0,0,0,0,0,0 +621492,19,3,204,76,23,6,0,0,0,0,0,0 +621493,19,3,712,20,0,0,0,0,0,0,0,0 +621498,19,3,1128,77,32,9,0,0,0,0,0,0 +621511,19,3,678,55,23,6,0,0,0,0,0,0 +621512,19,3,321,23,3,4,0,0,0,0,0,0 +621610,19,3,6362,228,58,88,0,0,0,0,0,0 +621910,19,3,627,24,0,3,0,0,0,0,0,0 +621991,19,3,162,11,0,0,0,0,0,0,0,0 +621999,19,3,168,13,3,0,0,0,0,0,0,0 +622110,19,3,6046,16,0,0,0,0,0,3,0,0 +622210,19,3,1675,3,0,0,0,0,0,0,0,0 +623110,19,3,11181,90,0,22,37,0,0,0,0,0 +623210,19,3,3384,228,161,25,0,0,0,0,0,0 +623220,19,3,681,21,3,3,0,0,0,0,0,0 +623311,19,3,885,14,0,0,0,0,0,0,0,0 +623312,19,3,1472,68,8,14,0,0,0,0,0,0 +623990,19,3,537,37,3,4,0,0,0,0,0,0 +624110,19,3,363,55,26,0,0,0,0,0,0,0 +624120,19,3,3914,139,60,29,0,0,0,0,0,0 +624190,19,3,2396,192,123,10,0,0,0,0,0,0 +624210,19,3,34,7,0,0,0,0,0,0,0,0 +624221,19,3,45,6,3,0,0,0,0,0,0,0 +624229,19,3,118,21,3,0,0,0,0,0,0,0 +624310,19,3,196,29,8,0,0,0,0,0,0,0 +624410,19,3,5798,557,392,45,0,0,0,0,0,0 +711110,19,3,57,5,4,0,0,0,0,0,0,0 +711130,19,3,22,7,0,0,0,0,0,0,0,0 +711219,19,3,4,4,4,0,0,0,0,0,0,0 +711510,19,3,49,25,23,0,0,0,0,0,0,0 +712110,19,3,36,8,6,0,0,0,0,0,0,0 +713120,19,3,171,14,6,0,0,0,0,0,0,0 +713910,19,3,1317,44,0,3,0,0,0,0,0,0 +713930,19,3,14,5,4,0,0,0,0,0,0,0 +713940,19,3,2316,202,137,17,0,0,0,0,0,0 +713950,19,3,60,4,4,0,0,0,0,0,0,0 +713990,19,3,302,52,23,0,0,0,0,0,0,0 +721110,19,3,7582,481,287,94,4,0,0,0,0,0 +721211,19,3,61,14,9,0,0,0,0,0,0,0 +721214,19,3,62,9,7,0,0,0,0,0,0,0 +721310,19,3,151,35,34,0,0,0,0,0,0,0 +722310,19,3,2894,158,92,26,3,0,0,0,0,0 +722320,19,3,202,29,18,0,0,0,0,0,0,0 +722330,19,3,47,11,10,0,0,0,0,0,0,0 +722410,19,3,1089,125,97,3,0,0,0,0,0,0 +722511,19,3,35709,1609,941,565,16,0,0,0,0,0 +722513,19,3,49316,2330,1177,1028,3,0,0,0,0,0 +722514,19,3,765,65,25,0,0,0,0,0,0,0 +722515,19,3,2789,193,118,26,0,0,0,0,0,0 +811111,19,3,2115,497,425,0,0,0,0,0,0,0 +811112,19,3,10,4,3,0,0,0,0,0,0,0 +811113,19,3,63,25,16,0,0,0,0,0,0,0 +811118,19,3,29,8,6,0,0,0,0,0,0,0 +811121,19,3,1710,313,245,0,0,0,0,0,0,0 +811122,19,3,107,23,14,0,0,0,0,0,0,0 +811191,19,3,156,52,37,0,0,0,0,0,0,0 +811192,19,3,576,111,86,0,0,0,0,0,0,0 +811212,19,3,47,24,12,0,0,0,0,0,0,0 +811213,19,3,131,12,3,0,0,0,0,0,0,0 +811219,19,3,21,4,3,0,0,0,0,0,0,0 +811310,19,3,946,123,84,6,0,0,0,0,0,0 +811411,19,3,5,3,3,0,0,0,0,0,0,0 +811412,19,3,74,20,9,0,0,0,0,0,0,0 +811420,19,3,29,10,6,0,0,0,0,0,0,0 +811490,19,3,96,37,34,0,0,0,0,0,0,0 +812111,19,3,82,13,6,0,0,0,0,0,0,0 +812112,19,3,1884,399,351,8,0,0,0,0,0,0 +812113,19,3,95,57,51,0,0,0,0,0,0,0 +812191,19,3,21,7,3,0,0,0,0,0,0,0 +812199,19,3,484,67,40,0,0,0,0,0,0,0 +812210,19,3,1103,163,79,0,0,0,0,0,0,0 +812220,19,3,54,15,3,0,0,0,0,0,0,0 +812310,19,3,52,16,7,0,0,0,0,0,0,0 +812320,19,3,1253,128,75,3,0,0,0,0,0,0 +812332,19,3,0,5,0,0,0,0,0,0,0,0 +812910,19,3,330,75,55,0,0,0,0,0,0,0 +812930,19,3,0,3,0,0,0,0,0,0,0,0 +812990,19,3,108,49,44,0,0,0,0,0,0,0 +813110,19,3,20386,2713,2456,174,7,0,0,0,0,0 +813211,19,3,72,36,25,0,0,0,0,0,0,0 +813212,19,3,174,9,3,0,0,0,0,0,0,0 +813219,19,3,46,11,8,0,0,0,0,0,0,0 +813311,19,3,89,8,4,0,0,0,0,0,0,0 +813312,19,3,119,20,7,0,0,0,0,0,0,0 +813319,19,3,138,30,22,0,0,0,0,0,0,0 +813410,19,3,715,147,126,0,0,0,0,0,0,0 +813910,19,3,488,100,85,0,0,0,0,0,0,0 +813920,19,3,319,44,40,0,0,0,0,0,0,0 +813930,19,3,528,106,67,0,0,0,0,0,0,0 +813940,19,3,10,8,8,0,0,0,0,0,0,0 +813990,19,3,79,30,25,0,0,0,0,0,0,0 +113310,20,4,166,16,8,0,0,0,0,0,0,0 +114111,20,4,161,263,259,0,0,0,0,0,0,0 +114112,20,4,42,141,141,0,0,0,0,0,0,0 +114119,20,4,4,9,9,0,0,0,0,0,0,0 +115210,20,4,25,3,0,0,0,0,0,0,0,0 +115310,20,4,3,3,3,0,0,0,0,0,0,0 +211120,20,4,1448,13,0,6,0,0,0,0,0,0 +212221,20,4,47,25,16,0,0,0,0,0,0,0 +212321,20,4,88,9,0,0,0,0,0,0,0,0 +213111,20,4,901,9,0,0,0,0,0,0,0,0 +213112,20,4,2840,34,15,6,0,0,0,0,0,0 +213114,20,4,58,7,0,0,0,0,0,0,0,0 +221111,20,4,0,8,4,0,0,0,0,0,0,0 +221112,20,4,31,16,3,0,0,0,0,0,0,0 +221122,20,4,114,28,13,0,0,0,0,0,0,0 +221210,20,4,0,3,0,0,0,0,0,0,0,0 +221310,20,4,7,8,6,0,0,0,0,0,0,0 +236115,20,4,395,150,138,0,0,0,0,0,0,0 +236117,20,4,227,61,49,3,0,0,0,0,0,0 +236118,20,4,754,258,245,0,0,0,0,0,0,0 +236210,20,4,246,10,4,0,0,0,0,0,0,0 +236220,20,4,3146,223,185,27,0,0,0,0,0,0 +237110,20,4,172,40,30,0,0,0,0,0,0,0 +237120,20,4,1357,15,0,3,0,0,0,0,0,0 +237130,20,4,178,17,11,0,0,0,0,0,0,0 +237310,20,4,1240,84,57,3,0,0,0,0,0,0 +237990,20,4,161,21,9,0,0,0,0,0,0,0 +238110,20,4,118,57,53,0,0,0,0,0,0,0 +238120,20,4,52,12,8,0,0,0,0,0,0,0 +238130,20,4,164,66,58,0,0,0,0,0,0,0 +238140,20,4,15,16,15,0,0,0,0,0,0,0 +238150,20,4,54,11,5,0,0,0,0,0,0,0 +238160,20,4,270,54,39,0,0,0,0,0,0,0 +238170,20,4,78,18,12,0,0,0,0,0,0,0 +238190,20,4,30,11,8,0,0,0,0,0,0,0 +238210,20,4,1760,204,172,15,0,0,0,0,0,0 +238220,20,4,1794,259,226,23,0,0,0,0,0,0 +238290,20,4,83,15,9,0,0,0,0,0,0,0 +238310,20,4,307,93,83,0,0,0,0,0,0,0 +238320,20,4,301,108,98,0,0,0,0,0,0,0 +238330,20,4,177,52,49,0,0,0,0,0,0,0 +238340,20,4,74,23,19,0,0,0,0,0,0,0 +238350,20,4,292,85,78,0,0,0,0,0,0,0 +238390,20,4,16,8,7,0,0,0,0,0,0,0 +238910,20,4,1004,204,179,0,0,0,0,0,0,0 +238990,20,4,357,69,61,0,0,0,0,0,0,0 +311710,20,4,6209,87,24,0,3,3,0,0,0,0 +311811,20,4,90,8,3,3,0,0,0,0,0,0 +311812,20,4,3,3,3,0,0,0,0,0,0,0 +312120,20,4,98,11,6,0,0,0,0,0,0,0 +312130,20,4,0,3,3,0,0,0,0,0,0,0 +321113,20,4,0,3,0,0,0,0,0,0,0,0 +321214,20,4,0,3,0,0,0,0,0,0,0,0 +321911,20,4,73,5,0,0,0,0,0,0,0,0 +321999,20,4,0,3,3,0,0,0,0,0,0,0 +323111,20,4,288,33,24,3,0,0,0,0,0,0 +323113,20,4,10,3,3,0,0,0,0,0,0,0 +324121,20,4,21,18,13,0,0,0,0,0,0,0 +327215,20,4,0,3,0,0,0,0,0,0,0,0 +327320,20,4,50,7,4,0,0,0,0,0,0,0 +327390,20,4,16,3,0,0,0,0,0,0,0,0 +332312,20,4,40,4,0,0,0,0,0,0,0,0 +332322,20,4,29,5,3,0,0,0,0,0,0,0 +332710,20,4,57,16,11,0,0,0,0,0,0,0 +332999,20,4,4,4,4,0,0,0,0,0,0,0 +336413,20,4,130,4,0,0,0,0,0,0,0,0 +337110,20,4,0,3,0,0,0,0,0,0,0,0 +339116,20,4,52,15,13,0,0,0,0,0,0,0 +339910,20,4,16,3,0,0,0,0,0,0,0,0 +339950,20,4,84,8,7,0,0,0,0,0,0,0 +423110,20,4,124,5,0,3,0,0,0,0,0,0 +423120,20,4,182,17,12,3,0,0,0,0,0,0 +423130,20,4,35,3,0,0,0,0,0,0,0,0 +423210,20,4,156,9,6,0,0,0,0,0,0,0 +423220,20,4,42,8,4,0,0,0,0,0,0,0 +423310,20,4,205,9,0,3,0,0,0,0,0,0 +423320,20,4,0,3,0,0,0,0,0,0,0,0 +423330,20,4,66,4,0,0,0,0,0,0,0,0 +423390,20,4,29,6,0,0,0,0,0,0,0,0 +423420,20,4,109,18,14,0,0,0,0,0,0,0 +423430,20,4,37,4,0,0,0,0,0,0,0,0 +423440,20,4,69,7,4,0,0,0,0,0,0,0 +423450,20,4,89,9,7,0,0,0,0,0,0,0 +423490,20,4,32,4,0,0,0,0,0,0,0,0 +423510,20,4,76,12,3,0,0,0,0,0,0,0 +423610,20,4,384,31,17,4,0,0,0,0,0,0 +423690,20,4,119,12,6,0,0,0,0,0,0,0 +423710,20,4,14,3,0,0,0,0,0,0,0,0 +423720,20,4,243,20,4,0,0,0,0,0,0,0 +423730,20,4,78,10,9,0,0,0,0,0,0,0 +423810,20,4,376,22,8,4,0,0,0,0,0,0 +423830,20,4,587,65,52,4,0,0,0,0,0,0 +423840,20,4,146,17,11,0,0,0,0,0,0,0 +423850,20,4,49,4,0,0,0,0,0,0,0,0 +423910,20,4,84,11,6,0,0,0,0,0,0,0 +423920,20,4,27,3,0,0,0,0,0,0,0,0 +423930,20,4,22,5,3,0,0,0,0,0,0,0 +423990,20,4,14,4,3,0,0,0,0,0,0,0 +424120,20,4,0,4,0,0,0,0,0,0,0,0 +424130,20,4,54,4,0,0,0,0,0,0,0,0 +424210,20,4,78,9,7,0,0,0,0,0,0,0 +424410,20,4,176,5,0,0,0,0,0,0,0,0 +424420,20,4,319,7,0,0,0,0,0,0,0,0 +424430,20,4,46,3,0,0,0,0,0,0,0,0 +424460,20,4,275,32,25,3,0,0,0,0,0,0 +424470,20,4,62,6,6,0,0,0,0,0,0,0 +424490,20,4,708,26,10,4,0,0,0,0,0,0 +424610,20,4,10,4,4,0,0,0,0,0,0,0 +424690,20,4,113,18,13,0,0,0,0,0,0,0 +424710,20,4,450,33,3,0,0,0,0,0,0,0 +424720,20,4,89,5,0,0,0,0,0,0,0,0 +424820,20,4,0,3,0,0,0,0,0,0,0,0 +424990,20,4,118,13,10,0,0,0,0,0,0,0 +425120,20,4,203,38,34,0,0,0,0,0,0,0 +441110,20,4,1964,28,0,12,7,0,0,0,0,0 +441120,20,4,211,34,26,0,0,0,0,0,0,0 +441210,20,4,23,4,0,0,0,0,0,0,0,0 +441222,20,4,115,22,7,0,0,0,0,0,0,0 +441228,20,4,359,41,28,0,0,0,0,0,0,0 +441310,20,4,841,91,73,0,0,0,0,0,0,0 +441320,20,4,277,28,15,0,0,0,0,0,0,0 +442110,20,4,189,35,22,0,0,0,0,0,0,0 +442210,20,4,129,24,21,0,0,0,0,0,0,0 +442299,20,4,265,31,20,4,0,0,0,0,0,0 +443141,20,4,0,5,0,0,0,0,0,0,0,0 +443142,20,4,437,45,32,0,0,0,0,0,0,0 +444110,20,4,11,9,0,0,6,0,0,0,0,0 +444120,20,4,34,7,5,0,0,0,0,0,0,0 +444130,20,4,409,35,11,7,0,0,0,0,0,0 +444190,20,4,1032,83,59,11,0,0,0,0,0,0 +444220,20,4,70,12,8,0,0,0,0,0,0,0 +445110,20,4,5597,203,89,35,6,0,0,0,0,0 +445120,20,4,41,20,10,0,0,0,0,0,0,0 +445220,20,4,12,7,3,0,0,0,0,0,0,0 +445291,20,4,0,3,0,0,0,0,0,0,0,0 +445299,20,4,42,9,6,0,0,0,0,0,0,0 +445310,20,4,477,75,64,0,0,0,0,0,0,0 +446110,20,4,585,26,7,7,0,0,0,0,0,0 +446120,20,4,216,22,14,4,0,0,0,0,0,0 +446130,20,4,91,22,15,0,0,0,0,0,0,0 +446191,20,4,29,19,17,0,0,0,0,0,0,0 +446199,20,4,46,11,8,0,0,0,0,0,0,0 +447110,20,4,1197,128,99,3,0,0,0,0,0,0 +447190,20,4,210,34,14,0,0,0,0,0,0,0 +448110,20,4,91,6,0,0,0,0,0,0,0,0 +448120,20,4,249,30,21,0,0,0,0,0,0,0 +448130,20,4,0,3,0,0,0,0,0,0,0,0 +448140,20,4,1143,64,35,14,0,0,0,0,0,0 +448150,20,4,43,8,7,0,0,0,0,0,0,0 +448190,20,4,154,24,10,3,0,0,0,0,0,0 +448210,20,4,283,37,28,3,0,0,0,0,0,0 +448310,20,4,231,74,67,0,0,0,0,0,0,0 +451110,20,4,952,75,52,0,0,0,0,0,0,0 +451120,20,4,261,21,11,0,0,0,0,0,0,0 +451130,20,4,264,25,9,0,0,0,0,0,0,0 +451140,20,4,51,8,3,0,0,0,0,0,0,0 +451211,20,4,167,14,3,0,0,0,0,0,0,0 +452311,20,4,4335,20,0,0,4,15,0,0,0,0 +452319,20,4,308,43,19,0,0,0,0,0,0,0 +453110,20,4,74,21,20,0,0,0,0,0,0,0 +453210,20,4,9,12,6,3,0,0,0,0,0,0 +453220,20,4,576,160,147,0,0,0,0,0,0,0 +453310,20,4,544,60,45,0,0,0,0,0,0,0 +453910,20,4,214,15,0,3,0,0,0,0,0,0 +453920,20,4,80,33,28,0,0,0,0,0,0,0 +453991,20,4,115,34,30,0,0,0,0,0,0,0 +453998,20,4,254,61,59,0,0,0,0,0,0,0 +454110,20,4,55,15,12,0,0,0,0,0,0,0 +454310,20,4,325,49,31,3,0,0,0,0,0,0 +454390,20,4,72,38,34,0,0,0,0,0,0,0 +481111,20,4,3275,63,9,6,0,0,0,0,0,0 +481112,20,4,940,20,3,0,4,0,0,0,0,0 +481211,20,4,453,74,53,0,0,0,0,0,0,0 +481212,20,4,0,3,0,0,0,0,0,0,0,0 +481219,20,4,0,4,0,0,0,0,0,0,0,0 +483113,20,4,709,80,58,3,0,0,0,0,0,0 +483212,20,4,6,8,8,0,0,0,0,0,0,0 +484110,20,4,359,50,39,0,0,0,0,0,0,0 +484121,20,4,691,36,18,6,0,0,0,0,0,0 +484122,20,4,0,7,0,0,0,0,0,0,0,0 +484210,20,4,550,32,12,8,0,0,0,0,0,0 +484220,20,4,208,53,47,0,0,0,0,0,0,0 +484230,20,4,244,16,6,0,0,0,0,0,0,0 +485210,20,4,0,3,0,0,0,0,0,0,0,0 +485310,20,4,52,7,4,0,0,0,0,0,0,0 +485320,20,4,0,3,0,0,0,0,0,0,0,0 +485410,20,4,39,8,5,0,0,0,0,0,0,0 +485991,20,4,0,3,0,0,0,0,0,0,0,0 +486110,20,4,0,7,0,0,0,0,0,0,0,0 +487110,20,4,230,24,11,0,0,0,0,0,0,0 +487210,20,4,283,129,109,0,0,0,0,0,0,0 +487990,20,4,125,27,16,0,0,0,0,0,0,0 +488119,20,4,428,14,4,5,0,0,0,0,0,0 +488190,20,4,455,54,47,0,0,0,0,0,0,0 +488310,20,4,0,3,3,0,0,0,0,0,0,0 +488330,20,4,164,24,20,0,0,0,0,0,0,0 +488390,20,4,28,9,4,0,0,0,0,0,0,0 +488410,20,4,94,14,8,0,0,0,0,0,0,0 +488510,20,4,409,49,37,0,0,0,0,0,0,0 +492110,20,4,71,35,12,4,0,0,0,0,0,0 +492210,20,4,38,3,0,0,0,0,0,0,0,0 +493110,20,4,246,9,0,0,0,0,0,0,0,0 +493190,20,4,49,8,8,0,0,0,0,0,0,0 +511110,20,4,239,9,3,0,0,0,0,0,0,0 +511120,20,4,37,8,5,0,0,0,0,0,0,0 +511130,20,4,0,3,3,0,0,0,0,0,0,0 +511140,20,4,0,3,0,0,0,0,0,0,0,0 +511210,20,4,44,4,0,0,0,0,0,0,0,0 +512110,20,4,41,14,11,0,0,0,0,0,0,0 +512131,20,4,487,12,0,0,0,0,0,0,0,0 +515112,20,4,384,27,7,3,0,0,0,0,0,0 +515120,20,4,154,4,0,0,0,0,0,0,0,0 +517311,20,4,3494,144,83,18,7,0,0,0,0,0 +517312,20,4,371,47,26,0,0,0,0,0,0,0 +517410,20,4,0,5,4,0,0,0,0,0,0,0 +517911,20,4,0,3,3,0,0,0,0,0,0,0 +518210,20,4,247,15,11,0,0,0,0,0,0,0 +519110,20,4,4,3,3,0,0,0,0,0,0,0 +519120,20,4,4,3,3,0,0,0,0,0,0,0 +522110,20,4,1867,116,90,4,4,0,0,0,0,0 +522120,20,4,0,4,3,0,0,0,0,0,0,0 +522130,20,4,1835,103,77,3,3,0,0,0,0,0 +522220,20,4,13,3,0,0,0,0,0,0,0,0 +522292,20,4,329,39,30,3,0,0,0,0,0,0 +522298,20,4,146,17,12,0,0,0,0,0,0,0 +522310,20,4,0,4,3,0,0,0,0,0,0,0 +522320,20,4,7,4,4,0,0,0,0,0,0,0 +522390,20,4,18,6,4,0,0,0,0,0,0,0 +523120,20,4,135,26,18,0,0,0,0,0,0,0 +523910,20,4,3,4,4,0,0,0,0,0,0,0 +523920,20,4,197,70,62,0,0,0,0,0,0,0 +523930,20,4,66,21,20,0,0,0,0,0,0,0 +523991,20,4,25,7,6,0,0,0,0,0,0,0 +524113,20,4,46,6,4,0,0,0,0,0,0,0 +524114,20,4,33,5,0,0,0,0,0,0,0,0 +524126,20,4,249,14,8,0,0,0,0,0,0,0 +524127,20,4,117,8,0,3,0,0,0,0,0,0 +524210,20,4,997,194,180,4,0,0,0,0,0,0 +524291,20,4,55,4,0,0,0,0,0,0,0,0 +524292,20,4,50,13,9,0,0,0,0,0,0,0 +524298,20,4,0,3,3,0,0,0,0,0,0,0 +525990,20,4,204,5,0,0,0,0,0,0,0,0 +531110,20,4,641,114,101,0,0,0,0,0,0,0 +531120,20,4,424,110,98,0,0,0,0,0,0,0 +531130,20,4,168,41,38,0,0,0,0,0,0,0 +531190,20,4,153,25,17,3,0,0,0,0,0,0 +531210,20,4,617,248,236,0,0,0,0,0,0,0 +531311,20,4,243,44,42,0,0,0,0,0,0,0 +531312,20,4,163,43,39,0,0,0,0,0,0,0 +531320,20,4,109,39,34,0,0,0,0,0,0,0 +531390,20,4,35,21,19,0,0,0,0,0,0,0 +532111,20,4,554,51,30,7,0,0,0,0,0,0 +532120,20,4,136,12,8,0,0,0,0,0,0,0 +532210,20,4,31,7,6,0,0,0,0,0,0,0 +532282,20,4,0,7,0,0,0,0,0,0,0,0 +532310,20,4,24,8,3,0,0,0,0,0,0,0 +532411,20,4,2,4,4,0,0,0,0,0,0,0 +532412,20,4,362,30,17,0,0,0,0,0,0,0 +532490,20,4,35,15,8,0,0,0,0,0,0,0 +541110,20,4,1363,356,343,7,0,0,0,0,0,0 +541191,20,4,0,3,0,0,0,0,0,0,0,0 +541199,20,4,45,4,0,0,0,0,0,0,0,0 +541211,20,4,695,113,97,4,0,0,0,0,0,0 +541213,20,4,359,79,69,3,0,0,0,0,0,0 +541214,20,4,10,3,0,0,0,0,0,0,0,0 +541219,20,4,461,139,131,4,0,0,0,0,0,0 +541310,20,4,249,42,35,3,0,0,0,0,0,0 +541320,20,4,9,3,3,0,0,0,0,0,0,0 +541330,20,4,5953,239,182,42,3,3,0,0,0,0 +541350,20,4,21,11,11,0,0,0,0,0,0,0 +541360,20,4,0,3,0,0,0,0,0,0,0,0 +541370,20,4,284,58,52,0,0,0,0,0,0,0 +541380,20,4,676,20,9,0,0,0,0,0,0,0 +541410,20,4,17,8,7,0,0,0,0,0,0,0 +541430,20,4,35,13,8,0,0,0,0,0,0,0 +541511,20,4,705,63,51,6,0,0,0,0,0,0 +541512,20,4,941,86,77,0,0,0,0,0,0,0 +541513,20,4,570,21,11,3,0,0,0,0,0,0 +541519,20,4,18,11,7,0,0,0,0,0,0,0 +541611,20,4,1557,117,103,5,0,0,0,0,0,0 +541613,20,4,33,15,13,0,0,0,0,0,0,0 +541614,20,4,65,9,7,0,0,0,0,0,0,0 +541618,20,4,0,4,3,0,0,0,0,0,0,0 +541620,20,4,557,73,58,0,0,0,0,0,0,0 +541690,20,4,713,58,50,0,0,0,0,0,0,0 +541713,20,4,0,3,0,0,0,0,0,0,0,0 +541715,20,4,159,11,6,0,0,0,0,0,0,0 +541810,20,4,178,22,20,0,0,0,0,0,0,0 +541820,20,4,37,13,11,0,0,0,0,0,0,0 +541860,20,4,9,4,4,0,0,0,0,0,0,0 +541890,20,4,149,9,6,0,0,0,0,0,0,0 +541921,20,4,79,18,13,0,0,0,0,0,0,0 +541922,20,4,16,8,7,0,0,0,0,0,0,0 +541940,20,4,743,47,21,10,0,0,0,0,0,0 +541990,20,4,127,43,35,0,0,0,0,0,0,0 +551112,20,4,373,29,16,4,0,0,0,0,0,0 +551114,20,4,4357,135,74,30,4,0,0,0,0,0 +561110,20,4,334,87,77,0,0,0,0,0,0,0 +561210,20,4,6125,56,22,10,8,4,3,0,0,0 +561320,20,4,1187,36,15,9,3,0,0,0,0,0 +561410,20,4,0,5,4,0,0,0,0,0,0,0 +561431,20,4,20,11,3,0,0,0,0,0,0,0 +561439,20,4,59,13,9,0,0,0,0,0,0,0 +561440,20,4,103,5,3,0,0,0,0,0,0,0 +561492,20,4,0,4,4,0,0,0,0,0,0,0 +561510,20,4,112,27,14,0,0,0,0,0,0,0 +561520,20,4,474,64,51,0,0,0,0,0,0,0 +561591,20,4,0,3,0,0,0,0,0,0,0,0 +561612,20,4,1069,31,13,3,4,0,0,0,0,0 +561621,20,4,67,10,6,0,0,0,0,0,0,0 +561622,20,4,34,6,3,0,0,0,0,0,0,0 +561710,20,4,33,5,3,0,0,0,0,0,0,0 +561720,20,4,2584,226,182,19,6,0,0,0,0,0 +561730,20,4,521,155,145,5,0,0,0,0,0,0 +561740,20,4,85,16,7,0,0,0,0,0,0,0 +561790,20,4,122,33,29,0,0,0,0,0,0,0 +561920,20,4,32,7,7,0,0,0,0,0,0,0 +561990,20,4,281,51,38,4,0,0,0,0,0,0 +562111,20,4,280,25,12,0,0,0,0,0,0,0 +562119,20,4,9,3,0,0,0,0,0,0,0,0 +562211,20,4,78,5,0,0,0,0,0,0,0,0 +562910,20,4,1023,81,68,3,0,0,0,0,0,0 +562991,20,4,104,18,10,0,0,0,0,0,0,0 +611110,20,4,515,39,22,4,0,0,0,0,0,0 +611310,20,4,444,7,0,4,0,0,0,0,0,0 +611430,20,4,0,5,3,0,0,0,0,0,0,0 +611512,20,4,18,6,5,0,0,0,0,0,0,0 +611513,20,4,79,13,8,0,0,0,0,0,0,0 +611519,20,4,10,8,3,0,0,0,0,0,0,0 +611610,20,4,207,32,15,3,0,0,0,0,0,0 +611620,20,4,375,47,32,5,0,0,0,0,0,0 +611630,20,4,0,3,0,0,0,0,0,0,0,0 +611691,20,4,60,5,0,0,0,0,0,0,0,0 +611692,20,4,18,5,3,0,0,0,0,0,0,0 +611699,20,4,133,28,20,0,0,0,0,0,0,0 +611710,20,4,46,10,6,0,0,0,0,0,0,0 +621111,20,4,5201,523,450,53,5,0,0,0,0,0 +621112,20,4,42,13,10,0,0,0,0,0,0,0 +621210,20,4,2452,331,313,13,0,0,0,0,0,0 +621310,20,4,779,144,139,0,0,0,0,0,0,0 +621320,20,4,335,52,35,0,0,0,0,0,0,0 +621330,20,4,159,64,62,0,0,0,0,0,0,0 +621340,20,4,833,134,122,8,0,0,0,0,0,0 +621391,20,4,36,7,0,0,0,0,0,0,0,0 +621399,20,4,332,86,76,0,0,0,0,0,0,0 +621410,20,4,58,9,6,0,0,0,0,0,0,0 +621420,20,4,677,23,4,5,0,0,0,0,0,0 +621492,20,4,0,3,0,0,0,0,0,0,0,0 +621493,20,4,283,13,3,3,0,0,0,0,0,0 +621498,20,4,3877,155,103,11,0,0,0,0,0,0 +621511,20,4,120,17,10,0,0,0,0,0,0,0 +621512,20,4,256,20,10,0,0,0,0,0,0,0 +621610,20,4,934,38,20,3,0,0,0,0,0,0 +621910,20,4,219,3,0,0,0,0,0,0,0,0 +621999,20,4,63,11,9,0,0,0,0,0,0,0 +622110,20,4,8398,8,0,0,0,0,0,0,0,0 +623110,20,4,0,7,0,0,0,0,0,0,0,0 +623210,20,4,1747,110,95,0,0,0,0,0,0,0 +623220,20,4,712,38,12,11,0,0,0,0,0,0 +623311,20,4,157,22,14,0,0,0,0,0,0,0 +623312,20,4,1099,164,151,0,0,0,0,0,0,0 +623990,20,4,142,26,7,0,0,0,0,0,0,0 +624110,20,4,55,19,7,0,0,0,0,0,0,0 +624120,20,4,5119,122,63,20,10,0,0,0,0,0 +624190,20,4,1211,81,56,7,3,0,0,0,0,0 +624210,20,4,147,17,0,0,0,0,0,0,0,0 +624221,20,4,336,18,0,3,0,0,0,0,0,0 +624229,20,4,31,5,0,0,0,0,0,0,0,0 +624310,20,4,724,12,6,0,0,0,0,0,0,0 +624410,20,4,1913,160,120,27,0,0,0,0,0,0 +711110,20,4,12,5,4,0,0,0,0,0,0,0 +711130,20,4,10,3,3,0,0,0,0,0,0,0 +711310,20,4,581,6,0,0,0,0,0,0,0,0 +711510,20,4,67,33,29,0,0,0,0,0,0,0 +712110,20,4,203,18,6,0,0,0,0,0,0,0 +712130,20,4,40,3,0,0,0,0,0,0,0,0 +713290,20,4,383,46,26,0,0,0,0,0,0,0 +713910,20,4,2,5,5,0,0,0,0,0,0,0 +713920,20,4,41,4,0,0,0,0,0,0,0,0 +713930,20,4,20,3,0,0,0,0,0,0,0,0 +713940,20,4,1814,82,52,7,3,0,0,0,0,0 +713950,20,4,89,3,0,3,0,0,0,0,0,0 +713990,20,4,636,247,219,5,0,0,0,0,0,0 +721110,20,4,5394,267,170,52,5,0,0,0,0,0 +721191,20,4,85,45,40,0,0,0,0,0,0,0 +721199,20,4,15,22,21,0,0,0,0,0,0,0 +721211,20,4,15,27,26,0,0,0,0,0,0,0 +721214,20,4,234,111,97,0,0,0,0,0,0,0 +721310,20,4,0,7,0,0,0,0,0,0,0,0 +722310,20,4,2705,84,41,24,0,0,0,0,0,0 +722320,20,4,39,11,7,0,0,0,0,0,0,0 +722330,20,4,133,74,70,0,0,0,0,0,0,0 +722410,20,4,1108,142,118,4,0,0,0,0,0,0 +722511,20,4,8665,584,416,124,5,0,0,0,0,0 +722513,20,4,6371,444,329,87,0,0,0,0,0,0 +722514,20,4,0,4,0,0,0,0,0,0,0,0 +722515,20,4,1800,267,245,14,0,0,0,0,0,0 +811111,20,4,812,180,167,0,0,0,0,0,0,0 +811113,20,4,36,8,6,0,0,0,0,0,0,0 +811118,20,4,22,3,3,0,0,0,0,0,0,0 +811121,20,4,509,52,39,5,0,0,0,0,0,0 +811122,20,4,113,24,16,0,0,0,0,0,0,0 +811191,20,4,0,9,0,0,0,0,0,0,0,0 +811192,20,4,128,24,17,0,0,0,0,0,0,0 +811212,20,4,6,4,4,0,0,0,0,0,0,0 +811219,20,4,51,5,0,0,0,0,0,0,0,0 +811310,20,4,273,81,65,0,0,0,0,0,0,0 +811412,20,4,37,7,6,0,0,0,0,0,0,0 +811490,20,4,219,39,27,0,0,0,0,0,0,0 +812111,20,4,8,10,6,0,0,0,0,0,0,0 +812112,20,4,785,127,113,3,0,0,0,0,0,0 +812113,20,4,105,25,25,0,0,0,0,0,0,0 +812199,20,4,249,68,63,0,0,0,0,0,0,0 +812210,20,4,70,14,7,0,0,0,0,0,0,0 +812220,20,4,17,4,0,0,0,0,0,0,0,0 +812310,20,4,47,12,5,0,0,0,0,0,0,0 +812320,20,4,139,18,12,0,0,0,0,0,0,0 +812331,20,4,187,3,0,0,0,0,0,0,0,0 +812910,20,4,241,51,43,0,0,0,0,0,0,0 +812930,20,4,92,6,0,3,0,0,0,0,0,0 +812990,20,4,24,12,11,0,0,0,0,0,0,0 +813110,20,4,2446,398,361,14,0,0,0,0,0,0 +813211,20,4,157,27,23,0,0,0,0,0,0,0 +813212,20,4,234,20,12,0,0,0,0,0,0,0 +813311,20,4,20,10,9,0,0,0,0,0,0,0 +813312,20,4,379,68,58,0,0,0,0,0,0,0 +813319,20,4,96,20,18,0,0,0,0,0,0,0 +813410,20,4,695,131,101,3,0,0,0,0,0,0 +813910,20,4,246,69,62,0,0,0,0,0,0,0 +813920,20,4,99,16,11,0,0,0,0,0,0,0 +813930,20,4,342,50,44,3,0,0,0,0,0,0 +813940,20,4,10,5,4,0,0,0,0,0,0,0 +813990,20,4,89,16,9,0,0,0,0,0,0,0 +113310,41,5,17,3,0,0,0,0,0,0,0,0 +114112,41,5,0,3,3,0,0,0,0,0,0,0 +115111,41,5,0,3,0,0,0,0,0,0,0,0 +115112,41,5,80,12,6,0,0,0,0,0,0,0 +115113,41,5,0,3,0,0,0,0,0,0,0,0 +115114,41,5,0,3,0,0,0,0,0,0,0,0 +115115,41,5,37,7,5,0,0,0,0,0,0,0 +115116,41,5,22,4,0,0,0,0,0,0,0,0 +115210,41,5,136,52,49,0,0,0,0,0,0,0 +115310,41,5,10,5,4,0,0,0,0,0,0,0 +211120,41,5,7,6,6,0,0,0,0,0,0,0 +212221,41,5,6,3,0,0,0,0,0,0,0,0 +212230,41,5,724,4,0,0,0,0,0,0,0,0 +212312,41,5,0,3,0,0,0,0,0,0,0,0 +212313,41,5,75,5,0,0,0,0,0,0,0,0 +212321,41,5,354,28,16,9,0,0,0,0,0,0 +213112,41,5,96,12,8,0,0,0,0,0,0,0 +213115,41,5,95,4,0,0,0,0,0,0,0,0 +221112,41,5,0,24,4,9,0,0,0,0,0,0 +221114,41,5,0,5,3,0,0,0,0,0,0,0 +221210,41,5,0,11,5,0,0,0,0,0,0,0 +221310,41,5,702,42,32,3,0,0,0,0,0,0 +221320,41,5,66,7,5,0,0,0,0,0,0,0 +221330,41,5,0,3,0,0,0,0,0,0,0,0 +236115,41,5,2070,383,364,15,0,0,0,0,0,0 +236116,41,5,429,25,19,6,0,0,0,0,0,0 +236117,41,5,2974,173,136,28,5,0,0,0,0,0 +236118,41,5,4261,1033,992,37,0,0,0,0,0,0 +236210,41,5,2112,25,16,3,3,0,0,0,0,0 +236220,41,5,8031,513,431,71,7,4,0,0,0,0 +237110,41,5,2579,108,69,27,5,0,0,0,0,0 +237120,41,5,848,11,0,0,0,0,0,0,0,0 +237130,41,5,2681,99,58,36,4,0,0,0,0,0 +237210,41,5,421,74,72,0,0,0,0,0,0,0 +237310,41,5,4801,101,54,32,9,4,0,0,0,0 +237990,41,5,486,26,20,4,0,0,0,0,0,0 +238110,41,5,4950,214,158,46,7,0,0,0,0,0 +238120,41,5,1684,68,45,16,3,0,0,0,0,0 +238130,41,5,2779,117,91,15,7,0,0,0,0,0 +238140,41,5,3919,176,134,32,7,0,0,0,0,0 +238150,41,5,1667,109,86,19,3,0,0,0,0,0 +238160,41,5,4020,222,175,38,7,0,0,0,0,0 +238170,41,5,87,7,3,0,0,0,0,0,0,0 +238190,41,5,1110,69,58,8,0,0,0,0,0,0 +238210,41,5,14669,946,795,121,20,6,0,0,0,0 +238220,41,5,17516,1358,1188,137,24,4,0,0,0,0 +238290,41,5,1461,75,56,17,0,0,0,0,0,0 +238310,41,5,6818,246,184,42,12,4,0,0,0,0 +238320,41,5,3252,390,358,29,3,0,0,0,0,0 +238330,41,5,1246,204,192,7,0,0,0,0,0,0 +238340,41,5,1262,162,143,16,0,0,0,0,0,0 +238350,41,5,2954,341,306,31,0,0,0,0,0,0 +238390,41,5,1064,108,87,16,0,0,0,0,0,0 +238910,41,5,5415,263,199,52,6,4,0,0,0,0 +238990,41,5,4639,430,372,45,8,0,0,0,0,0 +311111,41,5,30,5,3,0,0,0,0,0,0,0 +311119,41,5,110,10,3,0,0,0,0,0,0,0 +311340,41,5,61,6,3,0,0,0,0,0,0,0 +311352,41,5,66,4,0,0,0,0,0,0,0,0 +311421,41,5,309,9,4,0,0,0,0,0,0,0 +311511,41,5,1139,6,0,0,0,0,0,0,0,0 +311611,41,5,0,5,0,0,0,0,0,0,0,0 +311612,41,5,120,6,3,3,0,0,0,0,0,0 +311811,41,5,366,43,38,4,0,0,0,0,0,0 +311812,41,5,2469,32,19,6,5,0,0,0,0,0 +311821,41,5,69,3,0,0,0,0,0,0,0,0 +311824,41,5,121,3,0,0,0,0,0,0,0,0 +311830,41,5,565,9,0,3,0,0,0,0,0,0 +311919,41,5,765,5,0,0,0,0,0,0,0,0 +311920,41,5,17,3,0,0,0,0,0,0,0,0 +311991,41,5,1972,8,3,0,0,0,0,0,0,0 +311999,41,5,28,5,4,0,0,0,0,0,0,0 +312111,41,5,0,7,0,0,0,0,0,0,0,0 +312112,41,5,229,7,4,0,0,0,0,0,0,0 +312120,41,5,814,15,8,0,0,0,0,0,0,0 +312130,41,5,25,6,5,0,0,0,0,0,0,0 +313310,41,5,60,6,4,0,0,0,0,0,0,0 +314120,41,5,175,16,14,0,0,0,0,0,0,0 +314910,41,5,230,10,3,3,0,0,0,0,0,0 +314999,41,5,524,30,25,4,0,0,0,0,0,0 +315210,41,5,81,11,10,0,0,0,0,0,0,0 +315240,41,5,11,5,4,0,0,0,0,0,0,0 +315990,41,5,23,3,0,0,0,0,0,0,0,0 +316210,41,5,4,3,3,0,0,0,0,0,0,0 +316998,41,5,28,7,7,0,0,0,0,0,0,0 +321113,41,5,116,8,3,0,0,0,0,0,0,0 +321214,41,5,959,10,0,5,0,0,0,0,0,0 +321219,41,5,147,3,0,0,0,0,0,0,0,0 +321911,41,5,413,20,13,5,0,0,0,0,0,0 +321912,41,5,124,3,0,0,0,0,0,0,0,0 +321918,41,5,84,13,8,0,0,0,0,0,0,0 +321920,41,5,750,24,17,4,0,0,0,0,0,0 +321991,41,5,0,4,0,0,0,3,0,0,0,0 +321992,41,5,411,9,3,3,0,0,0,0,0,0 +321999,41,5,410,37,32,3,0,0,0,0,0,0 +322121,41,5,213,3,0,0,0,0,0,0,0,0 +322211,41,5,563,7,0,0,4,0,0,0,0,0 +322220,41,5,291,7,3,0,0,0,0,0,0,0 +322230,41,5,250,4,0,4,0,0,0,0,0,0 +322299,41,5,114,7,4,0,0,0,0,0,0,0 +323111,41,5,3343,220,179,34,5,0,0,0,0,0 +323113,41,5,326,52,50,0,0,0,0,0,0,0 +323117,41,5,24,3,0,0,0,0,0,0,0,0 +323120,41,5,596,24,17,4,0,0,0,0,0,0 +324121,41,5,214,17,5,5,0,0,0,0,0,0 +324122,41,5,0,3,0,0,0,0,0,0,0,0 +325120,41,5,181,7,0,0,0,0,0,0,0,0 +325199,41,5,214,7,0,0,0,0,0,0,0,0 +325211,41,5,242,10,0,6,0,0,0,0,0,0 +325411,41,5,392,9,3,3,0,0,0,0,0,0 +325412,41,5,2111,29,18,6,0,0,0,0,0,0 +325510,41,5,251,11,3,0,0,0,0,0,0,0 +325520,41,5,67,4,0,0,0,0,0,0,0,0 +325611,41,5,22,3,0,0,0,0,0,0,0,0 +325612,41,5,160,7,0,0,0,0,0,0,0,0 +325620,41,5,308,13,9,0,0,0,0,0,0,0 +325910,41,5,0,4,0,0,0,0,0,0,0,0 +325991,41,5,4,3,3,0,0,0,0,0,0,0 +325992,41,5,283,4,0,0,0,0,0,0,0,0 +325998,41,5,313,13,8,0,0,0,0,0,0,0 +326111,41,5,26,3,0,0,0,0,0,0,0,0 +326112,41,5,121,7,3,3,0,0,0,0,0,0 +326121,41,5,252,6,0,0,0,0,0,0,0,0 +326122,41,5,151,4,0,0,0,0,0,0,0,0 +326130,41,5,0,3,0,0,0,0,0,0,0,0 +326140,41,5,171,6,0,0,0,0,0,0,0,0 +326150,41,5,112,7,4,0,0,0,0,0,0,0 +326160,41,5,176,7,0,0,0,0,0,0,0,0 +326191,41,5,0,3,0,0,0,0,0,0,0,0 +326199,41,5,2364,66,40,22,0,0,0,0,0,0 +326212,41,5,54,5,0,0,0,0,0,0,0,0 +326220,41,5,0,3,0,0,0,0,0,0,0,0 +326299,41,5,137,7,3,0,0,0,0,0,0,0 +327212,41,5,29,5,3,0,0,0,0,0,0,0 +327215,41,5,388,12,7,3,0,0,0,0,0,0 +327320,41,5,907,61,40,15,0,0,0,0,0,0 +327331,41,5,455,15,0,8,0,0,0,0,0,0 +327332,41,5,87,4,0,0,0,0,0,0,0,0 +327390,41,5,829,18,4,5,3,0,0,0,0,0 +327420,41,5,0,3,0,0,0,0,0,0,0,0 +327991,41,5,231,15,13,0,0,0,0,0,0,0 +327992,41,5,0,3,0,0,0,0,0,0,0,0 +327999,41,5,117,6,0,0,0,0,0,0,0,0 +331110,41,5,0,3,0,0,0,0,0,0,0,0 +331318,41,5,743,5,0,0,0,0,0,0,0,0 +331492,41,5,94,5,0,3,0,0,0,0,0,0 +331512,41,5,134,3,0,0,0,0,0,0,0,0 +331524,41,5,47,3,0,0,0,0,0,0,0,0 +331529,41,5,270,4,0,0,0,0,0,0,0,0 +332114,41,5,224,4,0,0,0,0,0,0,0,0 +332119,41,5,313,10,4,3,0,0,0,0,0,0 +332216,41,5,311,15,12,0,0,0,0,0,0,0 +332311,41,5,20,4,0,0,0,0,0,0,0,0 +332312,41,5,1367,36,20,13,3,0,0,0,0,0 +332313,41,5,135,11,8,3,0,0,0,0,0,0 +332321,41,5,1326,24,8,9,5,0,0,0,0,0 +332322,41,5,754,50,36,12,0,0,0,0,0,0 +332323,41,5,648,48,33,9,0,0,0,0,0,0 +332510,41,5,64,8,5,0,0,0,0,0,0,0 +332613,41,5,62,3,0,0,0,0,0,0,0,0 +332618,41,5,112,11,6,0,0,0,0,0,0,0 +332710,41,5,3174,193,153,34,5,0,0,0,0,0 +332721,41,5,965,39,30,4,3,0,0,0,0,0 +332722,41,5,383,10,0,4,0,0,0,0,0,0 +332811,41,5,135,7,0,0,0,0,0,0,0,0 +332812,41,5,627,35,26,6,0,0,0,0,0,0 +332813,41,5,561,23,13,10,0,0,0,0,0,0 +332911,41,5,57,4,0,0,0,0,0,0,0,0 +332912,41,5,0,5,0,0,0,0,0,0,0,0 +332919,41,5,30,3,0,0,0,0,0,0,0,0 +332994,41,5,1490,17,9,6,0,0,0,0,0,0 +332996,41,5,129,7,0,3,0,0,0,0,0,0 +332999,41,5,824,49,37,9,0,0,0,0,0,0 +333111,41,5,55,4,0,0,0,0,0,0,0,0 +333112,41,5,390,4,0,0,0,0,0,0,0,0 +333120,41,5,298,7,0,0,0,0,0,0,0,0 +333131,41,5,0,3,0,0,0,0,0,0,0,0 +333242,41,5,37,3,0,0,0,0,0,0,0,0 +333244,41,5,142,4,0,0,0,0,0,0,0,0 +333249,41,5,406,15,6,3,0,0,0,0,0,0 +333314,41,5,3,3,3,0,0,0,0,0,0,0 +333316,41,5,34,6,3,0,0,0,0,0,0,0 +333318,41,5,305,17,9,5,0,0,0,0,0,0 +333413,41,5,42,5,0,0,0,0,0,0,0,0 +333414,41,5,0,4,3,0,0,0,0,0,0,0 +333415,41,5,695,14,8,0,0,0,0,0,0,0 +333511,41,5,744,15,6,0,0,0,0,0,0,0 +333514,41,5,211,15,11,3,0,0,0,0,0,0 +333515,41,5,112,15,9,0,0,0,0,0,0,0 +333517,41,5,170,10,8,0,0,0,0,0,0,0 +333519,41,5,0,4,0,0,0,0,0,0,0,0 +333611,41,5,156,3,0,0,0,0,0,0,0,0 +333914,41,5,80,3,0,0,0,0,0,0,0,0 +333922,41,5,59,4,0,0,0,0,0,0,0,0 +333924,41,5,250,5,0,0,0,0,0,0,0,0 +333992,41,5,0,4,3,0,0,0,0,0,0,0 +333999,41,5,130,11,4,3,0,0,0,0,0,0 +334111,41,5,0,3,0,0,0,0,0,0,0,0 +334118,41,5,65,11,8,0,0,0,0,0,0,0 +334220,41,5,0,6,0,0,0,0,0,0,0,0 +334290,41,5,446,6,3,0,0,0,0,0,0,0 +334310,41,5,0,3,0,0,0,0,0,0,0,0 +334412,41,5,286,7,0,4,0,0,0,0,0,0 +334413,41,5,6538,29,12,3,4,0,3,0,0,0 +334416,41,5,177,5,0,0,0,0,0,0,0,0 +334418,41,5,157,11,5,0,0,0,0,0,0,0 +334419,41,5,835,21,15,3,0,0,0,0,0,0 +334510,41,5,822,9,3,0,0,0,0,0,0,0 +334511,41,5,0,16,9,0,0,0,0,0,0,0 +334512,41,5,172,8,5,0,0,0,0,0,0,0 +334513,41,5,135,8,3,4,0,0,0,0,0,0 +334515,41,5,466,16,10,0,0,0,0,0,0,0 +334516,41,5,0,3,0,0,0,0,0,0,0,0 +334519,41,5,145,9,6,0,0,0,0,0,0,0 +334614,41,5,17,6,4,0,0,0,0,0,0,0 +335122,41,5,166,5,0,0,0,0,0,0,0,0 +335129,41,5,7,3,0,0,0,0,0,0,0,0 +335210,41,5,38,5,3,0,0,0,0,0,0,0 +335220,41,5,0,6,4,0,0,0,0,0,0,0 +335313,41,5,18,3,0,0,0,0,0,0,0,0 +335314,41,5,70,7,5,0,0,0,0,0,0,0 +335931,41,5,146,5,0,0,0,0,0,0,0,0 +335999,41,5,470,12,8,0,0,0,0,0,0,0 +336111,41,5,0,3,0,0,0,0,0,0,0,0 +336211,41,5,211,9,0,3,0,0,0,0,0,0 +336212,41,5,56,4,0,0,0,0,0,0,0,0 +336214,41,5,94,9,7,0,0,0,0,0,0,0 +336310,41,5,64,12,10,0,0,0,0,0,0,0 +336320,41,5,188,7,5,0,0,0,0,0,0,0 +336330,41,5,18,3,0,0,0,0,0,0,0,0 +336350,41,5,113,4,0,0,0,0,0,0,0,0 +336360,41,5,517,9,0,3,0,0,0,0,0,0 +336390,41,5,910,24,15,3,0,0,0,0,0,0 +336411,41,5,0,11,0,0,0,0,0,0,0,0 +336412,41,5,3321,22,3,11,0,0,0,0,0,0 +336413,41,5,1815,23,13,4,4,0,0,0,0,0 +336612,41,5,34,3,0,0,0,0,0,0,0,0 +336991,41,5,40,6,3,0,0,0,0,0,0,0 +336999,41,5,79,7,4,0,0,0,0,0,0,0 +337110,41,5,1193,45,34,6,0,0,0,0,0,0 +337121,41,5,103,18,15,0,0,0,0,0,0,0 +337122,41,5,1166,30,22,3,0,0,0,0,0,0 +337124,41,5,37,5,3,0,0,0,0,0,0,0 +337125,41,5,61,6,4,0,0,0,0,0,0,0 +337127,41,5,38,4,3,0,0,0,0,0,0,0 +337211,41,5,79,5,0,0,0,0,0,0,0,0 +337212,41,5,678,28,15,9,0,0,0,0,0,0 +337214,41,5,0,3,0,0,0,0,0,0,0,0 +337215,41,5,202,7,3,0,0,0,0,0,0,0 +337910,41,5,849,9,0,0,4,0,0,0,0,0 +337920,41,5,85,7,4,0,0,0,0,0,0,0 +339112,41,5,1458,10,0,6,0,0,0,0,0,0 +339113,41,5,893,20,12,5,0,0,0,0,0,0 +339114,41,5,20,3,0,0,0,0,0,0,0,0 +339115,41,5,99,4,0,0,0,0,0,0,0,0 +339116,41,5,654,80,70,10,0,0,0,0,0,0 +339910,41,5,91,19,17,0,0,0,0,0,0,0 +339920,41,5,1015,22,17,0,0,0,0,0,0,0 +339930,41,5,260,6,0,0,0,0,0,0,0,0 +339940,41,5,63,5,0,0,0,0,0,0,0,0 +339950,41,5,983,67,51,16,0,0,0,0,0,0 +339992,41,5,17,6,5,0,0,0,0,0,0,0 +339999,41,5,593,77,70,5,0,0,0,0,0,0 +423110,41,5,1569,117,98,14,5,0,0,0,0,0 +423120,41,5,2963,158,131,24,0,0,0,0,0,0 +423130,41,5,574,27,14,11,0,0,0,0,0,0 +423140,41,5,219,18,15,0,0,0,0,0,0,0 +423210,41,5,1099,90,73,16,0,0,0,0,0,0 +423220,41,5,1307,99,81,16,0,0,0,0,0,0 +423310,41,5,1591,72,49,17,0,0,0,0,0,0 +423320,41,5,769,58,44,12,0,0,0,0,0,0 +423330,41,5,352,28,22,5,0,0,0,0,0,0 +423390,41,5,625,50,39,11,0,0,0,0,0,0 +423410,41,5,66,6,0,0,0,0,0,0,0,0 +423420,41,5,1645,121,103,14,3,0,0,0,0,0 +423430,41,5,3687,130,103,20,5,0,0,0,0,0 +423440,41,5,407,47,43,3,0,0,0,0,0,0 +423450,41,5,2056,143,122,18,0,0,0,0,0,0 +423460,41,5,370,18,13,3,0,0,0,0,0,0 +423490,41,5,82,23,21,0,0,0,0,0,0,0 +423510,41,5,1207,113,92,17,0,0,0,0,0,0 +423610,41,5,2365,170,136,31,3,0,0,0,0,0 +423620,41,5,672,37,33,0,0,0,0,0,0,0 +423690,41,5,6733,201,159,34,3,0,0,0,0,0 +423710,41,5,908,79,67,9,0,0,0,0,0,0 +423720,41,5,1117,101,88,10,0,0,0,0,0,0 +423730,41,5,1148,80,66,10,0,0,0,0,0,0 +423740,41,5,252,15,11,0,0,0,0,0,0,0 +423810,41,5,1610,64,42,15,0,0,0,0,0,0 +423820,41,5,624,53,44,5,0,0,0,0,0,0 +423830,41,5,4273,314,261,45,4,0,0,0,0,0 +423840,41,5,849,92,79,8,0,0,0,0,0,0 +423850,41,5,582,59,48,10,0,0,0,0,0,0 +423860,41,5,571,55,46,9,0,0,0,0,0,0 +423910,41,5,820,67,58,8,0,0,0,0,0,0 +423920,41,5,218,28,22,4,0,0,0,0,0,0 +423930,41,5,1747,81,55,22,4,0,0,0,0,0 +423940,41,5,195,66,65,0,0,0,0,0,0,0 +423990,41,5,1192,105,96,5,0,0,0,0,0,0 +424110,41,5,86,12,8,0,0,0,0,0,0,0 +424120,41,5,656,44,32,7,0,0,0,0,0,0 +424130,41,5,947,57,40,17,0,0,0,0,0,0 +424210,41,5,3701,146,116,20,3,0,0,0,0,0 +424310,41,5,71,23,19,0,0,0,0,0,0,0 +424320,41,5,364,20,14,0,0,0,0,0,0,0 +424330,41,5,311,29,20,3,0,0,0,0,0,0 +424340,41,5,28,8,5,0,0,0,0,0,0,0 +424410,41,5,2898,30,13,10,0,0,0,0,0,0 +424420,41,5,428,17,12,0,0,0,0,0,0,0 +424430,41,5,378,22,16,6,0,0,0,0,0,0 +424440,41,5,88,6,3,0,0,0,0,0,0,0 +424450,41,5,539,25,17,3,0,0,0,0,0,0 +424460,41,5,130,8,0,3,0,0,0,0,0,0 +424470,41,5,463,23,15,5,0,0,0,0,0,0 +424480,41,5,980,47,36,6,5,0,0,0,0,0 +424490,41,5,3218,163,137,18,3,3,0,0,0,0 +424510,41,5,33,10,3,0,0,0,0,0,0,0 +424520,41,5,3,3,3,0,0,0,0,0,0,0 +424610,41,5,271,32,29,3,0,0,0,0,0,0 +424690,41,5,1108,116,101,15,0,0,0,0,0,0 +424710,41,5,395,16,6,7,0,0,0,0,0,0 +424720,41,5,116,24,21,0,0,0,0,0,0,0 +424810,41,5,1783,9,0,3,0,0,0,0,0,0 +424820,41,5,1529,26,20,0,0,0,0,0,0,0 +424910,41,5,442,48,39,6,0,0,0,0,0,0 +424920,41,5,48,17,17,0,0,0,0,0,0,0 +424930,41,5,487,42,35,6,0,0,0,0,0,0 +424940,41,5,528,16,7,3,0,0,0,0,0,0 +424950,41,5,141,19,17,0,0,0,0,0,0,0 +424990,41,5,910,139,131,6,0,0,0,0,0,0 +425110,41,5,55,11,10,0,0,0,0,0,0,0 +425120,41,5,4247,539,505,25,5,0,0,0,0,0 +441110,41,5,17569,198,44,83,64,6,0,0,0,0 +441120,41,5,3260,246,222,19,0,0,0,0,0,0 +441210,41,5,1103,49,35,10,0,0,0,0,0,0 +441222,41,5,117,15,13,0,0,0,0,0,0,0 +441228,41,5,1386,106,85,14,3,0,0,0,0,0 +441310,41,5,4456,420,380,40,0,0,0,0,0,0 +441320,41,5,2399,227,197,28,0,0,0,0,0,0 +442110,41,5,3357,280,248,27,0,3,0,0,0,0 +442210,41,5,914,132,123,8,0,0,0,0,0,0 +442291,41,5,192,39,37,0,0,0,0,0,0,0 +442299,41,5,2521,185,137,48,0,0,0,0,0,0 +443141,41,5,801,77,67,10,0,0,0,0,0,0 +443142,41,5,3694,256,220,25,8,0,0,0,0,0 +444110,41,5,0,58,0,0,54,0,0,0,0,0 +444120,41,5,490,77,76,0,0,0,0,0,0,0 +444130,41,5,1570,118,86,29,0,0,0,0,0,0 +444190,41,5,2212,269,237,28,0,0,0,0,0,0 +444210,41,5,99,14,11,0,0,0,0,0,0,0 +444220,41,5,1661,98,79,18,0,0,0,0,0,0 +445110,41,5,32412,490,157,198,129,5,0,0,0,0 +445120,41,5,1066,235,232,0,0,0,0,0,0,0 +445210,41,5,408,54,47,3,0,0,0,0,0,0 +445230,41,5,38,7,4,0,0,0,0,0,0,0 +445291,41,5,153,24,21,0,0,0,0,0,0,0 +445292,41,5,273,43,42,0,0,0,0,0,0,0 +445299,41,5,826,99,88,4,0,0,0,0,0,0 +445310,41,5,672,114,106,8,0,0,0,0,0,0 +446110,41,5,7160,470,291,177,0,0,0,0,0,0 +446120,41,5,2681,216,170,42,0,0,0,0,0,0 +446130,41,5,1502,218,216,0,0,0,0,0,0,0 +446191,41,5,706,194,187,3,0,0,0,0,0,0 +446199,41,5,750,110,104,3,0,0,0,0,0,0 +447110,41,5,10249,801,697,103,0,0,0,0,0,0 +447190,41,5,1188,54,34,13,0,0,0,0,0,0 +448110,41,5,592,69,66,3,0,0,0,0,0,0 +448120,41,5,4392,333,268,60,0,0,0,0,0,0 +448130,41,5,878,78,66,12,0,0,0,0,0,0 +448140,41,5,10790,390,190,192,3,0,0,0,0,0 +448150,41,5,887,115,108,7,0,0,0,0,0,0 +448190,41,5,1707,152,120,27,0,0,0,0,0,0 +448210,41,5,3030,311,285,18,3,0,0,0,0,0 +448310,41,5,1528,240,228,10,0,0,0,0,0,0 +448320,41,5,72,18,17,0,0,0,0,0,0,0 +451110,41,5,3168,269,234,29,0,0,0,0,0,0 +451120,41,5,1916,96,59,36,0,0,0,0,0,0 +451130,41,5,523,36,28,7,0,0,0,0,0,0 +451140,41,5,306,37,32,4,0,0,0,0,0,0 +451211,41,5,1030,60,42,16,0,0,0,0,0,0 +451212,41,5,39,6,3,0,0,0,0,0,0,0 +452210,41,5,5724,50,0,22,25,0,0,0,0,0 +452311,41,5,27266,131,0,5,74,50,0,0,0,0 +452319,41,5,4248,292,202,89,0,0,0,0,0,0 +453110,41,5,417,93,90,0,0,0,0,0,0,0 +453210,41,5,870,65,51,13,0,0,0,0,0,0 +453220,41,5,1777,208,189,13,0,0,0,0,0,0 +453310,41,5,4880,286,185,98,0,0,0,0,0,0 +453910,41,5,2476,169,123,42,0,0,0,0,0,0 +453920,41,5,182,56,53,0,0,0,0,0,0,0 +453930,41,5,60,16,15,0,0,0,0,0,0,0 +453991,41,5,543,166,160,5,0,0,0,0,0,0 +453998,41,5,1802,339,326,13,0,0,0,0,0,0 +454110,41,5,14808,788,733,36,4,4,7,0,0,0 +454210,41,5,521,57,47,6,0,0,0,0,0,0 +454310,41,5,212,22,20,0,0,0,0,0,0,0 +454390,41,5,2004,422,397,20,0,0,0,0,0,0 +481111,41,5,15524,19,6,0,0,4,0,0,0,0 +481112,41,5,0,3,0,0,0,0,0,0,0,0 +481211,41,5,343,28,20,5,0,0,0,0,0,0 +481219,41,5,82,14,11,0,0,0,0,0,0,0 +484110,41,5,1873,268,247,17,3,0,0,0,0,0 +484121,41,5,8878,267,228,26,7,0,0,0,0,0 +484122,41,5,2967,65,42,13,7,3,0,0,0,0 +484210,41,5,1379,107,86,20,0,0,0,0,0,0 +484220,41,5,3237,200,169,25,4,0,0,0,0,0 +484230,41,5,2713,98,82,10,0,0,0,0,0,0 +485113,41,5,0,6,0,0,0,0,0,0,0,0 +485210,41,5,0,5,0,0,0,0,0,0,0,0 +485310,41,5,850,23,15,3,0,0,0,0,0,0 +485320,41,5,339,37,32,3,0,0,0,0,0,0 +485410,41,5,1133,9,0,0,0,0,0,0,0,0 +485510,41,5,618,15,4,6,0,0,0,0,0,0 +485991,41,5,2216,70,43,22,4,0,0,0,0,0 +485999,41,5,696,23,13,5,0,0,0,0,0,0 +486210,41,5,91,7,3,0,0,0,0,0,0,0 +487110,41,5,0,4,3,0,0,0,0,0,0,0 +487210,41,5,40,4,0,0,0,0,0,0,0,0 +487990,41,5,100,4,0,0,0,0,0,0,0,0 +488119,41,5,1171,26,11,8,3,0,0,0,0,0 +488190,41,5,2269,80,55,16,0,0,0,0,0,0 +488210,41,5,113,6,3,3,0,0,0,0,0,0 +488320,41,5,0,6,3,0,0,0,0,0,0,0 +488410,41,5,1062,94,82,9,0,0,0,0,0,0 +488490,41,5,970,41,29,9,3,0,0,0,0,0 +488510,41,5,2807,208,177,25,3,0,0,0,0,0 +488991,41,5,71,12,11,0,0,0,0,0,0,0 +488999,41,5,4,4,4,0,0,0,0,0,0,0 +492110,41,5,7637,142,112,10,10,4,3,0,0,0 +492210,41,5,670,71,65,3,0,0,0,0,0,0 +493110,41,5,11721,152,79,41,13,10,3,0,0,0 +493120,41,5,150,6,0,0,0,0,0,0,0,0 +493130,41,5,0,3,0,0,0,0,0,0,0,0 +493190,41,5,376,32,26,4,0,0,0,0,0,0 +511110,41,5,1519,67,46,16,0,0,0,0,0,0 +511120,41,5,354,76,73,3,0,0,0,0,0,0 +511130,41,5,1611,28,21,0,0,0,0,0,0,0 +511140,41,5,68,8,4,0,0,0,0,0,0,0 +511199,41,5,27,12,12,0,0,0,0,0,0,0 +511210,41,5,5575,193,139,39,11,3,0,0,0,0 +512110,41,5,316,115,113,0,0,0,0,0,0,0 +512131,41,5,3231,46,5,23,17,0,0,0,0,0 +512191,41,5,349,23,18,0,0,0,0,0,0,0 +512199,41,5,23,5,3,0,0,0,0,0,0,0 +512230,41,5,0,3,0,0,0,0,0,0,0,0 +512240,41,5,15,12,12,0,0,0,0,0,0,0 +512250,41,5,28,7,4,0,0,0,0,0,0,0 +512290,41,5,15,7,6,0,0,0,0,0,0,0 +515111,41,5,118,8,3,3,0,0,0,0,0,0 +515112,41,5,960,29,17,10,0,0,0,0,0,0 +515120,41,5,1262,20,7,3,4,0,0,0,0,0 +515210,41,5,0,3,0,0,0,0,0,0,0,0 +517311,41,5,8676,220,165,37,11,0,0,0,0,0 +517312,41,5,5124,288,252,29,5,0,0,0,0,0 +517410,41,5,0,7,0,4,0,0,0,0,0,0 +517911,41,5,1665,90,82,3,0,0,0,0,0,0 +517919,41,5,1112,48,38,7,0,0,0,0,0,0 +518210,41,5,8016,286,209,55,14,4,0,0,0,0 +519110,41,5,152,7,3,0,0,0,0,0,0,0 +519120,41,5,0,4,3,0,0,0,0,0,0,0 +519130,41,5,853,123,108,12,0,0,0,0,0,0 +519190,41,5,67,11,10,0,0,0,0,0,0,0 +522110,41,5,29724,934,824,77,7,8,10,3,0,0 +522120,41,5,1817,66,58,4,0,0,0,0,0,0 +522130,41,5,3447,178,158,11,0,0,0,0,0,0 +522210,41,5,1917,35,29,0,3,0,0,0,0,0 +522220,41,5,2937,84,69,8,4,0,3,0,0,0 +522291,41,5,1939,57,51,0,0,0,0,0,0,0 +522292,41,5,11233,368,295,53,8,5,4,0,0,0 +522294,41,5,0,3,0,0,0,0,0,0,0,0 +522298,41,5,1233,252,243,6,0,0,0,0,0,0 +522310,41,5,1929,199,191,4,0,0,0,0,0,0 +522320,41,5,6761,86,66,10,5,0,3,0,0,0 +522390,41,5,29,284,271,5,3,0,0,0,0,0 +523110,41,5,51,25,25,0,0,0,0,0,0,0 +523120,41,5,5732,377,343,28,0,0,0,0,0,0 +523130,41,5,0,3,0,0,0,0,0,0,0,0 +523140,41,5,18,5,4,0,0,0,0,0,0,0 +523910,41,5,299,119,117,0,0,0,0,0,0,0 +523920,41,5,3282,607,588,16,0,0,0,0,0,0 +523930,41,5,4136,384,374,6,0,0,0,0,0,0 +523991,41,5,131,38,38,0,0,0,0,0,0,0 +523999,41,5,19,12,11,0,0,0,0,0,0,0 +524113,41,5,4191,142,111,20,6,3,0,0,0,0 +524114,41,5,9853,132,81,24,9,11,0,0,0,0 +524126,41,5,16588,386,332,28,11,11,0,0,0,0 +524127,41,5,2493,165,148,13,0,0,0,0,0,0 +524128,41,5,0,7,4,0,0,0,0,0,0,0 +524130,41,5,0,3,0,0,0,0,0,0,0,0 +524210,41,5,9453,2010,1935,62,8,0,0,0,0,0 +524291,41,5,274,62,61,0,0,0,0,0,0,0 +524292,41,5,6738,97,57,22,8,6,4,0,0,0 +524298,41,5,507,53,46,0,0,0,0,0,0,0 +525990,41,5,8,10,10,0,0,0,0,0,0,0 +531110,41,5,7096,667,637,22,0,0,0,0,0,0 +531120,41,5,2433,396,376,14,0,0,0,0,0,0 +531130,41,5,740,291,289,0,0,0,0,0,0,0 +531190,41,5,876,182,175,6,0,0,0,0,0,0 +531210,41,5,6384,3313,3271,37,3,0,0,0,0,0 +531311,41,5,8778,728,678,30,14,3,0,0,0,0 +531312,41,5,2156,239,216,21,0,0,0,0,0,0 +531320,41,5,488,228,222,3,0,0,0,0,0,0 +531390,41,5,1465,357,348,7,0,0,0,0,0,0 +532111,41,5,1332,127,112,11,0,0,0,0,0,0 +532112,41,5,0,3,0,0,0,0,0,0,0,0 +532120,41,5,846,86,73,13,0,0,0,0,0,0 +532210,41,5,291,81,79,0,0,0,0,0,0,0 +532281,41,5,16,5,3,0,0,0,0,0,0,0 +532282,41,5,11,6,5,0,0,0,0,0,0,0 +532283,41,5,575,22,15,0,0,0,0,0,0,0 +532284,41,5,65,12,11,0,0,0,0,0,0,0 +532289,41,5,1165,56,49,6,0,0,0,0,0,0 +532310,41,5,352,40,31,6,0,0,0,0,0,0 +532411,41,5,42,10,7,0,0,0,0,0,0,0 +532412,41,5,543,41,25,11,0,0,0,0,0,0 +532420,41,5,80,16,14,0,0,0,0,0,0,0 +532490,41,5,1947,171,133,33,0,0,0,0,0,0 +533110,41,5,1039,51,45,0,4,0,0,0,0,0 +541110,41,5,11913,2215,2101,104,7,0,0,0,0,0 +541191,41,5,694,87,79,8,0,0,0,0,0,0 +541199,41,5,537,90,80,7,0,0,0,0,0,0 +541211,41,5,4502,797,764,23,7,0,0,0,0,0 +541213,41,5,2974,511,485,21,0,0,0,0,0,0 +541214,41,5,3414,96,61,25,8,0,0,0,0,0 +541219,41,5,4799,693,656,29,3,0,0,0,0,0 +541310,41,5,2543,365,331,33,0,0,0,0,0,0 +541320,41,5,657,82,74,6,0,0,0,0,0,0 +541330,41,5,15719,913,766,125,14,0,0,0,0,0 +541340,41,5,174,50,49,0,0,0,0,0,0,0 +541350,41,5,277,114,112,0,0,0,0,0,0,0 +541360,41,5,11,7,6,0,0,0,0,0,0,0 +541370,41,5,354,67,59,5,0,0,0,0,0,0 +541380,41,5,1721,97,77,17,0,0,0,0,0,0 +541410,41,5,666,235,227,5,0,0,0,0,0,0 +541420,41,5,75,20,15,0,0,0,0,0,0,0 +541430,41,5,560,199,194,4,0,0,0,0,0,0 +541490,41,5,48,24,22,0,0,0,0,0,0,0 +541511,41,5,10492,928,853,56,11,4,0,0,0,0 +541512,41,5,6142,721,659,54,0,0,0,0,0,0 +541513,41,5,1024,87,80,4,0,0,0,0,0,0 +541519,41,5,4163,167,160,3,0,0,0,0,0,0 +541611,41,5,8296,1457,1403,44,5,3,0,0,0,0 +541612,41,5,1503,120,108,9,0,0,0,0,0,0 +541613,41,5,5798,838,794,36,6,0,0,0,0,0 +541614,41,5,581,124,116,7,0,0,0,0,0,0 +541618,41,5,338,116,111,0,0,0,0,0,0,0 +541620,41,5,950,109,96,11,0,0,0,0,0,0 +541690,41,5,1142,371,361,10,0,0,0,0,0,0 +541713,41,5,489,28,21,0,0,0,0,0,0,0 +541714,41,5,423,21,18,0,0,0,0,0,0,0 +541715,41,5,8357,112,90,15,3,0,0,0,0,0 +541720,41,5,80,20,16,0,0,0,0,0,0,0 +541810,41,5,1392,208,190,17,0,0,0,0,0,0 +541820,41,5,425,138,135,3,0,0,0,0,0,0 +541830,41,5,97,15,10,0,0,0,0,0,0,0 +541840,41,5,140,26,23,0,0,0,0,0,0,0 +541850,41,5,296,46,42,3,0,0,0,0,0,0 +541860,41,5,277,34,30,0,0,0,0,0,0,0 +541870,41,5,37,10,7,0,0,0,0,0,0,0 +541890,41,5,1892,107,85,19,0,0,0,0,0,0 +541910,41,5,538,72,63,8,0,0,0,0,0,0 +541921,41,5,505,106,100,5,0,0,0,0,0,0 +541922,41,5,147,53,50,0,0,0,0,0,0,0 +541930,41,5,1281,39,36,0,0,0,0,0,0,0 +541940,41,5,5223,458,388,66,0,0,0,0,0,0 +541990,41,5,2569,314,304,7,0,0,0,0,0,0 +551112,41,5,996,97,82,13,0,0,0,0,0,0 +551114,41,5,53223,679,410,164,57,22,13,6,0,0 +561110,41,5,7926,622,548,56,11,0,0,0,0,0 +561210,41,5,1620,85,63,10,3,4,0,0,0,0 +561311,41,5,1234,88,68,17,3,0,0,0,0,0 +561312,41,5,364,103,100,0,0,0,0,0,0,0 +561320,41,5,33186,522,256,163,65,25,5,0,0,0 +561330,41,5,5788,58,22,21,7,7,0,0,0,0 +561410,41,5,554,76,69,6,0,0,0,0,0,0 +561421,41,5,467,20,9,6,0,0,0,0,0,0 +561422,41,5,11651,121,64,32,10,7,6,0,0,0 +561431,41,5,546,103,100,0,0,0,0,0,0,0 +561439,41,5,982,84,80,0,0,0,0,0,0,0 +561440,41,5,3627,76,51,16,5,3,0,0,0,0 +561450,41,5,106,8,6,0,0,0,0,0,0,0 +561491,41,5,130,14,8,0,0,0,0,0,0,0 +561492,41,5,82,52,49,0,0,0,0,0,0,0 +561499,41,5,587,56,51,0,0,0,0,0,0,0 +561510,41,5,2503,260,252,6,0,0,0,0,0,0 +561520,41,5,222,34,32,0,0,0,0,0,0,0 +561591,41,5,156,6,0,0,0,0,0,0,0,0 +561599,41,5,2346,39,32,3,0,0,0,0,0,0 +561611,41,5,449,75,70,3,0,0,0,0,0,0 +561612,41,5,10633,146,75,37,24,0,5,0,0,0 +561613,41,5,421,9,0,3,0,0,0,0,0,0 +561621,41,5,1329,90,73,15,0,0,0,0,0,0 +561622,41,5,190,49,48,0,0,0,0,0,0,0 +561710,41,5,2630,339,299,36,0,0,0,0,0,0 +561720,41,5,16232,772,654,84,15,9,4,0,0,0 +561730,41,5,14635,1158,999,132,18,6,0,0,0,0 +561740,41,5,704,129,119,8,0,0,0,0,0,0 +561790,41,5,1727,483,468,13,0,0,0,0,0,0 +561910,41,5,97,18,18,0,0,0,0,0,0,0 +561920,41,5,764,114,106,7,0,0,0,0,0,0 +561990,41,5,2209,164,144,14,0,0,0,0,0,0 +562111,41,5,3652,114,82,19,6,0,0,0,0,0 +562112,41,5,22,6,4,0,0,0,0,0,0,0 +562119,41,5,26,5,0,0,0,0,0,0,0,0 +562211,41,5,376,12,6,0,0,0,0,0,0,0 +562212,41,5,351,23,14,4,0,0,0,0,0,0 +562910,41,5,586,54,39,9,0,0,0,0,0,0 +562920,41,5,178,14,9,4,0,0,0,0,0,0 +562991,41,5,237,28,24,0,0,0,0,0,0,0 +562998,41,5,178,10,5,0,0,0,0,0,0,0 +611110,41,5,17168,388,171,177,33,0,0,0,0,0 +611210,41,5,347,7,0,5,0,0,0,0,0,0 +611310,41,5,17735,84,49,17,8,6,0,0,0,0 +611410,41,5,17,4,0,0,0,0,0,0,0,0 +611420,41,5,346,20,11,3,0,0,0,0,0,0 +611430,41,5,767,128,119,6,0,0,0,0,0,0 +611511,41,5,280,26,21,4,0,0,0,0,0,0 +611512,41,5,914,29,15,11,3,0,0,0,0,0 +611513,41,5,97,10,4,0,0,0,0,0,0,0 +611519,41,5,2699,94,64,23,5,0,0,0,0,0 +611610,41,5,1263,171,153,13,0,0,0,0,0,0 +611620,41,5,2431,223,186,31,0,0,0,0,0,0 +611630,41,5,95,14,13,0,0,0,0,0,0,0 +611691,41,5,991,107,97,10,0,0,0,0,0,0 +611692,41,5,143,23,22,0,0,0,0,0,0,0 +611699,41,5,780,101,92,8,0,0,0,0,0,0 +611710,41,5,1403,126,114,8,4,0,0,0,0,0 +621111,41,5,33323,3496,3116,349,23,5,3,0,0,0 +621112,41,5,317,150,150,0,0,0,0,0,0,0 +621210,41,5,13370,2015,1935,78,0,0,0,0,0,0 +621310,41,5,2287,644,636,5,0,0,0,0,0,0 +621320,41,5,1476,318,311,5,0,0,0,0,0,0 +621330,41,5,1314,375,357,14,0,0,0,0,0,0 +621340,41,5,5574,605,549,48,5,0,0,0,0,0 +621391,41,5,390,106,101,0,0,0,0,0,0,0 +621399,41,5,1790,555,540,15,0,0,0,0,0,0 +621410,41,5,150,21,17,0,0,0,0,0,0,0 +621420,41,5,5241,189,123,55,11,0,0,0,0,0 +621491,41,5,0,3,0,0,0,0,0,0,0,0 +621492,41,5,1411,92,55,32,0,0,0,0,0,0 +621493,41,5,3839,191,114,71,0,0,0,0,0,0 +621498,41,5,4571,161,99,47,12,0,0,0,0,0 +621511,41,5,5080,285,263,11,5,0,0,0,0,0 +621512,41,5,2336,121,86,33,0,0,0,0,0,0 +621610,41,5,10275,335,201,104,25,3,0,0,0,0 +621910,41,5,3187,76,48,18,5,0,0,0,0,0 +621991,41,5,1345,22,4,13,0,0,0,0,0,0 +621999,41,5,1441,106,91,9,3,0,0,0,0,0 +622110,41,5,58250,38,0,0,0,0,5,13,7,0 +622210,41,5,2389,7,0,0,0,5,0,0,0,0 +622310,41,5,3113,16,0,0,9,3,0,0,0,0 +623110,41,5,10631,142,60,32,41,7,0,0,0,0 +623210,41,5,7127,421,383,28,3,4,0,0,0,0 +623220,41,5,3695,158,121,25,8,0,0,0,0,0 +623311,41,5,7085,89,44,20,17,6,0,0,0,0 +623312,41,5,7765,461,367,75,11,3,0,0,0,0 +623990,41,5,1481,96,71,17,3,0,0,0,0,0 +624110,41,5,3917,130,97,25,5,0,0,0,0,0 +624120,41,5,23948,431,262,105,37,12,7,0,0,0 +624190,41,5,5073,266,217,36,6,0,0,0,0,0 +624210,41,5,436,34,28,5,0,0,0,0,0,0 +624221,41,5,1054,47,32,10,0,0,0,0,0,0 +624229,41,5,245,27,21,0,0,0,0,0,0,0 +624230,41,5,1645,16,4,0,5,0,0,0,0,0 +624310,41,5,1620,70,47,13,3,0,0,0,0,0 +624410,41,5,9510,590,405,182,0,0,0,0,0,0 +711110,41,5,1052,22,12,5,3,0,0,0,0,0 +711120,41,5,79,4,0,0,0,0,0,0,0,0 +711130,41,5,211,34,32,0,0,0,0,0,0,0 +711190,41,5,33,4,0,0,0,0,0,0,0,0 +711211,41,5,2160,14,3,0,3,0,0,0,0,0 +711212,41,5,0,3,0,0,0,0,0,0,0,0 +711219,41,5,68,36,35,0,0,0,0,0,0,0 +711310,41,5,1113,28,15,8,0,0,0,0,0,0 +711320,41,5,862,75,67,3,0,0,0,0,0,0 +711410,41,5,101,31,29,0,0,0,0,0,0,0 +711510,41,5,394,179,175,0,0,0,0,0,0,0 +712110,41,5,739,28,21,0,3,0,0,0,0,0 +712130,41,5,1146,10,4,0,3,0,0,0,0,0 +712190,41,5,0,4,0,0,0,0,0,0,0,0 +713110,41,5,703,5,0,0,0,0,0,0,0,0 +713120,41,5,713,29,19,8,0,0,0,0,0,0 +713210,41,5,1984,3,0,0,0,0,3,0,0,0 +713290,41,5,749,49,41,0,0,0,0,0,0,0 +713910,41,5,8774,147,30,93,20,0,0,0,0,0 +713930,41,5,37,5,3,0,0,0,0,0,0,0 +713940,41,5,9695,450,306,129,8,3,0,0,0,0 +713950,41,5,721,29,14,13,0,0,0,0,0,0 +713990,41,5,3464,191,153,29,3,3,0,0,0,0 +721110,41,5,26379,469,214,202,27,11,9,0,0,0 +721120,41,5,0,3,0,0,0,0,0,0,0,0 +721199,41,5,0,4,3,0,0,0,0,0,0,0 +721211,41,5,543,42,38,0,0,0,0,0,0,0 +721214,41,5,28,3,0,0,0,0,0,0,0,0 +722310,41,5,10333,322,243,56,16,0,3,0,0,0 +722320,41,5,1583,102,81,18,0,0,0,0,0,0 +722330,41,5,372,71,66,3,0,0,0,0,0,0 +722410,41,5,4085,337,268,68,0,0,0,0,0,0 +722511,41,5,76777,2705,1371,1256,75,0,0,0,0,0 +722513,41,5,64567,3391,2015,1363,12,0,0,0,0,0 +722514,41,5,1226,65,40,21,0,0,0,0,0,0 +722515,41,5,10134,815,640,175,0,0,0,0,0,0 +811111,41,5,4751,928,902,25,0,0,0,0,0,0 +811112,41,5,35,12,9,0,0,0,0,0,0,0 +811113,41,5,204,52,51,0,0,0,0,0,0,0 +811118,41,5,338,52,50,0,0,0,0,0,0,0 +811121,41,5,3191,374,337,34,0,0,0,0,0,0 +811122,41,5,905,137,122,12,0,0,0,0,0,0 +811191,41,5,258,63,59,0,0,0,0,0,0,0 +811192,41,5,2529,221,182,30,3,0,0,0,0,0 +811198,41,5,408,50,46,3,0,0,0,0,0,0 +811211,41,5,180,25,22,0,0,0,0,0,0,0 +811212,41,5,378,75,71,0,0,0,0,0,0,0 +811213,41,5,200,29,25,3,0,0,0,0,0,0 +811219,41,5,208,43,41,0,0,0,0,0,0,0 +811310,41,5,2430,222,192,27,0,0,0,0,0,0 +811411,41,5,21,9,8,0,0,0,0,0,0,0 +811412,41,5,289,72,70,0,0,0,0,0,0,0 +811420,41,5,177,49,49,0,0,0,0,0,0,0 +811430,41,5,24,14,14,0,0,0,0,0,0,0 +811490,41,5,486,154,153,0,0,0,0,0,0,0 +812111,41,5,266,55,55,0,0,0,0,0,0,0 +812112,41,5,5907,960,917,41,0,0,0,0,0,0 +812113,41,5,1148,292,283,5,0,0,0,0,0,0 +812191,41,5,337,27,25,0,0,0,0,0,0,0 +812199,41,5,2554,331,285,43,0,0,0,0,0,0 +812210,41,5,641,80,74,3,0,0,0,0,0,0 +812220,41,5,262,26,24,0,0,0,0,0,0,0 +812310,41,5,258,53,46,0,0,0,0,0,0,0 +812320,41,5,2348,217,194,17,3,0,0,0,0,0 +812331,41,5,991,10,0,0,5,0,0,0,0,0 +812332,41,5,675,18,9,3,4,0,0,0,0,0 +812910,41,5,1481,249,233,14,0,0,0,0,0,0 +812921,41,5,0,3,0,0,0,0,0,0,0,0 +812930,41,5,2021,113,92,19,0,0,0,0,0,0 +812990,41,5,2183,261,246,10,0,0,0,0,0,0 +813110,41,5,14989,1294,1117,153,20,0,0,0,0,0 +813211,41,5,905,93,86,4,0,0,0,0,0,0 +813212,41,5,658,58,51,4,0,0,0,0,0,0 +813219,41,5,454,33,25,0,0,0,0,0,0,0 +813311,41,5,215,34,32,0,0,0,0,0,0,0 +813312,41,5,616,46,41,0,0,0,0,0,0,0 +813319,41,5,1266,67,63,0,0,0,0,0,0,0 +813410,41,5,1990,199,185,6,5,0,0,0,0,0 +813910,41,5,943,127,116,11,0,0,0,0,0,0 +813920,41,5,794,80,75,0,3,0,0,0,0,0 +813930,41,5,647,70,56,10,0,0,0,0,0,0 +813940,41,5,21,21,19,0,0,0,0,0,0,0 +813990,41,5,2689,140,105,26,5,0,0,0,0,0 +115112,42,6,6,3,3,0,0,0,0,0,0,0 +115210,42,6,55,16,15,0,0,0,0,0,0,0 +212230,42,6,1894,6,0,0,0,0,0,0,0,0 +212321,42,6,118,8,3,3,0,0,0,0,0,0 +213112,42,6,21,3,0,0,0,0,0,0,0,0 +213114,42,6,361,12,6,0,0,0,0,0,0,0 +221122,42,6,0,4,0,0,0,0,0,0,0,0 +221310,42,6,106,18,13,0,0,0,0,0,0,0 +236115,42,6,249,89,88,0,0,0,0,0,0,0 +236116,42,6,0,5,4,0,0,0,0,0,0,0 +236117,42,6,245,35,31,4,0,0,0,0,0,0 +236118,42,6,836,236,232,4,0,0,0,0,0,0 +236210,42,6,69,8,6,0,0,0,0,0,0,0 +236220,42,6,2973,88,71,14,0,0,0,0,0,0 +237110,42,6,138,15,13,0,0,0,0,0,0,0 +237120,42,6,0,3,0,0,0,0,0,0,0,0 +237130,42,6,287,16,11,3,0,0,0,0,0,0 +237210,42,6,54,16,15,0,0,0,0,0,0,0 +237310,42,6,855,16,3,5,0,0,0,0,0,0 +237990,42,6,210,8,5,0,0,0,0,0,0,0 +238110,42,6,802,52,41,8,0,0,0,0,0,0 +238120,42,6,209,12,9,0,0,0,0,0,0,0 +238130,42,6,255,19,16,0,0,0,0,0,0,0 +238140,42,6,729,47,38,8,0,0,0,0,0,0 +238150,42,6,120,16,15,0,0,0,0,0,0,0 +238160,42,6,699,54,44,9,0,0,0,0,0,0 +238170,42,6,26,3,0,0,0,0,0,0,0,0 +238190,42,6,80,15,13,0,0,0,0,0,0,0 +238210,42,6,1581,163,137,25,0,0,0,0,0,0 +238220,42,6,3369,290,252,34,3,0,0,0,0,0 +238290,42,6,97,17,16,0,0,0,0,0,0,0 +238310,42,6,934,54,41,12,0,0,0,0,0,0 +238320,42,6,832,94,84,9,0,0,0,0,0,0 +238330,42,6,213,38,36,0,0,0,0,0,0,0 +238340,42,6,223,32,29,3,0,0,0,0,0,0 +238350,42,6,349,60,55,5,0,0,0,0,0,0 +238390,42,6,55,9,6,0,0,0,0,0,0,0 +238910,42,6,1338,52,37,11,3,0,0,0,0,0 +238990,42,6,850,95,83,11,0,0,0,0,0,0 +311422,42,6,307,3,0,0,0,0,0,0,0,0 +311811,42,6,138,12,8,0,0,0,0,0,0,0 +311812,42,6,0,3,0,0,0,0,0,0,0,0 +311830,42,6,135,7,3,0,0,0,0,0,0,0 +312113,42,6,18,3,0,0,0,0,0,0,0,0 +312120,42,6,101,14,10,0,0,0,0,0,0,0 +312140,42,6,33,3,0,0,0,0,0,0,0,0 +314120,42,6,26,3,0,0,0,0,0,0,0,0 +314999,42,6,32,9,6,0,0,0,0,0,0,0 +321911,42,6,218,5,0,0,0,0,0,0,0,0 +321918,42,6,61,4,0,0,0,0,0,0,0,0 +321920,42,6,32,5,3,0,0,0,0,0,0,0 +321999,42,6,22,6,4,0,0,0,0,0,0,0 +323111,42,6,663,41,32,8,0,0,0,0,0,0 +323113,42,6,61,12,11,0,0,0,0,0,0,0 +323120,42,6,7,3,3,0,0,0,0,0,0,0 +324121,42,6,92,7,4,0,0,0,0,0,0,0 +325620,42,6,30,5,3,0,0,0,0,0,0,0 +326199,42,6,242,12,4,3,0,0,0,0,0,0 +327110,42,6,139,4,0,0,0,0,0,0,0,0 +327310,42,6,0,3,0,0,0,0,0,0,0,0 +327320,42,6,117,10,4,3,0,0,0,0,0,0 +327331,42,6,78,3,0,0,0,0,0,0,0,0 +327390,42,6,110,6,0,3,0,0,0,0,0,0 +327991,42,6,32,7,4,0,0,0,0,0,0,0 +332312,42,6,113,7,3,0,0,0,0,0,0,0 +332321,42,6,57,3,0,0,0,0,0,0,0,0 +332322,42,6,563,12,8,0,0,0,0,0,0,0 +332323,42,6,59,13,11,0,0,0,0,0,0,0 +332710,42,6,539,48,38,10,0,0,0,0,0,0 +332721,42,6,40,3,0,0,0,0,0,0,0,0 +332812,42,6,67,4,3,0,0,0,0,0,0,0 +332813,42,6,56,8,4,0,0,0,0,0,0,0 +332994,42,6,0,3,0,0,0,0,0,0,0,0 +332999,42,6,136,13,10,0,0,0,0,0,0,0 +333131,42,6,0,3,0,0,0,0,0,0,0,0 +333249,42,6,5,3,3,0,0,0,0,0,0,0 +333314,42,6,148,6,0,0,0,0,0,0,0,0 +333318,42,6,50,6,0,0,0,0,0,0,0,0 +333515,42,6,0,3,0,0,0,0,0,0,0,0 +333517,42,6,0,3,0,0,0,0,0,0,0,0 +333999,42,6,0,3,0,0,0,0,0,0,0,0 +334310,42,6,129,5,0,0,0,0,0,0,0,0 +334413,42,6,166,5,0,0,0,0,0,0,0,0 +334419,42,6,56,5,3,0,0,0,0,0,0,0 +334510,42,6,121,4,0,0,0,0,0,0,0,0 +334511,42,6,0,3,0,0,0,0,0,0,0,0 +334513,42,6,116,8,4,0,0,0,0,0,0,0 +334516,42,6,0,3,0,0,0,0,0,0,0,0 +334519,42,6,117,5,0,3,0,0,0,0,0,0 +335122,42,6,77,3,0,0,0,0,0,0,0,0 +335314,42,6,53,5,3,0,0,0,0,0,0,0 +335991,42,6,39,4,3,0,0,0,0,0,0,0 +336310,42,6,24,3,0,0,0,0,0,0,0,0 +336413,42,6,205,4,0,0,0,0,0,0,0,0 +336414,42,6,0,3,0,0,0,0,0,0,0,0 +337110,42,6,37,9,9,0,0,0,0,0,0,0 +337122,42,6,50,6,0,0,0,0,0,0,0,0 +339112,42,6,551,6,0,0,3,0,0,0,0,0 +339113,42,6,28,3,0,0,0,0,0,0,0,0 +339116,42,6,148,28,25,0,0,0,0,0,0,0 +339910,42,6,25,5,3,0,0,0,0,0,0,0 +339920,42,6,279,4,0,0,0,0,0,0,0,0 +339950,42,6,174,11,8,0,0,0,0,0,0,0 +339999,42,6,133,21,14,3,0,0,0,0,0,0 +423110,42,6,163,10,4,4,0,0,0,0,0,0 +423120,42,6,222,26,24,0,0,0,0,0,0,0 +423130,42,6,78,7,0,0,0,0,0,0,0,0 +423140,42,6,68,7,4,0,0,0,0,0,0,0 +423210,42,6,50,7,4,0,0,0,0,0,0,0 +423220,42,6,188,19,18,0,0,0,0,0,0,0 +423310,42,6,164,12,6,0,0,0,0,0,0,0 +423320,42,6,134,11,8,0,0,0,0,0,0,0 +423330,42,6,74,6,4,0,0,0,0,0,0,0 +423390,42,6,186,8,0,0,0,0,0,0,0,0 +423420,42,6,170,26,25,0,0,0,0,0,0,0 +423430,42,6,55,15,15,0,0,0,0,0,0,0 +423440,42,6,157,14,12,0,0,0,0,0,0,0 +423450,42,6,162,20,13,3,0,0,0,0,0,0 +423490,42,6,38,4,0,0,0,0,0,0,0,0 +423510,42,6,179,18,16,0,0,0,0,0,0,0 +423520,42,6,35,4,0,0,0,0,0,0,0,0 +423610,42,6,412,25,21,0,0,0,0,0,0,0 +423690,42,6,216,27,23,4,0,0,0,0,0,0 +423710,42,6,104,9,4,3,0,0,0,0,0,0 +423720,42,6,266,21,17,4,0,0,0,0,0,0 +423730,42,6,178,27,25,0,0,0,0,0,0,0 +423810,42,6,414,20,13,6,0,0,0,0,0,0 +423820,42,6,83,8,3,0,0,0,0,0,0,0 +423830,42,6,351,47,44,0,0,0,0,0,0,0 +423840,42,6,120,22,20,0,0,0,0,0,0,0 +423850,42,6,80,12,12,0,0,0,0,0,0,0 +423860,42,6,20,6,4,0,0,0,0,0,0,0 +423910,42,6,67,13,11,0,0,0,0,0,0,0 +423920,42,6,67,6,3,0,0,0,0,0,0,0 +423930,42,6,119,15,14,0,0,0,0,0,0,0 +423940,42,6,33,14,12,0,0,0,0,0,0,0 +423990,42,6,105,15,13,0,0,0,0,0,0,0 +424120,42,6,27,8,7,0,0,0,0,0,0,0 +424130,42,6,118,6,0,0,0,0,0,0,0,0 +424210,42,6,59,16,15,0,0,0,0,0,0,0 +424320,42,6,0,3,0,0,0,0,0,0,0,0 +424330,42,6,57,8,7,0,0,0,0,0,0,0 +424410,42,6,155,6,0,0,0,0,0,0,0,0 +424420,42,6,4,3,3,0,0,0,0,0,0,0 +424450,42,6,0,3,0,0,0,0,0,0,0,0 +424480,42,6,27,7,5,0,0,0,0,0,0,0 +424490,42,6,314,36,34,0,0,0,0,0,0,0 +424510,42,6,9,3,3,0,0,0,0,0,0,0 +424610,42,6,32,5,0,0,0,0,0,0,0,0 +424690,42,6,118,15,14,0,0,0,0,0,0,0 +424710,42,6,56,5,0,0,0,0,0,0,0,0 +424720,42,6,15,3,0,0,0,0,0,0,0,0 +424820,42,6,0,3,0,0,0,0,0,0,0,0 +424910,42,6,17,5,4,0,0,0,0,0,0,0 +424920,42,6,24,4,0,0,0,0,0,0,0,0 +424930,42,6,222,10,3,3,0,0,0,0,0,0 +424940,42,6,18,5,4,0,0,0,0,0,0,0 +424950,42,6,0,3,0,0,0,0,0,0,0,0 +424990,42,6,238,19,18,0,0,0,0,0,0,0 +425120,42,6,281,48,45,0,0,0,0,0,0,0 +441110,42,6,3562,40,5,20,11,0,0,0,0,0 +441120,42,6,446,47,44,3,0,0,0,0,0,0 +441210,42,6,541,13,7,0,0,0,0,0,0,0 +441228,42,6,361,25,21,0,0,0,0,0,0,0 +441310,42,6,1160,116,109,6,0,0,0,0,0,0 +441320,42,6,609,62,56,6,0,0,0,0,0,0 +442110,42,6,1162,63,57,0,0,0,0,0,0,0 +442210,42,6,149,24,21,0,0,0,0,0,0,0 +442291,42,6,23,8,7,0,0,0,0,0,0,0 +442299,42,6,544,42,32,10,0,0,0,0,0,0 +443141,42,6,269,22,19,0,0,0,0,0,0,0 +443142,42,6,932,78,69,7,0,0,0,0,0,0 +444110,42,6,0,12,0,0,10,0,0,0,0,0 +444120,42,6,111,16,16,0,0,0,0,0,0,0 +444130,42,6,660,38,24,11,0,0,0,0,0,0 +444190,42,6,578,73,67,5,0,0,0,0,0,0 +444210,42,6,27,3,0,0,0,0,0,0,0,0 +444220,42,6,363,30,27,0,0,0,0,0,0,0 +445110,42,6,7883,128,44,53,30,0,0,0,0,0 +445120,42,6,284,51,51,0,0,0,0,0,0,0 +445210,42,6,82,15,13,0,0,0,0,0,0,0 +445230,42,6,22,5,3,0,0,0,0,0,0,0 +445291,42,6,84,8,4,0,0,0,0,0,0,0 +445292,42,6,64,7,3,0,0,0,0,0,0,0 +445299,42,6,210,26,25,0,0,0,0,0,0,0 +445310,42,6,171,28,24,0,0,0,0,0,0,0 +446110,42,6,1719,99,57,41,0,0,0,0,0,0 +446120,42,6,657,58,46,12,0,0,0,0,0,0 +446130,42,6,363,58,58,0,0,0,0,0,0,0 +446191,42,6,101,34,34,0,0,0,0,0,0,0 +446199,42,6,209,21,18,0,0,0,0,0,0,0 +447110,42,6,2263,222,211,11,0,0,0,0,0,0 +447190,42,6,171,8,3,0,0,0,0,0,0,0 +448110,42,6,113,15,15,0,0,0,0,0,0,0 +448120,42,6,1044,89,76,12,0,0,0,0,0,0 +448130,42,6,229,18,12,4,0,0,0,0,0,0 +448140,42,6,2568,102,47,55,0,0,0,0,0,0 +448150,42,6,166,24,24,0,0,0,0,0,0,0 +448190,42,6,264,28,24,4,0,0,0,0,0,0 +448210,42,6,750,84,81,0,0,0,0,0,0,0 +448310,42,6,334,55,54,0,0,0,0,0,0,0 +448320,42,6,17,4,0,0,0,0,0,0,0,0 +451110,42,6,664,68,60,7,0,0,0,0,0,0 +451120,42,6,504,30,21,9,0,0,0,0,0,0 +451130,42,6,135,12,8,0,0,0,0,0,0,0 +451140,42,6,157,20,18,0,0,0,0,0,0,0 +451211,42,6,256,21,18,0,0,0,0,0,0,0 +452210,42,6,1217,10,0,3,7,0,0,0,0,0 +452311,42,6,5683,26,0,0,16,10,0,0,0,0 +452319,42,6,1050,89,69,20,0,0,0,0,0,0 +453110,42,6,125,24,23,0,0,0,0,0,0,0 +453210,42,6,155,15,13,0,0,0,0,0,0,0 +453220,42,6,365,43,40,3,0,0,0,0,0,0 +453310,42,6,958,85,76,9,0,0,0,0,0,0 +453910,42,6,492,36,29,5,0,0,0,0,0,0 +453920,42,6,67,21,20,0,0,0,0,0,0,0 +453930,42,6,31,11,9,0,0,0,0,0,0,0 +453991,42,6,225,39,38,0,0,0,0,0,0,0 +453998,42,6,400,76,72,4,0,0,0,0,0,0 +454110,42,6,513,110,106,4,0,0,0,0,0,0 +454210,42,6,124,14,11,0,0,0,0,0,0,0 +454310,42,6,32,4,0,0,0,0,0,0,0,0 +454390,42,6,301,65,62,0,0,0,0,0,0,0 +481111,42,6,799,8,0,0,0,0,0,0,0,0 +481211,42,6,60,5,3,0,0,0,0,0,0,0 +484110,42,6,202,29,25,4,0,0,0,0,0,0 +484121,42,6,568,42,35,4,0,0,0,0,0,0 +484122,42,6,409,18,12,4,0,0,0,0,0,0 +484210,42,6,272,25,19,6,0,0,0,0,0,0 +484220,42,6,635,30,21,6,0,0,0,0,0,0 +484230,42,6,52,10,10,0,0,0,0,0,0,0 +485113,42,6,1496,3,0,0,0,0,0,0,0,0 +485210,42,6,50,3,0,0,0,0,0,0,0,0 +485310,42,6,0,3,0,0,0,0,0,0,0,0 +485320,42,6,63,9,5,0,0,0,0,0,0,0 +485510,42,6,0,3,0,0,0,0,0,0,0,0 +485991,42,6,531,11,3,0,0,0,0,0,0,0 +485999,42,6,223,12,9,0,0,0,0,0,0,0 +486210,42,6,0,6,0,0,0,0,0,0,0,0 +487110,42,6,28,5,3,0,0,0,0,0,0,0 +488119,42,6,45,5,0,0,0,0,0,0,0,0 +488190,42,6,569,25,21,0,0,0,0,0,0,0 +488410,42,6,237,17,10,5,0,0,0,0,0,0 +488490,42,6,0,3,0,0,0,0,0,0,0,0 +488510,42,6,134,29,26,0,0,0,0,0,0,0 +488991,42,6,0,3,3,0,0,0,0,0,0,0 +492110,42,6,863,20,14,0,0,0,0,0,0,0 +492210,42,6,47,9,8,0,0,0,0,0,0,0 +493110,42,6,1753,22,14,3,0,0,0,0,0,0 +493120,42,6,58,3,0,0,0,0,0,0,0,0 +493190,42,6,136,9,6,0,0,0,0,0,0,0 +511110,42,6,307,11,4,0,0,0,0,0,0,0 +511120,42,6,207,15,9,0,0,0,0,0,0,0 +511130,42,6,31,11,9,0,0,0,0,0,0,0 +511210,42,6,2520,32,20,5,0,0,0,0,0,0 +512110,42,6,47,22,19,0,0,0,0,0,0,0 +512131,42,6,602,11,0,8,0,0,0,0,0,0 +515111,42,6,0,4,0,0,0,0,0,0,0,0 +515112,42,6,198,11,7,3,0,0,0,0,0,0 +515120,42,6,465,8,4,0,3,0,0,0,0,0 +517311,42,6,1812,55,43,9,0,0,0,0,0,0 +517312,42,6,477,64,59,5,0,0,0,0,0,0 +517911,42,6,109,28,27,0,0,0,0,0,0,0 +517919,42,6,86,4,0,0,0,0,0,0,0,0 +518210,42,6,1108,28,21,4,0,0,0,0,0,0 +519130,42,6,16,14,13,0,0,0,0,0,0,0 +522110,42,6,2351,184,161,21,0,0,0,0,0,0 +522130,42,6,1147,55,48,3,0,0,0,0,0,0 +522210,42,6,0,4,3,0,0,0,0,0,0,0 +522220,42,6,88,11,11,0,0,0,0,0,0,0 +522291,42,6,44,18,18,0,0,0,0,0,0,0 +522292,42,6,1081,59,48,8,0,0,0,0,0,0 +522298,42,6,279,61,60,0,0,0,0,0,0,0 +522310,42,6,33,14,13,0,0,0,0,0,0,0 +522320,42,6,9,5,4,0,0,0,0,0,0,0 +522390,42,6,137,35,35,0,0,0,0,0,0,0 +523110,42,6,9,5,5,0,0,0,0,0,0,0 +523120,42,6,373,67,61,6,0,0,0,0,0,0 +523910,42,6,89,18,16,0,0,0,0,0,0,0 +523920,42,6,701,118,112,3,0,0,0,0,0,0 +523930,42,6,170,54,51,0,0,0,0,0,0,0 +523991,42,6,46,10,7,0,0,0,0,0,0,0 +523999,42,6,17,6,5,0,0,0,0,0,0,0 +524113,42,6,69,15,13,0,0,0,0,0,0,0 +524114,42,6,617,17,8,4,0,0,0,0,0,0 +524126,42,6,2298,19,12,0,0,0,0,0,0,0 +524127,42,6,416,36,32,0,0,0,0,0,0,0 +524210,42,6,1352,405,397,8,0,0,0,0,0,0 +524291,42,6,9,9,9,0,0,0,0,0,0,0 +524292,42,6,389,9,4,0,0,0,0,0,0,0 +524298,42,6,18,6,4,0,0,0,0,0,0,0 +531110,42,6,1198,235,228,6,0,0,0,0,0,0 +531120,42,6,241,81,79,0,0,0,0,0,0,0 +531130,42,6,146,55,52,0,0,0,0,0,0,0 +531190,42,6,243,46,44,0,0,0,0,0,0,0 +531210,42,6,949,507,503,3,0,0,0,0,0,0 +531311,42,6,1734,132,120,6,3,0,0,0,0,0 +531312,42,6,572,52,45,5,0,0,0,0,0,0 +531320,42,6,158,50,48,0,0,0,0,0,0,0 +531390,42,6,104,42,40,0,0,0,0,0,0,0 +532111,42,6,263,33,28,4,0,0,0,0,0,0 +532120,42,6,128,15,14,0,0,0,0,0,0,0 +532210,42,6,67,13,12,0,0,0,0,0,0,0 +532282,42,6,0,3,0,0,0,0,0,0,0,0 +532283,42,6,36,6,4,0,0,0,0,0,0,0 +532289,42,6,163,12,8,0,0,0,0,0,0,0 +532310,42,6,26,7,5,0,0,0,0,0,0,0 +532412,42,6,82,9,5,0,0,0,0,0,0,0 +532420,42,6,10,5,4,0,0,0,0,0,0,0 +532490,42,6,191,30,30,0,0,0,0,0,0,0 +533110,42,6,21,5,3,0,0,0,0,0,0,0 +541110,42,6,2153,511,492,17,0,0,0,0,0,0 +541191,42,6,56,15,12,0,0,0,0,0,0,0 +541199,42,6,82,18,14,0,0,0,0,0,0,0 +541211,42,6,986,169,160,8,0,0,0,0,0,0 +541213,42,6,634,120,115,5,0,0,0,0,0,0 +541214,42,6,304,17,14,0,0,0,0,0,0,0 +541219,42,6,349,129,127,0,0,0,0,0,0,0 +541310,42,6,311,78,77,0,0,0,0,0,0,0 +541320,42,6,134,24,23,0,0,0,0,0,0,0 +541330,42,6,2344,212,188,20,0,0,0,0,0,0 +541340,42,6,18,7,6,0,0,0,0,0,0,0 +541350,42,6,40,27,26,0,0,0,0,0,0,0 +541360,42,6,14,5,4,0,0,0,0,0,0,0 +541370,42,6,82,21,19,0,0,0,0,0,0,0 +541380,42,6,237,24,21,3,0,0,0,0,0,0 +541410,42,6,89,40,39,0,0,0,0,0,0,0 +541430,42,6,91,36,35,0,0,0,0,0,0,0 +541511,42,6,881,120,112,7,0,0,0,0,0,0 +541512,42,6,1813,127,111,9,0,3,0,0,0,0 +541513,42,6,153,22,16,0,0,0,0,0,0,0 +541519,42,6,60,14,11,0,0,0,0,0,0,0 +541611,42,6,675,226,220,5,0,0,0,0,0,0 +541612,42,6,76,13,8,0,0,0,0,0,0,0 +541613,42,6,193,66,63,0,0,0,0,0,0,0 +541614,42,6,15,17,17,0,0,0,0,0,0,0 +541618,42,6,10,9,9,0,0,0,0,0,0,0 +541620,42,6,334,40,35,3,0,0,0,0,0,0 +541690,42,6,192,68,65,0,0,0,0,0,0,0 +541713,42,6,248,20,16,0,0,0,0,0,0,0 +541714,42,6,0,7,4,0,0,0,0,0,0,0 +541715,42,6,696,51,43,5,3,0,0,0,0,0 +541720,42,6,82,10,7,0,0,0,0,0,0,0 +541810,42,6,105,33,32,0,0,0,0,0,0,0 +541820,42,6,37,13,11,0,0,0,0,0,0,0 +541850,42,6,61,7,3,0,0,0,0,0,0,0 +541860,42,6,12,5,5,0,0,0,0,0,0,0 +541870,42,6,27,3,0,0,0,0,0,0,0,0 +541890,42,6,242,21,16,3,0,0,0,0,0,0 +541910,42,6,113,11,6,0,0,0,0,0,0,0 +541921,42,6,62,22,21,0,0,0,0,0,0,0 +541922,42,6,16,6,5,0,0,0,0,0,0,0 +541930,42,6,0,14,11,0,0,0,0,0,0,0 +541940,42,6,1333,119,99,19,0,0,0,0,0,0 +541990,42,6,360,64,56,3,0,0,0,0,0,0 +551112,42,6,127,15,13,0,0,0,0,0,0,0 +551114,42,6,3634,134,96,29,8,0,0,0,0,0 +561110,42,6,1679,124,110,11,0,0,0,0,0,0 +561210,42,6,285,17,12,3,0,0,0,0,0,0 +561311,42,6,394,9,3,0,0,0,0,0,0,0 +561312,42,6,15,7,6,0,0,0,0,0,0,0 +561320,42,6,4899,68,28,24,13,3,0,0,0,0 +561330,42,6,837,10,0,0,0,0,0,0,0,0 +561410,42,6,76,18,17,0,0,0,0,0,0,0 +561421,42,6,88,6,0,0,0,0,0,0,0,0 +561422,42,6,8165,24,12,0,3,0,5,0,0,0 +561431,42,6,102,29,29,0,0,0,0,0,0,0 +561439,42,6,53,7,3,0,0,0,0,0,0,0 +561440,42,6,812,17,10,0,3,0,0,0,0,0 +561491,42,6,18,3,0,0,0,0,0,0,0,0 +561492,42,6,13,11,11,0,0,0,0,0,0,0 +561499,42,6,63,8,5,0,0,0,0,0,0,0 +561510,42,6,194,25,22,0,0,0,0,0,0,0 +561520,42,6,44,8,7,0,0,0,0,0,0,0 +561599,42,6,100,6,0,0,0,0,0,0,0,0 +561611,42,6,33,10,7,0,0,0,0,0,0,0 +561612,42,6,1838,26,15,3,3,3,0,0,0,0 +561613,42,6,73,3,0,0,0,0,0,0,0,0 +561621,42,6,245,23,19,3,0,0,0,0,0,0 +561622,42,6,52,9,8,0,0,0,0,0,0,0 +561710,42,6,772,74,65,7,0,0,0,0,0,0 +561720,42,6,2286,186,163,19,3,0,0,0,0,0 +561730,42,6,2698,241,222,10,6,0,0,0,0,0 +561740,42,6,232,41,38,3,0,0,0,0,0,0 +561790,42,6,429,69,64,4,0,0,0,0,0,0 +561920,42,6,51,9,8,0,0,0,0,0,0,0 +561990,42,6,264,27,21,0,0,0,0,0,0,0 +562111,42,6,345,16,8,0,0,0,0,0,0,0 +562211,42,6,0,3,0,0,0,0,0,0,0,0 +562910,42,6,101,11,9,0,0,0,0,0,0,0 +562920,42,6,117,8,0,0,0,0,0,0,0,0 +562991,42,6,51,9,5,0,0,0,0,0,0,0 +611110,42,6,3441,86,39,39,7,0,0,0,0,0 +611210,42,6,274,5,0,0,0,0,0,0,0,0 +611310,42,6,241,11,3,4,0,0,0,0,0,0 +611420,42,6,2,3,3,0,0,0,0,0,0,0 +611430,42,6,64,27,27,0,0,0,0,0,0,0 +611511,42,6,88,7,3,0,0,0,0,0,0,0 +611512,42,6,133,10,8,0,0,0,0,0,0,0 +611519,42,6,436,23,13,7,0,0,0,0,0,0 +611610,42,6,305,49,46,3,0,0,0,0,0,0 +611620,42,6,343,55,50,5,0,0,0,0,0,0 +611630,42,6,0,3,3,0,0,0,0,0,0,0 +611691,42,6,135,16,14,0,0,0,0,0,0,0 +611692,42,6,45,5,0,0,0,0,0,0,0,0 +611699,42,6,177,27,24,3,0,0,0,0,0,0 +611710,42,6,434,33,26,4,0,0,0,0,0,0 +621111,42,6,8195,687,590,91,4,0,0,0,0,0 +621112,42,6,91,37,33,0,0,0,0,0,0,0 +621210,42,6,2529,379,368,9,0,0,0,0,0,0 +621310,42,6,288,115,115,0,0,0,0,0,0,0 +621320,42,6,340,71,67,4,0,0,0,0,0,0 +621330,42,6,98,59,55,0,0,0,0,0,0,0 +621340,42,6,948,121,115,4,0,0,0,0,0,0 +621391,42,6,79,18,17,0,0,0,0,0,0,0 +621399,42,6,381,116,114,0,0,0,0,0,0,0 +621410,42,6,30,6,4,0,0,0,0,0,0,0 +621420,42,6,2061,49,29,14,4,0,0,0,0,0 +621491,42,6,0,3,0,0,0,0,0,0,0,0 +621492,42,6,354,23,12,9,0,0,0,0,0,0 +621493,42,6,772,32,18,10,0,0,0,0,0,0 +621498,42,6,2462,45,25,14,4,0,0,0,0,0 +621511,42,6,327,57,53,3,0,0,0,0,0,0 +621512,42,6,484,24,16,7,0,0,0,0,0,0 +621610,42,6,2792,84,42,36,6,0,0,0,0,0 +621910,42,6,641,10,0,3,0,0,0,0,0,0 +621991,42,6,0,6,0,0,0,0,0,0,0,0 +621999,42,6,67,17,17,0,0,0,0,0,0,0 +622110,42,6,15397,10,0,0,0,0,0,0,3,0 +622310,42,6,602,4,0,0,4,0,0,0,0,0 +623110,42,6,3074,30,6,8,11,3,0,0,0,0 +623210,42,6,2908,171,166,0,0,0,0,0,0,0 +623220,42,6,804,32,21,10,0,0,0,0,0,0 +623311,42,6,1031,18,9,3,4,0,0,0,0,0 +623312,42,6,3064,164,131,27,5,0,0,0,0,0 +623990,42,6,207,33,31,0,0,0,0,0,0,0 +624110,42,6,703,41,33,5,0,0,0,0,0,0 +624120,42,6,3530,93,57,25,9,0,0,0,0,0 +624190,42,6,1946,93,74,15,3,0,0,0,0,0 +624210,42,6,156,11,8,0,0,0,0,0,0,0 +624221,42,6,368,12,4,3,0,0,0,0,0,0 +624229,42,6,124,14,12,0,0,0,0,0,0,0 +624230,42,6,394,5,0,0,0,0,0,0,0,0 +624310,42,6,1544,22,11,4,3,0,0,0,0,0 +624410,42,6,2145,160,132,28,0,0,0,0,0,0 +711110,42,6,359,11,3,3,0,0,0,0,0,0 +711130,42,6,186,10,6,0,0,0,0,0,0,0 +711219,42,6,2,3,3,0,0,0,0,0,0,0 +711310,42,6,87,7,5,0,0,0,0,0,0,0 +711320,42,6,49,10,6,0,0,0,0,0,0,0 +711510,42,6,84,47,46,0,0,0,0,0,0,0 +712110,42,6,177,12,8,3,0,0,0,0,0,0 +712130,42,6,188,4,0,0,0,0,0,0,0,0 +713120,42,6,80,6,4,0,0,0,0,0,0,0 +713290,42,6,381,7,4,0,0,0,0,0,0,0 +713910,42,6,1786,31,3,20,5,0,0,0,0,0 +713940,42,6,2115,121,87,29,5,0,0,0,0,0 +713950,42,6,181,9,0,7,0,0,0,0,0,0 +713990,42,6,157,33,32,0,0,0,0,0,0,0 +721110,42,6,7541,140,77,47,7,7,0,0,0,0 +721191,42,6,13,7,6,0,0,0,0,0,0,0 +721211,42,6,118,16,14,0,0,0,0,0,0,0 +721214,42,6,230,4,0,0,0,0,0,0,0,0 +721310,42,6,81,12,10,0,0,0,0,0,0,0 +722310,42,6,1130,35,21,12,0,0,0,0,0,0 +722320,42,6,160,16,13,3,0,0,0,0,0,0 +722330,42,6,29,19,18,0,0,0,0,0,0,0 +722410,42,6,1190,103,85,18,0,0,0,0,0,0 +722511,42,6,16041,625,332,277,16,0,0,0,0,0 +722513,42,6,14538,707,394,312,0,0,0,0,0,0 +722514,42,6,569,17,4,8,0,0,0,0,0,0 +722515,42,6,1701,152,131,21,0,0,0,0,0,0 +811111,42,6,1230,258,256,0,0,0,0,0,0,0 +811112,42,6,7,3,0,0,0,0,0,0,0,0 +811113,42,6,51,13,12,0,0,0,0,0,0,0 +811118,42,6,41,8,7,0,0,0,0,0,0,0 +811121,42,6,514,74,69,5,0,0,0,0,0,0 +811122,42,6,232,38,36,0,0,0,0,0,0,0 +811191,42,6,137,22,20,0,0,0,0,0,0,0 +811192,42,6,960,60,46,14,0,0,0,0,0,0 +811198,42,6,61,13,11,0,0,0,0,0,0,0 +811211,42,6,7,4,4,0,0,0,0,0,0,0 +811212,42,6,59,15,11,0,0,0,0,0,0,0 +811213,42,6,18,7,5,0,0,0,0,0,0,0 +811219,42,6,55,11,10,0,0,0,0,0,0,0 +811310,42,6,211,35,33,0,0,0,0,0,0,0 +811412,42,6,121,11,7,0,0,0,0,0,0,0 +811420,42,6,32,9,9,0,0,0,0,0,0,0 +811490,42,6,97,27,25,0,0,0,0,0,0,0 +812111,42,6,33,6,4,0,0,0,0,0,0,0 +812112,42,6,1570,240,227,12,0,0,0,0,0,0 +812113,42,6,212,64,64,0,0,0,0,0,0,0 +812191,42,6,94,11,5,3,0,0,0,0,0,0 +812199,42,6,226,42,39,3,0,0,0,0,0,0 +812210,42,6,176,19,17,0,0,0,0,0,0,0 +812220,42,6,99,8,3,0,0,0,0,0,0,0 +812310,42,6,52,13,13,0,0,0,0,0,0,0 +812320,42,6,324,48,43,4,0,0,0,0,0,0 +812332,42,6,152,6,0,0,0,0,0,0,0,0 +812910,42,6,293,61,59,0,0,0,0,0,0,0 +812921,42,6,34,5,3,0,0,0,0,0,0,0 +812930,42,6,169,15,11,0,0,0,0,0,0,0 +812990,42,6,261,47,43,4,0,0,0,0,0,0 +813110,42,6,3802,345,297,46,0,0,0,0,0,0 +813211,42,6,216,33,29,0,0,0,0,0,0,0 +813212,42,6,243,24,22,0,0,0,0,0,0,0 +813219,42,6,106,12,9,0,0,0,0,0,0,0 +813311,42,6,59,8,4,0,0,0,0,0,0,0 +813312,42,6,404,37,30,5,0,0,0,0,0,0 +813319,42,6,168,20,17,3,0,0,0,0,0,0 +813410,42,6,418,62,58,4,0,0,0,0,0,0 +813910,42,6,161,29,26,0,0,0,0,0,0,0 +813920,42,6,681,20,16,0,0,0,0,0,0,0 +813930,42,6,160,23,22,0,0,0,0,0,0,0 +813940,42,6,5,5,5,0,0,0,0,0,0,0 +813990,42,6,391,41,37,0,0,0,0,0,0,0 +115114,42,7,152,9,3,4,0,0,0,0,0,0 +221122,42,7,0,3,0,0,0,0,0,0,0,0 +236115,42,7,18,6,5,0,0,0,0,0,0,0 +236117,42,7,9,6,6,0,0,0,0,0,0,0 +236118,42,7,0,3,3,0,0,0,0,0,0,0 +236220,42,7,31,4,3,0,0,0,0,0,0,0 +237110,42,7,27,4,3,0,0,0,0,0,0,0 +238110,42,7,4,3,3,0,0,0,0,0,0,0 +238160,42,7,9,3,0,0,0,0,0,0,0,0 +238210,42,7,9,5,5,0,0,0,0,0,0,0 +238220,42,7,41,8,5,0,0,0,0,0,0,0 +238910,42,7,42,5,3,0,0,0,0,0,0,0 +238990,42,7,0,3,0,0,0,0,0,0,0,0 +312130,42,7,27,5,3,0,0,0,0,0,0,0 +321920,42,7,12,3,0,0,0,0,0,0,0,0 +334419,42,7,0,4,0,0,0,0,0,0,0,0 +339992,42,7,0,3,0,0,0,0,0,0,0,0 +339999,42,7,0,3,0,0,0,0,0,0,0,0 +423110,42,7,15,3,0,0,0,0,0,0,0,0 +423490,42,7,4,3,3,0,0,0,0,0,0,0 +423510,42,7,11,3,0,0,0,0,0,0,0,0 +423610,42,7,0,3,0,0,0,0,0,0,0,0 +423820,42,7,4,3,3,0,0,0,0,0,0,0 +423830,42,7,49,8,7,0,0,0,0,0,0,0 +423850,42,7,7,3,3,0,0,0,0,0,0,0 +424480,42,7,953,96,83,11,0,0,0,0,0,0 +424490,42,7,42,7,5,0,0,0,0,0,0,0 +424520,42,7,17,4,3,0,0,0,0,0,0,0 +424910,42,7,34,4,0,0,0,0,0,0,0,0 +425120,42,7,856,55,41,14,0,0,0,0,0,0 +441110,42,7,103,3,0,3,0,0,0,0,0,0 +441120,42,7,0,3,0,0,0,0,0,0,0,0 +441310,42,7,67,8,7,0,0,0,0,0,0,0 +441320,42,7,64,6,0,0,0,0,0,0,0,0 +442110,42,7,12,6,5,0,0,0,0,0,0,0 +442299,42,7,13,4,3,0,0,0,0,0,0,0 +443142,42,7,12,4,3,0,0,0,0,0,0,0 +444130,42,7,34,5,3,0,0,0,0,0,0,0 +445110,42,7,242,8,0,0,0,0,0,0,0,0 +445299,42,7,9,4,3,0,0,0,0,0,0,0 +446110,42,7,0,3,0,0,0,0,0,0,0,0 +446120,42,7,18,4,0,0,0,0,0,0,0,0 +447110,42,7,100,14,14,0,0,0,0,0,0,0 +447190,42,7,35,3,0,0,0,0,0,0,0,0 +448110,42,7,27,4,3,0,0,0,0,0,0,0 +448120,42,7,97,15,13,0,0,0,0,0,0,0 +448130,42,7,12,3,0,0,0,0,0,0,0,0 +448140,42,7,262,11,4,3,0,0,0,0,0,0 +448190,42,7,19,3,0,0,0,0,0,0,0,0 +448210,42,7,84,16,14,0,0,0,0,0,0,0 +448310,42,7,20,5,4,0,0,0,0,0,0,0 +452319,42,7,95,13,10,0,0,0,0,0,0,0 +453220,42,7,23,6,5,0,0,0,0,0,0,0 +453310,42,7,0,3,0,0,0,0,0,0,0,0 +453920,42,7,24,9,7,0,0,0,0,0,0,0 +484110,42,7,198,19,15,0,0,0,0,0,0,0 +484121,42,7,216,26,24,0,0,0,0,0,0,0 +484122,42,7,78,6,0,0,0,0,0,0,0,0 +484220,42,7,35,11,9,0,0,0,0,0,0,0 +484230,42,7,198,13,10,0,0,0,0,0,0,0 +488490,42,7,0,3,0,0,0,0,0,0,0,0 +488510,42,7,579,58,48,9,0,0,0,0,0,0 +492110,42,7,0,3,0,0,0,0,0,0,0,0 +493110,42,7,284,22,15,4,0,0,0,0,0,0 +493120,42,7,152,6,0,0,0,0,0,0,0,0 +515112,42,7,11,3,0,0,0,0,0,0,0,0 +517311,42,7,0,3,0,0,0,0,0,0,0,0 +522110,42,7,106,12,11,0,0,0,0,0,0,0 +524210,42,7,54,15,15,0,0,0,0,0,0,0 +531110,42,7,21,7,5,0,0,0,0,0,0,0 +531120,42,7,42,8,4,0,0,0,0,0,0,0 +531210,42,7,14,9,8,0,0,0,0,0,0,0 +531311,42,7,5,4,4,0,0,0,0,0,0,0 +531312,42,7,15,5,4,0,0,0,0,0,0,0 +541110,42,7,28,11,9,0,0,0,0,0,0,0 +541211,42,7,0,4,0,0,0,0,0,0,0,0 +541213,42,7,17,6,5,0,0,0,0,0,0,0 +541219,42,7,27,7,5,0,0,0,0,0,0,0 +541611,42,7,19,5,4,0,0,0,0,0,0,0 +541614,42,7,22,7,5,0,0,0,0,0,0,0 +541690,42,7,5,4,4,0,0,0,0,0,0,0 +541940,42,7,21,3,0,0,0,0,0,0,0,0 +561320,42,7,256,4,0,0,0,0,0,0,0,0 +561710,42,7,15,4,0,0,0,0,0,0,0,0 +561720,42,7,9,3,0,0,0,0,0,0,0,0 +562111,42,7,16,3,0,0,0,0,0,0,0,0 +611110,42,7,76,4,0,0,0,0,0,0,0,0 +621111,42,7,561,12,10,0,0,0,0,0,0,0 +621210,42,7,21,5,3,0,0,0,0,0,0,0 +621310,42,7,8,3,0,0,0,0,0,0,0,0 +621420,42,7,44,3,0,0,0,0,0,0,0,0 +621498,42,7,0,3,0,0,0,0,0,0,0,0 +623210,42,7,0,4,0,0,0,0,0,0,0,0 +623312,42,7,17,3,0,0,0,0,0,0,0,0 +624120,42,7,54,4,0,0,0,0,0,0,0,0 +624190,42,7,33,4,3,0,0,0,0,0,0,0 +624210,42,7,20,4,0,0,0,0,0,0,0,0 +624310,42,7,46,3,0,0,0,0,0,0,0,0 +624410,42,7,71,9,9,0,0,0,0,0,0,0 +712110,42,7,3,3,3,0,0,0,0,0,0,0 +721110,42,7,400,14,8,0,0,0,0,0,0,0 +721191,42,7,4,3,3,0,0,0,0,0,0,0 +722310,42,7,146,6,3,0,0,0,0,0,0,0 +722410,42,7,33,4,0,0,0,0,0,0,0,0 +722511,42,7,476,40,32,8,0,0,0,0,0,0 +722513,42,7,257,18,10,6,0,0,0,0,0,0 +722515,42,7,0,3,0,0,0,0,0,0,0,0 +811111,42,7,48,10,8,0,0,0,0,0,0,0 +811122,42,7,22,6,4,0,0,0,0,0,0,0 +812112,42,7,20,10,9,0,0,0,0,0,0,0 +812990,42,7,5,3,3,0,0,0,0,0,0,0 +813110,42,7,119,15,12,3,0,0,0,0,0,0 +813312,42,7,24,4,0,0,0,0,0,0,0,0 +813910,42,7,0,4,3,0,0,0,0,0,0,0 +113310,49,7,99,13,8,0,0,0,0,0,0,0 +115111,49,7,0,4,0,0,0,0,0,0,0,0 +115112,49,7,118,16,10,0,0,0,0,0,0,0 +115114,49,7,219,5,0,3,0,0,0,0,0,0 +115115,49,7,152,10,6,3,0,0,0,0,0,0 +115116,49,7,29,6,4,0,0,0,0,0,0,0 +115210,49,7,4,5,5,0,0,0,0,0,0,0 +115310,49,7,0,3,3,0,0,0,0,0,0,0 +212230,49,7,1497,4,0,0,0,0,0,0,0,0 +212311,49,7,67,5,0,0,0,0,0,0,0,0 +212321,49,7,228,25,4,0,0,0,0,0,0,0 +212399,49,7,0,3,0,0,0,0,0,0,0,0 +221112,49,7,0,18,3,3,0,0,0,0,0,0 +221115,49,7,0,3,3,0,0,0,0,0,0,0 +221122,49,7,342,22,0,6,0,0,0,0,0,0 +221210,49,7,0,6,0,0,0,0,0,0,0,0 +221310,49,7,477,70,52,0,0,0,0,0,0,0 +221320,49,7,29,5,3,0,0,0,0,0,0,0 +236115,49,7,1000,288,276,0,0,0,0,0,0,0 +236116,49,7,19,4,0,0,0,0,0,0,0,0 +236117,49,7,386,68,53,0,0,0,0,0,0,0 +236118,49,7,977,274,255,0,0,0,0,0,0,0 +236210,49,7,11,4,4,0,0,0,0,0,0,0 +236220,49,7,984,102,80,9,0,0,0,0,0,0 +237110,49,7,558,70,47,5,0,0,0,0,0,0 +237130,49,7,38,4,0,0,0,0,0,0,0,0 +237210,49,7,54,23,15,0,0,0,0,0,0,0 +237310,49,7,473,24,0,0,0,0,0,0,0,0 +238110,49,7,754,113,101,3,0,0,0,0,0,0 +238120,49,7,75,10,0,0,0,0,0,0,0,0 +238130,49,7,504,41,18,0,0,0,0,0,0,0 +238140,49,7,373,69,59,0,0,0,0,0,0,0 +238150,49,7,62,16,14,0,0,0,0,0,0,0 +238160,49,7,549,82,64,4,0,0,0,0,0,0 +238170,49,7,34,8,6,0,0,0,0,0,0,0 +238190,49,7,88,16,6,0,0,0,0,0,0,0 +238210,49,7,1405,228,206,8,0,0,0,0,0,0 +238220,49,7,2333,389,355,21,0,0,0,0,0,0 +238290,49,7,4,3,3,0,0,0,0,0,0,0 +238310,49,7,1057,82,61,3,0,0,0,0,0,0 +238320,49,7,609,138,127,3,0,0,0,0,0,0 +238330,49,7,78,29,25,0,0,0,0,0,0,0 +238340,49,7,182,38,28,0,0,0,0,0,0,0 +238350,49,7,405,83,70,0,0,0,0,0,0,0 +238390,49,7,47,12,6,0,0,0,0,0,0,0 +238910,49,7,1177,148,126,5,0,0,0,0,0,0 +238990,49,7,677,97,78,3,0,0,0,0,0,0 +311811,49,7,0,3,0,0,0,0,0,0,0,0 +311991,49,7,0,4,0,0,0,0,0,0,0,0 +312120,49,7,45,5,0,0,0,0,0,0,0,0 +312130,49,7,118,13,4,0,0,0,0,0,0,0 +321918,49,7,9,3,0,0,0,0,0,0,0,0 +321920,49,7,25,4,4,0,0,0,0,0,0,0 +321999,49,7,66,4,0,0,0,0,0,0,0,0 +323111,49,7,191,29,19,0,0,0,0,0,0,0 +323113,49,7,21,7,0,0,0,0,0,0,0,0 +324121,49,7,0,3,3,0,0,0,0,0,0,0 +325611,49,7,18,3,0,0,0,0,0,0,0,0 +326199,49,7,94,4,0,0,0,0,0,0,0,0 +327110,49,7,6,3,3,0,0,0,0,0,0,0 +327320,49,7,310,28,9,0,0,0,0,0,0,0 +327991,49,7,54,3,0,0,0,0,0,0,0,0 +327992,49,7,0,3,0,0,0,0,0,0,0,0 +331529,49,7,27,3,0,0,0,0,0,0,0,0 +332312,49,7,88,7,0,0,0,0,0,0,0,0 +332322,49,7,0,3,0,0,0,0,0,0,0,0 +332323,49,7,19,3,0,0,0,0,0,0,0,0 +332710,49,7,536,36,22,3,0,0,0,0,0,0 +332994,49,7,0,3,0,0,0,0,0,0,0,0 +332999,49,7,0,3,3,0,0,0,0,0,0,0 +333111,49,7,8,3,3,0,0,0,0,0,0,0 +336612,49,7,59,5,0,0,0,0,0,0,0,0 +337110,49,7,78,16,3,0,0,0,0,0,0,0 +337122,49,7,9,3,0,0,0,0,0,0,0,0 +339113,49,7,45,5,3,0,0,0,0,0,0,0 +339116,49,7,132,15,12,0,0,0,0,0,0,0 +339910,49,7,24,8,6,0,0,0,0,0,0,0 +339950,49,7,47,8,3,0,0,0,0,0,0,0 +339999,49,7,24,15,10,0,0,0,0,0,0,0 +423110,49,7,0,9,0,0,0,0,0,0,0,0 +423120,49,7,84,16,7,0,0,0,0,0,0,0 +423220,49,7,0,3,0,0,0,0,0,0,0,0 +423310,49,7,55,7,0,0,0,0,0,0,0,0 +423320,49,7,159,13,3,0,0,0,0,0,0,0 +423330,49,7,49,5,4,0,0,0,0,0,0,0 +423390,49,7,0,3,0,0,0,0,0,0,0,0 +423420,49,7,9,6,6,0,0,0,0,0,0,0 +423450,49,7,3,3,3,0,0,0,0,0,0,0 +423510,49,7,0,4,3,0,0,0,0,0,0,0 +423610,49,7,109,29,18,0,0,0,0,0,0,0 +423710,49,7,0,3,0,0,0,0,0,0,0,0 +423720,49,7,118,19,13,0,0,0,0,0,0,0 +423730,49,7,85,14,9,0,0,0,0,0,0,0 +423810,49,7,99,11,0,0,0,0,0,0,0,0 +423820,49,7,210,14,6,0,0,0,0,0,0,0 +423830,49,7,30,4,0,0,0,0,0,0,0,0 +423840,49,7,38,14,10,0,0,0,0,0,0,0 +423850,49,7,39,4,3,0,0,0,0,0,0,0 +423910,49,7,170,11,3,0,0,0,0,0,0,0 +423930,49,7,6,6,3,0,0,0,0,0,0,0 +423940,49,7,35,9,5,0,0,0,0,0,0,0 +423990,49,7,9,4,4,0,0,0,0,0,0,0 +424130,49,7,16,3,0,0,0,0,0,0,0,0 +424210,49,7,13,10,4,0,0,0,0,0,0,0 +424320,49,7,2,3,3,0,0,0,0,0,0,0 +424450,49,7,0,6,3,0,0,0,0,0,0,0 +424480,49,7,26,3,0,0,0,0,0,0,0,0 +424490,49,7,618,53,28,3,0,0,0,0,0,0 +424510,49,7,111,7,0,0,0,0,0,0,0,0 +424690,49,7,18,7,0,0,0,0,0,0,0,0 +424710,49,7,135,15,3,0,0,0,0,0,0,0 +424810,49,7,164,6,0,3,0,0,0,0,0,0 +424910,49,7,760,42,23,10,0,0,0,0,0,0 +424920,49,7,7,4,4,0,0,0,0,0,0,0 +424990,49,7,124,15,12,0,0,0,0,0,0,0 +425120,49,7,94,35,24,0,0,0,0,0,0,0 +441110,49,7,3509,86,14,53,3,0,0,0,0,0 +441120,49,7,316,65,58,0,0,0,0,0,0,0 +441210,49,7,284,32,12,0,0,0,0,0,0,0 +441222,49,7,48,13,12,0,0,0,0,0,0,0 +441228,49,7,580,39,17,3,0,0,0,0,0,0 +441310,49,7,1439,139,111,10,0,0,0,0,0,0 +441320,49,7,767,81,59,0,0,0,0,0,0,0 +442110,49,7,472,63,51,0,0,0,0,0,0,0 +442210,49,7,181,37,23,0,0,0,0,0,0,0 +442291,49,7,25,11,10,0,0,0,0,0,0,0 +442299,49,7,341,45,35,0,0,0,0,0,0,0 +443141,49,7,143,23,8,0,0,0,0,0,0,0 +443142,49,7,421,46,25,0,0,0,0,0,0,0 +444110,49,7,1382,19,0,0,9,0,0,0,0,0 +444120,49,7,54,19,9,0,0,0,0,0,0,0 +444130,49,7,716,52,22,7,0,0,0,0,0,0 +444190,49,7,739,92,76,0,0,0,0,0,0,0 +444220,49,7,488,61,41,0,0,0,0,0,0,0 +445110,49,7,8076,155,30,60,24,0,0,0,0,0 +445120,49,7,268,55,37,0,0,0,0,0,0,0 +445292,49,7,46,9,4,0,0,0,0,0,0,0 +445299,49,7,145,27,19,0,0,0,0,0,0,0 +445310,49,7,339,50,31,0,0,0,0,0,0,0 +446110,49,7,857,74,36,14,0,0,0,0,0,0 +446120,49,7,177,27,11,0,0,0,0,0,0,0 +446130,49,7,139,29,22,0,0,0,0,0,0,0 +446191,49,7,147,42,27,0,0,0,0,0,0,0 +446199,49,7,89,28,21,0,0,0,0,0,0,0 +447110,49,7,4526,499,472,13,0,0,0,0,0,0 +447190,49,7,1100,45,12,8,0,0,0,0,0,0 +448110,49,7,10,3,0,0,0,0,0,0,0,0 +448120,49,7,486,75,65,0,0,0,0,0,0,0 +448130,49,7,35,4,0,0,0,0,0,0,0,0 +448140,49,7,1788,99,51,22,0,0,0,0,0,0 +448150,49,7,60,19,7,0,0,0,0,0,0,0 +448190,49,7,130,27,18,0,0,0,0,0,0,0 +448210,49,7,296,47,40,0,0,0,0,0,0,0 +448310,49,7,257,71,61,0,0,0,0,0,0,0 +451110,49,7,710,99,78,3,0,0,0,0,0,0 +451120,49,7,206,18,7,3,0,0,0,0,0,0 +451130,49,7,40,7,0,0,0,0,0,0,0,0 +451140,49,7,9,4,3,0,0,0,0,0,0,0 +451211,49,7,311,37,30,0,0,0,0,0,0,0 +452210,49,7,1149,15,0,11,0,0,0,0,0,0 +452311,49,7,4615,33,0,0,4,11,0,0,0,0 +452319,49,7,1786,184,133,27,0,0,0,0,0,0 +453110,49,7,61,15,9,0,0,0,0,0,0,0 +453210,49,7,97,16,7,0,0,0,0,0,0,0 +453220,49,7,716,119,110,0,0,0,0,0,0,0 +453310,49,7,801,109,85,7,0,0,0,0,0,0 +453910,49,7,314,29,12,3,0,0,0,0,0,0 +453920,49,7,119,47,46,0,0,0,0,0,0,0 +453930,49,7,31,13,3,0,0,0,0,0,0,0 +453991,49,7,117,26,13,0,0,0,0,0,0,0 +453998,49,7,268,56,44,0,0,0,0,0,0,0 +454110,49,7,605,121,111,0,0,0,0,0,0,0 +454210,49,7,0,4,0,0,0,0,0,0,0,0 +454310,49,7,310,51,38,0,0,0,0,0,0,0 +454390,49,7,219,82,77,0,0,0,0,0,0,0 +484110,49,7,260,70,60,0,0,0,0,0,0,0 +484121,49,7,671,89,74,0,0,0,0,0,0,0 +484122,49,7,253,29,17,0,0,0,0,0,0,0 +484210,49,7,118,21,13,0,0,0,0,0,0,0 +484220,49,7,516,98,91,0,0,0,0,0,0,0 +484230,49,7,135,30,21,0,0,0,0,0,0,0 +485310,49,7,21,9,0,0,0,0,0,0,0,0 +485991,49,7,75,11,6,0,0,0,0,0,0,0 +485999,49,7,18,11,0,0,0,0,0,0,0,0 +486210,49,7,21,15,6,0,0,0,0,0,0,0 +487110,49,7,501,12,0,0,0,0,0,0,0,0 +487990,49,7,260,11,6,0,0,0,0,0,0,0 +488190,49,7,183,15,5,0,0,0,0,0,0,0 +488410,49,7,273,52,30,0,0,0,0,0,0,0 +488510,49,7,141,19,9,0,0,0,0,0,0,0 +492110,49,7,320,40,6,4,0,0,0,0,0,0 +492210,49,7,28,11,9,0,0,0,0,0,0,0 +493110,49,7,218,15,4,3,0,0,0,0,0,0 +493120,49,7,216,5,0,3,0,0,0,0,0,0 +511110,49,7,345,28,6,0,0,0,0,0,0,0 +511120,49,7,37,8,5,0,0,0,0,0,0,0 +512110,49,7,17,10,10,0,0,0,0,0,0,0 +512131,49,7,124,16,3,0,0,0,0,0,0,0 +515112,49,7,290,39,26,0,0,0,0,0,0,0 +517311,49,7,1006,101,60,4,0,0,0,0,0,0 +517312,49,7,583,66,44,3,0,0,0,0,0,0 +517911,49,7,69,14,0,0,0,0,0,0,0,0 +518210,49,7,50,5,3,0,0,0,0,0,0,0 +519130,49,7,0,3,3,0,0,0,0,0,0,0 +522110,49,7,1951,209,183,6,0,0,0,0,0,0 +522120,49,7,0,4,0,0,0,0,0,0,0,0 +522130,49,7,303,39,26,0,0,0,0,0,0,0 +522220,49,7,0,7,7,0,0,0,0,0,0,0 +522291,49,7,70,15,10,0,0,0,0,0,0,0 +522292,49,7,402,52,46,0,0,0,0,0,0,0 +522298,49,7,152,41,36,0,0,0,0,0,0,0 +522310,49,7,39,14,13,0,0,0,0,0,0,0 +522390,49,7,94,47,47,0,0,0,0,0,0,0 +523120,49,7,84,45,42,0,0,0,0,0,0,0 +523910,49,7,5,7,7,0,0,0,0,0,0,0 +523920,49,7,116,92,89,0,0,0,0,0,0,0 +523930,49,7,49,35,32,0,0,0,0,0,0,0 +523991,49,7,9,8,3,0,0,0,0,0,0,0 +524114,49,7,0,8,0,0,0,0,0,0,0,0 +524126,49,7,14,18,11,0,0,0,0,0,0,0 +524127,49,7,0,17,9,0,0,0,0,0,0,0 +524210,49,7,1105,349,341,0,0,0,0,0,0,0 +524291,49,7,25,7,5,0,0,0,0,0,0,0 +531110,49,7,692,169,162,0,0,0,0,0,0,0 +531120,49,7,220,71,61,0,0,0,0,0,0,0 +531130,49,7,234,89,79,0,0,0,0,0,0,0 +531190,49,7,240,79,70,0,0,0,0,0,0,0 +531210,49,7,1054,542,529,0,0,0,0,0,0,0 +531311,49,7,411,88,79,0,0,0,0,0,0,0 +531312,49,7,118,27,22,0,0,0,0,0,0,0 +531320,49,7,66,42,41,0,0,0,0,0,0,0 +531390,49,7,85,34,33,0,0,0,0,0,0,0 +532111,49,7,190,29,17,0,0,0,0,0,0,0 +532120,49,7,96,22,12,0,0,0,0,0,0,0 +532210,49,7,95,30,23,0,0,0,0,0,0,0 +532283,49,7,78,19,7,0,0,0,0,0,0,0 +532284,49,7,101,20,13,0,0,0,0,0,0,0 +532310,49,7,0,3,3,0,0,0,0,0,0,0 +532412,49,7,108,9,4,0,0,0,0,0,0,0 +532490,49,7,109,15,9,0,0,0,0,0,0,0 +533110,49,7,0,5,4,0,0,0,0,0,0,0 +541110,49,7,1000,312,301,0,0,0,0,0,0,0 +541191,49,7,174,47,23,0,0,0,0,0,0,0 +541199,49,7,22,17,13,0,0,0,0,0,0,0 +541211,49,7,487,150,134,0,0,0,0,0,0,0 +541213,49,7,570,112,98,0,0,0,0,0,0,0 +541214,49,7,0,3,0,0,0,0,0,0,0,0 +541219,49,7,509,160,148,0,0,0,0,0,0,0 +541310,49,7,82,32,26,0,0,0,0,0,0,0 +541320,49,7,3,3,3,0,0,0,0,0,0,0 +541330,49,7,1498,136,117,0,0,0,0,0,0,0 +541340,49,7,4,4,4,0,0,0,0,0,0,0 +541350,49,7,23,26,26,0,0,0,0,0,0,0 +541370,49,7,68,27,22,0,0,0,0,0,0,0 +541380,49,7,69,17,7,0,0,0,0,0,0,0 +541410,49,7,20,10,8,0,0,0,0,0,0,0 +541430,49,7,20,23,20,0,0,0,0,0,0,0 +541511,49,7,78,53,51,0,0,0,0,0,0,0 +541512,49,7,1638,110,93,8,4,0,0,0,0,0 +541513,49,7,98,14,11,0,0,0,0,0,0,0 +541519,49,7,96,15,13,0,0,0,0,0,0,0 +541611,49,7,327,142,128,3,0,0,0,0,0,0 +541612,49,7,4,4,4,0,0,0,0,0,0,0 +541613,49,7,36,42,40,0,0,0,0,0,0,0 +541614,49,7,2,3,3,0,0,0,0,0,0,0 +541618,49,7,4,6,6,0,0,0,0,0,0,0 +541620,49,7,69,18,16,0,0,0,0,0,0,0 +541690,49,7,134,47,42,0,0,0,0,0,0,0 +541713,49,7,41,6,5,0,0,0,0,0,0,0 +541715,49,7,252,15,5,0,0,0,0,0,0,0 +541810,49,7,38,11,6,0,0,0,0,0,0,0 +541820,49,7,2,3,3,0,0,0,0,0,0,0 +541890,49,7,0,7,3,0,0,0,0,0,0,0 +541921,49,7,30,20,19,0,0,0,0,0,0,0 +541922,49,7,3,3,3,0,0,0,0,0,0,0 +541940,49,7,1076,113,81,12,0,0,0,0,0,0 +541990,49,7,61,38,31,0,0,0,0,0,0,0 +551114,49,7,1460,57,18,14,0,0,0,0,0,0 +561110,49,7,629,110,93,3,0,0,0,0,0,0 +561210,49,7,1172,17,3,0,0,0,0,0,0,0 +561320,49,7,1840,36,3,8,0,0,0,0,0,0 +561410,49,7,4,3,3,0,0,0,0,0,0,0 +561422,49,7,1641,3,0,0,0,0,0,0,0,0 +561431,49,7,20,8,5,0,0,0,0,0,0,0 +561439,49,7,16,6,6,0,0,0,0,0,0,0 +561491,49,7,3,3,3,0,0,0,0,0,0,0 +561510,49,7,38,18,14,0,0,0,0,0,0,0 +561520,49,7,339,23,10,5,0,0,0,0,0,0 +561611,49,7,11,5,4,0,0,0,0,0,0,0 +561612,49,7,215,15,0,0,0,0,0,0,0,0 +561621,49,7,46,11,8,0,0,0,0,0,0,0 +561622,49,7,36,17,12,0,0,0,0,0,0,0 +561710,49,7,378,77,66,0,0,0,0,0,0,0 +561720,49,7,1501,188,164,12,0,0,0,0,0,0 +561730,49,7,1128,217,198,5,0,0,0,0,0,0 +561740,49,7,114,36,26,0,0,0,0,0,0,0 +561790,49,7,160,40,31,0,0,0,0,0,0,0 +561990,49,7,103,23,15,0,0,0,0,0,0,0 +562111,49,7,525,44,19,3,0,0,0,0,0,0 +562119,49,7,8,3,3,0,0,0,0,0,0,0 +562212,49,7,0,3,0,0,0,0,0,0,0,0 +562991,49,7,121,25,10,0,0,0,0,0,0,0 +611110,49,7,3326,97,30,42,0,0,0,0,0,0 +611310,49,7,0,3,0,0,0,0,0,0,0,0 +611430,49,7,9,5,4,0,0,0,0,0,0,0 +611519,49,7,50,7,3,0,0,0,0,0,0,0 +611610,49,7,70,16,10,0,0,0,0,0,0,0 +611620,49,7,160,28,17,0,0,0,0,0,0,0 +611699,49,7,74,25,18,0,0,0,0,0,0,0 +611710,49,7,11,8,7,0,0,0,0,0,0,0 +621111,49,7,5864,800,745,36,0,0,0,0,0,0 +621112,49,7,26,16,16,0,0,0,0,0,0,0 +621210,49,7,2566,371,353,7,0,0,0,0,0,0 +621310,49,7,344,119,111,0,0,0,0,0,0,0 +621320,49,7,433,68,51,0,0,0,0,0,0,0 +621330,49,7,48,61,47,0,0,0,0,0,0,0 +621340,49,7,883,152,128,3,0,0,0,0,0,0 +621391,49,7,105,26,21,0,0,0,0,0,0,0 +621399,49,7,268,113,105,0,0,0,0,0,0,0 +621410,49,7,12,3,0,0,0,0,0,0,0,0 +621420,49,7,2431,111,65,19,0,0,0,0,0,0 +621492,49,7,57,21,4,0,0,0,0,0,0,0 +621493,49,7,375,28,11,4,0,0,0,0,0,0 +621498,49,7,1952,73,22,14,0,0,0,0,0,0 +621511,49,7,105,47,36,0,0,0,0,0,0,0 +621512,49,7,66,16,12,0,0,0,0,0,0,0 +621610,49,7,2745,98,26,40,0,0,0,0,0,0 +621910,49,7,1181,57,11,12,0,0,0,0,0,0 +621999,49,7,88,4,0,0,0,0,0,0,0,0 +622110,49,7,11614,25,0,0,0,0,0,0,0,0 +623110,49,7,3418,37,0,10,8,0,0,0,0,0 +623210,49,7,1594,132,114,4,0,0,0,0,0,0 +623220,49,7,845,37,13,8,3,0,0,0,0,0 +623311,49,7,133,11,0,0,0,0,0,0,0,0 +623312,49,7,1479,86,45,18,0,0,0,0,0,0 +623990,49,7,45,8,0,0,0,0,0,0,0,0 +624110,49,7,314,19,6,0,0,0,0,0,0,0 +624120,49,7,2851,95,44,16,3,0,0,0,0,0 +624190,49,7,1032,60,37,6,0,0,0,0,0,0 +624210,49,7,69,15,12,0,0,0,0,0,0,0 +624221,49,7,198,16,3,0,0,0,0,0,0,0 +624229,49,7,56,6,0,0,0,0,0,0,0,0 +624310,49,7,627,23,10,0,0,0,0,0,0,0 +624410,49,7,1205,116,89,9,0,0,0,0,0,0 +711130,49,7,0,3,0,0,0,0,0,0,0,0 +711310,49,7,99,7,4,0,0,0,0,0,0,0 +711320,49,7,28,6,4,0,0,0,0,0,0,0 +711510,49,7,61,37,36,0,0,0,0,0,0,0 +712110,49,7,187,17,6,0,0,0,0,0,0,0 +712130,49,7,84,3,0,0,0,0,0,0,0,0 +712190,49,7,10,3,0,0,0,0,0,0,0,0 +713910,49,7,1318,43,9,16,0,0,0,0,0,0 +713930,49,7,58,8,3,0,0,0,0,0,0,0 +713940,49,7,982,81,59,3,0,0,0,0,0,0 +713990,49,7,394,60,49,3,0,0,0,0,0,0 +721110,49,7,10416,452,299,121,7,0,0,0,0,0 +721191,49,7,164,31,24,0,0,0,0,0,0,0 +721199,49,7,90,12,3,0,0,0,0,0,0,0 +721211,49,7,779,119,100,4,0,0,0,0,0,0 +721214,49,7,211,20,6,0,0,0,0,0,0,0 +722310,49,7,2253,94,42,19,0,0,0,0,0,0 +722320,49,7,56,13,9,0,0,0,0,0,0,0 +722330,49,7,38,13,12,0,0,0,0,0,0,0 +722410,49,7,1196,160,139,9,0,0,0,0,0,0 +722511,49,7,17554,872,557,298,0,0,0,0,0,0 +722513,49,7,14622,762,437,310,0,0,0,0,0,0 +722514,49,7,164,6,0,0,0,0,0,0,0,0 +722515,49,7,1165,154,130,9,0,0,0,0,0,0 +811111,49,7,1309,310,298,3,0,0,0,0,0,0 +811113,49,7,76,14,10,0,0,0,0,0,0,0 +811118,49,7,12,4,3,0,0,0,0,0,0,0 +811121,49,7,631,95,75,0,0,0,0,0,0,0 +811122,49,7,152,53,43,0,0,0,0,0,0,0 +811191,49,7,223,35,19,0,0,0,0,0,0,0 +811192,49,7,330,57,41,0,0,0,0,0,0,0 +811198,49,7,25,8,3,0,0,0,0,0,0,0 +811212,49,7,60,21,12,0,0,0,0,0,0,0 +811310,49,7,178,48,43,0,0,0,0,0,0,0 +811412,49,7,41,17,15,0,0,0,0,0,0,0 +811420,49,7,12,4,3,0,0,0,0,0,0,0 +811490,49,7,121,44,42,0,0,0,0,0,0,0 +812111,49,7,10,12,5,0,0,0,0,0,0,0 +812112,49,7,599,131,119,0,0,0,0,0,0,0 +812113,49,7,78,26,19,0,0,0,0,0,0,0 +812199,49,7,159,37,33,0,0,0,0,0,0,0 +812210,49,7,204,37,19,0,0,0,0,0,0,0 +812220,49,7,11,3,0,0,0,0,0,0,0,0 +812310,49,7,85,31,26,0,0,0,0,0,0,0 +812320,49,7,79,16,6,0,0,0,0,0,0,0 +812910,49,7,223,52,43,0,0,0,0,0,0,0 +812990,49,7,88,33,28,0,0,0,0,0,0,0 +813110,49,7,3043,553,518,18,0,0,0,0,0,0 +813211,49,7,47,18,17,0,0,0,0,0,0,0 +813311,49,7,0,4,0,0,0,0,0,0,0,0 +813312,49,7,252,49,38,0,0,0,0,0,0,0 +813319,49,7,17,6,6,0,0,0,0,0,0,0 +813410,49,7,571,100,81,0,0,0,0,0,0,0 +813910,49,7,142,45,41,0,0,0,0,0,0,0 +813920,49,7,11,4,3,0,0,0,0,0,0,0 +813930,49,7,24,6,3,0,0,0,0,0,0,0 +813940,49,7,0,3,3,0,0,0,0,0,0,0 +813990,49,7,415,54,40,3,0,0,0,0,0,0 +113110,50,8,3,3,3,0,0,0,0,0,0,0 +113310,50,8,1946,306,238,12,0,0,0,0,0,0 +115111,50,8,103,10,6,0,0,0,0,0,0,0 +115112,50,8,432,110,75,0,0,0,0,0,0,0 +115114,50,8,70,4,0,0,0,0,0,0,0,0 +115116,50,8,14,5,4,0,0,0,0,0,0,0 +115210,50,8,110,26,7,0,0,0,0,0,0,0 +115310,50,8,774,37,20,0,0,0,0,0,0,0 +211120,50,8,274,67,47,0,0,0,0,0,0,0 +211130,50,8,69,8,4,0,0,0,0,0,0,0 +212312,50,8,80,9,0,0,0,0,0,0,0,0 +213111,50,8,72,17,5,0,0,0,0,0,0,0 +213112,50,8,609,81,58,3,0,0,0,0,0,0 +221112,50,8,0,6,0,0,0,0,0,0,0,0 +221113,50,8,0,4,0,0,0,0,0,0,0,0 +221122,50,8,1644,69,19,12,0,0,0,0,0,0 +221210,50,8,0,18,3,0,0,0,0,0,0,0 +221310,50,8,150,52,23,0,0,0,0,0,0,0 +236115,50,8,809,391,351,0,0,0,0,0,0,0 +236116,50,8,43,9,7,0,0,0,0,0,0,0 +236117,50,8,445,125,110,0,0,0,0,0,0,0 +236118,50,8,1116,394,373,0,0,0,0,0,0,0 +236210,50,8,46,13,3,0,0,0,0,0,0,0 +236220,50,8,4190,321,203,33,0,0,0,0,0,0 +237110,50,8,606,80,21,0,0,0,0,0,0,0 +237120,50,8,205,11,0,0,0,0,0,0,0,0 +237130,50,8,504,49,15,7,0,0,0,0,0,0 +237210,50,8,52,18,13,0,0,0,0,0,0,0 +237310,50,8,1319,77,16,4,0,0,0,0,0,0 +237990,50,8,47,9,0,0,0,0,0,0,0,0 +238110,50,8,1165,136,85,4,0,0,0,0,0,0 +238120,50,8,112,13,0,0,0,0,0,0,0,0 +238130,50,8,47,26,18,0,0,0,0,0,0,0 +238140,50,8,882,95,47,0,0,0,0,0,0,0 +238150,50,8,244,18,4,0,0,0,0,0,0,0 +238160,50,8,1275,98,41,8,0,0,0,0,0,0 +238170,50,8,178,56,44,0,0,0,0,0,0,0 +238190,50,8,54,13,7,0,0,0,0,0,0,0 +238210,50,8,5855,598,461,38,4,0,0,0,0,0 +238220,50,8,8168,949,783,50,0,0,0,0,0,0 +238290,50,8,634,70,32,0,0,0,0,0,0,0 +238310,50,8,1116,101,61,9,0,0,0,0,0,0 +238320,50,8,754,124,91,5,0,0,0,0,0,0 +238330,50,8,306,69,53,0,0,0,0,0,0,0 +238340,50,8,145,31,13,0,0,0,0,0,0,0 +238350,50,8,561,136,113,0,0,0,0,0,0,0 +238390,50,8,127,23,21,0,0,0,0,0,0,0 +238910,50,8,3292,370,252,22,0,0,0,0,0,0 +238990,50,8,1051,166,130,0,0,0,0,0,0,0 +311111,50,8,0,3,0,0,0,0,0,0,0,0 +311119,50,8,40,4,3,0,0,0,0,0,0,0 +311212,50,8,1175,15,0,0,0,0,0,0,0,0 +311421,50,8,0,3,0,0,0,0,0,0,0,0 +311615,50,8,10644,23,0,0,0,0,4,0,0,0 +311811,50,8,150,21,13,0,0,0,0,0,0,0 +311812,50,8,0,8,0,0,0,0,0,0,0,0 +312120,50,8,161,13,3,0,0,0,0,0,0,0 +312130,50,8,22,6,0,0,0,0,0,0,0,0 +314120,50,8,12,3,0,0,0,0,0,0,0,0 +314910,50,8,15,3,3,0,0,0,0,0,0,0 +314999,50,8,63,11,6,0,0,0,0,0,0,0 +321113,50,8,1915,63,6,0,0,0,0,0,0,0 +321214,50,8,144,3,0,0,0,0,0,0,0,0 +321219,50,8,265,3,0,0,0,0,0,0,0,0 +321912,50,8,37,3,0,0,0,0,0,0,0,0 +321918,50,8,23,3,0,0,0,0,0,0,0,0 +321920,50,8,336,13,0,0,0,0,0,0,0,0 +321999,50,8,172,19,6,0,0,0,0,0,0,0 +322211,50,8,631,9,0,0,0,0,0,0,0,0 +322212,50,8,222,3,0,0,0,0,0,0,0,0 +323111,50,8,2062,97,58,11,0,0,0,0,0,0 +323113,50,8,287,44,24,0,0,0,0,0,0,0 +324110,50,8,0,3,0,0,0,0,0,0,0,0 +324121,50,8,0,6,0,0,0,0,0,0,0,0 +324122,50,8,277,3,0,0,0,0,0,0,0,0 +325510,50,8,176,4,0,0,0,0,0,0,0,0 +325620,50,8,0,3,0,0,0,0,0,0,0,0 +326199,50,8,694,16,0,7,0,0,0,0,0,0 +327120,50,8,0,3,0,0,0,0,0,0,0,0 +327320,50,8,328,52,29,0,0,0,0,0,0,0 +327331,50,8,0,3,0,0,0,0,0,0,0,0 +327390,50,8,71,12,0,0,0,0,0,0,0,0 +327991,50,8,55,7,0,0,0,0,0,0,0,0 +331110,50,8,0,5,0,0,0,0,0,0,0,0 +332119,50,8,22,3,0,0,0,0,0,0,0,0 +332311,50,8,0,3,0,0,0,0,0,0,0,0 +332312,50,8,700,23,7,0,0,0,0,0,0,0 +332322,50,8,25,12,3,0,0,0,0,0,0,0 +332323,50,8,36,6,0,0,0,0,0,0,0,0 +332710,50,8,1130,126,67,0,0,0,0,0,0,0 +332722,50,8,0,3,0,0,0,0,0,0,0,0 +332812,50,8,54,3,0,0,0,0,0,0,0,0 +332813,50,8,23,4,3,0,0,0,0,0,0,0 +332999,50,8,31,8,0,0,0,0,0,0,0,0 +333111,50,8,0,3,0,0,0,0,0,0,0,0 +333243,50,8,0,3,0,0,0,0,0,0,0,0 +333249,50,8,0,3,0,0,0,0,0,0,0,0 +333415,50,8,0,3,0,0,0,0,0,0,0,0 +333514,50,8,38,3,0,0,0,0,0,0,0,0 +333999,50,8,0,3,0,0,0,0,0,0,0,0 +334418,50,8,279,3,0,0,0,0,0,0,0,0 +335312,50,8,0,3,0,0,0,0,0,0,0,0 +336310,50,8,0,3,0,0,0,0,0,0,0,0 +336413,50,8,114,7,0,0,0,0,0,0,0,0 +336510,50,8,0,4,0,0,0,0,0,0,0,0 +336612,50,8,46,8,4,0,0,0,0,0,0,0 +337110,50,8,523,36,19,0,0,0,0,0,0,0 +337127,50,8,45,3,0,0,0,0,0,0,0,0 +337212,50,8,8,4,3,0,0,0,0,0,0,0 +339113,50,8,154,11,4,0,0,0,0,0,0,0 +339116,50,8,25,12,0,0,0,0,0,0,0,0 +339920,50,8,96,4,0,0,0,0,0,0,0,0 +339950,50,8,327,30,17,0,0,0,0,0,0,0 +339999,50,8,99,6,0,0,0,0,0,0,0,0 +423110,50,8,1174,68,21,6,0,0,0,0,0,0 +423120,50,8,704,53,37,3,0,0,0,0,0,0 +423130,50,8,202,9,0,4,0,0,0,0,0,0 +423140,50,8,47,7,5,0,0,0,0,0,0,0 +423210,50,8,316,24,15,0,0,0,0,0,0,0 +423220,50,8,351,34,24,0,0,0,0,0,0,0 +423310,50,8,728,30,8,4,0,0,0,0,0,0 +423320,50,8,145,23,8,0,0,0,0,0,0,0 +423330,50,8,177,19,11,0,0,0,0,0,0,0 +423390,50,8,321,12,0,3,0,0,0,0,0,0 +423420,50,8,508,63,41,3,0,0,0,0,0,0 +423430,50,8,318,26,14,3,0,0,0,0,0,0 +423440,50,8,149,18,3,3,0,0,0,0,0,0 +423450,50,8,449,46,30,0,0,0,0,0,0,0 +423490,50,8,16,4,0,0,0,0,0,0,0,0 +423510,50,8,966,76,37,4,0,0,0,0,0,0 +423610,50,8,1749,129,79,7,0,0,0,0,0,0 +423620,50,8,197,6,0,0,0,0,0,0,0,0 +423690,50,8,646,27,15,0,0,0,0,0,0,0 +423710,50,8,543,23,6,3,0,0,0,0,0,0 +423720,50,8,522,31,15,0,0,0,0,0,0,0 +423730,50,8,689,68,49,3,0,0,0,0,0,0 +423740,50,8,18,5,3,0,0,0,0,0,0,0 +423810,50,8,702,29,5,3,0,0,0,0,0,0 +423820,50,8,1666,131,32,9,0,0,0,0,0,0 +423830,50,8,1932,204,150,8,0,0,0,0,0,0 +423840,50,8,467,74,36,0,0,0,0,0,0,0 +423850,50,8,193,22,10,0,0,0,0,0,0,0 +423910,50,8,480,34,16,0,0,0,0,0,0,0 +423920,50,8,38,6,4,0,0,0,0,0,0,0 +423930,50,8,370,29,8,3,0,0,0,0,0,0 +423940,50,8,21,18,11,0,0,0,0,0,0,0 +423990,50,8,313,33,22,0,0,0,0,0,0,0 +424110,50,8,0,3,0,0,0,0,0,0,0,0 +424120,50,8,160,21,11,0,0,0,0,0,0,0 +424130,50,8,317,18,6,0,0,0,0,0,0,0 +424210,50,8,902,47,30,0,0,0,0,0,0,0 +424320,50,8,467,13,3,0,0,0,0,0,0,0 +424330,50,8,33,7,6,0,0,0,0,0,0,0 +424410,50,8,0,3,0,0,0,0,0,0,0,0 +424420,50,8,753,21,7,0,0,0,0,0,0,0 +424440,50,8,15,3,0,0,0,0,0,0,0,0 +424450,50,8,0,4,0,0,0,0,0,0,0,0 +424470,50,8,40,6,0,0,0,0,0,0,0,0 +424480,50,8,191,10,3,0,0,0,0,0,0,0 +424490,50,8,2713,99,57,10,3,0,0,0,0,0 +424510,50,8,324,33,7,0,0,0,0,0,0,0 +424610,50,8,55,6,4,0,0,0,0,0,0,0 +424690,50,8,574,72,33,0,0,0,0,0,0,0 +424710,50,8,286,18,0,0,0,0,0,0,0,0 +424720,50,8,60,7,3,0,0,0,0,0,0,0 +424810,50,8,507,15,0,3,0,0,0,0,0,0 +424820,50,8,0,6,0,0,0,0,0,0,0,0 +424910,50,8,1711,133,66,3,0,0,0,0,0,0 +424920,50,8,0,3,0,0,0,0,0,0,0,0 +424930,50,8,0,3,0,0,0,0,0,0,0,0 +424940,50,8,0,3,0,0,0,0,0,0,0,0 +424950,50,8,105,6,0,0,0,0,0,0,0,0 +424990,50,8,165,28,20,0,0,0,0,0,0,0 +425120,50,8,6441,295,264,6,3,0,0,0,0,0 +441110,50,8,8770,212,20,99,14,0,0,0,0,0 +441120,50,8,1946,325,264,0,0,0,0,0,0,0 +441210,50,8,295,26,10,4,0,0,0,0,0,0 +441222,50,8,248,21,6,3,0,0,0,0,0,0 +441228,50,8,557,72,29,0,0,0,0,0,0,0 +441310,50,8,3738,463,341,3,0,0,0,0,0,0 +441320,50,8,1462,212,137,0,0,0,0,0,0,0 +442110,50,8,1684,250,185,3,0,0,0,0,0,0 +442210,50,8,444,79,57,0,0,0,0,0,0,0 +442299,50,8,1075,109,65,10,0,0,0,0,0,0 +443141,50,8,324,47,21,0,0,0,0,0,0,0 +443142,50,8,1599,152,107,0,0,0,0,0,0,0 +444110,50,8,1607,33,0,3,13,0,0,0,0,0 +444120,50,8,177,47,32,0,0,0,0,0,0,0 +444130,50,8,763,118,63,3,0,0,0,0,0,0 +444190,50,8,2579,279,176,9,0,0,0,0,0,0 +444210,50,8,75,19,8,0,0,0,0,0,0,0 +444220,50,8,1604,171,81,0,0,0,0,0,0,0 +445110,50,8,15217,450,121,125,25,0,0,0,0,0 +445120,50,8,128,55,39,0,0,0,0,0,0,0 +445210,50,8,29,6,4,0,0,0,0,0,0,0 +445230,50,8,10,4,4,0,0,0,0,0,0,0 +445291,50,8,0,4,0,0,0,0,0,0,0,0 +445292,50,8,49,9,6,0,0,0,0,0,0,0 +445299,50,8,178,25,14,0,0,0,0,0,0,0 +445310,50,8,1641,318,277,3,0,0,0,0,0,0 +446110,50,8,5609,502,314,56,0,0,0,0,0,0 +446120,50,8,1217,145,84,10,0,0,0,0,0,0 +446130,50,8,168,30,19,0,0,0,0,0,0,0 +446191,50,8,159,49,34,0,0,0,0,0,0,0 +446199,50,8,289,61,42,0,0,0,0,0,0,0 +447110,50,8,10309,1416,1263,15,0,0,0,0,0,0 +447190,50,8,1212,86,21,8,0,0,0,0,0,0 +448110,50,8,163,26,15,0,0,0,0,0,0,0 +448120,50,8,2766,356,279,11,0,0,0,0,0,0 +448130,50,8,478,46,24,3,0,0,0,0,0,0 +448140,50,8,3674,213,95,50,0,0,0,0,0,0 +448150,50,8,217,36,27,0,0,0,0,0,0,0 +448190,50,8,743,64,32,6,0,0,0,0,0,0 +448210,50,8,1555,190,137,3,0,0,0,0,0,0 +448310,50,8,636,118,84,0,0,0,0,0,0,0 +451110,50,8,2057,154,119,3,0,0,0,0,0,0 +451120,50,8,960,37,0,4,0,0,0,0,0,0 +451130,50,8,146,19,11,0,0,0,0,0,0,0 +451140,50,8,112,17,3,0,0,0,0,0,0,0 +451211,50,8,658,71,23,6,0,0,0,0,0,0 +452210,50,8,2698,28,0,8,0,0,0,0,0,0 +452311,50,8,0,47,0,0,4,17,0,0,0,0 +452319,50,8,5532,725,561,17,0,0,0,0,0,0 +453110,50,8,525,115,84,0,0,0,0,0,0,0 +453210,50,8,394,36,16,0,0,0,0,0,0,0 +453220,50,8,605,134,115,3,0,0,0,0,0,0 +453310,50,8,1527,209,153,13,0,0,0,0,0,0 +453910,50,8,341,39,12,0,0,0,0,0,0,0 +453920,50,8,76,19,14,0,0,0,0,0,0,0 +453930,50,8,47,24,15,0,0,0,0,0,0,0 +453991,50,8,648,159,113,0,0,0,0,0,0,0 +453998,50,8,663,145,129,0,0,0,0,0,0,0 +454110,50,8,1316,166,123,3,0,0,0,0,0,0 +454210,50,8,377,35,21,0,0,0,0,0,0,0 +454310,50,8,331,53,18,0,0,0,0,0,0,0 +454390,50,8,670,168,126,0,0,0,0,0,0,0 +481111,50,8,162,7,0,0,0,0,0,0,0,0 +481211,50,8,5,6,3,0,0,0,0,0,0,0 +481219,50,8,10,3,0,0,0,0,0,0,0,0 +484110,50,8,920,161,103,4,0,0,0,0,0,0 +484121,50,8,18349,506,336,24,6,0,0,0,0,0 +484122,50,8,1981,85,27,20,0,0,0,0,0,0 +484210,50,8,374,55,36,6,0,0,0,0,0,0 +484220,50,8,2789,434,326,6,0,0,0,0,0,0 +484230,50,8,562,85,43,4,0,0,0,0,0,0 +485510,50,8,0,3,0,0,0,0,0,0,0,0 +485991,50,8,113,15,8,0,0,0,0,0,0,0 +486210,50,8,43,21,3,0,0,0,0,0,0,0 +486910,50,8,15,4,3,0,0,0,0,0,0,0 +488119,50,8,239,6,0,0,0,0,0,0,0,0 +488190,50,8,242,38,19,3,0,0,0,0,0,0 +488210,50,8,36,4,0,0,0,0,0,0,0,0 +488310,50,8,164,3,0,0,0,0,0,0,0,0 +488410,50,8,323,61,40,0,0,0,0,0,0,0 +488490,50,8,81,13,7,0,0,0,0,0,0,0 +488510,50,8,2275,158,110,0,0,0,0,0,0,0 +488991,50,8,36,6,3,0,0,0,0,0,0,0 +492110,50,8,2514,85,40,0,0,0,0,0,0,0 +492210,50,8,87,15,8,0,0,0,0,0,0,0 +493110,50,8,4323,83,39,9,3,3,0,0,0,0 +493120,50,8,538,12,0,0,0,0,0,0,0,0 +493130,50,8,118,18,11,0,0,0,0,0,0,0 +493190,50,8,199,13,0,0,0,0,0,0,0,0 +511110,50,8,672,8,0,0,0,0,0,0,0,0 +511120,50,8,177,21,12,0,0,0,0,0,0,0 +511130,50,8,254,8,3,3,0,0,0,0,0,0 +511210,50,8,1689,25,15,0,0,0,0,0,0,0 +512110,50,8,142,31,21,0,0,0,0,0,0,0 +512131,50,8,204,18,0,0,0,0,0,0,0,0 +512240,50,8,12,4,3,0,0,0,0,0,0,0 +515112,50,8,444,41,10,3,0,0,0,0,0,0 +515120,50,8,392,10,0,0,0,0,0,0,0,0 +517311,50,8,3425,265,149,20,3,0,0,0,0,0 +517312,50,8,832,147,89,0,0,0,0,0,0,0 +517410,50,8,0,3,3,0,0,0,0,0,0,0 +517911,50,8,52,28,15,0,0,0,0,0,0,0 +517919,50,8,0,4,0,0,0,0,0,0,0,0 +518210,50,8,2294,89,54,12,3,0,0,0,0,0 +519120,50,8,0,4,3,0,0,0,0,0,0,0 +519130,50,8,50,18,15,0,0,0,0,0,0,0 +522110,50,8,17301,1404,1125,88,3,0,0,0,0,0 +522130,50,8,687,89,53,0,0,0,0,0,0,0 +522210,50,8,59,3,0,0,0,0,0,0,0,0 +522220,50,8,200,33,22,0,0,0,0,0,0,0 +522291,50,8,28,5,3,0,0,0,0,0,0,0 +522292,50,8,533,73,47,4,0,0,0,0,0,0 +522298,50,8,519,140,105,0,0,0,0,0,0,0 +522310,50,8,11,6,5,0,0,0,0,0,0,0 +522320,50,8,0,8,0,0,0,0,0,0,0,0 +522390,50,8,26,22,17,0,0,0,0,0,0,0 +523110,50,8,0,13,10,0,0,0,0,0,0,0 +523120,50,8,1422,99,75,4,0,0,0,0,0,0 +523910,50,8,141,38,33,0,0,0,0,0,0,0 +523920,50,8,626,304,290,0,0,0,0,0,0,0 +523930,50,8,112,82,78,0,0,0,0,0,0,0 +523991,50,8,78,8,4,0,0,0,0,0,0,0 +523999,50,8,0,3,0,0,0,0,0,0,0,0 +524113,50,8,976,33,25,3,0,0,0,0,0,0 +524114,50,8,2783,33,13,8,0,0,0,0,0,0 +524126,50,8,799,44,26,4,0,0,0,0,0,0 +524128,50,8,0,3,0,0,0,0,0,0,0,0 +524210,50,8,5192,1525,1434,14,0,0,0,0,0,0 +524291,50,8,68,31,26,0,0,0,0,0,0,0 +524292,50,8,772,22,6,0,3,0,0,0,0,0 +524298,50,8,21,5,4,0,0,0,0,0,0,0 +531110,50,8,2771,655,594,6,0,0,0,0,0,0 +531120,50,8,606,174,157,3,0,0,0,0,0,0 +531130,50,8,374,155,139,0,0,0,0,0,0,0 +531190,50,8,47,31,26,0,0,0,0,0,0,0 +531210,50,8,1702,757,722,3,0,0,0,0,0,0 +531311,50,8,1618,230,189,8,0,0,0,0,0,0 +531312,50,8,256,54,45,0,0,0,0,0,0,0 +531320,50,8,268,136,125,0,0,0,0,0,0,0 +531390,50,8,98,44,33,0,0,0,0,0,0,0 +532111,50,8,357,38,24,0,0,0,0,0,0,0 +532120,50,8,281,34,23,0,0,0,0,0,0,0 +532210,50,8,370,119,76,0,0,0,0,0,0,0 +532282,50,8,48,6,0,0,0,0,0,0,0,0 +532283,50,8,119,30,10,0,0,0,0,0,0,0 +532289,50,8,142,31,19,0,0,0,0,0,0,0 +532310,50,8,38,6,0,0,0,0,0,0,0,0 +532412,50,8,260,22,6,0,0,0,0,0,0,0 +532420,50,8,0,3,0,0,0,0,0,0,0,0 +532490,50,8,325,44,26,0,0,0,0,0,0,0 +533110,50,8,28,4,0,0,0,0,0,0,0,0 +541110,50,8,4916,1365,1303,26,3,0,0,0,0,0 +541191,50,8,902,119,87,4,0,0,0,0,0,0 +541199,50,8,41,7,4,0,0,0,0,0,0,0 +541211,50,8,3006,464,395,9,0,0,0,0,0,0 +541213,50,8,1452,265,211,3,0,0,0,0,0,0 +541214,50,8,444,15,10,0,0,0,0,0,0,0 +541219,50,8,1237,257,205,7,0,0,0,0,0,0 +541310,50,8,1091,123,102,8,0,0,0,0,0,0 +541320,50,8,21,12,11,0,0,0,0,0,0,0 +541330,50,8,3114,363,295,17,3,0,0,0,0,0 +541340,50,8,10,7,3,0,0,0,0,0,0,0 +541350,50,8,28,22,22,0,0,0,0,0,0,0 +541370,50,8,187,49,31,0,0,0,0,0,0,0 +541380,50,8,321,31,11,3,0,0,0,0,0,0 +541410,50,8,92,53,50,0,0,0,0,0,0,0 +541430,50,8,121,46,41,0,0,0,0,0,0,0 +541511,50,8,2527,214,177,7,0,3,0,0,0,0 +541512,50,8,1074,159,128,7,0,0,0,0,0,0 +541513,50,8,143,25,17,0,0,0,0,0,0,0 +541519,50,8,42,9,7,0,0,0,0,0,0,0 +541611,50,8,2698,409,380,0,0,0,0,0,0,0 +541612,50,8,66,16,13,0,0,0,0,0,0,0 +541613,50,8,751,207,192,0,0,0,0,0,0,0 +541614,50,8,418,48,36,0,0,0,0,0,0,0 +541618,50,8,10,10,10,0,0,0,0,0,0,0 +541620,50,8,338,32,20,0,0,0,0,0,0,0 +541690,50,8,477,164,144,3,0,0,0,0,0,0 +541713,50,8,26,8,6,0,0,0,0,0,0,0 +541715,50,8,440,37,20,0,0,0,0,0,0,0 +541810,50,8,1068,80,63,3,0,0,0,0,0,0 +541820,50,8,68,23,21,0,0,0,0,0,0,0 +541850,50,8,8,10,0,0,0,0,0,0,0,0 +541860,50,8,0,3,0,0,0,0,0,0,0,0 +541890,50,8,322,35,19,0,0,0,0,0,0,0 +541910,50,8,17,13,4,0,0,0,0,0,0,0 +541921,50,8,151,67,62,0,0,0,0,0,0,0 +541922,50,8,8,4,4,0,0,0,0,0,0,0 +541930,50,8,6,4,4,0,0,0,0,0,0,0 +541940,50,8,2351,278,201,17,0,0,0,0,0,0 +541990,50,8,144,50,43,0,0,0,0,0,0,0 +551112,50,8,60,19,7,0,0,0,0,0,0,0 +551114,50,8,15534,1074,650,297,43,13,0,0,0,0 +561110,50,8,2699,216,179,14,0,0,0,0,0,0 +561210,50,8,158,12,5,3,0,0,0,0,0,0 +561311,50,8,544,25,14,3,0,0,0,0,0,0 +561312,50,8,24,14,10,0,0,0,0,0,0,0 +561320,50,8,10294,179,49,59,17,3,0,0,0,0 +561330,50,8,63,6,0,0,0,0,0,0,0,0 +561410,50,8,90,12,4,0,0,0,0,0,0,0 +561421,50,8,0,3,0,0,0,0,0,0,0,0 +561422,50,8,947,12,0,0,0,0,0,0,0,0 +561431,50,8,32,8,8,0,0,0,0,0,0,0 +561439,50,8,259,30,17,0,0,0,0,0,0,0 +561440,50,8,428,14,5,0,0,0,0,0,0,0 +561492,50,8,29,12,9,0,0,0,0,0,0,0 +561499,50,8,77,17,10,0,0,0,0,0,0,0 +561510,50,8,153,39,27,0,0,0,0,0,0,0 +561599,50,8,0,3,3,0,0,0,0,0,0,0 +561611,50,8,0,4,3,0,0,0,0,0,0,0 +561612,50,8,1661,29,6,13,0,0,0,0,0,0 +561613,50,8,0,4,0,0,0,0,0,0,0,0 +561621,50,8,532,58,32,3,0,0,0,0,0,0 +561622,50,8,68,17,5,0,0,0,0,0,0,0 +561710,50,8,1433,128,58,7,0,0,0,0,0,0 +561720,50,8,6358,408,286,48,3,0,0,0,0,0 +561730,50,8,3459,617,544,20,0,0,0,0,0,0 +561740,50,8,111,33,25,0,0,0,0,0,0,0 +561790,50,8,223,48,32,0,0,0,0,0,0,0 +561910,50,8,6,6,3,0,0,0,0,0,0,0 +561920,50,8,31,11,10,0,0,0,0,0,0,0 +561990,50,8,528,60,41,0,0,0,0,0,0,0 +562111,50,8,909,80,36,3,0,0,0,0,0,0 +562211,50,8,29,3,0,0,0,0,0,0,0,0 +562212,50,8,18,3,0,0,0,0,0,0,0,0 +562910,50,8,134,15,3,0,0,0,0,0,0,0 +562920,50,8,108,12,0,0,0,0,0,0,0,0 +562991,50,8,16,3,0,0,0,0,0,0,0,0 +611110,50,8,4617,123,25,32,9,0,0,0,0,0 +611310,50,8,720,17,6,0,0,0,0,0,0,0 +611420,50,8,0,3,0,0,0,0,0,0,0,0 +611430,50,8,80,21,17,0,0,0,0,0,0,0 +611511,50,8,120,20,10,0,0,0,0,0,0,0 +611513,50,8,60,6,4,0,0,0,0,0,0,0 +611519,50,8,86,16,8,0,0,0,0,0,0,0 +611610,50,8,361,84,68,0,0,0,0,0,0,0 +611620,50,8,610,81,56,3,0,0,0,0,0,0 +611691,50,8,244,20,7,0,0,0,0,0,0,0 +611692,50,8,0,3,0,0,0,0,0,0,0,0 +611699,50,8,23,6,3,0,0,0,0,0,0,0 +611710,50,8,101,29,19,0,0,0,0,0,0,0 +621111,50,8,18948,1852,1536,178,9,0,0,0,0,0 +621112,50,8,156,65,57,0,0,0,0,0,0,0 +621210,50,8,6621,940,831,11,0,0,0,0,0,0 +621310,50,8,888,274,248,0,0,0,0,0,0,0 +621320,50,8,1192,228,178,0,0,0,0,0,0,0 +621330,50,8,476,186,169,0,0,0,0,0,0,0 +621340,50,8,4140,613,504,9,0,0,0,0,0,0 +621391,50,8,126,26,6,0,0,0,0,0,0,0 +621399,50,8,486,144,126,0,0,0,0,0,0,0 +621410,50,8,42,4,0,0,0,0,0,0,0,0 +621420,50,8,1818,88,27,8,0,0,0,0,0,0 +621492,50,8,178,40,15,3,0,0,0,0,0,0 +621493,50,8,680,48,12,0,0,0,0,0,0,0 +621498,50,8,2585,155,65,11,0,0,0,0,0,0 +621511,50,8,909,47,22,8,0,0,0,0,0,0 +621512,50,8,296,21,6,0,0,0,0,0,0,0 +621610,50,8,5496,200,41,36,3,0,0,0,0,0 +621910,50,8,258,40,13,0,0,0,0,0,0,0 +621991,50,8,403,6,0,3,0,0,0,0,0,0 +621999,50,8,102,25,13,0,0,0,0,0,0,0 +622110,50,8,25181,15,0,0,0,0,0,0,4,0 +622210,50,8,1441,4,0,0,0,3,0,0,0,0 +622310,50,8,2139,8,0,0,0,0,0,0,0,0 +623110,50,8,15392,179,3,36,66,0,0,0,0,0 +623210,50,8,683,55,18,0,0,0,0,0,0,0 +623220,50,8,985,29,7,6,0,0,0,0,0,0 +623311,50,8,498,13,0,0,0,0,0,0,0,0 +623312,50,8,1357,65,8,19,0,0,0,0,0,0 +623990,50,8,191,18,0,3,0,0,0,0,0,0 +624110,50,8,483,67,35,3,0,0,0,0,0,0 +624120,50,8,11869,294,95,54,6,4,0,0,0,0 +624190,50,8,2625,216,135,10,0,0,0,0,0,0 +624210,50,8,254,42,20,0,0,0,0,0,0,0 +624221,50,8,337,19,3,0,0,0,0,0,0,0 +624229,50,8,90,14,3,0,0,0,0,0,0,0 +624310,50,8,869,33,11,0,0,0,0,0,0,0 +624410,50,8,9818,696,449,113,0,0,0,0,0,0 +711110,50,8,148,10,0,0,0,0,0,0,0,0 +711130,50,8,0,3,0,0,0,0,0,0,0,0 +711212,50,8,0,4,0,0,0,0,0,0,0,0 +711219,50,8,73,11,4,0,0,0,0,0,0,0 +711310,50,8,411,7,0,0,0,0,0,0,0,0 +711320,50,8,13,15,11,0,0,0,0,0,0,0 +711410,50,8,8,4,4,0,0,0,0,0,0,0 +711510,50,8,69,30,25,0,0,0,0,0,0,0 +712110,50,8,89,12,3,0,0,0,0,0,0,0 +713120,50,8,179,24,10,0,0,0,0,0,0,0 +713910,50,8,1055,48,19,0,3,0,0,0,0,0 +713930,50,8,121,25,16,0,0,0,0,0,0,0 +713940,50,8,2040,170,105,15,3,0,0,0,0,0 +713950,50,8,0,4,0,0,0,0,0,0,0,0 +713990,50,8,639,123,89,0,0,0,0,0,0,0 +721110,50,8,10099,684,452,108,4,0,0,0,0,0 +721191,50,8,52,15,11,0,0,0,0,0,0,0 +721199,50,8,129,35,33,0,0,0,0,0,0,0 +721211,50,8,25,7,6,0,0,0,0,0,0,0 +721214,50,8,151,30,12,0,0,0,0,0,0,0 +721310,50,8,66,13,7,0,0,0,0,0,0,0 +722310,50,8,2206,178,100,19,0,0,0,0,0,0 +722320,50,8,371,29,10,8,0,0,0,0,0,0 +722330,50,8,142,63,50,0,0,0,0,0,0,0 +722410,50,8,883,96,73,7,0,0,0,0,0,0 +722511,50,8,39012,2028,1219,639,11,0,0,0,0,0 +722513,50,8,45642,2107,966,949,6,0,0,0,0,0 +722514,50,8,1120,48,10,3,0,0,0,0,0,0 +722515,50,8,3105,362,287,37,0,0,0,0,0,0 +811111,50,8,2333,521,465,0,0,0,0,0,0,0 +811112,50,8,18,7,4,0,0,0,0,0,0,0 +811113,50,8,82,21,9,0,0,0,0,0,0,0 +811118,50,8,58,17,12,0,0,0,0,0,0,0 +811121,50,8,1720,310,208,6,0,0,0,0,0,0 +811122,50,8,150,36,31,0,0,0,0,0,0,0 +811191,50,8,244,40,28,0,0,0,0,0,0,0 +811192,50,8,716,112,59,3,0,0,0,0,0,0 +811198,50,8,13,4,0,0,0,0,0,0,0,0 +811211,50,8,11,7,7,0,0,0,0,0,0,0 +811212,50,8,86,30,16,0,0,0,0,0,0,0 +811213,50,8,21,5,3,0,0,0,0,0,0,0 +811219,50,8,24,11,6,0,0,0,0,0,0,0 +811310,50,8,1243,223,141,3,0,0,0,0,0,0 +811411,50,8,15,3,0,0,0,0,0,0,0,0 +811412,50,8,78,28,21,0,0,0,0,0,0,0 +811420,50,8,37,10,7,0,0,0,0,0,0,0 +811430,50,8,4,3,3,0,0,0,0,0,0,0 +811490,50,8,157,50,42,0,0,0,0,0,0,0 +812111,50,8,26,10,7,0,0,0,0,0,0,0 +812112,50,8,1387,368,336,0,0,0,0,0,0,0 +812113,50,8,123,52,46,0,0,0,0,0,0,0 +812191,50,8,189,22,14,0,0,0,0,0,0,0 +812199,50,8,926,130,90,3,0,0,0,0,0,0 +812210,50,8,1037,157,77,0,0,0,0,0,0,0 +812220,50,8,25,13,8,0,0,0,0,0,0,0 +812310,50,8,46,32,24,0,0,0,0,0,0,0 +812320,50,8,838,87,53,9,0,0,0,0,0,0 +812332,50,8,0,3,0,0,0,0,0,0,0,0 +812910,50,8,483,106,83,0,0,0,0,0,0,0 +812930,50,8,200,8,0,0,0,0,0,0,0,0 +812990,50,8,103,49,46,0,0,0,0,0,0,0 +813110,50,8,19505,2730,2467,152,4,0,0,0,0,0 +813211,50,8,214,52,46,0,0,0,0,0,0,0 +813212,50,8,255,28,15,5,0,0,0,0,0,0 +813219,50,8,415,15,8,0,0,0,0,0,0,0 +813311,50,8,171,15,12,0,0,0,0,0,0,0 +813312,50,8,266,27,16,4,0,0,0,0,0,0 +813319,50,8,155,38,36,0,0,0,0,0,0,0 +813410,50,8,1156,169,120,4,0,0,0,0,0,0 +813910,50,8,629,134,105,3,0,0,0,0,0,0 +813920,50,8,131,31,31,0,0,0,0,0,0,0 +813930,50,8,410,78,61,0,0,0,0,0,0,0 +813940,50,8,18,6,4,0,0,0,0,0,0,0 +813990,50,8,339,46,29,0,0,0,0,0,0,0 +113310,61,9,12,4,3,0,0,0,0,0,0,0 +114111,61,9,107,25,18,0,0,0,0,0,0,0 +114112,61,9,8,7,7,0,0,0,0,0,0,0 +114210,61,9,5,3,3,0,0,0,0,0,0,0 +115112,61,9,169,26,16,3,0,0,0,0,0,0 +115114,61,9,686,24,6,7,0,0,0,0,0,0 +115115,61,9,519,24,14,0,0,0,0,0,0,0 +115116,61,9,117,23,13,0,0,0,0,0,0,0 +115210,61,9,604,168,160,3,0,0,0,0,0,0 +115310,61,9,14,3,0,0,0,0,0,0,0,0 +211120,61,9,1874,54,40,3,0,0,0,0,0,0 +211130,61,9,0,10,8,0,0,0,0,0,0,0 +212312,61,9,120,6,0,3,0,0,0,0,0,0 +212319,61,9,96,4,0,0,0,0,0,0,0,0 +212321,61,9,842,43,18,6,0,0,0,0,0,0 +213111,61,9,0,7,3,0,0,0,0,0,0,0 +213112,61,9,1968,55,38,0,0,0,0,0,0,0 +221111,61,9,21,3,0,0,0,0,0,0,0,0 +221112,61,9,282,17,7,4,0,0,0,0,0,0 +221114,61,9,410,23,10,0,0,0,0,0,0,0 +221115,61,9,146,18,12,0,0,0,0,0,0,0 +221122,61,9,0,176,85,46,30,7,0,0,0,0 +221210,61,9,0,112,46,37,8,5,0,0,0,0 +221310,61,9,1917,170,150,13,0,0,0,0,0,0 +221320,61,9,12,11,7,0,0,0,0,0,0,0 +221330,61,9,0,12,11,0,0,0,0,0,0,0 +236115,61,9,9223,2149,2079,57,3,0,0,0,0,0 +236116,61,9,2448,191,152,26,0,0,0,0,0,0 +236117,61,9,5990,461,398,47,11,0,0,0,0,0 +236118,61,9,19614,5031,4882,141,4,0,0,0,0,0 +236210,61,9,2317,187,163,14,0,0,0,0,0,0 +236220,61,9,30425,2035,1667,329,21,8,3,0,0,0 +237110,61,9,5979,300,213,76,0,0,0,0,0,0 +237120,61,9,3113,53,25,7,0,0,0,0,0,0 +237130,61,9,9292,179,106,49,11,0,0,0,0,0 +237210,61,9,1100,287,274,3,0,0,0,0,0,0 +237310,61,9,8736,275,182,72,15,0,0,0,0,0 +237990,61,9,2939,138,104,22,3,0,0,0,0,0 +238110,61,9,16220,750,573,146,21,3,0,0,0,0 +238120,61,9,5293,239,182,40,6,0,0,0,0,0 +238130,61,9,12763,374,293,52,11,3,3,0,0,0 +238140,61,9,6449,546,490,41,7,0,0,0,0,0 +238150,61,9,3125,391,356,27,0,0,0,0,0,0 +238160,61,9,7523,826,744,74,0,0,0,0,0,0 +238170,61,9,553,82,69,3,0,0,0,0,0,0 +238190,61,9,2640,269,236,20,0,0,0,0,0,0 +238210,61,9,41590,4042,3646,340,38,9,0,0,0,0 +238220,61,9,46785,4850,4398,401,36,3,4,0,0,0 +238290,61,9,5721,335,261,55,10,3,0,0,0,0 +238310,61,9,19748,873,701,129,27,8,0,0,0,0 +238320,61,9,12596,1681,1549,117,10,0,0,0,0,0 +238330,61,9,5182,778,717,54,0,0,0,0,0,0 +238340,61,9,5323,605,543,52,4,0,0,0,0,0 +238350,61,9,9278,1175,1084,74,9,0,0,0,0,0 +238390,61,9,4664,385,312,62,3,0,0,0,0,0 +238910,61,9,12654,948,788,136,21,0,0,0,0,0 +238990,61,9,14362,1422,1253,158,7,0,0,0,0,0 +311111,61,9,372,26,12,3,0,0,0,0,0,0 +311119,61,9,150,14,0,0,0,0,0,0,0,0 +311211,61,9,221,9,0,5,0,0,0,0,0,0 +311225,61,9,0,3,0,0,0,0,0,0,0,0 +311340,61,9,1050,19,13,3,0,0,0,0,0,0 +311352,61,9,2241,32,12,0,0,0,0,0,0,0 +311411,61,9,378,15,4,3,0,0,0,0,0,0 +311412,61,9,2817,34,7,12,3,3,0,0,0,0 +311421,61,9,1388,37,16,3,0,0,0,0,0,0 +311422,61,9,157,7,0,0,0,0,0,0,0,0 +311423,61,9,498,11,3,3,0,0,0,0,0,0 +311511,61,9,2604,18,0,4,7,0,0,0,0,0 +311512,61,9,58,3,0,0,0,0,0,0,0,0 +311513,61,9,900,11,0,6,0,0,0,0,0,0 +311514,61,9,261,6,0,0,0,0,0,0,0,0 +311520,61,9,435,25,16,3,0,0,0,0,0,0 +311611,61,9,2605,15,3,5,4,0,0,0,0,0 +311612,61,9,2689,52,19,17,5,0,0,0,0,0 +311613,61,9,0,4,0,0,0,0,0,0,0,0 +311615,61,9,682,15,0,3,4,0,0,0,0,0 +311710,61,9,803,18,0,6,0,0,0,0,0,0 +311811,61,9,6329,582,493,81,4,0,0,0,0,0 +311812,61,9,8841,209,137,29,15,6,3,0,0,0 +311813,61,9,1130,8,0,0,0,0,0,0,0,0 +311821,61,9,733,21,10,0,0,0,0,0,0,0 +311824,61,9,1594,36,11,7,3,0,0,0,0,0 +311830,61,9,1752,38,11,9,3,0,0,0,0,0 +311911,61,9,207,10,0,3,0,0,0,0,0,0 +311919,61,9,1627,27,12,4,0,0,0,0,0,0 +311920,61,9,775,26,14,8,0,0,0,0,0,0 +311930,61,9,358,20,11,3,0,0,0,0,0,0 +311941,61,9,1803,23,6,6,5,0,0,0,0,0 +311942,61,9,1077,40,16,14,0,0,0,0,0,0 +311991,61,9,5807,60,27,9,3,0,0,0,0,0 +311999,61,9,1390,54,26,11,3,0,0,0,0,0 +312111,61,9,3068,43,16,7,0,0,0,0,0,0 +312112,61,9,519,20,4,0,3,0,0,0,0,0 +312113,61,9,87,7,0,0,0,0,0,0,0,0 +312120,61,9,2692,137,116,5,0,0,0,0,0,0 +312130,61,9,1877,107,77,17,0,0,0,0,0,0 +312140,61,9,121,13,8,0,0,0,0,0,0,0 +312230,61,9,92,13,8,0,0,0,0,0,0,0 +313110,61,9,259,11,0,0,0,0,0,0,0,0 +313210,61,9,258,31,24,4,0,0,0,0,0,0 +313220,61,9,75,7,3,0,0,0,0,0,0,0 +313230,61,9,58,5,3,0,0,0,0,0,0,0 +313240,61,9,804,29,14,9,0,0,0,0,0,0 +313310,61,9,3406,107,63,27,8,0,0,0,0,0 +313320,61,9,106,7,0,3,0,0,0,0,0,0 +314110,61,9,1131,15,8,0,0,3,0,0,0,0 +314120,61,9,1655,99,72,15,0,0,0,0,0,0 +314910,61,9,812,69,54,8,0,0,0,0,0,0 +314999,61,9,2179,173,148,15,0,0,0,0,0,0 +315110,61,9,30,3,0,0,0,0,0,0,0,0 +315190,61,9,240,19,6,4,0,0,0,0,0,0 +315210,61,9,15447,1598,1419,149,21,0,0,0,0,0 +315220,61,9,1075,61,49,4,3,0,0,0,0,0 +315240,61,9,10648,448,345,82,7,3,0,0,0,0 +315280,61,9,1018,84,63,12,0,0,0,0,0,0 +315990,61,9,581,71,61,4,0,0,0,0,0,0 +316110,61,9,9,6,0,0,0,0,0,0,0,0 +316210,61,9,403,32,21,6,0,0,0,0,0,0 +316992,61,9,0,11,6,0,0,0,0,0,0,0 +316998,61,9,598,37,24,0,0,0,0,0,0,0 +321113,61,9,196,12,6,3,0,0,0,0,0,0 +321114,61,9,49,7,0,0,0,0,0,0,0,0 +321211,61,9,174,10,3,0,0,0,0,0,0,0 +321214,61,9,835,10,0,0,0,0,0,0,0,0 +321911,61,9,1342,61,39,11,0,0,0,0,0,0 +321912,61,9,154,12,3,0,0,0,0,0,0,0 +321918,61,9,627,65,45,8,0,0,0,0,0,0 +321920,61,9,1776,130,98,20,0,0,0,0,0,0 +321991,61,9,590,12,0,0,3,0,0,0,0,0 +321992,61,9,129,13,3,0,0,0,0,0,0,0 +321999,61,9,1214,163,147,6,0,0,0,0,0,0 +322211,61,9,5635,73,7,27,23,0,0,0,0,0 +322212,61,9,2178,37,10,10,4,0,0,0,0,0 +322219,61,9,275,9,0,5,0,0,0,0,0,0 +322220,61,9,1110,43,11,9,0,0,0,0,0,0 +322230,61,9,990,30,13,10,0,0,0,0,0,0 +322291,61,9,168,3,0,0,0,0,0,0,0,0 +322299,61,9,448,25,13,4,0,0,0,0,0,0 +323111,61,9,18003,1248,1072,137,28,5,0,0,0,0 +323113,61,9,4254,344,292,43,0,0,0,0,0,0 +323117,61,9,440,34,26,5,0,0,0,0,0,0 +323120,61,9,1186,96,81,6,0,0,0,0,0,0 +324110,61,9,4496,8,0,0,0,0,0,0,0,0 +324121,61,9,676,35,15,5,0,0,0,0,0,0 +324122,61,9,628,14,0,3,0,0,0,0,0,0 +324191,61,9,419,9,0,3,0,0,0,0,0,0 +325120,61,9,537,20,7,6,0,0,0,0,0,0 +325130,61,9,113,6,3,0,0,0,0,0,0,0 +325180,61,9,436,20,0,8,0,0,0,0,0,0 +325199,61,9,526,30,12,5,0,0,0,0,0,0 +325211,61,9,2047,79,41,23,0,0,0,0,0,0 +325212,61,9,191,8,0,0,0,0,0,0,0,0 +325220,61,9,32,3,0,0,0,0,0,0,0,0 +325314,61,9,124,10,3,0,0,0,0,0,0,0 +325320,61,9,0,4,0,0,0,0,0,0,0,0 +325411,61,9,2630,40,16,13,3,0,0,0,0,0 +325412,61,9,8277,107,56,23,12,3,0,0,0,0 +325413,61,9,1045,17,3,4,0,0,0,0,0,0 +325414,61,9,3716,20,0,0,0,0,0,0,0,0 +325510,61,9,1498,81,45,26,0,0,0,0,0,0 +325520,61,9,919,41,17,12,0,0,0,0,0,0 +325611,61,9,846,30,13,3,0,0,0,0,0,0 +325612,61,9,694,31,13,3,0,0,0,0,0,0 +325613,61,9,68,4,0,0,0,0,0,0,0,0 +325620,61,9,6366,175,102,41,12,3,0,0,0,0 +325910,61,9,631,15,9,0,0,0,0,0,0,0 +325991,61,9,543,28,9,3,0,0,0,0,0,0 +325992,61,9,147,14,9,0,0,0,0,0,0,0 +325998,61,9,1154,76,47,7,0,0,0,0,0,0 +326111,61,9,1104,27,10,8,0,0,0,0,0,0 +326112,61,9,1381,26,0,11,3,0,0,0,0,0 +326113,61,9,1857,38,12,11,3,0,0,0,0,0 +326121,61,9,674,22,3,3,0,0,0,0,0,0 +326122,61,9,405,17,8,3,0,0,0,0,0,0 +326130,61,9,140,8,5,0,0,0,0,0,0,0 +326140,61,9,470,27,7,7,0,0,0,0,0,0 +326150,61,9,1239,47,18,12,0,0,0,0,0,0 +326160,61,9,1992,36,0,18,0,0,0,0,0,0 +326191,61,9,2029,19,0,0,0,0,0,0,0,0 +326199,61,9,18860,391,216,126,35,7,0,0,0,0 +326211,61,9,0,3,0,0,0,0,0,0,0,0 +326212,61,9,114,11,6,0,0,0,0,0,0,0 +326220,61,9,353,11,3,3,0,0,0,0,0,0 +326291,61,9,1248,35,10,6,0,0,0,0,0,0 +326299,61,9,1134,54,26,16,0,0,0,0,0,0 +327110,61,9,292,38,26,4,0,0,0,0,0,0 +327120,61,9,427,18,9,0,0,0,0,0,0,0 +327212,61,9,291,31,25,0,0,0,0,0,0,0 +327215,61,9,2777,86,50,13,0,0,0,0,0,0 +327310,61,9,494,7,0,0,3,0,0,0,0,0 +327320,61,9,3552,131,63,52,0,0,0,0,0,0 +327331,61,9,730,25,0,3,0,0,0,0,0,0 +327332,61,9,158,4,0,0,0,0,0,0,0,0 +327390,61,9,2336,56,21,6,4,0,0,0,0,0 +327420,61,9,162,11,3,0,0,0,0,0,0,0 +327910,61,9,70,11,7,0,0,0,0,0,0,0 +327991,61,9,935,56,39,6,0,0,0,0,0,0 +327993,61,9,208,8,0,0,0,0,0,0,0,0 +327999,61,9,808,25,7,0,0,0,0,0,0,0 +331110,61,9,141,20,5,0,0,0,0,0,0,0 +331210,61,9,399,8,0,4,0,0,0,0,0,0 +331221,61,9,72,5,0,0,0,0,0,0,0,0 +331222,61,9,405,12,6,0,0,0,0,0,0,0 +331314,61,9,0,3,0,0,0,0,0,0,0,0 +331318,61,9,1311,22,4,3,0,0,0,0,0,0 +331410,61,9,229,3,0,0,0,0,0,0,0,0 +331420,61,9,342,12,0,0,0,0,0,0,0,0 +331491,61,9,514,15,8,0,0,0,0,0,0,0 +331492,61,9,343,7,0,0,0,0,0,0,0,0 +331511,61,9,274,10,4,0,0,0,0,0,0,0 +331512,61,9,854,7,0,0,0,0,0,0,0,0 +331513,61,9,255,10,3,3,0,0,0,0,0,0 +331523,61,9,1214,27,13,6,3,0,0,0,0,0 +331524,61,9,642,28,13,4,0,0,0,0,0,0 +331529,61,9,150,7,0,0,0,0,0,0,0,0 +332111,61,9,657,20,7,0,0,0,0,0,0,0 +332112,61,9,1938,8,0,0,0,0,0,0,0,0 +332114,61,9,641,23,7,7,0,0,0,0,0,0 +332117,61,9,168,4,0,0,0,0,0,0,0,0 +332119,61,9,2535,107,64,32,0,0,0,0,0,0 +332215,61,9,133,13,3,0,0,0,0,0,0,0 +332216,61,9,1586,84,51,11,0,0,0,0,0,0 +332311,61,9,625,24,6,0,0,0,0,0,0,0 +332312,61,9,2816,124,79,28,0,0,0,0,0,0 +332313,61,9,512,40,26,7,0,0,0,0,0,0 +332321,61,9,2628,69,28,22,5,0,0,0,0,0 +332322,61,9,6301,287,206,62,5,0,0,0,0,0 +332323,61,9,1975,129,106,10,0,0,0,0,0,0 +332410,61,9,416,11,0,8,0,0,0,0,0,0 +332420,61,9,364,21,0,0,0,0,0,0,0,0 +332431,61,9,165,10,3,0,0,0,0,0,0,0 +332439,61,9,340,11,3,0,0,0,0,0,0,0 +332510,61,9,2544,53,24,5,3,4,0,0,0,0 +332613,61,9,551,29,16,3,0,0,0,0,0,0 +332618,61,9,948,41,16,3,0,0,0,0,0,0 +332710,61,9,15593,1267,1067,183,9,0,0,0,0,0 +332721,61,9,5002,260,182,67,0,0,0,0,0,0 +332722,61,9,7995,104,53,20,8,7,0,0,0,0 +332811,61,9,2053,58,20,29,0,0,0,0,0,0 +332812,61,9,3460,213,159,42,0,0,0,0,0,0 +332813,61,9,5779,231,145,57,12,0,0,0,0,0 +332911,61,9,1716,28,3,6,0,0,0,0,0,0 +332912,61,9,3351,33,10,8,5,3,0,0,0,0 +332913,61,9,564,10,4,0,0,0,0,0,0,0 +332919,61,9,155,10,0,0,0,0,0,0,0,0 +332991,61,9,794,9,0,3,0,0,0,0,0,0 +332996,61,9,708,37,19,6,0,0,0,0,0,0 +332999,61,9,3440,216,172,26,4,0,0,0,0,0 +333111,61,9,99,10,0,0,0,0,0,0,0,0 +333112,61,9,21,4,0,0,0,0,0,0,0,0 +333120,61,9,288,16,9,0,0,0,0,0,0,0 +333132,61,9,197,13,0,0,0,0,0,0,0,0 +333241,61,9,575,25,7,3,0,0,0,0,0,0 +333242,61,9,0,12,0,3,0,0,0,0,0,0 +333243,61,9,0,3,0,0,0,0,0,0,0,0 +333244,61,9,183,15,9,0,0,0,0,0,0,0 +333249,61,9,1255,106,87,8,0,0,0,0,0,0 +333314,61,9,1110,46,27,9,0,0,0,0,0,0 +333316,61,9,1548,41,27,4,0,0,0,0,0,0 +333318,61,9,1857,93,58,14,0,0,0,0,0,0 +333413,61,9,460,22,3,6,0,0,0,0,0,0 +333414,61,9,874,18,0,3,0,0,0,0,0,0 +333415,61,9,1306,48,23,7,0,0,0,0,0,0 +333511,61,9,1111,75,47,16,0,0,0,0,0,0 +333514,61,9,1769,89,64,15,0,0,0,0,0,0 +333515,61,9,1303,105,80,16,0,0,0,0,0,0 +333517,61,9,1069,74,48,14,0,0,0,0,0,0 +333519,61,9,160,19,7,3,0,0,0,0,0,0 +333611,61,9,1308,4,0,0,0,0,0,0,0,0 +333612,61,9,114,6,0,0,0,0,0,0,0,0 +333613,61,9,321,7,0,0,0,0,0,0,0,0 +333618,61,9,466,13,6,0,0,0,0,0,0,0 +333912,61,9,557,19,4,0,0,0,0,0,0,0 +333914,61,9,1273,27,3,7,0,0,0,0,0,0 +333921,61,9,181,7,3,0,0,0,0,0,0,0 +333922,61,9,423,21,6,8,0,0,0,0,0,0 +333923,61,9,38,3,0,0,0,0,0,0,0,0 +333924,61,9,351,14,3,0,0,0,0,0,0,0 +333991,61,9,556,10,4,3,0,0,0,0,0,0 +333992,61,9,628,31,13,0,0,0,0,0,0,0 +333993,61,9,635,39,15,0,0,0,0,0,0,0 +333994,61,9,314,24,10,3,0,0,0,0,0,0 +333995,61,9,1467,19,3,0,0,0,0,0,0,0 +333996,61,9,212,7,3,0,0,0,0,0,0,0 +333999,61,9,2584,103,64,22,3,0,0,0,0,0 +334111,61,9,573,32,17,3,0,0,0,0,0,0 +334112,61,9,273,18,9,0,0,0,0,0,0,0 +334118,61,9,1491,60,37,10,0,0,0,0,0,0 +334210,61,9,403,16,8,0,0,0,0,0,0,0 +334220,61,9,15507,69,38,12,6,0,0,0,0,0 +334290,61,9,563,29,18,4,0,0,0,0,0,0 +334310,61,9,1190,64,44,0,0,0,0,0,0,0 +334412,61,9,3519,71,39,18,10,3,0,0,0,0 +334413,61,9,3780,81,48,13,5,0,0,0,0,0 +334416,61,9,1998,55,15,23,3,0,0,0,0,0 +334417,61,9,4154,42,3,7,7,0,0,0,0,0 +334418,61,9,3857,62,20,9,9,0,0,0,0,0 +334419,61,9,4005,115,66,23,9,0,0,0,0,0 +334510,61,9,7423,66,38,10,0,0,0,0,0,0 +334511,61,9,9158,62,24,17,0,0,0,0,0,0 +334512,61,9,225,18,8,0,0,0,0,0,0,0 +334513,61,9,1353,58,28,12,4,0,0,0,0,0 +334515,61,9,2587,61,29,13,0,0,0,0,0,0 +334516,61,9,1535,39,13,7,0,0,0,0,0,0 +334517,61,9,403,9,0,0,0,0,0,0,0,0 +334519,61,9,2100,64,38,11,0,0,0,0,0,0 +334613,61,9,42,5,3,0,0,0,0,0,0,0 +334614,61,9,944,52,27,11,0,0,0,0,0,0 +335110,61,9,56,7,0,0,0,0,0,0,0,0 +335121,61,9,240,35,31,0,0,0,0,0,0,0 +335122,61,9,3028,79,35,25,8,0,0,0,0,0 +335129,61,9,337,21,9,3,0,0,0,0,0,0 +335210,61,9,82,13,6,0,0,0,0,0,0,0 +335220,61,9,740,10,0,0,0,0,0,0,0,0 +335311,61,9,379,12,3,3,0,0,0,0,0,0 +335312,61,9,952,31,8,7,0,0,0,0,0,0 +335313,61,9,652,19,0,6,0,0,0,0,0,0 +335314,61,9,1048,39,29,0,0,0,0,0,0,0 +335911,61,9,1062,13,0,6,0,0,0,0,0,0 +335921,61,9,106,5,0,0,0,0,0,0,0,0 +335929,61,9,758,24,4,8,0,0,0,0,0,0 +335931,61,9,665,26,6,6,0,0,0,0,0,0 +335932,61,9,282,10,3,0,0,0,0,0,0,0 +335991,61,9,5,6,3,0,0,0,0,0,0,0 +335999,61,9,3499,78,47,18,0,0,0,0,0,0 +336111,61,9,153,15,8,0,0,0,0,0,0,0 +336112,61,9,0,3,0,0,0,0,0,0,0,0 +336211,61,9,2437,48,17,7,4,0,0,0,0,0 +336212,61,9,7,8,7,0,0,0,0,0,0,0 +336214,61,9,1894,29,5,3,3,0,0,0,0,0 +336310,61,9,1740,70,46,7,0,0,0,0,0,0 +336320,61,9,1135,41,23,3,0,0,0,0,0,0 +336330,61,9,496,29,9,3,0,0,0,0,0,0 +336340,61,9,23,7,0,0,0,0,0,0,0,0 +336350,61,9,786,40,22,0,0,0,0,0,0,0 +336360,61,9,1179,33,13,6,0,0,0,0,0,0 +336370,61,9,496,11,0,4,0,0,0,0,0,0 +336390,61,9,5295,135,93,22,0,0,0,0,0,0 +336411,61,9,6763,21,0,0,3,0,0,0,0,0 +336412,61,9,1156,26,8,3,3,0,0,0,0,0 +336413,61,9,14388,152,66,37,17,10,5,0,0,0 +336415,61,9,0,5,0,0,0,0,0,0,0,0 +336419,61,9,1436,12,0,0,0,0,0,0,0,0 +336510,61,9,0,3,0,0,0,0,0,0,0,0 +336611,61,9,133,14,7,0,0,0,0,0,0,0 +336612,61,9,55,8,0,0,0,0,0,0,0,0 +336991,61,9,934,58,40,3,0,0,0,0,0,0 +336999,61,9,481,32,17,0,0,0,0,0,0,0 +337110,61,9,3484,260,231,17,3,0,0,0,0,0 +337121,61,9,7168,134,88,27,6,0,0,0,0,0 +337122,61,9,1206,133,108,16,0,0,0,0,0,0 +337124,61,9,512,28,11,5,0,0,0,0,0,0 +337125,61,9,39,14,8,0,0,0,0,0,0,0 +337127,61,9,1605,44,14,9,0,0,0,0,0,0 +337211,61,9,835,17,4,3,0,0,0,0,0,0 +337212,61,9,2440,104,52,32,4,0,0,0,0,0 +337214,61,9,429,19,7,3,0,0,0,0,0,0 +337215,61,9,1204,80,54,16,0,0,0,0,0,0 +337910,61,9,1271,47,21,7,3,0,0,0,0,0 +337920,61,9,1074,36,18,6,0,0,0,0,0,0 +339112,61,9,7950,100,51,25,5,0,0,0,0,0 +339113,61,9,10022,110,69,7,7,0,0,0,0,0 +339114,61,9,2464,67,39,3,0,0,0,0,0,0 +339115,61,9,1430,32,15,5,0,0,0,0,0,0 +339116,61,9,7099,476,434,33,0,0,0,0,0,0 +339910,61,9,2705,180,160,11,0,0,0,0,0,0 +339920,61,9,1804,128,97,15,0,0,0,0,0,0 +339930,61,9,349,42,32,3,0,0,0,0,0,0 +339940,61,9,209,30,17,0,0,0,0,0,0,0 +339950,61,9,4127,312,260,42,3,0,0,0,0,0 +339991,61,9,2712,47,21,15,0,0,0,0,0,0 +339992,61,9,1748,48,27,4,0,0,0,0,0,0 +339993,61,9,36,6,0,0,0,0,0,0,0,0 +339994,61,9,221,7,0,0,0,0,0,0,0,0 +339995,61,9,0,3,0,0,0,0,0,0,0,0 +339999,61,9,4947,609,552,49,0,0,0,0,0,0 +423110,61,9,11976,503,433,45,10,5,0,0,0,0 +423120,61,9,17030,1404,1219,161,19,0,0,0,0,0 +423130,61,9,3875,183,134,32,6,0,0,0,0,0 +423140,61,9,1362,139,118,7,0,0,0,0,0,0 +423210,61,9,8145,712,612,78,9,0,0,0,0,0 +423220,61,9,11665,982,833,135,7,0,0,0,0,0 +423310,61,9,6520,379,279,86,4,0,0,0,0,0 +423320,61,9,2256,176,151,13,0,0,0,0,0,0 +423330,61,9,1107,92,68,15,0,0,0,0,0,0 +423390,61,9,2951,203,162,27,0,0,0,0,0,0 +423410,61,9,1242,100,83,7,0,0,0,0,0,0 +423420,61,9,5604,482,419,41,12,0,0,0,0,0 +423430,61,9,12271,826,697,108,11,0,0,0,0,0 +423440,61,9,4037,331,277,41,6,0,0,0,0,0 +423450,61,9,17501,796,684,77,18,6,0,0,0,0 +423460,61,9,1833,173,148,14,0,0,0,0,0,0 +423490,61,9,2437,163,138,9,0,0,0,0,0,0 +423510,61,9,9737,719,587,114,7,0,0,0,0,0 +423520,61,9,44,11,10,0,0,0,0,0,0,0 +423610,61,9,13421,1157,996,146,11,0,0,0,0,0 +423620,61,9,6019,389,332,34,11,0,0,0,0,0 +423690,61,9,17339,1391,1209,151,19,4,0,0,0,0 +423710,61,9,7789,601,520,61,5,0,0,0,0,0 +423720,61,9,4415,324,262,52,0,0,0,0,0,0 +423730,61,9,2525,218,191,14,0,0,0,0,0,0 +423740,61,9,1286,78,58,11,0,0,0,0,0,0 +423810,61,9,3132,172,129,24,4,0,0,0,0,0 +423820,61,9,1316,136,121,9,0,0,0,0,0,0 +423830,61,9,16368,1593,1390,182,16,0,0,0,0,0 +423840,61,9,6405,675,605,60,0,0,0,0,0,0 +423850,61,9,3336,316,278,22,4,0,0,0,0,0 +423860,61,9,4499,259,205,34,3,0,0,0,0,0 +423910,61,9,5951,647,585,51,3,0,0,0,0,0 +423920,61,9,6439,482,416,49,6,0,0,0,0,0 +423930,61,9,6112,568,474,84,0,0,0,0,0,0 +423940,61,9,5562,1134,1091,37,0,0,0,0,0,0 +423990,61,9,8208,1114,1041,59,6,0,0,0,0,0 +424110,61,9,532,71,62,0,0,0,0,0,0,0 +424120,61,9,4069,362,317,29,3,0,0,0,0,0 +424130,61,9,6656,486,424,44,10,0,0,0,0,0 +424210,61,9,22110,1339,1178,123,19,4,3,0,0,0 +424310,61,9,4830,853,800,45,0,0,0,0,0,0 +424320,61,9,8679,837,752,62,8,0,0,0,0,0 +424330,61,9,28447,2696,2376,276,25,9,0,0,0,0 +424340,61,9,4869,386,333,37,4,0,0,0,0,0 +424410,61,9,8037,246,169,53,12,0,0,0,0,0 +424420,61,9,6188,367,302,43,7,0,0,0,0,0 +424430,61,9,1698,120,91,16,0,0,0,0,0,0 +424440,61,9,874,44,27,7,0,0,0,0,0,0 +424450,61,9,2266,181,149,20,0,0,0,0,0,0 +424460,61,9,2560,197,167,21,0,0,0,0,0,0 +424470,61,9,3984,208,151,38,8,0,0,0,0,0 +424480,61,9,12074,598,463,105,16,5,0,0,0,0 +424490,61,9,27201,1267,1062,156,25,8,0,0,0,0 +424510,61,9,487,58,51,0,0,0,0,0,0,0 +424520,61,9,36,8,3,0,0,0,0,0,0,0 +424590,61,9,247,41,36,4,0,0,0,0,0,0 +424610,61,9,2732,284,258,19,0,0,0,0,0,0 +424690,61,9,6785,528,438,72,7,0,0,0,0,0 +424710,61,9,1690,89,46,23,0,0,0,0,0,0 +424720,61,9,1228,97,71,9,0,0,0,0,0,0 +424810,61,9,4308,62,34,3,5,4,0,0,0,0 +424820,61,9,4748,171,146,11,0,0,0,0,0,0 +424910,61,9,2131,197,172,15,0,0,0,0,0,0 +424920,61,9,1271,114,92,7,0,0,0,0,0,0 +424930,61,9,2571,286,258,26,0,0,0,0,0,0 +424940,61,9,931,121,103,9,0,0,0,0,0,0 +424950,61,9,1835,121,106,6,0,0,0,0,0,0 +424990,61,9,10004,1787,1683,92,3,0,0,0,0,0 +425110,61,9,238,76,62,0,0,0,0,0,0,0 +425120,61,9,19904,2628,2521,90,0,0,0,0,0,0 +441110,61,9,61229,895,298,352,222,16,0,0,0,0 +441120,61,9,6221,672,630,25,4,0,0,0,0,0 +441210,61,9,1601,96,68,11,0,0,0,0,0,0 +441222,61,9,620,80,60,0,0,0,0,0,0,0 +441228,61,9,2881,242,197,35,0,0,0,0,0,0 +441310,61,9,17532,1553,1367,174,7,0,0,0,0,0 +441320,61,9,7709,1000,947,46,3,0,0,0,0,0 +442110,61,9,9752,1088,1000,72,0,4,0,0,0,0 +442210,61,9,3569,551,515,32,0,0,0,0,0,0 +442291,61,9,643,117,112,0,0,0,0,0,0,0 +442299,61,9,10154,702,515,179,0,0,0,0,0,0 +443141,61,9,2385,294,270,16,0,0,0,0,0,0 +443142,61,9,17043,1403,1257,92,50,0,0,0,0,0 +444110,61,9,5643,239,47,14,145,11,0,0,0,0 +444120,61,9,1743,286,282,0,0,0,0,0,0,0 +444130,61,9,4941,451,360,87,0,0,0,0,0,0 +444190,61,9,11051,1278,1181,87,4,0,0,0,0,0 +444210,61,9,288,58,52,0,0,0,0,0,0,0 +444220,61,9,3053,352,324,18,0,0,0,0,0,0 +445110,61,9,137882,3268,1613,1261,387,5,0,0,0,0 +445120,61,9,8814,1270,1214,52,0,0,0,0,0,0 +445210,61,9,1754,271,251,9,0,0,0,0,0,0 +445220,61,9,448,98,90,0,0,0,0,0,0,0 +445230,61,9,527,101,91,0,0,0,0,0,0,0 +445291,61,9,1908,190,160,18,0,0,0,0,0,0 +445292,61,9,2147,231,218,10,0,0,0,0,0,0 +445299,61,9,1947,346,333,8,0,0,0,0,0,0 +445310,61,9,7262,2079,2043,30,0,0,0,0,0,0 +446110,61,9,27037,2587,2087,496,0,0,0,0,0,0 +446120,61,9,12268,1303,1139,161,0,0,0,0,0,0 +446130,61,9,4148,608,577,28,0,0,0,0,0,0 +446191,61,9,3021,673,659,7,0,0,0,0,0,0 +446199,61,9,2908,515,491,17,3,0,0,0,0,0 +447110,61,9,23946,2717,2579,136,0,0,0,0,0,0 +447190,61,9,4919,532,493,31,3,0,0,0,0,0 +448110,61,9,3154,422,397,21,0,0,0,0,0,0 +448120,61,9,24265,1936,1663,245,22,4,0,0,0,0 +448130,61,9,4494,393,315,74,0,0,0,0,0,0 +448140,61,9,59555,1878,931,898,31,12,0,0,0,0 +448150,61,9,4562,596,553,38,0,0,0,0,0,0 +448190,61,9,7035,709,598,111,0,0,0,0,0,0 +448210,61,9,16697,1504,1346,141,5,0,0,0,0,0 +448310,61,9,6472,1420,1386,31,0,0,0,0,0,0 +448320,61,9,647,88,77,0,0,0,0,0,0,0 +451110,61,9,9135,905,817,82,0,0,0,0,0,0 +451120,61,9,8806,429,295,107,19,0,0,0,0,0 +451130,61,9,1741,187,145,36,0,0,0,0,0,0 +451140,61,9,1393,166,133,25,0,0,0,0,0,0 +451211,61,9,4749,267,196,57,3,0,0,0,0,0 +451212,61,9,183,41,32,0,0,0,0,0,0,0 +452210,61,9,25974,163,0,27,112,16,0,0,0,0 +452311,61,9,74773,312,3,0,165,135,0,0,0,0 +452319,61,9,19504,1193,760,419,7,0,0,0,0,0 +453110,61,9,2043,529,517,10,0,0,0,0,0,0 +453210,61,9,4577,363,228,131,0,0,0,0,0,0 +453220,61,9,7458,984,892,86,3,0,0,0,0,0 +453310,61,9,8268,785,662,119,0,0,0,0,0,0 +453910,61,9,6616,549,434,115,0,0,0,0,0,0 +453920,61,9,1329,353,334,12,0,0,0,0,0,0 +453930,61,9,263,47,38,0,0,0,0,0,0,0 +453991,61,9,1362,526,520,0,0,0,0,0,0,0 +453998,61,9,3934,861,834,23,0,0,0,0,0,0 +454110,61,9,45478,4627,4326,242,34,9,4,0,0,0 +454210,61,9,1117,104,86,7,0,0,0,0,0,0 +454310,61,9,481,62,49,0,0,0,0,0,0,0 +454390,61,9,8315,1296,1206,76,3,0,0,0,0,0 +481111,61,9,22832,105,48,24,6,0,3,0,0,0 +481112,61,9,538,26,20,3,0,0,0,0,0,0 +481211,61,9,1731,74,49,10,0,0,0,0,0,0 +481212,61,9,331,11,6,0,0,0,0,0,0,0 +481219,61,9,140,14,6,0,0,0,0,0,0,0 +483111,61,9,225,20,12,0,0,0,0,0,0,0 +483112,61,9,0,4,0,0,0,0,0,0,0,0 +483113,61,9,156,15,10,0,0,0,0,0,0,0 +483114,61,9,224,8,3,0,0,0,0,0,0,0 +483211,61,9,0,4,0,0,0,0,0,0,0,0 +483212,61,9,72,7,0,0,0,0,0,0,0,0 +484110,61,9,12597,2442,2315,120,0,0,0,0,0,0 +484121,61,9,17501,1704,1577,94,12,8,0,0,0,0 +484122,61,9,13808,305,185,67,27,12,0,0,0,0 +484210,61,9,4100,517,453,55,0,0,0,0,0,0 +484220,61,9,7455,773,700,51,8,0,0,0,0,0 +484230,61,9,4755,347,281,48,4,0,0,0,0,0 +485113,61,9,4338,72,34,11,6,3,0,0,0,0 +485210,61,9,1048,50,34,0,0,0,0,0,0,0 +485310,61,9,1679,67,51,7,0,0,0,0,0,0 +485320,61,9,2514,350,327,13,3,0,0,0,0,0 +485410,61,9,6663,77,23,15,11,6,0,0,0,0 +485510,61,9,1648,117,84,16,0,0,0,0,0,0 +485991,61,9,2443,191,157,27,0,0,0,0,0,0 +485999,61,9,755,134,122,8,0,0,0,0,0,0 +486110,61,9,177,8,3,0,0,0,0,0,0,0 +486210,61,9,29,5,0,0,0,0,0,0,0,0 +486910,61,9,226,11,0,4,0,0,0,0,0,0 +487110,61,9,530,55,47,0,0,0,0,0,0,0 +487210,61,9,1036,76,60,8,0,0,0,0,0,0 +488119,61,9,9528,80,31,15,5,5,6,0,0,0 +488190,61,9,4074,192,145,27,5,0,0,0,0,0 +488210,61,9,2165,34,7,10,3,0,0,0,0,0 +488310,61,9,189,14,7,0,0,0,0,0,0,0 +488320,61,9,17064,35,13,10,3,0,0,0,0,0 +488330,61,9,277,14,3,4,0,0,0,0,0,0 +488390,61,9,221,23,18,0,0,0,0,0,0,0 +488410,61,9,4681,507,425,78,0,0,0,0,0,0 +488490,61,9,3974,225,186,27,3,0,0,0,0,0 +488510,61,9,26996,2212,1900,271,31,4,0,0,0,0 +488991,61,9,783,104,86,5,0,0,0,0,0,0 +488999,61,9,59,34,32,0,0,0,0,0,0,0 +492110,61,9,39526,547,386,78,42,14,7,4,0,0 +492210,61,9,4167,280,223,39,6,0,0,0,0,0 +493110,61,9,64012,959,552,281,68,26,13,6,0,0 +493120,61,9,3816,86,40,28,0,0,0,0,0,0 +493130,61,9,112,8,6,0,0,0,0,0,0,0 +493190,61,9,2770,146,109,18,8,0,0,0,0,0 +511110,61,9,5515,238,180,33,9,0,0,0,0,0 +511120,61,9,4399,278,229,33,9,0,0,0,0,0 +511130,61,9,1022,140,120,9,0,0,0,0,0,0 +511140,61,9,236,30,20,3,0,0,0,0,0,0 +511191,61,9,12,4,3,0,0,0,0,0,0,0 +511199,61,9,356,48,36,3,0,0,0,0,0,0 +511210,61,9,28451,839,648,131,30,16,0,0,0,0 +512110,61,9,73559,5005,4755,179,35,14,6,6,3,0 +512120,61,9,1197,123,113,8,0,0,0,0,0,0 +512131,61,9,10101,240,78,135,15,0,0,0,0,0 +512191,61,9,12469,1124,1022,72,18,8,0,0,0,0 +512199,61,9,353,54,48,3,0,0,0,0,0,0 +512230,61,9,1251,224,211,9,0,0,0,0,0,0 +512240,61,9,1428,465,451,10,0,0,0,0,0,0 +512250,61,9,3379,187,159,15,8,0,0,0,0,0 +512290,61,9,292,77,70,0,0,0,0,0,0,0 +515111,61,9,480,45,36,7,0,0,0,0,0,0 +515112,61,9,3921,134,75,43,7,0,0,0,0,0 +515120,61,9,13712,179,111,34,13,10,3,0,0,0 +515210,61,9,7388,91,52,19,11,3,0,0,0,0 +517311,61,9,31178,1053,734,240,54,15,4,0,0,0 +517312,61,9,13212,1255,1154,88,3,0,0,0,0,0 +517410,61,9,702,58,46,0,0,0,0,0,0,0 +517911,61,9,1991,298,283,9,0,0,0,0,0,0 +517919,61,9,2300,207,177,14,0,0,0,0,0,0 +518210,61,9,24893,990,765,165,33,11,5,0,0,0 +519110,61,9,401,34,25,4,0,0,0,0,0,0 +519120,61,9,368,25,20,0,0,0,0,0,0,0 +519130,61,9,18930,779,652,80,24,6,4,0,0,0 +519190,61,9,498,23,13,0,0,0,0,0,0,0 +522110,61,9,69189,3641,3085,475,41,18,9,3,0,0 +522120,61,9,525,66,51,7,0,0,0,0,0,0 +522130,61,9,12033,576,490,48,24,3,0,0,0,0 +522210,61,9,770,24,12,3,0,0,0,0,0,0 +522220,61,9,8322,296,241,36,4,3,3,0,0,0 +522291,61,9,2600,346,318,19,0,0,0,0,0,0 +522292,61,9,27577,1067,896,124,19,5,4,0,0,0 +522293,61,9,86,37,34,0,0,0,0,0,0,0 +522294,61,9,233,27,23,0,0,0,0,0,0,0 +522298,61,9,3266,465,427,26,0,0,0,0,0,0 +522310,61,9,7076,1272,1226,37,0,3,0,0,0,0 +522320,61,9,4132,380,328,34,0,0,0,0,0,0 +522390,61,9,8003,1252,1225,11,0,0,0,0,0,0 +523110,61,9,1968,237,219,5,3,0,0,0,0,0 +523120,61,9,10136,1353,1254,81,7,0,0,0,0,0 +523130,61,9,411,59,49,0,0,0,0,0,0,0 +523140,61,9,147,36,33,0,0,0,0,0,0,0 +523910,61,9,3264,633,602,19,4,0,0,0,0,0 +523920,61,9,18343,1812,1670,110,23,0,4,0,0,0 +523930,61,9,4389,1402,1368,26,0,0,0,0,0,0 +523991,61,9,1681,234,218,5,0,0,0,0,0,0 +523999,61,9,188,30,26,0,0,0,0,0,0,0 +524113,61,9,8010,297,219,54,3,4,0,0,0,0 +524114,61,9,20951,208,123,41,12,5,6,0,0,0 +524126,61,9,16076,329,199,78,23,4,3,0,0,0 +524127,61,9,5102,227,157,48,12,0,0,0,0,0 +524128,61,9,453,32,21,5,0,0,0,0,0,0 +524130,61,9,317,18,6,0,0,0,0,0,0,0 +524210,61,9,40623,7501,7181,290,21,0,0,0,0,0 +524291,61,9,2214,185,153,19,0,0,0,0,0,0 +524292,61,9,8240,230,144,51,14,5,0,0,0,0 +524298,61,9,1442,138,124,3,0,0,0,0,0,0 +525910,61,9,76,8,5,0,0,0,0,0,0,0 +525990,61,9,78,75,65,0,0,0,0,0,0,0 +531110,61,9,22688,5003,4902,86,7,0,0,0,0,0 +531120,61,9,14965,2583,2477,90,10,0,0,0,0,0 +531130,61,9,2968,925,922,0,0,0,0,0,0,0 +531190,61,9,2547,624,614,0,0,0,0,0,0,0 +531210,61,9,22370,8451,8301,134,12,0,0,0,0,0 +531311,61,9,33277,3731,3460,217,32,11,3,0,0,0 +531312,61,9,12993,1534,1411,101,5,3,0,0,0,0 +531320,61,9,1634,522,505,6,0,0,0,0,0,0 +531390,61,9,9558,2058,1987,58,3,0,0,0,0,0 +532111,61,9,6525,636,578,48,6,0,0,0,0,0 +532112,61,9,152,23,14,0,0,0,0,0,0,0 +532120,61,9,2987,289,243,41,0,0,0,0,0,0 +532210,61,9,1001,162,157,0,0,0,0,0,0,0 +532281,61,9,477,73,62,3,0,0,0,0,0,0 +532282,61,9,281,74,64,0,0,0,0,0,0,0 +532283,61,9,996,68,48,7,0,0,0,0,0,0 +532284,61,9,784,102,89,4,0,0,0,0,0,0 +532289,61,9,3754,319,272,34,3,0,0,0,0,0 +532310,61,9,667,113,96,3,0,0,0,0,0,0 +532411,61,9,258,28,20,0,0,0,0,0,0,0 +532412,61,9,2512,215,179,29,0,0,0,0,0,0 +532420,61,9,911,59,46,5,0,0,0,0,0,0 +532490,61,9,10696,796,656,121,15,0,0,0,0,0 +533110,61,9,2949,195,162,21,3,0,0,0,0,0 +541110,61,9,71395,11810,11109,634,51,9,0,0,0,0 +541191,61,9,2345,135,108,10,3,0,0,0,0,0 +541199,61,9,3359,426,386,23,4,0,0,0,0,0 +541211,61,9,27828,3924,3732,161,19,7,0,0,0,0 +541213,61,9,10610,2028,1959,63,0,0,0,0,0,0 +541214,61,9,13358,326,225,60,14,9,5,0,0,0 +541219,61,9,14750,2766,2663,86,6,0,0,0,0,0 +541310,61,9,13512,1677,1544,110,14,0,0,0,0,0 +541320,61,9,2536,392,362,20,0,0,0,0,0,0 +541330,61,9,47780,3640,3189,381,50,9,0,0,0,0 +541340,61,9,492,131,121,3,0,0,0,0,0,0 +541350,61,9,1413,440,424,3,0,0,0,0,0,0 +541360,61,9,60,22,14,0,0,0,0,0,0,0 +541370,61,9,1327,194,177,11,0,0,0,0,0,0 +541380,61,9,8113,427,318,89,14,0,0,0,0,0 +541410,61,9,3653,1172,1144,25,0,0,0,0,0,0 +541420,61,9,1740,178,167,3,0,0,0,0,0,0 +541430,61,9,5359,1451,1402,37,0,0,0,0,0,0 +541490,61,9,1756,444,425,12,0,0,0,0,0,0 +541511,61,9,28421,3998,3725,234,23,6,0,0,0,0 +541512,61,9,38962,3182,2922,169,48,31,4,0,0,0 +541513,61,9,2647,313,281,16,0,0,0,0,0,0 +541519,61,9,3366,476,447,13,0,0,0,0,0,0 +541611,61,9,27077,5241,5040,152,28,8,0,0,0,0 +541612,61,9,8406,484,434,28,11,0,0,0,0,0 +541613,61,9,16088,3488,3349,113,16,0,0,0,0,0 +541614,61,9,4051,645,590,40,0,0,0,0,0,0 +541618,61,9,860,264,251,5,0,0,0,0,0,0 +541620,61,9,4200,595,537,55,0,0,0,0,0,0 +541690,61,9,9533,2552,2460,82,4,0,0,0,0,0 +541713,61,9,8997,194,151,26,0,0,0,0,0,0 +541714,61,9,3150,193,169,10,0,0,0,0,0,0 +541715,61,9,17657,562,466,61,15,4,0,0,0,0 +541720,61,9,2343,93,77,6,3,0,0,0,0,0 +541810,61,9,19270,1245,1092,112,17,8,8,0,0,0 +541820,61,9,4352,780,736,25,5,0,0,0,0,0 +541830,61,9,2795,131,95,25,3,0,0,0,0,0 +541840,61,9,975,117,101,10,0,0,0,0,0,0 +541850,61,9,1673,172,149,8,0,0,0,0,0,0 +541860,61,9,2722,180,144,27,5,0,0,0,0,0 +541870,61,9,1873,76,62,3,0,0,0,0,0,0 +541890,61,9,9930,453,367,70,0,0,0,0,0,0 +541910,61,9,6452,437,366,48,9,0,0,0,0,0 +541921,61,9,2365,586,554,23,0,0,0,0,0,0 +541922,61,9,971,423,412,0,0,0,0,0,0,0 +541930,61,9,1745,274,254,4,0,0,0,0,0,0 +541940,61,9,16330,1288,1069,209,6,0,0,0,0,0 +541990,61,9,5941,1217,1165,43,0,0,0,0,0,0 +551111,61,9,61,9,7,0,0,0,0,0,0,0 +551112,61,9,5599,313,262,37,6,0,0,0,0,0 +551114,61,9,141265,2357,1461,606,166,75,25,14,0,0 +561110,61,9,34009,2634,2290,291,30,7,3,0,0,0 +561210,61,9,6853,295,228,43,9,0,0,0,0,0 +561311,61,9,9612,579,483,61,15,0,0,0,0,0 +561312,61,9,1792,370,344,15,0,0,0,0,0,0 +561320,61,9,112631,1753,903,530,198,93,27,0,0,0 +561330,61,9,5541,164,118,28,4,0,0,0,0,0 +561410,61,9,2799,393,347,32,0,0,0,0,0,0 +561421,61,9,1103,62,38,11,0,0,0,0,0,0 +561422,61,9,12349,228,158,40,10,0,0,0,0,0 +561431,61,9,1708,418,408,0,0,0,0,0,0,0 +561439,61,9,4692,477,442,23,4,0,0,0,0,0 +561440,61,9,4508,239,187,32,6,0,0,0,0,0 +561450,61,9,254,27,12,3,0,0,0,0,0,0 +561491,61,9,383,51,39,4,0,0,0,0,0,0 +561492,61,9,1277,223,208,8,3,0,0,0,0,0 +561499,61,9,2304,218,192,12,0,0,0,0,0,0 +561510,61,9,6869,1252,1191,46,0,0,0,0,0,0 +561520,61,9,2326,256,231,14,3,0,0,0,0,0 +561591,61,9,331,26,16,0,0,0,0,0,0,0 +561599,61,9,6843,227,147,54,5,3,0,0,0,0 +561611,61,9,3604,325,291,17,0,0,0,0,0,0 +561612,61,9,77659,1020,610,270,90,21,8,6,0,0 +561613,61,9,1908,35,6,11,5,0,0,0,0,0 +561621,61,9,7318,389,309,64,9,0,0,0,0,0 +561622,61,9,1164,232,221,4,0,0,0,0,0,0 +561710,61,9,7277,852,752,95,0,0,0,0,0,0 +561720,61,9,42997,2313,2016,238,25,16,10,3,0,0 +561730,61,9,39177,3033,2652,310,50,14,0,0,0,0 +561740,61,9,1507,338,323,6,0,0,0,0,0,0 +561790,61,9,3622,748,714,25,0,0,0,0,0,0 +561910,61,9,2369,154,117,26,0,0,0,0,0,0 +561920,61,9,5050,458,407,35,0,0,0,0,0,0 +561990,61,9,6692,666,598,57,5,0,0,0,0,0 +562111,61,9,11074,327,214,77,23,3,0,0,0,0 +562112,61,9,938,46,25,9,0,0,0,0,0,0 +562119,61,9,149,22,14,0,0,0,0,0,0,0 +562211,61,9,1372,49,29,11,0,0,0,0,0,0 +562212,61,9,438,26,7,4,0,0,0,0,0,0 +562219,61,9,30,6,0,0,0,0,0,0,0,0 +562910,61,9,4059,195,137,37,7,0,0,0,0,0 +562920,61,9,484,58,45,3,0,0,0,0,0,0 +562991,61,9,924,79,57,7,0,0,0,0,0,0 +562998,61,9,251,24,17,0,0,0,0,0,0,0 +611110,61,9,66708,1294,551,576,131,28,4,0,0,0 +611210,61,9,2374,49,13,14,0,0,0,0,0,0 +611310,61,9,95339,321,152,80,22,16,18,6,5,0 +611410,61,9,9,3,0,0,0,0,0,0,0,0 +611420,61,9,462,79,61,4,0,0,0,0,0,0 +611430,61,9,1803,299,280,15,0,0,0,0,0,0 +611511,61,9,919,96,77,10,0,0,0,0,0,0 +611512,61,9,473,60,47,3,0,0,0,0,0,0 +611513,61,9,945,52,31,4,0,0,0,0,0,0 +611519,61,9,4422,322,266,42,7,0,0,0,0,0 +611610,61,9,6121,910,849,57,0,0,0,0,0,0 +611620,61,9,6842,934,847,83,0,0,0,0,0,0 +611630,61,9,2156,157,116,31,0,0,0,0,0,0 +611691,61,9,12618,951,831,100,12,0,0,0,0,0 +611692,61,9,807,140,128,4,0,0,0,0,0,0 +611699,61,9,5203,389,320,52,4,0,0,0,0,0 +611710,61,9,6248,684,634,32,4,0,0,0,0,0 +621111,61,9,105073,17495,16613,807,55,10,0,0,0,0 +621112,61,9,2479,893,874,10,0,0,0,0,0,0 +621210,61,9,59675,11007,10799,201,0,0,0,0,0,0 +621310,61,9,5825,1947,1938,8,0,0,0,0,0,0 +621320,61,9,7248,1470,1447,17,0,0,0,0,0,0 +621330,61,9,11018,1693,1582,86,13,0,0,0,0,0 +621340,61,9,17724,1966,1812,136,9,3,0,0,0,0 +621391,61,9,1481,395,387,0,0,0,0,0,0,0 +621399,61,9,4664,1461,1411,45,0,0,0,0,0,0 +621410,61,9,1341,133,103,16,0,0,0,0,0,0 +621420,61,9,11444,597,423,153,16,0,0,0,0,0 +621491,61,9,27088,460,225,149,47,21,5,4,0,0 +621492,61,9,9087,406,186,213,0,0,0,0,0,0 +621493,61,9,6650,446,323,118,0,0,0,0,0,0 +621498,61,9,17126,682,473,172,27,3,0,0,0,0 +621511,61,9,12488,740,647,64,15,0,0,0,0,0 +621512,61,9,9119,474,404,57,0,0,0,0,0,0 +621610,61,9,46022,2164,1517,569,66,3,0,0,0,0 +621910,61,9,9549,160,85,39,16,3,0,0,0,0 +621991,61,9,2449,48,26,3,0,0,0,0,0,0 +621999,61,9,2401,213,186,17,0,0,0,0,0,0 +622110,61,9,245800,165,0,3,9,23,36,48,15,6 +622210,61,9,5143,15,0,0,0,6,0,0,0,0 +622310,61,9,7610,21,0,0,7,8,0,0,0,0 +623110,61,9,75669,842,281,214,303,37,0,0,0,0 +623210,61,9,14390,1116,992,105,5,8,0,0,0,0 +623220,61,9,14206,567,399,135,23,0,0,0,0,0 +623311,61,9,12997,199,85,60,33,8,0,0,0,0 +623312,61,9,21681,1331,1046,245,37,0,0,0,0,0 +623990,61,9,9401,321,218,79,7,5,0,0,0,0 +624110,61,9,13199,670,509,138,15,3,0,0,0,0 +624120,61,9,58478,1689,985,587,87,16,5,0,0,0 +624190,61,9,18358,1509,1284,193,22,0,0,0,0,0 +624210,61,9,1796,139,114,12,3,0,0,0,0,0 +624221,61,9,3182,135,75,37,7,0,0,0,0,0 +624229,61,9,3452,202,144,46,0,0,0,0,0,0 +624230,61,9,587,52,39,3,0,0,0,0,0,0 +624310,61,9,13098,291,157,99,20,8,0,0,0,0 +624410,61,9,33135,3054,2608,421,11,5,0,0,0,0 +711110,61,9,4377,195,156,14,5,0,0,0,0,0 +711120,61,9,187,25,19,0,0,0,0,0,0,0 +711130,61,9,3439,728,705,12,0,0,0,0,0,0 +711190,61,9,32,14,13,0,0,0,0,0,0,0 +711211,61,9,3892,38,18,3,0,0,0,0,0,0 +711212,61,9,1554,16,0,0,0,0,0,0,0,0 +711219,61,9,1477,238,211,18,0,0,0,0,0,0 +711310,61,9,9814,200,150,20,8,0,0,0,0,0 +711320,61,9,3082,371,345,12,6,0,0,0,0,0 +711410,61,9,7694,1210,1154,35,7,0,0,0,0,0 +711510,61,9,15592,12571,12488,71,0,0,0,0,0,0 +712110,61,9,5421,156,112,19,6,4,0,0,0,0 +712120,61,9,0,3,0,0,0,0,0,0,0,0 +712130,61,9,637,18,5,0,0,0,0,0,0,0 +712190,61,9,121,16,9,0,0,0,0,0,0,0 +713110,61,9,12558,21,3,0,0,0,0,0,0,0 +713120,61,9,2422,151,106,30,0,0,0,0,0,0 +713210,61,9,1767,4,0,0,0,0,0,0,0,0 +713290,61,9,4316,50,27,0,0,3,0,0,0,0 +713910,61,9,17671,277,59,148,58,3,0,0,0,0 +713920,61,9,2214,6,0,0,0,0,0,0,0,0 +713930,61,9,791,69,52,6,0,0,0,0,0,0 +713940,61,9,37713,1922,1380,487,43,6,0,0,0,0 +713950,61,9,3048,88,15,66,0,0,0,0,0,0 +713990,61,9,6436,727,637,83,3,0,0,0,0,0 +721110,61,9,94468,2196,1455,539,119,45,29,0,0,0 +721120,61,9,13163,9,0,0,0,0,0,0,0,0 +721191,61,9,290,35,24,0,0,0,0,0,0,0 +721199,61,9,213,31,17,0,0,0,0,0,0,0 +721211,61,9,1173,85,62,9,0,0,0,0,0,0 +721214,61,9,942,72,47,10,0,0,0,0,0,0 +721310,61,9,428,86,78,3,0,0,0,0,0,0 +722310,61,9,29477,936,699,192,19,10,6,0,0,0 +722320,61,9,9895,719,589,114,7,3,0,0,0,0 +722330,61,9,1110,255,242,5,0,0,0,0,0,0 +722410,61,9,15532,1228,999,221,3,0,0,0,0,0 +722511,61,9,322609,14038,8886,4765,371,13,0,0,0,0 +722513,61,9,276346,15979,10547,5365,59,0,0,0,0,0 +722514,61,9,4384,218,150,56,3,0,0,0,0,0 +722515,61,9,55754,5236,4478,748,4,0,0,0,0,0 +811111,61,9,17109,4344,4276,60,3,0,0,0,0,0 +811112,61,9,275,93,88,0,0,0,0,0,0,0 +811113,61,9,1014,286,283,0,0,0,0,0,0,0 +811118,61,9,1017,221,209,3,0,0,0,0,0,0 +811121,61,9,17190,2059,1825,232,0,0,0,0,0,0 +811122,61,9,959,249,240,0,0,0,0,0,0,0 +811191,61,9,2486,289,278,7,0,0,0,0,0,0 +811192,61,9,13895,1044,795,245,0,0,0,0,0,0 +811198,61,9,1387,425,417,0,0,0,0,0,0,0 +811211,61,9,1121,135,117,7,0,0,0,0,0,0 +811212,61,9,1778,344,324,11,0,0,0,0,0,0 +811213,61,9,577,99,95,0,0,0,0,0,0,0 +811219,61,9,1650,209,194,6,0,0,0,0,0,0 +811310,61,9,7075,883,807,63,4,0,0,0,0,0 +811411,61,9,65,33,30,0,0,0,0,0,0,0 +811412,61,9,927,248,236,0,0,0,0,0,0,0 +811420,61,9,778,219,209,4,0,0,0,0,0,0 +811430,61,9,173,66,66,0,0,0,0,0,0,0 +811490,61,9,1780,475,464,0,0,0,0,0,0,0 +812111,61,9,1501,206,187,13,0,0,0,0,0,0 +812112,61,9,15473,3500,3410,85,0,0,0,0,0,0 +812113,61,9,10143,2147,2087,55,0,0,0,0,0,0 +812191,61,9,1289,182,142,26,0,0,0,0,0,0 +812199,61,9,8139,1281,1182,85,6,0,0,0,0,0 +812210,61,9,3379,284,250,25,3,0,0,0,0,0 +812220,61,9,1610,104,78,17,0,0,0,0,0,0 +812310,61,9,2508,616,600,6,0,0,0,0,0,0 +812320,61,9,7671,1390,1330,49,5,0,0,0,0,0 +812331,61,9,2931,53,14,14,12,0,0,0,0,0 +812332,61,9,2757,76,28,26,6,0,0,0,0,0 +812910,61,9,4915,875,830,44,0,0,0,0,0,0 +812921,61,9,253,42,38,0,0,0,0,0,0,0 +812922,61,9,22,8,7,0,0,0,0,0,0,0 +812930,61,9,16390,1703,1510,163,17,0,0,0,0,0 +812990,61,9,4536,1128,1095,23,5,0,0,0,0,0 +813110,61,9,70066,5761,4962,717,61,4,4,0,0,0 +813211,61,9,8636,709,656,34,0,0,0,0,0,0 +813212,61,9,2073,171,146,15,4,0,0,0,0,0 +813219,61,9,1766,156,131,8,0,0,0,0,0,0 +813311,61,9,1375,149,123,20,0,0,0,0,0,0 +813312,61,9,2871,254,211,30,0,0,0,0,0,0 +813319,61,9,2240,277,252,15,4,0,0,0,0,0 +813410,61,9,12589,929,830,75,10,0,0,0,0,0 +813910,61,9,3223,455,426,18,5,0,0,0,0,0 +813920,61,9,2189,229,199,19,3,0,0,0,0,0 +813930,61,9,9361,478,387,72,9,3,0,0,0,0 +813940,61,9,229,84,80,3,0,0,0,0,0,0 +813990,61,9,6124,666,582,70,5,0,0,0,0,0 +113310,62,10,74,20,17,0,0,0,0,0,0,0 +115112,62,10,50,19,11,0,0,0,0,0,0,0 +115114,62,10,151,15,3,0,0,0,0,0,0,0 +115115,62,10,0,7,0,0,0,0,0,0,0,0 +115210,62,10,118,36,33,0,0,0,0,0,0,0 +115310,62,10,20,7,6,0,0,0,0,0,0,0 +212321,62,10,64,14,0,0,0,0,0,0,0,0 +213112,62,10,23,5,3,0,0,0,0,0,0,0 +221112,62,10,60,9,3,0,0,0,0,0,0,0 +221122,62,10,0,10,3,0,0,0,0,0,0,0 +221210,62,10,29,4,0,0,0,0,0,0,0,0 +221310,62,10,177,21,15,0,0,0,0,0,0,0 +236115,62,10,2195,479,459,9,0,0,0,0,0,0 +236116,62,10,198,16,8,3,0,0,0,0,0,0 +236117,62,10,1421,111,86,14,0,0,0,0,0,0 +236118,62,10,3864,954,923,24,0,0,0,0,0,0 +236210,62,10,244,18,13,0,0,0,0,0,0,0 +236220,62,10,5481,328,258,44,8,0,0,0,0,0 +237110,62,10,1027,69,49,10,0,0,0,0,0,0 +237130,62,10,1583,71,46,4,3,0,0,0,0,0 +237210,62,10,109,38,32,0,0,0,0,0,0,0 +237310,62,10,1997,72,40,14,0,0,0,0,0,0 +237990,62,10,251,30,24,0,0,0,0,0,0,0 +238110,62,10,2876,180,149,10,4,0,0,0,0,0 +238120,62,10,855,24,14,0,0,0,0,0,0,0 +238130,62,10,1755,80,59,6,0,0,0,0,0,0 +238140,62,10,1277,103,79,10,4,0,0,0,0,0 +238150,62,10,552,59,42,7,0,0,0,0,0,0 +238160,62,10,1726,219,193,14,0,0,0,0,0,0 +238170,62,10,101,35,22,0,0,0,0,0,0,0 +238190,62,10,207,48,31,0,0,0,0,0,0,0 +238210,62,10,6753,602,527,49,7,3,0,0,0,0 +238220,62,10,8282,760,678,57,14,0,0,0,0,0 +238290,62,10,645,42,25,7,0,0,0,0,0,0 +238310,62,10,2725,160,115,24,4,0,0,0,0,0 +238320,62,10,2053,406,380,16,0,0,0,0,0,0 +238330,62,10,786,163,148,9,0,0,0,0,0,0 +238340,62,10,1063,147,132,9,0,0,0,0,0,0 +238350,62,10,1493,199,173,16,0,0,0,0,0,0 +238390,62,10,736,68,59,0,0,0,0,0,0,0 +238910,62,10,2630,226,188,20,0,0,0,0,0,0 +238990,62,10,1836,261,232,17,0,0,0,0,0,0 +311212,62,10,817,5,0,0,0,0,0,0,0,0 +311340,62,10,0,3,0,0,0,0,0,0,0,0 +311352,62,10,48,4,0,0,0,0,0,0,0,0 +311423,62,10,0,5,0,0,0,0,0,0,0,0 +311520,62,10,0,5,0,0,0,0,0,0,0,0 +311811,62,10,434,38,22,5,0,0,0,0,0,0 +311812,62,10,448,18,9,0,0,0,0,0,0,0 +311920,62,10,19,3,0,0,0,0,0,0,0,0 +311991,62,10,0,4,0,0,0,0,0,0,0,0 +312120,62,10,329,31,20,0,0,0,0,0,0,0 +312130,62,10,516,69,53,0,0,0,0,0,0,0 +312140,62,10,0,3,3,0,0,0,0,0,0,0 +314120,62,10,0,3,3,0,0,0,0,0,0,0 +314910,62,10,50,8,3,0,0,0,0,0,0,0 +314999,62,10,50,15,11,0,0,0,0,0,0,0 +321911,62,10,367,11,3,0,0,0,0,0,0,0 +321918,62,10,123,5,0,3,0,0,0,0,0,0 +321920,62,10,163,12,3,0,0,0,0,0,0,0 +321992,62,10,72,3,0,0,0,0,0,0,0,0 +321999,62,10,51,16,15,0,0,0,0,0,0,0 +322211,62,10,895,10,0,4,3,0,0,0,0,0 +323111,62,10,1620,121,95,9,0,0,0,0,0,0 +323113,62,10,132,25,11,0,0,0,0,0,0,0 +323120,62,10,37,6,3,0,0,0,0,0,0,0 +324121,62,10,42,4,0,0,0,0,0,0,0,0 +325120,62,10,224,5,0,0,0,0,0,0,0,0 +325314,62,10,84,3,0,0,0,0,0,0,0,0 +325510,62,10,61,5,0,0,0,0,0,0,0,0 +325620,62,10,20,3,0,0,0,0,0,0,0,0 +325998,62,10,10,4,3,0,0,0,0,0,0,0 +326140,62,10,37,5,0,0,0,0,0,0,0,0 +326199,62,10,1147,25,9,3,0,0,0,0,0,0 +327211,62,10,0,3,0,0,0,0,0,0,0,0 +327215,62,10,0,4,0,0,0,0,0,0,0,0 +327320,62,10,524,29,7,9,0,0,0,0,0,0 +327991,62,10,136,5,0,0,0,0,0,0,0,0 +331222,62,10,0,3,0,0,0,0,0,0,0,0 +332312,62,10,313,14,3,4,0,0,0,0,0,0 +332313,62,10,0,3,0,0,0,0,0,0,0,0 +332321,62,10,240,7,3,0,0,0,0,0,0,0 +332322,62,10,543,27,18,4,0,0,0,0,0,0 +332323,62,10,61,9,5,0,0,0,0,0,0,0 +332710,62,10,651,68,53,3,0,0,0,0,0,0 +332721,62,10,275,12,0,0,0,0,0,0,0,0 +332812,62,10,45,7,5,0,0,0,0,0,0,0 +332813,62,10,27,4,0,0,0,0,0,0,0,0 +332999,62,10,9,6,3,0,0,0,0,0,0,0 +333111,62,10,252,12,0,0,0,0,0,0,0,0 +333249,62,10,6,6,3,0,0,0,0,0,0,0 +333314,62,10,54,4,0,0,0,0,0,0,0,0 +333318,62,10,53,9,4,0,0,0,0,0,0,0 +333414,62,10,7,3,0,0,0,0,0,0,0,0 +333515,62,10,20,3,3,0,0,0,0,0,0,0 +333999,62,10,23,3,0,0,0,0,0,0,0,0 +334118,62,10,16,3,0,0,0,0,0,0,0,0 +334220,62,10,330,5,0,0,0,0,0,0,0,0 +334419,62,10,613,6,0,0,0,0,0,0,0,0 +334512,62,10,112,3,0,0,0,0,0,0,0,0 +334515,62,10,0,3,0,0,0,0,0,0,0,0 +334519,62,10,0,6,0,0,0,0,0,0,0,0 +335314,62,10,435,5,0,0,0,0,0,0,0,0 +335999,62,10,376,6,0,0,0,0,0,0,0,0 +336211,62,10,12,3,0,0,0,0,0,0,0,0 +336214,62,10,0,3,0,0,0,0,0,0,0,0 +336310,62,10,90,3,0,0,0,0,0,0,0,0 +336350,62,10,59,3,0,0,0,0,0,0,0,0 +336390,62,10,0,4,0,0,0,0,0,0,0,0 +336999,62,10,0,3,0,0,0,0,0,0,0,0 +337110,62,10,286,48,41,0,0,0,0,0,0,0 +337122,62,10,0,3,0,0,0,0,0,0,0,0 +337212,62,10,158,7,4,0,0,0,0,0,0,0 +337910,62,10,43,3,0,0,0,0,0,0,0,0 +339113,62,10,75,8,5,0,0,0,0,0,0,0 +339114,62,10,16,6,5,0,0,0,0,0,0,0 +339116,62,10,324,45,35,0,0,0,0,0,0,0 +339910,62,10,22,5,4,0,0,0,0,0,0,0 +339920,62,10,0,5,0,0,0,0,0,0,0,0 +339930,62,10,14,3,0,0,0,0,0,0,0,0 +339950,62,10,522,39,29,3,0,0,0,0,0,0 +339992,62,10,39,3,0,0,0,0,0,0,0,0 +339999,62,10,256,43,35,0,0,0,0,0,0,0 +423110,62,10,820,40,24,6,0,0,0,0,0,0 +423120,62,10,1316,76,55,9,0,0,0,0,0,0 +423130,62,10,263,16,7,3,0,0,0,0,0,0 +423140,62,10,79,9,4,0,0,0,0,0,0,0 +423210,62,10,325,27,22,3,0,0,0,0,0,0 +423220,62,10,318,42,35,3,0,0,0,0,0,0 +423310,62,10,1478,65,39,12,0,0,0,0,0,0 +423320,62,10,196,16,11,0,0,0,0,0,0,0 +423330,62,10,216,15,12,0,0,0,0,0,0,0 +423390,62,10,861,30,17,3,0,0,0,0,0,0 +423420,62,10,1117,49,35,6,4,0,0,0,0,0 +423430,62,10,1084,55,40,9,0,0,0,0,0,0 +423440,62,10,194,27,26,0,0,0,0,0,0,0 +423450,62,10,616,52,39,3,0,0,0,0,0,0 +423490,62,10,115,8,0,0,0,0,0,0,0,0 +423510,62,10,384,35,25,4,0,0,0,0,0,0 +423610,62,10,970,73,54,4,0,0,0,0,0,0 +423620,62,10,104,15,12,0,0,0,0,0,0,0 +423690,62,10,2946,73,50,4,0,0,0,0,0,0 +423710,62,10,756,39,29,0,0,0,0,0,0,0 +423720,62,10,630,40,17,7,0,0,0,0,0,0 +423730,62,10,333,33,28,5,0,0,0,0,0,0 +423740,62,10,24,4,3,0,0,0,0,0,0,0 +423810,62,10,638,39,21,8,0,0,0,0,0,0 +423820,62,10,485,50,33,4,0,0,0,0,0,0 +423830,62,10,1666,128,98,22,0,0,0,0,0,0 +423840,62,10,229,44,35,0,0,0,0,0,0,0 +423850,62,10,209,23,20,0,0,0,0,0,0,0 +423860,62,10,0,3,0,0,0,0,0,0,0,0 +423910,62,10,271,36,29,0,0,0,0,0,0,0 +423920,62,10,93,8,3,0,0,0,0,0,0,0 +423930,62,10,478,40,24,7,0,0,0,0,0,0 +423940,62,10,49,18,13,0,0,0,0,0,0,0 +423990,62,10,302,47,36,0,0,0,0,0,0,0 +424120,62,10,545,21,16,0,0,0,0,0,0,0 +424130,62,10,103,12,6,0,0,0,0,0,0,0 +424210,62,10,1913,49,31,5,3,0,0,0,0,0 +424310,62,10,19,4,3,0,0,0,0,0,0,0 +424320,62,10,37,9,8,0,0,0,0,0,0,0 +424330,62,10,61,13,8,0,0,0,0,0,0,0 +424410,62,10,594,18,6,3,0,0,0,0,0,0 +424420,62,10,197,12,5,0,0,0,0,0,0,0 +424430,62,10,105,16,10,0,0,0,0,0,0,0 +424450,62,10,34,13,12,0,0,0,0,0,0,0 +424470,62,10,183,9,4,0,0,0,0,0,0,0 +424480,62,10,865,21,8,3,0,0,0,0,0,0 +424490,62,10,1080,81,57,10,0,0,0,0,0,0 +424510,62,10,234,18,6,0,0,0,0,0,0,0 +424610,62,10,96,10,3,0,0,0,0,0,0,0 +424690,62,10,235,33,27,0,0,0,0,0,0,0 +424710,62,10,566,32,9,4,0,0,0,0,0,0 +424720,62,10,69,9,0,0,0,0,0,0,0,0 +424810,62,10,0,3,0,0,0,0,0,0,0,0 +424820,62,10,13,7,0,0,0,0,0,0,0,0 +424910,62,10,703,57,33,13,0,0,0,0,0,0 +424930,62,10,115,14,11,0,0,0,0,0,0,0 +424940,62,10,106,15,6,0,0,0,0,0,0,0 +424950,62,10,67,9,9,0,0,0,0,0,0,0 +424990,62,10,356,70,58,3,0,0,0,0,0,0 +425120,62,10,1609,219,195,12,0,0,0,0,0,0 +441110,62,10,8280,142,41,61,24,0,0,0,0,0 +441120,62,10,1423,145,131,6,0,0,0,0,0,0 +441210,62,10,406,29,8,3,0,0,0,0,0,0 +441222,62,10,92,18,15,0,0,0,0,0,0,0 +441228,62,10,546,49,30,6,0,0,0,0,0,0 +441310,62,10,2653,254,226,12,0,0,0,0,0,0 +441320,62,10,1172,158,138,4,0,0,0,0,0,0 +442110,62,10,1570,131,107,7,0,0,0,0,0,0 +442210,62,10,657,81,70,0,0,0,0,0,0,0 +442291,62,10,57,12,8,0,0,0,0,0,0,0 +442299,62,10,1271,81,51,17,0,0,0,0,0,0 +443141,62,10,398,36,14,6,0,0,0,0,0,0 +443142,62,10,2463,160,131,12,4,0,0,0,0,0 +444110,62,10,1241,28,0,0,23,0,0,0,0,0 +444120,62,10,284,54,42,0,0,0,0,0,0,0 +444130,62,10,1183,92,63,10,0,0,0,0,0,0 +444190,62,10,1960,200,162,16,0,0,0,0,0,0 +444210,62,10,60,11,5,0,0,0,0,0,0,0 +444220,62,10,1247,108,79,13,0,0,0,0,0,0 +445110,62,10,20239,474,223,169,69,0,0,0,0,0 +445120,62,10,768,180,165,0,0,0,0,0,0,0 +445210,62,10,80,16,15,0,0,0,0,0,0,0 +445230,62,10,38,8,0,0,0,0,0,0,0,0 +445291,62,10,81,9,5,0,0,0,0,0,0,0 +445292,62,10,329,32,26,0,0,0,0,0,0,0 +445299,62,10,540,57,43,0,0,0,0,0,0,0 +445310,62,10,804,185,174,0,0,0,0,0,0,0 +446110,62,10,3979,278,178,88,0,0,0,0,0,0 +446120,62,10,1399,109,78,20,0,0,0,0,0,0 +446130,62,10,315,46,42,0,0,0,0,0,0,0 +446191,62,10,420,76,64,3,0,0,0,0,0,0 +446199,62,10,260,48,36,0,0,0,0,0,0,0 +447110,62,10,4202,564,549,10,0,0,0,0,0,0 +447190,62,10,289,36,23,0,0,0,0,0,0,0 +448110,62,10,223,32,30,0,0,0,0,0,0,0 +448120,62,10,1748,155,128,16,0,0,0,0,0,0 +448130,62,10,455,41,32,9,0,0,0,0,0,0 +448140,62,10,5955,180,74,90,0,0,0,0,0,0 +448150,62,10,371,45,35,4,0,0,0,0,0,0 +448190,62,10,763,69,51,9,0,0,0,0,0,0 +448210,62,10,1509,158,134,14,0,0,0,0,0,0 +448310,62,10,670,116,109,0,0,0,0,0,0,0 +448320,62,10,0,3,0,0,0,0,0,0,0,0 +451110,62,10,1900,194,166,16,0,0,0,0,0,0 +451120,62,10,1002,63,45,8,0,0,0,0,0,0 +451130,62,10,306,20,10,3,0,0,0,0,0,0 +451140,62,10,123,13,8,0,0,0,0,0,0,0 +451211,62,10,492,29,13,3,0,0,0,0,0,0 +451212,62,10,33,3,0,0,0,0,0,0,0,0 +452210,62,10,2164,17,0,7,9,0,0,0,0,0 +452311,62,10,12280,59,0,0,30,17,0,0,0,0 +452319,62,10,2589,132,52,55,0,0,0,0,0,0 +453110,62,10,242,51,39,0,0,0,0,0,0,0 +453210,62,10,398,33,17,9,0,0,0,0,0,0 +453220,62,10,913,135,124,6,0,0,0,0,0,0 +453310,62,10,1757,155,119,22,0,0,0,0,0,0 +453910,62,10,1061,84,58,11,0,0,0,0,0,0 +453920,62,10,92,24,14,0,0,0,0,0,0,0 +453930,62,10,6,6,3,0,0,0,0,0,0,0 +453991,62,10,279,114,108,0,0,0,0,0,0,0 +453998,62,10,648,122,102,6,0,0,0,0,0,0 +454110,62,10,1819,319,299,7,0,0,0,0,0,0 +454210,62,10,182,17,14,0,0,0,0,0,0,0 +454310,62,10,341,41,25,0,0,0,0,0,0,0 +454390,62,10,1270,149,137,0,0,0,0,0,0,0 +481111,62,10,907,14,3,6,0,0,0,0,0,0 +481211,62,10,13,8,0,0,0,0,0,0,0,0 +484110,62,10,1572,231,210,7,0,0,0,0,0,0 +484121,62,10,955,254,241,3,0,0,0,0,0,0 +484122,62,10,1569,40,21,10,3,0,0,0,0,0 +484210,62,10,571,59,42,8,0,0,0,0,0,0 +484220,62,10,1112,131,105,8,0,0,0,0,0,0 +484230,62,10,323,57,45,3,0,0,0,0,0,0 +485113,62,10,0,6,3,0,0,0,0,0,0,0 +485310,62,10,0,7,0,0,0,0,0,0,0,0 +485320,62,10,218,27,24,0,0,0,0,0,0,0 +485510,62,10,203,3,0,0,0,0,0,0,0,0 +485991,62,10,675,32,21,6,0,0,0,0,0,0 +485999,62,10,241,21,15,0,0,0,0,0,0,0 +487210,62,10,0,4,4,0,0,0,0,0,0,0 +488119,62,10,220,10,3,4,0,0,0,0,0,0 +488190,62,10,587,40,21,3,0,0,0,0,0,0 +488410,62,10,1131,86,74,0,0,0,0,0,0,0 +488490,62,10,255,22,11,0,0,0,0,0,0,0 +488510,62,10,644,65,56,4,0,0,0,0,0,0 +488999,62,10,4,3,3,0,0,0,0,0,0,0 +492110,62,10,2660,70,40,4,10,0,0,0,0,0 +492210,62,10,421,19,14,4,0,0,0,0,0,0 +493110,62,10,2850,109,85,4,3,0,0,0,0,0 +493130,62,10,14,3,0,0,0,0,0,0,0,0 +493190,62,10,281,9,3,3,0,0,0,0,0,0 +511110,62,10,305,33,13,0,0,0,0,0,0,0 +511120,62,10,293,33,26,0,0,0,0,0,0,0 +511130,62,10,3,10,8,0,0,0,0,0,0,0 +511140,62,10,0,3,0,0,0,0,0,0,0,0 +511210,62,10,2789,66,35,8,0,0,0,0,0,0 +512110,62,10,186,32,26,0,0,0,0,0,0,0 +512131,62,10,987,28,0,11,0,0,0,0,0,0 +512191,62,10,12,5,4,0,0,0,0,0,0,0 +512240,62,10,3,3,3,0,0,0,0,0,0,0 +515111,62,10,112,8,3,0,0,0,0,0,0,0 +515112,62,10,558,25,11,8,0,0,0,0,0,0 +515120,62,10,841,9,0,0,4,0,0,0,0,0 +515210,62,10,24,3,0,0,0,0,0,0,0,0 +517311,62,10,4474,210,150,35,5,3,0,0,0,0 +517312,62,10,2904,153,114,24,0,0,0,0,0,0 +517911,62,10,153,45,35,0,0,0,0,0,0,0 +517919,62,10,234,15,8,0,0,0,0,0,0,0 +518210,62,10,2523,134,91,26,4,0,0,0,0,0 +519130,62,10,598,51,38,6,0,0,0,0,0,0 +522110,62,10,6492,499,439,44,4,0,0,0,0,0 +522120,62,10,47,22,19,0,0,0,0,0,0,0 +522130,62,10,2524,123,102,3,0,0,0,0,0,0 +522220,62,10,236,30,25,0,0,0,0,0,0,0 +522291,62,10,78,25,21,0,0,0,0,0,0,0 +522292,62,10,4833,186,156,13,0,0,0,0,0,0 +522298,62,10,212,37,23,0,0,0,0,0,0,0 +522310,62,10,683,144,137,0,0,0,0,0,0,0 +522320,62,10,54,17,14,0,0,0,0,0,0,0 +522390,62,10,586,146,142,0,0,0,0,0,0,0 +523110,62,10,35,18,16,0,0,0,0,0,0,0 +523120,62,10,755,187,168,9,0,0,0,0,0,0 +523910,62,10,89,27,22,0,0,0,0,0,0,0 +523920,62,10,1864,289,271,4,0,0,0,0,0,0 +523930,62,10,504,147,135,0,0,0,0,0,0,0 +523991,62,10,619,26,24,0,0,0,0,0,0,0 +524113,62,10,1110,38,26,8,0,0,0,0,0,0 +524114,62,10,8902,31,11,5,5,0,0,0,0,0 +524126,62,10,3664,287,251,7,4,3,0,0,0,0 +524127,62,10,846,66,51,5,0,0,0,0,0,0 +524210,62,10,5437,915,871,33,5,0,0,0,0,0 +524291,62,10,343,32,24,3,0,0,0,0,0,0 +524292,62,10,3007,45,20,16,4,0,0,0,0,0 +524298,62,10,300,15,12,0,0,0,0,0,0,0 +531110,62,10,2314,444,422,4,0,0,0,0,0,0 +531120,62,10,882,193,184,4,0,0,0,0,0,0 +531130,62,10,568,205,196,0,0,0,0,0,0,0 +531190,62,10,456,104,95,0,0,0,0,0,0,0 +531210,62,10,3061,1184,1161,12,0,0,0,0,0,0 +531311,62,10,3786,493,449,31,3,0,0,0,0,0 +531312,62,10,967,153,132,7,0,0,0,0,0,0 +531320,62,10,241,84,79,0,0,0,0,0,0,0 +531390,62,10,592,154,143,0,0,0,0,0,0,0 +532111,62,10,775,73,51,12,0,0,0,0,0,0 +532120,62,10,335,46,34,3,0,0,0,0,0,0 +532210,62,10,78,32,28,0,0,0,0,0,0,0 +532281,62,10,22,3,0,0,0,0,0,0,0,0 +532283,62,10,100,6,3,0,0,0,0,0,0,0 +532284,62,10,244,29,25,0,0,0,0,0,0,0 +532289,62,10,105,30,23,0,0,0,0,0,0,0 +532310,62,10,81,15,10,0,0,0,0,0,0,0 +532411,62,10,10,4,3,0,0,0,0,0,0,0 +532412,62,10,362,32,23,3,0,0,0,0,0,0 +532420,62,10,25,6,0,0,0,0,0,0,0,0 +532490,62,10,583,58,46,3,0,0,0,0,0,0 +533110,62,10,54,13,6,0,0,0,0,0,0,0 +541110,62,10,7003,1281,1216,55,3,0,0,0,0,0 +541191,62,10,529,51,35,6,0,0,0,0,0,0 +541199,62,10,470,48,41,5,0,0,0,0,0,0 +541211,62,10,2653,409,383,11,4,0,0,0,0,0 +541213,62,10,1276,210,189,7,0,0,0,0,0,0 +541214,62,10,295,22,14,0,0,0,0,0,0,0 +541219,62,10,1637,332,315,3,0,0,0,0,0,0 +541310,62,10,1136,140,122,12,0,0,0,0,0,0 +541320,62,10,302,43,33,3,0,0,0,0,0,0 +541330,62,10,7424,582,483,83,5,0,0,0,0,0 +541340,62,10,89,14,9,0,0,0,0,0,0,0 +541350,62,10,187,55,48,3,0,0,0,0,0,0 +541370,62,10,145,35,26,0,0,0,0,0,0,0 +541380,62,10,780,60,41,8,0,0,0,0,0,0 +541410,62,10,223,60,53,0,0,0,0,0,0,0 +541420,62,10,0,3,3,0,0,0,0,0,0,0 +541430,62,10,236,77,71,0,0,0,0,0,0,0 +541511,62,10,3998,506,466,24,0,0,0,0,0,0 +541512,62,10,4332,424,385,19,0,0,0,0,0,0 +541513,62,10,900,50,44,0,0,0,0,0,0,0 +541519,62,10,154,54,45,0,0,0,0,0,0,0 +541611,62,10,5994,582,540,19,0,3,0,0,0,0 +541612,62,10,176,52,49,0,0,0,0,0,0,0 +541613,62,10,842,180,170,3,0,0,0,0,0,0 +541614,62,10,149,49,44,0,0,0,0,0,0,0 +541618,62,10,89,24,19,0,0,0,0,0,0,0 +541620,62,10,1612,172,146,22,0,0,0,0,0,0 +541690,62,10,1132,284,266,4,0,0,0,0,0,0 +541713,62,10,191,33,27,0,0,0,0,0,0,0 +541714,62,10,532,25,14,0,0,0,0,0,0,0 +541715,62,10,393,58,41,0,0,0,0,0,0,0 +541720,62,10,166,11,5,0,0,0,0,0,0,0 +541810,62,10,543,75,66,3,0,0,0,0,0,0 +541820,62,10,774,198,192,4,0,0,0,0,0,0 +541830,62,10,23,6,4,0,0,0,0,0,0,0 +541840,62,10,15,6,3,0,0,0,0,0,0,0 +541850,62,10,125,11,6,0,0,0,0,0,0,0 +541860,62,10,236,14,6,0,0,0,0,0,0,0 +541870,62,10,0,3,3,0,0,0,0,0,0,0 +541890,62,10,667,38,26,7,0,0,0,0,0,0 +541910,62,10,243,25,23,0,0,0,0,0,0,0 +541921,62,10,332,65,56,0,0,0,0,0,0,0 +541922,62,10,23,14,12,0,0,0,0,0,0,0 +541930,62,10,799,25,16,0,0,0,0,0,0,0 +541940,62,10,3532,243,204,28,0,0,0,0,0,0 +541990,62,10,752,112,98,0,0,0,0,0,0,0 +551112,62,10,27,13,12,0,0,0,0,0,0,0 +551114,62,10,13635,289,189,60,12,3,3,0,0,0 +561110,62,10,5385,239,197,21,5,0,0,0,0,0 +561210,62,10,507,41,27,0,0,0,0,0,0,0 +561311,62,10,397,26,19,3,0,0,0,0,0,0 +561312,62,10,120,40,35,0,0,0,0,0,0,0 +561320,62,10,13428,244,130,68,21,8,0,0,0,0 +561330,62,10,932,12,7,0,0,0,0,0,0,0 +561410,62,10,124,18,9,0,0,0,0,0,0,0 +561421,62,10,92,6,4,0,0,0,0,0,0,0 +561422,62,10,1564,17,3,7,0,0,0,0,0,0 +561431,62,10,192,44,34,0,0,0,0,0,0,0 +561439,62,10,365,47,41,0,0,0,0,0,0,0 +561440,62,10,517,20,11,9,0,0,0,0,0,0 +561491,62,10,60,12,12,0,0,0,0,0,0,0 +561492,62,10,72,26,23,0,0,0,0,0,0,0 +561499,62,10,173,22,15,0,0,0,0,0,0,0 +561510,62,10,226,57,52,0,0,0,0,0,0,0 +561520,62,10,90,11,3,0,0,0,0,0,0,0 +561591,62,10,14,6,0,0,0,0,0,0,0,0 +561599,62,10,0,21,5,0,0,0,0,0,0,0 +561611,62,10,606,58,45,0,0,0,0,0,0,0 +561612,62,10,6046,114,56,30,9,4,0,0,0,0 +561613,62,10,0,4,0,0,0,0,0,0,0,0 +561621,62,10,573,58,50,4,0,0,0,0,0,0 +561622,62,10,128,38,34,0,0,0,0,0,0,0 +561710,62,10,1347,142,114,10,0,0,0,0,0,0 +561720,62,10,7126,386,326,38,6,0,0,0,0,0 +561730,62,10,7962,776,704,49,12,0,0,0,0,0 +561740,62,10,257,69,59,3,0,0,0,0,0,0 +561790,62,10,859,161,147,0,0,0,0,0,0,0 +561910,62,10,41,10,7,0,0,0,0,0,0,0 +561920,62,10,116,39,32,0,0,0,0,0,0,0 +561990,62,10,893,86,64,7,0,0,0,0,0,0 +562111,62,10,1046,46,15,12,0,0,0,0,0,0 +562211,62,10,81,4,0,0,0,0,0,0,0,0 +562212,62,10,0,3,0,0,0,0,0,0,0,0 +562910,62,10,377,22,12,5,0,0,0,0,0,0 +562991,62,10,132,17,5,0,0,0,0,0,0,0 +611110,62,10,8425,179,49,94,12,0,0,0,0,0 +611210,62,10,327,7,0,0,0,0,0,0,0,0 +611310,62,10,977,20,9,6,3,0,0,0,0,0 +611420,62,10,74,10,8,0,0,0,0,0,0,0 +611430,62,10,170,41,34,0,0,0,0,0,0,0 +611511,62,10,98,8,3,0,0,0,0,0,0,0 +611512,62,10,65,11,7,0,0,0,0,0,0,0 +611513,62,10,69,6,0,0,0,0,0,0,0,0 +611519,62,10,781,41,29,9,0,0,0,0,0,0 +611610,62,10,431,70,64,0,0,0,0,0,0,0 +611620,62,10,1239,138,113,13,0,0,0,0,0,0 +611630,62,10,93,8,0,0,0,0,0,0,0,0 +611691,62,10,1069,81,60,6,0,0,0,0,0,0 +611692,62,10,81,21,14,0,0,0,0,0,0,0 +611699,62,10,672,62,47,6,0,0,0,0,0,0 +611710,62,10,737,80,62,8,0,0,0,0,0,0 +621111,62,10,16216,1166,1003,129,21,0,0,0,0,0 +621112,62,10,165,68,63,0,0,0,0,0,0,0 +621210,62,10,9531,1379,1332,38,3,0,0,0,0,0 +621310,62,10,750,282,278,0,0,0,0,0,0,0 +621320,62,10,1070,187,174,3,0,0,0,0,0,0 +621330,62,10,1099,169,149,7,0,0,0,0,0,0 +621340,62,10,1644,199,185,6,0,0,0,0,0,0 +621391,62,10,100,29,20,0,0,0,0,0,0,0 +621399,62,10,1022,128,110,9,0,0,0,0,0,0 +621410,62,10,161,13,9,3,0,0,0,0,0,0 +621420,62,10,1658,69,33,26,0,0,0,0,0,0 +621491,62,10,0,65,46,6,4,0,0,0,0,0 +621492,62,10,758,44,19,20,0,0,0,0,0,0 +621493,62,10,776,39,17,7,0,0,0,0,0,0 +621498,62,10,2463,94,53,15,0,0,0,0,0,0 +621511,62,10,952,86,72,4,0,0,0,0,0,0 +621512,62,10,49,6,3,0,0,0,0,0,0,0 +621610,62,10,4343,160,97,35,12,0,0,0,0,0 +621910,62,10,636,31,13,9,0,0,0,0,0,0 +621991,62,10,330,12,4,0,0,0,0,0,0,0 +621999,62,10,542,22,13,3,0,0,0,0,0,0 +622110,62,10,24386,19,0,0,0,0,3,3,0,0 +622210,62,10,0,3,0,0,0,0,0,0,0,0 +623110,62,10,8854,104,35,13,43,0,0,0,0,0 +623210,62,10,1216,140,124,8,0,0,0,0,0,0 +623220,62,10,887,80,52,14,0,0,0,0,0,0 +623311,62,10,554,18,9,0,0,0,0,0,0,0 +623312,62,10,6263,359,267,64,0,0,0,0,0,0 +623990,62,10,919,72,54,5,0,0,0,0,0,0 +624110,62,10,1452,82,59,6,3,0,0,0,0,0 +624120,62,10,7467,243,152,72,3,4,0,0,0,0 +624190,62,10,3632,219,170,26,4,0,0,0,0,0 +624210,62,10,390,18,5,3,0,0,0,0,0,0 +624221,62,10,722,27,9,7,0,0,0,0,0,0 +624229,62,10,266,22,11,0,0,0,0,0,0,0 +624230,62,10,5,3,3,0,0,0,0,0,0,0 +624310,62,10,2294,44,19,7,4,0,0,0,0,0 +624410,62,10,5392,645,575,67,0,0,0,0,0,0 +711110,62,10,226,6,0,0,0,0,0,0,0,0 +711130,62,10,188,16,12,0,0,0,0,0,0,0 +711211,62,10,0,4,3,0,0,0,0,0,0,0 +711219,62,10,67,12,7,0,0,0,0,0,0,0 +711310,62,10,21,16,7,0,0,0,0,0,0,0 +711320,62,10,64,22,18,0,0,0,0,0,0,0 +711410,62,10,26,9,7,0,0,0,0,0,0,0 +711510,62,10,156,74,71,0,0,0,0,0,0,0 +712110,62,10,261,23,8,3,0,0,0,0,0,0 +712190,62,10,22,3,0,0,0,0,0,0,0,0 +713120,62,10,225,18,11,3,0,0,0,0,0,0 +713210,62,10,0,3,0,0,0,0,0,0,0,0 +713290,62,10,552,8,3,0,3,0,0,0,0,0 +713910,62,10,2448,62,6,28,0,0,0,0,0,0 +713920,62,10,343,11,0,0,0,0,0,0,0,0 +713930,62,10,146,22,13,0,0,0,0,0,0,0 +713940,62,10,5990,299,201,69,5,0,0,0,0,0 +713950,62,10,216,5,0,0,0,0,0,0,0,0 +713990,62,10,1339,148,125,9,0,0,0,0,0,0 +721110,62,10,13492,321,172,113,9,6,0,0,0,0 +721191,62,10,82,13,5,0,0,0,0,0,0,0 +721199,62,10,25,7,4,0,0,0,0,0,0,0 +721211,62,10,191,31,16,0,0,0,0,0,0,0 +721214,62,10,0,3,0,0,0,0,0,0,0,0 +721310,62,10,23,4,0,0,0,0,0,0,0,0 +722310,62,10,1929,107,85,9,3,0,0,0,0,0 +722320,62,10,824,68,49,7,0,0,0,0,0,0 +722330,62,10,111,30,22,0,0,0,0,0,0,0 +722410,62,10,2175,188,155,25,0,0,0,0,0,0 +722511,62,10,40681,1884,1235,602,41,0,0,0,0,0 +722513,62,10,34013,1912,1254,651,4,0,0,0,0,0 +722514,62,10,650,29,17,7,0,0,0,0,0,0 +722515,62,10,7119,656,549,97,0,0,0,0,0,0 +811111,62,10,3018,665,648,10,0,0,0,0,0,0 +811112,62,10,54,16,12,0,0,0,0,0,0,0 +811113,62,10,156,37,35,0,0,0,0,0,0,0 +811118,62,10,132,23,19,0,0,0,0,0,0,0 +811121,62,10,2532,275,238,26,0,0,0,0,0,0 +811122,62,10,271,44,36,0,0,0,0,0,0,0 +811191,62,10,385,46,31,0,0,0,0,0,0,0 +811192,62,10,1543,105,74,13,0,0,0,0,0,0 +811198,62,10,318,83,76,0,0,0,0,0,0,0 +811211,62,10,79,8,7,0,0,0,0,0,0,0 +811212,62,10,533,37,25,0,0,0,0,0,0,0 +811213,62,10,87,14,10,0,0,0,0,0,0,0 +811219,62,10,66,14,10,0,0,0,0,0,0,0 +811310,62,10,540,100,86,4,0,0,0,0,0,0 +811411,62,10,31,6,6,0,0,0,0,0,0,0 +811412,62,10,187,36,30,0,0,0,0,0,0,0 +811420,62,10,56,14,8,0,0,0,0,0,0,0 +811490,62,10,194,69,64,0,0,0,0,0,0,0 +812111,62,10,51,9,6,0,0,0,0,0,0,0 +812112,62,10,2452,457,442,12,0,0,0,0,0,0 +812113,62,10,1381,331,321,0,0,0,0,0,0,0 +812191,62,10,238,30,18,4,0,0,0,0,0,0 +812199,62,10,952,138,121,7,0,0,0,0,0,0 +812210,62,10,541,70,53,4,0,0,0,0,0,0 +812220,62,10,160,19,13,0,0,0,0,0,0,0 +812310,62,10,171,47,41,0,0,0,0,0,0,0 +812320,62,10,700,138,129,0,0,0,0,0,0,0 +812331,62,10,488,5,0,0,0,0,0,0,0,0 +812332,62,10,756,11,4,0,4,0,0,0,0,0 +812910,62,10,681,111,93,4,0,0,0,0,0,0 +812930,62,10,569,71,57,5,0,0,0,0,0,0 +812990,62,10,389,90,79,0,0,0,0,0,0,0 +813110,62,10,7456,869,795,62,3,0,0,0,0,0 +813211,62,10,538,50,41,0,0,0,0,0,0,0 +813212,62,10,286,33,23,0,0,0,0,0,0,0 +813219,62,10,183,20,12,5,0,0,0,0,0,0 +813311,62,10,59,17,16,0,0,0,0,0,0,0 +813312,62,10,977,84,63,4,0,0,0,0,0,0 +813319,62,10,481,72,65,0,0,0,0,0,0,0 +813410,62,10,1060,148,126,11,0,0,0,0,0,0 +813910,62,10,1577,195,174,17,0,0,0,0,0,0 +813920,62,10,977,100,85,5,0,0,0,0,0,0 +813930,62,10,1124,96,74,11,0,0,0,0,0,0 +813940,62,10,165,55,52,0,0,0,0,0,0,0 +813990,62,10,1015,104,87,4,0,0,0,0,0,0 +114111,63,11,59,26,26,0,0,0,0,0,0,0 +114112,63,11,8,3,0,0,0,0,0,0,0,0 +115112,63,11,63,18,14,0,0,0,0,0,0,0 +115114,63,11,0,6,4,0,0,0,0,0,0,0 +115115,63,11,116,5,3,0,0,0,0,0,0,0 +115116,63,11,4,5,5,0,0,0,0,0,0,0 +115210,63,11,295,78,77,0,0,0,0,0,0,0 +211120,63,11,19,5,4,0,0,0,0,0,0,0 +212312,63,11,0,3,0,0,0,0,0,0,0,0 +212321,63,11,127,7,3,0,0,0,0,0,0,0 +212399,63,11,0,3,0,0,0,0,0,0,0,0 +221112,63,11,324,23,17,3,0,0,0,0,0,0 +221114,63,11,2,3,3,0,0,0,0,0,0,0 +221115,63,11,127,6,0,3,0,0,0,0,0,0 +221122,63,11,0,11,0,0,3,3,0,0,0,0 +221210,63,11,0,40,20,15,0,3,0,0,0,0 +221310,63,11,148,21,17,0,0,0,0,0,0,0 +236115,63,11,1666,505,494,10,0,0,0,0,0,0 +236116,63,11,358,28,20,6,0,0,0,0,0,0 +236117,63,11,837,82,71,11,0,0,0,0,0,0 +236118,63,11,5825,1308,1256,49,3,0,0,0,0,0 +236210,63,11,266,19,15,0,0,0,0,0,0,0 +236220,63,11,8372,430,347,65,14,0,0,0,0,0 +237110,63,11,1880,72,53,14,5,0,0,0,0,0 +237120,63,11,129,7,4,0,0,0,0,0,0,0 +237130,63,11,1521,48,29,16,0,0,0,0,0,0 +237210,63,11,285,72,67,4,0,0,0,0,0,0 +237310,63,11,2344,80,52,24,0,0,0,0,0,0 +237990,63,11,377,27,21,4,0,0,0,0,0,0 +238110,63,11,3099,172,134,32,5,0,0,0,0,0 +238120,63,11,1293,49,32,14,3,0,0,0,0,0 +238130,63,11,1160,86,70,15,0,0,0,0,0,0 +238140,63,11,1671,141,127,10,0,0,0,0,0,0 +238150,63,11,768,88,77,10,0,0,0,0,0,0 +238160,63,11,1563,205,181,23,0,0,0,0,0,0 +238170,63,11,79,21,20,0,0,0,0,0,0,0 +238190,63,11,562,52,44,4,0,0,0,0,0,0 +238210,63,11,11995,792,708,63,14,4,0,0,0,0 +238220,63,11,10374,889,785,85,15,3,0,0,0,0 +238290,63,11,847,55,42,12,0,0,0,0,0,0 +238310,63,11,4033,229,186,34,8,0,0,0,0,0 +238320,63,11,3193,404,372,29,0,0,0,0,0,0 +238330,63,11,1287,238,228,7,0,0,0,0,0,0 +238340,63,11,1137,170,155,12,0,0,0,0,0,0 +238350,63,11,1639,256,241,13,0,0,0,0,0,0 +238390,63,11,932,92,78,14,0,0,0,0,0,0 +238910,63,11,2799,216,177,33,6,0,0,0,0,0 +238990,63,11,3506,341,292,45,3,0,0,0,0,0 +311111,63,11,17,6,4,0,0,0,0,0,0,0 +311119,63,11,36,6,3,0,0,0,0,0,0,0 +311340,63,11,4,3,3,0,0,0,0,0,0,0 +311352,63,11,106,7,3,0,0,0,0,0,0,0 +311421,63,11,0,6,4,0,0,0,0,0,0,0 +311422,63,11,22,5,3,0,0,0,0,0,0,0 +311423,63,11,79,3,0,0,0,0,0,0,0,0 +311520,63,11,75,6,3,0,0,0,0,0,0,0 +311710,63,11,94,4,0,0,0,0,0,0,0,0 +311811,63,11,879,74,62,12,0,0,0,0,0,0 +311812,63,11,1441,47,27,16,4,0,0,0,0,0 +311821,63,11,72,3,0,0,0,0,0,0,0,0 +311830,63,11,1630,11,3,3,0,0,0,0,0,0 +311911,63,11,10,3,3,0,0,0,0,0,0,0 +311919,63,11,34,5,0,0,0,0,0,0,0,0 +311920,63,11,67,9,5,0,0,0,0,0,0,0 +311941,63,11,17,3,0,0,0,0,0,0,0,0 +311942,63,11,0,3,0,0,0,0,0,0,0,0 +311991,63,11,449,14,7,4,0,0,0,0,0,0 +311999,63,11,141,10,7,0,0,0,0,0,0,0 +312111,63,11,0,3,0,0,0,0,0,0,0,0 +312113,63,11,0,3,0,0,0,0,0,0,0,0 +312120,63,11,1888,76,63,7,4,0,0,0,0,0 +312130,63,11,273,34,29,5,0,0,0,0,0,0 +312140,63,11,34,3,0,0,0,0,0,0,0,0 +312230,63,11,135,4,0,0,0,0,0,0,0,0 +313310,63,11,0,4,0,0,0,0,0,0,0,0 +314120,63,11,61,13,11,0,0,0,0,0,0,0 +314910,63,11,210,15,11,4,0,0,0,0,0,0 +314999,63,11,189,28,25,3,0,0,0,0,0,0 +315210,63,11,411,33,28,3,0,0,0,0,0,0 +315220,63,11,216,7,0,0,0,0,0,0,0,0 +315240,63,11,41,5,3,0,0,0,0,0,0,0 +315280,63,11,46,4,0,0,0,0,0,0,0,0 +315990,63,11,85,6,3,0,0,0,0,0,0,0 +316210,63,11,27,5,0,0,0,0,0,0,0,0 +316998,63,11,261,13,3,5,0,0,0,0,0,0 +321214,63,11,51,4,0,0,0,0,0,0,0,0 +321911,63,11,318,16,11,0,0,0,0,0,0,0 +321918,63,11,20,5,3,0,0,0,0,0,0,0 +321920,63,11,88,9,6,0,0,0,0,0,0,0 +321999,63,11,102,30,30,0,0,0,0,0,0,0 +322211,63,11,0,4,3,0,0,0,0,0,0,0 +322220,63,11,40,3,0,0,0,0,0,0,0,0 +322230,63,11,180,5,0,0,0,0,0,0,0,0 +322299,63,11,69,7,4,0,0,0,0,0,0,0 +323111,63,11,2260,216,188,24,4,0,0,0,0,0 +323113,63,11,652,60,50,8,0,0,0,0,0,0 +323117,63,11,26,6,4,0,0,0,0,0,0,0 +323120,63,11,115,14,10,3,0,0,0,0,0,0 +324121,63,11,158,7,0,4,0,0,0,0,0,0 +324191,63,11,35,3,0,0,0,0,0,0,0,0 +325199,63,11,339,9,3,0,0,0,0,0,0,0 +325211,63,11,219,8,4,0,0,0,0,0,0,0 +325212,63,11,0,4,0,0,0,0,0,0,0,0 +325314,63,11,0,4,3,0,0,0,0,0,0,0 +325320,63,11,0,4,0,0,0,0,0,0,0,0 +325411,63,11,2108,16,7,4,0,0,0,0,0,0 +325412,63,11,3014,42,21,12,5,0,0,0,0,0 +325413,63,11,2617,23,4,6,5,0,0,0,0,0 +325414,63,11,746,17,11,0,0,0,0,0,0,0 +325510,63,11,90,8,4,0,0,0,0,0,0,0 +325612,63,11,29,5,4,0,0,0,0,0,0,0 +325620,63,11,222,15,9,0,0,0,0,0,0,0 +325992,63,11,24,6,4,0,0,0,0,0,0,0 +325998,63,11,141,23,22,0,0,0,0,0,0,0 +326112,63,11,6,3,3,0,0,0,0,0,0,0 +326113,63,11,310,5,0,0,0,0,0,0,0,0 +326121,63,11,138,8,3,0,0,0,0,0,0,0 +326122,63,11,462,5,0,0,0,0,0,0,0,0 +326140,63,11,44,3,0,0,0,0,0,0,0,0 +326150,63,11,11,5,5,0,0,0,0,0,0,0 +326199,63,11,2500,57,35,17,3,0,0,0,0,0 +326291,63,11,0,3,0,0,0,0,0,0,0,0 +326299,63,11,0,3,0,0,0,0,0,0,0,0 +327110,63,11,162,7,5,0,0,0,0,0,0,0 +327215,63,11,104,12,10,0,0,0,0,0,0,0 +327320,63,11,907,22,4,14,0,0,0,0,0,0 +327331,63,11,137,5,0,0,0,0,0,0,0,0 +327390,63,11,69,6,3,0,0,0,0,0,0,0 +327910,63,11,0,4,3,0,0,0,0,0,0,0 +327991,63,11,169,12,6,0,0,0,0,0,0,0 +331110,63,11,9,3,0,0,0,0,0,0,0,0 +331221,63,11,38,3,0,0,0,0,0,0,0,0 +331492,63,11,0,4,0,0,0,0,0,0,0,0 +331524,63,11,19,3,0,0,0,0,0,0,0,0 +332119,63,11,0,3,0,0,0,0,0,0,0,0 +332216,63,11,59,8,4,0,0,0,0,0,0,0 +332312,63,11,1063,22,17,3,0,0,0,0,0,0 +332313,63,11,117,5,0,0,0,0,0,0,0,0 +332321,63,11,206,8,3,0,0,0,0,0,0,0 +332322,63,11,1386,40,26,9,5,0,0,0,0,0 +332323,63,11,123,21,20,0,0,0,0,0,0,0 +332420,63,11,47,3,0,0,0,0,0,0,0,0 +332439,63,11,0,3,0,0,0,0,0,0,0,0 +332510,63,11,45,3,0,0,0,0,0,0,0,0 +332618,63,11,32,5,3,0,0,0,0,0,0,0 +332710,63,11,2381,178,149,25,4,0,0,0,0,0 +332721,63,11,1067,37,23,12,0,0,0,0,0,0 +332811,63,11,81,5,0,0,0,0,0,0,0,0 +332812,63,11,178,16,13,3,0,0,0,0,0,0 +332813,63,11,270,14,7,4,0,0,0,0,0,0 +332996,63,11,0,3,0,0,0,0,0,0,0,0 +332999,63,11,246,32,30,0,0,0,0,0,0,0 +333241,63,11,16,3,0,0,0,0,0,0,0,0 +333242,63,11,128,4,0,0,0,0,0,0,0,0 +333249,63,11,392,11,7,0,0,0,0,0,0,0 +333314,63,11,772,13,7,0,0,0,0,0,0,0 +333316,63,11,34,6,3,0,0,0,0,0,0,0 +333318,63,11,648,22,18,0,0,0,0,0,0,0 +333413,63,11,82,4,0,0,0,0,0,0,0,0 +333414,63,11,129,7,4,0,0,0,0,0,0,0 +333415,63,11,57,6,0,0,0,0,0,0,0,0 +333511,63,11,392,11,7,0,0,0,0,0,0,0 +333514,63,11,83,11,9,0,0,0,0,0,0,0 +333515,63,11,55,10,8,0,0,0,0,0,0,0 +333517,63,11,515,8,0,0,3,0,0,0,0,0 +333611,63,11,0,5,0,0,0,0,0,0,0,0 +333618,63,11,58,6,3,0,0,0,0,0,0,0 +333912,63,11,34,4,0,0,0,0,0,0,0,0 +333914,63,11,244,5,0,0,0,0,0,0,0,0 +333992,63,11,0,3,0,0,0,0,0,0,0,0 +333993,63,11,33,3,0,0,0,0,0,0,0,0 +333999,63,11,1166,15,5,3,0,0,0,0,0,0 +334111,63,11,212,9,6,0,0,0,0,0,0,0 +334112,63,11,78,3,0,0,0,0,0,0,0,0 +334118,63,11,276,17,10,3,0,0,0,0,0,0 +334210,63,11,0,3,0,0,0,0,0,0,0,0 +334220,63,11,3845,26,12,8,0,0,0,0,0,0 +334290,63,11,189,7,3,0,0,0,0,0,0,0 +334310,63,11,344,19,12,4,0,0,0,0,0,0 +334412,63,11,802,19,11,0,4,0,0,0,0,0 +334413,63,11,877,15,7,3,0,0,0,0,0,0 +334416,63,11,0,6,3,0,0,0,0,0,0,0 +334417,63,11,738,4,0,0,0,0,0,0,0,0 +334418,63,11,860,22,9,11,0,0,0,0,0,0 +334419,63,11,986,41,32,6,0,0,0,0,0,0 +334510,63,11,4530,32,15,7,4,3,0,0,0,0 +334511,63,11,2124,17,5,8,0,0,0,0,0,0 +334512,63,11,11,4,0,0,0,0,0,0,0,0 +334513,63,11,356,12,6,0,0,0,0,0,0,0 +334514,63,11,241,6,3,0,0,0,0,0,0,0 +334515,63,11,644,21,17,0,0,0,0,0,0,0 +334516,63,11,722,17,10,0,3,0,0,0,0,0 +334519,63,11,374,21,17,3,0,0,0,0,0,0 +334614,63,11,36,7,6,0,0,0,0,0,0,0 +335122,63,11,0,5,3,0,0,0,0,0,0,0 +335129,63,11,200,10,3,5,0,0,0,0,0,0 +335210,63,11,0,3,0,0,0,0,0,0,0,0 +335312,63,11,169,5,0,0,0,0,0,0,0,0 +335314,63,11,171,6,0,0,0,0,0,0,0,0 +335929,63,11,230,3,0,0,0,0,0,0,0,0 +335931,63,11,341,6,0,0,0,0,0,0,0,0 +335999,63,11,1474,15,12,0,0,0,0,0,0,0 +336111,63,11,58,5,3,0,0,0,0,0,0,0 +336211,63,11,32,4,0,0,0,0,0,0,0,0 +336310,63,11,217,6,0,0,0,0,0,0,0,0 +336330,63,11,0,5,3,0,0,0,0,0,0,0 +336350,63,11,46,3,0,0,0,0,0,0,0,0 +336390,63,11,202,15,9,3,0,0,0,0,0,0 +336411,63,11,0,5,0,0,0,0,0,0,0,0 +336412,63,11,0,4,0,0,0,0,0,0,0,0 +336413,63,11,2672,15,4,3,4,0,0,0,0,0 +336611,63,11,9123,25,4,10,4,0,0,0,0,0 +336612,63,11,458,7,4,0,0,0,0,0,0,0 +336991,63,11,44,10,9,0,0,0,0,0,0,0 +336999,63,11,46,5,0,0,0,0,0,0,0,0 +337110,63,11,387,60,57,0,0,0,0,0,0,0 +337121,63,11,57,11,7,0,0,0,0,0,0,0 +337122,63,11,84,9,5,0,0,0,0,0,0,0 +337124,63,11,0,3,0,0,0,0,0,0,0,0 +337125,63,11,14,4,3,0,0,0,0,0,0,0 +337127,63,11,90,9,7,0,0,0,0,0,0,0 +337211,63,11,52,5,0,0,0,0,0,0,0,0 +337212,63,11,398,17,13,0,0,0,0,0,0,0 +337215,63,11,272,9,3,3,0,0,0,0,0,0 +337920,63,11,81,8,5,0,0,0,0,0,0,0 +339112,63,11,2734,35,18,11,0,0,0,0,0,0 +339113,63,11,1253,34,26,3,0,0,0,0,0,0 +339114,63,11,328,10,3,0,0,0,0,0,0,0 +339115,63,11,252,11,5,0,0,0,0,0,0,0 +339116,63,11,268,52,50,0,0,0,0,0,0,0 +339910,63,11,143,17,15,0,0,0,0,0,0,0 +339920,63,11,1628,62,53,4,3,0,0,0,0,0 +339930,63,11,92,10,4,0,0,0,0,0,0,0 +339940,63,11,100,6,3,0,0,0,0,0,0,0 +339950,63,11,697,63,51,7,0,0,0,0,0,0 +339991,63,11,0,4,3,0,0,0,0,0,0,0 +339992,63,11,0,8,4,0,0,0,0,0,0,0 +339999,63,11,580,101,95,5,0,0,0,0,0,0 +423110,63,11,506,55,49,4,0,0,0,0,0,0 +423120,63,11,1625,131,112,17,0,0,0,0,0,0 +423130,63,11,218,14,7,6,0,0,0,0,0,0 +423140,63,11,82,15,14,0,0,0,0,0,0,0 +423210,63,11,578,66,59,4,0,0,0,0,0,0 +423220,63,11,1023,97,85,10,0,0,0,0,0,0 +423310,63,11,367,46,40,5,0,0,0,0,0,0 +423320,63,11,183,28,27,0,0,0,0,0,0,0 +423330,63,11,226,19,16,3,0,0,0,0,0,0 +423390,63,11,471,42,34,6,0,0,0,0,0,0 +423410,63,11,0,3,0,0,0,0,0,0,0,0 +423420,63,11,912,72,62,6,0,0,0,0,0,0 +423430,63,11,1593,109,90,15,4,0,0,0,0,0 +423440,63,11,604,51,44,6,0,0,0,0,0,0 +423450,63,11,3417,173,145,22,4,0,0,0,0,0 +423460,63,11,856,19,15,0,0,0,0,0,0,0 +423490,63,11,900,56,44,11,0,0,0,0,0,0 +423510,63,11,578,63,55,7,0,0,0,0,0,0 +423610,63,11,2026,157,131,22,4,0,0,0,0,0 +423620,63,11,1153,59,51,4,0,0,0,0,0,0 +423690,63,11,4516,233,192,30,9,0,0,0,0,0 +423710,63,11,621,67,57,9,0,0,0,0,0,0 +423720,63,11,305,41,39,0,0,0,0,0,0,0 +423730,63,11,360,41,36,4,0,0,0,0,0,0 +423740,63,11,128,16,14,0,0,0,0,0,0,0 +423810,63,11,827,36,24,7,3,0,0,0,0,0 +423820,63,11,272,26,22,4,0,0,0,0,0,0 +423830,63,11,1587,228,214,11,0,0,0,0,0,0 +423840,63,11,645,82,74,7,0,0,0,0,0,0 +423850,63,11,236,45,41,0,0,0,0,0,0,0 +423860,63,11,189,28,25,0,0,0,0,0,0,0 +423910,63,11,1576,140,126,12,0,0,0,0,0,0 +423920,63,11,494,33,20,7,0,0,0,0,0,0 +423930,63,11,624,79,71,8,0,0,0,0,0,0 +423940,63,11,440,57,53,0,0,0,0,0,0,0 +423990,63,11,801,130,126,3,0,0,0,0,0,0 +424110,63,11,23,9,7,0,0,0,0,0,0,0 +424120,63,11,289,48,44,4,0,0,0,0,0,0 +424130,63,11,694,45,36,7,0,0,0,0,0,0 +424210,63,11,2579,161,136,18,5,0,0,0,0,0 +424310,63,11,117,24,21,0,0,0,0,0,0,0 +424320,63,11,641,52,45,4,0,0,0,0,0,0 +424330,63,11,911,83,77,4,0,0,0,0,0,0 +424340,63,11,396,28,20,4,0,0,0,0,0,0 +424410,63,11,1468,31,21,0,0,0,0,0,0,0 +424420,63,11,569,39,35,0,0,0,0,0,0,0 +424430,63,11,384,24,21,0,0,0,0,0,0,0 +424440,63,11,0,3,0,0,0,0,0,0,0,0 +424450,63,11,177,27,25,0,0,0,0,0,0,0 +424460,63,11,130,21,18,0,0,0,0,0,0,0 +424470,63,11,412,20,15,3,0,0,0,0,0,0 +424480,63,11,929,102,93,6,0,0,0,0,0,0 +424490,63,11,3050,178,150,21,6,0,0,0,0,0 +424510,63,11,8,4,3,0,0,0,0,0,0,0 +424590,63,11,10,3,0,0,0,0,0,0,0,0 +424610,63,11,318,27,24,0,0,0,0,0,0,0 +424690,63,11,575,77,71,5,0,0,0,0,0,0 +424710,63,11,120,14,13,0,0,0,0,0,0,0 +424720,63,11,131,11,7,3,0,0,0,0,0,0 +424810,63,11,720,10,5,0,0,0,0,0,0,0 +424820,63,11,232,30,25,0,0,0,0,0,0,0 +424910,63,11,212,24,22,0,0,0,0,0,0,0 +424920,63,11,56,14,10,0,0,0,0,0,0,0 +424930,63,11,1701,108,88,18,0,0,0,0,0,0 +424940,63,11,63,11,9,0,0,0,0,0,0,0 +424950,63,11,107,23,21,0,0,0,0,0,0,0 +424990,63,11,1278,180,168,11,0,0,0,0,0,0 +425110,63,11,31,15,14,0,0,0,0,0,0,0 +425120,63,11,1385,359,347,11,0,0,0,0,0,0 +441110,63,11,11787,173,53,67,49,4,0,0,0,0 +441120,63,11,1034,166,154,9,0,0,0,0,0,0 +441210,63,11,520,24,20,0,0,0,0,0,0,0 +441222,63,11,233,42,40,0,0,0,0,0,0,0 +441228,63,11,844,57,44,12,0,0,0,0,0,0 +441310,63,11,3151,278,243,34,0,0,0,0,0,0 +441320,63,11,1393,177,166,11,0,0,0,0,0,0 +442110,63,11,2362,187,168,17,0,0,0,0,0,0 +442210,63,11,853,86,77,8,0,0,0,0,0,0 +442291,63,11,87,22,21,0,0,0,0,0,0,0 +442299,63,11,1997,133,101,31,0,0,0,0,0,0 +443141,63,11,458,48,42,4,0,0,0,0,0,0 +443142,63,11,3346,250,224,18,8,0,0,0,0,0 +444110,63,11,0,37,4,0,22,7,0,0,0,0 +444120,63,11,448,67,66,0,0,0,0,0,0,0 +444130,63,11,833,77,58,19,0,0,0,0,0,0 +444190,63,11,2520,243,213,29,0,0,0,0,0,0 +444210,63,11,41,10,9,0,0,0,0,0,0,0 +444220,63,11,787,77,69,6,0,0,0,0,0,0 +445110,63,11,25244,585,275,228,81,0,0,0,0,0 +445120,63,11,2304,251,230,20,0,0,0,0,0,0 +445210,63,11,158,26,25,0,0,0,0,0,0,0 +445220,63,11,108,8,5,0,0,0,0,0,0,0 +445230,63,11,366,29,26,0,0,0,0,0,0,0 +445291,63,11,170,24,23,0,0,0,0,0,0,0 +445292,63,11,417,57,55,0,0,0,0,0,0,0 +445299,63,11,671,65,59,5,0,0,0,0,0,0 +445310,63,11,2049,396,386,7,0,0,0,0,0,0 +446110,63,11,3986,313,236,75,0,0,0,0,0,0 +446120,63,11,2027,209,180,29,0,0,0,0,0,0 +446130,63,11,924,117,110,7,0,0,0,0,0,0 +446191,63,11,580,118,112,5,0,0,0,0,0,0 +446199,63,11,425,103,101,0,0,0,0,0,0,0 +447110,63,11,4592,491,457,34,0,0,0,0,0,0 +447190,63,11,627,79,73,6,0,0,0,0,0,0 +448110,63,11,778,73,66,5,0,0,0,0,0,0 +448120,63,11,3981,303,242,56,5,0,0,0,0,0 +448130,63,11,943,74,59,15,0,0,0,0,0,0 +448140,63,11,11211,362,188,160,12,0,0,0,0,0 +448150,63,11,889,107,99,6,0,0,0,0,0,0 +448190,63,11,1503,146,121,25,0,0,0,0,0,0 +448210,63,11,2869,272,247,23,0,0,0,0,0,0 +448310,63,11,1206,225,218,6,0,0,0,0,0,0 +448320,63,11,98,14,11,0,0,0,0,0,0,0 +451110,63,11,2375,269,243,25,0,0,0,0,0,0 +451120,63,11,1685,88,64,21,3,0,0,0,0,0 +451130,63,11,418,38,33,5,0,0,0,0,0,0 +451140,63,11,260,30,24,3,0,0,0,0,0,0 +451211,63,11,1065,52,39,11,0,0,0,0,0,0 +451212,63,11,46,12,12,0,0,0,0,0,0,0 +452210,63,11,4412,33,0,9,23,0,0,0,0,0 +452311,63,11,15411,61,0,3,23,34,0,0,0,0 +452319,63,11,2943,132,64,68,0,0,0,0,0,0 +453110,63,11,426,102,100,0,0,0,0,0,0,0 +453210,63,11,746,58,34,24,0,0,0,0,0,0 +453220,63,11,1491,225,213,11,0,0,0,0,0,0 +453310,63,11,2017,172,140,29,0,0,0,0,0,0 +453910,63,11,1668,141,113,28,0,0,0,0,0,0 +453920,63,11,160,53,50,0,0,0,0,0,0,0 +453930,63,11,23,10,8,0,0,0,0,0,0,0 +453991,63,11,314,126,125,0,0,0,0,0,0,0 +453998,63,11,843,176,168,8,0,0,0,0,0,0 +454110,63,11,4852,749,708,36,0,3,0,0,0,0 +454210,63,11,193,22,21,0,0,0,0,0,0,0 +454310,63,11,188,19,17,0,0,0,0,0,0,0 +454390,63,11,1459,262,245,17,0,0,0,0,0,0 +481111,63,11,2194,18,9,0,0,3,0,0,0,0 +481211,63,11,117,9,3,3,0,0,0,0,0,0 +481219,63,11,12,5,4,0,0,0,0,0,0,0 +483212,63,11,13,3,0,0,0,0,0,0,0,0 +484110,63,11,1105,205,196,7,0,0,0,0,0,0 +484121,63,11,1031,154,146,7,0,0,0,0,0,0 +484122,63,11,858,36,19,17,0,0,0,0,0,0 +484210,63,11,1254,130,115,14,0,0,0,0,0,0 +484220,63,11,1043,150,131,18,0,0,0,0,0,0 +484230,63,11,155,37,35,0,0,0,0,0,0,0 +485113,63,11,0,5,0,0,0,0,0,0,0,0 +485210,63,11,59,6,3,0,0,0,0,0,0,0 +485310,63,11,0,20,19,0,0,0,0,0,0,0 +485320,63,11,554,64,57,5,0,0,0,0,0,0 +485410,63,11,570,11,3,3,0,0,0,0,0,0 +485510,63,11,399,17,12,3,0,0,0,0,0,0 +485991,63,11,493,29,22,4,0,0,0,0,0,0 +485999,63,11,289,29,25,3,0,0,0,0,0,0 +487110,63,11,157,11,7,0,0,0,0,0,0,0 +487210,63,11,661,48,40,6,0,0,0,0,0,0 +487990,63,11,14,5,4,0,0,0,0,0,0,0 +488119,63,11,750,19,7,6,3,0,0,0,0,0 +488190,63,11,890,41,35,4,0,0,0,0,0,0 +488210,63,11,43,3,0,0,0,0,0,0,0,0 +488320,63,11,164,5,0,0,0,0,0,0,0,0 +488330,63,11,62,7,6,0,0,0,0,0,0,0 +488390,63,11,370,15,9,4,0,0,0,0,0,0 +488410,63,11,1117,86,70,12,0,0,0,0,0,0 +488490,63,11,220,29,22,3,0,0,0,0,0,0 +488510,63,11,2317,248,222,25,0,0,0,0,0,0 +488991,63,11,60,13,9,0,0,0,0,0,0,0 +492110,63,11,4529,84,63,6,12,0,0,0,0,0 +492210,63,11,566,58,51,5,0,0,0,0,0,0 +493110,63,11,2388,78,53,19,4,0,0,0,0,0 +493120,63,11,93,8,4,0,0,0,0,0,0,0 +493190,63,11,231,24,22,0,0,0,0,0,0,0 +511110,63,11,876,54,45,6,0,0,0,0,0,0 +511120,63,11,761,68,56,11,0,0,0,0,0,0 +511130,63,11,341,34,31,0,0,0,0,0,0,0 +511140,63,11,61,11,9,0,0,0,0,0,0,0 +511199,63,11,12,4,3,0,0,0,0,0,0,0 +511210,63,11,11395,234,158,55,9,8,0,0,0,0 +512110,63,11,347,128,126,0,0,0,0,0,0,0 +512131,63,11,1839,41,13,25,3,0,0,0,0,0 +512191,63,11,216,20,14,0,0,0,0,0,0,0 +512199,63,11,3,3,3,0,0,0,0,0,0,0 +512230,63,11,44,9,7,0,0,0,0,0,0,0 +512240,63,11,26,14,13,0,0,0,0,0,0,0 +512250,63,11,9,4,4,0,0,0,0,0,0,0 +512290,63,11,123,7,5,0,0,0,0,0,0,0 +515111,63,11,201,12,10,0,0,0,0,0,0,0 +515112,63,11,531,15,8,0,0,0,0,0,0,0 +515120,63,11,1072,14,5,0,6,0,0,0,0,0 +517311,63,11,6257,206,150,45,6,0,4,0,0,0 +517312,63,11,2106,224,204,18,0,0,0,0,0,0 +517410,63,11,0,5,3,0,0,0,0,0,0,0 +517911,63,11,389,66,61,4,0,0,0,0,0,0 +517919,63,11,462,30,26,0,0,0,0,0,0,0 +518210,63,11,6029,221,167,38,11,4,0,0,0,0 +519110,63,11,24,3,0,0,0,0,0,0,0,0 +519120,63,11,36,6,4,0,0,0,0,0,0,0 +519130,63,11,1921,160,141,17,0,0,0,0,0,0 +519190,63,11,39,4,3,0,0,0,0,0,0,0 +522110,63,11,9702,672,574,85,11,0,0,0,0,0 +522120,63,11,0,10,7,0,0,0,0,0,0,0 +522130,63,11,3314,176,157,12,5,0,0,0,0,0 +522210,63,11,23,4,0,0,0,0,0,0,0,0 +522220,63,11,563,48,43,0,0,0,0,0,0,0 +522291,63,11,798,40,37,0,0,0,0,0,0,0 +522292,63,11,4562,270,226,36,5,0,0,0,0,0 +522294,63,11,6,5,5,0,0,0,0,0,0,0 +522298,63,11,976,94,88,4,0,0,0,0,0,0 +522310,63,11,876,267,263,3,0,0,0,0,0,0 +522320,63,11,436,46,40,3,0,0,0,0,0,0 +522390,63,11,685,169,167,0,0,0,0,0,0,0 +523110,63,11,239,44,42,0,0,0,0,0,0,0 +523120,63,11,4048,296,265,28,0,0,0,0,0,0 +523130,63,11,201,25,24,0,0,0,0,0,0,0 +523140,63,11,27,8,7,0,0,0,0,0,0,0 +523910,63,11,306,132,131,0,0,0,0,0,0,0 +523920,63,11,2736,534,512,19,3,0,0,0,0,0 +523930,63,11,1043,345,338,5,0,0,0,0,0,0 +523991,63,11,267,50,47,3,0,0,0,0,0,0 +523999,63,11,20,10,9,0,0,0,0,0,0,0 +524113,63,11,955,66,52,13,0,0,0,0,0,0 +524114,63,11,6390,49,32,8,4,3,0,0,0,0 +524126,63,11,5697,65,43,12,6,0,0,0,0,0 +524127,63,11,1070,71,56,14,0,0,0,0,0,0 +524210,63,11,6698,1365,1313,47,4,0,0,0,0,0 +524291,63,11,866,47,39,4,0,0,0,0,0,0 +524292,63,11,3109,44,29,10,0,0,0,0,0,0 +524298,63,11,57,22,19,0,0,0,0,0,0,0 +525990,63,11,0,10,8,0,0,0,0,0,0,0 +531110,63,11,4520,978,942,36,0,0,0,0,0,0 +531120,63,11,1832,399,389,6,3,0,0,0,0,0 +531130,63,11,551,175,175,0,0,0,0,0,0,0 +531190,63,11,459,143,142,0,0,0,0,0,0,0 +531210,63,11,4886,2331,2305,24,0,0,0,0,0,0 +531311,63,11,7423,862,797,53,10,0,0,0,0,0 +531312,63,11,2045,320,295,24,0,0,0,0,0,0 +531320,63,11,320,126,123,3,0,0,0,0,0,0 +531390,63,11,1643,446,429,15,0,0,0,0,0,0 +532111,63,11,1229,123,108,11,0,0,0,0,0,0 +532112,63,11,45,4,0,0,0,0,0,0,0,0 +532120,63,11,344,45,39,6,0,0,0,0,0,0 +532210,63,11,155,27,24,0,0,0,0,0,0,0 +532281,63,11,38,8,8,0,0,0,0,0,0,0 +532282,63,11,8,4,3,0,0,0,0,0,0,0 +532283,63,11,94,9,6,0,0,0,0,0,0,0 +532284,63,11,338,38,32,6,0,0,0,0,0,0 +532289,63,11,473,50,46,3,0,0,0,0,0,0 +532310,63,11,231,27,23,4,0,0,0,0,0,0 +532411,63,11,12,4,3,0,0,0,0,0,0,0 +532412,63,11,486,43,36,6,0,0,0,0,0,0 +532420,63,11,67,11,9,0,0,0,0,0,0,0 +532490,63,11,1145,122,106,14,0,0,0,0,0,0 +533110,63,11,189,33,28,3,0,0,0,0,0,0 +541110,63,11,13343,2399,2278,104,16,0,0,0,0,0 +541191,63,11,154,27,24,0,0,0,0,0,0,0 +541199,63,11,350,71,66,0,0,0,0,0,0,0 +541211,63,11,4009,639,610,23,5,0,0,0,0,0 +541213,63,11,2071,415,403,10,0,0,0,0,0,0 +541214,63,11,1045,51,39,9,3,0,0,0,0,0 +541219,63,11,2267,523,510,10,0,0,0,0,0,0 +541310,63,11,2049,317,298,18,0,0,0,0,0,0 +541320,63,11,636,118,112,6,0,0,0,0,0,0 +541330,63,11,18364,1156,963,164,24,4,0,0,0,0 +541340,63,11,69,34,34,0,0,0,0,0,0,0 +541350,63,11,300,92,89,3,0,0,0,0,0,0 +541360,63,11,15,3,0,0,0,0,0,0,0,0 +541370,63,11,497,56,51,4,0,0,0,0,0,0 +541380,63,11,1917,93,77,10,0,0,0,0,0,0 +541410,63,11,720,212,209,3,0,0,0,0,0,0 +541420,63,11,160,26,21,3,0,0,0,0,0,0 +541430,63,11,734,205,199,6,0,0,0,0,0,0 +541490,63,11,157,25,21,3,0,0,0,0,0,0 +541511,63,11,24042,1060,941,98,14,3,0,0,0,0 +541512,63,11,13409,911,825,59,19,5,0,0,0,0 +541513,63,11,1150,109,98,7,3,0,0,0,0,0 +541519,63,11,997,121,114,6,0,0,0,0,0,0 +541611,63,11,6228,1365,1316,38,9,0,0,0,0,0 +541612,63,11,792,134,126,5,0,0,0,0,0,0 +541613,63,11,3274,836,805,25,3,0,0,0,0,0 +541614,63,11,481,117,113,3,0,0,0,0,0,0 +541618,63,11,313,74,70,3,0,0,0,0,0,0 +541620,63,11,1818,174,149,22,3,0,0,0,0,0 +541690,63,11,2116,645,632,8,0,0,0,0,0,0 +541713,63,11,2519,125,104,14,4,3,0,0,0,0 +541714,63,11,11281,301,222,54,18,3,0,0,0,0 +541715,63,11,14701,371,276,77,7,6,3,0,0,0 +541720,63,11,255,33,29,0,0,0,0,0,0,0 +541810,63,11,1930,234,205,27,0,0,0,0,0,0 +541820,63,11,392,107,105,0,0,0,0,0,0,0 +541830,63,11,184,25,22,3,0,0,0,0,0,0 +541840,63,11,62,12,10,0,0,0,0,0,0,0 +541850,63,11,723,33,27,3,0,0,0,0,0,0 +541860,63,11,410,31,26,4,0,0,0,0,0,0 +541870,63,11,63,8,6,0,0,0,0,0,0,0 +541890,63,11,2601,93,73,16,0,4,0,0,0,0 +541910,63,11,1565,106,91,12,0,0,0,0,0,0 +541921,63,11,597,110,102,8,0,0,0,0,0,0 +541922,63,11,115,51,49,0,0,0,0,0,0,0 +541930,63,11,426,48,42,0,0,0,0,0,0,0 +541940,63,11,3858,325,275,49,0,0,0,0,0,0 +541990,63,11,1402,278,266,8,0,0,0,0,0,0 +551112,63,11,1023,58,47,7,0,0,0,0,0,0 +551114,63,11,22328,365,227,88,29,12,6,0,0,0 +561110,63,11,6728,512,449,52,8,0,3,0,0,0 +561210,63,11,2946,67,48,14,0,0,0,0,0,0 +561311,63,11,778,62,55,4,0,0,0,0,0,0 +561312,63,11,362,103,99,4,0,0,0,0,0,0 +561320,63,11,22016,325,170,98,33,17,7,0,0,0 +561330,63,11,1505,34,21,10,0,3,0,0,0,0 +561410,63,11,313,57,51,6,0,0,0,0,0,0 +561421,63,11,78,11,6,0,0,0,0,0,0,0 +561422,63,11,1586,41,25,10,0,0,0,0,0,0 +561431,63,11,381,116,115,0,0,0,0,0,0,0 +561439,63,11,475,84,83,0,0,0,0,0,0,0 +561440,63,11,1111,42,30,5,6,0,0,0,0,0 +561450,63,11,154,8,4,0,0,0,0,0,0,0 +561491,63,11,207,10,5,0,0,0,0,0,0,0 +561492,63,11,160,26,23,3,0,0,0,0,0,0 +561499,63,11,416,46,44,0,0,0,0,0,0,0 +561510,63,11,811,155,147,5,0,0,0,0,0,0 +561520,63,11,256,35,33,0,0,0,0,0,0,0 +561591,63,11,179,9,4,0,0,0,0,0,0,0 +561599,63,11,739,45,28,16,0,0,0,0,0,0 +561611,63,11,303,43,39,0,0,0,0,0,0,0 +561612,63,11,9384,131,81,29,14,5,0,0,0,0 +561613,63,11,390,7,0,0,0,0,0,0,0,0 +561621,63,11,1098,49,36,8,3,0,0,0,0,0 +561622,63,11,218,50,50,0,0,0,0,0,0,0 +561710,63,11,1781,161,133,27,0,0,0,0,0,0 +561720,63,11,10599,566,492,55,9,7,3,0,0,0 +561730,63,11,10273,889,784,83,18,3,0,0,0,0 +561740,63,11,397,83,80,0,0,0,0,0,0,0 +561790,63,11,667,184,180,3,0,0,0,0,0,0 +561910,63,11,124,16,13,0,0,0,0,0,0,0 +561920,63,11,1956,94,76,9,4,0,0,0,0,0 +561990,63,11,1349,116,99,15,0,0,0,0,0,0 +562111,63,11,2117,53,38,8,4,3,0,0,0,0 +562112,63,11,105,8,0,0,0,0,0,0,0,0 +562119,63,11,12,4,3,0,0,0,0,0,0,0 +562211,63,11,245,10,3,0,0,0,0,0,0,0 +562212,63,11,107,9,4,3,0,0,0,0,0,0 +562910,63,11,409,38,31,5,0,0,0,0,0,0 +562920,63,11,175,15,11,0,0,0,0,0,0,0 +562991,63,11,329,22,17,3,0,0,0,0,0,0 +562998,63,11,321,6,0,0,0,0,0,0,0,0 +611110,63,11,10621,222,79,113,27,3,0,0,0,0 +611210,63,11,460,11,0,6,0,0,0,0,0,0 +611310,63,11,12387,118,82,21,8,3,0,0,0,0 +611420,63,11,232,32,26,4,0,0,0,0,0,0 +611430,63,11,1802,107,97,5,0,0,0,0,0,0 +611511,63,11,240,13,4,5,0,0,0,0,0,0 +611512,63,11,316,28,22,5,0,0,0,0,0,0 +611513,63,11,124,7,0,0,0,0,0,0,0,0 +611519,63,11,1066,64,56,3,0,0,0,0,0,0 +611610,63,11,783,156,149,7,0,0,0,0,0,0 +611620,63,11,1982,233,206,26,0,0,0,0,0,0 +611630,63,11,564,37,25,11,0,0,0,0,0,0 +611691,63,11,1153,133,117,14,0,0,0,0,0,0 +611692,63,11,66,18,18,0,0,0,0,0,0,0 +611699,63,11,2187,115,95,17,0,0,0,0,0,0 +611710,63,11,814,126,117,8,0,0,0,0,0,0 +621111,63,11,15170,2393,2251,128,11,0,0,0,0,0 +621112,63,11,537,170,167,3,0,0,0,0,0,0 +621210,63,11,11205,1878,1837,39,0,0,0,0,0,0 +621310,63,11,1089,427,427,0,0,0,0,0,0,0 +621320,63,11,1146,266,265,0,0,0,0,0,0,0 +621330,63,11,1670,333,317,12,4,0,0,0,0,0 +621340,63,11,2407,351,326,24,0,0,0,0,0,0 +621391,63,11,120,40,40,0,0,0,0,0,0,0 +621399,63,11,1286,271,257,13,0,0,0,0,0,0 +621410,63,11,417,36,34,0,0,0,0,0,0,0 +621420,63,11,1211,117,98,17,0,0,0,0,0,0 +621491,63,11,0,89,44,31,7,5,0,0,0,0 +621492,63,11,1147,40,12,27,0,0,0,0,0,0 +621493,63,11,964,61,42,17,0,0,0,0,0,0 +621498,63,11,9103,160,83,60,8,6,3,0,0,0 +621511,63,11,4717,131,105,16,6,0,3,0,0,0 +621512,63,11,695,64,54,10,0,0,0,0,0,0 +621610,63,11,7022,222,131,78,10,3,0,0,0,0 +621910,63,11,2500,38,23,9,0,0,0,0,0,0 +621991,63,11,513,15,10,3,0,0,0,0,0,0 +621999,63,11,431,38,32,4,0,0,0,0,0,0 +622110,63,11,46544,23,0,0,0,0,5,7,5,0 +622210,63,11,1681,4,0,0,0,0,0,0,0,0 +622310,63,11,806,3,0,0,0,0,0,0,0,0 +623110,63,11,11187,116,44,21,44,7,0,0,0,0 +623210,63,11,2209,202,181,20,0,0,0,0,0,0 +623220,63,11,1917,84,56,24,3,0,0,0,0,0 +623311,63,11,5473,58,26,12,11,9,0,0,0,0 +623312,63,11,5836,319,256,48,15,0,0,0,0,0 +623990,63,11,1223,42,31,5,3,0,0,0,0,0 +624110,63,11,3038,117,87,23,4,0,0,0,0,0 +624120,63,11,10020,331,207,102,16,6,0,0,0,0 +624190,63,11,4182,281,233,39,7,0,0,0,0,0 +624210,63,11,355,26,21,4,0,0,0,0,0,0 +624221,63,11,337,15,12,0,0,0,0,0,0,0 +624229,63,11,266,34,30,4,0,0,0,0,0,0 +624230,63,11,442,14,9,0,0,0,0,0,0,0 +624310,63,11,2827,61,41,15,3,0,0,0,0,0 +624410,63,11,6924,748,639,106,3,0,0,0,0,0 +711110,63,11,1061,28,17,8,0,0,0,0,0,0 +711120,63,11,59,7,5,0,0,0,0,0,0,0 +711130,63,11,431,34,31,0,0,0,0,0,0,0 +711190,63,11,23,3,0,0,0,0,0,0,0,0 +711211,63,11,0,8,4,0,0,0,0,0,0,0 +711212,63,11,0,6,0,0,0,0,0,0,0,0 +711219,63,11,168,36,33,0,0,0,0,0,0,0 +711310,63,11,1230,31,22,0,4,0,0,0,0,0 +711320,63,11,303,57,54,3,0,0,0,0,0,0 +711410,63,11,101,42,41,0,0,0,0,0,0,0 +711510,63,11,386,219,217,0,0,0,0,0,0,0 +712110,63,11,1328,44,31,9,3,0,0,0,0,0 +712120,63,11,0,5,4,0,0,0,0,0,0,0 +712130,63,11,0,9,0,3,0,0,0,0,0,0 +712190,63,11,28,5,3,0,0,0,0,0,0,0 +713110,63,11,5797,8,3,0,0,0,0,0,0,0 +713120,63,11,440,31,26,3,0,0,0,0,0,0 +713210,63,11,2625,4,0,0,0,0,0,0,0,0 +713290,63,11,854,13,8,0,0,0,0,0,0,0 +713910,63,11,2532,48,13,27,6,0,0,0,0,0 +713930,63,11,409,26,21,3,0,0,0,0,0,0 +713940,63,11,10911,415,298,101,10,4,0,0,0,0 +713950,63,11,318,10,0,9,0,0,0,0,0,0 +713990,63,11,1416,193,172,20,0,0,0,0,0,0 +721110,63,11,30390,486,252,166,39,18,8,3,0,0 +721120,63,11,7329,4,0,0,0,0,0,0,0,0 +721191,63,11,77,10,8,0,0,0,0,0,0,0 +721199,63,11,62,10,6,0,0,0,0,0,0,0 +721211,63,11,338,24,19,3,0,0,0,0,0,0 +721214,63,11,242,14,8,3,0,0,0,0,0,0 +721310,63,11,126,17,15,0,0,0,0,0,0,0 +722310,63,11,6359,211,167,33,7,0,3,0,0,0 +722320,63,11,1601,132,106,25,0,0,0,0,0,0 +722330,63,11,358,111,108,3,0,0,0,0,0,0 +722410,63,11,6647,328,235,88,4,0,0,0,0,0 +722511,63,11,66385,2601,1527,977,92,5,0,0,0,0 +722513,63,11,48569,2898,1936,950,11,0,0,0,0,0 +722514,63,11,1146,49,28,20,0,0,0,0,0,0 +722515,63,11,9388,917,792,125,0,0,0,0,0,0 +811111,63,11,3909,865,852,10,0,0,0,0,0,0 +811112,63,11,58,13,13,0,0,0,0,0,0,0 +811113,63,11,145,43,41,0,0,0,0,0,0,0 +811118,63,11,127,32,31,0,0,0,0,0,0,0 +811121,63,11,2720,301,264,35,0,0,0,0,0,0 +811122,63,11,303,61,59,0,0,0,0,0,0,0 +811191,63,11,465,61,60,0,0,0,0,0,0,0 +811192,63,11,1876,190,157,31,0,0,0,0,0,0 +811198,63,11,239,88,88,0,0,0,0,0,0,0 +811211,63,11,131,19,17,0,0,0,0,0,0,0 +811212,63,11,607,72,68,0,0,0,0,0,0,0 +811213,63,11,30,15,13,0,0,0,0,0,0,0 +811219,63,11,335,45,40,5,0,0,0,0,0,0 +811310,63,11,924,108,97,9,0,0,0,0,0,0 +811411,63,11,13,6,5,0,0,0,0,0,0,0 +811412,63,11,168,47,43,0,0,0,0,0,0,0 +811420,63,11,129,43,42,0,0,0,0,0,0,0 +811430,63,11,56,11,9,0,0,0,0,0,0,0 +811490,63,11,500,125,120,5,0,0,0,0,0,0 +812111,63,11,199,46,45,0,0,0,0,0,0,0 +812112,63,11,4319,729,692,36,0,0,0,0,0,0 +812113,63,11,2655,489,470,19,0,0,0,0,0,0 +812191,63,11,412,37,28,8,0,0,0,0,0,0 +812199,63,11,1901,281,251,29,0,0,0,0,0,0 +812210,63,11,388,55,52,0,0,0,0,0,0,0 +812220,63,11,225,18,13,3,0,0,0,0,0,0 +812310,63,11,430,100,98,0,0,0,0,0,0,0 +812320,63,11,1296,217,207,10,0,0,0,0,0,0 +812331,63,11,692,7,0,0,0,0,0,0,0,0 +812332,63,11,539,15,5,3,0,0,0,0,0,0 +812910,63,11,1558,204,186,17,0,0,0,0,0,0 +812921,63,11,8,3,3,0,0,0,0,0,0,0 +812930,63,11,3366,309,258,47,3,0,0,0,0,0 +812990,63,11,1212,220,214,3,3,0,0,0,0,0 +813110,63,11,12765,1006,863,120,20,3,0,0,0,0 +813211,63,11,3061,136,128,5,0,0,0,0,0,0 +813212,63,11,362,40,36,0,0,0,0,0,0,0 +813219,63,11,266,31,23,4,0,0,0,0,0,0 +813311,63,11,251,30,26,4,0,0,0,0,0,0 +813312,63,11,933,74,65,4,3,0,0,0,0,0 +813319,63,11,460,73,69,3,0,0,0,0,0,0 +813410,63,11,1409,182,168,13,0,0,0,0,0,0 +813910,63,11,1038,122,112,9,0,0,0,0,0,0 +813920,63,11,752,50,47,0,0,0,0,0,0,0 +813930,63,11,615,73,69,4,0,0,0,0,0,0 +813940,63,11,17,14,13,0,0,0,0,0,0,0 +813990,63,11,1483,203,187,15,0,0,0,0,0,0 +113310,64,12,15,7,3,0,0,0,0,0,0,0 +114111,64,12,3,3,3,0,0,0,0,0,0,0 +114210,64,12,21,3,0,0,0,0,0,0,0,0 +115112,64,12,567,66,48,0,0,0,0,0,0,0 +115114,64,12,253,7,0,0,0,0,0,0,0,0 +115115,64,12,124,7,0,0,0,0,0,0,0,0 +115116,64,12,639,26,14,5,0,0,0,0,0,0 +115210,64,12,308,118,108,0,0,0,0,0,0,0 +115310,64,12,8,3,0,0,0,0,0,0,0,0 +211120,64,12,50,7,4,0,0,0,0,0,0,0 +212319,64,12,41,3,0,0,0,0,0,0,0,0 +212321,64,12,251,12,3,3,0,0,0,0,0,0 +213112,64,12,37,6,3,0,0,0,0,0,0,0 +221112,64,12,0,14,0,3,0,0,0,0,0,0 +221114,64,12,14,7,4,0,0,0,0,0,0,0 +221115,64,12,107,9,3,0,0,0,0,0,0,0 +221117,64,12,25,3,0,0,0,0,0,0,0,0 +221122,64,12,0,13,0,0,0,0,0,0,0,0 +221310,64,12,1244,52,34,3,0,0,0,0,0,0 +236115,64,12,5711,1370,1324,31,0,0,0,0,0,0 +236116,64,12,1809,92,53,0,0,0,0,0,0,0 +236117,64,12,2901,263,217,24,4,0,0,0,0,0 +236118,64,12,18490,4165,4044,100,3,0,0,0,0,0 +236210,64,12,484,62,42,0,0,0,0,0,0,0 +236220,64,12,19861,886,700,133,25,0,3,0,0,0 +237110,64,12,3699,155,88,24,0,0,0,0,0,0 +237120,64,12,152,9,3,0,0,0,0,0,0,0 +237130,64,12,2622,89,44,16,3,0,0,0,0,0 +237210,64,12,511,145,129,0,0,0,0,0,0,0 +237310,64,12,6519,175,81,53,3,0,0,0,0,0 +237990,64,12,1146,68,24,4,0,0,0,0,0,0 +238110,64,12,6231,350,285,35,3,0,0,0,0,0 +238120,64,12,2287,71,38,3,0,0,0,0,0,0 +238130,64,12,3427,181,145,15,6,0,0,0,0,0 +238140,64,12,1890,230,197,6,0,0,0,0,0,0 +238150,64,12,2082,159,122,4,0,0,0,0,0,0 +238160,64,12,6096,537,466,46,9,0,0,0,0,0 +238170,64,12,435,40,29,0,0,0,0,0,0,0 +238190,64,12,1391,98,62,3,0,0,0,0,0,0 +238210,64,12,24018,1885,1667,180,21,4,0,3,0,0 +238220,64,12,27135,2062,1790,234,21,4,0,0,0,0 +238290,64,12,3040,144,101,17,6,0,0,0,0,0 +238310,64,12,12416,483,384,59,7,3,0,0,0,0 +238320,64,12,8237,1210,1125,59,7,0,0,0,0,0 +238330,64,12,3379,456,405,28,0,0,0,0,0,0 +238340,64,12,2799,374,340,17,0,0,0,0,0,0 +238350,64,12,3806,581,541,21,3,0,0,0,0,0 +238390,64,12,2593,157,115,19,0,0,0,0,0,0 +238910,64,12,7902,460,355,75,8,0,0,0,0,0 +238990,64,12,7042,579,501,58,5,0,0,0,0,0 +311119,64,12,143,7,0,3,0,0,0,0,0,0 +311230,64,12,9,3,0,0,0,0,0,0,0,0 +311340,64,12,36,7,3,0,0,0,0,0,0,0 +311351,64,12,368,5,0,0,0,0,0,0,0,0 +311352,64,12,1314,33,11,3,0,0,0,0,0,0 +311411,64,12,0,3,0,0,0,0,0,0,0,0 +311412,64,12,746,11,0,0,0,0,0,0,0,0 +311421,64,12,390,24,11,3,0,0,0,0,0,0 +311511,64,12,393,9,0,0,0,0,0,0,0,0 +311513,64,12,274,13,4,3,0,0,0,0,0,0 +311520,64,12,76,11,4,0,0,0,0,0,0,0 +311612,64,12,1013,23,8,0,3,0,0,0,0,0 +311710,64,12,0,3,0,0,0,0,0,0,0,0 +311811,64,12,3195,241,190,32,0,0,0,0,0,0 +311812,64,12,4372,142,80,23,4,3,0,0,0,0 +311821,64,12,0,3,0,0,0,0,0,0,0,0 +311824,64,12,0,3,0,0,0,0,0,0,0,0 +311830,64,12,563,6,0,0,0,0,0,0,0,0 +311911,64,12,65,6,0,0,0,0,0,0,0,0 +311919,64,12,37,4,3,0,0,0,0,0,0,0 +311920,64,12,672,34,16,4,0,0,0,0,0,0 +311941,64,12,95,11,6,0,0,0,0,0,0,0 +311991,64,12,576,34,18,0,0,0,0,0,0,0 +311999,64,12,170,17,6,0,0,0,0,0,0,0 +312111,64,12,746,8,4,0,0,0,0,0,0,0 +312112,64,12,23,5,4,0,0,0,0,0,0,0 +312120,64,12,2047,91,58,3,0,0,0,0,0,0 +312130,64,12,18130,849,628,168,29,3,0,0,0,0 +312140,64,12,52,20,9,0,0,0,0,0,0,0 +313310,64,12,26,7,0,0,0,0,0,0,0,0 +314120,64,12,172,27,16,0,0,0,0,0,0,0 +314910,64,12,249,29,14,0,0,0,0,0,0,0 +314999,64,12,198,31,20,0,0,0,0,0,0,0 +315210,64,12,701,75,61,8,0,0,0,0,0,0 +315220,64,12,0,3,0,0,0,0,0,0,0,0 +315240,64,12,173,23,7,0,0,0,0,0,0,0 +315280,64,12,57,7,5,0,0,0,0,0,0,0 +315990,64,12,49,8,3,0,0,0,0,0,0,0 +316210,64,12,9,3,3,0,0,0,0,0,0,0 +316998,64,12,134,15,7,0,0,0,0,0,0,0 +321113,64,12,277,8,0,0,0,0,0,0,0,0 +321911,64,12,551,29,19,0,0,0,0,0,0,0 +321912,64,12,46,3,0,0,0,0,0,0,0,0 +321918,64,12,0,3,0,0,0,0,0,0,0,0 +321920,64,12,867,40,16,3,0,0,0,0,0,0 +321999,64,12,358,58,42,3,0,0,0,0,0,0 +322211,64,12,730,10,0,3,3,0,0,0,0,0 +322212,64,12,0,7,0,0,0,0,0,0,0,0 +322219,64,12,167,5,0,3,0,0,0,0,0,0 +322220,64,12,69,4,0,0,0,0,0,0,0,0 +322299,64,12,18,4,3,0,0,0,0,0,0,0 +323111,64,12,5796,463,396,39,6,0,0,0,0,0 +323113,64,12,1292,97,71,0,0,0,0,0,0,0 +323117,64,12,200,11,3,0,0,0,0,0,0,0 +323120,64,12,234,44,29,0,0,0,0,0,0,0 +324110,64,12,3324,5,0,0,0,0,0,0,0,0 +324121,64,12,120,8,0,0,0,0,0,0,0,0 +324122,64,12,0,4,0,0,0,0,0,0,0,0 +325120,64,12,202,11,0,0,0,0,0,0,0,0 +325180,64,12,305,9,0,3,0,0,0,0,0,0 +325314,64,12,67,3,0,0,0,0,0,0,0,0 +325411,64,12,893,14,3,0,0,0,0,0,0,0 +325412,64,12,436,38,17,3,0,0,0,0,0,0 +325413,64,12,1118,15,3,0,0,0,0,0,0,0 +325414,64,12,1836,12,0,0,0,0,0,0,0,0 +325510,64,12,231,18,6,0,0,0,0,0,0,0 +325520,64,12,163,4,0,0,0,0,0,0,0,0 +325611,64,12,55,5,0,0,0,0,0,0,0,0 +325612,64,12,0,3,0,0,0,0,0,0,0,0 +325620,64,12,521,27,7,0,0,0,0,0,0,0 +325998,64,12,588,25,11,0,0,0,0,0,0,0 +326111,64,12,201,7,3,3,0,0,0,0,0,0 +326112,64,12,0,4,0,0,0,0,0,0,0,0 +326150,64,12,228,7,0,0,0,0,0,0,0,0 +326191,64,12,75,4,0,0,0,0,0,0,0,0 +326199,64,12,2633,106,60,14,7,0,0,0,0,0 +326291,64,12,0,4,0,0,0,0,0,0,0,0 +326299,64,12,0,3,0,0,0,0,0,0,0,0 +327110,64,12,128,17,6,0,0,0,0,0,0,0 +327120,64,12,0,6,0,0,0,0,0,0,0,0 +327212,64,12,184,6,3,0,0,0,0,0,0,0 +327215,64,12,632,24,11,0,0,0,0,0,0,0 +327320,64,12,1071,60,18,8,0,0,0,0,0,0 +327331,64,12,0,3,0,0,0,0,0,0,0,0 +327390,64,12,682,28,3,3,0,0,0,0,0,0 +327991,64,12,321,35,13,0,0,0,0,0,0,0 +327992,64,12,44,3,0,0,0,0,0,0,0,0 +327993,64,12,11,3,0,0,0,0,0,0,0,0 +327999,64,12,0,3,0,0,0,0,0,0,0,0 +331491,64,12,78,3,0,0,0,0,0,0,0,0 +331511,64,12,0,3,0,0,0,0,0,0,0,0 +331513,64,12,0,4,0,0,0,0,0,0,0,0 +332119,64,12,257,13,0,0,0,0,0,0,0,0 +332216,64,12,171,18,7,0,0,0,0,0,0,0 +332311,64,12,102,3,0,0,0,0,0,0,0,0 +332312,64,12,399,28,9,0,0,0,0,0,0,0 +332313,64,12,17,4,0,0,0,0,0,0,0,0 +332321,64,12,208,11,0,0,0,0,0,0,0,0 +332322,64,12,4715,119,63,34,3,3,0,0,0,0 +332323,64,12,962,82,61,3,0,0,0,0,0,0 +332420,64,12,129,3,0,0,0,0,0,0,0,0 +332431,64,12,0,3,0,0,0,0,0,0,0,0 +332510,64,12,38,7,0,0,0,0,0,0,0,0 +332613,64,12,51,3,0,0,0,0,0,0,0,0 +332618,64,12,140,9,0,3,0,0,0,0,0,0 +332710,64,12,7481,530,414,83,4,3,0,0,0,0 +332721,64,12,2057,89,53,18,4,0,0,0,0,0 +332722,64,12,139,8,0,0,0,0,0,0,0,0 +332811,64,12,210,13,4,0,0,0,0,0,0,0 +332812,64,12,884,54,29,8,0,0,0,0,0,0 +332813,64,12,1853,69,32,25,0,0,0,0,0,0 +332911,64,12,246,4,0,0,0,0,0,0,0,0 +332996,64,12,150,8,3,0,0,0,0,0,0,0 +332999,64,12,616,49,33,4,0,0,0,0,0,0 +333241,64,12,132,3,0,0,0,0,0,0,0,0 +333242,64,12,906,42,22,7,4,0,0,0,0,0 +333244,64,12,0,3,0,0,0,0,0,0,0,0 +333249,64,12,267,34,26,4,0,0,0,0,0,0 +333314,64,12,1110,27,15,0,0,0,0,0,0,0 +333316,64,12,123,13,5,0,0,0,0,0,0,0 +333318,64,12,698,34,23,0,3,0,0,0,0,0 +333413,64,12,0,3,0,0,0,0,0,0,0,0 +333414,64,12,69,12,4,0,0,0,0,0,0,0 +333415,64,12,124,3,0,0,0,0,0,0,0,0 +333511,64,12,567,3,0,0,0,0,0,0,0,0 +333514,64,12,208,29,22,0,0,0,0,0,0,0 +333515,64,12,219,18,14,0,0,0,0,0,0,0 +333517,64,12,16,5,4,0,0,0,0,0,0,0 +333519,64,12,85,5,0,0,0,0,0,0,0,0 +333914,64,12,0,3,0,0,0,0,0,0,0,0 +333922,64,12,4,3,3,0,0,0,0,0,0,0 +333992,64,12,0,3,0,0,0,0,0,0,0,0 +333993,64,12,40,4,0,0,0,0,0,0,0,0 +333994,64,12,125,4,0,0,0,0,0,0,0,0 +333999,64,12,606,51,29,5,0,0,0,0,0,0 +334111,64,12,369,24,15,0,0,0,0,0,0,0 +334112,64,12,1077,12,6,0,0,0,0,0,0,0 +334118,64,12,943,51,28,10,0,0,0,0,0,0 +334210,64,12,1740,21,0,3,0,0,0,0,0,0 +334220,64,12,4320,55,22,3,0,0,0,0,0,0 +334290,64,12,43,12,9,0,0,0,0,0,0,0 +334310,64,12,331,34,13,0,0,0,0,0,0,0 +334412,64,12,3822,46,12,11,9,5,0,0,0,0 +334413,64,12,10407,158,92,33,13,5,0,0,0,0 +334416,64,12,138,6,0,0,0,0,0,0,0,0 +334417,64,12,150,6,0,0,0,0,0,0,0,0 +334418,64,12,5170,60,16,21,7,6,0,0,0,0 +334419,64,12,3612,94,57,16,0,4,0,0,0,0 +334510,64,12,5957,78,42,11,0,0,0,0,0,0 +334511,64,12,629,16,3,4,0,0,0,0,0,0 +334512,64,12,117,7,0,3,0,0,0,0,0,0 +334513,64,12,388,26,8,0,0,0,0,0,0,0 +334514,64,12,31,3,0,0,0,0,0,0,0,0 +334515,64,12,5119,92,52,20,3,0,0,0,0,0 +334516,64,12,6018,50,21,6,3,0,0,0,0,0 +334517,64,12,1960,16,0,4,0,0,0,0,0,0 +334519,64,12,1966,44,19,6,0,0,0,0,0,0 +334613,64,12,0,4,0,0,0,0,0,0,0,0 +334614,64,12,516,19,6,0,0,0,0,0,0,0 +335110,64,12,130,3,0,0,0,0,0,0,0,0 +335121,64,12,32,5,3,0,0,0,0,0,0,0 +335122,64,12,201,15,0,0,0,0,0,0,0,0 +335129,64,12,90,12,4,0,0,0,0,0,0,0 +335210,64,12,6,3,3,0,0,0,0,0,0,0 +335311,64,12,0,6,3,0,0,0,0,0,0,0 +335312,64,12,91,5,0,0,0,0,0,0,0,0 +335313,64,12,387,11,6,0,0,0,0,0,0,0 +335314,64,12,900,14,3,0,0,0,0,0,0,0 +335911,64,12,112,9,3,0,0,0,0,0,0,0 +335912,64,12,0,3,0,0,0,0,0,0,0,0 +335921,64,12,0,3,0,0,0,0,0,0,0,0 +335931,64,12,132,3,0,0,0,0,0,0,0,0 +335999,64,12,3713,49,26,3,0,4,0,0,0,0 +336111,64,12,61,6,3,0,0,0,0,0,0,0 +336120,64,12,0,3,0,0,0,0,0,0,0,0 +336211,64,12,225,5,0,0,0,0,0,0,0,0 +336310,64,12,18,4,0,0,0,0,0,0,0,0 +336320,64,12,16,3,0,0,0,0,0,0,0,0 +336350,64,12,42,3,0,0,0,0,0,0,0,0 +336390,64,12,8,7,3,0,0,0,0,0,0,0 +336411,64,12,4,3,3,0,0,0,0,0,0,0 +336414,64,12,0,4,0,0,0,0,0,0,0,0 +336611,64,12,0,4,0,0,0,0,0,0,0,0 +336991,64,12,54,23,4,0,0,0,0,0,0,0 +336999,64,12,0,3,0,0,0,0,0,0,0,0 +337110,64,12,1376,146,121,0,0,0,0,0,0,0 +337121,64,12,116,21,10,0,0,0,0,0,0,0 +337122,64,12,170,37,23,0,0,0,0,0,0,0 +337124,64,12,34,3,0,0,0,0,0,0,0,0 +337127,64,12,0,4,0,0,0,0,0,0,0,0 +337211,64,12,449,13,3,3,0,0,0,0,0,0 +337212,64,12,744,31,3,3,0,0,0,0,0,0 +337215,64,12,554,16,0,0,0,0,0,0,0,0 +337910,64,12,0,3,0,0,0,0,0,0,0,0 +337920,64,12,59,6,0,0,0,0,0,0,0,0 +339112,64,12,6946,85,45,15,0,0,0,0,0,0 +339113,64,12,744,60,30,3,0,0,0,0,0,0 +339114,64,12,29,12,7,0,0,0,0,0,0,0 +339115,64,12,51,7,4,0,0,0,0,0,0,0 +339116,64,12,1251,213,198,0,0,0,0,0,0,0 +339910,64,12,419,58,35,0,0,0,0,0,0,0 +339920,64,12,105,30,18,0,0,0,0,0,0,0 +339930,64,12,0,17,7,0,0,0,0,0,0,0 +339940,64,12,77,11,7,0,0,0,0,0,0,0 +339950,64,12,1047,100,80,0,0,0,0,0,0,0 +339992,64,12,100,16,3,0,0,0,0,0,0,0 +339999,64,12,942,195,177,3,0,0,0,0,0,0 +423110,64,12,1131,87,58,7,0,0,0,0,0,0 +423120,64,12,2684,209,162,28,0,0,0,0,0,0 +423130,64,12,253,18,5,3,0,0,0,0,0,0 +423140,64,12,68,17,11,0,0,0,0,0,0,0 +423210,64,12,3082,179,142,26,0,0,0,0,0,0 +423220,64,12,2905,213,176,13,0,0,0,0,0,0 +423310,64,12,1553,107,64,15,0,0,0,0,0,0 +423320,64,12,470,45,24,5,0,0,0,0,0,0 +423330,64,12,637,45,21,3,0,0,0,0,0,0 +423390,64,12,817,68,41,3,0,0,0,0,0,0 +423410,64,12,361,16,3,0,0,0,0,0,0,0 +423420,64,12,2897,228,184,21,0,0,0,0,0,0 +423430,64,12,23291,515,380,87,17,7,0,6,0,0 +423440,64,12,1378,100,69,3,0,0,0,0,0,0 +423450,64,12,8717,254,197,19,0,0,0,0,0,0 +423460,64,12,505,15,3,0,0,0,0,0,0,0 +423490,64,12,1101,102,80,0,0,0,0,0,0,0 +423510,64,12,1872,163,118,16,0,0,0,0,0,0 +423610,64,12,6023,436,350,64,6,0,0,0,0,0 +423620,64,12,1228,101,80,6,0,0,0,0,0,0 +423690,64,12,48145,810,590,123,33,17,20,6,0,0 +423710,64,12,1352,135,102,9,0,0,0,0,0,0 +423720,64,12,3550,144,104,14,0,0,0,0,0,0 +423730,64,12,706,74,53,4,0,0,0,0,0,0 +423740,64,12,194,26,13,0,0,0,0,0,0,0 +423810,64,12,912,64,38,5,0,0,0,0,0,0 +423820,64,12,688,57,33,3,0,0,0,0,0,0 +423830,64,12,7002,510,425,55,0,0,0,0,0,0 +423840,64,12,2233,206,173,14,0,0,0,0,0,0 +423850,64,12,1034,96,76,0,0,0,0,0,0,0 +423860,64,12,449,24,17,3,0,0,0,0,0,0 +423910,64,12,1748,130,96,8,0,0,0,0,0,0 +423920,64,12,2264,79,55,6,0,0,0,0,0,0 +423930,64,12,2173,160,120,19,0,0,0,0,0,0 +423940,64,12,526,138,129,0,0,0,0,0,0,0 +423990,64,12,1364,221,191,7,0,0,0,0,0,0 +424110,64,12,165,12,9,0,0,0,0,0,0,0 +424120,64,12,642,95,80,0,0,0,0,0,0,0 +424130,64,12,1597,116,85,15,0,0,0,0,0,0 +424210,64,12,11345,273,217,13,0,0,0,0,0,0 +424310,64,12,233,47,32,0,0,0,0,0,0,0 +424320,64,12,421,51,27,7,0,0,0,0,0,0 +424330,64,12,2144,146,115,7,0,0,0,0,0,0 +424340,64,12,746,36,23,0,0,0,0,0,0,0 +424410,64,12,2601,89,59,8,0,0,0,0,0,0 +424420,64,12,3467,123,86,10,3,0,0,0,0,0 +424430,64,12,1085,48,14,6,0,0,0,0,0,0 +424440,64,12,117,16,14,0,0,0,0,0,0,0 +424450,64,12,646,56,32,0,0,0,0,0,0,0 +424460,64,12,1618,77,47,21,0,0,0,0,0,0 +424470,64,12,1235,63,33,6,0,0,0,0,0,0 +424480,64,12,3264,191,144,18,7,0,0,0,0,0 +424490,64,12,9805,526,404,91,11,0,0,0,0,0 +424510,64,12,162,25,9,0,0,0,0,0,0,0 +424590,64,12,13,9,3,0,0,0,0,0,0,0 +424610,64,12,328,43,26,3,0,0,0,0,0,0 +424690,64,12,2008,163,123,16,0,0,0,0,0,0 +424710,64,12,477,39,16,4,0,0,0,0,0,0 +424720,64,12,345,27,3,0,0,0,0,0,0,0 +424810,64,12,1448,36,10,0,3,0,0,0,0,0 +424820,64,12,5996,248,200,14,0,0,0,0,0,0 +424910,64,12,1042,88,50,3,0,0,0,0,0,0 +424920,64,12,277,44,25,3,0,0,0,0,0,0 +424930,64,12,1548,103,72,11,0,0,0,0,0,0 +424940,64,12,239,13,4,0,0,0,0,0,0,0 +424950,64,12,297,36,21,0,0,0,0,0,0,0 +424990,64,12,2073,318,273,14,0,0,0,0,0,0 +425110,64,12,74,23,18,0,0,0,0,0,0,0 +425120,64,12,7368,880,829,29,0,0,0,0,0,0 +441110,64,12,26096,378,67,197,91,3,0,0,0,0 +441120,64,12,1496,220,201,3,0,0,0,0,0,0 +441210,64,12,442,27,8,3,0,0,0,0,0,0 +441222,64,12,298,48,31,0,0,0,0,0,0,0 +441228,64,12,932,109,73,10,0,0,0,0,0,0 +441310,64,12,4731,492,446,38,0,0,0,0,0,0 +441320,64,12,3778,401,356,22,0,0,0,0,0,0 +442110,64,12,3864,533,506,11,0,0,0,0,0,0 +442210,64,12,1544,239,215,3,0,0,0,0,0,0 +442291,64,12,269,48,29,0,0,0,0,0,0,0 +442299,64,12,5382,409,311,83,0,0,0,0,0,0 +443141,64,12,1327,135,100,12,0,0,0,0,0,0 +443142,64,12,8819,565,483,37,23,0,0,0,0,0 +444110,64,12,3982,100,14,0,59,0,0,0,0,0 +444120,64,12,1036,189,178,0,0,0,0,0,0,0 +444130,64,12,4623,265,168,75,0,0,0,0,0,0 +444190,64,12,7036,731,645,62,0,0,0,0,0,0 +444210,64,12,172,27,19,0,0,0,0,0,0,0 +444220,64,12,2259,234,192,17,0,0,0,0,0,0 +445110,64,12,69132,1836,1021,600,199,4,0,0,0,0 +445120,64,12,3032,504,480,11,0,0,0,0,0,0 +445210,64,12,592,99,86,0,0,0,0,0,0,0 +445220,64,12,145,22,11,0,0,0,0,0,0,0 +445230,64,12,1052,118,93,7,0,0,0,0,0,0 +445291,64,12,507,75,55,3,0,0,0,0,0,0 +445292,64,12,1195,144,118,3,0,0,0,0,0,0 +445299,64,12,1497,212,195,0,0,0,0,0,0,0 +445310,64,12,3621,802,772,25,0,0,0,0,0,0 +446110,64,12,12649,854,561,288,0,0,0,0,0,0 +446120,64,12,5010,478,401,68,0,0,0,0,0,0 +446130,64,12,1811,260,236,8,0,0,0,0,0,0 +446191,64,12,1391,267,248,0,0,0,0,0,0,0 +446199,64,12,992,189,174,3,0,0,0,0,0,0 +447110,64,12,8477,1128,1085,30,0,0,0,0,0,0 +447190,64,12,1690,238,223,4,0,0,0,0,0,0 +448110,64,12,1795,193,171,4,0,0,0,0,0,0 +448120,64,12,8355,771,676,76,3,0,0,0,0,0 +448130,64,12,1838,174,134,16,0,0,0,0,0,0 +448140,64,12,25881,811,389,395,7,0,0,0,0,0 +448150,64,12,1976,228,205,4,0,0,0,0,0,0 +448190,64,12,3376,326,269,41,0,0,0,0,0,0 +448210,64,12,7939,670,597,57,3,0,0,0,0,0 +448310,64,12,2735,517,494,12,0,0,0,0,0,0 +448320,64,12,228,40,28,0,0,0,0,0,0,0 +451110,64,12,5467,532,485,28,0,0,0,0,0,0 +451120,64,12,3831,226,159,32,0,0,0,0,0,0 +451130,64,12,830,85,53,7,0,0,0,0,0,0 +451140,64,12,813,105,84,3,0,0,0,0,0,0 +451211,64,12,2623,178,123,26,0,0,0,0,0,0 +451212,64,12,49,17,11,0,0,0,0,0,0,0 +452210,64,12,8815,70,0,14,35,0,0,0,0,0 +452311,64,12,22949,125,0,3,51,46,0,0,0,0 +452319,64,12,5230,311,176,124,0,0,0,0,0,0 +453110,64,12,1153,266,250,0,0,0,0,0,0,0 +453210,64,12,1707,137,70,46,0,0,0,0,0,0 +453220,64,12,4251,593,554,26,0,0,0,0,0,0 +453310,64,12,4703,456,399,41,0,0,0,0,0,0 +453910,64,12,3248,266,202,48,0,0,0,0,0,0 +453920,64,12,645,166,152,3,0,0,0,0,0,0 +453930,64,12,43,9,3,0,0,0,0,0,0,0 +453991,64,12,567,192,179,0,0,0,0,0,0,0 +453998,64,12,2611,381,346,18,0,0,0,0,0,0 +454110,64,12,27801,1485,1327,108,15,0,4,0,0,0 +454210,64,12,233,60,52,0,0,0,0,0,0,0 +454310,64,12,149,25,14,0,0,0,0,0,0,0 +454390,64,12,3063,450,407,20,0,0,0,0,0,0 +481111,64,12,20454,69,29,18,0,0,0,0,0,0 +481112,64,12,86,14,14,0,0,0,0,0,0,0 +481211,64,12,202,17,6,0,0,0,0,0,0,0 +483111,64,12,0,9,3,0,0,0,0,0,0,0 +483113,64,12,159,10,0,5,0,0,0,0,0,0 +484110,64,12,3480,535,479,26,0,0,0,0,0,0 +484121,64,12,1900,197,154,11,0,0,0,0,0,0 +484122,64,12,2328,73,28,22,0,0,0,0,0,0 +484210,64,12,2614,280,230,27,0,0,0,0,0,0 +484220,64,12,2680,319,277,22,0,0,0,0,0,0 +484230,64,12,1286,94,60,7,0,0,0,0,0,0 +485113,64,12,0,11,0,0,0,0,0,0,0,0 +485210,64,12,62,12,3,0,0,0,0,0,0,0 +485310,64,12,245,69,48,0,0,0,0,0,0,0 +485320,64,12,1916,205,174,4,0,0,0,0,0,0 +485410,64,12,1957,37,6,0,7,0,0,0,0,0 +485510,64,12,586,44,21,9,0,0,0,0,0,0 +485991,64,12,737,46,24,6,0,0,0,0,0,0 +485999,64,12,1079,68,42,7,0,0,0,0,0,0 +486210,64,12,0,7,0,0,0,0,0,0,0,0 +487110,64,12,540,29,15,0,0,0,0,0,0,0 +487210,64,12,585,32,16,0,0,0,0,0,0,0 +487990,64,12,136,9,0,3,0,0,0,0,0,0 +488119,64,12,4081,45,17,5,6,0,0,0,0,0 +488190,64,12,553,56,37,0,0,0,0,0,0,0 +488210,64,12,204,17,12,0,0,0,0,0,0,0 +488320,64,12,3527,12,0,3,0,0,0,0,0,0 +488330,64,12,219,8,0,3,0,0,0,0,0,0 +488390,64,12,14,5,4,0,0,0,0,0,0,0 +488410,64,12,2050,212,173,18,0,0,0,0,0,0 +488490,64,12,611,82,64,6,0,0,0,0,0,0 +488510,64,12,6536,511,428,53,0,0,0,0,0,0 +488991,64,12,379,34,23,0,0,0,0,0,0,0 +488999,64,12,6,3,3,0,0,0,0,0,0,0 +492110,64,12,12903,234,149,15,15,4,0,0,0,0 +492210,64,12,3132,132,103,8,0,0,0,0,0,0 +493110,64,12,5765,242,163,40,4,0,0,0,0,0 +493120,64,12,213,14,0,0,0,0,0,0,0,0 +493130,64,12,142,6,3,0,0,0,0,0,0,0 +493190,64,12,1071,68,45,9,0,0,0,0,0,0 +511110,64,12,2531,137,94,8,0,0,0,0,0,0 +511120,64,12,1331,133,99,16,0,0,0,0,0,0 +511130,64,12,2634,94,60,7,4,0,0,0,0,0 +511140,64,12,52,13,3,0,0,0,0,0,0,0 +511199,64,12,40,18,7,0,0,0,0,0,0,0 +511210,64,12,105434,1692,1256,245,86,40,15,21,0,0 +512110,64,12,4103,413,388,4,4,0,0,0,0,0 +512120,64,12,8,4,3,0,0,0,0,0,0,0 +512131,64,12,3161,111,36,44,0,0,0,0,0,0 +512191,64,12,1539,60,38,4,0,0,0,0,0,0 +512199,64,12,0,4,0,0,0,0,0,0,0,0 +512230,64,12,38,15,14,0,0,0,0,0,0,0 +512240,64,12,76,28,25,0,0,0,0,0,0,0 +512250,64,12,13,15,6,0,0,0,0,0,0,0 +512290,64,12,70,14,8,0,0,0,0,0,0,0 +515111,64,12,48,9,7,0,0,0,0,0,0,0 +515112,64,12,1203,55,27,13,0,0,0,0,0,0 +515120,64,12,965,33,18,0,0,0,0,0,0,0 +515210,64,12,507,15,6,0,0,0,0,0,0,0 +517311,64,12,18416,655,465,130,17,9,0,0,0,0 +517312,64,12,5910,526,457,57,0,0,0,0,0,0 +517410,64,12,6,10,7,0,0,0,0,0,0,0 +517911,64,12,994,160,140,4,0,0,0,0,0,0 +517919,64,12,2286,107,77,7,0,0,0,0,0,0 +518210,64,12,51237,1158,803,229,63,27,12,0,0,0 +519110,64,12,481,13,0,0,0,0,0,0,0,0 +519120,64,12,142,21,14,0,0,0,0,0,0,0 +519130,64,12,71342,861,589,116,72,34,22,4,0,0 +519190,64,12,231,26,20,0,0,0,0,0,0,0 +522110,64,12,38403,2026,1737,242,17,12,6,0,0,0 +522120,64,12,453,51,35,4,0,0,0,0,0,0 +522130,64,12,5991,319,262,18,10,0,0,0,0,0 +522210,64,12,0,8,4,0,0,0,0,0,0,0 +522220,64,12,912,73,53,3,0,0,0,0,0,0 +522291,64,12,4880,146,121,5,0,0,0,0,0,0 +522292,64,12,8563,410,332,41,9,0,0,0,0,0 +522298,64,12,710,85,73,0,0,0,0,0,0,0 +522310,64,12,2452,458,435,7,0,0,0,0,0,0 +522320,64,12,9739,152,98,6,6,3,0,0,0,0 +522390,64,12,3093,352,335,4,0,0,0,0,0,0 +523110,64,12,2816,178,140,24,3,0,0,0,0,0 +523120,64,12,8183,850,776,50,5,0,0,0,0,0 +523130,64,12,348,28,20,0,0,0,0,0,0,0 +523140,64,12,246,9,0,0,0,0,0,0,0,0 +523910,64,12,4912,600,530,58,0,0,0,0,0,0 +523920,64,12,15671,1429,1296,91,20,3,0,0,0,0 +523930,64,12,4211,772,736,14,3,0,0,0,0,0 +523991,64,12,421,116,101,0,0,0,0,0,0,0 +523999,64,12,30,15,9,0,0,0,0,0,0,0 +524113,64,12,2142,174,139,25,0,0,0,0,0,0 +524114,64,12,3191,81,42,11,0,0,0,0,0,0 +524126,64,12,6952,177,100,40,4,0,0,0,0,0 +524127,64,12,2789,246,203,20,0,0,0,0,0,0 +524128,64,12,12,6,0,0,0,0,0,0,0,0 +524130,64,12,145,12,0,3,0,0,0,0,0,0 +524210,64,12,16188,2729,2576,133,9,0,0,0,0,0 +524291,64,12,337,53,34,0,0,0,0,0,0,0 +524292,64,12,2298,114,74,14,3,0,0,0,0,0 +524298,64,12,1156,47,29,0,0,0,0,0,0,0 +525910,64,12,3,3,3,0,0,0,0,0,0,0 +525990,64,12,86,41,35,0,0,0,0,0,0,0 +531110,64,12,11359,2367,2300,42,6,0,0,0,0,0 +531120,64,12,6028,1115,1063,33,0,0,0,0,0,0 +531130,64,12,1462,479,468,0,0,0,0,0,0,0 +531190,64,12,1203,298,280,0,0,0,0,0,0,0 +531210,64,12,10919,3572,3485,74,0,0,0,0,0,0 +531311,64,12,12391,1728,1626,83,7,0,0,0,0,0 +531312,64,12,5734,651,594,33,0,0,0,0,0,0 +531320,64,12,676,207,190,0,0,0,0,0,0,0 +531390,64,12,2269,479,455,9,0,0,0,0,0,0 +532111,64,12,3127,286,249,19,0,0,0,0,0,0 +532112,64,12,0,3,0,0,0,0,0,0,0,0 +532120,64,12,754,88,68,5,0,0,0,0,0,0 +532210,64,12,118,44,38,0,0,0,0,0,0,0 +532281,64,12,47,10,3,0,0,0,0,0,0,0 +532282,64,12,41,14,6,0,0,0,0,0,0,0 +532283,64,12,268,15,0,0,0,0,0,0,0,0 +532284,64,12,306,50,35,4,0,0,0,0,0,0 +532289,64,12,1527,116,78,7,0,0,0,0,0,0 +532310,64,12,412,52,28,0,0,0,0,0,0,0 +532411,64,12,221,23,16,0,0,0,0,0,0,0 +532412,64,12,1055,103,79,8,0,0,0,0,0,0 +532420,64,12,134,16,5,0,0,0,0,0,0,0 +532490,64,12,3505,247,184,37,0,0,0,0,0,0 +533110,64,12,992,67,44,0,0,0,0,0,0,0 +541110,64,12,35902,4699,4345,305,31,8,0,0,0,0 +541191,64,12,864,72,55,0,0,0,0,0,0,0 +541199,64,12,818,177,158,0,0,0,0,0,0,0 +541211,64,12,19168,1532,1421,74,16,0,0,0,0,0 +541213,64,12,4000,872,847,12,0,0,0,0,0,0 +541214,64,12,3481,121,65,21,3,0,0,0,0,0 +541219,64,12,4802,1102,1065,19,0,0,0,0,0,0 +541310,64,12,9482,1039,924,100,5,0,0,0,0,0 +541320,64,12,1893,300,275,12,0,0,0,0,0,0 +541330,64,12,43212,2512,2143,301,40,8,0,0,0,0 +541340,64,12,126,29,20,0,0,0,0,0,0,0 +541350,64,12,447,135,121,0,0,0,0,0,0,0 +541360,64,12,15,7,7,0,0,0,0,0,0,0 +541370,64,12,681,110,83,0,0,0,0,0,0,0 +541380,64,12,4081,203,136,32,3,0,0,0,0,0 +541410,64,12,2317,552,524,15,0,0,0,0,0,0 +541420,64,12,1082,117,99,3,0,0,0,0,0,0 +541430,64,12,2796,580,546,17,0,0,0,0,0,0 +541490,64,12,286,74,62,0,0,0,0,0,0,0 +541511,64,12,81111,4939,4345,468,83,14,4,3,0,0 +541512,64,12,35523,2775,2534,162,42,10,6,0,0,0 +541513,64,12,5082,240,191,21,0,0,0,0,0,0 +541519,64,12,4202,471,420,26,7,0,0,0,0,0 +541611,64,12,19787,2832,2678,102,15,6,0,0,0,0 +541612,64,12,2437,309,272,17,0,0,0,0,0,0 +541613,64,12,8835,1524,1450,49,7,0,0,0,0,0 +541614,64,12,1695,242,212,12,0,0,0,0,0,0 +541618,64,12,385,161,146,0,0,0,0,0,0,0 +541620,64,12,3930,429,376,30,0,0,0,0,0,0 +541690,64,12,7166,1240,1158,56,8,0,0,0,0,0 +541713,64,12,17506,283,205,38,16,3,4,0,0,0 +541714,64,12,11610,462,351,64,24,6,0,0,0,0 +541715,64,12,35535,941,671,175,49,13,10,0,0,0 +541720,64,12,2665,122,73,15,0,0,0,0,0,0 +541810,64,12,6740,446,352,58,9,0,0,0,0,0 +541820,64,12,3204,304,250,35,4,0,0,0,0,0 +541830,64,12,1421,62,34,10,0,0,0,0,0,0 +541840,64,12,519,36,26,0,0,0,0,0,0,0 +541850,64,12,811,55,42,0,0,0,0,0,0,0 +541860,64,12,539,61,44,0,0,0,0,0,0,0 +541870,64,12,259,29,24,0,0,0,0,0,0,0 +541890,64,12,5676,194,134,32,0,0,0,0,0,0 +541910,64,12,5171,298,250,22,4,0,0,0,0,0 +541921,64,12,652,196,176,0,0,0,0,0,0,0 +541922,64,12,370,149,141,0,0,0,0,0,0,0 +541930,64,12,630,98,79,0,0,0,0,0,0,0 +541940,64,12,8838,666,547,103,0,0,0,0,0,0 +541990,64,12,2990,574,537,15,0,0,0,0,0,0 +551111,64,12,13,3,0,0,0,0,0,0,0,0 +551112,64,12,2337,107,71,3,0,0,0,0,0,0 +551114,64,12,147465,1377,822,337,117,44,23,8,4,0 +561110,64,12,11485,922,795,96,11,0,0,0,0,0 +561210,64,12,2266,156,114,14,0,0,0,0,0,0 +561311,64,12,2915,178,147,18,3,0,0,0,0,0 +561312,64,12,1366,248,224,11,0,0,0,0,0,0 +561320,64,12,56249,1023,524,334,94,36,4,0,0,0 +561330,64,12,1366,59,30,0,0,0,0,0,0,0 +561410,64,12,400,71,52,0,0,0,0,0,0,0 +561421,64,12,188,32,12,0,0,0,0,0,0,0 +561422,64,12,2580,60,25,5,0,0,0,0,0,0 +561431,64,12,1002,175,158,0,0,0,0,0,0,0 +561439,64,12,1853,270,247,12,0,0,0,0,0,0 +561440,64,12,1199,52,17,3,0,0,0,0,0,0 +561450,64,12,0,5,0,0,0,0,0,0,0,0 +561491,64,12,0,4,0,0,0,0,0,0,0,0 +561492,64,12,192,70,63,0,0,0,0,0,0,0 +561499,64,12,1333,97,61,14,0,0,0,0,0,0 +561510,64,12,3781,566,531,16,0,3,0,0,0,0 +561520,64,12,1019,124,97,5,0,0,0,0,0,0 +561591,64,12,241,18,3,0,0,0,0,0,0,0 +561599,64,12,4086,124,71,23,0,0,0,0,0,0 +561611,64,12,565,120,103,3,0,0,0,0,0,0 +561612,64,12,32134,327,149,86,36,11,0,0,0,0 +561613,64,12,704,10,0,0,0,0,0,0,0,0 +561621,64,12,3192,155,97,23,0,0,0,0,0,0 +561622,64,12,539,103,80,0,0,0,0,0,0,0 +561710,64,12,3069,262,211,23,0,0,0,0,0,0 +561720,64,12,34044,1444,1227,156,30,7,0,0,0,0 +561730,64,12,19565,2139,1927,182,19,0,0,0,0,0 +561740,64,12,863,179,163,3,0,0,0,0,0,0 +561790,64,12,1825,306,279,14,0,0,0,0,0,0 +561910,64,12,455,47,23,0,0,0,0,0,0,0 +561920,64,12,4723,226,188,12,0,0,0,0,0,0 +561990,64,12,3247,263,218,20,0,0,0,0,0,0 +562111,64,12,6138,198,97,58,9,0,0,0,0,0 +562112,64,12,289,14,0,0,0,0,0,0,0,0 +562119,64,12,50,11,6,0,0,0,0,0,0,0 +562211,64,12,262,9,0,0,0,0,0,0,0,0 +562212,64,12,223,23,4,4,0,0,0,0,0,0 +562910,64,12,2632,104,50,21,3,0,0,0,0,0 +562920,64,12,879,24,8,6,0,0,0,0,0,0 +562991,64,12,484,29,10,0,0,0,0,0,0,0 +562998,64,12,211,6,0,0,0,0,0,0,0,0 +611110,64,12,33583,705,272,335,73,3,0,0,0,0 +611210,64,12,594,22,6,0,0,0,0,0,0,0 +611310,64,12,17265,141,56,14,12,3,4,0,0,0 +611420,64,12,1270,104,83,9,0,0,0,0,0,0 +611430,64,12,2124,274,241,13,0,0,0,0,0,0 +611511,64,12,253,26,9,0,0,0,0,0,0,0 +611512,64,12,94,20,6,0,0,0,0,0,0,0 +611513,64,12,583,39,17,5,0,0,0,0,0,0 +611519,64,12,1704,138,100,12,0,0,0,0,0,0 +611610,64,12,4362,525,474,35,0,0,0,0,0,0 +611620,64,12,6317,624,532,68,0,0,0,0,0,0 +611630,64,12,2167,179,137,30,0,0,0,0,0,0 +611691,64,12,8051,611,510,72,0,0,0,0,0,0 +611692,64,12,428,66,48,0,0,0,0,0,0,0 +611699,64,12,4132,281,215,48,0,0,0,0,0,0 +611710,64,12,4765,413,354,33,0,0,0,0,0,0 +621111,64,12,46382,4839,4483,304,31,6,0,0,0,0 +621112,64,12,814,305,285,0,0,0,0,0,0,0 +621210,64,12,32475,5349,5234,109,0,0,0,0,0,0 +621310,64,12,2636,970,962,0,0,0,0,0,0,0 +621320,64,12,3634,657,632,15,0,0,0,0,0,0 +621330,64,12,4419,722,671,30,0,0,0,0,0,0 +621340,64,12,6421,731,661,49,0,0,0,0,0,0 +621391,64,12,462,140,130,0,0,0,0,0,0,0 +621399,64,12,2448,630,598,15,0,0,0,0,0,0 +621410,64,12,201,52,25,3,0,0,0,0,0,0 +621420,64,12,4604,198,101,68,3,0,0,0,0,0 +621491,64,12,0,268,173,31,11,5,3,0,0,0 +621492,64,12,1812,162,63,79,0,0,0,0,0,0 +621493,64,12,2393,108,53,16,0,0,0,0,0,0 +621498,64,12,10844,312,184,78,16,0,0,0,0,0 +621511,64,12,4827,315,271,24,0,0,0,0,0,0 +621512,64,12,1556,144,124,3,0,0,0,0,0,0 +621610,64,12,16603,653,442,149,30,4,0,0,0,0 +621910,64,12,4866,64,30,0,0,6,0,0,0,0 +621991,64,12,387,12,3,0,0,0,0,0,0,0 +621999,64,12,1736,105,75,3,0,0,0,0,0,0 +622110,64,12,121109,85,0,0,3,7,9,12,6,0 +623110,64,12,25865,336,104,91,105,4,0,0,0,0 +623210,64,12,5639,501,426,58,0,0,0,0,0,0 +623220,64,12,4900,279,206,54,0,0,0,0,0,0 +623311,64,12,7171,103,34,20,16,3,0,0,0,0 +623312,64,12,15122,907,716,158,17,0,0,0,0,0 +623990,64,12,1725,111,80,7,0,0,0,0,0,0 +624110,64,12,8160,390,288,76,8,0,0,0,0,0 +624120,64,12,28848,964,592,311,40,3,0,0,0,0 +624190,64,12,12168,766,603,137,11,0,0,0,0,0 +624210,64,12,1631,103,63,6,0,0,0,0,0,0 +624221,64,12,2086,121,65,30,0,0,0,0,0,0 +624229,64,12,2310,168,126,18,0,0,0,0,0,0 +624230,64,12,328,19,6,3,0,0,0,0,0,0 +624310,64,12,7064,207,110,54,9,0,0,0,0,0 +624410,64,12,25196,3028,2723,281,10,0,0,0,0,0 +711110,64,12,2644,112,66,15,0,0,0,0,0,0 +711120,64,12,910,28,17,0,0,0,0,0,0,0 +711130,64,12,1692,157,132,0,0,0,0,0,0,0 +711211,64,12,1301,23,3,3,0,0,0,0,0,0 +711212,64,12,0,3,0,0,0,0,0,0,0,0 +711219,64,12,318,77,65,0,0,0,0,0,0,0 +711310,64,12,3968,115,72,12,0,0,0,0,0,0 +711320,64,12,1108,123,96,3,0,0,0,0,0,0 +711410,64,12,512,102,85,0,0,0,0,0,0,0 +711510,64,12,1548,485,469,0,0,0,0,0,0,0 +712110,64,12,4377,130,79,12,3,0,0,0,0,0 +712120,64,12,112,8,3,0,0,0,0,0,0,0 +712130,64,12,499,7,3,0,0,0,0,0,0,0 +712190,64,12,78,17,6,0,0,0,0,0,0,0 +713110,64,12,1643,3,0,0,0,0,0,0,0,0 +713120,64,12,1159,62,28,4,0,0,0,0,0,0 +713290,64,12,1697,28,3,0,0,0,0,0,0,0 +713910,64,12,6847,114,9,53,13,0,0,0,0,0 +713930,64,12,425,58,40,0,0,0,0,0,0,0 +713940,64,12,25927,1188,830,300,35,0,0,0,0,0 +713950,64,12,1064,34,3,21,0,0,0,0,0,0 +713990,64,12,4764,470,405,41,0,0,0,0,0,0 +721110,64,12,53936,1278,760,377,93,16,10,0,0,0 +721191,64,12,596,90,75,0,0,0,0,0,0,0 +721199,64,12,337,22,0,4,0,0,0,0,0,0 +721211,64,12,367,51,23,0,0,0,0,0,0,0 +721214,64,12,290,49,24,0,0,0,0,0,0,0 +721310,64,12,198,60,56,0,0,0,0,0,0,0 +722310,64,12,20141,962,751,169,21,3,0,0,0,0 +722320,64,12,8285,533,422,84,4,0,0,0,0,0 +722330,64,12,952,189,174,3,0,0,0,0,0,0 +722410,64,12,12924,1020,859,142,0,0,0,0,0,0 +722511,64,12,163629,8357,5709,2503,140,0,0,0,0,0 +722513,64,12,99301,6494,4635,1830,23,0,0,0,0,0 +722514,64,12,1532,117,86,12,0,0,0,0,0,0 +722515,64,12,33095,2912,2423,477,0,0,0,0,0,0 +811111,64,12,10023,2119,2084,23,0,0,0,0,0,0 +811112,64,12,86,31,24,0,0,0,0,0,0,0 +811113,64,12,269,81,74,0,0,0,0,0,0,0 +811118,64,12,194,54,47,0,0,0,0,0,0,0 +811121,64,12,8665,956,844,101,0,0,0,0,0,0 +811122,64,12,688,130,112,0,0,0,0,0,0,0 +811191,64,12,1181,156,139,0,0,0,0,0,0,0 +811192,64,12,4324,280,186,69,0,0,0,0,0,0 +811198,64,12,524,224,210,0,0,0,0,0,0,0 +811211,64,12,124,38,21,0,0,0,0,0,0,0 +811212,64,12,1053,151,121,9,0,0,0,0,0,0 +811213,64,12,347,31,11,0,0,0,0,0,0,0 +811219,64,12,1440,60,34,6,0,0,0,0,0,0 +811310,64,12,4009,308,254,31,0,0,0,0,0,0 +811412,64,12,355,107,95,0,0,0,0,0,0,0 +811420,64,12,370,94,79,0,0,0,0,0,0,0 +811430,64,12,69,25,20,0,0,0,0,0,0,0 +811490,64,12,769,228,216,0,0,0,0,0,0,0 +812111,64,12,595,90,74,3,0,0,0,0,0,0 +812112,64,12,10479,2066,1997,58,0,0,0,0,0,0 +812113,64,12,6286,1378,1347,26,0,0,0,0,0,0 +812191,64,12,591,65,33,10,0,0,0,0,0,0 +812199,64,12,4354,612,540,57,0,0,0,0,0,0 +812210,64,12,1099,142,127,0,0,0,0,0,0,0 +812220,64,12,947,66,33,10,0,0,0,0,0,0 +812310,64,12,1134,266,253,0,0,0,0,0,0,0 +812320,64,12,4200,661,630,12,0,0,0,0,0,0 +812331,64,12,710,13,0,3,0,0,0,0,0,0 +812332,64,12,644,30,4,6,0,0,0,0,0,0 +812910,64,12,3480,492,449,27,0,0,0,0,0,0 +812921,64,12,42,7,5,0,0,0,0,0,0,0 +812930,64,12,7471,587,522,44,4,0,0,0,0,0 +812990,64,12,2094,436,406,7,0,0,0,0,0,0 +813110,64,12,30113,2382,2103,243,16,0,0,0,0,0 +813211,64,12,5190,555,498,40,3,0,0,0,0,0 +813212,64,12,1166,137,110,10,0,0,0,0,0,0 +813219,64,12,822,115,96,4,0,0,0,0,0,0 +813311,64,12,1347,147,120,13,0,0,0,0,0,0 +813312,64,12,4101,298,244,18,0,0,0,0,0,0 +813319,64,12,2369,289,246,21,0,0,0,0,0,0 +813410,64,12,8200,632,539,54,15,0,0,0,0,0 +813910,64,12,2259,319,285,14,0,0,0,0,0,0 +813920,64,12,1356,179,150,3,0,0,0,0,0,0 +813930,64,12,4677,303,241,41,0,0,0,0,0,0 +813940,64,12,282,35,26,0,0,0,0,0,0,0 +813990,64,12,2252,390,360,14,0,0,0,0,0,0 +115112,64,13,166,18,17,0,0,0,0,0,0,0 +115113,64,13,7,4,3,0,0,0,0,0,0,0 +115114,64,13,1027,16,3,5,5,0,0,0,0,0 +115115,64,13,83,10,5,0,0,0,0,0,0,0 +115116,64,13,26,7,5,0,0,0,0,0,0,0 +115210,64,13,63,12,9,0,0,0,0,0,0,0 +212321,64,13,112,7,0,0,0,0,0,0,0,0 +221310,64,13,94,9,5,0,0,0,0,0,0,0 +236115,64,13,393,81,78,0,0,0,0,0,0,0 +236116,64,13,7,3,0,0,0,0,0,0,0,0 +236117,64,13,247,18,12,4,0,0,0,0,0,0 +236118,64,13,601,141,135,5,0,0,0,0,0,0 +236210,64,13,81,6,0,0,0,0,0,0,0,0 +236220,64,13,1164,66,55,6,3,0,0,0,0,0 +237110,64,13,358,18,14,0,0,0,0,0,0,0 +237120,64,13,44,4,3,0,0,0,0,0,0,0 +237130,64,13,0,3,0,0,0,0,0,0,0,0 +237210,64,13,34,5,4,0,0,0,0,0,0,0 +237310,64,13,490,14,4,4,0,0,0,0,0,0 +237990,64,13,118,5,0,0,0,0,0,0,0,0 +238110,64,13,547,31,21,7,0,0,0,0,0,0 +238120,64,13,684,14,8,0,0,0,0,0,0,0 +238130,64,13,139,16,12,0,0,0,0,0,0,0 +238140,64,13,443,22,18,0,0,0,0,0,0,0 +238150,64,13,52,11,10,0,0,0,0,0,0,0 +238160,64,13,285,42,39,0,0,0,0,0,0,0 +238170,64,13,14,4,3,0,0,0,0,0,0,0 +238190,64,13,69,11,10,0,0,0,0,0,0,0 +238210,64,13,1170,119,108,9,0,0,0,0,0,0 +238220,64,13,1174,146,134,12,0,0,0,0,0,0 +238290,64,13,139,6,0,0,0,0,0,0,0,0 +238310,64,13,892,35,29,4,0,0,0,0,0,0 +238320,64,13,421,53,49,3,0,0,0,0,0,0 +238330,64,13,276,29,26,0,0,0,0,0,0,0 +238340,64,13,226,31,28,3,0,0,0,0,0,0 +238350,64,13,423,49,44,4,0,0,0,0,0,0 +238390,64,13,102,13,12,0,0,0,0,0,0,0 +238910,64,13,498,48,40,6,0,0,0,0,0,0 +238990,64,13,646,57,50,5,0,0,0,0,0,0 +311119,64,13,83,8,4,0,0,0,0,0,0,0 +311421,64,13,808,11,0,3,3,0,0,0,0,0 +311612,64,13,477,7,0,3,0,0,0,0,0,0 +311811,64,13,76,10,6,0,0,0,0,0,0,0 +311812,64,13,651,8,4,0,0,0,0,0,0,0 +311911,64,13,1048,8,0,0,0,0,0,0,0,0 +311991,64,13,0,3,0,0,0,0,0,0,0,0 +312120,64,13,6,3,0,0,0,0,0,0,0,0 +312130,64,13,1212,42,31,9,0,0,0,0,0,0 +314910,64,13,40,5,3,0,0,0,0,0,0,0 +321911,64,13,502,6,0,0,0,0,0,0,0,0 +321918,64,13,9,3,3,0,0,0,0,0,0,0 +321920,64,13,298,16,11,4,0,0,0,0,0,0 +321999,64,13,73,4,0,0,0,0,0,0,0,0 +322211,64,13,479,7,0,3,0,0,0,0,0,0 +322212,64,13,68,3,0,0,0,0,0,0,0,0 +323111,64,13,271,25,19,0,0,0,0,0,0,0 +323113,64,13,0,4,3,0,0,0,0,0,0,0 +325211,64,13,84,4,0,0,0,0,0,0,0,0 +325612,64,13,92,4,0,0,0,0,0,0,0,0 +326122,64,13,198,6,0,0,0,0,0,0,0,0 +326150,64,13,0,3,0,0,0,0,0,0,0,0 +326199,64,13,434,8,0,4,0,0,0,0,0,0 +326291,64,13,71,4,0,0,0,0,0,0,0,0 +327320,64,13,261,14,6,3,0,0,0,0,0,0 +327390,64,13,308,8,0,3,0,0,0,0,0,0 +332312,64,13,265,6,3,0,0,0,0,0,0,0 +332313,64,13,0,4,0,0,0,0,0,0,0,0 +332322,64,13,339,7,0,0,0,0,0,0,0,0 +332323,64,13,54,7,4,0,0,0,0,0,0,0 +332710,64,13,222,29,26,3,0,0,0,0,0,0 +332721,64,13,40,6,4,0,0,0,0,0,0,0 +332812,64,13,251,8,0,3,0,0,0,0,0,0 +332999,64,13,0,3,0,0,0,0,0,0,0,0 +333111,64,13,155,5,0,0,0,0,0,0,0,0 +333120,64,13,171,6,0,0,0,0,0,0,0,0 +333241,64,13,58,3,0,0,0,0,0,0,0,0 +337110,64,13,0,11,7,0,0,0,0,0,0,0 +337212,64,13,146,3,0,0,0,0,0,0,0,0 +337215,64,13,141,3,0,0,0,0,0,0,0,0 +339113,64,13,73,4,0,0,0,0,0,0,0,0 +339116,64,13,64,14,13,0,0,0,0,0,0,0 +339950,64,13,129,10,4,3,0,0,0,0,0,0 +339999,64,13,41,10,10,0,0,0,0,0,0,0 +423110,64,13,330,16,8,4,0,0,0,0,0,0 +423120,64,13,470,20,13,7,0,0,0,0,0,0 +423130,64,13,111,4,0,0,0,0,0,0,0,0 +423140,64,13,16,4,0,0,0,0,0,0,0,0 +423210,64,13,35,5,0,0,0,0,0,0,0,0 +423220,64,13,227,7,4,0,0,0,0,0,0,0 +423310,64,13,211,9,5,0,0,0,0,0,0,0 +423320,64,13,31,6,3,0,0,0,0,0,0,0 +423330,64,13,42,5,0,0,0,0,0,0,0,0 +423390,64,13,132,9,4,3,0,0,0,0,0,0 +423420,64,13,78,19,15,0,0,0,0,0,0,0 +423430,64,13,0,5,4,0,0,0,0,0,0,0 +423440,64,13,38,9,9,0,0,0,0,0,0,0 +423450,64,13,1148,13,5,4,0,0,0,0,0,0 +423510,64,13,633,18,13,3,0,0,0,0,0,0 +423610,64,13,224,22,14,6,0,0,0,0,0,0 +423690,64,13,113,8,3,0,0,0,0,0,0,0 +423710,64,13,43,5,0,0,0,0,0,0,0,0 +423720,64,13,311,15,8,3,0,0,0,0,0,0 +423730,64,13,27,8,6,0,0,0,0,0,0,0 +423740,64,13,29,4,3,0,0,0,0,0,0,0 +423810,64,13,346,15,5,5,0,0,0,0,0,0 +423820,64,13,292,20,12,5,0,0,0,0,0,0 +423830,64,13,550,41,35,3,0,0,0,0,0,0 +423840,64,13,159,16,14,0,0,0,0,0,0,0 +423850,64,13,18,5,4,0,0,0,0,0,0,0 +423910,64,13,81,7,6,0,0,0,0,0,0,0 +423920,64,13,15,6,5,0,0,0,0,0,0,0 +423930,64,13,267,19,15,0,0,0,0,0,0,0 +423990,64,13,67,10,6,0,0,0,0,0,0,0 +424120,64,13,196,4,0,0,0,0,0,0,0,0 +424130,64,13,116,9,6,0,0,0,0,0,0,0 +424210,64,13,23,6,4,0,0,0,0,0,0,0 +424330,64,13,14,5,5,0,0,0,0,0,0,0 +424410,64,13,1004,10,0,0,0,0,0,0,0,0 +424420,64,13,517,11,5,0,0,0,0,0,0,0 +424430,64,13,92,8,5,0,0,0,0,0,0,0 +424440,64,13,0,3,0,0,0,0,0,0,0,0 +424470,64,13,175,4,0,0,0,0,0,0,0,0 +424480,64,13,49,11,10,0,0,0,0,0,0,0 +424490,64,13,1472,29,19,4,4,0,0,0,0,0 +424510,64,13,58,7,6,0,0,0,0,0,0,0 +424590,64,13,118,6,3,0,0,0,0,0,0,0 +424690,64,13,28,8,7,0,0,0,0,0,0,0 +424710,64,13,118,10,7,0,0,0,0,0,0,0 +424720,64,13,163,4,0,0,0,0,0,0,0,0 +424810,64,13,0,3,0,0,0,0,0,0,0,0 +424820,64,13,785,7,0,0,0,0,0,0,0,0 +424910,64,13,554,34,25,7,0,0,0,0,0,0 +424930,64,13,15,4,3,0,0,0,0,0,0,0 +424950,64,13,9,3,0,0,0,0,0,0,0,0 +424990,64,13,124,9,7,0,0,0,0,0,0,0 +425120,64,13,757,39,36,0,0,0,0,0,0,0 +441110,64,13,1883,36,9,22,5,0,0,0,0,0 +441120,64,13,223,40,38,0,0,0,0,0,0,0 +441210,64,13,179,7,0,0,0,0,0,0,0,0 +441222,64,13,61,7,4,0,0,0,0,0,0,0 +441228,64,13,108,9,7,0,0,0,0,0,0,0 +441310,64,13,767,79,72,5,0,0,0,0,0,0 +441320,64,13,474,55,52,0,0,0,0,0,0,0 +442110,64,13,168,37,34,0,0,0,0,0,0,0 +442210,64,13,104,15,12,0,0,0,0,0,0,0 +442291,64,13,0,3,0,0,0,0,0,0,0,0 +442299,64,13,187,16,13,3,0,0,0,0,0,0 +443141,64,13,52,15,13,0,0,0,0,0,0,0 +443142,64,13,368,44,39,0,0,0,0,0,0,0 +444110,64,13,0,10,0,0,8,0,0,0,0,0 +444120,64,13,60,12,12,0,0,0,0,0,0,0 +444130,64,13,408,26,18,7,0,0,0,0,0,0 +444190,64,13,218,33,32,0,0,0,0,0,0,0 +444210,64,13,47,6,5,0,0,0,0,0,0,0 +444220,64,13,164,20,19,0,0,0,0,0,0,0 +445110,64,13,4440,167,108,52,7,0,0,0,0,0 +445120,64,13,120,42,41,0,0,0,0,0,0,0 +445210,64,13,161,16,9,0,0,0,0,0,0,0 +445230,64,13,33,7,4,0,0,0,0,0,0,0 +445291,64,13,19,5,3,0,0,0,0,0,0,0 +445292,64,13,0,5,3,0,0,0,0,0,0,0 +445299,64,13,110,11,9,0,0,0,0,0,0,0 +445310,64,13,188,65,65,0,0,0,0,0,0,0 +446110,64,13,1126,66,38,26,0,0,0,0,0,0 +446120,64,13,339,27,22,5,0,0,0,0,0,0 +446130,64,13,55,8,6,0,0,0,0,0,0,0 +446191,64,13,87,17,15,0,0,0,0,0,0,0 +446199,64,13,63,15,14,0,0,0,0,0,0,0 +447110,64,13,1053,127,122,5,0,0,0,0,0,0 +447190,64,13,294,23,18,4,0,0,0,0,0,0 +448110,64,13,44,7,3,0,0,0,0,0,0,0 +448120,64,13,378,37,33,4,0,0,0,0,0,0 +448130,64,13,128,14,12,0,0,0,0,0,0,0 +448140,64,13,1386,50,26,24,0,0,0,0,0,0 +448150,64,13,66,8,7,0,0,0,0,0,0,0 +448190,64,13,124,14,9,3,0,0,0,0,0,0 +448210,64,13,381,44,43,0,0,0,0,0,0,0 +448310,64,13,176,33,33,0,0,0,0,0,0,0 +451110,64,13,437,32,30,0,0,0,0,0,0,0 +451120,64,13,255,11,5,4,0,0,0,0,0,0 +451130,64,13,0,4,0,0,0,0,0,0,0,0 +451140,64,13,32,7,5,0,0,0,0,0,0,0 +451211,64,13,62,4,0,0,0,0,0,0,0,0 +452210,64,13,1103,11,0,6,5,0,0,0,0,0 +452311,64,13,4094,16,0,0,11,4,0,0,0,0 +452319,64,13,1022,40,13,27,0,0,0,0,0,0 +453110,64,13,60,11,9,0,0,0,0,0,0,0 +453210,64,13,126,11,8,3,0,0,0,0,0,0 +453220,64,13,135,24,24,0,0,0,0,0,0,0 +453310,64,13,333,27,23,3,0,0,0,0,0,0 +453910,64,13,249,16,10,5,0,0,0,0,0,0 +453991,64,13,46,24,24,0,0,0,0,0,0,0 +453998,64,13,57,22,20,0,0,0,0,0,0,0 +454110,64,13,562,44,37,0,0,0,0,0,0,0 +454210,64,13,60,4,0,0,0,0,0,0,0,0 +454310,64,13,77,7,0,0,0,0,0,0,0,0 +454390,64,13,207,34,31,3,0,0,0,0,0,0 +484110,64,13,842,155,144,9,0,0,0,0,0,0 +484121,64,13,2580,113,94,9,8,0,0,0,0,0 +484122,64,13,847,20,6,11,0,0,0,0,0,0 +484210,64,13,127,14,11,0,0,0,0,0,0,0 +484220,64,13,1072,97,85,11,0,0,0,0,0,0 +484230,64,13,654,41,34,6,0,0,0,0,0,0 +485113,64,13,0,5,0,0,0,0,0,0,0,0 +485310,64,13,0,3,0,0,0,0,0,0,0,0 +485320,64,13,5,4,4,0,0,0,0,0,0,0 +485991,64,13,88,9,3,0,0,0,0,0,0,0 +486110,64,13,0,3,0,0,0,0,0,0,0,0 +486210,64,13,0,3,0,0,0,0,0,0,0,0 +488190,64,13,104,11,9,0,0,0,0,0,0,0 +488210,64,13,202,7,0,0,0,0,0,0,0,0 +488320,64,13,18,3,0,0,0,0,0,0,0,0 +488410,64,13,131,22,21,0,0,0,0,0,0,0 +488490,64,13,245,19,12,3,0,0,0,0,0,0 +488510,64,13,342,30,26,0,0,0,0,0,0,0 +488991,64,13,43,5,3,0,0,0,0,0,0,0 +488999,64,13,5,3,3,0,0,0,0,0,0,0 +492110,64,13,1806,17,7,0,3,0,0,0,0,0 +492210,64,13,269,11,4,0,0,0,0,0,0,0 +493110,64,13,13654,69,31,20,4,9,0,0,0,0 +493120,64,13,389,11,0,3,0,0,0,0,0,0 +493190,64,13,364,13,4,0,0,0,0,0,0,0 +511110,64,13,262,8,3,4,0,0,0,0,0,0 +511210,64,13,0,3,0,0,0,0,0,0,0,0 +512131,64,13,259,5,0,3,0,0,0,0,0,0 +517311,64,13,737,40,29,7,3,0,0,0,0,0 +517312,64,13,372,36,31,4,0,0,0,0,0,0 +517911,64,13,111,9,7,0,0,0,0,0,0,0 +517919,64,13,28,5,3,0,0,0,0,0,0,0 +518210,64,13,5,6,6,0,0,0,0,0,0,0 +519130,64,13,7,4,3,0,0,0,0,0,0,0 +522110,64,13,1531,118,102,13,0,0,0,0,0,0 +522130,64,13,293,24,17,4,0,0,0,0,0,0 +522291,64,13,54,14,13,0,0,0,0,0,0,0 +522292,64,13,139,29,29,0,0,0,0,0,0,0 +522298,64,13,19,10,10,0,0,0,0,0,0,0 +522310,64,13,132,18,15,0,0,0,0,0,0,0 +522320,64,13,50,6,3,0,0,0,0,0,0,0 +522390,64,13,117,46,46,0,0,0,0,0,0,0 +523110,64,13,4,4,4,0,0,0,0,0,0,0 +523120,64,13,84,35,33,0,0,0,0,0,0,0 +523910,64,13,170,6,3,0,0,0,0,0,0,0 +523920,64,13,65,32,30,0,0,0,0,0,0,0 +523930,64,13,29,12,11,0,0,0,0,0,0,0 +523991,64,13,6,4,4,0,0,0,0,0,0,0 +524113,64,13,132,5,0,0,0,0,0,0,0,0 +524114,64,13,0,5,0,0,0,0,0,0,0,0 +524126,64,13,123,5,0,0,0,0,0,0,0,0 +524127,64,13,149,9,6,0,0,0,0,0,0,0 +524210,64,13,1781,187,178,7,0,0,0,0,0,0 +524292,64,13,154,5,3,0,0,0,0,0,0,0 +525990,64,13,0,3,3,0,0,0,0,0,0,0 +531110,64,13,400,81,79,0,0,0,0,0,0,0 +531120,64,13,132,41,41,0,0,0,0,0,0,0 +531130,64,13,99,40,40,0,0,0,0,0,0,0 +531190,64,13,69,24,24,0,0,0,0,0,0,0 +531210,64,13,306,172,171,0,0,0,0,0,0,0 +531311,64,13,845,70,62,4,0,0,0,0,0,0 +531312,64,13,87,19,15,0,0,0,0,0,0,0 +531320,64,13,13,14,14,0,0,0,0,0,0,0 +531390,64,13,24,14,13,0,0,0,0,0,0,0 +532111,64,13,0,13,12,0,0,0,0,0,0,0 +532120,64,13,320,21,18,0,0,0,0,0,0,0 +532210,64,13,0,14,14,0,0,0,0,0,0,0 +532289,64,13,52,7,4,0,0,0,0,0,0,0 +532412,64,13,166,10,5,0,0,0,0,0,0,0 +532490,64,13,202,17,13,0,0,0,0,0,0,0 +541110,64,13,652,150,147,3,0,0,0,0,0,0 +541191,64,13,57,9,7,0,0,0,0,0,0,0 +541199,64,13,7,4,3,0,0,0,0,0,0,0 +541211,64,13,439,76,72,4,0,0,0,0,0,0 +541213,64,13,454,71,67,4,0,0,0,0,0,0 +541214,64,13,62,8,6,0,0,0,0,0,0,0 +541219,64,13,481,70,67,0,0,0,0,0,0,0 +541310,64,13,68,10,5,0,0,0,0,0,0,0 +541320,64,13,20,6,4,0,0,0,0,0,0,0 +541330,64,13,382,52,48,4,0,0,0,0,0,0 +541350,64,13,18,12,11,0,0,0,0,0,0,0 +541370,64,13,57,5,3,0,0,0,0,0,0,0 +541380,64,13,34,9,8,0,0,0,0,0,0,0 +541410,64,13,11,6,5,0,0,0,0,0,0,0 +541430,64,13,36,9,7,0,0,0,0,0,0,0 +541511,64,13,196,34,31,0,0,0,0,0,0,0 +541512,64,13,119,31,30,0,0,0,0,0,0,0 +541513,64,13,0,4,3,0,0,0,0,0,0,0 +541519,64,13,10,6,6,0,0,0,0,0,0,0 +541611,64,13,102,42,41,0,0,0,0,0,0,0 +541612,64,13,3,3,3,0,0,0,0,0,0,0 +541613,64,13,131,21,15,3,0,0,0,0,0,0 +541614,64,13,63,7,5,0,0,0,0,0,0,0 +541618,64,13,4,4,4,0,0,0,0,0,0,0 +541620,64,13,567,15,13,0,0,0,0,0,0,0 +541690,64,13,115,30,28,0,0,0,0,0,0,0 +541715,64,13,80,6,3,0,0,0,0,0,0,0 +541810,64,13,14,5,4,0,0,0,0,0,0,0 +541850,64,13,0,3,0,0,0,0,0,0,0,0 +541860,64,13,10,3,0,0,0,0,0,0,0,0 +541890,64,13,225,13,7,5,0,0,0,0,0,0 +541921,64,13,23,11,10,0,0,0,0,0,0,0 +541940,64,13,536,53,48,5,0,0,0,0,0,0 +541990,64,13,20,11,9,0,0,0,0,0,0,0 +551112,64,13,93,6,4,0,0,0,0,0,0,0 +551114,64,13,1737,52,37,10,4,0,0,0,0,0 +561110,64,13,501,38,30,6,0,0,0,0,0,0 +561210,64,13,20,5,3,0,0,0,0,0,0,0 +561312,64,13,0,3,0,0,0,0,0,0,0,0 +561320,64,13,5169,50,16,14,10,6,0,0,0,0 +561330,64,13,320,7,4,0,0,0,0,0,0,0 +561421,64,13,12,3,0,0,0,0,0,0,0,0 +561422,64,13,74,8,4,0,0,0,0,0,0,0 +561431,64,13,31,10,8,0,0,0,0,0,0,0 +561439,64,13,0,3,0,0,0,0,0,0,0,0 +561440,64,13,448,5,0,0,0,0,0,0,0,0 +561492,64,13,7,5,5,0,0,0,0,0,0,0 +561499,64,13,79,7,0,0,0,0,0,0,0,0 +561510,64,13,33,11,10,0,0,0,0,0,0,0 +561591,64,13,0,3,0,0,0,0,0,0,0,0 +561599,64,13,0,6,3,0,0,0,0,0,0,0 +561611,64,13,70,5,3,0,0,0,0,0,0,0 +561612,64,13,1447,34,21,9,3,0,0,0,0,0 +561621,64,13,159,14,8,0,0,0,0,0,0,0 +561622,64,13,0,3,0,0,0,0,0,0,0,0 +561710,64,13,228,25,22,0,0,0,0,0,0,0 +561720,64,13,1146,92,77,11,0,0,0,0,0,0 +561730,64,13,956,129,118,9,0,0,0,0,0,0 +561740,64,13,47,12,10,0,0,0,0,0,0,0 +561790,64,13,96,28,27,0,0,0,0,0,0,0 +561910,64,13,84,5,0,0,0,0,0,0,0,0 +561920,64,13,24,5,4,0,0,0,0,0,0,0 +561990,64,13,98,14,14,0,0,0,0,0,0,0 +562111,64,13,404,29,20,5,0,0,0,0,0,0 +562910,64,13,28,5,3,0,0,0,0,0,0,0 +611110,64,13,1146,34,19,13,0,0,0,0,0,0 +611310,64,13,0,6,0,3,0,0,0,0,0,0 +611430,64,13,10,3,0,0,0,0,0,0,0,0 +611511,64,13,0,3,0,0,0,0,0,0,0,0 +611513,64,13,17,3,0,0,0,0,0,0,0,0 +611519,64,13,90,5,0,0,0,0,0,0,0,0 +611610,64,13,80,16,14,0,0,0,0,0,0,0 +611620,64,13,157,23,19,0,0,0,0,0,0,0 +611691,64,13,186,14,10,4,0,0,0,0,0,0 +611692,64,13,15,4,3,0,0,0,0,0,0,0 +611699,64,13,112,8,3,0,0,0,0,0,0,0 +611710,64,13,0,4,3,0,0,0,0,0,0,0 +621111,64,13,2944,381,353,27,0,0,0,0,0,0 +621112,64,13,40,14,11,0,0,0,0,0,0,0 +621210,64,13,1938,279,269,9,0,0,0,0,0,0 +621310,64,13,177,55,53,0,0,0,0,0,0,0 +621320,64,13,192,35,32,0,0,0,0,0,0,0 +621330,64,13,299,10,6,0,0,0,0,0,0,0 +621340,64,13,402,51,45,6,0,0,0,0,0,0 +621391,64,13,31,9,7,0,0,0,0,0,0,0 +621399,64,13,146,16,13,0,0,0,0,0,0,0 +621410,64,13,0,5,0,0,0,0,0,0,0,0 +621420,64,13,137,7,4,3,0,0,0,0,0,0 +621491,64,13,0,14,7,0,0,0,0,0,0,0 +621492,64,13,296,19,10,9,0,0,0,0,0,0 +621493,64,13,156,11,6,3,0,0,0,0,0,0 +621498,64,13,576,25,15,8,0,0,0,0,0,0 +621511,64,13,201,27,26,0,0,0,0,0,0,0 +621512,64,13,105,10,5,0,0,0,0,0,0,0 +621610,64,13,2479,39,24,11,0,0,0,0,0,0 +621910,64,13,473,8,3,0,0,0,0,0,0,0 +621999,64,13,82,8,6,0,0,0,0,0,0,0 +622110,64,13,7175,8,0,0,0,0,4,0,0,0 +623110,64,13,3756,40,7,13,16,0,0,0,0,0 +623210,64,13,677,63,55,6,0,0,0,0,0,0 +623220,64,13,286,15,12,0,0,0,0,0,0,0 +623312,64,13,1118,64,46,17,0,0,0,0,0,0 +623990,64,13,313,30,27,3,0,0,0,0,0,0 +624110,64,13,539,17,13,0,0,0,0,0,0,0 +624120,64,13,1657,56,38,13,5,0,0,0,0,0 +624190,64,13,737,41,31,8,0,0,0,0,0,0 +624210,64,13,85,4,0,0,0,0,0,0,0,0 +624221,64,13,101,10,7,0,0,0,0,0,0,0 +624229,64,13,134,5,0,0,0,0,0,0,0,0 +624310,64,13,111,5,0,0,0,0,0,0,0,0 +624410,64,13,1153,124,108,13,0,0,0,0,0,0 +711320,64,13,11,4,3,0,0,0,0,0,0,0 +711510,64,13,35,7,5,0,0,0,0,0,0,0 +712110,64,13,41,5,3,0,0,0,0,0,0,0 +713120,64,13,37,7,3,0,0,0,0,0,0,0 +713290,64,13,467,9,0,0,0,0,0,0,0,0 +713910,64,13,300,12,4,0,0,0,0,0,0,0 +713930,64,13,48,9,8,0,0,0,0,0,0,0 +713940,64,13,930,54,37,16,0,0,0,0,0,0 +713950,64,13,132,3,0,0,0,0,0,0,0,0 +713990,64,13,373,19,12,4,0,0,0,0,0,0 +721110,64,13,1150,57,36,18,0,0,0,0,0,0 +721211,64,13,97,8,3,0,0,0,0,0,0,0 +722310,64,13,190,20,15,0,0,0,0,0,0,0 +722320,64,13,62,9,4,0,0,0,0,0,0,0 +722330,64,13,38,14,14,0,0,0,0,0,0,0 +722410,64,13,295,44,42,0,0,0,0,0,0,0 +722511,64,13,6915,395,276,114,5,0,0,0,0,0 +722513,64,13,8778,492,317,173,0,0,0,0,0,0 +722514,64,13,159,9,6,0,0,0,0,0,0,0 +722515,64,13,1590,133,109,22,0,0,0,0,0,0 +811111,64,13,788,160,154,6,0,0,0,0,0,0 +811112,64,13,11,7,7,0,0,0,0,0,0,0 +811113,64,13,38,11,11,0,0,0,0,0,0,0 +811118,64,13,40,9,9,0,0,0,0,0,0,0 +811121,64,13,481,69,64,4,0,0,0,0,0,0 +811122,64,13,80,13,13,0,0,0,0,0,0,0 +811191,64,13,133,16,14,0,0,0,0,0,0,0 +811192,64,13,466,37,30,5,0,0,0,0,0,0 +811198,64,13,53,27,26,0,0,0,0,0,0,0 +811212,64,13,40,13,11,0,0,0,0,0,0,0 +811219,64,13,0,5,3,0,0,0,0,0,0,0 +811310,64,13,313,47,43,4,0,0,0,0,0,0 +811412,64,13,20,7,5,0,0,0,0,0,0,0 +811420,64,13,9,3,3,0,0,0,0,0,0,0 +811490,64,13,72,14,12,0,0,0,0,0,0,0 +812111,64,13,12,7,7,0,0,0,0,0,0,0 +812112,64,13,459,108,107,0,0,0,0,0,0,0 +812113,64,13,402,87,85,0,0,0,0,0,0,0 +812191,64,13,47,5,3,0,0,0,0,0,0,0 +812199,64,13,138,28,25,0,0,0,0,0,0,0 +812210,64,13,119,19,18,0,0,0,0,0,0,0 +812220,64,13,89,10,7,0,0,0,0,0,0,0 +812310,64,13,55,19,19,0,0,0,0,0,0,0 +812320,64,13,155,25,24,0,0,0,0,0,0,0 +812332,64,13,275,3,0,0,0,0,0,0,0,0 +812910,64,13,110,27,26,0,0,0,0,0,0,0 +812930,64,13,0,3,0,0,0,0,0,0,0,0 +812990,64,13,41,10,9,0,0,0,0,0,0,0 +813110,64,13,1941,211,185,25,0,0,0,0,0,0 +813211,64,13,12,6,5,0,0,0,0,0,0,0 +813219,64,13,14,3,0,0,0,0,0,0,0,0 +813311,64,13,0,3,0,0,0,0,0,0,0,0 +813312,64,13,22,5,3,0,0,0,0,0,0,0 +813319,64,13,48,8,8,0,0,0,0,0,0,0 +813410,64,13,466,30,28,0,0,0,0,0,0,0 +813910,64,13,74,19,18,0,0,0,0,0,0,0 +813920,64,13,19,7,6,0,0,0,0,0,0,0 +813930,64,13,129,20,19,0,0,0,0,0,0,0 +813990,64,13,163,19,15,0,0,0,0,0,0,0 +113310,65,13,29,8,6,0,0,0,0,0,0,0 +115111,65,13,28,6,4,0,0,0,0,0,0,0 +115112,65,13,252,25,21,0,0,0,0,0,0,0 +115113,65,13,33,7,6,0,0,0,0,0,0,0 +115114,65,13,1615,32,16,9,0,0,0,0,0,0 +115115,65,13,436,30,23,0,0,0,0,0,0,0 +115116,65,13,143,22,18,0,0,0,0,0,0,0 +115210,65,13,87,18,11,0,0,0,0,0,0,0 +212321,65,13,0,3,0,0,0,0,0,0,0,0 +221111,65,13,0,4,0,3,0,0,0,0,0,0 +221112,65,13,0,3,3,0,0,0,0,0,0,0 +221122,65,13,0,8,3,0,0,0,0,0,0,0 +221310,65,13,103,20,15,0,0,0,0,0,0,0 +236115,65,13,564,110,100,6,0,0,0,0,0,0 +236116,65,13,0,4,3,0,0,0,0,0,0,0 +236117,65,13,486,32,20,6,0,0,0,0,0,0 +236118,65,13,740,179,170,5,0,0,0,0,0,0 +236210,65,13,73,11,4,0,0,0,0,0,0,0 +236220,65,13,1472,132,113,14,0,0,0,0,0,0 +237110,65,13,935,53,39,7,3,0,0,0,0,0 +237130,65,13,277,11,4,3,0,0,0,0,0,0 +237210,65,13,49,12,11,0,0,0,0,0,0,0 +237310,65,13,421,19,13,6,0,0,0,0,0,0 +237990,65,13,229,9,0,5,0,0,0,0,0,0 +238110,65,13,896,64,52,9,0,0,0,0,0,0 +238120,65,13,56,9,8,0,0,0,0,0,0,0 +238130,65,13,570,27,13,7,0,0,0,0,0,0 +238140,65,13,871,42,31,0,0,0,0,0,0,0 +238150,65,13,101,16,16,0,0,0,0,0,0,0 +238160,65,13,544,58,47,8,0,0,0,0,0,0 +238170,65,13,0,3,0,0,0,0,0,0,0,0 +238190,65,13,72,26,22,0,0,0,0,0,0,0 +238210,65,13,1783,182,157,19,0,0,0,0,0,0 +238220,65,13,2328,245,220,21,0,0,0,0,0,0 +238290,65,13,86,14,11,0,0,0,0,0,0,0 +238310,65,13,1075,66,46,15,0,0,0,0,0,0 +238320,65,13,522,102,95,5,0,0,0,0,0,0 +238330,65,13,364,65,57,5,0,0,0,0,0,0 +238340,65,13,365,54,48,0,0,0,0,0,0,0 +238350,65,13,292,51,47,3,0,0,0,0,0,0 +238390,65,13,163,11,7,0,0,0,0,0,0,0 +238910,65,13,929,71,56,11,0,0,0,0,0,0 +238990,65,13,665,107,101,5,0,0,0,0,0,0 +311421,65,13,1150,8,0,0,3,0,0,0,0,0 +311422,65,13,63,3,0,0,0,0,0,0,0,0 +311423,65,13,1429,16,3,7,0,0,0,0,0,0 +311611,65,13,0,3,0,0,0,0,0,0,0,0 +311612,65,13,472,5,0,0,3,0,0,0,0,0 +311613,65,13,150,3,0,0,0,0,0,0,0,0 +311615,65,13,0,5,0,0,0,0,0,0,0,0 +311811,65,13,98,17,14,0,0,0,0,0,0,0 +311812,65,13,267,13,0,3,0,0,0,0,0,0 +311821,65,13,0,3,0,0,0,0,0,0,0,0 +311824,65,13,0,3,0,0,0,0,0,0,0,0 +311830,65,13,0,3,0,0,0,0,0,0,0,0 +311911,65,13,663,7,0,0,0,0,0,0,0,0 +311991,65,13,59,3,0,0,0,0,0,0,0,0 +312120,65,13,40,5,0,0,0,0,0,0,0,0 +312130,65,13,887,19,4,0,0,0,0,0,0,0 +314910,65,13,28,5,3,0,0,0,0,0,0,0 +314999,65,13,13,4,3,0,0,0,0,0,0,0 +316998,65,13,14,3,0,0,0,0,0,0,0,0 +321214,65,13,240,4,0,0,0,0,0,0,0,0 +321920,65,13,311,9,0,4,0,0,0,0,0,0 +322211,65,13,422,11,0,0,0,0,0,0,0,0 +322212,65,13,329,3,0,0,0,0,0,0,0,0 +323111,65,13,323,30,26,3,0,0,0,0,0,0 +323113,65,13,89,16,13,0,0,0,0,0,0,0 +324121,65,13,79,5,0,0,0,0,0,0,0,0 +325120,65,13,60,3,0,0,0,0,0,0,0,0 +325320,65,13,124,3,0,0,0,0,0,0,0,0 +325510,65,13,197,5,0,0,0,0,0,0,0,0 +325611,65,13,5,3,0,0,0,0,0,0,0,0 +326199,65,13,454,8,0,0,0,0,0,0,0,0 +327211,65,13,603,3,0,0,0,0,0,0,0,0 +327320,65,13,231,12,0,3,0,0,0,0,0,0 +332311,65,13,0,3,0,0,0,0,0,0,0,0 +332312,65,13,121,6,3,0,0,0,0,0,0,0 +332321,65,13,103,3,0,0,0,0,0,0,0,0 +332322,65,13,0,3,0,0,0,0,0,0,0,0 +332323,65,13,151,8,0,0,0,0,0,0,0,0 +332420,65,13,0,4,0,3,0,0,0,0,0,0 +332710,65,13,235,31,26,3,0,0,0,0,0,0 +332721,65,13,29,3,0,0,0,0,0,0,0,0 +332812,65,13,51,10,3,0,0,0,0,0,0,0 +332813,65,13,128,8,3,3,0,0,0,0,0,0 +332999,65,13,259,9,3,0,0,0,0,0,0,0 +333111,65,13,746,15,5,5,0,0,0,0,0,0 +333241,65,13,135,4,0,3,0,0,0,0,0,0 +333249,65,13,31,4,3,0,0,0,0,0,0,0 +333415,65,13,0,3,0,0,0,0,0,0,0,0 +333914,65,13,0,3,0,0,0,0,0,0,0,0 +333993,65,13,400,5,0,0,0,0,0,0,0,0 +333999,65,13,469,5,0,3,0,0,0,0,0,0 +334220,65,13,0,4,0,0,0,0,0,0,0,0 +335314,65,13,29,3,0,0,0,0,0,0,0,0 +336211,65,13,0,3,0,0,0,0,0,0,0,0 +336212,65,13,52,3,0,0,0,0,0,0,0,0 +336214,65,13,75,6,0,0,0,0,0,0,0,0 +336390,65,13,140,6,3,0,0,0,0,0,0,0 +336612,65,13,0,3,0,0,0,0,0,0,0,0 +337110,65,13,128,17,9,0,0,0,0,0,0,0 +337127,65,13,25,3,0,0,0,0,0,0,0,0 +337910,65,13,0,5,3,0,0,0,0,0,0,0 +339113,65,13,416,6,0,0,0,0,0,0,0,0 +339114,65,13,0,3,0,0,0,0,0,0,0,0 +339116,65,13,57,12,8,0,0,0,0,0,0,0 +339910,65,13,6,3,3,0,0,0,0,0,0,0 +339920,65,13,0,4,0,0,0,0,0,0,0,0 +339950,65,13,66,10,6,0,0,0,0,0,0,0 +339999,65,13,137,18,17,0,0,0,0,0,0,0 +423110,65,13,285,16,4,3,0,0,0,0,0,0 +423120,65,13,970,57,45,12,0,0,0,0,0,0 +423130,65,13,247,12,3,6,0,0,0,0,0,0 +423140,65,13,7,3,3,0,0,0,0,0,0,0 +423210,65,13,150,10,3,4,0,0,0,0,0,0 +423220,65,13,47,8,5,0,0,0,0,0,0,0 +423310,65,13,88,9,7,0,0,0,0,0,0,0 +423320,65,13,0,4,0,0,0,0,0,0,0,0 +423330,65,13,84,8,3,0,0,0,0,0,0,0 +423390,65,13,58,10,6,0,0,0,0,0,0,0 +423410,65,13,75,4,0,0,0,0,0,0,0,0 +423420,65,13,139,19,13,3,0,0,0,0,0,0 +423430,65,13,161,8,4,0,0,0,0,0,0,0 +423440,65,13,131,15,13,0,0,0,0,0,0,0 +423450,65,13,0,17,15,0,0,0,0,0,0,0 +423490,65,13,15,5,4,0,0,0,0,0,0,0 +423510,65,13,443,27,21,5,0,0,0,0,0,0 +423610,65,13,324,29,19,6,0,0,0,0,0,0 +423690,65,13,136,16,10,4,0,0,0,0,0,0 +423710,65,13,191,13,9,0,0,0,0,0,0,0 +423720,65,13,193,14,12,0,0,0,0,0,0,0 +423730,65,13,127,19,15,0,0,0,0,0,0,0 +423740,65,13,0,4,0,0,0,0,0,0,0,0 +423810,65,13,249,14,9,3,0,0,0,0,0,0 +423820,65,13,1407,64,48,10,0,0,0,0,0,0 +423830,65,13,825,69,51,13,0,0,0,0,0,0 +423840,65,13,305,21,17,0,0,0,0,0,0,0 +423850,65,13,106,16,13,0,0,0,0,0,0,0 +423860,65,13,5,3,3,0,0,0,0,0,0,0 +423910,65,13,100,9,5,0,0,0,0,0,0,0 +423930,65,13,434,28,24,0,0,0,0,0,0,0 +423940,65,13,50,4,3,0,0,0,0,0,0,0 +423990,65,13,240,16,11,0,0,0,0,0,0,0 +424110,65,13,14,3,0,0,0,0,0,0,0,0 +424120,65,13,87,6,0,0,0,0,0,0,0,0 +424130,65,13,188,12,7,0,0,0,0,0,0,0 +424210,65,13,221,15,11,3,0,0,0,0,0,0 +424320,65,13,208,6,3,0,0,0,0,0,0,0 +424330,65,13,19,3,3,0,0,0,0,0,0,0 +424410,65,13,0,4,0,0,0,0,0,0,0,0 +424420,65,13,64,8,6,0,0,0,0,0,0,0 +424430,65,13,146,7,0,0,0,0,0,0,0,0 +424450,65,13,163,12,4,0,0,0,0,0,0,0 +424470,65,13,283,7,4,0,0,0,0,0,0,0 +424480,65,13,1985,52,39,4,3,0,0,0,0,0 +424490,65,13,1504,57,37,13,3,0,0,0,0,0 +424510,65,13,0,4,0,0,0,0,0,0,0,0 +424590,65,13,147,8,0,0,0,0,0,0,0,0 +424610,65,13,50,5,3,0,0,0,0,0,0,0 +424690,65,13,262,24,20,3,0,0,0,0,0,0 +424710,65,13,201,11,4,3,0,0,0,0,0,0 +424720,65,13,67,8,3,0,0,0,0,0,0,0 +424810,65,13,0,4,0,0,0,0,0,0,0,0 +424820,65,13,35,5,3,0,0,0,0,0,0,0 +424910,65,13,1351,68,45,16,0,0,0,0,0,0 +424920,65,13,88,4,0,0,0,0,0,0,0,0 +424930,65,13,20,6,5,0,0,0,0,0,0,0 +424950,65,13,29,5,3,0,0,0,0,0,0,0 +424990,65,13,81,22,20,0,0,0,0,0,0,0 +425120,65,13,471,72,63,5,0,0,0,0,0,0 +441110,65,13,3112,70,28,27,10,0,0,0,0,0 +441120,65,13,617,68,66,0,0,0,0,0,0,0 +441210,65,13,259,6,0,0,0,0,0,0,0,0 +441228,65,13,85,12,7,0,0,0,0,0,0,0 +441310,65,13,1275,135,122,11,0,0,0,0,0,0 +441320,65,13,588,80,74,6,0,0,0,0,0,0 +442110,65,13,339,53,47,4,0,0,0,0,0,0 +442210,65,13,114,25,25,0,0,0,0,0,0,0 +442291,65,13,0,4,3,0,0,0,0,0,0,0 +442299,65,13,338,20,14,3,0,0,0,0,0,0 +443141,65,13,214,22,16,0,0,0,0,0,0,0 +443142,65,13,602,47,37,6,0,0,0,0,0,0 +444110,65,13,1422,10,0,0,7,0,0,0,0,0 +444120,65,13,68,13,12,0,0,0,0,0,0,0 +444130,65,13,670,48,34,9,0,0,0,0,0,0 +444190,65,13,545,62,55,6,0,0,0,0,0,0 +444210,65,13,32,6,3,0,0,0,0,0,0,0 +444220,65,13,311,36,32,4,0,0,0,0,0,0 +445110,65,13,7109,276,179,82,15,0,0,0,0,0 +445120,65,13,441,105,102,0,0,0,0,0,0,0 +445210,65,13,117,21,18,0,0,0,0,0,0,0 +445220,65,13,20,5,3,0,0,0,0,0,0,0 +445230,65,13,0,3,0,0,0,0,0,0,0,0 +445291,65,13,0,5,0,0,0,0,0,0,0,0 +445292,65,13,128,10,4,0,0,0,0,0,0,0 +445299,65,13,182,28,26,0,0,0,0,0,0,0 +445310,65,13,297,109,106,0,0,0,0,0,0,0 +446110,65,13,2019,148,101,47,0,0,0,0,0,0 +446120,65,13,479,37,29,7,0,0,0,0,0,0 +446130,65,13,125,16,14,0,0,0,0,0,0,0 +446191,65,13,118,25,23,0,0,0,0,0,0,0 +446199,65,13,216,31,29,0,0,0,0,0,0,0 +447110,65,13,1513,242,237,3,0,0,0,0,0,0 +447190,65,13,461,41,30,5,0,0,0,0,0,0 +448110,65,13,122,15,14,0,0,0,0,0,0,0 +448120,65,13,872,71,55,11,0,0,0,0,0,0 +448130,65,13,203,13,3,6,0,0,0,0,0,0 +448140,65,13,2408,74,24,47,0,0,0,0,0,0 +448150,65,13,116,14,13,0,0,0,0,0,0,0 +448190,65,13,306,31,28,0,0,0,0,0,0,0 +448210,65,13,597,63,50,8,0,0,0,0,0,0 +448310,65,13,243,50,48,0,0,0,0,0,0,0 +451110,65,13,619,54,46,4,0,0,0,0,0,0 +451120,65,13,378,13,6,0,0,0,0,0,0,0 +451130,65,13,134,6,0,0,0,0,0,0,0,0 +451140,65,13,47,7,4,0,0,0,0,0,0,0 +451211,65,13,291,11,6,0,0,0,0,0,0,0 +452210,65,13,1276,8,0,0,5,0,0,0,0,0 +452311,65,13,4911,21,0,0,9,11,0,0,0,0 +452319,65,13,1450,102,70,30,0,0,0,0,0,0 +453110,65,13,151,27,26,0,0,0,0,0,0,0 +453210,65,13,178,15,10,5,0,0,0,0,0,0 +453220,65,13,280,42,39,0,0,0,0,0,0,0 +453310,65,13,358,38,31,3,0,0,0,0,0,0 +453910,65,13,306,24,15,4,0,0,0,0,0,0 +453991,65,13,64,22,18,0,0,0,0,0,0,0 +453998,65,13,209,46,44,0,0,0,0,0,0,0 +454110,65,13,285,48,45,3,0,0,0,0,0,0 +454310,65,13,184,23,19,0,0,0,0,0,0,0 +454390,65,13,440,61,55,3,0,0,0,0,0,0 +481111,65,13,0,7,0,0,0,0,0,0,0,0 +481211,65,13,10,4,3,0,0,0,0,0,0,0 +481219,65,13,0,3,0,0,0,0,0,0,0,0 +484110,65,13,971,160,148,8,0,0,0,0,0,0 +484121,65,13,1146,176,161,12,0,0,0,0,0,0 +484122,65,13,762,33,17,11,0,0,0,0,0,0 +484210,65,13,137,12,10,0,0,0,0,0,0,0 +484220,65,13,1338,127,109,11,0,0,0,0,0,0 +484230,65,13,571,45,37,6,0,0,0,0,0,0 +485210,65,13,0,3,0,0,0,0,0,0,0,0 +485320,65,13,34,7,3,0,0,0,0,0,0,0 +485510,65,13,65,4,0,0,0,0,0,0,0,0 +485991,65,13,402,13,6,4,0,0,0,0,0,0 +485999,65,13,37,7,4,0,0,0,0,0,0,0 +488119,65,13,111,4,0,0,0,0,0,0,0,0 +488190,65,13,60,7,5,0,0,0,0,0,0,0 +488410,65,13,198,39,37,0,0,0,0,0,0,0 +488490,65,13,70,11,11,0,0,0,0,0,0,0 +488510,65,13,263,40,29,4,0,0,0,0,0,0 +488991,65,13,0,3,0,0,0,0,0,0,0,0 +492110,65,13,1195,25,17,4,0,0,0,0,0,0 +492210,65,13,245,9,5,0,0,0,0,0,0,0 +493110,65,13,694,19,14,3,0,0,0,0,0,0 +493120,65,13,341,13,5,5,0,0,0,0,0,0 +493130,65,13,166,6,0,0,0,0,0,0,0,0 +493190,65,13,111,5,3,0,0,0,0,0,0,0 +511110,65,13,215,9,6,0,0,0,0,0,0,0 +511120,65,13,76,7,3,0,0,0,0,0,0,0 +511130,65,13,75,6,0,0,0,0,0,0,0,0 +511210,65,13,95,9,4,0,0,0,0,0,0,0 +512110,65,13,38,10,7,0,0,0,0,0,0,0 +512131,65,13,349,7,0,4,0,0,0,0,0,0 +512191,65,13,0,3,0,0,0,0,0,0,0,0 +515111,65,13,85,5,0,0,0,0,0,0,0,0 +515112,65,13,160,12,7,3,0,0,0,0,0,0 +515120,65,13,457,10,0,3,0,0,0,0,0,0 +517311,65,13,1694,53,35,8,5,0,0,0,0,0 +517312,65,13,664,74,63,6,0,0,0,0,0,0 +517410,65,13,0,3,3,0,0,0,0,0,0,0 +517911,65,13,122,28,27,0,0,0,0,0,0,0 +517919,65,13,105,8,4,0,0,0,0,0,0,0 +518210,65,13,380,18,13,0,0,0,0,0,0,0 +519130,65,13,7,3,3,0,0,0,0,0,0,0 +522110,65,13,2191,180,155,20,3,0,0,0,0,0 +522130,65,13,758,48,40,3,0,0,0,0,0,0 +522220,65,13,65,12,10,0,0,0,0,0,0,0 +522291,65,13,71,13,9,0,0,0,0,0,0,0 +522292,65,13,352,51,44,3,0,0,0,0,0,0 +522298,65,13,164,18,14,0,0,0,0,0,0,0 +522310,65,13,128,33,28,0,0,0,0,0,0,0 +522320,65,13,9,4,4,0,0,0,0,0,0,0 +522390,65,13,237,89,87,0,0,0,0,0,0,0 +523110,65,13,5,3,3,0,0,0,0,0,0,0 +523120,65,13,223,40,31,5,0,0,0,0,0,0 +523910,65,13,3,4,4,0,0,0,0,0,0,0 +523920,65,13,202,50,49,0,0,0,0,0,0,0 +523930,65,13,92,34,33,0,0,0,0,0,0,0 +523991,65,13,46,8,4,0,0,0,0,0,0,0 +524113,65,13,162,16,15,0,0,0,0,0,0,0 +524114,65,13,795,20,14,0,0,0,0,0,0,0 +524126,65,13,386,27,20,7,0,0,0,0,0,0 +524127,65,13,0,10,4,4,0,0,0,0,0,0 +524210,65,13,2358,374,350,18,0,0,0,0,0,0 +524291,65,13,80,14,13,0,0,0,0,0,0,0 +524292,65,13,1126,34,19,13,0,0,0,0,0,0 +524298,65,13,39,6,3,0,0,0,0,0,0,0 +531110,65,13,734,181,174,3,0,0,0,0,0,0 +531120,65,13,430,84,78,0,0,0,0,0,0,0 +531130,65,13,195,57,56,0,0,0,0,0,0,0 +531190,65,13,89,27,24,0,0,0,0,0,0,0 +531210,65,13,837,230,220,5,0,0,0,0,0,0 +531311,65,13,1171,127,114,8,0,0,0,0,0,0 +531312,65,13,309,39,36,0,0,0,0,0,0,0 +531320,65,13,60,23,23,0,0,0,0,0,0,0 +531390,65,13,220,30,26,0,0,0,0,0,0,0 +532111,65,13,231,25,22,3,0,0,0,0,0,0 +532120,65,13,155,21,19,0,0,0,0,0,0,0 +532210,65,13,0,12,12,0,0,0,0,0,0,0 +532283,65,13,40,3,3,0,0,0,0,0,0,0 +532289,65,13,138,21,18,0,0,0,0,0,0,0 +532310,65,13,0,3,3,0,0,0,0,0,0,0 +532412,65,13,206,15,12,3,0,0,0,0,0,0 +532490,65,13,328,32,28,3,0,0,0,0,0,0 +533110,65,13,59,5,0,0,0,0,0,0,0,0 +541110,65,13,2563,427,402,23,0,0,0,0,0,0 +541191,65,13,51,5,0,0,0,0,0,0,0,0 +541199,65,13,49,15,14,0,0,0,0,0,0,0 +541211,65,13,906,197,189,6,0,0,0,0,0,0 +541213,65,13,533,106,103,0,0,0,0,0,0,0 +541214,65,13,202,15,11,0,0,0,0,0,0,0 +541219,65,13,361,101,97,4,0,0,0,0,0,0 +541310,65,13,277,35,30,0,0,0,0,0,0,0 +541320,65,13,26,8,6,0,0,0,0,0,0,0 +541330,65,13,1621,133,117,6,4,0,0,0,0,0 +541340,65,13,8,3,3,0,0,0,0,0,0,0 +541350,65,13,77,14,12,0,0,0,0,0,0,0 +541370,65,13,59,10,3,0,0,0,0,0,0,0 +541380,65,13,355,16,12,0,0,0,0,0,0,0 +541410,65,13,27,8,6,0,0,0,0,0,0,0 +541430,65,13,40,10,8,0,0,0,0,0,0,0 +541511,65,13,436,62,58,4,0,0,0,0,0,0 +541512,65,13,306,52,49,0,0,0,0,0,0,0 +541513,65,13,86,10,8,0,0,0,0,0,0,0 +541519,65,13,83,11,9,0,0,0,0,0,0,0 +541611,65,13,263,79,75,3,0,0,0,0,0,0 +541612,65,13,214,16,10,4,0,0,0,0,0,0 +541613,65,13,235,44,39,0,0,0,0,0,0,0 +541614,65,13,31,6,3,0,0,0,0,0,0,0 +541618,65,13,20,4,3,0,0,0,0,0,0,0 +541620,65,13,196,26,20,4,0,0,0,0,0,0 +541690,65,13,367,68,65,0,0,0,0,0,0,0 +541714,65,13,0,3,3,0,0,0,0,0,0,0 +541715,65,13,40,11,11,0,0,0,0,0,0,0 +541810,65,13,147,23,17,3,0,0,0,0,0,0 +541820,65,13,31,9,7,0,0,0,0,0,0,0 +541850,65,13,26,5,4,0,0,0,0,0,0,0 +541890,65,13,673,17,9,3,0,0,0,0,0,0 +541910,65,13,49,4,0,0,0,0,0,0,0,0 +541921,65,13,155,21,17,0,0,0,0,0,0,0 +541930,65,13,20,7,7,0,0,0,0,0,0,0 +541940,65,13,629,64,56,7,0,0,0,0,0,0 +541990,65,13,140,24,19,0,0,0,0,0,0,0 +551112,65,13,0,4,0,0,0,0,0,0,0,0 +551114,65,13,2370,85,57,23,0,0,0,0,0,0 +561110,65,13,1289,60,48,6,0,0,0,0,0,0 +561210,65,13,230,11,4,0,0,0,0,0,0,0 +561311,65,13,0,5,4,0,0,0,0,0,0,0 +561320,65,13,4215,63,28,19,13,0,0,0,0,0 +561330,65,13,159,6,4,0,0,0,0,0,0,0 +561410,65,13,5,3,3,0,0,0,0,0,0,0 +561422,65,13,0,9,3,0,0,0,0,0,0,0 +561431,65,13,61,15,12,0,0,0,0,0,0,0 +561439,65,13,102,9,4,0,0,0,0,0,0,0 +561440,65,13,164,7,3,0,0,0,0,0,0,0 +561491,65,13,12,3,0,0,0,0,0,0,0,0 +561492,65,13,17,7,6,0,0,0,0,0,0,0 +561499,65,13,75,6,5,0,0,0,0,0,0,0 +561510,65,13,117,25,22,0,0,0,0,0,0,0 +561599,65,13,0,4,0,0,0,0,0,0,0,0 +561611,65,13,86,17,16,0,0,0,0,0,0,0 +561612,65,13,1768,42,20,13,5,0,0,0,0,0 +561613,65,13,154,6,0,0,0,0,0,0,0,0 +561621,65,13,407,19,16,0,0,0,0,0,0,0 +561622,65,13,27,6,4,0,0,0,0,0,0,0 +561710,65,13,549,76,68,5,0,0,0,0,0,0 +561720,65,13,1572,122,104,14,3,0,0,0,0,0 +561730,65,13,1723,225,198,16,0,0,0,0,0,0 +561740,65,13,136,24,20,0,0,0,0,0,0,0 +561790,65,13,268,51,45,0,0,0,0,0,0,0 +561920,65,13,131,6,0,0,0,0,0,0,0,0 +561990,65,13,429,33,23,6,0,0,0,0,0,0 +562111,65,13,573,25,14,5,0,0,0,0,0,0 +562119,65,13,0,3,0,0,0,0,0,0,0,0 +562212,65,13,27,3,0,0,0,0,0,0,0,0 +562910,65,13,231,7,0,0,0,0,0,0,0,0 +562920,65,13,33,4,3,0,0,0,0,0,0,0 +562991,65,13,33,5,0,0,0,0,0,0,0,0 +611110,65,13,4217,40,20,10,0,0,0,0,0,0 +611210,65,13,0,4,0,0,0,0,0,0,0,0 +611310,65,13,1572,12,4,3,0,0,0,0,0,0 +611430,65,13,4,3,3,0,0,0,0,0,0,0 +611511,65,13,95,6,0,0,0,0,0,0,0,0 +611513,65,13,17,4,0,0,0,0,0,0,0,0 +611519,65,13,113,8,6,0,0,0,0,0,0,0 +611610,65,13,165,21,16,3,0,0,0,0,0,0 +611620,65,13,269,32,26,0,0,0,0,0,0,0 +611691,65,13,679,33,26,5,0,0,0,0,0,0 +611692,65,13,44,7,4,0,0,0,0,0,0,0 +611699,65,13,31,10,7,0,0,0,0,0,0,0 +611710,65,13,236,18,13,0,0,0,0,0,0,0 +621111,65,13,6918,765,702,53,7,0,0,0,0,0 +621112,65,13,77,27,23,0,0,0,0,0,0,0 +621210,65,13,2807,454,443,11,0,0,0,0,0,0 +621310,65,13,284,81,76,0,0,0,0,0,0,0 +621320,65,13,258,49,46,0,0,0,0,0,0,0 +621330,65,13,485,52,43,4,0,0,0,0,0,0 +621340,65,13,718,80,75,3,0,0,0,0,0,0 +621391,65,13,73,19,18,0,0,0,0,0,0,0 +621399,65,13,134,44,43,0,0,0,0,0,0,0 +621410,65,13,109,10,0,0,0,0,0,0,0,0 +621420,65,13,718,32,20,10,0,0,0,0,0,0 +621491,65,13,0,16,7,4,0,0,0,0,0,0 +621492,65,13,0,19,10,7,0,0,0,0,0,0 +621493,65,13,238,16,12,0,0,0,0,0,0,0 +621498,65,13,1225,60,40,12,0,0,0,0,0,0 +621511,65,13,359,52,47,3,0,0,0,0,0,0 +621512,65,13,302,21,16,3,0,0,0,0,0,0 +621610,65,13,1669,54,32,19,3,0,0,0,0,0 +621910,65,13,74,7,3,0,0,0,0,0,0,0 +621991,65,13,0,7,3,0,0,0,0,0,0,0 +621999,65,13,91,14,11,0,0,0,0,0,0,0 +622110,65,13,12617,9,0,0,0,3,0,0,3,0 +623110,65,13,3746,49,14,20,10,0,0,0,0,0 +623210,65,13,1297,86,71,14,0,0,0,0,0,0 +623220,65,13,918,32,23,5,0,0,0,0,0,0 +623311,65,13,1300,13,0,5,5,0,0,0,0,0 +623312,65,13,927,82,65,11,0,0,0,0,0,0 +623990,65,13,634,43,34,7,0,0,0,0,0,0 +624110,65,13,698,39,32,4,0,0,0,0,0,0 +624120,65,13,2317,76,35,31,5,0,0,0,0,0 +624190,65,13,990,76,61,8,0,0,0,0,0,0 +624210,65,13,156,8,0,4,0,0,0,0,0,0 +624221,65,13,112,6,0,0,0,0,0,0,0,0 +624229,65,13,358,15,9,0,0,0,0,0,0,0 +624310,65,13,1004,30,14,9,0,0,0,0,0,0 +624410,65,13,2158,138,107,25,0,0,0,0,0,0 +711110,65,13,58,6,4,0,0,0,0,0,0,0 +711130,65,13,28,5,0,0,0,0,0,0,0,0 +711219,65,13,10,3,0,0,0,0,0,0,0,0 +711310,65,13,0,7,3,0,0,0,0,0,0,0 +711320,65,13,0,3,0,0,0,0,0,0,0,0 +711410,65,13,8,4,4,0,0,0,0,0,0,0 +711510,65,13,31,17,16,0,0,0,0,0,0,0 +712110,65,13,46,7,0,0,0,0,0,0,0,0 +712130,65,13,0,3,0,0,0,0,0,0,0,0 +713110,65,13,55,3,0,0,0,0,0,0,0,0 +713120,65,13,166,8,5,0,0,0,0,0,0,0 +713210,65,13,0,3,0,0,0,0,0,0,0,0 +713290,65,13,333,7,4,0,0,0,0,0,0,0 +713910,65,13,525,17,3,10,0,0,0,0,0,0 +713930,65,13,44,6,3,0,0,0,0,0,0,0 +713940,65,13,1406,83,53,25,0,0,0,0,0,0 +713950,65,13,0,4,0,0,0,0,0,0,0,0 +713990,65,13,261,34,29,5,0,0,0,0,0,0 +721110,65,13,2245,112,82,26,0,0,0,0,0,0 +721191,65,13,26,3,0,0,0,0,0,0,0,0 +721211,65,13,41,11,6,0,0,0,0,0,0,0 +721214,65,13,136,10,3,0,0,0,0,0,0,0 +721310,65,13,46,6,3,0,0,0,0,0,0,0 +722310,65,13,730,30,23,3,0,0,0,0,0,0 +722320,65,13,158,17,11,5,0,0,0,0,0,0 +722330,65,13,54,14,13,0,0,0,0,0,0,0 +722410,65,13,434,67,63,3,0,0,0,0,0,0 +722511,65,13,11965,601,408,178,14,0,0,0,0,0 +722513,65,13,14089,762,482,276,3,0,0,0,0,0 +722514,65,13,303,8,3,0,0,0,0,0,0,0 +722515,65,13,2346,209,165,44,0,0,0,0,0,0 +811111,65,13,1030,240,234,4,0,0,0,0,0,0 +811112,65,13,10,6,6,0,0,0,0,0,0,0 +811113,65,13,39,13,10,0,0,0,0,0,0,0 +811118,65,13,56,12,11,0,0,0,0,0,0,0 +811121,65,13,787,95,84,9,0,0,0,0,0,0 +811122,65,13,88,17,16,0,0,0,0,0,0,0 +811191,65,13,135,20,19,0,0,0,0,0,0,0 +811192,65,13,896,56,45,7,0,0,0,0,0,0 +811198,65,13,73,28,27,0,0,0,0,0,0,0 +811211,65,13,8,3,3,0,0,0,0,0,0,0 +811212,65,13,10,6,6,0,0,0,0,0,0,0 +811213,65,13,28,6,4,0,0,0,0,0,0,0 +811219,65,13,112,6,0,0,0,0,0,0,0,0 +811310,65,13,345,53,47,3,0,0,0,0,0,0 +811412,65,13,50,9,6,0,0,0,0,0,0,0 +811420,65,13,10,5,4,0,0,0,0,0,0,0 +811490,65,13,47,9,8,0,0,0,0,0,0,0 +812111,65,13,34,6,4,0,0,0,0,0,0,0 +812112,65,13,607,99,93,5,0,0,0,0,0,0 +812113,65,13,364,68,63,5,0,0,0,0,0,0 +812191,65,13,55,7,3,0,0,0,0,0,0,0 +812199,65,13,267,29,23,0,0,0,0,0,0,0 +812210,65,13,289,35,33,0,0,0,0,0,0,0 +812220,65,13,55,7,3,0,0,0,0,0,0,0 +812310,65,13,100,18,13,0,0,0,0,0,0,0 +812320,65,13,241,29,23,3,0,0,0,0,0,0 +812331,65,13,270,4,0,0,0,0,0,0,0,0 +812332,65,13,507,7,0,0,3,0,0,0,0,0 +812910,65,13,216,34,30,0,0,0,0,0,0,0 +812930,65,13,0,8,7,0,0,0,0,0,0,0 +812990,65,13,90,20,19,0,0,0,0,0,0,0 +813110,65,13,4802,348,312,32,0,0,0,0,0,0 +813211,65,13,862,25,23,0,0,0,0,0,0,0 +813212,65,13,31,5,0,0,0,0,0,0,0,0 +813219,65,13,68,7,3,0,0,0,0,0,0,0 +813311,65,13,23,8,6,0,0,0,0,0,0,0 +813312,65,13,165,9,3,0,0,0,0,0,0,0 +813319,65,13,119,10,8,0,0,0,0,0,0,0 +813410,65,13,366,59,52,4,0,0,0,0,0,0 +813910,65,13,151,33,31,0,0,0,0,0,0,0 +813920,65,13,36,9,9,0,0,0,0,0,0,0 +813930,65,13,290,33,29,4,0,0,0,0,0,0 +813990,65,13,298,21,18,0,0,0,0,0,0,0 +113310,69,13,932,157,120,0,0,0,0,0,0,0 +114111,69,13,53,28,22,0,0,0,0,0,0,0 +114112,69,13,27,20,20,0,0,0,0,0,0,0 +115111,69,13,37,4,0,0,0,0,0,0,0,0 +115112,69,13,1096,124,88,6,0,0,0,0,0,0 +115113,69,13,1597,48,24,0,0,0,0,0,0,0 +115114,69,13,3370,132,59,25,0,0,0,0,0,0 +115115,69,13,2729,88,48,3,0,0,0,0,0,0 +115116,69,13,380,30,10,0,0,0,0,0,0,0 +115210,69,13,307,102,89,0,0,0,0,0,0,0 +115310,69,13,408,49,28,0,0,0,0,0,0,0 +211120,69,13,2530,62,38,13,0,0,0,0,0,0 +211130,69,13,0,4,0,0,0,0,0,0,0,0 +212321,69,13,185,27,10,0,0,0,0,0,0,0 +213111,69,13,1458,37,21,13,0,0,0,0,0,0 +213112,69,13,1722,87,53,28,0,0,0,0,0,0 +221111,69,13,0,6,3,0,0,0,0,0,0,0 +221112,69,13,0,4,0,0,0,0,0,0,0,0 +221114,69,13,67,7,3,0,0,0,0,0,0,0 +221115,69,13,174,12,11,0,0,0,0,0,0,0 +221116,69,13,0,6,0,4,0,0,0,0,0,0 +221122,69,13,0,37,9,3,0,0,0,0,0,0 +221210,69,13,0,20,4,0,0,0,0,0,0,0 +221310,69,13,810,121,84,3,0,0,0,0,0,0 +221320,69,13,0,3,0,0,0,0,0,0,0,0 +236115,69,13,3035,866,818,3,0,0,0,0,0,0 +236116,69,13,30,21,17,0,0,0,0,0,0,0 +236117,69,13,966,175,143,3,0,0,0,0,0,0 +236118,69,13,4592,1239,1187,22,0,0,0,0,0,0 +236210,69,13,323,28,9,0,0,0,0,0,0,0 +236220,69,13,4493,441,350,43,0,0,0,0,0,0 +237110,69,13,2039,180,116,24,0,0,0,0,0,0 +237120,69,13,2074,26,11,3,0,0,0,0,0,0 +237130,69,13,1060,40,16,3,0,0,0,0,0,0 +237210,69,13,220,42,34,0,0,0,0,0,0,0 +237310,69,13,1872,139,82,18,0,0,0,0,0,0 +237990,69,13,92,27,6,0,0,0,0,0,0,0 +238110,69,13,3067,294,242,12,0,0,0,0,0,0 +238120,69,13,236,32,12,0,0,0,0,0,0,0 +238130,69,13,1629,115,87,0,0,0,0,0,0,0 +238140,69,13,795,151,122,0,0,0,0,0,0,0 +238150,69,13,543,70,47,0,0,0,0,0,0,0 +238160,69,13,2003,318,270,10,0,0,0,0,0,0 +238170,69,13,148,20,6,0,0,0,0,0,0,0 +238190,69,13,398,97,78,0,0,0,0,0,0,0 +238210,69,13,6743,932,831,53,3,0,0,0,0,0 +238220,69,13,9047,1237,1123,80,0,0,0,0,0,0 +238290,69,13,451,53,22,6,0,0,0,0,0,0 +238310,69,13,2869,290,227,12,0,0,0,0,0,0 +238320,69,13,2297,528,495,10,0,0,0,0,0,0 +238330,69,13,524,159,141,0,0,0,0,0,0,0 +238340,69,13,1204,218,192,6,0,0,0,0,0,0 +238350,69,13,1173,227,206,0,0,0,0,0,0,0 +238390,69,13,230,39,21,0,0,0,0,0,0,0 +238910,69,13,4098,447,357,41,0,0,0,0,0,0 +238990,69,13,2345,411,364,14,0,0,0,0,0,0 +311119,69,13,1175,32,3,12,0,0,0,0,0,0 +311212,69,13,711,8,0,0,0,0,0,0,0,0 +311340,69,13,0,6,3,0,0,0,0,0,0,0 +311351,69,13,26,4,0,0,0,0,0,0,0,0 +311352,69,13,145,9,0,0,0,0,0,0,0,0 +311411,69,13,529,10,0,0,0,0,0,0,0,0 +311421,69,13,4784,27,0,4,3,0,0,0,0,0 +311423,69,13,711,11,0,3,3,0,0,0,0,0 +311511,69,13,495,8,0,0,0,0,0,0,0,0 +311512,69,13,0,3,0,0,0,0,0,0,0,0 +311513,69,13,1517,14,0,0,3,0,0,0,0,0 +311514,69,13,211,4,0,0,0,0,0,0,0,0 +311520,69,13,53,7,0,0,0,0,0,0,0,0 +311611,69,13,79,6,0,0,0,0,0,0,0,0 +311615,69,13,0,8,0,0,0,0,0,0,0,0 +311710,69,13,0,3,0,0,0,0,0,0,0,0 +311811,69,13,1072,97,57,23,0,0,0,0,0,0 +311812,69,13,379,40,13,0,0,0,0,0,0,0 +311830,69,13,24,6,3,0,0,0,0,0,0,0 +311911,69,13,3410,33,3,3,3,0,0,0,0,0 +311920,69,13,16,3,0,0,0,0,0,0,0,0 +311991,69,13,4017,13,0,0,4,0,0,0,0,0 +312120,69,13,793,44,16,3,0,0,0,0,0,0 +312130,69,13,4810,368,281,62,0,0,0,0,0,0 +314910,69,13,46,7,3,0,0,0,0,0,0,0 +314999,69,13,77,21,13,0,0,0,0,0,0,0 +315240,69,13,0,3,0,0,0,0,0,0,0,0 +321113,69,13,941,22,3,0,3,0,0,0,0,0 +321214,69,13,300,4,0,0,0,0,0,0,0,0 +321911,69,13,13,4,0,0,0,0,0,0,0,0 +321912,69,13,121,6,0,3,0,0,0,0,0,0 +321920,69,13,668,32,12,3,0,0,0,0,0,0 +321999,69,13,128,29,19,0,0,0,0,0,0,0 +322211,69,13,1267,9,0,0,4,0,0,0,0,0 +323111,69,13,1231,127,84,11,0,0,0,0,0,0 +323113,69,13,290,46,21,3,0,0,0,0,0,0 +323117,69,13,13,3,0,0,0,0,0,0,0,0 +324110,69,13,0,3,0,0,0,0,0,0,0,0 +324121,69,13,149,14,0,0,0,0,0,0,0,0 +324122,69,13,135,3,0,0,0,0,0,0,0,0 +325314,69,13,0,3,0,0,0,0,0,0,0,0 +325412,69,13,0,4,3,0,0,0,0,0,0,0 +325510,69,13,36,4,0,0,0,0,0,0,0,0 +325620,69,13,35,8,4,0,0,0,0,0,0,0 +325998,69,13,42,7,3,0,0,0,0,0,0,0 +326140,69,13,0,3,0,0,0,0,0,0,0,0 +326160,69,13,220,4,0,0,0,0,0,0,0,0 +326199,69,13,728,26,6,3,0,0,0,0,0,0 +326299,69,13,109,3,0,0,0,0,0,0,0,0 +327215,69,13,0,3,0,0,0,0,0,0,0,0 +327310,69,13,450,4,0,0,0,0,0,0,0,0 +327320,69,13,994,76,29,13,0,0,0,0,0,0 +332119,69,13,142,3,0,0,0,0,0,0,0,0 +332216,69,13,84,6,3,0,0,0,0,0,0,0 +332311,69,13,10,3,0,0,0,0,0,0,0,0 +332312,69,13,569,25,15,4,0,0,0,0,0,0 +332321,69,13,212,8,0,0,0,0,0,0,0,0 +332322,69,13,212,21,3,0,0,0,0,0,0,0 +332323,69,13,47,15,3,0,0,0,0,0,0,0 +332420,69,13,0,3,0,0,0,0,0,0,0,0 +332431,69,13,0,5,0,0,3,0,0,0,0,0 +332510,69,13,5,3,3,0,0,0,0,0,0,0 +332710,69,13,1580,183,142,15,0,0,0,0,0,0 +332721,69,13,161,13,3,0,0,0,0,0,0,0 +332812,69,13,50,13,3,0,0,0,0,0,0,0 +332813,69,13,28,3,0,0,0,0,0,0,0,0 +332996,69,13,66,7,0,0,0,0,0,0,0,0 +332999,69,13,202,18,4,0,0,0,0,0,0,0 +333111,69,13,785,35,12,3,0,0,0,0,0,0 +333132,69,13,101,6,0,0,0,0,0,0,0,0 +333241,69,13,110,6,3,0,0,0,0,0,0,0 +333314,69,13,45,4,0,0,0,0,0,0,0,0 +333316,69,13,31,3,0,0,0,0,0,0,0,0 +333318,69,13,68,3,0,0,0,0,0,0,0,0 +333514,69,13,0,3,0,0,0,0,0,0,0,0 +333517,69,13,60,3,0,0,0,0,0,0,0,0 +333999,69,13,109,7,0,0,0,0,0,0,0,0 +334220,69,13,87,5,0,0,0,0,0,0,0,0 +334310,69,13,0,3,0,0,0,0,0,0,0,0 +334413,69,13,143,3,0,0,0,0,0,0,0,0 +334418,69,13,31,3,0,0,0,0,0,0,0,0 +334419,69,13,115,8,3,0,0,0,0,0,0,0 +334510,69,13,206,7,0,0,0,0,0,0,0,0 +334511,69,13,0,4,0,0,0,0,0,0,0,0 +334514,69,13,127,4,0,3,0,0,0,0,0,0 +334515,69,13,99,7,3,0,0,0,0,0,0,0 +334516,69,13,460,7,0,0,0,0,0,0,0,0 +335999,69,13,103,4,0,0,0,0,0,0,0,0 +336211,69,13,37,3,0,0,0,0,0,0,0,0 +336390,69,13,0,6,0,0,0,0,0,0,0,0 +336991,69,13,73,8,0,0,0,0,0,0,0,0 +337110,69,13,699,82,50,0,0,0,0,0,0,0 +337122,69,13,24,5,3,0,0,0,0,0,0,0 +337212,69,13,96,15,0,0,0,0,0,0,0,0 +339112,69,13,993,9,0,0,0,0,0,0,0,0 +339113,69,13,597,8,0,3,0,0,0,0,0,0 +339114,69,13,0,3,0,0,0,0,0,0,0,0 +339116,69,13,306,63,42,0,0,0,0,0,0,0 +339910,69,13,8,3,3,0,0,0,0,0,0,0 +339920,69,13,112,14,9,0,0,0,0,0,0,0 +339950,69,13,258,41,18,0,0,0,0,0,0,0 +339992,69,13,224,5,0,0,0,0,0,0,0,0 +339999,69,13,223,55,33,0,0,0,0,0,0,0 +423110,69,13,318,28,12,3,0,0,0,0,0,0 +423120,69,13,1071,105,69,10,0,0,0,0,0,0 +423130,69,13,160,15,6,0,0,0,0,0,0,0 +423140,69,13,357,12,0,0,0,0,0,0,0,0 +423210,69,13,192,22,9,0,0,0,0,0,0,0 +423220,69,13,298,32,19,0,0,0,0,0,0,0 +423310,69,13,353,29,11,0,0,0,0,0,0,0 +423320,69,13,107,26,18,0,0,0,0,0,0,0 +423330,69,13,93,9,0,0,0,0,0,0,0,0 +423390,69,13,146,28,17,0,0,0,0,0,0,0 +423420,69,13,485,49,22,0,0,0,0,0,0,0 +423430,69,13,201,25,17,0,0,0,0,0,0,0 +423440,69,13,22,16,3,0,0,0,0,0,0,0 +423450,69,13,281,51,35,0,0,0,0,0,0,0 +423460,69,13,66,7,0,0,0,0,0,0,0,0 +423490,69,13,20,5,3,0,0,0,0,0,0,0 +423510,69,13,557,44,30,0,0,0,0,0,0,0 +423610,69,13,1263,106,70,6,0,0,0,0,0,0 +423620,69,13,5,9,3,0,0,0,0,0,0,0 +423690,69,13,754,48,29,0,0,0,0,0,0,0 +423710,69,13,94,23,3,0,0,0,0,0,0,0 +423720,69,13,506,56,26,0,0,0,0,0,0,0 +423730,69,13,206,40,26,0,0,0,0,0,0,0 +423740,69,13,39,11,3,0,0,0,0,0,0,0 +423810,69,13,542,42,18,0,0,0,0,0,0,0 +423820,69,13,2975,195,117,40,0,0,0,0,0,0 +423830,69,13,3061,233,183,28,5,0,0,0,0,0 +423840,69,13,799,115,94,3,0,0,0,0,0,0 +423850,69,13,80,23,14,0,0,0,0,0,0,0 +423860,69,13,83,9,6,0,0,0,0,0,0,0 +423910,69,13,210,25,11,0,0,0,0,0,0,0 +423920,69,13,41,6,0,0,0,0,0,0,0,0 +423930,69,13,794,74,39,7,0,0,0,0,0,0 +423940,69,13,107,19,8,0,0,0,0,0,0,0 +423990,69,13,271,52,33,0,0,0,0,0,0,0 +424120,69,13,86,9,0,0,0,0,0,0,0,0 +424130,69,13,603,50,21,3,0,0,0,0,0,0 +424210,69,13,436,57,33,0,0,0,0,0,0,0 +424310,69,13,5,3,3,0,0,0,0,0,0,0 +424320,69,13,0,4,0,0,0,0,0,0,0,0 +424330,69,13,95,20,13,0,0,0,0,0,0,0 +424340,69,13,0,3,0,0,0,0,0,0,0,0 +424410,69,13,13,3,0,0,0,0,0,0,0,0 +424420,69,13,259,21,11,0,0,0,0,0,0,0 +424430,69,13,141,27,10,0,0,0,0,0,0,0 +424450,69,13,70,23,13,0,0,0,0,0,0,0 +424460,69,13,22,4,0,0,0,0,0,0,0,0 +424470,69,13,104,13,3,0,0,0,0,0,0,0 +424480,69,13,4232,215,158,25,0,0,0,0,0,0 +424490,69,13,3206,174,108,27,0,0,0,0,0,0 +424510,69,13,272,30,15,0,0,0,0,0,0,0 +424520,69,13,34,3,0,0,0,0,0,0,0,0 +424590,69,13,240,22,7,0,0,0,0,0,0,0 +424610,69,13,70,5,0,0,0,0,0,0,0,0 +424690,69,13,701,59,26,5,0,0,0,0,0,0 +424710,69,13,1509,87,35,4,0,0,0,0,0,0 +424720,69,13,241,29,14,0,0,0,0,0,0,0 +424810,69,13,464,22,0,3,0,0,0,0,0,0 +424820,69,13,223,33,28,0,0,0,0,0,0,0 +424910,69,13,4707,306,197,63,0,0,0,0,0,0 +424930,69,13,646,55,28,4,0,0,0,0,0,0 +424940,69,13,0,8,0,0,0,0,0,0,0,0 +424950,69,13,0,3,0,0,0,0,0,0,0,0 +424990,69,13,425,81,61,0,0,0,0,0,0,0 +425120,69,13,1444,205,167,0,0,0,0,0,0,0 +441110,69,13,11832,233,26,132,21,0,0,0,0,0 +441120,69,13,1534,221,190,6,0,0,0,0,0,0 +441210,69,13,721,49,9,0,0,0,0,0,0,0 +441222,69,13,83,17,3,0,0,0,0,0,0,0 +441228,69,13,597,71,36,0,0,0,0,0,0,0 +441310,69,13,5971,559,471,42,0,0,0,0,0,0 +441320,69,13,2591,376,336,3,0,0,0,0,0,0 +442110,69,13,1954,259,222,3,0,0,0,0,0,0 +442210,69,13,998,126,85,0,0,0,0,0,0,0 +442291,69,13,31,12,10,0,0,0,0,0,0,0 +442299,69,13,1540,147,104,11,0,0,0,0,0,0 +443141,69,13,664,79,34,3,0,0,0,0,0,0 +443142,69,13,2823,275,232,12,0,0,0,0,0,0 +444110,69,13,3905,67,0,0,35,0,0,0,0,0 +444120,69,13,375,84,71,0,0,0,0,0,0,0 +444130,69,13,3130,233,129,38,0,0,0,0,0,0 +444190,69,13,3657,357,283,38,0,0,0,0,0,0 +444210,69,13,220,27,15,0,0,0,0,0,0,0 +444220,69,13,2344,283,216,17,0,0,0,0,0,0 +445110,69,13,33721,1161,637,383,70,0,0,0,0,0 +445120,69,13,1579,354,333,3,0,0,0,0,0,0 +445210,69,13,512,75,54,3,0,0,0,0,0,0 +445230,69,13,151,33,24,0,0,0,0,0,0,0 +445291,69,13,167,20,4,0,0,0,0,0,0,0 +445292,69,13,422,62,49,0,0,0,0,0,0,0 +445299,69,13,652,101,72,0,0,0,0,0,0,0 +445310,69,13,2070,452,417,3,0,0,0,0,0,0 +446110,69,13,6522,520,336,141,0,0,0,0,0,0 +446120,69,13,1854,148,93,27,0,0,0,0,0,0 +446130,69,13,605,87,66,0,0,0,0,0,0,0 +446191,69,13,475,129,112,0,0,0,0,0,0,0 +446199,69,13,375,81,67,0,0,0,0,0,0,0 +447110,69,13,9585,1245,1172,33,0,0,0,0,0,0 +447190,69,13,2851,208,144,16,0,0,0,0,0,0 +448110,69,13,468,58,28,0,0,0,0,0,0,0 +448120,69,13,3267,352,306,16,0,0,0,0,0,0 +448130,69,13,830,79,42,6,0,0,0,0,0,0 +448140,69,13,9823,399,196,163,0,0,0,0,0,0 +448150,69,13,550,81,63,0,0,0,0,0,0,0 +448190,69,13,1330,143,104,6,0,0,0,0,0,0 +448210,69,13,2846,301,262,11,0,0,0,0,0,0 +448310,69,13,1221,269,258,0,0,0,0,0,0,0 +451110,69,13,2439,285,246,0,0,0,0,0,0,0 +451120,69,13,1694,98,46,9,0,0,0,0,0,0 +451130,69,13,301,44,23,0,0,0,0,0,0,0 +451140,69,13,180,33,19,0,0,0,0,0,0,0 +451211,69,13,492,58,30,0,0,0,0,0,0,0 +452210,69,13,4819,44,0,10,15,0,0,0,0,0 +452311,69,13,20943,92,0,3,36,32,0,0,0,0 +452319,69,13,5627,407,238,118,0,0,0,0,0,0 +453110,69,13,507,120,101,0,0,0,0,0,0,0 +453210,69,13,673,60,7,11,0,0,0,0,0,0 +453220,69,13,1404,260,229,0,0,0,0,0,0,0 +453310,69,13,2404,280,238,7,0,0,0,0,0,0 +453910,69,13,1397,137,93,10,0,0,0,0,0,0 +453920,69,13,162,54,50,0,0,0,0,0,0,0 +453930,69,13,40,10,3,0,0,0,0,0,0,0 +453991,69,13,424,189,169,0,0,0,0,0,0,0 +453998,69,13,844,205,177,3,0,0,0,0,0,0 +454110,69,13,4303,311,263,17,0,0,0,0,0,0 +454210,69,13,24,14,9,0,0,0,0,0,0,0 +454310,69,13,872,114,59,0,0,0,0,0,0,0 +454390,69,13,1132,257,234,3,0,0,0,0,0,0 +481111,69,13,0,7,0,0,0,0,0,0,0,0 +481211,69,13,95,15,3,0,0,0,0,0,0,0 +481219,69,13,0,3,0,0,0,0,0,0,0,0 +484110,69,13,2196,510,467,9,0,0,0,0,0,0 +484121,69,13,3103,370,315,20,0,0,0,0,0,0 +484122,69,13,1417,89,31,11,0,0,0,0,0,0 +484210,69,13,850,94,71,3,0,0,0,0,0,0 +484220,69,13,5450,540,445,45,4,0,0,0,0,0 +484230,69,13,1471,148,113,11,0,0,0,0,0,0 +485113,69,13,295,6,0,0,0,0,0,0,0,0 +485210,69,13,0,3,0,0,0,0,0,0,0,0 +485310,69,13,7,4,4,0,0,0,0,0,0,0 +485320,69,13,151,24,15,0,0,0,0,0,0,0 +485410,69,13,0,4,0,0,0,0,0,0,0,0 +485510,69,13,431,4,0,3,0,0,0,0,0,0 +485991,69,13,141,16,6,0,0,0,0,0,0,0 +485999,69,13,41,7,0,0,0,0,0,0,0,0 +486110,69,13,256,9,3,3,0,0,0,0,0,0 +486210,69,13,0,3,0,0,0,0,0,0,0,0 +487110,69,13,4,5,5,0,0,0,0,0,0,0 +487210,69,13,172,25,15,0,0,0,0,0,0,0 +488119,69,13,44,3,0,0,0,0,0,0,0,0 +488190,69,13,701,56,39,0,0,0,0,0,0,0 +488210,69,13,77,11,3,0,0,0,0,0,0,0 +488410,69,13,1195,188,138,6,0,0,0,0,0,0 +488490,69,13,217,29,15,0,0,0,0,0,0,0 +488510,69,13,805,102,74,3,0,0,0,0,0,0 +488991,69,13,21,8,6,0,0,0,0,0,0,0 +488999,69,13,5,3,3,0,0,0,0,0,0,0 +492110,69,13,3376,91,20,6,0,0,0,0,0,0 +492210,69,13,364,43,30,0,0,0,0,0,0,0 +493110,69,13,7009,128,68,6,4,0,0,0,0,0 +493120,69,13,1306,40,7,10,0,0,0,0,0,0 +493130,69,13,354,9,0,0,0,0,0,0,0,0 +493190,69,13,55,6,0,0,0,0,0,0,0,0 +511110,69,13,1092,77,13,6,0,0,0,0,0,0 +511120,69,13,156,27,16,0,0,0,0,0,0,0 +511130,69,13,24,15,7,0,0,0,0,0,0,0 +511140,69,13,25,3,0,0,0,0,0,0,0,0 +511210,69,13,3945,59,32,0,0,0,0,0,0,0 +512110,69,13,120,54,49,0,0,0,0,0,0,0 +512131,69,13,1538,55,3,16,0,0,0,0,0,0 +512191,69,13,0,4,4,0,0,0,0,0,0,0 +512230,69,13,4,3,3,0,0,0,0,0,0,0 +512290,69,13,5,3,3,0,0,0,0,0,0,0 +515111,69,13,0,4,3,0,0,0,0,0,0,0 +515112,69,13,749,72,28,0,0,0,0,0,0,0 +515120,69,13,672,18,0,3,0,0,0,0,0,0 +517311,69,13,3856,329,225,31,0,0,0,0,0,0 +517312,69,13,1929,223,161,21,0,0,0,0,0,0 +517911,69,13,360,77,67,0,0,0,0,0,0,0 +517919,69,13,8,6,6,0,0,0,0,0,0,0 +518210,69,13,4381,86,52,6,3,0,0,0,0,0 +519120,69,13,14,7,0,0,0,0,0,0,0,0 +519130,69,13,385,38,28,0,0,0,0,0,0,0 +522110,69,13,10033,912,782,72,0,0,0,0,0,0 +522120,69,13,0,7,7,0,0,0,0,0,0,0 +522130,69,13,2661,208,145,13,0,0,0,0,0,0 +522291,69,13,169,37,25,0,0,0,0,0,0,0 +522292,69,13,1592,212,178,0,0,0,0,0,0,0 +522298,69,13,314,77,53,0,0,0,0,0,0,0 +522310,69,13,488,127,111,0,0,0,0,0,0,0 +522320,69,13,122,16,13,0,0,0,0,0,0,0 +522390,69,13,913,277,259,0,0,0,0,0,0,0 +523110,69,13,13,9,3,0,0,0,0,0,0,0 +523120,69,13,887,221,198,6,0,0,0,0,0,0 +523910,69,13,108,36,33,0,0,0,0,0,0,0 +523920,69,13,1083,368,339,3,0,0,0,0,0,0 +523930,69,13,310,135,124,0,0,0,0,0,0,0 +523991,69,13,64,36,32,0,0,0,0,0,0,0 +524113,69,13,11,16,13,0,0,0,0,0,0,0 +524114,69,13,0,20,7,0,0,0,0,0,0,0 +524126,69,13,1403,53,40,0,0,0,0,0,0,0 +524127,69,13,382,83,48,6,0,0,0,0,0,0 +524210,69,13,6140,1436,1378,24,0,0,0,0,0,0 +524291,69,13,43,13,9,0,0,0,0,0,0,0 +524292,69,13,865,48,16,0,0,0,0,0,0,0 +524298,69,13,0,3,3,0,0,0,0,0,0,0 +525990,69,13,7,4,4,0,0,0,0,0,0,0 +531110,69,13,3455,926,884,6,0,0,0,0,0,0 +531120,69,13,1395,370,331,0,0,0,0,0,0,0 +531130,69,13,907,311,295,0,0,0,0,0,0,0 +531190,69,13,943,278,248,0,0,0,0,0,0,0 +531210,69,13,2853,1185,1145,3,0,0,0,0,0,0 +531311,69,13,3782,716,665,26,0,0,0,0,0,0 +531312,69,13,750,157,137,3,0,0,0,0,0,0 +531320,69,13,210,106,100,0,0,0,0,0,0,0 +531390,69,13,334,114,101,0,0,0,0,0,0,0 +532111,69,13,468,92,60,0,0,0,0,0,0,0 +532120,69,13,327,48,29,0,0,0,0,0,0,0 +532210,69,13,0,66,54,0,0,0,0,0,0,0 +532281,69,13,9,9,0,0,0,0,0,0,0,0 +532282,69,13,27,9,0,0,0,0,0,0,0,0 +532283,69,13,497,31,6,0,0,0,0,0,0,0 +532284,69,13,113,30,15,0,0,0,0,0,0,0 +532289,69,13,301,43,23,0,0,0,0,0,0,0 +532310,69,13,268,34,15,0,0,0,0,0,0,0 +532412,69,13,1038,90,49,9,0,0,0,0,0,0 +532490,69,13,1003,111,84,6,0,0,0,0,0,0 +533110,69,13,29,4,0,0,0,0,0,0,0,0 +541110,69,13,5432,1425,1376,28,0,0,0,0,0,0 +541191,69,13,103,34,7,3,0,0,0,0,0,0 +541199,69,13,136,44,34,0,0,0,0,0,0,0 +541211,69,13,3412,635,581,12,0,0,0,0,0,0 +541213,69,13,2164,449,416,8,0,0,0,0,0,0 +541214,69,13,251,22,9,0,0,0,0,0,0,0 +541219,69,13,3255,482,437,3,0,0,0,0,0,0 +541310,69,13,1069,188,171,4,0,0,0,0,0,0 +541320,69,13,301,67,57,0,0,0,0,0,0,0 +541330,69,13,7589,735,611,77,4,0,0,0,0,0 +541340,69,13,22,10,3,0,0,0,0,0,0,0 +541350,69,13,97,47,45,0,0,0,0,0,0,0 +541370,69,13,272,65,44,0,0,0,0,0,0,0 +541380,69,13,1248,87,47,4,0,0,0,0,0,0 +541410,69,13,162,68,60,0,0,0,0,0,0,0 +541420,69,13,19,8,7,0,0,0,0,0,0,0 +541430,69,13,247,81,67,0,0,0,0,0,0,0 +541490,69,13,11,8,8,0,0,0,0,0,0,0 +541511,69,13,2215,323,284,7,0,0,0,0,0,0 +541512,69,13,2736,291,243,15,0,0,0,0,0,0 +541513,69,13,672,48,31,0,0,0,0,0,0,0 +541519,69,13,125,43,28,0,0,0,0,0,0,0 +541611,69,13,1772,447,415,9,0,0,0,0,0,0 +541612,69,13,41,41,21,3,0,0,0,0,0,0 +541613,69,13,712,206,185,0,0,0,0,0,0,0 +541614,69,13,88,33,25,0,0,0,0,0,0,0 +541618,69,13,62,26,22,0,0,0,0,0,0,0 +541620,69,13,1015,186,159,10,0,0,0,0,0,0 +541690,69,13,1213,362,326,6,0,0,0,0,0,0 +541713,69,13,185,19,12,0,0,0,0,0,0,0 +541714,69,13,102,8,0,0,0,0,0,0,0,0 +541715,69,13,1907,90,56,11,0,0,0,0,0,0 +541720,69,13,6,4,4,0,0,0,0,0,0,0 +541810,69,13,335,67,52,0,0,0,0,0,0,0 +541820,69,13,68,19,16,0,0,0,0,0,0,0 +541830,69,13,165,4,0,0,0,0,0,0,0,0 +541840,69,13,18,3,0,0,0,0,0,0,0,0 +541850,69,13,14,3,0,0,0,0,0,0,0,0 +541860,69,13,47,7,0,0,0,0,0,0,0,0 +541870,69,13,0,3,0,0,0,0,0,0,0,0 +541890,69,13,773,50,16,0,0,0,0,0,0,0 +541910,69,13,88,25,16,0,0,0,0,0,0,0 +541921,69,13,264,70,52,0,0,0,0,0,0,0 +541922,69,13,5,4,4,0,0,0,0,0,0,0 +541930,69,13,10,24,19,0,0,0,0,0,0,0 +541940,69,13,4580,426,325,52,0,0,0,0,0,0 +541990,69,13,280,104,85,0,0,0,0,0,0,0 +551112,69,13,169,19,11,0,0,0,0,0,0,0 +551114,69,13,10951,314,193,67,8,3,0,0,0,0 +561110,69,13,3590,305,247,13,0,0,0,0,0,0 +561210,69,13,1709,62,37,3,4,0,0,0,0,0 +561311,69,13,244,20,10,0,0,0,0,0,0,0 +561312,69,13,19,13,13,0,0,0,0,0,0,0 +561320,69,13,17907,240,72,66,32,9,3,0,0,0 +561330,69,13,809,23,0,0,3,0,0,0,0,0 +561410,69,13,269,20,11,0,0,0,0,0,0,0 +561421,69,13,25,3,0,0,0,0,0,0,0,0 +561422,69,13,354,18,0,4,0,0,0,0,0,0 +561431,69,13,244,57,45,0,0,0,0,0,0,0 +561439,69,13,174,50,31,0,0,0,0,0,0,0 +561440,69,13,434,21,0,0,0,0,0,0,0,0 +561491,69,13,0,3,0,0,0,0,0,0,0,0 +561492,69,13,45,13,10,0,0,0,0,0,0,0 +561499,69,13,44,14,11,0,0,0,0,0,0,0 +561510,69,13,288,84,64,0,0,0,0,0,0,0 +561520,69,13,61,18,13,0,0,0,0,0,0,0 +561599,69,13,0,12,0,3,0,0,0,0,0,0 +561611,69,13,76,32,27,0,0,0,0,0,0,0 +561612,69,13,3582,96,27,19,4,0,0,0,0,0 +561613,69,13,0,3,0,0,0,0,0,0,0,0 +561621,69,13,697,59,29,0,0,0,0,0,0,0 +561622,69,13,76,24,15,0,0,0,0,0,0,0 +561710,69,13,1921,231,171,20,0,0,0,0,0,0 +561720,69,13,5291,541,449,40,0,0,0,0,0,0 +561730,69,13,7215,1284,1207,44,0,0,0,0,0,0 +561740,69,13,349,67,53,0,0,0,0,0,0,0 +561790,69,13,631,166,138,0,0,0,0,0,0,0 +561910,69,13,12,7,3,0,0,0,0,0,0,0 +561920,69,13,242,33,20,0,0,0,0,0,0,0 +561990,69,13,1698,97,48,3,0,0,0,0,0,0 +562111,69,13,2719,141,61,19,0,0,0,0,0,0 +562112,69,13,46,6,6,0,0,0,0,0,0,0 +562119,69,13,11,3,0,0,0,0,0,0,0,0 +562212,69,13,115,12,0,0,0,0,0,0,0,0 +562910,69,13,594,45,21,3,0,0,0,0,0,0 +562920,69,13,107,13,5,0,0,0,0,0,0,0 +562991,69,13,499,50,11,0,0,0,0,0,0,0 +611110,69,13,6846,254,100,77,0,0,0,0,0,0 +611210,69,13,169,7,0,0,0,0,0,0,0,0 +611310,69,13,2344,42,6,6,3,0,0,0,0,0 +611420,69,13,29,8,5,0,0,0,0,0,0,0 +611430,69,13,166,42,22,0,0,0,0,0,0,0 +611511,69,13,140,8,4,0,0,0,0,0,0,0 +611513,69,13,15,4,3,0,0,0,0,0,0,0 +611519,69,13,266,37,23,0,0,0,0,0,0,0 +611610,69,13,780,114,88,0,0,0,0,0,0,0 +611620,69,13,880,128,98,3,0,0,0,0,0,0 +611691,69,13,377,56,27,0,0,0,0,0,0,0 +611692,69,13,125,28,18,0,0,0,0,0,0,0 +611699,69,13,728,63,39,0,0,0,0,0,0,0 +611710,69,13,439,61,41,0,0,0,0,0,0,0 +621111,69,13,22490,3192,2956,186,8,0,0,0,0,0 +621112,69,13,336,104,92,0,0,0,0,0,0,0 +621210,69,13,12526,1768,1678,53,0,0,0,0,0,0 +621310,69,13,1212,440,423,0,0,0,0,0,0,0 +621320,69,13,1518,265,237,4,0,0,0,0,0,0 +621330,69,13,1781,195,151,7,0,0,0,0,0,0 +621340,69,13,3300,374,307,27,0,0,0,0,0,0 +621391,69,13,393,85,60,0,0,0,0,0,0,0 +621399,69,13,462,173,154,0,0,0,0,0,0,0 +621410,69,13,109,19,4,0,0,0,0,0,0,0 +621420,69,13,1378,85,37,16,0,0,0,0,0,0 +621491,69,13,0,33,11,6,4,0,0,0,0,0 +621492,69,13,700,87,25,30,0,0,0,0,0,0 +621493,69,13,2188,112,45,29,0,0,0,0,0,0 +621498,69,13,8416,271,91,88,4,0,0,0,0,0 +621511,69,13,1235,171,150,0,0,0,0,0,0,0 +621512,69,13,823,62,22,3,0,0,0,0,0,0 +621610,69,13,5385,208,92,53,4,0,0,0,0,0 +621910,69,13,1811,86,43,7,0,0,0,0,0,0 +621991,69,13,0,5,0,0,0,0,0,0,0,0 +621999,69,13,159,19,7,0,0,0,0,0,0,0 +622110,69,13,39729,56,0,0,3,3,7,0,0,0 +623110,69,13,13490,144,5,33,57,0,0,0,0,0 +623210,69,13,4244,296,232,24,0,0,0,0,0,0 +623220,69,13,2447,128,54,30,0,0,0,0,0,0 +623311,69,13,2706,42,7,4,3,0,0,0,0,0 +623312,69,13,5391,369,248,66,0,0,0,0,0,0 +623990,69,13,1407,114,66,8,0,0,0,0,0,0 +624110,69,13,2606,133,70,20,0,0,0,0,0,0 +624120,69,13,12337,480,267,125,18,0,0,0,0,0 +624190,69,13,5141,410,315,41,0,0,0,0,0,0 +624210,69,13,602,71,35,3,0,0,0,0,0,0 +624221,69,13,646,46,9,0,0,0,0,0,0,0 +624229,69,13,284,48,21,0,0,0,0,0,0,0 +624310,69,13,3732,133,44,26,0,0,0,0,0,0 +624410,69,13,5868,863,770,59,0,0,0,0,0,0 +711110,69,13,255,23,6,0,0,0,0,0,0,0 +711130,69,13,340,14,8,0,0,0,0,0,0,0 +711212,69,13,116,5,0,3,0,0,0,0,0,0 +711219,69,13,9,7,6,0,0,0,0,0,0,0 +711310,69,13,377,26,3,0,0,0,0,0,0,0 +711320,69,13,204,41,27,0,0,0,0,0,0,0 +711410,69,13,82,10,7,0,0,0,0,0,0,0 +711510,69,13,223,132,123,0,0,0,0,0,0,0 +712110,69,13,548,75,61,0,0,0,0,0,0,0 +712120,69,13,54,6,0,0,0,0,0,0,0,0 +712130,69,13,292,3,0,0,0,0,0,0,0,0 +712190,69,13,0,4,3,0,0,0,0,0,0,0 +713120,69,13,237,16,3,0,0,0,0,0,0,0 +713290,69,13,600,18,3,0,0,0,0,0,0,0 +713910,69,13,3512,100,9,30,0,0,0,0,0,0 +713930,69,13,128,15,0,0,0,0,0,0,0,0 +713940,69,13,6122,425,306,72,0,0,0,0,0,0 +713950,69,13,208,19,0,0,0,0,0,0,0,0 +713990,69,13,1289,207,162,5,0,0,0,0,0,0 +721110,69,13,26585,1216,900,213,25,6,0,0,0,0 +721191,69,13,668,91,68,6,0,0,0,0,0,0 +721199,69,13,146,25,17,0,0,0,0,0,0,0 +721211,69,13,715,151,111,0,0,0,0,0,0,0 +721214,69,13,281,54,28,0,0,0,0,0,0,0 +721310,69,13,85,16,11,0,0,0,0,0,0,0 +722310,69,13,2381,141,84,22,0,0,0,0,0,0 +722320,69,13,928,118,80,6,0,0,0,0,0,0 +722330,69,13,162,70,59,0,0,0,0,0,0,0 +722410,69,13,3082,420,365,26,0,0,0,0,0,0 +722511,69,13,59515,3296,2227,1006,24,0,0,0,0,0 +722513,69,13,57754,3363,2187,1139,0,0,0,0,0,0 +722514,69,13,939,32,6,3,0,0,0,0,0,0 +722515,69,13,10955,1046,849,162,0,0,0,0,0,0 +811111,69,13,4497,1170,1127,3,0,0,0,0,0,0 +811112,69,13,48,16,12,0,0,0,0,0,0,0 +811113,69,13,263,74,59,0,0,0,0,0,0,0 +811118,69,13,126,39,23,0,0,0,0,0,0,0 +811121,69,13,3200,454,397,24,0,0,0,0,0,0 +811122,69,13,262,76,56,0,0,0,0,0,0,0 +811191,69,13,652,111,78,0,0,0,0,0,0,0 +811192,69,13,2151,194,141,25,0,0,0,0,0,0 +811198,69,13,209,91,82,0,0,0,0,0,0,0 +811211,69,13,71,8,6,0,0,0,0,0,0,0 +811212,69,13,117,40,28,0,0,0,0,0,0,0 +811213,69,13,9,3,0,0,0,0,0,0,0,0 +811219,69,13,58,17,7,0,0,0,0,0,0,0 +811310,69,13,2746,305,258,7,0,0,0,0,0,0 +811411,69,13,8,3,3,0,0,0,0,0,0,0 +811412,69,13,145,46,38,0,0,0,0,0,0,0 +811420,69,13,71,28,20,0,0,0,0,0,0,0 +811490,69,13,154,62,51,0,0,0,0,0,0,0 +812111,69,13,28,20,16,0,0,0,0,0,0,0 +812112,69,13,2246,441,410,3,0,0,0,0,0,0 +812113,69,13,730,220,202,0,0,0,0,0,0,0 +812191,69,13,93,14,3,0,0,0,0,0,0,0 +812199,69,13,853,157,135,0,0,0,0,0,0,0 +812210,69,13,695,125,106,0,0,0,0,0,0,0 +812220,69,13,191,22,6,0,0,0,0,0,0,0 +812310,69,13,305,82,75,0,0,0,0,0,0,0 +812320,69,13,986,136,112,8,0,0,0,0,0,0 +812331,69,13,0,4,0,0,0,0,0,0,0,0 +812332,69,13,265,5,0,0,0,0,0,0,0,0 +812910,69,13,931,171,142,6,0,0,0,0,0,0 +812930,69,13,408,27,18,3,0,0,0,0,0,0 +812990,69,13,492,119,103,0,0,0,0,0,0,0 +813110,69,13,12512,1712,1560,105,4,0,0,0,0,0 +813211,69,13,1044,146,128,0,0,0,0,0,0,0 +813212,69,13,192,20,0,0,0,0,0,0,0,0 +813219,69,13,223,27,15,0,0,0,0,0,0,0 +813311,69,13,105,20,11,0,0,0,0,0,0,0 +813312,69,13,989,153,126,0,0,0,0,0,0,0 +813319,69,13,369,83,60,0,0,0,0,0,0,0 +813410,69,13,4681,300,247,14,0,0,0,0,0,0 +813910,69,13,711,225,204,0,0,0,0,0,0,0 +813920,69,13,89,29,22,0,0,0,0,0,0,0 +813930,69,13,626,109,93,0,0,0,0,0,0,0 +813940,69,13,18,7,4,0,0,0,0,0,0,0 +813990,69,13,1022,198,167,0,0,0,0,0,0,0 +115112,81,14,50,13,11,0,0,0,0,0,0,0 +115114,81,14,0,3,0,0,0,0,0,0,0,0 +115210,81,14,184,86,76,0,0,0,0,0,0,0 +115310,81,14,0,4,0,0,0,0,0,0,0,0 +211120,81,14,3144,237,196,20,6,0,0,0,0,0 +211130,81,14,1191,42,21,4,0,0,0,0,0,0 +212221,81,14,8,6,0,0,0,0,0,0,0,0 +212321,81,14,266,19,4,3,0,0,0,0,0,0 +213111,81,14,298,39,35,0,0,0,0,0,0,0 +213112,81,14,4136,270,216,39,0,0,0,0,0,0 +213114,81,14,28,7,0,0,0,0,0,0,0,0 +221112,81,14,278,20,7,0,0,0,0,0,0,0 +221122,81,14,126,43,10,6,3,0,0,0,0,0 +221210,81,14,541,21,0,5,0,0,0,0,0,0 +221310,81,14,243,36,22,0,0,0,0,0,0,0 +236115,81,14,1096,436,427,3,0,0,0,0,0,0 +236116,81,14,808,48,40,0,0,0,0,0,0,0 +236117,81,14,2860,212,176,9,3,0,0,0,0,0 +236118,81,14,4466,1389,1353,18,0,0,0,0,0,0 +236210,81,14,292,29,14,0,0,0,0,0,0,0 +236220,81,14,11597,475,383,59,3,0,0,0,0,0 +237110,81,14,2971,135,86,26,0,0,0,0,0,0 +237120,81,14,1789,36,14,3,0,0,0,0,0,0 +237130,81,14,5640,113,56,18,0,0,0,0,0,0 +237210,81,14,204,65,56,0,0,0,0,0,0,0 +237310,81,14,6193,123,54,27,8,3,0,0,0,0 +237990,81,14,427,31,15,0,0,0,0,0,0,0 +238110,81,14,4972,295,226,56,3,0,0,0,0,0 +238120,81,14,914,52,21,7,0,0,0,0,0,0 +238130,81,14,865,236,212,3,0,0,0,0,0,0 +238140,81,14,2615,250,208,21,0,0,0,0,0,0 +238150,81,14,1234,86,61,9,0,0,0,0,0,0 +238160,81,14,3753,516,467,25,0,0,0,0,0,0 +238170,81,14,443,137,121,0,0,0,0,0,0,0 +238190,81,14,762,111,90,7,0,0,0,0,0,0 +238210,81,14,13514,1106,958,111,12,3,0,0,0,0 +238220,81,14,14382,1311,1179,95,14,0,0,0,0,0 +238290,81,14,1915,93,56,12,0,0,0,0,0,0 +238310,81,14,4912,319,262,28,10,0,0,0,0,0 +238320,81,14,2220,574,555,4,0,0,0,0,0,0 +238330,81,14,1420,275,253,7,0,0,0,0,0,0 +238340,81,14,553,156,144,0,0,0,0,0,0,0 +238350,81,14,2308,553,526,11,0,0,0,0,0,0 +238390,81,14,1124,123,86,15,0,0,0,0,0,0 +238910,81,14,5774,385,295,71,3,0,0,0,0,0 +238990,81,14,4425,450,402,34,0,0,0,0,0,0 +311111,81,14,0,3,0,0,0,0,0,0,0,0 +311119,81,14,205,12,6,0,0,0,0,0,0,0 +311340,81,14,185,10,3,0,0,0,0,0,0,0 +311412,81,14,0,8,0,0,0,0,0,0,0,0 +311421,81,14,24,6,0,0,0,0,0,0,0,0 +311422,81,14,0,3,0,0,0,0,0,0,0,0 +311520,81,14,0,3,0,0,0,0,0,0,0,0 +311611,81,14,3816,13,0,0,0,0,0,0,0,0 +311612,81,14,213,11,0,0,0,0,0,0,0,0 +311811,81,14,540,66,51,0,0,0,0,0,0,0 +311812,81,14,2190,53,27,6,0,0,0,0,0,0 +311821,81,14,6,3,3,0,0,0,0,0,0,0 +311824,81,14,202,4,0,0,0,0,0,0,0,0 +311830,81,14,200,11,0,0,0,0,0,0,0,0 +311920,81,14,385,15,7,0,0,0,0,0,0,0 +311941,81,14,0,3,0,0,0,0,0,0,0,0 +311991,81,14,209,19,10,0,0,0,0,0,0,0 +311999,81,14,0,3,0,0,0,0,0,0,0,0 +312111,81,14,725,8,0,0,0,0,0,0,0,0 +312112,81,14,0,3,0,3,0,0,0,0,0,0 +312120,81,14,1717,134,107,9,3,0,0,0,0,0 +312130,81,14,39,8,0,0,0,0,0,0,0,0 +312140,81,14,180,20,13,0,0,0,0,0,0,0 +314120,81,14,57,16,13,0,0,0,0,0,0,0 +314910,81,14,73,8,0,0,0,0,0,0,0,0 +314999,81,14,191,33,20,0,0,0,0,0,0,0 +315210,81,14,28,9,3,0,0,0,0,0,0,0 +315240,81,14,41,4,0,0,0,0,0,0,0,0 +315990,81,14,0,3,0,0,0,0,0,0,0,0 +316998,81,14,25,3,0,0,0,0,0,0,0,0 +321113,81,14,19,4,3,0,0,0,0,0,0,0 +321114,81,14,74,3,0,0,0,0,0,0,0,0 +321214,81,14,302,7,0,0,0,0,0,0,0,0 +321911,81,14,64,4,0,0,0,0,0,0,0,0 +321918,81,14,89,17,8,0,0,0,0,0,0,0 +321920,81,14,248,14,3,0,0,0,0,0,0,0 +321999,81,14,31,10,5,0,0,0,0,0,0,0 +322211,81,14,505,8,0,0,3,0,0,0,0,0 +322299,81,14,0,3,0,0,0,0,0,0,0,0 +323111,81,14,4419,241,200,25,3,0,0,0,0,0 +323113,81,14,492,59,43,0,0,0,0,0,0,0 +323120,81,14,59,13,9,0,0,0,0,0,0,0 +324121,81,14,51,3,0,0,0,0,0,0,0,0 +325211,81,14,54,3,0,0,0,0,0,0,0,0 +325411,81,14,516,25,9,0,0,0,0,0,0,0 +325412,81,14,500,19,12,0,0,0,0,0,0,0 +325413,81,14,139,3,0,0,0,0,0,0,0,0 +325414,81,14,247,3,0,0,0,0,0,0,0,0 +325510,81,14,22,3,0,0,0,0,0,0,0,0 +325611,81,14,0,3,0,0,0,0,0,0,0,0 +325612,81,14,225,6,0,0,0,0,0,0,0,0 +325620,81,14,91,10,3,0,0,0,0,0,0,0 +325998,81,14,22,9,0,0,0,0,0,0,0,0 +326140,81,14,145,5,0,3,0,0,0,0,0,0 +326150,81,14,106,3,0,0,0,0,0,0,0,0 +326160,81,14,234,4,0,0,0,0,0,0,0,0 +326191,81,14,7,3,0,0,0,0,0,0,0,0 +326199,81,14,2110,70,22,11,0,0,0,0,0,0 +327110,81,14,4,9,4,0,0,0,0,0,0,0 +327120,81,14,0,3,0,0,0,0,0,0,0,0 +327215,81,14,8,7,4,0,0,0,0,0,0,0 +327320,81,14,584,46,23,11,0,0,0,0,0,0 +327331,81,14,49,3,0,0,0,0,0,0,0,0 +327390,81,14,630,17,0,5,0,0,0,0,0,0 +327991,81,14,277,21,9,0,0,0,0,0,0,0 +327999,81,14,0,3,0,0,0,0,0,0,0,0 +331523,81,14,15,3,0,0,0,0,0,0,0,0 +332311,81,14,70,4,0,0,0,0,0,0,0,0 +332312,81,14,787,26,0,3,0,0,0,0,0,0 +332313,81,14,32,3,0,0,0,0,0,0,0,0 +332321,81,14,314,8,0,3,0,0,0,0,0,0 +332322,81,14,1225,43,13,3,0,0,0,0,0,0 +332323,81,14,147,27,17,0,0,0,0,0,0,0 +332431,81,14,0,3,0,0,0,0,0,0,0,0 +332618,81,14,0,7,0,0,0,0,0,0,0,0 +332710,81,14,1788,150,116,9,0,0,0,0,0,0 +332721,81,14,413,31,7,0,0,0,0,0,0,0 +332722,81,14,0,3,0,0,0,0,0,0,0,0 +332811,81,14,24,3,0,0,0,0,0,0,0,0 +332812,81,14,321,22,3,0,0,0,0,0,0,0 +332813,81,14,72,7,0,0,0,0,0,0,0,0 +332999,81,14,292,33,25,0,0,0,0,0,0,0 +333111,81,14,79,4,0,0,0,0,0,0,0,0 +333132,81,14,0,3,0,0,0,0,0,0,0,0 +333249,81,14,254,18,6,0,0,0,0,0,0,0 +333314,81,14,566,11,0,3,0,0,0,0,0,0 +333318,81,14,0,14,0,0,0,0,0,0,0,0 +333413,81,14,55,3,0,0,0,0,0,0,0,0 +333415,81,14,44,6,0,0,0,0,0,0,0,0 +333511,81,14,464,15,5,0,0,0,0,0,0,0 +333514,81,14,8,3,0,0,0,0,0,0,0,0 +333515,81,14,20,6,3,0,0,0,0,0,0,0 +333611,81,14,0,4,0,0,0,0,0,0,0,0 +333618,81,14,0,3,0,0,0,0,0,0,0,0 +333922,81,14,80,6,0,0,0,0,0,0,0,0 +333993,81,14,0,4,0,0,0,0,0,0,0,0 +333999,81,14,18,11,7,0,0,0,0,0,0,0 +334220,81,14,157,11,3,0,0,0,0,0,0,0 +334412,81,14,164,4,0,0,0,0,0,0,0,0 +334413,81,14,22,4,0,0,0,0,0,0,0,0 +334418,81,14,213,11,0,0,0,0,0,0,0,0 +334419,81,14,98,12,3,0,0,0,0,0,0,0 +334510,81,14,467,13,4,0,0,0,0,0,0,0 +334513,81,14,1181,8,3,0,0,0,0,0,0,0 +334515,81,14,67,9,0,0,0,0,0,0,0,0 +334516,81,14,460,11,0,4,0,0,0,0,0,0 +334519,81,14,463,16,0,3,0,0,0,0,0,0 +334614,81,14,47,4,0,0,0,0,0,0,0,0 +335122,81,14,0,3,0,0,0,0,0,0,0,0 +335313,81,14,159,3,0,0,0,0,0,0,0,0 +335314,81,14,81,3,0,0,0,0,0,0,0,0 +335999,81,14,265,9,0,0,0,0,0,0,0,0 +336211,81,14,35,10,3,0,0,0,0,0,0,0 +336214,81,14,0,6,0,0,0,0,0,0,0,0 +336390,81,14,18,4,3,0,0,0,0,0,0,0 +336413,81,14,0,4,0,0,0,0,0,0,0,0 +336991,81,14,121,15,7,0,0,0,0,0,0,0 +336999,81,14,10,3,0,0,0,0,0,0,0,0 +337110,81,14,394,42,26,3,0,0,0,0,0,0 +337122,81,14,80,27,19,0,0,0,0,0,0,0 +337127,81,14,16,3,0,0,0,0,0,0,0,0 +337212,81,14,368,21,9,0,0,0,0,0,0,0 +337215,81,14,0,4,0,0,0,0,0,0,0,0 +337910,81,14,0,6,0,0,0,0,0,0,0,0 +337920,81,14,0,3,0,0,0,0,0,0,0,0 +339112,81,14,198,19,7,4,0,0,0,0,0,0 +339113,81,14,423,26,14,0,0,0,0,0,0,0 +339114,81,14,86,4,0,0,0,0,0,0,0,0 +339115,81,14,31,7,0,0,0,0,0,0,0,0 +339116,81,14,417,87,75,0,0,0,0,0,0,0 +339910,81,14,95,21,16,0,0,0,0,0,0,0 +339920,81,14,574,28,11,0,0,0,0,0,0,0 +339930,81,14,249,6,0,3,0,0,0,0,0,0 +339950,81,14,657,82,63,5,0,0,0,0,0,0 +339999,81,14,446,52,35,0,0,0,0,0,0,0 +423110,81,14,1570,75,52,3,0,0,0,0,0,0 +423120,81,14,2452,143,101,19,0,0,0,0,0,0 +423130,81,14,369,29,12,3,0,0,0,0,0,0 +423140,81,14,11,10,4,0,0,0,0,0,0,0 +423210,81,14,1444,81,61,3,0,0,0,0,0,0 +423220,81,14,1384,97,56,21,0,0,0,0,0,0 +423310,81,14,2256,100,43,35,0,0,0,0,0,0 +423320,81,14,304,45,32,0,0,0,0,0,0,0 +423330,81,14,722,47,25,13,0,0,0,0,0,0 +423390,81,14,718,45,27,6,0,0,0,0,0,0 +423410,81,14,43,7,0,0,0,0,0,0,0,0 +423420,81,14,1428,127,98,7,0,0,0,0,0,0 +423430,81,14,3156,145,106,14,3,0,0,0,0,0 +423440,81,14,266,45,28,3,0,0,0,0,0,0 +423450,81,14,1737,152,115,13,0,0,0,0,0,0 +423460,81,14,0,4,0,0,0,0,0,0,0,0 +423490,81,14,349,37,21,0,0,0,0,0,0,0 +423510,81,14,1769,114,82,16,0,0,0,0,0,0 +423520,81,14,135,6,0,0,0,0,0,0,0,0 +423610,81,14,2249,180,141,20,0,0,0,0,0,0 +423620,81,14,128,21,16,0,0,0,0,0,0,0 +423690,81,14,3483,188,154,6,5,0,0,0,0,0 +423710,81,14,983,70,37,6,0,0,0,0,0,0 +423720,81,14,1434,80,58,10,0,0,0,0,0,0 +423730,81,14,972,42,31,3,3,0,0,0,0,0 +423740,81,14,138,8,0,0,0,0,0,0,0,0 +423810,81,14,1783,64,37,8,0,0,0,0,0,0 +423820,81,14,638,60,29,3,0,0,0,0,0,0 +423830,81,14,4361,307,259,29,3,0,0,0,0,0 +423840,81,14,681,95,80,4,0,0,0,0,0,0 +423850,81,14,591,63,46,0,0,0,0,0,0,0 +423860,81,14,139,10,0,0,0,0,0,0,0,0 +423910,81,14,1341,109,87,0,0,0,0,0,0,0 +423920,81,14,98,20,8,0,0,0,0,0,0,0 +423930,81,14,941,59,31,4,0,0,0,0,0,0 +423940,81,14,132,53,47,0,0,0,0,0,0,0 +423990,81,14,641,87,72,0,0,0,0,0,0,0 +424110,81,14,0,3,0,0,0,0,0,0,0,0 +424120,81,14,868,51,27,3,0,0,0,0,0,0 +424130,81,14,808,56,31,3,0,0,0,0,0,0 +424210,81,14,1923,149,115,13,0,0,0,0,0,0 +424310,81,14,67,20,17,0,0,0,0,0,0,0 +424320,81,14,589,29,19,0,0,0,0,0,0,0 +424330,81,14,224,38,26,0,0,0,0,0,0,0 +424340,81,14,549,8,0,3,0,0,0,0,0,0 +424410,81,14,2434,25,3,3,3,0,0,0,0,0 +424420,81,14,586,27,17,4,0,0,0,0,0,0 +424430,81,14,455,11,0,0,0,0,0,0,0,0 +424450,81,14,105,32,23,0,0,0,0,0,0,0 +424460,81,14,0,4,0,0,0,0,0,0,0,0 +424470,81,14,999,42,19,9,0,0,0,0,0,0 +424480,81,14,808,25,10,4,0,0,0,0,0,0 +424490,81,14,3251,186,151,15,3,0,0,0,0,0 +424510,81,14,117,12,0,0,0,0,0,0,0,0 +424520,81,14,2,3,3,0,0,0,0,0,0,0 +424610,81,14,198,27,19,0,0,0,0,0,0,0 +424690,81,14,1468,105,77,10,0,0,0,0,0,0 +424710,81,14,410,20,6,0,0,0,0,0,0,0 +424720,81,14,388,29,20,0,0,0,0,0,0,0 +424810,81,14,271,11,5,0,0,0,0,0,0,0 +424820,81,14,933,53,33,3,0,0,0,0,0,0 +424910,81,14,619,51,39,0,0,0,0,0,0,0 +424920,81,14,203,18,8,0,0,0,0,0,0,0 +424930,81,14,358,34,6,0,0,0,0,0,0,0 +424940,81,14,105,11,4,0,0,0,0,0,0,0 +424950,81,14,70,14,3,0,0,0,0,0,0,0 +424990,81,14,837,152,129,4,0,0,0,0,0,0 +425120,81,14,3515,643,616,16,0,0,0,0,0,0 +441110,81,14,12662,186,46,80,46,0,0,0,0,0 +441120,81,14,1836,232,212,0,0,0,0,0,0,0 +441210,81,14,848,32,3,9,0,0,0,0,0,0 +441222,81,14,52,10,6,0,0,0,0,0,0,0 +441228,81,14,698,61,36,0,0,0,0,0,0,0 +441310,81,14,3763,338,295,29,0,0,0,0,0,0 +441320,81,14,2072,226,207,9,0,0,0,0,0,0 +442110,81,14,2741,196,176,10,0,0,0,0,0,0 +442210,81,14,769,100,81,0,0,0,0,0,0,0 +442291,81,14,96,17,6,0,0,0,0,0,0,0 +442299,81,14,2457,166,108,44,0,0,0,0,0,0 +443141,81,14,741,74,51,0,0,0,0,0,0,0 +443142,81,14,4214,255,215,12,0,0,0,0,0,0 +444110,81,14,874,53,0,0,46,0,0,0,0,0 +444120,81,14,367,58,39,3,0,0,0,0,0,0 +444130,81,14,1609,103,64,25,0,0,0,0,0,0 +444190,81,14,2506,257,223,22,0,0,0,0,0,0 +444210,81,14,43,9,3,0,0,0,0,0,0,0 +444220,81,14,1532,132,107,11,0,0,0,0,0,0 +445110,81,14,27732,460,172,157,120,0,0,0,0,0 +445120,81,14,1154,169,158,0,0,0,0,0,0,0 +445210,81,14,236,39,22,0,0,0,0,0,0,0 +445230,81,14,6,3,0,0,0,0,0,0,0,0 +445291,81,14,90,21,11,0,0,0,0,0,0,0 +445292,81,14,305,43,31,0,0,0,0,0,0,0 +445299,81,14,670,99,85,0,0,0,0,0,0,0 +445310,81,14,3775,798,770,14,0,0,0,0,0,0 +446110,81,14,4697,222,110,98,0,0,0,0,0,0 +446120,81,14,2065,174,133,26,0,0,0,0,0,0 +446130,81,14,1220,161,146,0,0,0,0,0,0,0 +446191,81,14,433,122,110,0,0,0,0,0,0,0 +446199,81,14,609,68,43,3,0,0,0,0,0,0 +447110,81,14,6181,751,725,7,0,0,0,0,0,0 +447190,81,14,800,66,52,0,0,0,0,0,0,0 +448110,81,14,713,76,60,0,0,0,0,0,0,0 +448120,81,14,3258,311,267,31,0,0,0,0,0,0 +448130,81,14,629,63,48,0,0,0,0,0,0,0 +448140,81,14,7810,291,143,131,0,0,0,0,0,0 +448150,81,14,611,83,68,0,0,0,0,0,0,0 +448190,81,14,1384,117,76,20,0,0,0,0,0,0 +448210,81,14,2115,224,203,12,0,0,0,0,0,0 +448310,81,14,1040,169,156,3,0,0,0,0,0,0 +448320,81,14,79,19,11,0,0,0,0,0,0,0 +451110,81,14,4806,327,256,48,0,0,0,0,0,0 +451120,81,14,1972,137,87,31,0,0,0,0,0,0 +451130,81,14,441,38,12,4,0,0,0,0,0,0 +451140,81,14,249,37,23,0,0,0,0,0,0,0 +451211,81,14,755,54,30,5,0,0,0,0,0,0 +451212,81,14,0,3,0,0,0,0,0,0,0,0 +452210,81,14,4128,44,0,21,15,0,0,0,0,0 +452311,81,14,16812,80,0,0,41,32,0,0,0,0 +452319,81,14,2005,161,113,38,0,0,0,0,0,0 +453110,81,14,498,90,74,0,0,0,0,0,0,0 +453210,81,14,599,66,39,9,0,0,0,0,0,0 +453220,81,14,1702,247,226,6,0,0,0,0,0,0 +453310,81,14,3321,242,168,59,0,0,0,0,0,0 +453910,81,14,2016,171,132,22,0,0,0,0,0,0 +453920,81,14,208,64,59,0,0,0,0,0,0,0 +453930,81,14,9,3,0,0,0,0,0,0,0,0 +453991,81,14,493,117,108,0,0,0,0,0,0,0 +453998,81,14,3537,332,286,35,0,0,0,0,0,0 +454110,81,14,4355,703,658,35,0,0,0,0,0,0 +454210,81,14,215,34,22,0,0,0,0,0,0,0 +454310,81,14,219,33,20,0,0,0,0,0,0,0 +454390,81,14,1602,361,337,16,0,0,0,0,0,0 +481111,81,14,14426,16,3,3,4,0,0,0,0,0 +481211,81,14,413,13,6,0,0,0,0,0,0,0 +484110,81,14,1687,331,306,13,0,0,0,0,0,0 +484121,81,14,3494,261,231,14,4,0,0,0,0,0 +484122,81,14,2966,56,31,3,9,0,0,0,0,0 +484210,81,14,2318,136,105,14,0,0,0,0,0,0 +484220,81,14,2479,343,303,24,0,0,0,0,0,0 +484230,81,14,1747,115,88,11,0,0,0,0,0,0 +485310,81,14,312,11,0,0,0,0,0,0,0,0 +485320,81,14,210,45,38,0,0,0,0,0,0,0 +485410,81,14,0,3,0,0,0,0,0,0,0,0 +485510,81,14,80,7,0,0,0,0,0,0,0,0 +485991,81,14,493,26,12,0,3,0,0,0,0,0 +485999,81,14,42,16,7,0,0,0,0,0,0,0 +486110,81,14,104,7,4,0,0,0,0,0,0,0 +486210,81,14,53,16,9,0,0,0,0,0,0,0 +486910,81,14,0,3,0,0,0,0,0,0,0,0 +487110,81,14,20,3,0,0,0,0,0,0,0,0 +487990,81,14,7,3,0,0,0,0,0,0,0,0 +488119,81,14,1349,15,0,3,0,0,0,0,0,0 +488190,81,14,549,44,18,3,0,0,0,0,0,0 +488210,81,14,245,14,3,0,0,0,0,0,0,0 +488410,81,14,764,89,69,3,0,0,0,0,0,0 +488490,81,14,237,25,16,0,0,0,0,0,0,0 +488510,81,14,1486,167,142,5,0,0,0,0,0,0 +488991,81,14,34,6,0,0,0,0,0,0,0,0 +492110,81,14,2995,112,66,6,6,0,0,0,0,0 +492210,81,14,413,55,40,0,0,0,0,0,0,0 +493110,81,14,4844,140,88,23,4,0,0,0,0,0 +493120,81,14,609,5,0,0,0,0,0,0,0,0 +493190,81,14,472,37,25,4,0,0,0,0,0,0 +511110,81,14,501,45,24,4,0,0,0,0,0,0 +511120,81,14,1042,98,76,0,0,0,0,0,0,0 +511130,81,14,723,53,36,0,0,0,0,0,0,0 +511140,81,14,203,5,0,0,0,0,0,0,0,0 +511191,81,14,0,3,0,0,0,0,0,0,0,0 +511199,81,14,30,4,0,0,0,0,0,0,0,0 +511210,81,14,13963,345,237,60,17,8,0,0,0,0 +512110,81,14,857,183,167,0,0,0,0,0,0,0 +512131,81,14,1735,44,5,20,0,0,0,0,0,0 +512191,81,14,45,13,11,0,0,0,0,0,0,0 +512240,81,14,30,17,11,0,0,0,0,0,0,0 +512290,81,14,148,5,3,0,0,0,0,0,0,0 +515111,81,14,0,10,4,0,0,0,0,0,0,0 +515112,81,14,397,25,7,3,0,0,0,0,0,0 +515120,81,14,619,15,0,0,0,0,0,0,0,0 +515210,81,14,331,7,0,0,0,0,0,0,0,0 +517311,81,14,27166,428,308,59,21,8,5,3,0,0 +517312,81,14,3447,228,201,15,3,0,0,0,0,0 +517911,81,14,359,71,60,0,0,0,0,0,0,0 +517919,81,14,313,29,15,0,0,0,0,0,0,0 +518210,81,14,12103,435,331,56,10,6,0,0,0,0 +519110,81,14,55,4,0,0,0,0,0,0,0,0 +519120,81,14,0,9,4,3,0,0,0,0,0,0 +519130,81,14,3713,189,147,22,7,0,0,0,0,0 +519190,81,14,17,16,14,0,0,0,0,0,0,0 +522110,81,14,13231,955,830,101,9,0,0,0,0,0 +522120,81,14,95,23,13,0,0,0,0,0,0,0 +522130,81,14,2704,168,138,6,0,0,0,0,0,0 +522220,81,14,736,54,44,0,0,0,0,0,0,0 +522291,81,14,267,31,20,0,0,0,0,0,0,0 +522292,81,14,8188,294,222,42,3,0,0,0,0,0 +522294,81,14,13,4,3,0,0,0,0,0,0,0 +522298,81,14,389,108,101,0,0,0,0,0,0,0 +522310,81,14,1003,257,239,3,0,0,0,0,0,0 +522320,81,14,3555,113,83,10,0,0,0,0,0,0 +522390,81,14,1276,187,175,0,0,0,0,0,0,0 +523110,81,14,393,79,72,0,0,0,0,0,0,0 +523120,81,14,5009,356,312,25,0,0,3,0,0,0 +523130,81,14,31,12,8,0,0,0,0,0,0,0 +523910,81,14,689,202,194,3,0,0,0,0,0,0 +523920,81,14,5283,805,769,24,3,0,0,0,0,0 +523930,81,14,1998,382,358,6,0,0,0,0,0,0 +523991,81,14,403,26,14,0,0,0,0,0,0,0 +523999,81,14,69,15,7,0,0,0,0,0,0,0 +524113,81,14,5024,123,98,10,0,0,0,0,0,0 +524114,81,14,3794,46,30,3,3,0,0,0,0,0 +524126,81,14,3316,120,83,11,0,0,0,0,0,0 +524127,81,14,969,93,69,7,0,0,0,0,0,0 +524128,81,14,0,9,5,0,0,0,0,0,0,0 +524210,81,14,8289,2075,2021,38,3,0,0,0,0,0 +524291,81,14,150,56,48,0,0,0,0,0,0,0 +524292,81,14,3306,54,27,6,0,0,0,0,0,0 +524298,81,14,242,26,19,0,0,0,0,0,0,0 +525910,81,14,14,7,0,0,0,0,0,0,0,0 +531110,81,14,3859,623,585,19,0,0,0,0,0,0 +531120,81,14,1372,376,356,4,0,0,0,0,0,0 +531130,81,14,699,261,253,0,0,0,0,0,0,0 +531190,81,14,549,87,75,0,0,0,0,0,0,0 +531210,81,14,6078,3373,3334,25,0,0,0,0,0,0 +531311,81,14,5005,760,719,30,0,0,0,0,0,0 +531312,81,14,2391,299,266,17,0,0,0,0,0,0 +531320,81,14,586,265,253,0,0,0,0,0,0,0 +531390,81,14,899,365,348,8,0,0,0,0,0,0 +532111,81,14,1460,116,92,11,0,0,0,0,0,0 +532112,81,14,0,4,0,0,0,0,0,0,0,0 +532120,81,14,550,63,51,4,0,0,0,0,0,0 +532210,81,14,91,43,31,0,0,0,0,0,0,0 +532283,81,14,341,24,4,4,0,0,0,0,0,0 +532284,81,14,124,20,12,0,0,0,0,0,0,0 +532289,81,14,473,55,35,0,0,0,0,0,0,0 +532310,81,14,245,33,18,0,0,0,0,0,0,0 +532412,81,14,771,61,38,4,0,0,0,0,0,0 +532420,81,14,50,7,0,0,0,0,0,0,0,0 +532490,81,14,1630,133,98,20,0,0,0,0,0,0 +533110,81,14,1008,73,46,4,0,0,0,0,0,0 +541110,81,14,13538,2486,2353,114,8,0,0,0,0,0 +541191,81,14,467,84,64,0,0,0,0,0,0,0 +541199,81,14,146,67,60,0,0,0,0,0,0,0 +541211,81,14,6970,932,888,24,6,3,0,0,0,0 +541213,81,14,2163,410,397,3,0,0,0,0,0,0 +541214,81,14,1715,53,32,9,3,0,0,0,0,0 +541219,81,14,3423,869,841,14,0,0,0,0,0,0 +541310,81,14,3330,467,423,32,3,0,0,0,0,0 +541320,81,14,774,142,121,0,0,0,0,0,0,0 +541330,81,14,24419,1575,1343,186,24,0,0,0,0,0 +541340,81,14,235,45,32,0,0,0,0,0,0,0 +541350,81,14,346,119,104,0,0,0,0,0,0,0 +541360,81,14,200,34,24,0,0,0,0,0,0,0 +541370,81,14,2473,131,99,6,0,0,0,0,0,0 +541380,81,14,1418,113,86,10,0,0,0,0,0,0 +541410,81,14,877,290,278,3,0,0,0,0,0,0 +541420,81,14,58,22,19,0,0,0,0,0,0,0 +541430,81,14,1054,371,358,0,0,0,0,0,0,0 +541490,81,14,75,32,26,0,0,0,0,0,0,0 +541511,81,14,12002,1621,1506,84,13,0,0,0,0,0 +541512,81,14,11857,1315,1215,65,11,0,0,0,0,0 +541513,81,14,888,132,118,0,0,0,0,0,0,0 +541519,81,14,1175,166,139,8,0,0,0,0,0,0 +541611,81,14,9543,1907,1820,60,7,4,0,0,0,0 +541612,81,14,2432,187,168,7,0,0,0,0,0,0 +541613,81,14,3589,1010,972,29,0,0,0,0,0,0 +541614,81,14,727,157,130,4,0,0,0,0,0,0 +541618,81,14,289,100,93,0,0,0,0,0,0,0 +541620,81,14,2281,298,267,10,0,0,0,0,0,0 +541690,81,14,1982,602,580,8,0,0,0,0,0,0 +541713,81,14,316,44,28,0,0,0,0,0,0,0 +541714,81,14,304,37,23,0,0,0,0,0,0,0 +541715,81,14,6778,193,138,25,8,0,0,0,0,0 +541720,81,14,62,25,19,0,0,0,0,0,0,0 +541810,81,14,2863,254,216,25,3,0,0,0,0,0 +541820,81,14,658,206,198,0,0,0,0,0,0,0 +541830,81,14,92,19,9,0,0,0,0,0,0,0 +541840,81,14,15,6,0,0,0,0,0,0,0,0 +541850,81,14,179,27,14,0,0,0,0,0,0,0 +541860,81,14,212,36,21,0,0,0,0,0,0,0 +541870,81,14,11,3,0,0,0,0,0,0,0,0 +541890,81,14,1341,102,74,7,0,0,0,0,0,0 +541910,81,14,1202,110,95,3,0,0,0,0,0,0 +541921,81,14,479,151,141,0,0,0,0,0,0,0 +541922,81,14,227,92,85,0,0,0,0,0,0,0 +541930,81,14,338,82,67,0,0,0,0,0,0,0 +541940,81,14,5143,449,365,67,0,0,0,0,0,0 +541990,81,14,1364,359,330,11,0,0,0,0,0,0 +551111,81,14,0,8,0,0,0,0,0,0,0,0 +551112,81,14,2874,126,90,11,0,0,0,0,0,0 +551114,81,14,53972,715,416,171,67,17,6,0,0,0 +561110,81,14,6865,467,404,24,12,0,0,0,0,0 +561210,81,14,3058,126,95,5,0,0,0,0,0,0 +561311,81,14,975,108,91,3,0,0,0,0,0,0 +561312,81,14,720,159,143,3,0,0,0,0,0,0 +561320,81,14,27294,533,254,172,67,16,0,0,0,0 +561330,81,14,1861,33,7,6,3,0,0,0,0,0 +561410,81,14,114,83,73,0,0,0,0,0,0,0 +561421,81,14,0,3,0,0,0,0,0,0,0,0 +561422,81,14,11131,65,28,8,0,0,0,0,0,0 +561431,81,14,524,102,90,0,0,0,0,0,0,0 +561439,81,14,455,98,88,0,0,0,0,0,0,0 +561440,81,14,1407,62,39,8,3,0,0,0,0,0 +561450,81,14,96,9,4,0,0,0,0,0,0,0 +561491,81,14,49,4,0,0,0,0,0,0,0,0 +561492,81,14,569,33,24,0,0,0,0,0,0,0 +561499,81,14,912,69,45,0,0,0,0,0,0,0 +561510,81,14,1275,209,189,0,0,0,0,0,0,0 +561520,81,14,237,45,38,0,0,0,0,0,0,0 +561591,81,14,0,3,0,0,0,0,0,0,0,0 +561599,81,14,1141,34,16,3,0,0,0,0,0,0 +561611,81,14,342,79,69,0,0,0,0,0,0,0 +561612,81,14,9356,91,40,15,4,0,0,0,0,0 +561613,81,14,435,8,0,0,0,0,0,0,0,0 +561621,81,14,2432,88,56,7,0,0,0,0,0,0 +561622,81,14,139,44,36,0,0,0,0,0,0,0 +561710,81,14,420,74,63,3,0,0,0,0,0,0 +561720,81,14,15779,847,725,86,17,0,0,0,0,0 +561730,81,14,10054,1241,1121,90,7,0,0,0,0,0 +561740,81,14,726,145,128,0,0,0,0,0,0,0 +561790,81,14,1086,134,108,0,0,0,0,0,0,0 +561920,81,14,1859,119,102,0,0,0,0,0,0,0 +561990,81,14,1847,163,128,6,0,0,0,0,0,0 +562111,81,14,2215,118,80,12,0,0,0,0,0,0 +562119,81,14,93,15,3,0,0,0,0,0,0,0 +562211,81,14,0,3,0,0,0,0,0,0,0,0 +562212,81,14,316,11,0,0,0,0,0,0,0,0 +562910,81,14,1279,104,88,3,0,0,0,0,0,0 +562920,81,14,85,13,7,0,0,0,0,0,0,0 +562991,81,14,80,23,5,0,0,0,0,0,0,0 +562998,81,14,161,16,5,0,0,0,0,0,0,0 +611110,81,14,11445,224,82,100,20,0,0,0,0,0 +611210,81,14,0,6,0,0,0,0,0,0,0,0 +611310,81,14,11266,43,13,8,0,0,0,0,0,0 +611420,81,14,191,45,37,0,0,0,0,0,0,0 +611430,81,14,1135,258,237,6,0,0,0,0,0,0 +611511,81,14,131,9,4,0,0,0,0,0,0,0 +611512,81,14,0,5,0,0,0,0,0,0,0,0 +611513,81,14,88,13,9,0,0,0,0,0,0,0 +611519,81,14,1171,90,56,12,0,0,0,0,0,0 +611610,81,14,1441,219,200,6,0,0,0,0,0,0 +611620,81,14,2096,313,277,19,0,0,0,0,0,0 +611630,81,14,234,25,12,0,0,0,0,0,0,0 +611691,81,14,1229,146,126,10,0,0,0,0,0,0 +611692,81,14,178,22,10,0,0,0,0,0,0,0 +611699,81,14,1922,177,144,22,0,0,0,0,0,0 +611710,81,14,2417,208,178,10,0,0,0,0,0,0 +621111,81,14,19573,1868,1630,209,17,0,0,0,0,0 +621112,81,14,285,167,158,0,0,0,0,0,0,0 +621210,81,14,12016,1933,1868,54,0,0,0,0,0,0 +621310,81,14,1851,639,627,0,0,0,0,0,0,0 +621320,81,14,1628,271,256,3,0,0,0,0,0,0 +621330,81,14,1298,579,558,4,0,0,0,0,0,0 +621340,81,14,3637,593,555,18,3,0,0,0,0,0 +621391,81,14,232,54,42,0,0,0,0,0,0,0 +621399,81,14,3277,622,563,48,0,0,0,0,0,0 +621410,81,14,192,25,12,0,0,0,0,0,0,0 +621420,81,14,4516,182,111,44,3,0,0,0,0,0 +621491,81,14,0,80,23,17,8,0,0,0,0,0 +621492,81,14,277,66,33,16,0,0,0,0,0,0 +621493,81,14,2049,103,40,43,0,0,0,0,0,0 +621498,81,14,3079,131,84,8,3,0,0,0,0,0 +621511,81,14,2334,99,68,6,3,0,0,0,0,0 +621512,81,14,948,65,31,16,0,0,0,0,0,0 +621610,81,14,12159,259,131,81,14,3,0,0,0,0 +621910,81,14,704,51,27,8,0,0,0,0,0,0 +621991,81,14,833,19,0,3,0,0,0,0,0,0 +621999,81,14,1042,64,49,0,0,0,0,0,0,0 +622110,81,14,38373,24,0,0,0,0,3,3,0,0 +622310,81,14,1648,9,0,0,3,0,0,0,0,0 +623110,81,14,13344,116,11,37,52,0,0,0,0,0 +623210,81,14,2154,110,76,6,0,0,0,0,0,0 +623220,81,14,1970,60,20,21,0,0,0,0,0,0 +623311,81,14,4242,70,25,4,14,0,0,0,0,0 +623312,81,14,5619,226,133,70,0,0,0,0,0,0 +623990,81,14,537,30,9,3,0,0,0,0,0,0 +624110,81,14,2386,163,124,19,0,0,0,0,0,0 +624120,81,14,14585,382,208,119,29,3,0,0,0,0 +624190,81,14,3202,375,335,23,4,0,0,0,0,0 +624210,81,14,480,39,15,4,0,0,0,0,0,0 +624221,81,14,503,26,11,3,0,0,0,0,0,0 +624229,81,14,783,60,39,5,0,0,0,0,0,0 +624230,81,14,87,4,0,0,0,0,0,0,0,0 +624310,81,14,889,48,26,3,0,0,0,0,0,0 +624410,81,14,10414,654,445,196,0,0,0,0,0,0 +711110,81,14,461,35,21,0,0,0,0,0,0,0 +711120,81,14,176,4,0,0,0,0,0,0,0,0 +711130,81,14,438,54,42,0,0,0,0,0,0,0 +711211,81,14,0,8,0,0,0,0,0,0,0,0 +711219,81,14,21,25,24,0,0,0,0,0,0,0 +711310,81,14,2974,45,27,0,0,0,0,0,0,0 +711320,81,14,1302,71,55,4,0,0,0,0,0,0 +711410,81,14,180,52,45,0,0,0,0,0,0,0 +711510,81,14,596,358,343,0,0,0,0,0,0,0 +712110,81,14,1153,30,19,3,0,0,0,0,0,0 +712120,81,14,29,3,0,0,0,0,0,0,0,0 +712130,81,14,910,3,0,0,0,0,0,0,0,0 +713120,81,14,133,32,22,0,0,0,0,0,0,0 +713210,81,14,1631,10,0,3,6,0,0,0,0,0 +713290,81,14,237,14,3,5,0,0,0,0,0,0 +713910,81,14,2249,43,0,17,0,0,0,0,0,0 +713940,81,14,10278,544,418,91,14,0,0,0,0,0 +713950,81,14,536,19,0,8,0,0,0,0,0,0 +713990,81,14,2393,271,224,20,0,0,0,0,0,0 +721110,81,14,17911,475,250,168,32,9,0,0,0,0 +721120,81,14,2707,6,0,0,0,0,0,0,0,0 +721191,81,14,128,16,7,0,0,0,0,0,0,0 +721211,81,14,49,3,0,0,0,0,0,0,0,0 +721214,81,14,277,24,11,0,0,0,0,0,0,0 +721310,81,14,72,18,11,0,0,0,0,0,0,0 +722310,81,14,5600,272,198,46,9,0,0,0,0,0 +722320,81,14,1982,136,100,17,0,0,0,0,0,0 +722330,81,14,168,92,88,0,0,0,0,0,0,0 +722410,81,14,5885,425,339,82,0,0,0,0,0,0 +722511,81,14,74821,2903,1603,1224,63,3,0,0,0,0 +722513,81,14,53722,2832,1699,1111,8,0,0,0,0,0 +722514,81,14,807,35,7,6,0,0,0,0,0,0 +722515,81,14,9481,831,694,126,0,0,0,0,0,0 +811111,81,14,4594,902,878,12,0,0,0,0,0,0 +811112,81,14,47,13,8,0,0,0,0,0,0,0 +811113,81,14,277,51,39,0,0,0,0,0,0,0 +811118,81,14,303,59,51,0,0,0,0,0,0,0 +811121,81,14,3277,438,386,41,0,0,0,0,0,0 +811122,81,14,530,91,70,0,0,0,0,0,0,0 +811191,81,14,806,103,93,0,0,0,0,0,0,0 +811192,81,14,2716,221,179,26,0,0,0,0,0,0 +811198,81,14,191,42,19,0,0,0,0,0,0,0 +811211,81,14,78,29,26,0,0,0,0,0,0,0 +811212,81,14,156,71,60,0,0,0,0,0,0,0 +811213,81,14,30,24,18,0,0,0,0,0,0,0 +811219,81,14,424,50,35,3,0,0,0,0,0,0 +811310,81,14,1340,197,179,0,0,0,0,0,0,0 +811412,81,14,387,56,38,0,0,0,0,0,0,0 +811420,81,14,133,44,37,0,0,0,0,0,0,0 +811430,81,14,41,13,9,0,0,0,0,0,0,0 +811490,81,14,487,115,98,0,0,0,0,0,0,0 +812111,81,14,930,87,53,17,0,0,0,0,0,0 +812112,81,14,5197,1116,1071,38,0,0,0,0,0,0 +812113,81,14,1968,374,364,0,0,0,0,0,0,0 +812191,81,14,307,45,23,0,0,0,0,0,0,0 +812199,81,14,2473,371,323,35,0,0,0,0,0,0 +812210,81,14,542,67,55,3,0,0,0,0,0,0 +812220,81,14,154,22,5,0,0,0,0,0,0,0 +812310,81,14,287,76,70,0,0,0,0,0,0,0 +812320,81,14,1478,289,272,6,0,0,0,0,0,0 +812331,81,14,0,4,0,0,0,0,0,0,0,0 +812332,81,14,413,5,0,0,0,0,0,0,0,0 +812910,81,14,2657,359,318,31,0,0,0,0,0,0 +812930,81,14,2068,189,153,21,0,0,0,0,0,0 +812990,81,14,661,278,264,3,0,0,0,0,0,0 +813110,81,14,16111,1421,1245,146,9,0,0,0,0,0 +813211,81,14,1400,207,184,7,0,0,0,0,0,0 +813212,81,14,1189,71,57,3,0,0,0,0,0,0 +813219,81,14,312,40,29,0,0,0,0,0,0,0 +813311,81,14,361,54,47,0,0,0,0,0,0,0 +813312,81,14,1275,111,86,10,0,0,0,0,0,0 +813319,81,14,1174,103,86,6,0,0,0,0,0,0 +813410,81,14,1200,245,228,5,0,0,0,0,0,0 +813910,81,14,1322,195,174,4,0,0,0,0,0,0 +813920,81,14,1551,119,85,10,0,0,0,0,0,0 +813930,81,14,1168,92,71,5,0,0,0,0,0,0 +813940,81,14,714,44,38,0,0,0,0,0,0,0 +813990,81,14,1121,189,174,0,0,0,0,0,0,0 +113310,89,15,33,17,10,0,0,0,0,0,0,0 +115112,89,15,49,17,9,0,0,0,0,0,0,0 +115114,89,15,303,4,0,0,0,0,0,0,0,0 +115210,89,15,92,48,37,0,0,0,0,0,0,0 +115310,89,15,0,5,3,0,0,0,0,0,0,0 +211120,89,15,219,31,14,0,0,0,0,0,0,0 +211130,89,15,45,6,0,0,0,0,0,0,0,0 +212311,89,15,46,3,0,0,0,0,0,0,0,0 +212312,89,15,8,9,3,0,0,0,0,0,0,0 +212321,89,15,17,9,7,0,0,0,0,0,0,0 +213111,89,15,379,29,18,0,0,0,0,0,0,0 +213112,89,15,2332,210,165,13,0,0,0,0,0,0 +221112,89,15,469,8,0,0,0,0,0,0,0,0 +221115,89,15,9,3,3,0,0,0,0,0,0,0 +221122,89,15,56,33,0,0,0,0,0,0,0,0 +221210,89,15,0,12,8,0,0,0,0,0,0,0 +221310,89,15,251,76,43,0,0,0,0,0,0,0 +236115,89,15,2628,905,865,0,0,0,0,0,0,0 +236116,89,15,31,20,14,0,0,0,0,0,0,0 +236117,89,15,994,191,164,5,0,0,0,0,0,0 +236118,89,15,2516,946,896,15,0,0,0,0,0,0 +236210,89,15,32,5,3,0,0,0,0,0,0,0 +236220,89,15,3611,303,246,24,0,0,0,0,0,0 +237110,89,15,1418,132,82,6,0,0,0,0,0,0 +237120,89,15,516,24,6,0,0,0,0,0,0,0 +237130,89,15,396,28,10,3,0,0,0,0,0,0 +237210,89,15,86,36,34,0,0,0,0,0,0,0 +237310,89,15,816,68,22,8,0,0,0,0,0,0 +237990,89,15,125,23,11,0,0,0,0,0,0,0 +238110,89,15,2162,267,203,22,0,0,0,0,0,0 +238120,89,15,1132,32,7,4,0,0,0,0,0,0 +238130,89,15,795,225,200,0,0,0,0,0,0,0 +238140,89,15,1177,172,138,4,0,0,0,0,0,0 +238150,89,15,338,41,22,3,0,0,0,0,0,0 +238160,89,15,1637,246,183,14,0,0,0,0,0,0 +238170,89,15,169,50,43,0,0,0,0,0,0,0 +238190,89,15,240,61,43,0,0,0,0,0,0,0 +238210,89,15,5329,813,727,36,0,0,0,0,0,0 +238220,89,15,7744,1075,954,56,0,0,0,0,0,0 +238290,89,15,249,39,27,0,0,0,0,0,0,0 +238310,89,15,2068,215,168,17,0,0,0,0,0,0 +238320,89,15,1490,426,396,4,0,0,0,0,0,0 +238330,89,15,435,138,123,0,0,0,0,0,0,0 +238340,89,15,357,113,101,0,0,0,0,0,0,0 +238350,89,15,1056,430,402,0,0,0,0,0,0,0 +238390,89,15,127,38,38,0,0,0,0,0,0,0 +238910,89,15,3766,528,447,32,0,0,0,0,0,0 +238990,89,15,1620,314,269,12,0,0,0,0,0,0 +311119,89,15,0,3,0,0,0,0,0,0,0,0 +311340,89,15,0,3,0,0,0,0,0,0,0,0 +311352,89,15,67,11,6,0,0,0,0,0,0,0 +311421,89,15,13,4,0,0,0,0,0,0,0,0 +311611,89,15,0,4,0,0,0,0,0,0,0,0 +311612,89,15,21,3,0,0,0,0,0,0,0,0 +311811,89,15,129,17,7,0,0,0,0,0,0,0 +311812,89,15,119,7,0,3,0,0,0,0,0,0 +311830,89,15,0,6,0,0,0,0,0,0,0,0 +311920,89,15,17,6,0,0,0,0,0,0,0,0 +311942,89,15,74,3,0,0,0,0,0,0,0,0 +312120,89,15,2132,56,36,4,0,0,0,0,0,0 +312130,89,15,101,19,14,0,0,0,0,0,0,0 +312140,89,15,65,17,12,0,0,0,0,0,0,0 +314910,89,15,0,6,0,0,0,0,0,0,0,0 +314999,89,15,59,5,3,0,0,0,0,0,0,0 +321113,89,15,129,12,3,0,0,0,0,0,0,0 +321214,89,15,167,6,0,0,0,0,0,0,0,0 +321911,89,15,171,11,3,3,0,0,0,0,0,0 +321918,89,15,61,10,3,0,0,0,0,0,0,0 +321920,89,15,37,6,0,0,0,0,0,0,0,0 +321999,89,15,216,15,10,0,0,0,0,0,0,0 +323111,89,15,610,80,58,0,0,0,0,0,0,0 +323113,89,15,119,24,14,0,0,0,0,0,0,0 +325411,89,15,0,4,0,0,0,0,0,0,0,0 +325412,89,15,0,5,0,0,0,0,0,0,0,0 +326122,89,15,56,3,0,0,0,0,0,0,0,0 +326199,89,15,616,17,0,0,0,0,0,0,0,0 +327215,89,15,0,5,3,0,0,0,0,0,0,0 +327320,89,15,295,19,3,0,0,0,0,0,0,0 +327390,89,15,100,4,0,0,0,0,0,0,0,0 +327991,89,15,225,5,0,0,0,0,0,0,0,0 +327992,89,15,0,3,0,0,0,0,0,0,0,0 +332312,89,15,187,13,0,0,0,0,0,0,0,0 +332322,89,15,372,10,0,0,0,0,0,0,0,0 +332323,89,15,60,12,8,0,0,0,0,0,0,0 +332439,89,15,36,3,0,0,0,0,0,0,0,0 +332710,89,15,711,98,76,7,0,0,0,0,0,0 +332721,89,15,334,14,3,0,0,0,0,0,0,0 +332812,89,15,73,14,3,0,0,0,0,0,0,0 +332999,89,15,68,14,9,0,0,0,0,0,0,0 +333111,89,15,0,3,0,0,0,0,0,0,0,0 +333131,89,15,0,3,0,0,0,0,0,0,0,0 +333249,89,15,0,4,0,0,0,0,0,0,0,0 +333511,89,15,0,4,3,0,0,0,0,0,0,0 +333514,89,15,135,4,0,0,0,0,0,0,0,0 +334118,89,15,17,3,0,0,0,0,0,0,0,0 +334310,89,15,37,4,0,0,0,0,0,0,0,0 +334412,89,15,17,3,0,0,0,0,0,0,0,0 +334413,89,15,1473,9,0,0,0,0,0,0,0,0 +334418,89,15,0,7,3,0,0,0,0,0,0,0 +334419,89,15,0,4,0,0,0,0,0,0,0,0 +334510,89,15,0,3,0,0,0,0,0,0,0,0 +334513,89,15,545,10,3,0,0,0,0,0,0,0 +334515,89,15,0,5,0,0,0,0,0,0,0,0 +334519,89,15,22,5,3,0,0,0,0,0,0,0 +335314,89,15,0,3,0,0,0,0,0,0,0,0 +335999,89,15,35,4,0,0,0,0,0,0,0,0 +336310,89,15,8,3,0,0,0,0,0,0,0,0 +336413,89,15,0,3,0,0,0,0,0,0,0,0 +336991,89,15,14,4,3,0,0,0,0,0,0,0 +337110,89,15,425,64,42,0,0,0,0,0,0,0 +337122,89,15,25,7,3,0,0,0,0,0,0,0 +337212,89,15,140,10,0,0,0,0,0,0,0,0 +337215,89,15,5,3,3,0,0,0,0,0,0,0 +339112,89,15,0,6,0,0,0,0,0,0,0,0 +339113,89,15,76,4,0,0,0,0,0,0,0,0 +339116,89,15,182,42,34,0,0,0,0,0,0,0 +339910,89,15,48,12,10,0,0,0,0,0,0,0 +339920,89,15,105,6,3,3,0,0,0,0,0,0 +339950,89,15,505,46,28,3,0,0,0,0,0,0 +339999,89,15,120,17,8,0,0,0,0,0,0,0 +423110,89,15,112,16,11,0,0,0,0,0,0,0 +423120,89,15,423,44,25,3,0,0,0,0,0,0 +423130,89,15,122,7,3,3,0,0,0,0,0,0 +423210,89,15,79,17,12,0,0,0,0,0,0,0 +423220,89,15,149,28,22,0,0,0,0,0,0,0 +423310,89,15,406,31,13,7,0,0,0,0,0,0 +423320,89,15,82,23,16,0,0,0,0,0,0,0 +423330,89,15,390,30,20,3,0,0,0,0,0,0 +423390,89,15,152,15,3,0,0,0,0,0,0,0 +423420,89,15,231,39,27,0,0,0,0,0,0,0 +423430,89,15,291,23,13,3,0,0,0,0,0,0 +423440,89,15,52,8,0,0,0,0,0,0,0,0 +423450,89,15,686,45,34,3,0,0,0,0,0,0 +423460,89,15,0,3,0,0,0,0,0,0,0,0 +423490,89,15,0,6,4,0,0,0,0,0,0,0 +423510,89,15,318,42,23,0,0,0,0,0,0,0 +423610,89,15,593,57,45,0,0,0,0,0,0,0 +423620,89,15,8,7,4,0,0,0,0,0,0,0 +423690,89,15,624,37,24,0,0,0,0,0,0,0 +423710,89,15,91,22,11,0,0,0,0,0,0,0 +423720,89,15,440,44,23,0,0,0,0,0,0,0 +423730,89,15,241,32,17,0,0,0,0,0,0,0 +423810,89,15,794,45,19,3,0,0,0,0,0,0 +423820,89,15,613,77,20,0,0,0,0,0,0,0 +423830,89,15,1157,119,95,3,0,0,0,0,0,0 +423840,89,15,143,19,10,0,0,0,0,0,0,0 +423850,89,15,142,19,8,0,0,0,0,0,0,0 +423860,89,15,4,3,3,0,0,0,0,0,0,0 +423910,89,15,198,42,30,0,0,0,0,0,0,0 +423920,89,15,0,6,3,0,0,0,0,0,0,0 +423930,89,15,152,22,8,0,0,0,0,0,0,0 +423940,89,15,85,14,12,0,0,0,0,0,0,0 +423990,89,15,56,27,20,0,0,0,0,0,0,0 +424120,89,15,96,23,20,0,0,0,0,0,0,0 +424130,89,15,5,12,3,0,0,0,0,0,0,0 +424210,89,15,273,36,28,0,0,0,0,0,0,0 +424320,89,15,5,8,4,0,0,0,0,0,0,0 +424330,89,15,86,28,18,0,0,0,0,0,0,0 +424410,89,15,0,3,0,0,0,0,0,0,0,0 +424420,89,15,55,8,3,0,0,0,0,0,0,0 +424450,89,15,3,3,3,0,0,0,0,0,0,0 +424470,89,15,70,9,0,0,0,0,0,0,0,0 +424480,89,15,379,16,7,6,0,0,0,0,0,0 +424490,89,15,1006,90,48,3,0,0,0,0,0,0 +424510,89,15,285,52,28,0,0,0,0,0,0,0 +424590,89,15,11,4,3,0,0,0,0,0,0,0 +424610,89,15,25,8,5,0,0,0,0,0,0,0 +424690,89,15,288,39,18,0,0,0,0,0,0,0 +424710,89,15,167,9,0,0,0,0,0,0,0,0 +424720,89,15,36,7,0,0,0,0,0,0,0,0 +424810,89,15,249,13,0,0,0,0,0,0,0,0 +424910,89,15,615,53,25,0,0,0,0,0,0,0 +424920,89,15,6,3,0,0,0,0,0,0,0,0 +424930,89,15,47,9,0,0,0,0,0,0,0,0 +424950,89,15,13,3,0,0,0,0,0,0,0,0 +424990,89,15,162,42,32,0,0,0,0,0,0,0 +425120,89,15,795,166,143,3,0,0,0,0,0,0 +441110,89,15,6379,116,23,61,18,0,0,0,0,0 +441120,89,15,1165,127,88,8,0,0,0,0,0,0 +441210,89,15,446,25,10,0,0,0,0,0,0,0 +441228,89,15,772,69,28,3,0,0,0,0,0,0 +441310,89,15,2714,286,196,11,0,0,0,0,0,0 +441320,89,15,1223,139,95,6,0,0,0,0,0,0 +442110,89,15,962,125,91,0,0,0,0,0,0,0 +442210,89,15,570,95,75,0,0,0,0,0,0,0 +442291,89,15,13,5,4,0,0,0,0,0,0,0 +442299,89,15,1086,134,95,11,0,0,0,0,0,0 +443141,89,15,217,36,22,0,0,0,0,0,0,0 +443142,89,15,1294,147,127,0,3,0,0,0,0,0 +444110,89,15,412,24,0,0,18,0,0,0,0,0 +444120,89,15,172,39,24,0,0,0,0,0,0,0 +444130,89,15,907,85,33,8,0,0,0,0,0,0 +444190,89,15,2096,275,195,10,0,0,0,0,0,0 +444210,89,15,26,4,0,0,0,0,0,0,0,0 +444220,89,15,1586,151,90,4,0,0,0,0,0,0 +445110,89,15,14337,300,40,89,41,0,0,0,0,0 +445120,89,15,423,50,37,3,0,0,0,0,0,0 +445210,89,15,115,16,4,0,0,0,0,0,0,0 +445230,89,15,3,3,3,0,0,0,0,0,0,0 +445291,89,15,0,5,0,0,0,0,0,0,0,0 +445292,89,15,144,24,16,0,0,0,0,0,0,0 +445299,89,15,346,49,43,0,0,0,0,0,0,0 +445310,89,15,2876,512,468,5,0,0,0,0,0,0 +446110,89,15,2184,149,65,33,0,0,0,0,0,0 +446120,89,15,771,74,37,13,0,0,0,0,0,0 +446130,89,15,516,74,56,0,0,0,0,0,0,0 +446191,89,15,184,62,52,0,0,0,0,0,0,0 +446199,89,15,343,57,43,0,0,0,0,0,0,0 +447110,89,15,5585,658,561,7,0,0,0,0,0,0 +447190,89,15,950,66,17,0,0,0,0,0,0,0 +448110,89,15,142,20,13,0,0,0,0,0,0,0 +448120,89,15,1453,229,216,6,0,0,0,0,0,0 +448130,89,15,290,30,15,0,0,0,0,0,0,0 +448140,89,15,3190,192,114,46,0,0,0,0,0,0 +448150,89,15,258,44,31,0,0,0,0,0,0,0 +448190,89,15,1252,137,101,6,0,0,0,0,0,0 +448210,89,15,896,108,87,0,0,0,0,0,0,0 +448310,89,15,606,112,87,0,0,0,0,0,0,0 +448320,89,15,15,9,9,0,0,0,0,0,0,0 +451110,89,15,4796,447,380,40,0,0,0,0,0,0 +451120,89,15,762,68,49,10,0,0,0,0,0,0 +451130,89,15,262,27,14,0,0,0,0,0,0,0 +451140,89,15,155,21,10,0,0,0,0,0,0,0 +451211,89,15,318,32,25,0,0,0,0,0,0,0 +452210,89,15,2236,25,0,14,6,0,0,0,0,0 +452311,89,15,8302,42,0,0,14,17,0,0,0,0 +452319,89,15,1768,169,84,22,0,0,0,0,0,0 +453110,89,15,435,74,59,0,0,0,0,0,0,0 +453210,89,15,277,28,16,0,0,0,0,0,0,0 +453220,89,15,1049,243,213,3,0,0,0,0,0,0 +453310,89,15,1616,188,138,17,0,0,0,0,0,0 +453910,89,15,1172,83,44,11,0,0,0,0,0,0 +453920,89,15,199,80,73,0,0,0,0,0,0,0 +453930,89,15,0,5,4,0,0,0,0,0,0,0 +453991,89,15,191,38,27,0,0,0,0,0,0,0 +453998,89,15,1915,222,164,12,0,0,0,0,0,0 +454110,89,15,1897,303,260,9,0,0,0,0,0,0 +454210,89,15,55,7,3,0,0,0,0,0,0,0 +454310,89,15,242,40,16,0,0,0,0,0,0,0 +454390,89,15,700,227,202,0,0,0,0,0,0,0 +481111,89,15,691,10,0,0,0,0,0,0,0,0 +484110,89,15,534,137,117,0,0,0,0,0,0,0 +484121,89,15,1442,157,114,0,0,0,0,0,0,0 +484122,89,15,547,25,8,0,0,0,0,0,0,0 +484210,89,15,663,68,51,3,0,0,0,0,0,0 +484220,89,15,1309,313,266,4,0,0,0,0,0,0 +484230,89,15,451,82,54,0,0,0,0,0,0,0 +485320,89,15,140,24,15,0,0,0,0,0,0,0 +485510,89,15,19,4,3,0,0,0,0,0,0,0 +485991,89,15,24,6,0,0,0,0,0,0,0,0 +485999,89,15,215,13,0,0,0,0,0,0,0,0 +486210,89,15,87,27,3,0,0,0,0,0,0,0 +487110,89,15,2,8,6,0,0,0,0,0,0,0 +487990,89,15,0,3,3,0,0,0,0,0,0,0 +488119,89,15,97,9,0,0,0,0,0,0,0,0 +488190,89,15,164,28,15,0,0,0,0,0,0,0 +488410,89,15,350,61,44,0,0,0,0,0,0,0 +488490,89,15,12,11,10,0,0,0,0,0,0,0 +488510,89,15,75,19,12,0,0,0,0,0,0,0 +492110,89,15,1866,80,20,4,0,0,0,0,0,0 +492210,89,15,113,19,6,0,0,0,0,0,0,0 +493110,89,15,89,29,15,0,0,0,0,0,0,0 +493190,89,15,16,7,3,0,0,0,0,0,0,0 +511110,89,15,582,32,16,0,0,0,0,0,0,0 +511120,89,15,194,37,31,0,0,0,0,0,0,0 +511130,89,15,440,15,9,0,0,0,0,0,0,0 +511210,89,15,2369,68,40,6,0,0,0,0,0,0 +512110,89,15,106,62,55,0,0,0,0,0,0,0 +512131,89,15,697,23,3,0,0,0,0,0,0,0 +512191,89,15,17,4,3,0,0,0,0,0,0,0 +512240,89,15,0,3,3,0,0,0,0,0,0,0 +512290,89,15,0,3,0,0,0,0,0,0,0,0 +515112,89,15,404,37,16,0,0,0,0,0,0,0 +515120,89,15,343,9,3,3,0,0,0,0,0,0 +517311,89,15,4799,275,190,17,0,0,0,0,0,0 +517312,89,15,1991,135,93,12,0,0,0,0,0,0 +517911,89,15,159,33,24,0,0,0,0,0,0,0 +517919,89,15,23,6,4,0,0,0,0,0,0,0 +518210,89,15,2157,78,53,0,0,0,0,0,0,0 +519130,89,15,209,48,35,0,0,0,0,0,0,0 +522110,89,15,7104,632,488,45,0,0,0,0,0,0 +522120,89,15,126,28,7,0,0,0,0,0,0,0 +522130,89,15,1531,97,78,6,0,0,0,0,0,0 +522220,89,15,0,3,0,0,0,0,0,0,0,0 +522291,89,15,49,11,6,0,0,0,0,0,0,0 +522292,89,15,1397,135,113,5,0,0,0,0,0,0 +522298,89,15,316,58,48,0,0,0,0,0,0,0 +522310,89,15,350,67,59,0,0,0,0,0,0,0 +522320,89,15,154,19,12,0,0,0,0,0,0,0 +522390,89,15,193,69,63,0,0,0,0,0,0,0 +523110,89,15,9,7,7,0,0,0,0,0,0,0 +523120,89,15,453,131,119,3,0,0,0,0,0,0 +523910,89,15,63,49,47,0,0,0,0,0,0,0 +523920,89,15,1100,377,357,0,0,0,0,0,0,0 +523930,89,15,1359,144,141,0,0,0,0,0,0,0 +523991,89,15,15,5,4,0,0,0,0,0,0,0 +523999,89,15,2,3,3,0,0,0,0,0,0,0 +524113,89,15,56,26,20,0,0,0,0,0,0,0 +524114,89,15,479,30,22,0,0,0,0,0,0,0 +524126,89,15,2637,225,214,0,0,0,0,0,0,0 +524127,89,15,324,23,12,0,0,0,0,0,0,0 +524210,89,15,3945,1065,1007,9,0,0,0,0,0,0 +524291,89,15,37,25,22,0,0,0,0,0,0,0 +524292,89,15,243,7,4,0,0,0,0,0,0,0 +524298,89,15,3,3,3,0,0,0,0,0,0,0 +531110,89,15,1650,306,272,0,0,0,0,0,0,0 +531120,89,15,512,184,164,0,0,0,0,0,0,0 +531130,89,15,404,154,145,0,0,0,0,0,0,0 +531190,89,15,273,89,80,0,0,0,0,0,0,0 +531210,89,15,3866,2395,2357,8,0,0,0,0,0,0 +531311,89,15,4455,619,552,32,0,0,0,0,0,0 +531312,89,15,626,133,102,6,0,0,0,0,0,0 +531320,89,15,328,187,179,0,0,0,0,0,0,0 +531390,89,15,244,158,148,0,0,0,0,0,0,0 +532111,89,15,764,67,39,0,0,0,0,0,0,0 +532120,89,15,132,21,11,0,0,0,0,0,0,0 +532210,89,15,0,23,12,0,0,0,0,0,0,0 +532283,89,15,277,27,12,0,0,0,0,0,0,0 +532284,89,15,951,86,64,9,0,0,0,0,0,0 +532289,89,15,51,10,4,0,0,0,0,0,0,0 +532310,89,15,151,20,10,3,0,0,0,0,0,0 +532412,89,15,401,37,18,0,0,0,0,0,0,0 +532490,89,15,341,57,41,0,0,0,0,0,0,0 +533110,89,15,68,13,6,0,0,0,0,0,0,0 +541110,89,15,3239,1106,1068,6,0,0,0,0,0,0 +541191,89,15,213,48,28,0,0,0,0,0,0,0 +541199,89,15,24,12,11,0,0,0,0,0,0,0 +541211,89,15,2250,533,480,9,0,0,0,0,0,0 +541213,89,15,1038,177,143,8,0,0,0,0,0,0 +541214,89,15,261,32,11,0,0,0,0,0,0,0 +541219,89,15,1345,495,465,5,0,0,0,0,0,0 +541310,89,15,964,307,287,0,0,0,0,0,0,0 +541320,89,15,315,80,66,0,0,0,0,0,0,0 +541330,89,15,8788,777,681,60,5,0,0,0,0,0 +541340,89,15,20,24,24,0,0,0,0,0,0,0 +541350,89,15,183,67,62,0,0,0,0,0,0,0 +541360,89,15,6,6,6,0,0,0,0,0,0,0 +541370,89,15,470,126,103,0,0,0,0,0,0,0 +541380,89,15,341,45,29,0,0,0,0,0,0,0 +541410,89,15,339,157,145,0,0,0,0,0,0,0 +541430,89,15,377,139,132,0,0,0,0,0,0,0 +541490,89,15,17,6,4,0,0,0,0,0,0,0 +541511,89,15,3342,474,439,12,5,0,0,0,0,0 +541512,89,15,6820,480,409,34,4,0,4,0,0,0 +541513,89,15,1243,90,78,4,4,0,0,0,0,0 +541519,89,15,371,38,30,0,0,0,0,0,0,0 +541611,89,15,2415,683,639,13,3,0,0,0,0,0 +541612,89,15,79,34,29,0,0,0,0,0,0,0 +541613,89,15,765,301,286,3,0,0,0,0,0,0 +541614,89,15,70,51,49,0,0,0,0,0,0,0 +541618,89,15,34,28,27,0,0,0,0,0,0,0 +541620,89,15,1005,151,124,0,0,0,0,0,0,0 +541690,89,15,641,279,263,0,0,0,0,0,0,0 +541713,89,15,317,18,14,0,0,0,0,0,0,0 +541714,89,15,99,13,9,0,0,0,0,0,0,0 +541715,89,15,1493,80,57,17,0,0,0,0,0,0 +541720,89,15,9,7,3,0,0,0,0,0,0,0 +541810,89,15,324,84,76,3,0,0,0,0,0,0 +541820,89,15,135,40,33,0,0,0,0,0,0,0 +541850,89,15,77,11,6,0,0,0,0,0,0,0 +541860,89,15,51,12,6,0,0,0,0,0,0,0 +541890,89,15,326,40,29,0,0,0,0,0,0,0 +541910,89,15,350,18,11,0,0,0,0,0,0,0 +541921,89,15,195,91,74,0,0,0,0,0,0,0 +541922,89,15,48,32,30,0,0,0,0,0,0,0 +541930,89,15,84,14,11,0,0,0,0,0,0,0 +541940,89,15,3374,381,290,37,0,0,0,0,0,0 +541990,89,15,343,120,107,0,0,0,0,0,0,0 +551112,89,15,184,29,15,0,0,0,0,0,0,0 +551114,89,15,5081,187,118,24,7,0,0,0,0,0 +561110,89,15,1792,232,186,12,0,0,0,0,0,0 +561210,89,15,7486,50,23,13,3,3,0,0,0,0 +561311,89,15,86,23,19,0,0,0,0,0,0,0 +561312,89,15,45,29,23,0,0,0,0,0,0,0 +561320,89,15,7600,150,55,31,18,3,0,0,0,0 +561330,89,15,1186,12,0,0,0,0,0,0,0,0 +561410,89,15,97,28,27,0,0,0,0,0,0,0 +561421,89,15,0,3,0,0,0,0,0,0,0,0 +561422,89,15,4084,19,6,0,0,0,0,0,0,0 +561431,89,15,119,35,25,0,0,0,0,0,0,0 +561439,89,15,179,31,24,0,0,0,0,0,0,0 +561440,89,15,850,17,3,3,0,0,0,0,0,0 +561450,89,15,0,3,0,0,0,0,0,0,0,0 +561491,89,15,38,9,5,0,0,0,0,0,0,0 +561492,89,15,14,7,7,0,0,0,0,0,0,0 +561499,89,15,52,16,11,0,0,0,0,0,0,0 +561510,89,15,209,93,85,0,0,0,0,0,0,0 +561520,89,15,136,39,22,0,0,0,0,0,0,0 +561599,89,15,27,7,0,0,0,0,0,0,0,0 +561611,89,15,368,12,8,0,0,0,0,0,0,0 +561612,89,15,1839,64,36,3,3,0,0,0,0,0 +561621,89,15,149,32,22,0,0,0,0,0,0,0 +561622,89,15,88,30,20,0,0,0,0,0,0,0 +561710,89,15,222,51,41,0,0,0,0,0,0,0 +561720,89,15,4851,610,510,46,3,0,0,0,0,0 +561730,89,15,4503,1003,930,30,0,0,0,0,0,0 +561740,89,15,386,111,93,0,0,0,0,0,0,0 +561790,89,15,430,100,78,0,0,0,0,0,0,0 +561920,89,15,197,38,31,0,0,0,0,0,0,0 +561990,89,15,659,82,56,0,0,0,0,0,0,0 +562111,89,15,1423,96,43,14,0,0,0,0,0,0 +562910,89,15,257,27,13,0,0,0,0,0,0,0 +562920,89,15,0,3,0,0,0,0,0,0,0,0 +562991,89,15,98,15,5,0,0,0,0,0,0,0 +562998,89,15,24,6,3,0,0,0,0,0,0,0 +611110,89,15,4782,97,18,38,6,0,0,0,0,0 +611210,89,15,197,5,0,3,0,0,0,0,0,0 +611310,89,15,2661,14,7,3,0,0,0,0,0,0 +611420,89,15,94,11,10,0,0,0,0,0,0,0 +611430,89,15,269,75,64,0,0,0,0,0,0,0 +611511,89,15,96,7,0,0,0,0,0,0,0,0 +611512,89,15,11,3,0,0,0,0,0,0,0,0 +611513,89,15,0,3,3,0,0,0,0,0,0,0 +611519,89,15,198,31,22,0,0,0,0,0,0,0 +611610,89,15,737,117,83,3,0,0,0,0,0,0 +611620,89,15,959,143,119,12,0,0,0,0,0,0 +611630,89,15,0,3,0,0,0,0,0,0,0,0 +611691,89,15,319,45,32,0,0,0,0,0,0,0 +611692,89,15,131,15,8,0,0,0,0,0,0,0 +611699,89,15,501,75,55,3,0,0,0,0,0,0 +611710,89,15,118,37,32,0,0,0,0,0,0,0 +621111,89,15,12313,1160,973,122,4,0,0,0,0,0 +621112,89,15,113,57,49,0,0,0,0,0,0,0 +621210,89,15,7149,1032,944,32,0,0,0,0,0,0 +621310,89,15,1073,379,362,3,0,0,0,0,0,0 +621320,89,15,952,181,142,0,0,0,0,0,0,0 +621330,89,15,605,278,266,0,0,0,0,0,0,0 +621340,89,15,1784,356,323,6,0,0,0,0,0,0 +621391,89,15,111,17,7,0,0,0,0,0,0,0 +621399,89,15,1181,339,307,3,0,0,0,0,0,0 +621410,89,15,0,3,0,0,0,0,0,0,0,0 +621420,89,15,1632,87,48,20,0,0,0,0,0,0 +621491,89,15,0,12,3,0,0,0,0,0,0,0 +621492,89,15,0,19,0,0,0,0,0,0,0,0 +621493,89,15,721,34,9,7,0,0,0,0,0,0 +621498,89,15,1922,84,38,12,0,0,0,0,0,0 +621511,89,15,178,34,28,0,0,0,0,0,0,0 +621512,89,15,164,21,9,3,0,0,0,0,0,0 +621610,89,15,9517,179,63,39,19,4,0,0,0,0 +621910,89,15,548,25,12,0,0,0,0,0,0,0 +621991,89,15,124,6,0,0,0,0,0,0,0,0 +621999,89,15,118,22,5,0,0,0,0,0,0,0 +622110,89,15,17923,16,0,0,0,0,0,0,0,0 +623110,89,15,7136,80,9,27,22,0,0,0,0,0 +623210,89,15,1628,82,49,7,0,0,0,0,0,0 +623220,89,15,462,26,9,4,0,0,0,0,0,0 +623311,89,15,719,17,3,3,3,0,0,0,0,0 +623312,89,15,3583,129,45,61,0,0,0,0,0,0 +623990,89,15,447,8,0,3,0,0,0,0,0,0 +624110,89,15,1425,108,66,4,0,0,0,0,0,0 +624120,89,15,5659,182,69,41,10,0,0,0,0,0 +624190,89,15,1673,265,218,7,0,0,0,0,0,0 +624210,89,15,140,32,16,0,0,0,0,0,0,0 +624221,89,15,304,16,3,3,0,0,0,0,0,0 +624229,89,15,204,22,3,0,0,0,0,0,0,0 +624310,89,15,405,21,13,0,0,0,0,0,0,0 +624410,89,15,5034,457,317,68,0,0,0,0,0,0 +711110,89,15,98,8,5,0,0,0,0,0,0,0 +711130,89,15,183,22,16,0,0,0,0,0,0,0 +711219,89,15,6,12,12,0,0,0,0,0,0,0 +711310,89,15,461,25,15,3,0,0,0,0,0,0 +711320,89,15,264,53,41,0,0,0,0,0,0,0 +711410,89,15,12,6,5,0,0,0,0,0,0,0 +711510,89,15,294,185,178,0,0,0,0,0,0,0 +712110,89,15,380,37,18,0,0,0,0,0,0,0 +713120,89,15,310,21,8,0,0,0,0,0,0,0 +713290,89,15,21,4,3,0,0,0,0,0,0,0 +713910,89,15,1123,31,0,3,0,0,0,0,0,0 +713920,89,15,0,16,0,0,0,3,0,0,0,0 +713930,89,15,14,7,4,0,0,0,0,0,0,0 +713940,89,15,3793,225,157,24,0,0,0,0,0,0 +713950,89,15,130,8,0,0,0,0,0,0,0,0 +713990,89,15,1933,393,341,3,0,0,0,0,0,0 +721110,89,15,28475,814,511,168,28,0,0,0,0,0 +721120,89,15,1070,5,0,0,0,3,0,0,0,0 +721191,89,15,135,43,39,0,0,0,0,0,0,0 +721199,89,15,140,42,34,0,0,0,0,0,0,0 +721211,89,15,203,73,59,0,0,0,0,0,0,0 +721214,89,15,466,64,32,0,0,0,0,0,0,0 +721310,89,15,55,8,4,0,0,0,0,0,0,0 +722310,89,15,1858,134,79,12,4,0,0,0,0,0 +722320,89,15,635,99,74,4,0,0,0,0,0,0 +722330,89,15,54,36,33,0,0,0,0,0,0,0 +722410,89,15,2421,295,221,15,0,0,0,0,0,0 +722511,89,15,44248,2119,1252,773,17,0,0,0,0,0 +722513,89,15,29844,1556,870,617,5,0,0,0,0,0 +722514,89,15,527,16,4,0,0,0,0,0,0,0 +722515,89,15,4438,485,395,40,0,0,0,0,0,0 +811111,89,15,3066,688,634,0,0,0,0,0,0,0 +811112,89,15,0,6,3,0,0,0,0,0,0,0 +811113,89,15,108,24,19,0,0,0,0,0,0,0 +811118,89,15,171,30,25,0,0,0,0,0,0,0 +811121,89,15,1598,249,192,13,0,0,0,0,0,0 +811122,89,15,303,70,52,0,0,0,0,0,0,0 +811191,89,15,422,49,41,0,0,0,0,0,0,0 +811192,89,15,742,112,94,7,0,0,0,0,0,0 +811198,89,15,49,11,4,0,0,0,0,0,0,0 +811211,89,15,19,7,4,0,0,0,0,0,0,0 +811212,89,15,173,37,31,0,0,0,0,0,0,0 +811213,89,15,26,10,8,0,0,0,0,0,0,0 +811219,89,15,102,18,13,0,0,0,0,0,0,0 +811310,89,15,733,153,113,0,0,0,0,0,0,0 +811411,89,15,7,6,6,0,0,0,0,0,0,0 +811412,89,15,157,43,38,0,0,0,0,0,0,0 +811420,89,15,54,27,20,0,0,0,0,0,0,0 +811490,89,15,166,68,59,0,0,0,0,0,0,0 +812111,89,15,46,18,12,0,0,0,0,0,0,0 +812112,89,15,2405,520,478,10,0,0,0,0,0,0 +812113,89,15,547,126,119,0,0,0,0,0,0,0 +812191,89,15,122,13,3,0,0,0,0,0,0,0 +812199,89,15,895,196,181,4,0,0,0,0,0,0 +812210,89,15,419,46,28,3,0,0,0,0,0,0 +812220,89,15,73,8,3,0,0,0,0,0,0,0 +812310,89,15,155,42,29,0,0,0,0,0,0,0 +812320,89,15,379,64,47,0,0,0,0,0,0,0 +812331,89,15,0,3,0,0,0,0,0,0,0,0 +812332,89,15,0,3,0,0,0,0,0,0,0,0 +812910,89,15,789,181,153,0,0,0,0,0,0,0 +812930,89,15,210,17,8,0,0,0,0,0,0,0 +812990,89,15,170,125,121,0,0,0,0,0,0,0 +813110,89,15,17663,1362,1207,89,7,0,3,0,0,0 +813211,89,15,678,94,74,5,0,0,0,0,0,0 +813212,89,15,110,15,9,0,0,0,0,0,0,0 +813219,89,15,177,16,9,0,0,0,0,0,0,0 +813311,89,15,20,18,7,0,0,0,0,0,0,0 +813312,89,15,746,113,81,0,0,0,0,0,0,0 +813319,89,15,236,43,26,0,0,0,0,0,0,0 +813410,89,15,1926,179,128,6,6,0,0,0,0,0 +813910,89,15,345,98,86,0,0,0,0,0,0,0 +813920,89,15,151,28,21,0,0,0,0,0,0,0 +813930,89,15,245,48,36,0,0,0,0,0,0,0 +813940,89,15,3,4,4,0,0,0,0,0,0,0 +813990,89,15,2783,233,177,27,0,0,0,0,0,0 +113310,91,18,7,3,3,0,0,0,0,0,0,0 +115210,91,18,47,14,10,0,0,0,0,0,0,0 +212319,91,18,0,3,0,0,0,0,0,0,0,0 +212321,91,18,34,5,3,0,0,0,0,0,0,0 +221122,91,18,0,20,3,6,3,0,0,0,0,0 +221210,91,18,0,5,0,0,0,0,0,0,0,0 +221310,91,18,144,11,7,0,0,0,0,0,0,0 +236115,91,18,181,77,73,0,0,0,0,0,0,0 +236116,91,18,64,9,0,0,0,0,0,0,0,0 +236117,91,18,202,65,59,0,0,0,0,0,0,0 +236118,91,18,1079,324,317,4,0,0,0,0,0,0 +236210,91,18,36,6,4,0,0,0,0,0,0,0 +236220,91,18,2222,132,103,25,0,0,0,0,0,0 +237110,91,18,161,35,26,0,0,0,0,0,0,0 +237130,91,18,1837,23,6,5,3,0,0,0,0,0 +237210,91,18,10,6,6,0,0,0,0,0,0,0 +237310,91,18,480,44,34,6,0,0,0,0,0,0 +237990,91,18,111,10,4,0,0,0,0,0,0,0 +238110,91,18,374,64,57,0,0,0,0,0,0,0 +238120,91,18,352,15,9,3,0,0,0,0,0,0 +238130,91,18,114,28,22,0,0,0,0,0,0,0 +238140,91,18,763,99,88,0,0,0,0,0,0,0 +238150,91,18,152,19,15,0,0,0,0,0,0,0 +238160,91,18,330,47,39,0,0,0,0,0,0,0 +238170,91,18,178,37,34,3,0,0,0,0,0,0 +238190,91,18,171,18,9,0,0,0,0,0,0,0 +238210,91,18,3234,347,309,30,3,0,0,0,0,0 +238220,91,18,3800,401,351,42,3,0,0,0,0,0 +238290,91,18,469,34,26,4,0,0,0,0,0,0 +238310,91,18,1176,62,42,11,3,0,0,0,0,0 +238320,91,18,428,130,123,3,0,0,0,0,0,0 +238330,91,18,407,83,73,0,0,0,0,0,0,0 +238340,91,18,47,16,13,0,0,0,0,0,0,0 +238350,91,18,745,85,78,0,0,0,0,0,0,0 +238390,91,18,119,28,25,0,0,0,0,0,0,0 +238910,91,18,1784,178,154,15,0,0,0,0,0,0 +238990,91,18,435,113,104,0,0,0,0,0,0,0 +311612,91,18,84,4,0,0,0,0,0,0,0,0 +311811,91,18,361,43,35,5,0,0,0,0,0,0 +311812,91,18,567,9,3,0,0,0,0,0,0,0 +311920,91,18,83,4,0,0,0,0,0,0,0,0 +312120,91,18,90,17,14,0,0,0,0,0,0,0 +314120,91,18,103,8,3,3,0,0,0,0,0,0 +314910,91,18,45,9,4,0,0,0,0,0,0,0 +314999,91,18,0,4,3,0,0,0,0,0,0,0 +321911,91,18,0,3,0,0,0,0,0,0,0,0 +321912,91,18,0,3,0,0,0,0,0,0,0,0 +321918,91,18,0,3,0,0,0,0,0,0,0,0 +321999,91,18,112,8,4,0,0,0,0,0,0,0 +323111,91,18,2036,75,62,6,4,0,0,0,0,0 +323113,91,18,450,16,9,0,0,0,0,0,0,0 +323120,91,18,64,3,0,0,0,0,0,0,0,0 +325199,91,18,81,4,0,0,0,0,0,0,0,0 +325211,91,18,124,6,0,0,0,0,0,0,0,0 +325510,91,18,15,3,0,0,0,0,0,0,0,0 +325520,91,18,63,3,0,0,0,0,0,0,0,0 +326113,91,18,0,4,0,0,0,0,0,0,0,0 +326199,91,18,782,24,10,8,0,0,0,0,0,0 +326212,91,18,20,3,0,0,0,0,0,0,0,0 +326299,91,18,66,3,0,0,0,0,0,0,0,0 +327215,91,18,350,4,0,0,0,0,0,0,0,0 +327320,91,18,105,9,6,0,0,0,0,0,0,0 +327390,91,18,146,8,3,0,0,0,0,0,0,0 +327991,91,18,86,8,6,0,0,0,0,0,0,0 +331523,91,18,34,3,0,0,0,0,0,0,0,0 +332119,91,18,586,20,9,6,0,0,0,0,0,0 +332216,91,18,752,17,3,5,0,0,0,0,0,0 +332312,91,18,469,15,8,0,0,0,0,0,0,0 +332313,91,18,133,9,3,0,0,0,0,0,0,0 +332321,91,18,0,4,0,0,0,0,0,0,0,0 +332322,91,18,426,17,7,3,0,0,0,0,0,0 +332323,91,18,127,11,7,3,0,0,0,0,0,0 +332510,91,18,427,11,3,0,0,0,0,0,0,0 +332613,91,18,1055,20,0,10,0,0,0,0,0,0 +332710,91,18,2014,157,127,23,0,0,0,0,0,0 +332721,91,18,2064,68,41,21,3,0,0,0,0,0 +332722,91,18,138,7,0,3,0,0,0,0,0,0 +332811,91,18,333,19,11,5,0,0,0,0,0,0 +332812,91,18,1356,22,9,10,0,0,0,0,0,0 +332813,91,18,727,31,17,7,0,0,0,0,0,0 +332912,91,18,491,6,0,0,3,0,0,0,0,0 +332991,91,18,151,3,0,0,0,0,0,0,0,0 +332994,91,18,886,5,0,0,0,0,0,0,0,0 +332996,91,18,53,4,0,0,0,0,0,0,0,0 +332999,91,18,211,11,0,3,0,0,0,0,0,0 +333249,91,18,114,10,5,3,0,0,0,0,0,0 +333318,91,18,105,8,0,0,0,0,0,0,0,0 +333511,91,18,367,4,0,0,0,0,0,0,0,0 +333514,91,18,461,29,14,4,0,0,0,0,0,0 +333515,91,18,256,24,19,5,0,0,0,0,0,0 +333517,91,18,0,6,0,0,0,0,0,0,0,0 +333519,91,18,154,5,0,0,0,0,0,0,0,0 +333611,91,18,440,4,0,0,0,0,0,0,0,0 +333612,91,18,21,3,0,0,0,0,0,0,0,0 +333618,91,18,0,3,0,0,0,0,0,0,0,0 +333992,91,18,127,6,0,3,0,0,0,0,0,0 +333993,91,18,102,4,0,0,0,0,0,0,0,0 +333995,91,18,60,3,0,0,0,0,0,0,0,0 +333999,91,18,519,15,6,0,0,0,0,0,0,0 +334118,91,18,0,3,0,0,0,0,0,0,0,0 +334210,91,18,0,3,0,0,0,0,0,0,0,0 +334419,91,18,239,7,0,0,0,0,0,0,0,0 +334513,91,18,405,6,0,0,0,0,0,0,0,0 +334516,91,18,175,8,0,0,0,0,0,0,0,0 +334519,91,18,639,9,0,0,0,0,0,0,0,0 +335129,91,18,20,3,0,0,0,0,0,0,0,0 +335314,91,18,167,8,3,3,0,0,0,0,0,0 +335931,91,18,0,3,0,0,0,0,0,0,0,0 +335999,91,18,495,6,3,0,0,0,0,0,0,0 +336390,91,18,0,4,0,0,0,0,0,0,0,0 +336411,91,18,356,5,0,0,0,0,0,0,0,0 +336412,91,18,15355,28,5,10,5,0,0,0,0,0 +336413,91,18,4557,24,15,3,0,0,0,0,0,0 +337110,91,18,297,24,18,0,0,0,0,0,0,0 +337122,91,18,24,4,0,0,0,0,0,0,0,0 +337212,91,18,383,16,3,4,0,0,0,0,0,0 +337910,91,18,0,3,0,0,0,0,0,0,0,0 +339112,91,18,767,11,4,0,0,0,0,0,0,0 +339113,91,18,187,7,3,0,0,0,0,0,0,0 +339114,91,18,272,6,3,0,0,0,0,0,0,0 +339116,91,18,114,13,10,3,0,0,0,0,0,0 +339920,91,18,0,3,0,0,0,0,0,0,0,0 +339940,91,18,45,5,3,0,0,0,0,0,0,0 +339950,91,18,262,28,20,4,0,0,0,0,0,0 +339992,91,18,0,3,0,0,0,0,0,0,0,0 +339999,91,18,30,7,4,0,0,0,0,0,0,0 +423110,91,18,408,16,10,3,0,0,0,0,0,0 +423120,91,18,881,41,28,6,0,0,0,0,0,0 +423130,91,18,195,14,8,4,0,0,0,0,0,0 +423140,91,18,0,3,0,0,0,0,0,0,0,0 +423210,91,18,335,14,4,5,0,0,0,0,0,0 +423220,91,18,85,13,11,0,0,0,0,0,0,0 +423310,91,18,741,29,14,8,0,0,0,0,0,0 +423320,91,18,182,15,11,4,0,0,0,0,0,0 +423330,91,18,198,15,10,5,0,0,0,0,0,0 +423390,91,18,162,14,7,3,0,0,0,0,0,0 +423420,91,18,758,57,42,5,0,0,0,0,0,0 +423430,91,18,994,28,13,7,0,0,0,0,0,0 +423440,91,18,105,7,3,0,0,0,0,0,0,0 +423450,91,18,362,28,19,6,0,0,0,0,0,0 +423490,91,18,339,13,5,0,0,0,0,0,0,0 +423510,91,18,1084,42,26,8,0,0,0,0,0,0 +423610,91,18,1301,57,36,15,0,0,0,0,0,0 +423620,91,18,71,5,0,0,0,0,0,0,0,0 +423690,91,18,235,30,23,0,0,0,0,0,0,0 +423710,91,18,580,32,28,3,0,0,0,0,0,0 +423720,91,18,429,27,15,6,0,0,0,0,0,0 +423730,91,18,249,22,12,0,0,0,0,0,0,0 +423810,91,18,331,12,3,4,0,0,0,0,0,0 +423820,91,18,116,8,4,0,0,0,0,0,0,0 +423830,91,18,1962,129,96,28,0,0,0,0,0,0 +423840,91,18,327,45,39,0,0,0,0,0,0,0 +423850,91,18,128,15,13,0,0,0,0,0,0,0 +423860,91,18,461,24,16,3,0,0,0,0,0,0 +423910,91,18,205,16,7,4,0,0,0,0,0,0 +423920,91,18,0,4,0,0,0,0,0,0,0,0 +423930,91,18,200,18,13,0,0,0,0,0,0,0 +423940,91,18,40,7,4,0,0,0,0,0,0,0 +423990,91,18,316,19,10,0,0,0,0,0,0,0 +424110,91,18,62,6,4,0,0,0,0,0,0,0 +424120,91,18,443,17,10,0,0,0,0,0,0,0 +424130,91,18,196,12,7,0,0,0,0,0,0,0 +424210,91,18,1222,42,23,8,4,0,0,0,0,0 +424310,91,18,22,5,3,0,0,0,0,0,0,0 +424320,91,18,33,5,0,0,0,0,0,0,0,0 +424330,91,18,222,7,3,0,0,0,0,0,0,0 +424410,91,18,1187,10,0,0,0,0,0,0,0,0 +424420,91,18,0,3,0,0,0,0,0,0,0,0 +424430,91,18,48,3,0,0,0,0,0,0,0,0 +424450,91,18,17,4,0,0,0,0,0,0,0,0 +424470,91,18,147,5,3,0,0,0,0,0,0,0 +424480,91,18,425,7,0,3,0,0,0,0,0,0 +424490,91,18,1208,48,28,6,0,0,0,0,0,0 +424610,91,18,340,15,4,0,0,0,0,0,0,0 +424690,91,18,231,27,23,0,0,0,0,0,0,0 +424710,91,18,143,8,4,0,0,0,0,0,0,0 +424720,91,18,51,8,6,0,0,0,0,0,0,0 +424810,91,18,0,6,4,0,0,0,0,0,0,0 +424820,91,18,257,13,6,0,0,0,0,0,0,0 +424910,91,18,129,8,0,0,0,0,0,0,0,0 +424920,91,18,169,5,3,0,0,0,0,0,0,0 +424930,91,18,47,8,5,0,0,0,0,0,0,0 +424940,91,18,80,10,7,0,0,0,0,0,0,0 +424950,91,18,88,7,4,0,0,0,0,0,0,0 +424990,91,18,163,18,11,4,0,0,0,0,0,0 +425120,91,18,1214,153,140,8,0,0,0,0,0,0 +441110,91,18,4747,102,22,62,10,0,0,0,0,0 +441120,91,18,659,92,85,0,0,0,0,0,0,0 +441210,91,18,95,6,0,0,0,0,0,0,0,0 +441222,91,18,144,14,9,0,0,0,0,0,0,0 +441228,91,18,259,23,18,0,0,0,0,0,0,0 +441310,91,18,1156,118,104,8,0,0,0,0,0,0 +441320,91,18,617,67,61,0,0,0,0,0,0,0 +442110,91,18,783,83,68,11,0,0,0,0,0,0 +442210,91,18,130,34,31,0,0,0,0,0,0,0 +442291,91,18,43,8,0,0,0,0,0,0,0,0 +442299,91,18,1095,66,44,20,0,0,0,0,0,0 +443141,91,18,354,28,18,4,0,0,0,0,0,0 +443142,91,18,1034,80,68,7,0,0,0,0,0,0 +444110,91,18,0,18,3,0,14,0,0,0,0,0 +444120,91,18,146,32,30,0,0,0,0,0,0,0 +444130,91,18,536,56,43,5,0,0,0,0,0,0 +444190,91,18,1149,127,113,6,0,0,0,0,0,0 +444210,91,18,189,21,11,0,0,0,0,0,0,0 +444220,91,18,335,45,40,0,0,0,0,0,0,0 +445110,91,18,12972,306,195,45,58,3,0,0,0,0 +445120,91,18,296,121,116,0,0,0,0,0,0,0 +445210,91,18,104,10,8,0,0,0,0,0,0,0 +445220,91,18,88,10,4,0,0,0,0,0,0,0 +445230,91,18,92,13,10,0,0,0,0,0,0,0 +445291,91,18,126,8,3,0,0,0,0,0,0,0 +445292,91,18,82,10,8,0,0,0,0,0,0,0 +445299,91,18,161,21,17,0,0,0,0,0,0,0 +445310,91,18,1324,311,304,7,0,0,0,0,0,0 +446110,91,18,4329,231,143,84,0,0,0,0,0,0 +446120,91,18,595,63,52,8,0,0,0,0,0,0 +446130,91,18,410,57,52,3,0,0,0,0,0,0 +446191,91,18,123,33,30,0,0,0,0,0,0,0 +446199,91,18,439,34,30,0,0,0,0,0,0,0 +447110,91,18,1594,305,305,0,0,0,0,0,0,0 +447190,91,18,383,40,35,0,0,0,0,0,0,0 +448110,91,18,293,32,28,0,0,0,0,0,0,0 +448120,91,18,1477,116,96,16,0,0,0,0,0,0 +448130,91,18,408,30,24,0,0,0,0,0,0,0 +448140,91,18,3484,104,39,59,0,0,0,0,0,0 +448150,91,18,289,28,19,3,0,0,0,0,0,0 +448190,91,18,552,41,28,8,0,0,0,0,0,0 +448210,91,18,1022,89,74,8,0,0,0,0,0,0 +448310,91,18,557,87,83,3,0,0,0,0,0,0 +451110,91,18,1118,95,78,10,0,0,0,0,0,0 +451120,91,18,839,47,29,12,0,0,0,0,0,0 +451130,91,18,143,10,6,0,0,0,0,0,0,0 +451140,91,18,106,12,6,0,0,0,0,0,0,0 +451211,91,18,332,27,14,9,0,0,0,0,0,0 +451212,91,18,4,3,3,0,0,0,0,0,0,0 +452210,91,18,1511,11,0,0,9,0,0,0,0,0 +452311,91,18,3680,20,0,0,17,3,0,0,0,0 +452319,91,18,1450,114,75,31,0,0,0,0,0,0 +453110,91,18,173,41,40,0,0,0,0,0,0,0 +453210,91,18,0,14,4,7,0,0,0,0,0,0 +453220,91,18,574,78,69,6,0,0,0,0,0,0 +453310,91,18,864,65,45,14,0,0,0,0,0,0 +453910,91,18,643,55,40,11,0,0,0,0,0,0 +453920,91,18,38,6,3,0,0,0,0,0,0,0 +453991,91,18,119,49,47,0,0,0,0,0,0,0 +453998,91,18,215,62,59,0,0,0,0,0,0,0 +454110,91,18,1991,100,88,4,0,0,0,0,0,0 +454210,91,18,48,4,0,0,0,0,0,0,0,0 +454310,91,18,1170,117,99,13,0,0,0,0,0,0 +454390,91,18,370,61,55,3,0,0,0,0,0,0 +481111,91,18,459,5,0,0,0,0,0,0,0,0 +481211,91,18,74,4,0,0,0,0,0,0,0,0 +484110,91,18,456,61,54,3,0,0,0,0,0,0 +484121,91,18,609,57,48,4,0,0,0,0,0,0 +484122,91,18,738,14,6,4,0,0,0,0,0,0 +484210,91,18,370,26,13,6,0,0,0,0,0,0 +484220,91,18,177,56,53,0,0,0,0,0,0,0 +484230,91,18,180,20,14,0,0,0,0,0,0,0 +485113,91,18,0,3,0,0,0,0,0,0,0,0 +485310,91,18,47,5,0,0,0,0,0,0,0,0 +485320,91,18,184,12,5,3,0,0,0,0,0,0 +485410,91,18,3907,64,10,31,9,0,0,0,0,0 +485510,91,18,276,5,3,0,0,0,0,0,0,0 +485991,91,18,222,10,7,0,0,0,0,0,0,0 +485999,91,18,86,8,3,0,0,0,0,0,0,0 +487210,91,18,19,4,3,0,0,0,0,0,0,0 +488119,91,18,216,7,0,0,0,0,0,0,0,0 +488190,91,18,550,14,3,3,0,0,0,0,0,0 +488390,91,18,2,3,3,0,0,0,0,0,0,0 +488410,91,18,105,16,16,0,0,0,0,0,0,0 +488490,91,18,109,9,3,0,0,0,0,0,0,0 +488510,91,18,459,50,43,5,0,0,0,0,0,0 +488991,91,18,51,7,5,0,0,0,0,0,0,0 +492110,91,18,2293,38,22,3,0,3,0,0,0,0 +492210,91,18,78,15,13,0,0,0,0,0,0,0 +493110,91,18,3947,32,18,5,3,4,0,0,0,0 +493120,91,18,0,3,0,0,0,0,0,0,0,0 +493190,91,18,0,8,4,0,0,0,0,0,0,0 +511110,91,18,880,21,10,6,0,0,0,0,0,0 +511120,91,18,441,20,12,0,0,0,0,0,0,0 +511130,91,18,115,9,5,0,0,0,0,0,0,0 +511210,91,18,925,53,33,10,0,0,0,0,0,0 +512110,91,18,98,37,32,0,0,0,0,0,0,0 +512131,91,18,341,14,6,5,0,0,0,0,0,0 +512191,91,18,47,5,0,0,0,0,0,0,0,0 +515111,91,18,0,3,0,0,0,0,0,0,0,0 +515112,91,18,225,7,0,0,0,0,0,0,0,0 +515120,91,18,632,10,0,0,4,0,0,0,0,0 +515210,91,18,0,13,3,4,0,0,0,0,0,0 +517311,91,18,2660,107,85,10,3,0,0,0,0,0 +517312,91,18,792,86,72,7,0,0,0,0,0,0 +517911,91,18,38,12,12,0,0,0,0,0,0,0 +517919,91,18,0,4,3,0,0,0,0,0,0,0 +518210,91,18,3244,62,40,7,6,0,0,0,0,0 +519120,91,18,272,24,17,0,0,0,0,0,0,0 +519130,91,18,547,20,13,0,0,0,0,0,0,0 +522110,91,18,4332,300,279,14,0,0,0,0,0,0 +522120,91,18,1467,131,117,5,0,0,0,0,0,0 +522130,91,18,977,94,80,7,0,0,0,0,0,0 +522220,91,18,112,22,20,0,0,0,0,0,0,0 +522291,91,18,21,3,0,0,0,0,0,0,0,0 +522292,91,18,904,55,46,3,3,0,0,0,0,0 +522298,91,18,105,20,18,0,0,0,0,0,0,0 +522310,91,18,81,24,20,0,0,0,0,0,0,0 +522320,91,18,199,16,12,0,0,0,0,0,0,0 +522390,91,18,85,25,23,0,0,0,0,0,0,0 +523110,91,18,25,10,8,0,0,0,0,0,0,0 +523120,91,18,883,100,84,13,0,0,0,0,0,0 +523910,91,18,27,11,9,0,0,0,0,0,0,0 +523920,91,18,1846,193,173,9,4,0,0,0,0,0 +523930,91,18,1031,105,99,0,0,0,0,0,0,0 +523991,91,18,42,7,5,0,0,0,0,0,0,0 +524113,91,18,15411,114,83,16,0,4,0,0,0,0 +524114,91,18,9139,31,17,0,4,0,3,0,0,0 +524126,91,18,9994,94,54,21,8,0,0,0,0,0 +524127,91,18,132,6,0,0,0,0,0,0,0,0 +524130,91,18,299,11,3,0,0,0,0,0,0,0 +524210,91,18,3597,519,484,28,3,0,0,0,0,0 +524291,91,18,498,25,20,0,0,0,0,0,0,0 +524292,91,18,1158,32,18,12,0,0,0,0,0,0 +524298,91,18,590,16,10,0,0,0,0,0,0,0 +531110,91,18,1468,224,210,8,0,0,0,0,0,0 +531120,91,18,395,120,114,0,0,0,0,0,0,0 +531130,91,18,122,55,53,0,0,0,0,0,0,0 +531190,91,18,50,16,12,0,0,0,0,0,0,0 +531210,91,18,712,218,210,4,0,0,0,0,0,0 +531311,91,18,1631,170,141,13,3,0,0,0,0,0 +531312,91,18,416,69,64,5,0,0,0,0,0,0 +531320,91,18,82,44,41,0,0,0,0,0,0,0 +531390,91,18,52,13,12,0,0,0,0,0,0,0 +532111,91,18,381,36,30,4,0,0,0,0,0,0 +532120,91,18,220,19,16,0,0,0,0,0,0,0 +532210,91,18,0,23,23,0,0,0,0,0,0,0 +532281,91,18,16,3,0,0,0,0,0,0,0,0 +532283,91,18,0,9,0,0,0,0,0,0,0,0 +532289,91,18,127,12,4,3,0,0,0,0,0,0 +532310,91,18,22,6,4,0,0,0,0,0,0,0 +532412,91,18,0,4,0,0,0,0,0,0,0,0 +532490,91,18,161,25,19,0,0,0,0,0,0,0 +533110,91,18,17,5,3,0,0,0,0,0,0,0 +541110,91,18,5894,707,659,37,6,0,0,0,0,0 +541191,91,18,0,8,4,0,0,0,0,0,0,0 +541199,91,18,22,10,10,0,0,0,0,0,0,0 +541211,91,18,3008,238,213,15,4,0,0,0,0,0 +541213,91,18,692,113,105,3,0,0,0,0,0,0 +541214,91,18,278,15,12,0,0,0,0,0,0,0 +541219,91,18,765,90,79,6,0,0,0,0,0,0 +541310,91,18,736,61,46,10,0,0,0,0,0,0 +541320,91,18,43,12,9,0,0,0,0,0,0,0 +541330,91,18,5830,225,163,45,7,0,0,0,0,0 +541350,91,18,86,20,17,0,0,0,0,0,0,0 +541370,91,18,189,27,22,3,0,0,0,0,0,0 +541380,91,18,561,30,22,4,0,0,0,0,0,0 +541410,91,18,45,24,23,0,0,0,0,0,0,0 +541420,91,18,0,3,0,0,0,0,0,0,0,0 +541430,91,18,71,29,22,0,0,0,0,0,0,0 +541511,91,18,3238,172,136,21,7,0,0,0,0,0 +541512,91,18,2562,180,152,18,4,0,0,0,0,0 +541513,91,18,165,19,9,0,0,0,0,0,0,0 +541519,91,18,506,23,16,0,0,0,0,0,0,0 +541611,91,18,1796,142,125,9,3,0,0,0,0,0 +541612,91,18,653,28,19,3,0,0,0,0,0,0 +541613,91,18,547,92,82,3,0,0,0,0,0,0 +541614,91,18,302,20,17,0,0,0,0,0,0,0 +541618,91,18,144,12,6,0,0,0,0,0,0,0 +541620,91,18,414,41,34,5,0,0,0,0,0,0 +541690,91,18,171,53,45,0,0,0,0,0,0,0 +541713,91,18,29,3,0,0,0,0,0,0,0,0 +541714,91,18,31,9,9,0,0,0,0,0,0,0 +541715,91,18,878,32,21,0,0,0,0,0,0,0 +541720,91,18,43,4,0,0,0,0,0,0,0,0 +541810,91,18,354,37,29,0,0,0,0,0,0,0 +541820,91,18,102,29,26,0,0,0,0,0,0,0 +541840,91,18,44,6,4,0,0,0,0,0,0,0 +541850,91,18,38,5,0,0,0,0,0,0,0,0 +541860,91,18,860,19,11,0,0,0,0,0,0,0 +541890,91,18,259,20,9,0,0,0,0,0,0,0 +541910,91,18,125,12,10,0,0,0,0,0,0,0 +541921,91,18,125,31,29,0,0,0,0,0,0,0 +541922,91,18,10,5,4,0,0,0,0,0,0,0 +541930,91,18,0,6,4,0,0,0,0,0,0,0 +541940,91,18,1558,118,103,10,0,0,0,0,0,0 +541990,91,18,0,27,25,0,0,0,0,0,0,0 +551112,91,18,355,25,21,0,0,0,0,0,0,0 +551114,91,18,8319,243,159,61,11,5,3,0,0,0 +561110,91,18,1954,72,54,9,4,0,0,0,0,0 +561210,91,18,437,28,20,4,0,0,0,0,0,0 +561311,91,18,150,22,18,0,0,0,0,0,0,0 +561312,91,18,56,20,18,0,0,0,0,0,0,0 +561320,91,18,8363,157,72,58,16,6,0,0,0,0 +561330,91,18,578,5,0,0,0,0,0,0,0,0 +561421,91,18,256,9,3,3,0,0,0,0,0,0 +561422,91,18,559,12,4,3,0,0,0,0,0,0 +561431,91,18,69,14,13,0,0,0,0,0,0,0 +561439,91,18,126,18,17,0,0,0,0,0,0,0 +561440,91,18,174,14,10,0,0,0,0,0,0,0 +561492,91,18,0,3,0,0,0,0,0,0,0,0 +561499,91,18,293,7,0,0,0,0,0,0,0,0 +561510,91,18,229,81,78,0,0,0,0,0,0,0 +561520,91,18,33,9,7,0,0,0,0,0,0,0 +561599,91,18,857,12,3,0,0,0,0,0,0,0 +561611,91,18,119,13,6,0,0,0,0,0,0,0 +561612,91,18,2604,26,11,3,3,4,0,0,0,0 +561621,91,18,519,18,8,0,0,0,0,0,0,0 +561622,91,18,51,10,7,0,0,0,0,0,0,0 +561710,91,18,204,31,28,0,0,0,0,0,0,0 +561720,91,18,5041,224,189,21,4,3,0,0,0,0 +561730,91,18,3550,604,572,22,0,0,0,0,0,0 +561740,91,18,97,13,5,0,0,0,0,0,0,0 +561790,91,18,146,48,45,0,0,0,0,0,0,0 +561910,91,18,20,3,3,0,0,0,0,0,0,0 +561920,91,18,209,19,14,0,0,0,0,0,0,0 +561990,91,18,471,33,21,4,0,0,0,0,0,0 +562111,91,18,1016,44,26,10,3,0,0,0,0,0 +562211,91,18,15,3,0,0,0,0,0,0,0,0 +562910,91,18,524,41,25,5,0,0,0,0,0,0 +562920,91,18,0,4,0,0,0,0,0,0,0,0 +562991,91,18,21,14,9,0,0,0,0,0,0,0 +562998,91,18,7,4,3,0,0,0,0,0,0,0 +611110,91,18,5075,55,12,24,10,0,0,0,0,0 +611210,91,18,0,5,0,0,0,0,0,0,0,0 +611310,91,18,5873,7,0,0,0,0,0,0,0,0 +611420,91,18,8,3,3,0,0,0,0,0,0,0 +611430,91,18,161,29,17,0,0,0,0,0,0,0 +611511,91,18,0,3,0,0,0,0,0,0,0,0 +611512,91,18,0,3,0,0,0,0,0,0,0,0 +611513,91,18,15,4,3,0,0,0,0,0,0,0 +611519,91,18,518,24,15,6,0,0,0,0,0,0 +611610,91,18,438,79,74,0,0,0,0,0,0,0 +611620,91,18,483,81,73,5,0,0,0,0,0,0 +611630,91,18,82,8,5,0,0,0,0,0,0,0 +611691,91,18,207,29,25,0,0,0,0,0,0,0 +611692,91,18,63,17,12,0,0,0,0,0,0,0 +611699,91,18,212,24,16,4,0,0,0,0,0,0 +611710,91,18,84,30,29,0,0,0,0,0,0,0 +621111,91,18,13253,842,694,131,12,3,0,0,0,0 +621112,91,18,182,52,49,0,0,0,0,0,0,0 +621210,91,18,4604,602,576,24,0,0,0,0,0,0 +621310,91,18,476,124,121,0,0,0,0,0,0,0 +621320,91,18,541,93,89,0,0,0,0,0,0,0 +621330,91,18,453,82,72,0,0,0,0,0,0,0 +621340,91,18,3148,167,157,4,0,0,0,0,0,0 +621391,91,18,157,43,41,0,0,0,0,0,0,0 +621399,91,18,403,73,64,4,0,0,0,0,0,0 +621410,91,18,228,10,3,3,0,0,0,0,0,0 +621420,91,18,1728,58,31,18,0,0,0,0,0,0 +621492,91,18,268,24,16,4,0,0,0,0,0,0 +621493,91,18,753,40,24,11,0,0,0,0,0,0 +621498,91,18,1205,49,28,11,0,0,0,0,0,0 +621511,91,18,826,123,115,6,0,0,0,0,0,0 +621512,91,18,600,32,21,10,0,0,0,0,0,0 +621610,91,18,4956,76,28,26,11,0,0,0,0,0 +621910,91,18,916,23,3,3,3,0,0,0,0,0 +621999,91,18,913,21,11,0,0,0,0,0,0,0 +622110,91,18,18954,17,0,0,0,0,0,8,0,0 +622310,91,18,1661,3,0,0,0,0,0,0,0,0 +623110,91,18,11821,93,16,15,52,8,0,0,0,0 +623210,91,18,4472,217,185,23,0,3,0,0,0,0 +623220,91,18,477,29,16,3,0,0,0,0,0,0 +623311,91,18,1874,15,0,5,0,3,0,0,0,0 +623312,91,18,2045,59,32,22,4,0,0,0,0,0 +623990,91,18,1160,41,33,4,0,0,0,0,0,0 +624110,91,18,648,39,26,4,0,0,0,0,0,0 +624120,91,18,11233,221,107,72,29,4,0,0,0,0 +624190,91,18,3199,116,81,17,7,0,0,0,0,0 +624210,91,18,113,15,12,0,0,0,0,0,0,0 +624221,91,18,350,19,5,9,0,0,0,0,0,0 +624229,91,18,361,40,31,6,0,0,0,0,0,0 +624310,91,18,2601,42,19,14,3,0,0,0,0,0 +624410,91,18,5048,303,213,90,0,0,0,0,0,0 +711110,91,18,156,17,8,3,0,0,0,0,0,0 +711120,91,18,0,3,0,0,0,0,0,0,0,0 +711130,91,18,189,11,8,0,0,0,0,0,0,0 +711310,91,18,411,8,0,3,0,0,0,0,0,0 +711320,91,18,130,11,0,3,0,0,0,0,0,0 +711410,91,18,14,4,0,0,0,0,0,0,0,0 +711510,91,18,63,27,23,0,0,0,0,0,0,0 +712110,91,18,513,30,17,7,0,0,0,0,0,0 +712120,91,18,45,3,0,0,0,0,0,0,0,0 +712190,91,18,43,6,0,0,0,0,0,0,0,0 +713120,91,18,271,14,8,0,0,0,0,0,0,0 +713290,91,18,0,5,0,0,0,0,0,0,0,0 +713910,91,18,915,51,26,18,0,0,0,0,0,0 +713930,91,18,190,24,22,0,0,0,0,0,0,0 +713940,91,18,4893,188,133,43,4,3,0,0,0,0 +713950,91,18,289,12,3,5,0,0,0,0,0,0 +713990,91,18,418,74,64,3,0,0,0,0,0,0 +721110,91,18,3882,137,76,42,12,0,0,0,0,0 +721191,91,18,22,3,0,0,0,0,0,0,0,0 +721211,91,18,12,3,0,0,0,0,0,0,0,0 +721214,91,18,45,10,3,0,0,0,0,0,0,0 +722310,91,18,3304,186,150,26,4,0,0,0,0,0 +722320,91,18,1027,58,41,9,0,0,0,0,0,0 +722330,91,18,8,9,9,0,0,0,0,0,0,0 +722410,91,18,948,94,72,14,0,0,0,0,0,0 +722511,91,18,20729,1107,750,346,10,0,0,0,0,0 +722513,91,18,11171,821,628,191,0,0,0,0,0,0 +722514,91,18,116,14,14,0,0,0,0,0,0,0 +722515,91,18,5243,384,290,94,0,0,0,0,0,0 +811111,91,18,1659,352,342,8,0,0,0,0,0,0 +811112,91,18,60,11,9,0,0,0,0,0,0,0 +811113,91,18,56,14,12,0,0,0,0,0,0,0 +811118,91,18,44,11,8,0,0,0,0,0,0,0 +811121,91,18,956,122,108,13,0,0,0,0,0,0 +811122,91,18,84,11,8,0,0,0,0,0,0,0 +811191,91,18,230,27,20,0,0,0,0,0,0,0 +811192,91,18,555,79,73,0,0,0,0,0,0,0 +811211,91,18,0,8,6,0,0,0,0,0,0,0 +811212,91,18,43,17,11,0,0,0,0,0,0,0 +811213,91,18,10,4,4,0,0,0,0,0,0,0 +811219,91,18,93,6,4,0,0,0,0,0,0,0 +811310,91,18,852,80,67,6,3,0,0,0,0,0 +811412,91,18,41,9,4,0,0,0,0,0,0,0 +811420,91,18,30,9,9,0,0,0,0,0,0,0 +811490,91,18,193,30,24,0,0,0,0,0,0,0 +812111,91,18,48,16,13,0,0,0,0,0,0,0 +812112,91,18,2192,389,372,15,0,0,0,0,0,0 +812113,91,18,824,235,231,0,0,0,0,0,0,0 +812191,91,18,118,10,6,0,0,0,0,0,0,0 +812199,91,18,393,95,90,0,0,0,0,0,0,0 +812210,91,18,556,70,59,5,0,0,0,0,0,0 +812220,91,18,113,28,28,0,0,0,0,0,0,0 +812310,91,18,250,47,42,0,0,0,0,0,0,0 +812320,91,18,504,92,82,5,0,0,0,0,0,0 +812331,91,18,390,5,0,4,0,0,0,0,0,0 +812332,91,18,46,3,0,0,0,0,0,0,0,0 +812910,91,18,662,96,84,7,0,0,0,0,0,0 +812930,91,18,602,85,77,7,0,0,0,0,0,0 +812990,91,18,126,43,40,0,0,0,0,0,0,0 +813110,91,18,4379,604,557,43,0,0,0,0,0,0 +813211,91,18,223,51,50,0,0,0,0,0,0,0 +813212,91,18,243,29,20,3,0,0,0,0,0,0 +813219,91,18,109,12,7,0,0,0,0,0,0,0 +813311,91,18,114,21,21,0,0,0,0,0,0,0 +813312,91,18,170,28,21,0,0,0,0,0,0,0 +813319,91,18,159,38,37,0,0,0,0,0,0,0 +813410,91,18,1226,119,107,5,0,0,0,0,0,0 +813910,91,18,1316,74,67,3,0,0,0,0,0,0 +813920,91,18,155,39,35,0,0,0,0,0,0,0 +813930,91,18,788,111,98,6,0,0,0,0,0,0 +813940,91,18,37,14,12,0,0,0,0,0,0,0 +813990,91,18,213,63,62,0,0,0,0,0,0,0 +115210,92,17,130,28,20,0,0,0,0,0,0,0 +211120,92,17,30,3,0,0,0,0,0,0,0,0 +212312,92,17,0,3,0,0,0,0,0,0,0,0 +212319,92,17,0,4,0,0,0,0,0,0,0,0 +212321,92,17,118,10,3,0,0,0,0,0,0,0 +221112,92,17,233,7,0,3,0,0,0,0,0,0 +221122,92,17,652,16,0,3,3,0,0,0,0,0 +221210,92,17,110,10,0,3,0,0,0,0,0,0 +221310,92,17,85,13,9,0,0,0,0,0,0,0 +221320,92,17,0,4,0,0,0,0,0,0,0,0 +236115,92,17,825,233,227,4,0,0,0,0,0,0 +236116,92,17,68,10,5,0,0,0,0,0,0,0 +236117,92,17,333,89,82,0,0,0,0,0,0,0 +236118,92,17,2009,691,675,12,0,0,0,0,0,0 +236210,92,17,85,4,0,0,0,0,0,0,0,0 +236220,92,17,2378,176,138,28,3,0,0,0,0,0 +237110,92,17,826,54,45,0,0,0,0,0,0,0 +237130,92,17,225,17,5,0,0,0,0,0,0,0 +237210,92,17,37,19,18,0,0,0,0,0,0,0 +237310,92,17,888,54,35,4,0,0,0,0,0,0 +237990,92,17,101,19,16,0,0,0,0,0,0,0 +238110,92,17,752,102,94,3,0,0,0,0,0,0 +238120,92,17,87,14,4,0,0,0,0,0,0,0 +238130,92,17,338,56,43,0,0,0,0,0,0,0 +238140,92,17,376,135,130,0,0,0,0,0,0,0 +238150,92,17,365,46,44,0,0,0,0,0,0,0 +238160,92,17,572,92,79,7,0,0,0,0,0,0 +238170,92,17,158,38,32,0,0,0,0,0,0,0 +238190,92,17,268,31,26,0,0,0,0,0,0,0 +238210,92,17,4753,662,611,47,0,0,0,0,0,0 +238220,92,17,5321,748,685,59,0,0,0,0,0,0 +238290,92,17,520,38,26,4,0,0,0,0,0,0 +238310,92,17,960,98,79,13,0,0,0,0,0,0 +238320,92,17,924,281,273,7,0,0,0,0,0,0 +238330,92,17,282,68,64,0,0,0,0,0,0,0 +238340,92,17,194,51,41,0,0,0,0,0,0,0 +238350,92,17,962,213,205,0,0,0,0,0,0,0 +238390,92,17,410,40,27,0,0,0,0,0,0,0 +238910,92,17,2349,275,243,25,0,0,0,0,0,0 +238990,92,17,989,226,216,8,0,0,0,0,0,0 +311111,92,17,0,3,0,0,0,0,0,0,0,0 +311352,92,17,81,4,0,0,0,0,0,0,0,0 +311421,92,17,54,3,3,0,0,0,0,0,0,0 +311513,92,17,152,3,0,0,0,0,0,0,0,0 +311520,92,17,58,5,3,0,0,0,0,0,0,0 +311612,92,17,173,6,0,0,0,0,0,0,0,0 +311811,92,17,719,97,84,10,0,0,0,0,0,0 +311812,92,17,914,22,14,0,0,0,0,0,0,0 +311920,92,17,0,4,0,0,0,0,0,0,0,0 +311999,92,17,5,3,3,0,0,0,0,0,0,0 +312120,92,17,128,15,5,0,0,0,0,0,0,0 +312130,92,17,39,10,7,0,0,0,0,0,0,0 +314120,92,17,48,9,9,0,0,0,0,0,0,0 +314910,92,17,51,14,7,0,0,0,0,0,0,0 +314999,92,17,106,12,7,0,0,0,0,0,0,0 +315990,92,17,0,3,0,0,0,0,0,0,0,0 +321113,92,17,0,3,0,0,0,0,0,0,0,0 +321911,92,17,37,8,3,0,0,0,0,0,0,0 +321918,92,17,170,13,9,0,0,0,0,0,0,0 +321920,92,17,182,9,0,3,0,0,0,0,0,0 +321992,92,17,7,3,3,0,0,0,0,0,0,0 +321999,92,17,31,8,3,0,0,0,0,0,0,0 +322220,92,17,91,4,0,0,0,0,0,0,0,0 +322299,92,17,55,3,0,0,0,0,0,0,0,0 +323111,92,17,2003,149,123,21,0,0,0,0,0,0 +323113,92,17,993,42,30,3,0,0,0,0,0,0 +323120,92,17,118,4,0,0,0,0,0,0,0,0 +324121,92,17,0,6,4,0,0,0,0,0,0,0 +325199,92,17,414,7,0,3,0,0,0,0,0,0 +325211,92,17,189,4,0,0,0,0,0,0,0,0 +325320,92,17,24,4,0,0,0,0,0,0,0,0 +325412,92,17,196,5,3,0,0,0,0,0,0,0 +325510,92,17,0,3,0,0,0,0,0,0,0,0 +325520,92,17,0,3,0,0,0,0,0,0,0,0 +325611,92,17,35,3,0,0,0,0,0,0,0,0 +325620,92,17,99,6,3,0,0,0,0,0,0,0 +325998,92,17,741,15,6,0,0,0,0,0,0,0 +326113,92,17,216,6,0,3,0,0,0,0,0,0 +326121,92,17,0,3,0,0,0,0,0,0,0,0 +326130,92,17,100,3,0,0,0,0,0,0,0,0 +326199,92,17,2014,49,26,6,0,0,0,0,0,0 +327215,92,17,133,3,0,0,0,0,0,0,0,0 +327320,92,17,221,10,0,4,0,0,0,0,0,0 +327390,92,17,62,6,0,0,0,0,0,0,0,0 +327991,92,17,258,21,11,3,0,0,0,0,0,0 +327993,92,17,0,3,0,0,0,0,0,0,0,0 +331221,92,17,467,4,0,0,0,0,0,0,0,0 +331420,92,17,177,5,0,3,0,0,0,0,0,0 +331491,92,17,625,9,0,0,0,0,0,0,0,0 +332117,92,17,203,6,0,0,0,0,0,0,0,0 +332119,92,17,1793,51,25,12,4,0,0,0,0,0 +332216,92,17,97,8,0,0,0,0,0,0,0,0 +332312,92,17,71,8,0,0,0,0,0,0,0,0 +332313,92,17,174,8,4,0,0,0,0,0,0,0 +332321,92,17,54,4,0,0,0,0,0,0,0,0 +332322,92,17,377,33,22,3,0,0,0,0,0,0 +332323,92,17,299,29,17,0,0,0,0,0,0,0 +332510,92,17,257,16,0,0,0,0,0,0,0,0 +332618,92,17,0,3,0,0,0,0,0,0,0,0 +332710,92,17,1642,127,106,9,0,0,0,0,0,0 +332721,92,17,1988,74,44,24,0,0,0,0,0,0 +332722,92,17,505,20,5,0,0,0,0,0,0,0 +332811,92,17,74,8,0,0,0,0,0,0,0,0 +332812,92,17,745,26,11,7,0,0,0,0,0,0 +332813,92,17,1104,36,15,8,0,0,0,0,0,0 +332991,92,17,0,6,0,0,0,0,0,0,0,0 +332994,92,17,228,4,0,0,0,0,0,0,0,0 +332996,92,17,26,3,0,0,0,0,0,0,0,0 +332999,92,17,376,27,16,3,0,0,0,0,0,0 +333242,92,17,0,5,0,0,0,0,0,0,0,0 +333244,92,17,85,5,0,0,0,0,0,0,0,0 +333249,92,17,144,12,6,0,0,0,0,0,0,0 +333314,92,17,36,3,0,0,0,0,0,0,0,0 +333318,92,17,192,6,0,0,0,0,0,0,0,0 +333511,92,17,147,11,4,0,0,0,0,0,0,0 +333514,92,17,225,28,24,0,0,0,0,0,0,0 +333515,92,17,339,26,17,3,0,0,0,0,0,0 +333517,92,17,102,4,0,0,0,0,0,0,0,0 +333519,92,17,44,6,0,0,0,0,0,0,0,0 +333999,92,17,736,17,7,3,0,0,0,0,0,0 +334210,92,17,0,3,0,0,0,0,0,0,0,0 +334220,92,17,473,11,3,0,0,0,0,0,0,0 +334290,92,17,0,4,0,0,0,0,0,0,0,0 +334412,92,17,98,5,0,0,0,0,0,0,0,0 +334413,92,17,46,5,0,0,0,0,0,0,0,0 +334416,92,17,217,9,0,0,0,0,0,0,0,0 +334417,92,17,278,4,0,0,0,0,0,0,0,0 +334418,92,17,347,11,3,0,0,0,0,0,0,0 +334419,92,17,724,14,0,4,0,0,0,0,0,0 +334510,92,17,427,12,3,0,0,0,0,0,0,0 +334511,92,17,0,4,0,0,0,0,0,0,0,0 +334512,92,17,363,6,0,0,0,0,0,0,0,0 +334513,92,17,1831,16,4,0,0,0,0,0,0,0 +334514,92,17,173,4,0,0,0,0,0,0,0,0 +334516,92,17,155,10,0,0,0,0,0,0,0,0 +334519,92,17,508,8,0,0,0,0,0,0,0,0 +335312,92,17,95,5,0,0,0,0,0,0,0,0 +335314,92,17,380,8,0,0,0,0,0,0,0,0 +335929,92,17,381,9,0,0,0,0,0,0,0,0 +335931,92,17,128,11,0,0,0,0,0,0,0,0 +335999,92,17,730,10,0,0,0,0,0,0,0,0 +336310,92,17,37,6,3,0,0,0,0,0,0,0 +336320,92,17,0,3,0,0,0,0,0,0,0,0 +336350,92,17,35,3,0,0,0,0,0,0,0,0 +336370,92,17,218,8,0,0,0,0,0,0,0,0 +336390,92,17,0,3,0,0,0,0,0,0,0,0 +336411,92,17,146,6,0,0,0,0,0,0,0,0 +336412,92,17,128,5,0,0,0,0,0,0,0,0 +336413,92,17,254,9,0,0,0,0,0,0,0,0 +337110,92,17,293,53,48,0,0,0,0,0,0,0 +337121,92,17,20,5,4,0,0,0,0,0,0,0 +337122,92,17,16,9,4,0,0,0,0,0,0,0 +337212,92,17,216,32,24,0,0,0,0,0,0,0 +337215,92,17,9,4,4,0,0,0,0,0,0,0 +339112,92,17,1679,17,0,4,0,0,0,0,0,0 +339113,92,17,282,14,4,0,0,0,0,0,0,0 +339114,92,17,123,4,0,0,0,0,0,0,0,0 +339116,92,17,169,32,28,0,0,0,0,0,0,0 +339910,92,17,16,3,0,0,0,0,0,0,0,0 +339920,92,17,50,7,0,0,0,0,0,0,0,0 +339930,92,17,35,4,0,0,0,0,0,0,0,0 +339950,92,17,269,33,25,3,0,0,0,0,0,0 +339991,92,17,358,5,0,3,0,0,0,0,0,0 +339993,92,17,0,3,0,0,0,0,0,0,0,0 +339999,92,17,446,27,17,0,0,0,0,0,0,0 +423110,92,17,406,15,6,4,0,0,0,0,0,0 +423120,92,17,857,72,58,10,0,0,0,0,0,0 +423130,92,17,224,7,3,0,0,0,0,0,0,0 +423140,92,17,150,15,4,3,0,0,0,0,0,0 +423210,92,17,162,27,22,0,0,0,0,0,0,0 +423220,92,17,642,52,42,8,0,0,0,0,0,0 +423310,92,17,192,30,27,0,0,0,0,0,0,0 +423320,92,17,273,31,21,0,0,0,0,0,0,0 +423330,92,17,174,19,14,0,0,0,0,0,0,0 +423390,92,17,238,19,12,0,0,0,0,0,0,0 +423410,92,17,5,6,3,0,0,0,0,0,0,0 +423420,92,17,1026,70,61,0,0,0,0,0,0,0 +423430,92,17,1091,64,47,13,0,0,0,0,0,0 +423440,92,17,422,23,9,3,0,0,0,0,0,0 +423450,92,17,1541,59,42,7,0,0,0,0,0,0 +423460,92,17,0,3,0,0,0,0,0,0,0,0 +423490,92,17,123,17,12,0,0,0,0,0,0,0 +423510,92,17,962,65,48,11,0,0,0,0,0,0 +423520,92,17,76,9,7,0,0,0,0,0,0,0 +423610,92,17,1485,96,78,10,0,0,0,0,0,0 +423620,92,17,218,8,0,0,0,0,0,0,0,0 +423690,92,17,981,77,66,4,0,0,0,0,0,0 +423710,92,17,1486,45,31,5,0,0,0,0,0,0 +423720,92,17,445,42,36,3,0,0,0,0,0,0 +423730,92,17,669,40,35,0,3,0,0,0,0,0 +423810,92,17,111,14,7,0,0,0,0,0,0,0 +423820,92,17,64,16,10,0,0,0,0,0,0,0 +423830,92,17,1716,181,157,22,0,0,0,0,0,0 +423840,92,17,727,64,53,6,0,0,0,0,0,0 +423850,92,17,735,24,14,0,0,0,0,0,0,0 +423860,92,17,625,14,4,0,0,0,0,0,0,0 +423910,92,17,443,27,24,0,0,0,0,0,0,0 +423920,92,17,381,11,7,0,0,0,0,0,0,0 +423930,92,17,604,41,32,3,0,0,0,0,0,0 +423940,92,17,795,43,34,0,0,0,0,0,0,0 +423990,92,17,792,42,34,3,0,0,0,0,0,0 +424110,92,17,99,13,11,0,0,0,0,0,0,0 +424120,92,17,820,38,31,0,0,0,0,0,0,0 +424130,92,17,455,34,24,3,0,0,0,0,0,0 +424210,92,17,3189,66,44,9,0,0,0,0,0,0 +424310,92,17,130,24,18,0,0,0,0,0,0,0 +424320,92,17,143,13,11,0,0,0,0,0,0,0 +424330,92,17,155,21,15,0,0,0,0,0,0,0 +424340,92,17,557,9,6,0,0,0,0,0,0,0 +424410,92,17,9,11,6,0,0,0,0,0,0,0 +424420,92,17,335,17,9,0,0,0,0,0,0,0 +424430,92,17,85,10,6,0,0,0,0,0,0,0 +424450,92,17,113,10,6,0,0,0,0,0,0,0 +424460,92,17,83,12,8,0,0,0,0,0,0,0 +424470,92,17,175,11,3,3,0,0,0,0,0,0 +424480,92,17,170,18,10,0,0,0,0,0,0,0 +424490,92,17,3286,105,81,11,4,0,0,0,0,0 +424510,92,17,26,5,3,0,0,0,0,0,0,0 +424590,92,17,7,4,4,0,0,0,0,0,0,0 +424610,92,17,324,26,18,0,0,0,0,0,0,0 +424690,92,17,954,71,52,10,0,0,0,0,0,0 +424710,92,17,282,16,8,3,0,0,0,0,0,0 +424720,92,17,247,15,8,0,0,0,0,0,0,0 +424810,92,17,529,11,3,0,0,0,0,0,0,0 +424820,92,17,1204,35,24,3,0,0,0,0,0,0 +424910,92,17,137,23,17,0,0,0,0,0,0,0 +424920,92,17,0,7,4,0,0,0,0,0,0,0 +424930,92,17,257,23,17,0,0,0,0,0,0,0 +424940,92,17,103,7,0,3,0,0,0,0,0,0 +424950,92,17,44,7,0,0,0,0,0,0,0,0 +424990,92,17,539,56,44,3,0,0,0,0,0,0 +425120,92,17,4249,223,210,7,0,0,0,0,0,0 +441110,92,17,7863,169,31,121,12,0,0,0,0,0 +441120,92,17,911,133,121,6,0,0,0,0,0,0 +441222,92,17,212,30,23,0,0,0,0,0,0,0 +441228,92,17,232,27,22,0,0,0,0,0,0,0 +441310,92,17,1662,162,147,13,0,0,0,0,0,0 +441320,92,17,795,76,68,0,0,0,0,0,0,0 +442110,92,17,1326,155,137,13,0,0,0,0,0,0 +442210,92,17,285,72,72,0,0,0,0,0,0,0 +442291,92,17,92,22,22,0,0,0,0,0,0,0 +442299,92,17,2016,139,106,27,0,0,0,0,0,0 +443141,92,17,447,48,36,8,0,0,0,0,0,0 +443142,92,17,1838,157,140,9,0,0,0,0,0,0 +444110,92,17,3393,30,3,0,21,0,0,0,0,0 +444120,92,17,216,46,41,0,0,0,0,0,0,0 +444130,92,17,791,69,50,13,0,0,0,0,0,0 +444190,92,17,2733,264,223,40,0,0,0,0,0,0 +444210,92,17,194,33,30,0,0,0,0,0,0,0 +444220,92,17,628,84,72,9,0,0,0,0,0,0 +445110,92,17,21751,469,290,83,89,3,0,0,0,0 +445120,92,17,488,198,192,0,0,0,0,0,0,0 +445210,92,17,188,34,30,0,0,0,0,0,0,0 +445220,92,17,109,14,11,0,0,0,0,0,0,0 +445230,92,17,122,24,19,0,0,0,0,0,0,0 +445291,92,17,123,17,9,0,0,0,0,0,0,0 +445292,92,17,111,11,5,0,0,0,0,0,0,0 +445299,92,17,364,55,50,0,0,0,0,0,0,0 +445310,92,17,1737,433,423,10,0,0,0,0,0,0 +446110,92,17,5628,350,246,102,0,0,0,0,0,0 +446120,92,17,908,96,81,15,0,0,0,0,0,0 +446130,92,17,590,112,108,0,0,0,0,0,0,0 +446191,92,17,205,56,53,0,0,0,0,0,0,0 +446199,92,17,487,56,49,3,0,0,0,0,0,0 +447110,92,17,2540,474,468,4,0,0,0,0,0,0 +447190,92,17,799,132,126,3,0,0,0,0,0,0 +448110,92,17,371,49,47,0,0,0,0,0,0,0 +448120,92,17,3231,253,219,26,4,0,0,0,0,0 +448130,92,17,521,47,39,4,0,0,0,0,0,0 +448140,92,17,5306,189,77,105,0,0,0,0,0,0 +448150,92,17,372,55,52,0,0,0,0,0,0,0 +448190,92,17,705,82,72,10,0,0,0,0,0,0 +448210,92,17,1342,150,139,11,0,0,0,0,0,0 +448310,92,17,754,134,130,3,0,0,0,0,0,0 +448320,92,17,24,7,6,0,0,0,0,0,0,0 +451110,92,17,1372,161,145,11,0,0,0,0,0,0 +451120,92,17,1110,63,43,11,0,0,0,0,0,0 +451130,92,17,152,18,13,3,0,0,0,0,0,0 +451140,92,17,159,23,15,3,0,0,0,0,0,0 +451211,92,17,696,40,22,11,0,0,0,0,0,0 +451212,92,17,10,6,6,0,0,0,0,0,0,0 +452210,92,17,2620,24,0,10,14,0,0,0,0,0 +452311,92,17,7523,42,0,0,31,7,0,0,0,0 +452319,92,17,1574,133,98,32,0,0,0,0,0,0 +453110,92,17,489,87,83,3,0,0,0,0,0,0 +453210,92,17,338,38,16,18,0,0,0,0,0,0 +453220,92,17,1022,132,122,6,0,0,0,0,0,0 +453310,92,17,1361,130,106,21,0,0,0,0,0,0 +453910,92,17,934,92,74,14,0,0,0,0,0,0 +453920,92,17,99,32,29,0,0,0,0,0,0,0 +453991,92,17,209,59,55,0,0,0,0,0,0,0 +453998,92,17,385,105,103,0,0,0,0,0,0,0 +454110,92,17,2422,214,188,17,4,0,0,0,0,0 +454210,92,17,124,14,7,0,0,0,0,0,0,0 +454310,92,17,2673,172,138,27,4,0,0,0,0,0 +454390,92,17,665,111,100,3,0,0,0,0,0,0 +481111,92,17,97,3,0,0,0,0,0,0,0,0 +481211,92,17,541,10,0,0,0,0,0,0,0,0 +483111,92,17,146,10,4,3,0,0,0,0,0,0 +483113,92,17,294,7,0,0,0,0,0,0,0,0 +484110,92,17,648,79,69,3,0,0,0,0,0,0 +484121,92,17,519,56,43,6,0,0,0,0,0,0 +484122,92,17,708,18,3,9,0,0,0,0,0,0 +484210,92,17,579,62,53,0,0,0,0,0,0,0 +484220,92,17,421,72,65,4,0,0,0,0,0,0 +484230,92,17,196,20,12,4,0,0,0,0,0,0 +485113,92,17,0,3,0,0,0,0,0,0,0,0 +485210,92,17,23,10,6,0,0,0,0,0,0,0 +485310,92,17,59,15,10,0,0,0,0,0,0,0 +485320,92,17,1087,97,82,10,0,0,0,0,0,0 +485410,92,17,4559,66,0,45,10,0,0,0,0,0 +485510,92,17,146,8,0,0,0,0,0,0,0,0 +485991,92,17,547,19,7,3,0,0,0,0,0,0 +485999,92,17,0,4,0,0,0,0,0,0,0,0 +486210,92,17,0,6,0,0,0,0,0,0,0,0 +488119,92,17,163,13,3,3,0,0,0,0,0,0 +488190,92,17,78,10,0,0,0,0,0,0,0,0 +488390,92,17,0,4,3,0,0,0,0,0,0,0 +488410,92,17,236,31,30,0,0,0,0,0,0,0 +488490,92,17,30,7,3,0,0,0,0,0,0,0 +488510,92,17,755,88,73,11,0,0,0,0,0,0 +488991,92,17,163,12,5,3,0,0,0,0,0,0 +492110,92,17,2537,55,33,5,7,0,0,0,0,0 +492210,92,17,199,20,11,0,0,0,0,0,0,0 +493110,92,17,2811,54,31,10,4,0,0,0,0,0 +493190,92,17,171,12,4,0,0,0,0,0,0,0 +511110,92,17,990,38,22,4,0,0,0,0,0,0 +511120,92,17,979,56,37,8,3,0,0,0,0,0 +511130,92,17,349,25,16,0,0,0,0,0,0,0 +511140,92,17,67,7,5,0,0,0,0,0,0,0 +511199,92,17,17,7,6,0,0,0,0,0,0,0 +511210,92,17,3234,112,81,18,0,0,0,0,0,0 +512110,92,17,912,94,82,0,0,0,0,0,0,0 +512131,92,17,728,32,13,10,0,0,0,0,0,0 +512191,92,17,29,9,8,0,0,0,0,0,0,0 +512240,92,17,20,10,10,0,0,0,0,0,0,0 +512290,92,17,11,3,3,0,0,0,0,0,0,0 +515111,92,17,0,7,5,0,0,0,0,0,0,0 +515112,92,17,456,16,7,0,0,0,0,0,0,0 +515120,92,17,0,21,10,6,0,0,0,0,0,0 +515210,92,17,1142,8,0,0,0,0,0,0,0,0 +517311,92,17,5235,209,161,33,8,0,0,0,0,0 +517312,92,17,1413,116,104,5,0,0,0,0,0,0 +517911,92,17,58,24,22,0,0,0,0,0,0,0 +517919,92,17,39,6,5,0,0,0,0,0,0,0 +518210,92,17,2908,110,84,18,0,0,0,0,0,0 +519120,92,17,951,45,25,8,0,0,0,0,0,0 +519130,92,17,2460,74,60,6,0,0,0,0,0,0 +519190,92,17,0,3,0,0,0,0,0,0,0,0 +522110,92,17,8225,610,567,33,4,0,0,0,0,0 +522120,92,17,2114,181,162,18,0,0,0,0,0,0 +522130,92,17,799,95,83,4,0,0,0,0,0,0 +522210,92,17,0,5,0,0,0,0,0,0,0,0 +522220,92,17,8038,45,24,11,0,0,0,0,0,0 +522291,92,17,58,10,0,0,0,0,0,0,0,0 +522292,92,17,879,71,66,0,0,0,0,0,0,0 +522298,92,17,1461,31,25,0,0,0,0,0,0,0 +522310,92,17,185,44,42,0,0,0,0,0,0,0 +522320,92,17,490,26,20,0,0,0,0,0,0,0 +522390,92,17,270,58,56,0,0,0,0,0,0,0 +523110,92,17,1398,57,48,6,0,0,0,0,0,0 +523120,92,17,2758,238,208,21,3,0,0,0,0,0 +523130,92,17,342,14,9,0,0,0,0,0,0,0 +523140,92,17,158,15,8,3,0,0,0,0,0,0 +523910,92,17,1148,152,140,8,0,0,0,0,0,0 +523920,92,17,9349,589,510,63,9,3,0,0,0,0 +523930,92,17,731,211,205,5,0,0,0,0,0,0 +523991,92,17,38,14,12,0,0,0,0,0,0,0 +524113,92,17,2796,56,37,10,0,0,0,0,0,0 +524114,92,17,1625,19,9,0,0,0,0,0,0,0 +524126,92,17,1103,58,32,22,0,0,0,0,0,0 +524127,92,17,41,7,6,0,0,0,0,0,0,0 +524130,92,17,1628,20,9,4,0,0,0,0,0,0 +524210,92,17,4530,747,707,32,0,0,0,0,0,0 +524291,92,17,191,30,26,0,0,0,0,0,0,0 +524292,92,17,434,23,11,0,0,0,0,0,0,0 +524298,92,17,202,18,8,0,0,0,0,0,0,0 +525990,92,17,0,3,0,0,0,0,0,0,0,0 +531110,92,17,1354,312,303,6,0,0,0,0,0,0 +531120,92,17,1033,276,270,4,0,0,0,0,0,0 +531130,92,17,220,89,87,0,0,0,0,0,0,0 +531190,92,17,62,24,21,0,0,0,0,0,0,0 +531210,92,17,3050,463,447,11,0,0,0,0,0,0 +531311,92,17,2017,268,242,22,0,0,0,0,0,0 +531312,92,17,1726,161,153,0,0,0,0,0,0,0 +531320,92,17,86,47,46,0,0,0,0,0,0,0 +531390,92,17,344,76,69,4,0,0,0,0,0,0 +532111,92,17,369,79,74,0,0,0,0,0,0,0 +532120,92,17,284,25,19,3,0,0,0,0,0,0 +532210,92,17,0,24,21,0,0,0,0,0,0,0 +532281,92,17,10,7,7,0,0,0,0,0,0,0 +532283,92,17,132,7,0,0,0,0,0,0,0,0 +532289,92,17,345,35,26,0,0,0,0,0,0,0 +532310,92,17,39,13,7,0,0,0,0,0,0,0 +532411,92,17,0,3,0,0,0,0,0,0,0,0 +532412,92,17,70,13,6,0,0,0,0,0,0,0 +532420,92,17,16,8,7,0,0,0,0,0,0,0 +532490,92,17,300,38,30,3,0,0,0,0,0,0 +533110,92,17,295,19,15,0,0,0,0,0,0,0 +541110,92,17,6679,1318,1257,59,0,0,0,0,0,0 +541191,92,17,46,14,10,0,0,0,0,0,0,0 +541199,92,17,16,13,13,0,0,0,0,0,0,0 +541211,92,17,4965,434,406,17,3,4,0,0,0,0 +541213,92,17,1082,166,158,6,0,0,0,0,0,0 +541214,92,17,464,40,25,6,0,0,0,0,0,0 +541219,92,17,927,166,156,0,0,0,0,0,0,0 +541310,92,17,1101,175,160,12,0,0,0,0,0,0 +541320,92,17,137,52,47,0,0,0,0,0,0,0 +541330,92,17,3445,255,219,25,4,0,0,0,0,0 +541350,92,17,164,27,24,0,0,0,0,0,0,0 +541370,92,17,147,50,45,0,0,0,0,0,0,0 +541380,92,17,1090,47,39,0,0,0,0,0,0,0 +541410,92,17,291,123,117,0,0,0,0,0,0,0 +541420,92,17,129,11,3,0,0,0,0,0,0,0 +541430,92,17,295,85,81,0,0,0,0,0,0,0 +541490,92,17,24,15,14,0,0,0,0,0,0,0 +541511,92,17,3213,357,314,32,3,0,0,0,0,0 +541512,92,17,3388,386,364,19,0,0,0,0,0,0 +541513,92,17,202,29,25,3,0,0,0,0,0,0 +541519,92,17,353,35,27,0,0,0,0,0,0,0 +541611,92,17,3071,437,411,17,5,0,0,0,0,0 +541612,92,17,1666,58,42,7,0,0,0,0,0,0 +541613,92,17,1654,300,281,11,3,0,0,0,0,0 +541614,92,17,383,47,41,3,0,0,0,0,0,0 +541618,92,17,24,16,11,0,0,0,0,0,0,0 +541620,92,17,580,57,46,4,0,0,0,0,0,0 +541690,92,17,368,76,71,0,0,0,0,0,0,0 +541713,92,17,837,21,13,0,0,0,0,0,0,0 +541714,92,17,1426,34,18,11,0,0,0,0,0,0 +541715,92,17,5298,71,51,12,0,0,0,0,0,0 +541720,92,17,57,11,6,0,0,0,0,0,0,0 +541810,92,17,1460,122,102,7,3,0,0,0,0,0 +541820,92,17,397,40,36,0,0,0,0,0,0,0 +541830,92,17,369,13,6,0,0,0,0,0,0,0 +541840,92,17,207,13,8,0,0,0,0,0,0,0 +541850,92,17,94,16,13,0,0,0,0,0,0,0 +541860,92,17,224,21,16,0,0,0,0,0,0,0 +541870,92,17,0,3,0,0,0,0,0,0,0,0 +541890,92,17,1949,63,48,10,0,0,0,0,0,0 +541910,92,17,2367,76,63,7,0,0,0,0,0,0 +541921,92,17,141,46,43,0,0,0,0,0,0,0 +541922,92,17,32,16,15,0,0,0,0,0,0,0 +541930,92,17,13,5,4,0,0,0,0,0,0,0 +541940,92,17,2477,196,165,27,0,0,0,0,0,0 +541990,92,17,495,65,59,0,0,0,0,0,0,0 +551111,92,17,0,3,0,0,0,0,0,0,0,0 +551112,92,17,2197,83,65,10,4,0,0,0,0,0 +551114,92,17,20944,315,182,75,35,11,3,0,0,0 +561110,92,17,3324,173,141,21,4,0,0,0,0,0 +561210,92,17,379,43,38,3,0,0,0,0,0,0 +561311,92,17,646,51,41,6,0,0,0,0,0,0 +561312,92,17,623,93,81,5,0,0,0,0,0,0 +561320,92,17,10912,219,115,67,23,7,0,0,0,0 +561330,92,17,292,9,3,0,0,0,0,0,0,0 +561410,92,17,50,23,21,0,0,0,0,0,0,0 +561421,92,17,0,3,0,0,0,0,0,0,0,0 +561422,92,17,1031,21,10,0,0,0,0,0,0,0 +561431,92,17,119,27,25,0,0,0,0,0,0,0 +561439,92,17,94,23,20,0,0,0,0,0,0,0 +561440,92,17,249,17,4,0,0,0,0,0,0,0 +561450,92,17,0,4,0,0,0,0,0,0,0,0 +561492,92,17,18,8,7,0,0,0,0,0,0,0 +561499,92,17,191,20,10,0,0,0,0,0,0,0 +561510,92,17,1177,125,117,4,0,0,0,0,0,0 +561520,92,17,342,15,10,0,0,0,0,0,0,0 +561599,92,17,134,26,20,0,0,0,0,0,0,0 +561611,92,17,175,17,14,0,0,0,0,0,0,0 +561612,92,17,3151,32,13,3,0,3,0,0,0,0 +561621,92,17,1109,66,51,9,0,0,0,0,0,0 +561622,92,17,75,20,15,0,0,0,0,0,0,0 +561710,92,17,526,62,53,7,0,0,0,0,0,0 +561720,92,17,10270,376,311,39,14,6,3,0,0,0 +561730,92,17,4372,1290,1254,32,0,0,0,0,0,0 +561740,92,17,167,20,13,0,0,0,0,0,0,0 +561790,92,17,454,112,109,0,0,0,0,0,0,0 +561910,92,17,86,7,0,3,0,0,0,0,0,0 +561920,92,17,760,34,25,0,0,0,0,0,0,0 +561990,92,17,353,54,43,3,0,0,0,0,0,0 +562111,92,17,1313,104,86,15,0,0,0,0,0,0 +562211,92,17,0,4,0,0,0,0,0,0,0,0 +562910,92,17,541,40,27,7,0,0,0,0,0,0 +562920,92,17,134,7,0,0,0,0,0,0,0,0 +562991,92,17,249,41,33,0,0,0,0,0,0,0 +562998,92,17,33,10,4,0,0,0,0,0,0,0 +611110,92,17,13041,195,48,100,37,0,0,0,0,0 +611210,92,17,34,3,0,0,0,0,0,0,0,0 +611310,92,17,38384,13,0,0,0,0,0,0,0,0 +611420,92,17,3,7,7,0,0,0,0,0,0,0 +611430,92,17,633,65,57,0,0,0,0,0,0,0 +611511,92,17,123,12,3,0,0,0,0,0,0,0 +611513,92,17,124,8,0,3,0,0,0,0,0,0 +611519,92,17,630,30,13,3,0,0,0,0,0,0 +611610,92,17,1225,159,148,7,0,0,0,0,0,0 +611620,92,17,1138,187,172,14,0,0,0,0,0,0 +611630,92,17,124,13,7,0,0,0,0,0,0,0 +611691,92,17,893,94,83,11,0,0,0,0,0,0 +611692,92,17,169,34,33,0,0,0,0,0,0,0 +611699,92,17,292,57,55,0,0,0,0,0,0,0 +611710,92,17,505,49,42,0,0,0,0,0,0,0 +621111,92,17,17853,1495,1267,215,8,0,0,0,0,0 +621112,92,17,265,97,94,0,0,0,0,0,0,0 +621210,92,17,7548,1044,993,49,0,0,0,0,0,0 +621310,92,17,745,228,226,0,0,0,0,0,0,0 +621320,92,17,756,119,114,3,0,0,0,0,0,0 +621330,92,17,781,129,115,13,0,0,0,0,0,0 +621340,92,17,2770,255,224,25,0,0,0,0,0,0 +621391,92,17,347,81,77,0,0,0,0,0,0,0 +621399,92,17,693,128,116,5,0,0,0,0,0,0 +621410,92,17,0,12,5,0,0,0,0,0,0,0 +621420,92,17,2455,80,40,30,3,0,0,0,0,0 +621492,92,17,456,36,14,15,0,0,0,0,0,0 +621493,92,17,907,49,29,16,0,0,0,0,0,0 +621498,92,17,2389,95,61,22,4,0,0,0,0,0 +621511,92,17,2365,148,131,4,0,0,0,0,0,0 +621512,92,17,869,58,43,12,0,0,0,0,0,0 +621610,92,17,10300,162,52,65,32,3,0,0,0,0 +621910,92,17,2047,34,15,7,0,0,0,0,0,0 +621991,92,17,0,7,7,0,0,0,0,0,0,0 +621999,92,17,44,11,7,0,0,0,0,0,0,0 +622110,92,17,35721,17,0,0,0,0,0,7,0,0 +622210,92,17,937,3,0,0,0,0,0,0,0,0 +623110,92,17,17132,112,3,21,71,10,0,0,0,0 +623210,92,17,6501,300,265,20,7,0,0,0,0,0 +623220,92,17,2016,78,47,21,0,0,0,0,0,0 +623311,92,17,5169,30,0,0,13,0,0,0,0,0 +623312,92,17,2786,67,26,24,10,0,0,0,0,0 +623990,92,17,1011,41,24,6,0,0,0,0,0,0 +624110,92,17,1372,71,50,11,0,0,0,0,0,0 +624120,92,17,12334,270,129,103,32,3,0,0,0,0 +624190,92,17,3982,172,120,37,10,0,0,0,0,0 +624210,92,17,211,29,21,0,0,0,0,0,0,0 +624221,92,17,529,31,18,8,0,0,0,0,0,0 +624229,92,17,328,37,21,6,0,0,0,0,0,0 +624230,92,17,0,3,0,0,0,0,0,0,0,0 +624310,92,17,2242,64,36,15,6,0,0,0,0,0 +624410,92,17,8764,561,399,160,0,0,0,0,0,0 +711110,92,17,314,26,16,3,0,0,0,0,0,0 +711130,92,17,389,32,22,0,0,0,0,0,0,0 +711211,92,17,94,3,0,0,0,0,0,0,0,0 +711219,92,17,17,8,6,0,0,0,0,0,0,0 +711310,92,17,1214,29,11,4,3,0,0,0,0,0 +711320,92,17,183,22,18,0,0,0,0,0,0,0 +711410,92,17,292,29,22,0,0,0,0,0,0,0 +711510,92,17,298,158,154,0,0,0,0,0,0,0 +712110,92,17,547,40,27,5,0,0,0,0,0,0 +712120,92,17,61,13,7,0,0,0,0,0,0,0 +712130,92,17,186,3,0,0,0,0,0,0,0,0 +712190,92,17,216,22,14,0,0,0,0,0,0,0 +713120,92,17,126,17,10,0,0,0,0,0,0,0 +713290,92,17,0,5,4,0,0,0,0,0,0,0 +713910,92,17,2174,81,44,28,4,0,0,0,0,0 +713920,92,17,0,3,0,0,0,0,0,0,0,0 +713930,92,17,718,59,41,9,0,0,0,0,0,0 +713940,92,17,8673,365,255,90,8,4,0,0,0,0 +713950,92,17,254,13,3,3,0,0,0,0,0,0 +713990,92,17,1180,123,103,16,0,0,0,0,0,0 +721110,92,17,5567,169,86,63,15,0,0,0,0,0 +721191,92,17,65,16,12,0,0,0,0,0,0,0 +721211,92,17,10,4,3,0,0,0,0,0,0,0 +721214,92,17,184,13,9,0,0,0,0,0,0,0 +722310,92,17,5768,327,257,61,5,0,0,0,0,0 +722320,92,17,1463,128,103,21,0,0,0,0,0,0 +722330,92,17,23,28,28,0,0,0,0,0,0,0 +722410,92,17,1253,175,162,13,0,0,0,0,0,0 +722511,92,17,30685,1921,1355,552,13,0,0,0,0,0 +722513,92,17,17522,1555,1261,292,0,0,0,0,0,0 +722514,92,17,169,24,21,0,0,0,0,0,0,0 +722515,92,17,8022,570,422,143,3,0,0,0,0,0 +811111,92,17,2252,518,506,11,0,0,0,0,0,0 +811112,92,17,32,11,10,0,0,0,0,0,0,0 +811113,92,17,82,23,23,0,0,0,0,0,0,0 +811118,92,17,155,17,8,3,0,0,0,0,0,0 +811121,92,17,1540,249,240,9,0,0,0,0,0,0 +811122,92,17,118,19,17,0,0,0,0,0,0,0 +811191,92,17,321,38,33,0,0,0,0,0,0,0 +811192,92,17,1808,125,101,17,3,0,0,0,0,0 +811198,92,17,0,3,0,0,0,0,0,0,0,0 +811211,92,17,55,8,6,0,0,0,0,0,0,0 +811212,92,17,125,29,23,0,0,0,0,0,0,0 +811213,92,17,21,14,11,0,0,0,0,0,0,0 +811219,92,17,99,20,18,0,0,0,0,0,0,0 +811310,92,17,622,95,91,0,0,0,0,0,0,0 +811411,92,17,3,5,5,0,0,0,0,0,0,0 +811412,92,17,79,22,19,0,0,0,0,0,0,0 +811420,92,17,107,37,29,0,0,0,0,0,0,0 +811430,92,17,12,8,8,0,0,0,0,0,0,0 +811490,92,17,109,41,35,0,0,0,0,0,0,0 +812111,92,17,143,47,45,0,0,0,0,0,0,0 +812112,92,17,4380,672,636,34,0,0,0,0,0,0 +812113,92,17,2112,459,451,6,0,0,0,0,0,0 +812191,92,17,253,25,14,6,0,0,0,0,0,0 +812199,92,17,1178,201,184,14,0,0,0,0,0,0 +812210,92,17,635,117,108,3,0,0,0,0,0,0 +812220,92,17,300,53,48,0,0,0,0,0,0,0 +812310,92,17,314,90,84,0,0,0,0,0,0,0 +812320,92,17,1259,204,188,12,0,0,0,0,0,0 +812331,92,17,356,7,0,0,0,0,0,0,0,0 +812332,92,17,179,3,0,0,0,0,0,0,0,0 +812910,92,17,848,146,139,6,0,0,0,0,0,0 +812930,92,17,429,94,90,0,0,0,0,0,0,0 +812990,92,17,329,84,83,0,0,0,0,0,0,0 +813110,92,17,6850,901,826,74,0,0,0,0,0,0 +813211,92,17,538,139,132,0,0,0,0,0,0,0 +813212,92,17,261,39,36,0,0,0,0,0,0,0 +813219,92,17,199,31,20,0,0,0,0,0,0,0 +813311,92,17,86,15,9,0,0,0,0,0,0,0 +813312,92,17,309,60,51,0,0,0,0,0,0,0 +813319,92,17,399,57,47,0,0,0,0,0,0,0 +813410,92,17,1717,186,168,14,0,0,0,0,0,0 +813910,92,17,459,69,62,0,0,0,0,0,0,0 +813920,92,17,401,49,42,0,0,0,0,0,0,0 +813930,92,17,998,134,124,7,0,0,0,0,0,0 +813940,92,17,0,3,3,0,0,0,0,0,0,0 +813990,92,17,718,175,167,3,0,0,0,0,0,0 +114112,99,16,8,3,0,0,0,0,0,0,0,0 +115210,99,16,19,5,4,0,0,0,0,0,0,0 +212321,99,16,20,5,4,0,0,0,0,0,0,0 +221122,99,16,0,3,0,0,0,0,0,0,0,0 +236115,99,16,130,37,34,0,0,0,0,0,0,0 +236117,99,16,11,6,5,0,0,0,0,0,0,0 +236118,99,16,159,66,63,0,0,0,0,0,0,0 +236220,99,16,724,30,21,8,0,0,0,0,0,0 +237110,99,16,74,3,0,0,0,0,0,0,0,0 +237130,99,16,165,5,0,0,0,0,0,0,0,0 +237310,99,16,69,9,4,0,0,0,0,0,0,0 +237990,99,16,74,7,6,0,0,0,0,0,0,0 +238110,99,16,18,17,16,0,0,0,0,0,0,0 +238130,99,16,11,3,0,0,0,0,0,0,0,0 +238140,99,16,33,9,7,0,0,0,0,0,0,0 +238160,99,16,19,13,12,0,0,0,0,0,0,0 +238170,99,16,12,6,6,0,0,0,0,0,0,0 +238190,99,16,17,3,0,0,0,0,0,0,0,0 +238210,99,16,373,70,67,0,0,0,0,0,0,0 +238220,99,16,484,92,89,0,0,0,0,0,0,0 +238290,99,16,0,5,0,0,0,0,0,0,0,0 +238310,99,16,132,9,4,0,0,0,0,0,0,0 +238320,99,16,114,31,29,0,0,0,0,0,0,0 +238330,99,16,18,6,5,0,0,0,0,0,0,0 +238350,99,16,51,22,20,0,0,0,0,0,0,0 +238910,99,16,253,45,41,0,0,0,0,0,0,0 +238990,99,16,65,27,27,0,0,0,0,0,0,0 +311811,99,16,154,11,10,0,0,0,0,0,0,0 +311812,99,16,12,4,0,0,0,0,0,0,0,0 +312120,99,16,33,6,3,0,0,0,0,0,0,0 +312130,99,16,28,4,0,0,0,0,0,0,0,0 +323111,99,16,71,11,9,0,0,0,0,0,0,0 +323113,99,16,14,6,6,0,0,0,0,0,0,0 +325211,99,16,115,4,0,0,0,0,0,0,0,0 +327320,99,16,15,3,0,0,0,0,0,0,0,0 +332312,99,16,39,3,0,0,0,0,0,0,0,0 +332322,99,16,11,4,4,0,0,0,0,0,0,0 +332710,99,16,51,9,8,0,0,0,0,0,0,0 +333318,99,16,0,3,0,0,0,0,0,0,0,0 +336310,99,16,0,3,0,0,0,0,0,0,0,0 +337110,99,16,8,3,0,0,0,0,0,0,0,0 +337122,99,16,4,4,4,0,0,0,0,0,0,0 +337212,99,16,28,4,0,0,0,0,0,0,0,0 +339920,99,16,109,6,0,0,0,0,0,0,0,0 +339950,99,16,8,3,3,0,0,0,0,0,0,0 +423120,99,16,77,7,3,0,0,0,0,0,0,0 +423320,99,16,6,5,5,0,0,0,0,0,0,0 +423330,99,16,45,4,3,0,0,0,0,0,0,0 +423420,99,16,0,6,6,0,0,0,0,0,0,0 +423450,99,16,0,3,0,0,0,0,0,0,0,0 +423610,99,16,144,11,9,0,0,0,0,0,0,0 +423710,99,16,0,3,3,0,0,0,0,0,0,0 +423720,99,16,0,3,0,0,0,0,0,0,0,0 +423820,99,16,0,4,0,0,0,0,0,0,0,0 +423830,99,16,132,13,12,0,0,0,0,0,0,0 +423840,99,16,18,5,4,0,0,0,0,0,0,0 +423850,99,16,21,3,0,0,0,0,0,0,0,0 +423910,99,16,0,4,0,0,0,0,0,0,0,0 +423930,99,16,0,3,0,0,0,0,0,0,0,0 +423990,99,16,68,6,3,0,0,0,0,0,0,0 +424120,99,16,0,3,0,0,0,0,0,0,0,0 +424130,99,16,78,4,0,0,0,0,0,0,0,0 +424210,99,16,23,5,4,0,0,0,0,0,0,0 +424310,99,16,0,5,0,0,0,0,0,0,0,0 +424490,99,16,176,5,0,0,0,0,0,0,0,0 +424690,99,16,0,3,0,0,0,0,0,0,0,0 +424710,99,16,0,3,3,0,0,0,0,0,0,0 +424720,99,16,216,4,0,0,0,0,0,0,0,0 +424810,99,16,0,3,0,0,0,0,0,0,0,0 +424990,99,16,8,4,3,0,0,0,0,0,0,0 +425120,99,16,140,17,15,0,0,0,0,0,0,0 +441110,99,16,1328,31,3,27,0,0,0,0,0,0 +441120,99,16,69,21,19,0,0,0,0,0,0,0 +441222,99,16,86,9,4,0,0,0,0,0,0,0 +441228,99,16,115,6,0,0,0,0,0,0,0,0 +441310,99,16,179,26,26,0,0,0,0,0,0,0 +441320,99,16,109,13,13,0,0,0,0,0,0,0 +442110,99,16,141,18,13,0,0,0,0,0,0,0 +442210,99,16,33,12,10,0,0,0,0,0,0,0 +442299,99,16,191,16,13,0,0,0,0,0,0,0 +443141,99,16,39,6,4,0,0,0,0,0,0,0 +443142,99,16,212,24,22,0,0,0,0,0,0,0 +444110,99,16,711,8,0,0,5,0,0,0,0,0 +444120,99,16,18,5,4,0,0,0,0,0,0,0 +444130,99,16,116,11,6,3,0,0,0,0,0,0 +444190,99,16,224,27,24,3,0,0,0,0,0,0 +444210,99,16,46,5,0,0,0,0,0,0,0,0 +444220,99,16,114,11,9,0,0,0,0,0,0,0 +445110,99,16,2814,43,17,11,13,0,0,0,0,0 +445120,99,16,101,29,28,0,0,0,0,0,0,0 +445220,99,16,18,6,4,0,0,0,0,0,0,0 +445292,99,16,48,7,5,0,0,0,0,0,0,0 +445299,99,16,90,10,8,0,0,0,0,0,0,0 +445310,99,16,311,78,78,0,0,0,0,0,0,0 +446110,99,16,774,42,25,15,0,0,0,0,0,0 +446120,99,16,219,19,15,4,0,0,0,0,0,0 +446130,99,16,83,12,9,0,0,0,0,0,0,0 +446191,99,16,0,6,5,0,0,0,0,0,0,0 +446199,99,16,50,12,11,0,0,0,0,0,0,0 +447110,99,16,398,74,73,0,0,0,0,0,0,0 +447190,99,16,116,19,16,0,0,0,0,0,0,0 +448110,99,16,61,6,3,0,0,0,0,0,0,0 +448120,99,16,344,34,31,0,0,0,0,0,0,0 +448130,99,16,69,7,3,0,0,0,0,0,0,0 +448140,99,16,620,33,21,10,0,0,0,0,0,0 +448150,99,16,111,14,11,0,0,0,0,0,0,0 +448190,99,16,111,5,0,0,0,0,0,0,0,0 +448210,99,16,204,24,23,0,0,0,0,0,0,0 +448310,99,16,164,28,28,0,0,0,0,0,0,0 +451110,99,16,135,18,15,0,0,0,0,0,0,0 +451120,99,16,186,13,8,3,0,0,0,0,0,0 +451130,99,16,42,6,3,0,0,0,0,0,0,0 +451140,99,16,28,5,3,0,0,0,0,0,0,0 +451211,99,16,69,7,3,0,0,0,0,0,0,0 +452210,99,16,456,5,0,4,0,0,0,0,0,0 +452311,99,16,1427,7,0,0,4,0,0,0,0,0 +452319,99,16,487,32,23,8,0,0,0,0,0,0 +453110,99,16,55,12,12,0,0,0,0,0,0,0 +453220,99,16,180,31,31,0,0,0,0,0,0,0 +453310,99,16,142,17,14,3,0,0,0,0,0,0 +453910,99,16,140,13,9,0,0,0,0,0,0,0 +453920,99,16,6,5,5,0,0,0,0,0,0,0 +453991,99,16,20,8,7,0,0,0,0,0,0,0 +453998,99,16,72,11,9,0,0,0,0,0,0,0 +454110,99,16,410,16,11,0,0,0,0,0,0,0 +454310,99,16,321,26,22,4,0,0,0,0,0,0 +454390,99,16,77,16,15,0,0,0,0,0,0,0 +483212,99,16,0,4,3,0,0,0,0,0,0,0 +484110,99,16,32,5,3,0,0,0,0,0,0,0 +484121,99,16,57,5,0,0,0,0,0,0,0,0 +484210,99,16,48,5,0,0,0,0,0,0,0,0 +484220,99,16,131,16,14,0,0,0,0,0,0,0 +485310,99,16,325,4,0,0,0,0,0,0,0,0 +485320,99,16,70,3,0,0,0,0,0,0,0,0 +485410,99,16,636,18,6,8,0,0,0,0,0,0 +485991,99,16,223,4,0,0,0,0,0,0,0,0 +487210,99,16,23,9,9,0,0,0,0,0,0,0 +488190,99,16,0,3,0,0,0,0,0,0,0,0 +488510,99,16,0,3,0,0,0,0,0,0,0,0 +492110,99,16,0,4,0,0,0,0,0,0,0,0 +493110,99,16,741,4,0,0,0,0,0,0,0,0 +511110,99,16,264,3,0,0,0,0,0,0,0,0 +511120,99,16,35,4,0,0,0,0,0,0,0,0 +511210,99,16,0,3,0,0,0,0,0,0,0,0 +512131,99,16,118,6,3,3,0,0,0,0,0,0 +515112,99,16,148,3,0,0,0,0,0,0,0,0 +517311,99,16,497,38,30,8,0,0,0,0,0,0 +517312,99,16,77,13,11,0,0,0,0,0,0,0 +517911,99,16,26,6,4,0,0,0,0,0,0,0 +518210,99,16,46,5,0,0,0,0,0,0,0,0 +519120,99,16,160,10,5,3,0,0,0,0,0,0 +519130,99,16,0,4,3,0,0,0,0,0,0,0 +522110,99,16,253,38,37,0,0,0,0,0,0,0 +522120,99,16,625,51,45,0,0,0,0,0,0,0 +522130,99,16,376,30,26,0,0,0,0,0,0,0 +522292,99,16,22,8,7,0,0,0,0,0,0,0 +522298,99,16,40,7,3,0,0,0,0,0,0,0 +522390,99,16,10,4,3,0,0,0,0,0,0,0 +523120,99,16,99,12,9,0,0,0,0,0,0,0 +523910,99,16,21,4,3,0,0,0,0,0,0,0 +523920,99,16,60,25,25,0,0,0,0,0,0,0 +523930,99,16,8,8,8,0,0,0,0,0,0,0 +524113,99,16,0,3,3,0,0,0,0,0,0,0 +524126,99,16,116,6,4,0,0,0,0,0,0,0 +524210,99,16,337,68,66,0,0,0,0,0,0,0 +524291,99,16,5,3,3,0,0,0,0,0,0,0 +531110,99,16,175,44,44,0,0,0,0,0,0,0 +531120,99,16,87,19,16,0,0,0,0,0,0,0 +531130,99,16,36,14,12,0,0,0,0,0,0,0 +531190,99,16,23,8,6,0,0,0,0,0,0,0 +531210,99,16,110,61,61,0,0,0,0,0,0,0 +531311,99,16,150,32,31,0,0,0,0,0,0,0 +531312,99,16,24,8,7,0,0,0,0,0,0,0 +531320,99,16,14,8,8,0,0,0,0,0,0,0 +532111,99,16,0,6,4,0,0,0,0,0,0,0 +532210,99,16,0,4,3,0,0,0,0,0,0,0 +532310,99,16,5,3,3,0,0,0,0,0,0,0 +532490,99,16,70,10,9,0,0,0,0,0,0,0 +541110,99,16,620,129,123,6,0,0,0,0,0,0 +541199,99,16,10,3,0,0,0,0,0,0,0,0 +541211,99,16,173,37,37,0,0,0,0,0,0,0 +541213,99,16,147,21,18,0,0,0,0,0,0,0 +541219,99,16,33,12,12,0,0,0,0,0,0,0 +541310,99,16,16,8,6,0,0,0,0,0,0,0 +541320,99,16,15,5,4,0,0,0,0,0,0,0 +541330,99,16,471,51,47,0,0,0,0,0,0,0 +541350,99,16,0,4,3,0,0,0,0,0,0,0 +541370,99,16,17,6,4,0,0,0,0,0,0,0 +541380,99,16,0,4,0,0,0,0,0,0,0,0 +541410,99,16,9,5,5,0,0,0,0,0,0,0 +541430,99,16,26,10,8,0,0,0,0,0,0,0 +541511,99,16,882,29,25,0,0,0,0,0,0,0 +541512,99,16,1379,43,34,4,0,0,0,0,0,0 +541513,99,16,77,11,9,0,0,0,0,0,0,0 +541519,99,16,4,3,3,0,0,0,0,0,0,0 +541611,99,16,72,21,17,0,0,0,0,0,0,0 +541612,99,16,32,4,0,0,0,0,0,0,0,0 +541613,99,16,43,9,8,0,0,0,0,0,0,0 +541614,99,16,6,4,4,0,0,0,0,0,0,0 +541620,99,16,22,7,7,0,0,0,0,0,0,0 +541690,99,16,115,22,18,0,0,0,0,0,0,0 +541714,99,16,0,3,0,0,0,0,0,0,0,0 +541715,99,16,0,14,7,0,0,0,0,0,0,0 +541810,99,16,9,5,5,0,0,0,0,0,0,0 +541820,99,16,0,3,3,0,0,0,0,0,0,0 +541890,99,16,8,5,5,0,0,0,0,0,0,0 +541921,99,16,111,10,6,0,0,0,0,0,0,0 +541940,99,16,318,29,24,4,0,0,0,0,0,0 +551114,99,16,230,17,12,3,0,0,0,0,0,0 +561110,99,16,78,13,11,0,0,0,0,0,0,0 +561210,99,16,5,3,3,0,0,0,0,0,0,0 +561320,99,16,410,13,3,3,0,0,0,0,0,0 +561410,99,16,0,3,0,0,0,0,0,0,0,0 +561431,99,16,15,3,0,0,0,0,0,0,0,0 +561510,99,16,30,13,12,0,0,0,0,0,0,0 +561612,99,16,65,3,0,0,0,0,0,0,0,0 +561621,99,16,42,4,0,0,0,0,0,0,0,0 +561622,99,16,12,3,0,0,0,0,0,0,0,0 +561710,99,16,35,9,7,0,0,0,0,0,0,0 +561720,99,16,342,50,47,0,0,0,0,0,0,0 +561730,99,16,332,133,132,0,0,0,0,0,0,0 +561740,99,16,2,3,3,0,0,0,0,0,0,0 +561790,99,16,12,10,10,0,0,0,0,0,0,0 +561990,99,16,59,8,4,0,0,0,0,0,0,0 +562111,99,16,63,8,5,0,0,0,0,0,0,0 +562910,99,16,37,5,3,0,0,0,0,0,0,0 +562991,99,16,29,8,6,0,0,0,0,0,0,0 +611110,99,16,868,17,5,8,0,0,0,0,0,0 +611430,99,16,41,8,5,0,0,0,0,0,0,0 +611519,99,16,61,7,3,0,0,0,0,0,0,0 +611610,99,16,58,13,12,0,0,0,0,0,0,0 +611620,99,16,136,17,16,0,0,0,0,0,0,0 +611692,99,16,8,3,0,0,0,0,0,0,0,0 +611699,99,16,58,5,0,0,0,0,0,0,0,0 +611710,99,16,23,5,4,0,0,0,0,0,0,0 +621111,99,16,1850,161,136,24,0,0,0,0,0,0 +621112,99,16,78,10,7,0,0,0,0,0,0,0 +621210,99,16,868,104,97,7,0,0,0,0,0,0 +621310,99,16,99,19,17,0,0,0,0,0,0,0 +621320,99,16,97,18,18,0,0,0,0,0,0,0 +621330,99,16,67,20,16,0,0,0,0,0,0,0 +621340,99,16,211,33,31,0,0,0,0,0,0,0 +621391,99,16,29,8,8,0,0,0,0,0,0,0 +621399,99,16,72,20,19,0,0,0,0,0,0,0 +621410,99,16,0,4,0,0,0,0,0,0,0,0 +621420,99,16,122,9,5,0,0,0,0,0,0,0 +621492,99,16,0,3,0,0,0,0,0,0,0,0 +621493,99,16,113,7,4,0,0,0,0,0,0,0 +621498,99,16,550,22,13,5,0,0,0,0,0,0 +621511,99,16,38,16,16,0,0,0,0,0,0,0 +621512,99,16,0,3,0,0,0,0,0,0,0,0 +621610,99,16,837,16,3,8,0,0,0,0,0,0 +621910,99,16,245,13,9,0,0,0,0,0,0,0 +621999,99,16,120,5,0,0,0,0,0,0,0,0 +622110,99,16,3892,4,0,0,0,0,0,0,0,0 +623110,99,16,1813,22,7,3,10,0,0,0,0,0 +623210,99,16,859,64,56,5,0,0,0,0,0,0 +623220,99,16,538,21,13,5,0,0,0,0,0,0 +623311,99,16,778,6,0,0,0,0,0,0,0,0 +623312,99,16,275,12,8,0,0,0,0,0,0,0 +623990,99,16,218,9,3,3,0,0,0,0,0,0 +624110,99,16,87,8,4,0,0,0,0,0,0,0 +624120,99,16,1671,49,31,15,0,0,0,0,0,0 +624190,99,16,715,33,22,10,0,0,0,0,0,0 +624210,99,16,0,3,0,0,0,0,0,0,0,0 +624221,99,16,64,5,0,0,0,0,0,0,0,0 +624229,99,16,42,5,3,0,0,0,0,0,0,0 +624310,99,16,318,10,0,5,0,0,0,0,0,0 +624410,99,16,877,58,41,17,0,0,0,0,0,0 +711110,99,16,0,5,4,0,0,0,0,0,0,0 +711310,99,16,54,3,0,0,0,0,0,0,0,0 +711510,99,16,11,9,9,0,0,0,0,0,0,0 +712110,99,16,346,10,6,0,0,0,0,0,0,0 +713910,99,16,130,10,4,0,0,0,0,0,0,0 +713930,99,16,251,33,30,3,0,0,0,0,0,0 +713940,99,16,401,31,23,6,0,0,0,0,0,0 +713990,99,16,173,17,14,0,0,0,0,0,0,0 +721110,99,16,2013,64,36,24,3,0,0,0,0,0 +721191,99,16,33,4,0,0,0,0,0,0,0,0 +721211,99,16,40,11,11,0,0,0,0,0,0,0 +721214,99,16,5,3,3,0,0,0,0,0,0,0 +722310,99,16,823,25,13,7,3,0,0,0,0,0 +722320,99,16,151,10,4,0,0,0,0,0,0,0 +722330,99,16,6,4,4,0,0,0,0,0,0,0 +722410,99,16,564,32,23,6,0,0,0,0,0,0 +722511,99,16,5745,290,196,89,5,0,0,0,0,0 +722513,99,16,3019,229,178,50,0,0,0,0,0,0 +722515,99,16,775,74,62,12,0,0,0,0,0,0 +811111,99,16,301,66,65,0,0,0,0,0,0,0 +811113,99,16,9,3,3,0,0,0,0,0,0,0 +811121,99,16,90,19,19,0,0,0,0,0,0,0 +811122,99,16,38,5,0,0,0,0,0,0,0,0 +811191,99,16,47,6,3,0,0,0,0,0,0,0 +811192,99,16,46,7,6,0,0,0,0,0,0,0 +811212,99,16,10,3,0,0,0,0,0,0,0,0 +811310,99,16,26,4,3,0,0,0,0,0,0,0 +811420,99,16,17,5,3,0,0,0,0,0,0,0 +811490,99,16,68,18,16,0,0,0,0,0,0,0 +812111,99,16,20,6,4,0,0,0,0,0,0,0 +812112,99,16,599,81,76,3,0,0,0,0,0,0 +812113,99,16,121,46,44,0,0,0,0,0,0,0 +812191,99,16,0,3,0,0,0,0,0,0,0,0 +812199,99,16,94,22,19,0,0,0,0,0,0,0 +812210,99,16,116,20,19,0,0,0,0,0,0,0 +812220,99,16,16,4,3,0,0,0,0,0,0,0 +812310,99,16,47,12,11,0,0,0,0,0,0,0 +812320,99,16,283,13,11,0,0,0,0,0,0,0 +812910,99,16,104,20,17,0,0,0,0,0,0,0 +812990,99,16,21,7,6,0,0,0,0,0,0,0 +813110,99,16,945,142,134,7,0,0,0,0,0,0 +813211,99,16,59,17,15,0,0,0,0,0,0,0 +813212,99,16,11,5,4,0,0,0,0,0,0,0 +813219,99,16,53,5,0,0,0,0,0,0,0,0 +813312,99,16,16,5,4,0,0,0,0,0,0,0 +813319,99,16,6,4,4,0,0,0,0,0,0,0 +813410,99,16,219,38,37,0,0,0,0,0,0,0 +813910,99,16,28,10,9,0,0,0,0,0,0,0 +813920,99,16,0,3,3,0,0,0,0,0,0,0 +813930,99,16,218,23,22,0,0,0,0,0,0,0 +813990,99,16,21,15,15,0,0,0,0,0,0,0 +212321,99,18,66,7,5,0,0,0,0,0,0,0 +221111,99,18,8,3,3,0,0,0,0,0,0,0 +236115,99,18,24,13,12,0,0,0,0,0,0,0 +236117,99,18,6,4,4,0,0,0,0,0,0,0 +236118,99,18,54,26,25,0,0,0,0,0,0,0 +236220,99,18,56,7,3,0,0,0,0,0,0,0 +237110,99,18,70,7,0,0,0,0,0,0,0,0 +237130,99,18,42,4,0,0,0,0,0,0,0,0 +237310,99,18,2,3,3,0,0,0,0,0,0,0 +238110,99,18,41,8,5,0,0,0,0,0,0,0 +238130,99,18,17,5,3,0,0,0,0,0,0,0 +238140,99,18,30,8,6,0,0,0,0,0,0,0 +238160,99,18,33,6,3,0,0,0,0,0,0,0 +238190,99,18,13,4,3,0,0,0,0,0,0,0 +238210,99,18,170,43,41,0,0,0,0,0,0,0 +238220,99,18,97,34,34,0,0,0,0,0,0,0 +238310,99,18,6,4,4,0,0,0,0,0,0,0 +238320,99,18,15,9,8,0,0,0,0,0,0,0 +238330,99,18,0,3,0,0,0,0,0,0,0,0 +238350,99,18,31,7,6,0,0,0,0,0,0,0 +238390,99,18,17,4,3,0,0,0,0,0,0,0 +238910,99,18,62,23,23,0,0,0,0,0,0,0 +238990,99,18,11,9,9,0,0,0,0,0,0,0 +311811,99,18,16,4,3,0,0,0,0,0,0,0 +321113,99,18,0,3,0,0,0,0,0,0,0,0 +323111,99,18,65,7,0,0,0,0,0,0,0,0 +325620,99,18,260,5,0,0,0,0,0,0,0,0 +326113,99,18,198,3,0,3,0,0,0,0,0,0 +327320,99,18,99,3,0,3,0,0,0,0,0,0 +327390,99,18,47,4,0,0,0,0,0,0,0,0 +327991,99,18,24,3,0,0,0,0,0,0,0,0 +332618,99,18,21,3,0,0,0,0,0,0,0,0 +332710,99,18,157,19,17,0,0,0,0,0,0,0 +332721,99,18,58,3,0,0,0,0,0,0,0,0 +332722,99,18,0,3,0,0,0,0,0,0,0,0 +333511,99,18,88,5,0,0,0,0,0,0,0,0 +339116,99,18,3,3,3,0,0,0,0,0,0,0 +339950,99,18,21,3,0,0,0,0,0,0,0,0 +423610,99,18,20,4,0,0,0,0,0,0,0,0 +423830,99,18,0,3,0,0,0,0,0,0,0,0 +423840,99,18,9,3,3,0,0,0,0,0,0,0 +423930,99,18,0,5,0,0,0,0,0,0,0,0 +424120,99,18,54,4,0,0,0,0,0,0,0,0 +424490,99,18,0,3,0,0,0,0,0,0,0,0 +424810,99,18,0,3,0,0,0,0,0,0,0,0 +441110,99,18,470,15,4,9,0,0,0,0,0,0 +441120,99,18,26,9,7,0,0,0,0,0,0,0 +441310,99,18,130,13,11,0,0,0,0,0,0,0 +441320,99,18,29,4,0,0,0,0,0,0,0,0 +442110,99,18,17,4,0,0,0,0,0,0,0,0 +442299,99,18,0,3,0,0,0,0,0,0,0,0 +443141,99,18,20,6,5,0,0,0,0,0,0,0 +443142,99,18,29,4,3,0,0,0,0,0,0,0 +444110,99,18,0,3,0,0,0,0,0,0,0,0 +444120,99,18,0,3,0,0,0,0,0,0,0,0 +444130,99,18,47,5,0,0,0,0,0,0,0,0 +444190,99,18,147,12,9,0,0,0,0,0,0,0 +444210,99,18,57,6,3,0,0,0,0,0,0,0 +444220,99,18,54,7,3,0,0,0,0,0,0,0 +445110,99,18,1084,21,9,4,5,0,0,0,0,0 +445120,99,18,19,10,10,0,0,0,0,0,0,0 +445310,99,18,129,30,28,0,0,0,0,0,0,0 +446110,99,18,325,14,4,9,0,0,0,0,0,0 +446191,99,18,10,4,3,0,0,0,0,0,0,0 +446199,99,18,35,5,0,0,0,0,0,0,0,0 +447110,99,18,212,37,36,0,0,0,0,0,0,0 +447190,99,18,47,5,3,0,0,0,0,0,0,0 +448140,99,18,0,4,0,0,0,0,0,0,0,0 +451110,99,18,19,6,5,0,0,0,0,0,0,0 +452311,99,18,1105,6,0,3,0,3,0,0,0,0 +452319,99,18,194,18,10,4,0,0,0,0,0,0 +453220,99,18,18,3,3,0,0,0,0,0,0,0 +453310,99,18,17,4,0,0,0,0,0,0,0,0 +453910,99,18,67,8,6,0,0,0,0,0,0,0 +453991,99,18,31,7,5,0,0,0,0,0,0,0 +453998,99,18,13,4,3,0,0,0,0,0,0,0 +454110,99,18,68,6,5,0,0,0,0,0,0,0 +454310,99,18,190,17,15,0,0,0,0,0,0,0 +454390,99,18,21,7,5,0,0,0,0,0,0,0 +484121,99,18,0,8,6,0,0,0,0,0,0,0 +484220,99,18,38,11,9,0,0,0,0,0,0,0 +485410,99,18,177,8,0,3,0,0,0,0,0,0 +488510,99,18,17,4,3,0,0,0,0,0,0,0 +493110,99,18,1107,8,0,0,0,0,0,0,0,0 +511110,99,18,0,3,0,0,0,0,0,0,0,0 +511120,99,18,18,3,0,0,0,0,0,0,0,0 +517311,99,18,162,12,8,0,0,0,0,0,0,0 +517312,99,18,17,6,5,0,0,0,0,0,0,0 +517911,99,18,0,3,0,0,0,0,0,0,0,0 +519120,99,18,13,5,4,0,0,0,0,0,0,0 +522110,99,18,107,20,19,0,0,0,0,0,0,0 +522120,99,18,324,20,14,0,0,0,0,0,0,0 +522130,99,18,42,9,9,0,0,0,0,0,0,0 +522292,99,18,25,3,0,0,0,0,0,0,0,0 +522310,99,18,0,3,0,0,0,0,0,0,0,0 +523120,99,18,2,3,3,0,0,0,0,0,0,0 +524210,99,18,111,18,17,0,0,0,0,0,0,0 +531110,99,18,22,8,6,0,0,0,0,0,0,0 +531120,99,18,18,7,6,0,0,0,0,0,0,0 +531210,99,18,18,9,9,0,0,0,0,0,0,0 +531311,99,18,23,7,5,0,0,0,0,0,0,0 +532120,99,18,0,3,0,0,0,0,0,0,0,0 +532210,99,18,0,4,4,0,0,0,0,0,0,0 +541110,99,18,119,32,32,0,0,0,0,0,0,0 +541199,99,18,6,3,3,0,0,0,0,0,0,0 +541211,99,18,33,9,7,0,0,0,0,0,0,0 +541213,99,18,51,7,3,0,0,0,0,0,0,0 +541219,99,18,44,8,6,0,0,0,0,0,0,0 +541330,99,18,34,8,5,0,0,0,0,0,0,0 +541511,99,18,11,4,3,0,0,0,0,0,0,0 +541512,99,18,5,6,6,0,0,0,0,0,0,0 +541611,99,18,13,5,4,0,0,0,0,0,0,0 +541940,99,18,155,17,15,0,0,0,0,0,0,0 +551114,99,18,448,6,0,0,3,0,0,0,0,0 +561110,99,18,16,4,3,0,0,0,0,0,0,0 +561210,99,18,0,3,0,0,0,0,0,0,0,0 +561320,99,18,225,5,0,0,0,0,0,0,0,0 +561510,99,18,0,4,4,0,0,0,0,0,0,0 +561720,99,18,113,21,18,0,0,0,0,0,0,0 +561730,99,18,101,34,33,0,0,0,0,0,0,0 +561790,99,18,16,5,3,0,0,0,0,0,0,0 +561990,99,18,40,7,4,0,0,0,0,0,0,0 +562910,99,18,12,4,3,0,0,0,0,0,0,0 +562991,99,18,10,5,5,0,0,0,0,0,0,0 +611110,99,18,813,13,0,0,4,0,0,0,0,0 +611519,99,18,0,3,0,0,0,0,0,0,0,0 +611610,99,18,20,3,3,0,0,0,0,0,0,0 +611620,99,18,0,3,0,0,0,0,0,0,0,0 +611692,99,18,8,4,3,0,0,0,0,0,0,0 +621111,99,18,629,55,45,8,0,0,0,0,0,0 +621210,99,18,242,31,31,0,0,0,0,0,0,0 +621310,99,18,15,7,6,0,0,0,0,0,0,0 +621320,99,18,53,6,0,0,0,0,0,0,0,0 +621340,99,18,40,8,6,0,0,0,0,0,0,0 +621391,99,18,6,3,3,0,0,0,0,0,0,0 +621399,99,18,3,4,4,0,0,0,0,0,0,0 +621420,99,18,197,8,3,0,0,0,0,0,0,0 +621493,99,18,41,3,0,0,0,0,0,0,0,0 +621498,99,18,242,7,0,0,0,0,0,0,0,0 +621511,99,18,31,6,3,0,0,0,0,0,0,0 +621610,99,18,141,5,0,0,0,0,0,0,0,0 +621910,99,18,82,4,0,0,0,0,0,0,0,0 +621999,99,18,0,3,3,0,0,0,0,0,0,0 +623110,99,18,1499,14,4,0,7,0,0,0,0,0 +623210,99,18,804,29,24,3,0,0,0,0,0,0 +623220,99,18,200,10,5,0,0,0,0,0,0,0 +623312,99,18,28,3,0,0,0,0,0,0,0,0 +623990,99,18,0,3,3,0,0,0,0,0,0,0 +624120,99,18,1132,25,9,7,6,0,0,0,0,0 +624190,99,18,117,10,5,0,0,0,0,0,0,0 +624210,99,18,14,3,0,0,0,0,0,0,0,0 +624221,99,18,45,5,3,0,0,0,0,0,0,0 +624410,99,18,250,20,17,3,0,0,0,0,0,0 +711510,99,18,9,3,0,0,0,0,0,0,0,0 +712120,99,18,0,3,3,0,0,0,0,0,0,0 +713910,99,18,35,6,3,0,0,0,0,0,0,0 +713940,99,18,72,13,13,0,0,0,0,0,0,0 +713990,99,18,47,6,0,0,0,0,0,0,0,0 +721110,99,18,81,11,6,0,0,0,0,0,0,0 +721211,99,18,4,7,7,0,0,0,0,0,0,0 +722310,99,18,293,17,10,4,0,0,0,0,0,0 +722320,99,18,23,8,6,0,0,0,0,0,0,0 +722410,99,18,45,9,8,0,0,0,0,0,0,0 +722511,99,18,1250,94,75,19,0,0,0,0,0,0 +722513,99,18,1050,63,41,22,0,0,0,0,0,0 +722515,99,18,422,38,32,6,0,0,0,0,0,0 +811111,99,18,135,31,30,0,0,0,0,0,0,0 +811113,99,18,12,4,3,0,0,0,0,0,0,0 +811121,99,18,45,10,6,0,0,0,0,0,0,0 +811191,99,18,23,3,3,0,0,0,0,0,0,0 +811192,99,18,14,3,0,0,0,0,0,0,0,0 +811310,99,18,16,6,6,0,0,0,0,0,0,0 +812112,99,18,110,30,28,0,0,0,0,0,0,0 +812113,99,18,28,7,7,0,0,0,0,0,0,0 +812199,99,18,15,5,4,0,0,0,0,0,0,0 +812210,99,18,34,6,6,0,0,0,0,0,0,0 +812310,99,18,20,6,6,0,0,0,0,0,0,0 +812320,99,18,18,5,3,0,0,0,0,0,0,0 +812910,99,18,36,7,5,0,0,0,0,0,0,0 +813110,99,18,320,67,64,3,0,0,0,0,0,0 +813211,99,18,5,3,3,0,0,0,0,0,0,0 +813410,99,18,67,14,13,0,0,0,0,0,0,0 +813910,99,18,7,5,5,0,0,0,0,0,0,0 +813930,99,18,11,5,4,0,0,0,0,0,0,0 +115210,101,19,53,10,4,0,0,0,0,0,0,0 +211120,101,19,15,5,4,0,0,0,0,0,0,0 +213112,101,19,51,4,0,0,0,0,0,0,0,0 +221112,101,19,0,11,0,0,0,0,0,0,0,0 +221122,101,19,0,9,0,0,0,0,0,0,0,0 +221210,101,19,0,4,0,0,0,0,0,0,0,0 +221310,101,19,340,6,0,0,0,0,0,0,0,0 +236115,101,19,340,71,66,3,0,0,0,0,0,0 +236116,101,19,15,4,0,0,0,0,0,0,0,0 +236117,101,19,257,36,31,0,0,0,0,0,0,0 +236118,101,19,817,247,237,5,0,0,0,0,0,0 +236210,101,19,0,3,0,0,0,0,0,0,0,0 +236220,101,19,977,78,64,7,0,0,0,0,0,0 +237110,101,19,193,15,10,0,0,0,0,0,0,0 +237120,101,19,368,10,0,5,0,0,0,0,0,0 +237130,101,19,68,11,5,0,0,0,0,0,0,0 +237210,101,19,0,3,0,0,0,0,0,0,0,0 +237310,101,19,1074,23,12,3,0,0,0,0,0,0 +238110,101,19,304,33,28,4,0,0,0,0,0,0 +238120,101,19,247,9,0,3,0,0,0,0,0,0 +238130,101,19,287,19,13,0,0,0,0,0,0,0 +238140,101,19,400,56,49,0,0,0,0,0,0,0 +238150,101,19,44,10,7,0,0,0,0,0,0,0 +238160,101,19,570,44,32,6,0,0,0,0,0,0 +238170,101,19,88,24,18,0,0,0,0,0,0,0 +238190,101,19,51,7,3,0,0,0,0,0,0,0 +238210,101,19,2208,183,152,26,4,0,0,0,0,0 +238220,101,19,3738,226,194,24,4,3,0,0,0,0 +238290,101,19,228,11,7,0,0,0,0,0,0,0 +238310,101,19,499,47,33,8,0,0,0,0,0,0 +238320,101,19,400,71,67,0,0,0,0,0,0,0 +238330,101,19,225,47,41,0,0,0,0,0,0,0 +238340,101,19,118,19,15,0,0,0,0,0,0,0 +238350,101,19,413,81,73,3,0,0,0,0,0,0 +238390,101,19,162,16,13,3,0,0,0,0,0,0 +238910,101,19,1051,73,57,15,0,0,0,0,0,0 +238990,101,19,405,78,74,0,0,0,0,0,0,0 +311811,101,19,41,9,6,0,0,0,0,0,0,0 +312120,101,19,75,7,6,0,0,0,0,0,0,0 +314999,101,19,6,3,3,0,0,0,0,0,0,0 +315210,101,19,0,3,3,0,0,0,0,0,0,0 +321999,101,19,0,3,0,0,0,0,0,0,0,0 +323111,101,19,250,29,27,0,0,0,0,0,0,0 +323113,101,19,49,8,7,0,0,0,0,0,0,0 +325120,101,19,0,3,0,0,0,0,0,0,0,0 +325211,101,19,228,6,0,0,0,0,0,0,0,0 +325412,101,19,534,4,0,0,3,0,0,0,0,0 +325998,101,19,122,7,0,4,0,0,0,0,0,0 +326113,101,19,0,3,0,0,0,0,0,0,0,0 +326160,101,19,302,3,0,0,0,0,0,0,0,0 +326199,101,19,328,8,0,0,0,0,0,0,0,0 +327120,101,19,0,3,0,0,0,0,0,0,0,0 +327320,101,19,61,9,3,0,0,0,0,0,0,0 +327991,101,19,45,4,0,0,0,0,0,0,0,0 +332312,101,19,96,4,0,0,0,0,0,0,0,0 +332322,101,19,57,8,6,0,0,0,0,0,0,0 +332323,101,19,72,3,0,0,0,0,0,0,0,0 +332710,101,19,184,24,20,0,0,0,0,0,0,0 +332721,101,19,23,3,0,0,0,0,0,0,0,0 +332812,101,19,65,4,0,0,0,0,0,0,0,0 +332813,101,19,44,3,0,0,0,0,0,0,0,0 +332996,101,19,0,3,0,0,0,0,0,0,0,0 +333249,101,19,0,4,0,0,0,0,0,0,0,0 +334210,101,19,0,3,0,0,0,0,0,0,0,0 +334513,101,19,59,5,0,0,0,0,0,0,0,0 +334516,101,19,1722,14,9,0,0,0,0,0,0,0 +334519,101,19,0,3,0,0,0,0,0,0,0,0 +335122,101,19,30,3,0,0,0,0,0,0,0,0 +337110,101,19,19,3,0,0,0,0,0,0,0,0 +337920,101,19,0,3,0,0,0,0,0,0,0,0 +339116,101,19,81,9,5,0,0,0,0,0,0,0 +339950,101,19,29,4,0,0,0,0,0,0,0,0 +339999,101,19,47,11,10,0,0,0,0,0,0,0 +423110,101,19,70,17,13,0,0,0,0,0,0,0 +423120,101,19,367,32,22,3,0,0,0,0,0,0 +423130,101,19,39,4,0,0,0,0,0,0,0,0 +423210,101,19,132,10,7,0,0,0,0,0,0,0 +423220,101,19,283,22,15,0,0,0,0,0,0,0 +423310,101,19,118,8,6,0,0,0,0,0,0,0 +423320,101,19,75,12,6,0,0,0,0,0,0,0 +423330,101,19,113,11,8,0,0,0,0,0,0,0 +423390,101,19,99,9,5,0,0,0,0,0,0,0 +423420,101,19,247,41,38,0,0,0,0,0,0,0 +423430,101,19,119,25,18,0,0,0,0,0,0,0 +423440,101,19,0,3,0,0,0,0,0,0,0,0 +423450,101,19,99,17,14,0,0,0,0,0,0,0 +423490,101,19,66,8,6,0,0,0,0,0,0,0 +423510,101,19,221,24,22,0,0,0,0,0,0,0 +423610,101,19,345,27,22,4,0,0,0,0,0,0 +423690,101,19,64,19,17,0,0,0,0,0,0,0 +423710,101,19,104,18,15,0,0,0,0,0,0,0 +423720,101,19,122,16,11,0,0,0,0,0,0,0 +423730,101,19,333,22,17,0,0,0,0,0,0,0 +423810,101,19,121,9,3,0,0,0,0,0,0,0 +423820,101,19,103,9,3,0,0,0,0,0,0,0 +423830,101,19,599,52,41,10,0,0,0,0,0,0 +423840,101,19,206,23,20,3,0,0,0,0,0,0 +423850,101,19,49,14,11,0,0,0,0,0,0,0 +423860,101,19,59,6,3,0,0,0,0,0,0,0 +423910,101,19,5,8,7,0,0,0,0,0,0,0 +423920,101,19,0,3,0,0,0,0,0,0,0,0 +423930,101,19,108,11,7,0,0,0,0,0,0,0 +423940,101,19,14,6,5,0,0,0,0,0,0,0 +423990,101,19,162,22,19,0,0,0,0,0,0,0 +424110,101,19,0,3,3,0,0,0,0,0,0,0 +424120,101,19,172,11,9,0,0,0,0,0,0,0 +424130,101,19,23,3,0,0,0,0,0,0,0,0 +424210,101,19,17,32,23,0,0,0,0,0,0,0 +424310,101,19,0,3,0,0,0,0,0,0,0,0 +424320,101,19,32,4,0,0,0,0,0,0,0,0 +424330,101,19,29,8,7,0,0,0,0,0,0,0 +424340,101,19,0,4,3,0,0,0,0,0,0,0 +424410,101,19,0,3,0,0,0,0,0,0,0,0 +424420,101,19,0,3,0,0,0,0,0,0,0,0 +424450,101,19,0,6,0,0,0,0,0,0,0,0 +424460,101,19,0,3,3,0,0,0,0,0,0,0 +424480,101,19,0,3,3,0,0,0,0,0,0,0 +424490,101,19,530,39,32,0,0,0,0,0,0,0 +424610,101,19,162,8,4,0,0,0,0,0,0,0 +424690,101,19,919,40,29,0,0,0,0,0,0,0 +424720,101,19,54,5,0,0,0,0,0,0,0,0 +424810,101,19,247,7,4,0,0,0,0,0,0,0 +424820,101,19,355,12,9,0,0,0,0,0,0,0 +424910,101,19,132,10,3,3,0,0,0,0,0,0 +424930,101,19,56,4,0,0,0,0,0,0,0,0 +424950,101,19,43,6,3,0,0,0,0,0,0,0 +424990,101,19,99,24,18,0,0,0,0,0,0,0 +425110,101,19,4,4,4,0,0,0,0,0,0,0 +425120,101,19,460,98,92,0,0,0,0,0,0,0 +441110,101,19,3957,59,9,34,10,0,0,0,0,0 +441120,101,19,629,61,54,0,0,0,0,0,0,0 +441222,101,19,46,6,3,0,0,0,0,0,0,0 +441228,101,19,156,16,7,0,0,0,0,0,0,0 +441310,101,19,874,75,66,6,0,0,0,0,0,0 +441320,101,19,401,45,39,4,0,0,0,0,0,0 +442110,101,19,619,61,48,10,0,0,0,0,0,0 +442210,101,19,188,21,16,0,0,0,0,0,0,0 +442291,101,19,21,6,4,0,0,0,0,0,0,0 +442299,101,19,526,37,29,6,0,0,0,0,0,0 +443141,101,19,169,24,17,0,0,0,0,0,0,0 +443142,101,19,863,60,53,0,0,0,0,0,0,0 +444110,101,19,0,15,0,0,15,0,0,0,0,0 +444120,101,19,83,19,14,0,0,0,0,0,0,0 +444130,101,19,281,32,23,3,0,0,0,0,0,0 +444190,101,19,777,60,50,9,0,0,0,0,0,0 +444210,101,19,134,11,4,0,0,0,0,0,0,0 +444220,101,19,307,30,20,6,0,0,0,0,0,0 +445110,101,19,6275,126,71,30,23,0,0,0,0,0 +445120,101,19,532,68,51,13,0,0,0,0,0,0 +445210,101,19,87,9,6,0,0,0,0,0,0,0 +445220,101,19,26,5,4,0,0,0,0,0,0,0 +445230,101,19,55,11,9,0,0,0,0,0,0,0 +445291,101,19,39,3,0,0,0,0,0,0,0,0 +445292,101,19,44,8,5,0,0,0,0,0,0,0 +445299,101,19,41,6,3,0,0,0,0,0,0,0 +445310,101,19,801,185,179,4,0,0,0,0,0,0 +446110,101,19,2180,129,72,56,0,0,0,0,0,0 +446120,101,19,544,46,34,5,0,0,0,0,0,0 +446130,101,19,212,39,35,0,0,0,0,0,0,0 +446191,101,19,56,27,26,0,0,0,0,0,0,0 +446199,101,19,161,16,9,0,0,0,0,0,0,0 +447110,101,19,1702,152,113,37,0,0,0,0,0,0 +447190,101,19,154,25,20,0,0,0,0,0,0,0 +448110,101,19,131,17,11,0,0,0,0,0,0,0 +448120,101,19,804,72,64,5,0,0,0,0,0,0 +448130,101,19,237,16,8,4,0,0,0,0,0,0 +448140,101,19,1841,56,21,31,0,0,0,0,0,0 +448150,101,19,150,21,16,0,0,0,0,0,0,0 +448190,101,19,317,23,16,4,0,0,0,0,0,0 +448210,101,19,560,59,54,4,0,0,0,0,0,0 +448310,101,19,355,62,61,0,0,0,0,0,0,0 +451110,101,19,747,50,42,5,0,0,0,0,0,0 +451120,101,19,381,21,11,7,0,0,0,0,0,0 +451130,101,19,0,4,3,0,0,0,0,0,0,0 +451140,101,19,48,6,0,0,0,0,0,0,0,0 +451211,101,19,176,18,11,0,0,0,0,0,0,0 +451212,101,19,44,5,3,0,0,0,0,0,0,0 +452210,101,19,2295,17,0,0,13,0,0,0,0,0 +452311,101,19,2471,16,0,0,5,5,0,0,0,0 +452319,101,19,1067,78,59,17,0,0,0,0,0,0 +453110,101,19,189,26,22,0,0,0,0,0,0,0 +453210,101,19,0,6,0,5,0,0,0,0,0,0 +453220,101,19,331,42,36,3,0,0,0,0,0,0 +453310,101,19,392,40,36,3,0,0,0,0,0,0 +453910,101,19,350,38,31,3,0,0,0,0,0,0 +453920,101,19,17,10,5,0,0,0,0,0,0,0 +453930,101,19,21,4,0,0,0,0,0,0,0,0 +453991,101,19,231,61,59,0,0,0,0,0,0,0 +453998,101,19,287,57,51,0,0,0,0,0,0,0 +454110,101,19,3580,165,155,6,0,0,0,0,0,0 +454210,101,19,40,10,5,0,0,0,0,0,0,0 +454310,101,19,324,32,24,3,0,0,0,0,0,0 +454390,101,19,215,46,45,0,0,0,0,0,0,0 +481211,101,19,62,11,10,0,0,0,0,0,0,0 +483113,101,19,38,5,4,0,0,0,0,0,0,0 +484110,101,19,230,40,37,0,0,0,0,0,0,0 +484121,101,19,605,32,18,5,0,0,0,0,0,0 +484122,101,19,196,11,3,0,0,0,0,0,0,0 +484210,101,19,191,15,11,0,0,0,0,0,0,0 +484220,101,19,379,60,53,6,0,0,0,0,0,0 +484230,101,19,118,20,13,0,0,0,0,0,0,0 +485320,101,19,30,4,0,0,0,0,0,0,0,0 +485410,101,19,1065,37,18,7,0,0,0,0,0,0 +485991,101,19,49,13,12,0,0,0,0,0,0,0 +485999,101,19,24,12,9,0,0,0,0,0,0,0 +487210,101,19,10,6,6,0,0,0,0,0,0,0 +488119,101,19,125,6,3,0,0,0,0,0,0,0 +488190,101,19,576,13,5,0,0,0,0,0,0,0 +488210,101,19,398,5,0,0,0,0,0,0,0,0 +488320,101,19,513,4,0,0,0,0,0,0,0,0 +488330,101,19,63,9,7,0,0,0,0,0,0,0 +488410,101,19,155,22,18,0,0,0,0,0,0,0 +488490,101,19,21,9,5,0,0,0,0,0,0,0 +488510,101,19,375,37,30,3,0,0,0,0,0,0 +488991,101,19,40,4,0,0,0,0,0,0,0,0 +492110,101,19,993,29,21,0,3,0,0,0,0,0 +492210,101,19,120,15,10,0,0,0,0,0,0,0 +493110,101,19,764,56,41,8,0,0,0,0,0,0 +493120,101,19,134,4,3,0,0,0,0,0,0,0 +493190,101,19,64,10,7,0,0,0,0,0,0,0 +511110,101,19,0,14,4,0,0,0,0,0,0,0 +511120,101,19,75,10,6,0,0,0,0,0,0,0 +511210,101,19,644,68,59,3,0,0,0,0,0,0 +512110,101,19,41,29,29,0,0,0,0,0,0,0 +512131,101,19,277,7,0,3,0,0,0,0,0,0 +512230,101,19,5,3,3,0,0,0,0,0,0,0 +515112,101,19,167,10,3,0,0,0,0,0,0,0 +517311,101,19,1990,88,75,4,0,0,0,0,0,0 +517312,101,19,405,56,46,5,0,0,0,0,0,0 +517911,101,19,61,26,22,0,0,0,0,0,0,0 +517919,101,19,17,9,9,0,0,0,0,0,0,0 +518210,101,19,1131,73,61,5,0,0,0,0,0,0 +519110,101,19,0,3,0,0,0,0,0,0,0,0 +519120,101,19,81,7,3,0,0,0,0,0,0,0 +519130,101,19,247,40,37,0,0,0,0,0,0,0 +519190,101,19,30,6,3,0,0,0,0,0,0,0 +522110,101,19,16344,211,166,14,9,8,11,3,0,0 +522120,101,19,975,51,42,3,0,0,0,0,0,0 +522130,101,19,541,39,28,4,0,0,0,0,0,0 +522210,101,19,6360,33,19,0,0,5,0,0,0,0 +522220,101,19,140,23,17,0,0,0,0,0,0,0 +522291,101,19,2128,43,33,0,0,0,0,0,0,0 +522292,101,19,389,52,47,0,0,0,0,0,0,0 +522298,101,19,231,50,45,0,0,0,0,0,0,0 +522310,101,19,101,14,11,0,0,0,0,0,0,0 +522320,101,19,1015,27,14,6,4,0,0,0,0,0 +522390,101,19,754,61,55,0,0,0,0,0,0,0 +523110,101,19,235,34,30,0,0,0,0,0,0,0 +523120,101,19,2584,92,79,3,3,0,0,0,0,0 +523130,101,19,13,7,6,0,0,0,0,0,0,0 +523910,101,19,319,137,134,0,0,0,0,0,0,0 +523920,101,19,2001,170,159,8,0,0,0,0,0,0 +523930,101,19,258,129,128,0,0,0,0,0,0,0 +523991,101,19,515,40,33,7,0,0,0,0,0,0 +524113,101,19,772,37,29,6,0,0,0,0,0,0 +524114,101,19,906,16,3,6,0,0,0,0,0,0 +524126,101,19,1223,31,21,0,0,0,0,0,0,0 +524127,101,19,24,7,6,0,0,0,0,0,0,0 +524128,101,19,28,4,0,0,0,0,0,0,0,0 +524210,101,19,1360,263,250,10,0,0,0,0,0,0 +524291,101,19,59,8,6,0,0,0,0,0,0,0 +524292,101,19,0,6,3,0,0,0,0,0,0,0 +524298,101,19,63,8,4,0,0,0,0,0,0,0 +525910,101,19,10,7,7,0,0,0,0,0,0,0 +525990,101,19,59,44,43,0,0,0,0,0,0,0 +531110,101,19,760,158,151,3,0,0,0,0,0,0 +531120,101,19,359,85,79,3,0,0,0,0,0,0 +531130,101,19,77,36,35,0,0,0,0,0,0,0 +531190,101,19,123,29,27,0,0,0,0,0,0,0 +531210,101,19,596,239,234,3,0,0,0,0,0,0 +531311,101,19,1026,94,83,7,0,0,0,0,0,0 +531312,101,19,394,58,49,8,0,0,0,0,0,0 +531320,101,19,63,36,36,0,0,0,0,0,0,0 +531390,101,19,85,45,42,0,0,0,0,0,0,0 +532111,101,19,97,22,17,0,0,0,0,0,0,0 +532120,101,19,75,6,0,0,0,0,0,0,0,0 +532210,101,19,74,21,17,3,0,0,0,0,0,0 +532283,101,19,0,3,0,0,0,0,0,0,0,0 +532284,101,19,0,3,0,0,0,0,0,0,0,0 +532289,101,19,72,12,9,0,0,0,0,0,0,0 +532310,101,19,20,3,0,0,0,0,0,0,0,0 +532411,101,19,0,3,3,0,0,0,0,0,0,0 +532412,101,19,43,5,0,0,0,0,0,0,0,0 +532490,101,19,239,25,19,0,0,0,0,0,0,0 +533110,101,19,204,60,54,3,0,0,0,0,0,0 +541110,101,19,4053,384,339,38,5,0,0,0,0,0 +541191,101,19,73,19,16,0,0,0,0,0,0,0 +541199,101,19,103,26,19,0,0,0,0,0,0,0 +541211,101,19,877,106,94,9,0,0,0,0,0,0 +541213,101,19,513,59,51,6,0,0,0,0,0,0 +541214,101,19,150,11,8,0,0,0,0,0,0,0 +541219,101,19,763,96,84,7,0,0,0,0,0,0 +541310,101,19,113,18,18,0,0,0,0,0,0,0 +541330,101,19,2371,156,129,22,0,0,0,0,0,0 +541340,101,19,47,8,7,0,0,0,0,0,0,0 +541350,101,19,51,12,9,0,0,0,0,0,0,0 +541370,101,19,49,15,15,0,0,0,0,0,0,0 +541380,101,19,364,15,8,0,0,0,0,0,0,0 +541410,101,19,86,23,21,0,0,0,0,0,0,0 +541430,101,19,77,31,30,0,0,0,0,0,0,0 +541490,101,19,5,3,3,0,0,0,0,0,0,0 +541511,101,19,2542,349,314,29,0,0,0,0,0,0 +541512,101,19,1867,210,194,8,0,0,0,0,0,0 +541513,101,19,143,15,10,0,0,0,0,0,0,0 +541519,101,19,395,49,42,0,0,0,0,0,0,0 +541611,101,19,1201,236,223,9,0,0,0,0,0,0 +541612,101,19,45,23,23,0,0,0,0,0,0,0 +541613,101,19,785,105,98,3,0,0,0,0,0,0 +541614,101,19,176,23,20,0,0,0,0,0,0,0 +541618,101,19,19,9,7,0,0,0,0,0,0,0 +541620,101,19,279,26,15,6,0,0,0,0,0,0 +541690,101,19,1638,79,77,0,0,0,0,0,0,0 +541713,101,19,244,21,13,3,0,0,0,0,0,0 +541714,101,19,20,20,8,0,0,0,0,0,0,0 +541715,101,19,2064,46,34,7,3,0,0,0,0,0 +541720,101,19,6,4,4,0,0,0,0,0,0,0 +541810,101,19,234,53,46,0,0,0,0,0,0,0 +541820,101,19,62,16,16,0,0,0,0,0,0,0 +541830,101,19,2,3,3,0,0,0,0,0,0,0 +541840,101,19,0,3,3,0,0,0,0,0,0,0 +541850,101,19,40,8,5,0,0,0,0,0,0,0 +541860,101,19,212,10,6,0,0,0,0,0,0,0 +541890,101,19,122,16,10,0,0,0,0,0,0,0 +541910,101,19,24,13,12,0,0,0,0,0,0,0 +541921,101,19,40,18,16,0,0,0,0,0,0,0 +541922,101,19,19,7,6,0,0,0,0,0,0,0 +541930,101,19,5,6,6,0,0,0,0,0,0,0 +541940,101,19,918,54,41,11,0,0,0,0,0,0 +541990,101,19,421,66,59,0,0,0,0,0,0,0 +551111,101,19,0,10,9,0,0,0,0,0,0,0 +551112,101,19,1972,535,527,7,0,0,0,0,0,0 +551114,101,19,4665,144,110,21,3,4,0,0,0,0 +561110,101,19,1711,138,119,14,3,0,0,0,0,0 +561210,101,19,274,22,10,0,0,0,0,0,0,0 +561311,101,19,30,5,3,0,0,0,0,0,0,0 +561312,101,19,28,14,12,0,0,0,0,0,0,0 +561320,101,19,6203,120,73,24,11,4,0,0,0,0 +561330,101,19,0,4,3,0,0,0,0,0,0,0 +561410,101,19,31,8,8,0,0,0,0,0,0,0 +561421,101,19,0,4,0,0,0,0,0,0,0,0 +561422,101,19,194,14,9,0,0,0,0,0,0,0 +561431,101,19,27,11,9,0,0,0,0,0,0,0 +561439,101,19,39,11,8,0,0,0,0,0,0,0 +561440,101,19,84,15,7,0,0,0,0,0,0,0 +561492,101,19,42,6,5,0,0,0,0,0,0,0 +561499,101,19,55,9,7,0,0,0,0,0,0,0 +561510,101,19,75,39,36,0,0,0,0,0,0,0 +561520,101,19,34,9,6,0,0,0,0,0,0,0 +561599,101,19,0,12,7,3,0,0,0,0,0,0 +561611,101,19,40,5,3,0,0,0,0,0,0,0 +561612,101,19,2136,26,11,5,0,0,0,0,0,0 +561621,101,19,352,22,13,3,0,0,0,0,0,0 +561622,101,19,11,4,3,0,0,0,0,0,0,0 +561710,101,19,232,35,32,0,0,0,0,0,0,0 +561720,101,19,2650,181,152,20,0,0,0,0,0,0 +561730,101,19,2557,275,253,18,0,0,0,0,0,0 +561740,101,19,126,15,13,0,0,0,0,0,0,0 +561790,101,19,91,13,9,0,0,0,0,0,0,0 +561920,101,19,5,7,7,0,0,0,0,0,0,0 +561990,101,19,502,42,29,9,0,0,0,0,0,0 +562111,101,19,566,28,18,3,0,0,0,0,0,0 +562119,101,19,5,3,3,0,0,0,0,0,0,0 +562219,101,19,27,3,0,0,0,0,0,0,0,0 +562910,101,19,308,17,10,3,0,0,0,0,0,0 +562920,101,19,106,4,0,0,0,0,0,0,0,0 +562991,101,19,48,3,0,0,0,0,0,0,0,0 +611110,101,19,3314,57,18,25,9,0,0,0,0,0 +611310,101,19,0,7,0,0,0,0,0,0,0,0 +611420,101,19,47,7,4,0,0,0,0,0,0,0 +611430,101,19,62,15,13,0,0,0,0,0,0,0 +611511,101,19,44,3,0,0,0,0,0,0,0,0 +611519,101,19,95,10,8,0,0,0,0,0,0,0 +611610,101,19,269,42,35,0,0,0,0,0,0,0 +611620,101,19,272,53,49,3,0,0,0,0,0,0 +611630,101,19,47,4,3,0,0,0,0,0,0,0 +611691,101,19,307,21,16,4,0,0,0,0,0,0 +611692,101,19,26,5,0,0,0,0,0,0,0,0 +611699,101,19,36,14,13,0,0,0,0,0,0,0 +611710,101,19,133,24,17,0,0,0,0,0,0,0 +621111,101,19,7012,483,411,65,3,0,0,0,0,0 +621112,101,19,259,30,29,0,0,0,0,0,0,0 +621210,101,19,2394,226,199,27,0,0,0,0,0,0 +621310,101,19,444,98,96,0,0,0,0,0,0,0 +621320,101,19,217,33,27,0,0,0,0,0,0,0 +621330,101,19,301,62,55,3,0,0,0,0,0,0 +621340,101,19,978,105,94,10,0,0,0,0,0,0 +621391,101,19,152,22,17,0,0,0,0,0,0,0 +621399,101,19,107,29,24,0,0,0,0,0,0,0 +621410,101,19,79,7,0,0,0,0,0,0,0,0 +621420,101,19,817,39,25,9,0,0,0,0,0,0 +621492,101,19,0,8,3,4,0,0,0,0,0,0 +621493,101,19,732,26,4,10,0,0,0,0,0,0 +621498,101,19,629,33,19,5,0,0,0,0,0,0 +621511,101,19,146,43,41,0,0,0,0,0,0,0 +621512,101,19,350,28,20,4,0,0,0,0,0,0 +621610,101,19,3720,69,24,28,10,0,0,0,0,0 +621910,101,19,470,12,0,6,0,0,0,0,0,0 +621999,101,19,46,7,4,0,0,0,0,0,0,0 +622110,101,19,13707,6,0,0,0,0,0,0,0,0 +622210,101,19,1042,3,0,0,0,0,0,0,0,0 +623110,101,19,3409,24,0,0,17,0,0,0,0,0 +623210,101,19,1921,118,106,4,4,0,0,0,0,0 +623220,101,19,448,27,15,4,0,0,0,0,0,0 +623311,101,19,2061,15,0,4,11,0,0,0,0,0 +623312,101,19,579,10,0,8,0,0,0,0,0,0 +623990,101,19,131,9,3,0,0,0,0,0,0,0 +624110,101,19,409,36,26,5,0,0,0,0,0,0 +624120,101,19,2705,68,41,12,7,0,0,0,0,0 +624190,101,19,1270,81,63,14,0,0,0,0,0,0 +624210,101,19,85,4,0,0,0,0,0,0,0,0 +624221,101,19,143,11,7,0,0,0,0,0,0,0 +624229,101,19,123,14,11,0,0,0,0,0,0,0 +624310,101,19,677,21,10,6,0,0,0,0,0,0 +624410,101,19,4260,280,200,78,0,0,0,0,0,0 +711110,101,19,56,6,0,0,0,0,0,0,0,0 +711130,101,19,50,15,13,0,0,0,0,0,0,0 +711211,101,19,78,6,4,0,0,0,0,0,0,0 +711219,101,19,50,12,9,0,0,0,0,0,0,0 +711310,101,19,0,5,0,0,0,0,0,0,0,0 +711320,101,19,12,7,6,0,0,0,0,0,0,0 +711410,101,19,7,9,9,0,0,0,0,0,0,0 +711510,101,19,61,52,50,0,0,0,0,0,0,0 +712110,101,19,684,16,4,0,0,0,0,0,0,0 +712120,101,19,53,4,0,0,0,0,0,0,0,0 +713290,101,19,18,8,3,0,0,0,0,0,0,0 +713910,101,19,820,20,3,7,0,0,0,0,0,0 +713930,101,19,16,3,0,0,0,0,0,0,0,0 +713940,101,19,1204,114,96,10,0,0,0,0,0,0 +713950,101,19,131,6,0,4,0,0,0,0,0,0 +713990,101,19,350,46,42,0,0,0,0,0,0,0 +721110,101,19,3319,156,83,69,3,0,0,0,0,0 +722310,101,19,2046,115,91,16,3,0,0,0,0,0 +722320,101,19,93,24,20,0,0,0,0,0,0,0 +722330,101,19,16,10,8,0,0,0,0,0,0,0 +722410,101,19,362,48,40,0,0,0,0,0,0,0 +722511,101,19,13823,518,288,212,18,0,0,0,0,0 +722513,101,19,8829,546,381,163,0,0,0,0,0,0 +722514,101,19,29,4,0,0,0,0,0,0,0,0 +722515,101,19,1610,136,119,16,0,0,0,0,0,0 +811111,101,19,793,189,185,0,0,0,0,0,0,0 +811113,101,19,48,12,7,0,0,0,0,0,0,0 +811121,101,19,562,63,58,0,0,0,0,0,0,0 +811122,101,19,58,16,14,0,0,0,0,0,0,0 +811191,101,19,118,12,5,0,0,0,0,0,0,0 +811192,101,19,363,36,27,5,0,0,0,0,0,0 +811212,101,19,54,13,10,0,0,0,0,0,0,0 +811219,101,19,2,6,3,0,0,0,0,0,0,0 +811310,101,19,213,29,21,4,0,0,0,0,0,0 +811412,101,19,31,5,4,0,0,0,0,0,0,0 +811420,101,19,16,4,3,0,0,0,0,0,0,0 +811430,101,19,13,3,0,0,0,0,0,0,0,0 +811490,101,19,40,13,10,0,0,0,0,0,0,0 +812111,101,19,97,20,18,0,0,0,0,0,0,0 +812112,101,19,1590,193,173,18,0,0,0,0,0,0 +812113,101,19,374,89,88,0,0,0,0,0,0,0 +812191,101,19,67,6,4,0,0,0,0,0,0,0 +812199,101,19,316,57,49,5,0,0,0,0,0,0 +812210,101,19,424,32,27,0,0,0,0,0,0,0 +812220,101,19,54,11,7,0,0,0,0,0,0,0 +812310,101,19,46,15,13,0,0,0,0,0,0,0 +812320,101,19,321,56,52,0,0,0,0,0,0,0 +812331,101,19,385,4,0,0,0,0,0,0,0,0 +812910,101,19,357,37,33,0,0,0,0,0,0,0 +812930,101,19,130,17,14,0,0,0,0,0,0,0 +812990,101,19,69,32,31,0,0,0,0,0,0,0 +813110,101,19,3377,388,348,37,3,0,0,0,0,0 +813211,101,19,166,51,47,0,0,0,0,0,0,0 +813212,101,19,50,8,4,0,0,0,0,0,0,0 +813219,101,19,56,10,8,0,0,0,0,0,0,0 +813311,101,19,70,11,9,0,0,0,0,0,0,0 +813312,101,19,194,19,10,0,0,0,0,0,0,0 +813319,101,19,58,12,7,0,0,0,0,0,0,0 +813410,101,19,1897,71,56,5,0,3,0,0,0,0 +813910,101,19,333,37,35,0,0,0,0,0,0,0 +813920,101,19,115,23,19,0,0,0,0,0,0,0 +813930,101,19,352,68,64,0,0,0,0,0,0,0 +813940,101,19,16,12,12,0,0,0,0,0,0,0 +813990,101,19,95,25,20,0,0,0,0,0,0,0 +113310,109,19,0,3,3,0,0,0,0,0,0,0 +114111,109,19,5,3,3,0,0,0,0,0,0,0 +115210,109,19,20,5,3,0,0,0,0,0,0,0 +221122,109,19,0,4,0,0,0,0,0,0,0,0 +221310,109,19,0,5,3,0,0,0,0,0,0,0 +236115,109,19,415,85,84,0,0,0,0,0,0,0 +236116,109,19,0,4,3,0,0,0,0,0,0,0 +236117,109,19,221,25,18,3,0,0,0,0,0,0 +236118,109,19,348,116,116,0,0,0,0,0,0,0 +236220,109,19,122,21,20,0,0,0,0,0,0,0 +237110,109,19,71,12,12,0,0,0,0,0,0,0 +237130,109,19,241,5,0,0,0,0,0,0,0,0 +237210,109,19,15,4,3,0,0,0,0,0,0,0 +237310,109,19,114,5,0,0,0,0,0,0,0,0 +237990,109,19,12,5,4,0,0,0,0,0,0,0 +238110,109,19,93,13,13,0,0,0,0,0,0,0 +238130,109,19,51,17,15,0,0,0,0,0,0,0 +238140,109,19,99,19,18,0,0,0,0,0,0,0 +238160,109,19,75,10,6,0,0,0,0,0,0,0 +238170,109,19,6,4,4,0,0,0,0,0,0,0 +238190,109,19,0,4,0,0,0,0,0,0,0,0 +238210,109,19,394,57,52,5,0,0,0,0,0,0 +238220,109,19,1026,104,90,14,0,0,0,0,0,0 +238290,109,19,51,13,13,0,0,0,0,0,0,0 +238310,109,19,208,18,14,0,0,0,0,0,0,0 +238320,109,19,81,25,24,0,0,0,0,0,0,0 +238330,109,19,33,8,5,0,0,0,0,0,0,0 +238340,109,19,20,9,8,0,0,0,0,0,0,0 +238350,109,19,70,27,25,0,0,0,0,0,0,0 +238390,109,19,30,3,0,0,0,0,0,0,0,0 +238910,109,19,438,38,35,0,0,0,0,0,0,0 +238990,109,19,285,30,26,4,0,0,0,0,0,0 +311119,109,19,0,3,0,0,0,0,0,0,0,0 +311340,109,19,0,3,0,0,0,0,0,0,0,0 +311615,109,19,7093,5,0,0,0,0,0,3,0,0 +311811,109,19,20,6,4,0,0,0,0,0,0,0 +312120,109,19,0,3,0,0,0,0,0,0,0,0 +314120,109,19,22,3,0,0,0,0,0,0,0,0 +323111,109,19,13,4,4,0,0,0,0,0,0,0 +323113,109,19,0,3,0,0,0,0,0,0,0,0 +325314,109,19,24,4,0,0,0,0,0,0,0,0 +326199,109,19,135,5,3,0,0,0,0,0,0,0 +332312,109,19,155,4,0,0,0,0,0,0,0,0 +332710,109,19,135,4,0,0,0,0,0,0,0,0 +337110,109,19,40,6,0,0,0,0,0,0,0,0 +339950,109,19,0,3,0,0,0,0,0,0,0,0 +423120,109,19,42,3,0,0,0,0,0,0,0,0 +423310,109,19,105,3,0,0,0,0,0,0,0,0 +423320,109,19,16,3,0,0,0,0,0,0,0,0 +423420,109,19,4,3,3,0,0,0,0,0,0,0 +423450,109,19,0,3,0,0,0,0,0,0,0,0 +423510,109,19,45,3,0,0,0,0,0,0,0,0 +423610,109,19,30,10,8,0,0,0,0,0,0,0 +423690,109,19,0,3,0,0,0,0,0,0,0,0 +423710,109,19,0,3,0,0,0,0,0,0,0,0 +423720,109,19,68,7,4,0,0,0,0,0,0,0 +423730,109,19,38,6,3,0,0,0,0,0,0,0 +423810,109,19,23,3,0,0,0,0,0,0,0,0 +423820,109,19,188,16,13,3,0,0,0,0,0,0 +423830,109,19,166,15,9,4,0,0,0,0,0,0 +423930,109,19,78,4,0,0,0,0,0,0,0,0 +423940,109,19,3,3,3,0,0,0,0,0,0,0 +423990,109,19,13,4,3,0,0,0,0,0,0,0 +424130,109,19,0,3,0,0,0,0,0,0,0,0 +424210,109,19,0,6,0,0,0,0,0,0,0,0 +424450,109,19,0,3,0,0,0,0,0,0,0,0 +424480,109,19,45,4,3,0,0,0,0,0,0,0 +424490,109,19,21,11,9,0,0,0,0,0,0,0 +424510,109,19,36,5,3,0,0,0,0,0,0,0 +424690,109,19,43,5,0,0,0,0,0,0,0,0 +424910,109,19,62,10,10,0,0,0,0,0,0,0 +424930,109,19,7,3,3,0,0,0,0,0,0,0 +425120,109,19,27,15,14,0,0,0,0,0,0,0 +441110,109,19,487,16,4,10,0,0,0,0,0,0 +441120,109,19,131,26,25,0,0,0,0,0,0,0 +441210,109,19,12,3,0,0,0,0,0,0,0,0 +441222,109,19,180,13,12,0,0,0,0,0,0,0 +441228,109,19,53,6,4,0,0,0,0,0,0,0 +441310,109,19,290,35,33,0,0,0,0,0,0,0 +441320,109,19,59,9,7,0,0,0,0,0,0,0 +442110,109,19,509,43,40,0,0,0,0,0,0,0 +442210,109,19,59,13,12,0,0,0,0,0,0,0 +442299,109,19,239,23,21,0,0,0,0,0,0,0 +443141,109,19,49,8,5,0,0,0,0,0,0,0 +443142,109,19,43,10,9,0,0,0,0,0,0,0 +444110,109,19,0,4,0,0,4,0,0,0,0,0 +444120,109,19,0,5,3,0,0,0,0,0,0,0 +444130,109,19,179,13,7,4,0,0,0,0,0,0 +444190,109,19,406,31,22,9,0,0,0,0,0,0 +444210,109,19,78,7,3,0,0,0,0,0,0,0 +444220,109,19,102,15,15,0,0,0,0,0,0,0 +445110,109,19,2063,44,16,23,5,0,0,0,0,0 +445120,109,19,73,14,12,0,0,0,0,0,0,0 +445220,109,19,12,6,4,0,0,0,0,0,0,0 +445230,109,19,5,4,4,0,0,0,0,0,0,0 +445291,109,19,25,3,0,0,0,0,0,0,0,0 +445292,109,19,32,11,9,0,0,0,0,0,0,0 +445299,109,19,27,6,6,0,0,0,0,0,0,0 +445310,109,19,398,67,64,0,0,0,0,0,0,0 +446110,109,19,621,48,35,13,0,0,0,0,0,0 +446120,109,19,66,10,9,0,0,0,0,0,0,0 +446130,109,19,55,9,7,0,0,0,0,0,0,0 +446191,109,19,18,7,5,0,0,0,0,0,0,0 +446199,109,19,24,3,0,0,0,0,0,0,0,0 +447110,109,19,819,68,50,18,0,0,0,0,0,0 +447190,109,19,144,9,3,5,0,0,0,0,0,0 +448110,109,19,56,8,6,0,0,0,0,0,0,0 +448120,109,19,423,53,48,4,0,0,0,0,0,0 +448130,109,19,96,8,4,0,0,0,0,0,0,0 +448140,109,19,668,44,32,11,0,0,0,0,0,0 +448150,109,19,105,12,9,0,0,0,0,0,0,0 +448190,109,19,254,24,21,0,0,0,0,0,0,0 +448210,109,19,344,35,34,0,0,0,0,0,0,0 +448310,109,19,90,18,18,0,0,0,0,0,0,0 +451110,109,19,83,34,33,0,0,0,0,0,0,0 +451120,109,19,63,8,6,0,0,0,0,0,0,0 +451130,109,19,26,6,4,0,0,0,0,0,0,0 +451211,109,19,38,4,0,0,0,0,0,0,0,0 +452311,109,19,1385,6,0,0,4,0,0,0,0,0 +452319,109,19,432,43,39,4,0,0,0,0,0,0 +453110,109,19,41,15,15,0,0,0,0,0,0,0 +453210,109,19,0,3,0,0,0,0,0,0,0,0 +453220,109,19,99,26,23,0,0,0,0,0,0,0 +453310,109,19,108,19,17,0,0,0,0,0,0,0 +453910,109,19,125,18,17,0,0,0,0,0,0,0 +453920,109,19,5,5,5,0,0,0,0,0,0,0 +453930,109,19,0,6,4,0,0,0,0,0,0,0 +453991,109,19,68,18,16,0,0,0,0,0,0,0 +453998,109,19,109,23,22,0,0,0,0,0,0,0 +454110,109,19,194,25,23,0,0,0,0,0,0,0 +454310,109,19,294,14,6,6,0,0,0,0,0,0 +454390,109,19,34,15,15,0,0,0,0,0,0,0 +484110,109,19,65,16,13,0,0,0,0,0,0,0 +484121,109,19,170,14,8,0,0,0,0,0,0,0 +484122,109,19,62,4,0,0,0,0,0,0,0,0 +484220,109,19,157,40,36,0,0,0,0,0,0,0 +484230,109,19,35,3,0,0,0,0,0,0,0,0 +485410,109,19,391,51,45,5,0,0,0,0,0,0 +485991,109,19,0,3,0,0,0,0,0,0,0,0 +487210,109,19,5,7,7,0,0,0,0,0,0,0 +488190,109,19,12,3,0,0,0,0,0,0,0,0 +488330,109,19,0,3,0,0,0,0,0,0,0,0 +488410,109,19,81,8,5,0,0,0,0,0,0,0 +488510,109,19,220,8,4,0,0,0,0,0,0,0 +492110,109,19,143,5,0,0,0,0,0,0,0,0 +492210,109,19,0,3,0,0,0,0,0,0,0,0 +493110,109,19,0,4,0,0,0,0,0,0,0,0 +493130,109,19,34,4,0,0,0,0,0,0,0,0 +511110,109,19,71,5,3,0,0,0,0,0,0,0 +511210,109,19,0,6,5,0,0,0,0,0,0,0 +512131,109,19,44,3,0,0,0,0,0,0,0,0 +517311,109,19,187,30,28,0,0,0,0,0,0,0 +517312,109,19,48,14,13,0,0,0,0,0,0,0 +517911,109,19,0,4,3,0,0,0,0,0,0,0 +518210,109,19,25,5,3,0,0,0,0,0,0,0 +519120,109,19,29,3,0,0,0,0,0,0,0,0 +519130,109,19,5,3,3,0,0,0,0,0,0,0 +522110,109,19,1089,64,58,4,0,0,0,0,0,0 +522120,109,19,82,13,12,0,0,0,0,0,0,0 +522130,109,19,113,12,9,0,0,0,0,0,0,0 +522291,109,19,14,4,3,0,0,0,0,0,0,0 +522292,109,19,71,22,21,0,0,0,0,0,0,0 +522298,109,19,35,9,7,0,0,0,0,0,0,0 +522390,109,19,42,19,18,0,0,0,0,0,0,0 +523120,109,19,47,12,9,0,0,0,0,0,0,0 +523920,109,19,33,21,19,0,0,0,0,0,0,0 +523930,109,19,15,7,6,0,0,0,0,0,0,0 +524113,109,19,0,3,3,0,0,0,0,0,0,0 +524210,109,19,244,55,51,3,0,0,0,0,0,0 +531110,109,19,204,30,25,0,0,0,0,0,0,0 +531120,109,19,90,28,26,0,0,0,0,0,0,0 +531130,109,19,21,12,11,0,0,0,0,0,0,0 +531190,109,19,74,17,15,0,0,0,0,0,0,0 +531210,109,19,358,111,110,0,0,0,0,0,0,0 +531311,109,19,220,35,34,0,0,0,0,0,0,0 +531312,109,19,57,8,5,0,0,0,0,0,0,0 +531320,109,19,27,18,17,0,0,0,0,0,0,0 +531390,109,19,15,4,3,0,0,0,0,0,0,0 +532111,109,19,15,4,3,0,0,0,0,0,0,0 +532210,109,19,0,5,3,0,0,0,0,0,0,0 +532284,109,19,6,8,8,0,0,0,0,0,0,0 +532289,109,19,26,5,3,0,0,0,0,0,0,0 +532490,109,19,49,7,3,0,0,0,0,0,0,0 +541110,109,19,389,54,51,3,0,0,0,0,0,0 +541211,109,19,131,24,21,0,0,0,0,0,0,0 +541213,109,19,76,12,9,0,0,0,0,0,0,0 +541219,109,19,95,19,16,0,0,0,0,0,0,0 +541310,109,19,35,11,11,0,0,0,0,0,0,0 +541320,109,19,0,3,0,0,0,0,0,0,0,0 +541330,109,19,221,36,33,0,0,0,0,0,0,0 +541340,109,19,8,4,4,0,0,0,0,0,0,0 +541350,109,19,8,5,5,0,0,0,0,0,0,0 +541370,109,19,51,8,6,0,0,0,0,0,0,0 +541410,109,19,30,6,3,0,0,0,0,0,0,0 +541430,109,19,0,3,3,0,0,0,0,0,0,0 +541511,109,19,175,38,36,0,0,0,0,0,0,0 +541512,109,19,121,33,31,0,0,0,0,0,0,0 +541513,109,19,11,4,3,0,0,0,0,0,0,0 +541519,109,19,0,4,4,0,0,0,0,0,0,0 +541611,109,19,95,37,32,0,0,0,0,0,0,0 +541612,109,19,2,3,3,0,0,0,0,0,0,0 +541613,109,19,38,24,24,0,0,0,0,0,0,0 +541614,109,19,5,3,3,0,0,0,0,0,0,0 +541618,109,19,7,4,4,0,0,0,0,0,0,0 +541620,109,19,59,9,5,0,0,0,0,0,0,0 +541690,109,19,12,12,12,0,0,0,0,0,0,0 +541810,109,19,44,6,4,0,0,0,0,0,0,0 +541820,109,19,4,3,3,0,0,0,0,0,0,0 +541890,109,19,11,3,0,0,0,0,0,0,0,0 +541921,109,19,6,6,6,0,0,0,0,0,0,0 +541940,109,19,235,18,13,0,0,0,0,0,0,0 +541990,109,19,2,4,4,0,0,0,0,0,0,0 +551112,109,19,45,8,6,0,0,0,0,0,0,0 +551114,109,19,240,20,15,0,0,0,0,0,0,0 +561110,109,19,155,21,18,0,0,0,0,0,0,0 +561320,109,19,822,10,0,0,4,0,0,0,0,0 +561510,109,19,32,7,5,0,0,0,0,0,0,0 +561621,109,19,24,5,3,0,0,0,0,0,0,0 +561710,109,19,125,12,6,0,0,0,0,0,0,0 +561720,109,19,681,52,46,3,0,0,0,0,0,0 +561730,109,19,1131,118,103,14,0,0,0,0,0,0 +561740,109,19,69,9,5,0,0,0,0,0,0,0 +561790,109,19,81,18,18,0,0,0,0,0,0,0 +561920,109,19,15,4,3,0,0,0,0,0,0,0 +561990,109,19,91,15,13,0,0,0,0,0,0,0 +562111,109,19,177,12,6,3,0,0,0,0,0,0 +562991,109,19,28,6,3,0,0,0,0,0,0,0 +611110,109,19,230,9,0,5,0,0,0,0,0,0 +611430,109,19,7,6,6,0,0,0,0,0,0,0 +611610,109,19,92,9,7,0,0,0,0,0,0,0 +611620,109,19,17,3,0,0,0,0,0,0,0,0 +611699,109,19,0,3,0,0,0,0,0,0,0,0 +621111,109,19,1729,164,141,22,0,0,0,0,0,0 +621112,109,19,6,5,5,0,0,0,0,0,0,0 +621210,109,19,386,34,30,4,0,0,0,0,0,0 +621310,109,19,81,20,18,0,0,0,0,0,0,0 +621320,109,19,94,11,9,0,0,0,0,0,0,0 +621330,109,19,20,10,9,0,0,0,0,0,0,0 +621340,109,19,291,53,53,0,0,0,0,0,0,0 +621391,109,19,33,5,0,0,0,0,0,0,0,0 +621399,109,19,0,8,5,0,0,0,0,0,0,0 +621420,109,19,134,7,3,3,0,0,0,0,0,0 +621492,109,19,0,3,0,0,0,0,0,0,0,0 +621493,109,19,54,5,0,0,0,0,0,0,0,0 +621498,109,19,577,28,23,3,0,0,0,0,0,0 +621511,109,19,0,12,11,0,0,0,0,0,0,0 +621512,109,19,75,8,4,0,0,0,0,0,0,0 +621610,109,19,196,7,3,0,0,0,0,0,0,0 +621910,109,19,119,6,0,4,0,0,0,0,0,0 +621999,109,19,0,3,0,0,0,0,0,0,0,0 +622110,109,19,3106,3,0,0,0,0,0,0,0,0 +623110,109,19,1326,12,0,0,7,0,0,0,0,0 +623210,109,19,0,50,48,0,0,0,0,0,0,0 +623220,109,19,73,5,4,0,0,0,0,0,0,0 +623311,109,19,616,6,0,0,0,0,0,0,0,0 +624120,109,19,287,15,10,3,0,0,0,0,0,0 +624190,109,19,278,20,10,4,0,0,0,0,0,0 +624210,109,19,82,9,6,0,0,0,0,0,0,0 +624221,109,19,33,4,3,0,0,0,0,0,0,0 +624229,109,19,0,3,0,0,0,0,0,0,0,0 +624410,109,19,792,68,60,7,0,0,0,0,0,0 +711110,109,19,11,3,0,0,0,0,0,0,0,0 +711510,109,19,7,4,3,0,0,0,0,0,0,0 +712110,109,19,21,7,6,0,0,0,0,0,0,0 +713110,109,19,42,6,0,0,0,0,0,0,0,0 +713120,109,19,13,4,3,0,0,0,0,0,0,0 +713910,109,19,513,14,6,6,0,0,0,0,0,0 +713930,109,19,51,11,8,0,0,0,0,0,0,0 +713940,109,19,275,32,28,3,0,0,0,0,0,0 +713950,109,19,165,4,0,0,0,0,0,0,0,0 +713990,109,19,8,8,7,0,0,0,0,0,0,0 +721110,109,19,803,67,54,13,0,0,0,0,0,0 +721191,109,19,15,4,3,0,0,0,0,0,0,0 +721211,109,19,67,10,6,0,0,0,0,0,0,0 +722310,109,19,103,10,8,0,0,0,0,0,0,0 +722320,109,19,66,6,3,0,0,0,0,0,0,0 +722330,109,19,19,3,0,0,0,0,0,0,0,0 +722410,109,19,152,18,14,0,0,0,0,0,0,0 +722511,109,19,6091,302,191,105,6,0,0,0,0,0 +722513,109,19,2282,157,118,38,0,0,0,0,0,0 +722515,109,19,451,67,61,6,0,0,0,0,0,0 +811111,109,19,224,52,50,0,0,0,0,0,0,0 +811121,109,19,78,17,15,0,0,0,0,0,0,0 +811191,109,19,40,3,3,0,0,0,0,0,0,0 +811192,109,19,190,12,6,5,0,0,0,0,0,0 +811310,109,19,92,18,15,0,0,0,0,0,0,0 +811412,109,19,17,4,0,0,0,0,0,0,0,0 +811420,109,19,8,4,4,0,0,0,0,0,0,0 +811490,109,19,17,10,10,0,0,0,0,0,0,0 +812112,109,19,410,65,62,0,0,0,0,0,0,0 +812113,109,19,24,15,15,0,0,0,0,0,0,0 +812199,109,19,69,15,13,0,0,0,0,0,0,0 +812210,109,19,82,14,10,0,0,0,0,0,0,0 +812220,109,19,10,6,6,0,0,0,0,0,0,0 +812310,109,19,15,5,4,0,0,0,0,0,0,0 +812320,109,19,6,3,3,0,0,0,0,0,0,0 +812332,109,19,0,3,0,0,0,0,0,0,0,0 +812910,109,19,74,16,14,0,0,0,0,0,0,0 +813110,109,19,750,157,151,5,0,0,0,0,0,0 +813212,109,19,0,3,0,0,0,0,0,0,0,0 +813312,109,19,21,4,0,0,0,0,0,0,0,0 +813410,109,19,268,24,21,0,0,0,0,0,0,0 +813910,109,19,42,10,7,0,0,0,0,0,0,0 +813930,109,19,0,3,0,0,0,0,0,0,0,0 +813990,109,19,80,24,22,0,0,0,0,0,0,0 +221112,111,20,20,7,6,0,0,0,0,0,0,0 +221122,111,20,1569,36,29,0,0,3,0,0,0,0 +221210,111,20,0,5,3,0,0,0,0,0,0,0 +236115,111,20,143,10,6,0,0,0,0,0,0,0 +236116,111,20,207,14,9,0,0,0,0,0,0,0 +236117,111,20,77,10,5,0,0,0,0,0,0,0 +236118,111,20,571,101,94,7,0,0,0,0,0,0 +236220,111,20,1381,96,76,19,0,0,0,0,0,0 +237110,111,20,459,6,3,0,0,0,0,0,0,0 +237130,111,20,11,5,4,0,0,0,0,0,0,0 +237210,111,20,116,10,7,0,0,0,0,0,0,0 +237310,111,20,1596,13,3,7,0,0,0,0,0,0 +237990,111,20,274,7,5,0,0,0,0,0,0,0 +238110,111,20,1485,10,0,0,0,0,0,0,0,0 +238120,111,20,83,5,4,0,0,0,0,0,0,0 +238140,111,20,208,8,0,0,0,0,0,0,0,0 +238150,111,20,51,5,3,0,0,0,0,0,0,0 +238160,111,20,48,4,0,0,0,0,0,0,0,0 +238190,111,20,10,3,0,0,0,0,0,0,0,0 +238210,111,20,399,26,19,5,0,0,0,0,0,0 +238220,111,20,1560,31,16,8,4,0,0,0,0,0 +238290,111,20,63,6,0,0,0,0,0,0,0,0 +238310,111,20,407,11,3,0,0,0,0,0,0,0 +238320,111,20,136,7,4,0,0,0,0,0,0,0 +238330,111,20,56,8,6,0,0,0,0,0,0,0 +238340,111,20,8,4,4,0,0,0,0,0,0,0 +238350,111,20,125,13,12,0,0,0,0,0,0,0 +238910,111,20,420,10,4,3,0,0,0,0,0,0 +238990,111,20,121,24,23,0,0,0,0,0,0,0 +311811,111,20,135,15,9,0,0,0,0,0,0,0 +311812,111,20,36,4,0,0,0,0,0,0,0,0 +311991,111,20,0,3,0,0,0,0,0,0,0,0 +312120,111,20,134,5,0,3,0,0,0,0,0,0 +312140,111,20,80,3,0,0,0,0,0,0,0,0 +323111,111,20,169,30,29,0,0,0,0,0,0,0 +323113,111,20,18,4,0,0,0,0,0,0,0,0 +327320,111,20,124,6,0,3,0,0,0,0,0,0 +332710,111,20,0,3,0,0,0,0,0,0,0,0 +337121,111,20,13,3,0,0,0,0,0,0,0,0 +339999,111,20,11,3,0,0,0,0,0,0,0,0 +423120,111,20,0,6,3,0,0,0,0,0,0,0 +423210,111,20,215,25,24,0,0,0,0,0,0,0 +423220,111,20,33,8,6,0,0,0,0,0,0,0 +423390,111,20,17,4,0,0,0,0,0,0,0,0 +423420,111,20,441,50,46,0,0,0,0,0,0,0 +423430,111,20,232,11,6,0,0,0,0,0,0,0 +423450,111,20,65,12,9,0,0,0,0,0,0,0 +423610,111,20,115,17,14,0,0,0,0,0,0,0 +423620,111,20,0,3,0,0,0,0,0,0,0,0 +423690,111,20,130,16,14,0,0,0,0,0,0,0 +423720,111,20,23,3,0,0,0,0,0,0,0,0 +423830,111,20,17,3,0,0,0,0,0,0,0,0 +423840,111,20,9,4,3,0,0,0,0,0,0,0 +423850,111,20,17,4,3,0,0,0,0,0,0,0 +423860,111,20,10,4,4,0,0,0,0,0,0,0 +423940,111,20,11,6,6,0,0,0,0,0,0,0 +423990,111,20,205,14,12,0,0,0,0,0,0,0 +424120,111,20,156,17,13,0,0,0,0,0,0,0 +424210,111,20,371,26,22,0,0,0,0,0,0,0 +424310,111,20,32,9,7,0,0,0,0,0,0,0 +424320,111,20,7,5,5,0,0,0,0,0,0,0 +424330,111,20,16,4,0,0,0,0,0,0,0,0 +424410,111,20,23,4,0,0,0,0,0,0,0,0 +424420,111,20,31,4,0,0,0,0,0,0,0,0 +424450,111,20,21,5,3,0,0,0,0,0,0,0 +424460,111,20,143,4,0,0,0,0,0,0,0,0 +424470,111,20,70,5,0,0,0,0,0,0,0,0 +424480,111,20,49,5,0,0,0,0,0,0,0,0 +424490,111,20,157,26,25,0,0,0,0,0,0,0 +424690,111,20,19,4,0,0,0,0,0,0,0,0 +424810,111,20,246,5,0,0,0,0,0,0,0,0 +424820,111,20,366,17,13,0,0,0,0,0,0,0 +424930,111,20,0,4,0,0,0,0,0,0,0,0 +424940,111,20,45,3,0,0,0,0,0,0,0,0 +424990,111,20,28,11,10,0,0,0,0,0,0,0 +425120,111,20,98,24,21,0,0,0,0,0,0,0 +441120,111,20,0,3,3,0,0,0,0,0,0,0 +441310,111,20,105,13,11,0,0,0,0,0,0,0 +441320,111,20,47,8,7,0,0,0,0,0,0,0 +442110,111,20,132,28,27,0,0,0,0,0,0,0 +442210,111,20,37,12,12,0,0,0,0,0,0,0 +442291,111,20,0,3,3,0,0,0,0,0,0,0 +442299,111,20,512,42,35,7,0,0,0,0,0,0 +443142,111,20,402,24,21,0,0,0,0,0,0,0 +444120,111,20,82,10,8,0,0,0,0,0,0,0 +444130,111,20,291,14,6,5,0,0,0,0,0,0 +444190,111,20,60,12,10,0,0,0,0,0,0,0 +444220,111,20,48,5,0,0,0,0,0,0,0,0 +445110,111,20,4795,180,136,21,21,0,0,0,0,0 +445120,111,20,840,129,121,8,0,0,0,0,0,0 +445210,111,20,136,10,5,0,0,0,0,0,0,0 +445220,111,20,58,5,0,0,0,0,0,0,0,0 +445230,111,20,19,3,0,0,0,0,0,0,0,0 +445291,111,20,63,9,8,0,0,0,0,0,0,0 +445292,111,20,75,11,11,0,0,0,0,0,0,0 +445299,111,20,177,23,22,0,0,0,0,0,0,0 +445310,111,20,742,191,187,3,0,0,0,0,0,0 +446110,111,20,1858,148,117,30,0,0,0,0,0,0 +446120,111,20,414,44,38,5,0,0,0,0,0,0 +446130,111,20,240,35,35,0,0,0,0,0,0,0 +446191,111,20,42,12,12,0,0,0,0,0,0,0 +446199,111,20,37,8,5,0,0,0,0,0,0,0 +447110,111,20,382,73,72,0,0,0,0,0,0,0 +447190,111,20,66,11,9,0,0,0,0,0,0,0 +448110,111,20,281,32,29,3,0,0,0,0,0,0 +448120,111,20,1083,71,52,17,0,0,0,0,0,0 +448130,111,20,52,7,4,0,0,0,0,0,0,0 +448140,111,20,1943,71,33,37,0,0,0,0,0,0 +448150,111,20,101,12,7,0,0,0,0,0,0,0 +448190,111,20,221,18,13,5,0,0,0,0,0,0 +448210,111,20,704,61,53,7,0,0,0,0,0,0 +448310,111,20,202,39,36,0,0,0,0,0,0,0 +448320,111,20,31,8,6,0,0,0,0,0,0,0 +451110,111,20,276,16,9,4,0,0,0,0,0,0 +451120,111,20,94,8,4,0,0,0,0,0,0,0 +451130,111,20,24,3,3,0,0,0,0,0,0,0 +451211,111,20,655,31,20,6,0,0,0,0,0,0 +451212,111,20,10,5,4,0,0,0,0,0,0,0 +452311,111,20,1523,5,0,0,0,4,0,0,0,0 +452319,111,20,237,32,30,0,0,0,0,0,0,0 +453110,111,20,155,20,17,0,0,0,0,0,0,0 +453210,111,20,127,12,9,3,0,0,0,0,0,0 +453220,111,20,621,82,77,3,0,0,0,0,0,0 +453310,111,20,286,37,36,0,0,0,0,0,0,0 +453910,111,20,156,19,18,0,0,0,0,0,0,0 +453920,111,20,87,25,21,0,0,0,0,0,0,0 +453991,111,20,46,8,4,0,0,0,0,0,0,0 +453998,111,20,37,12,11,0,0,0,0,0,0,0 +454110,111,20,591,48,43,3,0,0,0,0,0,0 +454210,111,20,5,6,6,0,0,0,0,0,0,0 +454390,111,20,133,18,13,3,0,0,0,0,0,0 +481111,111,20,242,12,11,0,0,0,0,0,0,0 +484210,111,20,8,4,4,0,0,0,0,0,0,0 +484220,111,20,14,4,3,0,0,0,0,0,0,0 +485210,111,20,0,4,0,0,0,0,0,0,0,0 +485310,111,20,0,18,15,0,0,0,0,0,0,0 +485320,111,20,368,6,3,0,0,0,0,0,0,0 +485991,111,20,175,9,6,0,0,0,0,0,0,0 +485999,111,20,121,8,5,3,0,0,0,0,0,0 +486210,111,20,0,5,3,0,0,0,0,0,0,0 +487110,111,20,244,5,0,0,0,0,0,0,0,0 +487210,111,20,0,4,0,0,0,0,0,0,0,0 +488119,111,20,0,3,0,0,0,0,0,0,0,0 +488190,111,20,90,3,0,0,0,0,0,0,0,0 +488410,111,20,32,15,15,0,0,0,0,0,0,0 +488510,111,20,98,15,13,0,0,0,0,0,0,0 +488999,111,20,0,3,0,0,0,0,0,0,0,0 +492110,111,20,0,13,10,0,0,0,0,0,0,0 +492210,111,20,6,4,4,0,0,0,0,0,0,0 +493110,111,20,38,6,0,0,0,0,0,0,0,0 +511110,111,20,2466,42,31,8,0,0,0,0,0,0 +511120,111,20,2360,50,34,11,0,0,0,0,0,0 +511130,111,20,405,20,11,3,0,0,0,0,0,0 +511140,111,20,2,3,3,0,0,0,0,0,0,0 +511199,111,20,7,3,3,0,0,0,0,0,0,0 +511210,111,20,2890,62,42,14,5,0,0,0,0,0 +512110,111,20,579,83,78,0,0,0,0,0,0,0 +512131,111,20,247,11,3,3,0,0,0,0,0,0 +512191,111,20,77,8,5,0,0,0,0,0,0,0 +512240,111,20,0,3,0,0,0,0,0,0,0,0 +512250,111,20,0,3,3,0,0,0,0,0,0,0 +512290,111,20,14,3,0,0,0,0,0,0,0,0 +515111,111,20,629,12,8,0,0,0,0,0,0,0 +515112,111,20,1500,20,12,0,0,0,0,0,0,0 +515120,111,20,1607,36,23,5,6,0,0,0,0,0 +515210,111,20,1330,14,7,0,0,3,0,0,0,0 +517311,111,20,1582,101,91,3,6,0,0,0,0,0 +517312,111,20,402,50,46,3,0,0,0,0,0,0 +517410,111,20,169,3,0,0,0,0,0,0,0,0 +517911,111,20,0,3,0,0,0,0,0,0,0,0 +517919,111,20,106,12,8,0,0,0,0,0,0,0 +518210,111,20,2235,91,71,17,0,0,0,0,0,0 +519110,111,20,701,29,21,6,0,0,0,0,0,0 +519120,111,20,208,7,3,0,0,0,0,0,0,0 +519130,111,20,2691,89,66,16,6,0,0,0,0,0 +519190,111,20,86,16,11,0,0,0,0,0,0,0 +522110,111,20,2717,259,237,18,3,0,0,0,0,0 +522120,111,20,12,3,0,0,0,0,0,0,0,0 +522130,111,20,1047,92,84,7,0,0,0,0,0,0 +522210,111,20,24,5,3,0,0,0,0,0,0,0 +522220,111,20,70,11,7,0,0,0,0,0,0,0 +522291,111,20,35,6,4,0,0,0,0,0,0,0 +522292,111,20,184,26,24,0,0,0,0,0,0,0 +522293,111,20,2,3,3,0,0,0,0,0,0,0 +522294,111,20,0,5,0,0,0,0,0,0,0,0 +522298,111,20,18,5,3,0,0,0,0,0,0,0 +522310,111,20,63,7,3,0,0,0,0,0,0,0 +522320,111,20,186,7,0,0,0,0,0,0,0,0 +522390,111,20,112,28,26,0,0,0,0,0,0,0 +523110,111,20,173,30,27,0,0,0,0,0,0,0 +523120,111,20,1278,83,70,8,0,0,0,0,0,0 +523130,111,20,25,9,8,0,0,0,0,0,0,0 +523140,111,20,88,3,0,0,0,0,0,0,0,0 +523910,111,20,493,41,35,4,0,0,0,0,0,0 +523920,111,20,2205,82,69,10,0,0,0,0,0,0 +523930,111,20,298,56,53,0,0,0,0,0,0,0 +523991,111,20,62,10,9,0,0,0,0,0,0,0 +523999,111,20,10,5,4,0,0,0,0,0,0,0 +524113,111,20,304,43,39,3,0,0,0,0,0,0 +524114,111,20,1006,28,23,0,0,0,0,0,0,0 +524126,111,20,247,28,21,5,0,0,0,0,0,0 +524127,111,20,79,7,3,0,0,0,0,0,0,0 +524130,111,20,0,3,0,0,0,0,0,0,0,0 +524210,111,20,854,107,99,7,0,0,0,0,0,0 +524292,111,20,215,12,9,0,0,0,0,0,0,0 +524298,111,20,11,4,3,0,0,0,0,0,0,0 +525990,111,20,17,9,7,0,0,0,0,0,0,0 +531110,111,20,1895,299,282,16,0,0,0,0,0,0 +531120,111,20,859,141,134,5,0,0,0,0,0,0 +531130,111,20,38,11,11,0,0,0,0,0,0,0 +531190,111,20,186,33,30,0,0,0,0,0,0,0 +531210,111,20,1955,298,281,12,0,0,0,0,0,0 +531311,111,20,2358,249,225,21,3,0,0,0,0,0 +531312,111,20,2222,129,103,21,4,0,0,0,0,0 +531320,111,20,29,9,7,0,0,0,0,0,0,0 +531390,111,20,415,80,74,5,0,0,0,0,0,0 +532111,111,20,146,20,19,0,0,0,0,0,0,0 +532120,111,20,0,4,0,0,0,0,0,0,0,0 +532210,111,20,16,3,3,0,0,0,0,0,0,0 +532284,111,20,0,5,0,0,0,0,0,0,0,0 +532289,111,20,0,3,0,0,0,0,0,0,0,0 +532310,111,20,12,10,9,0,0,0,0,0,0,0 +532490,111,20,286,34,29,5,0,0,0,0,0,0 +533110,111,20,45,5,3,0,0,0,0,0,0,0 +541110,111,20,29044,1232,992,171,44,19,6,0,0,0 +541191,111,20,157,23,22,0,0,0,0,0,0,0 +541199,111,20,755,37,30,4,3,0,0,0,0,0 +541211,111,20,2466,83,68,10,0,0,0,0,0,0 +541213,111,20,408,51,46,5,0,0,0,0,0,0 +541214,111,20,305,14,7,0,0,0,0,0,0,0 +541219,111,20,176,37,34,0,0,0,0,0,0,0 +541310,111,20,3085,164,128,29,6,0,0,0,0,0 +541320,111,20,115,21,20,0,0,0,0,0,0,0 +541330,111,20,5440,260,199,49,10,0,0,0,0,0 +541350,111,20,29,9,7,0,0,0,0,0,0,0 +541370,111,20,0,5,4,0,0,0,0,0,0,0 +541380,111,20,40,5,0,0,0,0,0,0,0,0 +541410,111,20,422,59,50,6,0,0,0,0,0,0 +541430,111,20,337,64,63,0,0,0,0,0,0,0 +541511,111,20,4626,314,260,40,14,0,0,0,0,0 +541512,111,20,9681,643,556,68,13,5,0,0,0,0 +541513,111,20,1593,132,111,20,0,0,0,0,0,0 +541519,111,20,1344,126,107,15,3,0,0,0,0,0 +541611,111,20,16669,813,675,111,19,5,0,0,0,0 +541612,111,20,445,43,34,8,0,0,0,0,0,0 +541613,111,20,860,156,146,8,0,0,0,0,0,0 +541614,111,20,780,42,36,0,3,0,0,0,0,0 +541618,111,20,366,77,75,0,0,0,0,0,0,0 +541620,111,20,492,46,40,4,0,0,0,0,0,0 +541690,111,20,2671,199,168,26,4,0,0,0,0,0 +541713,111,20,435,20,14,3,0,0,0,0,0,0 +541714,111,20,33,9,7,0,0,0,0,0,0,0 +541715,111,20,3313,80,59,13,6,0,0,0,0,0 +541720,111,20,5702,137,97,26,7,5,0,0,0,0 +541810,111,20,1175,64,50,9,0,0,0,0,0,0 +541820,111,20,5764,527,466,54,5,0,0,0,0,0 +541830,111,20,86,6,0,0,0,0,0,0,0,0 +541840,111,20,28,7,4,0,0,0,0,0,0,0 +541850,111,20,31,3,0,0,0,0,0,0,0,0 +541860,111,20,38,9,6,0,0,0,0,0,0,0 +541890,111,20,224,21,16,0,0,0,0,0,0,0 +541910,111,20,716,57,44,13,0,0,0,0,0,0 +541921,111,20,46,12,9,0,0,0,0,0,0,0 +541922,111,20,9,9,9,0,0,0,0,0,0,0 +541930,111,20,105,15,10,0,0,0,0,0,0,0 +541940,111,20,428,18,12,5,0,0,0,0,0,0 +541990,111,20,638,178,175,0,0,0,0,0,0,0 +551112,111,20,160,19,16,3,0,0,0,0,0,0 +551114,111,20,7719,189,146,31,6,3,0,0,0,0 +561110,111,20,3423,111,92,13,3,0,0,0,0,0 +561210,111,20,3022,135,108,19,4,0,0,0,0,0 +561311,111,20,1063,22,13,5,0,0,0,0,0,0 +561312,111,20,296,32,24,6,0,0,0,0,0,0 +561320,111,20,8985,170,91,50,24,3,0,0,0,0 +561330,111,20,729,8,0,0,0,0,0,0,0,0 +561410,111,20,216,22,19,0,0,0,0,0,0,0 +561421,111,20,28,3,0,0,0,0,0,0,0,0 +561431,111,20,103,12,10,0,0,0,0,0,0,0 +561439,111,20,1042,93,85,5,0,0,0,0,0,0 +561492,111,20,117,12,7,3,0,0,0,0,0,0 +561499,111,20,871,38,35,0,0,0,0,0,0,0 +561510,111,20,394,83,80,0,0,0,0,0,0,0 +561520,111,20,271,17,12,0,0,0,0,0,0,0 +561591,111,20,247,7,5,0,0,0,0,0,0,0 +561599,111,20,56,9,7,0,0,0,0,0,0,0 +561611,111,20,319,14,9,0,0,0,0,0,0,0 +561612,111,20,7571,84,36,32,9,5,0,0,0,0 +561621,111,20,50,7,3,0,0,0,0,0,0,0 +561622,111,20,8,4,3,0,0,0,0,0,0,0 +561710,111,20,12,5,5,0,0,0,0,0,0,0 +561720,111,20,3799,96,68,18,4,6,0,0,0,0 +561730,111,20,110,26,23,0,0,0,0,0,0,0 +561790,111,20,41,3,0,0,0,0,0,0,0,0 +561920,111,20,371,47,43,0,0,0,0,0,0,0 +561990,111,20,879,63,53,9,0,0,0,0,0,0 +562111,111,20,187,16,12,0,0,0,0,0,0,0 +562910,111,20,229,8,4,0,0,0,0,0,0,0 +611110,111,20,11843,156,61,62,26,4,3,0,0,0 +611310,111,20,33403,43,19,12,3,0,0,3,0,0 +611420,111,20,27,13,13,0,0,0,0,0,0,0 +611430,111,20,984,69,57,9,0,0,0,0,0,0 +611511,111,20,69,6,3,0,0,0,0,0,0,0 +611513,111,20,17,4,0,0,0,0,0,0,0,0 +611519,111,20,140,11,6,0,0,0,0,0,0,0 +611610,111,20,503,37,29,8,0,0,0,0,0,0 +611620,111,20,172,30,26,0,0,0,0,0,0,0 +611630,111,20,530,17,8,7,0,0,0,0,0,0 +611691,111,20,625,55,45,8,0,0,0,0,0,0 +611699,111,20,1050,48,35,11,0,0,0,0,0,0 +611710,111,20,2352,128,103,19,5,0,0,0,0,0 +621111,111,20,6638,379,354,19,0,0,0,0,0,0 +621112,111,20,116,56,52,0,0,0,0,0,0,0 +621210,111,20,1900,344,337,5,0,0,0,0,0,0 +621310,111,20,73,23,23,0,0,0,0,0,0,0 +621320,111,20,146,22,22,0,0,0,0,0,0,0 +621330,111,20,218,62,60,0,0,0,0,0,0,0 +621340,111,20,563,77,69,6,0,0,0,0,0,0 +621391,111,20,44,14,12,0,0,0,0,0,0,0 +621399,111,20,258,38,35,0,0,0,0,0,0,0 +621410,111,20,44,5,3,0,0,0,0,0,0,0 +621420,111,20,1139,20,8,7,0,0,0,0,0,0 +621491,111,20,0,7,4,0,0,0,0,0,0,0 +621492,111,20,523,22,6,13,0,0,0,0,0,0 +621493,111,20,46,4,0,0,0,0,0,0,0,0 +621498,111,20,1998,55,25,27,3,0,0,0,0,0 +621511,111,20,182,21,17,3,0,0,0,0,0,0 +621512,111,20,111,6,0,0,0,0,0,0,0,0 +621610,111,20,8049,46,21,8,3,7,7,0,0,0 +621910,111,20,0,7,0,0,0,0,0,0,0,0 +621999,111,20,202,12,10,0,0,0,0,0,0,0 +622110,111,20,24433,9,0,0,0,0,0,0,0,0 +622310,111,20,2125,4,0,0,0,3,0,0,0,0 +623110,111,20,2280,14,0,0,6,3,0,0,0,0 +623210,111,20,2463,65,41,18,3,3,0,0,0,0 +623220,111,20,773,23,9,7,3,0,0,0,0,0 +623311,111,20,508,3,0,0,3,0,0,0,0,0 +623312,111,20,410,17,13,0,0,0,0,0,0,0 +623990,111,20,599,60,54,3,0,0,0,0,0,0 +624110,111,20,1965,91,69,18,0,0,0,0,0,0 +624120,111,20,3365,63,34,18,8,3,0,0,0,0 +624190,111,20,3301,191,152,33,6,0,0,0,0,0 +624210,111,20,533,14,9,0,3,0,0,0,0,0 +624221,111,20,782,49,31,17,0,0,0,0,0,0 +624229,111,20,955,57,45,10,0,0,0,0,0,0 +624230,111,20,496,24,14,8,0,0,0,0,0,0 +624310,111,20,388,35,29,5,0,0,0,0,0,0 +624410,111,20,4102,271,191,78,0,0,0,0,0,0 +711110,111,20,1202,24,13,5,4,0,0,0,0,0 +711120,111,20,215,10,7,0,0,0,0,0,0,0 +711130,111,20,45,13,10,0,0,0,0,0,0,0 +711211,111,20,2371,6,0,0,0,3,0,0,0,0 +711310,111,20,1346,16,7,0,0,0,0,0,0,0 +711320,111,20,212,23,18,4,0,0,0,0,0,0 +711410,111,20,121,14,12,0,0,0,0,0,0,0 +711510,111,20,217,80,78,0,0,0,0,0,0,0 +712110,111,20,877,26,16,4,4,0,0,0,0,0 +712120,111,20,100,9,7,0,0,0,0,0,0,0 +713910,111,20,0,4,0,0,0,0,0,0,0,0 +713930,111,20,38,5,5,0,0,0,0,0,0,0 +713940,111,20,2610,124,77,45,0,0,0,0,0,0 +713990,111,20,131,29,25,0,0,0,0,0,0,0 +721110,111,20,15003,112,19,50,21,16,4,0,0,0 +721191,111,20,30,9,7,0,0,0,0,0,0,0 +721199,111,20,56,8,4,0,0,0,0,0,0,0 +721310,111,20,26,5,3,0,0,0,0,0,0,0 +722310,111,20,9066,333,238,84,7,0,0,0,0,0 +722320,111,20,815,60,52,5,0,0,0,0,0,0 +722330,111,20,68,10,8,0,0,0,0,0,0,0 +722410,111,20,4044,170,94,73,3,0,0,0,0,0 +722511,111,20,28957,907,438,423,41,5,0,0,0,0 +722513,111,20,13122,891,665,220,5,0,0,0,0,0 +722514,111,20,92,21,21,0,0,0,0,0,0,0 +722515,111,20,3432,212,168,39,0,0,0,0,0,0 +811111,111,20,160,32,31,0,0,0,0,0,0,0 +811121,111,20,123,11,9,0,0,0,0,0,0,0 +811192,111,20,106,8,4,3,0,0,0,0,0,0 +811198,111,20,0,5,5,0,0,0,0,0,0,0 +811211,111,20,19,3,0,0,0,0,0,0,0,0 +811212,111,20,13,6,5,0,0,0,0,0,0,0 +811310,111,20,0,3,0,0,0,0,0,0,0,0 +811430,111,20,12,6,6,0,0,0,0,0,0,0 +811490,111,20,33,15,13,0,0,0,0,0,0,0 +812111,111,20,57,15,11,0,0,0,0,0,0,0 +812112,111,20,1556,183,163,17,0,0,0,0,0,0 +812113,111,20,261,56,56,0,0,0,0,0,0,0 +812199,111,20,76,24,23,0,0,0,0,0,0,0 +812210,111,20,167,18,13,4,0,0,0,0,0,0 +812220,111,20,50,6,3,0,0,0,0,0,0,0 +812310,111,20,68,18,18,0,0,0,0,0,0,0 +812320,111,20,434,121,119,0,0,0,0,0,0,0 +812332,111,20,0,3,0,0,0,0,0,0,0,0 +812910,111,20,377,36,29,4,0,0,0,0,0,0 +812930,111,20,3072,409,383,24,0,0,0,0,0,0 +812990,111,20,281,49,45,0,0,0,0,0,0,0 +813110,111,20,5714,495,443,42,9,0,0,0,0,0 +813211,111,20,3970,270,228,36,4,0,0,0,0,0 +813212,111,20,1349,84,64,18,0,0,0,0,0,0 +813219,111,20,1013,55,45,7,0,0,0,0,0,0 +813311,111,20,14709,285,214,58,8,0,0,0,0,0 +813312,111,20,4569,155,107,38,6,3,0,0,0,0 +813319,111,20,7599,400,311,75,12,0,0,0,0,0 +813410,111,20,3279,228,198,22,7,0,0,0,0,0 +813910,111,20,11030,495,369,100,23,3,0,0,0,0 +813920,111,20,10747,332,226,82,18,4,0,0,0,0 +813930,111,20,7418,129,81,28,9,7,4,0,0,0 +813940,111,20,1546,182,165,14,0,0,0,0,0,0 +813990,111,20,916,150,142,8,0,0,0,0,0,0 +113110,121,21,62,3,0,0,0,0,0,0,0,0 +113310,121,21,362,31,27,0,0,0,0,0,0,0 +114112,121,21,8,7,7,0,0,0,0,0,0,0 +115210,121,21,6,7,4,0,0,0,0,0,0,0 +213111,121,21,18,4,0,0,0,0,0,0,0,0 +221122,121,21,110,14,0,0,0,0,0,0,0,0 +221310,121,21,30,7,6,0,0,0,0,0,0,0 +236115,121,21,848,265,253,3,0,0,0,0,0,0 +236116,121,21,384,11,4,0,0,0,0,0,0,0 +236117,121,21,1013,82,65,7,0,0,0,0,0,0 +236118,121,21,1360,520,509,4,0,0,0,0,0,0 +236210,121,21,0,14,10,0,0,0,0,0,0,0 +236220,121,21,1847,178,146,23,0,0,0,0,0,0 +237110,121,21,1081,51,33,12,0,0,0,0,0,0 +237120,121,21,83,5,0,0,0,0,0,0,0,0 +237130,121,21,520,27,15,0,0,0,0,0,0,0 +237210,121,21,100,38,37,0,0,0,0,0,0,0 +237310,121,21,2065,41,19,14,0,0,0,0,0,0 +237990,121,21,453,35,19,0,0,0,0,0,0,0 +238110,121,21,1500,117,102,4,0,0,0,0,0,0 +238120,121,21,95,6,3,0,0,0,0,0,0,0 +238130,121,21,471,50,43,0,0,0,0,0,0,0 +238140,121,21,395,78,65,0,0,0,0,0,0,0 +238150,121,21,68,14,13,0,0,0,0,0,0,0 +238160,121,21,1217,127,102,18,0,0,0,0,0,0 +238170,121,21,228,57,53,0,0,0,0,0,0,0 +238190,121,21,131,24,18,0,0,0,0,0,0,0 +238210,121,21,5505,328,272,39,4,0,0,0,0,0 +238220,121,21,6454,541,466,60,9,0,0,0,0,0 +238290,121,21,443,37,26,8,0,0,0,0,0,0 +238310,121,21,941,110,93,12,0,0,0,0,0,0 +238320,121,21,1825,297,280,7,0,0,0,0,0,0 +238330,121,21,395,146,138,3,0,0,0,0,0,0 +238340,121,21,431,136,124,4,0,0,0,0,0,0 +238350,121,21,774,223,218,0,0,0,0,0,0,0 +238390,121,21,176,32,26,0,0,0,0,0,0,0 +238910,121,21,1576,96,67,10,0,0,0,0,0,0 +238990,121,21,1394,243,226,10,0,0,0,0,0,0 +311352,121,21,91,7,0,0,0,0,0,0,0,0 +311811,121,21,19,4,3,0,0,0,0,0,0,0 +311812,121,21,0,8,6,0,0,0,0,0,0,0 +311920,121,21,0,4,0,0,0,0,0,0,0,0 +311991,121,21,0,3,0,0,0,0,0,0,0,0 +312111,121,21,687,4,0,0,3,0,0,0,0,0 +312120,121,21,835,18,13,0,0,0,0,0,0,0 +314110,121,21,8,3,3,0,0,0,0,0,0,0 +314120,121,21,12,5,4,0,0,0,0,0,0,0 +314910,121,21,36,4,0,0,0,0,0,0,0,0 +321114,121,21,0,3,0,0,0,0,0,0,0,0 +321214,121,21,243,4,0,3,0,0,0,0,0,0 +321920,121,21,185,10,4,3,0,0,0,0,0,0 +321999,121,21,35,4,0,0,0,0,0,0,0,0 +322211,121,21,197,6,0,0,0,0,0,0,0,0 +323111,121,21,1359,77,56,9,0,0,0,0,0,0 +323113,121,21,147,28,24,0,0,0,0,0,0,0 +323117,121,21,10,3,0,0,0,0,0,0,0,0 +323120,121,21,58,3,0,0,0,0,0,0,0,0 +325211,121,21,62,3,0,0,0,0,0,0,0,0 +325510,121,21,0,3,0,0,0,0,0,0,0,0 +325620,121,21,0,3,0,0,0,0,0,0,0,0 +325998,121,21,144,5,0,3,0,0,0,0,0,0 +326122,121,21,194,3,0,0,0,0,0,0,0,0 +326199,121,21,187,12,9,0,0,0,0,0,0,0 +326212,121,21,49,4,0,0,0,0,0,0,0,0 +327320,121,21,436,30,16,3,0,0,0,0,0,0 +327390,121,21,440,10,4,0,0,0,0,0,0,0 +327991,121,21,41,4,0,0,0,0,0,0,0,0 +332312,121,21,313,12,6,4,0,0,0,0,0,0 +332321,121,21,290,6,0,0,0,0,0,0,0,0 +332322,121,21,438,16,8,6,0,0,0,0,0,0 +332323,121,21,174,9,3,0,0,0,0,0,0,0 +332710,121,21,298,23,14,0,0,0,0,0,0,0 +332721,121,21,113,8,3,0,0,0,0,0,0,0 +332812,121,21,171,6,0,3,0,0,0,0,0,0 +332813,121,21,33,5,0,0,0,0,0,0,0,0 +333249,121,21,0,3,0,0,0,0,0,0,0,0 +333318,121,21,52,5,3,0,0,0,0,0,0,0 +333413,121,21,327,5,0,0,0,0,0,0,0,0 +333999,121,21,195,6,0,4,0,0,0,0,0,0 +334310,121,21,0,3,3,0,0,0,0,0,0,0 +335314,121,21,17,3,0,0,0,0,0,0,0,0 +336411,121,21,0,3,0,0,0,0,0,0,0,0 +336412,121,21,0,3,0,0,0,0,0,0,0,0 +336413,121,21,0,3,0,0,0,0,0,0,0,0 +336611,121,21,1555,12,0,0,4,0,0,0,0,0 +336612,121,21,0,3,0,0,0,0,0,0,0,0 +337110,121,21,166,19,14,0,0,0,0,0,0,0 +337121,121,21,14,3,0,0,0,0,0,0,0,0 +337122,121,21,0,5,4,0,0,0,0,0,0,0 +337127,121,21,0,3,0,0,0,0,0,0,0,0 +337212,121,21,259,6,0,0,0,0,0,0,0,0 +339112,121,21,290,5,3,0,0,0,0,0,0,0 +339113,121,21,0,4,0,0,0,0,0,0,0,0 +339116,121,21,192,24,18,3,0,0,0,0,0,0 +339910,121,21,11,3,0,0,0,0,0,0,0,0 +339920,121,21,108,8,0,0,0,0,0,0,0,0 +339950,121,21,166,16,11,0,0,0,0,0,0,0 +339999,121,21,86,13,7,0,0,0,0,0,0,0 +423110,121,21,627,33,15,10,0,0,0,0,0,0 +423120,121,21,1193,70,56,10,3,0,0,0,0,0 +423130,121,21,425,22,13,7,0,0,0,0,0,0 +423140,121,21,28,4,0,0,0,0,0,0,0,0 +423210,121,21,145,11,4,3,0,0,0,0,0,0 +423220,121,21,318,31,28,0,0,0,0,0,0,0 +423310,121,21,613,49,27,10,0,0,0,0,0,0 +423320,121,21,73,12,10,0,0,0,0,0,0,0 +423330,121,21,277,23,16,4,0,0,0,0,0,0 +423390,121,21,277,23,20,0,0,0,0,0,0,0 +423420,121,21,506,44,34,4,0,0,0,0,0,0 +423430,121,21,230,16,10,0,0,0,0,0,0,0 +423440,121,21,46,9,5,0,0,0,0,0,0,0 +423450,121,21,1152,58,49,4,3,0,0,0,0,0 +423460,121,21,120,4,0,0,0,0,0,0,0,0 +423490,121,21,33,9,4,0,0,0,0,0,0,0 +423510,121,21,363,27,20,6,0,0,0,0,0,0 +423610,121,21,579,64,52,6,0,0,0,0,0,0 +423620,121,21,41,5,3,0,0,0,0,0,0,0 +423690,121,21,175,23,20,0,0,0,0,0,0,0 +423710,121,21,321,34,31,0,0,0,0,0,0,0 +423720,121,21,1068,23,16,3,0,0,0,0,0,0 +423730,121,21,493,52,45,6,0,0,0,0,0,0 +423740,121,21,58,6,0,0,0,0,0,0,0,0 +423810,121,21,315,26,16,3,0,0,0,0,0,0 +423820,121,21,165,21,14,0,0,0,0,0,0,0 +423830,121,21,1278,109,86,12,0,0,0,0,0,0 +423840,121,21,526,42,31,7,0,0,0,0,0,0 +423850,121,21,432,21,15,0,0,0,0,0,0,0 +423860,121,21,172,22,17,3,0,0,0,0,0,0 +423910,121,21,153,22,11,0,0,0,0,0,0,0 +423920,121,21,0,3,0,0,0,0,0,0,0,0 +423930,121,21,198,20,15,3,0,0,0,0,0,0 +423940,121,21,13,6,5,0,0,0,0,0,0,0 +423990,121,21,296,49,39,0,0,0,0,0,0,0 +424110,121,21,0,6,3,0,0,0,0,0,0,0 +424120,121,21,168,18,12,0,0,0,0,0,0,0 +424130,121,21,201,10,5,0,0,0,0,0,0,0 +424210,121,21,198,28,26,0,0,0,0,0,0,0 +424310,121,21,70,5,3,0,0,0,0,0,0,0 +424320,121,21,20,7,0,0,0,0,0,0,0,0 +424330,121,21,646,12,7,3,0,0,0,0,0,0 +424410,121,21,772,10,3,0,0,0,0,0,0,0 +424420,121,21,338,17,8,0,0,0,0,0,0,0 +424430,121,21,168,8,0,3,0,0,0,0,0,0 +424470,121,21,0,3,0,0,0,0,0,0,0,0 +424480,121,21,207,12,8,0,0,0,0,0,0,0 +424490,121,21,2031,49,35,0,0,0,0,0,0,0 +424610,121,21,68,10,9,0,0,0,0,0,0,0 +424690,121,21,253,31,28,0,0,0,0,0,0,0 +424710,121,21,188,11,6,3,0,0,0,0,0,0 +424720,121,21,171,7,4,0,0,0,0,0,0,0 +424810,121,21,0,4,0,0,0,0,0,0,0,0 +424820,121,21,539,5,0,0,3,0,0,0,0,0 +424910,121,21,20,7,0,0,0,0,0,0,0,0 +424930,121,21,83,12,5,0,0,0,0,0,0,0 +424940,121,21,445,8,3,0,0,0,0,0,0,0 +424950,121,21,175,9,6,0,0,0,0,0,0,0 +424990,121,21,506,53,43,7,0,0,0,0,0,0 +425110,121,21,0,3,3,0,0,0,0,0,0,0 +425120,121,21,2015,166,156,3,0,0,0,0,0,0 +441110,121,21,6411,97,16,50,17,0,0,0,0,0 +441120,121,21,910,146,138,0,0,0,0,0,0,0 +441210,121,21,295,11,0,3,0,0,0,0,0,0 +441222,121,21,276,36,30,0,0,0,0,0,0,0 +441228,121,21,319,31,11,3,0,0,0,0,0,0 +441310,121,21,1752,178,156,11,0,0,0,0,0,0 +441320,121,21,1004,140,136,0,0,0,0,0,0,0 +442110,121,21,833,104,89,12,0,0,0,0,0,0 +442210,121,21,364,47,36,0,0,0,0,0,0,0 +442291,121,21,18,9,8,0,0,0,0,0,0,0 +442299,121,21,971,73,46,13,0,0,0,0,0,0 +443141,121,21,306,29,20,6,0,0,0,0,0,0 +443142,121,21,1169,117,107,6,0,0,0,0,0,0 +444110,121,21,780,22,0,0,18,0,0,0,0,0 +444120,121,21,146,32,31,0,0,0,0,0,0,0 +444130,121,21,818,54,31,12,0,0,0,0,0,0 +444190,121,21,950,94,83,8,0,0,0,0,0,0 +444210,121,21,56,10,3,0,0,0,0,0,0,0 +444220,121,21,233,27,22,0,0,0,0,0,0,0 +445110,121,21,13891,243,108,55,68,0,0,0,0,0 +445120,121,21,587,249,246,0,0,0,0,0,0,0 +445210,121,21,119,14,11,0,0,0,0,0,0,0 +445220,121,21,116,22,18,0,0,0,0,0,0,0 +445230,121,21,63,15,9,0,0,0,0,0,0,0 +445291,121,21,91,12,5,0,0,0,0,0,0,0 +445292,121,21,191,21,17,0,0,0,0,0,0,0 +445299,121,21,352,41,36,0,0,0,0,0,0,0 +445310,121,21,576,124,117,0,0,0,0,0,0,0 +446110,121,21,3000,220,148,59,0,0,0,0,0,0 +446120,121,21,933,110,89,10,0,0,0,0,0,0 +446130,121,21,393,52,48,0,0,0,0,0,0,0 +446191,121,21,209,58,51,0,0,0,0,0,0,0 +446199,121,21,274,62,57,0,0,0,0,0,0,0 +447110,121,21,3302,421,411,9,0,0,0,0,0,0 +447190,121,21,403,22,12,3,0,0,0,0,0,0 +448110,121,21,253,34,27,0,0,0,0,0,0,0 +448120,121,21,1561,161,144,11,0,0,0,0,0,0 +448130,121,21,322,28,20,3,0,0,0,0,0,0 +448140,121,21,3938,161,89,68,0,0,0,0,0,0 +448150,121,21,404,56,54,0,0,0,0,0,0,0 +448190,121,21,703,64,49,7,0,0,0,0,0,0 +448210,121,21,1018,114,106,0,0,0,0,0,0,0 +448310,121,21,706,119,114,0,0,0,0,0,0,0 +448320,121,21,0,3,0,0,0,0,0,0,0,0 +451110,121,21,1076,97,80,8,0,0,0,0,0,0 +451120,121,21,691,44,26,10,0,0,0,0,0,0 +451130,121,21,111,7,0,0,0,0,0,0,0,0 +451140,121,21,96,10,7,0,0,0,0,0,0,0 +451211,121,21,444,37,23,6,0,0,0,0,0,0 +452210,121,21,1689,18,0,10,5,0,0,0,0,0 +452311,121,21,7245,34,0,0,11,16,0,0,0,0 +452319,121,21,2029,201,166,31,0,0,0,0,0,0 +453110,121,21,211,33,23,0,0,0,0,0,0,0 +453210,121,21,325,29,17,3,0,0,0,0,0,0 +453220,121,21,757,123,113,0,0,0,0,0,0,0 +453310,121,21,793,100,83,7,0,0,0,0,0,0 +453910,121,21,627,55,38,8,0,0,0,0,0,0 +453920,121,21,39,17,17,0,0,0,0,0,0,0 +453991,121,21,241,55,48,3,0,0,0,0,0,0 +453998,121,21,569,142,137,0,0,0,0,0,0,0 +454110,121,21,2218,218,199,13,0,0,0,0,0,0 +454210,121,21,210,33,28,3,0,0,0,0,0,0 +454310,121,21,177,18,3,0,0,0,0,0,0,0 +454390,121,21,538,125,116,5,0,0,0,0,0,0 +481111,121,21,443,6,0,0,0,0,0,0,0,0 +481211,121,21,24,4,3,0,0,0,0,0,0,0 +483111,121,21,0,5,0,0,0,0,0,0,0,0 +483113,121,21,0,9,4,0,0,0,0,0,0,0 +484110,121,21,890,204,193,4,0,0,0,0,0,0 +484121,121,21,5619,264,233,11,4,3,3,0,0,0 +484122,121,21,1478,51,32,12,5,0,0,0,0,0 +484210,121,21,613,68,59,0,0,0,0,0,0,0 +484220,121,21,680,114,100,8,0,0,0,0,0,0 +484230,121,21,930,76,58,9,3,0,0,0,0,0 +485310,121,21,43,5,4,0,0,0,0,0,0,0 +485320,121,21,156,13,7,0,0,0,0,0,0,0 +485410,121,21,1271,6,0,0,0,0,0,0,0,0 +485510,121,21,177,4,0,0,0,0,0,0,0,0 +485991,121,21,558,9,5,0,0,0,0,0,0,0 +487110,121,21,0,3,0,0,0,0,0,0,0,0 +487210,121,21,17,10,6,0,0,0,0,0,0,0 +488119,121,21,421,10,0,5,0,0,0,0,0,0 +488190,121,21,1053,20,11,0,0,0,0,0,0,0 +488210,121,21,703,17,7,4,0,0,0,0,0,0 +488310,121,21,1145,9,3,0,0,0,0,0,0,0 +488320,121,21,1578,15,0,7,0,0,0,0,0,0 +488330,121,21,226,35,28,4,0,0,0,0,0,0 +488390,121,21,28,7,6,0,0,0,0,0,0,0 +488410,121,21,187,35,27,0,0,0,0,0,0,0 +488490,121,21,240,24,18,0,0,0,0,0,0,0 +488510,121,21,2199,151,129,16,0,0,0,0,0,0 +488991,121,21,31,6,3,0,0,0,0,0,0,0 +488999,121,21,0,4,3,0,0,0,0,0,0,0 +492110,121,21,188,54,40,0,3,0,0,0,0,0 +492210,121,21,190,26,21,0,0,0,0,0,0,0 +493110,121,21,2592,67,38,19,4,3,0,0,0,0 +493120,121,21,607,8,0,3,0,0,0,0,0,0 +493190,121,21,185,24,19,4,0,0,0,0,0,0 +511110,121,21,417,16,11,0,0,0,0,0,0,0 +511120,121,21,156,20,14,0,0,0,0,0,0,0 +511130,121,21,32,6,4,0,0,0,0,0,0,0 +511140,121,21,0,4,0,0,0,0,0,0,0,0 +511210,121,21,1549,42,35,0,4,0,0,0,0,0 +512110,121,21,105,46,44,0,0,0,0,0,0,0 +512131,121,21,216,6,0,3,0,0,0,0,0,0 +512191,121,21,3,3,3,0,0,0,0,0,0,0 +512240,121,21,6,6,6,0,0,0,0,0,0,0 +515112,121,21,402,13,4,0,0,0,0,0,0,0 +515120,121,21,407,5,0,0,0,0,0,0,0,0 +517311,121,21,2441,120,81,25,0,0,0,0,0,0 +517312,121,21,1010,112,101,9,0,0,0,0,0,0 +517911,121,21,125,37,33,0,0,0,0,0,0,0 +517919,121,21,14,6,5,0,0,0,0,0,0,0 +518210,121,21,4432,82,62,8,3,0,0,0,0,0 +519130,121,21,154,35,30,0,0,0,0,0,0,0 +519190,121,21,4,6,6,0,0,0,0,0,0,0 +522110,121,21,13349,370,320,25,8,0,11,0,0,0 +522120,121,21,15,24,11,3,0,0,0,0,0,0 +522130,121,21,2392,140,113,16,0,0,0,0,0,0 +522210,121,21,0,15,8,0,0,0,0,0,0,0 +522220,121,21,786,29,25,0,3,0,0,0,0,0 +522291,121,21,109,20,19,0,0,0,0,0,0,0 +522292,121,21,1477,87,73,8,0,0,0,0,0,0 +522298,121,21,373,70,64,0,0,0,0,0,0,0 +522310,121,21,343,32,27,0,0,0,0,0,0,0 +522320,121,21,369,24,21,0,0,0,0,0,0,0 +522390,121,21,1242,127,122,0,0,0,0,0,0,0 +523110,121,21,7,16,13,0,0,0,0,0,0,0 +523120,121,21,3826,128,109,12,0,0,3,0,0,0 +523910,121,21,103,34,32,0,0,0,0,0,0,0 +523920,121,21,597,145,138,4,0,0,0,0,0,0 +523930,121,21,237,97,93,0,0,0,0,0,0,0 +523991,121,21,0,4,3,0,0,0,0,0,0,0 +523999,121,21,2,18,16,0,0,0,0,0,0,0 +524113,121,21,1066,45,35,8,0,0,0,0,0,0 +524114,121,21,6710,44,22,10,0,0,8,0,0,0 +524126,121,21,3493,55,35,7,4,0,3,0,0,0 +524127,121,21,338,21,9,4,0,0,0,0,0,0 +524128,121,21,0,7,5,0,0,0,0,0,0,0 +524210,121,21,3511,583,555,17,5,0,0,0,0,0 +524291,121,21,746,45,42,0,0,0,0,0,0,0 +524292,121,21,3074,23,11,7,0,0,3,0,0,0 +524298,121,21,59,20,16,0,0,0,0,0,0,0 +525990,121,21,37,8,7,0,0,0,0,0,0,0 +531110,121,21,1720,240,227,6,0,0,0,0,0,0 +531120,121,21,1424,168,153,6,0,0,0,0,0,0 +531130,121,21,143,64,64,0,0,0,0,0,0,0 +531190,121,21,119,30,24,0,0,0,0,0,0,0 +531210,121,21,2322,934,920,8,0,0,0,0,0,0 +531311,121,21,1795,213,195,7,3,0,0,0,0,0 +531312,121,21,558,74,65,4,0,0,0,0,0,0 +531320,121,21,243,113,108,0,0,0,0,0,0,0 +531390,121,21,131,103,99,0,0,0,0,0,0,0 +532111,121,21,512,64,56,4,0,0,0,0,0,0 +532112,121,21,54,4,0,0,0,0,0,0,0,0 +532120,121,21,400,37,34,0,0,0,0,0,0,0 +532210,121,21,154,38,33,0,0,0,0,0,0,0 +532283,121,21,0,11,10,0,0,0,0,0,0,0 +532284,121,21,63,19,13,0,0,0,0,0,0,0 +532289,121,21,164,23,21,0,0,0,0,0,0,0 +532310,121,21,68,10,8,0,0,0,0,0,0,0 +532412,121,21,149,13,11,0,0,0,0,0,0,0 +532420,121,21,0,3,0,0,0,0,0,0,0,0 +532490,121,21,508,47,39,4,0,0,0,0,0,0 +533110,121,21,202,12,3,0,0,0,0,0,0,0 +541110,121,21,5317,913,861,44,4,0,0,0,0,0 +541191,121,21,479,58,51,6,0,0,0,0,0,0 +541199,121,21,38,23,22,0,0,0,0,0,0,0 +541211,121,21,1764,268,253,10,0,0,0,0,0,0 +541213,121,21,845,153,147,0,0,0,0,0,0,0 +541214,121,21,507,24,12,0,0,0,0,0,0,0 +541219,121,21,2069,225,203,9,0,0,0,0,0,0 +541310,121,21,344,97,91,3,0,0,0,0,0,0 +541320,121,21,117,38,33,0,0,0,0,0,0,0 +541330,121,21,4367,332,278,41,6,0,0,0,0,0 +541340,121,21,122,20,17,0,0,0,0,0,0,0 +541350,121,21,93,58,52,0,0,0,0,0,0,0 +541370,121,21,452,47,32,8,0,0,0,0,0,0 +541380,121,21,334,26,13,4,0,0,0,0,0,0 +541410,121,21,232,89,81,0,0,0,0,0,0,0 +541420,121,21,18,6,0,0,0,0,0,0,0,0 +541430,121,21,104,57,50,0,0,0,0,0,0,0 +541490,121,21,7,5,5,0,0,0,0,0,0,0 +541511,121,21,1712,293,270,19,0,0,0,0,0,0 +541512,121,21,2943,293,267,15,7,0,0,0,0,0 +541513,121,21,551,40,28,0,0,0,0,0,0,0 +541519,121,21,1352,57,48,3,0,0,0,0,0,0 +541611,121,21,1238,464,447,13,0,0,0,0,0,0 +541612,121,21,105,47,41,0,0,0,0,0,0,0 +541613,121,21,1330,234,223,6,0,0,0,0,0,0 +541614,121,21,361,60,55,3,0,0,0,0,0,0 +541618,121,21,62,98,94,0,0,0,0,0,0,0 +541620,121,21,431,60,46,6,0,0,0,0,0,0 +541690,121,21,539,126,118,0,0,0,0,0,0,0 +541713,121,21,108,11,8,0,0,0,0,0,0,0 +541714,121,21,7,4,4,0,0,0,0,0,0,0 +541715,121,21,287,24,18,4,0,0,0,0,0,0 +541720,121,21,10,8,4,0,0,0,0,0,0,0 +541810,121,21,492,63,56,6,0,0,0,0,0,0 +541820,121,21,72,27,23,0,0,0,0,0,0,0 +541830,121,21,0,4,3,0,0,0,0,0,0,0 +541840,121,21,149,10,6,0,0,0,0,0,0,0 +541850,121,21,41,10,8,0,0,0,0,0,0,0 +541860,121,21,261,8,0,0,0,0,0,0,0,0 +541870,121,21,50,4,3,0,0,0,0,0,0,0 +541890,121,21,206,53,48,0,0,0,0,0,0,0 +541910,121,21,92,20,12,0,0,0,0,0,0,0 +541921,121,21,302,58,49,0,0,0,0,0,0,0 +541922,121,21,59,17,16,0,0,0,0,0,0,0 +541930,121,21,12,10,10,0,0,0,0,0,0,0 +541940,121,21,2235,192,160,30,0,0,0,0,0,0 +541990,121,21,586,114,108,0,0,0,0,0,0,0 +551112,121,21,129,25,18,0,0,0,0,0,0,0 +551114,121,21,14400,236,140,55,11,13,3,0,0,0 +561110,121,21,3351,173,141,19,6,0,0,0,0,0 +561210,121,21,2275,39,26,7,4,0,0,0,0,0 +561311,121,21,835,35,27,0,0,0,0,0,0,0 +561312,121,21,80,34,27,0,0,0,0,0,0,0 +561320,121,21,10305,203,98,64,18,8,0,0,0,0 +561330,121,21,677,19,12,0,0,0,0,0,0,0 +561410,121,21,45,20,19,0,0,0,0,0,0,0 +561421,121,21,34,4,3,0,0,0,0,0,0,0 +561422,121,21,2251,20,13,0,0,0,0,0,0,0 +561431,121,21,114,26,23,0,0,0,0,0,0,0 +561439,121,21,93,21,21,0,0,0,0,0,0,0 +561440,121,21,2819,39,14,9,3,0,0,0,0,0 +561491,121,21,17,3,0,0,0,0,0,0,0,0 +561492,121,21,89,55,52,0,0,0,0,0,0,0 +561499,121,21,259,38,34,0,0,0,0,0,0,0 +561510,121,21,201,51,44,0,0,0,0,0,0,0 +561520,121,21,28,8,7,0,0,0,0,0,0,0 +561591,121,21,0,3,0,0,0,0,0,0,0,0 +561599,121,21,37,8,3,0,0,0,0,0,0,0 +561611,121,21,60,31,29,0,0,0,0,0,0,0 +561612,121,21,5798,49,26,5,4,3,5,0,0,0 +561613,121,21,198,6,0,4,0,0,0,0,0,0 +561621,121,21,2870,46,32,6,0,0,0,0,0,0 +561622,121,21,117,21,15,0,0,0,0,0,0,0 +561710,121,21,1404,119,97,18,0,0,0,0,0,0 +561720,121,21,3964,369,331,29,3,0,0,0,0,0 +561730,121,21,4010,684,638,39,0,0,0,0,0,0 +561740,121,21,214,53,45,0,0,0,0,0,0,0 +561790,121,21,654,96,90,0,0,0,0,0,0,0 +561910,121,21,124,13,5,0,0,0,0,0,0,0 +561920,121,21,915,22,16,0,0,0,0,0,0,0 +561990,121,21,825,51,40,7,0,0,0,0,0,0 +562111,121,21,1181,35,15,10,0,0,0,0,0,0 +562112,121,21,0,3,0,0,0,0,0,0,0,0 +562119,121,21,9,4,4,0,0,0,0,0,0,0 +562910,121,21,181,20,14,0,0,0,0,0,0,0 +562920,121,21,0,3,0,0,0,0,0,0,0,0 +562991,121,21,169,15,9,0,0,0,0,0,0,0 +562998,121,21,0,4,0,0,0,0,0,0,0,0 +611110,121,21,4595,129,59,51,10,0,0,0,0,0 +611210,121,21,0,3,0,0,0,0,0,0,0,0 +611310,121,21,1910,31,16,6,0,0,0,0,0,0 +611420,121,21,0,7,6,0,0,0,0,0,0,0 +611430,121,21,151,33,30,0,0,0,0,0,0,0 +611511,121,21,62,5,0,0,0,0,0,0,0,0 +611512,121,21,95,7,0,0,0,0,0,0,0,0 +611513,121,21,131,3,0,0,0,0,0,0,0,0 +611519,121,21,446,31,21,0,0,0,0,0,0,0 +611610,121,21,334,68,61,0,0,0,0,0,0,0 +611620,121,21,472,87,76,5,0,0,0,0,0,0 +611691,121,21,379,47,39,4,0,0,0,0,0,0 +611692,121,21,0,3,0,0,0,0,0,0,0,0 +611699,121,21,76,27,26,0,0,0,0,0,0,0 +611710,121,21,165,34,30,0,0,0,0,0,0,0 +621111,121,21,14760,1415,1247,151,9,0,0,0,0,0 +621112,121,21,157,63,62,0,0,0,0,0,0,0 +621210,121,21,3689,520,496,21,0,0,0,0,0,0 +621310,121,21,648,153,150,0,0,0,0,0,0,0 +621320,121,21,571,105,94,0,0,0,0,0,0,0 +621330,121,21,330,125,117,0,0,0,0,0,0,0 +621340,121,21,1197,166,148,10,0,0,0,0,0,0 +621391,121,21,196,31,29,0,0,0,0,0,0,0 +621399,121,21,371,131,119,4,0,0,0,0,0,0 +621410,121,21,64,8,7,0,0,0,0,0,0,0 +621420,121,21,1425,63,38,12,3,0,0,0,0,0 +621492,121,21,604,45,23,10,0,0,0,0,0,0 +621493,121,21,612,46,27,7,0,0,0,0,0,0 +621498,121,21,2548,59,39,10,3,0,0,0,0,0 +621511,121,21,365,45,30,4,0,0,0,0,0,0 +621512,121,21,252,30,18,0,0,0,0,0,0,0 +621610,121,21,4749,171,93,58,10,0,0,0,0,0 +621910,121,21,1066,8,0,4,0,0,0,0,0,0 +621991,121,21,469,15,8,3,0,0,0,0,0,0 +621999,121,21,629,31,22,0,0,0,0,0,0,0 +622110,121,21,20374,12,0,0,0,0,0,0,3,0 +623110,121,21,7226,56,3,5,31,4,0,0,0,0 +623210,121,21,983,71,58,7,0,0,0,0,0,0 +623220,121,21,666,23,5,4,0,0,0,0,0,0 +623311,121,21,2540,28,0,10,0,0,0,0,0,0 +623312,121,21,1484,71,37,20,0,0,0,0,0,0 +623990,121,21,143,14,6,0,0,0,0,0,0,0 +624110,121,21,1239,39,25,3,3,0,0,0,0,0 +624120,121,21,2530,98,70,12,0,0,0,0,0,0 +624190,121,21,2112,111,93,7,0,0,0,0,0,0 +624210,121,21,67,6,0,0,0,0,0,0,0,0 +624221,121,21,379,14,3,3,0,0,0,0,0,0 +624229,121,21,75,10,8,0,0,0,0,0,0,0 +624230,121,21,31,3,0,0,0,0,0,0,0,0 +624310,121,21,119,19,14,0,0,0,0,0,0,0 +624410,121,21,4465,369,279,79,0,0,0,0,0,0 +711110,121,21,181,7,3,0,0,0,0,0,0,0 +711130,121,21,172,14,12,0,0,0,0,0,0,0 +711211,121,21,0,7,3,0,0,0,0,0,0,0 +711219,121,21,48,16,14,0,0,0,0,0,0,0 +711310,121,21,478,11,7,0,0,0,0,0,0,0 +711320,121,21,104,14,9,0,0,0,0,0,0,0 +711410,121,21,36,8,7,0,0,0,0,0,0,0 +711510,121,21,58,55,55,0,0,0,0,0,0,0 +712110,121,21,493,19,8,0,0,0,0,0,0,0 +712120,121,21,112,4,0,0,0,0,0,0,0,0 +713120,121,21,322,27,21,3,0,0,0,0,0,0 +713910,121,21,2180,37,3,16,4,0,0,0,0,0 +713930,121,21,299,21,4,0,0,0,0,0,0,0 +713940,121,21,2682,158,114,32,4,0,0,0,0,0 +713950,121,21,193,6,0,4,0,0,0,0,0,0 +713990,121,21,996,85,78,3,0,0,0,0,0,0 +721110,121,21,8722,238,139,75,9,0,0,0,0,0 +721191,121,21,224,26,18,0,0,0,0,0,0,0 +721211,121,21,47,9,3,0,0,0,0,0,0,0 +722310,121,21,4659,141,77,43,12,0,0,0,0,0 +722320,121,21,433,40,29,3,0,0,0,0,0,0 +722330,121,21,60,32,29,0,0,0,0,0,0,0 +722410,121,21,1092,117,98,9,0,0,0,0,0,0 +722511,121,21,29451,1183,700,440,37,0,0,0,0,0 +722513,121,21,23249,1235,725,505,0,0,0,0,0,0 +722514,121,21,436,24,17,4,0,0,0,0,0,0 +722515,121,21,3250,224,163,50,0,0,0,0,0,0 +811111,121,21,1807,316,303,4,0,0,0,0,0,0 +811112,121,21,84,12,7,0,0,0,0,0,0,0 +811113,121,21,178,25,22,0,0,0,0,0,0,0 +811118,121,21,29,10,8,0,0,0,0,0,0,0 +811121,121,21,975,115,97,12,0,0,0,0,0,0 +811122,121,21,215,41,35,0,0,0,0,0,0,0 +811191,121,21,347,60,52,0,0,0,0,0,0,0 +811192,121,21,733,72,54,8,0,0,0,0,0,0 +811198,121,21,105,18,14,0,0,0,0,0,0,0 +811211,121,21,25,9,7,0,0,0,0,0,0,0 +811212,121,21,144,32,26,0,0,0,0,0,0,0 +811213,121,21,42,16,16,0,0,0,0,0,0,0 +811219,121,21,64,16,13,0,0,0,0,0,0,0 +811310,121,21,932,114,97,8,0,0,0,0,0,0 +811411,121,21,45,17,14,0,0,0,0,0,0,0 +811412,121,21,119,27,23,0,0,0,0,0,0,0 +811420,121,21,39,15,12,0,0,0,0,0,0,0 +811430,121,21,17,7,5,0,0,0,0,0,0,0 +811490,121,21,177,68,65,0,0,0,0,0,0,0 +812111,121,21,60,27,23,0,0,0,0,0,0,0 +812112,121,21,2208,461,441,14,0,0,0,0,0,0 +812113,121,21,266,169,164,0,0,0,0,0,0,0 +812191,121,21,142,26,19,0,0,0,0,0,0,0 +812199,121,21,683,128,112,10,0,0,0,0,0,0 +812210,121,21,394,55,39,0,0,0,0,0,0,0 +812220,121,21,116,13,12,0,0,0,0,0,0,0 +812310,121,21,109,35,32,0,0,0,0,0,0,0 +812320,121,21,579,111,107,0,0,0,0,0,0,0 +812331,121,21,0,3,0,0,0,0,0,0,0,0 +812332,121,21,227,6,0,3,0,0,0,0,0,0 +812910,121,21,587,95,84,0,0,0,0,0,0,0 +812930,121,21,306,31,25,3,0,0,0,0,0,0 +812990,121,21,243,117,114,0,0,0,0,0,0,0 +813110,121,21,9175,826,722,89,10,0,0,0,0,0 +813211,121,21,240,46,43,0,0,0,0,0,0,0 +813212,121,21,404,22,21,0,0,0,0,0,0,0 +813219,121,21,111,12,9,0,0,0,0,0,0,0 +813311,121,21,0,3,3,0,0,0,0,0,0,0 +813312,121,21,173,32,25,0,0,0,0,0,0,0 +813319,121,21,114,22,20,0,0,0,0,0,0,0 +813410,121,21,715,84,75,9,0,0,0,0,0,0 +813910,121,21,158,33,23,0,0,0,0,0,0,0 +813920,121,21,129,27,23,0,0,0,0,0,0,0 +813930,121,21,327,64,61,0,0,0,0,0,0,0 +813990,121,21,460,73,66,0,0,0,0,0,0,0 +113310,121,25,47,7,3,0,0,0,0,0,0,0 +221122,121,25,0,4,0,0,0,0,0,0,0,0 +236115,121,25,42,7,4,0,0,0,0,0,0,0 +236117,121,25,5,3,3,0,0,0,0,0,0,0 +236118,121,25,33,12,9,0,0,0,0,0,0,0 +236210,121,25,23,4,3,0,0,0,0,0,0,0 +236220,121,25,0,3,0,0,0,0,0,0,0,0 +237990,121,25,18,5,4,0,0,0,0,0,0,0 +238110,121,25,47,7,6,0,0,0,0,0,0,0 +238130,121,25,23,6,4,0,0,0,0,0,0,0 +238140,121,25,58,10,8,0,0,0,0,0,0,0 +238160,121,25,76,10,10,0,0,0,0,0,0,0 +238190,121,25,0,3,3,0,0,0,0,0,0,0 +238210,121,25,77,14,14,0,0,0,0,0,0,0 +238220,121,25,110,23,23,0,0,0,0,0,0,0 +238310,121,25,40,7,4,0,0,0,0,0,0,0 +238320,121,25,18,5,3,0,0,0,0,0,0,0 +238330,121,25,16,8,8,0,0,0,0,0,0,0 +238340,121,25,2,3,3,0,0,0,0,0,0,0 +238350,121,25,10,5,4,0,0,0,0,0,0,0 +238910,121,25,90,6,0,0,0,0,0,0,0,0 +238990,121,25,14,8,7,0,0,0,0,0,0,0 +321999,121,25,0,3,0,0,0,0,0,0,0,0 +326199,121,25,0,3,0,0,0,0,0,0,0,0 +423990,121,25,19,4,3,0,0,0,0,0,0,0 +424490,121,25,0,4,3,0,0,0,0,0,0,0 +424690,121,25,3,3,3,0,0,0,0,0,0,0 +441110,121,25,243,5,0,3,0,0,0,0,0,0 +441120,121,25,15,3,0,0,0,0,0,0,0,0 +441222,121,25,27,3,0,0,0,0,0,0,0,0 +441228,121,25,9,4,4,0,0,0,0,0,0,0 +441310,121,25,100,13,13,0,0,0,0,0,0,0 +441320,121,25,25,5,3,0,0,0,0,0,0,0 +442110,121,25,35,4,0,0,0,0,0,0,0,0 +443142,121,25,13,4,3,0,0,0,0,0,0,0 +444110,121,25,285,5,3,0,0,0,0,0,0,0 +444130,121,25,101,9,7,0,0,0,0,0,0,0 +444220,121,25,28,3,0,0,0,0,0,0,0,0 +445110,121,25,537,12,7,3,0,0,0,0,0,0 +445120,121,25,42,15,15,0,0,0,0,0,0,0 +445310,121,25,18,3,0,0,0,0,0,0,0,0 +446110,121,25,157,11,5,4,0,0,0,0,0,0 +446199,121,25,0,3,3,0,0,0,0,0,0,0 +447110,121,25,298,32,32,0,0,0,0,0,0,0 +448120,121,25,13,3,0,0,0,0,0,0,0,0 +448140,121,25,88,5,3,0,0,0,0,0,0,0 +448210,121,25,24,4,0,0,0,0,0,0,0,0 +452319,121,25,191,28,25,3,0,0,0,0,0,0 +453110,121,25,4,3,3,0,0,0,0,0,0,0 +453310,121,25,29,5,3,0,0,0,0,0,0,0 +453930,121,25,10,4,4,0,0,0,0,0,0,0 +453998,121,25,11,5,5,0,0,0,0,0,0,0 +454110,121,25,26,7,5,0,0,0,0,0,0,0 +484110,121,25,5,4,4,0,0,0,0,0,0,0 +484121,121,25,48,9,5,0,0,0,0,0,0,0 +484220,121,25,67,9,7,0,0,0,0,0,0,0 +488410,121,25,0,3,0,0,0,0,0,0,0,0 +492210,121,25,0,3,3,0,0,0,0,0,0,0 +517311,121,25,55,9,7,0,0,0,0,0,0,0 +517312,121,25,29,5,0,0,0,0,0,0,0,0 +522110,121,25,120,11,7,0,0,0,0,0,0,0 +522130,121,25,0,4,0,0,0,0,0,0,0,0 +522291,121,25,12,4,3,0,0,0,0,0,0,0 +522390,121,25,0,4,3,0,0,0,0,0,0,0 +524210,121,25,87,20,19,0,0,0,0,0,0,0 +531110,121,25,21,6,4,0,0,0,0,0,0,0 +531120,121,25,7,3,3,0,0,0,0,0,0,0 +531130,121,25,19,3,0,0,0,0,0,0,0,0 +531210,121,25,34,20,19,0,0,0,0,0,0,0 +531311,121,25,6,3,3,0,0,0,0,0,0,0 +541110,121,25,45,16,15,0,0,0,0,0,0,0 +541191,121,25,8,4,4,0,0,0,0,0,0,0 +541211,121,25,13,3,0,0,0,0,0,0,0,0 +541213,121,25,35,7,5,0,0,0,0,0,0,0 +541219,121,25,6,4,4,0,0,0,0,0,0,0 +541310,121,25,8,3,3,0,0,0,0,0,0,0 +541330,121,25,12,3,0,0,0,0,0,0,0,0 +541519,121,25,9,3,0,0,0,0,0,0,0,0 +541611,121,25,7,6,6,0,0,0,0,0,0,0 +541620,121,25,20,5,3,0,0,0,0,0,0,0 +541940,121,25,65,7,4,0,0,0,0,0,0,0 +541990,121,25,7,4,3,0,0,0,0,0,0,0 +561110,121,25,24,4,0,0,0,0,0,0,0,0 +561421,121,25,0,3,0,0,0,0,0,0,0,0 +561710,121,25,55,9,8,0,0,0,0,0,0,0 +561720,121,25,25,7,5,0,0,0,0,0,0,0 +561730,121,25,90,36,35,0,0,0,0,0,0,0 +561740,121,25,7,3,0,0,0,0,0,0,0,0 +562991,121,25,9,3,0,0,0,0,0,0,0,0 +621111,121,25,252,48,47,0,0,0,0,0,0,0 +621210,121,25,107,14,14,0,0,0,0,0,0,0 +621340,121,25,53,5,0,0,0,0,0,0,0,0 +621492,121,25,0,3,0,0,0,0,0,0,0,0 +621498,121,25,122,5,0,3,0,0,0,0,0,0 +621511,121,25,8,3,3,0,0,0,0,0,0,0 +621610,121,25,203,13,6,4,0,0,0,0,0,0 +623110,121,25,398,5,0,0,0,0,0,0,0,0 +623210,121,25,0,7,7,0,0,0,0,0,0,0 +623312,121,25,53,5,0,0,0,0,0,0,0,0 +624190,121,25,75,6,0,0,0,0,0,0,0,0 +624410,121,25,244,23,22,0,0,0,0,0,0,0 +711510,121,25,1,3,3,0,0,0,0,0,0,0 +713940,121,25,36,5,0,0,0,0,0,0,0,0 +721110,121,25,28,7,5,0,0,0,0,0,0,0 +721211,121,25,0,3,0,0,0,0,0,0,0,0 +721214,121,25,20,3,0,0,0,0,0,0,0,0 +722310,121,25,0,3,0,0,0,0,0,0,0,0 +722410,121,25,38,12,10,0,0,0,0,0,0,0 +722511,121,25,452,30,23,5,0,0,0,0,0,0 +722513,121,25,856,34,18,15,0,0,0,0,0,0 +811111,121,25,33,13,11,0,0,0,0,0,0,0 +811121,121,25,33,5,3,0,0,0,0,0,0,0 +811192,121,25,20,5,3,0,0,0,0,0,0,0 +811212,121,25,6,3,3,0,0,0,0,0,0,0 +811310,121,25,55,12,8,0,0,0,0,0,0,0 +811412,121,25,7,3,0,0,0,0,0,0,0,0 +811490,121,25,6,6,6,0,0,0,0,0,0,0 +812112,121,25,40,11,10,0,0,0,0,0,0,0 +812210,121,25,58,7,6,0,0,0,0,0,0,0 +812990,121,25,6,4,4,0,0,0,0,0,0,0 +813110,121,25,286,57,55,0,0,0,0,0,0,0 +813410,121,25,28,7,5,0,0,0,0,0,0,0 +813910,121,25,11,4,3,0,0,0,0,0,0,0 +813930,121,25,41,5,3,0,0,0,0,0,0,0 +813990,121,25,7,3,3,0,0,0,0,0,0,0 +114111,122,22,12,13,13,0,0,0,0,0,0,0 +114119,122,22,17,12,12,0,0,0,0,0,0,0 +115112,122,22,25,8,3,0,0,0,0,0,0,0 +115114,122,22,83,4,0,0,0,0,0,0,0,0 +115116,122,22,92,13,10,0,0,0,0,0,0,0 +115210,122,22,386,155,154,0,0,0,0,0,0,0 +211120,122,22,9,3,0,0,0,0,0,0,0,0 +212312,122,22,535,8,0,3,0,0,0,0,0,0 +213112,122,22,38,10,6,0,0,0,0,0,0,0 +221112,122,22,14,4,3,0,0,0,0,0,0,0 +221115,122,22,0,6,4,0,0,0,0,0,0,0 +221122,122,22,0,89,39,35,3,0,3,0,0,0 +221210,122,22,323,10,0,0,0,0,0,0,0,0 +221310,122,22,139,37,28,0,0,0,0,0,0,0 +236115,122,22,3232,757,735,13,3,0,0,0,0,0 +236116,122,22,1787,93,78,4,0,0,0,0,0,0 +236117,122,22,2450,232,210,13,0,0,0,0,0,0 +236118,122,22,5209,1746,1708,31,0,0,0,0,0,0 +236210,122,22,661,102,90,0,0,0,0,0,0,0 +236220,122,22,9349,794,675,106,8,0,0,0,0,0 +237110,122,22,2133,127,90,32,3,0,0,0,0,0 +237120,122,22,152,13,6,0,0,0,0,0,0,0 +237130,122,22,1685,72,45,13,3,0,0,0,0,0 +237210,122,22,674,130,123,0,0,0,0,0,0,0 +237310,122,22,4897,125,82,27,9,0,0,0,0,0 +237990,122,22,1958,102,82,9,0,0,0,0,0,0 +238110,122,22,4832,365,313,45,0,0,0,0,0,0 +238120,122,22,1493,67,45,9,3,0,0,0,0,0 +238130,122,22,667,100,90,6,0,0,0,0,0,0 +238140,122,22,1801,212,192,13,3,0,0,0,0,0 +238150,122,22,1543,202,181,15,0,0,0,0,0,0 +238160,122,22,4400,381,325,52,0,3,0,0,0,0 +238170,122,22,144,42,36,0,0,0,0,0,0,0 +238190,122,22,1110,170,158,6,0,0,0,0,0,0 +238210,122,22,16474,1696,1520,149,23,0,0,0,0,0 +238220,122,22,19035,2244,2059,153,28,0,0,0,0,0 +238290,122,22,2162,166,145,12,0,0,0,0,0,0 +238310,122,22,2639,358,325,28,0,0,0,0,0,0 +238320,122,22,3993,1020,980,37,0,0,0,0,0,0 +238330,122,22,1436,374,361,7,0,0,0,0,0,0 +238340,122,22,1712,416,398,17,0,0,0,0,0,0 +238350,122,22,4105,990,958,30,0,0,0,0,0,0 +238390,122,22,1187,189,176,9,0,0,0,0,0,0 +238910,122,22,3695,282,243,31,0,0,0,0,0,0 +238990,122,22,4629,782,738,37,0,0,0,0,0,0 +311111,122,22,10,3,0,0,0,0,0,0,0,0 +311314,122,22,0,5,0,0,0,0,0,0,0,0 +311340,122,22,0,3,3,0,0,0,0,0,0,0 +311352,122,22,177,14,5,0,0,0,0,0,0,0 +311411,122,22,13,3,0,0,0,0,0,0,0,0 +311412,122,22,159,13,3,4,0,0,0,0,0,0 +311421,122,22,0,3,0,0,0,0,0,0,0,0 +311520,122,22,327,31,22,0,0,0,0,0,0,0 +311611,122,22,229,3,0,0,0,0,0,0,0,0 +311612,122,22,464,13,0,8,0,0,0,0,0,0 +311615,122,22,59,3,0,0,0,0,0,0,0,0 +311710,122,22,421,8,0,0,0,0,0,0,0,0 +311811,122,22,1406,189,176,10,0,0,0,0,0,0 +311812,122,22,1463,81,61,9,0,0,0,0,0,0 +311813,122,22,77,8,4,0,0,0,0,0,0,0 +311821,122,22,147,7,3,0,0,0,0,0,0,0 +311824,122,22,0,7,4,0,0,0,0,0,0,0 +311919,122,22,96,4,0,0,0,0,0,0,0,0 +311920,122,22,96,13,11,0,0,0,0,0,0,0 +311942,122,22,138,5,0,3,0,0,0,0,0,0 +311991,122,22,121,16,10,3,0,0,0,0,0,0 +311999,122,22,109,19,14,0,0,0,0,0,0,0 +312111,122,22,489,15,0,4,0,0,0,0,0,0 +312112,122,22,34,4,0,0,0,0,0,0,0,0 +312113,122,22,26,6,0,0,0,0,0,0,0,0 +312120,122,22,340,21,10,0,0,0,0,0,0,0 +312230,122,22,0,7,5,0,0,0,0,0,0,0 +313110,122,22,19,3,3,0,0,0,0,0,0,0 +313220,122,22,0,3,0,0,0,0,0,0,0,0 +313310,122,22,169,17,12,0,0,0,0,0,0,0 +314110,122,22,3,3,3,0,0,0,0,0,0,0 +314120,122,22,457,52,44,0,0,0,0,0,0,0 +314910,122,22,418,44,32,7,0,0,0,0,0,0 +314999,122,22,332,60,52,0,0,0,0,0,0,0 +315190,122,22,14,3,0,0,0,0,0,0,0,0 +315210,122,22,244,30,22,0,0,0,0,0,0,0 +315220,122,22,103,16,10,0,0,0,0,0,0,0 +315240,122,22,310,30,22,5,0,0,0,0,0,0 +315280,122,22,47,8,3,0,0,0,0,0,0,0 +315990,122,22,460,23,14,0,0,0,0,0,0,0 +316210,122,22,7,4,4,0,0,0,0,0,0,0 +316998,122,22,6,7,4,0,0,0,0,0,0,0 +321214,122,22,345,8,0,3,0,0,0,0,0,0 +321911,122,22,393,33,22,3,0,0,0,0,0,0 +321918,122,22,181,21,13,0,0,0,0,0,0,0 +321920,122,22,326,17,8,3,0,0,0,0,0,0 +321992,122,22,0,3,0,0,0,0,0,0,0,0 +321999,122,22,198,71,67,0,0,0,0,0,0,0 +322211,122,22,260,8,3,0,0,0,0,0,0,0 +322212,122,22,223,6,0,0,0,0,0,0,0,0 +322220,122,22,83,6,0,0,0,0,0,0,0,0 +322230,122,22,67,4,0,0,0,0,0,0,0,0 +322299,122,22,138,8,3,3,0,0,0,0,0,0 +323111,122,22,3756,415,380,23,4,0,0,0,0,0 +323113,122,22,1386,98,89,0,0,0,0,0,0,0 +323117,122,22,69,10,4,0,0,0,0,0,0,0 +323120,122,22,364,33,27,0,0,0,0,0,0,0 +324121,122,22,538,10,0,0,0,0,0,0,0,0 +324191,122,22,0,4,0,0,0,0,0,0,0,0 +325199,122,22,0,3,0,0,0,0,0,0,0,0 +325211,122,22,130,7,5,0,0,0,0,0,0,0 +325314,122,22,46,9,3,0,0,0,0,0,0,0 +325320,122,22,17,3,0,0,0,0,0,0,0,0 +325411,122,22,531,14,0,0,0,0,0,0,0,0 +325412,122,22,2790,45,24,3,0,0,0,0,0,0 +325413,122,22,36,3,0,0,0,0,0,0,0,0 +325510,122,22,101,13,9,0,0,0,0,0,0,0 +325520,122,22,0,3,0,0,0,0,0,0,0,0 +325611,122,22,112,13,10,0,0,0,0,0,0,0 +325612,122,22,47,13,10,0,0,0,0,0,0,0 +325620,122,22,867,42,26,3,0,0,0,0,0,0 +325998,122,22,77,14,10,0,0,0,0,0,0,0 +326111,122,22,19,3,0,0,0,0,0,0,0,0 +326112,122,22,7,4,4,0,0,0,0,0,0,0 +326113,122,22,5,3,3,0,0,0,0,0,0,0 +326150,122,22,347,9,0,0,0,0,0,0,0,0 +326160,122,22,0,5,0,0,0,0,0,0,0,0 +326199,122,22,1681,81,64,8,0,0,0,0,0,0 +326211,122,22,0,3,0,0,0,0,0,0,0,0 +326212,122,22,39,6,3,0,0,0,0,0,0,0 +326299,122,22,19,3,0,0,0,0,0,0,0,0 +327110,122,22,11,5,5,0,0,0,0,0,0,0 +327211,122,22,0,3,0,0,0,0,0,0,0,0 +327212,122,22,0,3,0,0,0,0,0,0,0,0 +327215,122,22,670,40,30,0,0,0,0,0,0,0 +327310,122,22,0,3,0,0,0,0,0,0,0,0 +327320,122,22,1429,56,18,29,0,0,0,0,0,0 +327331,122,22,218,21,9,3,0,0,0,0,0,0 +327390,122,22,888,33,14,10,0,0,0,0,0,0 +327991,122,22,315,35,27,0,0,0,0,0,0,0 +327993,122,22,16,6,3,0,0,0,0,0,0,0 +327999,122,22,45,6,0,0,0,0,0,0,0,0 +331222,122,22,11,3,0,0,0,0,0,0,0,0 +331318,122,22,0,3,0,0,0,0,0,0,0,0 +331410,122,22,5,3,3,0,0,0,0,0,0,0 +331511,122,22,0,5,3,0,0,0,0,0,0,0 +332119,122,22,226,3,0,0,0,0,0,0,0,0 +332215,122,22,28,4,0,0,0,0,0,0,0,0 +332216,122,22,17,4,3,0,0,0,0,0,0,0 +332311,122,22,0,3,0,0,0,0,0,0,0,0 +332312,122,22,871,31,16,0,0,0,0,0,0,0 +332313,122,22,206,10,3,0,0,0,0,0,0,0 +332321,122,22,1869,49,25,9,6,0,0,0,0,0 +332322,122,22,742,37,22,7,0,0,0,0,0,0 +332323,122,22,641,61,50,3,0,0,0,0,0,0 +332420,122,22,24,7,3,0,0,0,0,0,0,0 +332439,122,22,22,3,0,0,0,0,0,0,0,0 +332510,122,22,28,14,11,0,0,0,0,0,0,0 +332618,122,22,21,7,0,0,0,0,0,0,0,0 +332710,122,22,563,97,89,5,0,0,0,0,0,0 +332721,122,22,130,14,6,0,0,0,0,0,0,0 +332812,122,22,185,24,12,0,0,0,0,0,0,0 +332813,122,22,430,28,16,0,0,0,0,0,0,0 +332912,122,22,54,3,0,0,0,0,0,0,0,0 +332913,122,22,5,3,3,0,0,0,0,0,0,0 +332996,122,22,0,3,0,0,0,0,0,0,0,0 +332999,122,22,194,33,27,0,0,0,0,0,0,0 +333111,122,22,15,4,3,0,0,0,0,0,0,0 +333112,122,22,0,3,0,0,0,0,0,0,0,0 +333120,122,22,0,4,3,0,0,0,0,0,0,0 +333244,122,22,10,3,0,0,0,0,0,0,0,0 +333249,122,22,168,16,9,0,0,0,0,0,0,0 +333314,122,22,0,4,0,0,0,0,0,0,0,0 +333318,122,22,408,30,21,3,0,0,0,0,0,0 +333413,122,22,118,15,6,0,0,0,0,0,0,0 +333414,122,22,3,3,3,0,0,0,0,0,0,0 +333415,122,22,1053,29,19,0,0,0,0,0,0,0 +333511,122,22,0,3,3,0,0,0,0,0,0,0 +333514,122,22,25,7,3,0,0,0,0,0,0,0 +333515,122,22,75,5,4,0,0,0,0,0,0,0 +333618,122,22,21,4,0,0,0,0,0,0,0,0 +333912,122,22,0,6,0,0,0,0,0,0,0,0 +333914,122,22,210,10,0,0,0,0,0,0,0,0 +333921,122,22,278,4,0,0,0,0,0,0,0,0 +333923,122,22,57,3,0,0,0,0,0,0,0,0 +333992,122,22,5,13,8,0,0,0,0,0,0,0 +333993,122,22,49,4,0,0,0,0,0,0,0,0 +333999,122,22,71,10,3,0,0,0,0,0,0,0 +334111,122,22,14,4,3,0,0,0,0,0,0,0 +334118,122,22,6,9,3,0,0,0,0,0,0,0 +334210,122,22,40,4,0,0,0,0,0,0,0,0 +334220,122,22,343,20,9,0,0,0,0,0,0,0 +334290,122,22,0,3,0,0,0,0,0,0,0,0 +334310,122,22,23,12,8,0,0,0,0,0,0,0 +334413,122,22,114,9,0,0,0,0,0,0,0,0 +334418,122,22,167,10,6,0,0,0,0,0,0,0 +334419,122,22,114,15,12,0,0,0,0,0,0,0 +334510,122,22,56,12,0,0,0,0,0,0,0,0 +334511,122,22,375,9,3,0,0,0,0,0,0,0 +334512,122,22,45,3,0,0,0,0,0,0,0,0 +334513,122,22,0,3,0,0,0,0,0,0,0,0 +334515,122,22,67,9,3,0,0,0,0,0,0,0 +334516,122,22,0,3,0,0,0,0,0,0,0,0 +334519,122,22,101,11,0,0,0,0,0,0,0,0 +334614,122,22,14,14,14,0,0,0,0,0,0,0 +335121,122,22,301,12,3,0,0,0,0,0,0,0 +335122,122,22,136,9,3,0,0,0,0,0,0,0 +335129,122,22,13,3,0,0,0,0,0,0,0,0 +335210,122,22,0,3,0,0,0,0,0,0,0,0 +335313,122,22,267,3,0,0,0,0,0,0,0,0 +335929,122,22,24,3,0,0,0,0,0,0,0,0 +335999,122,22,118,15,3,0,0,0,0,0,0,0 +336211,122,22,121,8,0,0,0,0,0,0,0,0 +336212,122,22,0,3,0,0,0,0,0,0,0,0 +336214,122,22,0,4,0,0,0,0,0,0,0,0 +336310,122,22,37,6,3,0,0,0,0,0,0,0 +336320,122,22,58,6,3,0,0,0,0,0,0,0 +336360,122,22,72,7,0,0,0,0,0,0,0,0 +336390,122,22,256,23,14,0,0,0,0,0,0,0 +336412,122,22,637,22,5,3,0,0,0,0,0,0 +336413,122,22,639,32,18,6,0,0,0,0,0,0 +336611,122,22,495,30,18,0,0,0,0,0,0,0 +336612,122,22,514,50,40,0,0,0,0,0,0,0 +336999,122,22,14,4,3,0,0,0,0,0,0,0 +337110,122,22,703,165,157,3,0,0,0,0,0,0 +337121,122,22,162,25,18,3,0,0,0,0,0,0 +337122,122,22,305,52,48,0,0,0,0,0,0,0 +337124,122,22,134,5,3,0,0,0,0,0,0,0 +337125,122,22,57,11,8,0,0,0,0,0,0,0 +337127,122,22,108,16,12,0,0,0,0,0,0,0 +337211,122,22,115,8,0,3,0,0,0,0,0,0 +337212,122,22,1060,48,30,10,0,0,0,0,0,0 +337214,122,22,1,3,3,0,0,0,0,0,0,0 +337215,122,22,182,14,10,0,0,0,0,0,0,0 +337910,122,22,135,15,7,0,0,0,0,0,0,0 +337920,122,22,504,28,17,3,0,0,0,0,0,0 +339112,122,22,637,23,8,0,0,0,0,0,0,0 +339113,122,22,1285,33,19,0,0,0,0,0,0,0 +339114,122,22,88,19,13,0,0,0,0,0,0,0 +339115,122,22,0,4,0,0,0,0,0,0,0,0 +339116,122,22,726,170,163,3,0,0,0,0,0,0 +339910,122,22,171,38,33,0,0,0,0,0,0,0 +339920,122,22,315,28,14,0,0,0,0,0,0,0 +339930,122,22,51,5,0,0,0,0,0,0,0,0 +339940,122,22,36,6,3,0,0,0,0,0,0,0 +339950,122,22,764,121,106,6,0,0,0,0,0,0 +339999,122,22,1002,90,82,3,0,0,0,0,0,0 +423110,122,22,1628,191,175,6,3,0,0,0,0,0 +423120,122,22,3651,525,486,34,3,0,0,0,0,0 +423130,122,22,799,88,74,11,0,0,0,0,0,0 +423140,122,22,142,51,48,0,0,0,0,0,0,0 +423210,122,22,1414,233,220,7,0,0,0,0,0,0 +423220,122,22,2962,332,296,29,3,0,0,0,0,0 +423310,122,22,1746,184,163,14,0,0,0,0,0,0 +423320,122,22,728,110,100,8,0,0,0,0,0,0 +423330,122,22,625,57,46,5,0,0,0,0,0,0 +423390,122,22,1225,147,132,10,0,0,0,0,0,0 +423410,122,22,273,42,40,0,0,0,0,0,0,0 +423420,122,22,1906,234,210,15,3,0,0,0,0,0 +423430,122,22,3076,420,390,21,3,0,0,0,0,0 +423440,122,22,1442,177,163,11,0,0,0,0,0,0 +423450,122,22,4437,579,545,30,0,0,0,0,0,0 +423460,122,22,1110,99,83,3,0,0,0,0,0,0 +423490,122,22,728,105,92,3,0,0,0,0,0,0 +423510,122,22,2190,209,176,22,0,0,0,0,0,0 +423610,122,22,4215,562,512,46,0,0,0,0,0,0 +423620,122,22,1980,198,175,14,0,0,0,0,0,0 +423690,122,22,5718,656,602,44,3,0,0,0,0,0 +423710,122,22,1426,201,178,20,0,0,0,0,0,0 +423720,122,22,1253,121,100,18,0,0,0,0,0,0 +423730,122,22,1733,157,138,12,0,0,0,0,0,0 +423740,122,22,237,42,36,0,0,0,0,0,0,0 +423810,122,22,1354,150,129,11,0,0,0,0,0,0 +423820,122,22,595,83,74,6,0,0,0,0,0,0 +423830,122,22,7031,1188,1139,45,0,0,0,0,0,0 +423840,122,22,1271,197,184,8,0,0,0,0,0,0 +423850,122,22,1361,153,137,12,0,0,0,0,0,0 +423860,122,22,4018,410,360,44,0,0,0,0,0,0 +423910,122,22,2046,264,240,19,0,0,0,0,0,0 +423920,122,22,890,105,92,6,0,0,0,0,0,0 +423930,122,22,1014,135,118,10,0,0,0,0,0,0 +423940,122,22,2427,462,449,8,0,0,0,0,0,0 +423990,122,22,2635,654,639,6,0,0,0,0,0,0 +424110,122,22,1179,37,25,0,0,0,0,0,0,0 +424120,122,22,906,120,104,11,0,0,0,0,0,0 +424130,122,22,1382,138,124,7,0,0,0,0,0,0 +424210,122,22,7278,532,448,70,10,0,0,0,0,0 +424310,122,22,505,94,86,0,0,0,0,0,0,0 +424320,122,22,1909,148,123,15,0,0,0,0,0,0 +424330,122,22,2422,343,318,15,0,0,0,0,0,0 +424340,122,22,599,105,96,4,0,0,0,0,0,0 +424410,122,22,2983,128,103,17,3,0,0,0,0,0 +424420,122,22,4340,190,164,15,3,0,0,0,0,0 +424430,122,22,718,63,47,7,0,0,0,0,0,0 +424440,122,22,98,9,6,0,0,0,0,0,0,0 +424450,122,22,466,84,74,0,0,0,0,0,0,0 +424460,122,22,892,132,118,6,0,0,0,0,0,0 +424470,122,22,571,60,50,7,0,0,0,0,0,0 +424480,122,22,4126,248,206,31,3,0,0,0,0,0 +424490,122,22,5408,496,434,52,5,0,0,0,0,0 +424510,122,22,228,29,23,0,0,0,0,0,0,0 +424520,122,22,9,3,3,0,0,0,0,0,0,0 +424590,122,22,113,24,18,0,0,0,0,0,0,0 +424610,122,22,333,75,73,0,0,0,0,0,0,0 +424690,122,22,1603,250,235,12,0,0,0,0,0,0 +424710,122,22,570,46,38,0,0,0,0,0,0,0 +424720,122,22,167,53,41,0,0,0,0,0,0,0 +424810,122,22,1236,29,20,0,0,0,0,0,0,0 +424820,122,22,3294,122,105,8,0,0,0,0,0,0 +424910,122,22,342,73,71,0,0,0,0,0,0,0 +424920,122,22,218,46,41,0,0,0,0,0,0,0 +424930,122,22,5606,268,222,37,4,0,0,0,0,0 +424940,122,22,898,91,80,7,0,0,0,0,0,0 +424950,122,22,422,51,48,0,0,0,0,0,0,0 +424990,122,22,3143,547,522,17,0,0,0,0,0,0 +425110,122,22,94,31,27,0,0,0,0,0,0,0 +425120,122,22,5983,1546,1509,26,0,0,0,0,0,0 +441110,122,22,26165,329,116,106,84,21,0,0,0,0 +441120,122,22,4107,562,537,10,4,0,0,0,0,0 +441210,122,22,81,13,7,0,0,0,0,0,0,0 +441222,122,22,1868,310,291,16,0,0,0,0,0,0 +441228,122,22,1156,144,127,11,0,0,0,0,0,0 +441310,122,22,5579,641,572,66,0,0,0,0,0,0 +441320,122,22,2821,427,411,14,0,0,0,0,0,0 +442110,122,22,5812,611,548,59,0,0,0,0,0,0 +442210,122,22,1475,237,221,7,0,0,0,0,0,0 +442291,122,22,354,121,117,0,0,0,0,0,0,0 +442299,122,22,4405,334,260,71,0,0,0,0,0,0 +443141,122,22,1005,134,121,10,0,0,0,0,0,0 +443142,122,22,8831,631,572,29,23,3,0,0,0,0 +444110,122,22,4617,97,30,4,52,4,0,0,0,0 +444120,122,22,733,155,150,0,0,0,0,0,0,0 +444130,122,22,1503,185,162,22,0,0,0,0,0,0 +444190,122,22,4986,675,623,48,0,0,0,0,0,0 +444210,122,22,302,37,28,0,0,0,0,0,0,0 +444220,122,22,672,123,116,6,0,0,0,0,0,0 +445110,122,22,62330,1297,749,229,313,4,0,0,0,0 +445120,122,22,3110,934,927,5,0,0,0,0,0,0 +445210,122,22,583,69,59,6,0,0,0,0,0,0 +445220,122,22,348,40,32,0,0,0,0,0,0,0 +445230,122,22,448,65,53,0,0,0,0,0,0,0 +445291,122,22,647,118,105,6,0,0,0,0,0,0 +445292,122,22,609,76,74,0,0,0,0,0,0,0 +445299,122,22,728,136,132,3,0,0,0,0,0,0 +445310,122,22,2134,455,438,16,0,0,0,0,0,0 +446110,122,22,16573,1173,799,373,0,0,0,0,0,0 +446120,122,22,4684,604,536,62,0,0,0,0,0,0 +446130,122,22,2653,416,402,10,0,0,0,0,0,0 +446191,122,22,1300,271,264,0,0,0,0,0,0,0 +446199,122,22,1667,260,248,3,0,0,0,0,0,0 +447110,122,22,8115,1203,1177,24,0,0,0,0,0,0 +447190,122,22,923,163,157,0,0,0,0,0,0,0 +448110,122,22,1861,218,203,12,0,0,0,0,0,0 +448120,122,22,9630,854,760,79,11,0,0,0,0,0 +448130,122,22,2201,212,184,26,0,0,0,0,0,0 +448140,122,22,25587,868,487,343,31,3,0,0,0,0 +448150,122,22,2257,347,330,14,0,0,0,0,0,0 +448190,122,22,3663,400,358,35,3,0,0,0,0,0 +448210,122,22,6705,692,640,46,0,0,0,0,0,0 +448310,122,22,3564,785,769,14,0,0,0,0,0,0 +448320,122,22,293,53,49,0,0,0,0,0,0,0 +451110,122,22,3152,439,415,19,0,0,0,0,0,0 +451120,122,22,2345,131,87,37,3,0,0,0,0,0 +451130,122,22,511,72,60,9,0,0,0,0,0,0 +451140,122,22,411,45,33,4,0,0,0,0,0,0 +451211,122,22,1219,108,80,26,0,0,0,0,0,0 +451212,122,22,41,5,0,0,0,0,0,0,0,0 +452210,122,22,11232,64,0,19,34,6,0,0,0,0 +452311,122,22,27096,113,0,3,61,40,6,0,0,0 +452319,122,22,6503,588,490,95,0,0,0,0,0,0 +453110,122,22,798,182,172,3,0,0,0,0,0,0 +453210,122,22,1669,133,80,51,0,0,0,0,0,0 +453220,122,22,2935,356,327,21,0,0,0,0,0,0 +453310,122,22,2914,349,298,47,0,0,0,0,0,0 +453910,122,22,2153,242,212,29,0,0,0,0,0,0 +453920,122,22,574,199,194,0,0,0,0,0,0,0 +453930,122,22,22,8,7,0,0,0,0,0,0,0 +453991,122,22,643,197,190,0,0,0,0,0,0,0 +453998,122,22,2337,621,610,8,0,0,0,0,0,0 +454110,122,22,11350,1473,1395,64,5,0,0,0,0,0 +454210,122,22,484,108,100,0,0,0,0,0,0,0 +454310,122,22,420,36,27,3,0,0,0,0,0,0 +454390,122,22,2928,747,720,23,0,0,0,0,0,0 +481111,122,22,16778,77,43,12,0,0,4,0,0,0 +481112,122,22,1382,47,37,4,4,0,0,0,0,0 +481211,122,22,2183,128,105,9,0,0,0,0,0,0 +481212,122,22,1326,26,11,0,0,0,0,0,0,0 +481219,122,22,48,26,24,0,0,0,0,0,0,0 +483111,122,22,1266,42,25,3,0,0,0,0,0,0 +483112,122,22,8583,33,20,0,0,0,0,0,0,0 +483113,122,22,81,33,23,7,0,0,0,0,0,0 +483114,122,22,150,45,43,0,0,0,0,0,0,0 +483211,122,22,0,5,4,0,0,0,0,0,0,0 +483212,122,22,176,18,14,0,0,0,0,0,0,0 +484110,122,22,2448,703,686,11,0,0,0,0,0,0 +484121,122,22,2121,489,461,19,0,0,0,0,0,0 +484122,122,22,2607,122,89,19,8,0,0,0,0,0 +484210,122,22,1508,265,239,25,0,0,0,0,0,0 +484220,122,22,1125,185,171,10,0,0,0,0,0,0 +484230,122,22,897,122,105,6,0,0,0,0,0,0 +485113,122,22,0,10,6,0,0,0,0,0,0,0 +485119,122,22,0,6,0,0,0,0,0,0,0,0 +485210,122,22,147,10,3,3,0,0,0,0,0,0 +485310,122,22,242,50,42,0,0,0,0,0,0,0 +485320,122,22,677,164,151,9,0,0,0,0,0,0 +485410,122,22,746,55,39,4,0,0,0,0,0,0 +485510,122,22,252,24,18,0,0,0,0,0,0,0 +485991,122,22,1938,57,34,7,0,0,0,0,0,0 +485999,122,22,398,61,54,0,0,0,0,0,0,0 +487110,122,22,115,12,8,0,0,0,0,0,0,0 +487210,122,22,588,151,138,0,0,0,0,0,0,0 +487990,122,22,18,11,10,0,0,0,0,0,0,0 +488111,122,22,0,3,3,0,0,0,0,0,0,0 +488119,122,22,7005,82,38,27,3,0,0,0,0,0 +488190,122,22,7515,360,283,61,8,5,0,0,0,0 +488210,122,22,123,6,0,0,0,0,0,0,0,0 +488310,122,22,260,21,17,0,0,0,0,0,0,0 +488320,122,22,4066,38,20,0,0,0,0,0,0,0 +488330,122,22,401,103,87,8,0,0,0,0,0,0 +488390,122,22,515,119,113,3,0,0,0,0,0,0 +488410,122,22,561,154,143,3,0,0,0,0,0,0 +488490,122,22,963,91,71,7,0,0,0,0,0,0 +488510,122,22,11073,1469,1351,106,5,0,0,0,0,0 +488991,122,22,269,68,64,0,0,0,0,0,0,0 +488999,122,22,197,51,46,0,0,0,0,0,0,0 +492110,122,22,11377,311,251,26,16,6,0,0,0,0 +492210,122,22,1161,195,184,6,0,0,0,0,0,0 +493110,122,22,6191,196,146,30,11,5,0,0,0,0 +493120,122,22,865,29,9,11,0,0,0,0,0,0 +493190,122,22,432,52,41,3,0,0,0,0,0,0 +511110,122,22,1103,85,62,7,0,0,0,0,0,0 +511120,122,22,1529,144,121,14,0,0,0,0,0,0 +511130,122,22,610,41,28,0,0,0,0,0,0,0 +511140,122,22,100,15,5,0,0,0,0,0,0,0 +511199,122,22,48,18,15,0,0,0,0,0,0,0 +511210,122,22,7045,240,203,25,9,0,0,0,0,0 +512110,122,22,1567,374,360,5,0,0,0,0,0,0 +512120,122,22,76,18,13,0,0,0,0,0,0,0 +512131,122,22,2517,63,12,38,0,0,0,0,0,0 +512191,122,22,248,57,52,0,0,0,0,0,0,0 +512199,122,22,23,7,5,0,0,0,0,0,0,0 +512230,122,22,83,27,25,0,0,0,0,0,0,0 +512240,122,22,121,69,66,0,0,0,0,0,0,0 +512250,122,22,171,27,25,0,0,0,0,0,0,0 +512290,122,22,55,16,15,0,0,0,0,0,0,0 +515111,122,22,63,16,5,0,0,0,0,0,0,0 +515112,122,22,835,56,36,3,0,0,0,0,0,0 +515120,122,22,5456,73,41,5,15,3,0,0,0,0 +515210,122,22,1070,37,25,7,4,0,0,0,0,0 +517311,122,22,12048,418,320,66,23,3,3,0,0,0 +517312,122,22,4740,504,458,43,0,0,0,0,0,0 +517410,122,22,380,19,9,0,0,0,0,0,0,0 +517911,122,22,2242,173,161,4,0,0,0,0,0,0 +517919,122,22,1762,123,105,4,0,0,0,0,0,0 +518210,122,22,9643,380,328,37,11,0,0,0,0,0 +519110,122,22,94,11,3,0,0,0,0,0,0,0 +519130,122,22,1766,223,208,4,4,0,0,0,0,0 +519190,122,22,129,54,46,0,0,0,0,0,0,0 +522110,122,22,24374,1688,1488,172,20,5,3,0,0,0 +522120,122,22,580,67,65,0,0,0,0,0,0,0 +522130,122,22,2092,151,130,9,0,0,0,0,0,0 +522210,122,22,84,15,12,0,0,0,0,0,0,0 +522220,122,22,1102,146,132,6,0,0,0,0,0,0 +522291,122,22,1040,146,138,0,0,0,0,0,0,0 +522292,122,22,3679,324,287,29,0,0,0,0,0,0 +522293,122,22,146,22,17,0,0,0,0,0,0,0 +522298,122,22,1262,291,283,0,0,0,0,0,0,0 +522310,122,22,680,264,260,0,0,0,0,0,0,0 +522320,122,22,3186,164,147,7,0,0,0,0,0,0 +522390,122,22,8699,479,454,9,6,0,0,0,0,0 +523110,122,22,1350,144,130,4,0,0,0,0,0,0 +523120,122,22,4746,673,608,58,0,0,0,0,0,0 +523130,122,22,168,43,35,0,0,0,0,0,0,0 +523140,122,22,180,32,23,0,0,0,0,0,0,0 +523910,122,22,1367,346,334,4,0,0,0,0,0,0 +523920,122,22,5217,780,734,38,4,0,0,0,0,0 +523930,122,22,1980,701,681,15,0,0,0,0,0,0 +523991,122,22,243,51,44,0,0,0,0,0,0,0 +523999,122,22,215,96,90,0,0,0,0,0,0,0 +524113,122,22,3341,136,113,10,0,0,0,0,0,0 +524114,122,22,8428,184,133,28,8,9,0,0,0,0 +524126,122,22,4506,156,111,31,4,0,0,0,0,0 +524127,122,22,504,72,66,0,0,0,0,0,0,0 +524128,122,22,444,36,22,0,0,0,0,0,0,0 +524130,122,22,311,22,13,5,0,0,0,0,0,0 +524210,122,22,17584,3354,3216,125,10,0,0,0,0,0 +524291,122,22,1409,296,285,4,0,0,0,0,0,0 +524292,122,22,2477,98,74,14,0,0,0,0,0,0 +524298,122,22,1487,171,159,4,0,0,0,0,0,0 +525910,122,22,17,10,9,0,0,0,0,0,0,0 +525990,122,22,116,32,25,0,0,0,0,0,0,0 +531110,122,22,5814,1558,1524,30,0,0,0,0,0,0 +531120,122,22,5178,1267,1230,30,0,0,0,0,0,0 +531130,122,22,912,359,353,0,0,0,0,0,0,0 +531190,122,22,545,194,187,4,0,0,0,0,0,0 +531210,122,22,8953,4991,4951,35,0,0,0,0,0,0 +531311,122,22,19277,1502,1399,78,10,3,0,0,0,0 +531312,122,22,4341,706,661,38,0,0,0,0,0,0 +531320,122,22,566,317,314,0,0,0,0,0,0,0 +531390,122,22,2422,880,867,3,0,0,0,0,0,0 +532111,122,22,3924,369,330,33,4,0,0,0,0,0 +532112,122,22,169,36,29,0,0,0,0,0,0,0 +532120,122,22,984,99,83,13,0,0,0,0,0,0 +532210,122,22,261,95,93,0,0,0,0,0,0,0 +532281,122,22,91,17,13,0,0,0,0,0,0,0 +532282,122,22,41,23,21,0,0,0,0,0,0,0 +532283,122,22,377,32,14,6,0,0,0,0,0,0 +532284,122,22,307,101,100,0,0,0,0,0,0,0 +532289,122,22,1013,146,135,7,0,0,0,0,0,0 +532310,122,22,162,31,24,0,0,0,0,0,0,0 +532411,122,22,220,49,41,4,0,0,0,0,0,0 +532412,122,22,739,52,35,8,0,0,0,0,0,0 +532420,122,22,177,19,15,0,0,0,0,0,0,0 +532490,122,22,1710,218,193,24,0,0,0,0,0,0 +533110,122,22,1380,61,45,6,3,0,0,0,0,0 +541110,122,22,39191,8134,7770,328,33,0,0,0,0,0 +541191,122,22,1724,362,347,8,0,0,0,0,0,0 +541199,122,22,1608,405,395,4,0,0,0,0,0,0 +541211,122,22,9739,1954,1882,57,9,4,0,0,0,0 +541213,122,22,2763,716,693,21,0,0,0,0,0,0 +541214,122,22,5091,203,156,31,13,0,0,0,0,0 +541219,122,22,5129,1768,1737,24,0,0,0,0,0,0 +541310,122,22,3247,681,649,31,0,0,0,0,0,0 +541320,122,22,957,183,173,8,0,0,0,0,0,0 +541330,122,22,13959,1430,1265,148,12,0,0,0,0,0 +541340,122,22,113,74,72,0,0,0,0,0,0,0 +541350,122,22,500,220,212,0,0,0,0,0,0,0 +541360,122,22,24,7,6,0,0,0,0,0,0,0 +541370,122,22,1063,157,142,12,0,0,0,0,0,0 +541380,122,22,1045,91,74,14,0,0,0,0,0,0 +541410,122,22,2224,811,795,15,0,0,0,0,0,0 +541420,122,22,73,41,38,0,0,0,0,0,0,0 +541430,122,22,1107,511,505,0,0,0,0,0,0,0 +541490,122,22,185,96,89,0,0,0,0,0,0,0 +541511,122,22,9433,1494,1415,66,8,0,0,0,0,0 +541512,122,22,8655,1213,1152,52,0,0,0,0,0,0 +541513,122,22,861,155,142,7,0,0,0,0,0,0 +541519,122,22,1755,353,338,6,0,0,0,0,0,0 +541611,122,22,11885,3422,3325,87,3,0,0,0,0,0 +541612,122,22,1709,207,187,4,0,0,0,0,0,0 +541613,122,22,8258,2036,1975,52,0,0,0,0,0,0 +541614,122,22,1369,336,327,3,0,0,0,0,0,0 +541618,122,22,1960,1143,1133,6,0,0,0,0,0,0 +541620,122,22,788,164,150,8,0,0,0,0,0,0 +541690,122,22,2191,744,727,12,0,0,0,0,0,0 +541713,122,22,783,66,54,0,0,0,0,0,0,0 +541714,122,22,975,56,41,4,0,0,0,0,0,0 +541715,122,22,3101,188,167,4,6,0,0,0,0,0 +541720,122,22,107,32,30,0,0,0,0,0,0,0 +541810,122,22,4194,502,461,33,5,0,0,0,0,0 +541820,122,22,1010,258,249,5,0,0,0,0,0,0 +541830,122,22,358,44,37,3,0,0,0,0,0,0 +541840,122,22,345,72,66,0,0,0,0,0,0,0 +541850,122,22,623,85,76,3,0,0,0,0,0,0 +541860,122,22,883,73,65,0,0,0,0,0,0,0 +541870,122,22,163,41,34,0,0,0,0,0,0,0 +541890,122,22,2648,240,213,22,0,0,0,0,0,0 +541910,122,22,1282,145,138,3,0,0,0,0,0,0 +541921,122,22,723,279,274,0,0,0,0,0,0,0 +541922,122,22,358,148,141,0,0,0,0,0,0,0 +541930,122,22,381,127,121,0,0,0,0,0,0,0 +541940,122,22,6049,641,575,62,0,0,0,0,0,0 +541990,122,22,2833,888,861,24,0,0,0,0,0,0 +551111,122,22,0,3,0,0,0,0,0,0,0,0 +551112,122,22,1779,208,188,15,0,0,0,0,0,0 +551114,122,22,50718,747,458,190,60,22,8,3,0,0 +561110,122,22,13276,1261,1137,102,16,3,0,0,0,0 +561210,122,22,2521,113,82,13,4,0,0,0,0,0 +561311,122,22,3134,200,173,15,3,0,0,0,0,0 +561312,122,22,915,185,171,7,0,0,0,0,0,0 +561320,122,22,28823,588,339,162,57,29,0,0,0,0 +561330,122,22,5154,95,54,19,12,0,0,0,0,0 +561410,122,22,473,115,105,0,0,0,0,0,0,0 +561421,122,22,2051,47,23,7,0,0,0,0,0,0 +561422,122,22,11249,176,115,37,13,0,5,0,0,0 +561431,122,22,435,137,136,0,0,0,0,0,0,0 +561439,122,22,1512,160,157,0,0,0,0,0,0,0 +561440,122,22,1708,106,85,14,0,0,0,0,0,0 +561450,122,22,151,18,11,3,0,0,0,0,0,0 +561491,122,22,108,20,13,0,0,0,0,0,0,0 +561492,122,22,638,249,238,3,0,0,0,0,0,0 +561499,122,22,714,212,208,0,0,0,0,0,0,0 +561510,122,22,3906,817,786,18,4,0,0,0,0,0 +561520,122,22,841,157,148,4,0,0,0,0,0,0 +561591,122,22,0,5,0,0,0,0,0,0,0,0 +561599,122,22,3813,131,114,5,0,4,0,0,0,0 +561611,122,22,686,189,184,0,0,0,0,0,0,0 +561612,122,22,26777,424,264,106,27,14,3,0,0,0 +561613,122,22,792,15,0,3,4,0,0,0,0,0 +561621,122,22,3536,269,235,28,0,0,0,0,0,0 +561622,122,22,651,168,164,0,0,0,0,0,0,0 +561710,122,22,3799,598,546,47,0,0,0,0,0,0 +561720,122,22,22803,1545,1392,109,24,13,3,0,0,0 +561730,122,22,17181,2090,1931,137,14,3,0,0,0,0 +561740,122,22,806,171,157,6,0,0,0,0,0,0 +561790,122,22,2208,715,702,5,0,0,0,0,0,0 +561910,122,22,539,55,42,0,0,0,0,0,0,0 +561920,122,22,1175,182,170,4,0,0,0,0,0,0 +561990,122,22,3729,346,316,18,6,0,0,0,0,0 +562111,122,22,3776,118,87,19,6,0,0,0,0,0 +562112,122,22,37,6,0,0,0,0,0,0,0,0 +562119,122,22,72,15,14,0,0,0,0,0,0,0 +562211,122,22,57,9,3,0,0,0,0,0,0,0 +562212,122,22,0,8,0,0,0,0,0,0,0,0 +562910,122,22,544,71,59,5,0,0,0,0,0,0 +562920,122,22,148,24,17,0,0,0,0,0,0,0 +562991,122,22,215,26,12,0,0,0,0,0,0,0 +562998,122,22,189,25,18,0,0,0,0,0,0,0 +611110,122,22,24424,538,261,220,44,7,0,0,0,0 +611210,122,22,2466,30,0,10,0,0,0,0,0,0 +611310,122,22,32383,91,46,19,7,0,0,0,0,0 +611410,122,22,0,4,0,0,0,0,0,0,0,0 +611420,122,22,142,43,37,0,0,0,0,0,0,0 +611430,122,22,820,166,156,0,0,0,0,0,0,0 +611511,122,22,615,44,22,15,0,0,0,0,0,0 +611512,122,22,651,47,31,0,0,0,0,0,0,0 +611513,122,22,157,28,20,0,0,0,0,0,0,0 +611519,122,22,1370,138,115,21,0,0,0,0,0,0 +611610,122,22,1155,273,262,7,0,0,0,0,0,0 +611620,122,22,2140,442,419,20,0,0,0,0,0,0 +611630,122,22,543,60,47,7,0,0,0,0,0,0 +611691,122,22,2201,263,237,22,0,0,0,0,0,0 +611692,122,22,94,42,36,0,0,0,0,0,0,0 +611699,122,22,1060,212,206,3,0,0,0,0,0,0 +611710,122,22,1378,231,216,12,0,0,0,0,0,0 +621111,122,22,56763,6714,6186,481,29,12,0,0,0,0 +621112,122,22,1407,444,436,0,0,0,0,0,0,0 +621210,122,22,17380,3117,3044,70,0,0,0,0,0,0 +621310,122,22,2892,825,816,7,0,0,0,0,0,0 +621320,122,22,1622,493,487,3,0,0,0,0,0,0 +621330,122,22,2246,947,928,15,0,0,0,0,0,0 +621340,122,22,6174,1206,1169,30,3,0,0,0,0,0 +621391,122,22,889,247,242,0,0,0,0,0,0,0 +621399,122,22,2436,820,799,17,0,0,0,0,0,0 +621410,122,22,175,33,29,0,0,0,0,0,0,0 +621420,122,22,5924,246,163,72,5,0,0,0,0,0 +621492,122,22,2303,168,114,52,0,0,0,0,0,0 +621493,122,22,3470,168,104,63,0,0,0,0,0,0 +621498,122,22,8647,303,236,47,10,0,3,0,0,0 +621511,122,22,6443,315,276,29,0,0,5,0,0,0 +621512,122,22,3183,269,226,40,0,0,0,0,0,0 +621610,122,22,27279,1151,891,201,45,7,0,0,0,0 +621910,122,22,2330,58,37,3,0,0,0,0,0,0 +621991,122,22,660,47,29,7,0,0,0,0,0,0 +621999,122,22,853,147,134,9,0,0,0,0,0,0 +622110,122,22,85088,64,3,3,0,0,17,18,5,0 +622210,122,22,0,3,0,0,0,0,0,0,0,0 +622310,122,22,1557,11,0,0,3,0,0,0,0,0 +623110,122,22,24073,219,75,35,88,15,0,0,0,0 +623210,122,22,3437,250,218,28,0,0,0,0,0,0 +623220,122,22,6806,192,100,73,13,0,0,0,0,0 +623311,122,22,7170,106,60,15,15,8,0,0,0,0 +623312,122,22,7853,409,329,56,16,0,0,0,0,0 +623990,122,22,1679,110,93,11,0,0,0,0,0,0 +624110,122,22,3418,180,144,21,5,0,0,0,0,0 +624120,122,22,5553,366,315,43,0,3,0,0,0,0 +624190,122,22,5870,423,353,59,6,0,0,0,0,0 +624210,122,22,371,31,18,0,0,0,0,0,0,0 +624221,122,22,1049,28,3,11,0,0,0,0,0,0 +624229,122,22,511,47,39,0,0,0,0,0,0,0 +624230,122,22,56,13,8,0,0,0,0,0,0,0 +624310,122,22,1726,90,63,13,0,0,0,0,0,0 +624410,122,22,20687,1432,1125,298,3,0,0,0,0,0 +711110,122,22,737,45,31,3,0,0,0,0,0,0 +711120,122,22,80,26,19,0,0,0,0,0,0,0 +711130,122,22,283,173,171,0,0,0,0,0,0,0 +711190,122,22,21,12,9,0,0,0,0,0,0,0 +711211,122,22,1890,37,25,0,0,0,0,0,0,0 +711212,122,22,722,16,8,0,0,0,0,0,0,0 +711219,122,22,707,187,182,0,0,0,0,0,0,0 +711310,122,22,4413,80,55,3,4,0,0,0,0,0 +711320,122,22,597,152,144,3,0,0,0,0,0,0 +711410,122,22,471,198,194,0,0,0,0,0,0,0 +711510,122,22,1153,657,651,3,0,0,0,0,0,0 +712110,122,22,1392,65,45,7,0,0,0,0,0,0 +712120,122,22,18,3,0,0,0,0,0,0,0,0 +712130,122,22,851,16,3,0,0,0,0,0,0,0 +712190,122,22,38,5,3,0,0,0,0,0,0,0 +713120,122,22,928,62,41,9,0,0,0,0,0,0 +713210,122,22,0,3,0,0,0,0,0,0,0,0 +713290,122,22,834,24,16,0,0,0,0,0,0,0 +713910,122,22,13842,134,26,51,35,12,0,0,0,0 +713930,122,22,1659,134,118,9,3,0,0,0,0,0 +713940,122,22,9885,753,593,148,12,0,0,0,0,0 +713950,122,22,588,13,0,8,0,0,0,0,0,0 +713990,122,22,2549,307,288,13,0,0,0,0,0,0 +721110,122,22,54784,889,465,287,81,35,15,0,0,0 +721120,122,22,0,3,0,0,0,0,0,0,0,0 +721191,122,22,35,8,3,0,0,0,0,0,0,0 +721199,122,22,149,10,5,0,0,0,0,0,0,0 +721211,122,22,150,17,9,0,0,0,0,0,0,0 +721214,122,22,27,15,12,0,0,0,0,0,0,0 +721310,122,22,102,13,6,0,0,0,0,0,0,0 +722310,122,22,12143,421,315,86,10,5,3,0,0,0 +722320,122,22,3731,366,321,37,0,0,0,0,0,0 +722330,122,22,397,122,112,0,0,0,0,0,0,0 +722410,122,22,6967,402,307,83,9,0,0,0,0,0 +722511,122,22,122544,5134,3251,1689,189,4,0,0,0,0 +722513,122,22,67493,4071,2663,1398,5,0,0,0,0,0 +722514,122,22,2181,264,231,28,0,0,0,0,0,0 +722515,122,22,14696,1129,924,200,0,3,0,0,0,0 +811111,122,22,4914,1496,1478,14,0,0,0,0,0,0 +811112,122,22,82,27,22,0,0,0,0,0,0,0 +811113,122,22,291,86,84,0,0,0,0,0,0,0 +811118,122,22,218,89,86,0,0,0,0,0,0,0 +811121,122,22,3435,690,655,31,0,0,0,0,0,0 +811122,122,22,411,116,109,3,0,0,0,0,0,0 +811191,122,22,787,116,112,0,0,0,0,0,0,0 +811192,122,22,2690,315,268,44,0,0,0,0,0,0 +811198,122,22,294,121,116,0,0,0,0,0,0,0 +811211,122,22,363,74,66,0,0,0,0,0,0,0 +811212,122,22,772,195,187,0,0,0,0,0,0,0 +811213,122,22,195,64,54,0,0,0,0,0,0,0 +811219,122,22,595,113,104,0,0,0,0,0,0,0 +811310,122,22,2095,397,375,16,0,0,0,0,0,0 +811411,122,22,106,52,50,0,0,0,0,0,0,0 +811412,122,22,1305,239,228,0,0,0,0,0,0,0 +811420,122,22,385,151,145,0,0,0,0,0,0,0 +811430,122,22,86,38,35,0,0,0,0,0,0,0 +811490,122,22,2749,627,610,16,0,0,0,0,0,0 +812111,122,22,250,156,152,0,0,0,0,0,0,0 +812112,122,22,8782,2197,2127,68,0,0,0,0,0,0 +812113,122,22,716,337,331,0,0,0,0,0,0,0 +812191,122,22,511,92,86,3,0,0,0,0,0,0 +812199,122,22,3783,612,553,57,0,0,0,0,0,0 +812210,122,22,1354,149,139,6,0,0,0,0,0,0 +812220,122,22,963,50,35,11,0,0,0,0,0,0 +812310,122,22,973,287,281,0,0,0,0,0,0,0 +812320,122,22,4232,570,537,24,5,0,0,0,0,0 +812331,122,22,1227,19,4,0,0,0,0,0,0,0 +812332,122,22,711,22,9,0,3,0,0,0,0,0 +812910,122,22,1587,342,327,12,0,0,0,0,0,0 +812921,122,22,37,11,9,0,0,0,0,0,0,0 +812930,122,22,8421,456,359,86,5,0,0,0,0,0 +812990,122,22,2483,886,873,8,0,0,0,0,0,0 +813110,122,22,19538,1728,1488,214,22,0,0,0,0,0 +813211,122,22,845,216,206,6,0,0,0,0,0,0 +813212,122,22,1204,75,65,0,3,0,0,0,0,0 +813219,122,22,741,57,47,0,0,0,0,0,0,0 +813311,122,22,284,49,40,0,0,0,0,0,0,0 +813312,122,22,481,79,67,3,0,0,0,0,0,0 +813319,122,22,446,91,83,0,0,0,0,0,0,0 +813410,122,22,1736,219,195,21,0,0,0,0,0,0 +813910,122,22,890,201,189,8,0,0,0,0,0,0 +813920,122,22,662,97,90,0,0,0,0,0,0,0 +813930,122,22,1072,112,99,11,0,0,0,0,0,0 +813940,122,22,68,28,26,0,0,0,0,0,0,0 +813990,122,22,9560,1322,1231,81,3,0,0,0,0,0 +114111,122,25,3,3,3,0,0,0,0,0,0,0 +115112,122,25,8,4,4,0,0,0,0,0,0,0 +115114,122,25,340,10,0,3,0,0,0,0,0,0 +115115,122,25,16,6,0,0,0,0,0,0,0,0 +115116,122,25,26,4,0,0,0,0,0,0,0,0 +115210,122,25,49,16,10,0,0,0,0,0,0,0 +221122,122,25,0,9,0,3,0,0,0,0,0,0 +221310,122,25,81,12,6,0,0,0,0,0,0,0 +236115,122,25,418,140,132,0,0,0,0,0,0,0 +236116,122,25,12,4,3,0,0,0,0,0,0,0 +236117,122,25,117,26,20,0,0,0,0,0,0,0 +236118,122,25,932,235,224,7,0,0,0,0,0,0 +236210,122,25,46,16,8,0,0,0,0,0,0,0 +236220,122,25,552,74,64,0,0,0,0,0,0,0 +237110,122,25,190,29,17,0,0,0,0,0,0,0 +237130,122,25,84,11,6,0,0,0,0,0,0,0 +237310,122,25,287,9,6,0,0,0,0,0,0,0 +237990,122,25,187,20,13,0,0,0,0,0,0,0 +238110,122,25,535,53,45,0,0,0,0,0,0,0 +238120,122,25,14,4,0,0,0,0,0,0,0,0 +238130,122,25,78,25,22,0,0,0,0,0,0,0 +238140,122,25,267,39,32,0,0,0,0,0,0,0 +238150,122,25,81,13,8,0,0,0,0,0,0,0 +238160,122,25,678,65,45,8,0,0,0,0,0,0 +238170,122,25,50,14,7,0,0,0,0,0,0,0 +238190,122,25,168,29,20,0,0,0,0,0,0,0 +238210,122,25,1623,216,201,3,0,0,0,0,0,0 +238220,122,25,1817,313,291,21,0,0,0,0,0,0 +238290,122,25,25,11,7,0,0,0,0,0,0,0 +238310,122,25,317,62,51,0,0,0,0,0,0,0 +238320,122,25,526,151,141,4,0,0,0,0,0,0 +238330,122,25,85,54,51,0,0,0,0,0,0,0 +238340,122,25,259,63,55,0,0,0,0,0,0,0 +238350,122,25,470,162,155,3,0,0,0,0,0,0 +238390,122,25,59,17,13,0,0,0,0,0,0,0 +238910,122,25,576,55,41,0,0,0,0,0,0,0 +238990,122,25,808,150,134,9,0,0,0,0,0,0 +311119,122,25,75,3,0,0,0,0,0,0,0,0 +311421,122,25,606,6,0,4,0,0,0,0,0,0 +312120,122,25,21,3,0,0,0,0,0,0,0,0 +314910,122,25,37,9,4,0,0,0,0,0,0,0 +321214,122,25,0,3,0,0,0,0,0,0,0,0 +321918,122,25,73,7,6,0,0,0,0,0,0,0 +321999,122,25,11,3,0,0,0,0,0,0,0,0 +323111,122,25,226,28,21,0,0,0,0,0,0,0 +325510,122,25,23,3,0,0,0,0,0,0,0,0 +326199,122,25,0,3,0,0,0,0,0,0,0,0 +327320,122,25,138,9,3,0,0,0,0,0,0,0 +327390,122,25,385,4,0,0,0,0,0,0,0,0 +327991,122,25,27,4,0,0,0,0,0,0,0,0 +332312,122,25,2,3,3,0,0,0,0,0,0,0 +332321,122,25,14,3,0,0,0,0,0,0,0,0 +332322,122,25,45,7,3,0,0,0,0,0,0,0 +332710,122,25,94,17,13,0,0,0,0,0,0,0 +332721,122,25,38,4,3,0,0,0,0,0,0,0 +332812,122,25,24,3,0,0,0,0,0,0,0,0 +332999,122,25,105,13,4,0,0,0,0,0,0,0 +336611,122,25,0,4,3,0,0,0,0,0,0,0 +336612,122,25,796,29,22,0,0,0,0,0,0,0 +337110,122,25,112,25,22,0,0,0,0,0,0,0 +337122,122,25,0,3,0,0,0,0,0,0,0,0 +337212,122,25,14,3,0,0,0,0,0,0,0,0 +339116,122,25,36,10,5,0,0,0,0,0,0,0 +339920,122,25,29,3,0,0,0,0,0,0,0,0 +339950,122,25,93,15,12,0,0,0,0,0,0,0 +339999,122,25,6,3,3,0,0,0,0,0,0,0 +423110,122,25,33,6,4,0,0,0,0,0,0,0 +423120,122,25,187,18,14,0,0,0,0,0,0,0 +423210,122,25,55,14,8,0,0,0,0,0,0,0 +423220,122,25,93,12,6,0,0,0,0,0,0,0 +423310,122,25,135,14,8,0,0,0,0,0,0,0 +423320,122,25,38,6,3,0,0,0,0,0,0,0 +423390,122,25,59,6,0,0,0,0,0,0,0,0 +423420,122,25,43,9,3,0,0,0,0,0,0,0 +423430,122,25,15,8,7,0,0,0,0,0,0,0 +423440,122,25,36,11,9,0,0,0,0,0,0,0 +423450,122,25,30,15,15,0,0,0,0,0,0,0 +423510,122,25,0,4,4,0,0,0,0,0,0,0 +423610,122,25,140,19,11,0,0,0,0,0,0,0 +423620,122,25,6,3,3,0,0,0,0,0,0,0 +423690,122,25,6,6,3,0,0,0,0,0,0,0 +423710,122,25,11,6,6,0,0,0,0,0,0,0 +423720,122,25,40,10,3,0,0,0,0,0,0,0 +423730,122,25,86,20,14,0,0,0,0,0,0,0 +423740,122,25,19,6,3,0,0,0,0,0,0,0 +423810,122,25,0,3,3,0,0,0,0,0,0,0 +423820,122,25,103,15,7,0,0,0,0,0,0,0 +423830,122,25,247,32,24,0,0,0,0,0,0,0 +423840,122,25,18,6,4,0,0,0,0,0,0,0 +423850,122,25,11,4,0,0,0,0,0,0,0,0 +423860,122,25,153,14,6,0,0,0,0,0,0,0 +423910,122,25,129,23,14,0,0,0,0,0,0,0 +423930,122,25,148,7,0,0,0,0,0,0,0,0 +423990,122,25,118,27,22,0,0,0,0,0,0,0 +424210,122,25,11,7,4,0,0,0,0,0,0,0 +424310,122,25,0,4,3,0,0,0,0,0,0,0 +424450,122,25,2,3,3,0,0,0,0,0,0,0 +424460,122,25,6,3,3,0,0,0,0,0,0,0 +424480,122,25,219,19,11,0,0,0,0,0,0,0 +424490,122,25,177,16,11,0,0,0,0,0,0,0 +424690,122,25,45,12,8,0,0,0,0,0,0,0 +424910,122,25,100,11,3,0,0,0,0,0,0,0 +424930,122,25,10,8,7,0,0,0,0,0,0,0 +424950,122,25,17,3,3,0,0,0,0,0,0,0 +424990,122,25,55,19,16,0,0,0,0,0,0,0 +425120,122,25,231,95,87,0,0,0,0,0,0,0 +441110,122,25,2590,47,0,30,3,0,0,0,0,0 +441120,122,25,125,45,39,0,0,0,0,0,0,0 +441210,122,25,285,11,0,0,0,0,0,0,0,0 +441222,122,25,350,46,30,4,0,0,0,0,0,0 +441228,122,25,232,31,18,3,0,0,0,0,0,0 +441310,122,25,724,76,67,3,0,0,0,0,0,0 +441320,122,25,393,45,42,0,0,0,0,0,0,0 +442110,122,25,380,60,47,6,0,0,0,0,0,0 +442210,122,25,133,34,29,0,0,0,0,0,0,0 +442291,122,25,23,10,9,0,0,0,0,0,0,0 +442299,122,25,522,45,30,8,0,0,0,0,0,0 +443141,122,25,153,20,16,0,0,0,0,0,0,0 +443142,122,25,388,47,41,0,0,0,0,0,0,0 +444110,122,25,736,17,3,0,11,0,0,0,0,0 +444120,122,25,84,21,19,0,0,0,0,0,0,0 +444130,122,25,199,26,17,0,0,0,0,0,0,0 +444190,122,25,516,65,54,4,0,0,0,0,0,0 +444210,122,25,26,7,3,0,0,0,0,0,0,0 +444220,122,25,219,27,13,0,0,0,0,0,0,0 +445110,122,25,6397,117,56,18,32,0,0,0,0,0 +445120,122,25,299,101,92,0,0,0,0,0,0,0 +445210,122,25,11,4,3,0,0,0,0,0,0,0 +445220,122,25,28,3,0,0,0,0,0,0,0,0 +445230,122,25,6,9,8,0,0,0,0,0,0,0 +445291,122,25,29,6,0,0,0,0,0,0,0,0 +445299,122,25,16,4,3,0,0,0,0,0,0,0 +445310,122,25,202,48,39,0,0,0,0,0,0,0 +446110,122,25,1613,102,55,37,0,0,0,0,0,0 +446120,122,25,257,30,22,0,0,0,0,0,0,0 +446130,122,25,145,26,19,0,0,0,0,0,0,0 +446191,122,25,81,25,19,0,0,0,0,0,0,0 +446199,122,25,164,41,38,0,0,0,0,0,0,0 +447110,122,25,1360,188,183,0,0,0,0,0,0,0 +447190,122,25,249,16,4,0,0,0,0,0,0,0 +448110,122,25,45,9,6,0,0,0,0,0,0,0 +448120,122,25,540,73,65,0,0,0,0,0,0,0 +448130,122,25,53,8,6,0,0,0,0,0,0,0 +448140,122,25,1585,64,27,27,0,0,0,0,0,0 +448150,122,25,76,10,3,0,0,0,0,0,0,0 +448190,122,25,154,20,9,0,0,0,0,0,0,0 +448210,122,25,335,45,40,0,0,0,0,0,0,0 +448310,122,25,223,48,46,0,0,0,0,0,0,0 +451110,122,25,438,70,65,0,0,0,0,0,0,0 +451120,122,25,182,12,3,3,0,0,0,0,0,0 +451130,122,25,72,6,0,0,0,0,0,0,0,0 +451211,122,25,0,3,0,0,0,0,0,0,0,0 +452210,122,25,676,8,0,3,3,0,0,0,0,0 +452311,122,25,1632,15,0,0,0,4,0,0,0,0 +452319,122,25,728,67,47,13,0,0,0,0,0,0 +453110,122,25,81,18,13,0,0,0,0,0,0,0 +453210,122,25,141,12,7,0,0,0,0,0,0,0 +453220,122,25,176,31,25,0,0,0,0,0,0,0 +453310,122,25,335,47,37,6,0,0,0,0,0,0 +453910,122,25,215,23,11,0,0,0,0,0,0,0 +453920,122,25,15,12,11,0,0,0,0,0,0,0 +453991,122,25,68,24,21,0,0,0,0,0,0,0 +453998,122,25,262,72,68,0,0,0,0,0,0,0 +454110,122,25,1226,101,93,0,0,0,0,0,0,0 +454310,122,25,49,9,0,0,0,0,0,0,0,0 +454390,122,25,154,60,53,0,0,0,0,0,0,0 +481211,122,25,0,3,0,0,0,0,0,0,0,0 +484110,122,25,128,45,38,0,0,0,0,0,0,0 +484121,122,25,88,43,40,0,0,0,0,0,0,0 +484122,122,25,47,10,5,0,0,0,0,0,0,0 +484210,122,25,156,24,13,0,0,0,0,0,0,0 +484220,122,25,90,38,33,0,0,0,0,0,0,0 +484230,122,25,43,16,8,0,0,0,0,0,0,0 +485320,122,25,28,4,0,0,0,0,0,0,0,0 +485991,122,25,85,13,8,0,0,0,0,0,0,0 +487210,122,25,10,9,9,0,0,0,0,0,0,0 +488119,122,25,100,5,0,0,0,0,0,0,0,0 +488190,122,25,106,28,24,0,0,0,0,0,0,0 +488330,122,25,10,7,4,0,0,0,0,0,0,0 +488390,122,25,38,12,12,0,0,0,0,0,0,0 +488410,122,25,55,13,11,0,0,0,0,0,0,0 +488490,122,25,2,6,3,0,0,0,0,0,0,0 +488510,122,25,110,26,21,0,0,0,0,0,0,0 +492110,122,25,153,16,10,0,0,0,0,0,0,0 +493110,122,25,16,20,15,0,0,0,0,0,0,0 +511110,122,25,111,10,3,3,0,0,0,0,0,0 +511210,122,25,207,7,4,0,0,0,0,0,0,0 +512110,122,25,16,11,11,0,0,0,0,0,0,0 +515112,122,25,37,9,3,0,0,0,0,0,0,0 +517311,122,25,303,45,29,0,0,0,0,0,0,0 +517312,122,25,267,39,37,0,0,0,0,0,0,0 +517911,122,25,17,5,3,0,0,0,0,0,0,0 +518210,122,25,47,16,10,0,0,0,0,0,0,0 +519130,122,25,135,17,11,0,0,0,0,0,0,0 +522110,122,25,1967,190,171,16,0,0,0,0,0,0 +522130,122,25,20,8,3,0,0,0,0,0,0,0 +522291,122,25,26,7,3,0,0,0,0,0,0,0 +522292,122,25,63,18,14,0,0,0,0,0,0,0 +522298,122,25,110,26,19,0,0,0,0,0,0,0 +522310,122,25,15,18,18,0,0,0,0,0,0,0 +522320,122,25,3,3,3,0,0,0,0,0,0,0 +522390,122,25,143,27,25,0,0,0,0,0,0,0 +523120,122,25,330,63,57,0,0,0,0,0,0,0 +523910,122,25,13,12,12,0,0,0,0,0,0,0 +523920,122,25,250,73,67,0,0,0,0,0,0,0 +523930,122,25,24,29,29,0,0,0,0,0,0,0 +523991,122,25,12,3,0,0,0,0,0,0,0,0 +524113,122,25,0,3,3,0,0,0,0,0,0,0 +524114,122,25,0,10,3,0,0,0,0,0,0,0 +524127,122,25,26,8,3,0,0,0,0,0,0,0 +524210,122,25,1419,280,265,7,0,0,0,0,0,0 +524291,122,25,16,14,13,0,0,0,0,0,0,0 +524292,122,25,0,4,0,0,0,0,0,0,0,0 +524298,122,25,20,7,6,0,0,0,0,0,0,0 +531110,122,25,867,69,58,0,0,0,0,0,0,0 +531120,122,25,410,93,90,0,0,0,0,0,0,0 +531130,122,25,154,62,57,0,0,0,0,0,0,0 +531190,122,25,89,30,24,0,0,0,0,0,0,0 +531210,122,25,648,386,380,0,0,0,0,0,0,0 +531311,122,25,1032,99,92,0,0,0,0,0,0,0 +531312,122,25,45,20,18,0,0,0,0,0,0,0 +531320,122,25,89,50,46,0,0,0,0,0,0,0 +531390,122,25,66,38,35,0,0,0,0,0,0,0 +532111,122,25,23,15,6,0,0,0,0,0,0,0 +532120,122,25,25,4,0,0,0,0,0,0,0,0 +532210,122,25,29,9,9,0,0,0,0,0,0,0 +532284,122,25,27,7,3,0,0,0,0,0,0,0 +532289,122,25,93,11,4,0,0,0,0,0,0,0 +532411,122,25,3,6,3,0,0,0,0,0,0,0 +532412,122,25,36,4,0,0,0,0,0,0,0,0 +532490,122,25,66,14,10,0,0,0,0,0,0,0 +533110,122,25,3,3,3,0,0,0,0,0,0,0 +541110,122,25,1373,332,324,3,0,0,0,0,0,0 +541191,122,25,205,27,18,0,0,0,0,0,0,0 +541199,122,25,10,8,8,0,0,0,0,0,0,0 +541211,122,25,575,123,110,3,0,0,0,0,0,0 +541213,122,25,362,67,58,0,0,0,0,0,0,0 +541214,122,25,941,31,27,0,0,0,0,0,0,0 +541219,122,25,476,128,119,0,0,0,0,0,0,0 +541310,122,25,99,40,36,0,0,0,0,0,0,0 +541320,122,25,56,21,20,0,0,0,0,0,0,0 +541330,122,25,619,113,102,3,0,0,0,0,0,0 +541340,122,25,6,6,6,0,0,0,0,0,0,0 +541350,122,25,47,34,32,0,0,0,0,0,0,0 +541360,122,25,3,3,3,0,0,0,0,0,0,0 +541370,122,25,136,25,20,0,0,0,0,0,0,0 +541380,122,25,51,13,7,0,0,0,0,0,0,0 +541410,122,25,93,44,39,0,0,0,0,0,0,0 +541430,122,25,66,25,18,0,0,0,0,0,0,0 +541511,122,25,136,59,53,0,0,0,0,0,0,0 +541512,122,25,94,65,64,0,0,0,0,0,0,0 +541513,122,25,28,13,8,0,0,0,0,0,0,0 +541519,122,25,32,22,20,0,0,0,0,0,0,0 +541611,122,25,678,178,166,4,0,0,0,0,0,0 +541612,122,25,11,11,11,0,0,0,0,0,0,0 +541613,122,25,196,97,90,0,0,0,0,0,0,0 +541614,122,25,19,6,3,0,0,0,0,0,0,0 +541618,122,25,66,48,46,0,0,0,0,0,0,0 +541620,122,25,235,34,30,0,0,0,0,0,0,0 +541690,122,25,94,48,45,0,0,0,0,0,0,0 +541713,122,25,0,3,0,0,0,0,0,0,0,0 +541715,122,25,86,17,8,0,0,0,0,0,0,0 +541810,122,25,70,25,24,0,0,0,0,0,0,0 +541820,122,25,14,8,7,0,0,0,0,0,0,0 +541860,122,25,0,3,0,0,0,0,0,0,0,0 +541870,122,25,5,3,3,0,0,0,0,0,0,0 +541890,122,25,52,9,5,0,0,0,0,0,0,0 +541910,122,25,0,6,6,0,0,0,0,0,0,0 +541921,122,25,51,16,14,0,0,0,0,0,0,0 +541940,122,25,769,76,64,8,0,0,0,0,0,0 +541990,122,25,81,45,42,0,0,0,0,0,0,0 +551112,122,25,44,8,3,0,0,0,0,0,0,0 +551114,122,25,1119,46,24,8,0,0,0,0,0,0 +561110,122,25,935,80,67,4,0,0,0,0,0,0 +561210,122,25,65,8,0,0,0,0,0,0,0,0 +561311,122,25,10,5,4,0,0,0,0,0,0,0 +561312,122,25,18,12,12,0,0,0,0,0,0,0 +561320,122,25,2535,28,8,3,4,0,0,0,0,0 +561410,122,25,4,3,3,0,0,0,0,0,0,0 +561421,122,25,0,3,0,0,0,0,0,0,0,0 +561422,122,25,0,9,4,0,0,0,0,0,0,0 +561431,122,25,33,10,9,0,0,0,0,0,0,0 +561440,122,25,90,6,4,0,0,0,0,0,0,0 +561492,122,25,10,14,14,0,0,0,0,0,0,0 +561499,122,25,15,14,14,0,0,0,0,0,0,0 +561510,122,25,68,24,21,0,0,0,0,0,0,0 +561520,122,25,0,3,0,0,0,0,0,0,0,0 +561599,122,25,0,3,3,0,0,0,0,0,0,0 +561611,122,25,22,17,17,0,0,0,0,0,0,0 +561612,122,25,53,13,8,0,0,0,0,0,0,0 +561621,122,25,45,7,3,0,0,0,0,0,0,0 +561622,122,25,57,13,7,0,0,0,0,0,0,0 +561710,122,25,520,89,80,4,0,0,0,0,0,0 +561720,122,25,532,157,144,6,0,0,0,0,0,0 +561730,122,25,3170,474,433,36,0,0,0,0,0,0 +561740,122,25,93,28,25,0,0,0,0,0,0,0 +561790,122,25,308,122,118,0,0,0,0,0,0,0 +561920,122,25,9,3,0,0,0,0,0,0,0,0 +561990,122,25,89,21,12,0,0,0,0,0,0,0 +562111,122,25,0,19,5,0,0,0,0,0,0,0 +562910,122,25,0,3,3,0,0,0,0,0,0,0 +562991,122,25,21,6,4,0,0,0,0,0,0,0 +562998,122,25,31,5,0,0,0,0,0,0,0,0 +611110,122,25,1554,40,15,15,3,0,0,0,0,0 +611430,122,25,33,8,3,0,0,0,0,0,0,0 +611512,122,25,164,8,0,0,0,0,0,0,0,0 +611610,122,25,38,18,16,0,0,0,0,0,0,0 +611620,122,25,168,36,29,0,0,0,0,0,0,0 +611691,122,25,53,12,9,0,0,0,0,0,0,0 +611699,122,25,35,10,3,0,0,0,0,0,0,0 +611710,122,25,41,5,4,0,0,0,0,0,0,0 +621111,122,25,5794,615,558,53,0,0,0,0,0,0 +621112,122,25,50,19,15,0,0,0,0,0,0,0 +621210,122,25,1704,243,231,5,0,0,0,0,0,0 +621310,122,25,274,101,96,0,0,0,0,0,0,0 +621320,122,25,198,38,31,0,0,0,0,0,0,0 +621330,122,25,209,38,31,3,0,0,0,0,0,0 +621340,122,25,561,118,111,3,0,0,0,0,0,0 +621391,122,25,109,22,21,0,0,0,0,0,0,0 +621399,122,25,223,68,60,0,0,0,0,0,0,0 +621420,122,25,454,12,3,0,0,0,0,0,0,0 +621492,122,25,162,16,0,5,0,0,0,0,0,0 +621493,122,25,547,27,8,13,0,0,0,0,0,0 +621498,122,25,717,34,13,11,0,0,0,0,0,0 +621511,122,25,158,32,24,0,0,0,0,0,0,0 +621512,122,25,370,30,14,4,0,0,0,0,0,0 +621610,122,25,3283,96,50,24,7,0,0,0,0,0 +621910,122,25,81,8,3,0,0,0,0,0,0,0 +621991,122,25,111,7,0,0,0,0,0,0,0,0 +621999,122,25,32,9,8,0,0,0,0,0,0,0 +622110,122,25,2860,6,0,0,0,0,0,0,0,0 +623110,122,25,3558,36,9,0,19,0,0,0,0,0 +623210,122,25,189,26,20,0,0,0,0,0,0,0 +623220,122,25,823,23,3,8,0,0,0,0,0,0 +623311,122,25,1000,8,0,0,3,0,0,0,0,0 +623312,122,25,1208,44,22,12,0,0,0,0,0,0 +623990,122,25,94,12,5,0,0,0,0,0,0,0 +624110,122,25,502,27,9,3,0,0,0,0,0,0 +624120,122,25,733,41,27,0,0,0,0,0,0,0 +624190,122,25,765,38,20,5,0,0,0,0,0,0 +624210,122,25,0,5,0,0,0,0,0,0,0,0 +624229,122,25,122,9,0,0,0,0,0,0,0,0 +624310,122,25,85,9,0,0,0,0,0,0,0,0 +624410,122,25,1460,97,60,29,0,0,0,0,0,0 +711130,122,25,3,7,4,0,0,0,0,0,0,0 +711219,122,25,138,9,4,0,0,0,0,0,0,0 +711320,122,25,22,11,8,0,0,0,0,0,0,0 +711510,122,25,51,33,31,0,0,0,0,0,0,0 +712110,122,25,19,3,0,0,0,0,0,0,0,0 +713120,122,25,135,14,8,0,0,0,0,0,0,0 +713910,122,25,3771,51,11,23,9,0,0,0,0,0 +713930,122,25,342,26,17,0,0,0,0,0,0,0 +713940,122,25,761,63,50,3,0,0,0,0,0,0 +713990,122,25,267,52,41,3,0,0,0,0,0,0 +721110,122,25,2014,71,43,14,3,0,0,0,0,0 +721211,122,25,31,7,3,0,0,0,0,0,0,0 +722310,122,25,410,24,16,0,0,0,0,0,0,0 +722320,122,25,33,21,15,0,0,0,0,0,0,0 +722330,122,25,23,14,13,0,0,0,0,0,0,0 +722410,122,25,292,45,40,0,0,0,0,0,0,0 +722511,122,25,11679,528,331,186,10,0,0,0,0,0 +722513,122,25,6752,366,222,134,0,0,0,0,0,0 +722514,122,25,0,3,0,0,0,0,0,0,0,0 +722515,122,25,926,70,59,4,0,0,0,0,0,0 +811111,122,25,670,169,162,0,0,0,0,0,0,0 +811113,122,25,20,8,5,0,0,0,0,0,0,0 +811118,122,25,49,14,11,0,0,0,0,0,0,0 +811121,122,25,253,57,52,0,0,0,0,0,0,0 +811122,122,25,47,19,18,0,0,0,0,0,0,0 +811191,122,25,46,12,7,0,0,0,0,0,0,0 +811192,122,25,340,41,28,3,0,0,0,0,0,0 +811198,122,25,9,4,4,0,0,0,0,0,0,0 +811211,122,25,0,3,0,0,0,0,0,0,0,0 +811212,122,25,10,14,13,0,0,0,0,0,0,0 +811213,122,25,0,3,3,0,0,0,0,0,0,0 +811219,122,25,0,3,3,0,0,0,0,0,0,0 +811310,122,25,166,40,30,0,0,0,0,0,0,0 +811411,122,25,10,7,7,0,0,0,0,0,0,0 +811412,122,25,76,12,10,0,0,0,0,0,0,0 +811420,122,25,43,15,13,0,0,0,0,0,0,0 +811490,122,25,253,81,78,0,0,0,0,0,0,0 +812111,122,25,15,12,12,0,0,0,0,0,0,0 +812112,122,25,892,196,188,7,0,0,0,0,0,0 +812113,122,25,50,23,22,0,0,0,0,0,0,0 +812191,122,25,58,11,3,0,0,0,0,0,0,0 +812199,122,25,204,44,37,0,0,0,0,0,0,0 +812210,122,25,87,20,13,0,0,0,0,0,0,0 +812220,122,25,40,7,7,0,0,0,0,0,0,0 +812310,122,25,39,22,21,0,0,0,0,0,0,0 +812320,122,25,113,24,14,0,0,0,0,0,0,0 +812910,122,25,190,44,37,0,0,0,0,0,0,0 +812990,122,25,78,52,48,0,0,0,0,0,0,0 +813110,122,25,2316,282,249,27,0,0,0,0,0,0 +813211,122,25,136,22,16,0,0,0,0,0,0,0 +813219,122,25,0,3,0,0,0,0,0,0,0,0 +813311,122,25,7,3,0,0,0,0,0,0,0,0 +813312,122,25,124,16,10,0,0,0,0,0,0,0 +813319,122,25,17,5,4,0,0,0,0,0,0,0 +813410,122,25,360,70,68,0,0,0,0,0,0,0 +813910,122,25,85,21,17,0,0,0,0,0,0,0 +813930,122,25,60,12,3,0,0,0,0,0,0,0 +813990,122,25,1293,114,92,4,3,0,0,0,0,0 +113310,123,23,26,3,0,0,0,0,0,0,0,0 +114111,123,23,7,3,0,0,0,0,0,0,0,0 +114112,123,23,2,3,3,0,0,0,0,0,0,0 +115114,123,23,115,5,0,0,0,0,0,0,0,0 +115116,123,23,0,3,3,0,0,0,0,0,0,0 +115210,123,23,66,25,20,0,0,0,0,0,0,0 +212312,123,23,0,3,0,0,0,0,0,0,0,0 +212321,123,23,70,7,4,0,0,0,0,0,0,0 +221112,123,23,0,11,6,0,0,0,0,0,0,0 +221122,123,23,0,80,51,7,0,0,0,0,0,0 +221310,123,23,104,27,16,0,0,0,0,0,0,0 +236115,123,23,1803,538,520,4,0,0,0,0,0,0 +236116,123,23,331,39,32,0,0,0,0,0,0,0 +236117,123,23,2614,159,129,9,3,0,0,0,0,0 +236118,123,23,2969,1080,1059,14,0,0,0,0,0,0 +236210,123,23,282,59,48,3,0,0,0,0,0,0 +236220,123,23,6286,502,427,57,5,3,0,0,0,0 +237110,123,23,1507,93,66,9,0,0,0,0,0,0 +237120,123,23,72,4,0,0,0,0,0,0,0,0 +237130,123,23,1423,70,38,7,0,0,0,0,0,0 +237210,123,23,267,68,57,3,0,0,0,0,0,0 +237310,123,23,3138,76,33,26,0,0,0,0,0,0 +237990,123,23,271,32,20,0,0,0,0,0,0,0 +238110,123,23,3779,246,194,31,10,0,0,0,0,0 +238120,123,23,381,31,17,3,0,0,0,0,0,0 +238130,123,23,656,147,125,8,0,0,0,0,0,0 +238140,123,23,1554,225,197,15,0,0,0,0,0,0 +238150,123,23,562,67,52,3,0,0,0,0,0,0 +238160,123,23,3089,219,171,30,3,0,0,0,0,0 +238170,123,23,240,71,60,0,0,0,0,0,0,0 +238190,123,23,558,78,66,0,0,0,0,0,0,0 +238210,123,23,9887,763,653,88,4,0,0,0,0,0 +238220,123,23,13277,1151,1016,103,15,0,0,0,0,0 +238290,123,23,575,62,51,3,0,0,0,0,0,0 +238310,123,23,2215,274,242,16,3,0,0,0,0,0 +238320,123,23,2295,669,650,12,0,0,0,0,0,0 +238330,123,23,794,265,250,4,0,0,0,0,0,0 +238340,123,23,953,251,230,3,0,0,0,0,0,0 +238350,123,23,1809,505,487,8,0,0,0,0,0,0 +238390,123,23,988,127,113,4,0,0,0,0,0,0 +238910,123,23,5051,254,192,41,3,0,0,0,0,0 +238990,123,23,3401,580,530,36,0,0,0,0,0,0 +311352,123,23,187,10,3,0,0,0,0,0,0,0 +311411,123,23,0,4,0,0,0,0,0,0,0,0 +311513,123,23,11,3,0,0,0,0,0,0,0,0 +311520,123,23,10,4,3,0,0,0,0,0,0,0 +311811,123,23,588,44,28,0,0,0,0,0,0,0 +311812,123,23,1220,20,10,3,3,0,0,0,0,0 +311919,123,23,0,3,0,0,0,0,0,0,0,0 +311999,123,23,18,3,0,0,0,0,0,0,0,0 +312120,123,23,139,15,3,0,0,0,0,0,0,0 +313310,123,23,86,4,0,0,0,0,0,0,0,0 +314120,123,23,32,7,0,0,0,0,0,0,0,0 +314910,123,23,39,7,5,0,0,0,0,0,0,0 +314999,123,23,554,30,20,0,0,0,0,0,0,0 +315210,123,23,27,9,6,0,0,0,0,0,0,0 +315280,123,23,25,3,0,0,0,0,0,0,0,0 +316998,123,23,25,4,0,0,0,0,0,0,0,0 +321214,123,23,0,3,0,0,0,0,0,0,0,0 +321911,123,23,0,3,0,0,0,0,0,0,0,0 +321918,123,23,10,13,6,0,0,0,0,0,0,0 +321920,123,23,26,5,4,0,0,0,0,0,0,0 +321999,123,23,287,16,5,3,0,0,0,0,0,0 +323111,123,23,2378,181,147,18,4,0,0,0,0,0 +323113,123,23,667,41,23,6,0,0,0,0,0,0 +323120,123,23,7,4,4,0,0,0,0,0,0,0 +324121,123,23,24,5,3,0,0,0,0,0,0,0 +325120,123,23,19,3,0,0,0,0,0,0,0,0 +325314,123,23,278,10,0,3,0,0,0,0,0,0 +325412,123,23,61,5,0,0,0,0,0,0,0,0 +325510,123,23,0,4,0,0,0,0,0,0,0,0 +325620,123,23,520,5,0,0,0,0,0,0,0,0 +325998,123,23,9,3,0,0,0,0,0,0,0,0 +326111,123,23,0,3,0,0,0,0,0,0,0,0 +326160,123,23,0,3,0,0,3,0,0,0,0,0 +326191,123,23,0,3,0,0,0,0,0,0,0,0 +326199,123,23,1038,43,14,3,0,0,0,0,0,0 +327215,123,23,51,14,9,0,0,0,0,0,0,0 +327320,123,23,682,59,30,8,0,0,0,0,0,0 +327331,123,23,134,7,0,4,0,0,0,0,0,0 +327390,123,23,768,19,0,0,0,0,0,0,0,0 +327991,123,23,139,13,0,0,0,0,0,0,0,0 +331318,123,23,0,3,0,0,0,0,0,0,0,0 +332119,123,23,0,3,0,0,0,0,0,0,0,0 +332311,123,23,12,6,0,0,0,0,0,0,0,0 +332312,123,23,203,13,3,0,0,0,0,0,0,0 +332321,123,23,423,7,3,0,0,0,0,0,0,0 +332322,123,23,555,34,14,0,0,0,0,0,0,0 +332323,123,23,242,16,9,0,0,0,0,0,0,0 +332710,123,23,625,68,61,0,0,0,0,0,0,0 +332721,123,23,161,13,0,0,0,0,0,0,0,0 +332812,123,23,25,7,5,0,0,0,0,0,0,0 +332813,123,23,104,11,3,0,0,0,0,0,0,0 +332999,123,23,306,24,14,0,0,0,0,0,0,0 +333111,123,23,0,3,0,0,0,0,0,0,0,0 +333120,123,23,0,4,0,0,0,0,0,0,0,0 +333318,123,23,35,10,4,0,0,0,0,0,0,0 +333415,123,23,151,5,3,0,0,0,0,0,0,0 +333514,123,23,17,3,0,0,0,0,0,0,0,0 +333618,123,23,38,3,0,0,0,0,0,0,0,0 +333914,123,23,144,5,0,0,0,0,0,0,0,0 +333922,123,23,415,8,0,0,0,0,0,0,0,0 +333992,123,23,45,8,4,0,0,0,0,0,0,0 +333999,123,23,0,5,0,0,0,0,0,0,0,0 +334220,123,23,174,4,0,0,0,0,0,0,0,0 +334290,123,23,5,3,3,0,0,0,0,0,0,0 +334310,123,23,0,4,3,0,0,0,0,0,0,0 +334413,123,23,316,8,0,0,0,0,0,0,0,0 +334418,123,23,0,3,0,0,0,0,0,0,0,0 +334419,123,23,0,7,0,0,0,0,0,0,0,0 +334510,123,23,175,6,0,0,0,0,0,0,0,0 +334512,123,23,55,3,0,0,0,0,0,0,0,0 +334516,123,23,167,4,0,0,0,0,0,0,0,0 +334614,123,23,29,4,0,0,0,0,0,0,0,0 +335129,123,23,0,3,0,0,0,0,0,0,0,0 +335311,123,23,29,3,0,0,0,0,0,0,0,0 +335931,123,23,0,3,0,0,0,0,0,0,0,0 +335999,123,23,158,9,3,3,0,0,0,0,0,0 +336310,123,23,0,3,0,0,0,0,0,0,0,0 +336390,123,23,4,3,3,0,0,0,0,0,0,0 +336411,123,23,129,3,0,0,0,0,0,0,0,0 +336413,123,23,34,6,0,0,0,0,0,0,0,0 +336612,123,23,2454,13,0,0,0,0,0,0,0,0 +337110,123,23,342,46,36,0,0,0,0,0,0,0 +337122,123,23,4,3,3,0,0,0,0,0,0,0 +337127,123,23,50,4,0,0,0,0,0,0,0,0 +337212,123,23,424,20,9,3,0,0,0,0,0,0 +337215,123,23,61,3,0,0,0,0,0,0,0,0 +337910,123,23,0,4,0,0,0,0,0,0,0,0 +339112,123,23,662,6,0,0,0,0,0,0,0,0 +339113,123,23,288,11,10,0,0,0,0,0,0,0 +339115,123,23,0,3,0,0,0,0,0,0,0,0 +339116,123,23,303,70,62,0,0,0,0,0,0,0 +339910,123,23,52,12,10,0,0,0,0,0,0,0 +339920,123,23,84,6,3,0,0,0,0,0,0,0 +339930,123,23,11,3,0,0,0,0,0,0,0,0 +339940,123,23,12,4,4,0,0,0,0,0,0,0 +339950,123,23,621,64,52,5,0,0,0,0,0,0 +339999,123,23,292,36,20,3,0,0,0,0,0,0 +423110,123,23,1446,107,83,12,0,0,0,0,0,0 +423120,123,23,1002,118,101,8,0,0,0,0,0,0 +423130,123,23,322,24,10,7,0,0,0,0,0,0 +423140,123,23,127,13,5,0,0,0,0,0,0,0 +423210,123,23,432,53,29,7,0,0,0,0,0,0 +423220,123,23,616,68,48,6,0,0,0,0,0,0 +423310,123,23,1576,63,34,17,0,0,0,0,0,0 +423320,123,23,160,33,23,0,0,0,0,0,0,0 +423330,123,23,475,42,27,5,0,0,0,0,0,0 +423390,123,23,614,54,41,6,0,0,0,0,0,0 +423410,123,23,67,9,5,0,0,0,0,0,0,0 +423420,123,23,789,77,66,8,0,0,0,0,0,0 +423430,123,23,1039,89,79,4,3,0,0,0,0,0 +423440,123,23,568,52,40,6,0,0,0,0,0,0 +423450,123,23,1857,141,114,14,5,0,0,0,0,0 +423460,123,23,0,3,0,0,0,0,0,0,0,0 +423490,123,23,118,21,15,0,0,0,0,0,0,0 +423510,123,23,557,56,41,4,0,0,0,0,0,0 +423520,123,23,5,3,3,0,0,0,0,0,0,0 +423610,123,23,1534,135,112,9,0,0,0,0,0,0 +423620,123,23,302,22,16,0,0,0,0,0,0,0 +423690,123,23,1115,126,101,10,0,0,0,0,0,0 +423710,123,23,567,63,50,3,0,0,0,0,0,0 +423720,123,23,594,51,31,5,0,0,0,0,0,0 +423730,123,23,961,82,70,6,0,0,0,0,0,0 +423740,123,23,74,6,3,0,0,0,0,0,0,0 +423810,123,23,425,26,15,5,0,0,0,0,0,0 +423820,123,23,450,43,24,4,0,0,0,0,0,0 +423830,123,23,3350,220,196,8,0,0,0,0,0,0 +423840,123,23,235,38,36,0,0,0,0,0,0,0 +423850,123,23,274,47,37,0,0,0,0,0,0,0 +423860,123,23,122,22,14,0,0,0,0,0,0,0 +423910,123,23,420,60,52,0,0,0,0,0,0,0 +423920,123,23,67,16,11,0,0,0,0,0,0,0 +423930,123,23,402,42,23,6,0,0,0,0,0,0 +423940,123,23,224,51,37,0,0,0,0,0,0,0 +423990,123,23,738,115,99,0,0,0,0,0,0,0 +424110,123,23,0,4,3,0,0,0,0,0,0,0 +424120,123,23,807,22,15,0,0,0,0,0,0,0 +424130,123,23,452,31,22,3,0,0,0,0,0,0 +424210,123,23,1289,85,56,7,0,0,0,0,0,0 +424310,123,23,52,12,9,0,0,0,0,0,0,0 +424320,123,23,235,30,24,0,0,0,0,0,0,0 +424330,123,23,213,45,39,0,0,0,0,0,0,0 +424340,123,23,132,9,6,0,0,0,0,0,0,0 +424410,123,23,1840,36,22,0,0,0,0,0,0,0 +424420,123,23,532,24,11,4,0,0,0,0,0,0 +424430,123,23,234,13,6,0,0,0,0,0,0,0 +424450,123,23,4,18,14,0,0,0,0,0,0,0 +424460,123,23,222,8,5,0,0,0,0,0,0,0 +424470,123,23,340,18,4,7,0,0,0,0,0,0 +424480,123,23,941,31,11,4,0,0,0,0,0,0 +424490,123,23,2034,127,98,15,0,0,0,0,0,0 +424590,123,23,0,3,0,0,0,0,0,0,0,0 +424610,123,23,110,27,23,0,0,0,0,0,0,0 +424690,123,23,613,68,54,6,0,0,0,0,0,0 +424710,123,23,181,8,3,3,0,0,0,0,0,0 +424720,123,23,55,7,6,0,0,0,0,0,0,0 +424810,123,23,0,7,0,0,0,0,0,0,0,0 +424820,123,23,396,16,13,0,0,0,0,0,0,0 +424910,123,23,318,32,17,0,0,0,0,0,0,0 +424920,123,23,113,11,3,0,0,0,0,0,0,0 +424930,123,23,974,94,72,3,0,0,0,0,0,0 +424940,123,23,43,9,6,0,0,0,0,0,0,0 +424950,123,23,158,22,13,3,0,0,0,0,0,0 +424990,123,23,604,130,117,3,0,0,0,0,0,0 +425110,123,23,0,3,0,0,0,0,0,0,0,0 +425120,123,23,1891,399,378,7,0,0,0,0,0,0 +441110,123,23,11978,177,47,80,34,4,0,0,0,0 +441120,123,23,1871,382,367,0,0,0,0,0,0,0 +441210,123,23,416,18,4,0,0,0,0,0,0,0 +441222,123,23,285,44,38,0,0,0,0,0,0,0 +441228,123,23,1149,97,78,3,0,0,0,0,0,0 +441310,123,23,3887,392,355,33,0,0,0,0,0,0 +441320,123,23,1770,244,236,0,0,0,0,0,0,0 +442110,123,23,2559,230,186,32,0,0,0,0,0,0 +442210,123,23,604,110,96,0,0,0,0,0,0,0 +442291,123,23,126,26,19,0,0,0,0,0,0,0 +442299,123,23,1904,132,84,36,0,0,0,0,0,0 +443141,123,23,596,63,46,3,0,0,0,0,0,0 +443142,123,23,3200,278,256,7,5,0,0,0,0,0 +444110,123,23,0,57,7,0,45,0,0,0,0,0 +444120,123,23,267,79,72,0,0,0,0,0,0,0 +444130,123,23,1208,122,94,16,0,0,0,0,0,0 +444190,123,23,1887,222,190,20,0,0,0,0,0,0 +444210,123,23,184,33,21,0,0,0,0,0,0,0 +444220,123,23,456,62,47,0,0,0,0,0,0,0 +445110,123,23,28824,493,237,89,155,0,0,0,0,0 +445120,123,23,1185,318,306,6,0,0,0,0,0,0 +445210,123,23,294,20,9,0,0,0,0,0,0,0 +445220,123,23,75,15,10,0,0,0,0,0,0,0 +445230,123,23,275,33,22,0,0,0,0,0,0,0 +445291,123,23,107,20,17,0,0,0,0,0,0,0 +445292,123,23,287,31,16,4,0,0,0,0,0,0 +445299,123,23,204,48,39,0,0,0,0,0,0,0 +445310,123,23,919,183,174,3,0,0,0,0,0,0 +446110,123,23,7192,510,332,170,0,0,0,0,0,0 +446120,123,23,2271,228,193,27,0,0,0,0,0,0 +446130,123,23,1568,159,140,10,0,0,0,0,0,0 +446191,123,23,567,150,136,0,0,0,0,0,0,0 +446199,123,23,481,132,120,0,0,0,0,0,0,0 +447110,123,23,8457,979,925,50,0,0,0,0,0,0 +447190,123,23,445,40,28,0,0,0,0,0,0,0 +448110,123,23,816,69,54,6,0,0,0,0,0,0 +448120,123,23,3952,305,254,36,6,0,0,0,0,0 +448130,123,23,1082,71,41,13,0,0,0,0,0,0 +448140,123,23,13765,433,203,213,9,0,0,0,0,0 +448150,123,23,1254,127,106,15,0,0,0,0,0,0 +448190,123,23,1684,136,106,18,0,0,0,0,0,0 +448210,123,23,5063,285,236,39,0,4,0,0,0,0 +448310,123,23,1538,257,234,9,0,0,0,0,0,0 +448320,123,23,124,28,24,0,0,0,0,0,0,0 +451110,123,23,1940,227,206,6,0,0,0,0,0,0 +451120,123,23,1364,98,60,29,0,0,0,0,0,0 +451130,123,23,196,22,8,0,0,0,0,0,0,0 +451140,123,23,238,30,20,4,0,0,0,0,0,0 +451211,123,23,665,64,44,9,0,0,0,0,0,0 +452210,123,23,4492,43,0,21,12,0,0,0,0,0 +452311,123,23,12830,74,0,0,38,26,0,0,0,0 +452319,123,23,4084,405,328,68,0,0,0,0,0,0 +453110,123,23,436,86,73,0,0,0,0,0,0,0 +453210,123,23,607,57,34,12,0,0,0,0,0,0 +453220,123,23,4693,355,320,25,0,0,0,0,0,0 +453310,123,23,2069,218,180,23,0,0,0,0,0,0 +453910,123,23,1249,127,99,13,0,0,0,0,0,0 +453920,123,23,92,23,19,0,0,0,0,0,0,0 +453930,123,23,20,6,3,0,0,0,0,0,0,0 +453991,123,23,407,110,96,0,0,0,0,0,0,0 +453998,123,23,1267,259,247,6,0,0,0,0,0,0 +454110,123,23,5215,563,519,22,3,4,0,0,0,0 +454210,123,23,426,52,43,0,0,0,0,0,0,0 +454310,123,23,192,21,3,0,0,0,0,0,0,0 +454390,123,23,2153,322,298,11,0,0,0,0,0,0 +481111,123,23,8370,24,7,4,0,0,0,0,0,0 +481211,123,23,50,14,12,0,0,0,0,0,0,0 +481219,123,23,187,3,0,0,0,0,0,0,0,0 +484110,123,23,861,329,317,4,0,0,0,0,0,0 +484121,123,23,2556,356,331,12,0,0,0,0,0,0 +484122,123,23,1876,62,40,8,4,0,0,0,0,0 +484210,123,23,745,94,76,12,0,0,0,0,0,0 +484220,123,23,1023,194,171,7,0,0,0,0,0,0 +484230,123,23,682,87,77,3,0,0,0,0,0,0 +485113,123,23,92,7,4,0,0,0,0,0,0,0 +485210,123,23,0,3,0,0,0,0,0,0,0,0 +485310,123,23,459,42,35,0,0,0,0,0,0,0 +485320,123,23,213,63,59,0,0,0,0,0,0,0 +485410,123,23,26,5,3,0,0,0,0,0,0,0 +485510,123,23,1173,20,15,0,0,0,0,0,0,0 +485991,123,23,548,28,17,0,0,0,0,0,0,0 +485999,123,23,305,69,58,0,0,0,0,0,0,0 +486210,123,23,0,9,3,0,0,0,0,0,0,0 +487210,123,23,39,11,7,0,0,0,0,0,0,0 +487990,123,23,48,10,0,0,0,0,0,0,0,0 +488119,123,23,5260,42,16,9,5,0,0,0,0,0 +488190,123,23,996,77,63,4,0,0,0,0,0,0 +488330,123,23,6,3,3,0,0,0,0,0,0,0 +488390,123,23,5,6,3,0,0,0,0,0,0,0 +488410,123,23,473,90,74,0,0,0,0,0,0,0 +488490,123,23,405,64,47,4,0,0,0,0,0,0 +488510,123,23,1039,158,133,11,0,0,0,0,0,0 +488991,123,23,15,5,3,0,0,0,0,0,0,0 +488999,123,23,16,11,11,0,0,0,0,0,0,0 +492110,123,23,4603,134,103,12,0,0,0,0,0,0 +492210,123,23,604,62,44,3,0,0,0,0,0,0 +493110,123,23,3046,83,47,17,0,3,0,0,0,0 +493120,123,23,746,10,4,0,4,0,0,0,0,0 +493190,123,23,91,10,4,0,0,0,0,0,0,0 +511110,123,23,1327,38,22,4,0,0,0,0,0,0 +511120,123,23,475,56,43,0,0,0,0,0,0,0 +511130,123,23,87,13,8,0,0,0,0,0,0,0 +511140,123,23,38,10,9,0,0,0,0,0,0,0 +511191,123,23,0,3,3,0,0,0,0,0,0,0 +511199,123,23,69,6,4,0,0,0,0,0,0,0 +511210,123,23,6474,128,94,11,3,3,4,0,0,0 +512110,123,23,1603,151,136,5,0,0,0,0,0,0 +512120,123,23,3,3,3,0,0,0,0,0,0,0 +512131,123,23,1392,31,0,23,0,0,0,0,0,0 +512191,123,23,46,29,27,0,0,0,0,0,0,0 +512240,123,23,33,28,28,0,0,0,0,0,0,0 +512290,123,23,9,6,5,0,0,0,0,0,0,0 +515111,123,23,24,3,0,0,0,0,0,0,0,0 +515112,123,23,537,26,11,4,0,0,0,0,0,0 +515120,123,23,1987,45,24,9,5,0,0,0,0,0 +515210,123,23,0,5,0,3,0,0,0,0,0,0 +517311,123,23,9325,243,171,40,7,0,0,0,0,0 +517312,123,23,3868,285,250,19,0,0,0,0,0,0 +517410,123,23,3,4,4,0,0,0,0,0,0,0 +517911,123,23,385,96,91,0,0,0,0,0,0,0 +517919,123,23,161,28,22,0,0,0,0,0,0,0 +518210,123,23,2544,150,113,17,8,0,0,0,0,0 +519130,123,23,316,87,80,3,0,0,0,0,0,0 +519190,123,23,8,8,8,0,0,0,0,0,0,0 +522110,123,23,10666,762,698,50,3,0,0,0,0,0 +522120,123,23,342,57,46,0,0,0,0,0,0,0 +522130,123,23,1879,151,126,10,0,0,0,0,0,0 +522210,123,23,0,8,0,0,0,0,0,0,0,0 +522220,123,23,425,42,37,0,0,0,0,0,0,0 +522291,123,23,141,31,25,0,0,0,0,0,0,0 +522292,123,23,1700,152,133,4,0,0,0,0,0,0 +522298,123,23,863,125,118,0,0,0,0,0,0,0 +522310,123,23,388,94,86,4,0,0,0,0,0,0 +522320,123,23,522,45,34,0,0,0,0,0,0,0 +522390,123,23,1346,222,214,0,0,0,0,0,0,0 +523110,123,23,51,23,19,0,0,0,0,0,0,0 +523120,123,23,3688,256,229,15,0,0,0,0,0,0 +523130,123,23,0,5,5,0,0,0,0,0,0,0 +523140,123,23,4,12,11,0,0,0,0,0,0,0 +523910,123,23,144,70,67,0,0,0,0,0,0,0 +523920,123,23,1306,321,308,0,0,0,0,0,0,0 +523930,123,23,651,201,192,5,0,0,0,0,0,0 +523991,123,23,56,11,8,0,0,0,0,0,0,0 +523999,123,23,39,27,23,0,0,0,0,0,0,0 +524113,123,23,1571,44,30,5,0,0,0,0,0,0 +524114,123,23,1172,71,43,12,0,0,0,0,0,0 +524126,123,23,3999,120,90,16,3,3,0,0,0,0 +524127,123,23,1151,62,41,7,0,0,0,0,0,0 +524128,123,23,4,8,6,0,0,0,0,0,0,0 +524210,123,23,6914,1236,1182,40,0,0,0,0,0,0 +524291,123,23,1033,95,81,4,0,0,0,0,0,0 +524292,123,23,2999,55,32,4,8,3,0,0,0,0 +524298,123,23,167,53,46,0,0,0,0,0,0,0 +525910,123,23,0,3,3,0,0,0,0,0,0,0 +525990,123,23,5,6,6,0,0,0,0,0,0,0 +531110,123,23,3702,662,640,7,0,0,0,0,0,0 +531120,123,23,1476,361,346,5,0,0,0,0,0,0 +531130,123,23,474,200,197,0,0,0,0,0,0,0 +531190,123,23,793,152,133,0,0,0,0,0,0,0 +531210,123,23,10732,2276,2223,30,7,0,0,0,0,0 +531311,123,23,4341,694,655,27,0,0,0,0,0,0 +531312,123,23,3101,198,173,5,0,0,0,0,0,0 +531320,123,23,525,187,182,0,0,0,0,0,0,0 +531390,123,23,877,300,294,0,0,0,0,0,0,0 +532111,123,23,2024,168,142,15,4,0,0,0,0,0 +532112,123,23,0,5,0,0,0,0,0,0,0,0 +532120,123,23,687,72,48,11,0,0,0,0,0,0 +532210,123,23,301,98,98,0,0,0,0,0,0,0 +532282,123,23,14,3,0,0,0,0,0,0,0,0 +532283,123,23,280,32,21,0,0,0,0,0,0,0 +532284,123,23,156,31,28,0,0,0,0,0,0,0 +532289,123,23,983,79,57,10,0,0,0,0,0,0 +532310,123,23,166,16,3,0,0,0,0,0,0,0 +532411,123,23,20,8,7,0,0,0,0,0,0,0 +532412,123,23,473,36,22,5,0,0,0,0,0,0 +532420,123,23,118,7,3,0,0,0,0,0,0,0 +532490,123,23,3177,144,100,30,0,0,0,0,0,0 +533110,123,23,254,23,16,0,0,0,0,0,0,0 +541110,123,23,12022,1980,1866,99,10,0,0,0,0,0 +541191,123,23,1011,159,144,0,0,0,0,0,0,0 +541199,123,23,112,70,62,0,0,0,0,0,0,0 +541211,123,23,2796,540,511,12,5,0,0,0,0,0 +541213,123,23,1571,312,300,6,0,0,0,0,0,0 +541214,123,23,1499,50,31,4,0,0,0,0,0,0 +541219,123,23,2576,546,526,7,0,0,0,0,0,0 +541310,123,23,1748,183,156,17,0,0,0,0,0,0 +541320,123,23,385,81,73,0,0,0,0,0,0,0 +541330,123,23,9052,725,604,95,20,0,0,0,0,0 +541340,123,23,146,45,36,0,0,0,0,0,0,0 +541350,123,23,339,120,112,0,0,0,0,0,0,0 +541370,123,23,800,107,95,4,0,0,0,0,0,0 +541380,123,23,803,48,24,5,0,0,0,0,0,0 +541410,123,23,582,185,177,3,0,0,0,0,0,0 +541420,123,23,69,17,14,0,0,0,0,0,0,0 +541430,123,23,443,200,193,0,0,0,0,0,0,0 +541490,123,23,86,41,37,0,0,0,0,0,0,0 +541511,123,23,6423,672,613,43,3,0,0,0,0,0 +541512,123,23,5389,562,513,24,8,4,0,0,0,0 +541513,123,23,222,61,55,0,0,0,0,0,0,0 +541519,123,23,313,131,126,3,0,0,0,0,0,0 +541611,123,23,4028,955,912,24,4,0,0,0,0,0 +541612,123,23,2681,108,91,0,0,0,0,0,0,0 +541613,123,23,1938,646,624,15,0,0,0,0,0,0 +541614,123,23,792,94,75,4,0,0,0,0,0,0 +541618,123,23,535,277,271,0,0,0,0,0,0,0 +541620,123,23,818,76,58,5,0,0,0,0,0,0 +541690,123,23,679,268,259,3,0,0,0,0,0,0 +541713,123,23,103,18,11,0,0,0,0,0,0,0 +541714,123,23,94,8,4,0,0,0,0,0,0,0 +541715,123,23,1290,62,44,3,5,0,0,0,0,0 +541720,123,23,29,8,6,0,0,0,0,0,0,0 +541810,123,23,3655,140,129,4,0,0,0,0,0,0 +541820,123,23,200,58,50,0,0,0,0,0,0,0 +541830,123,23,70,9,0,0,0,0,0,0,0,0 +541840,123,23,98,20,17,0,0,0,0,0,0,0 +541850,123,23,387,28,13,0,0,0,0,0,0,0 +541860,123,23,716,23,9,0,0,0,0,0,0,0 +541870,123,23,43,4,0,0,0,0,0,0,0,0 +541890,123,23,847,85,75,4,0,0,0,0,0,0 +541910,123,23,399,50,37,0,0,0,0,0,0,0 +541921,123,23,1417,115,100,3,0,0,0,0,0,0 +541922,123,23,159,64,59,0,0,0,0,0,0,0 +541930,123,23,291,34,29,0,0,0,0,0,0,0 +541940,123,23,3653,322,276,38,0,0,0,0,0,0 +541990,123,23,642,234,223,0,0,0,0,0,0,0 +551112,123,23,321,65,53,0,0,0,0,0,0,0 +551114,123,23,33687,482,288,120,31,18,8,0,0,0 +561110,123,23,4622,358,306,34,5,0,0,0,0,0 +561210,123,23,1467,69,51,3,0,0,0,0,0,0 +561311,123,23,831,69,55,6,0,0,0,0,0,0 +561312,123,23,243,52,48,0,0,0,0,0,0,0 +561320,123,23,18070,314,139,95,47,13,0,0,0,0 +561330,123,23,1880,28,9,3,0,0,0,0,0,0 +561410,123,23,236,43,36,0,0,0,0,0,0,0 +561421,123,23,160,11,3,0,0,0,0,0,0,0 +561422,123,23,9104,68,34,6,0,4,0,0,0,0 +561431,123,23,294,67,55,0,0,0,0,0,0,0 +561439,123,23,347,69,64,0,0,0,0,0,0,0 +561440,123,23,220,22,4,3,0,0,0,0,0,0 +561491,123,23,55,8,0,0,0,0,0,0,0,0 +561492,123,23,221,63,57,0,0,0,0,0,0,0 +561499,123,23,154,66,59,0,0,0,0,0,0,0 +561510,123,23,2665,237,217,9,0,0,0,0,0,0 +561520,123,23,4234,105,92,4,0,0,0,0,0,0 +561591,123,23,0,6,3,0,0,0,0,0,0,0 +561599,123,23,2641,71,47,8,3,0,0,0,0,0 +561611,123,23,220,61,53,0,0,0,0,0,0,0 +561612,123,23,6064,101,56,21,11,0,0,0,0,0 +561613,123,23,449,6,0,0,0,0,0,0,0,0 +561621,123,23,1416,73,58,8,0,0,0,0,0,0 +561622,123,23,250,59,51,3,0,0,0,0,0,0 +561710,123,23,2363,307,272,27,0,0,0,0,0,0 +561720,123,23,9382,916,824,64,12,0,0,0,0,0 +561730,123,23,11589,1505,1389,96,8,3,0,0,0,0 +561740,123,23,524,111,99,3,0,0,0,0,0,0 +561790,123,23,1508,352,333,11,0,0,0,0,0,0 +561910,123,23,148,15,6,0,0,0,0,0,0,0 +561920,123,23,4889,105,83,7,4,0,0,0,0,0 +561990,123,23,2362,105,81,7,0,0,0,0,0,0 +562111,123,23,1112,68,38,13,0,0,0,0,0,0 +562112,123,23,38,4,0,0,0,0,0,0,0,0 +562119,123,23,49,8,6,0,0,0,0,0,0,0 +562211,123,23,0,4,0,0,0,0,0,0,0,0 +562212,123,23,102,8,0,0,0,0,0,0,0,0 +562910,123,23,183,39,27,0,0,0,0,0,0,0 +562920,123,23,285,9,0,0,0,0,0,0,0,0 +562991,123,23,301,34,25,0,0,0,0,0,0,0 +562998,123,23,91,15,3,3,0,0,0,0,0,0 +611110,123,23,8384,204,104,76,12,0,0,0,0,0 +611210,123,23,160,6,0,0,0,0,0,0,0,0 +611310,123,23,12020,46,15,11,3,0,0,0,0,0 +611420,123,23,96,17,15,0,0,0,0,0,0,0 +611430,123,23,414,86,74,0,0,0,0,0,0,0 +611511,123,23,122,11,6,0,0,0,0,0,0,0 +611512,123,23,1442,28,17,0,0,0,0,0,0,0 +611513,123,23,43,6,6,0,0,0,0,0,0,0 +611519,123,23,716,59,44,9,0,0,0,0,0,0 +611610,123,23,477,125,118,0,0,0,0,0,0,0 +611620,123,23,1058,218,199,8,0,0,0,0,0,0 +611630,123,23,107,15,13,0,0,0,0,0,0,0 +611691,123,23,591,78,63,4,0,0,0,0,0,0 +611692,123,23,227,16,12,0,0,0,0,0,0,0 +611699,123,23,763,79,66,0,0,0,0,0,0,0 +611710,123,23,1254,90,76,10,0,0,0,0,0,0 +621111,123,23,25661,2642,2338,287,10,0,0,0,0,0 +621112,123,23,580,124,116,0,0,0,0,0,0,0 +621210,123,23,7801,1099,1053,43,0,0,0,0,0,0 +621310,123,23,1774,427,416,0,0,0,0,0,0,0 +621320,123,23,929,212,201,0,0,0,0,0,0,0 +621330,123,23,805,288,280,3,0,0,0,0,0,0 +621340,123,23,2576,369,338,20,0,0,0,0,0,0 +621391,123,23,420,80,69,0,0,0,0,0,0,0 +621399,123,23,1052,329,315,0,0,0,0,0,0,0 +621410,123,23,77,14,10,0,0,0,0,0,0,0 +621420,123,23,1096,79,47,10,0,0,0,0,0,0 +621492,123,23,884,84,53,11,0,0,0,0,0,0 +621493,123,23,2521,146,101,23,0,0,0,0,0,0 +621498,123,23,1401,102,76,14,0,0,0,0,0,0 +621511,123,23,1741,153,129,6,0,0,0,0,0,0 +621512,123,23,1426,93,54,18,0,0,0,0,0,0 +621610,123,23,9796,304,189,86,13,0,0,0,0,0 +621910,123,23,507,12,4,0,0,0,0,0,0,0 +621991,123,23,890,29,10,5,0,0,0,0,0,0 +621999,123,23,393,39,33,0,0,0,0,0,0,0 +622110,123,23,40518,30,0,0,0,0,0,0,0,0 +622210,123,23,426,3,0,0,0,0,0,0,0,0 +622310,123,23,0,3,0,0,0,0,0,0,0,0 +623110,123,23,12586,109,11,17,63,0,0,0,0,0 +623210,123,23,1488,65,45,6,0,0,0,0,0,0 +623220,123,23,3114,61,17,10,0,0,0,0,0,0 +623311,123,23,4529,49,14,6,3,3,0,0,0,0 +623312,123,23,4622,218,154,44,7,0,0,0,0,0 +623990,123,23,621,32,16,4,0,0,0,0,0,0 +624110,123,23,1855,104,72,9,0,0,0,0,0,0 +624120,123,23,3651,164,115,21,9,0,0,0,0,0 +624190,123,23,1664,183,158,10,3,0,0,0,0,0 +624210,123,23,279,22,12,3,0,0,0,0,0,0 +624221,123,23,383,17,3,3,0,0,0,0,0,0 +624229,123,23,252,20,12,0,0,0,0,0,0,0 +624310,123,23,876,51,22,7,0,0,0,0,0,0 +624410,123,23,8600,638,506,120,0,0,0,0,0,0 +711110,123,23,423,18,10,3,0,0,0,0,0,0 +711120,123,23,110,11,9,0,0,0,0,0,0,0 +711130,123,23,273,52,46,0,0,0,0,0,0,0 +711190,123,23,33,12,6,0,0,0,0,0,0,0 +711211,123,23,0,18,9,0,0,0,0,0,0,0 +711212,123,23,0,7,0,0,3,0,0,0,0,0 +711219,123,23,176,62,57,0,0,0,0,0,0,0 +711310,123,23,75,48,32,0,0,0,0,0,0,0 +711320,123,23,284,66,56,0,0,0,0,0,0,0 +711410,123,23,104,66,65,0,0,0,0,0,0,0 +711510,123,23,594,276,267,0,0,0,0,0,0,0 +712110,123,23,580,35,23,4,0,0,0,0,0,0 +712120,123,23,37,3,0,0,0,0,0,0,0,0 +712190,123,23,0,4,3,0,0,0,0,0,0,0 +713110,123,23,50782,21,3,0,0,0,4,0,0,3 +713120,123,23,1087,40,22,0,0,0,0,0,0,0 +713290,123,23,0,7,0,0,0,0,0,0,0,0 +713910,123,23,4904,104,15,57,8,0,0,0,0,0 +713930,123,23,222,20,15,0,0,0,0,0,0,0 +713940,123,23,6032,328,249,54,5,0,0,0,0,0 +713950,123,23,710,29,6,8,0,0,0,0,0,0 +713990,123,23,1628,173,146,13,0,0,0,0,0,0 +721110,123,23,62093,633,352,182,34,16,16,14,0,0 +721191,123,23,27,12,7,0,0,0,0,0,0,0 +721199,123,23,28,3,0,0,0,0,0,0,0,0 +721211,123,23,390,53,35,5,0,0,0,0,0,0 +721214,123,23,115,16,8,0,0,0,0,0,0,0 +721310,123,23,57,6,0,0,0,0,0,0,0,0 +722310,123,23,5589,197,152,29,3,5,0,0,0,0 +722320,123,23,1127,96,78,10,0,0,0,0,0,0 +722330,123,23,211,78,74,0,0,0,0,0,0,0 +722410,123,23,3876,291,236,45,0,0,0,0,0,0 +722511,123,23,76620,2555,1413,1025,96,17,0,0,0,0 +722513,123,23,45257,2233,1400,810,21,0,0,0,0,0 +722514,123,23,1825,78,31,26,0,0,0,0,0,0 +722515,123,23,6753,493,369,112,0,0,0,0,0,0 +811111,123,23,2639,745,730,6,0,0,0,0,0,0 +811112,123,23,29,11,10,0,0,0,0,0,0,0 +811113,123,23,168,48,44,0,0,0,0,0,0,0 +811118,123,23,171,42,32,0,0,0,0,0,0,0 +811121,123,23,1849,319,294,12,0,0,0,0,0,0 +811122,123,23,264,63,55,0,0,0,0,0,0,0 +811191,123,23,552,88,81,0,0,0,0,0,0,0 +811192,123,23,2210,211,166,24,0,0,0,0,0,0 +811198,123,23,97,49,48,0,0,0,0,0,0,0 +811211,123,23,104,33,29,0,0,0,0,0,0,0 +811212,123,23,414,80,70,0,0,0,0,0,0,0 +811213,123,23,86,23,15,0,0,0,0,0,0,0 +811219,123,23,140,38,27,0,0,0,0,0,0,0 +811310,123,23,3197,185,164,10,0,0,0,0,0,0 +811411,123,23,64,19,16,0,0,0,0,0,0,0 +811412,123,23,550,63,55,0,0,0,0,0,0,0 +811420,123,23,174,45,39,0,0,0,0,0,0,0 +811430,123,23,39,8,4,0,0,0,0,0,0,0 +811490,123,23,327,151,147,0,0,0,0,0,0,0 +812111,123,23,170,82,80,0,0,0,0,0,0,0 +812112,123,23,4420,884,841,35,0,0,0,0,0,0 +812113,123,23,123,85,82,0,0,0,0,0,0,0 +812191,123,23,286,37,28,3,0,0,0,0,0,0 +812199,123,23,1674,272,243,20,0,0,0,0,0,0 +812210,123,23,1232,118,97,5,0,0,0,0,0,0 +812220,123,23,270,40,23,0,0,0,0,0,0,0 +812310,123,23,377,78,67,0,0,0,0,0,0,0 +812320,123,23,1131,158,145,3,0,0,0,0,0,0 +812331,123,23,393,11,0,0,0,0,0,0,0,0 +812332,123,23,280,7,0,3,0,0,0,0,0,0 +812910,123,23,1110,204,189,5,0,0,0,0,0,0 +812930,123,23,2195,95,62,25,0,0,0,0,0,0 +812990,123,23,998,328,316,3,0,0,0,0,0,0 +813110,123,23,28294,1392,1201,158,13,0,0,0,0,0 +813211,123,23,297,61,53,0,0,0,0,0,0,0 +813212,123,23,178,31,20,0,0,0,0,0,0,0 +813219,123,23,610,24,14,0,0,0,0,0,0,0 +813311,123,23,38,9,8,0,0,0,0,0,0,0 +813312,123,23,394,29,16,0,0,0,0,0,0,0 +813319,123,23,143,37,27,0,0,0,0,0,0,0 +813410,123,23,1738,178,159,5,0,0,0,0,0,0 +813910,123,23,594,95,77,3,0,0,0,0,0,0 +813920,123,23,693,56,38,0,0,0,0,0,0,0 +813930,123,23,482,57,50,4,0,0,0,0,0,0 +813940,123,23,5,4,4,0,0,0,0,0,0,0 +813990,123,23,2373,322,293,12,0,0,0,0,0,0 +113310,124,24,0,3,0,0,0,0,0,0,0,0 +114111,124,24,9,5,5,0,0,0,0,0,0,0 +114112,124,24,6,4,4,0,0,0,0,0,0,0 +115210,124,24,37,27,27,0,0,0,0,0,0,0 +115310,124,24,0,3,0,0,0,0,0,0,0,0 +212312,124,24,0,4,0,0,0,0,0,0,0,0 +213112,124,24,0,3,3,0,0,0,0,0,0,0 +221112,124,24,0,7,0,0,0,0,0,0,0,0 +221122,124,24,0,71,39,8,7,0,0,0,0,0 +221310,124,24,216,24,13,0,0,0,0,0,0,0 +221320,124,24,29,4,3,0,0,0,0,0,0,0 +236115,124,24,1301,366,359,0,0,0,0,0,0,0 +236116,124,24,240,30,19,3,0,0,0,0,0,0 +236117,124,24,1419,110,91,11,4,0,0,0,0,0 +236118,124,24,2737,817,798,15,0,0,0,0,0,0 +236210,124,24,202,28,19,0,0,0,0,0,0,0 +236220,124,24,5694,385,327,44,5,0,0,0,0,0 +237110,124,24,2283,97,78,6,4,0,0,0,0,0 +237120,124,24,0,4,3,0,0,0,0,0,0,0 +237130,124,24,1148,47,22,11,0,0,0,0,0,0 +237210,124,24,351,63,55,0,0,0,0,0,0,0 +237310,124,24,3288,65,28,14,4,0,0,0,0,0 +237990,124,24,969,53,41,4,0,0,0,0,0,0 +238110,124,24,1666,164,142,16,0,0,0,0,0,0 +238120,124,24,243,23,14,0,0,0,0,0,0,0 +238130,124,24,422,84,74,3,0,0,0,0,0,0 +238140,124,24,1482,185,171,8,0,0,0,0,0,0 +238150,124,24,773,65,54,6,0,0,0,0,0,0 +238160,124,24,2895,194,149,38,0,0,0,0,0,0 +238170,124,24,179,68,63,0,0,0,0,0,0,0 +238190,124,24,327,59,53,0,0,0,0,0,0,0 +238210,124,24,10110,696,607,71,11,3,0,0,0,0 +238220,124,24,11044,1182,1058,106,14,0,0,0,0,0 +238290,124,24,1116,76,60,11,0,0,0,0,0,0 +238310,124,24,1889,167,143,15,0,0,0,0,0,0 +238320,124,24,2225,503,477,15,0,0,0,0,0,0 +238330,124,24,777,227,217,8,0,0,0,0,0,0 +238340,124,24,832,157,149,0,0,0,0,0,0,0 +238350,124,24,1728,411,393,12,0,0,0,0,0,0 +238390,124,24,730,83,70,6,0,0,0,0,0,0 +238910,124,24,3018,174,136,23,4,0,0,0,0,0 +238990,124,24,2466,475,453,18,0,0,0,0,0,0 +311421,124,24,0,3,0,0,0,0,0,0,0,0 +311511,124,24,0,3,0,0,0,0,0,0,0,0 +311710,124,24,0,3,0,0,0,0,0,0,0,0 +311811,124,24,247,29,22,0,0,0,0,0,0,0 +311812,124,24,652,22,17,0,0,0,0,0,0,0 +311920,124,24,59,5,0,0,0,0,0,0,0,0 +311930,124,24,490,3,0,0,3,0,0,0,0,0 +311991,124,24,0,3,0,0,0,0,0,0,0,0 +312111,124,24,1199,4,0,0,0,0,0,0,0,0 +312120,124,24,320,31,21,0,0,0,0,0,0,0 +312130,124,24,33,6,3,0,0,0,0,0,0,0 +312140,124,24,0,3,0,0,0,0,0,0,0,0 +313310,124,24,6,3,3,0,0,0,0,0,0,0 +314120,124,24,6,4,4,0,0,0,0,0,0,0 +314910,124,24,130,19,14,0,0,0,0,0,0,0 +314999,124,24,111,18,13,0,0,0,0,0,0,0 +315210,124,24,24,9,8,0,0,0,0,0,0,0 +315240,124,24,20,3,0,0,0,0,0,0,0,0 +315280,124,24,0,3,0,0,0,0,0,0,0,0 +316998,124,24,9,7,3,0,0,0,0,0,0,0 +321113,124,24,18,4,3,0,0,0,0,0,0,0 +321214,124,24,0,4,0,0,0,0,0,0,0,0 +321911,124,24,5,3,0,0,0,0,0,0,0,0 +321918,124,24,16,6,5,0,0,0,0,0,0,0 +321920,124,24,28,7,0,0,0,0,0,0,0,0 +321999,124,24,61,18,14,0,0,0,0,0,0,0 +322211,124,24,108,5,0,0,0,0,0,0,0,0 +322212,124,24,0,3,0,0,0,0,0,0,0,0 +323111,124,24,1889,179,153,16,3,0,0,0,0,0 +323113,124,24,2224,60,47,0,0,0,0,0,0,0 +323117,124,24,0,3,0,0,0,0,0,0,0,0 +323120,124,24,87,13,8,0,0,0,0,0,0,0 +324121,124,24,86,5,3,0,0,0,0,0,0,0 +325180,124,24,7,3,3,0,0,0,0,0,0,0 +325211,124,24,390,9,0,0,0,0,0,0,0,0 +325311,124,24,0,3,0,0,0,0,0,0,0,0 +325411,124,24,243,7,0,0,0,0,0,0,0,0 +325412,124,24,1069,13,4,0,0,0,0,0,0,0 +325510,124,24,153,12,9,0,0,0,0,0,0,0 +325611,124,24,95,7,3,0,0,0,0,0,0,0 +325612,124,24,30,4,0,0,0,0,0,0,0,0 +325620,124,24,329,9,3,0,0,0,0,0,0,0 +325910,124,24,22,5,3,0,0,0,0,0,0,0 +326113,124,24,60,5,3,0,0,0,0,0,0,0 +326130,124,24,164,4,0,0,0,0,0,0,0,0 +326150,124,24,31,4,0,0,0,0,0,0,0,0 +326191,124,24,130,3,0,0,0,0,0,0,0,0 +326199,124,24,963,31,17,0,0,0,0,0,0,0 +326299,124,24,0,6,0,0,0,0,0,0,0,0 +327110,124,24,5,3,3,0,0,0,0,0,0,0 +327212,124,24,18,3,3,0,0,0,0,0,0,0 +327215,124,24,47,10,8,0,0,0,0,0,0,0 +327320,124,24,582,47,32,7,0,0,0,0,0,0 +327331,124,24,72,7,3,0,0,0,0,0,0,0 +327390,124,24,688,16,3,0,0,0,0,0,0,0 +327991,124,24,33,15,13,0,0,0,0,0,0,0 +327999,124,24,0,3,0,0,0,0,0,0,0,0 +331523,124,24,6,3,3,0,0,0,0,0,0,0 +332119,124,24,0,3,0,0,0,0,0,0,0,0 +332311,124,24,48,3,0,0,0,0,0,0,0,0 +332312,124,24,868,24,6,4,3,0,0,0,0,0 +332321,124,24,144,12,0,3,0,0,0,0,0,0 +332322,124,24,1166,32,15,7,0,0,0,0,0,0 +332323,124,24,263,20,6,0,0,0,0,0,0,0 +332618,124,24,11,3,0,0,0,0,0,0,0,0 +332710,124,24,1062,107,92,6,0,0,0,0,0,0 +332721,124,24,366,21,10,0,0,0,0,0,0,0 +332722,124,24,26,3,0,0,0,0,0,0,0,0 +332812,124,24,161,12,4,0,0,0,0,0,0,0 +332813,124,24,155,10,8,0,0,0,0,0,0,0 +332994,124,24,11,3,0,0,0,0,0,0,0,0 +332999,124,24,816,28,20,0,0,0,0,0,0,0 +333111,124,24,0,3,0,0,0,0,0,0,0,0 +333112,124,24,0,3,0,0,0,0,0,0,0,0 +333249,124,24,162,16,9,0,0,0,0,0,0,0 +333318,124,24,216,18,8,0,0,0,0,0,0,0 +333413,124,24,41,3,0,0,0,0,0,0,0,0 +333511,124,24,357,7,0,0,0,0,0,0,0,0 +333514,124,24,29,9,7,0,0,0,0,0,0,0 +333914,124,24,93,5,0,0,0,0,0,0,0,0 +333922,124,24,28,3,0,0,0,0,0,0,0,0 +333923,124,24,0,3,0,0,0,0,0,0,0,0 +333993,124,24,428,6,0,0,0,0,0,0,0,0 +333999,124,24,99,4,0,0,0,0,0,0,0,0 +334118,124,24,0,4,0,0,0,0,0,0,0,0 +334220,124,24,27,7,0,0,0,0,0,0,0,0 +334416,124,24,43,3,0,0,0,0,0,0,0,0 +334418,124,24,0,11,5,0,0,0,0,0,0,0 +334419,124,24,59,8,6,0,0,0,0,0,0,0 +334510,124,24,32,9,3,0,0,0,0,0,0,0 +334511,124,24,2510,10,0,4,0,0,0,0,0,0 +334513,124,24,188,5,3,0,0,0,0,0,0,0 +334514,124,24,0,3,0,0,0,0,0,0,0,0 +334515,124,24,46,6,3,0,0,0,0,0,0,0 +334516,124,24,29,8,4,0,0,0,0,0,0,0 +334517,124,24,0,3,0,0,0,0,0,0,0,0 +334519,124,24,59,3,0,0,0,0,0,0,0,0 +334614,124,24,0,3,3,0,0,0,0,0,0,0 +335122,124,24,57,4,0,0,0,0,0,0,0,0 +335129,124,24,0,3,0,0,0,0,0,0,0,0 +335312,124,24,0,3,0,0,0,0,0,0,0,0 +335313,124,24,91,3,0,0,0,0,0,0,0,0 +335314,124,24,264,7,0,0,0,0,0,0,0,0 +335921,124,24,13,3,0,0,0,0,0,0,0,0 +335999,124,24,185,7,0,3,0,0,0,0,0,0 +336211,124,24,0,3,0,0,0,0,0,0,0,0 +336212,124,24,0,3,0,0,0,0,0,0,0,0 +336214,124,24,206,4,0,0,0,0,0,0,0,0 +336310,124,24,31,3,0,0,0,0,0,0,0,0 +336320,124,24,18,3,0,0,0,0,0,0,0,0 +336370,124,24,0,3,0,0,0,0,0,0,0,0 +336390,124,24,0,4,0,0,0,0,0,0,0,0 +336413,124,24,0,6,0,0,0,0,0,0,0,0 +336611,124,24,500,5,0,0,0,0,0,0,0,0 +336612,124,24,677,28,18,0,0,0,0,0,0,0 +337110,124,24,366,72,69,0,0,0,0,0,0,0 +337122,124,24,35,8,5,0,0,0,0,0,0,0 +337127,124,24,98,5,0,0,0,0,0,0,0,0 +337212,124,24,388,18,6,4,0,0,0,0,0,0 +337215,124,24,8,3,0,0,0,0,0,0,0,0 +339112,124,24,1501,7,0,0,3,0,0,0,0,0 +339113,124,24,560,19,8,3,0,0,0,0,0,0 +339114,124,24,6,3,0,0,0,0,0,0,0,0 +339115,124,24,356,7,0,4,0,0,0,0,0,0 +339116,124,24,523,92,84,3,0,0,0,0,0,0 +339910,124,24,27,11,9,0,0,0,0,0,0,0 +339920,124,24,365,17,4,0,0,0,0,0,0,0 +339940,124,24,0,5,0,0,0,0,0,0,0,0 +339950,124,24,845,66,52,0,0,0,0,0,0,0 +339992,124,24,5,3,3,0,0,0,0,0,0,0 +339999,124,24,728,44,35,3,0,0,0,0,0,0 +423110,124,24,1139,67,50,9,0,0,0,0,0,0 +423120,124,24,1355,109,92,9,0,0,0,0,0,0 +423130,124,24,322,27,17,7,0,0,0,0,0,0 +423140,124,24,113,14,8,0,0,0,0,0,0,0 +423210,124,24,374,46,37,3,0,0,0,0,0,0 +423220,124,24,471,60,47,4,0,0,0,0,0,0 +423310,124,24,1006,55,36,14,0,0,0,0,0,0 +423320,124,24,387,44,39,0,0,0,0,0,0,0 +423330,124,24,485,35,22,8,0,0,0,0,0,0 +423390,124,24,982,45,35,6,0,0,0,0,0,0 +423410,124,24,30,4,0,0,0,0,0,0,0,0 +423420,124,24,1128,111,92,5,3,0,0,0,0,0 +423430,124,24,1485,83,68,7,0,0,0,0,0,0 +423440,124,24,485,57,48,3,0,0,0,0,0,0 +423450,124,24,2361,174,149,18,0,0,0,0,0,0 +423460,124,24,292,18,6,0,0,0,0,0,0,0 +423490,124,24,155,18,12,0,0,0,0,0,0,0 +423510,124,24,937,75,60,10,0,0,0,0,0,0 +423610,124,24,1625,150,127,19,0,0,0,0,0,0 +423620,124,24,298,20,11,0,0,0,0,0,0,0 +423690,124,24,1780,147,127,12,4,0,0,0,0,0 +423710,124,24,610,68,54,4,0,0,0,0,0,0 +423720,124,24,496,54,43,0,0,0,0,0,0,0 +423730,124,24,1100,68,57,6,0,0,0,0,0,0 +423810,124,24,791,33,21,5,0,0,0,0,0,0 +423820,124,24,147,25,15,0,0,0,0,0,0,0 +423830,124,24,2489,229,194,28,0,0,0,0,0,0 +423840,124,24,462,56,45,3,0,0,0,0,0,0 +423850,124,24,646,57,43,3,0,0,0,0,0,0 +423860,124,24,371,28,22,3,0,0,0,0,0,0 +423910,124,24,679,64,54,3,0,0,0,0,0,0 +423920,124,24,215,18,14,0,0,0,0,0,0,0 +423930,124,24,662,66,47,11,0,0,0,0,0,0 +423940,124,24,150,56,49,0,0,0,0,0,0,0 +423990,124,24,824,101,85,11,0,0,0,0,0,0 +424110,124,24,101,9,7,0,0,0,0,0,0,0 +424120,124,24,482,30,21,3,0,0,0,0,0,0 +424130,124,24,831,34,26,6,0,0,0,0,0,0 +424210,124,24,1293,95,70,13,0,0,0,0,0,0 +424310,124,24,146,16,9,0,0,0,0,0,0,0 +424320,124,24,441,20,15,0,0,0,0,0,0,0 +424330,124,24,149,31,28,0,0,0,0,0,0,0 +424410,124,24,1506,37,28,0,0,0,0,0,0,0 +424420,124,24,1175,33,19,0,0,0,0,0,0,0 +424430,124,24,275,10,0,5,0,0,0,0,0,0 +424450,124,24,53,15,13,0,0,0,0,0,0,0 +424460,124,24,290,24,16,0,0,0,0,0,0,0 +424470,124,24,103,10,3,0,0,0,0,0,0,0 +424480,124,24,1347,69,50,15,0,0,0,0,0,0 +424490,124,24,1904,128,108,11,0,0,0,0,0,0 +424510,124,24,0,3,0,0,0,0,0,0,0,0 +424610,124,24,243,31,26,0,0,0,0,0,0,0 +424690,124,24,944,98,86,10,0,0,0,0,0,0 +424710,124,24,642,17,13,3,0,0,0,0,0,0 +424720,124,24,99,14,12,0,0,0,0,0,0,0 +424810,124,24,0,10,3,0,0,0,0,0,0,0 +424820,124,24,1290,20,13,0,0,3,0,0,0,0 +424910,124,24,515,44,31,7,0,0,0,0,0,0 +424920,124,24,27,7,3,0,0,0,0,0,0,0 +424930,124,24,269,38,33,3,0,0,0,0,0,0 +424940,124,24,595,21,11,3,3,0,0,0,0,0 +424950,124,24,238,26,14,0,0,0,0,0,0,0 +424990,124,24,758,125,109,6,0,0,0,0,0,0 +425110,124,24,6,5,5,0,0,0,0,0,0,0 +425120,124,24,2976,483,464,12,0,0,0,0,0,0 +441110,124,24,12374,160,40,68,43,3,0,0,0,0 +441120,124,24,1500,338,322,9,0,0,0,0,0,0 +441210,124,24,996,23,9,3,0,0,0,0,0,0 +441222,124,24,657,84,70,8,0,0,0,0,0,0 +441228,124,24,808,74,55,8,0,0,0,0,0,0 +441310,124,24,3396,343,318,23,0,0,0,0,0,0 +441320,124,24,1505,201,192,7,0,0,0,0,0,0 +442110,124,24,2589,244,207,33,0,0,0,0,0,0 +442210,124,24,806,109,96,3,0,0,0,0,0,0 +442291,124,24,78,23,16,0,0,0,0,0,0,0 +442299,124,24,1858,134,88,37,0,0,0,0,0,0 +443141,124,24,567,65,52,6,0,0,0,0,0,0 +443142,124,24,2528,209,189,5,6,0,0,0,0,0 +444110,124,24,1339,50,3,0,40,0,0,0,0,0 +444120,124,24,300,65,64,0,0,0,0,0,0,0 +444130,124,24,898,77,56,10,0,0,0,0,0,0 +444190,124,24,1818,210,188,19,0,0,0,0,0,0 +444210,124,24,170,24,18,0,0,0,0,0,0,0 +444220,124,24,452,72,64,0,0,0,0,0,0,0 +445110,124,24,30482,572,299,122,141,0,0,0,0,0 +445120,124,24,1181,371,365,0,0,0,0,0,0,0 +445210,124,24,299,42,34,0,0,0,0,0,0,0 +445220,124,24,92,19,15,0,0,0,0,0,0,0 +445230,124,24,213,44,39,0,0,0,0,0,0,0 +445291,124,24,118,27,22,0,0,0,0,0,0,0 +445292,124,24,145,29,23,0,0,0,0,0,0,0 +445299,124,24,614,72,71,0,0,0,0,0,0,0 +445310,124,24,1106,197,187,10,0,0,0,0,0,0 +446110,124,24,7095,637,485,151,0,0,0,0,0,0 +446120,124,24,1500,178,150,18,0,0,0,0,0,0 +446130,124,24,1045,154,150,0,0,0,0,0,0,0 +446191,124,24,551,140,135,0,0,0,0,0,0,0 +446199,124,24,729,137,123,3,0,0,0,0,0,0 +447110,124,24,6412,903,864,38,0,0,0,0,0,0 +447190,124,24,320,38,30,3,0,0,0,0,0,0 +448110,124,24,588,55,50,0,0,0,0,0,0,0 +448120,124,24,2756,267,229,28,0,0,0,0,0,0 +448130,124,24,453,42,30,3,0,0,0,0,0,0 +448140,124,24,7555,309,177,126,0,0,0,0,0,0 +448150,124,24,590,86,79,3,0,0,0,0,0,0 +448190,124,24,923,112,92,9,0,0,0,0,0,0 +448210,124,24,1670,213,202,7,0,0,0,0,0,0 +448310,124,24,1118,214,203,7,0,0,0,0,0,0 +448320,124,24,39,4,0,0,0,0,0,0,0,0 +451110,124,24,1480,208,194,8,0,0,0,0,0,0 +451120,124,24,1127,85,56,18,0,0,0,0,0,0 +451130,124,24,287,26,18,0,0,0,0,0,0,0 +451140,124,24,224,29,21,3,0,0,0,0,0,0 +451211,124,24,470,36,25,3,0,0,0,0,0,0 +451212,124,24,62,3,0,0,0,0,0,0,0,0 +452210,124,24,4019,36,0,9,19,0,0,0,0,0 +452311,124,24,15623,73,0,0,38,30,0,0,0,0 +452319,124,24,3560,360,308,51,0,0,0,0,0,0 +453110,124,24,348,89,83,0,0,0,0,0,0,0 +453210,124,24,600,56,36,13,0,0,0,0,0,0 +453220,124,24,1179,188,175,9,0,0,0,0,0,0 +453310,124,24,1402,189,176,8,0,0,0,0,0,0 +453910,124,24,1394,134,110,16,0,0,0,0,0,0 +453920,124,24,122,36,30,0,0,0,0,0,0,0 +453930,124,24,83,17,13,0,0,0,0,0,0,0 +453991,124,24,457,122,114,0,0,0,0,0,0,0 +453998,124,24,1300,280,272,5,0,0,0,0,0,0 +454110,124,24,10595,611,566,29,3,0,0,0,0,0 +454210,124,24,314,58,50,3,0,0,0,0,0,0 +454310,124,24,149,23,16,0,0,0,0,0,0,0 +454390,124,24,1044,294,281,9,0,0,0,0,0,0 +481111,124,24,2848,11,3,3,0,0,0,0,0,0 +481211,124,24,62,8,6,0,0,0,0,0,0,0 +481219,124,24,12,6,6,0,0,0,0,0,0,0 +483111,124,24,84,4,0,0,0,0,0,0,0,0 +483113,124,24,0,5,3,0,0,0,0,0,0,0 +483212,124,24,35,5,3,0,0,0,0,0,0,0 +484110,124,24,1327,253,241,0,0,0,0,0,0,0 +484121,124,24,1805,253,229,10,3,0,0,0,0,0 +484122,124,24,1553,42,26,8,0,0,0,0,0,0 +484210,124,24,681,87,68,10,0,0,0,0,0,0 +484220,124,24,933,128,115,9,0,0,0,0,0,0 +484230,124,24,901,73,54,7,0,0,0,0,0,0 +485210,124,24,99,6,4,0,0,0,0,0,0,0 +485310,124,24,64,16,11,0,0,0,0,0,0,0 +485320,124,24,95,31,25,0,0,0,0,0,0,0 +485410,124,24,96,5,0,3,0,0,0,0,0,0 +485510,124,24,192,6,3,0,0,0,0,0,0,0 +485991,124,24,450,12,8,0,0,0,0,0,0,0 +485999,124,24,94,27,20,0,0,0,0,0,0,0 +486210,124,24,36,8,7,0,0,0,0,0,0,0 +487210,124,24,174,28,25,0,0,0,0,0,0,0 +488119,124,24,821,15,0,6,0,0,0,0,0,0 +488190,124,24,778,29,20,0,0,0,0,0,0,0 +488210,124,24,0,5,0,0,0,0,0,0,0,0 +488310,124,24,0,6,3,0,0,0,0,0,0,0 +488320,124,24,0,4,0,0,0,0,0,0,0,0 +488330,124,24,241,32,24,0,0,0,0,0,0,0 +488390,124,24,28,16,13,0,0,0,0,0,0,0 +488410,124,24,532,64,57,0,0,0,0,0,0,0 +488490,124,24,338,32,26,0,0,0,0,0,0,0 +488510,124,24,1880,161,137,10,0,0,0,0,0,0 +488991,124,24,84,14,7,0,0,0,0,0,0,0 +488999,124,24,17,13,12,0,0,0,0,0,0,0 +492110,124,24,3186,87,60,3,3,0,0,0,0,0 +492210,124,24,431,62,52,3,0,0,0,0,0,0 +493110,124,24,1362,45,27,12,3,0,0,0,0,0 +493120,124,24,168,7,0,0,0,0,0,0,0,0 +493190,124,24,163,23,18,0,0,0,0,0,0,0 +511110,124,24,116,26,23,0,0,0,0,0,0,0 +511120,124,24,793,70,59,4,0,0,0,0,0,0 +511130,124,24,91,15,9,0,0,0,0,0,0,0 +511140,124,24,96,6,5,0,0,0,0,0,0,0 +511199,124,24,6,3,3,0,0,0,0,0,0,0 +511210,124,24,5736,116,77,24,5,0,0,0,0,0 +512110,124,24,655,114,103,0,0,0,0,0,0,0 +512131,124,24,1141,25,3,8,0,0,0,0,0,0 +512191,124,24,16,11,11,0,0,0,0,0,0,0 +512240,124,24,107,16,15,0,0,0,0,0,0,0 +515112,124,24,1149,28,18,0,3,0,0,0,0,0 +515120,124,24,1067,16,3,4,3,0,0,0,0,0 +517311,124,24,6831,221,157,35,8,3,0,0,0,0 +517312,124,24,5208,217,200,10,0,0,0,0,0,0 +517911,124,24,270,74,66,0,0,0,0,0,0,0 +517919,124,24,136,24,16,0,0,0,0,0,0,0 +518210,124,24,2942,176,131,30,6,0,0,0,0,0 +519110,124,24,0,4,3,0,0,0,0,0,0,0 +519120,124,24,74,4,0,0,0,0,0,0,0,0 +519130,124,24,337,83,77,0,0,0,0,0,0,0 +519190,124,24,42,17,14,0,0,0,0,0,0,0 +522110,124,24,13677,839,764,54,9,6,3,0,0,0 +522120,124,24,704,24,16,0,0,0,0,0,0,0 +522130,124,24,3524,143,122,11,0,0,0,0,0,0 +522210,124,24,735,16,10,0,0,0,0,0,0,0 +522220,124,24,1324,56,50,0,0,0,0,0,0,0 +522291,124,24,346,51,45,0,0,0,0,0,0,0 +522292,124,24,3359,209,178,21,0,0,0,0,0,0 +522298,124,24,557,127,122,0,0,0,0,0,0,0 +522310,124,24,391,120,113,0,0,0,0,0,0,0 +522320,124,24,4429,74,56,3,0,3,0,0,0,0 +522390,124,24,2187,194,185,4,0,0,0,0,0,0 +523110,124,24,383,50,43,0,0,0,0,0,0,0 +523120,124,24,5114,333,299,24,3,0,0,0,0,0 +523130,124,24,15,5,3,0,0,0,0,0,0,0 +523910,124,24,128,74,72,0,0,0,0,0,0,0 +523920,124,24,1348,330,318,6,0,0,0,0,0,0 +523930,124,24,1020,210,198,3,0,0,0,0,0,0 +523991,124,24,961,24,15,0,0,0,0,0,0,0 +523999,124,24,34,27,27,0,0,0,0,0,0,0 +524113,124,24,4870,113,79,22,3,0,0,0,0,0 +524114,124,24,10823,108,61,8,12,9,0,0,0,0 +524126,124,24,9287,527,464,39,7,6,0,0,0,0 +524127,124,24,728,85,76,4,0,0,0,0,0,0 +524128,124,24,1,9,7,0,0,0,0,0,0,0 +524210,124,24,9252,1416,1345,58,7,0,0,0,0,0 +524291,124,24,535,110,102,0,0,0,0,0,0,0 +524292,124,24,2019,57,39,6,4,0,0,0,0,0 +524298,124,24,1335,83,71,0,0,0,0,0,0,0 +525990,124,24,5,4,4,0,0,0,0,0,0,0 +531110,124,24,3402,600,577,12,0,0,0,0,0,0 +531120,124,24,2417,333,320,9,0,0,0,0,0,0 +531130,124,24,655,180,174,0,0,0,0,0,0,0 +531190,124,24,755,202,191,0,0,0,0,0,0,0 +531210,124,24,3896,1995,1976,12,0,0,0,0,0,0 +531311,124,24,4785,481,437,35,3,0,0,0,0,0 +531312,124,24,1075,178,168,0,0,0,0,0,0,0 +531320,124,24,483,174,173,0,0,0,0,0,0,0 +531390,124,24,975,252,243,4,3,0,0,0,0,0 +532111,124,24,1860,129,111,9,0,0,0,0,0,0 +532112,124,24,0,5,3,0,0,0,0,0,0,0 +532120,124,24,448,53,46,6,0,0,0,0,0,0 +532210,124,24,165,84,80,0,0,0,0,0,0,0 +532281,124,24,8,3,0,0,0,0,0,0,0,0 +532282,124,24,6,3,3,0,0,0,0,0,0,0 +532283,124,24,424,25,11,0,0,0,0,0,0,0 +532284,124,24,129,36,35,0,0,0,0,0,0,0 +532289,124,24,534,72,62,0,0,0,0,0,0,0 +532310,124,24,136,20,16,0,0,0,0,0,0,0 +532412,124,24,439,30,17,8,0,0,0,0,0,0 +532420,124,24,105,15,9,0,0,0,0,0,0,0 +532490,124,24,871,80,65,8,0,0,0,0,0,0 +533110,124,24,197,20,15,0,0,0,0,0,0,0 +541110,124,24,13486,2300,2171,111,11,0,0,0,0,0 +541191,124,24,1564,144,132,9,0,0,0,0,0,0 +541199,124,24,533,78,73,0,0,0,0,0,0,0 +541211,124,24,6031,596,563,22,3,0,0,0,0,0 +541213,124,24,1699,289,276,8,0,0,0,0,0,0 +541214,124,24,2465,81,56,7,0,0,0,0,0,0 +541219,124,24,3035,558,541,10,0,0,0,0,0,0 +541310,124,24,1235,189,170,15,0,0,0,0,0,0 +541320,124,24,143,50,47,0,0,0,0,0,0,0 +541330,124,24,10876,713,585,103,15,0,0,0,0,0 +541340,124,24,247,51,43,0,0,0,0,0,0,0 +541350,124,24,189,113,109,0,0,0,0,0,0,0 +541360,124,24,18,9,0,0,0,0,0,0,0,0 +541370,124,24,673,87,78,0,0,0,0,0,0,0 +541380,124,24,904,70,55,10,0,0,0,0,0,0 +541410,124,24,286,134,126,0,0,0,0,0,0,0 +541420,124,24,5,10,6,0,0,0,0,0,0,0 +541430,124,24,416,162,156,0,0,0,0,0,0,0 +541490,124,24,22,20,20,0,0,0,0,0,0,0 +541511,124,24,5978,737,673,50,4,0,0,0,0,0 +541512,124,24,11846,612,555,39,6,0,0,0,0,0 +541513,124,24,1238,93,78,8,0,0,0,0,0,0 +541519,124,24,4150,158,137,6,0,0,3,0,0,0 +541611,124,24,6696,1118,1065,36,8,0,0,0,0,0 +541612,124,24,2807,116,97,8,0,0,0,0,0,0 +541613,124,24,3104,668,640,18,0,0,0,0,0,0 +541614,124,24,243,84,80,0,0,0,0,0,0,0 +541618,124,24,746,356,345,3,0,0,0,0,0,0 +541620,124,24,659,100,87,8,0,0,0,0,0,0 +541690,124,24,1084,300,284,10,0,0,0,0,0,0 +541713,124,24,441,33,23,0,0,0,0,0,0,0 +541714,124,24,49,15,11,0,0,0,0,0,0,0 +541715,124,24,2683,81,59,11,0,0,0,0,0,0 +541720,124,24,41,8,6,0,0,0,0,0,0,0 +541810,124,24,1335,163,148,9,0,0,0,0,0,0 +541820,124,24,230,60,56,0,0,0,0,0,0,0 +541830,124,24,20,10,6,0,0,0,0,0,0,0 +541840,124,24,115,18,14,0,0,0,0,0,0,0 +541850,124,24,175,30,21,0,0,0,0,0,0,0 +541860,124,24,1164,47,32,6,0,0,0,0,0,0 +541870,124,24,24,13,8,0,0,0,0,0,0,0 +541890,124,24,623,95,87,0,0,0,0,0,0,0 +541910,124,24,171,50,40,3,0,0,0,0,0,0 +541921,124,24,325,110,100,0,0,0,0,0,0,0 +541922,124,24,77,40,38,0,0,0,0,0,0,0 +541930,124,24,403,46,38,0,0,0,0,0,0,0 +541940,124,24,4004,360,299,57,0,0,0,0,0,0 +541990,124,24,1150,274,257,10,0,0,0,0,0,0 +551111,124,24,43,5,3,0,0,0,0,0,0,0 +551112,124,24,1824,67,48,7,0,0,0,0,0,0 +551114,124,24,28156,461,309,98,25,16,5,0,0,0 +561110,124,24,10949,411,334,54,9,4,0,0,0,0 +561210,124,24,686,56,43,8,0,0,0,0,0,0 +561311,124,24,1710,76,61,3,0,0,0,0,0,0 +561312,124,24,315,96,90,0,0,0,0,0,0,0 +561320,124,24,17358,342,172,94,52,9,0,0,0,0 +561330,124,24,5834,80,37,18,11,0,0,0,0,0 +561410,124,24,857,58,48,0,0,0,0,0,0,0 +561421,124,24,734,10,0,0,0,0,0,0,0,0 +561422,124,24,7901,88,46,17,7,0,0,0,0,0 +561431,124,24,207,68,66,0,0,0,0,0,0,0 +561439,124,24,284,55,53,0,0,0,0,0,0,0 +561440,124,24,1958,49,31,11,0,0,0,0,0,0 +561450,124,24,25,9,5,0,0,0,0,0,0,0 +561491,124,24,5,4,4,0,0,0,0,0,0,0 +561492,124,24,141,79,73,0,0,0,0,0,0,0 +561499,124,24,363,71,64,3,0,0,0,0,0,0 +561510,124,24,788,218,204,3,0,0,0,0,0,0 +561520,124,24,262,25,21,0,0,0,0,0,0,0 +561599,124,24,267,41,35,0,0,0,0,0,0,0 +561611,124,24,1190,94,80,5,0,0,0,0,0,0 +561612,124,24,9632,94,58,14,8,3,3,0,0,0 +561613,124,24,257,5,0,0,0,0,0,0,0,0 +561621,124,24,1029,77,62,7,0,0,0,0,0,0 +561622,124,24,257,75,67,0,0,0,0,0,0,0 +561710,124,24,2450,309,285,18,0,0,0,0,0,0 +561720,124,24,12678,743,681,52,6,0,0,0,0,0 +561730,124,24,7826,1181,1099,74,3,0,0,0,0,0 +561740,124,24,388,97,90,0,0,0,0,0,0,0 +561790,124,24,1366,282,268,7,0,0,0,0,0,0 +561910,124,24,203,21,14,0,0,0,0,0,0,0 +561920,124,24,217,57,54,0,0,0,0,0,0,0 +561990,124,24,1307,98,87,0,0,0,0,0,0,0 +562111,124,24,1580,58,32,11,3,0,0,0,0,0 +562112,124,24,0,3,0,0,0,0,0,0,0,0 +562119,124,24,38,10,5,0,0,0,0,0,0,0 +562211,124,24,9,6,0,0,0,0,0,0,0,0 +562212,124,24,54,8,0,0,0,0,0,0,0,0 +562910,124,24,826,50,34,5,0,0,0,0,0,0 +562920,124,24,88,5,0,0,0,0,0,0,0,0 +562991,124,24,258,28,19,3,0,0,0,0,0,0 +562998,124,24,139,17,9,0,0,0,0,0,0,0 +611110,124,24,7880,193,83,87,16,0,0,0,0,0 +611310,124,24,6686,44,9,12,3,0,0,0,0,0 +611420,124,24,616,28,20,0,0,0,0,0,0,0 +611430,124,24,757,104,94,0,0,0,0,0,0,0 +611511,124,24,230,14,6,7,0,0,0,0,0,0 +611512,124,24,23,9,5,0,0,0,0,0,0,0 +611513,124,24,54,7,4,0,0,0,0,0,0,0 +611519,124,24,2801,57,41,3,0,0,0,0,0,0 +611610,124,24,534,131,123,0,0,0,0,0,0,0 +611620,124,24,753,176,168,3,0,0,0,0,0,0 +611630,124,24,36,8,6,0,0,0,0,0,0,0 +611691,124,24,643,97,89,4,0,0,0,0,0,0 +611692,124,24,34,10,8,0,0,0,0,0,0,0 +611699,124,24,324,81,72,3,0,0,0,0,0,0 +611710,124,24,596,70,61,0,0,0,0,0,0,0 +621111,124,24,33501,2938,2608,293,20,7,0,0,0,0 +621112,124,24,424,150,143,3,0,0,0,0,0,0 +621210,124,24,8353,1243,1189,50,0,0,0,0,0,0 +621310,124,24,1539,424,418,3,0,0,0,0,0,0 +621320,124,24,742,190,186,0,0,0,0,0,0,0 +621330,124,24,688,318,311,0,0,0,0,0,0,0 +621340,124,24,3277,431,410,16,0,0,0,0,0,0 +621391,124,24,424,84,79,0,0,0,0,0,0,0 +621399,124,24,857,375,365,0,0,0,0,0,0,0 +621410,124,24,212,30,20,0,0,0,0,0,0,0 +621420,124,24,2444,62,32,13,7,0,0,0,0,0 +621492,124,24,715,95,68,21,0,0,0,0,0,0 +621493,124,24,2672,126,74,44,0,0,0,0,0,0 +621498,124,24,4097,269,219,39,5,0,0,0,0,0 +621511,124,24,3152,141,113,21,0,0,0,0,0,0 +621512,124,24,1852,106,68,31,0,0,0,0,0,0 +621610,124,24,11977,376,231,115,21,4,0,0,0,0 +621910,124,24,1369,30,13,0,0,0,0,0,0,0 +621991,124,24,588,27,7,5,0,0,0,0,0,0 +621999,124,24,1511,60,48,3,0,0,0,0,0,0 +622110,124,24,50375,44,0,0,0,3,11,4,3,0 +622310,124,24,3940,4,0,0,0,0,0,0,0,0 +623110,124,24,16143,143,19,25,75,7,0,0,0,0 +623210,124,24,2149,117,98,10,0,0,0,0,0,0 +623220,124,24,1205,61,42,13,0,0,0,0,0,0 +623311,124,24,4435,64,7,30,9,0,0,0,0,0 +623312,124,24,5644,231,160,54,9,0,0,0,0,0 +623990,124,24,754,39,21,7,0,0,0,0,0,0 +624110,124,24,1619,106,78,19,0,0,0,0,0,0 +624120,124,24,4174,199,148,35,4,0,0,0,0,0 +624190,124,24,2716,222,191,22,3,0,0,0,0,0 +624210,124,24,274,20,12,0,0,0,0,0,0,0 +624221,124,24,185,17,9,0,0,0,0,0,0,0 +624229,124,24,474,47,36,0,0,0,0,0,0,0 +624230,124,24,8,3,3,0,0,0,0,0,0,0 +624310,124,24,2532,58,32,5,3,0,0,0,0,0 +624410,124,24,8560,617,477,135,0,0,0,0,0,0 +711110,124,24,132,11,4,3,0,0,0,0,0,0 +711120,124,24,20,8,7,0,0,0,0,0,0,0 +711130,124,24,182,24,18,0,0,0,0,0,0,0 +711211,124,24,620,14,7,0,0,0,0,0,0,0 +711212,124,24,0,3,0,0,0,0,0,0,0,0 +711219,124,24,106,41,35,0,0,0,0,0,0,0 +711310,124,24,1510,28,19,0,0,0,0,0,0,0 +711320,124,24,687,45,40,0,0,0,0,0,0,0 +711410,124,24,61,41,39,0,0,0,0,0,0,0 +711510,124,24,255,168,163,0,0,0,0,0,0,0 +712110,124,24,453,29,18,3,0,0,0,0,0,0 +712130,124,24,0,5,0,0,0,0,0,0,0,0 +713110,124,24,0,3,0,0,0,0,0,0,0,0 +713120,124,24,288,30,25,0,0,0,0,0,0,0 +713290,124,24,117,7,3,0,0,0,0,0,0,0 +713910,124,24,3267,85,26,41,7,0,0,0,0,0 +713930,124,24,639,54,43,0,0,0,0,0,0,0 +713940,124,24,5219,353,270,72,9,0,0,0,0,0 +713950,124,24,378,14,0,3,0,0,0,0,0,0 +713990,124,24,1430,151,135,9,0,0,0,0,0,0 +721110,124,24,15173,383,213,126,26,10,0,0,0,0 +721191,124,24,33,6,4,0,0,0,0,0,0,0 +721211,124,24,194,29,21,0,0,0,0,0,0,0 +721214,124,24,19,8,6,0,0,0,0,0,0,0 +721310,124,24,0,6,0,0,0,0,0,0,0,0 +722310,124,24,4766,158,113,29,7,0,0,0,0,0 +722320,124,24,1248,71,49,12,0,0,0,0,0,0 +722330,124,24,191,80,73,0,0,0,0,0,0,0 +722410,124,24,2731,328,296,24,0,0,0,0,0,0 +722511,124,24,54310,2221,1348,800,70,3,0,0,0,0 +722513,124,24,34831,1936,1241,684,7,3,0,0,0,0 +722514,124,24,845,53,36,12,0,0,0,0,0,0 +722515,124,24,5801,443,360,79,0,0,0,0,0,0 +811111,124,24,2830,756,743,4,0,0,0,0,0,0 +811112,124,24,16,8,7,0,0,0,0,0,0,0 +811113,124,24,199,42,36,0,0,0,0,0,0,0 +811118,124,24,219,42,39,0,0,0,0,0,0,0 +811121,124,24,1792,279,261,16,0,0,0,0,0,0 +811122,124,24,459,80,69,0,0,0,0,0,0,0 +811191,124,24,449,86,83,0,0,0,0,0,0,0 +811192,124,24,2097,189,163,19,0,0,0,0,0,0 +811198,124,24,282,65,61,0,0,0,0,0,0,0 +811211,124,24,301,40,28,0,0,0,0,0,0,0 +811212,124,24,377,88,81,0,0,0,0,0,0,0 +811213,124,24,267,38,30,0,0,0,0,0,0,0 +811219,124,24,294,48,40,0,0,0,0,0,0,0 +811310,124,24,1089,177,163,7,0,0,0,0,0,0 +811411,124,24,40,17,16,0,0,0,0,0,0,0 +811412,124,24,223,65,50,0,0,0,0,0,0,0 +811420,124,24,97,39,35,0,0,0,0,0,0,0 +811430,124,24,10,9,9,0,0,0,0,0,0,0 +811490,124,24,601,201,196,0,0,0,0,0,0,0 +812111,124,24,89,70,69,0,0,0,0,0,0,0 +812112,124,24,4229,967,931,34,0,0,0,0,0,0 +812113,124,24,225,117,111,0,0,0,0,0,0,0 +812191,124,24,195,22,15,0,0,0,0,0,0,0 +812199,124,24,1478,270,247,15,0,0,0,0,0,0 +812210,124,24,660,78,67,3,0,0,0,0,0,0 +812220,124,24,294,31,21,0,0,0,0,0,0,0 +812310,124,24,300,81,74,0,0,0,0,0,0,0 +812320,124,24,911,123,112,4,0,0,0,0,0,0 +812331,124,24,412,8,0,0,0,0,0,0,0,0 +812332,124,24,695,12,3,0,0,0,0,0,0,0 +812910,124,24,1097,226,215,10,0,0,0,0,0,0 +812930,124,24,3324,91,72,13,0,0,0,0,0,0 +812990,124,24,752,280,270,7,0,0,0,0,0,0 +813110,124,24,14855,1298,1154,125,13,0,0,0,0,0 +813211,124,24,711,63,54,0,0,0,0,0,0,0 +813212,124,24,860,32,24,0,0,0,0,0,0,0 +813219,124,24,222,26,18,0,0,0,0,0,0,0 +813311,124,24,134,23,10,0,0,0,0,0,0,0 +813312,124,24,359,28,16,0,0,0,0,0,0,0 +813319,124,24,214,36,29,0,0,0,0,0,0,0 +813410,124,24,1853,199,180,7,0,0,0,0,0,0 +813910,124,24,672,97,83,5,0,0,0,0,0,0 +813920,124,24,329,51,43,4,0,0,0,0,0,0 +813930,124,24,349,51,46,0,0,0,0,0,0,0 +813940,124,24,11,14,14,0,0,0,0,0,0,0 +813990,124,24,1626,228,217,3,0,0,0,0,0,0 +113110,129,25,0,3,3,0,0,0,0,0,0,0 +113310,129,25,1007,118,61,4,0,0,0,0,0,0 +114111,129,25,44,30,30,0,0,0,0,0,0,0 +114112,129,25,39,24,23,0,0,0,0,0,0,0 +114119,129,25,31,19,19,0,0,0,0,0,0,0 +115112,129,25,89,24,7,0,0,0,0,0,0,0 +115113,129,25,77,8,3,0,0,0,0,0,0,0 +115114,129,25,2111,17,3,3,0,0,0,0,0,0 +115115,129,25,231,14,7,0,0,0,0,0,0,0 +115116,129,25,96,16,8,0,0,0,0,0,0,0 +115210,129,25,364,90,80,0,0,0,0,0,0,0 +115310,129,25,150,25,6,0,0,0,0,0,0,0 +211120,129,25,0,3,0,0,0,0,0,0,0,0 +212312,129,25,289,13,3,0,0,0,0,0,0,0 +212321,129,25,91,10,8,0,0,0,0,0,0,0 +212322,129,25,82,4,0,0,0,0,0,0,0,0 +212392,129,25,0,3,0,0,0,0,0,0,0,0 +213112,129,25,18,6,3,0,0,0,0,0,0,0 +221112,129,25,194,21,7,0,0,0,0,0,0,0 +221113,129,25,0,10,8,0,0,0,0,0,0,0 +221121,129,25,0,3,0,0,0,0,0,0,0,0 +221122,129,25,565,165,69,15,0,0,0,0,0,0 +221210,129,25,0,3,0,0,0,0,0,0,0,0 +221310,129,25,836,86,44,0,0,0,0,0,0,0 +221320,129,25,143,13,0,0,0,0,0,0,0,0 +236115,129,25,4951,1295,1235,17,0,0,0,0,0,0 +236116,129,25,291,50,29,0,0,0,0,0,0,0 +236117,129,25,3105,311,259,6,0,0,0,0,0,0 +236118,129,25,6056,2066,1997,20,0,0,0,0,0,0 +236210,129,25,141,43,23,0,0,0,0,0,0,0 +236220,129,25,7475,633,507,77,0,0,0,0,0,0 +237110,129,25,3237,248,164,23,0,0,0,0,0,0 +237120,129,25,0,3,0,0,0,0,0,0,0,0 +237130,129,25,1679,100,52,6,0,0,0,0,0,0 +237210,129,25,612,126,107,3,0,0,0,0,0,0 +237310,129,25,3712,114,37,17,0,0,0,0,0,0 +237990,129,25,1517,143,98,11,0,0,0,0,0,0 +238110,129,25,4760,470,376,24,3,0,0,0,0,0 +238120,129,25,410,33,13,0,0,0,0,0,0,0 +238130,129,25,1271,246,208,3,0,0,0,0,0,0 +238140,129,25,4121,440,359,17,0,0,0,0,0,0 +238150,129,25,1464,117,73,4,0,0,0,0,0,0 +238160,129,25,5824,428,328,55,3,0,0,0,0,0 +238170,129,25,568,141,105,0,0,0,0,0,0,0 +238190,129,25,1050,136,104,0,0,0,0,0,0,0 +238210,129,25,12974,1509,1324,123,6,0,0,0,0,0 +238220,129,25,22217,2492,2235,197,7,0,0,0,0,0 +238290,129,25,1291,110,62,9,0,0,0,0,0,0 +238310,129,25,3960,461,383,36,0,0,0,0,0,0 +238320,129,25,4572,1114,1046,25,0,0,0,0,0,0 +238330,129,25,1343,448,421,7,0,0,0,0,0,0 +238340,129,25,1971,487,455,12,0,0,0,0,0,0 +238350,129,25,3362,991,939,18,0,0,0,0,0,0 +238390,129,25,854,156,125,3,0,0,0,0,0,0 +238910,129,25,6114,517,387,46,0,0,0,0,0,0 +238990,129,25,6346,1124,1026,51,0,0,0,0,0,0 +311119,129,25,69,3,0,0,0,0,0,0,0,0 +311351,129,25,0,3,0,0,0,0,0,0,0,0 +311411,129,25,441,3,0,0,0,0,0,0,0,0 +311421,129,25,1271,3,0,0,0,0,0,0,0,0 +311520,129,25,7,3,3,0,0,0,0,0,0,0 +311811,129,25,261,53,32,0,0,0,0,0,0,0 +311812,129,25,1019,10,3,0,0,0,0,0,0,0 +311942,129,25,221,5,0,3,0,0,0,0,0,0 +312111,129,25,264,3,0,0,0,0,0,0,0,0 +312120,129,25,202,24,6,0,0,0,0,0,0,0 +312130,129,25,0,3,0,0,0,0,0,0,0,0 +312140,129,25,269,8,0,0,0,0,0,0,0,0 +314120,129,25,77,22,16,0,0,0,0,0,0,0 +314910,129,25,379,27,14,0,0,0,0,0,0,0 +314999,129,25,167,32,18,0,0,0,0,0,0,0 +315210,129,25,6,4,3,0,0,0,0,0,0,0 +316998,129,25,115,3,0,0,0,0,0,0,0,0 +321214,129,25,203,5,0,0,0,0,0,0,0,0 +321911,129,25,38,3,0,0,0,0,0,0,0,0 +321918,129,25,43,15,10,0,0,0,0,0,0,0 +321920,129,25,337,14,0,0,0,0,0,0,0,0 +321991,129,25,454,3,0,0,0,0,0,0,0,0 +321999,129,25,151,20,7,0,0,0,0,0,0,0 +322211,129,25,201,4,0,0,0,0,0,0,0,0 +323111,129,25,1294,211,167,13,0,0,0,0,0,0 +323113,129,25,750,92,65,3,0,0,0,0,0,0 +323120,129,25,0,3,3,0,0,0,0,0,0,0 +324122,129,25,71,3,0,0,0,0,0,0,0,0 +325199,129,25,53,3,0,0,0,0,0,0,0,0 +325211,129,25,102,6,0,0,0,0,0,0,0,0 +325314,129,25,253,9,0,0,0,0,0,0,0,0 +325411,129,25,0,3,0,0,0,0,0,0,0,0 +325412,129,25,26,3,0,0,0,0,0,0,0,0 +325510,129,25,5,7,3,0,0,0,0,0,0,0 +325998,129,25,94,7,4,0,0,0,0,0,0,0 +326130,129,25,49,3,0,0,0,0,0,0,0,0 +326140,129,25,99,3,0,0,0,0,0,0,0,0 +326160,129,25,59,4,3,0,0,0,0,0,0,0 +326199,129,25,2289,59,30,3,0,0,0,0,0,0 +326212,129,25,65,5,3,0,0,0,0,0,0,0 +327110,129,25,4,4,4,0,0,0,0,0,0,0 +327215,129,25,16,11,8,0,0,0,0,0,0,0 +327320,129,25,1153,100,45,6,0,0,0,0,0,0 +327331,129,25,206,13,0,0,0,0,0,0,0,0 +327390,129,25,502,18,3,3,0,0,0,0,0,0 +327991,129,25,227,14,7,0,0,0,0,0,0,0 +327999,129,25,85,3,0,0,0,0,0,0,0,0 +332119,129,25,102,3,0,0,0,0,0,0,0,0 +332216,129,25,16,3,0,0,0,0,0,0,0,0 +332311,129,25,0,3,0,0,0,0,0,0,0,0 +332312,129,25,299,29,10,0,0,0,0,0,0,0 +332313,129,25,212,8,0,0,0,0,0,0,0,0 +332321,129,25,78,15,6,0,0,0,0,0,0,0 +332322,129,25,570,44,19,3,0,0,0,0,0,0 +332323,129,25,127,20,3,0,0,0,0,0,0,0 +332710,129,25,1352,128,87,5,0,0,0,0,0,0 +332721,129,25,188,16,0,0,0,0,0,0,0,0 +332812,129,25,121,20,9,0,0,0,0,0,0,0 +332813,129,25,70,6,0,0,0,0,0,0,0,0 +332994,129,25,118,6,0,0,0,0,0,0,0,0 +332999,129,25,402,26,8,0,0,0,0,0,0,0 +333120,129,25,120,5,3,0,0,0,0,0,0,0 +333241,129,25,0,3,0,0,0,0,0,0,0,0 +333249,129,25,185,15,4,0,0,0,0,0,0,0 +333318,129,25,49,8,0,0,0,0,0,0,0,0 +333413,129,25,0,3,0,0,0,0,0,0,0,0 +333511,129,25,319,5,3,0,0,0,0,0,0,0 +333514,129,25,11,3,0,0,0,0,0,0,0,0 +333515,129,25,90,6,0,0,0,0,0,0,0,0 +333923,129,25,122,6,3,0,0,0,0,0,0,0 +333992,129,25,5,4,4,0,0,0,0,0,0,0 +333994,129,25,41,3,0,0,0,0,0,0,0,0 +333999,129,25,270,11,0,0,0,0,0,0,0,0 +334220,129,25,6723,7,0,0,0,0,0,0,0,0 +334418,129,25,466,4,0,0,3,0,0,0,0,0 +334419,129,25,203,13,9,3,0,0,0,0,0,0 +334511,129,25,0,10,0,0,0,0,0,0,0,0 +334519,129,25,107,12,0,0,0,0,0,0,0,0 +335999,129,25,118,5,0,0,0,0,0,0,0,0 +336214,129,25,83,4,0,0,0,0,0,0,0,0 +336413,129,25,83,3,0,0,0,0,0,0,0,0 +336414,129,25,772,3,0,0,0,0,0,0,0,0 +336611,129,25,82,7,0,0,0,0,0,0,0,0 +336612,129,25,1132,37,17,0,0,0,0,0,0,0 +337110,129,25,831,104,71,0,0,0,0,0,0,0 +337121,129,25,0,3,0,0,0,0,0,0,0,0 +337122,129,25,53,12,8,0,0,0,0,0,0,0 +337212,129,25,82,10,0,0,0,0,0,0,0,0 +337920,129,25,12,3,0,0,0,0,0,0,0,0 +339112,129,25,126,8,0,0,0,0,0,0,0,0 +339113,129,25,106,17,7,0,0,0,0,0,0,0 +339115,129,25,98,5,0,0,0,0,0,0,0,0 +339116,129,25,476,118,96,0,0,0,0,0,0,0 +339920,129,25,192,23,11,0,0,0,0,0,0,0 +339950,129,25,553,94,64,0,0,0,0,0,0,0 +339991,129,25,0,3,0,0,0,0,0,0,0,0 +339994,129,25,52,4,0,0,0,0,0,0,0,0 +339999,129,25,344,73,43,0,0,0,0,0,0,0 +423110,129,25,1104,88,57,4,0,0,0,0,0,0 +423120,129,25,1181,138,97,10,0,0,0,0,0,0 +423130,129,25,402,49,23,0,0,0,0,0,0,0 +423140,129,25,42,8,3,0,0,0,0,0,0,0 +423210,129,25,554,51,13,0,0,0,0,0,0,0 +423220,129,25,500,72,49,3,0,0,0,0,0,0 +423310,129,25,2552,126,53,20,0,0,0,0,0,0 +423320,129,25,418,73,45,0,0,0,0,0,0,0 +423330,129,25,890,83,50,0,0,0,0,0,0,0 +423390,129,25,588,78,43,0,0,0,0,0,0,0 +423420,129,25,947,103,69,3,0,0,0,0,0,0 +423430,129,25,723,58,36,0,0,0,0,0,0,0 +423440,129,25,247,39,25,0,0,0,0,0,0,0 +423450,129,25,1474,139,118,0,0,0,0,0,0,0 +423460,129,25,45,13,11,0,0,0,0,0,0,0 +423490,129,25,84,21,9,0,0,0,0,0,0,0 +423510,129,25,1026,79,41,6,0,0,0,0,0,0 +423610,129,25,1625,199,163,0,0,0,0,0,0,0 +423620,129,25,20,8,5,0,0,0,0,0,0,0 +423690,129,25,853,126,90,0,0,0,0,0,0,0 +423710,129,25,355,65,46,0,0,0,0,0,0,0 +423720,129,25,1019,97,49,6,0,0,0,0,0,0 +423730,129,25,981,155,135,0,0,0,0,0,0,0 +423810,129,25,895,59,37,6,0,0,0,0,0,0 +423820,129,25,618,75,39,0,0,0,0,0,0,0 +423830,129,25,2186,285,231,11,0,0,0,0,0,0 +423840,129,25,517,71,43,0,0,0,0,0,0,0 +423850,129,25,325,74,47,0,0,0,0,0,0,0 +423860,129,25,810,40,18,3,0,0,0,0,0,0 +423910,129,25,520,94,73,3,0,0,0,0,0,0 +423920,129,25,45,8,6,0,0,0,0,0,0,0 +423930,129,25,766,76,35,3,0,0,0,0,0,0 +423940,129,25,116,52,41,0,0,0,0,0,0,0 +423990,129,25,774,149,108,0,0,0,0,0,0,0 +424120,129,25,132,33,9,0,0,0,0,0,0,0 +424130,129,25,268,38,15,0,0,0,0,0,0,0 +424210,129,25,1795,107,70,0,0,0,0,0,0,0 +424310,129,25,78,13,8,0,0,0,0,0,0,0 +424320,129,25,84,24,17,0,0,0,0,0,0,0 +424330,129,25,98,32,20,0,0,0,0,0,0,0 +424340,129,25,11,5,4,0,0,0,0,0,0,0 +424410,129,25,27,30,26,0,0,0,0,0,0,0 +424420,129,25,306,34,14,0,0,0,0,0,0,0 +424430,129,25,417,16,10,0,0,0,0,0,0,0 +424450,129,25,36,22,6,0,0,0,0,0,0,0 +424460,129,25,345,39,12,0,0,0,0,0,0,0 +424470,129,25,81,13,3,0,0,0,0,0,0,0 +424480,129,25,1060,80,52,3,0,0,0,0,0,0 +424490,129,25,3515,195,131,6,3,0,0,0,0,0 +424590,129,25,0,3,0,0,0,0,0,0,0,0 +424610,129,25,49,26,16,0,0,0,0,0,0,0 +424690,129,25,625,123,91,0,0,0,0,0,0,0 +424710,129,25,261,31,0,3,0,0,0,0,0,0 +424720,129,25,118,22,7,0,0,0,0,0,0,0 +424810,129,25,0,6,0,0,0,0,0,0,0,0 +424820,129,25,185,14,6,0,0,0,0,0,0,0 +424910,129,25,719,86,52,0,0,0,0,0,0,0 +424920,129,25,7,7,4,0,0,0,0,0,0,0 +424930,129,25,473,71,35,0,0,0,0,0,0,0 +424940,129,25,75,12,9,0,0,0,0,0,0,0 +424950,129,25,143,26,15,0,0,0,0,0,0,0 +424990,129,25,1029,160,129,0,0,0,0,0,0,0 +425110,129,25,0,3,0,0,0,0,0,0,0,0 +425120,129,25,2754,554,511,0,0,0,0,0,0,0 +441110,129,25,23668,403,49,213,66,0,0,0,0,0 +441120,129,25,2364,507,468,0,0,0,0,0,0,0 +441210,129,25,988,67,28,0,0,0,0,0,0,0 +441222,129,25,2358,199,139,19,0,0,0,0,0,0 +441228,129,25,1528,160,109,9,0,0,0,0,0,0 +441310,129,25,7399,775,653,49,0,0,0,0,0,0 +441320,129,25,2913,403,365,0,0,0,0,0,0,0 +442110,129,25,4372,543,450,57,0,0,0,0,0,0 +442210,129,25,1690,264,234,0,0,0,0,0,0,0 +442291,129,25,239,69,59,0,0,0,0,0,0,0 +442299,129,25,3161,303,228,35,0,0,0,0,0,0 +443141,129,25,1026,155,104,3,0,0,0,0,0,0 +443142,129,25,3946,361,303,3,0,0,0,0,0,0 +444110,129,25,314,103,0,0,82,0,0,0,0,0 +444120,129,25,555,146,117,0,0,0,0,0,0,0 +444130,129,25,2780,248,158,31,0,0,0,0,0,0 +444190,129,25,4146,558,481,23,0,0,0,0,0,0 +444210,129,25,416,66,32,0,0,0,0,0,0,0 +444220,129,25,2120,218,124,9,0,0,0,0,0,0 +445110,129,25,55386,929,364,184,269,3,0,0,0,0 +445120,129,25,2304,658,622,6,0,0,0,0,0,0 +445210,129,25,237,43,27,0,0,0,0,0,0,0 +445220,129,25,278,47,26,0,0,0,0,0,0,0 +445230,129,25,146,39,19,0,0,0,0,0,0,0 +445291,129,25,126,27,14,0,0,0,0,0,0,0 +445292,129,25,254,38,13,0,0,0,0,0,0,0 +445299,129,25,462,99,62,0,0,0,0,0,0,0 +445310,129,25,2708,403,345,8,0,0,0,0,0,0 +446110,129,25,13303,959,572,309,0,0,0,0,0,0 +446120,129,25,2611,293,217,23,0,0,0,0,0,0 +446130,129,25,1699,264,243,0,0,0,0,0,0,0 +446191,129,25,928,246,226,0,0,0,0,0,0,0 +446199,129,25,1019,288,259,0,0,0,0,0,0,0 +447110,129,25,14806,2170,2069,54,0,0,0,0,0,0 +447190,129,25,1502,107,43,5,0,0,0,0,0,0 +448110,129,25,945,126,91,0,0,0,0,0,0,0 +448120,129,25,5866,634,566,35,0,0,0,0,0,0 +448130,129,25,827,97,51,0,0,0,0,0,0,0 +448140,129,25,15484,731,419,261,0,0,0,0,0,0 +448150,129,25,1206,169,140,3,0,0,0,0,0,0 +448190,129,25,2377,272,215,19,0,0,0,0,0,0 +448210,129,25,3683,403,366,13,0,0,0,0,0,0 +448310,129,25,2259,455,432,3,0,0,0,0,0,0 +448320,129,25,24,10,0,0,0,0,0,0,0,0 +451110,129,25,4525,531,486,12,0,0,0,0,0,0 +451120,129,25,2176,133,59,37,0,0,0,0,0,0 +451130,129,25,581,64,26,0,0,0,0,0,0,0 +451140,129,25,374,65,40,0,0,0,0,0,0,0 +451211,129,25,1342,119,61,8,0,0,0,0,0,0 +452210,129,25,7368,85,0,51,12,0,0,0,0,0 +452311,129,25,18378,145,0,0,52,67,0,0,0,0 +452319,129,25,8464,967,811,85,0,0,0,0,0,0 +453110,129,25,788,199,168,0,0,0,0,0,0,0 +453210,129,25,1017,104,50,8,0,0,0,0,0,0 +453220,129,25,2644,413,386,3,0,0,0,0,0,0 +453310,129,25,3826,489,406,37,0,0,0,0,0,0 +453910,129,25,2068,213,154,19,0,0,0,0,0,0 +453920,129,25,315,120,107,0,0,0,0,0,0,0 +453930,129,25,140,49,31,0,0,0,0,0,0,0 +453991,129,25,525,161,134,0,0,0,0,0,0,0 +453998,129,25,2293,536,519,0,0,0,0,0,0,0 +454110,129,25,4609,755,702,6,0,0,0,0,0,0 +454210,129,25,260,80,62,0,0,0,0,0,0,0 +454310,129,25,413,71,31,0,0,0,0,0,0,0 +454390,129,25,1801,493,459,3,0,0,0,0,0,0 +481111,129,25,1278,23,0,3,0,0,0,0,0,0 +481211,129,25,67,24,13,0,0,0,0,0,0,0 +481219,129,25,5,4,4,0,0,0,0,0,0,0 +483212,129,25,0,3,0,0,0,0,0,0,0,0 +484110,129,25,2168,419,344,6,0,0,0,0,0,0 +484121,129,25,3611,424,362,8,0,0,0,0,0,0 +484122,129,25,1064,66,39,5,0,0,0,0,0,0 +484210,129,25,1498,179,131,6,0,0,0,0,0,0 +484220,129,25,2208,299,237,6,0,0,0,0,0,0 +484230,129,25,2056,124,89,4,0,0,0,0,0,0 +485210,129,25,7,6,6,0,0,0,0,0,0,0 +485310,129,25,219,42,33,0,0,0,0,0,0,0 +485320,129,25,81,52,50,0,0,0,0,0,0,0 +485410,129,25,0,3,0,0,0,0,0,0,0,0 +485510,129,25,55,3,0,0,0,0,0,0,0,0 +485991,129,25,579,51,28,3,0,0,0,0,0,0 +485999,129,25,60,22,21,0,0,0,0,0,0,0 +486210,129,25,0,3,0,0,0,0,0,0,0,0 +487110,129,25,0,3,0,0,0,0,0,0,0,0 +487210,129,25,1059,206,175,3,0,0,0,0,0,0 +487990,129,25,20,6,3,0,0,0,0,0,0,0 +488119,129,25,579,30,7,4,0,0,0,0,0,0 +488190,129,25,1936,108,74,0,0,0,0,0,0,0 +488210,129,25,114,12,5,0,0,0,0,0,0,0 +488320,129,25,295,4,0,0,0,0,0,0,0,0 +488330,129,25,100,29,20,0,0,0,0,0,0,0 +488390,129,25,154,30,13,0,0,0,0,0,0,0 +488410,129,25,621,122,90,0,0,0,0,0,0,0 +488490,129,25,197,52,30,0,0,0,0,0,0,0 +488510,129,25,1528,200,161,3,0,0,0,0,0,0 +488991,129,25,161,22,15,0,0,0,0,0,0,0 +488999,129,25,17,4,3,0,0,0,0,0,0,0 +492110,129,25,4212,148,75,6,3,0,0,0,0,0 +492210,129,25,606,75,47,0,0,0,0,0,0,0 +493110,129,25,9007,104,45,10,4,4,0,0,0,0 +493120,129,25,1339,13,3,3,0,3,0,0,0,0 +493190,129,25,78,15,0,0,0,0,0,0,0,0 +511110,129,25,1177,81,36,0,0,0,0,0,0,0 +511120,129,25,736,116,88,0,0,0,0,0,0,0 +511130,129,25,222,26,14,0,0,0,0,0,0,0 +511210,129,25,2165,114,81,0,3,0,0,0,0,0 +512110,129,25,232,90,79,0,0,0,0,0,0,0 +512131,129,25,1603,60,3,15,0,0,0,0,0,0 +512191,129,25,6,4,4,0,0,0,0,0,0,0 +512240,129,25,10,4,3,0,0,0,0,0,0,0 +515112,129,25,663,65,23,3,0,0,0,0,0,0 +515120,129,25,708,28,6,0,0,0,0,0,0,0 +517311,129,25,6802,491,381,35,0,0,0,0,0,0 +517312,129,25,3431,440,389,13,0,0,0,0,0,0 +517410,129,25,0,4,0,0,0,0,0,0,0,0 +517911,129,25,239,80,70,0,0,0,0,0,0,0 +517919,129,25,138,33,21,0,0,0,0,0,0,0 +518210,129,25,2645,187,139,13,0,0,0,0,0,0 +519130,129,25,664,102,78,0,0,0,0,0,0,0 +519190,129,25,164,26,21,0,0,0,0,0,0,0 +522110,129,25,14528,1713,1551,97,0,0,0,0,0,0 +522120,129,25,247,61,37,0,0,0,0,0,0,0 +522130,129,25,10523,346,272,25,0,0,0,0,0,0 +522220,129,25,57,35,30,0,0,0,0,0,0,0 +522291,129,25,330,85,64,0,0,0,0,0,0,0 +522292,129,25,1232,235,205,5,0,0,0,0,0,0 +522298,129,25,922,205,182,3,0,0,0,0,0,0 +522310,129,25,285,102,83,0,0,0,0,0,0,0 +522320,129,25,308,49,35,0,0,0,0,0,0,0 +522390,129,25,860,279,258,0,0,0,0,0,0,0 +523110,129,25,30,28,27,0,0,0,0,0,0,0 +523120,129,25,2287,522,470,15,0,0,0,0,0,0 +523140,129,25,21,7,3,0,0,0,0,0,0,0 +523910,129,25,186,75,66,0,0,0,0,0,0,0 +523920,129,25,1977,650,614,0,0,0,0,0,0,0 +523930,129,25,771,299,287,0,0,0,0,0,0,0 +523991,129,25,78,30,24,0,0,0,0,0,0,0 +523999,129,25,28,18,18,0,0,0,0,0,0,0 +524113,129,25,632,91,65,0,0,0,0,0,0,0 +524114,129,25,407,60,41,0,0,0,0,0,0,0 +524126,129,25,9907,153,107,7,0,3,0,0,0,0 +524127,129,25,630,93,56,0,0,0,0,0,0,0 +524210,129,25,11804,2340,2233,65,0,0,0,0,0,0 +524291,129,25,406,112,97,3,0,0,0,0,0,0 +524292,129,25,1115,47,14,6,0,0,0,0,0,0 +524298,129,25,282,67,58,0,0,0,0,0,0,0 +525990,129,25,30,15,14,0,0,0,0,0,0,0 +531110,129,25,4345,891,846,7,0,0,0,0,0,0 +531120,129,25,1850,553,515,3,0,0,0,0,0,0 +531130,129,25,943,383,366,0,0,0,0,0,0,0 +531190,129,25,1635,317,279,5,0,0,0,0,0,0 +531210,129,25,8141,4344,4294,24,0,0,0,0,0,0 +531311,129,25,7280,1157,1072,47,0,0,0,0,0,0 +531312,129,25,1627,286,255,3,0,0,0,0,0,0 +531320,129,25,725,372,355,0,0,0,0,0,0,0 +531390,129,25,832,416,391,0,0,0,0,0,0,0 +532111,129,25,2892,211,159,18,0,0,0,0,0,0 +532120,129,25,780,102,64,3,0,0,0,0,0,0 +532210,129,25,399,137,104,0,0,0,0,0,0,0 +532283,129,25,420,55,19,0,0,0,0,0,0,0 +532284,129,25,1171,203,174,0,0,0,0,0,0,0 +532289,129,25,691,103,76,0,0,0,0,0,0,0 +532310,129,25,97,23,16,0,0,0,0,0,0,0 +532412,129,25,303,38,6,6,0,0,0,0,0,0 +532420,129,25,10,6,3,0,0,0,0,0,0,0 +532490,129,25,991,134,99,3,0,0,0,0,0,0 +533110,129,25,150,25,15,0,0,0,0,0,0,0 +541110,129,25,14837,3145,3009,101,0,0,0,0,0,0 +541191,129,25,987,221,184,0,0,0,0,0,0,0 +541199,129,25,267,97,88,0,0,0,0,0,0,0 +541211,129,25,4951,996,928,17,0,0,0,0,0,0 +541213,129,25,3582,604,542,23,0,0,0,0,0,0 +541214,129,25,1801,108,66,0,0,0,0,0,0,0 +541219,129,25,3324,858,814,0,0,0,0,0,0,0 +541310,129,25,1254,337,314,0,0,0,0,0,0,0 +541320,129,25,347,127,115,0,0,0,0,0,0,0 +541330,129,25,16630,1264,1093,113,13,0,3,0,0,0 +541340,129,25,203,96,87,0,0,0,0,0,0,0 +541350,129,25,449,240,231,0,0,0,0,0,0,0 +541360,129,25,102,7,3,0,0,0,0,0,0,0 +541370,129,25,1643,233,165,6,0,0,0,0,0,0 +541380,129,25,626,78,42,3,0,0,0,0,0,0 +541410,129,25,902,354,347,0,0,0,0,0,0,0 +541420,129,25,33,14,9,0,0,0,0,0,0,0 +541430,129,25,508,214,198,0,0,0,0,0,0,0 +541490,129,25,48,20,18,0,0,0,0,0,0,0 +541511,129,25,4848,821,754,24,0,0,0,0,0,0 +541512,129,25,14598,825,754,36,0,3,0,0,0,0 +541513,129,25,1808,132,99,9,0,0,0,0,0,0 +541519,129,25,436,162,150,0,0,0,0,0,0,0 +541611,129,25,5951,1552,1490,12,0,0,0,0,0,0 +541612,129,25,438,92,77,0,0,0,0,0,0,0 +541613,129,25,1595,665,634,0,0,0,0,0,0,0 +541614,129,25,826,129,102,0,0,0,0,0,0,0 +541618,129,25,769,441,420,0,0,0,0,0,0,0 +541620,129,25,1153,218,187,0,0,0,0,0,0,0 +541690,129,25,996,417,388,0,0,0,0,0,0,0 +541713,129,25,310,39,24,0,0,0,0,0,0,0 +541714,129,25,218,22,14,0,0,0,0,0,0,0 +541715,129,25,2143,142,84,10,0,0,0,0,0,0 +541720,129,25,31,13,6,0,0,0,0,0,0,0 +541810,129,25,894,191,167,0,0,0,0,0,0,0 +541820,129,25,396,129,119,0,0,0,0,0,0,0 +541840,129,25,25,17,13,0,0,0,0,0,0,0 +541850,129,25,211,48,26,0,0,0,0,0,0,0 +541860,129,25,133,39,24,0,0,0,0,0,0,0 +541870,129,25,0,6,3,0,0,0,0,0,0,0 +541890,129,25,1081,134,100,0,0,0,0,0,0,0 +541910,129,25,295,48,35,0,0,0,0,0,0,0 +541921,129,25,482,192,174,0,0,0,0,0,0,0 +541922,129,25,92,55,51,0,0,0,0,0,0,0 +541930,129,25,29,24,23,0,0,0,0,0,0,0 +541940,129,25,7941,729,594,87,0,0,0,0,0,0 +541990,129,25,1413,405,372,0,0,0,0,0,0,0 +551112,129,25,729,63,35,0,0,0,0,0,0,0 +551114,129,25,22199,523,371,86,16,3,0,0,0,0 +561110,129,25,5529,590,507,29,0,0,0,0,0,0 +561210,129,25,2327,98,46,6,0,0,0,0,0,0 +561311,129,25,752,52,32,0,0,0,0,0,0,0 +561312,129,25,184,77,68,0,0,0,0,0,0,0 +561320,129,25,15561,317,129,91,39,0,0,0,0,0 +561330,129,25,2462,55,27,6,0,0,0,0,0,0 +561410,129,25,605,94,68,0,0,0,0,0,0,0 +561421,129,25,151,19,7,0,0,0,0,0,0,0 +561422,129,25,8662,61,14,3,6,0,0,0,0,0 +561431,129,25,366,123,99,0,0,0,0,0,0,0 +561439,129,25,298,70,52,0,0,0,0,0,0,0 +561440,129,25,728,28,6,6,0,0,0,0,0,0 +561491,129,25,40,9,7,0,0,0,0,0,0,0 +561492,129,25,181,96,90,0,0,0,0,0,0,0 +561499,129,25,245,93,74,0,0,0,0,0,0,0 +561510,129,25,600,236,218,0,0,0,0,0,0,0 +561520,129,25,189,51,29,0,0,0,0,0,0,0 +561599,129,25,205,49,25,0,0,0,0,0,0,0 +561611,129,25,176,85,68,0,0,0,0,0,0,0 +561612,129,25,4723,134,70,9,3,0,0,0,0,0 +561613,129,25,92,5,0,3,0,0,0,0,0,0 +561621,129,25,1885,140,93,4,0,0,0,0,0,0 +561622,129,25,333,90,71,0,0,0,0,0,0,0 +561710,129,25,4473,648,571,39,0,0,0,0,0,0 +561720,129,25,10810,1585,1456,82,3,0,0,0,0,0 +561730,129,25,19969,3061,2829,160,18,0,0,0,0,0 +561740,129,25,967,212,184,0,0,0,0,0,0,0 +561790,129,25,3060,799,752,12,0,0,0,0,0,0 +561910,129,25,0,3,0,0,0,0,0,0,0,0 +561920,129,25,136,52,40,0,0,0,0,0,0,0 +561990,129,25,1192,176,141,3,0,0,0,0,0,0 +562111,129,25,3222,150,65,11,0,0,0,0,0,0 +562211,129,25,0,4,0,0,0,0,0,0,0,0 +562212,129,25,16,9,0,0,0,0,0,0,0,0 +562910,129,25,348,58,40,0,0,0,0,0,0,0 +562920,129,25,58,3,0,0,0,0,0,0,0,0 +562991,129,25,301,60,32,0,0,0,0,0,0,0 +562998,129,25,66,13,6,0,0,0,0,0,0,0 +611110,129,25,16004,348,138,144,11,0,0,0,0,0 +611210,129,25,0,3,0,0,0,0,0,0,0,0 +611310,129,25,4249,51,10,6,0,0,0,0,0,0 +611420,129,25,144,12,7,0,0,0,0,0,0,0 +611430,129,25,465,103,81,0,0,0,0,0,0,0 +611511,129,25,153,11,0,0,0,0,0,0,0,0 +611512,129,25,322,29,14,0,0,0,0,0,0,0 +611513,129,25,12,3,0,0,0,0,0,0,0,0 +611519,129,25,360,57,31,0,0,0,0,0,0,0 +611610,129,25,675,166,137,0,0,0,0,0,0,0 +611620,129,25,2088,267,235,6,0,0,0,0,0,0 +611630,129,25,1,3,3,0,0,0,0,0,0,0 +611691,129,25,627,90,65,0,0,0,0,0,0,0 +611692,129,25,83,14,4,0,0,0,0,0,0,0 +611699,129,25,575,99,76,0,0,0,0,0,0,0 +611710,129,25,448,107,81,0,0,0,0,0,0,0 +621111,129,25,54448,4753,4166,483,34,0,0,0,0,0 +621112,129,25,704,200,171,0,0,0,0,0,0,0 +621210,129,25,13249,1934,1845,41,0,0,0,0,0,0 +621310,129,25,2820,645,613,0,0,0,0,0,0,0 +621320,129,25,1695,354,315,3,0,0,0,0,0,0 +621330,129,25,1311,440,409,0,0,0,0,0,0,0 +621340,129,25,6003,728,664,24,0,0,0,0,0,0 +621391,129,25,900,164,142,0,0,0,0,0,0,0 +621399,129,25,2131,606,565,3,0,0,0,0,0,0 +621410,129,25,220,34,13,0,0,0,0,0,0,0 +621420,129,25,2063,119,47,11,0,0,0,0,0,0 +621492,129,25,1098,129,67,15,0,0,0,0,0,0 +621493,129,25,3338,153,61,45,0,0,0,0,0,0 +621498,129,25,5024,258,150,34,4,0,0,0,0,0 +621511,129,25,2550,226,172,6,0,0,0,0,0,0 +621512,129,25,2143,161,110,13,0,0,0,0,0,0 +621610,129,25,17870,601,322,202,32,0,0,0,0,0 +621910,129,25,325,29,13,3,0,0,0,0,0,0 +621991,129,25,976,47,3,0,0,0,0,0,0,0 +621999,129,25,316,72,53,0,0,0,0,0,0,0 +622110,129,25,46385,76,6,0,0,0,3,0,0,0 +622310,129,25,0,6,0,0,0,0,0,0,0,0 +623110,129,25,31293,246,5,23,137,9,0,0,0,0 +623210,129,25,2072,155,88,10,0,0,0,0,0,0 +623220,129,25,1569,61,12,6,0,0,0,0,0,0 +623311,129,25,9722,82,5,18,5,7,0,0,0,0 +623312,129,25,9899,335,139,129,12,0,0,0,0,0 +623990,129,25,1027,73,36,3,0,0,0,0,0,0 +624110,129,25,2603,183,117,10,0,0,0,0,0,0 +624120,129,25,10018,388,251,65,12,0,0,0,0,0 +624190,129,25,3572,388,300,17,0,0,0,0,0,0 +624210,129,25,165,37,16,0,0,0,0,0,0,0 +624221,129,25,744,42,3,0,0,0,0,0,0,0 +624229,129,25,514,53,18,0,0,0,0,0,0,0 +624310,129,25,1818,80,40,7,3,0,0,0,0,0 +624410,129,25,13688,1110,857,183,0,0,0,0,0,0 +711110,129,25,793,27,11,0,0,0,0,0,0,0 +711120,129,25,34,3,0,0,0,0,0,0,0,0 +711130,129,25,311,57,45,0,0,0,0,0,0,0 +711190,129,25,69,7,0,0,0,0,0,0,0,0 +711211,129,25,17,3,0,0,0,0,0,0,0,0 +711212,129,25,0,3,0,0,0,0,0,0,0,0 +711219,129,25,212,56,47,4,0,0,0,0,0,0 +711310,129,25,861,36,22,0,0,0,0,0,0,0 +711320,129,25,156,67,60,0,0,0,0,0,0,0 +711410,129,25,133,35,31,0,0,0,0,0,0,0 +711510,129,25,321,257,244,0,0,0,0,0,0,0 +712110,129,25,500,62,36,0,0,0,0,0,0,0 +712130,129,25,173,9,0,0,0,0,0,0,0,0 +712190,129,25,135,8,3,0,0,0,0,0,0,0 +713110,129,25,175,9,0,0,0,0,0,0,0,0 +713120,129,25,678,72,48,3,0,0,0,0,0,0 +713290,129,25,390,21,6,3,0,0,0,0,0,0 +713910,129,25,15037,256,22,137,34,0,0,0,0,0 +713930,129,25,2199,175,112,16,0,0,0,0,0,0 +713940,129,25,6913,545,428,62,3,0,0,0,0,0 +713950,129,25,249,17,0,0,0,0,0,0,0,0 +713990,129,25,2266,326,281,3,0,0,0,0,0,0 +721110,129,25,31884,1063,652,294,34,7,0,0,0,0 +721191,129,25,210,52,43,0,0,0,0,0,0,0 +721199,129,25,29,12,8,0,0,0,0,0,0,0 +721211,129,25,601,102,65,3,0,0,0,0,0,0 +721214,129,25,118,21,8,0,0,0,0,0,0,0 +721310,129,25,289,37,35,0,0,0,0,0,0,0 +722310,129,25,5389,310,203,36,0,0,0,0,0,0 +722320,129,25,1035,122,92,3,0,0,0,0,0,0 +722330,129,25,309,111,94,0,0,0,0,0,0,0 +722410,129,25,5546,561,459,53,0,0,0,0,0,0 +722511,129,25,125093,4945,2732,2041,132,0,0,0,0,0 +722513,129,25,72279,3694,2190,1416,10,0,0,0,0,0 +722514,129,25,2341,109,39,18,0,0,0,0,0,0 +722515,129,25,9465,766,591,133,0,0,0,0,0,0 +811111,129,25,5349,1345,1302,5,0,0,0,0,0,0 +811112,129,25,16,9,9,0,0,0,0,0,0,0 +811113,129,25,218,71,54,0,0,0,0,0,0,0 +811118,129,25,202,62,44,0,0,0,0,0,0,0 +811121,129,25,3182,526,466,22,0,0,0,0,0,0 +811122,129,25,407,101,74,0,0,0,0,0,0,0 +811191,129,25,576,137,113,0,0,0,0,0,0,0 +811192,129,25,2694,342,276,20,0,0,0,0,0,0 +811198,129,25,200,75,67,0,0,0,0,0,0,0 +811211,129,25,113,46,39,0,0,0,0,0,0,0 +811212,129,25,298,124,112,0,0,0,0,0,0,0 +811213,129,25,239,34,15,0,0,0,0,0,0,0 +811219,129,25,168,55,44,0,0,0,0,0,0,0 +811310,129,25,1931,326,285,6,0,0,0,0,0,0 +811411,129,25,79,34,28,0,0,0,0,0,0,0 +811412,129,25,508,137,109,0,0,0,0,0,0,0 +811420,129,25,299,104,88,0,0,0,0,0,0,0 +811430,129,25,19,13,10,0,0,0,0,0,0,0 +811490,129,25,1201,400,379,0,0,0,0,0,0,0 +812111,129,25,177,89,81,0,0,0,0,0,0,0 +812112,129,25,7573,1637,1568,33,0,0,0,0,0,0 +812113,129,25,482,218,201,0,0,0,0,0,0,0 +812191,129,25,278,57,33,0,0,0,0,0,0,0 +812199,129,25,1959,410,364,14,0,0,0,0,0,0 +812210,129,25,1379,198,141,3,0,0,0,0,0,0 +812220,129,25,332,48,13,0,0,0,0,0,0,0 +812310,129,25,484,118,101,0,0,0,0,0,0,0 +812320,129,25,1720,219,170,8,0,0,0,0,0,0 +812331,129,25,119,10,3,0,0,0,0,0,0,0 +812332,129,25,265,10,0,3,0,0,0,0,0,0 +812910,129,25,1529,336,296,0,0,0,0,0,0,0 +812930,129,25,671,62,26,0,0,0,0,0,0,0 +812990,129,25,1044,444,422,0,0,0,0,0,0,0 +813110,129,25,28742,3394,3052,264,3,0,0,0,0,0 +813211,129,25,1124,156,125,0,0,0,0,0,0,0 +813212,129,25,156,48,26,0,0,0,0,0,0,0 +813219,129,25,288,38,14,0,0,0,0,0,0,0 +813311,129,25,189,27,19,0,0,0,0,0,0,0 +813312,129,25,683,121,99,0,0,0,0,0,0,0 +813319,129,25,229,65,47,0,0,0,0,0,0,0 +813410,129,25,3509,439,388,5,3,0,0,0,0,0 +813910,129,25,1460,218,182,11,0,0,0,0,0,0 +813920,129,25,866,110,89,0,0,0,0,0,0,0 +813930,129,25,850,116,82,3,0,0,0,0,0,0 +813940,129,25,98,17,13,0,0,0,0,0,0,0 +813990,129,25,5639,858,796,25,0,0,0,0,0,0 +113310,131,26,169,27,12,0,0,0,0,0,0,0 +115210,131,26,78,44,43,0,0,0,0,0,0,0 +115310,131,26,2,3,3,0,0,0,0,0,0,0 +221112,131,26,0,15,3,0,0,0,0,0,0,0 +221122,131,26,1100,127,59,26,3,0,0,0,0,0 +221210,131,26,0,12,0,3,3,0,0,0,0,0 +221310,131,26,72,17,12,0,0,0,0,0,0,0 +221320,131,26,56,6,3,0,0,0,0,0,0,0 +236115,131,26,1697,735,692,4,0,0,0,0,0,0 +236116,131,26,772,57,35,3,0,0,0,0,0,0 +236117,131,26,3643,364,308,14,4,0,0,0,0,0 +236118,131,26,4596,1505,1437,21,0,0,0,0,0,0 +236210,131,26,509,49,21,0,0,0,0,0,0,0 +236220,131,26,12983,874,697,116,10,0,0,0,0,0 +237110,131,26,1809,160,81,14,0,0,0,0,0,0 +237120,131,26,205,3,0,0,0,0,0,0,0,0 +237130,131,26,3507,152,65,15,3,0,0,0,0,0 +237210,131,26,380,103,90,4,0,0,0,0,0,0 +237310,131,26,4788,116,49,12,0,0,0,0,0,0 +237990,131,26,2780,46,17,0,0,0,0,0,0,0 +238110,131,26,5212,305,225,19,3,0,0,0,0,0 +238120,131,26,846,52,15,4,0,0,0,0,0,0 +238130,131,26,472,126,110,0,0,0,0,0,0,0 +238140,131,26,1467,259,208,3,0,0,0,0,0,0 +238150,131,26,1001,101,60,6,0,0,0,0,0,0 +238160,131,26,2958,363,294,20,0,0,0,0,0,0 +238170,131,26,521,99,73,0,0,0,0,0,0,0 +238190,131,26,700,69,39,3,0,0,0,0,0,0 +238210,131,26,18511,1393,1197,112,16,0,0,0,0,0 +238220,131,26,17769,1699,1481,146,13,0,0,0,0,0 +238290,131,26,2244,141,85,3,0,0,0,0,0,0 +238310,131,26,3132,313,244,20,3,0,0,0,0,0 +238320,131,26,1979,577,542,6,0,0,0,0,0,0 +238330,131,26,1394,246,217,3,0,0,0,0,0,0 +238340,131,26,625,113,92,0,0,0,0,0,0,0 +238350,131,26,2556,441,381,9,0,0,0,0,0,0 +238390,131,26,3155,140,96,6,0,0,0,0,0,0 +238910,131,26,8575,482,341,43,5,0,0,0,0,0 +238990,131,26,3643,456,384,23,0,0,0,0,0,0 +311119,131,26,304,7,0,5,0,0,0,0,0,0 +311352,131,26,0,3,0,0,0,0,0,0,0,0 +311612,131,26,335,5,0,0,0,0,0,0,0,0 +311615,131,26,8846,15,0,0,3,0,0,0,0,0 +311811,131,26,970,88,60,8,0,0,0,0,0,0 +311812,131,26,1620,44,26,0,0,0,0,0,0,0 +311813,131,26,0,3,0,0,0,3,0,0,0,0 +311824,131,26,423,4,0,0,0,0,0,0,0,0 +311941,131,26,0,3,0,0,0,0,0,0,0,0 +311942,131,26,92,4,0,0,0,0,0,0,0,0 +311991,131,26,52,3,0,0,0,0,0,0,0,0 +312111,131,26,1125,8,0,0,0,0,0,0,0,0 +312120,131,26,390,16,7,3,0,0,0,0,0,0 +313310,131,26,184,6,0,0,0,0,0,0,0,0 +314110,131,26,2381,11,0,0,0,3,0,0,0,0 +314120,131,26,320,25,9,0,0,0,0,0,0,0 +314910,131,26,155,13,3,0,0,0,0,0,0,0 +314999,131,26,417,39,25,0,0,0,0,0,0,0 +315210,131,26,16,10,3,0,0,0,0,0,0,0 +315220,131,26,11,3,0,0,0,0,0,0,0,0 +315240,131,26,2,3,3,0,0,0,0,0,0,0 +315280,131,26,28,5,3,0,0,0,0,0,0,0 +321113,131,26,0,3,0,0,0,0,0,0,0,0 +321114,131,26,0,3,0,0,0,0,0,0,0,0 +321911,131,26,224,9,3,0,0,0,0,0,0,0 +321918,131,26,217,17,3,3,0,0,0,0,0,0 +321920,131,26,576,16,3,0,0,0,0,0,0,0 +321999,131,26,373,28,6,4,0,0,0,0,0,0 +322211,131,26,1009,14,0,0,0,0,0,0,0,0 +322212,131,26,0,4,0,4,0,0,0,0,0,0 +322230,131,26,267,5,0,0,0,0,0,0,0,0 +323111,131,26,6456,376,273,45,3,0,0,0,0,0 +323113,131,26,892,70,47,0,0,0,0,0,0,0 +323117,131,26,63,7,0,0,0,0,0,0,0,0 +323120,131,26,208,16,6,0,0,0,0,0,0,0 +324121,131,26,100,25,13,0,0,0,0,0,0,0 +325180,131,26,38,4,0,0,0,0,0,0,0,0 +325199,131,26,193,4,0,0,0,0,0,0,0,0 +325211,131,26,210,6,0,0,0,0,0,0,0,0 +325320,131,26,7,3,0,0,0,0,0,0,0,0 +325412,131,26,432,14,3,0,0,0,0,0,0,0 +325413,131,26,0,3,0,0,0,0,0,0,0,0 +325414,131,26,0,3,0,0,0,0,0,0,0,0 +325510,131,26,253,17,3,0,0,0,0,0,0,0 +325520,131,26,288,14,0,0,0,0,0,0,0,0 +325611,131,26,110,6,0,3,0,0,0,0,0,0 +325612,131,26,0,5,0,0,0,0,0,0,0,0 +325620,131,26,56,12,3,0,0,0,0,0,0,0 +325910,131,26,101,6,0,0,0,0,0,0,0,0 +325998,131,26,42,7,3,0,0,0,0,0,0,0 +326112,131,26,478,3,0,0,0,0,0,0,0,0 +326121,131,26,0,3,0,0,0,0,0,0,0,0 +326140,131,26,801,10,0,0,0,0,0,0,0,0 +326150,131,26,0,6,0,0,0,0,0,0,0,0 +326160,131,26,1115,11,0,7,4,0,0,0,0,0 +326191,131,26,89,3,0,0,0,0,0,0,0,0 +326199,131,26,5208,87,22,7,3,0,0,0,0,0 +326212,131,26,139,3,0,0,0,0,0,0,0,0 +327215,131,26,834,8,3,0,3,0,0,0,0,0 +327320,131,26,1281,65,11,9,0,0,0,0,0,0 +327390,131,26,508,13,0,0,0,0,0,0,0,0 +327991,131,26,562,36,17,0,0,0,0,0,0,0 +331420,131,26,164,4,0,0,0,0,0,0,0,0 +332216,131,26,70,3,0,0,0,0,0,0,0,0 +332312,131,26,842,30,3,0,0,0,0,0,0,0 +332313,131,26,25,7,0,0,0,0,0,0,0,0 +332321,131,26,427,16,0,0,0,0,0,0,0,0 +332322,131,26,1167,55,13,3,0,0,0,0,0,0 +332323,131,26,421,16,4,0,0,0,0,0,0,0 +332618,131,26,0,3,0,0,0,0,0,0,0,0 +332710,131,26,1761,174,109,8,0,0,0,0,0,0 +332721,131,26,72,7,0,0,0,0,0,0,0,0 +332812,131,26,229,15,6,0,0,0,0,0,0,0 +332813,131,26,70,9,3,0,0,0,0,0,0,0 +332999,131,26,262,25,9,0,0,0,0,0,0,0 +333241,131,26,250,8,0,0,0,0,0,0,0,0 +333243,131,26,39,3,0,0,0,0,0,0,0,0 +333249,131,26,270,13,3,0,0,0,0,0,0,0 +333316,131,26,86,3,0,0,0,0,0,0,0,0 +333318,131,26,140,10,0,0,0,0,0,0,0,0 +333413,131,26,218,4,0,0,0,0,0,0,0,0 +333415,131,26,603,17,0,0,0,0,0,0,0,0 +333515,131,26,0,3,0,0,0,0,0,0,0,0 +333999,131,26,23,3,0,0,0,0,0,0,0,0 +334118,131,26,237,8,0,0,0,0,0,0,0,0 +334220,131,26,1080,8,0,0,0,3,0,0,0,0 +334413,131,26,37,4,0,0,0,0,0,0,0,0 +334418,131,26,211,3,0,0,0,0,0,0,0,0 +334419,131,26,386,5,0,0,0,0,0,0,0,0 +334510,131,26,0,4,0,0,0,0,0,0,0,0 +334515,131,26,16,3,0,0,0,0,0,0,0,0 +334516,131,26,0,3,0,0,0,0,0,0,0,0 +334519,131,26,0,3,0,0,0,0,0,0,0,0 +334614,131,26,3,6,3,0,0,0,0,0,0,0 +335313,131,26,112,8,0,0,0,0,0,0,0,0 +335314,131,26,41,4,0,0,0,0,0,0,0,0 +335929,131,26,0,3,0,0,0,0,0,0,0,0 +335931,131,26,0,3,0,0,0,0,0,0,0,0 +335999,131,26,150,4,0,0,0,0,0,0,0,0 +336211,131,26,0,3,0,0,0,0,0,0,0,0 +336350,131,26,0,3,0,0,0,0,0,0,0,0 +336390,131,26,2004,15,0,0,0,0,0,0,0,0 +336412,131,26,0,3,0,0,0,0,0,0,0,0 +337110,131,26,677,78,39,3,0,0,0,0,0,0 +337121,131,26,48,8,5,0,0,0,0,0,0,0 +337122,131,26,33,9,4,0,0,0,0,0,0,0 +337124,131,26,9,3,3,0,0,0,0,0,0,0 +337127,131,26,0,3,0,0,0,0,0,0,0,0 +337212,131,26,991,36,6,6,0,0,0,0,0,0 +337215,131,26,329,9,0,0,0,0,0,0,0,0 +337910,131,26,96,3,0,3,0,0,0,0,0,0 +337920,131,26,25,6,0,0,0,0,0,0,0,0 +339113,131,26,179,23,6,0,0,0,0,0,0,0 +339114,131,26,5,4,4,0,0,0,0,0,0,0 +339115,131,26,0,4,0,0,0,0,0,0,0,0 +339116,131,26,723,131,102,0,0,0,0,0,0,0 +339910,131,26,42,17,14,0,0,0,0,0,0,0 +339920,131,26,146,15,3,0,0,0,0,0,0,0 +339930,131,26,14,8,3,0,0,0,0,0,0,0 +339940,131,26,11,3,0,0,0,0,0,0,0,0 +339950,131,26,1352,134,84,5,0,0,0,0,0,0 +339992,131,26,0,3,0,0,0,0,0,0,0,0 +339999,131,26,372,76,50,0,0,0,0,0,0,0 +423110,131,26,2276,123,64,11,3,0,0,0,0,0 +423120,131,26,4891,257,183,27,3,0,0,0,0,0 +423130,131,26,855,59,24,9,0,0,0,0,0,0 +423140,131,26,12,10,0,0,0,0,0,0,0,0 +423210,131,26,1625,180,142,15,0,0,0,0,0,0 +423220,131,26,3501,239,185,24,0,0,0,0,0,0 +423310,131,26,2726,163,88,27,0,0,0,0,0,0 +423320,131,26,1173,96,56,0,0,0,0,0,0,0 +423330,131,26,615,47,12,7,0,0,0,0,0,0 +423390,131,26,1331,77,50,6,0,0,0,0,0,0 +423410,131,26,86,7,3,0,0,0,0,0,0,0 +423420,131,26,2991,168,133,12,4,0,0,0,0,0 +423430,131,26,4379,241,180,34,6,0,0,0,0,0 +423440,131,26,1184,87,59,8,0,0,0,0,0,0 +423450,131,26,5144,250,190,18,7,0,0,0,0,0 +423460,131,26,184,22,12,0,0,0,0,0,0,0 +423490,131,26,1480,54,29,0,3,0,0,0,0,0 +423510,131,26,3345,184,110,25,0,0,0,0,0,0 +423610,131,26,5227,353,265,35,5,0,0,0,0,0 +423620,131,26,603,49,31,3,0,0,0,0,0,0 +423690,131,26,6014,272,202,37,6,0,0,0,0,0 +423710,131,26,1532,140,95,15,0,0,0,0,0,0 +423720,131,26,1501,99,59,3,0,0,0,0,0,0 +423730,131,26,1990,118,78,9,0,0,0,0,0,0 +423740,131,26,42,8,0,0,0,0,0,0,0,0 +423810,131,26,1848,94,49,9,0,0,0,0,0,0 +423820,131,26,579,58,33,0,0,0,0,0,0,0 +423830,131,26,9987,683,538,88,6,0,0,0,0,0 +423840,131,26,2349,180,130,11,0,0,0,0,0,0 +423850,131,26,1716,95,61,6,0,0,0,0,0,0 +423860,131,26,584,45,26,0,0,0,0,0,0,0 +423910,131,26,750,102,71,8,0,0,0,0,0,0 +423920,131,26,168,25,16,0,0,0,0,0,0,0 +423930,131,26,1760,146,108,12,0,0,0,0,0,0 +423940,131,26,655,147,138,0,0,0,0,0,0,0 +423990,131,26,1208,149,111,3,0,0,0,0,0,0 +424110,131,26,240,17,11,3,0,0,0,0,0,0 +424120,131,26,1433,103,67,12,0,0,0,0,0,0 +424130,131,26,1938,108,80,7,0,0,0,0,0,0 +424210,131,26,5460,203,145,23,3,0,0,0,0,0 +424310,131,26,391,60,46,0,0,0,0,0,0,0 +424320,131,26,769,75,62,3,0,0,0,0,0,0 +424330,131,26,836,94,70,0,0,0,0,0,0,0 +424340,131,26,91,13,7,0,0,0,0,0,0,0 +424410,131,26,3149,50,29,0,0,0,0,0,0,0 +424420,131,26,2219,66,35,9,0,0,0,0,0,0 +424430,131,26,401,12,0,3,0,0,0,0,0,0 +424440,131,26,9,9,3,0,0,0,0,0,0,0 +424450,131,26,277,21,14,0,0,0,0,0,0,0 +424460,131,26,22,8,4,0,0,0,0,0,0,0 +424470,131,26,921,25,0,5,0,0,0,0,0,0 +424480,131,26,1599,69,41,10,0,0,0,0,0,0 +424490,131,26,6126,246,185,20,0,3,0,0,0,0 +424510,131,26,0,4,3,0,0,0,0,0,0,0 +424590,131,26,0,3,0,0,0,0,0,0,0,0 +424610,131,26,811,63,50,0,0,0,0,0,0,0 +424690,131,26,2647,222,166,17,0,0,0,0,0,0 +424710,131,26,487,35,15,0,0,0,0,0,0,0 +424720,131,26,184,29,18,0,0,0,0,0,0,0 +424810,131,26,742,7,0,0,0,0,0,0,0,0 +424820,131,26,2490,37,16,0,0,0,0,0,0,0 +424910,131,26,194,43,23,0,0,0,0,0,0,0 +424920,131,26,166,27,11,0,0,0,0,0,0,0 +424930,131,26,705,61,19,0,0,0,0,0,0,0 +424940,131,26,502,15,7,0,3,0,0,0,0,0 +424950,131,26,171,39,26,0,0,0,0,0,0,0 +424990,131,26,1811,228,184,10,0,0,0,0,0,0 +425110,131,26,6,7,6,0,0,0,0,0,0,0 +425120,131,26,7335,1362,1276,49,0,0,0,0,0,0 +441110,131,26,21776,303,38,129,69,0,0,0,0,0 +441120,131,26,3730,498,432,15,0,0,0,0,0,0 +441210,131,26,342,12,0,0,0,0,0,0,0,0 +441222,131,26,268,28,7,4,0,0,0,0,0,0 +441228,131,26,939,93,52,7,0,0,0,0,0,0 +441310,131,26,8226,677,580,42,0,0,0,0,0,0 +441320,131,26,3220,418,376,6,0,0,0,0,0,0 +442110,131,26,4424,494,393,39,0,0,0,0,0,0 +442210,131,26,1310,142,98,0,0,0,0,0,0,0 +442291,131,26,47,19,16,0,0,0,0,0,0,0 +442299,131,26,3737,271,162,72,0,0,0,0,0,0 +443141,131,26,632,72,40,3,0,0,0,0,0,0 +443142,131,26,5517,518,435,18,7,0,0,0,0,0 +444110,131,26,1192,86,5,0,73,0,0,0,0,0 +444120,131,26,427,131,120,0,0,0,0,0,0,0 +444130,131,26,1271,147,92,0,0,0,0,0,0,0 +444190,131,26,3039,338,253,18,0,0,0,0,0,0 +444210,131,26,277,34,10,0,0,0,0,0,0,0 +444220,131,26,1271,110,52,13,0,0,0,0,0,0 +445110,131,26,53934,989,459,161,286,0,0,0,0,0 +445120,131,26,1427,649,624,0,0,0,0,0,0,0 +445210,131,26,717,68,43,6,0,0,0,0,0,0 +445220,131,26,121,25,19,0,0,0,0,0,0,0 +445230,131,26,167,22,5,0,0,0,0,0,0,0 +445291,131,26,221,32,28,0,0,0,0,0,0,0 +445292,131,26,196,29,21,0,0,0,0,0,0,0 +445299,131,26,709,60,50,0,0,0,0,0,0,0 +445310,131,26,2269,469,422,6,0,0,0,0,0,0 +446110,131,26,9213,793,573,151,0,0,0,0,0,0 +446120,131,26,3879,481,393,39,0,0,0,0,0,0 +446130,131,26,1684,222,185,0,0,0,0,0,0,0 +446191,131,26,629,179,151,0,0,0,0,0,0,0 +446199,131,26,442,111,88,0,0,0,0,0,0,0 +447110,131,26,12790,2222,2061,121,0,0,0,0,0,0 +447190,131,26,1486,112,68,3,0,0,0,0,0,0 +448110,131,26,1219,145,125,0,0,0,0,0,0,0 +448120,131,26,7565,672,565,61,0,0,0,0,0,0 +448130,131,26,1377,125,83,18,0,0,0,0,0,0 +448140,131,26,15120,538,244,238,0,0,0,0,0,0 +448150,131,26,1096,145,125,0,0,0,0,0,0,0 +448190,131,26,1991,184,135,18,0,0,0,0,0,0 +448210,131,26,5490,484,403,35,0,0,0,0,0,0 +448310,131,26,1937,382,341,10,0,0,0,0,0,0 +448320,131,26,122,22,14,0,0,0,0,0,0,0 +451110,131,26,3761,268,193,22,0,0,0,0,0,0 +451120,131,26,2114,109,41,27,0,0,0,0,0,0 +451130,131,26,497,45,20,3,0,0,0,0,0,0 +451140,131,26,495,64,46,3,0,0,0,0,0,0 +451211,131,26,1019,85,50,11,0,0,0,0,0,0 +451212,131,26,107,26,18,0,0,0,0,0,0,0 +452210,131,26,7258,68,0,36,16,0,0,0,0,0 +452311,131,26,17951,136,0,3,49,44,0,0,0,0 +452319,131,26,8134,762,623,87,0,0,0,0,0,0 +453110,131,26,477,133,113,0,0,0,0,0,0,0 +453210,131,26,1129,91,46,19,0,0,0,0,0,0 +453220,131,26,2765,288,233,8,3,0,0,0,0,0 +453310,131,26,3847,352,242,62,0,0,0,0,0,0 +453910,131,26,1788,158,101,26,0,0,0,0,0,0 +453920,131,26,198,61,59,0,0,0,0,0,0,0 +453991,131,26,301,99,90,0,0,0,0,0,0,0 +453998,131,26,1572,316,279,4,0,0,0,0,0,0 +454110,131,26,6524,851,768,41,4,0,0,0,0,0 +454210,131,26,302,49,32,0,0,0,0,0,0,0 +454310,131,26,222,40,10,0,0,0,0,0,0,0 +454390,131,26,1818,417,378,4,0,0,0,0,0,0 +481111,131,26,24240,29,16,3,0,0,0,0,0,0 +481112,131,26,205,13,7,3,0,0,0,0,0,0 +481211,131,26,388,27,13,0,0,0,0,0,0,0 +484110,131,26,3492,429,374,13,3,0,0,0,0,0 +484121,131,26,11479,856,746,33,3,4,0,0,0,0 +484122,131,26,10030,182,107,19,0,8,0,0,0,0 +484210,131,26,1602,123,77,22,0,0,0,0,0,0 +484220,131,26,2203,345,278,9,0,0,0,0,0,0 +484230,131,26,2341,159,112,3,0,0,0,0,0,0 +485113,131,26,0,5,3,0,0,0,0,0,0,0 +485210,131,26,307,10,3,3,0,0,0,0,0,0 +485310,131,26,16,23,20,0,0,0,0,0,0,0 +485320,131,26,189,42,36,0,0,0,0,0,0,0 +485410,131,26,179,9,0,0,0,0,0,0,0,0 +485510,131,26,118,14,8,0,0,0,0,0,0,0 +485991,131,26,137,37,27,0,0,0,0,0,0,0 +485999,131,26,128,17,9,0,0,0,0,0,0,0 +486210,131,26,0,3,0,0,0,0,0,0,0,0 +486910,131,26,519,9,3,0,0,0,0,0,0,0 +487110,131,26,5,3,3,0,0,0,0,0,0,0 +488119,131,26,7064,23,0,6,0,0,0,0,0,0 +488190,131,26,1140,79,48,3,0,0,0,0,0,0 +488210,131,26,297,13,4,0,0,0,0,0,0,0 +488410,131,26,950,148,104,9,0,0,0,0,0,0 +488490,131,26,702,44,24,6,0,0,0,0,0,0 +488510,131,26,9954,609,467,70,19,0,0,0,0,0 +488991,131,26,57,11,3,0,0,0,0,0,0,0 +492110,131,26,12158,250,171,19,10,3,3,0,0,0 +492210,131,26,609,69,48,3,0,0,0,0,0,0 +493110,131,26,18623,335,171,82,29,3,0,0,0,0 +493120,131,26,1628,28,0,4,0,3,0,0,0,0 +493190,131,26,1142,47,25,8,0,0,0,0,0,0 +511110,131,26,1061,53,34,0,0,0,0,0,0,0 +511120,131,26,1959,109,81,14,0,0,0,0,0,0 +511130,131,26,414,29,12,0,0,0,0,0,0,0 +511140,131,26,94,13,5,0,0,0,0,0,0,0 +511199,131,26,8,3,0,0,0,0,0,0,0,0 +511210,131,26,22629,346,229,68,14,11,3,3,0,0 +512110,131,26,3629,337,300,14,3,3,0,0,0,0 +512120,131,26,127,4,0,0,0,0,0,0,0,0 +512131,131,26,2433,50,6,26,0,0,0,0,0,0 +512191,131,26,265,55,48,0,0,0,0,0,0,0 +512230,131,26,11,7,6,0,0,0,0,0,0,0 +512240,131,26,166,60,55,0,0,0,0,0,0,0 +512250,131,26,35,19,17,0,0,0,0,0,0,0 +512290,131,26,12,4,0,0,0,0,0,0,0,0 +515111,131,26,0,10,6,0,0,0,0,0,0,0 +515112,131,26,1419,48,24,12,0,0,0,0,0,0 +515120,131,26,1287,32,14,0,0,0,0,0,0,0 +515210,131,26,5307,40,11,15,8,3,0,0,0,0 +517311,131,26,21097,545,353,85,24,7,5,0,0,0 +517312,131,26,11692,520,413,29,4,9,3,0,0,0 +517410,131,26,0,3,0,0,0,0,0,0,0,0 +517911,131,26,704,141,111,0,0,0,0,0,0,0 +517919,131,26,2032,54,36,0,3,0,0,0,0,0 +518210,131,26,15041,455,322,80,21,4,3,0,0,0 +519110,131,26,83,4,0,0,0,0,0,0,0,0 +519120,131,26,99,11,3,0,0,0,0,0,0,0 +519130,131,26,4727,196,159,10,5,0,0,0,0,0 +519190,131,26,22,7,5,0,0,0,0,0,0,0 +522110,131,26,24170,1596,1363,153,11,9,0,0,0,0 +522120,131,26,122,39,29,0,0,0,0,0,0,0 +522130,131,26,2853,187,143,3,0,0,0,0,0,0 +522210,131,26,0,22,9,0,0,0,0,0,0,0 +522220,131,26,3125,117,87,4,0,3,0,0,0,0 +522291,131,26,1754,326,292,0,0,0,0,0,0,0 +522292,131,26,5049,392,314,36,3,0,0,0,0,0 +522294,131,26,0,3,0,0,0,0,0,0,0,0 +522298,131,26,3025,532,492,8,0,0,0,0,0,0 +522310,131,26,1952,167,147,5,0,0,0,0,0,0 +522320,131,26,6198,124,84,11,3,3,0,0,0,0 +522390,131,26,2509,283,267,0,0,0,0,0,0,0 +523110,131,26,1359,80,65,8,0,0,0,0,0,0 +523120,131,26,3595,432,381,25,7,0,0,0,0,0 +523130,131,26,0,6,6,0,0,0,0,0,0,0 +523140,131,26,64,6,0,0,0,0,0,0,0,0 +523910,131,26,446,150,138,0,0,0,0,0,0,0 +523920,131,26,4600,823,763,32,4,0,0,0,0,0 +523930,131,26,1599,373,349,7,0,0,0,0,0,0 +523991,131,26,363,40,32,3,0,0,0,0,0,0 +523999,131,26,10,7,3,0,0,0,0,0,0,0 +524113,131,26,6279,173,125,33,3,3,0,0,0,0 +524114,131,26,4978,74,33,13,4,0,0,0,0,0 +524126,131,26,16546,293,191,57,14,0,0,0,0,0 +524127,131,26,593,13,5,0,0,0,0,0,0,0 +524128,131,26,40,12,3,0,0,0,0,0,0,0 +524130,131,26,1186,14,3,0,0,0,0,0,0,0 +524210,131,26,17228,2848,2681,101,15,0,0,0,0,0 +524291,131,26,1315,122,96,4,0,0,0,0,0,0 +524292,131,26,1788,64,29,5,0,0,0,0,0,0 +524298,131,26,834,59,48,0,0,0,0,0,0,0 +525990,131,26,6,3,3,0,0,0,0,0,0,0 +531110,131,26,6244,994,934,32,0,0,0,0,0,0 +531120,131,26,3446,621,571,14,0,0,0,0,0,0 +531130,131,26,809,373,358,0,0,0,0,0,0,0 +531190,131,26,232,91,77,0,0,0,0,0,0,0 +531210,131,26,7293,3464,3403,27,4,0,0,0,0,0 +531311,131,26,11534,816,711,54,17,0,0,0,0,0 +531312,131,26,3735,376,328,22,4,0,0,0,0,0 +531320,131,26,596,291,274,0,0,0,0,0,0,0 +531390,131,26,1493,355,335,7,0,0,0,0,0,0 +532111,131,26,2026,226,186,6,5,0,0,0,0,0 +532112,131,26,0,6,0,0,0,0,0,0,0,0 +532120,131,26,1398,124,82,17,0,0,0,0,0,0 +532210,131,26,300,183,161,3,0,0,0,0,0,0 +532281,131,26,447,19,3,0,0,0,0,0,0,0 +532282,131,26,0,6,0,0,0,0,0,0,0,0 +532283,131,26,247,19,3,0,0,0,0,0,0,0 +532289,131,26,699,85,57,6,0,0,0,0,0,0 +532310,131,26,170,20,12,0,0,0,0,0,0,0 +532411,131,26,156,3,0,0,0,0,0,0,0,0 +532412,131,26,629,46,23,3,0,0,0,0,0,0 +532420,131,26,93,11,4,0,0,0,0,0,0,0 +532490,131,26,2235,210,152,17,0,0,0,0,0,0 +533110,131,26,194,64,46,4,0,0,0,0,0,0 +541110,131,26,23713,3909,3699,138,25,3,0,0,0,0 +541191,131,26,789,136,112,0,0,0,0,0,0,0 +541199,131,26,211,72,67,0,0,0,0,0,0,0 +541211,131,26,13420,1192,1092,36,11,4,0,0,0,0 +541213,131,26,3079,596,537,15,0,0,0,0,0,0 +541214,131,26,4689,120,71,17,3,5,0,0,0,0 +541219,131,26,5234,950,891,19,0,0,0,0,0,0 +541310,131,26,4240,404,343,35,8,0,0,0,0,0 +541320,131,26,469,129,109,0,0,0,0,0,0,0 +541330,131,26,22867,1316,1082,156,21,6,0,0,0,0 +541340,131,26,110,51,42,0,0,0,0,0,0,0 +541350,131,26,562,156,141,0,0,0,0,0,0,0 +541370,131,26,988,142,94,8,0,0,0,0,0,0 +541380,131,26,1574,106,73,14,0,0,0,0,0,0 +541410,131,26,1400,428,401,9,0,0,0,0,0,0 +541420,131,26,95,20,15,0,0,0,0,0,0,0 +541430,131,26,1351,491,472,8,0,0,0,0,0,0 +541490,131,26,35,26,25,0,0,0,0,0,0,0 +541511,131,26,26122,2235,1963,183,39,6,0,0,0,0 +541512,131,26,25367,2060,1897,101,17,7,0,0,0,0 +541513,131,26,2337,198,165,11,0,0,0,0,0,0 +541519,131,26,4109,319,284,15,3,0,0,0,0,0 +541611,131,26,16686,2280,2149,85,11,9,3,0,0,0 +541612,131,26,4751,288,235,21,4,0,0,0,0,0 +541613,131,26,6017,1237,1165,48,4,0,0,0,0,0 +541614,131,26,1314,265,232,6,0,0,0,0,0,0 +541618,131,26,757,122,106,0,0,0,0,0,0,0 +541620,131,26,1680,175,143,6,0,0,0,0,0,0 +541690,131,26,2993,433,399,11,3,0,0,0,0,0 +541713,131,26,589,42,20,6,0,0,0,0,0,0 +541714,131,26,162,30,22,0,0,0,0,0,0,0 +541715,131,26,2131,127,94,12,3,0,0,0,0,0 +541720,131,26,211,23,19,0,0,0,0,0,0,0 +541810,131,26,3820,294,247,27,4,3,0,0,0,0 +541820,131,26,1038,210,197,5,0,0,0,0,0,0 +541830,131,26,201,24,16,0,0,0,0,0,0,0 +541840,131,26,417,53,41,3,0,0,0,0,0,0 +541850,131,26,926,62,42,0,0,0,0,0,0,0 +541860,131,26,693,53,27,0,0,0,0,0,0,0 +541870,131,26,223,28,18,0,0,0,0,0,0,0 +541890,131,26,1741,180,153,11,0,0,0,0,0,0 +541910,131,26,1727,140,103,21,0,0,0,0,0,0 +541921,131,26,720,214,195,6,0,0,0,0,0,0 +541922,131,26,234,122,116,0,0,0,0,0,0,0 +541930,131,26,471,76,64,3,0,0,0,0,0,0 +541940,131,26,8429,528,384,83,0,0,0,0,0,0 +541990,131,26,1070,347,325,0,0,0,0,0,0,0 +551111,131,26,335,5,0,0,0,0,0,0,0,0 +551112,131,26,1230,119,94,6,0,0,0,0,0,0 +551114,131,26,118230,1305,796,273,106,36,24,3,3,0 +561110,131,26,9127,657,538,66,7,0,0,0,0,0 +561210,131,26,4966,155,106,6,3,0,0,0,0,0 +561311,131,26,2857,191,152,15,5,0,0,0,0,0 +561312,131,26,1809,247,217,14,3,0,0,0,0,0 +561320,131,26,60775,1011,521,237,142,50,3,0,0,0 +561330,131,26,2263,49,11,6,7,0,0,0,0,0 +561410,131,26,1135,81,68,0,0,0,0,0,0,0 +561421,131,26,199,12,0,0,0,0,0,0,0,0 +561422,131,26,7414,89,46,3,4,0,0,0,0,0 +561431,131,26,603,138,123,0,0,0,0,0,0,0 +561439,131,26,2153,155,128,7,0,0,0,0,0,0 +561440,131,26,3826,91,51,0,3,0,0,0,0,0 +561450,131,26,13,14,3,0,0,0,0,0,0,0 +561491,131,26,29,5,3,0,0,0,0,0,0,0 +561492,131,26,177,74,67,0,0,0,0,0,0,0 +561499,131,26,1815,86,72,0,0,0,0,0,0,0 +561510,131,26,1565,294,281,0,0,0,0,0,0,0 +561520,131,26,351,37,30,0,0,0,0,0,0,0 +561591,131,26,140,18,6,0,0,0,0,0,0,0 +561599,131,26,785,45,28,6,0,0,0,0,0,0 +561611,131,26,1006,113,91,0,0,0,0,0,0,0 +561612,131,26,15557,181,88,43,9,3,0,0,0,0 +561613,131,26,148,8,0,0,0,0,0,0,0,0 +561621,131,26,2382,142,104,8,0,0,0,0,0,0 +561622,131,26,409,58,46,0,0,0,0,0,0,0 +561710,131,26,4337,377,273,50,0,0,0,0,0,0 +561720,131,26,13967,1153,1003,85,7,0,0,0,0,0 +561730,131,26,13411,1750,1562,118,12,0,0,0,0,0 +561740,131,26,465,105,88,0,0,0,0,0,0,0 +561790,131,26,1577,223,170,12,0,0,0,0,0,0 +561910,131,26,270,30,18,0,0,0,0,0,0,0 +561920,131,26,5508,219,178,8,3,0,0,0,0,0 +561990,131,26,3481,224,178,8,0,0,0,0,0,0 +562111,131,26,2392,189,121,12,0,0,0,0,0,0 +562112,131,26,218,4,0,0,0,0,0,0,0,0 +562119,131,26,112,22,11,0,0,0,0,0,0,0 +562211,131,26,29,3,0,0,0,0,0,0,0,0 +562212,131,26,70,16,0,0,0,0,0,0,0,0 +562910,131,26,1351,70,37,8,0,0,0,0,0,0 +562920,131,26,21,4,3,0,0,0,0,0,0,0 +562991,131,26,215,37,12,0,0,0,0,0,0,0 +562998,131,26,86,9,0,0,0,0,0,0,0,0 +611110,131,26,21170,442,172,150,37,4,3,0,0,0 +611210,131,26,1620,15,0,3,0,0,0,0,0,0 +611310,131,26,7302,72,26,3,4,3,0,3,0,0 +611420,131,26,196,50,42,0,0,0,0,0,0,0 +611430,131,26,1006,186,161,8,0,0,0,0,0,0 +611511,131,26,224,20,9,3,0,0,0,0,0,0 +611512,131,26,44,10,3,0,0,0,0,0,0,0 +611513,131,26,0,4,0,0,0,0,0,0,0,0 +611519,131,26,1133,68,38,3,0,0,0,0,0,0 +611610,131,26,1311,252,229,3,0,0,0,0,0,0 +611620,131,26,2518,426,368,25,0,0,0,0,0,0 +611630,131,26,450,34,8,7,0,0,0,0,0,0 +611691,131,26,2368,310,270,16,0,0,0,0,0,0 +611692,131,26,134,35,19,0,0,0,0,0,0,0 +611699,131,26,565,83,66,6,0,0,0,0,0,0 +611710,131,26,888,173,144,0,0,0,0,0,0,0 +621111,131,26,58339,4383,3709,570,51,8,0,0,0,0 +621112,131,26,579,237,220,0,0,0,0,0,0,0 +621210,131,26,17298,2473,2376,70,0,0,0,0,0,0 +621310,131,26,2661,870,848,0,0,0,0,0,0,0 +621320,131,26,2014,394,357,3,0,0,0,0,0,0 +621330,131,26,1647,624,597,5,0,0,0,0,0,0 +621340,131,26,4818,688,627,19,0,0,0,0,0,0 +621391,131,26,499,126,101,0,0,0,0,0,0,0 +621399,131,26,1489,417,387,10,0,0,0,0,0,0 +621410,131,26,187,14,3,3,0,0,0,0,0,0 +621420,131,26,1556,114,77,0,0,0,0,0,0,0 +621491,131,26,0,67,29,15,0,0,0,0,0,0 +621492,131,26,1660,215,128,42,0,0,0,0,0,0 +621493,131,26,1540,96,48,22,0,0,0,0,0,0 +621498,131,26,3898,140,93,6,0,0,0,0,0,0 +621511,131,26,3418,154,101,11,3,0,0,0,0,0 +621512,131,26,1684,102,65,6,0,0,0,0,0,0 +621610,131,26,16128,551,280,166,23,0,0,0,0,0 +621910,131,26,3659,84,27,7,0,0,0,0,0,0 +621991,131,26,281,11,3,4,0,0,0,0,0,0 +621999,131,26,576,66,49,0,0,0,0,0,0,0 +622110,131,26,40650,33,0,0,0,0,6,0,3,0 +622210,131,26,0,3,0,0,0,0,0,0,0,0 +622310,131,26,0,4,0,0,0,0,0,0,0,0 +623110,131,26,14592,152,19,17,60,0,0,0,0,0 +623210,131,26,2286,154,125,0,0,0,0,0,0,0 +623220,131,26,1452,38,14,4,0,0,0,0,0,0 +623311,131,26,3196,42,0,11,4,0,0,0,0,0 +623312,131,26,8022,261,102,105,3,0,0,0,0,0 +623990,131,26,962,58,24,5,0,0,0,0,0,0 +624110,131,26,1474,193,154,8,0,0,0,0,0,0 +624120,131,26,7611,313,177,72,10,0,0,0,0,0 +624190,131,26,4822,519,433,34,0,0,0,0,0,0 +624210,131,26,554,39,25,0,0,0,0,0,0,0 +624221,131,26,523,45,15,4,0,0,0,0,0,0 +624229,131,26,515,56,45,3,0,0,0,0,0,0 +624230,131,26,212,25,19,0,0,0,0,0,0,0 +624310,131,26,1788,67,39,6,0,0,0,0,0,0 +624410,131,26,24565,1399,830,520,0,0,0,0,0,0 +711110,131,26,468,24,14,0,0,0,0,0,0,0 +711120,131,26,10,4,3,0,0,0,0,0,0,0 +711130,131,26,577,98,84,0,0,0,0,0,0,0 +711211,131,26,105,15,3,0,0,0,0,0,0,0 +711219,131,26,79,36,31,0,0,0,0,0,0,0 +711310,131,26,719,49,38,3,0,0,0,0,0,0 +711320,131,26,335,63,50,3,0,0,0,0,0,0 +711410,131,26,220,91,86,0,0,0,0,0,0,0 +711510,131,26,801,505,493,0,0,0,0,0,0,0 +712110,131,26,994,29,6,0,0,0,0,0,0,0 +712120,131,26,28,7,5,0,0,0,0,0,0,0 +712130,131,26,942,4,0,0,0,0,0,0,0,0 +712190,131,26,86,3,0,0,0,0,0,0,0,0 +713120,131,26,716,103,74,7,0,0,0,0,0,0 +713290,131,26,29,12,4,0,0,0,0,0,0,0 +713910,131,26,5927,110,7,49,7,0,0,0,0,0 +713930,131,26,193,18,7,0,0,0,0,0,0,0 +713940,131,26,11510,759,593,81,12,0,0,0,0,0 +713950,131,26,643,23,0,0,0,0,0,0,0,0 +713990,131,26,3749,334,262,24,0,0,0,0,0,0 +721110,131,26,26226,925,572,246,25,9,4,0,0,0 +721191,131,26,0,4,3,0,0,0,0,0,0,0 +721214,131,26,102,9,3,0,0,0,0,0,0,0 +721310,131,26,9,5,5,0,0,0,0,0,0,0 +722310,131,26,12329,476,312,83,6,5,3,0,0,0 +722320,131,26,2429,216,165,16,3,0,0,0,0,0 +722330,131,26,207,43,33,0,0,0,0,0,0,0 +722410,131,26,3857,219,144,56,0,0,0,0,0,0 +722511,131,26,109464,4556,2566,1886,60,3,0,0,0,0 +722513,131,26,98916,5246,3213,1949,36,3,0,0,0,0 +722514,131,26,3062,150,66,37,0,0,0,0,0,0 +722515,131,26,11275,908,702,150,0,0,0,0,0,0 +811111,131,26,6172,1328,1278,9,0,0,0,0,0,0 +811112,131,26,36,13,8,0,0,0,0,0,0,0 +811113,131,26,206,65,56,0,0,0,0,0,0,0 +811118,131,26,252,61,49,0,0,0,0,0,0,0 +811121,131,26,4467,575,483,47,0,0,0,0,0,0 +811122,131,26,307,77,61,0,0,0,0,0,0,0 +811191,131,26,1174,162,136,3,0,0,0,0,0,0 +811192,131,26,4572,378,274,54,0,0,0,0,0,0 +811198,131,26,343,101,89,0,0,0,0,0,0,0 +811211,131,26,183,33,21,0,0,0,0,0,0,0 +811212,131,26,972,109,89,0,0,0,0,0,0,0 +811213,131,26,187,30,19,0,0,0,0,0,0,0 +811219,131,26,362,66,55,0,0,0,0,0,0,0 +811310,131,26,3619,330,254,13,0,0,0,0,0,0 +811411,131,26,11,6,0,0,0,0,0,0,0,0 +811412,131,26,237,73,62,0,0,0,0,0,0,0 +811420,131,26,174,70,65,0,0,0,0,0,0,0 +811430,131,26,32,19,18,0,0,0,0,0,0,0 +811490,131,26,496,176,158,0,0,0,0,0,0,0 +812111,131,26,204,62,58,0,0,0,0,0,0,0 +812112,131,26,8221,1613,1520,57,0,0,0,0,0,0 +812113,131,26,600,375,369,0,0,0,0,0,0,0 +812191,131,26,357,50,35,0,0,0,0,0,0,0 +812199,131,26,2451,461,405,26,0,0,0,0,0,0 +812210,131,26,1315,161,95,5,0,0,0,0,0,0 +812220,131,26,377,52,38,0,0,0,0,0,0,0 +812310,131,26,441,149,136,0,0,0,0,0,0,0 +812320,131,26,2753,652,609,5,0,0,0,0,0,0 +812331,131,26,229,11,0,0,0,0,0,0,0,0 +812332,131,26,277,13,3,3,0,0,0,0,0,0 +812910,131,26,2310,337,268,21,0,0,0,0,0,0 +812921,131,26,7,3,0,0,0,0,0,0,0,0 +812930,131,26,7636,278,231,28,4,0,0,0,0,0 +812990,131,26,1187,363,337,0,0,0,0,0,0,0 +813110,131,26,36709,3183,2732,360,37,0,0,0,0,0 +813211,131,26,830,163,153,0,0,0,0,0,0,0 +813212,131,26,1803,56,37,0,0,0,0,0,0,0 +813219,131,26,428,30,23,0,0,0,0,0,0,0 +813311,131,26,295,57,48,0,0,0,0,0,0,0 +813312,131,26,475,60,40,3,0,0,0,0,0,0 +813319,131,26,680,76,68,0,0,0,0,0,0,0 +813410,131,26,2078,225,183,8,0,0,0,0,0,0 +813910,131,26,1908,197,152,15,0,0,0,0,0,0 +813920,131,26,1582,127,99,11,3,0,0,0,0,0 +813930,131,26,813,85,57,11,0,0,0,0,0,0 +813940,131,26,102,29,24,0,0,0,0,0,0,0 +813990,131,26,489,110,92,3,0,0,0,0,0,0 +113310,131,28,58,16,9,0,0,0,0,0,0,0 +115210,131,28,10,3,0,0,0,0,0,0,0,0 +212311,131,28,98,7,4,0,0,0,0,0,0,0 +221122,131,28,0,6,0,0,0,0,0,0,0,0 +236115,131,28,101,51,47,0,0,0,0,0,0,0 +236116,131,28,0,3,0,0,0,0,0,0,0,0 +236117,131,28,93,23,20,0,0,0,0,0,0,0 +236118,131,28,157,71,62,0,0,0,0,0,0,0 +236220,131,28,474,49,32,0,0,0,0,0,0,0 +237110,131,28,0,4,3,0,0,0,0,0,0,0 +238110,131,28,29,11,0,0,0,0,0,0,0,0 +238120,131,28,28,5,3,0,0,0,0,0,0,0 +238130,131,28,4,3,3,0,0,0,0,0,0,0 +238140,131,28,24,6,3,0,0,0,0,0,0,0 +238150,131,28,48,6,0,0,0,0,0,0,0,0 +238160,131,28,15,5,4,0,0,0,0,0,0,0 +238190,131,28,137,4,0,0,0,0,0,0,0,0 +238210,131,28,597,78,59,0,0,0,0,0,0,0 +238220,131,28,631,111,100,3,0,0,0,0,0,0 +238290,131,28,19,6,0,0,0,0,0,0,0,0 +238310,131,28,115,14,3,0,0,0,0,0,0,0 +238320,131,28,110,23,14,0,0,0,0,0,0,0 +238340,131,28,59,3,0,0,0,0,0,0,0,0 +238350,131,28,141,25,15,0,0,0,0,0,0,0 +238910,131,28,120,31,23,0,0,0,0,0,0,0 +238990,131,28,207,34,26,0,0,0,0,0,0,0 +311119,131,28,77,3,0,0,0,0,0,0,0,0 +311812,131,28,21,4,3,0,0,0,0,0,0,0 +313110,131,28,1214,4,0,0,0,3,0,0,0,0 +314110,131,28,2567,17,4,3,3,0,0,0,0,0 +314999,131,28,0,10,3,0,0,0,0,0,0,0 +321214,131,28,299,3,0,0,0,0,0,0,0,0 +323111,131,28,72,8,7,0,0,0,0,0,0,0 +323113,131,28,161,8,0,0,0,0,0,0,0,0 +324121,131,28,0,3,0,0,0,0,0,0,0,0 +325220,131,28,0,3,0,0,0,0,0,0,0,0 +325520,131,28,104,4,0,0,0,0,0,0,0,0 +326160,131,28,211,3,0,0,0,0,0,0,0,0 +326299,131,28,285,5,0,3,0,0,0,0,0,0 +327320,131,28,53,3,0,0,0,0,0,0,0,0 +332322,131,28,60,3,0,0,0,0,0,0,0,0 +332710,131,28,76,16,10,0,0,0,0,0,0,0 +333993,131,28,0,3,0,0,0,0,0,0,0,0 +339116,131,28,0,6,0,0,0,0,0,0,0,0 +423110,131,28,237,6,0,0,0,0,0,0,0,0 +423120,131,28,99,16,6,0,0,0,0,0,0,0 +423220,131,28,619,24,17,4,0,0,0,0,0,0 +423420,131,28,46,8,3,0,0,0,0,0,0,0 +423450,131,28,0,7,3,0,0,0,0,0,0,0 +423510,131,28,115,5,0,0,0,0,0,0,0,0 +423610,131,28,61,8,6,0,0,0,0,0,0,0 +423710,131,28,0,5,3,0,0,0,0,0,0,0 +423720,131,28,25,3,0,0,0,0,0,0,0,0 +423730,131,28,62,9,7,0,0,0,0,0,0,0 +423820,131,28,33,5,0,0,0,0,0,0,0,0 +423830,131,28,184,26,14,0,0,0,0,0,0,0 +423840,131,28,26,5,3,0,0,0,0,0,0,0 +423930,131,28,98,7,0,0,0,0,0,0,0,0 +424210,131,28,0,4,0,0,0,0,0,0,0,0 +424490,131,28,270,13,6,3,0,0,0,0,0,0 +424690,131,28,43,7,0,0,0,0,0,0,0,0 +424810,131,28,255,5,0,0,0,0,0,0,0,0 +424910,131,28,35,6,0,0,0,0,0,0,0,0 +424930,131,28,78,10,0,0,0,0,0,0,0,0 +424990,131,28,0,4,0,0,0,0,0,0,0,0 +425120,131,28,119,42,35,0,0,0,0,0,0,0 +441110,131,28,1222,19,0,13,5,0,0,0,0,0 +441120,131,28,50,20,20,0,0,0,0,0,0,0 +441310,131,28,400,38,30,3,0,0,0,0,0,0 +441320,131,28,266,31,24,0,0,0,0,0,0,0 +442110,131,28,239,24,16,3,0,0,0,0,0,0 +442210,131,28,66,6,0,0,0,0,0,0,0,0 +442299,131,28,77,9,3,0,0,0,0,0,0,0 +443141,131,28,13,4,3,0,0,0,0,0,0,0 +443142,131,28,167,22,16,0,0,0,0,0,0,0 +444120,131,28,17,4,0,0,0,0,0,0,0,0 +444130,131,28,52,11,4,0,0,0,0,0,0,0 +444190,131,28,221,26,17,0,0,0,0,0,0,0 +444220,131,28,151,13,3,0,0,0,0,0,0,0 +445110,131,28,2588,47,14,4,7,0,0,0,0,0 +445120,131,28,51,26,24,0,0,0,0,0,0,0 +445310,131,28,110,27,24,0,0,0,0,0,0,0 +446110,131,28,512,53,35,5,0,0,0,0,0,0 +446120,131,28,90,17,8,0,0,0,0,0,0,0 +446130,131,28,46,6,3,0,0,0,0,0,0,0 +446191,131,28,27,8,4,0,0,0,0,0,0,0 +446199,131,28,44,8,3,0,0,0,0,0,0,0 +447110,131,28,836,171,164,0,0,0,0,0,0,0 +447190,131,28,137,12,4,3,0,0,0,0,0,0 +448110,131,28,52,8,0,0,0,0,0,0,0,0 +448120,131,28,605,64,54,0,0,0,0,0,0,0 +448130,131,28,195,19,6,0,0,0,0,0,0,0 +448140,131,28,1098,49,18,22,0,0,0,0,0,0 +448150,131,28,42,6,0,0,0,0,0,0,0,0 +448190,131,28,150,15,6,0,0,0,0,0,0,0 +448210,131,28,376,35,32,0,0,0,0,0,0,0 +448310,131,28,61,18,12,0,0,0,0,0,0,0 +451110,131,28,165,12,7,0,0,0,0,0,0,0 +451120,131,28,111,5,0,3,0,0,0,0,0,0 +451140,131,28,25,6,3,0,0,0,0,0,0,0 +451211,131,28,213,6,0,0,0,0,0,0,0,0 +452210,131,28,363,5,0,5,0,0,0,0,0,0 +452311,131,28,0,3,0,0,0,0,0,0,0,0 +452319,131,28,461,64,52,0,0,0,0,0,0,0 +453110,131,28,53,13,7,0,0,0,0,0,0,0 +453210,131,28,0,3,0,0,0,0,0,0,0,0 +453220,131,28,74,17,14,0,0,0,0,0,0,0 +453310,131,28,276,30,18,3,0,0,0,0,0,0 +453910,131,28,60,4,0,0,0,0,0,0,0,0 +453991,131,28,21,7,6,0,0,0,0,0,0,0 +453998,131,28,100,15,9,0,0,0,0,0,0,0 +454110,131,28,1297,43,28,0,0,0,0,0,0,0 +454210,131,28,6,4,4,0,0,0,0,0,0,0 +454310,131,28,0,4,3,0,0,0,0,0,0,0 +454390,131,28,40,23,22,0,0,0,0,0,0,0 +484110,131,28,128,27,15,0,0,0,0,0,0,0 +484121,131,28,343,45,40,0,0,0,0,0,0,0 +484122,131,28,300,8,0,0,0,0,0,0,0,0 +484210,131,28,77,6,0,0,0,0,0,0,0,0 +484220,131,28,155,18,4,0,0,0,0,0,0,0 +484230,131,28,60,6,0,0,0,0,0,0,0,0 +485991,131,28,45,3,0,0,0,0,0,0,0,0 +488510,131,28,179,10,5,0,0,0,0,0,0,0 +492110,131,28,0,5,0,0,0,0,0,0,0,0 +493110,131,28,3347,27,3,4,5,0,0,0,0,0 +493190,131,28,0,3,0,0,0,0,0,0,0,0 +511110,131,28,167,10,0,0,0,0,0,0,0,0 +511120,131,28,9,3,0,0,0,0,0,0,0,0 +511210,131,28,56,4,0,0,0,0,0,0,0,0 +512131,131,28,164,3,0,0,0,0,0,0,0,0 +517311,131,28,212,9,0,3,0,0,0,0,0,0 +517312,131,28,95,17,13,0,0,0,0,0,0,0 +518210,131,28,18,5,3,0,0,0,0,0,0,0 +519130,131,28,0,3,0,0,0,0,0,0,0,0 +522110,131,28,1148,105,89,3,0,0,0,0,0,0 +522130,131,28,49,6,4,0,0,0,0,0,0,0 +522291,131,28,123,36,33,0,0,0,0,0,0,0 +522292,131,28,71,12,6,0,0,0,0,0,0,0 +522298,131,28,76,22,19,0,0,0,0,0,0,0 +522310,131,28,7,3,3,0,0,0,0,0,0,0 +522390,131,28,4,6,6,0,0,0,0,0,0,0 +523120,131,28,79,17,12,0,0,0,0,0,0,0 +523920,131,28,172,38,30,0,0,0,0,0,0,0 +523930,131,28,16,10,10,0,0,0,0,0,0,0 +524126,131,28,65,11,3,0,0,0,0,0,0,0 +524210,131,28,477,125,113,0,0,0,0,0,0,0 +531110,131,28,702,76,67,0,0,0,0,0,0,0 +531120,131,28,146,35,25,0,0,0,0,0,0,0 +531130,131,28,18,15,15,0,0,0,0,0,0,0 +531210,131,28,235,151,149,0,0,0,0,0,0,0 +531311,131,28,247,33,28,0,0,0,0,0,0,0 +531312,131,28,27,11,7,0,0,0,0,0,0,0 +531320,131,28,30,26,26,0,0,0,0,0,0,0 +531390,131,28,47,18,16,0,0,0,0,0,0,0 +532111,131,28,0,5,3,0,0,0,0,0,0,0 +532283,131,28,0,4,0,0,0,0,0,0,0,0 +532412,131,28,9,3,3,0,0,0,0,0,0,0 +533110,131,28,36,3,0,0,0,0,0,0,0,0 +541110,131,28,560,153,146,0,0,0,0,0,0,0 +541211,131,28,227,33,21,0,0,0,0,0,0,0 +541213,131,28,141,26,19,0,0,0,0,0,0,0 +541219,131,28,302,60,48,0,0,0,0,0,0,0 +541310,131,28,9,3,0,0,0,0,0,0,0,0 +541320,131,28,29,6,6,0,0,0,0,0,0,0 +541330,131,28,264,34,23,0,0,0,0,0,0,0 +541350,131,28,17,5,4,0,0,0,0,0,0,0 +541370,131,28,34,10,3,0,0,0,0,0,0,0 +541410,131,28,5,6,6,0,0,0,0,0,0,0 +541430,131,28,41,10,8,0,0,0,0,0,0,0 +541511,131,28,130,40,38,0,0,0,0,0,0,0 +541512,131,28,94,23,21,0,0,0,0,0,0,0 +541519,131,28,7,3,0,0,0,0,0,0,0,0 +541611,131,28,154,40,33,0,0,0,0,0,0,0 +541612,131,28,0,3,3,0,0,0,0,0,0,0 +541613,131,28,107,25,22,0,0,0,0,0,0,0 +541614,131,28,0,4,3,0,0,0,0,0,0,0 +541620,131,28,34,10,8,0,0,0,0,0,0,0 +541690,131,28,30,15,13,0,0,0,0,0,0,0 +541714,131,28,29,9,7,0,0,0,0,0,0,0 +541715,131,28,56,7,4,0,0,0,0,0,0,0 +541810,131,28,11,4,3,0,0,0,0,0,0,0 +541820,131,28,17,5,4,0,0,0,0,0,0,0 +541890,131,28,40,6,3,0,0,0,0,0,0,0 +541921,131,28,0,5,4,0,0,0,0,0,0,0 +541940,131,28,476,56,39,0,0,0,0,0,0,0 +541990,131,28,4,6,0,0,0,0,0,0,0,0 +551112,131,28,55,3,0,0,0,0,0,0,0,0 +551114,131,28,1632,21,4,0,0,0,0,0,0,0 +561110,131,28,863,32,23,0,0,0,0,0,0,0 +561320,131,28,1663,31,7,10,0,0,0,0,0,0 +561510,131,28,0,3,3,0,0,0,0,0,0,0 +561612,131,28,114,3,0,0,0,0,0,0,0,0 +561621,131,28,9,4,3,0,0,0,0,0,0,0 +561622,131,28,9,3,0,0,0,0,0,0,0,0 +561710,131,28,194,20,8,0,0,0,0,0,0,0 +561720,131,28,287,43,28,3,0,0,0,0,0,0 +561730,131,28,654,141,125,0,0,0,0,0,0,0 +561740,131,28,0,3,0,0,0,0,0,0,0,0 +561790,131,28,54,12,7,0,0,0,0,0,0,0 +561990,131,28,0,3,3,0,0,0,0,0,0,0 +562111,131,28,212,7,3,0,0,0,0,0,0,0 +611110,131,28,811,27,3,5,0,0,0,0,0,0 +611430,131,28,0,3,0,0,0,0,0,0,0,0 +611610,131,28,63,11,0,0,0,0,0,0,0,0 +611620,131,28,110,20,15,0,0,0,0,0,0,0 +611691,131,28,26,5,3,0,0,0,0,0,0,0 +611699,131,28,3,3,3,0,0,0,0,0,0,0 +611710,131,28,10,7,7,0,0,0,0,0,0,0 +621111,131,28,3016,266,222,32,0,0,0,0,0,0 +621112,131,28,25,10,6,0,0,0,0,0,0,0 +621210,131,28,790,101,94,0,0,0,0,0,0,0 +621310,131,28,101,30,21,0,0,0,0,0,0,0 +621320,131,28,87,17,9,0,0,0,0,0,0,0 +621330,131,28,99,58,54,0,0,0,0,0,0,0 +621340,131,28,149,33,20,0,0,0,0,0,0,0 +621391,131,28,19,4,0,0,0,0,0,0,0,0 +621399,131,28,34,21,20,0,0,0,0,0,0,0 +621420,131,28,32,4,0,0,0,0,0,0,0,0 +621492,131,28,57,4,0,0,0,0,0,0,0,0 +621493,131,28,204,12,3,0,0,0,0,0,0,0 +621498,131,28,189,6,0,0,0,0,0,0,0,0 +621511,131,28,68,6,0,0,0,0,0,0,0,0 +621610,131,28,1226,40,18,9,3,0,0,0,0,0 +621910,131,28,302,7,0,0,0,0,0,0,0,0 +623110,131,28,812,11,0,3,0,0,0,0,0,0 +623210,131,28,0,3,3,0,0,0,0,0,0,0 +623220,131,28,21,4,3,0,0,0,0,0,0,0 +623312,131,28,350,15,0,8,0,0,0,0,0,0 +624110,131,28,0,3,0,0,0,0,0,0,0,0 +624120,131,28,325,17,7,3,0,0,0,0,0,0 +624190,131,28,186,26,13,0,0,0,0,0,0,0 +624221,131,28,45,4,0,0,0,0,0,0,0,0 +624230,131,28,24,3,0,0,0,0,0,0,0,0 +624310,131,28,0,5,4,0,0,0,0,0,0,0 +624410,131,28,1050,67,34,21,0,0,0,0,0,0 +711130,131,28,55,11,9,0,0,0,0,0,0,0 +711510,131,28,8,11,11,0,0,0,0,0,0,0 +713910,131,28,0,3,0,0,0,0,0,0,0,0 +713940,131,28,413,35,24,3,0,0,0,0,0,0 +713990,131,28,189,12,6,0,0,0,0,0,0,0 +721110,131,28,699,48,32,11,0,0,0,0,0,0 +721310,131,28,96,14,12,0,0,0,0,0,0,0 +722310,131,28,161,18,16,0,0,0,0,0,0,0 +722320,131,28,0,6,0,0,0,0,0,0,0,0 +722410,131,28,395,37,31,6,0,0,0,0,0,0 +722511,131,28,5932,237,120,106,0,0,0,0,0,0 +722513,131,28,5709,272,147,116,0,0,0,0,0,0 +722514,131,28,32,4,0,0,0,0,0,0,0,0 +722515,131,28,483,43,22,8,0,0,0,0,0,0 +811111,131,28,420,63,50,0,0,0,0,0,0,0 +811121,131,28,137,20,14,0,0,0,0,0,0,0 +811191,131,28,23,3,0,0,0,0,0,0,0,0 +811192,131,28,172,16,11,0,0,0,0,0,0,0 +811310,131,28,50,15,9,0,0,0,0,0,0,0 +811412,131,28,8,3,0,0,0,0,0,0,0,0 +812112,131,28,331,62,53,0,0,0,0,0,0,0 +812113,131,28,18,11,11,0,0,0,0,0,0,0 +812199,131,28,107,18,13,0,0,0,0,0,0,0 +812210,131,28,73,8,0,0,0,0,0,0,0,0 +812310,131,28,6,3,0,0,0,0,0,0,0,0 +812320,131,28,54,8,6,0,0,0,0,0,0,0 +812910,131,28,139,14,4,0,0,0,0,0,0,0 +812930,131,28,43,4,0,0,0,0,0,0,0,0 +812990,131,28,23,9,9,0,0,0,0,0,0,0 +813110,131,28,2682,274,243,15,0,0,0,0,0,0 +813211,131,28,13,5,5,0,0,0,0,0,0,0 +813219,131,28,0,3,0,0,0,0,0,0,0,0 +813312,131,28,57,7,4,0,0,0,0,0,0,0 +813319,131,28,13,5,5,0,0,0,0,0,0,0 +813410,131,28,106,17,14,0,0,0,0,0,0,0 +813910,131,28,51,14,9,0,0,0,0,0,0,0 +813920,131,28,5,4,4,0,0,0,0,0,0,0 +813930,131,28,0,3,0,0,0,0,0,0,0,0 +113310,132,27,84,19,15,0,0,0,0,0,0,0 +115310,132,27,3,3,3,0,0,0,0,0,0,0 +221122,132,27,101,18,9,0,0,0,0,0,0,0 +221310,132,27,0,4,0,0,0,0,0,0,0,0 +236115,132,27,174,53,50,0,0,0,0,0,0,0 +236116,132,27,0,3,0,0,0,0,0,0,0,0 +236117,132,27,152,25,15,0,0,0,0,0,0,0 +236118,132,27,264,73,70,0,0,0,0,0,0,0 +236210,132,27,584,9,0,0,3,0,0,0,0,0 +236220,132,27,406,47,43,0,0,0,0,0,0,0 +237110,132,27,150,12,8,3,0,0,0,0,0,0 +237130,132,27,75,6,3,0,0,0,0,0,0,0 +237210,132,27,13,6,5,0,0,0,0,0,0,0 +237310,132,27,50,3,0,0,0,0,0,0,0,0 +237990,132,27,605,13,4,0,0,0,0,0,0,0 +238110,132,27,78,6,0,0,0,0,0,0,0,0 +238120,132,27,63,5,0,0,0,0,0,0,0,0 +238130,132,27,8,3,0,0,0,0,0,0,0,0 +238140,132,27,44,12,11,0,0,0,0,0,0,0 +238150,132,27,48,6,3,0,0,0,0,0,0,0 +238160,132,27,110,13,5,0,0,0,0,0,0,0 +238170,132,27,19,4,0,0,0,0,0,0,0,0 +238190,132,27,230,6,0,3,0,0,0,0,0,0 +238210,132,27,740,79,67,8,0,0,0,0,0,0 +238220,132,27,1714,121,88,20,3,0,0,0,0,0 +238290,132,27,190,11,7,4,0,0,0,0,0,0 +238310,132,27,309,16,7,0,0,0,0,0,0,0 +238320,132,27,271,30,19,0,0,0,0,0,0,0 +238330,132,27,33,8,6,0,0,0,0,0,0,0 +238340,132,27,107,5,0,0,0,0,0,0,0,0 +238350,132,27,77,27,26,0,0,0,0,0,0,0 +238390,132,27,45,7,3,0,0,0,0,0,0,0 +238910,132,27,646,38,23,5,0,0,0,0,0,0 +238990,132,27,213,23,10,3,0,0,0,0,0,0 +311352,132,27,0,4,0,0,0,0,0,0,0,0 +311811,132,27,24,5,3,0,0,0,0,0,0,0 +311812,132,27,0,4,0,0,0,0,0,0,0,0 +314120,132,27,19,4,3,0,0,0,0,0,0,0 +321920,132,27,45,4,0,0,0,0,0,0,0,0 +321999,132,27,0,3,0,0,0,0,0,0,0,0 +323111,132,27,122,12,9,0,0,0,0,0,0,0 +325180,132,27,344,4,0,0,0,0,0,0,0,0 +325199,132,27,138,3,0,0,0,0,0,0,0,0 +325998,132,27,0,3,0,0,0,0,0,0,0,0 +327320,132,27,162,7,4,0,0,0,0,0,0,0 +327390,132,27,194,4,0,0,0,0,0,0,0,0 +327420,132,27,0,3,0,0,0,0,0,0,0,0 +332710,132,27,330,10,3,0,0,0,0,0,0,0 +337110,132,27,66,5,0,0,0,0,0,0,0,0 +339116,132,27,45,4,0,0,0,0,0,0,0,0 +339950,132,27,27,3,0,0,0,0,0,0,0,0 +423110,132,27,200,9,6,0,0,0,0,0,0,0 +423120,132,27,170,14,11,3,0,0,0,0,0,0 +423130,132,27,79,5,0,0,0,0,0,0,0,0 +423140,132,27,44,3,3,0,0,0,0,0,0,0 +423210,132,27,14,3,0,0,0,0,0,0,0,0 +423220,132,27,128,8,4,0,0,0,0,0,0,0 +423310,132,27,232,12,0,7,0,0,0,0,0,0 +423320,132,27,57,10,8,0,0,0,0,0,0,0 +423330,132,27,75,11,9,0,0,0,0,0,0,0 +423390,132,27,143,4,0,0,0,0,0,0,0,0 +423420,132,27,91,14,12,0,0,0,0,0,0,0 +423430,132,27,78,8,3,0,0,0,0,0,0,0 +423440,132,27,41,5,0,0,0,0,0,0,0,0 +423450,132,27,387,7,0,3,0,0,0,0,0,0 +423510,132,27,150,12,8,0,0,0,0,0,0,0 +423610,132,27,185,15,12,3,0,0,0,0,0,0 +423620,132,27,0,3,0,0,0,0,0,0,0,0 +423690,132,27,81,6,3,0,0,0,0,0,0,0 +423710,132,27,27,4,3,0,0,0,0,0,0,0 +423720,132,27,80,5,0,0,0,0,0,0,0,0 +423730,132,27,80,13,10,0,0,0,0,0,0,0 +423810,132,27,413,16,11,4,0,0,0,0,0,0 +423820,132,27,28,3,0,0,0,0,0,0,0,0 +423830,132,27,310,32,26,4,0,0,0,0,0,0 +423840,132,27,290,14,9,0,0,0,0,0,0,0 +423850,132,27,119,8,4,0,0,0,0,0,0,0 +423860,132,27,0,3,0,0,0,0,0,0,0,0 +423910,132,27,80,5,3,0,0,0,0,0,0,0 +423930,132,27,120,9,4,0,0,0,0,0,0,0 +423990,132,27,17,5,4,0,0,0,0,0,0,0 +424120,132,27,16,4,3,0,0,0,0,0,0,0 +424210,132,27,34,8,7,0,0,0,0,0,0,0 +424330,132,27,13,3,0,0,0,0,0,0,0,0 +424420,132,27,18,5,3,0,0,0,0,0,0,0 +424480,132,27,46,4,3,0,0,0,0,0,0,0 +424490,132,27,432,17,9,3,0,0,0,0,0,0 +424610,132,27,0,3,0,0,0,0,0,0,0,0 +424690,132,27,0,4,0,0,0,0,0,0,0,0 +424710,132,27,134,6,4,0,0,0,0,0,0,0 +424720,132,27,0,3,0,0,0,0,0,0,0,0 +424820,132,27,414,5,0,0,3,0,0,0,0,0 +424930,132,27,20,3,0,0,0,0,0,0,0,0 +424950,132,27,11,3,0,0,0,0,0,0,0,0 +425120,132,27,176,31,22,0,0,0,0,0,0,0 +441110,132,27,1941,28,0,15,7,0,0,0,0,0 +441120,132,27,356,40,35,0,0,0,0,0,0,0 +441222,132,27,50,5,3,0,0,0,0,0,0,0 +441228,132,27,123,10,8,0,0,0,0,0,0,0 +441310,132,27,607,49,33,6,0,0,0,0,0,0 +441320,132,27,171,20,13,0,0,0,0,0,0,0 +442110,132,27,290,29,23,3,0,0,0,0,0,0 +442210,132,27,112,15,12,0,0,0,0,0,0,0 +442299,132,27,259,22,18,3,0,0,0,0,0,0 +443141,132,27,90,5,0,0,0,0,0,0,0,0 +443142,132,27,261,29,20,0,0,0,0,0,0,0 +444110,132,27,0,5,0,0,5,0,0,0,0,0 +444120,132,27,45,10,9,0,0,0,0,0,0,0 +444130,132,27,149,15,8,0,0,0,0,0,0,0 +444190,132,27,292,32,24,5,0,0,0,0,0,0 +444220,132,27,97,14,6,0,0,0,0,0,0,0 +445110,132,27,4270,69,22,17,15,0,0,0,0,0 +445120,132,27,345,81,72,0,0,0,0,0,0,0 +445210,132,27,39,6,3,0,0,0,0,0,0,0 +445220,132,27,30,13,11,0,0,0,0,0,0,0 +445292,132,27,85,5,0,0,0,0,0,0,0,0 +445299,132,27,63,7,4,0,0,0,0,0,0,0 +445310,132,27,222,67,59,0,0,0,0,0,0,0 +446110,132,27,640,66,48,7,0,0,0,0,0,0 +446120,132,27,269,42,31,3,0,0,0,0,0,0 +446130,132,27,98,15,15,0,0,0,0,0,0,0 +446191,132,27,67,19,17,0,0,0,0,0,0,0 +446199,132,27,48,11,9,0,0,0,0,0,0,0 +447110,132,27,1119,224,215,3,0,0,0,0,0,0 +447190,132,27,118,10,5,0,0,0,0,0,0,0 +448110,132,27,96,21,19,0,0,0,0,0,0,0 +448120,132,27,764,78,71,3,0,0,0,0,0,0 +448130,132,27,172,15,12,3,0,0,0,0,0,0 +448140,132,27,1188,59,37,21,0,0,0,0,0,0 +448150,132,27,165,21,21,0,0,0,0,0,0,0 +448190,132,27,204,22,18,4,0,0,0,0,0,0 +448210,132,27,480,57,51,0,0,0,0,0,0,0 +448310,132,27,210,35,34,0,0,0,0,0,0,0 +451110,132,27,269,27,23,0,0,0,0,0,0,0 +451120,132,27,244,15,8,4,0,0,0,0,0,0 +451130,132,27,37,4,0,0,0,0,0,0,0,0 +451140,132,27,0,3,0,0,0,0,0,0,0,0 +451211,132,27,178,11,7,0,0,0,0,0,0,0 +452210,132,27,621,6,0,4,0,0,0,0,0,0 +452311,132,27,0,9,0,0,6,3,0,0,0,0 +452319,132,27,676,75,58,7,0,0,0,0,0,0 +453110,132,27,62,17,12,0,0,0,0,0,0,0 +453210,132,27,94,7,0,0,0,0,0,0,0,0 +453220,132,27,311,44,42,0,0,0,0,0,0,0 +453310,132,27,265,44,35,3,0,0,0,0,0,0 +453910,132,27,127,9,0,3,0,0,0,0,0,0 +453920,132,27,98,8,5,0,0,0,0,0,0,0 +453991,132,27,45,7,6,0,0,0,0,0,0,0 +453998,132,27,115,23,17,0,0,0,0,0,0,0 +454110,132,27,124,26,17,0,0,0,0,0,0,0 +454310,132,27,14,3,0,0,0,0,0,0,0,0 +454390,132,27,62,19,16,0,0,0,0,0,0,0 +481111,132,27,94,4,3,0,0,0,0,0,0,0 +483111,132,27,11,5,5,0,0,0,0,0,0,0 +484110,132,27,267,67,63,4,0,0,0,0,0,0 +484121,132,27,1130,87,69,11,0,0,0,0,0,0 +484122,132,27,546,30,15,9,0,0,0,0,0,0 +484210,132,27,165,9,4,0,0,0,0,0,0,0 +484220,132,27,176,25,16,4,0,0,0,0,0,0 +484230,132,27,495,18,9,8,0,0,0,0,0,0 +485310,132,27,25,3,0,0,0,0,0,0,0,0 +485410,132,27,0,3,0,0,0,0,0,0,0,0 +485991,132,27,6,3,3,0,0,0,0,0,0,0 +487110,132,27,0,3,0,0,0,0,0,0,0,0 +487210,132,27,82,7,5,0,0,0,0,0,0,0 +488119,132,27,86,5,0,0,0,0,0,0,0,0 +488190,132,27,0,5,3,0,0,0,0,0,0,0 +488210,132,27,122,6,3,0,0,0,0,0,0,0 +488320,132,27,3299,10,0,0,0,3,0,0,0,0 +488330,132,27,120,4,0,0,0,0,0,0,0,0 +488390,132,27,92,7,6,0,0,0,0,0,0,0 +488410,132,27,50,11,9,0,0,0,0,0,0,0 +488490,132,27,243,9,3,0,0,0,0,0,0,0 +488510,132,27,726,71,54,11,0,0,0,0,0,0 +492110,132,27,594,13,8,0,0,0,0,0,0,0 +493110,132,27,2067,46,27,6,5,0,0,0,0,0 +493190,132,27,521,10,4,0,0,0,0,0,0,0 +511110,132,27,173,7,4,0,0,0,0,0,0,0 +511120,132,27,55,6,4,0,0,0,0,0,0,0 +511210,132,27,48,5,3,0,0,0,0,0,0,0 +512110,132,27,206,14,11,0,0,0,0,0,0,0 +512131,132,27,136,5,0,5,0,0,0,0,0,0 +515112,132,27,108,6,0,3,0,0,0,0,0,0 +515120,132,27,408,6,0,0,0,0,0,0,0,0 +517311,132,27,456,32,22,3,0,0,0,0,0,0 +517312,132,27,333,36,26,3,0,0,0,0,0,0 +517911,132,27,32,9,9,0,0,0,0,0,0,0 +518210,132,27,66,5,3,0,0,0,0,0,0,0 +519120,132,27,0,14,12,0,0,0,0,0,0,0 +519130,132,27,4,4,4,0,0,0,0,0,0,0 +522110,132,27,1146,122,109,8,0,0,0,0,0,0 +522120,132,27,11,5,4,0,0,0,0,0,0,0 +522130,132,27,117,19,13,0,0,0,0,0,0,0 +522220,132,27,49,9,9,0,0,0,0,0,0,0 +522291,132,27,136,35,32,0,0,0,0,0,0,0 +522292,132,27,99,22,19,0,0,0,0,0,0,0 +522298,132,27,219,66,62,0,0,0,0,0,0,0 +522310,132,27,0,3,3,0,0,0,0,0,0,0 +522390,132,27,8,6,6,0,0,0,0,0,0,0 +523120,132,27,149,24,20,3,0,0,0,0,0,0 +523910,132,27,10,5,5,0,0,0,0,0,0,0 +523920,132,27,106,37,35,0,0,0,0,0,0,0 +523930,132,27,36,14,13,0,0,0,0,0,0,0 +523991,132,27,0,3,0,0,0,0,0,0,0,0 +524113,132,27,54,6,3,0,0,0,0,0,0,0 +524114,132,27,157,5,0,0,0,0,0,0,0,0 +524126,132,27,66,5,3,0,0,0,0,0,0,0 +524210,132,27,650,156,150,0,0,0,0,0,0,0 +524291,132,27,14,4,3,0,0,0,0,0,0,0 +531110,132,27,376,88,82,0,0,0,0,0,0,0 +531120,132,27,181,38,36,0,0,0,0,0,0,0 +531130,132,27,77,25,24,0,0,0,0,0,0,0 +531190,132,27,36,8,5,0,0,0,0,0,0,0 +531210,132,27,441,176,171,0,0,0,0,0,0,0 +531311,132,27,339,54,46,0,0,0,0,0,0,0 +531312,132,27,73,25,24,0,0,0,0,0,0,0 +531320,132,27,24,24,24,0,0,0,0,0,0,0 +531390,132,27,10,9,9,0,0,0,0,0,0,0 +532111,132,27,300,15,9,0,0,0,0,0,0,0 +532120,132,27,241,9,3,0,0,0,0,0,0,0 +532210,132,27,0,17,15,0,0,0,0,0,0,0 +532283,132,27,27,4,4,0,0,0,0,0,0,0 +532284,132,27,13,6,5,0,0,0,0,0,0,0 +532289,132,27,82,7,3,0,0,0,0,0,0,0 +532412,132,27,88,9,7,0,0,0,0,0,0,0 +532490,132,27,124,22,18,0,0,0,0,0,0,0 +533110,132,27,19,3,0,0,0,0,0,0,0,0 +541110,132,27,1257,240,225,6,0,0,0,0,0,0 +541191,132,27,5,4,4,0,0,0,0,0,0,0 +541211,132,27,319,62,57,3,0,0,0,0,0,0 +541213,132,27,295,42,35,0,0,0,0,0,0,0 +541214,132,27,70,5,0,0,0,0,0,0,0,0 +541219,132,27,165,42,35,0,0,0,0,0,0,0 +541310,132,27,128,21,21,0,0,0,0,0,0,0 +541320,132,27,8,4,4,0,0,0,0,0,0,0 +541330,132,27,733,84,74,6,0,0,0,0,0,0 +541340,132,27,0,4,3,0,0,0,0,0,0,0 +541350,132,27,19,8,7,0,0,0,0,0,0,0 +541370,132,27,18,9,8,0,0,0,0,0,0,0 +541380,132,27,153,12,3,0,0,0,0,0,0,0 +541410,132,27,32,19,18,0,0,0,0,0,0,0 +541430,132,27,22,12,10,0,0,0,0,0,0,0 +541490,132,27,8,3,3,0,0,0,0,0,0,0 +541511,132,27,168,37,34,0,0,0,0,0,0,0 +541512,132,27,477,37,28,0,0,0,0,0,0,0 +541513,132,27,0,6,4,0,0,0,0,0,0,0 +541519,132,27,0,8,7,0,0,0,0,0,0,0 +541611,132,27,191,54,49,0,0,0,0,0,0,0 +541613,132,27,43,26,24,0,0,0,0,0,0,0 +541614,132,27,68,6,4,0,0,0,0,0,0,0 +541618,132,27,0,5,3,0,0,0,0,0,0,0 +541620,132,27,43,14,14,0,0,0,0,0,0,0 +541690,132,27,12,15,11,0,0,0,0,0,0,0 +541810,132,27,30,12,12,0,0,0,0,0,0,0 +541820,132,27,13,8,8,0,0,0,0,0,0,0 +541850,132,27,20,3,0,0,0,0,0,0,0,0 +541890,132,27,30,5,4,0,0,0,0,0,0,0 +541910,132,27,3,4,4,0,0,0,0,0,0,0 +541921,132,27,33,9,9,0,0,0,0,0,0,0 +541922,132,27,8,6,6,0,0,0,0,0,0,0 +541940,132,27,506,47,30,4,0,0,0,0,0,0 +541990,132,27,38,22,19,0,0,0,0,0,0,0 +551112,132,27,0,8,5,0,0,0,0,0,0,0 +551114,132,27,3489,43,22,14,4,0,0,0,0,0 +561110,132,27,455,45,34,4,0,0,0,0,0,0 +561210,132,27,373,14,7,0,0,0,0,0,0,0 +561312,132,27,12,4,3,0,0,0,0,0,0,0 +561320,132,27,3520,52,18,17,11,4,0,0,0,0 +561330,132,27,160,5,0,0,0,0,0,0,0,0 +561422,132,27,76,5,3,0,0,0,0,0,0,0 +561431,132,27,25,6,6,0,0,0,0,0,0,0 +561439,132,27,0,3,0,0,0,0,0,0,0,0 +561440,132,27,51,4,0,0,0,0,0,0,0,0 +561492,132,27,0,3,0,0,0,0,0,0,0,0 +561510,132,27,40,11,8,0,0,0,0,0,0,0 +561520,132,27,4,3,3,0,0,0,0,0,0,0 +561599,132,27,0,3,0,0,0,0,0,0,0,0 +561612,132,27,1268,13,4,0,5,0,0,0,0,0 +561613,132,27,0,3,0,0,0,0,0,0,0,0 +561621,132,27,160,12,3,0,0,0,0,0,0,0 +561622,132,27,23,4,3,0,0,0,0,0,0,0 +561710,132,27,296,30,24,0,0,0,0,0,0,0 +561720,132,27,789,84,67,5,0,0,0,0,0,0 +561730,132,27,808,127,108,7,0,0,0,0,0,0 +561740,132,27,54,12,8,0,0,0,0,0,0,0 +561790,132,27,53,12,7,0,0,0,0,0,0,0 +561920,132,27,45,6,4,0,0,0,0,0,0,0 +561990,132,27,23,3,0,0,0,0,0,0,0,0 +562111,132,27,216,11,5,0,0,0,0,0,0,0 +562212,132,27,0,3,0,0,0,0,0,0,0,0 +562910,132,27,98,10,7,0,0,0,0,0,0,0 +562991,132,27,17,3,0,0,0,0,0,0,0,0 +611110,132,27,1174,23,7,13,0,0,0,0,0,0 +611310,132,27,2554,18,8,5,0,0,0,0,0,0 +611420,132,27,0,3,0,0,0,0,0,0,0,0 +611512,132,27,0,4,0,0,0,0,0,0,0,0 +611513,132,27,22,3,0,0,0,0,0,0,0,0 +611610,132,27,60,12,10,0,0,0,0,0,0,0 +611620,132,27,54,11,10,0,0,0,0,0,0,0 +611691,132,27,63,5,0,0,0,0,0,0,0,0 +611699,132,27,35,6,5,0,0,0,0,0,0,0 +611710,132,27,16,9,8,0,0,0,0,0,0,0 +621111,132,27,4034,274,230,32,5,0,0,0,0,0 +621112,132,27,30,6,3,0,0,0,0,0,0,0 +621210,132,27,1083,139,128,6,0,0,0,0,0,0 +621310,132,27,144,43,41,0,0,0,0,0,0,0 +621320,132,27,47,15,12,0,0,0,0,0,0,0 +621330,132,27,69,37,36,0,0,0,0,0,0,0 +621340,132,27,200,37,29,3,0,0,0,0,0,0 +621391,132,27,63,10,8,0,0,0,0,0,0,0 +621399,132,27,70,23,21,0,0,0,0,0,0,0 +621420,132,27,50,7,3,0,0,0,0,0,0,0 +621492,132,27,187,11,5,4,0,0,0,0,0,0 +621493,132,27,211,15,10,3,0,0,0,0,0,0 +621498,132,27,0,5,0,0,0,0,0,0,0,0 +621511,132,27,169,11,10,0,0,0,0,0,0,0 +621512,132,27,8,4,3,0,0,0,0,0,0,0 +621610,132,27,1066,34,14,11,0,0,0,0,0,0 +621910,132,27,0,3,0,0,0,0,0,0,0,0 +621999,132,27,45,4,3,0,0,0,0,0,0,0 +622110,132,27,6587,4,0,0,0,0,0,0,0,0 +622210,132,27,0,3,0,0,0,0,0,0,0,0 +623110,132,27,963,13,0,7,3,0,0,0,0,0 +623210,132,27,92,7,0,0,0,0,0,0,0,0 +623220,132,27,0,3,0,0,0,0,0,0,0,0 +623311,132,27,480,7,0,3,0,0,0,0,0,0 +623312,132,27,352,13,3,4,0,0,0,0,0,0 +623990,132,27,49,7,3,0,0,0,0,0,0,0 +624110,132,27,61,10,8,0,0,0,0,0,0,0 +624120,132,27,310,12,7,3,0,0,0,0,0,0 +624190,132,27,231,42,42,0,0,0,0,0,0,0 +624210,132,27,75,8,5,0,0,0,0,0,0,0 +624221,132,27,65,6,3,0,0,0,0,0,0,0 +624229,132,27,53,8,6,0,0,0,0,0,0,0 +624310,132,27,1041,5,0,0,0,0,0,0,0,0 +624410,132,27,2091,100,67,22,0,0,0,0,0,0 +711110,132,27,87,5,0,0,0,0,0,0,0,0 +711130,132,27,11,4,3,0,0,0,0,0,0,0 +711510,132,27,134,20,18,0,0,0,0,0,0,0 +712110,132,27,210,13,7,5,0,0,0,0,0,0 +713120,132,27,43,6,3,0,0,0,0,0,0,0 +713910,132,27,749,12,0,4,0,0,0,0,0,0 +713930,132,27,290,13,9,0,0,0,0,0,0,0 +713940,132,27,287,30,25,3,0,0,0,0,0,0 +713990,132,27,144,19,16,0,0,0,0,0,0,0 +721110,132,27,4630,181,94,72,8,0,0,0,0,0 +721191,132,27,273,25,21,4,0,0,0,0,0,0 +721199,132,27,40,7,4,0,0,0,0,0,0,0 +721211,132,27,22,4,0,0,0,0,0,0,0,0 +722310,132,27,1266,53,35,13,0,0,0,0,0,0 +722320,132,27,82,14,14,0,0,0,0,0,0,0 +722330,132,27,3,3,3,0,0,0,0,0,0,0 +722410,132,27,285,42,38,3,0,0,0,0,0,0 +722511,132,27,11113,424,233,180,11,0,0,0,0,0 +722513,132,27,8018,431,255,172,0,0,0,0,0,0 +722514,132,27,278,10,3,3,0,0,0,0,0,0 +722515,132,27,854,69,53,10,0,0,0,0,0,0 +811111,132,27,356,77,69,0,0,0,0,0,0,0 +811112,132,27,14,4,3,0,0,0,0,0,0,0 +811118,132,27,14,3,0,0,0,0,0,0,0,0 +811121,132,27,373,44,36,4,0,0,0,0,0,0 +811122,132,27,35,3,0,0,0,0,0,0,0,0 +811191,132,27,74,11,7,0,0,0,0,0,0,0 +811192,132,27,357,9,3,4,0,0,0,0,0,0 +811198,132,27,11,3,0,0,0,0,0,0,0,0 +811212,132,27,14,6,5,0,0,0,0,0,0,0 +811310,132,27,758,40,30,3,0,0,0,0,0,0 +811412,132,27,15,6,5,0,0,0,0,0,0,0 +811420,132,27,17,8,7,0,0,0,0,0,0,0 +811490,132,27,98,23,20,0,0,0,0,0,0,0 +812111,132,27,13,6,5,0,0,0,0,0,0,0 +812112,132,27,326,82,75,0,0,0,0,0,0,0 +812113,132,27,22,18,17,0,0,0,0,0,0,0 +812191,132,27,43,8,8,0,0,0,0,0,0,0 +812199,132,27,139,26,24,0,0,0,0,0,0,0 +812210,132,27,108,17,11,0,0,0,0,0,0,0 +812310,132,27,28,6,5,0,0,0,0,0,0,0 +812320,132,27,175,24,16,3,0,0,0,0,0,0 +812910,132,27,95,20,17,0,0,0,0,0,0,0 +812930,132,27,25,12,11,0,0,0,0,0,0,0 +812990,132,27,68,24,20,0,0,0,0,0,0,0 +813110,132,27,2557,328,303,15,0,0,0,0,0,0 +813211,132,27,26,9,8,0,0,0,0,0,0,0 +813312,132,27,65,9,6,0,0,0,0,0,0,0 +813319,132,27,17,6,5,0,0,0,0,0,0,0 +813410,132,27,553,32,21,8,0,0,0,0,0,0 +813910,132,27,108,13,6,0,0,0,0,0,0,0 +813920,132,27,29,6,4,0,0,0,0,0,0,0 +813930,132,27,187,27,26,0,0,0,0,0,0,0 +813990,132,27,95,7,6,0,0,0,0,0,0,0 +115310,132,28,33,7,7,0,0,0,0,0,0,0 +221122,132,28,0,5,0,0,0,0,0,0,0,0 +236115,132,28,37,14,12,0,0,0,0,0,0,0 +236116,132,28,12,4,0,0,0,0,0,0,0,0 +236118,132,28,13,8,7,0,0,0,0,0,0,0 +236220,132,28,162,13,10,0,0,0,0,0,0,0 +237110,132,28,30,7,5,0,0,0,0,0,0,0 +237210,132,28,3,4,4,0,0,0,0,0,0,0 +237310,132,28,42,3,0,0,0,0,0,0,0,0 +238160,132,28,0,3,0,0,0,0,0,0,0,0 +238210,132,28,299,18,14,0,0,0,0,0,0,0 +238220,132,28,144,20,19,0,0,0,0,0,0,0 +238310,132,28,43,3,0,0,0,0,0,0,0,0 +238320,132,28,9,3,0,0,0,0,0,0,0,0 +238340,132,28,12,4,3,0,0,0,0,0,0,0 +238350,132,28,28,7,6,0,0,0,0,0,0,0 +238910,132,28,31,10,9,0,0,0,0,0,0,0 +323111,132,28,0,3,0,0,0,0,0,0,0,0 +327320,132,28,15,3,0,0,0,0,0,0,0,0 +332710,132,28,15,5,4,0,0,0,0,0,0,0 +337110,132,28,17,4,0,0,0,0,0,0,0,0 +423420,132,28,0,4,3,0,0,0,0,0,0,0 +423730,132,28,13,3,0,0,0,0,0,0,0,0 +423820,132,28,46,3,0,0,0,0,0,0,0,0 +424910,132,28,62,6,3,0,0,0,0,0,0,0 +424990,132,28,18,3,0,0,0,0,0,0,0,0 +425120,132,28,14,5,4,0,0,0,0,0,0,0 +441110,132,28,260,4,0,0,0,0,0,0,0,0 +441120,132,28,18,5,4,0,0,0,0,0,0,0 +441228,132,28,46,5,0,0,0,0,0,0,0,0 +441310,132,28,80,10,9,0,0,0,0,0,0,0 +441320,132,28,38,5,0,0,0,0,0,0,0,0 +442110,132,28,83,9,8,0,0,0,0,0,0,0 +443141,132,28,24,3,0,0,0,0,0,0,0,0 +443142,132,28,31,5,0,0,0,0,0,0,0,0 +444120,132,28,7,4,4,0,0,0,0,0,0,0 +444130,132,28,7,3,0,0,0,0,0,0,0,0 +444190,132,28,145,9,4,0,0,0,0,0,0,0 +444220,132,28,78,4,0,0,0,0,0,0,0,0 +445110,132,28,383,10,0,4,0,0,0,0,0,0 +445120,132,28,31,13,12,0,0,0,0,0,0,0 +446110,132,28,214,13,5,5,0,0,0,0,0,0 +446120,132,28,64,6,3,0,0,0,0,0,0,0 +447110,132,28,218,46,46,0,0,0,0,0,0,0 +448110,132,28,17,5,3,0,0,0,0,0,0,0 +448120,132,28,121,11,9,0,0,0,0,0,0,0 +448140,132,28,124,5,0,0,0,0,0,0,0,0 +448210,132,28,59,6,6,0,0,0,0,0,0,0 +451110,132,28,51,8,7,0,0,0,0,0,0,0 +452319,132,28,141,16,14,0,0,0,0,0,0,0 +453110,132,28,20,3,0,0,0,0,0,0,0,0 +453220,132,28,70,4,0,0,0,0,0,0,0,0 +453310,132,28,43,4,0,0,0,0,0,0,0,0 +453930,132,28,0,3,3,0,0,0,0,0,0,0 +453998,132,28,0,3,0,0,0,0,0,0,0,0 +454110,132,28,0,3,0,0,0,0,0,0,0,0 +454310,132,28,16,4,0,0,0,0,0,0,0,0 +454390,132,28,0,3,0,0,0,0,0,0,0,0 +484110,132,28,31,10,8,0,0,0,0,0,0,0 +484121,132,28,25,11,10,0,0,0,0,0,0,0 +484210,132,28,0,3,0,0,0,0,0,0,0,0 +484220,132,28,101,8,5,0,0,0,0,0,0,0 +488510,132,28,16,5,3,0,0,0,0,0,0,0 +492110,132,28,0,4,0,0,0,0,0,0,0,0 +517311,132,28,85,4,0,0,0,0,0,0,0,0 +517312,132,28,46,4,0,0,0,0,0,0,0,0 +522110,132,28,239,20,13,5,0,0,0,0,0,0 +522291,132,28,48,12,12,0,0,0,0,0,0,0 +522298,132,28,82,12,9,0,0,0,0,0,0,0 +523920,132,28,0,4,4,0,0,0,0,0,0,0 +524126,132,28,10,3,3,0,0,0,0,0,0,0 +524210,132,28,100,35,33,0,0,0,0,0,0,0 +531110,132,28,90,15,12,0,0,0,0,0,0,0 +531120,132,28,3,4,4,0,0,0,0,0,0,0 +531190,132,28,3,4,4,0,0,0,0,0,0,0 +531210,132,28,51,26,24,0,0,0,0,0,0,0 +531311,132,28,62,9,6,0,0,0,0,0,0,0 +531320,132,28,7,5,5,0,0,0,0,0,0,0 +532283,132,28,15,3,3,0,0,0,0,0,0,0 +532310,132,28,22,3,3,0,0,0,0,0,0,0 +541110,132,28,138,27,25,0,0,0,0,0,0,0 +541191,132,28,0,3,3,0,0,0,0,0,0,0 +541211,132,28,73,19,17,0,0,0,0,0,0,0 +541213,132,28,41,6,3,0,0,0,0,0,0,0 +541219,132,28,43,6,5,0,0,0,0,0,0,0 +541330,132,28,23,5,4,0,0,0,0,0,0,0 +541370,132,28,18,4,0,0,0,0,0,0,0,0 +541512,132,28,60,5,3,0,0,0,0,0,0,0 +541611,132,28,37,10,9,0,0,0,0,0,0,0 +541613,132,28,6,6,6,0,0,0,0,0,0,0 +541890,132,28,20,7,5,0,0,0,0,0,0,0 +541921,132,28,7,4,4,0,0,0,0,0,0,0 +541940,132,28,74,3,0,0,0,0,0,0,0,0 +551114,132,28,33,5,4,0,0,0,0,0,0,0 +561710,132,28,39,5,3,0,0,0,0,0,0,0 +561720,132,28,77,12,12,0,0,0,0,0,0,0 +561730,132,28,84,17,16,0,0,0,0,0,0,0 +561740,132,28,11,4,3,0,0,0,0,0,0,0 +561790,132,28,12,4,3,0,0,0,0,0,0,0 +562111,132,28,0,3,0,0,0,0,0,0,0,0 +621111,132,28,553,80,74,6,0,0,0,0,0,0 +621210,132,28,172,19,19,0,0,0,0,0,0,0 +621310,132,28,26,7,5,0,0,0,0,0,0,0 +621320,132,28,20,4,3,0,0,0,0,0,0,0 +621330,132,28,10,7,7,0,0,0,0,0,0,0 +621340,132,28,20,5,3,0,0,0,0,0,0,0 +621399,132,28,0,3,3,0,0,0,0,0,0,0 +621492,132,28,0,4,0,0,0,0,0,0,0,0 +621610,132,28,290,7,0,4,0,0,0,0,0,0 +623110,132,28,266,5,0,0,0,0,0,0,0,0 +623312,132,28,541,6,0,0,0,0,0,0,0,0 +624110,132,28,0,3,0,0,0,0,0,0,0,0 +624190,132,28,16,6,5,0,0,0,0,0,0,0 +624410,132,28,262,20,14,6,0,0,0,0,0,0 +713940,132,28,0,3,0,0,0,0,0,0,0,0 +713990,132,28,48,5,4,0,0,0,0,0,0,0 +721110,132,28,295,16,7,6,0,0,0,0,0,0 +722410,132,28,23,4,0,0,0,0,0,0,0,0 +722511,132,28,1537,49,20,27,0,0,0,0,0,0 +722513,132,28,1395,64,34,30,0,0,0,0,0,0 +722515,132,28,180,12,9,3,0,0,0,0,0,0 +811111,132,28,83,17,14,0,0,0,0,0,0,0 +811121,132,28,58,8,4,0,0,0,0,0,0,0 +811191,132,28,35,4,0,0,0,0,0,0,0,0 +811310,132,28,47,8,7,0,0,0,0,0,0,0 +812112,132,28,54,15,14,0,0,0,0,0,0,0 +812113,132,28,6,5,5,0,0,0,0,0,0,0 +812210,132,28,40,3,0,0,0,0,0,0,0,0 +812910,132,28,0,3,0,0,0,0,0,0,0,0 +812990,132,28,7,4,4,0,0,0,0,0,0,0 +813110,132,28,444,42,35,6,0,0,0,0,0,0 +813410,132,28,32,4,3,0,0,0,0,0,0,0 +813910,132,28,7,4,4,0,0,0,0,0,0,0 +113110,139,28,29,4,0,0,0,0,0,0,0,0 +113310,139,28,2806,357,213,3,0,0,0,0,0,0 +115111,139,28,105,8,0,0,0,0,0,0,0,0 +115112,139,28,0,3,3,0,0,0,0,0,0,0 +115114,139,28,195,25,6,0,0,0,0,0,0,0 +115210,139,28,0,3,0,0,0,0,0,0,0,0 +115310,139,28,273,52,28,0,0,0,0,0,0,0 +212311,139,28,25,5,3,0,0,0,0,0,0,0 +212313,139,28,37,6,0,0,0,0,0,0,0,0 +212324,139,28,1098,9,0,3,0,0,0,0,0,0 +221112,139,28,0,7,0,0,0,0,0,0,0,0 +221113,139,28,0,3,0,0,0,0,0,0,0,0 +221122,139,28,0,116,28,0,0,0,0,0,0,0 +221310,139,28,18,7,4,0,0,0,0,0,0,0 +236115,139,28,950,350,292,0,0,0,0,0,0,0 +236116,139,28,80,11,0,0,0,0,0,0,0,0 +236117,139,28,462,113,80,3,0,0,0,0,0,0 +236118,139,28,1019,331,294,0,0,0,0,0,0,0 +236210,139,28,351,16,3,0,0,0,0,0,0,0 +236220,139,28,2274,254,146,6,0,0,0,0,0,0 +237110,139,28,632,84,19,0,0,0,0,0,0,0 +237130,139,28,369,37,3,3,0,0,0,0,0,0 +237210,139,28,51,25,15,0,0,0,0,0,0,0 +237310,139,28,1305,43,0,0,0,0,0,0,0,0 +237990,139,28,100,8,0,0,0,0,0,0,0,0 +238110,139,28,606,94,42,3,0,0,0,0,0,0 +238120,139,28,57,7,0,0,0,0,0,0,0,0 +238140,139,28,137,34,24,0,0,0,0,0,0,0 +238150,139,28,24,17,10,0,0,0,0,0,0,0 +238160,139,28,426,61,37,0,0,0,0,0,0,0 +238170,139,28,169,7,0,0,0,0,0,0,0,0 +238190,139,28,112,11,3,0,0,0,0,0,0,0 +238210,139,28,5587,552,373,43,0,0,0,0,0,0 +238220,139,28,6175,761,566,37,0,0,0,0,0,0 +238290,139,28,303,28,6,3,0,0,0,0,0,0 +238310,139,28,481,67,39,0,0,0,0,0,0,0 +238320,139,28,606,104,83,0,0,0,0,0,0,0 +238330,139,28,68,30,19,0,0,0,0,0,0,0 +238340,139,28,86,27,12,0,0,0,0,0,0,0 +238350,139,28,291,92,58,0,0,0,0,0,0,0 +238390,139,28,4,3,3,0,0,0,0,0,0,0 +238910,139,28,2318,283,154,0,0,0,0,0,0,0 +238990,139,28,733,148,67,0,0,0,0,0,0,0 +311224,139,28,0,3,0,0,0,0,0,0,0,0 +311352,139,28,0,3,0,0,0,0,0,0,0,0 +311811,139,28,40,10,0,0,0,0,0,0,0,0 +311911,139,28,513,3,0,0,0,0,0,0,0,0 +311942,139,28,0,3,0,0,0,0,0,0,0,0 +312130,139,28,64,8,0,0,0,0,0,0,0,0 +313110,139,28,1586,19,3,0,3,0,0,0,0,0 +313210,139,28,55,6,0,0,0,0,0,0,0,0 +313230,139,28,0,3,0,0,0,0,0,0,0,0 +314110,139,28,12543,88,38,17,12,6,7,0,0,0 +314999,139,28,834,12,4,0,0,0,0,0,0,0 +321113,139,28,0,23,3,0,0,0,0,0,0,0 +321918,139,28,0,3,0,0,0,0,0,0,0,0 +321920,139,28,14,4,3,0,0,0,0,0,0,0 +321999,139,28,87,10,0,0,0,0,0,0,0,0 +322211,139,28,0,3,0,0,0,0,0,0,0,0 +322219,139,28,118,3,0,0,0,0,0,0,0,0 +323111,139,28,1099,67,15,0,0,0,0,0,0,0 +323113,139,28,64,9,6,0,0,0,0,0,0,0 +323120,139,28,1243,14,0,3,3,0,0,0,0,0 +324121,139,28,0,6,0,0,0,0,0,0,0,0 +325180,139,28,265,11,0,4,0,0,0,0,0,0 +325199,139,28,0,6,0,0,0,0,0,0,0,0 +325211,139,28,95,6,0,3,0,0,0,0,0,0 +325510,139,28,0,3,0,0,0,0,0,0,0,0 +325520,139,28,529,9,0,3,0,0,0,0,0,0 +325998,139,28,83,3,0,0,0,0,0,0,0,0 +326150,139,28,128,5,0,0,0,0,0,0,0,0 +326199,139,28,0,4,0,0,0,0,0,0,0,0 +326299,139,28,0,3,0,0,0,0,0,0,0,0 +327320,139,28,200,31,6,0,0,0,0,0,0,0 +327390,139,28,0,3,0,0,0,0,0,0,0,0 +327991,139,28,1218,55,41,9,3,0,0,0,0,0 +332311,139,28,430,9,0,0,0,0,0,0,0,0 +332322,139,28,92,14,6,0,0,0,0,0,0,0 +332710,139,28,1190,107,50,3,0,0,0,0,0,0 +332721,139,28,74,3,0,0,0,0,0,0,0,0 +332999,139,28,0,3,0,0,0,0,0,0,0,0 +333111,139,28,0,3,0,0,0,0,0,0,0,0 +333249,139,28,394,19,5,5,0,0,0,0,0,0 +333999,139,28,3,3,3,0,0,0,0,0,0,0 +336214,139,28,401,7,0,0,0,0,0,0,0,0 +337110,139,28,363,51,9,0,0,0,0,0,0,0 +337215,139,28,0,3,0,0,0,0,0,0,0,0 +339116,139,28,111,31,20,0,0,0,0,0,0,0 +339950,139,28,218,17,3,0,0,0,0,0,0,0 +339999,139,28,82,10,3,0,0,0,0,0,0,0 +423110,139,28,291,29,3,3,0,0,0,0,0,0 +423120,139,28,594,59,24,0,0,0,0,0,0,0 +423130,139,28,286,21,6,0,0,0,0,0,0,0 +423210,139,28,58,10,3,0,0,0,0,0,0,0 +423220,139,28,2595,87,51,8,5,3,0,0,0,0 +423310,139,28,232,26,12,0,0,0,0,0,0,0 +423320,139,28,74,12,10,0,0,0,0,0,0,0 +423330,139,28,123,11,6,0,0,0,0,0,0,0 +423390,139,28,82,4,0,0,0,0,0,0,0,0 +423420,139,28,894,64,43,3,0,0,0,0,0,0 +423430,139,28,0,3,0,0,0,0,0,0,0,0 +423440,139,28,40,7,3,0,0,0,0,0,0,0 +423450,139,28,31,13,6,0,0,0,0,0,0,0 +423460,139,28,0,3,3,0,0,0,0,0,0,0 +423510,139,28,220,16,0,0,0,0,0,0,0,0 +423610,139,28,596,68,31,3,0,0,0,0,0,0 +423690,139,28,43,9,0,0,0,0,0,0,0,0 +423710,139,28,149,20,3,0,0,0,0,0,0,0 +423720,139,28,298,20,9,0,0,0,0,0,0,0 +423730,139,28,235,41,24,0,0,0,0,0,0,0 +423810,139,28,381,28,9,0,0,0,0,0,0,0 +423820,139,28,816,84,15,0,0,0,0,0,0,0 +423830,139,28,1311,163,110,11,0,0,0,0,0,0 +423840,139,28,447,61,40,0,0,0,0,0,0,0 +423850,139,28,206,24,10,0,0,0,0,0,0,0 +423910,139,28,32,9,3,0,0,0,0,0,0,0 +423930,139,28,365,45,18,3,0,0,0,0,0,0 +423940,139,28,11,3,3,0,0,0,0,0,0,0 +423990,139,28,199,19,6,0,0,0,0,0,0,0 +424120,139,28,113,9,7,0,0,0,0,0,0,0 +424130,139,28,45,4,0,0,0,0,0,0,0,0 +424210,139,28,157,23,3,0,0,0,0,0,0,0 +424310,139,28,160,11,0,4,0,0,0,0,0,0 +424420,139,28,196,6,0,0,0,0,0,0,0,0 +424450,139,28,0,3,0,0,0,0,0,0,0,0 +424460,139,28,44,3,0,0,0,0,0,0,0,0 +424480,139,28,68,17,3,0,0,0,0,0,0,0 +424490,139,28,1576,69,28,3,3,0,0,0,0,0 +424590,139,28,21,9,3,0,0,0,0,0,0,0 +424610,139,28,42,4,0,0,0,0,0,0,0,0 +424690,139,28,394,53,26,0,0,0,0,0,0,0 +424710,139,28,158,18,3,0,0,0,0,0,0,0 +424720,139,28,15,3,0,0,0,0,0,0,0,0 +424810,139,28,170,3,0,0,0,0,0,0,0,0 +424910,139,28,1327,126,46,6,0,0,0,0,0,0 +424930,139,28,38,4,0,0,0,0,0,0,0,0 +424940,139,28,0,3,0,0,0,0,0,0,0,0 +424950,139,28,0,3,0,0,0,0,0,0,0,0 +424990,139,28,27,12,3,0,0,0,0,0,0,0 +425120,139,28,585,163,132,0,0,0,0,0,0,0 +441110,139,28,8812,188,6,104,13,0,0,0,0,0 +441120,139,28,1242,268,221,0,0,0,0,0,0,0 +441210,139,28,289,11,0,0,0,0,0,0,0,0 +441222,139,28,27,4,0,0,0,0,0,0,0,0 +441228,139,28,361,35,8,0,0,0,0,0,0,0 +441310,139,28,4559,475,298,7,0,0,0,0,0,0 +441320,139,28,1549,224,140,0,0,0,0,0,0,0 +442110,139,28,1647,243,137,0,0,0,0,0,0,0 +442210,139,28,671,81,39,6,0,0,0,0,0,0 +442299,139,28,820,84,37,10,0,0,0,0,0,0 +443141,139,28,296,29,8,4,0,0,0,0,0,0 +443142,139,28,1084,135,82,0,0,0,0,0,0,0 +444110,139,28,1056,27,0,0,9,0,0,0,0,0 +444120,139,28,78,33,12,0,0,0,0,0,0,0 +444130,139,28,1015,124,54,3,0,0,0,0,0,0 +444190,139,28,2333,250,126,12,0,0,0,0,0,0 +444210,139,28,129,18,3,0,0,0,0,0,0,0 +444220,139,28,724,101,20,0,0,0,0,0,0,0 +445110,139,28,20503,523,131,88,38,0,0,0,0,0 +445120,139,28,945,505,476,0,0,0,0,0,0,0 +445210,139,28,41,4,0,0,0,0,0,0,0,0 +445220,139,28,35,9,6,0,0,0,0,0,0,0 +445230,139,28,9,4,3,0,0,0,0,0,0,0 +445299,139,28,44,7,3,0,0,0,0,0,0,0 +445310,139,28,1108,323,275,0,0,0,0,0,0,0 +446110,139,28,5892,579,321,40,0,0,0,0,0,0 +446120,139,28,1174,154,99,7,0,0,0,0,0,0 +446130,139,28,431,63,44,0,0,0,0,0,0,0 +446191,139,28,174,62,50,0,0,0,0,0,0,0 +446199,139,28,353,58,36,0,0,0,0,0,0,0 +447110,139,28,10545,2071,1927,0,0,0,0,0,0,0 +447190,139,28,1104,113,45,0,0,0,0,0,0,0 +448110,139,28,273,38,17,0,0,0,0,0,0,0 +448120,139,28,2204,291,218,0,0,0,0,0,0,0 +448130,139,28,342,41,21,3,0,0,0,0,0,0 +448140,139,28,4190,218,85,50,0,0,0,0,0,0 +448150,139,28,192,32,18,0,0,0,0,0,0,0 +448190,139,28,481,61,29,3,0,0,0,0,0,0 +448210,139,28,1841,207,162,3,0,0,0,0,0,0 +448310,139,28,766,126,97,0,0,0,0,0,0,0 +451110,139,28,1175,112,61,0,0,0,0,0,0,0 +451120,139,28,780,31,0,12,0,0,0,0,0,0 +451130,139,28,40,6,3,0,0,0,0,0,0,0 +451140,139,28,0,3,0,0,0,0,0,0,0,0 +451211,139,28,387,41,7,0,0,0,0,0,0,0 +452210,139,28,2048,21,0,6,6,0,0,0,0,0 +452311,139,28,1328,38,0,0,3,13,0,0,0,0 +452319,139,28,6670,887,646,31,0,0,0,0,0,0 +453110,139,28,248,76,43,0,0,0,0,0,0,0 +453210,139,28,126,18,3,0,0,0,0,0,0,0 +453220,139,28,676,152,110,0,0,0,0,0,0,0 +453310,139,28,942,136,86,6,0,0,0,0,0,0 +453910,139,28,313,32,9,0,0,0,0,0,0,0 +453920,139,28,15,7,6,0,0,0,0,0,0,0 +453930,139,28,65,16,6,0,0,0,0,0,0,0 +453991,139,28,56,25,23,0,0,0,0,0,0,0 +453998,139,28,529,137,95,0,0,0,0,0,0,0 +454110,139,28,722,126,89,0,0,0,0,0,0,0 +454210,139,28,6,15,3,0,0,0,0,0,0,0 +454310,139,28,409,65,17,0,0,0,0,0,0,0 +454390,139,28,378,137,104,0,0,0,0,0,0,0 +484110,139,28,922,148,80,3,0,0,0,0,0,0 +484121,139,28,3932,281,154,4,0,0,0,0,0,0 +484122,139,28,1625,66,18,3,0,0,0,0,0,0 +484210,139,28,418,43,18,8,0,0,0,0,0,0 +484220,139,28,2244,237,124,6,0,0,0,0,0,0 +484230,139,28,799,69,28,3,0,0,0,0,0,0 +485310,139,28,15,3,0,0,0,0,0,0,0,0 +485991,139,28,0,3,0,0,0,0,0,0,0,0 +487210,139,28,0,4,3,0,0,0,0,0,0,0 +488119,139,28,23,3,0,0,0,0,0,0,0,0 +488190,139,28,285,18,7,0,0,0,0,0,0,0 +488210,139,28,0,5,3,0,0,0,0,0,0,0 +488320,139,28,722,6,0,0,0,0,0,0,0,0 +488410,139,28,142,34,14,0,0,0,0,0,0,0 +488490,139,28,12,10,6,0,0,0,0,0,0,0 +488510,139,28,202,55,32,0,0,0,0,0,0,0 +492110,139,28,283,28,0,0,0,0,0,0,0,0 +492210,139,28,29,4,0,0,0,0,0,0,0,0 +493110,139,28,4363,107,27,5,0,0,0,0,0,0 +493130,139,28,14,3,0,0,0,0,0,0,0,0 +493190,139,28,85,15,7,0,0,0,0,0,0,0 +511110,139,28,48,24,5,0,0,0,0,0,0,0 +511120,139,28,2,3,3,0,0,0,0,0,0,0 +511210,139,28,49,8,3,0,0,0,0,0,0,0 +512110,139,28,37,11,3,0,0,0,0,0,0,0 +512131,139,28,0,6,0,0,0,0,0,0,0,0 +515112,139,28,137,19,0,0,0,0,0,0,0,0 +515120,139,28,783,16,0,0,0,0,0,0,0,0 +517311,139,28,2767,212,85,18,3,0,0,0,0,0 +517312,139,28,1924,143,73,0,0,0,0,0,0,0 +517911,139,28,18,6,3,0,0,0,0,0,0,0 +518210,139,28,246,20,8,0,0,0,0,0,0,0 +519130,139,28,0,3,0,0,0,0,0,0,0,0 +522110,139,28,10537,909,601,63,3,0,0,0,0,0 +522120,139,28,0,10,6,0,0,0,0,0,0,0 +522130,139,28,1152,130,84,0,0,0,0,0,0,0 +522220,139,28,41,12,4,0,0,0,0,0,0,0 +522291,139,28,1576,448,379,0,0,0,0,0,0,0 +522292,139,28,222,55,41,0,0,0,0,0,0,0 +522298,139,28,1142,320,271,0,0,0,0,0,0,0 +522310,139,28,7,3,3,0,0,0,0,0,0,0 +522320,139,28,0,14,3,0,0,3,0,0,0,0 +522390,139,28,44,20,19,0,0,0,0,0,0,0 +523120,139,28,536,101,78,0,0,0,0,0,0,0 +523910,139,28,12,3,0,0,0,0,0,0,0,0 +523920,139,28,466,181,158,0,0,0,0,0,0,0 +523930,139,28,59,28,25,0,0,0,0,0,0,0 +523991,139,28,0,7,3,4,0,0,0,0,0,0 +524113,139,28,123,12,4,3,0,0,0,0,0,0 +524114,139,28,544,20,7,0,0,0,0,0,0,0 +524126,139,28,7362,62,38,0,0,0,0,0,0,0 +524210,139,28,4435,1199,1072,4,0,0,0,0,0,0 +524291,139,28,11,12,9,0,0,0,0,0,0,0 +524292,139,28,114,12,6,0,0,0,0,0,0,0 +524298,139,28,0,4,0,0,0,0,0,0,0,0 +531110,139,28,1619,416,378,0,0,0,0,0,0,0 +531120,139,28,438,145,115,0,0,0,0,0,0,0 +531130,139,28,234,102,88,0,0,0,0,0,0,0 +531190,139,28,72,30,24,0,0,0,0,0,0,0 +531210,139,28,1458,666,619,3,0,0,0,0,0,0 +531311,139,28,1088,187,148,7,0,0,0,0,0,0 +531312,139,28,281,47,32,0,0,0,0,0,0,0 +531320,139,28,111,68,66,0,0,0,0,0,0,0 +531390,139,28,42,27,24,0,0,0,0,0,0,0 +532111,139,28,308,44,19,0,0,0,0,0,0,0 +532120,139,28,433,52,25,0,0,0,0,0,0,0 +532210,139,28,75,57,24,0,0,0,0,0,0,0 +532283,139,28,56,16,3,0,0,0,0,0,0,0 +532284,139,28,11,3,0,0,0,0,0,0,0,0 +532289,139,28,66,19,3,0,0,0,0,0,0,0 +532412,139,28,75,11,6,0,0,0,0,0,0,0 +532490,139,28,246,36,16,0,0,0,0,0,0,0 +541110,139,28,4862,1354,1270,8,0,0,0,0,0,0 +541191,139,28,36,15,6,0,0,0,0,0,0,0 +541211,139,28,2245,408,321,0,0,0,0,0,0,0 +541213,139,28,1458,254,183,3,0,0,0,0,0,0 +541214,139,28,723,17,0,0,0,0,0,0,0,0 +541219,139,28,1091,207,171,0,0,0,0,0,0,0 +541310,139,28,347,73,56,0,0,0,0,0,0,0 +541320,139,28,24,10,7,0,0,0,0,0,0,0 +541330,139,28,3474,254,173,24,0,0,0,0,0,0 +541350,139,28,7,5,5,0,0,0,0,0,0,0 +541370,139,28,121,36,23,0,0,0,0,0,0,0 +541380,139,28,158,20,8,0,0,0,0,0,0,0 +541410,139,28,75,42,35,0,0,0,0,0,0,0 +541430,139,28,23,9,0,0,0,0,0,0,0,0 +541511,139,28,948,117,89,0,0,0,0,0,0,0 +541512,139,28,2789,248,188,20,0,0,0,0,0,0 +541513,139,28,472,56,38,3,0,0,0,0,0,0 +541519,139,28,71,18,16,0,0,0,0,0,0,0 +541611,139,28,779,200,162,0,0,0,0,0,0,0 +541612,139,28,85,14,5,0,0,0,0,0,0,0 +541613,139,28,186,77,67,0,0,0,0,0,0,0 +541614,139,28,21,14,5,0,0,0,0,0,0,0 +541620,139,28,35,16,13,0,0,0,0,0,0,0 +541690,139,28,65,45,36,0,0,0,0,0,0,0 +541715,139,28,68,12,3,0,0,0,0,0,0,0 +541810,139,28,128,33,20,0,0,0,0,0,0,0 +541850,139,28,54,13,3,0,0,0,0,0,0,0 +541860,139,28,7,3,3,0,0,0,0,0,0,0 +541890,139,28,185,22,12,0,0,0,0,0,0,0 +541921,139,28,192,28,19,0,0,0,0,0,0,0 +541940,139,28,2333,219,96,9,0,0,0,0,0,0 +541990,139,28,80,39,31,0,0,0,0,0,0,0 +551112,139,28,193,18,10,0,0,0,0,0,0,0 +551114,139,28,8603,205,85,28,5,0,0,0,0,0 +561110,139,28,1479,130,78,0,0,0,0,0,0,0 +561210,139,28,1425,75,18,3,0,0,0,0,0,0 +561311,139,28,252,25,9,0,0,0,0,0,0,0 +561320,139,28,11129,175,32,35,17,0,0,0,0,0 +561330,139,28,0,3,0,0,0,0,0,0,0,0 +561410,139,28,8,6,0,0,0,0,0,0,0,0 +561422,139,28,0,5,0,0,0,0,0,0,0,0 +561431,139,28,43,12,0,0,0,0,0,0,0,0 +561439,139,28,22,7,0,0,0,0,0,0,0,0 +561440,139,28,56,15,0,0,0,0,0,0,0,0 +561492,139,28,14,11,7,0,0,0,0,0,0,0 +561510,139,28,61,23,20,0,0,0,0,0,0,0 +561611,139,28,13,6,3,0,0,0,0,0,0,0 +561612,139,28,1397,27,0,0,0,0,0,0,0,0 +561621,139,28,329,37,13,0,0,0,0,0,0,0 +561622,139,28,29,7,0,0,0,0,0,0,0,0 +561710,139,28,1245,127,62,3,0,0,0,0,0,0 +561720,139,28,5010,335,230,13,9,0,0,0,0,0 +561730,139,28,4547,727,602,25,0,0,0,0,0,0 +561740,139,28,112,30,15,0,0,0,0,0,0,0 +561790,139,28,178,42,23,0,0,0,0,0,0,0 +561990,139,28,123,21,11,0,0,0,0,0,0,0 +562111,139,28,450,54,13,0,0,0,0,0,0,0 +562991,139,28,28,9,6,0,0,0,0,0,0,0 +562998,139,28,96,3,0,0,0,0,0,0,0,0 +611110,139,28,4522,102,7,12,10,0,0,0,0,0 +611310,139,28,678,16,0,0,0,0,0,0,0,0 +611420,139,28,20,3,0,0,0,0,0,0,0,0 +611430,139,28,7,3,0,0,0,0,0,0,0,0 +611519,139,28,85,3,0,0,0,0,0,0,0,0 +611610,139,28,292,53,30,0,0,0,0,0,0,0 +611620,139,28,387,61,35,4,0,0,0,0,0,0 +611691,139,28,252,30,17,0,0,0,0,0,0,0 +611699,139,28,10,3,0,0,0,0,0,0,0,0 +611710,139,28,13,3,0,0,0,0,0,0,0,0 +621111,139,28,22362,2103,1786,167,8,0,0,0,0,0 +621112,139,28,173,54,44,0,0,0,0,0,0,0 +621210,139,28,6447,811,658,34,0,0,0,0,0,0 +621310,139,28,570,163,130,0,0,0,0,0,0,0 +621320,139,28,701,117,72,0,0,0,0,0,0,0 +621330,139,28,462,110,92,0,0,0,0,0,0,0 +621340,139,28,1172,213,154,3,0,0,0,0,0,0 +621391,139,28,123,25,0,0,0,0,0,0,0,0 +621399,139,28,372,127,109,0,0,0,0,0,0,0 +621420,139,28,273,29,6,0,0,0,0,0,0,0 +621492,139,28,715,93,45,8,0,0,0,0,0,0 +621493,139,28,764,55,19,15,0,0,0,0,0,0 +621498,139,28,1911,78,16,10,0,0,0,0,0,0 +621511,139,28,220,54,30,0,0,0,0,0,0,0 +621512,139,28,177,14,6,0,0,0,0,0,0,0 +621610,139,28,9068,299,87,106,3,0,0,0,0,0 +621910,139,28,571,14,0,0,0,0,0,0,0,0 +621991,139,28,228,5,0,4,0,0,0,0,0,0 +621999,139,28,32,6,3,0,0,0,0,0,0,0 +622110,139,28,19262,23,0,0,0,0,0,3,3,0 +622310,139,28,0,3,0,0,0,0,0,0,0,0 +623110,139,28,6770,152,22,29,18,0,0,0,0,0 +623210,139,28,904,281,237,0,0,0,0,0,0,0 +623220,139,28,7,10,6,0,0,0,0,0,0,0 +623311,139,28,633,7,0,0,0,0,0,0,0,0 +623312,139,28,2516,138,46,16,0,0,0,0,0,0 +623990,139,28,751,26,0,0,0,0,0,0,0,0 +624110,139,28,490,59,27,0,0,0,0,0,0,0 +624120,139,28,3572,132,43,22,0,0,0,0,0,0 +624190,139,28,1438,192,120,6,0,0,0,0,0,0 +624210,139,28,0,3,0,0,0,0,0,0,0,0 +624221,139,28,230,21,10,0,0,0,0,0,0,0 +624229,139,28,61,18,0,0,0,0,0,0,0,0 +624310,139,28,518,23,4,0,0,0,0,0,0,0 +624410,139,28,8377,653,363,110,0,0,0,0,0,0 +711110,139,28,0,3,3,0,0,0,0,0,0,0 +711130,139,28,0,3,0,0,0,0,0,0,0,0 +711219,139,28,4,3,3,0,0,0,0,0,0,0 +711310,139,28,0,3,0,0,0,0,0,0,0,0 +711320,139,28,0,3,0,0,0,0,0,0,0,0 +711510,139,28,19,17,17,0,0,0,0,0,0,0 +712110,139,28,89,15,0,0,0,0,0,0,0,0 +713120,139,28,95,18,8,0,0,0,0,0,0,0 +713910,139,28,783,35,0,3,0,0,0,0,0,0 +713930,139,28,120,12,6,0,0,0,0,0,0,0 +713940,139,28,2288,157,72,3,0,0,0,0,0,0 +713990,139,28,436,80,54,0,0,0,0,0,0,0 +721110,139,28,11835,758,472,134,6,0,0,0,0,0 +721191,139,28,10,14,8,0,0,0,0,0,0,0 +721199,139,28,61,9,0,0,0,0,0,0,0,0 +721211,139,28,17,9,3,0,0,0,0,0,0,0 +721214,139,28,56,18,13,0,0,0,0,0,0,0 +722310,139,28,2657,150,75,7,0,0,0,0,0,0 +722320,139,28,118,17,8,0,0,0,0,0,0,0 +722410,139,28,501,90,78,0,0,0,0,0,0,0 +722511,139,28,40957,1927,1038,663,16,0,0,0,0,0 +722513,139,28,53225,2588,1363,983,3,0,0,0,0,0 +722514,139,28,1783,80,13,7,0,0,0,0,0,0 +722515,139,28,2339,188,129,22,0,0,0,0,0,0 +811111,139,28,2440,567,465,3,0,0,0,0,0,0 +811112,139,28,0,4,0,0,0,0,0,0,0,0 +811113,139,28,66,16,10,0,0,0,0,0,0,0 +811118,139,28,48,11,6,0,0,0,0,0,0,0 +811121,139,28,2042,286,195,6,0,0,0,0,0,0 +811122,139,28,56,20,6,0,0,0,0,0,0,0 +811191,139,28,304,54,28,0,0,0,0,0,0,0 +811192,139,28,1053,93,53,0,0,0,0,0,0,0 +811198,139,28,87,7,0,0,0,0,0,0,0,0 +811212,139,28,28,13,7,0,0,0,0,0,0,0 +811213,139,28,0,3,0,0,0,0,0,0,0,0 +811310,139,28,1163,178,107,3,0,0,0,0,0,0 +811412,139,28,23,13,3,0,0,0,0,0,0,0 +811420,139,28,12,3,0,0,0,0,0,0,0,0 +811490,139,28,61,27,20,0,0,0,0,0,0,0 +812111,139,28,12,6,0,0,0,0,0,0,0,0 +812112,139,28,1500,355,313,0,0,0,0,0,0,0 +812113,139,28,129,76,73,0,0,0,0,0,0,0 +812191,139,28,56,6,0,0,0,0,0,0,0,0 +812199,139,28,343,61,41,0,0,0,0,0,0,0 +812210,139,28,1056,145,60,0,0,0,0,0,0,0 +812220,139,28,74,19,0,0,0,0,0,0,0,0 +812310,139,28,130,25,11,0,0,0,0,0,0,0 +812320,139,28,743,95,53,3,0,0,0,0,0,0 +812331,139,28,0,6,4,0,0,0,0,0,0,0 +812332,139,28,0,6,0,0,0,0,0,0,0,0 +812910,139,28,296,74,50,0,0,0,0,0,0,0 +812930,139,28,19,3,0,0,0,0,0,0,0,0 +812990,139,28,154,59,47,0,0,0,0,0,0,0 +813110,139,28,17296,2741,2410,135,0,0,0,0,0,0 +813211,139,28,102,33,28,0,0,0,0,0,0,0 +813212,139,28,14,3,0,0,0,0,0,0,0,0 +813219,139,28,0,3,0,0,0,0,0,0,0,0 +813311,139,28,46,9,0,0,0,0,0,0,0,0 +813312,139,28,98,18,10,0,0,0,0,0,0,0 +813319,139,28,36,9,7,0,0,0,0,0,0,0 +813410,139,28,1215,157,109,3,0,0,0,0,0,0 +813910,139,28,402,92,65,0,0,0,0,0,0,0 +813920,139,28,38,4,3,0,0,0,0,0,0,0 +813930,139,28,367,62,33,0,0,0,0,0,0,0 +813990,139,28,103,34,13,0,0,0,0,0,0,0 +114111,151,29,23,16,15,0,0,0,0,0,0,0 +115210,151,29,7,5,5,0,0,0,0,0,0,0 +221112,151,29,0,7,0,3,0,0,0,0,0,0 +221122,151,29,0,3,0,0,0,0,0,0,0,0 +221210,151,29,0,4,0,0,0,0,0,0,0,0 +221320,151,29,0,3,0,0,0,0,0,0,0,0 +236115,151,29,705,98,94,3,0,0,0,0,0,0 +236116,151,29,68,6,0,0,0,0,0,0,0,0 +236117,151,29,324,22,16,4,0,0,0,0,0,0 +236118,151,29,1018,272,264,8,0,0,0,0,0,0 +236210,151,29,0,3,0,0,0,0,0,0,0,0 +236220,151,29,4311,169,131,33,0,0,0,0,0,0 +237110,151,29,329,24,19,4,0,0,0,0,0,0 +237120,151,29,55,4,0,0,0,0,0,0,0,0 +237130,151,29,141,12,6,0,0,0,0,0,0,0 +237210,151,29,55,14,10,0,0,0,0,0,0,0 +237310,151,29,1117,32,14,15,0,0,0,0,0,0 +237990,151,29,258,9,4,0,0,0,0,0,0,0 +238110,151,29,556,28,20,8,0,0,0,0,0,0 +238120,151,29,574,19,13,3,0,0,0,0,0,0 +238130,151,29,399,9,5,0,0,0,0,0,0,0 +238140,151,29,185,28,25,0,0,0,0,0,0,0 +238150,151,29,269,26,22,4,0,0,0,0,0,0 +238160,151,29,1057,70,54,13,0,0,0,0,0,0 +238170,151,29,83,9,6,0,0,0,0,0,0,0 +238190,151,29,58,15,14,0,0,0,0,0,0,0 +238210,151,29,3231,234,189,40,5,0,0,0,0,0 +238220,151,29,3092,238,208,24,5,0,0,0,0,0 +238290,151,29,536,22,10,9,0,0,0,0,0,0 +238310,151,29,1257,38,25,11,0,0,0,0,0,0 +238320,151,29,1073,91,76,13,0,0,0,0,0,0 +238330,151,29,335,54,51,3,0,0,0,0,0,0 +238340,151,29,456,40,37,0,0,0,0,0,0,0 +238350,151,29,676,63,52,9,0,0,0,0,0,0 +238390,151,29,231,23,18,3,0,0,0,0,0,0 +238910,151,29,832,38,27,7,3,0,0,0,0,0 +238990,151,29,548,41,34,5,0,0,0,0,0,0 +311340,151,29,46,3,0,0,0,0,0,0,0,0 +311352,151,29,430,6,0,0,0,0,0,0,0,0 +311421,151,29,136,7,0,0,0,0,0,0,0,0 +311520,151,29,40,5,3,0,0,0,0,0,0,0 +311612,151,29,192,8,4,0,0,0,0,0,0,0 +311811,151,29,702,47,37,10,0,0,0,0,0,0 +311812,151,29,896,22,10,9,0,0,0,0,0,0 +311821,151,29,0,7,0,0,0,0,0,0,0,0 +311824,151,29,25,5,3,0,0,0,0,0,0,0 +311919,151,29,39,4,0,0,0,0,0,0,0,0 +311920,151,29,0,4,0,0,0,0,0,0,0,0 +311941,151,29,56,5,0,0,0,0,0,0,0,0 +311991,151,29,679,14,7,0,0,0,0,0,0,0 +311999,151,29,21,3,0,0,0,0,0,0,0,0 +312111,151,29,471,4,0,0,0,0,0,0,0,0 +312112,151,29,184,5,0,0,0,0,0,0,0,0 +312140,151,29,18,3,0,0,0,0,0,0,0,0 +314120,151,29,48,3,0,0,0,0,0,0,0,0 +314910,151,29,29,3,0,0,0,0,0,0,0,0 +314999,151,29,11,5,5,0,0,0,0,0,0,0 +315210,151,29,120,20,20,0,0,0,0,0,0,0 +315220,151,29,77,4,0,0,0,0,0,0,0,0 +315240,151,29,126,10,7,0,0,0,0,0,0,0 +321999,151,29,30,5,4,0,0,0,0,0,0,0 +323111,151,29,568,37,28,9,0,0,0,0,0,0 +323113,151,29,200,25,20,0,0,0,0,0,0,0 +325611,151,29,53,3,0,0,0,0,0,0,0,0 +326199,151,29,81,6,0,0,0,0,0,0,0,0 +327320,151,29,293,6,0,0,0,0,0,0,0,0 +327390,151,29,210,7,3,0,0,0,0,0,0,0 +327991,151,29,49,4,0,0,0,0,0,0,0,0 +332321,151,29,38,5,4,0,0,0,0,0,0,0 +332322,151,29,94,5,3,0,0,0,0,0,0,0 +332323,151,29,0,3,0,0,0,0,0,0,0,0 +332710,151,29,52,6,3,0,0,0,0,0,0,0 +336611,151,29,922,13,5,0,0,0,0,0,0,0 +337110,151,29,91,11,6,0,0,0,0,0,0,0 +337122,151,29,86,6,0,0,0,0,0,0,0,0 +339116,151,29,147,20,16,0,0,0,0,0,0,0 +339910,151,29,238,15,13,0,0,0,0,0,0,0 +339920,151,29,51,13,10,0,0,0,0,0,0,0 +339950,151,29,76,8,5,0,0,0,0,0,0,0 +339992,151,29,53,3,0,0,0,0,0,0,0,0 +339999,151,29,15,6,4,0,0,0,0,0,0,0 +423110,151,29,172,10,4,0,0,0,0,0,0,0 +423120,151,29,366,20,12,6,0,0,0,0,0,0 +423130,151,29,93,9,6,3,0,0,0,0,0,0 +423210,151,29,167,11,6,4,0,0,0,0,0,0 +423220,151,29,249,32,27,0,0,0,0,0,0,0 +423310,151,29,161,19,18,0,0,0,0,0,0,0 +423320,151,29,0,3,0,0,0,0,0,0,0,0 +423330,151,29,199,10,6,4,0,0,0,0,0,0 +423390,151,29,136,16,14,0,0,0,0,0,0,0 +423410,151,29,14,4,3,0,0,0,0,0,0,0 +423420,151,29,324,17,11,3,0,0,0,0,0,0 +423430,151,29,84,13,12,0,0,0,0,0,0,0 +423440,151,29,108,17,14,0,0,0,0,0,0,0 +423450,151,29,197,26,24,0,0,0,0,0,0,0 +423460,151,29,25,4,0,0,0,0,0,0,0,0 +423490,151,29,22,6,4,0,0,0,0,0,0,0 +423510,151,29,186,18,14,4,0,0,0,0,0,0 +423610,151,29,410,38,27,9,0,0,0,0,0,0 +423620,151,29,83,6,0,0,0,0,0,0,0,0 +423690,151,29,218,20,16,0,0,0,0,0,0,0 +423710,151,29,159,21,17,0,0,0,0,0,0,0 +423720,151,29,251,18,15,0,0,0,0,0,0,0 +423730,151,29,218,15,8,5,0,0,0,0,0,0 +423740,151,29,28,3,0,0,0,0,0,0,0,0 +423810,151,29,158,7,0,4,0,0,0,0,0,0 +423820,151,29,107,7,3,0,0,0,0,0,0,0 +423830,151,29,162,31,31,0,0,0,0,0,0,0 +423840,151,29,90,12,9,0,0,0,0,0,0,0 +423850,151,29,159,14,11,0,0,0,0,0,0,0 +423860,151,29,24,5,3,0,0,0,0,0,0,0 +423910,151,29,113,19,15,0,0,0,0,0,0,0 +423920,151,29,109,10,5,0,0,0,0,0,0,0 +423930,151,29,290,18,12,4,0,0,0,0,0,0 +423940,151,29,199,53,50,0,0,0,0,0,0,0 +423990,151,29,277,25,21,0,0,0,0,0,0,0 +424120,151,29,180,20,16,0,0,0,0,0,0,0 +424130,151,29,373,25,19,4,0,0,0,0,0,0 +424210,151,29,718,45,38,4,0,0,0,0,0,0 +424310,151,29,57,9,7,0,0,0,0,0,0,0 +424320,151,29,341,30,23,6,0,0,0,0,0,0 +424330,151,29,127,28,28,0,0,0,0,0,0,0 +424340,151,29,48,11,8,0,0,0,0,0,0,0 +424410,151,29,342,13,4,3,0,0,0,0,0,0 +424420,151,29,1113,31,21,7,0,0,0,0,0,0 +424430,151,29,242,7,0,0,0,0,0,0,0,0 +424440,151,29,69,3,0,0,0,0,0,0,0,0 +424450,151,29,193,18,15,0,0,0,0,0,0,0 +424460,151,29,504,20,8,4,0,0,0,0,0,0 +424470,151,29,67,4,0,0,0,0,0,0,0,0 +424480,151,29,767,33,25,4,3,0,0,0,0,0 +424490,151,29,1518,49,34,10,5,0,0,0,0,0 +424610,151,29,40,7,6,0,0,0,0,0,0,0 +424690,151,29,90,15,15,0,0,0,0,0,0,0 +424710,151,29,125,4,3,0,0,0,0,0,0,0 +424720,151,29,23,3,0,0,0,0,0,0,0,0 +424810,151,29,0,5,3,0,0,0,0,0,0,0 +424820,151,29,463,9,4,0,0,0,0,0,0,0 +424910,151,29,121,16,15,0,0,0,0,0,0,0 +424920,151,29,18,8,7,0,0,0,0,0,0,0 +424930,151,29,181,22,20,0,0,0,0,0,0,0 +424940,151,29,4,3,3,0,0,0,0,0,0,0 +424950,151,29,45,5,0,0,0,0,0,0,0,0 +424990,151,29,346,58,54,3,0,0,0,0,0,0 +425120,151,29,459,91,87,3,0,0,0,0,0,0 +441110,151,29,3163,41,3,19,15,0,0,0,0,0 +441120,151,29,170,34,31,0,0,0,0,0,0,0 +441222,151,29,253,6,0,0,0,0,0,0,0,0 +441228,151,29,182,13,9,0,0,0,0,0,0,0 +441310,151,29,691,76,67,9,0,0,0,0,0,0 +441320,151,29,420,36,32,3,0,0,0,0,0,0 +442110,151,29,368,38,31,6,0,0,0,0,0,0 +442210,151,29,82,12,9,0,0,0,0,0,0,0 +442291,151,29,37,7,4,0,0,0,0,0,0,0 +442299,151,29,500,38,30,6,0,0,0,0,0,0 +443141,151,29,95,17,15,0,0,0,0,0,0,0 +443142,151,29,957,61,52,4,3,0,0,0,0,0 +444110,151,29,1792,16,0,7,4,0,0,0,0,0 +444120,151,29,76,14,12,0,0,0,0,0,0,0 +444130,151,29,243,21,14,5,0,0,0,0,0,0 +444190,151,29,409,53,49,3,0,0,0,0,0,0 +444210,151,29,16,3,0,0,0,0,0,0,0,0 +444220,151,29,48,13,10,0,0,0,0,0,0,0 +445110,151,29,6442,178,103,63,11,0,0,0,0,0 +445120,151,29,633,102,98,4,0,0,0,0,0,0 +445210,151,29,42,10,7,0,0,0,0,0,0,0 +445220,151,29,243,17,15,0,0,0,0,0,0,0 +445230,151,29,60,17,14,0,0,0,0,0,0,0 +445291,151,29,302,23,20,3,0,0,0,0,0,0 +445292,151,29,291,33,32,0,0,0,0,0,0,0 +445299,151,29,101,17,17,0,0,0,0,0,0,0 +445310,151,29,193,50,49,0,0,0,0,0,0,0 +446110,151,29,1173,108,89,19,0,0,0,0,0,0 +446120,151,29,745,66,57,7,0,0,0,0,0,0 +446130,151,29,309,36,34,0,0,0,0,0,0,0 +446191,151,29,174,46,46,0,0,0,0,0,0,0 +446199,151,29,152,24,23,0,0,0,0,0,0,0 +447110,151,29,1299,123,118,5,0,0,0,0,0,0 +447190,151,29,193,18,15,3,0,0,0,0,0,0 +448110,151,29,378,43,39,4,0,0,0,0,0,0 +448120,151,29,1593,145,128,14,0,0,0,0,0,0 +448130,151,29,234,23,18,0,0,0,0,0,0,0 +448140,151,29,4694,163,103,53,6,0,0,0,0,0 +448150,151,29,1033,89,72,15,0,0,0,0,0,0 +448190,151,29,780,70,60,8,0,0,0,0,0,0 +448210,151,29,1233,97,77,19,0,0,0,0,0,0 +448310,151,29,979,162,155,7,0,0,0,0,0,0 +448320,151,29,229,17,13,4,0,0,0,0,0,0 +451110,151,29,530,71,67,4,0,0,0,0,0,0 +451120,151,29,309,24,21,0,0,0,0,0,0,0 +451130,151,29,113,13,10,0,0,0,0,0,0,0 +451140,151,29,80,15,13,0,0,0,0,0,0,0 +451211,151,29,149,12,8,0,0,0,0,0,0,0 +451212,151,29,3,3,3,0,0,0,0,0,0,0 +452210,151,29,1882,10,0,0,7,0,0,0,0,0 +452311,151,29,5733,22,0,0,9,11,0,0,0,0 +452319,151,29,848,14,9,0,0,0,0,0,0,0 +453110,151,29,323,47,46,0,0,0,0,0,0,0 +453210,151,29,335,19,13,5,0,0,0,0,0,0 +453220,151,29,1667,180,162,18,0,0,0,0,0,0 +453310,151,29,455,32,27,0,0,0,0,0,0,0 +453910,151,29,275,23,16,7,0,0,0,0,0,0 +453920,151,29,82,16,14,0,0,0,0,0,0,0 +453991,151,29,39,11,9,0,0,0,0,0,0,0 +453998,151,29,189,39,38,0,0,0,0,0,0,0 +454110,151,29,493,63,57,3,0,0,0,0,0,0 +454210,151,29,48,10,10,0,0,0,0,0,0,0 +454310,151,29,0,3,0,0,0,0,0,0,0,0 +454390,151,29,207,75,75,0,0,0,0,0,0,0 +481111,151,29,7889,25,14,4,0,0,0,0,0,0 +481211,151,29,26,6,4,0,0,0,0,0,0,0 +481212,151,29,92,4,0,0,0,0,0,0,0,0 +483113,151,29,222,4,0,0,0,0,0,0,0,0 +484110,151,29,848,47,35,11,0,0,0,0,0,0 +484121,151,29,0,5,0,0,0,0,0,0,0,0 +484122,151,29,27,4,0,0,0,0,0,0,0,0 +484210,151,29,987,26,11,12,0,0,0,0,0,0 +484220,151,29,569,39,28,11,0,0,0,0,0,0 +484230,151,29,43,3,0,0,0,0,0,0,0,0 +485113,151,29,0,5,0,0,0,0,0,0,0,0 +485310,151,29,212,15,10,0,0,0,0,0,0,0 +485320,151,29,221,30,26,4,0,0,0,0,0,0 +485410,151,29,0,4,0,0,0,0,0,0,0,0 +485991,151,29,0,15,12,0,0,0,0,0,0,0 +485999,151,29,459,16,10,0,0,0,0,0,0,0 +487110,151,29,1162,23,12,4,0,0,0,0,0,0 +487210,151,29,897,38,26,10,0,0,0,0,0,0 +487990,151,29,165,7,0,3,0,0,0,0,0,0 +488119,151,29,1093,16,5,3,5,0,0,0,0,0 +488190,151,29,72,8,7,0,0,0,0,0,0,0 +488320,151,29,0,4,0,0,0,0,0,0,0,0 +488330,151,29,51,8,6,0,0,0,0,0,0,0 +488390,151,29,127,10,4,3,0,0,0,0,0,0 +488410,151,29,119,25,23,0,0,0,0,0,0,0 +488490,151,29,0,3,0,0,0,0,0,0,0,0 +488510,151,29,560,40,36,0,0,0,0,0,0,0 +492110,151,29,1129,15,6,3,0,0,0,0,0,0 +492210,151,29,184,9,7,0,0,0,0,0,0,0 +493110,151,29,774,32,23,6,0,0,0,0,0,0 +493120,151,29,76,3,0,0,0,0,0,0,0,0 +493190,151,29,127,7,0,3,0,0,0,0,0,0 +511110,151,29,0,4,0,0,0,0,0,0,0,0 +511120,151,29,241,24,20,3,0,0,0,0,0,0 +511130,151,29,75,8,5,0,0,0,0,0,0,0 +511140,151,29,53,4,0,0,0,0,0,0,0,0 +511210,151,29,111,19,18,0,0,0,0,0,0,0 +512110,151,29,208,42,40,0,0,0,0,0,0,0 +512131,151,29,683,14,0,9,0,0,0,0,0,0 +512191,151,29,5,4,4,0,0,0,0,0,0,0 +512240,151,29,13,4,3,0,0,0,0,0,0,0 +515112,151,29,296,16,8,6,0,0,0,0,0,0 +515120,151,29,530,14,6,0,0,0,0,0,0,0 +515210,151,29,0,3,0,0,0,0,0,0,0,0 +517311,151,29,2356,57,42,12,0,0,0,0,0,0 +517312,151,29,748,69,61,7,0,0,0,0,0,0 +517410,151,29,0,4,3,0,0,0,0,0,0,0 +517911,151,29,0,5,3,0,0,0,0,0,0,0 +517919,151,29,14,3,0,0,0,0,0,0,0,0 +518210,151,29,603,45,38,4,0,0,0,0,0,0 +519130,151,29,49,9,9,0,0,0,0,0,0,0 +522110,151,29,4534,136,116,10,0,3,3,0,0,0 +522120,151,29,0,66,59,3,0,0,0,0,0,0 +522130,151,29,1416,92,77,13,0,0,0,0,0,0 +522220,151,29,25,5,3,0,0,0,0,0,0,0 +522291,151,29,29,10,9,0,0,0,0,0,0,0 +522292,151,29,410,61,58,0,0,0,0,0,0,0 +522298,151,29,30,9,7,0,0,0,0,0,0,0 +522310,151,29,119,34,32,0,0,0,0,0,0,0 +522320,151,29,66,6,3,0,0,0,0,0,0,0 +522390,151,29,84,25,25,0,0,0,0,0,0,0 +523120,151,29,244,22,19,0,0,0,0,0,0,0 +523130,151,29,18,5,3,0,0,0,0,0,0,0 +523910,151,29,79,21,19,0,0,0,0,0,0,0 +523920,151,29,385,91,86,0,0,0,0,0,0,0 +523930,151,29,85,48,46,0,0,0,0,0,0,0 +523991,151,29,0,3,0,0,0,0,0,0,0,0 +524113,151,29,369,28,22,4,0,0,0,0,0,0 +524114,151,29,3738,25,16,0,5,0,0,0,0,0 +524126,151,29,1096,26,17,4,0,0,0,0,0,0 +524127,151,29,264,23,20,0,0,0,0,0,0,0 +524210,151,29,1773,265,246,15,0,0,0,0,0,0 +524291,151,29,109,6,3,0,0,0,0,0,0,0 +524292,151,29,796,27,17,6,4,0,0,0,0,0 +524298,151,29,38,6,4,0,0,0,0,0,0,0 +531110,151,29,1391,211,203,4,0,0,0,0,0,0 +531120,151,29,904,188,179,8,0,0,0,0,0,0 +531130,151,29,163,37,37,0,0,0,0,0,0,0 +531190,151,29,139,21,20,0,0,0,0,0,0,0 +531210,151,29,1171,304,294,9,0,0,0,0,0,0 +531311,151,29,1764,154,139,11,4,0,0,0,0,0 +531312,151,29,487,71,66,3,0,0,0,0,0,0 +531320,151,29,86,43,43,0,0,0,0,0,0,0 +531390,151,29,237,48,43,0,0,0,0,0,0,0 +532111,151,29,779,71,59,11,0,0,0,0,0,0 +532120,151,29,112,11,6,3,0,0,0,0,0,0 +532210,151,29,45,10,10,0,0,0,0,0,0,0 +532281,151,29,58,4,0,0,0,0,0,0,0,0 +532282,151,29,19,6,4,0,0,0,0,0,0,0 +532283,151,29,70,4,3,0,0,0,0,0,0,0 +532284,151,29,274,25,20,4,0,0,0,0,0,0 +532289,151,29,217,19,14,0,0,0,0,0,0,0 +532411,151,29,4,3,3,0,0,0,0,0,0,0 +532412,151,29,54,8,7,0,0,0,0,0,0,0 +532420,151,29,0,3,0,0,0,0,0,0,0,0 +532490,151,29,315,35,29,3,0,0,0,0,0,0 +533110,151,29,169,4,0,0,0,0,0,0,0,0 +541110,151,29,2751,476,441,35,0,0,0,0,0,0 +541199,151,29,24,6,6,0,0,0,0,0,0,0 +541211,151,29,1370,227,216,11,0,0,0,0,0,0 +541213,151,29,637,107,99,7,0,0,0,0,0,0 +541214,151,29,174,9,4,3,0,0,0,0,0,0 +541219,151,29,432,129,127,0,0,0,0,0,0,0 +541310,151,29,905,109,100,8,0,0,0,0,0,0 +541320,151,29,121,18,16,0,0,0,0,0,0,0 +541330,151,29,3309,251,203,45,3,0,0,0,0,0 +541340,151,29,15,11,11,0,0,0,0,0,0,0 +541350,151,29,72,15,13,0,0,0,0,0,0,0 +541370,151,29,143,14,11,0,0,0,0,0,0,0 +541380,151,29,111,16,15,0,0,0,0,0,0,0 +541410,151,29,75,24,21,0,0,0,0,0,0,0 +541430,151,29,88,34,33,0,0,0,0,0,0,0 +541490,151,29,1,3,3,0,0,0,0,0,0,0 +541511,151,29,691,99,90,8,0,0,0,0,0,0 +541512,151,29,1535,195,173,22,0,0,0,0,0,0 +541513,151,29,376,41,37,0,0,0,0,0,0,0 +541519,151,29,24,8,6,0,0,0,0,0,0,0 +541611,151,29,1331,162,151,6,3,0,0,0,0,0 +541612,151,29,41,15,13,0,0,0,0,0,0,0 +541613,151,29,361,66,64,0,0,0,0,0,0,0 +541614,151,29,48,8,6,0,0,0,0,0,0,0 +541618,151,29,0,3,0,0,0,0,0,0,0,0 +541620,151,29,363,47,43,4,0,0,0,0,0,0 +541690,151,29,440,40,35,4,0,0,0,0,0,0 +541713,151,29,16,8,7,0,0,0,0,0,0,0 +541714,151,29,262,8,3,0,0,0,0,0,0,0 +541715,151,29,288,27,24,0,0,0,0,0,0,0 +541720,151,29,154,13,8,0,0,0,0,0,0,0 +541810,151,29,192,29,28,0,0,0,0,0,0,0 +541820,151,29,106,23,23,0,0,0,0,0,0,0 +541840,151,29,10,5,5,0,0,0,0,0,0,0 +541860,151,29,0,3,0,0,0,0,0,0,0,0 +541890,151,29,346,17,11,4,0,0,0,0,0,0 +541910,151,29,200,9,6,3,0,0,0,0,0,0 +541921,151,29,315,57,55,0,0,0,0,0,0,0 +541922,151,29,129,29,25,0,0,0,0,0,0,0 +541930,151,29,30,10,8,0,0,0,0,0,0,0 +541940,151,29,856,49,37,11,0,0,0,0,0,0 +541990,151,29,203,24,19,0,0,0,0,0,0,0 +551112,151,29,587,25,22,0,0,0,0,0,0,0 +551114,151,29,5703,195,139,44,10,0,0,0,0,0 +561110,151,29,795,61,54,4,0,0,0,0,0,0 +561210,151,29,968,27,19,3,0,0,0,0,0,0 +561311,151,29,278,7,0,0,0,0,0,0,0,0 +561312,151,29,10,5,4,0,0,0,0,0,0,0 +561320,151,29,2725,59,36,12,7,0,0,0,0,0 +561330,151,29,938,16,7,4,0,0,0,0,0,0 +561410,151,29,15,6,5,0,0,0,0,0,0,0 +561421,151,29,50,3,0,0,0,0,0,0,0,0 +561422,151,29,244,4,0,0,0,0,0,0,0,0 +561431,151,29,86,15,14,0,0,0,0,0,0,0 +561439,151,29,99,18,18,0,0,0,0,0,0,0 +561440,151,29,63,7,5,0,0,0,0,0,0,0 +561492,151,29,28,12,11,0,0,0,0,0,0,0 +561499,151,29,34,6,4,0,0,0,0,0,0,0 +561510,151,29,912,141,133,7,0,0,0,0,0,0 +561520,151,29,1154,95,79,15,0,0,0,0,0,0 +561591,151,29,54,6,3,0,0,0,0,0,0,0 +561599,151,29,189,17,11,0,0,0,0,0,0,0 +561611,151,29,7,5,5,0,0,0,0,0,0,0 +561612,151,29,4495,47,15,16,10,0,0,0,0,0 +561613,151,29,175,3,0,0,0,0,0,0,0,0 +561621,151,29,909,23,15,3,0,0,0,0,0,0 +561622,151,29,36,13,10,0,0,0,0,0,0,0 +561710,151,29,436,41,33,6,0,0,0,0,0,0 +561720,151,29,4764,196,163,24,4,3,0,0,0,0 +561730,151,29,1931,148,125,20,3,0,0,0,0,0 +561740,151,29,27,9,8,0,0,0,0,0,0,0 +561790,151,29,176,38,36,0,0,0,0,0,0,0 +561920,151,29,79,17,15,0,0,0,0,0,0,0 +561990,151,29,286,29,24,0,0,0,0,0,0,0 +562111,151,29,574,19,11,3,0,0,0,0,0,0 +562211,151,29,21,4,0,0,0,0,0,0,0,0 +562212,151,29,85,3,0,0,0,0,0,0,0,0 +562910,151,29,280,18,15,0,0,0,0,0,0,0 +562920,151,29,257,13,10,0,0,0,0,0,0,0 +562991,151,29,67,8,5,0,0,0,0,0,0,0 +562998,151,29,57,5,0,0,0,0,0,0,0,0 +611110,151,29,8011,60,23,21,11,0,0,0,0,0 +611210,151,29,145,5,0,0,0,0,0,0,0,0 +611310,151,29,5437,28,16,4,0,0,3,0,0,0 +611420,151,29,68,5,0,0,0,0,0,0,0,0 +611430,151,29,40,16,14,0,0,0,0,0,0,0 +611511,151,29,29,5,0,0,0,0,0,0,0,0 +611512,151,29,31,5,3,0,0,0,0,0,0,0 +611513,151,29,50,8,4,0,0,0,0,0,0,0 +611519,151,29,78,13,13,0,0,0,0,0,0,0 +611610,151,29,288,42,40,0,0,0,0,0,0,0 +611620,151,29,514,52,44,6,0,0,0,0,0,0 +611630,151,29,257,21,16,4,0,0,0,0,0,0 +611691,151,29,497,59,53,5,0,0,0,0,0,0 +611692,151,29,2,3,3,0,0,0,0,0,0,0 +611699,151,29,321,21,14,3,0,0,0,0,0,0 +611710,151,29,159,24,21,0,0,0,0,0,0,0 +621111,151,29,4299,796,765,30,0,0,0,0,0,0 +621112,151,29,123,37,35,0,0,0,0,0,0,0 +621210,151,29,3000,462,440,22,0,0,0,0,0,0 +621310,151,29,144,55,54,0,0,0,0,0,0,0 +621320,151,29,417,83,83,0,0,0,0,0,0,0 +621330,151,29,404,98,93,0,0,0,0,0,0,0 +621340,151,29,724,99,88,11,0,0,0,0,0,0 +621391,151,29,23,12,11,0,0,0,0,0,0,0 +621399,151,29,264,66,63,3,0,0,0,0,0,0 +621410,151,29,17,4,0,0,0,0,0,0,0,0 +621420,151,29,744,17,8,4,0,0,0,0,0,0 +621491,151,29,0,35,19,11,0,0,0,0,0,0 +621492,151,29,0,27,0,23,0,0,0,0,0,0 +621493,151,29,326,16,9,6,0,0,0,0,0,0 +621498,151,29,1394,36,23,11,0,0,0,0,0,0 +621511,151,29,0,25,12,5,0,0,0,0,0,0 +621512,151,29,168,10,3,0,0,0,0,0,0,0 +621610,151,29,2875,57,26,21,5,3,0,0,0,0 +621910,151,29,0,3,0,0,0,0,0,0,0,0 +621999,151,29,306,24,19,0,0,0,0,0,0,0 +622110,151,29,14402,10,0,0,0,0,4,3,0,0 +622310,151,29,2353,4,0,0,0,0,0,0,0,0 +623110,151,29,3497,39,10,12,14,0,0,0,0,0 +623210,151,29,129,7,0,0,0,0,0,0,0,0 +623220,151,29,892,32,20,11,0,0,0,0,0,0 +623311,151,29,1418,10,0,0,0,0,0,0,0,0 +623312,151,29,451,43,39,0,0,0,0,0,0,0 +623990,151,29,155,11,6,0,0,0,0,0,0,0 +624110,151,29,504,36,29,6,0,0,0,0,0,0 +624120,151,29,4240,89,55,25,7,0,0,0,0,0 +624190,151,29,939,78,65,12,0,0,0,0,0,0 +624210,151,29,88,5,0,0,0,0,0,0,0,0 +624221,151,29,575,17,9,5,0,0,0,0,0,0 +624229,151,29,145,30,27,0,0,0,0,0,0,0 +624230,151,29,25,3,3,0,0,0,0,0,0,0 +624310,151,29,930,33,25,4,3,0,0,0,0,0 +624410,151,29,2271,173,135,38,0,0,0,0,0,0 +711110,151,29,729,14,3,4,0,0,0,0,0,0 +711120,151,29,0,4,0,0,0,0,0,0,0,0 +711130,151,29,126,13,11,0,0,0,0,0,0,0 +711219,151,29,0,3,3,0,0,0,0,0,0,0 +711320,151,29,30,10,8,0,0,0,0,0,0,0 +711410,151,29,11,7,7,0,0,0,0,0,0,0 +711510,151,29,83,30,27,0,0,0,0,0,0,0 +712110,151,29,1031,11,0,3,0,0,0,0,0,0 +712120,151,29,231,5,0,0,0,0,0,0,0,0 +712130,151,29,0,4,0,0,0,0,0,0,0,0 +713120,151,29,55,11,9,0,0,0,0,0,0,0 +713910,151,29,1432,22,3,7,6,0,0,0,0,0 +713930,151,29,110,7,0,0,0,0,0,0,0,0 +713940,151,29,1562,47,29,14,4,0,0,0,0,0 +713950,151,29,262,5,0,0,0,0,0,0,0,0 +713990,151,29,642,58,53,4,0,0,0,0,0,0 +721110,151,29,18124,106,30,40,16,8,9,0,0,0 +721199,151,29,39,7,4,0,0,0,0,0,0,0 +721214,151,29,4,3,3,0,0,0,0,0,0,0 +722310,151,29,2579,64,42,19,0,0,0,0,0,0 +722320,151,29,824,31,23,5,0,0,0,0,0,0 +722330,151,29,174,40,39,0,0,0,0,0,0,0 +722410,151,29,1393,167,146,21,0,0,0,0,0,0 +722511,151,29,24348,850,491,318,37,4,0,0,0,0 +722513,151,29,16173,990,714,266,10,0,0,0,0,0 +722514,151,29,72,5,5,0,0,0,0,0,0,0 +722515,151,29,3298,301,267,33,0,0,0,0,0,0 +811111,151,29,641,153,151,0,0,0,0,0,0,0 +811112,151,29,0,4,0,0,0,0,0,0,0,0 +811113,151,29,35,9,9,0,0,0,0,0,0,0 +811118,151,29,34,7,6,0,0,0,0,0,0,0 +811121,151,29,710,81,72,8,0,0,0,0,0,0 +811122,151,29,113,19,16,0,0,0,0,0,0,0 +811191,151,29,138,14,13,0,0,0,0,0,0,0 +811192,151,29,373,32,26,4,0,0,0,0,0,0 +811198,151,29,28,11,9,0,0,0,0,0,0,0 +811212,151,29,44,13,13,0,0,0,0,0,0,0 +811219,151,29,34,5,3,0,0,0,0,0,0,0 +811310,151,29,170,45,45,0,0,0,0,0,0,0 +811412,151,29,60,14,12,0,0,0,0,0,0,0 +811420,151,29,37,11,9,0,0,0,0,0,0,0 +811490,151,29,111,23,23,0,0,0,0,0,0,0 +812111,151,29,137,37,37,0,0,0,0,0,0,0 +812112,151,29,1501,251,237,12,0,0,0,0,0,0 +812113,151,29,306,60,57,3,0,0,0,0,0,0 +812191,151,29,24,5,3,0,0,0,0,0,0,0 +812199,151,29,308,68,66,0,0,0,0,0,0,0 +812210,151,29,283,14,10,3,0,0,0,0,0,0 +812220,151,29,123,8,6,0,0,0,0,0,0,0 +812310,151,29,56,15,14,0,0,0,0,0,0,0 +812320,151,29,676,23,19,0,0,0,0,0,0,0 +812331,151,29,455,4,0,0,0,0,0,0,0,0 +812910,151,29,190,30,28,0,0,0,0,0,0,0 +812921,151,29,11,3,0,0,0,0,0,0,0,0 +812930,151,29,1997,151,140,7,0,0,0,0,0,0 +812990,151,29,700,75,69,4,0,0,0,0,0,0 +813110,151,29,3721,369,319,46,3,0,0,0,0,0 +813211,151,29,359,33,29,0,0,0,0,0,0,0 +813212,151,29,194,19,12,3,0,0,0,0,0,0 +813219,151,29,50,4,0,0,0,0,0,0,0,0 +813311,151,29,78,14,14,0,0,0,0,0,0,0 +813312,151,29,211,24,20,0,0,0,0,0,0,0 +813319,151,29,326,26,21,3,0,0,0,0,0,0 +813410,151,29,1443,62,51,4,6,0,0,0,0,0 +813910,151,29,214,41,38,3,0,0,0,0,0,0 +813920,151,29,75,16,14,0,0,0,0,0,0,0 +813930,151,29,859,63,49,14,0,0,0,0,0,0 +813940,151,29,5,4,4,0,0,0,0,0,0,0 +813990,151,29,3464,638,598,37,0,0,0,0,0,0 +115210,159,30,4,4,4,0,0,0,0,0,0,0 +115310,159,30,0,3,0,0,0,0,0,0,0,0 +221112,159,30,0,3,0,0,0,0,0,0,0,0 +221122,159,30,0,5,0,0,0,0,0,0,0,0 +221310,159,30,128,12,3,0,0,0,0,0,0,0 +221320,159,30,29,16,15,0,0,0,0,0,0,0 +236115,159,30,875,169,161,4,0,0,0,0,0,0 +236117,159,30,33,13,8,0,0,0,0,0,0,0 +236118,159,30,387,136,131,0,0,0,0,0,0,0 +236220,159,30,770,52,41,6,0,0,0,0,0,0 +237110,159,30,46,11,3,0,0,0,0,0,0,0 +237210,159,30,90,12,6,0,0,0,0,0,0,0 +237310,159,30,175,10,3,0,0,0,0,0,0,0 +238110,159,30,123,25,18,0,0,0,0,0,0,0 +238120,159,30,80,4,3,0,0,0,0,0,0,0 +238130,159,30,141,9,4,0,0,0,0,0,0,0 +238140,159,30,196,40,37,0,0,0,0,0,0,0 +238150,159,30,107,13,7,0,0,0,0,0,0,0 +238160,159,30,172,31,30,0,0,0,0,0,0,0 +238170,159,30,6,3,3,0,0,0,0,0,0,0 +238210,159,30,1053,119,104,10,0,0,0,0,0,0 +238220,159,30,1263,135,124,8,0,0,0,0,0,0 +238310,159,30,215,31,24,0,0,0,0,0,0,0 +238320,159,30,320,61,52,0,0,0,0,0,0,0 +238330,159,30,108,20,10,0,0,0,0,0,0,0 +238340,159,30,118,31,24,0,0,0,0,0,0,0 +238350,159,30,279,48,41,0,0,0,0,0,0,0 +238390,159,30,11,7,6,0,0,0,0,0,0,0 +238910,159,30,735,71,63,3,0,0,0,0,0,0 +238990,159,30,271,45,40,0,0,0,0,0,0,0 +311352,159,30,0,6,0,0,0,0,0,0,0,0 +311421,159,30,31,8,6,0,0,0,0,0,0,0 +311611,159,30,28,6,0,0,0,0,0,0,0,0 +311811,159,30,220,17,9,0,0,0,0,0,0,0 +311812,159,30,84,8,4,0,0,0,0,0,0,0 +311911,159,30,0,3,0,0,0,0,0,0,0,0 +311920,159,30,93,10,4,0,0,0,0,0,0,0 +311991,159,30,23,8,3,0,0,0,0,0,0,0 +312111,159,30,8,3,0,0,0,0,0,0,0,0 +323111,159,30,81,16,9,0,0,0,0,0,0,0 +323113,159,30,28,10,3,0,0,0,0,0,0,0 +325620,159,30,24,4,0,0,0,0,0,0,0,0 +327320,159,30,179,4,0,0,0,0,0,0,0,0 +337110,159,30,52,11,7,0,0,0,0,0,0,0 +339910,159,30,14,9,9,0,0,0,0,0,0,0 +339920,159,30,12,6,5,0,0,0,0,0,0,0 +339950,159,30,8,4,4,0,0,0,0,0,0,0 +339999,159,30,0,3,3,0,0,0,0,0,0,0 +423120,159,30,12,7,0,0,0,0,0,0,0,0 +423220,159,30,18,3,0,0,0,0,0,0,0,0 +423310,159,30,44,6,3,0,0,0,0,0,0,0 +423320,159,30,0,6,3,0,0,0,0,0,0,0 +423330,159,30,0,4,0,0,0,0,0,0,0,0 +423420,159,30,5,3,3,0,0,0,0,0,0,0 +423610,159,30,46,8,3,0,0,0,0,0,0,0 +423690,159,30,7,5,5,0,0,0,0,0,0,0 +423720,159,30,0,5,3,0,0,0,0,0,0,0 +423730,159,30,0,3,0,0,0,0,0,0,0,0 +423810,159,30,228,15,3,0,0,0,0,0,0,0 +423820,159,30,36,4,0,0,0,0,0,0,0,0 +423830,159,30,35,7,4,0,0,0,0,0,0,0 +423850,159,30,0,3,0,0,0,0,0,0,0,0 +423910,159,30,34,11,6,0,0,0,0,0,0,0 +423930,159,30,0,3,0,0,0,0,0,0,0,0 +423990,159,30,5,4,4,0,0,0,0,0,0,0 +424120,159,30,0,6,0,0,0,0,0,0,0,0 +424130,159,30,37,6,4,0,0,0,0,0,0,0 +424210,159,30,12,6,0,0,0,0,0,0,0,0 +424320,159,30,9,3,0,0,0,0,0,0,0,0 +424330,159,30,15,9,9,0,0,0,0,0,0,0 +424420,159,30,309,12,0,0,0,0,0,0,0,0 +424450,159,30,104,7,0,0,0,0,0,0,0,0 +424460,159,30,117,12,3,0,0,0,0,0,0,0 +424480,159,30,242,21,13,0,0,0,0,0,0,0 +424490,159,30,433,49,40,5,0,0,0,0,0,0 +424690,159,30,17,3,0,0,0,0,0,0,0,0 +424710,159,30,133,8,0,0,0,0,0,0,0,0 +424810,159,30,170,8,0,4,0,0,0,0,0,0 +424820,159,30,57,3,0,0,0,0,0,0,0,0 +424910,159,30,164,15,10,0,0,0,0,0,0,0 +424930,159,30,167,15,11,3,0,0,0,0,0,0 +424990,159,30,70,21,17,0,0,0,0,0,0,0 +425120,159,30,45,20,17,0,0,0,0,0,0,0 +441110,159,30,1269,33,5,21,0,0,0,0,0,0 +441120,159,30,94,19,10,0,0,0,0,0,0,0 +441222,159,30,22,5,4,0,0,0,0,0,0,0 +441310,159,30,438,36,24,8,0,0,0,0,0,0 +441320,159,30,258,23,16,0,0,0,0,0,0,0 +442110,159,30,163,29,26,0,0,0,0,0,0,0 +442210,159,30,135,13,6,0,0,0,0,0,0,0 +442299,159,30,238,29,21,0,0,0,0,0,0,0 +443141,159,30,11,3,0,0,0,0,0,0,0,0 +443142,159,30,106,24,21,0,0,0,0,0,0,0 +444110,159,30,772,10,0,0,3,0,0,0,0,0 +444120,159,30,57,17,12,0,0,0,0,0,0,0 +444130,159,30,331,29,22,3,0,0,0,0,0,0 +444190,159,30,302,39,33,0,0,0,0,0,0,0 +444210,159,30,0,4,3,0,0,0,0,0,0,0 +444220,159,30,152,26,19,0,0,0,0,0,0,0 +445110,159,30,4901,112,36,63,8,0,0,0,0,0 +445120,159,30,362,44,43,0,0,0,0,0,0,0 +445210,159,30,0,3,3,0,0,0,0,0,0,0 +445291,159,30,0,4,4,0,0,0,0,0,0,0 +445292,159,30,0,3,0,0,0,0,0,0,0,0 +445310,159,30,38,14,13,0,0,0,0,0,0,0 +446110,159,30,471,70,62,4,0,0,0,0,0,0 +446120,159,30,154,18,8,0,0,0,0,0,0,0 +446130,159,30,173,31,28,0,0,0,0,0,0,0 +446191,159,30,69,20,18,0,0,0,0,0,0,0 +446199,159,30,35,5,0,0,0,0,0,0,0,0 +447110,159,30,960,87,77,6,0,0,0,0,0,0 +447190,159,30,435,20,13,0,0,0,0,0,0,0 +448110,159,30,79,14,0,0,0,0,0,0,0,0 +448120,159,30,482,73,70,0,0,0,0,0,0,0 +448130,159,30,28,4,0,0,0,0,0,0,0,0 +448140,159,30,1555,129,117,6,0,0,0,0,0,0 +448150,159,30,163,31,25,0,0,0,0,0,0,0 +448190,159,30,404,58,54,3,0,0,0,0,0,0 +448210,159,30,227,36,31,0,0,0,0,0,0,0 +448310,159,30,512,117,116,0,0,0,0,0,0,0 +448320,159,30,0,4,4,0,0,0,0,0,0,0 +451110,159,30,353,48,37,3,0,0,0,0,0,0 +451120,159,30,48,8,3,0,0,0,0,0,0,0 +451130,159,30,48,3,0,0,0,0,0,0,0,0 +451140,159,30,34,7,4,0,0,0,0,0,0,0 +452210,159,30,0,3,0,0,0,0,0,0,0,0 +452311,159,30,3063,13,0,0,3,3,0,0,0,0 +452319,159,30,157,21,10,0,0,0,0,0,0,0 +453110,159,30,82,19,12,0,0,0,0,0,0,0 +453210,159,30,0,6,0,0,0,0,0,0,0,0 +453220,159,30,1141,152,144,4,0,0,0,0,0,0 +453310,159,30,234,35,32,0,0,0,0,0,0,0 +453910,159,30,30,8,3,0,0,0,0,0,0,0 +453920,159,30,238,56,55,0,0,0,0,0,0,0 +453991,159,30,64,11,6,0,0,0,0,0,0,0 +453998,159,30,158,21,18,0,0,0,0,0,0,0 +454110,159,30,115,37,30,0,0,0,0,0,0,0 +454310,159,30,113,14,5,0,0,0,0,0,0,0 +454390,159,30,76,34,31,0,0,0,0,0,0,0 +481111,159,30,1398,25,8,3,0,0,0,0,0,0 +481112,159,30,0,3,0,0,0,0,0,0,0,0 +481211,159,30,56,3,0,0,0,0,0,0,0,0 +483212,159,30,7,3,0,0,0,0,0,0,0,0 +484110,159,30,400,37,25,4,0,0,0,0,0,0 +484210,159,30,69,10,3,3,0,0,0,0,0,0 +484220,159,30,341,30,20,0,0,0,0,0,0,0 +484230,159,30,0,4,3,0,0,0,0,0,0,0 +485310,159,30,14,10,9,0,0,0,0,0,0,0 +485320,159,30,135,11,3,0,0,0,0,0,0,0 +485410,159,30,32,6,0,0,0,0,0,0,0,0 +485999,159,30,0,3,0,0,0,0,0,0,0,0 +487110,159,30,796,27,11,10,0,0,0,0,0,0 +487210,159,30,1437,100,75,19,0,0,0,0,0,0 +487990,159,30,595,22,0,8,0,0,0,0,0,0 +488119,159,30,532,13,0,0,0,0,0,0,0,0 +488320,159,30,34,4,0,0,0,0,0,0,0,0 +488410,159,30,90,12,4,0,0,0,0,0,0,0 +488510,159,30,47,9,0,0,0,0,0,0,0,0 +492110,159,30,360,21,3,4,0,0,0,0,0,0 +492210,159,30,61,10,6,0,0,0,0,0,0,0 +511110,159,30,0,7,0,0,0,0,0,0,0,0 +511120,159,30,37,15,13,0,0,0,0,0,0,0 +511210,159,30,26,5,3,0,0,0,0,0,0,0 +512110,159,30,16,9,7,0,0,0,0,0,0,0 +512131,159,30,92,7,0,0,0,0,0,0,0,0 +515111,159,30,0,3,0,0,0,0,0,0,0,0 +515112,159,30,68,11,3,0,0,0,0,0,0,0 +517311,159,30,387,29,16,0,0,0,0,0,0,0 +517312,159,30,276,30,20,3,0,0,0,0,0,0 +518210,159,30,38,9,3,0,0,0,0,0,0,0 +519130,159,30,11,5,4,0,0,0,0,0,0,0 +522110,159,30,497,71,65,0,0,0,0,0,0,0 +522120,159,30,0,21,10,0,0,0,0,0,0,0 +522130,159,30,804,57,41,4,0,0,0,0,0,0 +522292,159,30,98,29,24,0,0,0,0,0,0,0 +522298,159,30,33,8,4,0,0,0,0,0,0,0 +522310,159,30,46,13,10,0,0,0,0,0,0,0 +522390,159,30,50,13,4,0,0,0,0,0,0,0 +523120,159,30,22,7,6,0,0,0,0,0,0,0 +523920,159,30,66,29,25,0,0,0,0,0,0,0 +523930,159,30,12,10,9,0,0,0,0,0,0,0 +524126,159,30,0,4,3,0,0,0,0,0,0,0 +524127,159,30,66,13,11,0,0,0,0,0,0,0 +524210,159,30,363,94,90,0,0,0,0,0,0,0 +531110,159,30,250,81,78,0,0,0,0,0,0,0 +531120,159,30,210,62,59,0,0,0,0,0,0,0 +531130,159,30,62,20,15,0,0,0,0,0,0,0 +531190,159,30,59,14,4,0,0,0,0,0,0,0 +531210,159,30,879,238,227,6,0,0,0,0,0,0 +531311,159,30,452,86,82,0,0,0,0,0,0,0 +531312,159,30,406,23,11,0,0,0,0,0,0,0 +531320,159,30,47,22,19,0,0,0,0,0,0,0 +531390,159,30,40,18,17,0,0,0,0,0,0,0 +532111,159,30,1303,79,53,14,0,0,0,0,0,0 +532210,159,30,0,8,3,0,0,0,0,0,0,0 +532283,159,30,0,3,0,0,0,0,0,0,0,0 +532284,159,30,173,38,36,0,0,0,0,0,0,0 +532289,159,30,71,14,10,0,0,0,0,0,0,0 +532490,159,30,161,40,32,0,0,0,0,0,0,0 +541110,159,30,420,138,137,0,0,0,0,0,0,0 +541211,159,30,300,72,67,0,0,0,0,0,0,0 +541213,159,30,104,31,25,0,0,0,0,0,0,0 +541219,159,30,134,73,70,0,0,0,0,0,0,0 +541310,159,30,97,49,47,0,0,0,0,0,0,0 +541320,159,30,32,7,5,0,0,0,0,0,0,0 +541330,159,30,373,65,61,0,0,0,0,0,0,0 +541340,159,30,13,8,8,0,0,0,0,0,0,0 +541350,159,30,20,13,12,0,0,0,0,0,0,0 +541370,159,30,46,16,12,0,0,0,0,0,0,0 +541410,159,30,33,14,14,0,0,0,0,0,0,0 +541430,159,30,33,18,16,0,0,0,0,0,0,0 +541511,159,30,215,40,35,0,0,0,0,0,0,0 +541512,159,30,288,29,23,0,0,0,0,0,0,0 +541513,159,30,17,8,4,0,0,0,0,0,0,0 +541519,159,30,31,6,3,0,0,0,0,0,0,0 +541611,159,30,86,46,42,0,0,0,0,0,0,0 +541613,159,30,46,32,31,0,0,0,0,0,0,0 +541620,159,30,24,10,8,0,0,0,0,0,0,0 +541690,159,30,48,26,22,0,0,0,0,0,0,0 +541715,159,30,392,9,3,0,0,0,0,0,0,0 +541810,159,30,14,8,7,0,0,0,0,0,0,0 +541890,159,30,73,6,4,0,0,0,0,0,0,0 +541910,159,30,0,3,3,0,0,0,0,0,0,0 +541921,159,30,154,48,42,0,0,0,0,0,0,0 +541922,159,30,60,12,8,0,0,0,0,0,0,0 +541940,159,30,249,32,23,0,0,0,0,0,0,0 +541990,159,30,27,14,12,0,0,0,0,0,0,0 +551114,159,30,803,33,16,5,0,0,0,0,0,0 +561110,159,30,35,9,5,0,0,0,0,0,0,0 +561210,159,30,9,5,5,0,0,0,0,0,0,0 +561320,159,30,867,12,3,0,0,0,0,0,0,0 +561330,159,30,2841,17,0,0,4,0,0,0,0,0 +561431,159,30,10,4,4,0,0,0,0,0,0,0 +561439,159,30,0,3,0,0,0,0,0,0,0,0 +561440,159,30,29,6,0,0,0,0,0,0,0,0 +561510,159,30,139,35,31,3,0,0,0,0,0,0 +561520,159,30,555,63,48,5,0,0,0,0,0,0 +561591,159,30,0,3,0,0,0,0,0,0,0,0 +561599,159,30,493,40,29,0,0,0,0,0,0,0 +561612,159,30,971,24,5,8,0,0,0,0,0,0 +561621,159,30,48,12,7,0,0,0,0,0,0,0 +561622,159,30,13,4,3,0,0,0,0,0,0,0 +561710,159,30,374,29,14,3,0,0,0,0,0,0 +561720,159,30,1814,127,112,5,0,0,0,0,0,0 +561730,159,30,1675,193,177,9,0,0,0,0,0,0 +561740,159,30,20,10,8,0,0,0,0,0,0,0 +561790,159,30,98,35,31,0,0,0,0,0,0,0 +561920,159,30,10,9,7,0,0,0,0,0,0,0 +561990,159,30,88,12,6,0,0,0,0,0,0,0 +562111,159,30,147,20,10,0,0,0,0,0,0,0 +562920,159,30,45,3,0,0,0,0,0,0,0,0 +562991,159,30,51,7,0,0,0,0,0,0,0,0 +611110,159,30,1887,65,27,25,0,0,0,0,0,0 +611430,159,30,20,8,6,0,0,0,0,0,0,0 +611519,159,30,16,5,4,0,0,0,0,0,0,0 +611610,159,30,63,13,11,0,0,0,0,0,0,0 +611620,159,30,256,42,32,0,0,0,0,0,0,0 +611691,159,30,0,6,0,0,0,0,0,0,0,0 +611699,159,30,18,10,9,0,0,0,0,0,0,0 +621111,159,30,1945,258,247,4,0,0,0,0,0,0 +621112,159,30,43,15,14,0,0,0,0,0,0,0 +621210,159,30,1097,159,154,3,0,0,0,0,0,0 +621310,159,30,75,36,34,0,0,0,0,0,0,0 +621320,159,30,119,26,22,0,0,0,0,0,0,0 +621330,159,30,66,44,42,0,0,0,0,0,0,0 +621340,159,30,324,50,46,0,0,0,0,0,0,0 +621391,159,30,19,8,4,0,0,0,0,0,0,0 +621399,159,30,36,25,24,0,0,0,0,0,0,0 +621420,159,30,349,19,3,6,0,0,0,0,0,0 +621491,159,30,0,21,12,3,0,0,0,0,0,0 +621492,159,30,0,10,3,0,0,0,0,0,0,0 +621493,159,30,42,3,0,0,0,0,0,0,0,0 +621498,159,30,653,22,7,3,0,0,0,0,0,0 +621511,159,30,0,11,3,0,0,0,0,0,0,0 +621512,159,30,0,10,3,0,0,0,0,0,0,0 +621610,159,30,1617,39,8,20,0,0,0,0,0,0 +621910,159,30,0,7,0,0,0,0,0,0,0,0 +621999,159,30,0,3,3,0,0,0,0,0,0,0 +622110,159,30,4173,11,0,0,0,0,0,0,0,0 +623110,159,30,850,12,0,0,4,0,0,0,0,0 +623220,159,30,322,13,3,0,0,0,0,0,0,0 +623312,159,30,102,6,0,0,0,0,0,0,0,0 +624110,159,30,516,41,27,3,0,0,0,0,0,0 +624120,159,30,1030,31,7,11,0,0,0,0,0,0 +624190,159,30,662,54,44,3,0,0,0,0,0,0 +624210,159,30,21,6,0,0,0,0,0,0,0,0 +624221,159,30,0,3,0,0,0,0,0,0,0,0 +624229,159,30,144,11,3,0,0,0,0,0,0,0 +624310,159,30,401,20,5,3,0,0,0,0,0,0 +624410,159,30,678,93,91,0,0,0,0,0,0,0 +711110,159,30,512,7,0,5,0,0,0,0,0,0 +711130,159,30,28,6,0,0,0,0,0,0,0,0 +711219,159,30,9,7,7,0,0,0,0,0,0,0 +711320,159,30,39,7,5,0,0,0,0,0,0,0 +711510,159,30,70,40,36,0,0,0,0,0,0,0 +712110,159,30,89,10,0,0,0,0,0,0,0,0 +712130,159,30,520,12,0,3,0,0,0,0,0,0 +713120,159,30,24,3,0,0,0,0,0,0,0,0 +713910,159,30,1433,25,0,11,0,0,0,0,0,0 +713940,159,30,425,36,24,4,0,0,0,0,0,0 +713990,159,30,696,73,58,11,0,0,0,0,0,0 +721110,159,30,24076,181,72,62,18,6,16,0,0,0 +721191,159,30,69,20,19,0,0,0,0,0,0,0 +721199,159,30,47,16,11,0,0,0,0,0,0,0 +722310,159,30,481,16,5,0,0,0,0,0,0,0 +722320,159,30,83,18,12,0,0,0,0,0,0,0 +722330,159,30,54,22,18,0,0,0,0,0,0,0 +722410,159,30,305,38,33,0,0,0,0,0,0,0 +722511,159,30,14397,440,206,211,22,0,0,0,0,0 +722513,159,30,5010,376,285,89,0,0,0,0,0,0 +722515,159,30,1554,164,145,17,0,0,0,0,0,0 +811111,159,30,416,102,95,0,0,0,0,0,0,0 +811121,159,30,267,40,38,0,0,0,0,0,0,0 +811122,159,30,6,4,4,0,0,0,0,0,0,0 +811192,159,30,74,9,3,0,0,0,0,0,0,0 +811212,159,30,10,3,0,0,0,0,0,0,0,0 +811310,159,30,65,16,10,0,0,0,0,0,0,0 +811412,159,30,10,8,7,0,0,0,0,0,0,0 +811420,159,30,16,4,3,0,0,0,0,0,0,0 +811490,159,30,21,8,7,0,0,0,0,0,0,0 +812112,159,30,429,85,78,0,0,0,0,0,0,0 +812113,159,30,3,5,5,0,0,0,0,0,0,0 +812199,159,30,118,34,28,0,0,0,0,0,0,0 +812310,159,30,68,12,7,0,0,0,0,0,0,0 +812320,159,30,111,8,0,0,0,0,0,0,0,0 +812331,159,30,0,3,0,0,0,0,0,0,0,0 +812332,159,30,314,4,0,0,0,0,0,0,0,0 +812910,159,30,34,7,0,0,0,0,0,0,0,0 +812930,159,30,115,16,14,0,0,0,0,0,0,0 +812990,159,30,129,39,37,0,0,0,0,0,0,0 +813110,159,30,938,183,174,6,0,0,0,0,0,0 +813211,159,30,20,8,4,0,0,0,0,0,0,0 +813212,159,30,47,4,0,0,0,0,0,0,0,0 +813219,159,30,7,4,4,0,0,0,0,0,0,0 +813312,159,30,201,38,31,0,0,0,0,0,0,0 +813319,159,30,48,16,12,0,0,0,0,0,0,0 +813410,159,30,96,24,18,0,0,0,0,0,0,0 +813910,159,30,60,18,15,0,0,0,0,0,0,0 +813930,159,30,138,19,10,0,0,0,0,0,0,0 +813990,159,30,1300,271,259,7,0,0,0,0,0,0 +113310,160,31,1107,233,200,6,0,0,0,0,0,0 +115112,160,31,78,33,29,0,0,0,0,0,0,0 +115113,160,31,11,6,0,0,0,0,0,0,0,0 +115114,160,31,115,11,0,0,0,0,0,0,0,0 +115210,160,31,101,32,26,0,0,0,0,0,0,0 +115310,160,31,507,37,26,0,0,0,0,0,0,0 +212221,160,31,0,4,4,0,0,0,0,0,0,0 +212222,160,31,0,3,0,0,0,0,0,0,0,0 +212311,160,31,24,4,0,0,0,0,0,0,0,0 +212319,160,31,0,3,3,0,0,0,0,0,0,0 +212321,160,31,0,3,0,0,0,0,0,0,0,0 +213112,160,31,2,8,7,0,0,0,0,0,0,0 +213114,160,31,16,7,7,0,0,0,0,0,0,0 +221111,160,31,2,20,12,0,0,0,0,0,0,0 +221112,160,31,32,3,0,0,0,0,0,0,0,0 +221122,160,31,44,21,8,0,0,0,0,0,0,0 +221210,160,31,0,4,0,0,0,0,0,0,0,0 +221310,160,31,203,48,36,0,0,0,0,0,0,0 +236115,160,31,2047,776,735,0,0,0,0,0,0,0 +236116,160,31,73,12,3,0,0,0,0,0,0,0 +236117,160,31,841,214,191,4,0,0,0,0,0,0 +236118,160,31,1783,584,538,6,0,0,0,0,0,0 +236210,160,31,90,25,12,0,0,0,0,0,0,0 +236220,160,31,2832,286,198,28,0,0,0,0,0,0 +237110,160,31,802,82,41,3,0,0,0,0,0,0 +237130,160,31,673,35,14,6,0,0,0,0,0,0 +237210,160,31,93,29,23,0,0,0,0,0,0,0 +237310,160,31,1254,71,24,0,0,0,0,0,0,0 +237990,160,31,94,17,11,0,0,0,0,0,0,0 +238110,160,31,1771,295,245,7,0,0,0,0,0,0 +238120,160,31,194,17,7,0,0,0,0,0,0,0 +238130,160,31,1539,275,247,0,0,0,0,0,0,0 +238140,160,31,835,155,124,0,0,0,0,0,0,0 +238150,160,31,193,19,11,3,0,0,0,0,0,0 +238160,160,31,998,177,144,6,0,0,0,0,0,0 +238170,160,31,537,120,104,3,0,0,0,0,0,0 +238190,160,31,147,54,31,0,0,0,0,0,0,0 +238210,160,31,3814,573,484,21,0,0,0,0,0,0 +238220,160,31,6088,700,603,45,5,0,0,0,0,0 +238290,160,31,199,35,22,0,0,0,0,0,0,0 +238310,160,31,1835,260,217,8,0,0,0,0,0,0 +238320,160,31,1479,346,307,7,0,0,0,0,0,0 +238330,160,31,529,148,135,0,0,0,0,0,0,0 +238340,160,31,448,103,90,4,0,0,0,0,0,0 +238350,160,31,1102,242,214,5,0,0,0,0,0,0 +238390,160,31,146,14,8,0,0,0,0,0,0,0 +238910,160,31,2599,402,323,14,0,0,0,0,0,0 +238990,160,31,1915,435,403,7,0,0,0,0,0,0 +311119,160,31,166,12,5,0,0,0,0,0,0,0 +311352,160,31,51,4,0,0,0,0,0,0,0,0 +311423,160,31,0,4,0,0,3,0,0,0,0,0 +311612,160,31,0,4,0,0,0,0,0,0,0,0 +311811,160,31,30,11,4,0,0,0,0,0,0,0 +311991,160,31,0,3,0,0,0,0,0,0,0,0 +312120,160,31,219,24,11,0,0,0,0,0,0,0 +312130,160,31,74,14,7,0,0,0,0,0,0,0 +314910,160,31,52,9,3,0,0,0,0,0,0,0 +316998,160,31,20,4,3,0,0,0,0,0,0,0 +321113,160,31,0,16,0,0,0,0,0,0,0,0 +321214,160,31,127,8,0,0,0,0,0,0,0,0 +321911,160,31,116,5,0,3,0,0,0,0,0,0 +321912,160,31,95,5,0,0,0,0,0,0,0,0 +321918,160,31,118,5,0,3,0,0,0,0,0,0 +321920,160,31,51,5,0,0,0,0,0,0,0,0 +321991,160,31,0,4,0,0,0,0,0,0,0,0 +321992,160,31,205,6,0,0,0,0,0,0,0,0 +321999,160,31,259,36,22,0,0,0,0,0,0,0 +323111,160,31,718,60,41,3,0,0,0,0,0,0 +323113,160,31,69,21,13,0,0,0,0,0,0,0 +325211,160,31,58,3,0,0,0,0,0,0,0,0 +325620,160,31,102,4,0,0,0,0,0,0,0,0 +325998,160,31,0,4,0,0,0,0,0,0,0,0 +326199,160,31,389,22,7,0,0,0,0,0,0,0 +326299,160,31,23,7,0,0,0,0,0,0,0,0 +327320,160,31,89,14,0,0,0,0,0,0,0,0 +327390,160,31,0,3,0,0,0,0,0,0,0,0 +327991,160,31,50,5,3,0,0,0,0,0,0,0 +332311,160,31,0,3,0,0,0,0,0,0,0,0 +332312,160,31,243,23,10,0,0,0,0,0,0,0 +332313,160,31,12,6,0,0,0,0,0,0,0,0 +332322,160,31,300,13,0,0,0,0,0,0,0,0 +332323,160,31,51,8,7,0,0,0,0,0,0,0 +332710,160,31,619,89,57,3,0,0,0,0,0,0 +332721,160,31,42,11,3,0,0,0,0,0,0,0 +332812,160,31,0,3,0,0,0,0,0,0,0,0 +332992,160,31,0,4,0,0,0,0,0,0,0,0 +332994,160,31,224,8,0,0,0,0,0,0,0,0 +332999,160,31,227,28,14,0,0,0,0,0,0,0 +333111,160,31,271,10,0,3,0,0,0,0,0,0 +333318,160,31,48,3,3,0,0,0,0,0,0,0 +333511,160,31,29,3,0,0,0,0,0,0,0,0 +333515,160,31,0,3,0,0,0,0,0,0,0,0 +333999,160,31,0,3,0,0,0,0,0,0,0,0 +334413,160,31,0,4,0,0,0,0,0,0,0,0 +334418,160,31,339,4,0,0,0,0,0,0,0,0 +334419,160,31,0,3,0,0,0,0,0,0,0,0 +335999,160,31,0,5,0,0,3,0,0,0,0,0 +336214,160,31,492,9,0,0,0,0,0,0,0,0 +336413,160,31,169,3,0,0,0,0,0,0,0,0 +336612,160,31,19,3,0,0,0,0,0,0,0,0 +336991,160,31,0,3,0,0,0,0,0,0,0,0 +337110,160,31,467,45,14,3,0,0,0,0,0,0 +337122,160,31,29,11,6,0,0,0,0,0,0,0 +337127,160,31,0,3,0,0,0,0,0,0,0,0 +337212,160,31,48,3,0,0,0,0,0,0,0,0 +339113,160,31,0,3,3,0,0,0,0,0,0,0 +339116,160,31,269,46,31,0,0,0,0,0,0,0 +339910,160,31,14,7,5,0,0,0,0,0,0,0 +339920,160,31,103,11,3,0,0,0,0,0,0,0 +339930,160,31,0,3,0,0,0,0,0,0,0,0 +339950,160,31,303,26,16,0,0,0,0,0,0,0 +339999,160,31,156,34,23,0,0,0,0,0,0,0 +423110,160,31,550,29,0,4,0,0,0,0,0,0 +423120,160,31,887,69,40,3,0,0,0,0,0,0 +423130,160,31,43,4,0,0,0,0,0,0,0,0 +423210,160,31,154,13,7,0,0,0,0,0,0,0 +423220,160,31,142,14,12,0,0,0,0,0,0,0 +423310,160,31,844,51,34,8,0,0,0,0,0,0 +423320,160,31,39,4,0,0,0,0,0,0,0,0 +423330,160,31,84,9,5,0,0,0,0,0,0,0 +423390,160,31,167,18,12,0,0,0,0,0,0,0 +423420,160,31,227,38,30,0,0,0,0,0,0,0 +423430,160,31,15,21,13,0,0,0,0,0,0,0 +423440,160,31,67,9,7,0,0,0,0,0,0,0 +423450,160,31,320,43,31,5,0,0,0,0,0,0 +423490,160,31,97,6,0,0,0,0,0,0,0,0 +423510,160,31,251,22,8,0,0,0,0,0,0,0 +423610,160,31,522,78,59,3,0,0,0,0,0,0 +423690,160,31,721,31,16,0,0,0,0,0,0,0 +423710,160,31,416,20,10,0,0,0,0,0,0,0 +423720,160,31,437,45,25,4,0,0,0,0,0,0 +423730,160,31,188,24,21,0,0,0,0,0,0,0 +423810,160,31,690,30,6,0,0,0,0,0,0,0 +423820,160,31,1470,100,36,18,0,0,0,0,0,0 +423830,160,31,1128,96,78,7,0,0,0,0,0,0 +423840,160,31,425,45,20,0,0,0,0,0,0,0 +423850,160,31,175,18,8,0,0,0,0,0,0,0 +423860,160,31,0,3,0,0,0,0,0,0,0,0 +423910,160,31,113,27,19,0,0,0,0,0,0,0 +423920,160,31,16,9,5,0,0,0,0,0,0,0 +423930,160,31,223,28,9,0,0,0,0,0,0,0 +423940,160,31,16,4,3,0,0,0,0,0,0,0 +423990,160,31,190,36,33,0,0,0,0,0,0,0 +424120,160,31,49,9,6,0,0,0,0,0,0,0 +424130,160,31,85,8,3,0,0,0,0,0,0,0 +424210,160,31,196,37,22,0,0,0,0,0,0,0 +424320,160,31,36,4,0,0,0,0,0,0,0,0 +424410,160,31,436,4,0,0,0,0,0,0,0,0 +424420,160,31,505,10,4,0,0,0,0,0,0,0 +424450,160,31,0,3,0,0,0,0,0,0,0,0 +424470,160,31,92,4,0,0,0,0,0,0,0,0 +424480,160,31,1327,36,6,3,0,0,0,0,0,0 +424490,160,31,928,63,40,3,0,0,0,0,0,0 +424510,160,31,382,50,22,0,0,0,0,0,0,0 +424610,160,31,14,3,0,0,0,0,0,0,0,0 +424690,160,31,144,20,12,0,0,0,0,0,0,0 +424710,160,31,185,21,3,0,0,0,0,0,0,0 +424810,160,31,0,7,3,0,0,0,0,0,0,0 +424820,160,31,24,14,6,0,0,0,0,0,0,0 +424910,160,31,2057,155,81,14,0,0,0,0,0,0 +424920,160,31,9,4,3,0,0,0,0,0,0,0 +424930,160,31,70,6,4,0,0,0,0,0,0,0 +424950,160,31,36,6,0,0,0,0,0,0,0,0 +424990,160,31,41,35,28,0,0,0,0,0,0,0 +425110,160,31,68,6,0,0,0,0,0,0,0,0 +425120,160,31,2231,130,102,0,0,0,0,0,0,0 +441110,160,31,5878,113,18,55,7,0,0,0,0,0 +441120,160,31,848,167,147,0,0,0,0,0,0,0 +441210,160,31,613,31,7,0,0,0,0,0,0,0 +441222,160,31,217,16,3,3,0,0,0,0,0,0 +441228,160,31,638,67,40,0,0,0,0,0,0,0 +441310,160,31,1956,241,181,7,0,0,0,0,0,0 +441320,160,31,1513,141,101,6,0,0,0,0,0,0 +442110,160,31,1025,108,81,0,0,0,0,0,0,0 +442210,160,31,483,66,44,0,0,0,0,0,0,0 +442291,160,31,0,3,0,0,0,0,0,0,0,0 +442299,160,31,598,75,47,4,0,0,0,0,0,0 +443141,160,31,298,42,19,0,0,0,0,0,0,0 +443142,160,31,1236,108,83,0,0,0,0,0,0,0 +444110,160,31,390,16,0,0,7,0,0,0,0,0 +444120,160,31,143,36,26,0,0,0,0,0,0,0 +444130,160,31,690,75,23,3,0,0,0,0,0,0 +444190,160,31,2196,252,186,7,0,0,0,0,0,0 +444210,160,31,68,9,0,0,0,0,0,0,0,0 +444220,160,31,631,63,36,0,0,0,0,0,0,0 +445110,160,31,10462,250,55,58,18,0,0,0,0,0 +445120,160,31,82,26,21,0,0,0,0,0,0,0 +445210,160,31,52,16,10,0,0,0,0,0,0,0 +445230,160,31,19,10,7,0,0,0,0,0,0,0 +445292,160,31,49,7,3,0,0,0,0,0,0,0 +445299,160,31,245,38,26,0,0,0,0,0,0,0 +445310,160,31,177,71,62,0,0,0,0,0,0,0 +446110,160,31,1808,123,60,20,0,0,0,0,0,0 +446120,160,31,589,44,17,7,0,0,0,0,0,0 +446130,160,31,203,26,15,0,0,0,0,0,0,0 +446191,160,31,160,42,34,0,0,0,0,0,0,0 +446199,160,31,366,41,30,0,0,0,0,0,0,0 +447110,160,31,5532,590,483,16,0,0,0,0,0,0 +447190,160,31,799,52,4,0,0,0,0,0,0,0 +448110,160,31,82,11,8,0,0,0,0,0,0,0 +448120,160,31,968,132,107,4,0,0,0,0,0,0 +448130,160,31,129,13,8,0,0,0,0,0,0,0 +448140,160,31,2327,116,44,35,0,0,0,0,0,0 +448150,160,31,54,13,6,0,0,0,0,0,0,0 +448190,160,31,462,51,28,4,0,0,0,0,0,0 +448210,160,31,524,75,66,0,0,0,0,0,0,0 +448310,160,31,383,82,67,0,0,0,0,0,0,0 +451110,160,31,2254,193,138,12,0,0,0,0,0,0 +451120,160,31,672,45,23,8,0,0,0,0,0,0 +451130,160,31,226,24,0,3,0,0,0,0,0,0 +451140,160,31,122,29,17,0,0,0,0,0,0,0 +451211,160,31,259,20,0,0,0,0,0,0,0,0 +452210,160,31,2546,36,0,23,3,0,0,0,0,0 +452311,160,31,8311,35,0,0,7,15,0,0,0,0 +452319,160,31,1676,158,73,15,0,0,0,0,0,0 +453110,160,31,177,36,21,0,0,0,0,0,0,0 +453210,160,31,312,34,13,4,0,0,0,0,0,0 +453220,160,31,335,69,55,0,0,0,0,0,0,0 +453310,160,31,1246,158,115,7,0,0,0,0,0,0 +453910,160,31,291,32,12,3,0,0,0,0,0,0 +453920,160,31,46,19,16,0,0,0,0,0,0,0 +453930,160,31,0,3,0,0,0,0,0,0,0,0 +453991,160,31,63,17,10,0,0,0,0,0,0,0 +453998,160,31,654,170,147,0,0,0,0,0,0,0 +454110,160,31,1656,304,267,4,0,0,0,0,0,0 +454210,160,31,0,6,5,0,0,0,0,0,0,0 +454310,160,31,270,38,10,0,0,0,0,0,0,0 +454390,160,31,768,357,344,0,0,0,0,0,0,0 +481111,160,31,862,8,0,0,0,0,0,0,0,0 +481211,160,31,17,8,7,0,0,0,0,0,0,0 +484110,160,31,675,172,141,0,0,0,0,0,0,0 +484121,160,31,3382,409,341,8,0,0,0,0,0,0 +484122,160,31,737,56,33,9,0,0,0,0,0,0 +484210,160,31,340,44,26,7,0,0,0,0,0,0 +484220,160,31,2650,356,282,3,0,0,0,0,0,0 +484230,160,31,837,105,76,0,0,0,0,0,0,0 +485113,160,31,43,3,0,0,0,0,0,0,0,0 +485410,160,31,636,12,3,0,3,0,0,0,0,0 +485991,160,31,140,10,3,0,0,0,0,0,0,0 +485999,160,31,0,3,0,0,0,0,0,0,0,0 +488119,160,31,161,4,0,0,0,0,0,0,0,0 +488190,160,31,108,18,12,0,0,0,0,0,0,0 +488410,160,31,236,44,29,0,0,0,0,0,0,0 +488490,160,31,71,8,3,0,0,0,0,0,0,0 +488510,160,31,539,80,68,0,0,0,0,0,0,0 +492110,160,31,1816,90,44,7,3,0,0,0,0,0 +492210,160,31,65,16,14,0,0,0,0,0,0,0 +493110,160,31,951,37,27,4,0,0,0,0,0,0 +493120,160,31,0,3,0,0,0,0,0,0,0,0 +493130,160,31,20,3,0,0,0,0,0,0,0,0 +493190,160,31,164,5,0,0,0,0,0,0,0,0 +511110,160,31,0,13,3,0,0,0,0,0,0,0 +511120,160,31,133,24,14,0,0,0,0,0,0,0 +511130,160,31,0,6,4,0,0,0,0,0,0,0 +511140,160,31,66,3,0,0,0,0,0,0,0,0 +511210,160,31,1193,49,25,9,0,0,0,0,0,0 +512110,160,31,30,12,10,0,0,0,0,0,0,0 +512131,160,31,455,15,4,3,0,0,0,0,0,0 +512191,160,31,13,7,6,0,0,0,0,0,0,0 +512240,160,31,6,4,4,0,0,0,0,0,0,0 +515112,160,31,182,16,0,0,0,0,0,0,0,0 +515120,160,31,307,11,4,0,0,0,0,0,0,0 +517311,160,31,2748,126,76,3,0,0,0,0,0,0 +517312,160,31,1586,98,68,4,0,0,0,0,0,0 +517911,160,31,78,33,30,0,0,0,0,0,0,0 +517919,160,31,31,6,3,0,0,0,0,0,0,0 +518210,160,31,1970,58,38,6,0,0,0,0,0,0 +519130,160,31,75,28,24,0,0,0,0,0,0,0 +519190,160,31,0,8,7,0,0,0,0,0,0,0 +522110,160,31,7008,530,420,31,0,0,0,0,0,0 +522120,160,31,0,7,4,0,0,0,0,0,0,0 +522130,160,31,2327,194,140,13,0,0,0,0,0,0 +522220,160,31,92,17,13,0,0,0,0,0,0,0 +522291,160,31,346,115,109,0,0,0,0,0,0,0 +522292,160,31,829,113,91,7,0,0,0,0,0,0 +522298,160,31,486,79,59,0,0,0,0,0,0,0 +522310,160,31,146,32,28,0,0,0,0,0,0,0 +522320,160,31,149,14,10,0,0,0,0,0,0,0 +522390,160,31,262,79,72,0,0,0,0,0,0,0 +523110,160,31,12,3,0,0,0,0,0,0,0,0 +523120,160,31,421,115,103,3,0,0,0,0,0,0 +523140,160,31,27,3,0,0,0,0,0,0,0,0 +523910,160,31,99,22,19,0,0,0,0,0,0,0 +523920,160,31,533,239,227,0,0,0,0,0,0,0 +523930,160,31,142,72,64,0,0,0,0,0,0,0 +523991,160,31,29,9,8,0,0,0,0,0,0,0 +523999,160,31,9,7,7,0,0,0,0,0,0,0 +524113,160,31,221,25,13,0,0,0,0,0,0,0 +524114,160,31,1430,21,9,3,0,0,0,0,0,0 +524126,160,31,1467,64,52,4,0,0,0,0,0,0 +524127,160,31,117,12,7,3,0,0,0,0,0,0 +524210,160,31,3063,837,789,6,0,0,0,0,0,0 +524291,160,31,113,24,14,3,0,0,0,0,0,0 +524292,160,31,58,10,4,0,0,0,0,0,0,0 +524298,160,31,26,6,4,0,0,0,0,0,0,0 +531110,160,31,920,303,275,0,0,0,0,0,0,0 +531120,160,31,244,96,89,0,0,0,0,0,0,0 +531130,160,31,251,108,101,0,0,0,0,0,0,0 +531190,160,31,64,36,32,0,0,0,0,0,0,0 +531210,160,31,1737,1103,1082,7,0,0,0,0,0,0 +531311,160,31,1644,267,230,6,0,0,0,0,0,0 +531312,160,31,199,57,46,0,0,0,0,0,0,0 +531320,160,31,233,138,136,0,0,0,0,0,0,0 +531390,160,31,151,84,78,0,0,0,0,0,0,0 +532111,160,31,333,29,12,0,0,0,0,0,0,0 +532120,160,31,101,17,9,0,0,0,0,0,0,0 +532210,160,31,0,11,6,0,0,0,0,0,0,0 +532283,160,31,56,9,0,0,0,0,0,0,0,0 +532284,160,31,3,12,6,0,0,0,0,0,0,0 +532289,160,31,23,8,5,0,0,0,0,0,0,0 +532310,160,31,96,24,14,0,0,0,0,0,0,0 +532412,160,31,61,13,3,0,0,0,0,0,0,0 +532490,160,31,99,29,20,0,0,0,0,0,0,0 +533110,160,31,29,12,7,0,0,0,0,0,0,0 +541110,160,31,3227,866,825,14,0,0,0,0,0,0 +541191,160,31,545,28,14,0,0,0,0,0,0,0 +541199,160,31,28,10,8,0,0,0,0,0,0,0 +541211,160,31,2086,432,377,6,0,0,0,0,0,0 +541213,160,31,502,133,88,3,0,0,0,0,0,0 +541214,160,31,155,17,5,0,0,0,0,0,0,0 +541219,160,31,807,225,203,0,0,0,0,0,0,0 +541310,160,31,685,110,87,3,0,0,0,0,0,0 +541320,160,31,114,24,19,0,0,0,0,0,0,0 +541330,160,31,5208,369,302,26,0,0,0,0,0,0 +541340,160,31,71,24,20,0,0,0,0,0,0,0 +541350,160,31,73,25,22,0,0,0,0,0,0,0 +541370,160,31,64,30,27,0,0,0,0,0,0,0 +541380,160,31,473,28,9,6,0,0,0,0,0,0 +541410,160,31,110,39,33,0,0,0,0,0,0,0 +541430,160,31,145,86,76,0,0,0,0,0,0,0 +541490,160,31,2,6,3,0,0,0,0,0,0,0 +541511,160,31,1930,239,212,7,0,0,0,0,0,0 +541512,160,31,991,127,107,5,0,0,0,0,0,0 +541513,160,31,35,15,14,0,0,0,0,0,0,0 +541519,160,31,95,53,50,0,0,0,0,0,0,0 +541611,160,31,1612,304,284,6,0,0,0,0,0,0 +541612,160,31,1018,24,19,0,0,0,0,0,0,0 +541613,160,31,509,162,148,0,0,0,0,0,0,0 +541614,160,31,96,27,24,0,0,0,0,0,0,0 +541618,160,31,20,23,22,0,0,0,0,0,0,0 +541620,160,31,395,77,62,0,0,0,0,0,0,0 +541690,160,31,290,93,81,0,0,0,0,0,0,0 +541713,160,31,67,14,4,0,0,0,0,0,0,0 +541715,160,31,184,19,15,0,0,0,0,0,0,0 +541810,160,31,248,44,35,0,0,0,0,0,0,0 +541820,160,31,26,14,13,0,0,0,0,0,0,0 +541840,160,31,24,4,0,0,0,0,0,0,0,0 +541850,160,31,37,4,0,0,0,0,0,0,0,0 +541860,160,31,61,4,0,0,0,0,0,0,0,0 +541870,160,31,0,3,0,0,0,0,0,0,0,0 +541890,160,31,504,22,7,0,0,0,0,0,0,0 +541910,160,31,190,15,4,0,0,0,0,0,0,0 +541921,160,31,102,36,31,0,0,0,0,0,0,0 +541922,160,31,49,11,5,0,0,0,0,0,0,0 +541930,160,31,22,9,8,0,0,0,0,0,0,0 +541940,160,31,1979,210,140,4,0,0,0,0,0,0 +541990,160,31,467,112,96,4,0,0,0,0,0,0 +551112,160,31,118,17,11,0,0,0,0,0,0,0 +551114,160,31,7498,202,113,49,10,3,0,0,0,0 +561110,160,31,1162,139,107,3,0,0,0,0,0,0 +561210,160,31,171,14,6,0,0,0,0,0,0,0 +561311,160,31,5,6,3,0,0,0,0,0,0,0 +561312,160,31,14,13,4,0,0,0,0,0,0,0 +561320,160,31,6658,107,30,17,18,3,0,0,0,0 +561330,160,31,885,11,3,0,0,0,0,0,0,0 +561410,160,31,8,8,8,0,0,0,0,0,0,0 +561421,160,31,0,4,0,0,0,0,0,0,0,0 +561422,160,31,1615,13,6,0,0,0,0,0,0,0 +561431,160,31,43,16,16,0,0,0,0,0,0,0 +561439,160,31,41,12,5,0,0,0,0,0,0,0 +561440,160,31,148,19,10,0,0,0,0,0,0,0 +561492,160,31,15,11,10,0,0,0,0,0,0,0 +561499,160,31,77,14,9,0,0,0,0,0,0,0 +561510,160,31,150,34,27,0,0,0,0,0,0,0 +561599,160,31,0,4,3,0,0,0,0,0,0,0 +561611,160,31,148,18,12,0,0,0,0,0,0,0 +561612,160,31,707,29,11,4,3,0,0,0,0,0 +561613,160,31,79,3,0,0,0,0,0,0,0,0 +561621,160,31,336,21,14,0,0,0,0,0,0,0 +561622,160,31,36,11,6,0,0,0,0,0,0,0 +561710,160,31,274,49,39,0,0,0,0,0,0,0 +561720,160,31,4174,432,358,27,5,0,0,0,0,0 +561730,160,31,3750,783,718,23,0,0,0,0,0,0 +561740,160,31,180,72,59,0,0,0,0,0,0,0 +561790,160,31,239,62,45,0,0,0,0,0,0,0 +561910,160,31,0,4,0,0,0,0,0,0,0,0 +561920,160,31,176,16,11,0,0,0,0,0,0,0 +561990,160,31,605,69,46,4,0,0,0,0,0,0 +562111,160,31,173,31,6,0,0,0,0,0,0,0 +562910,160,31,121,28,10,0,0,0,0,0,0,0 +562991,160,31,44,12,6,0,0,0,0,0,0,0 +611110,160,31,2417,98,28,18,0,0,0,0,0,0 +611210,160,31,138,3,0,0,0,0,0,0,0,0 +611310,160,31,21,6,4,0,0,0,0,0,0,0 +611420,160,31,20,6,6,0,0,0,0,0,0,0 +611430,160,31,50,19,14,0,0,0,0,0,0,0 +611511,160,31,132,8,0,0,0,0,0,0,0,0 +611513,160,31,0,4,0,0,0,0,0,0,0,0 +611519,160,31,41,14,6,0,0,0,0,0,0,0 +611610,160,31,193,42,22,0,0,0,0,0,0,0 +611620,160,31,550,76,51,0,0,0,0,0,0,0 +611630,160,31,9,4,3,0,0,0,0,0,0,0 +611691,160,31,220,19,14,5,0,0,0,0,0,0 +611692,160,31,25,3,0,0,0,0,0,0,0,0 +611699,160,31,96,38,34,0,0,0,0,0,0,0 +611710,160,31,132,36,32,0,0,0,0,0,0,0 +621111,160,31,8318,1018,874,90,0,0,0,0,0,0 +621112,160,31,118,39,32,0,0,0,0,0,0,0 +621210,160,31,6060,807,727,21,0,0,0,0,0,0 +621310,160,31,900,282,262,0,0,0,0,0,0,0 +621320,160,31,876,150,118,0,0,0,0,0,0,0 +621330,160,31,1389,180,145,4,0,0,0,0,0,0 +621340,160,31,2136,387,334,5,0,0,0,0,0,0 +621391,160,31,137,29,14,0,0,0,0,0,0,0 +621399,160,31,484,145,125,0,0,0,0,0,0,0 +621420,160,31,1833,88,41,15,0,0,0,0,0,0 +621492,160,31,0,18,4,0,0,0,0,0,0,0 +621493,160,31,792,36,7,6,0,0,0,0,0,0 +621498,160,31,723,74,43,7,0,0,0,0,0,0 +621511,160,31,259,33,23,3,0,0,0,0,0,0 +621512,160,31,255,20,11,0,0,0,0,0,0,0 +621610,160,31,4020,136,49,50,6,0,0,0,0,0 +621910,160,31,131,12,3,4,0,0,0,0,0,0 +621999,160,31,64,15,11,0,0,0,0,0,0,0 +622110,160,31,13892,5,0,0,0,0,0,0,0,0 +622310,160,31,814,3,0,0,0,0,0,0,0,0 +623110,160,31,4010,64,11,15,9,0,0,0,0,0 +623210,160,31,1199,51,28,3,0,0,0,0,0,0 +623220,160,31,259,14,4,0,0,0,0,0,0,0 +623311,160,31,913,21,0,3,0,0,0,0,0,0 +623312,160,31,4081,174,79,48,0,0,0,0,0,0 +623990,160,31,495,21,6,0,0,0,0,0,0,0 +624110,160,31,227,26,15,3,0,0,0,0,0,0 +624120,160,31,6899,188,70,57,13,0,0,0,0,0 +624190,160,31,2087,237,182,18,0,0,0,0,0,0 +624210,160,31,142,21,3,0,0,0,0,0,0,0 +624221,160,31,127,9,0,3,0,0,0,0,0,0 +624229,160,31,62,13,6,0,0,0,0,0,0,0 +624230,160,31,63,3,0,0,0,0,0,0,0,0 +624310,160,31,554,27,13,0,0,0,0,0,0,0 +624410,160,31,3735,422,333,41,0,0,0,0,0,0 +711110,160,31,78,7,3,0,0,0,0,0,0,0 +711120,160,31,0,3,0,0,0,0,0,0,0,0 +711212,160,31,39,3,0,0,0,0,0,0,0,0 +711219,160,31,13,4,0,0,0,0,0,0,0,0 +711310,160,31,222,10,4,0,0,0,0,0,0,0 +711320,160,31,61,16,13,0,0,0,0,0,0,0 +711510,160,31,108,73,70,0,0,0,0,0,0,0 +712110,160,31,104,14,3,0,0,0,0,0,0,0 +712130,160,31,52,4,0,0,0,0,0,0,0,0 +713120,160,31,0,6,0,0,0,0,0,0,0,0 +713290,160,31,0,3,0,0,0,0,0,0,0,0 +713910,160,31,799,43,9,13,0,0,0,0,0,0 +713920,160,31,0,3,0,0,0,0,0,0,0,0 +713930,160,31,47,15,12,0,0,0,0,0,0,0 +713940,160,31,2867,159,108,7,0,0,0,0,0,0 +713950,160,31,103,6,0,3,0,0,0,0,0,0 +713990,160,31,723,212,184,0,0,0,0,0,0,0 +721110,160,31,9062,347,187,72,0,0,0,0,0,0 +721191,160,31,25,11,7,0,0,0,0,0,0,0 +721199,160,31,5,3,3,0,0,0,0,0,0,0 +721211,160,31,95,32,24,0,0,0,0,0,0,0 +721214,160,31,67,17,6,0,0,0,0,0,0,0 +721310,160,31,53,14,10,0,0,0,0,0,0,0 +722310,160,31,984,81,43,8,0,0,0,0,0,0 +722320,160,31,96,14,14,0,0,0,0,0,0,0 +722330,160,31,64,38,29,0,0,0,0,0,0,0 +722410,160,31,2051,324,281,7,0,0,0,0,0,0 +722511,160,31,24398,1288,782,410,9,0,0,0,0,0 +722513,160,31,21054,1139,626,428,0,0,0,0,0,0 +722514,160,31,231,6,0,4,0,0,0,0,0,0 +722515,160,31,4119,361,260,56,0,0,0,0,0,0 +811111,160,31,2057,472,418,0,0,0,0,0,0,0 +811112,160,31,0,3,0,0,0,0,0,0,0,0 +811113,160,31,115,24,16,0,0,0,0,0,0,0 +811118,160,31,69,19,14,0,0,0,0,0,0,0 +811121,160,31,1100,201,151,3,0,0,0,0,0,0 +811122,160,31,175,51,40,0,0,0,0,0,0,0 +811191,160,31,369,49,35,0,0,0,0,0,0,0 +811192,160,31,609,92,63,3,0,0,0,0,0,0 +811198,160,31,53,22,19,0,0,0,0,0,0,0 +811212,160,31,44,21,13,0,0,0,0,0,0,0 +811219,160,31,10,9,8,0,0,0,0,0,0,0 +811310,160,31,706,137,99,0,0,0,0,0,0,0 +811411,160,31,41,15,10,0,0,0,0,0,0,0 +811412,160,31,91,16,6,0,0,0,0,0,0,0 +811420,160,31,23,11,9,0,0,0,0,0,0,0 +811490,160,31,113,47,42,0,0,0,0,0,0,0 +812111,160,31,16,15,6,0,0,0,0,0,0,0 +812112,160,31,1534,279,248,8,0,0,0,0,0,0 +812113,160,31,42,33,32,0,0,0,0,0,0,0 +812191,160,31,49,15,11,0,0,0,0,0,0,0 +812199,160,31,519,84,70,0,0,0,0,0,0,0 +812210,160,31,250,40,18,0,0,0,0,0,0,0 +812220,160,31,0,3,0,0,0,0,0,0,0,0 +812310,160,31,33,9,7,0,0,0,0,0,0,0 +812320,160,31,249,34,22,4,0,0,0,0,0,0 +812910,160,31,512,83,60,3,0,0,0,0,0,0 +812930,160,31,134,12,9,0,0,0,0,0,0,0 +812990,160,31,180,71,66,0,0,0,0,0,0,0 +813110,160,31,6306,671,591,34,4,0,0,0,0,0 +813211,160,31,81,40,36,0,0,0,0,0,0,0 +813212,160,31,39,7,4,0,0,0,0,0,0,0 +813219,160,31,53,11,6,0,0,0,0,0,0,0 +813311,160,31,40,6,3,0,0,0,0,0,0,0 +813312,160,31,524,63,42,0,0,0,0,0,0,0 +813319,160,31,19,6,5,0,0,0,0,0,0,0 +813410,160,31,501,85,55,0,0,0,0,0,0,0 +813910,160,31,319,83,68,0,0,0,0,0,0,0 +813920,160,31,76,18,11,0,0,0,0,0,0,0 +813930,160,31,250,53,45,0,0,0,0,0,0,0 +813940,160,31,10,7,6,0,0,0,0,0,0,0 +813990,160,31,391,73,62,0,0,0,0,0,0,0 +115112,171,34,22,6,4,0,0,0,0,0,0,0 +236115,171,34,22,8,7,0,0,0,0,0,0,0 +236118,171,34,45,17,16,0,0,0,0,0,0,0 +236220,171,34,22,5,4,0,0,0,0,0,0,0 +237110,171,34,0,3,0,0,0,0,0,0,0,0 +237990,171,34,13,4,3,0,0,0,0,0,0,0 +238110,171,34,17,6,5,0,0,0,0,0,0,0 +238210,171,34,37,7,6,0,0,0,0,0,0,0 +238220,171,34,9,10,6,0,0,0,0,0,0,0 +238910,171,34,57,9,5,0,0,0,0,0,0,0 +238990,171,34,47,4,0,0,0,0,0,0,0,0 +323111,171,34,25,4,0,0,0,0,0,0,0,0 +333922,171,34,234,3,0,0,0,0,0,0,0,0 +423820,171,34,39,4,0,0,0,0,0,0,0,0 +424510,171,34,110,16,13,0,0,0,0,0,0,0 +424910,171,34,124,11,7,0,0,0,0,0,0,0 +425120,171,34,8,3,3,0,0,0,0,0,0,0 +441110,171,34,98,4,0,0,0,0,0,0,0,0 +441310,171,34,25,3,3,0,0,0,0,0,0,0 +444190,171,34,29,4,0,0,0,0,0,0,0,0 +445110,171,34,187,7,0,0,0,0,0,0,0,0 +447110,171,34,264,22,19,3,0,0,0,0,0,0 +452319,171,34,0,3,0,0,0,0,0,0,0,0 +453220,171,34,12,4,4,0,0,0,0,0,0,0 +453310,171,34,4,3,3,0,0,0,0,0,0,0 +454390,171,34,11,4,3,0,0,0,0,0,0,0 +484110,171,34,4,5,5,0,0,0,0,0,0,0 +484121,171,34,223,8,3,0,0,0,0,0,0,0 +484220,171,34,87,16,14,0,0,0,0,0,0,0 +517311,171,34,0,6,0,0,0,0,0,0,0,0 +522110,171,34,273,24,19,0,0,0,0,0,0,0 +522298,171,34,0,3,0,0,0,0,0,0,0,0 +523920,171,34,0,5,5,0,0,0,0,0,0,0 +524210,171,34,77,26,22,0,0,0,0,0,0,0 +531210,171,34,0,3,3,0,0,0,0,0,0,0 +531320,171,34,4,3,3,0,0,0,0,0,0,0 +541110,171,34,27,8,6,0,0,0,0,0,0,0 +541211,171,34,22,7,6,0,0,0,0,0,0,0 +541219,171,34,37,4,0,0,0,0,0,0,0,0 +541512,171,34,16,5,3,0,0,0,0,0,0,0 +541890,171,34,6,3,3,0,0,0,0,0,0,0 +541940,171,34,33,4,0,0,0,0,0,0,0,0 +551114,171,34,0,3,0,0,0,0,0,0,0,0 +561720,171,34,78,4,0,0,0,0,0,0,0,0 +561730,171,34,59,20,16,0,0,0,0,0,0,0 +621111,171,34,81,13,11,0,0,0,0,0,0,0 +621210,171,34,42,7,6,0,0,0,0,0,0,0 +621310,171,34,18,6,5,0,0,0,0,0,0,0 +621320,171,34,16,4,3,0,0,0,0,0,0,0 +621399,171,34,8,4,4,0,0,0,0,0,0,0 +623110,171,34,371,5,0,3,0,0,0,0,0,0 +624120,171,34,126,5,3,0,0,0,0,0,0,0 +624410,171,34,0,3,0,0,0,0,0,0,0,0 +713910,171,34,21,7,7,0,0,0,0,0,0,0 +713940,171,34,5,3,3,0,0,0,0,0,0,0 +721110,171,34,38,5,3,0,0,0,0,0,0,0 +722410,171,34,45,18,18,0,0,0,0,0,0,0 +722511,171,34,369,35,30,5,0,0,0,0,0,0 +722513,171,34,238,13,7,5,0,0,0,0,0,0 +722515,171,34,49,5,3,0,0,0,0,0,0,0 +811111,171,34,66,16,14,0,0,0,0,0,0,0 +811121,171,34,9,6,6,0,0,0,0,0,0,0 +811192,171,34,29,3,0,0,0,0,0,0,0,0 +811310,171,34,67,7,6,0,0,0,0,0,0,0 +812112,171,34,30,9,9,0,0,0,0,0,0,0 +812210,171,34,12,4,4,0,0,0,0,0,0,0 +812220,171,34,0,3,3,0,0,0,0,0,0,0 +813110,171,34,187,38,37,0,0,0,0,0,0,0 +813211,171,34,0,3,0,0,0,0,0,0,0,0 +813410,171,34,9,3,0,0,0,0,0,0,0,0 +813930,171,34,11,4,3,0,0,0,0,0,0,0 +115210,171,17031,83,19,15,0,0,0,0,0,0,0 +211120,171,17031,4,3,3,0,0,0,0,0,0,0 +212312,171,17031,0,6,0,0,0,0,0,0,0,0 +212321,171,17031,104,4,0,0,0,0,0,0,0,0 +221112,171,17031,139,9,4,0,0,0,0,0,0,0 +221114,171,17031,0,3,0,0,0,0,0,0,0,0 +221115,171,17031,153,5,0,0,0,0,0,0,0,0 +221121,171,17031,0,8,0,0,4,0,0,0,0,0 +221122,171,17031,0,21,9,3,0,0,0,0,0,0 +221210,171,17031,0,26,7,10,3,4,0,0,0,0 +221310,171,17031,0,9,6,0,0,0,0,0,0,0 +221320,171,17031,3,3,3,0,0,0,0,0,0,0 +221330,171,17031,0,4,3,0,0,0,0,0,0,0 +236115,171,17031,1072,478,470,6,0,0,0,0,0,0 +236116,171,17031,1781,114,100,12,0,0,0,0,0,0 +236117,171,17031,638,173,166,5,0,0,0,0,0,0 +236118,171,17031,4744,2554,2538,14,0,0,0,0,0,0 +236210,171,17031,379,45,38,7,0,0,0,0,0,0 +236220,171,17031,9224,531,446,65,13,6,0,0,0,0 +237110,171,17031,648,73,66,5,0,0,0,0,0,0 +237120,171,17031,0,5,0,0,0,0,0,0,0,0 +237130,171,17031,2575,41,34,4,0,0,0,0,0,0 +237210,171,17031,88,53,53,0,0,0,0,0,0,0 +237310,171,17031,1861,102,80,19,0,0,0,0,0,0 +237990,171,17031,395,49,43,6,0,0,0,0,0,0 +238110,171,17031,877,167,157,8,0,0,0,0,0,0 +238120,171,17031,599,43,33,7,0,0,0,0,0,0 +238130,171,17031,500,130,125,4,0,0,0,0,0,0 +238140,171,17031,1621,410,390,16,0,0,0,0,0,0 +238150,171,17031,642,89,83,4,0,0,0,0,0,0 +238160,171,17031,1936,307,280,26,0,0,0,0,0,0 +238170,171,17031,297,142,139,0,0,0,0,0,0,0 +238190,171,17031,485,56,50,4,0,0,0,0,0,0 +238210,171,17031,11234,1032,912,100,16,3,0,0,0,0 +238220,171,17031,14675,1335,1207,107,15,3,0,0,0,0 +238290,171,17031,1735,97,69,25,3,0,0,0,0,0 +238310,171,17031,2230,158,132,22,4,0,0,0,0,0 +238320,171,17031,1966,553,536,16,0,0,0,0,0,0 +238330,171,17031,939,318,310,6,0,0,0,0,0,0 +238340,171,17031,591,141,133,7,0,0,0,0,0,0 +238350,171,17031,2458,578,555,20,3,0,0,0,0,0 +238390,171,17031,1468,128,115,8,3,0,0,0,0,0 +238910,171,17031,2351,173,138,32,0,0,0,0,0,0 +238990,171,17031,3015,435,408,24,0,0,0,0,0,0 +311111,171,17031,162,7,3,0,0,0,0,0,0,0 +311119,171,17031,0,4,0,0,0,0,0,0,0,0 +311225,171,17031,511,4,0,0,0,0,0,0,0,0 +311340,171,17031,1065,14,5,0,0,3,0,0,0,0 +311351,171,17031,0,7,3,0,0,0,0,0,0,0 +311352,171,17031,2497,21,12,0,0,0,0,0,0,0 +311411,171,17031,504,4,0,0,0,0,0,0,0,0 +311412,171,17031,3417,23,10,3,3,0,0,0,0,0 +311421,171,17031,661,7,0,0,0,0,0,0,0,0 +311422,171,17031,0,4,3,0,0,0,0,0,0,0 +311423,171,17031,481,5,3,0,0,0,0,0,0,0 +311511,171,17031,0,5,0,0,0,0,0,0,0,0 +311513,171,17031,154,5,0,0,0,0,0,0,0,0 +311520,171,17031,312,10,5,0,0,0,0,0,0,0 +311611,171,17031,1315,14,3,5,3,0,0,0,0,0 +311612,171,17031,4245,40,13,10,9,4,0,0,0,0 +311615,171,17031,1854,9,0,3,0,0,0,0,0,0 +311811,171,17031,2069,155,126,28,0,0,0,0,0,0 +311812,171,17031,5510,112,78,19,7,6,0,0,0,0 +311813,171,17031,0,4,0,0,0,0,0,0,0,0 +311821,171,17031,1821,18,12,0,0,0,0,0,0,0 +311824,171,17031,800,10,0,3,0,0,0,0,0,0 +311830,171,17031,1025,10,6,0,0,0,0,0,0,0 +311919,171,17031,214,8,3,0,0,0,0,0,0,0 +311920,171,17031,95,7,4,0,0,0,0,0,0,0 +311930,171,17031,0,3,0,0,0,0,0,0,0,0 +311941,171,17031,869,13,6,3,0,0,0,0,0,0 +311942,171,17031,952,12,3,0,0,0,0,0,0,0 +311991,171,17031,1584,23,17,0,0,0,0,0,0,0 +311999,171,17031,673,16,7,3,3,0,0,0,0,0 +312111,171,17031,1494,12,6,0,0,0,0,0,0,0 +312112,171,17031,0,4,0,0,0,0,0,0,0,0 +312113,171,17031,45,3,0,0,0,0,0,0,0,0 +312120,171,17031,750,43,34,6,0,0,0,0,0,0 +312130,171,17031,36,5,3,0,0,0,0,0,0,0 +312140,171,17031,72,6,0,0,0,0,0,0,0,0 +313110,171,17031,27,4,3,0,0,0,0,0,0,0 +313210,171,17031,10,4,3,0,0,0,0,0,0,0 +313220,171,17031,0,3,0,0,0,0,0,0,0,0 +313230,171,17031,0,3,0,0,0,0,0,0,0,0 +313310,171,17031,318,10,6,0,0,0,0,0,0,0 +313320,171,17031,18,3,0,0,0,0,0,0,0,0 +314120,171,17031,328,25,23,0,0,0,0,0,0,0 +314910,171,17031,190,16,11,5,0,0,0,0,0,0 +314999,171,17031,282,25,19,0,0,0,0,0,0,0 +315210,171,17031,172,20,16,3,0,0,0,0,0,0 +315220,171,17031,608,20,12,3,0,0,0,0,0,0 +315240,171,17031,52,10,9,0,0,0,0,0,0,0 +315280,171,17031,85,9,5,0,0,0,0,0,0,0 +315990,171,17031,176,14,6,5,0,0,0,0,0,0 +316998,171,17031,187,16,10,4,0,0,0,0,0,0 +321114,171,17031,41,3,0,0,0,0,0,0,0,0 +321219,171,17031,40,3,0,0,0,0,0,0,0,0 +321911,171,17031,49,7,6,0,0,0,0,0,0,0 +321918,171,17031,154,16,11,0,0,0,0,0,0,0 +321920,171,17031,564,31,21,7,0,0,0,0,0,0 +321999,171,17031,179,21,17,3,0,0,0,0,0,0 +322211,171,17031,2652,32,4,14,11,0,0,0,0,0 +322212,171,17031,990,13,0,4,4,0,0,0,0,0 +322219,171,17031,2063,7,0,5,0,0,0,0,0,0 +322220,171,17031,1006,17,0,10,3,0,0,0,0,0 +322230,171,17031,399,9,0,3,0,0,0,0,0,0 +322299,171,17031,224,4,0,3,0,0,0,0,0,0 +323111,171,17031,8035,416,332,64,17,3,0,0,0,0 +323113,171,17031,789,53,41,12,0,0,0,0,0,0 +323117,171,17031,314,11,8,0,0,0,0,0,0,0 +323120,171,17031,1273,48,34,11,0,0,0,0,0,0 +324121,171,17031,124,11,6,3,0,0,0,0,0,0 +324122,171,17031,117,5,0,0,0,0,0,0,0,0 +324191,171,17031,295,9,4,0,0,0,0,0,0,0 +325180,171,17031,603,9,0,0,3,0,0,0,0,0 +325199,171,17031,354,10,4,0,0,0,0,0,0,0 +325211,171,17031,876,22,11,6,0,0,0,0,0,0 +325314,171,17031,0,3,0,0,0,0,0,0,0,0 +325411,171,17031,249,6,0,3,0,0,0,0,0,0 +325412,171,17031,1441,14,3,3,3,0,0,0,0,0 +325413,171,17031,0,3,0,0,0,0,0,0,0,0 +325510,171,17031,1949,34,15,12,5,0,0,0,0,0 +325520,171,17031,423,14,3,6,0,0,0,0,0,0 +325611,171,17031,440,19,11,4,0,0,0,0,0,0 +325612,171,17031,104,6,4,0,0,0,0,0,0,0 +325620,171,17031,1529,22,9,0,6,0,0,0,0,0 +325910,171,17031,565,14,5,0,0,0,0,0,0,0 +325991,171,17031,65,5,0,0,0,0,0,0,0,0 +325992,171,17031,207,6,0,3,0,0,0,0,0,0 +325998,171,17031,810,22,8,11,0,0,0,0,0,0 +326111,171,17031,1449,14,3,5,0,0,0,0,0,0 +326112,171,17031,719,8,0,4,0,0,0,0,0,0 +326113,171,17031,716,11,0,3,3,0,0,0,0,0 +326121,171,17031,556,9,0,4,0,0,0,0,0,0 +326140,171,17031,0,3,0,0,0,0,0,0,0,0 +326150,171,17031,290,5,0,0,0,0,0,0,0,0 +326160,171,17031,0,3,0,0,0,0,0,0,0,0 +326199,171,17031,5451,110,62,30,14,4,0,0,0,0 +326212,171,17031,194,6,0,0,0,0,0,0,0,0 +326220,171,17031,194,4,0,0,0,0,0,0,0,0 +326291,171,17031,216,4,0,0,0,0,0,0,0,0 +326299,171,17031,62,4,0,0,0,0,0,0,0,0 +327110,171,17031,24,5,3,0,0,0,0,0,0,0 +327120,171,17031,0,5,4,0,0,0,0,0,0,0 +327212,171,17031,64,5,0,0,0,0,0,0,0,0 +327215,171,17031,509,25,18,0,0,0,0,0,0,0 +327320,171,17031,921,34,19,13,0,0,0,0,0,0 +327390,171,17031,217,10,0,3,0,0,0,0,0,0 +327420,171,17031,72,3,0,0,0,0,0,0,0,0 +327910,171,17031,406,10,4,0,0,0,0,0,0,0 +327991,171,17031,316,35,31,4,0,0,0,0,0,0 +327992,171,17031,159,5,0,0,0,0,0,0,0,0 +327993,171,17031,83,3,0,0,0,0,0,0,0,0 +327999,171,17031,32,4,0,0,0,0,0,0,0,0 +331110,171,17031,1118,12,5,3,0,3,0,0,0,0 +331210,171,17031,1583,10,0,0,0,0,0,0,0,0 +331221,171,17031,478,8,0,3,0,0,0,0,0,0 +331314,171,17031,230,5,0,3,0,0,0,0,0,0 +331318,171,17031,0,3,0,0,0,0,0,0,0,0 +331410,171,17031,42,4,0,0,0,0,0,0,0,0 +331420,171,17031,269,6,0,0,0,0,0,0,0,0 +331491,171,17031,55,5,3,0,0,0,0,0,0,0 +331492,171,17031,219,4,0,0,0,0,0,0,0,0 +331513,171,17031,250,5,0,0,0,0,0,0,0,0 +331523,171,17031,1303,16,0,3,6,0,0,0,0,0 +331524,171,17031,161,6,3,0,0,0,0,0,0,0 +331529,171,17031,144,7,3,0,0,0,0,0,0,0 +332111,171,17031,783,14,0,10,0,0,0,0,0,0 +332114,171,17031,314,8,0,0,0,0,0,0,0,0 +332119,171,17031,2190,69,41,25,0,0,0,0,0,0 +332215,171,17031,5,3,3,0,0,0,0,0,0,0 +332216,171,17031,571,32,24,7,0,0,0,0,0,0 +332311,171,17031,0,3,0,0,0,0,0,0,0,0 +332312,171,17031,782,36,22,13,0,0,0,0,0,0 +332313,171,17031,516,21,14,4,0,0,0,0,0,0 +332321,171,17031,216,14,9,3,0,0,0,0,0,0 +332322,171,17031,1468,50,28,18,4,0,0,0,0,0 +332323,171,17031,452,30,25,0,0,0,0,0,0,0 +332410,171,17031,40,5,0,0,0,0,0,0,0,0 +332420,171,17031,37,3,0,0,0,0,0,0,0,0 +332431,171,17031,516,5,0,0,0,0,0,0,0,0 +332439,171,17031,456,11,3,0,0,0,0,0,0,0 +332510,171,17031,146,12,7,3,0,0,0,0,0,0 +332613,171,17031,597,22,12,10,0,0,0,0,0,0 +332618,171,17031,1033,29,18,6,3,0,0,0,0,0 +332710,171,17031,3693,270,218,47,5,0,0,0,0,0 +332721,171,17031,2775,89,48,36,5,0,0,0,0,0 +332722,171,17031,1143,28,15,11,0,0,0,0,0,0 +332811,171,17031,469,16,4,8,0,0,0,0,0,0 +332812,171,17031,1174,45,25,17,0,0,0,0,0,0 +332813,171,17031,2279,99,69,26,4,0,0,0,0,0 +332911,171,17031,377,11,4,4,0,0,0,0,0,0 +332912,171,17031,235,6,0,0,0,0,0,0,0,0 +332913,171,17031,0,3,0,0,0,0,0,0,0,0 +332919,171,17031,107,8,5,0,0,0,0,0,0,0 +332991,171,17031,0,3,0,0,0,0,0,0,0,0 +332996,171,17031,119,8,0,3,0,0,0,0,0,0 +332999,171,17031,2420,72,47,16,6,0,0,0,0,0 +333120,171,17031,80,4,0,0,0,0,0,0,0,0 +333241,171,17031,375,10,0,3,0,0,0,0,0,0 +333244,171,17031,152,8,3,0,0,0,0,0,0,0 +333249,171,17031,484,29,22,5,0,0,0,0,0,0 +333314,171,17031,0,4,0,0,0,0,0,0,0,0 +333316,171,17031,0,3,0,0,0,0,0,0,0,0 +333318,171,17031,924,29,18,8,3,0,0,0,0,0 +333413,171,17031,338,10,3,0,0,0,0,0,0,0 +333414,171,17031,108,4,0,0,0,0,0,0,0,0 +333415,171,17031,200,11,8,0,0,0,0,0,0,0 +333511,171,17031,407,28,20,7,0,0,0,0,0,0 +333514,171,17031,637,63,55,6,0,0,0,0,0,0 +333515,171,17031,334,30,26,3,0,0,0,0,0,0 +333517,171,17031,681,20,9,7,0,0,0,0,0,0 +333519,171,17031,380,12,3,3,0,0,0,0,0,0 +333612,171,17031,555,12,3,3,0,0,0,0,0,0 +333613,171,17031,91,3,0,0,0,0,0,0,0,0 +333912,171,17031,0,3,0,0,0,0,0,0,0,0 +333914,171,17031,779,8,3,0,0,0,0,0,0,0 +333921,171,17031,89,7,0,0,0,0,0,0,0,0 +333922,171,17031,360,13,8,4,0,0,0,0,0,0 +333924,171,17031,74,3,0,0,0,0,0,0,0,0 +333992,171,17031,80,4,0,0,0,0,0,0,0,0 +333993,171,17031,785,13,3,4,0,0,0,0,0,0 +333994,171,17031,57,5,4,0,0,0,0,0,0,0 +333995,171,17031,15,5,3,0,0,0,0,0,0,0 +333999,171,17031,327,21,12,8,0,0,0,0,0,0 +334118,171,17031,75,7,4,0,0,0,0,0,0,0 +334220,171,17031,115,7,3,0,0,0,0,0,0,0 +334290,171,17031,638,11,4,3,0,0,0,0,0,0 +334310,171,17031,125,13,9,0,0,0,0,0,0,0 +334412,171,17031,539,14,6,4,0,0,0,0,0,0 +334413,171,17031,256,9,3,3,0,0,0,0,0,0 +334416,171,17031,172,11,7,0,0,0,0,0,0,0 +334417,171,17031,402,4,0,0,0,0,0,0,0,0 +334418,171,17031,559,10,3,3,0,0,0,0,0,0 +334419,171,17031,1028,21,11,5,0,0,0,0,0,0 +334510,171,17031,215,11,5,3,0,0,0,0,0,0 +334511,171,17031,2784,7,0,0,0,0,0,0,0,0 +334512,171,17031,180,5,0,0,0,0,0,0,0,0 +334513,171,17031,311,13,7,4,0,0,0,0,0,0 +334514,171,17031,297,6,0,0,0,0,0,0,0,0 +334515,171,17031,678,10,4,3,0,0,0,0,0,0 +334516,171,17031,73,8,6,0,0,0,0,0,0,0 +334517,171,17031,0,4,0,0,0,0,0,0,0,0 +334519,171,17031,275,9,4,3,0,0,0,0,0,0 +334614,171,17031,199,11,7,0,0,0,0,0,0,0 +335121,171,17031,1427,12,3,0,0,0,0,0,0,0 +335122,171,17031,591,11,0,4,0,0,0,0,0,0 +335129,171,17031,83,6,0,0,0,0,0,0,0,0 +335220,171,17031,0,4,3,0,0,0,0,0,0,0 +335311,171,17031,79,5,0,0,0,0,0,0,0,0 +335312,171,17031,183,7,3,0,0,0,0,0,0,0 +335313,171,17031,0,10,4,3,0,0,0,0,0,0 +335314,171,17031,281,15,11,0,0,0,0,0,0,0 +335931,171,17031,842,13,7,0,0,0,0,0,0,0 +335932,171,17031,0,4,0,0,0,0,0,0,0,0 +335999,171,17031,255,18,17,0,0,0,0,0,0,0 +336111,171,17031,0,3,0,0,0,0,0,0,0,0 +336211,171,17031,0,4,0,0,0,0,0,0,0,0 +336310,171,17031,60,6,4,0,0,0,0,0,0,0 +336320,171,17031,531,14,8,0,0,0,0,0,0,0 +336340,171,17031,0,3,0,0,0,0,0,0,0,0 +336350,171,17031,1479,14,3,3,0,0,0,0,0,0 +336360,171,17031,1541,5,0,0,0,0,0,0,0,0 +336370,171,17031,3729,21,0,8,7,0,0,0,0,0 +336390,171,17031,816,20,12,4,0,0,0,0,0,0 +336510,171,17031,1568,7,0,3,0,0,0,0,0,0 +336611,171,17031,36,4,0,0,0,0,0,0,0,0 +336991,171,17031,146,4,0,0,0,0,0,0,0,0 +337110,171,17031,394,52,50,0,0,0,0,0,0,0 +337121,171,17031,512,24,15,3,0,0,0,0,0,0 +337122,171,17031,73,16,14,0,0,0,0,0,0,0 +337124,171,17031,64,6,0,0,0,0,0,0,0,0 +337125,171,17031,12,5,4,0,0,0,0,0,0,0 +337127,171,17031,325,15,10,4,0,0,0,0,0,0 +337211,171,17031,0,4,0,0,0,0,0,0,0,0 +337212,171,17031,753,28,21,4,0,0,0,0,0,0 +337214,171,17031,442,6,3,0,0,0,0,0,0,0 +337215,171,17031,1320,22,12,4,0,0,0,0,0,0 +337910,171,17031,322,8,0,4,0,0,0,0,0,0 +337920,171,17031,45,9,8,0,0,0,0,0,0,0 +339112,171,17031,1060,20,9,4,0,0,0,0,0,0 +339113,171,17031,505,27,20,4,0,0,0,0,0,0 +339114,171,17031,990,19,11,3,3,0,0,0,0,0 +339115,171,17031,150,11,5,0,0,0,0,0,0,0 +339116,171,17031,417,112,109,3,0,0,0,0,0,0 +339910,171,17031,363,40,33,3,0,0,0,0,0,0 +339920,171,17031,0,8,3,0,0,0,0,0,0,0 +339930,171,17031,97,15,13,0,0,0,0,0,0,0 +339940,171,17031,358,13,8,0,0,0,0,0,0,0 +339950,171,17031,3218,80,59,15,0,0,0,0,0,0 +339991,171,17031,1664,22,12,6,0,0,0,0,0,0 +339992,171,17031,268,16,11,0,0,0,0,0,0,0 +339993,171,17031,0,4,0,0,0,0,0,0,0,0 +339994,171,17031,517,5,0,0,0,0,0,0,0,0 +339995,171,17031,12,3,0,0,0,0,0,0,0,0 +339999,171,17031,823,79,69,10,0,0,0,0,0,0 +423110,171,17031,918,50,37,8,3,0,0,0,0,0 +423120,171,17031,2816,205,170,29,6,0,0,0,0,0 +423130,171,17031,335,24,18,6,0,0,0,0,0,0 +423140,171,17031,461,24,17,4,0,0,0,0,0,0 +423210,171,17031,1637,112,88,19,3,0,0,0,0,0 +423220,171,17031,1329,123,108,13,0,0,0,0,0,0 +423310,171,17031,1851,69,50,17,0,0,0,0,0,0 +423320,171,17031,435,41,36,4,0,0,0,0,0,0 +423330,171,17031,501,37,29,8,0,0,0,0,0,0 +423390,171,17031,789,37,31,4,0,0,0,0,0,0 +423410,171,17031,61,7,4,0,0,0,0,0,0,0 +423420,171,17031,2120,174,160,11,0,0,0,0,0,0 +423430,171,17031,5344,137,109,24,0,0,0,0,0,0 +423440,171,17031,1264,82,67,12,3,0,0,0,0,0 +423450,171,17031,2111,158,137,16,4,0,0,0,0,0 +423460,171,17031,121,10,6,0,0,0,0,0,0,0 +423490,171,17031,337,41,37,3,0,0,0,0,0,0 +423510,171,17031,6206,267,192,67,6,0,0,0,0,0 +423610,171,17031,3954,210,168,34,6,0,0,0,0,0 +423620,171,17031,2083,55,43,7,0,0,0,0,0,0 +423690,171,17031,5090,190,151,32,4,0,0,0,0,0 +423710,171,17031,1575,158,137,19,0,0,0,0,0,0 +423720,171,17031,976,61,49,11,0,0,0,0,0,0 +423730,171,17031,955,80,60,17,0,0,0,0,0,0 +423740,171,17031,202,17,9,5,0,0,0,0,0,0 +423810,171,17031,567,35,28,5,0,0,0,0,0,0 +423820,171,17031,174,12,8,0,0,0,0,0,0,0 +423830,171,17031,10981,513,403,92,13,3,0,0,0,0 +423840,171,17031,1929,156,134,19,0,0,0,0,0,0 +423850,171,17031,942,87,75,12,0,0,0,0,0,0 +423860,171,17031,216,18,10,7,0,0,0,0,0,0 +423910,171,17031,1855,72,57,9,0,3,0,0,0,0 +423920,171,17031,418,42,38,0,0,0,0,0,0,0 +423930,171,17031,2312,163,129,32,0,0,0,0,0,0 +423940,171,17031,743,155,147,8,0,0,0,0,0,0 +423990,171,17031,1033,185,171,14,0,0,0,0,0,0 +424110,171,17031,470,26,19,3,0,0,0,0,0,0 +424120,171,17031,1314,88,76,9,0,0,0,0,0,0 +424130,171,17031,2696,120,105,10,0,0,0,0,0,0 +424210,171,17031,3993,148,122,17,7,0,0,0,0,0 +424310,171,17031,350,50,45,4,0,0,0,0,0,0 +424320,171,17031,827,65,57,3,3,0,0,0,0,0 +424330,171,17031,337,85,82,3,0,0,0,0,0,0 +424340,171,17031,112,19,14,0,0,0,0,0,0,0 +424410,171,17031,2851,81,63,12,3,0,0,0,0,0 +424420,171,17031,1687,90,70,18,0,0,0,0,0,0 +424430,171,17031,1250,57,40,14,3,0,0,0,0,0 +424440,171,17031,1429,10,3,0,0,0,0,0,0,0 +424450,171,17031,1267,62,50,7,3,0,0,0,0,0 +424460,171,17031,219,16,12,3,0,0,0,0,0,0 +424470,171,17031,2926,102,68,26,7,0,0,0,0,0 +424480,171,17031,2383,117,94,20,0,0,0,0,0,0 +424490,171,17031,6289,313,253,47,6,7,0,0,0,0 +424510,171,17031,93,15,12,0,0,0,0,0,0,0 +424590,171,17031,19,5,3,0,0,0,0,0,0,0 +424610,171,17031,677,51,46,0,0,0,0,0,0,0 +424690,171,17031,3155,154,123,27,0,0,0,0,0,0 +424710,171,17031,1034,21,13,4,0,0,0,0,0,0 +424720,171,17031,1204,30,21,7,0,0,0,0,0,0 +424810,171,17031,1745,26,12,4,7,0,0,0,0,0 +424820,171,17031,982,70,59,7,3,0,0,0,0,0 +424910,171,17031,523,16,12,0,0,0,0,0,0,0 +424920,171,17031,949,39,30,3,0,0,0,0,0,0 +424930,171,17031,452,33,24,8,0,0,0,0,0,0 +424940,171,17031,490,29,25,0,0,0,0,0,0,0 +424950,171,17031,248,27,24,0,0,0,0,0,0,0 +424990,171,17031,1217,208,198,8,0,0,0,0,0,0 +425110,171,17031,24,16,15,0,0,0,0,0,0,0 +425120,171,17031,6421,719,681,29,4,0,0,0,0,0 +441110,171,17031,16135,240,57,123,58,0,0,0,0,0 +441120,171,17031,1917,229,210,16,3,0,0,0,0,0 +441210,171,17031,35,5,0,0,0,0,0,0,0,0 +441222,171,17031,36,8,6,0,0,0,0,0,0,0 +441228,171,17031,314,26,17,7,0,0,0,0,0,0 +441310,171,17031,4294,418,380,36,0,0,0,0,0,0 +441320,171,17031,1585,175,165,10,0,0,0,0,0,0 +442110,171,17031,2896,366,330,34,0,0,0,0,0,0 +442210,171,17031,811,119,111,8,0,0,0,0,0,0 +442291,171,17031,98,32,30,0,0,0,0,0,0,0 +442299,171,17031,3208,195,143,50,0,0,0,0,0,0 +443141,171,17031,1868,65,55,8,0,0,0,0,0,0 +443142,171,17031,4744,447,410,27,10,0,0,0,0,0 +444110,171,17031,10156,69,9,0,53,0,0,0,0,0 +444120,171,17031,526,93,92,0,0,0,0,0,0,0 +444130,171,17031,1476,145,119,25,0,0,0,0,0,0 +444190,171,17031,2750,315,276,39,0,0,0,0,0,0 +444210,171,17031,258,11,10,0,0,0,0,0,0,0 +444220,171,17031,525,38,32,4,0,0,0,0,0,0 +445110,171,17031,54821,1418,1012,208,139,59,0,0,0,0 +445120,171,17031,1792,404,401,3,0,0,0,0,0,0 +445210,171,17031,703,76,67,9,0,0,0,0,0,0 +445220,171,17031,159,23,21,0,0,0,0,0,0,0 +445230,171,17031,641,37,27,9,0,0,0,0,0,0 +445291,171,17031,588,67,57,8,0,0,0,0,0,0 +445292,171,17031,927,122,115,5,0,0,0,0,0,0 +445299,171,17031,628,97,92,5,0,0,0,0,0,0 +445310,171,17031,2839,613,582,31,0,0,0,0,0,0 +446110,171,17031,11416,718,447,269,0,0,0,0,0,0 +446120,171,17031,3337,340,291,49,0,0,0,0,0,0 +446130,171,17031,2057,231,217,14,0,0,0,0,0,0 +446191,171,17031,608,170,167,3,0,0,0,0,0,0 +446199,171,17031,631,125,117,7,0,0,0,0,0,0 +447110,171,17031,4778,864,850,13,0,0,0,0,0,0 +447190,171,17031,920,161,153,6,0,0,0,0,0,0 +448110,171,17031,1109,158,145,13,0,0,0,0,0,0 +448120,171,17031,7084,547,455,87,4,0,0,0,0,0 +448130,171,17031,1310,119,101,17,0,0,0,0,0,0 +448140,171,17031,15707,491,242,234,12,0,0,0,0,0 +448150,171,17031,1353,192,179,13,0,0,0,0,0,0 +448190,171,17031,2060,202,170,32,0,0,0,0,0,0 +448210,171,17031,4852,464,419,42,0,0,0,0,0,0 +448310,171,17031,2010,392,381,11,0,0,0,0,0,0 +448320,171,17031,139,21,20,0,0,0,0,0,0,0 +451110,171,17031,2151,217,192,24,0,0,0,0,0,0 +451120,171,17031,1854,113,82,30,0,0,0,0,0,0 +451130,171,17031,500,42,31,10,0,0,0,0,0,0 +451140,171,17031,394,53,47,5,0,0,0,0,0,0 +451211,171,17031,1042,100,82,16,0,0,0,0,0,0 +451212,171,17031,176,40,39,0,0,0,0,0,0,0 +452210,171,17031,9609,58,0,8,41,6,0,0,0,0 +452311,171,17031,21240,97,0,3,60,32,0,0,0,0 +452319,171,17031,4595,448,371,77,0,0,0,0,0,0 +453110,171,17031,946,197,194,0,0,0,0,0,0,0 +453210,171,17031,834,72,52,20,0,0,0,0,0,0 +453220,171,17031,2169,280,257,23,0,0,0,0,0,0 +453310,171,17031,2943,257,216,41,0,0,0,0,0,0 +453910,171,17031,1914,152,119,33,0,0,0,0,0,0 +453920,171,17031,309,89,87,0,0,0,0,0,0,0 +453991,171,17031,265,121,119,0,0,0,0,0,0,0 +453998,171,17031,810,215,212,3,0,0,0,0,0,0 +454110,171,17031,5873,594,536,49,5,4,0,0,0,0 +454210,171,17031,916,75,65,6,0,0,0,0,0,0 +454310,171,17031,120,13,13,0,0,0,0,0,0,0 +454390,171,17031,1873,326,305,20,0,0,0,0,0,0 +481111,171,17031,29603,66,39,12,0,4,0,0,0,3 +481112,171,17031,279,24,19,3,0,0,0,0,0,0 +481211,171,17031,201,13,9,0,0,0,0,0,0,0 +481212,171,17031,40,11,9,0,0,0,0,0,0,0 +481219,171,17031,22,4,3,0,0,0,0,0,0,0 +483113,171,17031,22,4,0,0,0,0,0,0,0,0 +484110,171,17031,5996,1769,1716,46,5,0,0,0,0,0 +484121,171,17031,7418,1936,1886,43,0,4,0,0,0,0 +484122,171,17031,8536,276,232,22,16,3,0,0,0,0 +484210,171,17031,2085,174,140,32,0,0,0,0,0,0 +484220,171,17031,1648,508,487,20,0,0,0,0,0,0 +484230,171,17031,2751,123,105,13,3,0,0,0,0,0 +485113,171,17031,1041,25,13,7,0,0,0,0,0,0 +485119,171,17031,136,11,8,0,0,0,0,0,0,0 +485210,171,17031,542,17,11,0,3,0,0,0,0,0 +485310,171,17031,1105,109,101,6,0,0,0,0,0,0 +485320,171,17031,847,263,254,8,0,0,0,0,0,0 +485410,171,17031,6652,54,7,18,16,10,0,0,0,0 +485510,171,17031,531,25,14,7,0,0,0,0,0,0 +485991,171,17031,2846,40,35,0,0,0,0,0,0,0 +485999,171,17031,452,59,56,0,0,0,0,0,0,0 +486110,171,17031,0,6,5,0,0,0,0,0,0,0 +486210,171,17031,0,5,0,0,0,0,0,0,0,0 +486910,171,17031,0,4,0,0,0,0,0,0,0,0 +487110,171,17031,227,6,0,0,0,0,0,0,0,0 +487210,171,17031,666,18,11,0,3,0,0,0,0,0 +487990,171,17031,44,6,3,0,0,0,0,0,0,0 +488119,171,17031,5803,34,12,7,6,4,0,0,0,0 +488190,171,17031,298,23,16,3,0,0,0,0,0,0 +488210,171,17031,2735,48,30,6,8,0,0,0,0,0 +488310,171,17031,76,4,0,0,0,0,0,0,0,0 +488320,171,17031,167,4,0,0,0,0,0,0,0,0 +488330,171,17031,59,4,0,0,0,0,0,0,0,0 +488390,171,17031,37,7,5,0,0,0,0,0,0,0 +488410,171,17031,904,149,142,6,0,0,0,0,0,0 +488490,171,17031,722,99,91,5,0,0,0,0,0,0 +488510,171,17031,8264,535,464,49,17,4,0,0,0,0 +488991,171,17031,200,33,30,0,0,0,0,0,0,0 +488999,171,17031,0,10,9,0,0,0,0,0,0,0 +492110,171,17031,18170,164,124,16,14,0,4,0,0,0 +492210,171,17031,2050,105,94,8,0,0,0,0,0,0 +493110,171,17031,4847,153,104,41,6,0,0,0,0,0 +493120,171,17031,711,15,0,11,0,0,0,0,0,0 +493190,171,17031,497,34,25,9,0,0,0,0,0,0 +511110,171,17031,3493,89,66,15,5,0,3,0,0,0 +511120,171,17031,3730,114,87,21,4,0,0,0,0,0 +511130,171,17031,1632,42,28,8,5,0,0,0,0,0 +511140,171,17031,173,9,6,0,0,0,0,0,0,0 +511191,171,17031,0,5,0,0,0,0,0,0,0,0 +511199,171,17031,30,8,5,0,0,0,0,0,0,0 +511210,171,17031,12215,264,176,61,17,4,5,0,0,0 +512110,171,17031,1380,300,289,9,0,0,0,0,0,0 +512120,171,17031,38,6,3,0,0,0,0,0,0,0 +512131,171,17031,2089,42,3,35,0,0,0,0,0,0 +512191,171,17031,524,50,44,3,0,0,0,0,0,0 +512199,171,17031,20,4,0,0,0,0,0,0,0,0 +512230,171,17031,0,6,6,0,0,0,0,0,0,0 +512240,171,17031,141,52,51,0,0,0,0,0,0,0 +512250,171,17031,96,13,11,0,0,0,0,0,0,0 +512290,171,17031,52,16,15,0,0,0,0,0,0,0 +515111,171,17031,198,17,13,0,0,0,0,0,0,0 +515112,171,17031,1281,51,35,12,4,0,0,0,0,0 +515120,171,17031,2527,41,28,0,6,0,0,0,0,0 +515210,171,17031,796,25,15,6,0,0,0,0,0,0 +517311,171,17031,10992,411,307,80,15,6,3,0,0,0 +517312,171,17031,6489,440,405,26,6,0,0,0,0,0 +517410,171,17031,23,4,0,0,0,0,0,0,0,0 +517911,171,17031,1030,82,74,3,3,0,0,0,0,0 +517919,171,17031,734,94,84,8,0,0,0,0,0,0 +518210,171,17031,12685,358,259,70,20,7,0,0,0,0 +519110,171,17031,232,11,5,0,0,0,0,0,0,0 +519120,171,17031,421,13,5,3,0,0,0,0,0,0 +519130,171,17031,9956,197,144,34,12,3,0,0,0,0 +519190,171,17031,851,43,36,0,3,0,0,0,0,0 +521110,171,17031,0,3,0,0,0,0,0,0,0,0 +522110,171,17031,40349,1544,1349,152,21,11,4,4,0,0 +522120,171,17031,740,58,44,12,0,0,0,0,0,0 +522130,171,17031,1779,131,113,16,0,0,0,0,0,0 +522210,171,17031,709,18,13,0,0,0,0,0,0,0 +522220,171,17031,2844,102,76,18,7,0,0,0,0,0 +522291,171,17031,2436,156,143,9,0,3,0,0,0,0 +522292,171,17031,4140,190,156,29,3,0,0,0,0,0 +522293,171,17031,0,8,8,0,0,0,0,0,0,0 +522294,171,17031,0,5,3,0,0,0,0,0,0,0 +522298,171,17031,2959,172,165,0,0,0,0,0,0,0 +522310,171,17031,719,148,143,3,0,0,0,0,0,0 +522320,171,17031,1703,98,89,0,5,0,0,0,0,0 +522390,171,17031,3450,476,464,8,0,3,0,0,0,0 +523110,171,17031,5402,222,183,25,10,3,0,0,0,0 +523120,171,17031,5995,452,388,47,14,3,0,0,0,0 +523130,171,17031,2498,119,99,16,0,0,0,0,0,0 +523140,171,17031,2049,144,128,10,4,0,0,0,0,0 +523210,171,17031,2683,8,0,0,0,0,0,0,0,0 +523910,171,17031,2752,268,232,30,6,0,0,0,0,0 +523920,171,17031,12609,923,822,82,13,4,0,0,0,0 +523930,171,17031,2994,423,393,24,5,0,0,0,0,0 +523991,171,17031,811,47,37,7,0,0,0,0,0,0 +523999,171,17031,942,27,18,0,0,0,0,0,0,0 +524113,171,17031,3571,148,100,41,6,0,0,0,0,0 +524114,171,17031,8195,69,45,9,9,4,0,0,0,0 +524126,171,17031,18005,240,168,48,12,6,0,3,0,0 +524127,171,17031,1058,58,45,11,0,0,0,0,0,0 +524128,171,17031,983,11,5,0,0,0,0,0,0,0 +524130,171,17031,838,25,13,10,0,0,0,0,0,0 +524210,171,17031,17073,2261,2139,98,15,6,3,0,0,0 +524291,171,17031,489,67,60,5,0,0,0,0,0,0 +524292,171,17031,38122,72,44,17,5,4,0,0,0,0 +524298,171,17031,610,51,39,9,0,0,0,0,0,0 +525910,171,17031,0,9,7,0,0,0,0,0,0,0 +525990,171,17031,150,22,20,0,0,0,0,0,0,0 +531110,171,17031,6563,921,871,39,10,0,0,0,0,0 +531120,171,17031,3667,506,465,39,0,0,0,0,0,0 +531130,171,17031,472,211,210,0,0,0,0,0,0,0 +531190,171,17031,211,59,58,0,0,0,0,0,0,0 +531210,171,17031,6122,2159,2110,46,3,0,0,0,0,0 +531311,171,17031,9978,878,782,76,15,5,0,0,0,0 +531312,171,17031,4261,409,362,40,5,0,0,0,0,0 +531320,171,17031,724,227,219,6,0,0,0,0,0,0 +531390,171,17031,1861,397,380,15,0,0,0,0,0,0 +532111,171,17031,1674,163,150,9,4,0,0,0,0,0 +532112,171,17031,0,8,4,0,0,0,0,0,0,0 +532120,171,17031,868,85,71,12,0,0,0,0,0,0 +532210,171,17031,0,65,64,0,0,0,0,0,0,0 +532281,171,17031,127,17,14,0,0,0,0,0,0,0 +532282,171,17031,110,28,26,0,0,0,0,0,0,0 +532283,171,17031,125,12,10,0,0,0,0,0,0,0 +532284,171,17031,97,13,9,0,0,0,0,0,0,0 +532289,171,17031,790,51,38,9,0,0,0,0,0,0 +532310,171,17031,217,31,29,0,0,0,0,0,0,0 +532411,171,17031,863,19,9,4,0,0,0,0,0,0 +532412,171,17031,415,39,35,0,0,0,0,0,0,0 +532420,171,17031,250,24,22,0,0,0,0,0,0,0 +532490,171,17031,5423,176,143,28,3,0,0,0,0,0 +533110,171,17031,278,36,32,0,0,0,0,0,0,0 +541110,171,17031,38063,4305,3978,263,47,13,0,0,0,0 +541191,171,17031,681,73,62,9,0,0,0,0,0,0 +541199,171,17031,804,65,57,5,0,0,0,0,0,0 +541211,171,17031,18554,1106,1044,47,3,5,3,0,0,0 +541213,171,17031,3731,538,511,25,0,0,0,0,0,0 +541214,171,17031,3525,107,73,25,6,0,0,0,0,0 +541219,171,17031,3024,726,696,29,0,0,0,0,0,0 +541310,171,17031,6129,631,569,52,7,3,0,0,0,0 +541320,171,17031,399,97,93,4,0,0,0,0,0,0 +541330,171,17031,13709,691,555,107,25,0,0,0,0,0 +541340,171,17031,166,28,24,0,0,0,0,0,0,0 +541350,171,17031,287,87,85,0,0,0,0,0,0,0 +541360,171,17031,1,3,3,0,0,0,0,0,0,0 +541370,171,17031,405,51,44,7,0,0,0,0,0,0 +541380,171,17031,3414,84,61,20,0,0,0,0,0,0 +541410,171,17031,1791,395,378,16,0,0,0,0,0,0 +541420,171,17031,252,53,49,3,0,0,0,0,0,0 +541430,171,17031,2226,539,517,21,0,0,0,0,0,0 +541490,171,17031,164,59,59,0,0,0,0,0,0,0 +541511,171,17031,19464,1393,1216,146,18,8,4,0,0,0 +541512,171,17031,18354,1170,1078,61,16,6,7,0,0,0 +541513,171,17031,2976,140,120,15,4,0,0,0,0,0 +541519,171,17031,1881,244,221,21,0,0,0,0,0,0 +541611,171,17031,22935,1934,1780,114,26,7,5,0,0,0 +541612,171,17031,4736,229,197,19,7,5,0,0,0,0 +541613,171,17031,8780,990,916,58,9,6,0,0,0,0 +541614,171,17031,2113,170,150,16,0,0,0,0,0,0 +541618,171,17031,390,168,164,3,0,0,0,0,0,0 +541620,171,17031,714,104,91,12,0,0,0,0,0,0 +541690,171,17031,2115,343,318,23,0,0,0,0,0,0 +541713,171,17031,1275,44,37,0,0,0,0,0,0,0 +541714,171,17031,1385,45,37,3,0,0,0,0,0,0 +541715,171,17031,2837,127,103,19,3,0,0,0,0,0 +541720,171,17031,2314,62,50,8,0,0,0,0,0,0 +541810,171,17031,11336,372,285,61,17,5,3,0,0,0 +541820,171,17031,2941,283,258,20,3,0,0,0,0,0 +541830,171,17031,2317,52,36,11,3,0,0,0,0,0 +541840,171,17031,481,75,71,3,0,0,0,0,0,0 +541850,171,17031,989,69,60,5,0,0,0,0,0,0 +541860,171,17031,1817,55,43,6,4,0,0,0,0,0 +541870,171,17031,501,21,14,0,0,0,0,0,0,0 +541890,171,17031,1851,167,141,24,0,0,0,0,0,0 +541910,171,17031,5858,201,159,29,10,0,0,0,0,0 +541921,171,17031,2095,222,210,9,0,0,0,0,0,0 +541922,171,17031,333,130,126,0,0,0,0,0,0,0 +541930,171,17031,250,89,88,0,0,0,0,0,0,0 +541940,171,17031,3907,295,241,53,0,0,0,0,0,0 +541990,171,17031,2200,477,451,22,0,0,0,0,0,0 +551111,171,17031,221,10,8,0,0,0,0,0,0,0 +551112,171,17031,4401,141,103,24,9,4,0,0,0,0 +551114,171,17031,94718,939,515,248,87,55,16,11,4,0 +561110,171,17031,9662,563,459,85,14,3,0,0,0,0 +561210,171,17031,4307,123,96,18,5,0,0,0,0,0 +561311,171,17031,4654,200,157,35,4,3,0,0,0,0 +561312,171,17031,1781,211,195,13,3,0,0,0,0,0 +561320,171,17031,41446,673,359,204,70,29,11,0,0,0 +561330,171,17031,1956,56,36,13,6,0,0,0,0,0 +561410,171,17031,521,83,80,0,0,0,0,0,0,0 +561421,171,17031,158,16,13,3,0,0,0,0,0,0 +561422,171,17031,1805,44,26,13,4,0,0,0,0,0 +561431,171,17031,289,54,53,0,0,0,0,0,0,0 +561439,171,17031,1479,137,125,10,0,0,0,0,0,0 +561440,171,17031,2484,76,49,22,3,0,0,0,0,0 +561450,171,17031,2028,17,8,5,0,0,0,0,0,0 +561491,171,17031,277,13,8,3,0,0,0,0,0,0 +561492,171,17031,335,82,78,0,0,0,0,0,0,0 +561499,171,17031,957,67,58,6,3,0,0,0,0,0 +561510,171,17031,3185,435,413,19,0,0,0,0,0,0 +561520,171,17031,372,44,38,4,0,0,0,0,0,0 +561591,171,17031,131,12,10,0,0,0,0,0,0,0 +561599,171,17031,1713,69,61,0,0,0,0,0,0,0 +561611,171,17031,753,74,68,4,0,0,0,0,0,0 +561612,171,17031,20652,204,104,54,27,11,4,0,0,0 +561613,171,17031,816,9,0,0,0,0,0,0,0,0 +561621,171,17031,826,70,61,6,0,0,0,0,0,0 +561622,171,17031,276,60,58,0,0,0,0,0,0,0 +561710,171,17031,995,100,79,20,0,0,0,0,0,0 +561720,171,17031,32504,1049,920,100,13,7,3,3,0,0 +561730,171,17031,4333,1201,1159,38,3,0,0,0,0,0 +561740,171,17031,527,104,97,5,0,0,0,0,0,0 +561790,171,17031,1041,135,120,14,0,0,0,0,0,0 +561910,171,17031,734,36,30,3,0,0,0,0,0,0 +561920,171,17031,4022,169,139,25,3,0,0,0,0,0 +561990,171,17031,2175,189,164,21,4,0,0,0,0,0 +562111,171,17031,3570,127,93,23,9,0,0,0,0,0 +562112,171,17031,198,6,0,0,0,0,0,0,0,0 +562119,171,17031,97,9,5,3,0,0,0,0,0,0 +562211,171,17031,1424,14,7,0,0,0,0,0,0,0 +562212,171,17031,222,14,12,0,0,0,0,0,0,0 +562219,171,17031,0,4,3,0,0,0,0,0,0,0 +562910,171,17031,691,42,29,12,0,0,0,0,0,0 +562920,171,17031,280,19,13,5,0,0,0,0,0,0 +562991,171,17031,10,3,3,0,0,0,0,0,0,0 +562998,171,17031,272,25,21,3,0,0,0,0,0,0 +611110,171,17031,24523,499,213,232,43,8,0,0,0,0 +611210,171,17031,1167,16,0,9,0,0,0,0,0,0 +611310,171,17031,62892,103,42,24,10,6,5,12,0,0 +611410,171,17031,7,4,4,0,0,0,0,0,0,0 +611420,171,17031,404,38,31,4,0,0,0,0,0,0 +611430,171,17031,1214,169,158,9,0,0,0,0,0,0 +611511,171,17031,366,39,33,6,0,0,0,0,0,0 +611512,171,17031,13,4,3,0,0,0,0,0,0,0 +611513,171,17031,328,16,7,6,0,0,0,0,0,0 +611519,171,17031,1682,88,68,17,0,0,0,0,0,0 +611610,171,17031,2829,294,262,26,3,0,0,0,0,0 +611620,171,17031,1605,245,218,25,0,0,0,0,0,0 +611630,171,17031,544,49,39,10,0,0,0,0,0,0 +611691,171,17031,2381,210,178,31,0,0,0,0,0,0 +611692,171,17031,170,31,29,0,0,0,0,0,0,0 +611699,171,17031,2087,157,131,25,0,0,0,0,0,0 +611710,171,17031,4078,237,200,29,4,4,0,0,0,0 +621111,171,17031,33842,3350,2986,332,25,4,0,0,0,0 +621112,171,17031,709,334,329,5,0,0,0,0,0,0 +621210,171,17031,17317,2878,2792,80,0,0,0,0,0,0 +621310,171,17031,1869,571,568,3,0,0,0,0,0,0 +621320,171,17031,1814,325,312,12,0,0,0,0,0,0 +621330,171,17031,2210,735,716,19,0,0,0,0,0,0 +621340,171,17031,6656,847,803,39,0,3,0,0,0,0 +621391,171,17031,1071,255,251,3,0,0,0,0,0,0 +621399,171,17031,1677,329,308,19,0,0,0,0,0,0 +621410,171,17031,247,27,23,4,0,0,0,0,0,0 +621420,171,17031,3407,165,117,39,8,0,0,0,0,0 +621491,171,17031,0,6,0,0,0,0,0,0,0,0 +621492,171,17031,2559,140,79,60,0,0,0,0,0,0 +621493,171,17031,1425,75,49,23,0,0,0,0,0,0 +621498,171,17031,6371,275,200,65,6,4,0,0,0,0 +621511,171,17031,3250,112,94,12,4,0,0,0,0,0 +621512,171,17031,975,100,85,12,0,0,0,0,0,0 +621610,171,17031,22038,611,429,150,21,6,4,0,0,0 +621910,171,17031,1115,13,3,0,4,0,0,0,0,0 +621991,171,17031,745,14,3,7,0,0,0,0,0,0 +621999,171,17031,1872,65,48,12,3,0,0,0,0,0 +622110,171,17031,112960,59,0,0,0,7,15,22,6,6 +622210,171,17031,3213,7,0,0,0,5,0,0,0,0 +622310,171,17031,5390,13,0,0,4,6,0,0,0,0 +623110,171,17031,28669,242,38,61,130,13,0,0,0,0 +623210,171,17031,7771,395,327,58,7,0,0,0,0,0 +623220,171,17031,2777,86,54,21,10,0,0,0,0,0 +623311,171,17031,7957,75,29,21,15,8,0,0,0,0 +623312,171,17031,5812,93,39,40,11,0,0,0,0,0 +623990,171,17031,1681,47,21,22,3,0,0,0,0,0 +624110,171,17031,5796,234,160,65,6,0,0,0,0,0 +624120,171,17031,35587,356,182,115,29,16,8,3,0,0 +624190,171,17031,15018,478,355,104,14,0,0,0,0,0 +624210,171,17031,483,35,29,5,0,0,0,0,0,0 +624221,171,17031,1957,69,46,21,0,0,0,0,0,0 +624229,171,17031,1216,72,56,15,0,0,0,0,0,0 +624230,171,17031,1262,20,12,4,0,0,0,0,0,0 +624310,171,17031,3542,144,93,43,7,0,0,0,0,0 +624410,171,17031,19185,1512,1222,280,8,0,0,0,0,0 +711110,171,17031,4446,107,78,20,6,0,0,0,0,0 +711120,171,17031,290,16,9,0,0,0,0,0,0,0 +711130,171,17031,1359,113,108,0,0,0,0,0,0,0 +711190,171,17031,184,10,6,0,0,0,0,0,0,0 +711211,171,17031,1617,23,11,0,0,4,0,0,0,0 +711212,171,17031,486,4,0,0,0,0,0,0,0,0 +711219,171,17031,137,35,32,0,0,0,0,0,0,0 +711310,171,17031,2601,68,56,4,3,0,0,0,0,0 +711320,171,17031,785,81,70,8,0,0,0,0,0,0 +711410,171,17031,290,82,78,4,0,0,0,0,0,0 +711510,171,17031,900,410,403,6,0,0,0,0,0,0 +712110,171,17031,3047,56,41,5,4,0,0,0,0,0 +712120,171,17031,68,9,7,0,0,0,0,0,0,0 +712130,171,17031,2272,9,3,0,0,0,3,0,0,0 +713110,171,17031,0,3,0,0,0,0,0,0,0,0 +713120,171,17031,1056,47,37,8,0,0,0,0,0,0 +713210,171,17031,0,3,0,0,0,0,0,0,0,0 +713290,171,17031,1012,98,92,3,0,0,0,0,0,0 +713910,171,17031,2979,80,35,41,4,0,0,0,0,0 +713930,171,17031,183,21,17,0,0,0,0,0,0,0 +713940,171,17031,14814,598,435,138,17,7,0,0,0,0 +713950,171,17031,1012,43,23,19,0,0,0,0,0,0 +713990,171,17031,1821,196,175,17,4,0,0,0,0,0 +721110,171,17031,32071,468,220,159,58,23,6,0,0,0 +721191,171,17031,48,13,12,0,0,0,0,0,0,0 +721199,171,17031,62,5,3,0,0,0,0,0,0,0 +721214,171,17031,44,12,8,0,0,0,0,0,0,0 +721310,171,17031,204,33,30,0,0,0,0,0,0,0 +722310,171,17031,23203,633,475,120,16,14,6,0,0,0 +722320,171,17031,5690,262,188,62,11,0,0,0,0,0 +722330,171,17031,331,49,43,5,0,0,0,0,0,0 +722410,171,17031,10258,903,760,136,7,0,0,0,0,0 +722511,171,17031,98416,4212,2643,1420,142,7,0,0,0,0 +722513,171,17031,68723,4754,3498,1223,31,0,0,0,0,0 +722514,171,17031,642,56,47,9,0,0,0,0,0,0 +722515,171,17031,13918,1117,933,183,0,0,0,0,0,0 +811111,171,17031,6010,1466,1435,28,0,0,0,0,0,0 +811112,171,17031,196,55,55,0,0,0,0,0,0,0 +811113,171,17031,220,64,64,0,0,0,0,0,0,0 +811118,171,17031,212,61,59,0,0,0,0,0,0,0 +811121,171,17031,4449,533,486,46,0,0,0,0,0,0 +811122,171,17031,215,60,59,0,0,0,0,0,0,0 +811191,171,17031,946,118,112,6,0,0,0,0,0,0 +811192,171,17031,1617,233,215,18,0,0,0,0,0,0 +811198,171,17031,221,72,71,0,0,0,0,0,0,0 +811211,171,17031,160,44,43,0,0,0,0,0,0,0 +811212,171,17031,300,87,85,0,0,0,0,0,0,0 +811213,171,17031,132,30,24,3,0,0,0,0,0,0 +811219,171,17031,338,53,48,5,0,0,0,0,0,0 +811310,171,17031,2446,232,200,30,0,0,0,0,0,0 +811411,171,17031,95,21,19,0,0,0,0,0,0,0 +811412,171,17031,236,79,75,0,0,0,0,0,0,0 +811420,171,17031,355,84,83,0,0,0,0,0,0,0 +811430,171,17031,76,32,30,0,0,0,0,0,0,0 +811490,171,17031,512,164,163,0,0,0,0,0,0,0 +812111,171,17031,599,114,105,9,0,0,0,0,0,0 +812112,171,17031,9589,1485,1390,90,5,0,0,0,0,0 +812113,171,17031,1034,388,387,0,0,0,0,0,0,0 +812191,171,17031,543,47,31,15,0,0,0,0,0,0 +812199,171,17031,2082,373,349,24,0,0,0,0,0,0 +812210,171,17031,1485,230,218,10,0,0,0,0,0,0 +812220,171,17031,681,73,69,4,0,0,0,0,0,0 +812310,171,17031,1118,271,269,0,0,0,0,0,0,0 +812320,171,17031,2467,472,449,21,0,0,0,0,0,0 +812331,171,17031,655,12,4,3,3,0,0,0,0,0 +812332,171,17031,1263,28,14,8,6,0,0,0,0,0 +812910,171,17031,2339,309,278,31,0,0,0,0,0,0 +812921,171,17031,26,6,4,0,0,0,0,0,0,0 +812930,171,17031,5148,595,544,44,7,0,0,0,0,0 +812990,171,17031,1158,342,330,10,0,0,0,0,0,0 +813110,171,17031,22439,1941,1684,228,24,3,0,0,0,0 +813211,171,17031,2048,271,250,16,0,0,0,0,0,0 +813212,171,17031,2093,95,81,8,3,0,0,0,0,0 +813219,171,17031,916,63,56,5,0,0,0,0,0,0 +813311,171,17031,1076,72,59,9,0,0,0,0,0,0 +813312,171,17031,1381,77,59,12,5,0,0,0,0,0 +813319,171,17031,1987,165,143,20,0,0,0,0,0,0 +813410,171,17031,4536,281,242,29,8,0,0,0,0,0 +813910,171,17031,4974,270,231,30,5,3,0,0,0,0 +813920,171,17031,9246,218,147,47,19,0,3,0,0,0 +813930,171,17031,4867,245,187,49,7,0,0,0,0,0 +813940,171,17031,150,58,55,0,0,0,0,0,0,0 +813990,171,17031,5742,776,721,51,0,0,0,0,0,0 +115210,171,17037,4,3,3,0,0,0,0,0,0,0 +212312,171,17037,0,3,0,0,0,0,0,0,0,0 +236115,171,17037,22,7,5,0,0,0,0,0,0,0 +236117,171,17037,0,3,3,0,0,0,0,0,0,0 +236118,171,17037,85,27,23,0,0,0,0,0,0,0 +236220,171,17037,84,7,3,0,0,0,0,0,0,0 +237110,171,17037,0,4,3,0,0,0,0,0,0,0 +238110,171,17037,22,8,7,0,0,0,0,0,0,0 +238130,171,17037,34,9,9,0,0,0,0,0,0,0 +238140,171,17037,27,6,4,0,0,0,0,0,0,0 +238160,171,17037,56,6,0,0,0,0,0,0,0,0 +238170,171,17037,7,6,6,0,0,0,0,0,0,0 +238210,171,17037,192,27,25,0,0,0,0,0,0,0 +238220,171,17037,164,32,28,0,0,0,0,0,0,0 +238320,171,17037,21,12,11,0,0,0,0,0,0,0 +238330,171,17037,1,3,3,0,0,0,0,0,0,0 +238350,171,17037,41,12,9,0,0,0,0,0,0,0 +238390,171,17037,26,4,3,0,0,0,0,0,0,0 +238910,171,17037,32,8,8,0,0,0,0,0,0,0 +238990,171,17037,83,18,14,0,0,0,0,0,0,0 +321214,171,17037,0,3,0,0,0,0,0,0,0,0 +321920,171,17037,74,3,0,0,0,0,0,0,0,0 +323111,171,17037,97,7,0,0,0,0,0,0,0,0 +323113,171,17037,28,4,0,0,0,0,0,0,0,0 +326199,171,17037,0,3,0,0,0,0,0,0,0,0 +332323,171,17037,44,4,0,0,0,0,0,0,0,0 +332710,171,17037,104,12,12,0,0,0,0,0,0,0 +332721,171,17037,0,4,0,0,0,0,0,0,0,0 +332813,171,17037,77,4,0,0,0,0,0,0,0,0 +332999,171,17037,13,5,4,0,0,0,0,0,0,0 +333249,171,17037,0,3,0,0,0,0,0,0,0,0 +423830,171,17037,82,5,0,0,0,0,0,0,0,0 +423850,171,17037,0,3,3,0,0,0,0,0,0,0 +423910,171,17037,29,3,0,0,0,0,0,0,0,0 +423930,171,17037,57,4,0,0,0,0,0,0,0,0 +424490,171,17037,22,4,0,0,0,0,0,0,0,0 +424510,171,17037,0,4,0,0,0,0,0,0,0,0 +424910,171,17037,97,11,8,0,0,0,0,0,0,0 +424990,171,17037,0,4,3,0,0,0,0,0,0,0 +425120,171,17037,5,8,8,0,0,0,0,0,0,0 +441110,171,17037,367,6,0,4,0,0,0,0,0,0 +441120,171,17037,0,3,0,0,0,0,0,0,0,0 +441228,171,17037,0,3,0,0,0,0,0,0,0,0 +441310,171,17037,119,11,10,0,0,0,0,0,0,0 +441320,171,17037,22,4,3,0,0,0,0,0,0,0 +442110,171,17037,11,5,4,0,0,0,0,0,0,0 +442210,171,17037,20,4,0,0,0,0,0,0,0,0 +443141,171,17037,13,3,0,0,0,0,0,0,0,0 +443142,171,17037,62,4,0,0,0,0,0,0,0,0 +444110,171,17037,300,3,0,0,0,0,0,0,0,0 +444120,171,17037,15,3,0,0,0,0,0,0,0,0 +444130,171,17037,56,4,0,0,0,0,0,0,0,0 +444190,171,17037,65,10,9,0,0,0,0,0,0,0 +444220,171,17037,7,3,3,0,0,0,0,0,0,0 +445110,171,17037,997,10,3,0,0,0,0,0,0,0 +445120,171,17037,29,4,3,0,0,0,0,0,0,0 +445310,171,17037,59,9,8,0,0,0,0,0,0,0 +446110,171,17037,186,6,0,3,0,0,0,0,0,0 +446120,171,17037,53,4,0,0,0,0,0,0,0,0 +446130,171,17037,22,3,0,0,0,0,0,0,0,0 +446199,171,17037,15,3,0,0,0,0,0,0,0,0 +447110,171,17037,336,36,31,5,0,0,0,0,0,0 +448140,171,17037,104,4,0,0,0,0,0,0,0,0 +448210,171,17037,44,5,4,0,0,0,0,0,0,0 +448310,171,17037,19,3,3,0,0,0,0,0,0,0 +451110,171,17037,20,5,3,0,0,0,0,0,0,0 +451120,171,17037,53,3,0,0,0,0,0,0,0,0 +451211,171,17037,0,3,0,0,0,0,0,0,0,0 +452319,171,17037,184,11,7,0,0,0,0,0,0,0 +453110,171,17037,45,8,5,0,0,0,0,0,0,0 +453220,171,17037,31,6,3,0,0,0,0,0,0,0 +453310,171,17037,82,6,3,0,0,0,0,0,0,0 +453910,171,17037,40,5,3,0,0,0,0,0,0,0 +453991,171,17037,10,4,4,0,0,0,0,0,0,0 +453998,171,17037,11,6,6,0,0,0,0,0,0,0 +454110,171,17037,62,8,4,0,0,0,0,0,0,0 +454210,171,17037,6,3,3,0,0,0,0,0,0,0 +454390,171,17037,22,5,3,0,0,0,0,0,0,0 +484110,171,17037,54,15,12,0,0,0,0,0,0,0 +484121,171,17037,59,12,10,0,0,0,0,0,0,0 +484210,171,17037,0,6,5,0,0,0,0,0,0,0 +484220,171,17037,24,16,15,0,0,0,0,0,0,0 +484230,171,17037,26,4,0,0,0,0,0,0,0,0 +488410,171,17037,31,4,0,0,0,0,0,0,0,0 +493110,171,17037,1131,5,0,0,0,0,0,0,0,0 +512131,171,17037,43,3,0,0,0,0,0,0,0,0 +517311,171,17037,111,10,7,0,0,0,0,0,0,0 +517312,171,17037,39,5,3,0,0,0,0,0,0,0 +522110,171,17037,570,40,30,7,0,0,0,0,0,0 +522130,171,17037,40,5,3,0,0,0,0,0,0,0 +522291,171,17037,16,7,7,0,0,0,0,0,0,0 +522298,171,17037,0,3,0,0,0,0,0,0,0,0 +523120,171,17037,10,5,4,0,0,0,0,0,0,0 +523920,171,17037,0,9,8,0,0,0,0,0,0,0 +523930,171,17037,4,4,4,0,0,0,0,0,0,0 +524210,171,17037,126,42,40,0,0,0,0,0,0,0 +531110,171,17037,157,18,16,0,0,0,0,0,0,0 +531120,171,17037,6,4,4,0,0,0,0,0,0,0 +531190,171,17037,14,3,0,0,0,0,0,0,0,0 +531210,171,17037,34,21,20,0,0,0,0,0,0,0 +531311,171,17037,59,10,9,0,0,0,0,0,0,0 +531320,171,17037,6,3,3,0,0,0,0,0,0,0 +532111,171,17037,11,3,0,0,0,0,0,0,0,0 +532310,171,17037,12,3,0,0,0,0,0,0,0,0 +541110,171,17037,119,35,33,0,0,0,0,0,0,0 +541211,171,17037,61,16,15,0,0,0,0,0,0,0 +541213,171,17037,20,3,0,0,0,0,0,0,0,0 +541219,171,17037,59,10,9,0,0,0,0,0,0,0 +541330,171,17037,29,9,7,0,0,0,0,0,0,0 +541430,171,17037,12,4,3,0,0,0,0,0,0,0 +541511,171,17037,54,6,5,0,0,0,0,0,0,0 +541512,171,17037,11,8,7,0,0,0,0,0,0,0 +541611,171,17037,18,13,12,0,0,0,0,0,0,0 +541890,171,17037,16,4,0,0,0,0,0,0,0,0 +541940,171,17037,127,7,3,0,0,0,0,0,0,0 +541990,171,17037,0,4,4,0,0,0,0,0,0,0 +551112,171,17037,0,3,0,0,0,0,0,0,0,0 +551114,171,17037,304,9,0,0,0,0,0,0,0,0 +561110,171,17037,117,4,0,0,0,0,0,0,0,0 +561320,171,17037,220,9,6,0,0,0,0,0,0,0 +561440,171,17037,48,4,0,0,0,0,0,0,0,0 +561510,171,17037,0,3,0,0,0,0,0,0,0,0 +561621,171,17037,5,3,3,0,0,0,0,0,0,0 +561710,171,17037,4,3,3,0,0,0,0,0,0,0 +561720,171,17037,57,15,14,0,0,0,0,0,0,0 +561730,171,17037,176,47,45,0,0,0,0,0,0,0 +561740,171,17037,29,5,4,0,0,0,0,0,0,0 +561790,171,17037,25,4,3,0,0,0,0,0,0,0 +561990,171,17037,27,5,3,0,0,0,0,0,0,0 +562111,171,17037,53,4,0,0,0,0,0,0,0,0 +611620,171,17037,33,4,0,0,0,0,0,0,0,0 +611691,171,17037,35,3,0,0,0,0,0,0,0,0 +621111,171,17037,560,36,33,0,0,0,0,0,0,0 +621112,171,17037,0,3,0,0,0,0,0,0,0,0 +621210,171,17037,240,31,30,0,0,0,0,0,0,0 +621310,171,17037,59,14,12,0,0,0,0,0,0,0 +621320,171,17037,35,7,4,0,0,0,0,0,0,0 +621330,171,17037,74,9,4,0,0,0,0,0,0,0 +621340,171,17037,123,15,11,0,0,0,0,0,0,0 +621391,171,17037,28,4,0,0,0,0,0,0,0,0 +621420,171,17037,0,4,0,0,0,0,0,0,0,0 +621492,171,17037,0,5,0,0,0,0,0,0,0,0 +621610,171,17037,43,5,3,0,0,0,0,0,0,0 +623110,171,17037,599,7,0,3,0,0,0,0,0,0 +623210,171,17037,217,24,21,0,0,0,0,0,0,0 +624110,171,17037,0,3,0,0,0,0,0,0,0,0 +624120,171,17037,338,9,3,0,0,0,0,0,0,0 +624190,171,17037,45,6,3,0,0,0,0,0,0,0 +624221,171,17037,61,3,0,0,0,0,0,0,0,0 +624410,171,17037,263,21,15,6,0,0,0,0,0,0 +711310,171,17037,10,3,0,0,0,0,0,0,0,0 +713290,171,17037,34,6,3,0,0,0,0,0,0,0 +713910,171,17037,30,4,0,0,0,0,0,0,0,0 +713940,171,17037,316,11,10,0,0,0,0,0,0,0 +721110,171,17037,94,10,7,0,0,0,0,0,0,0 +721310,171,17037,4,4,4,0,0,0,0,0,0,0 +722310,171,17037,181,14,8,5,0,0,0,0,0,0 +722320,171,17037,25,3,0,0,0,0,0,0,0,0 +722410,171,17037,113,16,16,0,0,0,0,0,0,0 +722511,171,17037,1218,68,44,24,0,0,0,0,0,0 +722513,171,17037,1508,81,53,28,0,0,0,0,0,0 +722515,171,17037,137,9,3,0,0,0,0,0,0,0 +811111,171,17037,137,33,31,0,0,0,0,0,0,0 +811121,171,17037,28,8,8,0,0,0,0,0,0,0 +811191,171,17037,22,3,0,0,0,0,0,0,0,0 +811192,171,17037,58,8,7,0,0,0,0,0,0,0 +811310,171,17037,6,5,5,0,0,0,0,0,0,0 +811490,171,17037,12,6,6,0,0,0,0,0,0,0 +812112,171,17037,157,17,14,3,0,0,0,0,0,0 +812199,171,17037,22,4,0,0,0,0,0,0,0,0 +812220,171,17037,3,3,3,0,0,0,0,0,0,0 +812310,171,17037,11,4,3,0,0,0,0,0,0,0 +812910,171,17037,73,12,7,0,0,0,0,0,0,0 +812990,171,17037,6,5,5,0,0,0,0,0,0,0 +813110,171,17037,328,56,55,0,0,0,0,0,0,0 +813410,171,17037,56,13,13,0,0,0,0,0,0,0 +813910,171,17037,17,5,4,0,0,0,0,0,0,0 +813920,171,17037,31,5,4,0,0,0,0,0,0,0 +813930,171,17037,13,3,0,0,0,0,0,0,0,0 +115210,171,17043,18,7,7,0,0,0,0,0,0,0 +221112,171,17043,68,7,3,0,0,0,0,0,0,0 +221121,171,17043,0,3,0,0,0,0,0,0,0,0 +221122,171,17043,0,12,5,0,0,0,0,0,0,0 +221210,171,17043,1447,14,4,0,0,0,0,0,0,0 +221310,171,17043,0,6,4,0,0,0,0,0,0,0 +236115,171,17043,327,145,144,0,0,0,0,0,0,0 +236116,171,17043,59,12,10,0,0,0,0,0,0,0 +236117,171,17043,301,62,59,0,0,0,0,0,0,0 +236118,171,17043,2060,601,587,10,0,0,0,0,0,0 +236210,171,17043,129,17,13,0,0,0,0,0,0,0 +236220,171,17043,3507,167,135,27,4,0,0,0,0,0 +237110,171,17043,241,27,20,4,0,0,0,0,0,0 +237130,171,17043,618,31,24,4,0,0,0,0,0,0 +237210,171,17043,30,14,14,0,0,0,0,0,0,0 +237310,171,17043,529,41,33,6,0,0,0,0,0,0 +237990,171,17043,0,14,8,0,0,0,0,0,0,0 +238110,171,17043,1632,81,69,6,0,0,0,0,0,0 +238120,171,17043,157,12,7,3,0,0,0,0,0,0 +238130,171,17043,254,35,33,0,0,0,0,0,0,0 +238140,171,17043,529,73,66,5,0,0,0,0,0,0 +238150,171,17043,395,26,23,0,0,0,0,0,0,0 +238160,171,17043,475,80,73,6,0,0,0,0,0,0 +238170,171,17043,137,56,56,0,0,0,0,0,0,0 +238190,171,17043,240,24,19,0,0,0,0,0,0,0 +238210,171,17043,3726,292,255,29,5,3,0,0,0,0 +238220,171,17043,4544,394,348,39,6,0,0,0,0,0 +238290,171,17043,1110,44,28,13,3,0,0,0,0,0 +238310,171,17043,887,44,36,5,0,0,0,0,0,0 +238320,171,17043,1281,193,186,3,0,0,0,0,0,0 +238330,171,17043,1025,97,87,7,0,0,0,0,0,0 +238340,171,17043,400,48,41,5,0,0,0,0,0,0 +238350,171,17043,507,142,137,4,0,0,0,0,0,0 +238390,171,17043,727,45,38,3,3,0,0,0,0,0 +238910,171,17043,1118,72,61,8,3,0,0,0,0,0 +238990,171,17043,616,125,118,6,0,0,0,0,0,0 +311340,171,17043,0,3,0,0,0,0,0,0,0,0 +311352,171,17043,0,3,0,0,0,0,0,0,0,0 +311520,171,17043,0,4,0,0,0,0,0,0,0,0 +311612,171,17043,697,5,0,0,0,0,0,0,0,0 +311811,171,17043,247,22,18,4,0,0,0,0,0,0 +311812,171,17043,489,15,10,4,0,0,0,0,0,0 +311824,171,17043,64,3,0,0,0,0,0,0,0,0 +311919,171,17043,146,3,0,0,0,0,0,0,0,0 +311920,171,17043,40,5,3,0,0,0,0,0,0,0 +311942,171,17043,601,7,0,3,0,0,0,0,0,0 +311991,171,17043,0,3,0,0,0,0,0,0,0,0 +311999,171,17043,1047,6,3,0,0,0,0,0,0,0 +312120,171,17043,72,10,8,0,0,0,0,0,0,0 +314120,171,17043,38,10,7,0,0,0,0,0,0,0 +314999,171,17043,23,8,7,0,0,0,0,0,0,0 +315210,171,17043,7,3,3,0,0,0,0,0,0,0 +315280,171,17043,19,3,0,0,0,0,0,0,0,0 +321912,171,17043,0,3,0,0,0,0,0,0,0,0 +321918,171,17043,18,3,3,0,0,0,0,0,0,0 +321920,171,17043,86,4,0,0,0,0,0,0,0,0 +321999,171,17043,40,5,3,0,0,0,0,0,0,0 +322211,171,17043,1051,15,0,7,6,0,0,0,0,0 +322220,171,17043,310,9,3,0,0,0,0,0,0,0 +322230,171,17043,375,6,0,3,0,0,0,0,0,0 +323111,171,17043,3509,159,115,34,10,0,0,0,0,0 +323113,171,17043,317,19,12,4,0,0,0,0,0,0 +323120,171,17043,252,26,18,6,0,0,0,0,0,0 +324121,171,17043,15,4,3,0,0,0,0,0,0,0 +325180,171,17043,84,3,0,0,0,0,0,0,0,0 +325211,171,17043,322,12,7,0,0,0,0,0,0,0 +325411,171,17043,0,4,0,0,0,0,0,0,0,0 +325412,171,17043,698,5,0,0,0,0,0,0,0,0 +325510,171,17043,285,9,0,5,0,0,0,0,0,0 +325520,171,17043,456,6,0,0,0,0,0,0,0,0 +325611,171,17043,28,4,3,0,0,0,0,0,0,0 +325620,171,17043,73,7,4,0,0,0,0,0,0,0 +325910,171,17043,261,5,0,0,0,0,0,0,0,0 +325991,171,17043,0,4,0,0,0,0,0,0,0,0 +325998,171,17043,156,9,0,4,0,0,0,0,0,0 +326112,171,17043,689,8,0,0,4,0,0,0,0,0 +326113,171,17043,13,3,0,0,0,0,0,0,0,0 +326121,171,17043,74,3,0,0,0,0,0,0,0,0 +326160,171,17043,522,9,0,6,0,0,0,0,0,0 +326199,171,17043,2755,66,31,25,10,0,0,0,0,0 +326299,171,17043,120,4,0,0,0,0,0,0,0,0 +327120,171,17043,42,4,0,0,0,0,0,0,0,0 +327215,171,17043,0,3,0,0,0,0,0,0,0,0 +327320,171,17043,78,8,3,0,0,0,0,0,0,0 +327390,171,17043,23,5,3,0,0,0,0,0,0,0 +327910,171,17043,0,3,0,0,0,0,0,0,0,0 +327991,171,17043,40,6,3,0,0,0,0,0,0,0 +331420,171,17043,0,3,0,0,0,0,0,0,0,0 +331511,171,17043,18,3,0,0,0,0,0,0,0,0 +331523,171,17043,0,4,0,0,0,0,0,0,0,0 +332119,171,17043,1096,24,8,11,0,0,0,0,0,0 +332216,171,17043,284,15,7,4,0,0,0,0,0,0 +332312,171,17043,0,4,3,0,0,0,0,0,0,0 +332313,171,17043,40,5,3,0,0,0,0,0,0,0 +332322,171,17043,1236,38,21,12,5,0,0,0,0,0 +332323,171,17043,203,8,0,3,0,0,0,0,0,0 +332510,171,17043,91,3,0,0,0,0,0,0,0,0 +332613,171,17043,169,6,0,3,0,0,0,0,0,0 +332618,171,17043,107,6,0,0,0,0,0,0,0,0 +332710,171,17043,1520,130,105,25,0,0,0,0,0,0 +332721,171,17043,2033,52,28,19,3,0,0,0,0,0 +332722,171,17043,658,18,6,8,0,0,0,0,0,0 +332811,171,17043,298,7,3,0,0,0,0,0,0,0 +332812,171,17043,447,14,4,5,0,0,0,0,0,0 +332813,171,17043,569,23,12,6,0,0,0,0,0,0 +332911,171,17043,137,4,0,0,0,0,0,0,0,0 +332912,171,17043,237,5,0,0,0,0,0,0,0,0 +332919,171,17043,147,3,0,0,0,0,0,0,0,0 +332996,171,17043,135,7,0,4,0,0,0,0,0,0 +332999,171,17043,301,19,14,4,0,0,0,0,0,0 +333241,171,17043,0,3,0,0,0,0,0,0,0,0 +333244,171,17043,146,10,4,0,0,0,0,0,0,0 +333249,171,17043,783,20,12,5,0,0,0,0,0,0 +333318,171,17043,712,13,6,0,0,0,0,0,0,0 +333413,171,17043,676,8,0,0,0,0,0,0,0,0 +333415,171,17043,0,4,0,0,0,0,0,0,0,0 +333511,171,17043,332,29,21,4,0,0,0,0,0,0 +333514,171,17043,634,30,23,3,0,0,0,0,0,0 +333515,171,17043,433,22,14,5,0,0,0,0,0,0 +333517,171,17043,221,12,5,5,0,0,0,0,0,0 +333519,171,17043,0,3,0,0,0,0,0,0,0,0 +333612,171,17043,479,7,0,0,0,0,0,0,0,0 +333613,171,17043,221,4,0,0,0,0,0,0,0,0 +333914,171,17043,197,4,0,0,0,0,0,0,0,0 +333922,171,17043,0,5,0,0,0,0,0,0,0,0 +333993,171,17043,198,9,3,0,0,0,0,0,0,0 +333995,171,17043,222,5,0,0,0,0,0,0,0,0 +333999,171,17043,425,18,10,3,0,0,0,0,0,0 +334118,171,17043,1057,6,0,3,0,0,0,0,0,0 +334210,171,17043,0,3,0,0,0,0,0,0,0,0 +334220,171,17043,171,4,0,0,0,0,0,0,0,0 +334412,171,17043,547,18,5,8,0,0,0,0,0,0 +334416,171,17043,53,4,0,0,0,0,0,0,0,0 +334418,171,17043,674,9,0,3,0,0,0,0,0,0 +334419,171,17043,328,10,3,0,0,0,0,0,0,0 +334510,171,17043,64,6,3,0,0,0,0,0,0,0 +334511,171,17043,0,3,0,0,0,0,0,0,0,0 +334512,171,17043,100,4,0,0,0,0,0,0,0,0 +334513,171,17043,368,6,0,0,0,0,0,0,0,0 +334515,171,17043,0,5,3,0,0,0,0,0,0,0 +334517,171,17043,0,3,0,0,0,0,0,0,0,0 +334519,171,17043,33,6,3,0,0,0,0,0,0,0 +334614,171,17043,46,6,4,0,0,0,0,0,0,0 +335312,171,17043,10,4,3,0,0,0,0,0,0,0 +335313,171,17043,234,6,0,0,0,0,0,0,0,0 +335314,171,17043,476,10,0,0,0,0,0,0,0,0 +335921,171,17043,0,3,0,0,0,0,0,0,0,0 +335931,171,17043,117,3,0,0,0,0,0,0,0,0 +335932,171,17043,194,4,0,0,0,0,0,0,0,0 +335999,171,17043,109,8,6,0,0,0,0,0,0,0 +336211,171,17043,0,3,0,0,0,0,0,0,0,0 +336310,171,17043,0,3,0,0,0,0,0,0,0,0 +336320,171,17043,415,5,0,0,0,0,0,0,0,0 +336350,171,17043,0,3,0,0,0,0,0,0,0,0 +336370,171,17043,1020,10,0,0,0,0,0,0,0,0 +336390,171,17043,40,8,6,0,0,0,0,0,0,0 +336999,171,17043,21,3,0,0,0,0,0,0,0,0 +337110,171,17043,189,19,16,0,0,0,0,0,0,0 +337127,171,17043,0,4,0,0,0,0,0,0,0,0 +337212,171,17043,282,11,7,0,0,0,0,0,0,0 +337215,171,17043,141,5,0,0,0,0,0,0,0,0 +339112,171,17043,187,5,0,0,0,0,0,0,0,0 +339113,171,17043,168,8,4,0,0,0,0,0,0,0 +339114,171,17043,16,5,4,0,0,0,0,0,0,0 +339116,171,17043,216,35,33,0,0,0,0,0,0,0 +339950,171,17043,500,34,26,6,0,0,0,0,0,0 +339991,171,17043,0,3,0,0,0,0,0,0,0,0 +339999,171,17043,240,26,21,4,0,0,0,0,0,0 +423110,171,17043,1003,35,18,15,0,0,0,0,0,0 +423120,171,17043,1289,79,62,16,0,0,0,0,0,0 +423130,171,17043,83,7,3,0,0,0,0,0,0,0 +423140,171,17043,31,3,0,0,0,0,0,0,0,0 +423210,171,17043,762,45,33,8,0,0,0,0,0,0 +423220,171,17043,1313,52,38,11,0,0,0,0,0,0 +423310,171,17043,367,21,17,3,0,0,0,0,0,0 +423320,171,17043,135,15,8,3,0,0,0,0,0,0 +423330,171,17043,199,16,15,0,0,0,0,0,0,0 +423390,171,17043,265,22,15,5,0,0,0,0,0,0 +423410,171,17043,0,6,4,0,0,0,0,0,0,0 +423420,171,17043,1743,61,50,3,6,0,0,0,0,0 +423430,171,17043,2397,72,49,13,9,0,0,0,0,0 +423440,171,17043,1703,34,23,6,0,0,0,0,0,0 +423450,171,17043,3597,95,78,10,3,0,0,0,0,0 +423460,171,17043,140,5,0,0,0,0,0,0,0,0 +423490,171,17043,468,22,15,4,0,0,0,0,0,0 +423510,171,17043,1376,90,72,16,0,0,0,0,0,0 +423610,171,17043,2525,119,89,27,0,0,0,0,0,0 +423620,171,17043,621,24,15,5,0,0,0,0,0,0 +423690,171,17043,2409,104,72,27,4,0,0,0,0,0 +423710,171,17043,2422,89,67,18,3,0,0,0,0,0 +423720,171,17043,987,34,25,4,0,0,0,0,0,0 +423730,171,17043,627,41,33,6,0,0,0,0,0,0 +423810,171,17043,767,30,20,9,0,0,0,0,0,0 +423820,171,17043,0,3,0,0,0,0,0,0,0,0 +423830,171,17043,4630,333,255,73,5,0,0,0,0,0 +423840,171,17043,2988,98,74,21,0,0,0,0,0,0 +423850,171,17043,750,33,26,3,3,0,0,0,0,0 +423860,171,17043,1184,20,10,4,3,0,0,0,0,0 +423910,171,17043,156,23,22,0,0,0,0,0,0,0 +423920,171,17043,336,12,8,0,0,0,0,0,0,0 +423930,171,17043,457,28,22,3,0,0,0,0,0,0 +423940,171,17043,167,25,22,0,0,0,0,0,0,0 +423990,171,17043,721,55,43,10,0,0,0,0,0,0 +424110,171,17043,228,14,9,0,0,0,0,0,0,0 +424120,171,17043,1115,57,43,12,0,0,0,0,0,0 +424130,171,17043,1372,60,44,11,0,0,0,0,0,0 +424210,171,17043,1688,37,22,8,7,0,0,0,0,0 +424310,171,17043,118,14,12,0,0,0,0,0,0,0 +424320,171,17043,44,9,6,0,0,0,0,0,0,0 +424330,171,17043,108,13,10,0,0,0,0,0,0,0 +424340,171,17043,9,3,0,0,0,0,0,0,0,0 +424410,171,17043,918,16,10,0,0,0,0,0,0,0 +424420,171,17043,1310,25,11,4,5,0,0,0,0,0 +424430,171,17043,271,11,6,0,0,0,0,0,0,0 +424450,171,17043,435,17,12,0,0,0,0,0,0,0 +424470,171,17043,666,18,12,3,0,0,0,0,0,0 +424480,171,17043,398,13,6,0,0,0,0,0,0,0 +424490,171,17043,3024,79,63,10,3,0,0,0,0,0 +424510,171,17043,58,3,0,0,0,0,0,0,0,0 +424590,171,17043,0,3,0,0,0,0,0,0,0,0 +424610,171,17043,500,36,30,3,0,0,0,0,0,0 +424690,171,17043,1195,75,56,14,3,0,0,0,0,0 +424720,171,17043,145,11,6,0,0,0,0,0,0,0 +424810,171,17043,306,7,0,0,0,0,0,0,0,0 +424820,171,17043,139,12,8,0,0,0,0,0,0,0 +424910,171,17043,123,12,8,3,0,0,0,0,0,0 +424920,171,17043,593,19,16,0,3,0,0,0,0,0 +424930,171,17043,1474,14,6,0,0,0,0,0,0,0 +424940,171,17043,128,17,15,0,0,0,0,0,0,0 +424950,171,17043,235,10,4,4,0,0,0,0,0,0 +424990,171,17043,443,74,68,5,0,0,0,0,0,0 +425110,171,17043,55,7,4,0,0,0,0,0,0,0 +425120,171,17043,2694,373,347,25,0,0,0,0,0,0 +441110,171,17043,6234,90,21,47,20,0,0,0,0,0 +441120,171,17043,514,51,48,0,0,0,0,0,0,0 +441228,171,17043,158,11,7,3,0,0,0,0,0,0 +441310,171,17043,984,84,79,4,0,0,0,0,0,0 +441320,171,17043,546,51,47,4,0,0,0,0,0,0 +442110,171,17043,1058,88,66,22,0,0,0,0,0,0 +442210,171,17043,344,39,35,3,0,0,0,0,0,0 +442291,171,17043,29,5,0,0,0,0,0,0,0,0 +442299,171,17043,1049,62,43,18,0,0,0,0,0,0 +443141,171,17043,117,18,16,0,0,0,0,0,0,0 +443142,171,17043,1300,77,64,8,5,0,0,0,0,0 +444110,171,17043,2289,19,3,0,13,0,0,0,0,0 +444120,171,17043,131,24,23,0,0,0,0,0,0,0 +444130,171,17043,606,39,25,13,0,0,0,0,0,0 +444190,171,17043,760,70,63,5,0,0,0,0,0,0 +444210,171,17043,56,8,5,0,0,0,0,0,0,0 +444220,171,17043,327,22,17,0,0,0,0,0,0,0 +445110,171,17043,11809,164,90,31,26,17,0,0,0,0 +445120,171,17043,306,57,57,0,0,0,0,0,0,0 +445210,171,17043,127,15,8,3,0,0,0,0,0,0 +445220,171,17043,18,3,0,0,0,0,0,0,0,0 +445230,171,17043,40,3,0,0,0,0,0,0,0,0 +445291,171,17043,65,10,9,0,0,0,0,0,0,0 +445292,171,17043,232,23,20,0,0,0,0,0,0,0 +445299,171,17043,137,27,27,0,0,0,0,0,0,0 +445310,171,17043,512,109,103,6,0,0,0,0,0,0 +446110,171,17043,1978,113,62,49,0,0,0,0,0,0 +446120,171,17043,830,62,46,16,0,0,0,0,0,0 +446130,171,17043,473,52,47,5,0,0,0,0,0,0 +446191,171,17043,166,30,29,0,0,0,0,0,0,0 +446199,171,17043,404,22,15,0,0,0,0,0,0,0 +447110,171,17043,1684,217,211,4,0,0,0,0,0,0 +447190,171,17043,190,22,21,0,0,0,0,0,0,0 +448110,171,17043,250,22,22,0,0,0,0,0,0,0 +448120,171,17043,1542,114,92,20,0,0,0,0,0,0 +448130,171,17043,398,31,26,4,0,0,0,0,0,0 +448140,171,17043,3429,101,52,45,3,0,0,0,0,0 +448150,171,17043,321,42,40,0,0,0,0,0,0,0 +448190,171,17043,607,43,31,12,0,0,0,0,0,0 +448210,171,17043,600,64,57,7,0,0,0,0,0,0 +448310,171,17043,565,82,76,6,0,0,0,0,0,0 +448320,171,17043,25,4,0,0,0,0,0,0,0,0 +451110,171,17043,696,66,58,5,0,0,0,0,0,0 +451120,171,17043,660,43,30,13,0,0,0,0,0,0 +451130,171,17043,199,15,9,4,0,0,0,0,0,0 +451140,171,17043,302,21,14,6,0,0,0,0,0,0 +451211,171,17043,365,20,13,7,0,0,0,0,0,0 +451212,171,17043,14,5,5,0,0,0,0,0,0,0 +452210,171,17043,2881,20,0,3,15,0,0,0,0,0 +452311,171,17043,5192,23,0,0,12,10,0,0,0,0 +452319,171,17043,593,48,37,10,0,0,0,0,0,0 +453110,171,17043,190,34,31,0,0,0,0,0,0,0 +453210,171,17043,319,31,27,4,0,0,0,0,0,0 +453220,171,17043,420,68,65,3,0,0,0,0,0,0 +453310,171,17043,955,49,33,16,0,0,0,0,0,0 +453910,171,17043,609,40,30,8,0,0,0,0,0,0 +453920,171,17043,15,7,6,0,0,0,0,0,0,0 +453991,171,17043,114,57,56,0,0,0,0,0,0,0 +453998,171,17043,437,75,71,3,0,0,0,0,0,0 +454110,171,17043,2310,201,184,8,6,0,0,0,0,0 +454210,171,17043,396,18,14,0,0,0,0,0,0,0 +454310,171,17043,0,3,3,0,0,0,0,0,0,0 +454390,171,17043,913,98,90,4,0,0,0,0,0,0 +481111,171,17043,19,4,3,0,0,0,0,0,0,0 +481211,171,17043,111,10,8,0,0,0,0,0,0,0 +481212,171,17043,0,3,0,0,0,0,0,0,0,0 +481219,171,17043,0,3,0,0,0,0,0,0,0,0 +484110,171,17043,1780,406,389,16,0,0,0,0,0,0 +484121,171,17043,2055,635,619,14,0,0,0,0,0,0 +484122,171,17043,1894,106,90,9,6,0,0,0,0,0 +484210,171,17043,738,39,30,5,0,0,0,0,0,0 +484220,171,17043,316,122,116,5,0,0,0,0,0,0 +484230,171,17043,632,44,39,0,0,0,0,0,0,0 +485310,171,17043,29,17,15,0,0,0,0,0,0,0 +485320,171,17043,127,47,43,0,0,0,0,0,0,0 +485410,171,17043,2527,16,4,0,3,3,0,0,0,0 +485991,171,17043,153,11,5,0,0,0,0,0,0,0 +485999,171,17043,76,10,7,0,0,0,0,0,0,0 +486210,171,17043,0,3,0,0,0,0,0,0,0,0 +488190,171,17043,130,6,0,0,0,0,0,0,0,0 +488210,171,17043,108,7,0,0,0,0,0,0,0,0 +488410,171,17043,187,34,32,0,0,0,0,0,0,0 +488490,171,17043,75,21,17,0,0,0,0,0,0,0 +488510,171,17043,7789,393,317,58,15,0,0,0,0,0 +488991,171,17043,101,14,12,0,0,0,0,0,0,0 +492110,171,17043,3063,51,39,6,4,0,0,0,0,0 +492210,171,17043,695,38,29,8,0,0,0,0,0,0 +493110,171,17043,2230,80,52,24,4,0,0,0,0,0 +493190,171,17043,583,21,10,9,0,0,0,0,0,0 +511110,171,17043,113,15,12,0,0,0,0,0,0,0 +511120,171,17043,374,34,30,0,0,0,0,0,0,0 +511130,171,17043,1000,16,8,0,4,0,0,0,0,0 +511210,171,17043,2538,82,54,22,6,0,0,0,0,0 +512110,171,17043,62,36,36,0,0,0,0,0,0,0 +512131,171,17043,828,16,0,9,3,0,0,0,0,0 +512191,171,17043,7,9,9,0,0,0,0,0,0,0 +515112,171,17043,8,4,3,0,0,0,0,0,0,0 +517311,171,17043,4833,124,94,22,0,4,0,0,0,0 +517312,171,17043,1110,72,65,4,0,0,0,0,0,0 +517911,171,17043,82,20,19,0,0,0,0,0,0,0 +517919,171,17043,35,5,0,0,0,0,0,0,0,0 +518210,171,17043,4711,117,79,26,8,3,0,0,0,0 +519130,171,17043,151,23,20,0,0,0,0,0,0,0 +519190,171,17043,47,5,0,0,0,0,0,0,0,0 +522110,171,17043,8714,375,309,55,6,0,0,0,0,0 +522120,171,17043,0,3,0,0,0,0,0,0,0,0 +522130,171,17043,486,22,10,10,0,0,0,0,0,0 +522220,171,17043,545,35,26,9,0,0,0,0,0,0 +522291,171,17043,333,23,22,0,0,0,0,0,0,0 +522292,171,17043,2476,80,60,12,7,0,0,0,0,0 +522298,171,17043,150,30,27,0,0,0,0,0,0,0 +522310,171,17043,166,43,43,0,0,0,0,0,0,0 +522320,171,17043,375,26,20,0,0,0,0,0,0,0 +522390,171,17043,495,47,44,0,0,0,0,0,0,0 +523110,171,17043,89,20,17,0,0,0,0,0,0,0 +523120,171,17043,1614,144,131,9,0,0,0,0,0,0 +523130,171,17043,26,14,12,0,0,0,0,0,0,0 +523140,171,17043,49,21,21,0,0,0,0,0,0,0 +523910,171,17043,166,27,22,3,0,0,0,0,0,0 +523920,171,17043,1980,278,258,17,3,0,0,0,0,0 +523930,171,17043,322,126,122,3,0,0,0,0,0,0 +523991,171,17043,376,10,7,0,0,0,0,0,0,0 +523999,171,17043,45,9,7,0,0,0,0,0,0,0 +524113,171,17043,2592,66,50,8,3,0,0,0,0,0 +524114,171,17043,2235,28,17,0,5,3,0,0,0,0 +524126,171,17043,3311,78,57,13,4,3,0,0,0,0 +524127,171,17043,352,23,17,0,0,0,0,0,0,0 +524128,171,17043,280,7,3,0,0,0,0,0,0,0 +524210,171,17043,4081,682,646,32,3,0,0,0,0,0 +524291,171,17043,189,39,35,0,0,0,0,0,0,0 +524292,171,17043,1686,32,25,0,3,0,0,0,0,0 +524298,171,17043,1001,19,8,0,5,0,0,0,0,0 +525990,171,17043,0,4,3,0,0,0,0,0,0,0 +531110,171,17043,850,141,136,4,0,0,0,0,0,0 +531120,171,17043,1269,115,102,10,3,0,0,0,0,0 +531130,171,17043,92,52,50,0,0,0,0,0,0,0 +531190,171,17043,45,18,18,0,0,0,0,0,0,0 +531210,171,17043,1585,509,496,12,0,0,0,0,0,0 +531311,171,17043,1073,126,117,8,0,0,0,0,0,0 +531312,171,17043,1094,110,94,14,0,0,0,0,0,0 +531320,171,17043,132,71,69,0,0,0,0,0,0,0 +531390,171,17043,278,84,79,3,0,0,0,0,0,0 +532111,171,17043,134,34,34,0,0,0,0,0,0,0 +532112,171,17043,226,13,7,0,0,0,0,0,0,0 +532120,171,17043,162,27,24,0,0,0,0,0,0,0 +532210,171,17043,34,12,10,0,0,0,0,0,0,0 +532281,171,17043,22,9,7,0,0,0,0,0,0,0 +532282,171,17043,0,9,4,0,0,0,0,0,0,0 +532283,171,17043,132,9,3,3,0,0,0,0,0,0 +532289,171,17043,288,25,17,4,0,0,0,0,0,0 +532310,171,17043,95,13,11,0,0,0,0,0,0,0 +532411,171,17043,16,6,4,0,0,0,0,0,0,0 +532412,171,17043,144,12,8,0,0,0,0,0,0,0 +532420,171,17043,112,11,9,0,0,0,0,0,0,0 +532490,171,17043,1145,63,51,9,3,0,0,0,0,0 +533110,171,17043,68,13,10,0,0,0,0,0,0,0 +541110,171,17043,3092,686,662,20,0,0,0,0,0,0 +541191,171,17043,265,20,17,0,0,0,0,0,0,0 +541199,171,17043,25,13,12,0,0,0,0,0,0,0 +541211,171,17043,2253,326,307,16,0,0,0,0,0,0 +541213,171,17043,563,97,93,3,0,0,0,0,0,0 +541214,171,17043,680,34,23,8,0,0,0,0,0,0 +541219,171,17043,2581,205,193,7,3,0,0,0,0,0 +541310,171,17043,628,101,95,5,0,0,0,0,0,0 +541320,171,17043,147,29,28,0,0,0,0,0,0,0 +541330,171,17043,6568,315,247,57,7,3,0,0,0,0 +541340,171,17043,20,10,9,0,0,0,0,0,0,0 +541350,171,17043,113,35,31,0,0,0,0,0,0,0 +541370,171,17043,128,19,16,0,0,0,0,0,0,0 +541380,171,17043,823,53,41,12,0,0,0,0,0,0 +541410,171,17043,262,64,60,4,0,0,0,0,0,0 +541420,171,17043,176,15,12,0,0,0,0,0,0,0 +541430,171,17043,354,100,99,0,0,0,0,0,0,0 +541490,171,17043,17,10,9,0,0,0,0,0,0,0 +541511,171,17043,6987,594,526,56,9,0,0,0,0,0 +541512,171,17043,3163,510,476,31,0,0,0,0,0,0 +541513,171,17043,230,48,45,3,0,0,0,0,0,0 +541519,171,17043,420,85,79,5,0,0,0,0,0,0 +541611,171,17043,2166,490,474,12,3,0,0,0,0,0 +541612,171,17043,530,73,69,3,0,0,0,0,0,0 +541613,171,17043,1617,277,257,19,0,0,0,0,0,0 +541614,171,17043,780,75,64,11,0,0,0,0,0,0 +541618,171,17043,49,40,39,0,0,0,0,0,0,0 +541620,171,17043,472,52,45,6,0,0,0,0,0,0 +541690,171,17043,531,120,115,3,0,0,0,0,0,0 +541713,171,17043,0,7,5,0,0,0,0,0,0,0 +541714,171,17043,64,7,4,0,0,0,0,0,0,0 +541715,171,17043,3088,30,21,0,0,0,0,0,0,0 +541720,171,17043,0,5,3,0,0,0,0,0,0,0 +541810,171,17043,752,70,63,4,3,0,0,0,0,0 +541820,171,17043,94,28,28,0,0,0,0,0,0,0 +541830,171,17043,191,7,4,0,0,0,0,0,0,0 +541840,171,17043,8,10,10,0,0,0,0,0,0,0 +541850,171,17043,53,15,12,0,0,0,0,0,0,0 +541860,171,17043,1405,24,14,5,3,0,0,0,0,0 +541890,171,17043,1758,49,41,6,0,0,0,0,0,0 +541910,171,17043,220,31,27,4,0,0,0,0,0,0 +541921,171,17043,397,45,40,0,0,0,0,0,0,0 +541922,171,17043,88,24,21,0,0,0,0,0,0,0 +541930,171,17043,106,16,13,0,0,0,0,0,0,0 +541940,171,17043,1472,86,64,21,0,0,0,0,0,0 +541990,171,17043,492,121,117,0,0,0,0,0,0,0 +551111,171,17043,6,6,6,0,0,0,0,0,0,0 +551112,171,17043,466,25,15,5,0,0,0,0,0,0 +551114,171,17043,26628,383,220,103,37,13,7,3,0,0 +561110,171,17043,5271,159,137,18,3,0,0,0,0,0 +561210,171,17043,662,43,35,7,0,0,0,0,0,0 +561311,171,17043,964,45,33,6,0,0,0,0,0,0 +561312,171,17043,388,77,74,0,0,0,0,0,0,0 +561320,171,17043,13731,219,113,58,33,12,3,0,0,0 +561330,171,17043,845,15,4,4,0,0,0,0,0,0 +561410,171,17043,70,15,13,0,0,0,0,0,0,0 +561421,171,17043,111,6,3,0,0,0,0,0,0,0 +561422,171,17043,1535,25,11,6,4,0,0,0,0,0 +561431,171,17043,145,21,17,3,0,0,0,0,0,0 +561439,171,17043,180,31,30,0,0,0,0,0,0,0 +561440,171,17043,830,25,12,10,0,0,0,0,0,0 +561450,171,17043,154,4,0,0,0,0,0,0,0,0 +561492,171,17043,74,23,20,0,0,0,0,0,0,0 +561499,171,17043,573,27,22,0,0,0,0,0,0,0 +561510,171,17043,646,101,96,3,0,0,0,0,0,0 +561520,171,17043,374,12,9,0,0,0,0,0,0,0 +561591,171,17043,15,5,4,0,0,0,0,0,0,0 +561599,171,17043,28,11,10,0,0,0,0,0,0,0 +561611,171,17043,291,27,22,3,0,0,0,0,0,0 +561612,171,17043,3162,29,12,7,4,0,0,0,0,0 +561621,171,17043,1249,31,20,7,0,0,0,0,0,0 +561622,171,17043,68,11,10,0,0,0,0,0,0,0 +561710,171,17043,293,30,24,6,0,0,0,0,0,0 +561720,171,17043,9157,306,249,43,6,5,0,0,0,0 +561730,171,17043,1806,357,336,20,0,0,0,0,0,0 +561740,171,17043,217,48,44,0,0,0,0,0,0,0 +561790,171,17043,654,46,38,6,0,0,0,0,0,0 +561910,171,17043,879,18,9,4,0,0,0,0,0,0 +561920,171,17043,775,42,34,6,0,0,0,0,0,0 +561990,171,17043,829,56,49,5,0,0,0,0,0,0 +562111,171,17043,564,36,28,3,0,0,0,0,0,0 +562119,171,17043,0,5,3,0,0,0,0,0,0,0 +562211,171,17043,130,6,3,0,0,0,0,0,0,0 +562212,171,17043,0,3,0,0,0,0,0,0,0,0 +562910,171,17043,206,16,9,5,0,0,0,0,0,0 +562920,171,17043,61,5,4,0,0,0,0,0,0,0 +562991,171,17043,41,8,7,0,0,0,0,0,0,0 +562998,171,17043,5,4,4,0,0,0,0,0,0,0 +611110,171,17043,3228,79,37,35,7,0,0,0,0,0 +611210,171,17043,0,3,0,0,0,0,0,0,0,0 +611310,171,17043,9933,22,6,3,0,3,0,0,0,0 +611420,171,17043,33,10,9,0,0,0,0,0,0,0 +611430,171,17043,152,45,41,3,0,0,0,0,0,0 +611511,171,17043,68,8,6,0,0,0,0,0,0,0 +611513,171,17043,87,7,4,0,0,0,0,0,0,0 +611519,171,17043,182,18,13,0,0,0,0,0,0,0 +611610,171,17043,591,93,89,4,0,0,0,0,0,0 +611620,171,17043,728,80,68,11,0,0,0,0,0,0 +611630,171,17043,104,8,4,0,0,0,0,0,0,0 +611691,171,17043,585,66,60,5,0,0,0,0,0,0 +611692,171,17043,52,5,3,0,0,0,0,0,0,0 +611699,171,17043,256,37,32,5,0,0,0,0,0,0 +611710,171,17043,553,45,40,0,0,0,0,0,0,0 +621111,171,17043,9570,883,795,82,3,0,0,0,0,0 +621112,171,17043,314,88,83,0,0,0,0,0,0,0 +621210,171,17043,4461,720,698,19,0,0,0,0,0,0 +621310,171,17043,846,225,220,5,0,0,0,0,0,0 +621320,171,17043,492,99,96,3,0,0,0,0,0,0 +621330,171,17043,692,191,185,4,0,0,0,0,0,0 +621340,171,17043,3554,227,215,6,3,0,0,0,0,0 +621391,171,17043,181,49,49,0,0,0,0,0,0,0 +621399,171,17043,254,77,74,0,0,0,0,0,0,0 +621410,171,17043,86,8,3,0,0,0,0,0,0,0 +621420,171,17043,187,18,13,0,0,0,0,0,0,0 +621492,171,17043,229,17,10,6,0,0,0,0,0,0 +621493,171,17043,601,30,16,13,0,0,0,0,0,0 +621498,171,17043,1266,32,22,7,0,0,0,0,0,0 +621511,171,17043,1115,33,28,3,0,0,0,0,0,0 +621512,171,17043,219,28,23,0,0,0,0,0,0,0 +621610,171,17043,6039,165,102,48,12,0,0,0,0,0 +621910,171,17043,0,8,3,0,0,0,0,0,0,0 +621991,171,17043,282,8,4,0,0,0,0,0,0,0 +621999,171,17043,320,21,15,4,0,0,0,0,0,0 +622110,171,17043,13806,6,0,0,0,0,0,0,3,0 +623110,171,17043,4549,37,8,4,22,0,0,0,0,0 +623210,171,17043,322,35,30,3,0,0,0,0,0,0 +623220,171,17043,163,3,0,0,0,0,0,0,0,0 +623311,171,17043,2778,21,0,8,4,5,0,0,0,0 +623312,171,17043,1494,18,0,6,8,0,0,0,0,0 +623990,171,17043,210,10,0,6,0,0,0,0,0,0 +624110,171,17043,322,21,14,6,0,0,0,0,0,0 +624120,171,17043,3158,81,44,29,7,0,0,0,0,0 +624190,171,17043,815,101,87,13,0,0,0,0,0,0 +624210,171,17043,102,21,18,0,0,0,0,0,0,0 +624221,171,17043,70,7,3,0,0,0,0,0,0,0 +624229,171,17043,288,9,6,0,0,0,0,0,0,0 +624230,171,17043,0,3,0,0,0,0,0,0,0,0 +624310,171,17043,155,10,4,0,0,0,0,0,0,0 +624410,171,17043,2554,212,154,58,0,0,0,0,0,0 +711110,171,17043,153,8,7,0,0,0,0,0,0,0 +711130,171,17043,42,17,15,0,0,0,0,0,0,0 +711211,171,17043,21,4,3,0,0,0,0,0,0,0 +711219,171,17043,6,6,6,0,0,0,0,0,0,0 +711310,171,17043,6,4,4,0,0,0,0,0,0,0 +711320,171,17043,53,10,6,0,0,0,0,0,0,0 +711410,171,17043,2,3,3,0,0,0,0,0,0,0 +711510,171,17043,100,68,67,0,0,0,0,0,0,0 +712110,171,17043,125,6,3,0,0,0,0,0,0,0 +713120,171,17043,168,12,8,3,0,0,0,0,0,0 +713290,171,17043,678,30,23,3,0,0,0,0,0,0 +713910,171,17043,1176,20,0,14,0,0,0,0,0,0 +713930,171,17043,5,3,3,0,0,0,0,0,0,0 +713940,171,17043,4346,183,139,33,8,3,0,0,0,0 +713950,171,17043,414,15,4,9,0,0,0,0,0,0 +713990,171,17043,1512,66,54,8,0,0,0,0,0,0 +721110,171,17043,4610,113,54,47,11,0,0,0,0,0 +721214,171,17043,7,3,0,0,0,0,0,0,0,0 +721310,171,17043,0,3,0,0,0,0,0,0,0,0 +722310,171,17043,1923,115,88,25,0,0,0,0,0,0 +722320,171,17043,976,51,38,12,0,0,0,0,0,0 +722330,171,17043,3,8,8,0,0,0,0,0,0,0 +722410,171,17043,930,70,57,11,0,0,0,0,0,0 +722511,171,17043,18499,728,417,292,17,0,0,0,0,0 +722513,171,17043,15113,893,620,264,8,0,0,0,0,0 +722514,171,17043,98,10,8,0,0,0,0,0,0,0 +722515,171,17043,2757,209,171,36,0,0,0,0,0,0 +811111,171,17043,1663,336,327,7,0,0,0,0,0,0 +811112,171,17043,11,4,3,0,0,0,0,0,0,0 +811113,171,17043,105,16,13,0,0,0,0,0,0,0 +811118,171,17043,25,7,4,0,0,0,0,0,0,0 +811121,171,17043,1079,130,120,9,0,0,0,0,0,0 +811122,171,17043,306,20,14,0,0,0,0,0,0,0 +811191,171,17043,214,30,29,0,0,0,0,0,0,0 +811192,171,17043,443,59,53,6,0,0,0,0,0,0 +811198,171,17043,236,9,8,0,0,0,0,0,0,0 +811211,171,17043,433,17,14,0,0,0,0,0,0,0 +811212,171,17043,234,29,25,0,0,0,0,0,0,0 +811213,171,17043,33,6,3,0,0,0,0,0,0,0 +811219,171,17043,304,22,18,0,0,0,0,0,0,0 +811310,171,17043,1243,104,91,10,3,0,0,0,0,0 +811411,171,17043,13,6,6,0,0,0,0,0,0,0 +811412,171,17043,0,14,10,0,0,0,0,0,0,0 +811420,171,17043,70,24,23,0,0,0,0,0,0,0 +811430,171,17043,19,10,9,0,0,0,0,0,0,0 +811490,171,17043,141,40,38,0,0,0,0,0,0,0 +812111,171,17043,102,20,17,0,0,0,0,0,0,0 +812112,171,17043,2620,397,375,21,0,0,0,0,0,0 +812113,171,17043,147,67,67,0,0,0,0,0,0,0 +812191,171,17043,160,16,11,5,0,0,0,0,0,0 +812199,171,17043,712,99,83,16,0,0,0,0,0,0 +812210,171,17043,200,38,37,0,0,0,0,0,0,0 +812220,171,17043,104,11,8,0,0,0,0,0,0,0 +812310,171,17043,120,21,21,0,0,0,0,0,0,0 +812320,171,17043,465,90,84,6,0,0,0,0,0,0 +812331,171,17043,142,3,0,0,0,0,0,0,0,0 +812332,171,17043,0,3,0,0,0,0,0,0,0,0 +812910,171,17043,596,93,88,5,0,0,0,0,0,0 +812921,171,17043,7,4,4,0,0,0,0,0,0,0 +812930,171,17043,419,15,11,0,0,0,0,0,0,0 +812990,171,17043,164,82,79,0,0,0,0,0,0,0 +813110,171,17043,7042,423,339,74,8,0,0,0,0,0 +813211,171,17043,271,31,29,0,0,0,0,0,0,0 +813212,171,17043,145,14,9,0,0,0,0,0,0,0 +813219,171,17043,39,4,3,0,0,0,0,0,0,0 +813311,171,17043,60,4,0,0,0,0,0,0,0,0 +813312,171,17043,104,12,9,0,0,0,0,0,0,0 +813319,171,17043,277,17,15,0,0,0,0,0,0,0 +813410,171,17043,504,47,45,0,0,0,0,0,0,0 +813910,171,17043,843,65,55,7,0,0,0,0,0,0 +813920,171,17043,2030,42,31,5,0,0,0,0,0,0 +813930,171,17043,828,62,51,8,0,0,0,0,0,0 +813940,171,17043,45,7,7,0,0,0,0,0,0,0 +813990,171,17043,231,68,68,0,0,0,0,0,0,0 +236115,171,17063,16,8,7,0,0,0,0,0,0,0 +236118,171,17063,38,20,18,0,0,0,0,0,0,0 +236220,171,17063,55,7,4,0,0,0,0,0,0,0 +237110,171,17063,25,4,0,0,0,0,0,0,0,0 +238110,171,17063,29,5,3,0,0,0,0,0,0,0 +238190,171,17063,8,3,0,0,0,0,0,0,0,0 +238210,171,17063,86,14,12,0,0,0,0,0,0,0 +238220,171,17063,169,18,14,3,0,0,0,0,0,0 +238290,171,17063,42,4,0,0,0,0,0,0,0,0 +238320,171,17063,41,9,5,0,0,0,0,0,0,0 +238330,171,17063,6,3,3,0,0,0,0,0,0,0 +238350,171,17063,23,7,5,0,0,0,0,0,0,0 +238910,171,17063,43,8,7,0,0,0,0,0,0,0 +238990,171,17063,35,7,7,0,0,0,0,0,0,0 +323111,171,17063,7,3,0,0,0,0,0,0,0,0 +327320,171,17063,0,4,0,0,0,0,0,0,0,0 +337110,171,17063,0,3,3,0,0,0,0,0,0,0 +423120,171,17063,0,4,3,0,0,0,0,0,0,0 +423320,171,17063,0,3,0,0,0,0,0,0,0,0 +423810,171,17063,0,3,0,0,0,0,0,0,0,0 +424510,171,17063,41,5,0,0,0,0,0,0,0,0 +424710,171,17063,66,4,0,0,0,0,0,0,0,0 +424910,171,17063,0,3,0,0,0,0,0,0,0,0 +425120,171,17063,0,4,3,0,0,0,0,0,0,0 +441110,171,17063,105,4,0,3,0,0,0,0,0,0 +441310,171,17063,50,8,4,0,0,0,0,0,0,0 +442110,171,17063,13,4,3,0,0,0,0,0,0,0 +442210,171,17063,13,3,0,0,0,0,0,0,0,0 +444130,171,17063,111,5,0,4,0,0,0,0,0,0 +445110,171,17063,629,6,0,0,0,0,0,0,0,0 +445310,171,17063,38,8,4,0,0,0,0,0,0,0 +446110,171,17063,87,4,0,0,0,0,0,0,0,0 +447110,171,17063,173,16,13,3,0,0,0,0,0,0 +447190,171,17063,278,5,0,0,0,0,0,0,0,0 +448120,171,17063,21,6,6,0,0,0,0,0,0,0 +451110,171,17063,23,3,0,0,0,0,0,0,0,0 +452319,171,17063,0,5,3,0,0,0,0,0,0,0 +453110,171,17063,17,4,0,0,0,0,0,0,0,0 +453220,171,17063,23,5,4,0,0,0,0,0,0,0 +453310,171,17063,33,3,0,0,0,0,0,0,0,0 +453991,171,17063,5,4,4,0,0,0,0,0,0,0 +453998,171,17063,24,4,0,0,0,0,0,0,0,0 +454110,171,17063,64,7,5,0,0,0,0,0,0,0 +454310,171,17063,23,3,0,0,0,0,0,0,0,0 +454390,171,17063,0,3,3,0,0,0,0,0,0,0 +484110,171,17063,51,20,17,0,0,0,0,0,0,0 +484121,171,17063,17,11,9,0,0,0,0,0,0,0 +484122,171,17063,0,4,0,0,0,0,0,0,0,0 +484210,171,17063,10,3,0,0,0,0,0,0,0,0 +484220,171,17063,110,17,14,0,0,0,0,0,0,0 +488210,171,17063,27,3,0,0,0,0,0,0,0,0 +493110,171,17063,818,8,0,0,4,0,0,0,0,0 +493120,171,17063,0,3,0,0,0,0,0,0,0,0 +517311,171,17063,96,11,7,0,0,0,0,0,0,0 +522110,171,17063,184,21,19,0,0,0,0,0,0,0 +522291,171,17063,8,3,3,0,0,0,0,0,0,0 +523920,171,17063,0,6,6,0,0,0,0,0,0,0 +524127,171,17063,0,3,0,0,0,0,0,0,0,0 +524210,171,17063,70,27,26,0,0,0,0,0,0,0 +531120,171,17063,22,7,6,0,0,0,0,0,0,0 +531190,171,17063,7,3,0,0,0,0,0,0,0,0 +531210,171,17063,28,11,9,0,0,0,0,0,0,0 +531311,171,17063,17,4,3,0,0,0,0,0,0,0 +541110,171,17063,62,16,15,0,0,0,0,0,0,0 +541211,171,17063,36,11,9,0,0,0,0,0,0,0 +541213,171,17063,0,3,0,0,0,0,0,0,0,0 +541219,171,17063,17,6,4,0,0,0,0,0,0,0 +541330,171,17063,429,12,6,3,0,0,0,0,0,0 +541350,171,17063,4,4,4,0,0,0,0,0,0,0 +541511,171,17063,4,3,3,0,0,0,0,0,0,0 +541512,171,17063,4,3,3,0,0,0,0,0,0,0 +541611,171,17063,24,4,3,0,0,0,0,0,0,0 +541940,171,17063,110,8,6,0,0,0,0,0,0,0 +561510,171,17063,0,3,0,0,0,0,0,0,0,0 +561720,171,17063,42,7,4,0,0,0,0,0,0,0 +561730,171,17063,28,18,17,0,0,0,0,0,0,0 +561990,171,17063,21,3,0,0,0,0,0,0,0,0 +611610,171,17063,38,7,5,0,0,0,0,0,0,0 +611620,171,17063,5,3,3,0,0,0,0,0,0,0 +621111,171,17063,376,49,44,5,0,0,0,0,0,0 +621112,171,17063,0,4,3,0,0,0,0,0,0,0 +621210,171,17063,72,14,12,0,0,0,0,0,0,0 +621310,171,17063,40,10,10,0,0,0,0,0,0,0 +621320,171,17063,61,6,6,0,0,0,0,0,0,0 +621340,171,17063,106,17,15,0,0,0,0,0,0,0 +621391,171,17063,0,3,3,0,0,0,0,0,0,0 +621492,171,17063,0,3,0,0,0,0,0,0,0,0 +621610,171,17063,84,6,3,0,0,0,0,0,0,0 +624190,171,17063,8,4,4,0,0,0,0,0,0,0 +624210,171,17063,11,3,0,0,0,0,0,0,0,0 +624410,171,17063,87,9,3,0,0,0,0,0,0,0 +713290,171,17063,29,3,0,0,0,0,0,0,0,0 +713940,171,17063,44,9,8,0,0,0,0,0,0,0 +713990,171,17063,45,8,7,0,0,0,0,0,0,0 +721110,171,17063,84,9,7,0,0,0,0,0,0,0 +722310,171,17063,52,5,3,0,0,0,0,0,0,0 +722410,171,17063,70,14,13,0,0,0,0,0,0,0 +722511,171,17063,617,48,38,8,0,0,0,0,0,0 +722513,171,17063,1079,52,31,21,0,0,0,0,0,0 +722515,171,17063,56,3,0,0,0,0,0,0,0,0 +811111,171,17063,83,17,15,0,0,0,0,0,0,0 +811121,171,17063,40,8,7,0,0,0,0,0,0,0 +811310,171,17063,650,8,0,3,0,0,0,0,0,0 +812112,171,17063,95,16,14,0,0,0,0,0,0,0 +812210,171,17063,23,6,4,0,0,0,0,0,0,0 +812910,171,17063,7,6,6,0,0,0,0,0,0,0 +812990,171,17063,41,8,5,0,0,0,0,0,0,0 +813110,171,17063,161,32,32,0,0,0,0,0,0,0 +813410,171,17063,33,7,5,0,0,0,0,0,0,0 +813990,171,17063,4,3,3,0,0,0,0,0,0,0 +115210,171,17089,78,14,12,0,0,0,0,0,0,0 +221122,171,17089,0,3,0,0,0,0,0,0,0,0 +221210,171,17089,0,4,0,0,0,0,0,0,0,0 +236115,171,17089,77,40,39,0,0,0,0,0,0,0 +236116,171,17089,36,11,11,0,0,0,0,0,0,0 +236117,171,17089,163,32,27,0,0,0,0,0,0,0 +236118,171,17089,657,250,242,8,0,0,0,0,0,0 +236210,171,17089,23,7,5,0,0,0,0,0,0,0 +236220,171,17089,591,69,62,7,0,0,0,0,0,0 +237110,171,17089,69,18,17,0,0,0,0,0,0,0 +237120,171,17089,0,3,0,0,0,0,0,0,0,0 +237130,171,17089,1177,13,10,0,0,0,0,0,0,0 +237310,171,17089,458,23,19,0,0,0,0,0,0,0 +237990,171,17089,73,11,9,0,0,0,0,0,0,0 +238110,171,17089,1021,47,38,4,0,0,0,0,0,0 +238120,171,17089,178,7,3,0,0,0,0,0,0,0 +238130,171,17089,463,30,22,0,0,0,0,0,0,0 +238140,171,17089,103,37,37,0,0,0,0,0,0,0 +238150,171,17089,57,6,0,0,0,0,0,0,0,0 +238160,171,17089,462,42,35,0,0,0,0,0,0,0 +238170,171,17089,108,40,40,0,0,0,0,0,0,0 +238190,171,17089,42,11,11,0,0,0,0,0,0,0 +238210,171,17089,1307,139,127,7,3,0,0,0,0,0 +238220,171,17089,1719,242,222,19,0,0,0,0,0,0 +238290,171,17089,303,21,17,0,0,0,0,0,0,0 +238310,171,17089,445,48,43,3,0,0,0,0,0,0 +238320,171,17089,305,99,96,3,0,0,0,0,0,0 +238330,171,17089,185,39,36,0,0,0,0,0,0,0 +238340,171,17089,16,7,6,0,0,0,0,0,0,0 +238350,171,17089,357,78,73,5,0,0,0,0,0,0 +238390,171,17089,220,24,19,0,0,0,0,0,0,0 +238910,171,17089,533,55,49,4,0,0,0,0,0,0 +238990,171,17089,332,96,93,0,0,0,0,0,0,0 +311612,171,17089,1945,6,0,0,0,0,0,0,0,0 +311811,171,17089,197,14,10,0,0,0,0,0,0,0 +311812,171,17089,0,5,3,0,0,0,0,0,0,0 +311999,171,17089,494,3,0,0,0,0,0,0,0,0 +314120,171,17089,0,3,0,0,0,0,0,0,0,0 +314999,171,17089,90,5,0,0,0,0,0,0,0,0 +321918,171,17089,89,4,0,0,0,0,0,0,0,0 +321920,171,17089,185,10,4,3,0,0,0,0,0,0 +321999,171,17089,13,3,0,0,0,0,0,0,0,0 +322211,171,17089,431,7,0,0,0,0,0,0,0,0 +322212,171,17089,235,4,0,0,0,0,0,0,0,0 +322219,171,17089,0,3,0,0,0,0,0,0,0,0 +322230,171,17089,0,3,0,0,0,0,0,0,0,0 +323111,171,17089,2277,59,41,12,4,0,0,0,0,0 +323113,171,17089,53,9,5,0,0,0,0,0,0,0 +323120,171,17089,0,4,0,0,0,0,0,0,0,0 +324121,171,17089,34,3,0,0,0,0,0,0,0,0 +324191,171,17089,60,3,0,0,0,0,0,0,0,0 +325211,171,17089,552,10,0,5,0,0,0,0,0,0 +325510,171,17089,147,8,3,4,0,0,0,0,0,0 +325520,171,17089,214,6,0,0,0,0,0,0,0,0 +325910,171,17089,128,5,0,0,0,0,0,0,0,0 +325991,171,17089,166,5,0,0,0,0,0,0,0,0 +326111,171,17089,42,5,3,0,0,0,0,0,0,0 +326112,171,17089,615,9,0,0,3,0,0,0,0,0 +326113,171,17089,91,4,0,0,0,0,0,0,0,0 +326199,171,17089,2879,42,15,20,4,0,0,0,0,0 +326291,171,17089,0,3,0,0,0,0,0,0,0,0 +327320,171,17089,141,10,3,3,0,0,0,0,0,0 +327390,171,17089,509,4,0,0,0,0,0,0,0,0 +332119,171,17089,278,13,6,4,0,0,0,0,0,0 +332312,171,17089,48,6,0,0,0,0,0,0,0,0 +332313,171,17089,68,5,0,0,0,0,0,0,0,0 +332322,171,17089,167,12,4,4,0,0,0,0,0,0 +332323,171,17089,85,5,0,3,0,0,0,0,0,0 +332613,171,17089,99,3,0,0,0,0,0,0,0,0 +332710,171,17089,741,55,42,13,0,0,0,0,0,0 +332721,171,17089,759,17,13,0,0,0,0,0,0,0 +332722,171,17089,427,10,3,0,0,0,0,0,0,0 +332812,171,17089,94,11,10,0,0,0,0,0,0,0 +332813,171,17089,126,5,0,0,0,0,0,0,0,0 +332911,171,17089,206,4,0,0,0,0,0,0,0,0 +332919,171,17089,0,3,0,0,0,0,0,0,0,0 +332996,171,17089,197,4,0,0,0,0,0,0,0,0 +332999,171,17089,129,7,4,3,0,0,0,0,0,0 +333244,171,17089,37,3,0,0,0,0,0,0,0,0 +333249,171,17089,376,7,0,0,0,0,0,0,0,0 +333318,171,17089,248,5,0,0,0,0,0,0,0,0 +333413,171,17089,487,4,0,0,0,0,0,0,0,0 +333511,171,17089,424,20,13,5,0,0,0,0,0,0 +333514,171,17089,121,13,7,3,0,0,0,0,0,0 +333515,171,17089,200,5,0,0,0,0,0,0,0,0 +333517,171,17089,84,5,0,0,0,0,0,0,0,0 +333519,171,17089,197,4,0,0,0,0,0,0,0,0 +333613,171,17089,0,4,0,0,0,0,0,0,0,0 +333922,171,17089,68,4,0,0,0,0,0,0,0,0 +333999,171,17089,636,11,7,0,0,0,0,0,0,0 +334118,171,17089,77,3,0,0,0,0,0,0,0,0 +334412,171,17089,56,4,0,0,0,0,0,0,0,0 +334418,171,17089,102,4,0,0,0,0,0,0,0,0 +334419,171,17089,746,10,3,0,0,0,0,0,0,0 +334510,171,17089,112,3,0,0,0,0,0,0,0,0 +334519,171,17089,0,3,0,0,0,0,0,0,0,0 +335122,171,17089,0,3,0,0,0,0,0,0,0,0 +335314,171,17089,92,6,3,3,0,0,0,0,0,0 +336310,171,17089,0,3,0,0,0,0,0,0,0,0 +336320,171,17089,987,7,3,0,0,0,0,0,0,0 +336340,171,17089,0,3,0,0,0,0,0,0,0,0 +336370,171,17089,152,4,0,0,0,0,0,0,0,0 +337110,171,17089,36,9,7,0,0,0,0,0,0,0 +337121,171,17089,21,3,0,0,0,0,0,0,0,0 +337212,171,17089,50,5,3,0,0,0,0,0,0,0 +339113,171,17089,0,3,0,0,0,0,0,0,0,0 +339114,171,17089,3,3,3,0,0,0,0,0,0,0 +339116,171,17089,57,11,8,0,0,0,0,0,0,0 +339920,171,17089,4,3,3,0,0,0,0,0,0,0 +339930,171,17089,0,3,0,0,0,0,0,0,0,0 +339950,171,17089,263,11,6,0,0,0,0,0,0,0 +339999,171,17089,156,14,12,0,0,0,0,0,0,0 +423110,171,17089,277,9,0,3,0,0,0,0,0,0 +423120,171,17089,435,22,16,0,0,0,0,0,0,0 +423130,171,17089,0,3,0,0,0,0,0,0,0,0 +423210,171,17089,195,12,9,0,0,0,0,0,0,0 +423220,171,17089,106,9,3,0,0,0,0,0,0,0 +423310,171,17089,252,14,7,5,0,0,0,0,0,0 +423320,171,17089,54,8,7,0,0,0,0,0,0,0 +423330,171,17089,81,9,6,0,0,0,0,0,0,0 +423390,171,17089,180,10,7,0,0,0,0,0,0,0 +423420,171,17089,204,13,9,0,0,0,0,0,0,0 +423430,171,17089,185,16,13,0,0,0,0,0,0,0 +423440,171,17089,247,12,9,0,0,0,0,0,0,0 +423450,171,17089,260,28,23,0,0,0,0,0,0,0 +423490,171,17089,500,10,7,0,0,0,0,0,0,0 +423510,171,17089,275,32,30,0,0,0,0,0,0,0 +423610,171,17089,648,33,27,0,0,0,0,0,0,0 +423620,171,17089,0,5,0,0,0,0,0,0,0,0 +423690,171,17089,515,25,19,4,0,0,0,0,0,0 +423710,171,17089,365,25,17,5,0,0,0,0,0,0 +423720,171,17089,255,16,12,0,0,0,0,0,0,0 +423730,171,17089,102,15,15,0,0,0,0,0,0,0 +423810,171,17089,124,8,6,0,0,0,0,0,0,0 +423820,171,17089,438,7,0,0,0,0,0,0,0,0 +423830,171,17089,1603,132,114,15,3,0,0,0,0,0 +423840,171,17089,366,32,27,5,0,0,0,0,0,0 +423850,171,17089,224,14,12,0,0,0,0,0,0,0 +423860,171,17089,50,4,0,0,0,0,0,0,0,0 +423910,171,17089,93,12,9,0,0,0,0,0,0,0 +423920,171,17089,52,9,5,0,0,0,0,0,0,0 +423930,171,17089,218,16,13,3,0,0,0,0,0,0 +423940,171,17089,10,5,5,0,0,0,0,0,0,0 +423990,171,17089,361,18,14,0,0,0,0,0,0,0 +424110,171,17089,31,4,0,0,0,0,0,0,0,0 +424120,171,17089,160,11,7,0,0,0,0,0,0,0 +424130,171,17089,435,24,21,0,0,0,0,0,0,0 +424210,171,17089,206,12,9,0,0,0,0,0,0,0 +424310,171,17089,10,3,0,0,0,0,0,0,0,0 +424320,171,17089,15,3,0,0,0,0,0,0,0,0 +424330,171,17089,0,4,3,0,0,0,0,0,0,0 +424420,171,17089,8,3,3,0,0,0,0,0,0,0 +424430,171,17089,87,5,0,0,0,0,0,0,0,0 +424450,171,17089,0,3,0,0,0,0,0,0,0,0 +424490,171,17089,709,22,10,6,0,0,0,0,0,0 +424610,171,17089,142,11,10,0,0,0,0,0,0,0 +424690,171,17089,271,22,18,3,0,0,0,0,0,0 +424710,171,17089,0,3,0,0,0,0,0,0,0,0 +424810,171,17089,352,3,0,0,0,0,0,0,0,0 +424910,171,17089,51,6,3,0,0,0,0,0,0,0 +424920,171,17089,0,5,4,0,0,0,0,0,0,0 +424930,171,17089,116,9,4,0,0,0,0,0,0,0 +424950,171,17089,86,5,3,0,0,0,0,0,0,0 +424990,171,17089,204,12,6,0,0,0,0,0,0,0 +425120,171,17089,391,137,135,0,0,0,0,0,0,0 +441110,171,17089,1636,28,3,18,5,0,0,0,0,0 +441120,171,17089,180,25,21,0,0,0,0,0,0,0 +441228,171,17089,132,6,0,0,0,0,0,0,0,0 +441310,171,17089,575,54,52,0,0,0,0,0,0,0 +441320,171,17089,262,30,28,0,0,0,0,0,0,0 +442110,171,17089,257,35,31,3,0,0,0,0,0,0 +442210,171,17089,88,15,13,0,0,0,0,0,0,0 +442299,171,17089,313,24,19,4,0,0,0,0,0,0 +443141,171,17089,42,5,0,0,0,0,0,0,0,0 +443142,171,17089,412,34,30,4,0,0,0,0,0,0 +444110,171,17089,1318,10,0,0,9,0,0,0,0,0 +444120,171,17089,73,13,12,0,0,0,0,0,0,0 +444130,171,17089,278,17,9,7,0,0,0,0,0,0 +444190,171,17089,331,45,42,3,0,0,0,0,0,0 +444210,171,17089,22,3,0,0,0,0,0,0,0,0 +444220,171,17089,323,13,7,3,0,0,0,0,0,0 +445110,171,17089,4277,75,42,16,14,3,0,0,0,0 +445120,171,17089,103,25,25,0,0,0,0,0,0,0 +445210,171,17089,5,3,3,0,0,0,0,0,0,0 +445291,171,17089,86,7,0,0,0,0,0,0,0,0 +445292,171,17089,99,15,13,0,0,0,0,0,0,0 +445299,171,17089,89,7,4,0,0,0,0,0,0,0 +445310,171,17089,210,63,60,0,0,0,0,0,0,0 +446110,171,17089,869,52,26,26,0,0,0,0,0,0 +446120,171,17089,369,26,18,4,0,0,0,0,0,0 +446130,171,17089,240,29,26,3,0,0,0,0,0,0 +446191,171,17089,69,17,15,0,0,0,0,0,0,0 +446199,171,17089,26,8,6,0,0,0,0,0,0,0 +447110,171,17089,791,107,104,3,0,0,0,0,0,0 +447190,171,17089,166,12,7,0,0,0,0,0,0,0 +448110,171,17089,118,13,12,0,0,0,0,0,0,0 +448120,171,17089,783,53,42,9,0,0,0,0,0,0 +448130,171,17089,252,20,16,3,0,0,0,0,0,0 +448140,171,17089,1592,63,30,32,0,0,0,0,0,0 +448150,171,17089,207,13,10,0,0,0,0,0,0,0 +448190,171,17089,272,25,20,4,0,0,0,0,0,0 +448210,171,17089,821,50,42,6,0,0,0,0,0,0 +448310,171,17089,195,36,35,0,0,0,0,0,0,0 +451110,171,17089,424,31,26,3,0,0,0,0,0,0 +451120,171,17089,346,21,12,5,0,0,0,0,0,0 +451130,171,17089,90,6,0,0,0,0,0,0,0,0 +451140,171,17089,22,4,3,0,0,0,0,0,0,0 +451211,171,17089,98,9,5,0,0,0,0,0,0,0 +452210,171,17089,831,9,0,5,4,0,0,0,0,0 +452311,171,17089,2819,14,0,0,8,5,0,0,0,0 +452319,171,17089,575,38,32,4,0,0,0,0,0,0 +453110,171,17089,69,13,11,0,0,0,0,0,0,0 +453210,171,17089,84,7,3,0,0,0,0,0,0,0 +453220,171,17089,134,29,29,0,0,0,0,0,0,0 +453310,171,17089,375,24,17,6,0,0,0,0,0,0 +453910,171,17089,245,16,11,4,0,0,0,0,0,0 +453991,171,17089,41,19,17,0,0,0,0,0,0,0 +453998,171,17089,144,35,35,0,0,0,0,0,0,0 +454110,171,17089,702,75,69,5,0,0,0,0,0,0 +454210,171,17089,0,4,3,0,0,0,0,0,0,0 +454310,171,17089,0,4,3,0,0,0,0,0,0,0 +454390,171,17089,205,45,40,3,0,0,0,0,0,0 +481211,171,17089,25,5,4,0,0,0,0,0,0,0 +484110,171,17089,363,161,156,4,0,0,0,0,0,0 +484121,171,17089,241,105,99,4,0,0,0,0,0,0 +484122,171,17089,520,29,23,0,0,0,0,0,0,0 +484210,171,17089,180,20,17,0,0,0,0,0,0,0 +484220,171,17089,188,117,116,0,0,0,0,0,0,0 +484230,171,17089,109,17,14,0,0,0,0,0,0,0 +485310,171,17089,9,4,3,0,0,0,0,0,0,0 +485320,171,17089,77,13,11,0,0,0,0,0,0,0 +485410,171,17089,714,4,0,0,0,0,0,0,0,0 +485991,171,17089,94,3,0,0,0,0,0,0,0,0 +488119,171,17089,0,3,0,0,0,0,0,0,0,0 +488190,171,17089,107,6,0,0,0,0,0,0,0,0 +488410,171,17089,70,15,13,0,0,0,0,0,0,0 +488490,171,17089,54,8,6,0,0,0,0,0,0,0 +488510,171,17089,269,41,38,0,0,0,0,0,0,0 +488991,171,17089,24,4,0,0,0,0,0,0,0,0 +492110,171,17089,98,12,8,0,0,0,0,0,0,0 +492210,171,17089,10,4,4,0,0,0,0,0,0,0 +493110,171,17089,1616,31,18,7,6,0,0,0,0,0 +511110,171,17089,24,5,4,0,0,0,0,0,0,0 +511120,171,17089,0,6,4,0,0,0,0,0,0,0 +511130,171,17089,0,5,0,0,0,0,0,0,0,0 +511140,171,17089,0,3,0,0,0,0,0,0,0,0 +511210,171,17089,154,10,8,0,0,0,0,0,0,0 +512110,171,17089,20,12,11,0,0,0,0,0,0,0 +512131,171,17089,262,5,0,3,0,0,0,0,0,0 +512191,171,17089,8,6,6,0,0,0,0,0,0,0 +515112,171,17089,75,5,0,0,0,0,0,0,0,0 +517311,171,17089,535,33,24,9,0,0,0,0,0,0 +517312,171,17089,209,39,38,0,0,0,0,0,0,0 +517911,171,17089,39,10,7,0,0,0,0,0,0,0 +517919,171,17089,15,6,4,0,0,0,0,0,0,0 +518210,171,17089,98,16,14,0,0,0,0,0,0,0 +519130,171,17089,74,10,7,0,0,0,0,0,0,0 +522110,171,17089,2452,157,142,12,0,0,0,0,0,0 +522120,171,17089,0,3,0,0,0,0,0,0,0,0 +522130,171,17089,296,18,13,0,0,0,0,0,0,0 +522220,171,17089,86,7,5,0,0,0,0,0,0,0 +522291,171,17089,60,20,18,0,0,0,0,0,0,0 +522292,171,17089,621,21,16,0,0,0,0,0,0,0 +522298,171,17089,61,15,13,0,0,0,0,0,0,0 +522310,171,17089,33,7,7,0,0,0,0,0,0,0 +522320,171,17089,33,9,7,0,0,0,0,0,0,0 +522390,171,17089,444,42,39,0,0,0,0,0,0,0 +523110,171,17089,9,3,0,0,0,0,0,0,0,0 +523120,171,17089,256,35,31,0,0,0,0,0,0,0 +523140,171,17089,18,4,0,0,0,0,0,0,0,0 +523910,171,17089,4,4,4,0,0,0,0,0,0,0 +523920,171,17089,232,79,78,0,0,0,0,0,0,0 +523930,171,17089,67,31,28,0,0,0,0,0,0,0 +523991,171,17089,11,5,5,0,0,0,0,0,0,0 +524113,171,17089,233,6,3,0,0,0,0,0,0,0 +524114,171,17089,0,3,3,0,0,0,0,0,0,0 +524126,171,17089,171,19,14,0,0,0,0,0,0,0 +524127,171,17089,0,11,7,0,0,0,0,0,0,0 +524210,171,17089,721,247,244,3,0,0,0,0,0,0 +524291,171,17089,11,8,7,0,0,0,0,0,0,0 +524292,171,17089,72,4,0,0,0,0,0,0,0,0 +524298,171,17089,56,6,4,0,0,0,0,0,0,0 +531110,171,17089,270,44,41,0,0,0,0,0,0,0 +531120,171,17089,430,31,29,0,0,0,0,0,0,0 +531130,171,17089,76,32,32,0,0,0,0,0,0,0 +531190,171,17089,19,9,8,0,0,0,0,0,0,0 +531210,171,17089,223,154,153,0,0,0,0,0,0,0 +531311,171,17089,532,45,39,4,0,0,0,0,0,0 +531312,171,17089,90,24,22,0,0,0,0,0,0,0 +531320,171,17089,134,29,26,0,0,0,0,0,0,0 +531390,171,17089,504,25,22,0,0,0,0,0,0,0 +532111,171,17089,37,11,11,0,0,0,0,0,0,0 +532120,171,17089,63,6,0,0,0,0,0,0,0,0 +532210,171,17089,0,6,5,0,0,0,0,0,0,0 +532283,171,17089,26,3,3,0,0,0,0,0,0,0 +532289,171,17089,30,9,8,0,0,0,0,0,0,0 +532310,171,17089,17,4,0,0,0,0,0,0,0,0 +532412,171,17089,11,4,3,0,0,0,0,0,0,0 +532490,171,17089,300,22,18,0,0,0,0,0,0,0 +533110,171,17089,31,4,0,0,0,0,0,0,0,0 +541110,171,17089,934,257,252,5,0,0,0,0,0,0 +541199,171,17089,6,7,7,0,0,0,0,0,0,0 +541211,171,17089,411,88,83,4,0,0,0,0,0,0 +541213,171,17089,251,48,47,0,0,0,0,0,0,0 +541219,171,17089,399,69,67,0,0,0,0,0,0,0 +541310,171,17089,124,27,25,0,0,0,0,0,0,0 +541320,171,17089,25,12,10,0,0,0,0,0,0,0 +541330,171,17089,806,94,81,13,0,0,0,0,0,0 +541340,171,17089,6,4,4,0,0,0,0,0,0,0 +541350,171,17089,86,12,9,0,0,0,0,0,0,0 +541370,171,17089,137,19,14,3,0,0,0,0,0,0 +541380,171,17089,47,10,8,0,0,0,0,0,0,0 +541410,171,17089,34,22,22,0,0,0,0,0,0,0 +541420,171,17089,0,5,0,0,0,0,0,0,0,0 +541430,171,17089,102,39,36,0,0,0,0,0,0,0 +541490,171,17089,0,4,3,0,0,0,0,0,0,0 +541511,171,17089,924,132,124,6,0,0,0,0,0,0 +541512,171,17089,362,103,100,3,0,0,0,0,0,0 +541513,171,17089,28,16,16,0,0,0,0,0,0,0 +541519,171,17089,41,19,17,0,0,0,0,0,0,0 +541611,171,17089,586,150,148,0,0,0,0,0,0,0 +541612,171,17089,218,20,17,0,0,0,0,0,0,0 +541613,171,17089,278,82,78,0,0,0,0,0,0,0 +541614,171,17089,166,25,21,0,0,0,0,0,0,0 +541618,171,17089,4,12,12,0,0,0,0,0,0,0 +541620,171,17089,75,20,18,0,0,0,0,0,0,0 +541690,171,17089,92,42,40,0,0,0,0,0,0,0 +541713,171,17089,8,4,4,0,0,0,0,0,0,0 +541715,171,17089,0,10,6,0,0,0,0,0,0,0 +541810,171,17089,64,20,16,0,0,0,0,0,0,0 +541820,171,17089,27,8,6,0,0,0,0,0,0,0 +541840,171,17089,3,4,4,0,0,0,0,0,0,0 +541850,171,17089,14,6,5,0,0,0,0,0,0,0 +541860,171,17089,211,16,13,0,0,0,0,0,0,0 +541890,171,17089,141,23,20,0,0,0,0,0,0,0 +541910,171,17089,36,7,6,0,0,0,0,0,0,0 +541921,171,17089,135,19,16,0,0,0,0,0,0,0 +541922,171,17089,14,8,7,0,0,0,0,0,0,0 +541930,171,17089,6,6,6,0,0,0,0,0,0,0 +541940,171,17089,668,41,33,7,0,0,0,0,0,0 +541990,171,17089,92,33,32,0,0,0,0,0,0,0 +551112,171,17089,243,13,12,0,0,0,0,0,0,0 +551114,171,17089,2958,61,35,19,5,0,0,0,0,0 +561110,171,17089,968,47,38,6,0,0,0,0,0,0 +561210,171,17089,35,7,5,0,0,0,0,0,0,0 +561311,171,17089,615,7,3,0,0,0,0,0,0,0 +561312,171,17089,34,11,10,0,0,0,0,0,0,0 +561320,171,17089,9130,71,18,26,14,6,5,0,0,0 +561330,171,17089,125,3,0,0,0,0,0,0,0,0 +561410,171,17089,9,6,5,0,0,0,0,0,0,0 +561422,171,17089,286,7,6,0,0,0,0,0,0,0 +561431,171,17089,15,3,0,0,0,0,0,0,0,0 +561439,171,17089,50,9,8,0,0,0,0,0,0,0 +561440,171,17089,208,6,3,3,0,0,0,0,0,0 +561492,171,17089,9,11,11,0,0,0,0,0,0,0 +561499,171,17089,21,5,3,0,0,0,0,0,0,0 +561510,171,17089,37,26,25,0,0,0,0,0,0,0 +561520,171,17089,0,3,0,0,0,0,0,0,0,0 +561591,171,17089,10,4,3,0,0,0,0,0,0,0 +561611,171,17089,198,8,5,0,0,0,0,0,0,0 +561612,171,17089,39,5,3,0,0,0,0,0,0,0 +561621,171,17089,0,7,5,0,0,0,0,0,0,0 +561622,171,17089,11,6,6,0,0,0,0,0,0,0 +561710,171,17089,319,15,10,3,0,0,0,0,0,0 +561720,171,17089,776,114,106,7,0,0,0,0,0,0 +561730,171,17089,1534,384,368,14,0,0,0,0,0,0 +561740,171,17089,59,20,19,0,0,0,0,0,0,0 +561790,171,17089,877,27,23,0,0,0,0,0,0,0 +561910,171,17089,243,10,5,0,0,0,0,0,0,0 +561920,171,17089,87,11,9,0,0,0,0,0,0,0 +561990,171,17089,111,24,20,0,0,0,0,0,0,0 +562111,171,17089,403,17,14,0,0,0,0,0,0,0 +562212,171,17089,0,3,0,0,0,0,0,0,0,0 +562910,171,17089,84,5,0,0,0,0,0,0,0,0 +562920,171,17089,0,3,0,0,0,0,0,0,0,0 +562991,171,17089,19,5,4,0,0,0,0,0,0,0 +562998,171,17089,27,5,4,0,0,0,0,0,0,0 +611110,171,17089,1349,25,9,9,3,0,0,0,0,0 +611310,171,17089,1948,6,0,0,0,0,0,0,0,0 +611420,171,17089,13,4,0,0,0,0,0,0,0,0 +611430,171,17089,11,8,8,0,0,0,0,0,0,0 +611511,171,17089,24,3,0,0,0,0,0,0,0,0 +611513,171,17089,10,4,3,0,0,0,0,0,0,0 +611519,171,17089,68,6,3,0,0,0,0,0,0,0 +611610,171,17089,147,32,32,0,0,0,0,0,0,0 +611620,171,17089,280,31,27,3,0,0,0,0,0,0 +611691,171,17089,153,11,9,0,0,0,0,0,0,0 +611692,171,17089,28,4,0,0,0,0,0,0,0,0 +611699,171,17089,43,8,5,0,0,0,0,0,0,0 +611710,171,17089,19,11,10,0,0,0,0,0,0,0 +621111,171,17089,3594,266,229,30,3,0,0,0,0,0 +621112,171,17089,62,17,13,0,0,0,0,0,0,0 +621210,171,17089,1653,229,221,8,0,0,0,0,0,0 +621310,171,17089,418,118,118,0,0,0,0,0,0,0 +621320,171,17089,112,27,25,0,0,0,0,0,0,0 +621330,171,17089,146,57,55,0,0,0,0,0,0,0 +621340,171,17089,537,74,70,3,0,0,0,0,0,0 +621391,171,17089,53,15,13,0,0,0,0,0,0,0 +621399,171,17089,154,17,13,3,0,0,0,0,0,0 +621410,171,17089,11,3,0,0,0,0,0,0,0,0 +621420,171,17089,367,17,9,3,0,0,0,0,0,0 +621492,171,17089,114,7,3,0,0,0,0,0,0,0 +621493,171,17089,157,5,0,0,0,0,0,0,0,0 +621498,171,17089,595,21,12,6,0,0,0,0,0,0 +621511,171,17089,198,13,9,0,0,0,0,0,0,0 +621512,171,17089,49,9,9,0,0,0,0,0,0,0 +621610,171,17089,733,21,14,0,4,0,0,0,0,0 +621910,171,17089,201,8,3,0,0,0,0,0,0,0 +621991,171,17089,336,6,0,0,0,0,0,0,0,0 +621999,171,17089,8,4,4,0,0,0,0,0,0,0 +622110,171,17089,6314,5,0,0,0,0,0,0,0,0 +623110,171,17089,2042,24,0,16,6,0,0,0,0,0 +623210,171,17089,256,42,39,3,0,0,0,0,0,0 +623220,171,17089,0,3,0,0,0,0,0,0,0,0 +623311,171,17089,914,10,0,4,0,0,0,0,0,0 +623312,171,17089,605,15,7,3,0,0,0,0,0,0 +624110,171,17089,192,13,7,4,0,0,0,0,0,0 +624120,171,17089,401,22,12,6,0,0,0,0,0,0 +624190,171,17089,410,41,36,4,0,0,0,0,0,0 +624210,171,17089,143,4,0,0,0,0,0,0,0,0 +624221,171,17089,197,5,0,3,0,0,0,0,0,0 +624229,171,17089,46,5,0,0,0,0,0,0,0,0 +624310,171,17089,0,6,0,0,0,0,0,0,0,0 +624410,171,17089,1243,88,60,28,0,0,0,0,0,0 +711130,171,17089,102,8,5,0,0,0,0,0,0,0 +711219,171,17089,8,5,5,0,0,0,0,0,0,0 +711310,171,17089,5,3,0,0,0,0,0,0,0,0 +711320,171,17089,33,9,6,0,0,0,0,0,0,0 +711510,171,17089,76,15,14,0,0,0,0,0,0,0 +712110,171,17089,43,9,6,0,0,0,0,0,0,0 +712120,171,17089,0,3,0,0,0,0,0,0,0,0 +713120,171,17089,113,10,7,0,0,0,0,0,0,0 +713290,171,17089,27,9,7,0,0,0,0,0,0,0 +713910,171,17089,463,18,11,5,0,0,0,0,0,0 +713940,171,17089,849,58,45,11,0,0,0,0,0,0 +713950,171,17089,149,6,0,0,0,0,0,0,0,0 +713990,171,17089,332,31,22,5,0,0,0,0,0,0 +721110,171,17089,1288,33,17,12,0,0,0,0,0,0 +721214,171,17089,0,3,3,0,0,0,0,0,0,0 +722310,171,17089,1126,41,27,13,0,0,0,0,0,0 +722320,171,17089,185,17,10,4,0,0,0,0,0,0 +722410,171,17089,484,60,55,4,0,0,0,0,0,0 +722511,171,17089,8098,365,207,152,6,0,0,0,0,0 +722513,171,17089,5986,343,224,116,3,0,0,0,0,0 +722514,171,17089,108,5,0,0,0,0,0,0,0,0 +722515,171,17089,1276,84,61,23,0,0,0,0,0,0 +811111,171,17089,520,160,159,0,0,0,0,0,0,0 +811112,171,17089,19,5,3,0,0,0,0,0,0,0 +811113,171,17089,11,5,5,0,0,0,0,0,0,0 +811118,171,17089,20,8,6,0,0,0,0,0,0,0 +811121,171,17089,350,58,57,0,0,0,0,0,0,0 +811122,171,17089,15,9,9,0,0,0,0,0,0,0 +811191,171,17089,134,14,8,0,0,0,0,0,0,0 +811192,171,17089,242,36,32,4,0,0,0,0,0,0 +811211,171,17089,0,7,4,0,0,0,0,0,0,0 +811212,171,17089,20,9,7,0,0,0,0,0,0,0 +811213,171,17089,0,5,0,0,0,0,0,0,0,0 +811219,171,17089,11,6,5,0,0,0,0,0,0,0 +811310,171,17089,524,56,51,0,0,0,0,0,0,0 +811411,171,17089,15,7,5,0,0,0,0,0,0,0 +811412,171,17089,27,9,7,0,0,0,0,0,0,0 +811420,171,17089,12,7,7,0,0,0,0,0,0,0 +811490,171,17089,0,11,8,0,0,0,0,0,0,0 +812111,171,17089,24,7,5,0,0,0,0,0,0,0 +812112,171,17089,946,153,142,10,0,0,0,0,0,0 +812113,171,17089,45,21,21,0,0,0,0,0,0,0 +812191,171,17089,0,4,0,3,0,0,0,0,0,0 +812199,171,17089,172,33,29,3,0,0,0,0,0,0 +812210,171,17089,93,17,17,0,0,0,0,0,0,0 +812220,171,17089,35,9,8,0,0,0,0,0,0,0 +812310,171,17089,101,20,18,0,0,0,0,0,0,0 +812320,171,17089,281,32,27,3,0,0,0,0,0,0 +812910,171,17089,329,38,34,4,0,0,0,0,0,0 +812930,171,17089,80,6,4,0,0,0,0,0,0,0 +812990,171,17089,74,29,27,0,0,0,0,0,0,0 +813110,171,17089,1692,198,180,17,0,0,0,0,0,0 +813211,171,17089,31,13,13,0,0,0,0,0,0,0 +813212,171,17089,0,3,0,0,0,0,0,0,0,0 +813219,171,17089,20,8,6,0,0,0,0,0,0,0 +813312,171,17089,75,5,3,0,0,0,0,0,0,0 +813319,171,17089,15,4,0,0,0,0,0,0,0,0 +813410,171,17089,808,41,33,5,0,0,0,0,0,0 +813910,171,17089,89,22,21,0,0,0,0,0,0,0 +813920,171,17089,70,10,8,0,0,0,0,0,0,0 +813930,171,17089,215,32,32,0,0,0,0,0,0,0 +813990,171,17089,134,15,8,4,0,0,0,0,0,0 +212312,171,17091,0,4,0,0,0,0,0,0,0,0 +236115,171,17091,9,7,7,0,0,0,0,0,0,0 +236117,171,17091,7,3,3,0,0,0,0,0,0,0 +236118,171,17091,59,30,30,0,0,0,0,0,0,0 +236220,171,17091,56,11,7,0,0,0,0,0,0,0 +237310,171,17091,93,5,0,0,0,0,0,0,0,0 +237990,171,17091,4,3,3,0,0,0,0,0,0,0 +238110,171,17091,53,10,9,0,0,0,0,0,0,0 +238140,171,17091,14,6,5,0,0,0,0,0,0,0 +238160,171,17091,32,5,4,0,0,0,0,0,0,0 +238170,171,17091,13,6,6,0,0,0,0,0,0,0 +238190,171,17091,57,4,0,0,0,0,0,0,0,0 +238210,171,17091,133,17,16,0,0,0,0,0,0,0 +238220,171,17091,205,29,25,0,0,0,0,0,0,0 +238290,171,17091,0,4,0,0,0,0,0,0,0,0 +238310,171,17091,7,4,4,0,0,0,0,0,0,0 +238320,171,17091,49,10,8,0,0,0,0,0,0,0 +238330,171,17091,10,8,8,0,0,0,0,0,0,0 +238350,171,17091,37,9,8,0,0,0,0,0,0,0 +238390,171,17091,0,3,0,0,0,0,0,0,0,0 +238910,171,17091,78,14,12,0,0,0,0,0,0,0 +238990,171,17091,17,9,9,0,0,0,0,0,0,0 +311423,171,17091,0,3,0,0,0,0,0,0,0,0 +321920,171,17091,0,3,0,0,0,0,0,0,0,0 +323111,171,17091,32,6,3,0,0,0,0,0,0,0 +326199,171,17091,473,5,0,0,0,0,0,0,0,0 +327320,171,17091,21,3,0,0,0,0,0,0,0,0 +332312,171,17091,95,4,0,0,0,0,0,0,0,0 +332710,171,17091,131,16,13,0,0,0,0,0,0,0 +332999,171,17091,22,3,0,0,0,0,0,0,0,0 +423110,171,17091,249,7,0,0,0,0,0,0,0,0 +423120,171,17091,0,4,3,0,0,0,0,0,0,0 +423420,171,17091,0,4,3,0,0,0,0,0,0,0 +423510,171,17091,124,6,3,0,0,0,0,0,0,0 +423610,171,17091,41,4,0,0,0,0,0,0,0,0 +423710,171,17091,8,3,3,0,0,0,0,0,0,0 +423720,171,17091,9,3,0,0,0,0,0,0,0,0 +423820,171,17091,188,9,3,0,0,0,0,0,0,0 +423840,171,17091,45,5,3,0,0,0,0,0,0,0 +423910,171,17091,0,3,0,0,0,0,0,0,0,0 +423930,171,17091,57,6,3,0,0,0,0,0,0,0 +424120,171,17091,9,3,3,0,0,0,0,0,0,0 +424210,171,17091,135,6,0,0,0,0,0,0,0,0 +424480,171,17091,16,3,0,0,0,0,0,0,0,0 +424490,171,17091,118,6,3,0,0,0,0,0,0,0 +424510,171,17091,61,10,8,0,0,0,0,0,0,0 +424690,171,17091,17,3,0,0,0,0,0,0,0,0 +424910,171,17091,106,5,0,0,0,0,0,0,0,0 +425120,171,17091,25,10,8,0,0,0,0,0,0,0 +441110,171,17091,524,14,0,9,0,0,0,0,0,0 +441120,171,17091,20,10,8,0,0,0,0,0,0,0 +441228,171,17091,0,3,0,0,0,0,0,0,0,0 +441310,171,17091,179,20,19,0,0,0,0,0,0,0 +441320,171,17091,34,5,0,0,0,0,0,0,0,0 +442110,171,17091,57,10,9,0,0,0,0,0,0,0 +442210,171,17091,0,3,0,0,0,0,0,0,0,0 +443141,171,17091,0,3,0,0,0,0,0,0,0,0 +443142,171,17091,120,13,10,0,0,0,0,0,0,0 +444130,171,17091,76,6,0,0,0,0,0,0,0,0 +444190,171,17091,138,9,6,3,0,0,0,0,0,0 +444220,171,17091,32,6,4,0,0,0,0,0,0,0 +445110,171,17091,982,20,8,5,3,0,0,0,0,0 +445292,171,17091,12,3,0,0,0,0,0,0,0,0 +445310,171,17091,38,12,10,0,0,0,0,0,0,0 +446110,171,17091,171,10,6,3,0,0,0,0,0,0 +446120,171,17091,75,6,0,0,0,0,0,0,0,0 +446130,171,17091,51,5,0,0,0,0,0,0,0,0 +446191,171,17091,21,3,0,0,0,0,0,0,0,0 +446199,171,17091,19,4,3,0,0,0,0,0,0,0 +447110,171,17091,445,42,38,4,0,0,0,0,0,0 +447190,171,17091,0,3,0,0,0,0,0,0,0,0 +448120,171,17091,53,6,3,0,0,0,0,0,0,0 +448140,171,17091,165,8,0,3,0,0,0,0,0,0 +448210,171,17091,55,6,3,0,0,0,0,0,0,0 +448310,171,17091,39,7,6,0,0,0,0,0,0,0 +451110,171,17091,51,5,3,0,0,0,0,0,0,0 +451120,171,17091,49,4,0,0,0,0,0,0,0,0 +451211,171,17091,0,3,0,0,0,0,0,0,0,0 +452210,171,17091,276,3,0,0,0,0,0,0,0,0 +452311,171,17091,0,3,0,0,0,0,0,0,0,0 +452319,171,17091,255,18,13,3,0,0,0,0,0,0 +453220,171,17091,51,5,3,0,0,0,0,0,0,0 +453310,171,17091,196,12,6,3,0,0,0,0,0,0 +453910,171,17091,0,3,0,0,0,0,0,0,0,0 +453991,171,17091,7,4,4,0,0,0,0,0,0,0 +453998,171,17091,32,11,11,0,0,0,0,0,0,0 +454110,171,17091,23,4,0,0,0,0,0,0,0,0 +454310,171,17091,22,4,3,0,0,0,0,0,0,0 +454390,171,17091,80,17,15,0,0,0,0,0,0,0 +484110,171,17091,83,20,18,0,0,0,0,0,0,0 +484121,171,17091,376,29,26,0,0,0,0,0,0,0 +484122,171,17091,150,7,3,0,0,0,0,0,0,0 +484220,171,17091,95,14,12,0,0,0,0,0,0,0 +484230,171,17091,245,8,3,0,0,0,0,0,0,0 +485410,171,17091,178,4,0,0,0,0,0,0,0,0 +488410,171,17091,22,4,0,0,0,0,0,0,0,0 +488510,171,17091,41,4,3,0,0,0,0,0,0,0 +492110,171,17091,347,14,8,0,0,0,0,0,0,0 +493110,171,17091,0,5,3,0,0,0,0,0,0,0 +511110,171,17091,284,7,3,0,0,0,0,0,0,0 +512131,171,17091,0,3,0,0,0,0,0,0,0,0 +517311,171,17091,141,9,5,3,0,0,0,0,0,0 +517312,171,17091,43,4,0,0,0,0,0,0,0,0 +517911,171,17091,0,3,3,0,0,0,0,0,0,0 +522110,171,17091,385,34,28,6,0,0,0,0,0,0 +522130,171,17091,85,10,7,0,0,0,0,0,0,0 +522291,171,17091,44,13,13,0,0,0,0,0,0,0 +522298,171,17091,0,4,3,0,0,0,0,0,0,0 +522320,171,17091,3,3,3,0,0,0,0,0,0,0 +522390,171,17091,22,10,9,0,0,0,0,0,0,0 +523120,171,17091,0,3,0,0,0,0,0,0,0,0 +523920,171,17091,0,5,4,0,0,0,0,0,0,0 +523930,171,17091,0,3,3,0,0,0,0,0,0,0 +524210,171,17091,144,45,43,0,0,0,0,0,0,0 +531110,171,17091,32,10,8,0,0,0,0,0,0,0 +531120,171,17091,34,6,4,0,0,0,0,0,0,0 +531130,171,17091,6,4,3,0,0,0,0,0,0,0 +531190,171,17091,24,6,4,0,0,0,0,0,0,0 +531210,171,17091,33,23,21,0,0,0,0,0,0,0 +531311,171,17091,10,7,7,0,0,0,0,0,0,0 +531320,171,17091,11,7,7,0,0,0,0,0,0,0 +532210,171,17091,0,3,3,0,0,0,0,0,0,0 +532282,171,17091,0,3,0,0,0,0,0,0,0,0 +532490,171,17091,65,4,0,0,0,0,0,0,0,0 +541110,171,17091,68,30,29,0,0,0,0,0,0,0 +541191,171,17091,26,3,0,0,0,0,0,0,0,0 +541211,171,17091,85,17,17,0,0,0,0,0,0,0 +541213,171,17091,17,4,0,0,0,0,0,0,0,0 +541219,171,17091,72,13,11,0,0,0,0,0,0,0 +541310,171,17091,11,4,3,0,0,0,0,0,0,0 +541330,171,17091,76,8,3,0,0,0,0,0,0,0 +541430,171,17091,10,5,5,0,0,0,0,0,0,0 +541511,171,17091,0,4,0,0,0,0,0,0,0,0 +541611,171,17091,76,11,7,0,0,0,0,0,0,0 +541690,171,17091,0,3,0,0,0,0,0,0,0,0 +541890,171,17091,11,3,0,0,0,0,0,0,0,0 +541921,171,17091,12,6,5,0,0,0,0,0,0,0 +541940,171,17091,74,7,6,0,0,0,0,0,0,0 +541990,171,17091,0,6,5,0,0,0,0,0,0,0 +551114,171,17091,242,14,9,0,0,0,0,0,0,0 +561110,171,17091,209,12,7,0,0,0,0,0,0,0 +561320,171,17091,356,9,3,0,0,0,0,0,0,0 +561510,171,17091,7,3,3,0,0,0,0,0,0,0 +561710,171,17091,26,8,6,0,0,0,0,0,0,0 +561720,171,17091,161,15,10,3,0,0,0,0,0,0 +561730,171,17091,53,29,27,0,0,0,0,0,0,0 +561790,171,17091,6,3,0,0,0,0,0,0,0,0 +561990,171,17091,7,4,4,0,0,0,0,0,0,0 +562111,171,17091,40,4,0,0,0,0,0,0,0,0 +611110,171,17091,197,7,0,0,0,0,0,0,0,0 +611310,171,17091,0,3,0,0,0,0,0,0,0,0 +611610,171,17091,41,4,3,0,0,0,0,0,0,0 +611620,171,17091,26,4,0,0,0,0,0,0,0,0 +621111,171,17091,631,67,60,6,0,0,0,0,0,0 +621210,171,17091,228,34,33,0,0,0,0,0,0,0 +621310,171,17091,62,14,12,0,0,0,0,0,0,0 +621320,171,17091,23,3,0,0,0,0,0,0,0,0 +621330,171,17091,5,6,6,0,0,0,0,0,0,0 +621340,171,17091,85,18,16,0,0,0,0,0,0,0 +621391,171,17091,22,6,4,0,0,0,0,0,0,0 +621399,171,17091,7,5,5,0,0,0,0,0,0,0 +621420,171,17091,50,6,3,0,0,0,0,0,0,0 +621498,171,17091,51,9,6,0,0,0,0,0,0,0 +621610,171,17091,240,4,0,0,0,0,0,0,0,0 +621910,171,17091,0,3,0,0,0,0,0,0,0,0 +623110,171,17091,908,10,0,8,0,0,0,0,0,0 +623210,171,17091,680,29,27,0,0,0,0,0,0,0 +623312,171,17091,134,5,0,0,0,0,0,0,0,0 +624110,171,17091,0,4,0,0,0,0,0,0,0,0 +624120,171,17091,890,10,3,0,0,0,0,0,0,0 +624190,171,17091,135,14,12,0,0,0,0,0,0,0 +624410,171,17091,259,20,14,3,0,0,0,0,0,0 +712110,171,17091,11,3,0,0,0,0,0,0,0,0 +713910,171,17091,33,7,5,0,0,0,0,0,0,0 +713940,171,17091,281,12,8,0,0,0,0,0,0,0 +713990,171,17091,40,6,6,0,0,0,0,0,0,0 +721110,171,17091,191,14,9,0,0,0,0,0,0,0 +722310,171,17091,259,17,15,0,0,0,0,0,0,0 +722410,171,17091,156,34,34,0,0,0,0,0,0,0 +722511,171,17091,1738,74,43,31,0,0,0,0,0,0 +722513,171,17091,1530,80,47,33,0,0,0,0,0,0 +722515,171,17091,235,18,13,5,0,0,0,0,0,0 +811111,171,17091,138,39,38,0,0,0,0,0,0,0 +811113,171,17091,0,3,0,0,0,0,0,0,0,0 +811118,171,17091,9,3,0,0,0,0,0,0,0,0 +811121,171,17091,131,20,19,0,0,0,0,0,0,0 +811192,171,17091,60,10,8,0,0,0,0,0,0,0 +811310,171,17091,42,8,5,0,0,0,0,0,0,0 +811490,171,17091,9,5,5,0,0,0,0,0,0,0 +812112,171,17091,93,18,16,0,0,0,0,0,0,0 +812113,171,17091,10,7,7,0,0,0,0,0,0,0 +812199,171,17091,10,3,0,0,0,0,0,0,0,0 +812210,171,17091,43,8,5,0,0,0,0,0,0,0 +812310,171,17091,33,7,7,0,0,0,0,0,0,0 +812320,171,17091,0,3,0,0,0,0,0,0,0,0 +812910,171,17091,24,5,3,0,0,0,0,0,0,0 +812990,171,17091,0,4,0,0,0,0,0,0,0,0 +813110,171,17091,494,79,75,4,0,0,0,0,0,0 +813410,171,17091,29,6,4,0,0,0,0,0,0,0 +813910,171,17091,10,4,3,0,0,0,0,0,0,0 +813930,171,17091,106,12,11,0,0,0,0,0,0,0 +115210,171,17093,8,3,3,0,0,0,0,0,0,0 +236115,171,17093,46,16,13,0,0,0,0,0,0,0 +236117,171,17093,19,4,0,0,0,0,0,0,0,0 +236118,171,17093,169,59,56,0,0,0,0,0,0,0 +236220,171,17093,62,12,7,0,0,0,0,0,0,0 +237110,171,17093,51,7,6,0,0,0,0,0,0,0 +238110,171,17093,20,8,7,0,0,0,0,0,0,0 +238130,171,17093,26,9,7,0,0,0,0,0,0,0 +238140,171,17093,14,5,4,0,0,0,0,0,0,0 +238160,171,17093,11,5,5,0,0,0,0,0,0,0 +238170,171,17093,29,5,3,0,0,0,0,0,0,0 +238190,171,17093,12,3,0,0,0,0,0,0,0,0 +238210,171,17093,143,36,36,0,0,0,0,0,0,0 +238220,171,17093,179,43,39,0,0,0,0,0,0,0 +238310,171,17093,100,11,7,0,0,0,0,0,0,0 +238320,171,17093,40,12,10,0,0,0,0,0,0,0 +238330,171,17093,3,4,4,0,0,0,0,0,0,0 +238350,171,17093,56,21,19,0,0,0,0,0,0,0 +238390,171,17093,38,9,6,0,0,0,0,0,0,0 +238910,171,17093,191,15,12,0,0,0,0,0,0,0 +238990,171,17093,71,21,20,0,0,0,0,0,0,0 +321920,171,17093,46,3,0,0,0,0,0,0,0,0 +323111,171,17093,0,3,0,0,0,0,0,0,0,0 +326160,171,17093,40,3,0,0,0,0,0,0,0,0 +326199,171,17093,598,8,0,0,3,0,0,0,0,0 +332710,171,17093,26,6,5,0,0,0,0,0,0,0 +423110,171,17093,23,3,0,0,0,0,0,0,0,0 +423120,171,17093,0,3,0,0,0,0,0,0,0,0 +423420,171,17093,0,4,4,0,0,0,0,0,0,0 +423830,171,17093,54,8,5,0,0,0,0,0,0,0 +424120,171,17093,0,3,3,0,0,0,0,0,0,0 +424130,171,17093,13,3,0,0,0,0,0,0,0,0 +424490,171,17093,3,3,3,0,0,0,0,0,0,0 +424510,171,17093,0,3,0,0,0,0,0,0,0,0 +424910,171,17093,53,6,3,0,0,0,0,0,0,0 +425120,171,17093,54,19,16,0,0,0,0,0,0,0 +441110,171,17093,273,6,0,4,0,0,0,0,0,0 +441310,171,17093,76,10,10,0,0,0,0,0,0,0 +441320,171,17093,50,6,4,0,0,0,0,0,0,0 +442110,171,17093,11,3,0,0,0,0,0,0,0,0 +442299,171,17093,53,5,3,0,0,0,0,0,0,0 +443142,171,17093,98,6,3,0,0,0,0,0,0,0 +444110,171,17093,0,4,0,0,4,0,0,0,0,0 +444120,171,17093,0,3,3,0,0,0,0,0,0,0 +444190,171,17093,14,8,7,0,0,0,0,0,0,0 +444220,171,17093,32,6,3,0,0,0,0,0,0,0 +445110,171,17093,0,9,3,0,0,0,0,0,0,0 +445120,171,17093,17,3,0,0,0,0,0,0,0,0 +445310,171,17093,49,12,10,0,0,0,0,0,0,0 +446110,171,17093,0,10,0,6,0,0,0,0,0,0 +446120,171,17093,0,3,0,0,0,0,0,0,0,0 +446130,171,17093,23,3,0,0,0,0,0,0,0,0 +446191,171,17093,23,4,3,0,0,0,0,0,0,0 +447110,171,17093,234,25,23,0,0,0,0,0,0,0 +448120,171,17093,0,5,3,0,0,0,0,0,0,0 +448130,171,17093,36,3,3,0,0,0,0,0,0,0 +448140,171,17093,210,6,0,4,0,0,0,0,0,0 +448210,171,17093,47,7,3,0,0,0,0,0,0,0 +448310,171,17093,0,3,0,0,0,0,0,0,0,0 +451110,171,17093,94,6,3,0,0,0,0,0,0,0 +451120,171,17093,0,3,0,0,0,0,0,0,0,0 +452210,171,17093,0,3,0,3,0,0,0,0,0,0 +452311,171,17093,1525,7,0,0,3,4,0,0,0,0 +452319,171,17093,219,9,5,0,0,0,0,0,0,0 +453110,171,17093,11,3,0,0,0,0,0,0,0,0 +453210,171,17093,0,3,0,0,0,0,0,0,0,0 +453220,171,17093,36,4,0,0,0,0,0,0,0,0 +453310,171,17093,0,3,0,0,0,0,0,0,0,0 +453910,171,17093,124,5,0,3,0,0,0,0,0,0 +453991,171,17093,14,5,4,0,0,0,0,0,0,0 +453998,171,17093,11,4,3,0,0,0,0,0,0,0 +454110,171,17093,151,8,5,0,0,0,0,0,0,0 +454390,171,17093,21,10,9,0,0,0,0,0,0,0 +484110,171,17093,120,45,43,0,0,0,0,0,0,0 +484121,171,17093,1122,37,31,0,0,0,0,0,0,0 +484122,171,17093,147,6,3,0,0,0,0,0,0,0 +484210,171,17093,0,3,0,0,0,0,0,0,0,0 +484220,171,17093,76,27,24,0,0,0,0,0,0,0 +484230,171,17093,52,12,10,0,0,0,0,0,0,0 +485991,171,17093,0,3,0,0,0,0,0,0,0,0 +488410,171,17093,2,3,3,0,0,0,0,0,0,0 +492110,171,17093,31,4,0,0,0,0,0,0,0,0 +492210,171,17093,4,3,3,0,0,0,0,0,0,0 +493110,171,17093,0,4,0,0,0,0,0,0,0,0 +517311,171,17093,29,9,8,0,0,0,0,0,0,0 +517312,171,17093,57,5,3,0,0,0,0,0,0,0 +518210,171,17093,10,3,0,0,0,0,0,0,0,0 +519130,171,17093,6,3,0,0,0,0,0,0,0,0 +522110,171,17093,305,35,33,0,0,0,0,0,0,0 +522130,171,17093,25,6,3,0,0,0,0,0,0,0 +522291,171,17093,15,3,0,0,0,0,0,0,0,0 +522292,171,17093,0,3,0,0,0,0,0,0,0,0 +522298,171,17093,7,3,3,0,0,0,0,0,0,0 +522390,171,17093,11,4,3,0,0,0,0,0,0,0 +523920,171,17093,0,7,7,0,0,0,0,0,0,0 +524210,171,17093,120,42,41,0,0,0,0,0,0,0 +531110,171,17093,38,13,11,0,0,0,0,0,0,0 +531210,171,17093,37,32,32,0,0,0,0,0,0,0 +531311,171,17093,21,6,6,0,0,0,0,0,0,0 +531312,171,17093,10,3,3,0,0,0,0,0,0,0 +531320,171,17093,6,7,7,0,0,0,0,0,0,0 +531390,171,17093,3,6,6,0,0,0,0,0,0,0 +541110,171,17093,62,19,19,0,0,0,0,0,0,0 +541191,171,17093,0,3,0,0,0,0,0,0,0,0 +541211,171,17093,14,7,5,0,0,0,0,0,0,0 +541213,171,17093,40,5,4,0,0,0,0,0,0,0 +541219,171,17093,31,7,4,0,0,0,0,0,0,0 +541310,171,17093,6,5,5,0,0,0,0,0,0,0 +541320,171,17093,24,4,3,0,0,0,0,0,0,0 +541330,171,17093,56,11,9,0,0,0,0,0,0,0 +541350,171,17093,13,3,3,0,0,0,0,0,0,0 +541370,171,17093,31,6,3,0,0,0,0,0,0,0 +541430,171,17093,12,4,4,0,0,0,0,0,0,0 +541511,171,17093,72,24,22,0,0,0,0,0,0,0 +541512,171,17093,49,22,21,0,0,0,0,0,0,0 +541513,171,17093,6,5,5,0,0,0,0,0,0,0 +541519,171,17093,3,5,5,0,0,0,0,0,0,0 +541611,171,17093,20,18,17,0,0,0,0,0,0,0 +541612,171,17093,6,5,5,0,0,0,0,0,0,0 +541613,171,17093,15,9,9,0,0,0,0,0,0,0 +541614,171,17093,2,4,4,0,0,0,0,0,0,0 +541620,171,17093,0,3,0,0,0,0,0,0,0,0 +541690,171,17093,12,8,7,0,0,0,0,0,0,0 +541810,171,17093,8,5,5,0,0,0,0,0,0,0 +541820,171,17093,3,3,3,0,0,0,0,0,0,0 +541890,171,17093,29,5,3,0,0,0,0,0,0,0 +541921,171,17093,7,4,3,0,0,0,0,0,0,0 +541940,171,17093,221,9,0,0,0,0,0,0,0,0 +541990,171,17093,3,6,6,0,0,0,0,0,0,0 +551114,171,17093,5,4,4,0,0,0,0,0,0,0 +561110,171,17093,24,8,6,0,0,0,0,0,0,0 +561320,171,17093,543,8,0,3,0,0,0,0,0,0 +561510,171,17093,20,9,7,0,0,0,0,0,0,0 +561710,171,17093,16,4,3,0,0,0,0,0,0,0 +561720,171,17093,83,21,20,0,0,0,0,0,0,0 +561730,171,17093,256,59,55,4,0,0,0,0,0,0 +561740,171,17093,5,6,6,0,0,0,0,0,0,0 +561790,171,17093,27,9,7,0,0,0,0,0,0,0 +561990,171,17093,21,6,4,0,0,0,0,0,0,0 +611110,171,17093,204,8,0,0,0,0,0,0,0,0 +611610,171,17093,64,5,4,0,0,0,0,0,0,0 +611620,171,17093,58,8,7,0,0,0,0,0,0,0 +621111,171,17093,295,26,23,0,0,0,0,0,0,0 +621210,171,17093,245,35,34,0,0,0,0,0,0,0 +621310,171,17093,65,16,14,0,0,0,0,0,0,0 +621320,171,17093,99,11,6,0,0,0,0,0,0,0 +621330,171,17093,6,5,5,0,0,0,0,0,0,0 +621340,171,17093,70,20,18,0,0,0,0,0,0,0 +621391,171,17093,0,4,3,0,0,0,0,0,0,0 +621399,171,17093,5,4,4,0,0,0,0,0,0,0 +621610,171,17093,21,5,4,0,0,0,0,0,0,0 +621910,171,17093,0,3,0,0,0,0,0,0,0,0 +623210,171,17093,43,8,7,0,0,0,0,0,0,0 +624120,171,17093,108,6,3,0,0,0,0,0,0,0 +624190,171,17093,8,3,3,0,0,0,0,0,0,0 +624410,171,17093,222,18,10,6,0,0,0,0,0,0 +711510,171,17093,2,3,3,0,0,0,0,0,0,0 +713120,171,17093,0,3,0,0,0,0,0,0,0,0 +713910,171,17093,58,3,0,0,0,0,0,0,0,0 +713940,171,17093,389,17,14,0,0,0,0,0,0,0 +713990,171,17093,22,7,5,0,0,0,0,0,0,0 +721110,171,17093,100,7,0,3,0,0,0,0,0,0 +722310,171,17093,0,7,4,0,0,0,0,0,0,0 +722320,171,17093,14,3,0,0,0,0,0,0,0,0 +722410,171,17093,38,12,12,0,0,0,0,0,0,0 +722511,171,17093,1347,66,44,21,0,0,0,0,0,0 +722513,171,17093,1612,78,46,31,0,0,0,0,0,0 +722515,171,17093,249,15,12,0,0,0,0,0,0,0 +811111,171,17093,94,30,29,0,0,0,0,0,0,0 +811121,171,17093,67,16,12,0,0,0,0,0,0,0 +811192,171,17093,53,6,3,0,0,0,0,0,0,0 +811310,171,17093,62,14,13,0,0,0,0,0,0,0 +812112,171,17093,161,35,35,0,0,0,0,0,0,0 +812113,171,17093,23,6,4,0,0,0,0,0,0,0 +812199,171,17093,82,9,7,0,0,0,0,0,0,0 +812210,171,17093,22,4,0,0,0,0,0,0,0,0 +812310,171,17093,10,4,3,0,0,0,0,0,0,0 +812320,171,17093,31,7,4,0,0,0,0,0,0,0 +812910,171,17093,61,14,12,0,0,0,0,0,0,0 +812990,171,17093,6,6,6,0,0,0,0,0,0,0 +813110,171,17093,349,38,33,4,0,0,0,0,0,0 +813410,171,17093,26,5,0,0,0,0,0,0,0,0 +813910,171,17093,7,4,4,0,0,0,0,0,0,0 +813990,171,17093,26,8,6,0,0,0,0,0,0,0 +115210,171,17097,78,28,27,0,0,0,0,0,0,0 +221112,171,17097,145,3,0,0,0,0,0,0,0,0 +221122,171,17097,0,3,0,0,0,0,0,0,0,0 +221210,171,17097,0,6,3,0,0,0,0,0,0,0 +221310,171,17097,13,3,0,0,0,0,0,0,0,0 +236115,171,17097,144,88,87,0,0,0,0,0,0,0 +236116,171,17097,29,13,11,0,0,0,0,0,0,0 +236117,171,17097,174,32,31,0,0,0,0,0,0,0 +236118,171,17097,1155,408,403,4,0,0,0,0,0,0 +236210,171,17097,314,9,6,0,0,0,0,0,0,0 +236220,171,17097,594,62,54,8,0,0,0,0,0,0 +237110,171,17097,267,30,26,4,0,0,0,0,0,0 +237130,171,17097,34,7,5,0,0,0,0,0,0,0 +237210,171,17097,12,8,6,0,0,0,0,0,0,0 +237310,171,17097,145,12,6,0,0,0,0,0,0,0 +237990,171,17097,9,7,7,0,0,0,0,0,0,0 +238110,171,17097,117,31,28,0,0,0,0,0,0,0 +238120,171,17097,32,6,3,0,0,0,0,0,0,0 +238130,171,17097,121,23,22,0,0,0,0,0,0,0 +238140,171,17097,460,65,60,3,0,0,0,0,0,0 +238150,171,17097,172,26,23,3,0,0,0,0,0,0 +238160,171,17097,328,69,65,4,0,0,0,0,0,0 +238170,171,17097,112,23,21,0,0,0,0,0,0,0 +238190,171,17097,93,13,9,0,0,0,0,0,0,0 +238210,171,17097,2055,208,193,12,0,0,0,0,0,0 +238220,171,17097,1945,278,262,11,3,0,0,0,0,0 +238290,171,17097,136,18,14,0,0,0,0,0,0,0 +238310,171,17097,537,38,33,0,0,0,0,0,0,0 +238320,171,17097,339,130,129,0,0,0,0,0,0,0 +238330,171,17097,172,51,50,0,0,0,0,0,0,0 +238340,171,17097,211,23,18,0,0,0,0,0,0,0 +238350,171,17097,593,106,102,0,0,0,0,0,0,0 +238390,171,17097,177,18,15,0,0,0,0,0,0,0 +238910,171,17097,434,61,58,0,0,0,0,0,0,0 +238990,171,17097,437,107,100,7,0,0,0,0,0,0 +311352,171,17097,161,5,3,0,0,0,0,0,0,0 +311421,171,17097,6,3,3,0,0,0,0,0,0,0 +311612,171,17097,0,4,0,0,0,0,0,0,0,0 +311811,171,17097,157,23,21,0,0,0,0,0,0,0 +311812,171,17097,15,6,5,0,0,0,0,0,0,0 +311821,171,17097,106,5,0,3,0,0,0,0,0,0 +311919,171,17097,11,3,0,0,0,0,0,0,0,0 +311942,171,17097,198,4,0,0,0,0,0,0,0,0 +312120,171,17097,27,9,9,0,0,0,0,0,0,0 +314120,171,17097,0,9,5,0,0,0,0,0,0,0 +314910,171,17097,80,5,3,0,0,0,0,0,0,0 +314999,171,17097,82,6,0,0,0,0,0,0,0,0 +316998,171,17097,0,3,0,0,0,0,0,0,0,0 +321918,171,17097,26,4,3,0,0,0,0,0,0,0 +321999,171,17097,164,4,0,0,0,0,0,0,0,0 +322212,171,17097,0,3,0,0,0,0,0,0,0,0 +322220,171,17097,0,4,0,0,0,0,0,0,0,0 +323111,171,17097,1593,63,42,15,4,0,0,0,0,0 +323113,171,17097,93,8,4,0,0,0,0,0,0,0 +323120,171,17097,11,3,0,0,0,0,0,0,0,0 +324121,171,17097,0,3,0,0,0,0,0,0,0,0 +325199,171,17097,0,3,0,0,0,0,0,0,0,0 +325412,171,17097,0,9,0,0,0,0,0,0,0,0 +325510,171,17097,195,5,0,0,0,0,0,0,0,0 +325520,171,17097,58,4,0,0,0,0,0,0,0,0 +325611,171,17097,0,5,0,0,0,0,0,0,0,0 +325612,171,17097,46,3,0,0,0,0,0,0,0,0 +325620,171,17097,241,5,0,0,0,0,0,0,0,0 +325991,171,17097,0,3,0,0,0,0,0,0,0,0 +325998,171,17097,0,3,0,0,0,0,0,0,0,0 +326113,171,17097,0,3,0,0,0,0,0,0,0,0 +326121,171,17097,0,4,0,0,0,0,0,0,0,0 +326199,171,17097,1849,38,15,16,6,0,0,0,0,0 +327320,171,17097,47,6,3,0,0,0,0,0,0,0 +327910,171,17097,23,4,0,0,0,0,0,0,0,0 +327991,171,17097,34,5,3,0,0,0,0,0,0,0 +332119,171,17097,527,7,0,0,0,0,0,0,0,0 +332216,171,17097,56,5,4,0,0,0,0,0,0,0 +332312,171,17097,152,8,3,0,0,0,0,0,0,0 +332313,171,17097,0,4,3,0,0,0,0,0,0,0 +332321,171,17097,103,3,0,0,0,0,0,0,0,0 +332322,171,17097,360,9,3,0,0,0,0,0,0,0 +332323,171,17097,39,6,4,0,0,0,0,0,0,0 +332510,171,17097,321,4,0,0,0,0,0,0,0,0 +332710,171,17097,262,38,34,4,0,0,0,0,0,0 +332721,171,17097,858,19,8,4,3,0,0,0,0,0 +332722,171,17097,215,4,0,0,0,0,0,0,0,0 +332812,171,17097,7,4,4,0,0,0,0,0,0,0 +332813,171,17097,59,5,0,0,0,0,0,0,0,0 +332911,171,17097,39,3,0,0,0,0,0,0,0,0 +332912,171,17097,0,4,0,0,0,0,0,0,0,0 +332999,171,17097,482,9,3,3,0,0,0,0,0,0 +333241,171,17097,0,3,0,0,0,0,0,0,0,0 +333244,171,17097,61,5,0,0,0,0,0,0,0,0 +333249,171,17097,158,9,4,0,0,0,0,0,0,0 +333318,171,17097,277,8,3,0,0,0,0,0,0,0 +333415,171,17097,0,3,0,0,0,0,0,0,0,0 +333511,171,17097,263,8,0,0,0,0,0,0,0,0 +333514,171,17097,93,10,8,0,0,0,0,0,0,0 +333515,171,17097,199,9,7,0,0,0,0,0,0,0 +333517,171,17097,0,5,0,0,0,0,0,0,0,0 +333519,171,17097,81,5,0,0,0,0,0,0,0,0 +333912,171,17097,0,4,0,0,0,0,0,0,0,0 +333922,171,17097,38,3,0,0,0,0,0,0,0,0 +333924,171,17097,68,4,0,0,0,0,0,0,0,0 +333993,171,17097,0,3,0,0,0,0,0,0,0,0 +333999,171,17097,75,7,0,0,0,0,0,0,0,0 +334118,171,17097,26,3,0,0,0,0,0,0,0,0 +334290,171,17097,36,3,0,0,0,0,0,0,0,0 +334418,171,17097,784,7,0,3,0,0,0,0,0,0 +334419,171,17097,0,4,0,0,0,0,0,0,0,0 +334510,171,17097,46,3,0,0,0,0,0,0,0,0 +334512,171,17097,0,4,0,0,0,0,0,0,0,0 +334513,171,17097,0,3,0,0,0,0,0,0,0,0 +334515,171,17097,316,6,0,0,0,0,0,0,0,0 +334519,171,17097,25,3,0,0,0,0,0,0,0,0 +335122,171,17097,0,3,0,0,0,0,0,0,0,0 +335314,171,17097,130,4,0,0,0,0,0,0,0,0 +335931,171,17097,117,5,0,0,0,0,0,0,0,0 +335999,171,17097,532,6,0,0,3,0,0,0,0,0 +336330,171,17097,35,3,0,0,0,0,0,0,0,0 +336390,171,17097,569,4,0,0,0,0,0,0,0,0 +337110,171,17097,85,12,11,0,0,0,0,0,0,0 +337212,171,17097,67,7,0,0,0,0,0,0,0,0 +337215,171,17097,0,3,0,0,0,0,0,0,0,0 +339112,171,17097,477,8,0,0,0,0,0,0,0,0 +339113,171,17097,458,5,0,0,0,0,0,0,0,0 +339116,171,17097,93,23,21,0,0,0,0,0,0,0 +339910,171,17097,68,8,6,0,0,0,0,0,0,0 +339920,171,17097,18,5,3,0,0,0,0,0,0,0 +339950,171,17097,241,19,12,4,0,0,0,0,0,0 +339991,171,17097,30,3,0,0,0,0,0,0,0,0 +339992,171,17097,6,3,3,0,0,0,0,0,0,0 +339999,171,17097,134,9,8,0,0,0,0,0,0,0 +423110,171,17097,170,8,4,0,0,0,0,0,0,0 +423120,171,17097,507,25,22,0,0,0,0,0,0,0 +423130,171,17097,48,3,0,0,0,0,0,0,0,0 +423140,171,17097,0,3,0,0,0,0,0,0,0,0 +423210,171,17097,452,23,15,4,0,0,0,0,0,0 +423220,171,17097,213,22,19,0,0,0,0,0,0,0 +423310,171,17097,94,14,11,0,0,0,0,0,0,0 +423320,171,17097,0,7,6,0,0,0,0,0,0,0 +423330,171,17097,163,7,0,0,0,0,0,0,0,0 +423390,171,17097,299,11,3,5,0,0,0,0,0,0 +423410,171,17097,29,5,3,0,0,0,0,0,0,0 +423420,171,17097,496,30,27,0,0,0,0,0,0,0 +423430,171,17097,1951,31,18,8,3,0,0,0,0,0 +423440,171,17097,951,16,10,3,0,0,0,0,0,0 +423450,171,17097,6508,63,40,14,5,0,0,0,0,0 +423490,171,17097,491,9,4,0,0,0,0,0,0,0 +423510,171,17097,296,44,41,3,0,0,0,0,0,0 +423610,171,17097,6193,48,35,8,0,0,0,0,0,0 +423620,171,17097,242,14,11,0,0,0,0,0,0,0 +423690,171,17097,2141,47,34,9,0,0,0,0,0,0 +423710,171,17097,777,36,24,7,0,0,0,0,0,0 +423720,171,17097,148,13,11,0,0,0,0,0,0,0 +423730,171,17097,66,13,11,0,0,0,0,0,0,0 +423810,171,17097,152,13,9,0,0,0,0,0,0,0 +423820,171,17097,132,7,4,0,0,0,0,0,0,0 +423830,171,17097,2382,138,110,24,4,0,0,0,0,0 +423840,171,17097,433,30,26,0,0,0,0,0,0,0 +423850,171,17097,73,15,14,0,0,0,0,0,0,0 +423860,171,17097,27,5,0,0,0,0,0,0,0,0 +423910,171,17097,146,17,12,0,0,0,0,0,0,0 +423920,171,17097,186,7,6,0,0,0,0,0,0,0 +423930,171,17097,227,22,19,0,0,0,0,0,0,0 +423940,171,17097,21,11,9,0,0,0,0,0,0,0 +423990,171,17097,320,33,29,0,0,0,0,0,0,0 +424110,171,17097,10,6,6,0,0,0,0,0,0,0 +424120,171,17097,800,20,18,0,0,0,0,0,0,0 +424130,171,17097,311,23,19,0,0,0,0,0,0,0 +424210,171,17097,9433,37,23,4,0,4,0,0,0,0 +424310,171,17097,38,6,5,0,0,0,0,0,0,0 +424320,171,17097,55,5,3,0,0,0,0,0,0,0 +424330,171,17097,28,7,5,0,0,0,0,0,0,0 +424410,171,17097,31,7,6,0,0,0,0,0,0,0 +424420,171,17097,54,4,0,0,0,0,0,0,0,0 +424430,171,17097,204,6,0,0,0,0,0,0,0,0 +424450,171,17097,61,7,0,0,0,0,0,0,0,0 +424470,171,17097,6,4,4,0,0,0,0,0,0,0 +424480,171,17097,58,10,9,0,0,0,0,0,0,0 +424490,171,17097,899,37,26,6,3,0,0,0,0,0 +424610,171,17097,117,16,13,0,0,0,0,0,0,0 +424690,171,17097,172,23,20,3,0,0,0,0,0,0 +424710,171,17097,36,4,0,0,0,0,0,0,0,0 +424720,171,17097,32,4,3,0,0,0,0,0,0,0 +424820,171,17097,246,9,5,0,0,0,0,0,0,0 +424910,171,17097,289,15,12,0,0,0,0,0,0,0 +424920,171,17097,25,6,5,0,0,0,0,0,0,0 +424930,171,17097,164,12,10,0,0,0,0,0,0,0 +424950,171,17097,0,5,0,0,0,0,0,0,0,0 +424990,171,17097,139,33,31,0,0,0,0,0,0,0 +425120,171,17097,907,194,189,3,0,0,0,0,0,0 +441110,171,17097,3581,58,11,35,9,0,0,0,0,0 +441120,171,17097,260,41,38,3,0,0,0,0,0,0 +441210,171,17097,127,7,3,0,0,0,0,0,0,0 +441222,171,17097,272,20,12,6,0,0,0,0,0,0 +441228,171,17097,77,7,3,0,0,0,0,0,0,0 +441310,171,17097,576,57,55,0,0,0,0,0,0,0 +441320,171,17097,275,22,19,3,0,0,0,0,0,0 +442110,171,17097,390,59,55,4,0,0,0,0,0,0 +442210,171,17097,151,29,26,0,0,0,0,0,0,0 +442291,171,17097,5,5,4,0,0,0,0,0,0,0 +442299,171,17097,653,41,28,13,0,0,0,0,0,0 +443141,171,17097,197,11,6,0,0,0,0,0,0,0 +443142,171,17097,550,45,41,0,3,0,0,0,0,0 +444110,171,17097,1921,17,0,0,13,0,0,0,0,0 +444120,171,17097,98,16,16,0,0,0,0,0,0,0 +444130,171,17097,461,31,21,9,0,0,0,0,0,0 +444190,171,17097,473,52,48,3,0,0,0,0,0,0 +444210,171,17097,68,6,3,0,0,0,0,0,0,0 +444220,171,17097,175,19,18,0,0,0,0,0,0,0 +445110,171,17097,7519,121,69,18,27,7,0,0,0,0 +445120,171,17097,100,20,18,0,0,0,0,0,0,0 +445210,171,17097,68,11,10,0,0,0,0,0,0,0 +445291,171,17097,62,8,4,0,0,0,0,0,0,0 +445292,171,17097,56,13,12,0,0,0,0,0,0,0 +445299,171,17097,64,13,11,0,0,0,0,0,0,0 +445310,171,17097,331,80,77,3,0,0,0,0,0,0 +446110,171,17097,1252,77,43,33,0,0,0,0,0,0 +446120,171,17097,445,38,30,7,0,0,0,0,0,0 +446130,171,17097,308,36,35,0,0,0,0,0,0,0 +446191,171,17097,86,26,25,0,0,0,0,0,0,0 +446199,171,17097,118,14,12,0,0,0,0,0,0,0 +447110,171,17097,1071,172,169,3,0,0,0,0,0,0 +447190,171,17097,171,21,19,0,0,0,0,0,0,0 +448110,171,17097,126,13,11,0,0,0,0,0,0,0 +448120,171,17097,949,82,68,13,0,0,0,0,0,0 +448130,171,17097,218,20,17,3,0,0,0,0,0,0 +448140,171,17097,1736,65,28,37,0,0,0,0,0,0 +448150,171,17097,154,23,23,0,0,0,0,0,0,0 +448190,171,17097,295,23,15,8,0,0,0,0,0,0 +448210,171,17097,625,68,61,6,0,0,0,0,0,0 +448310,171,17097,294,49,47,0,0,0,0,0,0,0 +451110,171,17097,538,49,43,3,0,0,0,0,0,0 +451120,171,17097,431,27,19,6,0,0,0,0,0,0 +451130,171,17097,71,7,3,0,0,0,0,0,0,0 +451140,171,17097,74,9,8,0,0,0,0,0,0,0 +451211,171,17097,158,9,6,3,0,0,0,0,0,0 +452210,171,17097,1290,12,0,0,9,0,0,0,0,0 +452311,171,17097,4226,20,0,0,14,5,0,0,0,0 +452319,171,17097,448,45,38,7,0,0,0,0,0,0 +453110,171,17097,194,33,32,0,0,0,0,0,0,0 +453210,171,17097,188,14,6,4,0,0,0,0,0,0 +453220,171,17097,475,59,54,5,0,0,0,0,0,0 +453310,171,17097,415,35,31,0,0,0,0,0,0,0 +453910,171,17097,465,33,24,7,0,0,0,0,0,0 +453920,171,17097,22,10,8,0,0,0,0,0,0,0 +453991,171,17097,89,34,33,0,0,0,0,0,0,0 +453998,171,17097,154,42,42,0,0,0,0,0,0,0 +454110,171,17097,1802,132,118,8,3,0,0,0,0,0 +454210,171,17097,38,10,10,0,0,0,0,0,0,0 +454390,171,17097,220,70,68,0,0,0,0,0,0,0 +481211,171,17097,55,5,3,0,0,0,0,0,0,0 +484110,171,17097,286,129,124,4,0,0,0,0,0,0 +484121,171,17097,280,139,135,0,0,0,0,0,0,0 +484122,171,17097,466,27,21,0,0,0,0,0,0,0 +484210,171,17097,294,26,18,3,0,0,0,0,0,0 +484220,171,17097,143,85,81,0,0,0,0,0,0,0 +484230,171,17097,55,15,14,0,0,0,0,0,0,0 +485113,171,17097,0,3,0,0,0,0,0,0,0,0 +485210,171,17097,12,5,5,0,0,0,0,0,0,0 +485310,171,17097,8,7,7,0,0,0,0,0,0,0 +485320,171,17097,43,27,25,0,0,0,0,0,0,0 +485410,171,17097,992,8,0,0,3,0,0,0,0,0 +485510,171,17097,8,4,3,0,0,0,0,0,0,0 +485991,171,17097,0,5,4,0,0,0,0,0,0,0 +485999,171,17097,13,11,11,0,0,0,0,0,0,0 +488119,171,17097,0,3,0,0,0,0,0,0,0,0 +488190,171,17097,0,3,0,0,0,0,0,0,0,0 +488410,171,17097,138,24,22,0,0,0,0,0,0,0 +488490,171,17097,57,5,4,0,0,0,0,0,0,0 +488510,171,17097,348,47,40,5,0,0,0,0,0,0 +488991,171,17097,0,3,0,0,0,0,0,0,0,0 +492110,171,17097,492,11,4,3,0,0,0,0,0,0 +492210,171,17097,60,6,4,0,0,0,0,0,0,0 +493110,171,17097,867,17,12,0,0,0,0,0,0,0 +493190,171,17097,41,6,3,0,0,0,0,0,0,0 +511120,171,17097,149,9,3,0,0,0,0,0,0,0 +511130,171,17097,58,8,5,0,0,0,0,0,0,0 +511210,171,17097,1550,21,12,0,3,0,0,0,0,0 +512110,171,17097,23,26,26,0,0,0,0,0,0,0 +512131,171,17097,387,11,0,8,0,0,0,0,0,0 +512191,171,17097,5,4,4,0,0,0,0,0,0,0 +512250,171,17097,0,3,3,0,0,0,0,0,0,0 +515120,171,17097,0,3,0,0,0,0,0,0,0,0 +517311,171,17097,682,58,52,3,0,0,0,0,0,0 +517312,171,17097,444,50,49,0,0,0,0,0,0,0 +517911,171,17097,51,16,15,0,0,0,0,0,0,0 +517919,171,17097,0,5,4,0,0,0,0,0,0,0 +518210,171,17097,405,41,35,4,0,0,0,0,0,0 +519130,171,17097,576,20,16,0,0,0,0,0,0,0 +519190,171,17097,6,5,5,0,0,0,0,0,0,0 +522110,171,17097,2437,206,180,23,3,0,0,0,0,0 +522120,171,17097,69,7,4,0,0,0,0,0,0,0 +522130,171,17097,696,34,27,5,0,0,0,0,0,0 +522220,171,17097,865,16,8,4,0,0,0,0,0,0 +522291,171,17097,70,15,14,0,0,0,0,0,0,0 +522292,171,17097,611,22,16,0,0,0,0,0,0,0 +522298,171,17097,54,10,6,0,0,0,0,0,0,0 +522310,171,17097,53,19,17,0,0,0,0,0,0,0 +522320,171,17097,0,10,8,0,0,0,0,0,0,0 +522390,171,17097,0,36,34,0,0,0,0,0,0,0 +523110,171,17097,141,20,17,0,0,0,0,0,0,0 +523120,171,17097,352,51,43,7,0,0,0,0,0,0 +523130,171,17097,27,11,9,0,0,0,0,0,0,0 +523140,171,17097,15,12,12,0,0,0,0,0,0,0 +523910,171,17097,154,35,32,0,0,0,0,0,0,0 +523920,171,17097,454,139,135,4,0,0,0,0,0,0 +523930,171,17097,615,82,75,3,0,0,0,0,0,0 +523991,171,17097,0,3,0,0,0,0,0,0,0,0 +523999,171,17097,7,4,3,0,0,0,0,0,0,0 +524113,171,17097,419,16,10,0,0,0,0,0,0,0 +524114,171,17097,1250,7,4,0,0,0,0,0,0,0 +524126,171,17097,313,23,17,0,0,0,0,0,0,0 +524127,171,17097,38,11,10,0,0,0,0,0,0,0 +524210,171,17097,1592,355,342,11,0,0,0,0,0,0 +524291,171,17097,130,11,6,0,0,0,0,0,0,0 +524292,171,17097,76,10,7,0,0,0,0,0,0,0 +524298,171,17097,15,8,7,0,0,0,0,0,0,0 +531110,171,17097,335,90,89,0,0,0,0,0,0,0 +531120,171,17097,189,59,58,0,0,0,0,0,0,0 +531130,171,17097,123,38,35,0,0,0,0,0,0,0 +531190,171,17097,41,18,17,0,0,0,0,0,0,0 +531210,171,17097,757,302,297,5,0,0,0,0,0,0 +531311,171,17097,528,85,78,5,0,0,0,0,0,0 +531312,171,17097,416,51,48,0,0,0,0,0,0,0 +531320,171,17097,42,32,30,0,0,0,0,0,0,0 +531390,171,17097,142,41,38,0,0,0,0,0,0,0 +532111,171,17097,84,22,20,0,0,0,0,0,0,0 +532112,171,17097,0,3,0,0,0,0,0,0,0,0 +532120,171,17097,89,6,0,0,0,0,0,0,0,0 +532210,171,17097,0,10,8,0,0,0,0,0,0,0 +532282,171,17097,0,8,4,0,0,0,0,0,0,0 +532283,171,17097,27,3,0,0,0,0,0,0,0,0 +532289,171,17097,30,8,7,0,0,0,0,0,0,0 +532310,171,17097,24,7,7,0,0,0,0,0,0,0 +532412,171,17097,51,8,5,0,0,0,0,0,0,0 +532420,171,17097,0,4,0,0,0,0,0,0,0,0 +532490,171,17097,137,15,12,0,0,0,0,0,0,0 +533110,171,17097,26,6,3,0,0,0,0,0,0,0 +541110,171,17097,1452,368,357,9,0,0,0,0,0,0 +541191,171,17097,62,10,7,0,0,0,0,0,0,0 +541199,171,17097,3,4,4,0,0,0,0,0,0,0 +541211,171,17097,1072,172,158,13,0,0,0,0,0,0 +541213,171,17097,354,79,79,0,0,0,0,0,0,0 +541214,171,17097,475,13,8,0,0,0,0,0,0,0 +541219,171,17097,397,122,119,0,0,0,0,0,0,0 +541310,171,17097,240,71,69,0,0,0,0,0,0,0 +541320,171,17097,79,28,27,0,0,0,0,0,0,0 +541330,171,17097,2460,154,138,13,0,0,0,0,0,0 +541350,171,17097,76,26,24,0,0,0,0,0,0,0 +541370,171,17097,79,17,15,0,0,0,0,0,0,0 +541380,171,17097,206,17,14,0,0,0,0,0,0,0 +541410,171,17097,130,61,61,0,0,0,0,0,0,0 +541420,171,17097,47,7,5,0,0,0,0,0,0,0 +541430,171,17097,196,54,48,3,0,0,0,0,0,0 +541490,171,17097,1,3,3,0,0,0,0,0,0,0 +541511,171,17097,4910,339,315,18,4,0,0,0,0,0 +541512,171,17097,909,227,219,6,0,0,0,0,0,0 +541513,171,17097,428,29,27,0,0,0,0,0,0,0 +541519,171,17097,313,49,43,3,0,0,0,0,0,0 +541611,171,17097,778,348,342,4,0,0,0,0,0,0 +541612,171,17097,0,51,47,0,0,0,0,0,0,0 +541613,171,17097,600,168,165,0,0,0,0,0,0,0 +541614,171,17097,151,36,33,0,0,0,0,0,0,0 +541618,171,17097,52,31,30,0,0,0,0,0,0,0 +541620,171,17097,205,13,6,0,0,0,0,0,0,0 +541690,171,17097,189,67,64,0,0,0,0,0,0,0 +541713,171,17097,1149,14,9,0,0,0,0,0,0,0 +541714,171,17097,38,4,3,0,0,0,0,0,0,0 +541715,171,17097,2364,20,10,0,0,3,0,0,0,0 +541810,171,17097,591,34,30,0,0,0,0,0,0,0 +541820,171,17097,43,24,22,0,0,0,0,0,0,0 +541830,171,17097,127,4,0,0,0,0,0,0,0,0 +541840,171,17097,10,5,4,0,0,0,0,0,0,0 +541850,171,17097,33,5,0,0,0,0,0,0,0,0 +541860,171,17097,123,11,7,0,0,0,0,0,0,0 +541890,171,17097,418,33,28,3,0,0,0,0,0,0 +541910,171,17097,403,22,15,3,0,0,0,0,0,0 +541921,171,17097,76,29,28,0,0,0,0,0,0,0 +541922,171,17097,4,6,6,0,0,0,0,0,0,0 +541930,171,17097,4,4,4,0,0,0,0,0,0,0 +541940,171,17097,1073,73,56,16,0,0,0,0,0,0 +541990,171,17097,143,90,88,0,0,0,0,0,0,0 +551111,171,17097,0,3,0,0,0,0,0,0,0,0 +551112,171,17097,409,25,17,3,0,0,0,0,0,0 +551114,171,17097,22353,155,69,39,22,11,12,0,0,0 +561110,171,17097,689,78,67,8,0,0,0,0,0,0 +561210,171,17097,337,24,19,4,0,0,0,0,0,0 +561311,171,17097,0,14,8,3,0,0,0,0,0,0 +561312,171,17097,104,41,39,0,0,0,0,0,0,0 +561320,171,17097,4799,98,50,31,14,3,0,0,0,0 +561410,171,17097,25,10,8,0,0,0,0,0,0,0 +561422,171,17097,298,9,3,0,0,0,0,0,0,0 +561431,171,17097,104,9,5,0,0,0,0,0,0,0 +561439,171,17097,87,17,17,0,0,0,0,0,0,0 +561440,171,17097,308,10,7,0,0,0,0,0,0,0 +561492,171,17097,8,5,5,0,0,0,0,0,0,0 +561499,171,17097,35,10,7,0,0,0,0,0,0,0 +561510,171,17097,276,60,58,0,0,0,0,0,0,0 +561520,171,17097,56,4,0,0,0,0,0,0,0,0 +561599,171,17097,9,3,0,0,0,0,0,0,0,0 +561611,171,17097,0,9,7,0,0,0,0,0,0,0 +561612,171,17097,354,9,0,4,0,0,0,0,0,0 +561621,171,17097,133,9,4,3,0,0,0,0,0,0 +561622,171,17097,41,9,7,0,0,0,0,0,0,0 +561710,171,17097,68,17,13,0,0,0,0,0,0,0 +561720,171,17097,6327,194,171,18,0,0,0,0,0,0 +561730,171,17097,3286,603,563,35,4,0,0,0,0,0 +561740,171,17097,75,27,24,0,0,0,0,0,0,0 +561790,171,17097,241,44,38,4,0,0,0,0,0,0 +561910,171,17097,278,14,9,0,0,0,0,0,0,0 +561920,171,17097,171,20,15,0,0,0,0,0,0,0 +561990,171,17097,418,35,30,3,0,0,0,0,0,0 +562111,171,17097,257,14,8,0,0,0,0,0,0,0 +562119,171,17097,2,3,3,0,0,0,0,0,0,0 +562212,171,17097,0,3,0,0,0,0,0,0,0,0 +562910,171,17097,159,8,3,0,0,0,0,0,0,0 +611110,171,17097,1900,57,26,26,5,0,0,0,0,0 +611310,171,17097,3358,11,3,0,0,0,0,0,0,0 +611420,171,17097,19,10,10,0,0,0,0,0,0,0 +611430,171,17097,71,20,19,0,0,0,0,0,0,0 +611519,171,17097,24,6,5,0,0,0,0,0,0,0 +611610,171,17097,346,49,46,3,0,0,0,0,0,0 +611620,171,17097,464,74,69,4,0,0,0,0,0,0 +611630,171,17097,12,5,5,0,0,0,0,0,0,0 +611691,171,17097,428,38,29,7,0,0,0,0,0,0 +611692,171,17097,14,4,3,0,0,0,0,0,0,0 +611699,171,17097,142,20,18,0,0,0,0,0,0,0 +611710,171,17097,194,31,30,0,0,0,0,0,0,0 +621111,171,17097,6597,517,446,67,3,0,0,0,0,0 +621112,171,17097,80,52,49,0,0,0,0,0,0,0 +621210,171,17097,2736,415,405,9,0,0,0,0,0,0 +621310,171,17097,333,97,97,0,0,0,0,0,0,0 +621320,171,17097,308,44,42,0,0,0,0,0,0,0 +621330,171,17097,281,122,120,0,0,0,0,0,0,0 +621340,171,17097,705,134,127,6,0,0,0,0,0,0 +621391,171,17097,125,34,33,0,0,0,0,0,0,0 +621399,171,17097,132,45,43,0,0,0,0,0,0,0 +621420,171,17097,73,13,8,0,0,0,0,0,0,0 +621492,171,17097,152,12,9,3,0,0,0,0,0,0 +621493,171,17097,219,13,6,3,0,0,0,0,0,0 +621498,171,17097,292,25,20,5,0,0,0,0,0,0 +621511,171,17097,288,19,15,0,0,0,0,0,0,0 +621512,171,17097,56,11,9,0,0,0,0,0,0,0 +621610,171,17097,1497,49,30,14,5,0,0,0,0,0 +621999,171,17097,136,14,9,3,0,0,0,0,0,0 +622110,171,17097,7192,5,0,0,0,0,0,0,0,0 +623110,171,17097,4290,32,0,11,13,4,0,0,0,0 +623210,171,17097,819,21,15,0,0,0,0,0,0,0 +623220,171,17097,286,7,3,4,0,0,0,0,0,0 +623311,171,17097,903,4,0,0,0,3,0,0,0,0 +623312,171,17097,1214,17,0,11,3,0,0,0,0,0 +623990,171,17097,308,9,3,0,0,0,0,0,0,0 +624110,171,17097,160,15,10,3,0,0,0,0,0,0 +624120,171,17097,1926,36,20,12,0,0,0,0,0,0 +624190,171,17097,496,59,50,9,0,0,0,0,0,0 +624229,171,17097,0,3,0,0,0,0,0,0,0,0 +624310,171,17097,854,11,7,0,0,0,0,0,0,0 +624410,171,17097,2186,234,200,32,0,0,0,0,0,0 +711110,171,17097,145,7,4,0,0,0,0,0,0,0 +711130,171,17097,42,11,8,0,0,0,0,0,0,0 +711219,171,17097,28,9,9,0,0,0,0,0,0,0 +711310,171,17097,160,7,3,0,0,0,0,0,0,0 +711320,171,17097,60,11,7,0,0,0,0,0,0,0 +711410,171,17097,0,3,3,0,0,0,0,0,0,0 +711510,171,17097,74,50,48,0,0,0,0,0,0,0 +712110,171,17097,14,4,0,0,0,0,0,0,0,0 +713110,171,17097,0,3,0,0,0,0,0,0,0,0 +713120,171,17097,146,12,8,3,0,0,0,0,0,0 +713290,171,17097,124,15,13,0,0,0,0,0,0,0 +713910,171,17097,1282,34,10,20,0,0,0,0,0,0 +713930,171,17097,52,16,13,0,0,0,0,0,0,0 +713940,171,17097,2573,130,100,24,5,0,0,0,0,0 +713950,171,17097,243,11,6,0,0,0,0,0,0,0 +713990,171,17097,417,57,51,5,0,0,0,0,0,0 +721110,171,17097,2331,80,47,28,3,0,0,0,0,0 +721211,171,17097,21,5,4,0,0,0,0,0,0,0 +721214,171,17097,0,3,0,0,0,0,0,0,0,0 +722310,171,17097,2242,100,76,19,4,0,0,0,0,0 +722320,171,17097,404,39,30,9,0,0,0,0,0,0 +722410,171,17097,574,82,78,3,0,0,0,0,0,0 +722511,171,17097,10366,518,323,189,6,0,0,0,0,0 +722513,171,17097,9580,573,379,188,5,0,0,0,0,0 +722514,171,17097,93,6,3,0,0,0,0,0,0,0 +722515,171,17097,1933,140,109,30,0,0,0,0,0,0 +811111,171,17097,840,217,215,0,0,0,0,0,0,0 +811112,171,17097,15,7,5,0,0,0,0,0,0,0 +811113,171,17097,28,9,8,0,0,0,0,0,0,0 +811118,171,17097,32,9,8,0,0,0,0,0,0,0 +811121,171,17097,805,94,88,5,0,0,0,0,0,0 +811122,171,17097,25,7,5,0,0,0,0,0,0,0 +811191,171,17097,200,20,18,0,0,0,0,0,0,0 +811192,171,17097,367,36,29,7,0,0,0,0,0,0 +811198,171,17097,23,8,6,0,0,0,0,0,0,0 +811211,171,17097,31,6,4,0,0,0,0,0,0,0 +811212,171,17097,148,14,12,0,0,0,0,0,0,0 +811213,171,17097,18,4,0,0,0,0,0,0,0,0 +811219,171,17097,113,18,13,0,0,0,0,0,0,0 +811310,171,17097,181,37,33,0,0,0,0,0,0,0 +811411,171,17097,9,5,5,0,0,0,0,0,0,0 +811412,171,17097,59,16,15,0,0,0,0,0,0,0 +811420,171,17097,12,12,12,0,0,0,0,0,0,0 +811490,171,17097,70,25,22,0,0,0,0,0,0,0 +812111,171,17097,44,12,9,0,0,0,0,0,0,0 +812112,171,17097,1837,242,217,24,0,0,0,0,0,0 +812113,171,17097,220,77,75,0,0,0,0,0,0,0 +812191,171,17097,89,10,7,0,0,0,0,0,0,0 +812199,171,17097,180,43,40,0,0,0,0,0,0,0 +812210,171,17097,143,26,24,0,0,0,0,0,0,0 +812220,171,17097,24,6,6,0,0,0,0,0,0,0 +812310,171,17097,99,26,24,0,0,0,0,0,0,0 +812320,171,17097,415,77,74,0,0,0,0,0,0,0 +812910,171,17097,602,76,70,4,0,0,0,0,0,0 +812930,171,17097,27,8,8,0,0,0,0,0,0,0 +812990,171,17097,187,69,68,0,0,0,0,0,0,0 +813110,171,17097,2931,263,225,35,3,0,0,0,0,0 +813211,171,17097,246,31,25,0,0,0,0,0,0,0 +813212,171,17097,81,11,10,0,0,0,0,0,0,0 +813219,171,17097,30,4,3,0,0,0,0,0,0,0 +813311,171,17097,104,7,3,0,0,0,0,0,0,0 +813312,171,17097,75,12,10,0,0,0,0,0,0,0 +813319,171,17097,22,5,3,0,0,0,0,0,0,0 +813410,171,17097,196,27,23,0,0,0,0,0,0,0 +813910,171,17097,171,40,37,0,0,0,0,0,0,0 +813920,171,17097,173,13,8,0,0,0,0,0,0,0 +813930,171,17097,157,17,13,0,0,0,0,0,0,0 +813940,171,17097,9,8,7,0,0,0,0,0,0,0 +813990,171,17097,88,33,31,0,0,0,0,0,0,0 +115114,171,17099,142,3,0,0,0,0,0,0,0,0 +212321,171,17099,0,3,0,0,0,0,0,0,0,0 +212322,171,17099,507,5,0,0,0,0,0,0,0,0 +236115,171,17099,32,14,13,0,0,0,0,0,0,0 +236118,171,17099,81,39,39,0,0,0,0,0,0,0 +236220,171,17099,150,7,4,0,0,0,0,0,0,0 +237110,171,17099,34,4,0,0,0,0,0,0,0,0 +237310,171,17099,8,4,4,0,0,0,0,0,0,0 +237990,171,17099,40,4,0,0,0,0,0,0,0,0 +238110,171,17099,29,11,9,0,0,0,0,0,0,0 +238130,171,17099,21,7,5,0,0,0,0,0,0,0 +238140,171,17099,24,7,6,0,0,0,0,0,0,0 +238160,171,17099,38,11,10,0,0,0,0,0,0,0 +238170,171,17099,5,4,4,0,0,0,0,0,0,0 +238210,171,17099,217,22,20,0,0,0,0,0,0,0 +238220,171,17099,166,32,30,0,0,0,0,0,0,0 +238290,171,17099,36,4,0,0,0,0,0,0,0,0 +238310,171,17099,12,3,0,0,0,0,0,0,0,0 +238320,171,17099,16,4,0,0,0,0,0,0,0,0 +238330,171,17099,14,9,9,0,0,0,0,0,0,0 +238350,171,17099,58,11,8,0,0,0,0,0,0,0 +238390,171,17099,5,3,3,0,0,0,0,0,0,0 +238910,171,17099,94,17,15,0,0,0,0,0,0,0 +238990,171,17099,57,18,17,0,0,0,0,0,0,0 +311119,171,17099,0,3,0,0,0,0,0,0,0,0 +311821,171,17099,0,3,0,0,0,0,0,0,0,0 +323111,171,17099,77,7,3,0,0,0,0,0,0,0 +325180,171,17099,168,3,0,0,0,0,0,0,0,0 +327320,171,17099,33,5,3,0,0,0,0,0,0,0 +327999,171,17099,0,4,0,0,0,0,0,0,0,0 +332710,171,17099,118,15,13,0,0,0,0,0,0,0 +332999,171,17099,82,4,0,0,0,0,0,0,0,0 +337110,171,17099,0,3,0,0,0,0,0,0,0,0 +339116,171,17099,0,3,0,0,0,0,0,0,0,0 +423320,171,17099,0,4,3,0,0,0,0,0,0,0 +423510,171,17099,100,6,3,0,0,0,0,0,0,0 +423610,171,17099,77,4,0,0,0,0,0,0,0,0 +423690,171,17099,7,3,3,0,0,0,0,0,0,0 +423720,171,17099,0,3,0,0,0,0,0,0,0,0 +423810,171,17099,59,4,0,0,0,0,0,0,0,0 +423820,171,17099,79,6,3,0,0,0,0,0,0,0 +423830,171,17099,45,3,0,0,0,0,0,0,0,0 +423840,171,17099,80,6,4,0,0,0,0,0,0,0 +423850,171,17099,0,3,0,0,0,0,0,0,0,0 +423910,171,17099,0,3,0,0,0,0,0,0,0,0 +423930,171,17099,66,3,0,0,0,0,0,0,0,0 +424450,171,17099,0,3,0,0,0,0,0,0,0,0 +424490,171,17099,64,5,0,0,0,0,0,0,0,0 +424510,171,17099,131,17,15,0,0,0,0,0,0,0 +424710,171,17099,35,4,0,0,0,0,0,0,0,0 +424910,171,17099,105,16,13,0,0,0,0,0,0,0 +424990,171,17099,23,3,0,0,0,0,0,0,0,0 +425120,171,17099,18,7,6,0,0,0,0,0,0,0 +441110,171,17099,517,17,5,9,0,0,0,0,0,0 +441120,171,17099,47,5,3,0,0,0,0,0,0,0 +441228,171,17099,39,5,0,0,0,0,0,0,0,0 +441310,171,17099,209,27,26,0,0,0,0,0,0,0 +441320,171,17099,58,6,6,0,0,0,0,0,0,0 +442110,171,17099,70,8,4,0,0,0,0,0,0,0 +442210,171,17099,34,8,8,0,0,0,0,0,0,0 +443141,171,17099,80,4,0,0,0,0,0,0,0,0 +443142,171,17099,26,8,8,0,0,0,0,0,0,0 +444130,171,17099,126,10,7,0,0,0,0,0,0,0 +444190,171,17099,124,12,11,0,0,0,0,0,0,0 +444210,171,17099,22,4,0,0,0,0,0,0,0,0 +444220,171,17099,43,5,0,0,0,0,0,0,0,0 +445110,171,17099,1061,21,9,8,0,0,0,0,0,0 +445120,171,17099,3,3,3,0,0,0,0,0,0,0 +445210,171,17099,24,3,0,0,0,0,0,0,0,0 +445310,171,17099,52,11,9,0,0,0,0,0,0,0 +446110,171,17099,204,14,6,4,0,0,0,0,0,0 +446120,171,17099,25,3,0,0,0,0,0,0,0,0 +446130,171,17099,23,3,3,0,0,0,0,0,0,0 +446191,171,17099,0,3,3,0,0,0,0,0,0,0 +446199,171,17099,5,4,4,0,0,0,0,0,0,0 +447110,171,17099,502,49,43,6,0,0,0,0,0,0 +447190,171,17099,186,7,0,3,0,0,0,0,0,0 +448120,171,17099,89,13,13,0,0,0,0,0,0,0 +448140,171,17099,79,3,0,0,0,0,0,0,0,0 +448190,171,17099,61,7,4,0,0,0,0,0,0,0 +448210,171,17099,43,6,3,0,0,0,0,0,0,0 +448310,171,17099,32,6,3,0,0,0,0,0,0,0 +451110,171,17099,49,7,7,0,0,0,0,0,0,0 +452210,171,17099,293,4,0,4,0,0,0,0,0,0 +452311,171,17099,0,4,0,0,0,0,0,0,0,0 +452319,171,17099,297,18,15,0,0,0,0,0,0,0 +453110,171,17099,27,4,3,0,0,0,0,0,0,0 +453210,171,17099,0,5,4,0,0,0,0,0,0,0 +453220,171,17099,44,7,4,0,0,0,0,0,0,0 +453310,171,17099,115,11,9,0,0,0,0,0,0,0 +453910,171,17099,58,5,0,0,0,0,0,0,0,0 +453998,171,17099,34,11,11,0,0,0,0,0,0,0 +454110,171,17099,25,7,6,0,0,0,0,0,0,0 +454210,171,17099,15,3,0,0,0,0,0,0,0,0 +454390,171,17099,49,13,10,0,0,0,0,0,0,0 +484110,171,17099,327,31,29,0,0,0,0,0,0,0 +484121,171,17099,147,25,21,0,0,0,0,0,0,0 +484122,171,17099,485,5,0,0,0,0,0,0,0,0 +484210,171,17099,25,3,0,0,0,0,0,0,0,0 +484220,171,17099,185,35,31,3,0,0,0,0,0,0 +484230,171,17099,100,8,5,0,0,0,0,0,0,0 +488310,171,17099,24,3,0,0,0,0,0,0,0,0 +488330,171,17099,0,4,3,0,0,0,0,0,0,0 +488410,171,17099,19,5,3,0,0,0,0,0,0,0 +488510,171,17099,24,8,6,0,0,0,0,0,0,0 +493110,171,17099,0,4,0,0,0,0,0,0,0,0 +511110,171,17099,0,6,0,0,0,0,0,0,0,0 +512131,171,17099,44,3,3,0,0,0,0,0,0,0 +515112,171,17099,72,6,0,0,0,0,0,0,0,0 +517311,171,17099,91,19,16,0,0,0,0,0,0,0 +517312,171,17099,87,5,3,0,0,0,0,0,0,0 +517911,171,17099,0,3,0,0,0,0,0,0,0,0 +519130,171,17099,0,3,0,0,0,0,0,0,0,0 +522110,171,17099,543,42,34,6,0,0,0,0,0,0 +522120,171,17099,225,16,12,3,0,0,0,0,0,0 +522130,171,17099,200,11,6,3,0,0,0,0,0,0 +522291,171,17099,34,12,11,0,0,0,0,0,0,0 +522390,171,17099,11,5,5,0,0,0,0,0,0,0 +523120,171,17099,13,4,0,0,0,0,0,0,0,0 +523920,171,17099,0,17,16,0,0,0,0,0,0,0 +524126,171,17099,9,3,3,0,0,0,0,0,0,0 +524127,171,17099,0,3,0,0,0,0,0,0,0,0 +524210,171,17099,194,56,56,0,0,0,0,0,0,0 +531110,171,17099,56,8,7,0,0,0,0,0,0,0 +531120,171,17099,10,5,4,0,0,0,0,0,0,0 +531130,171,17099,17,6,6,0,0,0,0,0,0,0 +531210,171,17099,91,15,14,0,0,0,0,0,0,0 +531320,171,17099,23,7,6,0,0,0,0,0,0,0 +531390,171,17099,0,3,3,0,0,0,0,0,0,0 +532210,171,17099,0,3,0,0,0,0,0,0,0,0 +532282,171,17099,0,3,3,0,0,0,0,0,0,0 +532490,171,17099,24,6,5,0,0,0,0,0,0,0 +541110,171,17099,215,52,52,0,0,0,0,0,0,0 +541211,171,17099,91,20,19,0,0,0,0,0,0,0 +541213,171,17099,11,4,3,0,0,0,0,0,0,0 +541219,171,17099,83,16,16,0,0,0,0,0,0,0 +541310,171,17099,0,3,0,0,0,0,0,0,0,0 +541330,171,17099,0,12,6,0,0,0,0,0,0,0 +541380,171,17099,26,7,7,0,0,0,0,0,0,0 +541511,171,17099,16,6,5,0,0,0,0,0,0,0 +541611,171,17099,11,4,3,0,0,0,0,0,0,0 +541613,171,17099,7,7,7,0,0,0,0,0,0,0 +541614,171,17099,0,3,3,0,0,0,0,0,0,0 +541810,171,17099,9,3,0,0,0,0,0,0,0,0 +541940,171,17099,140,12,9,0,0,0,0,0,0,0 +551114,171,17099,288,11,5,0,0,0,0,0,0,0 +561110,171,17099,0,3,0,0,0,0,0,0,0,0 +561320,171,17099,929,9,0,0,0,0,0,0,0,0 +561422,171,17099,422,4,0,0,0,0,0,0,0,0 +561440,171,17099,0,3,0,0,0,0,0,0,0,0 +561510,171,17099,18,6,6,0,0,0,0,0,0,0 +561710,171,17099,45,4,0,0,0,0,0,0,0,0 +561720,171,17099,719,13,8,0,0,0,0,0,0,0 +561730,171,17099,53,34,34,0,0,0,0,0,0,0 +561790,171,17099,0,3,0,0,0,0,0,0,0,0 +561910,171,17099,47,3,0,0,0,0,0,0,0,0 +561990,171,17099,0,3,0,0,0,0,0,0,0,0 +562111,171,17099,67,6,3,0,0,0,0,0,0,0 +611110,171,17099,164,7,0,0,0,0,0,0,0,0 +611610,171,17099,23,3,0,0,0,0,0,0,0,0 +611620,171,17099,29,4,0,0,0,0,0,0,0,0 +621111,171,17099,416,54,51,3,0,0,0,0,0,0 +621210,171,17099,274,42,42,0,0,0,0,0,0,0 +621310,171,17099,60,25,24,0,0,0,0,0,0,0 +621320,171,17099,37,8,6,0,0,0,0,0,0,0 +621340,171,17099,83,16,16,0,0,0,0,0,0,0 +621391,171,17099,23,7,6,0,0,0,0,0,0,0 +621399,171,17099,15,6,5,0,0,0,0,0,0,0 +621420,171,17099,0,3,0,0,0,0,0,0,0,0 +621498,171,17099,252,9,3,0,0,0,0,0,0,0 +621512,171,17099,0,3,0,0,0,0,0,0,0,0 +621610,171,17099,177,5,0,0,0,0,0,0,0,0 +621910,171,17099,62,5,3,0,0,0,0,0,0,0 +622110,171,17099,0,3,0,0,0,0,0,0,0,0 +623110,171,17099,1124,10,0,3,5,0,0,0,0,0 +623210,171,17099,192,19,15,0,0,0,0,0,0,0 +623311,171,17099,252,3,0,0,0,0,0,0,0,0 +623312,171,17099,0,4,0,0,0,0,0,0,0,0 +624110,171,17099,0,4,3,0,0,0,0,0,0,0 +624120,171,17099,260,6,0,0,0,0,0,0,0,0 +624190,171,17099,154,9,4,0,0,0,0,0,0,0 +624210,171,17099,11,3,0,0,0,0,0,0,0,0 +624221,171,17099,0,3,0,0,0,0,0,0,0,0 +624310,171,17099,159,4,0,0,0,0,0,0,0,0 +624410,171,17099,87,12,10,0,0,0,0,0,0,0 +712110,171,17099,9,3,0,0,0,0,0,0,0,0 +713120,171,17099,6,3,0,0,0,0,0,0,0,0 +713290,171,17099,47,10,10,0,0,0,0,0,0,0 +713910,171,17099,75,7,3,0,0,0,0,0,0,0 +713930,171,17099,15,3,0,0,0,0,0,0,0,0 +713940,171,17099,242,11,8,0,0,0,0,0,0,0 +713950,171,17099,0,3,0,0,0,0,0,0,0,0 +713990,171,17099,15,6,5,0,0,0,0,0,0,0 +721110,171,17099,587,27,21,0,0,0,0,0,0,0 +721211,171,17099,3,4,4,0,0,0,0,0,0,0 +722310,171,17099,56,5,0,0,0,0,0,0,0,0 +722320,171,17099,39,5,3,0,0,0,0,0,0,0 +722410,171,17099,200,52,48,0,0,0,0,0,0,0 +722511,171,17099,1680,129,101,28,0,0,0,0,0,0 +722513,171,17099,1393,68,36,32,0,0,0,0,0,0 +722515,171,17099,145,15,14,0,0,0,0,0,0,0 +811111,171,17099,190,40,38,0,0,0,0,0,0,0 +811121,171,17099,133,23,21,0,0,0,0,0,0,0 +811191,171,17099,9,4,3,0,0,0,0,0,0,0 +811192,171,17099,40,8,7,0,0,0,0,0,0,0 +811310,171,17099,94,12,8,3,0,0,0,0,0,0 +811490,171,17099,8,4,4,0,0,0,0,0,0,0 +812112,171,17099,107,27,24,0,0,0,0,0,0,0 +812199,171,17099,29,10,8,0,0,0,0,0,0,0 +812210,171,17099,42,15,15,0,0,0,0,0,0,0 +812220,171,17099,19,8,6,0,0,0,0,0,0,0 +812310,171,17099,16,7,7,0,0,0,0,0,0,0 +812320,171,17099,22,3,0,0,0,0,0,0,0,0 +812910,171,17099,47,12,12,0,0,0,0,0,0,0 +813110,171,17099,450,80,76,4,0,0,0,0,0,0 +813219,171,17099,4,4,4,0,0,0,0,0,0,0 +813410,171,17099,143,17,16,0,0,0,0,0,0,0 +813910,171,17099,33,9,8,0,0,0,0,0,0,0 +813930,171,17099,118,16,15,0,0,0,0,0,0,0 +115210,171,17111,53,18,18,0,0,0,0,0,0,0 +212321,171,17111,71,8,5,0,0,0,0,0,0,0 +221121,171,17111,0,3,0,0,0,0,0,0,0,0 +236115,171,17111,50,35,33,0,0,0,0,0,0,0 +236117,171,17111,58,13,10,0,0,0,0,0,0,0 +236118,171,17111,331,176,175,0,0,0,0,0,0,0 +236210,171,17111,158,10,7,0,0,0,0,0,0,0 +236220,171,17111,354,48,42,5,0,0,0,0,0,0 +237110,171,17111,205,18,15,0,0,0,0,0,0,0 +237130,171,17111,0,9,5,0,0,0,0,0,0,0 +237210,171,17111,18,5,4,0,0,0,0,0,0,0 +237310,171,17111,241,13,10,0,0,0,0,0,0,0 +237990,171,17111,44,6,3,0,0,0,0,0,0,0 +238110,171,17111,172,36,35,0,0,0,0,0,0,0 +238120,171,17111,38,5,0,0,0,0,0,0,0,0 +238130,171,17111,278,17,13,0,0,0,0,0,0,0 +238140,171,17111,181,40,35,3,0,0,0,0,0,0 +238150,171,17111,30,7,5,0,0,0,0,0,0,0 +238160,171,17111,238,46,45,0,0,0,0,0,0,0 +238170,171,17111,53,22,21,0,0,0,0,0,0,0 +238190,171,17111,38,9,8,0,0,0,0,0,0,0 +238210,171,17111,541,105,100,3,0,0,0,0,0,0 +238220,171,17111,1052,157,148,5,0,0,0,0,0,0 +238290,171,17111,149,11,7,0,0,0,0,0,0,0 +238310,171,17111,255,16,11,0,0,0,0,0,0,0 +238320,171,17111,116,57,56,0,0,0,0,0,0,0 +238330,171,17111,101,33,33,0,0,0,0,0,0,0 +238340,171,17111,57,7,5,0,0,0,0,0,0,0 +238350,171,17111,380,64,61,0,0,0,0,0,0,0 +238390,171,17111,97,14,14,0,0,0,0,0,0,0 +238910,171,17111,145,41,38,0,0,0,0,0,0,0 +238990,171,17111,196,73,71,0,0,0,0,0,0,0 +311611,171,17111,0,3,0,0,0,0,0,0,0,0 +311811,171,17111,63,6,0,0,0,0,0,0,0,0 +314120,171,17111,0,3,0,0,0,0,0,0,0,0 +314910,171,17111,0,3,0,0,0,0,0,0,0,0 +314999,171,17111,0,3,0,0,0,0,0,0,0,0 +321113,171,17111,0,3,0,0,0,0,0,0,0,0 +321918,171,17111,49,3,0,0,0,0,0,0,0,0 +321920,171,17111,59,5,3,0,0,0,0,0,0,0 +321999,171,17111,0,3,0,0,0,0,0,0,0,0 +323111,171,17111,590,23,19,0,0,0,0,0,0,0 +323113,171,17111,177,4,0,0,0,0,0,0,0,0 +325211,171,17111,337,5,0,3,0,0,0,0,0,0 +325510,171,17111,0,4,0,0,0,0,0,0,0,0 +325612,171,17111,25,3,0,0,0,0,0,0,0,0 +326112,171,17111,0,4,0,0,0,0,0,0,0,0 +326199,171,17111,2054,28,7,12,5,0,0,0,0,0 +327320,171,17111,0,5,4,0,0,0,0,0,0,0 +332119,171,17111,49,4,0,0,0,0,0,0,0,0 +332312,171,17111,0,3,0,0,0,0,0,0,0,0 +332613,171,17111,132,4,0,0,0,0,0,0,0,0 +332710,171,17111,248,39,36,3,0,0,0,0,0,0 +332721,171,17111,227,15,11,3,0,0,0,0,0,0 +332812,171,17111,46,5,3,0,0,0,0,0,0,0 +332813,171,17111,29,3,0,0,0,0,0,0,0,0 +332999,171,17111,189,10,6,3,0,0,0,0,0,0 +333120,171,17111,0,3,0,0,0,0,0,0,0,0 +333249,171,17111,402,12,3,3,0,0,0,0,0,0 +333413,171,17111,152,3,0,0,0,0,0,0,0,0 +333511,171,17111,78,12,12,0,0,0,0,0,0,0 +333514,171,17111,28,7,5,0,0,0,0,0,0,0 +333515,171,17111,94,8,5,0,0,0,0,0,0,0 +333993,171,17111,0,3,0,0,0,0,0,0,0,0 +333995,171,17111,0,3,0,0,0,0,0,0,0,0 +334220,171,17111,0,3,0,0,0,0,0,0,0,0 +334416,171,17111,174,4,0,3,0,0,0,0,0,0 +334419,171,17111,20,4,0,0,0,0,0,0,0,0 +334513,171,17111,0,4,3,0,0,0,0,0,0,0 +334517,171,17111,27,4,0,0,0,0,0,0,0,0 +334519,171,17111,97,4,0,0,0,0,0,0,0,0 +335312,171,17111,106,3,0,3,0,0,0,0,0,0 +335999,171,17111,9,3,0,0,0,0,0,0,0,0 +336370,171,17111,370,8,0,0,0,0,0,0,0,0 +337110,171,17111,21,7,5,0,0,0,0,0,0,0 +339116,171,17111,16,4,3,0,0,0,0,0,0,0 +339910,171,17111,0,3,0,0,0,0,0,0,0,0 +339920,171,17111,0,3,0,0,0,0,0,0,0,0 +339950,171,17111,89,7,4,0,0,0,0,0,0,0 +339999,171,17111,21,7,6,0,0,0,0,0,0,0 +423110,171,17111,114,7,4,0,0,0,0,0,0,0 +423120,171,17111,229,12,5,4,0,0,0,0,0,0 +423140,171,17111,0,4,0,0,0,0,0,0,0,0 +423210,171,17111,6,4,4,0,0,0,0,0,0,0 +423220,171,17111,24,5,3,0,0,0,0,0,0,0 +423330,171,17111,0,3,0,0,0,0,0,0,0,0 +423390,171,17111,28,5,0,0,0,0,0,0,0,0 +423420,171,17111,100,6,3,0,0,0,0,0,0,0 +423430,171,17111,56,7,5,0,0,0,0,0,0,0 +423450,171,17111,895,17,13,0,0,0,0,0,0,0 +423490,171,17111,0,3,0,0,0,0,0,0,0,0 +423510,171,17111,138,17,15,0,0,0,0,0,0,0 +423610,171,17111,132,12,9,0,0,0,0,0,0,0 +423690,171,17111,279,15,10,3,0,0,0,0,0,0 +423710,171,17111,395,20,16,0,0,0,0,0,0,0 +423720,171,17111,31,6,3,0,0,0,0,0,0,0 +423730,171,17111,23,3,0,0,0,0,0,0,0,0 +423810,171,17111,52,4,0,0,0,0,0,0,0,0 +423820,171,17111,26,3,0,0,0,0,0,0,0,0 +423830,171,17111,418,58,54,3,0,0,0,0,0,0 +423840,171,17111,110,10,6,0,0,0,0,0,0,0 +423850,171,17111,72,8,7,0,0,0,0,0,0,0 +423860,171,17111,55,6,4,0,0,0,0,0,0,0 +423910,171,17111,32,5,3,0,0,0,0,0,0,0 +423930,171,17111,33,6,5,0,0,0,0,0,0,0 +423940,171,17111,6,4,4,0,0,0,0,0,0,0 +423990,171,17111,11,6,5,0,0,0,0,0,0,0 +424110,171,17111,21,5,4,0,0,0,0,0,0,0 +424120,171,17111,62,9,6,0,0,0,0,0,0,0 +424130,171,17111,82,6,4,0,0,0,0,0,0,0 +424210,171,17111,0,6,3,0,0,0,0,0,0,0 +424310,171,17111,86,4,0,0,0,0,0,0,0,0 +424420,171,17111,13,4,3,0,0,0,0,0,0,0 +424480,171,17111,14,3,0,0,0,0,0,0,0,0 +424490,171,17111,38,8,7,0,0,0,0,0,0,0 +424510,171,17111,32,5,0,0,0,0,0,0,0,0 +424610,171,17111,56,11,9,0,0,0,0,0,0,0 +424690,171,17111,116,16,11,0,0,0,0,0,0,0 +424910,171,17111,61,4,0,0,0,0,0,0,0,0 +424920,171,17111,0,3,0,0,0,0,0,0,0,0 +424930,171,17111,34,7,5,0,0,0,0,0,0,0 +424990,171,17111,141,15,14,0,0,0,0,0,0,0 +425120,171,17111,205,90,90,0,0,0,0,0,0,0 +441110,171,17111,922,17,0,12,0,0,0,0,0,0 +441120,171,17111,109,21,18,0,0,0,0,0,0,0 +441222,171,17111,90,7,3,0,0,0,0,0,0,0 +441228,171,17111,226,7,0,0,0,0,0,0,0,0 +441310,171,17111,322,34,34,0,0,0,0,0,0,0 +441320,171,17111,73,9,7,0,0,0,0,0,0,0 +442110,171,17111,104,20,18,0,0,0,0,0,0,0 +442210,171,17111,61,14,12,0,0,0,0,0,0,0 +442299,171,17111,194,15,7,5,0,0,0,0,0,0 +443141,171,17111,84,6,0,0,0,0,0,0,0,0 +443142,171,17111,214,14,11,0,0,0,0,0,0,0 +444110,171,17111,839,6,0,0,6,0,0,0,0,0 +444120,171,17111,0,9,6,0,0,0,0,0,0,0 +444130,171,17111,205,19,16,3,0,0,0,0,0,0 +444190,171,17111,228,33,28,3,0,0,0,0,0,0 +444210,171,17111,34,5,3,0,0,0,0,0,0,0 +444220,171,17111,160,15,11,0,0,0,0,0,0,0 +445110,171,17111,2326,40,25,4,7,0,0,0,0,0 +445120,171,17111,78,16,15,0,0,0,0,0,0,0 +445210,171,17111,16,5,4,0,0,0,0,0,0,0 +445230,171,17111,0,4,3,0,0,0,0,0,0,0 +445291,171,17111,33,3,0,0,0,0,0,0,0,0 +445292,171,17111,0,3,0,0,0,0,0,0,0,0 +445299,171,17111,67,7,6,0,0,0,0,0,0,0 +445310,171,17111,152,36,32,0,0,0,0,0,0,0 +446110,171,17111,428,21,11,10,0,0,0,0,0,0 +446120,171,17111,93,8,3,0,0,0,0,0,0,0 +446130,171,17111,62,11,11,0,0,0,0,0,0,0 +446191,171,17111,40,8,7,0,0,0,0,0,0,0 +446199,171,17111,31,7,4,0,0,0,0,0,0,0 +447110,171,17111,456,68,66,0,0,0,0,0,0,0 +447190,171,17111,43,5,3,0,0,0,0,0,0,0 +448120,171,17111,102,12,11,0,0,0,0,0,0,0 +448130,171,17111,40,3,0,0,0,0,0,0,0,0 +448140,171,17111,415,14,6,7,0,0,0,0,0,0 +448150,171,17111,14,4,0,0,0,0,0,0,0,0 +448190,171,17111,83,9,6,0,0,0,0,0,0,0 +448210,171,17111,96,12,7,0,0,0,0,0,0,0 +448310,171,17111,117,8,4,0,0,0,0,0,0,0 +451110,171,17111,129,22,19,0,0,0,0,0,0,0 +451120,171,17111,126,7,3,3,0,0,0,0,0,0 +451130,171,17111,38,6,0,0,0,0,0,0,0,0 +451140,171,17111,25,6,5,0,0,0,0,0,0,0 +452210,171,17111,0,6,0,4,0,0,0,0,0,0 +452311,171,17111,2795,12,0,0,5,7,0,0,0,0 +452319,171,17111,356,21,16,4,0,0,0,0,0,0 +453110,171,17111,58,12,8,0,0,0,0,0,0,0 +453210,171,17111,38,6,4,0,0,0,0,0,0,0 +453220,171,17111,102,17,17,0,0,0,0,0,0,0 +453310,171,17111,370,26,20,4,0,0,0,0,0,0 +453910,171,17111,237,18,14,3,0,0,0,0,0,0 +453991,171,17111,40,19,17,0,0,0,0,0,0,0 +453998,171,17111,71,27,27,0,0,0,0,0,0,0 +454110,171,17111,251,50,45,0,0,0,0,0,0,0 +454310,171,17111,60,6,4,0,0,0,0,0,0,0 +454390,171,17111,52,28,28,0,0,0,0,0,0,0 +484110,171,17111,218,96,89,0,0,0,0,0,0,0 +484121,171,17111,150,76,73,0,0,0,0,0,0,0 +484122,171,17111,111,18,16,0,0,0,0,0,0,0 +484210,171,17111,76,10,8,0,0,0,0,0,0,0 +484220,171,17111,221,79,74,0,0,0,0,0,0,0 +484230,171,17111,85,10,8,0,0,0,0,0,0,0 +485310,171,17111,8,4,4,0,0,0,0,0,0,0 +485320,171,17111,53,9,7,0,0,0,0,0,0,0 +488190,171,17111,0,3,0,0,0,0,0,0,0,0 +488410,171,17111,43,9,8,0,0,0,0,0,0,0 +488490,171,17111,12,5,4,0,0,0,0,0,0,0 +488510,171,17111,92,19,14,0,0,0,0,0,0,0 +492110,171,17111,70,6,4,0,0,0,0,0,0,0 +492210,171,17111,19,7,6,0,0,0,0,0,0,0 +493110,171,17111,720,8,3,0,0,0,0,0,0,0 +511110,171,17111,0,6,4,0,0,0,0,0,0,0 +511120,171,17111,18,4,3,0,0,0,0,0,0,0 +511210,171,17111,290,9,5,0,0,0,0,0,0,0 +512110,171,17111,6,5,5,0,0,0,0,0,0,0 +512131,171,17111,175,4,0,0,0,0,0,0,0,0 +517311,171,17111,277,21,15,0,0,0,0,0,0,0 +517312,171,17111,119,20,18,0,0,0,0,0,0,0 +517911,171,17111,27,4,3,0,0,0,0,0,0,0 +517919,171,17111,20,4,3,0,0,0,0,0,0,0 +518210,171,17111,19,5,4,0,0,0,0,0,0,0 +519130,171,17111,8,4,4,0,0,0,0,0,0,0 +522110,171,17111,1040,105,95,9,0,0,0,0,0,0 +522120,171,17111,110,8,6,0,0,0,0,0,0,0 +522130,171,17111,18,4,0,0,0,0,0,0,0,0 +522291,171,17111,21,7,5,0,0,0,0,0,0,0 +522292,171,17111,48,11,10,0,0,0,0,0,0,0 +522298,171,17111,6,4,4,0,0,0,0,0,0,0 +522390,171,17111,47,12,12,0,0,0,0,0,0,0 +523120,171,17111,70,19,15,0,0,0,0,0,0,0 +523140,171,17111,0,3,0,0,0,0,0,0,0,0 +523910,171,17111,0,3,3,0,0,0,0,0,0,0 +523920,171,17111,111,45,42,0,0,0,0,0,0,0 +523930,171,17111,13,14,14,0,0,0,0,0,0,0 +524113,171,17111,0,3,3,0,0,0,0,0,0,0 +524126,171,17111,16,7,6,0,0,0,0,0,0,0 +524127,171,17111,49,6,3,0,0,0,0,0,0,0 +524210,171,17111,473,145,143,0,0,0,0,0,0,0 +524291,171,17111,11,4,3,0,0,0,0,0,0,0 +524292,171,17111,0,3,3,0,0,0,0,0,0,0 +531110,171,17111,85,29,29,0,0,0,0,0,0,0 +531120,171,17111,75,18,16,0,0,0,0,0,0,0 +531130,171,17111,36,14,14,0,0,0,0,0,0,0 +531190,171,17111,14,6,4,0,0,0,0,0,0,0 +531210,171,17111,137,71,69,0,0,0,0,0,0,0 +531311,171,17111,96,19,16,0,0,0,0,0,0,0 +531312,171,17111,15,10,9,0,0,0,0,0,0,0 +531320,171,17111,16,16,15,0,0,0,0,0,0,0 +531390,171,17111,18,14,13,0,0,0,0,0,0,0 +532111,171,17111,0,6,6,0,0,0,0,0,0,0 +532120,171,17111,47,11,9,0,0,0,0,0,0,0 +532289,171,17111,15,3,0,0,0,0,0,0,0,0 +532310,171,17111,37,7,4,0,0,0,0,0,0,0 +532490,171,17111,0,3,0,0,0,0,0,0,0,0 +541110,171,17111,514,128,126,0,0,0,0,0,0,0 +541191,171,17111,7,4,4,0,0,0,0,0,0,0 +541199,171,17111,3,4,4,0,0,0,0,0,0,0 +541211,171,17111,202,50,49,0,0,0,0,0,0,0 +541213,171,17111,97,15,14,0,0,0,0,0,0,0 +541219,171,17111,108,43,42,0,0,0,0,0,0,0 +541310,171,17111,51,19,18,0,0,0,0,0,0,0 +541320,171,17111,13,10,10,0,0,0,0,0,0,0 +541330,171,17111,560,40,34,0,0,0,0,0,0,0 +541340,171,17111,14,5,4,0,0,0,0,0,0,0 +541350,171,17111,23,16,15,0,0,0,0,0,0,0 +541370,171,17111,37,12,9,0,0,0,0,0,0,0 +541380,171,17111,112,10,5,0,0,0,0,0,0,0 +541410,171,17111,53,17,14,0,0,0,0,0,0,0 +541420,171,17111,0,3,3,0,0,0,0,0,0,0 +541430,171,17111,48,30,28,0,0,0,0,0,0,0 +541511,171,17111,109,69,68,0,0,0,0,0,0,0 +541512,171,17111,122,65,64,0,0,0,0,0,0,0 +541513,171,17111,19,6,5,0,0,0,0,0,0,0 +541519,171,17111,15,10,9,0,0,0,0,0,0,0 +541611,171,17111,114,84,83,0,0,0,0,0,0,0 +541612,171,17111,33,14,14,0,0,0,0,0,0,0 +541613,171,17111,87,54,51,0,0,0,0,0,0,0 +541614,171,17111,18,8,7,0,0,0,0,0,0,0 +541618,171,17111,16,13,12,0,0,0,0,0,0,0 +541620,171,17111,33,9,7,0,0,0,0,0,0,0 +541690,171,17111,28,17,15,0,0,0,0,0,0,0 +541715,171,17111,6,3,3,0,0,0,0,0,0,0 +541810,171,17111,72,13,9,0,0,0,0,0,0,0 +541820,171,17111,3,5,5,0,0,0,0,0,0,0 +541850,171,17111,11,4,4,0,0,0,0,0,0,0 +541890,171,17111,67,10,8,0,0,0,0,0,0,0 +541910,171,17111,12,6,5,0,0,0,0,0,0,0 +541921,171,17111,18,11,10,0,0,0,0,0,0,0 +541922,171,17111,46,7,5,0,0,0,0,0,0,0 +541930,171,17111,9,3,0,0,0,0,0,0,0,0 +541940,171,17111,591,48,41,5,0,0,0,0,0,0 +541990,171,17111,45,24,22,0,0,0,0,0,0,0 +551112,171,17111,60,6,3,0,0,0,0,0,0,0 +551114,171,17111,1590,40,26,8,5,0,0,0,0,0 +561110,171,17111,594,38,29,8,0,0,0,0,0,0 +561210,171,17111,0,5,3,0,0,0,0,0,0,0 +561311,171,17111,0,4,3,0,0,0,0,0,0,0 +561312,171,17111,15,12,12,0,0,0,0,0,0,0 +561320,171,17111,1162,19,6,8,0,0,0,0,0,0 +561330,171,17111,0,3,3,0,0,0,0,0,0,0 +561410,171,17111,29,6,5,0,0,0,0,0,0,0 +561439,171,17111,0,3,0,0,0,0,0,0,0,0 +561492,171,17111,4,3,3,0,0,0,0,0,0,0 +561499,171,17111,6,4,3,0,0,0,0,0,0,0 +561510,171,17111,52,14,11,0,0,0,0,0,0,0 +561611,171,17111,3,4,4,0,0,0,0,0,0,0 +561621,171,17111,23,4,0,0,0,0,0,0,0,0 +561622,171,17111,11,4,3,0,0,0,0,0,0,0 +561710,171,17111,53,9,5,0,0,0,0,0,0,0 +561720,171,17111,666,105,96,6,0,0,0,0,0,0 +561730,171,17111,782,257,248,6,0,0,0,0,0,0 +561740,171,17111,51,15,15,0,0,0,0,0,0,0 +561790,171,17111,37,15,13,0,0,0,0,0,0,0 +561910,171,17111,0,3,0,0,0,0,0,0,0,0 +561920,171,17111,4,5,5,0,0,0,0,0,0,0 +561990,171,17111,363,14,9,0,0,0,0,0,0,0 +562111,171,17111,191,5,0,0,0,0,0,0,0,0 +562910,171,17111,64,9,8,0,0,0,0,0,0,0 +562998,171,17111,26,6,3,0,0,0,0,0,0,0 +611110,171,17111,197,7,0,3,0,0,0,0,0,0 +611430,171,17111,6,5,5,0,0,0,0,0,0,0 +611512,171,17111,0,3,0,0,0,0,0,0,0,0 +611519,171,17111,16,3,0,0,0,0,0,0,0,0 +611610,171,17111,131,16,16,0,0,0,0,0,0,0 +611620,171,17111,97,23,20,0,0,0,0,0,0,0 +611691,171,17111,93,11,7,0,0,0,0,0,0,0 +611699,171,17111,18,5,3,0,0,0,0,0,0,0 +611710,171,17111,34,8,6,0,0,0,0,0,0,0 +621111,171,17111,1552,134,113,18,0,0,0,0,0,0 +621112,171,17111,31,6,4,0,0,0,0,0,0,0 +621210,171,17111,974,137,131,6,0,0,0,0,0,0 +621310,171,17111,178,50,50,0,0,0,0,0,0,0 +621320,171,17111,179,33,33,0,0,0,0,0,0,0 +621330,171,17111,129,46,46,0,0,0,0,0,0,0 +621340,171,17111,332,56,52,4,0,0,0,0,0,0 +621391,171,17111,51,11,11,0,0,0,0,0,0,0 +621399,171,17111,115,23,19,0,0,0,0,0,0,0 +621420,171,17111,66,7,6,0,0,0,0,0,0,0 +621492,171,17111,51,6,3,0,0,0,0,0,0,0 +621498,171,17111,91,10,4,0,0,0,0,0,0,0 +621511,171,17111,25,5,3,0,0,0,0,0,0,0 +621512,171,17111,202,11,3,3,0,0,0,0,0,0 +621610,171,17111,591,27,20,4,0,0,0,0,0,0 +621910,171,17111,173,4,0,0,0,0,0,0,0,0 +621999,171,17111,0,4,0,0,0,0,0,0,0,0 +622110,171,17111,0,4,0,0,0,0,0,0,0,0 +623110,171,17111,722,10,0,3,4,0,0,0,0,0 +623210,171,17111,340,26,22,0,0,0,0,0,0,0 +623220,171,17111,40,6,3,0,0,0,0,0,0,0 +623311,171,17111,0,3,0,0,0,0,0,0,0,0 +623312,171,17111,396,8,0,3,0,0,0,0,0,0 +624110,171,17111,40,7,4,0,0,0,0,0,0,0 +624120,171,17111,577,27,18,7,0,0,0,0,0,0 +624190,171,17111,148,26,23,0,0,0,0,0,0,0 +624210,171,17111,5,3,3,0,0,0,0,0,0,0 +624229,171,17111,43,3,0,0,0,0,0,0,0,0 +624410,171,17111,835,72,59,12,0,0,0,0,0,0 +711410,171,17111,5,4,4,0,0,0,0,0,0,0 +711510,171,17111,29,15,15,0,0,0,0,0,0,0 +712110,171,17111,13,3,0,0,0,0,0,0,0,0 +713120,171,17111,34,3,0,0,0,0,0,0,0,0 +713290,171,17111,26,8,8,0,0,0,0,0,0,0 +713910,171,17111,309,19,11,6,0,0,0,0,0,0 +713930,171,17111,21,5,4,0,0,0,0,0,0,0 +713940,171,17111,1133,40,34,0,3,0,0,0,0,0 +713950,171,17111,127,9,4,3,0,0,0,0,0,0 +713990,171,17111,65,21,19,0,0,0,0,0,0,0 +721110,171,17111,198,17,14,0,0,0,0,0,0,0 +721211,171,17111,7,3,3,0,0,0,0,0,0,0 +722310,171,17111,213,15,12,0,0,0,0,0,0,0 +722320,171,17111,108,7,3,3,0,0,0,0,0,0 +722330,171,17111,4,4,4,0,0,0,0,0,0,0 +722410,171,17111,589,56,48,8,0,0,0,0,0,0 +722511,171,17111,4036,218,151,65,0,0,0,0,0,0 +722513,171,17111,3903,232,153,78,0,0,0,0,0,0 +722515,171,17111,676,41,28,12,0,0,0,0,0,0 +811111,171,17111,596,140,137,0,0,0,0,0,0,0 +811113,171,17111,32,8,6,0,0,0,0,0,0,0 +811118,171,17111,17,5,4,0,0,0,0,0,0,0 +811121,171,17111,374,51,47,4,0,0,0,0,0,0 +811122,171,17111,16,3,0,0,0,0,0,0,0,0 +811191,171,17111,65,11,11,0,0,0,0,0,0,0 +811192,171,17111,180,21,15,4,0,0,0,0,0,0 +811211,171,17111,12,6,5,0,0,0,0,0,0,0 +811212,171,17111,8,4,4,0,0,0,0,0,0,0 +811219,171,17111,79,11,8,0,0,0,0,0,0,0 +811310,171,17111,128,38,38,0,0,0,0,0,0,0 +811411,171,17111,4,3,3,0,0,0,0,0,0,0 +811412,171,17111,20,6,4,0,0,0,0,0,0,0 +811420,171,17111,11,8,8,0,0,0,0,0,0,0 +811490,171,17111,53,16,12,0,0,0,0,0,0,0 +812111,171,17111,9,4,3,0,0,0,0,0,0,0 +812112,171,17111,632,112,107,5,0,0,0,0,0,0 +812113,171,17111,44,17,15,0,0,0,0,0,0,0 +812191,171,17111,38,5,0,0,0,0,0,0,0,0 +812199,171,17111,109,22,19,0,0,0,0,0,0,0 +812210,171,17111,47,16,14,0,0,0,0,0,0,0 +812220,171,17111,22,6,4,0,0,0,0,0,0,0 +812310,171,17111,38,11,10,0,0,0,0,0,0,0 +812320,171,17111,89,28,27,0,0,0,0,0,0,0 +812910,171,17111,202,44,43,0,0,0,0,0,0,0 +812990,171,17111,112,23,21,0,0,0,0,0,0,0 +813110,171,17111,1412,106,97,6,0,0,0,0,0,0 +813211,171,17111,12,4,4,0,0,0,0,0,0,0 +813312,171,17111,51,7,3,0,0,0,0,0,0,0 +813410,171,17111,201,14,10,0,0,0,0,0,0,0 +813910,171,17111,67,20,20,0,0,0,0,0,0,0 +813920,171,17111,0,3,0,0,0,0,0,0,0,0 +813930,171,17111,43,5,3,0,0,0,0,0,0,0 +813990,171,17111,17,8,7,0,0,0,0,0,0,0 +115210,171,17197,27,7,6,0,0,0,0,0,0,0 +212312,171,17197,225,7,3,0,0,0,0,0,0,0 +221122,171,17197,0,8,4,0,0,0,0,0,0,0 +221210,171,17197,249,6,0,4,0,0,0,0,0,0 +221310,171,17197,24,7,7,0,0,0,0,0,0,0 +236115,171,17197,129,68,66,0,0,0,0,0,0,0 +236116,171,17197,24,11,10,0,0,0,0,0,0,0 +236117,171,17197,114,44,44,0,0,0,0,0,0,0 +236118,171,17197,669,265,260,5,0,0,0,0,0,0 +236210,171,17197,95,12,10,0,0,0,0,0,0,0 +236220,171,17197,805,77,65,12,0,0,0,0,0,0 +237110,171,17197,297,31,28,0,0,0,0,0,0,0 +237130,171,17197,457,18,4,11,0,0,0,0,0,0 +237210,171,17197,13,6,5,0,0,0,0,0,0,0 +237310,171,17197,182,23,19,3,0,0,0,0,0,0 +237990,171,17197,405,15,11,0,0,0,0,0,0,0 +238110,171,17197,645,69,63,3,0,0,0,0,0,0 +238120,171,17197,468,15,6,8,0,0,0,0,0,0 +238130,171,17197,137,33,33,0,0,0,0,0,0,0 +238140,171,17197,404,58,55,0,0,0,0,0,0,0 +238150,171,17197,177,11,6,0,0,0,0,0,0,0 +238160,171,17197,492,49,42,4,0,0,0,0,0,0 +238170,171,17197,73,29,27,0,0,0,0,0,0,0 +238190,171,17197,50,4,0,0,0,0,0,0,0,0 +238210,171,17197,844,158,147,10,0,0,0,0,0,0 +238220,171,17197,2293,290,272,16,0,0,0,0,0,0 +238290,171,17197,492,26,20,3,0,0,0,0,0,0 +238310,171,17197,619,50,42,6,0,0,0,0,0,0 +238320,171,17197,862,117,111,0,0,0,0,0,0,0 +238330,171,17197,276,73,71,0,0,0,0,0,0,0 +238340,171,17197,40,16,14,0,0,0,0,0,0,0 +238350,171,17197,239,82,81,0,0,0,0,0,0,0 +238390,171,17197,189,22,18,0,0,0,0,0,0,0 +238910,171,17197,550,86,78,7,0,0,0,0,0,0 +238990,171,17197,1522,113,108,0,0,0,0,0,0,0 +311352,171,17197,21,4,0,0,0,0,0,0,0,0 +311811,171,17197,176,12,6,5,0,0,0,0,0,0 +311812,171,17197,0,9,7,0,0,0,0,0,0,0 +311942,171,17197,498,6,0,0,0,0,0,0,0,0 +312120,171,17197,64,8,5,0,0,0,0,0,0,0 +312140,171,17197,0,4,0,0,0,0,0,0,0,0 +314120,171,17197,23,3,0,0,0,0,0,0,0,0 +314999,171,17197,9,4,3,0,0,0,0,0,0,0 +321918,171,17197,0,3,0,0,0,0,0,0,0,0 +321920,171,17197,0,3,0,0,0,0,0,0,0,0 +322211,171,17197,27,3,0,0,0,0,0,0,0,0 +322220,171,17197,161,4,0,0,0,0,0,0,0,0 +322299,171,17197,268,4,0,0,0,0,0,0,0,0 +323111,171,17197,805,45,35,7,0,0,0,0,0,0 +323113,171,17197,19,5,4,0,0,0,0,0,0,0 +324121,171,17197,0,3,0,0,0,0,0,0,0,0 +325180,171,17197,0,3,0,0,0,0,0,0,0,0 +325199,171,17197,0,3,0,0,0,0,0,0,0,0 +325211,171,17197,169,5,0,0,0,0,0,0,0,0 +325520,171,17197,0,3,0,0,0,0,0,0,0,0 +325611,171,17197,0,3,0,0,0,0,0,0,0,0 +325613,171,17197,0,3,0,0,0,0,0,0,0,0 +325998,171,17197,54,6,3,0,0,0,0,0,0,0 +326111,171,17197,0,3,0,0,0,0,0,0,0,0 +326140,171,17197,0,3,0,0,0,0,0,0,0,0 +326150,171,17197,0,3,0,0,0,0,0,0,0,0 +326199,171,17197,936,17,4,6,3,0,0,0,0,0 +327320,171,17197,189,15,11,0,0,0,0,0,0,0 +327390,171,17197,84,8,6,0,0,0,0,0,0,0 +327991,171,17197,73,8,3,0,0,0,0,0,0,0 +332119,171,17197,0,3,0,0,0,0,0,0,0,0 +332216,171,17197,0,4,0,0,0,0,0,0,0,0 +332312,171,17197,109,6,0,0,0,0,0,0,0,0 +332313,171,17197,131,7,0,3,0,0,0,0,0,0 +332322,171,17197,108,7,4,0,0,0,0,0,0,0 +332323,171,17197,299,9,4,0,0,0,0,0,0,0 +332510,171,17197,0,3,0,0,0,0,0,0,0,0 +332618,171,17197,130,4,0,0,0,0,0,0,0,0 +332710,171,17197,530,36,32,0,0,0,0,0,0,0 +332721,171,17197,245,8,0,3,0,0,0,0,0,0 +332722,171,17197,0,3,0,0,0,0,0,0,0,0 +332812,171,17197,0,3,0,0,0,0,0,0,0,0 +332919,171,17197,0,3,0,0,0,0,0,0,0,0 +332999,171,17197,291,12,9,0,0,0,0,0,0,0 +333241,171,17197,315,3,0,0,0,0,0,0,0,0 +333318,171,17197,71,7,5,0,0,0,0,0,0,0 +333413,171,17197,65,3,0,0,0,0,0,0,0,0 +333514,171,17197,48,4,0,0,0,0,0,0,0,0 +333517,171,17197,0,3,0,0,0,0,0,0,0,0 +333922,171,17197,123,3,0,0,0,0,0,0,0,0 +333993,171,17197,26,3,0,0,0,0,0,0,0,0 +333999,171,17197,400,4,0,0,0,0,0,0,0,0 +334220,171,17197,152,3,0,0,0,0,0,0,0,0 +334419,171,17197,71,4,0,0,0,0,0,0,0,0 +335314,171,17197,26,3,0,0,0,0,0,0,0,0 +337110,171,17197,446,19,12,4,0,0,0,0,0,0 +339113,171,17197,117,4,0,0,0,0,0,0,0,0 +339116,171,17197,143,9,7,0,0,0,0,0,0,0 +339940,171,17197,23,3,3,0,0,0,0,0,0,0 +339950,171,17197,138,14,12,0,0,0,0,0,0,0 +339991,171,17197,24,4,3,0,0,0,0,0,0,0 +339999,171,17197,84,15,12,0,0,0,0,0,0,0 +423110,171,17197,341,16,8,3,0,0,0,0,0,0 +423120,171,17197,1838,43,32,8,0,0,0,0,0,0 +423130,171,17197,205,11,5,3,0,0,0,0,0,0 +423140,171,17197,39,4,0,0,0,0,0,0,0,0 +423210,171,17197,277,5,0,0,0,0,0,0,0,0 +423220,171,17197,369,17,10,3,0,0,0,0,0,0 +423310,171,17197,247,16,7,4,0,0,0,0,0,0 +423320,171,17197,90,11,8,0,0,0,0,0,0,0 +423330,171,17197,218,13,9,0,0,0,0,0,0,0 +423390,171,17197,144,5,0,0,0,0,0,0,0,0 +423420,171,17197,817,17,11,0,0,0,0,0,0,0 +423430,171,17197,193,10,6,0,0,0,0,0,0,0 +423440,171,17197,66,6,0,0,0,0,0,0,0,0 +423450,171,17197,315,22,17,0,0,0,0,0,0,0 +423490,171,17197,103,8,6,0,0,0,0,0,0,0 +423510,171,17197,1234,48,32,10,4,0,0,0,0,0 +423610,171,17197,1896,34,25,5,0,0,0,0,0,0 +423620,171,17197,36,4,0,0,0,0,0,0,0,0 +423690,171,17197,558,20,15,3,0,0,0,0,0,0 +423710,171,17197,246,25,19,3,0,0,0,0,0,0 +423720,171,17197,296,16,12,0,0,0,0,0,0,0 +423730,171,17197,300,14,6,3,0,0,0,0,0,0 +423810,171,17197,232,16,7,6,0,0,0,0,0,0 +423820,171,17197,45,5,3,0,0,0,0,0,0,0 +423830,171,17197,1365,85,62,18,3,0,0,0,0,0 +423840,171,17197,334,34,32,0,0,0,0,0,0,0 +423850,171,17197,185,15,10,3,0,0,0,0,0,0 +423910,171,17197,29,7,6,0,0,0,0,0,0,0 +423920,171,17197,4,3,3,0,0,0,0,0,0,0 +423930,171,17197,413,18,13,0,0,0,0,0,0,0 +423940,171,17197,7,4,3,0,0,0,0,0,0,0 +423990,171,17197,635,19,17,0,0,0,0,0,0,0 +424110,171,17197,21,4,0,0,0,0,0,0,0,0 +424120,171,17197,53,9,9,0,0,0,0,0,0,0 +424130,171,17197,362,23,18,3,0,0,0,0,0,0 +424210,171,17197,374,11,8,0,0,0,0,0,0,0 +424320,171,17197,173,3,0,0,0,0,0,0,0,0 +424330,171,17197,0,3,0,0,0,0,0,0,0,0 +424410,171,17197,684,5,0,0,0,0,0,0,0,0 +424420,171,17197,86,7,3,0,0,0,0,0,0,0 +424430,171,17197,10,3,0,0,0,0,0,0,0,0 +424450,171,17197,8,3,0,0,0,0,0,0,0,0 +424470,171,17197,13,4,3,0,0,0,0,0,0,0 +424480,171,17197,0,6,5,0,0,0,0,0,0,0 +424490,171,17197,653,25,20,3,0,0,0,0,0,0 +424510,171,17197,228,11,4,3,0,0,0,0,0,0 +424610,171,17197,102,13,10,0,0,0,0,0,0,0 +424690,171,17197,389,29,23,4,0,0,0,0,0,0 +424710,171,17197,172,7,3,0,0,0,0,0,0,0 +424720,171,17197,12,5,4,0,0,0,0,0,0,0 +424810,171,17197,0,5,0,0,0,0,0,0,0,0 +424910,171,17197,54,8,4,0,0,0,0,0,0,0 +424920,171,17197,301,8,4,0,0,0,0,0,0,0 +424930,171,17197,157,13,9,0,0,0,0,0,0,0 +424950,171,17197,0,3,3,0,0,0,0,0,0,0 +424990,171,17197,49,20,18,0,0,0,0,0,0,0 +425120,171,17197,1225,98,90,6,0,0,0,0,0,0 +441110,171,17197,1757,33,9,16,6,0,0,0,0,0 +441120,171,17197,225,49,47,0,0,0,0,0,0,0 +441210,171,17197,77,4,0,0,0,0,0,0,0,0 +441222,171,17197,37,6,3,0,0,0,0,0,0,0 +441228,171,17197,69,5,0,0,0,0,0,0,0,0 +441310,171,17197,715,71,65,5,0,0,0,0,0,0 +441320,171,17197,454,38,33,5,0,0,0,0,0,0 +442110,171,17197,595,34,25,6,0,0,0,0,0,0 +442210,171,17197,111,16,15,0,0,0,0,0,0,0 +442291,171,17197,0,3,0,0,0,0,0,0,0,0 +442299,171,17197,329,15,6,5,0,0,0,0,0,0 +443141,171,17197,54,7,3,0,0,0,0,0,0,0 +443142,171,17197,609,48,42,3,0,0,0,0,0,0 +444110,171,17197,1916,13,0,0,12,0,0,0,0,0 +444120,171,17197,83,15,13,0,0,0,0,0,0,0 +444130,171,17197,328,26,19,7,0,0,0,0,0,0 +444190,171,17197,439,44,38,6,0,0,0,0,0,0 +444210,171,17197,50,6,0,0,0,0,0,0,0,0 +444220,171,17197,221,17,12,0,0,0,0,0,0,0 +445110,171,17197,6243,87,46,19,11,11,0,0,0,0 +445120,171,17197,135,29,27,0,0,0,0,0,0,0 +445210,171,17197,150,12,6,3,0,0,0,0,0,0 +445292,171,17197,49,10,10,0,0,0,0,0,0,0 +445299,171,17197,4,7,7,0,0,0,0,0,0,0 +445310,171,17197,389,76,71,5,0,0,0,0,0,0 +446110,171,17197,1139,71,44,25,0,0,0,0,0,0 +446120,171,17197,309,32,26,5,0,0,0,0,0,0 +446130,171,17197,198,24,22,0,0,0,0,0,0,0 +446191,171,17197,66,18,18,0,0,0,0,0,0,0 +446199,171,17197,210,16,10,0,0,0,0,0,0,0 +447110,171,17197,1402,149,141,7,0,0,0,0,0,0 +447190,171,17197,315,26,20,5,0,0,0,0,0,0 +448110,171,17197,45,5,3,0,0,0,0,0,0,0 +448120,171,17197,354,41,36,5,0,0,0,0,0,0 +448130,171,17197,116,9,7,0,0,0,0,0,0,0 +448140,171,17197,896,34,15,19,0,0,0,0,0,0 +448150,171,17197,63,9,9,0,0,0,0,0,0,0 +448190,171,17197,92,9,4,3,0,0,0,0,0,0 +448210,171,17197,243,28,26,0,0,0,0,0,0,0 +448310,171,17197,175,26,24,0,0,0,0,0,0,0 +451110,171,17197,549,34,28,3,0,0,0,0,0,0 +451120,171,17197,348,18,9,6,0,0,0,0,0,0 +451130,171,17197,57,4,0,0,0,0,0,0,0,0 +451140,171,17197,0,3,0,0,0,0,0,0,0,0 +451211,171,17197,121,8,4,3,0,0,0,0,0,0 +452210,171,17197,1332,13,0,5,8,0,0,0,0,0 +452311,171,17197,4895,22,0,0,8,12,0,0,0,0 +452319,171,17197,591,53,46,6,0,0,0,0,0,0 +453110,171,17197,90,23,22,0,0,0,0,0,0,0 +453210,171,17197,125,11,8,0,0,0,0,0,0,0 +453220,171,17197,261,30,28,0,0,0,0,0,0,0 +453310,171,17197,301,20,14,6,0,0,0,0,0,0 +453910,171,17197,401,22,13,7,0,0,0,0,0,0 +453991,171,17197,37,32,31,0,0,0,0,0,0,0 +453998,171,17197,163,37,34,0,0,0,0,0,0,0 +454110,171,17197,748,79,71,7,0,0,0,0,0,0 +454210,171,17197,15,9,9,0,0,0,0,0,0,0 +454310,171,17197,22,3,0,0,0,0,0,0,0,0 +454390,171,17197,147,49,48,0,0,0,0,0,0,0 +481219,171,17197,5,3,3,0,0,0,0,0,0,0 +484110,171,17197,740,285,279,5,0,0,0,0,0,0 +484121,171,17197,2545,376,352,19,3,0,0,0,0,0 +484122,171,17197,1378,44,29,4,5,0,0,0,0,0 +484210,171,17197,45,12,10,0,0,0,0,0,0,0 +484220,171,17197,567,132,126,4,0,0,0,0,0,0 +484230,171,17197,546,44,36,5,0,0,0,0,0,0 +485113,171,17197,10,3,0,0,0,0,0,0,0,0 +485320,171,17197,51,27,24,0,0,0,0,0,0,0 +485410,171,17197,1211,6,0,0,0,0,0,0,0,0 +485991,171,17197,210,8,4,0,0,0,0,0,0,0 +485999,171,17197,7,8,8,0,0,0,0,0,0,0 +486110,171,17197,65,6,0,0,0,0,0,0,0,0 +486210,171,17197,60,6,3,0,0,0,0,0,0,0 +488190,171,17197,17,6,4,0,0,0,0,0,0,0 +488210,171,17197,1024,14,6,3,0,0,0,0,0,0 +488320,171,17197,0,3,0,0,0,0,0,0,0,0 +488410,171,17197,252,34,31,0,0,0,0,0,0,0 +488490,171,17197,343,25,23,0,0,0,0,0,0,0 +488510,171,17197,571,74,65,7,0,0,0,0,0,0 +488991,171,17197,73,9,7,0,0,0,0,0,0,0 +492110,171,17197,660,13,11,0,0,0,0,0,0,0 +492210,171,17197,129,15,8,3,0,0,0,0,0,0 +493110,171,17197,12109,111,42,47,11,6,0,0,0,0 +493120,171,17197,782,9,0,0,0,0,0,0,0,0 +493190,171,17197,294,9,0,5,0,0,0,0,0,0 +511110,171,17197,68,7,4,0,0,0,0,0,0,0 +511120,171,17197,0,4,0,0,0,0,0,0,0,0 +511130,171,17197,0,3,0,0,0,0,0,0,0,0 +511210,171,17197,0,10,7,0,0,0,0,0,0,0 +512110,171,17197,7,8,8,0,0,0,0,0,0,0 +512131,171,17197,285,6,0,3,0,0,0,0,0,0 +512240,171,17197,2,3,3,0,0,0,0,0,0,0 +517311,171,17197,1182,43,32,8,0,0,0,0,0,0 +517312,171,17197,285,40,39,0,0,0,0,0,0,0 +517911,171,17197,0,16,14,0,0,0,0,0,0,0 +517919,171,17197,49,7,4,0,0,0,0,0,0,0 +518210,171,17197,1186,29,19,4,0,0,0,0,0,0 +519130,171,17197,29,7,5,0,0,0,0,0,0,0 +519190,171,17197,22,6,5,0,0,0,0,0,0,0 +522110,171,17197,2033,199,188,8,0,0,0,0,0,0 +522120,171,17197,26,5,3,0,0,0,0,0,0,0 +522130,171,17197,185,15,10,3,0,0,0,0,0,0 +522220,171,17197,15,5,4,0,0,0,0,0,0,0 +522291,171,17197,90,16,14,0,0,0,0,0,0,0 +522292,171,17197,98,19,17,0,0,0,0,0,0,0 +522298,171,17197,31,12,10,0,0,0,0,0,0,0 +522310,171,17197,41,9,5,0,0,0,0,0,0,0 +522320,171,17197,118,14,12,0,0,0,0,0,0,0 +522390,171,17197,66,15,14,0,0,0,0,0,0,0 +523120,171,17197,82,38,37,0,0,0,0,0,0,0 +523130,171,17197,4,6,6,0,0,0,0,0,0,0 +523140,171,17197,10,9,9,0,0,0,0,0,0,0 +523910,171,17197,0,7,5,0,0,0,0,0,0,0 +523920,171,17197,140,64,63,0,0,0,0,0,0,0 +523930,171,17197,57,33,32,0,0,0,0,0,0,0 +523991,171,17197,17,4,0,0,0,0,0,0,0,0 +524113,171,17197,94,10,5,0,0,0,0,0,0,0 +524114,171,17197,13,4,3,0,0,0,0,0,0,0 +524126,171,17197,60,11,8,0,0,0,0,0,0,0 +524127,171,17197,0,10,8,0,0,0,0,0,0,0 +524210,171,17197,1068,257,253,3,0,0,0,0,0,0 +524291,171,17197,4,3,3,0,0,0,0,0,0,0 +524292,171,17197,0,6,3,0,0,0,0,0,0,0 +524298,171,17197,61,8,5,0,0,0,0,0,0,0 +531110,171,17197,127,38,38,0,0,0,0,0,0,0 +531120,171,17197,108,40,38,0,0,0,0,0,0,0 +531130,171,17197,98,37,36,0,0,0,0,0,0,0 +531190,171,17197,17,6,5,0,0,0,0,0,0,0 +531210,171,17197,375,181,179,0,0,0,0,0,0,0 +531311,171,17197,262,47,45,0,0,0,0,0,0,0 +531312,171,17197,171,21,18,3,0,0,0,0,0,0 +531320,171,17197,37,23,22,0,0,0,0,0,0,0 +531390,171,17197,41,25,23,0,0,0,0,0,0,0 +532111,171,17197,95,17,16,0,0,0,0,0,0,0 +532120,171,17197,131,17,14,0,0,0,0,0,0,0 +532210,171,17197,52,16,12,0,0,0,0,0,0,0 +532281,171,17197,9,4,4,0,0,0,0,0,0,0 +532282,171,17197,0,5,3,0,0,0,0,0,0,0 +532284,171,17197,2,3,3,0,0,0,0,0,0,0 +532289,171,17197,31,7,5,0,0,0,0,0,0,0 +532310,171,17197,43,9,6,0,0,0,0,0,0,0 +532412,171,17197,47,10,7,0,0,0,0,0,0,0 +532420,171,17197,2,3,3,0,0,0,0,0,0,0 +532490,171,17197,382,22,14,7,0,0,0,0,0,0 +533110,171,17197,46,4,0,0,0,0,0,0,0,0 +541110,171,17197,654,184,183,0,0,0,0,0,0,0 +541191,171,17197,13,7,6,0,0,0,0,0,0,0 +541199,171,17197,74,7,6,0,0,0,0,0,0,0 +541211,171,17197,385,93,90,3,0,0,0,0,0,0 +541213,171,17197,266,43,39,4,0,0,0,0,0,0 +541214,171,17197,124,7,0,3,0,0,0,0,0,0 +541219,171,17197,349,89,85,3,0,0,0,0,0,0 +541310,171,17197,111,23,21,0,0,0,0,0,0,0 +541320,171,17197,55,13,12,0,0,0,0,0,0,0 +541330,171,17197,1766,115,99,10,0,0,0,0,0,0 +541340,171,17197,12,5,4,0,0,0,0,0,0,0 +541350,171,17197,33,21,20,0,0,0,0,0,0,0 +541370,171,17197,128,16,16,0,0,0,0,0,0,0 +541380,171,17197,571,17,5,5,0,0,0,0,0,0 +541410,171,17197,29,14,12,0,0,0,0,0,0,0 +541430,171,17197,101,30,28,0,0,0,0,0,0,0 +541490,171,17197,17,7,6,0,0,0,0,0,0,0 +541511,171,17197,471,177,173,3,0,0,0,0,0,0 +541512,171,17197,584,185,181,4,0,0,0,0,0,0 +541513,171,17197,107,15,11,0,0,0,0,0,0,0 +541519,171,17197,120,42,39,0,0,0,0,0,0,0 +541611,171,17197,533,159,156,0,0,0,0,0,0,0 +541612,171,17197,50,17,13,0,0,0,0,0,0,0 +541613,171,17197,147,81,78,0,0,0,0,0,0,0 +541614,171,17197,1067,41,33,0,0,0,0,0,0,0 +541618,171,17197,47,20,18,0,0,0,0,0,0,0 +541620,171,17197,145,14,11,0,0,0,0,0,0,0 +541690,171,17197,126,48,45,0,0,0,0,0,0,0 +541713,171,17197,35,3,0,0,0,0,0,0,0,0 +541715,171,17197,17,9,8,0,0,0,0,0,0,0 +541810,171,17197,59,21,18,0,0,0,0,0,0,0 +541820,171,17197,10,5,5,0,0,0,0,0,0,0 +541850,171,17197,37,8,5,0,0,0,0,0,0,0 +541860,171,17197,63,7,4,0,0,0,0,0,0,0 +541890,171,17197,107,16,12,0,0,0,0,0,0,0 +541910,171,17197,64,7,4,0,0,0,0,0,0,0 +541921,171,17197,43,17,16,0,0,0,0,0,0,0 +541940,171,17197,945,62,48,11,0,0,0,0,0,0 +541990,171,17197,81,56,53,0,0,0,0,0,0,0 +551112,171,17197,853,9,6,0,0,0,0,0,0,0 +551114,171,17197,3773,62,40,17,0,0,0,0,0,0 +561110,171,17197,839,64,54,5,3,0,0,0,0,0 +561210,171,17197,64,13,11,0,0,0,0,0,0,0 +561311,171,17197,444,14,9,0,0,0,0,0,0,0 +561312,171,17197,33,23,21,0,0,0,0,0,0,0 +561320,171,17197,9506,97,38,30,17,6,4,0,0,0 +561330,171,17197,495,7,0,0,3,0,0,0,0,0 +561410,171,17197,11,7,7,0,0,0,0,0,0,0 +561421,171,17197,54,5,3,0,0,0,0,0,0,0 +561422,171,17197,164,5,0,0,0,0,0,0,0,0 +561431,171,17197,36,9,7,0,0,0,0,0,0,0 +561439,171,17197,56,10,6,0,0,0,0,0,0,0 +561440,171,17197,175,7,4,0,0,0,0,0,0,0 +561492,171,17197,10,12,12,0,0,0,0,0,0,0 +561499,171,17197,188,8,5,0,0,0,0,0,0,0 +561510,171,17197,43,30,28,0,0,0,0,0,0,0 +561599,171,17197,18,5,3,0,0,0,0,0,0,0 +561611,171,17197,37,8,6,0,0,0,0,0,0,0 +561612,171,17197,3386,21,4,9,0,0,0,0,0,0 +561621,171,17197,109,17,16,0,0,0,0,0,0,0 +561622,171,17197,14,5,4,0,0,0,0,0,0,0 +561710,171,17197,75,15,11,0,0,0,0,0,0,0 +561720,171,17197,905,146,135,10,0,0,0,0,0,0 +561730,171,17197,2788,373,345,23,0,0,0,0,0,0 +561740,171,17197,107,22,21,0,0,0,0,0,0,0 +561790,171,17197,710,35,30,0,0,0,0,0,0,0 +561910,171,17197,947,8,0,0,0,0,0,0,0,0 +561920,171,17197,246,9,6,0,0,0,0,0,0,0 +561990,171,17197,237,27,24,0,0,0,0,0,0,0 +562111,171,17197,363,17,14,0,0,0,0,0,0,0 +562119,171,17197,18,6,5,0,0,0,0,0,0,0 +562212,171,17197,214,6,0,0,0,0,0,0,0,0 +562910,171,17197,198,7,0,0,0,0,0,0,0,0 +562920,171,17197,131,7,4,0,0,0,0,0,0,0 +562991,171,17197,57,6,6,0,0,0,0,0,0,0 +562998,171,17197,67,6,0,0,0,0,0,0,0,0 +611110,171,17197,1235,33,14,16,0,0,0,0,0,0 +611310,171,17197,2015,6,0,0,0,0,0,0,0,0 +611430,171,17197,31,14,12,0,0,0,0,0,0,0 +611511,171,17197,28,4,0,0,0,0,0,0,0,0 +611513,171,17197,775,5,0,0,0,0,0,0,0,0 +611519,171,17197,18,6,4,0,0,0,0,0,0,0 +611610,171,17197,264,37,35,0,0,0,0,0,0,0 +611620,171,17197,359,54,49,5,0,0,0,0,0,0 +611630,171,17197,3,3,3,0,0,0,0,0,0,0 +611691,171,17197,198,24,22,0,0,0,0,0,0,0 +611699,171,17197,128,12,9,0,0,0,0,0,0,0 +611710,171,17197,147,15,12,0,0,0,0,0,0,0 +621111,171,17197,2807,341,305,36,0,0,0,0,0,0 +621112,171,17197,76,14,13,0,0,0,0,0,0,0 +621210,171,17197,2047,273,255,18,0,0,0,0,0,0 +621310,171,17197,502,102,98,4,0,0,0,0,0,0 +621320,171,17197,276,48,47,0,0,0,0,0,0,0 +621330,171,17197,254,63,61,0,0,0,0,0,0,0 +621340,171,17197,1558,166,154,11,0,0,0,0,0,0 +621391,171,17197,109,28,26,0,0,0,0,0,0,0 +621399,171,17197,120,42,39,0,0,0,0,0,0,0 +621420,171,17197,136,8,5,0,0,0,0,0,0,0 +621492,171,17197,339,14,6,4,0,0,0,0,0,0 +621493,171,17197,0,3,0,0,0,0,0,0,0,0 +621498,171,17197,237,16,12,3,0,0,0,0,0,0 +621511,171,17197,165,15,14,0,0,0,0,0,0,0 +621512,171,17197,80,12,9,0,0,0,0,0,0,0 +621610,171,17197,1658,61,39,17,5,0,0,0,0,0 +621910,171,17197,1727,17,6,0,3,3,0,0,0,0 +621999,171,17197,34,5,4,0,0,0,0,0,0,0 +622110,171,17197,0,3,0,0,0,0,0,0,0,0 +623110,171,17197,2397,19,0,5,9,0,0,0,0,0 +623210,171,17197,1180,48,46,0,0,0,0,0,0,0 +623220,171,17197,146,9,5,0,0,0,0,0,0,0 +623311,171,17197,376,5,0,0,0,0,0,0,0,0 +623312,171,17197,648,14,0,8,0,0,0,0,0,0 +623990,171,17197,0,3,0,0,0,0,0,0,0,0 +624110,171,17197,113,13,9,0,0,0,0,0,0,0 +624120,171,17197,1768,27,10,11,0,0,0,0,0,0 +624190,171,17197,261,40,34,3,0,0,0,0,0,0 +624210,171,17197,37,6,5,0,0,0,0,0,0,0 +624310,171,17197,489,15,5,3,0,0,0,0,0,0 +624410,171,17197,1567,118,88,29,0,0,0,0,0,0 +711110,171,17197,0,3,0,0,0,0,0,0,0,0 +711130,171,17197,6,6,6,0,0,0,0,0,0,0 +711211,171,17197,20,4,0,0,0,0,0,0,0,0 +711212,171,17197,0,4,0,0,0,0,0,0,0,0 +711219,171,17197,46,11,8,0,0,0,0,0,0,0 +711310,171,17197,75,6,3,0,0,0,0,0,0,0 +711320,171,17197,34,7,6,0,0,0,0,0,0,0 +711510,171,17197,25,15,15,0,0,0,0,0,0,0 +712110,171,17197,28,3,0,0,0,0,0,0,0,0 +713120,171,17197,90,12,10,0,0,0,0,0,0,0 +713290,171,17197,110,15,12,0,0,0,0,0,0,0 +713910,171,17197,566,23,15,5,0,0,0,0,0,0 +713930,171,17197,7,4,4,0,0,0,0,0,0,0 +713940,171,17197,2322,82,61,17,0,3,0,0,0,0 +713950,171,17197,212,12,6,3,0,0,0,0,0,0 +713990,171,17197,215,36,34,0,0,0,0,0,0,0 +721110,171,17197,864,61,48,12,0,0,0,0,0,0 +721214,171,17197,15,3,0,0,0,0,0,0,0,0 +722310,171,17197,1055,47,35,11,0,0,0,0,0,0 +722320,171,17197,321,17,12,3,0,0,0,0,0,0 +722330,171,17197,46,6,5,0,0,0,0,0,0,0 +722410,171,17197,510,84,79,4,0,0,0,0,0,0 +722511,171,17197,8282,357,206,146,5,0,0,0,0,0 +722513,171,17197,9098,504,317,185,0,0,0,0,0,0 +722514,171,17197,0,3,0,0,0,0,0,0,0,0 +722515,171,17197,1619,113,80,33,0,0,0,0,0,0 +811111,171,17197,1088,231,226,4,0,0,0,0,0,0 +811112,171,17197,18,6,5,0,0,0,0,0,0,0 +811113,171,17197,20,9,8,0,0,0,0,0,0,0 +811118,171,17197,26,7,5,0,0,0,0,0,0,0 +811121,171,17197,713,104,95,9,0,0,0,0,0,0 +811122,171,17197,43,10,9,0,0,0,0,0,0,0 +811191,171,17197,134,15,11,0,0,0,0,0,0,0 +811192,171,17197,495,38,28,8,0,0,0,0,0,0 +811198,171,17197,23,12,11,0,0,0,0,0,0,0 +811211,171,17197,0,5,3,0,0,0,0,0,0,0 +811212,171,17197,69,13,11,0,0,0,0,0,0,0 +811213,171,17197,4,4,4,0,0,0,0,0,0,0 +811219,171,17197,51,11,9,0,0,0,0,0,0,0 +811310,171,17197,751,69,58,9,0,0,0,0,0,0 +811411,171,17197,6,5,5,0,0,0,0,0,0,0 +811412,171,17197,49,17,15,0,0,0,0,0,0,0 +811420,171,17197,85,10,5,0,0,0,0,0,0,0 +811490,171,17197,43,16,14,0,0,0,0,0,0,0 +812111,171,17197,5,6,6,0,0,0,0,0,0,0 +812112,171,17197,1382,202,190,12,0,0,0,0,0,0 +812113,171,17197,86,30,30,0,0,0,0,0,0,0 +812191,171,17197,48,7,3,0,0,0,0,0,0,0 +812199,171,17197,394,47,42,4,0,0,0,0,0,0 +812210,171,17197,114,27,27,0,0,0,0,0,0,0 +812220,171,17197,37,8,5,0,0,0,0,0,0,0 +812310,171,17197,70,16,15,0,0,0,0,0,0,0 +812320,171,17197,254,43,39,4,0,0,0,0,0,0 +812331,171,17197,0,3,0,3,0,0,0,0,0,0 +812332,171,17197,0,5,3,0,0,0,0,0,0,0 +812910,171,17197,179,40,40,0,0,0,0,0,0,0 +812930,171,17197,39,5,0,0,0,0,0,0,0,0 +812990,171,17197,78,25,24,0,0,0,0,0,0,0 +813110,171,17197,2931,253,223,24,6,0,0,0,0,0 +813211,171,17197,29,8,7,0,0,0,0,0,0,0 +813219,171,17197,122,5,3,0,0,0,0,0,0,0 +813311,171,17197,45,5,0,0,0,0,0,0,0,0 +813312,171,17197,38,4,0,0,0,0,0,0,0,0 +813319,171,17197,31,6,5,0,0,0,0,0,0,0 +813410,171,17197,305,38,37,0,0,0,0,0,0,0 +813910,171,17197,76,22,22,0,0,0,0,0,0,0 +813920,171,17197,7,7,7,0,0,0,0,0,0,0 +813930,171,17197,371,36,33,0,0,0,0,0,0,0 +813990,171,17197,111,21,21,0,0,0,0,0,0,0 +211120,172,33,5,4,4,0,0,0,0,0,0,0 +212312,172,33,0,3,0,0,0,0,0,0,0,0 +221122,172,33,0,17,0,0,3,0,0,0,0,0 +221310,172,33,0,20,8,0,0,0,0,0,0,0 +236115,172,33,298,107,97,0,0,0,0,0,0,0 +236116,172,33,10,8,4,0,0,0,0,0,0,0 +236117,172,33,214,42,30,0,0,0,0,0,0,0 +236118,172,33,529,193,188,0,0,0,0,0,0,0 +236220,172,33,893,74,57,4,0,0,0,0,0,0 +237110,172,33,108,14,7,0,0,0,0,0,0,0 +237120,172,33,371,4,0,0,0,0,0,0,0,0 +237130,172,33,955,5,0,0,0,0,0,0,0,0 +237210,172,33,8,3,0,0,0,0,0,0,0,0 +237310,172,33,598,35,21,5,0,0,0,0,0,0 +237990,172,33,85,4,0,0,0,0,0,0,0,0 +238110,172,33,769,75,62,0,0,0,0,0,0,0 +238130,172,33,43,16,12,0,0,0,0,0,0,0 +238140,172,33,337,42,31,0,0,0,0,0,0,0 +238150,172,33,0,3,0,0,0,0,0,0,0,0 +238160,172,33,414,35,21,3,0,0,0,0,0,0 +238170,172,33,66,15,8,0,0,0,0,0,0,0 +238190,172,33,7,4,4,0,0,0,0,0,0,0 +238210,172,33,938,117,95,5,0,0,0,0,0,0 +238220,172,33,1998,206,181,14,0,0,0,0,0,0 +238290,172,33,0,4,0,0,0,0,0,0,0,0 +238310,172,33,541,34,25,3,0,0,0,0,0,0 +238320,172,33,255,64,61,0,0,0,0,0,0,0 +238330,172,33,102,30,28,0,0,0,0,0,0,0 +238350,172,33,115,49,47,0,0,0,0,0,0,0 +238390,172,33,254,12,0,0,0,0,0,0,0,0 +238910,172,33,601,92,73,7,0,0,0,0,0,0 +238990,172,33,236,63,60,0,0,0,0,0,0,0 +311611,172,33,0,3,0,0,0,0,0,0,0,0 +311613,172,33,0,3,0,0,0,0,0,0,0,0 +311811,172,33,55,7,0,0,0,0,0,0,0,0 +311812,172,33,16,4,0,0,0,0,0,0,0,0 +323111,172,33,249,27,17,3,0,0,0,0,0,0 +323113,172,33,19,7,5,0,0,0,0,0,0,0 +325120,172,33,0,3,0,0,0,0,0,0,0,0 +325611,172,33,8,3,3,0,0,0,0,0,0,0 +325998,172,33,0,3,0,0,0,0,0,0,0,0 +327320,172,33,270,19,8,0,0,0,0,0,0,0 +327390,172,33,124,6,0,3,0,0,0,0,0,0 +331110,172,33,0,3,0,0,0,0,0,0,0,0 +332312,172,33,46,6,0,0,0,0,0,0,0,0 +332710,172,33,327,34,23,0,0,0,0,0,0,0 +332812,172,33,0,3,0,0,0,0,0,0,0,0 +332999,172,33,50,8,3,0,0,0,0,0,0,0 +333111,172,33,22,3,0,0,0,0,0,0,0,0 +337110,172,33,8,7,3,0,0,0,0,0,0,0 +337212,172,33,18,3,0,0,0,0,0,0,0,0 +339116,172,33,40,17,15,0,0,0,0,0,0,0 +423110,172,33,544,15,4,3,0,0,0,0,0,0 +423120,172,33,128,14,9,0,0,0,0,0,0,0 +423140,172,33,78,3,0,0,0,0,0,0,0,0 +423220,172,33,31,4,0,0,0,0,0,0,0,0 +423310,172,33,102,10,4,0,0,0,0,0,0,0 +423330,172,33,41,7,0,0,0,0,0,0,0,0 +423390,172,33,0,3,0,0,0,0,0,0,0,0 +423420,172,33,48,9,4,0,0,0,0,0,0,0 +423430,172,33,0,4,3,0,0,0,0,0,0,0 +423450,172,33,0,3,0,0,0,0,0,0,0,0 +423510,172,33,559,34,16,9,0,0,0,0,0,0 +423610,172,33,207,15,7,0,0,0,0,0,0,0 +423690,172,33,27,6,0,0,0,0,0,0,0,0 +423710,172,33,26,4,0,0,0,0,0,0,0,0 +423720,172,33,110,10,3,0,0,0,0,0,0,0 +423730,172,33,72,16,13,0,0,0,0,0,0,0 +423810,172,33,72,6,0,0,0,0,0,0,0,0 +423820,172,33,317,28,8,0,0,0,0,0,0,0 +423830,172,33,145,24,19,0,0,0,0,0,0,0 +423840,172,33,251,18,16,0,0,0,0,0,0,0 +423850,172,33,0,3,0,0,0,0,0,0,0,0 +423860,172,33,82,4,0,0,0,0,0,0,0,0 +423910,172,33,0,3,0,0,0,0,0,0,0,0 +423930,172,33,441,27,10,0,0,0,0,0,0,0 +423990,172,33,7,8,4,0,0,0,0,0,0,0 +424120,172,33,48,8,0,0,0,0,0,0,0,0 +424130,172,33,0,3,0,0,0,0,0,0,0,0 +424210,172,33,0,3,0,0,0,0,0,0,0,0 +424310,172,33,0,3,0,0,0,0,0,0,0,0 +424490,172,33,249,21,13,0,0,0,0,0,0,0 +424510,172,33,222,37,21,4,0,0,0,0,0,0 +424610,172,33,29,4,3,0,0,0,0,0,0,0 +424690,172,33,184,14,7,0,0,0,0,0,0,0 +424710,172,33,90,7,0,0,0,0,0,0,0,0 +424910,172,33,310,30,13,0,0,0,0,0,0,0 +424950,172,33,21,3,0,0,0,0,0,0,0,0 +424990,172,33,34,4,3,0,0,0,0,0,0,0 +425120,172,33,177,35,27,0,0,0,0,0,0,0 +441110,172,33,2492,69,13,37,0,0,0,0,0,0 +441120,172,33,443,46,42,0,0,0,0,0,0,0 +441222,172,33,32,3,0,0,0,0,0,0,0,0 +441228,172,33,150,14,5,0,0,0,0,0,0,0 +441310,172,33,780,89,72,3,0,0,0,0,0,0 +441320,172,33,299,35,31,0,0,0,0,0,0,0 +442110,172,33,313,36,27,3,0,0,0,0,0,0 +442210,172,33,147,25,19,0,0,0,0,0,0,0 +442299,172,33,213,15,7,3,0,0,0,0,0,0 +443141,172,33,137,17,13,0,0,0,0,0,0,0 +443142,172,33,320,27,23,0,0,0,0,0,0,0 +444110,172,33,695,11,0,0,10,0,0,0,0,0 +444120,172,33,0,7,3,0,0,0,0,0,0,0 +444130,172,33,382,43,27,3,0,0,0,0,0,0 +444190,172,33,782,82,54,7,0,0,0,0,0,0 +444210,172,33,63,9,4,0,0,0,0,0,0,0 +444220,172,33,270,28,16,0,0,0,0,0,0,0 +445110,172,33,4057,122,53,43,10,0,0,0,0,0 +445120,172,33,176,40,40,0,0,0,0,0,0,0 +445210,172,33,142,12,8,0,0,0,0,0,0,0 +445230,172,33,14,8,0,0,0,0,0,0,0,0 +445291,172,33,0,3,0,0,0,0,0,0,0,0 +445292,172,33,10,3,0,0,0,0,0,0,0,0 +445299,172,33,31,3,0,0,0,0,0,0,0,0 +445310,172,33,122,33,31,0,0,0,0,0,0,0 +446110,172,33,1320,93,53,24,0,0,0,0,0,0 +446120,172,33,263,32,27,3,0,0,0,0,0,0 +446130,172,33,159,21,19,0,0,0,0,0,0,0 +446191,172,33,74,18,16,0,0,0,0,0,0,0 +446199,172,33,128,21,16,0,0,0,0,0,0,0 +447110,172,33,2695,261,233,20,0,0,0,0,0,0 +447190,172,33,463,15,0,0,0,0,0,0,0,0 +448110,172,33,40,7,6,0,0,0,0,0,0,0 +448120,172,33,512,61,53,5,0,0,0,0,0,0 +448130,172,33,87,11,0,0,0,0,0,0,0,0 +448140,172,33,647,27,13,8,0,0,0,0,0,0 +448150,172,33,38,7,4,0,0,0,0,0,0,0 +448190,172,33,161,17,11,3,0,0,0,0,0,0 +448210,172,33,359,41,36,0,0,0,0,0,0,0 +448310,172,33,211,37,30,0,0,0,0,0,0,0 +451110,172,33,288,34,25,0,0,0,0,0,0,0 +451120,172,33,306,19,9,0,0,0,0,0,0,0 +451130,172,33,14,6,0,0,0,0,0,0,0,0 +451140,172,33,48,6,3,0,0,0,0,0,0,0 +451211,172,33,96,9,4,0,0,0,0,0,0,0 +452210,172,33,1053,11,0,0,4,0,0,0,0,0 +452311,172,33,0,16,0,0,7,5,0,0,0,0 +452319,172,33,972,103,74,10,0,0,0,0,0,0 +453110,172,33,138,35,29,0,0,0,0,0,0,0 +453210,172,33,0,6,0,0,0,0,0,0,0,0 +453220,172,33,271,29,25,0,0,0,0,0,0,0 +453310,172,33,304,35,22,3,0,0,0,0,0,0 +453910,172,33,92,9,3,0,0,0,0,0,0,0 +453930,172,33,15,5,3,0,0,0,0,0,0,0 +453991,172,33,0,5,0,0,0,0,0,0,0,0 +453998,172,33,150,37,33,0,0,0,0,0,0,0 +454110,172,33,221,46,37,0,0,0,0,0,0,0 +454210,172,33,13,6,5,0,0,0,0,0,0,0 +454310,172,33,44,8,6,0,0,0,0,0,0,0 +454390,172,33,129,41,39,0,0,0,0,0,0,0 +483113,172,33,0,3,0,0,0,0,0,0,0,0 +483211,172,33,30,4,0,0,0,0,0,0,0,0 +484110,172,33,574,77,58,4,0,0,0,0,0,0 +484121,172,33,1567,75,53,12,0,0,0,0,0,0 +484122,172,33,0,10,3,0,0,0,0,0,0,0 +484210,172,33,113,8,0,0,0,0,0,0,0,0 +484220,172,33,594,97,77,0,0,0,0,0,0,0 +484230,172,33,506,24,9,6,0,0,0,0,0,0 +485410,172,33,1200,18,0,3,4,0,0,0,0,0 +485999,172,33,82,3,0,0,0,0,0,0,0,0 +486110,172,33,0,4,3,0,0,0,0,0,0,0 +486210,172,33,28,5,3,0,0,0,0,0,0,0 +486910,172,33,44,5,0,0,0,0,0,0,0,0 +488190,172,33,0,10,6,3,0,0,0,0,0,0 +488210,172,33,131,10,3,0,0,0,0,0,0,0 +488410,172,33,115,21,14,0,0,0,0,0,0,0 +488510,172,33,1148,42,36,0,0,0,0,0,0,0 +488991,172,33,0,7,3,0,0,0,0,0,0,0 +492110,172,33,231,7,0,0,0,0,0,0,0,0 +492210,172,33,52,4,3,0,0,0,0,0,0,0 +493110,172,33,5370,43,12,12,4,0,0,0,0,0 +493190,172,33,38,8,0,0,0,0,0,0,0,0 +511110,172,33,166,15,3,3,0,0,0,0,0,0 +511210,172,33,39,5,0,0,0,0,0,0,0,0 +512110,172,33,8,5,4,0,0,0,0,0,0,0 +512131,172,33,0,6,0,0,0,0,0,0,0,0 +517311,172,33,742,71,52,6,0,0,0,0,0,0 +517312,172,33,236,36,26,0,0,0,0,0,0,0 +517911,172,33,30,12,4,0,0,0,0,0,0,0 +518210,172,33,103,7,0,3,0,0,0,0,0,0 +519130,172,33,0,3,0,0,0,0,0,0,0,0 +519190,172,33,2,3,3,0,0,0,0,0,0,0 +522110,172,33,2899,257,218,18,0,0,0,0,0,0 +522120,172,33,63,8,0,0,0,0,0,0,0,0 +522130,172,33,739,58,50,5,0,0,0,0,0,0 +522291,172,33,276,53,50,0,0,0,0,0,0,0 +522292,172,33,98,13,10,0,0,0,0,0,0,0 +522298,172,33,83,31,27,0,0,0,0,0,0,0 +522310,172,33,17,3,0,0,0,0,0,0,0,0 +522320,172,33,0,3,3,0,0,0,0,0,0,0 +522390,172,33,74,29,27,0,0,0,0,0,0,0 +523120,172,33,173,39,39,0,0,0,0,0,0,0 +523910,172,33,14,3,0,0,0,0,0,0,0,0 +523920,172,33,185,114,109,0,0,0,0,0,0,0 +523930,172,33,21,12,11,0,0,0,0,0,0,0 +523991,172,33,0,3,0,0,0,0,0,0,0,0 +524113,172,33,0,4,0,0,0,0,0,0,0,0 +524114,172,33,5,8,7,0,0,0,0,0,0,0 +524126,172,33,0,10,4,0,0,0,0,0,0,0 +524127,172,33,29,13,13,0,0,0,0,0,0,0 +524210,172,33,1066,358,350,0,0,0,0,0,0,0 +524291,172,33,3,5,5,0,0,0,0,0,0,0 +524292,172,33,32,5,4,0,0,0,0,0,0,0 +524298,172,33,5,3,3,0,0,0,0,0,0,0 +531110,172,33,443,87,76,0,0,0,0,0,0,0 +531120,172,33,134,36,30,0,0,0,0,0,0,0 +531130,172,33,58,23,22,0,0,0,0,0,0,0 +531190,172,33,18,11,5,0,0,0,0,0,0,0 +531210,172,33,306,139,130,0,0,0,0,0,0,0 +531311,172,33,267,54,47,0,0,0,0,0,0,0 +531312,172,33,37,11,8,0,0,0,0,0,0,0 +531320,172,33,48,23,21,0,0,0,0,0,0,0 +531390,172,33,50,18,14,0,0,0,0,0,0,0 +532111,172,33,40,12,4,0,0,0,0,0,0,0 +532120,172,33,29,9,6,0,0,0,0,0,0,0 +532210,172,33,38,17,17,0,0,0,0,0,0,0 +532282,172,33,0,6,0,0,0,0,0,0,0,0 +532289,172,33,44,10,3,0,0,0,0,0,0,0 +532310,172,33,56,10,7,0,0,0,0,0,0,0 +532412,172,33,0,6,3,0,0,0,0,0,0,0 +532490,172,33,109,10,0,0,0,0,0,0,0,0 +541110,172,33,2291,355,332,14,3,0,0,0,0,0 +541191,172,33,111,21,15,0,0,0,0,0,0,0 +541211,172,33,549,89,76,3,0,0,0,0,0,0 +541213,172,33,349,56,53,0,0,0,0,0,0,0 +541219,172,33,282,51,47,0,0,0,0,0,0,0 +541310,172,33,58,14,7,0,0,0,0,0,0,0 +541320,172,33,16,3,0,0,0,0,0,0,0,0 +541330,172,33,1117,81,54,15,0,0,0,0,0,0 +541350,172,33,18,11,11,0,0,0,0,0,0,0 +541370,172,33,124,11,3,0,0,0,0,0,0,0 +541380,172,33,304,12,3,0,0,0,0,0,0,0 +541410,172,33,19,4,0,0,0,0,0,0,0,0 +541430,172,33,36,12,12,0,0,0,0,0,0,0 +541511,172,33,299,48,39,0,0,0,0,0,0,0 +541512,172,33,1282,90,71,12,3,0,0,0,0,0 +541513,172,33,328,13,10,0,0,0,0,0,0,0 +541519,172,33,134,13,9,0,0,0,0,0,0,0 +541611,172,33,650,61,49,3,0,0,0,0,0,0 +541613,172,33,75,32,30,0,0,0,0,0,0,0 +541614,172,33,78,9,3,0,0,0,0,0,0,0 +541620,172,33,34,6,4,0,0,0,0,0,0,0 +541690,172,33,84,17,12,0,0,0,0,0,0,0 +541715,172,33,143,5,0,0,0,0,0,0,0,0 +541810,172,33,0,3,3,0,0,0,0,0,0,0 +541820,172,33,5,3,3,0,0,0,0,0,0,0 +541850,172,33,24,4,0,0,0,0,0,0,0,0 +541860,172,33,59,5,3,0,0,0,0,0,0,0 +541890,172,33,26,6,6,0,0,0,0,0,0,0 +541921,172,33,111,24,22,0,0,0,0,0,0,0 +541940,172,33,744,61,44,3,0,0,0,0,0,0 +541990,172,33,20,18,15,0,0,0,0,0,0,0 +551112,172,33,78,6,0,0,0,0,0,0,0,0 +551114,172,33,989,44,25,11,0,0,0,0,0,0 +561110,172,33,387,35,25,0,0,0,0,0,0,0 +561210,172,33,142,9,3,3,0,0,0,0,0,0 +561320,172,33,2942,45,14,13,4,3,0,0,0,0 +561410,172,33,0,3,3,0,0,0,0,0,0,0 +561439,172,33,18,3,0,0,0,0,0,0,0,0 +561440,172,33,0,3,0,0,0,0,0,0,0,0 +561492,172,33,35,9,5,0,0,0,0,0,0,0 +561510,172,33,71,18,12,0,0,0,0,0,0,0 +561611,172,33,28,7,0,0,0,0,0,0,0,0 +561612,172,33,25,6,3,0,0,0,0,0,0,0 +561621,172,33,0,3,0,0,0,0,0,0,0,0 +561622,172,33,9,4,4,0,0,0,0,0,0,0 +561710,172,33,124,24,17,0,0,0,0,0,0,0 +561720,172,33,660,108,98,6,0,0,0,0,0,0 +561730,172,33,1165,228,210,6,0,0,0,0,0,0 +561740,172,33,49,13,11,0,0,0,0,0,0,0 +561790,172,33,38,13,12,0,0,0,0,0,0,0 +561910,172,33,361,9,0,0,0,0,0,0,0,0 +561990,172,33,38,19,16,0,0,0,0,0,0,0 +562111,172,33,483,22,11,0,0,0,0,0,0,0 +562212,172,33,0,6,0,0,0,0,0,0,0,0 +562910,172,33,95,8,0,0,0,0,0,0,0,0 +562991,172,33,15,3,0,0,0,0,0,0,0,0 +562998,172,33,0,4,0,0,0,0,0,0,0,0 +611110,172,33,1033,35,12,12,0,0,0,0,0,0 +611310,172,33,0,5,0,0,0,0,0,0,0,0 +611430,172,33,10,3,0,0,0,0,0,0,0,0 +611511,172,33,0,3,0,0,0,0,0,0,0,0 +611513,172,33,20,6,3,0,0,0,0,0,0,0 +611610,172,33,111,21,17,0,0,0,0,0,0,0 +611620,172,33,202,23,8,3,0,0,0,0,0,0 +611691,172,33,53,9,3,0,0,0,0,0,0,0 +611699,172,33,10,4,3,0,0,0,0,0,0,0 +611710,172,33,37,11,8,0,0,0,0,0,0,0 +621111,172,33,2923,286,244,29,0,0,0,0,0,0 +621112,172,33,39,11,8,0,0,0,0,0,0,0 +621210,172,33,1653,255,244,0,0,0,0,0,0,0 +621310,172,33,525,120,111,0,0,0,0,0,0,0 +621320,172,33,498,68,58,0,0,0,0,0,0,0 +621330,172,33,92,25,22,0,0,0,0,0,0,0 +621340,172,33,766,74,66,0,0,0,0,0,0,0 +621391,172,33,91,12,7,0,0,0,0,0,0,0 +621399,172,33,72,22,20,0,0,0,0,0,0,0 +621410,172,33,24,4,0,0,0,0,0,0,0,0 +621420,172,33,182,15,4,0,0,0,0,0,0,0 +621492,172,33,0,17,9,0,0,0,0,0,0,0 +621493,172,33,104,10,7,0,0,0,0,0,0,0 +621498,172,33,694,36,19,13,0,0,0,0,0,0 +621511,172,33,56,22,19,0,0,0,0,0,0,0 +621512,172,33,64,8,0,0,0,0,0,0,0,0 +621610,172,33,1741,39,14,17,0,0,0,0,0,0 +621910,172,33,309,17,9,0,0,0,0,0,0,0 +622110,172,33,7306,11,0,0,0,0,3,0,0,0 +623110,172,33,3725,48,0,23,14,0,0,0,0,0 +623210,172,33,1678,86,64,3,0,0,0,0,0,0 +623220,172,33,60,12,0,0,0,0,0,0,0,0 +623311,172,33,749,7,0,0,0,0,0,0,0,0 +623312,172,33,990,34,0,15,0,0,0,0,0,0 +623990,172,33,212,3,0,0,0,0,0,0,0,0 +624110,172,33,154,10,4,3,0,0,0,0,0,0 +624120,172,33,2257,64,37,7,3,0,0,0,0,0 +624190,172,33,626,49,40,3,0,0,0,0,0,0 +624210,172,33,18,7,6,0,0,0,0,0,0,0 +624221,172,33,56,3,0,0,0,0,0,0,0,0 +624229,172,33,56,4,0,0,0,0,0,0,0,0 +624310,172,33,403,19,10,0,0,0,0,0,0,0 +624410,172,33,2053,153,99,35,0,0,0,0,0,0 +711219,172,33,24,4,3,0,0,0,0,0,0,0 +711510,172,33,11,9,8,0,0,0,0,0,0,0 +713120,172,33,0,6,0,0,0,0,0,0,0,0 +713290,172,33,112,16,13,0,0,0,0,0,0,0 +713910,172,33,577,36,8,7,0,0,0,0,0,0 +713930,172,33,8,3,0,0,0,0,0,0,0,0 +713940,172,33,1833,74,42,16,0,0,0,0,0,0 +713950,172,33,179,8,0,0,0,0,0,0,0,0 +713990,172,33,282,33,25,0,0,0,0,0,0,0 +721110,172,33,1046,101,68,21,0,0,0,0,0,0 +721211,172,33,10,3,3,0,0,0,0,0,0,0 +722310,172,33,786,37,17,12,0,0,0,0,0,0 +722320,172,33,251,16,9,0,0,0,0,0,0,0 +722410,172,33,1768,259,233,15,0,0,0,0,0,0 +722511,172,33,10807,507,314,172,9,0,0,0,0,0 +722513,172,33,9631,462,234,214,0,0,0,0,0,0 +722514,172,33,63,4,0,3,0,0,0,0,0,0 +722515,172,33,933,66,45,18,0,0,0,0,0,0 +811111,172,33,1088,217,197,7,0,0,0,0,0,0 +811113,172,33,25,8,7,0,0,0,0,0,0,0 +811121,172,33,658,130,119,0,0,0,0,0,0,0 +811122,172,33,86,17,12,0,0,0,0,0,0,0 +811191,172,33,216,20,16,0,0,0,0,0,0,0 +811192,172,33,321,44,34,3,0,0,0,0,0,0 +811198,172,33,40,9,3,0,0,0,0,0,0,0 +811212,172,33,5,3,3,0,0,0,0,0,0,0 +811219,172,33,8,4,4,0,0,0,0,0,0,0 +811310,172,33,361,41,28,0,0,0,0,0,0,0 +811411,172,33,0,3,0,0,0,0,0,0,0,0 +811412,172,33,21,8,7,0,0,0,0,0,0,0 +811420,172,33,31,4,0,0,0,0,0,0,0,0 +811490,172,33,33,16,14,0,0,0,0,0,0,0 +812112,172,33,648,123,115,3,0,0,0,0,0,0 +812113,172,33,37,20,18,0,0,0,0,0,0,0 +812199,172,33,225,37,32,0,0,0,0,0,0,0 +812210,172,33,339,56,47,0,0,0,0,0,0,0 +812220,172,33,71,20,16,0,0,0,0,0,0,0 +812310,172,33,52,16,14,0,0,0,0,0,0,0 +812320,172,33,170,20,12,3,0,0,0,0,0,0 +812332,172,33,0,4,0,0,0,0,0,0,0,0 +812910,172,33,203,36,27,0,0,0,0,0,0,0 +812930,172,33,15,4,3,0,0,0,0,0,0,0 +812990,172,33,54,20,17,0,0,0,0,0,0,0 +813110,172,33,4919,528,475,37,0,0,0,0,0,0 +813211,172,33,14,9,9,0,0,0,0,0,0,0 +813219,172,33,4,7,7,0,0,0,0,0,0,0 +813312,172,33,74,14,6,0,0,0,0,0,0,0 +813319,172,33,27,5,0,0,0,0,0,0,0,0 +813410,172,33,628,84,73,3,0,0,0,0,0,0 +813910,172,33,72,20,14,0,0,0,0,0,0,0 +813920,172,33,33,10,5,0,0,0,0,0,0,0 +813930,172,33,511,88,78,0,0,0,0,0,0,0 +813940,172,33,4,8,8,0,0,0,0,0,0,0 +813990,172,33,15,7,4,0,0,0,0,0,0,0 +211120,172,34,69,11,8,0,0,0,0,0,0,0 +213112,172,34,23,4,0,0,0,0,0,0,0,0 +221310,172,34,8,3,3,0,0,0,0,0,0,0 +236115,172,34,14,6,5,0,0,0,0,0,0,0 +236118,172,34,13,6,6,0,0,0,0,0,0,0 +238140,172,34,0,3,3,0,0,0,0,0,0,0 +238210,172,34,30,7,5,0,0,0,0,0,0,0 +238220,172,34,55,14,13,0,0,0,0,0,0,0 +238310,172,34,11,4,3,0,0,0,0,0,0,0 +238320,172,34,9,4,4,0,0,0,0,0,0,0 +238910,172,34,20,5,3,0,0,0,0,0,0,0 +323111,172,34,6,3,3,0,0,0,0,0,0,0 +327320,172,34,0,3,0,0,0,0,0,0,0,0 +332710,172,34,0,3,0,0,0,0,0,0,0,0 +339999,172,34,14,3,0,0,0,0,0,0,0,0 +423830,172,34,33,5,3,0,0,0,0,0,0,0 +424910,172,34,65,6,3,0,0,0,0,0,0,0 +441110,172,34,75,4,0,3,0,0,0,0,0,0 +441310,172,34,54,9,7,0,0,0,0,0,0,0 +441320,172,34,0,3,0,0,0,0,0,0,0,0 +443142,172,34,12,4,4,0,0,0,0,0,0,0 +444220,172,34,13,3,0,0,0,0,0,0,0,0 +445110,172,34,135,4,0,0,0,0,0,0,0,0 +445310,172,34,22,6,4,0,0,0,0,0,0,0 +446110,172,34,68,8,6,0,0,0,0,0,0,0 +447110,172,34,168,17,15,0,0,0,0,0,0,0 +448310,172,34,0,3,0,0,0,0,0,0,0,0 +451110,172,34,0,3,0,0,0,0,0,0,0,0 +452319,172,34,43,7,4,0,0,0,0,0,0,0 +453110,172,34,13,3,0,0,0,0,0,0,0,0 +453210,172,34,0,3,0,0,0,0,0,0,0,0 +453310,172,34,23,4,0,0,0,0,0,0,0,0 +453991,172,34,34,4,0,0,0,0,0,0,0,0 +453998,172,34,18,8,7,0,0,0,0,0,0,0 +454310,172,34,17,4,0,0,0,0,0,0,0,0 +454390,172,34,27,5,0,0,0,0,0,0,0,0 +484110,172,34,42,6,3,0,0,0,0,0,0,0 +484121,172,34,0,3,0,0,0,0,0,0,0,0 +484220,172,34,28,11,9,0,0,0,0,0,0,0 +485410,172,34,39,5,0,0,0,0,0,0,0,0 +486110,172,34,47,6,4,0,0,0,0,0,0,0 +511110,172,34,0,4,0,0,0,0,0,0,0,0 +517311,172,34,28,7,5,0,0,0,0,0,0,0 +517911,172,34,0,4,4,0,0,0,0,0,0,0 +522110,172,34,142,15,14,0,0,0,0,0,0,0 +522130,172,34,21,3,0,0,0,0,0,0,0,0 +522291,172,34,21,9,9,0,0,0,0,0,0,0 +523920,172,34,0,6,5,0,0,0,0,0,0,0 +524210,172,34,100,34,33,0,0,0,0,0,0,0 +531110,172,34,15,6,5,0,0,0,0,0,0,0 +531210,172,34,5,6,6,0,0,0,0,0,0,0 +541110,172,34,56,14,12,0,0,0,0,0,0,0 +541191,172,34,54,5,0,0,0,0,0,0,0,0 +541211,172,34,21,6,4,0,0,0,0,0,0,0 +541219,172,34,35,3,0,0,0,0,0,0,0,0 +541611,172,34,64,4,0,0,0,0,0,0,0,0 +541940,172,34,15,5,4,0,0,0,0,0,0,0 +561110,172,34,19,5,3,0,0,0,0,0,0,0 +561720,172,34,16,4,0,0,0,0,0,0,0,0 +561730,172,34,10,9,9,0,0,0,0,0,0,0 +562111,172,34,34,4,0,0,0,0,0,0,0,0 +621111,172,34,113,28,26,0,0,0,0,0,0,0 +621210,172,34,47,8,6,0,0,0,0,0,0,0 +621310,172,34,10,5,5,0,0,0,0,0,0,0 +621320,172,34,0,3,0,0,0,0,0,0,0,0 +621330,172,34,7,4,4,0,0,0,0,0,0,0 +621492,172,34,0,3,0,0,0,0,0,0,0,0 +621498,172,34,0,4,0,0,0,0,0,0,0,0 +623110,172,34,499,5,0,0,3,0,0,0,0,0 +623210,172,34,367,9,4,0,0,0,0,0,0,0 +624120,172,34,75,3,0,0,0,0,0,0,0,0 +624190,172,34,0,9,3,0,0,0,0,0,0,0 +624410,172,34,99,12,11,0,0,0,0,0,0,0 +713910,172,34,12,3,0,0,0,0,0,0,0,0 +713940,172,34,72,6,3,0,0,0,0,0,0,0 +713990,172,34,16,4,0,0,0,0,0,0,0,0 +721110,172,34,62,7,3,0,0,0,0,0,0,0 +722410,172,34,53,17,17,0,0,0,0,0,0,0 +722511,172,34,311,28,22,5,0,0,0,0,0,0 +722513,172,34,521,27,14,13,0,0,0,0,0,0 +722515,172,34,3,3,3,0,0,0,0,0,0,0 +811111,172,34,29,13,12,0,0,0,0,0,0,0 +811121,172,34,40,9,6,0,0,0,0,0,0,0 +811310,172,34,8,3,0,0,0,0,0,0,0,0 +812112,172,34,45,5,0,0,0,0,0,0,0,0 +812199,172,34,11,3,0,0,0,0,0,0,0,0 +812210,172,34,19,4,0,0,0,0,0,0,0,0 +813110,172,34,300,60,58,0,0,0,0,0,0,0 +813410,172,34,37,7,4,0,0,0,0,0,0,0 +813910,172,34,10,4,4,0,0,0,0,0,0,0 +813930,172,34,13,5,4,0,0,0,0,0,0,0 +113310,179,34,3,6,3,0,0,0,0,0,0,0 +115112,179,34,14,9,9,0,0,0,0,0,0,0 +115116,179,34,11,3,0,0,0,0,0,0,0,0 +115210,179,34,20,13,12,0,0,0,0,0,0,0 +211120,179,34,439,99,75,0,0,0,0,0,0,0 +212312,179,34,32,19,3,0,0,0,0,0,0,0 +212321,179,34,9,7,4,0,0,0,0,0,0,0 +213111,179,34,127,16,8,0,0,0,0,0,0,0 +213112,179,34,518,79,58,0,0,0,0,0,0,0 +221112,179,34,0,3,0,0,0,0,0,0,0,0 +221115,179,34,0,3,0,0,0,0,0,0,0,0 +221122,179,34,0,54,6,0,0,0,0,0,0,0 +221310,179,34,0,9,3,0,0,0,0,0,0,0 +236115,179,34,1144,354,299,0,0,0,0,0,0,0 +236116,179,34,28,9,4,0,0,0,0,0,0,0 +236117,179,34,256,71,58,0,0,0,0,0,0,0 +236118,179,34,2346,698,625,3,0,0,0,0,0,0 +236210,179,34,1340,10,0,0,0,0,0,0,0,0 +236220,179,34,2651,241,143,6,0,0,0,0,0,0 +237110,179,34,207,51,26,0,0,0,0,0,0,0 +237120,179,34,0,3,0,0,0,0,0,0,0,0 +237130,179,34,243,31,3,3,0,0,0,0,0,0 +237210,179,34,14,10,10,0,0,0,0,0,0,0 +237310,179,34,1402,78,25,0,0,0,0,0,0,0 +237990,179,34,103,28,12,0,0,0,0,0,0,0 +238110,179,34,1379,200,125,3,0,0,0,0,0,0 +238120,179,34,0,6,3,0,0,0,0,0,0,0 +238130,179,34,213,56,33,0,0,0,0,0,0,0 +238140,179,34,709,130,98,0,0,0,0,0,0,0 +238150,179,34,59,12,5,0,0,0,0,0,0,0 +238160,179,34,635,125,79,0,0,0,0,0,0,0 +238170,179,34,287,69,51,0,0,0,0,0,0,0 +238190,179,34,12,3,0,0,0,0,0,0,0,0 +238210,179,34,3891,491,366,24,0,0,0,0,0,0 +238220,179,34,7359,854,691,53,0,0,0,0,0,0 +238290,179,34,298,34,3,0,0,0,0,0,0,0 +238310,179,34,586,100,54,0,0,0,0,0,0,0 +238320,179,34,685,176,144,0,0,0,0,0,0,0 +238330,179,34,363,96,73,0,0,0,0,0,0,0 +238340,179,34,70,18,14,0,0,0,0,0,0,0 +238350,179,34,707,145,103,0,0,0,0,0,0,0 +238390,179,34,69,15,3,0,0,0,0,0,0,0 +238910,179,34,2174,426,321,0,0,0,0,0,0,0 +238990,179,34,905,237,194,0,0,0,0,0,0,0 +311119,179,34,146,6,0,0,0,0,0,0,0,0 +311352,179,34,32,3,0,0,0,0,0,0,0,0 +311513,179,34,648,5,0,0,0,0,0,0,0,0 +311611,179,34,0,3,0,0,0,0,0,0,0,0 +311811,179,34,10,9,0,0,0,0,0,0,0,0 +312120,179,34,33,9,3,0,0,0,0,0,0,0 +312130,179,34,123,12,3,0,0,0,0,0,0,0 +314999,179,34,43,5,3,0,0,0,0,0,0,0 +321113,179,34,15,9,0,0,0,0,0,0,0,0 +321920,179,34,151,12,3,0,0,0,0,0,0,0 +321992,179,34,44,4,0,0,0,0,0,0,0,0 +321999,179,34,34,3,0,0,0,0,0,0,0,0 +323111,179,34,2298,100,38,6,0,0,0,0,0,0 +323113,179,34,205,38,3,0,0,0,0,0,0,0 +325193,179,34,0,3,0,0,0,0,0,0,0,0 +325510,179,34,0,3,0,0,0,0,0,0,0,0 +326199,179,34,618,8,0,0,0,0,0,0,0,0 +327320,179,34,129,24,0,0,0,0,0,0,0,0 +327390,179,34,0,3,0,0,0,0,0,0,0,0 +327991,179,34,11,3,0,0,0,0,0,0,0,0 +332111,179,34,0,3,0,0,0,0,0,0,0,0 +332119,179,34,87,3,0,0,0,0,0,0,0,0 +332312,179,34,215,9,0,0,0,0,0,0,0,0 +332313,179,34,391,9,0,0,0,0,0,0,0,0 +332322,179,34,354,6,0,0,0,0,0,0,0,0 +332323,179,34,0,3,0,0,0,0,0,0,0,0 +332420,179,34,0,3,0,0,0,0,0,0,0,0 +332710,179,34,1802,149,62,3,0,0,0,0,0,0 +332721,179,34,120,15,0,3,0,0,0,0,0,0 +332811,179,34,0,3,0,3,0,0,0,0,0,0 +332812,179,34,62,7,3,0,0,0,0,0,0,0 +332813,179,34,74,4,0,0,0,0,0,0,0,0 +332994,179,34,0,5,3,0,0,0,0,0,0,0 +332999,179,34,196,9,0,0,0,0,0,0,0,0 +333111,179,34,0,10,0,0,0,0,0,0,0,0 +333120,179,34,751,11,0,0,4,0,0,0,0,0 +333318,179,34,0,3,0,0,0,0,0,0,0,0 +333514,179,34,0,3,0,0,0,0,0,0,0,0 +333515,179,34,11,3,0,0,0,0,0,0,0,0 +333612,179,34,0,3,0,0,0,0,0,0,0,0 +333922,179,34,62,3,0,0,0,0,0,0,0,0 +334220,179,34,608,6,0,0,0,0,0,0,0,0 +335311,179,34,255,3,0,3,0,0,0,0,0,0 +335313,179,34,18,3,0,0,0,0,0,0,0,0 +336212,179,34,0,3,0,0,0,0,0,0,0,0 +336320,179,34,1753,3,0,0,0,0,0,0,0,0 +337110,179,34,1276,37,13,4,0,0,0,0,0,0 +337122,179,34,40,14,14,0,0,0,0,0,0,0 +339112,179,34,0,3,0,0,0,0,0,0,0,0 +339113,179,34,20,4,0,0,0,0,0,0,0,0 +339116,179,34,109,21,12,0,0,0,0,0,0,0 +339920,179,34,0,3,0,0,0,0,0,0,0,0 +339950,179,34,0,6,0,0,0,0,0,0,0,0 +339999,179,34,41,12,6,0,0,0,0,0,0,0 +423110,179,34,699,29,0,0,0,0,0,0,0,0 +423120,179,34,669,53,4,3,0,0,0,0,0,0 +423130,179,34,69,4,0,0,0,0,0,0,0,0 +423210,179,34,20,4,0,0,0,0,0,0,0,0 +423220,179,34,10,4,3,0,0,0,0,0,0,0 +423310,179,34,217,15,0,0,0,0,0,0,0,0 +423320,179,34,24,8,4,0,0,0,0,0,0,0 +423330,179,34,170,19,3,0,0,0,0,0,0,0 +423420,179,34,304,44,27,0,0,0,0,0,0,0 +423430,179,34,202,17,0,0,0,0,0,0,0,0 +423440,179,34,82,7,0,0,0,0,0,0,0,0 +423450,179,34,94,17,9,0,0,0,0,0,0,0 +423510,179,34,292,14,0,0,0,0,0,0,0,0 +423610,179,34,732,59,10,8,0,0,0,0,0,0 +423690,179,34,230,14,0,0,0,0,0,0,0,0 +423710,179,34,46,13,4,0,0,0,0,0,0,0 +423720,179,34,364,33,5,0,0,0,0,0,0,0 +423730,179,34,356,47,25,0,0,0,0,0,0,0 +423810,179,34,988,45,3,0,0,0,0,0,0,0 +423820,179,34,2407,167,35,14,0,0,0,0,0,0 +423830,179,34,1471,131,68,12,0,0,0,0,0,0 +423840,179,34,607,64,21,3,0,0,0,0,0,0 +423850,179,34,86,19,3,0,0,0,0,0,0,0 +423910,179,34,251,18,3,0,0,0,0,0,0,0 +423920,179,34,0,7,3,0,0,0,0,0,0,0 +423930,179,34,235,34,3,0,0,0,0,0,0,0 +423990,179,34,161,20,6,0,0,0,0,0,0,0 +424110,179,34,0,3,0,0,0,0,0,0,0,0 +424120,179,34,190,11,3,0,0,0,0,0,0,0 +424130,179,34,135,12,0,0,0,0,0,0,0,0 +424210,179,34,642,30,7,0,0,0,0,0,0,0 +424420,179,34,146,12,0,0,0,0,0,0,0,0 +424480,179,34,188,4,0,0,0,0,0,0,0,0 +424490,179,34,1647,76,33,0,0,0,0,0,0,0 +424510,179,34,2964,458,317,6,0,0,0,0,0,0 +424520,179,34,30,10,6,0,0,0,0,0,0,0 +424690,179,34,274,20,7,0,0,0,0,0,0,0 +424710,179,34,196,14,0,0,0,0,0,0,0,0 +424720,179,34,0,3,0,0,0,0,0,0,0,0 +424810,179,34,254,7,0,0,0,0,0,0,0,0 +424910,179,34,5208,440,243,20,0,0,0,0,0,0 +424930,179,34,85,10,0,0,0,0,0,0,0,0 +424990,179,34,47,14,5,0,0,0,0,0,0,0 +425120,179,34,551,81,57,0,0,0,0,0,0,0 +441110,179,34,9877,245,21,102,8,0,0,0,0,0 +441120,179,34,945,193,136,0,0,0,0,0,0,0 +441222,179,34,42,9,0,0,0,0,0,0,0,0 +441228,179,34,474,48,7,0,0,0,0,0,0,0 +441310,179,34,3305,375,253,7,0,0,0,0,0,0 +441320,179,34,1032,134,66,0,0,0,0,0,0,0 +442110,179,34,1181,166,106,7,0,0,0,0,0,0 +442210,179,34,500,75,35,0,0,0,0,0,0,0 +442291,179,34,21,11,4,0,0,0,0,0,0,0 +442299,179,34,621,54,16,3,0,0,0,0,0,0 +443141,179,34,501,63,25,0,0,0,0,0,0,0 +443142,179,34,1346,149,103,0,0,0,0,0,0,0 +444110,179,34,1839,27,0,0,19,0,0,0,0,0 +444120,179,34,113,43,21,0,0,0,0,0,0,0 +444130,179,34,1012,131,52,3,0,0,0,0,0,0 +444190,179,34,2253,291,182,9,0,0,0,0,0,0 +444210,179,34,115,30,3,0,0,0,0,0,0,0 +444220,179,34,452,70,16,3,0,0,0,0,0,0 +445110,179,34,18966,489,192,54,31,4,0,0,0,0 +445120,179,34,186,75,63,0,0,0,0,0,0,0 +445210,179,34,88,16,0,0,0,0,0,0,0,0 +445292,179,34,18,7,0,0,0,0,0,0,0,0 +445299,179,34,88,16,11,0,0,0,0,0,0,0 +445310,179,34,1041,229,172,0,0,0,0,0,0,0 +446110,179,34,3898,324,140,62,0,0,0,0,0,0 +446120,179,34,801,71,19,4,0,0,0,0,0,0 +446130,179,34,462,66,40,0,0,0,0,0,0,0 +446191,179,34,122,36,26,0,0,0,0,0,0,0 +446199,179,34,498,92,63,0,0,0,0,0,0,0 +447110,179,34,11735,1180,957,81,0,0,0,0,0,0 +447190,179,34,1157,89,22,0,0,0,0,0,0,0 +448110,179,34,107,18,6,0,0,0,0,0,0,0 +448120,179,34,1796,214,165,0,0,0,0,0,0,0 +448130,179,34,311,30,10,0,0,0,0,0,0,0 +448140,179,34,2905,127,42,37,0,0,0,0,0,0 +448150,179,34,113,20,13,0,0,0,0,0,0,0 +448190,179,34,537,59,29,7,0,0,0,0,0,0 +448210,179,34,1208,146,88,3,0,0,0,0,0,0 +448310,179,34,561,88,62,0,0,0,0,0,0,0 +451110,179,34,1439,122,89,3,0,0,0,0,0,0 +451120,179,34,730,44,9,3,0,0,0,0,0,0 +451130,179,34,98,14,3,0,0,0,0,0,0,0 +451140,179,34,110,20,10,0,0,0,0,0,0,0 +451211,179,34,342,35,4,0,0,0,0,0,0,0 +452210,179,34,3647,48,0,13,6,0,0,0,0,0 +452311,179,34,6776,46,0,0,10,13,0,0,0,0 +452319,179,34,4701,477,332,9,0,0,0,0,0,0 +453110,179,34,507,121,89,0,0,0,0,0,0,0 +453210,179,34,112,22,0,0,0,0,0,0,0,0 +453220,179,34,822,141,95,3,0,0,0,0,0,0 +453310,179,34,1153,170,95,4,0,0,0,0,0,0 +453910,179,34,512,36,3,3,0,0,0,0,0,0 +453920,179,34,23,3,0,0,0,0,0,0,0,0 +453991,179,34,265,85,60,0,0,0,0,0,0,0 +453998,179,34,792,176,133,0,0,0,0,0,0,0 +454110,179,34,769,144,99,0,0,0,0,0,0,0 +454210,179,34,42,23,10,0,0,0,0,0,0,0 +454310,179,34,62,28,13,0,0,0,0,0,0,0 +454390,179,34,639,158,119,0,0,0,0,0,0,0 +481111,179,34,82,3,0,3,0,0,0,0,0,0 +484110,179,34,1958,365,273,0,0,0,0,0,0,0 +484121,179,34,5328,436,288,12,3,0,0,0,0,0 +484122,179,34,2275,53,10,10,4,0,0,0,0,0 +484210,179,34,319,30,11,3,0,0,0,0,0,0 +484220,179,34,2890,561,421,0,0,0,0,0,0,0 +484230,179,34,566,104,46,3,0,0,0,0,0,0 +485410,179,34,510,27,0,0,0,0,0,0,0,0 +486210,179,34,0,7,0,0,0,0,0,0,0,0 +488119,179,34,64,3,0,0,0,0,0,0,0,0 +488190,179,34,0,6,0,0,0,0,0,0,0,0 +488410,179,34,279,56,36,0,0,0,0,0,0,0 +488490,179,34,0,16,4,0,0,0,0,0,0,0 +488510,179,34,198,46,26,0,0,0,0,0,0,0 +488991,179,34,0,9,0,6,0,0,0,0,0,0 +492110,179,34,1040,60,10,0,0,0,0,0,0,0 +492210,179,34,78,11,0,0,0,0,0,0,0,0 +493110,179,34,4295,77,20,7,3,0,0,0,0,0 +493130,179,34,0,5,4,0,0,0,0,0,0,0 +511110,179,34,460,63,13,0,0,0,0,0,0,0 +511120,179,34,157,14,0,0,0,0,0,0,0,0 +511130,179,34,268,10,0,0,0,0,0,0,0,0 +511210,179,34,792,27,10,0,0,0,0,0,0,0 +512110,179,34,21,7,6,0,0,0,0,0,0,0 +512131,179,34,384,16,0,0,0,0,0,0,0,0 +515112,179,34,430,30,3,0,0,0,0,0,0,0 +515120,179,34,306,11,0,0,0,0,0,0,0,0 +517311,179,34,3464,396,274,14,3,0,0,0,0,0 +517312,179,34,1017,116,57,5,0,0,0,0,0,0 +517911,179,34,188,46,41,0,0,0,0,0,0,0 +518210,179,34,668,37,16,0,0,0,0,0,0,0 +519120,179,34,6,3,3,0,0,0,0,0,0,0 +519130,179,34,7,10,7,0,0,0,0,0,0,0 +522110,179,34,14741,1251,960,99,0,0,0,0,0,0 +522120,179,34,100,53,20,0,0,0,0,0,0,0 +522130,179,34,1764,167,102,10,0,0,0,0,0,0 +522220,179,34,18,7,3,0,0,0,0,0,0,0 +522291,179,34,881,301,284,0,0,0,0,0,0,0 +522292,179,34,241,19,6,0,0,0,0,0,0,0 +522298,179,34,253,95,73,0,0,0,0,0,0,0 +522320,179,34,4,4,4,0,0,0,0,0,0,0 +522390,179,34,115,47,42,0,0,0,0,0,0,0 +523120,179,34,459,95,57,3,0,0,0,0,0,0 +523140,179,34,23,12,6,0,0,0,0,0,0,0 +523910,179,34,0,3,0,0,0,0,0,0,0,0 +523920,179,34,544,327,310,0,0,0,0,0,0,0 +523930,179,34,118,57,54,0,0,0,0,0,0,0 +523991,179,34,11,8,6,0,0,0,0,0,0,0 +524113,179,34,340,40,21,0,0,0,0,0,0,0 +524114,179,34,0,16,7,0,0,0,0,0,0,0 +524126,179,34,729,59,35,0,0,0,0,0,0,0 +524127,179,34,0,3,0,0,0,0,0,0,0,0 +524210,179,34,5754,1539,1429,13,0,0,0,0,0,0 +524291,179,34,42,4,0,0,0,0,0,0,0,0 +524292,179,34,510,19,6,0,0,0,0,0,0,0 +524298,179,34,52,9,6,0,0,0,0,0,0,0 +531110,179,34,1690,375,330,3,0,0,0,0,0,0 +531120,179,34,526,140,109,0,0,0,0,0,0,0 +531130,179,34,165,59,51,0,0,0,0,0,0,0 +531190,179,34,98,45,38,0,0,0,0,0,0,0 +531210,179,34,873,415,393,3,0,0,0,0,0,0 +531311,179,34,1463,158,106,7,0,0,0,0,0,0 +531312,179,34,267,46,37,0,0,0,0,0,0,0 +531320,179,34,114,62,58,0,0,0,0,0,0,0 +531390,179,34,62,21,15,0,0,0,0,0,0,0 +532111,179,34,293,60,46,0,0,0,0,0,0,0 +532120,179,34,154,25,11,0,0,0,0,0,0,0 +532210,179,34,0,18,6,0,0,0,0,0,0,0 +532282,179,34,17,35,21,0,0,0,0,0,0,0 +532283,179,34,121,21,6,0,0,0,0,0,0,0 +532289,179,34,71,16,7,0,0,0,0,0,0,0 +532310,179,34,69,10,3,0,0,0,0,0,0,0 +532412,179,34,8,6,0,0,0,0,0,0,0,0 +532490,179,34,177,32,16,0,0,0,0,0,0,0 +541110,179,34,5087,1045,945,19,0,0,0,0,0,0 +541191,179,34,141,39,24,0,0,0,0,0,0,0 +541199,179,34,0,3,0,0,0,0,0,0,0,0 +541211,179,34,2387,339,227,16,0,0,0,0,0,0 +541213,179,34,994,126,67,3,0,0,0,0,0,0 +541214,179,34,0,3,0,0,0,0,0,0,0,0 +541219,179,34,2499,182,117,0,0,0,0,0,0,0 +541310,179,34,343,72,53,0,0,0,0,0,0,0 +541320,179,34,11,9,9,0,0,0,0,0,0,0 +541330,179,34,3870,266,160,20,3,0,0,0,0,0 +541350,179,34,20,16,16,0,0,0,0,0,0,0 +541370,179,34,16,3,3,0,0,0,0,0,0,0 +541380,179,34,233,25,6,0,0,0,0,0,0,0 +541410,179,34,24,10,6,0,0,0,0,0,0,0 +541430,179,34,73,40,23,0,0,0,0,0,0,0 +541511,179,34,1613,161,135,8,0,0,0,0,0,0 +541512,179,34,1122,150,124,0,0,0,0,0,0,0 +541513,179,34,94,26,17,0,0,0,0,0,0,0 +541519,179,34,50,17,12,0,0,0,0,0,0,0 +541611,179,34,1073,160,132,3,0,0,0,0,0,0 +541612,179,34,18,11,4,0,0,0,0,0,0,0 +541613,179,34,146,48,34,0,0,0,0,0,0,0 +541614,179,34,77,19,12,0,0,0,0,0,0,0 +541618,179,34,20,17,15,0,0,0,0,0,0,0 +541620,179,34,99,23,19,0,0,0,0,0,0,0 +541690,179,34,111,52,39,0,0,0,0,0,0,0 +541713,179,34,46,12,7,0,0,0,0,0,0,0 +541714,179,34,96,9,6,0,0,0,0,0,0,0 +541715,179,34,186,30,24,0,0,0,0,0,0,0 +541810,179,34,478,43,23,0,0,0,0,0,0,0 +541820,179,34,54,26,24,0,0,0,0,0,0,0 +541850,179,34,17,3,0,0,0,0,0,0,0,0 +541860,179,34,0,5,0,0,0,0,0,0,0,0 +541890,179,34,153,22,10,0,0,0,0,0,0,0 +541910,179,34,7,3,0,0,0,0,0,0,0,0 +541921,179,34,133,54,43,0,0,0,0,0,0,0 +541922,179,34,5,8,6,0,0,0,0,0,0,0 +541940,179,34,3080,319,183,22,0,0,0,0,0,0 +541990,179,34,126,40,27,0,0,0,0,0,0,0 +551111,179,34,12,11,4,0,0,0,0,0,0,0 +551112,179,34,23,6,0,0,0,0,0,0,0,0 +551114,179,34,15214,267,129,32,7,0,0,0,0,0 +561110,179,34,1047,106,61,3,0,0,0,0,0,0 +561210,179,34,294,14,4,3,0,0,0,0,0,0 +561311,179,34,253,10,3,0,0,0,0,0,0,0 +561312,179,34,28,9,7,0,0,0,0,0,0,0 +561320,179,34,8928,162,37,44,11,0,0,0,0,0 +561410,179,34,0,3,0,0,0,0,0,0,0,0 +561422,179,34,254,14,3,0,0,0,0,0,0,0 +561431,179,34,16,7,4,0,0,0,0,0,0,0 +561439,179,34,31,7,3,0,0,0,0,0,0,0 +561440,179,34,242,12,0,0,0,0,0,0,0,0 +561492,179,34,3,4,4,0,0,0,0,0,0,0 +561499,179,34,0,3,0,0,0,0,0,0,0,0 +561510,179,34,101,45,28,0,0,0,0,0,0,0 +561611,179,34,0,3,0,0,0,0,0,0,0,0 +561612,179,34,0,24,12,0,0,0,0,0,0,0 +561613,179,34,0,3,0,0,0,0,0,0,0,0 +561621,179,34,341,15,0,3,0,0,0,0,0,0 +561622,179,34,59,14,3,0,0,0,0,0,0,0 +561710,179,34,645,80,44,0,0,0,0,0,0,0 +561720,179,34,4663,344,246,27,0,0,0,0,0,0 +561730,179,34,3076,813,736,10,0,0,0,0,0,0 +561740,179,34,236,46,31,0,0,0,0,0,0,0 +561790,179,34,118,35,22,0,0,0,0,0,0,0 +561910,179,34,0,3,0,0,0,0,0,0,0,0 +561920,179,34,11,4,3,0,0,0,0,0,0,0 +561990,179,34,306,71,59,0,0,0,0,0,0,0 +562111,179,34,707,89,19,3,0,0,0,0,0,0 +562212,179,34,0,6,0,0,0,0,0,0,0,0 +562910,179,34,0,7,0,0,0,0,0,0,0,0 +562920,179,34,38,6,3,0,0,0,0,0,0,0 +562991,179,34,31,10,3,0,0,0,0,0,0,0 +562998,179,34,11,3,0,0,0,0,0,0,0,0 +611110,179,34,3990,113,19,40,0,0,0,0,0,0 +611310,179,34,0,3,0,0,0,0,0,0,0,0 +611430,179,34,111,18,15,0,0,0,0,0,0,0 +611513,179,34,98,17,0,0,0,0,0,0,0,0 +611610,179,34,309,57,34,0,0,0,0,0,0,0 +611620,179,34,454,61,31,3,0,0,0,0,0,0 +611691,179,34,124,15,9,0,0,0,0,0,0,0 +611699,179,34,0,3,3,0,0,0,0,0,0,0 +611710,179,34,258,26,15,0,0,0,0,0,0,0 +621111,179,34,21497,1045,787,117,16,0,0,0,0,0 +621112,179,34,124,23,12,0,0,0,0,0,0,0 +621210,179,34,5593,773,646,27,0,0,0,0,0,0 +621310,179,34,1330,397,347,0,0,0,0,0,0,0 +621320,179,34,724,108,34,0,0,0,0,0,0,0 +621330,179,34,373,88,71,0,0,0,0,0,0,0 +621340,179,34,1275,187,126,4,0,0,0,0,0,0 +621391,179,34,225,33,21,0,0,0,0,0,0,0 +621399,179,34,803,49,36,0,0,0,0,0,0,0 +621410,179,34,52,9,0,0,0,0,0,0,0,0 +621420,179,34,644,89,29,10,0,0,0,0,0,0 +621492,179,34,0,45,14,3,0,0,0,0,0,0 +621493,179,34,583,20,6,6,0,0,0,0,0,0 +621498,179,34,1580,92,43,16,0,0,0,0,0,0 +621511,179,34,201,29,9,0,0,0,0,0,0,0 +621512,179,34,27,12,0,0,0,0,0,0,0,0 +621610,179,34,6665,108,17,15,6,0,0,0,0,0 +621910,179,34,732,52,8,4,0,0,0,0,0,0 +621991,179,34,276,8,0,0,0,0,0,0,0,0 +621999,179,34,9,7,4,0,0,0,0,0,0,0 +622110,179,34,4696,17,0,0,0,0,0,0,0,0 +623110,179,34,15889,206,3,59,39,0,0,0,0,0 +623210,179,34,4223,459,356,20,3,0,0,0,0,0 +623220,179,34,236,50,15,0,0,0,0,0,0,0 +623311,179,34,3709,42,3,3,12,0,0,0,0,0 +623312,179,34,3142,130,19,34,0,0,0,0,0,0 +623990,179,34,84,26,0,6,0,0,0,0,0,0 +624110,179,34,1155,69,25,4,0,0,0,0,0,0 +624120,179,34,8142,156,51,16,0,0,0,0,0,0 +624190,179,34,2904,244,143,18,0,0,0,0,0,0 +624210,179,34,0,21,17,0,0,0,0,0,0,0 +624221,179,34,101,15,3,0,0,0,0,0,0,0 +624229,179,34,166,19,6,0,0,0,0,0,0,0 +624310,179,34,1115,41,3,0,0,0,0,0,0,0 +624410,179,34,6082,480,283,83,0,0,0,0,0,0 +711130,179,34,14,11,7,0,0,0,0,0,0,0 +711211,179,34,55,4,0,0,0,0,0,0,0,0 +711310,179,34,89,11,6,0,0,0,0,0,0,0 +711320,179,34,8,7,3,0,0,0,0,0,0,0 +711510,179,34,56,34,27,0,0,0,0,0,0,0 +712110,179,34,79,21,9,0,0,0,0,0,0,0 +713120,179,34,76,17,6,0,0,0,0,0,0,0 +713290,179,34,550,65,43,3,0,0,0,0,0,0 +713910,179,34,1586,105,48,9,0,0,0,0,0,0 +713930,179,34,49,6,0,0,0,0,0,0,0,0 +713940,179,34,3943,210,123,7,0,0,0,0,0,0 +713950,179,34,134,22,3,0,0,0,0,0,0,0 +713990,179,34,601,123,91,6,0,0,0,0,0,0 +721110,179,34,7358,457,252,82,3,0,0,0,0,0 +721191,179,34,9,6,6,0,0,0,0,0,0,0 +721211,179,34,4,3,3,0,0,0,0,0,0,0 +721214,179,34,0,3,0,0,0,0,0,0,0,0 +721310,179,34,377,41,37,0,0,0,0,0,0,0 +722310,179,34,2575,170,111,15,0,0,0,0,0,0 +722320,179,34,622,45,17,0,0,0,0,0,0,0 +722330,179,34,37,16,12,0,0,0,0,0,0,0 +722410,179,34,5513,950,850,26,3,0,0,0,0,0 +722511,179,34,38393,2113,1409,556,17,0,0,0,0,0 +722513,179,34,39748,1967,1029,748,3,0,0,0,0,0 +722514,179,34,295,9,3,0,0,0,0,0,0,0 +722515,179,34,3211,284,186,37,0,0,0,0,0,0 +811111,179,34,3467,827,741,0,0,0,0,0,0,0 +811112,179,34,12,5,4,0,0,0,0,0,0,0 +811113,179,34,19,6,0,0,0,0,0,0,0,0 +811118,179,34,23,12,3,0,0,0,0,0,0,0 +811121,179,34,1990,381,295,3,0,0,0,0,0,0 +811122,179,34,106,26,19,0,0,0,0,0,0,0 +811191,179,34,240,49,27,0,0,0,0,0,0,0 +811192,179,34,844,160,111,3,0,0,0,0,0,0 +811198,179,34,6,3,3,0,0,0,0,0,0,0 +811211,179,34,17,8,7,0,0,0,0,0,0,0 +811212,179,34,64,24,5,0,0,0,0,0,0,0 +811213,179,34,12,4,3,0,0,0,0,0,0,0 +811219,179,34,31,10,6,0,0,0,0,0,0,0 +811310,179,34,1666,226,143,9,0,0,0,0,0,0 +811420,179,34,22,6,0,0,0,0,0,0,0,0 +811490,179,34,107,33,25,0,0,0,0,0,0,0 +812111,179,34,26,7,4,0,0,0,0,0,0,0 +812112,179,34,2400,442,383,10,0,0,0,0,0,0 +812113,179,34,91,33,31,0,0,0,0,0,0,0 +812191,179,34,17,6,0,0,0,0,0,0,0,0 +812199,179,34,417,93,72,0,0,0,0,0,0,0 +812210,179,34,1366,286,176,0,0,0,0,0,0,0 +812220,179,34,127,48,35,0,0,0,0,0,0,0 +812310,179,34,122,30,14,0,0,0,0,0,0,0 +812320,179,34,347,45,9,0,0,0,0,0,0,0 +812332,179,34,0,3,0,0,0,0,0,0,0,0 +812910,179,34,495,89,62,0,0,0,0,0,0,0 +812930,179,34,17,3,0,0,0,0,0,0,0,0 +812990,179,34,118,30,25,0,0,0,0,0,0,0 +813110,179,34,17606,2935,2713,112,3,0,0,0,0,0 +813211,179,34,113,54,41,0,0,0,0,0,0,0 +813212,179,34,177,9,3,0,0,0,0,0,0,0 +813219,179,34,83,21,11,0,0,0,0,0,0,0 +813311,179,34,71,13,7,0,0,0,0,0,0,0 +813312,179,34,215,35,18,0,0,0,0,0,0,0 +813319,179,34,134,27,17,0,0,0,0,0,0,0 +813410,179,34,2847,382,289,0,0,0,0,0,0,0 +813910,179,34,1232,177,154,5,0,0,0,0,0,0 +813920,179,34,605,61,46,6,0,0,0,0,0,0 +813930,179,34,1808,248,202,7,0,0,0,0,0,0 +813940,179,34,44,13,13,0,0,0,0,0,0,0 +813990,179,34,35,29,19,0,0,0,0,0,0,0 +236115,179,17007,30,10,10,0,0,0,0,0,0,0 +236118,179,17007,14,8,8,0,0,0,0,0,0,0 +236220,179,17007,0,3,0,0,0,0,0,0,0,0 +238110,179,17007,4,3,3,0,0,0,0,0,0,0 +238130,179,17007,0,3,0,0,0,0,0,0,0,0 +238140,179,17007,9,4,4,0,0,0,0,0,0,0 +238160,179,17007,69,7,5,0,0,0,0,0,0,0 +238170,179,17007,13,5,4,0,0,0,0,0,0,0 +238210,179,17007,10,5,4,0,0,0,0,0,0,0 +238220,179,17007,13,9,8,0,0,0,0,0,0,0 +238310,179,17007,13,4,3,0,0,0,0,0,0,0 +238320,179,17007,6,5,5,0,0,0,0,0,0,0 +238330,179,17007,22,6,5,0,0,0,0,0,0,0 +238340,179,17007,4,3,3,0,0,0,0,0,0,0 +238910,179,17007,27,11,10,0,0,0,0,0,0,0 +238990,179,17007,38,9,7,0,0,0,0,0,0,0 +321920,179,17007,0,3,0,0,0,0,0,0,0,0 +327390,179,17007,58,3,0,0,0,0,0,0,0,0 +332710,179,17007,94,5,3,0,0,0,0,0,0,0 +332721,179,17007,32,3,0,0,0,0,0,0,0,0 +332813,179,17007,0,3,0,0,0,0,0,0,0,0 +333318,179,17007,0,3,0,0,0,0,0,0,0,0 +336390,179,17007,100,3,0,0,0,0,0,0,0,0 +423930,179,17007,0,3,0,0,0,0,0,0,0,0 +424130,179,17007,55,4,3,0,0,0,0,0,0,0 +425120,179,17007,13,8,7,0,0,0,0,0,0,0 +441110,179,17007,133,3,0,3,0,0,0,0,0,0 +441310,179,17007,50,6,3,0,0,0,0,0,0,0 +444130,179,17007,18,4,0,0,0,0,0,0,0,0 +444190,179,17007,17,4,0,0,0,0,0,0,0,0 +445110,179,17007,117,5,0,0,0,0,0,0,0,0 +445310,179,17007,8,4,4,0,0,0,0,0,0,0 +446110,179,17007,71,3,0,0,0,0,0,0,0,0 +447110,179,17007,157,20,16,0,0,0,0,0,0,0 +448140,179,17007,10,3,0,0,0,0,0,0,0,0 +451110,179,17007,1,3,3,0,0,0,0,0,0,0 +452319,179,17007,84,7,3,0,0,0,0,0,0,0 +454110,179,17007,0,3,3,0,0,0,0,0,0,0 +454390,179,17007,0,3,0,0,0,0,0,0,0,0 +484110,179,17007,27,19,19,0,0,0,0,0,0,0 +484121,179,17007,13,11,11,0,0,0,0,0,0,0 +484220,179,17007,16,19,18,0,0,0,0,0,0,0 +484230,179,17007,18,7,6,0,0,0,0,0,0,0 +488510,179,17007,0,3,0,0,0,0,0,0,0,0 +493110,179,17007,50,3,0,0,0,0,0,0,0,0 +493120,179,17007,0,3,0,0,0,0,0,0,0,0 +517311,179,17007,0,5,3,0,0,0,0,0,0,0 +522110,179,17007,127,13,10,0,0,0,0,0,0,0 +522291,179,17007,9,4,4,0,0,0,0,0,0,0 +523920,179,17007,0,3,3,0,0,0,0,0,0,0 +524210,179,17007,45,15,15,0,0,0,0,0,0,0 +531120,179,17007,6,4,4,0,0,0,0,0,0,0 +531190,179,17007,9,4,4,0,0,0,0,0,0,0 +531210,179,17007,13,6,5,0,0,0,0,0,0,0 +541110,179,17007,20,10,9,0,0,0,0,0,0,0 +541213,179,17007,16,3,0,0,0,0,0,0,0,0 +541219,179,17007,12,3,0,0,0,0,0,0,0,0 +541511,179,17007,12,8,8,0,0,0,0,0,0,0 +541611,179,17007,0,5,4,0,0,0,0,0,0,0 +561510,179,17007,0,4,4,0,0,0,0,0,0,0 +561720,179,17007,168,8,3,0,0,0,0,0,0,0 +561730,179,17007,64,33,31,0,0,0,0,0,0,0 +561740,179,17007,6,3,3,0,0,0,0,0,0,0 +621111,179,17007,121,12,11,0,0,0,0,0,0,0 +621210,179,17007,79,11,7,0,0,0,0,0,0,0 +621310,179,17007,7,4,4,0,0,0,0,0,0,0 +621340,179,17007,15,4,3,0,0,0,0,0,0,0 +623110,179,17007,0,3,0,0,0,0,0,0,0,0 +624120,179,17007,0,3,0,0,0,0,0,0,0,0 +624410,179,17007,75,10,5,0,0,0,0,0,0,0 +713290,179,17007,9,4,3,0,0,0,0,0,0,0 +713910,179,17007,39,3,0,0,0,0,0,0,0,0 +713940,179,17007,6,3,3,0,0,0,0,0,0,0 +722310,179,17007,90,4,0,0,0,0,0,0,0,0 +722410,179,17007,43,7,4,0,0,0,0,0,0,0 +722511,179,17007,147,16,14,0,0,0,0,0,0,0 +722513,179,17007,539,26,17,9,0,0,0,0,0,0 +722515,179,17007,37,5,0,0,0,0,0,0,0,0 +811111,179,17007,51,19,19,0,0,0,0,0,0,0 +811121,179,17007,22,5,3,0,0,0,0,0,0,0 +811192,179,17007,0,3,0,0,0,0,0,0,0,0 +811310,179,17007,0,3,0,0,0,0,0,0,0,0 +812112,179,17007,30,10,8,0,0,0,0,0,0,0 +812220,179,17007,0,3,3,0,0,0,0,0,0,0 +812990,179,17007,13,3,0,0,0,0,0,0,0,0 +813110,179,17007,144,18,15,0,0,0,0,0,0,0 +813211,179,17007,3,3,3,0,0,0,0,0,0,0 +813410,179,17007,30,3,0,0,0,0,0,0,0,0 +813910,179,17007,0,4,4,0,0,0,0,0,0,0 +813930,179,17007,0,4,0,0,0,0,0,0,0,0 +236115,179,17103,19,8,7,0,0,0,0,0,0,0 +236118,179,17103,38,11,11,0,0,0,0,0,0,0 +236220,179,17103,12,4,3,0,0,0,0,0,0,0 +238110,179,17103,6,3,3,0,0,0,0,0,0,0 +238210,179,17103,14,7,7,0,0,0,0,0,0,0 +238220,179,17103,43,13,10,0,0,0,0,0,0,0 +238320,179,17103,10,4,3,0,0,0,0,0,0,0 +238910,179,17103,0,4,3,0,0,0,0,0,0,0 +238990,179,17103,5,5,5,0,0,0,0,0,0,0 +332710,179,17103,29,3,0,0,0,0,0,0,0,0 +423830,179,17103,22,5,4,0,0,0,0,0,0,0 +424510,179,17103,30,5,0,0,0,0,0,0,0,0 +424910,179,17103,90,8,7,0,0,0,0,0,0,0 +441110,179,17103,165,3,0,0,0,0,0,0,0,0 +441120,179,17103,25,4,3,0,0,0,0,0,0,0 +441210,179,17103,7,3,0,0,0,0,0,0,0,0 +441310,179,17103,21,4,0,0,0,0,0,0,0,0 +441320,179,17103,11,3,0,0,0,0,0,0,0,0 +444190,179,17103,46,7,3,0,0,0,0,0,0,0 +445110,179,17103,166,6,0,0,0,0,0,0,0,0 +446110,179,17103,59,3,0,0,0,0,0,0,0,0 +447110,179,17103,207,19,16,3,0,0,0,0,0,0 +452319,179,17103,32,5,0,0,0,0,0,0,0,0 +453110,179,17103,15,3,0,0,0,0,0,0,0,0 +453220,179,17103,19,3,0,0,0,0,0,0,0,0 +454110,179,17103,14,3,0,0,0,0,0,0,0,0 +484110,179,17103,4,3,3,0,0,0,0,0,0,0 +484121,179,17103,61,8,7,0,0,0,0,0,0,0 +484220,179,17103,27,11,11,0,0,0,0,0,0,0 +517311,179,17103,0,5,5,0,0,0,0,0,0,0 +522110,179,17103,157,13,11,0,0,0,0,0,0,0 +522120,179,17103,0,3,0,0,0,0,0,0,0,0 +523920,179,17103,0,3,3,0,0,0,0,0,0,0 +524126,179,17103,9,3,0,0,0,0,0,0,0,0 +524210,179,17103,76,22,21,0,0,0,0,0,0,0 +531110,179,17103,9,6,6,0,0,0,0,0,0,0 +531210,179,17103,6,5,5,0,0,0,0,0,0,0 +541110,179,17103,30,5,0,0,0,0,0,0,0,0 +541211,179,17103,44,4,0,0,0,0,0,0,0,0 +541330,179,17103,79,4,0,0,0,0,0,0,0,0 +541940,179,17103,61,3,0,0,0,0,0,0,0,0 +561110,179,17103,5,3,3,0,0,0,0,0,0,0 +561320,179,17103,330,3,0,0,0,0,0,0,0,0 +561720,179,17103,14,3,0,0,0,0,0,0,0,0 +561730,179,17103,29,11,8,0,0,0,0,0,0,0 +621111,179,17103,0,10,3,0,0,0,0,0,0,0 +621210,179,17103,56,11,10,0,0,0,0,0,0,0 +621310,179,17103,23,7,5,0,0,0,0,0,0,0 +621492,179,17103,0,3,0,0,0,0,0,0,0,0 +623110,179,17103,249,4,0,0,0,0,0,0,0,0 +623210,179,17103,0,20,17,0,0,0,0,0,0,0 +624120,179,17103,36,3,0,0,0,0,0,0,0,0 +624190,179,17103,15,4,3,0,0,0,0,0,0,0 +624310,179,17103,26,3,0,0,0,0,0,0,0,0 +624410,179,17103,87,7,3,0,0,0,0,0,0,0 +713290,179,17103,13,3,0,0,0,0,0,0,0,0 +713940,179,17103,0,3,0,0,0,0,0,0,0,0 +722310,179,17103,36,3,0,0,0,0,0,0,0,0 +722410,179,17103,61,18,18,0,0,0,0,0,0,0 +722511,179,17103,337,30,25,4,0,0,0,0,0,0 +722513,179,17103,421,19,11,6,0,0,0,0,0,0 +811111,179,17103,35,12,10,0,0,0,0,0,0,0 +811121,179,17103,46,5,3,0,0,0,0,0,0,0 +811310,179,17103,19,3,0,0,0,0,0,0,0,0 +812112,179,17103,35,6,4,0,0,0,0,0,0,0 +812220,179,17103,0,3,3,0,0,0,0,0,0,0 +813110,179,17103,108,32,30,0,0,0,0,0,0,0 +813312,179,17103,16,4,3,0,0,0,0,0,0,0 +813410,179,17103,30,5,4,0,0,0,0,0,0,0 +813910,179,17103,8,3,3,0,0,0,0,0,0,0 +813930,179,17103,29,4,0,0,0,0,0,0,0,0 +236115,179,17141,23,4,0,0,0,0,0,0,0,0 +236118,179,17141,42,18,18,0,0,0,0,0,0,0 +236220,179,17141,37,7,4,0,0,0,0,0,0,0 +238110,179,17141,27,10,8,0,0,0,0,0,0,0 +238210,179,17141,61,10,8,0,0,0,0,0,0,0 +238220,179,17141,58,13,12,0,0,0,0,0,0,0 +238310,179,17141,24,4,0,0,0,0,0,0,0,0 +238320,179,17141,4,4,4,0,0,0,0,0,0,0 +238350,179,17141,7,3,3,0,0,0,0,0,0,0 +238910,179,17141,80,16,15,0,0,0,0,0,0,0 +238990,179,17141,92,10,6,0,0,0,0,0,0,0 +323111,179,17141,0,5,3,0,0,0,0,0,0,0 +327320,179,17141,23,4,3,0,0,0,0,0,0,0 +332322,179,17141,0,3,0,0,0,0,0,0,0,0 +333515,179,17141,8,3,0,0,0,0,0,0,0,0 +423820,179,17141,70,6,0,0,0,0,0,0,0,0 +424510,179,17141,141,8,4,0,0,0,0,0,0,0 +424910,179,17141,37,8,5,0,0,0,0,0,0,0 +424920,179,17141,0,3,0,0,0,0,0,0,0,0 +441110,179,17141,115,5,0,3,0,0,0,0,0,0 +441120,179,17141,22,9,7,0,0,0,0,0,0,0 +441310,179,17141,27,3,3,0,0,0,0,0,0,0 +444130,179,17141,22,3,0,0,0,0,0,0,0,0 +444190,179,17141,22,5,3,0,0,0,0,0,0,0 +444220,179,17141,96,5,3,0,0,0,0,0,0,0 +445110,179,17141,299,9,0,3,0,0,0,0,0,0 +445310,179,17141,14,3,0,0,0,0,0,0,0,0 +446110,179,17141,94,5,0,3,0,0,0,0,0,0 +447110,179,17141,336,29,23,6,0,0,0,0,0,0 +452319,179,17141,45,8,6,0,0,0,0,0,0,0 +453110,179,17141,31,4,0,0,0,0,0,0,0,0 +454110,179,17141,33,6,4,0,0,0,0,0,0,0 +454310,179,17141,33,3,0,0,0,0,0,0,0,0 +484110,179,17141,90,15,12,0,0,0,0,0,0,0 +484121,179,17141,108,18,16,0,0,0,0,0,0,0 +484220,179,17141,61,21,21,0,0,0,0,0,0,0 +484230,179,17141,0,4,3,0,0,0,0,0,0,0 +488510,179,17141,14,4,0,0,0,0,0,0,0,0 +493110,179,17141,0,4,0,0,0,0,0,0,0,0 +493120,179,17141,931,4,0,0,0,0,0,0,0,0 +517311,179,17141,24,7,5,0,0,0,0,0,0,0 +518210,179,17141,0,3,0,0,0,0,0,0,0,0 +522110,179,17141,325,17,9,4,0,0,0,0,0,0 +522120,179,17141,0,3,0,0,0,0,0,0,0,0 +522130,179,17141,28,3,0,0,0,0,0,0,0,0 +522291,179,17141,8,4,4,0,0,0,0,0,0,0 +523920,179,17141,0,7,7,0,0,0,0,0,0,0 +524113,179,17141,4,4,4,0,0,0,0,0,0,0 +524126,179,17141,0,3,0,0,0,0,0,0,0,0 +524127,179,17141,0,3,0,0,0,0,0,0,0,0 +524210,179,17141,61,28,26,0,0,0,0,0,0,0 +531110,179,17141,13,4,3,0,0,0,0,0,0,0 +531120,179,17141,3,3,3,0,0,0,0,0,0,0 +531190,179,17141,0,3,3,0,0,0,0,0,0,0 +531210,179,17141,14,15,15,0,0,0,0,0,0,0 +531320,179,17141,8,3,0,0,0,0,0,0,0,0 +541110,179,17141,35,19,18,0,0,0,0,0,0,0 +541191,179,17141,0,3,3,0,0,0,0,0,0,0 +541211,179,17141,17,6,5,0,0,0,0,0,0,0 +541330,179,17141,0,7,4,0,0,0,0,0,0,0 +541350,179,17141,15,4,0,0,0,0,0,0,0,0 +541611,179,17141,0,3,0,0,0,0,0,0,0,0 +541940,179,17141,57,6,4,0,0,0,0,0,0,0 +541990,179,17141,4,3,3,0,0,0,0,0,0,0 +561110,179,17141,6,3,3,0,0,0,0,0,0,0 +561720,179,17141,0,4,0,0,0,0,0,0,0,0 +561730,179,17141,22,15,14,0,0,0,0,0,0,0 +561990,179,17141,8,4,4,0,0,0,0,0,0,0 +562111,179,17141,188,4,0,0,0,0,0,0,0,0 +562991,179,17141,0,3,0,0,0,0,0,0,0,0 +621111,179,17141,106,16,15,0,0,0,0,0,0,0 +621210,179,17141,135,18,15,0,0,0,0,0,0,0 +621310,179,17141,31,8,8,0,0,0,0,0,0,0 +621320,179,17141,22,3,0,0,0,0,0,0,0,0 +621340,179,17141,12,5,4,0,0,0,0,0,0,0 +623110,179,17141,349,6,0,4,0,0,0,0,0,0 +623312,179,17141,47,3,0,0,0,0,0,0,0,0 +624120,179,17141,182,6,3,0,0,0,0,0,0,0 +624410,179,17141,27,7,6,0,0,0,0,0,0,0 +713940,179,17141,8,4,3,0,0,0,0,0,0,0 +721110,179,17141,93,6,0,0,0,0,0,0,0,0 +721191,179,17141,3,3,3,0,0,0,0,0,0,0 +721214,179,17141,12,6,5,0,0,0,0,0,0,0 +722310,179,17141,24,3,0,0,0,0,0,0,0,0 +722410,179,17141,55,15,14,0,0,0,0,0,0,0 +722511,179,17141,325,37,32,5,0,0,0,0,0,0 +722513,179,17141,660,36,26,10,0,0,0,0,0,0 +722515,179,17141,13,6,4,0,0,0,0,0,0,0 +811111,179,17141,78,20,18,0,0,0,0,0,0,0 +811121,179,17141,48,13,13,0,0,0,0,0,0,0 +811192,179,17141,0,4,3,0,0,0,0,0,0,0 +811310,179,17141,20,8,7,0,0,0,0,0,0,0 +812112,179,17141,26,6,3,0,0,0,0,0,0,0 +812210,179,17141,18,8,7,0,0,0,0,0,0,0 +813110,179,17141,266,54,51,3,0,0,0,0,0,0 +813410,179,17141,22,7,6,0,0,0,0,0,0,0 +813910,179,17141,6,4,4,0,0,0,0,0,0,0 +813930,179,17141,49,5,0,0,0,0,0,0,0,0 +115210,179,17201,4,3,3,0,0,0,0,0,0,0 +212312,179,17201,28,7,5,0,0,0,0,0,0,0 +221210,179,17201,0,3,0,0,0,0,0,0,0,0 +236115,179,17201,79,24,23,0,0,0,0,0,0,0 +236117,179,17201,36,8,5,0,0,0,0,0,0,0 +236118,179,17201,162,59,58,0,0,0,0,0,0,0 +236210,179,17201,25,4,0,0,0,0,0,0,0,0 +236220,179,17201,179,25,23,0,0,0,0,0,0,0 +237110,179,17201,26,7,6,0,0,0,0,0,0,0 +237310,179,17201,222,7,3,0,0,0,0,0,0,0 +238110,179,17201,124,19,17,0,0,0,0,0,0,0 +238130,179,17201,17,6,5,0,0,0,0,0,0,0 +238140,179,17201,43,13,11,0,0,0,0,0,0,0 +238160,179,17201,123,27,26,0,0,0,0,0,0,0 +238170,179,17201,32,9,6,0,0,0,0,0,0,0 +238210,179,17201,609,47,36,11,0,0,0,0,0,0 +238220,179,17201,635,84,75,7,0,0,0,0,0,0 +238290,179,17201,39,7,5,0,0,0,0,0,0,0 +238310,179,17201,93,21,18,0,0,0,0,0,0,0 +238320,179,17201,96,25,25,0,0,0,0,0,0,0 +238330,179,17201,88,18,13,0,0,0,0,0,0,0 +238340,179,17201,168,8,3,0,0,0,0,0,0,0 +238350,179,17201,53,13,12,0,0,0,0,0,0,0 +238390,179,17201,123,8,7,0,0,0,0,0,0,0 +238910,179,17201,105,15,10,0,0,0,0,0,0,0 +238990,179,17201,120,39,39,0,0,0,0,0,0,0 +311811,179,17201,50,5,3,0,0,0,0,0,0,0 +311821,179,17201,0,3,0,0,0,0,0,0,0,0 +311919,179,17201,261,3,0,0,0,0,0,0,0,0 +314999,179,17201,45,3,0,0,0,0,0,0,0,0 +321920,179,17201,39,5,3,0,0,0,0,0,0,0 +322211,179,17201,215,4,0,0,0,0,0,0,0,0 +323111,179,17201,241,19,16,0,0,0,0,0,0,0 +323113,179,17201,0,5,4,0,0,0,0,0,0,0 +325211,179,17201,0,3,0,0,0,0,0,0,0,0 +325510,179,17201,141,3,0,0,0,0,0,0,0,0 +325998,179,17201,0,3,0,0,0,0,0,0,0,0 +326199,179,17201,257,9,0,4,0,0,0,0,0,0 +327320,179,17201,0,4,0,0,0,0,0,0,0,0 +332119,179,17201,199,3,0,0,0,0,0,0,0,0 +332216,179,17201,500,7,0,3,0,0,0,0,0,0 +332312,179,17201,0,3,0,0,0,0,0,0,0,0 +332313,179,17201,75,5,0,0,0,0,0,0,0,0 +332322,179,17201,326,8,0,5,0,0,0,0,0,0 +332323,179,17201,30,3,0,0,0,0,0,0,0,0 +332618,179,17201,390,7,0,0,0,0,0,0,0,0 +332710,179,17201,1337,102,86,15,0,0,0,0,0,0 +332721,179,17201,623,22,10,7,0,0,0,0,0,0 +332722,179,17201,1027,20,4,11,4,0,0,0,0,0 +332811,179,17201,242,13,5,5,0,0,0,0,0,0 +332812,179,17201,295,7,3,3,0,0,0,0,0,0 +332813,179,17201,266,9,3,0,0,0,0,0,0,0 +332912,179,17201,0,4,0,0,0,0,0,0,0,0 +332999,179,17201,226,9,6,0,0,0,0,0,0,0 +333111,179,17201,0,3,0,0,0,0,0,0,0,0 +333120,179,17201,0,3,0,0,0,0,0,0,0,0 +333244,179,17201,271,6,0,3,0,0,0,0,0,0 +333249,179,17201,60,6,3,0,0,0,0,0,0,0 +333318,179,17201,173,5,0,0,0,0,0,0,0,0 +333511,179,17201,171,8,0,0,0,0,0,0,0,0 +333514,179,17201,292,18,9,4,0,0,0,0,0,0 +333515,179,17201,1108,24,17,0,0,0,0,0,0,0 +333517,179,17201,304,7,0,3,0,0,0,0,0,0 +333519,179,17201,357,8,3,3,0,0,0,0,0,0 +333612,179,17201,0,3,0,0,0,0,0,0,0,0 +333995,179,17201,430,9,6,0,0,0,0,0,0,0 +333996,179,17201,598,3,0,0,3,0,0,0,0,0 +333999,179,17201,309,7,0,0,0,0,0,0,0,0 +335314,179,17201,0,4,0,0,0,0,0,0,0,0 +336390,179,17201,0,3,0,0,0,0,0,0,0,0 +336413,179,17201,0,3,0,0,0,0,0,0,0,0 +337110,179,17201,50,5,0,0,0,0,0,0,0,0 +337212,179,17201,124,5,0,0,0,0,0,0,0,0 +339116,179,17201,26,9,7,0,0,0,0,0,0,0 +339950,179,17201,44,4,3,0,0,0,0,0,0,0 +339999,179,17201,26,5,3,0,0,0,0,0,0,0 +423110,179,17201,270,7,0,0,0,0,0,0,0,0 +423120,179,17201,198,8,0,3,0,0,0,0,0,0 +423130,179,17201,39,4,3,0,0,0,0,0,0,0 +423210,179,17201,9,3,0,0,0,0,0,0,0,0 +423220,179,17201,25,5,3,0,0,0,0,0,0,0 +423310,179,17201,198,8,0,0,0,0,0,0,0,0 +423330,179,17201,97,4,0,0,0,0,0,0,0,0 +423420,179,17201,58,8,5,0,0,0,0,0,0,0 +423430,179,17201,98,4,0,0,0,0,0,0,0,0 +423440,179,17201,44,4,0,0,0,0,0,0,0,0 +423450,179,17201,32,6,5,0,0,0,0,0,0,0 +423510,179,17201,169,10,6,0,0,0,0,0,0,0 +423610,179,17201,470,15,9,0,0,0,0,0,0,0 +423690,179,17201,133,6,4,0,0,0,0,0,0,0 +423710,179,17201,110,7,3,0,0,0,0,0,0,0 +423720,179,17201,107,7,3,0,0,0,0,0,0,0 +423730,179,17201,49,8,7,0,0,0,0,0,0,0 +423810,179,17201,80,6,5,0,0,0,0,0,0,0 +423820,179,17201,58,4,3,0,0,0,0,0,0,0 +423830,179,17201,724,69,58,9,0,0,0,0,0,0 +423840,179,17201,203,23,20,3,0,0,0,0,0,0 +423850,179,17201,37,5,3,0,0,0,0,0,0,0 +423910,179,17201,33,7,5,0,0,0,0,0,0,0 +423930,179,17201,224,16,12,3,0,0,0,0,0,0 +423990,179,17201,0,4,0,0,0,0,0,0,0,0 +424110,179,17201,92,3,0,0,0,0,0,0,0,0 +424120,179,17201,32,5,3,0,0,0,0,0,0,0 +424130,179,17201,55,3,0,0,0,0,0,0,0,0 +424210,179,17201,131,4,0,0,0,0,0,0,0,0 +424490,179,17201,392,11,5,5,0,0,0,0,0,0 +424610,179,17201,52,5,3,0,0,0,0,0,0,0 +424690,179,17201,6,3,3,0,0,0,0,0,0,0 +424710,179,17201,40,6,3,0,0,0,0,0,0,0 +424990,179,17201,117,6,3,0,0,0,0,0,0,0 +425120,179,17201,50,38,37,0,0,0,0,0,0,0 +441110,179,17201,787,14,0,7,3,0,0,0,0,0 +441120,179,17201,148,37,35,0,0,0,0,0,0,0 +441210,179,17201,93,5,3,0,0,0,0,0,0,0 +441228,179,17201,46,3,0,0,0,0,0,0,0,0 +441310,179,17201,371,39,37,0,0,0,0,0,0,0 +441320,179,17201,146,20,20,0,0,0,0,0,0,0 +442110,179,17201,231,23,19,3,0,0,0,0,0,0 +442210,179,17201,80,7,0,0,0,0,0,0,0,0 +442299,179,17201,156,15,7,5,0,0,0,0,0,0 +443141,179,17201,66,8,5,0,0,0,0,0,0,0 +443142,179,17201,150,11,9,0,0,0,0,0,0,0 +444110,179,17201,1000,8,0,0,6,0,0,0,0,0 +444120,179,17201,0,6,3,0,0,0,0,0,0,0 +444130,179,17201,193,14,10,3,0,0,0,0,0,0 +444190,179,17201,192,20,16,0,0,0,0,0,0,0 +444210,179,17201,45,4,3,0,0,0,0,0,0,0 +444220,179,17201,95,9,6,0,0,0,0,0,0,0 +445110,179,17201,1864,52,32,13,7,0,0,0,0,0 +445120,179,17201,20,12,12,0,0,0,0,0,0,0 +445210,179,17201,49,6,3,0,0,0,0,0,0,0 +445291,179,17201,28,3,0,0,0,0,0,0,0,0 +445292,179,17201,0,3,0,0,0,0,0,0,0,0 +445310,179,17201,85,24,23,0,0,0,0,0,0,0 +446110,179,17201,546,31,17,14,0,0,0,0,0,0 +446120,179,17201,121,16,14,0,0,0,0,0,0,0 +446130,179,17201,145,17,13,0,0,0,0,0,0,0 +446191,179,17201,35,9,9,0,0,0,0,0,0,0 +446199,179,17201,40,6,4,0,0,0,0,0,0,0 +447110,179,17201,763,104,100,4,0,0,0,0,0,0 +447190,179,17201,108,10,5,3,0,0,0,0,0,0 +448110,179,17201,45,7,6,0,0,0,0,0,0,0 +448120,179,17201,283,28,22,6,0,0,0,0,0,0 +448130,179,17201,52,5,3,0,0,0,0,0,0,0 +448140,179,17201,499,20,6,12,0,0,0,0,0,0 +448150,179,17201,31,5,3,0,0,0,0,0,0,0 +448190,179,17201,131,12,8,0,0,0,0,0,0,0 +448210,179,17201,186,21,19,0,0,0,0,0,0,0 +448310,179,17201,139,19,18,0,0,0,0,0,0,0 +451110,179,17201,224,21,17,0,0,0,0,0,0,0 +451120,179,17201,238,11,7,3,0,0,0,0,0,0 +451130,179,17201,36,5,0,0,0,0,0,0,0,0 +451140,179,17201,45,4,0,0,0,0,0,0,0,0 +451211,179,17201,76,5,0,0,0,0,0,0,0,0 +452210,179,17201,745,9,0,4,3,0,0,0,0,0 +452311,179,17201,2113,9,0,0,5,4,0,0,0,0 +452319,179,17201,626,41,34,7,0,0,0,0,0,0 +453110,179,17201,99,13,10,0,0,0,0,0,0,0 +453210,179,17201,41,5,3,0,0,0,0,0,0,0 +453220,179,17201,101,20,20,0,0,0,0,0,0,0 +453310,179,17201,170,23,19,0,0,0,0,0,0,0 +453910,179,17201,116,6,3,0,0,0,0,0,0,0 +453991,179,17201,47,19,19,0,0,0,0,0,0,0 +453998,179,17201,80,21,19,0,0,0,0,0,0,0 +454110,179,17201,102,18,14,0,0,0,0,0,0,0 +454210,179,17201,86,7,4,0,0,0,0,0,0,0 +454390,179,17201,90,28,26,0,0,0,0,0,0,0 +484110,179,17201,281,42,35,5,0,0,0,0,0,0 +484121,179,17201,424,45,41,0,0,0,0,0,0,0 +484122,179,17201,772,16,4,5,4,0,0,0,0,0 +484210,179,17201,119,5,0,0,0,0,0,0,0,0 +484220,179,17201,91,33,30,0,0,0,0,0,0,0 +484230,179,17201,53,6,3,0,0,0,0,0,0,0 +485991,179,17201,286,3,0,0,0,0,0,0,0,0 +488190,179,17201,212,11,6,0,0,0,0,0,0,0 +488410,179,17201,59,7,5,0,0,0,0,0,0,0 +488490,179,17201,0,3,3,0,0,0,0,0,0,0 +488510,179,17201,68,18,17,0,0,0,0,0,0,0 +492110,179,17201,1441,11,3,0,0,0,0,0,0,0 +492210,179,17201,56,4,0,0,0,0,0,0,0,0 +493110,179,17201,966,12,7,0,0,0,0,0,0,0 +511110,179,17201,0,6,3,0,0,0,0,0,0,0 +511120,179,17201,84,4,0,0,0,0,0,0,0,0 +511210,179,17201,0,5,0,0,0,0,0,0,0,0 +512110,179,17201,3,3,3,0,0,0,0,0,0,0 +515112,179,17201,87,4,0,0,0,0,0,0,0,0 +515120,179,17201,146,4,0,0,0,0,0,0,0,0 +517311,179,17201,363,29,21,0,0,0,0,0,0,0 +517312,179,17201,169,19,17,0,0,0,0,0,0,0 +517911,179,17201,15,5,3,0,0,0,0,0,0,0 +518210,179,17201,161,7,4,0,0,0,0,0,0,0 +522110,179,17201,1220,83,69,12,0,0,0,0,0,0 +522130,179,17201,359,21,17,3,0,0,0,0,0,0 +522291,179,17201,74,19,18,0,0,0,0,0,0,0 +522292,179,17201,28,6,3,0,0,0,0,0,0,0 +522298,179,17201,32,8,8,0,0,0,0,0,0,0 +522320,179,17201,10,4,3,0,0,0,0,0,0,0 +522390,179,17201,52,9,5,0,0,0,0,0,0,0 +523120,179,17201,117,23,19,0,0,0,0,0,0,0 +523920,179,17201,211,43,40,0,0,0,0,0,0,0 +523930,179,17201,33,17,16,0,0,0,0,0,0,0 +523991,179,17201,10,3,0,0,0,0,0,0,0,0 +524113,179,17201,0,3,3,0,0,0,0,0,0,0 +524114,179,17201,0,5,3,0,0,0,0,0,0,0 +524126,179,17201,0,4,0,0,0,0,0,0,0,0 +524127,179,17201,13,3,0,0,0,0,0,0,0,0 +524210,179,17201,580,139,134,4,0,0,0,0,0,0 +524292,179,17201,187,8,4,0,0,0,0,0,0,0 +531110,179,17201,130,29,28,0,0,0,0,0,0,0 +531120,179,17201,134,27,26,0,0,0,0,0,0,0 +531130,179,17201,32,18,18,0,0,0,0,0,0,0 +531190,179,17201,0,3,0,0,0,0,0,0,0,0 +531210,179,17201,134,56,56,0,0,0,0,0,0,0 +531311,179,17201,387,14,12,0,0,0,0,0,0,0 +531312,179,17201,63,10,8,0,0,0,0,0,0,0 +531320,179,17201,23,10,8,0,0,0,0,0,0,0 +531390,179,17201,32,9,7,0,0,0,0,0,0,0 +532111,179,17201,42,10,9,0,0,0,0,0,0,0 +532120,179,17201,37,3,0,0,0,0,0,0,0,0 +532210,179,17201,0,10,8,0,0,0,0,0,0,0 +532282,179,17201,0,4,0,0,0,0,0,0,0,0 +532283,179,17201,52,4,3,0,0,0,0,0,0,0 +532289,179,17201,66,9,4,0,0,0,0,0,0,0 +532490,179,17201,60,7,6,0,0,0,0,0,0,0 +541110,179,17201,671,141,136,5,0,0,0,0,0,0 +541191,179,17201,0,5,3,0,0,0,0,0,0,0 +541211,179,17201,282,45,42,0,0,0,0,0,0,0 +541213,179,17201,200,27,25,0,0,0,0,0,0,0 +541214,179,17201,30,4,0,0,0,0,0,0,0,0 +541219,179,17201,133,28,24,0,0,0,0,0,0,0 +541310,179,17201,99,12,10,0,0,0,0,0,0,0 +541320,179,17201,0,4,3,0,0,0,0,0,0,0 +541330,179,17201,1123,42,33,7,0,0,0,0,0,0 +541340,179,17201,15,5,4,0,0,0,0,0,0,0 +541350,179,17201,7,7,7,0,0,0,0,0,0,0 +541370,179,17201,5,3,3,0,0,0,0,0,0,0 +541380,179,17201,94,6,3,0,0,0,0,0,0,0 +541410,179,17201,12,6,5,0,0,0,0,0,0,0 +541420,179,17201,0,4,3,0,0,0,0,0,0,0 +541430,179,17201,44,10,9,0,0,0,0,0,0,0 +541511,179,17201,178,24,21,0,0,0,0,0,0,0 +541512,179,17201,672,26,21,0,0,0,0,0,0,0 +541513,179,17201,0,7,6,0,0,0,0,0,0,0 +541519,179,17201,8,3,0,0,0,0,0,0,0,0 +541611,179,17201,76,32,31,0,0,0,0,0,0,0 +541612,179,17201,0,5,4,0,0,0,0,0,0,0 +541613,179,17201,69,14,11,0,0,0,0,0,0,0 +541614,179,17201,82,11,8,0,0,0,0,0,0,0 +541618,179,17201,2,3,3,0,0,0,0,0,0,0 +541620,179,17201,15,4,3,0,0,0,0,0,0,0 +541690,179,17201,13,11,11,0,0,0,0,0,0,0 +541810,179,17201,105,20,18,0,0,0,0,0,0,0 +541890,179,17201,64,11,7,0,0,0,0,0,0,0 +541921,179,17201,54,14,13,0,0,0,0,0,0,0 +541930,179,17201,3,3,3,0,0,0,0,0,0,0 +541940,179,17201,238,23,22,0,0,0,0,0,0,0 +541990,179,17201,86,13,9,0,0,0,0,0,0,0 +551114,179,17201,879,24,13,8,0,0,0,0,0,0 +561110,179,17201,58,10,7,0,0,0,0,0,0,0 +561210,179,17201,59,4,0,0,0,0,0,0,0,0 +561311,179,17201,282,6,0,0,0,0,0,0,0,0 +561312,179,17201,287,8,5,0,0,0,0,0,0,0 +561320,179,17201,3404,27,10,8,3,0,0,0,0,0 +561330,179,17201,133,4,0,0,0,0,0,0,0,0 +561410,179,17201,0,3,0,0,0,0,0,0,0,0 +561422,179,17201,2345,10,0,0,0,0,0,0,0,0 +561431,179,17201,22,4,0,0,0,0,0,0,0,0 +561439,179,17201,0,3,0,0,0,0,0,0,0,0 +561492,179,17201,5,4,4,0,0,0,0,0,0,0 +561510,179,17201,33,9,7,0,0,0,0,0,0,0 +561612,179,17201,402,7,0,0,0,0,0,0,0,0 +561613,179,17201,44,4,3,0,0,0,0,0,0,0 +561621,179,17201,195,8,4,0,0,0,0,0,0,0 +561622,179,17201,28,4,0,0,0,0,0,0,0,0 +561710,179,17201,42,12,9,0,0,0,0,0,0,0 +561720,179,17201,727,51,43,5,0,0,0,0,0,0 +561730,179,17201,405,105,100,5,0,0,0,0,0,0 +561740,179,17201,54,10,6,0,0,0,0,0,0,0 +561790,179,17201,26,11,10,0,0,0,0,0,0,0 +561910,179,17201,0,5,3,0,0,0,0,0,0,0 +561990,179,17201,266,11,7,0,0,0,0,0,0,0 +562111,179,17201,0,7,3,3,0,0,0,0,0,0 +562212,179,17201,0,3,0,0,0,0,0,0,0,0 +562910,179,17201,0,3,0,0,0,0,0,0,0,0 +562991,179,17201,20,3,0,0,0,0,0,0,0,0 +611110,179,17201,771,16,0,6,3,0,0,0,0,0 +611310,179,17201,607,4,0,0,0,0,0,0,0,0 +611513,179,17201,0,5,3,0,0,0,0,0,0,0 +611610,179,17201,94,10,7,0,0,0,0,0,0,0 +611620,179,17201,113,17,13,0,0,0,0,0,0,0 +611691,179,17201,44,5,0,0,0,0,0,0,0,0 +611699,179,17201,33,5,0,0,0,0,0,0,0,0 +611710,179,17201,9,4,4,0,0,0,0,0,0,0 +621111,179,17201,2529,119,88,28,0,0,0,0,0,0 +621112,179,17201,32,9,7,0,0,0,0,0,0,0 +621210,179,17201,952,110,101,8,0,0,0,0,0,0 +621310,179,17201,214,52,52,0,0,0,0,0,0,0 +621320,179,17201,106,13,10,0,0,0,0,0,0,0 +621330,179,17201,84,28,26,0,0,0,0,0,0,0 +621340,179,17201,144,32,32,0,0,0,0,0,0,0 +621391,179,17201,25,7,5,0,0,0,0,0,0,0 +621399,179,17201,101,8,6,0,0,0,0,0,0,0 +621420,179,17201,186,6,3,0,0,0,0,0,0,0 +621492,179,17201,0,9,0,4,0,0,0,0,0,0 +621493,179,17201,92,3,0,0,0,0,0,0,0,0 +621498,179,17201,670,15,8,0,4,0,0,0,0,0 +621511,179,17201,50,4,0,0,0,0,0,0,0,0 +621610,179,17201,1157,18,3,7,4,0,0,0,0,0 +621910,179,17201,0,3,0,0,0,0,0,0,0,0 +621991,179,17201,117,4,0,0,0,0,0,0,0,0 +621999,179,17201,0,4,0,0,0,0,0,0,0,0 +622110,179,17201,6928,3,0,0,0,0,0,0,0,0 +623110,179,17201,1902,19,0,7,10,0,0,0,0,0 +623210,179,17201,876,63,57,3,0,0,0,0,0,0 +623220,179,17201,0,12,4,0,3,0,0,0,0,0 +623311,179,17201,545,6,0,0,0,0,0,0,0,0 +623312,179,17201,280,7,0,6,0,0,0,0,0,0 +623990,179,17201,0,3,0,0,0,0,0,0,0,0 +624110,179,17201,253,11,7,0,0,0,0,0,0,0 +624120,179,17201,894,15,0,6,0,0,0,0,0,0 +624190,179,17201,534,29,20,4,0,0,0,0,0,0 +624229,179,17201,21,3,0,0,0,0,0,0,0,0 +624310,179,17201,546,9,3,0,3,0,0,0,0,0 +624410,179,17201,561,31,21,8,0,0,0,0,0,0 +711130,179,17201,125,5,0,0,0,0,0,0,0,0 +711310,179,17201,5,3,3,0,0,0,0,0,0,0 +711510,179,17201,16,9,8,0,0,0,0,0,0,0 +712110,179,17201,159,8,3,0,0,0,0,0,0,0 +713120,179,17201,53,5,0,0,0,0,0,0,0,0 +713290,179,17201,74,15,14,0,0,0,0,0,0,0 +713910,179,17201,156,4,0,0,0,0,0,0,0,0 +713940,179,17201,978,33,23,7,3,0,0,0,0,0 +713950,179,17201,0,9,3,4,0,0,0,0,0,0 +713990,179,17201,237,16,10,0,0,0,0,0,0,0 +721110,179,17201,639,31,19,9,0,0,0,0,0,0 +722310,179,17201,292,15,12,0,0,0,0,0,0,0 +722320,179,17201,154,9,7,0,0,0,0,0,0,0 +722410,179,17201,358,56,54,0,0,0,0,0,0,0 +722511,179,17201,4575,206,129,73,4,0,0,0,0,0 +722513,179,17201,5075,226,125,100,0,0,0,0,0,0 +722515,179,17201,408,31,22,8,0,0,0,0,0,0 +811111,179,17201,457,106,106,0,0,0,0,0,0,0 +811113,179,17201,16,7,6,0,0,0,0,0,0,0 +811121,179,17201,254,35,32,3,0,0,0,0,0,0 +811122,179,17201,32,6,3,0,0,0,0,0,0,0 +811191,179,17201,0,11,8,0,0,0,0,0,0,0 +811192,179,17201,186,15,9,4,0,0,0,0,0,0 +811212,179,17201,9,4,4,0,0,0,0,0,0,0 +811219,179,17201,54,7,7,0,0,0,0,0,0,0 +811310,179,17201,160,31,30,0,0,0,0,0,0,0 +811412,179,17201,20,8,7,0,0,0,0,0,0,0 +811420,179,17201,0,3,0,0,0,0,0,0,0,0 +811490,179,17201,12,9,8,0,0,0,0,0,0,0 +812112,179,17201,337,64,63,0,0,0,0,0,0,0 +812113,179,17201,6,4,4,0,0,0,0,0,0,0 +812199,179,17201,104,12,10,0,0,0,0,0,0,0 +812210,179,17201,114,14,13,0,0,0,0,0,0,0 +812220,179,17201,44,8,5,0,0,0,0,0,0,0 +812310,179,17201,86,12,10,0,0,0,0,0,0,0 +812320,179,17201,74,11,9,0,0,0,0,0,0,0 +812332,179,17201,0,4,0,0,0,0,0,0,0,0 +812910,179,17201,125,23,20,0,0,0,0,0,0,0 +812930,179,17201,0,5,3,0,0,0,0,0,0,0 +812990,179,17201,44,11,8,0,0,0,0,0,0,0 +813110,179,17201,3910,161,145,13,0,0,0,0,0,0 +813211,179,17201,27,5,3,0,0,0,0,0,0,0 +813312,179,17201,14,3,0,0,0,0,0,0,0,0 +813410,179,17201,315,34,31,3,0,0,0,0,0,0 +813910,179,17201,55,15,11,0,0,0,0,0,0,0 +813920,179,17201,21,5,3,0,0,0,0,0,0,0 +813930,179,17201,147,26,26,0,0,0,0,0,0,0 +813990,179,17201,46,7,6,0,0,0,0,0,0,0 +115112,181,35,74,5,0,0,0,0,0,0,0,0 +221122,181,35,0,3,0,0,0,0,0,0,0,0 +236115,181,35,57,15,15,0,0,0,0,0,0,0 +236118,181,35,62,14,9,0,0,0,0,0,0,0 +236220,181,35,482,5,0,0,0,0,0,0,0,0 +237130,181,35,12,3,0,0,0,0,0,0,0,0 +237990,181,35,0,3,0,0,0,0,0,0,0,0 +238110,181,35,8,3,0,0,0,0,0,0,0,0 +238130,181,35,19,4,0,0,0,0,0,0,0,0 +238140,181,35,11,3,0,0,0,0,0,0,0,0 +238210,181,35,47,11,6,0,0,0,0,0,0,0 +238220,181,35,36,15,13,0,0,0,0,0,0,0 +238320,181,35,11,4,3,0,0,0,0,0,0,0 +238350,181,35,13,3,0,0,0,0,0,0,0,0 +238910,181,35,58,10,7,0,0,0,0,0,0,0 +238990,181,35,0,3,0,0,0,0,0,0,0,0 +332710,181,35,10,6,0,0,0,0,0,0,0,0 +423820,181,35,46,5,3,0,0,0,0,0,0,0 +424510,181,35,86,10,3,0,0,0,0,0,0,0 +424910,181,35,72,15,9,0,0,0,0,0,0,0 +441110,181,35,91,4,0,0,0,0,0,0,0,0 +441120,181,35,23,9,7,0,0,0,0,0,0,0 +441310,181,35,62,11,10,0,0,0,0,0,0,0 +441320,181,35,26,3,0,0,0,0,0,0,0,0 +444130,181,35,107,5,0,0,0,0,0,0,0,0 +444190,181,35,40,6,3,0,0,0,0,0,0,0 +445110,181,35,310,11,0,5,0,0,0,0,0,0 +445310,181,35,23,5,3,0,0,0,0,0,0,0 +446110,181,35,0,11,3,3,0,0,0,0,0,0 +447110,181,35,202,24,22,0,0,0,0,0,0,0 +447190,181,35,239,6,0,3,0,0,0,0,0,0 +452319,181,35,66,11,9,0,0,0,0,0,0,0 +453998,181,35,0,3,0,0,0,0,0,0,0,0 +454310,181,35,25,6,5,0,0,0,0,0,0,0 +484110,181,35,96,21,17,0,0,0,0,0,0,0 +484121,181,35,78,20,16,0,0,0,0,0,0,0 +484220,181,35,214,34,32,0,0,0,0,0,0,0 +484230,181,35,55,11,8,0,0,0,0,0,0,0 +517311,181,35,0,3,0,0,0,0,0,0,0,0 +522110,181,35,235,22,17,0,0,0,0,0,0,0 +523920,181,35,0,4,3,0,0,0,0,0,0,0 +524210,181,35,81,25,24,0,0,0,0,0,0,0 +531110,181,35,16,8,7,0,0,0,0,0,0,0 +531210,181,35,7,7,7,0,0,0,0,0,0,0 +541110,181,35,48,19,17,0,0,0,0,0,0,0 +541211,181,35,50,6,4,0,0,0,0,0,0,0 +541350,181,35,0,3,3,0,0,0,0,0,0,0 +541370,181,35,10,3,3,0,0,0,0,0,0,0 +541690,181,35,4,3,3,0,0,0,0,0,0,0 +541940,181,35,77,9,5,0,0,0,0,0,0,0 +561320,181,35,0,3,0,0,0,0,0,0,0,0 +561720,181,35,19,4,0,0,0,0,0,0,0,0 +561730,181,35,57,13,12,0,0,0,0,0,0,0 +561990,181,35,15,5,4,0,0,0,0,0,0,0 +621111,181,35,143,16,10,0,0,0,0,0,0,0 +621210,181,35,96,10,7,0,0,0,0,0,0,0 +621310,181,35,19,4,0,0,0,0,0,0,0,0 +624410,181,35,0,3,0,0,0,0,0,0,0,0 +713940,181,35,41,6,3,0,0,0,0,0,0,0 +721110,181,35,59,6,0,0,0,0,0,0,0,0 +722410,181,35,25,8,6,0,0,0,0,0,0,0 +722511,181,35,411,32,24,6,0,0,0,0,0,0 +722513,181,35,651,33,15,9,0,0,0,0,0,0 +722515,181,35,36,4,0,0,0,0,0,0,0,0 +811111,181,35,32,11,7,0,0,0,0,0,0,0 +811121,181,35,20,6,4,0,0,0,0,0,0,0 +811192,181,35,6,3,3,0,0,0,0,0,0,0 +812112,181,35,27,9,9,0,0,0,0,0,0,0 +812210,181,35,19,5,3,0,0,0,0,0,0,0 +812310,181,35,13,3,0,0,0,0,0,0,0,0 +813110,181,35,185,42,37,0,0,0,0,0,0,0 +813410,181,35,21,7,7,0,0,0,0,0,0,0 +813910,181,35,2,3,3,0,0,0,0,0,0,0 +213112,181,18089,52,3,0,0,0,0,0,0,0,0 +221112,181,18089,39,3,0,0,0,0,0,0,0,0 +221122,181,18089,0,31,18,7,0,0,0,0,0,0 +221210,181,18089,0,3,0,0,0,0,0,0,0,0 +221310,181,18089,0,4,0,0,0,0,0,0,0,0 +236115,181,18089,116,49,47,0,0,0,0,0,0,0 +236116,181,18089,8,5,5,0,0,0,0,0,0,0 +236117,181,18089,158,29,27,0,0,0,0,0,0,0 +236118,181,18089,334,109,109,0,0,0,0,0,0,0 +236210,181,18089,525,14,6,0,0,0,0,0,0,0 +236220,181,18089,740,43,33,9,0,0,0,0,0,0 +237110,181,18089,55,9,7,0,0,0,0,0,0,0 +237120,181,18089,689,4,0,0,0,0,0,0,0,0 +237130,181,18089,0,4,0,0,0,0,0,0,0,0 +237310,181,18089,1128,12,6,3,0,0,0,0,0,0 +237990,181,18089,102,9,7,0,0,0,0,0,0,0 +238110,181,18089,275,32,26,6,0,0,0,0,0,0 +238120,181,18089,165,7,0,0,0,0,0,0,0,0 +238130,181,18089,162,20,19,0,0,0,0,0,0,0 +238140,181,18089,156,29,24,3,0,0,0,0,0,0 +238150,181,18089,64,6,3,0,0,0,0,0,0,0 +238160,181,18089,449,29,21,3,0,0,0,0,0,0 +238170,181,18089,54,12,9,0,0,0,0,0,0,0 +238190,181,18089,697,7,0,0,0,0,0,0,0,0 +238210,181,18089,1258,76,65,8,0,0,0,0,0,0 +238220,181,18089,1366,135,121,13,0,0,0,0,0,0 +238290,181,18089,69,11,10,0,0,0,0,0,0,0 +238310,181,18089,363,21,16,3,0,0,0,0,0,0 +238320,181,18089,593,42,37,3,0,0,0,0,0,0 +238330,181,18089,59,14,10,0,0,0,0,0,0,0 +238340,181,18089,0,3,0,0,0,0,0,0,0,0 +238350,181,18089,209,39,36,3,0,0,0,0,0,0 +238390,181,18089,27,9,7,0,0,0,0,0,0,0 +238910,181,18089,636,33,25,6,0,0,0,0,0,0 +238990,181,18089,884,56,48,3,3,0,0,0,0,0 +311611,181,18089,30,3,0,0,0,0,0,0,0,0 +311811,181,18089,47,7,7,0,0,0,0,0,0,0 +312120,181,18089,148,7,0,3,0,0,0,0,0,0 +314910,181,18089,46,3,0,0,0,0,0,0,0,0 +321920,181,18089,55,3,0,0,0,0,0,0,0,0 +323111,181,18089,254,19,14,0,0,0,0,0,0,0 +323113,181,18089,9,3,0,0,0,0,0,0,0,0 +324191,181,18089,163,4,0,0,0,0,0,0,0,0 +325120,181,18089,0,4,0,0,0,0,0,0,0,0 +325180,181,18089,188,5,0,4,0,0,0,0,0,0 +326199,181,18089,15,3,0,0,0,0,0,0,0,0 +327120,181,18089,300,11,0,5,0,0,0,0,0,0 +327320,181,18089,0,7,3,0,0,0,0,0,0,0 +327390,181,18089,25,3,0,0,0,0,0,0,0,0 +331110,181,18089,10792,10,0,3,0,0,0,0,0,0 +332312,181,18089,545,12,3,3,0,0,0,0,0,0 +332313,181,18089,122,6,0,0,0,0,0,0,0,0 +332322,181,18089,251,7,0,0,0,0,0,0,0,0 +332710,181,18089,771,45,34,10,0,0,0,0,0,0 +332811,181,18089,90,6,0,3,0,0,0,0,0,0 +332812,181,18089,183,4,0,0,0,0,0,0,0,0 +332999,181,18089,81,4,0,0,0,0,0,0,0,0 +333922,181,18089,85,4,0,0,0,0,0,0,0,0 +333999,181,18089,105,4,0,0,0,0,0,0,0,0 +335314,181,18089,16,3,0,0,0,0,0,0,0,0 +336320,181,18089,205,4,0,0,0,0,0,0,0,0 +336390,181,18089,113,4,0,0,0,0,0,0,0,0 +337110,181,18089,292,5,0,0,0,0,0,0,0,0 +339112,181,18089,292,4,0,0,0,0,0,0,0,0 +339113,181,18089,138,3,0,0,0,0,0,0,0,0 +339116,181,18089,64,11,7,0,0,0,0,0,0,0 +339950,181,18089,113,8,5,0,0,0,0,0,0,0 +423110,181,18089,271,13,7,3,0,0,0,0,0,0 +423120,181,18089,144,16,12,0,0,0,0,0,0,0 +423130,181,18089,137,10,6,0,0,0,0,0,0,0 +423140,181,18089,83,4,0,0,0,0,0,0,0,0 +423210,181,18089,19,3,0,0,0,0,0,0,0,0 +423220,181,18089,33,3,0,0,0,0,0,0,0,0 +423330,181,18089,105,7,4,0,0,0,0,0,0,0 +423390,181,18089,28,3,0,0,0,0,0,0,0,0 +423420,181,18089,56,8,4,0,0,0,0,0,0,0 +423430,181,18089,0,5,0,0,0,0,0,0,0,0 +423450,181,18089,19,7,5,0,0,0,0,0,0,0 +423510,181,18089,681,37,24,9,0,0,0,0,0,0 +423610,181,18089,227,21,17,4,0,0,0,0,0,0 +423690,181,18089,63,6,3,0,0,0,0,0,0,0 +423710,181,18089,59,8,6,0,0,0,0,0,0,0 +423720,181,18089,101,8,3,3,0,0,0,0,0,0 +423730,181,18089,39,8,7,0,0,0,0,0,0,0 +423810,181,18089,151,7,0,5,0,0,0,0,0,0 +423830,181,18089,350,33,28,4,0,0,0,0,0,0 +423840,181,18089,164,19,17,0,0,0,0,0,0,0 +423850,181,18089,122,8,6,0,0,0,0,0,0,0 +423860,181,18089,23,3,0,0,0,0,0,0,0,0 +423910,181,18089,54,7,4,0,0,0,0,0,0,0 +423930,181,18089,234,25,23,0,0,0,0,0,0,0 +423990,181,18089,97,8,3,0,0,0,0,0,0,0 +424130,181,18089,39,4,0,0,0,0,0,0,0,0 +424210,181,18089,75,6,0,0,0,0,0,0,0,0 +424330,181,18089,31,3,0,0,0,0,0,0,0,0 +424420,181,18089,38,5,4,0,0,0,0,0,0,0 +424430,181,18089,56,5,3,0,0,0,0,0,0,0 +424450,181,18089,59,5,3,0,0,0,0,0,0,0 +424470,181,18089,81,6,3,0,0,0,0,0,0,0 +424480,181,18089,42,5,4,0,0,0,0,0,0,0 +424490,181,18089,219,14,8,3,0,0,0,0,0,0 +424690,181,18089,78,6,0,0,0,0,0,0,0,0 +424710,181,18089,106,10,7,0,0,0,0,0,0,0 +424910,181,18089,49,5,3,0,0,0,0,0,0,0 +424940,181,18089,8,3,0,0,0,0,0,0,0,0 +424990,181,18089,146,9,5,0,0,0,0,0,0,0 +425120,181,18089,477,52,49,0,0,0,0,0,0,0 +441110,181,18089,2049,37,3,28,4,0,0,0,0,0 +441120,181,18089,242,47,44,0,0,0,0,0,0,0 +441228,181,18089,73,7,3,0,0,0,0,0,0,0 +441310,181,18089,690,58,52,6,0,0,0,0,0,0 +441320,181,18089,181,23,21,0,0,0,0,0,0,0 +442110,181,18089,330,26,18,6,0,0,0,0,0,0 +442210,181,18089,57,14,13,0,0,0,0,0,0,0 +442299,181,18089,234,19,12,5,0,0,0,0,0,0 +443141,181,18089,150,14,9,3,0,0,0,0,0,0 +443142,181,18089,384,46,42,0,0,0,0,0,0,0 +444110,181,18089,1340,10,0,0,8,0,0,0,0,0 +444120,181,18089,58,10,9,0,0,0,0,0,0,0 +444130,181,18089,194,18,15,3,0,0,0,0,0,0 +444190,181,18089,562,36,27,7,0,0,0,0,0,0 +444210,181,18089,35,3,0,0,0,0,0,0,0,0 +444220,181,18089,173,14,12,0,0,0,0,0,0,0 +445110,181,18089,3803,93,57,20,14,0,0,0,0,0 +445120,181,18089,78,28,28,0,0,0,0,0,0,0 +445210,181,18089,97,9,4,0,0,0,0,0,0,0 +445230,181,18089,67,8,4,0,0,0,0,0,0,0 +445292,181,18089,31,7,6,0,0,0,0,0,0,0 +445299,181,18089,58,9,7,0,0,0,0,0,0,0 +445310,181,18089,433,82,80,0,0,0,0,0,0,0 +446110,181,18089,1305,69,34,35,0,0,0,0,0,0 +446120,181,18089,300,32,27,4,0,0,0,0,0,0 +446130,181,18089,130,16,16,0,0,0,0,0,0,0 +446191,181,18089,73,20,18,0,0,0,0,0,0,0 +446199,181,18089,144,16,13,3,0,0,0,0,0,0 +447110,181,18089,1039,175,171,4,0,0,0,0,0,0 +447190,181,18089,699,34,24,6,0,0,0,0,0,0 +448110,181,18089,41,8,6,0,0,0,0,0,0,0 +448120,181,18089,325,33,31,0,0,0,0,0,0,0 +448130,181,18089,109,7,3,0,0,0,0,0,0,0 +448140,181,18089,786,31,15,16,0,0,0,0,0,0 +448150,181,18089,56,9,7,0,0,0,0,0,0,0 +448190,181,18089,119,7,4,0,0,0,0,0,0,0 +448210,181,18089,323,34,30,4,0,0,0,0,0,0 +448310,181,18089,269,26,23,0,0,0,0,0,0,0 +451110,181,18089,498,28,22,3,0,0,0,0,0,0 +451120,181,18089,167,14,7,4,0,0,0,0,0,0 +451130,181,18089,0,3,0,0,0,0,0,0,0,0 +451140,181,18089,26,3,0,0,0,0,0,0,0,0 +451211,181,18089,94,11,8,0,0,0,0,0,0,0 +452210,181,18089,1000,8,0,0,6,0,0,0,0,0 +452311,181,18089,3106,14,0,0,7,6,0,0,0,0 +452319,181,18089,775,76,63,13,0,0,0,0,0,0 +453110,181,18089,161,23,23,0,0,0,0,0,0,0 +453210,181,18089,97,7,0,3,0,0,0,0,0,0 +453220,181,18089,177,25,25,0,0,0,0,0,0,0 +453310,181,18089,309,34,31,3,0,0,0,0,0,0 +453910,181,18089,207,13,8,4,0,0,0,0,0,0 +453991,181,18089,219,41,40,0,0,0,0,0,0,0 +453998,181,18089,92,30,28,0,0,0,0,0,0,0 +454110,181,18089,445,28,22,4,0,0,0,0,0,0 +454210,181,18089,91,8,4,0,0,0,0,0,0,0 +454390,181,18089,77,32,31,0,0,0,0,0,0,0 +484110,181,18089,458,82,74,4,0,0,0,0,0,0 +484121,181,18089,1277,119,109,8,0,0,0,0,0,0 +484122,181,18089,372,14,9,0,0,0,0,0,0,0 +484210,181,18089,68,8,7,0,0,0,0,0,0,0 +484220,181,18089,718,50,39,8,0,0,0,0,0,0 +484230,181,18089,717,24,14,4,3,0,0,0,0,0 +485310,181,18089,15,4,3,0,0,0,0,0,0,0 +485991,181,18089,0,3,0,0,0,0,0,0,0,0 +485999,181,18089,0,3,0,0,0,0,0,0,0,0 +486110,181,18089,0,7,0,3,0,0,0,0,0,0 +486210,181,18089,22,4,0,0,0,0,0,0,0,0 +486910,181,18089,85,6,3,0,0,0,0,0,0,0 +488119,181,18089,0,3,0,0,0,0,0,0,0,0 +488210,181,18089,882,18,13,0,0,0,0,0,0,0 +488410,181,18089,162,20,18,0,0,0,0,0,0,0 +488490,181,18089,96,8,5,0,0,0,0,0,0,0 +488510,181,18089,74,19,18,0,0,0,0,0,0,0 +492110,181,18089,0,12,7,0,0,0,0,0,0,0 +492210,181,18089,174,7,3,0,0,0,0,0,0,0 +493110,181,18089,491,18,9,8,0,0,0,0,0,0 +493190,181,18089,413,9,3,0,0,0,0,0,0,0 +511110,181,18089,0,4,3,0,0,0,0,0,0,0 +511120,181,18089,0,4,3,0,0,0,0,0,0,0 +512131,181,18089,0,4,0,3,0,0,0,0,0,0 +517311,181,18089,487,39,31,4,0,0,0,0,0,0 +517312,181,18089,190,30,29,0,0,0,0,0,0,0 +517911,181,18089,14,5,4,0,0,0,0,0,0,0 +518210,181,18089,323,13,9,0,0,0,0,0,0,0 +519130,181,18089,0,3,0,0,0,0,0,0,0,0 +522110,181,18089,1783,150,144,5,0,0,0,0,0,0 +522120,181,18089,0,20,16,0,0,0,0,0,0,0 +522130,181,18089,330,30,22,6,0,0,0,0,0,0 +522291,181,18089,48,7,6,0,0,0,0,0,0,0 +522292,181,18089,152,24,22,0,0,0,0,0,0,0 +522298,181,18089,66,12,10,0,0,0,0,0,0,0 +522320,181,18089,0,5,4,0,0,0,0,0,0,0 +522390,181,18089,186,31,31,0,0,0,0,0,0,0 +523110,181,18089,11,4,3,0,0,0,0,0,0,0 +523120,181,18089,122,25,21,3,0,0,0,0,0,0 +523910,181,18089,0,3,3,0,0,0,0,0,0,0 +523920,181,18089,97,45,45,0,0,0,0,0,0,0 +523930,181,18089,34,17,15,0,0,0,0,0,0,0 +524113,181,18089,45,5,0,0,0,0,0,0,0,0 +524126,181,18089,63,10,7,0,0,0,0,0,0,0 +524127,181,18089,0,13,9,3,0,0,0,0,0,0 +524210,181,18089,832,215,211,4,0,0,0,0,0,0 +524291,181,18089,10,4,4,0,0,0,0,0,0,0 +531110,181,18089,363,60,56,3,0,0,0,0,0,0 +531120,181,18089,164,38,34,0,0,0,0,0,0,0 +531130,181,18089,56,24,22,0,0,0,0,0,0,0 +531190,181,18089,23,4,3,0,0,0,0,0,0,0 +531210,181,18089,230,97,93,0,0,0,0,0,0,0 +531311,181,18089,325,52,49,3,0,0,0,0,0,0 +531312,181,18089,48,12,11,0,0,0,0,0,0,0 +531320,181,18089,35,21,21,0,0,0,0,0,0,0 +531390,181,18089,6,8,8,0,0,0,0,0,0,0 +532111,181,18089,72,9,9,0,0,0,0,0,0,0 +532120,181,18089,149,20,19,0,0,0,0,0,0,0 +532210,181,18089,0,15,14,0,0,0,0,0,0,0 +532281,181,18089,0,4,3,0,0,0,0,0,0,0 +532282,181,18089,46,7,6,0,0,0,0,0,0,0 +532283,181,18089,60,5,3,0,0,0,0,0,0,0 +532289,181,18089,26,6,4,0,0,0,0,0,0,0 +532310,181,18089,39,6,3,0,0,0,0,0,0,0 +532412,181,18089,97,4,0,0,0,0,0,0,0,0 +532490,181,18089,97,15,15,0,0,0,0,0,0,0 +541110,181,18089,1119,277,269,8,0,0,0,0,0,0 +541191,181,18089,60,10,6,0,0,0,0,0,0,0 +541211,181,18089,391,79,76,3,0,0,0,0,0,0 +541213,181,18089,402,50,48,0,0,0,0,0,0,0 +541214,181,18089,33,3,0,0,0,0,0,0,0,0 +541219,181,18089,260,47,42,3,0,0,0,0,0,0 +541310,181,18089,33,11,11,0,0,0,0,0,0,0 +541320,181,18089,16,4,3,0,0,0,0,0,0,0 +541330,181,18089,1015,65,50,13,0,0,0,0,0,0 +541350,181,18089,17,9,8,0,0,0,0,0,0,0 +541370,181,18089,52,12,8,0,0,0,0,0,0,0 +541380,181,18089,608,20,8,7,0,0,0,0,0,0 +541410,181,18089,15,7,5,0,0,0,0,0,0,0 +541430,181,18089,27,9,7,0,0,0,0,0,0,0 +541511,181,18089,86,30,28,0,0,0,0,0,0,0 +541512,181,18089,122,41,40,0,0,0,0,0,0,0 +541513,181,18089,0,7,5,0,0,0,0,0,0,0 +541519,181,18089,11,3,0,0,0,0,0,0,0,0 +541611,181,18089,472,56,53,0,0,0,0,0,0,0 +541612,181,18089,7,5,5,0,0,0,0,0,0,0 +541613,181,18089,91,30,28,0,0,0,0,0,0,0 +541614,181,18089,6,3,3,0,0,0,0,0,0,0 +541620,181,18089,83,8,3,0,0,0,0,0,0,0 +541690,181,18089,69,12,8,0,0,0,0,0,0,0 +541810,181,18089,15,11,11,0,0,0,0,0,0,0 +541820,181,18089,0,3,3,0,0,0,0,0,0,0 +541850,181,18089,81,8,4,0,0,0,0,0,0,0 +541860,181,18089,11,4,3,0,0,0,0,0,0,0 +541890,181,18089,54,9,8,0,0,0,0,0,0,0 +541910,181,18089,35,5,0,0,0,0,0,0,0,0 +541921,181,18089,78,11,9,0,0,0,0,0,0,0 +541922,181,18089,0,3,0,0,0,0,0,0,0,0 +541940,181,18089,531,34,23,10,0,0,0,0,0,0 +541990,181,18089,91,14,12,0,0,0,0,0,0,0 +551112,181,18089,0,6,3,0,0,0,0,0,0,0 +551114,181,18089,776,35,27,4,0,0,0,0,0,0 +561110,181,18089,739,40,34,4,0,0,0,0,0,0 +561311,181,18089,10,4,4,0,0,0,0,0,0,0 +561320,181,18089,1338,22,9,5,5,0,0,0,0,0 +561330,181,18089,208,5,0,0,0,0,0,0,0,0 +561410,181,18089,20,4,0,0,0,0,0,0,0,0 +561431,181,18089,30,4,0,0,0,0,0,0,0,0 +561439,181,18089,0,3,0,0,0,0,0,0,0,0 +561440,181,18089,159,6,0,0,0,0,0,0,0,0 +561492,181,18089,5,3,3,0,0,0,0,0,0,0 +561510,181,18089,39,16,14,0,0,0,0,0,0,0 +561599,181,18089,11,3,0,0,0,0,0,0,0,0 +561611,181,18089,40,6,3,0,0,0,0,0,0,0 +561612,181,18089,598,14,10,0,0,0,0,0,0,0 +561621,181,18089,89,14,14,0,0,0,0,0,0,0 +561622,181,18089,28,7,4,0,0,0,0,0,0,0 +561710,181,18089,101,11,6,0,0,0,0,0,0,0 +561720,181,18089,862,73,64,7,0,0,0,0,0,0 +561730,181,18089,603,129,121,7,0,0,0,0,0,0 +561740,181,18089,33,8,6,0,0,0,0,0,0,0 +561790,181,18089,48,12,9,0,0,0,0,0,0,0 +561920,181,18089,0,3,0,0,0,0,0,0,0,0 +561990,181,18089,263,23,19,0,0,0,0,0,0,0 +562111,181,18089,421,19,13,5,0,0,0,0,0,0 +562211,181,18089,391,3,0,0,0,0,0,0,0,0 +562212,181,18089,0,14,10,0,0,0,0,0,0,0 +562910,181,18089,289,14,8,3,0,0,0,0,0,0 +562991,181,18089,0,4,0,0,0,0,0,0,0,0 +562998,181,18089,94,5,0,0,0,0,0,0,0,0 +611110,181,18089,1214,32,14,16,0,0,0,0,0,0 +611310,181,18089,358,4,0,0,0,0,0,0,0,0 +611430,181,18089,14,6,5,0,0,0,0,0,0,0 +611511,181,18089,51,5,3,0,0,0,0,0,0,0 +611513,181,18089,53,9,7,0,0,0,0,0,0,0 +611519,181,18089,61,8,5,0,0,0,0,0,0,0 +611610,181,18089,183,26,25,0,0,0,0,0,0,0 +611620,181,18089,221,20,14,4,0,0,0,0,0,0 +611691,181,18089,111,10,7,0,0,0,0,0,0,0 +611692,181,18089,31,4,0,0,0,0,0,0,0,0 +611699,181,18089,41,6,4,0,0,0,0,0,0,0 +611710,181,18089,0,4,0,0,0,0,0,0,0,0 +621111,181,18089,4880,354,295,55,0,0,0,0,0,0 +621112,181,18089,38,9,6,0,0,0,0,0,0,0 +621210,181,18089,1594,191,179,12,0,0,0,0,0,0 +621310,181,18089,245,42,41,0,0,0,0,0,0,0 +621320,181,18089,232,43,41,0,0,0,0,0,0,0 +621330,181,18089,255,33,27,4,0,0,0,0,0,0 +621340,181,18089,645,86,84,0,0,0,0,0,0,0 +621391,181,18089,52,13,12,0,0,0,0,0,0,0 +621399,181,18089,26,11,11,0,0,0,0,0,0,0 +621410,181,18089,0,5,0,0,0,0,0,0,0,0 +621420,181,18089,349,19,12,4,0,0,0,0,0,0 +621492,181,18089,0,30,22,8,0,0,0,0,0,0 +621493,181,18089,207,9,0,4,0,0,0,0,0,0 +621498,181,18089,450,19,9,5,0,0,0,0,0,0 +621511,181,18089,0,9,5,0,0,0,0,0,0,0 +621512,181,18089,57,11,9,0,0,0,0,0,0,0 +621610,181,18089,2321,73,43,29,0,0,0,0,0,0 +621991,181,18089,0,3,0,0,0,0,0,0,0,0 +621999,181,18089,0,5,0,0,0,0,0,0,0,0 +622110,181,18089,11430,11,0,0,0,0,0,5,0,0 +622310,181,18089,435,3,0,0,3,0,0,0,0,0 +623110,181,18089,1681,18,0,5,9,0,0,0,0,0 +623210,181,18089,547,43,40,0,0,0,0,0,0,0 +623220,181,18089,112,8,3,0,0,0,0,0,0,0 +623311,181,18089,1218,6,0,0,0,0,0,0,0,0 +623312,181,18089,417,9,0,4,0,0,0,0,0,0 +623990,181,18089,0,3,0,0,0,0,0,0,0,0 +624110,181,18089,304,22,17,3,0,0,0,0,0,0 +624120,181,18089,1181,36,22,11,0,0,0,0,0,0 +624190,181,18089,675,39,29,9,0,0,0,0,0,0 +624221,181,18089,48,4,0,0,0,0,0,0,0,0 +624229,181,18089,111,14,12,0,0,0,0,0,0,0 +624310,181,18089,334,12,11,0,0,0,0,0,0,0 +624410,181,18089,1048,113,100,11,0,0,0,0,0,0 +711310,181,18089,155,4,0,0,0,0,0,0,0,0 +711320,181,18089,17,6,5,0,0,0,0,0,0,0 +711510,181,18089,63,13,11,0,0,0,0,0,0,0 +713120,181,18089,224,12,7,0,0,0,0,0,0,0 +713210,181,18089,0,3,0,0,0,0,0,0,0,0 +713910,181,18089,234,10,3,3,0,0,0,0,0,0 +713940,181,18089,530,37,30,6,0,0,0,0,0,0 +713950,181,18089,211,10,3,3,0,0,0,0,0,0 +713990,181,18089,130,26,26,0,0,0,0,0,0,0 +721110,181,18089,876,46,24,19,0,0,0,0,0,0 +722310,181,18089,253,11,4,0,0,0,0,0,0,0 +722320,181,18089,321,19,14,4,0,0,0,0,0,0 +722330,181,18089,15,7,6,0,0,0,0,0,0,0 +722410,181,18089,736,106,98,7,0,0,0,0,0,0 +722511,181,18089,6937,294,166,121,7,0,0,0,0,0 +722513,181,18089,8142,449,275,171,3,0,0,0,0,0 +722514,181,18089,82,5,0,0,0,0,0,0,0,0 +722515,181,18089,1069,81,61,19,0,0,0,0,0,0 +811111,181,18089,808,168,165,3,0,0,0,0,0,0 +811112,181,18089,18,12,11,0,0,0,0,0,0,0 +811113,181,18089,19,8,6,0,0,0,0,0,0,0 +811118,181,18089,86,11,7,0,0,0,0,0,0,0 +811121,181,18089,385,52,51,0,0,0,0,0,0,0 +811122,181,18089,40,11,9,0,0,0,0,0,0,0 +811191,181,18089,160,19,19,0,0,0,0,0,0,0 +811192,181,18089,377,41,35,6,0,0,0,0,0,0 +811198,181,18089,84,16,15,0,0,0,0,0,0,0 +811212,181,18089,6,6,6,0,0,0,0,0,0,0 +811213,181,18089,6,4,4,0,0,0,0,0,0,0 +811219,181,18089,4,4,4,0,0,0,0,0,0,0 +811310,181,18089,784,61,52,6,0,0,0,0,0,0 +811412,181,18089,9,6,6,0,0,0,0,0,0,0 +811420,181,18089,17,5,3,0,0,0,0,0,0,0 +811490,181,18089,34,12,10,0,0,0,0,0,0,0 +812111,181,18089,13,6,5,0,0,0,0,0,0,0 +812112,181,18089,956,131,119,11,0,0,0,0,0,0 +812113,181,18089,10,6,6,0,0,0,0,0,0,0 +812191,181,18089,40,4,0,0,0,0,0,0,0,0 +812199,181,18089,124,30,28,0,0,0,0,0,0,0 +812210,181,18089,202,36,32,0,0,0,0,0,0,0 +812220,181,18089,117,12,11,0,0,0,0,0,0,0 +812310,181,18089,83,21,19,0,0,0,0,0,0,0 +812320,181,18089,138,20,17,0,0,0,0,0,0,0 +812332,181,18089,419,10,0,3,0,0,0,0,0,0 +812910,181,18089,116,14,13,0,0,0,0,0,0,0 +812930,181,18089,0,9,6,0,0,0,0,0,0,0 +812990,181,18089,0,13,11,0,0,0,0,0,0,0 +813110,181,18089,2701,289,259,27,0,0,0,0,0,0 +813211,181,18089,0,10,8,0,0,0,0,0,0,0 +813312,181,18089,47,7,6,0,0,0,0,0,0,0 +813319,181,18089,13,4,3,0,0,0,0,0,0,0 +813410,181,18089,880,58,51,3,3,0,0,0,0,0 +813910,181,18089,42,15,12,0,0,0,0,0,0,0 +813920,181,18089,5,4,4,0,0,0,0,0,0,0 +813930,181,18089,638,53,47,4,0,0,0,0,0,0 +813990,181,18089,73,13,11,0,0,0,0,0,0,0 +115210,181,18091,0,3,3,0,0,0,0,0,0,0 +221122,181,18091,0,7,0,0,0,0,0,0,0,0 +236115,181,18091,41,13,10,0,0,0,0,0,0,0 +236118,181,18091,86,32,31,0,0,0,0,0,0,0 +236220,181,18091,420,11,8,0,0,0,0,0,0,0 +237110,181,18091,47,8,5,0,0,0,0,0,0,0 +237310,181,18091,105,5,0,0,0,0,0,0,0,0 +238110,181,18091,26,10,10,0,0,0,0,0,0,0 +238130,181,18091,9,4,3,0,0,0,0,0,0,0 +238140,181,18091,20,7,5,0,0,0,0,0,0,0 +238160,181,18091,58,8,7,0,0,0,0,0,0,0 +238210,181,18091,102,21,19,0,0,0,0,0,0,0 +238220,181,18091,249,32,31,0,0,0,0,0,0,0 +238310,181,18091,9,5,5,0,0,0,0,0,0,0 +238320,181,18091,27,10,10,0,0,0,0,0,0,0 +238350,181,18091,18,6,4,0,0,0,0,0,0,0 +238910,181,18091,102,17,16,0,0,0,0,0,0,0 +238990,181,18091,49,8,5,0,0,0,0,0,0,0 +312120,181,18091,19,3,0,0,0,0,0,0,0,0 +323111,181,18091,140,7,3,0,0,0,0,0,0,0 +325314,181,18091,67,3,0,0,0,0,0,0,0,0 +325611,181,18091,0,3,0,0,0,0,0,0,0,0 +326199,181,18091,95,7,4,0,0,0,0,0,0,0 +327320,181,18091,0,3,0,0,0,0,0,0,0,0 +332710,181,18091,145,16,14,0,0,0,0,0,0,0 +332721,181,18091,73,3,0,0,0,0,0,0,0,0 +332812,181,18091,145,3,0,0,0,0,0,0,0,0 +333249,181,18091,0,3,0,0,0,0,0,0,0,0 +333413,181,18091,138,3,0,0,0,0,0,0,0,0 +333912,181,18091,660,6,0,0,3,0,0,0,0,0 +333993,181,18091,0,3,0,0,0,0,0,0,0,0 +339999,181,18091,0,3,0,0,0,0,0,0,0,0 +423120,181,18091,14,4,3,0,0,0,0,0,0,0 +423310,181,18091,0,3,0,0,0,0,0,0,0,0 +423510,181,18091,29,4,0,0,0,0,0,0,0,0 +423610,181,18091,65,6,3,0,0,0,0,0,0,0 +423710,181,18091,13,4,3,0,0,0,0,0,0,0 +423730,181,18091,22,3,3,0,0,0,0,0,0,0 +423830,181,18091,278,9,6,0,0,0,0,0,0,0 +423840,181,18091,99,10,7,0,0,0,0,0,0,0 +423990,181,18091,74,4,0,0,0,0,0,0,0,0 +424410,181,18091,0,3,0,0,0,0,0,0,0,0 +424710,181,18091,11,3,0,0,0,0,0,0,0,0 +424910,181,18091,0,3,0,0,0,0,0,0,0,0 +424930,181,18091,0,3,0,0,0,0,0,0,0,0 +424990,181,18091,24,4,0,0,0,0,0,0,0,0 +425120,181,18091,78,13,12,0,0,0,0,0,0,0 +441110,181,18091,276,10,0,4,0,0,0,0,0,0 +441120,181,18091,48,10,6,0,0,0,0,0,0,0 +441222,181,18091,87,5,0,0,0,0,0,0,0,0 +441310,181,18091,147,14,11,0,0,0,0,0,0,0 +441320,181,18091,78,6,4,0,0,0,0,0,0,0 +442110,181,18091,35,7,4,0,0,0,0,0,0,0 +442210,181,18091,8,3,3,0,0,0,0,0,0,0 +442299,181,18091,18,3,3,0,0,0,0,0,0,0 +443142,181,18091,52,9,7,0,0,0,0,0,0,0 +444110,181,18091,0,3,0,0,0,0,0,0,0,0 +444130,181,18091,184,8,3,0,0,0,0,0,0,0 +444190,181,18091,132,17,16,0,0,0,0,0,0,0 +444220,181,18091,116,6,0,0,0,0,0,0,0,0 +445110,181,18091,489,18,10,0,0,0,0,0,0,0 +445120,181,18091,21,4,3,0,0,0,0,0,0,0 +445292,181,18091,18,4,3,0,0,0,0,0,0,0 +445310,181,18091,77,14,13,0,0,0,0,0,0,0 +446110,181,18091,205,13,7,4,0,0,0,0,0,0 +446120,181,18091,70,6,0,0,0,0,0,0,0,0 +446130,181,18091,16,4,3,0,0,0,0,0,0,0 +446191,181,18091,11,4,4,0,0,0,0,0,0,0 +446199,181,18091,3,3,3,0,0,0,0,0,0,0 +447110,181,18091,303,53,52,0,0,0,0,0,0,0 +447190,181,18091,69,9,9,0,0,0,0,0,0,0 +448110,181,18091,19,3,0,0,0,0,0,0,0,0 +448120,181,18091,186,17,13,0,0,0,0,0,0,0 +448130,181,18091,79,6,0,0,0,0,0,0,0,0 +448140,181,18091,494,26,12,13,0,0,0,0,0,0 +448150,181,18091,62,5,0,0,0,0,0,0,0,0 +448190,181,18091,119,6,0,0,0,0,0,0,0,0 +448210,181,18091,268,21,15,4,0,0,0,0,0,0 +448310,181,18091,44,8,7,0,0,0,0,0,0,0 +451110,181,18091,39,7,4,0,0,0,0,0,0,0 +451120,181,18091,36,3,0,0,0,0,0,0,0,0 +451211,181,18091,0,3,0,0,0,0,0,0,0,0 +452210,181,18091,214,3,0,3,0,0,0,0,0,0 +452311,181,18091,878,4,0,0,0,3,0,0,0,0 +452319,181,18091,139,17,14,3,0,0,0,0,0,0 +453110,181,18091,18,4,3,0,0,0,0,0,0,0 +453310,181,18091,69,6,4,0,0,0,0,0,0,0 +453910,181,18091,36,3,0,0,0,0,0,0,0,0 +453991,181,18091,30,8,8,0,0,0,0,0,0,0 +453998,181,18091,77,9,8,0,0,0,0,0,0,0 +454110,181,18091,39,10,9,0,0,0,0,0,0,0 +454390,181,18091,42,6,0,0,0,0,0,0,0,0 +484110,181,18091,94,9,6,0,0,0,0,0,0,0 +484121,181,18091,80,18,18,0,0,0,0,0,0,0 +484122,181,18091,71,5,3,0,0,0,0,0,0,0 +484220,181,18091,431,8,3,0,0,0,0,0,0,0 +484230,181,18091,23,8,6,0,0,0,0,0,0,0 +488410,181,18091,17,4,3,0,0,0,0,0,0,0 +493110,181,18091,110,4,0,0,0,0,0,0,0,0 +511110,181,18091,88,4,3,0,0,0,0,0,0,0 +515112,181,18091,22,4,0,0,0,0,0,0,0,0 +517311,181,18091,111,9,3,0,0,0,0,0,0,0 +517312,181,18091,92,6,3,0,0,0,0,0,0,0 +522110,181,18091,411,25,22,0,0,0,0,0,0,0 +522130,181,18091,123,14,11,0,0,0,0,0,0,0 +522291,181,18091,22,5,3,0,0,0,0,0,0,0 +522292,181,18091,5,3,3,0,0,0,0,0,0,0 +522298,181,18091,20,3,0,0,0,0,0,0,0,0 +522390,181,18091,19,7,6,0,0,0,0,0,0,0 +523920,181,18091,0,11,11,0,0,0,0,0,0,0 +524210,181,18091,153,32,29,0,0,0,0,0,0,0 +531110,181,18091,45,14,14,0,0,0,0,0,0,0 +531120,181,18091,28,8,6,0,0,0,0,0,0,0 +531130,181,18091,12,7,6,0,0,0,0,0,0,0 +531190,181,18091,33,6,3,0,0,0,0,0,0,0 +531210,181,18091,24,20,19,0,0,0,0,0,0,0 +531311,181,18091,23,7,6,0,0,0,0,0,0,0 +531320,181,18091,0,3,3,0,0,0,0,0,0,0 +532210,181,18091,0,4,3,0,0,0,0,0,0,0 +532490,181,18091,20,3,0,0,0,0,0,0,0,0 +541110,181,18091,106,30,28,0,0,0,0,0,0,0 +541211,181,18091,90,11,8,0,0,0,0,0,0,0 +541213,181,18091,79,9,6,0,0,0,0,0,0,0 +541219,181,18091,17,8,7,0,0,0,0,0,0,0 +541310,181,18091,0,3,0,0,0,0,0,0,0,0 +541330,181,18091,30,6,3,0,0,0,0,0,0,0 +541350,181,18091,1,3,3,0,0,0,0,0,0,0 +541370,181,18091,17,5,4,0,0,0,0,0,0,0 +541512,181,18091,10,5,5,0,0,0,0,0,0,0 +541611,181,18091,114,15,11,3,0,0,0,0,0,0 +541613,181,18091,9,5,5,0,0,0,0,0,0,0 +541614,181,18091,16,4,0,0,0,0,0,0,0,0 +541690,181,18091,5,5,5,0,0,0,0,0,0,0 +541921,181,18091,1,5,5,0,0,0,0,0,0,0 +541940,181,18091,147,10,4,4,0,0,0,0,0,0 +551114,181,18091,92,10,5,0,0,0,0,0,0,0 +561110,181,18091,64,9,8,0,0,0,0,0,0,0 +561311,181,18091,0,3,0,0,0,0,0,0,0,0 +561320,181,18091,359,10,5,0,0,0,0,0,0,0 +561510,181,18091,7,4,4,0,0,0,0,0,0,0 +561710,181,18091,17,4,0,0,0,0,0,0,0,0 +561720,181,18091,176,17,15,0,0,0,0,0,0,0 +561730,181,18091,187,42,40,0,0,0,0,0,0,0 +561740,181,18091,0,3,3,0,0,0,0,0,0,0 +561790,181,18091,24,7,7,0,0,0,0,0,0,0 +561990,181,18091,11,5,5,0,0,0,0,0,0,0 +562111,181,18091,0,4,0,0,0,0,0,0,0,0 +562991,181,18091,37,6,3,0,0,0,0,0,0,0 +611110,181,18091,195,6,0,3,0,0,0,0,0,0 +611610,181,18091,6,3,0,0,0,0,0,0,0,0 +621111,181,18091,1145,52,42,5,0,0,0,0,0,0 +621210,181,18091,263,41,41,0,0,0,0,0,0,0 +621310,181,18091,45,9,7,0,0,0,0,0,0,0 +621320,181,18091,43,10,10,0,0,0,0,0,0,0 +621330,181,18091,97,7,6,0,0,0,0,0,0,0 +621340,181,18091,33,7,7,0,0,0,0,0,0,0 +621410,181,18091,0,3,0,0,0,0,0,0,0,0 +621492,181,18091,44,5,0,0,0,0,0,0,0,0 +621498,181,18091,239,5,0,0,0,0,0,0,0,0 +621610,181,18091,441,9,3,3,0,0,0,0,0,0 +622110,181,18091,0,3,0,0,0,0,0,0,0,0 +623110,181,18091,339,4,0,0,0,0,0,0,0,0 +623210,181,18091,284,7,0,0,0,0,0,0,0,0 +623220,181,18091,0,3,0,0,0,0,0,0,0,0 +623312,181,18091,209,5,0,4,0,0,0,0,0,0 +624110,181,18091,65,3,0,0,0,0,0,0,0,0 +624120,181,18091,146,8,0,4,0,0,0,0,0,0 +624190,181,18091,50,8,8,0,0,0,0,0,0,0 +624310,181,18091,212,6,4,0,0,0,0,0,0,0 +624410,181,18091,246,18,16,0,0,0,0,0,0,0 +712110,181,18091,10,3,0,0,0,0,0,0,0,0 +713120,181,18091,0,4,4,0,0,0,0,0,0,0 +713910,181,18091,72,4,0,0,0,0,0,0,0,0 +713940,181,18091,259,11,7,0,0,0,0,0,0,0 +713950,181,18091,50,3,3,0,0,0,0,0,0,0 +713990,181,18091,0,6,5,0,0,0,0,0,0,0 +721110,181,18091,242,20,15,5,0,0,0,0,0,0 +722310,181,18091,0,6,0,3,0,0,0,0,0,0 +722320,181,18091,62,7,3,0,0,0,0,0,0,0 +722410,181,18091,77,26,24,0,0,0,0,0,0,0 +722511,181,18091,1739,82,50,32,0,0,0,0,0,0 +722513,181,18091,1721,71,36,35,0,0,0,0,0,0 +722515,181,18091,108,11,5,3,0,0,0,0,0,0 +811111,181,18091,137,36,35,0,0,0,0,0,0,0 +811112,181,18091,40,3,3,0,0,0,0,0,0,0 +811121,181,18091,68,15,13,0,0,0,0,0,0,0 +811192,181,18091,32,7,4,0,0,0,0,0,0,0 +811310,181,18091,139,11,8,0,0,0,0,0,0,0 +811490,181,18091,9,4,4,0,0,0,0,0,0,0 +812112,181,18091,174,31,30,0,0,0,0,0,0,0 +812199,181,18091,4,4,4,0,0,0,0,0,0,0 +812210,181,18091,70,10,8,0,0,0,0,0,0,0 +812310,181,18091,17,6,5,0,0,0,0,0,0,0 +812320,181,18091,0,3,0,0,0,0,0,0,0,0 +812910,181,18091,51,7,6,0,0,0,0,0,0,0 +813110,181,18091,353,72,68,4,0,0,0,0,0,0 +813312,181,18091,37,5,0,0,0,0,0,0,0,0 +813319,181,18091,3,3,3,0,0,0,0,0,0,0 +813410,181,18091,146,24,21,0,0,0,0,0,0,0 +813910,181,18091,14,7,7,0,0,0,0,0,0,0 +813930,181,18091,94,14,14,0,0,0,0,0,0,0 +221122,181,18127,0,8,3,3,0,0,0,0,0,0 +236115,181,18127,123,33,30,0,0,0,0,0,0,0 +236116,181,18127,17,5,3,0,0,0,0,0,0,0 +236117,181,18127,35,13,11,0,0,0,0,0,0,0 +236118,181,18127,119,45,45,0,0,0,0,0,0,0 +236220,181,18127,91,14,9,0,0,0,0,0,0,0 +237110,181,18127,12,4,3,0,0,0,0,0,0,0 +238110,181,18127,60,11,9,0,0,0,0,0,0,0 +238130,181,18127,38,7,5,0,0,0,0,0,0,0 +238140,181,18127,79,8,5,0,0,0,0,0,0,0 +238150,181,18127,0,4,0,0,0,0,0,0,0,0 +238160,181,18127,39,6,3,0,0,0,0,0,0,0 +238170,181,18127,7,4,4,0,0,0,0,0,0,0 +238210,181,18127,191,31,30,0,0,0,0,0,0,0 +238220,181,18127,629,72,66,4,0,0,0,0,0,0 +238290,181,18127,45,5,3,0,0,0,0,0,0,0 +238310,181,18127,125,6,0,0,0,0,0,0,0,0 +238320,181,18127,79,18,15,0,0,0,0,0,0,0 +238330,181,18127,31,10,8,0,0,0,0,0,0,0 +238340,181,18127,18,4,3,0,0,0,0,0,0,0 +238350,181,18127,84,18,16,0,0,0,0,0,0,0 +238390,181,18127,29,4,3,0,0,0,0,0,0,0 +238910,181,18127,213,18,12,0,0,0,0,0,0,0 +238990,181,18127,712,21,19,0,0,0,0,0,0,0 +311811,181,18127,45,4,0,0,0,0,0,0,0,0 +312120,181,18127,29,4,0,0,0,0,0,0,0,0 +323111,181,18127,24,7,7,0,0,0,0,0,0,0 +325130,181,18127,193,3,0,3,0,0,0,0,0,0 +325211,181,18127,176,3,0,0,0,0,0,0,0,0 +327320,181,18127,0,4,0,0,0,0,0,0,0,0 +331110,181,18127,5320,5,0,0,0,0,0,0,0,0 +332313,181,18127,33,3,0,0,0,0,0,0,0,0 +332710,181,18127,232,14,8,5,0,0,0,0,0,0 +332812,181,18127,170,5,0,0,0,0,0,0,0,0 +339950,181,18127,0,3,0,0,0,0,0,0,0,0 +423120,181,18127,105,6,0,0,0,0,0,0,0,0 +423330,181,18127,20,3,0,0,0,0,0,0,0,0 +423510,181,18127,538,16,7,4,0,0,0,0,0,0 +423610,181,18127,46,6,3,0,0,0,0,0,0,0 +423710,181,18127,33,4,0,0,0,0,0,0,0,0 +423810,181,18127,46,4,0,0,0,0,0,0,0,0 +423820,181,18127,18,3,0,0,0,0,0,0,0,0 +423830,181,18127,287,23,22,0,0,0,0,0,0,0 +423840,181,18127,44,5,0,0,0,0,0,0,0,0 +423860,181,18127,4,3,3,0,0,0,0,0,0,0 +423930,181,18127,111,9,6,0,0,0,0,0,0,0 +424210,181,18127,192,6,0,3,0,0,0,0,0,0 +424490,181,18127,0,7,6,0,0,0,0,0,0,0 +424690,181,18127,9,5,5,0,0,0,0,0,0,0 +424710,181,18127,58,3,0,0,0,0,0,0,0,0 +424910,181,18127,50,4,0,0,0,0,0,0,0,0 +425120,181,18127,102,27,23,0,0,0,0,0,0,0 +441110,181,18127,543,15,0,12,0,0,0,0,0,0 +441120,181,18127,16,5,4,0,0,0,0,0,0,0 +441228,181,18127,44,5,3,0,0,0,0,0,0,0 +441310,181,18127,181,17,14,0,0,0,0,0,0,0 +441320,181,18127,125,12,11,0,0,0,0,0,0,0 +442110,181,18127,62,10,8,0,0,0,0,0,0,0 +442210,181,18127,26,6,3,0,0,0,0,0,0,0 +442299,181,18127,97,8,6,0,0,0,0,0,0,0 +443142,181,18127,127,11,10,0,0,0,0,0,0,0 +444110,181,18127,573,4,0,0,4,0,0,0,0,0 +444120,181,18127,0,4,0,0,0,0,0,0,0,0 +444130,181,18127,101,7,3,0,0,0,0,0,0,0 +444190,181,18127,170,15,12,0,0,0,0,0,0,0 +444220,181,18127,73,7,0,0,0,0,0,0,0,0 +445110,181,18127,1012,20,7,5,5,0,0,0,0,0 +445120,181,18127,18,6,5,0,0,0,0,0,0,0 +445310,181,18127,87,18,16,0,0,0,0,0,0,0 +446110,181,18127,391,20,10,8,0,0,0,0,0,0 +446120,181,18127,0,4,0,0,0,0,0,0,0,0 +446130,181,18127,29,5,3,0,0,0,0,0,0,0 +446191,181,18127,35,7,7,0,0,0,0,0,0,0 +446199,181,18127,7,5,5,0,0,0,0,0,0,0 +447110,181,18127,315,48,47,0,0,0,0,0,0,0 +447190,181,18127,236,10,3,3,0,0,0,0,0,0 +448120,181,18127,55,8,4,0,0,0,0,0,0,0 +448130,181,18127,16,3,0,0,0,0,0,0,0,0 +448190,181,18127,20,4,0,0,0,0,0,0,0,0 +448210,181,18127,32,5,0,0,0,0,0,0,0,0 +448310,181,18127,66,8,4,0,0,0,0,0,0,0 +451110,181,18127,268,8,3,0,0,0,0,0,0,0 +451120,181,18127,85,6,0,0,0,0,0,0,0,0 +451130,181,18127,19,3,0,0,0,0,0,0,0,0 +451211,181,18127,0,3,0,0,0,0,0,0,0,0 +452210,181,18127,322,4,0,0,0,0,0,0,0,0 +452311,181,18127,1318,6,0,0,0,0,0,0,0,0 +452319,181,18127,193,16,9,0,0,0,0,0,0,0 +453110,181,18127,40,9,9,0,0,0,0,0,0,0 +453220,181,18127,63,11,9,0,0,0,0,0,0,0 +453310,181,18127,103,11,10,0,0,0,0,0,0,0 +453910,181,18127,97,6,4,0,0,0,0,0,0,0 +453991,181,18127,25,10,10,0,0,0,0,0,0,0 +453998,181,18127,51,14,13,0,0,0,0,0,0,0 +454110,181,18127,47,18,15,0,0,0,0,0,0,0 +454390,181,18127,100,16,14,0,0,0,0,0,0,0 +484110,181,18127,138,19,13,0,0,0,0,0,0,0 +484121,181,18127,514,53,46,7,0,0,0,0,0,0 +484122,181,18127,22,5,3,0,0,0,0,0,0,0 +484210,181,18127,47,3,0,0,0,0,0,0,0,0 +484220,181,18127,285,19,15,0,0,0,0,0,0,0 +484230,181,18127,301,15,12,0,0,0,0,0,0,0 +488320,181,18127,0,3,0,0,0,0,0,0,0,0 +488410,181,18127,46,5,0,0,0,0,0,0,0,0 +488510,181,18127,59,12,9,0,0,0,0,0,0,0 +493110,181,18127,412,8,0,0,0,0,0,0,0,0 +493190,181,18127,32,3,0,0,0,0,0,0,0,0 +511110,181,18127,18,3,0,0,0,0,0,0,0,0 +517311,181,18127,203,10,4,0,0,0,0,0,0,0 +517312,181,18127,44,7,3,0,0,0,0,0,0,0 +518210,181,18127,161,9,5,0,0,0,0,0,0,0 +522110,181,18127,457,54,51,3,0,0,0,0,0,0 +522130,181,18127,129,13,10,0,0,0,0,0,0,0 +522291,181,18127,15,4,3,0,0,0,0,0,0,0 +522292,181,18127,31,6,4,0,0,0,0,0,0,0 +522298,181,18127,28,4,3,0,0,0,0,0,0,0 +522390,181,18127,15,6,5,0,0,0,0,0,0,0 +523120,181,18127,50,18,16,0,0,0,0,0,0,0 +523920,181,18127,55,13,12,0,0,0,0,0,0,0 +523930,181,18127,9,8,8,0,0,0,0,0,0,0 +524113,181,18127,8,3,3,0,0,0,0,0,0,0 +524127,181,18127,0,4,0,0,0,0,0,0,0,0 +524210,181,18127,253,73,71,0,0,0,0,0,0,0 +531110,181,18127,248,31,30,0,0,0,0,0,0,0 +531120,181,18127,9,5,5,0,0,0,0,0,0,0 +531130,181,18127,24,8,6,0,0,0,0,0,0,0 +531190,181,18127,28,9,7,0,0,0,0,0,0,0 +531210,181,18127,106,46,45,0,0,0,0,0,0,0 +531311,181,18127,119,13,10,0,0,0,0,0,0,0 +531312,181,18127,28,7,5,0,0,0,0,0,0,0 +531320,181,18127,25,14,13,0,0,0,0,0,0,0 +531390,181,18127,14,4,3,0,0,0,0,0,0,0 +532111,181,18127,0,5,3,0,0,0,0,0,0,0 +532210,181,18127,28,6,5,0,0,0,0,0,0,0 +532412,181,18127,76,5,0,0,0,0,0,0,0,0 +541110,181,18127,312,85,84,0,0,0,0,0,0,0 +541211,181,18127,72,22,21,0,0,0,0,0,0,0 +541213,181,18127,50,9,8,0,0,0,0,0,0,0 +541219,181,18127,44,12,10,0,0,0,0,0,0,0 +541310,181,18127,29,9,8,0,0,0,0,0,0,0 +541320,181,18127,2,3,3,0,0,0,0,0,0,0 +541330,181,18127,288,37,31,6,0,0,0,0,0,0 +541350,181,18127,24,6,4,0,0,0,0,0,0,0 +541370,181,18127,0,4,0,0,0,0,0,0,0,0 +541380,181,18127,10,5,3,0,0,0,0,0,0,0 +541410,181,18127,11,4,3,0,0,0,0,0,0,0 +541430,181,18127,124,10,8,0,0,0,0,0,0,0 +541511,181,18127,179,19,16,0,0,0,0,0,0,0 +541512,181,18127,48,15,12,0,0,0,0,0,0,0 +541513,181,18127,14,4,0,0,0,0,0,0,0,0 +541519,181,18127,0,6,5,0,0,0,0,0,0,0 +541611,181,18127,160,31,28,0,0,0,0,0,0,0 +541612,181,18127,0,4,4,0,0,0,0,0,0,0 +541613,181,18127,34,19,17,0,0,0,0,0,0,0 +541614,181,18127,20,8,7,0,0,0,0,0,0,0 +541620,181,18127,52,8,4,0,0,0,0,0,0,0 +541690,181,18127,93,7,3,0,0,0,0,0,0,0 +541810,181,18127,14,6,5,0,0,0,0,0,0,0 +541860,181,18127,5,3,3,0,0,0,0,0,0,0 +541890,181,18127,4,4,4,0,0,0,0,0,0,0 +541940,181,18127,281,18,12,6,0,0,0,0,0,0 +541990,181,18127,0,5,4,0,0,0,0,0,0,0 +551114,181,18127,302,12,4,3,0,0,0,0,0,0 +561110,181,18127,169,16,12,3,0,0,0,0,0,0 +561210,181,18127,0,4,0,0,0,0,0,0,0,0 +561320,181,18127,190,6,3,0,0,0,0,0,0,0 +561492,181,18127,8,5,5,0,0,0,0,0,0,0 +561510,181,18127,11,5,4,0,0,0,0,0,0,0 +561611,181,18127,0,3,3,0,0,0,0,0,0,0 +561612,181,18127,351,5,0,0,0,0,0,0,0,0 +561720,181,18127,343,33,32,0,0,0,0,0,0,0 +561730,181,18127,315,77,74,3,0,0,0,0,0,0 +561740,181,18127,11,6,6,0,0,0,0,0,0,0 +561790,181,18127,31,4,0,0,0,0,0,0,0,0 +561990,181,18127,16,9,9,0,0,0,0,0,0,0 +562111,181,18127,0,5,3,0,0,0,0,0,0,0 +562910,181,18127,0,3,0,0,0,0,0,0,0,0 +611110,181,18127,469,13,0,10,0,0,0,0,0,0 +611420,181,18127,17,3,0,0,0,0,0,0,0,0 +611519,181,18127,0,3,0,0,0,0,0,0,0,0 +611610,181,18127,27,6,4,0,0,0,0,0,0,0 +611620,181,18127,105,10,8,0,0,0,0,0,0,0 +611710,181,18127,18,4,3,0,0,0,0,0,0,0 +621111,181,18127,1483,102,89,8,3,0,0,0,0,0 +621210,181,18127,576,63,60,0,0,0,0,0,0,0 +621310,181,18127,37,11,9,0,0,0,0,0,0,0 +621320,181,18127,33,8,5,0,0,0,0,0,0,0 +621330,181,18127,82,14,10,0,0,0,0,0,0,0 +621340,181,18127,140,18,15,0,0,0,0,0,0,0 +621391,181,18127,18,4,0,0,0,0,0,0,0,0 +621399,181,18127,54,9,5,0,0,0,0,0,0,0 +621420,181,18127,31,5,0,0,0,0,0,0,0,0 +621492,181,18127,83,8,5,0,0,0,0,0,0,0 +621493,181,18127,65,3,0,0,0,0,0,0,0,0 +621498,181,18127,384,12,4,4,0,0,0,0,0,0 +621511,181,18127,179,7,3,0,0,0,0,0,0,0 +621610,181,18127,566,14,3,7,0,0,0,0,0,0 +623110,181,18127,1199,12,0,3,6,0,0,0,0,0 +623210,181,18127,586,17,15,0,0,0,0,0,0,0 +623220,181,18127,24,5,3,0,0,0,0,0,0,0 +623312,181,18127,144,7,0,4,0,0,0,0,0,0 +624110,181,18127,159,8,5,0,0,0,0,0,0,0 +624120,181,18127,206,7,3,0,0,0,0,0,0,0 +624190,181,18127,121,13,10,0,0,0,0,0,0,0 +624221,181,18127,56,4,0,0,0,0,0,0,0,0 +624310,181,18127,0,4,0,0,0,0,0,0,0,0 +624410,181,18127,327,24,17,6,0,0,0,0,0,0 +711510,181,18127,12,4,3,0,0,0,0,0,0,0 +713120,181,18127,37,4,0,0,0,0,0,0,0,0 +713910,181,18127,45,6,3,0,0,0,0,0,0,0 +713930,181,18127,18,3,0,0,0,0,0,0,0,0 +713940,181,18127,687,15,6,0,0,0,0,0,0,0 +713990,181,18127,0,3,0,0,0,0,0,0,0,0 +721110,181,18127,453,27,15,8,0,0,0,0,0,0 +722310,181,18127,17,5,4,0,0,0,0,0,0,0 +722320,181,18127,64,4,0,0,0,0,0,0,0,0 +722330,181,18127,4,3,3,0,0,0,0,0,0,0 +722410,181,18127,119,22,20,0,0,0,0,0,0,0 +722511,181,18127,2730,119,67,52,0,0,0,0,0,0 +722513,181,18127,2777,115,54,61,0,0,0,0,0,0 +722514,181,18127,43,3,0,0,0,0,0,0,0,0 +722515,181,18127,358,21,14,7,0,0,0,0,0,0 +811111,181,18127,240,45,44,0,0,0,0,0,0,0 +811112,181,18127,10,4,3,0,0,0,0,0,0,0 +811113,181,18127,22,5,4,0,0,0,0,0,0,0 +811121,181,18127,106,20,18,0,0,0,0,0,0,0 +811191,181,18127,25,5,4,0,0,0,0,0,0,0 +811192,181,18127,86,14,9,0,0,0,0,0,0,0 +811198,181,18127,16,4,3,0,0,0,0,0,0,0 +811310,181,18127,168,21,17,0,0,0,0,0,0,0 +811412,181,18127,0,3,0,0,0,0,0,0,0,0 +811420,181,18127,10,3,3,0,0,0,0,0,0,0 +811490,181,18127,21,6,5,0,0,0,0,0,0,0 +812112,181,18127,387,47,43,3,0,0,0,0,0,0 +812199,181,18127,54,13,12,0,0,0,0,0,0,0 +812210,181,18127,56,10,6,0,0,0,0,0,0,0 +812310,181,18127,34,7,5,0,0,0,0,0,0,0 +812320,181,18127,23,5,3,0,0,0,0,0,0,0 +812910,181,18127,84,11,8,0,0,0,0,0,0,0 +812990,181,18127,8,6,6,0,0,0,0,0,0,0 +813110,181,18127,662,93,83,10,0,0,0,0,0,0 +813211,181,18127,16,4,0,0,0,0,0,0,0,0 +813212,181,18127,21,3,0,0,0,0,0,0,0,0 +813312,181,18127,57,4,0,0,0,0,0,0,0,0 +813410,181,18127,154,19,17,0,0,0,0,0,0,0 +813910,181,18127,26,7,7,0,0,0,0,0,0,0 +813930,181,18127,163,12,9,3,0,0,0,0,0,0 +813990,181,18127,31,8,6,0,0,0,0,0,0,0 +115210,182,36,34,21,20,0,0,0,0,0,0,0 +212312,182,36,83,4,0,0,0,0,0,0,0,0 +212319,182,36,0,3,0,0,0,0,0,0,0,0 +212321,182,36,152,21,3,0,0,0,0,0,0,0 +221112,182,36,0,10,3,0,0,0,0,0,0,0 +221122,182,36,1374,81,46,3,0,0,0,0,0,0 +221210,182,36,125,18,0,0,0,0,0,0,0,0 +221310,182,36,42,15,3,0,0,0,0,0,0,0 +236115,182,36,692,188,162,0,0,0,0,0,0,0 +236116,182,36,224,34,22,0,0,0,0,0,0,0 +236117,182,36,636,51,34,0,0,0,0,0,0,0 +236118,182,36,2498,659,623,18,0,0,0,0,0,0 +236210,182,36,215,30,16,0,0,0,0,0,0,0 +236220,182,36,5165,263,181,42,0,0,0,0,0,0 +237110,182,36,681,66,37,3,0,0,0,0,0,0 +237130,182,36,777,34,10,0,0,0,0,0,0,0 +237210,182,36,196,29,19,0,0,0,0,0,0,0 +237310,182,36,737,40,15,7,0,0,0,0,0,0 +237990,182,36,253,18,7,0,0,0,0,0,0,0 +238110,182,36,1841,145,103,15,0,0,0,0,0,0 +238120,182,36,164,15,8,0,0,0,0,0,0,0 +238130,182,36,443,77,55,3,0,0,0,0,0,0 +238140,182,36,902,105,78,8,0,0,0,0,0,0 +238150,182,36,266,23,11,0,0,0,0,0,0,0 +238160,182,36,1387,134,98,18,0,0,0,0,0,0 +238170,182,36,205,39,29,0,0,0,0,0,0,0 +238190,182,36,227,26,18,0,0,0,0,0,0,0 +238210,182,36,6683,430,341,52,5,3,0,0,0,0 +238220,182,36,9314,621,515,71,5,0,0,0,0,0 +238290,182,36,795,54,29,13,0,0,0,0,0,0 +238310,182,36,1642,102,58,12,6,0,0,0,0,0 +238320,182,36,1345,256,223,9,0,0,0,0,0,0 +238330,182,36,602,91,74,3,0,0,0,0,0,0 +238340,182,36,419,29,11,5,0,0,0,0,0,0 +238350,182,36,1319,181,162,4,0,0,0,0,0,0 +238390,182,36,305,37,26,3,0,0,0,0,0,0 +238910,182,36,3946,249,197,11,0,0,0,0,0,0 +238990,182,36,1854,210,166,11,0,0,0,0,0,0 +311211,182,36,0,3,0,0,0,0,0,0,0,0 +311352,182,36,0,4,0,0,0,0,0,0,0,0 +311811,182,36,280,20,14,0,0,0,0,0,0,0 +311812,182,36,637,10,3,0,0,0,0,0,0,0 +311920,182,36,10,3,0,0,0,0,0,0,0,0 +312111,182,36,0,4,0,0,0,0,0,0,0,0 +312120,182,36,239,22,10,4,0,0,0,0,0,0 +312130,182,36,50,3,0,0,0,0,0,0,0,0 +314120,182,36,32,5,3,0,0,0,0,0,0,0 +314910,182,36,45,4,0,0,0,0,0,0,0,0 +314999,182,36,121,14,5,0,0,0,0,0,0,0 +315210,182,36,19,4,0,0,0,0,0,0,0,0 +316998,182,36,0,3,0,0,0,0,0,0,0,0 +321113,182,36,179,5,0,0,0,0,0,0,0,0 +321211,182,36,464,3,0,0,0,0,0,0,0,0 +321920,182,36,661,17,4,6,0,0,0,0,0,0 +322211,182,36,961,11,0,6,5,0,0,0,0,0 +322230,182,36,236,3,0,0,0,0,0,0,0,0 +323111,182,36,2672,119,83,13,5,0,0,0,0,0 +323113,182,36,2084,38,24,3,0,0,0,0,0,0 +323120,182,36,141,10,3,3,0,0,0,0,0,0 +324121,182,36,56,5,0,0,0,0,0,0,0,0 +324191,182,36,233,3,0,0,0,0,0,0,0,0 +325120,182,36,0,3,0,0,0,0,0,0,0,0 +325180,182,36,32,3,0,0,0,0,0,0,0,0 +325211,182,36,0,3,0,0,0,0,0,0,0,0 +325412,182,36,0,8,4,0,0,0,0,0,0,0 +325510,182,36,120,5,3,0,0,0,0,0,0,0 +325611,182,36,116,4,0,0,0,0,0,0,0,0 +325612,182,36,201,4,0,0,0,0,0,0,0,0 +325998,182,36,853,4,0,0,0,0,0,0,0,0 +326150,182,36,70,3,0,0,0,0,0,0,0,0 +326160,182,36,440,3,0,0,0,0,0,0,0,0 +326199,182,36,1781,47,12,4,0,0,0,0,0,0 +326212,182,36,93,6,0,0,0,0,0,0,0,0 +327215,182,36,0,3,0,0,0,0,0,0,0,0 +327320,182,36,517,26,3,14,0,0,0,0,0,0 +327390,182,36,316,7,0,0,0,0,0,0,0,0 +327910,182,36,22,3,0,0,0,0,0,0,0,0 +327991,182,36,21,3,0,0,0,0,0,0,0,0 +332111,182,36,0,3,0,0,0,0,0,0,0,0 +332114,182,36,59,3,0,0,0,0,0,0,0,0 +332117,182,36,93,4,0,0,0,0,0,0,0,0 +332119,182,36,71,4,0,0,0,0,0,0,0,0 +332216,182,36,39,3,3,0,0,0,0,0,0,0 +332312,182,36,536,9,0,0,0,0,0,0,0,0 +332322,182,36,1135,32,15,3,5,0,0,0,0,0 +332323,182,36,102,8,0,0,0,0,0,0,0,0 +332420,182,36,150,3,0,0,0,0,0,0,0,0 +332510,182,36,1425,3,0,0,0,0,0,0,0,0 +332710,182,36,1114,139,102,3,0,0,0,0,0,0 +332721,182,36,467,19,9,0,0,0,0,0,0,0 +332722,182,36,0,3,0,0,0,0,0,0,0,0 +332811,182,36,368,8,4,0,0,0,0,0,0,0 +332812,182,36,523,18,8,0,0,0,0,0,0,0 +332813,182,36,551,17,9,4,3,0,0,0,0,0 +332991,182,36,0,3,0,0,0,0,0,0,0,0 +332999,182,36,618,19,3,0,3,0,0,0,0,0 +333120,182,36,34,3,0,0,0,0,0,0,0,0 +333249,182,36,186,6,0,0,0,0,0,0,0,0 +333318,182,36,0,4,0,0,0,0,0,0,0,0 +333415,182,36,0,6,0,0,0,0,0,0,0,0 +333511,182,36,265,12,3,0,0,0,0,0,0,0 +333514,182,36,509,34,22,0,0,0,0,0,0,0 +333515,182,36,64,5,0,0,0,0,0,0,0,0 +333517,182,36,52,3,0,0,0,0,0,0,0,0 +333613,182,36,0,3,0,0,0,0,0,0,0,0 +333618,182,36,302,11,0,0,0,0,0,0,0,0 +333923,182,36,0,4,0,0,0,0,0,0,0,0 +333999,182,36,34,8,7,0,0,0,0,0,0,0 +334310,182,36,0,3,0,0,0,0,0,0,0,0 +334417,182,36,36,3,0,0,0,0,0,0,0,0 +334419,182,36,240,9,0,0,0,0,0,0,0,0 +334513,182,36,311,7,0,0,0,0,0,0,0,0 +334519,182,36,34,4,0,0,0,0,0,0,0,0 +336111,182,36,0,3,0,0,0,0,0,0,0,0 +336310,182,36,370,9,0,0,0,0,0,0,0,0 +336350,182,36,0,5,0,0,0,0,0,0,0,0 +336370,182,36,189,3,0,0,0,0,0,0,0,0 +336390,182,36,2895,10,0,0,0,0,0,0,0,0 +336999,182,36,0,3,0,0,0,0,0,0,0,0 +337110,182,36,151,19,3,0,0,0,0,0,0,0 +337122,182,36,0,3,0,0,0,0,0,0,0,0 +337212,182,36,175,12,4,3,0,0,0,0,0,0 +337215,182,36,152,4,0,0,0,0,0,0,0,0 +339113,182,36,648,17,6,0,0,0,0,0,0,0 +339116,182,36,232,29,23,0,0,0,0,0,0,0 +339910,182,36,7,3,0,0,0,0,0,0,0,0 +339920,182,36,0,7,3,0,0,0,0,0,0,0 +339950,182,36,481,39,28,0,0,0,0,0,0,0 +339999,182,36,146,26,20,0,0,0,0,0,0,0 +423110,182,36,1175,49,26,4,4,0,0,0,0,0 +423120,182,36,1851,94,58,13,0,0,0,0,0,0 +423130,182,36,219,15,9,3,0,0,0,0,0,0 +423210,182,36,520,33,22,6,0,0,0,0,0,0 +423220,182,36,330,27,19,5,0,0,0,0,0,0 +423310,182,36,661,47,18,10,0,0,0,0,0,0 +423320,182,36,201,16,9,0,0,0,0,0,0,0 +423330,182,36,320,20,15,3,0,0,0,0,0,0 +423390,182,36,293,25,20,3,0,0,0,0,0,0 +423420,182,36,1142,80,65,3,3,0,0,0,0,0 +423430,182,36,592,37,19,5,0,0,0,0,0,0 +423440,182,36,503,31,22,6,0,0,0,0,0,0 +423450,182,36,1521,91,68,14,0,0,0,0,0,0 +423460,182,36,73,9,0,0,0,0,0,0,0,0 +423490,182,36,176,15,12,0,0,0,0,0,0,0 +423510,182,36,1243,54,24,12,0,0,0,0,0,0 +423610,182,36,1879,100,69,19,0,0,0,0,0,0 +423620,182,36,134,9,6,0,0,0,0,0,0,0 +423690,182,36,899,70,51,9,0,0,0,0,0,0 +423710,182,36,896,50,36,7,0,0,0,0,0,0 +423720,182,36,734,36,24,5,0,0,0,0,0,0 +423730,182,36,538,43,32,5,0,0,0,0,0,0 +423740,182,36,0,3,0,0,0,0,0,0,0,0 +423810,182,36,642,21,9,4,0,0,0,0,0,0 +423820,182,36,1463,40,16,7,0,0,0,0,0,0 +423830,182,36,4310,269,191,44,0,0,0,0,0,0 +423840,182,36,476,58,49,3,0,0,0,0,0,0 +423850,182,36,125,20,17,0,0,0,0,0,0,0 +423860,182,36,32,4,0,0,0,0,0,0,0,0 +423910,182,36,661,24,7,4,0,0,0,0,0,0 +423920,182,36,82,9,6,0,0,0,0,0,0,0 +423930,182,36,501,38,21,7,0,0,0,0,0,0 +423940,182,36,37,11,8,0,0,0,0,0,0,0 +423990,182,36,216,31,26,3,0,0,0,0,0,0 +424120,182,36,237,21,14,5,0,0,0,0,0,0 +424130,182,36,258,22,14,4,0,0,0,0,0,0 +424210,182,36,4647,50,28,8,0,0,0,0,0,0 +424310,182,36,72,9,4,0,0,0,0,0,0,0 +424320,182,36,12,5,4,0,0,0,0,0,0,0 +424410,182,36,543,6,0,0,0,0,0,0,0,0 +424420,182,36,77,5,0,0,0,0,0,0,0,0 +424430,182,36,342,7,0,0,0,0,0,0,0,0 +424450,182,36,44,10,8,0,0,0,0,0,0,0 +424470,182,36,28,3,0,0,0,0,0,0,0,0 +424480,182,36,1042,10,3,0,0,0,0,0,0,0 +424490,182,36,1866,60,34,11,0,0,0,0,0,0 +424510,182,36,147,23,5,0,0,0,0,0,0,0 +424610,182,36,123,13,8,0,0,0,0,0,0,0 +424690,182,36,930,78,57,8,0,0,0,0,0,0 +424710,182,36,183,11,7,0,0,0,0,0,0,0 +424720,182,36,31,5,0,0,0,0,0,0,0,0 +424810,182,36,633,5,0,0,0,0,0,0,0,0 +424820,182,36,692,13,7,0,0,0,0,0,0,0 +424910,182,36,461,52,24,0,0,0,0,0,0,0 +424920,182,36,589,9,0,0,0,0,0,0,0,0 +424930,182,36,247,19,7,0,0,0,0,0,0,0 +424940,182,36,255,7,0,0,0,0,0,0,0,0 +424950,182,36,101,10,5,0,0,0,0,0,0,0 +424990,182,36,257,37,25,4,0,0,0,0,0,0 +425120,182,36,2839,453,426,13,0,0,0,0,0,0 +441110,182,36,8417,133,9,64,21,0,0,0,0,0 +441120,182,36,1351,214,186,11,0,0,0,0,0,0 +441210,182,36,0,7,0,0,0,0,0,0,0,0 +441222,182,36,138,14,6,0,0,0,0,0,0,0 +441228,182,36,271,32,14,0,0,0,0,0,0,0 +441310,182,36,2285,242,188,9,0,0,0,0,0,0 +441320,182,36,996,102,72,4,0,0,0,0,0,0 +442110,182,36,1158,139,110,12,0,0,0,0,0,0 +442210,182,36,620,72,48,0,0,0,0,0,0,0 +442291,182,36,0,4,3,0,0,0,0,0,0,0 +442299,182,36,1094,85,55,17,0,0,0,0,0,0 +443141,182,36,353,37,13,3,0,0,0,0,0,0 +443142,182,36,1800,120,91,7,0,0,0,0,0,0 +444110,182,36,3598,30,0,0,26,0,0,0,0,0 +444120,182,36,128,46,39,0,0,0,0,0,0,0 +444130,182,36,768,81,43,8,0,0,0,0,0,0 +444190,182,36,1614,146,98,13,0,0,0,0,0,0 +444210,182,36,245,25,10,0,0,0,0,0,0,0 +444220,182,36,911,82,39,6,0,0,0,0,0,0 +445110,182,36,14982,312,129,68,51,3,0,0,0,0 +445120,182,36,168,48,38,0,0,0,0,0,0,0 +445210,182,36,116,13,8,0,0,0,0,0,0,0 +445220,182,36,0,3,0,0,0,0,0,0,0,0 +445230,182,36,48,10,8,0,0,0,0,0,0,0 +445291,182,36,17,6,5,0,0,0,0,0,0,0 +445292,182,36,71,11,3,0,0,0,0,0,0,0 +445299,182,36,284,28,15,0,0,0,0,0,0,0 +445310,182,36,1434,295,273,0,0,0,0,0,0,0 +446110,182,36,4900,290,158,95,0,0,0,0,0,0 +446120,182,36,1097,98,67,16,0,0,0,0,0,0 +446130,182,36,704,80,73,0,0,0,0,0,0,0 +446191,182,36,166,55,52,0,0,0,0,0,0,0 +446199,182,36,326,61,45,3,0,0,0,0,0,0 +447110,182,36,5312,700,663,18,0,0,0,0,0,0 +447190,182,36,460,38,12,3,0,0,0,0,0,0 +448110,182,36,259,41,30,3,0,0,0,0,0,0 +448120,182,36,2330,211,170,28,0,0,0,0,0,0 +448130,182,36,467,44,28,5,0,0,0,0,0,0 +448140,182,36,3855,143,62,61,0,0,0,0,0,0 +448150,182,36,452,51,34,3,0,0,0,0,0,0 +448190,182,36,719,58,36,6,0,0,0,0,0,0 +448210,182,36,1587,162,134,6,0,0,0,0,0,0 +448310,182,36,640,92,79,0,0,0,0,0,0,0 +448320,182,36,20,3,3,0,0,0,0,0,0,0 +451110,182,36,1579,126,87,4,0,0,0,0,0,0 +451120,182,36,879,62,34,15,0,0,0,0,0,0 +451130,182,36,135,19,6,0,0,0,0,0,0,0 +451140,182,36,158,14,6,0,0,0,0,0,0,0 +451211,182,36,420,33,10,5,0,0,0,0,0,0 +451212,182,36,15,6,5,0,0,0,0,0,0,0 +452210,182,36,1966,24,0,7,10,0,0,0,0,0 +452311,182,36,12654,64,0,0,27,23,0,0,0,0 +452319,182,36,2694,264,208,16,0,0,0,0,0,0 +453110,182,36,512,73,48,0,0,0,0,0,0,0 +453210,182,36,340,26,12,5,0,0,0,0,0,0 +453220,182,36,752,93,81,3,0,0,0,0,0,0 +453310,182,36,3014,188,113,43,3,0,0,0,0,0 +453910,182,36,793,73,40,11,0,0,0,0,0,0 +453920,182,36,14,9,8,0,0,0,0,0,0,0 +453991,182,36,204,51,44,0,0,0,0,0,0,0 +453998,182,36,660,121,100,0,0,0,0,0,0,0 +454110,182,36,6775,233,184,6,0,0,0,0,0,0 +454210,182,36,306,28,23,0,0,0,0,0,0,0 +454310,182,36,23,12,0,0,0,0,0,0,0,0 +454390,182,36,901,164,139,4,0,0,0,0,0,0 +481111,182,36,2149,13,0,0,6,0,0,0,0,0 +481211,182,36,34,4,3,0,0,0,0,0,0,0 +484110,182,36,1720,180,139,9,0,0,0,0,0,0 +484121,182,36,9689,372,294,34,4,3,0,0,0,0 +484122,182,36,4491,64,28,8,5,0,3,0,0,0 +484210,182,36,786,35,21,11,0,0,0,0,0,0 +484220,182,36,1766,212,164,17,0,0,0,0,0,0 +484230,182,36,1628,67,38,7,0,0,0,0,0,0 +485210,182,36,0,3,0,0,0,0,0,0,0,0 +485320,182,36,204,18,11,0,0,0,0,0,0,0 +485410,182,36,130,14,7,0,0,0,0,0,0,0 +485510,182,36,0,4,0,0,0,0,0,0,0,0 +485991,182,36,467,10,3,0,0,0,0,0,0,0 +485999,182,36,0,3,0,0,0,0,0,0,0,0 +486210,182,36,0,3,0,0,0,0,0,0,0,0 +487110,182,36,30,5,3,0,0,0,0,0,0,0 +488119,182,36,307,8,0,4,0,0,0,0,0,0 +488190,182,36,1124,23,3,6,0,0,0,0,0,0 +488210,182,36,13,3,0,0,0,0,0,0,0,0 +488410,182,36,539,44,20,7,0,0,0,0,0,0 +488490,182,36,120,19,10,0,0,0,0,0,0,0 +488510,182,36,3712,129,82,20,9,0,0,0,0,0 +488991,182,36,118,4,0,0,0,0,0,0,0,0 +492110,182,36,9942,61,38,5,4,3,0,0,0,0 +492210,182,36,175,15,8,0,0,0,0,0,0,0 +493110,182,36,14878,140,40,42,22,3,0,0,0,0 +493120,182,36,761,9,0,0,0,0,0,0,0,0 +493190,182,36,256,17,6,0,0,0,0,0,0,0 +511110,182,36,0,36,19,4,3,0,0,0,0,0 +511120,182,36,198,32,22,3,0,0,0,0,0,0 +511130,182,36,102,11,10,0,0,0,0,0,0,0 +511210,182,36,5155,83,55,14,0,5,0,0,0,0 +512110,182,36,386,72,62,0,0,0,0,0,0,0 +512131,182,36,836,20,0,9,0,0,0,0,0,0 +512191,182,36,45,8,5,0,0,0,0,0,0,0 +512240,182,36,25,8,4,0,0,0,0,0,0,0 +512250,182,36,0,3,0,0,0,0,0,0,0,0 +515111,182,36,38,5,0,0,0,0,0,0,0,0 +515112,182,36,450,14,4,0,0,0,0,0,0,0 +515120,182,36,666,9,4,0,0,0,0,0,0,0 +517311,182,36,3702,186,122,21,4,3,0,0,0,0 +517312,182,36,1368,162,134,8,0,0,0,0,0,0 +517911,182,36,132,20,12,0,0,0,0,0,0,0 +517919,182,36,92,12,7,0,0,0,0,0,0,0 +518210,182,36,3271,153,104,26,3,3,0,0,0,0 +519130,182,36,50,26,18,0,0,0,0,0,0,0 +522110,182,36,7719,640,586,22,4,0,0,0,0,0 +522120,182,36,134,14,3,0,0,0,0,0,0,0 +522130,182,36,1612,119,93,3,3,0,0,0,0,0 +522220,182,36,1447,32,24,0,0,0,0,0,0,0 +522291,182,36,227,68,60,0,0,0,0,0,0,0 +522292,182,36,2243,106,82,8,0,0,0,0,0,0 +522298,182,36,490,47,41,0,0,0,0,0,0,0 +522310,182,36,509,38,36,0,0,0,0,0,0,0 +522320,182,36,218,19,11,0,0,0,0,0,0,0 +522390,182,36,389,105,94,3,0,0,0,0,0,0 +523110,182,36,43,12,9,0,0,0,0,0,0,0 +523120,182,36,1057,133,113,9,0,0,0,0,0,0 +523910,182,36,72,26,20,0,0,0,0,0,0,0 +523920,182,36,2545,338,316,6,0,0,0,0,0,0 +523930,182,36,425,140,133,0,0,0,0,0,0,0 +523991,182,36,53,7,4,0,0,0,0,0,0,0 +524113,182,36,4213,61,42,12,0,0,0,0,0,0 +524114,182,36,6621,44,24,3,3,3,0,0,0,0 +524126,182,36,7448,76,43,13,13,3,0,0,0,0 +524127,182,36,128,29,20,0,0,0,0,0,0,0 +524128,182,36,0,3,0,0,0,0,0,0,0,0 +524210,182,36,6105,1073,1025,25,5,0,0,0,0,0 +524291,182,36,675,46,41,0,0,0,0,0,0,0 +524292,182,36,1654,45,25,8,0,0,0,0,0,0 +524298,182,36,114,31,22,0,0,0,0,0,0,0 +531110,182,36,2452,450,433,8,0,0,0,0,0,0 +531120,182,36,1430,209,186,8,0,0,0,0,0,0 +531130,182,36,240,101,94,0,0,0,0,0,0,0 +531190,182,36,107,39,34,0,0,0,0,0,0,0 +531210,182,36,2033,907,888,10,0,0,0,0,0,0 +531311,182,36,4282,287,238,12,7,0,0,0,0,0 +531312,182,36,1481,124,100,11,0,0,0,0,0,0 +531320,182,36,220,113,108,0,0,0,0,0,0,0 +531390,182,36,171,43,37,0,0,0,0,0,0,0 +532111,182,36,575,59,43,5,0,0,0,0,0,0 +532112,182,36,47,4,0,0,0,0,0,0,0,0 +532120,182,36,759,51,37,9,0,0,0,0,0,0 +532210,182,36,177,62,50,0,0,0,0,0,0,0 +532281,182,36,52,9,3,0,0,0,0,0,0,0 +532282,182,36,0,12,6,0,0,0,0,0,0,0 +532283,182,36,313,13,0,0,0,0,0,0,0,0 +532289,182,36,267,20,10,0,0,0,0,0,0,0 +532310,182,36,77,12,7,0,0,0,0,0,0,0 +532412,182,36,319,19,12,0,0,0,0,0,0,0 +532420,182,36,35,5,3,0,0,0,0,0,0,0 +532490,182,36,544,52,37,6,0,0,0,0,0,0 +533110,182,36,356,13,3,3,0,0,0,0,0,0 +541110,182,36,6213,943,877,46,3,0,0,0,0,0 +541191,182,36,479,47,29,5,0,0,0,0,0,0 +541199,182,36,39,11,11,0,0,0,0,0,0,0 +541211,182,36,4031,328,278,20,4,0,0,0,0,0 +541213,182,36,1393,204,177,3,0,0,0,0,0,0 +541214,182,36,365,28,17,0,0,0,0,0,0,0 +541219,182,36,1350,206,185,4,4,0,0,0,0,0 +541310,182,36,1094,116,103,7,0,0,0,0,0,0 +541320,182,36,109,28,24,0,0,0,0,0,0,0 +541330,182,36,9643,449,340,73,7,4,0,0,0,0 +541340,182,36,13,6,3,0,0,0,0,0,0,0 +541350,182,36,144,36,33,0,0,0,0,0,0,0 +541370,182,36,489,30,9,0,0,0,0,0,0,0 +541380,182,36,623,34,26,0,0,0,0,0,0,0 +541410,182,36,313,78,70,0,0,0,0,0,0,0 +541420,182,36,38,3,0,0,0,0,0,0,0,0 +541430,182,36,300,91,81,0,0,0,0,0,0,0 +541511,182,36,6441,430,370,33,12,0,0,0,0,0 +541512,182,36,5916,392,346,24,0,0,0,0,0,0 +541513,182,36,573,47,42,0,0,0,0,0,0,0 +541519,182,36,46,44,33,0,0,0,0,0,0,0 +541611,182,36,2834,531,491,27,0,0,0,0,0,0 +541612,182,36,1281,61,50,0,4,0,0,0,0,0 +541613,182,36,1883,302,280,15,0,0,0,0,0,0 +541614,182,36,1213,100,84,0,0,0,0,0,0,0 +541618,182,36,73,17,11,0,0,0,0,0,0,0 +541620,182,36,1126,76,56,11,0,0,0,0,0,0 +541690,182,36,790,123,107,3,0,0,0,0,0,0 +541713,182,36,0,17,7,0,0,0,0,0,0,0 +541714,182,36,5,7,0,0,0,0,0,0,0,0 +541715,182,36,1296,43,31,0,3,0,0,0,0,0 +541720,182,36,43,7,5,0,0,0,0,0,0,0 +541810,182,36,711,78,61,8,0,0,0,0,0,0 +541820,182,36,147,49,44,0,0,0,0,0,0,0 +541840,182,36,842,5,0,0,0,0,0,0,0,0 +541850,182,36,146,17,9,3,0,0,0,0,0,0 +541860,182,36,252,14,9,0,0,0,0,0,0,0 +541890,182,36,698,47,37,6,0,0,0,0,0,0 +541910,182,36,301,33,25,0,0,0,0,0,0,0 +541921,182,36,176,59,55,0,0,0,0,0,0,0 +541922,182,36,19,17,17,0,0,0,0,0,0,0 +541930,182,36,14,4,3,0,0,0,0,0,0,0 +541940,182,36,2651,216,156,25,0,0,0,0,0,0 +541990,182,36,1098,73,60,8,0,0,0,0,0,0 +551111,182,36,51,4,0,0,0,0,0,0,0,0 +551112,182,36,458,26,5,0,0,0,0,0,0,0 +551114,182,36,20520,376,215,76,33,16,0,3,0,0 +561110,182,36,2740,160,118,15,0,0,0,0,0,0 +561210,182,36,1116,36,18,7,3,0,0,0,0,0 +561311,182,36,1557,34,16,3,9,0,0,0,0,0 +561312,182,36,288,48,43,0,0,0,0,0,0,0 +561320,182,36,20741,311,123,86,53,10,0,0,0,0 +561330,182,36,750,20,0,3,3,0,0,0,0,0 +561410,182,36,129,22,18,0,0,0,0,0,0,0 +561421,182,36,128,4,0,0,0,0,0,0,0,0 +561422,182,36,1831,23,8,4,4,0,0,0,0,0 +561431,182,36,212,28,19,0,0,0,0,0,0,0 +561439,182,36,365,30,22,0,0,0,0,0,0,0 +561440,182,36,1054,27,11,4,0,0,0,0,0,0 +561450,182,36,19,3,0,0,0,0,0,0,0,0 +561491,182,36,25,6,4,0,0,0,0,0,0,0 +561492,182,36,46,23,20,0,0,0,0,0,0,0 +561499,182,36,340,18,12,3,0,0,0,0,0,0 +561510,182,36,414,58,52,0,0,0,0,0,0,0 +561520,182,36,0,3,0,0,0,0,0,0,0,0 +561599,182,36,284,19,13,0,0,0,0,0,0,0 +561611,182,36,102,13,8,0,0,0,0,0,0,0 +561612,182,36,6449,78,34,14,7,3,3,0,0,0 +561613,182,36,248,7,0,3,0,0,0,0,0,0 +561621,182,36,812,50,33,3,0,0,0,0,0,0 +561622,182,36,57,14,12,0,0,0,0,0,0,0 +561710,182,36,444,65,57,0,0,0,0,0,0,0 +561720,182,36,7754,431,339,47,5,0,3,0,0,0 +561730,182,36,6978,775,700,54,0,0,0,0,0,0 +561740,182,36,275,46,42,0,0,0,0,0,0,0 +561790,182,36,384,82,65,0,0,0,0,0,0,0 +561910,182,36,476,9,4,0,0,0,0,0,0,0 +561920,182,36,277,30,21,0,0,0,0,0,0,0 +561990,182,36,2151,96,61,3,0,0,0,0,0,0 +562111,182,36,1053,71,35,8,0,0,0,0,0,0 +562211,182,36,1329,9,0,3,0,0,0,0,0,0 +562910,182,36,493,33,19,3,0,0,0,0,0,0 +562920,182,36,174,14,0,0,0,0,0,0,0,0 +562991,182,36,42,12,0,0,0,0,0,0,0,0 +562998,182,36,42,4,0,0,0,0,0,0,0,0 +611110,182,36,5728,109,41,34,14,3,0,0,0,0 +611210,182,36,610,9,0,3,0,0,0,0,0,0 +611310,182,36,6279,15,3,3,0,0,0,0,0,0 +611420,182,36,149,5,0,0,0,0,0,0,0,0 +611430,182,36,391,43,39,0,0,0,0,0,0,0 +611511,182,36,128,9,3,3,0,0,0,0,0,0 +611513,182,36,177,11,6,0,0,0,0,0,0,0 +611519,182,36,157,27,20,0,0,0,0,0,0,0 +611610,182,36,623,85,70,0,0,0,0,0,0,0 +611620,182,36,830,111,84,6,0,0,0,0,0,0 +611630,182,36,123,7,3,3,0,0,0,0,0,0 +611691,182,36,393,44,36,3,0,0,0,0,0,0 +611692,182,36,26,8,4,0,0,0,0,0,0,0 +611699,182,36,359,44,39,0,0,0,0,0,0,0 +611710,182,36,518,48,41,0,0,0,0,0,0,0 +621111,182,36,26093,1427,1171,197,22,6,5,0,0,0 +621112,182,36,122,45,41,0,0,0,0,0,0,0 +621210,182,36,6938,906,860,32,0,0,0,0,0,0 +621310,182,36,790,212,198,0,0,0,0,0,0,0 +621320,182,36,1086,194,163,0,0,0,0,0,0,0 +621330,182,36,1086,170,146,3,0,0,0,0,0,0 +621340,182,36,3283,249,214,6,0,0,0,0,0,0 +621391,182,36,242,51,44,0,0,0,0,0,0,0 +621399,182,36,1277,167,132,16,0,0,0,0,0,0 +621410,182,36,65,9,5,0,0,0,0,0,0,0 +621420,182,36,2139,72,29,9,4,0,0,0,0,0 +621491,182,36,0,3,0,0,0,0,0,0,0,0 +621492,182,36,532,45,18,9,0,0,0,0,0,0 +621493,182,36,1609,50,6,19,0,0,0,0,0,0 +621498,182,36,1621,103,73,6,4,0,0,0,0,0 +621511,182,36,1802,71,44,16,0,0,0,0,0,0 +621512,182,36,224,22,16,3,0,0,0,0,0,0 +621610,182,36,9247,188,69,70,11,3,0,0,0,0 +621910,182,36,1009,17,4,4,0,0,0,0,0,0 +621991,182,36,873,15,3,5,0,0,0,0,0,0 +621999,182,36,331,25,11,0,0,0,0,0,0,0 +622110,182,36,27682,25,0,0,0,0,0,0,4,0 +622210,182,36,849,3,0,0,0,0,0,0,0,0 +622310,182,36,1725,7,0,0,3,0,0,0,0,0 +623110,182,36,12228,153,5,72,44,0,0,0,0,0 +623210,182,36,3578,391,362,4,0,0,0,0,0,0 +623220,182,36,600,19,8,3,3,0,0,0,0,0 +623311,182,36,2633,21,0,5,3,3,0,0,0,0 +623312,182,36,2460,47,5,21,0,0,0,0,0,0 +623990,182,36,75,11,7,0,0,0,0,0,0,0 +624110,182,36,1405,93,62,14,3,0,0,0,0,0 +624120,182,36,7910,171,53,56,10,3,0,0,0,0 +624190,182,36,2355,228,178,25,3,0,0,0,0,0 +624210,182,36,142,13,6,0,0,0,0,0,0,0 +624221,182,36,336,23,6,6,0,0,0,0,0,0 +624229,182,36,270,11,4,3,0,0,0,0,0,0 +624310,182,36,1631,57,37,0,0,0,0,0,0,0 +624410,182,36,6532,542,393,120,0,0,0,0,0,0 +711110,182,36,345,12,4,0,0,0,0,0,0,0 +711130,182,36,392,22,12,0,0,0,0,0,0,0 +711211,182,36,0,7,0,0,0,0,0,0,0,0 +711212,182,36,12,3,0,0,0,0,0,0,0,0 +711219,182,36,757,49,31,4,0,0,0,0,0,0 +711310,182,36,324,16,7,3,0,0,0,0,0,0 +711320,182,36,140,41,30,0,0,0,0,0,0,0 +711410,182,36,20,13,12,0,0,0,0,0,0,0 +711510,182,36,189,96,90,0,0,0,0,0,0,0 +712110,182,36,864,28,18,0,0,0,0,0,0,0 +713120,182,36,350,46,33,3,0,0,0,0,0,0 +713290,182,36,0,4,0,0,0,0,0,0,0,0 +713910,182,36,1415,75,33,15,0,0,0,0,0,0 +713930,182,36,0,3,0,0,0,0,0,0,0,0 +713940,182,36,4145,253,167,54,3,0,0,0,0,0 +713950,182,36,357,12,0,4,0,0,0,0,0,0 +713990,182,36,1205,111,77,12,0,0,0,0,0,0 +721110,182,36,9313,337,182,99,14,0,0,0,0,0 +721191,182,36,46,7,0,0,0,0,0,0,0,0 +721211,182,36,7,6,6,0,0,0,0,0,0,0 +721214,182,36,68,9,3,0,0,0,0,0,0,0 +721310,182,36,204,31,31,0,0,0,0,0,0,0 +722310,182,36,4710,210,123,42,9,0,0,0,0,0 +722320,182,36,1193,66,45,11,0,0,0,0,0,0 +722330,182,36,87,18,13,0,0,0,0,0,0,0 +722410,182,36,2452,222,169,37,0,0,0,0,0,0 +722511,182,36,44714,1634,827,739,41,0,0,0,0,0 +722513,182,36,37784,1782,1018,737,7,0,0,0,0,0 +722514,182,36,745,52,25,6,0,0,0,0,0,0 +722515,182,36,4010,300,229,44,0,0,0,0,0,0 +811111,182,36,3613,552,515,17,0,0,0,0,0,0 +811112,182,36,27,7,6,0,0,0,0,0,0,0 +811113,182,36,116,25,15,0,0,0,0,0,0,0 +811118,182,36,24,10,8,0,0,0,0,0,0,0 +811121,182,36,1637,225,191,7,0,0,0,0,0,0 +811122,182,36,126,25,16,0,0,0,0,0,0,0 +811191,182,36,107,14,0,0,0,0,0,0,0,0 +811192,182,36,1171,83,41,22,0,0,0,0,0,0 +811198,182,36,90,15,4,0,0,0,0,0,0,0 +811211,182,36,47,11,9,0,0,0,0,0,0,0 +811212,182,36,144,32,19,0,0,0,0,0,0,0 +811213,182,36,29,8,0,0,0,0,0,0,0,0 +811219,182,36,0,17,10,0,0,0,0,0,0,0 +811310,182,36,939,121,95,7,0,0,0,0,0,0 +811412,182,36,82,15,12,0,0,0,0,0,0,0 +811420,182,36,71,25,23,0,0,0,0,0,0,0 +811490,182,36,124,53,46,0,0,0,0,0,0,0 +812111,182,36,121,24,18,0,0,0,0,0,0,0 +812112,182,36,2489,439,395,23,0,0,0,0,0,0 +812113,182,36,32,20,18,0,0,0,0,0,0,0 +812191,182,36,162,21,14,0,0,0,0,0,0,0 +812199,182,36,1009,145,125,6,0,0,0,0,0,0 +812210,182,36,1068,119,79,5,0,0,0,0,0,0 +812220,182,36,299,41,26,0,0,0,0,0,0,0 +812310,182,36,353,48,35,0,0,0,0,0,0,0 +812320,182,36,635,100,90,3,0,0,0,0,0,0 +812331,182,36,203,5,0,0,0,0,0,0,0,0 +812332,182,36,787,9,0,3,0,0,0,0,0,0 +812910,182,36,1158,131,98,15,0,0,0,0,0,0 +812930,182,36,1009,104,85,13,0,0,0,0,0,0 +812990,182,36,392,95,88,0,0,0,0,0,0,0 +813110,182,36,16959,1497,1273,184,13,0,0,0,0,0 +813211,182,36,525,88,80,4,0,0,0,0,0,0 +813212,182,36,353,29,24,0,0,0,0,0,0,0 +813219,182,36,167,15,12,0,0,0,0,0,0,0 +813311,182,36,164,22,14,0,0,0,0,0,0,0 +813312,182,36,159,19,13,0,0,0,0,0,0,0 +813319,182,36,326,45,39,6,0,0,0,0,0,0 +813410,182,36,5057,299,233,29,9,0,0,0,0,0 +813910,182,36,859,117,98,7,0,0,0,0,0,0 +813920,182,36,531,62,50,9,0,0,0,0,0,0 +813930,182,36,735,84,67,8,0,0,0,0,0,0 +813940,182,36,32,12,11,0,0,0,0,0,0,0 +813990,182,36,1047,56,44,3,0,0,0,0,0,0 +113310,182,37,11,4,3,0,0,0,0,0,0,0 +115210,182,37,6,4,4,0,0,0,0,0,0,0 +221122,182,37,0,13,5,0,0,0,0,0,0,0 +221210,182,37,0,3,0,0,0,0,0,0,0,0 +236115,182,37,52,30,25,0,0,0,0,0,0,0 +236117,182,37,0,3,3,0,0,0,0,0,0,0 +236118,182,37,286,52,47,0,0,0,0,0,0,0 +236220,182,37,204,19,9,0,0,0,0,0,0,0 +237110,182,37,10,7,4,0,0,0,0,0,0,0 +237130,182,37,107,7,4,0,0,0,0,0,0,0 +237210,182,37,4,3,3,0,0,0,0,0,0,0 +237310,182,37,70,6,0,0,0,0,0,0,0,0 +238110,182,37,20,6,0,0,0,0,0,0,0,0 +238140,182,37,0,7,5,0,0,0,0,0,0,0 +238150,182,37,42,3,0,0,0,0,0,0,0,0 +238160,182,37,178,12,4,0,0,0,0,0,0,0 +238170,182,37,0,3,0,0,0,0,0,0,0,0 +238210,182,37,154,34,29,0,0,0,0,0,0,0 +238220,182,37,315,54,48,0,0,0,0,0,0,0 +238310,182,37,4,3,3,0,0,0,0,0,0,0 +238320,182,37,66,14,12,0,0,0,0,0,0,0 +238350,182,37,83,4,3,0,0,0,0,0,0,0 +238910,182,37,207,32,26,0,0,0,0,0,0,0 +238990,182,37,48,16,9,0,0,0,0,0,0,0 +311811,182,37,0,3,0,0,0,0,0,0,0,0 +321113,182,37,30,4,0,0,0,0,0,0,0,0 +321920,182,37,29,3,0,0,0,0,0,0,0,0 +323111,182,37,327,14,6,0,0,0,0,0,0,0 +326199,182,37,0,3,0,0,0,0,0,0,0,0 +332710,182,37,339,26,10,5,0,0,0,0,0,0 +332721,182,37,180,5,0,0,0,0,0,0,0,0 +332813,182,37,38,5,0,0,0,0,0,0,0,0 +333514,182,37,37,9,4,0,0,0,0,0,0,0 +333618,182,37,0,3,0,0,0,0,0,0,0,0 +333922,182,37,18,3,0,0,0,0,0,0,0,0 +336370,182,37,0,3,0,0,0,0,0,0,0,0 +423110,182,37,0,4,0,0,0,0,0,0,0,0 +423120,182,37,178,8,0,0,0,0,0,0,0,0 +423330,182,37,21,3,3,0,0,0,0,0,0,0 +423420,182,37,24,3,0,0,0,0,0,0,0,0 +423510,182,37,34,5,0,0,0,0,0,0,0,0 +423610,182,37,129,9,0,0,0,0,0,0,0,0 +423730,182,37,25,5,3,0,0,0,0,0,0,0 +423820,182,37,139,15,6,0,0,0,0,0,0,0 +423830,182,37,34,5,0,0,0,0,0,0,0,0 +423840,182,37,41,7,4,0,0,0,0,0,0,0 +423850,182,37,20,4,0,0,0,0,0,0,0,0 +424490,182,37,86,8,5,0,0,0,0,0,0,0 +424690,182,37,16,4,3,0,0,0,0,0,0,0 +424710,182,37,56,5,0,0,0,0,0,0,0,0 +424910,182,37,213,13,3,0,0,0,0,0,0,0 +424990,182,37,14,3,0,0,0,0,0,0,0,0 +425120,182,37,63,16,12,0,0,0,0,0,0,0 +441110,182,37,594,17,0,8,0,0,0,0,0,0 +441120,182,37,82,30,29,0,0,0,0,0,0,0 +441228,182,37,14,3,0,0,0,0,0,0,0,0 +441310,182,37,241,28,25,0,0,0,0,0,0,0 +441320,182,37,149,14,6,0,0,0,0,0,0,0 +442110,182,37,57,9,5,0,0,0,0,0,0,0 +442210,182,37,16,5,4,0,0,0,0,0,0,0 +442299,182,37,20,3,0,0,0,0,0,0,0,0 +443141,182,37,48,3,0,0,0,0,0,0,0,0 +443142,182,37,190,19,12,0,0,0,0,0,0,0 +444130,182,37,126,15,6,0,0,0,0,0,0,0 +444190,182,37,188,24,17,0,0,0,0,0,0,0 +444210,182,37,11,4,4,0,0,0,0,0,0,0 +444220,182,37,58,17,9,0,0,0,0,0,0,0 +445110,182,37,673,30,9,4,0,0,0,0,0,0 +445120,182,37,0,5,4,0,0,0,0,0,0,0 +445310,182,37,160,29,25,0,0,0,0,0,0,0 +446110,182,37,387,30,19,6,0,0,0,0,0,0 +446120,182,37,67,4,0,0,0,0,0,0,0,0 +446130,182,37,34,4,0,0,0,0,0,0,0,0 +446191,182,37,15,5,4,0,0,0,0,0,0,0 +446199,182,37,21,3,0,0,0,0,0,0,0,0 +447110,182,37,602,90,86,0,0,0,0,0,0,0 +447190,182,37,122,11,0,0,0,0,0,0,0,0 +448120,182,37,140,19,9,0,0,0,0,0,0,0 +448130,182,37,35,3,0,0,0,0,0,0,0,0 +448140,182,37,211,12,5,0,0,0,0,0,0,0 +448150,182,37,0,3,0,0,0,0,0,0,0,0 +448190,182,37,24,5,4,0,0,0,0,0,0,0 +448210,182,37,147,16,11,0,0,0,0,0,0,0 +448310,182,37,47,10,9,0,0,0,0,0,0,0 +451110,182,37,39,13,7,0,0,0,0,0,0,0 +451120,182,37,87,5,0,3,0,0,0,0,0,0 +451211,182,37,43,5,0,0,0,0,0,0,0,0 +452210,182,37,349,5,0,5,0,0,0,0,0,0 +452311,182,37,1037,5,0,0,0,3,0,0,0,0 +452319,182,37,403,37,31,0,0,0,0,0,0,0 +453110,182,37,20,6,4,0,0,0,0,0,0,0 +453220,182,37,60,12,5,0,0,0,0,0,0,0 +453310,182,37,163,20,7,0,0,0,0,0,0,0 +453991,182,37,38,8,8,0,0,0,0,0,0,0 +453998,182,37,46,11,7,0,0,0,0,0,0,0 +454110,182,37,70,11,9,0,0,0,0,0,0,0 +454210,182,37,0,4,3,0,0,0,0,0,0,0 +454310,182,37,16,4,0,0,0,0,0,0,0,0 +454390,182,37,26,8,6,0,0,0,0,0,0,0 +484110,182,37,108,15,5,0,0,0,0,0,0,0 +484121,182,37,514,36,30,0,0,0,0,0,0,0 +484220,182,37,124,19,9,0,0,0,0,0,0,0 +484230,182,37,12,9,6,0,0,0,0,0,0,0 +488410,182,37,48,3,0,0,0,0,0,0,0,0 +493110,182,37,1140,10,0,0,0,0,0,0,0,0 +511110,182,37,0,4,0,0,0,0,0,0,0,0 +517311,182,37,0,17,7,0,0,0,0,0,0,0 +517312,182,37,78,8,0,0,0,0,0,0,0,0 +522110,182,37,1203,68,56,3,0,0,0,0,0,0 +522130,182,37,198,18,11,0,0,0,0,0,0,0 +522220,182,37,0,3,0,0,0,0,0,0,0,0 +522291,182,37,6,9,6,0,0,0,0,0,0,0 +522292,182,37,13,7,0,0,0,0,0,0,0,0 +522390,182,37,21,10,10,0,0,0,0,0,0,0 +523120,182,37,29,7,7,0,0,0,0,0,0,0 +523920,182,37,21,17,16,0,0,0,0,0,0,0 +523930,182,37,7,4,4,0,0,0,0,0,0,0 +524210,182,37,253,82,77,0,0,0,0,0,0,0 +531110,182,37,141,48,46,0,0,0,0,0,0,0 +531120,182,37,19,9,8,0,0,0,0,0,0,0 +531130,182,37,26,7,6,0,0,0,0,0,0,0 +531190,182,37,19,8,4,0,0,0,0,0,0,0 +531210,182,37,82,29,24,0,0,0,0,0,0,0 +531311,182,37,35,13,11,0,0,0,0,0,0,0 +531312,182,37,10,7,3,0,0,0,0,0,0,0 +531320,182,37,17,7,3,0,0,0,0,0,0,0 +532111,182,37,0,3,0,0,0,0,0,0,0,0 +532210,182,37,21,4,3,0,0,0,0,0,0,0 +532283,182,37,25,3,0,0,0,0,0,0,0,0 +532490,182,37,14,3,0,0,0,0,0,0,0,0 +541110,182,37,186,46,43,0,0,0,0,0,0,0 +541211,182,37,212,22,7,0,0,0,0,0,0,0 +541213,182,37,75,12,8,0,0,0,0,0,0,0 +541219,182,37,83,17,13,0,0,0,0,0,0,0 +541310,182,37,14,6,5,0,0,0,0,0,0,0 +541330,182,37,8,6,6,0,0,0,0,0,0,0 +541370,182,37,18,3,0,0,0,0,0,0,0,0 +541380,182,37,155,4,0,0,0,0,0,0,0,0 +541511,182,37,17,10,9,0,0,0,0,0,0,0 +541512,182,37,53,10,7,0,0,0,0,0,0,0 +541611,182,37,9,5,5,0,0,0,0,0,0,0 +541613,182,37,0,3,3,0,0,0,0,0,0,0 +541690,182,37,8,4,4,0,0,0,0,0,0,0 +541921,182,37,0,6,3,0,0,0,0,0,0,0 +541940,182,37,181,19,11,0,0,0,0,0,0,0 +541990,182,37,11,4,4,0,0,0,0,0,0,0 +551114,182,37,691,20,8,3,0,0,0,0,0,0 +561110,182,37,76,6,3,0,0,0,0,0,0,0 +561320,182,37,2480,24,3,0,3,0,0,0,0,0 +561510,182,37,0,4,0,0,0,0,0,0,0,0 +561621,182,37,64,3,0,0,0,0,0,0,0,0 +561710,182,37,0,3,0,0,0,0,0,0,0,0 +561720,182,37,337,37,30,0,0,0,0,0,0,0 +561730,182,37,1296,57,43,7,5,0,0,0,0,0 +561740,182,37,11,10,10,0,0,0,0,0,0,0 +561920,182,37,0,3,0,0,0,0,0,0,0,0 +561990,182,37,188,13,6,0,0,0,0,0,0,0 +562910,182,37,12,3,0,0,0,0,0,0,0,0 +562991,182,37,3,3,3,0,0,0,0,0,0,0 +611110,182,37,77,6,0,0,0,0,0,0,0,0 +611519,182,37,34,3,0,0,0,0,0,0,0,0 +611610,182,37,0,3,0,0,0,0,0,0,0,0 +611620,182,37,43,7,3,0,0,0,0,0,0,0 +621111,182,37,2903,157,116,31,5,0,0,0,0,0 +621210,182,37,484,69,62,0,0,0,0,0,0,0 +621310,182,37,84,15,7,0,0,0,0,0,0,0 +621320,182,37,119,15,6,0,0,0,0,0,0,0 +621330,182,37,115,14,10,0,0,0,0,0,0,0 +621340,182,37,39,10,6,0,0,0,0,0,0,0 +621492,182,37,103,9,7,0,0,0,0,0,0,0 +621493,182,37,44,3,0,0,0,0,0,0,0,0 +621498,182,37,0,12,4,0,0,0,0,0,0,0 +621511,182,37,0,7,5,0,0,0,0,0,0,0 +621610,182,37,636,14,4,6,0,0,0,0,0,0 +621910,182,37,325,3,0,0,0,0,0,0,0,0 +621991,182,37,0,3,0,0,0,0,0,0,0,0 +623110,182,37,1299,14,0,3,5,0,0,0,0,0 +623210,182,37,497,49,44,0,0,0,0,0,0,0 +623312,182,37,0,3,0,0,0,0,0,0,0,0 +623990,182,37,0,6,4,0,0,0,0,0,0,0 +624110,182,37,21,7,5,0,0,0,0,0,0,0 +624120,182,37,341,10,3,0,0,0,0,0,0,0 +624190,182,37,366,17,14,0,0,0,0,0,0,0 +624210,182,37,11,3,3,0,0,0,0,0,0,0 +624221,182,37,146,5,0,0,0,0,0,0,0,0 +624310,182,37,27,6,0,0,0,0,0,0,0,0 +624410,182,37,651,44,24,10,0,0,0,0,0,0 +711130,182,37,80,3,0,0,0,0,0,0,0,0 +711510,182,37,24,4,3,0,0,0,0,0,0,0 +712110,182,37,0,3,0,0,0,0,0,0,0,0 +713120,182,37,14,4,3,0,0,0,0,0,0,0 +713910,182,37,88,13,3,0,0,0,0,0,0,0 +713940,182,37,184,12,5,0,0,0,0,0,0,0 +713950,182,37,37,3,0,0,0,0,0,0,0,0 +713990,182,37,53,8,7,0,0,0,0,0,0,0 +721110,182,37,458,34,18,8,0,0,0,0,0,0 +722310,182,37,0,3,0,0,0,0,0,0,0,0 +722320,182,37,0,3,0,0,0,0,0,0,0,0 +722410,182,37,158,22,18,0,0,0,0,0,0,0 +722511,182,37,2992,116,68,41,3,0,0,0,0,0 +722513,182,37,3349,141,63,76,0,0,0,0,0,0 +722514,182,37,71,4,0,0,0,0,0,0,0,0 +722515,182,37,214,19,11,3,0,0,0,0,0,0 +811111,182,37,323,55,48,0,0,0,0,0,0,0 +811121,182,37,116,19,13,0,0,0,0,0,0,0 +811192,182,37,66,11,6,0,0,0,0,0,0,0 +811198,182,37,0,3,0,0,0,0,0,0,0,0 +811310,182,37,100,11,5,0,0,0,0,0,0,0 +812112,182,37,138,28,22,0,0,0,0,0,0,0 +812113,182,37,3,3,3,0,0,0,0,0,0,0 +812199,182,37,35,8,5,0,0,0,0,0,0,0 +812210,182,37,125,20,15,0,0,0,0,0,0,0 +812220,182,37,38,5,3,0,0,0,0,0,0,0 +812310,182,37,0,3,0,0,0,0,0,0,0,0 +812320,182,37,0,6,4,0,0,0,0,0,0,0 +812910,182,37,59,10,5,0,0,0,0,0,0,0 +813110,182,37,1205,172,154,17,0,0,0,0,0,0 +813211,182,37,14,8,7,0,0,0,0,0,0,0 +813219,182,37,0,3,0,0,0,0,0,0,0,0 +813410,182,37,375,32,24,0,0,0,0,0,0,0 +813910,182,37,7,11,8,0,0,0,0,0,0,0 +813930,182,37,49,14,14,0,0,0,0,0,0,0 +813940,182,37,3,4,4,0,0,0,0,0,0,0 +113310,183,37,13,4,3,0,0,0,0,0,0,0 +115210,183,37,13,8,8,0,0,0,0,0,0,0 +212312,183,37,0,4,0,0,0,0,0,0,0,0 +212321,183,37,39,8,3,0,0,0,0,0,0,0 +221122,183,37,0,12,0,3,0,0,0,0,0,0 +221310,183,37,4,3,3,0,0,0,0,0,0,0 +221320,183,37,0,3,3,0,0,0,0,0,0,0 +236115,183,37,297,104,91,0,0,0,0,0,0,0 +236117,183,37,178,17,12,0,0,0,0,0,0,0 +236118,183,37,682,200,187,5,0,0,0,0,0,0 +236210,183,37,40,6,3,0,0,0,0,0,0,0 +236220,183,37,1220,67,34,6,0,0,0,0,0,0 +237110,183,37,141,21,14,0,0,0,0,0,0,0 +237130,183,37,263,4,0,0,0,0,0,0,0,0 +237210,183,37,9,4,3,0,0,0,0,0,0,0 +237310,183,37,306,11,7,0,0,0,0,0,0,0 +238110,183,37,397,80,69,0,0,0,0,0,0,0 +238130,183,37,142,45,45,0,0,0,0,0,0,0 +238140,183,37,313,28,23,0,0,0,0,0,0,0 +238150,183,37,100,5,0,0,0,0,0,0,0,0 +238160,183,37,192,32,28,0,0,0,0,0,0,0 +238170,183,37,95,19,17,0,0,0,0,0,0,0 +238190,183,37,16,10,9,0,0,0,0,0,0,0 +238210,183,37,965,136,119,5,0,0,0,0,0,0 +238220,183,37,3607,211,163,17,3,0,0,0,0,0 +238290,183,37,339,23,16,3,0,0,0,0,0,0 +238310,183,37,417,27,21,0,0,0,0,0,0,0 +238320,183,37,358,57,53,0,0,0,0,0,0,0 +238330,183,37,105,18,12,0,0,0,0,0,0,0 +238340,183,37,58,6,3,0,0,0,0,0,0,0 +238350,183,37,241,46,42,0,0,0,0,0,0,0 +238390,183,37,226,10,6,0,0,0,0,0,0,0 +238910,183,37,894,92,71,4,0,0,0,0,0,0 +238990,183,37,217,52,45,0,0,0,0,0,0,0 +311811,183,37,41,7,4,0,0,0,0,0,0,0 +311812,183,37,186,5,0,0,0,0,0,0,0,0 +311920,183,37,0,3,0,0,0,0,0,0,0,0 +312120,183,37,31,3,0,0,0,0,0,0,0,0 +314120,183,37,0,3,0,0,0,0,0,0,0,0 +321920,183,37,195,7,0,0,0,0,0,0,0,0 +322211,183,37,336,3,0,0,0,0,0,0,0,0 +322220,183,37,0,4,0,0,0,0,0,0,0,0 +323111,183,37,523,39,23,5,0,0,0,0,0,0 +323113,183,37,49,7,4,0,0,0,0,0,0,0 +323120,183,37,0,3,0,0,0,0,0,0,0,0 +326199,183,37,2986,35,6,3,3,0,0,0,0,0 +326291,183,37,227,6,0,3,0,0,0,0,0,0 +327320,183,37,99,4,0,0,0,0,0,0,0,0 +327390,183,37,105,4,0,0,0,0,0,0,0,0 +331222,183,37,0,4,0,0,0,0,0,0,0,0 +331420,183,37,381,3,0,0,0,0,0,0,0,0 +332119,183,37,223,3,0,0,0,0,0,0,0,0 +332312,183,37,574,10,0,0,0,0,0,0,0,0 +332322,183,37,316,10,0,0,0,0,0,0,0,0 +332618,183,37,200,3,0,0,0,0,0,0,0,0 +332710,183,37,1173,76,42,8,0,0,0,0,0,0 +332721,183,37,100,17,0,0,0,0,0,0,0,0 +332722,183,37,0,3,0,0,0,0,0,0,0,0 +332811,183,37,72,4,0,0,0,0,0,0,0,0 +332812,183,37,501,12,3,3,0,0,0,0,0,0 +332813,183,37,204,8,0,4,0,0,0,0,0,0 +332994,183,37,0,3,0,0,0,0,0,0,0,0 +332999,183,37,254,16,4,0,0,0,0,0,0,0 +333120,183,37,456,6,0,0,0,0,0,0,0,0 +333318,183,37,108,3,0,0,0,0,0,0,0,0 +333414,183,37,19,3,0,0,0,0,0,0,0,0 +333415,183,37,443,3,0,0,0,0,0,0,0,0 +333511,183,37,325,7,0,0,0,0,0,0,0,0 +333514,183,37,441,21,3,0,0,0,0,0,0,0 +333515,183,37,103,4,0,3,0,0,0,0,0,0 +333519,183,37,129,4,0,0,0,0,0,0,0,0 +333999,183,37,82,3,0,0,0,0,0,0,0,0 +334513,183,37,0,4,0,0,0,0,0,0,0,0 +334515,183,37,0,3,0,0,0,0,0,0,0,0 +335314,183,37,0,3,0,0,0,0,0,0,0,0 +335931,183,37,0,3,0,0,0,0,0,0,0,0 +336211,183,37,170,3,0,0,0,0,0,0,0,0 +336370,183,37,790,7,0,0,0,0,0,0,0,0 +336390,183,37,30,6,4,0,0,0,0,0,0,0 +337110,183,37,483,19,10,3,0,0,0,0,0,0 +337122,183,37,25,5,3,0,0,0,0,0,0,0 +337127,183,37,253,3,0,0,0,0,0,0,0,0 +337212,183,37,32,4,4,0,0,0,0,0,0,0 +339112,183,37,0,3,0,0,0,0,0,0,0,0 +339113,183,37,48,6,4,0,0,0,0,0,0,0 +339116,183,37,50,5,3,0,0,0,0,0,0,0 +339950,183,37,229,7,0,3,0,0,0,0,0,0 +339991,183,37,680,5,0,0,3,0,0,0,0,0 +339999,183,37,104,10,4,0,0,0,0,0,0,0 +423110,183,37,662,15,6,3,0,0,0,0,0,0 +423120,183,37,662,33,13,8,0,0,0,0,0,0 +423130,183,37,22,6,4,0,0,0,0,0,0,0 +423140,183,37,91,5,0,0,0,0,0,0,0,0 +423210,183,37,97,11,9,0,0,0,0,0,0,0 +423220,183,37,50,11,4,0,0,0,0,0,0,0 +423310,183,37,174,7,0,0,0,0,0,0,0,0 +423320,183,37,21,3,0,0,0,0,0,0,0,0 +423330,183,37,91,10,9,0,0,0,0,0,0,0 +423390,183,37,48,3,0,0,0,0,0,0,0,0 +423420,183,37,133,10,5,3,0,0,0,0,0,0 +423430,183,37,9,3,0,0,0,0,0,0,0,0 +423440,183,37,134,9,4,0,0,0,0,0,0,0 +423450,183,37,128,11,8,0,0,0,0,0,0,0 +423510,183,37,453,18,6,7,0,0,0,0,0,0 +423610,183,37,352,25,12,7,0,0,0,0,0,0 +423690,183,37,232,18,13,0,0,0,0,0,0,0 +423710,183,37,753,17,9,5,0,0,0,0,0,0 +423720,183,37,133,13,8,0,0,0,0,0,0,0 +423730,183,37,151,20,19,0,0,0,0,0,0,0 +423810,183,37,150,15,11,0,0,0,0,0,0,0 +423820,183,37,198,15,0,0,0,0,0,0,0,0 +423830,183,37,1022,92,66,13,0,0,0,0,0,0 +423840,183,37,331,23,16,0,0,0,0,0,0,0 +423850,183,37,37,6,3,0,0,0,0,0,0,0 +423910,183,37,145,13,7,0,0,0,0,0,0,0 +423920,183,37,172,5,0,0,0,0,0,0,0,0 +423930,183,37,0,16,6,3,0,0,0,0,0,0 +423990,183,37,95,7,4,0,0,0,0,0,0,0 +424110,183,37,24,3,0,0,0,0,0,0,0,0 +424120,183,37,19,4,0,0,0,0,0,0,0,0 +424130,183,37,0,3,0,0,0,0,0,0,0,0 +424210,183,37,95,7,3,0,0,0,0,0,0,0 +424340,183,37,0,3,0,0,0,0,0,0,0,0 +424490,183,37,690,22,13,0,3,0,0,0,0,0 +424510,183,37,147,24,9,0,0,0,0,0,0,0 +424610,183,37,85,5,0,0,0,0,0,0,0,0 +424690,183,37,259,28,25,3,0,0,0,0,0,0 +424710,183,37,216,15,8,0,0,0,0,0,0,0 +424910,183,37,174,24,11,0,0,0,0,0,0,0 +424930,183,37,71,4,3,0,0,0,0,0,0,0 +424940,183,37,0,3,0,0,0,0,0,0,0,0 +424950,183,37,59,9,6,0,0,0,0,0,0,0 +424990,183,37,23,9,8,0,0,0,0,0,0,0 +425120,183,37,217,86,75,0,0,0,0,0,0,0 +441110,183,37,2170,48,3,18,6,0,0,0,0,0 +441120,183,37,561,95,79,3,0,0,0,0,0,0 +441222,183,37,77,10,3,0,0,0,0,0,0,0 +441228,183,37,182,16,10,3,0,0,0,0,0,0 +441310,183,37,914,88,61,5,0,0,0,0,0,0 +441320,183,37,318,27,17,5,0,0,0,0,0,0 +442110,183,37,457,48,36,7,0,0,0,0,0,0 +442210,183,37,213,22,19,0,0,0,0,0,0,0 +442291,183,37,10,3,3,0,0,0,0,0,0,0 +442299,183,37,135,12,11,0,0,0,0,0,0,0 +443141,183,37,163,15,11,0,0,0,0,0,0,0 +443142,183,37,425,40,33,0,0,0,0,0,0,0 +444110,183,37,1064,7,0,0,7,0,0,0,0,0 +444120,183,37,53,9,9,0,0,0,0,0,0,0 +444130,183,37,446,45,19,3,0,0,0,0,0,0 +444190,183,37,450,50,35,5,0,0,0,0,0,0 +444210,183,37,98,19,13,0,0,0,0,0,0,0 +444220,183,37,180,22,8,0,0,0,0,0,0,0 +445110,183,37,3432,82,38,7,8,3,0,0,0,0 +445120,183,37,46,5,4,0,0,0,0,0,0,0 +445210,183,37,129,15,13,0,0,0,0,0,0,0 +445230,183,37,0,3,3,0,0,0,0,0,0,0 +445291,183,37,0,4,0,0,0,0,0,0,0,0 +445292,183,37,57,7,4,0,0,0,0,0,0,0 +445310,183,37,432,73,57,0,0,0,0,0,0,0 +446110,183,37,1016,57,22,22,0,0,0,0,0,0 +446120,183,37,327,25,17,4,0,0,0,0,0,0 +446130,183,37,166,16,14,0,0,0,0,0,0,0 +446191,183,37,76,16,15,0,0,0,0,0,0,0 +446199,183,37,70,22,19,0,0,0,0,0,0,0 +447110,183,37,1871,248,233,4,0,0,0,0,0,0 +447190,183,37,396,22,6,0,0,0,0,0,0,0 +448110,183,37,32,4,3,0,0,0,0,0,0,0 +448120,183,37,456,54,50,3,0,0,0,0,0,0 +448130,183,37,138,15,12,0,0,0,0,0,0,0 +448140,183,37,860,35,8,17,0,0,0,0,0,0 +448150,183,37,72,10,8,0,0,0,0,0,0,0 +448190,183,37,238,20,15,0,0,0,0,0,0,0 +448210,183,37,351,32,22,6,0,0,0,0,0,0 +448310,183,37,170,28,27,0,0,0,0,0,0,0 +451110,183,37,446,52,43,4,0,0,0,0,0,0 +451120,183,37,288,24,14,4,0,0,0,0,0,0 +451130,183,37,66,4,0,0,0,0,0,0,0,0 +451140,183,37,33,3,0,0,0,0,0,0,0,0 +451211,183,37,126,9,5,3,0,0,0,0,0,0 +452210,183,37,913,8,0,0,5,0,0,0,0,0 +452311,183,37,3042,15,0,0,6,7,0,0,0,0 +452319,183,37,876,98,73,6,0,0,0,0,0,0 +453110,183,37,130,21,12,0,0,0,0,0,0,0 +453210,183,37,91,7,3,0,0,0,0,0,0,0 +453220,183,37,155,20,19,0,0,0,0,0,0,0 +453310,183,37,288,40,33,3,0,0,0,0,0,0 +453910,183,37,263,11,5,4,0,0,0,0,0,0 +453930,183,37,10,3,0,0,0,0,0,0,0,0 +453991,183,37,106,30,20,0,0,0,0,0,0,0 +453998,183,37,196,37,33,0,0,0,0,0,0,0 +454110,183,37,1997,80,59,0,0,0,0,0,0,0 +454310,183,37,132,27,17,0,0,0,0,0,0,0 +454390,183,37,293,51,38,0,0,0,0,0,0,0 +481111,183,37,135,3,0,0,0,0,0,0,0,0 +484110,183,37,542,82,65,3,0,0,0,0,0,0 +484121,183,37,2308,148,112,12,0,0,0,0,0,0 +484122,183,37,782,30,10,11,0,0,0,0,0,0 +484210,183,37,645,11,4,0,0,0,0,0,0,0 +484220,183,37,882,81,58,3,0,0,0,0,0,0 +484230,183,37,881,31,16,0,3,0,0,0,0,0 +485320,183,37,34,4,3,0,0,0,0,0,0,0 +485991,183,37,78,7,3,0,0,0,0,0,0,0 +488410,183,37,118,10,3,0,0,0,0,0,0,0 +488490,183,37,87,6,0,0,0,0,0,0,0,0 +488510,183,37,375,36,28,4,0,0,0,0,0,0 +492110,183,37,718,16,11,0,0,0,0,0,0,0 +492210,183,37,96,8,3,0,0,0,0,0,0,0 +493110,183,37,1489,24,11,3,0,0,0,0,0,0 +493120,183,37,55,4,0,0,0,0,0,0,0,0 +493190,183,37,0,3,0,0,0,0,0,0,0,0 +511110,183,37,0,12,6,0,0,0,0,0,0,0 +511120,183,37,0,3,0,0,0,0,0,0,0,0 +511210,183,37,46,4,0,0,0,0,0,0,0,0 +512110,183,37,20,9,7,0,0,0,0,0,0,0 +512131,183,37,220,7,3,3,0,0,0,0,0,0 +515112,183,37,170,10,5,3,0,0,0,0,0,0 +515120,183,37,253,5,0,0,0,0,0,0,0,0 +517311,183,37,51,56,30,3,0,0,0,0,0,0 +517312,183,37,444,35,26,0,0,0,0,0,0,0 +517911,183,37,0,7,4,0,0,0,0,0,0,0 +517919,183,37,3,3,3,0,0,0,0,0,0,0 +518210,183,37,313,16,9,3,0,0,0,0,0,0 +519130,183,37,13,3,0,0,0,0,0,0,0,0 +522110,183,37,2063,197,170,8,0,0,0,0,0,0 +522120,183,37,40,8,3,0,0,0,0,0,0,0 +522130,183,37,954,86,67,3,0,0,0,0,0,0 +522220,183,37,24,7,5,0,0,0,0,0,0,0 +522291,183,37,58,13,12,0,0,0,0,0,0,0 +522292,183,37,322,13,9,3,0,0,0,0,0,0 +522298,183,37,48,10,9,0,0,0,0,0,0,0 +522310,183,37,234,9,4,0,0,0,0,0,0,0 +522320,183,37,4,3,3,0,0,0,0,0,0,0 +522390,183,37,40,16,14,0,0,0,0,0,0,0 +523110,183,37,13,5,5,0,0,0,0,0,0,0 +523120,183,37,165,39,35,3,0,0,0,0,0,0 +523910,183,37,0,4,0,0,0,0,0,0,0,0 +523920,183,37,333,114,111,0,0,0,0,0,0,0 +523930,183,37,52,32,30,0,0,0,0,0,0,0 +524113,183,37,0,10,5,0,0,0,0,0,0,0 +524114,183,37,182,8,4,0,0,0,0,0,0,0 +524126,183,37,1078,11,4,0,0,0,0,0,0,0 +524127,183,37,0,8,4,0,0,0,0,0,0,0 +524210,183,37,1978,333,311,9,0,0,0,0,0,0 +524292,183,37,296,10,3,4,0,0,0,0,0,0 +531110,183,37,516,115,106,4,0,0,0,0,0,0 +531120,183,37,135,34,31,0,0,0,0,0,0,0 +531130,183,37,27,11,9,0,0,0,0,0,0,0 +531190,183,37,75,20,14,0,0,0,0,0,0,0 +531210,183,37,505,212,200,5,0,0,0,0,0,0 +531311,183,37,329,57,52,3,0,0,0,0,0,0 +531312,183,37,50,17,14,0,0,0,0,0,0,0 +531320,183,37,125,35,32,0,0,0,0,0,0,0 +531390,183,37,16,5,3,0,0,0,0,0,0,0 +532111,183,37,111,13,12,0,0,0,0,0,0,0 +532120,183,37,127,9,4,3,0,0,0,0,0,0 +532210,183,37,0,12,11,0,0,0,0,0,0,0 +532283,183,37,68,5,0,0,0,0,0,0,0,0 +532289,183,37,66,7,3,0,0,0,0,0,0,0 +532310,183,37,58,7,3,0,0,0,0,0,0,0 +532412,183,37,48,5,3,0,0,0,0,0,0,0 +532490,183,37,111,11,6,0,0,0,0,0,0,0 +541110,183,37,1084,191,165,12,0,0,0,0,0,0 +541191,183,37,99,15,13,0,0,0,0,0,0,0 +541211,183,37,613,83,66,4,0,0,0,0,0,0 +541213,183,37,337,65,53,0,0,0,0,0,0,0 +541214,183,37,67,7,3,0,0,0,0,0,0,0 +541219,183,37,337,35,27,0,0,0,0,0,0,0 +541310,183,37,300,20,13,4,0,0,0,0,0,0 +541320,183,37,19,4,3,0,0,0,0,0,0,0 +541330,183,37,727,109,91,9,0,0,0,0,0,0 +541340,183,37,33,9,4,0,0,0,0,0,0,0 +541350,183,37,27,8,7,0,0,0,0,0,0,0 +541370,183,37,32,6,4,0,0,0,0,0,0,0 +541380,183,37,131,15,11,3,0,0,0,0,0,0 +541410,183,37,28,11,9,0,0,0,0,0,0,0 +541430,183,37,65,22,19,0,0,0,0,0,0,0 +541511,183,37,459,66,54,4,0,0,0,0,0,0 +541512,183,37,298,55,46,0,0,0,0,0,0,0 +541513,183,37,37,11,9,0,0,0,0,0,0,0 +541519,183,37,0,3,0,0,0,0,0,0,0,0 +541611,183,37,349,68,62,0,0,0,0,0,0,0 +541612,183,37,11,4,4,0,0,0,0,0,0,0 +541613,183,37,136,45,43,0,0,0,0,0,0,0 +541614,183,37,101,27,24,0,0,0,0,0,0,0 +541620,183,37,53,5,0,0,0,0,0,0,0,0 +541690,183,37,232,25,22,0,0,0,0,0,0,0 +541715,183,37,86,6,3,0,0,0,0,0,0,0 +541810,183,37,194,23,19,4,0,0,0,0,0,0 +541850,183,37,27,7,5,0,0,0,0,0,0,0 +541890,183,37,124,14,11,0,0,0,0,0,0,0 +541921,183,37,42,15,15,0,0,0,0,0,0,0 +541922,183,37,11,5,4,0,0,0,0,0,0,0 +541930,183,37,0,3,0,0,0,0,0,0,0,0 +541940,183,37,577,48,21,4,0,0,0,0,0,0 +541990,183,37,43,12,9,0,0,0,0,0,0,0 +551112,183,37,44,5,0,0,0,0,0,0,0,0 +551114,183,37,3419,70,32,15,5,0,0,0,0,0 +561110,183,37,257,35,21,3,0,0,0,0,0,0 +561210,183,37,0,5,0,0,0,0,0,0,0,0 +561311,183,37,618,12,4,0,0,0,0,0,0,0 +561312,183,37,8,5,4,0,0,0,0,0,0,0 +561320,183,37,5069,89,41,15,7,6,0,0,0,0 +561330,183,37,303,5,0,3,0,0,0,0,0,0 +561410,183,37,0,3,0,0,0,0,0,0,0,0 +561422,183,37,135,6,3,0,0,0,0,0,0,0 +561431,183,37,46,5,3,0,0,0,0,0,0,0 +561439,183,37,15,4,3,0,0,0,0,0,0,0 +561440,183,37,222,13,12,0,0,0,0,0,0,0 +561492,183,37,13,6,6,0,0,0,0,0,0,0 +561499,183,37,14,4,4,0,0,0,0,0,0,0 +561510,183,37,63,9,7,0,0,0,0,0,0,0 +561520,183,37,5,3,3,0,0,0,0,0,0,0 +561612,183,37,326,10,0,4,0,0,0,0,0,0 +561613,183,37,0,3,3,0,0,0,0,0,0,0 +561621,183,37,161,12,9,0,0,0,0,0,0,0 +561622,183,37,8,4,3,0,0,0,0,0,0,0 +561710,183,37,77,16,12,0,0,0,0,0,0,0 +561720,183,37,1889,105,75,16,5,0,0,0,0,0 +561730,183,37,1264,229,208,9,0,0,0,0,0,0 +561740,183,37,108,26,24,0,0,0,0,0,0,0 +561790,183,37,63,19,17,0,0,0,0,0,0,0 +561910,183,37,41,4,0,0,0,0,0,0,0,0 +561920,183,37,0,3,0,0,0,0,0,0,0,0 +561990,183,37,239,33,24,0,0,0,0,0,0,0 +562111,183,37,323,13,5,4,0,0,0,0,0,0 +562910,183,37,0,3,0,0,0,0,0,0,0,0 +611110,183,37,1271,27,4,10,5,0,0,0,0,0 +611310,183,37,1817,5,0,0,0,0,0,0,0,0 +611430,183,37,0,3,0,0,0,0,0,0,0,0 +611511,183,37,38,3,0,0,0,0,0,0,0,0 +611513,183,37,40,3,0,0,0,0,0,0,0,0 +611519,183,37,28,7,6,0,0,0,0,0,0,0 +611610,183,37,194,24,24,0,0,0,0,0,0,0 +611620,183,37,140,17,12,3,0,0,0,0,0,0 +611691,183,37,136,13,11,0,0,0,0,0,0,0 +611710,183,37,19,6,6,0,0,0,0,0,0,0 +621111,183,37,6600,244,168,35,16,0,0,0,0,0 +621112,183,37,86,13,11,0,0,0,0,0,0,0 +621210,183,37,2062,191,169,7,0,0,0,0,0,0 +621310,183,37,267,76,67,0,0,0,0,0,0,0 +621320,183,37,292,56,45,0,0,0,0,0,0,0 +621330,183,37,361,48,41,4,0,0,0,0,0,0 +621340,183,37,445,61,48,0,0,0,0,0,0,0 +621391,183,37,23,7,7,0,0,0,0,0,0,0 +621399,183,37,53,25,19,0,0,0,0,0,0,0 +621410,183,37,41,5,3,0,0,0,0,0,0,0 +621420,183,37,491,23,12,3,0,0,0,0,0,0 +621492,183,37,0,15,8,6,0,0,0,0,0,0 +621493,183,37,112,7,0,3,0,0,0,0,0,0 +621498,183,37,331,19,14,4,0,0,0,0,0,0 +621511,183,37,80,16,15,0,0,0,0,0,0,0 +621512,183,37,0,3,0,0,0,0,0,0,0,0 +621610,183,37,2178,36,8,17,7,0,0,0,0,0 +621910,183,37,0,3,0,0,0,0,0,0,0,0 +621991,183,37,451,4,0,0,0,0,0,0,0,0 +621999,183,37,55,5,0,0,0,0,0,0,0,0 +622110,183,37,10430,5,0,0,0,0,0,0,0,0 +622310,183,37,0,3,0,0,0,0,0,0,0,0 +623110,183,37,3667,59,8,19,10,0,0,0,0,0 +623210,183,37,1639,143,123,3,0,0,0,0,0,0 +623220,183,37,398,13,6,3,0,0,0,0,0,0 +623311,183,37,1126,15,0,4,5,0,0,0,0,0 +623312,183,37,581,10,0,9,0,0,0,0,0,0 +623990,183,37,113,7,6,0,0,0,0,0,0,0 +624110,183,37,233,17,14,0,0,0,0,0,0,0 +624120,183,37,1633,60,40,13,0,0,0,0,0,0 +624190,183,37,1283,69,45,9,0,0,0,0,0,0 +624210,183,37,83,6,3,0,0,0,0,0,0,0 +624221,183,37,190,7,0,0,0,0,0,0,0,0 +624229,183,37,35,3,0,0,0,0,0,0,0,0 +624310,183,37,798,9,0,3,0,0,0,0,0,0 +624410,183,37,1204,99,65,19,0,0,0,0,0,0 +711110,183,37,13,4,3,0,0,0,0,0,0,0 +711130,183,37,103,4,0,0,0,0,0,0,0,0 +711211,183,37,193,3,0,0,0,0,0,0,0,0 +711310,183,37,0,3,0,0,0,0,0,0,0,0 +711320,183,37,19,7,6,0,0,0,0,0,0,0 +711510,183,37,13,8,7,0,0,0,0,0,0,0 +712110,183,37,143,13,4,0,0,0,0,0,0,0 +713120,183,37,70,11,10,0,0,0,0,0,0,0 +713910,183,37,466,26,8,3,0,0,0,0,0,0 +713930,183,37,20,4,0,0,0,0,0,0,0,0 +713940,183,37,1208,55,30,9,0,0,0,0,0,0 +713950,183,37,201,8,0,0,0,0,0,0,0,0 +713990,183,37,200,23,19,3,0,0,0,0,0,0 +721110,183,37,1418,85,43,19,0,0,0,0,0,0 +721211,183,37,45,5,3,0,0,0,0,0,0,0 +721214,183,37,4,3,3,0,0,0,0,0,0,0 +722310,183,37,382,33,22,0,0,0,0,0,0,0 +722320,183,37,231,14,4,4,0,0,0,0,0,0 +722330,183,37,1,4,4,0,0,0,0,0,0,0 +722410,183,37,693,94,73,6,0,0,0,0,0,0 +722511,183,37,10789,438,241,183,6,0,0,0,0,0 +722513,183,37,9531,435,227,192,0,0,0,0,0,0 +722514,183,37,175,8,0,0,0,0,0,0,0,0 +722515,183,37,1053,95,63,14,0,0,0,0,0,0 +811111,183,37,1499,218,192,11,0,0,0,0,0,0 +811113,183,37,69,5,4,0,0,0,0,0,0,0 +811118,183,37,7,3,3,0,0,0,0,0,0,0 +811121,183,37,533,88,71,4,0,0,0,0,0,0 +811122,183,37,48,9,7,0,0,0,0,0,0,0 +811191,183,37,40,4,0,0,0,0,0,0,0,0 +811192,183,37,204,37,26,4,0,0,0,0,0,0 +811211,183,37,16,5,3,0,0,0,0,0,0,0 +811212,183,37,57,9,5,0,0,0,0,0,0,0 +811213,183,37,13,5,5,0,0,0,0,0,0,0 +811219,183,37,62,7,3,0,0,0,0,0,0,0 +811310,183,37,848,81,60,8,0,0,0,0,0,0 +811420,183,37,16,6,5,0,0,0,0,0,0,0 +811430,183,37,7,3,3,0,0,0,0,0,0,0 +811490,183,37,38,13,8,0,0,0,0,0,0,0 +812111,183,37,33,10,10,0,0,0,0,0,0,0 +812112,183,37,785,169,151,4,0,0,0,0,0,0 +812113,183,37,23,5,3,0,0,0,0,0,0,0 +812191,183,37,62,6,0,0,0,0,0,0,0,0 +812199,183,37,291,46,37,0,0,0,0,0,0,0 +812210,183,37,358,52,29,0,0,0,0,0,0,0 +812220,183,37,79,16,11,0,0,0,0,0,0,0 +812310,183,37,34,5,3,0,0,0,0,0,0,0 +812320,183,37,133,15,12,0,0,0,0,0,0,0 +812332,183,37,0,4,0,0,0,0,0,0,0,0 +812910,183,37,166,33,28,0,0,0,0,0,0,0 +812930,183,37,150,7,0,3,0,0,0,0,0,0 +812990,183,37,47,12,9,0,0,0,0,0,0,0 +813110,183,37,6739,538,480,46,3,0,0,0,0,0 +813211,183,37,108,12,10,0,0,0,0,0,0,0 +813212,183,37,52,8,6,0,0,0,0,0,0,0 +813219,183,37,65,4,0,0,0,0,0,0,0,0 +813311,183,37,0,3,3,0,0,0,0,0,0,0 +813312,183,37,67,16,9,0,0,0,0,0,0,0 +813319,183,37,28,7,5,0,0,0,0,0,0,0 +813410,183,37,793,90,78,0,0,0,0,0,0,0 +813910,183,37,88,21,17,3,0,0,0,0,0,0 +813920,183,37,155,7,5,0,0,0,0,0,0,0 +813930,183,37,339,48,40,0,0,0,0,0,0,0 +813990,183,37,31,18,16,0,0,0,0,0,0,0 +113310,189,37,31,31,18,0,0,0,0,0,0,0 +115112,189,37,9,3,0,0,0,0,0,0,0,0 +115210,189,37,40,16,11,0,0,0,0,0,0,0 +211120,189,37,64,18,13,0,0,0,0,0,0,0 +212311,189,37,112,4,0,0,0,0,0,0,0,0 +212312,189,37,304,19,0,3,0,0,0,0,0,0 +213112,189,37,29,5,3,0,0,0,0,0,0,0 +221112,189,37,0,36,27,0,0,0,0,0,0,0 +221122,189,37,0,126,50,6,0,0,0,0,0,0 +221210,189,37,0,39,8,0,5,0,0,0,0,0 +221310,189,37,158,31,12,0,0,0,0,0,0,0 +221320,189,37,0,3,0,0,0,0,0,0,0,0 +236115,189,37,1334,384,329,0,0,0,0,0,0,0 +236116,189,37,80,3,0,0,0,0,0,0,0,0 +236117,189,37,438,85,59,0,0,0,0,0,0,0 +236118,189,37,2779,809,738,4,0,0,0,0,0,0 +236210,189,37,344,33,13,0,0,0,0,0,0,0 +236220,189,37,3770,253,131,15,0,0,0,0,0,0 +237110,189,37,1293,71,33,0,0,0,0,0,0,0 +237120,189,37,82,3,0,0,0,0,0,0,0,0 +237130,189,37,153,24,7,0,0,0,0,0,0,0 +237310,189,37,1125,47,3,0,0,0,0,0,0,0 +237990,189,37,445,17,10,0,0,0,0,0,0,0 +238110,189,37,1279,199,119,3,0,0,0,0,0,0 +238120,189,37,76,4,0,0,0,0,0,0,0,0 +238130,189,37,433,71,46,0,0,0,0,0,0,0 +238140,189,37,831,146,111,0,0,0,0,0,0,0 +238150,189,37,88,17,3,0,0,0,0,0,0,0 +238160,189,37,1106,142,66,3,0,0,0,0,0,0 +238170,189,37,181,55,38,0,0,0,0,0,0,0 +238190,189,37,33,17,7,0,0,0,0,0,0,0 +238210,189,37,5162,478,352,24,0,0,0,0,0,0 +238220,189,37,7023,797,633,54,0,0,0,0,0,0 +238290,189,37,1604,37,10,3,0,0,0,0,0,0 +238310,189,37,850,85,43,7,0,0,0,0,0,0 +238320,189,37,944,194,162,0,0,0,0,0,0,0 +238330,189,37,244,66,52,0,0,0,0,0,0,0 +238340,189,37,200,29,14,0,0,0,0,0,0,0 +238350,189,37,553,142,113,0,0,0,0,0,0,0 +238390,189,37,113,11,0,0,0,0,0,0,0,0 +238910,189,37,3337,458,335,19,0,0,0,0,0,0 +238990,189,37,1422,210,166,0,0,0,0,0,0,0 +311119,189,37,104,7,0,0,0,0,0,0,0,0 +311352,189,37,54,3,0,0,0,0,0,0,0,0 +311612,189,37,0,4,0,0,0,0,0,0,0,0 +311615,189,37,784,4,0,0,0,0,0,0,0,0 +311811,189,37,178,31,11,0,0,0,0,0,0,0 +312120,189,37,0,3,0,0,0,0,0,0,0,0 +312130,189,37,24,6,0,0,0,0,0,0,0,0 +314120,189,37,134,3,0,0,0,0,0,0,0,0 +314910,189,37,328,8,0,0,0,0,0,0,0,0 +314999,189,37,57,8,4,0,0,0,0,0,0,0 +321113,189,37,286,30,9,0,0,0,0,0,0,0 +321114,189,37,0,3,0,0,0,0,0,0,0,0 +321211,189,37,367,14,0,3,0,0,0,0,0,0 +321214,189,37,149,8,0,0,0,0,0,0,0,0 +321911,189,37,75,12,6,0,0,0,0,0,0,0 +321912,189,37,478,16,0,4,0,0,0,0,0,0 +321918,189,37,539,27,7,0,0,0,0,0,0,0 +321920,189,37,914,43,13,4,0,0,0,0,0,0 +321991,189,37,1303,13,0,0,4,0,0,0,0,0 +321992,189,37,227,7,3,0,0,0,0,0,0,0 +321999,189,37,749,53,36,0,0,0,0,0,0,0 +322211,189,37,652,16,0,3,0,0,0,0,0,0 +322220,189,37,0,3,0,0,0,0,0,0,0,0 +323111,189,37,3103,115,60,3,0,0,0,0,0,0 +323113,189,37,278,42,13,0,0,0,0,0,0,0 +325211,189,37,535,7,0,0,0,0,0,0,0,0 +325212,189,37,0,3,0,0,0,0,0,0,0,0 +325412,189,37,0,3,0,0,0,0,0,0,0,0 +325413,189,37,0,3,0,0,3,0,0,0,0,0 +325510,189,37,0,3,0,0,0,0,0,0,0,0 +325520,189,37,403,9,0,3,0,0,0,0,0,0 +325612,189,37,0,3,0,0,0,0,0,0,0,0 +325991,189,37,711,9,0,5,0,0,0,0,0,0 +325998,189,37,0,3,0,0,0,0,0,0,0,0 +326113,189,37,213,6,0,3,0,0,0,0,0,0 +326121,189,37,0,3,0,0,0,0,0,0,0,0 +326140,189,37,260,5,0,3,0,0,0,0,0,0 +326150,189,37,1820,14,0,6,3,0,0,0,0,0 +326191,189,37,226,7,0,0,0,0,0,0,0,0 +326199,189,37,10558,128,14,40,7,0,0,0,0,0 +326291,189,37,445,7,0,0,0,0,0,0,0,0 +327215,189,37,332,5,0,3,0,0,0,0,0,0 +327320,189,37,281,22,7,0,0,0,0,0,0,0 +327390,189,37,180,12,0,3,0,0,0,0,0,0 +327991,189,37,630,25,0,13,0,0,0,0,0,0 +327993,189,37,120,4,0,0,0,0,0,0,0,0 +331110,189,37,141,3,0,0,0,0,0,0,0,0 +331314,189,37,0,3,0,0,0,0,0,0,0,0 +331318,189,37,0,4,0,0,0,0,0,0,0,0 +332114,189,37,299,4,0,0,0,0,0,0,0,0 +332119,189,37,1183,26,6,4,0,0,0,0,0,0 +332216,189,37,105,6,0,3,0,0,0,0,0,0 +332312,189,37,168,8,0,0,0,0,0,0,0,0 +332313,189,37,210,7,0,0,0,0,0,0,0,0 +332321,189,37,734,6,0,0,0,0,0,0,0,0 +332322,189,37,201,17,0,0,0,0,0,0,0,0 +332323,189,37,0,3,0,0,0,0,0,0,0,0 +332420,189,37,0,4,0,0,0,0,0,0,0,0 +332510,189,37,112,3,0,0,0,0,0,0,0,0 +332613,189,37,0,6,0,0,0,0,0,0,0,0 +332710,189,37,2627,240,116,19,0,0,0,0,0,0 +332721,189,37,798,34,8,6,0,0,0,0,0,0 +332722,189,37,40,3,0,0,0,0,0,0,0,0 +332811,189,37,35,6,0,0,0,0,0,0,0,0 +332812,189,37,1180,34,3,3,0,0,0,0,0,0 +332813,189,37,646,23,6,3,0,0,0,0,0,0 +332991,189,37,0,3,0,0,0,0,0,0,0,0 +332999,189,37,1588,33,11,0,3,0,0,0,0,0 +333111,189,37,28,7,3,0,0,0,0,0,0,0 +333249,189,37,293,12,3,4,0,0,0,0,0,0 +333511,189,37,241,17,3,0,0,0,0,0,0,0 +333514,189,37,565,40,19,3,0,0,0,0,0,0 +333515,189,37,0,3,0,0,0,0,0,0,0,0 +333517,189,37,0,3,0,0,0,0,0,0,0,0 +333999,189,37,0,3,0,0,0,0,0,0,0,0 +334516,189,37,112,3,0,3,0,0,0,0,0,0 +335312,189,37,0,3,0,0,0,0,0,0,0,0 +335314,189,37,100,3,0,0,0,0,0,0,0,0 +335999,189,37,71,6,0,0,0,0,0,0,0,0 +336112,189,37,210,3,0,0,0,0,0,0,0,0 +336211,189,37,3120,25,6,10,5,3,0,0,0,0 +336212,189,37,268,5,0,3,0,0,0,0,0,0 +336213,189,37,5190,16,0,3,7,0,0,0,0,0 +336214,189,37,30509,121,20,34,28,10,6,0,3,0 +336320,189,37,700,14,0,0,0,0,0,0,0,0 +336350,189,37,0,7,0,0,0,0,0,0,0,0 +336360,189,37,342,12,4,0,0,0,0,0,0,0 +336370,189,37,488,7,0,0,0,0,0,0,0,0 +336390,189,37,1483,24,3,4,3,0,0,0,0,0 +336413,189,37,0,5,0,0,0,0,0,0,0,0 +336612,189,37,1838,12,0,0,0,0,0,0,0,0 +336999,189,37,71,6,0,0,0,0,0,0,0,0 +337110,189,37,3394,92,47,6,0,0,0,0,0,0 +337121,189,37,0,9,0,0,0,0,0,0,0,0 +337122,189,37,572,44,34,3,0,0,0,0,0,0 +337127,189,37,381,8,0,3,0,0,0,0,0,0 +337211,189,37,2392,12,0,0,0,3,0,0,0,0 +337212,189,37,582,12,3,0,0,0,0,0,0,0 +337215,189,37,800,14,6,0,0,0,0,0,0,0 +337920,189,37,169,4,0,0,0,0,0,0,0,0 +339112,189,37,1513,18,0,4,3,0,0,0,0,0 +339113,189,37,3322,8,3,0,0,0,3,0,0,0 +339115,189,37,49,3,0,0,0,0,0,0,0,0 +339116,189,37,234,33,12,0,0,0,0,0,0,0 +339950,189,37,378,28,3,3,0,0,0,0,0,0 +339991,189,37,85,4,0,0,0,0,0,0,0,0 +339992,189,37,0,5,0,0,0,0,0,0,0,0 +339995,189,37,199,6,0,0,0,0,0,0,0,0 +339999,189,37,649,29,12,0,0,0,0,0,0,0 +423110,189,37,1023,58,21,6,0,0,0,0,0,0 +423120,189,37,1918,88,46,15,0,0,0,0,0,0 +423130,189,37,657,23,3,3,0,0,0,0,0,0 +423140,189,37,33,4,3,0,0,0,0,0,0,0 +423210,189,37,344,38,20,3,3,0,0,0,0,0 +423220,189,37,159,12,3,0,0,0,0,0,0,0 +423310,189,37,808,36,7,4,0,0,0,0,0,0 +423320,189,37,6,3,3,0,0,0,0,0,0,0 +423330,189,37,271,20,3,0,0,0,0,0,0,0 +423390,189,37,61,13,7,0,0,0,0,0,0,0 +423420,189,37,305,33,18,0,0,0,0,0,0,0 +423430,189,37,149,9,3,3,0,0,0,0,0,0 +423440,189,37,53,9,3,0,0,0,0,0,0,0 +423450,189,37,1733,32,12,0,0,0,0,0,0,0 +423490,189,37,20,10,6,0,0,0,0,0,0,0 +423510,189,37,1183,49,16,10,0,0,0,0,0,0 +423610,189,37,1230,73,32,10,0,0,0,0,0,0 +423620,189,37,239,9,3,3,0,0,0,0,0,0 +423690,189,37,449,46,29,3,0,0,0,0,0,0 +423710,189,37,461,39,20,4,0,0,0,0,0,0 +423720,189,37,335,27,3,4,0,0,0,0,0,0 +423730,189,37,453,50,27,0,0,0,0,0,0,0 +423740,189,37,0,3,0,0,0,0,0,0,0,0 +423810,189,37,474,15,0,3,0,0,0,0,0,0 +423820,189,37,1132,105,23,11,0,0,0,0,0,0 +423830,189,37,2044,175,126,22,0,0,0,0,0,0 +423840,189,37,747,82,48,0,0,0,0,0,0,0 +423850,189,37,146,15,6,0,0,0,0,0,0,0 +423860,189,37,29,4,0,0,0,0,0,0,0,0 +423910,189,37,273,20,3,0,0,0,0,0,0,0 +423930,189,37,545,48,14,7,0,0,0,0,0,0 +423990,189,37,480,40,15,3,0,0,0,0,0,0 +424120,189,37,89,13,3,0,0,0,0,0,0,0 +424130,189,37,43,9,0,0,0,0,0,0,0,0 +424210,189,37,98,20,6,0,0,0,0,0,0,0 +424310,189,37,228,5,0,0,0,0,0,0,0,0 +424470,189,37,0,3,0,0,0,0,0,0,0,0 +424490,189,37,2376,65,20,3,0,0,0,0,0,0 +424510,189,37,384,78,28,0,0,0,0,0,0,0 +424610,189,37,542,15,0,0,0,0,0,0,0,0 +424690,189,37,894,50,22,8,0,0,0,0,0,0 +424710,189,37,159,17,3,0,0,0,0,0,0,0 +424910,189,37,1343,171,61,0,0,0,0,0,0,0 +424930,189,37,24,4,3,0,0,0,0,0,0,0 +424950,189,37,224,12,3,0,0,0,0,0,0,0 +424990,189,37,115,25,16,0,0,0,0,0,0,0 +425120,189,37,1137,186,149,3,0,0,0,0,0,0 +441110,189,37,8426,186,6,74,13,0,0,0,0,0 +441120,189,37,1431,303,227,5,0,0,0,0,0,0 +441210,189,37,301,27,13,3,0,0,0,0,0,0 +441222,189,37,126,13,6,0,0,0,0,0,0,0 +441228,189,37,443,52,10,3,0,0,0,0,0,0 +441310,189,37,3745,407,284,7,0,0,0,0,0,0 +441320,189,37,1473,131,73,5,0,0,0,0,0,0 +442110,189,37,1434,181,121,10,0,0,0,0,0,0 +442210,189,37,442,88,63,0,0,0,0,0,0,0 +442291,189,37,0,3,0,0,0,0,0,0,0,0 +442299,189,37,788,74,48,3,0,0,0,0,0,0 +443141,189,37,534,73,31,0,0,0,0,0,0,0 +443142,189,37,1461,143,96,0,0,0,0,0,0,0 +444110,189,37,2460,29,0,0,20,0,0,0,0,0 +444120,189,37,62,32,21,0,0,0,0,0,0,0 +444130,189,37,1041,134,67,6,0,0,0,0,0,0 +444190,189,37,3105,284,155,19,0,0,0,0,0,0 +444210,189,37,358,57,12,0,0,0,0,0,0,0 +444220,189,37,1310,146,55,0,0,0,0,0,0,0 +445110,189,37,15529,450,146,72,40,0,0,0,0,0 +445120,189,37,525,76,56,0,0,0,0,0,0,0 +445210,189,37,60,6,0,0,0,0,0,0,0,0 +445291,189,37,48,16,10,0,0,0,0,0,0,0 +445292,189,37,36,7,0,0,0,0,0,0,0,0 +445299,189,37,100,17,4,3,0,0,0,0,0,0 +445310,189,37,1520,307,223,0,0,0,0,0,0,0 +446110,189,37,5004,332,144,76,0,0,0,0,0,0 +446120,189,37,649,59,22,3,0,0,0,0,0,0 +446130,189,37,584,73,51,0,0,0,0,0,0,0 +446191,189,37,206,54,33,0,0,0,0,0,0,0 +446199,189,37,628,79,54,0,0,0,0,0,0,0 +447110,189,37,8751,1098,960,15,0,0,0,0,0,0 +447190,189,37,978,74,19,0,0,0,0,0,0,0 +448110,189,37,110,20,6,0,0,0,0,0,0,0 +448120,189,37,1475,171,115,8,0,0,0,0,0,0 +448130,189,37,303,29,11,0,0,0,0,0,0,0 +448140,189,37,2285,111,43,40,0,0,0,0,0,0 +448150,189,37,173,26,18,0,0,0,0,0,0,0 +448190,189,37,616,45,10,4,0,0,0,0,0,0 +448210,189,37,1251,146,103,3,0,0,0,0,0,0 +448310,189,37,827,122,83,0,0,0,0,0,0,0 +451110,189,37,1709,152,98,3,0,0,0,0,0,0 +451120,189,37,811,55,14,6,0,0,0,0,0,0 +451130,189,37,187,28,12,0,0,0,0,0,0,0 +451140,189,37,117,14,6,0,0,0,0,0,0,0 +451211,189,37,683,66,25,3,0,0,0,0,0,0 +452210,189,37,3314,40,0,15,9,0,0,0,0,0 +452311,189,37,12919,64,0,0,15,13,0,0,0,0 +452319,189,37,4017,468,332,15,0,0,0,0,0,0 +453110,189,37,448,92,54,0,0,0,0,0,0,0 +453210,189,37,227,16,7,0,0,0,0,0,0,0 +453220,189,37,830,130,94,0,0,0,0,0,0,0 +453310,189,37,2072,217,139,14,0,0,0,0,0,0 +453910,189,37,731,52,9,6,0,0,0,0,0,0 +453920,189,37,10,3,0,0,0,0,0,0,0,0 +453930,189,37,22,7,3,0,0,0,0,0,0,0 +453991,189,37,604,117,75,0,0,0,0,0,0,0 +453998,189,37,736,155,123,0,0,0,0,0,0,0 +454110,189,37,1514,192,152,3,0,0,0,0,0,0 +454210,189,37,99,23,12,0,0,0,0,0,0,0 +454310,189,37,265,67,24,0,0,0,0,0,0,0 +454390,189,37,781,169,123,0,0,0,0,0,0,0 +481111,189,37,139,4,0,0,0,0,0,0,0,0 +481211,189,37,0,3,0,0,0,0,0,0,0,0 +484110,189,37,1673,266,186,0,0,0,0,0,0,0 +484121,189,37,7905,543,359,45,0,0,0,0,0,0 +484122,189,37,2377,63,15,16,4,0,0,0,0,0 +484210,189,37,602,32,15,0,0,0,0,0,0,0 +484220,189,37,2941,445,336,10,0,0,0,0,0,0 +484230,189,37,1378,102,46,10,0,0,0,0,0,0 +485310,189,37,41,7,3,0,0,0,0,0,0,0 +485410,189,37,270,46,18,0,0,0,0,0,0,0 +485991,189,37,0,4,4,0,0,0,0,0,0,0 +488190,189,37,36,6,0,0,0,0,0,0,0,0 +488210,189,37,65,10,6,0,0,0,0,0,0,0 +488410,189,37,318,48,22,0,0,0,0,0,0,0 +488490,189,37,22,10,0,0,0,0,0,0,0,0 +488510,189,37,758,77,46,0,0,0,0,0,0,0 +492110,189,37,1677,46,8,3,3,0,0,0,0,0 +492210,189,37,125,20,6,0,0,0,0,0,0,0 +493110,189,37,5362,95,39,6,0,0,0,0,0,0 +511110,189,37,467,34,13,0,0,0,0,0,0,0 +511120,189,37,54,8,0,0,0,0,0,0,0,0 +511130,189,37,0,4,0,0,0,0,0,0,0,0 +511210,189,37,178,14,0,0,0,0,0,0,0,0 +512110,189,37,17,11,7,0,0,0,0,0,0,0 +512131,189,37,0,10,0,6,0,0,0,0,0,0 +515112,189,37,183,17,3,0,0,0,0,0,0,0 +515120,189,37,744,10,0,0,0,0,0,0,0,0 +517311,189,37,2415,237,143,18,0,0,0,0,0,0 +517312,189,37,1344,125,80,3,0,0,0,0,0,0 +517911,189,37,11,7,3,0,0,0,0,0,0,0 +517919,189,37,0,3,0,0,0,0,0,0,0,0 +518210,189,37,1617,61,25,4,0,0,0,0,0,0 +519130,189,37,16,10,10,0,0,0,0,0,0,0 +522110,189,37,9848,915,744,12,3,0,0,0,0,0 +522120,189,37,27,51,21,3,0,0,0,0,0,0 +522130,189,37,2280,222,147,6,0,0,0,0,0,0 +522220,189,37,37,17,12,0,0,0,0,0,0,0 +522291,189,37,313,77,52,0,0,0,0,0,0,0 +522292,189,37,245,46,24,0,0,0,0,0,0,0 +522298,189,37,277,48,22,0,0,0,0,0,0,0 +522390,189,37,239,67,62,0,0,0,0,0,0,0 +523110,189,37,0,4,3,0,0,0,0,0,0,0 +523120,189,37,487,116,94,3,0,0,0,0,0,0 +523910,189,37,19,11,7,0,0,0,0,0,0,0 +523920,189,37,609,352,323,0,0,0,0,0,0,0 +523930,189,37,148,59,48,0,0,0,0,0,0,0 +523991,189,37,0,4,0,0,0,0,0,0,0,0 +524113,189,37,31,16,8,0,0,0,0,0,0,0 +524114,189,37,116,14,7,0,0,0,0,0,0,0 +524126,189,37,47,28,16,0,0,0,0,0,0,0 +524210,189,37,4956,1195,1111,12,0,0,0,0,0,0 +524291,189,37,14,8,3,0,0,0,0,0,0,0 +524292,189,37,116,4,0,0,0,0,0,0,0,0 +524298,189,37,0,3,0,0,0,0,0,0,0,0 +531110,189,37,2178,536,500,0,0,0,0,0,0,0 +531120,189,37,732,193,160,0,0,0,0,0,0,0 +531130,189,37,57,36,27,0,0,0,0,0,0,0 +531190,189,37,80,39,37,0,0,0,0,0,0,0 +531210,189,37,1392,506,476,0,0,0,0,0,0,0 +531311,189,37,1314,211,169,5,0,0,0,0,0,0 +531312,189,37,398,49,29,3,0,0,0,0,0,0 +531320,189,37,150,93,83,0,0,0,0,0,0,0 +531390,189,37,29,10,6,0,0,0,0,0,0,0 +532111,189,37,144,46,20,0,0,0,0,0,0,0 +532120,189,37,548,39,8,5,0,0,0,0,0,0 +532210,189,37,150,59,45,0,0,0,0,0,0,0 +532282,189,37,0,11,8,0,0,0,0,0,0,0 +532283,189,37,94,16,3,0,0,0,0,0,0,0 +532289,189,37,35,15,3,0,0,0,0,0,0,0 +532310,189,37,69,6,0,0,0,0,0,0,0,0 +532490,189,37,159,36,25,0,0,0,0,0,0,0 +541110,189,37,3646,893,816,15,0,0,0,0,0,0 +541191,189,37,358,50,24,0,0,0,0,0,0,0 +541211,189,37,2520,300,212,11,0,0,0,0,0,0 +541213,189,37,1260,238,180,0,0,0,0,0,0,0 +541214,189,37,584,23,6,0,0,0,0,0,0,0 +541219,189,37,942,183,140,0,0,0,0,0,0,0 +541310,189,37,530,63,36,0,0,0,0,0,0,0 +541320,189,37,8,6,6,0,0,0,0,0,0,0 +541330,189,37,4368,331,245,11,0,0,0,0,0,0 +541340,189,37,5,6,6,0,0,0,0,0,0,0 +541350,189,37,43,24,16,0,0,0,0,0,0,0 +541370,189,37,226,37,14,0,0,0,0,0,0,0 +541380,189,37,394,28,10,0,0,0,0,0,0,0 +541410,189,37,38,17,12,0,0,0,0,0,0,0 +541420,189,37,9,3,0,0,0,0,0,0,0,0 +541430,189,37,241,53,35,0,0,0,0,0,0,0 +541511,189,37,1106,178,153,0,0,0,0,0,0,0 +541512,189,37,1679,187,132,0,0,0,0,0,0,0 +541513,189,37,88,26,20,0,0,0,0,0,0,0 +541519,189,37,50,14,11,0,0,0,0,0,0,0 +541611,189,37,746,218,178,0,0,0,0,0,0,0 +541612,189,37,39,10,6,0,0,0,0,0,0,0 +541613,189,37,379,101,84,0,0,0,0,0,0,0 +541614,189,37,60,29,13,0,0,0,0,0,0,0 +541620,189,37,182,33,15,0,0,0,0,0,0,0 +541690,189,37,142,54,43,0,0,0,0,0,0,0 +541714,189,37,96,13,7,0,0,0,0,0,0,0 +541715,189,37,718,47,29,0,0,0,0,0,0,0 +541810,189,37,304,47,34,0,0,0,0,0,0,0 +541820,189,37,21,3,0,0,0,0,0,0,0,0 +541850,189,37,0,3,0,0,0,0,0,0,0,0 +541890,189,37,81,15,13,0,0,0,0,0,0,0 +541910,189,37,197,10,3,0,0,0,0,0,0,0 +541921,189,37,132,58,50,0,0,0,0,0,0,0 +541922,189,37,10,10,9,0,0,0,0,0,0,0 +541940,189,37,2806,266,135,26,0,0,0,0,0,0 +541990,189,37,87,28,20,0,0,0,0,0,0,0 +551112,189,37,80,10,3,0,0,0,0,0,0,0 +551114,189,37,11687,262,129,48,15,0,0,0,0,0 +561110,189,37,1231,122,68,7,0,0,0,0,0,0 +561210,189,37,93,5,0,0,0,0,0,0,0,0 +561311,189,37,731,13,4,3,0,0,0,0,0,0 +561312,189,37,32,11,5,0,0,0,0,0,0,0 +561320,189,37,14878,196,49,38,25,7,0,0,0,0 +561330,189,37,617,4,0,0,0,0,0,0,0,0 +561410,189,37,31,10,9,0,0,0,0,0,0,0 +561422,189,37,383,12,0,0,0,0,0,0,0,0 +561431,189,37,71,10,0,0,0,0,0,0,0,0 +561439,189,37,37,10,5,0,0,0,0,0,0,0 +561440,189,37,107,11,0,0,0,0,0,0,0,0 +561492,189,37,4,3,3,0,0,0,0,0,0,0 +561499,189,37,46,9,5,0,0,0,0,0,0,0 +561510,189,37,233,29,9,0,0,0,0,0,0,0 +561611,189,37,33,6,0,0,0,0,0,0,0,0 +561612,189,37,1219,32,4,0,0,0,0,0,0,0 +561613,189,37,0,6,0,0,0,0,0,0,0,0 +561621,189,37,598,20,3,6,0,0,0,0,0,0 +561622,189,37,8,10,4,0,0,0,0,0,0,0 +561710,189,37,733,85,28,0,0,0,0,0,0,0 +561720,189,37,5007,371,240,33,3,0,0,0,0,0 +561730,189,37,4060,843,748,7,0,0,0,0,0,0 +561740,189,37,213,48,34,0,0,0,0,0,0,0 +561790,189,37,177,42,25,0,0,0,0,0,0,0 +561990,189,37,961,89,47,0,0,0,0,0,0,0 +562111,189,37,1057,84,18,3,0,0,0,0,0,0 +562212,189,37,0,3,0,0,0,0,0,0,0,0 +562910,189,37,23,3,0,0,0,0,0,0,0,0 +562920,189,37,0,3,0,0,0,0,0,0,0,0 +562991,189,37,74,17,6,0,0,0,0,0,0,0 +611110,189,37,3142,98,23,25,0,0,0,0,0,0 +611210,189,37,289,3,0,0,0,0,0,0,0,0 +611310,189,37,1063,11,0,0,0,0,0,0,0,0 +611430,189,37,27,21,13,0,0,0,0,0,0,0 +611511,189,37,22,3,0,0,0,0,0,0,0,0 +611513,189,37,85,10,4,0,0,0,0,0,0,0 +611519,189,37,61,10,3,0,0,0,0,0,0,0 +611610,189,37,305,59,31,0,0,0,0,0,0,0 +611620,189,37,445,64,37,0,0,0,0,0,0,0 +611691,189,37,204,16,0,0,0,0,0,0,0,0 +611699,189,37,29,6,0,0,0,0,0,0,0,0 +611710,189,37,113,24,7,0,0,0,0,0,0,0 +621111,189,37,22247,1452,1099,199,18,0,0,0,0,0 +621112,189,37,118,25,16,0,0,0,0,0,0,0 +621210,189,37,6671,847,737,18,0,0,0,0,0,0 +621310,189,37,943,232,179,0,0,0,0,0,0,0 +621320,189,37,1188,202,122,0,0,0,0,0,0,0 +621330,189,37,600,109,80,4,0,0,0,0,0,0 +621340,189,37,1958,193,150,0,0,0,0,0,0,0 +621391,189,37,175,39,23,0,0,0,0,0,0,0 +621399,189,37,366,90,72,0,0,0,0,0,0,0 +621410,189,37,67,9,4,0,0,0,0,0,0,0 +621420,189,37,1030,87,21,7,0,0,0,0,0,0 +621492,189,37,36,39,0,6,0,0,0,0,0,0 +621493,189,37,1419,56,7,3,0,0,0,0,0,0 +621498,189,37,1689,119,46,16,0,0,0,0,0,0 +621511,189,37,66,61,41,0,0,0,0,0,0,0 +621512,189,37,42,15,3,0,0,0,0,0,0,0 +621610,189,37,8097,183,26,60,4,0,0,0,0,0 +621910,189,37,469,27,3,3,0,0,0,0,0,0 +621991,189,37,171,6,0,0,0,0,0,0,0,0 +621999,189,37,395,9,4,0,0,0,0,0,0,0 +622110,189,37,0,3,0,0,0,0,0,0,0,0 +623110,189,37,17194,182,0,54,44,0,0,0,0,0 +623210,189,37,4594,577,495,7,3,0,0,0,0,0 +623220,189,37,783,41,0,0,0,0,0,0,0,0 +623311,189,37,880,18,0,4,3,0,0,0,0,0 +623312,189,37,1952,65,7,27,0,0,0,0,0,0 +623990,189,37,111,11,3,0,0,0,0,0,0,0 +624110,189,37,765,66,24,0,0,0,0,0,0,0 +624120,189,37,6832,192,72,24,5,0,0,0,0,0 +624190,189,37,3114,223,134,7,0,0,0,0,0,0 +624210,189,37,89,26,15,0,0,0,0,0,0,0 +624221,189,37,384,24,0,0,0,0,0,0,0,0 +624229,189,37,182,21,3,0,0,0,0,0,0,0 +624230,189,37,0,5,0,0,0,0,0,0,0,0 +624310,189,37,841,55,31,0,0,0,0,0,0,0 +624410,189,37,5323,550,409,64,0,0,0,0,0,0 +711110,189,37,24,7,0,0,0,0,0,0,0,0 +711130,189,37,21,7,0,0,0,0,0,0,0,0 +711211,189,37,60,7,3,0,0,0,0,0,0,0 +711310,189,37,141,4,0,0,0,0,0,0,0,0 +711320,189,37,5,3,3,0,0,0,0,0,0,0 +711510,189,37,79,30,20,0,0,0,0,0,0,0 +712110,189,37,238,37,17,0,0,0,0,0,0,0 +712120,189,37,0,5,5,0,0,0,0,0,0,0 +713120,189,37,142,39,31,0,0,0,0,0,0,0 +713910,189,37,1198,75,19,7,0,0,0,0,0,0 +713930,189,37,80,8,6,0,0,0,0,0,0,0 +713940,189,37,4048,205,121,13,0,0,0,0,0,0 +713950,189,37,467,26,0,0,0,0,0,0,0,0 +713990,189,37,336,77,50,0,0,0,0,0,0,0 +721110,189,37,6261,385,203,82,0,0,0,0,0,0 +721211,189,37,78,25,13,0,0,0,0,0,0,0 +721214,189,37,40,4,3,0,0,0,0,0,0,0 +721310,189,37,384,71,69,0,0,0,0,0,0,0 +722310,189,37,2340,171,89,19,0,0,0,0,0,0 +722320,189,37,815,47,14,3,0,0,0,0,0,0 +722330,189,37,36,20,10,0,0,0,0,0,0,0 +722410,189,37,2701,378,288,14,0,0,0,0,0,0 +722511,189,37,42816,1938,1145,647,29,0,0,0,0,0 +722513,189,37,41463,1937,1000,806,0,0,0,0,0,0 +722514,189,37,892,52,6,6,0,0,0,0,0,0 +722515,189,37,4026,331,237,45,0,0,0,0,0,0 +811111,189,37,3534,760,690,5,0,0,0,0,0,0 +811113,189,37,132,26,16,0,0,0,0,0,0,0 +811118,189,37,24,7,6,0,0,0,0,0,0,0 +811121,189,37,2655,335,242,18,0,0,0,0,0,0 +811122,189,37,154,25,16,0,0,0,0,0,0,0 +811191,189,37,141,22,3,0,0,0,0,0,0,0 +811192,189,37,713,102,72,0,0,0,0,0,0,0 +811198,189,37,23,5,4,0,0,0,0,0,0,0 +811211,189,37,37,3,0,0,0,0,0,0,0,0 +811212,189,37,120,21,6,0,0,0,0,0,0,0 +811213,189,37,4,3,3,0,0,0,0,0,0,0 +811219,189,37,63,16,0,0,0,0,0,0,0,0 +811310,189,37,1789,213,123,10,0,0,0,0,0,0 +811411,189,37,23,6,3,0,0,0,0,0,0,0 +811412,189,37,22,13,10,0,0,0,0,0,0,0 +811420,189,37,54,17,13,0,0,0,0,0,0,0 +811490,189,37,70,36,34,0,0,0,0,0,0,0 +812111,189,37,74,16,9,0,0,0,0,0,0,0 +812112,189,37,2475,474,406,9,0,0,0,0,0,0 +812113,189,37,90,18,13,0,0,0,0,0,0,0 +812191,189,37,17,3,0,0,0,0,0,0,0,0 +812199,189,37,582,119,104,0,0,0,0,0,0,0 +812210,189,37,1369,225,113,0,0,0,0,0,0,0 +812220,189,37,101,25,15,0,0,0,0,0,0,0 +812310,189,37,123,44,20,0,0,0,0,0,0,0 +812320,189,37,279,60,40,0,0,0,0,0,0,0 +812331,189,37,0,3,0,0,0,0,0,0,0,0 +812332,189,37,380,10,0,0,0,0,0,0,0,0 +812910,189,37,433,96,68,0,0,0,0,0,0,0 +812930,189,37,45,12,9,0,0,0,0,0,0,0 +812990,189,37,148,29,25,0,0,0,0,0,0,0 +813110,189,37,18075,2532,2300,125,3,0,0,0,0,0 +813211,189,37,159,57,28,0,0,0,0,0,0,0 +813212,189,37,39,8,0,0,0,0,0,0,0,0 +813219,189,37,13,8,0,0,0,0,0,0,0,0 +813311,189,37,12,4,4,0,0,0,0,0,0,0 +813312,189,37,150,17,3,0,0,0,0,0,0,0 +813319,189,37,102,24,16,0,0,0,0,0,0,0 +813410,189,37,3002,439,335,7,0,0,0,0,0,0 +813910,189,37,285,110,85,0,0,0,0,0,0,0 +813920,189,37,81,17,10,0,0,0,0,0,0,0 +813930,189,37,1272,155,108,4,0,0,0,0,0,0 +813990,189,37,95,18,14,0,0,0,0,0,0,0 +113310,190,38,32,13,12,0,0,0,0,0,0,0 +115112,190,38,108,80,50,0,0,0,0,0,0,0 +115114,190,38,94,17,6,0,0,0,0,0,0,0 +115116,190,38,73,14,6,0,0,0,0,0,0,0 +115210,190,38,92,29,20,0,0,0,0,0,0,0 +212312,190,38,37,48,31,0,0,0,0,0,0,0 +212321,190,38,21,12,4,0,0,0,0,0,0,0 +221112,190,38,202,8,0,0,0,0,0,0,0,0 +221115,190,38,0,7,0,0,0,0,0,0,0,0 +221122,190,38,664,72,15,3,6,0,0,0,0,0 +221310,190,38,8,6,3,0,0,0,0,0,0,0 +236115,190,38,1758,664,601,0,0,0,0,0,0,0 +236116,190,38,15,11,4,0,0,0,0,0,0,0 +236117,190,38,733,156,133,3,0,0,0,0,0,0 +236118,190,38,2523,988,904,3,0,0,0,0,0,0 +236210,190,38,376,18,0,0,0,0,0,0,0,0 +236220,190,38,7076,472,266,20,5,0,0,0,0,0 +237110,190,38,591,86,52,0,0,0,0,0,0,0 +237130,190,38,625,32,15,3,0,0,0,0,0,0 +237210,190,38,11,7,6,0,0,0,0,0,0,0 +237310,190,38,1943,100,25,7,3,0,0,0,0,0 +237990,190,38,161,57,36,0,0,0,0,0,0,0 +238110,190,38,2787,502,403,6,0,0,0,0,0,0 +238120,190,38,313,12,0,0,0,0,0,0,0,0 +238130,190,38,885,185,134,0,0,0,0,0,0,0 +238140,190,38,789,129,89,0,0,0,0,0,0,0 +238150,190,38,270,18,9,0,0,0,0,0,0,0 +238160,190,38,1161,189,127,6,0,0,0,0,0,0 +238170,190,38,259,85,66,0,0,0,0,0,0,0 +238190,190,38,90,7,5,0,0,0,0,0,0,0 +238210,190,38,9424,802,609,52,8,0,0,0,0,0 +238220,190,38,12305,1097,862,77,4,0,0,0,0,0 +238290,190,38,1098,87,44,12,0,0,0,0,0,0 +238310,190,38,2204,203,141,11,0,0,0,0,0,0 +238320,190,38,1278,256,216,3,0,0,0,0,0,0 +238330,190,38,453,100,79,0,0,0,0,0,0,0 +238340,190,38,369,45,31,6,0,0,0,0,0,0 +238350,190,38,1035,299,249,0,0,0,0,0,0,0 +238390,190,38,434,47,33,0,0,0,0,0,0,0 +238910,190,38,4057,656,479,15,0,0,0,0,0,0 +238990,190,38,1741,303,223,12,0,0,0,0,0,0 +311119,190,38,600,44,7,4,0,0,0,0,0,0 +311221,190,38,664,3,0,0,0,0,0,0,0,0 +311224,190,38,0,3,0,0,0,0,0,0,0,0 +311230,190,38,1893,3,0,0,0,0,0,0,0,0 +311352,190,38,0,3,0,0,0,0,0,0,0,0 +311611,190,38,651,19,3,0,0,0,0,0,0,0 +311612,190,38,3707,14,0,0,3,0,0,0,0,0 +311811,190,38,85,9,0,0,0,0,0,0,0,0 +311812,190,38,10,4,4,0,0,0,0,0,0,0 +311942,190,38,0,3,0,0,0,0,0,0,0,0 +312120,190,38,74,10,3,0,0,0,0,0,0,0 +312130,190,38,0,3,0,0,0,0,0,0,0,0 +314999,190,38,9,3,0,0,0,0,0,0,0,0 +321920,190,38,298,10,0,0,0,0,0,0,0,0 +321999,190,38,23,6,0,0,0,0,0,0,0,0 +322211,190,38,0,3,0,0,0,0,0,0,0,0 +322220,190,38,0,3,0,0,0,0,0,0,0,0 +323111,190,38,3006,150,64,21,0,0,0,0,0,0 +323113,190,38,504,46,26,0,0,0,0,0,0,0 +323120,190,38,149,5,0,0,0,0,0,0,0,0 +325180,190,38,0,3,0,0,0,0,0,0,0,0 +325193,190,38,240,3,0,0,0,0,0,0,0,0 +325412,190,38,40,6,0,0,0,0,0,0,0,0 +325414,190,38,0,3,0,3,0,0,0,0,0,0 +325510,190,38,321,6,0,0,0,0,0,0,0,0 +326199,190,38,1478,32,0,0,0,0,0,0,0,0 +327320,190,38,475,82,33,3,0,0,0,0,0,0 +327390,190,38,398,24,0,0,0,0,0,0,0,0 +327420,190,38,395,4,0,3,0,0,0,0,0,0 +327991,190,38,92,16,0,0,0,0,0,0,0,0 +331315,190,38,0,3,0,0,0,0,0,0,0,0 +332312,190,38,211,15,0,0,0,0,0,0,0,0 +332313,190,38,0,6,0,0,0,0,0,0,0,0 +332321,190,38,0,6,0,0,0,0,0,0,0,0 +332322,190,38,278,13,0,0,0,0,0,0,0,0 +332618,190,38,2,3,3,0,0,0,0,0,0,0 +332710,190,38,1586,104,42,7,0,0,0,0,0,0 +332721,190,38,634,20,0,3,0,0,0,0,0,0 +332811,190,38,37,3,0,0,0,0,0,0,0,0 +332812,190,38,263,13,4,0,0,0,0,0,0,0 +332999,190,38,470,17,3,0,0,0,0,0,0,0 +333111,190,38,2832,31,4,0,0,0,0,0,0,0 +333249,190,38,0,3,0,0,0,0,0,0,0,0 +333318,190,38,437,3,0,0,0,0,0,0,0,0 +333511,190,38,0,3,0,0,0,0,0,0,0,0 +333514,190,38,158,10,3,0,0,0,0,0,0,0 +333515,190,38,322,5,0,0,0,0,0,0,0,0 +333517,190,38,0,3,0,0,0,0,0,0,0,0 +333922,190,38,201,9,0,0,0,0,0,0,0,0 +335314,190,38,76,3,0,0,0,0,0,0,0,0 +336211,190,38,15,3,0,0,0,0,0,0,0,0 +336390,190,38,0,8,0,3,0,0,0,0,0,0 +337110,190,38,85,25,4,0,0,0,0,0,0,0 +337121,190,38,0,3,0,0,0,0,0,0,0,0 +337212,190,38,88,6,0,0,0,0,0,0,0,0 +337214,190,38,0,3,0,0,0,0,3,0,0,0 +337215,190,38,0,3,0,0,0,0,0,0,0,0 +339112,190,38,5,3,3,0,0,0,0,0,0,0 +339115,190,38,16,3,0,0,0,0,0,0,0,0 +339116,190,38,318,30,12,0,0,0,0,0,0,0 +339930,190,38,0,3,0,0,0,0,0,0,0,0 +339950,190,38,279,28,13,0,0,0,0,0,0,0 +339991,190,38,37,4,0,0,0,0,0,0,0,0 +339999,190,38,56,9,8,0,0,0,0,0,0,0 +423110,190,38,2204,64,12,20,0,0,0,0,0,0 +423120,190,38,1340,98,46,7,0,0,0,0,0,0 +423130,190,38,357,17,3,4,0,0,0,0,0,0 +423140,190,38,104,8,0,0,0,0,0,0,0,0 +423210,190,38,332,26,0,3,0,0,0,0,0,0 +423220,190,38,100,24,20,0,0,0,0,0,0,0 +423310,190,38,1047,38,20,7,0,0,0,0,0,0 +423320,190,38,71,15,11,0,0,0,0,0,0,0 +423330,190,38,599,40,14,4,0,0,0,0,0,0 +423390,190,38,158,18,12,0,0,0,0,0,0,0 +423420,190,38,723,93,67,7,0,0,0,0,0,0 +423430,190,38,415,30,17,5,0,0,0,0,0,0 +423440,190,38,292,27,16,0,0,0,0,0,0,0 +423450,190,38,358,38,29,3,0,0,0,0,0,0 +423490,190,38,8,4,4,0,0,0,0,0,0,0 +423510,190,38,1027,41,14,3,0,0,0,0,0,0 +423610,190,38,2069,113,49,17,0,0,0,0,0,0 +423620,190,38,0,3,0,0,0,0,0,0,0,0 +423690,190,38,437,49,35,0,0,0,0,0,0,0 +423710,190,38,266,28,17,0,0,0,0,0,0,0 +423720,190,38,639,43,15,7,0,0,0,0,0,0 +423730,190,38,407,46,30,0,0,0,0,0,0,0 +423740,190,38,0,6,0,0,0,0,0,0,0,0 +423810,190,38,1033,64,33,13,0,0,0,0,0,0 +423820,190,38,5075,404,123,34,0,0,0,0,0,0 +423830,190,38,2874,220,147,27,3,0,0,0,0,0 +423840,190,38,1134,89,55,3,0,0,0,0,0,0 +423850,190,38,334,43,29,4,0,0,0,0,0,0 +423860,190,38,165,13,3,0,0,0,0,0,0,0 +423910,190,38,116,15,6,0,0,0,0,0,0,0 +423920,190,38,344,4,0,0,0,0,0,0,0,0 +423930,190,38,589,70,22,0,0,0,0,0,0,0 +423940,190,38,9,8,4,0,0,0,0,0,0,0 +423990,190,38,92,15,11,0,0,0,0,0,0,0 +424110,190,38,22,3,0,0,0,0,0,0,0,0 +424120,190,38,217,29,18,3,0,0,0,0,0,0 +424130,190,38,202,13,4,4,0,0,0,0,0,0 +424210,190,38,427,34,13,4,0,0,0,0,0,0 +424410,190,38,0,8,0,0,0,0,0,0,0,0 +424420,190,38,43,10,3,0,0,0,0,0,0,0 +424430,190,38,145,4,0,3,0,0,0,0,0,0 +424470,190,38,867,9,3,0,0,0,0,0,0,0 +424480,190,38,511,7,0,0,0,0,0,0,0,0 +424490,190,38,2042,86,29,6,3,0,0,0,0,0 +424510,190,38,5657,566,263,18,0,0,0,0,0,0 +424520,190,38,37,15,10,0,0,0,0,0,0,0 +424610,190,38,0,4,0,0,0,0,0,0,0,0 +424690,190,38,312,43,17,0,0,0,0,0,0,0 +424710,190,38,551,38,3,3,0,0,0,0,0,0 +424720,190,38,132,7,3,0,0,0,0,0,0,0 +424810,190,38,130,6,0,3,0,0,0,0,0,0 +424820,190,38,55,13,3,0,0,0,0,0,0,0 +424910,190,38,5702,553,250,6,0,0,0,0,0,0 +424930,190,38,148,9,3,0,0,0,0,0,0,0 +424950,190,38,21,3,0,0,0,0,0,0,0,0 +424990,190,38,227,37,25,0,0,0,0,0,0,0 +425120,190,38,2251,310,239,5,0,0,0,0,0,0 +441110,190,38,11620,270,39,82,24,0,0,0,0,0 +441120,190,38,1408,299,238,0,0,0,0,0,0,0 +441210,190,38,447,20,0,4,0,0,0,0,0,0 +441222,190,38,84,12,3,0,0,0,0,0,0,0 +441228,190,38,797,76,22,0,0,0,0,0,0,0 +441310,190,38,3698,438,266,18,0,0,0,0,0,0 +441320,190,38,1512,177,113,0,0,0,0,0,0,0 +442110,190,38,1782,187,134,7,0,0,0,0,0,0 +442210,190,38,606,103,56,0,0,0,0,0,0,0 +442291,190,38,21,5,4,0,0,0,0,0,0,0 +442299,190,38,877,86,43,13,0,0,0,0,0,0 +443141,190,38,612,93,38,0,0,0,0,0,0,0 +443142,190,38,1822,164,109,3,0,0,0,0,0,0 +444110,190,38,3705,24,0,0,22,0,0,0,0,0 +444120,190,38,237,51,33,0,0,0,0,0,0,0 +444130,190,38,1677,201,73,10,0,0,0,0,0,0 +444190,190,38,2984,398,240,7,0,0,0,0,0,0 +444210,190,38,151,25,6,0,0,0,0,0,0,0 +444220,190,38,982,163,77,0,0,0,0,0,0,0 +445110,190,38,34739,558,147,83,16,29,0,0,0,0 +445120,190,38,76,28,26,0,0,0,0,0,0,0 +445210,190,38,0,3,0,0,0,0,0,0,0,0 +445291,190,38,0,6,0,0,0,0,0,0,0,0 +445292,190,38,39,6,0,0,0,0,0,0,0,0 +445299,190,38,332,42,29,0,0,0,0,0,0,0 +445310,190,38,325,89,61,0,0,0,0,0,0,0 +446110,190,38,4974,339,106,74,0,0,0,0,0,0 +446120,190,38,957,72,30,10,0,0,0,0,0,0 +446130,190,38,505,88,66,0,0,0,0,0,0,0 +446191,190,38,222,56,44,0,0,0,0,0,0,0 +446199,190,38,418,76,59,0,0,0,0,0,0,0 +447110,190,38,17534,1525,1100,216,0,0,0,0,0,0 +447190,190,38,2234,180,41,13,0,0,0,0,0,0 +448110,190,38,273,36,20,0,0,0,0,0,0,0 +448120,190,38,2291,264,203,12,0,0,0,0,0,0 +448130,190,38,493,48,13,3,0,0,0,0,0,0 +448140,190,38,3863,176,66,54,0,0,0,0,0,0 +448150,190,38,175,32,20,0,0,0,0,0,0,0 +448190,190,38,880,86,49,6,0,0,0,0,0,0 +448210,190,38,1475,176,121,0,0,0,0,0,0,0 +448310,190,38,941,131,97,0,0,0,0,0,0,0 +451110,190,38,2183,186,129,3,0,0,0,0,0,0 +451120,190,38,1195,70,19,10,0,0,0,0,0,0 +451130,190,38,221,29,9,0,0,0,0,0,0,0 +451140,190,38,207,23,5,0,0,0,0,0,0,0 +451211,190,38,445,51,19,0,0,0,0,0,0,0 +452210,190,38,5202,64,0,29,8,0,0,0,0,0 +452311,190,38,1967,49,0,0,14,9,0,0,0,0 +452319,190,38,4875,393,163,10,0,0,0,0,0,0 +453110,190,38,356,94,49,0,0,0,0,0,0,0 +453210,190,38,212,20,7,0,0,0,0,0,0,0 +453220,190,38,919,153,106,0,0,0,0,0,0,0 +453310,190,38,2229,230,132,24,0,0,0,0,0,0 +453910,190,38,673,55,17,3,0,0,0,0,0,0 +453920,190,38,75,22,14,0,0,0,0,0,0,0 +453991,190,38,313,54,39,0,0,0,0,0,0,0 +453998,190,38,569,156,128,0,0,0,0,0,0,0 +454110,190,38,1063,220,172,3,0,0,0,0,0,0 +454210,190,38,163,21,8,0,0,0,0,0,0,0 +454310,190,38,14,16,9,0,0,0,0,0,0,0 +454390,190,38,908,244,180,0,0,0,0,0,0,0 +481111,190,38,0,5,0,0,0,0,0,0,0,0 +484110,190,38,2425,379,279,6,0,0,0,0,0,0 +484121,190,38,20362,819,597,41,3,0,0,0,0,0 +484122,190,38,2719,82,11,24,3,0,0,0,0,0 +484210,190,38,363,50,26,0,0,0,0,0,0,0 +484220,190,38,3068,880,749,3,0,0,0,0,0,0 +484230,190,38,1474,346,255,0,0,0,0,0,0,0 +485210,190,38,0,3,0,0,0,0,0,0,0,0 +485310,190,38,32,7,0,0,0,0,0,0,0,0 +485320,190,38,64,5,0,0,0,0,0,0,0,0 +485410,190,38,0,4,0,0,0,0,0,0,0,0 +485510,190,38,44,3,0,0,0,0,0,0,0,0 +485991,190,38,229,12,4,0,0,0,0,0,0,0 +486910,190,38,0,3,0,0,0,0,0,0,0,0 +488119,190,38,105,7,0,0,0,0,0,0,0,0 +488210,190,38,63,4,3,0,0,0,0,0,0,0 +488330,190,38,0,3,0,0,0,0,0,0,0,0 +488410,190,38,303,35,13,0,0,0,0,0,0,0 +488490,190,38,149,22,7,0,0,0,0,0,0,0 +488510,190,38,1883,120,79,4,0,0,0,0,0,0 +488991,190,38,0,3,3,0,0,0,0,0,0,0 +492110,190,38,2935,75,29,7,3,0,0,0,0,0 +492210,190,38,143,21,12,0,0,0,0,0,0,0 +493110,190,38,3467,112,48,18,3,0,0,0,0,0 +493120,190,38,96,6,3,0,0,0,0,0,0,0 +493130,190,38,0,3,0,0,0,0,0,0,0,0 +493190,190,38,74,4,0,0,0,0,0,0,0,0 +511110,190,38,869,119,29,3,0,0,0,0,0,0 +511120,190,38,1492,50,20,5,0,0,0,0,0,0 +511130,190,38,59,15,3,0,0,0,0,0,0,0 +511210,190,38,2174,65,30,7,3,0,0,0,0,0 +512110,190,38,190,35,23,0,0,0,0,0,0,0 +512131,190,38,499,18,0,9,0,0,0,0,0,0 +512191,190,38,4,4,4,0,0,0,0,0,0,0 +515111,190,38,0,5,4,0,0,0,0,0,0,0 +515112,190,38,494,35,6,7,0,0,0,0,0,0 +515120,190,38,556,12,0,0,0,0,0,0,0,0 +517311,190,38,5534,423,257,9,7,0,0,0,0,0 +517312,190,38,1897,96,47,3,0,0,0,0,0,0 +517911,190,38,303,47,31,0,0,0,0,0,0,0 +518210,190,38,3164,86,42,11,0,0,0,0,0,0 +519130,190,38,32,21,14,0,0,0,0,0,0,0 +522110,190,38,18594,1467,1074,125,0,3,0,0,0,0 +522120,190,38,82,15,7,0,0,0,0,0,0,0 +522130,190,38,2533,240,175,18,0,0,0,0,0,0 +522220,190,38,4075,28,16,0,0,0,0,0,0,0 +522291,190,38,11,23,12,0,0,0,0,0,0,0 +522292,190,38,731,76,60,3,0,0,0,0,0,0 +522298,190,38,741,49,22,0,0,0,0,0,0,0 +522310,190,38,18,8,7,0,0,0,0,0,0,0 +522320,190,38,1183,19,12,3,0,3,0,0,0,0 +522390,190,38,525,130,117,0,0,0,0,0,0,0 +523110,190,38,26,12,7,0,0,0,0,0,0,0 +523120,190,38,813,189,168,3,0,0,0,0,0,0 +523140,190,38,76,25,14,0,0,0,0,0,0,0 +523910,190,38,29,13,10,0,0,0,0,0,0,0 +523920,190,38,1667,493,447,6,0,0,0,0,0,0 +523930,190,38,356,143,126,0,0,0,0,0,0,0 +523991,190,38,16,4,3,0,0,0,0,0,0,0 +524113,190,38,11863,396,359,7,4,0,0,0,0,0 +524114,190,38,2974,50,29,3,0,0,0,0,0,0 +524126,190,38,7938,116,52,11,4,3,0,0,0,0 +524128,190,38,0,3,0,0,0,0,0,0,0,0 +524210,190,38,9442,2133,1966,22,3,0,0,0,0,0 +524291,190,38,122,24,23,0,0,0,0,0,0,0 +524292,190,38,644,37,17,0,0,3,0,0,0,0 +524298,190,38,130,10,0,0,0,0,0,0,0,0 +531110,190,38,2224,591,541,7,0,0,0,0,0,0 +531120,190,38,1073,241,190,4,0,0,0,0,0,0 +531130,190,38,79,45,41,0,0,0,0,0,0,0 +531190,190,38,203,104,91,0,0,0,0,0,0,0 +531210,190,38,1885,843,790,3,0,0,0,0,0,0 +531311,190,38,1417,224,194,8,0,0,0,0,0,0 +531312,190,38,455,74,53,4,0,0,0,0,0,0 +531320,190,38,315,123,106,0,0,0,0,0,0,0 +531390,190,38,103,54,43,0,0,0,0,0,0,0 +532111,190,38,129,47,28,0,0,0,0,0,0,0 +532120,190,38,542,61,30,4,0,0,0,0,0,0 +532210,190,38,0,13,9,0,0,0,0,0,0,0 +532281,190,38,0,3,0,0,0,0,0,0,0,0 +532282,190,38,0,18,12,0,0,0,0,0,0,0 +532283,190,38,125,15,4,0,0,0,0,0,0,0 +532289,190,38,69,18,12,0,0,0,0,0,0,0 +532310,190,38,98,18,7,0,0,0,0,0,0,0 +532412,190,38,331,16,0,0,0,0,0,0,0,0 +532490,190,38,620,40,20,0,0,0,0,0,0,0 +533110,190,38,3,6,3,0,0,0,0,0,0,0 +541110,190,38,6504,1356,1201,35,0,0,0,0,0,0 +541191,190,38,231,43,27,0,0,0,0,0,0,0 +541211,190,38,4300,433,299,12,0,0,0,0,0,0 +541213,190,38,1035,214,174,0,0,0,0,0,0,0 +541214,190,38,308,17,6,0,0,0,0,0,0,0 +541219,190,38,1226,248,192,3,0,0,0,0,0,0 +541310,190,38,784,92,60,8,0,0,0,0,0,0 +541320,190,38,53,13,7,0,0,0,0,0,0,0 +541330,190,38,4005,324,223,45,0,0,0,0,0,0 +541340,190,38,18,5,3,0,0,0,0,0,0,0 +541350,190,38,81,31,28,0,0,0,0,0,0,0 +541370,190,38,51,7,3,0,0,0,0,0,0,0 +541380,190,38,492,39,15,0,0,0,0,0,0,0 +541410,190,38,152,48,37,0,0,0,0,0,0,0 +541430,190,38,265,70,56,0,0,0,0,0,0,0 +541511,190,38,4259,390,328,26,4,0,0,0,0,0 +541512,190,38,2624,243,210,6,0,0,0,0,0,0 +541513,190,38,333,18,9,0,0,0,0,0,0,0 +541519,190,38,23,20,16,0,0,0,0,0,0,0 +541611,190,38,1462,320,286,9,0,0,0,0,0,0 +541612,190,38,2253,37,21,3,3,0,0,0,0,0 +541613,190,38,956,152,133,0,0,0,0,0,0,0 +541614,190,38,296,40,28,0,0,0,0,0,0,0 +541618,190,38,113,9,4,0,0,0,0,0,0,0 +541620,190,38,323,37,26,0,0,0,0,0,0,0 +541690,190,38,380,109,88,0,0,0,0,0,0,0 +541713,190,38,14,11,8,0,0,0,0,0,0,0 +541714,190,38,23,23,11,0,0,0,0,0,0,0 +541715,190,38,195,34,23,0,0,0,0,0,0,0 +541810,190,38,754,83,58,4,0,0,0,0,0,0 +541820,190,38,134,34,31,0,0,0,0,0,0,0 +541840,190,38,0,3,0,0,0,0,0,0,0,0 +541850,190,38,25,7,6,0,0,0,0,0,0,0 +541860,190,38,214,14,3,0,0,0,0,0,0,0 +541870,190,38,5,3,0,0,0,0,0,0,0,0 +541890,190,38,286,50,36,0,0,0,0,0,0,0 +541910,190,38,195,15,7,0,0,0,0,0,0,0 +541921,190,38,281,99,85,0,0,0,0,0,0,0 +541922,190,38,23,18,18,0,0,0,0,0,0,0 +541930,190,38,96,11,7,0,0,0,0,0,0,0 +541940,190,38,3423,424,258,17,0,0,0,0,0,0 +541990,190,38,182,64,51,0,0,0,0,0,0,0 +551112,190,38,294,24,14,0,0,0,0,0,0,0 +551114,190,38,20568,373,213,64,15,3,4,0,0,0 +561110,190,38,2441,189,118,20,4,0,0,0,0,0 +561210,190,38,83,14,9,0,0,0,0,0,0,0 +561311,190,38,909,27,7,0,0,0,0,0,0,0 +561312,190,38,43,31,28,0,0,0,0,0,0,0 +561320,190,38,13721,268,88,67,23,0,0,0,0,0 +561330,190,38,295,12,0,0,0,0,0,0,0,0 +561410,190,38,135,23,18,0,0,0,0,0,0,0 +561421,190,38,54,8,3,0,0,0,0,0,0,0 +561422,190,38,4815,35,5,0,0,0,0,0,0,0 +561431,190,38,15,3,0,0,0,0,0,0,0,0 +561439,190,38,32,12,6,0,0,0,0,0,0,0 +561440,190,38,245,6,0,0,0,0,0,0,0,0 +561492,190,38,48,10,7,0,0,0,0,0,0,0 +561499,190,38,341,13,7,0,0,0,0,0,0,0 +561510,190,38,197,56,38,0,0,0,0,0,0,0 +561599,190,38,26,6,3,0,0,0,0,0,0,0 +561611,190,38,0,6,0,0,0,0,0,0,0,0 +561612,190,38,1557,24,0,0,3,0,0,0,0,0 +561613,190,38,62,5,0,0,0,0,0,0,0,0 +561621,190,38,731,16,4,0,0,0,0,0,0,0 +561622,190,38,40,12,7,0,0,0,0,0,0,0 +561710,190,38,505,76,49,0,0,0,0,0,0,0 +561720,190,38,7961,567,418,33,4,3,0,0,0,0 +561730,190,38,4564,1034,924,18,0,0,0,0,0,0 +561740,190,38,243,59,50,0,0,0,0,0,0,0 +561790,190,38,339,46,33,0,0,0,0,0,0,0 +561910,190,38,38,5,3,0,0,0,0,0,0,0 +561920,190,38,235,14,8,0,0,0,0,0,0,0 +561990,190,38,1029,132,86,0,0,0,0,0,0,0 +562111,190,38,1022,104,32,6,0,0,0,0,0,0 +562212,190,38,36,7,0,0,0,0,0,0,0,0 +562910,190,38,151,21,11,0,0,0,0,0,0,0 +562920,190,38,269,10,3,0,0,0,0,0,0,0 +562991,190,38,64,12,3,0,0,0,0,0,0,0 +562998,190,38,142,11,0,0,0,0,0,0,0,0 +611110,190,38,3946,131,29,39,0,0,0,0,0,0 +611310,190,38,11065,29,0,0,0,0,0,0,0,0 +611420,190,38,11,3,0,0,0,0,0,0,0,0 +611430,190,38,80,23,19,0,0,0,0,0,0,0 +611511,190,38,80,8,0,0,0,0,0,0,0,0 +611513,190,38,94,13,7,0,0,0,0,0,0,0 +611519,190,38,41,7,5,0,0,0,0,0,0,0 +611610,190,38,803,107,81,0,0,0,0,0,0,0 +611620,190,38,1013,92,53,9,0,0,0,0,0,0 +611691,190,38,289,26,17,0,0,0,0,0,0,0 +611692,190,38,129,7,0,0,0,0,0,0,0,0 +611699,190,38,22,8,4,0,0,0,0,0,0,0 +611710,190,38,110,38,16,4,0,0,0,0,0,0 +621111,190,38,17978,1074,721,166,12,3,0,0,0,0 +621112,190,38,165,39,23,0,0,0,0,0,0,0 +621210,190,38,7813,1028,848,34,0,0,0,0,0,0 +621310,190,38,2212,851,789,0,0,0,0,0,0,0 +621320,190,38,1320,232,147,0,0,0,0,0,0,0 +621330,190,38,900,197,159,3,0,0,0,0,0,0 +621340,190,38,2362,327,239,4,0,0,0,0,0,0 +621391,190,38,170,37,24,0,0,0,0,0,0,0 +621399,190,38,457,120,97,0,0,0,0,0,0,0 +621410,190,38,202,17,6,0,0,0,0,0,0,0 +621420,190,38,968,88,24,6,0,0,0,0,0,0 +621492,190,38,0,24,8,0,0,0,0,0,0,0 +621493,190,38,499,26,5,4,0,0,0,0,0,0 +621498,190,38,1691,65,20,12,0,0,0,0,0,0 +621511,190,38,876,39,20,3,0,0,0,0,0,0 +621512,190,38,114,17,0,3,0,0,0,0,0,0 +621610,190,38,6034,180,51,41,3,0,0,0,0,0 +621910,190,38,135,27,0,4,0,0,0,0,0,0 +621991,190,38,523,19,0,0,0,0,0,0,0,0 +621999,190,38,100,16,13,0,0,0,0,0,0,0 +622110,190,38,28464,31,3,0,0,3,3,3,0,0 +623110,190,38,22129,339,7,132,27,0,0,0,0,0 +623210,190,38,4897,499,404,8,3,0,0,0,0,0 +623220,190,38,883,35,6,0,0,0,0,0,0,0 +623311,190,38,6323,57,0,9,13,0,0,0,0,0 +623312,190,38,2503,79,0,34,0,0,0,0,0,0 +623990,190,38,0,18,3,0,0,0,0,0,0,0 +624110,190,38,676,50,18,6,0,0,0,0,0,0 +624120,190,38,9426,415,247,37,9,3,0,0,0,0 +624190,190,38,4144,388,250,21,0,0,0,0,0,0 +624210,190,38,96,53,37,0,0,0,0,0,0,0 +624221,190,38,736,33,4,0,0,0,0,0,0,0 +624229,190,38,283,37,9,0,0,0,0,0,0,0 +624310,190,38,1131,50,12,0,0,0,0,0,0,0 +624410,190,38,11230,821,421,175,0,0,0,0,0,0 +711110,190,38,17,10,4,0,0,0,0,0,0,0 +711130,190,38,0,12,3,0,0,0,0,0,0,0 +711211,190,38,228,13,0,3,0,0,0,0,0,0 +711219,190,38,16,11,11,0,0,0,0,0,0,0 +711310,190,38,153,14,3,0,0,0,0,0,0,0 +711320,190,38,28,14,9,0,0,0,0,0,0,0 +711510,190,38,101,75,70,0,0,0,0,0,0,0 +712110,190,38,226,44,20,3,0,0,0,0,0,0 +713120,190,38,147,23,12,0,0,0,0,0,0,0 +713910,190,38,1935,239,122,6,0,0,0,0,0,0 +713930,190,38,7,7,6,0,0,0,0,0,0,0 +713940,190,38,6794,313,200,21,13,0,0,0,0,0 +713950,190,38,503,36,7,0,0,0,0,0,0,0 +713990,190,38,942,124,92,3,0,0,0,0,0,0 +721110,190,38,12288,682,375,122,13,0,0,0,0,0 +721191,190,38,18,7,4,0,0,0,0,0,0,0 +721211,190,38,9,10,3,0,0,0,0,0,0,0 +721214,190,38,179,7,0,0,0,0,0,0,0,0 +721310,190,38,161,43,38,0,0,0,0,0,0,0 +722310,190,38,2533,163,88,12,0,0,0,0,0,0 +722320,190,38,403,50,29,4,0,0,0,0,0,0 +722330,190,38,40,29,25,0,0,0,0,0,0,0 +722410,190,38,5316,884,739,36,0,0,0,0,0,0 +722511,190,38,45698,2477,1560,692,13,0,0,0,0,0 +722513,190,38,40893,2107,1103,789,3,0,0,0,0,0 +722514,190,38,210,23,7,0,0,0,0,0,0,0 +722515,190,38,4431,438,303,40,0,0,0,0,0,0 +811111,190,38,4466,1094,983,12,0,0,0,0,0,0 +811112,190,38,14,3,0,0,0,0,0,0,0,0 +811113,190,38,116,27,17,0,0,0,0,0,0,0 +811118,190,38,57,9,3,0,0,0,0,0,0,0 +811121,190,38,2171,464,375,3,0,0,0,0,0,0 +811122,190,38,157,31,16,0,0,0,0,0,0,0 +811191,190,38,266,48,27,0,0,0,0,0,0,0 +811192,190,38,1652,185,121,13,0,0,0,0,0,0 +811198,190,38,0,3,0,0,0,0,0,0,0,0 +811212,190,38,110,31,19,0,0,0,0,0,0,0 +811213,190,38,6,3,3,0,0,0,0,0,0,0 +811219,190,38,16,4,0,0,0,0,0,0,0,0 +811310,190,38,1776,371,262,3,0,0,0,0,0,0 +811412,190,38,41,7,6,0,0,0,0,0,0,0 +811420,190,38,18,7,5,0,0,0,0,0,0,0 +811430,190,38,8,3,3,0,0,0,0,0,0,0 +811490,190,38,87,44,38,0,0,0,0,0,0,0 +812111,190,38,19,16,12,0,0,0,0,0,0,0 +812112,190,38,4021,798,707,11,0,0,0,0,0,0 +812113,190,38,132,72,67,0,0,0,0,0,0,0 +812191,190,38,69,13,5,0,0,0,0,0,0,0 +812199,190,38,872,157,123,8,0,0,0,0,0,0 +812210,190,38,1263,282,153,0,0,0,0,0,0,0 +812220,190,38,132,53,36,0,0,0,0,0,0,0 +812310,190,38,119,26,15,0,0,0,0,0,0,0 +812320,190,38,483,56,35,3,0,0,0,0,0,0 +812332,190,38,0,3,0,0,0,0,0,0,0,0 +812910,190,38,831,138,99,5,0,0,0,0,0,0 +812930,190,38,195,32,20,3,0,0,0,0,0,0 +812990,190,38,143,58,45,0,0,0,0,0,0,0 +813110,190,38,18987,3000,2789,85,6,0,0,0,0,0 +813211,190,38,314,69,56,0,0,0,0,0,0,0 +813212,190,38,215,29,22,0,0,0,0,0,0,0 +813219,190,38,252,15,8,0,0,0,0,0,0,0 +813311,190,38,133,13,10,0,0,0,0,0,0,0 +813312,190,38,135,16,9,0,0,0,0,0,0,0 +813319,190,38,169,40,24,0,0,0,0,0,0,0 +813410,190,38,1617,320,232,7,0,0,0,0,0,0 +813910,190,38,1227,224,178,9,0,0,0,0,0,0 +813920,190,38,677,39,34,0,0,0,0,0,0,0 +813930,190,38,1292,175,139,5,0,0,0,0,0,0 +813940,190,38,37,18,15,0,0,0,0,0,0,0 +813990,190,38,125,46,44,0,0,0,0,0,0,0 +115210,201,39,0,6,0,0,0,0,0,0,0,0 +211120,201,39,103,21,17,0,0,0,0,0,0,0 +212311,201,39,0,3,0,0,0,0,0,0,0,0 +212312,201,39,0,3,0,0,0,0,0,0,0,0 +212321,201,39,0,4,0,0,0,0,0,0,0,0 +213111,201,39,22,3,0,0,0,0,0,0,0,0 +213112,201,39,15,6,5,0,0,0,0,0,0,0 +221122,201,39,189,4,0,0,0,0,0,0,0,0 +221210,201,39,0,4,0,0,0,0,0,0,0,0 +236115,201,39,326,117,109,0,0,0,0,0,0,0 +236116,201,39,181,6,0,0,0,0,0,0,0,0 +236117,201,39,222,55,53,0,0,0,0,0,0,0 +236118,201,39,1176,327,315,3,0,0,0,0,0,0 +236210,201,39,32,7,4,0,0,0,0,0,0,0 +236220,201,39,1323,147,117,10,0,0,0,0,0,0 +237110,201,39,302,19,11,0,0,0,0,0,0,0 +237130,201,39,3813,30,18,4,0,0,0,0,0,0 +237210,201,39,134,10,8,0,0,0,0,0,0,0 +237310,201,39,1215,36,12,9,0,0,0,0,0,0 +237990,201,39,45,6,4,0,0,0,0,0,0,0 +238110,201,39,1224,117,98,7,0,0,0,0,0,0 +238120,201,39,87,4,0,3,0,0,0,0,0,0 +238130,201,39,393,70,61,0,0,0,0,0,0,0 +238140,201,39,574,68,60,3,0,0,0,0,0,0 +238150,201,39,182,7,0,3,0,0,0,0,0,0 +238160,201,39,592,82,69,4,0,0,0,0,0,0 +238170,201,39,162,31,24,0,0,0,0,0,0,0 +238190,201,39,0,8,3,0,0,0,0,0,0,0 +238210,201,39,2564,187,161,11,3,0,0,0,0,0 +238220,201,39,4156,277,226,35,4,0,0,0,0,0 +238290,201,39,470,24,12,3,0,0,0,0,0,0 +238310,201,39,898,56,41,5,0,0,0,0,0,0 +238320,201,39,707,141,125,6,0,0,0,0,0,0 +238330,201,39,493,62,53,5,0,0,0,0,0,0 +238340,201,39,149,22,15,0,0,0,0,0,0,0 +238350,201,39,448,86,76,0,0,0,0,0,0,0 +238390,201,39,342,25,12,0,0,0,0,0,0,0 +238910,201,39,1184,107,83,8,0,0,0,0,0,0 +238990,201,39,918,131,110,9,0,0,0,0,0,0 +311119,201,39,101,3,0,0,0,0,0,0,0,0 +311225,201,39,0,3,0,0,0,0,0,0,0,0 +311352,201,39,31,3,0,0,0,0,0,0,0,0 +311612,201,39,401,4,0,0,0,0,0,0,0,0 +311613,201,39,0,3,0,0,0,0,0,0,0,0 +311811,201,39,123,12,11,0,0,0,0,0,0,0 +311812,201,39,369,12,0,3,0,0,0,0,0,0 +311942,201,39,0,3,0,0,0,0,0,0,0,0 +312130,201,39,34,3,0,0,0,0,0,0,0,0 +314999,201,39,96,10,3,0,0,0,0,0,0,0 +321920,201,39,129,5,0,3,0,0,0,0,0,0 +321999,201,39,16,6,5,0,0,0,0,0,0,0 +322230,201,39,46,3,0,0,0,0,0,0,0,0 +323111,201,39,1847,70,40,15,5,0,0,0,0,0 +323113,201,39,1297,18,8,0,0,0,0,0,0,0 +323120,201,39,0,4,0,0,0,0,0,0,0,0 +324121,201,39,33,3,0,0,0,0,0,0,0,0 +325120,201,39,0,3,0,0,0,0,0,0,0,0 +325211,201,39,0,3,0,0,0,0,0,0,0,0 +325412,201,39,1007,8,0,3,0,0,0,0,0,0 +325413,201,39,0,3,0,0,0,0,0,0,0,0 +325414,201,39,826,6,0,0,0,0,0,0,0,0 +325611,201,39,542,4,0,0,0,0,0,0,0,0 +326112,201,39,353,5,0,0,0,0,0,0,0,0 +326199,201,39,257,9,0,3,0,0,0,0,0,0 +327215,201,39,0,3,0,0,0,0,0,0,0,0 +327320,201,39,409,12,0,7,0,0,0,0,0,0 +327331,201,39,41,3,0,0,0,0,0,0,0,0 +327390,201,39,470,8,0,3,0,0,0,0,0,0 +327991,201,39,133,6,0,0,0,0,0,0,0,0 +331524,201,39,10,3,0,0,0,0,0,0,0,0 +332312,201,39,0,3,0,0,0,0,0,0,0,0 +332322,201,39,109,8,0,3,0,0,0,0,0,0 +332710,201,39,215,19,9,0,0,0,0,0,0,0 +332721,201,39,317,6,0,4,0,0,0,0,0,0 +332813,201,39,16,3,0,0,0,0,0,0,0,0 +332999,201,39,0,4,3,0,0,0,0,0,0,0 +333120,201,39,549,5,0,0,0,0,0,0,0,0 +333249,201,39,0,3,0,0,0,0,0,0,0,0 +333318,201,39,150,3,0,0,0,0,0,0,0,0 +333413,201,39,127,3,0,0,0,0,0,0,0,0 +333415,201,39,0,4,0,0,0,0,0,0,0,0 +333914,201,39,215,4,0,0,0,0,0,0,0,0 +333922,201,39,87,6,0,0,0,0,0,0,0,0 +333924,201,39,70,3,0,0,0,0,0,0,0,0 +333999,201,39,34,6,4,0,0,0,0,0,0,0 +334416,201,39,0,3,0,0,0,0,0,0,0,0 +334418,201,39,230,4,0,0,0,0,0,0,0,0 +334419,201,39,77,3,0,0,0,0,0,0,0,0 +334511,201,39,0,4,0,0,0,0,0,0,0,0 +334515,201,39,5,3,3,0,0,0,0,0,0,0 +335314,201,39,134,7,0,0,0,0,0,0,0,0 +335999,201,39,19,4,3,0,0,0,0,0,0,0 +336413,201,39,528,4,0,0,0,0,0,0,0,0 +337110,201,39,346,12,0,0,0,0,0,0,0,0 +337122,201,39,0,3,0,0,0,0,0,0,0,0 +339112,201,39,40,5,0,0,0,0,0,0,0,0 +339116,201,39,342,16,11,4,0,0,0,0,0,0 +339950,201,39,96,14,7,0,0,0,0,0,0,0 +339999,201,39,74,8,6,0,0,0,0,0,0,0 +423110,201,39,513,29,22,3,0,0,0,0,0,0 +423120,201,39,542,38,26,3,0,0,0,0,0,0 +423130,201,39,90,4,0,0,0,0,0,0,0,0 +423140,201,39,9,3,0,0,0,0,0,0,0,0 +423210,201,39,265,21,13,0,0,0,0,0,0,0 +423220,201,39,440,31,28,0,0,0,0,0,0,0 +423310,201,39,580,25,9,13,0,0,0,0,0,0 +423320,201,39,123,18,14,0,0,0,0,0,0,0 +423330,201,39,314,15,4,0,0,0,0,0,0,0 +423390,201,39,154,9,3,0,0,0,0,0,0,0 +423410,201,39,0,3,0,0,0,0,0,0,0,0 +423420,201,39,521,39,32,5,0,0,0,0,0,0 +423430,201,39,441,25,19,5,0,0,0,0,0,0 +423440,201,39,393,19,10,4,0,0,0,0,0,0 +423450,201,39,583,52,39,10,0,0,0,0,0,0 +423460,201,39,0,4,3,0,0,0,0,0,0,0 +423490,201,39,234,13,3,3,0,0,0,0,0,0 +423510,201,39,618,26,15,4,0,0,0,0,0,0 +423610,201,39,654,57,49,4,0,0,0,0,0,0 +423620,201,39,130,8,3,3,0,0,0,0,0,0 +423690,201,39,1573,53,39,9,0,3,0,0,0,0 +423710,201,39,263,22,18,0,0,0,0,0,0,0 +423720,201,39,415,22,12,4,0,0,0,0,0,0 +423730,201,39,667,33,22,5,0,0,0,0,0,0 +423810,201,39,365,17,4,3,0,0,0,0,0,0 +423820,201,39,87,14,6,0,0,0,0,0,0,0 +423830,201,39,2605,116,95,11,3,0,0,0,0,0 +423840,201,39,241,31,28,0,0,0,0,0,0,0 +423850,201,39,308,15,11,0,0,0,0,0,0,0 +423860,201,39,0,5,3,0,0,0,0,0,0,0 +423910,201,39,169,19,15,0,0,0,0,0,0,0 +423920,201,39,123,6,4,0,0,0,0,0,0,0 +423930,201,39,158,11,3,3,0,0,0,0,0,0 +423940,201,39,67,17,14,0,0,0,0,0,0,0 +423990,201,39,157,31,20,3,0,0,0,0,0,0 +424110,201,39,85,5,3,0,0,0,0,0,0,0 +424120,201,39,133,16,13,0,0,0,0,0,0,0 +424130,201,39,160,21,18,0,0,0,0,0,0,0 +424210,201,39,1194,24,14,5,0,0,0,0,0,0 +424310,201,39,43,6,0,0,0,0,0,0,0,0 +424320,201,39,150,5,0,0,0,0,0,0,0,0 +424330,201,39,539,18,13,0,0,0,0,0,0,0 +424420,201,39,0,3,0,0,0,0,0,0,0,0 +424430,201,39,129,5,0,0,0,0,0,0,0,0 +424450,201,39,0,3,3,0,0,0,0,0,0,0 +424470,201,39,204,8,0,0,0,0,0,0,0,0 +424480,201,39,28,3,0,0,0,0,0,0,0,0 +424490,201,39,1540,38,29,0,0,3,0,0,0,0 +424510,201,39,544,16,0,4,0,0,0,0,0,0 +424610,201,39,85,12,8,0,0,0,0,0,0,0 +424690,201,39,310,32,26,0,0,0,0,0,0,0 +424710,201,39,114,12,4,0,0,0,0,0,0,0 +424720,201,39,156,4,0,0,0,0,0,0,0,0 +424820,201,39,373,10,5,0,0,0,0,0,0,0 +424910,201,39,150,21,16,0,0,0,0,0,0,0 +424920,201,39,147,6,0,0,0,0,0,0,0,0 +424930,201,39,56,7,4,0,0,0,0,0,0,0 +424950,201,39,40,6,3,0,0,0,0,0,0,0 +424990,201,39,336,24,13,3,0,0,0,0,0,0 +425120,201,39,3147,294,276,8,0,0,0,0,0,0 +441110,201,39,3881,48,0,21,11,3,0,0,0,0 +441120,201,39,551,58,53,0,0,0,0,0,0,0 +441210,201,39,36,3,0,0,0,0,0,0,0,0 +441228,201,39,90,11,11,0,0,0,0,0,0,0 +441310,201,39,1045,104,88,8,0,0,0,0,0,0 +441320,201,39,494,51,39,0,0,0,0,0,0,0 +442110,201,39,573,49,43,0,0,0,0,0,0,0 +442210,201,39,308,38,28,3,0,0,0,0,0,0 +442291,201,39,34,5,3,0,0,0,0,0,0,0 +442299,201,39,675,44,29,11,0,0,0,0,0,0 +443141,201,39,186,19,17,0,0,0,0,0,0,0 +443142,201,39,692,43,35,3,0,0,0,0,0,0 +444110,201,39,1756,10,0,0,10,0,0,0,0,0 +444120,201,39,80,19,19,0,0,0,0,0,0,0 +444130,201,39,600,44,31,7,0,0,0,0,0,0 +444190,201,39,1081,59,42,5,0,0,0,0,0,0 +444210,201,39,61,6,0,0,0,0,0,0,0,0 +444220,201,39,358,33,15,4,0,0,0,0,0,0 +445110,201,39,8316,132,48,39,18,6,0,0,0,0 +445120,201,39,86,30,26,0,0,0,0,0,0,0 +445210,201,39,61,7,4,0,0,0,0,0,0,0 +445291,201,39,17,6,0,0,0,0,0,0,0,0 +445292,201,39,23,5,0,0,0,0,0,0,0,0 +445299,201,39,239,24,20,0,0,0,0,0,0,0 +445310,201,39,901,158,144,3,0,0,0,0,0,0 +446110,201,39,1409,107,67,28,0,0,0,0,0,0 +446120,201,39,690,47,22,17,0,0,0,0,0,0 +446130,201,39,169,27,21,0,0,0,0,0,0,0 +446191,201,39,50,19,19,0,0,0,0,0,0,0 +446199,201,39,98,32,32,0,0,0,0,0,0,0 +447110,201,39,2127,176,127,34,0,0,0,0,0,0 +447190,201,39,247,13,7,0,0,0,0,0,0,0 +448110,201,39,141,18,14,0,0,0,0,0,0,0 +448120,201,39,959,85,67,9,0,0,0,0,0,0 +448130,201,39,310,25,18,0,0,0,0,0,0,0 +448140,201,39,2214,74,33,37,0,0,0,0,0,0 +448150,201,39,223,25,20,0,0,0,0,0,0,0 +448190,201,39,567,38,27,5,0,0,0,0,0,0 +448210,201,39,724,55,37,9,0,0,0,0,0,0 +448310,201,39,368,48,43,4,0,0,0,0,0,0 +451110,201,39,1451,62,47,8,0,0,0,0,0,0 +451120,201,39,568,32,21,11,0,0,0,0,0,0 +451130,201,39,123,11,3,0,0,0,0,0,0,0 +451140,201,39,107,12,8,3,0,0,0,0,0,0 +451211,201,39,143,9,6,0,0,0,0,0,0,0 +452210,201,39,1206,11,0,7,4,0,0,0,0,0 +452311,201,39,5183,25,0,0,12,6,0,0,0,0 +452319,201,39,515,72,61,0,0,0,0,0,0,0 +453110,201,39,105,22,21,0,0,0,0,0,0,0 +453210,201,39,153,14,11,0,0,0,0,0,0,0 +453220,201,39,391,51,48,0,0,0,0,0,0,0 +453310,201,39,657,51,32,9,0,0,0,0,0,0 +453910,201,39,397,28,20,7,0,0,0,0,0,0 +453920,201,39,16,6,5,0,0,0,0,0,0,0 +453991,201,39,27,8,6,0,0,0,0,0,0,0 +453998,201,39,304,50,41,0,0,0,0,0,0,0 +454110,201,39,1804,146,130,9,0,0,0,0,0,0 +454210,201,39,211,10,5,0,0,0,0,0,0,0 +454310,201,39,13,3,0,0,0,0,0,0,0,0 +454390,201,39,414,82,73,3,0,0,0,0,0,0 +484110,201,39,665,57,46,4,0,0,0,0,0,0 +484121,201,39,3319,136,112,3,5,0,0,0,0,0 +484122,201,39,1843,21,6,0,3,0,0,0,0,0 +484210,201,39,429,21,13,4,0,0,0,0,0,0 +484220,201,39,851,66,49,7,0,0,0,0,0,0 +484230,201,39,1177,43,25,7,0,0,0,0,0,0 +485320,201,39,19,6,4,0,0,0,0,0,0,0 +485410,201,39,1302,14,0,0,0,0,0,0,0,0 +485991,201,39,31,8,3,0,0,0,0,0,0,0 +486210,201,39,0,5,0,0,0,0,0,0,0,0 +488190,201,39,86,14,11,0,0,0,0,0,0,0 +488210,201,39,477,15,4,4,0,0,0,0,0,0 +488410,201,39,219,20,12,0,0,0,0,0,0,0 +488490,201,39,106,12,3,0,0,0,0,0,0,0 +488510,201,39,1336,75,59,7,0,0,0,0,0,0 +488991,201,39,28,7,7,0,0,0,0,0,0,0 +492110,201,39,0,35,21,5,0,0,0,0,0,0 +492210,201,39,140,15,9,0,0,0,0,0,0,0 +493110,201,39,5500,57,34,7,3,0,4,0,0,0 +493120,201,39,0,3,0,0,0,0,0,0,0,0 +493190,201,39,228,5,0,0,0,0,0,0,0,0 +511110,201,39,95,7,3,0,0,0,0,0,0,0 +511120,201,39,335,14,9,0,0,0,0,0,0,0 +511130,201,39,110,8,3,0,0,0,0,0,0,0 +511140,201,39,0,3,0,0,0,0,0,0,0,0 +511199,201,39,0,3,0,0,0,0,0,0,0,0 +511210,201,39,1528,40,23,15,0,0,0,0,0,0 +512110,201,39,51,21,21,0,0,0,0,0,0,0 +512131,201,39,572,8,0,0,0,0,0,0,0,0 +512191,201,39,16,7,6,0,0,0,0,0,0,0 +515112,201,39,287,16,10,0,0,0,0,0,0,0 +517311,201,39,3849,102,66,14,5,6,0,0,0,0 +517312,201,39,5880,98,81,7,0,0,6,0,0,0 +517911,201,39,30,9,7,0,0,0,0,0,0,0 +517919,201,39,172,5,0,0,0,0,0,0,0,0 +518210,201,39,2027,60,32,16,7,0,0,0,0,0 +519130,201,39,267,26,22,0,0,0,0,0,0,0 +522110,201,39,6893,332,268,45,0,0,0,0,0,0 +522120,201,39,326,39,33,0,0,0,0,0,0,0 +522130,201,39,852,42,34,0,0,0,0,0,0,0 +522220,201,39,240,20,15,3,0,0,0,0,0,0 +522291,201,39,114,10,5,0,0,0,0,0,0,0 +522292,201,39,2028,59,48,6,0,0,0,0,0,0 +522298,201,39,139,21,20,0,0,0,0,0,0,0 +522310,201,39,72,20,18,0,0,0,0,0,0,0 +522320,201,39,697,18,9,4,0,0,0,0,0,0 +522390,201,39,321,55,51,0,0,0,0,0,0,0 +523110,201,39,201,13,10,0,0,0,0,0,0,0 +523120,201,39,527,77,69,8,0,0,0,0,0,0 +523130,201,39,18,5,3,0,0,0,0,0,0,0 +523140,201,39,0,6,5,0,0,0,0,0,0,0 +523910,201,39,61,22,22,0,0,0,0,0,0,0 +523920,201,39,1522,309,290,9,3,0,0,0,0,0 +523930,201,39,997,128,123,0,0,0,0,0,0,0 +523991,201,39,443,9,4,0,0,0,0,0,0,0 +524113,201,39,1752,63,48,9,3,0,0,0,0,0 +524114,201,39,1146,28,17,3,5,0,0,0,0,0 +524126,201,39,3337,56,36,13,0,5,0,0,0,0 +524127,201,39,88,17,17,0,0,0,0,0,0,0 +524128,201,39,117,3,0,0,0,0,0,0,0,0 +524130,201,39,611,7,0,0,3,0,0,0,0,0 +524210,201,39,4367,657,609,32,6,0,0,0,0,0 +524291,201,39,370,18,13,0,0,0,0,0,0,0 +524292,201,39,1283,36,16,8,6,0,0,0,0,0 +524298,201,39,136,12,8,0,0,0,0,0,0,0 +525990,201,39,0,3,3,0,0,0,0,0,0,0 +531110,201,39,1385,197,186,0,0,0,0,0,0,0 +531120,201,39,323,99,97,0,0,0,0,0,0,0 +531130,201,39,69,35,33,0,0,0,0,0,0,0 +531190,201,39,9,5,5,0,0,0,0,0,0,0 +531210,201,39,911,502,493,0,0,0,0,0,0,0 +531311,201,39,999,134,121,3,0,0,0,0,0,0 +531312,201,39,423,64,55,3,0,0,0,0,0,0 +531320,201,39,404,52,46,4,0,0,0,0,0,0 +531390,201,39,137,58,56,0,0,0,0,0,0,0 +532111,201,39,177,26,21,0,0,0,0,0,0,0 +532120,201,39,220,22,11,3,0,0,0,0,0,0 +532210,201,39,31,21,13,0,0,0,0,0,0,0 +532283,201,39,95,8,4,0,0,0,0,0,0,0 +532284,201,39,0,3,0,0,0,0,0,0,0,0 +532289,201,39,32,6,4,0,0,0,0,0,0,0 +532310,201,39,17,4,0,0,0,0,0,0,0,0 +532412,201,39,52,8,0,0,0,0,0,0,0,0 +532420,201,39,131,4,0,0,0,0,0,0,0,0 +532490,201,39,377,32,20,5,0,0,0,0,0,0 +533110,201,39,112,13,10,0,0,0,0,0,0,0 +541110,201,39,2265,487,459,17,0,0,0,0,0,0 +541191,201,39,411,30,23,3,0,0,0,0,0,0 +541199,201,39,420,11,10,0,0,0,0,0,0,0 +541211,201,39,1043,194,172,11,0,0,0,0,0,0 +541213,201,39,771,114,106,5,0,0,0,0,0,0 +541214,201,39,335,19,11,4,0,0,0,0,0,0 +541219,201,39,774,139,126,3,0,0,0,0,0,0 +541310,201,39,694,66,56,5,0,0,0,0,0,0 +541320,201,39,27,8,6,0,0,0,0,0,0,0 +541330,201,39,7088,223,165,37,6,0,0,0,0,0 +541350,201,39,59,28,28,0,0,0,0,0,0,0 +541370,201,39,30,9,6,0,0,0,0,0,0,0 +541380,201,39,309,26,18,3,0,0,0,0,0,0 +541410,201,39,76,44,44,0,0,0,0,0,0,0 +541420,201,39,30,6,4,0,0,0,0,0,0,0 +541430,201,39,69,45,45,0,0,0,0,0,0,0 +541490,201,39,0,7,6,0,0,0,0,0,0,0 +541511,201,39,3703,261,229,21,4,0,0,0,0,0 +541512,201,39,3498,256,230,17,5,0,0,0,0,0 +541513,201,39,160,36,27,3,0,0,0,0,0,0 +541519,201,39,609,34,31,0,0,0,0,0,0,0 +541611,201,39,2512,318,302,9,3,0,0,0,0,0 +541612,201,39,675,49,41,5,0,0,0,0,0,0 +541613,201,39,585,147,139,8,0,0,0,0,0,0 +541614,201,39,410,28,21,0,0,0,0,0,0,0 +541618,201,39,77,15,12,0,0,0,0,0,0,0 +541620,201,39,168,27,25,0,0,0,0,0,0,0 +541690,201,39,618,95,83,0,0,0,0,0,0,0 +541713,201,39,0,5,0,0,0,0,0,0,0,0 +541714,201,39,151,8,4,0,0,0,0,0,0,0 +541715,201,39,965,30,22,0,0,0,0,0,0,0 +541720,201,39,24,7,7,0,0,0,0,0,0,0 +541810,201,39,512,47,37,6,0,0,0,0,0,0 +541820,201,39,94,22,20,0,0,0,0,0,0,0 +541840,201,39,12,4,3,0,0,0,0,0,0,0 +541850,201,39,11,3,0,0,0,0,0,0,0,0 +541860,201,39,175,10,6,0,0,0,0,0,0,0 +541890,201,39,667,50,36,7,0,0,0,0,0,0 +541910,201,39,297,15,9,0,0,0,0,0,0,0 +541921,201,39,108,38,34,0,0,0,0,0,0,0 +541922,201,39,29,16,11,0,0,0,0,0,0,0 +541930,201,39,66,11,7,0,0,0,0,0,0,0 +541940,201,39,1398,123,98,9,0,0,0,0,0,0 +541990,201,39,456,73,65,0,0,0,0,0,0,0 +551112,201,39,762,33,26,6,0,0,0,0,0,0 +551114,201,39,11255,237,152,48,21,6,0,0,0,0 +561110,201,39,4411,150,116,17,0,0,0,0,0,0 +561210,201,39,230,30,21,3,0,0,0,0,0,0 +561311,201,39,194,26,22,0,0,0,0,0,0,0 +561312,201,39,185,29,26,0,0,0,0,0,0,0 +561320,201,39,9513,157,78,43,24,6,0,0,0,0 +561330,201,39,1267,7,0,0,0,3,0,0,0,0 +561410,201,39,207,16,14,0,0,0,0,0,0,0 +561421,201,39,128,7,3,3,0,0,0,0,0,0 +561422,201,39,3047,22,4,3,8,0,0,0,0,0 +561431,201,39,55,11,9,0,0,0,0,0,0,0 +561439,201,39,122,16,13,0,0,0,0,0,0,0 +561440,201,39,816,19,9,4,0,0,0,0,0,0 +561450,201,39,24,4,0,0,0,0,0,0,0,0 +561492,201,39,49,20,18,0,0,0,0,0,0,0 +561499,201,39,427,15,12,0,0,0,0,0,0,0 +561510,201,39,187,33,27,3,0,0,0,0,0,0 +561520,201,39,18,4,0,0,0,0,0,0,0,0 +561599,201,39,419,12,5,5,0,0,0,0,0,0 +561611,201,39,113,8,5,0,0,0,0,0,0,0 +561612,201,39,1671,23,7,3,0,0,0,0,0,0 +561621,201,39,55,13,10,0,0,0,0,0,0,0 +561622,201,39,20,7,6,0,0,0,0,0,0,0 +561710,201,39,358,45,37,3,0,0,0,0,0,0 +561720,201,39,3453,250,212,31,4,0,0,0,0,0 +561730,201,39,3570,351,312,26,4,0,0,0,0,0 +561740,201,39,162,28,24,0,0,0,0,0,0,0 +561790,201,39,257,37,30,0,0,0,0,0,0,0 +561920,201,39,79,15,12,0,0,0,0,0,0,0 +561990,201,39,486,34,22,3,0,0,0,0,0,0 +562111,201,39,76,23,10,0,0,0,0,0,0,0 +562910,201,39,130,13,7,0,0,0,0,0,0,0 +611110,201,39,1790,40,6,15,4,0,0,0,0,0 +611310,201,39,1664,14,0,3,3,0,0,0,0,0 +611420,201,39,0,5,4,0,0,0,0,0,0,0 +611430,201,39,204,19,15,0,0,0,0,0,0,0 +611511,201,39,50,5,0,0,0,0,0,0,0,0 +611519,201,39,112,13,5,0,0,0,0,0,0,0 +611610,201,39,447,54,47,4,0,0,0,0,0,0 +611620,201,39,491,53,43,6,0,0,0,0,0,0 +611691,201,39,0,26,22,3,0,0,0,0,0,0 +611692,201,39,27,7,5,0,0,0,0,0,0,0 +611699,201,39,105,15,14,0,0,0,0,0,0,0 +611710,201,39,370,23,14,0,0,0,0,0,0,0 +621111,201,39,6759,510,401,98,0,0,0,0,0,0 +621112,201,39,100,23,19,0,0,0,0,0,0,0 +621210,201,39,3060,423,404,8,0,0,0,0,0,0 +621310,201,39,564,197,188,0,0,0,0,0,0,0 +621320,201,39,586,81,67,5,0,0,0,0,0,0 +621330,201,39,351,87,78,0,0,0,0,0,0,0 +621340,201,39,1166,112,107,0,3,0,0,0,0,0 +621391,201,39,54,11,10,0,0,0,0,0,0,0 +621399,201,39,369,85,76,5,0,0,0,0,0,0 +621410,201,39,0,4,3,0,0,0,0,0,0,0 +621420,201,39,264,28,17,0,0,0,0,0,0,0 +621492,201,39,152,14,6,0,0,0,0,0,0,0 +621493,201,39,590,29,17,11,0,0,0,0,0,0 +621498,201,39,745,47,27,9,0,0,0,0,0,0 +621511,201,39,3355,50,34,5,3,0,0,0,0,0 +621512,201,39,212,17,12,0,0,0,0,0,0,0 +621610,201,39,2896,79,41,21,3,0,0,0,0,0 +621910,201,39,0,9,4,0,0,0,0,0,0,0 +621999,201,39,814,18,9,0,3,0,0,0,0,0 +622110,201,39,9010,13,0,0,0,0,4,0,0,0 +623110,201,39,5204,62,7,23,15,0,0,0,0,0 +623210,201,39,868,55,36,3,0,0,0,0,0,0 +623311,201,39,2261,20,0,7,6,0,0,0,0,0 +623312,201,39,1619,42,8,27,0,0,0,0,0,0 +623990,201,39,267,6,0,0,0,0,0,0,0,0 +624110,201,39,577,32,27,0,0,0,0,0,0,0 +624120,201,39,2402,94,61,19,4,0,0,0,0,0 +624190,201,39,671,83,68,3,0,0,0,0,0,0 +624210,201,39,39,22,17,0,0,0,0,0,0,0 +624229,201,39,0,3,0,0,0,0,0,0,0,0 +624230,201,39,28,3,0,0,0,0,0,0,0,0 +624310,201,39,2,6,3,0,0,0,0,0,0,0 +624410,201,39,3247,190,118,62,0,0,0,0,0,0 +711110,201,39,0,3,0,0,0,0,0,0,0,0 +711130,201,39,11,7,7,0,0,0,0,0,0,0 +711211,201,39,25,3,0,0,0,0,0,0,0,0 +711219,201,39,4,4,4,0,0,0,0,0,0,0 +711310,201,39,2,4,4,0,0,0,0,0,0,0 +711320,201,39,55,9,7,0,0,0,0,0,0,0 +711410,201,39,16,6,5,0,0,0,0,0,0,0 +711510,201,39,80,41,39,0,0,0,0,0,0,0 +712110,201,39,47,8,3,0,0,0,0,0,0,0 +713120,201,39,115,5,0,0,0,0,0,0,0,0 +713910,201,39,1183,26,8,11,4,0,0,0,0,0 +713940,201,39,3294,138,91,19,8,0,0,0,0,0 +713950,201,39,100,4,0,3,0,0,0,0,0,0 +713990,201,39,825,49,40,4,0,0,0,0,0,0 +721110,201,39,3062,109,50,39,3,0,0,0,0,0 +722310,201,39,1662,68,45,9,0,0,0,0,0,0 +722320,201,39,227,24,12,4,0,0,0,0,0,0 +722330,201,39,57,9,8,0,0,0,0,0,0,0 +722410,201,39,269,48,41,0,0,0,0,0,0,0 +722511,201,39,18497,634,321,288,16,0,0,0,0,0 +722513,201,39,15348,680,329,333,0,0,0,0,0,0 +722514,201,39,198,11,7,0,0,0,0,0,0,0 +722515,201,39,1617,136,110,18,0,0,0,0,0,0 +811111,201,39,898,214,207,0,0,0,0,0,0,0 +811113,201,39,40,10,10,0,0,0,0,0,0,0 +811118,201,39,3,3,3,0,0,0,0,0,0,0 +811121,201,39,547,95,87,5,0,0,0,0,0,0 +811122,201,39,62,9,7,0,0,0,0,0,0,0 +811191,201,39,182,20,15,0,0,0,0,0,0,0 +811192,201,39,773,47,36,4,0,0,0,0,0,0 +811211,201,39,17,7,6,0,0,0,0,0,0,0 +811212,201,39,384,17,9,4,0,0,0,0,0,0 +811213,201,39,62,9,7,0,0,0,0,0,0,0 +811219,201,39,187,11,9,0,0,0,0,0,0,0 +811310,201,39,163,31,25,0,0,0,0,0,0,0 +811411,201,39,8,4,3,0,0,0,0,0,0,0 +811412,201,39,43,12,9,0,0,0,0,0,0,0 +811420,201,39,22,14,14,0,0,0,0,0,0,0 +811490,201,39,125,28,23,0,0,0,0,0,0,0 +812111,201,39,57,13,9,0,0,0,0,0,0,0 +812112,201,39,1442,244,227,13,0,0,0,0,0,0 +812113,201,39,298,60,52,3,0,0,0,0,0,0 +812191,201,39,126,11,7,4,0,0,0,0,0,0 +812199,201,39,528,73,61,7,0,0,0,0,0,0 +812210,201,39,205,37,27,0,0,0,0,0,0,0 +812220,201,39,60,13,12,0,0,0,0,0,0,0 +812310,201,39,66,18,17,0,0,0,0,0,0,0 +812320,201,39,292,56,54,0,0,0,0,0,0,0 +812332,201,39,0,4,0,0,0,0,0,0,0,0 +812910,201,39,407,51,40,9,0,0,0,0,0,0 +812930,201,39,0,8,5,0,0,0,0,0,0,0 +812990,201,39,133,52,49,0,0,0,0,0,0,0 +813110,201,39,7429,530,441,69,8,0,0,0,0,0 +813211,201,39,81,31,26,0,0,0,0,0,0,0 +813212,201,39,106,16,10,0,0,0,0,0,0,0 +813219,201,39,83,13,7,0,0,0,0,0,0,0 +813311,201,39,14,4,3,0,0,0,0,0,0,0 +813312,201,39,37,6,3,0,0,0,0,0,0,0 +813319,201,39,31,16,13,0,0,0,0,0,0,0 +813410,201,39,474,54,46,0,0,0,0,0,0,0 +813910,201,39,223,41,35,0,0,0,0,0,0,0 +813920,201,39,578,25,20,4,0,0,0,0,0,0 +813930,201,39,311,23,11,0,0,0,0,0,0,0 +813940,201,39,0,3,3,0,0,0,0,0,0,0 +813990,201,39,133,24,17,0,0,0,0,0,0,0 +211120,201,40,5,3,3,0,0,0,0,0,0,0 +236115,201,40,110,29,28,0,0,0,0,0,0,0 +236117,201,40,36,14,11,0,0,0,0,0,0,0 +236118,201,40,108,42,42,0,0,0,0,0,0,0 +236220,201,40,68,9,4,0,0,0,0,0,0,0 +237310,201,40,213,3,0,0,0,0,0,0,0,0 +238110,201,40,86,11,8,0,0,0,0,0,0,0 +238130,201,40,56,9,7,0,0,0,0,0,0,0 +238150,201,40,15,3,0,0,0,0,0,0,0,0 +238160,201,40,39,8,7,0,0,0,0,0,0,0 +238170,201,40,10,3,0,0,0,0,0,0,0,0 +238210,201,40,498,23,19,3,0,0,0,0,0,0 +238220,201,40,420,43,41,0,0,0,0,0,0,0 +238290,201,40,6,3,3,0,0,0,0,0,0,0 +238310,201,40,60,12,8,0,0,0,0,0,0,0 +238320,201,40,63,16,15,0,0,0,0,0,0,0 +238330,201,40,4,3,3,0,0,0,0,0,0,0 +238350,201,40,7,6,6,0,0,0,0,0,0,0 +238910,201,40,136,18,11,0,0,0,0,0,0,0 +238990,201,40,44,9,6,0,0,0,0,0,0,0 +323111,201,40,308,7,0,0,0,0,0,0,0,0 +323113,201,40,0,4,0,0,0,0,0,0,0,0 +423420,201,40,11,3,0,0,0,0,0,0,0,0 +423440,201,40,13,5,4,0,0,0,0,0,0,0 +423610,201,40,28,3,0,0,0,0,0,0,0,0 +423720,201,40,10,3,3,0,0,0,0,0,0,0 +423820,201,40,85,4,0,0,0,0,0,0,0,0 +423830,201,40,24,5,3,0,0,0,0,0,0,0 +423850,201,40,0,3,0,0,0,0,0,0,0,0 +424120,201,40,0,3,3,0,0,0,0,0,0,0 +424490,201,40,5,3,3,0,0,0,0,0,0,0 +424910,201,40,71,12,7,0,0,0,0,0,0,0 +425120,201,40,26,14,13,0,0,0,0,0,0,0 +441110,201,40,511,9,0,5,0,0,0,0,0,0 +441120,201,40,73,9,6,0,0,0,0,0,0,0 +441310,201,40,162,13,9,0,0,0,0,0,0,0 +441320,201,40,54,6,3,0,0,0,0,0,0,0 +442110,201,40,8,3,3,0,0,0,0,0,0,0 +442210,201,40,44,4,0,0,0,0,0,0,0,0 +442299,201,40,66,9,6,0,0,0,0,0,0,0 +443141,201,40,22,3,0,0,0,0,0,0,0,0 +443142,201,40,124,8,4,0,0,0,0,0,0,0 +444110,201,40,287,3,0,0,0,0,0,0,0,0 +444130,201,40,90,6,0,0,0,0,0,0,0,0 +444190,201,40,60,9,7,0,0,0,0,0,0,0 +444210,201,40,15,3,0,0,0,0,0,0,0,0 +444220,201,40,89,11,11,0,0,0,0,0,0,0 +445110,201,40,1537,21,7,3,7,0,0,0,0,0 +445299,201,40,44,6,0,0,0,0,0,0,0,0 +445310,201,40,193,29,25,0,0,0,0,0,0,0 +446110,201,40,213,12,4,3,0,0,0,0,0,0 +446120,201,40,91,5,0,3,0,0,0,0,0,0 +446191,201,40,21,5,4,0,0,0,0,0,0,0 +446199,201,40,14,3,0,0,0,0,0,0,0,0 +447110,201,40,254,28,24,0,0,0,0,0,0,0 +448120,201,40,169,13,11,0,0,0,0,0,0,0 +448140,201,40,153,7,0,4,0,0,0,0,0,0 +448190,201,40,78,7,6,0,0,0,0,0,0,0 +448210,201,40,31,5,0,0,0,0,0,0,0,0 +448310,201,40,28,4,3,0,0,0,0,0,0,0 +451110,201,40,63,6,3,0,0,0,0,0,0,0 +451120,201,40,122,7,0,3,0,0,0,0,0,0 +451130,201,40,51,5,3,0,0,0,0,0,0,0 +451211,201,40,168,5,0,0,0,0,0,0,0,0 +452311,201,40,0,3,0,0,0,0,0,0,0,0 +452319,201,40,129,11,7,3,0,0,0,0,0,0 +453110,201,40,19,4,0,0,0,0,0,0,0,0 +453220,201,40,72,8,7,0,0,0,0,0,0,0 +453310,201,40,105,11,8,0,0,0,0,0,0,0 +453910,201,40,99,7,0,3,0,0,0,0,0,0 +453991,201,40,28,7,7,0,0,0,0,0,0,0 +453998,201,40,25,9,9,0,0,0,0,0,0,0 +454110,201,40,158,22,18,0,0,0,0,0,0,0 +454390,201,40,13,8,7,0,0,0,0,0,0,0 +484110,201,40,3,3,3,0,0,0,0,0,0,0 +484121,201,40,92,15,10,0,0,0,0,0,0,0 +484210,201,40,35,5,0,0,0,0,0,0,0,0 +484220,201,40,109,11,5,0,0,0,0,0,0,0 +488510,201,40,0,3,0,0,0,0,0,0,0,0 +493110,201,40,0,3,0,0,0,0,0,0,0,0 +511130,201,40,0,5,4,0,0,0,0,0,0,0 +511210,201,40,26,4,0,0,0,0,0,0,0,0 +512110,201,40,0,3,0,0,0,0,0,0,0,0 +517311,201,40,132,7,3,0,0,0,0,0,0,0 +517312,201,40,54,5,3,0,0,0,0,0,0,0 +519130,201,40,17,5,4,0,0,0,0,0,0,0 +522110,201,40,514,51,42,3,0,0,0,0,0,0 +522120,201,40,0,5,3,0,0,0,0,0,0,0 +522130,201,40,56,10,9,0,0,0,0,0,0,0 +522291,201,40,6,4,4,0,0,0,0,0,0,0 +522292,201,40,17,6,5,0,0,0,0,0,0,0 +522298,201,40,34,5,0,0,0,0,0,0,0,0 +522390,201,40,16,7,7,0,0,0,0,0,0,0 +523120,201,40,33,8,8,0,0,0,0,0,0,0 +523920,201,40,84,23,22,0,0,0,0,0,0,0 +523930,201,40,29,11,9,0,0,0,0,0,0,0 +524127,201,40,0,3,3,0,0,0,0,0,0,0 +524210,201,40,163,53,50,0,0,0,0,0,0,0 +531110,201,40,144,37,37,0,0,0,0,0,0,0 +531120,201,40,31,13,12,0,0,0,0,0,0,0 +531130,201,40,8,6,6,0,0,0,0,0,0,0 +531210,201,40,68,39,36,0,0,0,0,0,0,0 +531311,201,40,280,28,26,0,0,0,0,0,0,0 +531312,201,40,0,4,3,0,0,0,0,0,0,0 +531320,201,40,20,5,4,0,0,0,0,0,0,0 +531390,201,40,11,6,6,0,0,0,0,0,0,0 +532111,201,40,28,3,0,0,0,0,0,0,0,0 +532283,201,40,0,3,0,0,0,0,0,0,0,0 +541110,201,40,186,50,49,0,0,0,0,0,0,0 +541191,201,40,12,4,4,0,0,0,0,0,0,0 +541211,201,40,105,15,12,0,0,0,0,0,0,0 +541219,201,40,28,9,9,0,0,0,0,0,0,0 +541310,201,40,111,14,12,0,0,0,0,0,0,0 +541330,201,40,219,31,28,0,0,0,0,0,0,0 +541350,201,40,5,3,3,0,0,0,0,0,0,0 +541370,201,40,10,4,4,0,0,0,0,0,0,0 +541410,201,40,8,6,6,0,0,0,0,0,0,0 +541430,201,40,15,8,7,0,0,0,0,0,0,0 +541511,201,40,56,18,15,0,0,0,0,0,0,0 +541512,201,40,0,12,11,0,0,0,0,0,0,0 +541611,201,40,95,41,39,0,0,0,0,0,0,0 +541612,201,40,0,3,0,0,0,0,0,0,0,0 +541613,201,40,33,14,12,0,0,0,0,0,0,0 +541620,201,40,49,10,7,0,0,0,0,0,0,0 +541690,201,40,25,10,8,0,0,0,0,0,0,0 +541713,201,40,7,3,0,0,0,0,0,0,0,0 +541714,201,40,12,3,0,0,0,0,0,0,0,0 +541715,201,40,64,4,0,0,0,0,0,0,0,0 +541810,201,40,0,4,3,0,0,0,0,0,0,0 +541820,201,40,5,4,4,0,0,0,0,0,0,0 +541890,201,40,0,4,3,0,0,0,0,0,0,0 +541921,201,40,6,4,4,0,0,0,0,0,0,0 +541940,201,40,183,17,12,3,0,0,0,0,0,0 +541990,201,40,12,4,0,0,0,0,0,0,0,0 +551112,201,40,10,3,0,0,0,0,0,0,0,0 +551114,201,40,527,16,5,8,0,0,0,0,0,0 +561110,201,40,35,10,8,0,0,0,0,0,0,0 +561320,201,40,246,4,0,0,0,0,0,0,0,0 +561422,201,40,0,3,0,0,0,0,0,0,0,0 +561431,201,40,0,3,0,0,0,0,0,0,0,0 +561439,201,40,0,3,0,0,0,0,0,0,0,0 +561499,201,40,0,4,0,0,0,0,0,0,0,0 +561510,201,40,20,3,0,0,0,0,0,0,0,0 +561612,201,40,27,3,0,0,0,0,0,0,0,0 +561710,201,40,58,10,8,0,0,0,0,0,0,0 +561720,201,40,165,19,16,0,0,0,0,0,0,0 +561730,201,40,242,51,49,0,0,0,0,0,0,0 +561740,201,40,28,7,6,0,0,0,0,0,0,0 +561990,201,40,0,3,0,0,0,0,0,0,0,0 +562910,201,40,0,3,0,0,0,0,0,0,0,0 +611110,201,40,183,7,0,0,0,0,0,0,0,0 +611610,201,40,73,11,9,0,0,0,0,0,0,0 +611620,201,40,60,15,14,0,0,0,0,0,0,0 +611691,201,40,16,3,0,0,0,0,0,0,0,0 +611710,201,40,0,5,3,0,0,0,0,0,0,0 +621111,201,40,544,43,33,9,0,0,0,0,0,0 +621112,201,40,26,8,7,0,0,0,0,0,0,0 +621210,201,40,419,53,50,3,0,0,0,0,0,0 +621310,201,40,75,28,22,0,0,0,0,0,0,0 +621320,201,40,85,13,13,0,0,0,0,0,0,0 +621330,201,40,61,21,21,0,0,0,0,0,0,0 +621340,201,40,94,8,3,0,0,0,0,0,0,0 +621391,201,40,12,3,0,0,0,0,0,0,0,0 +621399,201,40,34,8,5,0,0,0,0,0,0,0 +621420,201,40,230,5,0,0,0,0,0,0,0,0 +621498,201,40,0,3,0,0,0,0,0,0,0,0 +621511,201,40,30,5,3,0,0,0,0,0,0,0 +621610,201,40,183,9,3,0,0,0,0,0,0,0 +623110,201,40,297,8,0,4,0,0,0,0,0,0 +623210,201,40,0,6,0,0,0,0,0,0,0,0 +623311,201,40,432,3,0,0,0,0,0,0,0,0 +623312,201,40,213,8,0,6,0,0,0,0,0,0 +623990,201,40,103,6,3,0,0,0,0,0,0,0 +624110,201,40,118,8,4,0,0,0,0,0,0,0 +624120,201,40,256,11,6,0,0,0,0,0,0,0 +624190,201,40,95,13,10,0,0,0,0,0,0,0 +624210,201,40,8,4,4,0,0,0,0,0,0,0 +624229,201,40,16,4,0,0,0,0,0,0,0,0 +624310,201,40,47,3,0,0,0,0,0,0,0,0 +624410,201,40,546,28,18,8,0,0,0,0,0,0 +711110,201,40,0,3,0,0,0,0,0,0,0,0 +711320,201,40,33,5,0,0,0,0,0,0,0,0 +711510,201,40,7,9,9,0,0,0,0,0,0,0 +712110,201,40,19,4,0,0,0,0,0,0,0,0 +713940,201,40,318,14,8,0,0,0,0,0,0,0 +713990,201,40,43,9,8,0,0,0,0,0,0,0 +721110,201,40,605,17,12,3,0,0,0,0,0,0 +721310,201,40,125,26,26,0,0,0,0,0,0,0 +722310,201,40,103,3,0,3,0,0,0,0,0,0 +722320,201,40,96,7,3,0,0,0,0,0,0,0 +722410,201,40,518,32,23,7,0,0,0,0,0,0 +722511,201,40,2562,97,47,47,3,0,0,0,0,0 +722513,201,40,2496,107,52,55,0,0,0,0,0,0 +722514,201,40,0,4,0,0,0,0,0,0,0,0 +722515,201,40,334,30,25,5,0,0,0,0,0,0 +811111,201,40,106,28,28,0,0,0,0,0,0,0 +811121,201,40,43,8,7,0,0,0,0,0,0,0 +811191,201,40,0,3,0,0,0,0,0,0,0,0 +811192,201,40,13,4,0,0,0,0,0,0,0,0 +811310,201,40,9,6,0,0,0,0,0,0,0,0 +811490,201,40,20,5,4,0,0,0,0,0,0,0 +812112,201,40,166,36,33,0,0,0,0,0,0,0 +812113,201,40,64,10,8,0,0,0,0,0,0,0 +812199,201,40,75,11,10,0,0,0,0,0,0,0 +812210,201,40,0,3,3,0,0,0,0,0,0,0 +812320,201,40,0,5,3,0,0,0,0,0,0,0 +812910,201,40,62,9,7,0,0,0,0,0,0,0 +812990,201,40,14,7,6,0,0,0,0,0,0,0 +813110,201,40,671,84,75,8,0,0,0,0,0,0 +813211,201,40,207,10,8,0,0,0,0,0,0,0 +813219,201,40,0,3,0,0,0,0,0,0,0,0 +813312,201,40,38,4,3,0,0,0,0,0,0,0 +813319,201,40,4,3,3,0,0,0,0,0,0,0 +813410,201,40,245,10,9,0,0,0,0,0,0,0 +813910,201,40,32,6,4,0,0,0,0,0,0,0 +813920,201,40,105,9,6,0,0,0,0,0,0,0 +211120,202,40,285,80,71,4,0,0,0,0,0,0 +211130,202,40,19,4,3,0,0,0,0,0,0,0 +212312,202,40,0,3,0,0,0,0,0,0,0,0 +212321,202,40,10,3,0,0,0,0,0,0,0,0 +213111,202,40,87,14,14,0,0,0,0,0,0,0 +213112,202,40,406,59,46,0,0,0,0,0,0,0 +221122,202,40,0,7,0,4,0,0,0,0,0,0 +221210,202,40,0,4,0,0,0,0,0,0,0,0 +236115,202,40,239,70,65,0,0,0,0,0,0,0 +236116,202,40,36,5,3,0,0,0,0,0,0,0 +236117,202,40,174,37,34,0,0,0,0,0,0,0 +236118,202,40,666,151,141,4,0,0,0,0,0,0 +236210,202,40,230,9,3,0,0,0,0,0,0,0 +236220,202,40,1659,83,56,17,4,0,0,0,0,0 +237110,202,40,250,17,8,3,0,0,0,0,0,0 +237130,202,40,289,12,7,4,0,0,0,0,0,0 +237210,202,40,0,3,3,0,0,0,0,0,0,0 +237310,202,40,2063,26,3,5,0,0,0,0,0,0 +237990,202,40,18,4,3,0,0,0,0,0,0,0 +238110,202,40,849,58,37,9,0,0,0,0,0,0 +238120,202,40,69,5,0,0,0,0,0,0,0,0 +238130,202,40,157,37,34,0,0,0,0,0,0,0 +238140,202,40,398,49,45,0,0,0,0,0,0,0 +238160,202,40,610,56,40,0,0,0,0,0,0,0 +238170,202,40,180,27,21,0,0,0,0,0,0,0 +238190,202,40,17,4,0,0,0,0,0,0,0,0 +238210,202,40,2106,132,101,22,4,0,0,0,0,0 +238220,202,40,2508,230,196,28,0,0,0,0,0,0 +238290,202,40,431,16,7,3,0,0,0,0,0,0 +238310,202,40,722,62,56,4,0,0,0,0,0,0 +238320,202,40,460,102,95,0,0,0,0,0,0,0 +238330,202,40,144,37,35,0,0,0,0,0,0,0 +238340,202,40,72,10,8,0,0,0,0,0,0,0 +238350,202,40,317,70,60,3,0,0,0,0,0,0 +238390,202,40,117,14,11,0,0,0,0,0,0,0 +238910,202,40,789,59,38,6,0,0,0,0,0,0 +238990,202,40,405,74,68,0,0,0,0,0,0,0 +311811,202,40,84,9,5,0,0,0,0,0,0,0 +311812,202,40,22,3,0,0,0,0,0,0,0,0 +312120,202,40,20,3,0,0,0,0,0,0,0,0 +314910,202,40,289,6,0,0,0,0,0,0,0,0 +321920,202,40,112,5,0,3,0,0,0,0,0,0 +321999,202,40,47,4,3,0,0,0,0,0,0,0 +323111,202,40,870,37,23,9,0,0,0,0,0,0 +323113,202,40,170,10,6,0,0,0,0,0,0,0 +324191,202,40,561,5,0,0,0,0,0,0,0,0 +325991,202,40,0,4,0,0,0,0,0,0,0,0 +326130,202,40,0,3,0,0,0,0,0,0,0,0 +326199,202,40,1143,19,4,0,0,0,0,0,0,0 +327390,202,40,33,7,0,0,0,0,0,0,0,0 +332114,202,40,63,4,0,0,0,0,0,0,0,0 +332119,202,40,0,3,0,0,0,0,0,0,0,0 +332312,202,40,117,4,0,0,0,0,0,0,0,0 +332313,202,40,228,3,0,0,0,0,0,0,0,0 +332322,202,40,476,12,0,0,0,0,0,0,0,0 +332710,202,40,1936,75,44,13,5,0,0,0,0,0 +332721,202,40,289,10,3,4,0,0,0,0,0,0 +332811,202,40,292,4,0,3,0,0,0,0,0,0 +332812,202,40,34,3,0,0,0,0,0,0,0,0 +332813,202,40,528,10,4,3,0,0,0,0,0,0 +332912,202,40,0,3,0,0,0,0,0,0,0,0 +332999,202,40,53,9,0,0,0,0,0,0,0,0 +333318,202,40,300,5,0,0,0,0,0,0,0,0 +333514,202,40,36,6,3,0,0,0,0,0,0,0 +333515,202,40,41,5,3,0,0,0,0,0,0,0 +334519,202,40,47,3,0,0,0,0,0,0,0,0 +336360,202,40,140,3,0,0,0,0,0,0,0,0 +336411,202,40,0,6,0,0,0,0,0,0,0,0 +336412,202,40,322,9,3,0,0,0,0,0,0,0 +336413,202,40,15761,53,24,12,5,0,0,0,0,0 +337110,202,40,258,10,3,0,0,0,0,0,0,0 +337212,202,40,55,4,3,0,0,0,0,0,0,0 +339116,202,40,121,14,12,0,0,0,0,0,0,0 +339940,202,40,12,4,3,0,0,0,0,0,0,0 +339950,202,40,492,18,15,0,0,0,0,0,0,0 +339999,202,40,40,8,6,0,0,0,0,0,0,0 +423110,202,40,412,10,0,3,0,0,0,0,0,0 +423120,202,40,369,21,11,6,0,0,0,0,0,0 +423130,202,40,124,8,3,3,0,0,0,0,0,0 +423140,202,40,40,7,5,0,0,0,0,0,0,0 +423210,202,40,29,4,3,0,0,0,0,0,0,0 +423220,202,40,101,12,8,0,0,0,0,0,0,0 +423310,202,40,292,10,0,3,0,0,0,0,0,0 +423320,202,40,27,6,4,0,0,0,0,0,0,0 +423330,202,40,103,8,3,0,0,0,0,0,0,0 +423390,202,40,126,8,6,0,0,0,0,0,0,0 +423420,202,40,222,17,11,4,0,0,0,0,0,0 +423430,202,40,694,17,10,0,0,0,0,0,0,0 +423440,202,40,111,7,0,0,0,0,0,0,0,0 +423450,202,40,93,13,12,0,0,0,0,0,0,0 +423510,202,40,451,17,10,6,0,0,0,0,0,0 +423610,202,40,279,26,22,4,0,0,0,0,0,0 +423690,202,40,308,13,9,0,0,0,0,0,0,0 +423710,202,40,161,12,8,0,0,0,0,0,0,0 +423720,202,40,139,13,9,0,0,0,0,0,0,0 +423730,202,40,333,21,15,0,0,0,0,0,0,0 +423810,202,40,315,14,4,4,0,0,0,0,0,0 +423820,202,40,301,19,5,5,0,0,0,0,0,0 +423830,202,40,960,81,57,18,0,0,0,0,0,0 +423840,202,40,175,16,12,0,0,0,0,0,0,0 +423850,202,40,50,7,3,0,0,0,0,0,0,0 +423860,202,40,258,17,14,0,0,0,0,0,0,0 +423910,202,40,17,4,0,0,0,0,0,0,0,0 +423930,202,40,208,18,15,0,0,0,0,0,0,0 +423990,202,40,78,9,5,0,0,0,0,0,0,0 +424120,202,40,187,8,3,0,0,0,0,0,0,0 +424130,202,40,79,3,0,0,0,0,0,0,0,0 +424210,202,40,91,11,6,0,0,0,0,0,0,0 +424320,202,40,0,3,0,0,0,0,0,0,0,0 +424420,202,40,65,5,3,0,0,0,0,0,0,0 +424470,202,40,36,4,0,0,0,0,0,0,0,0 +424490,202,40,336,16,11,0,0,0,0,0,0,0 +424510,202,40,129,21,14,0,0,0,0,0,0,0 +424610,202,40,40,6,0,0,0,0,0,0,0,0 +424690,202,40,335,24,20,0,0,0,0,0,0,0 +424710,202,40,135,6,0,0,0,0,0,0,0,0 +424720,202,40,0,6,0,0,0,0,0,0,0,0 +424810,202,40,0,3,0,0,0,0,0,0,0,0 +424820,202,40,130,6,0,0,0,0,0,0,0,0 +424910,202,40,454,35,17,0,0,0,0,0,0,0 +424920,202,40,33,3,0,0,0,0,0,0,0,0 +424930,202,40,78,7,3,0,0,0,0,0,0,0 +424950,202,40,15,4,3,0,0,0,0,0,0,0 +424990,202,40,112,14,8,0,0,0,0,0,0,0 +425120,202,40,248,52,47,0,0,0,0,0,0,0 +441110,202,40,3215,55,8,29,6,0,0,0,0,0 +441120,202,40,483,66,61,4,0,0,0,0,0,0 +441210,202,40,74,5,0,0,0,0,0,0,0,0 +441228,202,40,250,24,19,0,0,0,0,0,0,0 +441310,202,40,823,86,74,0,0,0,0,0,0,0 +441320,202,40,385,49,40,0,0,0,0,0,0,0 +442110,202,40,449,52,41,4,0,0,0,0,0,0 +442210,202,40,140,21,18,0,0,0,0,0,0,0 +442299,202,40,327,23,13,6,0,0,0,0,0,0 +443141,202,40,118,19,16,0,0,0,0,0,0,0 +443142,202,40,625,50,43,4,0,0,0,0,0,0 +444110,202,40,1460,12,0,0,8,0,0,0,0,0 +444120,202,40,63,14,14,0,0,0,0,0,0,0 +444130,202,40,470,41,25,5,0,0,0,0,0,0 +444190,202,40,586,69,57,4,0,0,0,0,0,0 +444210,202,40,93,11,6,0,0,0,0,0,0,0 +444220,202,40,348,31,16,5,0,0,0,0,0,0 +445110,202,40,4495,100,52,16,14,3,0,0,0,0 +445120,202,40,56,13,10,0,0,0,0,0,0,0 +445210,202,40,27,5,4,0,0,0,0,0,0,0 +445292,202,40,31,6,3,0,0,0,0,0,0,0 +445299,202,40,95,16,13,0,0,0,0,0,0,0 +445310,202,40,765,126,118,0,0,0,0,0,0,0 +446110,202,40,1040,74,43,18,0,0,0,0,0,0 +446120,202,40,374,34,24,8,0,0,0,0,0,0 +446130,202,40,134,25,25,0,0,0,0,0,0,0 +446191,202,40,37,14,14,0,0,0,0,0,0,0 +446199,202,40,203,30,24,0,0,0,0,0,0,0 +447110,202,40,2770,170,106,52,0,0,0,0,0,0 +447190,202,40,69,13,6,0,0,0,0,0,0,0 +448110,202,40,105,10,8,0,0,0,0,0,0,0 +448120,202,40,761,63,56,5,0,0,0,0,0,0 +448130,202,40,150,10,4,3,0,0,0,0,0,0 +448140,202,40,1067,44,23,18,0,0,0,0,0,0 +448150,202,40,94,15,13,0,0,0,0,0,0,0 +448190,202,40,263,24,19,4,0,0,0,0,0,0 +448210,202,40,349,47,42,0,0,0,0,0,0,0 +448310,202,40,187,30,29,0,0,0,0,0,0,0 +451110,202,40,804,41,34,3,3,0,0,0,0,0 +451120,202,40,372,19,13,5,0,0,0,0,0,0 +451130,202,40,72,5,0,0,0,0,0,0,0,0 +451140,202,40,125,7,3,0,0,0,0,0,0,0 +451211,202,40,104,10,7,0,0,0,0,0,0,0 +452210,202,40,944,10,0,6,4,0,0,0,0,0 +452311,202,40,3704,18,0,3,8,7,0,0,0,0 +452319,202,40,743,78,65,7,0,0,0,0,0,0 +453110,202,40,87,15,10,0,0,0,0,0,0,0 +453210,202,40,74,8,8,0,0,0,0,0,0,0 +453220,202,40,191,33,32,0,0,0,0,0,0,0 +453310,202,40,569,63,49,5,0,0,0,0,0,0 +453910,202,40,281,24,20,4,0,0,0,0,0,0 +453930,202,40,29,4,0,0,0,0,0,0,0,0 +453991,202,40,114,36,36,0,0,0,0,0,0,0 +453998,202,40,219,51,47,0,0,0,0,0,0,0 +454110,202,40,555,54,48,0,0,0,0,0,0,0 +454210,202,40,0,7,5,0,0,0,0,0,0,0 +454310,202,40,33,13,8,0,0,0,0,0,0,0 +454390,202,40,309,47,38,0,0,0,0,0,0,0 +481111,202,40,0,3,0,0,0,0,0,0,0,0 +481211,202,40,0,3,0,0,0,0,0,0,0,0 +484110,202,40,436,30,23,7,0,0,0,0,0,0 +484121,202,40,701,73,58,3,0,0,0,0,0,0 +484122,202,40,558,19,9,8,0,0,0,0,0,0 +484210,202,40,169,16,15,0,0,0,0,0,0,0 +484220,202,40,727,70,52,10,0,0,0,0,0,0 +484230,202,40,336,25,21,0,0,0,0,0,0,0 +485310,202,40,47,4,0,0,0,0,0,0,0,0 +485410,202,40,0,5,0,0,0,0,0,0,0,0 +485510,202,40,0,5,0,0,0,0,0,0,0,0 +485991,202,40,25,7,5,0,0,0,0,0,0,0 +486210,202,40,0,4,3,0,0,0,0,0,0,0 +486910,202,40,0,3,0,0,0,0,0,0,0,0 +488119,202,40,131,8,4,4,0,0,0,0,0,0 +488190,202,40,1506,30,14,3,3,0,0,0,0,0 +488410,202,40,113,12,12,0,0,0,0,0,0,0 +488490,202,40,0,4,0,0,0,0,0,0,0,0 +488510,202,40,430,17,13,0,0,0,0,0,0,0 +492110,202,40,827,19,12,0,0,0,0,0,0,0 +492210,202,40,134,7,0,0,0,0,0,0,0,0 +493110,202,40,646,22,13,6,0,0,0,0,0,0 +493190,202,40,25,4,0,0,0,0,0,0,0,0 +511110,202,40,168,11,0,0,0,0,0,0,0,0 +511120,202,40,135,9,6,0,0,0,0,0,0,0 +511140,202,40,0,3,0,0,0,0,0,0,0,0 +511210,202,40,116,6,3,0,0,0,0,0,0,0 +512110,202,40,34,9,6,0,0,0,0,0,0,0 +512131,202,40,473,11,5,0,3,0,0,0,0,0 +515112,202,40,142,13,4,3,0,0,0,0,0,0 +515120,202,40,350,7,0,0,0,0,0,0,0,0 +517311,202,40,1555,63,40,7,0,0,0,0,0,0 +517312,202,40,1150,48,40,4,0,0,0,0,0,0 +517911,202,40,96,13,10,0,0,0,0,0,0,0 +518210,202,40,240,20,13,3,0,0,0,0,0,0 +519120,202,40,23,4,3,0,0,0,0,0,0,0 +519130,202,40,0,6,3,0,0,0,0,0,0,0 +522110,202,40,3268,252,221,11,3,0,0,0,0,0 +522120,202,40,0,21,16,0,0,0,0,0,0,0 +522130,202,40,699,53,38,3,0,0,0,0,0,0 +522220,202,40,22,8,7,0,0,0,0,0,0,0 +522291,202,40,29,7,7,0,0,0,0,0,0,0 +522292,202,40,133,15,13,0,0,0,0,0,0,0 +522298,202,40,210,35,32,3,0,0,0,0,0,0 +522310,202,40,7,4,4,0,0,0,0,0,0,0 +522320,202,40,0,5,4,0,0,0,0,0,0,0 +522390,202,40,171,52,51,0,0,0,0,0,0,0 +523110,202,40,22,3,0,0,0,0,0,0,0,0 +523120,202,40,192,40,37,3,0,0,0,0,0,0 +523140,202,40,2,3,3,0,0,0,0,0,0,0 +523910,202,40,63,24,22,0,0,0,0,0,0,0 +523920,202,40,222,105,101,0,0,0,0,0,0,0 +523930,202,40,85,43,43,0,0,0,0,0,0,0 +523991,202,40,39,5,3,0,0,0,0,0,0,0 +524113,202,40,0,4,0,0,0,0,0,0,0,0 +524114,202,40,193,11,8,0,0,0,0,0,0,0 +524126,202,40,193,8,5,0,0,0,0,0,0,0 +524210,202,40,1803,414,402,8,0,0,0,0,0,0 +524291,202,40,27,12,12,0,0,0,0,0,0,0 +524292,202,40,36,4,0,0,0,0,0,0,0,0 +524298,202,40,15,5,4,0,0,0,0,0,0,0 +531110,202,40,409,100,99,0,0,0,0,0,0,0 +531120,202,40,351,53,49,3,0,0,0,0,0,0 +531130,202,40,53,32,31,0,0,0,0,0,0,0 +531190,202,40,27,15,13,0,0,0,0,0,0,0 +531210,202,40,504,211,203,0,0,0,0,0,0,0 +531311,202,40,587,111,104,4,0,0,0,0,0,0 +531312,202,40,340,33,28,0,0,0,0,0,0,0 +531320,202,40,37,23,21,0,0,0,0,0,0,0 +531390,202,40,56,14,10,0,0,0,0,0,0,0 +532111,202,40,240,21,18,0,0,0,0,0,0,0 +532112,202,40,12,4,3,0,0,0,0,0,0,0 +532120,202,40,55,7,4,0,0,0,0,0,0,0 +532210,202,40,145,18,14,3,0,0,0,0,0,0 +532282,202,40,0,7,5,0,0,0,0,0,0,0 +532283,202,40,47,5,3,0,0,0,0,0,0,0 +532289,202,40,60,13,12,0,0,0,0,0,0,0 +532310,202,40,78,11,0,0,0,0,0,0,0,0 +532411,202,40,0,3,0,0,0,0,0,0,0,0 +532412,202,40,56,7,3,0,0,0,0,0,0,0 +532490,202,40,384,17,12,0,0,0,0,0,0,0 +533110,202,40,39,6,4,0,0,0,0,0,0,0 +541110,202,40,1379,249,227,13,0,0,0,0,0,0 +541191,202,40,0,22,19,0,0,0,0,0,0,0 +541199,202,40,7,5,5,0,0,0,0,0,0,0 +541211,202,40,804,100,85,7,0,0,0,0,0,0 +541213,202,40,431,71,61,4,0,0,0,0,0,0 +541214,202,40,259,8,3,0,0,0,0,0,0,0 +541219,202,40,1040,96,86,3,0,0,0,0,0,0 +541310,202,40,367,29,21,3,0,0,0,0,0,0 +541320,202,40,32,3,0,0,0,0,0,0,0,0 +541330,202,40,1542,147,128,7,0,0,0,0,0,0 +541350,202,40,10,10,10,0,0,0,0,0,0,0 +541360,202,40,0,6,5,0,0,0,0,0,0,0 +541370,202,40,29,6,4,0,0,0,0,0,0,0 +541380,202,40,141,10,7,0,0,0,0,0,0,0 +541410,202,40,38,16,14,0,0,0,0,0,0,0 +541430,202,40,125,30,30,0,0,0,0,0,0,0 +541511,202,40,356,56,52,0,0,0,0,0,0,0 +541512,202,40,499,55,47,3,0,0,0,0,0,0 +541513,202,40,779,13,10,0,0,0,0,0,0,0 +541519,202,40,30,6,4,0,0,0,0,0,0,0 +541611,202,40,222,65,59,0,0,0,0,0,0,0 +541612,202,40,0,5,0,0,0,0,0,0,0,0 +541613,202,40,298,38,33,4,0,0,0,0,0,0 +541614,202,40,189,15,14,0,0,0,0,0,0,0 +541620,202,40,222,11,8,0,0,0,0,0,0,0 +541690,202,40,182,25,17,0,0,0,0,0,0,0 +541713,202,40,13,3,0,0,0,0,0,0,0,0 +541715,202,40,174,6,0,0,0,0,0,0,0,0 +541810,202,40,139,32,29,0,0,0,0,0,0,0 +541820,202,40,4,3,3,0,0,0,0,0,0,0 +541850,202,40,24,4,3,0,0,0,0,0,0,0 +541860,202,40,35,3,0,0,0,0,0,0,0,0 +541890,202,40,85,15,13,0,0,0,0,0,0,0 +541910,202,40,155,4,0,0,0,0,0,0,0,0 +541921,202,40,82,16,14,0,0,0,0,0,0,0 +541922,202,40,10,8,8,0,0,0,0,0,0,0 +541930,202,40,12,3,0,0,0,0,0,0,0,0 +541940,202,40,937,91,74,8,0,0,0,0,0,0 +541990,202,40,88,17,14,0,0,0,0,0,0,0 +551112,202,40,75,11,7,0,0,0,0,0,0,0 +551114,202,40,6705,126,69,35,8,5,0,0,0,0 +561110,202,40,1135,66,48,14,0,0,0,0,0,0 +561210,202,40,684,14,9,4,0,0,0,0,0,0 +561311,202,40,280,5,0,0,0,0,0,0,0,0 +561320,202,40,3151,56,28,15,10,3,0,0,0,0 +561410,202,40,7,3,3,0,0,0,0,0,0,0 +561422,202,40,1121,11,0,3,0,3,0,0,0,0 +561431,202,40,22,6,4,0,0,0,0,0,0,0 +561439,202,40,75,10,8,0,0,0,0,0,0,0 +561440,202,40,207,8,3,0,0,0,0,0,0,0 +561491,202,40,14,3,0,0,0,0,0,0,0,0 +561492,202,40,23,6,6,0,0,0,0,0,0,0 +561499,202,40,20,6,4,0,0,0,0,0,0,0 +561510,202,40,29,11,8,0,0,0,0,0,0,0 +561599,202,40,0,3,0,0,0,0,0,0,0,0 +561611,202,40,7,3,3,0,0,0,0,0,0,0 +561612,202,40,430,11,0,5,0,0,0,0,0,0 +561613,202,40,74,4,0,0,0,0,0,0,0,0 +561621,202,40,1054,22,19,0,0,0,0,0,0,0 +561622,202,40,23,6,4,0,0,0,0,0,0,0 +561710,202,40,184,33,28,3,0,0,0,0,0,0 +561720,202,40,2537,133,95,26,5,0,0,0,0,0 +561730,202,40,1057,191,175,7,0,0,0,0,0,0 +561740,202,40,103,18,15,0,0,0,0,0,0,0 +561790,202,40,235,24,18,0,0,0,0,0,0,0 +561920,202,40,29,4,0,0,0,0,0,0,0,0 +561990,202,40,488,18,9,5,0,0,0,0,0,0 +562111,202,40,376,24,21,0,0,0,0,0,0,0 +562212,202,40,0,5,4,0,0,0,0,0,0,0 +562910,202,40,87,5,0,0,0,0,0,0,0,0 +562998,202,40,38,5,4,0,0,0,0,0,0,0 +611110,202,40,1505,26,4,7,6,0,0,0,0,0 +611310,202,40,1389,8,3,0,0,0,0,0,0,0 +611430,202,40,154,9,7,0,0,0,0,0,0,0 +611511,202,40,81,4,0,0,0,0,0,0,0,0 +611512,202,40,5,10,3,0,0,0,0,0,0,0 +611513,202,40,20,4,3,0,0,0,0,0,0,0 +611519,202,40,38,6,4,0,0,0,0,0,0,0 +611610,202,40,99,24,24,0,0,0,0,0,0,0 +611620,202,40,133,14,9,0,0,0,0,0,0,0 +611691,202,40,79,11,11,0,0,0,0,0,0,0 +611699,202,40,0,5,4,0,0,0,0,0,0,0 +611710,202,40,23,4,3,0,0,0,0,0,0,0 +621111,202,40,6958,431,325,81,10,0,0,0,0,0 +621112,202,40,48,11,7,0,0,0,0,0,0,0 +621210,202,40,2028,216,195,13,0,0,0,0,0,0 +621310,202,40,404,129,124,0,0,0,0,0,0,0 +621320,202,40,583,71,63,4,0,0,0,0,0,0 +621330,202,40,106,39,37,0,0,0,0,0,0,0 +621340,202,40,397,72,62,3,0,0,0,0,0,0 +621391,202,40,33,6,4,0,0,0,0,0,0,0 +621399,202,40,291,57,52,0,0,0,0,0,0,0 +621410,202,40,24,3,0,0,0,0,0,0,0,0 +621420,202,40,246,28,20,3,0,0,0,0,0,0 +621492,202,40,0,11,0,5,0,0,0,0,0,0 +621493,202,40,364,17,9,6,0,0,0,0,0,0 +621498,202,40,412,19,6,8,0,0,0,0,0,0 +621511,202,40,175,16,9,0,0,0,0,0,0,0 +621512,202,40,376,19,15,0,0,0,0,0,0,0 +621610,202,40,2089,72,43,20,6,0,0,0,0,0 +621910,202,40,0,5,3,0,0,0,0,0,0,0 +621991,202,40,387,5,0,0,0,0,0,0,0,0 +621999,202,40,129,7,4,0,0,0,0,0,0,0 +622110,202,40,7535,10,0,0,0,0,0,0,0,0 +622310,202,40,820,6,0,0,4,0,0,0,0,0 +623110,202,40,4183,60,11,26,7,0,0,0,0,0 +623210,202,40,1573,121,110,3,0,0,0,0,0,0 +623220,202,40,182,7,0,5,0,0,0,0,0,0 +623311,202,40,2048,19,0,8,4,0,0,0,0,0 +623312,202,40,846,33,12,13,0,0,0,0,0,0 +623990,202,40,203,18,11,0,0,0,0,0,0,0 +624110,202,40,648,32,17,6,0,0,0,0,0,0 +624120,202,40,3512,82,54,11,3,0,0,0,0,0 +624190,202,40,740,62,45,8,0,0,0,0,0,0 +624210,202,40,52,35,30,0,0,0,0,0,0,0 +624221,202,40,284,16,6,4,0,0,0,0,0,0 +624229,202,40,51,4,0,0,0,0,0,0,0,0 +624230,202,40,0,3,0,0,0,0,0,0,0,0 +624310,202,40,502,21,8,10,0,0,0,0,0,0 +624410,202,40,1591,100,61,26,0,0,0,0,0,0 +711110,202,40,75,9,6,0,0,0,0,0,0,0 +711130,202,40,130,7,4,0,0,0,0,0,0,0 +711310,202,40,99,7,4,0,0,0,0,0,0,0 +711510,202,40,49,21,21,0,0,0,0,0,0,0 +712110,202,40,134,7,3,0,0,0,0,0,0,0 +712130,202,40,244,3,0,0,0,0,0,0,0,0 +713120,202,40,131,11,7,0,0,0,0,0,0,0 +713290,202,40,26,6,4,0,0,0,0,0,0,0 +713910,202,40,508,15,0,4,0,0,0,0,0,0 +713940,202,40,1446,49,31,11,4,0,0,0,0,0 +713950,202,40,248,9,3,3,0,0,0,0,0,0 +713990,202,40,268,33,29,3,0,0,0,0,0,0 +721110,202,40,2199,111,68,24,5,0,0,0,0,0 +721120,202,40,0,3,0,3,0,0,0,0,0,0 +721211,202,40,7,3,3,0,0,0,0,0,0,0 +722310,202,40,1123,76,54,14,0,0,0,0,0,0 +722320,202,40,79,10,8,0,0,0,0,0,0,0 +722330,202,40,27,10,8,0,0,0,0,0,0,0 +722410,202,40,510,74,69,4,0,0,0,0,0,0 +722511,202,40,11691,474,286,168,8,0,0,0,0,0 +722513,202,40,11939,589,324,250,0,0,0,0,0,0 +722514,202,40,142,5,0,0,0,0,0,0,0,0 +722515,202,40,1222,99,61,20,0,0,0,0,0,0 +811111,202,40,786,168,157,0,0,0,0,0,0,0 +811112,202,40,20,5,4,0,0,0,0,0,0,0 +811113,202,40,38,8,7,0,0,0,0,0,0,0 +811118,202,40,28,6,4,0,0,0,0,0,0,0 +811121,202,40,538,106,97,4,0,0,0,0,0,0 +811122,202,40,68,9,6,0,0,0,0,0,0,0 +811191,202,40,95,6,4,0,0,0,0,0,0,0 +811192,202,40,496,36,24,5,0,0,0,0,0,0 +811212,202,40,32,5,0,0,0,0,0,0,0,0 +811219,202,40,34,7,4,0,0,0,0,0,0,0 +811310,202,40,311,37,29,0,0,0,0,0,0,0 +811412,202,40,18,3,0,0,0,0,0,0,0,0 +811420,202,40,19,7,5,0,0,0,0,0,0,0 +811490,202,40,25,10,8,0,0,0,0,0,0,0 +812111,202,40,13,6,5,0,0,0,0,0,0,0 +812112,202,40,861,139,130,3,0,0,0,0,0,0 +812113,202,40,108,35,33,0,0,0,0,0,0,0 +812191,202,40,30,5,3,0,0,0,0,0,0,0 +812199,202,40,152,39,36,0,0,0,0,0,0,0 +812210,202,40,306,42,32,3,0,0,0,0,0,0 +812220,202,40,54,6,5,0,0,0,0,0,0,0 +812310,202,40,99,17,14,0,0,0,0,0,0,0 +812320,202,40,219,17,11,3,0,0,0,0,0,0 +812332,202,40,269,4,0,0,0,0,0,0,0,0 +812910,202,40,144,29,28,0,0,0,0,0,0,0 +812930,202,40,0,7,5,0,0,0,0,0,0,0 +812990,202,40,74,19,17,0,0,0,0,0,0,0 +813110,202,40,5049,553,490,52,3,0,0,0,0,0 +813211,202,40,154,21,19,0,0,0,0,0,0,0 +813212,202,40,40,6,4,0,0,0,0,0,0,0 +813219,202,40,44,4,3,0,0,0,0,0,0,0 +813311,202,40,42,9,6,0,0,0,0,0,0,0 +813319,202,40,43,9,8,0,0,0,0,0,0,0 +813410,202,40,392,51,44,0,0,0,0,0,0,0 +813910,202,40,100,37,33,0,0,0,0,0,0,0 +813920,202,40,81,16,15,0,0,0,0,0,0,0 +813930,202,40,296,31,29,0,0,0,0,0,0,0 +813940,202,40,9,8,8,0,0,0,0,0,0,0 +813990,202,40,30,15,13,0,0,0,0,0,0,0 +115112,209,40,35,13,9,0,0,0,0,0,0,0 +115113,209,40,11,6,3,0,0,0,0,0,0,0 +115210,209,40,26,10,6,0,0,0,0,0,0,0 +211120,209,40,518,148,105,0,0,0,0,0,0,0 +211130,209,40,0,4,0,0,0,0,0,0,0,0 +212312,209,40,0,9,6,0,0,0,0,0,0,0 +213111,209,40,634,51,28,0,0,0,0,0,0,0 +213112,209,40,1465,288,235,3,0,0,0,0,0,0 +221112,209,40,0,6,0,0,0,0,0,0,0,0 +221122,209,40,88,30,4,3,0,0,0,0,0,0 +221210,209,40,0,3,0,0,0,0,0,0,0,0 +236115,209,40,443,171,132,0,0,0,0,0,0,0 +236117,209,40,62,29,21,0,0,0,0,0,0,0 +236118,209,40,553,252,216,0,0,0,0,0,0,0 +236210,209,40,0,3,0,0,0,0,0,0,0,0 +236220,209,40,1153,108,65,6,0,0,0,0,0,0 +237110,209,40,449,52,17,0,0,0,0,0,0,0 +237120,209,40,27,5,3,0,0,0,0,0,0,0 +237210,209,40,8,3,0,0,0,0,0,0,0,0 +237310,209,40,1100,38,4,0,0,0,0,0,0,0 +238110,209,40,915,102,53,0,0,0,0,0,0,0 +238130,209,40,94,22,7,0,0,0,0,0,0,0 +238140,209,40,309,44,23,0,0,0,0,0,0,0 +238150,209,40,30,5,3,0,0,0,0,0,0,0 +238160,209,40,440,64,27,0,0,0,0,0,0,0 +238170,209,40,70,16,11,0,0,0,0,0,0,0 +238190,209,40,18,4,0,0,0,0,0,0,0,0 +238210,209,40,1591,239,168,4,0,0,0,0,0,0 +238220,209,40,2628,406,312,11,0,0,0,0,0,0 +238290,209,40,283,11,0,3,0,0,0,0,0,0 +238310,209,40,127,30,14,3,0,0,0,0,0,0 +238320,209,40,273,58,47,0,0,0,0,0,0,0 +238330,209,40,51,14,10,0,0,0,0,0,0,0 +238340,209,40,48,10,5,0,0,0,0,0,0,0 +238350,209,40,252,49,35,0,0,0,0,0,0,0 +238390,209,40,0,3,0,0,0,0,0,0,0,0 +238910,209,40,1063,191,126,0,0,0,0,0,0,0 +238990,209,40,372,70,35,0,0,0,0,0,0,0 +311111,209,40,735,3,0,0,0,0,0,0,0,0 +311119,209,40,88,7,0,0,0,0,0,0,0,0 +311612,209,40,0,6,0,0,0,0,0,0,0,0 +311991,209,40,0,4,0,0,0,0,0,0,0,0 +321920,209,40,86,9,3,0,0,0,0,0,0,0 +321999,209,40,15,4,3,0,0,0,0,0,0,0 +323111,209,40,1378,48,15,6,0,0,0,0,0,0 +323113,209,40,13,6,0,0,0,0,0,0,0,0 +325120,209,40,0,4,0,0,0,0,0,0,0,0 +325193,209,40,0,3,0,0,0,0,0,0,0,0 +326122,209,40,163,6,0,0,0,0,0,0,0,0 +326199,209,40,460,12,0,0,0,0,0,0,0,0 +327320,209,40,63,12,0,0,0,0,0,0,0,0 +332312,209,40,0,6,0,0,0,0,0,0,0,0 +332313,209,40,0,3,0,0,0,0,0,0,0,0 +332420,209,40,0,3,0,0,0,0,0,0,0,0 +332710,209,40,594,47,13,0,0,0,0,0,0,0 +332813,209,40,0,3,0,0,0,0,0,0,0,0 +332999,209,40,11,3,0,0,0,0,0,0,0,0 +333111,209,40,783,25,0,0,0,0,0,0,0,0 +333120,209,40,0,3,0,0,0,0,0,0,0,0 +333241,209,40,23,3,0,0,0,0,0,0,0,0 +333249,209,40,150,3,0,0,0,0,0,0,0,0 +333414,209,40,0,3,0,0,0,0,0,0,0,0 +333922,209,40,52,3,0,0,0,0,0,0,0,0 +337110,209,40,9,13,4,0,0,0,0,0,0,0 +339116,209,40,44,3,0,0,0,0,0,0,0,0 +339950,209,40,139,10,0,0,0,0,0,0,0,0 +339999,209,40,0,7,0,0,0,0,0,0,0,0 +423110,209,40,159,9,3,0,0,0,0,0,0,0 +423120,209,40,406,30,0,0,0,0,0,0,0,0 +423210,209,40,0,3,0,0,0,0,0,0,0,0 +423220,209,40,28,4,0,0,0,0,0,0,0,0 +423310,209,40,397,8,0,0,0,0,0,0,0,0 +423330,209,40,28,4,0,0,0,0,0,0,0,0 +423420,209,40,89,9,0,0,0,0,0,0,0,0 +423430,209,40,136,12,0,4,0,0,0,0,0,0 +423440,209,40,60,7,3,0,0,0,0,0,0,0 +423450,209,40,0,3,0,0,0,0,0,0,0,0 +423510,209,40,235,7,0,0,0,0,0,0,0,0 +423610,209,40,212,32,6,0,0,0,0,0,0,0 +423690,209,40,71,5,0,0,0,0,0,0,0,0 +423710,209,40,19,3,0,0,0,0,0,0,0,0 +423720,209,40,133,18,3,0,0,0,0,0,0,0 +423730,209,40,15,5,4,0,0,0,0,0,0,0 +423810,209,40,393,21,8,0,0,0,0,0,0,0 +423820,209,40,2330,155,25,10,0,0,0,0,0,0 +423830,209,40,438,69,36,0,0,0,0,0,0,0 +423840,209,40,92,18,9,0,0,0,0,0,0,0 +423850,209,40,20,7,3,0,0,0,0,0,0,0 +423930,209,40,52,12,6,0,0,0,0,0,0,0 +424120,209,40,18,4,3,0,0,0,0,0,0,0 +424210,209,40,122,13,7,0,0,0,0,0,0,0 +424450,209,40,0,3,0,0,0,0,0,0,0,0 +424490,209,40,1221,27,0,3,0,0,0,0,0,0 +424510,209,40,1531,292,123,3,0,0,0,0,0,0 +424590,209,40,0,3,3,0,0,0,0,0,0,0 +424690,209,40,195,27,11,0,0,0,0,0,0,0 +424710,209,40,99,15,9,0,0,0,0,0,0,0 +424720,209,40,45,4,0,0,0,0,0,0,0,0 +424810,209,40,0,3,0,0,0,0,0,0,0,0 +424910,209,40,1321,214,99,3,0,0,0,0,0,0 +424990,209,40,14,3,0,0,0,0,0,0,0,0 +425120,209,40,212,29,16,0,0,0,0,0,0,0 +441110,209,40,2829,96,3,44,0,0,0,0,0,0 +441120,209,40,418,104,81,0,0,0,0,0,0,0 +441228,209,40,77,8,0,0,0,0,0,0,0,0 +441310,209,40,1307,191,110,0,0,0,0,0,0,0 +441320,209,40,650,90,50,0,0,0,0,0,0,0 +442110,209,40,444,57,15,0,0,0,0,0,0,0 +442210,209,40,146,33,17,0,0,0,0,0,0,0 +442299,209,40,183,19,15,0,0,0,0,0,0,0 +443141,209,40,115,22,7,0,0,0,0,0,0,0 +443142,209,40,681,56,22,0,0,0,0,0,0,0 +444110,209,40,498,6,0,0,3,0,0,0,0,0 +444120,209,40,27,5,3,0,0,0,0,0,0,0 +444130,209,40,691,73,16,7,0,0,0,0,0,0 +444190,209,40,1056,127,61,0,0,0,0,0,0,0 +444220,209,40,641,83,22,3,0,0,0,0,0,0 +445110,209,40,5251,179,38,12,9,0,0,0,0,0 +445120,209,40,15,6,0,0,0,0,0,0,0,0 +445299,209,40,63,8,7,0,0,0,0,0,0,0 +445310,209,40,1148,243,180,0,0,0,0,0,0,0 +446110,209,40,1271,128,36,16,0,0,0,0,0,0 +446120,209,40,238,27,6,0,0,0,0,0,0,0 +446130,209,40,66,12,6,0,0,0,0,0,0,0 +446191,209,40,58,23,15,0,0,0,0,0,0,0 +446199,209,40,95,28,19,0,0,0,0,0,0,0 +447110,209,40,4313,454,286,16,0,0,0,0,0,0 +447190,209,40,953,105,34,0,0,0,0,0,0,0 +448120,209,40,592,77,43,0,0,0,0,0,0,0 +448130,209,40,68,8,7,0,0,0,0,0,0,0 +448140,209,40,1111,63,13,16,0,0,0,0,0,0 +448150,209,40,0,3,0,0,0,0,0,0,0,0 +448190,209,40,238,20,4,0,0,0,0,0,0,0 +448210,209,40,511,74,39,0,0,0,0,0,0,0 +448310,209,40,204,42,28,0,0,0,0,0,0,0 +451110,209,40,288,36,25,0,0,0,0,0,0,0 +451120,209,40,135,6,0,4,0,0,0,0,0,0 +451130,209,40,11,9,0,0,0,0,0,0,0,0 +451140,209,40,17,5,3,0,0,0,0,0,0,0 +451211,209,40,198,15,0,0,0,0,0,0,0,0 +452210,209,40,455,5,0,0,3,0,0,0,0,0 +452311,209,40,2826,18,0,3,0,3,0,0,0,0 +452319,209,40,707,151,66,4,0,0,0,0,0,0 +453110,209,40,74,22,15,0,0,0,0,0,0,0 +453210,209,40,0,3,0,0,0,0,0,0,0,0 +453220,209,40,166,36,14,0,0,0,0,0,0,0 +453310,209,40,426,51,29,0,0,0,0,0,0,0 +453910,209,40,130,7,0,0,0,0,0,0,0,0 +453991,209,40,52,18,12,0,0,0,0,0,0,0 +453998,209,40,187,56,40,0,0,0,0,0,0,0 +454110,209,40,177,40,21,0,0,0,0,0,0,0 +454210,209,40,18,7,6,0,0,0,0,0,0,0 +454310,209,40,33,13,6,0,0,0,0,0,0,0 +454390,209,40,238,54,38,0,0,0,0,0,0,0 +481111,209,40,0,3,0,0,0,0,0,0,0,0 +484110,209,40,514,100,68,0,0,0,0,0,0,0 +484121,209,40,1842,256,183,3,0,0,0,0,0,0 +484122,209,40,313,31,7,0,0,0,0,0,0,0 +484210,209,40,157,13,3,0,0,0,0,0,0,0 +484220,209,40,1168,240,169,3,0,0,0,0,0,0 +484230,209,40,484,113,54,3,0,0,0,0,0,0 +485310,209,40,10,3,0,0,0,0,0,0,0,0 +485320,209,40,12,4,3,0,0,0,0,0,0,0 +485410,209,40,13,9,0,0,0,0,0,0,0,0 +485991,209,40,25,4,0,0,0,0,0,0,0,0 +486110,209,40,14,3,0,0,0,0,0,0,0,0 +486210,209,40,91,17,0,0,0,0,0,0,0,0 +486910,209,40,115,5,0,0,0,0,0,0,0,0 +488190,209,40,0,3,0,0,0,0,0,0,0,0 +488410,209,40,13,6,0,0,0,0,0,0,0,0 +488490,209,40,24,3,0,0,0,0,0,0,0,0 +488510,209,40,35,9,3,0,0,0,0,0,0,0 +492110,209,40,340,19,0,0,0,0,0,0,0,0 +492210,209,40,18,7,3,0,0,0,0,0,0,0 +493110,209,40,818,36,11,9,0,0,0,0,0,0 +511110,209,40,135,15,3,0,0,0,0,0,0,0 +511120,209,40,154,6,3,0,0,0,0,0,0,0 +511210,209,40,0,3,0,0,0,0,0,0,0,0 +512110,209,40,10,4,3,0,0,0,0,0,0,0 +512131,209,40,79,3,0,0,0,0,0,0,0,0 +515112,209,40,182,34,13,0,0,0,0,0,0,0 +515120,209,40,0,6,0,0,0,0,0,0,0,0 +517311,209,40,1301,153,62,0,0,0,0,0,0,0 +517312,209,40,407,55,24,0,0,0,0,0,0,0 +518210,209,40,96,13,3,3,0,0,0,0,0,0 +519120,209,40,11,3,0,0,0,0,0,0,0,0 +519130,209,40,0,3,3,0,0,0,0,0,0,0 +519190,209,40,171,3,0,0,0,0,0,0,0,0 +522110,209,40,7628,705,454,25,0,0,0,0,0,0 +522120,209,40,0,7,5,0,0,0,0,0,0,0 +522130,209,40,518,65,43,3,0,0,0,0,0,0 +522291,209,40,0,3,3,0,0,0,0,0,0,0 +522292,209,40,76,12,3,0,0,0,0,0,0,0 +522298,209,40,85,33,18,0,0,0,0,0,0,0 +522390,209,40,204,67,52,0,0,0,0,0,0,0 +523120,209,40,127,35,25,0,0,0,0,0,0,0 +523140,209,40,13,13,10,0,0,0,0,0,0,0 +523910,209,40,7,8,8,0,0,0,0,0,0,0 +523920,209,40,230,132,120,0,0,0,0,0,0,0 +523930,209,40,102,46,42,0,0,0,0,0,0,0 +524113,209,40,90,7,4,0,0,0,0,0,0,0 +524114,209,40,0,6,0,0,0,0,0,0,0,0 +524126,209,40,211,16,8,0,0,0,0,0,0,0 +524210,209,40,3081,876,790,6,0,0,0,0,0,0 +524291,209,40,26,8,4,0,0,0,0,0,0,0 +524292,209,40,0,11,3,0,0,0,0,0,0,0 +531110,209,40,515,167,148,0,0,0,0,0,0,0 +531120,209,40,191,66,57,0,0,0,0,0,0,0 +531130,209,40,63,34,32,0,0,0,0,0,0,0 +531190,209,40,32,15,14,0,0,0,0,0,0,0 +531210,209,40,474,229,209,0,0,0,0,0,0,0 +531311,209,40,962,156,135,0,0,0,0,0,0,0 +531312,209,40,76,28,14,0,0,0,0,0,0,0 +531320,209,40,40,17,13,0,0,0,0,0,0,0 +531390,209,40,35,18,17,0,0,0,0,0,0,0 +532111,209,40,0,6,0,0,0,0,0,0,0,0 +532120,209,40,17,3,0,0,0,0,0,0,0,0 +532210,209,40,62,24,3,0,0,0,0,0,0,0 +532283,209,40,16,3,0,0,0,0,0,0,0,0 +532289,209,40,17,5,3,0,0,0,0,0,0,0 +532310,209,40,58,3,0,0,0,0,0,0,0,0 +532412,209,40,15,12,4,0,0,0,0,0,0,0 +532490,209,40,13,3,0,0,0,0,0,0,0,0 +541110,209,40,1768,451,412,3,0,0,0,0,0,0 +541191,209,40,63,7,0,0,0,0,0,0,0,0 +541211,209,40,1091,131,67,4,0,0,0,0,0,0 +541213,209,40,245,50,16,0,0,0,0,0,0,0 +541219,209,40,494,128,94,0,0,0,0,0,0,0 +541310,209,40,140,25,8,0,0,0,0,0,0,0 +541330,209,40,928,79,43,12,0,0,0,0,0,0 +541350,209,40,6,3,3,0,0,0,0,0,0,0 +541370,209,40,3,3,3,0,0,0,0,0,0,0 +541380,209,40,98,10,3,0,0,0,0,0,0,0 +541410,209,40,9,4,4,0,0,0,0,0,0,0 +541430,209,40,16,3,0,0,0,0,0,0,0,0 +541511,209,40,241,44,34,0,0,0,0,0,0,0 +541512,209,40,751,51,36,0,0,0,0,0,0,0 +541513,209,40,0,4,4,0,0,0,0,0,0,0 +541611,209,40,924,84,75,0,0,0,0,0,0,0 +541612,209,40,17,5,3,0,0,0,0,0,0,0 +541613,209,40,42,16,11,0,0,0,0,0,0,0 +541614,209,40,0,9,3,0,0,0,0,0,0,0 +541620,209,40,40,9,5,0,0,0,0,0,0,0 +541690,209,40,352,36,27,0,0,0,0,0,0,0 +541715,209,40,0,3,0,0,0,0,0,0,0,0 +541810,209,40,25,6,0,0,0,0,0,0,0,0 +541820,209,40,37,15,13,0,0,0,0,0,0,0 +541850,209,40,26,5,3,0,0,0,0,0,0,0 +541890,209,40,8,4,4,0,0,0,0,0,0,0 +541921,209,40,25,11,10,0,0,0,0,0,0,0 +541940,209,40,1278,181,96,0,0,0,0,0,0,0 +541990,209,40,31,11,3,0,0,0,0,0,0,0 +551112,209,40,148,8,3,0,0,0,0,0,0,0 +551114,209,40,3324,150,88,4,0,0,0,0,0,0 +561110,209,40,554,80,43,0,0,0,0,0,0,0 +561311,209,40,0,3,0,0,0,0,0,0,0,0 +561320,209,40,2412,62,21,13,3,0,0,0,0,0 +561422,209,40,138,3,0,0,0,0,0,0,0,0 +561439,209,40,14,3,0,0,0,0,0,0,0,0 +561440,209,40,725,10,0,0,0,0,0,0,0,0 +561491,209,40,0,6,0,0,0,0,0,0,0,0 +561492,209,40,35,5,4,0,0,0,0,0,0,0 +561499,209,40,17,4,3,0,0,0,0,0,0,0 +561510,209,40,33,10,6,0,0,0,0,0,0,0 +561612,209,40,239,6,0,0,0,0,0,0,0,0 +561621,209,40,49,4,0,0,0,0,0,0,0,0 +561710,209,40,281,38,17,0,0,0,0,0,0,0 +561720,209,40,2206,172,95,12,0,0,0,0,0,0 +561730,209,40,1536,260,199,10,0,0,0,0,0,0 +561740,209,40,21,7,7,0,0,0,0,0,0,0 +561790,209,40,10,10,10,0,0,0,0,0,0,0 +561990,209,40,74,22,12,0,0,0,0,0,0,0 +562111,209,40,267,40,11,3,0,0,0,0,0,0 +611110,209,40,899,42,6,9,0,0,0,0,0,0 +611310,209,40,774,4,0,0,0,0,0,0,0,0 +611430,209,40,6,3,3,0,0,0,0,0,0,0 +611519,209,40,48,5,4,0,0,0,0,0,0,0 +611610,209,40,61,13,9,0,0,0,0,0,0,0 +611620,209,40,90,12,8,0,0,0,0,0,0,0 +611699,209,40,13,3,0,0,0,0,0,0,0,0 +611710,209,40,132,6,0,0,0,0,0,0,0,0 +621111,209,40,5360,376,264,33,0,0,0,0,0,0 +621112,209,40,3,3,3,0,0,0,0,0,0,0 +621210,209,40,2321,295,225,7,0,0,0,0,0,0 +621310,209,40,494,176,153,0,0,0,0,0,0,0 +621320,209,40,718,99,56,3,0,0,0,0,0,0 +621330,209,40,86,40,37,0,0,0,0,0,0,0 +621340,209,40,865,62,36,0,0,0,0,0,0,0 +621391,209,40,19,5,4,0,0,0,0,0,0,0 +621399,209,40,117,36,28,0,0,0,0,0,0,0 +621420,209,40,404,38,7,0,0,0,0,0,0,0 +621492,209,40,0,10,3,0,0,0,0,0,0,0 +621493,209,40,209,12,8,0,0,0,0,0,0,0 +621498,209,40,467,28,3,0,0,0,0,0,0,0 +621511,209,40,0,11,3,0,0,0,0,0,0,0 +621512,209,40,0,5,4,0,0,0,0,0,0,0 +621610,209,40,1352,47,11,12,0,0,0,0,0,0 +621910,209,40,0,11,7,0,0,0,0,0,0,0 +621999,209,40,65,9,0,0,0,0,0,0,0,0 +622110,209,40,644,7,0,0,0,0,0,0,0,0 +623110,209,40,4484,93,8,34,4,0,0,0,0,0 +623210,209,40,632,161,111,3,0,0,0,0,0,0 +623220,209,40,381,10,0,8,0,0,0,0,0,0 +623311,209,40,3766,34,0,0,7,0,0,0,0,0 +623312,209,40,1411,59,10,12,0,0,0,0,0,0 +623990,209,40,211,19,7,3,0,0,0,0,0,0 +624110,209,40,789,76,37,3,0,0,0,0,0,0 +624120,209,40,3205,194,96,11,3,0,0,0,0,0 +624190,209,40,869,86,52,3,0,0,0,0,0,0 +624210,209,40,56,57,52,0,0,0,0,0,0,0 +624221,209,40,0,7,0,0,0,0,0,0,0,0 +624229,209,40,31,6,0,0,0,0,0,0,0,0 +624310,209,40,0,11,0,0,0,0,0,0,0,0 +624410,209,40,1635,217,128,8,0,0,0,0,0,0 +711219,209,40,75,7,5,0,0,0,0,0,0,0 +711310,209,40,0,3,0,0,0,0,0,0,0,0 +711510,209,40,11,10,10,0,0,0,0,0,0,0 +712110,209,40,76,26,10,0,0,0,0,0,0,0 +713120,209,40,0,3,0,0,0,0,0,0,0,0 +713910,209,40,401,25,6,5,0,0,0,0,0,0 +713940,209,40,980,56,22,3,0,0,0,0,0,0 +713990,209,40,176,28,16,0,0,0,0,0,0,0 +721110,209,40,3801,304,149,49,0,0,0,0,0,0 +721211,209,40,8,3,0,0,0,0,0,0,0,0 +721310,209,40,114,28,22,0,0,0,0,0,0,0 +722310,209,40,1193,84,22,10,0,0,0,0,0,0 +722320,209,40,145,9,0,3,0,0,0,0,0,0 +722330,209,40,0,3,3,0,0,0,0,0,0,0 +722410,209,40,1033,101,64,7,0,0,0,0,0,0 +722511,209,40,14975,943,556,196,3,0,0,0,0,0 +722513,209,40,15984,759,327,312,0,0,0,0,0,0 +722514,209,40,164,8,3,0,0,0,0,0,0,0 +722515,209,40,1298,127,62,8,0,0,0,0,0,0 +811111,209,40,1396,374,294,0,0,0,0,0,0,0 +811113,209,40,0,3,0,0,0,0,0,0,0,0 +811118,209,40,24,7,4,0,0,0,0,0,0,0 +811121,209,40,617,144,94,0,0,0,0,0,0,0 +811122,209,40,10,9,3,0,0,0,0,0,0,0 +811191,209,40,0,3,0,0,0,0,0,0,0,0 +811192,209,40,283,35,17,0,0,0,0,0,0,0 +811212,209,40,8,9,6,0,0,0,0,0,0,0 +811310,209,40,579,140,88,0,0,0,0,0,0,0 +811412,209,40,6,3,3,0,0,0,0,0,0,0 +811490,209,40,14,6,6,0,0,0,0,0,0,0 +812112,209,40,909,206,167,0,0,0,0,0,0,0 +812113,209,40,68,17,10,0,0,0,0,0,0,0 +812191,209,40,26,3,0,0,0,0,0,0,0,0 +812199,209,40,145,34,25,0,0,0,0,0,0,0 +812210,209,40,371,70,24,0,0,0,0,0,0,0 +812220,209,40,60,5,0,0,0,0,0,0,0,0 +812310,209,40,17,4,0,0,0,0,0,0,0,0 +812320,209,40,79,10,4,0,0,0,0,0,0,0 +812910,209,40,81,22,12,0,0,0,0,0,0,0 +812930,209,40,11,3,0,0,0,0,0,0,0,0 +813110,209,40,8086,1488,1335,46,0,0,0,0,0,0 +813211,209,40,158,33,16,0,0,0,0,0,0,0 +813212,209,40,77,7,0,0,0,0,0,0,0,0 +813311,209,40,224,7,3,0,0,0,0,0,0,0 +813312,209,40,90,9,0,0,0,0,0,0,0,0 +813319,209,40,10,7,7,0,0,0,0,0,0,0 +813410,209,40,969,145,96,7,0,0,0,0,0,0 +813910,209,40,466,120,99,0,0,0,0,0,0,0 +813920,209,40,174,25,20,3,0,0,0,0,0,0 +813930,209,40,165,37,24,0,0,0,0,0,0,0 +813940,209,40,13,5,4,0,0,0,0,0,0,0 +813990,209,40,16,7,6,0,0,0,0,0,0,0 +221112,211,42,0,7,7,0,0,0,0,0,0,0 +221122,211,42,0,31,20,3,0,0,0,0,0,0 +236115,211,42,254,34,27,0,0,0,0,0,0,0 +236117,211,42,625,20,16,0,0,0,0,0,0,0 +236118,211,42,365,101,93,0,0,0,0,0,0,0 +236210,211,42,11,3,0,0,0,0,0,0,0,0 +236220,211,42,642,52,42,5,0,0,0,0,0,0 +237110,211,42,13,4,3,0,0,0,0,0,0,0 +237130,211,42,0,3,0,0,0,0,0,0,0,0 +237310,211,42,193,9,7,0,0,0,0,0,0,0 +238110,211,42,237,39,32,0,0,0,0,0,0,0 +238130,211,42,32,11,8,0,0,0,0,0,0,0 +238140,211,42,124,25,20,0,0,0,0,0,0,0 +238160,211,42,201,21,14,0,0,0,0,0,0,0 +238170,211,42,5,4,4,0,0,0,0,0,0,0 +238190,211,42,19,4,0,0,0,0,0,0,0,0 +238210,211,42,1243,100,79,11,0,0,0,0,0,0 +238220,211,42,1196,134,112,13,0,0,0,0,0,0 +238290,211,42,64,8,6,0,0,0,0,0,0,0 +238310,211,42,296,15,5,0,0,0,0,0,0,0 +238320,211,42,329,40,31,0,0,0,0,0,0,0 +238330,211,42,212,23,17,0,0,0,0,0,0,0 +238340,211,42,28,7,0,0,0,0,0,0,0,0 +238350,211,42,118,23,18,0,0,0,0,0,0,0 +238390,211,42,25,7,7,0,0,0,0,0,0,0 +238910,211,42,417,46,34,4,0,0,0,0,0,0 +238990,211,42,204,40,33,0,0,0,0,0,0,0 +311612,211,42,156,3,0,0,0,0,0,0,0,0 +311999,211,42,0,3,0,0,0,0,0,0,0,0 +312130,211,42,0,3,0,0,0,0,0,0,0,0 +322220,211,42,0,3,0,0,0,0,0,0,0,0 +323111,211,42,1293,30,13,4,0,0,0,0,0,0 +323113,211,42,38,4,3,0,0,0,0,0,0,0 +325510,211,42,114,3,0,3,0,0,0,0,0,0 +326199,211,42,249,4,0,0,0,0,0,0,0,0 +327320,211,42,172,10,0,3,0,0,0,0,0,0 +327991,211,42,45,3,0,0,0,0,0,0,0,0 +331210,211,42,0,3,0,0,0,0,0,0,0,0 +332312,211,42,21,3,0,0,0,0,0,0,0,0 +332322,211,42,31,3,0,0,0,0,0,0,0,0 +332613,211,42,0,3,0,0,0,0,0,0,0,0 +332710,211,42,138,16,9,0,0,0,0,0,0,0 +332812,211,42,147,3,0,0,0,0,0,0,0,0 +332999,211,42,0,3,0,0,0,0,0,0,0,0 +333992,211,42,666,5,0,0,0,0,0,0,0,0 +333999,211,42,307,3,0,0,0,0,0,0,0,0 +336330,211,42,1639,3,0,0,0,0,0,0,0,0 +339116,211,42,67,12,4,0,0,0,0,0,0,0 +339950,211,42,62,8,4,0,0,0,0,0,0,0 +339999,211,42,7,3,3,0,0,0,0,0,0,0 +423110,211,42,0,6,3,0,0,0,0,0,0,0 +423120,211,42,1531,21,4,3,0,0,0,0,0,0 +423130,211,42,30,3,0,0,0,0,0,0,0,0 +423220,211,42,0,3,0,0,0,0,0,0,0,0 +423310,211,42,127,8,0,3,0,0,0,0,0,0 +423330,211,42,101,4,0,3,0,0,0,0,0,0 +423430,211,42,39,17,9,0,0,0,0,0,0,0 +423450,211,42,6,8,4,0,0,0,0,0,0,0 +423510,211,42,144,13,3,0,0,0,0,0,0,0 +423610,211,42,92,14,8,0,0,0,0,0,0,0 +423690,211,42,668,14,3,0,0,0,0,0,0,0 +423720,211,42,0,7,0,0,0,0,0,0,0,0 +423730,211,42,157,11,5,0,0,0,0,0,0,0 +423810,211,42,186,5,0,0,0,0,0,0,0,0 +423820,211,42,41,4,0,0,0,0,0,0,0,0 +423830,211,42,976,56,39,10,0,0,0,0,0,0 +423840,211,42,108,15,9,0,0,0,0,0,0,0 +423930,211,42,111,12,0,0,0,0,0,0,0,0 +423940,211,42,5,3,0,0,0,0,0,0,0,0 +424130,211,42,0,3,0,0,0,0,0,0,0,0 +424210,211,42,269,5,0,0,0,0,0,0,0,0 +424330,211,42,4,3,3,0,0,0,0,0,0,0 +424420,211,42,0,3,0,0,0,0,0,0,0,0 +424450,211,42,0,3,0,0,0,0,0,0,0,0 +424480,211,42,0,4,0,0,0,0,0,0,0,0 +424490,211,42,12,9,5,0,0,0,0,0,0,0 +424610,211,42,61,4,3,0,0,0,0,0,0,0 +424690,211,42,56,10,7,0,0,0,0,0,0,0 +424710,211,42,56,3,0,0,0,0,0,0,0,0 +424810,211,42,237,4,0,0,0,0,0,0,0,0 +424920,211,42,0,3,3,0,0,0,0,0,0,0 +424990,211,42,14,9,6,0,0,0,0,0,0,0 +425120,211,42,380,48,43,0,0,0,0,0,0,0 +441110,211,42,1293,26,6,6,3,0,0,0,0,0 +441120,211,42,74,8,3,0,0,0,0,0,0,0 +441228,211,42,32,3,0,0,0,0,0,0,0,0 +441310,211,42,598,49,35,3,0,0,0,0,0,0 +441320,211,42,246,27,17,0,0,0,0,0,0,0 +442110,211,42,270,31,17,4,0,0,0,0,0,0 +442210,211,42,55,10,3,0,0,0,0,0,0,0 +442299,211,42,224,13,0,3,0,0,0,0,0,0 +443141,211,42,106,10,3,0,0,0,0,0,0,0 +443142,211,42,217,31,23,0,0,0,0,0,0,0 +444120,211,42,0,8,3,0,0,0,0,0,0,0 +444130,211,42,182,15,0,3,0,0,0,0,0,0 +444190,211,42,294,39,26,0,0,0,0,0,0,0 +444220,211,42,208,21,8,0,0,0,0,0,0,0 +445110,211,42,2535,61,26,6,9,3,0,0,0,0 +445120,211,42,109,25,21,0,0,0,0,0,0,0 +445210,211,42,36,6,3,0,0,0,0,0,0,0 +445291,211,42,0,3,0,0,0,0,0,0,0,0 +445310,211,42,423,57,47,4,0,0,0,0,0,0 +446110,211,42,743,47,13,15,0,0,0,0,0,0 +446120,211,42,191,10,0,0,0,0,0,0,0,0 +446130,211,42,122,13,5,0,0,0,0,0,0,0 +446191,211,42,40,8,3,0,0,0,0,0,0,0 +446199,211,42,62,15,10,0,0,0,0,0,0,0 +447110,211,42,1317,166,144,3,0,0,0,0,0,0 +447190,211,42,0,7,0,4,0,0,0,0,0,0 +448110,211,42,38,4,0,0,0,0,0,0,0,0 +448120,211,42,322,33,21,0,0,0,0,0,0,0 +448130,211,42,166,12,3,0,0,0,0,0,0,0 +448140,211,42,385,19,6,7,0,0,0,0,0,0 +448150,211,42,27,6,4,0,0,0,0,0,0,0 +448190,211,42,172,12,3,0,0,0,0,0,0,0 +448210,211,42,200,21,14,0,0,0,0,0,0,0 +448310,211,42,181,27,20,0,0,0,0,0,0,0 +451110,211,42,275,24,17,0,0,0,0,0,0,0 +451120,211,42,231,13,0,0,0,0,0,0,0,0 +451140,211,42,0,3,0,0,0,0,0,0,0,0 +451211,211,42,135,13,3,0,0,0,0,0,0,0 +452210,211,42,599,5,0,0,4,0,0,0,0,0 +452311,211,42,1671,8,0,0,4,0,0,0,0,0 +452319,211,42,527,65,49,4,0,0,0,0,0,0 +453110,211,42,66,13,3,0,0,0,0,0,0,0 +453210,211,42,45,3,0,0,0,0,0,0,0,0 +453220,211,42,191,21,14,0,0,0,0,0,0,0 +453310,211,42,173,17,11,0,0,0,0,0,0,0 +453910,211,42,162,20,14,0,0,0,0,0,0,0 +453991,211,42,63,9,6,0,0,0,0,0,0,0 +453998,211,42,124,27,23,0,0,0,0,0,0,0 +454110,211,42,3344,47,24,3,0,0,0,0,0,0 +454310,211,42,61,3,0,0,0,0,0,0,0,0 +454390,211,42,139,19,12,3,0,0,0,0,0,0 +481111,211,42,0,8,0,0,0,0,0,0,0,0 +484110,211,42,472,27,22,0,0,0,0,0,0,0 +484121,211,42,750,60,43,6,0,0,0,0,0,0 +484122,211,42,499,11,0,3,0,0,0,0,0,0 +484210,211,42,0,4,0,0,0,0,0,0,0,0 +484220,211,42,216,32,22,3,0,0,0,0,0,0 +484230,211,42,22,7,0,0,0,0,0,0,0,0 +488119,211,42,319,9,3,0,0,0,0,0,0,0 +488190,211,42,383,9,0,0,3,0,0,0,0,0 +488410,211,42,83,10,3,0,0,0,0,0,0,0 +488510,211,42,1482,92,74,13,0,0,0,0,0,0 +488991,211,42,117,3,0,0,0,0,0,0,0,0 +492110,211,42,1517,25,9,0,0,0,0,0,0,0 +492210,211,42,44,8,0,0,0,0,0,0,0,0 +493110,211,42,5796,46,19,9,3,0,0,0,0,0 +511110,211,42,0,3,0,0,0,0,0,0,0,0 +511130,211,42,12,3,0,0,0,0,0,0,0,0 +511210,211,42,391,9,6,0,0,0,0,0,0,0 +512110,211,42,55,9,7,0,0,0,0,0,0,0 +512191,211,42,2,3,3,0,0,0,0,0,0,0 +517311,211,42,68,29,20,0,0,0,0,0,0,0 +517312,211,42,175,25,18,0,0,0,0,0,0,0 +517911,211,42,8,6,3,0,0,0,0,0,0,0 +518210,211,42,117,9,4,0,0,0,0,0,0,0 +519130,211,42,0,3,0,0,0,0,0,0,0,0 +522110,211,42,1979,155,137,0,0,0,0,0,0,0 +522120,211,42,88,9,3,0,0,0,0,0,0,0 +522130,211,42,55,11,8,0,0,0,0,0,0,0 +522220,211,42,27,4,0,0,0,0,0,0,0,0 +522291,211,42,78,23,17,0,0,0,0,0,0,0 +522292,211,42,45,12,5,0,0,0,0,0,0,0 +522298,211,42,10,3,0,0,0,0,0,0,0,0 +522320,211,42,0,4,0,0,0,0,0,0,0,0 +522390,211,42,92,35,31,0,0,0,0,0,0,0 +523120,211,42,30,41,33,0,0,0,0,0,0,0 +523920,211,42,275,36,34,0,0,0,0,0,0,0 +523930,211,42,65,17,13,0,0,0,0,0,0,0 +523999,211,42,0,4,0,0,0,3,0,0,0,0 +524113,211,42,71,13,6,0,0,0,0,0,0,0 +524114,211,42,9,7,7,0,0,0,0,0,0,0 +524126,211,42,62,8,5,0,0,0,0,0,0,0 +524210,211,42,630,155,147,5,0,0,0,0,0,0 +524291,211,42,13,3,0,0,0,0,0,0,0,0 +531110,211,42,373,61,50,0,0,0,0,0,0,0 +531120,211,42,164,28,14,0,0,0,0,0,0,0 +531130,211,42,31,16,16,0,0,0,0,0,0,0 +531190,211,42,4,4,4,0,0,0,0,0,0,0 +531210,211,42,242,110,107,0,0,0,0,0,0,0 +531311,211,42,362,53,43,3,0,0,0,0,0,0 +531312,211,42,29,10,9,0,0,0,0,0,0,0 +531320,211,42,17,13,13,0,0,0,0,0,0,0 +531390,211,42,0,3,0,0,0,0,0,0,0,0 +532111,211,42,276,16,6,0,0,0,0,0,0,0 +532120,211,42,0,6,0,0,0,0,0,0,0,0 +532210,211,42,57,18,9,0,0,0,0,0,0,0 +532310,211,42,19,3,0,0,0,0,0,0,0,0 +532490,211,42,64,10,6,0,0,0,0,0,0,0 +541110,211,42,952,190,179,3,0,0,0,0,0,0 +541191,211,42,29,7,0,0,0,0,0,0,0,0 +541211,211,42,870,58,50,0,0,0,0,0,0,0 +541213,211,42,246,38,28,0,0,0,0,0,0,0 +541214,211,42,90,7,0,0,0,0,0,0,0,0 +541219,211,42,86,38,35,0,0,0,0,0,0,0 +541310,211,42,52,6,4,0,0,0,0,0,0,0 +541330,211,42,396,41,28,0,0,0,0,0,0,0 +541350,211,42,9,4,4,0,0,0,0,0,0,0 +541380,211,42,13,4,0,0,0,0,0,0,0,0 +541410,211,42,12,7,6,0,0,0,0,0,0,0 +541430,211,42,82,15,11,0,0,0,0,0,0,0 +541511,211,42,164,45,41,0,0,0,0,0,0,0 +541512,211,42,251,46,40,0,0,0,0,0,0,0 +541513,211,42,0,7,0,0,0,0,0,0,0,0 +541519,211,42,0,7,3,0,0,0,0,0,0,0 +541611,211,42,225,64,56,0,0,0,0,0,0,0 +541612,211,42,19,10,9,0,0,0,0,0,0,0 +541613,211,42,152,36,32,0,0,0,0,0,0,0 +541614,211,42,5,7,3,0,0,0,0,0,0,0 +541620,211,42,22,4,3,0,0,0,0,0,0,0 +541690,211,42,0,14,5,0,0,0,0,0,0,0 +541715,211,42,0,3,0,0,0,0,0,0,0,0 +541810,211,42,73,15,11,0,0,0,0,0,0,0 +541860,211,42,0,4,3,0,0,0,0,0,0,0 +541910,211,42,43,4,0,0,0,0,0,0,0,0 +541921,211,42,40,8,6,0,0,0,0,0,0,0 +541940,211,42,456,42,28,3,0,0,0,0,0,0 +541990,211,42,27,14,13,0,0,0,0,0,0,0 +551112,211,42,0,3,3,0,0,0,0,0,0,0 +551114,211,42,3142,70,38,14,0,0,0,0,0,0 +561110,211,42,269,18,4,0,0,0,0,0,0,0 +561210,211,42,17,7,3,0,0,0,0,0,0,0 +561320,211,42,3832,62,22,18,6,0,0,0,0,0 +561422,211,42,347,4,0,0,0,0,0,0,0,0 +561439,211,42,15,7,0,0,0,0,0,0,0,0 +561510,211,42,7,6,6,0,0,0,0,0,0,0 +561599,211,42,0,3,0,0,0,0,0,0,0,0 +561611,211,42,10,5,4,0,0,0,0,0,0,0 +561612,211,42,397,7,4,0,0,0,0,0,0,0 +561622,211,42,7,3,3,0,0,0,0,0,0,0 +561710,211,42,54,6,0,0,0,0,0,0,0,0 +561720,211,42,1733,73,54,7,0,0,0,0,0,0 +561730,211,42,1004,128,112,9,0,0,0,0,0,0 +561740,211,42,15,6,0,0,0,0,0,0,0,0 +561790,211,42,49,9,0,0,0,0,0,0,0,0 +561990,211,42,36,8,3,0,0,0,0,0,0,0 +562111,211,42,243,8,0,0,0,0,0,0,0,0 +611110,211,42,170,14,3,3,0,0,0,0,0,0 +611610,211,42,92,17,8,0,0,0,0,0,0,0 +611620,211,42,113,13,0,0,0,0,0,0,0,0 +611691,211,42,0,3,0,0,0,0,0,0,0,0 +611710,211,42,0,8,3,0,0,0,0,0,0,0 +621111,211,42,3213,219,163,47,0,0,0,0,0,0 +621112,211,42,18,5,4,0,0,0,0,0,0,0 +621210,211,42,1096,138,128,4,0,0,0,0,0,0 +621310,211,42,201,55,45,0,0,0,0,0,0,0 +621320,211,42,189,30,22,0,0,0,0,0,0,0 +621330,211,42,96,20,17,0,0,0,0,0,0,0 +621340,211,42,143,24,16,0,0,0,0,0,0,0 +621391,211,42,20,3,0,0,0,0,0,0,0,0 +621399,211,42,62,21,17,0,0,0,0,0,0,0 +621420,211,42,284,21,0,3,0,0,0,0,0,0 +621492,211,42,61,9,3,0,0,0,0,0,0,0 +621493,211,42,42,10,0,0,0,0,0,0,0,0 +621498,211,42,216,13,6,0,0,0,0,0,0,0 +621610,211,42,908,26,4,3,0,0,0,0,0,0 +621999,211,42,4,4,4,0,0,0,0,0,0,0 +622110,211,42,0,10,6,0,0,0,0,0,0,0 +623110,211,42,2020,16,0,0,8,0,0,0,0,0 +623210,211,42,0,6,3,0,0,0,0,0,0,0 +623312,211,42,239,5,0,3,0,0,0,0,0,0 +624110,211,42,119,16,7,0,0,0,0,0,0,0 +624120,211,42,845,29,4,0,0,0,0,0,0,0 +624190,211,42,415,33,16,6,0,0,0,0,0,0 +624221,211,42,45,4,0,0,0,0,0,0,0,0 +624229,211,42,0,9,9,0,0,0,0,0,0,0 +624310,211,42,99,3,0,0,0,0,0,0,0,0 +624410,211,42,1571,116,78,30,0,0,0,0,0,0 +711219,211,42,27,6,4,0,0,0,0,0,0,0 +711510,211,42,19,14,14,0,0,0,0,0,0,0 +713120,211,42,0,3,0,0,0,0,0,0,0,0 +713910,211,42,222,16,0,0,0,0,0,0,0,0 +713940,211,42,1404,49,22,9,0,0,0,0,0,0 +713950,211,42,100,5,4,0,0,0,0,0,0,0 +713990,211,42,63,17,15,0,0,0,0,0,0,0 +721110,211,42,1888,79,42,19,3,0,0,0,0,0 +722310,211,42,435,30,12,0,0,0,0,0,0,0 +722320,211,42,392,18,4,4,0,0,0,0,0,0 +722410,211,42,526,84,71,3,0,0,0,0,0,0 +722511,211,42,9484,326,141,160,8,0,0,0,0,0 +722513,211,42,7071,349,210,125,0,0,0,0,0,0 +722514,211,42,61,6,0,0,0,0,0,0,0,0 +722515,211,42,571,44,32,3,0,0,0,0,0,0 +811111,211,42,487,107,92,0,0,0,0,0,0,0 +811113,211,42,8,3,3,0,0,0,0,0,0,0 +811118,211,42,8,3,3,0,0,0,0,0,0,0 +811121,211,42,321,44,37,0,0,0,0,0,0,0 +811122,211,42,0,8,0,0,0,0,0,0,0,0 +811191,211,42,49,7,0,0,0,0,0,0,0,0 +811192,211,42,356,19,4,5,0,0,0,0,0,0 +811211,211,42,0,3,0,0,0,0,0,0,0,0 +811310,211,42,142,29,23,0,0,0,0,0,0,0 +811490,211,42,0,6,0,0,0,0,0,0,0,0 +812112,211,42,684,92,81,0,0,0,0,0,0,0 +812199,211,42,168,20,9,0,0,0,0,0,0,0 +812210,211,42,142,36,23,0,0,0,0,0,0,0 +812220,211,42,46,5,4,0,0,0,0,0,0,0 +812310,211,42,21,5,3,0,0,0,0,0,0,0 +812320,211,42,202,25,12,0,0,0,0,0,0,0 +812910,211,42,208,27,23,0,0,0,0,0,0,0 +812930,211,42,234,23,14,0,0,0,0,0,0,0 +812990,211,42,17,9,4,0,0,0,0,0,0,0 +813110,211,42,2192,240,214,20,0,0,0,0,0,0 +813211,211,42,10,6,6,0,0,0,0,0,0,0 +813319,211,42,3,3,3,0,0,0,0,0,0,0 +813410,211,42,198,23,12,0,0,0,0,0,0,0 +813910,211,42,15,3,0,0,0,0,0,0,0,0 +813920,211,42,12,5,4,0,0,0,0,0,0,0 +813930,211,42,105,21,14,0,0,0,0,0,0,0 +115210,212,41,123,32,25,0,0,0,0,0,0,0 +212312,212,41,103,4,0,0,0,0,0,0,0,0 +221111,212,41,0,3,0,0,0,0,0,0,0,0 +221112,212,41,0,9,0,0,0,0,0,0,0,0 +221122,212,41,0,27,15,0,0,0,0,0,0,0 +221210,212,41,0,3,0,0,0,0,0,0,0,0 +236115,212,41,355,119,106,3,0,0,0,0,0,0 +236116,212,41,65,9,8,0,0,0,0,0,0,0 +236117,212,41,190,69,65,0,0,0,0,0,0,0 +236118,212,41,938,267,257,6,0,0,0,0,0,0 +236210,212,41,69,6,0,0,0,0,0,0,0,0 +236220,212,41,2306,140,91,26,4,0,0,0,0,0 +237110,212,41,47,10,7,0,0,0,0,0,0,0 +237120,212,41,222,4,0,0,0,0,0,0,0,0 +237130,212,41,209,11,5,0,0,0,0,0,0,0 +237210,212,41,33,12,10,0,0,0,0,0,0,0 +237310,212,41,648,19,5,3,0,0,0,0,0,0 +237990,212,41,40,6,4,0,0,0,0,0,0,0 +238110,212,41,914,87,73,5,0,0,0,0,0,0 +238120,212,41,476,11,0,0,0,0,0,0,0,0 +238130,212,41,92,23,22,0,0,0,0,0,0,0 +238140,212,41,455,50,34,4,0,0,0,0,0,0 +238150,212,41,319,15,3,6,0,0,0,0,0,0 +238160,212,41,651,65,49,4,0,0,0,0,0,0 +238170,212,41,102,25,21,0,0,0,0,0,0,0 +238190,212,41,91,4,0,0,0,0,0,0,0,0 +238210,212,41,3426,249,201,22,6,0,0,0,0,0 +238220,212,41,4876,391,318,43,7,0,0,0,0,0 +238290,212,41,806,32,10,13,0,0,0,0,0,0 +238310,212,41,621,56,39,8,0,0,0,0,0,0 +238320,212,41,440,112,104,3,0,0,0,0,0,0 +238330,212,41,289,49,42,4,0,0,0,0,0,0 +238340,212,41,204,35,22,0,0,0,0,0,0,0 +238350,212,41,485,91,76,5,0,0,0,0,0,0 +238390,212,41,889,30,20,4,0,0,0,0,0,0 +238910,212,41,1484,105,72,6,0,0,0,0,0,0 +238990,212,41,578,93,82,0,0,0,0,0,0,0 +311352,212,41,0,3,0,0,0,0,0,0,0,0 +311421,212,41,0,3,0,0,0,0,0,0,0,0 +311811,212,41,224,16,11,4,0,0,0,0,0,0 +311920,212,41,0,3,0,0,0,0,0,0,0,0 +311942,212,41,0,3,0,0,0,0,0,0,0,0 +311991,212,41,65,4,0,0,0,0,0,0,0,0 +311999,212,41,0,3,0,0,0,0,0,0,0,0 +312120,212,41,57,8,5,0,0,0,0,0,0,0 +312130,212,41,14,3,0,0,0,0,0,0,0,0 +312140,212,41,1600,16,0,4,0,0,0,0,0,0 +314120,212,41,297,5,0,0,0,0,0,0,0,0 +314910,212,41,20,3,0,0,0,0,0,0,0,0 +314999,212,41,198,7,0,3,0,0,0,0,0,0 +315990,212,41,0,3,0,0,0,0,0,0,0,0 +321918,212,41,0,5,0,0,0,0,0,0,0,0 +321920,212,41,482,8,0,3,0,0,0,0,0,0 +321999,212,41,0,4,3,0,0,0,0,0,0,0 +322211,212,41,731,7,0,0,0,0,0,0,0,0 +322220,212,41,350,4,0,3,0,0,0,0,0,0 +322230,212,41,286,3,0,0,0,0,0,0,0,0 +323111,212,41,1809,76,51,13,4,0,0,0,0,0 +323113,212,41,201,15,13,0,0,0,0,0,0,0 +323120,212,41,88,6,3,3,0,0,0,0,0,0 +324121,212,41,0,3,3,0,0,0,0,0,0,0 +325120,212,41,34,3,0,0,0,0,0,0,0,0 +325180,212,41,0,5,0,0,3,0,0,0,0,0 +325199,212,41,261,7,0,4,0,0,0,0,0,0 +325211,212,41,783,9,0,3,4,0,0,0,0,0 +325510,212,41,170,10,3,0,0,0,0,0,0,0 +325620,212,41,5,3,3,0,0,0,0,0,0,0 +325910,212,41,95,3,0,3,0,0,0,0,0,0 +325998,212,41,48,3,0,0,0,0,0,0,0,0 +326112,212,41,137,4,0,0,0,0,0,0,0,0 +326150,212,41,414,4,0,0,3,0,0,0,0,0 +326199,212,41,1993,19,0,0,3,0,0,0,0,0 +327110,212,41,61,3,0,0,0,0,0,0,0,0 +327215,212,41,127,6,0,3,0,0,0,0,0,0 +327320,212,41,220,10,4,0,0,0,0,0,0,0 +327331,212,41,63,3,0,0,0,0,0,0,0,0 +327390,212,41,34,3,0,0,0,0,0,0,0,0 +327991,212,41,53,3,0,0,0,0,0,0,0,0 +331318,212,41,0,3,0,0,0,0,0,0,0,0 +332111,212,41,0,4,0,0,0,0,0,0,0,0 +332114,212,41,185,3,0,3,0,0,0,0,0,0 +332119,212,41,0,4,0,0,0,0,0,0,0,0 +332312,212,41,160,9,0,4,0,0,0,0,0,0 +332313,212,41,289,6,0,0,0,0,0,0,0,0 +332321,212,41,49,6,3,0,0,0,0,0,0,0 +332322,212,41,429,7,3,0,0,0,0,0,0,0 +332323,212,41,27,4,0,0,0,0,0,0,0,0 +332420,212,41,0,5,0,0,0,0,0,0,0,0 +332439,212,41,201,4,0,0,0,0,0,0,0,0 +332710,212,41,827,43,21,8,0,0,0,0,0,0 +332721,212,41,112,10,3,0,0,0,0,0,0,0 +332812,212,41,114,6,0,3,0,0,0,0,0,0 +332813,212,41,384,4,0,0,0,0,0,0,0,0 +332999,212,41,184,9,3,3,0,0,0,0,0,0 +333249,212,41,173,9,4,0,0,0,0,0,0,0 +333318,212,41,452,5,0,0,0,0,0,0,0,0 +333413,212,41,399,4,0,0,0,0,0,0,0,0 +333415,212,41,210,5,0,0,0,0,0,0,0,0 +333514,212,41,157,9,3,0,0,0,0,0,0,0 +333921,212,41,0,3,0,0,0,0,0,0,0,0 +333922,212,41,742,10,0,3,0,0,0,0,0,0 +333924,212,41,87,3,0,0,0,0,0,0,0,0 +333993,212,41,455,4,0,0,0,0,0,0,0,0 +333999,212,41,263,7,3,0,0,0,0,0,0,0 +335220,212,41,0,3,0,0,0,0,0,3,0,0 +335314,212,41,275,3,0,0,0,0,0,0,0,0 +336211,212,41,136,3,0,0,0,0,0,0,0,0 +336310,212,41,6,3,3,0,0,0,0,0,0,0 +336350,212,41,482,3,0,0,0,0,0,0,0,0 +336360,212,41,749,4,0,0,0,0,0,0,0,0 +336390,212,41,1162,7,0,0,0,0,0,0,0,0 +337110,212,41,241,16,0,0,0,0,0,0,0,0 +337122,212,41,16,4,0,0,0,0,0,0,0,0 +337127,212,41,175,4,0,0,0,0,0,0,0,0 +337212,212,41,235,6,0,0,0,0,0,0,0,0 +339112,212,41,0,3,0,0,0,0,0,0,0,0 +339113,212,41,119,6,0,0,0,0,0,0,0,0 +339115,212,41,0,4,0,0,0,0,0,0,0,0 +339116,212,41,179,13,9,0,0,0,0,0,0,0 +339910,212,41,0,3,0,0,0,0,0,0,0,0 +339920,212,41,48,3,0,0,0,0,0,0,0,0 +339950,212,41,183,18,16,0,0,0,0,0,0,0 +339999,212,41,41,9,3,0,0,0,0,0,0,0 +423110,212,41,149,15,11,0,0,0,0,0,0,0 +423120,212,41,1387,62,43,11,0,0,0,0,0,0 +423130,212,41,103,7,3,3,0,0,0,0,0,0 +423140,212,41,0,3,0,0,0,0,0,0,0,0 +423210,212,41,371,14,10,3,0,0,0,0,0,0 +423220,212,41,360,26,21,3,0,0,0,0,0,0 +423310,212,41,239,22,15,3,0,0,0,0,0,0 +423320,212,41,233,13,11,0,0,0,0,0,0,0 +423330,212,41,224,19,14,3,0,0,0,0,0,0 +423390,212,41,718,17,14,0,0,0,0,0,0,0 +423420,212,41,569,41,33,8,0,0,0,0,0,0 +423430,212,41,253,34,28,3,0,0,0,0,0,0 +423440,212,41,277,17,11,4,0,0,0,0,0,0 +423450,212,41,570,44,32,6,0,0,0,0,0,0 +423460,212,41,190,5,0,0,0,0,0,0,0,0 +423490,212,41,25,7,5,0,0,0,0,0,0,0 +423510,212,41,310,20,14,3,0,0,0,0,0,0 +423610,212,41,492,41,34,6,0,0,0,0,0,0 +423620,212,41,106,4,0,0,0,0,0,0,0,0 +423690,212,41,439,28,23,0,0,0,0,0,0,0 +423710,212,41,152,14,11,0,0,0,0,0,0,0 +423720,212,41,204,10,0,5,0,0,0,0,0,0 +423730,212,41,567,36,26,4,0,0,0,0,0,0 +423740,212,41,0,3,0,0,0,0,0,0,0,0 +423810,212,41,1010,24,14,4,0,0,0,0,0,0 +423820,212,41,188,18,0,0,0,0,0,0,0,0 +423830,212,41,1533,118,86,19,3,0,0,0,0,0 +423840,212,41,591,42,33,9,0,0,0,0,0,0 +423850,212,41,305,19,14,3,0,0,0,0,0,0 +423860,212,41,55,4,0,0,0,0,0,0,0,0 +423910,212,41,98,12,10,0,0,0,0,0,0,0 +423930,212,41,419,28,13,4,0,0,0,0,0,0 +423940,212,41,24,7,7,0,0,0,0,0,0,0 +423990,212,41,273,22,20,0,0,0,0,0,0,0 +424110,212,41,31,3,0,0,0,0,0,0,0,0 +424120,212,41,65,15,11,0,0,0,0,0,0,0 +424130,212,41,126,14,8,3,0,0,0,0,0,0 +424210,212,41,616,27,15,8,0,0,0,0,0,0 +424320,212,41,42,8,7,0,0,0,0,0,0,0 +424330,212,41,0,7,4,0,0,0,0,0,0,0 +424410,212,41,570,5,0,0,0,0,0,0,0,0 +424420,212,41,0,3,0,0,0,0,0,0,0,0 +424430,212,41,234,7,0,0,0,0,0,0,0,0 +424450,212,41,29,5,4,0,0,0,0,0,0,0 +424460,212,41,0,5,4,0,0,0,0,0,0,0 +424470,212,41,102,6,0,3,0,0,0,0,0,0 +424480,212,41,738,14,10,0,0,0,0,0,0,0 +424490,212,41,1680,40,23,3,0,3,0,0,0,0 +424510,212,41,0,3,0,0,0,0,0,0,0,0 +424610,212,41,247,13,6,3,0,0,0,0,0,0 +424690,212,41,362,33,24,5,0,0,0,0,0,0 +424710,212,41,200,10,0,6,0,0,0,0,0,0 +424720,212,41,88,6,3,0,0,0,0,0,0,0 +424810,212,41,0,3,0,0,0,0,0,0,0,0 +424820,212,41,787,8,0,0,0,0,0,0,0,0 +424910,212,41,143,17,8,0,0,0,0,0,0,0 +424920,212,41,0,3,0,0,0,0,0,0,0,0 +424930,212,41,179,11,8,0,0,0,0,0,0,0 +424940,212,41,109,5,0,0,0,0,0,0,0,0 +424950,212,41,38,7,4,0,0,0,0,0,0,0 +424990,212,41,172,19,12,5,0,0,0,0,0,0 +425120,212,41,697,155,136,7,0,0,0,0,0,0 +441110,212,41,4479,74,9,40,14,0,0,0,0,0 +441120,212,41,896,104,87,6,0,0,0,0,0,0 +441222,212,41,69,9,4,0,0,0,0,0,0,0 +441228,212,41,233,19,12,0,0,0,0,0,0,0 +441310,212,41,1436,133,112,6,0,0,0,0,0,0 +441320,212,41,584,66,56,0,0,0,0,0,0,0 +442110,212,41,679,89,72,6,0,0,0,0,0,0 +442210,212,41,267,42,33,0,0,0,0,0,0,0 +442299,212,41,589,49,31,9,0,0,0,0,0,0 +443141,212,41,158,19,18,0,0,0,0,0,0,0 +443142,212,41,1006,98,83,0,0,0,0,0,0,0 +444110,212,41,396,16,3,0,10,0,0,0,0,0 +444120,212,41,165,37,30,0,0,0,0,0,0,0 +444130,212,41,425,56,37,0,0,0,0,0,0,0 +444190,212,41,1157,96,74,10,0,0,0,0,0,0 +444210,212,41,61,6,3,0,0,0,0,0,0,0 +444220,212,41,285,42,27,0,0,0,0,0,0,0 +445110,212,41,8718,189,101,36,27,5,0,0,0,0 +445120,212,41,142,66,66,0,0,0,0,0,0,0 +445210,212,41,68,6,3,0,0,0,0,0,0,0 +445230,212,41,9,6,5,0,0,0,0,0,0,0 +445291,212,41,28,7,5,0,0,0,0,0,0,0 +445292,212,41,40,7,4,0,0,0,0,0,0,0 +445299,212,41,55,14,10,0,0,0,0,0,0,0 +445310,212,41,823,180,172,3,0,0,0,0,0,0 +446110,212,41,2540,149,73,49,0,0,0,0,0,0 +446120,212,41,510,58,40,7,0,0,0,0,0,0 +446130,212,41,422,37,24,7,0,0,0,0,0,0 +446191,212,41,136,27,24,0,0,0,0,0,0,0 +446199,212,41,365,40,37,0,0,0,0,0,0,0 +447110,212,41,2987,378,352,4,0,0,0,0,0,0 +447190,212,41,61,25,13,3,0,0,0,0,0,0 +448110,212,41,214,24,15,0,0,0,0,0,0,0 +448120,212,41,1310,119,96,10,0,0,0,0,0,0 +448130,212,41,265,24,20,0,0,0,0,0,0,0 +448140,212,41,2418,102,47,44,0,0,0,0,0,0 +448150,212,41,210,27,22,0,0,0,0,0,0,0 +448190,212,41,626,30,19,5,0,0,0,0,0,0 +448210,212,41,1065,100,80,7,0,0,0,0,0,0 +448310,212,41,477,62,55,4,0,0,0,0,0,0 +448320,212,41,53,4,0,0,0,0,0,0,0,0 +451110,212,41,906,74,58,8,0,0,0,0,0,0 +451120,212,41,503,29,20,9,0,0,0,0,0,0 +451130,212,41,108,11,8,0,0,0,0,0,0,0 +451140,212,41,121,14,8,0,0,0,0,0,0,0 +451211,212,41,286,24,13,6,0,0,0,0,0,0 +452210,212,41,1655,14,0,3,7,0,0,0,0,0 +452311,212,41,5110,28,0,0,16,8,0,0,0,0 +452319,212,41,1898,190,144,22,0,0,0,0,0,0 +453110,212,41,285,32,29,0,0,0,0,0,0,0 +453210,212,41,210,14,10,4,0,0,0,0,0,0 +453220,212,41,705,85,74,3,0,0,0,0,0,0 +453310,212,41,824,103,87,7,0,0,0,0,0,0 +453910,212,41,419,24,14,9,0,0,0,0,0,0 +453920,212,41,31,8,6,0,0,0,0,0,0,0 +453991,212,41,134,40,35,0,0,0,0,0,0,0 +453998,212,41,393,68,54,0,0,0,0,0,0,0 +454110,212,41,1406,117,100,6,3,0,0,0,0,0 +454210,212,41,289,21,14,0,0,0,0,0,0,0 +454310,212,41,12,3,3,0,0,0,0,0,0,0 +454390,212,41,194,56,56,0,0,0,0,0,0,0 +481111,212,41,271,8,0,3,0,0,0,0,0,0 +481211,212,41,21,8,6,0,0,0,0,0,0,0 +484110,212,41,674,71,52,8,0,0,0,0,0,0 +484121,212,41,2865,124,98,7,4,0,0,0,0,0 +484122,212,41,1684,27,12,5,7,0,0,0,0,0 +484210,212,41,511,32,15,10,0,0,0,0,0,0 +484220,212,41,529,65,44,7,0,0,0,0,0,0 +484230,212,41,1496,19,3,7,0,0,0,0,0,0 +485310,212,41,0,3,0,0,0,0,0,0,0,0 +485320,212,41,103,3,0,0,0,0,0,0,0,0 +485510,212,41,0,3,0,0,0,0,0,0,0,0 +485991,212,41,360,10,5,0,0,0,0,0,0,0 +486210,212,41,0,3,0,0,0,0,0,0,0,0 +488119,212,41,344,8,0,4,0,0,0,0,0,0 +488190,212,41,103,8,3,0,0,0,0,0,0,0 +488210,212,41,983,14,6,0,0,0,0,0,0,0 +488410,212,41,225,23,13,0,0,0,0,0,0,0 +488490,212,41,223,11,7,0,0,0,0,0,0,0 +488510,212,41,5594,109,63,18,11,0,0,0,0,0 +488991,212,41,145,5,0,0,0,0,0,0,0,0 +492110,212,41,27,76,50,7,3,4,0,0,0,0 +492210,212,41,165,19,15,0,0,0,0,0,0,0 +493110,212,41,4410,61,28,18,8,0,0,0,0,0 +493120,212,41,84,4,0,0,0,0,0,0,0,0 +493190,212,41,195,9,4,3,0,0,0,0,0,0 +511110,212,41,1017,22,15,0,3,0,0,0,0,0 +511120,212,41,59,16,13,0,0,0,0,0,0,0 +511130,212,41,413,8,3,0,0,0,0,0,0,0 +511140,212,41,0,3,0,0,0,0,0,0,0,0 +511210,212,41,837,21,11,5,0,0,0,0,0,0 +512110,212,41,137,32,29,0,0,0,0,0,0,0 +512131,212,41,327,7,0,5,0,0,0,0,0,0 +512191,212,41,17,6,5,0,0,0,0,0,0,0 +512240,212,41,9,7,7,0,0,0,0,0,0,0 +515112,212,41,375,20,7,3,0,0,0,0,0,0 +515120,212,41,752,8,0,0,5,0,0,0,0,0 +517311,212,41,3399,105,77,14,4,0,0,0,0,0 +517312,212,41,841,89,71,3,0,0,0,0,0,0 +517911,212,41,148,15,10,0,0,0,0,0,0,0 +517919,212,41,51,7,5,0,0,0,0,0,0,0 +518210,212,41,1204,45,30,7,0,0,0,0,0,0 +519130,212,41,231,23,18,5,0,0,0,0,0,0 +519190,212,41,16,3,0,0,0,0,0,0,0,0 +522110,212,41,5745,433,375,26,6,0,0,0,0,0 +522120,212,41,0,5,4,0,0,0,0,0,0,0 +522130,212,41,762,68,50,9,0,0,0,0,0,0 +522220,212,41,60,16,16,0,0,0,0,0,0,0 +522291,212,41,191,52,49,0,0,0,0,0,0,0 +522292,212,41,511,59,53,0,0,0,0,0,0,0 +522298,212,41,779,44,34,0,0,0,0,0,0,0 +522310,212,41,224,30,25,3,0,0,0,0,0,0 +522320,212,41,706,13,5,0,0,0,0,0,0,0 +522390,212,41,327,81,79,0,0,0,0,0,0,0 +523110,212,41,0,3,3,0,0,0,0,0,0,0 +523120,212,41,907,80,70,9,0,0,0,0,0,0 +523910,212,41,34,14,12,0,0,0,0,0,0,0 +523920,212,41,490,119,110,0,0,0,0,0,0,0 +523930,212,41,177,71,66,0,0,0,0,0,0,0 +523991,212,41,112,7,0,0,0,0,0,0,0,0 +524113,212,41,429,31,26,3,0,0,0,0,0,0 +524114,212,41,13429,75,45,11,9,0,4,0,0,0 +524126,212,41,902,34,28,3,0,0,0,0,0,0 +524127,212,41,66,7,0,0,0,0,0,0,0,0 +524128,212,41,0,3,0,0,0,0,0,0,0,0 +524210,212,41,3219,594,555,23,4,0,0,0,0,0 +524291,212,41,53,13,9,0,0,0,0,0,0,0 +524292,212,41,2964,31,15,5,0,0,3,0,0,0 +524298,212,41,353,18,12,0,0,0,0,0,0,0 +531110,212,41,1185,194,184,4,0,0,0,0,0,0 +531120,212,41,716,117,101,4,0,0,0,0,0,0 +531130,212,41,154,75,73,0,0,0,0,0,0,0 +531190,212,41,35,15,13,0,0,0,0,0,0,0 +531210,212,41,907,453,445,5,0,0,0,0,0,0 +531311,212,41,900,108,91,9,0,0,0,0,0,0 +531312,212,41,317,51,48,3,0,0,0,0,0,0 +531320,212,41,118,58,56,0,0,0,0,0,0,0 +531390,212,41,41,25,23,0,0,0,0,0,0,0 +532111,212,41,350,38,30,0,0,0,0,0,0,0 +532112,212,41,0,3,0,0,0,0,0,0,0,0 +532120,212,41,277,28,21,7,0,0,0,0,0,0 +532210,212,41,217,39,34,0,0,0,0,0,0,0 +532281,212,41,152,6,0,0,0,0,0,0,0,0 +532283,212,41,53,7,3,0,0,0,0,0,0,0 +532289,212,41,269,9,0,0,0,0,0,0,0,0 +532310,212,41,87,13,11,0,0,0,0,0,0,0 +532412,212,41,156,8,0,0,0,0,0,0,0,0 +532490,212,41,415,38,28,6,0,0,0,0,0,0 +541110,212,41,4058,624,580,29,6,0,0,0,0,0 +541191,212,41,220,31,27,0,0,0,0,0,0,0 +541199,212,41,62,7,4,0,0,0,0,0,0,0 +541211,212,41,2106,183,152,14,4,0,0,0,0,0 +541213,212,41,700,105,98,3,0,0,0,0,0,0 +541214,212,41,688,18,9,3,3,0,0,0,0,0 +541219,212,41,1300,120,105,5,0,0,0,0,0,0 +541310,212,41,392,55,52,0,0,0,0,0,0,0 +541320,212,41,26,13,11,0,0,0,0,0,0,0 +541330,212,41,3653,198,151,36,6,0,0,0,0,0 +541340,212,41,0,6,5,0,0,0,0,0,0,0 +541350,212,41,133,13,9,0,0,0,0,0,0,0 +541370,212,41,69,18,12,0,0,0,0,0,0,0 +541380,212,41,235,24,18,3,0,0,0,0,0,0 +541410,212,41,139,41,38,0,0,0,0,0,0,0 +541430,212,41,177,48,45,0,0,0,0,0,0,0 +541511,212,41,2361,171,152,12,3,0,0,0,0,0 +541512,212,41,1522,141,123,6,0,0,0,0,0,0 +541513,212,41,55,19,13,0,0,0,0,0,0,0 +541519,212,41,222,12,6,0,0,0,0,0,0,0 +541611,212,41,1069,216,204,4,0,0,0,0,0,0 +541612,212,41,939,30,19,0,5,0,0,0,0,0 +541613,212,41,349,96,93,0,0,0,0,0,0,0 +541614,212,41,275,37,34,0,0,0,0,0,0,0 +541618,212,41,59,9,7,0,0,0,0,0,0,0 +541620,212,41,201,28,26,0,0,0,0,0,0,0 +541690,212,41,465,52,45,0,0,0,0,0,0,0 +541713,212,41,51,7,6,0,0,0,0,0,0,0 +541714,212,41,43,9,6,0,0,0,0,0,0,0 +541715,212,41,211,14,11,0,0,0,0,0,0,0 +541720,212,41,0,3,0,0,0,0,0,0,0,0 +541810,212,41,1032,53,39,11,3,0,0,0,0,0 +541820,212,41,72,19,17,0,0,0,0,0,0,0 +541850,212,41,43,4,0,0,0,0,0,0,0,0 +541860,212,41,561,16,8,4,0,0,0,0,0,0 +541890,212,41,454,39,29,7,0,0,0,0,0,0 +541910,212,41,224,18,12,3,0,0,0,0,0,0 +541921,212,41,56,28,26,0,0,0,0,0,0,0 +541922,212,41,18,7,6,0,0,0,0,0,0,0 +541930,212,41,6,5,5,0,0,0,0,0,0,0 +541940,212,41,1403,135,101,13,0,0,0,0,0,0 +541990,212,41,56,40,37,0,0,0,0,0,0,0 +551112,212,41,275,20,16,0,0,0,0,0,0,0 +551114,212,41,22768,265,169,51,21,14,0,0,0,0 +561110,212,41,1119,110,90,8,3,0,0,0,0,0 +561210,212,41,489,19,8,0,0,0,0,0,0,0 +561311,212,41,580,19,14,0,3,0,0,0,0,0 +561312,212,41,30,8,5,0,0,0,0,0,0,0 +561320,212,41,11401,170,68,53,25,8,0,0,0,0 +561410,212,41,42,11,9,0,0,0,0,0,0,0 +561422,212,41,502,9,4,0,0,0,0,0,0,0 +561431,212,41,94,19,17,0,0,0,0,0,0,0 +561439,212,41,85,17,17,0,0,0,0,0,0,0 +561440,212,41,861,21,14,5,0,0,0,0,0,0 +561491,212,41,12,5,4,0,0,0,0,0,0,0 +561492,212,41,60,11,10,0,0,0,0,0,0,0 +561499,212,41,132,27,23,3,0,0,0,0,0,0 +561510,212,41,70,23,19,0,0,0,0,0,0,0 +561520,212,41,144,4,0,0,0,0,0,0,0,0 +561599,212,41,426,18,11,0,0,0,0,0,0,0 +561611,212,41,9,6,6,0,0,0,0,0,0,0 +561612,212,41,2837,30,12,5,7,0,0,0,0,0 +561613,212,41,172,5,0,3,0,0,0,0,0,0 +561621,212,41,379,30,24,4,0,0,0,0,0,0 +561622,212,41,56,8,5,0,0,0,0,0,0,0 +561710,212,41,360,35,27,3,0,0,0,0,0,0 +561720,212,41,4718,244,185,32,5,3,0,0,0,0 +561730,212,41,1953,372,336,21,0,0,0,0,0,0 +561740,212,41,182,24,20,0,0,0,0,0,0,0 +561790,212,41,147,23,18,0,0,0,0,0,0,0 +561910,212,41,152,5,0,0,0,0,0,0,0,0 +561920,212,41,296,15,11,0,0,0,0,0,0,0 +561990,212,41,422,47,33,0,0,0,0,0,0,0 +562111,212,41,721,35,22,0,3,0,0,0,0,0 +562211,212,41,51,5,0,0,0,0,0,0,0,0 +562910,212,41,196,10,4,0,0,0,0,0,0,0 +562920,212,41,148,5,3,0,0,0,0,0,0,0 +562991,212,41,86,10,7,0,0,0,0,0,0,0 +611110,212,41,3001,52,14,25,7,0,0,0,0,0 +611210,212,41,227,3,0,0,0,0,0,0,0,0 +611310,212,41,3639,18,6,0,4,0,0,0,0,0 +611430,212,41,148,20,16,0,0,0,0,0,0,0 +611511,212,41,62,9,8,0,0,0,0,0,0,0 +611513,212,41,57,6,0,0,0,0,0,0,0,0 +611519,212,41,188,14,11,0,0,0,0,0,0,0 +611610,212,41,198,36,34,0,0,0,0,0,0,0 +611620,212,41,334,48,39,0,0,0,0,0,0,0 +611630,212,41,5,3,3,0,0,0,0,0,0,0 +611691,212,41,172,26,23,0,0,0,0,0,0,0 +611692,212,41,14,3,0,0,0,0,0,0,0,0 +611699,212,41,114,15,12,0,0,0,0,0,0,0 +611710,212,41,514,16,13,0,0,0,0,0,0,0 +621111,212,41,11545,839,668,147,7,0,0,0,0,0 +621112,212,41,143,47,46,0,0,0,0,0,0,0 +621210,212,41,3429,505,480,12,0,0,0,0,0,0 +621310,212,41,651,149,142,0,0,0,0,0,0,0 +621320,212,41,292,47,33,0,0,0,0,0,0,0 +621330,212,41,303,111,106,0,0,0,0,0,0,0 +621340,212,41,4310,168,134,8,0,0,0,0,0,0 +621391,212,41,120,18,18,0,0,0,0,0,0,0 +621399,212,41,494,87,78,4,0,0,0,0,0,0 +621410,212,41,54,7,3,0,0,0,0,0,0,0 +621420,212,41,1814,47,17,9,7,0,0,0,0,0 +621492,212,41,393,35,27,3,0,0,0,0,0,0 +621493,212,41,755,31,19,8,0,0,0,0,0,0 +621498,212,41,893,51,26,11,0,0,0,0,0,0 +621511,212,41,730,35,28,3,0,0,0,0,0,0 +621512,212,41,186,17,13,3,0,0,0,0,0,0 +621610,212,41,3163,83,37,26,6,3,0,0,0,0 +621910,212,41,0,4,0,0,0,0,0,0,0,0 +621991,212,41,332,6,0,0,0,0,0,0,0,0 +621999,212,41,82,18,16,0,0,0,0,0,0,0 +622110,212,41,18239,12,0,0,0,0,0,7,0,0 +622210,212,41,0,4,0,0,0,0,0,0,0,0 +622310,212,41,0,9,3,0,0,0,0,0,0,0 +623110,212,41,6280,63,6,20,27,0,0,0,0,0 +623210,212,41,805,110,89,11,0,0,0,0,0,0 +623220,212,41,268,20,13,0,0,0,0,0,0,0 +623311,212,41,1089,9,0,0,5,0,0,0,0,0 +623312,212,41,859,32,4,12,0,0,0,0,0,0 +623990,212,41,924,22,11,0,3,0,0,0,0,0 +624110,212,41,407,33,22,5,0,0,0,0,0,0 +624120,212,41,3302,111,60,31,3,0,0,0,0,0 +624190,212,41,1017,123,107,8,0,0,0,0,0,0 +624210,212,41,107,9,5,0,0,0,0,0,0,0 +624221,212,41,955,14,7,0,0,0,0,0,0,0 +624229,212,41,148,13,10,0,0,0,0,0,0,0 +624230,212,41,178,5,0,3,0,0,0,0,0,0 +624310,212,41,449,20,5,3,0,0,0,0,0,0 +624410,212,41,3955,294,215,56,0,0,0,0,0,0 +711110,212,41,410,8,0,0,0,0,0,0,0,0 +711130,212,41,156,8,7,0,0,0,0,0,0,0 +711212,212,41,0,4,0,0,0,0,0,0,0,0 +711219,212,41,447,57,47,3,0,0,0,0,0,0 +711310,212,41,272,8,3,0,0,0,0,0,0,0 +711320,212,41,92,11,7,0,0,0,0,0,0,0 +711410,212,41,7,5,5,0,0,0,0,0,0,0 +711510,212,41,78,50,49,0,0,0,0,0,0,0 +712110,212,41,434,13,4,3,0,0,0,0,0,0 +712120,212,41,36,5,3,0,0,0,0,0,0,0 +713120,212,41,143,25,21,0,0,0,0,0,0,0 +713290,212,41,0,4,0,0,0,0,0,0,0,0 +713910,212,41,947,41,15,13,0,0,0,0,0,0 +713940,212,41,1624,112,82,19,0,0,0,0,0,0 +713950,212,41,114,4,0,3,0,0,0,0,0,0 +713990,212,41,436,39,32,5,0,0,0,0,0,0 +721110,212,41,4864,164,69,69,4,0,0,0,0,0 +721191,212,41,6,6,6,0,0,0,0,0,0,0 +721214,212,41,10,3,0,0,0,0,0,0,0,0 +722310,212,41,3855,89,54,16,8,0,0,0,0,0 +722320,212,41,526,32,24,6,0,0,0,0,0,0 +722330,212,41,23,8,7,0,0,0,0,0,0,0 +722410,212,41,1118,112,90,17,0,0,0,0,0,0 +722511,212,41,22602,833,428,366,22,0,0,0,0,0 +722513,212,41,20831,932,473,429,7,0,0,0,0,0 +722514,212,41,185,15,9,0,0,0,0,0,0,0 +722515,212,41,2502,173,132,32,0,0,0,0,0,0 +811111,212,41,1332,261,241,7,0,0,0,0,0,0 +811112,212,41,13,3,3,0,0,0,0,0,0,0 +811113,212,41,44,13,12,0,0,0,0,0,0,0 +811118,212,41,92,16,14,0,0,0,0,0,0,0 +811121,212,41,902,118,94,8,0,0,0,0,0,0 +811122,212,41,155,25,22,0,0,0,0,0,0,0 +811191,212,41,328,37,31,0,0,0,0,0,0,0 +811192,212,41,483,49,35,7,0,0,0,0,0,0 +811198,212,41,0,4,0,0,0,0,0,0,0,0 +811211,212,41,19,9,8,0,0,0,0,0,0,0 +811212,212,41,253,22,18,0,0,0,0,0,0,0 +811213,212,41,0,3,0,0,0,0,0,0,0,0 +811219,212,41,60,9,8,0,0,0,0,0,0,0 +811310,212,41,844,90,70,8,0,0,0,0,0,0 +811411,212,41,12,4,3,0,0,0,0,0,0,0 +811412,212,41,33,7,4,0,0,0,0,0,0,0 +811420,212,41,37,12,9,0,0,0,0,0,0,0 +811490,212,41,69,21,19,0,0,0,0,0,0,0 +812111,212,41,51,7,5,0,0,0,0,0,0,0 +812112,212,41,1714,274,248,15,0,0,0,0,0,0 +812113,212,41,37,15,13,0,0,0,0,0,0,0 +812191,212,41,69,8,4,0,0,0,0,0,0,0 +812199,212,41,409,84,73,0,0,0,0,0,0,0 +812210,212,41,533,60,42,6,0,0,0,0,0,0 +812220,212,41,219,19,11,4,0,0,0,0,0,0 +812310,212,41,166,24,21,0,0,0,0,0,0,0 +812320,212,41,487,57,52,0,0,0,0,0,0,0 +812332,212,41,284,9,3,0,0,0,0,0,0,0 +812910,212,41,410,62,53,0,0,0,0,0,0,0 +812930,212,41,438,13,4,3,0,0,0,0,0,0 +812990,212,41,103,39,39,0,0,0,0,0,0,0 +813110,212,41,9117,759,687,50,0,0,0,0,0,0 +813211,212,41,120,44,42,0,0,0,0,0,0,0 +813212,212,41,241,35,31,0,0,0,0,0,0,0 +813219,212,41,343,9,3,0,0,0,0,0,0,0 +813311,212,41,221,16,14,0,0,0,0,0,0,0 +813312,212,41,166,17,16,0,0,0,0,0,0,0 +813319,212,41,71,18,17,0,0,0,0,0,0,0 +813410,212,41,1652,81,58,11,5,0,0,0,0,0 +813910,212,41,302,54,50,4,0,0,0,0,0,0 +813920,212,41,93,16,13,0,0,0,0,0,0,0 +813930,212,41,968,54,36,11,0,0,0,0,0,0 +813940,212,41,5,4,4,0,0,0,0,0,0,0 +813990,212,41,110,24,18,0,0,0,0,0,0,0 +113310,219,42,60,15,7,0,0,0,0,0,0,0 +115112,219,42,6,3,0,0,0,0,0,0,0,0 +115210,219,42,692,74,65,0,0,0,0,0,0,0 +211120,219,42,127,26,14,0,0,0,0,0,0,0 +211130,219,42,80,7,0,0,0,0,0,0,0,0 +212111,219,42,699,53,18,5,0,0,0,0,0,0 +212112,219,42,1596,46,14,3,0,0,0,0,0,0 +212312,219,42,414,12,0,0,0,0,0,0,0,0 +213111,219,42,6,3,3,0,0,0,0,0,0,0 +213112,219,42,92,14,9,0,0,0,0,0,0,0 +213113,219,42,321,17,3,0,0,0,0,0,0,0 +221112,219,42,0,12,0,0,0,0,0,0,0,0 +221122,219,42,0,64,16,6,0,0,0,0,0,0 +221210,219,42,0,6,0,0,0,0,0,0,0,0 +221310,219,42,0,8,0,0,0,0,0,0,0,0 +236115,219,42,571,194,155,0,0,0,0,0,0,0 +236117,219,42,404,56,44,0,0,0,0,0,0,0 +236118,219,42,902,273,214,0,0,0,0,0,0,0 +236210,219,42,0,3,0,0,0,0,0,0,0,0 +236220,219,42,2535,238,129,8,0,0,0,0,0,0 +237110,219,42,444,48,12,3,0,0,0,0,0,0 +237130,219,42,231,24,3,0,0,0,0,0,0,0 +237210,219,42,8,10,10,0,0,0,0,0,0,0 +237310,219,42,1109,41,8,6,0,0,0,0,0,0 +237990,219,42,0,10,0,0,0,0,0,0,0,0 +238110,219,42,495,89,58,0,0,0,0,0,0,0 +238120,219,42,0,6,0,0,0,0,0,0,0,0 +238130,219,42,89,23,10,0,0,0,0,0,0,0 +238140,219,42,560,94,59,0,0,0,0,0,0,0 +238150,219,42,102,15,3,0,0,0,0,0,0,0 +238160,219,42,472,53,28,3,0,0,0,0,0,0 +238170,219,42,45,19,15,0,0,0,0,0,0,0 +238190,219,42,0,3,0,0,0,0,0,0,0,0 +238210,219,42,4960,416,274,32,0,0,0,0,0,0 +238220,219,42,6886,660,487,46,0,0,0,0,0,0 +238290,219,42,679,31,4,6,0,0,0,0,0,0 +238310,219,42,725,72,28,4,0,0,0,0,0,0 +238320,219,42,444,79,52,0,0,0,0,0,0,0 +238330,219,42,136,36,22,0,0,0,0,0,0,0 +238340,219,42,86,8,3,0,0,0,0,0,0,0 +238350,219,42,304,71,58,0,0,0,0,0,0,0 +238390,219,42,141,16,10,4,0,0,0,0,0,0 +238910,219,42,2561,294,175,6,0,0,0,0,0,0 +238990,219,42,712,143,78,0,0,0,0,0,0,0 +311119,219,42,87,6,0,0,0,0,0,0,0,0 +311612,219,42,0,3,0,0,0,0,0,0,0,0 +311811,219,42,103,15,7,0,0,0,0,0,0,0 +312120,219,42,66,4,0,0,0,0,0,0,0,0 +312130,219,42,49,5,3,0,0,0,0,0,0,0 +312140,219,42,6,6,3,0,0,0,0,0,0,0 +314910,219,42,0,4,0,0,0,0,0,0,0,0 +314999,219,42,7,3,0,0,0,0,0,0,0,0 +321113,219,42,1444,74,10,0,0,0,0,0,0,0 +321918,219,42,1041,13,0,0,0,0,0,0,0,0 +321920,219,42,664,32,3,3,0,0,0,0,0,0 +323111,219,42,627,56,25,3,0,0,0,0,0,0 +323113,219,42,392,20,7,3,0,0,0,0,0,0 +325120,219,42,339,7,0,0,0,0,0,0,0,0 +325199,219,42,808,5,0,0,0,0,0,0,0,0 +325211,219,42,163,3,0,0,0,0,0,0,0,0 +326199,219,42,1019,23,0,0,0,0,0,0,0,0 +327120,219,42,178,3,0,0,0,0,0,0,0,0 +327320,219,42,185,29,3,0,0,0,0,0,0,0 +327390,219,42,0,6,0,0,0,0,0,0,0,0 +327991,219,42,98,11,3,0,0,0,0,0,0,0 +331110,219,42,0,3,0,0,0,0,0,0,0,0 +332111,219,42,811,3,0,0,0,0,0,0,0,0 +332322,219,42,366,14,0,0,0,0,0,0,0,0 +332323,219,42,539,14,9,0,0,0,0,0,0,0 +332420,219,42,186,4,0,3,0,0,0,0,0,0 +332710,219,42,1327,103,17,3,0,0,0,0,0,0 +332999,219,42,72,3,0,0,0,0,0,0,0,0 +333111,219,42,0,3,0,0,0,0,0,0,0,0 +333131,219,42,105,3,0,0,0,0,0,0,0,0 +333243,219,42,83,3,0,0,0,0,0,0,0,0 +333511,219,42,75,4,0,0,0,0,0,0,0,0 +333514,219,42,22,3,0,0,0,0,0,0,0,0 +336211,219,42,156,3,0,0,0,0,0,0,0,0 +336360,219,42,1536,3,0,0,0,0,0,0,0,0 +336370,219,42,436,4,0,0,0,0,0,0,0,0 +336390,219,42,100,13,0,0,0,0,0,0,0,0 +337110,219,42,62,9,0,0,0,0,0,0,0,0 +337121,219,42,18,3,0,0,0,0,0,0,0,0 +337212,219,42,114,8,3,0,0,0,0,0,0,0 +339113,219,42,78,4,0,0,0,0,0,0,0,0 +339116,219,42,36,14,10,0,0,0,0,0,0,0 +339920,219,42,38,5,0,0,0,0,0,0,0,0 +339950,219,42,110,16,7,0,0,0,0,0,0,0 +339999,219,42,6,6,3,0,0,0,0,0,0,0 +423110,219,42,298,20,3,0,0,0,0,0,0,0 +423120,219,42,562,33,8,8,0,0,0,0,0,0 +423130,219,42,156,9,0,4,0,0,0,0,0,0 +423210,219,42,0,12,7,0,0,0,0,0,0,0 +423220,219,42,26,5,0,0,0,0,0,0,0,0 +423310,219,42,201,23,7,0,0,0,0,0,0,0 +423320,219,42,62,6,0,0,0,0,0,0,0,0 +423330,219,42,116,16,3,0,0,0,0,0,0,0 +423390,219,42,53,3,0,0,0,0,0,0,0,0 +423420,219,42,354,48,35,0,0,0,0,0,0,0 +423430,219,42,0,44,36,4,0,0,0,0,0,0 +423440,219,42,21,3,0,0,0,0,0,0,0,0 +423450,219,42,44,10,8,0,0,0,0,0,0,0 +423490,219,42,0,3,0,0,0,0,0,0,0,0 +423510,219,42,426,33,6,0,0,0,0,0,0,0 +423610,219,42,336,40,23,3,0,0,0,0,0,0 +423690,219,42,97,12,9,0,0,0,0,0,0,0 +423710,219,42,171,10,0,0,0,0,0,0,0,0 +423720,219,42,7,7,0,0,0,0,0,0,0,0 +423730,219,42,462,45,30,5,0,0,0,0,0,0 +423810,219,42,1021,66,19,3,0,0,0,0,0,0 +423820,219,42,598,56,5,0,0,0,0,0,0,0 +423830,219,42,1422,122,69,8,0,0,0,0,0,0 +423840,219,42,623,47,12,0,0,0,0,0,0,0 +423850,219,42,268,18,7,0,0,0,0,0,0,0 +423930,219,42,431,51,13,0,0,0,0,0,0,0 +423940,219,42,27,3,0,0,0,0,0,0,0,0 +423990,219,42,31,14,4,0,0,0,0,0,0,0 +424120,219,42,46,10,0,0,0,0,0,0,0,0 +424130,219,42,63,4,0,0,0,0,0,0,0,0 +424210,219,42,539,39,12,6,0,0,0,0,0,0 +424320,219,42,9,3,0,0,0,0,0,0,0,0 +424330,219,42,0,5,4,0,0,0,0,0,0,0 +424410,219,42,0,6,0,0,0,0,0,0,0,0 +424490,219,42,1753,46,10,3,0,0,0,0,0,0 +424510,219,42,77,18,6,0,0,0,0,0,0,0 +424520,219,42,17,6,0,0,0,0,0,0,0,0 +424590,219,42,19,11,7,0,0,0,0,0,0,0 +424690,219,42,171,32,8,0,0,0,0,0,0,0 +424710,219,42,356,35,3,0,0,0,0,0,0,0 +424720,219,42,0,3,0,0,0,0,0,0,0,0 +424810,219,42,91,3,0,0,0,0,0,0,0,0 +424910,219,42,575,70,20,0,0,0,0,0,0,0 +424920,219,42,12,4,3,0,0,0,0,0,0,0 +424930,219,42,27,4,0,0,0,0,0,0,0,0 +424940,219,42,0,3,0,0,0,0,0,0,0,0 +424950,219,42,15,4,3,0,0,0,0,0,0,0 +424990,219,42,47,13,12,0,0,0,0,0,0,0 +425120,219,42,682,124,91,0,0,0,0,0,0,0 +441110,219,42,7259,173,7,85,4,0,0,0,0,0 +441120,219,42,1417,279,193,0,0,0,0,0,0,0 +441210,219,42,190,17,3,0,0,0,0,0,0,0 +441222,219,42,126,14,7,0,0,0,0,0,0,0 +441228,219,42,511,49,10,0,0,0,0,0,0,0 +441310,219,42,3713,456,306,4,0,0,0,0,0,0 +441320,219,42,1345,160,94,0,0,0,0,0,0,0 +442110,219,42,1345,156,86,8,0,0,0,0,0,0 +442210,219,42,264,49,27,0,0,0,0,0,0,0 +442291,219,42,11,3,0,0,0,0,0,0,0,0 +442299,219,42,635,54,32,3,0,0,0,0,0,0 +443141,219,42,207,27,15,0,0,0,0,0,0,0 +443142,219,42,903,90,63,0,0,0,0,0,0,0 +444110,219,42,411,13,0,0,5,0,0,0,0,0 +444120,219,42,166,32,19,0,0,0,0,0,0,0 +444130,219,42,704,102,30,0,0,0,0,0,0,0 +444190,219,42,2769,272,131,11,0,0,0,0,0,0 +444210,219,42,99,20,6,0,0,0,0,0,0,0 +444220,219,42,1201,160,39,0,0,0,0,0,0,0 +445110,219,42,12581,470,97,90,18,0,0,0,0,0 +445120,219,42,162,71,42,0,0,0,0,0,0,0 +445210,219,42,8,3,3,0,0,0,0,0,0,0 +445292,219,42,27,3,0,0,0,0,0,0,0,0 +445299,219,42,29,6,3,0,0,0,0,0,0,0 +445310,219,42,1164,234,174,3,0,0,0,0,0,0 +446110,219,42,7049,581,276,69,0,0,0,0,0,0 +446120,219,42,756,74,26,6,0,0,0,0,0,0 +446130,219,42,334,33,22,0,0,0,0,0,0,0 +446191,219,42,113,29,19,0,0,0,0,0,0,0 +446199,219,42,391,90,59,0,0,0,0,0,0,0 +447110,219,42,9654,1269,1069,19,0,0,0,0,0,0 +447190,219,42,577,63,10,5,0,0,0,0,0,0 +448110,219,42,225,32,21,0,0,0,0,0,0,0 +448120,219,42,2040,233,151,9,0,0,0,0,0,0 +448130,219,42,423,43,18,3,0,0,0,0,0,0 +448140,219,42,2649,124,42,33,0,0,0,0,0,0 +448150,219,42,162,20,13,0,0,0,0,0,0,0 +448190,219,42,510,40,22,5,0,0,0,0,0,0 +448210,219,42,1462,158,93,6,0,0,0,0,0,0 +448310,219,42,477,80,50,0,0,0,0,0,0,0 +451110,219,42,1290,118,69,0,0,0,0,0,0,0 +451120,219,42,465,24,4,9,0,0,0,0,0,0 +451130,219,42,44,11,4,0,0,0,0,0,0,0 +451140,219,42,96,16,8,0,0,0,0,0,0,0 +451211,219,42,519,37,14,3,0,0,0,0,0,0 +452210,219,42,2124,24,0,9,0,0,0,0,0,0 +452311,219,42,4626,31,0,0,7,7,0,0,0,0 +452319,219,42,4770,700,507,19,0,0,0,0,0,0 +453110,219,42,238,66,48,0,0,0,0,0,0,0 +453210,219,42,195,18,0,3,0,0,0,0,0,0 +453220,219,42,635,111,63,3,0,0,0,0,0,0 +453310,219,42,1058,147,83,6,0,0,0,0,0,0 +453910,219,42,244,27,13,0,0,0,0,0,0,0 +453920,219,42,26,10,6,0,0,0,0,0,0,0 +453930,219,42,106,22,12,0,0,0,0,0,0,0 +453991,219,42,625,119,48,0,0,0,0,0,0,0 +453998,219,42,573,140,110,0,0,0,0,0,0,0 +454110,219,42,2614,121,83,0,0,0,0,0,0,0 +454210,219,42,154,10,7,0,0,0,0,0,0,0 +454310,219,42,55,11,4,0,0,0,0,0,0,0 +454390,219,42,443,135,110,0,0,0,0,0,0,0 +483211,219,42,2186,12,0,3,3,0,0,0,0,0 +484110,219,42,697,133,73,0,0,0,0,0,0,0 +484121,219,42,3339,269,141,6,0,0,0,0,0,0 +484122,219,42,1178,37,7,14,0,0,0,0,0,0 +484210,219,42,252,12,4,0,0,0,0,0,0,0 +484220,219,42,2093,375,283,3,0,0,0,0,0,0 +484230,219,42,695,55,14,0,0,0,0,0,0,0 +485991,219,42,0,7,0,0,0,0,0,0,0,0 +486210,219,42,0,9,0,0,0,0,0,0,0,0 +488119,219,42,0,3,0,0,0,0,0,0,0,0 +488190,219,42,31,3,0,0,0,0,0,0,0,0 +488210,219,42,81,7,0,0,0,0,0,0,0,0 +488390,219,42,0,4,0,0,0,0,0,0,0,0 +488410,219,42,128,21,0,0,0,0,0,0,0,0 +488490,219,42,0,3,0,0,0,0,0,0,0,0 +488510,219,42,815,44,17,0,0,0,0,0,0,0 +492110,219,42,1244,42,3,3,0,0,0,0,0,0 +492210,219,42,40,6,3,0,0,0,0,0,0,0 +493110,219,42,2970,67,22,4,0,0,0,0,0,0 +493190,219,42,32,6,0,0,0,0,0,0,0,0 +511110,219,42,33,19,0,0,0,0,0,0,0,0 +511120,219,42,113,22,16,0,0,0,0,0,0,0 +511130,219,42,0,3,0,0,0,0,0,0,0,0 +511140,219,42,0,4,0,0,0,0,0,0,0,0 +511210,219,42,90,9,5,0,0,0,0,0,0,0 +512110,219,42,35,11,9,0,0,0,0,0,0,0 +512131,219,42,120,4,0,0,0,0,0,0,0,0 +515112,219,42,405,41,10,0,0,0,0,0,0,0 +515120,219,42,326,4,0,0,0,0,0,0,0,0 +517311,219,42,1705,234,120,9,0,0,0,0,0,0 +517312,219,42,360,96,64,0,0,0,0,0,0,0 +517911,219,42,50,12,6,0,0,0,0,0,0,0 +518210,219,42,3834,80,38,8,0,0,3,0,0,0 +519130,219,42,37,11,11,0,0,0,0,0,0,0 +522110,219,42,14255,1121,813,50,0,4,0,0,0,0 +522120,219,42,0,6,0,0,0,0,0,0,0,0 +522130,219,42,862,85,54,3,0,0,0,0,0,0 +522220,219,42,11,3,0,0,0,0,0,0,0,0 +522291,219,42,1181,223,185,0,0,0,0,0,0,0 +522292,219,42,203,43,33,0,0,0,0,0,0,0 +522298,219,42,271,62,27,0,0,0,0,0,0,0 +522310,219,42,16,4,3,0,0,0,0,0,0,0 +522320,219,42,0,3,0,0,0,0,0,0,0,0 +522390,219,42,539,250,233,0,0,0,0,0,0,0 +523110,219,42,7,3,3,0,0,0,0,0,0,0 +523120,219,42,432,67,55,5,0,0,0,0,0,0 +523910,219,42,18,10,10,0,0,0,0,0,0,0 +523920,219,42,299,195,180,0,0,0,0,0,0,0 +523930,219,42,59,41,40,0,0,0,0,0,0,0 +524113,219,42,101,10,8,0,0,0,0,0,0,0 +524114,219,42,457,12,3,4,0,0,0,0,0,0 +524126,219,42,414,31,14,9,0,0,0,0,0,0 +524210,219,42,4035,987,856,7,0,0,0,0,0,0 +524291,219,42,71,13,7,0,0,0,0,0,0,0 +524292,219,42,334,14,6,4,0,0,0,0,0,0 +531110,219,42,1361,412,386,0,0,0,0,0,0,0 +531120,219,42,657,135,101,0,0,0,0,0,0,0 +531130,219,42,187,59,53,0,0,0,0,0,0,0 +531190,219,42,125,27,21,0,0,0,0,0,0,0 +531210,219,42,840,398,377,0,0,0,0,0,0,0 +531311,219,42,718,135,110,0,0,0,0,0,0,0 +531312,219,42,273,33,21,3,0,0,0,0,0,0 +531320,219,42,99,55,47,0,0,0,0,0,0,0 +531390,219,42,39,13,10,0,0,0,0,0,0,0 +532111,219,42,159,28,9,0,0,0,0,0,0,0 +532120,219,42,143,20,9,0,0,0,0,0,0,0 +532210,219,42,82,37,19,0,0,0,0,0,0,0 +532281,219,42,0,3,0,0,0,0,0,0,0,0 +532283,219,42,170,35,6,0,0,0,0,0,0,0 +532289,219,42,33,6,0,0,0,0,0,0,0,0 +532310,219,42,106,18,6,0,0,0,0,0,0,0 +532412,219,42,34,12,0,0,0,0,0,0,0,0 +532490,219,42,346,27,12,0,0,0,0,0,0,0 +541110,219,42,5279,1163,1044,28,0,0,0,0,0,0 +541191,219,42,79,18,11,0,0,0,0,0,0,0 +541211,219,42,2083,337,253,7,0,0,0,0,0,0 +541213,219,42,781,181,126,0,0,0,0,0,0,0 +541214,219,42,555,12,4,0,0,0,0,0,0,0 +541219,219,42,486,166,122,0,0,0,0,0,0,0 +541310,219,42,386,44,35,5,0,0,0,0,0,0 +541320,219,42,39,6,3,0,0,0,0,0,0,0 +541330,219,42,4359,258,153,29,3,0,0,0,0,0 +541350,219,42,17,8,7,0,0,0,0,0,0,0 +541370,219,42,95,35,25,0,0,0,0,0,0,0 +541380,219,42,329,30,16,0,0,0,0,0,0,0 +541410,219,42,104,32,30,0,0,0,0,0,0,0 +541430,219,42,70,28,21,0,0,0,0,0,0,0 +541511,219,42,762,121,94,4,0,0,0,0,0,0 +541512,219,42,1367,189,147,3,0,0,0,0,0,0 +541513,219,42,58,25,15,0,0,0,0,0,0,0 +541519,219,42,137,16,11,0,0,0,0,0,0,0 +541611,219,42,911,203,161,4,0,0,0,0,0,0 +541612,219,42,44,9,6,0,0,0,0,0,0,0 +541613,219,42,157,45,35,0,0,0,0,0,0,0 +541614,219,42,15,10,10,0,0,0,0,0,0,0 +541618,219,42,250,9,6,0,0,0,0,0,0,0 +541620,219,42,115,16,6,0,0,0,0,0,0,0 +541690,219,42,210,51,41,0,0,0,0,0,0,0 +541713,219,42,42,6,3,0,0,0,0,0,0,0 +541714,219,42,40,7,4,0,0,0,0,0,0,0 +541715,219,42,361,29,21,3,0,0,0,0,0,0 +541810,219,42,537,42,33,0,0,0,0,0,0,0 +541820,219,42,30,14,13,0,0,0,0,0,0,0 +541850,219,42,38,13,6,0,0,0,0,0,0,0 +541860,219,42,0,3,0,0,0,0,0,0,0,0 +541890,219,42,195,27,23,0,0,0,0,0,0,0 +541910,219,42,40,7,4,0,0,0,0,0,0,0 +541921,219,42,73,24,11,0,0,0,0,0,0,0 +541922,219,42,3,4,4,0,0,0,0,0,0,0 +541930,219,42,51,4,3,0,0,0,0,0,0,0 +541940,219,42,2708,285,163,6,0,0,0,0,0,0 +541990,219,42,5,9,8,0,0,0,0,0,0,0 +551112,219,42,79,13,8,0,0,0,0,0,0,0 +551114,219,42,8646,214,92,36,4,0,0,0,0,0 +561110,219,42,1019,124,68,10,0,0,0,0,0,0 +561210,219,42,384,22,5,6,0,0,0,0,0,0 +561311,219,42,38,12,4,0,0,0,0,0,0,0 +561312,219,42,6,6,3,0,0,0,0,0,0,0 +561320,219,42,14101,173,25,39,15,6,0,0,0,0 +561330,219,42,154,5,0,4,0,0,0,0,0,0 +561422,219,42,0,7,0,0,0,0,0,0,0,0 +561431,219,42,48,6,0,0,0,0,0,0,0,0 +561439,219,42,55,14,13,0,0,0,0,0,0,0 +561440,219,42,769,7,0,0,0,0,0,0,0,0 +561491,219,42,34,4,0,0,0,0,0,0,0,0 +561492,219,42,14,8,7,0,0,0,0,0,0,0 +561499,219,42,0,3,0,0,0,0,0,0,0,0 +561510,219,42,41,18,17,0,0,0,0,0,0,0 +561520,219,42,9,4,3,0,0,0,0,0,0,0 +561599,219,42,0,9,6,0,0,0,0,0,0,0 +561611,219,42,8,6,6,0,0,0,0,0,0,0 +561612,219,42,966,23,0,0,3,0,0,0,0,0 +561613,219,42,83,4,0,0,0,0,0,0,0,0 +561621,219,42,233,18,8,0,0,0,0,0,0,0 +561622,219,42,37,4,0,0,0,0,0,0,0,0 +561710,219,42,435,61,26,0,0,0,0,0,0,0 +561720,219,42,3041,254,144,18,0,0,0,0,0,0 +561730,219,42,3246,491,402,11,0,0,0,0,0,0 +561740,219,42,94,20,13,0,0,0,0,0,0,0 +561790,219,42,61,16,9,0,0,0,0,0,0,0 +561920,219,42,79,4,0,0,0,0,0,0,0,0 +561990,219,42,850,45,18,0,0,0,0,0,0,0 +562111,219,42,350,45,17,0,0,0,0,0,0,0 +562211,219,42,0,3,0,0,0,0,0,0,0,0 +562910,219,42,79,12,3,0,0,0,0,0,0,0 +562991,219,42,27,5,3,0,0,0,0,0,0,0 +611110,219,42,2603,102,38,20,0,0,0,0,0,0 +611310,219,42,1544,8,0,0,0,0,0,0,0,0 +611430,219,42,62,14,10,0,0,0,0,0,0,0 +611511,219,42,29,7,0,0,0,0,0,0,0,0 +611519,219,42,131,14,5,0,0,0,0,0,0,0 +611610,219,42,208,37,28,0,0,0,0,0,0,0 +611620,219,42,296,42,20,0,0,0,0,0,0,0 +611691,219,42,90,14,7,0,0,0,0,0,0,0 +611699,219,42,15,10,4,0,0,0,0,0,0,0 +611710,219,42,116,28,25,0,0,0,0,0,0,0 +621111,219,42,18371,1623,1280,148,4,0,0,0,0,0 +621112,219,42,138,37,34,0,0,0,0,0,0,0 +621210,219,42,5949,866,742,12,0,0,0,0,0,0 +621310,219,42,753,231,176,0,0,0,0,0,0,0 +621320,219,42,997,147,78,0,0,0,0,0,0,0 +621330,219,42,463,96,77,0,0,0,0,0,0,0 +621340,219,42,1901,259,186,0,0,0,0,0,0,0 +621391,219,42,71,15,13,0,0,0,0,0,0,0 +621399,219,42,472,139,109,0,0,0,0,0,0,0 +621410,219,42,14,4,0,0,0,0,0,0,0,0 +621420,219,42,849,114,55,11,0,0,0,0,0,0 +621492,219,42,136,39,10,3,0,0,0,0,0,0 +621493,219,42,782,30,6,3,0,0,0,0,0,0 +621498,219,42,1917,136,51,9,0,0,0,0,0,0 +621511,219,42,401,47,28,4,0,0,0,0,0,0 +621512,219,42,74,6,3,0,0,0,0,0,0,0 +621610,219,42,3950,181,63,30,0,0,0,0,0,0 +621910,219,42,386,22,3,3,0,0,0,0,0,0 +621991,219,42,0,3,0,0,0,0,0,0,0,0 +621999,219,42,119,16,7,0,0,0,0,0,0,0 +622110,219,42,15418,9,0,0,0,0,0,0,0,0 +622210,219,42,0,3,0,0,0,0,0,0,0,0 +622310,219,42,437,3,0,0,3,0,0,0,0,0 +623110,219,42,9877,131,15,12,24,0,0,0,0,0 +623210,219,42,1109,264,200,4,0,0,0,0,0,0 +623220,219,42,523,27,0,7,0,0,0,0,0,0 +623311,219,42,480,14,0,4,0,0,0,0,0,0 +623312,219,42,1317,53,3,21,0,0,0,0,0,0 +623990,219,42,197,16,6,0,0,0,0,0,0,0 +624110,219,42,576,84,51,0,0,0,0,0,0,0 +624120,219,42,4503,624,482,20,0,0,0,0,0,0 +624190,219,42,1841,304,203,11,0,0,0,0,0,0 +624210,219,42,72,16,11,0,0,0,0,0,0,0 +624221,219,42,152,13,0,3,0,0,0,0,0,0 +624229,219,42,200,19,9,0,0,0,0,0,0,0 +624310,219,42,606,21,10,0,0,0,0,0,0,0 +624410,219,42,5408,435,243,51,0,0,0,0,0,0 +711110,219,42,45,3,0,0,0,0,0,0,0,0 +711130,219,42,44,5,3,0,0,0,0,0,0,0 +711212,219,42,572,4,0,0,0,0,0,0,0,0 +711219,219,42,633,53,40,3,0,0,0,0,0,0 +711310,219,42,24,4,0,0,0,0,0,0,0,0 +711320,219,42,15,4,3,0,0,0,0,0,0,0 +711510,219,42,22,19,18,0,0,0,0,0,0,0 +712110,219,42,66,14,3,0,0,0,0,0,0,0 +712120,219,42,21,3,0,0,0,0,0,0,0,0 +713120,219,42,159,32,17,0,0,0,0,0,0,0 +713910,219,42,715,46,3,3,0,0,0,0,0,0 +713930,219,42,69,15,0,0,0,0,0,0,0,0 +713940,219,42,2324,150,91,16,3,0,0,0,0,0 +713950,219,42,29,6,0,0,0,0,0,0,0,0 +713990,219,42,428,61,35,0,0,0,0,0,0,0 +721110,219,42,6717,425,211,93,4,0,0,0,0,0 +721199,219,42,3,3,3,0,0,0,0,0,0,0 +721211,219,42,52,8,5,0,0,0,0,0,0,0 +721214,219,42,9,3,0,0,0,0,0,0,0,0 +721310,219,42,56,10,8,0,0,0,0,0,0,0 +722310,219,42,1780,92,34,7,0,0,0,0,0,0 +722320,219,42,291,14,10,3,0,0,0,0,0,0 +722330,219,42,38,7,4,0,0,0,0,0,0,0 +722410,219,42,677,92,72,10,0,0,0,0,0,0 +722511,219,42,36603,1629,896,462,31,0,0,0,0,0 +722513,219,42,47580,2046,868,916,7,0,0,0,0,0 +722514,219,42,365,23,15,0,0,0,0,0,0,0 +722515,219,42,2356,205,108,26,0,0,0,0,0,0 +811111,219,42,1718,461,399,0,0,0,0,0,0,0 +811112,219,42,10,3,3,0,0,0,0,0,0,0 +811113,219,42,42,11,9,0,0,0,0,0,0,0 +811118,219,42,16,3,0,0,0,0,0,0,0,0 +811121,219,42,1057,188,109,0,0,0,0,0,0,0 +811122,219,42,137,29,14,0,0,0,0,0,0,0 +811191,219,42,99,26,11,0,0,0,0,0,0,0 +811192,219,42,636,76,34,5,0,0,0,0,0,0 +811212,219,42,25,8,8,0,0,0,0,0,0,0 +811213,219,42,5,6,3,0,0,0,0,0,0,0 +811219,219,42,9,3,3,0,0,0,0,0,0,0 +811310,219,42,1395,158,81,3,0,0,0,0,0,0 +811412,219,42,37,8,6,0,0,0,0,0,0,0 +811420,219,42,51,5,0,0,0,0,0,0,0,0 +811490,219,42,43,19,8,0,0,0,0,0,0,0 +812111,219,42,21,11,8,0,0,0,0,0,0,0 +812112,219,42,1623,331,276,7,0,0,0,0,0,0 +812113,219,42,59,25,24,0,0,0,0,0,0,0 +812191,219,42,52,7,0,0,0,0,0,0,0,0 +812199,219,42,532,105,66,3,0,0,0,0,0,0 +812210,219,42,1042,185,71,0,0,0,0,0,0,0 +812220,219,42,113,15,3,0,0,0,0,0,0,0 +812310,219,42,50,17,16,0,0,0,0,0,0,0 +812320,219,42,345,65,36,0,0,0,0,0,0,0 +812332,219,42,363,5,0,0,0,0,0,0,0,0 +812910,219,42,415,70,44,0,0,0,0,0,0,0 +812930,219,42,204,16,13,0,0,0,0,0,0,0 +812990,219,42,65,30,27,0,0,0,0,0,0,0 +813110,219,42,13260,2320,2129,65,0,0,0,0,0,0 +813211,219,42,123,39,36,0,0,0,0,0,0,0 +813212,219,42,226,13,10,0,0,0,0,0,0,0 +813219,219,42,91,11,4,0,0,0,0,0,0,0 +813311,219,42,47,5,0,0,0,0,0,0,0,0 +813312,219,42,108,19,8,0,0,0,0,0,0,0 +813319,219,42,235,26,15,0,0,0,0,0,0,0 +813410,219,42,626,136,112,4,0,0,0,0,0,0 +813910,219,42,539,97,83,3,0,0,0,0,0,0 +813920,219,42,287,40,32,0,0,0,0,0,0,0 +813930,219,42,683,96,46,0,0,0,0,0,0,0 +813940,219,42,62,8,5,0,0,0,0,0,0,0 +813990,219,42,211,15,10,0,0,0,0,0,0,0 +113310,221,43,59,9,3,0,0,0,0,0,0,0 +114112,221,43,4,3,3,0,0,0,0,0,0,0 +115310,221,43,17,10,9,0,0,0,0,0,0,0 +211120,221,43,7,5,5,0,0,0,0,0,0,0 +211130,221,43,152,8,0,0,0,0,0,0,0,0 +212321,221,43,134,12,0,0,0,0,0,0,0,0 +213111,221,43,4,3,3,0,0,0,0,0,0,0 +213112,221,43,311,26,16,0,0,0,0,0,0,0 +221112,221,43,0,3,0,0,0,0,0,0,0,0 +221113,221,43,0,4,0,0,0,0,0,0,0,0 +221122,221,43,0,10,4,0,0,0,0,0,0,0 +221310,221,43,7,9,0,0,0,0,0,0,0,0 +236115,221,43,205,68,62,0,0,0,0,0,0,0 +236117,221,43,338,63,53,0,0,0,0,0,0,0 +236118,221,43,573,149,138,0,0,0,0,0,0,0 +236210,221,43,1812,17,3,0,0,0,0,0,0,0 +236220,221,43,2055,136,104,17,0,0,0,0,0,0 +237110,221,43,7,18,12,0,0,0,0,0,0,0 +237120,221,43,26993,23,3,3,0,0,0,0,0,0 +237130,221,43,601,28,17,3,0,0,0,0,0,0 +237210,221,43,26,10,8,0,0,0,0,0,0,0 +237310,221,43,1482,27,13,0,0,0,0,0,0,0 +237990,221,43,713,14,3,0,0,0,0,0,0,0 +238110,221,43,493,27,18,3,0,0,0,0,0,0 +238120,221,43,59,8,0,0,0,0,0,0,0,0 +238130,221,43,51,13,10,0,0,0,0,0,0,0 +238140,221,43,237,27,19,0,0,0,0,0,0,0 +238150,221,43,112,7,0,3,0,0,0,0,0,0 +238160,221,43,216,33,25,0,0,0,0,0,0,0 +238170,221,43,5,6,6,0,0,0,0,0,0,0 +238190,221,43,62,15,6,0,0,0,0,0,0,0 +238210,221,43,7103,178,131,24,3,0,0,0,0,0 +238220,221,43,5030,248,206,22,0,0,0,0,0,0 +238290,221,43,1416,19,10,0,0,0,0,0,0,0 +238310,221,43,306,42,30,0,0,0,0,0,0,0 +238320,221,43,204,47,38,0,0,0,0,0,0,0 +238330,221,43,123,28,27,0,0,0,0,0,0,0 +238340,221,43,58,5,0,0,0,0,0,0,0,0 +238350,221,43,278,44,37,0,0,0,0,0,0,0 +238390,221,43,28,5,3,0,0,0,0,0,0,0 +238910,221,43,1172,59,30,5,0,0,0,0,0,0 +238990,221,43,1323,104,82,4,0,0,0,0,0,0 +311612,221,43,45,3,0,0,0,0,0,0,0,0 +311811,221,43,121,5,3,0,0,0,0,0,0,0 +311812,221,43,0,4,0,0,0,0,0,0,0,0 +314910,221,43,55,3,0,0,0,0,0,0,0,0 +314999,221,43,0,3,0,0,0,0,0,0,0,0 +321911,221,43,96,7,4,0,0,0,0,0,0,0 +321912,221,43,43,4,0,0,0,0,0,0,0,0 +321918,221,43,20,4,0,0,0,0,0,0,0,0 +323111,221,43,449,28,22,4,0,0,0,0,0,0 +323113,221,43,91,11,9,0,0,0,0,0,0,0 +325120,221,43,470,8,0,4,0,0,0,0,0,0 +325180,221,43,131,11,0,0,0,0,0,0,0,0 +325199,221,43,473,9,0,0,0,0,0,0,0,0 +325211,221,43,2802,9,0,0,0,0,0,0,0,0 +325620,221,43,0,3,3,0,0,0,0,0,0,0 +326122,221,43,229,3,0,0,0,0,0,0,0,0 +326199,221,43,48,8,5,0,0,0,0,0,0,0 +327215,221,43,26,4,3,0,0,0,0,0,0,0 +327320,221,43,184,13,4,0,0,0,0,0,0,0 +327390,221,43,133,6,0,0,0,0,0,0,0,0 +327991,221,43,16,3,0,0,0,0,0,0,0,0 +331313,221,43,0,3,0,0,0,0,0,0,0,0 +332312,221,43,165,12,0,0,0,0,0,0,0,0 +332322,221,43,48,4,0,0,0,0,0,0,0,0 +332323,221,43,19,4,3,0,0,0,0,0,0,0 +332710,221,43,359,38,25,0,0,0,0,0,0,0 +332812,221,43,169,7,0,0,0,0,0,0,0,0 +332911,221,43,0,3,0,0,0,0,0,0,0,0 +332996,221,43,135,3,0,0,0,0,0,0,0,0 +332999,221,43,127,9,3,0,0,0,0,0,0,0 +333415,221,43,72,4,3,0,0,0,0,0,0,0 +334513,221,43,131,3,0,0,0,0,0,0,0,0 +337110,221,43,247,30,21,0,0,0,0,0,0,0 +339116,221,43,60,7,3,0,0,0,0,0,0,0 +339920,221,43,0,3,0,0,0,0,0,0,0,0 +339950,221,43,142,14,5,0,0,0,0,0,0,0 +339991,221,43,260,6,0,3,0,0,0,0,0,0 +339999,221,43,35,6,0,0,0,0,0,0,0,0 +423110,221,43,291,11,0,4,0,0,0,0,0,0 +423120,221,43,216,24,19,0,0,0,0,0,0,0 +423130,221,43,170,8,0,3,0,0,0,0,0,0 +423210,221,43,58,7,3,0,0,0,0,0,0,0 +423220,221,43,109,10,8,0,0,0,0,0,0,0 +423310,221,43,85,7,4,0,0,0,0,0,0,0 +423320,221,43,133,18,16,0,0,0,0,0,0,0 +423330,221,43,68,7,3,0,0,0,0,0,0,0 +423390,221,43,25,8,3,0,0,0,0,0,0,0 +423420,221,43,279,31,27,3,0,0,0,0,0,0 +423430,221,43,140,9,5,0,0,0,0,0,0,0 +423440,221,43,88,5,0,3,0,0,0,0,0,0 +423450,221,43,56,17,11,0,0,0,0,0,0,0 +423490,221,43,12,3,0,0,0,0,0,0,0,0 +423510,221,43,429,32,15,5,0,0,0,0,0,0 +423610,221,43,796,55,37,12,0,0,0,0,0,0 +423620,221,43,39,6,3,0,0,0,0,0,0,0 +423690,221,43,327,19,17,0,0,0,0,0,0,0 +423710,221,43,187,19,10,4,0,0,0,0,0,0 +423720,221,43,118,11,7,0,0,0,0,0,0,0 +423730,221,43,248,28,23,0,0,0,0,0,0,0 +423810,221,43,274,19,7,4,0,0,0,0,0,0 +423820,221,43,118,10,6,0,0,0,0,0,0,0 +423830,221,43,1397,108,80,16,0,0,0,0,0,0 +423840,221,43,812,62,45,10,0,0,0,0,0,0 +423850,221,43,52,9,5,0,0,0,0,0,0,0 +423910,221,43,158,6,0,0,0,0,0,0,0,0 +423920,221,43,51,3,0,0,0,0,0,0,0,0 +423930,221,43,26,6,4,0,0,0,0,0,0,0 +423990,221,43,410,17,5,3,0,0,0,0,0,0 +424120,221,43,108,7,3,0,0,0,0,0,0,0 +424130,221,43,42,6,0,0,0,0,0,0,0,0 +424210,221,43,240,14,7,0,0,0,0,0,0,0 +424310,221,43,0,3,0,0,0,0,0,0,0,0 +424320,221,43,19,4,0,0,0,0,0,0,0,0 +424410,221,43,0,5,0,0,0,0,0,0,0,0 +424420,221,43,0,3,0,0,0,0,0,0,0,0 +424460,221,43,20,4,3,0,0,0,0,0,0,0 +424480,221,43,0,3,0,0,0,0,0,0,0,0 +424490,221,43,214,18,10,0,0,0,0,0,0,0 +424610,221,43,30,5,0,0,0,0,0,0,0,0 +424690,221,43,752,37,15,11,0,0,0,0,0,0 +424710,221,43,76,5,0,0,0,0,0,0,0,0 +424720,221,43,71,7,6,0,0,0,0,0,0,0 +424910,221,43,119,10,3,0,0,0,0,0,0,0 +424930,221,43,32,4,0,0,0,0,0,0,0,0 +424950,221,43,52,7,7,0,0,0,0,0,0,0 +424990,221,43,39,10,6,0,0,0,0,0,0,0 +425120,221,43,419,82,71,0,0,0,0,0,0,0 +441110,221,43,3427,57,5,27,13,0,0,0,0,0 +441120,221,43,276,44,42,0,0,0,0,0,0,0 +441210,221,43,58,4,0,0,0,0,0,0,0,0 +441222,221,43,61,10,3,0,0,0,0,0,0,0 +441228,221,43,141,14,7,0,0,0,0,0,0,0 +441310,221,43,1087,102,84,3,0,0,0,0,0,0 +441320,221,43,466,66,61,0,0,0,0,0,0,0 +442110,221,43,674,62,44,10,0,0,0,0,0,0 +442210,221,43,190,23,18,0,0,0,0,0,0,0 +442291,221,43,0,3,0,0,0,0,0,0,0,0 +442299,221,43,412,31,26,4,0,0,0,0,0,0 +443141,221,43,192,11,7,4,0,0,0,0,0,0 +443142,221,43,569,53,42,3,0,0,0,0,0,0 +444110,221,43,427,13,0,0,6,0,0,0,0,0 +444120,221,43,114,21,16,0,0,0,0,0,0,0 +444130,221,43,227,28,24,0,0,0,0,0,0,0 +444190,221,43,1332,96,72,9,0,0,0,0,0,0 +444210,221,43,83,12,6,0,0,0,0,0,0,0 +444220,221,43,378,25,8,5,0,0,0,0,0,0 +445110,221,43,6376,178,79,62,15,0,0,0,0,0 +445120,221,43,320,100,89,0,0,0,0,0,0,0 +445210,221,43,89,11,9,0,0,0,0,0,0,0 +445220,221,43,193,12,6,0,0,0,0,0,0,0 +445230,221,43,64,3,0,0,0,0,0,0,0,0 +445291,221,43,7,3,3,0,0,0,0,0,0,0 +445292,221,43,59,4,0,0,0,0,0,0,0,0 +445299,221,43,51,11,11,0,0,0,0,0,0,0 +445310,221,43,39,14,8,0,0,0,0,0,0,0 +446110,221,43,1847,151,104,40,0,0,0,0,0,0 +446120,221,43,414,56,44,4,0,0,0,0,0,0 +446130,221,43,175,27,27,0,0,0,0,0,0,0 +446191,221,43,105,20,17,0,0,0,0,0,0,0 +446199,221,43,92,17,13,0,0,0,0,0,0,0 +447110,221,43,2951,400,374,9,0,0,0,0,0,0 +447190,221,43,274,24,4,3,0,0,0,0,0,0 +448110,221,43,116,22,19,0,0,0,0,0,0,0 +448120,221,43,1629,128,111,12,0,0,0,0,0,0 +448130,221,43,240,22,17,0,0,0,0,0,0,0 +448140,221,43,1522,74,38,29,0,0,0,0,0,0 +448150,221,43,178,23,18,3,0,0,0,0,0,0 +448190,221,43,384,32,24,0,0,0,0,0,0,0 +448210,221,43,715,83,74,5,0,0,0,0,0,0 +448310,221,43,183,39,36,0,0,0,0,0,0,0 +451110,221,43,768,39,27,3,0,0,0,0,0,0 +451120,221,43,279,16,10,3,0,0,0,0,0,0 +451130,221,43,60,5,0,0,0,0,0,0,0,0 +451140,221,43,38,5,3,0,0,0,0,0,0,0 +451211,221,43,234,10,3,3,0,0,0,0,0,0 +452210,221,43,892,7,0,0,3,0,0,0,0,0 +452311,221,43,3374,20,0,0,5,10,0,0,0,0 +452319,221,43,1231,184,156,11,0,0,0,0,0,0 +453110,221,43,157,26,18,0,0,0,0,0,0,0 +453210,221,43,138,13,12,0,0,0,0,0,0,0 +453220,221,43,217,28,26,0,0,0,0,0,0,0 +453310,221,43,388,44,35,3,0,0,0,0,0,0 +453910,221,43,165,13,3,4,0,0,0,0,0,0 +453920,221,43,17,8,7,0,0,0,0,0,0,0 +453930,221,43,59,9,0,0,0,0,0,0,0,0 +453991,221,43,37,14,11,0,0,0,0,0,0,0 +453998,221,43,170,39,34,0,0,0,0,0,0,0 +454110,221,43,432,34,28,0,0,0,0,0,0,0 +454310,221,43,30,3,0,0,0,0,0,0,0,0 +454390,221,43,253,52,45,0,0,0,0,0,0,0 +481111,221,43,144,3,0,0,0,0,0,0,0,0 +483113,221,43,0,3,0,0,0,0,0,0,0,0 +483211,221,43,104,4,0,0,0,0,0,0,0,0 +484110,221,43,385,45,35,0,0,0,0,0,0,0 +484121,221,43,322,31,14,5,0,0,0,0,0,0 +484122,221,43,451,15,3,4,0,0,0,0,0,0 +484210,221,43,90,11,6,0,0,0,0,0,0,0 +484220,221,43,627,65,41,0,0,0,0,0,0,0 +484230,221,43,1180,43,15,8,0,0,0,0,0,0 +485320,221,43,0,3,0,0,0,0,0,0,0,0 +485410,221,43,449,10,6,0,0,0,0,0,0,0 +485991,221,43,0,6,4,0,0,0,0,0,0,0 +486110,221,43,31,3,0,0,0,0,0,0,0,0 +486210,221,43,51,19,4,5,0,0,0,0,0,0 +486910,221,43,0,4,3,0,0,0,0,0,0,0 +488119,221,43,46,4,0,0,0,0,0,0,0,0 +488190,221,43,23,5,3,0,0,0,0,0,0,0 +488210,221,43,165,18,3,0,0,0,0,0,0,0 +488320,221,43,0,3,0,0,0,0,0,0,0,0 +488330,221,43,125,14,9,0,0,0,0,0,0,0 +488390,221,43,195,8,0,0,0,0,0,0,0,0 +488410,221,43,115,19,15,0,0,0,0,0,0,0 +488490,221,43,87,6,0,0,0,0,0,0,0,0 +488510,221,43,135,18,11,0,0,0,0,0,0,0 +492110,221,43,515,19,11,4,3,0,0,0,0,0 +492210,221,43,12,4,3,0,0,0,0,0,0,0 +493110,221,43,502,24,16,3,0,0,0,0,0,0 +493190,221,43,9,8,3,0,0,0,0,0,0,0 +511110,221,43,0,4,0,0,0,0,0,0,0,0 +511120,221,43,170,10,3,0,0,0,0,0,0,0 +511130,221,43,79,6,3,0,0,0,0,0,0,0 +511210,221,43,237,17,12,3,0,0,0,0,0,0 +512110,221,43,74,12,10,0,0,0,0,0,0,0 +512131,221,43,409,6,0,0,0,0,0,0,0,0 +512191,221,43,14,3,0,0,0,0,0,0,0,0 +512240,221,43,13,4,3,0,0,0,0,0,0,0 +515112,221,43,128,7,0,3,0,0,0,0,0,0 +515120,221,43,465,5,0,0,3,0,0,0,0,0 +517311,221,43,1121,49,33,6,0,0,0,0,0,0 +517312,221,43,640,43,28,6,0,0,0,0,0,0 +517911,221,43,37,6,3,0,0,0,0,0,0,0 +518210,221,43,1758,31,22,5,0,0,0,0,0,0 +519130,221,43,28,3,0,0,0,0,0,0,0,0 +522110,221,43,2927,238,191,16,0,0,0,0,0,0 +522120,221,43,56,6,0,0,0,0,0,0,0,0 +522130,221,43,1301,76,48,6,4,0,0,0,0,0 +522220,221,43,37,4,0,0,0,0,0,0,0,0 +522291,221,43,697,128,122,0,0,0,0,0,0,0 +522292,221,43,328,37,32,0,0,0,0,0,0,0 +522298,221,43,136,22,21,0,0,0,0,0,0,0 +522310,221,43,52,15,8,0,0,0,0,0,0,0 +522320,221,43,0,3,0,0,0,0,0,0,0,0 +522390,221,43,240,74,71,0,0,0,0,0,0,0 +523110,221,43,0,8,6,0,0,0,0,0,0,0 +523120,221,43,185,37,32,0,0,0,0,0,0,0 +523910,221,43,7,5,5,0,0,0,0,0,0,0 +523920,221,43,284,87,83,0,0,0,0,0,0,0 +523930,221,43,165,29,24,0,0,0,0,0,0,0 +523991,221,43,18,6,4,0,0,0,0,0,0,0 +523999,221,43,8,3,3,0,0,0,0,0,0,0 +524113,221,43,209,18,13,0,0,0,0,0,0,0 +524114,221,43,3249,19,9,4,3,0,0,0,0,0 +524126,221,43,1331,39,28,7,0,0,0,0,0,0 +524127,221,43,42,7,5,0,0,0,0,0,0,0 +524128,221,43,0,3,0,0,0,0,0,0,0,0 +524210,221,43,1989,367,347,6,0,0,0,0,0,0 +524291,221,43,185,20,14,4,0,0,0,0,0,0 +524292,221,43,250,10,3,3,0,0,0,0,0,0 +524298,221,43,43,5,4,0,0,0,0,0,0,0 +531110,221,43,693,148,139,6,0,0,0,0,0,0 +531120,221,43,189,58,51,0,0,0,0,0,0,0 +531130,221,43,179,65,61,0,0,0,0,0,0,0 +531190,221,43,37,18,15,0,0,0,0,0,0,0 +531210,221,43,633,198,193,0,0,0,0,0,0,0 +531311,221,43,535,75,69,5,0,0,0,0,0,0 +531312,221,43,195,39,38,0,0,0,0,0,0,0 +531320,221,43,77,38,35,0,0,0,0,0,0,0 +531390,221,43,98,25,19,0,0,0,0,0,0,0 +532111,221,43,202,24,16,0,0,0,0,0,0,0 +532120,221,43,136,11,5,3,0,0,0,0,0,0 +532210,221,43,26,25,20,0,0,0,0,0,0,0 +532281,221,43,21,6,5,0,0,0,0,0,0,0 +532283,221,43,29,4,0,0,0,0,0,0,0,0 +532289,221,43,86,14,10,0,0,0,0,0,0,0 +532310,221,43,43,9,5,0,0,0,0,0,0,0 +532412,221,43,284,24,15,5,0,0,0,0,0,0 +532490,221,43,746,56,39,6,0,0,0,0,0,0 +533110,221,43,54,5,3,0,0,0,0,0,0,0 +541110,221,43,3315,541,507,23,3,0,0,0,0,0 +541191,221,43,341,39,32,3,0,0,0,0,0,0 +541199,221,43,63,23,21,0,0,0,0,0,0,0 +541211,221,43,976,172,163,6,0,0,0,0,0,0 +541213,221,43,695,50,42,0,0,0,0,0,0,0 +541214,221,43,450,15,12,0,0,0,0,0,0,0 +541219,221,43,367,85,80,3,0,0,0,0,0,0 +541310,221,43,463,56,52,3,0,0,0,0,0,0 +541320,221,43,38,13,13,0,0,0,0,0,0,0 +541330,221,43,8923,320,226,60,7,0,3,0,0,0 +541340,221,43,78,15,13,0,0,0,0,0,0,0 +541350,221,43,24,10,7,0,0,0,0,0,0,0 +541370,221,43,86,16,11,0,0,0,0,0,0,0 +541380,221,43,1891,48,17,13,0,0,0,0,0,0 +541410,221,43,122,32,29,0,0,0,0,0,0,0 +541430,221,43,87,17,17,0,0,0,0,0,0,0 +541511,221,43,713,74,64,7,0,0,0,0,0,0 +541512,221,43,945,64,51,3,0,0,0,0,0,0 +541513,221,43,57,12,10,0,0,0,0,0,0,0 +541519,221,43,24,7,5,0,0,0,0,0,0,0 +541611,221,43,361,115,109,0,0,0,0,0,0,0 +541612,221,43,53,9,8,0,0,0,0,0,0,0 +541613,221,43,86,37,34,0,0,0,0,0,0,0 +541614,221,43,56,12,10,0,0,0,0,0,0,0 +541618,221,43,8,7,7,0,0,0,0,0,0,0 +541620,221,43,509,50,36,7,0,0,0,0,0,0 +541690,221,43,326,60,49,4,0,0,0,0,0,0 +541713,221,43,55,4,0,0,0,0,0,0,0,0 +541714,221,43,3,3,3,0,0,0,0,0,0,0 +541715,221,43,99,9,6,0,0,0,0,0,0,0 +541810,221,43,312,36,33,0,0,0,0,0,0,0 +541820,221,43,100,33,31,0,0,0,0,0,0,0 +541850,221,43,0,13,10,0,0,0,0,0,0,0 +541890,221,43,124,16,10,0,0,0,0,0,0,0 +541910,221,43,42,5,0,0,0,0,0,0,0,0 +541921,221,43,59,20,16,0,0,0,0,0,0,0 +541940,221,43,825,84,55,9,0,0,0,0,0,0 +541990,221,43,201,36,28,0,0,0,0,0,0,0 +551112,221,43,0,8,0,0,0,0,0,0,0,0 +551114,221,43,8444,113,68,24,10,3,0,0,0,0 +561110,221,43,1184,89,72,10,0,0,0,0,0,0 +561210,221,43,214,10,4,0,0,0,0,0,0,0 +561311,221,43,132,7,4,0,0,0,0,0,0,0 +561312,221,43,2,4,4,0,0,0,0,0,0,0 +561320,221,43,3897,94,49,27,9,0,0,0,0,0 +561330,221,43,302,8,4,0,0,0,0,0,0,0 +561410,221,43,0,4,3,0,0,0,0,0,0,0 +561421,221,43,0,5,0,3,0,0,0,0,0,0 +561422,221,43,77,6,3,0,0,0,0,0,0,0 +561431,221,43,43,11,8,0,0,0,0,0,0,0 +561439,221,43,240,13,11,0,0,0,0,0,0,0 +561440,221,43,59,8,6,0,0,0,0,0,0,0 +561492,221,43,39,19,17,0,0,0,0,0,0,0 +561499,221,43,85,8,4,0,0,0,0,0,0,0 +561510,221,43,52,18,16,0,0,0,0,0,0,0 +561611,221,43,36,7,6,0,0,0,0,0,0,0 +561612,221,43,1053,17,8,0,3,0,0,0,0,0 +561613,221,43,0,3,0,0,0,0,0,0,0,0 +561621,221,43,260,23,15,0,0,0,0,0,0,0 +561622,221,43,47,5,4,0,0,0,0,0,0,0 +561710,221,43,401,43,35,3,0,0,0,0,0,0 +561720,221,43,1927,125,89,19,3,0,0,0,0,0 +561730,221,43,1209,164,142,10,0,0,0,0,0,0 +561740,221,43,42,5,0,0,0,0,0,0,0,0 +561790,221,43,60,21,17,0,0,0,0,0,0,0 +561920,221,43,1,3,3,0,0,0,0,0,0,0 +561990,221,43,358,34,27,0,0,0,0,0,0,0 +562111,221,43,583,24,7,3,0,0,0,0,0,0 +562212,221,43,0,3,0,0,0,0,0,0,0,0 +562910,221,43,240,22,9,3,0,0,0,0,0,0 +562998,221,43,337,11,3,0,0,0,0,0,0,0 +611110,221,43,3611,60,15,32,9,0,0,0,0,0 +611210,221,43,236,4,0,0,0,0,0,0,0,0 +611310,221,43,458,10,0,0,0,0,0,0,0,0 +611430,221,43,83,18,11,0,0,0,0,0,0,0 +611511,221,43,39,3,0,0,0,0,0,0,0,0 +611519,221,43,138,12,7,3,0,0,0,0,0,0 +611610,221,43,146,23,16,0,0,0,0,0,0,0 +611620,221,43,339,42,33,6,0,0,0,0,0,0 +611691,221,43,178,20,16,0,0,0,0,0,0,0 +611692,221,43,16,4,4,0,0,0,0,0,0,0 +611699,221,43,81,11,8,0,0,0,0,0,0,0 +611710,221,43,175,14,10,0,0,0,0,0,0,0 +621111,221,43,6933,423,358,37,9,4,0,0,0,0 +621112,221,43,84,24,23,0,0,0,0,0,0,0 +621210,221,43,2278,293,262,9,0,0,0,0,0,0 +621310,221,43,187,43,39,0,0,0,0,0,0,0 +621320,221,43,245,29,20,0,0,0,0,0,0,0 +621330,221,43,245,58,48,0,0,0,0,0,0,0 +621340,221,43,1335,106,90,8,0,0,0,0,0,0 +621391,221,43,21,7,6,0,0,0,0,0,0,0 +621399,221,43,223,65,57,3,0,0,0,0,0,0 +621410,221,43,40,4,0,0,0,0,0,0,0,0 +621420,221,43,588,42,35,5,0,0,0,0,0,0 +621492,221,43,0,22,10,7,0,0,0,0,0,0 +621493,221,43,430,19,4,10,0,0,0,0,0,0 +621498,221,43,499,29,14,0,0,0,0,0,0,0 +621511,221,43,544,17,10,0,0,0,0,0,0,0 +621512,221,43,445,15,8,3,0,0,0,0,0,0 +621610,221,43,2511,74,23,35,4,0,0,0,0,0 +621910,221,43,0,4,3,0,0,0,0,0,0,0 +621991,221,43,79,5,0,0,0,0,0,0,0,0 +621999,221,43,110,17,12,0,0,0,0,0,0,0 +622110,221,43,9305,6,0,0,0,0,0,0,0,0 +622310,221,43,3080,8,0,0,4,0,0,0,0,0 +623110,221,43,2845,28,0,6,15,0,0,0,0,0 +623210,221,43,746,76,64,0,0,0,0,0,0,0 +623220,221,43,549,22,11,7,0,0,0,0,0,0 +623311,221,43,597,5,0,0,0,0,0,0,0,0 +623312,221,43,593,22,3,5,0,0,0,0,0,0 +623990,221,43,31,3,0,0,0,0,0,0,0,0 +624110,221,43,163,18,8,3,0,0,0,0,0,0 +624120,221,43,3756,81,23,34,10,0,0,0,0,0 +624190,221,43,660,59,47,3,0,0,0,0,0,0 +624210,221,43,75,4,0,0,0,0,0,0,0,0 +624221,221,43,70,4,0,0,0,0,0,0,0,0 +624229,221,43,50,4,0,0,0,0,0,0,0,0 +624230,221,43,31,4,0,0,0,0,0,0,0,0 +624310,221,43,395,17,9,3,0,0,0,0,0,0 +624410,221,43,2799,200,143,43,0,0,0,0,0,0 +711110,221,43,17,4,3,0,0,0,0,0,0,0 +711310,221,43,321,4,0,0,0,0,0,0,0,0 +711320,221,43,20,5,3,0,0,0,0,0,0,0 +711510,221,43,99,34,30,0,0,0,0,0,0,0 +712110,221,43,83,5,3,0,0,0,0,0,0,0 +713120,221,43,21,3,0,0,0,0,0,0,0,0 +713290,221,43,278,14,4,3,0,0,0,0,0,0 +713910,221,43,526,12,0,0,0,0,0,0,0,0 +713940,221,43,1513,89,62,20,0,0,0,0,0,0 +713990,221,43,225,28,20,4,0,0,0,0,0,0 +721110,221,43,2603,130,70,45,0,0,0,0,0,0 +721191,221,43,34,5,4,0,0,0,0,0,0,0 +721310,221,43,68,17,17,0,0,0,0,0,0,0 +722310,221,43,1519,60,44,12,3,0,0,0,0,0 +722320,221,43,494,31,16,7,0,0,0,0,0,0 +722330,221,43,10,4,3,0,0,0,0,0,0,0 +722410,221,43,883,107,88,11,0,0,0,0,0,0 +722511,221,43,13107,435,209,194,12,0,0,0,0,0 +722513,221,43,14043,684,397,270,0,0,0,0,0,0 +722514,221,43,747,21,10,4,0,0,0,0,0,0 +722515,221,43,1377,113,87,12,0,0,0,0,0,0 +811111,221,43,859,172,157,4,0,0,0,0,0,0 +811113,221,43,21,9,9,0,0,0,0,0,0,0 +811118,221,43,21,8,6,0,0,0,0,0,0,0 +811121,221,43,633,79,66,5,0,0,0,0,0,0 +811122,221,43,108,19,11,0,0,0,0,0,0,0 +811191,221,43,51,8,5,0,0,0,0,0,0,0 +811192,221,43,438,39,25,6,0,0,0,0,0,0 +811198,221,43,0,3,3,0,0,0,0,0,0,0 +811211,221,43,0,5,4,0,0,0,0,0,0,0 +811212,221,43,57,7,3,0,0,0,0,0,0,0 +811213,221,43,29,7,5,0,0,0,0,0,0,0 +811310,221,43,2039,103,65,21,0,0,0,0,0,0 +811412,221,43,19,6,3,0,0,0,0,0,0,0 +811420,221,43,22,6,4,0,0,0,0,0,0,0 +811490,221,43,72,26,22,0,0,0,0,0,0,0 +812111,221,43,39,10,3,0,0,0,0,0,0,0 +812112,221,43,784,170,163,6,0,0,0,0,0,0 +812113,221,43,247,103,98,0,0,0,0,0,0,0 +812191,221,43,35,7,4,0,0,0,0,0,0,0 +812199,221,43,326,45,36,4,0,0,0,0,0,0 +812210,221,43,144,19,11,0,0,0,0,0,0,0 +812220,221,43,35,4,0,0,0,0,0,0,0,0 +812310,221,43,26,7,7,0,0,0,0,0,0,0 +812320,221,43,336,39,33,4,0,0,0,0,0,0 +812332,221,43,0,4,0,0,0,0,0,0,0,0 +812910,221,43,191,27,19,3,0,0,0,0,0,0 +812930,221,43,44,8,6,0,0,0,0,0,0,0 +812990,221,43,74,21,15,0,0,0,0,0,0,0 +813110,221,43,5622,496,423,56,4,0,0,0,0,0 +813211,221,43,344,18,12,0,0,0,0,0,0,0 +813212,221,43,208,17,14,0,0,0,0,0,0,0 +813219,221,43,34,9,7,0,0,0,0,0,0,0 +813311,221,43,14,4,3,0,0,0,0,0,0,0 +813312,221,43,48,10,7,0,0,0,0,0,0,0 +813319,221,43,170,13,7,0,0,0,0,0,0,0 +813410,221,43,459,47,41,4,0,0,0,0,0,0 +813910,221,43,425,64,57,5,0,0,0,0,0,0 +813920,221,43,622,38,34,0,0,0,0,0,0,0 +813930,221,43,204,36,29,0,0,0,0,0,0,0 +813940,221,43,21,6,4,0,0,0,0,0,0,0 +813990,221,43,66,19,17,0,0,0,0,0,0,0 +115112,222,44,33,4,0,0,0,0,0,0,0,0 +115114,222,44,11,3,0,0,0,0,0,0,0,0 +211120,222,44,0,3,3,0,0,0,0,0,0,0 +213111,222,44,2,3,3,0,0,0,0,0,0,0 +213112,222,44,215,28,20,0,0,0,0,0,0,0 +221112,222,44,0,3,0,0,0,0,0,0,0,0 +221122,222,44,0,8,4,0,0,0,0,0,0,0 +221210,222,44,17,7,3,0,0,0,0,0,0,0 +221310,222,44,0,5,4,0,0,0,0,0,0,0 +236115,222,44,96,25,16,0,0,0,0,0,0,0 +236117,222,44,31,12,9,0,0,0,0,0,0,0 +236118,222,44,105,34,30,0,0,0,0,0,0,0 +236210,222,44,55,4,3,0,0,0,0,0,0,0 +236220,222,44,440,40,30,4,0,0,0,0,0,0 +237110,222,44,111,7,0,0,0,0,0,0,0,0 +237120,222,44,1326,17,4,5,4,0,0,0,0,0 +237210,222,44,17,5,3,0,0,0,0,0,0,0 +237310,222,44,302,13,3,3,0,0,0,0,0,0 +237990,222,44,0,6,0,0,0,0,0,0,0,0 +238110,222,44,80,5,0,0,0,0,0,0,0,0 +238140,222,44,76,4,0,0,0,0,0,0,0,0 +238150,222,44,49,4,0,0,0,0,0,0,0,0 +238160,222,44,78,12,10,0,0,0,0,0,0,0 +238190,222,44,0,3,0,0,0,0,0,0,0,0 +238210,222,44,509,60,51,5,0,0,0,0,0,0 +238220,222,44,641,85,74,6,0,0,0,0,0,0 +238290,222,44,102,4,0,0,0,0,0,0,0,0 +238310,222,44,59,7,3,0,0,0,0,0,0,0 +238320,222,44,80,14,12,0,0,0,0,0,0,0 +238330,222,44,22,4,0,0,0,0,0,0,0,0 +238340,222,44,6,3,0,0,0,0,0,0,0,0 +238350,222,44,61,13,12,0,0,0,0,0,0,0 +238910,222,44,293,28,20,0,0,0,0,0,0,0 +238990,222,44,173,23,20,0,0,0,0,0,0,0 +314999,222,44,7,3,3,0,0,0,0,0,0,0 +323111,222,44,59,5,0,0,0,0,0,0,0,0 +323113,222,44,28,5,3,0,0,0,0,0,0,0 +324110,222,44,1957,5,0,0,0,0,0,0,0,0 +324199,222,44,142,3,0,0,0,0,0,0,0,0 +325180,222,44,1887,6,0,0,0,0,0,0,0,0 +325199,222,44,0,4,0,0,0,0,0,0,0,0 +325211,222,44,578,4,0,0,0,0,0,0,0,0 +327320,222,44,253,8,0,0,0,0,0,0,0,0 +332312,222,44,0,3,0,0,0,0,0,0,0,0 +332322,222,44,68,4,0,0,0,0,0,0,0,0 +332410,222,44,230,3,0,0,0,0,0,0,0,0 +332710,222,44,263,9,3,3,0,0,0,0,0,0 +333132,222,44,40,3,0,0,0,0,0,0,0,0 +337110,222,44,11,4,3,0,0,0,0,0,0,0 +339116,222,44,7,4,4,0,0,0,0,0,0,0 +339950,222,44,25,4,0,0,0,0,0,0,0,0 +339991,222,44,29,3,0,0,0,0,0,0,0,0 +423110,222,44,46,3,0,0,0,0,0,0,0,0 +423120,222,44,0,3,0,0,0,0,0,0,0,0 +423130,222,44,53,4,0,0,0,0,0,0,0,0 +423310,222,44,107,7,4,0,0,0,0,0,0,0 +423320,222,44,34,7,7,0,0,0,0,0,0,0 +423330,222,44,29,3,0,0,0,0,0,0,0,0 +423420,222,44,35,7,5,0,0,0,0,0,0,0 +423450,222,44,26,5,3,0,0,0,0,0,0,0 +423510,222,44,119,7,3,0,0,0,0,0,0,0 +423610,222,44,123,9,3,3,0,0,0,0,0,0 +423690,222,44,21,4,3,0,0,0,0,0,0,0 +423710,222,44,32,5,0,0,0,0,0,0,0,0 +423730,222,44,61,12,10,0,0,0,0,0,0,0 +423810,222,44,143,10,3,4,0,0,0,0,0,0 +423820,222,44,100,10,6,0,0,0,0,0,0,0 +423830,222,44,282,31,25,3,0,0,0,0,0,0 +423840,222,44,174,17,14,3,0,0,0,0,0,0 +423850,222,44,21,4,0,0,0,0,0,0,0,0 +423990,222,44,50,8,7,0,0,0,0,0,0,0 +424210,222,44,41,3,0,0,0,0,0,0,0,0 +424490,222,44,240,11,8,0,0,0,0,0,0,0 +424690,222,44,70,9,5,0,0,0,0,0,0,0 +424710,222,44,200,13,6,0,0,0,0,0,0,0 +424910,222,44,59,4,3,0,0,0,0,0,0,0 +425120,222,44,17,6,5,0,0,0,0,0,0,0 +441110,222,44,1118,12,0,7,0,0,0,0,0,0 +441120,222,44,120,15,13,0,0,0,0,0,0,0 +441222,222,44,40,4,0,0,0,0,0,0,0,0 +441228,222,44,44,4,0,0,0,0,0,0,0,0 +441310,222,44,335,40,35,0,0,0,0,0,0,0 +441320,222,44,174,23,18,0,0,0,0,0,0,0 +442110,222,44,163,17,13,3,0,0,0,0,0,0 +442210,222,44,44,9,8,0,0,0,0,0,0,0 +442299,222,44,96,10,9,0,0,0,0,0,0,0 +443141,222,44,51,5,0,0,0,0,0,0,0,0 +443142,222,44,108,10,7,0,0,0,0,0,0,0 +444110,222,44,613,4,0,0,4,0,0,0,0,0 +444120,222,44,31,6,4,0,0,0,0,0,0,0 +444130,222,44,70,12,8,0,0,0,0,0,0,0 +444190,222,44,317,34,30,0,0,0,0,0,0,0 +444210,222,44,69,8,7,0,0,0,0,0,0,0 +444220,222,44,109,11,8,0,0,0,0,0,0,0 +445110,222,44,1730,43,8,24,3,0,0,0,0,0 +445120,222,44,60,21,20,0,0,0,0,0,0,0 +445210,222,44,35,6,3,0,0,0,0,0,0,0 +445220,222,44,8,4,4,0,0,0,0,0,0,0 +445310,222,44,78,8,4,0,0,0,0,0,0,0 +446110,222,44,527,43,32,9,0,0,0,0,0,0 +446120,222,44,125,12,6,3,0,0,0,0,0,0 +446130,222,44,59,9,7,0,0,0,0,0,0,0 +446191,222,44,46,10,10,0,0,0,0,0,0,0 +446199,222,44,44,8,7,0,0,0,0,0,0,0 +447110,222,44,1063,167,158,5,0,0,0,0,0,0 +447190,222,44,277,11,4,4,0,0,0,0,0,0 +448110,222,44,37,6,3,0,0,0,0,0,0,0 +448120,222,44,196,26,22,0,0,0,0,0,0,0 +448130,222,44,79,11,8,0,0,0,0,0,0,0 +448140,222,44,423,26,14,6,0,0,0,0,0,0 +448150,222,44,76,6,3,0,0,0,0,0,0,0 +448190,222,44,98,17,13,0,0,0,0,0,0,0 +448210,222,44,128,16,14,0,0,0,0,0,0,0 +448310,222,44,62,14,14,0,0,0,0,0,0,0 +451110,222,44,147,10,5,0,0,0,0,0,0,0 +451120,222,44,92,3,0,3,0,0,0,0,0,0 +452210,222,44,356,4,0,3,0,0,0,0,0,0 +452311,222,44,0,7,0,0,0,4,0,0,0,0 +452319,222,44,513,69,65,4,0,0,0,0,0,0 +453110,222,44,38,11,11,0,0,0,0,0,0,0 +453210,222,44,54,5,0,0,0,0,0,0,0,0 +453220,222,44,83,13,8,0,0,0,0,0,0,0 +453310,222,44,90,13,8,0,0,0,0,0,0,0 +453930,222,44,36,7,6,0,0,0,0,0,0,0 +453991,222,44,31,6,6,0,0,0,0,0,0,0 +453998,222,44,140,21,16,0,0,0,0,0,0,0 +454110,222,44,18,6,4,0,0,0,0,0,0,0 +454210,222,44,0,4,3,0,0,0,0,0,0,0 +454310,222,44,23,3,0,0,0,0,0,0,0,0 +454390,222,44,64,14,13,0,0,0,0,0,0,0 +481211,222,44,0,3,0,0,0,0,0,0,0,0 +484110,222,44,50,15,13,0,0,0,0,0,0,0 +484121,222,44,173,15,10,4,0,0,0,0,0,0 +484122,222,44,90,5,0,0,0,0,0,0,0,0 +484210,222,44,28,5,3,0,0,0,0,0,0,0 +484220,222,44,278,40,32,4,0,0,0,0,0,0 +484230,222,44,243,14,5,7,0,0,0,0,0,0 +485991,222,44,16,3,0,0,0,0,0,0,0,0 +486110,222,44,0,4,3,0,0,0,0,0,0,0 +486210,222,44,197,21,16,0,0,0,0,0,0,0 +486910,222,44,77,4,0,0,0,0,0,0,0,0 +488190,222,44,125,4,0,0,0,0,0,0,0,0 +488210,222,44,36,5,4,0,0,0,0,0,0,0 +488320,222,44,334,5,0,0,0,0,0,0,0,0 +488330,222,44,90,7,0,0,0,0,0,0,0,0 +488390,222,44,33,5,3,0,0,0,0,0,0,0 +488410,222,44,62,11,8,0,0,0,0,0,0,0 +488510,222,44,19,7,6,0,0,0,0,0,0,0 +492110,222,44,289,6,0,0,0,0,0,0,0,0 +493110,222,44,44,3,3,0,0,0,0,0,0,0 +511110,222,44,0,4,0,0,0,0,0,0,0,0 +515112,222,44,0,3,0,0,0,0,0,0,0,0 +515120,222,44,0,4,0,0,0,0,0,0,0,0 +517311,222,44,261,21,17,0,0,0,0,0,0,0 +517312,222,44,123,11,7,0,0,0,0,0,0,0 +518210,222,44,19,4,0,0,0,0,0,0,0,0 +522110,222,44,891,95,85,7,0,0,0,0,0,0 +522120,222,44,0,8,3,0,0,0,0,0,0,0 +522130,222,44,255,23,17,3,0,0,0,0,0,0 +522291,222,44,160,41,40,0,0,0,0,0,0,0 +522292,222,44,23,7,5,0,0,0,0,0,0,0 +522298,222,44,56,4,0,0,0,0,0,0,0,0 +522310,222,44,35,6,4,0,0,0,0,0,0,0 +522390,222,44,157,30,28,0,0,0,0,0,0,0 +523120,222,44,39,10,7,0,0,0,0,0,0,0 +523910,222,44,9,5,4,0,0,0,0,0,0,0 +523920,222,44,79,27,24,0,0,0,0,0,0,0 +523930,222,44,9,9,9,0,0,0,0,0,0,0 +523991,222,44,0,3,0,0,0,0,0,0,0,0 +524126,222,44,22,3,0,0,0,0,0,0,0,0 +524210,222,44,485,100,98,0,0,0,0,0,0,0 +531110,222,44,131,42,40,0,0,0,0,0,0,0 +531120,222,44,110,21,20,0,0,0,0,0,0,0 +531130,222,44,45,18,18,0,0,0,0,0,0,0 +531190,222,44,45,12,10,0,0,0,0,0,0,0 +531210,222,44,103,32,32,0,0,0,0,0,0,0 +531311,222,44,107,18,15,0,0,0,0,0,0,0 +531312,222,44,27,5,4,0,0,0,0,0,0,0 +531320,222,44,9,7,7,0,0,0,0,0,0,0 +531390,222,44,0,3,3,0,0,0,0,0,0,0 +532111,222,44,70,9,5,0,0,0,0,0,0,0 +532120,222,44,22,4,3,0,0,0,0,0,0,0 +532210,222,44,29,9,9,0,0,0,0,0,0,0 +532289,222,44,0,3,0,0,0,0,0,0,0,0 +532310,222,44,47,6,3,0,0,0,0,0,0,0 +532412,222,44,216,25,19,3,0,0,0,0,0,0 +532490,222,44,340,21,17,3,0,0,0,0,0,0 +541110,222,44,772,155,144,9,0,0,0,0,0,0 +541191,222,44,37,10,7,0,0,0,0,0,0,0 +541211,222,44,262,46,43,0,0,0,0,0,0,0 +541213,222,44,140,22,18,0,0,0,0,0,0,0 +541214,222,44,112,3,0,0,0,0,0,0,0,0 +541219,222,44,116,21,16,0,0,0,0,0,0,0 +541310,222,44,49,14,13,0,0,0,0,0,0,0 +541330,222,44,1358,87,74,5,0,0,0,0,0,0 +541370,222,44,54,8,7,0,0,0,0,0,0,0 +541380,222,44,597,14,3,8,0,0,0,0,0,0 +541410,222,44,6,4,4,0,0,0,0,0,0,0 +541430,222,44,3,3,3,0,0,0,0,0,0,0 +541511,222,44,28,9,7,0,0,0,0,0,0,0 +541512,222,44,69,12,11,0,0,0,0,0,0,0 +541611,222,44,59,26,24,0,0,0,0,0,0,0 +541613,222,44,2,3,3,0,0,0,0,0,0,0 +541620,222,44,57,8,4,0,0,0,0,0,0,0 +541690,222,44,152,23,19,0,0,0,0,0,0,0 +541810,222,44,25,6,4,0,0,0,0,0,0,0 +541850,222,44,18,4,3,0,0,0,0,0,0,0 +541890,222,44,44,8,4,0,0,0,0,0,0,0 +541921,222,44,19,6,5,0,0,0,0,0,0,0 +541940,222,44,322,29,19,7,0,0,0,0,0,0 +541990,222,44,0,5,3,0,0,0,0,0,0,0 +551112,222,44,0,3,0,0,0,0,0,0,0,0 +551114,222,44,450,19,14,0,0,0,0,0,0,0 +561110,222,44,425,25,17,4,0,0,0,0,0,0 +561311,222,44,0,4,0,0,0,0,0,0,0,0 +561312,222,44,0,3,0,0,0,0,0,0,0,0 +561320,222,44,669,15,5,4,0,0,0,0,0,0 +561330,222,44,0,3,0,0,0,0,0,0,0,0 +561431,222,44,16,4,3,0,0,0,0,0,0,0 +561492,222,44,3,3,3,0,0,0,0,0,0,0 +561510,222,44,10,3,3,0,0,0,0,0,0,0 +561611,222,44,0,3,3,0,0,0,0,0,0,0 +561612,222,44,453,8,0,0,0,0,0,0,0,0 +561621,222,44,29,5,0,0,0,0,0,0,0,0 +561622,222,44,11,4,3,0,0,0,0,0,0,0 +561710,222,44,118,10,5,0,0,0,0,0,0,0 +561720,222,44,992,33,25,4,0,0,0,0,0,0 +561730,222,44,293,42,39,0,0,0,0,0,0,0 +561790,222,44,20,5,4,0,0,0,0,0,0,0 +561990,222,44,57,6,3,0,0,0,0,0,0,0 +562111,222,44,243,23,15,5,0,0,0,0,0,0 +562910,222,44,132,12,6,0,0,0,0,0,0,0 +562998,222,44,0,3,0,0,0,0,0,0,0,0 +611110,222,44,883,21,6,10,0,0,0,0,0,0 +611519,222,44,47,6,0,0,0,0,0,0,0,0 +611610,222,44,51,8,5,0,0,0,0,0,0,0 +611620,222,44,36,8,7,0,0,0,0,0,0,0 +611691,222,44,0,4,0,0,0,0,0,0,0,0 +621111,222,44,1971,145,126,14,0,0,0,0,0,0 +621112,222,44,15,5,4,0,0,0,0,0,0,0 +621210,222,44,573,77,73,0,0,0,0,0,0,0 +621310,222,44,136,33,30,0,0,0,0,0,0,0 +621320,222,44,49,9,5,0,0,0,0,0,0,0 +621330,222,44,119,14,11,0,0,0,0,0,0,0 +621340,222,44,677,33,24,3,0,0,0,0,0,0 +621391,222,44,22,3,0,0,0,0,0,0,0,0 +621399,222,44,32,25,24,0,0,0,0,0,0,0 +621420,222,44,107,8,3,0,0,0,0,0,0,0 +621492,222,44,86,4,0,3,0,0,0,0,0,0 +621493,222,44,130,8,3,0,0,0,0,0,0,0 +621498,222,44,239,6,0,0,0,0,0,0,0,0 +621511,222,44,0,4,3,0,0,0,0,0,0,0 +621512,222,44,48,7,4,0,0,0,0,0,0,0 +621610,222,44,485,21,8,8,0,0,0,0,0,0 +622110,222,44,4598,6,0,0,0,0,0,0,0,0 +622310,222,44,186,3,0,3,0,0,0,0,0,0 +623110,222,44,1406,15,0,6,4,0,0,0,0,0 +623210,222,44,422,55,53,0,0,0,0,0,0,0 +623220,222,44,121,6,3,0,0,0,0,0,0,0 +623312,222,44,196,10,3,4,0,0,0,0,0,0 +624110,222,44,52,4,0,0,0,0,0,0,0,0 +624120,222,44,1084,20,0,14,0,0,0,0,0,0 +624190,222,44,671,17,11,0,0,0,0,0,0,0 +624221,222,44,0,3,0,0,0,0,0,0,0,0 +624229,222,44,13,4,0,0,0,0,0,0,0,0 +624310,222,44,58,4,0,0,0,0,0,0,0,0 +624410,222,44,470,39,33,5,0,0,0,0,0,0 +711510,222,44,8,4,3,0,0,0,0,0,0,0 +712110,222,44,21,5,4,0,0,0,0,0,0,0 +713120,222,44,14,6,5,0,0,0,0,0,0,0 +713290,222,44,136,15,13,0,0,0,0,0,0,0 +713910,222,44,156,3,0,0,0,0,0,0,0,0 +713930,222,44,6,3,3,0,0,0,0,0,0,0 +713940,222,44,102,19,16,0,0,0,0,0,0,0 +713990,222,44,112,14,7,0,0,0,0,0,0,0 +721110,222,44,644,55,42,6,0,0,0,0,0,0 +721120,222,44,6274,4,0,0,0,0,0,0,0,0 +721211,222,44,29,7,5,0,0,0,0,0,0,0 +722310,222,44,97,7,0,0,0,0,0,0,0,0 +722320,222,44,83,12,10,0,0,0,0,0,0,0 +722330,222,44,11,4,3,0,0,0,0,0,0,0 +722410,222,44,212,34,32,0,0,0,0,0,0,0 +722511,222,44,3428,129,58,66,3,0,0,0,0,0 +722513,222,44,3813,194,104,86,0,0,0,0,0,0 +722514,222,44,51,9,8,0,0,0,0,0,0,0 +722515,222,44,254,40,39,0,0,0,0,0,0,0 +811111,222,44,211,41,39,0,0,0,0,0,0,0 +811113,222,44,11,3,0,0,0,0,0,0,0,0 +811118,222,44,23,5,3,0,0,0,0,0,0,0 +811121,222,44,162,25,21,0,0,0,0,0,0,0 +811122,222,44,38,12,11,0,0,0,0,0,0,0 +811191,222,44,54,10,6,0,0,0,0,0,0,0 +811192,222,44,39,6,3,0,0,0,0,0,0,0 +811213,222,44,0,5,0,0,0,0,0,0,0,0 +811219,222,44,18,3,3,0,0,0,0,0,0,0 +811310,222,44,430,26,19,5,0,0,0,0,0,0 +811490,222,44,13,3,0,0,0,0,0,0,0,0 +812112,222,44,203,25,21,3,0,0,0,0,0,0 +812191,222,44,24,3,0,0,0,0,0,0,0,0 +812199,222,44,41,15,12,0,0,0,0,0,0,0 +812210,222,44,175,21,13,3,0,0,0,0,0,0 +812220,222,44,13,3,0,0,0,0,0,0,0,0 +812320,222,44,114,13,9,0,0,0,0,0,0,0 +812332,222,44,103,4,0,0,0,0,0,0,0,0 +812910,222,44,27,8,6,0,0,0,0,0,0,0 +812990,222,44,14,7,6,0,0,0,0,0,0,0 +813110,222,44,1739,184,162,16,0,0,0,0,0,0 +813211,222,44,7,3,3,0,0,0,0,0,0,0 +813410,222,44,157,16,10,4,0,0,0,0,0,0 +813910,222,44,90,10,8,0,0,0,0,0,0,0 +813920,222,44,5,4,4,0,0,0,0,0,0,0 +813930,222,44,54,18,17,0,0,0,0,0,0,0 +114111,223,45,2,3,3,0,0,0,0,0,0,0 +114112,223,45,32,23,22,0,0,0,0,0,0,0 +115210,223,45,16,7,6,0,0,0,0,0,0,0 +211120,223,45,874,36,20,0,0,0,0,0,0,0 +211130,223,45,0,3,0,0,0,0,0,0,0,0 +212321,223,45,65,6,0,0,0,0,0,0,0,0 +213111,223,45,0,3,3,0,0,0,0,0,0,0 +213112,223,45,1296,65,38,8,0,0,0,0,0,0 +221112,223,45,0,14,3,0,0,0,0,0,0,0 +221113,223,45,0,3,0,0,0,0,0,0,0,0 +221121,223,45,0,4,0,0,0,0,0,0,0,0 +221122,223,45,0,50,26,3,0,0,0,0,0,0 +221310,223,45,56,8,4,0,0,0,0,0,0,0 +221320,223,45,0,7,5,0,0,0,0,0,0,0 +236115,223,45,309,109,103,0,0,0,0,0,0,0 +236116,223,45,7,4,3,0,0,0,0,0,0,0 +236117,223,45,241,55,47,0,0,0,0,0,0,0 +236118,223,45,939,284,272,3,0,0,0,0,0,0 +236210,223,45,0,3,0,0,0,0,0,0,0,0 +236220,223,45,2577,220,172,28,0,0,0,0,0,0 +237110,223,45,753,27,11,0,0,0,0,0,0,0 +237120,223,45,324,14,0,0,0,0,0,0,0,0 +237130,223,45,214,15,6,3,0,0,0,0,0,0 +237210,223,45,12,6,6,0,0,0,0,0,0,0 +237310,223,45,929,45,20,4,3,0,0,0,0,0 +237990,223,45,1215,43,15,10,0,0,0,0,0,0 +238110,223,45,580,41,24,3,0,0,0,0,0,0 +238120,223,45,247,13,3,0,0,0,0,0,0,0 +238130,223,45,72,16,14,0,0,0,0,0,0,0 +238140,223,45,200,24,10,3,0,0,0,0,0,0 +238150,223,45,298,26,15,0,0,0,0,0,0,0 +238160,223,45,407,45,31,4,0,0,0,0,0,0 +238170,223,45,52,6,3,0,0,0,0,0,0,0 +238190,223,45,106,21,7,0,0,0,0,0,0,0 +238210,223,45,3013,301,261,21,0,0,0,0,0,0 +238220,223,45,3817,466,420,30,3,0,0,0,0,0 +238290,223,45,615,37,21,5,0,0,0,0,0,0 +238310,223,45,436,46,37,0,0,0,0,0,0,0 +238320,223,45,607,70,56,0,0,0,0,0,0,0 +238330,223,45,213,38,29,0,0,0,0,0,0,0 +238340,223,45,169,26,16,0,0,0,0,0,0,0 +238350,223,45,314,60,53,0,0,0,0,0,0,0 +238390,223,45,849,23,12,0,0,0,0,0,0,0 +238910,223,45,1312,77,51,10,0,0,0,0,0,0 +238990,223,45,1173,105,81,4,0,0,0,0,0,0 +311340,223,45,32,5,3,0,0,0,0,0,0,0 +311352,223,45,0,3,0,0,0,0,0,0,0,0 +311612,223,45,0,4,0,0,0,0,0,0,0,0 +311811,223,45,215,23,7,0,0,0,0,0,0,0 +311812,223,45,518,10,0,0,0,0,0,0,0,0 +311920,223,45,631,10,0,0,0,0,0,0,0,0 +311942,223,45,125,3,0,0,0,0,0,0,0,0 +312120,223,45,57,10,4,0,0,0,0,0,0,0 +312140,223,45,27,6,3,0,0,0,0,0,0,0 +314120,223,45,7,6,3,0,0,0,0,0,0,0 +314910,223,45,24,4,3,0,0,0,0,0,0,0 +314999,223,45,48,9,4,0,0,0,0,0,0,0 +315280,223,45,11,3,0,0,0,0,0,0,0,0 +321113,223,45,145,4,0,0,0,0,0,0,0,0 +321911,223,45,94,3,0,0,0,0,0,0,0,0 +321999,223,45,3,3,3,0,0,0,0,0,0,0 +323111,223,45,717,62,52,4,0,0,0,0,0,0 +323113,223,45,137,21,12,0,0,0,0,0,0,0 +325120,223,45,0,3,3,0,0,0,0,0,0,0 +325199,223,45,404,4,0,0,0,0,0,0,0,0 +325510,223,45,134,5,0,0,0,0,0,0,0,0 +325611,223,45,60,3,0,0,0,0,0,0,0,0 +325998,223,45,0,3,0,0,0,0,0,0,0,0 +326199,223,45,43,5,0,0,0,0,0,0,0,0 +327320,223,45,0,11,0,0,0,0,0,0,0,0 +332312,223,45,224,10,0,3,0,0,0,0,0,0 +332321,223,45,106,5,0,3,0,0,0,0,0,0 +332322,223,45,145,9,3,3,0,0,0,0,0,0 +332323,223,45,21,6,0,0,0,0,0,0,0,0 +332710,223,45,422,38,20,0,0,0,0,0,0,0 +332999,223,45,170,8,0,0,0,0,0,0,0,0 +333132,223,45,99,6,0,0,0,0,0,0,0,0 +333249,223,45,11,3,0,0,0,0,0,0,0,0 +336611,223,45,470,22,11,0,0,0,0,0,0,0 +336612,223,45,12,3,0,0,0,0,0,0,0,0 +337110,223,45,81,12,0,0,0,0,0,0,0,0 +337212,223,45,80,9,0,0,0,0,0,0,0,0 +339113,223,45,0,3,3,0,0,0,0,0,0,0 +339116,223,45,94,27,21,0,0,0,0,0,0,0 +339950,223,45,150,14,3,0,0,0,0,0,0,0 +339999,223,45,51,15,9,0,0,0,0,0,0,0 +423110,223,45,146,9,0,3,0,0,0,0,0,0 +423120,223,45,345,33,22,4,0,0,0,0,0,0 +423130,223,45,158,8,3,0,0,0,0,0,0,0 +423210,223,45,91,17,15,0,0,0,0,0,0,0 +423220,223,45,125,16,8,0,0,0,0,0,0,0 +423310,223,45,349,22,12,3,0,0,0,0,0,0 +423320,223,45,480,19,10,0,0,0,0,0,0,0 +423330,223,45,141,13,4,0,0,0,0,0,0,0 +423390,223,45,219,16,8,0,0,0,0,0,0,0 +423420,223,45,247,34,27,5,0,0,0,0,0,0 +423430,223,45,81,16,12,0,0,0,0,0,0,0 +423440,223,45,45,11,10,0,0,0,0,0,0,0 +423450,223,45,550,42,30,0,0,0,0,0,0,0 +423490,223,45,37,4,0,0,0,0,0,0,0,0 +423510,223,45,525,41,32,0,0,0,0,0,0,0 +423610,223,45,574,68,49,8,0,0,0,0,0,0 +423620,223,45,47,5,3,0,0,0,0,0,0,0 +423690,223,45,238,27,16,4,0,0,0,0,0,0 +423710,223,45,82,13,11,0,0,0,0,0,0,0 +423720,223,45,186,21,14,0,0,0,0,0,0,0 +423730,223,45,463,48,39,3,0,0,0,0,0,0 +423740,223,45,58,8,7,0,0,0,0,0,0,0 +423810,223,45,233,11,3,3,0,0,0,0,0,0 +423820,223,45,23,4,0,0,0,0,0,0,0,0 +423830,223,45,2073,172,129,33,0,0,0,0,0,0 +423840,223,45,575,59,35,4,0,0,0,0,0,0 +423850,223,45,280,26,21,3,0,0,0,0,0,0 +423860,223,45,384,31,19,0,0,0,0,0,0,0 +423910,223,45,110,18,15,0,0,0,0,0,0,0 +423930,223,45,23,6,0,0,0,0,0,0,0,0 +423940,223,45,40,17,15,0,0,0,0,0,0,0 +423990,223,45,255,24,14,0,0,0,0,0,0,0 +424120,223,45,129,14,11,0,0,0,0,0,0,0 +424130,223,45,265,13,3,0,0,0,0,0,0,0 +424210,223,45,6,9,7,0,0,0,0,0,0,0 +424310,223,45,37,7,0,0,0,0,0,0,0,0 +424320,223,45,74,11,4,0,0,0,0,0,0,0 +424330,223,45,12,7,3,0,0,0,0,0,0,0 +424410,223,45,630,11,5,0,0,0,0,0,0,0 +424420,223,45,1022,19,4,3,0,0,0,0,0,0 +424430,223,45,39,3,0,0,0,0,0,0,0,0 +424450,223,45,38,7,0,0,0,0,0,0,0,0 +424460,223,45,155,31,26,0,0,0,0,0,0,0 +424470,223,45,214,3,0,0,0,0,0,0,0,0 +424480,223,45,159,11,3,3,0,0,0,0,0,0 +424490,223,45,1303,56,41,4,0,0,0,0,0,0 +424510,223,45,0,7,0,0,0,0,0,0,0,0 +424610,223,45,37,6,3,0,0,0,0,0,0,0 +424690,223,45,531,36,17,4,0,0,0,0,0,0 +424710,223,45,453,10,0,0,0,0,0,0,0,0 +424720,223,45,21,5,4,0,0,0,0,0,0,0 +424820,223,45,97,15,4,0,0,0,0,0,0,0 +424910,223,45,33,3,0,0,0,0,0,0,0,0 +424950,223,45,31,6,3,0,0,0,0,0,0,0 +424990,223,45,315,54,48,0,0,0,0,0,0,0 +425120,223,45,846,124,113,0,0,0,0,0,0,0 +441110,223,45,4656,73,8,41,14,0,0,0,0,0 +441120,223,45,157,48,43,0,0,0,0,0,0,0 +441222,223,45,195,25,20,0,0,0,0,0,0,0 +441228,223,45,165,17,9,0,0,0,0,0,0,0 +441310,223,45,1530,160,136,10,0,0,0,0,0,0 +441320,223,45,599,81,72,0,0,0,0,0,0,0 +442110,223,45,813,93,77,9,0,0,0,0,0,0 +442210,223,45,333,45,36,3,0,0,0,0,0,0 +442291,223,45,0,3,0,0,0,0,0,0,0,0 +442299,223,45,819,68,52,11,0,0,0,0,0,0 +443141,223,45,150,23,15,0,0,0,0,0,0,0 +443142,223,45,1095,115,100,3,0,0,0,0,0,0 +444110,223,45,0,20,0,0,15,0,0,0,0,0 +444120,223,45,159,41,39,0,0,0,0,0,0,0 +444130,223,45,472,56,38,3,0,0,0,0,0,0 +444190,223,45,1328,149,122,14,0,0,0,0,0,0 +444210,223,45,58,10,4,0,0,0,0,0,0,0 +444220,223,45,158,24,14,0,0,0,0,0,0,0 +445110,223,45,10484,306,173,61,42,0,0,0,0,0 +445120,223,45,385,131,122,0,0,0,0,0,0,0 +445210,223,45,49,8,0,0,0,0,0,0,0,0 +445220,223,45,182,25,13,0,0,0,0,0,0,0 +445291,223,45,135,15,4,0,0,0,0,0,0,0 +445292,223,45,141,12,6,0,0,0,0,0,0,0 +445299,223,45,34,7,4,0,0,0,0,0,0,0 +445310,223,45,259,32,28,0,0,0,0,0,0,0 +446110,223,45,3772,261,161,80,0,0,0,0,0,0 +446120,223,45,881,114,93,13,0,0,0,0,0,0 +446130,223,45,315,49,44,0,0,0,0,0,0,0 +446191,223,45,132,41,37,0,0,0,0,0,0,0 +446199,223,45,227,40,37,0,0,0,0,0,0,0 +447110,223,45,2933,449,430,10,0,0,0,0,0,0 +447190,223,45,403,39,17,0,0,0,0,0,0,0 +448110,223,45,407,63,59,3,0,0,0,0,0,0 +448120,223,45,2142,209,179,17,0,0,0,0,0,0 +448130,223,45,407,41,28,0,0,0,0,0,0,0 +448140,223,45,2476,122,71,45,0,0,0,0,0,0 +448150,223,45,246,42,34,0,0,0,0,0,0,0 +448190,223,45,592,63,46,9,0,0,0,0,0,0 +448210,223,45,1129,140,131,3,0,0,0,0,0,0 +448310,223,45,546,104,100,3,0,0,0,0,0,0 +451110,223,45,700,56,43,3,0,0,0,0,0,0 +451120,223,45,653,35,18,11,0,0,0,0,0,0 +451130,223,45,116,18,10,0,0,0,0,0,0,0 +451140,223,45,102,7,0,0,0,0,0,0,0,0 +451211,223,45,220,29,20,3,0,0,0,0,0,0 +452210,223,45,1749,16,0,8,4,0,0,0,0,0 +452311,223,45,3418,26,0,0,11,8,0,0,0,0 +452319,223,45,2134,215,180,22,0,0,0,0,0,0 +453110,223,45,185,37,28,0,0,0,0,0,0,0 +453210,223,45,277,28,16,0,0,0,0,0,0,0 +453220,223,45,867,134,124,4,0,0,0,0,0,0 +453310,223,45,694,69,55,7,0,0,0,0,0,0 +453910,223,45,381,36,27,4,0,0,0,0,0,0 +453920,223,45,227,66,63,0,0,0,0,0,0,0 +453991,223,45,225,52,48,0,0,0,0,0,0,0 +453998,223,45,452,85,75,0,0,0,0,0,0,0 +454110,223,45,687,71,53,5,0,0,0,0,0,0 +454210,223,45,60,8,4,0,0,0,0,0,0,0 +454310,223,45,45,7,0,0,0,0,0,0,0,0 +454390,223,45,584,83,69,0,0,0,0,0,0,0 +481111,223,45,708,9,0,0,3,0,0,0,0,0 +481211,223,45,52,3,0,0,0,0,0,0,0,0 +483111,223,45,101,9,0,0,0,0,0,0,0,0 +483113,223,45,1700,31,13,0,0,0,0,0,0,0 +483211,223,45,252,37,28,3,0,0,0,0,0,0 +483212,223,45,114,8,0,0,0,0,0,0,0,0 +484110,223,45,426,74,55,0,0,0,0,0,0,0 +484121,223,45,522,46,34,0,0,0,0,0,0,0 +484122,223,45,670,22,4,3,0,0,0,0,0,0 +484210,223,45,366,24,7,0,0,0,0,0,0,0 +484220,223,45,581,88,65,0,0,0,0,0,0,0 +484230,223,45,915,33,6,0,0,0,0,0,0,0 +485113,223,45,0,3,0,0,0,0,0,0,0,0 +485310,223,45,26,10,7,0,0,0,0,0,0,0 +485320,223,45,327,15,4,3,0,0,0,0,0,0 +485410,223,45,813,16,3,3,0,0,0,0,0,0 +485510,223,45,0,3,0,0,0,0,0,0,0,0 +485991,223,45,25,9,4,0,0,0,0,0,0,0 +485999,223,45,125,12,4,0,0,0,0,0,0,0 +486210,223,45,51,13,4,0,0,0,0,0,0,0 +487110,223,45,119,5,0,0,0,0,0,0,0,0 +487210,223,45,468,27,16,0,0,0,0,0,0,0 +488119,223,45,512,9,0,4,0,0,0,0,0,0 +488190,223,45,0,3,0,0,0,0,0,0,0,0 +488210,223,45,69,7,3,0,0,0,0,0,0,0 +488310,223,45,11,7,0,0,0,0,0,0,0,0 +488320,223,45,925,14,0,0,0,0,0,0,0,0 +488330,223,45,1521,93,64,10,3,0,0,0,0,0 +488390,223,45,1561,57,27,9,0,0,0,0,0,0 +488410,223,45,141,27,21,0,0,0,0,0,0,0 +488490,223,45,120,12,5,0,0,0,0,0,0,0 +488510,223,45,1223,117,99,11,0,0,0,0,0,0 +488991,223,45,23,6,0,0,0,0,0,0,0,0 +492110,223,45,1150,41,23,0,4,0,0,0,0,0 +492210,223,45,78,17,11,0,0,0,0,0,0,0 +493110,223,45,784,42,30,3,0,0,0,0,0,0 +493120,223,45,0,3,0,3,0,0,0,0,0,0 +493190,223,45,782,21,5,0,0,0,0,0,0,0 +511110,223,45,48,4,0,0,0,0,0,0,0,0 +511120,223,45,129,23,18,0,0,0,0,0,0,0 +511210,223,45,265,16,4,3,0,0,0,0,0,0 +512110,223,45,640,35,28,0,0,0,0,0,0,0 +512131,223,45,212,13,0,3,0,0,0,0,0,0 +512191,223,45,17,8,6,0,0,0,0,0,0,0 +515112,223,45,224,13,3,0,0,0,0,0,0,0 +515120,223,45,537,12,0,0,3,0,0,0,0,0 +517311,223,45,945,89,54,14,0,0,0,0,0,0 +517312,223,45,1004,99,82,7,0,0,0,0,0,0 +517911,223,45,71,19,11,0,0,0,0,0,0,0 +517919,223,45,18,9,4,0,0,0,0,0,0,0 +518210,223,45,536,47,35,3,0,0,0,0,0,0 +519130,223,45,121,14,12,0,0,0,0,0,0,0 +522110,223,45,6127,317,262,35,0,3,0,0,0,0 +522120,223,45,447,52,44,0,0,0,0,0,0,0 +522130,223,45,937,120,97,7,0,0,0,0,0,0 +522220,223,45,51,14,10,0,0,0,0,0,0,0 +522291,223,45,559,103,94,0,0,0,0,0,0,0 +522292,223,45,435,56,47,0,0,0,0,0,0,0 +522298,223,45,146,32,25,0,0,0,0,0,0,0 +522310,223,45,63,19,15,0,0,0,0,0,0,0 +522320,223,45,37,16,12,0,0,0,0,0,0,0 +522390,223,45,372,116,111,0,0,0,0,0,0,0 +523110,223,45,200,28,22,3,0,0,0,0,0,0 +523120,223,45,483,53,38,5,0,0,0,0,0,0 +523910,223,45,95,21,19,0,0,0,0,0,0,0 +523920,223,45,509,151,148,0,0,0,0,0,0,0 +523930,223,45,148,54,50,0,0,0,0,0,0,0 +523991,223,45,0,3,0,0,0,0,0,0,0,0 +523999,223,45,14,8,6,0,0,0,0,0,0,0 +524113,223,45,1085,46,35,3,0,0,0,0,0,0 +524114,223,45,2024,21,8,7,3,0,0,0,0,0 +524126,223,45,1307,58,41,11,0,0,0,0,0,0 +524127,223,45,18,8,4,0,0,0,0,0,0,0 +524210,223,45,3586,640,606,22,0,0,0,0,0,0 +524291,223,45,245,45,36,0,0,0,0,0,0,0 +524292,223,45,543,24,19,0,0,0,0,0,0,0 +524298,223,45,66,14,9,0,0,0,0,0,0,0 +525990,223,45,12,4,0,0,0,0,0,0,0,0 +531110,223,45,1525,209,197,3,3,0,0,0,0,0 +531120,223,45,613,150,140,3,0,0,0,0,0,0 +531130,223,45,352,81,74,0,0,0,0,0,0,0 +531190,223,45,68,35,32,0,0,0,0,0,0,0 +531210,223,45,1022,306,298,0,0,0,0,0,0,0 +531311,223,45,958,179,172,3,0,0,0,0,0,0 +531312,223,45,384,55,45,0,0,0,0,0,0,0 +531320,223,45,68,41,41,0,0,0,0,0,0,0 +531390,223,45,136,45,38,0,0,0,0,0,0,0 +532111,223,45,589,48,41,0,0,0,0,0,0,0 +532120,223,45,154,21,17,3,0,0,0,0,0,0 +532210,223,45,29,45,42,0,0,0,0,0,0,0 +532281,223,45,30,7,3,0,0,0,0,0,0,0 +532283,223,45,49,6,0,0,0,0,0,0,0,0 +532284,223,45,8,3,0,0,0,0,0,0,0,0 +532289,223,45,198,20,12,0,0,0,0,0,0,0 +532310,223,45,45,6,3,0,0,0,0,0,0,0 +532411,223,45,54,10,3,0,0,0,0,0,0,0 +532412,223,45,263,37,22,0,0,0,0,0,0,0 +532490,223,45,1010,90,69,5,0,0,0,0,0,0 +533110,223,45,66,14,4,0,0,0,0,0,0,0 +541110,223,45,8329,1270,1171,81,9,0,0,0,0,0 +541191,223,45,515,83,75,3,0,0,0,0,0,0 +541199,223,45,95,35,29,0,0,0,0,0,0,0 +541211,223,45,2037,282,257,12,0,0,0,0,0,0 +541213,223,45,860,139,113,7,0,0,0,0,0,0 +541214,223,45,672,26,11,0,0,0,0,0,0,0 +541219,223,45,649,141,130,0,0,0,0,0,0,0 +541310,223,45,878,115,102,9,0,0,0,0,0,0 +541320,223,45,122,24,21,0,0,0,0,0,0,0 +541330,223,45,5005,351,287,48,4,0,0,0,0,0 +541340,223,45,23,11,10,0,0,0,0,0,0,0 +541350,223,45,55,17,14,0,0,0,0,0,0,0 +541370,223,45,212,31,24,0,0,0,0,0,0,0 +541380,223,45,1862,54,13,12,0,0,0,0,0,0 +541410,223,45,105,40,38,0,0,0,0,0,0,0 +541420,223,45,8,3,0,0,0,0,0,0,0,0 +541430,223,45,121,51,50,0,0,0,0,0,0,0 +541490,223,45,0,5,3,0,0,0,0,0,0,0 +541511,223,45,1066,141,126,10,0,0,0,0,0,0 +541512,223,45,839,135,125,6,0,0,0,0,0,0 +541513,223,45,213,35,29,3,0,0,0,0,0,0 +541519,223,45,146,28,24,0,0,0,0,0,0,0 +541611,223,45,983,233,219,11,0,0,0,0,0,0 +541612,223,45,60,17,15,0,0,0,0,0,0,0 +541613,223,45,250,70,62,0,0,0,0,0,0,0 +541614,223,45,98,20,17,0,0,0,0,0,0,0 +541618,223,45,43,17,12,0,0,0,0,0,0,0 +541620,223,45,368,30,24,0,0,0,0,0,0,0 +541690,223,45,329,94,87,0,0,0,0,0,0,0 +541713,223,45,0,3,3,0,0,0,0,0,0,0 +541714,223,45,36,7,4,0,0,0,0,0,0,0 +541715,223,45,137,32,30,0,0,0,0,0,0,0 +541720,223,45,16,7,5,0,0,0,0,0,0,0 +541810,223,45,449,61,54,0,0,0,0,0,0,0 +541820,223,45,92,21,17,0,0,0,0,0,0,0 +541850,223,45,72,9,3,0,0,0,0,0,0,0 +541860,223,45,86,3,0,0,0,0,0,0,0,0 +541890,223,45,142,30,26,0,0,0,0,0,0,0 +541910,223,45,0,5,0,0,0,0,0,0,0,0 +541921,223,45,176,51,49,0,0,0,0,0,0,0 +541922,223,45,33,16,15,0,0,0,0,0,0,0 +541930,223,45,0,3,0,0,0,0,0,0,0,0 +541940,223,45,1740,139,113,16,0,0,0,0,0,0 +541990,223,45,379,81,72,0,0,0,0,0,0,0 +551111,223,45,87,4,0,0,0,0,0,0,0,0 +551112,223,45,261,21,12,0,0,0,0,0,0,0 +551114,223,45,9024,202,121,52,12,0,0,0,0,0 +561110,223,45,1155,199,184,11,0,0,0,0,0,0 +561210,223,45,508,27,15,4,0,0,0,0,0,0 +561311,223,45,279,18,7,3,0,0,0,0,0,0 +561312,223,45,33,8,4,0,0,0,0,0,0,0 +561320,223,45,7196,137,74,28,16,4,0,0,0,0 +561330,223,45,61,5,0,0,0,0,0,0,0,0 +561410,223,45,17,10,8,0,0,0,0,0,0,0 +561422,223,45,11,6,0,0,0,0,0,0,0,0 +561431,223,45,81,21,18,0,0,0,0,0,0,0 +561439,223,45,132,23,14,0,0,0,0,0,0,0 +561440,223,45,784,23,7,6,0,0,0,0,0,0 +561492,223,45,58,41,40,0,0,0,0,0,0,0 +561499,223,45,51,15,12,0,0,0,0,0,0,0 +561510,223,45,190,49,45,0,0,0,0,0,0,0 +561520,223,45,73,15,10,0,0,0,0,0,0,0 +561591,223,45,0,3,0,0,0,0,0,0,0,0 +561599,223,45,63,4,3,0,0,0,0,0,0,0 +561611,223,45,97,17,12,0,0,0,0,0,0,0 +561612,223,45,5022,65,12,25,10,0,0,0,0,0 +561613,223,45,0,12,4,0,0,0,0,0,0,0 +561621,223,45,486,42,30,4,0,0,0,0,0,0 +561622,223,45,36,12,9,0,0,0,0,0,0,0 +561710,223,45,552,75,56,0,0,0,0,0,0,0 +561720,223,45,3567,218,181,22,7,0,0,0,0,0 +561730,223,45,1586,214,193,8,0,0,0,0,0,0 +561740,223,45,104,17,9,0,0,0,0,0,0,0 +561790,223,45,162,35,32,0,0,0,0,0,0,0 +561920,223,45,832,38,24,0,0,0,0,0,0,0 +561990,223,45,576,65,52,0,0,0,0,0,0,0 +562111,223,45,894,32,10,0,0,0,0,0,0,0 +562211,223,45,217,3,0,0,0,0,0,0,0,0 +562212,223,45,122,3,0,0,0,0,0,0,0,0 +562910,223,45,765,31,7,3,0,0,0,0,0,0 +562998,223,45,0,3,0,0,0,0,0,0,0,0 +611110,223,45,12715,159,23,87,25,6,0,0,0,0 +611310,223,45,11889,18,3,0,0,0,0,0,0,0 +611430,223,45,133,20,9,0,0,0,0,0,0,0 +611511,223,45,54,7,3,0,0,0,0,0,0,0 +611512,223,45,17,3,0,0,0,0,0,0,0,0 +611513,223,45,146,9,3,0,0,0,0,0,0,0 +611519,223,45,162,19,13,0,0,0,0,0,0,0 +611610,223,45,340,55,48,0,0,0,0,0,0,0 +611620,223,45,296,46,36,3,0,0,0,0,0,0 +611630,223,45,30,3,0,0,0,0,0,0,0,0 +611691,223,45,357,16,0,0,0,0,0,0,0,0 +611692,223,45,68,8,0,0,0,0,0,0,0,0 +611699,223,45,169,20,14,4,0,0,0,0,0,0 +611710,223,45,235,32,25,0,0,0,0,0,0,0 +621111,223,45,11801,976,879,73,9,0,0,0,0,0 +621112,223,45,185,67,59,0,0,0,0,0,0,0 +621210,223,45,3397,518,492,12,0,0,0,0,0,0 +621310,223,45,465,96,90,0,0,0,0,0,0,0 +621320,223,45,250,60,55,0,0,0,0,0,0,0 +621330,223,45,627,121,111,0,0,0,0,0,0,0 +621340,223,45,1278,146,114,13,0,0,0,0,0,0 +621391,223,45,87,24,21,0,0,0,0,0,0,0 +621399,223,45,272,78,70,3,0,0,0,0,0,0 +621410,223,45,84,9,3,0,0,0,0,0,0,0 +621420,223,45,613,60,40,8,0,0,0,0,0,0 +621492,223,45,681,58,37,6,0,0,0,0,0,0 +621493,223,45,765,45,30,8,0,0,0,0,0,0 +621498,223,45,966,76,49,12,0,0,0,0,0,0 +621511,223,45,638,52,38,3,0,0,0,0,0,0 +621512,223,45,178,19,16,0,0,0,0,0,0,0 +621610,223,45,3401,115,51,49,4,0,0,0,0,0 +621910,223,45,14,5,4,0,0,0,0,0,0,0 +621991,223,45,130,12,6,3,0,0,0,0,0,0 +621999,223,45,554,32,20,4,0,0,0,0,0,0 +622110,223,45,27534,26,0,0,6,0,0,4,0,0 +622210,223,45,584,6,0,0,0,0,0,0,0,0 +622310,223,45,1333,11,0,0,3,0,0,0,0,0 +623110,223,45,4556,46,5,7,25,0,0,0,0,0 +623210,223,45,1095,81,68,0,0,0,0,0,0,0 +623220,223,45,321,23,14,0,0,0,0,0,0,0 +623311,223,45,1409,10,0,0,3,0,0,0,0,0 +623312,223,45,862,33,9,10,0,0,0,0,0,0 +623990,223,45,164,6,0,4,0,0,0,0,0,0 +624110,223,45,495,68,59,3,0,0,0,0,0,0 +624120,223,45,4756,115,40,56,7,0,0,0,0,0 +624190,223,45,2206,130,97,24,0,0,0,0,0,0 +624210,223,45,108,7,3,0,0,0,0,0,0,0 +624221,223,45,140,6,0,0,0,0,0,0,0,0 +624229,223,45,292,17,10,0,0,0,0,0,0,0 +624230,223,45,31,4,3,0,0,0,0,0,0,0 +624310,223,45,516,29,19,0,0,0,0,0,0,0 +624410,223,45,3099,268,203,46,0,0,0,0,0,0 +711110,223,45,78,6,3,0,0,0,0,0,0,0 +711130,223,45,188,23,18,0,0,0,0,0,0,0 +711211,223,45,0,4,0,0,0,0,0,0,0,0 +711219,223,45,186,18,10,3,0,0,0,0,0,0 +711310,223,45,3095,11,6,0,0,0,0,0,0,0 +711320,223,45,157,28,23,0,0,0,0,0,0,0 +711410,223,45,9,14,14,0,0,0,0,0,0,0 +711510,223,45,345,73,69,0,0,0,0,0,0,0 +712110,223,45,633,19,9,5,0,0,0,0,0,0 +712120,223,45,0,3,0,0,0,0,0,0,0,0 +713120,223,45,112,11,0,3,0,0,0,0,0,0 +713290,223,45,425,46,29,0,0,0,0,0,0,0 +713910,223,45,626,19,3,3,0,0,0,0,0,0 +713930,223,45,176,19,3,0,0,0,0,0,0,0 +713940,223,45,2373,146,108,21,4,0,0,0,0,0 +713950,223,45,132,3,0,0,0,0,0,0,0,0 +713990,223,45,345,65,50,0,0,0,0,0,0,0 +721110,223,45,13326,293,146,98,26,5,4,0,0,0 +721191,223,45,61,17,15,0,0,0,0,0,0,0 +721199,223,45,0,3,0,0,0,0,0,0,0,0 +721211,223,45,37,7,0,0,0,0,0,0,0,0 +721310,223,45,15,5,4,0,0,0,0,0,0,0 +722310,223,45,4336,99,55,28,4,0,0,0,0,0 +722320,223,45,1128,79,57,17,0,0,0,0,0,0 +722330,223,45,56,13,8,0,0,0,0,0,0,0 +722410,223,45,4197,384,325,43,3,0,0,0,0,0 +722511,223,45,29041,1183,684,450,40,0,0,0,0,0 +722513,223,45,21099,1093,664,413,6,0,0,0,0,0 +722514,223,45,895,82,61,8,0,0,0,0,0,0 +722515,223,45,3615,300,249,36,0,0,0,0,0,0 +811111,223,45,753,218,210,0,0,0,0,0,0,0 +811113,223,45,59,16,16,0,0,0,0,0,0,0 +811118,223,45,33,4,0,0,0,0,0,0,0,0 +811121,223,45,740,121,99,3,0,0,0,0,0,0 +811122,223,45,193,22,15,0,0,0,0,0,0,0 +811191,223,45,176,30,25,0,0,0,0,0,0,0 +811192,223,45,274,38,31,0,0,0,0,0,0,0 +811198,223,45,14,9,9,0,0,0,0,0,0,0 +811211,223,45,6,9,8,0,0,0,0,0,0,0 +811212,223,45,48,15,9,0,0,0,0,0,0,0 +811213,223,45,78,7,3,0,0,0,0,0,0,0 +811219,223,45,57,15,11,0,0,0,0,0,0,0 +811310,223,45,1309,120,85,8,0,0,0,0,0,0 +811412,223,45,70,12,6,0,0,0,0,0,0,0 +811420,223,45,33,11,6,0,0,0,0,0,0,0 +811490,223,45,157,36,30,0,0,0,0,0,0,0 +812111,223,45,42,20,17,0,0,0,0,0,0,0 +812112,223,45,1146,211,199,11,0,0,0,0,0,0 +812113,223,45,595,147,140,0,0,0,0,0,0,0 +812191,223,45,70,11,7,0,0,0,0,0,0,0 +812199,223,45,511,63,51,9,0,0,0,0,0,0 +812210,223,45,430,35,17,4,0,0,0,0,0,0 +812220,223,45,231,22,13,0,0,0,0,0,0,0 +812310,223,45,81,31,26,0,0,0,0,0,0,0 +812320,223,45,539,79,75,4,0,0,0,0,0,0 +812332,223,45,0,7,0,0,0,0,0,0,0,0 +812910,223,45,371,38,27,0,0,0,0,0,0,0 +812930,223,45,848,108,96,5,0,0,0,0,0,0 +812990,223,45,227,72,66,0,0,0,0,0,0,0 +813110,223,45,7229,634,554,56,6,0,0,0,0,0 +813211,223,45,270,54,51,0,0,0,0,0,0,0 +813212,223,45,213,20,13,0,0,0,0,0,0,0 +813219,223,45,85,10,5,0,0,0,0,0,0,0 +813311,223,45,319,18,6,3,0,0,0,0,0,0 +813312,223,45,299,26,22,0,0,0,0,0,0,0 +813319,223,45,230,32,24,0,0,0,0,0,0,0 +813410,223,45,856,109,97,5,0,0,0,0,0,0 +813910,223,45,300,54,45,3,0,0,0,0,0,0 +813920,223,45,295,33,22,3,0,0,0,0,0,0 +813930,223,45,271,55,50,0,0,0,0,0,0,0 +813940,223,45,11,4,3,0,0,0,0,0,0,0 +813990,223,45,245,44,35,3,0,0,0,0,0,0 +212321,223,46,24,5,3,0,0,0,0,0,0,0 +221122,223,46,0,5,0,0,0,0,0,0,0,0 +236115,223,46,99,7,4,3,0,0,0,0,0,0 +236117,223,46,3,5,5,0,0,0,0,0,0,0 +236118,223,46,69,16,14,0,0,0,0,0,0,0 +236220,223,46,81,12,10,0,0,0,0,0,0,0 +237110,223,46,92,10,5,0,0,0,0,0,0,0 +237130,223,46,72,4,0,0,0,0,0,0,0,0 +237310,223,46,46,4,0,0,0,0,0,0,0,0 +238110,223,46,28,4,0,0,0,0,0,0,0,0 +238130,223,46,23,6,4,0,0,0,0,0,0,0 +238160,223,46,36,3,0,0,0,0,0,0,0,0 +238170,223,46,8,4,3,0,0,0,0,0,0,0 +238190,223,46,18,3,0,0,0,0,0,0,0,0 +238210,223,46,149,24,23,0,0,0,0,0,0,0 +238220,223,46,367,41,35,0,0,0,0,0,0,0 +238310,223,46,27,5,3,0,0,0,0,0,0,0 +238330,223,46,10,3,0,0,0,0,0,0,0,0 +238350,223,46,34,5,3,0,0,0,0,0,0,0 +238910,223,46,67,10,5,0,0,0,0,0,0,0 +238990,223,46,57,12,7,0,0,0,0,0,0,0 +321920,223,46,72,3,0,0,0,0,0,0,0,0 +323111,223,46,16,4,3,0,0,0,0,0,0,0 +327320,223,46,34,3,0,0,0,0,0,0,0,0 +332710,223,46,108,7,3,3,0,0,0,0,0,0 +332721,223,46,55,3,0,0,0,0,0,0,0,0 +332813,223,46,17,3,0,0,0,0,0,0,0,0 +423110,223,46,44,3,0,0,0,0,0,0,0,0 +423120,223,46,26,4,3,0,0,0,0,0,0,0 +423320,223,46,20,3,0,0,0,0,0,0,0,0 +423610,223,46,33,4,3,0,0,0,0,0,0,0 +423730,223,46,12,5,5,0,0,0,0,0,0,0 +423830,223,46,62,5,0,0,0,0,0,0,0,0 +423840,223,46,0,3,0,0,0,0,0,0,0,0 +423850,223,46,0,3,0,0,0,0,0,0,0,0 +423930,223,46,0,3,0,0,0,0,0,0,0,0 +423990,223,46,34,5,3,0,0,0,0,0,0,0 +424420,223,46,0,3,0,0,0,0,0,0,0,0 +424460,223,46,31,3,0,0,0,0,0,0,0,0 +424490,223,46,99,8,4,0,0,0,0,0,0,0 +424690,223,46,13,3,0,0,0,0,0,0,0,0 +424710,223,46,0,3,0,0,0,0,0,0,0,0 +424720,223,46,9,3,0,0,0,0,0,0,0,0 +424910,223,46,0,3,0,0,0,0,0,0,0,0 +425120,223,46,24,10,9,0,0,0,0,0,0,0 +441110,223,46,540,9,0,7,0,0,0,0,0,0 +441120,223,46,13,6,5,0,0,0,0,0,0,0 +441210,223,46,162,5,3,0,0,0,0,0,0,0 +441228,223,46,54,5,0,0,0,0,0,0,0,0 +441310,223,46,222,23,18,0,0,0,0,0,0,0 +441320,223,46,51,8,6,0,0,0,0,0,0,0 +442110,223,46,80,11,9,0,0,0,0,0,0,0 +442210,223,46,20,3,0,0,0,0,0,0,0,0 +442299,223,46,15,3,0,0,0,0,0,0,0,0 +443142,223,46,87,6,0,0,0,0,0,0,0,0 +444110,223,46,258,3,0,0,0,0,0,0,0,0 +444130,223,46,53,8,6,0,0,0,0,0,0,0 +444190,223,46,130,13,9,3,0,0,0,0,0,0 +444210,223,46,22,4,3,0,0,0,0,0,0,0 +444220,223,46,59,5,0,0,0,0,0,0,0,0 +445110,223,46,925,24,6,7,0,0,0,0,0,0 +445120,223,46,43,13,10,0,0,0,0,0,0,0 +445210,223,46,20,3,0,0,0,0,0,0,0,0 +445220,223,46,15,4,3,0,0,0,0,0,0,0 +446110,223,46,384,28,21,6,0,0,0,0,0,0 +446120,223,46,53,6,3,0,0,0,0,0,0,0 +446130,223,46,0,3,3,0,0,0,0,0,0,0 +446199,223,46,8,3,3,0,0,0,0,0,0,0 +447110,223,46,867,95,79,12,0,0,0,0,0,0 +447190,223,46,268,9,0,4,0,0,0,0,0,0 +448120,223,46,95,11,9,0,0,0,0,0,0,0 +448130,223,46,0,3,0,0,0,0,0,0,0,0 +448140,223,46,144,9,4,0,0,0,0,0,0,0 +448150,223,46,21,4,3,0,0,0,0,0,0,0 +448190,223,46,17,6,5,0,0,0,0,0,0,0 +448210,223,46,78,8,7,0,0,0,0,0,0,0 +448310,223,46,32,7,7,0,0,0,0,0,0,0 +451110,223,46,120,5,0,0,0,0,0,0,0,0 +451211,223,46,39,5,3,0,0,0,0,0,0,0 +452210,223,46,226,3,0,3,0,0,0,0,0,0 +452311,223,46,0,4,0,0,0,3,0,0,0,0 +452319,223,46,368,46,44,0,0,0,0,0,0,0 +453110,223,46,5,3,3,0,0,0,0,0,0,0 +453210,223,46,0,3,0,0,0,0,0,0,0,0 +453220,223,46,38,7,5,0,0,0,0,0,0,0 +453310,223,46,33,4,0,0,0,0,0,0,0,0 +453930,223,46,35,6,3,0,0,0,0,0,0,0 +453991,223,46,0,3,3,0,0,0,0,0,0,0 +453998,223,46,23,8,6,0,0,0,0,0,0,0 +454110,223,46,15,7,5,0,0,0,0,0,0,0 +454310,223,46,0,3,3,0,0,0,0,0,0,0 +454390,223,46,51,12,9,0,0,0,0,0,0,0 +483212,223,46,4,3,3,0,0,0,0,0,0,0 +484110,223,46,32,7,5,0,0,0,0,0,0,0 +484121,223,46,194,13,10,0,0,0,0,0,0,0 +484122,223,46,0,3,0,0,0,0,0,0,0,0 +484220,223,46,105,20,14,0,0,0,0,0,0,0 +484230,223,46,37,7,0,0,0,0,0,0,0,0 +486110,223,46,50,3,0,0,0,0,0,0,0,0 +488190,223,46,37,4,0,0,0,0,0,0,0,0 +488320,223,46,0,3,0,0,0,0,0,0,0,0 +488330,223,46,737,9,0,4,0,0,0,0,0,0 +488410,223,46,24,8,7,0,0,0,0,0,0,0 +493110,223,46,842,8,3,3,0,0,0,0,0,0 +493190,223,46,0,3,0,0,0,0,0,0,0,0 +517311,223,46,243,9,3,3,0,0,0,0,0,0 +517312,223,46,49,6,6,0,0,0,0,0,0,0 +522110,223,46,438,39,31,0,0,0,0,0,0,0 +522120,223,46,0,6,3,0,0,0,0,0,0,0 +522130,223,46,70,11,5,0,0,0,0,0,0,0 +522291,223,46,228,48,43,0,0,0,0,0,0,0 +522298,223,46,43,4,0,0,0,0,0,0,0,0 +522390,223,46,42,22,22,0,0,0,0,0,0,0 +523920,223,46,23,9,7,0,0,0,0,0,0,0 +524210,223,46,234,52,46,0,0,0,0,0,0,0 +524291,223,46,0,3,0,0,0,0,0,0,0,0 +531110,223,46,52,22,21,0,0,0,0,0,0,0 +531120,223,46,42,12,10,0,0,0,0,0,0,0 +531130,223,46,10,4,4,0,0,0,0,0,0,0 +531210,223,46,29,19,18,0,0,0,0,0,0,0 +531311,223,46,115,14,12,0,0,0,0,0,0,0 +531312,223,46,25,5,3,0,0,0,0,0,0,0 +531320,223,46,10,7,7,0,0,0,0,0,0,0 +532120,223,46,28,3,0,0,0,0,0,0,0,0 +532210,223,46,0,7,4,0,0,0,0,0,0,0 +532289,223,46,17,3,0,0,0,0,0,0,0,0 +532490,223,46,67,6,0,0,0,0,0,0,0,0 +541110,223,46,237,69,67,0,0,0,0,0,0,0 +541191,223,46,29,11,9,0,0,0,0,0,0,0 +541199,223,46,19,3,0,0,0,0,0,0,0,0 +541211,223,46,88,17,15,0,0,0,0,0,0,0 +541213,223,46,50,8,6,0,0,0,0,0,0,0 +541219,223,46,34,14,12,0,0,0,0,0,0,0 +541310,223,46,0,3,0,0,0,0,0,0,0,0 +541330,223,46,60,14,7,0,0,0,0,0,0,0 +541370,223,46,0,3,0,0,0,0,0,0,0,0 +541380,223,46,58,4,0,0,0,0,0,0,0,0 +541511,223,46,106,14,12,0,0,0,0,0,0,0 +541512,223,46,24,4,0,0,0,0,0,0,0,0 +541611,223,46,21,4,3,0,0,0,0,0,0,0 +541614,223,46,0,4,3,0,0,0,0,0,0,0 +541690,223,46,10,7,7,0,0,0,0,0,0,0 +541890,223,46,16,3,0,0,0,0,0,0,0,0 +541940,223,46,131,15,13,0,0,0,0,0,0,0 +541990,223,46,0,6,4,0,0,0,0,0,0,0 +551114,223,46,512,11,4,3,0,0,0,0,0,0 +561110,223,46,16,8,6,0,0,0,0,0,0,0 +561320,223,46,32,3,0,0,0,0,0,0,0,0 +561621,223,46,20,4,0,0,0,0,0,0,0,0 +561710,223,46,47,7,3,0,0,0,0,0,0,0 +561720,223,46,166,16,8,3,0,0,0,0,0,0 +561730,223,46,121,23,18,0,0,0,0,0,0,0 +561790,223,46,0,3,3,0,0,0,0,0,0,0 +561990,223,46,44,4,0,0,0,0,0,0,0,0 +562111,223,46,0,4,0,0,0,0,0,0,0,0 +611110,223,46,379,12,3,7,0,0,0,0,0,0 +611519,223,46,17,4,0,0,0,0,0,0,0,0 +611610,223,46,8,3,0,0,0,0,0,0,0,0 +611620,223,46,0,3,0,0,0,0,0,0,0,0 +621111,223,46,1055,74,60,10,0,0,0,0,0,0 +621210,223,46,227,36,33,0,0,0,0,0,0,0 +621310,223,46,49,9,6,0,0,0,0,0,0,0 +621320,223,46,28,6,6,0,0,0,0,0,0,0 +621340,223,46,188,19,12,4,0,0,0,0,0,0 +621399,223,46,41,10,10,0,0,0,0,0,0,0 +621492,223,46,0,7,3,0,0,0,0,0,0,0 +621493,223,46,53,6,3,0,0,0,0,0,0,0 +621498,223,46,63,5,0,0,0,0,0,0,0,0 +621511,223,46,11,3,0,0,0,0,0,0,0,0 +621512,223,46,3,3,3,0,0,0,0,0,0,0 +621610,223,46,394,15,3,9,0,0,0,0,0,0 +621999,223,46,0,3,0,0,0,0,0,0,0,0 +622110,223,46,2720,5,0,0,0,0,0,0,0,0 +622310,223,46,279,3,0,0,0,0,0,0,0,0 +623110,223,46,631,8,0,4,0,0,0,0,0,0 +623210,223,46,480,33,28,3,0,0,0,0,0,0 +623312,223,46,315,3,0,0,0,0,0,0,0,0 +624110,223,46,44,3,0,0,0,0,0,0,0,0 +624120,223,46,1195,21,3,10,3,0,0,0,0,0 +624190,223,46,136,12,10,0,0,0,0,0,0,0 +624310,223,46,63,7,7,0,0,0,0,0,0,0 +624410,223,46,515,36,22,13,0,0,0,0,0,0 +711510,223,46,3,3,3,0,0,0,0,0,0,0 +713940,223,46,258,11,4,0,0,0,0,0,0,0 +713990,223,46,27,4,0,0,0,0,0,0,0,0 +721110,223,46,261,19,13,4,0,0,0,0,0,0 +722320,223,46,32,3,0,0,0,0,0,0,0,0 +722410,223,46,117,22,17,0,0,0,0,0,0,0 +722511,223,46,2069,92,51,32,0,0,0,0,0,0 +722513,223,46,2250,102,51,44,0,0,0,0,0,0 +722514,223,46,17,4,0,0,0,0,0,0,0,0 +722515,223,46,280,28,26,0,0,0,0,0,0,0 +811111,223,46,100,30,29,0,0,0,0,0,0,0 +811121,223,46,113,19,14,0,0,0,0,0,0,0 +811122,223,46,15,6,5,0,0,0,0,0,0,0 +811191,223,46,25,3,0,0,0,0,0,0,0,0 +811192,223,46,122,11,10,0,0,0,0,0,0,0 +811212,223,46,0,3,0,0,0,0,0,0,0,0 +811219,223,46,0,3,0,0,0,0,0,0,0,0 +811310,223,46,25,7,7,0,0,0,0,0,0,0 +811490,223,46,4,4,4,0,0,0,0,0,0,0 +812112,223,46,69,14,13,0,0,0,0,0,0,0 +812113,223,46,37,7,5,0,0,0,0,0,0,0 +812199,223,46,19,3,0,0,0,0,0,0,0,0 +812210,223,46,66,8,3,0,0,0,0,0,0,0 +812320,223,46,34,6,3,0,0,0,0,0,0,0 +812910,223,46,9,3,3,0,0,0,0,0,0,0 +813110,223,46,544,103,98,0,0,0,0,0,0,0 +813211,223,46,0,3,3,0,0,0,0,0,0,0 +813212,223,46,0,3,0,0,0,0,0,0,0,0 +813319,223,46,5,3,3,0,0,0,0,0,0,0 +813410,223,46,25,6,4,0,0,0,0,0,0,0 +813910,223,46,9,4,4,0,0,0,0,0,0,0 +813930,223,46,6,3,3,0,0,0,0,0,0,0 +213112,229,43,0,4,3,0,0,0,0,0,0,0 +237110,229,43,9,3,3,0,0,0,0,0,0,0 +237120,229,43,208,3,0,0,0,0,0,0,0,0 +238210,229,43,0,3,0,0,0,0,0,0,0,0 +238220,229,43,36,7,4,0,0,0,0,0,0,0 +238990,229,43,13,3,0,0,0,0,0,0,0,0 +424460,229,43,4,3,3,0,0,0,0,0,0,0 +445110,229,43,90,5,3,0,0,0,0,0,0,0 +447110,229,43,135,13,10,0,0,0,0,0,0,0 +452319,229,43,127,8,6,0,0,0,0,0,0,0 +484110,229,43,25,5,4,0,0,0,0,0,0,0 +484220,229,43,71,9,6,0,0,0,0,0,0,0 +484230,229,43,14,4,3,0,0,0,0,0,0,0 +486210,229,43,0,3,3,0,0,0,0,0,0,0 +522110,229,43,29,6,6,0,0,0,0,0,0,0 +524210,229,43,61,7,3,0,0,0,0,0,0,0 +541110,229,43,13,7,6,0,0,0,0,0,0,0 +541211,229,43,16,6,4,0,0,0,0,0,0,0 +541330,229,43,10,3,0,0,0,0,0,0,0,0 +541990,229,43,3,3,3,0,0,0,0,0,0,0 +722511,229,43,0,3,0,0,0,0,0,0,0,0 +722513,229,43,108,7,4,0,0,0,0,0,0,0 +811121,229,43,10,5,5,0,0,0,0,0,0,0 +811310,229,43,26,4,3,0,0,0,0,0,0,0 +813110,229,43,75,12,10,0,0,0,0,0,0,0 +113110,229,46,45,15,8,0,0,0,0,0,0,0 +113310,229,46,1935,252,205,4,0,0,0,0,0,0 +114111,229,46,27,6,5,0,0,0,0,0,0,0 +114112,229,46,74,14,12,0,0,0,0,0,0,0 +115111,229,46,14,3,0,0,0,0,0,0,0,0 +115112,229,46,115,37,19,0,0,0,0,0,0,0 +115210,229,46,33,13,9,0,0,0,0,0,0,0 +115310,229,46,60,19,10,0,0,0,0,0,0,0 +211120,229,46,1170,170,130,6,0,0,0,0,0,0 +211130,229,46,288,32,9,0,0,0,0,0,0,0 +212321,229,46,0,3,0,0,0,0,0,0,0,0 +212393,229,46,0,3,0,0,0,0,0,0,0,0 +213111,229,46,2857,136,76,13,0,0,0,0,0,0 +213112,229,46,16507,675,468,116,12,0,0,0,0,0 +221112,229,46,0,42,6,0,3,0,0,0,0,0 +221122,229,46,0,29,9,3,0,0,0,0,0,0 +221210,229,46,0,9,7,0,0,0,0,0,0,0 +221310,229,46,452,113,87,0,0,0,0,0,0,0 +236115,229,46,567,182,160,0,0,0,0,0,0,0 +236116,229,46,4,3,3,0,0,0,0,0,0,0 +236117,229,46,423,107,93,0,0,0,0,0,0,0 +236118,229,46,719,245,225,0,0,0,0,0,0,0 +236210,229,46,106,7,0,0,0,0,0,0,0,0 +236220,229,46,2272,229,163,23,0,0,0,0,0,0 +237110,229,46,685,60,21,0,0,0,0,0,0,0 +237120,229,46,2986,59,6,8,3,3,0,0,0,0 +237130,229,46,1007,32,9,4,0,0,0,0,0,0 +237210,229,46,23,16,15,0,0,0,0,0,0,0 +237310,229,46,1539,71,14,0,0,0,0,0,0,0 +237990,229,46,508,28,7,5,0,0,0,0,0,0 +238110,229,46,368,53,38,0,0,0,0,0,0,0 +238120,229,46,37,4,0,0,0,0,0,0,0,0 +238130,229,46,61,17,9,0,0,0,0,0,0,0 +238140,229,46,285,37,20,0,0,0,0,0,0,0 +238150,229,46,72,13,3,0,0,0,0,0,0,0 +238160,229,46,308,54,40,0,0,0,0,0,0,0 +238170,229,46,23,17,17,0,0,0,0,0,0,0 +238190,229,46,198,46,25,0,0,0,0,0,0,0 +238210,229,46,4222,401,318,27,3,0,0,0,0,0 +238220,229,46,4685,584,503,33,0,0,0,0,0,0 +238290,229,46,988,31,3,4,0,0,0,0,0,0 +238310,229,46,450,52,36,0,0,0,0,0,0,0 +238320,229,46,610,102,72,0,0,0,0,0,0,0 +238330,229,46,184,44,38,0,0,0,0,0,0,0 +238340,229,46,141,18,11,0,0,0,0,0,0,0 +238350,229,46,316,75,63,0,0,0,0,0,0,0 +238390,229,46,109,13,4,0,0,0,0,0,0,0 +238910,229,46,2703,237,140,6,0,0,0,0,0,0 +238990,229,46,1401,179,125,8,0,0,0,0,0,0 +311212,229,46,240,4,0,0,0,0,0,0,0,0 +311710,229,46,378,15,3,0,0,0,0,0,0,0 +311811,229,46,93,10,3,0,0,0,0,0,0,0 +311812,229,46,261,6,0,0,0,0,0,0,0,0 +311941,229,46,312,3,0,0,0,0,0,0,0,0 +321113,229,46,520,12,0,0,3,0,0,0,0,0 +321911,229,46,0,3,0,0,0,0,0,0,0,0 +322211,229,46,291,4,0,0,0,0,0,0,0,0 +322212,229,46,0,3,0,0,0,0,0,0,0,0 +323111,229,46,449,54,34,0,0,0,0,0,0,0 +323113,229,46,76,18,13,0,0,0,0,0,0,0 +325180,229,46,373,3,0,0,0,0,0,0,0,0 +325920,229,46,0,3,0,0,0,0,0,0,0,0 +325998,229,46,323,7,0,0,0,0,0,0,0,0 +326199,229,46,315,8,0,0,0,0,0,0,0,0 +327320,229,46,171,21,0,0,0,0,0,0,0,0 +327390,229,46,62,7,0,0,0,0,0,0,0,0 +332311,229,46,44,3,0,0,0,0,0,0,0,0 +332312,229,46,1052,26,6,4,0,0,0,0,0,0 +332321,229,46,18,3,0,0,0,0,0,0,0,0 +332322,229,46,77,13,6,0,0,0,0,0,0,0 +332323,229,46,10,3,3,0,0,0,0,0,0,0 +332618,229,46,33,3,0,0,0,0,0,0,0,0 +332710,229,46,1786,165,113,17,0,0,0,0,0,0 +332721,229,46,56,12,0,0,0,0,0,0,0,0 +332812,229,46,141,8,0,0,0,0,0,0,0,0 +332911,229,46,236,6,0,0,0,0,0,0,0,0 +332996,229,46,142,6,0,0,0,0,0,0,0,0 +332999,229,46,85,11,4,0,0,0,0,0,0,0 +333132,229,46,2290,64,27,11,4,0,0,0,0,0 +333243,229,46,214,3,0,0,0,0,0,0,0,0 +333249,229,46,0,3,0,0,0,0,0,0,0,0 +333318,229,46,59,4,0,0,0,0,0,0,0,0 +333517,229,46,28,3,0,0,0,0,0,0,0,0 +336611,229,46,3482,45,7,15,6,0,0,0,0,0 +336612,229,46,18,6,0,0,0,0,0,0,0,0 +337110,229,46,128,20,8,0,0,0,0,0,0,0 +339113,229,46,48,4,3,0,0,0,0,0,0,0 +339116,229,46,57,15,11,0,0,0,0,0,0,0 +339920,229,46,45,3,0,0,0,0,0,0,0,0 +339950,229,46,19,9,4,0,0,0,0,0,0,0 +339999,229,46,266,10,6,0,0,0,0,0,0,0 +423110,229,46,550,39,9,0,0,0,0,0,0,0 +423120,229,46,651,46,25,3,0,0,0,0,0,0 +423130,229,46,187,14,0,0,0,0,0,0,0,0 +423210,229,46,43,7,3,0,0,0,0,0,0,0 +423220,229,46,43,5,0,0,0,0,0,0,0,0 +423310,229,46,404,27,10,0,0,0,0,0,0,0 +423320,229,46,122,22,10,0,0,0,0,0,0,0 +423330,229,46,142,11,6,0,0,0,0,0,0,0 +423390,229,46,58,9,0,0,0,0,0,0,0,0 +423420,229,46,363,32,19,0,0,0,0,0,0,0 +423440,229,46,117,14,7,0,0,0,0,0,0,0 +423450,229,46,426,37,27,0,0,0,0,0,0,0 +423510,229,46,729,73,51,4,0,0,0,0,0,0 +423610,229,46,804,71,49,0,0,0,0,0,0,0 +423690,229,46,314,36,17,3,0,0,0,0,0,0 +423710,229,46,170,17,3,0,0,0,0,0,0,0 +423720,229,46,137,19,3,0,0,0,0,0,0,0 +423730,229,46,449,60,43,3,0,0,0,0,0,0 +423740,229,46,67,3,0,0,0,0,0,0,0,0 +423810,229,46,603,25,0,6,0,0,0,0,0,0 +423820,229,46,281,39,3,3,0,0,0,0,0,0 +423830,229,46,4869,374,303,46,0,0,0,0,0,0 +423840,229,46,935,96,62,4,0,0,0,0,0,0 +423850,229,46,112,19,4,0,0,0,0,0,0,0 +423860,229,46,165,13,3,0,0,0,0,0,0,0 +423910,229,46,277,11,3,0,0,0,0,0,0,0 +423930,229,46,379,28,10,0,0,0,0,0,0,0 +423990,229,46,577,47,27,0,0,0,0,0,0,0 +424120,229,46,222,19,8,4,0,0,0,0,0,0 +424130,229,46,29,5,3,0,0,0,0,0,0,0 +424210,229,46,903,16,3,0,0,0,0,0,0,0 +424330,229,46,85,4,0,0,0,0,0,0,0,0 +424410,229,46,0,3,0,0,0,0,0,0,0,0 +424420,229,46,178,18,0,0,0,0,0,0,0,0 +424430,229,46,40,6,0,0,0,0,0,0,0,0 +424450,229,46,0,3,0,0,0,0,0,0,0,0 +424460,229,46,399,58,41,0,0,0,0,0,0,0 +424470,229,46,80,6,0,0,0,0,0,0,0,0 +424490,229,46,938,43,17,0,0,0,0,0,0,0 +424510,229,46,52,6,3,0,0,0,0,0,0,0 +424610,229,46,17,6,3,0,0,0,0,0,0,0 +424690,229,46,989,84,47,4,0,0,0,0,0,0 +424710,229,46,808,54,15,4,0,0,0,0,0,0 +424720,229,46,57,15,11,0,0,0,0,0,0,0 +424810,229,46,144,6,0,0,0,0,0,0,0,0 +424820,229,46,323,3,0,0,0,0,0,0,0,0 +424910,229,46,711,76,47,0,0,0,0,0,0,0 +424930,229,46,86,12,5,0,0,0,0,0,0,0 +424940,229,46,31,6,0,0,0,0,0,0,0,0 +424950,229,46,69,14,3,0,0,0,0,0,0,0 +424990,229,46,137,31,17,0,0,0,0,0,0,0 +425120,229,46,374,65,55,3,0,0,0,0,0,0 +441110,229,46,7166,141,7,68,16,0,0,0,0,0 +441120,229,46,512,106,91,0,0,0,0,0,0,0 +441210,229,46,321,11,0,0,0,0,0,0,0,0 +441222,229,46,260,30,11,0,0,0,0,0,0,0 +441228,229,46,383,36,10,0,0,0,0,0,0,0 +441310,229,46,2909,362,267,3,0,0,0,0,0,0 +441320,229,46,1240,178,128,0,0,0,0,0,0,0 +442110,229,46,1103,131,89,5,0,0,0,0,0,0 +442210,229,46,279,47,36,0,0,0,0,0,0,0 +442299,229,46,719,62,34,7,0,0,0,0,0,0 +443141,229,46,227,30,7,0,0,0,0,0,0,0 +443142,229,46,967,114,94,0,0,0,0,0,0,0 +444110,229,46,1229,29,0,0,12,0,0,0,0,0 +444120,229,46,130,23,14,0,0,0,0,0,0,0 +444130,229,46,859,109,53,3,0,0,0,0,0,0 +444190,229,46,2204,212,151,5,0,0,0,0,0,0 +444210,229,46,222,39,9,0,0,0,0,0,0,0 +444220,229,46,834,93,35,0,0,0,0,0,0,0 +445110,229,46,13490,347,100,135,22,0,0,0,0,0 +445120,229,46,576,161,133,0,0,0,0,0,0,0 +445210,229,46,235,27,3,3,0,0,0,0,0,0 +445220,229,46,89,23,11,0,0,0,0,0,0,0 +445292,229,46,0,3,3,0,0,0,0,0,0,0 +445299,229,46,32,7,0,0,0,0,0,0,0,0 +445310,229,46,557,86,65,0,0,0,0,0,0,0 +446110,229,46,5305,452,312,54,0,0,0,0,0,0 +446120,229,46,864,117,76,7,0,0,0,0,0,0 +446130,229,46,311,51,41,0,0,0,0,0,0,0 +446191,229,46,223,48,31,0,0,0,0,0,0,0 +446199,229,46,276,51,28,0,0,0,0,0,0,0 +447110,229,46,8219,1148,1070,18,0,0,0,0,0,0 +447190,229,46,1751,98,34,20,0,0,0,0,0,0 +448110,229,46,196,32,18,0,0,0,0,0,0,0 +448120,229,46,1810,235,194,4,0,0,0,0,0,0 +448130,229,46,294,41,22,0,0,0,0,0,0,0 +448140,229,46,3419,173,86,44,0,0,0,0,0,0 +448150,229,46,210,34,13,0,0,0,0,0,0,0 +448190,229,46,588,61,33,3,0,0,0,0,0,0 +448210,229,46,1157,144,119,0,0,0,0,0,0,0 +448310,229,46,481,86,75,0,0,0,0,0,0,0 +451110,229,46,1461,105,60,8,0,0,0,0,0,0 +451120,229,46,564,20,0,0,0,0,0,0,0,0 +451130,229,46,41,10,0,0,0,0,0,0,0,0 +451140,229,46,97,14,6,0,0,0,0,0,0,0 +451211,229,46,207,26,8,0,0,0,0,0,0,0 +452210,229,46,2397,26,0,11,3,0,0,0,0,0 +452311,229,46,2207,36,0,0,3,14,0,0,0,0 +452319,229,46,4433,606,527,15,0,0,0,0,0,0 +453110,229,46,282,81,65,0,0,0,0,0,0,0 +453210,229,46,214,31,8,6,0,0,0,0,0,0 +453220,229,46,507,93,71,0,0,0,0,0,0,0 +453310,229,46,426,80,59,3,0,0,0,0,0,0 +453910,229,46,188,16,0,0,0,0,0,0,0,0 +453920,229,46,5,3,3,0,0,0,0,0,0,0 +453930,229,46,281,41,23,0,0,0,0,0,0,0 +453991,229,46,209,55,27,0,0,0,0,0,0,0 +453998,229,46,506,112,91,0,0,0,0,0,0,0 +454110,229,46,634,69,47,3,0,0,0,0,0,0 +454210,229,46,57,9,0,0,0,0,0,0,0,0 +454310,229,46,84,13,3,0,0,0,0,0,0,0 +454390,229,46,446,111,95,0,0,0,0,0,0,0 +481111,229,46,335,10,3,0,0,0,0,0,0,0 +481211,229,46,105,8,0,0,0,0,0,0,0,0 +483113,229,46,2520,56,35,7,0,3,0,0,0,0 +483211,229,46,565,19,6,0,0,0,0,0,0,0 +483212,229,46,5,3,3,0,0,0,0,0,0,0 +484110,229,46,674,186,155,0,0,0,0,0,0,0 +484121,229,46,1527,171,111,4,0,0,0,0,0,0 +484122,229,46,1246,71,26,10,0,0,0,0,0,0 +484210,229,46,311,26,6,0,0,0,0,0,0,0 +484220,229,46,2085,345,258,3,0,0,0,0,0,0 +484230,229,46,845,82,31,3,0,0,0,0,0,0 +485310,229,46,48,6,0,0,0,0,0,0,0,0 +485320,229,46,51,4,3,0,0,0,0,0,0,0 +485991,229,46,123,16,8,0,0,0,0,0,0,0 +486110,229,46,104,30,22,0,0,0,0,0,0,0 +486210,229,46,1057,137,81,0,0,0,0,0,0,0 +487210,229,46,15,4,3,0,0,0,0,0,0,0 +488119,229,46,111,8,0,0,0,0,0,0,0,0 +488190,229,46,73,20,8,0,0,0,0,0,0,0 +488210,229,46,8,3,3,0,0,0,0,0,0,0 +488330,229,46,221,28,15,0,0,0,0,0,0,0 +488390,229,46,824,39,17,3,0,0,0,0,0,0 +488410,229,46,295,44,29,0,0,0,0,0,0,0 +488490,229,46,44,5,3,0,0,0,0,0,0,0 +488510,229,46,555,38,20,0,0,0,0,0,0,0 +492110,229,46,411,36,10,0,0,0,0,0,0,0 +492210,229,46,66,6,0,0,0,0,0,0,0,0 +493110,229,46,487,29,8,0,0,0,0,0,0,0 +493130,229,46,0,3,0,0,0,0,0,0,0,0 +493190,229,46,17,10,0,0,0,0,0,0,0,0 +511110,229,46,92,44,15,0,0,0,0,0,0,0 +511120,229,46,30,4,0,0,0,0,0,0,0,0 +511140,229,46,0,3,0,0,0,0,0,0,0,0 +511210,229,46,70,7,3,0,0,0,0,0,0,0 +512110,229,46,50,16,7,0,0,0,0,0,0,0 +512131,229,46,0,3,0,0,0,0,0,0,0,0 +515112,229,46,54,13,0,0,0,0,0,0,0,0 +515120,229,46,720,17,0,3,3,0,0,0,0,0 +517311,229,46,1985,218,115,16,0,0,0,0,0,0 +517312,229,46,1416,134,84,6,0,0,0,0,0,0 +517410,229,46,100,3,0,0,0,0,0,0,0,0 +517911,229,46,48,9,6,0,0,0,0,0,0,0 +518210,229,46,410,21,8,0,0,0,0,0,0,0 +519120,229,46,0,4,0,0,0,0,0,0,0,0 +519130,229,46,18,7,4,0,0,0,0,0,0,0 +522110,229,46,9758,774,625,53,0,0,0,0,0,0 +522120,229,46,0,21,9,0,0,0,0,0,0,0 +522130,229,46,1244,142,105,7,0,0,0,0,0,0 +522220,229,46,9,5,5,0,0,0,0,0,0,0 +522291,229,46,1647,452,421,3,0,0,0,0,0,0 +522292,229,46,242,49,45,0,0,0,0,0,0,0 +522298,229,46,201,51,43,0,0,0,0,0,0,0 +522310,229,46,39,24,16,0,0,0,0,0,0,0 +522390,229,46,712,256,235,0,0,0,0,0,0,0 +523110,229,46,11,6,0,0,0,0,0,0,0,0 +523120,229,46,334,76,63,3,0,0,0,0,0,0 +523910,229,46,84,37,32,0,0,0,0,0,0,0 +523920,229,46,440,214,196,0,0,0,0,0,0,0 +523930,229,46,96,40,35,0,0,0,0,0,0,0 +523991,229,46,0,3,0,0,0,0,0,0,0,0 +523999,229,46,5,5,5,0,0,0,0,0,0,0 +524113,229,46,494,22,3,0,0,0,0,0,0,0 +524114,229,46,105,9,3,0,0,0,0,0,0,0 +524126,229,46,232,23,12,0,0,0,0,0,0,0 +524210,229,46,4504,970,901,15,0,0,0,0,0,0 +524291,229,46,16,11,9,0,0,0,0,0,0,0 +524292,229,46,99,9,3,0,0,0,0,0,0,0 +531110,229,46,1625,459,432,4,0,0,0,0,0,0 +531120,229,46,575,190,160,0,0,0,0,0,0,0 +531130,229,46,317,127,113,0,0,0,0,0,0,0 +531190,229,46,172,79,71,0,0,0,0,0,0,0 +531210,229,46,744,302,291,0,0,0,0,0,0,0 +531311,229,46,1171,143,110,0,0,0,0,0,0,0 +531312,229,46,329,50,33,0,0,0,0,0,0,0 +531320,229,46,60,49,49,0,0,0,0,0,0,0 +531390,229,46,207,97,91,0,0,0,0,0,0,0 +532111,229,46,324,44,25,0,0,0,0,0,0,0 +532120,229,46,191,24,15,3,0,0,0,0,0,0 +532210,229,46,75,50,33,0,0,0,0,0,0,0 +532281,229,46,21,7,3,0,0,0,0,0,0,0 +532283,229,46,40,7,3,0,0,0,0,0,0,0 +532289,229,46,145,27,8,0,0,0,0,0,0,0 +532310,229,46,114,12,0,0,0,0,0,0,0,0 +532411,229,46,191,20,16,0,0,0,0,0,0,0 +532412,229,46,4298,207,131,31,0,0,0,0,0,0 +532490,229,46,999,82,46,10,0,0,0,0,0,0 +533110,229,46,31,18,14,0,0,0,0,0,0,0 +541110,229,46,5184,1327,1251,29,0,0,0,0,0,0 +541191,229,46,301,116,107,0,0,0,0,0,0,0 +541199,229,46,8,3,0,0,0,0,0,0,0,0 +541211,229,46,2149,445,404,8,0,0,0,0,0,0 +541213,229,46,825,158,121,0,0,0,0,0,0,0 +541214,229,46,583,25,7,0,0,0,0,0,0,0 +541219,229,46,759,166,135,4,0,0,0,0,0,0 +541310,229,46,379,88,72,0,0,0,0,0,0,0 +541320,229,46,27,4,0,0,0,0,0,0,0,0 +541330,229,46,3311,330,274,21,0,0,0,0,0,0 +541340,229,46,30,13,12,0,0,0,0,0,0,0 +541350,229,46,45,18,13,0,0,0,0,0,0,0 +541360,229,46,218,8,5,0,0,0,0,0,0,0 +541370,229,46,461,47,26,0,0,0,0,0,0,0 +541380,229,46,2003,75,27,13,3,0,0,0,0,0 +541410,229,46,54,23,22,0,0,0,0,0,0,0 +541430,229,46,72,15,10,0,0,0,0,0,0,0 +541490,229,46,2,3,3,0,0,0,0,0,0,0 +541511,229,46,512,90,79,3,0,0,0,0,0,0 +541512,229,46,1109,107,78,5,0,0,0,0,0,0 +541513,229,46,22,16,11,0,0,0,0,0,0,0 +541519,229,46,38,11,9,0,0,0,0,0,0,0 +541611,229,46,775,262,235,3,0,0,0,0,0,0 +541612,229,46,30,15,10,0,0,0,0,0,0,0 +541613,229,46,126,56,47,0,0,0,0,0,0,0 +541614,229,46,275,27,18,0,0,0,0,0,0,0 +541618,229,46,51,12,11,0,0,0,0,0,0,0 +541620,229,46,279,64,47,4,0,0,0,0,0,0 +541690,229,46,979,450,430,4,0,0,0,0,0,0 +541715,229,46,7,6,6,0,0,0,0,0,0,0 +541810,229,46,317,44,36,0,0,0,0,0,0,0 +541820,229,46,5,8,7,0,0,0,0,0,0,0 +541890,229,46,428,24,11,0,0,0,0,0,0,0 +541921,229,46,193,39,29,0,0,0,0,0,0,0 +541922,229,46,4,3,3,0,0,0,0,0,0,0 +541940,229,46,1715,180,119,8,0,0,0,0,0,0 +541990,229,46,681,131,110,0,0,0,0,0,0,0 +551112,229,46,238,17,6,5,0,0,0,0,0,0 +551114,229,46,6607,196,88,41,5,3,0,0,0,0 +561110,229,46,1608,196,147,17,0,0,0,0,0,0 +561210,229,46,191,30,10,0,0,0,0,0,0,0 +561311,229,46,83,10,3,0,0,0,0,0,0,0 +561320,229,46,6071,155,46,56,6,0,0,0,0,0 +561330,229,46,500,9,4,3,0,0,0,0,0,0 +561410,229,46,0,3,0,0,0,0,0,0,0,0 +561421,229,46,149,6,0,0,0,0,0,0,0,0 +561431,229,46,41,8,0,0,0,0,0,0,0,0 +561439,229,46,46,9,0,0,0,0,0,0,0,0 +561440,229,46,72,12,3,0,0,0,0,0,0,0 +561492,229,46,32,12,9,0,0,0,0,0,0,0 +561499,229,46,46,13,8,0,0,0,0,0,0,0 +561510,229,46,77,19,15,0,0,0,0,0,0,0 +561611,229,46,18,12,11,0,0,0,0,0,0,0 +561612,229,46,724,24,3,0,0,0,0,0,0,0 +561613,229,46,113,3,0,0,0,0,0,0,0,0 +561621,229,46,525,43,32,0,0,0,0,0,0,0 +561622,229,46,122,16,3,0,0,0,0,0,0,0 +561710,229,46,900,113,69,4,0,0,0,0,0,0 +561720,229,46,2459,193,124,18,0,0,0,0,0,0 +561730,229,46,1983,385,338,8,0,0,0,0,0,0 +561740,229,46,37,14,7,0,0,0,0,0,0,0 +561790,229,46,193,41,30,0,0,0,0,0,0,0 +561990,229,46,677,67,42,0,0,0,0,0,0,0 +562111,229,46,869,58,17,0,0,0,0,0,0,0 +562212,229,46,33,4,0,0,0,0,0,0,0,0 +562910,229,46,540,29,10,0,0,0,0,0,0,0 +562991,229,46,55,14,3,0,0,0,0,0,0,0 +562998,229,46,22,4,3,0,0,0,0,0,0,0 +611110,229,46,4397,117,33,30,7,0,0,0,0,0 +611310,229,46,552,14,0,3,0,0,0,0,0,0 +611430,229,46,90,16,9,0,0,0,0,0,0,0 +611511,229,46,20,7,3,0,0,0,0,0,0,0 +611519,229,46,305,24,4,3,0,0,0,0,0,0 +611610,229,46,278,47,29,0,0,0,0,0,0,0 +611620,229,46,369,50,32,0,0,0,0,0,0,0 +611691,229,46,316,27,10,0,0,0,0,0,0,0 +611692,229,46,12,8,7,0,0,0,0,0,0,0 +611699,229,46,93,10,6,0,0,0,0,0,0,0 +611710,229,46,48,12,3,0,0,0,0,0,0,0 +621111,229,46,14728,1875,1696,120,6,0,0,0,0,0 +621112,229,46,132,44,39,0,0,0,0,0,0,0 +621210,229,46,4654,642,572,11,0,0,0,0,0,0 +621310,229,46,538,149,136,0,0,0,0,0,0,0 +621320,229,46,493,93,63,0,0,0,0,0,0,0 +621330,229,46,808,108,86,3,0,0,0,0,0,0 +621340,229,46,2513,287,235,14,0,0,0,0,0,0 +621391,229,46,72,17,12,0,0,0,0,0,0,0 +621399,229,46,564,208,190,0,0,0,0,0,0,0 +621420,229,46,1428,66,29,9,0,0,0,0,0,0 +621492,229,46,431,68,30,13,0,0,0,0,0,0 +621493,229,46,825,42,14,6,0,0,0,0,0,0 +621498,229,46,1129,84,32,3,0,0,0,0,0,0 +621511,229,46,836,53,16,10,0,0,0,0,0,0 +621512,229,46,260,35,19,0,0,0,0,0,0,0 +621610,229,46,9086,257,89,82,8,0,0,0,0,0 +621910,229,46,224,26,6,0,0,0,0,0,0,0 +621991,229,46,446,13,3,0,0,0,0,0,0,0 +621999,229,46,287,28,17,3,0,0,0,0,0,0 +622110,229,46,28132,38,0,0,3,0,3,7,0,0 +622210,229,46,504,3,0,0,0,0,0,0,0,0 +622310,229,46,2776,19,0,0,4,0,0,0,0,0 +623110,229,46,14206,160,7,23,66,0,0,0,0,0 +623210,229,46,1836,204,167,0,0,0,0,0,0,0 +623220,229,46,199,19,7,0,0,0,0,0,0,0 +623311,229,46,53,7,0,0,0,0,0,0,0,0 +623312,229,46,1223,36,7,7,0,0,0,0,0,0 +623990,229,46,200,8,4,0,0,0,0,0,0,0 +624110,229,46,650,42,19,3,0,0,0,0,0,0 +624120,229,46,12374,230,65,52,24,0,0,0,0,0 +624190,229,46,1568,152,99,9,0,0,0,0,0,0 +624210,229,46,43,16,10,0,0,0,0,0,0,0 +624221,229,46,67,10,0,3,0,0,0,0,0,0 +624229,229,46,105,18,11,0,0,0,0,0,0,0 +624230,229,46,27,3,0,0,0,0,0,0,0,0 +624310,229,46,773,54,13,0,0,0,0,0,0,0 +624410,229,46,4922,456,346,58,0,0,0,0,0,0 +711130,229,46,8,4,3,0,0,0,0,0,0,0 +711219,229,46,50,10,7,0,0,0,0,0,0,0 +711310,229,46,242,7,0,0,0,0,0,0,0,0 +711320,229,46,38,9,0,0,0,0,0,0,0,0 +711510,229,46,27,23,22,0,0,0,0,0,0,0 +712110,229,46,190,16,3,0,0,0,0,0,0,0 +713120,229,46,162,10,0,0,0,0,0,0,0,0 +713290,229,46,934,64,19,3,0,0,0,0,0,0 +713910,229,46,529,16,3,0,0,0,0,0,0,0 +713930,229,46,9,7,7,0,0,0,0,0,0,0 +713940,229,46,1667,172,127,7,0,0,0,0,0,0 +713990,229,46,398,72,57,0,0,0,0,0,0,0 +721110,229,46,5842,382,222,99,0,0,0,0,0,0 +721120,229,46,2089,3,0,0,0,0,0,0,0,0 +721191,229,46,22,9,8,0,0,0,0,0,0,0 +721211,229,46,12,6,3,0,0,0,0,0,0,0 +721214,229,46,18,7,6,0,0,0,0,0,0,0 +722310,229,46,3271,164,109,10,0,0,0,0,0,0 +722320,229,46,311,32,6,0,0,0,0,0,0,0 +722330,229,46,16,6,3,0,0,0,0,0,0,0 +722410,229,46,1273,206,178,8,0,0,0,0,0,0 +722511,229,46,25029,1082,591,403,7,0,0,0,0,0 +722513,229,46,32447,1500,755,666,0,0,0,0,0,0 +722514,229,46,982,70,26,3,0,0,0,0,0,0 +722515,229,46,1917,224,181,8,0,0,0,0,0,0 +811111,229,46,1339,339,299,0,0,0,0,0,0,0 +811113,229,46,57,17,15,0,0,0,0,0,0,0 +811118,229,46,89,19,10,0,0,0,0,0,0,0 +811121,229,46,1107,194,149,3,0,0,0,0,0,0 +811122,229,46,161,46,23,0,0,0,0,0,0,0 +811191,229,46,318,52,28,0,0,0,0,0,0,0 +811192,229,46,761,62,27,3,0,0,0,0,0,0 +811198,229,46,67,27,23,0,0,0,0,0,0,0 +811212,229,46,60,19,14,0,0,0,0,0,0,0 +811213,229,46,71,9,4,0,0,0,0,0,0,0 +811219,229,46,74,9,4,0,0,0,0,0,0,0 +811310,229,46,3096,285,220,21,0,0,0,0,0,0 +811411,229,46,21,6,3,0,0,0,0,0,0,0 +811412,229,46,50,22,20,0,0,0,0,0,0,0 +811490,229,46,151,47,33,0,0,0,0,0,0,0 +812111,229,46,42,15,6,0,0,0,0,0,0,0 +812112,229,46,865,195,168,0,0,0,0,0,0,0 +812113,229,46,283,69,57,0,0,0,0,0,0,0 +812191,229,46,40,9,3,0,0,0,0,0,0,0 +812199,229,46,374,54,37,3,0,0,0,0,0,0 +812210,229,46,944,133,62,0,0,0,0,0,0,0 +812220,229,46,92,17,3,0,0,0,0,0,0,0 +812310,229,46,111,20,12,0,0,0,0,0,0,0 +812320,229,46,581,68,39,3,0,0,0,0,0,0 +812331,229,46,0,3,0,0,0,0,0,0,0,0 +812332,229,46,197,16,4,3,0,0,0,0,0,0 +812910,229,46,218,46,38,0,0,0,0,0,0,0 +812930,229,46,78,11,5,0,0,0,0,0,0,0 +812990,229,46,82,29,19,0,0,0,0,0,0,0 +813110,229,46,14927,1621,1442,106,11,0,0,0,0,0 +813211,229,46,154,21,10,0,0,0,0,0,0,0 +813212,229,46,120,9,0,0,0,0,0,0,0,0 +813219,229,46,0,4,3,0,0,0,0,0,0,0 +813312,229,46,12,6,0,0,0,0,0,0,0,0 +813319,229,46,37,15,13,0,0,0,0,0,0,0 +813410,229,46,711,108,86,0,0,0,0,0,0,0 +813910,229,46,270,62,40,0,0,0,0,0,0,0 +813920,229,46,62,14,12,0,0,0,0,0,0,0 +813930,229,46,231,51,42,0,0,0,0,0,0,0 +813990,229,46,65,18,16,0,0,0,0,0,0,0 +113110,230,47,5,3,3,0,0,0,0,0,0,0 +113310,230,47,2144,397,349,11,0,0,0,0,0,0 +114111,230,47,51,66,60,0,0,0,0,0,0,0 +114112,230,47,248,383,380,0,0,0,0,0,0,0 +115112,230,47,0,7,7,0,0,0,0,0,0,0 +115210,230,47,25,10,3,0,0,0,0,0,0,0 +115310,230,47,81,23,16,0,0,0,0,0,0,0 +221111,230,47,0,23,16,0,0,0,0,0,0,0 +221121,230,47,0,15,0,0,0,0,0,0,0,0 +221122,230,47,0,16,5,0,0,0,0,0,0,0 +221210,230,47,0,3,0,0,0,0,0,0,0,0 +221310,230,47,0,3,0,0,0,0,0,0,0,0 +236115,230,47,1774,516,492,3,0,0,0,0,0,0 +236117,230,47,223,68,61,0,0,0,0,0,0,0 +236118,230,47,2135,787,762,3,0,0,0,0,0,0 +236220,230,47,1398,151,117,13,0,0,0,0,0,0 +237110,230,47,304,52,36,0,0,0,0,0,0,0 +237120,230,47,77,4,0,0,0,0,0,0,0,0 +237130,230,47,1164,34,14,4,0,0,0,0,0,0 +237210,230,47,5,3,3,0,0,0,0,0,0,0 +237310,230,47,470,59,37,0,0,0,0,0,0,0 +237990,230,47,121,30,15,0,0,0,0,0,0,0 +238110,230,47,735,158,130,0,0,0,0,0,0,0 +238120,230,47,0,9,0,0,0,0,0,0,0,0 +238130,230,47,156,63,55,0,0,0,0,0,0,0 +238140,230,47,570,139,125,0,0,0,0,0,0,0 +238150,230,47,80,15,10,0,0,0,0,0,0,0 +238160,230,47,808,90,65,0,0,0,0,0,0,0 +238170,230,47,34,25,20,0,0,0,0,0,0,0 +238190,230,47,107,23,14,0,0,0,0,0,0,0 +238210,230,47,2645,549,509,14,0,0,0,0,0,0 +238220,230,47,3737,659,605,23,0,0,0,0,0,0 +238290,230,47,370,25,16,3,0,0,0,0,0,0 +238310,230,47,892,118,93,10,0,0,0,0,0,0 +238320,230,47,765,237,221,3,0,0,0,0,0,0 +238330,230,47,155,63,59,0,0,0,0,0,0,0 +238340,230,47,268,29,23,0,0,0,0,0,0,0 +238350,230,47,686,236,209,0,0,0,0,0,0,0 +238390,230,47,361,30,14,0,0,0,0,0,0,0 +238910,230,47,3347,535,483,13,0,0,0,0,0,0 +238990,230,47,624,177,161,0,0,0,0,0,0,0 +311352,230,47,57,7,0,0,0,0,0,0,0,0 +311411,230,47,62,4,0,0,0,0,0,0,0,0 +311611,230,47,43,3,0,0,0,0,0,0,0,0 +311612,230,47,18,3,0,0,0,0,0,0,0,0 +311710,230,47,306,17,6,0,0,0,0,0,0,0 +311811,230,47,400,46,21,3,0,0,0,0,0,0 +311812,230,47,118,10,0,4,0,0,0,0,0,0 +311920,230,47,67,4,0,0,0,0,0,0,0,0 +311941,230,47,12,3,0,0,0,0,0,0,0,0 +312120,230,47,510,42,34,0,0,0,0,0,0,0 +312130,230,47,0,6,0,0,0,0,0,0,0,0 +312140,230,47,34,5,0,0,0,0,0,0,0,0 +313210,230,47,91,5,0,3,0,0,0,0,0,0 +314910,230,47,69,20,18,0,0,0,0,0,0,0 +314994,230,47,0,3,0,0,0,0,0,0,0,0 +314999,230,47,52,13,10,0,0,0,0,0,0,0 +315990,230,47,4,3,3,0,0,0,0,0,0,0 +316210,230,47,46,6,0,0,0,0,0,0,0,0 +321113,230,47,1440,51,17,6,0,0,0,0,0,0 +321219,230,47,0,3,0,0,0,0,0,0,0,0 +321912,230,47,0,3,0,0,0,0,0,0,0,0 +321918,230,47,53,13,7,0,0,0,0,0,0,0 +321920,230,47,288,11,3,0,0,0,0,0,0,0 +321992,230,47,0,3,0,0,0,0,0,0,0,0 +321999,230,47,145,19,3,0,0,0,0,0,0,0 +323111,230,47,867,70,45,4,0,0,0,0,0,0 +323113,230,47,137,24,13,0,0,0,0,0,0,0 +325414,230,47,87,5,0,0,0,0,0,0,0,0 +326199,230,47,366,18,6,0,0,0,0,0,0,0 +327110,230,47,6,6,3,0,0,0,0,0,0,0 +327320,230,47,178,10,0,0,0,0,0,0,0,0 +327390,230,47,66,4,0,0,0,0,0,0,0,0 +327991,230,47,0,3,0,0,0,0,0,0,0,0 +332311,230,47,77,4,0,0,0,0,0,0,0,0 +332312,230,47,57,5,0,0,0,0,0,0,0,0 +332322,230,47,200,18,3,0,0,0,0,0,0,0 +332323,230,47,8,7,3,0,0,0,0,0,0,0 +332710,230,47,1174,90,62,3,0,0,0,0,0,0 +332721,230,47,287,12,3,3,0,0,0,0,0,0 +332812,230,47,8,3,0,0,0,0,0,0,0,0 +332813,230,47,0,3,0,0,0,0,0,0,0,0 +332999,230,47,0,7,0,0,0,0,0,0,0,0 +333318,230,47,63,4,0,0,0,0,0,0,0,0 +333999,230,47,62,3,0,0,0,0,0,0,0,0 +334513,230,47,15,4,0,0,0,0,0,0,0,0 +334516,230,47,792,4,0,0,0,0,0,0,0,0 +336611,230,47,29,8,3,0,0,0,0,0,0,0 +336612,230,47,894,60,43,0,0,0,0,0,0,0 +337110,230,47,38,14,9,0,0,0,0,0,0,0 +337121,230,47,17,3,0,0,0,0,0,0,0,0 +337122,230,47,68,17,7,0,0,0,0,0,0,0 +337212,230,47,230,14,3,0,0,0,0,0,0,0 +339116,230,47,80,14,7,0,0,0,0,0,0,0 +339910,230,47,22,11,10,0,0,0,0,0,0,0 +339950,230,47,209,31,14,0,0,0,0,0,0,0 +339992,230,47,0,4,0,0,0,0,0,0,0,0 +339999,230,47,263,27,12,0,0,0,0,0,0,0 +423110,230,47,786,29,3,10,0,0,0,0,0,0 +423120,230,47,395,31,14,0,0,0,0,0,0,0 +423130,230,47,60,7,0,0,0,0,0,0,0,0 +423140,230,47,101,8,3,0,0,0,0,0,0,0 +423210,230,47,49,8,6,0,0,0,0,0,0,0 +423220,230,47,35,15,9,0,0,0,0,0,0,0 +423310,230,47,234,21,15,0,0,0,0,0,0,0 +423320,230,47,28,5,4,0,0,0,0,0,0,0 +423330,230,47,172,12,6,0,0,0,0,0,0,0 +423390,230,47,20,8,3,0,0,0,0,0,0,0 +423420,230,47,331,14,3,3,0,0,0,0,0,0 +423430,230,47,241,17,6,0,0,0,0,0,0,0 +423440,230,47,26,9,3,0,0,0,0,0,0,0 +423450,230,47,89,21,16,0,0,0,0,0,0,0 +423490,230,47,0,6,3,0,0,0,0,0,0,0 +423510,230,47,77,16,6,0,0,0,0,0,0,0 +423610,230,47,367,33,21,0,0,0,0,0,0,0 +423690,230,47,87,12,8,0,0,0,0,0,0,0 +423710,230,47,271,5,0,0,0,0,0,0,0,0 +423720,230,47,410,31,11,0,0,0,0,0,0,0 +423730,230,47,197,27,21,0,0,0,0,0,0,0 +423810,230,47,446,29,11,0,0,0,0,0,0,0 +423820,230,47,61,16,11,0,0,0,0,0,0,0 +423830,230,47,967,75,45,6,0,0,0,0,0,0 +423840,230,47,346,35,24,0,0,0,0,0,0,0 +423850,230,47,26,7,3,0,0,0,0,0,0,0 +423860,230,47,6,3,3,0,0,0,0,0,0,0 +423910,230,47,41,13,9,0,0,0,0,0,0,0 +423930,230,47,221,38,20,0,0,0,0,0,0,0 +423940,230,47,0,3,3,0,0,0,0,0,0,0 +423990,230,47,274,36,24,0,0,0,0,0,0,0 +424120,230,47,248,10,3,3,0,0,0,0,0,0 +424130,230,47,54,5,0,0,0,0,0,0,0,0 +424210,230,47,442,18,7,0,0,0,0,0,0,0 +424320,230,47,14,3,0,0,0,0,0,0,0,0 +424330,230,47,9,4,3,0,0,0,0,0,0,0 +424340,230,47,32,3,0,0,0,0,0,0,0,0 +424420,230,47,31,7,5,0,0,0,0,0,0,0 +424430,230,47,0,3,0,0,0,0,0,0,0,0 +424450,230,47,44,8,3,0,0,0,0,0,0,0 +424460,230,47,983,143,122,8,0,0,0,0,0,0 +424480,230,47,90,15,8,0,0,0,0,0,0,0 +424490,230,47,753,74,47,0,0,0,0,0,0,0 +424610,230,47,21,3,0,0,0,0,0,0,0,0 +424690,230,47,134,18,13,0,0,0,0,0,0,0 +424710,230,47,227,21,11,0,0,0,0,0,0,0 +424720,230,47,0,3,0,0,0,0,0,0,0,0 +424810,230,47,505,10,0,0,0,0,0,0,0,0 +424820,230,47,31,6,4,0,0,0,0,0,0,0 +424910,230,47,44,16,6,0,0,0,0,0,0,0 +424920,230,47,75,7,0,0,0,0,0,0,0,0 +424930,230,47,35,10,6,0,0,0,0,0,0,0 +424990,230,47,134,30,21,0,0,0,0,0,0,0 +425120,230,47,662,114,97,0,0,0,0,0,0,0 +441110,230,47,5904,126,13,65,6,0,0,0,0,0 +441120,230,47,881,198,160,0,0,0,0,0,0,0 +441210,230,47,84,12,3,0,0,0,0,0,0,0 +441222,230,47,380,55,37,3,0,0,0,0,0,0 +441228,230,47,439,61,37,0,0,0,0,0,0,0 +441310,230,47,2206,232,191,13,0,0,0,0,0,0 +441320,230,47,771,80,46,0,0,0,0,0,0,0 +442110,230,47,611,87,67,0,0,0,0,0,0,0 +442210,230,47,206,46,37,0,0,0,0,0,0,0 +442291,230,47,45,8,3,0,0,0,0,0,0,0 +442299,230,47,1006,113,88,8,0,0,0,0,0,0 +443141,230,47,153,34,19,0,0,0,0,0,0,0 +443142,230,47,821,72,49,0,0,0,0,0,0,0 +444110,230,47,734,23,0,0,13,0,0,0,0,0 +444120,230,47,79,24,17,0,0,0,0,0,0,0 +444130,230,47,1206,145,106,3,0,0,0,0,0,0 +444190,230,47,2268,228,174,19,0,0,0,0,0,0 +444210,230,47,289,30,16,0,0,0,0,0,0,0 +444220,230,47,792,89,55,3,0,0,0,0,0,0 +445110,230,47,16047,374,178,92,46,0,0,0,0,0 +445120,230,47,1359,197,177,5,0,0,0,0,0,0 +445210,230,47,52,8,0,0,0,0,0,0,0,0 +445220,230,47,152,44,37,0,0,0,0,0,0,0 +445230,230,47,0,4,3,0,0,0,0,0,0,0 +445291,230,47,21,3,0,0,0,0,0,0,0,0 +445292,230,47,41,16,14,0,0,0,0,0,0,0 +445299,230,47,95,18,13,0,0,0,0,0,0,0 +445310,230,47,279,52,29,0,0,0,0,0,0,0 +446110,230,47,2498,202,139,30,0,0,0,0,0,0 +446120,230,47,335,27,13,4,0,0,0,0,0,0 +446130,230,47,152,24,14,0,0,0,0,0,0,0 +446191,230,47,92,25,15,0,0,0,0,0,0,0 +446199,230,47,194,34,23,0,0,0,0,0,0,0 +447110,230,47,7016,699,650,37,0,0,0,0,0,0 +447190,230,47,505,90,63,0,0,0,0,0,0,0 +448110,230,47,104,13,8,0,0,0,0,0,0,0 +448120,230,47,677,110,100,0,0,0,0,0,0,0 +448130,230,47,226,23,17,0,0,0,0,0,0,0 +448140,230,47,2402,134,77,35,0,0,0,0,0,0 +448150,230,47,140,22,16,0,0,0,0,0,0,0 +448190,230,47,460,50,31,5,0,0,0,0,0,0 +448210,230,47,700,82,59,0,0,0,0,0,0,0 +448310,230,47,475,85,71,4,0,0,0,0,0,0 +451110,230,47,1886,152,118,3,0,0,0,0,0,0 +451120,230,47,450,49,30,3,0,0,0,0,0,0 +451130,230,47,149,35,22,0,0,0,0,0,0,0 +451140,230,47,56,9,7,0,0,0,0,0,0,0 +451211,230,47,148,27,13,0,0,0,0,0,0,0 +452210,230,47,1103,13,0,11,0,0,0,0,0,0 +452311,230,47,4080,28,0,3,6,3,0,0,0,0 +452319,230,47,2775,236,168,28,0,0,0,0,0,0 +453110,230,47,291,75,64,0,0,0,0,0,0,0 +453210,230,47,0,8,0,4,0,0,0,0,0,0 +453220,230,47,706,234,219,0,0,0,0,0,0,0 +453310,230,47,802,138,108,6,0,0,0,0,0,0 +453910,230,47,410,49,27,0,0,0,0,0,0,0 +453920,230,47,118,55,49,0,0,0,0,0,0,0 +453930,230,47,17,6,3,0,0,0,0,0,0,0 +453991,230,47,211,59,39,0,0,0,0,0,0,0 +453998,230,47,399,106,93,0,0,0,0,0,0,0 +454110,230,47,1849,180,149,7,0,0,0,0,0,0 +454210,230,47,0,5,3,0,0,0,0,0,0,0 +454310,230,47,2857,280,227,15,0,0,0,0,0,0 +454390,230,47,336,97,82,0,0,0,0,0,0,0 +481111,230,47,192,8,0,0,0,0,0,0,0,0 +481211,230,47,0,3,0,0,0,0,0,0,0,0 +483113,230,47,0,3,0,0,0,0,0,0,0,0 +483114,230,47,8,3,0,0,0,0,0,0,0,0 +484110,230,47,898,105,79,0,0,0,0,0,0,0 +484121,230,47,2333,140,89,9,3,0,0,0,0,0 +484122,230,47,553,36,9,12,0,0,0,0,0,0 +484210,230,47,408,26,8,5,0,0,0,0,0,0 +484220,230,47,1318,315,279,4,0,0,0,0,0,0 +484230,230,47,453,65,45,0,0,0,0,0,0,0 +485310,230,47,213,30,8,0,0,0,0,0,0,0 +485320,230,47,92,8,3,0,0,0,0,0,0,0 +485410,230,47,42,20,0,3,0,0,0,0,0,0 +485991,230,47,88,7,0,0,0,0,0,0,0,0 +487110,230,47,21,12,11,0,0,0,0,0,0,0 +487210,230,47,91,42,40,0,0,0,0,0,0,0 +488119,230,47,245,5,0,0,0,0,0,0,0,0 +488190,230,47,175,8,3,0,0,0,0,0,0,0 +488310,230,47,0,4,0,0,0,0,0,0,0,0 +488330,230,47,49,9,4,0,0,0,0,0,0,0 +488390,230,47,32,4,0,0,0,0,0,0,0,0 +488410,230,47,176,37,19,0,0,0,0,0,0,0 +488490,230,47,358,11,4,0,0,0,0,0,0,0 +488510,230,47,169,45,41,0,0,0,0,0,0,0 +492110,230,47,1394,41,10,0,0,0,0,0,0,0 +492210,230,47,50,3,0,0,0,0,0,0,0,0 +493110,230,47,2915,42,14,5,0,3,0,0,0,0 +511110,230,47,784,52,18,0,0,0,0,0,0,0 +511120,230,47,262,17,8,0,0,0,0,0,0,0 +511130,230,47,111,17,14,0,0,0,0,0,0,0 +511199,230,47,6,3,3,0,0,0,0,0,0,0 +511210,230,47,129,20,11,0,0,0,0,0,0,0 +512110,230,47,100,35,29,0,0,0,0,0,0,0 +512131,230,47,459,24,3,0,0,0,0,0,0,0 +512191,230,47,13,6,6,0,0,0,0,0,0,0 +512240,230,47,10,6,5,0,0,0,0,0,0,0 +515112,230,47,308,20,3,3,0,0,0,0,0,0 +515120,230,47,350,7,3,0,3,0,0,0,0,0 +515210,230,47,13,3,0,0,0,0,0,0,0,0 +517311,230,47,2616,188,128,11,0,0,0,0,0,0 +517312,230,47,592,58,37,0,0,0,0,0,0,0 +517911,230,47,0,4,3,0,0,0,0,0,0,0 +517919,230,47,5,3,3,0,0,0,0,0,0,0 +518210,230,47,1435,53,34,4,0,0,0,0,0,0 +519120,230,47,438,98,84,0,0,0,0,0,0,0 +519130,230,47,87,15,7,0,0,0,0,0,0,0 +522110,230,47,3600,311,270,9,0,0,0,0,0,0 +522120,230,47,2174,218,166,4,0,0,0,0,0,0 +522130,230,47,2174,190,126,31,0,0,0,0,0,0 +522210,230,47,0,6,0,0,0,0,0,0,0,0 +522220,230,47,135,8,6,0,0,0,0,0,0,0 +522292,230,47,575,53,40,3,0,0,0,0,0,0 +522298,230,47,48,7,0,0,0,0,0,0,0,0 +522310,230,47,55,17,16,0,0,0,0,0,0,0 +522320,230,47,1123,22,17,0,0,0,0,0,0,0 +522390,230,47,39,6,4,0,0,0,0,0,0,0 +523120,230,47,291,68,65,0,0,0,0,0,0,0 +523910,230,47,27,9,9,0,0,0,0,0,0,0 +523920,230,47,846,151,141,0,0,0,0,0,0,0 +523930,230,47,162,59,56,0,0,0,0,0,0,0 +523991,230,47,76,12,9,0,0,0,0,0,0,0 +524113,230,47,4919,33,24,3,3,0,0,0,0,0 +524114,230,47,808,19,11,3,0,0,0,0,0,0 +524126,230,47,866,48,25,7,0,0,0,0,0,0 +524127,230,47,0,3,0,0,0,0,0,0,0,0 +524210,230,47,2896,444,399,8,0,0,0,0,0,0 +524291,230,47,67,12,6,0,0,0,0,0,0,0 +524292,230,47,220,9,0,4,0,0,0,0,0,0 +524298,230,47,102,12,9,0,0,0,0,0,0,0 +531110,230,47,1077,287,271,0,0,0,0,0,0,0 +531120,230,47,544,153,141,0,0,0,0,0,0,0 +531130,230,47,137,57,52,0,0,0,0,0,0,0 +531190,230,47,108,40,37,0,0,0,0,0,0,0 +531210,230,47,1057,583,569,0,0,0,0,0,0,0 +531311,230,47,1915,210,179,7,0,0,0,0,0,0 +531312,230,47,337,71,55,0,0,0,0,0,0,0 +531320,230,47,199,84,79,0,0,0,0,0,0,0 +531390,230,47,112,24,21,0,0,0,0,0,0,0 +532111,230,47,155,18,13,0,0,0,0,0,0,0 +532120,230,47,338,23,7,0,0,0,0,0,0,0 +532210,230,47,138,33,27,0,0,0,0,0,0,0 +532283,230,47,65,10,6,0,0,0,0,0,0,0 +532284,230,47,30,21,19,0,0,0,0,0,0,0 +532289,230,47,188,18,11,0,0,0,0,0,0,0 +532310,230,47,59,15,8,0,0,0,0,0,0,0 +532412,230,47,0,7,0,0,0,0,0,0,0,0 +532490,230,47,126,22,16,0,0,0,0,0,0,0 +541110,230,47,3786,672,622,16,4,0,0,0,0,0 +541191,230,47,194,40,31,0,0,0,0,0,0,0 +541211,230,47,1674,205,169,6,3,0,0,0,0,0 +541213,230,47,537,106,78,0,0,0,0,0,0,0 +541214,230,47,178,22,10,0,0,0,0,0,0,0 +541219,230,47,552,176,155,0,0,0,0,0,0,0 +541310,230,47,479,116,98,0,0,0,0,0,0,0 +541320,230,47,61,18,13,0,0,0,0,0,0,0 +541330,230,47,2928,286,235,25,3,0,0,0,0,0 +541340,230,47,13,8,4,0,0,0,0,0,0,0 +541350,230,47,85,26,19,0,0,0,0,0,0,0 +541370,230,47,468,95,80,0,0,0,0,0,0,0 +541380,230,47,141,20,16,0,0,0,0,0,0,0 +541410,230,47,57,26,23,0,0,0,0,0,0,0 +541430,230,47,141,66,62,0,0,0,0,0,0,0 +541490,230,47,19,9,8,0,0,0,0,0,0,0 +541511,230,47,1706,201,181,11,0,0,0,0,0,0 +541512,230,47,653,143,125,3,0,0,0,0,0,0 +541513,230,47,96,12,10,0,0,0,0,0,0,0 +541519,230,47,20,6,4,0,0,0,0,0,0,0 +541611,230,47,922,259,236,5,0,0,0,0,0,0 +541612,230,47,43,12,9,0,0,0,0,0,0,0 +541613,230,47,393,115,105,5,0,0,0,0,0,0 +541614,230,47,20,11,10,0,0,0,0,0,0,0 +541618,230,47,13,6,5,0,0,0,0,0,0,0 +541620,230,47,271,68,51,0,0,0,0,0,0,0 +541690,230,47,419,73,60,0,0,0,0,0,0,0 +541713,230,47,0,4,3,0,0,0,0,0,0,0 +541714,230,47,13,7,3,0,0,0,0,0,0,0 +541715,230,47,358,22,14,0,0,0,0,0,0,0 +541720,230,47,15,5,4,0,0,0,0,0,0,0 +541810,230,47,177,30,25,0,0,0,0,0,0,0 +541820,230,47,43,23,21,0,0,0,0,0,0,0 +541860,230,47,51,6,4,0,0,0,0,0,0,0 +541890,230,47,132,36,23,0,0,0,0,0,0,0 +541910,230,47,69,14,11,0,0,0,0,0,0,0 +541921,230,47,53,32,31,0,0,0,0,0,0,0 +541922,230,47,34,20,15,0,0,0,0,0,0,0 +541930,230,47,22,9,8,0,0,0,0,0,0,0 +541940,230,47,1969,191,141,15,0,0,0,0,0,0 +541990,230,47,101,40,30,0,0,0,0,0,0,0 +551112,230,47,397,19,6,0,0,0,0,0,0,0 +551114,230,47,9009,170,94,27,10,6,0,0,0,0 +561110,230,47,1205,97,67,0,0,0,0,0,0,0 +561210,230,47,70,12,3,0,0,0,0,0,0,0 +561311,230,47,55,10,6,0,0,0,0,0,0,0 +561312,230,47,27,10,7,0,0,0,0,0,0,0 +561320,230,47,5345,106,27,30,10,0,0,0,0,0 +561330,230,47,0,3,0,0,0,0,0,0,0,0 +561410,230,47,60,18,12,0,0,0,0,0,0,0 +561421,230,47,24,6,0,0,0,0,0,0,0,0 +561422,230,47,1438,24,7,3,0,0,0,0,0,0 +561431,230,47,36,9,6,0,0,0,0,0,0,0 +561439,230,47,14,4,3,0,0,0,0,0,0,0 +561440,230,47,41,8,6,0,0,0,0,0,0,0 +561492,230,47,10,6,6,0,0,0,0,0,0,0 +561499,230,47,9,6,6,0,0,0,0,0,0,0 +561510,230,47,379,37,28,0,0,0,0,0,0,0 +561520,230,47,49,6,3,0,0,0,0,0,0,0 +561591,230,47,0,6,0,0,0,0,0,0,0,0 +561599,230,47,66,10,4,0,0,0,0,0,0,0 +561611,230,47,7,8,8,0,0,0,0,0,0,0 +561612,230,47,662,14,4,0,0,0,0,0,0,0 +561621,230,47,107,17,6,0,0,0,0,0,0,0 +561622,230,47,16,9,8,0,0,0,0,0,0,0 +561710,230,47,262,30,15,0,0,0,0,0,0,0 +561720,230,47,3350,352,289,31,0,0,0,0,0,0 +561730,230,47,3030,815,774,16,0,0,0,0,0,0 +561740,230,47,110,23,19,0,0,0,0,0,0,0 +561790,230,47,138,49,42,0,0,0,0,0,0,0 +561920,230,47,0,6,4,0,0,0,0,0,0,0 +561990,230,47,946,112,80,4,0,0,0,0,0,0 +562111,230,47,855,89,48,0,0,0,0,0,0,0 +562211,230,47,0,3,0,0,0,0,0,0,0,0 +562910,230,47,232,19,9,3,0,0,0,0,0,0 +562920,230,47,123,15,6,0,0,0,0,0,0,0 +562991,230,47,141,40,26,0,0,0,0,0,0,0 +562998,230,47,14,4,4,0,0,0,0,0,0,0 +611110,230,47,4418,114,19,35,6,0,0,0,0,0 +611310,230,47,5972,18,0,0,0,0,0,0,0,0 +611420,230,47,11,3,0,0,0,0,0,0,0,0 +611430,230,47,68,22,19,0,0,0,0,0,0,0 +611519,230,47,29,11,3,0,0,0,0,0,0,0 +611610,230,47,333,57,42,3,0,0,0,0,0,0 +611620,230,47,398,68,53,0,0,0,0,0,0,0 +611691,230,47,77,15,6,0,0,0,0,0,0,0 +611692,230,47,62,15,3,0,0,0,0,0,0,0 +611699,230,47,153,39,33,0,0,0,0,0,0,0 +611710,230,47,904,44,24,0,0,0,0,0,0,0 +621111,230,47,9779,597,464,91,10,0,0,0,0,0 +621112,230,47,23,16,15,0,0,0,0,0,0,0 +621210,230,47,3725,456,406,12,0,0,0,0,0,0 +621310,230,47,694,189,167,0,0,0,0,0,0,0 +621320,230,47,781,111,87,0,0,0,0,0,0,0 +621330,230,47,1035,178,157,0,0,0,0,0,0,0 +621340,230,47,1289,220,186,7,0,0,0,0,0,0 +621391,230,47,106,22,17,0,0,0,0,0,0,0 +621399,230,47,474,125,115,0,0,0,0,0,0,0 +621410,230,47,18,13,6,0,0,0,0,0,0,0 +621420,230,47,2304,132,70,16,0,0,0,0,0,0 +621491,230,47,0,6,0,0,3,0,0,0,0,0 +621492,230,47,0,14,0,0,0,0,0,0,0,0 +621493,230,47,272,13,0,0,0,0,0,0,0,0 +621498,230,47,2963,108,26,34,0,0,0,0,0,0 +621511,230,47,0,11,0,0,0,0,0,0,0,0 +621512,230,47,94,19,8,0,0,0,0,0,0,0 +621610,230,47,4797,109,28,40,3,0,0,0,0,0 +621910,230,47,623,39,9,3,0,0,0,0,0,0 +621999,230,47,113,16,9,0,0,0,0,0,0,0 +622110,230,47,16446,23,0,0,0,3,0,0,0,0 +623110,230,47,8655,90,0,25,36,0,0,0,0,0 +623210,230,47,6306,433,376,27,3,0,0,0,0,0 +623220,230,47,2060,144,102,10,0,0,0,0,0,0 +623311,230,47,1331,23,3,8,0,0,0,0,0,0 +623312,230,47,2831,149,81,29,0,0,0,0,0,0 +623990,230,47,831,62,40,7,0,0,0,0,0,0 +624110,230,47,842,69,28,0,0,0,0,0,0,0 +624120,230,47,7483,281,135,82,3,0,0,0,0,0 +624190,230,47,3272,212,164,16,3,0,0,0,0,0 +624210,230,47,22,3,0,0,0,0,0,0,0,0 +624221,230,47,263,22,9,0,0,0,0,0,0,0 +624229,230,47,64,16,4,0,0,0,0,0,0,0 +624230,230,47,0,4,0,0,0,0,0,0,0,0 +624310,230,47,521,28,8,3,0,0,0,0,0,0 +624410,230,47,4588,634,561,41,0,0,0,0,0,0 +711110,230,47,91,17,13,0,0,0,0,0,0,0 +711130,230,47,112,11,6,0,0,0,0,0,0,0 +711219,230,47,5,3,3,0,0,0,0,0,0,0 +711310,230,47,73,16,4,0,0,0,0,0,0,0 +711320,230,47,90,9,4,0,0,0,0,0,0,0 +711510,230,47,115,73,67,0,0,0,0,0,0,0 +712110,230,47,408,64,43,0,0,0,0,0,0,0 +712120,230,47,26,18,16,0,0,0,0,0,0,0 +712130,230,47,0,3,0,0,0,0,0,0,0,0 +712190,230,47,15,6,3,0,0,0,0,0,0,0 +713110,230,47,43,3,0,0,0,0,0,0,0,0 +713120,230,47,22,12,8,0,0,0,0,0,0,0 +713290,230,47,0,3,0,0,0,0,0,0,0,0 +713910,230,47,576,106,88,3,0,0,0,0,0,0 +713920,230,47,62,11,0,0,0,0,0,0,0,0 +713930,230,47,352,67,55,4,0,0,0,0,0,0 +713940,230,47,2053,142,101,7,0,0,0,0,0,0 +713950,230,47,258,19,0,5,0,0,0,0,0,0 +713990,230,47,592,162,138,3,0,0,0,0,0,0 +721110,230,47,7537,513,406,65,9,0,0,0,0,0 +721191,230,47,467,160,147,0,0,0,0,0,0,0 +721199,230,47,32,30,25,0,0,0,0,0,0,0 +721211,230,47,307,128,116,0,0,0,0,0,0,0 +721214,230,47,675,115,92,0,0,0,0,0,0,0 +721310,230,47,6,4,4,0,0,0,0,0,0,0 +722310,230,47,1534,93,49,16,0,0,0,0,0,0 +722320,230,47,356,59,43,0,0,0,0,0,0,0 +722330,230,47,22,15,13,0,0,0,0,0,0,0 +722410,230,47,953,110,92,4,0,0,0,0,0,0 +722511,230,47,22882,1497,1107,378,3,0,0,0,0,0 +722513,230,47,14092,1011,734,249,0,0,0,0,0,0 +722514,230,47,34,7,3,0,0,0,0,0,0,0 +722515,230,47,4124,438,347,60,0,0,0,0,0,0 +811111,230,47,2375,671,657,0,0,0,0,0,0,0 +811113,230,47,29,6,3,0,0,0,0,0,0,0 +811118,230,47,47,13,10,0,0,0,0,0,0,0 +811121,230,47,951,163,135,3,0,0,0,0,0,0 +811122,230,47,124,27,16,0,0,0,0,0,0,0 +811191,230,47,168,28,16,0,0,0,0,0,0,0 +811192,230,47,162,55,40,0,0,0,0,0,0,0 +811198,230,47,28,7,3,0,0,0,0,0,0,0 +811212,230,47,19,9,5,0,0,0,0,0,0,0 +811219,230,47,24,6,4,0,0,0,0,0,0,0 +811310,230,47,493,103,88,3,0,0,0,0,0,0 +811411,230,47,3,3,3,0,0,0,0,0,0,0 +811412,230,47,8,4,4,0,0,0,0,0,0,0 +811420,230,47,18,7,6,0,0,0,0,0,0,0 +811430,230,47,0,3,3,0,0,0,0,0,0,0 +811490,230,47,694,108,82,3,0,0,0,0,0,0 +812111,230,47,28,4,0,0,0,0,0,0,0,0 +812112,230,47,1351,305,286,3,0,0,0,0,0,0 +812113,230,47,83,35,31,0,0,0,0,0,0,0 +812199,230,47,441,74,55,3,0,0,0,0,0,0 +812210,230,47,441,85,61,0,0,0,0,0,0,0 +812220,230,47,60,29,22,0,0,0,0,0,0,0 +812310,230,47,267,59,45,0,0,0,0,0,0,0 +812320,230,47,85,22,18,0,0,0,0,0,0,0 +812332,230,47,0,5,0,0,0,0,0,0,0,0 +812910,230,47,581,130,113,0,0,0,0,0,0,0 +812930,230,47,123,19,15,3,0,0,0,0,0,0 +812990,230,47,54,35,35,0,0,0,0,0,0,0 +813110,230,47,4010,747,704,24,0,0,0,0,0,0 +813211,230,47,282,67,56,0,0,0,0,0,0,0 +813212,230,47,230,16,8,0,0,0,0,0,0,0 +813219,230,47,129,15,4,0,0,0,0,0,0,0 +813311,230,47,123,20,8,0,0,0,0,0,0,0 +813312,230,47,818,140,111,4,0,0,0,0,0,0 +813319,230,47,210,38,26,0,0,0,0,0,0,0 +813410,230,47,1370,218,181,5,0,0,0,0,0,0 +813910,230,47,453,121,109,0,0,0,0,0,0,0 +813920,230,47,132,30,26,0,0,0,0,0,0,0 +813930,230,47,411,54,31,3,0,0,0,0,0,0 +813940,230,47,25,15,10,0,0,0,0,0,0,0 +813990,230,47,254,45,37,0,0,0,0,0,0,0 +115210,241,48,118,35,27,0,0,0,0,0,0,0 +221112,241,48,329,14,0,3,0,0,0,0,0,0 +221122,241,48,0,29,6,0,4,3,0,0,0,0 +221310,241,48,47,13,3,0,0,0,0,0,0,0 +221330,241,48,0,4,0,0,0,0,0,0,0,0 +236115,241,48,961,175,157,0,0,0,0,0,0,0 +236116,241,48,383,21,8,0,0,0,0,0,0,0 +236117,241,48,1042,123,91,13,0,0,0,0,0,0 +236118,241,48,5171,1508,1478,18,0,0,0,0,0,0 +236210,241,48,154,10,0,0,0,0,0,0,0,0 +236220,241,48,4679,412,360,45,0,0,0,0,0,0 +237110,241,48,2270,79,36,11,0,0,0,0,0,0 +237130,241,48,1316,61,24,17,0,0,0,0,0,0 +237210,241,48,128,43,32,0,0,0,0,0,0,0 +237310,241,48,2238,69,17,18,0,0,0,0,0,0 +237990,241,48,560,46,33,0,0,0,0,0,0,0 +238110,241,48,4795,167,105,35,4,0,0,0,0,0 +238120,241,48,655,30,13,3,0,0,0,0,0,0 +238130,241,48,447,90,82,0,0,0,0,0,0,0 +238140,241,48,1582,169,142,15,0,0,0,0,0,0 +238150,241,48,589,39,19,3,0,0,0,0,0,0 +238160,241,48,1706,124,92,9,0,0,0,0,0,0 +238170,241,48,359,61,49,0,0,0,0,0,0,0 +238190,241,48,447,67,53,0,0,0,0,0,0,0 +238210,241,48,10728,764,641,96,15,3,0,0,0,0 +238220,241,48,11263,982,835,128,8,0,0,0,0,0 +238290,241,48,1406,73,41,11,0,0,0,0,0,0 +238310,241,48,2300,149,109,16,4,0,0,0,0,0 +238320,241,48,2066,341,315,17,0,0,0,0,0,0 +238330,241,48,1167,166,145,6,0,0,0,0,0,0 +238340,241,48,414,58,38,3,0,0,0,0,0,0 +238350,241,48,1880,269,247,6,0,0,0,0,0,0 +238390,241,48,1328,92,64,14,0,0,0,0,0,0 +238910,241,48,4506,240,188,28,3,0,0,0,0,0 +238990,241,48,2019,216,176,21,0,0,0,0,0,0 +311119,241,48,51,3,0,0,0,0,0,0,0,0 +311352,241,48,23,6,0,0,0,0,0,0,0,0 +311611,241,48,0,3,0,0,0,0,0,0,0,0 +311612,241,48,60,3,0,0,0,0,0,0,0,0 +311811,241,48,344,37,22,0,0,0,0,0,0,0 +311812,241,48,1601,30,8,3,0,0,0,0,0,0 +311824,241,48,0,3,0,0,0,0,0,0,0,0 +311942,241,48,0,4,0,0,0,0,0,0,0,0 +311999,241,48,0,3,0,0,0,0,0,0,0,0 +312111,241,48,243,3,0,0,0,0,0,0,0,0 +312120,241,48,177,13,4,0,0,0,0,0,0,0 +314120,241,48,0,3,0,0,0,0,0,0,0,0 +314910,241,48,131,19,11,3,0,0,0,0,0,0 +314999,241,48,18,10,5,0,0,0,0,0,0,0 +321920,241,48,115,4,0,0,0,0,0,0,0,0 +321999,241,48,27,8,0,0,0,0,0,0,0,0 +323111,241,48,2070,134,98,19,0,0,0,0,0,0 +323113,241,48,270,24,16,0,0,0,0,0,0,0 +323120,241,48,392,21,9,0,0,0,0,0,0,0 +324121,241,48,86,8,0,0,0,0,0,0,0,0 +325180,241,48,706,6,0,0,0,0,0,0,0,0 +325412,241,48,0,3,0,0,0,0,0,0,0,0 +325998,241,48,370,11,0,0,0,0,0,0,0,0 +326113,241,48,0,3,0,0,0,0,0,0,0,0 +326199,241,48,770,26,8,0,0,0,0,0,0,0 +327215,241,48,59,3,0,0,0,0,0,0,0,0 +327320,241,48,569,23,8,0,0,0,0,0,0,0 +327390,241,48,176,8,0,0,0,0,0,0,0,0 +327420,241,48,0,3,0,0,0,0,0,0,0,0 +327991,241,48,78,6,0,0,0,0,0,0,0,0 +332312,241,48,359,8,0,3,0,0,0,0,0,0 +332322,241,48,277,16,6,0,0,0,0,0,0,0 +332323,241,48,36,7,0,0,0,0,0,0,0,0 +332710,241,48,1228,91,65,9,0,0,0,0,0,0 +332721,241,48,383,15,0,4,0,0,0,0,0,0 +332812,241,48,99,9,0,0,0,0,0,0,0,0 +332813,241,48,57,12,3,0,0,0,0,0,0,0 +332999,241,48,32,4,0,0,0,0,0,0,0,0 +333249,241,48,0,3,0,0,0,0,0,0,0,0 +333318,241,48,0,3,0,0,0,0,0,0,0,0 +333514,241,48,0,4,0,0,0,0,0,0,0,0 +333519,241,48,50,3,0,0,0,0,0,0,0,0 +333999,241,48,255,3,0,0,0,0,0,0,0,0 +334118,241,48,0,3,0,0,0,0,0,0,0,0 +334220,241,48,115,8,0,3,0,0,0,0,0,0 +334419,241,48,52,3,0,0,0,0,0,0,0,0 +334510,241,48,17,7,3,0,0,0,0,0,0,0 +334511,241,48,0,4,0,0,0,0,0,0,0,0 +334516,241,48,152,5,3,0,0,0,0,0,0,0 +334519,241,48,0,3,0,0,0,0,0,0,0,0 +335911,241,48,0,3,0,0,0,0,0,0,0,0 +336611,241,48,73,4,0,0,0,0,0,0,0,0 +336612,241,48,88,5,0,0,0,0,0,0,0,0 +337110,241,48,54,21,9,0,0,0,0,0,0,0 +337121,241,48,18,7,0,0,0,0,0,0,0,0 +337122,241,48,11,4,3,0,0,0,0,0,0,0 +337124,241,48,57,3,0,0,0,0,0,0,0,0 +337212,241,48,521,29,9,0,0,0,0,0,0,0 +339112,241,48,0,3,0,0,0,0,0,0,0,0 +339113,241,48,18,4,3,0,0,0,0,0,0,0 +339116,241,48,196,38,28,0,0,0,0,0,0,0 +339910,241,48,36,6,4,0,0,0,0,0,0,0 +339920,241,48,48,4,0,0,0,0,0,0,0,0 +339950,241,48,615,49,36,0,0,0,0,0,0,0 +339999,241,48,261,23,11,0,0,0,0,0,0,0 +423110,241,48,675,51,26,0,0,0,0,0,0,0 +423120,241,48,1847,99,64,17,0,0,0,0,0,0 +423130,241,48,244,20,0,4,0,0,0,0,0,0 +423140,241,48,15,8,4,0,0,0,0,0,0,0 +423210,241,48,859,46,27,3,0,0,0,0,0,0 +423220,241,48,922,45,27,3,0,0,0,0,0,0 +423310,241,48,886,47,22,10,0,0,0,0,0,0 +423320,241,48,400,34,16,3,0,0,0,0,0,0 +423330,241,48,393,29,15,4,0,0,0,0,0,0 +423390,241,48,772,39,13,3,0,0,0,0,0,0 +423410,241,48,44,4,0,0,0,0,0,0,0,0 +423420,241,48,1159,63,45,4,3,0,0,0,0,0 +423430,241,48,1512,68,46,10,0,0,0,0,0,0 +423440,241,48,512,37,12,0,0,0,0,0,0,0 +423450,241,48,1337,90,67,0,4,0,0,0,0,0 +423490,241,48,335,23,7,0,0,0,0,0,0,0 +423510,241,48,1001,64,37,9,0,0,0,0,0,0 +423610,241,48,1253,107,83,5,0,0,0,0,0,0 +423620,241,48,192,18,6,0,0,0,0,0,0,0 +423690,241,48,2427,100,73,15,0,0,0,0,0,0 +423710,241,48,384,54,40,0,0,0,0,0,0,0 +423720,241,48,1007,63,40,6,3,0,0,0,0,0 +423730,241,48,699,67,51,3,0,0,0,0,0,0 +423810,241,48,1027,32,9,8,0,0,0,0,0,0 +423830,241,48,2607,194,152,28,0,0,0,0,0,0 +423840,241,48,530,53,36,3,0,0,0,0,0,0 +423850,241,48,245,33,24,0,0,0,0,0,0,0 +423860,241,48,56,12,4,0,0,0,0,0,0,0 +423910,241,48,441,32,18,3,0,0,0,0,0,0 +423920,241,48,42,5,0,0,0,0,0,0,0,0 +423930,241,48,629,49,28,4,0,0,0,0,0,0 +423940,241,48,57,23,20,0,0,0,0,0,0,0 +423990,241,48,654,72,53,0,0,0,0,0,0,0 +424120,241,48,955,36,20,3,0,0,0,0,0,0 +424130,241,48,1114,39,14,12,0,0,0,0,0,0 +424210,241,48,1865,68,43,6,0,0,0,0,0,0 +424310,241,48,13,7,0,0,0,0,0,0,0,0 +424320,241,48,397,23,11,0,0,0,0,0,0,0 +424330,241,48,151,32,17,0,0,0,0,0,0,0 +424340,241,48,69,5,0,0,0,0,0,0,0,0 +424410,241,48,1544,24,7,0,0,0,0,0,0,0 +424420,241,48,944,24,3,3,0,0,0,0,0,0 +424430,241,48,395,7,0,0,0,0,0,0,0,0 +424450,241,48,117,15,8,0,0,0,0,0,0,0 +424460,241,48,589,26,12,4,0,0,0,0,0,0 +424470,241,48,383,11,3,0,0,0,0,0,0,0 +424480,241,48,2222,43,23,9,3,0,0,0,0,0 +424490,241,48,3600,129,88,20,0,0,0,0,0,0 +424610,241,48,185,21,11,0,0,0,0,0,0,0 +424690,241,48,642,56,37,5,0,0,0,0,0,0 +424710,241,48,165,12,5,0,0,0,0,0,0,0 +424720,241,48,50,8,6,0,0,0,0,0,0,0 +424810,241,48,0,6,0,0,0,0,0,0,0,0 +424820,241,48,1510,31,14,6,0,0,0,0,0,0 +424910,241,48,139,18,11,0,0,0,0,0,0,0 +424920,241,48,52,7,3,0,0,0,0,0,0,0 +424930,241,48,922,20,7,3,0,0,0,0,0,0 +424940,241,48,243,4,0,3,0,0,0,0,0,0 +424950,241,48,84,8,3,0,0,0,0,0,0,0 +424990,241,48,357,66,51,0,0,0,0,0,0,0 +425120,241,48,2855,312,282,9,0,0,0,0,0,0 +441110,241,48,10929,170,33,87,34,0,0,0,0,0 +441120,241,48,1307,138,121,0,0,0,0,0,0,0 +441222,241,48,622,71,58,7,0,0,0,0,0,0 +441228,241,48,314,32,11,0,0,0,0,0,0,0 +441310,241,48,2500,219,187,27,0,0,0,0,0,0 +441320,241,48,1406,156,142,7,0,0,0,0,0,0 +442110,241,48,1591,194,174,11,0,0,0,0,0,0 +442210,241,48,555,99,85,0,0,0,0,0,0,0 +442291,241,48,54,10,3,0,0,0,0,0,0,0 +442299,241,48,1637,117,78,19,0,0,0,0,0,0 +443141,241,48,394,55,36,4,0,0,0,0,0,0 +443142,241,48,2382,220,202,6,0,0,0,0,0,0 +444110,241,48,0,33,0,0,29,0,0,0,0,0 +444120,241,48,229,55,45,0,0,0,0,0,0,0 +444130,241,48,852,95,72,6,0,0,0,0,0,0 +444190,241,48,1946,197,165,17,0,0,0,0,0,0 +444210,241,48,80,13,3,0,0,0,0,0,0,0 +444220,241,48,1028,72,44,7,0,0,0,0,0,0 +445110,241,48,23827,622,375,161,72,0,0,0,0,0 +445120,241,48,2541,439,418,18,0,0,0,0,0,0 +445210,241,48,253,33,20,0,0,0,0,0,0,0 +445220,241,48,285,38,22,0,0,0,0,0,0,0 +445230,241,48,198,21,16,0,0,0,0,0,0,0 +445291,241,48,123,14,4,0,0,0,0,0,0,0 +445292,241,48,236,26,6,0,0,0,0,0,0,0 +445299,241,48,215,43,37,0,0,0,0,0,0,0 +445310,241,48,3074,673,649,12,0,0,0,0,0,0 +446110,241,48,5779,416,310,93,0,0,0,0,0,0 +446120,241,48,1554,189,163,18,0,0,0,0,0,0 +446130,241,48,861,118,105,3,0,0,0,0,0,0 +446191,241,48,293,75,72,0,0,0,0,0,0,0 +446199,241,48,488,80,65,5,0,0,0,0,0,0 +447110,241,48,4933,583,512,67,0,0,0,0,0,0 +447190,241,48,1106,141,122,6,0,0,0,0,0,0 +448110,241,48,438,55,41,0,0,0,0,0,0,0 +448120,241,48,3470,271,216,42,0,0,0,0,0,0 +448130,241,48,845,63,46,3,0,0,0,0,0,0 +448140,241,48,6634,243,117,115,0,0,0,0,0,0 +448150,241,48,459,99,87,0,0,0,0,0,0,0 +448190,241,48,1300,96,67,9,0,0,0,0,0,0 +448210,241,48,2592,254,216,23,0,0,0,0,0,0 +448310,241,48,1354,189,170,9,0,0,0,0,0,0 +448320,241,48,34,7,0,0,0,0,0,0,0,0 +451110,241,48,1635,147,120,14,0,0,0,0,0,0 +451120,241,48,1424,66,32,16,0,0,0,0,0,0 +451130,241,48,266,28,13,0,0,0,0,0,0,0 +451140,241,48,223,27,15,0,0,0,0,0,0,0 +451211,241,48,673,45,28,7,0,0,0,0,0,0 +451212,241,48,7,9,6,0,0,0,0,0,0,0 +452210,241,48,4273,36,0,8,21,0,0,0,0,0 +452311,241,48,13733,66,0,0,39,16,0,0,0,0 +452319,241,48,3509,242,164,70,0,0,0,0,0,0 +453110,241,48,529,81,68,0,0,0,0,0,0,0 +453210,241,48,509,46,23,12,0,0,0,0,0,0 +453220,241,48,1331,169,151,7,0,0,0,0,0,0 +453310,241,48,1822,161,135,10,0,0,0,0,0,0 +453910,241,48,1068,87,63,11,0,0,0,0,0,0 +453920,241,48,94,28,18,0,0,0,0,0,0,0 +453930,241,48,12,4,3,0,0,0,0,0,0,0 +453991,241,48,279,71,63,0,0,0,0,0,0,0 +453998,241,48,940,152,137,0,0,0,0,0,0,0 +454110,241,48,7997,269,243,6,0,0,0,0,0,0 +454210,241,48,193,28,16,0,0,0,0,0,0,0 +454310,241,48,595,45,17,0,0,0,0,0,0,0 +454390,241,48,1101,169,155,3,0,0,0,0,0,0 +481111,241,48,185,11,0,0,0,0,0,0,0,0 +481211,241,48,0,3,0,0,0,0,0,0,0,0 +483111,241,48,44,4,0,0,0,0,0,0,0,0 +484110,241,48,2251,279,252,11,0,0,0,0,0,0 +484121,241,48,2043,135,105,10,0,0,0,0,0,0 +484122,241,48,1853,31,7,7,3,0,0,0,0,0 +484210,241,48,760,67,48,5,0,0,0,0,0,0 +484220,241,48,1637,209,181,7,0,0,0,0,0,0 +484230,241,48,644,41,18,5,0,0,0,0,0,0 +485113,241,48,0,8,0,0,0,0,0,0,0,0 +485310,241,48,157,28,21,0,0,0,0,0,0,0 +485320,241,48,90,23,15,0,0,0,0,0,0,0 +485410,241,48,4027,142,84,32,9,0,0,0,0,0 +485510,241,48,423,13,0,3,0,0,0,0,0,0 +485991,241,48,104,10,0,0,0,0,0,0,0,0 +485999,241,48,257,21,10,0,0,0,0,0,0,0 +487210,241,48,65,8,5,0,0,0,0,0,0,0 +488119,241,48,884,9,0,3,0,0,0,0,0,0 +488190,241,48,40,5,0,0,0,0,0,0,0,0 +488210,241,48,56,8,8,0,0,0,0,0,0,0 +488310,241,48,1209,18,7,3,3,0,0,0,0,0 +488320,241,48,1287,10,0,3,0,0,0,0,0,0 +488330,241,48,168,8,0,3,0,0,0,0,0,0 +488390,241,48,9,3,0,0,0,0,0,0,0,0 +488410,241,48,549,103,90,0,0,0,0,0,0,0 +488490,241,48,63,24,17,0,0,0,0,0,0,0 +488510,241,48,1681,153,130,10,0,0,0,0,0,0 +488991,241,48,75,8,3,0,0,0,0,0,0,0 +492110,241,48,4297,81,39,7,7,0,0,0,0,0 +492210,241,48,356,46,27,0,0,0,0,0,0,0 +493110,241,48,6600,118,58,33,5,0,0,0,0,0 +493120,241,48,135,4,0,0,0,0,0,0,0,0 +493190,241,48,395,41,18,3,0,0,0,0,0,0 +511110,241,48,1033,32,13,0,0,0,0,0,0,0 +511120,241,48,310,34,18,3,0,0,0,0,0,0 +511130,241,48,308,18,3,0,0,0,0,0,0,0 +511210,241,48,3362,113,70,25,0,0,0,0,0,0 +512110,241,48,340,77,66,0,0,0,0,0,0,0 +512120,241,48,0,3,0,0,0,0,0,0,0,0 +512131,241,48,872,20,0,15,0,0,0,0,0,0 +512191,241,48,25,10,5,0,0,0,0,0,0,0 +512240,241,48,8,13,8,0,0,0,0,0,0,0 +512250,241,48,4,3,3,0,0,0,0,0,0,0 +515112,241,48,491,16,6,3,0,0,0,0,0,0 +515120,241,48,345,15,3,0,0,0,0,0,0,0 +517311,241,48,4830,254,201,28,3,0,0,0,0,0 +517312,241,48,2998,198,175,8,0,0,0,0,0,0 +517911,241,48,130,30,23,0,0,0,0,0,0,0 +517919,241,48,8,8,5,0,0,0,0,0,0,0 +518210,241,48,5789,178,114,33,13,3,0,0,0,0 +519120,241,48,89,8,0,0,0,0,0,0,0,0 +519130,241,48,487,60,43,0,0,0,0,0,0,0 +522110,241,48,9242,774,711,50,0,3,0,0,0,0 +522120,241,48,627,64,50,0,0,0,0,0,0,0 +522130,241,48,2105,125,98,13,0,0,0,0,0,0 +522210,241,48,33,13,10,0,0,0,0,0,0,0 +522220,241,48,846,37,19,4,0,0,0,0,0,0 +522291,241,48,64,40,33,0,0,0,0,0,0,0 +522292,241,48,3238,205,170,24,0,0,0,0,0,0 +522293,241,48,0,3,0,0,0,0,0,0,0,0 +522298,241,48,339,49,37,0,0,0,0,0,0,0 +522310,241,48,659,86,65,5,0,0,0,0,0,0 +522320,241,48,2119,40,27,3,0,0,0,0,0,0 +522390,241,48,168,65,56,0,0,0,0,0,0,0 +523110,241,48,278,32,25,0,0,0,0,0,0,0 +523120,241,48,2544,225,193,14,0,0,0,0,0,0 +523130,241,48,0,3,0,0,0,0,0,0,0,0 +523910,241,48,292,59,51,3,0,0,0,0,0,0 +523920,241,48,6861,305,278,8,0,0,0,0,0,0 +523930,241,48,814,194,181,3,0,0,0,0,0,0 +523991,241,48,1852,19,10,3,0,0,0,0,0,0 +524113,241,48,1737,71,49,10,0,0,0,0,0,0 +524114,241,48,4236,64,31,14,0,3,0,0,0,0 +524126,241,48,3049,92,56,10,8,0,0,0,0,0 +524127,241,48,203,24,12,0,0,0,0,0,0,0 +524128,241,48,0,3,0,0,0,0,0,0,0,0 +524210,241,48,7389,1073,1019,36,7,3,0,0,0,0 +524291,241,48,221,39,30,0,0,0,0,0,0,0 +524292,241,48,1444,50,29,8,0,0,0,0,0,0 +524298,241,48,323,18,7,0,0,0,0,0,0,0 +525990,241,48,0,4,0,0,0,0,0,0,0,0 +531110,241,48,3835,492,464,17,0,0,0,0,0,0 +531120,241,48,1920,258,237,6,0,0,0,0,0,0 +531130,241,48,291,100,92,0,0,0,0,0,0,0 +531190,241,48,113,37,29,0,0,0,0,0,0,0 +531210,241,48,3037,981,947,19,0,0,0,0,0,0 +531311,241,48,4418,467,425,28,0,0,0,0,0,0 +531312,241,48,1586,163,140,6,0,0,0,0,0,0 +531320,241,48,322,140,130,0,0,0,0,0,0,0 +531390,241,48,516,101,89,3,0,0,0,0,0,0 +532111,241,48,1065,99,73,7,0,0,0,0,0,0 +532112,241,48,0,9,3,0,0,0,0,0,0,0 +532120,241,48,617,51,29,8,0,0,0,0,0,0 +532210,241,48,207,52,46,0,0,0,0,0,0,0 +532283,241,48,105,6,3,3,0,0,0,0,0,0 +532284,241,48,4,7,7,0,0,0,0,0,0,0 +532289,241,48,375,37,21,0,0,0,0,0,0,0 +532310,241,48,74,13,0,0,0,0,0,0,0,0 +532411,241,48,0,4,0,0,0,0,0,0,0,0 +532412,241,48,364,25,9,0,0,0,0,0,0,0 +532420,241,48,76,12,3,0,0,0,0,0,0,0 +532490,241,48,1234,85,54,12,0,0,0,0,0,0 +533110,241,48,151,13,3,0,0,0,0,0,0,0 +541110,241,48,10428,1539,1439,86,9,3,0,0,0,0 +541191,241,48,1063,170,151,6,0,0,0,0,0,0 +541199,241,48,60,29,21,0,0,0,0,0,0,0 +541211,241,48,4919,559,510,29,8,0,0,0,0,0 +541213,241,48,1179,222,212,3,0,0,0,0,0,0 +541214,241,48,1355,44,20,7,0,0,0,0,0,0 +541219,241,48,2147,395,370,15,0,0,0,0,0,0 +541310,241,48,1739,197,168,14,3,0,0,0,0,0 +541320,241,48,317,58,45,0,0,0,0,0,0,0 +541330,241,48,19942,828,624,160,29,3,0,0,0,0 +541340,241,48,63,15,10,0,0,0,0,0,0,0 +541350,241,48,209,71,62,0,0,0,0,0,0,0 +541370,241,48,243,47,26,0,0,0,0,0,0,0 +541380,241,48,1001,71,53,3,0,0,0,0,0,0 +541410,241,48,495,109,102,4,0,0,0,0,0,0 +541430,241,48,659,176,164,0,0,0,0,0,0,0 +541490,241,48,62,12,6,0,0,0,0,0,0,0 +541511,241,48,12727,973,825,120,15,0,0,0,0,0 +541512,241,48,27700,1406,1199,149,30,14,0,0,0,0 +541513,241,48,2151,139,96,18,0,0,0,0,0,0 +541519,241,48,2029,123,95,13,0,0,0,0,0,0 +541611,241,48,9945,1125,1032,65,16,0,0,0,0,0 +541612,241,48,976,79,63,3,0,0,0,0,0,0 +541613,241,48,6491,298,278,5,0,0,0,0,0,0 +541614,241,48,360,72,56,3,0,0,0,0,0,0 +541618,241,48,59,28,23,0,0,0,0,0,0,0 +541620,241,48,1555,106,76,9,0,0,0,0,0,0 +541690,241,48,1893,191,172,0,0,0,0,0,0,0 +541713,241,48,611,44,23,5,0,0,0,0,0,0 +541714,241,48,1359,59,48,0,0,0,0,0,0,0 +541715,241,48,3700,132,92,24,0,0,0,0,0,0 +541720,241,48,281,14,5,0,0,0,0,0,0,0 +541810,241,48,1006,100,76,7,0,0,0,0,0,0 +541820,241,48,309,57,45,0,0,0,0,0,0,0 +541830,241,48,30,4,0,0,0,0,0,0,0,0 +541840,241,48,0,7,6,0,0,0,0,0,0,0 +541850,241,48,36,4,0,0,0,0,0,0,0,0 +541860,241,48,414,21,3,0,0,0,0,0,0,0 +541870,241,48,0,3,0,0,0,0,0,0,0,0 +541890,241,48,666,67,47,8,0,0,0,0,0,0 +541910,241,48,325,39,24,3,0,0,0,0,0,0 +541921,241,48,536,85,70,0,0,0,0,0,0,0 +541922,241,48,84,35,32,0,0,0,0,0,0,0 +541930,241,48,99,22,18,0,0,0,0,0,0,0 +541940,241,48,3979,278,213,55,0,0,0,0,0,0 +541990,241,48,1160,131,118,0,0,0,0,0,0,0 +551112,241,48,1120,48,27,3,0,0,0,0,0,0 +551114,241,48,35418,470,294,112,41,6,3,0,0,0 +561110,241,48,4281,332,282,29,0,0,0,0,0,0 +561210,241,48,3827,86,44,7,0,0,0,0,0,0 +561311,241,48,1161,47,31,0,0,0,0,0,0,0 +561312,241,48,374,63,53,0,0,0,0,0,0,0 +561320,241,48,23053,379,199,108,42,12,3,0,0,0 +561330,241,48,1001,24,9,0,0,0,0,0,0,0 +561410,241,48,338,45,36,0,0,0,0,0,0,0 +561422,241,48,1733,49,21,6,0,0,0,0,0,0 +561431,241,48,184,36,26,0,0,0,0,0,0,0 +561439,241,48,537,47,39,0,0,0,0,0,0,0 +561440,241,48,457,37,26,0,0,0,0,0,0,0 +561450,241,48,0,3,0,0,0,0,0,0,0,0 +561491,241,48,57,3,0,0,0,0,0,0,0,0 +561492,241,48,65,22,15,0,0,0,0,0,0,0 +561499,241,48,60,30,25,0,0,0,0,0,0,0 +561510,241,48,343,123,109,0,0,0,0,0,0,0 +561520,241,48,73,5,0,0,0,0,0,0,0,0 +561599,241,48,220,23,11,3,0,0,0,0,0,0 +561611,241,48,865,61,44,0,0,0,0,0,0,0 +561612,241,48,7860,103,46,19,11,4,0,0,0,0 +561613,241,48,0,8,0,0,3,0,0,0,0,0 +561621,241,48,1675,89,68,5,0,0,0,0,0,0 +561622,241,48,159,35,24,0,0,0,0,0,0,0 +561710,241,48,983,94,81,7,0,0,0,0,0,0 +561720,241,48,12094,642,541,74,9,0,0,0,0,0 +561730,241,48,7238,946,867,68,0,0,0,0,0,0 +561740,241,48,310,59,44,3,0,0,0,0,0,0 +561790,241,48,868,133,115,3,0,0,0,0,0,0 +561910,241,48,64,6,3,0,0,0,0,0,0,0 +561920,241,48,326,45,35,0,0,0,0,0,0,0 +561990,241,48,2207,137,108,10,0,0,0,0,0,0 +562111,241,48,1858,106,76,13,0,0,0,0,0,0 +562211,241,48,388,9,0,0,0,0,0,0,0,0 +562212,241,48,123,8,0,0,0,0,0,0,0,0 +562910,241,48,1557,70,32,5,0,0,0,0,0,0 +562920,241,48,116,7,0,0,0,0,0,0,0,0 +562991,241,48,230,26,18,0,0,0,0,0,0,0 +611110,241,48,12255,201,67,88,18,6,0,0,0,0 +611310,241,48,36458,23,0,0,3,0,0,0,0,0 +611420,241,48,175,21,15,0,0,0,0,0,0,0 +611430,241,48,1071,76,57,3,0,0,0,0,0,0 +611511,241,48,48,6,3,0,0,0,0,0,0,0 +611513,241,48,138,13,6,0,0,0,0,0,0,0 +611519,241,48,491,37,20,6,0,0,0,0,0,0 +611610,241,48,831,139,124,0,0,0,0,0,0,0 +611620,241,48,1623,176,152,10,0,0,0,0,0,0 +611630,241,48,74,5,0,0,0,0,0,0,0,0 +611691,241,48,1103,106,92,8,0,0,0,0,0,0 +611692,241,48,260,44,32,0,0,0,0,0,0,0 +611699,241,48,606,57,33,7,0,0,0,0,0,0 +611710,241,48,2125,99,82,6,0,0,0,0,0,0 +621111,241,48,23949,1865,1610,233,9,0,0,0,0,0 +621112,241,48,957,133,118,0,0,0,0,0,0,0 +621210,241,48,8283,1160,1107,50,0,0,0,0,0,0 +621310,241,48,906,203,193,3,0,0,0,0,0,0 +621320,241,48,674,110,101,0,0,0,0,0,0,0 +621330,241,48,815,240,222,3,0,0,0,0,0,0 +621340,241,48,5234,452,408,28,0,0,0,0,0,0 +621391,241,48,500,112,101,0,0,0,0,0,0,0 +621399,241,48,687,171,153,3,0,0,0,0,0,0 +621410,241,48,34,13,8,0,0,0,0,0,0,0 +621420,241,48,3460,195,132,49,0,0,0,0,0,0 +621491,241,48,0,8,0,0,0,0,0,0,0,0 +621492,241,48,691,75,45,22,0,0,0,0,0,0 +621493,241,48,1572,90,46,22,0,0,0,0,0,0 +621498,241,48,2997,133,84,23,0,0,0,0,0,0 +621511,241,48,1299,106,84,3,0,0,0,0,0,0 +621512,241,48,2253,75,42,5,4,0,0,0,0,0 +621610,241,48,9284,289,171,88,10,3,0,0,0,0 +621910,241,48,1409,19,0,0,0,0,0,0,0,0 +621991,241,48,1470,9,0,3,0,0,0,0,0,0 +621999,241,48,1128,31,16,0,0,0,0,0,0,0 +622110,241,48,53316,19,0,0,0,0,0,4,4,0 +623110,241,48,14232,111,12,11,63,4,0,0,0,0 +623210,241,48,7332,346,300,21,7,3,0,0,0,0 +623220,241,48,2041,86,59,13,3,0,0,0,0,0 +623311,241,48,6901,73,19,14,6,3,0,0,0,0 +623312,241,48,3789,172,110,38,7,0,0,0,0,0 +623990,241,48,914,44,33,3,0,0,0,0,0,0 +624110,241,48,1789,91,61,11,0,0,0,0,0,0 +624120,241,48,8439,207,102,67,5,0,0,0,0,0 +624190,241,48,3909,243,180,42,3,0,0,0,0,0 +624210,241,48,196,36,23,3,0,0,0,0,0,0 +624221,241,48,442,34,21,7,0,0,0,0,0,0 +624229,241,48,484,50,27,5,0,0,0,0,0,0 +624230,241,48,0,8,0,0,0,0,0,0,0,0 +624310,241,48,3179,67,32,20,0,0,0,0,0,0 +624410,241,48,9412,719,556,149,5,0,0,0,0,0 +711110,241,48,790,31,10,4,0,0,0,0,0,0 +711130,241,48,80,26,16,0,0,0,0,0,0,0 +711211,241,48,20,7,0,0,0,0,0,0,0,0 +711219,241,48,144,31,21,0,0,0,0,0,0,0 +711310,241,48,999,15,0,0,0,0,0,0,0,0 +711320,241,48,259,44,33,0,0,0,0,0,0,0 +711410,241,48,10,12,9,0,0,0,0,0,0,0 +711510,241,48,178,105,96,0,0,0,0,0,0,0 +712110,241,48,736,30,13,3,0,0,0,0,0,0 +712120,241,48,77,7,0,0,0,0,0,0,0,0 +713120,241,48,187,26,19,0,0,0,0,0,0,0 +713290,241,48,307,15,3,0,0,0,0,0,0,0 +713910,241,48,2313,50,0,28,0,0,0,0,0,0 +713930,241,48,685,89,71,7,0,0,0,0,0,0 +713940,241,48,9164,372,257,77,22,0,0,0,0,0 +713950,241,48,460,26,4,9,0,0,0,0,0,0 +713990,241,48,1553,150,123,10,0,0,0,0,0,0 +721110,241,48,9234,257,121,98,18,4,0,0,0,0 +721191,241,48,29,8,7,0,0,0,0,0,0,0 +721211,241,48,28,3,0,0,0,0,0,0,0,0 +721214,241,48,33,11,3,0,0,0,0,0,0,0 +722310,241,48,7045,339,240,74,7,0,0,0,0,0 +722320,241,48,2512,137,89,31,4,0,0,0,0,0 +722330,241,48,86,39,27,0,0,0,0,0,0,0 +722410,241,48,3106,286,233,38,0,0,0,0,0,0 +722511,241,48,49778,1647,786,812,42,0,0,0,0,0 +722513,241,48,38677,2706,2010,678,12,0,0,0,0,0 +722514,241,48,474,27,6,7,0,0,0,0,0,0 +722515,241,48,5239,459,389,64,0,0,0,0,0,0 +811111,241,48,3948,832,813,6,0,0,0,0,0,0 +811112,241,48,21,8,4,0,0,0,0,0,0,0 +811113,241,48,135,22,11,0,0,0,0,0,0,0 +811118,241,48,112,18,11,0,0,0,0,0,0,0 +811121,241,48,2444,276,245,23,0,0,0,0,0,0 +811122,241,48,347,53,37,3,0,0,0,0,0,0 +811191,241,48,524,51,34,0,0,0,0,0,0,0 +811192,241,48,1594,129,94,15,0,0,0,0,0,0 +811198,241,48,110,27,19,0,0,0,0,0,0,0 +811211,241,48,155,19,14,0,0,0,0,0,0,0 +811212,241,48,199,40,28,0,0,0,0,0,0,0 +811213,241,48,37,9,7,0,0,0,0,0,0,0 +811219,241,48,299,48,39,0,0,0,0,0,0,0 +811310,241,48,1501,180,149,21,0,0,0,0,0,0 +811411,241,48,11,5,4,0,0,0,0,0,0,0 +811412,241,48,310,39,24,0,0,0,0,0,0,0 +811420,241,48,117,42,35,0,0,0,0,0,0,0 +811430,241,48,12,10,10,0,0,0,0,0,0,0 +811490,241,48,698,149,134,0,0,0,0,0,0,0 +812111,241,48,483,65,48,0,0,0,0,0,0,0 +812112,241,48,6324,735,666,62,0,0,0,0,0,0 +812113,241,48,659,167,162,0,0,0,0,0,0,0 +812191,241,48,186,31,13,0,0,0,0,0,0,0 +812199,241,48,1335,160,128,10,0,0,0,0,0,0 +812210,241,48,1100,104,83,9,0,0,0,0,0,0 +812220,241,48,398,47,27,0,0,0,0,0,0,0 +812310,241,48,272,78,75,0,0,0,0,0,0,0 +812320,241,48,1363,239,210,17,0,0,0,0,0,0 +812331,241,48,414,7,0,0,0,0,0,0,0,0 +812332,241,48,365,6,0,0,0,0,0,0,0,0 +812910,241,48,1181,174,155,10,0,0,0,0,0,0 +812921,241,48,0,3,0,0,0,0,0,0,0,0 +812930,241,48,1839,174,148,15,0,0,0,0,0,0 +812990,241,48,531,124,115,0,0,0,0,0,0,0 +813110,241,48,15200,1462,1283,157,9,0,0,0,0,0 +813211,241,48,1491,153,131,9,0,0,0,0,0,0 +813212,241,48,623,57,39,3,0,0,0,0,0,0 +813219,241,48,274,22,12,0,0,0,0,0,0,0 +813311,241,48,361,29,23,0,0,0,0,0,0,0 +813312,241,48,941,69,40,11,0,0,0,0,0,0 +813319,241,48,354,69,58,0,0,0,0,0,0,0 +813410,241,48,1742,200,179,11,0,0,0,0,0,0 +813910,241,48,630,109,94,0,0,0,0,0,0,0 +813920,241,48,972,98,77,4,0,0,0,0,0,0 +813930,241,48,1708,108,83,10,0,0,0,0,0,0 +813940,241,48,45,25,22,0,0,0,0,0,0,0 +813990,241,48,713,101,91,0,0,0,0,0,0,0 +115210,242,49,74,26,23,0,0,0,0,0,0,0 +212312,242,49,113,3,0,0,0,0,0,0,0,0 +212321,242,49,0,3,0,0,0,0,0,0,0,0 +221111,242,49,0,4,3,0,0,0,0,0,0,0 +221112,242,49,0,3,0,0,0,0,0,0,0,0 +221122,242,49,0,17,5,0,0,0,0,0,0,0 +236115,242,49,811,127,117,3,0,0,0,0,0,0 +236116,242,49,475,20,9,0,0,0,0,0,0,0 +236117,242,49,1048,93,71,8,0,0,0,0,0,0 +236118,242,49,4529,1248,1215,25,0,0,0,0,0,0 +236210,242,49,200,12,4,0,0,0,0,0,0,0 +236220,242,49,7303,385,296,71,8,0,0,0,0,0 +237110,242,49,988,62,31,15,0,0,0,0,0,0 +237120,242,49,491,6,0,0,0,0,0,0,0,0 +237130,242,49,1581,41,20,7,0,0,0,0,0,0 +237210,242,49,137,26,20,0,0,0,0,0,0,0 +237310,242,49,1874,59,34,15,0,0,0,0,0,0 +237990,242,49,66,10,3,0,0,0,0,0,0,0 +238110,242,49,3469,120,94,16,0,0,0,0,0,0 +238120,242,49,468,25,8,3,0,0,0,0,0,0 +238130,242,49,345,64,53,3,0,0,0,0,0,0 +238140,242,49,3116,151,114,15,0,3,0,0,0,0 +238150,242,49,911,63,50,3,0,0,0,0,0,0 +238160,242,49,1639,129,108,14,3,0,0,0,0,0 +238170,242,49,180,45,35,0,0,0,0,0,0,0 +238190,242,49,602,60,46,0,0,0,0,0,0,0 +238210,242,49,8914,525,440,72,7,0,0,0,0,0 +238220,242,49,12929,769,636,110,10,7,0,0,0,0 +238290,242,49,1948,54,19,13,4,0,0,0,0,0 +238310,242,49,3388,159,124,15,4,0,0,0,0,0 +238320,242,49,2187,363,343,10,3,0,0,0,0,0 +238330,242,49,487,147,143,0,0,0,0,0,0,0 +238340,242,49,544,68,49,4,0,0,0,0,0,0 +238350,242,49,1461,226,207,9,0,0,0,0,0,0 +238390,242,49,1267,70,45,9,3,0,0,0,0,0 +238910,242,49,3717,152,101,36,7,0,0,0,0,0 +238990,242,49,2434,178,141,22,0,0,0,0,0,0 +311811,242,49,602,57,46,3,0,0,0,0,0,0 +311812,242,49,789,21,11,0,0,0,0,0,0,0 +312111,242,49,143,3,0,0,0,0,0,0,0,0 +312120,242,49,214,9,3,0,0,0,0,0,0,0 +312130,242,49,74,11,0,0,0,0,0,0,0,0 +312140,242,49,0,3,3,0,0,0,0,0,0,0 +314120,242,49,35,7,5,0,0,0,0,0,0,0 +314999,242,49,12,10,10,0,0,0,0,0,0,0 +315210,242,49,10,5,5,0,0,0,0,0,0,0 +316998,242,49,0,3,0,0,0,0,0,0,0,0 +321918,242,49,11,4,3,0,0,0,0,0,0,0 +323111,242,49,2995,124,81,21,4,0,0,0,0,0 +323113,242,49,341,14,7,0,0,0,0,0,0,0 +323117,242,49,199,10,3,0,0,0,0,0,0,0 +323120,242,49,30,8,4,0,0,0,0,0,0,0 +324121,242,49,114,3,0,0,0,0,0,0,0,0 +325412,242,49,0,4,3,0,0,0,0,0,0,0 +325413,242,49,0,3,0,0,0,0,0,0,0,0 +325414,242,49,1527,4,0,0,0,0,0,0,0,0 +326199,242,49,145,7,0,0,0,0,0,0,0,0 +327110,242,49,6,3,3,0,0,0,0,0,0,0 +327215,242,49,15,6,4,0,0,0,0,0,0,0 +327320,242,49,230,13,3,0,0,0,0,0,0,0 +327390,242,49,38,3,0,0,0,0,0,0,0,0 +327991,242,49,86,4,0,0,0,0,0,0,0,0 +332312,242,49,0,4,0,0,0,0,0,0,0,0 +332322,242,49,184,13,0,0,0,0,0,0,0,0 +332323,242,49,137,5,0,0,0,0,0,0,0,0 +332710,242,49,245,22,11,0,0,0,0,0,0,0 +332721,242,49,13,3,0,0,0,0,0,0,0,0 +333415,242,49,417,3,0,0,0,0,0,0,0,0 +334220,242,49,2265,16,3,3,0,0,0,0,0,0 +334418,242,49,15,3,0,0,0,0,0,0,0,0 +334419,242,49,550,10,0,0,0,0,0,0,0,0 +334510,242,49,17,6,3,0,0,0,0,0,0,0 +334516,242,49,292,9,5,0,0,0,0,0,0,0 +337110,242,49,147,18,10,0,0,0,0,0,0,0 +337212,242,49,233,15,4,0,0,0,0,0,0,0 +339112,242,49,20,3,0,0,0,0,0,0,0,0 +339113,242,49,14,5,4,0,0,0,0,0,0,0 +339114,242,49,17,4,0,0,0,0,0,0,0,0 +339115,242,49,0,3,0,0,0,0,0,0,0,0 +339116,242,49,131,29,25,0,0,0,0,0,0,0 +339950,242,49,289,34,25,0,0,0,0,0,0,0 +339999,242,49,85,5,0,0,0,0,0,0,0,0 +423110,242,49,248,31,22,4,0,0,0,0,0,0 +423120,242,49,434,49,39,3,0,0,0,0,0,0 +423130,242,49,0,3,0,0,0,0,0,0,0,0 +423140,242,49,85,9,0,0,0,0,0,0,0,0 +423210,242,49,493,39,26,4,0,0,0,0,0,0 +423220,242,49,519,46,30,7,0,0,0,0,0,0 +423310,242,49,528,30,6,9,0,0,0,0,0,0 +423320,242,49,341,22,9,6,0,0,0,0,0,0 +423330,242,49,351,20,9,3,0,0,0,0,0,0 +423390,242,49,334,13,3,0,0,0,0,0,0,0 +423410,242,49,63,3,0,0,0,0,0,0,0,0 +423420,242,49,601,40,30,3,0,0,0,0,0,0 +423430,242,49,1776,53,37,4,0,0,0,0,0,0 +423440,242,49,343,22,17,0,0,0,0,0,0,0 +423450,242,49,359,44,31,6,0,0,0,0,0,0 +423490,242,49,151,26,21,0,0,0,0,0,0,0 +423510,242,49,310,21,10,0,0,0,0,0,0,0 +423610,242,49,623,63,53,0,0,0,0,0,0,0 +423620,242,49,84,11,8,0,0,0,0,0,0,0 +423690,242,49,678,56,45,4,0,0,0,0,0,0 +423710,242,49,619,28,20,0,0,0,0,0,0,0 +423720,242,49,716,41,28,0,0,0,0,0,0,0 +423730,242,49,477,56,43,3,0,0,0,0,0,0 +423810,242,49,356,25,13,4,0,0,0,0,0,0 +423820,242,49,150,11,3,0,0,0,0,0,0,0 +423830,242,49,881,66,50,5,0,0,0,0,0,0 +423840,242,49,110,24,16,0,0,0,0,0,0,0 +423850,242,49,350,28,21,0,0,0,0,0,0,0 +423860,242,49,0,4,0,0,0,0,0,0,0,0 +423910,242,49,264,20,15,0,0,0,0,0,0,0 +423920,242,49,29,5,4,0,0,0,0,0,0,0 +423930,242,49,632,21,7,5,0,0,0,0,0,0 +423940,242,49,37,24,23,0,0,0,0,0,0,0 +423990,242,49,635,45,31,4,0,0,0,0,0,0 +424120,242,49,226,28,19,0,0,0,0,0,0,0 +424130,242,49,273,12,4,0,0,0,0,0,0,0 +424210,242,49,2350,40,30,0,0,0,0,0,0,0 +424310,242,49,24,6,4,0,0,0,0,0,0,0 +424320,242,49,0,6,0,0,0,0,0,0,0,0 +424330,242,49,9,3,0,0,0,0,0,0,0,0 +424410,242,49,754,17,8,0,0,0,0,0,0,0 +424420,242,49,288,11,4,0,0,0,0,0,0,0 +424430,242,49,162,7,4,0,0,0,0,0,0,0 +424450,242,49,170,10,3,0,0,0,0,0,0,0 +424460,242,49,16,3,0,0,0,0,0,0,0,0 +424470,242,49,512,13,7,0,0,0,0,0,0,0 +424480,242,49,5,8,4,0,0,0,0,0,0,0 +424490,242,49,2372,78,46,9,4,0,0,0,0,0 +424510,242,49,0,3,0,0,0,0,0,0,0,0 +424690,242,49,180,17,8,0,0,0,0,0,0,0 +424710,242,49,27,3,0,0,0,0,0,0,0,0 +424720,242,49,0,3,0,0,0,0,0,0,0,0 +424810,242,49,261,6,3,0,0,0,0,0,0,0 +424820,242,49,35,11,6,0,0,0,0,0,0,0 +424910,242,49,34,6,5,0,0,0,0,0,0,0 +424920,242,49,31,9,4,0,0,0,0,0,0,0 +424930,242,49,376,15,3,0,0,0,0,0,0,0 +424940,242,49,0,3,0,0,0,0,0,0,0,0 +424950,242,49,116,14,4,0,0,0,0,0,0,0 +424990,242,49,555,62,48,0,0,0,0,0,0,0 +425110,242,49,15,6,6,0,0,0,0,0,0,0 +425120,242,49,761,192,176,5,0,0,0,0,0,0 +441110,242,49,10859,136,23,61,37,4,0,0,0,0 +441120,242,49,1159,84,68,7,0,0,0,0,0,0 +441228,242,49,298,22,0,0,0,0,0,0,0,0 +441310,242,49,2485,189,152,34,0,0,0,0,0,0 +441320,242,49,1112,109,96,3,0,0,0,0,0,0 +442110,242,49,1767,178,150,12,0,0,0,0,0,0 +442210,242,49,514,98,86,0,0,0,0,0,0,0 +442291,242,49,8,3,3,0,0,0,0,0,0,0 +442299,242,49,1143,68,39,9,0,0,0,0,0,0 +443141,242,49,324,47,38,0,0,0,0,0,0,0 +443142,242,49,2177,164,141,17,0,0,0,0,0,0 +444110,242,49,1659,33,0,0,22,3,0,0,0,0 +444120,242,49,224,51,45,0,0,0,0,0,0,0 +444130,242,49,591,52,27,10,0,0,0,0,0,0 +444190,242,49,1701,121,92,21,0,0,0,0,0,0 +444210,242,49,62,13,3,0,0,0,0,0,0,0 +444220,242,49,951,60,36,4,0,0,0,0,0,0 +445110,242,49,21329,434,199,150,72,3,0,0,0,0 +445120,242,49,2048,247,227,17,0,0,0,0,0,0 +445210,242,49,159,20,15,3,0,0,0,0,0,0 +445220,242,49,111,14,7,0,0,0,0,0,0,0 +445230,242,49,52,11,6,0,0,0,0,0,0,0 +445291,242,49,252,24,17,3,0,0,0,0,0,0 +445292,242,49,163,16,11,0,0,0,0,0,0,0 +445299,242,49,207,28,22,0,0,0,0,0,0,0 +445310,242,49,1868,405,399,4,0,0,0,0,0,0 +446110,242,49,4676,317,230,82,0,0,0,0,0,0 +446120,242,49,1611,171,141,22,0,0,0,0,0,0 +446130,242,49,803,112,101,4,0,0,0,0,0,0 +446191,242,49,212,64,58,0,0,0,0,0,0,0 +446199,242,49,318,40,32,0,0,0,0,0,0,0 +447110,242,49,3179,396,361,34,0,0,0,0,0,0 +447190,242,49,778,130,124,0,0,0,0,0,0,0 +448110,242,49,518,64,57,0,0,0,0,0,0,0 +448120,242,49,2638,214,180,23,0,0,0,0,0,0 +448130,242,49,617,48,32,5,0,0,0,0,0,0 +448140,242,49,6242,202,89,99,0,0,0,0,0,0 +448150,242,49,472,63,51,3,0,0,0,0,0,0 +448190,242,49,657,59,43,7,0,0,0,0,0,0 +448210,242,49,2205,211,188,14,0,0,0,0,0,0 +448310,242,49,796,143,133,3,0,0,0,0,0,0 +448320,242,49,39,10,10,0,0,0,0,0,0,0 +451110,242,49,983,92,75,3,0,0,0,0,0,0 +451120,242,49,851,42,21,10,0,0,0,0,0,0 +451130,242,49,202,18,9,3,0,0,0,0,0,0 +451140,242,49,317,33,18,0,0,0,0,0,0,0 +451211,242,49,385,34,20,0,0,0,0,0,0,0 +451212,242,49,14,9,6,0,0,0,0,0,0,0 +452210,242,49,3804,30,0,6,18,0,0,0,0,0 +452311,242,49,8365,44,0,0,30,3,0,0,0,0 +452319,242,49,2371,153,98,48,0,0,0,0,0,0 +453110,242,49,408,62,53,0,0,0,0,0,0,0 +453210,242,49,608,31,3,20,0,0,0,0,0,0 +453220,242,49,710,111,98,4,0,0,0,0,0,0 +453310,242,49,2065,120,91,18,0,0,0,0,0,0 +453910,242,49,758,63,37,11,0,0,0,0,0,0 +453920,242,49,46,18,18,0,0,0,0,0,0,0 +453991,242,49,193,39,30,0,0,0,0,0,0,0 +453998,242,49,369,76,68,0,0,0,0,0,0,0 +454110,242,49,1327,188,173,7,0,0,0,0,0,0 +454210,242,49,417,21,11,6,0,0,0,0,0,0 +454310,242,49,611,34,11,3,0,0,0,0,0,0 +454390,242,49,823,118,108,3,0,0,0,0,0,0 +484110,242,49,654,158,145,3,0,0,0,0,0,0 +484121,242,49,556,51,39,6,0,0,0,0,0,0 +484122,242,49,147,8,4,3,0,0,0,0,0,0 +484210,242,49,1171,92,64,17,0,0,0,0,0,0 +484220,242,49,591,137,124,3,0,0,0,0,0,0 +484230,242,49,168,15,7,0,0,0,0,0,0,0 +485113,242,49,0,10,0,0,0,0,0,0,0,0 +485210,242,49,359,9,0,0,0,0,0,0,0,0 +485310,242,49,118,16,12,0,0,0,0,0,0,0 +485320,242,49,346,37,27,0,0,0,0,0,0,0 +485410,242,49,625,54,38,6,0,0,0,0,0,0 +485510,242,49,350,24,13,0,0,0,0,0,0,0 +485991,242,49,301,17,8,0,0,0,0,0,0,0 +485999,242,49,71,21,15,0,0,0,0,0,0,0 +487110,242,49,167,7,0,0,0,0,0,0,0,0 +488190,242,49,17,8,0,0,0,0,0,0,0,0 +488410,242,49,535,86,72,0,0,0,0,0,0,0 +488490,242,49,68,19,11,0,0,0,0,0,0,0 +488510,242,49,244,33,26,3,0,0,0,0,0,0 +492110,242,49,513,64,49,0,4,0,0,0,0,0 +492210,242,49,519,42,30,3,0,0,0,0,0,0 +493110,242,49,2153,36,11,7,7,0,0,0,0,0 +493120,242,49,0,3,0,0,0,0,0,0,0,0 +493190,242,49,190,10,0,0,0,0,0,0,0,0 +511110,242,49,526,28,14,0,0,0,0,0,0,0 +511120,242,49,914,50,39,3,3,0,0,0,0,0 +511130,242,49,275,17,11,0,0,0,0,0,0,0 +511140,242,49,34,4,3,0,0,0,0,0,0,0 +511210,242,49,3747,98,69,11,5,3,0,0,0,0 +512110,242,49,295,87,80,0,0,0,0,0,0,0 +512131,242,49,700,17,0,13,0,0,0,0,0,0 +512191,242,49,88,20,18,0,0,0,0,0,0,0 +512240,242,49,49,11,9,0,0,0,0,0,0,0 +512250,242,49,96,7,4,0,0,0,0,0,0,0 +512290,242,49,3,4,4,0,0,0,0,0,0,0 +515112,242,49,616,23,12,0,0,0,0,0,0,0 +515120,242,49,34,8,5,0,0,0,0,0,0,0 +515210,242,49,1914,13,3,4,3,0,0,0,0,0 +517311,242,49,1603,184,146,16,9,0,0,0,0,0 +517312,242,49,1390,151,134,6,0,0,0,0,0,0 +517410,242,49,192,8,3,0,0,0,0,0,0,0 +517911,242,49,205,31,21,0,0,0,0,0,0,0 +517919,242,49,125,15,7,0,0,0,0,0,0,0 +518210,242,49,4419,151,101,30,5,0,0,0,0,0 +519110,242,49,46,5,3,0,0,0,0,0,0,0 +519120,242,49,0,3,0,0,0,0,0,0,0,0 +519130,242,49,1433,49,36,3,4,0,0,0,0,0 +519190,242,49,3,5,5,0,0,0,0,0,0,0 +522110,242,49,6395,632,569,54,3,0,0,0,0,0 +522120,242,49,0,10,6,0,0,0,0,0,0,0 +522130,242,49,2278,113,87,14,3,0,0,0,0,0 +522210,242,49,0,3,0,0,0,0,0,0,0,0 +522220,242,49,359,15,7,0,0,0,0,0,0,0 +522291,242,49,90,17,13,0,0,0,0,0,0,0 +522292,242,49,3693,115,85,15,5,0,0,0,0,0 +522293,242,49,6,3,3,0,0,0,0,0,0,0 +522298,242,49,378,51,37,0,0,0,0,0,0,0 +522310,242,49,369,52,44,4,0,0,0,0,0,0 +522320,242,49,303,18,3,0,0,0,0,0,0,0 +522390,242,49,365,79,72,4,0,0,0,0,0,0 +523110,242,49,69,21,20,0,0,0,0,0,0,0 +523120,242,49,804,126,111,9,0,0,0,0,0,0 +523130,242,49,22,5,4,0,0,0,0,0,0,0 +523910,242,49,378,50,45,3,0,0,0,0,0,0 +523920,242,49,2402,267,237,16,4,0,0,0,0,0 +523930,242,49,741,148,141,0,0,0,0,0,0,0 +523991,242,49,32,8,6,0,0,0,0,0,0,0 +523999,242,49,0,3,3,0,0,0,0,0,0,0 +524113,242,49,671,31,18,6,0,0,0,0,0,0 +524114,242,49,1409,29,14,6,0,0,0,0,0,0 +524126,242,49,5627,32,10,4,3,0,0,0,0,0 +524127,242,49,0,3,0,0,0,0,0,0,0,0 +524210,242,49,3523,726,699,19,0,0,0,0,0,0 +524291,242,49,40,5,3,0,0,0,0,0,0,0 +524292,242,49,232,20,16,0,0,0,0,0,0,0 +524298,242,49,127,10,7,0,0,0,0,0,0,0 +525990,242,49,0,3,0,0,0,0,0,0,0,0 +531110,242,49,4597,474,440,28,0,0,0,0,0,0 +531120,242,49,1352,224,204,6,0,0,0,0,0,0 +531130,242,49,262,110,101,0,0,0,0,0,0,0 +531190,242,49,50,19,17,0,0,0,0,0,0,0 +531210,242,49,2427,760,745,6,0,0,0,0,0,0 +531311,242,49,5971,363,320,29,0,0,0,0,0,0 +531312,242,49,2349,201,167,22,0,0,0,0,0,0 +531320,242,49,204,85,80,0,0,0,0,0,0,0 +531390,242,49,395,94,88,4,0,0,0,0,0,0 +532111,242,49,501,72,65,0,0,0,0,0,0,0 +532120,242,49,240,20,7,4,0,0,0,0,0,0 +532210,242,49,134,45,41,0,0,0,0,0,0,0 +532284,242,49,31,4,0,0,0,0,0,0,0,0 +532289,242,49,899,41,19,7,0,0,0,0,0,0 +532310,242,49,57,8,0,0,0,0,0,0,0,0 +532412,242,49,333,21,6,4,0,0,0,0,0,0 +532420,242,49,147,9,0,0,0,0,0,0,0,0 +532490,242,49,575,52,35,11,0,0,0,0,0,0 +533110,242,49,175,19,11,0,0,0,0,0,0,0 +541110,242,49,5958,1050,1001,38,4,0,0,0,0,0 +541191,242,49,944,156,144,5,0,0,0,0,0,0 +541199,242,49,104,26,23,0,0,0,0,0,0,0 +541211,242,49,4224,512,468,34,4,0,0,0,0,0 +541213,242,49,1337,201,185,7,0,0,0,0,0,0 +541214,242,49,1024,38,23,9,3,0,0,0,0,0 +541219,242,49,1849,352,333,6,0,0,0,0,0,0 +541310,242,49,941,127,114,9,0,0,0,0,0,0 +541320,242,49,170,29,20,0,0,0,0,0,0,0 +541330,242,49,12893,582,447,107,13,4,0,0,0,0 +541340,242,49,0,3,3,0,0,0,0,0,0,0 +541350,242,49,281,48,35,0,0,0,0,0,0,0 +541360,242,49,0,3,0,0,0,0,0,0,0,0 +541370,242,49,495,42,25,0,0,0,0,0,0,0 +541380,242,49,420,37,18,4,0,0,0,0,0,0 +541410,242,49,400,94,85,0,0,0,0,0,0,0 +541430,242,49,438,145,140,0,0,0,0,0,0,0 +541490,242,49,0,5,3,0,0,0,0,0,0,0 +541511,242,49,11903,875,763,80,15,6,0,0,0,0 +541512,242,49,14428,1302,1157,114,17,3,0,0,0,0 +541513,242,49,6053,195,153,25,0,0,0,0,0,0 +541519,242,49,3525,165,137,15,3,0,0,0,0,0 +541611,242,49,15061,1227,1101,97,19,5,0,0,0,0 +541612,242,49,2223,67,58,0,0,0,0,0,0,0 +541613,242,49,852,213,200,6,0,0,0,0,0,0 +541614,242,49,255,45,35,3,0,0,0,0,0,0 +541618,242,49,96,30,26,0,0,0,0,0,0,0 +541620,242,49,1329,69,59,0,3,0,0,0,0,0 +541690,242,49,2173,250,224,16,3,0,0,0,0,0 +541713,242,49,1878,69,50,7,0,0,0,0,0,0 +541714,242,49,3038,134,99,25,3,0,0,0,0,0 +541715,242,49,10029,215,143,46,12,7,0,0,0,0 +541720,242,49,11162,52,33,8,4,0,0,0,0,0 +541810,242,49,620,51,40,0,0,0,0,0,0,0 +541820,242,49,318,63,58,0,0,0,0,0,0,0 +541830,242,49,23,4,0,0,0,0,0,0,0,0 +541840,242,49,0,3,0,0,0,0,0,0,0,0 +541850,242,49,54,7,3,0,0,0,0,0,0,0 +541860,242,49,340,28,15,0,0,0,0,0,0,0 +541870,242,49,7,3,0,0,0,0,0,0,0,0 +541890,242,49,621,47,32,3,0,0,0,0,0,0 +541910,242,49,359,43,31,3,0,0,0,0,0,0 +541921,242,49,171,68,63,0,0,0,0,0,0,0 +541922,242,49,33,17,16,0,0,0,0,0,0,0 +541930,242,49,916,50,36,7,3,0,0,0,0,0 +541940,242,49,2563,204,164,30,0,0,0,0,0,0 +541990,242,49,343,95,88,0,0,0,0,0,0,0 +551112,242,49,705,35,25,3,0,0,0,0,0,0 +551114,242,49,18974,684,559,83,25,3,0,0,0,0 +561110,242,49,6055,281,231,38,3,0,0,0,0,0 +561210,242,49,5819,248,203,29,6,0,0,0,0,0 +561311,242,49,263,39,29,5,0,0,0,0,0,0 +561312,242,49,120,37,31,0,0,0,0,0,0,0 +561320,242,49,14262,258,129,78,31,11,0,0,0,0 +561330,242,49,151,9,3,0,0,0,0,0,0,0 +561410,242,49,223,28,21,0,0,0,0,0,0,0 +561422,242,49,1480,12,0,0,0,0,0,0,0,0 +561431,242,49,136,25,16,0,0,0,0,0,0,0 +561439,242,49,384,41,33,0,0,0,0,0,0,0 +561440,242,49,43,14,11,0,0,0,0,0,0,0 +561450,242,49,0,4,3,0,0,0,0,0,0,0 +561491,242,49,28,3,0,0,0,0,0,0,0,0 +561492,242,49,138,12,8,0,0,0,0,0,0,0 +561499,242,49,718,32,23,0,0,0,0,0,0,0 +561510,242,49,592,128,118,3,0,0,0,0,0,0 +561520,242,49,16,8,7,0,0,0,0,0,0,0 +561599,242,49,188,23,9,0,0,0,0,0,0,0 +561611,242,49,180,23,16,0,0,0,0,0,0,0 +561612,242,49,10223,124,69,36,11,0,0,0,0,0 +561621,242,49,1417,67,44,14,0,0,0,0,0,0 +561622,242,49,124,33,28,0,0,0,0,0,0,0 +561710,242,49,837,76,54,14,0,0,0,0,0,0 +561720,242,49,20437,644,511,100,16,3,3,0,0,0 +561730,242,49,8128,772,673,87,8,0,0,0,0,0 +561740,242,49,527,53,44,0,0,0,0,0,0,0 +561790,242,49,596,104,90,3,0,0,0,0,0,0 +561910,242,49,17,7,6,0,0,0,0,0,0,0 +561920,242,49,2307,61,45,4,0,0,0,0,0,0 +561990,242,49,1205,69,55,3,0,0,0,0,0,0 +562111,242,49,1767,88,55,14,3,0,0,0,0,0 +562119,242,49,185,8,0,0,0,0,0,0,0,0 +562212,242,49,31,3,0,0,0,0,0,0,0,0 +562910,242,49,323,21,13,0,0,0,0,0,0,0 +562920,242,49,280,7,0,0,0,0,0,0,0,0 +562991,242,49,54,12,5,0,0,0,0,0,0,0 +562998,242,49,60,3,0,0,0,0,0,0,0,0 +611110,242,49,9884,183,57,88,23,4,0,0,0,0 +611310,242,49,985,18,7,0,0,0,0,0,0,0 +611420,242,49,0,14,11,0,0,0,0,0,0,0 +611430,242,49,272,58,55,0,0,0,0,0,0,0 +611511,242,49,51,4,0,0,0,0,0,0,0,0 +611512,242,49,0,3,3,0,0,0,0,0,0,0 +611513,242,49,212,12,7,0,0,0,0,0,0,0 +611519,242,49,292,19,12,3,0,0,0,0,0,0 +611610,242,49,975,135,113,10,0,0,0,0,0,0 +611620,242,49,1131,173,152,10,0,0,0,0,0,0 +611630,242,49,191,14,11,0,0,0,0,0,0,0 +611691,242,49,857,107,96,6,0,0,0,0,0,0 +611692,242,49,206,47,39,0,0,0,0,0,0,0 +611699,242,49,287,48,37,3,0,0,0,0,0,0 +611710,242,49,688,106,97,0,0,0,0,0,0,0 +621111,242,49,20501,1796,1596,185,6,0,0,0,0,0 +621112,242,49,496,140,131,0,0,0,0,0,0,0 +621210,242,49,7406,1278,1237,39,0,0,0,0,0,0 +621310,242,49,648,183,175,0,0,0,0,0,0,0 +621320,242,49,670,112,98,3,0,0,0,0,0,0 +621330,242,49,682,179,167,4,0,0,0,0,0,0 +621340,242,49,2387,319,282,31,0,0,0,0,0,0 +621391,242,49,434,77,72,0,0,0,0,0,0,0 +621399,242,49,706,157,142,0,0,0,0,0,0,0 +621410,242,49,128,17,10,0,0,0,0,0,0,0 +621420,242,49,1411,91,64,11,0,0,0,0,0,0 +621491,242,49,0,29,15,4,0,0,0,0,0,0 +621492,242,49,1102,78,43,27,0,0,0,0,0,0 +621493,242,49,1493,90,64,15,0,0,0,0,0,0 +621498,242,49,1741,92,54,29,0,0,0,0,0,0 +621511,242,49,1217,96,82,4,0,0,0,0,0,0 +621512,242,49,1273,75,50,16,0,0,0,0,0,0 +621610,242,49,6795,225,146,52,11,5,0,0,0,0 +621910,242,49,0,3,0,0,0,0,0,0,0,0 +621991,242,49,0,6,0,0,0,0,0,0,0,0 +621999,242,49,1752,24,15,6,0,0,0,0,0,0 +622110,242,49,16744,12,0,0,0,0,0,0,0,0 +623110,242,49,10646,90,15,9,43,0,0,0,0,0 +623210,242,49,6984,288,248,24,0,4,3,0,0,0 +623220,242,49,897,38,19,0,0,0,0,0,0,0 +623311,242,49,5257,52,18,13,3,0,0,0,0,0 +623312,242,49,3194,139,103,17,7,0,0,0,0,0 +623990,242,49,259,24,18,0,0,0,0,0,0,0 +624110,242,49,377,51,44,0,0,0,0,0,0,0 +624120,242,49,7765,192,107,53,13,3,0,0,0,0 +624190,242,49,2552,156,123,20,0,0,0,0,0,0 +624210,242,49,150,15,11,0,0,0,0,0,0,0 +624221,242,49,206,17,6,5,0,0,0,0,0,0 +624229,242,49,187,16,9,3,0,0,0,0,0,0 +624230,242,49,0,4,3,0,0,0,0,0,0,0 +624310,242,49,2930,39,22,4,3,0,0,0,0,0 +624410,242,49,8403,678,539,133,4,0,0,0,0,0 +711110,242,49,249,12,6,4,0,0,0,0,0,0 +711130,242,49,35,18,16,0,0,0,0,0,0,0 +711211,242,49,42,3,0,0,0,0,0,0,0,0 +711212,242,49,0,3,0,0,0,0,0,0,0,0 +711219,242,49,82,19,19,0,0,0,0,0,0,0 +711310,242,49,636,18,8,0,0,0,0,0,0,0 +711320,242,49,88,20,18,0,0,0,0,0,0,0 +711410,242,49,50,21,19,0,0,0,0,0,0,0 +711510,242,49,293,93,85,0,0,0,0,0,0,0 +712110,242,49,216,15,6,0,0,0,0,0,0,0 +713120,242,49,327,20,5,0,0,0,0,0,0,0 +713290,242,49,0,3,0,0,0,0,0,0,0,0 +713910,242,49,2797,43,7,13,6,3,0,0,0,0 +713930,242,49,97,7,3,0,0,0,0,0,0,0 +713940,242,49,6698,278,178,77,8,0,0,0,0,0 +713950,242,49,305,11,0,9,0,0,0,0,0,0 +713990,242,49,918,105,94,4,0,0,0,0,0,0 +721110,242,49,8483,190,76,93,10,0,0,0,0,0 +721214,242,49,74,9,6,0,0,0,0,0,0,0 +721310,242,49,26,12,10,0,0,0,0,0,0,0 +722310,242,49,3808,185,154,17,0,0,0,0,0,0 +722320,242,49,1635,98,70,9,0,0,0,0,0,0 +722330,242,49,61,28,21,0,0,0,0,0,0,0 +722410,242,49,794,71,47,10,0,0,0,0,0,0 +722511,242,49,31348,1254,728,484,39,0,0,0,0,0 +722513,242,49,32326,2076,1462,606,0,0,0,0,0,0 +722514,242,49,519,28,17,5,0,0,0,0,0,0 +722515,242,49,3540,310,255,47,0,0,0,0,0,0 +811111,242,49,2926,629,620,4,0,0,0,0,0,0 +811112,242,49,32,7,5,0,0,0,0,0,0,0 +811113,242,49,38,15,6,0,0,0,0,0,0,0 +811118,242,49,36,12,8,0,0,0,0,0,0,0 +811121,242,49,2027,208,183,17,0,0,0,0,0,0 +811122,242,49,135,36,26,0,0,0,0,0,0,0 +811191,242,49,465,37,27,0,0,0,0,0,0,0 +811192,242,49,1174,93,63,18,0,0,0,0,0,0 +811198,242,49,50,19,13,0,0,0,0,0,0,0 +811211,242,49,2,7,6,0,0,0,0,0,0,0 +811212,242,49,267,37,28,0,0,0,0,0,0,0 +811213,242,49,84,8,3,0,0,0,0,0,0,0 +811219,242,49,106,25,20,0,0,0,0,0,0,0 +811310,242,49,739,68,59,0,0,0,0,0,0,0 +811411,242,49,9,4,3,0,0,0,0,0,0,0 +811412,242,49,92,24,17,0,0,0,0,0,0,0 +811420,242,49,131,34,32,0,0,0,0,0,0,0 +811430,242,49,40,15,13,0,0,0,0,0,0,0 +811490,242,49,204,69,56,0,0,0,0,0,0,0 +812111,242,49,134,38,32,0,0,0,0,0,0,0 +812112,242,49,4054,559,522,30,0,0,0,0,0,0 +812113,242,49,1268,205,195,7,0,0,0,0,0,0 +812191,242,49,168,25,16,4,0,0,0,0,0,0 +812199,242,49,606,93,73,8,0,0,0,0,0,0 +812210,242,49,519,59,45,4,0,0,0,0,0,0 +812220,242,49,286,26,16,0,0,0,0,0,0,0 +812310,242,49,446,101,96,3,0,0,0,0,0,0 +812320,242,49,1441,237,213,15,0,0,0,0,0,0 +812331,242,49,0,3,0,0,0,0,0,0,0,0 +812332,242,49,0,4,0,0,0,0,0,0,0,0 +812910,242,49,960,113,91,10,0,0,0,0,0,0 +812930,242,49,700,107,98,3,0,0,0,0,0,0 +812990,242,49,740,95,82,0,0,0,0,0,0,0 +813110,242,49,12832,1258,1119,122,10,0,0,0,0,0 +813211,242,49,719,134,111,9,0,0,0,0,0,0 +813212,242,49,1530,50,37,3,0,3,0,0,0,0 +813219,242,49,255,23,14,0,0,0,0,0,0,0 +813311,242,49,329,34,25,3,0,0,0,0,0,0 +813312,242,49,374,49,38,4,0,0,0,0,0,0 +813319,242,49,619,42,31,0,0,0,0,0,0,0 +813410,242,49,1207,160,150,3,0,0,0,0,0,0 +813910,242,49,1222,92,67,12,0,0,0,0,0,0 +813920,242,49,4608,126,84,30,4,0,0,0,0,0 +813930,242,49,1477,73,52,10,0,0,0,0,0,0 +813940,242,49,9,25,22,0,0,0,0,0,0,0 +813990,242,49,1229,145,129,9,0,0,0,0,0,0 +113310,249,49,13,4,3,0,0,0,0,0,0,0 +236115,249,49,45,18,18,0,0,0,0,0,0,0 +236117,249,49,23,8,8,0,0,0,0,0,0,0 +236118,249,49,141,42,40,0,0,0,0,0,0,0 +236220,249,49,145,13,11,0,0,0,0,0,0,0 +237110,249,49,50,7,6,0,0,0,0,0,0,0 +237990,249,49,16,5,3,0,0,0,0,0,0,0 +238110,249,49,61,8,5,0,0,0,0,0,0,0 +238130,249,49,0,3,0,0,0,0,0,0,0,0 +238140,249,49,24,3,0,0,0,0,0,0,0,0 +238160,249,49,13,3,0,0,0,0,0,0,0,0 +238190,249,49,14,4,3,0,0,0,0,0,0,0 +238210,249,49,423,35,28,5,0,0,0,0,0,0 +238220,249,49,356,49,46,3,0,0,0,0,0,0 +238310,249,49,16,4,3,0,0,0,0,0,0,0 +238320,249,49,30,9,7,0,0,0,0,0,0,0 +238330,249,49,40,8,7,0,0,0,0,0,0,0 +238350,249,49,24,8,6,0,0,0,0,0,0,0 +238910,249,49,211,21,19,0,0,0,0,0,0,0 +238990,249,49,28,6,3,0,0,0,0,0,0,0 +323111,249,49,43,3,0,0,0,0,0,0,0,0 +337110,249,49,29,3,0,0,0,0,0,0,0,0 +423730,249,49,70,4,0,0,0,0,0,0,0,0 +441110,249,49,329,8,0,6,0,0,0,0,0,0 +441120,249,49,7,4,4,0,0,0,0,0,0,0 +441222,249,49,0,3,0,0,0,0,0,0,0,0 +441310,249,49,174,19,19,0,0,0,0,0,0,0 +441320,249,49,78,9,8,0,0,0,0,0,0,0 +442110,249,49,17,6,5,0,0,0,0,0,0,0 +442210,249,49,42,3,0,0,0,0,0,0,0,0 +442299,249,49,38,4,0,0,0,0,0,0,0,0 +443142,249,49,80,5,0,0,0,0,0,0,0,0 +444120,249,49,8,3,3,0,0,0,0,0,0,0 +444130,249,49,101,6,0,0,0,0,0,0,0,0 +444190,249,49,103,8,3,0,0,0,0,0,0,0 +444220,249,49,76,6,3,0,0,0,0,0,0,0 +445110,249,49,849,16,3,8,0,0,0,0,0,0 +445120,249,49,63,6,3,0,0,0,0,0,0,0 +445220,249,49,11,5,5,0,0,0,0,0,0,0 +445310,249,49,120,27,26,0,0,0,0,0,0,0 +446110,249,49,159,15,8,3,0,0,0,0,0,0 +446120,249,49,28,3,0,0,0,0,0,0,0,0 +446130,249,49,17,3,0,0,0,0,0,0,0,0 +446191,249,49,12,3,0,0,0,0,0,0,0,0 +447110,249,49,417,30,21,9,0,0,0,0,0,0 +447190,249,49,22,10,8,0,0,0,0,0,0,0 +448120,249,49,17,4,0,0,0,0,0,0,0,0 +448140,249,49,216,5,0,0,0,0,0,0,0,0 +448210,249,49,32,4,0,0,0,0,0,0,0,0 +448310,249,49,44,5,3,0,0,0,0,0,0,0 +451110,249,49,0,3,0,0,0,0,0,0,0,0 +452311,249,49,631,3,0,0,0,0,0,0,0,0 +452319,249,49,142,13,11,0,0,0,0,0,0,0 +453220,249,49,22,6,6,0,0,0,0,0,0,0 +453310,249,49,141,9,3,0,0,0,0,0,0,0 +453991,249,49,8,3,0,0,0,0,0,0,0,0 +453998,249,49,30,10,8,0,0,0,0,0,0,0 +454110,249,49,38,7,5,0,0,0,0,0,0,0 +454310,249,49,82,6,3,0,0,0,0,0,0,0 +454390,249,49,12,4,3,0,0,0,0,0,0,0 +484110,249,49,5,4,4,0,0,0,0,0,0,0 +484121,249,49,69,5,3,0,0,0,0,0,0,0 +484220,249,49,20,9,8,0,0,0,0,0,0,0 +485410,249,49,243,48,46,0,0,0,0,0,0,0 +488190,249,49,173,7,3,0,0,0,0,0,0,0 +488410,249,49,0,3,0,0,0,0,0,0,0,0 +517311,249,49,53,7,5,0,0,0,0,0,0,0 +517312,249,49,45,5,0,0,0,0,0,0,0,0 +519130,249,49,26,5,3,0,0,0,0,0,0,0 +522110,249,49,137,23,22,0,0,0,0,0,0,0 +522130,249,49,0,7,4,0,0,0,0,0,0,0 +522292,249,49,30,5,0,0,0,0,0,0,0,0 +523920,249,49,0,6,5,0,0,0,0,0,0,0 +524210,249,49,94,21,21,0,0,0,0,0,0,0 +531110,249,49,72,15,14,0,0,0,0,0,0,0 +531120,249,49,27,8,8,0,0,0,0,0,0,0 +531130,249,49,13,6,6,0,0,0,0,0,0,0 +531190,249,49,3,3,3,0,0,0,0,0,0,0 +531210,249,49,48,26,25,0,0,0,0,0,0,0 +531311,249,49,24,8,6,0,0,0,0,0,0,0 +531312,249,49,15,6,5,0,0,0,0,0,0,0 +531320,249,49,5,4,4,0,0,0,0,0,0,0 +532111,249,49,19,3,0,0,0,0,0,0,0,0 +541110,249,49,72,15,13,0,0,0,0,0,0,0 +541191,249,49,17,3,0,0,0,0,0,0,0,0 +541211,249,49,36,7,5,0,0,0,0,0,0,0 +541213,249,49,31,6,3,0,0,0,0,0,0,0 +541219,249,49,6,5,5,0,0,0,0,0,0,0 +541330,249,49,5349,85,47,23,10,0,3,0,0,0 +541350,249,49,17,5,3,0,0,0,0,0,0,0 +541370,249,49,25,4,3,0,0,0,0,0,0,0 +541511,249,49,626,16,8,4,0,0,0,0,0,0 +541512,249,49,1481,94,76,15,3,0,0,0,0,0 +541513,249,49,467,13,6,3,0,0,0,0,0,0 +541519,249,49,0,3,0,0,0,0,0,0,0,0 +541611,249,49,941,52,42,7,0,0,0,0,0,0 +541613,249,49,0,3,0,0,0,0,0,0,0,0 +541620,249,49,24,3,0,0,0,0,0,0,0,0 +541690,249,49,0,4,3,0,0,0,0,0,0,0 +541715,249,49,391,7,0,0,0,0,0,0,0,0 +541940,249,49,150,9,4,0,0,0,0,0,0,0 +551114,249,49,169,7,3,0,0,0,0,0,0,0 +561110,249,49,160,7,0,0,0,0,0,0,0,0 +561210,249,49,1202,8,3,0,0,0,0,0,0,0 +561320,249,49,152,3,0,0,0,0,0,0,0,0 +561510,249,49,14,3,0,0,0,0,0,0,0,0 +561710,249,49,0,4,3,0,0,0,0,0,0,0 +561720,249,49,198,18,15,0,0,0,0,0,0,0 +561730,249,49,113,25,24,0,0,0,0,0,0,0 +561740,249,49,6,3,3,0,0,0,0,0,0,0 +561790,249,49,8,5,4,0,0,0,0,0,0,0 +561990,249,49,0,3,0,0,0,0,0,0,0,0 +611110,249,49,322,8,0,4,0,0,0,0,0,0 +611310,249,49,40,3,0,0,0,0,0,0,0,0 +611610,249,49,32,6,3,0,0,0,0,0,0,0 +611620,249,49,0,4,0,0,0,0,0,0,0,0 +621111,249,49,835,37,31,4,0,0,0,0,0,0 +621210,249,49,349,34,31,0,0,0,0,0,0,0 +621310,249,49,38,5,0,0,0,0,0,0,0,0 +621320,249,49,35,6,3,0,0,0,0,0,0,0 +621330,249,49,38,10,8,0,0,0,0,0,0,0 +621340,249,49,162,12,11,0,0,0,0,0,0,0 +621399,249,49,3,6,6,0,0,0,0,0,0,0 +621420,249,49,129,4,0,0,0,0,0,0,0,0 +621493,249,49,41,3,0,0,0,0,0,0,0,0 +621498,249,49,22,3,0,0,0,0,0,0,0,0 +623110,249,49,805,3,0,0,0,0,0,0,0,0 +624120,249,49,638,7,0,0,0,0,0,0,0,0 +624190,249,49,52,8,4,0,0,0,0,0,0,0 +624410,249,49,224,21,18,3,0,0,0,0,0,0 +713930,249,49,28,6,4,0,0,0,0,0,0,0 +713940,249,49,182,7,0,0,0,0,0,0,0,0 +713990,249,49,31,5,3,0,0,0,0,0,0,0 +721110,249,49,247,15,3,8,0,0,0,0,0,0 +722310,249,49,145,8,3,0,0,0,0,0,0,0 +722320,249,49,16,4,3,0,0,0,0,0,0,0 +722410,249,49,104,8,4,3,0,0,0,0,0,0 +722511,249,49,1493,54,25,27,0,0,0,0,0,0 +722513,249,49,1562,79,51,27,0,0,0,0,0,0 +722514,249,49,44,3,0,0,0,0,0,0,0,0 +722515,249,49,201,15,9,3,0,0,0,0,0,0 +811111,249,49,85,24,24,0,0,0,0,0,0,0 +811121,249,49,103,11,7,0,0,0,0,0,0,0 +811192,249,49,24,5,3,0,0,0,0,0,0,0 +811310,249,49,0,3,3,0,0,0,0,0,0,0 +812112,249,49,217,28,25,3,0,0,0,0,0,0 +812113,249,49,8,5,5,0,0,0,0,0,0,0 +812199,249,49,11,4,4,0,0,0,0,0,0,0 +812210,249,49,45,4,0,0,0,0,0,0,0,0 +812320,249,49,30,4,3,0,0,0,0,0,0,0 +812910,249,49,71,11,11,0,0,0,0,0,0,0 +813110,249,49,349,53,49,4,0,0,0,0,0,0 +813219,249,49,0,3,0,0,0,0,0,0,0,0 +813410,249,49,41,10,9,0,0,0,0,0,0,0 +813930,249,49,49,3,0,0,0,0,0,0,0,0 +813990,249,49,9,8,8,0,0,0,0,0,0,0 +113310,249,50,101,27,23,0,0,0,0,0,0,0 +114111,249,50,7,8,8,0,0,0,0,0,0,0 +115210,249,50,85,13,9,0,0,0,0,0,0,0 +115310,249,50,9,3,3,0,0,0,0,0,0,0 +212111,249,50,80,3,0,0,0,0,0,0,0,0 +212321,249,50,0,3,0,0,0,0,0,0,0,0 +221122,249,50,0,3,0,0,0,0,0,0,0,0 +221210,249,50,0,3,0,0,0,0,0,0,0,0 +236115,249,50,493,125,108,0,0,0,0,0,0,0 +236116,249,50,18,3,0,0,0,0,0,0,0,0 +236117,249,50,116,25,5,0,0,0,0,0,0,0 +236118,249,50,841,339,323,0,0,0,0,0,0,0 +236220,249,50,585,72,34,3,0,0,0,0,0,0 +237110,249,50,86,10,6,0,0,0,0,0,0,0 +237130,249,50,42,12,0,0,0,0,0,0,0,0 +237210,249,50,3,3,3,0,0,0,0,0,0,0 +237310,249,50,80,14,4,0,0,0,0,0,0,0 +237990,249,50,100,18,8,0,0,0,0,0,0,0 +238110,249,50,187,20,8,0,0,0,0,0,0,0 +238120,249,50,24,3,0,0,0,0,0,0,0,0 +238130,249,50,67,12,6,0,0,0,0,0,0,0 +238140,249,50,362,69,51,0,0,0,0,0,0,0 +238150,249,50,13,3,0,0,0,0,0,0,0,0 +238160,249,50,191,24,11,0,0,0,0,0,0,0 +238170,249,50,15,10,10,0,0,0,0,0,0,0 +238190,249,50,39,13,6,0,0,0,0,0,0,0 +238210,249,50,1352,194,165,8,0,0,0,0,0,0 +238220,249,50,2015,276,240,14,0,0,0,0,0,0 +238290,249,50,26,8,0,0,0,0,0,0,0,0 +238310,249,50,97,20,7,0,0,0,0,0,0,0 +238320,249,50,273,68,59,0,0,0,0,0,0,0 +238330,249,50,54,29,25,0,0,0,0,0,0,0 +238340,249,50,45,13,11,0,0,0,0,0,0,0 +238350,249,50,227,55,39,0,0,0,0,0,0,0 +238390,249,50,0,3,0,0,0,0,0,0,0,0 +238910,249,50,811,105,84,3,0,0,0,0,0,0 +238990,249,50,481,70,49,0,0,0,0,0,0,0 +311710,249,50,29,12,7,0,0,0,0,0,0,0 +311811,249,50,64,11,7,0,0,0,0,0,0,0 +312120,249,50,8,3,0,0,0,0,0,0,0,0 +312130,249,50,0,3,0,0,0,0,0,0,0,0 +323111,249,50,299,14,6,0,0,0,0,0,0,0 +324121,249,50,4,3,3,0,0,0,0,0,0,0 +325412,249,50,0,3,0,0,0,0,0,0,0,0 +326199,249,50,399,7,0,0,0,0,0,0,0,0 +327320,249,50,0,6,0,0,0,0,0,0,0,0 +327331,249,50,0,4,0,0,0,0,0,0,0,0 +327991,249,50,5,3,3,0,0,0,0,0,0,0 +332312,249,50,17,4,0,0,0,0,0,0,0,0 +332322,249,50,224,4,0,0,0,0,0,0,0,0 +332323,249,50,0,3,0,0,0,0,0,0,0,0 +332710,249,50,47,13,5,0,0,0,0,0,0,0 +334419,249,50,408,5,0,0,0,0,0,0,0,0 +336612,249,50,36,10,4,0,0,0,0,0,0,0 +337110,249,50,0,3,0,0,0,0,0,0,0,0 +337212,249,50,0,3,0,0,0,0,0,0,0,0 +339112,249,50,0,3,0,0,0,0,0,0,0,0 +339116,249,50,6,3,3,0,0,0,0,0,0,0 +339950,249,50,9,3,0,0,0,0,0,0,0,0 +423110,249,50,96,8,0,0,0,0,0,0,0,0 +423120,249,50,277,20,6,0,0,0,0,0,0,0 +423140,249,50,29,3,0,0,0,0,0,0,0,0 +423210,249,50,0,3,0,0,0,0,0,0,0,0 +423310,249,50,176,17,3,8,0,0,0,0,0,0 +423320,249,50,6,3,3,0,0,0,0,0,0,0 +423330,249,50,74,7,0,0,0,0,0,0,0,0 +423390,249,50,57,6,0,0,0,0,0,0,0,0 +423420,249,50,112,11,3,0,0,0,0,0,0,0 +423510,249,50,76,9,0,0,0,0,0,0,0,0 +423610,249,50,73,12,3,0,0,0,0,0,0,0 +423690,249,50,19,8,4,0,0,0,0,0,0,0 +423720,249,50,56,11,4,0,0,0,0,0,0,0 +423730,249,50,72,10,7,0,0,0,0,0,0,0 +423820,249,50,124,10,4,0,0,0,0,0,0,0 +423830,249,50,178,22,10,0,0,0,0,0,0,0 +423840,249,50,16,8,3,0,0,0,0,0,0,0 +423850,249,50,49,9,4,0,0,0,0,0,0,0 +423920,249,50,33,3,0,0,0,0,0,0,0,0 +423930,249,50,50,9,3,0,0,0,0,0,0,0 +424460,249,50,90,16,10,0,0,0,0,0,0,0 +424490,249,50,1281,37,18,3,6,0,0,0,0,0 +424510,249,50,0,6,0,0,0,0,0,0,0,0 +424710,249,50,0,9,0,0,0,0,0,0,0,0 +424810,249,50,99,3,0,0,0,0,0,0,0,0 +424910,249,50,35,17,6,0,0,0,0,0,0,0 +424930,249,50,22,4,0,0,0,0,0,0,0,0 +424950,249,50,20,3,3,0,0,0,0,0,0,0 +424990,249,50,0,9,0,0,0,0,0,0,0,0 +425120,249,50,182,37,24,0,0,0,0,0,0,0 +441110,249,50,2577,58,0,29,5,0,0,0,0,0 +441120,249,50,265,44,36,0,0,0,0,0,0,0 +441222,249,50,114,29,18,0,0,0,0,0,0,0 +441228,249,50,82,13,4,0,0,0,0,0,0,0 +441310,249,50,882,90,62,0,0,0,0,0,0,0 +441320,249,50,257,32,19,0,0,0,0,0,0,0 +442110,249,50,408,54,36,3,0,0,0,0,0,0 +442210,249,50,117,20,10,0,0,0,0,0,0,0 +442299,249,50,354,32,13,0,0,0,0,0,0,0 +443141,249,50,91,11,7,0,0,0,0,0,0,0 +443142,249,50,337,37,24,0,0,0,0,0,0,0 +444110,249,50,0,7,0,0,3,0,0,0,0,0 +444120,249,50,15,13,3,0,0,0,0,0,0,0 +444130,249,50,391,44,13,0,0,0,0,0,0,0 +444190,249,50,559,68,51,0,0,0,0,0,0,0 +444210,249,50,43,4,0,0,0,0,0,0,0,0 +444220,249,50,228,35,20,0,0,0,0,0,0,0 +445110,249,50,4581,117,35,35,8,0,0,0,0,0 +445120,249,50,244,57,37,0,0,0,0,0,0,0 +445210,249,50,23,4,0,0,0,0,0,0,0,0 +445220,249,50,18,10,3,0,0,0,0,0,0,0 +445230,249,50,0,3,0,0,0,0,0,0,0,0 +445292,249,50,52,16,13,0,0,0,0,0,0,0 +445299,249,50,10,6,0,0,0,0,0,0,0,0 +445310,249,50,720,117,97,0,0,0,0,0,0,0 +446110,249,50,1767,132,84,17,0,0,0,0,0,0 +446120,249,50,194,19,12,3,0,0,0,0,0,0 +446130,249,50,106,19,7,0,0,0,0,0,0,0 +446191,249,50,40,16,11,0,0,0,0,0,0,0 +446199,249,50,92,21,14,0,0,0,0,0,0,0 +447110,249,50,2542,217,163,37,0,0,0,0,0,0 +447190,249,50,789,42,13,11,0,0,0,0,0,0 +448110,249,50,79,10,0,0,0,0,0,0,0,0 +448120,249,50,448,53,42,0,0,0,0,0,0,0 +448130,249,50,180,15,8,0,0,0,0,0,0,0 +448140,249,50,1296,70,33,25,0,0,0,0,0,0 +448150,249,50,169,25,14,0,0,0,0,0,0,0 +448190,249,50,490,41,33,0,0,0,0,0,0,0 +448210,249,50,637,47,34,5,0,0,0,0,0,0 +448310,249,50,197,41,28,0,0,0,0,0,0,0 +451110,249,50,411,54,33,0,0,0,0,0,0,0 +451120,249,50,378,21,4,3,0,0,0,0,0,0 +451130,249,50,0,3,0,0,0,0,0,0,0,0 +451211,249,50,35,4,3,0,0,0,0,0,0,0 +452210,249,50,1073,12,0,7,0,0,0,0,0,0 +452311,249,50,2272,16,0,0,3,0,0,0,0,0 +452319,249,50,1155,129,90,10,0,0,0,0,0,0 +453110,249,50,69,13,4,0,0,0,0,0,0,0 +453210,249,50,84,6,0,0,0,0,0,0,0,0 +453220,249,50,244,60,47,0,0,0,0,0,0,0 +453310,249,50,276,56,28,0,0,0,0,0,0,0 +453910,249,50,219,25,7,0,0,0,0,0,0,0 +453920,249,50,6,3,3,0,0,0,0,0,0,0 +453991,249,50,22,9,6,0,0,0,0,0,0,0 +453998,249,50,113,43,35,0,0,0,0,0,0,0 +454110,249,50,171,49,34,0,0,0,0,0,0,0 +454310,249,50,443,36,9,3,0,0,0,0,0,0 +454390,249,50,195,35,18,0,0,0,0,0,0,0 +484110,249,50,629,86,69,0,0,0,0,0,0,0 +484121,249,50,655,54,34,0,0,0,0,0,0,0 +484122,249,50,925,18,0,4,0,0,0,0,0,0 +484210,249,50,20,12,6,0,0,0,0,0,0,0 +484220,249,50,875,107,85,0,0,0,0,0,0,0 +484230,249,50,310,17,10,0,0,0,0,0,0,0 +485113,249,50,0,3,0,0,0,0,0,0,0,0 +485310,249,50,8,8,7,0,0,0,0,0,0,0 +485410,249,50,421,102,85,3,0,0,0,0,0,0 +487210,249,50,3,9,9,0,0,0,0,0,0,0 +488190,249,50,35,3,3,0,0,0,0,0,0,0 +488210,249,50,46,3,0,0,0,0,0,0,0,0 +488410,249,50,106,20,13,0,0,0,0,0,0,0 +488490,249,50,0,3,0,0,0,0,0,0,0,0 +488510,249,50,186,10,4,0,0,0,0,0,0,0 +492110,249,50,363,25,9,0,0,0,0,0,0,0 +492210,249,50,19,9,3,0,0,0,0,0,0,0 +493110,249,50,2406,13,0,0,0,0,0,0,0,0 +493190,249,50,0,3,3,0,0,0,0,0,0,0 +511110,249,50,33,8,3,0,0,0,0,0,0,0 +511120,249,50,5,4,4,0,0,0,0,0,0,0 +515112,249,50,174,11,0,0,0,0,0,0,0,0 +517311,249,50,1086,86,51,3,0,0,0,0,0,0 +517312,249,50,214,31,23,0,0,0,0,0,0,0 +517911,249,50,0,3,0,0,0,0,0,0,0,0 +518210,249,50,0,8,0,0,0,0,0,0,0,0 +519120,249,50,0,9,3,0,0,0,0,0,0,0 +519130,249,50,0,3,0,0,0,0,0,0,0,0 +522110,249,50,2397,269,237,7,0,0,0,0,0,0 +522120,249,50,0,7,0,0,0,0,0,0,0,0 +522130,249,50,369,46,35,0,0,0,0,0,0,0 +522291,249,50,72,8,3,0,0,0,0,0,0,0 +522292,249,50,194,28,19,0,0,0,0,0,0,0 +522298,249,50,27,10,9,0,0,0,0,0,0,0 +522320,249,50,0,7,3,0,0,0,0,0,0,0 +522390,249,50,0,3,3,0,0,0,0,0,0,0 +523120,249,50,140,33,16,0,0,0,0,0,0,0 +523920,249,50,155,58,44,0,0,0,0,0,0,0 +523930,249,50,99,21,16,0,0,0,0,0,0,0 +524113,249,50,34,4,0,0,0,0,0,0,0,0 +524114,249,50,0,3,0,0,0,0,0,0,0,0 +524126,249,50,0,5,3,0,0,0,0,0,0,0 +524210,249,50,1300,216,186,4,0,0,0,0,0,0 +524291,249,50,7,6,6,0,0,0,0,0,0,0 +524292,249,50,65,4,0,0,0,0,0,0,0,0 +531110,249,50,485,129,118,0,0,0,0,0,0,0 +531120,249,50,225,41,32,0,0,0,0,0,0,0 +531130,249,50,33,14,11,0,0,0,0,0,0,0 +531190,249,50,77,25,20,0,0,0,0,0,0,0 +531210,249,50,608,215,208,0,0,0,0,0,0,0 +531311,249,50,662,136,112,0,0,0,0,0,0,0 +531312,249,50,14,8,6,0,0,0,0,0,0,0 +531320,249,50,84,35,33,0,0,0,0,0,0,0 +531390,249,50,16,14,7,0,0,0,0,0,0,0 +532111,249,50,50,14,7,0,0,0,0,0,0,0 +532120,249,50,107,13,6,3,0,0,0,0,0,0 +532210,249,50,47,20,8,0,0,0,0,0,0,0 +532283,249,50,26,4,0,0,0,0,0,0,0,0 +532284,249,50,8,20,19,0,0,0,0,0,0,0 +532289,249,50,9,3,0,0,0,0,0,0,0,0 +532310,249,50,12,3,0,0,0,0,0,0,0,0 +532490,249,50,24,6,6,0,0,0,0,0,0,0 +541110,249,50,840,243,236,0,0,0,0,0,0,0 +541191,249,50,79,20,15,0,0,0,0,0,0,0 +541211,249,50,582,100,75,0,0,0,0,0,0,0 +541213,249,50,389,39,20,0,0,0,0,0,0,0 +541214,249,50,29,6,0,0,0,0,0,0,0,0 +541219,249,50,267,66,54,0,0,0,0,0,0,0 +541310,249,50,44,18,7,0,0,0,0,0,0,0 +541330,249,50,912,92,63,12,0,0,0,0,0,0 +541350,249,50,28,7,3,0,0,0,0,0,0,0 +541370,249,50,36,9,7,0,0,0,0,0,0,0 +541380,249,50,5,6,3,0,0,0,0,0,0,0 +541410,249,50,0,3,0,0,0,0,0,0,0,0 +541430,249,50,13,7,7,0,0,0,0,0,0,0 +541511,249,50,357,52,34,3,0,0,0,0,0,0 +541512,249,50,258,48,34,3,0,0,0,0,0,0 +541513,249,50,23,9,3,0,0,0,0,0,0,0 +541519,249,50,26,7,3,0,0,0,0,0,0,0 +541611,249,50,162,79,68,0,0,0,0,0,0,0 +541613,249,50,3,9,6,0,0,0,0,0,0,0 +541614,249,50,71,9,0,0,0,0,0,0,0,0 +541620,249,50,23,13,7,0,0,0,0,0,0,0 +541690,249,50,71,23,14,0,0,0,0,0,0,0 +541810,249,50,2,6,3,0,0,0,0,0,0,0 +541890,249,50,33,3,0,0,0,0,0,0,0,0 +541921,249,50,95,12,5,0,0,0,0,0,0,0 +541940,249,50,847,74,28,6,0,0,0,0,0,0 +541990,249,50,4,3,3,0,0,0,0,0,0,0 +551114,249,50,959,49,19,6,0,0,0,0,0,0 +561110,249,50,224,36,21,0,0,0,0,0,0,0 +561210,249,50,91,7,3,0,0,0,0,0,0,0 +561320,249,50,1541,18,3,3,0,0,0,0,0,0 +561422,249,50,0,3,0,0,0,0,0,0,0,0 +561510,249,50,13,8,8,0,0,0,0,0,0,0 +561611,249,50,0,9,0,0,0,0,0,0,0,0 +561612,249,50,32,3,0,0,0,0,0,0,0,0 +561621,249,50,132,12,4,0,0,0,0,0,0,0 +561622,249,50,9,3,0,0,0,0,0,0,0,0 +561710,249,50,241,29,14,0,0,0,0,0,0,0 +561720,249,50,1217,125,93,9,0,0,0,0,0,0 +561730,249,50,1823,284,249,14,0,0,0,0,0,0 +561740,249,50,26,3,0,0,0,0,0,0,0,0 +561790,249,50,95,31,24,0,0,0,0,0,0,0 +561990,249,50,236,19,4,0,0,0,0,0,0,0 +562111,249,50,137,11,0,0,0,0,0,0,0,0 +562910,249,50,49,3,0,0,0,0,0,0,0,0 +562991,249,50,72,16,10,0,0,0,0,0,0,0 +611110,249,50,1338,45,3,12,0,0,0,0,0,0 +611513,249,50,18,4,0,0,0,0,0,0,0,0 +611610,249,50,65,13,4,0,0,0,0,0,0,0 +611620,249,50,54,17,5,0,0,0,0,0,0,0 +611692,249,50,15,3,0,0,0,0,0,0,0,0 +611710,249,50,3,3,3,0,0,0,0,0,0,0 +621111,249,50,5258,498,419,66,0,0,0,0,0,0 +621112,249,50,17,10,0,0,0,0,0,0,0,0 +621210,249,50,1646,218,201,3,0,0,0,0,0,0 +621310,249,50,149,37,28,0,0,0,0,0,0,0 +621320,249,50,170,25,8,0,0,0,0,0,0,0 +621330,249,50,238,36,24,0,0,0,0,0,0,0 +621340,249,50,1015,121,100,3,0,0,0,0,0,0 +621391,249,50,96,19,6,0,0,0,0,0,0,0 +621399,249,50,119,29,22,0,0,0,0,0,0,0 +621420,249,50,470,30,6,0,0,0,0,0,0,0 +621492,249,50,0,8,0,0,0,0,0,0,0,0 +621493,249,50,315,17,0,4,0,0,0,0,0,0 +621498,249,50,494,24,0,6,0,0,0,0,0,0 +621511,249,50,0,22,16,0,0,0,0,0,0,0 +621512,249,50,195,11,0,0,0,0,0,0,0,0 +621610,249,50,1394,49,14,10,0,0,0,0,0,0 +621910,249,50,227,11,5,0,0,0,0,0,0,0 +623110,249,50,3539,38,0,3,13,0,0,0,0,0 +623210,249,50,1009,138,124,0,0,0,0,0,0,0 +623220,249,50,0,9,0,0,0,0,0,0,0,0 +623311,249,50,546,10,0,0,0,0,0,0,0,0 +623312,249,50,919,48,13,4,0,0,0,0,0,0 +623990,249,50,166,9,0,0,0,0,0,0,0,0 +624110,249,50,86,10,4,0,0,0,0,0,0,0 +624120,249,50,2540,91,44,6,0,0,0,0,0,0 +624190,249,50,343,37,22,0,0,0,0,0,0,0 +624221,249,50,13,3,0,0,0,0,0,0,0,0 +624229,249,50,40,5,0,0,0,0,0,0,0,0 +624310,249,50,411,14,0,0,0,0,0,0,0,0 +624410,249,50,1349,121,77,7,0,0,0,0,0,0 +711219,249,50,178,12,7,3,0,0,0,0,0,0 +711510,249,50,13,11,11,0,0,0,0,0,0,0 +712110,249,50,99,13,9,0,0,0,0,0,0,0 +713110,249,50,40,3,0,0,0,0,0,0,0,0 +713120,249,50,106,19,10,0,0,0,0,0,0,0 +713910,249,50,309,18,5,4,0,0,0,0,0,0 +713930,249,50,390,51,29,0,0,0,0,0,0,0 +713940,249,50,912,54,21,4,0,0,0,0,0,0 +713950,249,50,0,3,0,0,0,0,0,0,0,0 +713990,249,50,416,46,42,0,0,0,0,0,0,0 +721110,249,50,3897,222,152,35,4,0,0,0,0,0 +721191,249,50,90,16,10,0,0,0,0,0,0,0 +721211,249,50,55,11,0,0,0,0,0,0,0,0 +721214,249,50,362,16,3,0,0,0,0,0,0,0 +722310,249,50,605,41,10,3,0,0,0,0,0,0 +722320,249,50,133,17,4,0,0,0,0,0,0,0 +722410,249,50,619,81,62,0,0,0,0,0,0,0 +722511,249,50,12312,601,377,204,4,0,0,0,0,0 +722513,249,50,9486,547,356,177,0,0,0,0,0,0 +722514,249,50,149,4,0,0,0,0,0,0,0,0 +722515,249,50,744,127,115,0,0,0,0,0,0,0 +811111,249,50,990,208,186,3,0,0,0,0,0,0 +811118,249,50,18,3,0,0,0,0,0,0,0,0 +811121,249,50,417,54,32,0,0,0,0,0,0,0 +811122,249,50,32,4,0,0,0,0,0,0,0,0 +811191,249,50,79,10,0,0,0,0,0,0,0,0 +811192,249,50,160,20,15,0,0,0,0,0,0,0 +811198,249,50,1,4,4,0,0,0,0,0,0,0 +811310,249,50,436,55,33,0,0,0,0,0,0,0 +811412,249,50,17,8,8,0,0,0,0,0,0,0 +811490,249,50,140,35,27,0,0,0,0,0,0,0 +812112,249,50,1268,201,185,0,0,0,0,0,0,0 +812113,249,50,128,37,34,0,0,0,0,0,0,0 +812199,249,50,175,24,8,0,0,0,0,0,0,0 +812210,249,50,335,43,14,0,0,0,0,0,0,0 +812220,249,50,87,14,6,0,0,0,0,0,0,0 +812310,249,50,18,10,9,0,0,0,0,0,0,0 +812320,249,50,73,17,13,0,0,0,0,0,0,0 +812910,249,50,179,37,28,0,0,0,0,0,0,0 +812990,249,50,6,5,5,0,0,0,0,0,0,0 +813110,249,50,2547,536,513,13,0,0,0,0,0,0 +813211,249,50,63,24,18,0,0,0,0,0,0,0 +813312,249,50,139,28,15,0,0,0,0,0,0,0 +813319,249,50,50,6,0,0,0,0,0,0,0,0 +813410,249,50,826,113,96,3,0,0,0,0,0,0 +813910,249,50,69,27,23,0,0,0,0,0,0,0 +813930,249,50,127,24,17,0,0,0,0,0,0,0 +813990,249,50,466,51,41,0,0,0,0,0,0,0 +113310,251,51,13,10,9,0,0,0,0,0,0,0 +114111,251,51,154,55,53,0,0,0,0,0,0,0 +114112,251,51,105,65,63,0,0,0,0,0,0,0 +114119,251,51,9,3,3,0,0,0,0,0,0,0 +115210,251,51,318,81,74,0,0,0,0,0,0,0 +115310,251,51,48,7,3,0,0,0,0,0,0,0 +212319,251,51,0,3,0,0,0,0,0,0,0,0 +212321,251,51,108,11,0,0,0,0,0,0,0,0 +221111,251,51,78,6,3,0,0,0,0,0,0,0 +221112,251,51,70,10,3,0,0,0,0,0,0,0 +221113,251,51,0,5,0,0,0,0,0,0,0,0 +221115,251,51,0,4,3,0,0,0,0,0,0,0 +221122,251,51,633,63,16,15,6,0,0,0,0,0 +221210,251,51,251,40,6,4,3,0,0,0,0,0 +221310,251,51,340,33,14,3,0,0,0,0,0,0 +236115,251,51,1640,424,407,8,0,0,0,0,0,0 +236116,251,51,866,48,28,0,0,0,0,0,0,0 +236117,251,51,1894,550,533,4,0,0,0,0,0,0 +236118,251,51,7941,2620,2579,39,0,0,0,0,0,0 +236210,251,51,428,28,11,0,0,0,0,0,0,0 +236220,251,51,7761,579,483,79,4,0,0,0,0,0 +237110,251,51,1954,194,177,6,0,0,0,0,0,0 +237130,251,51,1826,69,36,9,0,0,0,0,0,0 +237210,251,51,436,68,55,0,0,0,0,0,0,0 +237310,251,51,3719,177,139,18,3,0,0,0,0,0 +237990,251,51,821,64,48,0,0,0,0,0,0,0 +238110,251,51,2535,235,211,7,0,0,0,0,0,0 +238120,251,51,887,39,18,0,0,0,0,0,0,0 +238130,251,51,944,224,209,0,0,0,0,0,0,0 +238140,251,51,2415,429,401,13,0,0,0,0,0,0 +238150,251,51,1017,80,64,0,0,0,0,0,0,0 +238160,251,51,2103,290,262,9,0,0,0,0,0,0 +238170,251,51,437,137,127,0,0,0,0,0,0,0 +238190,251,51,663,79,65,0,0,0,0,0,0,0 +238210,251,51,17681,1869,1712,126,18,3,0,0,0,0 +238220,251,51,19374,2465,2268,174,8,3,0,0,0,0 +238290,251,51,3146,144,98,27,6,0,0,0,0,0 +238310,251,51,4410,359,313,36,3,0,0,0,0,0 +238320,251,51,2855,777,752,11,0,0,0,0,0,0 +238330,251,51,1467,259,244,3,0,0,0,0,0,0 +238340,251,51,706,141,126,0,0,0,0,0,0,0 +238350,251,51,2866,609,579,25,0,0,0,0,0,0 +238390,251,51,1567,99,69,14,0,0,0,0,0,0 +238910,251,51,6973,806,724,72,0,0,0,0,0,0 +238990,251,51,2710,606,580,16,0,0,0,0,0,0 +311340,251,51,63,3,0,0,0,0,0,0,0,0 +311351,251,51,0,3,0,0,0,0,0,0,0,0 +311352,251,51,317,22,6,3,0,0,0,0,0,0 +311412,251,51,592,4,0,0,0,0,0,0,0,0 +311421,251,51,0,6,0,0,0,0,0,0,0,0 +311423,251,51,0,3,0,0,0,0,0,0,0,0 +311513,251,51,0,3,0,0,0,0,0,0,0,0 +311520,251,51,126,8,3,0,0,0,0,0,0,0 +311612,251,51,77,3,0,0,0,0,0,0,0,0 +311710,251,51,1591,26,8,9,0,0,0,0,0,0 +311811,251,51,1672,115,86,14,0,0,0,0,0,0 +311812,251,51,3051,71,25,17,5,0,0,0,0,0 +311813,251,51,452,7,0,0,0,0,0,0,0,0 +311824,251,51,369,3,0,0,0,0,0,0,0,0 +311911,251,51,130,3,0,0,0,0,0,0,0,0 +311920,251,51,0,4,0,0,0,0,0,0,0,0 +311941,251,51,0,4,0,0,0,0,0,0,0,0 +311942,251,51,50,7,0,0,0,0,0,0,0,0 +311991,251,51,1711,11,0,3,0,0,0,0,0,0 +311999,251,51,0,4,0,0,0,0,0,0,0,0 +312111,251,51,0,3,0,0,0,0,0,0,0,0 +312120,251,51,789,57,30,9,0,0,0,0,0,0 +312130,251,51,0,3,0,0,0,0,0,0,0,0 +312140,251,51,0,3,0,0,0,0,0,0,0,0 +313210,251,51,184,4,0,0,0,0,0,0,0,0 +313310,251,51,214,7,0,0,0,0,0,0,0,0 +313320,251,51,300,16,0,0,0,0,0,0,0,0 +314120,251,51,453,26,14,0,0,0,0,0,0,0 +314910,251,51,152,11,3,0,0,0,0,0,0,0 +314999,251,51,437,34,9,0,0,0,0,0,0,0 +315210,251,51,140,16,6,0,0,0,0,0,0,0 +315220,251,51,160,4,0,3,0,0,0,0,0,0 +316110,251,51,64,5,4,0,0,0,0,0,0,0 +316210,251,51,0,4,0,0,0,0,0,0,0,0 +316998,251,51,28,7,0,0,0,0,0,0,0,0 +321113,251,51,105,7,4,0,0,0,0,0,0,0 +321911,251,51,0,3,0,0,0,0,0,0,0,0 +321918,251,51,238,24,16,0,0,0,0,0,0,0 +321920,251,51,376,28,13,6,0,0,0,0,0,0 +321999,251,51,264,32,18,0,0,0,0,0,0,0 +322211,251,51,1316,15,0,0,0,0,0,0,0,0 +322212,251,51,0,3,0,0,0,0,0,0,0,0 +322220,251,51,161,10,0,0,0,0,0,0,0,0 +322230,251,51,350,7,0,3,0,0,0,0,0,0 +322299,251,51,243,8,0,3,0,0,0,0,0,0 +323111,251,51,3827,304,256,33,4,0,0,0,0,0 +323113,251,51,1206,74,48,6,0,0,0,0,0,0 +323117,251,51,491,13,3,0,0,0,0,0,0,0 +323120,251,51,264,17,10,0,0,0,0,0,0,0 +324121,251,51,230,26,14,0,0,0,0,0,0,0 +324191,251,51,0,3,0,0,0,0,0,0,0,0 +325180,251,51,182,6,0,0,0,0,0,0,0,0 +325199,251,51,282,4,0,0,0,0,0,0,0,0 +325211,251,51,1397,30,0,6,0,0,0,0,0,0 +325411,251,51,296,4,0,0,0,0,0,0,0,0 +325412,251,51,2295,44,23,10,4,0,0,0,0,0 +325413,251,51,0,6,0,0,0,0,0,0,0,0 +325414,251,51,560,14,5,3,0,0,0,0,0,0 +325510,251,51,603,26,3,0,0,0,0,0,0,0 +325520,251,51,266,11,0,0,0,0,0,0,0,0 +325611,251,51,62,6,0,0,0,0,0,0,0,0 +325612,251,51,72,4,0,0,0,0,0,0,0,0 +325910,251,51,154,9,0,0,0,0,0,0,0,0 +325991,251,51,488,9,0,6,0,0,0,0,0,0 +325998,251,51,155,15,0,0,0,0,0,0,0,0 +326112,251,51,35,3,0,0,0,0,0,0,0,0 +326113,251,51,392,9,0,3,0,0,0,0,0,0 +326121,251,51,152,9,0,0,0,0,0,0,0,0 +326140,251,51,350,4,0,0,0,0,0,0,0,0 +326150,251,51,628,12,0,0,0,0,0,0,0,0 +326199,251,51,5065,114,62,18,6,4,0,0,0,0 +327110,251,51,66,9,3,0,0,0,0,0,0,0 +327212,251,51,0,3,3,0,0,0,0,0,0,0 +327215,251,51,332,18,5,0,0,0,0,0,0,0 +327320,251,51,469,27,0,3,0,0,0,0,0,0 +327331,251,51,176,10,0,0,0,0,0,0,0,0 +327390,251,51,296,20,3,6,0,0,0,0,0,0 +327910,251,51,888,6,0,0,0,0,0,0,0,0 +327991,251,51,426,36,18,3,0,0,0,0,0,0 +331110,251,51,12,6,0,0,0,0,0,0,0,0 +331222,251,51,0,3,0,0,0,0,0,0,0,0 +331420,251,51,263,4,0,0,0,0,0,0,0,0 +331492,251,51,0,3,0,0,0,0,0,0,0,0 +331523,251,51,0,4,0,0,0,0,0,0,0,0 +331524,251,51,22,3,0,0,0,0,0,0,0,0 +332111,251,51,0,3,0,0,0,0,0,0,0,0 +332119,251,51,719,31,11,9,3,0,0,0,0,0 +332216,251,51,1094,17,3,3,0,0,0,0,0,0 +332312,251,51,447,27,0,5,0,0,0,0,0,0 +332313,251,51,365,15,0,0,0,0,0,0,0,0 +332321,251,51,68,4,0,0,0,0,0,0,0,0 +332322,251,51,1568,81,41,19,0,0,0,0,0,0 +332323,251,51,407,34,10,0,0,0,0,0,0,0 +332439,251,51,114,3,0,0,0,0,0,0,0,0 +332510,251,51,253,11,0,3,0,0,0,0,0,0 +332618,251,51,375,13,3,0,0,0,0,0,0,0 +332710,251,51,4444,344,279,59,0,0,0,0,0,0 +332721,251,51,1940,82,46,16,0,0,0,0,0,0 +332722,251,51,206,10,0,0,0,0,0,0,0,0 +332811,251,51,114,9,0,0,0,0,0,0,0,0 +332812,251,51,1421,45,12,6,0,0,0,0,0,0 +332813,251,51,1200,49,20,9,0,0,0,0,0,0 +332911,251,51,0,5,0,0,0,0,0,0,0,0 +332999,251,51,669,42,21,0,0,0,0,0,0,0 +333242,251,51,914,8,0,0,0,0,0,0,0,0 +333243,251,51,197,4,0,0,0,0,0,0,0,0 +333249,251,51,1027,45,21,0,0,0,0,0,0,0 +333314,251,51,1068,29,7,0,0,0,0,0,0,0 +333318,251,51,49,18,6,0,0,0,0,0,0,0 +333414,251,51,215,5,0,0,0,0,0,0,0,0 +333415,251,51,332,4,0,0,0,0,0,0,0,0 +333511,251,51,387,24,9,4,0,0,0,0,0,0 +333514,251,51,376,30,8,3,0,0,0,0,0,0 +333515,251,51,387,22,6,4,0,0,0,0,0,0 +333517,251,51,227,10,0,3,0,0,0,0,0,0 +333519,251,51,175,4,0,0,0,0,0,0,0,0 +333922,251,51,44,6,0,0,0,0,0,0,0,0 +333993,251,51,188,4,0,0,0,0,0,0,0,0 +333994,251,51,186,8,0,0,0,0,0,0,0,0 +333999,251,51,1786,38,14,3,0,0,0,0,0,0 +334111,251,51,47,9,3,0,0,0,0,0,0,0 +334112,251,51,19,6,3,0,0,0,0,0,0,0 +334118,251,51,863,19,3,4,0,0,0,0,0,0 +334220,251,51,1276,33,20,7,0,0,0,0,0,0 +334290,251,51,73,7,3,0,0,0,0,0,0,0 +334310,251,51,74,8,4,0,0,0,0,0,0,0 +334412,251,51,174,13,0,0,0,0,0,0,0,0 +334413,251,51,3878,38,10,0,3,0,0,0,0,0 +334416,251,51,314,10,0,3,0,0,0,0,0,0 +334417,251,51,197,3,0,0,0,0,0,0,0,0 +334418,251,51,229,14,3,0,0,0,0,0,0,0 +334419,251,51,3203,61,22,7,0,0,0,0,0,0 +334510,251,51,5327,55,18,6,4,0,0,0,0,0 +334511,251,51,1075,23,0,6,0,0,0,0,0,0 +334512,251,51,509,8,0,3,0,0,0,0,0,0 +334513,251,51,793,22,4,4,0,0,0,0,0,0 +334514,251,51,126,5,0,0,0,0,0,0,0,0 +334515,251,51,1293,38,18,9,0,0,0,0,0,0 +334516,251,51,3698,53,19,11,3,0,0,0,0,0 +334517,251,51,639,6,0,0,3,0,0,0,0,0 +334519,251,51,976,41,18,9,0,0,0,0,0,0 +334613,251,51,140,4,0,0,0,0,0,0,0,0 +334614,251,51,17,6,4,0,0,0,0,0,0,0 +335121,251,51,0,3,0,0,0,0,0,0,0,0 +335122,251,51,17,6,0,0,0,0,0,0,0,0 +335220,251,51,0,3,0,0,0,0,0,0,0,0 +335311,251,51,0,5,0,0,0,0,0,0,0,0 +335314,251,51,642,18,3,0,0,0,0,0,0,0 +335911,251,51,292,5,0,0,0,0,0,0,0,0 +335912,251,51,0,4,0,0,0,0,0,0,0,0 +335921,251,51,177,3,0,0,0,0,0,0,0,0 +335929,251,51,723,13,0,6,0,0,0,0,0,0 +335931,251,51,163,14,0,0,0,0,0,0,0,0 +335999,251,51,1505,31,3,6,0,0,0,0,0,0 +336211,251,51,73,7,0,0,0,0,0,0,0,0 +336214,251,51,35,3,0,0,0,0,0,0,0,0 +336370,251,51,0,3,0,0,0,0,0,0,0,0 +336412,251,51,3309,13,0,3,3,0,0,0,0,0 +336611,251,51,0,3,0,0,0,0,0,0,0,0 +336612,251,51,64,9,3,0,0,0,0,0,0,0 +337110,251,51,480,64,49,0,0,0,0,0,0,0 +337121,251,51,13,3,0,0,0,0,0,0,0,0 +337122,251,51,275,32,22,0,0,0,0,0,0,0 +337127,251,51,95,5,3,0,0,0,0,0,0,0 +337212,251,51,609,39,17,0,0,0,0,0,0,0 +337215,251,51,194,10,0,0,0,0,0,0,0,0 +337910,251,51,0,3,0,0,0,0,0,0,0,0 +339112,251,51,3041,47,10,8,0,0,0,0,0,0 +339113,251,51,938,39,19,0,0,0,0,0,0,0 +339114,251,51,0,3,0,0,0,0,0,0,0,0 +339115,251,51,23,10,6,0,0,0,0,0,0,0 +339116,251,51,669,92,72,0,0,0,0,0,0,0 +339910,251,51,1232,36,23,3,0,0,0,0,0,0 +339920,251,51,55,23,3,0,0,0,0,0,0,0 +339930,251,51,117,13,9,0,0,0,0,0,0,0 +339940,251,51,0,3,0,0,0,0,0,0,0,0 +339950,251,51,1230,92,64,3,0,0,0,0,0,0 +339991,251,51,316,4,0,0,0,0,0,0,0,0 +339992,251,51,240,19,8,4,0,0,0,0,0,0 +339993,251,51,0,3,0,0,0,0,0,0,0,0 +339999,251,51,1473,193,174,3,0,0,0,0,0,0 +423110,251,51,1493,82,56,4,0,0,0,0,0,0 +423120,251,51,3464,203,166,25,0,0,0,0,0,0 +423130,251,51,449,26,16,3,0,0,0,0,0,0 +423140,251,51,555,30,20,3,0,0,0,0,0,0 +423210,251,51,617,75,59,3,0,0,0,0,0,0 +423220,251,51,1375,105,81,7,0,0,0,0,0,0 +423310,251,51,1682,97,66,11,0,0,0,0,0,0 +423320,251,51,535,53,31,0,0,0,0,0,0,0 +423330,251,51,499,48,31,3,0,0,0,0,0,0 +423390,251,51,412,52,30,0,0,0,0,0,0,0 +423410,251,51,36,6,0,0,0,0,0,0,0,0 +423420,251,51,1626,130,101,5,4,0,0,0,0,0 +423430,251,51,7079,207,156,28,3,7,0,0,0,0 +423440,251,51,735,53,29,3,0,0,0,0,0,0 +423450,251,51,11501,208,131,41,7,5,0,0,0,0 +423460,251,51,55,13,0,0,0,0,0,0,0,0 +423490,251,51,1366,103,73,11,0,0,0,0,0,0 +423510,251,51,1589,109,85,8,0,0,0,0,0,0 +423610,251,51,4837,258,198,38,5,0,0,0,0,0 +423620,251,51,1512,40,17,3,0,0,0,0,0,0 +423690,251,51,6963,273,197,49,8,0,0,0,0,0 +423710,251,51,987,80,56,4,0,0,0,0,0,0 +423720,251,51,1679,132,110,11,0,0,0,0,0,0 +423730,251,51,991,83,60,9,0,0,0,0,0,0 +423810,251,51,960,63,47,3,0,0,0,0,0,0 +423820,251,51,145,23,10,0,0,0,0,0,0,0 +423830,251,51,6412,402,318,73,4,0,0,0,0,0 +423840,251,51,1039,108,86,8,0,0,0,0,0,0 +423850,251,51,681,71,50,6,0,0,0,0,0,0 +423860,251,51,29,8,6,0,0,0,0,0,0,0 +423910,251,51,879,77,59,3,0,0,0,0,0,0 +423920,251,51,122,20,7,0,0,0,0,0,0,0 +423930,251,51,1316,122,97,5,0,0,0,0,0,0 +423940,251,51,194,46,31,0,0,0,0,0,0,0 +423990,251,51,2006,130,102,9,3,0,0,0,0,0 +424120,251,51,2306,74,48,5,0,0,0,0,0,0 +424130,251,51,2058,70,30,18,0,0,0,0,0,0 +424210,251,51,7678,100,55,14,8,0,3,0,0,0 +424310,251,51,639,35,17,0,0,0,0,0,0,0 +424320,251,51,992,41,16,3,0,0,0,0,0,0 +424330,251,51,500,57,41,0,0,0,0,0,0,0 +424340,251,51,2163,32,11,0,0,0,0,0,0,0 +424410,251,51,538,33,11,0,0,0,0,0,0,0 +424420,251,51,1256,72,45,6,0,0,0,0,0,0 +424430,251,51,613,32,8,3,0,0,0,0,0,0 +424450,251,51,224,41,30,0,0,0,0,0,0,0 +424460,251,51,912,81,59,6,0,0,0,0,0,0 +424470,251,51,392,24,10,0,0,0,0,0,0,0 +424480,251,51,962,51,32,4,0,0,0,0,0,0 +424490,251,51,5997,196,138,30,6,0,0,0,0,0 +424510,251,51,4,3,3,0,0,0,0,0,0,0 +424610,251,51,572,59,42,3,0,0,0,0,0,0 +424690,251,51,1404,107,83,10,0,0,0,0,0,0 +424710,251,51,1015,25,6,0,0,0,0,0,0,0 +424720,251,51,341,28,13,0,0,0,0,0,0,0 +424810,251,51,547,18,3,0,0,0,0,0,0,0 +424820,251,51,711,67,42,0,0,0,0,0,0,0 +424910,251,51,324,26,11,0,0,0,0,0,0,0 +424920,251,51,615,35,15,0,0,0,0,0,0,0 +424930,251,51,365,41,35,0,0,0,0,0,0,0 +424940,251,51,289,8,0,0,0,0,0,0,0,0 +424950,251,51,487,34,11,0,0,0,0,0,0,0 +424990,251,51,1108,123,108,0,0,0,0,0,0,0 +425110,251,51,34,10,8,0,0,0,0,0,0,0 +425120,251,51,7970,747,695,34,0,0,0,0,0,0 +441110,251,51,19487,357,67,226,50,0,0,0,0,0 +441120,251,51,2866,445,419,11,5,0,0,0,0,0 +441210,251,51,281,17,4,0,0,0,0,0,0,0 +441222,251,51,483,75,63,0,0,0,0,0,0,0 +441228,251,51,432,50,29,3,0,0,0,0,0,0 +441310,251,51,4644,446,394,49,0,0,0,0,0,0 +441320,251,51,2158,225,207,13,0,0,0,0,0,0 +442110,251,51,2941,287,252,22,0,0,0,0,0,0 +442210,251,51,829,161,156,0,0,0,0,0,0,0 +442291,251,51,286,52,38,0,0,0,0,0,0,0 +442299,251,51,4345,263,185,70,0,0,0,0,0,0 +443141,251,51,992,114,93,7,0,0,0,0,0,0 +443142,251,51,4432,338,297,21,5,0,0,0,0,0 +444110,251,51,4605,84,8,3,57,0,0,0,0,0 +444120,251,51,663,114,108,0,0,0,0,0,0,0 +444130,251,51,1960,207,180,22,0,0,0,0,0,0 +444190,251,51,5897,543,472,63,0,0,0,0,0,0 +444210,251,51,355,49,35,0,0,0,0,0,0,0 +444220,251,51,1320,180,156,12,0,0,0,0,0,0 +445110,251,51,59456,887,475,163,203,45,0,0,0,0 +445120,251,51,4312,1132,1124,6,0,0,0,0,0,0 +445210,251,51,536,59,35,6,0,0,0,0,0,0 +445220,251,51,297,53,41,0,0,0,0,0,0,0 +445230,251,51,688,35,21,3,0,0,0,0,0,0 +445291,251,51,370,64,53,0,0,0,0,0,0,0 +445292,251,51,373,58,53,0,0,0,0,0,0,0 +445299,251,51,637,96,83,0,0,0,0,0,0,0 +445310,251,51,5897,980,933,45,0,0,0,0,0,0 +446110,251,51,22166,837,306,524,3,0,0,0,0,0 +446120,251,51,2396,200,166,25,0,0,0,0,0,0 +446130,251,51,1461,227,219,3,0,0,0,0,0,0 +446191,251,51,546,134,126,0,0,0,0,0,0,0 +446199,251,51,828,126,117,0,0,0,0,0,0,0 +447110,251,51,6835,1035,1018,13,0,0,0,0,0,0 +447190,251,51,2958,518,506,8,0,0,0,0,0,0 +448110,251,51,1012,110,99,3,0,0,0,0,0,0 +448120,251,51,5817,471,404,58,3,0,0,0,0,0 +448130,251,51,1728,144,119,11,0,0,0,0,0,0 +448140,251,51,15177,464,199,254,7,0,0,0,0,0 +448150,251,51,1045,131,117,6,0,0,0,0,0,0 +448190,251,51,2080,172,133,32,0,0,0,0,0,0 +448210,251,51,3604,358,325,27,0,0,0,0,0,0 +448310,251,51,2038,364,356,3,0,0,0,0,0,0 +448320,251,51,73,15,5,0,0,0,0,0,0,0 +451110,251,51,4275,364,320,32,0,0,0,0,0,0 +451120,251,51,3457,171,108,47,0,0,0,0,0,0 +451130,251,51,524,61,44,3,0,0,0,0,0,0 +451140,251,51,353,54,38,0,0,0,0,0,0,0 +451211,251,51,1776,123,84,29,0,0,0,0,0,0 +451212,251,51,97,23,14,0,0,0,0,0,0,0 +452210,251,51,7593,59,0,16,36,0,0,0,0,0 +452311,251,51,19185,108,0,3,79,16,0,0,0,0 +452319,251,51,5087,346,231,109,0,0,0,0,0,0 +453110,251,51,994,232,221,0,0,0,0,0,0,0 +453210,251,51,1328,81,18,53,0,0,0,0,0,0 +453220,251,51,2869,357,308,46,0,0,0,0,0,0 +453310,251,51,1917,220,192,11,0,0,0,0,0,0 +453910,251,51,2078,177,143,33,0,0,0,0,0,0 +453920,251,51,158,64,59,0,0,0,0,0,0,0 +453991,251,51,551,167,158,0,0,0,0,0,0,0 +453998,251,51,1223,277,272,0,0,0,0,0,0,0 +454110,251,51,6469,580,531,31,6,0,0,0,0,0 +454210,251,51,315,55,45,0,0,0,0,0,0,0 +454310,251,51,3604,332,291,35,0,0,0,0,0,0 +454390,251,51,2610,321,290,22,0,0,0,0,0,0 +481211,251,51,26,15,6,0,0,0,0,0,0,0 +483212,251,51,0,3,0,0,0,0,0,0,0,0 +484110,251,51,3068,358,322,26,0,0,0,0,0,0 +484121,251,51,3206,214,177,11,0,0,0,0,0,0 +484122,251,51,2129,63,20,15,0,0,0,0,0,0 +484210,251,51,2941,179,139,28,4,0,0,0,0,0 +484220,251,51,1788,340,319,10,0,0,0,0,0,0 +484230,251,51,850,72,51,0,0,0,0,0,0,0 +485113,251,51,301,15,3,0,0,0,0,0,0,0 +485210,251,51,438,18,3,0,0,0,0,0,0,0 +485310,251,51,914,118,99,3,0,0,0,0,0,0 +485320,251,51,2271,176,145,10,0,0,0,0,0,0 +485410,251,51,8336,107,22,39,10,5,0,0,0,0 +485510,251,51,365,31,8,3,0,0,0,0,0,0 +485991,251,51,4261,119,70,26,3,0,0,0,0,0 +485999,251,51,655,52,31,0,0,0,0,0,0,0 +486210,251,51,0,3,0,0,0,0,0,0,0,0 +487110,251,51,7,5,4,0,0,0,0,0,0,0 +487210,251,51,15,17,15,0,0,0,0,0,0,0 +488119,251,51,98,4,0,0,0,0,0,0,0,0 +488190,251,51,116,14,3,0,0,0,0,0,0,0 +488210,251,51,198,5,0,3,0,0,0,0,0,0 +488330,251,51,6,3,3,0,0,0,0,0,0,0 +488390,251,51,0,5,3,0,0,0,0,0,0,0 +488410,251,51,1130,171,164,0,0,0,0,0,0,0 +488490,251,51,110,31,27,0,0,0,0,0,0,0 +488510,251,51,1606,186,157,14,0,0,0,0,0,0 +488991,251,51,42,19,8,0,0,0,0,0,0,0 +488999,251,51,0,3,0,0,0,0,0,0,0,0 +492110,251,51,8804,148,99,14,4,0,0,0,0,0 +492210,251,51,557,47,29,0,0,0,0,0,0,0 +493110,251,51,10804,154,97,26,3,0,0,0,0,0 +493120,251,51,367,20,3,3,0,0,0,0,0,0 +493190,251,51,562,35,17,4,0,0,0,0,0,0 +511110,251,51,1879,82,52,6,0,0,0,0,0,0 +511120,251,51,2353,86,58,7,3,3,0,0,0,0 +511130,251,51,2088,43,27,0,0,0,0,0,0,0 +511140,251,51,160,5,0,0,0,0,0,0,0,0 +511199,251,51,0,7,4,0,0,0,0,0,0,0 +511210,251,51,33620,460,285,100,30,19,8,0,0,0 +512110,251,51,722,167,151,3,0,0,0,0,0,0 +512120,251,51,0,3,0,0,0,0,0,0,0,0 +512131,251,51,2349,52,3,18,3,0,0,0,0,0 +512191,251,51,184,18,14,0,0,0,0,0,0,0 +512240,251,51,32,11,9,0,0,0,0,0,0,0 +515112,251,51,279,34,19,0,0,0,0,0,0,0 +515120,251,51,681,24,12,0,0,0,0,0,0,0 +515210,251,51,831,48,30,0,3,0,0,0,0,0 +517311,251,51,10198,565,471,47,21,10,0,0,0,0 +517312,251,51,2543,277,257,9,0,0,0,0,0,0 +517911,251,51,618,94,80,0,0,0,0,0,0,0 +517919,251,51,1702,30,17,0,0,0,0,0,0,0 +518210,251,51,15880,373,262,69,13,7,5,0,0,0 +519110,251,51,11,4,4,0,0,0,0,0,0,0 +519120,251,51,248,33,19,0,0,0,0,0,0,0 +519130,251,51,8507,160,112,20,5,4,0,0,0,0 +519190,251,51,89,7,4,0,0,0,0,0,0,0 +522110,251,51,15112,1015,946,46,6,0,0,0,0,0 +522120,251,51,10564,702,598,84,6,0,0,0,0,0 +522130,251,51,5353,334,288,34,3,0,0,0,0,0 +522210,251,51,0,5,4,0,0,0,0,0,0,0 +522220,251,51,370,55,39,3,0,0,0,0,0,0 +522291,251,51,69,4,0,0,0,0,0,0,0,0 +522292,251,51,2233,239,205,22,0,0,0,0,0,0 +522298,251,51,106,27,14,0,0,0,0,0,0,0 +522310,251,51,912,119,102,0,0,0,0,0,0,0 +522320,251,51,728,45,27,0,3,0,0,0,0,0 +522390,251,51,370,86,79,0,0,0,0,0,0,0 +523110,251,51,100,39,34,0,0,0,0,0,0,0 +523120,251,51,4282,265,237,14,0,0,0,0,0,0 +523130,251,51,11,5,4,0,0,0,0,0,0,0 +523140,251,51,10,4,3,0,0,0,0,0,0,0 +523910,251,51,613,112,102,5,0,0,0,0,0,0 +523920,251,51,6017,695,649,32,0,0,0,0,0,0 +523930,251,51,1426,354,338,8,0,0,0,0,0,0 +523991,251,51,44,28,19,0,0,0,0,0,0,0 +523999,251,51,0,3,0,0,0,0,0,0,0,0 +524113,251,51,7124,127,87,19,3,0,0,0,0,0 +524114,251,51,7792,55,23,3,0,3,3,0,0,0 +524126,251,51,10498,130,76,21,10,0,0,0,0,0 +524210,251,51,12163,1714,1595,110,6,0,0,0,0,0 +524291,251,51,1118,95,77,0,0,0,0,0,0,0 +524292,251,51,3048,71,40,8,3,0,0,0,0,0 +524298,251,51,867,37,16,4,0,0,0,0,0,0 +525990,251,51,11,11,10,0,0,0,0,0,0,0 +531110,251,51,3836,753,727,15,0,0,0,0,0,0 +531120,251,51,2742,566,541,14,0,0,0,0,0,0 +531130,251,51,554,212,203,0,0,0,0,0,0,0 +531190,251,51,119,52,48,0,0,0,0,0,0,0 +531210,251,51,3312,1306,1285,15,0,0,0,0,0,0 +531311,251,51,7980,653,602,31,6,3,0,0,0,0 +531312,251,51,2945,323,287,25,3,0,0,0,0,0 +531320,251,51,553,141,131,0,0,0,0,0,0,0 +531390,251,51,706,221,208,4,0,0,0,0,0,0 +532111,251,51,709,165,159,0,0,0,0,0,0,0 +532112,251,51,0,4,0,0,0,0,0,0,0,0 +532120,251,51,840,90,66,7,0,0,0,0,0,0 +532210,251,51,263,72,65,0,0,0,0,0,0,0 +532281,251,51,26,12,3,0,0,0,0,0,0,0 +532282,251,51,44,10,4,0,0,0,0,0,0,0 +532283,251,51,329,10,0,3,0,0,0,0,0,0 +532284,251,51,59,20,13,0,0,0,0,0,0,0 +532289,251,51,904,68,50,3,0,0,0,0,0,0 +532310,251,51,206,45,33,0,0,0,0,0,0,0 +532411,251,51,13,5,4,0,0,0,0,0,0,0 +532412,251,51,384,48,30,4,0,0,0,0,0,0 +532420,251,51,70,9,3,0,0,0,0,0,0,0 +532490,251,51,1953,107,74,9,0,0,0,0,0,0 +533110,251,51,89,31,14,0,0,0,0,0,0,0 +541110,251,51,10543,2865,2818,37,0,0,0,0,0,0 +541191,251,51,308,65,55,0,0,0,0,0,0,0 +541199,251,51,128,31,23,0,0,0,0,0,0,0 +541211,251,51,6751,941,883,51,0,0,0,0,0,0 +541213,251,51,2597,421,403,12,0,0,0,0,0,0 +541214,251,51,2095,95,66,5,5,0,0,0,0,0 +541219,251,51,3521,530,497,23,0,0,0,0,0,0 +541310,251,51,2433,461,433,21,0,0,0,0,0,0 +541320,251,51,774,102,91,0,0,0,0,0,0,0 +541330,251,51,18530,1203,1037,133,16,6,3,0,0,0 +541340,251,51,35,9,4,0,0,0,0,0,0,0 +541350,251,51,341,86,79,0,0,0,0,0,0,0 +541360,251,51,29,4,0,0,0,0,0,0,0,0 +541370,251,51,566,112,101,0,0,0,0,0,0,0 +541380,251,51,2469,111,82,9,3,0,0,0,0,0 +541410,251,51,555,182,169,3,0,0,0,0,0,0 +541420,251,51,71,21,15,0,0,0,0,0,0,0 +541430,251,51,976,204,190,0,0,0,0,0,0,0 +541490,251,51,59,21,16,0,0,0,0,0,0,0 +541511,251,51,22303,1487,1320,116,23,9,0,0,0,0 +541512,251,51,19272,949,815,87,26,3,0,0,0,0 +541513,251,51,2149,125,107,0,3,0,0,0,0,0 +541519,251,51,2569,290,267,8,0,0,0,0,0,0 +541611,251,51,13440,1231,1138,68,9,0,0,0,0,0 +541612,251,51,2095,186,158,12,3,0,0,0,0,0 +541613,251,51,3753,590,553,18,4,0,0,0,0,0 +541614,251,51,2586,171,148,3,0,0,0,0,0,0 +541618,251,51,172,50,38,0,0,0,0,0,0,0 +541620,251,51,2750,218,187,13,0,0,0,0,0,0 +541690,251,51,2402,393,358,24,0,0,0,0,0,0 +541713,251,51,3599,152,107,22,8,0,0,0,0,0 +541714,251,51,10844,336,222,67,18,6,0,0,0,0 +541715,251,51,34479,533,366,110,22,8,3,9,0,0 +541720,251,51,1775,69,49,9,4,0,0,0,0,0 +541810,251,51,2135,150,124,14,5,0,0,0,0,0 +541820,251,51,626,107,91,3,0,0,0,0,0,0 +541830,251,51,92,15,11,3,0,0,0,0,0,0 +541840,251,51,47,12,4,0,0,0,0,0,0,0 +541850,251,51,383,21,10,3,0,0,0,0,0,0 +541860,251,51,599,51,32,0,0,0,0,0,0,0 +541870,251,51,144,7,0,4,0,0,0,0,0,0 +541890,251,51,1272,126,99,7,0,0,0,0,0,0 +541910,251,51,2916,131,101,14,0,0,0,0,0,0 +541921,251,51,614,150,141,0,0,0,0,0,0,0 +541922,251,51,159,56,46,0,0,0,0,0,0,0 +541930,251,51,732,30,20,0,0,0,0,0,0,0 +541940,251,51,8602,389,311,69,0,0,0,0,0,0 +541990,251,51,1843,334,308,6,0,0,0,0,0,0 +551111,251,51,0,3,0,0,0,0,0,0,0,0 +551112,251,51,1146,81,61,3,0,0,0,0,0,0 +551114,251,51,72657,879,524,208,71,41,19,4,0,0 +561110,251,51,7442,495,422,50,4,0,0,0,0,0 +561210,251,51,973,101,83,3,0,0,0,0,0,0 +561311,251,51,5213,124,78,19,5,0,0,0,0,0 +561312,251,51,642,139,126,0,0,0,0,0,0,0 +561320,251,51,32232,605,291,201,91,14,0,0,0,0 +561330,251,51,1144,24,7,3,0,0,0,0,0,0 +561410,251,51,392,65,51,0,0,0,0,0,0,0 +561421,251,51,196,16,4,0,0,0,0,0,0,0 +561422,251,51,2468,38,16,4,0,0,0,0,0,0 +561431,251,51,156,38,30,0,0,0,0,0,0,0 +561439,251,51,220,54,43,0,0,0,0,0,0,0 +561440,251,51,2429,63,33,3,3,0,0,0,0,0 +561450,251,51,0,3,0,0,0,0,0,0,0,0 +561491,251,51,58,14,7,0,0,0,0,0,0,0 +561492,251,51,62,28,25,0,0,0,0,0,0,0 +561499,251,51,372,50,40,0,0,0,0,0,0,0 +561510,251,51,2664,314,296,3,4,0,0,0,0,0 +561520,251,51,645,50,32,0,0,0,0,0,0,0 +561591,251,51,18,4,0,0,0,0,0,0,0,0 +561599,251,51,412,55,37,0,0,0,0,0,0,0 +561611,251,51,825,78,61,0,0,0,0,0,0,0 +561612,251,51,9357,91,37,6,8,0,3,0,0,0 +561613,251,51,280,8,0,0,0,0,0,0,0,0 +561621,251,51,2431,109,81,17,0,0,0,0,0,0 +561622,251,51,251,67,56,0,0,0,0,0,0,0 +561710,251,51,1498,165,140,14,0,0,0,0,0,0 +561720,251,51,18242,1113,982,97,21,3,0,0,0,0 +561730,251,51,10670,2840,2738,89,9,0,0,0,0,0 +561740,251,51,406,80,71,0,0,0,0,0,0,0 +561790,251,51,1418,226,211,4,0,0,0,0,0,0 +561910,251,51,407,26,17,0,0,0,0,0,0,0 +561920,251,51,3184,124,99,0,0,0,0,0,0,0 +561990,251,51,2219,167,150,0,0,0,0,0,0,0 +562111,251,51,3785,211,163,30,3,0,0,0,0,0 +562112,251,51,0,5,0,0,0,0,0,0,0,0 +562119,251,51,13,6,0,0,0,0,0,0,0,0 +562211,251,51,0,8,4,0,0,0,0,0,0,0 +562212,251,51,0,16,3,0,0,0,0,0,0,0 +562910,251,51,2159,128,89,18,0,0,0,0,0,0 +562920,251,51,229,24,7,0,0,0,0,0,0,0 +562991,251,51,518,65,47,0,0,0,0,0,0,0 +562998,251,51,103,13,0,0,0,0,0,0,0,0 +611110,251,51,26124,364,130,141,74,8,0,0,0,0 +611210,251,51,2037,9,0,0,0,0,0,0,0,0 +611310,251,51,86463,63,7,0,0,4,3,0,0,0 +611420,251,51,162,35,23,0,0,0,0,0,0,0 +611430,251,51,1015,140,118,12,0,0,0,0,0,0 +611511,251,51,188,22,7,0,0,0,0,0,0,0 +611512,251,51,115,10,0,0,0,0,0,0,0,0 +611513,251,51,130,12,3,0,0,0,0,0,0,0 +611519,251,51,1359,87,50,10,0,0,0,0,0,0 +611610,251,51,3483,415,379,26,0,0,0,0,0,0 +611620,251,51,2802,433,398,30,0,0,0,0,0,0 +611630,251,51,1356,22,10,5,0,0,0,0,0,0 +611691,251,51,2871,190,150,25,4,0,0,0,0,0 +611692,251,51,608,98,84,0,0,0,0,0,0,0 +611699,251,51,843,132,109,6,0,0,0,0,0,0 +611710,251,51,1906,201,171,6,0,0,0,0,0,0 +621111,251,51,38245,2408,2008,347,35,9,0,0,0,0 +621112,251,51,1475,190,163,9,0,0,0,0,0,0 +621210,251,51,19763,2504,2369,128,0,0,0,0,0,0 +621310,251,51,1618,523,519,0,0,0,0,0,0,0 +621320,251,51,1593,296,289,0,0,0,0,0,0,0 +621330,251,51,2999,353,314,16,0,0,0,0,0,0 +621340,251,51,6269,575,514,49,0,0,0,0,0,0 +621391,251,51,621,134,128,0,0,0,0,0,0,0 +621399,251,51,1217,271,255,8,0,0,0,0,0,0 +621410,251,51,101,24,9,0,0,0,0,0,0,0 +621420,251,51,7803,228,108,94,16,0,0,0,0,0 +621492,251,51,282,155,81,60,0,0,0,0,0,0 +621493,251,51,2528,95,45,29,0,0,0,0,0,0 +621498,251,51,7117,187,117,48,5,0,0,0,0,0 +621511,251,51,5445,233,197,8,7,0,0,0,0,0 +621512,251,51,1516,103,75,9,0,0,0,0,0,0 +621610,251,51,33570,547,244,197,81,14,0,0,0,0 +621910,251,51,6374,104,23,56,3,3,0,0,0,0 +621991,251,51,431,7,3,0,0,0,0,0,0,0 +621999,251,51,801,51,31,0,0,0,0,0,0,0 +622110,251,51,71427,48,0,0,0,0,5,10,0,0 +622210,251,51,8714,22,0,0,0,0,0,0,0,0 +622310,251,51,1622,11,0,0,0,0,0,0,0,0 +623110,251,51,40995,366,74,95,174,16,0,0,0,0 +623210,251,51,20501,1088,841,216,13,0,0,0,0,0 +623220,251,51,7089,267,197,44,8,0,0,0,0,0 +623311,251,51,8828,80,6,32,19,3,0,0,0,0 +623312,251,51,7936,179,65,92,10,0,0,0,0,0 +623990,251,51,2904,93,46,22,0,0,0,0,0,0 +624110,251,51,3930,207,142,55,0,0,0,0,0,0 +624120,251,51,49982,558,296,202,49,0,0,0,0,0 +624190,251,51,10005,456,342,94,7,0,0,0,0,0 +624210,251,51,615,77,60,0,0,0,0,0,0,0 +624221,251,51,1764,69,37,21,0,0,0,0,0,0 +624229,251,51,1029,78,55,3,0,0,0,0,0,0 +624230,251,51,84,12,5,0,0,0,0,0,0,0 +624310,251,51,3517,130,72,40,3,0,0,0,0,0 +624410,251,51,24098,1672,1254,400,14,0,0,0,0,0 +711110,251,51,434,40,27,5,0,0,0,0,0,0 +711120,251,51,23,3,0,0,0,0,0,0,0,0 +711130,251,51,95,53,47,0,0,0,0,0,0,0 +711211,251,51,0,6,0,0,0,0,0,0,0,0 +711219,251,51,13,3,0,0,0,0,0,0,0,0 +711310,251,51,1117,54,25,11,0,0,0,0,0,0 +711320,251,51,497,66,55,0,0,0,0,0,0,0 +711410,251,51,171,51,43,0,0,0,0,0,0,0 +711510,251,51,483,170,160,0,0,0,0,0,0,0 +712110,251,51,1419,99,74,7,0,0,0,0,0,0 +712120,251,51,425,62,52,0,0,0,0,0,0,0 +712130,251,51,11,6,0,0,0,0,0,0,0,0 +713120,251,51,787,55,24,10,0,0,0,0,0,0 +713910,251,51,4493,220,149,59,0,0,0,0,0,0 +713920,251,51,0,3,0,0,0,0,0,0,0,0 +713930,251,51,679,105,95,3,0,0,0,0,0,0 +713940,251,51,21064,936,700,179,51,0,0,0,0,0 +713950,251,51,1181,56,29,7,0,0,0,0,0,0 +713990,251,51,2892,366,322,36,0,0,0,0,0,0 +721110,251,51,11743,353,189,135,17,0,0,0,0,0 +721191,251,51,176,29,21,0,0,0,0,0,0,0 +721211,251,51,92,31,18,0,0,0,0,0,0,0 +721214,251,51,178,29,21,0,0,0,0,0,0,0 +721310,251,51,35,13,10,0,0,0,0,0,0,0 +722310,251,51,11567,811,684,115,5,0,0,0,0,0 +722320,251,51,4243,259,198,49,0,0,0,0,0,0 +722330,251,51,125,69,63,0,0,0,0,0,0,0 +722410,251,51,3278,403,366,31,0,0,0,0,0,0 +722511,251,51,94796,4164,2557,1521,85,0,0,0,0,0 +722513,251,51,50146,3774,2934,822,15,0,0,0,0,0 +722514,251,51,234,29,16,0,0,0,0,0,0,0 +722515,251,51,25711,1738,1277,454,4,0,0,0,0,0 +811111,251,51,5865,1512,1492,18,0,0,0,0,0,0 +811112,251,51,88,20,12,0,0,0,0,0,0,0 +811113,251,51,151,53,45,0,0,0,0,0,0,0 +811118,251,51,98,26,17,0,0,0,0,0,0,0 +811121,251,51,4817,821,789,24,0,0,0,0,0,0 +811122,251,51,717,125,116,3,0,0,0,0,0,0 +811191,251,51,876,128,123,0,0,0,0,0,0,0 +811192,251,51,2058,314,292,11,0,0,0,0,0,0 +811198,251,51,147,34,24,0,0,0,0,0,0,0 +811211,251,51,45,24,15,0,0,0,0,0,0,0 +811212,251,51,576,94,76,0,0,0,0,0,0,0 +811213,251,51,105,23,12,0,0,0,0,0,0,0 +811219,251,51,1955,73,48,4,0,0,0,0,0,0 +811310,251,51,2016,256,234,13,0,0,0,0,0,0 +811411,251,51,41,20,13,0,0,0,0,0,0,0 +811412,251,51,328,64,55,0,0,0,0,0,0,0 +811420,251,51,299,67,60,0,0,0,0,0,0,0 +811430,251,51,25,9,7,0,0,0,0,0,0,0 +811490,251,51,568,139,129,4,0,0,0,0,0,0 +812111,251,51,239,65,58,0,0,0,0,0,0,0 +812112,251,51,11905,1850,1764,75,3,0,0,0,0,0 +812113,251,51,2521,633,626,0,0,0,0,0,0,0 +812191,251,51,666,75,42,20,0,0,0,0,0,0 +812199,251,51,2345,423,393,23,0,0,0,0,0,0 +812210,251,51,1714,287,274,6,0,0,0,0,0,0 +812220,251,51,526,78,67,0,0,0,0,0,0,0 +812310,251,51,788,213,204,0,0,0,0,0,0,0 +812320,251,51,2957,497,473,19,0,0,0,0,0,0 +812331,251,51,43,18,3,0,0,0,0,0,0,0 +812332,251,51,0,7,0,0,0,0,0,0,0,0 +812910,251,51,2930,453,426,24,0,0,0,0,0,0 +812930,251,51,845,136,118,9,0,0,0,0,0,0 +812990,251,51,1377,284,271,0,0,0,0,0,0,0 +813110,251,51,17786,2078,1905,163,4,0,0,0,0,0 +813211,251,51,737,204,194,0,0,0,0,0,0,0 +813212,251,51,861,97,86,0,0,0,0,0,0,0 +813219,251,51,263,50,41,0,0,0,0,0,0,0 +813311,251,51,218,42,35,0,0,0,0,0,0,0 +813312,251,51,1041,147,127,4,0,0,0,0,0,0 +813319,251,51,1507,94,75,3,0,0,0,0,0,0 +813410,251,51,4753,598,555,34,0,0,0,0,0,0 +813910,251,51,1008,207,195,5,0,0,0,0,0,0 +813920,251,51,933,117,106,0,0,0,0,0,0,0 +813930,251,51,1911,298,281,5,0,0,0,0,0,0 +813940,251,51,97,30,25,0,0,0,0,0,0,0 +813990,251,51,1007,163,148,0,0,0,0,0,0,0 +114111,251,52,51,14,14,0,0,0,0,0,0,0 +114112,251,52,26,25,24,0,0,0,0,0,0,0 +115210,251,52,32,10,8,0,0,0,0,0,0,0 +212321,251,52,0,3,0,0,0,0,0,0,0,0 +221112,251,52,144,7,0,0,0,0,0,0,0,0 +221115,251,52,19,3,0,0,0,0,0,0,0,0 +221122,251,52,1065,12,4,0,0,0,0,0,0,0 +221210,251,52,0,9,3,0,0,0,0,0,0,0 +221310,251,52,15,3,0,0,0,0,0,0,0,0 +221330,251,52,0,5,0,0,0,0,0,0,0,0 +236115,251,52,629,111,106,0,0,0,0,0,0,0 +236116,251,52,1148,12,9,0,0,0,0,0,0,0 +236117,251,52,369,94,90,0,0,0,0,0,0,0 +236118,251,52,1877,500,483,17,0,0,0,0,0,0 +236210,251,52,0,4,0,0,0,0,0,0,0,0 +236220,251,52,2461,79,60,13,0,0,0,0,0,0 +237110,251,52,822,24,15,3,0,0,0,0,0,0 +237120,251,52,604,3,0,0,0,0,0,0,0,0 +237130,251,52,242,16,6,4,0,0,0,0,0,0 +237210,251,52,72,16,11,0,0,0,0,0,0,0 +237310,251,52,216,15,6,0,0,0,0,0,0,0 +237990,251,52,131,19,15,0,0,0,0,0,0,0 +238110,251,52,232,33,26,0,0,0,0,0,0,0 +238120,251,52,190,8,4,0,0,0,0,0,0,0 +238130,251,52,163,43,39,0,0,0,0,0,0,0 +238140,251,52,163,54,49,0,0,0,0,0,0,0 +238150,251,52,279,17,11,0,0,0,0,0,0,0 +238160,251,52,220,37,31,0,0,0,0,0,0,0 +238170,251,52,17,16,16,0,0,0,0,0,0,0 +238190,251,52,20,10,9,0,0,0,0,0,0,0 +238210,251,52,2025,223,209,11,0,0,0,0,0,0 +238220,251,52,2060,341,322,16,0,0,0,0,0,0 +238290,251,52,145,10,3,0,0,0,0,0,0,0 +238310,251,52,629,52,47,0,0,0,0,0,0,0 +238320,251,52,449,145,141,0,0,0,0,0,0,0 +238330,251,52,205,54,52,0,0,0,0,0,0,0 +238340,251,52,104,19,15,0,0,0,0,0,0,0 +238350,251,52,373,87,85,0,0,0,0,0,0,0 +238390,251,52,191,23,16,0,0,0,0,0,0,0 +238910,251,52,655,96,89,5,0,0,0,0,0,0 +238990,251,52,452,79,74,3,0,0,0,0,0,0 +311352,251,52,51,11,3,0,0,0,0,0,0,0 +311421,251,52,32,3,0,0,0,0,0,0,0,0 +311612,251,52,0,5,0,0,0,0,0,0,0,0 +311710,251,52,397,4,0,0,0,0,0,0,0,0 +311811,251,52,403,35,29,3,0,0,0,0,0,0 +311812,251,52,774,16,7,0,0,0,0,0,0,0 +311813,251,52,193,3,0,0,0,0,0,0,0,0 +311991,251,52,0,3,0,0,0,0,0,0,0,0 +311999,251,52,32,3,0,0,0,0,0,0,0,0 +312120,251,52,0,6,0,0,0,0,0,0,0,0 +312130,251,52,33,4,0,0,0,0,0,0,0,0 +312140,251,52,23,4,0,0,0,0,0,0,0,0 +314910,251,52,130,8,4,0,0,0,0,0,0,0 +314999,251,52,10,4,3,0,0,0,0,0,0,0 +315220,251,52,346,4,0,0,0,0,0,0,0,0 +321918,251,52,31,7,4,0,0,0,0,0,0,0 +321999,251,52,16,11,11,0,0,0,0,0,0,0 +323111,251,52,685,45,36,0,0,0,0,0,0,0 +323113,251,52,30,6,0,0,0,0,0,0,0,0 +323120,251,52,102,3,0,0,0,0,0,0,0,0 +325411,251,52,8,3,3,0,0,0,0,0,0,0 +325412,251,52,0,3,0,0,0,0,0,0,0,0 +327320,251,52,67,3,0,0,0,0,0,0,0,0 +332322,251,52,68,3,0,0,0,0,0,0,0,0 +332323,251,52,19,4,3,0,0,0,0,0,0,0 +332710,251,52,72,11,7,0,0,0,0,0,0,0 +334510,251,52,68,4,0,0,0,0,0,0,0,0 +334513,251,52,19,4,3,0,0,0,0,0,0,0 +334519,251,52,0,3,0,0,0,0,0,0,0,0 +335999,251,52,14,3,0,0,0,0,0,0,0,0 +336612,251,52,20,7,6,0,0,0,0,0,0,0 +337110,251,52,46,11,9,0,0,0,0,0,0,0 +337212,251,52,0,3,0,0,0,0,0,0,0,0 +339113,251,52,86,4,0,0,0,0,0,0,0,0 +339116,251,52,70,16,11,0,0,0,0,0,0,0 +339910,251,52,56,11,8,0,0,0,0,0,0,0 +339950,251,52,219,10,6,0,0,0,0,0,0,0 +339999,251,52,78,23,19,0,0,0,0,0,0,0 +423110,251,52,0,3,0,0,0,0,0,0,0,0 +423120,251,52,295,21,14,0,0,0,0,0,0,0 +423130,251,52,29,3,0,0,0,0,0,0,0,0 +423210,251,52,475,23,18,0,0,0,0,0,0,0 +423220,251,52,89,12,7,0,0,0,0,0,0,0 +423310,251,52,264,10,0,0,0,0,0,0,0,0 +423320,251,52,39,6,3,0,0,0,0,0,0,0 +423390,251,52,94,4,0,0,0,0,0,0,0,0 +423420,251,52,362,55,48,0,0,0,0,0,0,0 +423430,251,52,312,15,7,5,0,0,0,0,0,0 +423440,251,52,59,8,4,0,0,0,0,0,0,0 +423450,251,52,206,18,12,3,0,0,0,0,0,0 +423490,251,52,75,11,9,0,0,0,0,0,0,0 +423510,251,52,103,8,3,0,0,0,0,0,0,0 +423610,251,52,182,21,16,0,0,0,0,0,0,0 +423690,251,52,304,23,16,0,0,0,0,0,0,0 +423710,251,52,167,11,4,5,0,0,0,0,0,0 +423720,251,52,125,8,0,0,0,0,0,0,0,0 +423730,251,52,27,6,6,0,0,0,0,0,0,0 +423810,251,52,30,3,0,0,0,0,0,0,0,0 +423830,251,52,117,24,19,0,0,0,0,0,0,0 +423840,251,52,29,3,0,0,0,0,0,0,0,0 +423850,251,52,10,5,4,0,0,0,0,0,0,0 +423910,251,52,36,9,5,0,0,0,0,0,0,0 +423920,251,52,16,3,0,0,0,0,0,0,0,0 +423930,251,52,138,8,3,0,0,0,0,0,0,0 +423940,251,52,260,29,26,0,0,0,0,0,0,0 +423990,251,52,35,13,11,0,0,0,0,0,0,0 +424120,251,52,0,4,0,0,0,0,0,0,0,0 +424130,251,52,47,6,6,0,0,0,0,0,0,0 +424210,251,52,35,20,8,0,0,0,0,0,0,0 +424310,251,52,26,5,3,0,0,0,0,0,0,0 +424320,251,52,86,14,6,0,0,0,0,0,0,0 +424330,251,52,108,9,3,0,0,0,0,0,0,0 +424340,251,52,0,4,0,0,0,0,0,0,0,0 +424410,251,52,180,5,0,0,0,0,0,0,0,0 +424420,251,52,413,8,0,0,0,0,0,0,0,0 +424430,251,52,67,4,0,0,0,0,0,0,0,0 +424440,251,52,99,5,0,0,0,0,0,0,0,0 +424450,251,52,88,5,0,0,0,0,0,0,0,0 +424460,251,52,808,44,27,12,0,0,0,0,0,0 +424470,251,52,319,18,11,3,0,0,0,0,0,0 +424480,251,52,1391,56,36,12,4,0,0,0,0,0 +424490,251,52,522,35,29,0,0,0,0,0,0,0 +424690,251,52,72,13,8,0,0,0,0,0,0,0 +424710,251,52,130,8,3,3,0,0,0,0,0,0 +424720,251,52,156,5,0,0,0,0,0,0,0,0 +424810,251,52,32,5,3,0,0,0,0,0,0,0 +424820,251,52,8,5,5,0,0,0,0,0,0,0 +424920,251,52,206,12,6,5,0,0,0,0,0,0 +424930,251,52,247,16,6,0,0,0,0,0,0,0 +424940,251,52,0,3,0,0,0,0,0,0,0,0 +424950,251,52,0,3,0,0,0,0,0,0,0,0 +424990,251,52,119,26,19,0,0,0,0,0,0,0 +425120,251,52,1169,77,69,0,0,0,0,0,0,0 +441110,251,52,2034,46,15,18,6,0,0,0,0,0 +441120,251,52,122,38,32,0,0,0,0,0,0,0 +441222,251,52,230,23,16,3,0,0,0,0,0,0 +441228,251,52,80,9,6,0,0,0,0,0,0,0 +441310,251,52,516,57,55,0,0,0,0,0,0,0 +441320,251,52,232,26,20,3,0,0,0,0,0,0 +442110,251,52,364,76,73,0,0,0,0,0,0,0 +442210,251,52,168,34,29,0,0,0,0,0,0,0 +442291,251,52,27,11,6,0,0,0,0,0,0,0 +442299,251,52,883,85,67,15,0,0,0,0,0,0 +443141,251,52,149,19,13,0,0,0,0,0,0,0 +443142,251,52,880,73,66,4,0,0,0,0,0,0 +444110,251,52,303,12,0,0,3,0,0,0,0,0 +444120,251,52,131,21,18,0,0,0,0,0,0,0 +444130,251,52,380,49,48,0,0,0,0,0,0,0 +444190,251,52,1230,100,89,7,0,0,0,0,0,0 +444220,251,52,208,24,20,4,0,0,0,0,0,0 +445110,251,52,11919,287,185,54,42,4,0,0,0,0 +445120,251,52,1359,371,368,0,0,0,0,0,0,0 +445210,251,52,75,17,15,0,0,0,0,0,0,0 +445220,251,52,234,36,32,0,0,0,0,0,0,0 +445230,251,52,132,12,5,3,0,0,0,0,0,0 +445291,251,52,61,14,9,0,0,0,0,0,0,0 +445292,251,52,56,13,10,0,0,0,0,0,0,0 +445299,251,52,166,23,21,0,0,0,0,0,0,0 +445310,251,52,1712,250,240,8,0,0,0,0,0,0 +446110,251,52,5728,193,75,111,4,0,0,0,0,0 +446120,251,52,439,68,61,7,0,0,0,0,0,0 +446130,251,52,332,50,47,0,0,0,0,0,0,0 +446191,251,52,74,23,21,0,0,0,0,0,0,0 +446199,251,52,76,19,16,0,0,0,0,0,0,0 +447110,251,52,1020,159,157,0,0,0,0,0,0,0 +447190,251,52,371,65,63,0,0,0,0,0,0,0 +448110,251,52,357,51,46,0,0,0,0,0,0,0 +448120,251,52,2047,147,124,20,0,0,0,0,0,0 +448130,251,52,157,25,21,0,0,0,0,0,0,0 +448140,251,52,3748,144,91,46,7,0,0,0,0,0 +448150,251,52,265,44,42,0,0,0,0,0,0,0 +448190,251,52,415,43,33,7,0,0,0,0,0,0 +448210,251,52,929,95,87,5,0,0,0,0,0,0 +448310,251,52,600,125,119,6,0,0,0,0,0,0 +448320,251,52,56,11,10,0,0,0,0,0,0,0 +451110,251,52,484,74,71,0,0,0,0,0,0,0 +451120,251,52,250,22,16,3,0,0,0,0,0,0 +451130,251,52,82,15,9,0,0,0,0,0,0,0 +451140,251,52,100,9,4,0,0,0,0,0,0,0 +451211,251,52,588,39,28,7,0,0,0,0,0,0 +452210,251,52,332,3,0,0,0,0,0,0,0,0 +452311,251,52,443,8,0,0,3,0,0,0,0,0 +452319,251,52,957,74,47,21,0,0,0,0,0,0 +453110,251,52,215,63,60,0,0,0,0,0,0,0 +453210,251,52,223,14,0,10,0,0,0,0,0,0 +453220,251,52,971,166,160,3,0,0,0,0,0,0 +453310,251,52,515,82,76,0,0,0,0,0,0,0 +453910,251,52,250,27,21,0,0,0,0,0,0,0 +453920,251,52,188,68,65,0,0,0,0,0,0,0 +453991,251,52,133,40,39,0,0,0,0,0,0,0 +453998,251,52,113,32,27,0,0,0,0,0,0,0 +454110,251,52,4183,105,92,5,0,0,0,0,0,0 +454210,251,52,28,7,3,0,0,0,0,0,0,0 +454310,251,52,499,34,27,4,0,0,0,0,0,0 +454390,251,52,172,53,51,0,0,0,0,0,0,0 +481111,251,52,7776,37,24,3,0,0,0,0,0,0 +481112,251,52,24,7,6,0,0,0,0,0,0,0 +483114,251,52,0,3,0,0,0,0,0,0,0,0 +483212,251,52,11,5,3,0,0,0,0,0,0,0 +484110,251,52,353,49,43,0,0,0,0,0,0,0 +484121,251,52,210,26,18,0,0,0,0,0,0,0 +484122,251,52,0,4,0,0,0,0,0,0,0,0 +484210,251,52,266,35,34,0,0,0,0,0,0,0 +484220,251,52,142,35,33,0,0,0,0,0,0,0 +484230,251,52,0,7,4,0,0,0,0,0,0,0 +485113,251,52,0,4,0,0,0,0,0,0,0,0 +485210,251,52,228,5,0,0,0,0,0,0,0,0 +485310,251,52,797,48,41,3,0,0,0,0,0,0 +485320,251,52,388,41,32,0,0,0,0,0,0,0 +485410,251,52,59,10,3,3,0,0,0,0,0,0 +485510,251,52,118,4,0,0,0,0,0,0,0,0 +485991,251,52,563,15,8,0,0,0,0,0,0,0 +485999,251,52,98,12,10,0,0,0,0,0,0,0 +487110,251,52,261,3,0,0,0,0,0,0,0,0 +487210,251,52,484,27,20,0,0,0,0,0,0,0 +488119,251,52,1972,21,3,4,4,0,0,0,0,0 +488190,251,52,18,6,4,0,0,0,0,0,0,0 +488330,251,52,136,9,3,3,0,0,0,0,0,0 +488390,251,52,0,3,0,0,0,0,0,0,0,0 +488410,251,52,247,33,25,0,0,0,0,0,0,0 +488490,251,52,408,4,0,0,0,0,0,0,0,0 +488510,251,52,1224,90,70,17,0,0,0,0,0,0 +492110,251,52,1085,36,21,5,0,0,0,0,0,0 +492210,251,52,165,8,3,0,0,0,0,0,0,0 +493110,251,52,528,9,4,0,0,0,0,0,0,0 +493190,251,52,0,6,0,0,0,0,0,0,0,0 +511110,251,52,2327,32,18,6,0,0,0,0,0,0 +511120,251,52,319,28,22,3,0,0,0,0,0,0 +511130,251,52,2986,24,6,8,3,0,0,0,0,0 +511140,251,52,11,4,4,0,0,0,0,0,0,0 +511199,251,52,26,4,3,0,0,0,0,0,0,0 +511210,251,52,6120,137,76,46,7,3,0,0,0,0 +512110,251,52,244,44,40,0,0,0,0,0,0,0 +512120,251,52,84,3,0,3,0,0,0,0,0,0 +512131,251,52,421,14,5,0,0,0,0,0,0,0 +512191,251,52,40,6,4,0,0,0,0,0,0,0 +512240,251,52,44,7,4,0,0,0,0,0,0,0 +515112,251,52,731,21,11,6,0,0,0,0,0,0 +515120,251,52,1408,7,0,3,0,0,0,0,0,0 +515210,251,52,23,4,0,0,0,0,0,0,0,0 +517311,251,52,1988,131,104,18,5,0,0,0,0,0 +517312,251,52,690,70,61,6,0,0,0,0,0,0 +517410,251,52,0,3,0,0,0,0,0,0,0,0 +517911,251,52,51,13,9,0,0,0,0,0,0,0 +517919,251,52,62,7,5,0,0,0,0,0,0,0 +518210,251,52,3235,117,75,31,10,0,0,0,0,0 +519110,251,52,159,5,0,0,0,0,0,0,0,0 +519120,251,52,322,24,17,0,0,0,0,0,0,0 +519130,251,52,3449,73,49,13,8,0,0,0,0,0 +519190,251,52,93,5,3,0,0,0,0,0,0,0 +522110,251,52,16475,337,295,18,7,9,0,0,0,0 +522120,251,52,1470,94,79,9,0,0,0,0,0,0 +522130,251,52,659,43,36,4,0,0,0,0,0,0 +522210,251,52,0,4,3,0,0,0,0,0,0,0 +522220,251,52,308,18,9,5,0,0,0,0,0,0 +522291,251,52,128,11,8,0,0,0,0,0,0,0 +522292,251,52,446,34,26,3,0,0,0,0,0,0 +522298,251,52,269,9,3,0,0,0,0,0,0,0 +522310,251,52,202,23,17,0,0,0,0,0,0,0 +522320,251,52,347,13,11,0,0,0,0,0,0,0 +522390,251,52,507,54,53,0,0,0,0,0,0,0 +523110,251,52,1426,85,65,18,0,0,0,0,0,0 +523120,251,52,6793,166,113,34,8,6,0,0,0,0 +523130,251,52,0,4,0,0,0,0,0,0,0,0 +523910,251,52,1464,122,104,17,0,0,0,0,0,0 +523920,251,52,20626,481,351,90,21,7,7,4,0,0 +523930,251,52,1993,134,115,15,0,0,0,0,0,0 +523991,251,52,341,16,11,0,0,0,0,0,0,0 +523999,251,52,1268,21,11,3,5,0,0,0,0,0 +524113,251,52,5262,60,44,7,6,0,0,0,0,0 +524114,251,52,3856,23,11,6,0,0,0,0,0,0 +524126,251,52,7902,70,41,16,3,6,0,0,0,0 +524127,251,52,0,8,3,3,0,0,0,0,0,0 +524130,251,52,65,3,0,0,0,0,0,0,0,0 +524210,251,52,2872,345,318,22,5,0,0,0,0,0 +524291,251,52,286,15,12,0,0,0,0,0,0,0 +524292,251,52,226,10,8,0,0,0,0,0,0,0 +524298,251,52,358,10,4,3,0,0,0,0,0,0 +525990,251,52,7,4,4,0,0,0,0,0,0,0 +531110,251,52,1729,294,279,12,0,0,0,0,0,0 +531120,251,52,1589,157,142,7,0,0,0,0,0,0 +531130,251,52,76,23,21,0,0,0,0,0,0,0 +531190,251,52,10,9,6,0,0,0,0,0,0,0 +531210,251,52,2087,476,457,16,0,0,0,0,0,0 +531311,251,52,4239,349,307,31,5,0,0,0,0,0 +531312,251,52,2110,109,89,11,6,0,0,0,0,0 +531320,251,52,56,20,19,0,0,0,0,0,0,0 +531390,251,52,453,72,68,0,0,0,0,0,0,0 +532111,251,52,999,63,52,5,3,0,0,0,0,0 +532120,251,52,98,9,6,0,0,0,0,0,0,0 +532210,251,52,0,11,10,0,0,0,0,0,0,0 +532283,251,52,16,3,0,0,0,0,0,0,0,0 +532284,251,52,130,16,12,0,0,0,0,0,0,0 +532289,251,52,221,15,8,0,0,0,0,0,0,0 +532310,251,52,24,3,0,0,0,0,0,0,0,0 +532411,251,52,0,4,3,0,0,0,0,0,0,0 +532412,251,52,104,6,0,3,0,0,0,0,0,0 +532420,251,52,108,5,3,0,0,0,0,0,0,0 +532490,251,52,431,38,32,0,0,0,0,0,0,0 +533110,251,52,180,5,0,3,0,0,0,0,0,0 +541110,251,52,15629,1131,997,104,20,5,0,0,0,0 +541199,251,52,34,8,7,0,0,0,0,0,0,0 +541211,251,52,9993,158,128,14,8,0,4,0,0,0 +541213,251,52,497,77,71,4,0,0,0,0,0,0 +541214,251,52,328,17,11,0,0,0,0,0,0,0 +541219,251,52,653,120,113,0,0,0,0,0,0,0 +541310,251,52,3710,218,173,36,5,0,0,0,0,0 +541320,251,52,283,33,26,3,0,0,0,0,0,0 +541330,251,52,8818,211,152,43,10,3,0,0,0,0 +541340,251,52,0,3,0,0,0,0,0,0,0,0 +541350,251,52,30,21,20,0,0,0,0,0,0,0 +541370,251,52,211,23,18,0,0,0,0,0,0,0 +541380,251,52,51,11,7,0,0,0,0,0,0,0 +541410,251,52,398,96,93,3,0,0,0,0,0,0 +541420,251,52,93,5,0,0,0,0,0,0,0,0 +541430,251,52,288,71,68,0,0,0,0,0,0,0 +541490,251,52,13,6,6,0,0,0,0,0,0,0 +541511,251,52,6493,368,294,58,11,3,0,0,0,0 +541512,251,52,3866,141,102,27,8,3,0,0,0,0 +541513,251,52,480,22,19,0,0,0,0,0,0,0 +541519,251,52,1219,60,55,0,0,0,0,0,0,0 +541611,251,52,9725,345,284,39,11,6,4,0,0,0 +541612,251,52,1221,52,36,10,0,0,0,0,0,0 +541613,251,52,2405,141,122,14,0,0,0,0,0,0 +541614,251,52,229,24,22,0,0,0,0,0,0,0 +541618,251,52,27,8,6,0,0,0,0,0,0,0 +541620,251,52,375,37,28,7,0,0,0,0,0,0 +541690,251,52,2008,117,97,14,0,0,0,0,0,0 +541713,251,52,586,41,34,3,0,0,0,0,0,0 +541714,251,52,717,46,35,10,0,0,0,0,0,0 +541715,251,52,3363,93,70,14,3,0,0,0,0,0 +541720,251,52,342,28,24,3,0,0,0,0,0,0 +541810,251,52,2565,76,54,15,3,0,0,0,0,0 +541820,251,52,1341,92,70,19,0,0,0,0,0,0 +541830,251,52,195,7,3,0,0,0,0,0,0,0 +541840,251,52,43,7,5,0,0,0,0,0,0,0 +541850,251,52,38,10,8,0,0,0,0,0,0,0 +541860,251,52,77,13,9,0,0,0,0,0,0,0 +541870,251,52,0,4,0,0,0,0,0,0,0,0 +541890,251,52,380,20,13,3,0,0,0,0,0,0 +541910,251,52,883,50,39,9,0,0,0,0,0,0 +541921,251,52,107,27,26,0,0,0,0,0,0,0 +541922,251,52,47,21,20,0,0,0,0,0,0,0 +541930,251,52,161,12,9,0,0,0,0,0,0,0 +541940,251,52,883,54,43,9,0,0,0,0,0,0 +541990,251,52,736,91,87,0,3,0,0,0,0,0 +551111,251,52,161,3,0,0,0,0,0,0,0,0 +551112,251,52,479,34,26,5,0,0,0,0,0,0 +551114,251,52,21721,188,115,38,20,7,0,0,0,0 +561110,251,52,2206,118,93,18,3,0,0,0,0,0 +561210,251,52,852,29,23,0,0,0,0,0,0,0 +561311,251,52,758,40,30,7,0,0,0,0,0,0 +561312,251,52,590,57,49,5,0,0,0,0,0,0 +561320,251,52,10116,211,124,53,18,10,0,0,0,0 +561330,251,52,278,7,0,4,0,0,0,0,0,0 +561410,251,52,186,13,9,0,0,0,0,0,0,0 +561422,251,52,87,4,0,0,0,0,0,0,0,0 +561431,251,52,142,11,7,0,0,0,0,0,0,0 +561439,251,52,824,51,44,3,0,0,0,0,0,0 +561440,251,52,6,3,3,0,0,0,0,0,0,0 +561492,251,52,107,13,10,0,0,0,0,0,0,0 +561499,251,52,15,9,9,0,0,0,0,0,0,0 +561510,251,52,409,102,98,3,0,0,0,0,0,0 +561520,251,52,1172,23,14,3,0,0,0,0,0,0 +561599,251,52,82,17,15,0,0,0,0,0,0,0 +561611,251,52,41,12,10,0,0,0,0,0,0,0 +561612,251,52,5192,52,23,12,8,4,0,0,0,0 +561621,251,52,214,15,8,0,0,0,0,0,0,0 +561622,251,52,59,15,11,0,0,0,0,0,0,0 +561710,251,52,165,24,19,0,0,0,0,0,0,0 +561720,251,52,3947,263,234,22,3,0,0,0,0,0 +561730,251,52,2183,496,476,16,0,0,0,0,0,0 +561740,251,52,119,19,12,0,0,0,0,0,0,0 +561790,251,52,206,30,26,0,0,0,0,0,0,0 +561920,251,52,616,34,23,3,0,0,0,0,0,0 +561990,251,52,451,55,47,5,0,0,0,0,0,0 +562111,251,52,682,35,26,3,0,0,0,0,0,0 +562219,251,52,42,4,0,0,0,0,0,0,0,0 +562910,251,52,185,8,3,0,0,0,0,0,0,0 +562920,251,52,44,6,0,0,0,0,0,0,0,0 +562991,251,52,48,15,12,0,0,0,0,0,0,0 +611110,251,52,3487,80,37,31,4,0,0,0,0,0 +611210,251,52,850,7,0,0,0,0,0,0,0,0 +611310,251,52,52584,37,5,3,4,7,3,5,0,0 +611420,251,52,71,7,3,0,0,0,0,0,0,0 +611430,251,52,448,54,44,8,0,0,0,0,0,0 +611511,251,52,30,5,3,0,0,0,0,0,0,0 +611513,251,52,203,10,3,5,0,0,0,0,0,0 +611519,251,52,414,18,10,0,0,0,0,0,0,0 +611610,251,52,505,60,56,3,0,0,0,0,0,0 +611620,251,52,550,65,56,5,0,0,0,0,0,0 +611630,251,52,422,24,14,10,0,0,0,0,0,0 +611691,251,52,990,33,24,6,0,0,0,0,0,0 +611692,251,52,96,17,11,0,0,0,0,0,0,0 +611699,251,52,352,39,33,0,0,0,0,0,0,0 +611710,251,52,1281,75,55,15,0,0,0,0,0,0 +621111,251,52,12539,378,325,36,8,0,0,0,0,0 +621112,251,52,97,18,15,0,0,0,0,0,0,0 +621210,251,52,2672,379,364,15,0,0,0,0,0,0 +621310,251,52,255,86,84,0,0,0,0,0,0,0 +621320,251,52,245,55,53,0,0,0,0,0,0,0 +621330,251,52,301,44,33,3,0,0,0,0,0,0 +621340,251,52,719,106,102,0,0,0,0,0,0,0 +621391,251,52,63,20,20,0,0,0,0,0,0,0 +621399,251,52,351,47,39,3,0,0,0,0,0,0 +621410,251,52,161,4,0,0,0,0,0,0,0,0 +621420,251,52,1256,63,36,18,0,0,0,0,0,0 +621492,251,52,216,10,0,4,0,0,0,0,0,0 +621493,251,52,221,15,8,0,0,0,0,0,0,0 +621498,251,52,6105,48,9,16,9,5,0,0,0,0 +621511,251,52,228,39,32,3,0,0,0,0,0,0 +621512,251,52,36,10,7,0,0,0,0,0,0,0 +621610,251,52,5221,87,33,33,8,3,0,0,0,0 +621910,251,52,446,12,3,4,0,0,0,0,0,0 +621999,251,52,171,11,6,0,0,0,0,0,0,0 +622110,251,52,76463,12,0,0,0,0,0,0,0,7 +622210,251,52,804,3,0,0,0,0,0,0,0,0 +622310,251,52,11538,8,0,0,0,0,0,0,0,0 +623110,251,52,5506,50,6,10,23,3,0,0,0,0 +623210,251,52,2003,188,168,19,0,0,0,0,0,0 +623220,251,52,2110,88,60,21,0,0,0,0,0,0 +623311,251,52,1152,15,0,6,0,0,0,0,0,0 +623312,251,52,1023,30,9,16,0,0,0,0,0,0 +623990,251,52,61,6,0,0,0,0,0,0,0,0 +624110,251,52,2175,109,81,22,0,0,0,0,0,0 +624120,251,52,4049,117,71,32,7,0,0,0,0,0 +624190,251,52,3049,185,142,35,4,0,0,0,0,0 +624210,251,52,323,19,8,3,0,0,0,0,0,0 +624221,251,52,1345,28,10,8,3,0,0,0,0,0 +624229,251,52,657,58,52,0,0,0,0,0,0,0 +624310,251,52,2957,38,11,9,4,0,0,0,0,0 +624410,251,52,4333,301,236,62,0,0,0,0,0,0 +711110,251,52,751,29,13,9,0,0,0,0,0,0 +711120,251,52,0,3,0,0,0,0,0,0,0,0 +711130,251,52,905,26,17,5,0,0,0,0,0,0 +711211,251,52,2190,4,0,0,0,0,0,0,0,0 +711310,251,52,2122,35,20,3,6,0,0,0,0,0 +711320,251,52,244,18,12,4,0,0,0,0,0,0 +711410,251,52,54,20,17,0,0,0,0,0,0,0 +711510,251,52,92,55,54,0,0,0,0,0,0,0 +712110,251,52,1870,38,28,0,0,0,0,0,0,0 +712120,251,52,221,28,22,3,0,0,0,0,0,0 +713120,251,52,52,8,4,0,0,0,0,0,0,0 +713910,251,52,349,28,19,5,0,0,0,0,0,0 +713930,251,52,442,54,47,5,0,0,0,0,0,0 +713940,251,52,4058,188,125,55,6,0,0,0,0,0 +713950,251,52,377,14,0,0,0,0,0,0,0,0 +713990,251,52,419,78,69,4,0,0,0,0,0,0 +721110,251,52,14171,258,164,49,23,16,4,0,0,0 +721191,251,52,148,70,67,0,0,0,0,0,0,0 +721199,251,52,12,11,11,0,0,0,0,0,0,0 +721211,251,52,61,12,11,0,0,0,0,0,0,0 +721214,251,52,40,5,3,0,0,0,0,0,0,0 +721310,251,52,70,11,7,0,0,0,0,0,0,0 +722310,251,52,5715,249,174,64,6,0,0,0,0,0 +722320,251,52,1436,72,59,8,3,0,0,0,0,0 +722330,251,52,110,21,18,0,0,0,0,0,0,0 +722410,251,52,3883,158,94,57,4,0,0,0,0,0 +722511,251,52,32119,1435,871,536,25,0,0,0,0,0 +722513,251,52,12547,1034,833,199,0,0,0,0,0,0 +722514,251,52,145,8,4,0,0,0,0,0,0,0 +722515,251,52,5684,441,349,90,0,0,0,0,0,0 +811111,251,52,1059,210,201,4,0,0,0,0,0,0 +811112,251,52,10,4,3,0,0,0,0,0,0,0 +811113,251,52,52,13,11,0,0,0,0,0,0,0 +811118,251,52,18,5,4,0,0,0,0,0,0,0 +811121,251,52,931,131,124,4,0,0,0,0,0,0 +811122,251,52,70,24,24,0,0,0,0,0,0,0 +811191,251,52,145,16,7,0,0,0,0,0,0,0 +811192,251,52,321,45,41,0,0,0,0,0,0,0 +811198,251,52,12,5,4,0,0,0,0,0,0,0 +811212,251,52,34,10,7,0,0,0,0,0,0,0 +811219,251,52,15,4,3,0,0,0,0,0,0,0 +811310,251,52,68,18,16,0,0,0,0,0,0,0 +811411,251,52,7,3,3,0,0,0,0,0,0,0 +811412,251,52,16,7,6,0,0,0,0,0,0,0 +811420,251,52,65,11,4,0,0,0,0,0,0,0 +811490,251,52,211,53,52,0,0,0,0,0,0,0 +812111,251,52,72,27,24,0,0,0,0,0,0,0 +812112,251,52,2675,405,378,25,0,0,0,0,0,0 +812113,251,52,970,133,126,4,0,0,0,0,0,0 +812191,251,52,61,11,7,0,0,0,0,0,0,0 +812199,251,52,442,76,70,4,0,0,0,0,0,0 +812210,251,52,337,50,47,0,0,0,0,0,0,0 +812220,251,52,93,10,9,0,0,0,0,0,0,0 +812310,251,52,195,60,56,0,0,0,0,0,0,0 +812320,251,52,731,101,94,3,0,0,0,0,0,0 +812910,251,52,394,69,64,3,0,0,0,0,0,0 +812930,251,52,3518,273,231,37,0,0,0,0,0,0 +812990,251,52,368,49,43,0,0,0,0,0,0,0 +813110,251,52,3281,400,367,30,3,0,0,0,0,0 +813211,251,52,1760,120,102,10,0,0,0,0,0,0 +813212,251,52,467,33,28,0,0,0,0,0,0,0 +813219,251,52,333,28,25,0,0,0,0,0,0,0 +813311,251,52,359,42,38,3,0,0,0,0,0,0 +813312,251,52,1039,59,44,11,0,0,0,0,0,0 +813319,251,52,1991,88,69,16,0,0,0,0,0,0 +813410,251,52,2514,175,139,32,4,0,0,0,0,0 +813910,251,52,635,87,74,7,0,0,0,0,0,0 +813920,251,52,433,45,38,6,0,0,0,0,0,0 +813930,251,52,1037,101,88,11,0,0,0,0,0,0 +813940,251,52,68,18,17,0,0,0,0,0,0,0 +813990,251,52,611,112,104,5,0,0,0,0,0,0 +113310,259,52,45,14,11,0,0,0,0,0,0,0 +115210,259,52,23,11,6,0,0,0,0,0,0,0 +212321,259,52,21,4,3,0,0,0,0,0,0,0 +221111,259,52,8,8,5,0,0,0,0,0,0,0 +221112,259,52,121,4,0,0,0,0,0,0,0,0 +221122,259,52,253,13,0,3,0,0,0,0,0,0 +221210,259,52,0,5,0,0,0,0,0,0,0,0 +236115,259,52,659,171,162,0,0,0,0,0,0,0 +236116,259,52,0,3,0,0,0,0,0,0,0,0 +236117,259,52,205,82,74,0,0,0,0,0,0,0 +236118,259,52,1501,467,455,4,0,0,0,0,0,0 +236210,259,52,35,3,0,0,0,0,0,0,0,0 +236220,259,52,1055,84,64,11,0,0,0,0,0,0 +237110,259,52,94,16,11,0,0,0,0,0,0,0 +237130,259,52,62,10,6,0,0,0,0,0,0,0 +237210,259,52,33,8,3,0,0,0,0,0,0,0 +237310,259,52,288,32,24,0,0,0,0,0,0,0 +237990,259,52,0,3,0,0,0,0,0,0,0,0 +238110,259,52,227,41,34,0,0,0,0,0,0,0 +238120,259,52,0,3,0,0,0,0,0,0,0,0 +238130,259,52,53,29,27,0,0,0,0,0,0,0 +238140,259,52,190,66,60,0,0,0,0,0,0,0 +238150,259,52,156,7,0,0,0,0,0,0,0,0 +238160,259,52,567,52,42,4,0,0,0,0,0,0 +238170,259,52,103,37,31,0,0,0,0,0,0,0 +238190,259,52,175,9,3,0,0,0,0,0,0,0 +238210,259,52,2303,315,288,19,0,0,0,0,0,0 +238220,259,52,2521,384,353,20,0,0,0,0,0,0 +238290,259,52,146,14,11,0,0,0,0,0,0,0 +238310,259,52,368,46,34,0,0,0,0,0,0,0 +238320,259,52,359,134,122,0,0,0,0,0,0,0 +238330,259,52,237,48,40,3,0,0,0,0,0,0 +238340,259,52,17,9,8,0,0,0,0,0,0,0 +238350,259,52,303,117,107,0,0,0,0,0,0,0 +238390,259,52,16,7,5,0,0,0,0,0,0,0 +238910,259,52,1038,166,146,3,0,0,0,0,0,0 +238990,259,52,339,100,89,3,0,0,0,0,0,0 +311412,259,52,105,3,0,0,0,0,0,0,0,0 +311811,259,52,92,11,8,0,0,0,0,0,0,0 +311812,259,52,368,13,3,0,0,0,0,0,0,0 +312120,259,52,119,14,12,0,0,0,0,0,0,0 +312130,259,52,6,4,4,0,0,0,0,0,0,0 +314999,259,52,61,4,0,0,0,0,0,0,0,0 +315210,259,52,0,3,3,0,0,0,0,0,0,0 +321113,259,52,124,11,0,3,0,0,0,0,0,0 +321920,259,52,61,7,3,0,0,0,0,0,0,0 +321999,259,52,4,4,4,0,0,0,0,0,0,0 +322211,259,52,0,3,0,0,0,0,0,0,0,0 +322219,259,52,66,4,0,0,0,0,0,0,0,0 +322220,259,52,743,10,0,3,3,0,0,0,0,0 +322230,259,52,110,4,0,0,0,0,0,0,0,0 +323111,259,52,1444,61,37,12,0,0,0,0,0,0 +323113,259,52,8,7,0,0,0,0,0,0,0,0 +323120,259,52,106,4,0,0,0,0,0,0,0,0 +324121,259,52,25,3,0,0,0,0,0,0,0,0 +325180,259,52,0,3,0,0,0,0,0,0,0,0 +325211,259,52,272,4,0,3,0,0,0,0,0,0 +325510,259,52,42,4,0,0,0,0,0,0,0,0 +325612,259,52,71,3,0,0,0,0,0,0,0,0 +325998,259,52,94,6,3,0,0,0,0,0,0,0 +326160,259,52,0,3,0,0,0,0,0,0,0,0 +326199,259,52,938,30,8,3,0,0,0,0,0,0 +327320,259,52,39,3,0,0,0,0,0,0,0,0 +327991,259,52,72,8,4,0,0,0,0,0,0,0 +331221,259,52,87,3,0,0,0,0,0,0,0,0 +331523,259,52,0,3,0,0,0,0,0,0,0,0 +331524,259,52,0,3,0,0,0,0,0,0,0,0 +332119,259,52,96,9,3,0,0,0,0,0,0,0 +332216,259,52,748,6,3,0,0,0,0,0,0,0 +332321,259,52,0,3,0,0,0,0,0,0,0,0 +332322,259,52,412,11,3,4,0,0,0,0,0,0 +332323,259,52,70,3,0,0,0,0,0,0,0,0 +332510,259,52,23,3,0,0,0,0,0,0,0,0 +332710,259,52,1724,87,58,18,3,0,0,0,0,0 +332721,259,52,486,22,10,5,0,0,0,0,0,0 +332812,259,52,173,9,3,3,0,0,0,0,0,0 +332813,259,52,584,9,0,0,0,0,0,0,0,0 +332994,259,52,0,4,0,0,0,0,0,0,0,0 +332999,259,52,227,8,3,0,0,0,0,0,0,0 +333243,259,52,85,4,0,0,0,0,0,0,0,0 +333249,259,52,23,4,3,0,0,0,0,0,0,0 +333314,259,52,319,4,0,0,0,0,0,0,0,0 +333318,259,52,116,5,0,3,0,0,0,0,0,0 +333511,259,52,208,6,0,0,0,0,0,0,0,0 +333514,259,52,65,10,5,0,0,0,0,0,0,0 +333515,259,52,81,10,0,0,0,0,0,0,0,0 +333519,259,52,0,3,0,0,0,0,0,0,0,0 +333613,259,52,0,3,0,0,0,0,0,0,0,0 +333999,259,52,24,5,3,0,0,0,0,0,0,0 +336390,259,52,0,3,0,0,0,0,0,0,0,0 +336413,259,52,130,3,0,0,0,0,0,0,0,0 +337110,259,52,50,9,6,0,0,0,0,0,0,0 +337212,259,52,90,6,0,0,0,0,0,0,0,0 +337910,259,52,0,3,0,0,0,0,0,0,0,0 +339113,259,52,180,5,0,0,0,0,0,0,0,0 +339116,259,52,0,5,4,0,0,0,0,0,0,0 +339920,259,52,0,4,0,0,0,0,0,0,0,0 +339930,259,52,0,4,0,0,0,0,0,0,0,0 +339950,259,52,141,10,3,0,0,0,0,0,0,0 +339999,259,52,108,30,21,0,0,0,0,0,0,0 +423110,259,52,102,9,3,0,0,0,0,0,0,0 +423120,259,52,343,19,9,3,0,0,0,0,0,0 +423130,259,52,39,3,0,0,0,0,0,0,0,0 +423210,259,52,130,5,0,0,0,0,0,0,0,0 +423220,259,52,16,4,3,0,0,0,0,0,0,0 +423310,259,52,222,11,7,0,0,0,0,0,0,0 +423330,259,52,104,6,3,0,0,0,0,0,0,0 +423390,259,52,70,10,0,0,0,0,0,0,0,0 +423420,259,52,111,15,11,0,0,0,0,0,0,0 +423430,259,52,20,8,0,0,0,0,0,0,0,0 +423440,259,52,142,7,6,0,0,0,0,0,0,0 +423490,259,52,9,6,0,0,0,0,0,0,0,0 +423510,259,52,111,10,6,0,0,0,0,0,0,0 +423610,259,52,634,32,18,3,0,0,0,0,0,0 +423690,259,52,156,8,0,3,0,0,0,0,0,0 +423710,259,52,54,7,4,0,0,0,0,0,0,0 +423720,259,52,119,12,8,0,0,0,0,0,0,0 +423730,259,52,108,12,11,0,0,0,0,0,0,0 +423810,259,52,92,8,0,0,0,0,0,0,0,0 +423820,259,52,23,3,0,0,0,0,0,0,0,0 +423830,259,52,586,53,39,9,0,0,0,0,0,0 +423840,259,52,249,17,13,3,0,0,0,0,0,0 +423850,259,52,96,10,4,0,0,0,0,0,0,0 +423910,259,52,66,6,3,0,0,0,0,0,0,0 +423920,259,52,18,3,0,0,0,0,0,0,0,0 +423930,259,52,262,19,11,3,0,0,0,0,0,0 +423940,259,52,12,4,4,0,0,0,0,0,0,0 +423990,259,52,61,16,10,0,0,0,0,0,0,0 +424120,259,52,51,5,0,0,0,0,0,0,0,0 +424130,259,52,376,16,10,6,0,0,0,0,0,0 +424210,259,52,403,13,4,0,0,0,0,0,0,0 +424320,259,52,0,3,0,0,0,0,0,0,0,0 +424330,259,52,25,5,3,0,0,0,0,0,0,0 +424410,259,52,0,3,0,0,0,0,0,0,0,0 +424420,259,52,0,4,0,0,0,0,0,0,0,0 +424450,259,52,0,3,0,0,0,0,0,0,0,0 +424460,259,52,32,7,3,0,0,0,0,0,0,0 +424490,259,52,530,32,18,3,0,0,0,0,0,0 +424610,259,52,99,4,0,3,0,0,0,0,0,0 +424690,259,52,144,15,9,0,0,0,0,0,0,0 +424710,259,52,0,4,0,0,0,0,0,0,0,0 +424810,259,52,38,7,3,0,0,0,0,0,0,0 +424820,259,52,15,3,0,0,0,0,0,0,0,0 +424910,259,52,107,7,0,0,0,0,0,0,0,0 +424930,259,52,186,9,5,0,0,0,0,0,0,0 +424990,259,52,14,17,10,0,0,0,0,0,0,0 +425120,259,52,154,53,49,0,0,0,0,0,0,0 +441110,259,52,2851,65,13,38,6,0,0,0,0,0 +441120,259,52,284,75,72,0,0,0,0,0,0,0 +441222,259,52,3,6,3,0,0,0,0,0,0,0 +441228,259,52,160,20,3,0,0,0,0,0,0,0 +441310,259,52,886,91,86,4,0,0,0,0,0,0 +441320,259,52,501,48,37,0,0,0,0,0,0,0 +442110,259,52,385,64,56,0,0,0,0,0,0,0 +442210,259,52,188,32,22,0,0,0,0,0,0,0 +442299,259,52,541,53,35,3,0,0,0,0,0,0 +443141,259,52,155,19,9,0,0,0,0,0,0,0 +443142,259,52,513,55,47,0,0,0,0,0,0,0 +444110,259,52,917,11,3,0,8,0,0,0,0,0 +444120,259,52,42,12,6,0,0,0,0,0,0,0 +444130,259,52,439,43,31,3,0,0,0,0,0,0 +444190,259,52,976,122,107,3,0,0,0,0,0,0 +444210,259,52,132,17,9,0,0,0,0,0,0,0 +444220,259,52,334,43,26,0,0,0,0,0,0,0 +445110,259,52,9838,215,129,32,44,0,0,0,0,0 +445120,259,52,650,175,158,0,0,0,0,0,0,0 +445210,259,52,90,10,4,0,0,0,0,0,0,0 +445220,259,52,29,10,8,0,0,0,0,0,0,0 +445230,259,52,38,6,3,0,0,0,0,0,0,0 +445291,259,52,21,6,4,0,0,0,0,0,0,0 +445299,259,52,116,16,6,0,0,0,0,0,0,0 +445310,259,52,1393,208,194,0,0,0,0,0,0,0 +446110,259,52,3071,143,62,65,0,0,0,0,0,0 +446120,259,52,243,27,16,3,0,0,0,0,0,0 +446130,259,52,142,31,24,0,0,0,0,0,0,0 +446191,259,52,38,16,14,0,0,0,0,0,0,0 +446199,259,52,186,21,16,0,0,0,0,0,0,0 +447110,259,52,1733,219,208,4,0,0,0,0,0,0 +447190,259,52,273,54,43,0,0,0,0,0,0,0 +448110,259,52,147,16,4,0,0,0,0,0,0,0 +448120,259,52,731,104,96,0,0,0,0,0,0,0 +448130,259,52,145,16,4,0,0,0,0,0,0,0 +448140,259,52,1809,117,78,32,0,0,0,0,0,0 +448150,259,52,32,12,6,0,0,0,0,0,0,0 +448190,259,52,287,31,15,3,0,0,0,0,0,0 +448210,259,52,582,70,59,3,0,0,0,0,0,0 +448310,259,52,328,74,70,0,0,0,0,0,0,0 +451110,259,52,485,78,70,0,0,0,0,0,0,0 +451120,259,52,371,22,3,3,0,0,0,0,0,0 +451130,259,52,124,10,5,0,0,0,0,0,0,0 +451140,259,52,32,8,0,3,0,0,0,0,0,0 +451211,259,52,406,29,18,0,0,0,0,0,0,0 +452210,259,52,866,7,0,3,4,0,0,0,0,0 +452311,259,52,2586,17,0,0,12,3,0,0,0,0 +452319,259,52,1316,106,70,23,0,0,0,0,0,0 +453110,259,52,103,27,19,0,0,0,0,0,0,0 +453210,259,52,104,16,0,5,0,0,0,0,0,0 +453220,259,52,397,85,72,3,0,0,0,0,0,0 +453310,259,52,506,62,56,0,0,0,0,0,0,0 +453910,259,52,366,27,14,5,0,0,0,0,0,0 +453920,259,52,57,23,18,0,0,0,0,0,0,0 +453991,259,52,78,27,26,0,0,0,0,0,0,0 +453998,259,52,232,48,38,0,0,0,0,0,0,0 +454110,259,52,443,84,72,0,0,0,0,0,0,0 +454210,259,52,0,3,0,0,0,0,0,0,0,0 +454310,259,52,827,80,62,4,0,0,0,0,0,0 +454390,259,52,251,62,58,0,0,0,0,0,0,0 +481111,259,52,0,3,0,0,0,0,0,0,0,0 +484110,259,52,374,70,62,0,0,0,0,0,0,0 +484121,259,52,608,47,30,7,0,0,0,0,0,0 +484122,259,52,326,9,4,4,0,0,0,0,0,0 +484210,259,52,133,23,15,0,0,0,0,0,0,0 +484220,259,52,389,59,49,0,0,0,0,0,0,0 +484230,259,52,50,9,6,0,0,0,0,0,0,0 +485210,259,52,0,5,3,0,0,0,0,0,0,0 +485310,259,52,60,16,12,0,0,0,0,0,0,0 +485320,259,52,148,12,4,0,0,0,0,0,0,0 +485410,259,52,2158,31,0,8,4,0,0,0,0,0 +485510,259,52,72,8,5,0,0,0,0,0,0,0 +485991,259,52,329,15,3,0,0,0,0,0,0,0 +485999,259,52,16,7,3,0,0,0,0,0,0,0 +487210,259,52,2,3,3,0,0,0,0,0,0,0 +488190,259,52,0,6,0,0,0,0,0,0,0,0 +488210,259,52,48,4,0,0,0,0,0,0,0,0 +488410,259,52,206,17,9,3,0,0,0,0,0,0 +488510,259,52,212,18,14,0,0,0,0,0,0,0 +492110,259,52,711,27,12,3,0,0,0,0,0,0 +493110,259,52,674,13,4,3,0,0,0,0,0,0 +493120,259,52,112,3,0,0,0,0,0,0,0,0 +511110,259,52,585,18,0,0,0,0,0,0,0,0 +511120,259,52,71,10,5,0,0,0,0,0,0,0 +511130,259,52,129,17,11,0,0,0,0,0,0,0 +511210,259,52,264,24,12,0,0,0,0,0,0,0 +512110,259,52,137,21,16,0,0,0,0,0,0,0 +512131,259,52,125,10,0,0,0,0,0,0,0,0 +515112,259,52,109,6,0,3,0,0,0,0,0,0 +515120,259,52,204,3,0,0,0,0,0,0,0,0 +517311,259,52,1235,83,61,7,3,0,0,0,0,0 +517312,259,52,285,43,38,0,0,0,0,0,0,0 +517919,259,52,0,4,0,0,0,0,0,0,0,0 +518210,259,52,269,18,8,0,0,0,0,0,0,0 +519120,259,52,86,14,6,0,0,0,0,0,0,0 +519130,259,52,8,11,4,0,0,0,0,0,0,0 +522110,259,52,1098,119,108,0,0,0,0,0,0,0 +522120,259,52,2377,190,157,14,0,0,0,0,0,0 +522130,259,52,629,62,45,7,0,0,0,0,0,0 +522291,259,52,15,5,4,0,0,0,0,0,0,0 +522292,259,52,38,7,4,0,0,0,0,0,0,0 +522298,259,52,19,6,4,0,0,0,0,0,0,0 +522310,259,52,47,4,3,0,0,0,0,0,0,0 +522390,259,52,27,12,11,0,0,0,0,0,0,0 +523120,259,52,184,37,30,0,0,0,0,0,0,0 +523910,259,52,27,7,0,0,0,0,0,0,0,0 +523920,259,52,542,71,64,0,0,0,0,0,0,0 +523930,259,52,97,25,22,0,0,0,0,0,0,0 +523991,259,52,7,3,3,0,0,0,0,0,0,0 +524113,259,52,0,12,8,0,0,0,0,0,0,0 +524114,259,52,0,6,0,0,0,0,0,0,0,0 +524126,259,52,466,18,11,3,0,0,0,0,0,0 +524127,259,52,13,4,0,0,0,0,0,0,0,0 +524210,259,52,1730,263,240,15,0,0,0,0,0,0 +524291,259,52,37,8,7,0,0,0,0,0,0,0 +524292,259,52,335,8,4,0,0,0,0,0,0,0 +531110,259,52,1137,122,112,3,0,0,0,0,0,0 +531120,259,52,333,96,88,0,0,0,0,0,0,0 +531130,259,52,71,29,24,0,0,0,0,0,0,0 +531190,259,52,24,10,9,0,0,0,0,0,0,0 +531210,259,52,398,185,180,0,0,0,0,0,0,0 +531311,259,52,993,131,108,5,0,0,0,0,0,0 +531312,259,52,143,29,23,0,0,0,0,0,0,0 +531320,259,52,35,16,15,0,0,0,0,0,0,0 +531390,259,52,19,8,7,0,0,0,0,0,0,0 +532111,259,52,121,26,19,0,0,0,0,0,0,0 +532120,259,52,110,16,13,0,0,0,0,0,0,0 +532210,259,52,0,19,18,0,0,0,0,0,0,0 +532284,259,52,14,16,15,0,0,0,0,0,0,0 +532289,259,52,134,17,12,0,0,0,0,0,0,0 +532310,259,52,23,7,0,0,0,0,0,0,0,0 +532412,259,52,0,3,0,0,0,0,0,0,0,0 +532490,259,52,33,7,4,0,0,0,0,0,0,0 +533110,259,52,0,3,0,0,0,0,0,0,0,0 +541110,259,52,1748,439,426,8,0,0,0,0,0,0 +541191,259,52,8,4,4,0,0,0,0,0,0,0 +541211,259,52,700,118,108,4,0,0,0,0,0,0 +541213,259,52,557,77,69,0,0,0,0,0,0,0 +541214,259,52,191,11,3,0,0,0,0,0,0,0 +541219,259,52,388,77,65,0,0,0,0,0,0,0 +541310,259,52,265,58,44,0,0,0,0,0,0,0 +541320,259,52,97,12,4,0,0,0,0,0,0,0 +541330,259,52,1207,101,90,5,3,0,0,0,0,0 +541340,259,52,7,4,4,0,0,0,0,0,0,0 +541350,259,52,11,11,11,0,0,0,0,0,0,0 +541370,259,52,118,21,7,0,0,0,0,0,0,0 +541380,259,52,512,19,8,4,0,0,0,0,0,0 +541410,259,52,46,23,22,0,0,0,0,0,0,0 +541430,259,52,104,23,14,0,0,0,0,0,0,0 +541490,259,52,14,4,3,0,0,0,0,0,0,0 +541511,259,52,458,90,85,0,0,0,0,0,0,0 +541512,259,52,289,56,41,7,0,0,0,0,0,0 +541513,259,52,31,7,6,0,0,0,0,0,0,0 +541519,259,52,26,18,14,0,0,0,0,0,0,0 +541611,259,52,1333,93,80,3,0,0,0,0,0,0 +541612,259,52,19,5,3,0,0,0,0,0,0,0 +541613,259,52,98,43,35,0,0,0,0,0,0,0 +541614,259,52,15,4,3,0,0,0,0,0,0,0 +541620,259,52,233,39,30,0,0,0,0,0,0,0 +541690,259,52,111,31,27,0,0,0,0,0,0,0 +541715,259,52,45,11,6,0,0,0,0,0,0,0 +541810,259,52,100,28,22,0,0,0,0,0,0,0 +541860,259,52,9,3,3,0,0,0,0,0,0,0 +541890,259,52,97,11,7,0,0,0,0,0,0,0 +541910,259,52,19,4,0,0,0,0,0,0,0,0 +541921,259,52,55,27,25,0,0,0,0,0,0,0 +541922,259,52,100,6,3,0,0,0,0,0,0,0 +541940,259,52,1055,84,63,6,0,0,0,0,0,0 +541990,259,52,150,39,37,0,0,0,0,0,0,0 +551112,259,52,38,7,3,0,0,0,0,0,0,0 +551114,259,52,3800,79,35,27,3,3,0,0,0,0 +561110,259,52,771,56,35,0,0,0,0,0,0,0 +561210,259,52,23,9,0,0,0,0,0,0,0,0 +561311,259,52,189,6,0,0,0,0,0,0,0,0 +561312,259,52,15,4,3,0,0,0,0,0,0,0 +561320,259,52,3126,64,22,15,11,0,0,0,0,0 +561410,259,52,16,5,4,0,0,0,0,0,0,0 +561421,259,52,65,4,0,0,0,0,0,0,0,0 +561431,259,52,23,3,0,0,0,0,0,0,0,0 +561439,259,52,0,3,0,0,0,0,0,0,0,0 +561492,259,52,8,3,3,0,0,0,0,0,0,0 +561499,259,52,3,3,3,0,0,0,0,0,0,0 +561510,259,52,77,31,26,0,0,0,0,0,0,0 +561599,259,52,0,5,3,0,0,0,0,0,0,0 +561612,259,52,424,8,0,0,0,0,0,0,0,0 +561613,259,52,141,4,0,0,0,0,0,0,0,0 +561621,259,52,153,14,11,0,0,0,0,0,0,0 +561622,259,52,18,4,3,0,0,0,0,0,0,0 +561710,259,52,135,20,10,0,0,0,0,0,0,0 +561720,259,52,1513,155,134,13,0,0,0,0,0,0 +561730,259,52,2110,611,592,7,0,0,0,0,0,0 +561740,259,52,66,11,9,0,0,0,0,0,0,0 +561790,259,52,96,37,31,0,0,0,0,0,0,0 +561920,259,52,31,18,18,0,0,0,0,0,0,0 +561990,259,52,237,25,14,3,0,0,0,0,0,0 +562111,259,52,455,36,21,3,0,0,0,0,0,0 +562910,259,52,254,18,14,3,0,0,0,0,0,0 +562920,259,52,0,5,3,0,0,0,0,0,0,0 +562991,259,52,49,9,5,0,0,0,0,0,0,0 +562998,259,52,36,3,0,0,0,0,0,0,0,0 +611110,259,52,5212,79,17,41,7,0,0,0,0,0 +611310,259,52,14362,13,0,0,0,0,0,0,0,0 +611430,259,52,62,23,17,0,0,0,0,0,0,0 +611511,259,52,23,3,0,0,0,0,0,0,0,0 +611519,259,52,185,15,3,3,0,0,0,0,0,0 +611610,259,52,474,77,64,0,0,0,0,0,0,0 +611620,259,52,323,54,45,0,0,0,0,0,0,0 +611630,259,52,0,3,0,0,0,0,0,0,0,0 +611691,259,52,104,16,13,0,0,0,0,0,0,0 +611692,259,52,78,16,14,0,0,0,0,0,0,0 +611699,259,52,110,20,8,0,0,0,0,0,0,0 +611710,259,52,624,36,25,0,0,0,0,0,0,0 +621111,259,52,6829,350,265,62,5,0,0,0,0,0 +621112,259,52,74,20,15,0,0,0,0,0,0,0 +621210,259,52,2582,331,309,12,0,0,0,0,0,0 +621310,259,52,256,88,84,0,0,0,0,0,0,0 +621320,259,52,215,30,23,0,0,0,0,0,0,0 +621330,259,52,415,55,44,0,0,0,0,0,0,0 +621340,259,52,911,96,89,0,0,0,0,0,0,0 +621391,259,52,48,17,15,0,0,0,0,0,0,0 +621399,259,52,134,40,32,0,0,0,0,0,0,0 +621410,259,52,0,6,0,0,0,0,0,0,0,0 +621420,259,52,2168,52,10,16,3,0,0,0,0,0 +621492,259,52,0,6,0,0,0,0,0,0,0,0 +621493,259,52,193,9,6,3,0,0,0,0,0,0 +621498,259,52,890,35,10,5,0,0,0,0,0,0 +621511,259,52,0,6,3,0,0,0,0,0,0,0 +621512,259,52,217,7,3,0,0,0,0,0,0,0 +621610,259,52,4682,103,33,43,10,0,0,0,0,0 +621910,259,52,844,17,0,3,0,0,0,0,0,0 +621999,259,52,230,10,3,0,0,0,0,0,0,0 +622110,259,52,10451,5,0,0,0,0,0,0,0,0 +622310,259,52,733,3,0,0,0,0,0,0,0,0 +623110,259,52,7383,68,6,17,34,0,0,0,0,0 +623210,259,52,4448,190,156,24,0,0,0,0,0,0 +623220,259,52,1293,67,52,5,3,0,0,0,0,0 +623311,259,52,591,8,0,0,0,0,0,0,0,0 +623312,259,52,1161,23,0,9,0,0,0,0,0,0 +623990,259,52,786,32,9,11,0,0,0,0,0,0 +624110,259,52,932,51,30,11,0,0,0,0,0,0 +624120,259,52,3617,106,55,32,7,0,0,0,0,0 +624190,259,52,1372,103,85,10,0,0,0,0,0,0 +624210,259,52,188,27,10,0,0,0,0,0,0,0 +624221,259,52,499,16,3,3,0,0,0,0,0,0 +624229,259,52,414,19,9,0,0,0,0,0,0,0 +624230,259,52,43,4,3,0,0,0,0,0,0,0 +624310,259,52,1777,50,20,15,3,0,0,0,0,0 +624410,259,52,2507,232,190,33,0,0,0,0,0,0 +711110,259,52,219,11,0,0,0,0,0,0,0,0 +711130,259,52,0,4,3,0,0,0,0,0,0,0 +711310,259,52,273,10,0,0,0,0,0,0,0,0 +711320,259,52,45,11,7,0,0,0,0,0,0,0 +711410,259,52,0,3,3,0,0,0,0,0,0,0 +711510,259,52,110,48,42,0,0,0,0,0,0,0 +712110,259,52,545,28,7,0,0,0,0,0,0,0 +712120,259,52,61,11,10,0,0,0,0,0,0,0 +713910,259,52,619,59,48,3,0,0,0,0,0,0 +713920,259,52,513,4,0,0,0,0,0,0,0,0 +713930,259,52,77,11,4,0,0,0,0,0,0,0 +713940,259,52,2143,100,57,22,0,0,0,0,0,0 +713950,259,52,176,12,0,0,0,0,0,0,0,0 +713990,259,52,245,76,69,0,0,0,0,0,0,0 +721110,259,52,3891,152,104,28,3,0,0,0,0,0 +721191,259,52,132,54,46,0,0,0,0,0,0,0 +721211,259,52,9,9,8,0,0,0,0,0,0,0 +721214,259,52,114,18,13,0,0,0,0,0,0,0 +721310,259,52,9,4,3,0,0,0,0,0,0,0 +722310,259,52,1224,79,56,21,0,0,0,0,0,0 +722320,259,52,468,51,39,0,0,0,0,0,0,0 +722330,259,52,6,11,11,0,0,0,0,0,0,0 +722410,259,52,1045,136,120,13,0,0,0,0,0,0 +722511,259,52,14088,894,639,252,0,0,0,0,0,0 +722513,259,52,7168,557,432,121,0,0,0,0,0,0 +722514,259,52,82,6,0,0,0,0,0,0,0,0 +722515,259,52,2879,240,183,44,0,0,0,0,0,0 +811111,259,52,1130,277,270,4,0,0,0,0,0,0 +811113,259,52,26,8,6,0,0,0,0,0,0,0 +811118,259,52,35,5,3,0,0,0,0,0,0,0 +811121,259,52,787,108,99,3,0,0,0,0,0,0 +811122,259,52,109,19,16,0,0,0,0,0,0,0 +811191,259,52,121,16,10,0,0,0,0,0,0,0 +811192,259,52,168,38,36,0,0,0,0,0,0,0 +811212,259,52,30,8,6,0,0,0,0,0,0,0 +811310,259,52,208,37,30,0,0,0,0,0,0,0 +811412,259,52,30,10,9,0,0,0,0,0,0,0 +811420,259,52,13,5,4,0,0,0,0,0,0,0 +811490,259,52,27,17,13,0,0,0,0,0,0,0 +812111,259,52,11,5,4,0,0,0,0,0,0,0 +812112,259,52,1348,242,230,8,0,0,0,0,0,0 +812113,259,52,113,31,25,0,0,0,0,0,0,0 +812191,259,52,51,5,3,0,0,0,0,0,0,0 +812199,259,52,225,47,42,0,0,0,0,0,0,0 +812210,259,52,305,56,47,3,0,0,0,0,0,0 +812220,259,52,84,23,22,0,0,0,0,0,0,0 +812310,259,52,98,26,17,0,0,0,0,0,0,0 +812320,259,52,145,31,30,0,0,0,0,0,0,0 +812332,259,52,0,4,0,0,0,0,0,0,0,0 +812910,259,52,218,62,55,0,0,0,0,0,0,0 +812930,259,52,12,18,14,0,0,0,0,0,0,0 +812990,259,52,154,31,27,0,0,0,0,0,0,0 +813110,259,52,3045,406,376,22,0,0,0,0,0,0 +813211,259,52,891,35,20,4,0,0,0,0,0,0 +813212,259,52,0,4,3,0,0,0,0,0,0,0 +813219,259,52,71,12,7,0,0,0,0,0,0,0 +813311,259,52,40,14,9,0,0,0,0,0,0,0 +813312,259,52,431,57,40,3,0,0,0,0,0,0 +813319,259,52,109,31,22,0,0,0,0,0,0,0 +813410,259,52,1420,143,122,4,0,0,0,0,0,0 +813910,259,52,105,32,23,0,0,0,0,0,0,0 +813920,259,52,133,25,20,0,0,0,0,0,0,0 +813930,259,52,393,68,62,0,0,0,0,0,0,0 +813990,259,52,148,38,35,0,0,0,0,0,0,0 +113210,261,53,0,3,0,0,0,0,0,0,0,0 +114210,261,53,7,6,5,0,0,0,0,0,0,0 +115210,261,53,104,43,25,0,0,0,0,0,0,0 +115310,261,53,13,3,0,0,0,0,0,0,0,0 +212321,261,53,168,20,3,0,0,0,0,0,0,0 +221112,261,53,0,10,3,0,0,0,0,0,0,0 +221122,261,53,0,39,6,6,5,3,0,0,0,0 +221210,261,53,373,26,6,0,0,0,0,0,0,0 +221310,261,53,63,12,6,0,0,0,0,0,0,0 +221320,261,53,48,5,3,0,0,0,0,0,0,0 +221330,261,53,0,4,0,0,0,0,0,0,0,0 +236115,261,53,1299,378,357,4,0,0,0,0,0,0 +236116,261,53,143,14,7,0,0,0,0,0,0,0 +236117,261,53,1082,219,200,6,0,0,0,0,0,0 +236118,261,53,5177,1570,1538,25,0,0,0,0,0,0 +236210,261,53,433,57,38,0,0,0,0,0,0,0 +236220,261,53,6978,587,513,54,3,0,0,0,0,0 +237110,261,53,1235,116,91,3,0,0,0,0,0,0 +237120,261,53,363,3,0,0,0,0,0,0,0,0 +237130,261,53,2498,66,29,8,0,0,0,0,0,0 +237210,261,53,95,41,34,0,0,0,0,0,0,0 +237310,261,53,2266,121,90,3,0,0,0,0,0,0 +237990,261,53,452,38,26,0,0,0,0,0,0,0 +238110,261,53,1733,338,314,13,0,0,0,0,0,0 +238120,261,53,560,29,6,9,0,0,0,0,0,0 +238130,261,53,898,173,156,0,0,0,0,0,0,0 +238140,261,53,1984,277,249,10,0,0,0,0,0,0 +238150,261,53,860,88,70,3,0,0,0,0,0,0 +238160,261,53,2005,205,163,15,0,0,0,0,0,0 +238170,261,53,453,104,86,0,0,0,0,0,0,0 +238190,261,53,154,41,35,0,0,0,0,0,0,0 +238210,261,53,11442,890,775,94,5,0,0,0,0,0 +238220,261,53,12382,1280,1130,136,3,0,0,0,0,0 +238290,261,53,3358,107,72,13,0,0,0,0,0,0 +238310,261,53,2028,171,134,16,3,0,0,0,0,0 +238320,261,53,2170,479,451,7,0,0,0,0,0,0 +238330,261,53,1263,207,188,0,0,0,0,0,0,0 +238340,261,53,789,127,112,6,0,0,0,0,0,0 +238350,261,53,2335,478,450,19,0,0,0,0,0,0 +238390,261,53,1094,102,77,13,0,0,0,0,0,0 +238910,261,53,3540,327,276,28,4,0,0,0,0,0 +238990,261,53,2866,482,448,12,0,0,0,0,0,0 +311340,261,53,12,3,0,0,0,0,0,0,0,0 +311352,261,53,47,10,0,0,0,0,0,0,0,0 +311412,261,53,408,9,0,0,0,0,0,0,0,0 +311421,261,53,22,4,0,0,0,0,0,0,0,0 +311511,261,53,356,3,0,0,0,0,0,0,0,0 +311611,261,53,3,3,3,0,0,0,0,0,0,0 +311612,261,53,480,10,0,0,0,0,0,0,0,0 +311613,261,53,0,3,0,0,0,0,0,0,0,0 +311811,261,53,1138,131,117,5,0,0,0,0,0,0 +311812,261,53,1173,40,13,10,0,0,0,0,0,0 +311824,261,53,53,4,3,0,0,0,0,0,0,0 +311919,261,53,17,6,0,0,0,0,0,0,0,0 +311941,261,53,0,3,3,0,0,0,0,0,0,0 +311991,261,53,57,10,4,0,0,0,0,0,0,0 +311999,261,53,68,16,11,0,0,0,0,0,0,0 +312111,261,53,773,5,0,0,3,0,0,0,0,0 +312120,261,53,401,29,10,0,0,0,0,0,0,0 +312130,261,53,23,4,3,0,0,0,0,0,0,0 +312140,261,53,0,6,0,0,0,0,0,0,0,0 +312230,261,53,2,3,3,0,0,0,0,0,0,0 +314120,261,53,103,18,13,0,0,0,0,0,0,0 +314910,261,53,161,14,6,3,0,0,0,0,0,0 +314999,261,53,258,40,22,0,0,0,0,0,0,0 +315210,261,53,5,3,3,0,0,0,0,0,0,0 +315240,261,53,0,3,3,0,0,0,0,0,0,0 +315990,261,53,28,6,5,0,0,0,0,0,0,0 +321911,261,53,154,9,0,0,0,0,0,0,0,0 +321918,261,53,84,11,0,0,0,0,0,0,0,0 +321920,261,53,275,20,3,0,0,0,0,0,0,0 +321999,261,53,159,26,12,0,0,0,0,0,0,0 +322211,261,53,797,21,0,0,0,0,0,0,0,0 +322219,261,53,0,3,0,0,0,0,0,0,0,0 +322220,261,53,293,4,0,0,0,0,0,0,0,0 +322230,261,53,246,9,0,0,0,0,0,0,0,0 +322299,261,53,38,3,0,0,0,0,0,0,0,0 +323111,261,53,4078,279,222,24,4,0,0,0,0,0 +323113,261,53,1088,73,50,3,0,0,0,0,0,0 +323117,261,53,1076,8,0,0,4,0,0,0,0,0 +323120,261,53,217,32,19,0,0,0,0,0,0,0 +324121,261,53,8,6,3,0,0,0,0,0,0,0 +324191,261,53,258,13,4,3,0,0,0,0,0,0 +325180,261,53,55,4,0,0,0,0,0,0,0,0 +325199,261,53,7,9,0,3,0,0,0,0,0,0 +325211,261,53,484,20,3,0,0,0,0,0,0,0 +325412,261,53,708,14,0,3,0,0,0,0,0,0 +325413,261,53,0,4,0,0,0,0,0,0,0,0 +325510,261,53,1307,25,7,4,0,0,0,0,0,0 +325520,261,53,373,15,0,0,0,0,0,0,0,0 +325611,261,53,0,7,0,0,0,0,0,0,0,0 +325612,261,53,12,3,0,0,0,0,0,0,0,0 +325620,261,53,80,5,3,0,0,0,0,0,0,0 +325910,261,53,179,4,0,0,0,0,0,0,0,0 +325998,261,53,409,16,5,0,0,0,0,0,0,0 +326113,261,53,0,3,0,0,0,0,0,0,0,0 +326121,261,53,0,6,0,0,0,0,0,0,0,0 +326140,261,53,445,6,0,0,0,0,0,0,0,0 +326150,261,53,145,9,0,0,0,0,0,0,0,0 +326191,261,53,0,3,0,0,0,0,0,0,0,0 +326199,261,53,15007,179,70,33,27,7,0,0,0,0 +326212,261,53,148,3,0,0,0,0,0,0,0,0 +326291,261,53,592,10,0,0,0,0,0,0,0,0 +326299,261,53,334,12,6,0,0,0,0,0,0,0 +327215,261,53,7,9,6,0,0,0,0,0,0,0 +327320,261,53,679,60,25,6,0,0,0,0,0,0 +327390,261,53,154,13,6,0,0,0,0,0,0,0 +327910,261,53,449,20,6,9,0,0,0,0,0,0 +327991,261,53,161,15,0,0,0,0,0,0,0,0 +331110,261,53,63,14,0,0,0,0,0,0,0,0 +331210,261,53,0,7,0,0,0,0,0,0,0,0 +331221,261,53,546,10,0,0,0,0,0,0,0,0 +331318,261,53,27,3,0,0,0,0,0,0,0,0 +331492,261,53,0,3,0,0,0,0,0,0,0,0 +331511,261,53,0,6,0,0,0,0,0,0,0,0 +331523,261,53,113,5,0,0,0,0,0,0,0,0 +331524,261,53,20,3,0,0,0,0,0,0,0,0 +331529,261,53,34,3,0,0,0,0,0,0,0,0 +332111,261,53,1458,21,3,3,6,0,0,0,0,0 +332114,261,53,480,8,0,0,0,0,0,0,0,0 +332119,261,53,670,26,7,3,0,0,0,0,0,0 +332216,261,53,577,33,20,4,0,0,0,0,0,0 +332311,261,53,100,5,0,0,0,0,0,0,0,0 +332312,261,53,770,49,24,7,0,0,0,0,0,0 +332313,261,53,734,33,13,8,0,0,0,0,0,0 +332321,261,53,64,6,3,0,0,0,0,0,0,0 +332322,261,53,953,48,36,6,0,0,0,0,0,0 +332323,261,53,223,18,4,0,0,0,0,0,0,0 +332510,261,53,308,14,8,0,0,0,0,0,0,0 +332613,261,53,366,14,3,3,0,0,0,0,0,0 +332618,261,53,423,15,0,0,0,0,0,0,0,0 +332710,261,53,7655,540,435,83,7,0,0,0,0,0 +332721,261,53,5095,145,82,36,9,0,0,0,0,0 +332722,261,53,2575,45,11,10,3,0,0,0,0,0 +332811,261,53,2340,72,26,34,0,0,0,0,0,0 +332812,261,53,2752,85,41,27,3,0,0,0,0,0 +332813,261,53,2042,71,34,15,0,0,0,0,0,0 +332911,261,53,25,3,3,0,0,0,0,0,0,0 +332912,261,53,645,5,0,0,0,0,0,0,0,0 +332996,261,53,1511,19,6,0,0,0,0,0,0,0 +332999,261,53,985,104,77,10,0,0,0,0,0,0 +333249,261,53,2351,96,63,10,5,0,0,0,0,0 +333314,261,53,254,4,0,0,0,0,0,0,0,0 +333318,261,53,563,15,3,0,0,0,0,0,0,0 +333413,261,53,174,11,0,0,0,0,0,0,0,0 +333414,261,53,0,4,0,0,0,0,0,0,0,0 +333415,261,53,546,14,0,0,0,0,0,0,0,0 +333511,261,53,2881,79,30,26,0,0,0,0,0,0 +333514,261,53,8321,259,168,52,8,0,0,0,0,0 +333515,261,53,2314,133,89,19,0,0,0,0,0,0 +333517,261,53,1979,69,28,20,3,0,0,0,0,0 +333519,261,53,2498,40,0,12,0,0,0,0,0,0 +333612,261,53,765,13,0,3,0,0,0,0,0,0 +333613,261,53,181,7,0,0,0,0,0,0,0,0 +333618,261,53,244,15,6,0,0,0,0,0,0,0 +333914,261,53,107,5,0,0,0,0,0,0,0,0 +333922,261,53,1119,27,4,4,3,0,0,0,0,0 +333923,261,53,0,3,0,0,0,0,0,0,0,0 +333924,261,53,17,3,0,0,0,0,0,0,0,0 +333991,261,53,147,5,0,0,0,0,0,0,0,0 +333992,261,53,446,20,3,3,0,0,0,0,0,0 +333994,261,53,455,20,10,0,0,0,0,0,0,0 +333995,261,53,535,11,0,0,0,0,0,0,0,0 +333996,261,53,215,4,0,0,0,0,0,0,0,0 +333999,261,53,2519,73,52,10,0,0,0,0,0,0 +334118,261,53,109,9,4,0,0,0,0,0,0,0 +334290,261,53,176,5,0,0,0,0,0,0,0,0 +334310,261,53,86,7,0,0,0,0,0,0,0,0 +334412,261,53,0,3,0,0,0,0,0,0,0,0 +334413,261,53,7,7,3,0,0,0,0,0,0,0 +334418,261,53,360,15,0,0,0,0,0,0,0,0 +334419,261,53,452,17,0,4,0,0,0,0,0,0 +334510,261,53,787,4,0,0,0,0,0,0,0,0 +334511,261,53,41,4,0,0,0,0,0,0,0,0 +334512,261,53,0,3,0,0,0,0,0,0,0,0 +334513,261,53,593,24,7,3,0,0,0,0,0,0 +334515,261,53,589,27,9,3,0,0,0,0,0,0 +334516,261,53,197,5,0,0,0,0,0,0,0,0 +334519,261,53,1444,27,10,0,3,0,0,0,0,0 +334614,261,53,18,9,3,0,0,0,0,0,0,0 +335122,261,53,28,3,0,0,0,0,0,0,0,0 +335129,261,53,6,3,3,0,0,0,0,0,0,0 +335313,261,53,97,5,0,0,0,0,0,0,0,0 +335314,261,53,497,20,8,3,0,0,0,0,0,0 +335911,261,53,1302,8,0,0,0,0,0,0,0,0 +335931,261,53,249,7,0,0,0,0,0,0,0,0 +335999,261,53,310,24,13,0,0,0,0,0,0,0 +336111,261,53,39,21,6,0,0,0,0,0,0,0 +336211,261,53,262,12,0,0,0,0,0,0,0,0 +336310,261,53,6395,41,11,0,3,0,0,0,0,0 +336320,261,53,1715,25,4,9,0,0,0,0,0,0 +336330,261,53,286,11,0,0,0,0,0,0,0,0 +336340,261,53,217,3,0,0,0,0,0,0,0,0 +336350,261,53,8826,30,0,4,7,0,0,0,0,0 +336360,261,53,7285,39,6,3,4,0,0,0,0,0 +336370,261,53,23263,162,31,49,32,17,0,0,0,0 +336390,261,53,15594,105,25,18,10,10,3,0,0,0 +336412,261,53,546,10,0,4,0,0,0,0,0,0 +336413,261,53,445,7,0,0,0,0,0,0,0,0 +336612,261,53,0,3,0,0,0,0,0,0,0,0 +336992,261,53,778,4,0,0,0,0,0,0,0,0 +336999,261,53,21,11,3,0,0,0,0,0,0,0 +337110,261,53,458,48,35,0,0,0,0,0,0,0 +337121,261,53,26,9,7,0,0,0,0,0,0,0 +337122,261,53,54,8,3,0,0,0,0,0,0,0 +337127,261,53,37,4,3,0,0,0,0,0,0,0 +337212,261,53,385,27,14,0,0,0,0,0,0,0 +337215,261,53,0,3,0,0,0,0,0,0,0,0 +339112,261,53,28,8,3,0,0,0,0,0,0,0 +339113,261,53,297,20,9,0,0,0,0,0,0,0 +339114,261,53,0,8,0,0,0,0,0,0,0,0 +339115,261,53,216,20,7,0,0,0,0,0,0,0 +339116,261,53,556,87,71,0,0,0,0,0,0,0 +339910,261,53,26,7,5,0,0,0,0,0,0,0 +339920,261,53,95,14,3,0,0,0,0,0,0,0 +339930,261,53,50,6,3,0,0,0,0,0,0,0 +339950,261,53,1384,89,71,3,0,0,0,0,0,0 +339991,261,53,230,11,0,0,0,0,0,0,0,0 +339992,261,53,6,3,3,0,0,0,0,0,0,0 +339993,261,53,0,3,0,0,0,0,0,0,0,0 +339994,261,53,0,3,0,0,0,0,0,0,0,0 +339999,261,53,1228,198,180,8,0,0,0,0,0,0 +423110,261,53,3626,127,91,22,4,0,0,0,0,0 +423120,261,53,20635,521,374,94,20,7,0,0,0,0 +423130,261,53,492,34,19,4,0,0,0,0,0,0 +423140,261,53,455,24,16,0,0,0,0,0,0,0 +423210,261,53,631,62,47,6,0,0,0,0,0,0 +423220,261,53,876,77,54,14,0,0,0,0,0,0 +423310,261,53,991,54,36,10,0,0,0,0,0,0 +423320,261,53,404,50,36,4,0,0,0,0,0,0 +423330,261,53,535,41,24,11,0,0,0,0,0,0 +423390,261,53,606,49,28,11,0,0,0,0,0,0 +423410,261,53,0,3,0,0,0,0,0,0,0,0 +423420,261,53,1354,128,106,11,0,0,0,0,0,0 +423430,261,53,2388,115,82,19,0,0,0,0,0,0 +423440,261,53,620,48,38,7,0,0,0,0,0,0 +423450,261,53,1484,136,109,8,0,0,0,0,0,0 +423460,261,53,85,11,5,0,0,0,0,0,0,0 +423490,261,53,223,37,27,0,0,0,0,0,0,0 +423510,261,53,4923,222,154,46,5,0,0,0,0,0 +423610,261,53,3053,184,123,27,3,0,0,0,0,0 +423620,261,53,1079,31,16,6,0,0,0,0,0,0 +423690,261,53,2557,185,149,18,5,0,0,0,0,0 +423710,261,53,2257,124,90,13,0,0,0,0,0,0 +423720,261,53,1143,78,55,12,0,0,0,0,0,0 +423730,261,53,1187,114,85,11,0,0,0,0,0,0 +423740,261,53,135,10,0,0,0,0,0,0,0,0 +423810,261,53,890,27,6,0,0,0,0,0,0,0 +423820,261,53,279,29,11,0,0,0,0,0,0,0 +423830,261,53,12122,689,529,130,11,0,0,0,0,0 +423840,261,53,2355,171,130,21,0,0,0,0,0,0 +423850,261,53,746,65,50,0,0,0,0,0,0,0 +423860,261,53,26,6,4,0,0,0,0,0,0,0 +423910,261,53,524,54,31,0,0,0,0,0,0,0 +423920,261,53,136,14,11,0,0,0,0,0,0,0 +423930,261,53,1636,128,88,17,0,0,0,0,0,0 +423940,261,53,189,43,35,0,0,0,0,0,0,0 +423990,261,53,837,128,104,10,0,0,0,0,0,0 +424110,261,53,71,11,4,0,0,0,0,0,0,0 +424120,261,53,505,54,38,3,0,0,0,0,0,0 +424130,261,53,491,43,26,0,0,0,0,0,0,0 +424210,261,53,1373,85,61,13,0,0,0,0,0,0 +424310,261,53,63,11,8,0,0,0,0,0,0,0 +424320,261,53,255,28,20,0,0,0,0,0,0,0 +424330,261,53,173,31,29,0,0,0,0,0,0,0 +424410,261,53,1372,37,20,7,0,0,0,0,0,0 +424420,261,53,467,23,12,0,0,0,0,0,0,0 +424430,261,53,642,17,6,0,0,0,0,0,0,0 +424440,261,53,0,3,0,0,0,0,0,0,0,0 +424450,261,53,620,29,18,0,0,0,0,0,0,0 +424460,261,53,71,8,6,0,0,0,0,0,0,0 +424470,261,53,1261,39,26,7,0,0,0,0,0,0 +424480,261,53,1711,49,34,11,0,0,0,0,0,0 +424490,261,53,4510,204,144,35,3,0,0,0,0,0 +424510,261,53,44,10,0,0,0,0,0,0,0,0 +424590,261,53,40,3,0,0,0,0,0,0,0,0 +424610,261,53,854,76,63,5,0,0,0,0,0,0 +424690,261,53,1714,136,102,17,0,0,0,0,0,0 +424710,261,53,616,39,15,6,0,0,0,0,0,0 +424720,261,53,296,30,26,0,0,0,0,0,0,0 +424810,261,53,576,20,4,0,0,0,0,0,0,0 +424820,261,53,893,26,8,0,0,0,0,0,0,0 +424910,261,53,213,21,4,0,0,0,0,0,0,0 +424920,261,53,238,18,9,0,0,0,0,0,0,0 +424930,261,53,422,38,23,0,0,0,0,0,0,0 +424940,261,53,299,25,14,0,0,0,0,0,0,0 +424950,261,53,397,31,10,4,0,0,0,0,0,0 +424990,261,53,883,143,130,0,0,0,0,0,0,0 +425110,261,53,6,7,7,0,0,0,0,0,0,0 +425120,261,53,4155,755,723,17,0,0,0,0,0,0 +441110,261,53,20545,312,53,166,65,0,0,0,0,0 +441120,261,53,1650,379,351,11,0,0,0,0,0,0 +441210,261,53,210,17,3,0,0,0,0,0,0,0 +441222,261,53,437,62,50,0,0,0,0,0,0,0 +441228,261,53,819,76,50,3,0,0,0,0,0,0 +441310,261,53,5305,614,581,28,0,0,0,0,0,0 +441320,261,53,2754,277,246,16,0,0,0,0,0,0 +442110,261,53,3512,283,227,42,0,0,0,0,0,0 +442210,261,53,1431,127,110,0,0,0,0,0,0,0 +442291,261,53,139,34,28,0,0,0,0,0,0,0 +442299,261,53,2863,189,126,47,0,0,0,0,0,0 +443141,261,53,1072,108,70,21,0,0,0,0,0,0 +443142,261,53,4779,547,511,19,4,0,0,0,0,0 +444110,261,53,11765,96,3,0,69,0,0,0,0,0 +444120,261,53,497,93,86,0,0,0,0,0,0,0 +444130,261,53,2458,241,200,24,0,0,0,0,0,0 +444190,261,53,3658,393,343,29,0,0,0,0,0,0 +444210,261,53,660,63,39,0,0,0,0,0,0,0 +444220,261,53,1354,175,147,11,0,0,0,0,0,0 +445110,261,53,35354,941,569,218,131,8,0,0,0,0 +445120,261,53,2072,414,403,3,0,0,0,0,0,0 +445210,261,53,693,112,95,3,0,0,0,0,0,0 +445220,261,53,257,67,61,0,0,0,0,0,0,0 +445230,261,53,804,36,19,3,0,0,0,0,0,0 +445291,261,53,671,94,80,0,0,0,0,0,0,0 +445292,261,53,277,48,39,0,0,0,0,0,0,0 +445299,261,53,1119,102,84,3,0,0,0,0,0,0 +445310,261,53,3878,1132,1122,0,0,0,0,0,0,0 +446110,261,53,10529,1191,1019,165,0,0,0,0,0,0 +446120,261,53,2892,339,281,45,0,0,0,0,0,0 +446130,261,53,1752,242,216,8,0,0,0,0,0,0 +446191,261,53,607,136,128,0,0,0,0,0,0,0 +446199,261,53,2638,342,311,14,0,0,0,0,0,0 +447110,261,53,8464,1579,1552,18,0,0,0,0,0,0 +447190,261,53,1318,212,191,0,0,0,0,0,0,0 +448110,261,53,1001,128,106,0,0,0,0,0,0,0 +448120,261,53,4847,434,378,43,0,0,0,0,0,0 +448130,261,53,1204,100,70,12,0,0,0,0,0,0 +448140,261,53,9020,358,200,135,0,0,0,0,0,0 +448150,261,53,961,126,107,5,0,0,0,0,0,0 +448190,261,53,2286,225,180,36,0,0,0,0,0,0 +448210,261,53,3486,395,359,20,0,0,0,0,0,0 +448310,261,53,2132,383,364,6,0,0,0,0,0,0 +448320,261,53,40,6,3,0,0,0,0,0,0,0 +451110,261,53,4099,350,289,41,0,0,0,0,0,0 +451120,261,53,2102,124,71,30,0,0,0,0,0,0 +451130,261,53,914,58,31,11,0,0,0,0,0,0 +451140,261,53,385,41,20,7,0,0,0,0,0,0 +451211,261,53,899,84,57,13,0,0,0,0,0,0 +451212,261,53,17,8,6,0,0,0,0,0,0,0 +452210,261,53,8828,66,0,9,43,3,0,0,0,0 +452311,261,53,32243,158,0,15,61,72,0,0,0,0 +452319,261,53,6753,676,586,73,0,0,0,0,0,0 +453110,261,53,1093,182,169,0,0,0,0,0,0,0 +453210,261,53,909,71,46,14,0,0,0,0,0,0 +453220,261,53,2360,278,246,13,0,0,0,0,0,0 +453310,261,53,2489,252,202,30,0,0,0,0,0,0 +453910,261,53,2249,187,135,42,0,0,0,0,0,0 +453920,261,53,353,46,40,0,0,0,0,0,0,0 +453930,261,53,522,6,3,0,0,0,0,0,0,0 +453991,261,53,836,252,241,0,0,0,0,0,0,0 +453998,261,53,1610,509,498,0,0,0,0,0,0,0 +454110,261,53,4615,511,454,34,0,0,0,0,0,0 +454210,261,53,506,38,23,0,0,0,0,0,0,0 +454310,261,53,325,37,12,0,0,0,0,0,0,0 +454390,261,53,1620,384,373,4,0,0,0,0,0,0 +481111,261,53,10863,26,11,0,3,0,3,0,0,0 +481211,261,53,128,14,10,0,0,0,0,0,0,0 +481212,261,53,0,4,0,0,0,0,0,0,0,0 +481219,261,53,4,4,4,0,0,0,0,0,0,0 +484110,261,53,3517,752,703,35,3,0,0,0,0,0 +484121,261,53,8138,772,692,47,8,0,0,0,0,0 +484122,261,53,3549,212,155,21,8,0,0,0,0,0 +484210,261,53,1475,84,44,14,0,0,0,0,0,0 +484220,261,53,2484,294,247,22,0,0,0,0,0,0 +484230,261,53,1901,114,78,10,5,0,0,0,0,0 +485113,261,53,12,3,0,0,0,0,0,0,0,0 +485210,261,53,8,6,0,0,0,0,0,0,0,0 +485310,261,53,123,34,29,0,0,0,0,0,0,0 +485320,261,53,351,56,44,0,0,0,0,0,0,0 +485410,261,53,1379,23,4,7,0,0,0,0,0,0 +485510,261,53,112,9,3,0,0,0,0,0,0,0 +485991,261,53,917,79,53,11,0,0,0,0,0,0 +485999,261,53,201,36,30,0,0,0,0,0,0,0 +486210,261,53,42,7,0,0,0,0,0,0,0,0 +486910,261,53,0,3,0,0,0,0,0,0,0,0 +487110,261,53,0,3,0,0,0,0,0,0,0,0 +487990,261,53,3,3,3,0,0,0,0,0,0,0 +488119,261,53,1676,23,7,9,0,0,0,0,0,0 +488190,261,53,882,35,20,0,0,0,0,0,0,0 +488210,261,53,382,19,9,5,0,0,0,0,0,0 +488330,261,53,8,3,0,0,0,0,0,0,0,0 +488390,261,53,12,4,0,0,0,0,0,0,0,0 +488410,261,53,1274,144,119,13,0,0,0,0,0,0 +488490,261,53,656,64,47,4,0,0,0,0,0,0 +488510,261,53,5445,352,275,55,7,0,0,0,0,0 +488991,261,53,400,21,10,0,0,0,0,0,0,0 +488999,261,53,23,12,11,0,0,0,0,0,0,0 +492110,261,53,6103,121,65,12,13,0,0,0,0,0 +492210,261,53,454,55,42,0,0,0,0,0,0,0 +493110,261,53,8237,187,108,34,15,4,0,0,0,0 +493120,261,53,67,9,7,0,0,0,0,0,0,0 +493190,261,53,945,46,25,11,0,0,0,0,0,0 +511110,261,53,1474,80,50,8,0,0,0,0,0,0 +511120,261,53,856,59,48,0,0,0,0,0,0,0 +511130,261,53,782,26,12,0,0,0,0,0,0,0 +511191,261,53,0,3,0,0,0,0,0,0,0,0 +511199,261,53,62,10,6,0,0,0,0,0,0,0 +511210,261,53,8578,190,112,51,9,4,0,0,0,0 +512110,261,53,526,108,99,0,0,0,0,0,0,0 +512131,261,53,1906,39,0,23,0,0,0,0,0,0 +512191,261,53,316,31,25,0,0,0,0,0,0,0 +512230,261,53,0,3,0,0,0,0,0,0,0,0 +512240,261,53,78,9,4,0,0,0,0,0,0,0 +512250,261,53,28,7,5,0,0,0,0,0,0,0 +515111,261,53,0,3,0,0,0,0,0,0,0,0 +515112,261,53,852,37,11,6,0,0,0,0,0,0 +515120,261,53,625,22,6,3,0,0,0,0,0,0 +515210,261,53,215,13,8,0,0,0,0,0,0,0 +517311,261,53,9695,375,281,47,20,3,0,0,0,0 +517312,261,53,3423,394,363,6,0,0,0,0,0,0 +517410,261,53,101,5,3,0,0,0,0,0,0,0 +517911,261,53,831,70,47,5,0,0,0,0,0,0 +517919,261,53,594,102,91,0,0,0,0,0,0,0 +518210,261,53,7186,286,205,42,11,0,0,0,0,0 +519120,261,53,224,11,3,0,0,0,0,0,0,0 +519130,261,53,2357,84,63,6,0,0,0,0,0,0 +519190,261,53,395,125,119,0,0,0,0,0,0,0 +522110,261,53,17893,1256,1170,52,4,4,3,0,0,0 +522120,261,53,179,96,83,0,0,0,0,0,0,0 +522130,261,53,5960,390,324,40,9,0,0,0,0,0 +522210,261,53,0,3,0,0,0,0,0,0,0,0 +522220,261,53,4925,63,44,4,0,0,0,0,0,0 +522291,261,53,145,21,13,0,0,0,0,0,0,0 +522292,261,53,3579,164,109,18,0,0,0,0,0,0 +522298,261,53,746,59,44,3,0,0,0,0,0,0 +522310,261,53,972,127,111,0,0,0,0,0,0,0 +522320,261,53,1527,61,45,3,0,0,0,0,0,0 +522390,261,53,917,300,291,0,0,0,0,0,0,0 +523110,261,53,143,21,17,0,0,0,0,0,0,0 +523120,261,53,2777,337,302,20,3,0,0,0,0,0 +523910,261,53,379,67,57,3,0,0,0,0,0,0 +523920,261,53,2748,571,541,18,0,0,0,0,0,0 +523930,261,53,1031,288,275,6,0,0,0,0,0,0 +523991,261,53,135,16,9,0,0,0,0,0,0,0 +523999,261,53,19,13,13,0,0,0,0,0,0,0 +524113,261,53,1767,83,58,8,0,0,0,0,0,0 +524114,261,53,3412,68,27,9,7,0,3,0,0,0 +524126,261,53,7119,182,112,34,5,5,0,0,0,0 +524127,261,53,230,42,24,3,0,0,0,0,0,0 +524128,261,53,0,3,0,0,0,0,0,0,0,0 +524210,261,53,13371,1991,1898,74,7,0,0,0,0,0 +524291,261,53,449,45,35,0,0,0,0,0,0,0 +524292,261,53,2018,79,47,11,0,0,0,0,0,0 +524298,261,53,480,90,79,3,0,0,0,0,0,0 +525910,261,53,9,3,0,0,0,0,0,0,0,0 +525990,261,53,19,13,13,0,0,0,0,0,0,0 +531110,261,53,5959,805,765,24,0,0,0,0,0,0 +531120,261,53,1824,364,343,5,0,0,0,0,0,0 +531130,261,53,435,204,201,0,0,0,0,0,0,0 +531190,261,53,630,165,156,0,0,0,0,0,0,0 +531210,261,53,3732,1099,1065,22,0,0,0,0,0,0 +531311,261,53,9650,561,493,44,6,0,3,0,0,0 +531312,261,53,2347,252,218,12,4,0,0,0,0,0 +531320,261,53,648,157,144,3,0,0,0,0,0,0 +531390,261,53,738,238,229,3,0,0,0,0,0,0 +532111,261,53,1164,136,123,0,4,0,0,0,0,0 +532112,261,53,72,9,0,0,0,0,0,0,0,0 +532120,261,53,825,87,68,5,0,0,0,0,0,0 +532210,261,53,0,89,82,0,0,0,0,0,0,0 +532281,261,53,32,20,16,0,0,0,0,0,0,0 +532282,261,53,154,41,35,0,0,0,0,0,0,0 +532283,261,53,219,21,7,3,0,0,0,0,0,0 +532284,261,53,10,6,6,0,0,0,0,0,0,0 +532289,261,53,538,73,64,0,0,0,0,0,0,0 +532310,261,53,286,58,48,0,0,0,0,0,0,0 +532412,261,53,213,23,11,0,0,0,0,0,0,0 +532420,261,53,297,9,5,0,0,0,0,0,0,0 +532490,261,53,1297,118,89,15,0,0,0,0,0,0 +533110,261,53,368,44,35,4,0,0,0,0,0,0 +541110,261,53,17004,2640,2462,151,20,0,0,0,0,0 +541191,261,53,1294,100,63,11,0,0,0,0,0,0 +541199,261,53,268,74,63,0,0,0,0,0,0,0 +541211,261,53,7569,878,822,23,6,0,0,0,0,0 +541213,261,53,3422,511,473,19,0,0,0,0,0,0 +541214,261,53,3770,118,70,21,3,0,0,0,0,0 +541219,261,53,3430,668,636,15,3,0,0,0,0,0 +541310,261,53,2383,248,222,17,0,0,0,0,0,0 +541320,261,53,185,67,59,0,0,0,0,0,0,0 +541330,261,53,46905,1161,900,178,52,8,0,0,0,0 +541340,261,53,196,23,10,0,0,0,0,0,0,0 +541350,261,53,238,63,56,0,0,0,0,0,0,0 +541370,261,53,362,53,39,0,0,0,0,0,0,0 +541380,261,53,5870,122,79,19,0,0,0,0,0,0 +541410,261,53,510,145,140,0,0,0,0,0,0,0 +541420,261,53,693,45,26,3,0,0,0,0,0,0 +541430,261,53,975,182,162,7,0,0,0,0,0,0 +541490,261,53,53,36,31,0,0,0,0,0,0,0 +541511,261,53,13237,951,795,122,8,3,0,0,0,0 +541512,261,53,11401,712,610,66,10,3,0,0,0,0 +541513,261,53,1232,113,94,3,0,0,0,0,0,0 +541519,261,53,3002,201,176,10,0,0,0,0,0,0 +541611,261,53,9890,895,814,58,6,3,0,0,0,0 +541612,261,53,6326,136,99,16,4,3,0,0,0,0 +541613,261,53,4253,502,458,33,0,0,0,0,0,0 +541614,261,53,3557,200,165,12,0,0,0,0,0,0 +541618,261,53,254,86,77,0,0,0,0,0,0,0 +541620,261,53,960,106,83,10,0,0,0,0,0,0 +541690,261,53,983,241,218,3,0,0,0,0,0,0 +541713,261,53,3162,46,20,4,5,0,0,0,0,0 +541714,261,53,398,32,17,4,0,0,0,0,0,0 +541715,261,53,19375,150,90,28,6,0,3,0,0,0 +541720,261,53,218,21,12,0,0,0,0,0,0,0 +541810,261,53,5621,184,143,13,6,3,0,0,0,0 +541820,261,53,382,71,61,4,0,0,0,0,0,0 +541830,261,53,29,10,4,0,0,0,0,0,0,0 +541840,261,53,39,12,7,0,0,0,0,0,0,0 +541850,261,53,169,26,21,0,0,0,0,0,0,0 +541860,261,53,688,23,10,0,0,0,0,0,0,0 +541870,261,53,0,11,3,0,0,0,0,0,0,0 +541890,261,53,2207,136,108,9,0,0,0,0,0,0 +541910,261,53,1991,78,55,5,4,0,0,0,0,0 +541921,261,53,560,157,146,3,0,0,0,0,0,0 +541922,261,53,140,57,48,0,0,0,0,0,0,0 +541930,261,53,167,39,34,0,0,0,0,0,0,0 +541940,261,53,5265,465,390,66,0,0,0,0,0,0 +541990,261,53,4549,539,501,11,0,0,0,0,0,0 +551112,261,53,2644,121,81,20,3,0,0,0,0,0 +551114,261,53,73635,847,473,206,76,39,20,0,0,0 +561110,261,53,9309,546,442,72,9,0,0,0,0,0 +561210,261,53,4153,118,73,16,7,0,0,0,0,0 +561311,261,53,2473,81,56,3,0,0,0,0,0,0 +561312,261,53,393,76,65,4,0,0,0,0,0,0 +561320,261,53,43108,802,457,190,91,35,5,0,0,0 +561330,261,53,7305,106,36,34,7,7,0,0,0,0 +561410,261,53,421,51,38,0,0,0,0,0,0,0 +561421,261,53,169,8,0,0,0,0,0,0,0,0 +561422,261,53,13308,64,23,8,4,0,0,0,0,0 +561431,261,53,202,50,42,0,0,0,0,0,0,0 +561439,261,53,506,73,61,0,0,0,0,0,0,0 +561440,261,53,674,46,26,0,0,0,0,0,0,0 +561450,261,53,78,4,0,0,0,0,0,0,0,0 +561491,261,53,37,4,0,0,0,0,0,0,0,0 +561492,261,53,119,48,40,0,0,0,0,0,0,0 +561499,261,53,1616,337,313,7,0,0,0,0,0,0 +561510,261,53,1205,278,264,0,0,0,0,0,0,0 +561520,261,53,23,11,7,0,0,0,0,0,0,0 +561599,261,53,49,13,6,0,0,0,0,0,0,0 +561611,261,53,560,59,44,0,0,0,0,0,0,0 +561612,261,53,11386,155,84,24,15,0,4,0,0,0 +561613,261,53,507,9,3,3,0,0,0,0,0,0 +561621,261,53,1667,94,66,14,0,0,0,0,0,0 +561622,261,53,120,46,45,0,0,0,0,0,0,0 +561710,261,53,712,95,73,6,0,0,0,0,0,0 +561720,261,53,18284,827,687,103,12,3,3,0,0,0 +561730,261,53,8491,1769,1690,65,3,0,0,0,0,0 +561740,261,53,647,103,83,0,0,0,0,0,0,0 +561790,261,53,867,167,140,11,0,0,0,0,0,0 +561910,261,53,923,33,17,0,0,0,0,0,0,0 +561920,261,53,1830,48,34,5,0,0,0,0,0,0 +561990,261,53,6288,235,188,24,0,0,0,0,0,0 +562111,261,53,3586,144,85,30,0,0,0,0,0,0 +562112,261,53,83,6,0,0,0,0,0,0,0,0 +562119,261,53,101,15,5,0,0,0,0,0,0,0 +562211,261,53,372,11,4,6,0,0,0,0,0,0 +562212,261,53,58,13,3,0,0,0,0,0,0,0 +562219,261,53,63,5,0,0,0,0,0,0,0,0 +562910,261,53,1262,67,47,5,0,0,0,0,0,0 +562920,261,53,235,18,4,0,0,0,0,0,0,0 +562991,261,53,116,22,11,0,0,0,0,0,0,0 +562998,261,53,325,29,16,4,0,0,0,0,0,0 +611110,261,53,12224,255,90,107,27,3,0,0,0,0 +611210,261,53,229,9,0,4,0,0,0,0,0,0 +611310,261,53,5811,36,3,3,3,0,0,0,0,0 +611420,261,53,301,20,12,0,0,0,0,0,0,0 +611430,261,53,922,102,87,6,0,0,0,0,0,0 +611511,261,53,198,19,6,3,0,0,0,0,0,0 +611513,261,53,89,19,9,0,0,0,0,0,0,0 +611519,261,53,938,61,29,11,0,0,0,0,0,0 +611610,261,53,1038,181,165,0,0,0,0,0,0,0 +611620,261,53,2275,212,164,30,0,0,0,0,0,0 +611630,261,53,239,11,0,3,0,0,0,0,0,0 +611691,261,53,1260,126,101,12,0,0,0,0,0,0 +611692,261,53,338,47,40,0,0,0,0,0,0,0 +611699,261,53,629,100,80,7,0,0,0,0,0,0 +611710,261,53,1185,137,116,9,0,0,0,0,0,0 +621111,261,53,46136,4096,3613,436,26,3,3,0,0,0 +621112,261,53,575,203,199,0,0,0,0,0,0,0 +621210,261,53,19012,2407,2281,117,0,0,0,0,0,0 +621310,261,53,2539,652,640,3,0,0,0,0,0,0 +621320,261,53,1790,275,259,0,0,0,0,0,0,0 +621330,261,53,1264,369,350,5,0,0,0,0,0,0 +621340,261,53,11697,730,660,45,0,0,0,0,0,0 +621391,261,53,1309,239,222,5,0,0,0,0,0,0 +621399,261,53,1057,203,184,6,0,0,0,0,0,0 +621410,261,53,328,31,12,0,0,0,0,0,0,0 +621420,261,53,4598,157,95,42,7,0,0,0,0,0 +621492,261,53,1602,125,78,30,0,0,0,0,0,0 +621493,261,53,1856,98,53,29,0,0,0,0,0,0 +621498,261,53,7175,265,174,69,11,0,0,0,0,0 +621511,261,53,2651,118,94,3,5,0,0,0,0,0 +621512,261,53,1490,115,82,19,0,0,0,0,0,0 +621610,261,53,22562,1084,852,161,43,4,0,0,0,0 +621910,261,53,2169,51,20,6,0,0,0,0,0,0 +621991,261,53,974,14,0,0,0,0,0,0,0,0 +621999,261,53,1770,99,79,6,0,0,0,0,0,0 +622110,261,53,100129,49,0,0,0,0,3,12,3,0 +622210,261,53,1037,4,0,0,0,0,0,0,0,0 +622310,261,53,2081,7,0,0,4,0,0,0,0,0 +623110,261,53,29564,281,82,39,114,19,0,0,0,0 +623210,261,53,12803,1115,1021,64,7,0,0,0,0,0 +623220,261,53,2287,89,60,12,3,0,0,0,0,0 +623311,261,53,4235,49,14,16,0,0,0,0,0,0 +623312,261,53,7447,342,210,110,3,0,0,0,0,0 +623990,261,53,1616,106,75,14,4,0,0,0,0,0 +624110,261,53,1721,122,77,27,0,0,0,0,0,0 +624120,261,53,11849,439,292,109,13,4,0,0,0,0 +624190,261,53,4828,341,271,44,4,0,0,0,0,0 +624210,261,53,347,35,21,0,0,0,0,0,0,0 +624221,261,53,898,41,11,14,0,0,0,0,0,0 +624229,261,53,659,52,33,7,0,0,0,0,0,0 +624230,261,53,36,11,3,0,0,0,0,0,0,0 +624310,261,53,5883,144,71,33,9,0,0,0,0,0 +624410,261,53,11854,971,759,200,0,0,0,0,0,0 +711110,261,53,365,26,20,0,0,0,0,0,0,0 +711120,261,53,0,3,0,0,0,0,0,0,0,0 +711130,261,53,190,42,36,0,0,0,0,0,0,0 +711211,261,53,1007,18,10,0,0,0,0,0,0,0 +711219,261,53,102,21,13,0,0,0,0,0,0,0 +711310,261,53,2058,43,20,4,0,0,0,0,0,0 +711320,261,53,547,55,46,0,0,0,0,0,0,0 +711410,261,53,384,28,25,0,0,0,0,0,0,0 +711510,261,53,388,169,157,0,0,0,0,0,0,0 +712110,261,53,2049,35,19,0,0,0,0,0,0,0 +712130,261,53,13,3,0,0,0,0,0,0,0,0 +713120,261,53,637,50,36,0,0,0,0,0,0,0 +713290,261,53,107,8,4,0,0,0,0,0,0,0 +713910,261,53,3607,192,128,37,0,0,0,0,0,0 +713920,261,53,63,3,0,0,0,0,0,0,0,0 +713930,261,53,513,69,56,3,0,0,0,0,0,0 +713940,261,53,10027,487,373,70,16,3,0,0,0,0 +713950,261,53,1871,96,37,36,0,0,0,0,0,0 +713990,261,53,1955,241,206,22,0,0,0,0,0,0 +721110,261,53,12911,495,299,168,11,0,0,0,0,0 +721120,261,53,7252,3,0,0,0,0,0,0,0,0 +721211,261,53,28,16,8,0,0,0,0,0,0,0 +721214,261,53,94,15,3,0,0,0,0,0,0,0 +721310,261,53,272,29,19,0,0,0,0,0,0,0 +722310,261,53,12191,498,344,113,19,0,0,0,0,0 +722320,261,53,3414,226,156,54,0,0,0,0,0,0 +722330,261,53,182,49,43,0,0,0,0,0,0,0 +722410,261,53,5495,568,475,80,0,0,0,0,0,0 +722511,261,53,86647,3725,2201,1451,68,0,0,0,0,0 +722513,261,53,74200,4069,2558,1490,14,0,0,0,0,0 +722514,261,53,909,76,56,3,0,0,0,0,0,0 +722515,261,53,11914,809,645,148,0,4,0,0,0,0 +811111,261,53,5418,1245,1219,15,0,0,0,0,0,0 +811112,261,53,153,37,28,0,0,0,0,0,0,0 +811113,261,53,256,83,74,0,0,0,0,0,0,0 +811118,261,53,377,85,74,0,0,0,0,0,0,0 +811121,261,53,3366,559,533,16,0,0,0,0,0,0 +811122,261,53,558,116,100,0,0,0,0,0,0,0 +811191,261,53,1370,337,325,0,0,0,0,0,0,0 +811192,261,53,2847,335,291,23,0,0,0,0,0,0 +811198,261,53,1302,153,135,0,0,0,0,0,0,0 +811211,261,53,304,39,26,0,0,0,0,0,0,0 +811212,261,53,420,84,72,0,0,0,0,0,0,0 +811213,261,53,53,27,22,0,0,0,0,0,0,0 +811219,261,53,1159,76,57,0,0,0,0,0,0,0 +811310,261,53,4105,389,344,28,0,0,0,0,0,0 +811411,261,53,85,35,30,0,0,0,0,0,0,0 +811412,261,53,315,82,68,0,0,0,0,0,0,0 +811420,261,53,289,48,34,0,0,0,0,0,0,0 +811430,261,53,27,12,10,0,0,0,0,0,0,0 +811490,261,53,797,328,314,0,0,0,0,0,0,0 +812111,261,53,227,75,71,0,0,0,0,0,0,0 +812112,261,53,8014,1291,1224,60,0,0,0,0,0,0 +812113,261,53,341,74,65,0,0,0,0,0,0,0 +812191,261,53,365,66,51,0,0,0,0,0,0,0 +812199,261,53,1984,353,329,12,0,0,0,0,0,0 +812210,261,53,2549,224,176,27,0,0,0,0,0,0 +812220,261,53,754,59,36,10,0,0,0,0,0,0 +812310,261,53,624,154,142,0,0,0,0,0,0,0 +812320,261,53,1998,344,321,4,0,0,0,0,0,0 +812331,261,53,395,15,7,3,0,0,0,0,0,0 +812332,261,53,1070,19,3,0,4,0,0,0,0,0 +812910,261,53,1951,258,225,20,0,0,0,0,0,0 +812930,261,53,3213,105,65,15,0,0,0,0,0,0 +812990,261,53,1227,398,386,0,0,0,0,0,0,0 +813110,261,53,21690,2337,2104,213,14,0,0,0,0,0 +813211,261,53,746,139,122,3,0,0,0,0,0,0 +813212,261,53,886,45,30,0,0,0,0,0,0,0 +813219,261,53,534,44,26,0,0,0,0,0,0,0 +813311,261,53,276,34,27,0,0,0,0,0,0,0 +813312,261,53,778,55,23,6,0,0,0,0,0,0 +813319,261,53,407,81,64,0,0,0,0,0,0,0 +813410,261,53,2727,332,295,15,0,0,0,0,0,0 +813910,261,53,1178,145,122,6,0,0,0,0,0,0 +813920,261,53,1565,81,63,0,0,0,0,0,0,0 +813930,261,53,4382,317,253,48,0,0,0,0,0,0 +813940,261,53,82,15,8,0,0,0,0,0,0,0 +813990,261,53,595,181,169,0,0,0,0,0,0,0 +236115,261,55,41,16,16,0,0,0,0,0,0,0 +236117,261,55,9,3,0,0,0,0,0,0,0,0 +236118,261,55,81,35,35,0,0,0,0,0,0,0 +236220,261,55,82,9,5,0,0,0,0,0,0,0 +237310,261,55,21,3,0,0,0,0,0,0,0,0 +238110,261,55,78,9,5,0,0,0,0,0,0,0 +238130,261,55,0,3,0,0,0,0,0,0,0,0 +238170,261,55,6,3,3,0,0,0,0,0,0,0 +238210,261,55,58,15,14,0,0,0,0,0,0,0 +238220,261,55,109,21,21,0,0,0,0,0,0,0 +238310,261,55,20,9,8,0,0,0,0,0,0,0 +238320,261,55,24,6,4,0,0,0,0,0,0,0 +238350,261,55,51,9,7,0,0,0,0,0,0,0 +238910,261,55,59,13,10,0,0,0,0,0,0,0 +238990,261,55,16,7,6,0,0,0,0,0,0,0 +321920,261,55,36,4,0,0,0,0,0,0,0,0 +323111,261,55,51,6,3,0,0,0,0,0,0,0 +325211,261,55,159,3,0,0,0,0,0,0,0,0 +326199,261,55,338,5,0,0,0,0,0,0,0,0 +332710,261,55,54,8,5,0,0,0,0,0,0,0 +332721,261,55,171,4,0,0,0,0,0,0,0,0 +332999,261,55,31,4,0,0,0,0,0,0,0,0 +333514,261,55,42,4,3,0,0,0,0,0,0,0 +333515,261,55,0,4,0,0,0,0,0,0,0,0 +336370,261,55,1276,4,0,0,0,0,0,0,0,0 +423690,261,55,17,4,0,0,0,0,0,0,0,0 +423820,261,55,71,4,0,0,0,0,0,0,0,0 +423830,261,55,60,7,3,0,0,0,0,0,0,0 +424490,261,55,0,3,0,0,0,0,0,0,0,0 +424510,261,55,63,7,3,0,0,0,0,0,0,0 +424910,261,55,0,5,0,0,0,0,0,0,0,0 +425120,261,55,10,7,6,0,0,0,0,0,0,0 +441110,261,55,320,7,0,5,0,0,0,0,0,0 +441120,261,55,4,5,5,0,0,0,0,0,0,0 +441222,261,55,0,3,0,0,0,0,0,0,0,0 +441228,261,55,0,4,0,0,0,0,0,0,0,0 +441310,261,55,127,17,17,0,0,0,0,0,0,0 +441320,261,55,45,6,3,0,0,0,0,0,0,0 +442110,261,55,0,3,0,0,0,0,0,0,0,0 +442210,261,55,23,7,6,0,0,0,0,0,0,0 +443142,261,55,13,3,0,0,0,0,0,0,0,0 +444110,261,55,0,3,0,0,0,0,0,0,0,0 +444130,261,55,60,7,4,0,0,0,0,0,0,0 +444190,261,55,81,13,13,0,0,0,0,0,0,0 +444210,261,55,17,5,3,0,0,0,0,0,0,0 +444220,261,55,45,4,0,0,0,0,0,0,0,0 +445110,261,55,483,12,3,0,0,0,0,0,0,0 +445120,261,55,59,9,7,0,0,0,0,0,0,0 +445210,261,55,13,3,0,0,0,0,0,0,0,0 +445310,261,55,23,7,5,0,0,0,0,0,0,0 +446110,261,55,150,15,13,0,0,0,0,0,0,0 +446120,261,55,46,4,0,0,0,0,0,0,0,0 +446199,261,55,33,6,3,0,0,0,0,0,0,0 +447110,261,55,270,33,33,0,0,0,0,0,0,0 +448140,261,55,47,3,0,0,0,0,0,0,0,0 +448210,261,55,23,5,4,0,0,0,0,0,0,0 +448310,261,55,20,4,0,0,0,0,0,0,0,0 +451110,261,55,46,4,0,0,0,0,0,0,0,0 +451130,261,55,17,3,0,0,0,0,0,0,0,0 +452311,261,55,0,3,0,0,0,0,0,0,0,0 +452319,261,55,144,18,14,3,0,0,0,0,0,0 +453110,261,55,18,5,4,0,0,0,0,0,0,0 +453310,261,55,42,7,6,0,0,0,0,0,0,0 +453991,261,55,15,5,4,0,0,0,0,0,0,0 +453998,261,55,12,4,3,0,0,0,0,0,0,0 +454110,261,55,13,6,5,0,0,0,0,0,0,0 +454390,261,55,66,6,3,0,0,0,0,0,0,0 +484110,261,55,89,12,8,0,0,0,0,0,0,0 +484121,261,55,87,16,14,0,0,0,0,0,0,0 +484220,261,55,84,12,9,0,0,0,0,0,0,0 +484230,261,55,81,5,0,0,0,0,0,0,0,0 +511110,261,55,152,5,0,0,0,0,0,0,0,0 +517311,261,55,105,10,9,0,0,0,0,0,0,0 +522110,261,55,184,20,17,3,0,0,0,0,0,0 +522120,261,55,0,5,4,0,0,0,0,0,0,0 +522130,261,55,0,6,3,0,0,0,0,0,0,0 +522390,261,55,5,3,3,0,0,0,0,0,0,0 +523920,261,55,14,9,9,0,0,0,0,0,0,0 +523930,261,55,5,4,4,0,0,0,0,0,0,0 +524210,261,55,323,45,42,0,0,0,0,0,0,0 +531110,261,55,46,10,7,0,0,0,0,0,0,0 +531120,261,55,3,4,4,0,0,0,0,0,0,0 +531190,261,55,21,7,6,0,0,0,0,0,0,0 +531210,261,55,31,17,16,0,0,0,0,0,0,0 +531311,261,55,0,3,3,0,0,0,0,0,0,0 +531320,261,55,9,3,0,0,0,0,0,0,0,0 +531390,261,55,0,4,4,0,0,0,0,0,0,0 +532310,261,55,6,3,3,0,0,0,0,0,0,0 +541110,261,55,57,23,23,0,0,0,0,0,0,0 +541191,261,55,0,3,0,0,0,0,0,0,0,0 +541211,261,55,69,15,14,0,0,0,0,0,0,0 +541213,261,55,40,10,10,0,0,0,0,0,0,0 +541219,261,55,47,8,6,0,0,0,0,0,0,0 +541330,261,55,7,7,7,0,0,0,0,0,0,0 +541430,261,55,13,3,0,0,0,0,0,0,0,0 +541519,261,55,0,3,3,0,0,0,0,0,0,0 +541611,261,55,6,7,7,0,0,0,0,0,0,0 +541613,261,55,6,3,3,0,0,0,0,0,0,0 +541940,261,55,89,11,9,0,0,0,0,0,0,0 +541990,261,55,8,7,7,0,0,0,0,0,0,0 +551114,261,55,94,6,3,0,0,0,0,0,0,0 +561110,261,55,0,3,0,0,0,0,0,0,0,0 +561320,261,55,225,5,0,0,0,0,0,0,0,0 +561510,261,55,6,3,3,0,0,0,0,0,0,0 +561612,261,55,78,4,0,0,0,0,0,0,0,0 +561720,261,55,143,11,7,0,0,0,0,0,0,0 +561730,261,55,90,30,28,0,0,0,0,0,0,0 +561990,261,55,41,4,0,0,0,0,0,0,0,0 +611692,261,55,8,3,0,0,0,0,0,0,0,0 +611699,261,55,1,3,3,0,0,0,0,0,0,0 +621111,261,55,553,63,58,4,0,0,0,0,0,0 +621112,261,55,4,3,3,0,0,0,0,0,0,0 +621210,261,55,229,32,31,0,0,0,0,0,0,0 +621310,261,55,83,23,22,0,0,0,0,0,0,0 +621320,261,55,47,8,4,0,0,0,0,0,0,0 +621330,261,55,8,8,8,0,0,0,0,0,0,0 +621340,261,55,0,7,3,0,0,0,0,0,0,0 +621391,261,55,11,3,0,0,0,0,0,0,0,0 +621399,261,55,17,4,0,0,0,0,0,0,0,0 +621498,261,55,18,6,4,0,0,0,0,0,0,0 +621610,261,55,283,7,0,3,0,0,0,0,0,0 +621910,261,55,43,7,4,0,0,0,0,0,0,0 +623110,261,55,234,4,0,0,0,0,0,0,0,0 +623210,261,55,77,11,11,0,0,0,0,0,0,0 +623312,261,55,226,7,0,4,0,0,0,0,0,0 +623990,261,55,48,4,0,0,0,0,0,0,0,0 +624120,261,55,205,7,4,0,0,0,0,0,0,0 +624190,261,55,70,7,3,0,0,0,0,0,0,0 +624229,261,55,31,3,0,0,0,0,0,0,0,0 +624410,261,55,175,20,14,4,0,0,0,0,0,0 +713910,261,55,33,6,4,0,0,0,0,0,0,0 +713940,261,55,128,9,5,0,0,0,0,0,0,0 +713950,261,55,62,3,0,0,0,0,0,0,0,0 +713990,261,55,13,5,4,0,0,0,0,0,0,0 +721110,261,55,66,8,4,0,0,0,0,0,0,0 +721211,261,55,3,4,4,0,0,0,0,0,0,0 +722310,261,55,240,10,4,4,0,0,0,0,0,0 +722320,261,55,6,3,3,0,0,0,0,0,0,0 +722410,261,55,86,13,11,0,0,0,0,0,0,0 +722511,261,55,1076,66,45,21,0,0,0,0,0,0 +722513,261,55,1141,63,39,24,0,0,0,0,0,0 +722515,261,55,76,10,10,0,0,0,0,0,0,0 +811111,261,55,64,18,18,0,0,0,0,0,0,0 +811118,261,55,23,3,0,0,0,0,0,0,0,0 +811121,261,55,74,17,16,0,0,0,0,0,0,0 +811191,261,55,23,4,0,0,0,0,0,0,0,0 +811192,261,55,40,6,0,0,0,0,0,0,0,0 +811310,261,55,0,3,0,0,0,0,0,0,0,0 +811490,261,55,4,3,3,0,0,0,0,0,0,0 +812112,261,55,62,14,13,0,0,0,0,0,0,0 +812199,261,55,19,6,4,0,0,0,0,0,0,0 +812210,261,55,144,11,8,0,0,0,0,0,0,0 +812310,261,55,48,6,3,0,0,0,0,0,0,0 +813110,261,55,856,85,79,4,0,0,0,0,0,0 +813211,261,55,123,9,7,0,0,0,0,0,0,0 +813410,261,55,53,9,7,0,0,0,0,0,0,0 +813910,261,55,6,5,5,0,0,0,0,0,0,0 +813930,261,55,38,8,6,0,0,0,0,0,0,0 +113310,262,54,24,12,8,0,0,0,0,0,0,0 +115112,262,54,0,7,3,0,0,0,0,0,0,0 +115210,262,54,55,20,13,0,0,0,0,0,0,0 +211120,262,54,0,3,0,0,0,0,0,0,0,0 +212321,262,54,86,16,6,0,0,0,0,0,0,0 +221111,262,54,0,4,4,0,0,0,0,0,0,0 +221112,262,54,0,3,0,0,0,0,0,0,0,0 +221122,262,54,0,8,3,0,0,0,0,0,0,0 +221310,262,54,41,6,0,0,0,0,0,0,0,0 +221320,262,54,0,3,0,0,0,0,0,0,0,0 +236115,262,54,765,253,243,3,0,0,0,0,0,0 +236116,262,54,27,11,4,0,0,0,0,0,0,0 +236117,262,54,427,89,80,3,0,0,0,0,0,0 +236118,262,54,1348,391,374,10,0,0,0,0,0,0 +236210,262,54,204,16,7,0,0,0,0,0,0,0 +236220,262,54,2671,176,137,22,0,0,0,0,0,0 +237110,262,54,390,54,38,0,0,0,0,0,0,0 +237130,262,54,527,13,4,3,0,0,0,0,0,0 +237210,262,54,46,12,10,0,0,0,0,0,0,0 +237310,262,54,381,28,15,0,0,0,0,0,0,0 +237990,262,54,144,22,10,0,0,0,0,0,0,0 +238110,262,54,1289,116,88,12,0,0,0,0,0,0 +238120,262,54,139,9,0,0,0,0,0,0,0,0 +238130,262,54,286,54,43,0,0,0,0,0,0,0 +238140,262,54,572,75,56,3,0,0,0,0,0,0 +238150,262,54,190,15,3,0,0,0,0,0,0,0 +238160,262,54,669,66,47,0,0,0,0,0,0,0 +238170,262,54,282,58,44,3,0,0,0,0,0,0 +238190,262,54,40,8,3,0,0,0,0,0,0,0 +238210,262,54,4137,293,251,30,0,0,0,0,0,0 +238220,262,54,4580,391,329,44,8,0,0,0,0,0 +238290,262,54,508,47,35,5,0,0,0,0,0,0 +238310,262,54,1096,84,72,7,0,0,0,0,0,0 +238320,262,54,1157,162,147,10,0,0,0,0,0,0 +238330,262,54,400,75,70,0,0,0,0,0,0,0 +238340,262,54,189,37,30,0,0,0,0,0,0,0 +238350,262,54,526,102,91,7,0,0,0,0,0,0 +238390,262,54,226,40,30,0,0,0,0,0,0,0 +238910,262,54,1428,182,158,15,0,0,0,0,0,0 +238990,262,54,644,146,139,0,0,0,0,0,0,0 +311119,262,54,161,6,0,0,0,0,0,0,0,0 +311340,262,54,0,3,0,0,0,0,0,0,0,0 +311611,262,54,131,8,0,3,0,0,0,0,0,0 +311612,262,54,20,8,3,0,0,0,0,0,0,0 +311811,262,54,307,23,14,0,0,0,0,0,0,0 +311812,262,54,761,14,3,0,0,0,0,0,0,0 +311919,262,54,1208,6,0,0,0,0,0,0,0,0 +311920,262,54,27,5,3,0,0,0,0,0,0,0 +311991,262,54,0,3,0,0,0,0,0,0,0,0 +312120,262,54,1078,34,17,4,0,0,0,0,0,0 +312130,262,54,71,8,0,0,0,0,0,0,0,0 +312140,262,54,0,3,0,0,0,0,0,0,0,0 +314110,262,54,0,5,3,0,0,0,0,0,0,0 +314910,262,54,57,6,4,0,0,0,0,0,0,0 +314999,262,54,54,6,0,0,0,0,0,0,0,0 +315210,262,54,0,3,0,0,0,0,0,0,0,0 +321113,262,54,114,8,0,0,0,0,0,0,0,0 +321911,262,54,0,3,0,0,0,0,0,0,0,0 +321912,262,54,91,4,0,0,0,0,0,0,0,0 +321918,262,54,223,10,0,0,0,0,0,0,0,0 +321920,262,54,681,20,0,6,0,0,0,0,0,0 +321999,262,54,260,25,15,3,0,0,0,0,0,0 +322211,262,54,894,7,0,3,0,0,0,0,0,0 +322212,262,54,405,6,0,0,3,0,0,0,0,0 +322220,262,54,878,4,0,0,0,0,0,0,0,0 +323111,262,54,1881,83,58,11,0,0,0,0,0,0 +323113,262,54,446,42,28,3,0,0,0,0,0,0 +323117,262,54,286,3,0,0,0,0,0,0,0,0 +323120,262,54,144,10,5,4,0,0,0,0,0,0 +325211,262,54,272,6,0,4,0,0,0,0,0,0 +325412,262,54,569,9,0,0,0,0,0,0,0,0 +325510,262,54,396,11,0,0,0,0,0,0,0,0 +325611,262,54,0,3,0,0,0,0,0,0,0,0 +325998,262,54,75,4,0,0,0,0,0,0,0,0 +326112,262,54,197,3,0,0,0,0,0,0,0,0 +326130,262,54,0,3,0,0,0,0,0,0,0,0 +326140,262,54,513,7,0,4,0,0,0,0,0,0 +326150,262,54,569,4,0,0,0,0,0,0,0,0 +326191,262,54,121,3,0,0,0,0,0,0,0,0 +326199,262,54,10717,89,21,17,16,4,0,0,0,0 +326220,262,54,323,7,0,0,0,0,0,0,0,0 +327110,262,54,50,5,0,0,0,0,0,0,0,0 +327215,262,54,122,11,0,0,0,0,0,0,0,0 +327320,262,54,267,24,0,5,0,0,0,0,0,0 +327331,262,54,29,3,0,0,0,0,0,0,0,0 +327390,262,54,51,7,0,0,0,0,0,0,0,0 +327991,262,54,46,4,0,0,0,0,0,0,0,0 +331523,262,54,505,14,0,3,3,0,0,0,0,0 +331524,262,54,207,4,0,3,0,0,0,0,0,0 +331529,262,54,0,3,0,0,0,0,0,0,0,0 +332114,262,54,0,8,0,0,0,0,0,0,0,0 +332119,262,54,752,20,0,5,0,0,0,0,0,0 +332216,262,54,228,10,0,3,0,0,0,0,0,0 +332311,262,54,0,3,0,0,0,0,0,0,0,0 +332312,262,54,180,15,0,0,0,0,0,0,0,0 +332313,262,54,400,13,0,3,0,0,0,0,0,0 +332322,262,54,924,31,0,6,0,0,0,0,0,0 +332323,262,54,137,11,6,0,0,0,0,0,0,0 +332510,262,54,0,5,0,0,0,0,0,0,0,0 +332613,262,54,397,7,0,0,3,0,0,0,0,0 +332710,262,54,3141,175,139,22,3,0,0,0,0,0 +332721,262,54,1435,37,9,10,0,0,0,0,0,0 +332722,262,54,0,3,0,0,0,0,0,0,0,0 +332811,262,54,173,6,0,0,0,0,0,0,0,0 +332812,262,54,840,31,15,7,0,0,0,0,0,0 +332813,262,54,2186,46,14,5,5,0,0,0,0,0 +332912,262,54,0,3,0,0,0,0,0,0,0,0 +332999,262,54,1267,61,42,7,0,0,0,0,0,0 +333111,262,54,175,6,0,0,0,0,0,0,0,0 +333120,262,54,28,3,0,0,0,0,0,0,0,0 +333244,262,54,54,4,0,0,0,0,0,0,0,0 +333249,262,54,481,33,19,4,0,0,0,0,0,0 +333318,262,54,96,13,3,0,0,0,0,0,0,0 +333413,262,54,0,3,0,0,0,0,0,0,0,0 +333415,262,54,164,4,0,0,0,0,0,0,0,0 +333511,262,54,1746,40,14,12,0,0,0,0,0,0 +333514,262,54,2928,106,49,41,0,0,0,0,0,0 +333515,262,54,219,16,6,0,0,0,0,0,0,0 +333517,262,54,412,19,6,0,0,0,0,0,0,0 +333519,262,54,120,8,0,0,0,0,0,0,0,0 +333914,262,54,0,4,0,0,0,0,0,0,0,0 +333922,262,54,2410,22,0,5,0,0,0,0,0,0 +333923,262,54,130,4,0,0,0,0,0,0,0,0 +333924,262,54,80,3,0,0,0,0,0,0,0,0 +333992,262,54,0,4,0,0,0,0,0,0,0,0 +333993,262,54,131,4,0,0,0,0,0,0,0,0 +333995,262,54,292,3,0,0,0,0,0,0,0,0 +333999,262,54,1889,33,4,6,3,0,0,0,0,0 +334310,262,54,4,3,3,0,0,0,0,0,0,0 +334519,262,54,24,8,3,0,0,0,0,0,0,0 +334614,262,54,22,3,0,0,0,0,0,0,0,0 +335122,262,54,0,3,0,0,0,0,0,0,0,0 +335313,262,54,72,4,0,0,0,0,0,0,0,0 +335314,262,54,23,3,0,0,0,0,0,0,0,0 +335999,262,54,21,7,3,0,0,0,0,0,0,0 +336310,262,54,0,4,0,0,0,0,0,0,0,0 +336320,262,54,148,3,0,0,0,0,0,0,0,0 +336360,262,54,2118,11,0,4,5,0,0,0,0,0 +336370,262,54,6184,32,3,3,0,3,0,0,0,0 +336390,262,54,2079,12,0,0,0,3,0,0,0,0 +336612,262,54,0,4,0,0,0,0,0,0,0,0 +336999,262,54,0,4,0,0,0,0,0,0,0,0 +337110,262,54,111,9,0,3,0,0,0,0,0,0 +337121,262,54,0,4,3,0,0,0,0,0,0,0 +337122,262,54,100,6,3,0,0,0,0,0,0,0 +337127,262,54,1440,23,0,3,0,0,0,0,0,0 +337211,262,54,1770,10,0,0,0,0,0,0,0,0 +337212,262,54,161,9,0,3,0,0,0,0,0,0 +337214,262,54,7919,24,7,0,4,0,0,0,0,0 +337215,262,54,1086,15,0,0,7,0,0,0,0,0 +339112,262,54,867,9,0,0,3,0,0,0,0,0 +339113,262,54,411,5,0,0,0,0,0,0,0,0 +339114,262,54,0,3,0,0,0,0,0,0,0,0 +339116,262,54,208,19,17,0,0,0,0,0,0,0 +339930,262,54,10,3,0,0,0,0,0,0,0,0 +339940,262,54,0,3,0,0,0,0,0,0,0,0 +339950,262,54,270,22,6,3,0,0,0,0,0,0 +339999,262,54,296,65,55,0,0,0,0,0,0,0 +423110,262,54,1027,31,11,6,0,0,0,0,0,0 +423120,262,54,2669,77,41,19,3,0,0,0,0,0 +423130,262,54,210,10,3,0,0,0,0,0,0,0 +423140,262,54,95,14,0,0,0,0,0,0,0,0 +423210,262,54,809,46,28,6,0,0,0,0,0,0 +423220,262,54,267,23,16,3,0,0,0,0,0,0 +423310,262,54,1626,43,18,12,0,0,0,0,0,0 +423320,262,54,36,11,10,0,0,0,0,0,0,0 +423330,262,54,199,12,4,3,0,0,0,0,0,0 +423390,262,54,183,19,12,0,0,0,0,0,0,0 +423420,262,54,631,44,39,3,0,0,0,0,0,0 +423430,262,54,636,31,15,5,0,0,0,0,0,0 +423440,262,54,262,20,13,5,0,0,0,0,0,0 +423450,262,54,631,30,15,6,0,0,0,0,0,0 +423460,262,54,0,4,0,0,0,0,0,0,0,0 +423490,262,54,25,5,0,0,0,0,0,0,0,0 +423510,262,54,1177,48,26,16,0,0,0,0,0,0 +423610,262,54,642,54,40,3,0,0,0,0,0,0 +423620,262,54,0,7,3,3,0,0,0,0,0,0 +423690,262,54,742,42,26,14,0,0,0,0,0,0 +423710,262,54,597,35,21,0,0,0,0,0,0,0 +423720,262,54,509,31,21,3,0,0,0,0,0,0 +423730,262,54,455,36,26,0,0,0,0,0,0,0 +423740,262,54,118,5,0,0,0,0,0,0,0,0 +423810,262,54,355,20,11,3,0,0,0,0,0,0 +423820,262,54,535,22,6,7,0,0,0,0,0,0 +423830,262,54,3339,201,151,38,0,0,0,0,0,0 +423840,262,54,367,44,34,0,0,0,0,0,0,0 +423850,262,54,296,22,15,0,0,0,0,0,0,0 +423860,262,54,139,9,0,0,0,0,0,0,0,0 +423910,262,54,139,22,18,0,0,0,0,0,0,0 +423920,262,54,55,4,0,0,0,0,0,0,0,0 +423930,262,54,279,28,11,3,0,0,0,0,0,0 +423940,262,54,0,3,3,0,0,0,0,0,0,0 +423990,262,54,643,43,31,6,0,0,0,0,0,0 +424110,262,54,68,5,0,0,0,0,0,0,0,0 +424120,262,54,309,19,6,4,0,0,0,0,0,0 +424130,262,54,69,15,9,0,0,0,0,0,0,0 +424210,262,54,1621,28,16,0,0,0,0,0,0,0 +424310,262,54,1043,17,5,6,0,0,0,0,0,0 +424320,262,54,0,3,0,0,0,0,0,0,0,0 +424330,262,54,161,3,0,0,0,0,0,0,0,0 +424410,262,54,0,5,0,0,0,0,0,0,0,0 +424420,262,54,376,8,0,0,0,0,0,0,0,0 +424430,262,54,428,7,0,0,0,0,0,0,0,0 +424450,262,54,76,5,0,0,0,0,0,0,0,0 +424470,262,54,93,7,3,0,0,0,0,0,0,0 +424480,262,54,551,15,0,6,0,0,0,0,0,0 +424490,262,54,713,47,25,12,0,0,0,0,0,0 +424610,262,54,208,19,14,4,0,0,0,0,0,0 +424690,262,54,639,38,27,0,0,0,0,0,0,0 +424710,262,54,289,10,0,3,0,0,0,0,0,0 +424720,262,54,21,11,3,0,0,0,0,0,0,0 +424810,262,54,0,4,0,0,0,0,0,0,0,0 +424820,262,54,157,3,0,0,0,0,0,0,0,0 +424910,262,54,421,31,14,0,0,0,0,0,0,0 +424920,262,54,23,4,0,0,0,0,0,0,0,0 +424930,262,54,980,24,6,0,0,0,0,0,0,0 +424940,262,54,0,4,0,0,0,0,0,0,0,0 +424950,262,54,128,8,4,0,0,0,0,0,0,0 +424990,262,54,562,46,38,3,0,0,0,0,0,0 +425120,262,54,3906,227,201,15,0,0,0,0,0,0 +441110,262,54,4568,94,24,52,5,0,0,0,0,0 +441120,262,54,755,113,92,7,0,0,0,0,0,0 +441210,262,54,481,19,0,3,0,0,0,0,0,0 +441222,262,54,261,30,18,3,0,0,0,0,0,0 +441228,262,54,418,26,14,0,0,0,0,0,0,0 +441310,262,54,1893,182,170,7,0,0,0,0,0,0 +441320,262,54,715,65,53,0,0,0,0,0,0,0 +442110,262,54,818,79,61,9,0,0,0,0,0,0 +442210,262,54,578,47,39,0,0,0,0,0,0,0 +442291,262,54,0,3,0,0,0,0,0,0,0,0 +442299,262,54,640,60,42,12,0,0,0,0,0,0 +443141,262,54,418,33,22,0,0,0,0,0,0,0 +443142,262,54,1042,91,76,4,0,0,0,0,0,0 +444110,262,54,2403,17,0,0,15,0,0,0,0,0 +444120,262,54,168,27,21,0,0,0,0,0,0,0 +444130,262,54,901,75,52,9,0,0,0,0,0,0 +444190,262,54,1326,124,102,12,0,0,0,0,0,0 +444210,262,54,186,22,9,0,0,0,0,0,0,0 +444220,262,54,391,54,45,0,0,0,0,0,0,0 +445110,262,54,5665,188,85,83,4,0,0,0,0,0 +445120,262,54,340,80,66,3,0,0,0,0,0,0 +445210,262,54,292,25,10,5,0,0,0,0,0,0 +445220,262,54,0,3,0,0,0,0,0,0,0,0 +445291,262,54,98,40,36,0,0,0,0,0,0,0 +445292,262,54,25,5,3,0,0,0,0,0,0,0 +445299,262,54,206,34,26,0,0,0,0,0,0,0 +445310,262,54,623,148,135,3,0,0,0,0,0,0 +446110,262,54,2040,122,72,43,0,0,0,0,0,0 +446120,262,54,497,46,31,7,0,0,0,0,0,0 +446130,262,54,267,66,61,0,0,0,0,0,0,0 +446191,262,54,107,30,25,0,0,0,0,0,0,0 +446199,262,54,324,48,38,0,0,0,0,0,0,0 +447110,262,54,3154,325,296,24,0,0,0,0,0,0 +447190,262,54,436,28,13,0,0,0,0,0,0,0 +448110,262,54,142,17,14,0,0,0,0,0,0,0 +448120,262,54,1187,116,103,9,0,0,0,0,0,0 +448130,262,54,315,30,19,4,0,0,0,0,0,0 +448140,262,54,1947,95,42,41,0,0,0,0,0,0 +448150,262,54,183,29,27,0,0,0,0,0,0,0 +448190,262,54,444,41,30,4,0,0,0,0,0,0 +448210,262,54,647,76,66,5,0,0,0,0,0,0 +448310,262,54,393,69,64,0,0,0,0,0,0,0 +448320,262,54,0,3,0,0,0,0,0,0,0,0 +451110,262,54,1558,105,81,11,0,0,0,0,0,0 +451120,262,54,518,26,9,9,0,0,0,0,0,0 +451130,262,54,313,20,10,6,0,0,0,0,0,0 +451140,262,54,113,9,4,3,0,0,0,0,0,0 +451211,262,54,309,25,8,5,0,0,0,0,0,0 +451212,262,54,15,4,0,0,0,0,0,0,0,0 +452210,262,54,1569,15,0,3,8,0,0,0,0,0 +452311,262,54,9626,41,0,4,13,22,0,0,0,0 +452319,262,54,1588,184,164,13,0,0,0,0,0,0 +453110,262,54,351,44,30,0,0,0,0,0,0,0 +453210,262,54,283,20,14,4,0,0,0,0,0,0 +453220,262,54,455,68,62,0,0,0,0,0,0,0 +453310,262,54,1101,121,89,14,0,0,0,0,0,0 +453910,262,54,487,33,18,4,0,0,0,0,0,0 +453920,262,54,75,17,12,0,0,0,0,0,0,0 +453991,262,54,67,22,16,0,0,0,0,0,0,0 +453998,262,54,621,147,135,4,0,0,0,0,0,0 +454110,262,54,1117,168,153,11,0,0,0,0,0,0 +454210,262,54,398,21,11,3,0,0,0,0,0,0 +454310,262,54,273,22,13,0,0,0,0,0,0,0 +454390,262,54,540,107,94,7,0,0,0,0,0,0 +481111,262,54,0,3,0,0,0,0,0,0,0,0 +483113,262,54,194,5,0,0,0,0,0,0,0,0 +484110,262,54,2938,110,83,10,4,0,0,0,0,0 +484121,262,54,4002,208,163,32,4,0,0,0,0,0 +484122,262,54,1493,35,9,11,3,0,0,0,0,0 +484210,262,54,282,17,5,5,0,0,0,0,0,0 +484220,262,54,628,88,75,3,0,0,0,0,0,0 +484230,262,54,706,37,21,0,0,0,0,0,0,0 +485310,262,54,36,4,0,0,0,0,0,0,0,0 +485320,262,54,32,5,0,0,0,0,0,0,0,0 +485510,262,54,80,4,0,0,0,0,0,0,0,0 +485991,262,54,261,7,0,3,0,0,0,0,0,0 +488119,262,54,248,5,0,0,0,0,0,0,0,0 +488190,262,54,30,7,0,0,0,0,0,0,0,0 +488410,262,54,264,40,27,4,0,0,0,0,0,0 +488490,262,54,160,15,6,3,0,0,0,0,0,0 +488510,262,54,722,60,43,4,0,0,0,0,0,0 +488991,262,54,21,6,3,0,0,0,0,0,0,0 +492110,262,54,2128,29,20,0,3,0,0,0,0,0 +492210,262,54,53,9,7,0,0,0,0,0,0,0 +493110,262,54,1801,65,35,19,4,0,0,0,0,0 +493120,262,54,0,3,0,0,0,0,0,0,0,0 +493190,262,54,93,7,4,0,0,0,0,0,0,0 +511110,262,54,238,8,0,0,0,0,0,0,0,0 +511120,262,54,123,14,4,0,0,0,0,0,0,0 +511130,262,54,498,14,6,0,0,0,0,0,0,0 +511199,262,54,6,3,3,0,0,0,0,0,0,0 +511210,262,54,463,32,24,3,0,0,0,0,0,0 +512110,262,54,86,36,29,0,0,0,0,0,0,0 +512131,262,54,496,14,3,3,0,0,0,0,0,0 +512240,262,54,5,4,4,0,0,0,0,0,0,0 +515112,262,54,200,19,7,0,0,0,0,0,0,0 +515120,262,54,357,5,0,0,3,0,0,0,0,0 +517311,262,54,1747,112,88,13,0,0,0,0,0,0 +517312,262,54,557,83,69,7,0,0,0,0,0,0 +517911,262,54,61,13,7,0,0,0,0,0,0,0 +517919,262,54,14,7,6,0,0,0,0,0,0,0 +518210,262,54,1238,50,34,0,3,0,0,0,0,0 +519130,262,54,117,17,14,0,0,0,0,0,0,0 +519190,262,54,35,22,21,0,0,0,0,0,0,0 +522110,262,54,5430,383,342,23,5,0,0,0,0,0 +522120,262,54,0,11,8,0,0,0,0,0,0,0 +522130,262,54,1893,142,108,15,0,0,0,0,0,0 +522220,262,54,45,15,8,0,0,0,0,0,0,0 +522291,262,54,18,14,12,0,0,0,0,0,0,0 +522292,262,54,705,39,29,0,0,0,0,0,0,0 +522298,262,54,0,5,3,0,0,0,0,0,0,0 +522310,262,54,54,14,7,0,0,0,0,0,0,0 +522320,262,54,61,10,9,0,0,0,0,0,0,0 +522390,262,54,148,69,68,0,0,0,0,0,0,0 +523110,262,54,0,5,3,0,0,0,0,0,0,0 +523120,262,54,666,100,89,7,0,0,0,0,0,0 +523910,262,54,24,9,8,0,0,0,0,0,0,0 +523920,262,54,812,228,220,4,0,0,0,0,0,0 +523930,262,54,192,85,84,0,0,0,0,0,0,0 +523991,262,54,22,6,4,0,0,0,0,0,0,0 +523999,262,54,10,9,9,0,0,0,0,0,0,0 +524113,262,54,159,20,19,0,0,0,0,0,0,0 +524114,262,54,1846,14,4,5,0,0,0,0,0,0 +524126,262,54,1194,33,16,4,0,0,0,0,0,0 +524127,262,54,0,31,22,3,0,0,0,0,0,0 +524210,262,54,4084,599,561,28,4,0,0,0,0,0 +524291,262,54,56,12,12,0,0,0,0,0,0,0 +524292,262,54,1278,22,16,3,0,0,0,0,0,0 +524298,262,54,51,20,15,0,0,0,0,0,0,0 +531110,262,54,929,107,98,0,0,0,0,0,0,0 +531120,262,54,358,69,64,0,0,0,0,0,0,0 +531130,262,54,90,28,25,0,0,0,0,0,0,0 +531190,262,54,183,52,46,0,0,0,0,0,0,0 +531210,262,54,1127,352,343,5,0,0,0,0,0,0 +531311,262,54,1109,106,87,5,0,0,0,0,0,0 +531312,262,54,240,38,34,0,0,0,0,0,0,0 +531320,262,54,153,74,68,0,0,0,0,0,0,0 +531390,262,54,76,47,44,0,0,0,0,0,0,0 +532111,262,54,184,22,18,3,0,0,0,0,0,0 +532120,262,54,199,28,20,0,0,0,0,0,0,0 +532210,262,54,14,24,20,0,0,0,0,0,0,0 +532281,262,54,35,4,0,0,0,0,0,0,0,0 +532282,262,54,0,19,14,0,0,0,0,0,0,0 +532283,262,54,27,4,0,0,0,0,0,0,0,0 +532284,262,54,0,4,4,0,0,0,0,0,0,0 +532289,262,54,86,13,5,0,0,0,0,0,0,0 +532310,262,54,72,14,10,0,0,0,0,0,0,0 +532412,262,54,243,10,3,0,0,0,0,0,0,0 +532490,262,54,405,32,26,0,0,0,0,0,0,0 +533110,262,54,15,3,0,0,0,0,0,0,0,0 +541110,262,54,2622,430,403,16,3,0,0,0,0,0 +541191,262,54,152,26,19,0,0,0,0,0,0,0 +541199,262,54,95,17,14,3,0,0,0,0,0,0 +541211,262,54,1935,169,138,17,3,0,0,0,0,0 +541213,262,54,628,97,89,0,0,0,0,0,0,0 +541214,262,54,229,18,13,0,0,0,0,0,0,0 +541219,262,54,1243,128,110,4,0,0,0,0,0,0 +541310,262,54,520,71,63,4,0,0,0,0,0,0 +541320,262,54,58,11,9,0,0,0,0,0,0,0 +541330,262,54,3728,240,193,34,4,0,0,0,0,0 +541340,262,54,15,9,9,0,0,0,0,0,0,0 +541350,262,54,84,34,29,0,0,0,0,0,0,0 +541370,262,54,160,17,11,0,0,0,0,0,0,0 +541380,262,54,415,27,11,3,0,0,0,0,0,0 +541410,262,54,106,35,31,0,0,0,0,0,0,0 +541420,262,54,105,27,18,0,0,0,0,0,0,0 +541430,262,54,283,69,63,0,0,0,0,0,0,0 +541490,262,54,34,10,7,0,0,0,0,0,0,0 +541511,262,54,1421,183,161,16,0,0,0,0,0,0 +541512,262,54,888,123,113,4,0,0,0,0,0,0 +541513,262,54,171,19,11,0,0,0,0,0,0,0 +541519,262,54,265,34,28,0,0,0,0,0,0,0 +541611,262,54,1130,185,175,7,0,0,0,0,0,0 +541612,262,54,327,29,17,4,0,0,0,0,0,0 +541613,262,54,411,91,83,4,0,0,0,0,0,0 +541614,262,54,533,31,18,3,0,0,0,0,0,0 +541618,262,54,62,26,24,0,0,0,0,0,0,0 +541620,262,54,175,27,20,0,0,0,0,0,0,0 +541690,262,54,214,52,43,0,0,0,0,0,0,0 +541715,262,54,419,9,0,0,0,0,0,0,0,0 +541810,262,54,624,55,48,0,0,0,0,0,0,0 +541820,262,54,117,17,11,0,0,0,0,0,0,0 +541850,262,54,38,7,4,0,0,0,0,0,0,0 +541860,262,54,186,8,3,3,0,0,0,0,0,0 +541870,262,54,1,3,3,0,0,0,0,0,0,0 +541890,262,54,270,40,32,0,0,0,0,0,0,0 +541910,262,54,32,7,5,0,0,0,0,0,0,0 +541921,262,54,124,36,34,0,0,0,0,0,0,0 +541922,262,54,40,19,18,0,0,0,0,0,0,0 +541930,262,54,50,12,8,0,0,0,0,0,0,0 +541940,262,54,1364,112,99,11,0,0,0,0,0,0 +541990,262,54,545,137,130,3,0,0,0,0,0,0 +551112,262,54,1271,30,14,5,3,0,0,0,0,0 +551114,262,54,19156,230,132,53,11,11,6,3,0,0 +561110,262,54,1993,108,79,17,0,0,0,0,0,0 +561210,262,54,168,21,13,0,0,0,0,0,0,0 +561311,262,54,1558,26,14,4,0,3,0,0,0,0 +561312,262,54,86,23,21,0,0,0,0,0,0,0 +561320,262,54,15495,143,44,44,23,15,3,0,0,0 +561330,262,54,1647,22,6,11,0,0,0,0,0,0 +561410,262,54,39,7,5,0,0,0,0,0,0,0 +561421,262,54,97,4,0,0,0,0,0,0,0,0 +561422,262,54,192,5,0,0,0,0,0,0,0,0 +561431,262,54,179,10,5,0,0,0,0,0,0,0 +561439,262,54,259,10,7,0,0,0,0,0,0,0 +561440,262,54,36,6,4,0,0,0,0,0,0,0 +561491,262,54,171,4,0,0,0,0,0,0,0,0 +561492,262,54,15,9,9,0,0,0,0,0,0,0 +561499,262,54,360,68,64,0,0,0,0,0,0,0 +561510,262,54,917,45,38,0,0,0,0,0,0,0 +561520,262,54,68,6,4,0,0,0,0,0,0,0 +561599,262,54,75,6,4,0,0,0,0,0,0,0 +561611,262,54,56,8,5,0,0,0,0,0,0,0 +561612,262,54,1713,17,0,3,0,0,0,0,0,0 +561613,262,54,135,6,0,3,0,0,0,0,0,0 +561621,262,54,517,11,5,0,0,0,0,0,0,0 +561622,262,54,63,10,3,0,0,0,0,0,0,0 +561710,262,54,191,36,29,0,0,0,0,0,0,0 +561720,262,54,7091,243,190,31,0,0,0,0,0,0 +561730,262,54,3805,436,397,24,4,0,0,0,0,0 +561740,262,54,133,28,21,0,0,0,0,0,0,0 +561790,262,54,224,45,39,0,0,0,0,0,0,0 +561910,262,54,324,4,0,0,0,0,0,0,0,0 +561920,262,54,94,10,6,0,0,0,0,0,0,0 +561990,262,54,638,50,36,7,0,0,0,0,0,0 +562111,262,54,537,51,32,4,0,0,0,0,0,0 +562119,262,54,0,3,0,0,0,0,0,0,0,0 +562212,262,54,32,3,3,0,0,0,0,0,0,0 +562910,262,54,113,16,7,0,0,0,0,0,0,0 +562920,262,54,172,11,3,0,0,0,0,0,0,0 +562991,262,54,61,17,10,0,0,0,0,0,0,0 +562998,262,54,23,3,0,0,0,0,0,0,0,0 +611110,262,54,10560,87,24,45,9,0,0,0,0,0 +611210,262,54,0,3,0,0,0,0,0,0,0,0 +611310,262,54,5145,12,0,0,0,0,3,0,0,0 +611430,262,54,17,12,9,0,0,0,0,0,0,0 +611511,262,54,92,10,3,0,0,0,0,0,0,0 +611519,262,54,89,12,0,0,0,0,0,0,0,0 +611610,262,54,265,39,26,0,0,0,0,0,0,0 +611620,262,54,527,39,31,5,0,0,0,0,0,0 +611691,262,54,188,17,14,3,0,0,0,0,0,0 +611692,262,54,110,8,0,0,0,0,0,0,0,0 +611699,262,54,143,15,9,0,0,0,0,0,0,0 +611710,262,54,311,41,38,0,0,0,0,0,0,0 +621111,262,54,13297,512,343,137,20,5,0,0,0,0 +621112,262,54,106,20,16,0,0,0,0,0,0,0 +621210,262,54,4460,488,460,22,0,0,0,0,0,0 +621310,262,54,869,187,177,3,0,0,0,0,0,0 +621320,262,54,457,80,70,0,0,0,0,0,0,0 +621330,262,54,265,103,97,0,0,0,0,0,0,0 +621340,262,54,1048,147,133,9,0,0,0,0,0,0 +621391,262,54,146,30,16,0,0,0,0,0,0,0 +621399,262,54,98,28,21,0,0,0,0,0,0,0 +621410,262,54,113,8,3,3,0,0,0,0,0,0 +621420,262,54,849,39,9,13,0,0,0,0,0,0 +621492,262,54,0,23,7,5,0,0,0,0,0,0 +621493,262,54,478,15,4,3,0,0,0,0,0,0 +621498,262,54,1325,56,27,10,0,0,0,0,0,0 +621511,262,54,216,20,11,4,0,0,0,0,0,0 +621512,262,54,73,3,0,0,0,0,0,0,0,0 +621610,262,54,4705,99,31,37,8,0,0,0,0,0 +621910,262,54,521,11,5,0,0,0,0,0,0,0 +621991,262,54,383,4,0,0,0,0,0,0,0,0 +621999,262,54,64,8,3,0,0,0,0,0,0,0 +622110,262,54,15961,10,0,0,0,0,0,0,0,0 +622310,262,54,0,4,0,3,0,0,0,0,0,0 +623110,262,54,4864,41,0,9,10,4,0,0,0,0 +623210,262,54,2510,189,163,15,0,0,0,0,0,0 +623220,262,54,553,17,7,0,0,0,0,0,0,0 +623311,262,54,3036,24,0,7,12,0,0,0,0,0 +623312,262,54,4442,121,53,48,4,0,0,0,0,0 +623990,262,54,392,29,15,6,0,0,0,0,0,0 +624110,262,54,878,42,26,5,0,0,0,0,0,0 +624120,262,54,2671,102,64,25,0,0,0,0,0,0 +624190,262,54,1764,136,102,17,0,0,0,0,0,0 +624210,262,54,258,26,17,0,0,0,0,0,0,0 +624221,262,54,73,7,0,0,0,0,0,0,0,0 +624229,262,54,147,16,7,0,0,0,0,0,0,0 +624230,262,54,0,3,0,0,0,0,0,0,0,0 +624310,262,54,600,28,17,4,0,0,0,0,0,0 +624410,262,54,2196,177,124,41,0,0,0,0,0,0 +711110,262,54,55,5,3,0,0,0,0,0,0,0 +711130,262,54,0,5,3,0,0,0,0,0,0,0 +711211,262,54,0,3,0,0,0,0,0,0,0,0 +711310,262,54,462,12,6,0,0,0,0,0,0,0 +711320,262,54,77,17,12,0,0,0,0,0,0,0 +711510,262,54,61,36,32,0,0,0,0,0,0,0 +712110,262,54,263,9,0,0,0,0,0,0,0,0 +712190,262,54,0,3,0,0,0,0,0,0,0,0 +713120,262,54,427,13,0,0,0,0,0,0,0,0 +713910,262,54,806,72,52,8,0,0,0,0,0,0 +713930,262,54,216,30,23,0,0,0,0,0,0,0 +713940,262,54,2679,106,77,13,6,0,0,0,0,0 +713950,262,54,362,23,4,6,0,0,0,0,0,0 +713990,262,54,334,65,55,0,0,0,0,0,0,0 +721110,262,54,3840,128,77,41,0,0,0,0,0,0 +721191,262,54,37,8,8,0,0,0,0,0,0,0 +721211,262,54,42,27,24,0,0,0,0,0,0,0 +721214,262,54,162,12,0,0,0,0,0,0,0,0 +721310,262,54,30,7,6,0,0,0,0,0,0,0 +722310,262,54,1813,110,85,15,0,0,0,0,0,0 +722320,262,54,624,32,11,9,0,0,0,0,0,0 +722330,262,54,63,17,14,0,0,0,0,0,0,0 +722410,262,54,1392,150,129,14,0,0,0,0,0,0 +722511,262,54,22503,825,423,383,13,0,0,0,0,0 +722513,262,54,18346,913,524,384,0,0,0,0,0,0 +722514,262,54,197,13,3,0,0,0,0,0,0,0 +722515,262,54,1875,216,186,20,0,0,0,0,0,0 +811111,262,54,1940,377,363,5,0,0,0,0,0,0 +811113,262,54,68,21,16,0,0,0,0,0,0,0 +811118,262,54,133,19,10,0,0,0,0,0,0,0 +811121,262,54,1167,189,175,10,0,0,0,0,0,0 +811122,262,54,148,26,21,0,0,0,0,0,0,0 +811191,262,54,522,48,38,0,0,0,0,0,0,0 +811192,262,54,653,78,67,6,0,0,0,0,0,0 +811198,262,54,51,14,11,0,0,0,0,0,0,0 +811211,262,54,12,3,0,0,0,0,0,0,0,0 +811212,262,54,206,19,13,0,0,0,0,0,0,0 +811213,262,54,63,19,15,0,0,0,0,0,0,0 +811219,262,54,42,10,7,0,0,0,0,0,0,0 +811310,262,54,1304,155,136,5,0,0,0,0,0,0 +811411,262,54,27,10,8,0,0,0,0,0,0,0 +811412,262,54,45,12,10,0,0,0,0,0,0,0 +811420,262,54,20,10,9,0,0,0,0,0,0,0 +811490,262,54,172,68,61,0,0,0,0,0,0,0 +812111,262,54,0,23,23,0,0,0,0,0,0,0 +812112,262,54,2209,303,285,9,0,0,0,0,0,0 +812113,262,54,27,8,7,0,0,0,0,0,0,0 +812191,262,54,107,8,4,4,0,0,0,0,0,0 +812199,262,54,301,59,48,0,0,0,0,0,0,0 +812210,262,54,651,61,41,7,0,0,0,0,0,0 +812220,262,54,94,21,13,0,0,0,0,0,0,0 +812310,262,54,149,33,28,0,0,0,0,0,0,0 +812320,262,54,620,52,40,0,0,0,0,0,0,0 +812332,262,54,209,5,0,0,0,0,0,0,0,0 +812910,262,54,442,69,59,0,0,0,0,0,0,0 +812921,262,54,37,3,0,0,0,0,0,0,0,0 +812930,262,54,329,15,12,3,0,0,0,0,0,0 +812990,262,54,158,80,77,0,0,0,0,0,0,0 +813110,262,54,9994,1108,1011,88,4,0,0,0,0,0 +813211,262,54,184,34,26,3,0,0,0,0,0,0 +813212,262,54,68,15,12,0,0,0,0,0,0,0 +813219,262,54,172,16,6,0,0,0,0,0,0,0 +813311,262,54,194,17,10,0,0,0,0,0,0,0 +813312,262,54,82,12,8,0,0,0,0,0,0,0 +813319,262,54,128,27,22,0,0,0,0,0,0,0 +813410,262,54,1520,134,115,6,0,0,0,0,0,0 +813910,262,54,209,40,32,3,0,0,0,0,0,0 +813920,262,54,42,8,6,0,0,0,0,0,0,0 +813930,262,54,664,69,58,4,0,0,0,0,0,0 +813940,262,54,6,5,5,0,0,0,0,0,0,0 +813990,262,54,64,29,24,0,0,0,0,0,0,0 +113310,262,55,5,3,3,0,0,0,0,0,0,0 +115112,262,55,6,3,0,0,0,0,0,0,0,0 +221122,262,55,84,3,0,3,0,0,0,0,0,0 +236115,262,55,40,12,10,0,0,0,0,0,0,0 +236118,262,55,61,25,22,0,0,0,0,0,0,0 +236220,262,55,22,3,0,0,0,0,0,0,0,0 +237110,262,55,14,4,3,0,0,0,0,0,0,0 +237310,262,55,39,3,3,0,0,0,0,0,0,0 +238110,262,55,27,7,0,0,0,0,0,0,0,0 +238130,262,55,9,3,0,0,0,0,0,0,0,0 +238170,262,55,0,3,3,0,0,0,0,0,0,0 +238210,262,55,101,19,13,0,0,0,0,0,0,0 +238220,262,55,112,14,10,0,0,0,0,0,0,0 +238310,262,55,8,6,6,0,0,0,0,0,0,0 +238350,262,55,14,5,5,0,0,0,0,0,0,0 +238910,262,55,30,15,12,0,0,0,0,0,0,0 +238990,262,55,14,10,10,0,0,0,0,0,0,0 +323111,262,55,0,3,0,0,0,0,0,0,0,0 +326199,262,55,0,5,0,0,0,0,0,0,0,0 +327320,262,55,0,3,0,0,0,0,0,0,0,0 +332710,262,55,65,5,0,0,0,0,0,0,0,0 +333511,262,55,0,3,0,0,0,0,0,0,0,0 +333514,262,55,327,7,4,0,0,0,0,0,0,0 +336390,262,55,0,3,0,0,0,0,0,0,0,0 +339920,262,55,5,3,3,0,0,0,0,0,0,0 +339999,262,55,5,3,3,0,0,0,0,0,0,0 +423820,262,55,54,4,0,0,0,0,0,0,0,0 +423830,262,55,19,6,4,0,0,0,0,0,0,0 +423930,262,55,25,3,0,0,0,0,0,0,0,0 +424910,262,55,38,4,3,0,0,0,0,0,0,0 +425120,262,55,7,3,3,0,0,0,0,0,0,0 +441110,262,55,202,5,0,0,0,0,0,0,0,0 +441120,262,55,95,16,13,0,0,0,0,0,0,0 +441310,262,55,190,24,17,0,0,0,0,0,0,0 +441320,262,55,64,4,3,0,0,0,0,0,0,0 +442110,262,55,34,7,3,0,0,0,0,0,0,0 +442210,262,55,9,3,3,0,0,0,0,0,0,0 +444130,262,55,66,13,10,0,0,0,0,0,0,0 +444190,262,55,127,14,11,0,0,0,0,0,0,0 +444220,262,55,86,8,0,0,0,0,0,0,0,0 +445110,262,55,445,16,3,5,0,0,0,0,0,0 +445120,262,55,14,5,4,0,0,0,0,0,0,0 +445310,262,55,18,4,0,0,0,0,0,0,0,0 +446110,262,55,158,9,0,0,0,0,0,0,0,0 +446191,262,55,9,3,0,0,0,0,0,0,0,0 +446199,262,55,26,8,3,0,0,0,0,0,0,0 +447110,262,55,524,52,49,0,0,0,0,0,0,0 +448140,262,55,41,3,0,0,0,0,0,0,0,0 +451110,262,55,28,7,0,0,0,0,0,0,0,0 +452311,262,55,592,3,0,0,0,0,0,0,0,0 +452319,262,55,76,26,20,0,0,0,0,0,0,0 +453110,262,55,9,4,4,0,0,0,0,0,0,0 +453310,262,55,29,8,3,0,0,0,0,0,0,0 +453998,262,55,42,13,11,0,0,0,0,0,0,0 +454110,262,55,24,3,0,0,0,0,0,0,0,0 +454310,262,55,74,10,4,0,0,0,0,0,0,0 +484110,262,55,13,4,3,0,0,0,0,0,0,0 +484121,262,55,192,11,5,0,0,0,0,0,0,0 +484220,262,55,34,14,11,0,0,0,0,0,0,0 +484230,262,55,59,5,0,0,0,0,0,0,0,0 +517311,262,55,142,15,12,0,0,0,0,0,0,0 +522110,262,55,259,33,27,0,0,0,0,0,0,0 +522130,262,55,81,7,3,0,0,0,0,0,0,0 +522390,262,55,20,8,8,0,0,0,0,0,0,0 +523920,262,55,0,12,11,0,0,0,0,0,0,0 +524210,262,55,137,41,41,0,0,0,0,0,0,0 +531110,262,55,18,4,0,0,0,0,0,0,0,0 +531210,262,55,35,19,17,0,0,0,0,0,0,0 +531311,262,55,21,5,4,0,0,0,0,0,0,0 +532289,262,55,11,3,0,0,0,0,0,0,0,0 +541110,262,55,56,25,24,0,0,0,0,0,0,0 +541211,262,55,14,4,3,0,0,0,0,0,0,0 +541213,262,55,16,8,8,0,0,0,0,0,0,0 +541219,262,55,11,8,5,0,0,0,0,0,0,0 +541370,262,55,6,3,3,0,0,0,0,0,0,0 +541512,262,55,0,3,3,0,0,0,0,0,0,0 +541611,262,55,13,3,0,0,0,0,0,0,0,0 +541940,262,55,121,11,9,0,0,0,0,0,0,0 +561320,262,55,0,5,0,0,0,0,0,0,0,0 +561710,262,55,20,6,4,0,0,0,0,0,0,0 +561720,262,55,149,12,7,0,0,0,0,0,0,0 +561730,262,55,27,10,8,0,0,0,0,0,0,0 +562991,262,55,7,3,3,0,0,0,0,0,0,0 +621111,262,55,468,37,23,10,0,0,0,0,0,0 +621210,262,55,271,27,24,0,0,0,0,0,0,0 +621310,262,55,77,14,10,0,0,0,0,0,0,0 +621320,262,55,37,8,0,0,0,0,0,0,0,0 +621330,262,55,0,3,0,0,0,0,0,0,0,0 +621340,262,55,22,5,0,0,0,0,0,0,0,0 +621498,262,55,54,4,0,0,0,0,0,0,0,0 +621610,262,55,46,7,6,0,0,0,0,0,0,0 +622110,262,55,1450,7,0,0,0,0,0,0,0,0 +623210,262,55,82,14,10,0,0,0,0,0,0,0 +623312,262,55,138,9,0,0,0,0,0,0,0,0 +624190,262,55,0,4,0,0,0,0,0,0,0,0 +624410,262,55,95,14,8,0,0,0,0,0,0,0 +711510,262,55,7,3,3,0,0,0,0,0,0,0 +713910,262,55,105,11,5,0,0,0,0,0,0,0 +713940,262,55,68,8,0,0,0,0,0,0,0,0 +713950,262,55,30,5,3,0,0,0,0,0,0,0 +713990,262,55,10,4,4,0,0,0,0,0,0,0 +721110,262,55,223,8,0,0,0,0,0,0,0,0 +721211,262,55,6,4,4,0,0,0,0,0,0,0 +722310,262,55,47,4,0,0,0,0,0,0,0,0 +722410,262,55,56,10,7,0,0,0,0,0,0,0 +722511,262,55,1115,62,41,19,0,0,0,0,0,0 +722513,262,55,1022,51,28,18,0,0,0,0,0,0 +722515,262,55,52,11,5,0,0,0,0,0,0,0 +811111,262,55,114,31,29,0,0,0,0,0,0,0 +811121,262,55,77,17,14,0,0,0,0,0,0,0 +811191,262,55,17,3,0,0,0,0,0,0,0,0 +811192,262,55,19,3,0,0,0,0,0,0,0,0 +811310,262,55,60,11,7,0,0,0,0,0,0,0 +811490,262,55,6,6,6,0,0,0,0,0,0,0 +812112,262,55,92,16,12,0,0,0,0,0,0,0 +812199,262,55,0,6,0,0,0,0,0,0,0,0 +812210,262,55,44,8,3,0,0,0,0,0,0,0 +813110,262,55,478,86,80,6,0,0,0,0,0,0 +813410,262,55,51,14,13,0,0,0,0,0,0,0 +813930,262,55,0,5,0,0,0,0,0,0,0,0 +221122,269,54,0,3,0,0,0,0,0,0,0,0 +236115,269,54,29,10,8,0,0,0,0,0,0,0 +236118,269,54,17,11,11,0,0,0,0,0,0,0 +236220,269,54,16,3,0,0,0,0,0,0,0,0 +237110,269,54,29,7,5,0,0,0,0,0,0,0 +237130,269,54,25,3,0,0,0,0,0,0,0,0 +238110,269,54,23,7,5,0,0,0,0,0,0,0 +238140,269,54,10,3,0,0,0,0,0,0,0,0 +238210,269,54,57,11,9,0,0,0,0,0,0,0 +238220,269,54,52,12,11,0,0,0,0,0,0,0 +238320,269,54,14,3,0,0,0,0,0,0,0,0 +238910,269,54,20,6,5,0,0,0,0,0,0,0 +238990,269,54,0,3,0,0,0,0,0,0,0,0 +332322,269,54,57,6,0,0,0,0,0,0,0,0 +339950,269,54,0,3,0,0,0,0,0,0,0,0 +423820,269,54,31,3,0,0,0,0,0,0,0,0 +424480,269,54,93,4,0,3,0,0,0,0,0,0 +424720,269,54,0,3,0,0,0,0,0,0,0,0 +424910,269,54,0,3,0,0,0,0,0,0,0,0 +441110,269,54,113,3,0,3,0,0,0,0,0,0 +441228,269,54,36,3,0,0,0,0,0,0,0,0 +441310,269,54,78,12,10,0,0,0,0,0,0,0 +441320,269,54,34,6,4,0,0,0,0,0,0,0 +444130,269,54,51,6,3,0,0,0,0,0,0,0 +444190,269,54,21,3,0,0,0,0,0,0,0,0 +444220,269,54,45,3,0,0,0,0,0,0,0,0 +445110,269,54,231,9,3,0,0,0,0,0,0,0 +445310,269,54,16,3,0,0,0,0,0,0,0,0 +446110,269,54,82,6,4,0,0,0,0,0,0,0 +446199,269,54,9,3,3,0,0,0,0,0,0,0 +447110,269,54,231,22,19,3,0,0,0,0,0,0 +448140,269,54,20,4,0,0,0,0,0,0,0,0 +451110,269,54,0,3,0,0,0,0,0,0,0,0 +452319,269,54,95,11,7,0,0,0,0,0,0,0 +453110,269,54,0,3,0,0,0,0,0,0,0,0 +453310,269,54,0,3,0,0,0,0,0,0,0,0 +453998,269,54,8,4,4,0,0,0,0,0,0,0 +454110,269,54,0,3,0,0,0,0,0,0,0,0 +454310,269,54,37,5,3,0,0,0,0,0,0,0 +484110,269,54,2,3,3,0,0,0,0,0,0,0 +484121,269,54,4,3,3,0,0,0,0,0,0,0 +484220,269,54,218,7,5,0,0,0,0,0,0,0 +488410,269,54,0,4,3,0,0,0,0,0,0,0 +517311,269,54,15,5,3,0,0,0,0,0,0,0 +522110,269,54,69,9,7,0,0,0,0,0,0,0 +522130,269,54,0,4,0,0,0,0,0,0,0,0 +522390,269,54,0,3,3,0,0,0,0,0,0,0 +523920,269,54,0,7,7,0,0,0,0,0,0,0 +524126,269,54,0,3,0,0,0,0,0,0,0,0 +524210,269,54,56,12,8,0,0,0,0,0,0,0 +531210,269,54,15,9,9,0,0,0,0,0,0,0 +531320,269,54,2,4,4,0,0,0,0,0,0,0 +531390,269,54,0,3,0,0,0,0,0,0,0,0 +532282,269,54,14,3,0,0,0,0,0,0,0,0 +541110,269,54,41,14,14,0,0,0,0,0,0,0 +541213,269,54,0,4,3,0,0,0,0,0,0,0 +541330,269,54,22,3,0,0,0,0,0,0,0,0 +541511,269,54,4,3,3,0,0,0,0,0,0,0 +541611,269,54,0,3,0,0,0,0,0,0,0,0 +541940,269,54,42,3,0,0,0,0,0,0,0,0 +551114,269,54,712,5,0,0,0,0,0,0,0,0 +561720,269,54,151,7,3,0,0,0,0,0,0,0 +561730,269,54,100,9,7,0,0,0,0,0,0,0 +561790,269,54,5,3,3,0,0,0,0,0,0,0 +562111,269,54,9,3,0,0,0,0,0,0,0,0 +562991,269,54,9,3,0,0,0,0,0,0,0,0 +611110,269,54,54,4,0,0,0,0,0,0,0,0 +621111,269,54,53,8,4,0,0,0,0,0,0,0 +621210,269,54,55,7,7,0,0,0,0,0,0,0 +621310,269,54,14,5,3,0,0,0,0,0,0,0 +621340,269,54,31,4,0,0,0,0,0,0,0,0 +621498,269,54,0,3,0,0,0,0,0,0,0,0 +621610,269,54,145,4,0,0,0,0,0,0,0,0 +622110,269,54,0,6,0,3,0,0,0,0,0,0 +623210,269,54,53,5,3,0,0,0,0,0,0,0 +623312,269,54,0,3,0,0,0,0,0,0,0,0 +624110,269,54,0,3,3,0,0,0,0,0,0,0 +624120,269,54,0,3,0,0,0,0,0,0,0,0 +624190,269,54,47,4,0,0,0,0,0,0,0,0 +624410,269,54,108,12,10,0,0,0,0,0,0,0 +713910,269,54,3,3,3,0,0,0,0,0,0,0 +713940,269,54,7,3,3,0,0,0,0,0,0,0 +721214,269,54,21,3,0,0,0,0,0,0,0,0 +722410,269,54,14,3,0,0,0,0,0,0,0,0 +722511,269,54,470,32,22,10,0,0,0,0,0,0 +722513,269,54,455,27,18,8,0,0,0,0,0,0 +722515,269,54,31,3,0,0,0,0,0,0,0,0 +811111,269,54,21,12,11,0,0,0,0,0,0,0 +811121,269,54,22,5,3,0,0,0,0,0,0,0 +811310,269,54,0,3,0,0,0,0,0,0,0,0 +812112,269,54,43,10,6,0,0,0,0,0,0,0 +812210,269,54,21,4,3,0,0,0,0,0,0,0 +812310,269,54,19,6,5,0,0,0,0,0,0,0 +812990,269,54,20,4,3,0,0,0,0,0,0,0 +813110,269,54,202,50,48,0,0,0,0,0,0,0 +813211,269,54,33,3,0,0,0,0,0,0,0,0 +813410,269,54,22,4,0,0,0,0,0,0,0,0 +813910,269,54,5,3,3,0,0,0,0,0,0,0 +813930,269,54,32,4,0,0,0,0,0,0,0,0 +113310,269,55,1300,273,206,0,0,0,0,0,0,0 +115112,269,55,1,4,4,0,0,0,0,0,0,0 +115210,269,55,30,18,11,0,0,0,0,0,0,0 +115310,269,55,10,7,3,0,0,0,0,0,0,0 +211120,269,55,160,25,11,0,0,0,0,0,0,0 +211130,269,55,49,7,0,0,0,0,0,0,0,0 +212210,269,55,0,3,0,0,0,0,0,0,0,0 +212321,269,55,5,17,4,0,0,0,0,0,0,0 +213111,269,55,233,13,3,0,0,0,0,0,0,0 +213112,269,55,391,54,38,0,0,0,0,0,0,0 +221111,269,55,0,3,3,0,0,0,0,0,0,0 +221112,269,55,0,6,0,0,0,0,0,0,0,0 +221113,269,55,0,6,0,0,0,0,0,0,0,0 +221122,269,55,226,38,0,0,0,0,0,0,0,0 +221210,269,55,112,7,3,0,0,0,0,0,0,0 +221310,269,55,0,3,0,0,0,0,0,0,0,0 +221320,269,55,0,3,3,0,0,0,0,0,0,0 +236115,269,55,2386,681,608,4,0,0,0,0,0,0 +236116,269,55,189,5,0,0,0,0,0,0,0,0 +236117,269,55,313,78,53,0,0,0,0,0,0,0 +236118,269,55,3248,1060,968,3,0,0,0,0,0,0 +236210,269,55,341,22,0,0,0,0,0,0,0,0 +236220,269,55,3699,254,137,15,0,0,0,0,0,0 +237110,269,55,624,122,59,0,0,0,0,0,0,0 +237120,269,55,20,10,0,0,0,0,0,0,0,0 +237130,269,55,176,11,3,0,0,0,0,0,0,0 +237210,269,55,8,6,6,0,0,0,0,0,0,0 +237310,269,55,355,44,24,0,0,0,0,0,0,0 +237990,269,55,120,50,29,0,0,0,0,0,0,0 +238110,269,55,773,169,132,0,0,0,0,0,0,0 +238120,269,55,69,4,0,0,0,0,0,0,0,0 +238130,269,55,233,53,33,0,0,0,0,0,0,0 +238140,269,55,450,140,105,0,0,0,0,0,0,0 +238150,269,55,179,19,5,3,0,0,0,0,0,0 +238160,269,55,829,110,53,0,0,0,0,0,0,0 +238170,269,55,128,28,10,0,0,0,0,0,0,0 +238190,269,55,93,10,3,0,0,0,0,0,0,0 +238210,269,55,6449,606,474,19,0,0,0,0,0,0 +238220,269,55,7138,843,699,29,4,0,0,0,0,0 +238290,269,55,434,49,15,0,0,0,0,0,0,0 +238310,269,55,865,105,68,3,0,0,0,0,0,0 +238320,269,55,1061,238,198,3,0,0,0,0,0,0 +238330,269,55,240,66,50,0,0,0,0,0,0,0 +238340,269,55,49,19,10,0,0,0,0,0,0,0 +238350,269,55,730,155,102,0,0,0,0,0,0,0 +238390,269,55,106,17,6,0,0,0,0,0,0,0 +238910,269,55,3156,514,401,0,0,0,0,0,0,0 +238990,269,55,869,268,219,0,0,0,0,0,0,0 +311119,269,55,32,4,0,0,0,0,0,0,0,0 +311230,269,55,1120,3,0,0,0,0,0,0,0,0 +311352,269,55,15,7,6,0,0,0,0,0,0,0 +311411,269,55,689,3,0,0,0,0,0,0,0,0 +311421,269,55,536,11,0,0,3,0,0,0,0,0 +311611,269,55,25,3,0,0,0,0,0,0,0,0 +311612,269,55,0,4,0,0,0,0,0,0,0,0 +311811,269,55,320,37,11,0,0,0,0,0,0,0 +311812,269,55,138,13,0,3,0,0,0,0,0,0 +311824,269,55,167,4,0,0,0,0,0,0,0,0 +311999,269,55,9,3,0,0,0,0,0,0,0,0 +312111,269,55,0,3,0,0,0,0,0,0,0,0 +312120,269,55,221,24,3,0,0,0,0,0,0,0 +312130,269,55,497,45,22,11,0,0,0,0,0,0 +312140,269,55,33,3,0,0,0,0,0,0,0,0 +314910,269,55,14,3,0,0,0,0,0,0,0,0 +315990,269,55,29,4,3,0,0,0,0,0,0,0 +321113,269,55,410,38,10,0,0,0,0,0,0,0 +321912,269,55,84,3,0,0,0,0,0,0,0,0 +321918,269,55,0,6,0,0,0,0,0,0,0,0 +321920,269,55,82,9,0,0,0,0,0,0,0,0 +321999,269,55,158,9,0,0,0,0,0,0,0,0 +322130,269,55,189,3,0,0,0,0,0,0,0,0 +322211,269,55,454,3,0,0,0,0,0,0,0,0 +322220,269,55,172,3,0,0,0,0,0,0,0,0 +322299,269,55,83,4,0,0,0,0,0,0,0,0 +323111,269,55,1793,133,74,3,0,0,0,0,0,0 +323113,269,55,190,29,11,0,0,0,0,0,0,0 +323120,269,55,0,4,0,0,0,0,0,0,0,0 +325180,269,55,0,3,0,0,0,0,0,0,0,0 +325199,269,55,0,3,0,0,0,0,0,0,0,0 +325211,269,55,83,5,3,0,0,0,0,0,0,0 +325412,269,55,0,3,0,0,0,0,0,0,0,0 +325991,269,55,75,3,0,0,0,0,0,0,0,0 +326199,269,55,5090,92,6,9,9,0,0,0,0,0 +326291,269,55,35,3,0,0,0,0,0,0,0,0 +326299,269,55,0,3,0,0,0,0,0,0,0,0 +327320,269,55,321,47,12,0,0,0,0,0,0,0 +327390,269,55,39,7,0,0,0,0,0,0,0,0 +331318,269,55,879,3,0,0,0,0,0,0,0,0 +331513,269,55,0,3,0,0,0,0,0,0,0,0 +331523,269,55,936,14,0,8,3,0,0,0,0,0 +331524,269,55,14,3,0,0,0,0,0,0,0,0 +332119,269,55,81,5,0,0,0,0,0,0,0,0 +332312,269,55,58,6,0,0,0,0,0,0,0,0 +332313,269,55,235,11,0,0,0,0,0,0,0,0 +332322,269,55,134,18,3,0,0,0,0,0,0,0 +332710,269,55,3009,227,116,21,0,0,0,0,0,0 +332721,269,55,4023,102,19,20,3,0,0,0,0,0 +332722,269,55,21,3,0,0,0,0,0,0,0,0 +332811,269,55,219,15,3,0,0,0,0,0,0,0 +332812,269,55,151,11,3,0,0,0,0,0,0,0 +332813,269,55,551,18,4,0,0,0,0,0,0,0 +332912,269,55,1378,7,0,0,0,0,0,0,0,0 +332996,269,55,56,3,0,0,0,0,0,0,0,0 +332999,269,55,747,33,12,0,0,0,0,0,0,0 +333112,269,55,0,3,3,0,0,0,0,0,0,0 +333120,269,55,163,4,0,0,0,0,0,0,0,0 +333249,269,55,237,27,4,0,0,0,0,0,0,0 +333511,269,55,1061,43,11,11,0,0,0,0,0,0 +333514,269,55,1465,69,18,6,0,0,0,0,0,0 +333515,269,55,726,29,0,3,0,0,0,0,0,0 +333517,269,55,254,12,0,0,0,0,0,0,0,0 +333519,269,55,490,8,0,0,0,0,0,0,0,0 +333995,269,55,0,3,0,0,0,0,0,0,0,0 +333999,269,55,168,13,6,0,0,0,0,0,0,0 +334519,269,55,0,3,0,0,0,0,0,0,0,0 +335991,269,55,0,3,0,0,0,0,0,0,0,0 +335999,269,55,29,4,0,0,0,0,0,0,0,0 +336214,269,55,472,6,0,4,0,0,0,0,0,0 +336310,269,55,380,3,0,0,0,0,0,0,0,0 +336320,269,55,161,3,0,0,0,0,0,0,0,0 +336370,269,55,1239,22,0,0,0,0,0,0,0,0 +336390,269,55,4973,15,0,0,0,0,0,0,0,0 +337110,269,55,116,17,0,0,0,0,0,0,0,0 +337122,269,55,9,3,0,0,0,0,0,0,0,0 +337127,269,55,717,4,0,0,0,0,0,0,0,0 +337215,269,55,0,3,0,0,0,0,0,0,0,0 +339112,269,55,0,7,0,0,0,0,0,0,0,0 +339113,269,55,12,9,0,0,0,0,0,0,0,0 +339116,269,55,275,34,15,0,0,0,0,0,0,0 +339920,269,55,20,3,0,0,0,0,0,0,0,0 +339950,269,55,244,29,18,0,0,0,0,0,0,0 +339999,269,55,379,60,24,0,0,0,0,0,0,0 +423110,269,55,456,16,0,0,0,0,0,0,0,0 +423120,269,55,887,81,38,4,0,0,0,0,0,0 +423130,269,55,42,3,0,0,0,0,0,0,0,0 +423140,269,55,20,6,0,0,0,0,0,0,0,0 +423210,269,55,68,17,6,0,0,0,0,0,0,0 +423220,269,55,46,6,0,0,0,0,0,0,0,0 +423310,269,55,129,15,4,0,0,0,0,0,0,0 +423320,269,55,12,3,0,0,0,0,0,0,0,0 +423330,269,55,135,14,3,0,0,0,0,0,0,0 +423390,269,55,37,9,0,0,0,0,0,0,0,0 +423420,269,55,200,41,29,0,0,0,0,0,0,0 +423430,269,55,44,14,8,0,0,0,0,0,0,0 +423440,269,55,185,11,3,0,0,0,0,0,0,0 +423450,269,55,779,24,8,3,0,0,0,0,0,0 +423490,269,55,50,8,0,0,0,0,0,0,0,0 +423510,269,55,939,38,6,0,0,0,0,0,0,0 +423610,269,55,551,66,32,0,0,0,0,0,0,0 +423690,269,55,311,39,18,0,0,0,0,0,0,0 +423710,269,55,419,24,10,0,0,0,0,0,0,0 +423720,269,55,362,41,19,0,0,0,0,0,0,0 +423730,269,55,393,41,25,0,0,0,0,0,0,0 +423810,269,55,267,26,3,0,0,0,0,0,0,0 +423820,269,55,1139,70,18,9,0,0,0,0,0,0 +423830,269,55,1873,194,129,7,0,0,0,0,0,0 +423840,269,55,544,57,27,0,0,0,0,0,0,0 +423850,269,55,53,15,3,0,0,0,0,0,0,0 +423910,269,55,7,8,5,0,0,0,0,0,0,0 +423930,269,55,376,40,6,0,0,0,0,0,0,0 +423990,269,55,136,24,13,0,0,0,0,0,0,0 +424120,269,55,107,16,7,0,0,0,0,0,0,0 +424130,269,55,182,16,3,3,0,0,0,0,0,0 +424210,269,55,480,20,8,3,0,0,0,0,0,0 +424320,269,55,88,3,0,0,0,0,0,0,0,0 +424410,269,55,0,7,3,0,0,0,0,0,0,0 +424430,269,55,82,3,0,0,0,0,0,0,0,0 +424450,269,55,17,6,0,0,0,0,0,0,0,0 +424480,269,55,85,9,0,0,0,0,0,0,0,0 +424490,269,55,2315,105,25,3,0,0,0,0,0,0 +424510,269,55,408,41,6,0,0,0,0,0,0,0 +424610,269,55,140,11,0,0,0,0,0,0,0,0 +424690,269,55,625,49,13,0,0,0,0,0,0,0 +424710,269,55,149,20,0,0,0,0,0,0,0,0 +424810,269,55,196,9,0,0,0,0,0,0,0,0 +424910,269,55,709,74,25,0,0,0,0,0,0,0 +424920,269,55,0,3,0,0,0,0,0,0,0,0 +424930,269,55,159,10,0,0,0,0,0,0,0,0 +424990,269,55,85,33,16,0,0,0,0,0,0,0 +425120,269,55,614,165,130,0,0,0,0,0,0,0 +441110,269,55,11278,262,9,148,9,0,0,0,0,0 +441120,269,55,977,194,136,0,0,0,0,0,0,0 +441210,269,55,360,24,0,0,0,0,0,0,0,0 +441222,269,55,526,61,23,0,0,0,0,0,0,0 +441228,269,55,661,84,27,0,0,0,0,0,0,0 +441310,269,55,4047,521,416,3,0,0,0,0,0,0 +441320,269,55,1285,132,77,0,0,0,0,0,0,0 +442110,269,55,1581,179,107,3,0,0,0,0,0,0 +442210,269,55,655,106,59,0,0,0,0,0,0,0 +442299,269,55,815,77,36,3,0,0,0,0,0,0 +443141,269,55,475,62,18,0,0,0,0,0,0,0 +443142,269,55,1340,160,110,0,0,0,0,0,0,0 +444110,269,55,3075,40,0,0,19,0,0,0,0,0 +444120,269,55,219,45,22,0,0,0,0,0,0,0 +444130,269,55,2079,248,124,0,0,0,0,0,0,0 +444190,269,55,3089,392,275,9,0,0,0,0,0,0 +444210,269,55,367,50,9,0,0,0,0,0,0,0 +444220,269,55,1328,180,86,0,0,0,0,0,0,0 +445110,269,55,17286,630,231,146,20,0,0,0,0,0 +445120,269,55,1451,285,235,0,0,0,0,0,0,0 +445210,269,55,329,27,12,0,0,0,0,0,0,0 +445230,269,55,23,7,3,0,0,0,0,0,0,0 +445291,269,55,63,20,9,0,0,0,0,0,0,0 +445292,269,55,36,12,4,0,0,0,0,0,0,0 +445299,269,55,221,38,17,0,0,0,0,0,0,0 +445310,269,55,1639,373,308,4,0,0,0,0,0,0 +446110,269,55,4851,409,264,38,0,0,0,0,0,0 +446120,269,55,877,90,36,8,0,0,0,0,0,0 +446130,269,55,530,84,65,0,0,0,0,0,0,0 +446191,269,55,173,49,33,0,0,0,0,0,0,0 +446199,269,55,1024,175,123,6,0,0,0,0,0,0 +447110,269,55,9800,1219,1099,18,0,0,0,0,0,0 +447190,269,55,956,92,30,3,0,0,0,0,0,0 +448110,269,55,329,34,13,0,0,0,0,0,0,0 +448120,269,55,1625,221,175,7,0,0,0,0,0,0 +448130,269,55,315,32,22,0,0,0,0,0,0,0 +448140,269,55,3149,201,85,40,0,0,0,0,0,0 +448150,269,55,161,33,25,0,0,0,0,0,0,0 +448190,269,55,984,116,65,10,0,0,0,0,0,0 +448210,269,55,1411,151,104,6,0,0,0,0,0,0 +448310,269,55,628,122,103,0,0,0,0,0,0,0 +451110,269,55,2520,262,169,7,0,0,0,0,0,0 +451120,269,55,724,53,17,9,0,0,0,0,0,0 +451130,269,55,213,33,3,0,0,0,0,0,0,0 +451140,269,55,313,12,0,0,0,0,0,0,0,0 +451211,269,55,656,59,28,3,0,0,0,0,0,0 +452210,269,55,3236,40,0,28,3,0,0,0,0,0 +452311,269,55,14262,88,0,6,16,30,0,0,0,0 +452319,269,55,4776,629,484,6,0,0,0,0,0,0 +453110,269,55,505,107,60,0,0,0,0,0,0,0 +453210,269,55,218,22,0,0,0,0,0,0,0,0 +453220,269,55,1574,241,189,0,0,0,0,0,0,0 +453310,269,55,1576,209,125,7,0,0,0,0,0,0 +453910,269,55,542,47,11,0,0,0,0,0,0,0 +453920,269,55,83,30,23,0,0,0,0,0,0,0 +453930,269,55,14,4,3,0,0,0,0,0,0,0 +453991,269,55,343,78,52,0,0,0,0,0,0,0 +453998,269,55,767,243,204,0,0,0,0,0,0,0 +454110,269,55,1378,225,157,6,0,0,0,0,0,0 +454210,269,55,17,13,4,0,0,0,0,0,0,0 +454310,269,55,969,149,53,0,0,0,0,0,0,0 +454390,269,55,844,202,139,0,0,0,0,0,0,0 +483114,269,55,37,3,0,0,0,0,0,0,0,0 +484110,269,55,1795,226,154,8,0,0,0,0,0,0 +484121,269,55,3948,304,171,6,0,0,0,0,0,0 +484122,269,55,1631,69,16,12,0,0,0,0,0,0 +484210,269,55,259,17,3,0,0,0,0,0,0,0 +484220,269,55,1739,303,206,0,0,0,0,0,0,0 +484230,269,55,1001,80,39,3,0,0,0,0,0,0 +485410,269,55,0,6,0,3,0,0,0,0,0,0 +485999,269,55,3,3,3,0,0,0,0,0,0,0 +486110,269,55,0,3,0,0,0,0,0,0,0,0 +486210,269,55,0,3,0,0,0,0,0,0,0,0 +487110,269,55,0,3,0,0,0,0,0,0,0,0 +487210,269,55,13,7,4,0,0,0,0,0,0,0 +488119,269,55,0,3,0,0,0,0,0,0,0,0 +488390,269,55,3,4,4,0,0,0,0,0,0,0 +488410,269,55,395,52,21,0,0,0,0,0,0,0 +488510,269,55,265,49,23,0,0,0,0,0,0,0 +492110,269,55,1211,52,6,0,0,0,0,0,0,0 +492210,269,55,27,3,0,0,0,0,0,0,0,0 +493110,269,55,1554,57,15,4,0,0,0,0,0,0 +493120,269,55,109,6,0,0,0,0,0,0,0,0 +493190,269,55,0,3,0,0,0,0,0,0,0,0 +511110,269,55,168,35,10,0,0,0,0,0,0,0 +511120,269,55,138,21,6,0,0,0,0,0,0,0 +511130,269,55,31,4,0,0,0,0,0,0,0,0 +511210,269,55,82,21,6,0,0,0,0,0,0,0 +512110,269,55,106,27,23,0,0,0,0,0,0,0 +512131,269,55,512,18,0,0,0,0,0,0,0,0 +512250,269,55,6,3,3,0,0,0,0,0,0,0 +512290,269,55,17,3,0,0,0,0,0,0,0,0 +515112,269,55,334,32,9,6,0,0,0,0,0,0 +515120,269,55,192,11,5,0,0,0,0,0,0,0 +517311,269,55,3171,313,175,12,0,0,0,0,0,0 +517312,269,55,825,136,84,0,0,0,0,0,0,0 +517911,269,55,15,4,0,0,0,0,0,0,0,0 +517919,269,55,11,9,9,0,0,0,0,0,0,0 +518210,269,55,1447,50,20,6,0,0,0,0,0,0 +519120,269,55,14,6,0,0,0,0,0,0,0,0 +519130,269,55,55,16,10,0,0,0,0,0,0,0 +519190,269,55,244,146,143,0,0,0,0,0,0,0 +522110,269,55,10245,952,793,40,3,0,0,0,0,0 +522120,269,55,0,43,29,0,0,0,0,0,0,0 +522130,269,55,5653,400,266,34,0,0,0,0,0,0 +522220,269,55,81,14,4,0,0,0,0,0,0,0 +522291,269,55,8,6,0,0,0,0,0,0,0,0 +522292,269,55,795,45,18,0,0,0,0,0,0,0 +522298,269,55,29,12,4,0,0,0,0,0,0,0 +522310,269,55,6,3,3,0,0,0,0,0,0,0 +522390,269,55,339,145,127,0,0,0,0,0,0,0 +523120,269,55,633,125,92,3,0,0,0,0,0,0 +523910,269,55,11,6,3,0,0,0,0,0,0,0 +523920,269,55,922,401,381,0,0,0,0,0,0,0 +523930,269,55,160,84,70,0,0,0,0,0,0,0 +523991,269,55,149,9,3,0,0,0,0,0,0,0 +523999,269,55,0,3,3,0,0,0,0,0,0,0 +524113,269,55,62,28,13,0,0,0,0,0,0,0 +524114,269,55,1155,19,3,0,0,0,0,0,0,0 +524126,269,55,2050,55,15,4,0,0,0,0,0,0 +524127,269,55,20,21,5,0,0,0,0,0,0,0 +524210,269,55,6836,1309,1189,16,0,0,0,0,0,0 +524291,269,55,30,15,10,0,0,0,0,0,0,0 +524292,269,55,620,12,0,0,0,0,0,0,0,0 +524298,269,55,21,7,4,0,0,0,0,0,0,0 +531110,269,55,1591,311,275,0,0,0,0,0,0,0 +531120,269,55,604,173,138,3,0,0,0,0,0,0 +531130,269,55,72,40,35,0,0,0,0,0,0,0 +531190,269,55,279,86,72,0,0,0,0,0,0,0 +531210,269,55,1550,576,546,0,0,0,0,0,0,0 +531311,269,55,3318,173,123,11,0,0,0,0,0,0 +531312,269,55,109,36,31,0,0,0,0,0,0,0 +531320,269,55,207,102,92,0,0,0,0,0,0,0 +531390,269,55,87,61,55,0,0,0,0,0,0,0 +532111,269,55,215,51,19,0,0,0,0,0,0,0 +532120,269,55,272,28,7,0,0,0,0,0,0,0 +532210,269,55,52,41,24,0,0,0,0,0,0,0 +532282,269,55,18,26,9,0,0,0,0,0,0,0 +532283,269,55,55,16,0,0,0,0,0,0,0,0 +532284,269,55,23,22,20,0,0,0,0,0,0,0 +532289,269,55,89,29,17,0,0,0,0,0,0,0 +532310,269,55,79,25,15,0,0,0,0,0,0,0 +532412,269,55,0,3,0,0,0,0,0,0,0,0 +532490,269,55,274,36,21,0,0,0,0,0,0,0 +533110,269,55,0,8,0,0,0,0,0,0,0,0 +541110,269,55,4061,993,922,11,0,0,0,0,0,0 +541191,269,55,421,50,22,4,0,0,0,0,0,0 +541199,269,55,7,9,6,0,0,0,0,0,0,0 +541211,269,55,2932,397,281,16,0,0,0,0,0,0 +541213,269,55,1042,201,145,0,0,0,0,0,0,0 +541214,269,55,192,23,0,0,0,0,0,0,0,0 +541219,269,55,1613,276,218,0,0,0,0,0,0,0 +541310,269,55,449,68,54,0,0,0,0,0,0,0 +541320,269,55,17,10,9,0,0,0,0,0,0,0 +541330,269,55,3951,357,263,40,0,0,0,0,0,0 +541340,269,55,0,3,0,0,0,0,0,0,0,0 +541350,269,55,65,28,21,0,0,0,0,0,0,0 +541370,269,55,154,41,27,0,0,0,0,0,0,0 +541380,269,55,412,37,10,0,0,0,0,0,0,0 +541410,269,55,73,37,32,0,0,0,0,0,0,0 +541430,269,55,188,47,36,0,0,0,0,0,0,0 +541511,269,55,1624,190,142,3,0,0,0,0,0,0 +541512,269,55,1345,156,124,5,0,0,0,0,0,0 +541513,269,55,48,35,21,0,0,0,0,0,0,0 +541519,269,55,40,11,7,0,0,0,0,0,0,0 +541611,269,55,1413,260,222,0,0,0,0,0,0,0 +541612,269,55,140,34,17,0,0,0,0,0,0,0 +541613,269,55,433,95,73,0,0,0,0,0,0,0 +541614,269,55,120,20,9,0,0,0,0,0,0,0 +541618,269,55,50,20,14,0,0,0,0,0,0,0 +541620,269,55,291,34,17,0,0,0,0,0,0,0 +541690,269,55,632,88,73,0,0,0,0,0,0,0 +541713,269,55,13,6,0,0,0,0,0,0,0,0 +541714,269,55,68,9,4,0,0,0,0,0,0,0 +541715,269,55,166,34,13,0,0,0,0,0,0,0 +541810,269,55,182,40,28,0,0,0,0,0,0,0 +541820,269,55,246,42,41,0,0,0,0,0,0,0 +541850,269,55,25,11,0,0,0,0,0,0,0,0 +541860,269,55,156,7,0,0,0,0,0,0,0,0 +541890,269,55,268,38,23,0,0,0,0,0,0,0 +541910,269,55,58,18,6,0,0,0,0,0,0,0 +541921,269,55,210,51,38,0,0,0,0,0,0,0 +541940,269,55,3143,332,226,7,0,0,0,0,0,0 +541990,269,55,500,173,147,0,0,0,0,0,0,0 +551112,269,55,420,18,5,0,0,0,0,0,0,0 +551114,269,55,12111,272,154,24,4,0,0,0,0,0 +561110,269,55,2330,152,92,0,0,0,0,0,0,0 +561210,269,55,321,28,12,0,0,0,0,0,0,0 +561311,269,55,35,3,0,0,0,0,0,0,0,0 +561312,269,55,7,9,6,0,0,0,0,0,0,0 +561320,269,55,12380,194,59,45,19,4,0,0,0,0 +561330,269,55,1235,21,0,0,3,0,0,0,0,0 +561410,269,55,57,11,10,0,0,0,0,0,0,0 +561422,269,55,201,5,0,0,0,0,0,0,0,0 +561431,269,55,7,3,0,0,0,0,0,0,0,0 +561439,269,55,66,11,0,0,0,0,0,0,0,0 +561440,269,55,208,13,3,0,0,0,0,0,0,0 +561491,269,55,0,3,0,0,0,0,0,0,0,0 +561492,269,55,2,3,3,0,0,0,0,0,0,0 +561499,269,55,266,77,54,0,0,0,0,0,0,0 +561510,269,55,185,50,35,0,0,0,0,0,0,0 +561520,269,55,8,3,3,0,0,0,0,0,0,0 +561611,269,55,53,12,3,0,0,0,0,0,0,0 +561612,269,55,92,16,0,0,0,0,0,0,0,0 +561621,269,55,147,14,7,0,0,0,0,0,0,0 +561622,269,55,30,8,3,0,0,0,0,0,0,0 +561710,269,55,312,48,32,0,0,0,0,0,0,0 +561720,269,55,4907,388,267,32,6,0,0,0,0,0 +561730,269,55,3888,961,862,15,0,0,0,0,0,0 +561740,269,55,270,47,29,0,0,0,0,0,0,0 +561790,269,55,112,47,39,0,0,0,0,0,0,0 +561920,269,55,9,4,4,0,0,0,0,0,0,0 +561990,269,55,778,75,27,3,0,0,0,0,0,0 +562111,269,55,868,65,10,0,0,0,0,0,0,0 +562212,269,55,0,3,0,0,0,0,0,0,0,0 +562910,269,55,214,15,0,3,0,0,0,0,0,0 +562991,269,55,41,11,3,0,0,0,0,0,0,0 +562998,269,55,11,4,4,0,0,0,0,0,0,0 +611110,269,55,3833,124,24,33,0,0,0,0,0,0 +611310,269,55,838,11,0,0,0,0,0,0,0,0 +611420,269,55,35,4,0,0,0,0,0,0,0,0 +611430,269,55,116,17,9,0,0,0,0,0,0,0 +611511,269,55,37,3,0,0,0,0,0,0,0,0 +611513,269,55,18,5,4,0,0,0,0,0,0,0 +611519,269,55,207,18,0,0,0,0,0,0,0,0 +611610,269,55,351,60,28,0,0,0,0,0,0,0 +611620,269,55,357,40,24,3,0,0,0,0,0,0 +611691,269,55,347,25,14,0,0,0,0,0,0,0 +611692,269,55,66,16,10,0,0,0,0,0,0,0 +611699,269,55,151,19,10,0,0,0,0,0,0,0 +611710,269,55,184,39,32,0,0,0,0,0,0,0 +621111,269,55,18405,1626,1351,165,4,0,0,0,0,0 +621112,269,55,123,32,20,0,0,0,0,0,0,0 +621210,269,55,8715,1063,947,13,0,0,0,0,0,0 +621310,269,55,1532,440,387,0,0,0,0,0,0,0 +621320,269,55,1161,194,124,3,0,0,0,0,0,0 +621330,269,55,857,184,150,0,0,0,0,0,0,0 +621340,269,55,2420,338,244,6,0,0,0,0,0,0 +621391,269,55,251,47,30,0,0,0,0,0,0,0 +621399,269,55,290,78,54,0,0,0,0,0,0,0 +621410,269,55,28,7,3,0,0,0,0,0,0,0 +621420,269,55,800,58,25,8,0,0,0,0,0,0 +621492,269,55,66,35,13,3,0,0,0,0,0,0 +621493,269,55,1112,30,0,3,3,0,0,0,0,0 +621498,269,55,2839,164,57,16,0,0,0,0,0,0 +621511,269,55,419,36,12,0,0,0,0,0,0,0 +621512,269,55,142,10,3,0,0,0,0,0,0,0 +621610,269,55,9538,321,111,93,0,0,0,0,0,0 +621910,269,55,509,35,10,3,3,0,0,0,0,0 +621991,269,55,667,12,0,6,0,0,0,0,0,0 +621999,269,55,219,29,18,0,0,0,0,0,0,0 +622110,269,55,8195,17,0,0,0,0,0,0,0,0 +622310,269,55,855,3,0,0,0,0,0,0,0,0 +623110,269,55,9920,134,6,25,28,0,0,0,0,0 +623210,269,55,6132,536,426,24,0,0,0,0,0,0 +623220,269,55,871,34,18,0,0,0,0,0,0,0 +623311,269,55,730,12,0,0,0,0,0,0,0,0 +623312,269,55,5305,302,134,60,0,0,0,0,0,0 +623990,269,55,675,46,9,0,0,0,0,0,0,0 +624110,269,55,1051,69,24,4,0,0,0,0,0,0 +624120,269,55,5469,295,192,31,0,0,0,0,0,0 +624190,269,55,4338,224,120,6,0,0,0,0,0,0 +624210,269,55,159,29,9,0,0,0,0,0,0,0 +624221,269,55,486,29,15,0,0,0,0,0,0,0 +624229,269,55,117,17,3,3,0,0,0,0,0,0 +624310,269,55,988,43,7,5,0,0,0,0,0,0 +624410,269,55,5057,575,404,69,0,0,0,0,0,0 +711110,269,55,102,7,0,0,0,0,0,0,0,0 +711130,269,55,217,8,0,0,0,0,0,0,0,0 +711190,269,55,0,3,3,0,0,0,0,0,0,0 +711310,269,55,0,3,0,0,0,0,0,0,0,0 +711320,269,55,88,25,13,0,0,0,0,0,0,0 +711510,269,55,77,40,37,0,0,0,0,0,0,0 +712110,269,55,245,41,14,0,0,0,0,0,0,0 +712190,269,55,0,7,0,0,0,0,0,0,0,0 +713120,269,55,7,13,7,0,0,0,0,0,0,0 +713910,269,55,1528,269,193,6,0,0,0,0,0,0 +713920,269,55,210,4,0,0,0,0,0,0,0,0 +713930,269,55,218,58,28,0,0,0,0,0,0,0 +713940,269,55,3607,195,85,8,3,0,0,0,0,0 +713950,269,55,487,31,4,3,0,0,0,0,0,0 +713990,269,55,783,168,131,0,0,0,0,0,0,0 +721110,269,55,12573,630,363,117,0,0,0,0,0,0 +721191,269,55,87,33,20,0,0,0,0,0,0,0 +721199,269,55,7,10,7,0,0,0,0,0,0,0 +721211,269,55,185,93,78,0,0,0,0,0,0,0 +721214,269,55,231,27,3,0,0,0,0,0,0,0 +721310,269,55,127,31,28,0,0,0,0,0,0,0 +722310,269,55,2326,222,115,12,0,0,0,0,0,0 +722320,269,55,610,52,25,3,0,0,0,0,0,0 +722330,269,55,13,6,5,0,0,0,0,0,0,0 +722410,269,55,4202,585,454,25,0,0,0,0,0,0 +722511,269,55,47161,2450,1586,779,8,0,0,0,0,0 +722513,269,55,41685,2215,1304,770,0,0,0,0,0,0 +722514,269,55,301,30,15,0,0,0,0,0,0,0 +722515,269,55,3883,461,352,22,0,0,0,0,0,0 +811111,269,55,3917,913,830,3,0,0,0,0,0,0 +811112,269,55,20,5,3,0,0,0,0,0,0,0 +811113,269,55,64,21,7,0,0,0,0,0,0,0 +811118,269,55,61,14,9,0,0,0,0,0,0,0 +811121,269,55,1990,397,305,3,0,0,0,0,0,0 +811122,269,55,102,22,12,0,0,0,0,0,0,0 +811191,269,55,481,97,73,0,0,0,0,0,0,0 +811192,269,55,695,112,72,3,0,0,0,0,0,0 +811198,269,55,41,16,11,0,0,0,0,0,0,0 +811211,269,55,34,7,3,0,0,0,0,0,0,0 +811212,269,55,29,6,3,0,0,0,0,0,0,0 +811213,269,55,25,6,0,0,0,0,0,0,0,0 +811219,269,55,32,17,10,0,0,0,0,0,0,0 +811310,269,55,1277,210,143,6,0,0,0,0,0,0 +811411,269,55,12,12,9,0,0,0,0,0,0,0 +811412,269,55,148,22,14,0,0,0,0,0,0,0 +811420,269,55,28,9,3,0,0,0,0,0,0,0 +811490,269,55,377,143,120,0,0,0,0,0,0,0 +812111,269,55,7,12,9,0,0,0,0,0,0,0 +812112,269,55,2908,573,508,9,0,0,0,0,0,0 +812113,269,55,9,3,0,0,0,0,0,0,0,0 +812191,269,55,48,8,3,0,0,0,0,0,0,0 +812199,269,55,460,119,91,0,0,0,0,0,0,0 +812210,269,55,1426,193,125,9,0,0,0,0,0,0 +812220,269,55,137,28,13,0,0,0,0,0,0,0 +812310,269,55,227,60,42,0,0,0,0,0,0,0 +812320,269,55,374,54,34,0,0,0,0,0,0,0 +812331,269,55,0,4,0,0,0,0,0,0,0,0 +812332,269,55,563,5,0,0,0,0,0,0,0,0 +812910,269,55,591,125,81,0,0,0,0,0,0,0 +812930,269,55,0,18,16,0,0,0,0,0,0,0 +812990,269,55,361,103,82,0,0,0,0,0,0,0 +813110,269,55,15720,2332,2124,111,0,0,0,0,0,0 +813211,269,55,555,79,54,0,0,0,0,0,0,0 +813212,269,55,831,16,3,0,0,0,0,0,0,0 +813219,269,55,87,7,3,0,0,0,0,0,0,0 +813311,269,55,104,18,14,0,0,0,0,0,0,0 +813312,269,55,400,57,39,0,0,0,0,0,0,0 +813319,269,55,294,43,29,0,0,0,0,0,0,0 +813410,269,55,2118,345,241,0,0,0,0,0,0,0 +813910,269,55,1142,181,148,7,0,0,0,0,0,0 +813920,269,55,432,56,43,4,0,0,0,0,0,0 +813930,269,55,1873,245,180,13,0,0,0,0,0,0 +813940,269,55,55,6,3,0,0,0,0,0,0,0 +813990,269,55,273,68,48,0,0,0,0,0,0,0 +115112,271,56,45,9,4,0,0,0,0,0,0,0 +115210,271,56,290,64,42,0,0,0,0,0,0,0 +115310,271,56,4,4,4,0,0,0,0,0,0,0 +212321,271,56,44,14,4,0,0,0,0,0,0,0 +221112,271,56,393,8,0,3,0,0,0,0,0,0 +221115,271,56,0,3,0,0,0,0,0,0,0,0 +221122,271,56,0,58,11,4,0,3,0,0,0,0 +221210,271,56,0,20,10,0,4,0,0,0,0,0 +221330,271,56,104,9,0,0,0,0,0,0,0,0 +236115,271,56,1344,436,410,4,0,0,0,0,0,0 +236116,271,56,1085,27,10,0,3,0,0,0,0,0 +236117,271,56,1293,220,185,7,0,0,0,0,0,0 +236118,271,56,4978,1768,1710,27,0,0,0,0,0,0 +236210,271,56,65,11,3,0,0,0,0,0,0,0 +236220,271,56,7662,457,346,65,5,0,0,0,0,0 +237110,271,56,1243,131,99,0,0,0,0,0,0,0 +237130,271,56,834,77,36,0,0,0,0,0,0,0 +237210,271,56,96,34,30,0,0,0,0,0,0,0 +237310,271,56,2356,117,62,9,0,0,0,0,0,0 +237990,271,56,56,20,11,0,0,0,0,0,0,0 +238110,271,56,2167,267,222,7,0,0,0,0,0,0 +238120,271,56,854,20,3,0,3,0,0,0,0,0 +238130,271,56,1856,244,206,3,0,0,0,0,0,0 +238140,271,56,1952,301,251,4,0,0,0,0,0,0 +238150,271,56,1254,53,24,3,0,0,0,0,0,0 +238160,271,56,1899,275,225,18,0,0,0,0,0,0 +238170,271,56,841,262,237,0,0,0,0,0,0,0 +238190,271,56,225,58,36,0,0,0,0,0,0,0 +238210,271,56,11374,857,752,56,10,0,0,0,0,0 +238220,271,56,12532,1090,953,87,17,0,0,0,0,0 +238290,271,56,2320,84,52,3,3,0,0,0,0,0 +238310,271,56,3814,312,257,18,3,0,0,0,0,0 +238320,271,56,3191,606,572,12,3,0,0,0,0,0 +238330,271,56,1671,332,310,0,0,0,0,0,0,0 +238340,271,56,786,134,112,3,0,0,0,0,0,0 +238350,271,56,2426,509,464,13,0,0,0,0,0,0 +238390,271,56,1370,146,109,13,0,0,0,0,0,0 +238910,271,56,3616,403,348,29,0,0,0,0,0,0 +238990,271,56,3018,896,855,20,0,0,0,0,0,0 +311119,271,56,180,10,3,0,0,0,0,0,0,0 +311211,271,56,82,4,0,0,0,0,0,0,0,0 +311352,271,56,84,11,0,0,0,0,0,0,0,0 +311421,271,56,0,3,0,0,0,0,0,0,0,0 +311511,271,56,0,3,0,0,0,0,0,0,0,0 +311513,271,56,287,5,0,0,0,0,0,0,0,0 +311811,271,56,1328,63,29,12,0,0,0,0,0,0 +311812,271,56,1135,25,3,0,5,0,0,0,0,0 +311824,271,56,602,9,0,0,0,0,0,0,0,0 +311830,271,56,74,3,0,0,0,0,0,0,0,0 +311911,271,56,434,3,0,0,0,0,0,0,0,0 +311919,271,56,0,3,0,0,0,0,0,0,0,0 +311920,271,56,38,8,3,0,0,0,0,0,0,0 +311942,271,56,0,3,0,0,0,0,0,0,0,0 +311991,271,56,1484,13,4,0,0,0,0,0,0,0 +311999,271,56,24,11,7,0,0,0,0,0,0,0 +312120,271,56,857,54,32,10,0,0,0,0,0,0 +312130,271,56,0,6,3,0,0,0,0,0,0,0 +312140,271,56,71,10,8,0,0,0,0,0,0,0 +314120,271,56,75,12,5,0,0,0,0,0,0,0 +314910,271,56,30,3,0,0,0,0,0,0,0,0 +314999,271,56,199,35,27,0,0,0,0,0,0,0 +315210,271,56,24,7,0,0,0,0,0,0,0,0 +315280,271,56,257,8,0,0,0,0,0,0,0,0 +315990,271,56,67,10,5,0,0,0,0,0,0,0 +316998,271,56,0,6,0,0,0,0,0,0,0,0 +321911,271,56,179,15,3,0,0,0,0,0,0,0 +321918,271,56,0,3,0,0,0,0,0,0,0,0 +321920,271,56,570,28,3,6,0,0,0,0,0,0 +321999,271,56,300,49,32,0,0,0,0,0,0,0 +322211,271,56,1303,18,0,3,4,0,0,0,0,0 +322212,271,56,428,8,0,0,0,0,0,0,0,0 +322220,271,56,422,11,3,0,0,0,0,0,0,0 +322230,271,56,227,5,0,0,0,0,0,0,0,0 +322299,271,56,125,6,0,3,0,0,0,0,0,0 +323111,271,56,13001,332,225,62,15,3,0,0,0,0 +323113,271,56,740,74,51,4,0,0,0,0,0,0 +323117,271,56,150,6,3,0,0,0,0,0,0,0 +323120,271,56,1279,45,19,16,0,0,0,0,0,0 +324122,271,56,0,3,0,0,0,0,0,0,0,0 +325211,271,56,308,7,0,6,0,0,0,0,0,0 +325411,271,56,0,6,3,0,0,0,0,0,0,0 +325412,271,56,1407,10,0,3,0,0,0,0,0,0 +325413,271,56,138,4,0,0,0,0,0,0,0,0 +325510,271,56,352,12,0,4,0,0,0,0,0,0 +325611,271,56,39,7,3,0,0,0,0,0,0,0 +325612,271,56,80,9,4,0,0,0,0,0,0,0 +325620,271,56,293,12,4,0,0,0,0,0,0,0 +325910,271,56,15,6,0,0,0,0,0,0,0,0 +325991,271,56,192,3,0,0,0,0,0,0,0,0 +325998,271,56,258,18,6,3,0,0,0,0,0,0 +326113,271,56,81,7,0,0,0,0,0,0,0,0 +326121,271,56,23,4,0,0,0,0,0,0,0,0 +326140,271,56,231,7,0,0,0,0,0,0,0,0 +326150,271,56,86,3,0,0,0,0,0,0,0,0 +326199,271,56,6298,124,38,35,4,3,0,0,0,0 +326299,271,56,700,8,0,0,0,0,0,0,0,0 +327110,271,56,5,7,0,0,0,0,0,0,0,0 +327120,271,56,34,4,0,0,0,0,0,0,0,0 +327212,271,56,41,7,0,0,0,0,0,0,0,0 +327215,271,56,522,6,3,0,0,0,0,0,0,0 +327320,271,56,345,37,3,7,0,0,0,0,0,0 +327331,271,56,154,4,0,0,0,0,0,0,0,0 +327390,271,56,3,9,3,0,0,0,0,0,0,0 +327991,271,56,1086,19,9,0,0,0,0,0,0,0 +331511,271,56,168,6,0,0,0,0,0,0,0,0 +331523,271,56,1701,9,0,0,0,0,0,0,0,0 +332119,271,56,1886,40,4,13,3,0,0,0,0,0 +332216,271,56,0,4,3,0,0,0,0,0,0,0 +332311,271,56,73,3,0,0,0,0,0,0,0,0 +332312,271,56,512,32,6,3,0,0,0,0,0,0 +332313,271,56,196,7,4,0,0,0,0,0,0,0 +332321,271,56,123,3,0,0,0,0,0,0,0,0 +332322,271,56,1842,53,24,3,0,0,0,0,0,0 +332323,271,56,465,19,10,3,0,0,0,0,0,0 +332420,271,56,0,4,0,0,0,0,0,0,0,0 +332510,271,56,0,4,0,0,0,0,0,0,0,0 +332618,271,56,67,6,0,0,0,0,0,0,0,0 +332710,271,56,5462,367,276,47,0,0,0,0,0,0 +332721,271,56,3985,102,40,32,0,0,0,0,0,0 +332722,271,56,303,5,0,0,0,0,0,0,0,0 +332811,271,56,199,8,0,0,0,0,0,0,0,0 +332812,271,56,633,45,31,0,0,0,0,0,0,0 +332813,271,56,1171,38,4,11,3,0,0,0,0,0 +332912,271,56,0,3,0,0,0,0,0,0,0,0 +332996,271,56,64,3,0,0,0,0,0,0,0,0 +332999,271,56,1265,85,43,5,0,0,0,0,0,0 +333111,271,56,63,7,0,0,0,0,0,0,0,0 +333120,271,56,0,7,0,0,0,0,0,0,0,0 +333241,271,56,140,9,3,0,0,0,0,0,0,0 +333244,271,56,48,3,0,0,0,0,0,0,0,0 +333249,271,56,560,41,12,3,0,0,0,0,0,0 +333316,271,56,0,4,0,0,0,0,0,0,0,0 +333318,271,56,613,22,3,3,0,0,0,0,0,0 +333413,271,56,73,4,0,0,0,0,0,0,0,0 +333415,271,56,369,5,0,0,0,0,0,0,0,0 +333511,271,56,963,49,22,3,0,0,0,0,0,0 +333514,271,56,1509,26,9,3,0,0,0,0,0,0 +333515,271,56,223,14,6,0,0,0,0,0,0,0 +333517,271,56,0,3,0,0,0,0,0,0,0,0 +333612,271,56,74,3,0,0,0,0,0,0,0,0 +333912,271,56,587,4,0,0,0,0,0,0,0,0 +333914,271,56,449,5,0,0,0,0,0,0,0,0 +333922,271,56,252,10,0,0,0,0,0,0,0,0 +333992,271,56,0,3,0,0,0,0,0,0,0,0 +333993,271,56,663,10,0,0,3,0,0,0,0,0 +333995,271,56,458,4,0,0,0,0,0,0,0,0 +333996,271,56,469,3,0,0,0,0,0,0,0,0 +333999,271,56,3104,44,21,0,0,0,0,0,0,0 +334111,271,56,0,3,0,0,0,0,0,0,0,0 +334118,271,56,171,11,4,0,0,0,0,0,0,0 +334310,271,56,230,7,0,0,0,0,0,0,0,0 +334412,271,56,323,10,3,0,0,0,0,0,0,0 +334413,271,56,1789,17,6,0,0,0,0,0,0,0 +334417,271,56,0,3,0,0,0,0,0,0,0,0 +334418,271,56,1206,15,0,7,0,0,0,0,0,0 +334419,271,56,238,15,9,0,0,0,0,0,0,0 +334510,271,56,8526,37,11,9,3,3,3,0,0,0 +334511,271,56,0,4,0,0,0,0,0,0,0,0 +334512,271,56,0,3,0,0,0,0,0,0,0,0 +334513,271,56,755,13,0,0,0,0,0,0,0,0 +334515,271,56,379,12,6,0,0,0,0,0,0,0 +334516,271,56,695,12,3,0,0,0,0,0,0,0 +334519,271,56,1378,7,0,0,0,0,0,0,0,0 +334614,271,56,160,6,0,0,0,0,0,0,0,0 +335122,271,56,27,3,0,0,0,0,0,0,0,0 +335129,271,56,0,3,0,0,0,0,0,0,0,0 +335313,271,56,387,8,0,0,0,0,0,0,0,0 +335314,271,56,595,18,3,0,0,0,0,0,0,0 +335931,271,56,0,3,0,0,0,0,0,0,0,0 +335999,271,56,158,11,3,0,0,0,0,0,0,0 +336211,271,56,40,4,0,0,0,0,0,0,0,0 +336212,271,56,723,4,0,0,0,0,0,0,0,0 +336310,271,56,5,3,3,0,0,0,0,0,0,0 +336390,271,56,167,10,0,0,0,0,0,0,0,0 +336413,271,56,150,8,3,0,0,0,0,0,0,0 +336991,271,56,103,7,3,0,0,0,0,0,0,0 +337110,271,56,2581,159,123,6,0,0,0,0,0,0 +337121,271,56,34,7,4,0,0,0,0,0,0,0 +337122,271,56,347,17,12,0,0,0,0,0,0,0 +337125,271,56,0,3,0,0,0,0,0,0,0,0 +337127,271,56,526,7,0,0,0,0,0,0,0,0 +337211,271,56,11,7,3,0,0,0,0,0,0,0 +337212,271,56,396,22,7,0,0,0,0,0,0,0 +337215,271,56,115,13,0,0,0,0,0,0,0,0 +337910,271,56,0,3,0,0,0,0,0,0,0,0 +339112,271,56,7082,62,22,17,7,0,0,0,0,0 +339113,271,56,3066,47,20,0,8,0,0,0,0,0 +339115,271,56,328,11,0,0,0,0,0,0,0,0 +339116,271,56,721,66,45,4,0,0,0,0,0,0 +339910,271,56,150,14,12,0,0,0,0,0,0,0 +339920,271,56,123,35,12,0,0,0,0,0,0,0 +339930,271,56,20,6,6,0,0,0,0,0,0,0 +339950,271,56,1214,89,63,6,0,0,0,0,0,0 +339991,271,56,339,6,0,0,0,0,0,0,0,0 +339992,271,56,26,5,3,0,0,0,0,0,0,0 +339999,271,56,878,149,112,3,0,0,0,0,0,0 +423110,271,56,2371,76,40,6,0,0,0,0,0,0 +423120,271,56,2584,149,101,26,0,0,0,0,0,0 +423130,271,56,321,21,6,0,0,0,0,0,0,0 +423140,271,56,22,4,0,0,0,0,0,0,0,0 +423210,271,56,1068,87,70,7,0,0,0,0,0,0 +423220,271,56,1262,96,75,11,0,0,0,0,0,0 +423310,271,56,3004,85,39,20,0,0,0,0,0,0 +423320,271,56,405,29,12,4,0,0,0,0,0,0 +423330,271,56,612,38,20,5,0,0,0,0,0,0 +423390,271,56,645,50,33,4,0,0,0,0,0,0 +423410,271,56,71,8,3,0,0,0,0,0,0,0 +423420,271,56,2141,134,113,6,0,0,0,0,0,0 +423430,271,56,4039,197,117,53,0,0,0,0,0,0 +423440,271,56,707,43,21,5,0,0,0,0,0,0 +423450,271,56,4961,153,111,24,3,0,0,0,0,0 +423460,271,56,114,8,0,3,0,0,0,0,0,0 +423490,271,56,328,27,17,0,0,0,0,0,0,0 +423510,271,56,1656,86,53,10,3,0,0,0,0,0 +423520,271,56,32,4,0,0,0,0,0,0,0,0 +423610,271,56,3890,165,111,26,3,0,0,0,0,0 +423620,271,56,545,30,15,0,0,0,0,0,0,0 +423690,271,56,2975,164,119,21,4,0,0,0,0,0 +423710,271,56,1381,83,40,12,0,0,0,0,0,0 +423720,271,56,1188,70,39,7,0,0,0,0,0,0 +423730,271,56,902,57,35,9,0,0,0,0,0,0 +423740,271,56,75,5,0,0,0,0,0,0,0,0 +423810,271,56,1231,53,24,3,0,0,0,0,0,0 +423820,271,56,1059,82,27,10,0,0,0,0,0,0 +423830,271,56,6463,441,338,67,7,0,0,0,0,0 +423840,271,56,1753,115,88,17,0,0,0,0,0,0 +423850,271,56,579,49,33,0,0,0,0,0,0,0 +423860,271,56,87,15,8,0,0,0,0,0,0,0 +423910,271,56,1689,102,67,10,0,0,0,0,0,0 +423920,271,56,113,17,12,0,0,0,0,0,0,0 +423930,271,56,919,77,43,5,0,0,0,0,0,0 +423940,271,56,97,34,30,0,0,0,0,0,0,0 +423990,271,56,1252,136,115,3,0,0,0,0,0,0 +424110,271,56,184,13,3,3,0,0,0,0,0,0 +424120,271,56,1396,75,51,4,3,0,0,0,0,0 +424130,271,56,917,54,28,7,0,0,0,0,0,0 +424210,271,56,2213,94,61,6,0,0,0,0,0,0 +424310,271,56,93,16,13,0,0,0,0,0,0,0 +424320,271,56,120,26,19,0,0,0,0,0,0,0 +424330,271,56,443,33,21,0,0,0,0,0,0,0 +424340,271,56,100,7,5,0,0,0,0,0,0,0 +424410,271,56,2493,32,14,0,0,0,0,0,0,0 +424420,271,56,658,44,21,4,0,0,0,0,0,0 +424430,271,56,301,15,7,5,0,0,0,0,0,0 +424450,271,56,229,20,14,0,0,0,0,0,0,0 +424460,271,56,0,6,3,0,0,0,0,0,0,0 +424470,271,56,332,17,6,4,0,0,0,0,0,0 +424480,271,56,1840,27,13,0,0,0,0,0,0,0 +424490,271,56,3692,151,105,23,0,0,0,0,0,0 +424510,271,56,383,39,14,4,0,0,0,0,0,0 +424520,271,56,27,4,0,0,0,0,0,0,0,0 +424610,271,56,667,52,31,6,0,0,0,0,0,0 +424690,271,56,1481,103,70,21,0,0,0,0,0,0 +424710,271,56,47,3,0,0,0,0,0,0,0,0 +424720,271,56,207,15,3,0,0,0,0,0,0,0 +424810,271,56,627,11,0,0,0,0,0,0,0,0 +424820,271,56,481,28,14,4,0,0,0,0,0,0 +424910,271,56,1652,94,47,14,0,0,0,0,0,0 +424920,271,56,544,20,15,0,0,0,0,0,0,0 +424930,271,56,430,25,12,0,0,0,0,0,0,0 +424940,271,56,376,11,0,0,0,0,0,0,0,0 +424950,271,56,102,19,5,0,0,0,0,0,0,0 +424990,271,56,1280,149,127,5,0,0,0,0,0,0 +425110,271,56,32,8,7,0,0,0,0,0,0,0 +425120,271,56,7094,979,924,32,0,0,0,0,0,0 +441110,271,56,14862,223,16,108,41,0,0,0,0,0 +441120,271,56,1103,211,192,0,0,0,0,0,0,0 +441210,271,56,446,22,4,3,0,0,0,0,0,0 +441222,271,56,478,48,19,3,0,0,0,0,0,0 +441228,271,56,957,82,43,3,0,0,0,0,0,0 +441310,271,56,4047,372,319,31,0,0,0,0,0,0 +441320,271,56,1700,195,168,3,0,0,0,0,0,0 +442110,271,56,3311,237,176,29,0,0,0,0,0,0 +442210,271,56,709,124,97,0,0,0,0,0,0,0 +442291,271,56,49,11,7,0,0,0,0,0,0,0 +442299,271,56,2298,181,130,35,0,0,0,0,0,0 +443141,271,56,696,93,71,0,0,0,0,0,0,0 +443142,271,56,3778,221,172,17,7,0,0,0,0,0 +444110,271,56,6595,58,0,0,39,0,0,0,0,0 +444120,271,56,400,65,58,0,0,0,0,0,0,0 +444130,271,56,2515,214,142,32,0,0,0,0,0,0 +444190,271,56,2634,264,211,16,0,0,0,0,0,0 +444210,271,56,266,31,9,0,0,0,0,0,0,0 +444220,271,56,1065,122,85,7,0,0,0,0,0,0 +445110,271,56,30364,587,283,145,107,0,0,0,0,0 +445120,271,56,327,126,120,0,0,0,0,0,0,0 +445210,271,56,570,68,38,0,0,0,0,0,0,0 +445291,271,56,488,32,20,6,0,0,0,0,0,0 +445292,271,56,208,26,17,0,0,0,0,0,0,0 +445299,271,56,865,112,97,0,0,0,0,0,0,0 +445310,271,56,4299,507,455,25,0,0,0,0,0,0 +446110,271,56,5886,350,198,116,0,0,0,0,0,0 +446120,271,56,1949,159,120,24,0,0,0,0,0,0 +446130,271,56,1284,192,174,3,0,0,0,0,0,0 +446191,271,56,374,90,73,0,0,0,0,0,0,0 +446199,271,56,957,108,85,4,3,0,0,0,0,0 +447110,271,56,11755,972,795,164,0,0,0,0,0,0 +447190,271,56,1237,64,30,10,0,0,0,0,0,0 +448110,271,56,610,70,62,0,0,0,0,0,0,0 +448120,271,56,4696,417,345,49,0,0,0,0,0,0 +448130,271,56,928,79,44,11,0,0,0,0,0,0 +448140,271,56,7559,303,155,123,0,0,0,0,0,0 +448150,271,56,605,92,70,0,0,0,0,0,0,0 +448190,271,56,1710,137,99,19,0,0,0,0,0,0 +448210,271,56,2993,264,214,17,0,0,0,0,0,0 +448310,271,56,1387,212,191,7,0,0,0,0,0,0 +448320,271,56,97,13,8,0,0,0,0,0,0,0 +451110,271,56,4911,305,233,33,0,0,0,0,0,0 +451120,271,56,1982,116,66,31,0,0,0,0,0,0 +451130,271,56,825,57,21,3,0,0,0,0,0,0 +451140,271,56,488,41,26,0,0,0,0,0,0,0 +451211,271,56,659,52,28,5,0,0,0,0,0,0 +452210,271,56,6933,59,0,26,28,3,0,0,0,0 +452311,271,56,18074,109,0,0,45,44,0,0,0,0 +452319,271,56,3648,237,171,25,0,0,0,0,0,0 +453110,271,56,716,145,121,0,0,0,0,0,0,0 +453210,271,56,446,55,24,12,0,0,0,0,0,0 +453220,271,56,1897,215,175,18,0,0,0,0,0,0 +453310,271,56,4232,260,160,62,0,0,0,0,0,0 +453910,271,56,1375,109,72,16,0,0,0,0,0,0 +453920,271,56,162,38,29,0,0,0,0,0,0,0 +453930,271,56,49,8,4,0,0,0,0,0,0,0 +453991,271,56,464,128,111,0,0,0,0,0,0,0 +453998,271,56,1256,231,208,4,0,0,0,0,0,0 +454110,271,56,8565,573,495,34,4,0,4,0,0,0 +454210,271,56,228,41,29,3,0,0,0,0,0,0 +454310,271,56,141,22,10,0,0,0,0,0,0,0 +454390,271,56,2055,379,330,10,0,0,0,0,0,0 +481111,271,56,7679,13,4,0,5,0,0,0,0,0 +481211,271,56,109,7,0,3,0,0,0,0,0,0 +484110,271,56,2495,414,372,6,0,0,0,0,0,0 +484121,271,56,7929,438,343,44,6,0,0,0,0,0 +484122,271,56,2784,66,24,7,9,0,0,0,0,0 +484210,271,56,1263,73,40,18,0,0,0,0,0,0 +484220,271,56,1699,353,311,4,0,0,0,0,0,0 +484230,271,56,1625,113,63,10,0,0,0,0,0,0 +485113,271,56,290,7,3,0,0,0,0,0,0,0 +485210,271,56,131,4,0,0,0,0,0,0,0,0 +485310,271,56,148,15,8,0,0,0,0,0,0,0 +485320,271,56,368,39,19,0,0,0,0,0,0,0 +485410,271,56,8114,112,16,29,16,0,0,0,0,0 +485510,271,56,0,8,3,0,0,0,0,0,0,0 +485991,271,56,933,45,26,0,0,0,0,0,0,0 +485999,271,56,198,14,5,3,0,0,0,0,0,0 +486210,271,56,0,3,0,0,0,0,0,0,0,0 +486910,271,56,48,7,0,0,0,0,0,0,0,0 +487210,271,56,80,6,3,0,0,0,0,0,0,0 +487990,271,56,2,3,3,0,0,0,0,0,0,0 +488119,271,56,507,12,0,3,0,0,0,0,0,0 +488190,271,56,574,22,7,0,0,0,0,0,0,0 +488210,271,56,133,11,0,0,0,0,0,0,0,0 +488310,271,56,23,3,0,0,0,0,0,0,0,0 +488410,271,56,800,72,47,5,0,0,0,0,0,0 +488490,271,56,161,27,16,0,0,0,0,0,0,0 +488510,271,56,3682,261,208,27,0,0,0,0,0,0 +488991,271,56,171,18,9,0,0,0,0,0,0,0 +492110,271,56,4449,111,61,7,4,3,0,0,0,0 +492210,271,56,1239,50,36,4,0,0,0,0,0,0 +493110,271,56,3533,105,70,9,4,3,0,0,0,0 +493120,271,56,33,9,0,3,0,0,0,0,0,0 +493190,271,56,518,33,22,0,0,0,0,0,0,0 +511110,271,56,2296,74,36,5,0,0,0,0,0,0 +511120,271,56,958,58,38,5,0,0,0,0,0,0 +511130,271,56,1106,57,36,8,0,0,0,0,0,0 +511140,271,56,19,6,4,0,0,0,0,0,0,0 +511199,271,56,41,12,7,0,0,0,0,0,0,0 +511210,271,56,10123,207,126,41,10,0,6,0,0,0 +512110,271,56,654,162,149,6,0,0,0,0,0,0 +512120,271,56,28,4,0,0,0,0,0,0,0,0 +512131,271,56,1325,37,9,14,0,0,0,0,0,0 +512191,271,56,137,36,34,0,0,0,0,0,0,0 +512230,271,56,8,3,0,0,0,0,0,0,0,0 +512240,271,56,41,19,19,0,0,0,0,0,0,0 +512250,271,56,25,11,10,0,0,0,0,0,0,0 +512290,271,56,0,3,0,0,0,0,0,0,0,0 +515111,271,56,70,10,3,0,0,0,0,0,0,0 +515112,271,56,1001,31,8,3,0,0,0,0,0,0 +515120,271,56,1223,14,3,0,0,0,0,0,0,0 +515210,271,56,0,4,0,0,0,0,0,0,0,0 +517311,271,56,7846,313,225,27,4,0,0,0,0,0 +517312,271,56,2668,225,200,12,0,0,0,0,0,0 +517911,271,56,166,65,55,0,0,0,0,0,0,0 +517919,271,56,352,27,18,0,0,0,0,0,0,0 +518210,271,56,8973,246,166,42,10,4,0,0,0,0 +519110,271,56,27,3,0,0,0,0,0,0,0,0 +519120,271,56,2,3,3,0,0,0,0,0,0,0 +519130,271,56,1598,94,67,10,0,0,0,0,0,0 +519190,271,56,230,33,26,0,0,0,0,0,0,0 +522110,271,56,38560,925,700,163,20,4,4,6,0,0 +522120,271,56,287,38,21,0,0,0,0,0,0,0 +522130,271,56,2964,192,160,12,3,0,0,0,0,0 +522220,271,56,1031,56,44,0,3,0,0,0,0,0 +522291,271,56,232,35,23,3,0,0,0,0,0,0 +522292,271,56,4629,219,176,17,3,0,0,0,0,0 +522298,271,56,739,59,33,4,0,0,0,0,0,0 +522310,271,56,549,71,52,0,0,0,0,0,0,0 +522320,271,56,740,78,61,3,0,0,0,0,0,0 +522390,271,56,361,99,91,0,0,0,0,0,0,0 +523110,271,56,2233,40,33,3,0,0,0,0,0,0 +523120,271,56,4314,405,352,35,5,0,0,0,0,0 +523130,271,56,190,13,7,0,0,0,0,0,0,0 +523140,271,56,93,17,14,0,0,0,0,0,0,0 +523910,271,56,597,86,77,3,0,0,0,0,0,0 +523920,271,56,7138,819,758,31,4,3,0,0,0,0 +523930,271,56,3032,359,338,10,0,0,0,0,0,0 +523991,271,56,346,27,21,0,0,0,0,0,0,0 +523999,271,56,65,18,14,0,0,0,0,0,0,0 +524113,271,56,7100,154,105,22,9,0,0,0,0,0 +524114,271,56,11332,67,28,14,4,3,0,4,0,0 +524126,271,56,6532,128,72,24,5,0,0,0,0,0 +524127,271,56,738,49,35,6,0,0,0,0,0,0 +524128,271,56,0,4,0,0,0,0,0,0,0,0 +524210,271,56,11020,2098,1992,61,12,0,0,0,0,0 +524291,271,56,397,49,43,0,0,0,0,0,0,0 +524292,271,56,8851,87,39,13,5,6,0,0,0,0 +524298,271,56,614,49,40,3,0,0,0,0,0,0 +525990,271,56,259,23,17,3,0,0,0,0,0,0 +531110,271,56,5149,855,794,33,0,0,0,0,0,0 +531120,271,56,2728,333,308,9,0,0,0,0,0,0 +531130,271,56,218,104,101,0,0,0,0,0,0,0 +531190,271,56,183,62,50,0,0,0,0,0,0,0 +531210,271,56,4865,2248,2209,17,3,0,0,0,0,0 +531311,271,56,8073,690,588,68,7,0,0,0,0,0 +531312,271,56,2511,208,171,16,0,0,0,0,0,0 +531320,271,56,874,208,195,0,0,0,0,0,0,0 +531390,271,56,640,297,283,0,0,0,0,0,0,0 +532111,271,56,609,77,59,4,0,0,0,0,0,0 +532112,271,56,0,7,6,0,0,0,0,0,0,0 +532120,271,56,494,56,39,0,0,0,0,0,0,0 +532281,271,56,0,6,4,0,0,0,0,0,0,0 +532282,271,56,14,3,0,0,0,0,0,0,0,0 +532283,271,56,144,8,0,0,0,0,0,0,0,0 +532284,271,56,99,16,12,0,0,0,0,0,0,0 +532289,271,56,347,38,26,3,0,0,0,0,0,0 +532310,271,56,287,47,33,0,0,0,0,0,0,0 +532411,271,56,10,4,4,0,0,0,0,0,0,0 +532412,271,56,243,20,3,0,0,0,0,0,0,0 +532420,271,56,0,6,4,0,0,0,0,0,0,0 +532490,271,56,1127,96,70,6,0,0,0,0,0,0 +533110,271,56,1291,50,34,0,0,0,0,0,0,0 +541110,271,56,15440,1789,1639,109,10,10,0,0,0,0 +541191,271,56,1106,145,118,5,0,0,0,0,0,0 +541199,271,56,880,59,45,6,3,0,0,0,0,0 +541211,271,56,7652,619,547,29,6,3,0,0,0,0 +541213,271,56,1995,362,330,3,0,0,0,0,0,0 +541214,271,56,954,44,18,0,0,0,0,0,0,0 +541219,271,56,4565,441,408,6,0,3,0,0,0,0 +541310,271,56,3177,282,244,22,3,0,0,0,0,0 +541320,271,56,187,56,54,0,0,0,0,0,0,0 +541330,271,56,13227,721,564,103,18,6,0,0,0,0 +541340,271,56,119,38,31,0,0,0,0,0,0,0 +541350,271,56,279,104,87,0,0,0,0,0,0,0 +541370,271,56,202,37,25,3,0,0,0,0,0,0 +541380,271,56,1757,80,48,8,0,0,0,0,0,0 +541410,271,56,527,194,182,3,0,0,0,0,0,0 +541420,271,56,129,22,17,0,0,0,0,0,0,0 +541430,271,56,1032,376,364,4,0,0,0,0,0,0 +541490,271,56,121,30,24,0,0,0,0,0,0,0 +541511,271,56,14813,1467,1344,68,10,5,0,0,0,0 +541512,271,56,8154,986,884,54,15,0,0,0,0,0 +541513,271,56,1168,127,110,5,0,0,0,0,0,0 +541519,271,56,1502,357,334,8,0,0,0,0,0,0 +541611,271,56,7658,1287,1213,46,5,0,3,0,0,0 +541612,271,56,1655,185,162,7,0,0,0,0,0,0 +541613,271,56,3660,655,601,29,0,0,0,0,0,0 +541614,271,56,1475,118,96,6,0,0,0,0,0,0 +541618,271,56,198,106,101,0,0,0,0,0,0,0 +541620,271,56,1084,91,68,3,3,0,0,0,0,0 +541690,271,56,1950,344,311,4,4,0,0,0,0,0 +541713,271,56,555,44,33,3,0,0,0,0,0,0 +541714,271,56,362,34,30,0,0,0,0,0,0,0 +541715,271,56,4972,120,75,17,6,0,0,0,0,0 +541720,271,56,134,15,11,0,0,0,0,0,0,0 +541810,271,56,4073,271,220,30,7,0,0,0,0,0 +541820,271,56,742,124,118,0,0,0,0,0,0,0 +541830,271,56,500,14,11,0,0,0,0,0,0,0 +541840,271,56,46,16,15,0,0,0,0,0,0,0 +541850,271,56,2179,41,30,0,0,0,0,0,0,0 +541860,271,56,882,61,44,4,0,0,0,0,0,0 +541870,271,56,21,9,4,0,0,0,0,0,0,0 +541890,271,56,6107,162,128,8,3,0,0,0,0,0 +541910,271,56,1333,109,81,10,3,0,0,0,0,0 +541921,271,56,871,181,168,0,0,0,0,0,0,0 +541922,271,56,198,128,125,0,0,0,0,0,0,0 +541930,271,56,417,57,48,0,0,0,0,0,0,0 +541940,271,56,4762,372,287,52,0,0,0,0,0,0 +541990,271,56,1451,542,524,8,0,0,0,0,0,0 +551111,271,56,238,19,15,0,0,0,0,0,0,0 +551112,271,56,1115,75,56,3,3,0,0,0,0,0 +551114,271,56,115134,890,471,231,80,32,13,9,3,0 +561110,271,56,6660,386,324,31,6,0,0,0,0,0 +561210,271,56,514,62,45,0,0,0,0,0,0,0 +561311,271,56,1446,72,44,11,0,0,0,0,0,0 +561312,271,56,680,130,115,3,0,0,0,0,0,0 +561320,271,56,33311,612,307,167,70,22,4,0,0,0 +561330,271,56,700,19,5,3,0,0,0,0,0,0 +561410,271,56,1180,40,33,0,0,0,0,0,0,0 +561421,271,56,0,5,0,0,0,0,0,0,0,0 +561422,271,56,3150,63,20,12,0,0,0,0,0,0 +561431,271,56,113,23,17,0,0,0,0,0,0,0 +561439,271,56,442,68,54,4,0,0,0,0,0,0 +561440,271,56,3291,58,29,4,0,0,0,0,0,0 +561450,271,56,43,5,3,0,0,0,0,0,0,0 +561492,271,56,104,59,58,0,0,0,0,0,0,0 +561499,271,56,594,62,47,4,0,0,0,0,0,0 +561510,271,56,1962,248,220,6,0,0,0,0,0,0 +561520,271,56,630,33,23,0,0,0,0,0,0,0 +561591,271,56,96,4,0,0,0,0,0,0,0,0 +561599,271,56,734,17,9,0,0,0,0,0,0,0 +561611,271,56,196,30,21,0,0,0,0,0,0,0 +561612,271,56,8475,54,12,9,10,0,0,0,0,0 +561613,271,56,0,5,0,0,0,0,0,0,0,0 +561621,271,56,1259,58,31,8,0,0,0,0,0,0 +561622,271,56,131,34,28,0,0,0,0,0,0,0 +561710,271,56,223,43,32,0,0,0,0,0,0,0 +561720,271,56,13194,965,830,87,10,0,0,0,0,0 +561730,271,56,7664,1535,1439,68,0,0,0,0,0,0 +561740,271,56,533,91,74,4,0,0,0,0,0,0 +561790,271,56,898,123,104,0,0,0,0,0,0,0 +561910,271,56,487,20,0,0,0,0,0,0,0,0 +561920,271,56,916,97,75,5,0,0,0,0,0,0 +561990,271,56,1974,178,124,18,0,0,0,0,0,0 +562111,271,56,2674,159,86,13,3,0,0,0,0,0 +562119,271,56,19,7,3,0,0,0,0,0,0,0 +562211,271,56,0,3,0,0,0,0,0,0,0,0 +562212,271,56,129,16,4,0,0,0,0,0,0,0 +562910,271,56,728,46,31,3,0,0,0,0,0,0 +562920,271,56,255,16,6,0,0,0,0,0,0,0 +562991,271,56,71,26,17,0,0,0,0,0,0,0 +562998,271,56,102,21,9,0,0,0,0,0,0,0 +611110,271,56,14772,329,98,155,23,0,0,0,0,0 +611310,271,56,25273,63,15,5,0,0,3,3,0,0 +611420,271,56,37,16,14,0,0,0,0,0,0,0 +611430,271,56,615,114,101,4,0,0,0,0,0,0 +611511,271,56,146,9,7,0,0,0,0,0,0,0 +611512,271,56,23,4,0,0,0,0,0,0,0,0 +611513,271,56,290,21,8,0,0,0,0,0,0,0 +611519,271,56,306,32,21,0,0,0,0,0,0,0 +611610,271,56,2109,235,190,20,0,0,0,0,0,0 +611620,271,56,3154,260,198,32,0,0,0,0,0,0 +611630,271,56,269,16,3,4,0,0,0,0,0,0 +611691,271,56,2323,101,71,11,0,0,0,0,0,0 +611692,271,56,159,30,18,0,0,0,0,0,0,0 +611699,271,56,1794,134,95,15,0,0,0,0,0,0 +611710,271,56,2225,143,118,3,0,0,0,0,0,0 +621111,271,56,25554,1118,768,272,40,4,0,0,0,0 +621112,271,56,366,94,84,0,0,0,0,0,0,0 +621210,271,56,11813,1369,1266,86,0,0,0,0,0,0 +621310,271,56,3458,952,933,6,0,0,0,0,0,0 +621320,271,56,1372,208,178,11,0,0,0,0,0,0 +621330,271,56,1934,512,473,12,0,0,0,0,0,0 +621340,271,56,3398,297,255,15,0,0,0,0,0,0 +621391,271,56,110,16,13,0,0,0,0,0,0,0 +621399,271,56,1576,286,251,22,0,0,0,0,0,0 +621410,271,56,290,26,12,0,0,0,0,0,0,0 +621420,271,56,3591,175,97,38,3,0,0,0,0,0 +621491,271,56,0,109,30,24,13,9,0,0,0,0 +621492,271,56,0,66,46,0,0,0,0,0,0,0 +621493,271,56,1415,53,14,19,0,0,0,0,0,0 +621498,271,56,3480,142,76,34,0,0,0,0,0,0 +621511,271,56,1087,39,23,4,0,0,0,0,0,0 +621512,271,56,600,62,42,4,0,0,0,0,0,0 +621610,271,56,29855,570,258,192,44,16,3,0,0,0 +621910,271,56,0,18,4,0,0,0,0,0,0,0 +621991,271,56,1332,16,0,3,0,0,0,0,0,0 +621999,271,56,1495,80,45,19,0,0,0,0,0,0 +622110,271,56,54294,30,0,0,0,0,0,3,7,0 +622310,271,56,655,6,0,0,0,0,0,0,0,0 +623110,271,56,18245,201,54,35,48,11,0,0,0,0 +623210,271,56,18249,1428,1317,65,6,0,0,0,0,0 +623220,271,56,3661,157,93,37,6,0,0,0,0,0 +623311,271,56,11522,151,22,59,8,6,0,0,0,0 +623312,271,56,8432,248,123,62,18,0,0,0,0,0 +623990,271,56,1860,119,79,12,3,0,0,0,0,0 +624110,271,56,1714,143,95,19,0,0,0,0,0,0 +624120,271,56,26283,525,320,104,35,11,0,0,0,0 +624190,271,56,8088,553,446,68,7,0,0,0,0,0 +624210,271,56,766,104,81,4,0,0,0,0,0,0 +624221,271,56,1422,46,15,18,0,0,0,0,0,0 +624229,271,56,1400,87,71,9,0,0,0,0,0,0 +624230,271,56,147,15,8,0,0,0,0,0,0,0 +624310,271,56,6868,174,93,38,6,4,0,0,0,0 +624410,271,56,17216,1069,726,311,3,0,0,0,0,0 +711110,271,56,2114,68,45,12,0,3,0,0,0,0 +711120,271,56,53,15,8,0,0,0,0,0,0,0 +711130,271,56,803,69,62,0,0,0,0,0,0,0 +711190,271,56,4,4,4,0,0,0,0,0,0,0 +711211,271,56,19,22,6,0,0,0,0,0,0,0 +711219,271,56,61,14,9,0,0,0,0,0,0,0 +711310,271,56,3595,50,25,7,0,0,0,0,0,0 +711320,271,56,389,68,54,0,0,0,0,0,0,0 +711410,271,56,69,32,29,0,0,0,0,0,0,0 +711510,271,56,633,260,243,3,0,0,0,0,0,0 +712110,271,56,1590,32,16,0,0,0,0,0,0,0 +712120,271,56,102,7,3,0,0,0,0,0,0,0 +713120,271,56,293,18,11,0,0,0,0,0,0,0 +713290,271,56,179,18,3,0,0,0,0,0,0,0 +713910,271,56,3553,151,81,18,8,0,0,0,0,0 +713930,271,56,132,24,20,0,0,0,0,0,0,0 +713940,271,56,15310,568,414,73,31,7,0,0,0,0 +713950,271,56,1503,48,0,22,0,0,0,0,0,0 +713990,271,56,2931,300,241,35,0,0,0,0,0,0 +721110,271,56,14200,397,174,152,23,4,0,0,0,0 +721191,271,56,86,15,13,0,0,0,0,0,0,0 +721199,271,56,20,7,6,0,0,0,0,0,0,0 +721211,271,56,40,16,10,0,0,0,0,0,0,0 +721310,271,56,191,30,18,0,0,0,0,0,0,0 +722310,271,56,11908,522,406,67,5,0,0,0,0,0 +722320,271,56,2455,126,86,15,3,0,0,0,0,0 +722330,271,56,144,87,80,0,0,0,0,0,0,0 +722410,271,56,6013,389,271,86,0,0,0,0,0,0 +722511,271,56,70213,2399,1137,1175,69,0,0,0,0,0 +722513,271,56,51144,2742,1659,1064,3,0,0,0,0,0 +722514,271,56,1019,33,15,4,0,0,0,0,0,0 +722515,271,56,9389,704,530,147,0,0,0,0,0,0 +811111,271,56,5464,1043,1004,27,0,0,0,0,0,0 +811112,271,56,24,4,0,0,0,0,0,0,0,0 +811113,271,56,122,37,28,0,0,0,0,0,0,0 +811118,271,56,87,23,14,0,0,0,0,0,0,0 +811121,271,56,3191,434,389,27,0,0,0,0,0,0 +811122,271,56,496,61,41,0,0,0,0,0,0,0 +811191,271,56,804,89,69,0,0,0,0,0,0,0 +811192,271,56,2002,122,67,25,0,0,0,0,0,0 +811198,271,56,174,51,39,0,0,0,0,0,0,0 +811211,271,56,31,11,6,0,0,0,0,0,0,0 +811212,271,56,327,63,47,0,0,0,0,0,0,0 +811213,271,56,42,12,9,0,0,0,0,0,0,0 +811219,271,56,607,33,28,0,0,0,0,0,0,0 +811310,271,56,2228,280,242,7,0,0,0,0,0,0 +811411,271,56,19,4,0,0,0,0,0,0,0,0 +811412,271,56,199,52,35,0,0,0,0,0,0,0 +811420,271,56,125,50,43,0,0,0,0,0,0,0 +811430,271,56,23,8,7,0,0,0,0,0,0,0 +811490,271,56,654,229,205,0,0,0,0,0,0,0 +812111,271,56,138,49,43,0,0,0,0,0,0,0 +812112,271,56,8744,1221,1125,77,0,0,0,0,0,0 +812113,271,56,2134,497,477,0,0,0,0,0,0,0 +812191,271,56,518,45,25,8,0,0,0,0,0,0 +812199,271,56,2278,311,265,23,0,0,0,0,0,0 +812210,271,56,941,142,109,0,0,0,0,0,0,0 +812220,271,56,196,35,27,0,0,0,0,0,0,0 +812310,271,56,253,48,41,0,0,0,0,0,0,0 +812320,271,56,1497,170,138,13,0,0,0,0,0,0 +812331,271,56,0,4,0,0,0,0,0,0,0,0 +812332,271,56,0,7,0,0,0,0,0,0,0,0 +812910,271,56,1978,259,215,19,0,0,0,0,0,0 +812930,271,56,2066,161,137,23,0,0,0,0,0,0 +812990,271,56,2176,284,265,4,0,0,0,0,0,0 +813110,271,56,23584,2048,1770,241,22,0,0,0,0,0 +813211,271,56,985,158,138,8,0,0,0,0,0,0 +813212,271,56,1230,42,35,0,0,0,0,0,0,0 +813219,271,56,606,55,43,4,0,0,0,0,0,0 +813311,271,56,403,47,41,4,0,0,0,0,0,0 +813312,271,56,1417,94,66,12,0,0,0,0,0,0 +813319,271,56,963,158,146,0,0,0,0,0,0,0 +813410,271,56,5728,480,358,81,3,0,0,0,0,0 +813910,271,56,1709,229,195,19,0,0,0,0,0,0 +813920,271,56,835,104,87,7,0,0,0,0,0,0 +813930,271,56,3775,187,129,33,0,0,0,0,0,0 +813940,271,56,146,31,26,0,0,0,0,0,0,0 +813990,271,56,668,86,68,0,0,0,0,0,0,0 +115210,271,57,8,3,0,0,0,0,0,0,0,0 +221122,271,57,19,4,3,0,0,0,0,0,0,0 +221320,271,57,0,3,0,0,0,0,0,0,0,0 +236115,271,57,54,30,27,0,0,0,0,0,0,0 +236118,271,57,74,33,30,0,0,0,0,0,0,0 +236220,271,57,18,4,3,0,0,0,0,0,0,0 +237110,271,57,22,3,0,0,0,0,0,0,0,0 +237310,271,57,55,6,3,0,0,0,0,0,0,0 +238110,271,57,30,13,10,0,0,0,0,0,0,0 +238130,271,57,40,9,5,0,0,0,0,0,0,0 +238140,271,57,34,13,11,0,0,0,0,0,0,0 +238160,271,57,50,4,3,0,0,0,0,0,0,0 +238170,271,57,9,7,7,0,0,0,0,0,0,0 +238210,271,57,113,30,23,0,0,0,0,0,0,0 +238220,271,57,114,36,32,0,0,0,0,0,0,0 +238290,271,57,0,3,0,0,0,0,0,0,0,0 +238310,271,57,9,8,8,0,0,0,0,0,0,0 +238320,271,57,0,5,3,0,0,0,0,0,0,0 +238330,271,57,5,5,5,0,0,0,0,0,0,0 +238350,271,57,17,8,7,0,0,0,0,0,0,0 +238910,271,57,76,28,24,0,0,0,0,0,0,0 +238990,271,57,92,28,25,0,0,0,0,0,0,0 +321999,271,57,0,3,3,0,0,0,0,0,0,0 +323111,271,57,0,4,0,0,0,0,0,0,0,0 +327320,271,57,0,4,4,0,0,0,0,0,0,0 +332710,271,57,26,10,8,0,0,0,0,0,0,0 +332999,271,57,8,6,0,0,0,0,0,0,0,0 +333241,271,57,41,3,0,0,0,0,0,0,0,0 +337110,271,57,0,3,0,0,0,0,0,0,0,0 +423820,271,57,46,7,0,0,0,0,0,0,0,0 +423830,271,57,35,3,0,0,0,0,0,0,0,0 +424910,271,57,103,11,6,0,0,0,0,0,0,0 +425120,271,57,6,4,4,0,0,0,0,0,0,0 +441110,271,57,17,3,0,0,0,0,0,0,0,0 +441120,271,57,0,4,0,0,0,0,0,0,0,0 +441310,271,57,79,19,19,0,0,0,0,0,0,0 +442210,271,57,21,4,0,0,0,0,0,0,0,0 +444130,271,57,88,10,0,0,0,0,0,0,0,0 +444190,271,57,40,5,0,0,0,0,0,0,0,0 +444220,271,57,0,3,0,0,0,0,0,0,0,0 +445110,271,57,359,13,0,3,0,0,0,0,0,0 +445210,271,57,0,3,0,0,0,0,0,0,0,0 +445310,271,57,100,18,15,0,0,0,0,0,0,0 +446110,271,57,93,8,6,0,0,0,0,0,0,0 +447110,271,57,528,42,33,4,0,0,0,0,0,0 +447190,271,57,19,5,4,0,0,0,0,0,0,0 +451110,271,57,22,4,3,0,0,0,0,0,0,0 +452319,271,57,111,12,3,0,0,0,0,0,0,0 +453110,271,57,3,3,3,0,0,0,0,0,0,0 +453998,271,57,11,3,0,0,0,0,0,0,0,0 +454110,271,57,6,3,0,0,0,0,0,0,0,0 +454310,271,57,28,6,0,0,0,0,0,0,0,0 +484110,271,57,67,19,16,0,0,0,0,0,0,0 +484121,271,57,107,26,22,0,0,0,0,0,0,0 +484220,271,57,29,17,16,0,0,0,0,0,0,0 +484230,271,57,1,6,3,0,0,0,0,0,0,0 +485410,271,57,221,6,0,0,0,0,0,0,0,0 +511110,271,57,11,3,3,0,0,0,0,0,0,0 +517311,271,57,0,4,4,0,0,0,0,0,0,0 +522110,271,57,261,25,15,0,0,0,0,0,0,0 +522130,271,57,0,3,3,0,0,0,0,0,0,0 +523920,271,57,8,7,4,0,0,0,0,0,0,0 +524210,271,57,142,37,29,0,0,0,0,0,0,0 +531110,271,57,5,7,4,0,0,0,0,0,0,0 +531210,271,57,34,22,21,0,0,0,0,0,0,0 +541110,271,57,43,18,16,0,0,0,0,0,0,0 +541191,271,57,0,3,3,0,0,0,0,0,0,0 +541211,271,57,40,3,0,0,0,0,0,0,0,0 +541219,271,57,21,7,5,0,0,0,0,0,0,0 +541330,271,57,27,3,0,0,0,0,0,0,0,0 +541940,271,57,17,4,0,0,0,0,0,0,0,0 +541990,271,57,10,6,6,0,0,0,0,0,0,0 +561110,271,57,3,3,3,0,0,0,0,0,0,0 +561720,271,57,0,3,0,0,0,0,0,0,0,0 +561730,271,57,33,23,21,0,0,0,0,0,0,0 +561990,271,57,10,6,3,0,0,0,0,0,0,0 +562111,271,57,0,3,0,0,0,0,0,0,0,0 +611610,271,57,45,3,0,0,0,0,0,0,0,0 +621111,271,57,0,10,0,0,0,0,0,0,0,0 +621210,271,57,143,21,14,0,0,0,0,0,0,0 +621310,271,57,40,14,12,0,0,0,0,0,0,0 +621320,271,57,53,6,0,0,0,0,0,0,0,0 +621610,271,57,118,6,0,0,0,0,0,0,0,0 +623210,271,57,406,25,16,5,0,0,0,0,0,0 +623311,271,57,288,3,0,0,0,0,0,0,0,0 +623312,271,57,102,6,5,0,0,0,0,0,0,0 +623990,271,57,0,3,0,0,0,0,0,0,0,0 +624110,271,57,19,3,0,0,0,0,0,0,0,0 +624210,271,57,0,3,0,0,0,0,0,0,0,0 +624221,271,57,14,3,0,0,0,0,0,0,0,0 +624410,271,57,95,12,8,0,0,0,0,0,0,0 +713910,271,57,95,8,3,0,0,0,0,0,0,0 +713940,271,57,50,10,8,0,0,0,0,0,0,0 +713950,271,57,20,3,0,0,0,0,0,0,0,0 +713990,271,57,46,5,3,0,0,0,0,0,0,0 +721110,271,57,82,7,3,0,0,0,0,0,0,0 +721211,271,57,11,4,3,0,0,0,0,0,0,0 +722310,271,57,14,7,3,0,0,0,0,0,0,0 +722410,271,57,144,27,22,0,0,0,0,0,0,0 +722511,271,57,684,55,38,13,0,0,0,0,0,0 +722513,271,57,402,25,9,4,0,0,0,0,0,0 +722515,271,57,12,6,0,0,0,0,0,0,0,0 +811111,271,57,107,31,25,0,0,0,0,0,0,0 +811121,271,57,28,11,6,0,0,0,0,0,0,0 +811310,271,57,11,6,6,0,0,0,0,0,0,0 +812112,271,57,63,18,14,0,0,0,0,0,0,0 +812210,271,57,7,4,4,0,0,0,0,0,0,0 +812910,271,57,21,6,0,0,0,0,0,0,0,0 +813110,271,57,355,74,71,0,0,0,0,0,0,0 +813410,271,57,162,26,18,0,0,0,0,0,0,0 +113310,279,57,843,140,110,3,0,0,0,0,0,0 +115112,279,57,80,38,28,0,0,0,0,0,0,0 +115114,279,57,38,3,0,0,0,0,0,0,0,0 +115115,279,57,0,3,0,0,0,0,0,0,0,0 +115210,279,57,42,27,22,0,0,0,0,0,0,0 +212210,279,57,3277,6,0,0,0,3,0,0,0,0 +212321,279,57,26,9,0,0,0,0,0,0,0,0 +213114,279,57,70,6,4,0,0,0,0,0,0,0 +221112,279,57,0,3,0,0,0,0,0,0,0,0 +221114,279,57,0,3,0,0,0,0,0,0,0,0 +221115,279,57,28,7,3,0,0,0,0,0,0,0 +221122,279,57,533,28,3,3,0,0,0,0,0,0 +221210,279,57,0,3,0,0,0,0,0,0,0,0 +236115,279,57,1724,614,550,5,0,0,0,0,0,0 +236116,279,57,54,8,0,0,0,0,0,0,0,0 +236117,279,57,250,75,49,0,0,0,0,0,0,0 +236118,279,57,1393,659,614,0,0,0,0,0,0,0 +236220,279,57,1685,221,118,3,0,0,0,0,0,0 +237110,279,57,610,78,38,0,0,0,0,0,0,0 +237120,279,57,0,4,0,0,0,0,0,0,0,0 +237130,279,57,145,21,8,0,0,0,0,0,0,0 +237310,279,57,1123,111,57,0,0,0,0,0,0,0 +237990,279,57,139,42,28,0,0,0,0,0,0,0 +238110,279,57,762,257,207,0,0,0,0,0,0,0 +238120,279,57,81,7,4,0,0,0,0,0,0,0 +238130,279,57,316,79,63,0,0,0,0,0,0,0 +238140,279,57,501,166,136,0,0,0,0,0,0,0 +238150,279,57,53,7,0,0,0,0,0,0,0,0 +238160,279,57,505,66,40,0,0,0,0,0,0,0 +238170,279,57,225,68,59,0,0,0,0,0,0,0 +238190,279,57,10,19,18,0,0,0,0,0,0,0 +238210,279,57,3809,626,483,17,0,0,0,0,0,0 +238220,279,57,5048,664,540,8,0,0,0,0,0,0 +238290,279,57,296,27,10,0,0,0,0,0,0,0 +238310,279,57,751,130,97,0,0,0,0,0,0,0 +238320,279,57,564,128,93,3,0,0,0,0,0,0 +238330,279,57,192,56,43,0,0,0,0,0,0,0 +238340,279,57,9,6,0,0,0,0,0,0,0,0 +238350,279,57,424,128,101,0,0,0,0,0,0,0 +238390,279,57,53,12,4,0,0,0,0,0,0,0 +238910,279,57,1687,453,357,0,0,0,0,0,0,0 +238990,279,57,797,389,352,0,0,0,0,0,0,0 +311119,279,57,289,18,3,0,0,0,0,0,0,0 +311224,279,57,0,3,0,0,0,0,0,0,0,0 +311511,279,57,175,6,0,0,0,0,0,0,0,0 +311513,279,57,492,4,0,0,0,0,0,0,0,0 +311520,279,57,0,3,0,0,0,0,0,0,0,0 +311611,279,57,63,12,3,0,0,0,0,0,0,0 +311811,279,57,65,9,0,0,0,0,0,0,0,0 +312120,279,57,26,5,0,0,0,0,0,0,0,0 +314910,279,57,16,4,3,0,0,0,0,0,0,0 +316998,279,57,0,5,4,0,0,0,0,0,0,0 +321113,279,57,166,11,4,0,0,0,0,0,0,0 +321911,279,57,0,4,0,0,0,0,0,0,0,0 +321912,279,57,11,6,0,0,0,0,0,0,0,0 +321918,279,57,0,5,3,0,0,0,0,0,0,0 +321920,279,57,0,3,0,0,0,0,0,0,0,0 +321999,279,57,0,8,0,0,0,0,0,0,0,0 +323111,279,57,1628,90,26,3,3,0,0,0,0,0 +323113,279,57,150,11,0,0,0,0,0,0,0,0 +323117,279,57,0,3,3,0,0,0,0,0,0,0 +325510,279,57,6,3,3,0,0,0,0,0,0,0 +326199,279,57,149,14,0,3,0,0,0,0,0,0 +326299,279,57,0,4,0,0,0,0,0,0,0,0 +327320,279,57,157,26,6,0,0,0,0,0,0,0 +327331,279,57,0,3,0,0,0,0,0,0,0,0 +327390,279,57,83,5,0,0,0,0,0,0,0,0 +327991,279,57,96,6,0,0,0,0,0,0,0,0 +332312,279,57,42,7,0,0,0,0,0,0,0,0 +332313,279,57,126,5,0,4,0,0,0,0,0,0 +332322,279,57,9,3,0,0,0,0,0,0,0,0 +332510,279,57,0,3,0,0,0,0,0,0,0,0 +332710,279,57,952,106,49,0,0,0,0,0,0,0 +332721,279,57,207,10,0,0,0,0,0,0,0,0 +332812,279,57,0,3,0,0,0,0,0,0,0,0 +332813,279,57,0,3,0,0,0,0,0,0,0,0 +332999,279,57,69,18,6,0,0,0,0,0,0,0 +333111,279,57,929,12,0,0,0,0,0,0,0,0 +333241,279,57,0,3,0,0,0,0,0,0,0,0 +333249,279,57,0,4,3,0,0,0,0,0,0,0 +333415,279,57,0,3,0,0,0,0,0,0,0,0 +333511,279,57,48,4,0,0,0,0,0,0,0,0 +333993,279,57,1240,6,0,0,0,0,0,0,0,0 +334418,279,57,48,13,0,0,0,0,0,0,0,0 +336612,279,57,0,3,0,0,0,0,0,0,0,0 +337110,279,57,331,46,26,0,0,0,0,0,0,0 +337122,279,57,0,3,0,0,0,0,0,0,0,0 +339116,279,57,60,13,5,0,0,0,0,0,0,0 +339920,279,57,0,6,0,0,0,0,0,0,0,0 +339999,279,57,202,38,16,0,0,0,0,0,0,0 +423110,279,57,308,23,3,0,0,0,0,0,0,0 +423120,279,57,373,42,26,0,0,0,0,0,0,0 +423130,279,57,29,4,0,0,0,0,0,0,0,0 +423210,279,57,144,5,0,0,0,0,0,0,0,0 +423310,279,57,184,16,0,0,0,0,0,0,0,0 +423320,279,57,10,4,4,0,0,0,0,0,0,0 +423330,279,57,59,7,0,0,0,0,0,0,0,0 +423420,279,57,68,15,3,0,0,0,0,0,0,0 +423430,279,57,12,3,0,0,0,0,0,0,0,0 +423450,279,57,41,7,3,0,0,0,0,0,0,0 +423510,279,57,47,8,3,0,0,0,0,0,0,0 +423610,279,57,293,32,11,0,0,0,0,0,0,0 +423690,279,57,236,9,3,0,0,0,0,0,0,0 +423710,279,57,59,10,0,0,0,0,0,0,0,0 +423720,279,57,88,9,0,0,0,0,0,0,0,0 +423730,279,57,32,9,6,0,0,0,0,0,0,0 +423810,279,57,187,24,17,3,0,0,0,0,0,0 +423820,279,57,2556,213,46,16,0,0,0,0,0,0 +423830,279,57,371,46,20,0,0,0,0,0,0,0 +423840,279,57,151,22,17,0,0,0,0,0,0,0 +423850,279,57,25,4,0,0,0,0,0,0,0,0 +423910,279,57,16,4,3,0,0,0,0,0,0,0 +423930,279,57,86,19,0,0,0,0,0,0,0,0 +423990,279,57,71,18,9,0,0,0,0,0,0,0 +424120,279,57,17,48,39,6,0,0,0,0,0,0 +424130,279,57,68,4,0,0,0,0,0,0,0,0 +424210,279,57,35,10,0,0,0,0,0,0,0,0 +424420,279,57,11,7,3,0,0,0,0,0,0,0 +424450,279,57,0,3,0,0,0,0,0,0,0,0 +424490,279,57,595,33,4,0,0,0,0,0,0,0 +424510,279,57,2299,219,96,12,0,0,0,0,0,0 +424520,279,57,0,3,0,0,0,0,0,0,0,0 +424690,279,57,49,3,0,0,0,0,0,0,0,0 +424710,279,57,187,14,4,0,0,0,0,0,0,0 +424810,279,57,125,6,3,3,0,0,0,0,0,0 +424910,279,57,1701,181,67,3,0,0,0,0,0,0 +424990,279,57,59,23,17,0,0,0,0,0,0,0 +425120,279,57,323,70,50,0,0,0,0,0,0,0 +441110,279,57,5514,129,11,38,5,0,0,0,0,0 +441120,279,57,500,109,65,0,0,0,0,0,0,0 +441210,279,57,147,19,3,0,0,0,0,0,0,0 +441222,279,57,340,63,39,0,0,0,0,0,0,0 +441228,279,57,499,54,7,0,0,0,0,0,0,0 +441310,279,57,2830,351,214,4,0,0,0,0,0,0 +441320,279,57,673,84,40,0,0,0,0,0,0,0 +442110,279,57,784,90,49,3,0,0,0,0,0,0 +442210,279,57,217,50,36,0,0,0,0,0,0,0 +442299,279,57,275,41,24,0,0,0,0,0,0,0 +443141,279,57,287,55,28,0,0,0,0,0,0,0 +443142,279,57,668,83,53,0,0,0,0,0,0,0 +444110,279,57,1978,23,7,0,12,0,0,0,0,0 +444120,279,57,64,13,7,0,0,0,0,0,0,0 +444130,279,57,1639,202,61,0,0,0,0,0,0,0 +444190,279,57,2103,309,195,6,0,0,0,0,0,0 +444210,279,57,31,10,3,0,0,0,0,0,0,0 +444220,279,57,704,116,40,0,0,0,0,0,0,0 +445110,279,57,13334,357,84,48,10,4,0,0,0,0 +445120,279,57,14,7,6,0,0,0,0,0,0,0 +445210,279,57,78,17,0,0,0,0,0,0,0,0 +445292,279,57,31,6,0,0,0,0,0,0,0,0 +445299,279,57,242,19,7,0,0,0,0,0,0,0 +445310,279,57,2412,336,222,0,0,0,0,0,0,0 +446110,279,57,2116,193,81,7,0,0,0,0,0,0 +446120,279,57,210,16,9,0,0,0,0,0,0,0 +446130,279,57,267,33,17,0,0,0,0,0,0,0 +446191,279,57,105,30,5,0,0,0,0,0,0,0 +446199,279,57,322,43,18,0,0,0,0,0,0,0 +447110,279,57,11207,888,611,121,0,0,0,0,0,0 +447190,279,57,959,97,35,0,0,0,0,0,0,0 +448110,279,57,92,14,3,0,0,0,0,0,0,0 +448120,279,57,1185,147,117,0,0,0,0,0,0,0 +448130,279,57,159,17,3,0,0,0,0,0,0,0 +448140,279,57,1214,76,24,12,0,0,0,0,0,0 +448150,279,57,60,9,3,0,0,0,0,0,0,0 +448190,279,57,278,22,12,4,0,0,0,0,0,0 +448210,279,57,680,88,63,0,0,0,0,0,0,0 +448310,279,57,314,63,39,0,0,0,0,0,0,0 +451110,279,57,1653,162,109,8,0,0,0,0,0,0 +451120,279,57,371,32,19,0,0,0,0,0,0,0 +451130,279,57,161,22,3,0,0,0,0,0,0,0 +451140,279,57,104,14,0,0,0,0,0,0,0,0 +451211,279,57,115,15,3,0,0,0,0,0,0,0 +452210,279,57,1938,22,0,11,3,0,0,0,0,0 +452311,279,57,2173,24,0,0,8,3,0,0,0,0 +452319,279,57,3261,248,85,3,0,0,0,0,0,0 +453110,279,57,328,60,29,0,0,0,0,0,0,0 +453210,279,57,111,13,0,0,0,0,0,0,0,0 +453220,279,57,459,115,95,0,0,0,0,0,0,0 +453310,279,57,748,93,55,0,0,0,0,0,0,0 +453910,279,57,151,13,8,0,0,0,0,0,0,0 +453920,279,57,48,14,13,0,0,0,0,0,0,0 +453930,279,57,0,3,0,0,0,0,0,0,0,0 +453991,279,57,48,17,11,0,0,0,0,0,0,0 +453998,279,57,255,75,54,0,0,0,0,0,0,0 +454110,279,57,476,110,83,0,0,0,0,0,0,0 +454210,279,57,11,10,7,0,0,0,0,0,0,0 +454310,279,57,465,87,46,0,0,0,0,0,0,0 +454390,279,57,668,187,139,0,0,0,0,0,0,0 +481111,279,57,0,3,0,0,0,0,0,0,0,0 +483113,279,57,0,3,0,0,0,0,0,0,0,0 +484110,279,57,968,283,221,3,0,0,0,0,0,0 +484121,279,57,3449,450,318,6,0,0,0,0,0,0 +484122,279,57,267,26,8,0,0,0,0,0,0,0 +484210,279,57,129,22,8,0,0,0,0,0,0,0 +484220,279,57,2114,423,342,0,0,0,0,0,0,0 +484230,279,57,234,90,61,0,0,0,0,0,0,0 +485310,279,57,12,5,4,0,0,0,0,0,0,0 +485320,279,57,88,4,0,0,0,0,0,0,0,0 +485410,279,57,1684,73,12,3,0,0,0,0,0,0 +485991,279,57,207,10,3,0,0,0,0,0,0,0 +486110,279,57,0,3,0,0,0,0,0,0,0,0 +486210,279,57,0,3,0,0,0,0,0,0,0,0 +486910,279,57,13,4,3,0,0,0,0,0,0,0 +488119,279,57,0,3,0,0,0,0,0,0,0,0 +488190,279,57,0,5,3,0,0,0,0,0,0,0 +488210,279,57,0,3,0,0,0,0,0,0,0,0 +488330,279,57,0,3,0,0,0,0,0,0,0,0 +488410,279,57,82,14,7,0,0,0,0,0,0,0 +488510,279,57,75,26,4,0,0,0,0,0,0,0 +492110,279,57,921,33,0,3,0,0,0,0,0,0 +492210,279,57,191,19,7,0,0,0,0,0,0,0 +493110,279,57,88,17,4,0,0,0,0,0,0,0 +511110,279,57,515,68,19,0,0,0,0,0,0,0 +511120,279,57,0,7,3,0,0,0,0,0,0,0 +511130,279,57,266,5,0,0,0,0,0,0,0,0 +511210,279,57,113,13,3,0,0,0,0,0,0,0 +512110,279,57,11,9,6,0,0,0,0,0,0,0 +512131,279,57,180,14,3,0,0,0,0,0,0,0 +515112,279,57,333,29,0,0,0,0,0,0,0,0 +515120,279,57,246,9,0,3,0,0,0,0,0,0 +517311,279,57,1288,247,155,3,5,0,0,0,0,0 +517312,279,57,291,43,26,0,0,0,0,0,0,0 +517911,279,57,0,3,3,0,0,0,0,0,0,0 +518210,279,57,110,9,3,0,0,0,0,0,0,0 +519130,279,57,4,3,3,0,0,0,0,0,0,0 +522110,279,57,9117,745,519,44,0,0,0,0,0,0 +522120,279,57,0,27,16,0,0,0,0,0,0,0 +522130,279,57,748,118,56,11,0,0,0,0,0,0 +522292,279,57,71,16,10,0,0,0,0,0,0,0 +522298,279,57,35,18,7,0,0,0,0,0,0,0 +522390,279,57,7,3,3,0,0,0,0,0,0,0 +523120,279,57,317,98,85,0,0,0,0,0,0,0 +523910,279,57,12,5,4,0,0,0,0,0,0,0 +523920,279,57,346,225,199,0,0,0,0,0,0,0 +523930,279,57,137,55,47,0,0,0,0,0,0,0 +524113,279,57,6,10,9,0,0,0,0,0,0,0 +524114,279,57,2149,7,0,0,0,0,3,0,0,0 +524126,279,57,111,38,22,0,0,0,0,0,0,0 +524127,279,57,0,8,4,0,0,0,0,0,0,0 +524210,279,57,3747,1164,1092,3,0,0,0,0,0,0 +524291,279,57,0,6,5,0,0,0,0,0,0,0 +524292,279,57,0,7,0,0,0,0,0,0,0,0 +531110,279,57,956,266,221,6,0,0,0,0,0,0 +531120,279,57,366,68,49,0,0,0,0,0,0,0 +531130,279,57,19,11,11,0,0,0,0,0,0,0 +531190,279,57,46,23,18,0,0,0,0,0,0,0 +531210,279,57,738,431,421,0,0,0,0,0,0,0 +531311,279,57,835,88,53,3,0,0,0,0,0,0 +531312,279,57,93,20,16,0,0,0,0,0,0,0 +531320,279,57,108,56,52,0,0,0,0,0,0,0 +531390,279,57,43,16,15,0,0,0,0,0,0,0 +532111,279,57,123,18,10,0,0,0,0,0,0,0 +532120,279,57,25,8,3,0,0,0,0,0,0,0 +532282,279,57,26,4,0,0,0,0,0,0,0,0 +532283,279,57,23,5,3,0,0,0,0,0,0,0 +532284,279,57,21,12,11,0,0,0,0,0,0,0 +532289,279,57,12,4,0,0,0,0,0,0,0,0 +532310,279,57,57,17,9,0,0,0,0,0,0,0 +532412,279,57,191,10,3,0,0,0,0,0,0,0 +532490,279,57,100,10,3,0,0,0,0,0,0,0 +541110,279,57,2096,493,404,7,0,0,0,0,0,0 +541191,279,57,175,44,24,0,0,0,0,0,0,0 +541211,279,57,1832,276,173,3,0,0,0,0,0,0 +541213,279,57,525,110,65,0,0,0,0,0,0,0 +541214,279,57,0,3,0,0,0,0,0,0,0,0 +541219,279,57,426,119,80,0,0,0,0,0,0,0 +541310,279,57,267,36,22,0,0,0,0,0,0,0 +541320,279,57,15,4,0,0,0,0,0,0,0,0 +541330,279,57,2063,148,90,4,0,0,0,0,0,0 +541370,279,57,86,20,13,0,0,0,0,0,0,0 +541380,279,57,62,12,3,0,0,0,0,0,0,0 +541410,279,57,10,3,0,0,0,0,0,0,0,0 +541430,279,57,53,22,19,0,0,0,0,0,0,0 +541511,279,57,471,83,69,0,0,0,0,0,0,0 +541512,279,57,213,65,42,0,0,0,0,0,0,0 +541513,279,57,66,3,0,0,0,0,0,0,0,0 +541519,279,57,19,16,16,0,0,0,0,0,0,0 +541611,279,57,335,101,86,0,0,0,0,0,0,0 +541612,279,57,0,4,3,0,0,0,0,0,0,0 +541613,279,57,113,41,32,0,0,0,0,0,0,0 +541618,279,57,34,6,0,0,0,0,0,0,0,0 +541620,279,57,91,10,8,0,0,0,0,0,0,0 +541690,279,57,108,36,29,0,0,0,0,0,0,0 +541714,279,57,0,3,3,0,0,0,0,0,0,0 +541715,279,57,18,15,0,0,0,0,0,0,0,0 +541810,279,57,134,23,14,0,0,0,0,0,0,0 +541890,279,57,70,18,4,0,0,0,0,0,0,0 +541921,279,57,60,31,22,0,0,0,0,0,0,0 +541922,279,57,0,3,3,0,0,0,0,0,0,0 +541940,279,57,1371,175,82,0,0,0,0,0,0,0 +541990,279,57,135,62,53,0,0,0,0,0,0,0 +551112,279,57,0,3,0,0,0,0,0,0,0,0 +551114,279,57,5518,165,49,18,5,0,0,0,0,0 +561110,279,57,608,61,32,0,0,0,0,0,0,0 +561312,279,57,8,4,4,0,0,0,0,0,0,0 +561320,279,57,4335,86,12,20,3,0,0,0,0,0 +561422,279,57,0,3,0,0,0,0,0,0,0,0 +561499,279,57,19,4,3,0,0,0,0,0,0,0 +561510,279,57,111,28,23,0,0,0,0,0,0,0 +561591,279,57,25,6,5,0,0,0,0,0,0,0 +561611,279,57,0,3,0,0,0,0,0,0,0,0 +561612,279,57,459,5,0,0,0,0,0,0,0,0 +561621,279,57,48,6,0,0,0,0,0,0,0,0 +561710,279,57,51,19,12,0,0,0,0,0,0,0 +561720,279,57,2296,234,120,14,0,0,0,0,0,0 +561730,279,57,1896,561,502,3,0,0,0,0,0,0 +561740,279,57,69,16,9,0,0,0,0,0,0,0 +561790,279,57,86,22,12,0,0,0,0,0,0,0 +561990,279,57,396,95,56,0,0,0,0,0,0,0 +562111,279,57,516,76,23,3,0,0,0,0,0,0 +562910,279,57,77,12,7,0,0,0,0,0,0,0 +562991,279,57,55,21,16,0,0,0,0,0,0,0 +611110,279,57,3156,98,18,27,0,0,0,0,0,0 +611430,279,57,0,3,0,0,0,0,0,0,0,0 +611513,279,57,28,4,3,0,0,0,0,0,0,0 +611610,279,57,184,28,11,0,0,0,0,0,0,0 +611620,279,57,206,28,16,0,0,0,0,0,0,0 +611691,279,57,126,7,0,0,0,0,0,0,0,0 +611692,279,57,27,6,3,0,0,0,0,0,0,0 +611699,279,57,32,7,5,0,0,0,0,0,0,0 +611710,279,57,23,6,3,0,0,0,0,0,0,0 +621111,279,57,6333,273,127,38,3,3,0,0,0,0 +621112,279,57,69,9,7,0,0,0,0,0,0,0 +621210,279,57,5156,564,442,14,0,0,0,0,0,0 +621310,279,57,1103,355,307,0,0,0,0,0,0,0 +621320,279,57,353,70,38,0,0,0,0,0,0,0 +621330,279,57,379,88,60,0,0,0,0,0,0,0 +621340,279,57,534,88,42,0,0,0,0,0,0,0 +621391,279,57,17,5,3,0,0,0,0,0,0,0 +621399,279,57,172,52,32,0,0,0,0,0,0,0 +621410,279,57,42,6,3,0,0,0,0,0,0,0 +621420,279,57,1597,77,28,11,4,0,0,0,0,0 +621492,279,57,0,6,3,0,0,0,0,0,0,0 +621493,279,57,325,12,0,0,0,0,0,0,0,0 +621498,279,57,770,54,22,7,0,0,0,0,0,0 +621512,279,57,0,4,0,0,0,0,0,0,0,0 +621610,279,57,5236,136,11,41,6,0,0,0,0,0 +621910,279,57,352,21,6,0,0,0,0,0,0,0 +621991,279,57,128,5,0,0,0,0,0,0,0,0 +621999,279,57,14,9,4,0,0,0,0,0,0,0 +622110,279,57,7746,13,0,0,3,0,0,0,0,0 +623110,279,57,8670,119,21,10,14,0,0,0,0,0 +623210,279,57,10827,1144,1001,35,0,0,0,0,0,0 +623220,279,57,2222,104,52,14,0,0,0,0,0,0 +623311,279,57,3637,83,14,17,0,0,0,0,0,0 +623312,279,57,5348,232,82,58,0,0,0,0,0,0 +623990,279,57,819,44,27,8,0,0,0,0,0,0 +624110,279,57,151,45,28,0,0,0,0,0,0,0 +624120,279,57,5511,163,49,12,4,0,0,0,0,0 +624190,279,57,2899,268,162,12,0,0,0,0,0,0 +624210,279,57,0,44,29,4,0,0,0,0,0,0 +624221,279,57,127,14,4,0,0,0,0,0,0,0 +624229,279,57,77,12,3,0,0,0,0,0,0,0 +624310,279,57,3599,95,15,3,3,0,0,0,0,0 +624410,279,57,2848,328,209,34,0,0,0,0,0,0 +711110,279,57,26,4,3,0,0,0,0,0,0,0 +711130,279,57,114,11,3,0,0,0,0,0,0,0 +711310,279,57,25,11,5,0,0,0,0,0,0,0 +711320,279,57,30,12,11,0,0,0,0,0,0,0 +711510,279,57,74,25,22,0,0,0,0,0,0,0 +712110,279,57,197,37,14,0,0,0,0,0,0,0 +712130,279,57,101,3,0,3,0,0,0,0,0,0 +713120,279,57,0,3,0,0,0,0,0,0,0,0 +713290,279,57,10,6,6,0,0,0,0,0,0,0 +713910,279,57,784,133,79,0,0,0,0,0,0,0 +713930,279,57,12,11,8,0,0,0,0,0,0,0 +713940,279,57,2754,145,84,8,0,0,0,0,0,0 +713950,279,57,222,14,0,6,0,0,0,0,0,0 +713990,279,57,772,187,140,0,0,0,0,0,0,0 +721110,279,57,8682,468,233,87,0,0,0,0,0,0 +721191,279,57,24,12,12,0,0,0,0,0,0,0 +721199,279,57,434,164,146,0,0,0,0,0,0,0 +721211,279,57,50,69,64,0,0,0,0,0,0,0 +721214,279,57,438,72,52,3,0,0,0,0,0,0 +721310,279,57,76,11,9,0,0,0,0,0,0,0 +722310,279,57,1804,131,52,11,0,0,0,0,0,0 +722320,279,57,194,11,3,0,0,0,0,0,0,0 +722330,279,57,3,7,7,0,0,0,0,0,0,0 +722410,279,57,3353,479,329,10,0,0,0,0,0,0 +722511,279,57,24912,1413,913,353,7,0,0,0,0,0 +722513,279,57,18926,1044,553,340,0,0,0,0,0,0 +722514,279,57,15,4,0,0,0,0,0,0,0,0 +722515,279,57,1927,174,103,17,0,0,0,0,0,0 +811111,279,57,2317,599,528,0,0,0,0,0,0,0 +811112,279,57,8,3,3,0,0,0,0,0,0,0 +811118,279,57,7,4,4,0,0,0,0,0,0,0 +811121,279,57,1181,285,209,0,0,0,0,0,0,0 +811122,279,57,96,17,10,0,0,0,0,0,0,0 +811191,279,57,100,9,3,0,0,0,0,0,0,0 +811192,279,57,220,32,10,0,0,0,0,0,0,0 +811211,279,57,19,3,0,0,0,0,0,0,0,0 +811212,279,57,3,3,3,0,0,0,0,0,0,0 +811310,279,57,803,195,120,4,0,0,0,0,0,0 +811411,279,57,0,3,3,0,0,0,0,0,0,0 +811412,279,57,0,3,3,0,0,0,0,0,0,0 +811420,279,57,3,3,3,0,0,0,0,0,0,0 +811490,279,57,49,45,41,0,0,0,0,0,0,0 +812112,279,57,2200,413,340,4,0,0,0,0,0,0 +812113,279,57,143,33,28,0,0,0,0,0,0,0 +812199,279,57,274,42,24,0,0,0,0,0,0,0 +812210,279,57,454,114,53,0,0,0,0,0,0,0 +812220,279,57,39,16,14,0,0,0,0,0,0,0 +812310,279,57,17,15,13,0,0,0,0,0,0,0 +812320,279,57,72,7,3,0,0,0,0,0,0,0 +812910,279,57,363,65,35,0,0,0,0,0,0,0 +812930,279,57,43,6,3,0,0,0,0,0,0,0 +812990,279,57,75,36,22,0,0,0,0,0,0,0 +813110,279,57,11310,1975,1845,50,0,0,0,0,0,0 +813211,279,57,147,29,17,0,0,0,0,0,0,0 +813212,279,57,19,7,6,0,0,0,0,0,0,0 +813219,279,57,24,5,3,0,0,0,0,0,0,0 +813311,279,57,21,6,0,0,0,0,0,0,0,0 +813312,279,57,198,40,19,0,0,0,0,0,0,0 +813319,279,57,9,7,0,0,0,0,0,0,0,0 +813410,279,57,3862,506,337,15,0,0,0,0,0,0 +813910,279,57,329,97,80,0,0,0,0,0,0,0 +813920,279,57,75,14,9,0,0,0,0,0,0,0 +813930,279,57,599,88,59,4,0,0,0,0,0,0 +813940,279,57,0,4,4,0,0,0,0,0,0,0 +813990,279,57,102,27,17,0,0,0,0,0,0,0 +113310,280,58,2844,388,259,5,0,0,0,0,0,0 +114111,280,58,23,3,0,0,0,0,0,0,0,0 +115112,280,58,184,69,47,0,0,0,0,0,0,0 +115114,280,58,105,3,0,0,0,0,0,0,0,0 +115210,280,58,142,5,0,0,0,0,0,0,0,0 +115310,280,58,63,51,41,0,0,0,0,0,0,0 +211120,280,58,241,33,14,0,0,0,0,0,0,0 +212321,280,58,99,10,0,0,0,0,0,0,0,0 +213111,280,58,279,27,0,0,0,0,0,0,0,0 +213112,280,58,875,115,86,4,0,0,0,0,0,0 +221112,280,58,0,7,0,0,0,0,0,0,0,0 +221113,280,58,0,6,0,0,0,0,0,0,0,0 +221122,280,58,0,117,39,15,6,0,0,0,0,0 +221210,280,58,158,7,0,0,0,0,0,0,0,0 +221310,280,58,1009,292,198,0,0,0,0,0,0,0 +221320,280,58,0,3,0,0,0,0,0,0,0,0 +236115,280,58,621,211,173,0,0,0,0,0,0,0 +236116,280,58,10,3,0,0,0,0,0,0,0,0 +236117,280,58,376,83,64,3,0,0,0,0,0,0 +236118,280,58,684,229,184,0,0,0,0,0,0,0 +236210,280,58,44,3,0,0,0,0,0,0,0,0 +236220,280,58,2918,262,150,21,0,0,0,0,0,0 +237110,280,58,741,78,35,0,0,0,0,0,0,0 +237120,280,58,208,12,0,0,0,0,0,0,0,0 +237130,280,58,889,21,7,0,0,0,0,0,0,0 +237210,280,58,36,18,13,0,0,0,0,0,0,0 +237310,280,58,1774,77,10,4,0,0,0,0,0,0 +237990,280,58,158,23,4,0,0,0,0,0,0,0 +238110,280,58,47,39,16,0,0,0,0,0,0,0 +238120,280,58,142,8,0,0,0,0,0,0,0,0 +238130,280,58,69,8,0,0,0,0,0,0,0,0 +238140,280,58,177,29,11,0,0,0,0,0,0,0 +238150,280,58,60,7,0,0,0,0,0,0,0,0 +238160,280,58,784,70,34,0,0,0,0,0,0,0 +238170,280,58,21,11,10,0,0,0,0,0,0,0 +238190,280,58,67,15,6,0,0,0,0,0,0,0 +238210,280,58,3910,379,280,7,0,0,0,0,0,0 +238220,280,58,5549,660,546,17,0,0,0,0,0,0 +238290,280,58,266,37,15,0,0,0,0,0,0,0 +238310,280,58,605,49,26,3,0,0,0,0,0,0 +238320,280,58,441,95,59,3,0,0,0,0,0,0 +238330,280,58,148,40,26,0,0,0,0,0,0,0 +238340,280,58,25,13,8,0,0,0,0,0,0,0 +238350,280,58,215,65,42,0,0,0,0,0,0,0 +238390,280,58,122,16,3,0,0,0,0,0,0,0 +238910,280,58,2186,282,162,3,0,0,0,0,0,0 +238990,280,58,956,110,65,3,0,0,0,0,0,0 +311119,280,58,79,3,0,0,0,0,0,0,0,0 +311615,280,58,6688,6,0,0,0,0,0,0,0,0 +311710,280,58,227,10,0,3,0,0,0,0,0,0 +311811,280,58,139,23,6,0,0,0,0,0,0,0 +311812,280,58,18,3,0,0,0,0,0,0,0,0 +314999,280,58,88,4,0,0,0,0,0,0,0,0 +321113,280,58,947,33,6,3,0,0,0,0,0,0 +321114,280,58,119,3,0,3,0,0,0,0,0,0 +321912,280,58,45,3,0,0,0,0,0,0,0,0 +321920,280,58,89,10,0,3,0,0,0,0,0,0 +321999,280,58,0,3,0,0,0,0,0,0,0,0 +322211,280,58,790,10,0,0,0,0,0,0,0,0 +322291,280,58,453,4,0,3,0,0,0,0,0,0 +322299,280,58,63,3,0,0,0,0,0,0,0,0 +323111,280,58,596,68,30,3,0,0,0,0,0,0 +323113,280,58,48,17,10,0,0,0,0,0,0,0 +325120,280,58,0,3,0,0,0,0,0,0,0,0 +325211,280,58,297,7,0,0,0,0,0,0,0,0 +325412,280,58,153,3,0,0,0,0,0,0,0,0 +326111,280,58,0,3,0,0,0,0,0,0,0,0 +326150,280,58,1249,17,0,9,0,0,0,0,0,0 +326199,280,58,729,21,0,4,0,0,0,0,0,0 +326212,280,58,0,3,0,0,0,0,0,0,0,0 +327320,280,58,541,22,6,0,0,0,0,0,0,0 +327390,280,58,109,8,0,0,0,0,0,0,0,0 +327991,280,58,10,3,0,0,0,0,0,0,0,0 +332312,280,58,556,12,0,0,0,0,0,0,0,0 +332321,280,58,0,3,0,0,0,0,0,0,0,0 +332322,280,58,266,17,0,0,0,0,0,0,0,0 +332323,280,58,5,3,3,0,0,0,0,0,0,0 +332710,280,58,689,69,24,0,0,0,0,0,0,0 +332721,280,58,30,3,0,0,0,0,0,0,0,0 +332812,280,58,246,3,0,3,0,0,0,0,0,0 +332999,280,58,22,4,0,0,0,0,0,0,0,0 +333111,280,58,51,3,0,0,0,0,0,0,0,0 +333314,280,58,84,3,0,0,0,0,0,0,0,0 +333318,280,58,18,4,0,0,0,0,0,0,0,0 +333514,280,58,41,3,0,0,0,0,0,0,0,0 +334220,280,58,0,3,0,0,0,0,0,0,0,0 +335311,280,58,0,3,0,0,0,0,0,0,0,0 +335312,280,58,421,3,0,0,0,0,0,0,0,0 +336360,280,58,1559,4,0,0,0,0,0,0,0,0 +336390,280,58,559,5,0,0,0,0,0,0,0,0 +336611,280,58,0,7,0,0,0,0,0,0,0,0 +337110,280,58,76,13,0,0,0,0,0,0,0,0 +337121,280,58,13329,51,4,3,4,5,0,0,0,0 +337215,280,58,361,11,0,0,0,0,0,0,0,0 +337910,280,58,95,3,0,0,0,0,0,0,0,0 +339116,280,58,93,16,8,0,0,0,0,0,0,0 +339950,280,58,82,19,0,0,0,0,0,0,0,0 +423110,280,58,791,29,4,0,0,0,0,0,0,0 +423120,280,58,1345,53,18,8,0,0,0,0,0,0 +423130,280,58,268,12,0,3,0,0,0,0,0,0 +423140,280,58,50,4,4,0,0,0,0,0,0,0 +423210,280,58,439,33,19,0,0,0,0,0,0,0 +423220,280,58,171,10,0,0,0,0,0,0,0,0 +423310,280,58,754,48,10,3,0,0,0,0,0,0 +423320,280,58,69,14,3,0,0,0,0,0,0,0 +423330,280,58,193,21,10,3,0,0,0,0,0,0 +423390,280,58,22,5,3,0,0,0,0,0,0,0 +423420,280,58,331,38,19,0,0,0,0,0,0,0 +423430,280,58,285,14,0,0,0,0,0,0,0,0 +423440,280,58,4,9,3,0,0,0,0,0,0,0 +423450,280,58,995,45,19,3,0,0,0,0,0,0 +423510,280,58,330,25,9,0,0,0,0,0,0,0 +423610,280,58,1373,68,34,0,0,0,0,0,0,0 +423690,280,58,185,19,8,0,0,0,0,0,0,0 +423710,280,58,122,16,10,0,0,0,0,0,0,0 +423720,280,58,165,22,6,0,0,0,0,0,0,0 +423730,280,58,240,41,28,0,0,0,0,0,0,0 +423740,280,58,6,3,3,0,0,0,0,0,0,0 +423810,280,58,924,35,3,0,3,0,0,0,0,0 +423820,280,58,631,68,7,0,0,0,0,0,0,0 +423830,280,58,1279,148,109,6,0,0,0,0,0,0 +423840,280,58,297,46,16,0,0,0,0,0,0,0 +423850,280,58,258,23,13,0,0,0,0,0,0,0 +423860,280,58,0,3,0,0,0,0,0,0,0,0 +423910,280,58,23,3,0,0,0,0,0,0,0,0 +423930,280,58,303,39,14,3,0,0,0,0,0,0 +423940,280,58,9,4,4,0,0,0,0,0,0,0 +423990,280,58,155,29,8,0,0,0,0,0,0,0 +424120,280,58,135,21,12,0,0,0,0,0,0,0 +424130,280,58,86,6,0,0,0,0,0,0,0,0 +424210,280,58,412,35,10,0,0,0,0,0,0,0 +424310,280,58,108,11,8,3,0,0,0,0,0,0 +424320,280,58,0,3,0,0,0,0,0,0,0,0 +424410,280,58,0,3,0,0,0,0,0,0,0,0 +424420,280,58,110,9,7,0,0,0,0,0,0,0 +424460,280,58,17,6,5,0,0,0,0,0,0,0 +424470,280,58,0,3,0,0,0,0,0,0,0,0 +424480,280,58,70,4,0,0,0,0,0,0,0,0 +424490,280,58,1301,101,53,0,0,0,0,0,0,0 +424510,280,58,130,13,3,0,0,0,0,0,0,0 +424690,280,58,200,32,13,0,0,0,0,0,0,0 +424710,280,58,208,18,7,0,0,0,0,0,0,0 +424720,280,58,0,9,3,0,0,0,0,0,0,0 +424820,280,58,193,4,0,0,0,0,0,0,0,0 +424910,280,58,819,81,38,0,0,0,0,0,0,0 +424930,280,58,0,3,0,0,0,0,0,0,0,0 +424990,280,58,118,13,0,0,0,0,0,0,0,0 +425120,280,58,860,159,121,0,0,0,0,0,0,0 +441110,280,58,8079,181,13,102,6,0,0,0,0,0 +441120,280,58,1598,305,246,0,0,0,0,0,0,0 +441210,280,58,192,11,0,0,0,0,0,0,0,0 +441222,280,58,114,18,11,0,0,0,0,0,0,0 +441228,280,58,350,46,23,0,0,0,0,0,0,0 +441310,280,58,4451,545,396,4,0,0,0,0,0,0 +441320,280,58,1621,228,162,0,0,0,0,0,0,0 +442110,280,58,1520,201,119,0,0,0,0,0,0,0 +442210,280,58,300,56,41,0,0,0,0,0,0,0 +442299,280,58,948,103,58,6,0,0,0,0,0,0 +443141,280,58,311,46,13,0,0,0,0,0,0,0 +443142,280,58,1250,133,83,0,0,0,0,0,0,0 +444110,280,58,2623,47,0,0,14,0,0,0,0,0 +444120,280,58,220,58,35,0,0,0,0,0,0,0 +444130,280,58,747,91,34,0,0,0,0,0,0,0 +444190,280,58,2330,245,151,15,0,0,0,0,0,0 +444210,280,58,281,28,6,0,0,0,0,0,0,0 +444220,280,58,812,105,34,0,0,0,0,0,0,0 +445110,280,58,14033,397,67,102,13,0,0,0,0,0 +445120,280,58,628,181,152,0,0,0,0,0,0,0 +445220,280,58,0,3,0,0,0,0,0,0,0,0 +445230,280,58,7,3,3,0,0,0,0,0,0,0 +445291,280,58,69,8,3,0,0,0,0,0,0,0 +445292,280,58,54,7,0,0,0,0,0,0,0,0 +445299,280,58,10,4,3,0,0,0,0,0,0,0 +445310,280,58,1140,352,328,0,0,0,0,0,0,0 +446110,280,58,6957,591,334,84,0,0,0,0,0,0 +446120,280,58,1241,176,99,0,0,0,0,0,0,0 +446130,280,58,245,43,27,0,0,0,0,0,0,0 +446191,280,58,225,51,39,0,0,0,0,0,0,0 +446199,280,58,586,78,51,0,0,0,0,0,0,0 +447110,280,58,11201,1856,1693,22,0,0,0,0,0,0 +447190,280,58,1087,86,18,6,0,0,0,0,0,0 +448110,280,58,277,45,28,0,0,0,0,0,0,0 +448120,280,58,3900,476,371,14,0,0,0,0,0,0 +448130,280,58,486,59,32,0,0,0,0,0,0,0 +448140,280,58,4783,241,88,75,0,0,0,0,0,0 +448150,280,58,238,38,15,0,0,0,0,0,0,0 +448190,280,58,634,69,38,0,0,0,0,0,0,0 +448210,280,58,2086,240,170,3,0,0,0,0,0,0 +448310,280,58,652,96,52,0,0,0,0,0,0,0 +451110,280,58,1537,98,39,0,0,0,0,0,0,0 +451120,280,58,532,30,4,4,0,0,0,0,0,0 +451140,280,58,19,9,3,0,0,0,0,0,0,0 +451211,280,58,443,37,0,6,0,0,0,0,0,0 +452210,280,58,4341,28,0,9,3,0,0,0,0,0 +452311,280,58,0,36,0,0,3,16,0,0,0,0 +452319,280,58,8352,939,774,19,0,0,0,0,0,0 +453110,280,58,371,100,51,0,0,0,0,0,0,0 +453210,280,58,190,22,9,3,0,0,0,0,0,0 +453220,280,58,746,133,94,3,0,0,0,0,0,0 +453310,280,58,709,100,55,0,0,0,0,0,0,0 +453910,280,58,309,26,9,0,0,0,0,0,0,0 +453920,280,58,30,6,0,0,0,0,0,0,0,0 +453930,280,58,195,37,14,0,0,0,0,0,0,0 +453991,280,58,302,103,61,0,0,0,0,0,0,0 +453998,280,58,490,137,92,0,0,0,0,0,0,0 +454110,280,58,741,84,58,0,0,0,0,0,0,0 +454210,280,58,11,3,0,0,0,0,0,0,0,0 +454310,280,58,283,57,15,0,0,0,0,0,0,0 +454390,280,58,532,121,88,0,0,0,0,0,0,0 +483211,280,58,559,3,0,0,0,0,0,0,0,0 +484110,280,58,1007,143,66,0,0,0,0,0,0,0 +484121,280,58,4948,383,252,7,0,0,0,0,0,0 +484122,280,58,2002,55,6,13,3,0,0,0,0,0 +484210,280,58,281,21,6,0,0,0,0,0,0,0 +484220,280,58,2201,422,303,3,0,0,0,0,0,0 +484230,280,58,2163,102,46,0,0,0,0,0,0,0 +485991,280,58,75,4,0,0,0,0,0,0,0,0 +486210,280,58,171,23,6,0,0,0,0,0,0,0 +486910,280,58,0,4,3,0,0,0,0,0,0,0 +487210,280,58,14,8,7,0,0,0,0,0,0,0 +488119,280,58,158,11,0,3,0,0,0,0,0,0 +488190,280,58,26,13,3,0,0,0,0,0,0,0 +488320,280,58,0,3,0,0,0,0,0,0,0,0 +488330,280,58,0,3,0,0,0,0,0,0,0,0 +488410,280,58,222,42,21,0,0,0,0,0,0,0 +488490,280,58,0,7,0,0,0,0,0,0,0,0 +488510,280,58,745,74,48,0,0,0,0,0,0,0 +492110,280,58,123,54,11,3,0,0,0,0,0,0 +492210,280,58,201,6,0,0,0,0,0,0,0,0 +493110,280,58,4709,92,14,22,7,0,0,0,0,0 +493120,280,58,48,3,0,0,0,0,0,0,0,0 +493130,280,58,12,7,3,0,0,0,0,0,0,0 +493190,280,58,1175,23,4,0,0,0,0,0,0,0 +511110,280,58,325,34,10,0,0,0,0,0,0,0 +511120,280,58,85,17,3,0,0,0,0,0,0,0 +511210,280,58,156,7,0,0,0,0,0,0,0,0 +515112,280,58,311,41,14,0,0,0,0,0,0,0 +515120,280,58,287,8,0,0,0,0,0,0,0,0 +517311,280,58,2382,263,151,23,0,0,0,0,0,0 +517312,280,58,2517,189,117,7,0,0,0,0,0,0 +517911,280,58,48,23,4,0,0,0,0,0,0,0 +518210,280,58,198,39,20,0,0,0,0,0,0,0 +519120,280,58,0,8,8,0,0,0,0,0,0,0 +519130,280,58,39,8,4,0,0,0,0,0,0,0 +522110,280,58,13995,1150,882,62,3,0,0,0,0,0 +522120,280,58,0,9,3,0,0,0,0,0,0,0 +522130,280,58,1523,131,83,3,0,0,0,0,0,0 +522220,280,58,34,14,7,0,0,0,0,0,0,0 +522291,280,58,2144,530,472,0,0,0,0,0,0,0 +522292,280,58,424,54,41,0,0,0,0,0,0,0 +522298,280,58,702,185,134,0,0,0,0,0,0,0 +522310,280,58,7,6,3,0,0,0,0,0,0,0 +522320,280,58,56,10,3,0,0,0,0,0,0,0 +522390,280,58,1239,547,525,0,0,0,0,0,0,0 +523110,280,58,0,6,0,0,0,0,0,0,0,0 +523120,280,58,245,44,26,0,0,0,0,0,0,0 +523910,280,58,48,25,19,0,0,0,0,0,0,0 +523920,280,58,353,164,146,0,0,0,0,0,0,0 +523930,280,58,75,37,35,0,0,0,0,0,0,0 +523991,280,58,47,5,3,0,0,0,0,0,0,0 +524113,280,58,202,32,15,3,0,0,0,0,0,0 +524114,280,58,460,23,8,0,0,0,0,0,0,0 +524126,280,58,724,47,21,5,0,0,0,0,0,0 +524127,280,58,18,7,3,0,0,0,0,0,0,0 +524210,280,58,4390,1218,1133,7,0,0,0,0,0,0 +524291,280,58,44,16,13,0,0,0,0,0,0,0 +524292,280,58,390,28,3,4,0,0,0,0,0,0 +524298,280,58,54,5,0,0,0,0,0,0,0,0 +531110,280,58,1940,566,528,0,0,0,0,0,0,0 +531120,280,58,569,163,142,0,0,0,0,0,0,0 +531130,280,58,275,123,112,0,0,0,0,0,0,0 +531190,280,58,88,28,23,0,0,0,0,0,0,0 +531210,280,58,918,434,412,0,0,0,0,0,0,0 +531311,280,58,1269,154,121,0,0,0,0,0,0,0 +531312,280,58,155,42,30,0,0,0,0,0,0,0 +531320,280,58,97,59,56,0,0,0,0,0,0,0 +531390,280,58,25,14,10,0,0,0,0,0,0,0 +532111,280,58,302,47,29,0,0,0,0,0,0,0 +532120,280,58,259,37,17,3,0,0,0,0,0,0 +532210,280,58,260,114,72,0,0,0,0,0,0,0 +532281,280,58,21,3,0,0,0,0,0,0,0,0 +532283,280,58,105,18,3,0,0,0,0,0,0,0 +532289,280,58,132,25,6,0,0,0,0,0,0,0 +532310,280,58,53,13,0,0,0,0,0,0,0,0 +532412,280,58,110,17,8,0,0,0,0,0,0,0 +532490,280,58,188,32,17,0,0,0,0,0,0,0 +533110,280,58,0,8,6,0,0,0,0,0,0,0 +541110,280,58,6387,1394,1280,37,0,0,0,0,0,0 +541191,280,58,145,29,19,0,0,0,0,0,0,0 +541211,280,58,2497,371,264,6,0,0,0,0,0,0 +541213,280,58,1198,222,161,0,0,0,0,0,0,0 +541214,280,58,356,19,4,0,0,0,0,0,0,0 +541219,280,58,1322,165,122,0,0,0,0,0,0,0 +541310,280,58,468,76,45,5,0,0,0,0,0,0 +541320,280,58,7,4,3,0,0,0,0,0,0,0 +541330,280,58,2875,293,196,17,0,0,0,0,0,0 +541340,280,58,18,4,3,0,0,0,0,0,0,0 +541350,280,58,22,10,3,0,0,0,0,0,0,0 +541370,280,58,149,47,36,0,0,0,0,0,0,0 +541380,280,58,268,31,9,0,0,0,0,0,0,0 +541410,280,58,62,22,21,0,0,0,0,0,0,0 +541430,280,58,55,17,15,0,0,0,0,0,0,0 +541511,280,58,505,101,70,0,0,0,0,0,0,0 +541512,280,58,1732,216,175,7,5,0,0,0,0,0 +541513,280,58,185,38,25,0,0,0,0,0,0,0 +541519,280,58,3,4,4,0,0,0,0,0,0,0 +541611,280,58,592,172,139,0,0,0,0,0,0,0 +541612,280,58,113,12,10,0,0,0,0,0,0,0 +541613,280,58,142,67,62,0,0,0,0,0,0,0 +541614,280,58,119,15,9,0,0,0,0,0,0,0 +541620,280,58,122,31,19,0,0,0,0,0,0,0 +541690,280,58,310,156,143,0,0,0,0,0,0,0 +541715,280,58,76,19,0,0,0,0,0,0,0,0 +541810,280,58,215,33,16,0,0,0,0,0,0,0 +541820,280,58,47,24,22,0,0,0,0,0,0,0 +541890,280,58,57,23,13,0,0,0,0,0,0,0 +541921,280,58,65,29,19,0,0,0,0,0,0,0 +541922,280,58,4,4,4,0,0,0,0,0,0,0 +541940,280,58,2324,235,157,0,0,0,0,0,0,0 +541990,280,58,150,34,16,0,0,0,0,0,0,0 +551112,280,58,136,17,7,0,0,0,0,0,0,0 +551114,280,58,6812,268,160,36,0,0,0,0,0,0 +561110,280,58,893,90,60,7,0,0,0,0,0,0 +561210,280,58,179,4,0,0,0,0,0,0,0,0 +561311,280,58,434,3,0,0,0,0,0,0,0,0 +561320,280,58,13969,193,50,69,7,11,0,0,0,0 +561410,280,58,0,3,0,0,0,0,0,0,0,0 +561422,280,58,47,6,0,0,0,0,0,0,0,0 +561431,280,58,11,6,6,0,0,0,0,0,0,0 +561439,280,58,151,10,8,0,0,0,0,0,0,0 +561440,280,58,263,12,3,0,0,0,0,0,0,0 +561491,280,58,217,3,0,0,0,0,0,0,0,0 +561492,280,58,8,7,7,0,0,0,0,0,0,0 +561510,280,58,48,19,17,0,0,0,0,0,0,0 +561611,280,58,13,6,0,0,0,0,0,0,0,0 +561612,280,58,2395,55,10,4,4,0,0,0,0,0 +561621,280,58,577,51,25,0,0,0,0,0,0,0 +561622,280,58,14,4,3,0,0,0,0,0,0,0 +561710,280,58,901,137,80,3,0,0,0,0,0,0 +561720,280,58,5040,303,207,16,0,0,0,0,0,0 +561730,280,58,2740,496,405,6,0,0,0,0,0,0 +561740,280,58,162,28,7,0,0,0,0,0,0,0 +561790,280,58,60,23,18,0,0,0,0,0,0,0 +561990,280,58,645,39,12,0,0,0,0,0,0,0 +562111,280,58,437,51,13,4,0,0,0,0,0,0 +562212,280,58,0,9,0,0,0,0,0,0,0,0 +562910,280,58,81,9,0,0,0,0,0,0,0,0 +562991,280,58,17,3,0,0,0,0,0,0,0,0 +611110,280,58,5500,184,22,55,0,0,0,0,0,0 +611310,280,58,3220,11,0,0,0,0,0,0,0,0 +611430,280,58,17,9,9,0,0,0,0,0,0,0 +611511,280,58,0,3,0,0,0,0,0,0,0,0 +611519,280,58,93,13,5,0,0,0,0,0,0,0 +611610,280,58,214,39,16,0,0,0,0,0,0,0 +611620,280,58,263,37,22,0,0,0,0,0,0,0 +611691,280,58,107,12,3,0,0,0,0,0,0,0 +611699,280,58,0,3,3,0,0,0,0,0,0,0 +611710,280,58,93,25,14,0,0,0,0,0,0,0 +621111,280,58,18700,1560,1254,175,4,0,0,0,0,0 +621112,280,58,56,20,16,0,0,0,0,0,0,0 +621210,280,58,5710,857,745,8,0,0,0,0,0,0 +621310,280,58,450,114,91,0,0,0,0,0,0,0 +621320,280,58,855,137,73,0,0,0,0,0,0,0 +621330,280,58,250,94,79,0,0,0,0,0,0,0 +621340,280,58,3171,325,202,6,0,0,0,0,0,0 +621391,280,58,43,11,4,0,0,0,0,0,0,0 +621399,280,58,888,216,173,0,0,0,0,0,0,0 +621420,280,58,235,13,0,0,0,0,0,0,0,0 +621492,280,58,0,36,15,0,0,0,0,0,0,0 +621493,280,58,1089,54,11,9,0,0,0,0,0,0 +621498,280,58,1127,94,34,4,0,0,0,0,0,0 +621511,280,58,683,62,29,3,0,0,0,0,0,0 +621512,280,58,119,14,8,0,0,0,0,0,0,0 +621610,280,58,6929,209,41,44,0,0,0,0,0,0 +621910,280,58,145,27,9,0,0,0,0,0,0,0 +621991,280,58,0,3,0,0,0,0,0,0,0,0 +621999,280,58,37,15,7,0,0,0,0,0,0,0 +622110,280,58,28237,16,0,0,0,0,0,0,0,0 +623110,280,58,10551,127,0,32,25,0,0,0,0,0 +623210,280,58,11,13,7,0,0,0,0,0,0,0 +623220,280,58,207,12,0,0,0,0,0,0,0,0 +623311,280,58,142,16,5,3,0,0,0,0,0,0 +623312,280,58,1616,73,12,8,0,0,0,0,0,0 +623990,280,58,178,3,0,0,0,0,0,0,0,0 +624110,280,58,261,31,14,3,0,0,0,0,0,0 +624120,280,58,3846,168,56,14,0,0,0,0,0,0 +624190,280,58,1961,159,85,4,0,0,0,0,0,0 +624210,280,58,68,12,4,0,0,0,0,0,0,0 +624221,280,58,40,12,0,0,0,0,0,0,0,0 +624229,280,58,111,16,9,0,0,0,0,0,0,0 +624310,280,58,545,24,0,3,0,0,0,0,0,0 +624410,280,58,8447,750,495,88,0,0,0,0,0,0 +711320,280,58,5,3,3,0,0,0,0,0,0,0 +711510,280,58,41,21,18,0,0,0,0,0,0,0 +712110,280,58,217,19,7,0,0,0,0,0,0,0 +712120,280,58,47,6,0,0,0,0,0,0,0,0 +713120,280,58,69,9,3,0,0,0,0,0,0,0 +713910,280,58,683,41,6,3,0,0,0,0,0,0 +713930,280,58,131,8,0,0,0,0,0,0,0,0 +713940,280,58,2482,214,141,14,0,0,0,0,0,0 +713990,280,58,461,72,47,0,0,0,0,0,0,0 +721110,280,58,9237,640,388,134,0,0,0,0,0,0 +721120,280,58,17319,20,0,0,0,7,5,0,0,0 +721191,280,58,183,20,9,0,0,0,0,0,0,0 +721211,280,58,35,11,5,0,0,0,0,0,0,0 +721310,280,58,105,25,22,0,0,0,0,0,0,0 +722310,280,58,3956,157,61,22,3,0,0,0,0,0 +722320,280,58,127,24,9,0,0,0,0,0,0,0 +722330,280,58,11,4,3,0,0,0,0,0,0,0 +722410,280,58,557,71,50,3,0,0,0,0,0,0 +722511,280,58,34827,1713,1017,548,13,0,0,0,0,0 +722513,280,58,51678,2315,1109,1015,8,0,0,0,0,0 +722514,280,58,1471,88,30,12,0,0,0,0,0,0 +722515,280,58,2372,263,214,10,0,0,0,0,0,0 +811111,280,58,1993,476,408,0,0,0,0,0,0,0 +811112,280,58,8,3,0,0,0,0,0,0,0,0 +811113,280,58,69,18,12,0,0,0,0,0,0,0 +811118,280,58,85,17,12,0,0,0,0,0,0,0 +811121,280,58,1486,269,189,3,0,0,0,0,0,0 +811122,280,58,289,55,22,0,0,0,0,0,0,0 +811191,280,58,557,87,44,0,0,0,0,0,0,0 +811192,280,58,381,76,36,0,0,0,0,0,0,0 +811198,280,58,14,5,4,0,0,0,0,0,0,0 +811212,280,58,61,22,20,0,0,0,0,0,0,0 +811219,280,58,16,8,4,0,0,0,0,0,0,0 +811310,280,58,1112,146,100,3,0,0,0,0,0,0 +811411,280,58,8,3,3,0,0,0,0,0,0,0 +811412,280,58,20,14,6,0,0,0,0,0,0,0 +811490,280,58,119,33,29,0,0,0,0,0,0,0 +812111,280,58,22,5,3,0,0,0,0,0,0,0 +812112,280,58,1140,270,239,0,0,0,0,0,0,0 +812113,280,58,174,57,44,0,0,0,0,0,0,0 +812191,280,58,0,3,0,0,0,0,0,0,0,0 +812199,280,58,442,72,46,0,0,0,0,0,0,0 +812210,280,58,894,173,80,0,0,0,0,0,0,0 +812220,280,58,58,16,12,0,0,0,0,0,0,0 +812310,280,58,55,18,9,0,0,0,0,0,0,0 +812320,280,58,846,82,30,0,0,0,0,0,0,0 +812332,280,58,0,4,0,0,0,0,0,0,0,0 +812910,280,58,218,43,32,0,0,0,0,0,0,0 +812930,280,58,77,11,6,0,0,0,0,0,0,0 +812990,280,58,28,12,5,0,0,0,0,0,0,0 +813110,280,58,19175,2846,2591,142,0,0,0,0,0,0 +813211,280,58,135,51,21,0,0,0,0,0,0,0 +813212,280,58,93,12,8,0,0,0,0,0,0,0 +813219,280,58,79,18,6,0,0,0,0,0,0,0 +813311,280,58,78,12,7,0,0,0,0,0,0,0 +813312,280,58,93,8,3,0,0,0,0,0,0,0 +813319,280,58,102,27,20,0,0,0,0,0,0,0 +813410,280,58,719,140,116,0,0,0,0,0,0,0 +813910,280,58,598,154,128,0,0,0,0,0,0,0 +813920,280,58,212,38,30,0,0,0,0,0,0,0 +813930,280,58,313,66,40,0,0,0,0,0,0,0 +813940,280,58,13,7,7,0,0,0,0,0,0,0 +813990,280,58,72,21,11,0,0,0,0,0,0,0 +113310,291,59,6,4,4,0,0,0,0,0,0,0 +115210,291,59,69,9,0,0,0,0,0,0,0,0 +212312,291,59,106,15,0,0,0,0,0,0,0,0 +221112,291,59,0,10,3,0,3,0,0,0,0,0 +221122,291,59,178,11,0,3,0,0,0,0,0,0 +221210,291,59,0,3,0,0,0,0,0,0,0,0 +221310,291,59,0,3,0,0,0,0,0,0,0,0 +236115,291,59,371,137,128,0,0,0,0,0,0,0 +236116,291,59,0,5,0,0,0,0,0,0,0,0 +236117,291,59,305,74,72,0,0,0,0,0,0,0 +236118,291,59,1048,319,303,4,0,0,0,0,0,0 +236210,291,59,30,6,4,0,0,0,0,0,0,0 +236220,291,59,5833,197,148,29,0,3,0,0,0,0 +237110,291,59,1012,35,11,5,0,0,0,0,0,0 +237130,291,59,359,33,16,6,0,0,0,0,0,0 +237210,291,59,13,9,9,0,0,0,0,0,0,0 +237310,291,59,1205,36,12,3,0,0,0,0,0,0 +237990,291,59,202,13,6,3,0,0,0,0,0,0 +238110,291,59,1645,122,96,11,4,0,0,0,0,0 +238120,291,59,277,14,3,5,0,0,0,0,0,0 +238130,291,59,276,54,48,0,0,0,0,0,0,0 +238140,291,59,734,67,50,6,0,0,0,0,0,0 +238150,291,59,150,15,8,0,0,0,0,0,0,0 +238160,291,59,1421,100,81,7,0,0,0,0,0,0 +238170,291,59,184,36,30,0,0,0,0,0,0,0 +238190,291,59,59,13,12,0,0,0,0,0,0,0 +238210,291,59,3989,284,233,34,4,0,0,0,0,0 +238220,291,59,4914,344,292,32,0,3,0,0,0,0 +238290,291,59,401,27,13,5,0,0,0,0,0,0 +238310,291,59,1191,56,41,7,0,0,0,0,0,0 +238320,291,59,792,132,115,6,0,0,0,0,0,0 +238330,291,59,249,59,53,0,0,0,0,0,0,0 +238340,291,59,365,28,21,0,0,0,0,0,0,0 +238350,291,59,516,110,103,3,0,0,0,0,0,0 +238390,291,59,464,32,16,3,0,0,0,0,0,0 +238910,291,59,1138,123,90,14,0,0,0,0,0,0 +238990,291,59,1276,195,173,11,0,0,0,0,0,0 +311421,291,59,46,3,0,0,0,0,0,0,0,0 +311612,291,59,470,4,0,0,0,0,0,0,0,0 +311615,291,59,0,3,0,0,0,0,0,0,0,0 +311811,291,59,137,13,5,0,0,0,0,0,0,0 +311812,291,59,0,3,0,0,0,0,0,0,0,0 +311920,291,59,0,3,0,0,0,0,0,0,0,0 +311991,291,59,8,3,0,0,0,0,0,0,0,0 +312120,291,59,257,10,3,0,0,0,0,0,0,0 +312130,291,59,60,7,0,0,0,0,0,0,0,0 +314120,291,59,28,4,0,0,0,0,0,0,0,0 +314999,291,59,176,12,4,0,0,0,0,0,0,0 +321920,291,59,69,5,0,0,0,0,0,0,0,0 +321999,291,59,74,7,0,0,0,0,0,0,0,0 +322211,291,59,1007,13,0,3,3,0,0,0,0,0 +322220,291,59,211,3,0,0,0,0,0,0,0,0 +323111,291,59,1951,80,52,10,0,0,0,0,0,0 +323113,291,59,122,17,10,0,0,0,0,0,0,0 +323117,291,59,51,4,0,0,0,0,0,0,0,0 +323120,291,59,8,3,3,0,0,0,0,0,0,0 +324121,291,59,0,4,3,0,0,0,0,0,0,0 +325412,291,59,20,3,0,0,0,0,0,0,0,0 +325510,291,59,238,4,0,0,0,0,0,0,0,0 +325611,291,59,187,5,0,0,0,0,0,0,0,0 +325620,291,59,0,4,0,0,0,0,0,0,0,0 +325910,291,59,46,3,0,0,0,0,0,0,0,0 +325998,291,59,53,6,0,0,0,0,0,0,0,0 +326199,291,59,1456,23,8,0,0,0,0,0,0,0 +327215,291,59,12,3,0,0,0,0,0,0,0,0 +327320,291,59,222,13,3,4,0,0,0,0,0,0 +327390,291,59,81,4,0,0,0,0,0,0,0,0 +327991,291,59,54,4,0,0,0,0,0,0,0,0 +331110,291,59,31,3,0,0,0,0,0,0,0,0 +332114,291,59,0,3,0,0,0,0,0,0,0,0 +332216,291,59,0,3,0,0,0,0,0,0,0,0 +332312,291,59,250,11,4,0,0,0,0,0,0,0 +332322,291,59,130,13,7,0,0,0,0,0,0,0 +332323,291,59,194,11,7,0,0,0,0,0,0,0 +332710,291,59,578,49,37,0,0,0,0,0,0,0 +332721,291,59,182,13,10,0,0,0,0,0,0,0 +332811,291,59,102,3,0,3,0,0,0,0,0,0 +332812,291,59,101,15,12,0,0,0,0,0,0,0 +332813,291,59,137,10,4,0,0,0,0,0,0,0 +332999,291,59,74,4,0,0,0,0,0,0,0,0 +333241,291,59,118,4,0,0,0,0,0,0,0,0 +333249,291,59,218,7,3,0,0,0,0,0,0,0 +333511,291,59,288,6,0,0,0,0,0,0,0,0 +333514,291,59,62,5,3,0,0,0,0,0,0,0 +333922,291,59,640,5,0,0,0,0,0,0,0,0 +334290,291,59,0,3,0,0,0,0,0,0,0,0 +334515,291,59,148,4,0,0,0,0,0,0,0,0 +335314,291,59,0,3,0,0,0,0,0,0,0,0 +336310,291,59,17,3,0,0,0,0,0,0,0,0 +336320,291,59,578,7,0,0,0,0,0,0,0,0 +336340,291,59,171,4,0,0,0,0,0,0,0,0 +336390,291,59,322,7,3,0,0,0,0,0,0,0 +336510,291,59,216,7,0,0,0,0,0,0,0,0 +336999,291,59,8,3,0,0,0,0,0,0,0,0 +337110,291,59,687,29,15,0,0,0,0,0,0,0 +337211,291,59,22,3,0,0,0,0,0,0,0,0 +337212,291,59,89,5,0,0,0,0,0,0,0,0 +339113,291,59,126,4,0,0,0,0,0,0,0,0 +339116,291,59,124,17,13,0,0,0,0,0,0,0 +339940,291,59,0,3,0,0,0,0,0,0,0,0 +339950,291,59,186,22,15,0,0,0,0,0,0,0 +339999,291,59,72,18,9,0,0,0,0,0,0,0 +423110,291,59,867,34,25,0,0,0,0,0,0,0 +423120,291,59,559,48,33,4,0,0,0,0,0,0 +423130,291,59,244,16,6,3,0,0,0,0,0,0 +423140,291,59,17,5,4,0,0,0,0,0,0,0 +423210,291,59,166,17,9,0,0,0,0,0,0,0 +423220,291,59,218,20,14,0,0,0,0,0,0,0 +423310,291,59,841,32,13,11,0,0,0,0,0,0 +423320,291,59,26,5,4,0,0,0,0,0,0,0 +423330,291,59,175,16,10,0,0,0,0,0,0,0 +423390,291,59,218,12,3,0,0,0,0,0,0,0 +423420,291,59,177,46,42,0,0,0,0,0,0,0 +423430,291,59,155,24,20,0,0,0,0,0,0,0 +423440,291,59,204,12,4,0,0,0,0,0,0,0 +423450,291,59,473,28,18,3,0,0,0,0,0,0 +423460,291,59,81,3,0,0,0,0,0,0,0,0 +423490,291,59,0,4,3,0,0,0,0,0,0,0 +423510,291,59,632,47,34,8,0,0,0,0,0,0 +423610,291,59,677,61,46,9,0,0,0,0,0,0 +423620,291,59,56,6,3,0,0,0,0,0,0,0 +423690,291,59,180,11,5,3,0,0,0,0,0,0 +423710,291,59,310,24,11,3,0,0,0,0,0,0 +423720,291,59,425,23,4,7,0,0,0,0,0,0 +423730,291,59,334,24,19,0,0,0,0,0,0,0 +423740,291,59,38,3,0,0,0,0,0,0,0,0 +423810,291,59,737,17,9,3,0,0,0,0,0,0 +423820,291,59,170,16,3,0,0,0,0,0,0,0 +423830,291,59,2397,137,103,27,0,0,0,0,0,0 +423840,291,59,504,37,21,5,0,0,0,0,0,0 +423850,291,59,201,32,26,0,0,0,0,0,0,0 +423860,291,59,68,10,9,0,0,0,0,0,0,0 +423910,291,59,69,17,13,0,0,0,0,0,0,0 +423920,291,59,72,4,0,0,0,0,0,0,0,0 +423930,291,59,295,19,10,6,0,0,0,0,0,0 +423940,291,59,36,5,4,0,0,0,0,0,0,0 +423990,291,59,176,27,23,0,0,0,0,0,0,0 +424120,291,59,10918,23,12,0,0,0,0,0,0,0 +424130,291,59,328,17,5,0,0,0,0,0,0,0 +424210,291,59,847,26,10,3,0,0,0,0,0,0 +424320,291,59,125,6,0,0,0,0,0,0,0,0 +424330,291,59,34,9,7,0,0,0,0,0,0,0 +424410,291,59,200,7,3,0,0,0,0,0,0,0 +424420,291,59,22,4,0,0,0,0,0,0,0,0 +424430,291,59,25,3,0,0,0,0,0,0,0,0 +424450,291,59,34,13,4,0,0,0,0,0,0,0 +424470,291,59,86,8,3,0,0,0,0,0,0,0 +424480,291,59,87,7,0,3,0,0,0,0,0,0 +424490,291,59,558,50,39,3,0,0,0,0,0,0 +424510,291,59,398,18,7,0,0,0,0,0,0,0 +424610,291,59,136,9,0,0,0,0,0,0,0,0 +424690,291,59,578,27,10,3,0,0,0,0,0,0 +424710,291,59,220,6,3,0,0,0,0,0,0,0 +424720,291,59,23,3,0,0,0,0,0,0,0,0 +424810,291,59,477,5,0,0,0,0,0,0,0,0 +424820,291,59,307,8,4,0,0,0,0,0,0,0 +424910,291,59,217,33,20,0,0,0,0,0,0,0 +424930,291,59,161,14,7,0,0,0,0,0,0,0 +424940,291,59,0,3,0,0,0,0,0,0,0,0 +424950,291,59,89,11,6,0,0,0,0,0,0,0 +424990,291,59,199,32,28,3,0,0,0,0,0,0 +425110,291,59,30,5,0,0,0,0,0,0,0,0 +425120,291,59,1229,203,186,6,0,0,0,0,0,0 +441110,291,59,4795,94,20,47,14,0,0,0,0,0 +441120,291,59,930,122,99,13,0,0,0,0,0,0 +441210,291,59,181,8,0,3,0,0,0,0,0,0 +441222,291,59,38,4,0,0,0,0,0,0,0,0 +441228,291,59,248,27,20,0,0,0,0,0,0,0 +441310,291,59,2024,176,149,8,0,0,0,0,0,0 +441320,291,59,685,87,70,0,0,0,0,0,0,0 +442110,291,59,341,61,53,0,0,0,0,0,0,0 +442210,291,59,170,38,32,0,0,0,0,0,0,0 +442299,291,59,779,59,36,13,0,0,0,0,0,0 +443141,291,59,141,20,14,0,0,0,0,0,0,0 +443142,291,59,609,74,60,3,0,0,0,0,0,0 +444110,291,59,3362,29,0,3,20,0,0,0,0,0 +444120,291,59,126,31,29,0,0,0,0,0,0,0 +444130,291,59,826,75,49,7,0,0,0,0,0,0 +444190,291,59,632,77,53,6,0,0,0,0,0,0 +444210,291,59,77,12,8,0,0,0,0,0,0,0 +444220,291,59,542,54,29,3,0,0,0,0,0,0 +445110,291,59,11835,171,61,40,34,9,0,0,0,0 +445120,291,59,128,38,37,0,0,0,0,0,0,0 +445210,291,59,82,5,0,3,0,0,0,0,0,0 +445230,291,59,2,3,3,0,0,0,0,0,0,0 +445291,291,59,24,5,4,0,0,0,0,0,0,0 +445292,291,59,41,4,0,0,0,0,0,0,0,0 +445299,291,59,213,22,18,0,0,0,0,0,0,0 +445310,291,59,432,84,74,0,0,0,0,0,0,0 +446110,291,59,2103,174,116,39,0,0,0,0,0,0 +446120,291,59,883,66,47,15,0,0,0,0,0,0 +446130,291,59,274,45,41,0,0,0,0,0,0,0 +446191,291,59,87,30,27,0,0,0,0,0,0,0 +446199,291,59,140,33,29,0,0,0,0,0,0,0 +447110,291,59,4813,380,290,72,0,0,0,0,0,0 +447190,291,59,825,47,21,3,0,0,0,0,0,0 +448110,291,59,177,24,21,0,0,0,0,0,0,0 +448120,291,59,1138,113,102,3,0,0,0,0,0,0 +448130,291,59,212,23,13,3,0,0,0,0,0,0 +448140,291,59,1962,93,47,35,0,0,0,0,0,0 +448150,291,59,195,27,24,0,0,0,0,0,0,0 +448190,291,59,464,40,25,10,0,0,0,0,0,0 +448210,291,59,646,74,60,3,0,0,0,0,0,0 +448310,291,59,394,48,37,0,0,0,0,0,0,0 +451110,291,59,674,47,33,0,0,0,0,0,0,0 +451120,291,59,682,44,23,6,0,0,0,0,0,0 +451130,291,59,64,7,4,0,0,0,0,0,0,0 +451140,291,59,112,15,10,0,0,0,0,0,0,0 +451211,291,59,223,19,7,3,0,0,0,0,0,0 +452210,291,59,1697,20,0,9,7,0,0,0,0,0 +452311,291,59,6279,34,0,4,11,9,0,0,0,0 +452319,291,59,1419,155,123,16,0,0,0,0,0,0 +453110,291,59,224,33,28,3,0,0,0,0,0,0 +453210,291,59,154,19,8,3,0,0,0,0,0,0 +453220,291,59,487,75,68,0,0,0,0,0,0,0 +453310,291,59,811,74,57,7,0,0,0,0,0,0 +453910,291,59,437,37,18,10,0,0,0,0,0,0 +453920,291,59,14,5,4,0,0,0,0,0,0,0 +453991,291,59,182,39,33,0,0,0,0,0,0,0 +453998,291,59,224,69,60,0,0,0,0,0,0,0 +454110,291,59,1590,143,119,4,0,0,0,0,0,0 +454210,291,59,120,19,12,0,0,0,0,0,0,0 +454310,291,59,20,7,4,0,0,0,0,0,0,0 +454390,291,59,249,62,55,3,0,0,0,0,0,0 +481111,291,59,1189,8,0,0,0,0,0,0,0,0 +481211,291,59,59,5,3,0,0,0,0,0,0,0 +484110,291,59,719,87,62,12,0,0,0,0,0,0 +484121,291,59,1628,120,90,8,0,0,0,0,0,0 +484122,291,59,2030,22,7,5,0,0,0,0,0,0 +484210,291,59,458,33,23,9,0,0,0,0,0,0 +484220,291,59,966,112,94,8,0,0,0,0,0,0 +484230,291,59,418,44,36,0,0,0,0,0,0,0 +485310,291,59,0,6,5,0,0,0,0,0,0,0 +485320,291,59,0,3,0,0,0,0,0,0,0,0 +485410,291,59,2313,30,0,0,5,3,0,0,0,0 +485991,291,59,247,10,7,0,0,0,0,0,0,0 +485999,291,59,83,5,0,0,0,0,0,0,0,0 +487110,291,59,28,5,3,0,0,0,0,0,0,0 +488119,291,59,458,13,0,7,0,0,0,0,0,0 +488190,291,59,47,12,6,0,0,0,0,0,0,0 +488210,291,59,418,12,0,3,0,0,0,0,0,0 +488410,291,59,218,37,26,0,0,0,0,0,0,0 +488490,291,59,0,9,0,0,0,0,0,0,0,0 +488510,291,59,1281,113,93,11,0,0,0,0,0,0 +488991,291,59,11,3,0,0,0,0,0,0,0,0 +492110,291,59,1375,24,9,0,0,0,0,0,0,0 +492210,291,59,230,19,10,0,0,0,0,0,0,0 +493110,291,59,2157,71,45,13,3,0,0,0,0,0 +493120,291,59,60,3,0,0,0,0,0,0,0,0 +493190,291,59,68,8,4,0,0,0,0,0,0,0 +511110,291,59,612,24,12,3,0,0,0,0,0,0 +511120,291,59,233,13,3,0,0,0,0,0,0,0 +511130,291,59,257,6,0,0,0,0,0,0,0,0 +511140,291,59,0,6,5,0,0,0,0,0,0,0 +511191,291,59,0,3,0,0,0,0,0,0,0,0 +511210,291,59,1355,37,30,5,0,0,0,0,0,0 +512110,291,59,80,25,23,0,0,0,0,0,0,0 +512131,291,59,347,11,0,7,0,0,0,0,0,0 +512191,291,59,22,6,5,0,0,0,0,0,0,0 +512240,291,59,10,6,6,0,0,0,0,0,0,0 +515112,291,59,131,5,0,0,0,0,0,0,0,0 +515120,291,59,590,5,0,0,3,0,0,0,0,0 +517311,291,59,2672,141,106,17,3,3,0,0,0,0 +517312,291,59,988,97,79,6,0,0,0,0,0,0 +517911,291,59,0,5,5,0,0,0,0,0,0,0 +517919,291,59,83,10,4,0,0,0,0,0,0,0 +518210,291,59,2245,49,29,6,0,0,0,0,0,0 +519120,291,59,86,5,0,0,0,0,0,0,0,0 +519130,291,59,19,13,12,0,0,0,0,0,0,0 +519190,291,59,33,4,3,0,0,0,0,0,0,0 +522110,291,59,10507,404,338,31,0,3,5,0,0,0 +522120,291,59,786,25,13,0,0,0,0,0,0,0 +522130,291,59,497,69,60,0,0,0,0,0,0,0 +522220,291,59,89,14,7,0,0,0,0,0,0,0 +522291,291,59,142,55,54,0,0,0,0,0,0,0 +522292,291,59,761,73,59,0,0,0,0,0,0,0 +522298,291,59,201,62,56,0,0,0,0,0,0,0 +522310,291,59,29,11,9,0,0,0,0,0,0,0 +522390,291,59,233,95,92,0,0,0,0,0,0,0 +523110,291,59,87,14,10,0,0,0,0,0,0,0 +523120,291,59,383,54,46,3,0,0,0,0,0,0 +523140,291,59,12,3,0,0,0,0,0,0,0,0 +523910,291,59,119,19,14,0,0,0,0,0,0,0 +523920,291,59,1560,186,175,4,0,0,0,0,0,0 +523930,291,59,112,49,46,0,0,0,0,0,0,0 +523991,291,59,94,7,5,0,0,0,0,0,0,0 +523999,291,59,0,3,0,0,0,0,0,0,0,0 +524113,291,59,993,24,14,0,0,0,0,0,0,0 +524114,291,59,2987,27,7,0,3,0,3,0,0,0 +524126,291,59,318,25,16,4,0,0,0,0,0,0 +524127,291,59,161,13,7,0,0,0,0,0,0,0 +524210,291,59,4951,658,627,13,4,4,0,0,0,0 +524291,291,59,71,11,8,0,0,0,0,0,0,0 +524292,291,59,1249,16,9,0,0,0,0,0,0,0 +524298,291,59,37,12,11,0,0,0,0,0,0,0 +531110,291,59,1482,259,243,4,0,0,0,0,0,0 +531120,291,59,851,127,111,3,0,0,0,0,0,0 +531130,291,59,113,53,52,0,0,0,0,0,0,0 +531190,291,59,51,23,20,0,0,0,0,0,0,0 +531210,291,59,1029,409,398,7,0,0,0,0,0,0 +531311,291,59,979,143,129,4,0,0,0,0,0,0 +531312,291,59,900,68,51,11,0,0,0,0,0,0 +531320,291,59,183,48,42,0,0,0,0,0,0,0 +531390,291,59,544,42,34,3,0,0,0,0,0,0 +532111,291,59,649,46,34,6,0,0,0,0,0,0 +532120,291,59,216,13,6,0,0,0,0,0,0,0 +532210,291,59,92,24,22,0,0,0,0,0,0,0 +532282,291,59,17,3,0,0,0,0,0,0,0,0 +532283,291,59,130,12,0,0,0,0,0,0,0,0 +532289,291,59,273,15,8,0,0,0,0,0,0,0 +532310,291,59,28,5,3,0,0,0,0,0,0,0 +532412,291,59,141,9,0,0,0,0,0,0,0,0 +532490,291,59,256,35,27,0,0,0,0,0,0,0 +533110,291,59,24,5,4,0,0,0,0,0,0,0 +541110,291,59,5807,826,775,40,4,0,0,0,0,0 +541191,291,59,148,31,24,0,0,0,0,0,0,0 +541199,291,59,33,6,4,0,0,0,0,0,0,0 +541211,291,59,2366,178,158,0,7,0,0,0,0,0 +541213,291,59,329,351,322,19,0,0,0,0,0,0 +541214,291,59,146,11,4,0,0,0,0,0,0,0 +541219,291,59,811,161,151,0,0,0,0,0,0,0 +541310,291,59,1444,94,75,12,0,0,0,0,0,0 +541320,291,59,68,8,4,0,0,0,0,0,0,0 +541330,291,59,8272,208,150,38,3,0,0,0,0,0 +541340,291,59,32,10,8,0,0,0,0,0,0,0 +541350,291,59,48,21,19,0,0,0,0,0,0,0 +541370,291,59,87,15,11,0,0,0,0,0,0,0 +541380,291,59,126,18,14,0,0,0,0,0,0,0 +541410,291,59,97,31,25,0,0,0,0,0,0,0 +541430,291,59,203,71,71,0,0,0,0,0,0,0 +541490,291,59,5,3,3,0,0,0,0,0,0,0 +541511,291,59,1732,169,144,7,0,0,0,0,0,0 +541512,291,59,1437,193,173,3,4,0,0,0,0,0 +541513,291,59,341,29,24,0,0,0,0,0,0,0 +541519,291,59,41,29,24,0,0,0,0,0,0,0 +541611,291,59,1180,228,212,11,0,0,0,0,0,0 +541612,291,59,86,30,25,0,0,0,0,0,0,0 +541613,291,59,787,125,113,4,0,0,0,0,0,0 +541614,291,59,115,26,21,0,0,0,0,0,0,0 +541618,291,59,15,9,8,0,0,0,0,0,0,0 +541620,291,59,315,23,10,0,0,0,0,0,0,0 +541690,291,59,275,45,43,0,0,0,0,0,0,0 +541713,291,59,28,6,4,0,0,0,0,0,0,0 +541714,291,59,0,4,0,0,0,0,0,0,0,0 +541715,291,59,880,21,7,0,0,0,0,0,0,0 +541810,291,59,1997,65,52,9,3,0,0,0,0,0 +541820,291,59,151,29,21,0,0,0,0,0,0,0 +541840,291,59,0,5,3,0,0,0,0,0,0,0 +541850,291,59,62,8,6,0,0,0,0,0,0,0 +541860,291,59,179,11,3,0,0,0,0,0,0,0 +541870,291,59,90,7,3,3,0,0,0,0,0,0 +541890,291,59,649,45,32,0,0,0,0,0,0,0 +541910,291,59,470,14,8,3,0,0,0,0,0,0 +541921,291,59,132,42,32,0,0,0,0,0,0,0 +541922,291,59,43,17,17,0,0,0,0,0,0,0 +541930,291,59,20,11,10,0,0,0,0,0,0,0 +541940,291,59,1548,140,105,19,0,0,0,0,0,0 +541990,291,59,469,106,94,4,0,0,0,0,0,0 +551112,291,59,187,27,15,4,0,0,0,0,0,0 +551114,291,59,10643,209,119,50,16,6,0,0,0,0 +561110,291,59,1337,92,76,5,0,0,0,0,0,0 +561210,291,59,238,24,16,0,0,0,0,0,0,0 +561311,291,59,428,18,12,3,0,0,0,0,0,0 +561312,291,59,47,13,7,0,0,0,0,0,0,0 +561320,291,59,7713,113,49,35,16,6,0,0,0,0 +561330,291,59,0,5,0,0,0,0,0,0,0,0 +561410,291,59,53,12,10,0,0,0,0,0,0,0 +561421,291,59,0,3,0,0,0,0,0,0,0,0 +561422,291,59,706,17,3,3,0,0,0,0,0,0 +561431,291,59,82,8,3,0,0,0,0,0,0,0 +561439,291,59,80,17,15,0,0,0,0,0,0,0 +561440,291,59,34,5,3,0,0,0,0,0,0,0 +561491,291,59,60,4,0,0,0,0,0,0,0,0 +561492,291,59,21,6,4,0,0,0,0,0,0,0 +561499,291,59,1951,28,15,4,0,0,0,0,0,0 +561510,291,59,65,43,38,0,0,0,0,0,0,0 +561599,291,59,29,3,0,0,0,0,0,0,0,0 +561611,291,59,5,3,3,0,0,0,0,0,0,0 +561612,291,59,2940,45,29,6,5,0,0,0,0,0 +561613,291,59,0,5,0,0,0,0,0,0,0,0 +561621,291,59,97,27,11,0,0,0,0,0,0,0 +561622,291,59,43,11,8,0,0,0,0,0,0,0 +561710,291,59,329,43,25,5,0,0,0,0,0,0 +561720,291,59,4698,242,200,22,0,0,0,0,0,0 +561730,291,59,2722,458,427,16,0,0,0,0,0,0 +561740,291,59,105,31,27,0,0,0,0,0,0,0 +561790,291,59,250,44,37,0,0,0,0,0,0,0 +561910,291,59,73,6,0,0,0,0,0,0,0,0 +561920,291,59,546,20,12,0,0,0,0,0,0,0 +561990,291,59,711,110,98,6,0,0,0,0,0,0 +562111,291,59,668,34,21,8,0,0,0,0,0,0 +562910,291,59,287,20,14,5,0,0,0,0,0,0 +562998,291,59,14,6,0,0,0,0,0,0,0,0 +611110,291,59,4574,94,31,38,9,0,0,0,0,0 +611310,291,59,2376,25,8,5,0,3,0,0,0,0 +611420,291,59,0,3,3,0,0,0,0,0,0,0 +611430,291,59,51,23,20,0,0,0,0,0,0,0 +611511,291,59,41,6,0,0,0,0,0,0,0,0 +611513,291,59,50,7,3,0,0,0,0,0,0,0 +611519,291,59,237,22,9,0,0,0,0,0,0,0 +611610,291,59,387,66,61,0,0,0,0,0,0,0 +611620,291,59,609,61,47,3,0,0,0,0,0,0 +611691,291,59,88,12,3,0,0,0,0,0,0,0 +611699,291,59,125,13,8,3,0,0,0,0,0,0 +611710,291,59,93,20,17,0,0,0,0,0,0,0 +621111,291,59,8459,578,444,111,0,3,0,0,0,0 +621112,291,59,71,33,30,0,0,0,0,0,0,0 +621210,291,59,3229,476,441,16,0,0,0,0,0,0 +621310,291,59,556,195,188,0,0,0,0,0,0,0 +621320,291,59,331,65,62,0,0,0,0,0,0,0 +621330,291,59,391,89,79,3,0,0,0,0,0,0 +621340,291,59,824,138,132,0,0,0,0,0,0,0 +621391,291,59,133,21,15,0,0,0,0,0,0,0 +621399,291,59,305,86,75,3,0,0,0,0,0,0 +621410,291,59,0,5,0,0,0,0,0,0,0,0 +621420,291,59,1332,45,21,12,3,0,0,0,0,0 +621492,291,59,340,37,21,5,0,0,0,0,0,0 +621493,291,59,452,27,5,10,0,0,0,0,0,0 +621498,291,59,2041,56,19,6,4,0,0,0,0,0 +621511,291,59,931,42,27,7,0,0,0,0,0,0 +621512,291,59,204,11,3,5,0,0,0,0,0,0 +621610,291,59,4848,459,400,29,8,3,0,0,0,0 +621910,291,59,0,6,4,0,0,0,0,0,0,0 +621991,291,59,486,7,0,0,0,0,0,0,0,0 +621999,291,59,0,10,5,0,0,0,0,0,0,0 +622110,291,59,24554,18,0,3,0,0,0,4,0,0 +622210,291,59,869,3,0,0,0,0,0,0,0,0 +622310,291,59,300,5,0,0,0,0,0,0,0,0 +623110,291,59,7124,98,11,45,19,0,0,0,0,0 +623210,291,59,2064,102,65,11,0,0,0,0,0,0 +623220,291,59,311,15,11,0,0,0,0,0,0,0 +623311,291,59,1712,12,0,4,0,0,0,0,0,0 +623312,291,59,999,46,24,4,0,0,0,0,0,0 +623990,291,59,173,16,13,3,0,0,0,0,0,0 +624110,291,59,708,32,20,5,0,0,0,0,0,0 +624120,291,59,2868,628,581,27,3,0,0,0,0,0 +624190,291,59,1100,105,87,10,0,0,0,0,0,0 +624210,291,59,167,19,8,0,0,0,0,0,0,0 +624221,291,59,590,17,0,12,0,0,0,0,0,0 +624229,291,59,347,24,16,4,0,0,0,0,0,0 +624310,291,59,1164,32,14,6,3,0,0,0,0,0 +624410,291,59,4581,326,235,74,0,0,0,0,0,0 +711110,291,59,546,18,8,8,0,0,0,0,0,0 +711130,291,59,186,14,12,0,0,0,0,0,0,0 +711211,291,59,1603,6,0,0,0,0,0,0,0,0 +711219,291,59,6,3,0,0,0,0,0,0,0,0 +711310,291,59,253,10,0,3,0,0,0,0,0,0 +711320,291,59,102,13,10,0,0,0,0,0,0,0 +711410,291,59,4,5,5,0,0,0,0,0,0,0 +711510,291,59,85,54,47,0,0,0,0,0,0,0 +712110,291,59,564,18,11,3,0,0,0,0,0,0 +713120,291,59,153,7,0,0,0,0,0,0,0,0 +713910,291,59,823,41,14,5,0,0,0,0,0,0 +713940,291,59,2038,128,101,15,0,0,0,0,0,0 +713950,291,59,238,11,0,7,0,0,0,0,0,0 +713990,291,59,468,61,51,4,0,0,0,0,0,0 +721110,291,59,6080,184,96,61,9,0,0,0,0,0 +721191,291,59,8,3,0,0,0,0,0,0,0,0 +721214,291,59,23,4,3,0,0,0,0,0,0,0 +722310,291,59,2571,117,69,22,3,0,0,0,0,0 +722320,291,59,435,31,18,4,0,0,0,0,0,0 +722330,291,59,36,11,8,0,0,0,0,0,0,0 +722410,291,59,1844,151,110,30,0,0,0,0,0,0 +722511,291,59,26044,961,515,396,28,0,0,0,0,0 +722513,291,59,20903,924,458,449,0,0,0,0,0,0 +722514,291,59,203,14,4,0,0,0,0,0,0,0 +722515,291,59,1628,178,145,20,0,0,0,0,0,0 +811111,291,59,1560,351,336,8,0,0,0,0,0,0 +811112,291,59,39,10,7,0,0,0,0,0,0,0 +811113,291,59,67,18,18,0,0,0,0,0,0,0 +811118,291,59,25,6,4,0,0,0,0,0,0,0 +811121,291,59,929,145,123,3,0,0,0,0,0,0 +811122,291,59,100,18,15,0,0,0,0,0,0,0 +811191,291,59,285,32,28,0,0,0,0,0,0,0 +811192,291,59,894,69,52,4,0,0,0,0,0,0 +811198,291,59,160,21,13,0,0,0,0,0,0,0 +811212,291,59,52,20,14,0,0,0,0,0,0,0 +811213,291,59,47,6,3,0,0,0,0,0,0,0 +811219,291,59,53,9,6,0,0,0,0,0,0,0 +811310,291,59,423,61,54,0,0,0,0,0,0,0 +811411,291,59,12,5,4,0,0,0,0,0,0,0 +811412,291,59,28,10,8,0,0,0,0,0,0,0 +811420,291,59,80,20,17,0,0,0,0,0,0,0 +811490,291,59,90,34,34,0,0,0,0,0,0,0 +812111,291,59,95,29,19,0,0,0,0,0,0,0 +812112,291,59,1168,251,243,6,0,0,0,0,0,0 +812113,291,59,408,85,81,0,0,0,0,0,0,0 +812191,291,59,94,9,3,0,0,0,0,0,0,0 +812199,291,59,376,77,66,0,0,0,0,0,0,0 +812210,291,59,523,68,53,3,0,0,0,0,0,0 +812220,291,59,126,18,12,0,0,0,0,0,0,0 +812310,291,59,190,39,32,0,0,0,0,0,0,0 +812320,291,59,543,57,45,3,0,0,0,0,0,0 +812331,291,59,161,4,0,0,0,0,0,0,0,0 +812332,291,59,302,8,0,0,0,0,0,0,0,0 +812910,291,59,525,75,65,4,0,0,0,0,0,0 +812930,291,59,530,49,41,8,0,0,0,0,0,0 +812990,291,59,119,52,50,0,0,0,0,0,0,0 +813110,291,59,10781,928,824,82,9,0,0,0,0,0 +813211,291,59,357,40,36,0,0,0,0,0,0,0 +813212,291,59,253,20,17,0,0,0,0,0,0,0 +813219,291,59,137,12,9,0,0,0,0,0,0,0 +813311,291,59,59,9,6,0,0,0,0,0,0,0 +813312,291,59,563,7,3,0,0,0,0,0,0,0 +813319,291,59,217,22,17,0,0,0,0,0,0,0 +813410,291,59,878,102,88,3,0,0,0,0,0,0 +813910,291,59,414,74,65,0,0,0,0,0,0,0 +813920,291,59,289,24,15,5,0,0,0,0,0,0 +813930,291,59,767,92,77,7,0,0,0,0,0,0 +813940,291,59,29,3,0,0,0,0,0,0,0,0 +813990,291,59,300,36,31,3,0,0,0,0,0,0 +221310,291,61,0,3,0,0,0,0,0,0,0,0 +236115,291,61,48,17,11,0,0,0,0,0,0,0 +236117,291,61,23,4,0,0,0,0,0,0,0,0 +236118,291,61,81,27,23,0,0,0,0,0,0,0 +236220,291,61,179,16,7,3,0,0,0,0,0,0 +237310,291,61,0,3,0,0,0,0,0,0,0,0 +238110,291,61,63,14,13,0,0,0,0,0,0,0 +238140,291,61,34,8,4,0,0,0,0,0,0,0 +238160,291,61,0,6,3,0,0,0,0,0,0,0 +238170,291,61,13,4,3,0,0,0,0,0,0,0 +238210,291,61,366,24,17,3,0,0,0,0,0,0 +238220,291,61,367,44,39,3,0,0,0,0,0,0 +238290,291,61,0,3,3,0,0,0,0,0,0,0 +238310,291,61,33,5,0,0,0,0,0,0,0,0 +238320,291,61,27,4,3,0,0,0,0,0,0,0 +238330,291,61,0,3,0,0,0,0,0,0,0,0 +238350,291,61,84,9,3,0,0,0,0,0,0,0 +238390,291,61,0,3,3,0,0,0,0,0,0,0 +238910,291,61,75,21,16,0,0,0,0,0,0,0 +238990,291,61,47,14,11,0,0,0,0,0,0,0 +311111,291,61,371,3,0,0,0,0,0,0,0,0 +311119,291,61,140,4,0,0,0,0,0,0,0,0 +323111,291,61,97,6,0,0,0,0,0,0,0,0 +325320,291,61,332,3,0,0,0,0,0,0,0,0 +332710,291,61,0,6,4,0,0,0,0,0,0,0 +339116,291,61,14,3,0,0,0,0,0,0,0,0 +339950,291,61,135,4,0,0,0,0,0,0,0,0 +423110,291,61,0,3,0,0,0,0,0,0,0,0 +423120,291,61,64,5,0,0,0,0,0,0,0,0 +423420,291,61,40,4,3,0,0,0,0,0,0,0 +423510,291,61,0,3,0,0,0,0,0,0,0,0 +423610,291,61,65,7,0,0,0,0,0,0,0,0 +423720,291,61,17,3,3,0,0,0,0,0,0,0 +423730,291,61,9,4,4,0,0,0,0,0,0,0 +423820,291,61,0,6,0,0,0,0,0,0,0,0 +423830,291,61,13,5,4,0,0,0,0,0,0,0 +423840,291,61,27,5,4,0,0,0,0,0,0,0 +423850,291,61,0,4,0,0,0,0,0,0,0,0 +423930,291,61,88,6,3,0,0,0,0,0,0,0 +424130,291,61,33,3,0,0,0,0,0,0,0,0 +424210,291,61,146,6,0,0,0,0,0,0,0,0 +424490,291,61,96,7,3,0,0,0,0,0,0,0 +424510,291,61,0,3,0,0,0,0,0,0,0,0 +424690,291,61,28,5,3,0,0,0,0,0,0,0 +424910,291,61,53,13,6,0,0,0,0,0,0,0 +425120,291,61,9,3,0,0,0,0,0,0,0,0 +441110,291,61,422,9,0,3,0,0,0,0,0,0 +441120,291,61,50,11,10,0,0,0,0,0,0,0 +441228,291,61,35,4,0,0,0,0,0,0,0,0 +441310,291,61,137,13,10,0,0,0,0,0,0,0 +441320,291,61,42,8,3,0,0,0,0,0,0,0 +442110,291,61,48,9,6,0,0,0,0,0,0,0 +442299,291,61,0,4,0,0,0,0,0,0,0,0 +443142,291,61,103,7,6,0,0,0,0,0,0,0 +444110,291,61,470,4,0,0,3,0,0,0,0,0 +444130,291,61,64,5,3,0,0,0,0,0,0,0 +444190,291,61,54,10,4,0,0,0,0,0,0,0 +444220,291,61,40,5,0,0,0,0,0,0,0,0 +445110,291,61,841,10,0,0,0,0,0,0,0,0 +445120,291,61,15,5,4,0,0,0,0,0,0,0 +445310,291,61,17,3,0,0,0,0,0,0,0,0 +446110,291,61,196,12,7,0,0,0,0,0,0,0 +446120,291,61,49,4,0,0,0,0,0,0,0,0 +446130,291,61,22,4,0,0,0,0,0,0,0,0 +446199,291,61,23,4,0,0,0,0,0,0,0,0 +447110,291,61,548,47,33,7,0,0,0,0,0,0 +447190,291,61,99,7,3,0,0,0,0,0,0,0 +448120,291,61,78,9,9,0,0,0,0,0,0,0 +448140,291,61,170,6,0,5,0,0,0,0,0,0 +448150,291,61,22,3,0,0,0,0,0,0,0,0 +448190,291,61,58,4,0,0,0,0,0,0,0,0 +448210,291,61,100,11,10,0,0,0,0,0,0,0 +448310,291,61,59,6,4,0,0,0,0,0,0,0 +451110,291,61,31,9,6,0,0,0,0,0,0,0 +452210,291,61,354,5,0,0,0,0,0,0,0,0 +452311,291,61,994,5,0,0,0,0,0,0,0,0 +452319,291,61,104,11,9,0,0,0,0,0,0,0 +453110,291,61,15,3,0,0,0,0,0,0,0,0 +453220,291,61,97,7,5,0,0,0,0,0,0,0 +453310,291,61,71,5,0,0,0,0,0,0,0,0 +453910,291,61,0,3,0,0,0,0,0,0,0,0 +453991,291,61,12,5,4,0,0,0,0,0,0,0 +453998,291,61,29,9,9,0,0,0,0,0,0,0 +454110,291,61,17,6,5,0,0,0,0,0,0,0 +454390,291,61,0,4,3,0,0,0,0,0,0,0 +484110,291,61,40,7,6,0,0,0,0,0,0,0 +484121,291,61,222,19,10,4,0,0,0,0,0,0 +484122,291,61,97,5,0,0,0,0,0,0,0,0 +484220,291,61,42,12,11,0,0,0,0,0,0,0 +484230,291,61,67,6,4,0,0,0,0,0,0,0 +488410,291,61,15,5,4,0,0,0,0,0,0,0 +492110,291,61,185,6,0,3,0,0,0,0,0,0 +493110,291,61,162,12,7,3,0,0,0,0,0,0 +511110,291,61,0,3,0,0,0,0,0,0,0,0 +515120,291,61,103,4,0,0,0,0,0,0,0,0 +517311,291,61,0,8,0,0,0,0,0,0,0,0 +517312,291,61,148,12,10,0,0,0,0,0,0,0 +518210,291,61,0,3,0,0,0,0,0,0,0,0 +522110,291,61,438,40,30,5,0,0,0,0,0,0 +522130,291,61,36,7,4,0,0,0,0,0,0,0 +522291,291,61,23,12,12,0,0,0,0,0,0,0 +522292,291,61,37,5,0,0,0,0,0,0,0,0 +522298,291,61,29,6,5,0,0,0,0,0,0,0 +522390,291,61,32,12,10,0,0,0,0,0,0,0 +523120,291,61,0,3,0,0,0,0,0,0,0,0 +523920,291,61,40,11,9,0,0,0,0,0,0,0 +524113,291,61,0,3,3,0,0,0,0,0,0,0 +524126,291,61,0,3,0,0,0,0,0,0,0,0 +524127,291,61,31,4,0,0,0,0,0,0,0,0 +524210,291,61,418,64,60,0,0,0,0,0,0,0 +531110,291,61,68,23,23,0,0,0,0,0,0,0 +531120,291,61,96,16,13,0,0,0,0,0,0,0 +531210,291,61,42,25,24,0,0,0,0,0,0,0 +531311,291,61,112,12,10,0,0,0,0,0,0,0 +531312,291,61,0,3,0,0,0,0,0,0,0,0 +531320,291,61,15,8,8,0,0,0,0,0,0,0 +532120,291,61,9,4,4,0,0,0,0,0,0,0 +532210,291,61,0,3,0,0,0,0,0,0,0,0 +532310,291,61,0,3,0,0,0,0,0,0,0,0 +532412,291,61,14,3,0,0,0,0,0,0,0,0 +532490,291,61,5,5,5,0,0,0,0,0,0,0 +541110,291,61,174,48,44,0,0,0,0,0,0,0 +541211,291,61,117,16,13,0,0,0,0,0,0,0 +541213,291,61,31,7,7,0,0,0,0,0,0,0 +541219,291,61,12,4,3,0,0,0,0,0,0,0 +541310,291,61,36,4,0,0,0,0,0,0,0,0 +541330,291,61,199,10,6,0,0,0,0,0,0,0 +541380,291,61,0,3,0,0,0,0,0,0,0,0 +541512,291,61,32,4,0,0,0,0,0,0,0,0 +541611,291,61,34,7,4,0,0,0,0,0,0,0 +541613,291,61,0,3,0,0,0,0,0,0,0,0 +541921,291,61,12,3,3,0,0,0,0,0,0,0 +541940,291,61,85,8,3,0,0,0,0,0,0,0 +541990,291,61,11,3,0,0,0,0,0,0,0,0 +551114,291,61,390,10,4,0,0,0,0,0,0,0 +561110,291,61,58,9,7,0,0,0,0,0,0,0 +561320,291,61,786,10,4,0,3,0,0,0,0,0 +561710,291,61,29,6,0,0,0,0,0,0,0,0 +561720,291,61,305,10,4,0,0,0,0,0,0,0 +561730,291,61,140,40,39,0,0,0,0,0,0,0 +561740,291,61,22,5,3,0,0,0,0,0,0,0 +561910,291,61,39,4,0,0,0,0,0,0,0,0 +561990,291,61,44,7,4,0,0,0,0,0,0,0 +562111,291,61,74,8,5,0,0,0,0,0,0,0 +611110,291,61,206,5,0,3,0,0,0,0,0,0 +611610,291,61,45,4,0,0,0,0,0,0,0,0 +611620,291,61,0,3,0,0,0,0,0,0,0,0 +621111,291,61,1128,58,40,18,0,0,0,0,0,0 +621210,291,61,274,36,31,0,0,0,0,0,0,0 +621310,291,61,58,14,13,0,0,0,0,0,0,0 +621320,291,61,35,6,3,0,0,0,0,0,0,0 +621330,291,61,8,4,4,0,0,0,0,0,0,0 +621340,291,61,88,13,10,0,0,0,0,0,0,0 +621399,291,61,10,4,3,0,0,0,0,0,0,0 +621420,291,61,245,9,3,0,0,0,0,0,0,0 +621493,291,61,52,5,3,0,0,0,0,0,0,0 +621498,291,61,184,14,9,0,0,0,0,0,0,0 +621511,291,61,17,4,0,0,0,0,0,0,0,0 +621512,291,61,0,3,0,0,0,0,0,0,0,0 +621610,291,61,742,24,15,0,3,0,0,0,0,0 +623110,291,61,478,9,0,5,0,0,0,0,0,0 +623210,291,61,474,10,3,3,0,0,0,0,0,0 +623220,291,61,48,4,3,0,0,0,0,0,0,0 +623311,291,61,0,3,0,0,0,0,0,0,0,0 +623312,291,61,122,5,0,3,0,0,0,0,0,0 +624120,291,61,547,68,58,3,0,0,0,0,0,0 +624190,291,61,133,14,10,0,0,0,0,0,0,0 +624210,291,61,0,3,0,0,0,0,0,0,0,0 +624310,291,61,112,4,3,0,0,0,0,0,0,0 +624410,291,61,245,23,12,5,0,0,0,0,0,0 +712110,291,61,36,4,0,0,0,0,0,0,0,0 +713940,291,61,170,6,0,0,0,0,0,0,0,0 +713990,291,61,6,5,5,0,0,0,0,0,0,0 +721110,291,61,311,18,10,4,0,0,0,0,0,0 +722310,291,61,118,12,6,0,0,0,0,0,0,0 +722410,291,61,62,21,20,0,0,0,0,0,0,0 +722511,291,61,1768,65,25,29,0,0,0,0,0,0 +722513,291,61,1886,85,39,39,0,0,0,0,0,0 +722514,291,61,78,3,0,0,0,0,0,0,0,0 +722515,291,61,195,19,16,3,0,0,0,0,0,0 +811111,291,61,204,38,31,0,0,0,0,0,0,0 +811121,291,61,92,14,11,0,0,0,0,0,0,0 +811122,291,61,16,4,0,0,0,0,0,0,0,0 +811191,291,61,28,4,3,0,0,0,0,0,0,0 +811192,291,61,44,5,0,0,0,0,0,0,0,0 +811310,291,61,239,7,3,0,0,0,0,0,0,0 +811490,291,61,9,4,4,0,0,0,0,0,0,0 +812112,291,61,93,23,21,0,0,0,0,0,0,0 +812113,291,61,16,3,3,0,0,0,0,0,0,0 +812199,291,61,31,5,3,0,0,0,0,0,0,0 +812210,291,61,67,5,0,0,0,0,0,0,0,0 +812220,291,61,13,3,0,0,0,0,0,0,0,0 +812310,291,61,13,4,4,0,0,0,0,0,0,0 +812320,291,61,18,6,4,0,0,0,0,0,0,0 +812910,291,61,15,3,0,0,0,0,0,0,0,0 +812990,291,61,10,5,5,0,0,0,0,0,0,0 +813110,291,61,609,94,86,6,0,0,0,0,0,0 +813211,291,61,50,3,0,0,0,0,0,0,0,0 +813410,291,61,97,13,10,0,0,0,0,0,0,0 +813910,291,61,96,7,5,0,0,0,0,0,0,0 +813930,291,61,65,16,15,0,0,0,0,0,0,0 +115112,292,60,2,3,3,0,0,0,0,0,0,0 +115210,292,60,61,17,11,0,0,0,0,0,0,0 +212312,292,60,344,26,9,7,0,0,0,0,0,0 +212321,292,60,75,6,0,0,0,0,0,0,0,0 +212322,292,60,0,3,0,0,0,0,0,0,0,0 +221122,292,60,0,33,0,10,0,0,0,0,0,0 +221210,292,60,0,14,0,3,0,0,0,0,0,0 +221310,292,60,101,18,7,0,0,0,0,0,0,0 +236115,292,60,1622,246,227,7,0,0,0,0,0,0 +236116,292,60,8,3,0,0,0,0,0,0,0,0 +236117,292,60,859,116,89,7,0,0,0,0,0,0 +236118,292,60,2859,768,744,15,0,0,0,0,0,0 +236210,292,60,2322,13,0,3,0,0,0,0,0,0 +236220,292,60,5804,315,246,48,8,3,0,0,0,0 +237110,292,60,1255,79,53,8,0,0,0,0,0,0 +237130,292,60,1242,44,16,11,0,0,0,0,0,0 +237210,292,60,100,29,25,0,0,0,0,0,0,0 +237310,292,60,1280,59,35,9,3,0,0,0,0,0 +237990,292,60,78,21,10,0,0,0,0,0,0,0 +238110,292,60,2611,164,136,10,0,0,0,0,0,0 +238120,292,60,0,6,0,0,0,0,0,0,0,0 +238130,292,60,976,67,49,4,0,0,0,0,0,0 +238140,292,60,1660,152,125,9,0,0,0,0,0,0 +238150,292,60,394,37,20,0,0,0,0,0,0,0 +238160,292,60,1529,200,174,10,0,0,0,0,0,0 +238170,292,60,531,90,73,0,0,0,0,0,0,0 +238190,292,60,291,25,10,0,0,0,0,0,0,0 +238210,292,60,7991,384,317,46,8,0,0,0,0,0 +238220,292,60,7993,646,556,67,4,0,0,0,0,0 +238290,292,60,1408,53,27,10,0,0,0,0,0,0 +238310,292,60,2329,122,77,22,0,0,0,0,0,0 +238320,292,60,2058,262,226,24,0,0,0,0,0,0 +238330,292,60,1268,99,80,8,3,0,0,0,0,0 +238340,292,60,256,32,20,0,0,0,0,0,0,0 +238350,292,60,2082,204,165,21,4,0,0,0,0,0 +238390,292,60,412,53,42,5,0,0,0,0,0,0 +238910,292,60,1866,197,166,14,0,0,0,0,0,0 +238990,292,60,3315,301,268,19,0,0,0,0,0,0 +311352,292,60,198,4,0,0,0,0,0,0,0,0 +311412,292,60,107,8,0,0,0,0,0,0,0,0 +311612,292,60,296,15,4,0,0,0,0,0,0,0 +311811,292,60,555,36,23,6,0,0,0,0,0,0 +311812,292,60,540,13,4,0,0,0,0,0,0,0 +311920,292,60,188,9,0,0,0,0,0,0,0,0 +311942,292,60,39,5,3,0,0,0,0,0,0,0 +311999,292,60,0,3,0,0,0,0,0,0,0,0 +312111,292,60,0,6,0,0,0,0,0,0,0,0 +312120,292,60,90,17,4,3,0,0,0,0,0,0 +312130,292,60,187,11,4,0,0,0,0,0,0,0 +312140,292,60,0,3,0,0,0,0,0,0,0,0 +313310,292,60,0,3,0,0,0,0,0,0,0,0 +314120,292,60,60,12,10,0,0,0,0,0,0,0 +314910,292,60,278,9,0,0,0,0,0,0,0,0 +314999,292,60,130,16,9,0,0,0,0,0,0,0 +315990,292,60,0,3,0,0,0,0,0,0,0,0 +321113,292,60,0,3,0,0,0,0,0,0,0,0 +321911,292,60,0,3,3,0,0,0,0,0,0,0 +321918,292,60,18,6,0,0,0,0,0,0,0,0 +321920,292,60,0,6,3,0,0,0,0,0,0,0 +321999,292,60,0,3,0,0,0,0,0,0,0,0 +322211,292,60,1067,18,0,6,0,0,0,0,0,0 +322220,292,60,114,7,3,0,0,0,0,0,0,0 +322230,292,60,0,3,0,0,0,0,0,0,0,0 +323111,292,60,3772,184,133,32,4,0,0,0,0,0 +323113,292,60,297,30,21,0,0,0,0,0,0,0 +323120,292,60,522,20,3,7,0,0,0,0,0,0 +324121,292,60,16,8,4,0,0,0,0,0,0,0 +324191,292,60,233,9,3,0,0,0,0,0,0,0 +325180,292,60,191,3,0,0,0,0,0,0,0,0 +325211,292,60,388,3,0,0,0,0,0,0,0,0 +325412,292,60,729,10,0,0,0,0,0,0,0,0 +325414,292,60,0,7,0,0,0,0,0,0,0,0 +325510,292,60,319,21,8,0,0,0,0,0,0,0 +325520,292,60,268,4,0,0,0,0,0,0,0,0 +325611,292,60,674,12,0,0,0,0,0,0,0,0 +325612,292,60,272,9,0,0,0,0,0,0,0,0 +325620,292,60,0,3,0,0,0,0,0,0,0,0 +325910,292,60,21,4,3,0,0,0,0,0,0,0 +325998,292,60,64,6,3,0,0,0,0,0,0,0 +326112,292,60,181,3,0,0,0,0,0,0,0,0 +326113,292,60,85,5,3,0,0,0,0,0,0,0 +326150,292,60,123,5,0,0,0,0,0,0,0,0 +326160,292,60,577,6,0,0,0,0,0,0,0,0 +326199,292,60,1896,41,6,8,3,0,0,0,0,0 +327215,292,60,53,4,0,0,0,0,0,0,0,0 +327320,292,60,612,39,7,12,0,0,0,0,0,0 +327331,292,60,0,4,0,0,0,0,0,0,0,0 +327991,292,60,377,16,3,0,0,0,0,0,0,0 +327999,292,60,94,3,0,0,0,0,0,0,0,0 +332119,292,60,196,10,0,0,0,0,0,0,0,0 +332216,292,60,135,6,4,0,0,0,0,0,0,0 +332311,292,60,461,5,0,0,0,0,0,0,0,0 +332312,292,60,393,21,6,3,0,0,0,0,0,0 +332313,292,60,70,4,0,0,0,0,0,0,0,0 +332321,292,60,0,3,0,0,0,0,0,0,0,0 +332322,292,60,257,18,7,0,0,0,0,0,0,0 +332323,292,60,54,11,7,0,0,0,0,0,0,0 +332420,292,60,0,3,0,0,0,0,0,0,0,0 +332710,292,60,1767,119,83,9,0,0,0,0,0,0 +332721,292,60,834,22,3,4,0,0,0,0,0,0 +332811,292,60,0,3,0,0,0,0,0,0,0,0 +332812,292,60,105,13,5,0,0,0,0,0,0,0 +332813,292,60,397,20,7,0,0,0,0,0,0,0 +332911,292,60,569,7,0,0,0,0,0,0,0,0 +332996,292,60,347,8,0,0,0,0,0,0,0,0 +332999,292,60,35,13,6,0,0,0,0,0,0,0 +333244,292,60,0,3,0,0,0,0,0,0,0,0 +333249,292,60,55,5,0,0,0,0,0,0,0,0 +333314,292,60,0,3,0,0,0,0,0,0,0,0 +333318,292,60,781,6,0,0,0,0,0,0,0,0 +333415,292,60,733,5,0,0,0,0,0,0,0,0 +333511,292,60,259,7,0,0,0,0,0,0,0,0 +333514,292,60,506,18,7,0,0,0,0,0,0,0 +333515,292,60,82,4,0,0,0,0,0,0,0,0 +333517,292,60,621,6,0,3,0,0,0,0,0,0 +333914,292,60,170,3,0,0,0,0,0,0,0,0 +333922,292,60,287,7,0,0,0,0,0,0,0,0 +333999,292,60,0,4,0,0,0,0,0,0,0,0 +334310,292,60,3,3,3,0,0,0,0,0,0,0 +334419,292,60,72,7,4,0,0,0,0,0,0,0 +334513,292,60,141,4,0,0,0,0,0,0,0,0 +334516,292,60,0,3,0,0,0,0,0,0,0,0 +335122,292,60,0,3,0,0,0,0,0,0,0,0 +335312,292,60,0,3,0,0,0,0,0,0,0,0 +335313,292,60,0,4,0,0,0,0,0,0,0,0 +335314,292,60,232,10,4,0,0,0,0,0,0,0 +336211,292,60,0,3,0,3,0,0,0,0,0,0 +336310,292,60,12,4,3,0,0,0,0,0,0,0 +336320,292,60,0,3,0,0,0,0,0,0,0,0 +336370,292,60,126,3,0,0,0,0,0,0,0,0 +336413,292,60,601,5,0,0,3,0,0,0,0,0 +336612,292,60,58,3,0,0,0,0,0,0,0,0 +336999,292,60,0,3,0,0,0,0,0,0,0,0 +337110,292,60,127,25,20,0,0,0,0,0,0,0 +337121,292,60,14,3,0,0,0,0,0,0,0,0 +337122,292,60,15,4,3,0,0,0,0,0,0,0 +337127,292,60,84,5,0,0,0,0,0,0,0,0 +337212,292,60,828,21,0,7,0,0,0,0,0,0 +337215,292,60,12,6,0,0,0,0,0,0,0,0 +339112,292,60,1749,13,0,3,3,0,0,0,0,0 +339113,292,60,104,13,4,0,0,0,0,0,0,0 +339114,292,60,289,5,0,0,0,0,0,0,0,0 +339116,292,60,342,41,32,0,0,0,0,0,0,0 +339910,292,60,2,6,6,0,0,0,0,0,0,0 +339920,292,60,33,5,3,0,0,0,0,0,0,0 +339930,292,60,33,4,3,0,0,0,0,0,0,0 +339940,292,60,26,5,3,0,0,0,0,0,0,0 +339950,292,60,300,38,17,4,0,0,0,0,0,0 +339991,292,60,44,3,0,0,0,0,0,0,0,0 +339999,292,60,340,34,22,0,0,0,0,0,0,0 +423110,292,60,574,30,14,4,0,0,0,0,0,0 +423120,292,60,1336,79,50,15,0,0,0,0,0,0 +423130,292,60,378,14,0,0,0,0,0,0,0,0 +423140,292,60,29,9,3,0,0,0,0,0,0,0 +423210,292,60,525,34,25,4,0,0,0,0,0,0 +423220,292,60,862,48,29,9,0,0,0,0,0,0 +423310,292,60,376,43,31,3,0,0,0,0,0,0 +423320,292,60,215,30,26,0,0,0,0,0,0,0 +423330,292,60,436,32,20,4,0,0,0,0,0,0 +423390,292,60,307,34,28,0,0,0,0,0,0,0 +423410,292,60,0,4,0,0,0,0,0,0,0,0 +423420,292,60,1132,70,57,8,0,0,0,0,0,0 +423430,292,60,1581,51,39,5,0,0,0,0,0,0 +423440,292,60,631,36,24,3,0,0,0,0,0,0 +423450,292,60,1451,93,70,13,3,0,0,0,0,0 +423460,292,60,125,7,0,0,0,0,0,0,0,0 +423490,292,60,279,20,11,3,0,0,0,0,0,0 +423510,292,60,1427,99,61,15,0,0,0,0,0,0 +423520,292,60,0,4,0,0,0,0,0,0,0,0 +423610,292,60,2209,105,75,16,0,0,0,0,0,0 +423620,292,60,247,10,5,0,0,0,0,0,0,0 +423690,292,60,1568,69,48,7,4,0,0,0,0,0 +423710,292,60,982,51,38,7,0,0,0,0,0,0 +423720,292,60,480,44,29,6,0,0,0,0,0,0 +423730,292,60,1050,60,44,7,0,0,0,0,0,0 +423740,292,60,139,10,3,0,0,0,0,0,0,0 +423810,292,60,661,23,10,5,0,0,0,0,0,0 +423820,292,60,133,13,0,0,0,0,0,0,0,0 +423830,292,60,4044,260,210,37,0,0,0,0,0,0 +423840,292,60,1198,74,64,6,0,0,0,0,0,0 +423850,292,60,339,38,33,0,0,0,0,0,0,0 +423860,292,60,83,13,5,0,0,0,0,0,0,0 +423910,292,60,461,23,9,0,0,0,0,0,0,0 +423920,292,60,64,8,6,0,0,0,0,0,0,0 +423930,292,60,1001,80,55,12,0,0,0,0,0,0 +423940,292,60,98,24,22,0,0,0,0,0,0,0 +423990,292,60,1097,67,54,3,0,0,0,0,0,0 +424110,292,60,35,6,3,0,0,0,0,0,0,0 +424120,292,60,627,46,31,3,0,0,0,0,0,0 +424130,292,60,697,44,25,4,0,0,0,0,0,0 +424210,292,60,1787,66,45,9,6,0,0,0,0,0 +424310,292,60,93,14,6,0,0,0,0,0,0,0 +424320,292,60,242,15,5,0,0,0,0,0,0,0 +424330,292,60,255,22,9,0,0,0,0,0,0,0 +424340,292,60,1117,18,4,6,0,0,0,0,0,0 +424410,292,60,1282,20,6,0,0,0,0,0,0,0 +424420,292,60,316,20,6,0,0,0,0,0,0,0 +424430,292,60,405,11,4,0,0,0,0,0,0,0 +424450,292,60,185,14,4,0,0,0,0,0,0,0 +424470,292,60,150,9,0,3,0,0,0,0,0,0 +424480,292,60,228,20,14,4,0,0,0,0,0,0 +424490,292,60,2203,89,62,8,0,0,0,0,0,0 +424510,292,60,157,11,0,0,0,0,0,0,0,0 +424610,292,60,153,28,20,0,0,0,0,0,0,0 +424690,292,60,2162,110,83,13,0,0,0,0,0,0 +424710,292,60,453,28,15,0,0,0,0,0,0,0 +424720,292,60,147,11,0,0,0,0,0,0,0,0 +424810,292,60,0,11,3,0,0,0,0,0,0,0 +424820,292,60,142,17,10,0,0,0,0,0,0,0 +424910,292,60,214,25,8,0,0,0,0,0,0,0 +424920,292,60,299,14,8,3,0,0,0,0,0,0 +424930,292,60,130,10,6,0,0,0,0,0,0,0 +424940,292,60,0,3,0,0,0,0,0,0,0,0 +424950,292,60,152,16,11,0,0,0,0,0,0,0 +424990,292,60,482,49,40,0,0,0,0,0,0,0 +425110,292,60,6,4,4,0,0,0,0,0,0,0 +425120,292,60,2973,488,461,9,0,0,0,0,0,0 +441110,292,60,8635,154,41,70,27,0,0,0,0,0 +441120,292,60,1307,171,147,7,0,0,0,0,0,0 +441210,292,60,284,11,0,0,0,0,0,0,0,0 +441222,292,60,69,11,4,0,0,0,0,0,0,0 +441228,292,60,411,39,20,0,0,0,0,0,0,0 +441310,292,60,2270,237,217,9,0,0,0,0,0,0 +441320,292,60,1119,138,127,0,0,0,0,0,0,0 +442110,292,60,1818,154,119,20,0,0,0,0,0,0 +442210,292,60,452,73,61,3,0,0,0,0,0,0 +442291,292,60,16,4,0,0,0,0,0,0,0,0 +442299,292,60,1411,107,76,25,0,0,0,0,0,0 +443141,292,60,431,49,40,4,0,0,0,0,0,0 +443142,292,60,1871,140,115,8,0,0,0,0,0,0 +444110,292,60,5410,46,0,0,33,0,0,0,0,0 +444120,292,60,278,52,50,0,0,0,0,0,0,0 +444130,292,60,871,82,45,12,0,0,0,0,0,0 +444190,292,60,2250,213,184,17,0,0,0,0,0,0 +444210,292,60,168,16,3,3,0,0,0,0,0,0 +444220,292,60,983,104,77,10,0,0,0,0,0,0 +445110,292,60,16569,390,200,106,68,0,0,0,0,0 +445120,292,60,332,86,82,0,0,0,0,0,0,0 +445210,292,60,392,32,14,5,0,0,0,0,0,0 +445230,292,60,5,9,3,0,0,0,0,0,0,0 +445291,292,60,17,7,6,0,0,0,0,0,0,0 +445292,292,60,134,26,22,0,0,0,0,0,0,0 +445299,292,60,289,33,26,0,0,0,0,0,0,0 +445310,292,60,546,131,114,0,0,0,0,0,0,0 +446110,292,60,4387,265,151,101,0,0,0,0,0,0 +446120,292,60,1300,138,114,22,0,0,0,0,0,0 +446130,292,60,653,98,89,0,0,0,0,0,0,0 +446191,292,60,232,76,73,0,0,0,0,0,0,0 +446199,292,60,553,93,83,3,0,0,0,0,0,0 +447110,292,60,7948,652,563,83,0,0,0,0,0,0 +447190,292,60,1185,61,34,6,0,0,0,0,0,0 +448110,292,60,400,41,26,4,0,0,0,0,0,0 +448120,292,60,2895,250,206,23,0,0,0,0,0,0 +448130,292,60,579,46,31,9,0,0,0,0,0,0 +448140,292,60,4264,158,74,71,0,0,0,0,0,0 +448150,292,60,516,73,62,6,0,0,0,0,0,0 +448190,292,60,794,90,73,8,0,0,0,0,0,0 +448210,292,60,1811,192,167,14,0,0,0,0,0,0 +448310,292,60,806,128,119,5,0,0,0,0,0,0 +448320,292,60,23,4,0,0,0,0,0,0,0,0 +451110,292,60,1502,134,110,10,0,0,0,0,0,0 +451120,292,60,1162,71,42,21,0,0,0,0,0,0 +451130,292,60,249,20,16,3,0,0,0,0,0,0 +451140,292,60,244,30,23,4,0,0,0,0,0,0 +451211,292,60,440,38,23,4,0,0,0,0,0,0 +451212,292,60,27,5,4,0,0,0,0,0,0,0 +452210,292,60,2885,29,0,11,14,0,0,0,0,0 +452311,292,60,9467,54,0,0,28,20,0,0,0,0 +452319,292,60,2625,240,206,25,0,0,0,0,0,0 +453110,292,60,325,73,65,0,0,0,0,0,0,0 +453210,292,60,310,32,19,6,0,0,0,0,0,0 +453220,292,60,1091,133,121,5,0,0,0,0,0,0 +453310,292,60,1486,141,101,22,0,0,0,0,0,0 +453910,292,60,916,78,54,11,0,0,0,0,0,0 +453920,292,60,69,24,22,0,0,0,0,0,0,0 +453930,292,60,15,3,0,0,0,0,0,0,0,0 +453991,292,60,403,69,63,0,0,0,0,0,0,0 +453998,292,60,690,164,150,0,0,0,0,0,0,0 +454110,292,60,5684,287,249,23,0,0,0,0,0,0 +454210,292,60,318,30,21,0,0,0,0,0,0,0 +454310,292,60,67,13,0,0,0,0,0,0,0,0 +454390,292,60,934,173,160,3,0,0,0,0,0,0 +481111,292,60,2198,10,0,0,0,0,0,0,0,0 +481211,292,60,143,8,3,0,0,0,0,0,0,0 +483211,292,60,27,9,4,0,0,0,0,0,0,0 +484110,292,60,1607,167,144,12,3,0,0,0,0,0 +484121,292,60,2690,234,196,17,0,0,0,0,0,0 +484122,292,60,2712,55,28,8,6,0,0,0,0,0 +484210,292,60,1323,55,34,5,3,0,0,0,0,0 +484220,292,60,1272,203,180,3,0,0,0,0,0,0 +484230,292,60,1014,74,48,0,0,0,0,0,0,0 +485310,292,60,81,10,3,0,0,0,0,0,0,0 +485320,292,60,249,14,9,3,0,0,0,0,0,0 +485410,292,60,1714,16,0,0,6,0,0,0,0,0 +485991,292,60,256,16,8,0,0,0,0,0,0,0 +485999,292,60,210,12,3,0,0,0,0,0,0,0 +486210,292,60,0,3,3,0,0,0,0,0,0,0 +488119,292,60,410,12,0,3,0,0,0,0,0,0 +488190,292,60,480,21,14,0,0,0,0,0,0,0 +488210,292,60,22,20,8,7,0,0,0,0,0,0 +488330,292,60,245,7,0,0,0,0,0,0,0,0 +488390,292,60,31,4,0,0,0,0,0,0,0,0 +488410,292,60,419,56,40,3,0,0,0,0,0,0 +488490,292,60,107,22,12,0,0,0,0,0,0,0 +488510,292,60,2059,165,129,24,0,0,0,0,0,0 +488991,292,60,96,10,3,0,0,0,0,0,0,0 +492110,292,60,4527,62,41,8,3,0,0,0,0,0 +492210,292,60,187,27,21,0,0,0,0,0,0,0 +493110,292,60,3373,83,52,15,0,0,0,0,0,0 +493120,292,60,0,3,0,0,0,0,0,0,0,0 +493190,292,60,180,25,22,0,0,0,0,0,0,0 +511110,292,60,1041,27,12,0,0,0,0,0,0,0 +511120,292,60,50,22,13,0,0,0,0,0,0,0 +511130,292,60,130,12,6,0,0,0,0,0,0,0 +511140,292,60,182,5,0,0,0,0,0,0,0,0 +511191,292,60,0,3,0,0,0,0,0,0,0,0 +511199,292,60,0,3,3,0,0,0,0,0,0,0 +511210,292,60,2438,72,51,7,3,4,0,0,0,0 +512110,292,60,225,60,50,0,0,0,0,0,0,0 +512131,292,60,984,28,0,15,0,0,0,0,0,0 +512191,292,60,44,5,3,0,0,0,0,0,0,0 +512230,292,60,19,3,0,0,0,0,0,0,0,0 +512240,292,60,15,4,3,0,0,0,0,0,0,0 +515111,292,60,0,3,3,0,0,0,0,0,0,0 +515112,292,60,666,23,3,0,0,0,0,0,0,0 +515120,292,60,626,10,0,0,3,0,0,0,0,0 +517311,292,60,8648,263,185,33,17,6,0,0,0,0 +517312,292,60,1837,149,120,10,0,0,0,0,0,0 +517911,292,60,138,27,21,0,0,0,0,0,0,0 +517919,292,60,195,18,9,0,0,0,0,0,0,0 +518210,292,60,2590,130,100,21,3,0,0,0,0,0 +519110,292,60,18,3,0,0,0,0,0,0,0,0 +519130,292,60,1096,38,29,0,3,0,0,0,0,0 +519190,292,60,7,4,4,0,0,0,0,0,0,0 +521110,292,60,0,3,0,0,0,0,0,0,0,0 +522110,292,60,16407,730,629,61,8,4,3,0,0,0 +522120,292,60,0,9,0,0,0,0,0,0,0,0 +522130,292,60,1999,135,119,4,0,0,0,0,0,0 +522220,292,60,155,25,21,0,0,0,0,0,0,0 +522291,292,60,391,108,103,0,0,0,0,0,0,0 +522292,292,60,4126,121,84,15,5,0,0,0,0,0 +522294,292,60,1,3,3,0,0,0,0,0,0,0 +522298,292,60,568,97,92,0,0,0,0,0,0,0 +522310,292,60,123,39,27,0,0,0,0,0,0,0 +522320,292,60,351,39,30,0,0,0,0,0,0,0 +522390,292,60,449,149,139,0,0,0,0,0,0,0 +523110,292,60,71,11,9,0,0,0,0,0,0,0 +523120,292,60,2902,201,158,24,4,0,0,0,0,0 +523130,292,60,20,6,5,0,0,0,0,0,0,0 +523140,292,60,7,4,4,0,0,0,0,0,0,0 +523910,292,60,313,43,36,0,0,0,0,0,0,0 +523920,292,60,2616,606,587,7,4,0,0,0,0,0 +523930,292,60,581,162,152,6,0,0,0,0,0,0 +523991,292,60,204,18,11,0,0,0,0,0,0,0 +523999,292,60,14,8,7,0,0,0,0,0,0,0 +524113,292,60,1453,89,68,11,3,0,0,0,0,0 +524114,292,60,3171,40,18,4,0,0,3,0,0,0 +524126,292,60,3821,87,54,15,3,4,0,0,0,0 +524127,292,60,167,20,16,0,0,0,0,0,0,0 +524128,292,60,1114,22,6,6,0,0,0,0,0,0 +524130,292,60,0,3,0,0,0,0,0,0,0,0 +524210,292,60,7097,1301,1237,40,7,0,0,0,0,0 +524291,292,60,119,25,20,0,0,0,0,0,0,0 +524292,292,60,7501,62,34,13,0,6,0,0,0,0 +524298,292,60,172,22,17,0,0,0,0,0,0,0 +525990,292,60,4,5,5,0,0,0,0,0,0,0 +531110,292,60,2744,413,396,13,0,0,0,0,0,0 +531120,292,60,1277,196,183,3,0,0,0,0,0,0 +531130,292,60,263,110,104,0,0,0,0,0,0,0 +531190,292,60,122,36,32,0,0,0,0,0,0,0 +531210,292,60,1891,769,746,9,0,0,0,0,0,0 +531311,292,60,2623,265,235,23,0,0,0,0,0,0 +531312,292,60,2225,138,110,13,3,0,0,0,0,0 +531320,292,60,310,102,99,0,0,0,0,0,0,0 +531390,292,60,282,78,74,0,0,0,0,0,0,0 +532111,292,60,818,69,57,3,0,0,0,0,0,0 +532112,292,60,136,7,0,0,0,0,0,0,0,0 +532120,292,60,410,50,41,3,0,0,0,0,0,0 +532210,292,60,133,64,54,0,0,0,0,0,0,0 +532281,292,60,0,5,3,0,0,0,0,0,0,0 +532282,292,60,0,6,5,0,0,0,0,0,0,0 +532283,292,60,213,14,4,0,0,0,0,0,0,0 +532289,292,60,220,28,21,3,0,0,0,0,0,0 +532310,292,60,125,24,14,0,0,0,0,0,0,0 +532411,292,60,0,3,3,0,0,0,0,0,0,0 +532412,292,60,161,11,0,0,0,0,0,0,0,0 +532420,292,60,0,5,0,0,0,0,0,0,0,0 +532490,292,60,719,87,71,6,0,0,0,0,0,0 +533110,292,60,120,17,11,0,0,0,0,0,0,0 +541110,292,60,8880,1232,1152,60,9,0,0,0,0,0 +541191,292,60,573,90,74,6,0,0,0,0,0,0 +541199,292,60,63,17,16,0,0,0,0,0,0,0 +541211,292,60,4316,363,320,19,4,0,0,0,0,0 +541213,292,60,1318,222,208,6,0,0,0,0,0,0 +541214,292,60,869,42,17,10,0,0,0,0,0,0 +541219,292,60,1998,272,249,9,0,0,0,0,0,0 +541310,292,60,1816,172,149,16,0,0,0,0,0,0 +541320,292,60,81,23,22,0,0,0,0,0,0,0 +541330,292,60,6486,384,304,61,11,0,0,0,0,0 +541340,292,60,52,6,3,0,0,0,0,0,0,0 +541350,292,60,199,39,33,0,0,0,0,0,0,0 +541370,292,60,352,31,17,0,0,0,0,0,0,0 +541380,292,60,414,37,25,0,0,0,0,0,0,0 +541410,292,60,351,88,81,0,0,0,0,0,0,0 +541420,292,60,0,3,0,0,0,0,0,0,0,0 +541430,292,60,398,114,109,0,0,0,0,0,0,0 +541490,292,60,32,9,8,0,0,0,0,0,0,0 +541511,292,60,10929,439,373,46,7,0,0,0,0,0 +541512,292,60,5019,369,309,44,9,0,0,0,0,0 +541513,292,60,653,47,38,0,0,0,0,0,0,0 +541519,292,60,358,53,43,3,0,0,0,0,0,0 +541611,292,60,3426,407,378,14,0,0,0,0,0,0 +541612,292,60,366,69,57,3,0,0,0,0,0,0 +541613,292,60,7047,258,240,7,0,0,0,0,0,0 +541614,292,60,280,45,35,3,0,0,0,0,0,0 +541618,292,60,222,20,18,0,0,0,0,0,0,0 +541620,292,60,732,57,39,6,0,0,0,0,0,0 +541690,292,60,643,120,106,6,0,0,0,0,0,0 +541713,292,60,188,23,16,0,0,0,0,0,0,0 +541714,292,60,1037,30,22,0,0,0,0,0,0,0 +541715,292,60,1653,71,47,8,0,0,0,0,0,0 +541720,292,60,53,12,8,0,0,0,0,0,0,0 +541810,292,60,1968,103,83,14,0,0,0,0,0,0 +541820,292,60,523,56,51,0,0,0,0,0,0,0 +541840,292,60,16,7,6,0,0,0,0,0,0,0 +541850,292,60,114,18,13,0,0,0,0,0,0,0 +541860,292,60,734,33,17,0,3,0,0,0,0,0 +541870,292,60,66,11,4,0,0,0,0,0,0,0 +541890,292,60,850,76,62,0,0,0,0,0,0,0 +541910,292,60,926,44,37,0,0,0,0,0,0,0 +541921,292,60,2860,101,86,3,0,0,0,0,0,0 +541922,292,60,96,33,29,0,0,0,0,0,0,0 +541930,292,60,50,13,10,0,0,0,0,0,0,0 +541940,292,60,2529,208,175,21,0,0,0,0,0,0 +541990,292,60,703,199,187,3,0,0,0,0,0,0 +551111,292,60,56,4,3,0,0,0,0,0,0,0 +551112,292,60,982,46,34,3,3,0,0,0,0,0 +551114,292,60,65442,879,488,240,90,26,7,0,3,0 +561110,292,60,2940,216,177,23,0,0,0,0,0,0 +561210,292,60,650,51,43,0,0,0,0,0,0,0 +561311,292,60,1469,45,27,3,0,0,0,0,0,0 +561312,292,60,300,55,51,4,0,0,0,0,0,0 +561320,292,60,15179,298,167,65,42,11,0,0,0,0 +561330,292,60,865,22,7,6,0,0,0,0,0,0 +561410,292,60,49,25,23,0,0,0,0,0,0,0 +561421,292,60,122,6,0,0,0,0,0,0,0,0 +561422,292,60,3373,43,12,13,4,0,0,0,0,0 +561431,292,60,62,15,13,0,0,0,0,0,0,0 +561439,292,60,288,53,50,0,0,0,0,0,0,0 +561440,292,60,3150,43,15,12,0,0,0,0,0,0 +561450,292,60,0,8,3,0,0,0,0,0,0,0 +561492,292,60,18,19,17,0,0,0,0,0,0,0 +561499,292,60,332,24,13,0,0,0,0,0,0,0 +561510,292,60,1399,114,104,4,0,0,0,0,0,0 +561520,292,60,34,9,7,0,0,0,0,0,0,0 +561599,292,60,219,18,8,0,0,0,0,0,0,0 +561611,292,60,51,19,16,0,0,0,0,0,0,0 +561612,292,60,4981,62,30,11,3,0,0,0,0,0 +561613,292,60,114,9,0,3,0,0,0,0,0,0 +561621,292,60,1047,46,30,0,0,0,0,0,0,0 +561622,292,60,72,24,20,0,0,0,0,0,0,0 +561710,292,60,684,94,87,0,0,0,0,0,0,0 +561720,292,60,13844,494,409,57,5,0,4,0,0,0 +561730,292,60,6024,831,764,53,0,0,0,0,0,0 +561740,292,60,300,43,37,0,0,0,0,0,0,0 +561790,292,60,641,92,75,4,0,0,0,0,0,0 +561910,292,60,1092,13,0,0,0,0,0,0,0,0 +561920,292,60,540,42,28,6,0,0,0,0,0,0 +561990,292,60,2070,169,146,8,3,0,0,0,0,0 +562111,292,60,1489,73,47,10,0,0,0,0,0,0 +562212,292,60,34,5,3,0,0,0,0,0,0,0 +562910,292,60,877,38,25,6,0,0,0,0,0,0 +562920,292,60,28,8,3,0,0,0,0,0,0,0 +562991,292,60,37,14,7,0,0,0,0,0,0,0 +562998,292,60,0,3,0,0,0,0,0,0,0,0 +611110,292,60,9157,229,84,110,17,0,0,0,0,0 +611210,292,60,406,3,0,0,0,0,0,0,0,0 +611310,292,60,24384,50,14,9,4,3,0,0,0,0 +611420,292,60,53,8,4,0,0,0,0,0,0,0 +611430,292,60,238,53,47,0,0,0,0,0,0,0 +611511,292,60,91,15,10,0,0,0,0,0,0,0 +611512,292,60,0,5,3,0,0,0,0,0,0,0 +611513,292,60,204,7,0,0,0,0,0,0,0,0 +611519,292,60,498,26,12,6,0,0,0,0,0,0 +611610,292,60,1119,116,97,5,0,0,0,0,0,0 +611620,292,60,1083,106,80,15,0,0,0,0,0,0 +611630,292,60,89,9,4,3,0,0,0,0,0,0 +611691,292,60,989,45,29,7,0,0,0,0,0,0 +611699,292,60,347,46,34,4,0,0,0,0,0,0 +611710,292,60,313,52,46,0,0,0,0,0,0,0 +621111,292,60,20771,1519,1320,156,21,6,6,0,0,0 +621112,292,60,296,93,87,0,0,0,0,0,0,0 +621210,292,60,6263,891,855,26,0,0,0,0,0,0 +621310,292,60,1028,356,345,0,0,0,0,0,0,0 +621320,292,60,1073,158,143,0,0,0,0,0,0,0 +621330,292,60,560,131,119,0,0,0,0,0,0,0 +621340,292,60,2647,338,305,13,3,0,0,0,0,0 +621391,292,60,221,51,46,0,0,0,0,0,0,0 +621399,292,60,654,110,96,11,0,0,0,0,0,0 +621410,292,60,307,17,3,0,0,0,0,0,0,0 +621420,292,60,1905,68,29,17,5,0,0,0,0,0 +621492,292,60,1064,80,51,17,0,0,0,0,0,0 +621493,292,60,1077,37,9,17,0,0,0,0,0,0 +621498,292,60,2502,68,17,19,5,0,0,0,0,0 +621511,292,60,1536,90,66,11,0,0,0,0,0,0 +621512,292,60,488,47,37,3,0,0,0,0,0,0 +621610,292,60,11405,1011,869,104,10,5,0,0,0,0 +621910,292,60,20,12,9,0,0,0,0,0,0,0 +621991,292,60,1084,14,3,3,0,0,0,0,0,0 +621999,292,60,273,41,30,0,0,0,0,0,0,0 +622110,292,60,34853,36,0,0,0,0,0,7,4,0 +622210,292,60,1130,4,0,0,0,0,0,0,0,0 +622310,292,60,1222,10,0,0,0,0,0,0,0,0 +623110,292,60,17932,156,13,47,71,5,0,0,0,0 +623210,292,60,2550,164,135,14,0,0,0,0,0,0 +623220,292,60,531,28,16,0,0,0,0,0,0,0 +623311,292,60,3911,47,7,10,4,4,0,0,0,0 +623312,292,60,2201,123,79,26,3,0,0,0,0,0 +623990,292,60,1027,18,3,3,0,0,0,0,0,0 +624110,292,60,1017,53,40,3,3,0,0,0,0,0 +624120,292,60,12592,2137,1993,110,18,4,0,0,0,0 +624190,292,60,3720,214,165,33,6,0,0,0,0,0 +624210,292,60,163,21,14,0,0,0,0,0,0,0 +624221,292,60,711,32,13,8,0,0,0,0,0,0 +624229,292,60,517,37,25,0,0,0,0,0,0,0 +624230,292,60,0,4,0,0,0,0,0,0,0,0 +624310,292,60,2872,54,14,10,3,0,0,0,0,0 +624410,292,60,8605,558,399,149,0,0,0,0,0,0 +711110,292,60,567,25,16,3,0,0,0,0,0,0 +711120,292,60,60,7,0,0,0,0,0,0,0,0 +711130,292,60,24,21,19,0,0,0,0,0,0,0 +711190,292,60,19,3,0,0,0,0,0,0,0,0 +711211,292,60,0,4,0,0,0,0,0,0,0,0 +711219,292,60,29,8,3,0,0,0,0,0,0,0 +711310,292,60,1321,28,17,0,0,0,0,0,0,0 +711320,292,60,187,32,22,0,0,0,0,0,0,0 +711410,292,60,51,23,17,0,0,0,0,0,0,0 +711510,292,60,281,105,96,3,0,0,0,0,0,0 +712110,292,60,695,30,18,3,0,0,0,0,0,0 +712120,292,60,8,3,0,0,0,0,0,0,0,0 +712190,292,60,187,4,0,0,0,0,0,0,0,0 +713110,292,60,0,5,3,0,0,0,0,0,0,0 +713120,292,60,334,22,12,0,0,0,0,0,0,0 +713910,292,60,2268,57,12,18,7,0,0,0,0,0 +713930,292,60,41,8,6,0,0,0,0,0,0,0 +713940,292,60,6852,270,186,56,14,0,0,0,0,0 +713950,292,60,621,34,13,10,0,0,0,0,0,0 +713990,292,60,1155,134,112,9,0,0,0,0,0,0 +721110,292,60,7623,233,125,76,11,4,0,0,0,0 +721211,292,60,22,7,3,0,0,0,0,0,0,0 +721214,292,60,27,8,3,0,0,0,0,0,0,0 +721310,292,60,12,3,0,0,0,0,0,0,0,0 +722310,292,60,8180,280,189,52,6,3,0,0,0,0 +722320,292,60,2140,100,68,24,0,0,0,0,0,0 +722330,292,60,94,27,22,0,0,0,0,0,0,0 +722410,292,60,2020,242,205,25,0,0,0,0,0,0 +722511,292,60,44516,1625,794,797,30,0,0,0,0,0 +722513,292,60,34866,1783,970,799,0,0,0,0,0,0 +722514,292,60,503,32,13,5,0,0,0,0,0,0 +722515,292,60,5713,373,272,89,0,0,0,0,0,0 +811111,292,60,3672,631,604,11,0,0,0,0,0,0 +811112,292,60,13,9,9,0,0,0,0,0,0,0 +811113,292,60,119,31,29,0,0,0,0,0,0,0 +811118,292,60,56,14,9,0,0,0,0,0,0,0 +811121,292,60,4301,286,256,22,0,0,0,0,0,0 +811122,292,60,226,47,42,0,0,0,0,0,0,0 +811191,292,60,595,76,70,0,0,0,0,0,0,0 +811192,292,60,1131,120,97,12,0,0,0,0,0,0 +811198,292,60,25,16,11,0,0,0,0,0,0,0 +811211,292,60,229,12,9,0,0,0,0,0,0,0 +811212,292,60,554,36,28,3,0,0,0,0,0,0 +811213,292,60,74,17,15,0,0,0,0,0,0,0 +811219,292,60,178,26,13,3,0,0,0,0,0,0 +811310,292,60,1269,126,110,4,0,0,0,0,0,0 +811411,292,60,22,10,9,0,0,0,0,0,0,0 +811412,292,60,158,35,24,0,0,0,0,0,0,0 +811420,292,60,89,29,24,0,0,0,0,0,0,0 +811430,292,60,14,7,7,0,0,0,0,0,0,0 +811490,292,60,245,74,70,0,0,0,0,0,0,0 +812111,292,60,97,17,14,0,0,0,0,0,0,0 +812112,292,60,3725,579,547,28,0,0,0,0,0,0 +812113,292,60,217,97,95,0,0,0,0,0,0,0 +812191,292,60,222,17,6,5,0,0,0,0,0,0 +812199,292,60,1294,175,149,16,0,0,0,0,0,0 +812210,292,60,991,92,69,7,0,0,0,0,0,0 +812220,292,60,270,37,31,3,0,0,0,0,0,0 +812310,292,60,179,42,36,0,0,0,0,0,0,0 +812320,292,60,994,133,123,9,0,0,0,0,0,0 +812331,292,60,14,3,0,0,0,0,0,0,0,0 +812332,292,60,633,18,3,0,0,0,0,0,0,0 +812910,292,60,1395,158,132,15,0,0,0,0,0,0 +812930,292,60,1675,120,100,12,3,0,0,0,0,0 +812990,292,60,555,128,114,4,0,0,0,0,0,0 +813110,292,60,15197,1332,1160,152,7,0,0,0,0,0 +813211,292,60,417,89,87,0,0,0,0,0,0,0 +813212,292,60,502,45,36,7,0,0,0,0,0,0 +813219,292,60,325,32,26,0,0,0,0,0,0,0 +813311,292,60,64,20,19,0,0,0,0,0,0,0 +813312,292,60,850,53,44,3,0,0,0,0,0,0 +813319,292,60,275,43,34,0,0,0,0,0,0,0 +813410,292,60,1350,168,151,0,0,0,0,0,0,0 +813910,292,60,852,110,91,6,0,0,0,0,0,0 +813920,292,60,310,31,26,0,0,0,0,0,0,0 +813930,292,60,1562,143,110,18,0,0,0,0,0,0 +813940,292,60,68,17,16,0,0,0,0,0,0,0 +813990,292,60,544,94,78,4,0,0,0,0,0,0 +236115,299,60,55,7,6,0,0,0,0,0,0,0 +236118,299,60,21,5,4,0,0,0,0,0,0,0 +238110,299,60,13,4,3,0,0,0,0,0,0,0 +238140,299,60,6,4,3,0,0,0,0,0,0,0 +238220,299,60,3,4,4,0,0,0,0,0,0,0 +238990,299,60,0,3,0,0,0,0,0,0,0,0 +321113,299,60,26,3,0,0,0,0,0,0,0,0 +337110,299,60,11,3,0,0,0,0,0,0,0,0 +441310,299,60,21,4,0,0,0,0,0,0,0,0 +441320,299,60,23,5,3,0,0,0,0,0,0,0 +445110,299,60,48,3,0,0,0,0,0,0,0,0 +446110,299,60,38,4,0,0,0,0,0,0,0,0 +447110,299,60,131,14,11,0,0,0,0,0,0,0 +452319,299,60,0,5,0,0,0,0,0,0,0,0 +484121,299,60,11,5,5,0,0,0,0,0,0,0 +484220,299,60,147,19,17,0,0,0,0,0,0,0 +522110,299,60,96,8,3,0,0,0,0,0,0,0 +522298,299,60,7,4,4,0,0,0,0,0,0,0 +524210,299,60,12,4,3,0,0,0,0,0,0,0 +561730,299,60,1,3,3,0,0,0,0,0,0,0 +621310,299,60,0,3,0,0,0,0,0,0,0,0 +621610,299,60,4,4,4,0,0,0,0,0,0,0 +624120,299,60,116,24,20,0,0,0,0,0,0,0 +624410,299,60,35,6,4,0,0,0,0,0,0,0 +713940,299,60,10,3,3,0,0,0,0,0,0,0 +722511,299,60,65,7,4,0,0,0,0,0,0,0 +722513,299,60,194,9,0,4,0,0,0,0,0,0 +811111,299,60,20,8,7,0,0,0,0,0,0,0 +813110,299,60,78,20,19,0,0,0,0,0,0,0 +813990,299,60,0,3,0,0,0,0,0,0,0,0 +113310,299,61,78,31,23,0,0,0,0,0,0,0 +115111,299,61,45,6,0,0,0,0,0,0,0,0 +115112,299,61,27,4,0,0,0,0,0,0,0,0 +115210,299,61,80,10,7,0,0,0,0,0,0,0 +115310,299,61,18,3,0,0,0,0,0,0,0,0 +212230,299,61,0,3,0,0,3,0,0,0,0,0 +212312,299,61,98,51,10,0,0,0,0,0,0,0 +212321,299,61,0,3,0,0,0,0,0,0,0,0 +221112,299,61,0,3,0,0,0,0,0,0,0,0 +221122,299,61,382,43,6,0,0,0,0,0,0,0 +221310,299,61,0,4,0,0,0,0,0,0,0,0 +236115,299,61,1192,416,363,0,0,0,0,0,0,0 +236116,299,61,9,5,4,0,0,0,0,0,0,0 +236117,299,61,358,111,93,4,0,0,0,0,0,0 +236118,299,61,1271,479,440,0,0,0,0,0,0,0 +236210,299,61,401,8,0,0,0,0,0,0,0,0 +236220,299,61,2899,321,174,24,0,0,0,0,0,0 +237110,299,61,456,92,37,0,0,0,0,0,0,0 +237120,299,61,44,3,0,0,0,0,0,0,0,0 +237130,299,61,202,30,11,0,0,0,0,0,0,0 +237210,299,61,72,14,9,0,0,0,0,0,0,0 +237310,299,61,1811,54,20,0,0,0,0,0,0,0 +237990,299,61,102,27,19,0,0,0,0,0,0,0 +238110,299,61,1254,206,144,3,0,0,0,0,0,0 +238120,299,61,10,3,0,0,0,0,0,0,0,0 +238130,299,61,228,69,49,0,0,0,0,0,0,0 +238140,299,61,823,145,90,3,0,0,0,0,0,0 +238150,299,61,164,12,3,0,0,0,0,0,0,0 +238160,299,61,768,98,59,7,0,0,0,0,0,0 +238170,299,61,230,64,57,0,0,0,0,0,0,0 +238190,299,61,7,6,3,0,0,0,0,0,0,0 +238210,299,61,3023,415,314,12,0,0,0,0,0,0 +238220,299,61,5802,750,584,33,0,0,0,0,0,0 +238290,299,61,193,22,13,0,0,0,0,0,0,0 +238310,299,61,908,101,74,8,0,0,0,0,0,0 +238320,299,61,654,148,104,0,0,0,0,0,0,0 +238330,299,61,132,54,42,0,0,0,0,0,0,0 +238340,299,61,33,18,9,0,0,0,0,0,0,0 +238350,299,61,498,129,107,0,0,0,0,0,0,0 +238390,299,61,14,9,9,0,0,0,0,0,0,0 +238910,299,61,1948,385,279,0,0,0,0,0,0,0 +238990,299,61,1295,259,191,4,0,0,0,0,0,0 +311119,299,61,100,4,0,3,0,0,0,0,0,0 +311352,299,61,12,3,0,0,0,0,0,0,0,0 +311611,299,61,47,3,0,0,0,0,0,0,0,0 +311612,299,61,10,3,0,0,0,0,0,0,0,0 +311615,299,61,1621,3,0,0,0,0,0,0,0,0 +311811,299,61,75,10,5,0,0,0,0,0,0,0 +312120,299,61,65,8,0,0,0,0,0,0,0,0 +312130,299,61,345,17,3,0,0,0,0,0,0,0 +314999,299,61,30,4,4,0,0,0,0,0,0,0 +316998,299,61,84,3,0,0,0,0,0,0,0,0 +321113,299,61,1008,123,80,0,0,0,0,0,0,0 +321918,299,61,412,8,0,0,0,0,0,0,0,0 +321920,299,61,457,28,3,0,0,0,0,0,0,0 +321999,299,61,0,6,0,0,0,0,0,0,0,0 +322211,299,61,0,3,0,0,0,0,0,0,0,0 +323111,299,61,787,76,48,0,0,0,0,0,0,0 +323113,299,61,156,24,12,0,0,0,0,0,0,0 +324122,299,61,0,3,0,0,0,0,0,0,0,0 +325194,299,61,0,3,0,0,0,0,0,0,0,0 +325412,299,61,9,3,3,0,0,0,0,0,0,0 +325510,299,61,19,3,0,0,0,0,0,0,0,0 +326199,299,61,23,7,0,0,0,0,0,0,0,0 +327320,299,61,361,35,6,0,0,0,0,0,0,0 +327390,299,61,138,3,0,0,0,0,0,0,0,0 +331523,299,61,272,3,0,0,0,0,0,0,0,0 +332119,299,61,0,6,0,0,0,0,0,0,0,0 +332312,299,61,338,10,0,0,0,0,0,0,0,0 +332313,299,61,196,5,0,0,0,0,0,0,0,0 +332321,299,61,84,4,0,0,0,0,0,0,0,0 +332322,299,61,82,9,3,0,0,0,0,0,0,0 +332420,299,61,1119,9,0,3,0,0,0,0,0,0 +332710,299,61,885,91,41,3,0,0,0,0,0,0 +332721,299,61,144,3,0,0,0,0,0,0,0,0 +332812,299,61,7,3,3,0,0,0,0,0,0,0 +332813,299,61,0,3,0,0,0,0,0,0,0,0 +332999,299,61,0,10,0,0,0,0,0,0,0,0 +333514,299,61,0,3,0,0,0,0,0,0,0,0 +333618,299,61,0,3,0,0,0,0,0,0,0,0 +333923,299,61,4,4,4,0,0,0,0,0,0,0 +333999,299,61,15,3,0,0,0,0,0,0,0,0 +335912,299,61,0,3,0,0,0,0,0,0,0,0 +336211,299,61,0,3,0,0,0,0,0,0,0,0 +336212,299,61,302,4,0,0,0,0,0,0,0,0 +336214,299,61,46,4,0,0,0,0,0,0,0,0 +336612,299,61,1295,5,0,0,0,0,0,0,0,0 +337110,299,61,201,35,9,0,0,0,0,0,0,0 +337122,299,61,4,6,6,0,0,0,0,0,0,0 +337212,299,61,28,4,0,0,0,0,0,0,0,0 +339116,299,61,56,20,16,0,0,0,0,0,0,0 +339920,299,61,18,6,0,0,0,0,0,0,0,0 +339950,299,61,322,27,13,3,0,0,0,0,0,0 +339999,299,61,46,18,13,0,0,0,0,0,0,0 +423110,299,61,1404,48,15,7,0,0,0,0,0,0 +423120,299,61,487,44,17,4,0,0,0,0,0,0 +423130,299,61,314,18,4,0,0,0,0,0,0,0 +423140,299,61,13,9,3,0,0,0,0,0,0,0 +423210,299,61,106,10,3,0,0,0,0,0,0,0 +423220,299,61,35,10,4,0,0,0,0,0,0,0 +423310,299,61,424,20,3,3,0,0,0,0,0,0 +423320,299,61,28,3,0,0,0,0,0,0,0,0 +423330,299,61,302,20,7,0,0,0,0,0,0,0 +423390,299,61,130,15,9,0,0,0,0,0,0,0 +423420,299,61,484,48,32,0,0,0,0,0,0,0 +423430,299,61,121,6,0,3,0,0,0,0,0,0 +423440,299,61,96,10,4,0,0,0,0,0,0,0 +423450,299,61,75,23,11,0,0,0,0,0,0,0 +423510,299,61,401,18,7,0,0,0,0,0,0,0 +423610,299,61,610,46,19,3,0,0,0,0,0,0 +423690,299,61,311,17,7,0,0,0,0,0,0,0 +423710,299,61,51,10,9,0,0,0,0,0,0,0 +423720,299,61,372,23,6,0,0,0,0,0,0,0 +423730,299,61,319,38,27,0,0,0,0,0,0,0 +423740,299,61,0,3,0,0,0,0,0,0,0,0 +423810,299,61,393,25,8,6,0,0,0,0,0,0 +423820,299,61,1635,138,37,3,0,0,0,0,0,0 +423830,299,61,795,76,52,10,0,0,0,0,0,0 +423840,299,61,219,39,26,0,0,0,0,0,0,0 +423850,299,61,217,15,5,0,0,0,0,0,0,0 +423860,299,61,0,3,0,0,0,0,0,0,0,0 +423910,299,61,400,24,12,0,0,0,0,0,0,0 +423920,299,61,0,6,0,0,0,0,0,0,0,0 +423930,299,61,392,32,10,3,0,0,0,0,0,0 +423990,299,61,80,16,7,0,0,0,0,0,0,0 +424120,299,61,152,14,13,0,0,0,0,0,0,0 +424130,299,61,49,8,0,0,0,0,0,0,0,0 +424210,299,61,129,17,7,0,0,0,0,0,0,0 +424320,299,61,0,3,0,0,0,0,0,0,0,0 +424420,299,61,0,5,3,0,0,0,0,0,0,0 +424450,299,61,0,4,3,0,0,0,0,0,0,0 +424470,299,61,0,3,0,0,0,0,0,0,0,0 +424490,299,61,1046,58,19,3,0,0,0,0,0,0 +424510,299,61,299,57,7,0,0,0,0,0,0,0 +424520,299,61,44,4,0,0,0,0,0,0,0,0 +424690,299,61,267,27,14,0,0,0,0,0,0,0 +424710,299,61,0,6,3,0,0,0,0,0,0,0 +424720,299,61,46,6,0,0,0,0,0,0,0,0 +424810,299,61,158,6,0,0,0,0,0,0,0,0 +424910,299,61,2052,210,75,0,0,0,0,0,0,0 +424920,299,61,0,5,0,3,0,0,0,0,0,0 +424930,299,61,46,8,3,0,0,0,0,0,0,0 +424940,299,61,0,3,0,0,0,0,0,0,0,0 +424950,299,61,22,3,0,0,0,0,0,0,0,0 +424990,299,61,148,20,3,0,0,0,0,0,0,0 +425120,299,61,1300,162,113,0,0,0,0,0,0,0 +441110,299,61,7517,215,22,82,5,0,0,0,0,0 +441120,299,61,1102,293,248,0,0,0,0,0,0,0 +441210,299,61,180,8,3,0,0,0,0,0,0,0 +441222,299,61,387,55,32,3,0,0,0,0,0,0 +441228,299,61,340,45,7,4,0,0,0,0,0,0 +441310,299,61,3258,418,247,11,0,0,0,0,0,0 +441320,299,61,1452,193,123,0,0,0,0,0,0,0 +442110,299,61,1022,137,72,5,0,0,0,0,0,0 +442210,299,61,379,69,42,0,0,0,0,0,0,0 +442291,299,61,7,7,3,0,0,0,0,0,0,0 +442299,299,61,627,63,27,3,0,0,0,0,0,0 +443141,299,61,195,26,14,0,0,0,0,0,0,0 +443142,299,61,897,98,58,0,0,0,0,0,0,0 +444110,299,61,2537,40,0,0,13,0,0,0,0,0 +444120,299,61,176,24,10,0,0,0,0,0,0,0 +444130,299,61,713,107,55,0,0,0,0,0,0,0 +444190,299,61,2630,312,176,10,0,0,0,0,0,0 +444210,299,61,50,10,6,0,0,0,0,0,0,0 +444220,299,61,2483,265,98,3,0,0,0,0,0,0 +445110,299,61,13492,402,70,99,6,3,0,0,0,0 +445120,299,61,215,42,13,3,0,0,0,0,0,0 +445210,299,61,103,9,0,0,0,0,0,0,0,0 +445291,299,61,21,7,0,0,0,0,0,0,0,0 +445292,299,61,82,11,6,0,0,0,0,0,0,0 +445299,299,61,107,18,6,0,0,0,0,0,0,0 +445310,299,61,581,112,73,0,0,0,0,0,0,0 +446110,299,61,4037,352,180,32,0,0,0,0,0,0 +446120,299,61,725,65,29,6,0,0,0,0,0,0 +446130,299,61,339,47,25,0,0,0,0,0,0,0 +446191,299,61,230,40,18,0,0,0,0,0,0,0 +446199,299,61,421,79,46,3,0,0,0,0,0,0 +447110,299,61,11815,1265,1031,37,0,0,0,0,0,0 +447190,299,61,1572,128,21,8,0,0,0,0,0,0 +448110,299,61,135,22,10,0,0,0,0,0,0,0 +448120,299,61,1765,211,161,3,0,0,0,0,0,0 +448130,299,61,354,35,15,3,0,0,0,0,0,0 +448140,299,61,2604,134,47,32,0,0,0,0,0,0 +448150,299,61,308,32,15,3,0,0,0,0,0,0 +448190,299,61,704,62,39,4,0,0,0,0,0,0 +448210,299,61,1274,152,102,0,0,0,0,0,0,0 +448310,299,61,414,69,45,0,0,0,0,0,0,0 +448320,299,61,0,4,4,0,0,0,0,0,0,0 +451110,299,61,1558,128,79,3,0,0,0,0,0,0 +451120,299,61,777,45,16,6,0,0,0,0,0,0 +451130,299,61,107,9,3,0,0,0,0,0,0,0 +451140,299,61,130,13,3,0,0,0,0,0,0,0 +451211,299,61,248,20,6,0,0,0,0,0,0,0 +452210,299,61,2245,23,0,7,4,0,0,0,0,0 +452311,299,61,928,34,0,0,6,13,0,0,0,0 +452319,299,61,2404,459,294,9,0,0,0,0,0,0 +453110,299,61,298,68,47,0,0,0,0,0,0,0 +453210,299,61,164,20,6,0,0,0,0,0,0,0 +453220,299,61,748,135,105,0,0,0,0,0,0,0 +453310,299,61,914,177,130,3,0,0,0,0,0,0 +453910,299,61,305,28,11,0,0,0,0,0,0,0 +453930,299,61,64,12,0,0,0,0,0,0,0,0 +453991,299,61,296,58,27,0,0,0,0,0,0,0 +453998,299,61,678,153,123,0,0,0,0,0,0,0 +454110,299,61,1683,180,138,6,0,0,0,0,0,0 +454210,299,61,53,16,8,0,0,0,0,0,0,0 +454310,299,61,396,89,30,0,0,0,0,0,0,0 +454390,299,61,398,102,84,0,0,0,0,0,0,0 +481211,299,61,22,3,0,0,0,0,0,0,0,0 +484110,299,61,1069,173,111,3,0,0,0,0,0,0 +484121,299,61,4268,545,419,7,0,0,0,0,0,0 +484122,299,61,1279,60,13,15,0,0,0,0,0,0 +484210,299,61,302,24,11,3,0,0,0,0,0,0 +484220,299,61,1941,387,290,0,0,0,0,0,0,0 +484230,299,61,6017,185,126,4,6,0,0,0,0,0 +485410,299,61,245,19,4,0,0,0,0,0,0,0 +485991,299,61,10,3,0,0,0,0,0,0,0,0 +485999,299,61,0,3,0,0,0,0,0,0,0,0 +486210,299,61,24,3,0,0,0,0,0,0,0,0 +487110,299,61,65,3,0,0,0,0,0,0,0,0 +487210,299,61,3,3,3,0,0,0,0,0,0,0 +488119,299,61,37,4,0,0,0,0,0,0,0,0 +488190,299,61,19,4,0,0,0,0,0,0,0,0 +488410,299,61,109,27,9,0,0,0,0,0,0,0 +488490,299,61,68,7,4,0,0,0,0,0,0,0 +488510,299,61,588,73,55,0,0,0,0,0,0,0 +492110,299,61,727,42,12,0,0,0,0,0,0,0 +492210,299,61,66,12,3,0,0,0,0,0,0,0 +493110,299,61,2611,55,20,12,0,0,0,0,0,0 +493120,299,61,0,6,3,0,0,0,0,0,0,0 +493130,299,61,16,7,3,0,0,0,0,0,0,0 +511110,299,61,219,32,7,0,0,0,0,0,0,0 +511120,299,61,227,19,10,0,0,0,0,0,0,0 +511130,299,61,0,11,5,0,0,0,0,0,0,0 +511210,299,61,0,14,7,0,0,0,0,0,0,0 +512110,299,61,37,22,15,0,0,0,0,0,0,0 +512131,299,61,123,4,0,3,0,0,0,0,0,0 +515111,299,61,20,9,3,0,0,0,0,0,0,0 +515112,299,61,339,35,7,3,0,0,0,0,0,0 +515120,299,61,0,7,0,0,0,0,0,0,0,0 +517311,299,61,3114,308,186,14,0,0,0,0,0,0 +517312,299,61,1632,94,47,3,0,0,0,0,0,0 +517911,299,61,108,28,20,0,0,0,0,0,0,0 +517919,299,61,7,4,3,0,0,0,0,0,0,0 +518210,299,61,2044,45,21,7,0,0,0,0,0,0 +519130,299,61,15,10,7,0,0,0,0,0,0,0 +519190,299,61,73,5,0,0,0,0,0,0,0,0 +522110,299,61,14668,1181,852,60,0,0,0,0,0,0 +522120,299,61,0,3,0,0,0,0,0,0,0,0 +522130,299,61,614,69,42,3,0,0,0,0,0,0 +522220,299,61,0,4,3,0,0,0,0,0,0,0 +522291,299,61,701,263,248,0,0,0,0,0,0,0 +522292,299,61,523,49,31,0,0,0,0,0,0,0 +522298,299,61,263,81,71,0,0,0,0,0,0,0 +522310,299,61,6,8,5,0,0,0,0,0,0,0 +522320,299,61,8,3,0,0,0,0,0,0,0,0 +522390,299,61,354,161,149,0,0,0,0,0,0,0 +523110,299,61,12,3,0,0,0,0,0,0,0,0 +523120,299,61,291,56,42,4,0,0,0,0,0,0 +523910,299,61,10,4,4,0,0,0,0,0,0,0 +523920,299,61,362,245,229,0,0,0,0,0,0,0 +523930,299,61,92,40,36,0,0,0,0,0,0,0 +523991,299,61,0,3,0,0,0,0,0,0,0,0 +524113,299,61,14,13,7,0,0,0,0,0,0,0 +524114,299,61,373,29,16,0,0,0,0,0,0,0 +524126,299,61,4110,33,6,0,0,0,0,0,0,0 +524127,299,61,0,3,0,0,0,0,0,0,0,0 +524210,299,61,4966,1393,1298,15,0,0,0,0,0,0 +524291,299,61,54,17,12,0,0,0,0,0,0,0 +524292,299,61,79,14,7,0,0,0,0,0,0,0 +524298,299,61,6,4,4,0,0,0,0,0,0,0 +531110,299,61,1358,404,368,7,0,0,0,0,0,0 +531120,299,61,597,149,119,3,0,0,0,0,0,0 +531130,299,61,126,75,69,0,0,0,0,0,0,0 +531190,299,61,44,22,14,0,0,0,0,0,0,0 +531210,299,61,2236,625,592,3,0,0,0,0,0,0 +531311,299,61,2337,189,156,0,0,0,0,0,0,0 +531312,299,61,277,36,29,0,0,0,0,0,0,0 +531320,299,61,179,96,85,0,0,0,0,0,0,0 +531390,299,61,154,29,22,0,0,0,0,0,0,0 +532111,299,61,174,27,8,0,0,0,0,0,0,0 +532120,299,61,310,41,22,0,0,0,0,0,0,0 +532210,299,61,28,42,22,0,0,0,0,0,0,0 +532282,299,61,23,11,3,0,0,0,0,0,0,0 +532283,299,61,141,24,10,0,0,0,0,0,0,0 +532284,299,61,76,38,32,0,0,0,0,0,0,0 +532289,299,61,55,19,13,0,0,0,0,0,0,0 +532310,299,61,31,12,6,0,0,0,0,0,0,0 +532412,299,61,64,12,6,0,0,0,0,0,0,0 +532490,299,61,168,29,19,0,0,0,0,0,0,0 +533110,299,61,74,4,0,0,0,0,0,0,0,0 +541110,299,61,3678,927,848,11,0,0,0,0,0,0 +541191,299,61,524,60,28,0,0,0,0,0,0,0 +541199,299,61,29,11,7,0,0,0,0,0,0,0 +541211,299,61,1989,288,192,6,0,0,0,0,0,0 +541213,299,61,602,160,103,0,0,0,0,0,0,0 +541214,299,61,838,16,6,0,0,0,0,0,0,0 +541219,299,61,1775,183,120,0,0,0,0,0,0,0 +541310,299,61,521,68,52,4,0,0,0,0,0,0 +541330,299,61,1430,180,139,13,0,0,0,0,0,0 +541340,299,61,26,14,9,0,0,0,0,0,0,0 +541350,299,61,29,19,18,0,0,0,0,0,0,0 +541370,299,61,89,26,13,3,0,0,0,0,0,0 +541380,299,61,57,13,9,0,0,0,0,0,0,0 +541410,299,61,81,27,24,0,0,0,0,0,0,0 +541430,299,61,118,39,35,0,0,0,0,0,0,0 +541511,299,61,961,130,103,7,0,0,0,0,0,0 +541512,299,61,801,117,94,0,0,0,0,0,0,0 +541513,299,61,0,3,0,0,0,0,0,0,0,0 +541519,299,61,43,6,3,0,0,0,0,0,0,0 +541611,299,61,491,153,130,0,0,0,0,0,0,0 +541612,299,61,0,3,3,0,0,0,0,0,0,0 +541613,299,61,368,73,59,0,0,0,0,0,0,0 +541614,299,61,125,8,4,0,0,0,0,0,0,0 +541620,299,61,104,14,5,0,0,0,0,0,0,0 +541690,299,61,123,51,32,0,0,0,0,0,0,0 +541714,299,61,0,3,0,0,0,0,0,0,0,0 +541715,299,61,576,15,3,0,0,0,0,0,0,0 +541810,299,61,462,57,39,3,0,0,0,0,0,0 +541820,299,61,76,26,23,0,0,0,0,0,0,0 +541850,299,61,44,11,7,0,0,0,0,0,0,0 +541860,299,61,3,3,3,0,0,0,0,0,0,0 +541890,299,61,106,28,22,0,0,0,0,0,0,0 +541921,299,61,263,49,42,0,0,0,0,0,0,0 +541922,299,61,14,8,8,0,0,0,0,0,0,0 +541930,299,61,37,8,6,0,0,0,0,0,0,0 +541940,299,61,2372,277,171,9,0,0,0,0,0,0 +541990,299,61,179,96,85,0,0,0,0,0,0,0 +551111,299,61,23,5,3,0,0,0,0,0,0,0 +551112,299,61,129,10,3,0,0,0,0,0,0,0 +551114,299,61,11932,207,82,29,8,0,0,0,0,0 +561110,299,61,1120,103,53,6,0,0,0,0,0,0 +561210,299,61,310,11,3,0,0,0,0,0,0,0 +561311,299,61,355,12,3,0,0,0,0,0,0,0 +561312,299,61,6,4,4,0,0,0,0,0,0,0 +561320,299,61,6910,114,21,31,7,0,0,0,0,0 +561330,299,61,700,4,0,0,0,0,0,0,0,0 +561410,299,61,7,6,6,0,0,0,0,0,0,0 +561422,299,61,3198,32,5,3,0,6,0,0,0,0 +561431,299,61,40,8,6,0,0,0,0,0,0,0 +561439,299,61,0,6,3,0,0,0,0,0,0,0 +561440,299,61,125,9,4,0,0,0,0,0,0,0 +561491,299,61,7,3,0,0,0,0,0,0,0,0 +561492,299,61,12,7,7,0,0,0,0,0,0,0 +561499,299,61,66,8,3,0,0,0,0,0,0,0 +561510,299,61,143,32,19,0,0,0,0,0,0,0 +561520,299,61,28,12,10,0,0,0,0,0,0,0 +561599,299,61,435,21,10,5,0,0,0,0,0,0 +561611,299,61,0,3,0,0,0,0,0,0,0,0 +561612,299,61,850,11,0,3,0,0,0,0,0,0 +561613,299,61,61,3,0,0,0,0,0,0,0,0 +561621,299,61,449,20,7,3,0,0,0,0,0,0 +561622,299,61,19,4,0,0,0,0,0,0,0,0 +561710,299,61,348,69,47,0,0,0,0,0,0,0 +561720,299,61,3437,325,231,24,0,0,0,0,0,0 +561730,299,61,2588,647,555,8,0,0,0,0,0,0 +561740,299,61,116,29,21,0,0,0,0,0,0,0 +561790,299,61,113,27,18,0,0,0,0,0,0,0 +561920,299,61,0,3,3,0,0,0,0,0,0,0 +561990,299,61,689,113,67,0,0,0,0,0,0,0 +562111,299,61,515,46,15,0,0,0,0,0,0,0 +562910,299,61,55,5,3,0,0,0,0,0,0,0 +562991,299,61,25,11,8,0,0,0,0,0,0,0 +611110,299,61,1495,50,6,10,0,0,0,0,0,0 +611310,299,61,2458,19,0,0,0,0,0,0,0,0 +611430,299,61,41,11,9,0,0,0,0,0,0,0 +611511,299,61,68,4,3,0,0,0,0,0,0,0 +611519,299,61,114,10,4,3,0,0,0,0,0,0 +611610,299,61,261,35,20,0,0,0,0,0,0,0 +611620,299,61,290,38,21,3,0,0,0,0,0,0 +611691,299,61,61,11,3,0,0,0,0,0,0,0 +611699,299,61,64,18,15,0,0,0,0,0,0,0 +611710,299,61,68,16,11,0,0,0,0,0,0,0 +621111,299,61,11112,966,764,82,0,0,0,0,0,0 +621112,299,61,10,32,24,0,0,0,0,0,0,0 +621210,299,61,4440,580,445,9,0,0,0,0,0,0 +621310,299,61,700,240,208,0,0,0,0,0,0,0 +621320,299,61,868,131,49,0,0,0,0,0,0,0 +621330,299,61,277,87,77,0,0,0,0,0,0,0 +621340,299,61,1093,167,103,3,0,0,0,0,0,0 +621391,299,61,41,8,5,0,0,0,0,0,0,0 +621399,299,61,329,80,64,0,0,0,0,0,0,0 +621410,299,61,23,3,0,0,0,0,0,0,0,0 +621420,299,61,1059,77,23,8,0,0,0,0,0,0 +621492,299,61,0,11,3,0,0,0,0,0,0,0 +621493,299,61,561,36,12,7,0,0,0,0,0,0 +621498,299,61,1768,122,49,17,0,0,0,0,0,0 +621511,299,61,641,57,34,4,0,0,0,0,0,0 +621512,299,61,81,12,6,0,0,0,0,0,0,0 +621610,299,61,7543,442,282,46,3,0,0,0,0,0 +621910,299,61,400,32,4,0,0,0,0,0,0,0 +621991,299,61,429,12,0,0,0,0,0,0,0,0 +621999,299,61,28,8,4,0,0,0,0,0,0,0 +622110,299,61,21368,11,0,0,0,0,0,0,0,0 +623110,299,61,15368,207,0,78,30,0,0,0,0,0 +623210,299,61,4653,209,117,5,0,0,0,0,0,0 +623220,299,61,838,54,9,3,0,0,0,0,0,0 +623311,299,61,1619,41,6,9,0,0,0,0,0,0 +623312,299,61,1371,120,51,6,0,0,0,0,0,0 +623990,299,61,674,20,3,6,0,0,0,0,0,0 +624110,299,61,366,34,11,4,0,0,0,0,0,0 +624120,299,61,8908,1598,1405,52,6,0,0,0,0,0 +624190,299,61,1523,168,106,7,0,0,0,0,0,0 +624210,299,61,102,18,3,0,0,0,0,0,0,0 +624221,299,61,103,6,0,0,0,0,0,0,0,0 +624229,299,61,129,12,4,0,0,0,0,0,0,0 +624310,299,61,1710,55,3,0,0,0,0,0,0,0 +624410,299,61,5318,570,366,56,0,0,0,0,0,0 +711110,299,61,1078,25,10,5,0,0,0,0,0,0 +711130,299,61,132,30,21,0,0,0,0,0,0,0 +711310,299,61,228,15,10,0,0,0,0,0,0,0 +711320,299,61,111,9,0,3,0,0,0,0,0,0 +711510,299,61,37,36,36,0,0,0,0,0,0,0 +712110,299,61,197,25,10,0,0,0,0,0,0,0 +712130,299,61,117,5,0,0,0,0,0,0,0,0 +713120,299,61,359,26,6,3,0,0,0,0,0,0 +713910,299,61,1193,54,9,11,0,0,0,0,0,0 +713930,299,61,153,39,32,0,0,0,0,0,0,0 +713940,299,61,1786,145,99,4,0,0,0,0,0,0 +713950,299,61,0,6,0,0,0,0,0,0,0,0 +713990,299,61,658,98,72,3,0,0,0,0,0,0 +721110,299,61,10024,564,306,115,12,0,0,0,0,0 +721191,299,61,70,7,3,0,0,0,0,0,0,0 +721199,299,61,96,38,32,0,0,0,0,0,0,0 +721211,299,61,125,37,33,0,0,0,0,0,0,0 +721214,299,61,20,13,7,0,0,0,0,0,0,0 +721310,299,61,115,42,35,0,0,0,0,0,0,0 +722310,299,61,2052,174,78,14,0,0,0,0,0,0 +722320,299,61,105,16,9,0,0,0,0,0,0,0 +722330,299,61,34,26,21,0,0,0,0,0,0,0 +722410,299,61,1489,180,123,10,0,0,0,0,0,0 +722511,299,61,33049,1898,1207,473,17,0,0,0,0,0 +722513,299,61,33482,1615,746,644,0,0,0,0,0,0 +722514,299,61,618,40,12,4,0,0,0,0,0,0 +722515,299,61,3016,228,145,36,0,0,0,0,0,0 +811111,299,61,3243,745,658,0,0,0,0,0,0,0 +811112,299,61,13,4,0,0,0,0,0,0,0,0 +811113,299,61,75,16,10,0,0,0,0,0,0,0 +811118,299,61,5,4,4,0,0,0,0,0,0,0 +811121,299,61,1340,320,230,0,0,0,0,0,0,0 +811122,299,61,108,31,20,0,0,0,0,0,0,0 +811191,299,61,110,19,10,0,0,0,0,0,0,0 +811192,299,61,855,96,61,7,0,0,0,0,0,0 +811198,299,61,24,12,7,0,0,0,0,0,0,0 +811211,299,61,7,4,4,0,0,0,0,0,0,0 +811212,299,61,216,14,8,0,0,0,0,0,0,0 +811219,299,61,8,8,3,0,0,0,0,0,0,0 +811310,299,61,705,168,109,0,0,0,0,0,0,0 +811412,299,61,52,9,4,0,0,0,0,0,0,0 +811420,299,61,15,9,3,0,0,0,0,0,0,0 +811490,299,61,90,40,26,0,0,0,0,0,0,0 +812111,299,61,143,22,10,0,0,0,0,0,0,0 +812112,299,61,1802,379,319,9,0,0,0,0,0,0 +812113,299,61,81,27,24,0,0,0,0,0,0,0 +812191,299,61,53,5,3,0,0,0,0,0,0,0 +812199,299,61,509,115,98,3,0,0,0,0,0,0 +812210,299,61,772,166,87,0,0,0,0,0,0,0 +812220,299,61,80,17,5,0,0,0,0,0,0,0 +812310,299,61,161,23,19,0,0,0,0,0,0,0 +812320,299,61,186,31,19,0,0,0,0,0,0,0 +812332,299,61,343,6,0,0,0,0,0,0,0,0 +812910,299,61,409,97,70,0,0,0,0,0,0,0 +812930,299,61,102,11,5,0,0,0,0,0,0,0 +812990,299,61,91,42,38,0,0,0,0,0,0,0 +813110,299,61,15252,2413,2150,109,0,0,0,0,0,0 +813211,299,61,143,35,25,0,0,0,0,0,0,0 +813212,299,61,87,17,9,0,0,0,0,0,0,0 +813219,299,61,96,13,7,0,0,0,0,0,0,0 +813311,299,61,89,12,7,0,0,0,0,0,0,0 +813312,299,61,167,21,11,0,0,0,0,0,0,0 +813319,299,61,144,17,9,0,0,0,0,0,0,0 +813410,299,61,1349,212,138,4,0,0,0,0,0,0 +813910,299,61,609,113,84,0,0,0,0,0,0,0 +813920,299,61,199,43,41,0,0,0,0,0,0,0 +813930,299,61,411,77,54,0,0,0,0,0,0,0 +813940,299,61,20,9,7,0,0,0,0,0,0,0 +813990,299,61,406,54,43,0,0,0,0,0,0,0 +113310,300,62,559,157,137,0,0,0,0,0,0,0 +114111,300,62,6,4,4,0,0,0,0,0,0,0 +114210,300,62,3,3,3,0,0,0,0,0,0,0 +115112,300,62,10,18,17,0,0,0,0,0,0,0 +115210,300,62,116,37,31,0,0,0,0,0,0,0 +115310,300,62,47,31,28,0,0,0,0,0,0,0 +211120,300,62,401,50,32,0,0,0,0,0,0,0 +211130,300,62,45,4,0,0,0,0,0,0,0,0 +212111,300,62,605,4,0,0,0,0,0,0,0,0 +212221,300,62,40,3,0,0,0,0,0,0,0,0 +212321,300,62,32,7,3,0,0,0,0,0,0,0 +213111,300,62,64,8,6,0,0,0,0,0,0,0 +213112,300,62,588,120,103,0,0,0,0,0,0,0 +221111,300,62,0,7,4,0,0,0,0,0,0,0 +221122,300,62,171,76,26,0,0,0,0,0,0,0 +221210,300,62,0,6,0,0,0,0,0,0,0,0 +221310,300,62,20,11,10,0,0,0,0,0,0,0 +236115,300,62,2300,826,786,6,0,0,0,0,0,0 +236116,300,62,15,6,4,0,0,0,0,0,0,0 +236117,300,62,312,125,117,0,0,0,0,0,0,0 +236118,300,62,1332,534,506,0,0,0,0,0,0,0 +236210,300,62,12,9,4,0,0,0,0,0,0,0 +236220,300,62,1986,153,117,4,0,0,0,0,0,0 +237110,300,62,541,83,57,0,0,0,0,0,0,0 +237120,300,62,207,18,3,3,0,0,0,0,0,0 +237130,300,62,462,29,20,3,0,0,0,0,0,0 +237210,300,62,41,29,27,0,0,0,0,0,0,0 +237310,300,62,1283,66,39,4,0,0,0,0,0,0 +237990,300,62,61,26,14,0,0,0,0,0,0,0 +238110,300,62,918,176,150,0,0,0,0,0,0,0 +238120,300,62,21,8,3,0,0,0,0,0,0,0 +238130,300,62,425,122,110,0,0,0,0,0,0,0 +238140,300,62,489,97,77,0,0,0,0,0,0,0 +238150,300,62,92,18,8,0,0,0,0,0,0,0 +238160,300,62,403,111,91,0,0,0,0,0,0,0 +238170,300,62,258,74,62,0,0,0,0,0,0,0 +238190,300,62,327,28,18,0,0,0,0,0,0,0 +238210,300,62,2484,447,377,21,0,0,0,0,0,0 +238220,300,62,3105,582,519,16,0,0,0,0,0,0 +238290,300,62,163,22,7,0,0,0,0,0,0,0 +238310,300,62,679,158,133,0,0,0,0,0,0,0 +238320,300,62,719,201,180,0,0,0,0,0,0,0 +238330,300,62,235,97,91,0,0,0,0,0,0,0 +238340,300,62,168,65,51,0,0,0,0,0,0,0 +238350,300,62,470,221,204,0,0,0,0,0,0,0 +238390,300,62,31,13,9,0,0,0,0,0,0,0 +238910,300,62,1874,374,305,3,0,0,0,0,0,0 +238990,300,62,1065,263,241,0,0,0,0,0,0,0 +311119,300,62,0,6,0,0,0,0,0,0,0,0 +311611,300,62,6,3,3,0,0,0,0,0,0,0 +311612,300,62,42,11,4,0,0,0,0,0,0,0 +311811,300,62,57,9,0,0,0,0,0,0,0,0 +312120,300,62,545,44,7,4,0,0,0,0,0,0 +312140,300,62,40,7,3,0,0,0,0,0,0,0 +314910,300,62,0,3,0,0,0,0,0,0,0,0 +314999,300,62,23,9,8,0,0,0,0,0,0,0 +316110,300,62,0,3,0,0,0,0,0,0,0,0 +321113,300,62,470,10,0,0,0,0,0,0,0,0 +321214,300,62,53,6,0,0,0,0,0,0,0,0 +321219,300,62,0,3,0,0,0,0,0,0,0,0 +321911,300,62,54,6,3,0,0,0,0,0,0,0 +321912,300,62,102,7,0,0,0,0,0,0,0,0 +321918,300,62,13,3,0,0,0,0,0,0,0,0 +321992,300,62,63,6,0,0,0,0,0,0,0,0 +321999,300,62,43,15,7,0,0,0,0,0,0,0 +323111,300,62,486,53,31,0,0,0,0,0,0,0 +323113,300,62,100,10,3,0,0,0,0,0,0,0 +323120,300,62,0,3,0,0,0,0,0,0,0,0 +324110,300,62,999,3,0,0,0,3,0,0,0,0 +325320,300,62,0,3,0,0,0,0,0,0,0,0 +325412,300,62,0,3,0,0,0,0,0,0,0,0 +326199,300,62,57,7,0,0,0,0,0,0,0,0 +327320,300,62,84,6,0,0,0,0,0,0,0,0 +327390,300,62,32,9,0,0,0,0,0,0,0,0 +327991,300,62,171,9,0,0,0,0,0,0,0,0 +332312,300,62,186,4,0,0,0,0,0,0,0,0 +332322,300,62,26,3,0,0,0,0,0,0,0,0 +332323,300,62,37,16,13,0,0,0,0,0,0,0 +332710,300,62,379,39,24,3,0,0,0,0,0,0 +332721,300,62,66,7,0,0,0,0,0,0,0,0 +332812,300,62,9,3,0,0,0,0,0,0,0,0 +332992,300,62,24,4,0,0,0,0,0,0,0,0 +332994,300,62,289,13,6,0,0,0,0,0,0,0 +332999,300,62,40,11,3,0,0,0,0,0,0,0 +334510,300,62,64,3,0,0,0,0,0,0,0,0 +335999,300,62,0,4,0,0,0,0,0,0,0,0 +337110,300,62,127,36,20,0,0,0,0,0,0,0 +337121,300,62,0,3,0,0,0,0,0,0,0,0 +337122,300,62,70,15,13,0,0,0,0,0,0,0 +337212,300,62,56,6,3,0,0,0,0,0,0,0 +339114,300,62,0,3,0,0,0,0,0,0,0,0 +339116,300,62,90,29,23,0,0,0,0,0,0,0 +339920,300,62,346,18,14,0,0,0,0,0,0,0 +339950,300,62,119,22,6,0,0,0,0,0,0,0 +339992,300,62,0,4,0,0,0,0,0,0,0,0 +423110,300,62,230,16,7,0,0,0,0,0,0,0 +423120,300,62,485,31,20,0,0,0,0,0,0,0 +423140,300,62,9,3,0,0,0,0,0,0,0,0 +423210,300,62,0,6,0,0,0,0,0,0,0,0 +423220,300,62,49,7,0,0,0,0,0,0,0,0 +423310,300,62,662,44,20,3,0,0,0,0,0,0 +423320,300,62,61,17,8,0,0,0,0,0,0,0 +423330,300,62,68,11,5,0,0,0,0,0,0,0 +423390,300,62,153,15,9,3,0,0,0,0,0,0 +423420,300,62,92,28,20,0,0,0,0,0,0,0 +423430,300,62,33,6,0,0,0,0,0,0,0,0 +423440,300,62,52,9,3,0,0,0,0,0,0,0 +423450,300,62,211,34,25,0,0,0,0,0,0,0 +423490,300,62,22,5,4,0,0,0,0,0,0,0 +423510,300,62,151,10,0,0,0,0,0,0,0,0 +423610,300,62,326,46,30,3,0,0,0,0,0,0 +423690,300,62,0,6,4,0,0,0,0,0,0,0 +423720,300,62,426,24,6,0,0,0,0,0,0,0 +423730,300,62,142,19,13,0,0,0,0,0,0,0 +423810,300,62,655,32,10,5,0,0,0,0,0,0 +423820,300,62,781,60,22,6,0,0,0,0,0,0 +423830,300,62,617,77,64,0,0,0,0,0,0,0 +423840,300,62,142,24,17,0,0,0,0,0,0,0 +423850,300,62,28,8,6,0,0,0,0,0,0,0 +423910,300,62,178,14,8,0,0,0,0,0,0,0 +423920,300,62,0,3,0,0,0,0,0,0,0,0 +423930,300,62,71,13,0,0,0,0,0,0,0,0 +423940,300,62,3,3,3,0,0,0,0,0,0,0 +423990,300,62,66,13,6,0,0,0,0,0,0,0 +424120,300,62,23,3,0,0,0,0,0,0,0,0 +424210,300,62,116,25,13,0,0,0,0,0,0,0 +424320,300,62,99,3,0,0,0,0,0,0,0,0 +424420,300,62,0,6,0,0,0,0,0,0,0,0 +424470,300,62,0,3,0,0,0,0,0,0,0,0 +424480,300,62,0,3,0,0,0,0,0,0,0,0 +424490,300,62,1003,46,18,6,0,0,0,0,0,0 +424510,300,62,115,43,15,0,0,0,0,0,0,0 +424690,300,62,166,20,15,3,0,0,0,0,0,0 +424710,300,62,330,18,4,3,0,0,0,0,0,0 +424810,300,62,0,3,0,0,0,0,0,0,0,0 +424910,300,62,484,77,41,0,0,0,0,0,0,0 +424990,300,62,40,15,3,0,0,0,0,0,0,0 +425120,300,62,769,150,128,3,0,0,0,0,0,0 +441110,300,62,4073,104,9,47,6,0,0,0,0,0 +441120,300,62,293,76,60,0,0,0,0,0,0,0 +441210,300,62,610,19,0,0,0,0,0,0,0,0 +441222,300,62,30,3,0,0,0,0,0,0,0,0 +441228,300,62,543,63,37,0,0,0,0,0,0,0 +441310,300,62,1374,176,137,6,0,0,0,0,0,0 +441320,300,62,880,95,64,0,0,0,0,0,0,0 +442110,300,62,755,95,70,0,0,0,0,0,0,0 +442210,300,62,464,59,39,0,0,0,0,0,0,0 +442299,300,62,449,58,37,0,0,0,0,0,0,0 +443141,300,62,158,28,9,0,0,0,0,0,0,0 +443142,300,62,589,86,73,0,0,0,0,0,0,0 +444110,300,62,1472,17,0,0,3,0,0,0,0,0 +444120,300,62,57,25,14,0,0,0,0,0,0,0 +444130,300,62,1111,77,21,14,0,0,0,0,0,0 +444190,300,62,1794,208,151,16,0,0,0,0,0,0 +444210,300,62,0,3,0,0,0,0,0,0,0,0 +444220,300,62,927,88,33,0,0,0,0,0,0,0 +445110,300,62,8315,221,34,64,15,0,0,0,0,0 +445210,300,62,46,12,0,0,0,0,0,0,0,0 +445292,300,62,17,4,0,0,0,0,0,0,0,0 +445299,300,62,140,22,5,0,0,0,0,0,0,0 +445310,300,62,397,49,24,0,0,0,0,0,0,0 +446110,300,62,740,76,53,0,0,0,0,0,0,0 +446120,300,62,291,29,7,0,0,0,0,0,0,0 +446130,300,62,181,28,13,0,0,0,0,0,0,0 +446191,300,62,164,39,27,0,0,0,0,0,0,0 +446199,300,62,96,29,23,0,0,0,0,0,0,0 +447110,300,62,3830,391,298,10,0,0,0,0,0,0 +447190,300,62,411,58,25,0,0,0,0,0,0,0 +448110,300,62,40,7,0,0,0,0,0,0,0,0 +448120,300,62,633,83,70,0,0,0,0,0,0,0 +448130,300,62,80,11,3,0,0,0,0,0,0,0 +448140,300,62,1242,82,42,25,0,0,0,0,0,0 +448150,300,62,26,13,7,0,0,0,0,0,0,0 +448190,300,62,199,34,23,0,0,0,0,0,0,0 +448210,300,62,324,48,33,0,0,0,0,0,0,0 +448310,300,62,313,69,58,0,0,0,0,0,0,0 +451110,300,62,2283,179,131,14,0,0,0,0,0,0 +451120,300,62,433,40,21,0,0,0,0,0,0,0 +451130,300,62,268,36,17,0,0,0,0,0,0,0 +451140,300,62,33,10,0,0,0,0,0,0,0,0 +451211,300,62,306,20,3,0,0,0,0,0,0,0 +452210,300,62,1660,24,0,10,0,0,0,0,0,0 +452311,300,62,4521,27,0,0,3,3,0,0,0,0 +452319,300,62,466,36,3,6,0,0,0,0,0,0 +453110,300,62,247,42,24,0,0,0,0,0,0,0 +453210,300,62,299,28,6,0,0,0,0,0,0,0 +453220,300,62,629,118,87,0,0,0,0,0,0,0 +453310,300,62,804,105,79,0,0,0,0,0,0,0 +453910,300,62,267,18,6,0,0,0,0,0,0,0 +453920,300,62,83,41,36,0,0,0,0,0,0,0 +453930,300,62,67,11,7,0,0,0,0,0,0,0 +453991,300,62,155,34,22,0,0,0,0,0,0,0 +453998,300,62,348,84,78,0,0,0,0,0,0,0 +454110,300,62,602,150,136,0,0,0,0,0,0,0 +454210,300,62,4,3,3,0,0,0,0,0,0,0 +454310,300,62,146,26,7,0,0,0,0,0,0,0 +454390,300,62,459,147,127,0,0,0,0,0,0,0 +481111,300,62,354,14,3,0,0,0,0,0,0,0 +481211,300,62,47,8,6,0,0,0,0,0,0,0 +481219,300,62,267,9,4,0,0,0,0,0,0,0 +484110,300,62,438,78,57,0,0,0,0,0,0,0 +484121,300,62,1515,214,173,5,0,0,0,0,0,0 +484122,300,62,586,44,17,4,0,0,0,0,0,0 +484210,300,62,253,26,8,0,0,0,0,0,0,0 +484220,300,62,998,276,241,3,0,0,0,0,0,0 +484230,300,62,597,83,60,3,0,0,0,0,0,0 +485310,300,62,0,6,0,0,0,0,0,0,0,0 +485410,300,62,325,22,8,0,0,0,0,0,0,0 +486110,300,62,27,4,0,0,0,0,0,0,0,0 +486210,300,62,0,3,0,0,0,0,0,0,0,0 +488119,300,62,194,6,0,0,0,0,0,0,0,0 +488190,300,62,19,14,10,0,0,0,0,0,0,0 +488210,300,62,25,4,0,0,0,0,0,0,0,0 +488410,300,62,222,53,43,0,0,0,0,0,0,0 +488490,300,62,4,8,6,0,0,0,0,0,0,0 +488510,300,62,363,75,63,0,0,0,0,0,0,0 +492110,300,62,1370,54,9,0,0,0,0,0,0,0 +492210,300,62,28,7,3,0,0,0,0,0,0,0 +493110,300,62,268,18,0,3,0,0,0,0,0,0 +511110,300,62,19,22,3,0,0,0,0,0,0,0 +511120,300,62,93,16,5,0,0,0,0,0,0,0 +511130,300,62,21,10,3,0,0,0,0,0,0,0 +511210,300,62,846,28,8,0,3,0,0,0,0,0 +512110,300,62,37,40,36,0,0,0,0,0,0,0 +512131,300,62,138,8,0,0,0,0,0,0,0,0 +515112,300,62,185,24,3,0,0,0,0,0,0,0 +515120,300,62,310,8,3,0,0,0,0,0,0,0 +517311,300,62,2209,154,87,4,0,0,0,0,0,0 +517312,300,62,363,41,15,0,0,0,0,0,0,0 +517911,300,62,84,33,22,0,0,0,0,0,0,0 +518210,300,62,629,30,18,0,0,0,0,0,0,0 +519130,300,62,34,8,6,0,0,0,0,0,0,0 +522110,300,62,5689,343,204,56,0,0,0,0,0,0 +522130,300,62,825,85,39,16,0,0,0,0,0,0 +522220,300,62,84,11,7,0,0,0,0,0,0,0 +522291,300,62,153,20,17,0,0,0,0,0,0,0 +522292,300,62,211,30,18,0,0,0,0,0,0,0 +522298,300,62,339,59,41,0,0,0,0,0,0,0 +522310,300,62,37,17,12,0,0,0,0,0,0,0 +522320,300,62,85,17,10,0,0,0,0,0,0,0 +522390,300,62,27,9,9,0,0,0,0,0,0,0 +523120,300,62,412,71,55,0,0,0,0,0,0,0 +523140,300,62,0,3,3,0,0,0,0,0,0,0 +523910,300,62,9,11,7,0,0,0,0,0,0,0 +523920,300,62,295,162,153,0,0,0,0,0,0,0 +523930,300,62,173,45,36,0,0,0,0,0,0,0 +523991,300,62,6,6,3,0,0,0,0,0,0,0 +524113,300,62,0,9,3,0,0,0,0,0,0,0 +524114,300,62,449,22,10,0,0,0,0,0,0,0 +524126,300,62,165,28,25,0,0,0,0,0,0,0 +524127,300,62,0,6,0,0,0,0,0,0,0,0 +524210,300,62,2933,691,634,8,0,0,0,0,0,0 +524291,300,62,52,19,14,0,0,0,0,0,0,0 +524292,300,62,31,17,7,0,0,0,0,0,0,0 +531110,300,62,867,277,246,0,0,0,0,0,0,0 +531120,300,62,403,130,115,0,0,0,0,0,0,0 +531130,300,62,158,75,68,0,0,0,0,0,0,0 +531190,300,62,117,57,48,0,0,0,0,0,0,0 +531210,300,62,936,724,718,0,0,0,0,0,0,0 +531311,300,62,935,177,162,3,0,0,0,0,0,0 +531312,300,62,186,53,39,0,0,0,0,0,0,0 +531320,300,62,157,92,88,0,0,0,0,0,0,0 +531390,300,62,74,45,40,0,0,0,0,0,0,0 +532111,300,62,492,43,24,0,0,0,0,0,0,0 +532120,300,62,44,8,4,0,0,0,0,0,0,0 +532210,300,62,18,7,3,0,0,0,0,0,0,0 +532282,300,62,0,6,3,0,0,0,0,0,0,0 +532283,300,62,85,15,0,0,0,0,0,0,0,0 +532284,300,62,170,18,13,0,0,0,0,0,0,0 +532289,300,62,22,8,4,0,0,0,0,0,0,0 +532310,300,62,54,14,3,0,0,0,0,0,0,0 +532412,300,62,80,22,6,0,0,0,0,0,0,0 +532490,300,62,40,21,17,0,0,0,0,0,0,0 +533110,300,62,36,10,4,0,0,0,0,0,0,0 +541110,300,62,2628,701,666,8,0,0,0,0,0,0 +541191,300,62,49,14,9,0,0,0,0,0,0,0 +541199,300,62,21,13,3,0,0,0,0,0,0,0 +541211,300,62,1700,302,247,16,0,0,0,0,0,0 +541213,300,62,359,67,45,0,0,0,0,0,0,0 +541214,300,62,238,9,0,0,0,0,0,0,0,0 +541219,300,62,445,194,185,0,0,0,0,0,0,0 +541310,300,62,839,132,114,3,0,0,0,0,0,0 +541320,300,62,44,14,11,0,0,0,0,0,0,0 +541330,300,62,2681,323,262,34,0,0,0,0,0,0 +541340,300,62,12,11,11,0,0,0,0,0,0,0 +541350,300,62,36,30,24,0,0,0,0,0,0,0 +541360,300,62,3,8,6,0,0,0,0,0,0,0 +541370,300,62,100,45,29,0,0,0,0,0,0,0 +541380,300,62,215,27,14,0,0,0,0,0,0,0 +541410,300,62,82,36,34,0,0,0,0,0,0,0 +541430,300,62,76,50,47,0,0,0,0,0,0,0 +541490,300,62,1,3,3,0,0,0,0,0,0,0 +541511,300,62,564,187,171,0,0,0,0,0,0,0 +541512,300,62,292,92,80,0,0,0,0,0,0,0 +541513,300,62,88,12,4,0,0,0,0,0,0,0 +541519,300,62,54,14,12,0,0,0,0,0,0,0 +541611,300,62,578,257,242,0,0,0,0,0,0,0 +541612,300,62,31,7,4,0,0,0,0,0,0,0 +541613,300,62,190,99,95,0,0,0,0,0,0,0 +541614,300,62,24,18,17,0,0,0,0,0,0,0 +541618,300,62,13,11,8,0,0,0,0,0,0,0 +541620,300,62,374,81,69,0,0,0,0,0,0,0 +541690,300,62,317,130,119,0,0,0,0,0,0,0 +541713,300,62,36,6,4,0,0,0,0,0,0,0 +541715,300,62,490,41,27,0,0,0,0,0,0,0 +541720,300,62,75,14,7,0,0,0,0,0,0,0 +541810,300,62,137,28,16,0,0,0,0,0,0,0 +541820,300,62,34,19,15,0,0,0,0,0,0,0 +541850,300,62,18,3,0,0,0,0,0,0,0,0 +541890,300,62,211,17,9,0,0,0,0,0,0,0 +541910,300,62,12,6,6,0,0,0,0,0,0,0 +541921,300,62,88,39,35,0,0,0,0,0,0,0 +541922,300,62,11,11,11,0,0,0,0,0,0,0 +541940,300,62,1458,187,133,9,0,0,0,0,0,0 +541990,300,62,94,47,42,0,0,0,0,0,0,0 +551112,300,62,4,3,3,0,0,0,0,0,0,0 +551114,300,62,2447,93,46,14,0,0,0,0,0,0 +561110,300,62,763,96,76,0,0,0,0,0,0,0 +561210,300,62,0,6,0,0,0,0,0,0,0,0 +561311,300,62,114,9,6,0,0,0,0,0,0,0 +561320,300,62,2096,68,29,14,0,0,0,0,0,0 +561410,300,62,7,9,9,0,0,0,0,0,0,0 +561422,300,62,65,4,0,0,0,0,0,0,0,0 +561431,300,62,100,24,15,0,0,0,0,0,0,0 +561439,300,62,0,4,0,0,0,0,0,0,0,0 +561440,300,62,107,9,4,3,0,0,0,0,0,0 +561492,300,62,5,12,9,0,0,0,0,0,0,0 +561499,300,62,38,11,4,0,0,0,0,0,0,0 +561510,300,62,153,35,24,0,0,0,0,0,0,0 +561520,300,62,19,9,7,0,0,0,0,0,0,0 +561599,300,62,44,3,0,0,0,0,0,0,0,0 +561611,300,62,11,10,7,0,0,0,0,0,0,0 +561612,300,62,322,13,0,4,0,0,0,0,0,0 +561621,300,62,133,13,5,0,0,0,0,0,0,0 +561622,300,62,18,8,7,0,0,0,0,0,0,0 +561710,300,62,38,17,10,0,0,0,0,0,0,0 +561720,300,62,2137,338,297,7,0,0,0,0,0,0 +561730,300,62,1453,516,485,6,0,0,0,0,0,0 +561740,300,62,184,46,35,0,0,0,0,0,0,0 +561790,300,62,93,26,22,0,0,0,0,0,0,0 +561920,300,62,43,11,3,0,0,0,0,0,0,0 +561990,300,62,490,80,57,0,0,0,0,0,0,0 +562111,300,62,62,15,0,0,0,0,0,0,0,0 +562212,300,62,0,3,0,0,0,0,0,0,0,0 +562910,300,62,111,15,0,0,0,0,0,0,0,0 +562991,300,62,76,30,20,0,0,0,0,0,0,0 +611110,300,62,1393,69,22,9,0,0,0,0,0,0 +611310,300,62,0,3,0,0,0,0,0,0,0,0 +611430,300,62,89,15,9,0,0,0,0,0,0,0 +611513,300,62,13,5,4,0,0,0,0,0,0,0 +611519,300,62,99,15,6,0,0,0,0,0,0,0 +611610,300,62,210,49,37,0,0,0,0,0,0,0 +611620,300,62,643,62,43,3,0,0,0,0,0,0 +611691,300,62,63,10,4,0,0,0,0,0,0,0 +611699,300,62,137,27,15,0,0,0,0,0,0,0 +611710,300,62,72,26,19,0,0,0,0,0,0,0 +621111,300,62,7071,428,335,51,0,0,0,0,0,0 +621112,300,62,60,20,16,0,0,0,0,0,0,0 +621210,300,62,3253,444,402,5,0,0,0,0,0,0 +621310,300,62,670,200,192,0,0,0,0,0,0,0 +621320,300,62,428,77,52,0,0,0,0,0,0,0 +621330,300,62,352,177,172,0,0,0,0,0,0,0 +621340,300,62,1097,196,169,4,0,0,0,0,0,0 +621391,300,62,54,12,6,0,0,0,0,0,0,0 +621399,300,62,274,113,108,0,0,0,0,0,0,0 +621410,300,62,0,3,0,0,0,0,0,0,0,0 +621420,300,62,666,52,17,3,0,0,0,0,0,0 +621493,300,62,560,24,3,5,0,0,0,0,0,0 +621498,300,62,270,29,10,0,0,0,0,0,0,0 +621511,300,62,78,15,0,0,0,0,0,0,0,0 +621512,300,62,56,8,3,0,0,0,0,0,0,0 +621610,300,62,2449,64,9,17,4,0,0,0,0,0 +621910,300,62,181,30,7,0,0,0,0,0,0,0 +621991,300,62,122,3,0,0,0,0,0,0,0,0 +621999,300,62,151,15,4,0,0,0,0,0,0,0 +622110,300,62,2991,12,0,0,0,0,0,0,0,0 +623110,300,62,2501,38,0,9,8,0,0,0,0,0 +623210,300,62,870,140,96,8,0,0,0,0,0,0 +623220,300,62,300,27,20,0,0,0,0,0,0,0 +623311,300,62,1520,20,0,3,0,0,0,0,0,0 +623312,300,62,1631,74,18,15,0,0,0,0,0,0 +623990,300,62,863,36,15,7,0,0,0,0,0,0 +624110,300,62,422,58,38,0,0,0,0,0,0,0 +624120,300,62,3840,134,47,24,0,0,0,0,0,0 +624190,300,62,1420,165,135,3,0,0,0,0,0,0 +624210,300,62,106,22,7,0,0,0,0,0,0,0 +624221,300,62,149,11,0,0,0,0,0,0,0,0 +624229,300,62,115,12,0,0,0,0,0,0,0,0 +624310,300,62,730,39,6,4,0,0,0,0,0,0 +624410,300,62,3249,431,350,24,0,0,0,0,0,0 +711110,300,62,76,10,0,0,0,0,0,0,0,0 +711310,300,62,0,3,0,0,0,0,0,0,0,0 +711320,300,62,48,15,10,0,0,0,0,0,0,0 +711510,300,62,136,90,81,0,0,0,0,0,0,0 +712110,300,62,197,32,13,0,0,0,0,0,0,0 +712120,300,62,0,3,0,0,0,0,0,0,0,0 +713120,300,62,27,5,3,0,0,0,0,0,0,0 +713290,300,62,2271,295,243,7,0,0,0,0,0,0 +713910,300,62,637,37,7,5,0,0,0,0,0,0 +713920,300,62,260,5,0,0,0,0,0,0,0,0 +713940,300,62,2947,151,101,22,0,0,0,0,0,0 +713950,300,62,129,8,0,0,0,0,0,0,0,0 +713990,300,62,558,290,273,0,0,0,0,0,0,0 +721110,300,62,9918,519,304,107,0,0,0,0,0,0 +721191,300,62,55,18,14,0,0,0,0,0,0,0 +721199,300,62,19,18,16,0,0,0,0,0,0,0 +721211,300,62,97,33,26,0,0,0,0,0,0,0 +721214,300,62,263,60,44,0,0,0,0,0,0,0 +721310,300,62,37,12,9,0,0,0,0,0,0,0 +722310,300,62,662,44,27,0,0,0,0,0,0,0 +722320,300,62,98,26,18,0,0,0,0,0,0,0 +722330,300,62,9,14,13,0,0,0,0,0,0,0 +722410,300,62,4087,518,417,24,0,0,0,0,0,0 +722511,300,62,19913,1087,636,342,3,0,0,0,0,0 +722513,300,62,12323,716,430,213,0,0,0,0,0,0 +722515,300,62,2265,292,245,29,0,0,0,0,0,0 +811111,300,62,1565,399,351,0,0,0,0,0,0,0 +811113,300,62,65,11,4,0,0,0,0,0,0,0 +811118,300,62,37,16,12,0,0,0,0,0,0,0 +811121,300,62,1046,162,131,4,0,0,0,0,0,0 +811122,300,62,150,39,32,0,0,0,0,0,0,0 +811191,300,62,263,43,33,0,0,0,0,0,0,0 +811192,300,62,423,69,54,3,0,0,0,0,0,0 +811211,300,62,0,3,0,0,0,0,0,0,0,0 +811212,300,62,43,20,18,0,0,0,0,0,0,0 +811219,300,62,0,7,6,0,0,0,0,0,0,0 +811310,300,62,488,113,97,0,0,0,0,0,0,0 +811412,300,62,52,15,8,0,0,0,0,0,0,0 +811420,300,62,8,4,4,0,0,0,0,0,0,0 +811490,300,62,10,13,13,0,0,0,0,0,0,0 +812111,300,62,8,3,0,0,0,0,0,0,0,0 +812112,300,62,821,169,149,0,0,0,0,0,0,0 +812113,300,62,77,15,5,0,0,0,0,0,0,0 +812191,300,62,34,6,0,0,0,0,0,0,0,0 +812199,300,62,252,50,40,3,0,0,0,0,0,0 +812210,300,62,93,18,7,0,0,0,0,0,0,0 +812220,300,62,16,10,4,0,0,0,0,0,0,0 +812310,300,62,75,20,9,0,0,0,0,0,0,0 +812320,300,62,102,15,4,0,0,0,0,0,0,0 +812910,300,62,286,78,66,0,0,0,0,0,0,0 +812990,300,62,74,51,50,0,0,0,0,0,0,0 +813110,300,62,4423,762,680,32,0,0,0,0,0,0 +813211,300,62,344,54,43,0,0,0,0,0,0,0 +813212,300,62,50,9,3,0,0,0,0,0,0,0 +813219,300,62,22,14,7,0,0,0,0,0,0,0 +813311,300,62,74,16,10,0,0,0,0,0,0,0 +813312,300,62,924,125,103,7,0,0,0,0,0,0 +813319,300,62,104,36,29,0,0,0,0,0,0,0 +813410,300,62,874,152,110,0,0,0,0,0,0,0 +813910,300,62,406,88,72,0,0,0,0,0,0,0 +813920,300,62,241,29,20,0,0,0,0,0,0,0 +813930,300,62,275,62,56,0,0,0,0,0,0,0 +813940,300,62,19,10,9,0,0,0,0,0,0,0 +813990,300,62,141,46,42,0,0,0,0,0,0,0 +115112,311,63,0,3,0,0,0,0,0,0,0,0 +115116,311,63,13,3,0,0,0,0,0,0,0,0 +115210,311,63,30,10,8,0,0,0,0,0,0,0 +212312,311,63,198,3,0,3,0,0,0,0,0,0 +221210,311,63,0,6,0,0,0,0,0,0,0,0 +236115,311,63,364,113,103,0,0,0,0,0,0,0 +236117,311,63,389,57,49,3,0,0,0,0,0,0 +236118,311,63,1026,362,351,5,0,0,0,0,0,0 +236210,311,63,51,6,3,0,0,0,0,0,0,0 +236220,311,63,2167,119,87,18,0,0,0,0,0,0 +237110,311,63,355,28,15,0,0,0,0,0,0,0 +237130,311,63,359,22,15,3,0,0,0,0,0,0 +237210,311,63,3,5,5,0,0,0,0,0,0,0 +237310,311,63,657,21,13,0,0,0,0,0,0,0 +237990,311,63,11,8,7,0,0,0,0,0,0,0 +238110,311,63,1281,109,87,17,0,0,0,0,0,0 +238120,311,63,577,8,0,0,0,0,0,0,0,0 +238130,311,63,555,103,94,0,0,0,0,0,0,0 +238140,311,63,624,66,48,6,0,0,0,0,0,0 +238150,311,63,314,21,15,3,0,0,0,0,0,0 +238160,311,63,641,110,97,6,0,0,0,0,0,0 +238170,311,63,224,61,58,0,0,0,0,0,0,0 +238190,311,63,25,12,9,0,0,0,0,0,0,0 +238210,311,63,3811,246,198,35,3,0,0,0,0,0 +238220,311,63,4670,316,267,35,7,0,0,0,0,0 +238290,311,63,368,22,10,7,0,0,0,0,0,0 +238310,311,63,1275,93,74,13,0,0,0,0,0,0 +238320,311,63,772,169,149,0,0,0,0,0,0,0 +238330,311,63,300,82,74,4,0,0,0,0,0,0 +238340,311,63,167,44,39,0,0,0,0,0,0,0 +238350,311,63,738,164,150,9,0,0,0,0,0,0 +238390,311,63,267,25,17,3,0,0,0,0,0,0 +238910,311,63,945,100,76,8,0,0,0,0,0,0 +238990,311,63,860,138,118,7,0,0,0,0,0,0 +311119,311,63,146,4,0,0,0,0,0,0,0,0 +311611,311,63,3821,14,0,3,0,0,0,0,0,0 +311612,311,63,1894,7,0,0,4,0,0,0,0,0 +311613,311,63,88,4,0,0,0,0,0,0,0,0 +311811,311,63,118,12,3,3,0,0,0,0,0,0 +311812,311,63,132,10,0,3,0,0,0,0,0,0 +312120,311,63,21,4,0,0,0,0,0,0,0,0 +314120,311,63,0,3,0,0,0,0,0,0,0,0 +314910,311,63,58,4,0,0,0,0,0,0,0,0 +314999,311,63,69,8,6,0,0,0,0,0,0,0 +321920,311,63,0,3,0,0,0,0,0,0,0,0 +322211,311,63,295,3,0,0,0,0,0,0,0,0 +323111,311,63,1622,67,40,21,0,0,0,0,0,0 +323113,311,63,148,9,7,0,0,0,0,0,0,0 +323120,311,63,6,3,3,0,0,0,0,0,0,0 +325199,311,63,258,3,0,0,0,0,0,0,0,0 +325412,311,63,0,5,0,0,0,0,0,0,0,0 +325414,311,63,284,5,0,0,0,0,0,0,0,0 +326199,311,63,1221,10,3,0,0,0,0,0,0,0 +327120,311,63,4,3,3,0,0,0,0,0,0,0 +327320,311,63,335,17,3,3,0,0,0,0,0,0 +327390,311,63,450,8,0,0,0,0,0,0,0,0 +327991,311,63,43,3,0,0,0,0,0,0,0,0 +332312,311,63,250,5,3,0,0,0,0,0,0,0 +332322,311,63,520,4,0,0,0,0,0,0,0,0 +332323,311,63,0,3,0,0,0,0,0,0,0,0 +332710,311,63,162,20,13,0,0,0,0,0,0,0 +332721,311,63,81,3,0,0,0,0,0,0,0,0 +332812,311,63,5,4,4,0,0,0,0,0,0,0 +332999,311,63,49,3,0,0,0,0,0,0,0,0 +333249,311,63,420,4,0,0,0,0,0,0,0,0 +333318,311,63,13,3,0,0,0,0,0,0,0,0 +333922,311,63,393,4,0,0,0,0,0,0,0,0 +333993,311,63,61,3,0,0,0,0,0,0,0,0 +333999,311,63,0,3,0,0,0,0,0,0,0,0 +334614,311,63,35,5,4,0,0,0,0,0,0,0 +337110,311,63,98,14,6,3,0,0,0,0,0,0 +337212,311,63,138,4,0,0,0,0,0,0,0,0 +337215,311,63,0,4,0,0,0,0,0,0,0,0 +339113,311,63,0,3,0,0,0,0,0,0,0,0 +339115,311,63,186,5,0,0,0,0,0,0,0,0 +339116,311,63,115,26,24,0,0,0,0,0,0,0 +339910,311,63,8,4,4,0,0,0,0,0,0,0 +339920,311,63,0,3,0,0,0,0,0,0,0,0 +339930,311,63,0,3,0,0,0,0,0,0,0,0 +339950,311,63,185,10,4,0,0,0,0,0,0,0 +423110,311,63,531,18,5,6,0,0,0,0,0,0 +423120,311,63,518,46,34,5,0,0,0,0,0,0 +423130,311,63,134,5,0,0,0,0,0,0,0,0 +423140,311,63,226,5,0,3,0,0,0,0,0,0 +423210,311,63,69,10,10,0,0,0,0,0,0,0 +423220,311,63,133,20,18,0,0,0,0,0,0,0 +423310,311,63,183,18,11,0,0,0,0,0,0,0 +423320,311,63,148,15,12,0,0,0,0,0,0,0 +423330,311,63,96,14,9,0,0,0,0,0,0,0 +423390,311,63,101,13,4,0,0,0,0,0,0,0 +423410,311,63,0,4,0,0,0,0,0,0,0,0 +423420,311,63,230,25,18,4,0,0,0,0,0,0 +423430,311,63,815,33,23,7,0,0,0,0,0,0 +423440,311,63,121,11,7,0,0,0,0,0,0,0 +423450,311,63,557,38,25,8,0,0,0,0,0,0 +423460,311,63,9,4,4,0,0,0,0,0,0,0 +423490,311,63,195,9,4,0,0,0,0,0,0,0 +423510,311,63,414,23,10,3,0,0,0,0,0,0 +423610,311,63,592,45,32,7,0,0,0,0,0,0 +423690,311,63,246,19,13,4,0,0,0,0,0,0 +423710,311,63,229,19,7,0,0,0,0,0,0,0 +423720,311,63,279,29,23,0,0,0,0,0,0,0 +423730,311,63,401,34,28,0,0,0,0,0,0,0 +423740,311,63,135,3,0,0,0,0,0,0,0,0 +423810,311,63,98,12,4,3,0,0,0,0,0,0 +423820,311,63,625,32,9,9,0,0,0,0,0,0 +423830,311,63,1131,89,69,16,0,0,0,0,0,0 +423840,311,63,179,14,9,0,0,0,0,0,0,0 +423850,311,63,147,18,11,4,0,0,0,0,0,0 +423910,311,63,47,8,6,0,0,0,0,0,0,0 +423920,311,63,84,6,3,0,0,0,0,0,0,0 +423930,311,63,195,19,16,0,0,0,0,0,0,0 +423940,311,63,49,3,0,0,0,0,0,0,0,0 +423990,311,63,133,12,6,0,0,0,0,0,0,0 +424110,311,63,85,3,0,0,0,0,0,0,0,0 +424120,311,63,79,18,11,0,0,0,0,0,0,0 +424130,311,63,162,12,4,4,0,0,0,0,0,0 +424210,311,63,533,25,20,0,0,0,0,0,0,0 +424410,311,63,382,3,0,0,0,0,0,0,0,0 +424420,311,63,0,8,6,0,0,0,0,0,0,0 +424450,311,63,20,6,4,0,0,0,0,0,0,0 +424470,311,63,96,8,4,0,0,0,0,0,0,0 +424490,311,63,1714,55,35,10,3,0,0,0,0,0 +424510,311,63,872,35,19,3,0,0,0,0,0,0 +424610,311,63,115,10,3,0,0,0,0,0,0,0 +424690,311,63,270,26,16,6,0,0,0,0,0,0 +424710,311,63,122,5,0,0,0,0,0,0,0,0 +424720,311,63,105,3,0,0,0,0,0,0,0,0 +424820,311,63,526,7,3,0,3,0,0,0,0,0 +424910,311,63,301,40,28,0,0,0,0,0,0,0 +424930,311,63,111,7,4,0,0,0,0,0,0,0 +424940,311,63,154,4,0,0,0,0,0,0,0,0 +424950,311,63,40,7,3,0,0,0,0,0,0,0 +424990,311,63,177,24,17,0,0,0,0,0,0,0 +425120,311,63,923,122,106,3,0,0,0,0,0,0 +441110,311,63,3800,56,8,17,14,0,0,0,0,0 +441120,311,63,437,68,62,0,0,0,0,0,0,0 +441222,311,63,12,3,0,0,0,0,0,0,0,0 +441228,311,63,218,19,8,0,0,0,0,0,0,0 +441310,311,63,863,87,60,9,0,0,0,0,0,0 +441320,311,63,455,46,43,0,0,0,0,0,0,0 +442110,311,63,996,26,19,0,0,0,0,0,0,0 +442210,311,63,234,19,12,0,0,0,0,0,0,0 +442291,311,63,8,3,0,0,0,0,0,0,0,0 +442299,311,63,514,36,25,6,0,0,0,0,0,0 +443141,311,63,53,11,6,0,0,0,0,0,0,0 +443142,311,63,1128,56,48,3,0,0,0,0,0,0 +444110,311,63,1923,12,0,0,12,0,0,0,0,0 +444120,311,63,102,19,14,0,0,0,0,0,0,0 +444130,311,63,329,28,14,5,0,0,0,0,0,0 +444190,311,63,1117,57,42,5,3,0,0,0,0,0 +444210,311,63,97,8,0,0,0,0,0,0,0,0 +444220,311,63,349,25,14,0,0,0,0,0,0,0 +445110,311,63,9115,125,45,37,10,9,0,0,0,0 +445120,311,63,53,12,12,0,0,0,0,0,0,0 +445210,311,63,60,10,8,0,0,0,0,0,0,0 +445230,311,63,19,5,3,0,0,0,0,0,0,0 +445291,311,63,17,5,3,0,0,0,0,0,0,0 +445292,311,63,22,5,3,0,0,0,0,0,0,0 +445299,311,63,133,17,14,0,0,0,0,0,0,0 +445310,311,63,168,32,25,0,0,0,0,0,0,0 +446110,311,63,1491,72,31,35,0,0,0,0,0,0 +446120,311,63,538,37,25,7,0,0,0,0,0,0 +446130,311,63,210,35,31,0,0,0,0,0,0,0 +446191,311,63,235,39,33,0,0,0,0,0,0,0 +446199,311,63,248,24,19,0,0,0,0,0,0,0 +447110,311,63,2534,251,213,26,0,0,0,0,0,0 +447190,311,63,180,26,9,0,0,0,0,0,0,0 +448110,311,63,125,15,10,0,0,0,0,0,0,0 +448120,311,63,1052,96,80,8,0,0,0,0,0,0 +448130,311,63,245,22,14,0,0,0,0,0,0,0 +448140,311,63,1614,74,38,28,0,0,0,0,0,0 +448150,311,63,191,23,15,0,0,0,0,0,0,0 +448190,311,63,375,29,17,3,0,0,0,0,0,0 +448210,311,63,596,60,50,6,0,0,0,0,0,0 +448310,311,63,404,26,24,0,0,0,0,0,0,0 +451110,311,63,798,47,33,4,0,0,0,0,0,0 +451120,311,63,527,31,15,8,0,0,0,0,0,0 +451130,311,63,57,6,4,0,0,0,0,0,0,0 +451140,311,63,95,9,5,0,0,0,0,0,0,0 +451211,311,63,303,19,7,5,0,0,0,0,0,0 +452210,311,63,1866,20,0,7,6,0,0,0,0,0 +452311,311,63,4983,22,0,0,10,7,0,0,0,0 +452319,311,63,530,63,46,6,0,0,0,0,0,0 +453110,311,63,128,21,19,0,0,0,0,0,0,0 +453210,311,63,111,11,3,0,0,0,0,0,0,0 +453220,311,63,404,45,34,5,0,0,0,0,0,0 +453310,311,63,841,73,48,16,0,0,0,0,0,0 +453910,311,63,391,30,20,0,0,0,0,0,0,0 +453920,311,63,36,8,8,0,0,0,0,0,0,0 +453991,311,63,89,20,19,0,0,0,0,0,0,0 +453998,311,63,321,49,44,0,0,0,0,0,0,0 +454110,311,63,2212,112,97,5,3,0,0,0,0,0 +454210,311,63,107,13,11,0,0,0,0,0,0,0 +454310,311,63,10,3,3,0,0,0,0,0,0,0 +454390,311,63,344,85,79,0,0,0,0,0,0,0 +481111,311,63,393,4,0,0,0,0,0,0,0,0 +481211,311,63,184,5,0,0,0,0,0,0,0,0 +484110,311,63,523,82,69,4,0,0,0,0,0,0 +484121,311,63,2979,161,131,9,7,0,0,0,0,0 +484122,311,63,712,21,4,7,0,0,0,0,0,0 +484210,311,63,845,33,23,6,0,0,0,0,0,0 +484220,311,63,470,94,82,0,0,0,0,0,0,0 +484230,311,63,555,53,36,0,0,0,0,0,0,0 +485410,311,63,845,5,0,0,0,0,0,0,0,0 +485510,311,63,0,3,0,0,0,0,0,0,0,0 +485991,311,63,2,3,3,0,0,0,0,0,0,0 +485999,311,63,0,3,3,0,0,0,0,0,0,0 +488119,311,63,178,7,4,0,0,0,0,0,0,0 +488190,311,63,82,4,0,0,0,0,0,0,0,0 +488210,311,63,114,12,11,0,0,0,0,0,0,0 +488410,311,63,94,16,11,0,0,0,0,0,0,0 +488490,311,63,53,15,11,0,0,0,0,0,0,0 +488510,311,63,399,57,48,3,0,0,0,0,0,0 +488991,311,63,8,3,3,0,0,0,0,0,0,0 +492110,311,63,137,32,19,0,3,0,0,0,0,0 +492210,311,63,163,10,7,0,0,0,0,0,0,0 +493110,311,63,1454,30,15,4,0,0,0,0,0,0 +493120,311,63,102,4,0,3,0,0,0,0,0,0 +493190,311,63,93,4,0,3,0,0,0,0,0,0 +511110,311,63,0,10,0,0,0,0,0,0,0,0 +511120,311,63,264,5,0,0,0,0,0,0,0,0 +511130,311,63,33,7,5,0,0,0,0,0,0,0 +511140,311,63,202,10,8,0,0,0,0,0,0,0 +511210,311,63,1335,22,13,0,4,0,0,0,0,0 +512110,311,63,45,19,19,0,0,0,0,0,0,0 +512131,311,63,384,10,0,5,0,0,0,0,0,0 +512240,311,63,7,5,5,0,0,0,0,0,0,0 +515112,311,63,230,10,7,0,0,0,0,0,0,0 +515120,311,63,417,4,0,0,0,0,0,0,0,0 +517311,311,63,1938,80,68,4,0,0,0,0,0,0 +517312,311,63,418,42,31,7,0,0,0,0,0,0 +517911,311,63,63,10,9,0,0,0,0,0,0,0 +517919,311,63,6,7,7,0,0,0,0,0,0,0 +518210,311,63,3364,56,23,18,3,0,0,0,0,0 +519130,311,63,757,22,8,3,0,0,0,0,0,0 +522110,311,63,7334,258,204,37,5,0,0,0,0,0 +522120,311,63,0,10,6,0,0,0,0,0,0,0 +522130,311,63,1284,70,62,0,0,0,0,0,0,0 +522220,311,63,234,12,9,0,0,0,0,0,0,0 +522291,311,63,50,5,0,0,0,0,0,0,0,0 +522292,311,63,309,32,26,3,0,0,0,0,0,0 +522298,311,63,979,17,12,4,0,0,0,0,0,0 +522310,311,63,44,14,11,0,0,0,0,0,0,0 +522320,311,63,0,48,31,0,6,0,4,0,0,0 +522390,311,63,381,60,56,0,0,0,0,0,0,0 +523110,311,63,0,3,0,0,0,0,0,0,0,0 +523120,311,63,1969,73,56,5,0,4,0,0,0,0 +523140,311,63,36,9,7,0,0,0,0,0,0,0 +523910,311,63,59,12,11,0,0,0,0,0,0,0 +523920,311,63,892,182,173,4,0,0,0,0,0,0 +523930,311,63,423,75,74,0,0,0,0,0,0,0 +523991,311,63,17,5,3,0,0,0,0,0,0,0 +524113,311,63,2868,69,58,4,0,0,0,0,0,0 +524114,311,63,6302,101,90,0,4,0,0,0,0,0 +524126,311,63,2884,45,22,11,5,0,0,0,0,0 +524127,311,63,0,4,0,0,0,0,0,0,0,0 +524210,311,63,2663,579,554,11,4,0,0,0,0,0 +524291,311,63,39,17,13,0,0,0,0,0,0,0 +524292,311,63,325,20,13,3,0,0,0,0,0,0 +524298,311,63,769,13,8,0,0,0,0,0,0,0 +525990,311,63,5,3,3,0,0,0,0,0,0,0 +531110,311,63,891,185,172,6,0,0,0,0,0,0 +531120,311,63,323,76,72,0,0,0,0,0,0,0 +531130,311,63,115,32,28,0,0,0,0,0,0,0 +531190,311,63,41,19,16,0,0,0,0,0,0,0 +531210,311,63,1475,498,485,7,0,0,0,0,0,0 +531311,311,63,1836,85,68,6,4,0,0,0,0,0 +531312,311,63,744,56,48,3,0,0,0,0,0,0 +531320,311,63,103,38,33,0,0,0,0,0,0,0 +531390,311,63,78,27,23,0,0,0,0,0,0,0 +532111,311,63,302,23,19,0,0,0,0,0,0,0 +532120,311,63,276,23,20,0,0,0,0,0,0,0 +532210,311,63,0,8,7,0,0,0,0,0,0,0 +532281,311,63,18,5,4,0,0,0,0,0,0,0 +532282,311,63,0,3,0,0,0,0,0,0,0,0 +532283,311,63,39,6,3,0,0,0,0,0,0,0 +532289,311,63,100,11,8,0,0,0,0,0,0,0 +532310,311,63,79,11,4,0,0,0,0,0,0,0 +532412,311,63,51,8,3,0,0,0,0,0,0,0 +532420,311,63,4,4,4,0,0,0,0,0,0,0 +532490,311,63,142,24,20,0,0,0,0,0,0,0 +533110,311,63,254,10,5,0,0,0,0,0,0,0 +541110,311,63,2769,404,373,19,5,0,0,0,0,0 +541191,311,63,468,21,17,0,0,0,0,0,0,0 +541211,311,63,1329,130,109,11,0,0,0,0,0,0 +541213,311,63,524,67,58,0,0,0,0,0,0,0 +541214,311,63,336,14,4,6,0,0,0,0,0,0 +541219,311,63,560,123,116,4,0,0,0,0,0,0 +541310,311,63,1029,60,51,4,0,0,0,0,0,0 +541320,311,63,20,8,6,0,0,0,0,0,0,0 +541330,311,63,2957,149,117,18,4,0,0,0,0,0 +541340,311,63,31,9,6,0,0,0,0,0,0,0 +541350,311,63,55,12,11,0,0,0,0,0,0,0 +541370,311,63,62,8,4,0,0,0,0,0,0,0 +541380,311,63,165,6,3,0,0,0,0,0,0,0 +541410,311,63,137,49,46,0,0,0,0,0,0,0 +541430,311,63,131,43,43,0,0,0,0,0,0,0 +541490,311,63,6,3,0,0,0,0,0,0,0,0 +541511,311,63,1953,213,190,9,5,0,0,0,0,0 +541512,311,63,2085,155,135,9,6,0,0,0,0,0 +541513,311,63,178,20,16,0,0,0,0,0,0,0 +541519,311,63,0,9,6,0,0,0,0,0,0,0 +541611,311,63,896,216,203,3,0,0,0,0,0,0 +541612,311,63,1826,25,20,0,0,0,0,0,0,0 +541613,311,63,379,90,84,3,0,0,0,0,0,0 +541614,311,63,55,24,24,0,0,0,0,0,0,0 +541618,311,63,15,6,5,0,0,0,0,0,0,0 +541620,311,63,67,8,5,0,0,0,0,0,0,0 +541690,311,63,80,48,42,0,0,0,0,0,0,0 +541713,311,63,0,6,3,0,0,0,0,0,0,0 +541715,311,63,146,17,8,3,0,0,0,0,0,0 +541810,311,63,658,46,38,6,0,0,0,0,0,0 +541820,311,63,15,7,6,0,0,0,0,0,0,0 +541840,311,63,7,3,3,0,0,0,0,0,0,0 +541850,311,63,12,7,3,0,0,0,0,0,0,0 +541860,311,63,63,11,8,0,0,0,0,0,0,0 +541870,311,63,10,3,0,0,0,0,0,0,0,0 +541890,311,63,133,25,20,0,0,0,0,0,0,0 +541910,311,63,1063,9,0,3,0,0,0,0,0,0 +541921,311,63,119,46,38,0,0,0,0,0,0,0 +541922,311,63,28,16,12,0,0,0,0,0,0,0 +541930,311,63,5,4,4,0,0,0,0,0,0,0 +541940,311,63,913,85,62,10,0,0,0,0,0,0 +541990,311,63,80,24,23,0,0,0,0,0,0,0 +551111,311,63,144,10,7,3,0,0,0,0,0,0 +551112,311,63,401,25,14,5,0,0,0,0,0,0 +551114,311,63,15274,175,90,42,18,6,6,0,0,0 +561110,311,63,526,75,67,0,0,0,0,0,0,0 +561210,311,63,307,18,11,3,0,0,0,0,0,0 +561311,311,63,321,10,7,0,0,0,0,0,0,0 +561312,311,63,81,22,19,0,0,0,0,0,0,0 +561320,311,63,6863,101,42,31,15,6,0,0,0,0 +561330,311,63,608,6,0,0,0,0,0,0,0,0 +561410,311,63,25,12,11,0,0,0,0,0,0,0 +561422,311,63,4073,25,11,4,5,0,0,0,0,0 +561431,311,63,17,5,3,0,0,0,0,0,0,0 +561439,311,63,88,12,12,0,0,0,0,0,0,0 +561440,311,63,1235,14,5,3,0,0,0,0,0,0 +561450,311,63,37,3,0,0,0,0,0,0,0,0 +561492,311,63,13,6,5,0,0,0,0,0,0,0 +561499,311,63,332,19,14,0,0,0,0,0,0,0 +561510,311,63,174,66,63,0,0,0,0,0,0,0 +561599,311,63,1490,9,0,0,0,0,0,0,0,0 +561611,311,63,51,7,5,0,0,0,0,0,0,0 +561612,311,63,1826,25,12,3,4,0,0,0,0,0 +561613,311,63,130,4,0,0,0,0,0,0,0,0 +561621,311,63,522,20,12,0,0,0,0,0,0,0 +561622,311,63,30,4,0,0,0,0,0,0,0,0 +561710,311,63,187,32,29,0,0,0,0,0,0,0 +561720,311,63,3728,256,210,30,4,0,0,0,0,0 +561730,311,63,2894,449,420,20,0,0,0,0,0,0 +561740,311,63,119,32,27,0,0,0,0,0,0,0 +561790,311,63,152,29,16,3,0,0,0,0,0,0 +561920,311,63,53,10,3,0,0,0,0,0,0,0 +561990,311,63,408,28,16,0,0,0,0,0,0,0 +562111,311,63,504,34,26,0,0,0,0,0,0,0 +562119,311,63,16,3,0,0,0,0,0,0,0,0 +562212,311,63,0,3,0,0,0,0,0,0,0,0 +562910,311,63,81,7,3,0,0,0,0,0,0,0 +562991,311,63,9,6,0,0,0,0,0,0,0,0 +611110,311,63,1785,51,27,20,4,0,0,0,0,0 +611310,311,63,6048,14,3,0,0,0,0,0,0,0 +611420,311,63,0,4,0,0,0,0,0,0,0,0 +611430,311,63,50,9,4,0,0,0,0,0,0,0 +611513,311,63,51,5,0,0,0,0,0,0,0,0 +611519,311,63,102,11,8,0,0,0,0,0,0,0 +611610,311,63,376,45,37,3,0,0,0,0,0,0 +611620,311,63,601,62,51,5,0,0,0,0,0,0 +611691,311,63,142,14,9,0,0,0,0,0,0,0 +611692,311,63,0,3,0,0,0,0,0,0,0,0 +611699,311,63,113,12,10,0,0,0,0,0,0,0 +611710,311,63,58,13,6,0,0,0,0,0,0,0 +621111,311,63,6712,431,352,66,8,0,0,0,0,0 +621112,311,63,70,27,24,0,0,0,0,0,0,0 +621210,311,63,2406,375,357,11,0,0,0,0,0,0 +621310,311,63,489,168,162,0,0,0,0,0,0,0 +621320,311,63,321,66,62,0,0,0,0,0,0,0 +621330,311,63,382,118,113,0,0,0,0,0,0,0 +621340,311,63,1441,141,116,8,0,0,0,0,0,0 +621391,311,63,103,19,16,0,0,0,0,0,0,0 +621399,311,63,417,67,55,6,0,0,0,0,0,0 +621410,311,63,81,4,0,3,0,0,0,0,0,0 +621420,311,63,384,42,33,0,0,0,0,0,0,0 +621492,311,63,200,16,12,4,0,0,0,0,0,0 +621493,311,63,482,28,13,10,0,0,0,0,0,0 +621498,311,63,1213,49,32,6,4,0,0,0,0,0 +621511,311,63,325,11,5,0,0,0,0,0,0,0 +621512,311,63,74,11,11,0,0,0,0,0,0,0 +621610,311,63,2312,72,36,28,4,0,0,0,0,0 +621910,311,63,241,6,3,0,0,0,0,0,0,0 +621991,311,63,671,7,0,3,0,0,0,0,0,0 +621999,311,63,107,16,14,0,0,0,0,0,0,0 +622110,311,63,16696,13,0,0,0,0,3,3,0,0 +622310,311,63,1129,4,0,0,0,0,0,0,0,0 +623110,311,63,4615,49,11,18,15,0,0,0,0,0 +623210,311,63,622,28,20,0,0,0,0,0,0,0 +623220,311,63,535,20,9,6,0,0,0,0,0,0 +623311,311,63,1131,16,0,7,0,0,0,0,0,0 +623312,311,63,1558,32,5,20,3,0,0,0,0,0 +623990,311,63,0,3,0,0,0,0,0,0,0,0 +624110,311,63,1220,44,27,12,0,0,0,0,0,0 +624120,311,63,2096,63,36,12,5,0,0,0,0,0 +624190,311,63,1201,89,70,13,0,0,0,0,0,0 +624210,311,63,88,8,6,0,0,0,0,0,0,0 +624221,311,63,79,5,0,0,0,0,0,0,0,0 +624229,311,63,219,15,9,3,0,0,0,0,0,0 +624310,311,63,667,19,12,0,0,0,0,0,0,0 +624410,311,63,5668,360,257,86,4,0,0,0,0,0 +711110,311,63,139,5,0,0,0,0,0,0,0,0 +711130,311,63,131,8,6,0,0,0,0,0,0,0 +711310,311,63,454,9,4,0,0,0,0,0,0,0 +711320,311,63,60,15,14,0,0,0,0,0,0,0 +711410,311,63,6,4,4,0,0,0,0,0,0,0 +711510,311,63,157,41,39,0,0,0,0,0,0,0 +712110,311,63,313,11,0,0,0,0,0,0,0,0 +712130,311,63,957,3,0,0,0,0,0,0,0,0 +713120,311,63,153,9,0,0,0,0,0,0,0,0 +713290,311,63,186,5,0,0,0,0,0,0,0,0 +713910,311,63,961,33,7,7,0,0,0,0,0,0 +713940,311,63,3163,136,88,39,4,0,0,0,0,0 +713950,311,63,226,14,5,0,0,0,0,0,0,0 +713990,311,63,351,61,54,0,0,0,0,0,0,0 +721110,311,63,2800,115,63,36,3,0,0,0,0,0 +722310,311,63,1265,77,56,14,0,0,0,0,0,0 +722320,311,63,439,32,23,3,0,0,0,0,0,0 +722330,311,63,20,8,6,0,0,0,0,0,0,0 +722410,311,63,2127,232,203,19,0,0,0,0,0,0 +722511,311,63,15154,607,325,257,16,0,0,0,0,0 +722513,311,63,12555,621,318,292,0,0,0,0,0,0 +722514,311,63,394,16,4,6,0,0,0,0,0,0 +722515,311,63,2212,171,130,32,0,0,0,0,0,0 +811111,311,63,1273,220,209,0,0,0,0,0,0,0 +811112,311,63,0,4,4,0,0,0,0,0,0,0 +811113,311,63,221,14,12,0,0,0,0,0,0,0 +811118,311,63,54,9,9,0,0,0,0,0,0,0 +811121,311,63,850,113,99,6,0,0,0,0,0,0 +811122,311,63,118,19,15,0,0,0,0,0,0,0 +811191,311,63,103,15,13,0,0,0,0,0,0,0 +811192,311,63,396,58,45,0,0,0,0,0,0,0 +811211,311,63,14,3,0,0,0,0,0,0,0,0 +811212,311,63,42,13,13,0,0,0,0,0,0,0 +811213,311,63,13,3,0,0,0,0,0,0,0,0 +811219,311,63,30,8,7,0,0,0,0,0,0,0 +811310,311,63,401,64,53,0,0,0,0,0,0,0 +811411,311,63,13,4,4,0,0,0,0,0,0,0 +811412,311,63,74,11,6,0,0,0,0,0,0,0 +811420,311,63,19,10,6,0,0,0,0,0,0,0 +811490,311,63,69,24,23,0,0,0,0,0,0,0 +812111,311,63,62,14,11,0,0,0,0,0,0,0 +812112,311,63,1603,296,273,13,0,0,0,0,0,0 +812113,311,63,95,22,22,0,0,0,0,0,0,0 +812191,311,63,65,8,6,0,0,0,0,0,0,0 +812199,311,63,443,67,59,4,0,0,0,0,0,0 +812210,311,63,250,35,25,3,0,0,0,0,0,0 +812220,311,63,90,14,11,0,0,0,0,0,0,0 +812310,311,63,58,11,11,0,0,0,0,0,0,0 +812320,311,63,346,47,41,3,0,0,0,0,0,0 +812331,311,63,225,4,0,0,0,0,0,0,0,0 +812910,311,63,343,48,41,4,0,0,0,0,0,0 +812930,311,63,325,25,17,5,0,0,0,0,0,0 +812990,311,63,235,44,39,0,0,0,0,0,0,0 +813110,311,63,5723,460,391,49,10,0,0,0,0,0 +813211,311,63,490,56,47,5,0,0,0,0,0,0 +813212,311,63,149,27,23,0,0,0,0,0,0,0 +813219,311,63,0,5,3,0,0,0,0,0,0,0 +813311,311,63,25,6,6,0,0,0,0,0,0,0 +813312,311,63,0,6,4,0,0,0,0,0,0,0 +813319,311,63,140,19,17,0,0,0,0,0,0,0 +813410,311,63,785,96,84,6,0,0,0,0,0,0 +813910,311,63,214,34,26,0,0,0,0,0,0,0 +813920,311,63,76,12,7,0,0,0,0,0,0,0 +813930,311,63,342,49,46,0,0,0,0,0,0,0 +813940,311,63,28,5,3,0,0,0,0,0,0,0 +813990,311,63,20,8,7,0,0,0,0,0,0,0 +115112,319,63,93,35,25,0,0,0,0,0,0,0 +115114,319,63,0,6,0,0,0,0,0,0,0,0 +115116,319,63,7,3,0,0,0,0,0,0,0,0 +115210,319,63,13,9,8,0,0,0,0,0,0,0 +211120,319,63,0,5,3,0,0,0,0,0,0,0 +212321,319,63,44,10,4,0,0,0,0,0,0,0 +213112,319,63,44,22,19,0,0,0,0,0,0,0 +221210,319,63,0,19,6,0,0,0,0,0,0,0 +236115,319,63,513,199,173,0,0,0,0,0,0,0 +236116,319,63,0,5,3,0,0,0,0,0,0,0 +236117,319,63,312,50,43,0,0,0,0,0,0,0 +236118,319,63,1083,456,418,0,0,0,0,0,0,0 +236210,319,63,0,3,0,0,0,0,0,0,0,0 +236220,319,63,1983,149,69,14,0,0,0,0,0,0 +237110,319,63,639,92,58,0,0,0,0,0,0,0 +237130,319,63,168,18,7,0,0,0,0,0,0,0 +237210,319,63,53,6,5,0,0,0,0,0,0,0 +237310,319,63,933,54,19,3,0,0,0,0,0,0 +237990,319,63,0,6,3,0,0,0,0,0,0,0 +238110,319,63,1160,150,99,0,0,0,0,0,0,0 +238130,319,63,193,66,57,0,0,0,0,0,0,0 +238140,319,63,220,54,45,0,0,0,0,0,0,0 +238150,319,63,84,4,0,0,0,0,0,0,0,0 +238160,319,63,602,76,53,6,0,0,0,0,0,0 +238170,319,63,170,50,41,0,0,0,0,0,0,0 +238190,319,63,18,6,5,0,0,0,0,0,0,0 +238210,319,63,2556,400,317,10,3,0,0,0,0,0 +238220,319,63,3328,486,374,19,0,0,0,0,0,0 +238290,319,63,95,15,10,0,0,0,0,0,0,0 +238310,319,63,556,94,59,7,0,0,0,0,0,0 +238320,319,63,388,96,85,0,0,0,0,0,0,0 +238330,319,63,129,38,28,0,0,0,0,0,0,0 +238340,319,63,68,17,13,0,0,0,0,0,0,0 +238350,319,63,383,112,94,0,0,0,0,0,0,0 +238390,319,63,37,11,10,0,0,0,0,0,0,0 +238910,319,63,1250,193,125,6,0,0,0,0,0,0 +238990,319,63,395,101,77,0,0,0,0,0,0,0 +311111,319,63,35,7,0,0,0,0,0,0,0,0 +311119,319,63,198,14,6,0,0,0,0,0,0,0 +311611,319,63,8,9,6,0,0,0,0,0,0,0 +311612,319,63,897,5,0,0,0,0,0,0,0,0 +311811,319,63,116,9,3,3,0,0,0,0,0,0 +312120,319,63,72,8,7,0,0,0,0,0,0,0 +321920,319,63,110,7,0,0,0,0,0,0,0,0 +323111,319,63,451,27,17,0,0,0,0,0,0,0 +323113,319,63,77,13,7,0,0,0,0,0,0,0 +323117,319,63,0,3,0,0,0,0,0,0,0,0 +325414,319,63,0,3,0,0,0,0,0,0,0,0 +326122,319,63,0,3,0,0,0,0,0,0,0,0 +326199,319,63,1024,13,0,0,5,0,0,0,0,0 +327320,319,63,74,20,3,3,0,0,0,0,0,0 +327390,319,63,0,5,0,0,0,0,0,0,0,0 +332311,319,63,0,3,0,3,0,0,0,0,0,0 +332312,319,63,148,4,0,0,0,0,0,0,0,0 +332710,319,63,360,36,20,3,0,0,0,0,0,0 +332992,319,63,0,4,0,0,0,0,0,0,0,0 +332999,319,63,16,3,0,0,0,0,0,0,0,0 +333111,319,63,116,31,4,0,0,0,0,0,0,0 +333249,319,63,0,5,3,0,0,0,0,0,0,0 +334516,319,63,628,4,0,0,0,0,0,0,0,0 +336390,319,63,150,4,0,0,0,0,0,0,0,0 +336510,319,63,0,3,0,0,0,0,0,0,0,0 +337110,319,63,13,3,0,0,0,0,0,0,0,0 +339116,319,63,81,8,4,0,0,0,0,0,0,0 +339920,319,63,0,3,0,0,0,0,0,0,0,0 +339950,319,63,109,10,0,0,0,0,0,0,0,0 +339999,319,63,2,3,3,0,0,0,0,0,0,0 +423110,319,63,398,20,0,3,0,0,0,0,0,0 +423120,319,63,238,26,16,0,0,0,0,0,0,0 +423130,319,63,0,3,0,0,0,0,0,0,0,0 +423210,319,63,51,3,0,0,0,0,0,0,0,0 +423220,319,63,11,5,4,0,0,0,0,0,0,0 +423310,319,63,152,8,3,0,0,0,0,0,0,0 +423320,319,63,0,6,0,0,0,0,0,0,0,0 +423330,319,63,90,8,5,0,0,0,0,0,0,0 +423390,319,63,89,11,4,0,0,0,0,0,0,0 +423420,319,63,115,13,7,0,0,0,0,0,0,0 +423430,319,63,78,5,3,0,0,0,0,0,0,0 +423450,319,63,36,7,4,0,0,0,0,0,0,0 +423490,319,63,18,5,3,0,0,0,0,0,0,0 +423510,319,63,38,6,0,0,0,0,0,0,0,0 +423610,319,63,216,33,20,0,0,0,0,0,0,0 +423690,319,63,156,14,9,3,0,0,0,0,0,0 +423710,319,63,32,4,0,0,0,0,0,0,0,0 +423720,319,63,152,18,9,0,0,0,0,0,0,0 +423730,319,63,50,7,4,0,0,0,0,0,0,0 +423810,319,63,81,7,3,0,0,0,0,0,0,0 +423820,319,63,3144,255,62,22,0,0,0,0,0,0 +423830,319,63,455,47,30,0,0,0,0,0,0,0 +423840,319,63,51,9,3,0,0,0,0,0,0,0 +423850,319,63,19,5,3,0,0,0,0,0,0,0 +423930,319,63,101,15,3,0,0,0,0,0,0,0 +423990,319,63,8,3,3,0,0,0,0,0,0,0 +424120,319,63,18,5,3,0,0,0,0,0,0,0 +424130,319,63,0,3,0,0,0,0,0,0,0,0 +424210,319,63,44,10,9,0,0,0,0,0,0,0 +424410,319,63,0,3,0,0,0,0,0,0,0,0 +424420,319,63,65,5,0,0,0,0,0,0,0,0 +424470,319,63,0,3,0,0,0,0,0,0,0,0 +424490,319,63,663,36,6,0,0,0,0,0,0,0 +424510,319,63,2003,303,139,0,0,0,0,0,0,0 +424520,319,63,14,11,7,0,0,0,0,0,0,0 +424690,319,63,67,14,4,0,0,0,0,0,0,0 +424710,319,63,52,3,0,0,0,0,0,0,0,0 +424720,319,63,37,9,4,0,0,0,0,0,0,0 +424810,319,63,166,7,0,0,0,0,0,0,0,0 +424910,319,63,2451,294,145,6,0,0,0,0,0,0 +424930,319,63,30,4,0,0,0,0,0,0,0,0 +424950,319,63,18,4,3,0,0,0,0,0,0,0 +424990,319,63,34,10,7,0,0,0,0,0,0,0 +425120,319,63,408,69,44,0,0,0,0,0,0,0 +441110,319,63,2984,95,8,22,5,0,0,0,0,0 +441120,319,63,611,151,129,0,0,0,0,0,0,0 +441210,319,63,0,3,0,0,0,0,0,0,0,0 +441222,319,63,49,3,0,0,0,0,0,0,0,0 +441228,319,63,183,23,9,3,0,0,0,0,0,0 +441310,319,63,1360,170,87,0,0,0,0,0,0,0 +441320,319,63,626,67,39,3,0,0,0,0,0,0 +442110,319,63,451,47,14,3,0,0,0,0,0,0 +442210,319,63,133,24,19,0,0,0,0,0,0,0 +442299,319,63,186,22,14,0,0,0,0,0,0,0 +443141,319,63,153,16,7,0,0,0,0,0,0,0 +443142,319,63,446,49,33,0,0,0,0,0,0,0 +444110,319,63,995,8,0,0,5,0,0,0,0,0 +444120,319,63,49,10,6,0,0,0,0,0,0,0 +444130,319,63,638,77,27,6,0,0,0,0,0,0 +444190,319,63,1472,161,94,12,0,0,0,0,0,0 +444210,319,63,24,6,0,0,0,0,0,0,0,0 +444220,319,63,1095,118,37,4,0,0,0,0,0,0 +445110,319,63,8592,227,49,12,10,5,0,0,0,0 +445120,319,63,47,9,5,0,0,0,0,0,0,0 +445291,319,63,13,3,0,0,0,0,0,0,0,0 +445292,319,63,11,3,0,0,0,0,0,0,0,0 +445299,319,63,77,7,4,0,0,0,0,0,0,0 +445310,319,63,227,48,29,0,0,0,0,0,0,0 +446110,319,63,1523,124,47,21,0,0,0,0,0,0 +446120,319,63,193,16,8,0,0,0,0,0,0,0 +446130,319,63,145,20,17,0,0,0,0,0,0,0 +446191,319,63,319,42,31,0,0,0,0,0,0,0 +446199,319,63,223,38,19,0,0,0,0,0,0,0 +447110,319,63,4907,519,352,15,0,0,0,0,0,0 +447190,319,63,1393,89,16,0,0,0,0,0,0,0 +448110,319,63,44,6,3,0,0,0,0,0,0,0 +448120,319,63,682,81,58,0,0,0,0,0,0,0 +448130,319,63,85,9,4,0,0,0,0,0,0,0 +448140,319,63,1059,58,19,11,0,0,0,0,0,0 +448150,319,63,40,7,4,0,0,0,0,0,0,0 +448190,319,63,263,32,19,0,0,0,0,0,0,0 +448210,319,63,540,69,45,0,0,0,0,0,0,0 +448310,319,63,254,49,35,0,0,0,0,0,0,0 +451110,319,63,659,62,43,0,0,0,0,0,0,0 +451120,319,63,228,23,5,5,0,0,0,0,0,0 +451130,319,63,0,4,0,0,0,0,0,0,0,0 +451140,319,63,66,11,4,0,0,0,0,0,0,0 +451211,319,63,240,17,4,0,0,0,0,0,0,0 +452210,319,63,1309,17,0,16,0,0,0,0,0,0 +452311,319,63,0,12,0,0,7,0,0,0,0,0 +452319,319,63,1097,135,50,0,0,0,0,0,0,0 +453110,319,63,139,41,21,0,0,0,0,0,0,0 +453210,319,63,105,11,0,0,0,0,0,0,0,0 +453220,319,63,200,48,34,0,0,0,0,0,0,0 +453310,319,63,574,72,45,5,0,0,0,0,0,0 +453910,319,63,129,10,3,3,0,0,0,0,0,0 +453920,319,63,20,3,0,0,0,0,0,0,0,0 +453991,319,63,52,15,3,0,0,0,0,0,0,0 +453998,319,63,282,68,59,0,0,0,0,0,0,0 +454110,319,63,819,82,60,3,0,0,0,0,0,0 +454210,319,63,86,4,0,0,0,0,0,0,0,0 +454310,319,63,45,9,3,0,0,0,0,0,0,0 +454390,319,63,394,80,59,0,0,0,0,0,0,0 +481111,319,63,15,6,0,0,0,0,0,0,0,0 +484110,319,63,616,154,98,0,0,0,0,0,0,0 +484121,319,63,4543,272,210,3,0,0,0,0,0,0 +484122,319,63,318,35,16,0,0,0,0,0,0,0 +484210,319,63,60,6,0,0,0,0,0,0,0,0 +484220,319,63,1677,525,450,0,0,0,0,0,0,0 +484230,319,63,877,218,180,0,0,0,0,0,0,0 +485320,319,63,15,4,0,0,0,0,0,0,0,0 +485410,319,63,0,3,0,0,0,0,0,0,0,0 +485991,319,63,0,3,0,0,0,0,0,0,0,0 +485999,319,63,38,5,0,0,0,0,0,0,0,0 +486210,319,63,31,7,0,0,0,0,0,0,0,0 +488190,319,63,0,3,0,0,0,0,0,0,0,0 +488210,319,63,0,4,0,0,0,0,0,0,0,0 +488410,319,63,50,15,13,0,0,0,0,0,0,0 +488490,319,63,7,9,6,0,0,0,0,0,0,0 +488510,319,63,95,28,18,0,0,0,0,0,0,0 +492110,319,63,722,30,5,0,0,0,0,0,0,0 +492210,319,63,43,6,3,0,0,0,0,0,0,0 +493110,319,63,123,13,0,0,0,0,0,0,0,0 +493120,319,63,161,4,0,0,0,0,0,0,0,0 +493130,319,63,0,3,0,0,0,0,0,0,0,0 +493190,319,63,0,3,0,0,0,0,0,0,0,0 +511110,319,63,30,38,16,0,0,0,0,0,0,0 +511120,319,63,0,9,5,0,0,0,0,0,0,0 +511130,319,63,0,3,0,0,0,0,0,0,0,0 +511140,319,63,0,4,0,0,0,0,0,0,0,0 +511210,319,63,1555,25,9,11,3,0,0,0,0,0 +512110,319,63,19,6,4,0,0,0,0,0,0,0 +512131,319,63,0,4,0,3,0,0,0,0,0,0 +515111,319,63,5,3,3,0,0,0,0,0,0,0 +515112,319,63,150,19,0,0,0,0,0,0,0,0 +515120,319,63,0,3,0,0,0,0,0,0,0,0 +517311,319,63,1572,120,67,10,0,0,0,0,0,0 +517312,319,63,204,45,25,0,0,0,0,0,0,0 +518210,319,63,304,21,18,0,0,0,0,0,0,0 +519130,319,63,64,9,8,0,0,0,0,0,0,0 +522110,319,63,8101,727,498,52,0,0,0,0,0,0 +522120,319,63,0,15,5,0,0,0,0,0,0,0 +522130,319,63,300,31,20,0,0,0,0,0,0,0 +522291,319,63,0,9,4,0,0,0,0,0,0,0 +522292,319,63,29,14,13,0,0,0,0,0,0,0 +522298,319,63,149,17,0,0,0,0,0,0,0,0 +522320,319,63,1069,9,3,0,0,0,0,0,0,0 +522390,319,63,192,46,43,0,0,0,0,0,0,0 +523120,319,63,214,55,42,3,0,0,0,0,0,0 +523140,319,63,12,13,10,0,0,0,0,0,0,0 +523910,319,63,59,10,8,0,0,0,0,0,0,0 +523920,319,63,322,151,134,0,0,0,0,0,0,0 +523930,319,63,123,50,46,0,0,0,0,0,0,0 +523991,319,63,0,3,0,0,0,0,0,0,0,0 +524113,319,63,1635,85,73,3,0,0,0,0,0,0 +524114,319,63,29,11,10,0,0,0,0,0,0,0 +524126,319,63,2548,34,15,0,0,3,0,0,0,0 +524210,319,63,3562,962,888,0,0,0,0,0,0,0 +524291,319,63,7,9,9,0,0,0,0,0,0,0 +524292,319,63,242,7,0,3,0,0,0,0,0,0 +524298,319,63,9,3,0,0,0,0,0,0,0,0 +531110,319,63,671,161,147,0,0,0,0,0,0,0 +531120,319,63,189,76,63,0,0,0,0,0,0,0 +531130,319,63,19,14,14,0,0,0,0,0,0,0 +531190,319,63,37,19,19,0,0,0,0,0,0,0 +531210,319,63,617,325,314,3,0,0,0,0,0,0 +531311,319,63,668,62,52,0,0,0,0,0,0,0 +531312,319,63,36,12,11,0,0,0,0,0,0,0 +531320,319,63,103,56,55,0,0,0,0,0,0,0 +532111,319,63,111,19,12,0,0,0,0,0,0,0 +532120,319,63,1,6,3,0,0,0,0,0,0,0 +532210,319,63,0,17,9,0,0,0,0,0,0,0 +532281,319,63,0,3,0,0,0,0,0,0,0,0 +532283,319,63,41,9,3,0,0,0,0,0,0,0 +532284,319,63,2,5,5,0,0,0,0,0,0,0 +532289,319,63,39,6,3,0,0,0,0,0,0,0 +532310,319,63,0,3,3,0,0,0,0,0,0,0 +532412,319,63,0,6,0,0,0,0,0,0,0,0 +532490,319,63,81,5,0,0,0,0,0,0,0,0 +533110,319,63,0,3,0,0,0,0,0,0,0,0 +541110,319,63,1914,416,358,13,0,0,0,0,0,0 +541191,319,63,27,9,3,0,0,0,0,0,0,0 +541199,319,63,3,3,3,0,0,0,0,0,0,0 +541211,319,63,1240,182,109,3,0,0,0,0,0,0 +541213,319,63,272,46,26,0,0,0,0,0,0,0 +541214,319,63,0,3,0,0,0,0,0,0,0,0 +541219,319,63,523,95,74,0,0,0,0,0,0,0 +541310,319,63,333,32,22,0,0,0,0,0,0,0 +541320,319,63,0,3,0,0,0,0,0,0,0,0 +541330,319,63,1032,104,62,7,0,0,0,0,0,0 +541340,319,63,7,5,4,0,0,0,0,0,0,0 +541370,319,63,14,5,5,0,0,0,0,0,0,0 +541380,319,63,90,6,0,0,0,0,0,0,0,0 +541410,319,63,102,28,23,0,0,0,0,0,0,0 +541430,319,63,21,12,11,0,0,0,0,0,0,0 +541511,319,63,560,111,98,5,0,0,0,0,0,0 +541512,319,63,1128,64,51,0,0,0,0,0,0,0 +541513,319,63,45,5,0,0,0,0,0,0,0,0 +541519,319,63,31,6,4,0,0,0,0,0,0,0 +541611,319,63,217,96,89,0,0,0,0,0,0,0 +541612,319,63,157,13,9,0,0,0,0,0,0,0 +541613,319,63,191,47,39,0,0,0,0,0,0,0 +541614,319,63,59,8,6,0,0,0,0,0,0,0 +541618,319,63,11,4,3,0,0,0,0,0,0,0 +541620,319,63,32,13,8,0,0,0,0,0,0,0 +541690,319,63,151,85,76,0,0,0,0,0,0,0 +541713,319,63,0,3,0,0,0,0,0,0,0,0 +541714,319,63,0,7,5,0,0,0,0,0,0,0 +541715,319,63,511,14,10,0,0,0,0,0,0,0 +541810,319,63,809,26,14,3,0,0,0,0,0,0 +541820,319,63,54,16,16,0,0,0,0,0,0,0 +541840,319,63,7,3,3,0,0,0,0,0,0,0 +541850,319,63,23,5,3,0,0,0,0,0,0,0 +541890,319,63,118,16,14,0,0,0,0,0,0,0 +541910,319,63,0,8,4,0,0,0,0,0,0,0 +541921,319,63,63,42,40,0,0,0,0,0,0,0 +541922,319,63,21,4,0,0,0,0,0,0,0,0 +541930,319,63,14,4,0,0,0,0,0,0,0,0 +541940,319,63,1211,161,81,0,0,0,0,0,0,0 +541990,319,63,29,12,5,0,0,0,0,0,0,0 +551112,319,63,138,14,7,4,0,0,0,0,0,0 +551114,319,63,4493,83,38,17,0,0,0,0,0,0 +561110,319,63,374,56,38,5,0,0,0,0,0,0 +561210,319,63,0,6,3,0,0,0,0,0,0,0 +561311,319,63,335,10,4,0,0,0,0,0,0,0 +561312,319,63,1,3,3,0,0,0,0,0,0,0 +561320,319,63,2208,65,24,8,0,0,0,0,0,0 +561410,319,63,13,10,10,0,0,0,0,0,0,0 +561422,319,63,607,6,0,0,0,0,0,0,0,0 +561439,319,63,0,4,3,0,0,0,0,0,0,0 +561440,319,63,46,8,0,0,0,0,0,0,0,0 +561492,319,63,16,8,7,0,0,0,0,0,0,0 +561499,319,63,51,7,4,0,0,0,0,0,0,0 +561510,319,63,88,11,9,0,0,0,0,0,0,0 +561599,319,63,25,4,0,0,0,0,0,0,0,0 +561611,319,63,6,4,3,0,0,0,0,0,0,0 +561612,319,63,502,8,0,0,0,0,0,0,0,0 +561621,319,63,72,6,0,0,0,0,0,0,0,0 +561622,319,63,18,6,4,0,0,0,0,0,0,0 +561710,319,63,119,29,17,0,0,0,0,0,0,0 +561720,319,63,2056,191,140,10,0,0,0,0,0,0 +561730,319,63,1216,371,332,6,0,0,0,0,0,0 +561740,319,63,55,20,17,0,0,0,0,0,0,0 +561790,319,63,28,9,8,0,0,0,0,0,0,0 +561990,319,63,196,39,17,0,0,0,0,0,0,0 +562111,319,63,665,63,39,4,0,0,0,0,0,0 +562910,319,63,74,5,3,0,0,0,0,0,0,0 +562991,319,63,4,4,4,0,0,0,0,0,0,0 +611110,319,63,1517,62,12,15,0,0,0,0,0,0 +611310,319,63,1459,6,0,0,0,0,0,0,0,0 +611430,319,63,13,10,10,0,0,0,0,0,0,0 +611511,319,63,62,4,0,0,0,0,0,0,0,0 +611519,319,63,11,4,3,0,0,0,0,0,0,0 +611610,319,63,297,37,24,0,0,0,0,0,0,0 +611620,319,63,250,30,21,6,0,0,0,0,0,0 +611691,319,63,72,4,0,0,0,0,0,0,0,0 +611710,319,63,59,12,8,0,0,0,0,0,0,0 +621111,319,63,6463,466,315,87,6,0,0,0,0,0 +621112,319,63,126,32,28,0,0,0,0,0,0,0 +621210,319,63,2676,384,312,5,0,0,0,0,0,0 +621310,319,63,715,218,181,0,0,0,0,0,0,0 +621320,319,63,531,76,28,0,0,0,0,0,0,0 +621330,319,63,302,127,117,0,0,0,0,0,0,0 +621340,319,63,1228,133,95,6,0,0,0,0,0,0 +621391,319,63,44,11,5,0,0,0,0,0,0,0 +621399,319,63,225,47,38,0,0,0,0,0,0,0 +621410,319,63,22,3,0,0,0,0,0,0,0,0 +621420,319,63,334,36,22,0,0,0,0,0,0,0 +621492,319,63,0,9,3,0,0,0,0,0,0,0 +621493,319,63,232,12,0,0,0,0,0,0,0,0 +621498,319,63,507,33,13,3,0,0,0,0,0,0 +621511,319,63,102,8,4,0,0,0,0,0,0,0 +621512,319,63,0,4,3,0,0,0,0,0,0,0 +621610,319,63,359,16,5,3,0,0,0,0,0,0 +621910,319,63,0,6,0,0,0,0,0,0,0,0 +621991,319,63,0,4,0,0,0,0,0,0,0,0 +621999,319,63,0,3,0,0,0,0,0,0,0,0 +622110,319,63,6025,7,0,0,0,0,0,0,0,0 +622310,319,63,2020,3,0,0,0,0,0,0,0,0 +623110,319,63,5316,53,0,14,5,0,0,0,0,0 +623210,319,63,528,41,35,0,0,0,0,0,0,0 +623220,319,63,332,17,3,7,0,0,0,0,0,0 +623311,319,63,1610,24,0,6,0,0,0,0,0,0 +623312,319,63,1251,37,3,19,0,0,0,0,0,0 +623990,319,63,60,7,0,0,0,0,0,0,0,0 +624110,319,63,374,49,37,4,0,0,0,0,0,0 +624120,319,63,1825,78,25,7,0,0,0,0,0,0 +624190,319,63,1888,148,95,7,5,0,0,0,0,0 +624210,319,63,122,15,3,0,0,0,0,0,0,0 +624221,319,63,216,7,0,0,0,0,0,0,0,0 +624229,319,63,56,7,0,0,0,0,0,0,0,0 +624310,319,63,1347,30,8,0,0,0,0,0,0,0 +624410,319,63,2978,285,173,37,0,0,0,0,0,0 +711110,319,63,5,6,3,0,0,0,0,0,0,0 +711130,319,63,0,4,0,0,0,0,0,0,0,0 +711211,319,63,115,3,0,0,0,0,0,0,0,0 +711310,319,63,142,8,0,0,0,0,0,0,0,0 +711320,319,63,29,4,0,0,0,0,0,0,0,0 +711510,319,63,54,21,17,0,0,0,0,0,0,0 +712110,319,63,45,10,7,0,0,0,0,0,0,0 +713120,319,63,94,4,0,0,0,0,0,0,0,0 +713910,319,63,464,45,7,4,0,0,0,0,0,0 +713940,319,63,2189,112,65,10,6,0,0,0,0,0 +713950,319,63,155,10,0,4,0,0,0,0,0,0 +713990,319,63,221,42,37,0,0,0,0,0,0,0 +721110,319,63,4571,300,184,40,0,0,0,0,0,0 +721211,319,63,11,4,4,0,0,0,0,0,0,0 +721310,319,63,81,29,27,0,0,0,0,0,0,0 +722310,319,63,581,60,36,3,0,0,0,0,0,0 +722320,319,63,131,14,7,0,0,0,0,0,0,0 +722410,319,63,1620,262,192,7,0,0,0,0,0,0 +722511,319,63,13829,831,440,225,6,0,0,0,0,0 +722513,319,63,15204,785,366,291,3,0,0,0,0,0 +722514,319,63,247,10,0,0,0,0,0,0,0,0 +722515,319,63,1578,127,79,18,0,0,0,0,0,0 +811111,319,63,1652,459,411,0,0,0,0,0,0,0 +811113,319,63,33,11,8,0,0,0,0,0,0,0 +811118,319,63,10,3,0,0,0,0,0,0,0,0 +811121,319,63,803,191,137,4,0,0,0,0,0,0 +811122,319,63,59,14,10,0,0,0,0,0,0,0 +811191,319,63,92,12,8,0,0,0,0,0,0,0 +811192,319,63,417,55,28,5,0,0,0,0,0,0 +811212,319,63,10,5,4,0,0,0,0,0,0,0 +811213,319,63,0,3,0,0,0,0,0,0,0,0 +811219,319,63,13,4,3,0,0,0,0,0,0,0 +811310,319,63,608,156,93,0,0,0,0,0,0,0 +811411,319,63,13,5,4,0,0,0,0,0,0,0 +811412,319,63,28,4,0,0,0,0,0,0,0,0 +811420,319,63,14,6,5,0,0,0,0,0,0,0 +811490,319,63,14,7,6,0,0,0,0,0,0,0 +812111,319,63,10,12,12,0,0,0,0,0,0,0 +812112,319,63,1053,281,241,0,0,0,0,0,0,0 +812113,319,63,19,12,11,0,0,0,0,0,0,0 +812191,319,63,44,7,4,0,0,0,0,0,0,0 +812199,319,63,195,45,41,0,0,0,0,0,0,0 +812210,319,63,273,44,21,0,0,0,0,0,0,0 +812310,319,63,25,7,7,0,0,0,0,0,0,0 +812320,319,63,105,15,14,0,0,0,0,0,0,0 +812910,319,63,208,40,30,0,0,0,0,0,0,0 +812930,319,63,0,5,3,0,0,0,0,0,0,0 +812990,319,63,52,14,10,0,0,0,0,0,0,0 +813110,319,63,7185,1134,986,48,3,0,0,0,0,0 +813211,319,63,501,46,38,0,0,0,0,0,0,0 +813212,319,63,35,9,9,0,0,0,0,0,0,0 +813219,319,63,0,3,0,0,0,0,0,0,0,0 +813311,319,63,49,10,5,0,0,0,0,0,0,0 +813312,319,63,234,22,11,0,0,0,0,0,0,0 +813319,319,63,61,14,13,0,0,0,0,0,0,0 +813410,319,63,922,142,107,6,0,0,0,0,0,0 +813910,319,63,468,89,79,5,0,0,0,0,0,0 +813920,319,63,80,26,25,0,0,0,0,0,0,0 +813930,319,63,378,44,34,0,0,0,0,0,0,0 +813940,319,63,18,8,7,0,0,0,0,0,0,0 +813990,319,63,48,10,7,0,0,0,0,0,0,0 +115210,321,64,13,9,9,0,0,0,0,0,0,0 +211120,321,64,48,7,4,0,0,0,0,0,0,0 +212221,321,64,6,8,3,0,0,0,0,0,0,0 +212321,321,64,95,8,4,0,0,0,0,0,0,0 +212325,321,64,153,3,0,0,0,0,0,0,0,0 +212399,321,64,0,3,0,0,0,0,0,0,0,0 +213112,321,64,60,6,4,0,0,0,0,0,0,0 +213114,321,64,0,3,0,0,0,0,0,0,0,0 +221112,321,64,266,12,0,8,0,0,0,0,0,0 +221122,321,64,1487,25,15,3,0,0,0,0,0,0 +221210,321,64,0,11,7,0,0,0,0,0,0,0 +221310,321,64,7,3,0,0,0,0,0,0,0,0 +221330,321,64,61,3,0,0,0,0,0,0,0,0 +236115,321,64,1028,93,83,8,0,0,0,0,0,0 +236116,321,64,41,4,0,0,0,0,0,0,0,0 +236117,321,64,1244,46,32,9,5,0,0,0,0,0 +236118,321,64,2303,316,281,32,0,0,0,0,0,0 +236210,321,64,165,6,0,0,0,0,0,0,0,0 +236220,321,64,4652,305,242,57,4,0,0,0,0,0 +237110,321,64,890,37,18,15,0,0,0,0,0,0 +237120,321,64,968,5,0,0,0,0,0,0,0,0 +237130,321,64,468,18,8,8,0,0,0,0,0,0 +237210,321,64,68,22,18,0,0,0,0,0,0,0 +237310,321,64,1603,24,12,4,0,0,0,0,0,0 +237990,321,64,66,10,7,0,0,0,0,0,0,0 +238110,321,64,2384,76,42,26,4,0,0,0,0,0 +238120,321,64,724,28,19,5,3,0,0,0,0,0 +238130,321,64,2792,40,21,6,8,0,0,0,0,0 +238140,321,64,2729,64,39,17,4,3,0,0,0,0 +238150,321,64,493,51,44,7,0,0,0,0,0,0 +238160,321,64,1337,50,32,12,3,0,0,0,0,0 +238170,321,64,0,4,0,0,0,0,0,0,0,0 +238190,321,64,164,24,19,3,0,0,0,0,0,0 +238210,321,64,6635,386,301,70,10,0,0,0,0,0 +238220,321,64,8327,522,437,62,16,0,0,0,0,0 +238290,321,64,618,47,40,7,0,0,0,0,0,0 +238310,321,64,4513,105,53,34,13,0,0,0,0,0 +238320,321,64,1325,133,114,15,0,0,0,0,0,0 +238330,321,64,1491,76,55,18,0,0,0,0,0,0 +238340,321,64,1034,74,60,12,0,0,0,0,0,0 +238350,321,64,1514,132,107,25,0,0,0,0,0,0 +238390,321,64,1007,85,74,10,0,0,0,0,0,0 +238910,321,64,2128,127,96,26,3,0,0,0,0,0 +238990,321,64,2967,182,143,30,0,0,0,0,0,0 +311111,321,64,0,3,3,0,0,0,0,0,0,0 +311352,321,64,0,5,3,0,0,0,0,0,0,0 +311421,321,64,24,3,0,0,0,0,0,0,0,0 +311520,321,64,0,5,0,0,0,0,0,0,0,0 +311612,321,64,24,5,4,0,0,0,0,0,0,0 +311811,321,64,423,38,31,7,0,0,0,0,0,0 +311812,321,64,876,21,11,0,4,0,0,0,0,0 +311821,321,64,0,5,0,0,0,0,0,0,0,0 +311830,321,64,0,3,0,0,0,0,0,0,0,0 +311920,321,64,0,3,0,0,0,0,0,0,0,0 +311941,321,64,0,3,0,0,0,0,0,0,0,0 +311991,321,64,601,12,4,3,0,0,0,0,0,0 +311999,321,64,120,8,3,3,0,0,0,0,0,0 +312112,321,64,122,4,0,0,0,0,0,0,0,0 +312113,321,64,0,4,0,0,0,0,0,0,0,0 +312120,321,64,83,10,6,0,0,0,0,0,0,0 +312230,321,64,8,4,3,0,0,0,0,0,0,0 +314120,321,64,74,7,5,0,0,0,0,0,0,0 +314999,321,64,117,21,19,0,0,0,0,0,0,0 +315210,321,64,6,6,6,0,0,0,0,0,0,0 +315220,321,64,0,3,0,0,0,0,0,0,0,0 +315240,321,64,7,3,3,0,0,0,0,0,0,0 +321214,321,64,449,4,0,0,0,0,0,0,0,0 +321911,321,64,73,4,0,3,0,0,0,0,0,0 +321912,321,64,28,3,0,0,0,0,0,0,0,0 +321920,321,64,70,6,0,0,0,0,0,0,0,0 +321999,321,64,34,9,7,0,0,0,0,0,0,0 +322291,321,64,350,3,0,0,0,0,0,0,0,0 +323111,321,64,1606,78,61,14,0,0,0,0,0,0 +323113,321,64,232,17,16,0,0,0,0,0,0,0 +323120,321,64,0,4,0,0,0,0,0,0,0,0 +324121,321,64,0,5,0,0,0,0,0,0,0,0 +325411,321,64,0,3,0,0,0,0,0,0,0,0 +325412,321,64,63,9,6,0,0,0,0,0,0,0 +325510,321,64,34,3,0,0,0,0,0,0,0,0 +325620,321,64,12,6,4,0,0,0,0,0,0,0 +325998,321,64,42,6,4,0,0,0,0,0,0,0 +326111,321,64,0,4,0,0,0,0,0,0,0,0 +326113,321,64,0,4,0,0,0,0,0,0,0,0 +326160,321,64,129,5,0,0,0,0,0,0,0,0 +326191,321,64,0,3,0,0,0,0,0,0,0,0 +326199,321,64,423,11,0,3,0,0,0,0,0,0 +326212,321,64,51,4,0,0,0,0,0,0,0,0 +327215,321,64,157,7,0,4,0,0,0,0,0,0 +327320,321,64,557,27,18,9,0,0,0,0,0,0 +327331,321,64,138,8,0,0,0,0,0,0,0,0 +327390,321,64,209,6,0,0,0,0,0,0,0,0 +327420,321,64,369,5,0,0,0,0,0,0,0,0 +327991,321,64,150,10,3,3,0,0,0,0,0,0 +327992,321,64,33,3,0,0,0,0,0,0,0,0 +327999,321,64,158,6,3,0,0,0,0,0,0,0 +332312,321,64,165,9,3,0,0,0,0,0,0,0 +332321,321,64,194,10,4,0,0,0,0,0,0,0 +332322,321,64,581,24,16,3,0,0,0,0,0,0 +332323,321,64,316,27,22,5,0,0,0,0,0,0 +332510,321,64,63,8,6,0,0,0,0,0,0,0 +332618,321,64,60,4,0,0,0,0,0,0,0,0 +332710,321,64,104,16,10,0,0,0,0,0,0,0 +332721,321,64,26,4,0,0,0,0,0,0,0,0 +332722,321,64,164,3,0,0,0,0,0,0,0,0 +332812,321,64,60,6,3,0,0,0,0,0,0,0 +332813,321,64,39,6,3,0,0,0,0,0,0,0 +332999,321,64,105,6,3,0,0,0,0,0,0,0 +333241,321,64,13,3,0,0,0,0,0,0,0,0 +333249,321,64,10,3,0,0,0,0,0,0,0,0 +333999,321,64,227,3,0,0,0,0,0,0,0,0 +334111,321,64,5,3,3,0,0,0,0,0,0,0 +334418,321,64,121,3,0,0,0,0,0,0,0,0 +334419,321,64,57,4,0,0,0,0,0,0,0,0 +334510,321,64,28,4,3,0,0,0,0,0,0,0 +334519,321,64,151,5,3,0,0,0,0,0,0,0 +335122,321,64,29,5,0,0,0,0,0,0,0,0 +335314,321,64,14,4,0,0,0,0,0,0,0,0 +335911,321,64,0,3,0,0,0,0,0,0,0,0 +336310,321,64,57,7,4,0,0,0,0,0,0,0 +336390,321,64,24,4,0,0,0,0,0,0,0,0 +336411,321,64,0,4,0,0,0,0,0,0,0,0 +337110,321,64,87,16,16,0,0,0,0,0,0,0 +337122,321,64,0,3,0,0,0,0,0,0,0,0 +337127,321,64,0,3,0,0,0,0,0,0,0,0 +337212,321,64,266,12,7,3,0,0,0,0,0,0 +337215,321,64,24,8,8,0,0,0,0,0,0,0 +337910,321,64,22,5,3,0,0,0,0,0,0,0 +339112,321,64,0,3,0,0,0,0,0,0,0,0 +339113,321,64,37,5,0,0,0,0,0,0,0,0 +339115,321,64,26,3,0,0,0,0,0,0,0,0 +339116,321,64,248,44,41,3,0,0,0,0,0,0 +339920,321,64,0,4,3,0,0,0,0,0,0,0 +339930,321,64,12,6,5,0,0,0,0,0,0,0 +339940,321,64,0,3,0,0,0,0,0,0,0,0 +339950,321,64,893,54,45,7,0,0,0,0,0,0 +339999,321,64,1246,44,32,7,0,0,0,0,0,0 +423110,321,64,448,26,18,6,0,0,0,0,0,0 +423120,321,64,583,61,51,9,0,0,0,0,0,0 +423130,321,64,222,17,11,3,0,0,0,0,0,0 +423140,321,64,195,7,0,0,0,0,0,0,0,0 +423210,321,64,204,35,32,3,0,0,0,0,0,0 +423220,321,64,569,52,46,4,0,0,0,0,0,0 +423310,321,64,309,28,19,8,0,0,0,0,0,0 +423320,321,64,262,30,27,3,0,0,0,0,0,0 +423330,321,64,109,10,7,0,0,0,0,0,0,0 +423390,321,64,128,20,14,0,0,0,0,0,0,0 +423410,321,64,27,7,4,0,0,0,0,0,0,0 +423420,321,64,597,52,42,9,0,0,0,0,0,0 +423430,321,64,265,28,27,0,0,0,0,0,0,0 +423440,321,64,332,37,28,7,0,0,0,0,0,0 +423450,321,64,427,71,69,0,0,0,0,0,0,0 +423460,321,64,73,7,3,0,0,0,0,0,0,0 +423490,321,64,47,13,12,0,0,0,0,0,0,0 +423510,321,64,315,31,26,4,0,0,0,0,0,0 +423610,321,64,1128,84,67,16,0,0,0,0,0,0 +423620,321,64,120,22,22,0,0,0,0,0,0,0 +423690,321,64,410,60,55,5,0,0,0,0,0,0 +423710,321,64,415,38,33,3,0,0,0,0,0,0 +423720,321,64,275,31,24,4,0,0,0,0,0,0 +423730,321,64,489,35,27,7,0,0,0,0,0,0 +423740,321,64,61,6,6,0,0,0,0,0,0,0 +423810,321,64,641,18,8,7,0,0,0,0,0,0 +423820,321,64,21,10,10,0,0,0,0,0,0,0 +423830,321,64,457,77,72,5,0,0,0,0,0,0 +423840,321,64,142,22,21,0,0,0,0,0,0,0 +423850,321,64,400,32,28,0,0,0,0,0,0,0 +423860,321,64,28,6,4,0,0,0,0,0,0,0 +423910,321,64,425,34,32,0,0,0,0,0,0,0 +423920,321,64,106,19,14,0,0,0,0,0,0,0 +423930,321,64,249,26,23,0,0,0,0,0,0,0 +423940,321,64,111,33,32,0,0,0,0,0,0,0 +423990,321,64,1371,70,63,4,0,0,0,0,0,0 +424110,321,64,31,4,0,0,0,0,0,0,0,0 +424120,321,64,181,15,10,3,0,0,0,0,0,0 +424130,321,64,160,16,14,0,0,0,0,0,0,0 +424210,321,64,714,86,75,10,0,0,0,0,0,0 +424310,321,64,24,6,3,0,0,0,0,0,0,0 +424320,321,64,57,9,9,0,0,0,0,0,0,0 +424330,321,64,135,26,23,0,0,0,0,0,0,0 +424340,321,64,111,7,0,0,0,0,0,0,0,0 +424410,321,64,434,11,5,0,0,0,0,0,0,0 +424420,321,64,571,25,20,0,3,0,0,0,0,0 +424430,321,64,251,12,10,0,0,0,0,0,0,0 +424450,321,64,386,19,17,0,0,0,0,0,0,0 +424460,321,64,71,11,10,0,0,0,0,0,0,0 +424470,321,64,223,10,5,0,0,0,0,0,0,0 +424480,321,64,421,20,16,3,0,0,0,0,0,0 +424490,321,64,1862,99,86,6,3,0,0,0,0,0 +424610,321,64,134,16,13,0,0,0,0,0,0,0 +424690,321,64,167,30,27,0,0,0,0,0,0,0 +424710,321,64,103,10,6,0,0,0,0,0,0,0 +424720,321,64,211,9,5,0,0,0,0,0,0,0 +424810,321,64,666,3,0,0,0,0,0,0,0,0 +424820,321,64,1175,24,15,0,0,0,0,0,0,0 +424910,321,64,36,11,9,0,0,0,0,0,0,0 +424920,321,64,0,3,3,0,0,0,0,0,0,0 +424930,321,64,78,14,12,0,0,0,0,0,0,0 +424940,321,64,422,11,8,0,0,0,0,0,0,0 +424950,321,64,30,10,7,0,0,0,0,0,0,0 +424990,321,64,319,89,89,0,0,0,0,0,0,0 +425110,321,64,7,4,4,0,0,0,0,0,0,0 +425120,321,64,1098,236,227,6,0,0,0,0,0,0 +441110,321,64,6642,76,18,30,26,0,0,0,0,0 +441120,321,64,996,109,98,8,0,0,0,0,0,0 +441210,321,64,396,20,12,4,0,0,0,0,0,0 +441222,321,64,96,6,0,0,0,0,0,0,0,0 +441228,321,64,490,31,22,7,0,0,0,0,0,0 +441310,321,64,2069,189,167,16,0,0,0,0,0,0 +441320,321,64,934,91,86,0,0,0,0,0,0,0 +442110,321,64,1537,140,127,9,3,0,0,0,0,0 +442210,321,64,513,37,31,3,0,0,0,0,0,0 +442291,321,64,47,8,7,0,0,0,0,0,0,0 +442299,321,64,1083,79,59,20,0,0,0,0,0,0 +443141,321,64,199,23,19,4,0,0,0,0,0,0 +443142,321,64,2352,146,127,12,6,0,0,0,0,0 +444110,321,64,0,26,0,0,25,0,0,0,0,0 +444120,321,64,213,32,31,0,0,0,0,0,0,0 +444130,321,64,406,33,25,7,0,0,0,0,0,0 +444190,321,64,824,91,80,9,0,0,0,0,0,0 +444210,321,64,32,5,3,0,0,0,0,0,0,0 +444220,321,64,579,27,15,9,0,0,0,0,0,0 +445110,321,64,14332,210,63,68,73,0,0,0,0,0 +445120,321,64,1223,167,161,0,0,0,0,0,0,0 +445210,321,64,154,11,5,4,0,0,0,0,0,0 +445230,321,64,9,3,0,0,0,0,0,0,0,0 +445291,321,64,85,14,14,0,0,0,0,0,0,0 +445292,321,64,630,48,42,5,0,0,0,0,0,0 +445299,321,64,203,30,28,0,0,0,0,0,0,0 +445310,321,64,832,107,98,8,0,0,0,0,0,0 +446110,321,64,3907,249,161,82,3,0,0,0,0,0 +446120,321,64,2336,217,185,32,0,0,0,0,0,0 +446130,321,64,737,88,84,4,0,0,0,0,0,0 +446191,321,64,384,93,90,3,0,0,0,0,0,0 +446199,321,64,408,45,37,4,0,0,0,0,0,0 +447110,321,64,5789,529,501,25,0,0,0,0,0,0 +447190,321,64,492,23,13,3,0,0,0,0,0,0 +448110,321,64,778,92,89,3,0,0,0,0,0,0 +448120,321,64,3513,249,209,37,0,0,0,0,0,0 +448130,321,64,653,49,35,14,0,0,0,0,0,0 +448140,321,64,8999,323,171,143,8,0,0,0,0,0 +448150,321,64,1796,165,142,20,0,0,0,0,0,0 +448190,321,64,1457,112,92,19,0,0,0,0,0,0 +448210,321,64,3914,260,219,37,3,0,0,0,0,0 +448310,321,64,1301,169,159,9,0,0,0,0,0,0 +448320,321,64,428,34,30,0,0,0,0,0,0,0 +451110,321,64,1194,102,92,7,0,0,0,0,0,0 +451120,321,64,846,61,47,14,0,0,0,0,0,0 +451130,321,64,154,8,0,0,0,0,0,0,0,0 +451140,321,64,176,13,5,4,0,0,0,0,0,0 +451211,321,64,290,23,17,4,0,0,0,0,0,0 +451212,321,64,26,8,6,0,0,0,0,0,0,0 +452210,321,64,3216,26,0,9,15,0,0,0,0,0 +452311,321,64,10832,50,0,7,23,19,0,0,0,0 +452319,321,64,2093,126,78,44,0,0,0,0,0,0 +453110,321,64,197,41,39,0,0,0,0,0,0,0 +453210,321,64,403,36,29,7,0,0,0,0,0,0 +453220,321,64,2557,213,186,26,0,0,0,0,0,0 +453310,321,64,1077,83,67,15,0,0,0,0,0,0 +453910,321,64,813,53,37,14,0,0,0,0,0,0 +453920,321,64,260,39,39,0,0,0,0,0,0,0 +453991,321,64,353,97,95,0,0,0,0,0,0,0 +453998,321,64,1149,185,171,9,0,0,0,0,0,0 +454110,321,64,2484,442,424,15,0,0,0,0,0,0 +454210,321,64,169,11,8,0,0,0,0,0,0,0 +454310,321,64,84,13,7,0,0,0,0,0,0,0 +454390,321,64,798,216,210,5,0,0,0,0,0,0 +481111,321,64,6083,16,5,0,0,0,3,0,0,0 +481211,321,64,364,20,13,0,0,0,0,0,0,0 +484110,321,64,675,68,60,5,0,0,0,0,0,0 +484121,321,64,718,139,131,6,0,0,0,0,0,0 +484122,321,64,1097,39,24,14,0,0,0,0,0,0 +484210,321,64,874,54,39,12,0,0,0,0,0,0 +484220,321,64,581,96,88,7,0,0,0,0,0,0 +484230,321,64,303,42,34,0,0,0,0,0,0,0 +485113,321,64,0,4,0,0,0,0,0,0,0,0 +485210,321,64,211,8,3,0,0,0,0,0,0,0 +485310,321,64,6924,22,5,0,0,9,5,0,0,0 +485320,321,64,2054,43,27,11,4,0,0,0,0,0 +485410,321,64,0,5,3,0,0,0,0,0,0,0 +485510,321,64,594,24,14,7,0,0,0,0,0,0 +485991,321,64,335,17,11,3,0,0,0,0,0,0 +485999,321,64,453,13,7,0,0,0,0,0,0,0 +487110,321,64,381,16,9,4,0,0,0,0,0,0 +487210,321,64,22,4,0,0,0,0,0,0,0,0 +487990,321,64,1141,11,3,0,0,0,0,0,0,0 +488119,321,64,1792,16,6,3,3,0,0,0,0,0 +488190,321,64,256,31,27,3,0,0,0,0,0,0 +488410,321,64,645,49,35,9,0,0,0,0,0,0 +488490,321,64,843,12,10,0,0,0,0,0,0,0 +488510,321,64,1026,89,83,3,0,0,0,0,0,0 +488991,321,64,18,5,4,0,0,0,0,0,0,0 +492110,321,64,2649,48,32,5,5,0,0,0,0,0 +492210,321,64,319,30,25,4,0,0,0,0,0,0 +493110,321,64,5450,83,59,14,5,3,0,0,0,0 +493120,321,64,60,4,0,0,0,0,0,0,0,0 +493190,321,64,130,11,7,3,0,0,0,0,0,0 +511110,321,64,579,20,16,0,0,0,0,0,0,0 +511120,321,64,181,37,36,0,0,0,0,0,0,0 +511130,321,64,62,14,12,0,0,0,0,0,0,0 +511140,321,64,0,3,0,0,0,0,0,0,0,0 +511199,321,64,17,6,5,0,0,0,0,0,0,0 +511210,321,64,1644,109,96,10,0,0,0,0,0,0 +512110,321,64,569,98,91,6,0,0,0,0,0,0 +512120,321,64,20,5,3,0,0,0,0,0,0,0 +512131,321,64,1147,26,0,24,0,0,0,0,0,0 +512191,321,64,11,12,12,0,0,0,0,0,0,0 +512230,321,64,3,3,3,0,0,0,0,0,0,0 +512240,321,64,35,23,21,0,0,0,0,0,0,0 +512290,321,64,15,4,3,0,0,0,0,0,0,0 +515111,321,64,139,3,0,0,0,0,0,0,0,0 +515112,321,64,398,18,7,7,0,0,0,0,0,0 +515120,321,64,686,12,3,0,4,0,0,0,0,0 +515210,321,64,24,3,0,0,0,0,0,0,0,0 +517311,321,64,2270,120,96,16,3,0,0,0,0,0 +517312,321,64,1868,155,139,15,0,0,0,0,0,0 +517911,321,64,612,32,27,3,0,0,0,0,0,0 +517919,321,64,115,12,7,0,0,0,0,0,0,0 +518210,321,64,1614,126,114,11,0,0,0,0,0,0 +519130,321,64,559,103,97,4,0,0,0,0,0,0 +519190,321,64,16,9,8,0,0,0,0,0,0,0 +522110,321,64,6625,386,338,36,7,0,0,0,0,0 +522120,321,64,64,13,11,0,0,0,0,0,0,0 +522130,321,64,928,66,57,7,0,0,0,0,0,0 +522210,321,64,33,3,0,0,0,0,0,0,0,0 +522220,321,64,530,30,26,0,0,0,0,0,0,0 +522291,321,64,621,106,101,3,0,0,0,0,0,0 +522292,321,64,1857,122,103,17,0,0,0,0,0,0 +522298,321,64,719,129,125,3,0,0,0,0,0,0 +522310,321,64,473,76,69,6,0,0,0,0,0,0 +522320,321,64,776,45,41,0,0,0,0,0,0,0 +522390,321,64,953,119,113,3,0,0,0,0,0,0 +523110,321,64,36,15,13,0,0,0,0,0,0,0 +523120,321,64,461,129,123,5,0,0,0,0,0,0 +523130,321,64,32,6,4,0,0,0,0,0,0,0 +523140,321,64,16,5,3,0,0,0,0,0,0,0 +523910,321,64,441,209,208,0,0,0,0,0,0,0 +523920,321,64,757,194,189,4,0,0,0,0,0,0 +523930,321,64,374,113,112,0,0,0,0,0,0,0 +523991,321,64,156,27,26,0,0,0,0,0,0,0 +523999,321,64,0,3,3,0,0,0,0,0,0,0 +524113,321,64,197,30,27,0,0,0,0,0,0,0 +524114,321,64,1331,31,23,3,0,0,0,0,0,0 +524126,321,64,1404,61,44,14,3,0,0,0,0,0 +524127,321,64,541,46,36,8,0,0,0,0,0,0 +524128,321,64,0,4,0,0,0,0,0,0,0,0 +524210,321,64,3290,860,836,19,0,0,0,0,0,0 +524291,321,64,358,33,29,0,0,0,0,0,0,0 +524292,321,64,619,38,30,5,0,0,0,0,0,0 +524298,321,64,33,12,11,0,0,0,0,0,0,0 +525990,321,64,16,11,11,0,0,0,0,0,0,0 +531110,321,64,2235,402,391,9,0,0,0,0,0,0 +531120,321,64,1216,220,209,9,0,0,0,0,0,0 +531130,321,64,433,181,181,0,0,0,0,0,0,0 +531190,321,64,269,62,60,0,0,0,0,0,0,0 +531210,321,64,6637,1261,1232,19,4,4,0,0,0,0 +531311,321,64,4602,477,447,23,4,0,0,0,0,0 +531312,321,64,776,115,104,10,0,0,0,0,0,0 +531320,321,64,171,107,105,0,0,0,0,0,0,0 +531390,321,64,341,143,140,3,0,0,0,0,0,0 +532111,321,64,1748,113,93,16,4,0,0,0,0,0 +532112,321,64,125,4,0,0,0,0,0,0,0,0 +532120,321,64,432,41,32,9,0,0,0,0,0,0 +532210,321,64,130,36,36,0,0,0,0,0,0,0 +532281,321,64,51,11,10,0,0,0,0,0,0,0 +532282,321,64,16,4,3,0,0,0,0,0,0,0 +532283,321,64,102,14,14,0,0,0,0,0,0,0 +532284,321,64,27,16,16,0,0,0,0,0,0,0 +532289,321,64,456,40,33,6,0,0,0,0,0,0 +532310,321,64,119,11,9,0,0,0,0,0,0,0 +532411,321,64,4,4,4,0,0,0,0,0,0,0 +532412,321,64,632,49,39,8,0,0,0,0,0,0 +532420,321,64,25,4,0,0,0,0,0,0,0,0 +532490,321,64,3219,119,95,17,3,0,0,0,0,0 +533110,321,64,91,33,29,0,0,0,0,0,0,0 +541110,321,64,7076,1220,1148,70,0,0,0,0,0,0 +541191,321,64,337,44,36,0,0,0,0,0,0,0 +541199,321,64,142,45,44,0,0,0,0,0,0,0 +541211,321,64,1480,266,251,15,0,0,0,0,0,0 +541213,321,64,1293,255,242,8,0,0,0,0,0,0 +541214,321,64,1190,33,18,14,0,0,0,0,0,0 +541219,321,64,1231,324,313,9,0,0,0,0,0,0 +541310,321,64,867,109,98,9,0,0,0,0,0,0 +541320,321,64,47,17,17,0,0,0,0,0,0,0 +541330,321,64,6115,341,286,43,7,0,0,0,0,0 +541340,321,64,60,23,22,0,0,0,0,0,0,0 +541350,321,64,244,48,45,0,0,0,0,0,0,0 +541370,321,64,218,28,26,0,0,0,0,0,0,0 +541380,321,64,634,52,45,4,0,0,0,0,0,0 +541410,321,64,517,79,76,0,0,0,0,0,0,0 +541420,321,64,9,8,8,0,0,0,0,0,0,0 +541430,321,64,480,87,81,4,0,0,0,0,0,0 +541490,321,64,56,16,16,0,0,0,0,0,0,0 +541511,321,64,2083,445,421,22,0,0,0,0,0,0 +541512,321,64,1596,351,335,14,0,0,0,0,0,0 +541513,321,64,600,56,50,3,0,0,0,0,0,0 +541519,321,64,321,74,67,4,0,0,0,0,0,0 +541611,321,64,2126,749,732,15,0,0,0,0,0,0 +541612,321,64,391,53,50,0,0,0,0,0,0,0 +541613,321,64,1928,451,437,11,0,0,0,0,0,0 +541614,321,64,349,64,62,0,0,0,0,0,0,0 +541618,321,64,37,26,24,0,0,0,0,0,0,0 +541620,321,64,341,78,74,4,0,0,0,0,0,0 +541690,321,64,375,203,201,0,0,0,0,0,0,0 +541713,321,64,99,19,15,0,0,0,0,0,0,0 +541714,321,64,8,4,3,0,0,0,0,0,0,0 +541715,321,64,1547,46,35,3,4,0,0,0,0,0 +541720,321,64,32,4,0,0,0,0,0,0,0,0 +541810,321,64,1220,116,106,6,0,0,0,0,0,0 +541820,321,64,336,65,62,0,0,0,0,0,0,0 +541830,321,64,7,3,3,0,0,0,0,0,0,0 +541840,321,64,38,13,13,0,0,0,0,0,0,0 +541850,321,64,398,39,34,4,0,0,0,0,0,0 +541860,321,64,64,15,13,0,0,0,0,0,0,0 +541870,321,64,90,9,4,0,0,0,0,0,0,0 +541890,321,64,1150,66,54,9,3,0,0,0,0,0 +541910,321,64,1409,47,43,0,0,0,0,0,0,0 +541921,321,64,579,104,97,7,0,0,0,0,0,0 +541922,321,64,113,41,39,0,0,0,0,0,0,0 +541930,321,64,50,16,14,0,0,0,0,0,0,0 +541940,321,64,2329,150,114,35,0,0,0,0,0,0 +541990,321,64,697,134,130,0,0,0,0,0,0,0 +551111,321,64,8,8,8,0,0,0,0,0,0,0 +551112,321,64,581,127,121,3,0,0,0,0,0,0 +551114,321,64,19310,251,175,45,17,7,4,0,0,0 +561110,321,64,3329,351,318,21,8,0,0,0,0,0 +561210,321,64,590,34,25,8,0,0,0,0,0,0 +561311,321,64,533,30,23,0,0,0,0,0,0,0 +561312,321,64,42,20,18,0,0,0,0,0,0,0 +561320,321,64,8985,164,80,54,23,7,0,0,0,0 +561330,321,64,1308,23,10,8,3,0,0,0,0,0 +561410,321,64,318,41,39,0,0,0,0,0,0,0 +561421,321,64,201,13,6,5,0,0,0,0,0,0 +561422,321,64,6472,62,38,12,7,0,0,0,0,0 +561431,321,64,267,81,81,0,0,0,0,0,0,0 +561439,321,64,410,59,55,3,0,0,0,0,0,0 +561440,321,64,673,42,32,10,0,0,0,0,0,0 +561450,321,64,133,8,6,0,0,0,0,0,0,0 +561491,321,64,161,13,11,0,0,0,0,0,0,0 +561492,321,64,153,52,47,0,0,0,0,0,0,0 +561499,321,64,115,26,25,0,0,0,0,0,0,0 +561510,321,64,1169,129,120,8,0,0,0,0,0,0 +561520,321,64,743,74,64,10,0,0,0,0,0,0 +561591,321,64,12,3,0,0,0,0,0,0,0,0 +561599,321,64,1683,82,71,4,3,0,0,0,0,0 +561611,321,64,387,40,33,3,0,0,0,0,0,0 +561612,321,64,9212,121,61,33,18,7,0,0,0,0 +561613,321,64,309,4,0,0,0,0,0,0,0,0 +561621,321,64,955,44,33,7,3,0,0,0,0,0 +561622,321,64,136,31,30,0,0,0,0,0,0,0 +561710,321,64,773,152,145,7,0,0,0,0,0,0 +561720,321,64,7223,460,370,74,12,3,0,0,0,0 +561730,321,64,6837,438,362,61,10,3,0,0,0,0 +561740,321,64,595,72,67,3,0,0,0,0,0,0 +561790,321,64,872,199,192,5,0,0,0,0,0,0 +561910,321,64,28,7,5,0,0,0,0,0,0,0 +561920,321,64,12895,136,110,17,4,0,0,0,3,0 +561990,321,64,1013,134,122,6,4,0,0,0,0,0 +562111,321,64,1639,29,17,0,4,0,0,0,0,0 +562119,321,64,1,4,4,0,0,0,0,0,0,0 +562212,321,64,151,4,0,0,0,0,0,0,0,0 +562910,321,64,236,27,23,4,0,0,0,0,0,0 +562920,321,64,689,8,0,0,0,0,0,0,0,0 +562991,321,64,0,4,0,0,0,0,0,0,0,0 +562998,321,64,44,7,5,0,0,0,0,0,0,0 +611110,321,64,3018,70,24,37,9,0,0,0,0,0 +611210,321,64,187,4,0,0,0,0,0,0,0,0 +611310,321,64,1349,15,4,6,0,0,0,0,0,0 +611420,321,64,52,9,6,0,0,0,0,0,0,0 +611430,321,64,458,70,61,7,0,0,0,0,0,0 +611511,321,64,103,9,3,3,0,0,0,0,0,0 +611512,321,64,128,12,10,0,0,0,0,0,0,0 +611513,321,64,179,15,12,3,0,0,0,0,0,0 +611519,321,64,849,58,46,11,0,0,0,0,0,0 +611610,321,64,411,71,67,3,0,0,0,0,0,0 +611620,321,64,554,87,79,7,0,0,0,0,0,0 +611630,321,64,79,12,9,0,0,0,0,0,0,0 +611691,321,64,597,44,34,10,0,0,0,0,0,0 +611692,321,64,32,8,7,0,0,0,0,0,0,0 +611699,321,64,494,47,40,3,0,0,0,0,0,0 +611710,321,64,278,47,44,0,0,0,0,0,0,0 +621111,321,64,13545,1764,1611,134,17,0,0,0,0,0 +621112,321,64,284,68,66,0,0,0,0,0,0,0 +621210,321,64,5876,874,847,22,0,0,0,0,0,0 +621310,321,64,818,204,202,0,0,0,0,0,0,0 +621320,321,64,941,174,168,4,0,0,0,0,0,0 +621330,321,64,814,201,192,7,0,0,0,0,0,0 +621340,321,64,1640,236,212,21,0,0,0,0,0,0 +621391,321,64,181,41,38,0,0,0,0,0,0,0 +621399,321,64,566,149,142,6,0,0,0,0,0,0 +621410,321,64,74,9,7,0,0,0,0,0,0,0 +621420,321,64,915,91,77,14,0,0,0,0,0,0 +621492,321,64,867,41,21,16,0,0,0,0,0,0 +621493,321,64,1232,45,24,20,0,0,0,0,0,0 +621498,321,64,1135,73,56,13,0,0,0,0,0,0 +621511,321,64,1512,98,90,0,3,0,0,0,0,0 +621512,321,64,1056,48,36,10,0,0,0,0,0,0 +621610,321,64,4741,212,130,72,8,0,0,0,0,0 +621910,321,64,1110,22,13,4,0,0,0,0,0,0 +621991,321,64,582,14,6,4,0,0,0,0,0,0 +621999,321,64,181,30,26,0,0,0,0,0,0,0 +622110,321,64,25874,20,0,0,0,0,5,9,0,0 +622210,321,64,1443,7,0,0,0,0,0,0,0,0 +622310,321,64,1421,9,0,0,5,0,0,0,0,0 +623110,321,64,6126,47,9,10,21,5,0,0,0,0 +623210,321,64,1331,113,109,0,0,0,0,0,0,0 +623220,321,64,742,16,8,0,5,0,0,0,0,0 +623311,321,64,194,13,9,0,0,0,0,0,0,0 +623312,321,64,1985,126,94,27,0,0,0,0,0,0 +623990,321,64,209,18,13,0,0,0,0,0,0,0 +624110,321,64,593,49,40,9,0,0,0,0,0,0 +624120,321,64,7278,195,100,73,17,0,0,0,0,0 +624190,321,64,1285,120,100,15,0,0,0,0,0,0 +624210,321,64,319,9,0,0,0,0,0,0,0,0 +624221,321,64,172,9,3,4,0,0,0,0,0,0 +624229,321,64,169,14,9,0,0,0,0,0,0,0 +624230,321,64,51,3,0,0,0,0,0,0,0,0 +624310,321,64,2480,43,6,28,6,0,0,0,0,0 +624410,321,64,3376,199,138,60,0,0,0,0,0,0 +711110,321,64,436,32,26,4,0,0,0,0,0,0 +711120,321,64,161,6,3,0,0,0,0,0,0,0 +711130,321,64,346,72,68,3,0,0,0,0,0,0 +711190,321,64,1608,28,18,7,0,3,0,0,0,0 +711211,321,64,0,6,4,0,0,0,0,0,0,0 +711219,321,64,93,28,23,0,0,0,0,0,0,0 +711310,321,64,1016,15,11,0,0,0,0,0,0,0 +711320,321,64,549,58,52,3,0,0,0,0,0,0 +711410,321,64,440,64,60,3,0,0,0,0,0,0 +711510,321,64,827,314,309,4,0,0,0,0,0,0 +712110,321,64,477,14,6,8,0,0,0,0,0,0 +712130,321,64,0,3,0,0,0,0,0,0,0,0 +713120,321,64,311,46,43,0,0,0,0,0,0,0 +713210,321,64,2502,16,3,0,6,3,0,0,0,0 +713290,321,64,2857,109,77,19,6,0,0,0,0,0 +713910,321,64,2373,45,8,31,6,0,0,0,0,0 +713930,321,64,226,7,0,3,0,0,0,0,0,0 +713940,321,64,4261,185,140,27,11,0,0,0,0,0 +713990,321,64,2926,136,104,27,4,0,0,0,0,0 +721110,321,64,12700,214,104,81,15,6,5,0,0,0 +721120,321,64,154583,100,4,3,8,7,29,23,12,7 +721191,321,64,0,3,0,0,0,0,0,0,0,0 +721199,321,64,26,4,3,0,0,0,0,0,0,0 +721211,321,64,294,23,16,0,0,0,0,0,0,0 +722310,321,64,4874,87,56,21,7,0,0,0,0,0 +722320,321,64,461,56,49,7,0,0,0,0,0,0 +722330,321,64,179,40,38,0,0,0,0,0,0,0 +722410,321,64,8580,453,373,65,10,0,3,0,0,0 +722511,321,64,47555,1459,771,589,90,7,0,0,0,0 +722513,321,64,34692,2027,1304,715,8,0,0,0,0,0 +722514,321,64,623,26,14,10,0,0,0,0,0,0 +722515,321,64,4830,432,360,69,0,0,0,0,0,0 +811111,321,64,1782,413,408,4,0,0,0,0,0,0 +811112,321,64,5,5,5,0,0,0,0,0,0,0 +811113,321,64,81,22,21,0,0,0,0,0,0,0 +811118,321,64,119,22,22,0,0,0,0,0,0,0 +811121,321,64,1438,157,124,27,0,0,0,0,0,0 +811122,321,64,258,40,37,3,0,0,0,0,0,0 +811191,321,64,450,50,50,0,0,0,0,0,0,0 +811192,321,64,1417,104,80,23,0,0,0,0,0,0 +811198,321,64,238,59,55,0,0,0,0,0,0,0 +811211,321,64,121,13,9,0,0,0,0,0,0,0 +811212,321,64,128,41,40,0,0,0,0,0,0,0 +811213,321,64,10,9,9,0,0,0,0,0,0,0 +811219,321,64,56,19,17,0,0,0,0,0,0,0 +811310,321,64,444,74,67,6,0,0,0,0,0,0 +811412,321,64,97,32,30,0,0,0,0,0,0,0 +811420,321,64,207,36,35,0,0,0,0,0,0,0 +811430,321,64,41,6,4,0,0,0,0,0,0,0 +811490,321,64,151,46,44,0,0,0,0,0,0,0 +812111,321,64,44,16,14,0,0,0,0,0,0,0 +812112,321,64,2089,376,362,12,0,0,0,0,0,0 +812113,321,64,222,89,89,0,0,0,0,0,0,0 +812191,321,64,112,18,18,0,0,0,0,0,0,0 +812199,321,64,2354,234,207,23,3,0,0,0,0,0 +812210,321,64,420,33,27,5,0,0,0,0,0,0 +812220,321,64,82,12,10,0,0,0,0,0,0,0 +812310,321,64,145,42,40,0,0,0,0,0,0,0 +812320,321,64,1030,134,126,6,0,0,0,0,0,0 +812331,321,64,1971,14,0,3,6,0,0,0,0,0 +812332,321,64,337,12,6,0,0,0,0,0,0,0 +812910,321,64,593,128,121,6,0,0,0,0,0,0 +812930,321,64,1157,58,37,21,0,0,0,0,0,0 +812990,321,64,750,175,164,5,0,0,0,0,0,0 +813110,321,64,4010,329,290,33,4,0,0,0,0,0 +813211,321,64,172,38,37,0,0,0,0,0,0,0 +813212,321,64,70,12,8,0,0,0,0,0,0,0 +813219,321,64,75,13,9,0,0,0,0,0,0,0 +813311,321,64,40,12,12,0,0,0,0,0,0,0 +813312,321,64,303,23,20,0,0,0,0,0,0,0 +813319,321,64,160,17,14,3,0,0,0,0,0,0 +813410,321,64,234,46,41,3,0,0,0,0,0,0 +813910,321,64,246,47,41,3,0,0,0,0,0,0 +813920,321,64,79,19,18,0,0,0,0,0,0,0 +813930,321,64,774,63,53,7,0,0,0,0,0,0 +813940,321,64,36,23,23,0,0,0,0,0,0,0 +813990,321,64,1387,105,83,18,0,0,0,0,0,0 +115210,329,65,46,16,13,0,0,0,0,0,0,0 +212221,329,65,5794,32,18,0,0,0,0,0,0,0 +212321,329,65,119,8,3,0,0,0,0,0,0,0 +213112,329,65,20,7,0,0,0,0,0,0,0,0 +213114,329,65,505,25,15,0,0,0,0,0,0,0 +221116,329,65,162,8,0,3,0,0,0,0,0,0 +221122,329,65,0,11,0,0,0,0,0,0,0,0 +221310,329,65,32,9,7,0,0,0,0,0,0,0 +236115,329,65,572,116,105,0,0,0,0,0,0,0 +236116,329,65,14,4,3,0,0,0,0,0,0,0 +236117,329,65,504,58,39,3,0,0,0,0,0,0 +236118,329,65,1168,238,213,5,0,0,0,0,0,0 +236220,329,65,1064,110,81,9,0,0,0,0,0,0 +237110,329,65,160,26,15,0,0,0,0,0,0,0 +237130,329,65,327,13,4,0,0,0,0,0,0,0 +237210,329,65,10,12,9,0,0,0,0,0,0,0 +237310,329,65,1279,19,7,0,0,0,0,0,0,0 +237990,329,65,94,5,0,0,0,0,0,0,0,0 +238110,329,65,819,43,24,8,0,0,0,0,0,0 +238120,329,65,85,8,3,0,0,0,0,0,0,0 +238130,329,65,928,38,16,10,0,0,0,0,0,0 +238140,329,65,468,32,17,3,0,0,0,0,0,0 +238150,329,65,149,20,9,0,0,0,0,0,0,0 +238160,329,65,716,52,37,3,0,0,0,0,0,0 +238170,329,65,27,8,8,0,0,0,0,0,0,0 +238190,329,65,9,8,8,0,0,0,0,0,0,0 +238210,329,65,1739,188,146,22,0,0,0,0,0,0 +238220,329,65,2191,236,198,19,0,0,0,0,0,0 +238290,329,65,185,15,10,0,0,0,0,0,0,0 +238310,329,65,1026,49,26,6,0,0,0,0,0,0 +238320,329,65,730,108,93,7,0,0,0,0,0,0 +238330,329,65,384,39,28,7,0,0,0,0,0,0 +238340,329,65,830,65,47,4,0,0,0,0,0,0 +238350,329,65,288,49,41,0,0,0,0,0,0,0 +238390,329,65,103,17,9,0,0,0,0,0,0,0 +238910,329,65,1667,103,71,16,0,0,0,0,0,0 +238990,329,65,678,83,58,6,0,0,0,0,0,0 +311119,329,65,18,4,3,0,0,0,0,0,0,0 +311352,329,65,71,5,0,0,0,0,0,0,0,0 +311811,329,65,71,12,10,0,0,0,0,0,0,0 +311812,329,65,0,4,0,0,0,0,0,0,0,0 +311920,329,65,5,3,3,0,0,0,0,0,0,0 +311942,329,65,361,3,0,0,0,0,0,0,0,0 +311991,329,65,0,3,0,0,0,0,0,0,0,0 +312120,329,65,102,7,3,0,0,0,0,0,0,0 +314910,329,65,31,4,0,0,0,0,0,0,0,0 +314999,329,65,211,7,3,0,0,0,0,0,0,0 +321920,329,65,175,9,3,3,0,0,0,0,0,0 +321999,329,65,5,3,3,0,0,0,0,0,0,0 +322220,329,65,0,3,0,0,0,0,0,0,0,0 +323111,329,65,773,38,28,5,3,0,0,0,0,0 +323113,329,65,300,15,12,0,0,0,0,0,0,0 +324121,329,65,26,4,0,0,0,0,0,0,0,0 +325411,329,65,0,3,0,0,0,0,0,0,0,0 +325998,329,65,19,3,0,0,0,0,0,0,0,0 +326199,329,65,448,22,14,5,0,0,0,0,0,0 +327320,329,65,199,14,7,0,0,0,0,0,0,0 +327991,329,65,64,4,0,0,0,0,0,0,0,0 +327999,329,65,0,3,0,0,0,0,0,0,0,0 +332312,329,65,321,7,0,0,0,0,0,0,0,0 +332322,329,65,458,10,3,0,0,0,0,0,0,0 +332323,329,65,25,7,5,0,0,0,0,0,0,0 +332618,329,65,20,3,0,0,0,0,0,0,0,0 +332710,329,65,461,40,27,4,0,0,0,0,0,0 +332812,329,65,101,6,0,0,0,0,0,0,0,0 +332813,329,65,106,5,3,0,0,0,0,0,0,0 +332911,329,65,0,3,0,0,0,0,0,0,0,0 +332994,329,65,0,3,0,0,0,0,0,0,0,0 +332999,329,65,106,11,0,0,0,0,0,0,0,0 +333318,329,65,9,3,3,0,0,0,0,0,0,0 +334220,329,65,40,7,6,0,0,0,0,0,0,0 +334418,329,65,243,5,0,0,0,0,0,0,0,0 +334419,329,65,0,3,0,0,0,0,0,0,0,0 +334513,329,65,24,3,0,0,0,0,0,0,0,0 +334519,329,65,56,3,0,0,0,0,0,0,0,0 +335122,329,65,0,3,0,0,0,0,0,0,0,0 +336310,329,65,114,3,0,0,0,0,0,0,0,0 +336390,329,65,20,4,0,0,0,0,0,0,0,0 +336411,329,65,0,3,0,0,0,0,0,0,0,0 +336413,329,65,0,3,0,0,0,0,0,0,0,0 +337110,329,65,170,24,13,0,0,0,0,0,0,0 +337212,329,65,186,5,0,0,0,0,0,0,0,0 +339112,329,65,42,5,0,0,0,0,0,0,0,0 +339113,329,65,32,6,3,0,0,0,0,0,0,0 +339116,329,65,72,11,9,0,0,0,0,0,0,0 +339920,329,65,90,7,3,0,0,0,0,0,0,0 +339950,329,65,248,19,9,0,0,0,0,0,0,0 +339999,329,65,3,11,7,0,0,0,0,0,0,0 +423110,329,65,0,7,3,0,0,0,0,0,0,0 +423120,329,65,667,37,17,13,0,0,0,0,0,0 +423130,329,65,33,5,0,0,0,0,0,0,0,0 +423210,329,65,72,9,7,0,0,0,0,0,0,0 +423220,329,65,72,9,7,0,0,0,0,0,0,0 +423310,329,65,145,11,7,0,0,0,0,0,0,0 +423320,329,65,40,5,3,0,0,0,0,0,0,0 +423330,329,65,66,4,3,0,0,0,0,0,0,0 +423390,329,65,90,8,5,0,0,0,0,0,0,0 +423420,329,65,148,16,12,3,0,0,0,0,0,0 +423430,329,65,239,21,17,0,0,0,0,0,0,0 +423440,329,65,51,6,3,0,0,0,0,0,0,0 +423450,329,65,830,36,25,5,0,0,0,0,0,0 +423490,329,65,13,3,0,0,0,0,0,0,0,0 +423510,329,65,152,12,5,4,0,0,0,0,0,0 +423610,329,65,552,39,26,6,0,0,0,0,0,0 +423620,329,65,50,7,3,0,0,0,0,0,0,0 +423690,329,65,626,30,22,6,0,0,0,0,0,0 +423710,329,65,228,24,21,0,0,0,0,0,0,0 +423720,329,65,349,14,8,3,0,0,0,0,0,0 +423730,329,65,36,9,8,0,0,0,0,0,0,0 +423810,329,65,635,38,28,3,0,0,0,0,0,0 +423820,329,65,82,10,0,0,0,0,0,0,0,0 +423830,329,65,729,69,53,6,0,0,0,0,0,0 +423840,329,65,471,28,19,0,0,0,0,0,0,0 +423850,329,65,70,12,5,0,0,0,0,0,0,0 +423860,329,65,48,7,4,0,0,0,0,0,0,0 +423910,329,65,274,23,18,4,0,0,0,0,0,0 +423920,329,65,21,3,0,0,0,0,0,0,0,0 +423930,329,65,120,15,12,0,0,0,0,0,0,0 +423940,329,65,14,6,5,0,0,0,0,0,0,0 +423990,329,65,193,18,14,0,0,0,0,0,0,0 +424120,329,65,137,11,7,0,0,0,0,0,0,0 +424130,329,65,139,10,7,3,0,0,0,0,0,0 +424210,329,65,555,34,24,0,0,0,0,0,0,0 +424320,329,65,737,3,0,0,0,0,0,0,0,0 +424330,329,65,52,5,4,0,0,0,0,0,0,0 +424410,329,65,178,5,0,0,0,0,0,0,0,0 +424420,329,65,65,6,0,0,0,0,0,0,0,0 +424430,329,65,117,3,0,0,0,0,0,0,0,0 +424450,329,65,22,3,0,0,0,0,0,0,0,0 +424470,329,65,175,5,0,0,0,0,0,0,0,0 +424490,329,65,655,35,19,3,0,0,0,0,0,0 +424590,329,65,12,3,3,0,0,0,0,0,0,0 +424610,329,65,20,5,3,0,0,0,0,0,0,0 +424690,329,65,158,18,11,0,0,0,0,0,0,0 +424710,329,65,116,13,3,0,0,0,0,0,0,0 +424720,329,65,26,5,4,0,0,0,0,0,0,0 +424810,329,65,346,6,0,3,0,0,0,0,0,0 +424820,329,65,0,4,0,0,0,0,0,0,0,0 +424920,329,65,263,6,4,0,0,0,0,0,0,0 +424930,329,65,12,3,0,0,0,0,0,0,0,0 +424950,329,65,47,7,0,0,0,0,0,0,0,0 +424990,329,65,163,21,17,0,0,0,0,0,0,0 +425120,329,65,296,72,66,0,0,0,0,0,0,0 +441110,329,65,2164,28,0,15,5,0,0,0,0,0 +441120,329,65,467,54,41,0,0,0,0,0,0,0 +441210,329,65,122,7,3,0,0,0,0,0,0,0 +441222,329,65,20,5,3,0,0,0,0,0,0,0 +441228,329,65,211,24,19,0,0,0,0,0,0,0 +441310,329,65,1195,94,77,5,0,0,0,0,0,0 +441320,329,65,556,57,46,0,0,0,0,0,0,0 +442110,329,65,504,39,33,0,0,0,0,0,0,0 +442210,329,65,164,24,15,0,0,0,0,0,0,0 +442291,329,65,16,4,0,0,0,0,0,0,0,0 +442299,329,65,223,27,15,4,0,0,0,0,0,0 +443141,329,65,129,17,8,0,0,0,0,0,0,0 +443142,329,65,522,42,29,3,0,0,0,0,0,0 +444110,329,65,0,8,0,0,7,0,0,0,0,0 +444120,329,65,78,13,6,0,0,0,0,0,0,0 +444130,329,65,255,26,14,0,0,0,0,0,0,0 +444190,329,65,687,73,51,4,0,0,0,0,0,0 +444210,329,65,41,5,0,0,0,0,0,0,0,0 +444220,329,65,188,23,12,3,0,0,0,0,0,0 +445110,329,65,4302,98,25,35,9,0,0,0,0,0 +445120,329,65,411,86,72,3,0,0,0,0,0,0 +445210,329,65,16,3,0,0,0,0,0,0,0,0 +445292,329,65,55,9,5,0,0,0,0,0,0,0 +445299,329,65,104,15,11,0,0,0,0,0,0,0 +445310,329,65,252,53,45,0,0,0,0,0,0,0 +446110,329,65,646,71,49,9,0,0,0,0,0,0 +446120,329,65,274,20,15,5,0,0,0,0,0,0 +446130,329,65,118,14,11,0,0,0,0,0,0,0 +446191,329,65,58,18,18,0,0,0,0,0,0,0 +446199,329,65,28,6,3,0,0,0,0,0,0,0 +447110,329,65,1713,201,171,9,0,0,0,0,0,0 +447190,329,65,533,36,17,7,0,0,0,0,0,0 +448110,329,65,88,9,7,0,0,0,0,0,0,0 +448120,329,65,448,52,43,4,0,0,0,0,0,0 +448130,329,65,85,8,6,0,0,0,0,0,0,0 +448140,329,65,1437,66,25,27,0,0,0,0,0,0 +448150,329,65,79,13,13,0,0,0,0,0,0,0 +448190,329,65,242,23,17,6,0,0,0,0,0,0 +448210,329,65,361,37,32,0,0,0,0,0,0,0 +448310,329,65,175,32,26,0,0,0,0,0,0,0 +451110,329,65,943,58,45,5,0,0,0,0,0,0 +451120,329,65,315,20,16,0,0,0,0,0,0,0 +451130,329,65,117,10,3,0,0,0,0,0,0,0 +451140,329,65,64,5,4,0,0,0,0,0,0,0 +451211,329,65,137,10,6,0,0,0,0,0,0,0 +452210,329,65,834,7,0,3,4,0,0,0,0,0 +452311,329,65,3678,16,0,0,4,8,0,0,0,0 +452319,329,65,634,56,35,7,0,0,0,0,0,0 +453110,329,65,83,20,12,0,0,0,0,0,0,0 +453210,329,65,106,9,6,3,0,0,0,0,0,0 +453220,329,65,182,37,36,0,0,0,0,0,0,0 +453310,329,65,603,54,41,8,0,0,0,0,0,0 +453910,329,65,310,29,20,6,0,0,0,0,0,0 +453920,329,65,0,3,0,0,0,0,0,0,0,0 +453930,329,65,0,3,0,0,0,0,0,0,0,0 +453991,329,65,119,27,22,0,0,0,0,0,0,0 +453998,329,65,260,47,41,0,0,0,0,0,0,0 +454110,329,65,2310,146,130,3,3,0,0,0,0,0 +454210,329,65,32,7,5,0,0,0,0,0,0,0 +454310,329,65,172,27,15,0,0,0,0,0,0,0 +454390,329,65,308,65,53,0,0,0,0,0,0,0 +481111,329,65,335,8,0,0,0,0,0,0,0,0 +481211,329,65,24,4,0,0,0,0,0,0,0,0 +484110,329,65,389,44,33,3,0,0,0,0,0,0 +484121,329,65,1520,69,48,12,0,0,0,0,0,0 +484122,329,65,1005,24,7,10,3,0,0,0,0,0 +484210,329,65,146,10,0,3,0,0,0,0,0,0 +484220,329,65,436,52,35,5,0,0,0,0,0,0 +484230,329,65,241,25,17,0,0,0,0,0,0,0 +485320,329,65,37,3,0,0,0,0,0,0,0,0 +487210,329,65,36,3,0,0,0,0,0,0,0,0 +488119,329,65,174,3,0,0,0,0,0,0,0,0 +488190,329,65,207,16,6,0,0,0,0,0,0,0 +488410,329,65,279,18,3,6,0,0,0,0,0,0 +488490,329,65,58,7,3,0,0,0,0,0,0,0 +488510,329,65,676,47,34,7,0,0,0,0,0,0 +492110,329,65,2334,38,18,0,5,0,0,0,0,0 +492210,329,65,147,9,4,4,0,0,0,0,0,0 +493110,329,65,5074,91,54,13,9,4,0,0,0,0 +493190,329,65,56,9,7,0,0,0,0,0,0,0 +511110,329,65,109,6,3,0,0,0,0,0,0,0 +511120,329,65,39,11,10,0,0,0,0,0,0,0 +511130,329,65,20,7,6,0,0,0,0,0,0,0 +511210,329,65,575,48,43,4,0,0,0,0,0,0 +512110,329,65,62,23,20,0,0,0,0,0,0,0 +512131,329,65,236,6,0,3,0,0,0,0,0,0 +515112,329,65,154,13,6,0,0,0,0,0,0,0 +515120,329,65,330,10,0,6,0,0,0,0,0,0 +517311,329,65,991,74,51,5,0,0,0,0,0,0 +517312,329,65,323,47,33,4,0,0,0,0,0,0 +517911,329,65,50,8,5,0,0,0,0,0,0,0 +517919,329,65,47,4,0,0,0,0,0,0,0,0 +518210,329,65,871,41,29,3,0,0,0,0,0,0 +519130,329,65,119,37,34,0,0,0,0,0,0,0 +522110,329,65,2080,147,119,8,0,0,0,0,0,0 +522120,329,65,66,6,3,0,0,0,0,0,0,0 +522130,329,65,325,39,26,3,0,0,0,0,0,0 +522220,329,65,50,11,8,0,0,0,0,0,0,0 +522291,329,65,142,41,38,0,0,0,0,0,0,0 +522292,329,65,506,69,53,7,0,0,0,0,0,0 +522298,329,65,333,38,25,3,0,0,0,0,0,0 +522310,329,65,86,19,16,0,0,0,0,0,0,0 +522320,329,65,29,16,16,0,0,0,0,0,0,0 +522390,329,65,201,63,61,0,0,0,0,0,0,0 +523110,329,65,5,3,3,0,0,0,0,0,0,0 +523120,329,65,222,59,54,3,0,0,0,0,0,0 +523910,329,65,57,31,31,0,0,0,0,0,0,0 +523920,329,65,465,126,118,5,0,0,0,0,0,0 +523930,329,65,70,33,28,0,0,0,0,0,0,0 +523991,329,65,83,23,20,0,0,0,0,0,0,0 +523999,329,65,5,3,3,0,0,0,0,0,0,0 +524113,329,65,51,6,4,0,0,0,0,0,0,0 +524114,329,65,0,6,0,0,0,0,0,0,0,0 +524126,329,65,311,15,11,0,0,0,0,0,0,0 +524127,329,65,111,11,7,0,0,0,0,0,0,0 +524210,329,65,1412,317,298,7,0,0,0,0,0,0 +524291,329,65,38,4,0,0,0,0,0,0,0,0 +524292,329,65,83,9,7,0,0,0,0,0,0,0 +524298,329,65,25,9,7,0,0,0,0,0,0,0 +531110,329,65,892,221,214,3,0,0,0,0,0,0 +531120,329,65,268,89,82,0,0,0,0,0,0,0 +531130,329,65,197,67,61,0,0,0,0,0,0,0 +531190,329,65,146,45,39,0,0,0,0,0,0,0 +531210,329,65,700,332,323,0,0,0,0,0,0,0 +531311,329,65,1582,122,110,5,0,0,0,0,0,0 +531312,329,65,294,45,38,4,0,0,0,0,0,0 +531320,329,65,103,30,26,0,0,0,0,0,0,0 +531390,329,65,47,34,33,0,0,0,0,0,0,0 +532111,329,65,279,24,14,4,0,0,0,0,0,0 +532120,329,65,201,13,10,0,0,0,0,0,0,0 +532210,329,65,0,7,7,0,0,0,0,0,0,0 +532283,329,65,114,9,3,0,0,0,0,0,0,0 +532284,329,65,0,3,0,0,0,0,0,0,0,0 +532289,329,65,92,11,6,0,0,0,0,0,0,0 +532310,329,65,11,5,4,0,0,0,0,0,0,0 +532411,329,65,7,4,4,0,0,0,0,0,0,0 +532412,329,65,59,15,11,0,0,0,0,0,0,0 +532490,329,65,210,24,20,0,0,0,0,0,0,0 +533110,329,65,39,10,7,0,0,0,0,0,0,0 +541110,329,65,1593,409,394,9,0,0,0,0,0,0 +541191,329,65,61,11,5,0,0,0,0,0,0,0 +541199,329,65,62,17,14,0,0,0,0,0,0,0 +541211,329,65,773,150,135,3,0,0,0,0,0,0 +541213,329,65,443,80,67,3,0,0,0,0,0,0 +541214,329,65,78,10,8,0,0,0,0,0,0,0 +541219,329,65,569,106,95,4,0,0,0,0,0,0 +541310,329,65,153,36,36,0,0,0,0,0,0,0 +541320,329,65,46,11,5,0,0,0,0,0,0,0 +541330,329,65,1900,222,189,22,0,0,0,0,0,0 +541340,329,65,6,8,5,0,0,0,0,0,0,0 +541350,329,65,32,14,12,0,0,0,0,0,0,0 +541360,329,65,17,9,8,0,0,0,0,0,0,0 +541370,329,65,145,21,18,0,0,0,0,0,0,0 +541380,329,65,327,29,20,3,0,0,0,0,0,0 +541410,329,65,38,20,20,0,0,0,0,0,0,0 +541420,329,65,7,3,3,0,0,0,0,0,0,0 +541430,329,65,59,30,30,0,0,0,0,0,0,0 +541490,329,65,9,4,3,0,0,0,0,0,0,0 +541511,329,65,591,171,163,3,0,0,0,0,0,0 +541512,329,65,431,123,115,0,0,0,0,0,0,0 +541513,329,65,49,5,0,0,0,0,0,0,0,0 +541519,329,65,38,18,16,0,0,0,0,0,0,0 +541611,329,65,903,255,245,4,0,0,0,0,0,0 +541612,329,65,110,15,10,0,0,0,0,0,0,0 +541613,329,65,451,131,123,4,0,0,0,0,0,0 +541614,329,65,72,19,19,0,0,0,0,0,0,0 +541618,329,65,13,7,6,0,0,0,0,0,0,0 +541620,329,65,144,38,36,0,0,0,0,0,0,0 +541690,329,65,418,111,105,0,0,0,0,0,0,0 +541715,329,65,983,13,7,0,0,0,0,0,0,0 +541720,329,65,24,6,4,0,0,0,0,0,0,0 +541810,329,65,194,42,38,0,0,0,0,0,0,0 +541820,329,65,95,30,27,0,0,0,0,0,0,0 +541840,329,65,0,3,3,0,0,0,0,0,0,0 +541850,329,65,14,4,3,0,0,0,0,0,0,0 +541860,329,65,41,7,5,0,0,0,0,0,0,0 +541890,329,65,104,7,4,0,0,0,0,0,0,0 +541910,329,65,240,6,3,0,0,0,0,0,0,0 +541921,329,65,75,20,17,0,0,0,0,0,0,0 +541922,329,65,22,9,8,0,0,0,0,0,0,0 +541940,329,65,982,70,40,10,0,0,0,0,0,0 +541990,329,65,142,57,53,0,0,0,0,0,0,0 +551112,329,65,67,16,10,0,0,0,0,0,0,0 +551114,329,65,2831,80,50,17,4,0,0,0,0,0 +561110,329,65,713,121,105,5,0,0,0,0,0,0 +561210,329,65,38,8,6,0,0,0,0,0,0,0 +561311,329,65,106,14,12,0,0,0,0,0,0,0 +561312,329,65,7,8,8,0,0,0,0,0,0,0 +561320,329,65,7236,108,49,22,13,7,0,0,0,0 +561330,329,65,737,10,3,0,0,0,0,0,0,0 +561410,329,65,158,17,12,0,0,0,0,0,0,0 +561421,329,65,40,3,0,0,0,0,0,0,0,0 +561422,329,65,1686,14,6,0,0,0,0,0,0,0 +561431,329,65,63,19,18,0,0,0,0,0,0,0 +561439,329,65,113,12,11,0,0,0,0,0,0,0 +561440,329,65,175,6,0,0,0,0,0,0,0,0 +561491,329,65,0,3,0,0,0,0,0,0,0,0 +561492,329,65,20,8,6,0,0,0,0,0,0,0 +561499,329,65,317,8,3,0,0,0,0,0,0,0 +561510,329,65,35,10,7,0,0,0,0,0,0,0 +561520,329,65,17,7,6,0,0,0,0,0,0,0 +561591,329,65,13,3,0,0,0,0,0,0,0,0 +561599,329,65,83,12,3,0,0,0,0,0,0,0 +561611,329,65,50,10,9,0,0,0,0,0,0,0 +561612,329,65,800,16,9,0,0,0,0,0,0,0 +561613,329,65,0,3,0,0,0,0,0,0,0,0 +561621,329,65,130,10,4,0,0,0,0,0,0,0 +561622,329,65,65,14,12,0,0,0,0,0,0,0 +561710,329,65,203,30,28,0,0,0,0,0,0,0 +561720,329,65,2427,218,178,29,0,0,0,0,0,0 +561730,329,65,2018,289,263,13,0,0,0,0,0,0 +561740,329,65,157,49,42,0,0,0,0,0,0,0 +561790,329,65,117,29,24,0,0,0,0,0,0,0 +561920,329,65,890,18,10,0,0,0,0,0,0,0 +561990,329,65,108,23,17,0,0,0,0,0,0,0 +562111,329,65,347,31,19,0,0,0,0,0,0,0 +562212,329,65,0,4,3,0,0,0,0,0,0,0 +562910,329,65,126,9,3,0,0,0,0,0,0,0 +562920,329,65,0,4,0,0,0,0,0,0,0,0 +562991,329,65,110,8,3,4,0,0,0,0,0,0 +611110,329,65,756,19,3,11,0,0,0,0,0,0 +611420,329,65,0,3,0,0,0,0,0,0,0,0 +611430,329,65,51,18,14,0,0,0,0,0,0,0 +611513,329,65,31,6,4,0,0,0,0,0,0,0 +611519,329,65,64,10,7,0,0,0,0,0,0,0 +611610,329,65,151,28,23,0,0,0,0,0,0,0 +611620,329,65,405,39,25,6,0,0,0,0,0,0 +611691,329,65,166,12,4,4,0,0,0,0,0,0 +611699,329,65,112,15,12,0,0,0,0,0,0,0 +611710,329,65,97,12,10,0,0,0,0,0,0,0 +621111,329,65,5007,526,452,55,3,0,0,0,0,0 +621112,329,65,22,13,13,0,0,0,0,0,0,0 +621210,329,65,2151,301,283,7,0,0,0,0,0,0 +621310,329,65,236,74,71,0,0,0,0,0,0,0 +621320,329,65,321,59,44,0,0,0,0,0,0,0 +621330,329,65,152,57,54,0,0,0,0,0,0,0 +621340,329,65,565,84,68,3,0,0,0,0,0,0 +621391,329,65,52,15,12,0,0,0,0,0,0,0 +621399,329,65,109,37,33,0,0,0,0,0,0,0 +621410,329,65,16,3,0,0,0,0,0,0,0,0 +621420,329,65,161,11,0,3,0,0,0,0,0,0 +621492,329,65,0,6,0,3,0,0,0,0,0,0 +621493,329,65,131,18,4,3,0,0,0,0,0,0 +621498,329,65,779,44,30,0,3,0,0,0,0,0 +621511,329,65,219,32,27,0,0,0,0,0,0,0 +621512,329,65,216,18,16,0,0,0,0,0,0,0 +621610,329,65,786,27,8,10,0,0,0,0,0,0 +621910,329,65,812,13,3,6,0,0,0,0,0,0 +621991,329,65,107,3,0,0,0,0,0,0,0,0 +621999,329,65,0,8,5,0,0,0,0,0,0,0 +622110,329,65,8111,6,0,0,0,0,0,0,0,0 +622210,329,65,0,3,0,0,0,0,0,0,0,0 +623110,329,65,1236,15,3,0,8,0,0,0,0,0 +623210,329,65,766,33,23,4,0,0,0,0,0,0 +623220,329,65,382,13,3,3,0,0,0,0,0,0 +623312,329,65,1235,64,39,14,0,0,0,0,0,0 +623990,329,65,26,5,3,0,0,0,0,0,0,0 +624110,329,65,270,25,22,0,0,0,0,0,0,0 +624120,329,65,1344,50,33,10,4,0,0,0,0,0 +624190,329,65,524,58,48,3,0,0,0,0,0,0 +624210,329,65,208,11,3,0,0,0,0,0,0,0 +624221,329,65,128,13,9,0,0,0,0,0,0,0 +624229,329,65,47,6,3,0,0,0,0,0,0,0 +624310,329,65,651,19,6,3,3,0,0,0,0,0 +624410,329,65,1821,128,78,29,0,0,0,0,0,0 +711110,329,65,18,3,0,0,0,0,0,0,0,0 +711130,329,65,159,7,4,0,0,0,0,0,0,0 +711219,329,65,7,4,4,0,0,0,0,0,0,0 +711310,329,65,32,3,0,0,0,0,0,0,0,0 +711320,329,65,34,15,14,0,0,0,0,0,0,0 +711410,329,65,11,6,5,0,0,0,0,0,0,0 +711510,329,65,108,45,40,0,0,0,0,0,0,0 +712110,329,65,143,11,3,0,0,0,0,0,0,0 +713120,329,65,13,5,4,0,0,0,0,0,0,0 +713210,329,65,2356,21,0,8,3,0,0,0,0,0 +713290,329,65,1763,88,51,8,5,0,0,0,0,0 +713910,329,65,617,18,4,3,0,0,0,0,0,0 +713920,329,65,0,3,0,0,0,0,0,0,0,0 +713940,329,65,1223,100,69,16,0,0,0,0,0,0 +713990,329,65,264,46,42,0,0,0,0,0,0,0 +721110,329,65,2798,208,149,24,0,0,0,0,0,0 +721120,329,65,20461,39,0,0,6,7,4,3,0,0 +721211,329,65,247,22,14,0,0,0,0,0,0,0 +721310,329,65,5,3,3,0,0,0,0,0,0,0 +722310,329,65,921,35,26,5,0,0,0,0,0,0 +722320,329,65,110,16,13,0,0,0,0,0,0,0 +722330,329,65,26,11,9,0,0,0,0,0,0,0 +722410,329,65,1237,208,188,4,0,0,0,0,0,0 +722511,329,65,11452,594,370,205,6,0,0,0,0,0 +722513,329,65,9956,563,349,195,0,0,0,0,0,0 +722514,329,65,58,3,0,0,0,0,0,0,0,0 +722515,329,65,1440,128,85,25,0,0,0,0,0,0 +811111,329,65,865,200,193,0,0,0,0,0,0,0 +811113,329,65,33,10,8,0,0,0,0,0,0,0 +811118,329,65,54,14,11,0,0,0,0,0,0,0 +811121,329,65,640,84,61,7,0,0,0,0,0,0 +811122,329,65,50,17,12,0,0,0,0,0,0,0 +811191,329,65,159,19,15,0,0,0,0,0,0,0 +811192,329,65,396,41,26,0,0,0,0,0,0,0 +811198,329,65,69,18,14,0,0,0,0,0,0,0 +811212,329,65,48,19,16,0,0,0,0,0,0,0 +811213,329,65,16,5,4,0,0,0,0,0,0,0 +811310,329,65,378,54,41,0,0,0,0,0,0,0 +811412,329,65,41,12,10,0,0,0,0,0,0,0 +811420,329,65,29,6,4,0,0,0,0,0,0,0 +811490,329,65,35,12,12,0,0,0,0,0,0,0 +812111,329,65,93,3,0,0,0,0,0,0,0,0 +812112,329,65,574,126,114,0,0,0,0,0,0,0 +812113,329,65,119,14,10,3,0,0,0,0,0,0 +812191,329,65,32,4,0,0,0,0,0,0,0,0 +812199,329,65,224,31,27,4,0,0,0,0,0,0 +812210,329,65,99,17,14,0,0,0,0,0,0,0 +812220,329,65,34,5,3,0,0,0,0,0,0,0 +812310,329,65,34,9,7,0,0,0,0,0,0,0 +812320,329,65,210,30,25,0,0,0,0,0,0,0 +812331,329,65,243,3,0,0,0,0,0,0,0,0 +812332,329,65,223,5,0,0,0,0,0,0,0,0 +812910,329,65,246,38,31,4,0,0,0,0,0,0 +812990,329,65,181,48,41,0,0,0,0,0,0,0 +813110,329,65,2032,230,198,19,0,0,0,0,0,0 +813211,329,65,154,37,35,0,0,0,0,0,0,0 +813212,329,65,55,9,8,0,0,0,0,0,0,0 +813219,329,65,7,4,3,0,0,0,0,0,0,0 +813311,329,65,54,5,0,0,0,0,0,0,0,0 +813312,329,65,269,22,20,0,0,0,0,0,0,0 +813319,329,65,52,6,3,0,0,0,0,0,0,0 +813410,329,65,114,27,22,0,0,0,0,0,0,0 +813910,329,65,179,44,35,0,0,0,0,0,0,0 +813920,329,65,93,12,9,0,0,0,0,0,0,0 +813930,329,65,148,27,27,0,0,0,0,0,0,0 +813990,329,65,168,37,33,0,0,0,0,0,0,0 +113310,331,66,154,38,32,0,0,0,0,0,0,0 +115210,331,66,33,17,16,0,0,0,0,0,0,0 +212319,331,66,43,3,0,0,0,0,0,0,0,0 +212321,331,66,64,19,15,0,0,0,0,0,0,0 +221111,331,66,21,12,11,0,0,0,0,0,0,0 +221112,331,66,392,6,0,0,0,0,0,0,0,0 +221122,331,66,123,27,7,4,0,0,0,0,0,0 +221210,331,66,0,8,0,0,0,0,0,0,0,0 +221310,331,66,19,8,3,0,0,0,0,0,0,0 +236115,331,66,695,191,180,0,0,0,0,0,0,0 +236116,331,66,112,4,0,0,0,0,0,0,0,0 +236117,331,66,396,82,74,0,0,0,0,0,0,0 +236118,331,66,1128,415,408,0,0,0,0,0,0,0 +236220,331,66,1636,115,83,14,0,0,0,0,0,0 +237110,331,66,561,41,24,0,0,0,0,0,0,0 +237130,331,66,701,35,18,0,0,0,0,0,0,0 +237210,331,66,17,12,8,0,0,0,0,0,0,0 +237310,331,66,1115,54,23,11,0,0,0,0,0,0 +237990,331,66,58,9,4,0,0,0,0,0,0,0 +238110,331,66,514,84,73,0,0,0,0,0,0,0 +238120,331,66,185,9,3,0,0,0,0,0,0,0 +238130,331,66,375,54,43,0,0,0,0,0,0,0 +238140,331,66,294,68,59,0,0,0,0,0,0,0 +238150,331,66,133,21,13,0,0,0,0,0,0,0 +238160,331,66,327,51,36,3,0,0,0,0,0,0 +238170,331,66,168,39,32,0,0,0,0,0,0,0 +238190,331,66,185,23,16,4,0,0,0,0,0,0 +238210,331,66,2778,433,402,24,0,0,0,0,0,0 +238220,331,66,3765,508,460,41,3,0,0,0,0,0 +238290,331,66,480,29,16,0,0,0,0,0,0,0 +238310,331,66,2392,136,104,20,6,0,0,0,0,0 +238320,331,66,577,156,142,3,0,0,0,0,0,0 +238330,331,66,302,71,59,3,0,0,0,0,0,0 +238340,331,66,69,20,11,0,0,0,0,0,0,0 +238350,331,66,544,127,113,6,0,0,0,0,0,0 +238390,331,66,365,38,25,3,0,0,0,0,0,0 +238910,331,66,1617,260,237,11,0,0,0,0,0,0 +238990,331,66,658,168,157,5,0,0,0,0,0,0 +311352,331,66,22,8,4,0,0,0,0,0,0,0 +311710,331,66,0,3,0,0,0,0,0,0,0,0 +311811,331,66,115,16,3,0,0,0,0,0,0,0 +311812,331,66,0,6,0,0,0,0,0,0,0,0 +311920,331,66,39,6,0,0,0,0,0,0,0,0 +312120,331,66,332,21,10,0,0,0,0,0,0,0 +312130,331,66,24,4,0,0,0,0,0,0,0,0 +313230,331,66,0,4,0,0,0,0,0,0,0,0 +314120,331,66,6,3,3,0,0,0,0,0,0,0 +314910,331,66,72,6,0,0,0,0,0,0,0,0 +314999,331,66,30,7,3,0,0,0,0,0,0,0 +316998,331,66,10,3,0,0,0,0,0,0,0,0 +321113,331,66,159,11,3,0,0,0,0,0,0,0 +321920,331,66,23,6,0,0,0,0,0,0,0,0 +321992,331,66,0,3,0,0,0,0,0,0,0,0 +321999,331,66,98,15,6,3,0,0,0,0,0,0 +323111,331,66,1042,64,46,0,0,0,0,0,0,0 +323113,331,66,187,28,20,0,0,0,0,0,0,0 +323120,331,66,18,3,0,0,0,0,0,0,0,0 +325412,331,66,0,3,0,0,0,0,0,0,0,0 +325510,331,66,0,3,0,0,0,0,0,0,0,0 +326121,331,66,298,4,0,0,0,0,0,0,0,0 +326160,331,66,161,4,0,0,0,0,0,0,0,0 +326199,331,66,1841,38,3,13,0,0,0,0,0,0 +326299,331,66,0,3,0,0,0,0,0,0,0,0 +327320,331,66,59,7,0,0,0,0,0,0,0,0 +327390,331,66,369,7,0,0,0,0,0,0,0,0 +327420,331,66,0,3,0,0,0,0,0,0,0,0 +327991,331,66,73,9,6,0,0,0,0,0,0,0 +331524,331,66,193,3,0,0,0,0,0,0,0,0 +332119,331,66,0,3,0,0,0,0,0,0,0,0 +332312,331,66,203,10,6,0,0,0,0,0,0,0 +332313,331,66,0,3,0,0,0,0,0,0,0,0 +332322,331,66,914,33,20,4,0,0,0,0,0,0 +332323,331,66,423,13,0,0,0,0,0,0,0,0 +332710,331,66,1677,125,101,12,0,0,0,0,0,0 +332721,331,66,399,26,4,0,0,0,0,0,0,0 +332722,331,66,200,4,0,0,0,0,0,0,0,0 +332812,331,66,233,10,3,0,0,0,0,0,0,0 +332813,331,66,72,5,0,0,0,0,0,0,0,0 +332911,331,66,100,5,3,0,0,0,0,0,0,0 +332994,331,66,0,3,0,0,0,0,0,0,0,0 +332999,331,66,195,13,3,0,0,0,0,0,0,0 +333314,331,66,379,8,4,0,0,0,0,0,0,0 +333318,331,66,0,7,3,0,0,0,0,0,0,0 +333511,331,66,129,6,0,0,0,0,0,0,0,0 +333514,331,66,44,6,0,0,0,0,0,0,0,0 +333994,331,66,57,3,0,0,0,0,0,0,0,0 +333999,331,66,57,3,0,0,0,0,0,0,0,0 +334118,331,66,0,4,0,0,0,0,0,0,0,0 +334220,331,66,0,3,0,0,0,0,0,0,0,0 +334310,331,66,0,3,0,0,0,0,0,0,0,0 +334412,331,66,633,6,0,3,0,0,0,0,0,0 +334413,331,66,385,11,0,0,0,0,0,0,0,0 +334416,331,66,64,6,0,0,0,0,0,0,0,0 +334417,331,66,269,4,0,0,0,0,0,0,0,0 +334418,331,66,965,24,7,6,3,0,0,0,0,0 +334419,331,66,838,20,10,4,0,0,0,0,0,0 +334510,331,66,268,4,0,0,0,0,0,0,0,0 +334511,331,66,0,6,0,3,0,0,0,0,0,0 +334515,331,66,116,9,0,0,0,0,0,0,0,0 +334516,331,66,451,12,0,0,0,0,0,0,0,0 +334519,331,66,207,6,0,0,0,0,0,0,0,0 +334614,331,66,0,3,0,0,0,0,0,0,0,0 +335929,331,66,551,5,0,0,3,0,0,0,0,0 +335931,331,66,169,3,0,0,0,0,0,0,0,0 +335999,331,66,195,12,0,3,0,0,0,0,0,0 +337110,331,66,98,10,5,0,0,0,0,0,0,0 +337122,331,66,20,6,0,0,0,0,0,0,0,0 +337212,331,66,238,8,0,3,0,0,0,0,0,0 +339112,331,66,1288,13,0,0,0,0,0,0,0,0 +339113,331,66,30,7,0,0,0,0,0,0,0,0 +339116,331,66,201,20,14,0,0,0,0,0,0,0 +339950,331,66,224,23,14,0,0,0,0,0,0,0 +339991,331,66,154,4,0,0,0,0,0,0,0,0 +339992,331,66,0,3,0,0,0,0,0,0,0,0 +339999,331,66,73,13,3,0,0,0,0,0,0,0 +423110,331,66,440,23,13,0,0,0,0,0,0,0 +423120,331,66,837,44,29,5,0,0,0,0,0,0 +423130,331,66,52,7,0,0,0,0,0,0,0,0 +423210,331,66,124,20,16,0,0,0,0,0,0,0 +423220,331,66,319,16,8,3,0,0,0,0,0,0 +423310,331,66,620,31,21,0,0,0,0,0,0,0 +423320,331,66,44,6,0,0,0,0,0,0,0,0 +423330,331,66,307,17,3,0,0,0,0,0,0,0 +423390,331,66,69,13,7,0,0,0,0,0,0,0 +423420,331,66,352,32,25,0,0,0,0,0,0,0 +423430,331,66,1236,58,36,4,0,0,0,0,0,0 +423440,331,66,64,10,3,0,0,0,0,0,0,0 +423450,331,66,1106,33,18,4,0,0,0,0,0,0 +423490,331,66,404,21,11,0,0,0,0,0,0,0 +423510,331,66,274,24,17,3,0,0,0,0,0,0 +423610,331,66,692,70,53,7,0,0,0,0,0,0 +423690,331,66,1619,92,76,9,0,0,0,0,0,0 +423710,331,66,273,22,19,0,0,0,0,0,0,0 +423720,331,66,581,42,30,0,0,0,0,0,0,0 +423730,331,66,219,21,17,0,0,0,0,0,0,0 +423810,331,66,396,21,6,8,0,0,0,0,0,0 +423820,331,66,75,5,0,0,0,0,0,0,0,0 +423830,331,66,1182,106,83,12,0,0,0,0,0,0 +423840,331,66,220,26,21,0,0,0,0,0,0,0 +423850,331,66,244,21,14,0,0,0,0,0,0,0 +423910,331,66,271,22,18,0,0,0,0,0,0,0 +423920,331,66,0,3,0,0,0,0,0,0,0,0 +423930,331,66,450,37,20,4,0,0,0,0,0,0 +423940,331,66,38,10,7,0,0,0,0,0,0,0 +423990,331,66,131,14,6,0,0,0,0,0,0,0 +424120,331,66,136,21,17,0,0,0,0,0,0,0 +424130,331,66,145,5,0,0,0,0,0,0,0,0 +424210,331,66,249,23,16,0,0,0,0,0,0,0 +424320,331,66,84,5,0,0,0,0,0,0,0,0 +424330,331,66,44,8,0,0,0,0,0,0,0,0 +424340,331,66,42,9,0,0,0,0,0,0,0,0 +424420,331,66,27,5,3,0,0,0,0,0,0,0 +424460,331,66,97,8,4,0,0,0,0,0,0,0 +424480,331,66,0,5,3,0,0,0,0,0,0,0 +424490,331,66,632,40,24,3,0,0,0,0,0,0 +424610,331,66,96,14,6,0,0,0,0,0,0,0 +424690,331,66,310,35,24,4,0,0,0,0,0,0 +424710,331,66,124,7,0,0,0,0,0,0,0,0 +424720,331,66,117,4,0,0,0,0,0,0,0,0 +424810,331,66,0,3,0,0,0,0,0,0,0,0 +424820,331,66,13,4,3,0,0,0,0,0,0,0 +424910,331,66,43,7,4,0,0,0,0,0,0,0 +424930,331,66,77,9,3,0,0,0,0,0,0,0 +424990,331,66,181,42,33,0,0,0,0,0,0,0 +425120,331,66,664,198,189,0,0,0,0,0,0,0 +441110,331,66,5822,125,22,75,9,0,0,0,0,0 +441120,331,66,747,147,137,4,0,0,0,0,0,0 +441210,331,66,229,13,3,0,0,0,0,0,0,0 +441222,331,66,218,21,15,0,0,0,0,0,0,0 +441228,331,66,609,39,19,3,0,0,0,0,0,0 +441310,331,66,1635,159,144,11,0,0,0,0,0,0 +441320,331,66,788,74,57,4,0,0,0,0,0,0 +442110,331,66,783,94,67,10,0,0,0,0,0,0 +442210,331,66,336,59,48,0,0,0,0,0,0,0 +442291,331,66,31,8,3,0,0,0,0,0,0,0 +442299,331,66,1313,75,49,11,0,0,0,0,0,0 +443141,331,66,123,23,17,0,0,0,0,0,0,0 +443142,331,66,1500,98,81,3,6,0,0,0,0,0 +444110,331,66,2142,38,0,0,25,0,0,0,0,0 +444120,331,66,123,21,16,0,0,0,0,0,0,0 +444130,331,66,567,69,59,3,0,0,0,0,0,0 +444190,331,66,1944,169,137,28,0,0,0,0,0,0 +444210,331,66,283,28,14,3,0,0,0,0,0,0 +444220,331,66,607,72,58,7,0,0,0,0,0,0 +445110,331,66,16142,162,57,35,39,12,3,0,0,0 +445120,331,66,569,154,146,0,0,0,0,0,0,0 +445210,331,66,274,19,12,0,0,0,0,0,0,0 +445220,331,66,137,6,3,0,0,0,0,0,0,0 +445230,331,66,3,6,3,0,0,0,0,0,0,0 +445292,331,66,110,22,13,0,0,0,0,0,0,0 +445299,331,66,101,17,11,0,0,0,0,0,0,0 +445310,331,66,218,62,49,4,0,0,0,0,0,0 +446110,331,66,2497,159,108,45,0,0,0,0,0,0 +446120,331,66,639,57,38,11,0,0,0,0,0,0 +446130,331,66,380,61,54,3,0,0,0,0,0,0 +446191,331,66,181,45,39,0,0,0,0,0,0,0 +446199,331,66,153,38,35,0,0,0,0,0,0,0 +447110,331,66,2689,352,341,7,0,0,0,0,0,0 +447190,331,66,237,40,35,0,0,0,0,0,0,0 +448110,331,66,124,15,7,0,0,0,0,0,0,0 +448120,331,66,1047,111,99,7,0,0,0,0,0,0 +448130,331,66,411,31,17,3,0,0,0,0,0,0 +448140,331,66,3156,128,64,50,0,0,0,0,0,0 +448150,331,66,224,34,30,0,0,0,0,0,0,0 +448190,331,66,693,50,32,8,0,0,0,0,0,0 +448210,331,66,1038,107,89,7,0,0,0,0,0,0 +448310,331,66,674,103,96,3,0,0,0,0,0,0 +451110,331,66,1271,144,126,10,0,0,0,0,0,0 +451120,331,66,1046,53,24,12,0,0,0,0,0,0 +451130,331,66,188,23,15,0,0,0,0,0,0,0 +451140,331,66,98,14,7,0,0,0,0,0,0,0 +451211,331,66,375,36,26,0,0,0,0,0,0,0 +452210,331,66,2495,23,0,12,10,0,0,0,0,0 +452311,331,66,6180,38,0,0,19,4,0,0,0,0 +452319,331,66,1192,95,71,17,0,0,0,0,0,0 +453110,331,66,257,53,45,0,0,0,0,0,0,0 +453210,331,66,0,15,0,9,0,0,0,0,0,0 +453220,331,66,828,132,121,7,0,0,0,0,0,0 +453310,331,66,906,98,78,6,0,0,0,0,0,0 +453910,331,66,683,66,44,12,0,0,0,0,0,0 +453920,331,66,0,6,4,0,0,0,0,0,0,0 +453991,331,66,324,63,59,0,0,0,0,0,0,0 +453998,331,66,463,119,114,0,0,0,0,0,0,0 +454110,331,66,1876,171,150,6,3,0,0,0,0,0 +454210,331,66,25,8,6,0,0,0,0,0,0,0 +454310,331,66,1629,89,63,13,0,0,0,0,0,0 +454390,331,66,357,78,66,0,0,0,0,0,0,0 +481111,331,66,0,3,0,0,0,0,0,0,0,0 +481211,331,66,336,11,5,0,0,0,0,0,0,0 +481219,331,66,8,6,3,0,0,0,0,0,0,0 +484110,331,66,821,92,80,3,0,0,0,0,0,0 +484121,331,66,487,35,21,0,0,0,0,0,0,0 +484122,331,66,310,15,0,3,0,0,0,0,0,0 +484210,331,66,336,33,19,5,0,0,0,0,0,0 +484220,331,66,355,78,69,0,0,0,0,0,0,0 +484230,331,66,45,14,12,0,0,0,0,0,0,0 +485210,331,66,0,7,0,0,0,0,0,0,0,0 +485310,331,66,44,5,4,0,0,0,0,0,0,0 +485320,331,66,262,12,4,3,0,0,0,0,0,0 +485410,331,66,2164,25,0,7,3,0,0,0,0,0 +485991,331,66,174,9,0,0,0,0,0,0,0,0 +485999,331,66,72,8,3,0,0,0,0,0,0,0 +487210,331,66,17,9,8,0,0,0,0,0,0,0 +488119,331,66,281,9,3,0,0,0,0,0,0,0 +488190,331,66,16,6,0,0,0,0,0,0,0,0 +488410,331,66,184,40,32,0,0,0,0,0,0,0 +488490,331,66,102,8,0,0,0,0,0,0,0,0 +488510,331,66,382,28,16,0,0,0,0,0,0,0 +492110,331,66,1205,53,23,0,3,0,0,0,0,0 +492210,331,66,73,6,3,0,0,0,0,0,0,0 +493110,331,66,1313,34,9,3,0,0,0,0,0,0 +493190,331,66,0,3,0,0,0,0,0,0,0,0 +511110,331,66,330,21,3,0,0,0,0,0,0,0 +511120,331,66,197,12,5,0,0,0,0,0,0,0 +511130,331,66,0,5,3,0,0,0,0,0,0,0 +511210,331,66,3953,88,52,16,7,0,0,0,0,0 +512110,331,66,195,16,10,0,0,0,0,0,0,0 +512131,331,66,387,16,0,6,0,0,0,0,0,0 +512240,331,66,0,3,0,0,0,0,0,0,0,0 +515112,331,66,165,16,4,0,0,0,0,0,0,0 +517311,331,66,4153,122,89,14,3,0,0,0,0,0 +517312,331,66,636,72,57,6,0,0,0,0,0,0 +517911,331,66,95,22,12,0,0,0,0,0,0,0 +518210,331,66,2875,81,59,3,4,0,0,0,0,0 +519120,331,66,20,6,0,0,0,0,0,0,0,0 +519130,331,66,188,21,14,0,0,0,0,0,0,0 +522110,331,66,2779,249,229,8,0,0,0,0,0,0 +522120,331,66,1063,77,56,7,0,0,0,0,0,0 +522130,331,66,1528,91,76,6,0,0,0,0,0,0 +522220,331,66,124,20,14,0,0,0,0,0,0,0 +522291,331,66,30,16,15,0,0,0,0,0,0,0 +522292,331,66,624,60,51,0,0,0,0,0,0,0 +522298,331,66,19,20,19,0,0,0,0,0,0,0 +522310,331,66,196,28,18,0,0,0,0,0,0,0 +522320,331,66,0,6,3,0,0,0,0,0,0,0 +522390,331,66,51,11,10,0,0,0,0,0,0,0 +523110,331,66,17,3,0,0,0,0,0,0,0,0 +523120,331,66,2108,76,65,3,0,0,0,0,0,0 +523910,331,66,100,19,13,0,0,0,0,0,0,0 +523920,331,66,2056,212,195,8,0,0,0,0,0,0 +523930,331,66,347,93,84,0,0,0,0,0,0,0 +523991,331,66,63,16,9,0,0,0,0,0,0,0 +523999,331,66,0,4,0,0,0,0,0,0,0,0 +524113,331,66,230,35,25,3,0,0,0,0,0,0 +524114,331,66,1311,18,7,0,0,0,0,0,0,0 +524126,331,66,704,71,37,7,3,0,0,0,0,0 +524127,331,66,25,8,6,0,0,0,0,0,0,0 +524210,331,66,2338,346,325,14,0,0,0,0,0,0 +524291,331,66,106,18,15,0,0,0,0,0,0,0 +524292,331,66,971,20,8,0,0,0,0,0,0,0 +524298,331,66,54,7,0,0,0,0,0,0,0,0 +531110,331,66,836,198,192,0,0,0,0,0,0,0 +531120,331,66,405,104,97,0,0,0,0,0,0,0 +531130,331,66,149,55,51,0,0,0,0,0,0,0 +531190,331,66,150,55,52,0,0,0,0,0,0,0 +531210,331,66,655,244,236,0,0,0,0,0,0,0 +531311,331,66,1393,154,134,11,0,0,0,0,0,0 +531312,331,66,301,54,43,0,0,0,0,0,0,0 +531320,331,66,89,33,30,0,0,0,0,0,0,0 +531390,331,66,91,30,24,0,0,0,0,0,0,0 +532111,331,66,222,27,18,0,0,0,0,0,0,0 +532120,331,66,197,24,16,0,0,0,0,0,0,0 +532210,331,66,0,24,22,0,0,0,0,0,0,0 +532283,331,66,43,7,0,0,0,0,0,0,0,0 +532289,331,66,124,17,7,0,0,0,0,0,0,0 +532310,331,66,104,14,4,0,0,0,0,0,0,0 +532412,331,66,0,5,3,0,0,0,0,0,0,0 +532490,331,66,306,24,10,0,0,0,0,0,0,0 +533110,331,66,18,6,3,0,0,0,0,0,0,0 +541110,331,66,3095,527,498,18,3,0,0,0,0,0 +541191,331,66,222,44,29,4,0,0,0,0,0,0 +541211,331,66,1029,158,139,7,0,0,0,0,0,0 +541213,331,66,457,95,89,0,0,0,0,0,0,0 +541214,331,66,147,23,14,0,0,0,0,0,0,0 +541219,331,66,924,128,115,0,0,0,0,0,0,0 +541310,331,66,305,57,45,0,0,0,0,0,0,0 +541320,331,66,50,15,13,0,0,0,0,0,0,0 +541330,331,66,3944,308,241,59,0,0,0,0,0,0 +541340,331,66,40,16,14,0,0,0,0,0,0,0 +541350,331,66,24,12,10,0,0,0,0,0,0,0 +541370,331,66,161,33,29,0,0,0,0,0,0,0 +541380,331,66,457,37,24,3,0,0,0,0,0,0 +541410,331,66,47,21,19,0,0,0,0,0,0,0 +541430,331,66,229,52,41,0,0,0,0,0,0,0 +541511,331,66,2501,280,259,14,0,0,0,0,0,0 +541512,331,66,2552,202,171,16,0,0,0,0,0,0 +541513,331,66,340,32,27,0,0,0,0,0,0,0 +541519,331,66,246,20,14,0,0,0,0,0,0,0 +541611,331,66,1472,213,194,9,0,0,0,0,0,0 +541612,331,66,73,18,13,0,0,0,0,0,0,0 +541613,331,66,586,108,101,3,0,0,0,0,0,0 +541614,331,66,414,22,16,0,0,0,0,0,0,0 +541618,331,66,61,10,9,0,0,0,0,0,0,0 +541620,331,66,443,41,31,0,0,0,0,0,0,0 +541690,331,66,535,66,50,0,0,0,0,0,0,0 +541713,331,66,125,12,4,0,0,0,0,0,0,0 +541714,331,66,6,3,3,0,0,0,0,0,0,0 +541715,331,66,755,36,24,3,0,0,0,0,0,0 +541720,331,66,47,8,7,0,0,0,0,0,0,0 +541810,331,66,290,37,27,0,0,0,0,0,0,0 +541820,331,66,49,16,9,0,0,0,0,0,0,0 +541860,331,66,14,10,4,0,0,0,0,0,0,0 +541890,331,66,834,28,20,0,0,0,0,0,0,0 +541910,331,66,293,25,16,3,0,0,0,0,0,0 +541921,331,66,140,31,28,0,0,0,0,0,0,0 +541940,331,66,1729,148,118,27,0,0,0,0,0,0 +541990,331,66,160,45,39,0,0,0,0,0,0,0 +551112,331,66,222,18,12,0,0,0,0,0,0,0 +551114,331,66,7028,162,92,48,11,3,0,0,0,0 +561110,331,66,1276,109,88,13,0,0,0,0,0,0 +561210,331,66,118,16,14,0,0,0,0,0,0,0 +561311,331,66,1015,19,12,0,0,0,0,0,0,0 +561312,331,66,91,21,18,0,0,0,0,0,0,0 +561320,331,66,7548,152,73,48,22,0,0,0,0,0 +561330,331,66,608,7,0,0,0,0,0,0,0,0 +561410,331,66,25,6,3,0,0,0,0,0,0,0 +561422,331,66,299,21,9,3,0,0,0,0,0,0 +561431,331,66,49,14,10,0,0,0,0,0,0,0 +561439,331,66,56,16,8,0,0,0,0,0,0,0 +561440,331,66,631,13,3,0,0,0,0,0,0,0 +561491,331,66,40,4,0,0,0,0,0,0,0,0 +561499,331,66,145,7,3,0,0,0,0,0,0,0 +561510,331,66,176,59,48,0,0,0,0,0,0,0 +561520,331,66,21,7,6,0,0,0,0,0,0,0 +561599,331,66,71,10,0,0,0,0,0,0,0,0 +561611,331,66,70,8,3,0,0,0,0,0,0,0 +561612,331,66,553,13,0,3,0,0,0,0,0,0 +561621,331,66,473,32,19,3,0,0,0,0,0,0 +561622,331,66,24,6,3,0,0,0,0,0,0,0 +561710,331,66,243,28,22,0,0,0,0,0,0,0 +561720,331,66,2695,269,234,28,0,0,0,0,0,0 +561730,331,66,3578,699,669,24,0,0,0,0,0,0 +561740,331,66,49,16,13,0,0,0,0,0,0,0 +561790,331,66,246,59,53,0,0,0,0,0,0,0 +561920,331,66,65,22,14,0,0,0,0,0,0,0 +561990,331,66,316,35,24,3,0,0,0,0,0,0 +562111,331,66,1075,68,49,0,0,0,0,0,0,0 +562211,331,66,19,3,0,0,0,0,0,0,0,0 +562219,331,66,0,4,0,0,0,0,0,0,0,0 +562910,331,66,474,27,7,6,0,0,0,0,0,0 +562991,331,66,165,28,20,0,0,0,0,0,0,0 +611110,331,66,6001,109,47,40,6,0,0,0,0,0 +611310,331,66,6711,16,0,0,0,0,0,0,0,0 +611420,331,66,20,4,0,0,0,0,0,0,0,0 +611430,331,66,330,29,23,0,0,0,0,0,0,0 +611511,331,66,39,6,0,0,0,0,0,0,0,0 +611512,331,66,9,3,0,0,0,0,0,0,0,0 +611519,331,66,135,20,12,0,0,0,0,0,0,0 +611610,331,66,663,75,64,0,0,0,0,0,0,0 +611620,331,66,678,89,70,4,0,0,0,0,0,0 +611691,331,66,418,25,22,0,0,0,0,0,0,0 +611692,331,66,62,20,16,0,0,0,0,0,0,0 +611699,331,66,181,43,34,0,0,0,0,0,0,0 +611710,331,66,154,23,10,0,0,0,0,0,0,0 +621111,331,66,8499,631,512,109,5,0,0,0,0,0 +621112,331,66,183,31,17,0,0,0,0,0,0,0 +621210,331,66,3871,506,481,22,0,0,0,0,0,0 +621310,331,66,414,137,135,0,0,0,0,0,0,0 +621320,331,66,448,63,54,0,0,0,0,0,0,0 +621330,331,66,421,64,53,0,0,0,0,0,0,0 +621340,331,66,1346,160,147,7,0,0,0,0,0,0 +621391,331,66,58,14,9,0,0,0,0,0,0,0 +621399,331,66,300,74,64,0,0,0,0,0,0,0 +621410,331,66,94,11,0,0,0,0,0,0,0,0 +621420,331,66,1372,39,11,11,0,0,0,0,0,0 +621492,331,66,0,14,0,0,0,0,0,0,0,0 +621493,331,66,748,35,16,3,0,0,0,0,0,0 +621498,331,66,2227,34,9,5,0,0,0,0,0,0 +621511,331,66,208,39,32,0,0,0,0,0,0,0 +621512,331,66,93,6,0,0,0,0,0,0,0,0 +621610,331,66,3996,74,20,28,9,0,0,0,0,0 +621910,331,66,622,23,0,0,0,0,0,0,0,0 +621999,331,66,218,12,3,3,0,0,0,0,0,0 +622110,331,66,11207,12,0,0,0,0,0,0,0,0 +622310,331,66,0,6,0,0,0,0,0,0,0,0 +623110,331,66,5995,73,3,26,23,0,0,0,0,0 +623210,331,66,2201,34,13,8,0,0,0,0,0,0 +623220,331,66,209,15,9,0,0,0,0,0,0,0 +623311,331,66,2476,29,0,5,6,0,0,0,0,0 +623312,331,66,1497,63,29,16,0,0,0,0,0,0 +623990,331,66,333,9,0,0,0,0,0,0,0,0 +624110,331,66,385,31,15,0,0,0,0,0,0,0 +624120,331,66,4943,88,45,25,6,0,0,0,0,0 +624190,331,66,1453,97,73,11,0,0,0,0,0,0 +624210,331,66,80,31,24,0,0,0,0,0,0,0 +624221,331,66,117,11,6,0,0,0,0,0,0,0 +624229,331,66,255,14,3,0,0,0,0,0,0,0 +624310,331,66,832,37,18,3,0,0,0,0,0,0 +624410,331,66,4543,368,292,70,0,0,0,0,0,0 +711110,331,66,59,13,8,0,0,0,0,0,0,0 +711130,331,66,13,11,11,0,0,0,0,0,0,0 +711211,331,66,82,3,0,0,0,0,0,0,0,0 +711219,331,66,0,3,0,0,0,0,0,0,0,0 +711310,331,66,361,16,6,0,0,0,0,0,0,0 +711320,331,66,7,8,5,0,0,0,0,0,0,0 +711510,331,66,73,36,31,0,0,0,0,0,0,0 +712110,331,66,287,26,12,0,0,0,0,0,0,0 +712120,331,66,24,10,7,0,0,0,0,0,0,0 +713110,331,66,0,3,0,0,0,0,0,0,0,0 +713120,331,66,182,30,24,0,0,0,0,0,0,0 +713290,331,66,192,7,0,0,0,0,0,0,0,0 +713910,331,66,870,54,26,13,0,0,0,0,0,0 +713920,331,66,0,3,0,0,0,0,0,0,0,0 +713930,331,66,123,18,13,0,0,0,0,0,0,0 +713940,331,66,4404,205,134,55,8,0,0,0,0,0 +713950,331,66,148,11,0,0,0,0,0,0,0,0 +713990,331,66,581,98,82,3,0,0,0,0,0,0 +721110,331,66,3822,166,108,48,4,0,0,0,0,0 +721191,331,66,80,22,15,0,0,0,0,0,0,0 +721199,331,66,6,6,6,0,0,0,0,0,0,0 +721211,331,66,115,40,34,0,0,0,0,0,0,0 +721214,331,66,46,26,22,0,0,0,0,0,0,0 +721310,331,66,12,5,4,0,0,0,0,0,0,0 +722310,331,66,2320,149,125,6,0,0,0,0,0,0 +722320,331,66,332,46,33,3,0,0,0,0,0,0 +722330,331,66,16,12,8,0,0,0,0,0,0,0 +722410,331,66,369,19,9,0,0,0,0,0,0,0 +722511,331,66,21503,984,590,385,9,0,0,0,0,0 +722513,331,66,11785,847,622,220,0,0,0,0,0,0 +722515,331,66,4106,370,301,67,0,0,0,0,0,0 +811111,331,66,1989,507,498,0,0,0,0,0,0,0 +811112,331,66,12,4,3,0,0,0,0,0,0,0 +811113,331,66,37,9,3,0,0,0,0,0,0,0 +811118,331,66,89,18,15,0,0,0,0,0,0,0 +811121,331,66,991,148,131,9,0,0,0,0,0,0 +811122,331,66,125,17,10,0,0,0,0,0,0,0 +811191,331,66,209,35,25,0,0,0,0,0,0,0 +811192,331,66,394,54,44,0,0,0,0,0,0,0 +811198,331,66,0,3,3,0,0,0,0,0,0,0 +811211,331,66,13,10,10,0,0,0,0,0,0,0 +811212,331,66,99,22,21,0,0,0,0,0,0,0 +811213,331,66,17,7,5,0,0,0,0,0,0,0 +811219,331,66,209,22,15,0,0,0,0,0,0,0 +811310,331,66,461,68,58,4,0,0,0,0,0,0 +811411,331,66,17,6,6,0,0,0,0,0,0,0 +811412,331,66,54,15,12,0,0,0,0,0,0,0 +811420,331,66,18,6,5,0,0,0,0,0,0,0 +811490,331,66,124,41,35,0,0,0,0,0,0,0 +812111,331,66,51,10,4,0,0,0,0,0,0,0 +812112,331,66,2295,381,366,11,0,0,0,0,0,0 +812113,331,66,465,117,108,0,0,0,0,0,0,0 +812191,331,66,139,13,9,0,0,0,0,0,0,0 +812199,331,66,588,86,76,0,0,0,0,0,0,0 +812210,331,66,305,51,41,0,0,0,0,0,0,0 +812220,331,66,37,16,13,0,0,0,0,0,0,0 +812310,331,66,129,37,29,0,0,0,0,0,0,0 +812320,331,66,626,70,58,0,0,0,0,0,0,0 +812331,331,66,13,3,0,0,0,0,0,0,0,0 +812332,331,66,331,5,0,0,0,0,0,0,0,0 +812910,331,66,743,108,92,3,0,0,0,0,0,0 +812930,331,66,122,6,0,0,0,0,0,0,0,0 +812990,331,66,147,52,44,0,0,0,0,0,0,0 +813110,331,66,3186,467,435,21,0,0,0,0,0,0 +813211,331,66,100,29,20,0,0,0,0,0,0,0 +813212,331,66,89,15,9,0,0,0,0,0,0,0 +813219,331,66,126,10,0,0,0,0,0,0,0,0 +813311,331,66,76,12,3,0,0,0,0,0,0,0 +813312,331,66,359,40,30,0,0,0,0,0,0,0 +813319,331,66,117,25,15,0,0,0,0,0,0,0 +813410,331,66,1198,135,125,7,0,0,0,0,0,0 +813910,331,66,463,77,68,0,0,0,0,0,0,0 +813920,331,66,164,34,29,0,0,0,0,0,0,0 +813930,331,66,468,57,42,4,0,0,0,0,0,0 +813940,331,66,22,6,5,0,0,0,0,0,0,0 +813990,331,66,137,46,38,0,0,0,0,0,0,0 +113310,339,66,252,55,48,0,0,0,0,0,0,0 +115310,339,66,42,6,3,0,0,0,0,0,0,0 +212321,339,66,10,4,3,0,0,0,0,0,0,0 +221111,339,66,30,8,0,0,0,0,0,0,0,0 +221122,339,66,208,12,0,0,0,0,0,0,0,0 +221310,339,66,0,4,4,0,0,0,0,0,0,0 +236115,339,66,444,104,94,0,0,0,0,0,0,0 +236117,339,66,54,12,10,0,0,0,0,0,0,0 +236118,339,66,299,87,77,0,0,0,0,0,0,0 +236220,339,66,499,27,8,0,0,0,0,0,0,0 +237110,339,66,105,11,9,0,0,0,0,0,0,0 +237310,339,66,110,11,3,0,0,0,0,0,0,0 +238110,339,66,164,34,25,0,0,0,0,0,0,0 +238130,339,66,67,18,12,0,0,0,0,0,0,0 +238140,339,66,127,19,11,0,0,0,0,0,0,0 +238150,339,66,23,7,0,0,0,0,0,0,0,0 +238160,339,66,129,11,8,0,0,0,0,0,0,0 +238170,339,66,6,4,4,0,0,0,0,0,0,0 +238190,339,66,5,4,4,0,0,0,0,0,0,0 +238210,339,66,483,113,102,3,0,0,0,0,0,0 +238220,339,66,485,129,118,0,0,0,0,0,0,0 +238290,339,66,11,3,0,0,0,0,0,0,0,0 +238310,339,66,106,21,11,0,0,0,0,0,0,0 +238320,339,66,209,50,43,0,0,0,0,0,0,0 +238330,339,66,10,6,6,0,0,0,0,0,0,0 +238340,339,66,0,3,0,0,0,0,0,0,0,0 +238350,339,66,42,21,19,0,0,0,0,0,0,0 +238910,339,66,589,122,108,3,0,0,0,0,0,0 +238990,339,66,42,18,15,0,0,0,0,0,0,0 +311352,339,66,87,4,0,0,0,0,0,0,0,0 +311811,339,66,18,3,0,0,0,0,0,0,0,0 +312130,339,66,10,3,0,0,0,0,0,0,0,0 +314999,339,66,12,4,3,0,0,0,0,0,0,0 +321113,339,66,544,26,10,0,0,0,0,0,0,0 +321918,339,66,113,5,0,0,0,0,0,0,0,0 +321992,339,66,0,3,0,0,0,0,0,0,0,0 +321999,339,66,25,4,3,0,0,0,0,0,0,0 +323111,339,66,365,15,9,0,0,0,0,0,0,0 +323113,339,66,52,7,3,0,0,0,0,0,0,0 +327320,339,66,0,7,0,0,0,0,0,0,0,0 +332322,339,66,34,6,0,0,0,0,0,0,0,0 +332710,339,66,437,31,20,0,0,0,0,0,0,0 +332721,339,66,72,4,0,0,0,0,0,0,0,0 +333314,339,66,176,3,0,0,0,0,0,0,0,0 +333511,339,66,0,3,0,0,0,0,0,0,0,0 +337110,339,66,0,4,0,0,0,0,0,0,0,0 +339112,339,66,511,5,0,0,0,0,0,0,0,0 +339113,339,66,0,3,0,0,0,0,0,0,0,0 +423120,339,66,0,7,3,0,0,0,0,0,0,0 +423140,339,66,25,3,0,0,0,0,0,0,0,0 +423220,339,66,5,3,3,0,0,0,0,0,0,0 +423310,339,66,3,6,3,0,0,0,0,0,0,0 +423320,339,66,19,4,3,0,0,0,0,0,0,0 +423420,339,66,22,3,0,0,0,0,0,0,0,0 +423610,339,66,24,9,4,0,0,0,0,0,0,0 +423690,339,66,19,4,0,0,0,0,0,0,0,0 +423720,339,66,33,3,0,0,0,0,0,0,0,0 +423730,339,66,38,3,0,0,0,0,0,0,0,0 +423810,339,66,17,4,3,0,0,0,0,0,0,0 +423830,339,66,31,10,7,0,0,0,0,0,0,0 +423840,339,66,0,3,0,0,0,0,0,0,0,0 +423910,339,66,128,5,0,3,0,0,0,0,0,0 +423990,339,66,0,3,0,0,0,0,0,0,0,0 +424130,339,66,40,3,0,0,0,0,0,0,0,0 +424340,339,66,77,3,0,0,0,0,0,0,0,0 +424490,339,66,42,13,6,0,0,0,0,0,0,0 +424710,339,66,49,4,0,0,0,0,0,0,0,0 +425120,339,66,90,26,20,0,0,0,0,0,0,0 +441110,339,66,1277,39,4,21,0,0,0,0,0,0 +441120,339,66,94,30,22,0,0,0,0,0,0,0 +441210,339,66,46,4,0,0,0,0,0,0,0,0 +441222,339,66,99,9,0,3,0,0,0,0,0,0 +441228,339,66,113,19,9,0,0,0,0,0,0,0 +441310,339,66,539,60,53,0,0,0,0,0,0,0 +441320,339,66,165,19,18,0,0,0,0,0,0,0 +442110,339,66,152,32,22,0,0,0,0,0,0,0 +442210,339,66,52,13,9,0,0,0,0,0,0,0 +442299,339,66,232,27,18,0,0,0,0,0,0,0 +443141,339,66,40,10,4,0,0,0,0,0,0,0 +443142,339,66,186,20,6,0,0,0,0,0,0,0 +444110,339,66,223,10,0,0,0,0,0,0,0,0 +444120,339,66,9,6,0,0,0,0,0,0,0,0 +444130,339,66,198,29,21,0,0,0,0,0,0,0 +444190,339,66,874,67,45,9,0,0,0,0,0,0 +444210,339,66,40,6,0,0,0,0,0,0,0,0 +444220,339,66,331,28,12,3,0,0,0,0,0,0 +445110,339,66,3913,79,29,23,4,0,0,0,0,0 +445120,339,66,270,47,32,0,0,0,0,0,0,0 +445292,339,66,31,3,0,0,0,0,0,0,0,0 +445299,339,66,81,9,3,0,0,0,0,0,0,0 +445310,339,66,83,31,23,0,0,0,0,0,0,0 +446110,339,66,358,37,24,0,0,0,0,0,0,0 +446120,339,66,13,3,0,0,0,0,0,0,0,0 +446130,339,66,40,10,6,0,0,0,0,0,0,0 +446191,339,66,16,4,0,0,0,0,0,0,0,0 +446199,339,66,0,3,0,0,0,0,0,0,0,0 +447110,339,66,1422,154,149,0,0,0,0,0,0,0 +447190,339,66,74,15,6,0,0,0,0,0,0,0 +448120,339,66,142,30,23,0,0,0,0,0,0,0 +448130,339,66,55,6,3,0,0,0,0,0,0,0 +448140,339,66,619,40,22,6,0,0,0,0,0,0 +448190,339,66,140,13,3,0,0,0,0,0,0,0 +448210,339,66,232,28,22,0,0,0,0,0,0,0 +448310,339,66,75,17,14,0,0,0,0,0,0,0 +451110,339,66,458,52,35,3,0,0,0,0,0,0 +451120,339,66,42,8,6,0,0,0,0,0,0,0 +451130,339,66,69,6,0,0,0,0,0,0,0,0 +451140,339,66,12,4,3,0,0,0,0,0,0,0 +451211,339,66,119,10,3,0,0,0,0,0,0,0 +452210,339,66,170,3,0,0,0,0,0,0,0,0 +452311,339,66,906,10,0,0,8,0,0,0,0,0 +452319,339,66,579,66,50,0,0,0,0,0,0,0 +453110,339,66,58,22,17,0,0,0,0,0,0,0 +453210,339,66,0,8,3,0,0,0,0,0,0,0 +453220,339,66,148,44,37,0,0,0,0,0,0,0 +453310,339,66,114,29,26,0,0,0,0,0,0,0 +453910,339,66,11,3,0,0,0,0,0,0,0,0 +453920,339,66,3,4,4,0,0,0,0,0,0,0 +453991,339,66,52,9,6,0,0,0,0,0,0,0 +453998,339,66,93,36,33,0,0,0,0,0,0,0 +454110,339,66,418,48,38,0,0,0,0,0,0,0 +454310,339,66,876,62,45,7,0,0,0,0,0,0 +454390,339,66,40,18,10,0,0,0,0,0,0,0 +484110,339,66,165,29,19,0,0,0,0,0,0,0 +484121,339,66,10,3,0,0,0,0,0,0,0,0 +484210,339,66,51,6,0,0,0,0,0,0,0,0 +484220,339,66,207,46,38,0,0,0,0,0,0,0 +484230,339,66,24,3,0,0,0,0,0,0,0,0 +485310,339,66,10,3,0,0,0,0,0,0,0,0 +485320,339,66,15,3,0,0,0,0,0,0,0,0 +485410,339,66,217,12,0,0,0,0,0,0,0,0 +485991,339,66,7,3,3,0,0,0,0,0,0,0 +488410,339,66,19,7,4,0,0,0,0,0,0,0 +492110,339,66,0,4,0,3,0,0,0,0,0,0 +492210,339,66,73,5,3,0,0,0,0,0,0,0 +511110,339,66,247,14,6,0,0,0,0,0,0,0 +511120,339,66,139,11,5,0,0,0,0,0,0,0 +511210,339,66,257,13,3,0,0,0,0,0,0,0 +512110,339,66,53,6,3,0,0,0,0,0,0,0 +512131,339,66,31,4,3,0,0,0,0,0,0,0 +515112,339,66,71,7,3,0,0,0,0,0,0,0 +517311,339,66,205,41,29,0,0,0,0,0,0,0 +517312,339,66,69,8,0,0,0,0,0,0,0,0 +517911,339,66,11,4,0,0,0,0,0,0,0,0 +518210,339,66,0,5,3,0,0,0,0,0,0,0 +519120,339,66,37,9,7,0,0,0,0,0,0,0 +522110,339,66,688,72,58,0,0,0,0,0,0,0 +522120,339,66,406,55,40,0,0,0,0,0,0,0 +522130,339,66,85,20,13,0,0,0,0,0,0,0 +522291,339,66,19,7,6,0,0,0,0,0,0,0 +522292,339,66,35,3,0,0,0,0,0,0,0,0 +523120,339,66,41,13,11,0,0,0,0,0,0,0 +523910,339,66,0,7,0,0,0,0,0,0,0,0 +523920,339,66,133,47,43,0,0,0,0,0,0,0 +523930,339,66,7,10,9,0,0,0,0,0,0,0 +524126,339,66,0,7,0,0,0,0,0,0,0,0 +524210,339,66,457,103,96,0,0,0,0,0,0,0 +531110,339,66,124,65,59,0,0,0,0,0,0,0 +531120,339,66,56,24,21,0,0,0,0,0,0,0 +531130,339,66,39,18,17,0,0,0,0,0,0,0 +531190,339,66,25,13,12,0,0,0,0,0,0,0 +531210,339,66,286,83,75,3,0,0,0,0,0,0 +531311,339,66,312,66,53,0,0,0,0,0,0,0 +531312,339,66,43,21,13,0,0,0,0,0,0,0 +531320,339,66,0,3,3,0,0,0,0,0,0,0 +531390,339,66,20,8,5,0,0,0,0,0,0,0 +532111,339,66,17,4,3,0,0,0,0,0,0,0 +532120,339,66,0,3,0,0,0,0,0,0,0,0 +532210,339,66,0,6,3,0,0,0,0,0,0,0 +532283,339,66,19,3,0,0,0,0,0,0,0,0 +532284,339,66,56,17,13,0,0,0,0,0,0,0 +532289,339,66,17,4,3,0,0,0,0,0,0,0 +541110,339,66,418,110,107,0,0,0,0,0,0,0 +541211,339,66,275,45,39,0,0,0,0,0,0,0 +541213,339,66,100,18,10,0,0,0,0,0,0,0 +541214,339,66,6,8,3,0,0,0,0,0,0,0 +541219,339,66,113,31,27,0,0,0,0,0,0,0 +541310,339,66,37,10,7,0,0,0,0,0,0,0 +541330,339,66,294,39,29,4,0,0,0,0,0,0 +541370,339,66,61,19,16,0,0,0,0,0,0,0 +541410,339,66,7,4,4,0,0,0,0,0,0,0 +541430,339,66,6,4,4,0,0,0,0,0,0,0 +541511,339,66,171,35,31,3,0,0,0,0,0,0 +541512,339,66,130,25,16,0,0,0,0,0,0,0 +541513,339,66,40,4,0,0,0,0,0,0,0,0 +541611,339,66,134,44,37,0,0,0,0,0,0,0 +541613,339,66,7,3,0,0,0,0,0,0,0,0 +541620,339,66,23,6,3,0,0,0,0,0,0,0 +541690,339,66,6,4,4,0,0,0,0,0,0,0 +541715,339,66,311,12,7,0,0,0,0,0,0,0 +541810,339,66,14,4,3,0,0,0,0,0,0,0 +541890,339,66,0,3,3,0,0,0,0,0,0,0 +541921,339,66,2,3,3,0,0,0,0,0,0,0 +541922,339,66,0,3,3,0,0,0,0,0,0,0 +541940,339,66,406,45,32,0,0,0,0,0,0,0 +541990,339,66,15,3,0,0,0,0,0,0,0,0 +551114,339,66,1818,31,14,0,0,0,0,0,0,0 +561110,339,66,98,15,10,0,0,0,0,0,0,0 +561320,339,66,465,21,9,0,0,0,0,0,0,0 +561510,339,66,281,15,9,0,0,0,0,0,0,0 +561520,339,66,46,4,0,0,0,0,0,0,0,0 +561720,339,66,420,63,52,3,0,0,0,0,0,0 +561730,339,66,737,215,209,0,0,0,0,0,0,0 +561740,339,66,6,4,4,0,0,0,0,0,0,0 +561790,339,66,13,4,3,0,0,0,0,0,0,0 +561990,339,66,35,13,10,0,0,0,0,0,0,0 +562111,339,66,133,19,11,0,0,0,0,0,0,0 +562991,339,66,32,13,9,0,0,0,0,0,0,0 +611110,339,66,1478,48,12,10,3,0,0,0,0,0 +611310,339,66,0,3,0,0,0,0,0,0,0,0 +611430,339,66,0,4,3,0,0,0,0,0,0,0 +611610,339,66,95,12,8,0,0,0,0,0,0,0 +611620,339,66,330,32,24,0,0,0,0,0,0,0 +611691,339,66,19,4,0,0,0,0,0,0,0,0 +611699,339,66,11,11,4,0,0,0,0,0,0,0 +611710,339,66,22,8,7,0,0,0,0,0,0,0 +621111,339,66,586,72,59,3,0,0,0,0,0,0 +621210,339,66,811,116,108,0,0,0,0,0,0,0 +621310,339,66,56,21,19,0,0,0,0,0,0,0 +621320,339,66,111,19,8,0,0,0,0,0,0,0 +621330,339,66,18,10,7,0,0,0,0,0,0,0 +621340,339,66,242,39,30,0,0,0,0,0,0,0 +621399,339,66,19,10,7,0,0,0,0,0,0,0 +621420,339,66,72,11,0,0,0,0,0,0,0,0 +621493,339,66,49,9,3,0,0,0,0,0,0,0 +621498,339,66,250,19,3,0,0,0,0,0,0,0 +621610,339,66,780,25,3,7,0,0,0,0,0,0 +621910,339,66,63,5,0,0,0,0,0,0,0,0 +622110,339,66,7394,8,0,0,0,3,0,0,0,0 +623110,339,66,337,25,3,6,0,0,0,0,0,0 +623210,339,66,222,14,4,0,0,0,0,0,0,0 +623220,339,66,91,6,0,0,0,0,0,0,0,0 +623311,339,66,424,3,0,0,0,0,0,0,0,0 +623312,339,66,85,18,13,0,0,0,0,0,0,0 +624110,339,66,189,18,13,0,0,0,0,0,0,0 +624120,339,66,1014,52,30,6,0,0,0,0,0,0 +624190,339,66,556,61,48,0,0,0,0,0,0,0 +624210,339,66,50,14,4,0,0,0,0,0,0,0 +624221,339,66,45,7,3,0,0,0,0,0,0,0 +624410,339,66,838,117,107,3,0,0,0,0,0,0 +711110,339,66,38,8,6,0,0,0,0,0,0,0 +711130,339,66,0,3,3,0,0,0,0,0,0,0 +711212,339,66,0,3,3,0,0,0,0,0,0,0 +711510,339,66,12,12,12,0,0,0,0,0,0,0 +712110,339,66,49,12,3,0,0,0,0,0,0,0 +712190,339,66,17,6,3,0,0,0,0,0,0,0 +713110,339,66,15,3,0,0,0,0,0,0,0,0 +713120,339,66,5,3,3,0,0,0,0,0,0,0 +713910,339,66,194,19,8,0,0,0,0,0,0,0 +713920,339,66,998,6,0,0,0,0,0,0,0,0 +713930,339,66,21,11,10,0,0,0,0,0,0,0 +713940,339,66,801,41,25,3,0,0,0,0,0,0 +713990,339,66,215,45,29,0,0,0,0,0,0,0 +721110,339,66,4112,165,123,24,3,0,0,0,0,0 +721191,339,66,330,54,44,3,0,0,0,0,0,0 +721199,339,66,84,20,16,0,0,0,0,0,0,0 +721211,339,66,55,45,42,0,0,0,0,0,0,0 +721214,339,66,238,43,37,0,0,0,0,0,0,0 +722310,339,66,686,71,58,3,0,0,0,0,0,0 +722320,339,66,33,11,6,0,0,0,0,0,0,0 +722410,339,66,55,5,4,0,0,0,0,0,0,0 +722511,339,66,5927,351,245,105,0,0,0,0,0,0 +722513,339,66,2567,221,170,51,0,0,0,0,0,0 +722515,339,66,664,87,80,3,0,0,0,0,0,0 +811111,339,66,583,156,147,0,0,0,0,0,0,0 +811121,339,66,176,41,33,0,0,0,0,0,0,0 +811122,339,66,0,3,3,0,0,0,0,0,0,0 +811192,339,66,15,8,5,0,0,0,0,0,0,0 +811219,339,66,0,3,0,0,0,0,0,0,0,0 +811310,339,66,26,12,5,0,0,0,0,0,0,0 +811412,339,66,3,3,3,0,0,0,0,0,0,0 +811490,339,66,31,15,14,0,0,0,0,0,0,0 +812112,339,66,329,67,62,0,0,0,0,0,0,0 +812113,339,66,10,3,3,0,0,0,0,0,0,0 +812199,339,66,36,7,3,0,0,0,0,0,0,0 +812210,339,66,44,13,11,0,0,0,0,0,0,0 +812220,339,66,4,3,3,0,0,0,0,0,0,0 +812310,339,66,31,10,7,0,0,0,0,0,0,0 +812910,339,66,115,26,23,0,0,0,0,0,0,0 +812990,339,66,2,3,3,0,0,0,0,0,0,0 +813110,339,66,912,181,171,4,0,0,0,0,0,0 +813211,339,66,9,6,6,0,0,0,0,0,0,0 +813312,339,66,173,29,11,0,0,0,0,0,0,0 +813410,339,66,247,48,45,0,0,0,0,0,0,0 +813910,339,66,70,21,18,0,0,0,0,0,0,0 +813930,339,66,0,3,0,0,0,0,0,0,0,0 +813990,339,66,329,25,17,0,0,0,0,0,0,0 +114111,341,67,22,19,19,0,0,0,0,0,0,0 +114112,341,67,29,8,7,0,0,0,0,0,0,0 +115210,341,67,327,85,71,0,0,0,0,0,0,0 +212312,341,67,0,4,0,0,0,0,0,0,0,0 +212321,341,67,53,7,0,0,0,0,0,0,0,0 +221112,341,67,847,20,5,0,0,0,0,0,0,0 +221114,341,67,0,6,3,0,0,0,0,0,0,0 +221122,341,67,0,107,43,21,6,0,0,0,0,0 +221210,341,67,0,26,0,3,3,0,0,0,0,0 +221310,341,67,412,52,16,6,3,0,0,0,0,0 +236115,341,67,3062,1016,998,0,0,0,0,0,0,0 +236116,341,67,1251,124,95,0,0,0,0,0,0,0 +236117,341,67,1123,295,269,3,0,0,0,0,0,0 +236118,341,67,8645,2899,2847,38,0,0,0,0,0,0 +236210,341,67,860,68,47,0,0,0,0,0,0,0 +236220,341,67,9639,852,730,102,0,0,0,0,0,0 +237110,341,67,2056,142,100,7,0,0,0,0,0,0 +237120,341,67,900,13,0,0,0,0,0,0,0,0 +237130,341,67,2400,98,45,11,0,0,0,0,0,0 +237210,341,67,211,59,45,0,0,0,0,0,0,0 +237310,341,67,6338,230,141,44,0,0,0,0,0,0 +237990,341,67,2353,86,57,0,0,0,0,0,0,0 +238110,341,67,3209,228,172,12,0,0,0,0,0,0 +238120,341,67,1031,74,33,0,0,0,0,0,0,0 +238130,341,67,923,191,161,0,0,0,0,0,0,0 +238140,341,67,2264,625,587,9,0,0,0,0,0,0 +238150,341,67,1186,148,117,4,0,0,0,0,0,0 +238160,341,67,1508,243,207,3,0,0,0,0,0,0 +238170,341,67,431,210,193,0,0,0,0,0,0,0 +238190,341,67,1040,91,52,0,0,0,0,0,0,0 +238210,341,67,19165,2187,2027,124,18,0,0,0,0,0 +238220,341,67,20036,2823,2625,174,9,0,0,0,0,0 +238290,341,67,2561,181,130,16,3,0,0,0,0,0 +238310,341,67,3866,404,357,11,0,0,0,0,0,0 +238320,341,67,2805,764,730,8,0,0,0,0,0,0 +238330,341,67,2296,460,431,4,0,0,0,0,0,0 +238340,341,67,1168,270,244,6,0,0,0,0,0,0 +238350,341,67,3514,825,782,9,0,0,0,0,0,0 +238390,341,67,1907,191,155,7,3,0,0,0,0,0 +238910,341,67,7225,566,485,44,4,0,0,0,0,0 +238990,341,67,3926,719,672,27,0,0,0,0,0,0 +311340,341,67,0,3,0,0,0,0,0,0,0,0 +311352,341,67,110,14,3,0,0,0,0,0,0,0 +311412,341,67,320,9,0,3,0,0,0,0,0,0 +311421,341,67,124,9,3,0,0,0,0,0,0,0 +311513,341,67,550,14,0,0,0,0,0,0,0,0 +311520,341,67,26,7,0,0,0,0,0,0,0,0 +311611,341,67,90,10,3,0,0,0,0,0,0,0 +311612,341,67,477,13,0,0,0,0,0,0,0,0 +311710,341,67,2,6,3,0,0,0,0,0,0,0 +311811,341,67,3361,286,232,24,0,0,0,0,0,0 +311812,341,67,3675,109,62,3,3,0,0,0,0,0 +311813,341,67,64,5,3,0,0,0,0,0,0,0 +311821,341,67,575,12,0,0,0,0,0,0,0,0 +311824,341,67,584,15,0,0,0,0,0,0,0,0 +311920,341,67,0,7,0,0,0,0,0,0,0,0 +311930,341,67,385,11,0,0,0,0,0,0,0,0 +311942,341,67,455,15,3,0,0,0,0,0,0,0 +311991,341,67,91,16,6,0,0,0,0,0,0,0 +311999,341,67,744,16,3,0,0,0,0,0,0,0 +312111,341,67,786,15,0,0,0,0,0,0,0,0 +312120,341,67,135,22,3,0,0,0,0,0,0,0 +312130,341,67,5,4,4,0,0,0,0,0,0,0 +312140,341,67,0,3,0,0,0,0,0,0,0,0 +313220,341,67,11,7,4,0,0,0,0,0,0,0 +313230,341,67,18,3,3,0,0,0,0,0,0,0 +313310,341,67,162,18,0,0,0,0,0,0,0,0 +313320,341,67,27,3,0,0,0,0,0,0,0,0 +314120,341,67,410,24,9,0,0,0,0,0,0,0 +314910,341,67,65,21,15,0,0,0,0,0,0,0 +314999,341,67,496,43,16,0,0,0,0,0,0,0 +315190,341,67,18,3,0,0,0,0,0,0,0,0 +315210,341,67,892,41,11,4,0,0,0,0,0,0 +315220,341,67,0,3,0,0,0,0,0,0,0,0 +315240,341,67,222,19,5,0,0,0,0,0,0,0 +315280,341,67,0,3,0,0,0,0,0,0,0,0 +315990,341,67,284,11,0,0,0,0,0,0,0,0 +316110,341,67,24,3,0,0,0,0,0,0,0,0 +321911,341,67,113,10,0,0,0,0,0,0,0,0 +321918,341,67,185,19,6,0,0,0,0,0,0,0 +321920,341,67,252,13,0,0,0,0,0,0,0,0 +321999,341,67,179,19,8,0,0,0,0,0,0,0 +322211,341,67,1211,19,0,0,3,0,0,0,0,0 +322212,341,67,661,12,0,3,0,0,0,0,0,0 +322219,341,67,110,3,0,0,0,0,0,0,0,0 +322220,341,67,1599,28,3,3,3,0,0,0,0,0 +322230,341,67,326,7,0,0,0,0,0,0,0,0 +322299,341,67,0,7,0,0,0,0,0,0,0,0 +323111,341,67,9822,523,422,63,10,0,0,0,0,0 +323113,341,67,1090,85,56,0,0,0,0,0,0,0 +323117,341,67,31,10,6,0,0,0,0,0,0,0 +323120,341,67,838,58,22,6,0,0,0,0,0,0 +324121,341,67,47,11,0,0,0,0,0,0,0,0 +324122,341,67,0,3,0,0,0,0,0,0,0,0 +325120,341,67,79,5,3,0,0,0,0,0,0,0 +325130,341,67,32,4,0,0,0,0,0,0,0,0 +325180,341,67,177,4,0,0,0,0,0,0,0,0 +325199,341,67,1828,45,6,6,0,0,0,0,0,0 +325211,341,67,358,13,0,5,0,0,0,0,0,0 +325212,341,67,0,4,3,0,0,0,0,0,0,0 +325314,341,67,33,3,0,0,0,0,0,0,0,0 +325411,341,67,801,17,0,0,0,0,0,0,0,0 +325412,341,67,7262,94,26,17,8,0,0,0,0,0 +325413,341,67,0,3,0,0,0,0,0,0,0,0 +325414,341,67,408,9,0,0,0,0,0,0,0,0 +325510,341,67,405,25,7,0,0,0,0,0,0,0 +325520,341,67,777,29,0,4,0,0,0,0,0,0 +325611,341,67,253,9,0,0,0,0,0,0,0,0 +325612,341,67,0,6,0,0,0,0,0,0,0,0 +325613,341,67,0,4,0,0,0,0,0,0,0,0 +325620,341,67,5282,66,13,9,0,3,0,0,0,0 +325910,341,67,112,9,3,0,0,0,0,0,0,0 +325991,341,67,0,3,0,0,0,0,0,0,0,0 +325998,341,67,419,36,7,0,0,0,0,0,0,0 +326111,341,67,185,13,0,0,0,0,0,0,0,0 +326112,341,67,598,8,0,0,0,0,0,0,0,0 +326113,341,67,635,13,0,0,0,0,0,0,0,0 +326130,341,67,216,3,0,0,0,0,0,0,0,0 +326140,341,67,200,3,0,0,0,0,0,0,0,0 +326150,341,67,233,4,0,0,0,0,0,0,0,0 +326160,341,67,388,7,0,3,0,0,0,0,0,0 +326199,341,67,6552,124,37,29,4,0,0,0,0,0 +326291,341,67,122,7,0,0,0,0,0,0,0,0 +326299,341,67,405,8,0,3,0,0,0,0,0,0 +327215,341,67,243,20,6,0,0,0,0,0,0,0 +327320,341,67,838,41,0,3,0,0,0,0,0,0 +327390,341,67,163,11,0,0,0,0,0,0,0,0 +327910,341,67,0,3,0,0,0,0,0,0,0,0 +327991,341,67,359,38,14,0,0,0,0,0,0,0 +331410,341,67,0,3,0,0,0,0,0,0,0,0 +331420,341,67,438,7,0,6,0,0,0,0,0,0 +331492,341,67,0,3,0,0,0,0,0,0,0,0 +331523,341,67,0,3,0,0,0,0,0,0,0,0 +332114,341,67,34,3,0,0,0,0,0,0,0,0 +332119,341,67,804,35,6,4,0,0,0,0,0,0 +332216,341,67,458,20,0,0,0,0,0,0,0,0 +332312,341,67,922,40,15,0,0,0,0,0,0,0 +332313,341,67,32,4,0,0,0,0,0,0,0,0 +332321,341,67,990,23,0,4,3,0,0,0,0,0 +332322,341,67,2383,82,26,8,0,0,0,0,0,0 +332323,341,67,672,58,32,0,0,0,0,0,0,0 +332420,341,67,0,3,0,0,0,0,0,0,0,0 +332439,341,67,0,3,0,0,0,0,0,0,0,0 +332618,341,67,680,23,3,4,0,0,0,0,0,0 +332710,341,67,2316,263,231,7,0,0,0,0,0,0 +332721,341,67,1222,69,30,7,0,0,0,0,0,0 +332722,341,67,178,10,0,0,0,0,0,0,0,0 +332812,341,67,429,26,6,0,0,0,0,0,0,0 +332813,341,67,493,34,10,6,0,0,0,0,0,0 +332911,341,67,522,5,0,0,0,0,0,0,0,0 +332912,341,67,15,3,0,0,0,0,0,0,0,0 +332919,341,67,47,4,0,0,0,0,0,0,0,0 +332996,341,67,70,6,0,0,0,0,0,0,0,0 +332999,341,67,690,38,6,0,0,0,0,0,0,0 +333241,341,67,32,4,0,0,0,0,0,0,0,0 +333243,341,67,0,3,0,0,0,0,0,0,0,0 +333244,341,67,68,8,0,0,0,0,0,0,0,0 +333249,341,67,308,25,7,0,0,0,0,0,0,0 +333314,341,67,18,6,0,0,0,0,0,0,0,0 +333318,341,67,286,21,7,0,0,0,0,0,0,0 +333414,341,67,61,3,0,0,0,0,0,0,0,0 +333415,341,67,148,16,6,0,0,0,0,0,0,0 +333511,341,67,135,16,8,0,0,0,0,0,0,0 +333514,341,67,306,18,6,0,0,0,0,0,0,0 +333515,341,67,62,11,5,0,0,0,0,0,0,0 +333517,341,67,0,3,0,0,0,0,0,0,0,0 +333519,341,67,0,3,0,0,0,0,0,0,0,0 +333612,341,67,0,3,0,0,0,0,0,0,0,0 +333912,341,67,0,3,0,0,0,0,0,0,0,0 +333921,341,67,0,3,0,0,0,0,0,0,0,0 +333922,341,67,95,4,0,0,0,0,0,0,0,0 +333992,341,67,5,3,3,0,0,0,0,0,0,0 +333993,341,67,219,17,3,3,0,0,0,0,0,0 +333994,341,67,77,8,0,0,0,0,0,0,0,0 +333999,341,67,378,22,10,3,0,0,0,0,0,0 +334118,341,67,14,3,0,0,0,0,0,0,0,0 +334210,341,67,116,5,0,0,0,0,0,0,0,0 +334220,341,67,457,17,0,3,0,0,0,0,0,0 +334290,341,67,121,7,0,0,0,0,0,0,0,0 +334413,341,67,620,13,0,0,0,0,0,0,0,0 +334418,341,67,102,6,0,3,0,0,0,0,0,0 +334419,341,67,955,39,3,9,0,0,0,0,0,0 +334510,341,67,346,17,0,3,0,0,0,0,0,0 +334511,341,67,1616,16,0,0,0,0,0,0,0,0 +334513,341,67,45,8,0,0,0,0,0,0,0,0 +334515,341,67,257,14,0,3,0,0,0,0,0,0 +334516,341,67,478,27,0,0,0,0,0,0,0,0 +334519,341,67,135,12,0,0,0,0,0,0,0,0 +335122,341,67,420,12,0,0,0,0,0,0,0,0 +335129,341,67,0,4,0,0,0,0,0,0,0,0 +335311,341,67,0,3,0,0,0,0,0,0,0,0 +335313,341,67,444,10,0,0,0,0,0,0,0,0 +335314,341,67,795,14,3,0,0,0,0,0,0,0 +335931,341,67,109,3,0,0,0,0,0,0,0,0 +335999,341,67,339,12,0,0,0,0,0,0,0,0 +336211,341,67,0,3,0,0,0,0,0,0,0,0 +336310,341,67,13,8,4,0,0,0,0,0,0,0 +336320,341,67,55,3,0,0,0,0,0,0,0,0 +336611,341,67,61,4,0,0,0,0,0,0,0,0 +336612,341,67,0,3,0,0,0,0,0,0,0,0 +337110,341,67,648,90,63,0,0,0,0,0,0,0 +337121,341,67,21,5,4,0,0,0,0,0,0,0 +337122,341,67,107,27,17,0,0,0,0,0,0,0 +337212,341,67,975,52,16,11,0,0,0,0,0,0 +337215,341,67,87,7,0,0,0,0,0,0,0,0 +337910,341,67,0,4,0,0,0,0,0,0,0,0 +339112,341,67,508,23,0,0,0,0,0,0,0,0 +339113,341,67,2627,38,0,0,3,0,0,0,0,0 +339114,341,67,29,10,7,0,0,0,0,0,0,0 +339115,341,67,16,3,0,0,0,0,0,0,0,0 +339116,341,67,637,118,96,0,0,0,0,0,0,0 +339910,341,67,244,35,23,0,0,0,0,0,0,0 +339920,341,67,43,7,3,0,0,0,0,0,0,0 +339940,341,67,182,11,3,0,0,0,0,0,0,0 +339950,341,67,1506,105,64,6,0,0,0,0,0,0 +339991,341,67,84,10,0,0,0,0,0,0,0,0 +339992,341,67,0,6,0,0,0,0,0,0,0,0 +339993,341,67,112,7,0,0,0,0,0,0,0,0 +339999,341,67,1103,102,69,6,0,0,0,0,0,0 +423110,341,67,4634,141,80,23,3,0,0,0,0,0 +423120,341,67,6145,327,259,33,3,0,0,0,0,0 +423130,341,67,869,56,17,12,0,0,0,0,0,0 +423140,341,67,162,23,9,0,0,0,0,0,0,0 +423210,341,67,2614,225,178,14,0,0,0,0,0,0 +423220,341,67,4994,358,293,32,3,0,0,0,0,0 +423310,341,67,2568,128,73,11,3,0,0,0,0,0 +423320,341,67,1319,101,60,4,0,0,0,0,0,0 +423330,341,67,1781,60,33,3,0,0,0,0,0,0 +423390,341,67,1452,69,28,5,0,0,0,0,0,0 +423410,341,67,273,18,3,0,0,0,0,0,0,0 +423420,341,67,3003,205,159,19,0,0,0,0,0,0 +423430,341,67,7644,231,191,9,0,0,0,0,0,0 +423440,341,67,1340,121,83,6,0,0,0,0,0,0 +423450,341,67,9262,319,224,45,7,0,0,0,0,0 +423460,341,67,297,32,10,3,0,0,0,0,0,0 +423490,341,67,1529,99,59,10,0,0,0,0,0,0 +423510,341,67,3088,243,180,30,0,0,0,0,0,0 +423520,341,67,75,5,3,0,0,0,0,0,0,0 +423610,341,67,5615,341,267,45,0,0,0,0,0,0 +423620,341,67,4308,104,65,7,0,0,0,0,0,0 +423690,341,67,5526,333,255,47,0,0,0,0,0,0 +423710,341,67,2011,149,102,15,0,0,0,0,0,0 +423720,341,67,1086,103,56,5,0,0,0,0,0,0 +423730,341,67,1646,134,107,7,0,0,0,0,0,0 +423740,341,67,19,4,3,0,0,0,0,0,0,0 +423810,341,67,818,56,26,3,0,0,0,0,0,0 +423820,341,67,111,28,12,0,0,0,0,0,0,0 +423830,341,67,7367,666,561,79,3,0,0,0,0,0 +423840,341,67,2302,221,174,15,0,0,0,0,0,0 +423850,341,67,1294,167,132,10,0,0,0,0,0,0 +423860,341,67,1408,56,26,4,0,0,0,0,0,0 +423910,341,67,1244,151,115,5,0,0,0,0,0,0 +423920,341,67,1249,78,37,0,0,0,0,0,0,0 +423930,341,67,2821,204,154,6,3,0,0,0,0,0 +423940,341,67,2085,275,240,8,0,0,0,0,0,0 +423990,341,67,2109,307,264,16,0,0,0,0,0,0 +424110,341,67,287,35,24,0,0,0,0,0,0,0 +424120,341,67,2502,132,90,3,0,0,0,0,0,0 +424130,341,67,3248,230,178,23,4,0,0,0,0,0 +424210,341,67,41804,597,421,99,18,8,0,3,0,0 +424310,341,67,1429,136,103,6,0,0,0,0,0,0 +424320,341,67,2555,205,161,9,0,0,0,0,0,0 +424330,341,67,5528,319,255,18,6,0,0,0,0,0 +424340,341,67,395,61,37,0,0,0,0,0,0,0 +424410,341,67,4159,120,74,9,0,0,0,0,0,0 +424420,341,67,2067,129,88,9,4,0,0,0,0,0 +424430,341,67,2730,116,72,11,0,0,0,0,0,0 +424440,341,67,141,10,3,3,0,0,0,0,0,0 +424450,341,67,1746,92,58,3,0,0,0,0,0,0 +424460,341,67,482,53,22,3,0,0,0,0,0,0 +424470,341,67,1689,112,84,0,0,0,0,0,0,0 +424480,341,67,1651,107,76,0,0,0,0,0,0,0 +424490,341,67,11543,614,480,100,11,0,0,0,0,0 +424510,341,67,39,9,6,0,0,0,0,0,0,0 +424590,341,67,20,8,7,0,0,0,0,0,0,0 +424610,341,67,1056,109,73,3,0,0,0,0,0,0 +424690,341,67,4555,339,274,36,6,0,0,0,0,0 +424710,341,67,1150,51,12,7,0,0,0,0,0,0 +424720,341,67,314,42,16,0,0,0,0,0,0,0 +424810,341,67,190,17,6,0,0,0,0,0,0,0 +424820,341,67,2174,69,35,0,0,0,0,0,0,0 +424910,341,67,362,43,24,0,0,0,0,0,0,0 +424920,341,67,2173,48,22,0,0,0,0,0,0,0 +424930,341,67,995,89,51,0,0,0,0,0,0,0 +424940,341,67,463,49,29,0,0,0,0,0,0,0 +424950,341,67,380,44,21,0,0,0,0,0,0,0 +424990,341,67,3120,406,363,20,0,0,0,0,0,0 +425110,341,67,32,20,16,0,0,0,0,0,0,0 +425120,341,67,8190,913,852,22,0,0,0,0,0,0 +441110,341,67,26654,484,103,290,68,0,0,0,0,0 +441120,341,67,1605,410,382,8,0,0,0,0,0,0 +441210,341,67,137,5,0,3,0,0,0,0,0,0 +441222,341,67,430,64,51,5,0,0,0,0,0,0 +441228,341,67,480,48,15,3,0,0,0,0,0,0 +441310,341,67,4166,485,449,29,0,0,0,0,0,0 +441320,341,67,2820,329,310,4,0,0,0,0,0,0 +442110,341,67,4521,588,521,46,0,0,0,0,0,0 +442210,341,67,1299,239,222,0,0,0,0,0,0,0 +442291,341,67,348,73,53,0,0,0,0,0,0,0 +442299,341,67,5895,325,201,77,3,0,0,0,0,0 +443141,341,67,1261,156,111,11,0,0,0,0,0,0 +443142,341,67,6063,580,522,17,3,0,0,0,0,0 +444110,341,67,4018,96,3,0,70,0,0,0,0,0 +444120,341,67,782,146,133,0,0,0,0,0,0,0 +444130,341,67,1368,193,153,4,0,0,0,0,0,0 +444190,341,67,6855,704,629,58,0,0,0,0,0,0 +444210,341,67,373,59,42,0,0,0,0,0,0,0 +444220,341,67,1311,205,162,10,0,0,0,0,0,0 +445110,341,67,65997,2080,1582,252,177,53,0,0,0,0 +445120,341,67,5708,1041,963,70,0,0,0,0,0,0 +445210,341,67,905,197,166,0,0,0,0,0,0,0 +445220,341,67,315,87,77,0,0,0,0,0,0,0 +445230,341,67,1427,141,103,8,0,0,0,0,0,0 +445291,341,67,832,154,132,4,0,0,0,0,0,0 +445292,341,67,439,95,71,0,0,0,0,0,0,0 +445299,341,67,1143,221,200,0,0,0,0,0,0,0 +445310,341,67,8041,1462,1404,48,0,0,0,0,0,0 +446110,341,67,19833,1440,1038,397,0,0,0,0,0,0 +446120,341,67,4613,469,376,69,0,0,0,0,0,0 +446130,341,67,2327,365,337,3,0,0,0,0,0,0 +446191,341,67,840,245,231,0,0,0,0,0,0,0 +446199,341,67,1289,168,146,0,0,0,0,0,0,0 +447110,341,67,7838,730,604,114,0,0,0,0,0,0 +447190,341,67,5194,1123,1093,14,0,0,0,0,0,0 +448110,341,67,1560,213,191,0,0,0,0,0,0,0 +448120,341,67,10918,883,770,84,3,0,0,0,0,0 +448130,341,67,2943,238,177,46,0,0,0,0,0,0 +448140,341,67,19623,679,330,323,6,0,0,0,0,0 +448150,341,67,1595,227,205,0,0,0,0,0,0,0 +448190,341,67,3226,301,239,28,0,0,0,0,0,0 +448210,341,67,6245,648,589,42,0,0,0,0,0,0 +448310,341,67,3032,671,653,3,0,0,0,0,0,0 +448320,341,67,53,15,11,0,0,0,0,0,0,0 +451110,341,67,3549,397,339,39,0,0,0,0,0,0 +451120,341,67,3486,187,110,41,0,0,0,0,0,0 +451130,341,67,384,52,36,0,0,0,0,0,0,0 +451140,341,67,668,85,54,3,0,0,0,0,0,0 +451211,341,67,1518,107,47,18,0,0,0,0,0,0 +451212,341,67,76,34,28,0,0,0,0,0,0,0 +452210,341,67,12839,79,0,3,55,7,0,0,0,0 +452311,341,67,25156,131,0,3,82,24,3,0,0,0 +452319,341,67,6650,616,501,99,0,0,0,0,0,0 +453110,341,67,1217,321,307,0,0,0,0,0,0,0 +453210,341,67,1514,130,51,51,0,0,0,0,0,0 +453220,341,67,2962,453,413,19,0,0,0,0,0,0 +453310,341,67,1686,205,166,3,0,0,0,0,0,0 +453910,341,67,2513,248,188,34,0,0,0,0,0,0 +453920,341,67,107,52,45,0,0,0,0,0,0,0 +453991,341,67,920,173,162,0,0,0,0,0,0,0 +453998,341,67,1292,365,346,0,0,0,0,0,0,0 +454110,341,67,24192,1115,1002,62,7,0,0,3,0,0 +454210,341,67,234,61,34,0,0,0,0,0,0,0 +454310,341,67,1721,134,77,11,0,0,0,0,0,0 +454390,341,67,2678,488,451,6,0,0,0,0,0,0 +481111,341,67,16043,32,16,5,5,0,0,0,0,0 +481112,341,67,0,3,3,0,0,0,0,0,0,0 +481211,341,67,774,24,13,3,0,0,0,0,0,0 +483111,341,67,122,12,0,0,0,0,0,0,0,0 +483113,341,67,0,10,3,0,0,0,0,0,0,0 +483211,341,67,6,6,3,0,0,0,0,0,0,0 +483212,341,67,0,6,3,0,0,0,0,0,0,0 +484110,341,67,8326,1173,1084,62,3,0,0,0,0,0 +484121,341,67,5884,473,396,42,6,0,0,0,0,0 +484122,341,67,7539,494,427,23,7,0,0,0,0,0 +484210,341,67,2791,287,232,24,0,0,0,0,0,0 +484220,341,67,3423,460,394,29,0,0,0,0,0,0 +484230,341,67,3001,146,93,11,3,0,0,0,0,0 +485113,341,67,313,18,3,3,0,0,0,0,0,0 +485210,341,67,0,15,0,0,0,0,0,0,0,0 +485310,341,67,513,138,118,0,0,0,0,0,0,0 +485320,341,67,2319,298,250,8,0,0,0,0,0,0 +485410,341,67,10965,253,119,68,22,0,0,0,0,0 +485510,341,67,830,47,18,0,0,0,0,0,0,0 +485991,341,67,1700,76,32,6,0,0,0,0,0,0 +485999,341,67,222,46,30,0,0,0,0,0,0,0 +486210,341,67,18,6,0,0,0,0,0,0,0,0 +486910,341,67,0,4,3,0,0,0,0,0,0,0 +487110,341,67,0,8,6,0,0,0,0,0,0,0 +487210,341,67,82,36,31,0,0,0,0,0,0,0 +488119,341,67,2844,25,0,4,8,3,0,0,0,0 +488190,341,67,482,30,13,3,0,0,0,0,0,0 +488210,341,67,262,10,3,0,0,0,0,0,0,0 +488320,341,67,0,15,0,0,0,0,0,0,0,0 +488330,341,67,43,11,4,0,0,0,0,0,0,0 +488390,341,67,770,15,7,0,0,0,0,0,0,0 +488410,341,67,1542,224,185,6,0,0,0,0,0,0 +488490,341,67,369,62,37,0,0,0,0,0,0,0 +488510,341,67,10191,779,640,102,8,0,0,0,0,0 +488991,341,67,252,39,24,0,0,0,0,0,0,0 +492110,341,67,16013,267,176,20,12,3,0,0,0,0 +492210,341,67,1313,115,87,4,0,0,0,0,0,0 +493110,341,67,23068,447,237,127,25,7,0,0,0,0 +493120,341,67,1227,27,0,7,0,0,0,0,0,0 +493190,341,67,2395,77,26,21,0,0,0,0,0,0 +511110,341,67,2413,113,67,5,0,0,0,0,0,0 +511120,341,67,2653,140,95,12,0,0,0,0,0,0 +511130,341,67,409,48,25,3,0,0,0,0,0,0 +511140,341,67,101,12,4,0,0,0,0,0,0,0 +511210,341,67,9427,261,178,26,12,0,0,0,0,0 +512110,341,67,798,188,172,0,0,0,0,0,0,0 +512131,341,67,2205,82,17,26,0,0,0,0,0,0 +512191,341,67,45,26,24,0,0,0,0,0,0,0 +512230,341,67,15,8,5,0,0,0,0,0,0,0 +512240,341,67,88,37,32,0,0,0,0,0,0,0 +512250,341,67,19,10,5,0,0,0,0,0,0,0 +512290,341,67,0,6,0,0,0,0,0,0,0,0 +515111,341,67,8,9,6,0,0,0,0,0,0,0 +515112,341,67,177,17,9,0,0,0,0,0,0,0 +515120,341,67,1118,16,8,0,4,0,0,0,0,0 +515210,341,67,0,9,0,0,0,0,0,0,0,0 +517311,341,67,14091,646,498,94,8,6,0,0,0,0 +517312,341,67,4592,483,416,38,4,0,0,0,0,0 +517911,341,67,1568,127,101,3,0,0,0,0,0,0 +517919,341,67,2377,63,44,3,0,0,0,0,0,0 +518210,341,67,14546,488,342,93,7,0,0,0,0,0 +519120,341,67,178,22,14,0,0,0,0,0,0,0 +519130,341,67,2272,179,138,6,0,0,0,0,0,0 +519190,341,67,138,14,6,0,0,0,0,0,0,0 +522110,341,67,35139,2026,1864,109,10,3,6,0,0,0 +522120,341,67,6470,541,500,6,0,0,0,0,0,0 +522130,341,67,2307,236,192,3,0,0,0,0,0,0 +522210,341,67,4,11,9,0,0,0,0,0,0,0 +522220,341,67,1364,83,60,6,0,0,0,0,0,0 +522291,341,67,206,57,48,0,0,0,0,0,0,0 +522292,341,67,4658,291,232,19,0,0,0,0,0,0 +522293,341,67,0,3,0,0,0,0,0,0,0,0 +522298,341,67,313,39,24,0,0,0,0,0,0,0 +522310,341,67,741,141,118,0,0,0,0,0,0,0 +522320,341,67,1191,120,94,0,0,0,0,0,0,0 +522390,341,67,1454,289,267,0,0,0,3,0,0,0 +523110,341,67,3217,134,98,7,0,0,0,0,0,0 +523120,341,67,14869,893,790,57,11,5,0,0,0,0 +523130,341,67,209,23,10,0,0,0,0,0,0,0 +523140,341,67,279,29,15,3,0,0,0,0,0,0 +523910,341,67,441,156,135,0,0,0,0,0,0,0 +523920,341,67,6713,718,649,31,0,0,0,0,0,0 +523930,341,67,2089,529,492,11,0,0,0,0,0,0 +523991,341,67,163,21,9,0,0,0,0,0,0,0 +523999,341,67,4632,10,0,0,0,0,0,0,0,0 +524113,341,67,9527,266,169,43,16,4,4,0,0,0 +524114,341,67,1269,64,24,0,6,0,0,0,0,0 +524126,341,67,11870,193,106,25,17,3,0,0,0,0 +524127,341,67,367,57,28,0,0,0,0,0,0,0 +524130,341,67,140,4,0,0,0,0,0,0,0,0 +524210,341,67,14986,2116,1950,142,8,0,0,0,0,0 +524291,341,67,796,112,78,0,0,0,0,0,0,0 +524292,341,67,4375,105,36,17,0,0,0,0,0,0 +524298,341,67,657,93,72,0,0,0,0,0,0,0 +525990,341,67,19,5,3,0,0,0,0,0,0,0 +531110,341,67,8685,1832,1769,44,0,0,0,0,0,0 +531120,341,67,4491,929,890,13,0,0,0,0,0,0 +531130,341,67,792,282,267,0,0,0,0,0,0,0 +531190,341,67,548,104,84,0,0,0,0,0,0,0 +531210,341,67,8543,1790,1722,43,0,0,0,0,0,0 +531311,341,67,8453,1016,913,75,0,0,0,0,0,0 +531312,341,67,3594,502,449,31,0,0,0,0,0,0 +531320,341,67,943,211,191,0,0,0,0,0,0,0 +531390,341,67,916,250,227,0,0,0,0,0,0,0 +532111,341,67,2296,221,194,8,0,0,0,0,0,0 +532112,341,67,36,11,9,0,0,0,0,0,0,0 +532120,341,67,1557,99,48,10,0,0,0,0,0,0 +532210,341,67,104,49,45,0,0,0,0,0,0,0 +532281,341,67,31,26,20,0,0,0,0,0,0,0 +532282,341,67,10,3,0,0,0,0,0,0,0,0 +532283,341,67,88,8,0,0,0,0,0,0,0,0 +532284,341,67,60,22,18,0,0,0,0,0,0,0 +532289,341,67,1886,95,67,0,0,0,0,0,0,0 +532310,341,67,168,22,4,0,0,0,0,0,0,0 +532412,341,67,689,58,29,0,0,0,0,0,0,0 +532420,341,67,165,26,8,0,0,0,0,0,0,0 +532490,341,67,2099,169,114,20,0,0,0,0,0,0 +533110,341,67,749,58,35,0,0,0,0,0,0,0 +541110,341,67,28602,4380,4125,210,17,6,0,0,0,0 +541191,341,67,1457,190,161,3,0,0,0,0,0,0 +541199,341,67,381,52,41,0,0,0,0,0,0,0 +541211,341,67,14378,1615,1510,74,6,0,0,0,0,0 +541213,341,67,3164,520,486,11,0,0,0,0,0,0 +541214,341,67,5492,181,105,19,3,0,0,0,0,0 +541219,341,67,5396,876,820,34,0,0,0,0,0,0 +541310,341,67,3453,529,488,17,0,0,0,0,0,0 +541320,341,67,493,138,114,0,0,0,0,0,0,0 +541330,341,67,21570,1244,1016,183,25,0,0,0,0,0 +541340,341,67,51,23,21,0,0,0,0,0,0,0 +541350,341,67,450,112,94,0,0,0,0,0,0,0 +541370,341,67,1114,157,116,4,0,0,0,0,0,0 +541380,341,67,5952,190,118,31,3,0,0,0,0,0 +541410,341,67,778,300,274,0,0,0,0,0,0,0 +541420,341,67,89,22,14,0,0,0,0,0,0,0 +541430,341,67,1207,352,332,0,0,0,0,0,0,0 +541490,341,67,163,54,42,0,0,0,0,0,0,0 +541511,341,67,56914,2943,2538,304,44,26,6,0,0,0 +541512,341,67,21427,2367,2181,126,26,0,0,0,0,0 +541513,341,67,3089,272,220,17,0,0,0,0,0,0 +541519,341,67,5548,479,416,24,6,0,0,0,0,0 +541611,341,67,15044,2011,1880,92,11,4,0,0,0,0 +541612,341,67,2289,237,201,6,0,0,0,0,0,0 +541613,341,67,5977,988,909,48,0,0,0,0,0,0 +541614,341,67,1995,241,199,7,0,0,0,0,0,0 +541618,341,67,1204,285,255,0,0,0,0,0,0,0 +541620,341,67,2445,259,201,19,0,0,0,0,0,0 +541690,341,67,2990,502,462,7,0,0,0,0,0,0 +541713,341,67,2886,83,44,3,0,0,0,0,0,0 +541714,341,67,3442,84,51,8,4,0,0,0,0,0 +541715,341,67,17012,328,216,56,19,3,0,0,0,0 +541720,341,67,971,33,17,0,0,0,0,0,0,0 +541810,341,67,4605,312,246,28,6,0,0,0,0,0 +541820,341,67,1026,184,162,3,0,0,0,0,0,0 +541830,341,67,10,10,3,0,0,0,0,0,0,0 +541840,341,67,120,35,22,0,0,0,0,0,0,0 +541850,341,67,302,61,44,0,0,0,0,0,0,0 +541860,341,67,1683,86,47,3,0,0,0,0,0,0 +541870,341,67,0,7,3,0,0,0,0,0,0,0 +541890,341,67,4988,182,124,18,0,0,0,0,0,0 +541910,341,67,2252,188,142,13,0,0,0,0,0,0 +541921,341,67,768,210,195,0,0,0,0,0,0,0 +541922,341,67,166,57,48,0,0,0,0,0,0,0 +541930,341,67,58,29,21,0,0,0,0,0,0,0 +541940,341,67,6573,499,426,58,0,0,0,0,0,0 +541990,341,67,1655,404,376,3,0,0,0,0,0,0 +551112,341,67,3385,143,94,11,0,0,0,0,0,0 +551114,341,67,97651,1099,611,282,100,45,14,6,0,0 +561110,341,67,18041,975,826,114,8,0,0,0,0,0 +561210,341,67,4055,152,99,3,3,0,0,0,0,0 +561311,341,67,4346,189,135,14,3,0,0,0,0,0 +561312,341,67,1076,209,189,0,0,0,0,0,0,0 +561320,341,67,45090,889,528,213,86,30,8,0,0,0 +561330,341,67,3514,74,20,18,0,0,0,0,0,0 +561410,341,67,522,101,78,6,0,0,0,0,0,0 +561421,341,67,250,19,6,0,0,0,0,0,0,0 +561422,341,67,1815,56,21,3,0,0,0,0,0,0 +561431,341,67,372,95,72,0,0,0,0,0,0,0 +561439,341,67,792,108,83,3,0,0,0,0,0,0 +561440,341,67,926,81,48,4,0,0,0,0,0,0 +561450,341,67,0,3,0,0,0,0,0,0,0,0 +561492,341,67,86,47,41,0,0,0,0,0,0,0 +561499,341,67,663,82,58,0,0,0,0,0,0,0 +561510,341,67,1882,630,610,0,0,0,0,0,0,0 +561520,341,67,523,66,51,3,0,0,0,0,0,0 +561591,341,67,0,3,3,0,0,0,0,0,0,0 +561599,341,67,639,84,57,3,0,0,0,0,0,0 +561611,341,67,399,76,53,0,0,0,0,0,0,0 +561612,341,67,17380,165,67,18,14,7,0,0,0,0 +561613,341,67,0,6,0,0,0,0,0,0,0,0 +561621,341,67,3154,220,169,16,0,0,0,0,0,0 +561622,341,67,347,86,62,0,0,0,0,0,0,0 +561710,341,67,2183,303,262,12,0,0,0,0,0,0 +561720,341,67,31841,1442,1224,154,14,6,6,0,0,0 +561730,341,67,12951,3576,3451,105,3,0,0,0,0,0 +561740,341,67,733,130,109,3,0,0,0,0,0,0 +561790,341,67,2019,376,345,3,0,0,0,0,0,0 +561910,341,67,2505,102,52,15,0,0,0,0,0,0 +561920,341,67,781,111,80,4,0,0,0,0,0,0 +561990,341,67,2790,236,190,3,0,0,0,0,0,0 +562111,341,67,4676,256,169,43,0,0,0,0,0,0 +562112,341,67,211,7,0,0,0,0,0,0,0,0 +562119,341,67,42,17,9,0,0,0,0,0,0,0 +562211,341,67,153,6,0,0,0,0,0,0,0,0 +562212,341,67,36,7,3,0,0,0,0,0,0,0 +562910,341,67,2868,170,111,28,0,0,0,0,0,0 +562920,341,67,232,24,9,0,0,0,0,0,0,0 +562991,341,67,296,39,17,0,0,0,0,0,0,0 +562998,341,67,125,22,9,0,0,0,0,0,0,0 +611110,341,67,33119,657,249,307,72,7,0,0,0,0 +611210,341,67,670,9,0,4,0,0,0,0,0,0 +611310,341,67,12193,60,7,3,3,0,0,0,0,0 +611410,341,67,27,3,0,0,0,0,0,0,0,0 +611420,341,67,231,44,21,0,0,0,0,0,0,0 +611430,341,67,1020,135,100,10,0,0,0,0,0,0 +611511,341,67,250,23,10,0,0,0,0,0,0,0 +611512,341,67,45,10,0,0,0,0,0,0,0,0 +611513,341,67,27,3,0,0,0,0,0,0,0,0 +611519,341,67,1275,109,65,6,0,0,0,0,0,0 +611610,341,67,4453,576,531,26,0,0,0,0,0,0 +611620,341,67,4323,607,545,37,0,0,0,0,0,0 +611630,341,67,1284,79,32,10,0,0,0,0,0,0 +611691,341,67,5759,446,377,36,0,3,0,0,0,0 +611692,341,67,444,100,76,0,0,0,0,0,0,0 +611699,341,67,904,152,125,3,0,0,0,0,0,0 +611710,341,67,6491,220,181,4,0,0,0,0,0,0 +621111,341,67,65429,6903,6254,605,24,0,0,0,0,0 +621112,341,67,1124,314,291,0,0,0,0,0,0,0 +621210,341,67,25909,4017,3874,130,0,0,0,0,0,0 +621310,341,67,3950,991,964,6,0,0,0,0,0,0 +621320,341,67,2558,461,442,3,0,0,0,0,0,0 +621330,341,67,1979,404,371,6,0,0,0,0,0,0 +621340,341,67,10407,1304,1219,65,0,0,0,0,0,0 +621391,341,67,1620,389,375,0,0,0,0,0,0,0 +621399,341,67,1469,397,368,8,0,0,0,0,0,0 +621410,341,67,324,34,13,0,0,0,0,0,0,0 +621420,341,67,5108,231,123,68,3,0,0,0,0,0 +621492,341,67,2198,175,81,59,0,0,0,0,0,0 +621493,341,67,5585,243,117,99,0,0,0,0,0,0 +621498,341,67,5270,227,140,52,0,0,0,0,0,0 +621511,341,67,10141,282,226,12,0,0,0,0,0,0 +621512,341,67,3625,202,121,50,0,0,0,0,0,0 +621610,341,67,36369,587,227,238,68,11,0,0,0,0 +621910,341,67,4236,149,69,30,0,0,0,0,0,0 +621991,341,67,0,16,0,0,0,0,0,0,0,0 +621999,341,67,696,68,35,0,0,0,0,0,0,0 +622110,341,67,78015,55,0,0,0,0,0,7,7,0 +622310,341,67,1179,10,0,0,0,0,0,0,0,0 +623110,341,67,39531,306,14,52,165,11,0,0,0,0 +623210,341,67,12930,666,570,57,3,0,0,0,0,0 +623220,341,67,2950,108,53,6,0,0,0,0,0,0 +623311,341,67,9077,70,0,23,6,0,0,0,0,0 +623312,341,67,6568,152,52,36,11,0,0,0,0,0 +623990,341,67,1932,96,57,12,0,0,0,0,0,0 +624110,341,67,4378,202,139,13,4,0,0,0,0,0 +624120,341,67,22166,548,289,201,27,4,0,0,0,0 +624190,341,67,9625,473,359,67,10,0,0,0,0,0 +624210,341,67,787,70,26,0,0,0,0,0,0,0 +624221,341,67,1342,77,22,4,0,0,0,0,0,0 +624229,341,67,593,63,35,0,0,0,0,0,0,0 +624230,341,67,74,9,0,0,0,0,0,0,0,0 +624310,341,67,5388,125,42,22,0,0,0,0,0,0 +624410,341,67,31880,2024,1422,587,0,0,0,0,0,0 +711110,341,67,844,50,31,4,0,0,0,0,0,0 +711120,341,67,4,3,3,0,0,0,0,0,0,0 +711130,341,67,597,99,80,0,0,0,0,0,0,0 +711190,341,67,1,4,4,0,0,0,0,0,0,0 +711211,341,67,357,10,3,0,0,0,0,0,0,0 +711212,341,67,281,7,0,0,0,0,0,0,0,0 +711219,341,67,223,39,30,0,0,0,0,0,0,0 +711310,341,67,3762,59,21,0,0,0,0,0,0,0 +711320,341,67,963,70,50,0,0,0,0,0,0,0 +711410,341,67,205,59,48,0,0,0,0,0,0,0 +711510,341,67,957,418,395,0,0,0,0,0,0,0 +712110,341,67,650,58,29,0,0,0,0,0,0,0 +712120,341,67,0,7,6,0,0,0,0,0,0,0 +712130,341,67,0,3,0,0,0,0,0,0,0,0 +712190,341,67,7,3,0,0,0,0,0,0,0,0 +713110,341,67,2025,7,3,0,0,0,0,0,0,0 +713120,341,67,1532,73,37,11,0,0,0,0,0,0 +713290,341,67,0,6,3,0,0,0,0,0,0,0 +713910,341,67,5053,147,44,61,0,0,0,0,0,0 +713930,341,67,504,136,122,0,0,0,0,0,0,0 +713940,341,67,27211,1216,869,291,28,7,0,0,0,0 +713950,341,67,942,51,9,10,0,0,0,0,0,0 +713990,341,67,4004,410,354,29,0,0,0,0,0,0 +721110,341,67,19139,582,335,190,37,0,0,0,0,0 +721191,341,67,113,30,23,0,0,0,0,0,0,0 +721211,341,67,38,8,3,0,0,0,0,0,0,0 +721214,341,67,141,34,18,0,0,0,0,0,0,0 +721310,341,67,65,20,12,0,0,0,0,0,0,0 +722310,341,67,23878,1024,770,205,25,0,0,0,0,0 +722320,341,67,7339,415,298,79,7,0,0,0,0,0 +722330,341,67,235,67,59,0,0,0,0,0,0,0 +722410,341,67,5671,719,657,47,3,0,0,0,0,0 +722511,341,67,98228,6193,4647,1468,71,0,0,0,0,0 +722513,341,67,56722,5516,4519,983,3,0,0,0,0,0 +722514,341,67,858,100,72,4,0,0,0,0,0,0 +722515,341,67,19614,1924,1678,232,0,0,0,0,0,0 +811111,341,67,7203,1961,1925,22,0,0,0,0,0,0 +811112,341,67,40,14,9,0,0,0,0,0,0,0 +811113,341,67,229,75,64,0,0,0,0,0,0,0 +811118,341,67,231,53,41,0,0,0,0,0,0,0 +811121,341,67,5993,832,777,44,0,0,0,0,0,0 +811122,341,67,301,67,48,0,0,0,0,0,0,0 +811191,341,67,756,106,81,0,0,0,0,0,0,0 +811192,341,67,4473,478,424,35,0,0,0,0,0,0 +811198,341,67,199,42,31,0,0,0,0,0,0,0 +811211,341,67,195,45,25,0,0,0,0,0,0,0 +811212,341,67,1057,121,96,0,0,0,0,0,0,0 +811213,341,67,196,51,39,0,0,0,0,0,0,0 +811219,341,67,544,74,55,0,0,0,0,0,0,0 +811310,341,67,2407,294,250,14,0,0,0,0,0,0 +811411,341,67,69,19,11,0,0,0,0,0,0,0 +811412,341,67,425,96,79,0,0,0,0,0,0,0 +811420,341,67,205,73,61,0,0,0,0,0,0,0 +811430,341,67,12,12,9,0,0,0,0,0,0,0 +811490,341,67,559,170,158,0,0,0,0,0,0,0 +812111,341,67,984,354,339,0,0,0,0,0,0,0 +812112,341,67,17477,3029,2888,129,0,0,0,0,0,0 +812113,341,67,5936,1630,1623,0,0,0,0,0,0,0 +812191,341,67,732,72,28,20,0,0,0,0,0,0 +812199,341,67,5083,598,500,78,0,0,0,0,0,0 +812210,341,67,2277,370,343,16,0,0,0,0,0,0 +812220,341,67,996,123,102,3,0,0,0,0,0,0 +812310,341,67,1735,537,518,0,0,0,0,0,0,0 +812320,341,67,3728,901,876,4,0,0,0,0,0,0 +812331,341,67,1579,34,8,3,0,0,0,0,0,0 +812332,341,67,428,14,0,0,0,0,0,0,0,0 +812910,341,67,2781,426,378,23,0,0,0,0,0,0 +812921,341,67,0,3,0,0,0,0,0,0,0,0 +812922,341,67,7,3,3,0,0,0,0,0,0,0 +812930,341,67,4791,261,209,23,3,0,0,0,0,0 +812990,341,67,1439,381,353,6,0,0,0,0,0,0 +813110,341,67,28770,3121,2778,323,9,0,0,0,0,0 +813211,341,67,1660,214,186,0,0,0,0,0,0,0 +813212,341,67,611,86,61,0,0,0,0,0,0,0 +813219,341,67,297,52,34,0,0,0,0,0,0,0 +813311,341,67,131,23,14,0,0,0,0,0,0,0 +813312,341,67,762,102,69,7,0,0,0,0,0,0 +813319,341,67,954,123,98,0,0,0,0,0,0,0 +813410,341,67,3017,345,295,11,0,0,0,0,0,0 +813910,341,67,1459,234,209,4,0,0,0,0,0,0 +813920,341,67,2408,235,203,7,0,0,0,0,0,0 +813930,341,67,3772,476,444,13,0,0,0,0,0,0 +813940,341,67,128,48,42,0,0,0,0,0,0,0 +813990,341,67,3100,615,564,20,0,0,0,0,0,0 +115210,341,69,23,9,7,0,0,0,0,0,0,0 +221122,341,69,0,6,3,0,0,0,0,0,0,0 +221310,341,69,28,4,0,0,0,0,0,0,0,0 +236115,341,69,24,5,4,0,0,0,0,0,0,0 +236118,341,69,82,48,45,0,0,0,0,0,0,0 +236220,341,69,48,5,3,0,0,0,0,0,0,0 +237110,341,69,34,6,4,0,0,0,0,0,0,0 +237130,341,69,0,3,0,0,0,0,0,0,0,0 +237310,341,69,33,7,6,0,0,0,0,0,0,0 +238110,341,69,6,3,0,0,0,0,0,0,0,0 +238140,341,69,17,16,15,0,0,0,0,0,0,0 +238160,341,69,0,3,3,0,0,0,0,0,0,0 +238210,341,69,209,52,48,0,0,0,0,0,0,0 +238220,341,69,154,56,54,0,0,0,0,0,0,0 +238290,341,69,10,4,4,0,0,0,0,0,0,0 +238310,341,69,34,9,6,0,0,0,0,0,0,0 +238320,341,69,11,6,5,0,0,0,0,0,0,0 +238330,341,69,16,5,4,0,0,0,0,0,0,0 +238340,341,69,8,5,5,0,0,0,0,0,0,0 +238350,341,69,43,11,9,0,0,0,0,0,0,0 +238910,341,69,79,19,18,0,0,0,0,0,0,0 +238990,341,69,123,14,12,0,0,0,0,0,0,0 +312130,341,69,41,4,0,0,0,0,0,0,0,0 +323111,341,69,0,3,0,0,0,0,0,0,0,0 +324121,341,69,0,3,3,0,0,0,0,0,0,0 +332313,341,69,0,3,0,0,0,0,0,0,0,0 +332710,341,69,55,6,3,0,0,0,0,0,0,0 +423110,341,69,29,6,4,0,0,0,0,0,0,0 +423310,341,69,94,7,3,0,0,0,0,0,0,0 +423320,341,69,12,4,3,0,0,0,0,0,0,0 +423690,341,69,0,7,4,0,0,0,0,0,0,0 +423820,341,69,47,3,0,0,0,0,0,0,0,0 +423830,341,69,69,11,10,0,0,0,0,0,0,0 +423840,341,69,67,4,0,0,0,0,0,0,0,0 +424490,341,69,0,5,4,0,0,0,0,0,0,0 +424690,341,69,9,4,3,0,0,0,0,0,0,0 +424720,341,69,0,3,0,0,0,0,0,0,0,0 +425120,341,69,20,10,8,0,0,0,0,0,0,0 +441110,341,69,240,6,0,0,0,0,0,0,0,0 +441120,341,69,39,33,32,0,0,0,0,0,0,0 +441228,341,69,20,3,0,0,0,0,0,0,0,0 +441310,341,69,138,17,16,0,0,0,0,0,0,0 +441320,341,69,83,6,3,0,0,0,0,0,0,0 +442110,341,69,56,8,4,0,0,0,0,0,0,0 +442299,341,69,54,3,0,0,0,0,0,0,0,0 +443142,341,69,111,9,6,0,0,0,0,0,0,0 +444110,341,69,0,4,0,0,4,0,0,0,0,0 +444120,341,69,0,4,3,0,0,0,0,0,0,0 +444130,341,69,35,3,0,0,0,0,0,0,0,0 +444190,341,69,108,9,6,0,0,0,0,0,0,0 +444210,341,69,31,6,3,0,0,0,0,0,0,0 +444220,341,69,84,8,3,0,0,0,0,0,0,0 +445110,341,69,1236,25,17,3,3,0,0,0,0,0 +445120,341,69,44,11,8,0,0,0,0,0,0,0 +445310,341,69,195,25,22,3,0,0,0,0,0,0 +446110,341,69,242,15,3,9,0,0,0,0,0,0 +446120,341,69,66,4,0,0,0,0,0,0,0,0 +446130,341,69,12,3,0,0,0,0,0,0,0,0 +446191,341,69,25,8,6,0,0,0,0,0,0,0 +447110,341,69,316,24,17,6,0,0,0,0,0,0 +447190,341,69,171,21,20,0,0,0,0,0,0,0 +448140,341,69,165,4,0,0,0,0,0,0,0,0 +448210,341,69,36,6,3,0,0,0,0,0,0,0 +448310,341,69,27,6,6,0,0,0,0,0,0,0 +451110,341,69,24,8,8,0,0,0,0,0,0,0 +451120,341,69,89,3,0,0,0,0,0,0,0,0 +452210,341,69,285,4,0,3,0,0,0,0,0,0 +452311,341,69,0,3,0,0,0,0,0,0,0,0 +452319,341,69,149,12,6,0,0,0,0,0,0,0 +453110,341,69,15,6,6,0,0,0,0,0,0,0 +453210,341,69,52,4,0,0,0,0,0,0,0,0 +453220,341,69,24,4,3,0,0,0,0,0,0,0 +453310,341,69,4,5,5,0,0,0,0,0,0,0 +453910,341,69,94,6,0,0,0,0,0,0,0,0 +453998,341,69,18,5,3,0,0,0,0,0,0,0 +454110,341,69,88,16,14,0,0,0,0,0,0,0 +454310,341,69,130,9,6,3,0,0,0,0,0,0 +454390,341,69,8,3,3,0,0,0,0,0,0,0 +484110,341,69,45,12,10,0,0,0,0,0,0,0 +484121,341,69,156,8,5,0,0,0,0,0,0,0 +484122,341,69,8,3,3,0,0,0,0,0,0,0 +484210,341,69,21,8,7,0,0,0,0,0,0,0 +484220,341,69,85,17,15,0,0,0,0,0,0,0 +484230,341,69,19,6,5,0,0,0,0,0,0,0 +485320,341,69,9,3,0,0,0,0,0,0,0,0 +485410,341,69,262,4,0,0,0,0,0,0,0,0 +488410,341,69,16,4,0,0,0,0,0,0,0,0 +488510,341,69,26,4,0,0,0,0,0,0,0,0 +493190,341,69,0,3,0,0,0,0,0,0,0,0 +512131,341,69,0,3,0,0,0,0,0,0,0,0 +517311,341,69,85,12,8,0,0,0,0,0,0,0 +517312,341,69,18,4,0,0,0,0,0,0,0,0 +517911,341,69,0,3,0,0,0,0,0,0,0,0 +518210,341,69,17,4,0,0,0,0,0,0,0,0 +522110,341,69,260,32,31,0,0,0,0,0,0,0 +522130,341,69,44,3,0,0,0,0,0,0,0,0 +523120,341,69,39,14,12,0,0,0,0,0,0,0 +523920,341,69,10,6,6,0,0,0,0,0,0,0 +523930,341,69,12,4,3,0,0,0,0,0,0,0 +524210,341,69,90,20,18,0,0,0,0,0,0,0 +531110,341,69,36,13,11,0,0,0,0,0,0,0 +531120,341,69,46,14,12,0,0,0,0,0,0,0 +531130,341,69,11,6,6,0,0,0,0,0,0,0 +531210,341,69,33,10,10,0,0,0,0,0,0,0 +531311,341,69,15,4,3,0,0,0,0,0,0,0 +532310,341,69,30,4,0,0,0,0,0,0,0,0 +532490,341,69,20,4,3,0,0,0,0,0,0,0 +541110,341,69,212,39,36,0,0,0,0,0,0,0 +541191,341,69,12,5,4,0,0,0,0,0,0,0 +541211,341,69,30,12,10,0,0,0,0,0,0,0 +541213,341,69,44,8,4,0,0,0,0,0,0,0 +541219,341,69,9,5,5,0,0,0,0,0,0,0 +541310,341,69,5,4,4,0,0,0,0,0,0,0 +541330,341,69,141,17,14,0,0,0,0,0,0,0 +541370,341,69,0,3,3,0,0,0,0,0,0,0 +541410,341,69,8,3,0,0,0,0,0,0,0,0 +541430,341,69,39,6,4,0,0,0,0,0,0,0 +541511,341,69,28,13,11,0,0,0,0,0,0,0 +541512,341,69,23,14,13,0,0,0,0,0,0,0 +541513,341,69,0,3,0,0,0,0,0,0,0,0 +541611,341,69,74,13,11,0,0,0,0,0,0,0 +541612,341,69,9,3,0,0,0,0,0,0,0,0 +541613,341,69,6,3,3,0,0,0,0,0,0,0 +541620,341,69,23,7,5,0,0,0,0,0,0,0 +541690,341,69,21,7,5,0,0,0,0,0,0,0 +541810,341,69,5,3,3,0,0,0,0,0,0,0 +541890,341,69,21,3,0,0,0,0,0,0,0,0 +541940,341,69,158,13,5,4,0,0,0,0,0,0 +541990,341,69,0,3,0,0,0,0,0,0,0,0 +551114,341,69,55,7,6,0,0,0,0,0,0,0 +561110,341,69,20,6,6,0,0,0,0,0,0,0 +561210,341,69,0,3,0,0,0,0,0,0,0,0 +561311,341,69,0,4,0,0,0,0,0,0,0,0 +561510,341,69,8,7,7,0,0,0,0,0,0,0 +561611,341,69,13,3,0,0,0,0,0,0,0,0 +561720,341,69,0,15,11,0,0,0,0,0,0,0 +561730,341,69,109,62,62,0,0,0,0,0,0,0 +561990,341,69,1,3,3,0,0,0,0,0,0,0 +562111,341,69,131,5,0,3,0,0,0,0,0,0 +611110,341,69,242,5,0,0,0,0,0,0,0,0 +611610,341,69,20,3,0,0,0,0,0,0,0,0 +611620,341,69,37,5,0,0,0,0,0,0,0,0 +611691,341,69,32,3,0,0,0,0,0,0,0,0 +621111,341,69,572,86,79,7,0,0,0,0,0,0 +621210,341,69,341,42,41,0,0,0,0,0,0,0 +621310,341,69,52,12,11,0,0,0,0,0,0,0 +621320,341,69,34,8,8,0,0,0,0,0,0,0 +621330,341,69,0,3,0,0,0,0,0,0,0,0 +621340,341,69,65,12,12,0,0,0,0,0,0,0 +621391,341,69,40,4,0,0,0,0,0,0,0,0 +621399,341,69,26,4,3,0,0,0,0,0,0,0 +621420,341,69,101,6,0,0,0,0,0,0,0,0 +621493,341,69,44,3,0,0,0,0,0,0,0,0 +621498,341,69,0,3,0,0,0,0,0,0,0,0 +621511,341,69,0,3,0,0,0,0,0,0,0,0 +621910,341,69,77,6,3,0,0,0,0,0,0,0 +623110,341,69,613,7,0,0,3,0,0,0,0,0 +623210,341,69,266,28,25,0,0,0,0,0,0,0 +623990,341,69,0,3,0,0,0,0,0,0,0,0 +624120,341,69,412,9,0,5,0,0,0,0,0,0 +624190,341,69,217,13,11,0,0,0,0,0,0,0 +624210,341,69,0,3,0,0,0,0,0,0,0,0 +624229,341,69,21,3,0,0,0,0,0,0,0,0 +624310,341,69,0,3,0,0,0,0,0,0,0,0 +624410,341,69,328,32,29,3,0,0,0,0,0,0 +711510,341,69,16,6,5,0,0,0,0,0,0,0 +713910,341,69,103,6,3,3,0,0,0,0,0,0 +713940,341,69,229,16,9,5,0,0,0,0,0,0 +713950,341,69,0,3,0,0,0,0,0,0,0,0 +713990,341,69,49,5,3,0,0,0,0,0,0,0 +721110,341,69,51,6,3,0,0,0,0,0,0,0 +721211,341,69,16,3,0,0,0,0,0,0,0,0 +721214,341,69,19,4,0,0,0,0,0,0,0,0 +722310,341,69,181,9,3,4,0,0,0,0,0,0 +722320,341,69,63,7,3,0,0,0,0,0,0,0 +722410,341,69,39,14,14,0,0,0,0,0,0,0 +722511,341,69,1278,93,70,23,0,0,0,0,0,0 +722513,341,69,880,86,70,14,0,0,0,0,0,0 +722515,341,69,373,30,23,7,0,0,0,0,0,0 +811111,341,69,108,39,37,0,0,0,0,0,0,0 +811121,341,69,119,19,19,0,0,0,0,0,0,0 +811191,341,69,16,3,0,0,0,0,0,0,0,0 +811192,341,69,108,9,6,0,0,0,0,0,0,0 +811212,341,69,55,5,3,0,0,0,0,0,0,0 +811310,341,69,28,8,6,0,0,0,0,0,0,0 +812111,341,69,28,11,10,0,0,0,0,0,0,0 +812112,341,69,219,42,42,0,0,0,0,0,0,0 +812113,341,69,48,15,15,0,0,0,0,0,0,0 +812199,341,69,25,8,6,0,0,0,0,0,0,0 +812210,341,69,42,11,10,0,0,0,0,0,0,0 +812220,341,69,13,7,7,0,0,0,0,0,0,0 +812310,341,69,13,5,4,0,0,0,0,0,0,0 +812910,341,69,35,12,11,0,0,0,0,0,0,0 +813110,341,69,386,59,54,5,0,0,0,0,0,0 +813312,341,69,56,8,7,0,0,0,0,0,0,0 +813319,341,69,12,3,0,0,0,0,0,0,0,0 +813410,341,69,0,5,3,0,0,0,0,0,0,0 +813920,341,69,2,5,5,0,0,0,0,0,0,0 +813930,341,69,19,8,6,0,0,0,0,0,0,0 +114112,342,68,6,6,6,0,0,0,0,0,0,0 +115112,342,68,11,3,0,0,0,0,0,0,0,0 +115210,342,68,42,10,6,0,0,0,0,0,0,0 +212321,342,68,60,3,0,0,0,0,0,0,0,0 +212322,342,68,108,4,0,3,0,0,0,0,0,0 +221112,342,68,0,3,0,0,0,0,0,0,0,0 +221113,342,68,0,4,0,0,0,0,0,0,0,0 +221122,342,68,177,12,3,0,0,0,0,0,0,0 +221210,342,68,0,7,0,0,0,0,0,0,0,0 +221310,342,68,0,22,9,3,0,0,0,0,0,0 +221320,342,68,16,4,0,0,0,0,0,0,0,0 +236115,342,68,660,152,140,0,0,0,0,0,0,0 +236116,342,68,43,6,4,0,0,0,0,0,0,0 +236117,342,68,308,44,28,3,0,0,0,0,0,0 +236118,342,68,1503,458,445,8,0,0,0,0,0,0 +236210,342,68,31,4,0,0,0,0,0,0,0,0 +236220,342,68,1962,168,149,10,0,0,0,0,0,0 +237110,342,68,399,37,24,0,0,0,0,0,0,0 +237120,342,68,266,5,0,3,0,0,0,0,0,0 +237130,342,68,385,24,10,0,0,0,0,0,0,0 +237210,342,68,6,4,4,0,0,0,0,0,0,0 +237310,342,68,1013,44,24,0,0,0,0,0,0,0 +237990,342,68,261,10,3,3,0,0,0,0,0,0 +238110,342,68,605,73,52,0,0,0,0,0,0,0 +238120,342,68,776,31,10,3,0,0,0,0,0,0 +238130,342,68,336,49,38,0,0,0,0,0,0,0 +238140,342,68,401,84,76,0,0,0,0,0,0,0 +238150,342,68,121,13,0,0,0,0,0,0,0,0 +238160,342,68,379,61,47,0,0,0,0,0,0,0 +238170,342,68,90,24,18,0,0,0,0,0,0,0 +238190,342,68,242,24,13,0,0,0,0,0,0,0 +238210,342,68,3315,375,337,29,0,0,0,0,0,0 +238220,342,68,4713,530,477,45,0,0,0,0,0,0 +238290,342,68,871,43,29,0,0,0,0,0,0,0 +238310,342,68,835,90,79,4,0,0,0,0,0,0 +238320,342,68,504,150,144,0,0,0,0,0,0,0 +238330,342,68,436,70,61,0,0,0,0,0,0,0 +238340,342,68,211,40,33,0,0,0,0,0,0,0 +238350,342,68,518,128,120,0,0,0,0,0,0,0 +238390,342,68,424,37,25,0,0,0,0,0,0,0 +238910,342,68,1053,125,104,9,0,0,0,0,0,0 +238990,342,68,1648,126,117,3,0,0,0,0,0,0 +311511,342,68,517,3,0,0,3,0,0,0,0,0 +311611,342,68,135,3,0,0,0,0,0,0,0,0 +311710,342,68,304,5,0,0,0,0,0,0,0,0 +311811,342,68,538,44,25,3,0,0,0,0,0,0 +311812,342,68,731,28,6,0,0,0,0,0,0,0 +311942,342,68,0,3,0,0,0,0,0,0,0,0 +311991,342,68,0,3,0,0,0,0,0,0,0,0 +312111,342,68,0,6,0,0,0,0,0,0,0,0 +312120,342,68,82,15,8,0,0,0,0,0,0,0 +312130,342,68,17,4,0,0,0,0,0,0,0,0 +314910,342,68,18,4,0,0,0,0,0,0,0,0 +314999,342,68,0,5,0,0,0,0,0,0,0,0 +321920,342,68,241,8,0,0,0,0,0,0,0,0 +321992,342,68,0,3,0,0,0,0,0,0,0,0 +321999,342,68,16,4,3,0,0,0,0,0,0,0 +322211,342,68,447,11,0,3,0,0,0,0,0,0 +322220,342,68,0,3,0,0,0,0,0,0,0,0 +323111,342,68,2145,103,74,12,0,0,0,0,0,0 +323113,342,68,222,29,19,0,0,0,0,0,0,0 +323117,342,68,39,3,0,0,0,0,0,0,0,0 +323120,342,68,96,6,0,0,0,0,0,0,0,0 +324121,342,68,13,3,0,0,0,0,0,0,0,0 +325199,342,68,101,4,0,3,0,0,0,0,0,0 +325211,342,68,175,6,0,0,0,0,0,0,0,0 +325413,342,68,43,3,0,0,0,0,0,0,0,0 +325611,342,68,27,3,0,0,0,0,0,0,0,0 +325910,342,68,0,3,0,0,0,0,0,0,0,0 +325998,342,68,55,3,0,0,0,0,0,0,0,0 +326199,342,68,848,25,0,6,0,0,0,0,0,0 +327212,342,68,1053,8,0,0,0,0,0,0,0,0 +327213,342,68,859,4,0,0,0,0,0,0,0,0 +327215,342,68,1016,16,0,3,5,0,0,0,0,0 +327320,342,68,278,17,0,5,0,0,0,0,0,0 +327390,342,68,116,7,3,0,0,0,0,0,0,0 +332119,342,68,0,3,0,0,0,0,0,0,0,0 +332312,342,68,110,6,0,0,0,0,0,0,0,0 +332322,342,68,423,22,7,6,0,0,0,0,0,0 +332323,342,68,0,3,0,0,0,0,0,0,0,0 +332710,342,68,793,60,43,10,0,0,0,0,0,0 +332721,342,68,161,13,7,0,0,0,0,0,0,0 +332812,342,68,51,5,3,0,0,0,0,0,0,0 +332813,342,68,11,3,0,0,0,0,0,0,0,0 +332999,342,68,25,9,4,0,0,0,0,0,0,0 +333514,342,68,68,4,0,0,0,0,0,0,0,0 +333515,342,68,0,3,0,0,0,0,0,0,0,0 +333993,342,68,113,3,0,0,0,0,0,0,0,0 +333994,342,68,0,5,0,0,0,0,0,0,0,0 +334220,342,68,0,3,0,0,0,0,0,0,0,0 +334416,342,68,0,3,0,0,0,0,0,0,0,0 +334515,342,68,67,4,0,0,0,0,0,0,0,0 +337110,342,68,34,12,3,0,0,0,0,0,0,0 +337212,342,68,231,15,3,0,0,0,0,0,0,0 +339113,342,68,15,8,4,0,0,0,0,0,0,0 +339114,342,68,16,3,0,0,0,0,0,0,0,0 +339116,342,68,141,17,13,0,0,0,0,0,0,0 +339950,342,68,661,32,16,0,0,0,0,0,0,0 +339991,342,68,148,7,0,0,0,0,0,0,0,0 +339999,342,68,51,8,0,0,0,0,0,0,0,0 +423110,342,68,837,52,28,11,0,0,0,0,0,0 +423120,342,68,1652,65,34,14,3,0,0,0,0,0 +423130,342,68,240,13,3,0,0,0,0,0,0,0 +423140,342,68,45,11,0,0,0,0,0,0,0,0 +423210,342,68,552,29,21,0,0,0,0,0,0,0 +423220,342,68,893,31,17,4,0,0,0,0,0,0 +423310,342,68,1004,25,10,9,0,0,0,0,0,0 +423320,342,68,205,21,9,0,0,0,0,0,0,0 +423330,342,68,185,13,7,3,0,0,0,0,0,0 +423390,342,68,85,17,9,0,0,0,0,0,0,0 +423420,342,68,1091,47,38,3,0,0,0,0,0,0 +423430,342,68,400,25,15,0,0,0,0,0,0,0 +423440,342,68,631,12,0,3,0,0,0,0,0,0 +423450,342,68,796,40,19,3,0,0,0,0,0,0 +423490,342,68,860,21,6,0,0,0,0,0,0,0 +423510,342,68,590,34,16,4,0,0,0,0,0,0 +423610,342,68,2149,62,46,6,0,0,0,0,0,0 +423690,342,68,821,43,24,3,0,0,0,0,0,0 +423710,342,68,353,22,13,0,0,0,0,0,0,0 +423720,342,68,554,29,15,4,0,0,0,0,0,0 +423730,342,68,217,31,21,0,0,0,0,0,0,0 +423740,342,68,82,3,0,0,0,0,0,0,0,0 +423810,342,68,319,14,0,0,0,0,0,0,0,0 +423820,342,68,208,14,3,0,0,0,0,0,0,0 +423830,342,68,1334,99,74,8,0,0,0,0,0,0 +423840,342,68,631,39,27,0,0,0,0,0,0,0 +423850,342,68,285,26,15,0,0,0,0,0,0,0 +423860,342,68,19,6,0,0,0,0,0,0,0,0 +423910,342,68,305,21,11,0,0,0,0,0,0,0 +423920,342,68,0,3,0,0,0,0,0,0,0,0 +423930,342,68,587,44,29,7,0,0,0,0,0,0 +423940,342,68,100,16,12,0,0,0,0,0,0,0 +423990,342,68,360,25,16,0,0,0,0,0,0,0 +424120,342,68,353,26,17,3,0,0,0,0,0,0 +424130,342,68,245,23,9,0,0,0,0,0,0,0 +424210,342,68,413,21,9,0,0,0,0,0,0,0 +424310,342,68,122,8,4,3,0,0,0,0,0,0 +424320,342,68,49,6,3,0,0,0,0,0,0,0 +424330,342,68,149,13,7,0,0,0,0,0,0,0 +424340,342,68,0,6,4,0,0,0,0,0,0,0 +424410,342,68,2152,15,0,0,0,0,0,0,0,0 +424420,342,68,989,13,3,0,0,0,0,0,0,0 +424430,342,68,817,8,3,0,0,0,0,0,0,0 +424450,342,68,0,6,0,0,0,0,0,0,0,0 +424460,342,68,0,3,0,0,0,0,0,0,0,0 +424470,342,68,419,11,6,0,0,0,0,0,0,0 +424480,342,68,2160,54,33,7,0,0,0,0,0,0 +424490,342,68,1676,67,45,3,0,0,0,0,0,0 +424610,342,68,218,14,3,0,0,0,0,0,0,0 +424690,342,68,499,54,41,3,0,0,0,0,0,0 +424710,342,68,107,9,4,0,0,0,0,0,0,0 +424720,342,68,47,13,7,0,0,0,0,0,0,0 +424820,342,68,430,9,0,0,0,0,0,0,0,0 +424910,342,68,129,21,9,0,0,0,0,0,0,0 +424920,342,68,86,5,0,0,0,0,0,0,0,0 +424930,342,68,202,11,7,0,0,0,0,0,0,0 +424940,342,68,0,3,0,0,0,0,0,0,0,0 +424950,342,68,49,5,0,0,0,0,0,0,0,0 +424990,342,68,223,32,23,0,0,0,0,0,0,0 +425120,342,68,941,129,121,0,0,0,0,0,0,0 +441110,342,68,5277,96,11,64,12,0,0,0,0,0 +441120,342,68,1026,148,133,4,0,0,0,0,0,0 +441210,342,68,138,5,0,0,0,0,0,0,0,0 +441222,342,68,64,16,9,0,0,0,0,0,0,0 +441228,342,68,140,16,0,0,0,0,0,0,0,0 +441310,342,68,1704,147,122,20,0,0,0,0,0,0 +441320,342,68,695,88,78,0,0,0,0,0,0,0 +442110,342,68,711,115,97,8,0,0,0,0,0,0 +442210,342,68,346,37,29,0,0,0,0,0,0,0 +442291,342,68,20,3,0,0,0,0,0,0,0,0 +442299,342,68,853,40,21,10,0,0,0,0,0,0 +443141,342,68,226,26,13,0,0,0,0,0,0,0 +443142,342,68,1067,93,80,3,0,0,0,0,0,0 +444110,342,68,0,20,0,0,18,0,0,0,0,0 +444120,342,68,52,32,23,0,0,0,0,0,0,0 +444130,342,68,348,48,37,3,0,0,0,0,0,0 +444190,342,68,1527,138,119,3,0,0,0,0,0,0 +444210,342,68,46,7,0,0,0,0,0,0,0,0 +444220,342,68,279,45,29,0,0,0,0,0,0,0 +445110,342,68,11813,317,234,24,38,6,0,0,0,0 +445120,342,68,2307,247,190,50,0,0,0,0,0,0 +445210,342,68,200,25,10,0,0,0,0,0,0,0 +445220,342,68,38,12,10,0,0,0,0,0,0,0 +445230,342,68,402,34,20,4,0,0,0,0,0,0 +445291,342,68,110,16,4,0,0,0,0,0,0,0 +445292,342,68,77,15,7,0,0,0,0,0,0,0 +445299,342,68,172,38,27,0,0,0,0,0,0,0 +445310,342,68,1588,226,204,18,0,0,0,0,0,0 +446110,342,68,4157,271,187,73,0,0,0,0,0,0 +446120,342,68,735,66,47,11,0,0,0,0,0,0 +446130,342,68,434,64,56,0,0,0,0,0,0,0 +446191,342,68,177,45,40,0,0,0,0,0,0,0 +446199,342,68,118,29,25,0,0,0,0,0,0,0 +447110,342,68,3120,180,114,56,0,0,0,0,0,0 +447190,342,68,1031,173,157,3,0,0,0,0,0,0 +448110,342,68,122,28,24,0,0,0,0,0,0,0 +448120,342,68,1629,130,103,20,0,0,0,0,0,0 +448130,342,68,440,39,25,6,0,0,0,0,0,0 +448140,342,68,3348,117,43,64,0,0,0,0,0,0 +448150,342,68,296,31,27,0,0,0,0,0,0,0 +448190,342,68,525,43,29,6,0,0,0,0,0,0 +448210,342,68,1035,116,108,0,0,0,0,0,0,0 +448310,342,68,469,87,82,0,0,0,0,0,0,0 +451110,342,68,772,64,46,5,0,0,0,0,0,0 +451120,342,68,758,39,20,10,0,0,0,0,0,0 +451130,342,68,97,10,4,0,0,0,0,0,0,0 +451140,342,68,117,16,5,0,0,0,0,0,0,0 +451211,342,68,280,21,9,3,0,0,0,0,0,0 +451212,342,68,18,7,6,0,0,0,0,0,0,0 +452210,342,68,2391,18,0,0,13,0,0,0,0,0 +452311,342,68,7372,37,0,0,21,7,0,0,0,0 +452319,342,68,1825,159,126,26,0,0,0,0,0,0 +453110,342,68,341,72,61,0,0,0,0,0,0,0 +453210,342,68,367,24,0,10,0,0,0,0,0,0 +453220,342,68,627,89,82,3,0,0,0,0,0,0 +453310,342,68,733,64,43,10,0,0,0,0,0,0 +453910,342,68,787,63,50,9,0,0,0,0,0,0 +453991,342,68,157,38,31,0,0,0,0,0,0,0 +453998,342,68,414,84,68,0,0,0,0,0,0,0 +454110,342,68,2180,143,120,9,3,0,0,0,0,0 +454210,342,68,88,14,7,0,0,0,0,0,0,0 +454310,342,68,577,52,36,0,0,0,0,0,0,0 +454390,342,68,534,79,69,3,0,0,0,0,0,0 +484110,342,68,812,109,92,14,0,0,0,0,0,0 +484121,342,68,1050,62,40,5,0,0,0,0,0,0 +484122,342,68,1702,76,52,3,4,0,0,0,0,0 +484210,342,68,541,37,23,7,0,0,0,0,0,0 +484220,342,68,942,104,87,0,0,0,0,0,0,0 +484230,342,68,364,21,7,0,0,0,0,0,0,0 +485310,342,68,26,10,6,0,0,0,0,0,0,0 +485320,342,68,212,22,11,3,0,0,0,0,0,0 +485410,342,68,2654,27,0,3,8,0,0,0,0,0 +485991,342,68,103,11,0,0,0,0,0,0,0,0 +485999,342,68,0,3,0,0,0,0,0,0,0,0 +486910,342,68,58,6,0,0,0,0,0,0,0,0 +488119,342,68,0,3,0,0,0,0,0,0,0,0 +488190,342,68,0,7,4,0,0,0,0,0,0,0 +488320,342,68,742,4,0,0,0,0,0,0,0,0 +488410,342,68,306,42,25,0,0,0,0,0,0,0 +488490,342,68,151,20,12,0,0,0,0,0,0,0 +488510,342,68,1074,88,73,7,0,0,0,0,0,0 +488991,342,68,15,5,4,0,0,0,0,0,0,0 +492110,342,68,2086,32,21,0,0,0,0,0,0,0 +492210,342,68,230,18,5,0,0,0,0,0,0,0 +493110,342,68,6071,85,34,22,7,3,0,0,0,0 +493120,342,68,1484,17,3,0,0,0,0,0,0,0 +493190,342,68,131,17,9,0,0,0,0,0,0,0 +511110,342,68,393,22,9,0,0,0,0,0,0,0 +511120,342,68,178,13,7,0,0,0,0,0,0,0 +511130,342,68,0,3,0,0,0,0,0,0,0,0 +511210,342,68,873,21,8,3,0,0,0,0,0,0 +512110,342,68,25,23,19,0,0,0,0,0,0,0 +512131,342,68,160,11,0,0,0,0,0,0,0,0 +517311,342,68,658,148,119,6,0,0,0,0,0,0 +517312,342,68,612,93,85,0,0,0,0,0,0,0 +517911,342,68,76,16,12,0,0,0,0,0,0,0 +517919,342,68,4,8,5,0,0,0,0,0,0,0 +518210,342,68,1313,73,59,5,0,0,0,0,0,0 +519120,342,68,55,6,3,0,0,0,0,0,0,0 +519130,342,68,32,7,3,0,0,0,0,0,0,0 +522110,342,68,8508,341,303,23,3,0,0,0,0,0 +522120,342,68,825,94,78,3,0,0,0,0,0,0 +522130,342,68,434,37,24,0,0,0,0,0,0,0 +522220,342,68,765,21,16,0,0,0,0,0,0,0 +522291,342,68,82,15,10,0,0,0,0,0,0,0 +522292,342,68,4343,78,48,8,7,0,0,0,0,0 +522310,342,68,321,28,22,0,0,0,0,0,0,0 +522320,342,68,101,8,0,0,0,0,0,0,0,0 +522390,342,68,126,42,35,0,0,0,0,0,0,0 +523110,342,68,13,4,3,0,0,0,0,0,0,0 +523120,342,68,642,94,86,3,0,0,0,0,0,0 +523910,342,68,4,3,3,0,0,0,0,0,0,0 +523920,342,68,454,79,71,0,0,0,0,0,0,0 +523930,342,68,174,70,65,0,0,0,0,0,0,0 +524113,342,68,247,25,13,7,0,0,0,0,0,0 +524114,342,68,0,6,0,0,0,0,0,0,0,0 +524126,342,68,2187,40,20,10,5,0,0,0,0,0 +524127,342,68,86,11,7,0,0,0,0,0,0,0 +524130,342,68,0,3,0,0,0,0,0,0,0,0 +524210,342,68,2893,444,413,22,3,0,0,0,0,0 +524291,342,68,207,33,25,0,0,0,0,0,0,0 +524292,342,68,260,10,0,4,0,0,0,0,0,0 +524298,342,68,88,13,8,0,0,0,0,0,0,0 +531110,342,68,1165,224,213,4,0,0,0,0,0,0 +531120,342,68,428,98,87,0,0,0,0,0,0,0 +531130,342,68,177,75,71,0,0,0,0,0,0,0 +531190,342,68,89,31,23,0,0,0,0,0,0,0 +531210,342,68,1014,251,235,4,0,0,0,0,0,0 +531311,342,68,897,128,113,6,0,0,0,0,0,0 +531312,342,68,509,59,46,4,0,0,0,0,0,0 +531320,342,68,163,36,30,0,0,0,0,0,0,0 +531390,342,68,259,29,24,0,0,0,0,0,0,0 +532111,342,68,154,43,40,0,0,0,0,0,0,0 +532112,342,68,0,3,0,0,0,0,0,0,0,0 +532120,342,68,464,40,28,0,0,0,0,0,0,0 +532210,342,68,46,18,11,0,0,0,0,0,0,0 +532289,342,68,345,18,9,3,0,0,0,0,0,0 +532310,342,68,19,4,0,0,0,0,0,0,0,0 +532412,342,68,250,15,3,0,0,0,0,0,0,0 +532420,342,68,0,3,0,0,0,0,0,0,0,0 +532490,342,68,967,41,23,4,0,0,0,0,0,0 +533110,342,68,16,3,0,0,0,0,0,0,0,0 +541110,342,68,6040,831,772,49,4,0,0,0,0,0 +541191,342,68,615,51,40,4,0,0,0,0,0,0 +541199,342,68,18,10,6,0,0,0,0,0,0,0 +541211,342,68,1445,224,204,12,0,0,0,0,0,0 +541213,342,68,691,103,93,0,0,0,0,0,0,0 +541214,342,68,416,31,19,8,0,0,0,0,0,0 +541219,342,68,730,113,104,0,0,0,0,0,0,0 +541310,342,68,471,72,67,0,0,0,0,0,0,0 +541320,342,68,166,12,7,0,0,0,0,0,0,0 +541330,342,68,5066,259,201,43,7,0,0,0,0,0 +541340,342,68,7,3,3,0,0,0,0,0,0,0 +541350,342,68,5,8,7,0,0,0,0,0,0,0 +541370,342,68,111,25,21,0,0,0,0,0,0,0 +541380,342,68,634,30,20,4,0,0,0,0,0,0 +541410,342,68,99,24,21,0,0,0,0,0,0,0 +541430,342,68,175,36,30,0,0,0,0,0,0,0 +541511,342,68,2195,218,196,11,3,0,0,0,0,0 +541512,342,68,3560,270,235,21,5,0,0,0,0,0 +541513,342,68,372,62,52,3,0,0,0,0,0,0 +541519,342,68,156,44,38,0,0,0,0,0,0,0 +541611,342,68,1207,233,218,9,0,0,0,0,0,0 +541612,342,68,364,34,24,0,0,0,0,0,0,0 +541613,342,68,620,106,92,8,0,0,0,0,0,0 +541614,342,68,246,33,24,0,0,0,0,0,0,0 +541618,342,68,28,21,20,0,0,0,0,0,0,0 +541620,342,68,613,64,52,8,0,0,0,0,0,0 +541690,342,68,468,61,51,0,0,0,0,0,0,0 +541714,342,68,177,5,3,0,0,0,0,0,0,0 +541715,342,68,398,23,10,3,0,0,0,0,0,0 +541810,342,68,275,37,29,0,0,0,0,0,0,0 +541820,342,68,55,12,10,0,0,0,0,0,0,0 +541830,342,68,0,3,0,0,0,0,0,0,0,0 +541840,342,68,13,3,0,0,0,0,0,0,0,0 +541850,342,68,53,9,3,0,0,0,0,0,0,0 +541860,342,68,169,18,13,0,0,0,0,0,0,0 +541890,342,68,630,28,14,0,0,0,0,0,0,0 +541910,342,68,325,16,9,0,0,0,0,0,0,0 +541921,342,68,155,45,34,0,0,0,0,0,0,0 +541922,342,68,0,4,0,0,0,0,0,0,0,0 +541930,342,68,29,7,5,0,0,0,0,0,0,0 +541940,342,68,1601,105,81,16,0,0,0,0,0,0 +541990,342,68,570,63,56,0,0,0,0,0,0,0 +551112,342,68,358,23,15,3,0,0,0,0,0,0 +551114,342,68,14237,260,174,52,12,7,7,0,0,0 +561110,342,68,2547,167,141,15,3,0,0,0,0,0 +561210,342,68,777,33,21,0,0,0,0,0,0,0 +561311,342,68,118,12,4,0,0,0,0,0,0,0 +561312,342,68,384,16,9,0,0,0,0,0,0,0 +561320,342,68,9650,136,56,40,21,3,0,0,0,0 +561330,342,68,128,11,0,3,0,0,0,0,0,0 +561410,342,68,40,9,4,0,0,0,0,0,0,0 +561421,342,68,38,4,0,0,0,0,0,0,0,0 +561422,342,68,531,17,3,6,0,0,0,0,0,0 +561431,342,68,40,11,5,0,0,0,0,0,0,0 +561439,342,68,757,26,22,0,0,0,0,0,0,0 +561440,342,68,1241,27,11,3,0,0,0,0,0,0 +561450,342,68,0,3,0,0,0,0,0,0,0,0 +561492,342,68,39,13,9,0,0,0,0,0,0,0 +561499,342,68,58,19,13,0,0,0,0,0,0,0 +561510,342,68,248,103,96,0,0,0,0,0,0,0 +561520,342,68,46,10,8,0,0,0,0,0,0,0 +561599,342,68,92,15,12,0,0,0,0,0,0,0 +561611,342,68,837,19,7,5,0,0,0,0,0,0 +561612,342,68,1076,17,0,3,0,0,0,0,0,0 +561621,342,68,628,41,27,0,0,0,0,0,0,0 +561622,342,68,60,13,6,0,0,0,0,0,0,0 +561710,342,68,421,68,53,3,0,0,0,0,0,0 +561720,342,68,4303,286,243,29,4,0,0,0,0,0 +561730,342,68,3513,590,555,30,0,0,0,0,0,0 +561740,342,68,134,22,11,0,0,0,0,0,0,0 +561790,342,68,303,71,56,0,0,0,0,0,0,0 +561910,342,68,53,11,3,0,0,0,0,0,0,0 +561920,342,68,358,13,0,0,0,0,0,0,0,0 +561990,342,68,925,53,35,0,0,0,0,0,0,0 +562111,342,68,808,39,23,0,0,0,0,0,0,0 +562212,342,68,0,3,0,0,0,0,0,0,0,0 +562910,342,68,343,38,29,0,0,0,0,0,0,0 +562991,342,68,55,7,0,0,0,0,0,0,0,0 +611110,342,68,5765,104,41,42,13,0,0,0,0,0 +611310,342,68,113,9,3,0,0,0,0,0,0,0 +611420,342,68,38,5,0,0,0,0,0,0,0,0 +611430,342,68,28,10,8,0,0,0,0,0,0,0 +611511,342,68,48,3,0,0,0,0,0,0,0,0 +611512,342,68,7,3,3,0,0,0,0,0,0,0 +611519,342,68,93,17,11,0,0,0,0,0,0,0 +611610,342,68,706,87,78,3,0,0,0,0,0,0 +611620,342,68,524,77,63,4,0,0,0,0,0,0 +611691,342,68,490,42,32,0,0,0,0,0,0,0 +611692,342,68,122,21,16,0,0,0,0,0,0,0 +611699,342,68,174,20,16,0,0,0,0,0,0,0 +611710,342,68,273,36,27,0,0,0,0,0,0,0 +621111,342,68,11732,988,842,129,7,0,0,0,0,0 +621112,342,68,562,45,39,0,0,0,0,0,0,0 +621210,342,68,4987,579,528,49,0,0,0,0,0,0 +621310,342,68,593,168,166,0,0,0,0,0,0,0 +621320,342,68,452,94,86,0,0,0,0,0,0,0 +621330,342,68,461,81,69,6,0,0,0,0,0,0 +621340,342,68,2056,219,202,11,0,0,0,0,0,0 +621391,342,68,296,74,69,0,0,0,0,0,0,0 +621399,342,68,295,59,52,3,0,0,0,0,0,0 +621410,342,68,96,15,3,0,0,0,0,0,0,0 +621420,342,68,1730,67,35,15,0,0,0,0,0,0 +621492,342,68,126,31,11,14,0,0,0,0,0,0 +621493,342,68,1057,48,21,17,0,0,0,0,0,0 +621498,342,68,1223,68,35,14,0,0,0,0,0,0 +621511,342,68,570,82,76,0,0,0,0,0,0,0 +621512,342,68,706,36,15,8,0,0,0,0,0,0 +621610,342,68,7131,152,69,53,15,0,0,0,0,0 +621910,342,68,858,34,8,9,0,0,0,0,0,0 +621999,342,68,243,18,11,0,0,0,0,0,0,0 +622110,342,68,16695,10,0,0,0,0,0,0,0,0 +622310,342,68,1418,3,0,0,0,0,0,0,0,0 +623110,342,68,8442,57,0,6,33,0,0,0,0,0 +623210,342,68,5334,377,341,16,6,0,0,0,0,0 +623220,342,68,1573,46,25,6,0,0,0,0,0,0 +623311,342,68,2587,20,0,4,9,0,0,0,0,0 +623312,342,68,1176,33,8,17,0,0,0,0,0,0 +623990,342,68,897,47,28,9,0,0,0,0,0,0 +624110,342,68,1111,66,49,6,0,0,0,0,0,0 +624120,342,68,4928,140,81,45,3,3,0,0,0,0 +624190,342,68,2437,112,78,21,0,0,0,0,0,0 +624221,342,68,371,18,7,0,0,0,0,0,0,0 +624229,342,68,201,19,7,0,0,0,0,0,0,0 +624310,342,68,388,22,13,0,0,0,0,0,0,0 +624410,342,68,5380,318,217,96,0,0,0,0,0,0 +711110,342,68,36,3,0,0,0,0,0,0,0,0 +711130,342,68,12,7,6,0,0,0,0,0,0,0 +711219,342,68,126,18,12,0,0,0,0,0,0,0 +711310,342,68,0,3,0,0,0,0,0,0,0,0 +711320,342,68,23,9,8,0,0,0,0,0,0,0 +711410,342,68,24,3,0,0,0,0,0,0,0,0 +711510,342,68,298,34,28,0,0,0,0,0,0,0 +712110,342,68,99,10,6,0,0,0,0,0,0,0 +712120,342,68,12,4,3,0,0,0,0,0,0,0 +713110,342,68,170,3,0,0,0,0,0,0,0,0 +713120,342,68,386,12,3,0,0,0,0,0,0,0 +713910,342,68,1161,38,10,10,0,0,0,0,0,0 +713930,342,68,57,9,7,0,0,0,0,0,0,0 +713940,342,68,4296,220,159,50,3,0,0,0,0,0 +713950,342,68,131,7,0,3,0,0,0,0,0,0 +713990,342,68,489,64,55,0,0,0,0,0,0,0 +721110,342,68,2327,143,105,27,0,0,0,0,0,0 +721211,342,68,53,14,9,0,0,0,0,0,0,0 +721214,342,68,86,5,3,0,0,0,0,0,0,0 +721310,342,68,6,3,3,0,0,0,0,0,0,0 +722310,342,68,3940,226,161,53,0,0,0,0,0,0 +722320,342,68,902,64,44,7,0,0,0,0,0,0 +722330,342,68,9,8,6,0,0,0,0,0,0,0 +722410,342,68,1333,117,93,12,0,0,0,0,0,0 +722511,342,68,20224,879,558,298,20,0,0,0,0,0 +722513,342,68,15318,1096,815,279,0,0,0,0,0,0 +722514,342,68,50,10,4,0,0,0,0,0,0,0 +722515,342,68,2750,291,260,28,0,0,0,0,0,0 +811111,342,68,1796,399,386,6,0,0,0,0,0,0 +811113,342,68,56,25,24,0,0,0,0,0,0,0 +811118,342,68,28,9,4,0,0,0,0,0,0,0 +811121,342,68,1027,138,125,7,0,0,0,0,0,0 +811122,342,68,22,10,3,0,0,0,0,0,0,0 +811191,342,68,128,17,7,0,0,0,0,0,0,0 +811192,342,68,839,101,86,9,0,0,0,0,0,0 +811198,342,68,15,3,0,0,0,0,0,0,0,0 +811211,342,68,0,3,3,0,0,0,0,0,0,0 +811212,342,68,98,22,16,0,0,0,0,0,0,0 +811213,342,68,100,13,11,0,0,0,0,0,0,0 +811219,342,68,177,22,14,0,0,0,0,0,0,0 +811310,342,68,494,72,63,0,0,0,0,0,0,0 +811411,342,68,37,6,0,0,0,0,0,0,0,0 +811412,342,68,49,20,16,0,0,0,0,0,0,0 +811420,342,68,30,13,12,0,0,0,0,0,0,0 +811490,342,68,137,37,31,0,0,0,0,0,0,0 +812111,342,68,117,52,48,0,0,0,0,0,0,0 +812112,342,68,4290,525,481,36,0,0,0,0,0,0 +812113,342,68,1078,298,295,0,0,0,0,0,0,0 +812191,342,68,110,21,14,0,0,0,0,0,0,0 +812199,342,68,736,93,74,11,0,0,0,0,0,0 +812210,342,68,374,72,62,0,0,0,0,0,0,0 +812220,342,68,88,29,22,0,0,0,0,0,0,0 +812310,342,68,121,34,26,0,0,0,0,0,0,0 +812320,342,68,589,112,103,0,0,0,0,0,0,0 +812331,342,68,103,4,0,0,0,0,0,0,0,0 +812332,342,68,198,4,0,0,0,0,0,0,0,0 +812910,342,68,460,83,73,3,0,0,0,0,0,0 +812930,342,68,131,16,7,0,0,0,0,0,0,0 +812990,342,68,262,52,45,0,0,0,0,0,0,0 +813110,342,68,6741,762,692,59,4,0,0,0,0,0 +813211,342,68,17,7,7,0,0,0,0,0,0,0 +813212,342,68,199,18,10,0,0,0,0,0,0,0 +813219,342,68,27,7,3,0,0,0,0,0,0,0 +813312,342,68,80,13,5,0,0,0,0,0,0,0 +813319,342,68,9,8,6,0,0,0,0,0,0,0 +813410,342,68,603,66,51,5,0,0,0,0,0,0 +813910,342,68,87,32,28,0,0,0,0,0,0,0 +813920,342,68,118,35,29,0,0,0,0,0,0,0 +813930,342,68,640,121,110,6,0,0,0,0,0,0 +813940,342,68,6,5,5,0,0,0,0,0,0,0 +813990,342,68,217,52,45,0,0,0,0,0,0,0 +114111,342,69,0,8,7,0,0,0,0,0,0,0 +114112,342,69,22,5,4,0,0,0,0,0,0,0 +212321,342,69,59,4,3,0,0,0,0,0,0,0 +221122,342,69,0,10,7,0,0,0,0,0,0,0 +221210,342,69,0,5,0,0,0,0,0,0,0,0 +236115,342,69,420,115,114,0,0,0,0,0,0,0 +236116,342,69,0,3,0,0,0,0,0,0,0,0 +236117,342,69,73,21,19,0,0,0,0,0,0,0 +236118,342,69,561,172,170,0,0,0,0,0,0,0 +236220,342,69,278,33,25,4,0,0,0,0,0,0 +237110,342,69,71,15,13,0,0,0,0,0,0,0 +237130,342,69,0,3,0,0,0,0,0,0,0,0 +237310,342,69,392,19,11,4,0,0,0,0,0,0 +237990,342,69,143,21,15,3,0,0,0,0,0,0 +238110,342,69,174,26,22,0,0,0,0,0,0,0 +238120,342,69,0,3,0,0,0,0,0,0,0,0 +238130,342,69,61,22,19,0,0,0,0,0,0,0 +238140,342,69,171,38,33,0,0,0,0,0,0,0 +238150,342,69,61,6,0,0,0,0,0,0,0,0 +238160,342,69,274,20,13,0,0,0,0,0,0,0 +238170,342,69,87,22,18,0,0,0,0,0,0,0 +238190,342,69,99,11,5,0,0,0,0,0,0,0 +238210,342,69,914,101,92,7,0,0,0,0,0,0 +238220,342,69,1136,212,200,11,0,0,0,0,0,0 +238290,342,69,70,7,0,0,0,0,0,0,0,0 +238310,342,69,112,20,15,0,0,0,0,0,0,0 +238320,342,69,361,70,66,3,0,0,0,0,0,0 +238330,342,69,47,19,17,0,0,0,0,0,0,0 +238340,342,69,83,17,12,0,0,0,0,0,0,0 +238350,342,69,193,53,52,0,0,0,0,0,0,0 +238390,342,69,7,6,3,0,0,0,0,0,0,0 +238910,342,69,343,39,33,0,0,0,0,0,0,0 +238990,342,69,262,38,31,0,0,0,0,0,0,0 +311352,342,69,1,3,3,0,0,0,0,0,0,0 +311811,342,69,77,16,11,0,0,0,0,0,0,0 +312120,342,69,78,9,3,0,0,0,0,0,0,0 +312130,342,69,64,4,0,0,0,0,0,0,0,0 +314910,342,69,26,8,4,0,0,0,0,0,0,0 +314999,342,69,9,3,0,0,0,0,0,0,0,0 +323111,342,69,19,11,6,0,0,0,0,0,0,0 +326199,342,69,0,4,0,0,0,0,0,0,0,0 +327320,342,69,0,3,3,0,0,0,0,0,0,0 +332710,342,69,26,3,0,0,0,0,0,0,0,0 +336612,342,69,14,4,0,0,0,0,0,0,0,0 +337110,342,69,0,3,3,0,0,0,0,0,0,0 +339116,342,69,11,3,0,0,0,0,0,0,0,0 +339999,342,69,0,3,0,0,0,0,0,0,0,0 +423120,342,69,151,9,3,3,0,0,0,0,0,0 +423310,342,69,41,5,3,0,0,0,0,0,0,0 +423420,342,69,0,5,3,0,0,0,0,0,0,0 +423440,342,69,30,5,3,0,0,0,0,0,0,0 +423610,342,69,18,5,3,0,0,0,0,0,0,0 +423720,342,69,51,6,6,0,0,0,0,0,0,0 +423730,342,69,49,7,6,0,0,0,0,0,0,0 +423830,342,69,61,10,8,0,0,0,0,0,0,0 +423930,342,69,51,9,3,0,0,0,0,0,0,0 +423990,342,69,98,5,3,0,0,0,0,0,0,0 +424210,342,69,69,4,0,0,0,0,0,0,0,0 +424430,342,69,46,3,3,0,0,0,0,0,0,0 +424450,342,69,0,3,0,0,0,0,0,0,0,0 +424460,342,69,20,6,4,0,0,0,0,0,0,0 +424470,342,69,20,4,3,0,0,0,0,0,0,0 +424480,342,69,340,13,10,0,0,0,0,0,0,0 +424490,342,69,255,20,13,3,0,0,0,0,0,0 +424690,342,69,38,3,0,0,0,0,0,0,0,0 +424930,342,69,221,8,5,0,0,0,0,0,0,0 +424940,342,69,31,3,0,0,0,0,0,0,0,0 +424990,342,69,5,4,4,0,0,0,0,0,0,0 +425120,342,69,35,14,11,0,0,0,0,0,0,0 +441110,342,69,1274,23,0,15,0,0,0,0,0,0 +441120,342,69,132,21,20,0,0,0,0,0,0,0 +441210,342,69,0,3,0,0,0,0,0,0,0,0 +441222,342,69,228,21,12,4,0,0,0,0,0,0 +441228,342,69,38,3,3,0,0,0,0,0,0,0 +441310,342,69,349,31,24,0,0,0,0,0,0,0 +441320,342,69,126,12,8,0,0,0,0,0,0,0 +442110,342,69,310,34,21,6,0,0,0,0,0,0 +442210,342,69,81,14,8,0,0,0,0,0,0,0 +442299,342,69,343,22,11,3,0,0,0,0,0,0 +443141,342,69,37,9,4,0,0,0,0,0,0,0 +443142,342,69,261,24,17,0,0,0,0,0,0,0 +444110,342,69,0,6,0,0,3,0,0,0,0,0 +444120,342,69,0,12,7,0,0,0,0,0,0,0 +444130,342,69,205,23,19,0,0,0,0,0,0,0 +444190,342,69,674,58,48,6,0,0,0,0,0,0 +444220,342,69,101,15,12,0,0,0,0,0,0,0 +445110,342,69,4688,115,84,9,18,0,0,0,0,0 +445120,342,69,440,54,31,21,0,0,0,0,0,0 +445210,342,69,19,3,0,0,0,0,0,0,0,0 +445220,342,69,46,8,5,0,0,0,0,0,0,0 +445230,342,69,219,13,4,4,0,0,0,0,0,0 +445291,342,69,22,8,3,0,0,0,0,0,0,0 +445292,342,69,146,37,36,0,0,0,0,0,0,0 +445299,342,69,49,9,8,0,0,0,0,0,0,0 +445310,342,69,596,81,73,8,0,0,0,0,0,0 +446110,342,69,963,73,53,17,0,0,0,0,0,0 +446120,342,69,189,20,17,3,0,0,0,0,0,0 +446130,342,69,118,24,22,0,0,0,0,0,0,0 +446191,342,69,49,14,11,0,0,0,0,0,0,0 +446199,342,69,87,12,7,0,0,0,0,0,0,0 +447110,342,69,657,47,23,19,0,0,0,0,0,0 +447190,342,69,247,46,41,0,0,0,0,0,0,0 +448110,342,69,90,13,13,0,0,0,0,0,0,0 +448120,342,69,615,107,104,0,0,0,0,0,0,0 +448130,342,69,149,16,11,0,0,0,0,0,0,0 +448140,342,69,1267,88,64,21,0,0,0,0,0,0 +448150,342,69,166,33,31,0,0,0,0,0,0,0 +448190,342,69,282,39,33,4,0,0,0,0,0,0 +448210,342,69,478,44,40,0,0,0,0,0,0,0 +448310,342,69,247,49,47,0,0,0,0,0,0,0 +451110,342,69,226,55,51,0,0,0,0,0,0,0 +451120,342,69,291,17,7,3,0,0,0,0,0,0 +451211,342,69,65,5,0,0,0,0,0,0,0,0 +452210,342,69,857,6,0,0,5,0,0,0,0,0 +452311,342,69,1254,8,0,0,6,0,0,0,0,0 +452319,342,69,642,54,37,15,0,0,0,0,0,0 +453110,342,69,51,24,24,0,0,0,0,0,0,0 +453210,342,69,0,3,0,0,0,0,0,0,0,0 +453220,342,69,624,101,95,4,0,0,0,0,0,0 +453310,342,69,102,21,16,0,0,0,0,0,0,0 +453910,342,69,158,17,8,0,0,0,0,0,0,0 +453920,342,69,7,6,5,0,0,0,0,0,0,0 +453991,342,69,35,9,4,0,0,0,0,0,0,0 +453998,342,69,62,23,21,0,0,0,0,0,0,0 +454110,342,69,198,26,20,0,0,0,0,0,0,0 +454310,342,69,97,17,14,0,0,0,0,0,0,0 +454390,342,69,115,26,25,0,0,0,0,0,0,0 +484110,342,69,113,8,5,0,0,0,0,0,0,0 +484121,342,69,0,6,5,0,0,0,0,0,0,0 +484122,342,69,0,4,4,0,0,0,0,0,0,0 +484220,342,69,172,22,18,0,0,0,0,0,0,0 +484230,342,69,31,7,6,0,0,0,0,0,0,0 +485310,342,69,6,5,5,0,0,0,0,0,0,0 +485320,342,69,157,14,9,0,0,0,0,0,0,0 +485410,342,69,365,5,0,0,0,0,0,0,0,0 +485991,342,69,473,4,0,0,0,0,0,0,0,0 +487110,342,69,18,3,0,0,0,0,0,0,0,0 +487210,342,69,4,11,11,0,0,0,0,0,0,0 +487990,342,69,1,5,5,0,0,0,0,0,0,0 +488330,342,69,0,3,0,0,0,0,0,0,0,0 +488410,342,69,45,6,4,0,0,0,0,0,0,0 +488490,342,69,108,4,0,0,0,0,0,0,0,0 +488510,342,69,11,3,0,0,0,0,0,0,0,0 +492110,342,69,284,8,4,0,0,0,0,0,0,0 +493110,342,69,16,4,0,0,0,0,0,0,0,0 +511110,342,69,61,9,0,0,0,0,0,0,0,0 +511120,342,69,10,3,0,0,0,0,0,0,0,0 +511210,342,69,0,3,0,0,0,0,0,0,0,0 +512110,342,69,9,6,6,0,0,0,0,0,0,0 +512131,342,69,0,4,0,0,0,0,0,0,0,0 +515112,342,69,76,7,3,0,0,0,0,0,0,0 +517311,342,69,0,32,24,0,0,0,0,0,0,0 +517312,342,69,178,36,33,0,0,0,0,0,0,0 +517911,342,69,9,5,5,0,0,0,0,0,0,0 +518210,342,69,0,4,0,0,0,0,0,0,0,0 +519130,342,69,93,6,0,0,0,0,0,0,0,0 +522110,342,69,655,81,78,0,0,0,0,0,0,0 +522120,342,69,398,53,49,3,0,0,0,0,0,0 +522130,342,69,82,11,9,0,0,0,0,0,0,0 +522292,342,69,94,12,7,0,0,0,0,0,0,0 +522298,342,69,20,4,0,0,0,0,0,0,0,0 +522390,342,69,46,13,10,0,0,0,0,0,0,0 +523120,342,69,236,31,26,0,0,0,0,0,0,0 +523920,342,69,226,24,21,0,0,0,0,0,0,0 +523930,342,69,15,14,14,0,0,0,0,0,0,0 +524113,342,69,39,7,4,0,0,0,0,0,0,0 +524127,342,69,11,3,0,0,0,0,0,0,0,0 +524210,342,69,780,112,101,7,0,0,0,0,0,0 +524291,342,69,4,6,3,0,0,0,0,0,0,0 +531110,342,69,381,72,68,0,0,0,0,0,0,0 +531120,342,69,74,32,30,0,0,0,0,0,0,0 +531130,342,69,64,28,25,0,0,0,0,0,0,0 +531190,342,69,103,20,15,0,0,0,0,0,0,0 +531210,342,69,619,143,140,0,0,0,0,0,0,0 +531311,342,69,380,41,36,0,0,0,0,0,0,0 +531312,342,69,33,14,12,0,0,0,0,0,0,0 +531320,342,69,25,12,11,0,0,0,0,0,0,0 +531390,342,69,9,4,4,0,0,0,0,0,0,0 +532111,342,69,130,7,0,0,0,0,0,0,0,0 +532210,342,69,36,6,5,0,0,0,0,0,0,0 +532284,342,69,2,24,24,0,0,0,0,0,0,0 +532289,342,69,17,4,3,0,0,0,0,0,0,0 +532310,342,69,0,3,0,0,0,0,0,0,0,0 +532490,342,69,41,5,3,0,0,0,0,0,0,0 +541110,342,69,963,199,190,5,0,0,0,0,0,0 +541191,342,69,80,22,19,0,0,0,0,0,0,0 +541211,342,69,306,49,45,0,0,0,0,0,0,0 +541213,342,69,201,35,32,0,0,0,0,0,0,0 +541214,342,69,60,5,0,0,0,0,0,0,0,0 +541219,342,69,200,38,34,0,0,0,0,0,0,0 +541310,342,69,107,19,13,0,0,0,0,0,0,0 +541320,342,69,6,7,6,0,0,0,0,0,0,0 +541330,342,69,588,51,44,6,0,0,0,0,0,0 +541350,342,69,44,12,10,0,0,0,0,0,0,0 +541370,342,69,65,12,8,0,0,0,0,0,0,0 +541380,342,69,51,3,0,0,0,0,0,0,0,0 +541410,342,69,33,11,9,0,0,0,0,0,0,0 +541430,342,69,22,9,5,0,0,0,0,0,0,0 +541511,342,69,512,30,22,0,0,0,0,0,0,0 +541512,342,69,574,43,34,4,0,0,0,0,0,0 +541513,342,69,59,11,7,0,0,0,0,0,0,0 +541519,342,69,0,5,0,3,0,0,0,0,0,0 +541611,342,69,456,36,28,0,0,0,0,0,0,0 +541612,342,69,0,3,3,0,0,0,0,0,0,0 +541613,342,69,45,19,16,0,0,0,0,0,0,0 +541620,342,69,20,10,9,0,0,0,0,0,0,0 +541690,342,69,84,6,3,3,0,0,0,0,0,0 +541715,342,69,11,4,3,0,0,0,0,0,0,0 +541810,342,69,104,12,5,0,0,0,0,0,0,0 +541820,342,69,11,5,4,0,0,0,0,0,0,0 +541890,342,69,10,3,0,0,0,0,0,0,0,0 +541921,342,69,45,15,12,0,0,0,0,0,0,0 +541940,342,69,326,29,25,0,0,0,0,0,0,0 +541990,342,69,17,11,7,0,0,0,0,0,0,0 +551114,342,69,1188,22,9,4,0,0,0,0,0,0 +561110,342,69,540,32,24,4,0,0,0,0,0,0 +561320,342,69,438,13,0,6,0,0,0,0,0,0 +561422,342,69,26,3,0,0,0,0,0,0,0,0 +561439,342,69,19,3,3,0,0,0,0,0,0,0 +561492,342,69,10,3,0,0,0,0,0,0,0,0 +561510,342,69,43,19,17,0,0,0,0,0,0,0 +561520,342,69,25,10,7,0,0,0,0,0,0,0 +561599,342,69,42,10,9,0,0,0,0,0,0,0 +561612,342,69,496,6,0,0,0,0,0,0,0,0 +561621,342,69,0,4,0,0,0,0,0,0,0,0 +561710,342,69,85,22,19,0,0,0,0,0,0,0 +561720,342,69,450,116,111,4,0,0,0,0,0,0 +561730,342,69,878,239,235,0,0,0,0,0,0,0 +561740,342,69,22,12,11,0,0,0,0,0,0,0 +561790,342,69,55,20,16,0,0,0,0,0,0,0 +561920,342,69,226,8,3,0,0,0,0,0,0,0 +561990,342,69,39,6,3,0,0,0,0,0,0,0 +562111,342,69,274,16,10,0,0,0,0,0,0,0 +562910,342,69,9,3,0,0,0,0,0,0,0,0 +611110,342,69,610,21,5,7,0,0,0,0,0,0 +611519,342,69,118,7,4,0,0,0,0,0,0,0 +611610,342,69,125,19,13,0,0,0,0,0,0,0 +611620,342,69,106,17,11,0,0,0,0,0,0,0 +611691,342,69,21,4,0,0,0,0,0,0,0,0 +611692,342,69,7,3,3,0,0,0,0,0,0,0 +611699,342,69,48,5,0,0,0,0,0,0,0,0 +611710,342,69,0,3,0,0,0,0,0,0,0,0 +621111,342,69,3382,279,248,27,0,0,0,0,0,0 +621112,342,69,44,9,5,0,0,0,0,0,0,0 +621210,342,69,1032,133,124,9,0,0,0,0,0,0 +621310,342,69,177,53,48,0,0,0,0,0,0,0 +621320,342,69,94,21,15,0,0,0,0,0,0,0 +621330,342,69,125,10,6,3,0,0,0,0,0,0 +621340,342,69,411,68,65,3,0,0,0,0,0,0 +621391,342,69,70,18,16,0,0,0,0,0,0,0 +621399,342,69,117,16,10,3,0,0,0,0,0,0 +621410,342,69,0,3,3,0,0,0,0,0,0,0 +621420,342,69,714,24,14,8,0,0,0,0,0,0 +621492,342,69,0,4,0,0,0,0,0,0,0,0 +621493,342,69,398,6,0,3,0,0,0,0,0,0 +621498,342,69,699,15,4,3,0,0,0,0,0,0 +621511,342,69,82,19,17,0,0,0,0,0,0,0 +621512,342,69,293,9,0,4,0,0,0,0,0,0 +621610,342,69,1887,33,8,10,6,0,0,0,0,0 +621910,342,69,223,9,0,3,0,0,0,0,0,0 +621999,342,69,99,4,0,0,0,0,0,0,0,0 +622110,342,69,0,3,0,0,0,0,0,0,0,0 +623110,342,69,1127,15,0,0,9,0,0,0,0,0 +623210,342,69,569,68,62,4,0,0,0,0,0,0 +623220,342,69,379,13,3,0,0,0,0,0,0,0 +623311,342,69,151,3,0,0,0,0,0,0,0,0 +623312,342,69,310,7,0,3,0,0,0,0,0,0 +624110,342,69,178,13,11,0,0,0,0,0,0,0 +624120,342,69,956,49,34,5,0,0,0,0,0,0 +624190,342,69,320,39,33,3,0,0,0,0,0,0 +624221,342,69,167,6,0,0,0,0,0,0,0,0 +624229,342,69,0,5,3,0,0,0,0,0,0,0 +624310,342,69,406,8,0,0,0,0,0,0,0,0 +624410,342,69,653,67,56,10,0,0,0,0,0,0 +711110,342,69,5,4,4,0,0,0,0,0,0,0 +711320,342,69,4,4,4,0,0,0,0,0,0,0 +711510,342,69,18,6,5,0,0,0,0,0,0,0 +712110,342,69,88,5,3,0,0,0,0,0,0,0 +713110,342,69,198,5,0,0,0,0,0,0,0,0 +713120,342,69,71,27,22,0,0,0,0,0,0,0 +713290,342,69,2,3,3,0,0,0,0,0,0,0 +713910,342,69,619,28,9,12,0,0,0,0,0,0 +713930,342,69,214,40,36,0,0,0,0,0,0,0 +713940,342,69,801,52,35,8,0,0,0,0,0,0 +713990,342,69,151,62,59,0,0,0,0,0,0,0 +721110,342,69,3174,312,276,25,8,0,0,0,0,0 +721120,342,69,20486,11,3,0,0,0,0,4,0,0 +721191,342,69,112,32,28,0,0,0,0,0,0,0 +721211,342,69,190,33,32,0,0,0,0,0,0,0 +722310,342,69,1305,52,35,7,3,0,0,0,0,0 +722320,342,69,103,12,4,3,0,0,0,0,0,0 +722330,342,69,5,4,3,0,0,0,0,0,0,0 +722410,342,69,711,72,57,7,0,0,0,0,0,0 +722511,342,69,9528,650,508,132,8,0,0,0,0,0 +722513,342,69,3230,383,333,46,3,0,0,0,0,0 +722514,342,69,4,3,3,0,0,0,0,0,0,0 +722515,342,69,984,187,174,12,0,0,0,0,0,0 +811111,342,69,401,112,110,0,0,0,0,0,0,0 +811113,342,69,12,4,4,0,0,0,0,0,0,0 +811121,342,69,174,26,22,0,0,0,0,0,0,0 +811191,342,69,32,4,0,0,0,0,0,0,0,0 +811192,342,69,123,23,15,0,0,0,0,0,0,0 +811212,342,69,5,4,4,0,0,0,0,0,0,0 +811213,342,69,7,3,3,0,0,0,0,0,0,0 +811310,342,69,85,20,15,0,0,0,0,0,0,0 +811412,342,69,20,7,6,0,0,0,0,0,0,0 +811490,342,69,31,16,15,0,0,0,0,0,0,0 +812111,342,69,59,20,18,0,0,0,0,0,0,0 +812112,342,69,1003,152,143,8,0,0,0,0,0,0 +812113,342,69,285,82,80,0,0,0,0,0,0,0 +812199,342,69,190,38,33,0,0,0,0,0,0,0 +812210,342,69,107,20,17,0,0,0,0,0,0,0 +812220,342,69,21,9,8,0,0,0,0,0,0,0 +812310,342,69,36,15,13,0,0,0,0,0,0,0 +812320,342,69,575,28,22,0,0,0,0,0,0,0 +812331,342,69,0,3,0,0,0,0,0,0,0,0 +812910,342,69,98,26,23,0,0,0,0,0,0,0 +812930,342,69,147,15,12,0,0,0,0,0,0,0 +812990,342,69,21,8,4,0,0,0,0,0,0,0 +813110,342,69,1282,187,175,9,0,0,0,0,0,0 +813219,342,69,25,3,0,0,0,0,0,0,0,0 +813312,342,69,41,13,9,0,0,0,0,0,0,0 +813319,342,69,21,3,0,0,0,0,0,0,0,0 +813410,342,69,137,15,7,0,0,0,0,0,0,0 +813910,342,69,43,13,13,0,0,0,0,0,0,0 +813920,342,69,24,15,14,0,0,0,0,0,0,0 +813930,342,69,160,36,32,3,0,0,0,0,0,0 +813990,342,69,477,127,122,3,0,0,0,0,0,0 +113310,350,70,16,9,8,0,0,0,0,0,0,0 +115112,350,70,14,7,6,0,0,0,0,0,0,0 +115114,350,70,23,4,0,0,0,0,0,0,0,0 +115210,350,70,21,12,10,0,0,0,0,0,0,0 +115310,350,70,4,3,3,0,0,0,0,0,0,0 +211120,350,70,2405,103,69,13,4,0,0,0,0,0 +211130,350,70,803,30,6,11,0,0,0,0,0,0 +212230,350,70,0,4,0,0,0,0,0,0,0,0 +213111,350,70,1487,58,34,12,4,0,0,0,0,0 +213112,350,70,7174,431,313,92,7,0,0,0,0,0 +221112,350,70,78,3,0,0,0,0,0,0,0,0 +221122,350,70,0,32,6,3,0,0,0,0,0,0 +221210,350,70,0,6,0,0,0,0,0,0,0,0 +221310,350,70,263,76,68,0,0,0,0,0,0,0 +236115,350,70,1160,344,320,0,0,0,0,0,0,0 +236116,350,70,26,13,8,0,0,0,0,0,0,0 +236117,350,70,635,104,80,8,0,0,0,0,0,0 +236118,350,70,1969,463,432,5,0,0,0,0,0,0 +236210,350,70,0,10,3,0,0,0,0,0,0,0 +236220,350,70,3557,305,227,26,7,0,0,0,0,0 +237110,350,70,975,88,61,3,0,0,0,0,0,0 +237120,350,70,1683,34,10,9,0,0,0,0,0,0 +237130,350,70,537,36,15,3,0,0,0,0,0,0 +237210,350,70,64,24,11,0,0,0,0,0,0,0 +237310,350,70,2096,51,12,12,0,0,0,0,0,0 +237990,350,70,14,5,4,0,0,0,0,0,0,0 +238110,350,70,1288,122,86,9,0,0,0,0,0,0 +238120,350,70,178,11,0,0,0,0,0,0,0,0 +238130,350,70,245,51,40,0,0,0,0,0,0,0 +238140,350,70,886,84,49,8,0,0,0,0,0,0 +238150,350,70,286,18,8,0,0,0,0,0,0,0 +238160,350,70,1570,161,124,14,0,0,0,0,0,0 +238170,350,70,49,6,0,0,0,0,0,0,0,0 +238190,350,70,221,39,25,0,0,0,0,0,0,0 +238210,350,70,4951,513,420,42,0,0,0,0,0,0 +238220,350,70,5507,653,570,41,0,0,0,0,0,0 +238290,350,70,184,19,6,4,0,0,0,0,0,0 +238310,350,70,1476,105,71,11,3,0,0,0,0,0 +238320,350,70,861,132,110,7,0,0,0,0,0,0 +238330,350,70,307,51,46,0,0,0,0,0,0,0 +238340,350,70,261,59,48,0,0,0,0,0,0,0 +238350,350,70,432,84,68,3,0,0,0,0,0,0 +238390,350,70,102,9,4,0,0,0,0,0,0,0 +238910,350,70,3150,201,135,21,0,0,0,0,0,0 +238990,350,70,1304,206,177,8,0,0,0,0,0,0 +311119,350,70,82,4,0,0,0,0,0,0,0,0 +311351,350,70,37,4,3,0,0,0,0,0,0,0 +311352,350,70,84,10,0,0,0,0,0,0,0,0 +311421,350,70,0,3,0,0,0,0,0,0,0,0 +311423,350,70,168,6,0,0,0,0,0,0,0,0 +311811,350,70,101,9,3,0,0,0,0,0,0,0 +311812,350,70,195,6,0,0,0,0,0,0,0,0 +311830,350,70,0,3,0,0,0,0,0,0,0,0 +311941,350,70,54,4,0,0,0,0,0,0,0,0 +312120,350,70,217,18,12,0,0,0,0,0,0,0 +312130,350,70,30,6,3,0,0,0,0,0,0,0 +314910,350,70,24,4,0,0,0,0,0,0,0,0 +314999,350,70,0,3,0,0,0,0,0,0,0,0 +315210,350,70,0,4,0,0,0,0,0,0,0,0 +316998,350,70,0,3,0,0,0,0,0,0,0,0 +321911,350,70,74,4,0,0,0,0,0,0,0,0 +321918,350,70,59,5,0,0,0,0,0,0,0,0 +321999,350,70,51,7,5,0,0,0,0,0,0,0 +322211,350,70,110,3,0,0,0,0,0,0,0,0 +322299,350,70,22,3,0,0,0,0,0,0,0,0 +323111,350,70,484,73,65,4,0,0,0,0,0,0 +323113,350,70,128,12,10,0,0,0,0,0,0,0 +324121,350,70,0,9,5,0,0,0,0,0,0,0 +325412,350,70,0,5,0,0,0,0,0,0,0,0 +326150,350,70,174,3,0,0,0,0,0,0,0,0 +326199,350,70,106,11,4,0,0,0,0,0,0,0 +327110,350,70,0,3,0,0,0,0,0,0,0,0 +327120,350,70,34,4,0,0,0,0,0,0,0,0 +327320,350,70,141,13,5,3,0,0,0,0,0,0 +327331,350,70,216,5,0,0,0,0,0,0,0,0 +327991,350,70,43,4,0,0,0,0,0,0,0,0 +327999,350,70,88,6,3,0,0,0,0,0,0,0 +331110,350,70,44,3,0,0,0,0,0,0,0,0 +332312,350,70,228,11,4,0,0,0,0,0,0,0 +332313,350,70,24,3,0,0,0,0,0,0,0,0 +332321,350,70,84,4,3,0,0,0,0,0,0,0 +332322,350,70,72,12,8,0,0,0,0,0,0,0 +332323,350,70,170,15,4,0,0,0,0,0,0,0 +332420,350,70,73,3,0,0,0,0,0,0,0,0 +332710,350,70,413,62,48,0,0,0,0,0,0,0 +332721,350,70,99,7,3,0,0,0,0,0,0,0 +332812,350,70,22,3,3,0,0,0,0,0,0,0 +332813,350,70,56,4,0,0,0,0,0,0,0,0 +332999,350,70,56,11,5,0,0,0,0,0,0,0 +333111,350,70,40,4,0,0,0,0,0,0,0,0 +333120,350,70,184,3,0,0,0,0,0,0,0,0 +333314,350,70,0,4,0,0,0,0,0,0,0,0 +334220,350,70,0,3,0,0,0,0,0,0,0,0 +334412,350,70,78,4,3,0,0,0,0,0,0,0 +334413,350,70,410,7,3,0,0,0,0,0,0,0 +334418,350,70,0,4,3,0,0,0,0,0,0,0 +334419,350,70,284,5,0,0,0,0,0,0,0,0 +334511,350,70,820,8,5,0,0,0,0,0,0,0 +334513,350,70,0,3,0,0,0,0,0,0,0,0 +334515,350,70,34,5,3,0,0,0,0,0,0,0 +334516,350,70,13,3,0,0,0,0,0,0,0,0 +336411,350,70,0,3,0,0,0,0,0,0,0,0 +336413,350,70,0,3,0,0,0,0,0,0,0,0 +337110,350,70,139,23,18,0,0,0,0,0,0,0 +337122,350,70,16,6,5,0,0,0,0,0,0,0 +337212,350,70,185,6,3,0,0,0,0,0,0,0 +339113,350,70,79,3,0,0,0,0,0,0,0,0 +339114,350,70,51,6,3,0,0,0,0,0,0,0 +339116,350,70,125,27,21,0,0,0,0,0,0,0 +339910,350,70,1109,60,45,0,0,0,0,0,0,0 +339950,350,70,170,18,11,0,0,0,0,0,0,0 +339999,350,70,160,17,15,0,0,0,0,0,0,0 +423110,350,70,198,16,8,4,0,0,0,0,0,0 +423120,350,70,761,53,33,3,0,0,0,0,0,0 +423130,350,70,136,8,4,0,0,0,0,0,0,0 +423210,350,70,237,14,10,0,0,0,0,0,0,0 +423220,350,70,133,25,20,0,0,0,0,0,0,0 +423310,350,70,368,26,12,6,0,0,0,0,0,0 +423320,350,70,131,14,8,0,0,0,0,0,0,0 +423330,350,70,75,7,3,0,0,0,0,0,0,0 +423390,350,70,112,15,15,0,0,0,0,0,0,0 +423420,350,70,271,26,21,5,0,0,0,0,0,0 +423430,350,70,216,17,12,3,0,0,0,0,0,0 +423440,350,70,126,12,8,0,0,0,0,0,0,0 +423450,350,70,244,32,24,4,0,0,0,0,0,0 +423490,350,70,28,6,5,0,0,0,0,0,0,0 +423510,350,70,273,37,11,3,0,0,0,0,0,0 +423610,350,70,556,45,25,6,0,0,0,0,0,0 +423620,350,70,27,6,4,0,0,0,0,0,0,0 +423690,350,70,325,38,27,4,0,0,0,0,0,0 +423710,350,70,66,15,14,0,0,0,0,0,0,0 +423720,350,70,406,46,31,4,0,0,0,0,0,0 +423730,350,70,296,28,18,5,0,0,0,0,0,0 +423740,350,70,26,3,0,0,0,0,0,0,0,0 +423810,350,70,538,23,9,6,0,0,0,0,0,0 +423820,350,70,194,23,11,0,0,0,0,0,0,0 +423830,350,70,1666,175,148,19,0,0,0,0,0,0 +423840,350,70,309,37,17,0,0,0,0,0,0,0 +423850,350,70,229,23,20,3,0,0,0,0,0,0 +423910,350,70,78,10,5,0,0,0,0,0,0,0 +423930,350,70,190,19,9,0,0,0,0,0,0,0 +423940,350,70,443,54,45,3,0,0,0,0,0,0 +423990,350,70,144,29,17,0,0,0,0,0,0,0 +424110,350,70,13,3,0,0,0,0,0,0,0,0 +424120,350,70,135,10,5,0,0,0,0,0,0,0 +424130,350,70,97,5,0,0,0,0,0,0,0,0 +424210,350,70,361,26,18,5,0,0,0,0,0,0 +424330,350,70,15,3,0,0,0,0,0,0,0,0 +424410,350,70,813,8,3,0,0,0,0,0,0,0 +424420,350,70,537,10,3,0,3,0,0,0,0,0 +424430,350,70,0,3,0,0,0,0,0,0,0,0 +424450,350,70,55,8,0,0,0,0,0,0,0,0 +424470,350,70,95,6,0,0,0,0,0,0,0,0 +424480,350,70,85,8,3,0,0,0,0,0,0,0 +424490,350,70,784,53,34,3,0,0,0,0,0,0 +424510,350,70,46,4,0,0,0,0,0,0,0,0 +424610,350,70,32,8,8,0,0,0,0,0,0,0 +424690,350,70,345,51,36,3,0,0,0,0,0,0 +424710,350,70,126,18,14,0,0,0,0,0,0,0 +424720,350,70,74,9,5,0,0,0,0,0,0,0 +424810,350,70,0,6,0,0,0,0,0,0,0,0 +424820,350,70,561,5,0,0,0,0,0,0,0,0 +424910,350,70,163,16,0,0,0,0,0,0,0,0 +424930,350,70,88,8,6,0,0,0,0,0,0,0 +424940,350,70,0,4,0,0,0,0,0,0,0,0 +424950,350,70,38,5,3,0,0,0,0,0,0,0 +424990,350,70,82,29,23,0,0,0,0,0,0,0 +425120,350,70,619,87,73,0,0,0,0,0,0,0 +441110,350,70,6714,136,13,66,16,0,0,0,0,0 +441120,350,70,813,142,116,0,0,0,0,0,0,0 +441210,350,70,363,14,3,6,0,0,0,0,0,0 +441228,350,70,382,38,17,3,0,0,0,0,0,0 +441310,350,70,2542,259,204,8,0,0,0,0,0,0 +441320,350,70,1347,147,101,3,0,0,0,0,0,0 +442110,350,70,1086,121,85,7,0,0,0,0,0,0 +442210,350,70,279,55,42,0,0,0,0,0,0,0 +442299,350,70,715,102,74,8,0,0,0,0,0,0 +443141,350,70,314,29,16,0,0,0,0,0,0,0 +443142,350,70,1268,108,80,0,3,0,0,0,0,0 +444110,350,70,759,23,0,0,8,0,0,0,0,0 +444120,350,70,96,21,11,0,0,0,0,0,0,0 +444130,350,70,613,75,29,6,0,0,0,0,0,0 +444190,350,70,1657,180,131,12,0,0,0,0,0,0 +444210,350,70,20,4,0,0,0,0,0,0,0,0 +444220,350,70,777,76,33,4,0,0,0,0,0,0 +445110,350,70,11478,236,48,90,33,0,0,0,0,0 +445120,350,70,69,17,10,0,0,0,0,0,0,0 +445210,350,70,89,14,7,0,0,0,0,0,0,0 +445230,350,70,38,5,0,0,0,0,0,0,0,0 +445291,350,70,13,7,3,0,0,0,0,0,0,0 +445292,350,70,50,10,7,0,0,0,0,0,0,0 +445299,350,70,267,41,34,0,0,0,0,0,0,0 +445310,350,70,502,71,40,3,0,0,0,0,0,0 +446110,350,70,3034,159,43,64,0,0,0,0,0,0 +446120,350,70,646,61,37,6,0,0,0,0,0,0 +446130,350,70,350,55,47,0,0,0,0,0,0,0 +446191,350,70,198,51,42,0,0,0,0,0,0,0 +446199,350,70,617,46,28,4,0,0,0,0,0,0 +447110,350,70,6454,741,676,17,0,0,0,0,0,0 +447190,350,70,1696,85,10,9,0,0,0,0,0,0 +448110,350,70,126,18,15,0,0,0,0,0,0,0 +448120,350,70,1343,167,133,7,0,0,0,0,0,0 +448130,350,70,123,9,7,0,0,0,0,0,0,0 +448140,350,70,3059,153,71,47,0,0,0,0,0,0 +448150,350,70,136,32,22,0,0,0,0,0,0,0 +448190,350,70,364,42,26,3,0,0,0,0,0,0 +448210,350,70,1070,151,124,3,0,0,0,0,0,0 +448310,350,70,720,153,134,0,0,0,0,0,0,0 +448320,350,70,7,3,3,0,0,0,0,0,0,0 +451110,350,70,1255,146,110,4,0,0,0,0,0,0 +451120,350,70,669,49,28,6,0,0,0,0,0,0 +451130,350,70,142,20,3,0,0,0,0,0,0,0 +451140,350,70,87,11,3,0,0,0,0,0,0,0 +451211,350,70,326,32,19,3,0,0,0,0,0,0 +452210,350,70,2265,24,0,15,7,0,0,0,0,0 +452311,350,70,7266,45,0,3,13,12,0,0,0,0 +452319,350,70,2457,320,233,20,0,0,0,0,0,0 +453110,350,70,198,56,45,0,0,0,0,0,0,0 +453210,350,70,339,30,16,3,0,0,0,0,0,0 +453220,350,70,846,150,128,3,0,0,0,0,0,0 +453310,350,70,1061,126,96,5,0,0,0,0,0,0 +453910,350,70,546,44,23,4,0,0,0,0,0,0 +453920,350,70,481,161,148,0,0,0,0,0,0,0 +453930,350,70,105,24,21,0,0,0,0,0,0,0 +453991,350,70,358,55,44,3,0,0,0,0,0,0 +453998,350,70,590,140,114,3,0,0,0,0,0,0 +454110,350,70,606,113,98,0,0,0,0,0,0,0 +454210,350,70,0,7,5,0,0,0,0,0,0,0 +454310,350,70,457,76,31,0,0,0,0,0,0,0 +454390,350,70,431,107,91,4,0,0,0,0,0,0 +481111,350,70,303,6,0,3,0,0,0,0,0,0 +481211,350,70,0,4,0,0,0,0,0,0,0,0 +481219,350,70,0,3,0,0,0,0,0,0,0,0 +483211,350,70,4,3,3,0,0,0,0,0,0,0 +484110,350,70,743,134,111,0,0,0,0,0,0,0 +484121,350,70,1407,174,140,3,0,0,0,0,0,0 +484122,350,70,1115,58,31,6,0,0,0,0,0,0 +484210,350,70,425,36,21,3,0,0,0,0,0,0 +484220,350,70,1994,216,170,23,0,0,0,0,0,0 +484230,350,70,1269,86,44,10,0,0,0,0,0,0 +485210,350,70,0,3,0,0,0,0,0,0,0,0 +485310,350,70,91,6,0,3,0,0,0,0,0,0 +485410,350,70,1249,36,13,0,3,0,0,0,0,0 +485510,350,70,116,4,0,0,0,0,0,0,0,0 +485991,350,70,20,9,3,0,0,0,0,0,0,0 +485999,350,70,116,3,0,3,0,0,0,0,0,0 +486110,350,70,162,11,3,3,0,0,0,0,0,0 +486210,350,70,31,46,24,0,0,0,0,0,0,0 +486910,350,70,24,7,0,0,0,0,0,0,0,0 +488119,350,70,219,12,6,0,0,0,0,0,0,0 +488190,350,70,72,13,3,0,0,0,0,0,0,0 +488410,350,70,316,62,41,4,0,0,0,0,0,0 +488490,350,70,120,8,3,0,0,0,0,0,0,0 +488510,350,70,228,31,22,0,0,0,0,0,0,0 +488991,350,70,18,4,0,0,0,0,0,0,0,0 +492110,350,70,1937,70,28,6,0,0,0,0,0,0 +492210,350,70,74,6,4,0,0,0,0,0,0,0 +493110,350,70,338,30,11,4,0,0,0,0,0,0 +493120,350,70,26,3,0,0,0,0,0,0,0,0 +493190,350,70,95,11,7,0,0,0,0,0,0,0 +511110,350,70,0,22,4,0,0,0,0,0,0,0 +511120,350,70,101,19,14,0,0,0,0,0,0,0 +511130,350,70,214,14,10,0,0,0,0,0,0,0 +511140,350,70,0,3,0,0,0,0,0,0,0,0 +511210,350,70,244,25,19,0,0,0,0,0,0,0 +512110,350,70,469,36,29,0,0,0,0,0,0,0 +512131,350,70,502,21,0,8,0,0,0,0,0,0 +512240,350,70,4,4,4,0,0,0,0,0,0,0 +515111,350,70,0,3,3,0,0,0,0,0,0,0 +515112,350,70,361,25,3,0,0,0,0,0,0,0 +515120,350,70,593,12,3,0,4,0,0,0,0,0 +517311,350,70,2413,193,134,8,3,0,0,0,0,0 +517312,350,70,3517,129,93,5,0,0,0,0,0,0 +517911,350,70,0,5,4,0,0,0,0,0,0,0 +517919,350,70,17,4,0,0,0,0,0,0,0,0 +518210,350,70,658,53,40,7,0,0,0,0,0,0 +519110,350,70,115,4,0,0,0,0,0,0,0,0 +519130,350,70,40,16,14,0,0,0,0,0,0,0 +519190,350,70,20,5,4,0,0,0,0,0,0,0 +522110,350,70,5231,466,364,28,0,0,0,0,0,0 +522120,350,70,130,14,3,0,0,0,0,0,0,0 +522130,350,70,2326,129,68,11,7,0,0,0,0,0 +522220,350,70,80,9,5,0,0,0,0,0,0,0 +522291,350,70,1191,348,338,0,0,0,0,0,0,0 +522292,350,70,793,67,54,0,3,0,0,0,0,0 +522298,350,70,564,104,88,0,0,0,0,0,0,0 +522310,350,70,85,26,24,0,0,0,0,0,0,0 +522320,350,70,56,6,4,0,0,0,0,0,0,0 +522390,350,70,412,107,91,0,0,0,0,0,0,0 +523110,350,70,7,5,5,0,0,0,0,0,0,0 +523120,350,70,517,64,52,3,0,0,0,0,0,0 +523910,350,70,75,38,36,0,0,0,0,0,0,0 +523920,350,70,981,158,141,0,0,0,0,0,0,0 +523930,350,70,90,37,33,0,0,0,0,0,0,0 +523991,350,70,0,7,6,0,0,0,0,0,0,0 +523999,350,70,0,8,6,0,0,0,0,0,0,0 +524113,350,70,84,18,11,0,0,0,0,0,0,0 +524114,350,70,2293,20,11,0,0,5,0,0,0,0 +524126,350,70,654,34,25,0,0,0,0,0,0,0 +524127,350,70,264,22,11,3,0,0,0,0,0,0 +524210,350,70,2976,750,713,9,0,0,0,0,0,0 +524291,350,70,61,14,13,0,0,0,0,0,0,0 +524292,350,70,1131,14,9,0,0,0,0,0,0,0 +524298,350,70,35,7,6,0,0,0,0,0,0,0 +525990,350,70,2,3,3,0,0,0,0,0,0,0 +531110,350,70,1247,338,303,5,0,0,0,0,0,0 +531120,350,70,535,183,171,0,0,0,0,0,0,0 +531130,350,70,348,156,151,0,0,0,0,0,0,0 +531190,350,70,244,75,68,0,0,0,0,0,0,0 +531210,350,70,1251,563,544,0,0,0,0,0,0,0 +531311,350,70,1077,250,227,0,0,0,0,0,0,0 +531312,350,70,469,69,59,7,0,0,0,0,0,0 +531320,350,70,144,91,87,0,0,0,0,0,0,0 +531390,350,70,213,70,63,0,0,0,0,0,0,0 +532111,350,70,398,46,36,6,0,0,0,0,0,0 +532120,350,70,172,25,17,3,0,0,0,0,0,0 +532210,350,70,0,57,41,0,0,0,0,0,0,0 +532282,350,70,44,4,3,0,0,0,0,0,0,0 +532283,350,70,201,32,9,0,0,0,0,0,0,0 +532284,350,70,44,9,6,0,0,0,0,0,0,0 +532289,350,70,137,12,3,3,0,0,0,0,0,0 +532310,350,70,21,9,6,0,0,0,0,0,0,0 +532412,350,70,786,59,31,8,0,0,0,0,0,0 +532420,350,70,30,5,3,0,0,0,0,0,0,0 +532490,350,70,523,62,41,4,0,0,0,0,0,0 +533110,350,70,24,9,5,0,0,0,0,0,0,0 +541110,350,70,5105,1084,1021,30,3,0,0,0,0,0 +541191,350,70,125,16,0,0,0,0,0,0,0,0 +541199,350,70,25,12,11,0,0,0,0,0,0,0 +541211,350,70,2153,371,329,11,0,0,0,0,0,0 +541213,350,70,895,145,118,6,0,0,0,0,0,0 +541214,350,70,257,9,5,3,0,0,0,0,0,0 +541219,350,70,671,219,197,0,0,0,0,0,0,0 +541310,350,70,770,136,126,4,0,0,0,0,0,0 +541320,350,70,96,17,16,0,0,0,0,0,0,0 +541330,350,70,6307,368,283,47,5,3,0,0,0,0 +541340,350,70,15,8,8,0,0,0,0,0,0,0 +541350,350,70,46,27,22,0,0,0,0,0,0,0 +541370,350,70,332,53,33,0,0,0,0,0,0,0 +541380,350,70,429,36,22,3,0,0,0,0,0,0 +541410,350,70,75,35,34,0,0,0,0,0,0,0 +541430,350,70,139,49,41,0,0,0,0,0,0,0 +541511,350,70,950,177,156,6,0,0,0,0,0,0 +541512,350,70,1974,223,200,11,0,0,0,0,0,0 +541513,350,70,889,52,43,0,0,0,0,0,0,0 +541519,350,70,181,39,31,0,0,0,0,0,0,0 +541611,350,70,1131,249,223,8,0,0,0,0,0,0 +541612,350,70,76,17,15,0,0,0,0,0,0,0 +541613,350,70,145,71,60,0,0,0,0,0,0,0 +541614,350,70,95,23,21,0,0,0,0,0,0,0 +541618,350,70,30,20,19,0,0,0,0,0,0,0 +541620,350,70,693,89,65,6,0,0,0,0,0,0 +541690,350,70,613,133,118,3,0,0,0,0,0,0 +541713,350,70,456,27,12,0,0,0,0,0,0,0 +541714,350,70,0,6,3,0,0,0,0,0,0,0 +541715,350,70,15300,103,72,14,0,0,0,0,0,0 +541720,350,70,100,18,10,0,0,0,0,0,0,0 +541810,350,70,142,33,30,0,0,0,0,0,0,0 +541820,350,70,96,37,34,0,0,0,0,0,0,0 +541830,350,70,0,3,3,0,0,0,0,0,0,0 +541850,350,70,66,11,7,0,0,0,0,0,0,0 +541860,350,70,6,3,3,0,0,0,0,0,0,0 +541890,350,70,374,29,20,3,0,0,0,0,0,0 +541910,350,70,227,15,6,0,0,0,0,0,0,0 +541921,350,70,131,38,34,0,0,0,0,0,0,0 +541922,350,70,40,21,20,0,0,0,0,0,0,0 +541930,350,70,7,4,4,0,0,0,0,0,0,0 +541940,350,70,1960,201,144,17,0,0,0,0,0,0 +541990,350,70,237,88,75,0,0,0,0,0,0,0 +551112,350,70,231,19,14,0,0,0,0,0,0,0 +551114,350,70,6400,175,104,27,9,0,0,0,0,0 +561110,350,70,831,111,96,8,0,0,0,0,0,0 +561210,350,70,578,22,5,3,0,0,0,0,0,0 +561311,350,70,155,11,6,0,0,0,0,0,0,0 +561312,350,70,26,6,4,0,0,0,0,0,0,0 +561320,350,70,3738,100,40,32,7,0,0,0,0,0 +561330,350,70,593,8,0,0,0,0,0,0,0,0 +561410,350,70,21,16,16,0,0,0,0,0,0,0 +561421,350,70,40,3,3,0,0,0,0,0,0,0 +561422,350,70,4553,15,0,0,0,0,3,0,0,0 +561431,350,70,101,19,13,0,0,0,0,0,0,0 +561439,350,70,275,25,22,0,0,0,0,0,0,0 +561440,350,70,36,5,3,0,0,0,0,0,0,0 +561491,350,70,13,4,3,0,0,0,0,0,0,0 +561492,350,70,55,13,10,0,0,0,0,0,0,0 +561499,350,70,71,13,12,0,0,0,0,0,0,0 +561510,350,70,140,34,28,0,0,0,0,0,0,0 +561520,350,70,53,13,10,0,0,0,0,0,0,0 +561599,350,70,493,6,3,0,0,0,0,0,0,0 +561611,350,70,14,21,17,0,0,0,0,0,0,0 +561612,350,70,2220,78,35,16,5,0,0,0,0,0 +561613,350,70,168,6,0,0,0,0,0,0,0,0 +561621,350,70,369,31,20,0,0,0,0,0,0,0 +561622,350,70,51,17,14,0,0,0,0,0,0,0 +561710,350,70,382,82,70,0,0,0,0,0,0,0 +561720,350,70,3795,321,271,20,0,4,0,0,0,0 +561730,350,70,2551,336,290,11,4,0,0,0,0,0 +561740,350,70,132,39,34,0,0,0,0,0,0,0 +561790,350,70,138,28,23,0,0,0,0,0,0,0 +561920,350,70,54,10,9,0,0,0,0,0,0,0 +561990,350,70,712,77,57,6,0,0,0,0,0,0 +562111,350,70,653,48,18,6,0,0,0,0,0,0 +562211,350,70,124,5,0,0,0,0,0,0,0,0 +562910,350,70,525,31,11,8,0,0,0,0,0,0 +562991,350,70,146,36,24,0,0,0,0,0,0,0 +611110,350,70,3847,98,35,35,4,0,0,0,0,0 +611210,350,70,26,3,0,0,0,0,0,0,0,0 +611310,350,70,267,20,4,4,0,0,0,0,0,0 +611420,350,70,51,4,0,0,0,0,0,0,0,0 +611430,350,70,151,49,45,0,0,0,0,0,0,0 +611511,350,70,71,7,3,0,0,0,0,0,0,0 +611512,350,70,0,3,0,0,0,0,0,0,0,0 +611513,350,70,100,12,9,0,0,0,0,0,0,0 +611519,350,70,257,20,15,0,0,0,0,0,0,0 +611610,350,70,400,60,47,0,0,0,0,0,0,0 +611620,350,70,392,67,51,4,0,0,0,0,0,0 +611691,350,70,194,30,21,0,0,0,0,0,0,0 +611692,350,70,33,3,0,0,0,0,0,0,0,0 +611699,350,70,129,39,32,0,0,0,0,0,0,0 +611710,350,70,152,46,38,0,0,0,0,0,0,0 +621111,350,70,9922,964,808,99,12,0,0,0,0,0 +621112,350,70,128,58,46,0,0,0,0,0,0,0 +621210,350,70,5893,743,669,31,0,0,0,0,0,0 +621310,350,70,640,193,178,0,0,0,0,0,0,0 +621320,350,70,631,95,71,3,0,0,0,0,0,0 +621330,350,70,552,185,156,5,0,0,0,0,0,0 +621340,350,70,1891,252,189,11,0,0,0,0,0,0 +621391,350,70,229,23,10,0,0,0,0,0,0,0 +621399,350,70,645,203,185,0,0,0,0,0,0,0 +621410,350,70,23,13,4,0,0,0,0,0,0,0 +621420,350,70,628,64,27,9,0,0,0,0,0,0 +621492,350,70,263,31,3,6,0,0,0,0,0,0 +621493,350,70,602,27,8,6,0,0,0,0,0,0 +621498,350,70,2444,138,48,21,3,0,0,0,0,0 +621511,350,70,1382,61,41,9,0,0,0,0,0,0 +621512,350,70,420,32,16,3,0,0,0,0,0,0 +621610,350,70,7762,190,71,47,9,0,0,0,0,0 +621910,350,70,1219,22,6,0,0,0,0,0,0,0 +621991,350,70,258,6,0,3,0,0,0,0,0,0 +621999,350,70,63,22,20,0,0,0,0,0,0,0 +622110,350,70,18042,12,0,0,0,0,0,0,0,0 +622210,350,70,568,4,0,0,0,0,0,0,0,0 +622310,350,70,604,4,0,0,3,0,0,0,0,0 +623110,350,70,2791,48,5,10,9,0,0,0,0,0 +623210,350,70,2590,122,85,19,0,0,0,0,0,0 +623220,350,70,337,17,9,3,0,0,0,0,0,0 +623311,350,70,1291,17,0,3,0,0,0,0,0,0 +623312,350,70,2207,103,62,21,4,0,0,0,0,0 +623990,350,70,138,18,8,3,0,0,0,0,0,0 +624110,350,70,824,73,51,0,0,0,0,0,0,0 +624120,350,70,19413,261,86,50,22,8,0,0,0,0 +624190,350,70,1944,250,194,11,0,0,0,0,0,0 +624210,350,70,161,19,7,0,0,0,0,0,0,0 +624221,350,70,485,29,8,6,0,0,0,0,0,0 +624229,350,70,227,15,8,3,0,0,0,0,0,0 +624310,350,70,858,22,4,0,0,0,0,0,0,0 +624410,350,70,5526,388,256,72,0,0,0,0,0,0 +711110,350,70,52,14,11,0,0,0,0,0,0,0 +711120,350,70,0,4,0,0,0,0,0,0,0,0 +711130,350,70,125,20,15,0,0,0,0,0,0,0 +711219,350,70,25,3,0,0,0,0,0,0,0,0 +711310,350,70,323,10,3,0,0,0,0,0,0,0 +711320,350,70,69,22,18,0,0,0,0,0,0,0 +711410,350,70,0,3,3,0,0,0,0,0,0,0 +711510,350,70,351,125,119,0,0,0,0,0,0,0 +712110,350,70,427,33,18,0,0,0,0,0,0,0 +713120,350,70,105,7,3,0,0,0,0,0,0,0 +713210,350,70,248,3,0,0,0,0,0,0,0,0 +713290,350,70,64,7,0,0,0,0,0,0,0,0 +713910,350,70,832,26,3,7,0,0,0,0,0,0 +713920,350,70,854,4,0,0,0,0,0,0,0,0 +713930,350,70,0,3,0,0,0,0,0,0,0,0 +713940,350,70,2573,181,114,17,6,0,0,0,0,0 +713950,350,70,99,3,0,0,0,0,0,0,0,0 +713990,350,70,459,85,68,4,0,0,0,0,0,0 +721110,350,70,13822,615,378,156,12,0,0,0,0,0 +721120,350,70,321,3,0,0,0,0,0,0,0,0 +721191,350,70,113,44,33,0,0,0,0,0,0,0 +721199,350,70,28,6,4,0,0,0,0,0,0,0 +721211,350,70,159,36,19,0,0,0,0,0,0,0 +721214,350,70,30,12,0,0,0,0,0,0,0,0 +721310,350,70,15,3,0,0,0,0,0,0,0,0 +722310,350,70,1970,146,83,18,0,0,0,0,0,0 +722320,350,70,203,22,16,0,0,0,0,0,0,0 +722330,350,70,30,16,14,0,0,0,0,0,0,0 +722410,350,70,1151,85,48,14,0,0,0,0,0,0 +722511,350,70,31447,1375,785,522,21,0,0,0,0,0 +722513,350,70,33129,1533,845,634,0,0,0,0,0,0 +722514,350,70,1229,37,8,3,0,0,0,0,0,0 +722515,350,70,3151,326,262,30,0,0,0,0,0,0 +811111,350,70,1731,449,420,0,0,0,0,0,0,0 +811113,350,70,61,14,10,0,0,0,0,0,0,0 +811118,350,70,118,24,16,0,0,0,0,0,0,0 +811121,350,70,1175,172,137,5,0,0,0,0,0,0 +811122,350,70,393,57,36,0,0,0,0,0,0,0 +811191,350,70,497,73,50,0,0,0,0,0,0,0 +811192,350,70,1254,105,64,14,0,0,0,0,0,0 +811198,350,70,53,13,7,0,0,0,0,0,0,0 +811211,350,70,11,5,5,0,0,0,0,0,0,0 +811212,350,70,58,21,9,0,0,0,0,0,0,0 +811213,350,70,23,7,5,0,0,0,0,0,0,0 +811219,350,70,14,7,3,0,0,0,0,0,0,0 +811310,350,70,1301,154,128,3,0,0,0,0,0,0 +811412,350,70,70,11,9,0,0,0,0,0,0,0 +811420,350,70,23,11,9,0,0,0,0,0,0,0 +811430,350,70,3,4,4,0,0,0,0,0,0,0 +811490,350,70,93,32,23,0,0,0,0,0,0,0 +812111,350,70,43,9,8,0,0,0,0,0,0,0 +812112,350,70,1411,306,281,7,0,0,0,0,0,0 +812113,350,70,52,18,14,0,0,0,0,0,0,0 +812191,350,70,74,10,0,0,0,0,0,0,0,0 +812199,350,70,360,71,50,0,0,0,0,0,0,0 +812210,350,70,332,44,24,0,0,0,0,0,0,0 +812220,350,70,63,9,5,0,0,0,0,0,0,0 +812310,350,70,233,55,46,0,0,0,0,0,0,0 +812320,350,70,466,67,45,0,0,0,0,0,0,0 +812332,350,70,214,5,0,0,0,0,0,0,0,0 +812910,350,70,617,101,85,0,0,0,0,0,0,0 +812930,350,70,83,11,8,0,0,0,0,0,0,0 +812990,350,70,128,45,35,0,0,0,0,0,0,0 +813110,350,70,8363,1060,937,82,3,0,0,0,0,0 +813211,350,70,413,78,69,0,0,0,0,0,0,0 +813212,350,70,145,16,13,0,0,0,0,0,0,0 +813219,350,70,121,14,10,0,0,0,0,0,0,0 +813311,350,70,167,27,20,0,0,0,0,0,0,0 +813312,350,70,438,71,54,0,0,0,0,0,0,0 +813319,350,70,280,59,54,0,0,0,0,0,0,0 +813410,350,70,1327,180,118,4,0,0,0,0,0,0 +813910,350,70,428,88,75,0,0,0,0,0,0,0 +813920,350,70,310,32,24,3,0,0,0,0,0,0 +813930,350,70,356,55,42,3,0,0,0,0,0,0 +813940,350,70,22,12,10,0,0,0,0,0,0,0 +813990,350,70,390,69,63,0,0,0,0,0,0,0 +113310,361,71,73,27,24,0,0,0,0,0,0,0 +115210,361,71,242,26,21,0,0,0,0,0,0,0 +212311,361,71,133,4,0,3,0,0,0,0,0,0 +221111,361,71,0,3,0,0,0,0,0,0,0,0 +221112,361,71,20,3,0,0,0,0,0,0,0,0 +221122,361,71,0,19,3,3,0,0,0,0,0,0 +236115,361,71,700,219,206,0,0,0,0,0,0,0 +236116,361,71,0,4,3,0,0,0,0,0,0,0 +236117,361,71,365,71,58,3,0,0,0,0,0,0 +236118,361,71,1670,603,585,3,0,0,0,0,0,0 +236210,361,71,8,3,0,0,0,0,0,0,0,0 +236220,361,71,2297,144,91,30,3,0,0,0,0,0 +237110,361,71,208,31,17,0,0,0,0,0,0,0 +237130,361,71,275,15,0,3,0,0,0,0,0,0 +237310,361,71,758,52,25,7,0,0,0,0,0,0 +237990,361,71,101,3,0,0,0,0,0,0,0,0 +238110,361,71,291,61,43,0,0,0,0,0,0,0 +238120,361,71,35,6,0,0,0,0,0,0,0,0 +238130,361,71,281,57,45,0,0,0,0,0,0,0 +238140,361,71,334,103,92,0,0,0,0,0,0,0 +238150,361,71,75,10,7,0,0,0,0,0,0,0 +238160,361,71,378,53,35,8,0,0,0,0,0,0 +238170,361,71,140,44,37,0,0,0,0,0,0,0 +238190,361,71,2,6,3,0,0,0,0,0,0,0 +238210,361,71,2996,290,243,30,0,0,0,0,0,0 +238220,361,71,4215,395,331,40,3,0,0,0,0,0 +238290,361,71,394,20,6,5,0,0,0,0,0,0 +238310,361,71,791,92,71,6,0,0,0,0,0,0 +238320,361,71,397,129,116,0,0,0,0,0,0,0 +238330,361,71,215,86,76,0,0,0,0,0,0,0 +238340,361,71,191,33,23,0,0,0,0,0,0,0 +238350,361,71,665,166,147,0,0,0,0,0,0,0 +238390,361,71,70,13,7,0,0,0,0,0,0,0 +238910,361,71,1440,211,187,4,0,0,0,0,0,0 +238990,361,71,560,185,168,3,0,0,0,0,0,0 +311119,361,71,59,3,0,0,0,0,0,0,0,0 +311352,361,71,0,3,0,0,0,0,0,0,0,0 +311513,361,71,45,3,0,0,0,0,0,0,0,0 +311612,361,71,66,5,0,0,0,0,0,0,0,0 +311811,361,71,150,23,9,0,0,0,0,0,0,0 +311812,361,71,96,8,0,0,0,0,0,0,0,0 +311824,361,71,33,3,0,0,0,0,0,0,0,0 +312120,361,71,92,14,0,0,0,0,0,0,0,0 +312140,361,71,41,6,0,0,0,0,0,0,0,0 +314910,361,71,0,3,0,0,0,0,0,0,0,0 +315990,361,71,0,3,0,0,0,0,0,0,0,0 +316110,361,71,312,14,9,0,0,0,0,0,0,0 +321113,361,71,89,12,3,0,0,0,0,0,0,0 +321918,361,71,25,6,4,0,0,0,0,0,0,0 +321920,361,71,77,8,3,0,0,0,0,0,0,0 +321999,361,71,0,7,3,0,0,0,0,0,0,0 +322121,361,71,644,4,0,0,0,0,0,0,0,0 +322211,361,71,0,3,0,0,0,0,0,0,0,0 +323111,361,71,1131,57,27,3,0,0,0,0,0,0 +323113,361,71,50,8,0,0,0,0,0,0,0,0 +324121,361,71,0,4,0,0,0,0,0,0,0,0 +325120,361,71,0,3,0,0,0,0,0,0,0,0 +325199,361,71,0,3,0,0,0,0,0,0,0,0 +325211,361,71,0,3,0,0,0,0,0,0,0,0 +325412,361,71,0,3,3,0,0,0,0,0,0,0 +325991,361,71,0,3,0,0,0,0,0,0,0,0 +325998,361,71,9,3,0,0,0,0,0,0,0,0 +326199,361,71,373,17,0,0,0,0,0,0,0,0 +327320,361,71,3,6,6,0,0,0,0,0,0,0 +327390,361,71,53,10,3,0,0,0,0,0,0,0 +327991,361,71,174,12,0,5,0,0,0,0,0,0 +332312,361,71,236,7,0,0,0,0,0,0,0,0 +332322,361,71,28,4,3,0,0,0,0,0,0,0 +332323,361,71,56,3,0,0,0,0,0,0,0,0 +332710,361,71,618,40,12,0,0,0,0,0,0,0 +332721,361,71,47,5,0,0,0,0,0,0,0,0 +333414,361,71,11,3,0,0,0,0,0,0,0,0 +334519,361,71,0,3,0,0,0,0,0,0,0,0 +337110,361,71,0,4,0,0,0,0,0,0,0,0 +337122,361,71,41,3,0,0,0,0,0,0,0,0 +337212,361,71,0,3,0,0,0,0,0,0,0,0 +339112,361,71,0,3,0,0,0,0,0,0,0,0 +339113,361,71,149,8,3,0,0,0,0,0,0,0 +339116,361,71,60,8,6,0,0,0,0,0,0,0 +339920,361,71,63,3,0,0,0,0,0,0,0,0 +339950,361,71,65,12,8,0,0,0,0,0,0,0 +339999,361,71,3,6,3,0,0,0,0,0,0,0 +423110,361,71,487,28,15,0,0,0,0,0,0,0 +423120,361,71,516,31,14,6,0,0,0,0,0,0 +423130,361,71,89,6,0,0,0,0,0,0,0,0 +423210,361,71,58,6,0,0,0,0,0,0,0,0 +423220,361,71,156,13,7,0,0,0,0,0,0,0 +423310,361,71,164,9,3,0,0,0,0,0,0,0 +423320,361,71,67,6,3,0,0,0,0,0,0,0 +423330,361,71,93,9,7,0,0,0,0,0,0,0 +423390,361,71,179,18,9,0,0,0,0,0,0,0 +423420,361,71,483,25,13,6,0,0,0,0,0,0 +423430,361,71,149,10,3,0,0,0,0,0,0,0 +423440,361,71,70,4,0,0,0,0,0,0,0,0 +423450,361,71,270,26,18,0,0,0,0,0,0,0 +423510,361,71,165,13,5,0,0,0,0,0,0,0 +423610,361,71,414,35,22,8,0,0,0,0,0,0 +423620,361,71,132,5,0,0,0,0,0,0,0,0 +423690,361,71,376,29,16,6,0,0,0,0,0,0 +423710,361,71,46,10,3,0,0,0,0,0,0,0 +423720,361,71,239,19,10,0,0,0,0,0,0,0 +423730,361,71,225,22,16,0,0,0,0,0,0,0 +423810,361,71,239,14,6,0,0,0,0,0,0,0 +423820,361,71,157,11,0,0,0,0,0,0,0,0 +423830,361,71,899,80,57,11,0,0,0,0,0,0 +423840,361,71,223,17,12,0,0,0,0,0,0,0 +423850,361,71,87,13,3,0,0,0,0,0,0,0 +423910,361,71,45,12,3,0,0,0,0,0,0,0 +423930,361,71,243,30,14,0,0,0,0,0,0,0 +423990,361,71,173,27,21,0,0,0,0,0,0,0 +424120,361,71,197,13,8,0,0,0,0,0,0,0 +424130,361,71,13,4,0,0,0,0,0,0,0,0 +424210,361,71,193,23,8,0,0,0,0,0,0,0 +424330,361,71,32,5,3,0,0,0,0,0,0,0 +424410,361,71,0,4,0,0,0,0,0,0,0,0 +424430,361,71,54,4,0,0,0,0,0,0,0,0 +424480,361,71,196,11,0,3,0,0,0,0,0,0 +424490,361,71,1148,40,25,0,0,0,0,0,0,0 +424610,361,71,48,5,3,0,0,0,0,0,0,0 +424690,361,71,331,23,9,4,0,0,0,0,0,0 +424710,361,71,123,9,4,0,0,0,0,0,0,0 +424810,361,71,645,3,0,0,0,0,0,0,0,0 +424820,361,71,0,3,0,0,0,0,0,0,0,0 +424910,361,71,39,10,3,0,0,0,0,0,0,0 +424930,361,71,197,8,0,0,0,0,0,0,0,0 +424950,361,71,7,3,0,0,0,0,0,0,0,0 +424990,361,71,98,23,18,0,0,0,0,0,0,0 +425120,361,71,1056,114,105,0,0,0,0,0,0,0 +441110,361,71,5350,110,13,63,7,0,0,0,0,0 +441120,361,71,494,92,75,0,0,0,0,0,0,0 +441222,361,71,62,13,9,0,0,0,0,0,0,0 +441228,361,71,116,19,12,0,0,0,0,0,0,0 +441310,361,71,1322,136,113,7,0,0,0,0,0,0 +441320,361,71,499,48,29,0,0,0,0,0,0,0 +442110,361,71,840,87,60,4,0,0,0,0,0,0 +442210,361,71,289,52,44,0,0,0,0,0,0,0 +442291,361,71,19,5,3,0,0,0,0,0,0,0 +442299,361,71,629,49,31,4,0,0,0,0,0,0 +443141,361,71,174,16,8,0,0,0,0,0,0,0 +443142,361,71,886,67,49,0,3,0,0,0,0,0 +444110,361,71,676,21,0,0,13,0,0,0,0,0 +444120,361,71,49,13,10,0,0,0,0,0,0,0 +444130,361,71,556,67,43,3,0,0,0,0,0,0 +444190,361,71,1568,132,102,6,0,0,0,0,0,0 +444210,361,71,126,17,3,0,0,0,0,0,0,0 +444220,361,71,456,53,40,0,0,0,0,0,0,0 +445110,361,71,12020,288,160,43,44,0,0,0,0,0 +445120,361,71,616,143,133,0,0,0,0,0,0,0 +445210,361,71,174,23,9,0,0,0,0,0,0,0 +445230,361,71,5,3,3,0,0,0,0,0,0,0 +445291,361,71,0,3,0,0,0,0,0,0,0,0 +445292,361,71,0,6,3,0,0,0,0,0,0,0 +445299,361,71,86,14,4,0,0,0,0,0,0,0 +445310,361,71,995,207,201,0,0,0,0,0,0,0 +446110,361,71,2820,186,100,59,0,0,0,0,0,0 +446120,361,71,394,39,23,4,0,0,0,0,0,0 +446130,361,71,488,68,61,0,0,0,0,0,0,0 +446191,361,71,46,26,21,0,0,0,0,0,0,0 +446199,361,71,123,37,32,0,0,0,0,0,0,0 +447110,361,71,3787,443,434,0,0,0,0,0,0,0 +447190,361,71,505,54,37,0,0,0,0,0,0,0 +448110,361,71,109,21,7,0,0,0,0,0,0,0 +448120,361,71,962,102,82,8,0,0,0,0,0,0 +448130,361,71,267,25,14,0,0,0,0,0,0,0 +448140,361,71,2177,97,55,30,0,0,0,0,0,0 +448150,361,71,190,27,18,0,0,0,0,0,0,0 +448190,361,71,513,41,23,4,0,0,0,0,0,0 +448210,361,71,747,79,63,6,0,0,0,0,0,0 +448310,361,71,491,76,65,0,0,0,0,0,0,0 +451110,361,71,874,94,75,0,0,0,0,0,0,0 +451120,361,71,451,27,13,5,0,0,0,0,0,0 +451130,361,71,19,3,0,0,0,0,0,0,0,0 +451140,361,71,100,10,3,0,0,0,0,0,0,0 +451211,361,71,326,19,0,3,0,0,0,0,0,0 +451212,361,71,27,9,6,0,0,0,0,0,0,0 +452210,361,71,1500,12,0,0,9,0,0,0,0,0 +452311,361,71,4553,26,0,0,10,3,0,0,0,0 +452319,361,71,1516,145,107,15,0,0,0,0,0,0 +453110,361,71,228,53,42,0,0,0,0,0,0,0 +453210,361,71,115,10,0,4,0,0,0,0,0,0 +453220,361,71,702,100,80,4,0,0,0,0,0,0 +453310,361,71,251,63,48,0,0,0,0,0,0,0 +453910,361,71,532,45,20,3,0,0,0,0,0,0 +453920,361,71,89,15,12,0,0,0,0,0,0,0 +453930,361,71,20,6,4,0,0,0,0,0,0,0 +453991,361,71,121,30,18,0,0,0,0,0,0,0 +453998,361,71,291,75,67,0,0,0,0,0,0,0 +454110,361,71,579,100,74,0,0,0,0,0,0,0 +454210,361,71,0,3,3,0,0,0,0,0,0,0 +454310,361,71,704,98,75,0,0,0,0,0,0,0 +454390,361,71,244,75,66,0,0,0,0,0,0,0 +481111,361,71,287,6,0,3,0,0,0,0,0,0 +484110,361,71,663,75,54,6,0,0,0,0,0,0 +484121,361,71,741,61,28,4,0,0,0,0,0,0 +484122,361,71,314,10,0,4,0,0,0,0,0,0 +484210,361,71,183,23,7,0,0,0,0,0,0,0 +484220,361,71,548,99,79,0,0,0,0,0,0,0 +484230,361,71,174,11,7,0,0,0,0,0,0,0 +485113,361,71,33,3,0,0,0,0,0,0,0,0 +485210,361,71,0,3,0,0,0,0,0,0,0,0 +485310,361,71,416,51,31,0,0,0,0,0,0,0 +485320,361,71,0,4,0,0,0,0,0,0,0,0 +485410,361,71,126,8,0,4,0,0,0,0,0,0 +485991,361,71,398,21,7,3,0,0,0,0,0,0 +488119,361,71,63,4,0,0,0,0,0,0,0,0 +488190,361,71,0,3,0,0,0,0,0,0,0,0 +488410,361,71,137,23,19,0,0,0,0,0,0,0 +488490,361,71,0,4,0,0,0,0,0,0,0,0 +488510,361,71,254,31,22,0,0,0,0,0,0,0 +492110,361,71,1283,23,8,0,0,0,0,0,0,0 +492210,361,71,236,12,3,0,0,0,0,0,0,0 +493110,361,71,1127,27,3,6,0,0,0,0,0,0 +493120,361,71,75,3,0,0,0,0,0,0,0,0 +493190,361,71,22,9,0,0,0,0,0,0,0,0 +511110,361,71,51,17,3,0,0,0,0,0,0,0 +511120,361,71,24,13,7,0,0,0,0,0,0,0 +511130,361,71,20,7,7,0,0,0,0,0,0,0 +511210,361,71,861,33,18,0,0,0,0,0,0,0 +512110,361,71,141,31,25,0,0,0,0,0,0,0 +512131,361,71,45,9,0,3,0,0,0,0,0,0 +515112,361,71,402,10,3,0,0,0,0,0,0,0 +515120,361,71,340,5,0,0,3,0,0,0,0,0 +517311,361,71,2666,124,79,12,5,0,0,0,0,0 +517312,361,71,567,82,65,0,0,0,0,0,0,0 +517911,361,71,25,7,3,0,0,0,0,0,0,0 +517919,361,71,48,4,0,0,0,0,0,0,0,0 +518210,361,71,1218,49,28,8,5,0,0,0,0,0 +519120,361,71,467,57,34,0,0,0,0,0,0,0 +519130,361,71,29,15,8,0,0,0,0,0,0,0 +522110,361,71,3515,317,286,4,3,0,0,0,0,0 +522120,361,71,730,113,103,0,0,0,0,0,0,0 +522130,361,71,1642,97,73,5,0,0,0,0,0,0 +522220,361,71,17,7,6,0,0,0,0,0,0,0 +522291,361,71,10,3,3,0,0,0,0,0,0,0 +522292,361,71,530,20,7,3,0,0,0,0,0,0 +522310,361,71,63,14,11,0,0,0,0,0,0,0 +522320,361,71,47,12,7,0,0,0,0,0,0,0 +522390,361,71,19,9,7,0,0,0,0,0,0,0 +523110,361,71,30,7,6,0,0,0,0,0,0,0 +523120,361,71,595,82,64,6,0,0,0,0,0,0 +523910,361,71,13,7,6,0,0,0,0,0,0,0 +523920,361,71,633,120,112,0,0,0,0,0,0,0 +523930,361,71,0,49,44,0,0,0,0,0,0,0 +523991,361,71,10,5,4,0,0,0,0,0,0,0 +524113,361,71,321,29,18,4,0,0,0,0,0,0 +524114,361,71,3601,24,12,0,4,0,0,0,0,0 +524126,361,71,1581,61,49,0,0,0,0,0,0,0 +524127,361,71,87,11,7,0,0,0,0,0,0,0 +524210,361,71,2422,419,385,21,0,0,0,0,0,0 +524291,361,71,193,14,6,0,0,0,0,0,0,0 +524292,361,71,291,19,10,3,0,0,0,0,0,0 +524298,361,71,39,8,3,0,0,0,0,0,0,0 +531110,361,71,1289,223,208,3,0,0,0,0,0,0 +531120,361,71,678,150,137,3,0,0,0,0,0,0 +531130,361,71,112,49,45,0,0,0,0,0,0,0 +531190,361,71,38,19,18,0,0,0,0,0,0,0 +531210,361,71,540,211,198,3,0,0,0,0,0,0 +531311,361,71,818,128,108,7,0,0,0,0,0,0 +531312,361,71,583,57,44,9,0,0,0,0,0,0 +531320,361,71,49,21,18,0,0,0,0,0,0,0 +531390,361,71,29,14,13,0,0,0,0,0,0,0 +532111,361,71,148,17,9,3,0,0,0,0,0,0 +532120,361,71,171,20,14,3,0,0,0,0,0,0 +532210,361,71,0,27,17,0,0,0,0,0,0,0 +532281,361,71,26,5,3,0,0,0,0,0,0,0 +532283,361,71,89,6,4,0,0,0,0,0,0,0 +532284,361,71,9,7,6,0,0,0,0,0,0,0 +532289,361,71,55,13,3,0,0,0,0,0,0,0 +532412,361,71,109,7,0,0,0,0,0,0,0,0 +532490,361,71,220,29,21,0,0,0,0,0,0,0 +541110,361,71,3691,610,562,36,0,0,0,0,0,0 +541191,361,71,44,13,4,0,0,0,0,0,0,0 +541199,361,71,135,25,21,0,0,0,0,0,0,0 +541211,361,71,1297,162,136,4,0,0,0,0,0,0 +541213,361,71,739,108,85,0,0,0,0,0,0,0 +541214,361,71,277,18,6,0,0,0,0,0,0,0 +541219,361,71,739,91,76,0,0,0,0,0,0,0 +541310,361,71,606,68,53,0,0,0,0,0,0,0 +541320,361,71,108,16,3,0,0,0,0,0,0,0 +541330,361,71,3032,243,194,27,3,0,0,0,0,0 +541340,361,71,3,3,3,0,0,0,0,0,0,0 +541350,361,71,7,4,4,0,0,0,0,0,0,0 +541370,361,71,60,24,22,0,0,0,0,0,0,0 +541380,361,71,473,27,11,0,0,0,0,0,0,0 +541410,361,71,53,28,26,0,0,0,0,0,0,0 +541430,361,71,78,31,27,0,0,0,0,0,0,0 +541511,361,71,2480,269,236,15,5,0,0,0,0,0 +541512,361,71,2623,234,202,11,4,0,0,0,0,0 +541513,361,71,105,20,14,0,0,0,0,0,0,0 +541519,361,71,132,22,15,4,0,0,0,0,0,0 +541611,361,71,3581,167,152,0,0,0,0,0,0,0 +541612,361,71,146,28,27,0,0,0,0,0,0,0 +541613,361,71,358,80,67,0,0,0,0,0,0,0 +541614,361,71,105,11,5,0,0,0,0,0,0,0 +541618,361,71,10,8,6,0,0,0,0,0,0,0 +541620,361,71,218,35,26,0,0,0,0,0,0,0 +541690,361,71,318,63,55,0,0,0,0,0,0,0 +541713,361,71,79,19,8,3,3,0,0,0,0,0 +541714,361,71,43,8,3,0,0,0,0,0,0,0 +541715,361,71,1996,41,20,5,0,0,0,0,0,0 +541720,361,71,130,10,4,3,0,0,0,0,0,0 +541810,361,71,331,29,17,0,0,0,0,0,0,0 +541820,361,71,164,44,41,0,0,0,0,0,0,0 +541840,361,71,0,3,0,0,0,0,0,0,0,0 +541850,361,71,0,4,0,0,0,0,0,0,0,0 +541860,361,71,95,4,0,0,0,0,0,0,0,0 +541890,361,71,395,18,9,0,0,0,0,0,0,0 +541910,361,71,264,17,7,0,0,0,0,0,0,0 +541921,361,71,103,31,22,0,0,0,0,0,0,0 +541922,361,71,9,6,6,0,0,0,0,0,0,0 +541930,361,71,0,3,0,0,0,0,0,0,0,0 +541940,361,71,1411,125,91,12,0,0,0,0,0,0 +541990,361,71,113,30,23,0,0,0,0,0,0,0 +551112,361,71,991,16,4,3,0,0,0,0,0,0 +551114,361,71,9999,153,92,14,10,0,0,0,0,0 +561110,361,71,1453,97,72,7,0,0,0,0,0,0 +561210,361,71,140,19,9,0,0,0,0,0,0,0 +561311,361,71,41,5,3,0,0,0,0,0,0,0 +561312,361,71,13,7,6,0,0,0,0,0,0,0 +561320,361,71,3694,72,28,22,10,0,0,0,0,0 +561330,361,71,655,5,0,0,0,0,0,0,0,0 +561410,361,71,125,11,7,0,0,0,0,0,0,0 +561422,361,71,31,7,0,0,0,0,0,0,0,0 +561431,361,71,14,3,0,0,0,0,0,0,0,0 +561439,361,71,145,10,8,0,0,0,0,0,0,0 +561440,361,71,126,4,0,0,0,0,0,0,0,0 +561491,361,71,0,3,0,0,0,0,0,0,0,0 +561499,361,71,101,12,8,0,0,0,0,0,0,0 +561510,361,71,167,35,32,0,0,0,0,0,0,0 +561520,361,71,42,5,0,0,0,0,0,0,0,0 +561611,361,71,72,12,11,0,0,0,0,0,0,0 +561612,361,71,928,10,0,0,0,0,0,0,0,0 +561613,361,71,139,4,0,0,0,0,0,0,0,0 +561621,361,71,225,21,8,0,0,0,0,0,0,0 +561622,361,71,25,4,3,0,0,0,0,0,0,0 +561710,361,71,149,29,16,3,0,0,0,0,0,0 +561720,361,71,4715,247,205,12,4,0,0,0,0,0 +561730,361,71,1527,516,490,6,0,0,0,0,0,0 +561740,361,71,79,20,17,0,0,0,0,0,0,0 +561790,361,71,123,41,37,0,0,0,0,0,0,0 +561920,361,71,78,3,0,0,0,0,0,0,0,0 +561990,361,71,345,39,27,0,0,0,0,0,0,0 +562111,361,71,823,53,23,3,0,0,0,0,0,0 +562119,361,71,0,3,0,0,0,0,0,0,0,0 +562910,361,71,424,34,24,0,0,0,0,0,0,0 +562920,361,71,19,12,3,0,0,0,0,0,0,0 +562991,361,71,58,16,14,0,0,0,0,0,0,0 +562998,361,71,30,4,0,0,0,0,0,0,0,0 +611110,361,71,3160,73,12,35,4,0,0,0,0,0 +611210,361,71,758,4,0,0,3,0,0,0,0,0 +611310,361,71,7028,7,0,0,0,0,0,0,0,0 +611420,361,71,26,6,4,0,0,0,0,0,0,0 +611430,361,71,157,24,14,0,0,0,0,0,0,0 +611511,361,71,26,4,0,0,0,0,0,0,0,0 +611513,361,71,41,3,0,0,0,0,0,0,0,0 +611519,361,71,111,10,7,0,0,0,0,0,0,0 +611610,361,71,377,60,46,0,0,0,0,0,0,0 +611620,361,71,565,61,49,3,0,0,0,0,0,0 +611630,361,71,14,3,0,0,0,0,0,0,0,0 +611691,361,71,56,12,9,0,0,0,0,0,0,0 +611692,361,71,4,3,3,0,0,0,0,0,0,0 +611699,361,71,13,9,7,0,0,0,0,0,0,0 +611710,361,71,129,21,9,0,0,0,0,0,0,0 +621111,361,71,8965,578,460,103,5,0,0,0,0,0 +621112,361,71,66,17,14,0,0,0,0,0,0,0 +621210,361,71,3400,450,424,12,0,0,0,0,0,0 +621310,361,71,299,117,108,0,0,0,0,0,0,0 +621320,361,71,211,41,32,0,0,0,0,0,0,0 +621330,361,71,283,65,53,3,0,0,0,0,0,0 +621340,361,71,1357,124,105,0,3,0,0,0,0,0 +621391,361,71,166,44,37,0,0,0,0,0,0,0 +621399,361,71,205,41,31,0,0,0,0,0,0,0 +621420,361,71,354,19,11,0,0,0,0,0,0,0 +621492,361,71,0,5,0,0,0,0,0,0,0,0 +621493,361,71,632,24,9,4,0,0,0,0,0,0 +621498,361,71,1251,60,21,14,0,0,0,0,0,0 +621511,361,71,243,27,18,0,0,0,0,0,0,0 +621512,361,71,295,24,10,0,0,0,0,0,0,0 +621610,361,71,4951,70,16,6,6,0,0,0,0,0 +621910,361,71,1388,62,19,15,0,0,0,0,0,0 +621999,361,71,111,10,0,0,0,0,0,0,0,0 +622110,361,71,12206,5,0,0,0,0,0,0,0,0 +623110,361,71,8599,54,0,0,30,3,0,0,0,0 +623210,361,71,4502,486,426,35,0,0,0,0,0,0 +623220,361,71,1282,50,19,3,0,0,0,0,0,0 +623311,361,71,0,7,3,0,0,0,0,0,0,0 +623312,361,71,1906,57,5,21,0,0,0,0,0,0 +623990,361,71,1276,31,4,7,0,0,0,0,0,0 +624110,361,71,622,39,15,7,0,0,0,0,0,0 +624120,361,71,3271,142,86,28,0,0,0,0,0,0 +624190,361,71,2055,116,59,26,0,0,0,0,0,0 +624210,361,71,113,14,7,0,0,0,0,0,0,0 +624221,361,71,392,14,0,6,0,0,0,0,0,0 +624229,361,71,511,25,14,0,0,0,0,0,0,0 +624310,361,71,438,30,13,0,0,0,0,0,0,0 +624410,361,71,5254,368,273,70,3,0,0,0,0,0 +711110,361,71,81,12,9,0,0,0,0,0,0,0 +711130,361,71,5,9,3,0,0,0,0,0,0,0 +711219,361,71,54,11,9,0,0,0,0,0,0,0 +711310,361,71,882,13,4,3,0,0,0,0,0,0 +711320,361,71,74,11,9,0,0,0,0,0,0,0 +711410,361,71,0,3,0,0,0,0,0,0,0,0 +711510,361,71,148,72,65,0,0,0,0,0,0,0 +712110,361,71,180,34,15,0,0,0,0,0,0,0 +712120,361,71,21,5,3,0,0,0,0,0,0,0 +712190,361,71,0,3,0,0,0,0,0,0,0,0 +713110,361,71,0,3,0,0,0,0,0,0,0,0 +713120,361,71,169,20,11,0,0,0,0,0,0,0 +713290,361,71,0,3,0,0,0,0,0,0,0,0 +713910,361,71,636,61,40,7,0,0,0,0,0,0 +713930,361,71,89,38,36,0,0,0,0,0,0,0 +713940,361,71,3683,129,81,14,6,0,0,0,0,0 +713950,361,71,379,24,3,0,0,0,0,0,0,0 +713990,361,71,411,96,82,3,0,0,0,0,0,0 +721110,361,71,5241,265,168,69,7,0,0,0,0,0 +721191,361,71,92,21,13,0,0,0,0,0,0,0 +721199,361,71,74,19,15,0,0,0,0,0,0,0 +721211,361,71,62,43,37,0,0,0,0,0,0,0 +721214,361,71,236,20,9,3,0,0,0,0,0,0 +721310,361,71,4,4,4,0,0,0,0,0,0,0 +722310,361,71,2745,173,119,34,0,0,0,0,0,0 +722320,361,71,571,58,36,0,0,0,0,0,0,0 +722330,361,71,2,14,14,0,0,0,0,0,0,0 +722410,361,71,1434,196,169,14,0,0,0,0,0,0 +722511,361,71,19758,1212,886,312,6,0,0,0,0,0 +722513,361,71,11126,1005,832,161,0,0,0,0,0,0 +722514,361,71,74,7,3,0,0,0,0,0,0,0 +722515,361,71,3640,308,246,44,0,0,0,0,0,0 +811111,361,71,1530,381,370,0,0,0,0,0,0,0 +811113,361,71,29,5,4,0,0,0,0,0,0,0 +811118,361,71,22,3,0,0,0,0,0,0,0,0 +811121,361,71,790,122,99,3,0,0,0,0,0,0 +811122,361,71,78,13,8,0,0,0,0,0,0,0 +811191,361,71,148,25,9,0,0,0,0,0,0,0 +811192,361,71,551,58,31,4,0,0,0,0,0,0 +811212,361,71,19,8,7,0,0,0,0,0,0,0 +811213,361,71,7,6,3,0,0,0,0,0,0,0 +811219,361,71,140,15,8,0,0,0,0,0,0,0 +811310,361,71,534,62,44,4,0,0,0,0,0,0 +811412,361,71,22,8,4,0,0,0,0,0,0,0 +811490,361,71,63,24,14,0,0,0,0,0,0,0 +812111,361,71,114,25,17,0,0,0,0,0,0,0 +812112,361,71,1597,255,227,7,0,0,0,0,0,0 +812113,361,71,538,127,114,0,0,0,0,0,0,0 +812191,361,71,64,6,3,0,0,0,0,0,0,0 +812199,361,71,382,93,85,0,0,0,0,0,0,0 +812210,361,71,431,102,86,0,0,0,0,0,0,0 +812220,361,71,129,44,35,0,0,0,0,0,0,0 +812310,361,71,84,30,28,0,0,0,0,0,0,0 +812320,361,71,386,54,39,0,0,0,0,0,0,0 +812331,361,71,0,3,0,0,0,0,0,0,0,0 +812910,361,71,320,77,59,3,0,0,0,0,0,0 +812930,361,71,59,23,19,0,0,0,0,0,0,0 +812990,361,71,63,29,24,0,0,0,0,0,0,0 +813110,361,71,4365,624,586,28,0,0,0,0,0,0 +813211,361,71,277,35,29,3,0,0,0,0,0,0 +813212,361,71,158,27,20,0,0,0,0,0,0,0 +813219,361,71,79,10,7,0,0,0,0,0,0,0 +813311,361,71,157,15,11,0,0,0,0,0,0,0 +813312,361,71,354,50,37,0,0,0,0,0,0,0 +813319,361,71,86,23,20,0,0,0,0,0,0,0 +813410,361,71,776,104,84,4,0,0,0,0,0,0 +813910,361,71,724,95,78,4,0,0,0,0,0,0 +813920,361,71,578,71,61,3,0,0,0,0,0,0 +813930,361,71,1206,82,62,6,3,0,0,0,0,0 +813940,361,71,56,8,6,0,0,0,0,0,0,0 +813990,361,71,53,24,19,0,0,0,0,0,0,0 +113310,362,72,20,8,7,0,0,0,0,0,0,0 +115210,362,72,29,8,6,0,0,0,0,0,0,0 +211120,362,72,21,8,4,0,0,0,0,0,0,0 +212321,362,72,96,16,13,0,0,0,0,0,0,0 +213112,362,72,4,4,4,0,0,0,0,0,0,0 +221112,362,72,82,7,0,0,0,0,0,0,0,0 +221122,362,72,0,17,3,0,0,0,0,0,0,0 +221210,362,72,0,16,5,3,0,0,0,0,0,0 +236115,362,72,322,132,129,0,0,0,0,0,0,0 +236116,362,72,75,7,5,0,0,0,0,0,0,0 +236117,362,72,204,34,26,3,0,0,0,0,0,0 +236118,362,72,1431,550,541,4,0,0,0,0,0,0 +236210,362,72,55,7,4,0,0,0,0,0,0,0 +236220,362,72,1888,134,103,23,0,0,0,0,0,0 +237110,362,72,281,25,13,6,0,0,0,0,0,0 +237130,362,72,245,13,7,4,0,0,0,0,0,0 +237210,362,72,58,13,12,0,0,0,0,0,0,0 +237310,362,72,452,39,31,8,0,0,0,0,0,0 +237990,362,72,37,10,9,0,0,0,0,0,0,0 +238110,362,72,379,98,92,3,0,0,0,0,0,0 +238120,362,72,114,11,7,0,0,0,0,0,0,0 +238130,362,72,223,49,46,0,0,0,0,0,0,0 +238140,362,72,429,82,73,4,0,0,0,0,0,0 +238150,362,72,297,17,7,3,0,0,0,0,0,0 +238160,362,72,732,84,71,8,0,0,0,0,0,0 +238170,362,72,133,40,38,0,0,0,0,0,0,0 +238190,362,72,67,14,12,0,0,0,0,0,0,0 +238210,362,72,2742,212,180,21,0,3,0,0,0,0 +238220,362,72,3739,326,287,31,4,0,0,0,0,0 +238290,362,72,562,27,14,5,0,0,0,0,0,0 +238310,362,72,1007,66,55,6,0,0,0,0,0,0 +238320,362,72,750,163,154,5,0,0,0,0,0,0 +238330,362,72,352,81,74,3,0,0,0,0,0,0 +238340,362,72,119,24,15,0,0,0,0,0,0,0 +238350,362,72,697,148,138,6,0,0,0,0,0,0 +238390,362,72,155,22,21,0,0,0,0,0,0,0 +238910,362,72,1147,119,100,12,0,0,0,0,0,0 +238990,362,72,585,171,162,5,0,0,0,0,0,0 +311340,362,72,0,4,3,0,0,0,0,0,0,0 +311352,362,72,390,13,5,4,0,0,0,0,0,0 +311412,362,72,0,4,0,0,0,0,0,0,0,0 +311421,362,72,17,3,0,0,0,0,0,0,0,0 +311511,362,72,899,5,0,0,0,0,0,0,0,0 +311520,362,72,0,4,0,0,0,0,0,0,0,0 +311611,362,72,0,3,0,0,0,0,0,0,0,0 +311612,362,72,442,7,0,0,0,0,0,0,0,0 +311811,362,72,276,29,24,0,0,0,0,0,0,0 +311812,362,72,244,10,7,0,0,0,0,0,0,0 +311821,362,72,0,4,0,0,0,0,0,0,0,0 +311920,362,72,48,5,4,0,0,0,0,0,0,0 +312120,362,72,201,10,0,3,0,0,0,0,0,0 +312130,362,72,68,12,11,0,0,0,0,0,0,0 +312140,362,72,0,3,3,0,0,0,0,0,0,0 +314120,362,72,6,3,3,0,0,0,0,0,0,0 +314910,362,72,123,3,0,0,0,0,0,0,0,0 +314999,362,72,198,15,12,0,0,0,0,0,0,0 +316998,362,72,12,5,4,0,0,0,0,0,0,0 +321113,362,72,220,8,0,0,0,0,0,0,0,0 +321912,362,72,145,3,0,0,0,0,0,0,0,0 +321920,362,72,191,11,0,4,0,0,0,0,0,0 +321999,362,72,132,10,3,0,0,0,0,0,0,0 +322211,362,72,97,3,0,3,0,0,0,0,0,0 +322212,362,72,0,4,0,0,0,0,0,0,0,0 +322219,362,72,0,3,0,0,0,0,0,0,0,0 +322230,362,72,148,5,0,0,0,0,0,0,0,0 +323111,362,72,2158,103,76,13,6,0,0,0,0,0 +323113,362,72,103,11,9,0,0,0,0,0,0,0 +323120,362,72,46,7,5,0,0,0,0,0,0,0 +324121,362,72,73,11,6,0,0,0,0,0,0,0 +325120,362,72,0,4,0,0,0,0,0,0,0,0 +325180,362,72,1156,12,0,0,0,0,0,0,0,0 +325199,362,72,282,5,0,3,0,0,0,0,0,0 +325314,362,72,45,4,0,0,0,0,0,0,0,0 +325412,362,72,1265,7,0,0,0,0,0,0,0,0 +325612,362,72,0,3,0,0,0,0,0,0,0,0 +325991,362,72,20,3,0,0,0,0,0,0,0,0 +326111,362,72,136,3,0,0,0,0,0,0,0,0 +326140,362,72,0,3,0,0,0,0,0,0,0,0 +326199,362,72,1200,32,18,8,0,0,0,0,0,0 +326299,362,72,31,3,0,0,0,0,0,0,0,0 +327120,362,72,168,3,0,0,0,0,0,0,0,0 +327320,362,72,110,15,6,0,0,0,0,0,0,0 +327390,362,72,71,4,0,0,0,0,0,0,0,0 +327910,362,72,951,15,0,0,0,0,0,0,0,0 +327991,362,72,96,6,3,0,0,0,0,0,0,0 +331110,362,72,358,5,0,0,0,0,0,0,0,0 +331524,362,72,33,3,0,0,0,0,0,0,0,0 +332119,362,72,353,9,3,0,0,0,0,0,0,0 +332216,362,72,134,6,0,0,0,0,0,0,0,0 +332312,362,72,502,14,3,5,0,0,0,0,0,0 +332313,362,72,191,6,0,3,0,0,0,0,0,0 +332321,362,72,68,5,0,0,0,0,0,0,0,0 +332322,362,72,131,15,10,0,0,0,0,0,0,0 +332323,362,72,36,5,0,0,0,0,0,0,0,0 +332410,362,72,533,6,3,0,0,0,0,0,0,0 +332618,362,72,157,4,0,0,0,0,0,0,0,0 +332710,362,72,1158,92,71,15,0,0,0,0,0,0 +332721,362,72,953,27,14,6,3,0,0,0,0,0 +332722,362,72,0,3,0,0,0,0,0,0,0,0 +332811,362,72,0,3,0,0,0,0,0,0,0,0 +332812,362,72,353,14,4,0,0,0,0,0,0,0 +332813,362,72,86,15,8,0,0,0,0,0,0,0 +332912,362,72,0,3,0,0,0,0,0,0,0,0 +332999,362,72,300,12,4,3,0,0,0,0,0,0 +333243,362,72,22,3,0,0,0,0,0,0,0,0 +333249,362,72,345,8,0,0,0,0,0,0,0,0 +333415,362,72,247,7,0,3,0,0,0,0,0,0 +333511,362,72,119,6,3,0,0,0,0,0,0,0 +333514,362,72,131,9,3,0,0,0,0,0,0,0 +333515,362,72,169,10,3,0,0,0,0,0,0,0 +333517,362,72,0,4,0,0,0,0,0,0,0,0 +333519,362,72,170,3,0,0,0,0,0,0,0,0 +333612,362,72,251,8,0,0,0,0,0,0,0,0 +333914,362,72,0,3,0,0,0,0,0,0,0,0 +333923,362,72,213,5,0,0,0,0,0,0,0,0 +333993,362,72,295,7,4,0,0,0,0,0,0,0 +333994,362,72,236,3,0,3,0,0,0,0,0,0 +333995,362,72,0,5,0,0,0,0,0,0,0,0 +333999,362,72,1359,9,0,4,0,0,0,0,0,0 +334118,362,72,0,3,0,0,0,0,0,0,0,0 +334220,362,72,54,3,0,0,0,0,0,0,0,0 +334290,362,72,0,4,0,0,0,0,0,0,0,0 +334419,362,72,0,3,0,0,0,0,0,0,0,0 +334513,362,72,400,6,0,0,0,0,0,0,0,0 +334515,362,72,0,4,0,0,0,0,0,0,0,0 +335314,362,72,175,6,0,0,0,0,0,0,0,0 +336211,362,72,108,6,3,0,0,0,0,0,0,0 +336340,362,72,0,3,0,0,0,0,0,0,0,0 +336350,362,72,0,3,0,0,0,0,0,0,0,0 +336370,362,72,0,3,0,0,0,0,0,0,0,0 +336390,362,72,0,4,0,0,0,0,0,0,0,0 +337110,362,72,57,18,15,0,0,0,0,0,0,0 +337121,362,72,19,3,3,0,0,0,0,0,0,0 +337122,362,72,12,3,0,0,0,0,0,0,0,0 +337127,362,72,0,3,0,0,0,0,0,0,0,0 +337212,362,72,0,4,0,0,0,0,0,0,0,0 +339112,362,72,410,5,0,0,0,0,0,0,0,0 +339113,362,72,268,9,3,0,0,0,0,0,0,0 +339116,362,72,230,24,18,5,0,0,0,0,0,0 +339910,362,72,31,5,3,0,0,0,0,0,0,0 +339950,362,72,139,28,24,0,0,0,0,0,0,0 +339991,362,72,502,6,0,0,3,0,0,0,0,0 +339992,362,72,15,3,0,0,0,0,0,0,0,0 +339999,362,72,312,20,16,0,0,0,0,0,0,0 +423110,362,72,391,23,18,4,0,0,0,0,0,0 +423120,362,72,686,50,36,11,0,0,0,0,0,0 +423130,362,72,151,12,11,0,0,0,0,0,0,0 +423140,362,72,61,8,0,0,0,0,0,0,0,0 +423210,362,72,148,12,9,0,0,0,0,0,0,0 +423220,362,72,327,13,11,0,0,0,0,0,0,0 +423310,362,72,308,17,8,5,0,0,0,0,0,0 +423320,362,72,89,13,4,0,0,0,0,0,0,0 +423330,362,72,285,13,8,0,0,0,0,0,0,0 +423390,362,72,72,10,10,0,0,0,0,0,0,0 +423420,362,72,332,21,13,6,0,0,0,0,0,0 +423430,362,72,1829,16,14,0,0,0,0,0,0,0 +423440,362,72,73,9,6,0,0,0,0,0,0,0 +423450,362,72,940,42,34,0,0,0,0,0,0,0 +423460,362,72,0,5,0,0,0,0,0,0,0,0 +423490,362,72,43,9,7,0,0,0,0,0,0,0 +423510,362,72,552,38,23,10,0,0,0,0,0,0 +423610,362,72,559,48,34,10,0,0,0,0,0,0 +423620,362,72,0,6,3,0,0,0,0,0,0,0 +423690,362,72,356,31,23,0,0,0,0,0,0,0 +423710,362,72,364,26,19,0,0,0,0,0,0,0 +423720,362,72,343,30,19,0,0,0,0,0,0,0 +423730,362,72,199,27,26,0,0,0,0,0,0,0 +423740,362,72,64,5,0,0,0,0,0,0,0,0 +423810,362,72,144,6,0,0,0,0,0,0,0,0 +423820,362,72,97,8,3,0,0,0,0,0,0,0 +423830,362,72,1564,140,117,18,0,0,0,0,0,0 +423840,362,72,574,44,35,4,0,0,0,0,0,0 +423850,362,72,225,16,10,3,0,0,0,0,0,0 +423860,362,72,26,4,3,0,0,0,0,0,0,0 +423910,362,72,146,12,10,0,0,0,0,0,0,0 +423930,362,72,612,43,30,7,0,0,0,0,0,0 +423940,362,72,116,15,12,0,0,0,0,0,0,0 +423990,362,72,794,27,18,0,0,0,0,0,0,0 +424110,362,72,9,4,4,0,0,0,0,0,0,0 +424120,362,72,410,12,7,0,0,0,0,0,0,0 +424130,362,72,297,19,14,0,0,0,0,0,0,0 +424210,362,72,675,30,17,4,0,0,0,0,0,0 +424310,362,72,16,5,4,0,0,0,0,0,0,0 +424320,362,72,85,7,4,0,0,0,0,0,0,0 +424330,362,72,15,15,9,0,0,0,0,0,0,0 +424340,362,72,0,3,0,0,0,0,0,0,0,0 +424410,362,72,758,7,0,0,0,0,0,0,0,0 +424420,362,72,393,10,3,0,0,0,0,0,0,0 +424430,362,72,113,4,0,0,0,0,0,0,0,0 +424450,362,72,452,10,3,0,0,0,0,0,0,0 +424470,362,72,100,3,0,0,0,0,0,0,0,0 +424480,362,72,265,13,5,0,0,0,0,0,0,0 +424490,362,72,1713,46,35,6,0,0,0,0,0,0 +424510,362,72,121,3,0,0,0,0,0,0,0,0 +424610,362,72,46,6,4,0,0,0,0,0,0,0 +424690,362,72,368,27,21,3,0,0,0,0,0,0 +424710,362,72,117,7,0,4,0,0,0,0,0,0 +424720,362,72,71,9,0,0,0,0,0,0,0,0 +424810,362,72,731,3,0,0,0,0,0,0,0,0 +424910,362,72,69,9,6,0,0,0,0,0,0,0 +424920,362,72,50,10,8,0,0,0,0,0,0,0 +424930,362,72,67,5,0,0,0,0,0,0,0,0 +424940,362,72,150,10,0,0,0,0,0,0,0,0 +424950,362,72,59,9,3,0,0,0,0,0,0,0 +424990,362,72,189,29,22,0,0,0,0,0,0,0 +425110,362,72,11,3,0,0,0,0,0,0,0,0 +425120,362,72,1577,161,147,7,0,0,0,0,0,0 +441110,362,72,5734,115,34,65,9,0,0,0,0,0 +441120,362,72,482,83,76,0,0,0,0,0,0,0 +441210,362,72,220,10,0,0,0,0,0,0,0,0 +441222,362,72,120,20,14,0,0,0,0,0,0,0 +441228,362,72,239,25,15,3,0,0,0,0,0,0 +441310,362,72,1436,140,132,6,0,0,0,0,0,0 +441320,362,72,545,73,71,0,0,0,0,0,0,0 +442110,362,72,769,76,61,9,0,0,0,0,0,0 +442210,362,72,280,54,47,0,0,0,0,0,0,0 +442291,362,72,20,4,0,0,0,0,0,0,0,0 +442299,362,72,688,44,31,9,0,0,0,0,0,0 +443141,362,72,200,29,26,0,0,0,0,0,0,0 +443142,362,72,1011,85,68,10,0,0,0,0,0,0 +444110,362,72,0,15,0,0,11,0,0,0,0,0 +444120,362,72,79,23,19,0,0,0,0,0,0,0 +444130,362,72,880,79,53,19,0,0,0,0,0,0 +444190,362,72,1006,107,92,9,0,0,0,0,0,0 +444210,362,72,140,21,15,0,0,0,0,0,0,0 +444220,362,72,259,46,39,0,0,0,0,0,0,0 +445110,362,72,13696,348,244,58,29,3,6,0,0,0 +445120,362,72,1207,190,183,0,0,0,0,0,0,0 +445210,362,72,236,39,36,0,0,0,0,0,0,0 +445220,362,72,36,4,0,0,0,0,0,0,0,0 +445230,362,72,86,10,6,0,0,0,0,0,0,0 +445291,362,72,40,12,8,0,0,0,0,0,0,0 +445292,362,72,113,19,14,0,0,0,0,0,0,0 +445299,362,72,109,19,16,0,0,0,0,0,0,0 +445310,362,72,1258,167,155,7,0,0,0,0,0,0 +446110,362,72,3718,208,107,99,0,0,0,0,0,0 +446120,362,72,599,58,44,9,0,0,0,0,0,0 +446130,362,72,494,84,80,0,0,0,0,0,0,0 +446191,362,72,237,40,37,3,0,0,0,0,0,0 +446199,362,72,520,40,32,0,0,0,0,0,0,0 +447110,362,72,3466,303,281,12,7,0,0,0,0,0 +447190,362,72,491,48,39,3,0,0,0,0,0,0 +448110,362,72,236,30,26,0,0,0,0,0,0,0 +448120,362,72,1544,132,110,14,0,0,0,0,0,0 +448130,362,72,325,26,20,3,0,0,0,0,0,0 +448140,362,72,2460,114,57,50,0,0,0,0,0,0 +448150,362,72,269,30,22,0,0,0,0,0,0,0 +448190,362,72,805,49,32,11,0,0,0,0,0,0 +448210,362,72,1100,105,91,8,0,0,0,0,0,0 +448310,362,72,545,92,86,0,0,0,0,0,0,0 +451110,362,72,978,89,73,8,0,0,0,0,0,0 +451120,362,72,641,34,18,12,0,0,0,0,0,0 +451130,362,72,0,5,0,0,0,0,0,0,0,0 +451140,362,72,120,14,12,0,0,0,0,0,0,0 +451211,362,72,479,34,28,3,0,0,0,0,0,0 +451212,362,72,21,6,4,0,0,0,0,0,0,0 +452210,362,72,2294,23,0,11,12,0,0,0,0,0 +452311,362,72,5745,27,0,0,12,9,0,0,0,0 +452319,362,72,2135,179,153,22,0,0,0,0,0,0 +453110,362,72,323,53,45,3,0,0,0,0,0,0 +453210,362,72,177,19,8,5,0,0,0,0,0,0 +453220,362,72,660,99,90,3,0,0,0,0,0,0 +453310,362,72,395,65,58,0,0,0,0,0,0,0 +453910,362,72,542,50,40,8,0,0,0,0,0,0 +453991,362,72,127,20,12,0,0,0,0,0,0,0 +453998,362,72,659,101,92,3,0,0,0,0,0,0 +454110,362,72,1102,129,114,11,0,0,0,0,0,0 +454210,362,72,239,15,12,0,0,0,0,0,0,0 +454310,362,72,158,16,0,0,0,0,0,0,0,0 +454390,362,72,475,87,80,0,0,0,0,0,0,0 +481111,362,72,364,4,0,3,0,0,0,0,0,0 +483113,362,72,0,4,0,0,0,0,0,0,0,0 +484110,362,72,620,94,85,5,0,0,0,0,0,0 +484121,362,72,843,96,76,12,0,0,0,0,0,0 +484122,362,72,1303,30,9,14,0,0,0,0,0,0 +484210,362,72,230,38,34,3,0,0,0,0,0,0 +484220,362,72,540,94,80,6,0,0,0,0,0,0 +484230,362,72,417,20,15,3,0,0,0,0,0,0 +485210,362,72,0,3,0,0,0,0,0,0,0,0 +485310,362,72,166,25,17,0,0,0,0,0,0,0 +485320,362,72,147,10,6,3,0,0,0,0,0,0 +485410,362,72,2508,24,0,8,9,0,0,0,0,0 +485510,362,72,74,3,0,0,0,0,0,0,0,0 +485991,362,72,707,19,10,0,0,0,0,0,0,0 +485999,362,72,0,3,0,0,0,0,0,0,0,0 +486210,362,72,0,3,0,0,0,0,0,0,0,0 +487110,362,72,106,4,0,0,0,0,0,0,0,0 +487210,362,72,42,11,7,0,0,0,0,0,0,0 +488119,362,72,186,7,0,0,0,0,0,0,0,0 +488190,362,72,28,4,3,0,0,0,0,0,0,0 +488210,362,72,233,11,7,0,0,0,0,0,0,0 +488410,362,72,246,26,23,0,0,0,0,0,0,0 +488490,362,72,57,6,3,0,0,0,0,0,0,0 +488510,362,72,2510,122,96,17,6,0,0,0,0,0 +492110,362,72,1815,31,17,6,0,0,0,0,0,0 +492210,362,72,168,16,12,0,0,0,0,0,0,0 +493110,362,72,1910,47,33,5,0,0,0,0,0,0 +493120,362,72,0,4,0,0,0,0,0,0,0,0 +493130,362,72,0,4,4,0,0,0,0,0,0,0 +493190,362,72,207,10,5,0,0,0,0,0,0,0 +511110,362,72,873,19,11,3,0,0,0,0,0,0 +511120,362,72,231,19,16,0,0,0,0,0,0,0 +511130,362,72,63,8,5,0,0,0,0,0,0,0 +511140,362,72,0,4,0,0,0,0,0,0,0,0 +511210,362,72,119,13,6,3,0,0,0,0,0,0 +512110,362,72,33,28,27,0,0,0,0,0,0,0 +512131,362,72,373,15,0,5,0,0,0,0,0,0 +512191,362,72,32,4,0,0,0,0,0,0,0,0 +512240,362,72,10,5,5,0,0,0,0,0,0,0 +515112,362,72,212,11,8,0,0,0,0,0,0,0 +515120,362,72,608,10,0,0,4,0,0,0,0,0 +517311,362,72,2170,90,67,6,4,3,0,0,0,0 +517312,362,72,621,77,64,5,0,0,0,0,0,0 +517911,362,72,97,8,4,0,0,0,0,0,0,0 +517919,362,72,78,9,7,0,0,0,0,0,0,0 +518210,362,72,948,41,29,6,0,0,0,0,0,0 +519120,362,72,114,17,10,0,0,0,0,0,0,0 +519130,362,72,0,12,7,0,0,0,0,0,0,0 +522110,362,72,12760,344,309,14,0,9,5,0,0,0 +522120,362,72,0,13,13,0,0,0,0,0,0,0 +522130,362,72,865,100,91,0,0,0,0,0,0,0 +522220,362,72,74,9,6,0,0,0,0,0,0,0 +522291,362,72,0,14,12,0,0,0,0,0,0,0 +522292,362,72,497,23,15,3,0,0,0,0,0,0 +522298,362,72,60,8,6,0,0,0,0,0,0,0 +522310,362,72,73,16,12,0,0,0,0,0,0,0 +522320,362,72,433,17,10,0,0,0,0,0,0,0 +522390,362,72,28,6,4,0,0,0,0,0,0,0 +523110,362,72,245,13,7,0,0,0,0,0,0,0 +523120,362,72,606,118,111,7,0,0,0,0,0,0 +523910,362,72,47,9,8,0,0,0,0,0,0,0 +523920,362,72,525,125,115,6,0,0,0,0,0,0 +523930,362,72,651,57,52,0,0,0,0,0,0,0 +523991,362,72,32,9,7,0,0,0,0,0,0,0 +524113,362,72,563,30,24,3,0,0,0,0,0,0 +524114,362,72,5511,13,3,0,0,4,0,0,0,0 +524126,362,72,4361,59,45,4,0,0,3,0,0,0 +524210,362,72,2867,478,457,16,4,0,0,0,0,0 +524291,362,72,123,12,10,0,0,0,0,0,0,0 +524292,362,72,521,21,15,3,0,0,0,0,0,0 +524298,362,72,0,7,3,0,0,0,0,0,0,0 +531110,362,72,1616,284,268,11,0,0,0,0,0,0 +531120,362,72,755,148,139,6,0,0,0,0,0,0 +531130,362,72,90,40,38,0,0,0,0,0,0,0 +531190,362,72,47,14,10,0,0,0,0,0,0,0 +531210,362,72,678,165,160,0,0,0,0,0,0,0 +531311,362,72,1214,142,127,9,0,0,0,0,0,0 +531312,362,72,827,41,34,0,0,0,0,0,0,0 +531320,362,72,498,28,22,3,0,0,0,0,0,0 +531390,362,72,44,13,10,0,0,0,0,0,0,0 +532111,362,72,319,39,34,0,0,0,0,0,0,0 +532120,362,72,266,20,10,5,0,0,0,0,0,0 +532210,362,72,198,34,31,0,0,0,0,0,0,0 +532281,362,72,0,6,3,0,0,0,0,0,0,0 +532282,362,72,28,13,11,0,0,0,0,0,0,0 +532283,362,72,169,11,3,3,0,0,0,0,0,0 +532284,362,72,33,7,5,0,0,0,0,0,0,0 +532289,362,72,102,13,9,0,0,0,0,0,0,0 +532310,362,72,78,9,4,0,0,0,0,0,0,0 +532412,362,72,156,9,4,0,0,0,0,0,0,0 +532490,362,72,258,26,20,3,0,0,0,0,0,0 +533110,362,72,8,5,4,0,0,0,0,0,0,0 +541110,362,72,4886,670,626,38,6,0,0,0,0,0 +541191,362,72,126,22,19,0,0,0,0,0,0,0 +541199,362,72,17,5,3,0,0,0,0,0,0,0 +541211,362,72,1692,167,149,11,4,0,0,0,0,0 +541213,362,72,799,118,113,0,0,0,0,0,0,0 +541214,362,72,357,19,15,3,0,0,0,0,0,0 +541219,362,72,916,108,96,6,0,0,0,0,0,0 +541310,362,72,725,69,60,7,0,0,0,0,0,0 +541320,362,72,74,12,6,0,0,0,0,0,0,0 +541330,362,72,2203,162,132,23,0,0,0,0,0,0 +541340,362,72,25,5,3,0,0,0,0,0,0,0 +541350,362,72,43,21,19,0,0,0,0,0,0,0 +541370,362,72,155,24,17,0,0,0,0,0,0,0 +541380,362,72,678,32,28,0,0,0,0,0,0,0 +541410,362,72,23,10,9,0,0,0,0,0,0,0 +541420,362,72,19,6,5,0,0,0,0,0,0,0 +541430,362,72,94,38,34,0,0,0,0,0,0,0 +541490,362,72,4,5,5,0,0,0,0,0,0,0 +541511,362,72,4181,141,122,14,0,0,0,0,0,0 +541512,362,72,631,120,109,10,0,0,0,0,0,0 +541513,362,72,415,18,10,0,0,0,0,0,0,0 +541519,362,72,465,17,12,0,0,0,0,0,0,0 +541611,362,72,381,148,145,0,0,0,0,0,0,0 +541612,362,72,404,33,25,4,0,0,0,0,0,0 +541613,362,72,386,76,67,3,0,0,0,0,0,0 +541614,362,72,104,21,19,0,0,0,0,0,0,0 +541618,362,72,23,5,4,0,0,0,0,0,0,0 +541620,362,72,698,49,43,0,0,0,0,0,0,0 +541690,362,72,287,55,49,4,0,0,0,0,0,0 +541713,362,72,3276,12,6,0,0,0,0,0,0,0 +541714,362,72,255,14,10,0,0,0,0,0,0,0 +541715,362,72,1488,39,31,4,3,0,0,0,0,0 +541810,362,72,514,49,43,6,0,0,0,0,0,0 +541820,362,72,100,12,10,0,0,0,0,0,0,0 +541830,362,72,24,6,5,0,0,0,0,0,0,0 +541850,362,72,83,10,6,0,0,0,0,0,0,0 +541860,362,72,81,7,3,0,0,0,0,0,0,0 +541870,362,72,0,3,0,0,0,0,0,0,0,0 +541890,362,72,148,23,20,0,0,0,0,0,0,0 +541910,362,72,137,12,7,3,0,0,0,0,0,0 +541921,362,72,105,39,35,0,0,0,0,0,0,0 +541922,362,72,24,11,10,0,0,0,0,0,0,0 +541940,362,72,1498,114,93,16,0,0,0,0,0,0 +541990,362,72,104,35,30,0,0,0,0,0,0,0 +551112,362,72,122,25,22,0,0,0,0,0,0,0 +551114,362,72,11291,266,177,67,9,0,0,0,0,0 +561110,362,72,1641,88,61,17,3,0,0,0,0,0 +561210,362,72,902,75,66,4,0,0,0,0,0,0 +561311,362,72,277,23,21,0,0,0,0,0,0,0 +561312,362,72,63,16,14,0,0,0,0,0,0,0 +561320,362,72,7245,86,21,36,14,5,0,0,0,0 +561330,362,72,859,7,0,0,3,0,0,0,0,0 +561410,362,72,20,12,11,0,0,0,0,0,0,0 +561421,362,72,21,3,0,0,0,0,0,0,0,0 +561422,362,72,2016,21,3,3,0,4,0,0,0,0 +561431,362,72,57,11,8,0,0,0,0,0,0,0 +561439,362,72,528,16,13,0,0,0,0,0,0,0 +561440,362,72,4384,189,154,24,7,4,0,0,0,0 +561491,362,72,38,7,3,0,0,0,0,0,0,0 +561492,362,72,65,9,5,0,0,0,0,0,0,0 +561499,362,72,72,17,15,0,0,0,0,0,0,0 +561510,362,72,547,40,36,3,0,0,0,0,0,0 +561520,362,72,65,8,5,0,0,0,0,0,0,0 +561599,362,72,79,9,7,0,0,0,0,0,0,0 +561611,362,72,234,29,24,0,0,0,0,0,0,0 +561612,362,72,2541,28,7,8,4,0,0,0,0,0 +561613,362,72,108,4,0,3,0,0,0,0,0,0 +561621,362,72,377,22,13,6,0,0,0,0,0,0 +561622,362,72,36,11,10,0,0,0,0,0,0,0 +561710,362,72,126,21,19,0,0,0,0,0,0,0 +561720,362,72,3463,318,281,29,3,0,0,0,0,0 +561730,362,72,1469,550,543,4,0,0,0,0,0,0 +561740,362,72,125,33,29,0,0,0,0,0,0,0 +561790,362,72,176,35,29,0,0,0,0,0,0,0 +561910,362,72,95,7,4,0,0,0,0,0,0,0 +561920,362,72,285,9,6,0,0,0,0,0,0,0 +561990,362,72,307,44,38,0,0,0,0,0,0,0 +562111,362,72,953,38,27,0,0,0,0,0,0,0 +562119,362,72,18,5,4,0,0,0,0,0,0,0 +562211,362,72,30,4,4,0,0,0,0,0,0,0 +562212,362,72,0,3,0,0,0,0,0,0,0,0 +562910,362,72,306,25,18,0,0,0,0,0,0,0 +562920,362,72,243,19,13,3,0,0,0,0,0,0 +562991,362,72,40,10,4,0,0,0,0,0,0,0 +562998,362,72,17,4,0,0,0,0,0,0,0,0 +611110,362,72,6060,107,32,49,12,3,0,0,0,0 +611210,362,72,1117,5,0,0,0,0,0,0,0,0 +611310,362,72,4763,10,0,0,0,0,0,0,0,0 +611430,362,72,15,11,11,0,0,0,0,0,0,0 +611511,362,72,57,4,0,0,0,0,0,0,0,0 +611513,362,72,52,7,0,0,0,0,0,0,0,0 +611519,362,72,77,7,3,0,0,0,0,0,0,0 +611610,362,72,523,79,74,0,0,0,0,0,0,0 +611620,362,72,650,76,64,7,0,0,0,0,0,0 +611691,362,72,188,18,12,5,0,0,0,0,0,0 +611692,362,72,60,9,6,0,0,0,0,0,0,0 +611699,362,72,136,23,15,0,0,0,0,0,0,0 +611710,362,72,64,16,13,0,0,0,0,0,0,0 +621111,362,72,11316,812,675,124,8,0,0,0,0,0 +621112,362,72,177,23,19,0,0,0,0,0,0,0 +621210,362,72,3718,467,437,27,0,0,0,0,0,0 +621310,362,72,548,161,159,0,0,0,0,0,0,0 +621320,362,72,475,56,45,5,0,0,0,0,0,0 +621330,362,72,208,56,49,0,0,0,0,0,0,0 +621340,362,72,2108,125,105,14,0,0,0,0,0,0 +621391,362,72,137,38,36,0,0,0,0,0,0,0 +621399,362,72,216,45,41,0,0,0,0,0,0,0 +621410,362,72,130,9,0,0,0,0,0,0,0,0 +621420,362,72,1183,57,32,20,0,0,0,0,0,0 +621492,362,72,230,21,9,7,0,0,0,0,0,0 +621493,362,72,806,32,8,13,0,0,0,0,0,0 +621498,362,72,1470,40,19,15,0,0,0,0,0,0 +621511,362,72,447,50,44,0,0,0,0,0,0,0 +621512,362,72,716,33,21,5,0,0,0,0,0,0 +621610,362,72,5599,53,15,17,9,6,0,0,0,0 +621910,362,72,1002,19,6,3,0,0,0,0,0,0 +621991,362,72,0,6,4,0,0,0,0,0,0,0 +621999,362,72,344,16,9,3,0,0,0,0,0,0 +622110,362,72,20560,11,0,0,0,0,0,0,0,0 +622210,362,72,1022,3,0,0,0,0,0,0,0,0 +623110,362,72,8788,52,0,8,19,11,0,0,0,0 +623210,362,72,4242,351,314,31,0,0,0,0,0,0 +623220,362,72,1288,59,37,14,0,0,0,0,0,0 +623311,362,72,1725,19,0,8,0,0,0,0,0,0 +623312,362,72,2006,50,8,37,0,0,0,0,0,0 +623990,362,72,255,21,4,3,0,0,0,0,0,0 +624110,362,72,1202,51,37,8,0,0,0,0,0,0 +624120,362,72,6085,131,79,35,7,0,0,0,0,0 +624190,362,72,3314,92,58,20,6,0,0,0,0,0 +624210,362,72,219,16,8,0,0,0,0,0,0,0 +624221,362,72,292,19,13,3,0,0,0,0,0,0 +624229,362,72,498,33,26,0,0,0,0,0,0,0 +624230,362,72,96,6,3,0,0,0,0,0,0,0 +624310,362,72,1767,45,24,9,0,3,0,0,0,0 +624410,362,72,4458,302,215,80,3,0,0,0,0,0 +711110,362,72,399,15,4,4,0,0,0,0,0,0 +711130,362,72,228,12,9,0,0,0,0,0,0,0 +711211,362,72,0,4,0,0,0,0,0,0,0,0 +711212,362,72,290,4,0,0,0,0,0,0,0,0 +711310,362,72,191,12,7,0,0,0,0,0,0,0 +711320,362,72,11,9,9,0,0,0,0,0,0,0 +711410,362,72,16,7,6,0,0,0,0,0,0,0 +711510,362,72,169,38,34,0,0,0,0,0,0,0 +712110,362,72,269,14,5,0,0,0,0,0,0,0 +712120,362,72,48,3,0,0,0,0,0,0,0,0 +713120,362,72,107,13,10,0,0,0,0,0,0,0 +713290,362,72,0,14,8,0,0,0,0,0,0,0 +713910,362,72,871,52,39,9,0,0,0,0,0,0 +713930,362,72,102,18,13,0,0,0,0,0,0,0 +713940,362,72,2759,157,121,29,3,0,0,0,0,0 +713950,362,72,472,34,24,8,0,0,0,0,0,0 +713990,362,72,478,77,69,5,0,0,0,0,0,0 +721110,362,72,5110,177,103,61,5,0,0,0,0,0 +721191,362,72,4,4,4,0,0,0,0,0,0,0 +721211,362,72,34,16,13,0,0,0,0,0,0,0 +721214,362,72,74,8,4,0,0,0,0,0,0,0 +722310,362,72,5255,181,134,32,9,3,0,0,0,0 +722320,362,72,876,72,55,12,0,0,0,0,0,0 +722330,362,72,37,27,26,0,0,0,0,0,0,0 +722410,362,72,1922,275,255,17,0,0,0,0,0,0 +722511,362,72,23365,1112,697,392,21,0,0,0,0,0 +722513,362,72,16188,1000,664,330,5,0,0,0,0,0 +722514,362,72,121,12,6,0,0,0,0,0,0,0 +722515,362,72,3245,247,183,58,0,0,0,0,0,0 +811111,362,72,1669,430,424,4,0,0,0,0,0,0 +811112,362,72,30,4,0,0,0,0,0,0,0,0 +811113,362,72,91,20,18,0,0,0,0,0,0,0 +811118,362,72,47,8,7,0,0,0,0,0,0,0 +811121,362,72,1011,144,129,10,0,0,0,0,0,0 +811122,362,72,172,25,17,0,0,0,0,0,0,0 +811191,362,72,100,20,15,0,0,0,0,0,0,0 +811192,362,72,247,36,31,3,0,0,0,0,0,0 +811198,362,72,47,10,8,0,0,0,0,0,0,0 +811211,362,72,0,9,7,0,0,0,0,0,0,0 +811212,362,72,124,19,16,0,0,0,0,0,0,0 +811219,362,72,92,12,9,0,0,0,0,0,0,0 +811310,362,72,321,65,55,6,0,0,0,0,0,0 +811411,362,72,12,7,6,0,0,0,0,0,0,0 +811412,362,72,36,9,6,0,0,0,0,0,0,0 +811420,362,72,22,11,10,0,0,0,0,0,0,0 +811490,362,72,90,32,30,0,0,0,0,0,0,0 +812111,362,72,25,10,9,0,0,0,0,0,0,0 +812112,362,72,2049,389,374,11,0,0,0,0,0,0 +812113,362,72,458,133,128,0,0,0,0,0,0,0 +812191,362,72,146,13,6,4,0,0,0,0,0,0 +812199,362,72,447,109,104,0,0,0,0,0,0,0 +812210,362,72,481,105,98,0,0,0,0,0,0,0 +812220,362,72,287,47,38,4,0,0,0,0,0,0 +812310,362,72,133,30,25,0,0,0,0,0,0,0 +812320,362,72,497,63,56,4,0,0,0,0,0,0 +812331,362,72,300,5,0,0,0,0,0,0,0,0 +812332,362,72,304,6,0,0,0,0,0,0,0,0 +812910,362,72,513,92,87,4,0,0,0,0,0,0 +812921,362,72,22,3,3,0,0,0,0,0,0,0 +812930,362,72,288,19,15,0,0,0,0,0,0,0 +812990,362,72,182,38,36,0,0,0,0,0,0,0 +813110,362,72,5860,694,639,47,0,0,0,0,0,0 +813211,362,72,1061,44,41,0,0,0,0,0,0,0 +813212,362,72,113,23,18,0,0,0,0,0,0,0 +813219,362,72,222,13,6,3,0,0,0,0,0,0 +813311,362,72,259,9,6,0,0,0,0,0,0,0 +813312,362,72,232,15,8,0,0,0,0,0,0,0 +813319,362,72,274,38,35,3,0,0,0,0,0,0 +813410,362,72,1408,132,114,11,0,0,0,0,0,0 +813910,362,72,183,46,42,0,0,0,0,0,0,0 +813920,362,72,56,18,16,0,0,0,0,0,0,0 +813930,362,72,1189,135,117,10,0,0,0,0,0,0 +813940,362,72,10,6,6,0,0,0,0,0,0,0 +813990,362,72,92,38,35,0,0,0,0,0,0,0 +114111,363,73,27,25,25,0,0,0,0,0,0,0 +114112,363,73,11,9,9,0,0,0,0,0,0,0 +115114,363,73,98,4,0,0,0,0,0,0,0,0 +115210,363,73,752,166,150,0,0,0,0,0,0,0 +211120,363,73,16,4,0,0,0,0,0,0,0,0 +212311,363,73,4,3,3,0,0,0,0,0,0,0 +212321,363,73,237,24,17,3,0,0,0,0,0,0 +213112,363,73,25,11,7,0,0,0,0,0,0,0 +221111,363,73,6,4,3,0,0,0,0,0,0,0 +221112,363,73,587,22,0,0,0,0,0,0,0,0 +221113,363,73,0,4,0,0,0,0,0,0,0,0 +221114,363,73,113,8,6,0,0,0,0,0,0,0 +221122,363,73,0,153,43,36,11,4,0,0,0,0 +221210,363,73,200,44,6,3,0,0,0,0,0,0 +221310,363,73,514,42,31,0,0,0,0,0,0,0 +221320,363,73,193,20,3,0,0,0,0,0,0,0 +221330,363,73,0,3,0,0,0,0,0,0,0,0 +236115,363,73,8584,2108,2042,42,0,0,0,0,0,0 +236116,363,73,5109,334,262,33,5,0,0,0,0,0 +236117,363,73,2142,522,490,7,0,0,0,0,0,0 +236118,363,73,27072,7955,7766,167,0,0,0,0,0,0 +236210,363,73,495,75,58,0,0,0,0,0,0,0 +236220,363,73,26675,1701,1384,269,20,5,0,0,0,0 +237110,363,73,2711,194,143,14,0,0,0,0,0,0 +237120,363,73,0,6,0,0,0,0,0,0,0,0 +237130,363,73,2551,91,58,0,0,0,0,0,0,0 +237210,363,73,628,128,116,0,0,0,0,0,0,0 +237310,363,73,7007,230,146,41,9,0,0,0,0,0 +237990,363,73,4549,120,84,3,0,3,0,0,0,0 +238110,363,73,8542,456,368,53,0,0,0,0,0,0 +238120,363,73,3641,202,149,22,0,0,0,0,0,0 +238130,363,73,1912,385,356,3,0,0,0,0,0,0 +238140,363,73,7389,1097,1023,44,3,0,0,0,0,0 +238150,363,73,3152,318,276,20,0,0,0,0,0,0 +238160,363,73,2815,429,379,18,0,0,0,0,0,0 +238170,363,73,869,254,237,4,0,0,0,0,0,0 +238190,363,73,1913,204,169,10,0,0,0,0,0,0 +238210,363,73,42813,3890,3469,346,52,4,0,0,0,0 +238220,363,73,46356,5393,4872,473,32,3,0,0,0,0 +238290,363,73,7543,378,293,46,12,4,0,0,0,0 +238310,363,73,9402,785,669,77,7,0,0,0,0,0 +238320,363,73,8691,1970,1893,53,0,0,0,0,0,0 +238330,363,73,2631,678,651,6,0,0,0,0,0,0 +238340,363,73,3148,576,536,12,0,0,0,0,0,0 +238350,363,73,8893,2087,2010,59,3,0,0,0,0,0 +238390,363,73,2518,279,235,18,0,0,0,0,0,0 +238910,363,73,9308,783,689,73,3,0,0,0,0,0 +238990,363,73,7604,1163,1081,51,3,0,0,0,0,0 +311340,363,73,267,17,6,0,0,0,0,0,0,0 +311351,363,73,75,6,0,0,0,0,0,0,0,0 +311352,363,73,480,49,27,0,0,0,0,0,0,0 +311412,363,73,393,13,0,0,0,0,0,0,0,0 +311421,363,73,169,21,6,4,0,0,0,0,0,0 +311422,363,73,92,3,0,0,0,0,0,0,0,0 +311511,363,73,0,6,0,0,0,0,0,0,0,0 +311513,363,73,218,6,3,0,0,0,0,0,0,0 +311520,363,73,70,15,6,0,0,0,0,0,0,0 +311611,363,73,105,9,3,0,0,0,0,0,0,0 +311612,363,73,764,24,4,3,3,0,0,0,0,0 +311615,363,73,60,7,0,0,0,0,0,0,0,0 +311710,363,73,0,5,0,0,0,0,0,0,0,0 +311811,363,73,6426,741,654,64,0,0,0,0,0,0 +311812,363,73,5130,220,137,39,7,0,0,0,0,0 +311813,363,73,206,8,0,0,0,0,0,0,0,0 +311821,363,73,626,20,0,0,0,0,0,0,0,0 +311824,363,73,300,15,6,0,0,0,0,0,0,0 +311919,363,73,17,6,0,0,0,0,0,0,0,0 +311920,363,73,357,30,15,0,0,0,0,0,0,0 +311942,363,73,0,5,0,0,0,0,0,0,0,0 +311991,363,73,910,47,30,0,0,0,0,0,0,0 +311999,363,73,30,12,6,0,0,0,0,0,0,0 +312111,363,73,7,10,5,0,0,0,0,0,0,0 +312120,363,73,648,47,26,3,0,0,0,0,0,0 +312130,363,73,575,61,42,6,0,0,0,0,0,0 +312140,363,73,88,18,11,0,0,0,0,0,0,0 +313210,363,73,71,11,6,0,0,0,0,0,0,0 +313220,363,73,35,3,0,0,0,0,0,0,0,0 +313240,363,73,52,12,5,0,0,0,0,0,0,0 +313310,363,73,291,48,32,0,0,0,0,0,0,0 +314120,363,73,610,64,37,0,0,0,0,0,0,0 +314910,363,73,610,54,33,0,0,0,0,0,0,0 +314999,363,73,423,61,37,3,0,0,0,0,0,0 +315190,363,73,215,17,7,3,0,0,0,0,0,0 +315210,363,73,4364,462,400,49,0,0,0,0,0,0 +315220,363,73,375,59,48,0,0,0,0,0,0,0 +315240,363,73,2919,253,219,26,0,0,0,0,0,0 +315280,363,73,564,51,44,4,0,0,0,0,0,0 +315990,363,73,611,63,48,3,0,0,0,0,0,0 +316110,363,73,40,5,3,0,0,0,0,0,0,0 +316210,363,73,31,8,5,0,0,0,0,0,0,0 +316992,363,73,97,14,8,0,0,0,0,0,0,0 +316998,363,73,329,17,10,0,0,0,0,0,0,0 +321113,363,73,12,7,3,0,0,0,0,0,0,0 +321911,363,73,155,15,6,0,0,0,0,0,0,0 +321918,363,73,428,55,38,0,0,0,0,0,0,0 +321920,363,73,309,26,13,0,0,0,0,0,0,0 +321992,363,73,9,3,0,0,0,0,0,0,0,0 +321999,363,73,349,82,57,0,0,0,0,0,0,0 +322211,363,73,187,7,0,0,0,0,0,0,0,0 +322212,363,73,263,6,3,0,0,0,0,0,0,0 +322220,363,73,326,16,6,0,0,0,0,0,0,0 +322230,363,73,169,10,3,0,0,0,0,0,0,0 +322291,363,73,474,5,0,0,0,0,0,0,0,0 +322299,363,73,127,8,3,0,0,0,0,0,0,0 +323111,363,73,7829,857,760,66,6,0,0,0,0,0 +323113,363,73,954,122,98,3,0,0,0,0,0,0 +323117,363,73,57,20,15,0,0,0,0,0,0,0 +323120,363,73,759,74,57,4,0,0,0,0,0,0 +324121,363,73,113,26,12,0,0,0,0,0,0,0 +325180,363,73,53,4,0,0,0,0,0,0,0,0 +325199,363,73,180,5,0,3,0,0,0,0,0,0 +325211,363,73,110,9,4,0,0,0,0,0,0,0 +325411,363,73,1186,17,0,0,3,0,0,0,0,0 +325412,363,73,9911,52,8,9,6,5,5,0,0,0 +325414,363,73,0,4,0,0,0,0,0,0,0,0 +325510,363,73,327,21,11,0,0,0,0,0,0,0 +325520,363,73,8,3,3,0,0,0,0,0,0,0 +325611,363,73,297,18,6,0,0,0,0,0,0,0 +325620,363,73,1970,62,27,0,0,0,0,0,0,0 +325910,363,73,32,3,0,0,0,0,0,0,0,0 +325991,363,73,56,3,0,0,0,0,0,0,0,0 +325998,363,73,139,9,5,0,0,0,0,0,0,0 +326111,363,73,379,11,0,3,0,0,0,0,0,0 +326112,363,73,357,5,0,0,0,0,0,0,0,0 +326113,363,73,0,3,0,0,0,0,0,0,0,0 +326191,363,73,0,3,0,0,0,0,0,0,0,0 +326199,363,73,3971,124,60,26,4,0,0,0,0,0 +326291,363,73,34,4,0,0,0,0,0,0,0,0 +326299,363,73,42,3,3,0,0,0,0,0,0,0 +327110,363,73,12,6,0,0,0,0,0,0,0,0 +327212,363,73,5,3,3,0,0,0,0,0,0,0 +327215,363,73,726,40,24,3,0,0,0,0,0,0 +327320,363,73,1463,75,27,18,0,0,0,0,0,0 +327331,363,73,117,5,0,3,0,0,0,0,0,0 +327390,363,73,250,12,6,0,0,0,0,0,0,0 +327420,363,73,0,3,0,0,0,0,0,0,0,0 +327991,363,73,542,65,43,3,0,0,0,0,0,0 +327999,363,73,33,4,0,0,0,0,0,0,0,0 +331221,363,73,12,4,3,0,0,0,0,0,0,0 +331410,363,73,54,8,7,0,0,0,0,0,0,0 +331492,363,73,0,3,0,0,0,0,0,0,0,0 +331523,363,73,98,3,0,0,0,0,0,0,0,0 +331524,363,73,0,3,0,0,0,0,0,0,0,0 +331529,363,73,12,3,0,0,0,0,0,0,0,0 +332119,363,73,541,34,10,8,0,0,0,0,0,0 +332216,363,73,116,3,0,0,0,0,0,0,0,0 +332311,363,73,79,3,0,0,0,0,0,0,0,0 +332312,363,73,728,53,31,4,0,0,0,0,0,0 +332313,363,73,99,7,0,0,0,0,0,0,0,0 +332321,363,73,1974,64,26,14,0,0,0,0,0,0 +332322,363,73,2001,114,71,14,0,0,0,0,0,0 +332323,363,73,1369,136,93,10,0,0,0,0,0,0 +332410,363,73,34,9,0,0,0,0,0,0,0,0 +332420,363,73,0,3,0,0,0,0,0,0,0,0 +332510,363,73,133,4,0,0,0,0,0,0,0,0 +332618,363,73,11,3,0,0,0,0,0,0,0,0 +332710,363,73,1795,234,192,10,0,0,0,0,0,0 +332721,363,73,829,45,28,9,0,0,0,0,0,0 +332722,363,73,409,19,9,3,0,0,0,0,0,0 +332811,363,73,72,3,0,3,0,0,0,0,0,0 +332812,363,73,561,47,33,0,0,0,0,0,0,0 +332813,363,73,257,32,15,0,0,0,0,0,0,0 +332912,363,73,0,3,0,0,0,0,0,0,0,0 +332913,363,73,75,3,0,0,0,0,0,0,0,0 +332996,363,73,55,6,0,0,0,0,0,0,0,0 +332999,363,73,1164,72,43,0,0,0,0,0,0,0 +333241,363,73,177,5,0,0,0,0,0,0,0,0 +333242,363,73,68,3,0,0,0,0,0,0,0,0 +333249,363,73,315,30,16,4,0,0,0,0,0,0 +333314,363,73,0,5,3,0,0,0,0,0,0,0 +333316,363,73,0,3,0,0,0,0,0,0,0,0 +333318,363,73,81,8,0,0,0,0,0,0,0,0 +333414,363,73,0,3,0,0,0,0,0,0,0,0 +333415,363,73,111,16,0,0,0,0,0,0,0,0 +333511,363,73,50,10,4,0,0,0,0,0,0,0 +333514,363,73,226,13,6,0,0,0,0,0,0,0 +333515,363,73,19,13,5,0,0,0,0,0,0,0 +333517,363,73,82,7,4,0,0,0,0,0,0,0 +333612,363,73,0,3,0,0,0,0,0,0,0,0 +333618,363,73,13,3,0,0,0,0,0,0,0,0 +333914,363,73,148,6,0,0,0,0,0,0,0,0 +333921,363,73,300,16,5,0,0,0,0,0,0,0 +333922,363,73,106,8,0,0,0,0,0,0,0,0 +333993,363,73,107,6,0,0,0,0,0,0,0,0 +333999,363,73,389,12,4,0,0,0,0,0,0,0 +334111,363,73,63,8,0,0,0,0,0,0,0,0 +334118,363,73,54,8,3,0,0,0,0,0,0,0 +334220,363,73,397,14,4,0,0,0,0,0,0,0 +334290,363,73,0,6,0,0,0,0,0,0,0,0 +334310,363,73,44,8,3,0,0,0,0,0,0,0 +334412,363,73,23,5,3,0,0,0,0,0,0,0 +334413,363,73,385,17,3,0,0,0,0,0,0,0 +334416,363,73,549,13,3,3,0,0,0,0,0,0 +334417,363,73,101,9,0,0,0,0,0,0,0,0 +334418,363,73,515,17,5,0,0,0,0,0,0,0 +334419,363,73,1032,35,12,8,0,0,0,0,0,0 +334510,363,73,575,20,3,4,0,0,0,0,0,0 +334511,363,73,2100,5,0,0,0,0,0,0,0,0 +334513,363,73,127,9,3,0,0,0,0,0,0,0 +334515,363,73,520,10,3,0,0,0,0,0,0,0 +334516,363,73,152,7,0,4,0,0,0,0,0,0 +334517,363,73,105,3,0,0,0,0,0,0,0,0 +334519,363,73,374,19,0,0,0,0,0,0,0,0 +334614,363,73,306,23,13,6,0,0,0,0,0,0 +335121,363,73,105,21,16,0,0,0,0,0,0,0 +335122,363,73,708,22,0,0,0,0,0,0,0,0 +335129,363,73,37,3,0,0,0,0,0,0,0,0 +335312,363,73,101,8,3,0,0,0,0,0,0,0 +335313,363,73,390,11,0,0,0,0,0,0,0,0 +335314,363,73,628,11,0,0,0,0,0,0,0,0 +335999,363,73,250,15,3,3,0,0,0,0,0,0 +336211,363,73,0,4,0,0,0,0,0,0,0,0 +336310,363,73,14,7,7,0,0,0,0,0,0,0 +336320,363,73,281,4,0,0,0,0,0,0,0,0 +336350,363,73,16,3,0,0,0,0,0,0,0,0 +336390,363,73,103,4,0,0,0,0,0,0,0,0 +336412,363,73,305,9,0,3,0,0,0,0,0,0 +336413,363,73,1574,22,6,6,0,4,0,0,0,0 +336611,363,73,0,6,0,0,0,0,0,0,0,0 +336612,363,73,75,9,5,0,0,0,0,0,0,0 +337110,363,73,1690,222,181,10,0,0,0,0,0,0 +337121,363,73,466,53,30,0,0,0,0,0,0,0 +337122,363,73,858,151,129,6,0,0,0,0,0,0 +337124,363,73,104,13,6,0,0,0,0,0,0,0 +337125,363,73,41,3,0,0,0,0,0,0,0,0 +337127,363,73,184,14,3,3,0,0,0,0,0,0 +337211,363,73,168,22,9,0,0,0,0,0,0,0 +337212,363,73,1196,99,69,7,0,0,0,0,0,0 +337214,363,73,42,4,3,0,0,0,0,0,0,0 +337215,363,73,679,42,22,3,0,0,0,0,0,0 +337910,363,73,60,3,0,0,0,0,0,0,0,0 +337920,363,73,42,12,8,0,0,0,0,0,0,0 +339112,363,73,244,24,6,0,0,0,0,0,0,0 +339113,363,73,1676,59,33,0,0,0,0,0,0,0 +339114,363,73,35,15,8,0,0,0,0,0,0,0 +339115,363,73,26,10,0,0,0,0,0,0,0,0 +339116,363,73,1329,292,268,4,0,0,0,0,0,0 +339910,363,73,4054,417,363,34,0,0,0,0,0,0 +339920,363,73,75,14,7,0,0,0,0,0,0,0 +339930,363,73,97,14,6,0,0,0,0,0,0,0 +339940,363,73,391,11,0,0,0,0,0,0,0,0 +339950,363,73,2736,255,213,17,0,0,0,0,0,0 +339992,363,73,58,25,14,0,0,0,0,0,0,0 +339993,363,73,68,3,0,0,0,0,0,0,0,0 +339994,363,73,266,8,3,0,0,0,0,0,0,0 +339999,363,73,2264,261,217,14,0,0,0,0,0,0 +423110,363,73,1214,196,164,6,0,0,0,0,0,0 +423120,363,73,4192,407,337,45,0,0,0,0,0,0 +423130,363,73,524,46,27,3,0,0,0,0,0,0 +423140,363,73,395,45,26,0,0,0,0,0,0,0 +423210,363,73,3465,388,342,21,4,0,0,0,0,0 +423220,363,73,9376,753,650,76,11,0,0,0,0,0 +423310,363,73,3276,250,194,27,3,0,0,0,0,0 +423320,363,73,1362,134,104,6,0,0,0,0,0,0 +423330,363,73,512,52,21,4,0,0,0,0,0,0 +423390,363,73,1300,123,90,4,0,0,0,0,0,0 +423410,363,73,2264,62,34,3,0,0,0,0,0,0 +423420,363,73,3134,346,310,13,4,0,0,0,0,0 +423430,363,73,4888,297,236,31,4,0,0,0,0,0 +423440,363,73,1861,263,230,20,0,0,0,0,0,0 +423450,363,73,5585,458,396,28,6,0,0,0,0,0 +423460,363,73,2462,119,83,8,0,0,0,0,0,0 +423490,363,73,1196,98,79,0,0,0,0,0,0,0 +423510,363,73,2908,347,294,20,3,0,0,0,0,0 +423520,363,73,0,8,3,0,0,0,0,0,0,0 +423610,363,73,6260,549,459,68,3,0,0,0,0,0 +423620,363,73,1361,182,155,7,0,0,0,0,0,0 +423690,363,73,7763,693,599,62,7,0,0,0,0,0 +423710,363,73,2427,242,194,17,0,0,0,0,0,0 +423720,363,73,1814,202,162,17,0,0,0,0,0,0 +423730,363,73,1604,164,138,7,0,0,0,0,0,0 +423740,363,73,186,27,15,0,0,0,0,0,0,0 +423810,363,73,338,51,31,0,0,0,0,0,0,0 +423820,363,73,162,37,26,0,0,0,0,0,0,0 +423830,363,73,5135,572,504,37,3,0,0,0,0,0 +423840,363,73,2089,238,201,14,0,0,0,0,0,0 +423850,363,73,2860,266,219,12,0,0,0,0,0,0 +423860,363,73,762,62,41,6,0,0,0,0,0,0 +423910,363,73,1244,177,146,10,0,0,0,0,0,0 +423920,363,73,968,166,149,0,0,0,0,0,0,0 +423930,363,73,3035,313,251,34,0,0,0,0,0,0 +423940,363,73,14897,2422,2293,99,8,0,0,0,0,0 +423990,363,73,3404,540,491,16,0,0,0,0,0,0 +424110,363,73,393,41,26,0,0,0,0,0,0,0 +424120,363,73,2433,221,188,13,0,0,0,0,0,0 +424130,363,73,3118,317,271,30,0,0,0,0,0,0 +424210,363,73,21747,873,735,76,20,6,3,0,0,0 +424310,363,73,3900,486,435,32,3,0,0,0,0,0 +424320,363,73,7641,601,522,51,12,0,0,0,0,0 +424330,363,73,24233,1860,1603,200,32,5,0,0,0,0 +424340,363,73,2874,212,178,16,3,0,0,0,0,0 +424410,363,73,4984,259,191,35,4,0,0,0,0,0 +424420,363,73,2770,242,196,18,0,0,0,0,0,0 +424430,363,73,2440,198,145,17,0,0,0,0,0,0 +424440,363,73,258,29,17,0,0,0,0,0,0,0 +424450,363,73,2564,205,158,12,0,0,0,0,0,0 +424460,363,73,1902,250,219,12,0,0,0,0,0,0 +424470,363,73,4250,335,288,24,0,0,0,0,0,0 +424480,363,73,4474,439,373,35,4,0,0,0,0,0 +424490,363,73,16868,1406,1237,129,14,3,0,0,0,0 +424510,363,73,76,27,14,0,0,0,0,0,0,0 +424590,363,73,264,36,19,3,0,0,0,0,0,0 +424610,363,73,1052,111,84,7,0,0,0,0,0,0 +424690,363,73,2733,293,241,24,0,0,0,0,0,0 +424710,363,73,701,59,33,9,0,0,0,0,0,0 +424720,363,73,1004,75,46,0,0,0,0,0,0,0 +424810,363,73,2234,96,67,0,0,0,0,0,0,0 +424820,363,73,6311,268,210,20,5,0,0,0,0,0 +424910,363,73,367,67,52,0,0,0,0,0,0,0 +424920,363,73,1443,129,113,3,0,0,0,0,0,0 +424930,363,73,1275,177,145,9,0,0,0,0,0,0 +424940,363,73,203,62,53,0,0,0,0,0,0,0 +424950,363,73,928,91,68,0,0,0,0,0,0,0 +424990,363,73,5736,1014,952,35,0,0,0,0,0,0 +425110,363,73,62,35,32,0,0,0,0,0,0,0 +425120,363,73,7960,2369,2300,41,0,0,0,0,0,0 +441110,363,73,28419,541,149,294,64,0,0,0,0,0 +441120,363,73,1650,469,451,0,0,0,0,0,0,0 +441210,363,73,16,8,4,0,0,0,0,0,0,0 +441222,363,73,693,97,80,4,0,0,0,0,0,0 +441228,363,73,680,82,59,4,0,0,0,0,0,0 +441310,363,73,5100,668,620,39,0,0,0,0,0,0 +441320,363,73,3012,407,377,11,0,0,0,0,0,0 +442110,363,73,7142,1178,1091,64,0,0,0,0,0,0 +442210,363,73,1913,415,390,3,0,0,0,0,0,0 +442291,363,73,547,151,145,0,0,0,0,0,0,0 +442299,363,73,10311,725,579,112,4,0,0,0,0,0 +443141,363,73,2444,268,203,40,0,0,0,0,0,0 +443142,363,73,15144,1573,1479,36,23,4,0,0,0,0 +444110,363,73,6331,146,43,9,59,16,0,0,0,0 +444120,363,73,1058,215,191,0,0,0,0,0,0,0 +444130,363,73,4259,678,623,28,0,0,0,0,0,0 +444190,363,73,10390,1345,1231,98,3,0,0,0,0,0 +444210,363,73,363,63,46,3,0,0,0,0,0,0 +444220,363,73,1460,247,218,7,0,0,0,0,0,0 +445110,363,73,114774,8693,7551,828,265,38,3,0,0,0 +445120,363,73,7597,1648,1602,36,0,0,0,0,0,0 +445210,363,73,3434,585,543,19,0,0,0,0,0,0 +445220,363,73,1759,361,342,3,0,0,0,0,0,0 +445230,363,73,2924,498,461,17,0,0,0,0,0,0 +445291,363,73,2406,352,327,9,0,0,0,0,0,0 +445292,363,73,1394,213,189,6,0,0,0,0,0,0 +445299,363,73,2405,400,374,7,0,0,0,0,0,0 +445310,363,73,8639,2424,2372,31,0,0,0,0,0,0 +446110,363,73,48795,3781,2948,813,12,0,0,0,0,0 +446120,363,73,10481,1171,1044,111,7,0,0,0,0,0 +446130,363,73,6052,961,917,34,0,0,0,0,0,0 +446191,363,73,2307,549,532,4,0,0,0,0,0,0 +446199,363,73,1910,309,277,7,0,0,0,0,0,0 +447110,363,73,7963,1682,1658,17,0,0,0,0,0,0 +447190,363,73,3424,835,822,0,0,0,0,0,0,0 +448110,363,73,4972,613,557,33,4,0,0,0,0,0 +448120,363,73,26918,2350,2095,206,11,0,3,0,0,0 +448130,363,73,5924,485,393,65,3,0,0,0,0,0 +448140,363,73,42928,1397,796,504,79,6,0,0,0,0 +448150,363,73,4293,622,572,37,0,0,0,0,0,0 +448190,363,73,7389,691,579,75,3,0,0,0,0,0 +448210,363,73,16230,1452,1276,148,7,0,0,0,0,0 +448310,363,73,7502,1813,1768,22,0,0,0,0,0,0 +448320,363,73,645,104,86,0,0,0,0,0,0,0 +451110,363,73,6122,762,651,82,0,0,0,0,0,0 +451120,363,73,6055,337,228,57,0,0,0,0,0,0 +451130,363,73,742,173,152,3,0,0,0,0,0,0 +451140,363,73,1093,141,101,4,0,0,0,0,0,0 +451211,363,73,3469,275,206,35,0,0,0,0,0,0 +451212,363,73,622,291,281,0,0,0,0,0,0,0 +452210,363,73,17100,95,0,6,55,14,0,0,0,0 +452311,363,73,28053,124,0,0,68,38,0,0,0,0 +452319,363,73,13187,1685,1466,211,0,0,0,0,0,0 +453110,363,73,2779,750,726,3,0,0,0,0,0,0 +453210,363,73,3818,326,219,90,0,0,0,0,0,0 +453220,363,73,7402,1186,1097,64,3,0,0,0,0,0 +453310,363,73,3403,616,583,16,0,0,0,0,0,0 +453910,363,73,3874,508,445,38,0,0,0,0,0,0 +453920,363,73,4645,701,669,15,3,0,0,0,0,0 +453991,363,73,794,343,325,0,0,0,0,0,0,0 +453998,363,73,2622,683,665,5,0,0,0,0,0,0 +454110,363,73,23005,3110,2946,104,28,11,0,0,0,0 +454210,363,73,1405,144,111,6,0,0,0,0,0,0 +454310,363,73,6016,417,348,45,5,0,0,0,0,0 +454390,363,73,4235,1015,977,17,0,0,0,0,0,0 +481111,363,73,25127,121,62,30,6,0,4,0,0,0 +481112,363,73,293,18,16,0,0,0,0,0,0,0 +481211,363,73,621,61,43,6,0,0,0,0,0,0 +481212,363,73,0,6,0,0,0,0,0,0,0,0 +481219,363,73,20,7,6,0,0,0,0,0,0,0 +483111,363,73,50,11,0,6,0,0,0,0,0,0 +483113,363,73,869,61,51,0,0,0,0,0,0,0 +483211,363,73,10,6,0,0,0,0,0,0,0,0 +483212,363,73,405,12,6,3,0,0,0,0,0,0 +484110,363,73,7143,1266,1187,63,0,0,0,0,0,0 +484121,363,73,2042,600,569,3,0,0,0,0,0,0 +484122,363,73,2599,132,86,16,3,0,0,0,0,0 +484210,363,73,5336,526,446,52,0,0,0,0,0,0 +484220,363,73,4507,534,486,31,0,0,0,0,0,0 +484230,363,73,813,126,99,0,0,0,0,0,0,0 +485111,363,73,8,4,3,0,0,0,0,0,0,0 +485113,363,73,2315,94,44,3,6,0,0,0,0,0 +485119,363,73,14,15,14,0,0,0,0,0,0,0 +485210,363,73,1143,70,44,0,0,0,0,0,0,0 +485310,363,73,3882,852,808,20,0,0,0,0,0,0 +485320,363,73,5090,893,815,50,3,0,0,0,0,0 +485410,363,73,31958,266,72,76,40,26,10,0,0,0 +485510,363,73,1938,83,49,4,0,0,0,0,0,0 +485991,363,73,7796,254,166,39,13,0,0,0,0,0 +485999,363,73,782,133,119,0,0,0,0,0,0,0 +486210,363,73,134,7,0,0,0,0,0,0,0,0 +487110,363,73,875,40,28,3,0,0,0,0,0,0 +487210,363,73,1110,71,50,4,0,0,0,0,0,0 +487990,363,73,99,5,0,0,0,0,0,0,0,0 +488111,363,73,15,3,0,0,0,0,0,0,0,0 +488119,363,73,8252,69,15,27,4,3,4,0,0,0 +488190,363,73,1555,59,35,4,0,0,0,0,0,0 +488310,363,73,19,7,3,0,0,0,0,0,0,0 +488330,363,73,416,35,23,3,0,0,0,0,0,0 +488390,363,73,184,16,7,0,0,0,0,0,0,0 +488410,363,73,1253,322,288,6,0,0,0,0,0,0 +488490,363,73,1056,88,68,0,0,0,0,0,0,0 +488510,363,73,11644,1321,1189,107,7,0,0,0,0,0 +488991,363,73,415,61,43,0,0,0,0,0,0,0 +488999,363,73,1,3,3,0,0,0,0,0,0,0 +492110,363,73,19991,404,285,35,32,8,0,0,0,0 +492210,363,73,4040,361,307,31,4,0,0,0,0,0 +493110,363,73,6155,226,144,31,6,0,0,0,0,0 +493120,363,73,60,3,0,0,0,0,0,0,0,0 +493190,363,73,631,64,24,8,0,0,0,0,0,0 +511110,363,73,11339,276,205,36,0,0,0,0,0,0 +511120,363,73,14900,414,302,59,17,9,0,0,0,0 +511130,363,73,13664,239,162,28,15,4,5,0,0,0 +511140,363,73,637,29,16,0,0,0,0,0,0,0 +511191,363,73,21,5,3,0,0,0,0,0,0,0 +511199,363,73,240,31,18,0,0,0,0,0,0,0 +511210,363,73,15730,636,487,93,19,4,0,0,0,0 +512110,363,73,19506,1841,1722,61,18,10,0,4,0,0 +512120,363,73,872,71,53,8,0,0,0,0,0,0 +512131,363,73,5028,154,57,53,8,0,0,0,0,0 +512191,363,73,3742,369,318,35,3,3,0,0,0,0 +512199,363,73,155,17,13,0,0,0,0,0,0,0 +512230,363,73,1356,113,95,9,0,0,0,0,0,0 +512240,363,73,734,239,229,3,0,0,0,0,0,0 +512250,363,73,2665,93,78,9,0,0,0,0,0,0 +512290,363,73,139,32,18,0,0,0,0,0,0,0 +515111,363,73,1818,28,14,3,0,0,0,0,0,0 +515112,363,73,5231,90,46,21,0,4,0,0,0,0 +515120,363,73,10137,108,60,20,9,5,0,0,0,0 +515210,363,73,17483,97,33,26,10,5,4,0,0,0 +517311,363,73,27285,948,727,121,58,8,0,3,0,0 +517312,363,73,8278,948,868,59,0,0,0,0,0,0 +517410,363,73,54,7,4,0,0,0,0,0,0,0 +517911,363,73,1507,194,173,3,0,0,0,0,0,0 +517919,363,73,2435,177,153,4,3,0,0,0,0,0 +518210,363,73,25320,747,551,110,33,10,5,0,0,0 +519110,363,73,1259,37,26,10,0,0,0,0,0,0 +519120,363,73,4492,243,157,60,4,0,0,0,0,0 +519130,363,73,38482,738,571,83,36,14,5,5,0,0 +519190,363,73,1205,36,25,4,0,0,0,0,0,0 +522110,363,73,99776,3304,2859,314,51,20,21,9,3,0 +522120,363,73,7023,517,461,17,0,0,0,0,0,0 +522130,363,73,6043,328,251,40,0,0,0,0,0,0 +522210,363,73,243,48,41,0,0,0,0,0,0,0 +522220,363,73,2313,164,129,7,0,0,0,0,0,0 +522291,363,73,1417,165,140,10,0,0,0,0,0,0 +522292,363,73,6546,297,226,35,11,0,0,0,0,0 +522293,363,73,76,19,18,0,0,0,0,0,0,0 +522294,363,73,0,6,0,0,0,0,0,0,0,0 +522298,363,73,3765,265,232,18,4,0,0,0,0,0 +522310,363,73,1860,305,278,7,0,0,0,0,0,0 +522320,363,73,5376,429,375,15,3,0,0,0,0,0 +522390,363,73,5248,705,670,16,0,0,0,0,0,0 +523110,363,73,59736,574,433,68,26,13,7,6,4,0 +523120,363,73,28941,1418,1197,142,35,7,6,3,0,0 +523130,363,73,1349,81,63,3,3,0,0,0,0,0 +523140,363,73,2046,73,59,5,3,0,0,0,0,0 +523210,363,73,2867,19,7,6,0,0,3,0,0,0 +523910,363,73,8237,685,618,50,5,0,0,0,0,0 +523920,363,73,57685,2220,1815,264,77,30,4,8,0,0 +523930,363,73,11153,1197,1100,68,10,4,0,0,0,0 +523991,363,73,1813,96,72,6,0,0,0,0,0,0 +523999,363,73,1508,57,40,4,5,0,0,0,0,0 +524113,363,73,19650,348,226,62,19,15,4,0,0,0 +524114,363,73,10808,135,74,14,7,0,0,0,0,0 +524126,363,73,21488,322,201,61,18,8,4,0,0,0 +524127,363,73,1266,88,58,3,0,0,0,0,0,0 +524130,363,73,1667,23,0,8,6,0,0,0,0,0 +524210,363,73,31098,4498,4259,198,24,0,3,0,0,0 +524291,363,73,1794,194,169,10,0,0,0,0,0,0 +524292,363,73,9108,205,153,23,0,0,0,0,0,0 +524298,363,73,1459,124,101,12,0,0,0,0,0,0 +525910,363,73,210,12,7,0,0,0,0,0,0,0 +525990,363,73,302,59,49,0,0,0,0,0,0,0 +531110,363,73,38433,10352,10074,250,4,0,0,0,0,0 +531120,363,73,20470,3399,3191,173,13,0,0,0,0,0 +531130,363,73,1670,402,387,0,0,0,0,0,0,0 +531190,363,73,1449,200,181,0,4,0,0,0,0,0 +531210,363,73,17631,4917,4802,95,4,0,0,0,0,0 +531311,363,73,35980,4767,4428,291,19,6,0,0,0,0 +531312,363,73,12709,1391,1263,91,8,4,0,0,0,0 +531320,363,73,1041,373,351,0,0,0,0,0,0,0 +531390,363,73,3002,889,857,11,0,0,0,0,0,0 +532111,363,73,2596,338,292,26,0,0,0,0,0,0 +532112,363,73,338,78,65,0,0,0,0,0,0,0 +532120,363,73,1808,141,101,16,0,0,0,0,0,0 +532210,363,73,404,149,137,0,0,0,0,0,0,0 +532281,363,73,390,42,29,0,0,0,0,0,0,0 +532282,363,73,104,55,50,0,0,0,0,0,0,0 +532283,363,73,374,21,0,0,0,0,0,0,0,0 +532284,363,73,90,43,36,0,0,0,0,0,0,0 +532289,363,73,1622,179,141,12,0,0,0,0,0,0 +532310,363,73,250,49,31,0,0,0,0,0,0,0 +532411,363,73,94,15,9,0,0,0,0,0,0,0 +532412,363,73,944,73,41,8,0,0,0,0,0,0 +532420,363,73,179,29,17,0,0,0,0,0,0,0 +532490,363,73,3716,349,285,30,3,0,0,0,0,0 +533110,363,73,2832,111,86,7,0,0,0,0,0,0 +541110,363,73,100456,10227,9470,597,95,30,15,6,0,0 +541191,363,73,2400,427,401,5,0,0,0,0,0,0 +541199,363,73,2130,247,215,7,0,0,0,0,0,0 +541211,363,73,48244,3101,2939,110,22,6,9,0,0,0 +541213,363,73,7085,1266,1206,38,0,0,0,0,0,0 +541214,363,73,8721,331,219,65,9,3,0,0,0,0 +541219,363,73,12196,2428,2327,73,6,0,0,0,0,0 +541310,363,73,15789,2000,1866,103,13,3,0,0,0,0 +541320,363,73,1245,254,237,4,0,0,0,0,0,0 +541330,363,73,25326,1546,1322,159,29,10,5,0,0,0 +541340,363,73,353,128,115,0,0,0,0,0,0,0 +541350,363,73,889,212,196,0,0,0,0,0,0,0 +541360,363,73,0,3,0,0,0,0,0,0,0,0 +541370,363,73,1089,179,155,6,0,0,0,0,0,0 +541380,363,73,3221,157,100,17,0,0,0,0,0,0 +541410,363,73,5005,1305,1264,28,3,0,0,0,0,0 +541420,363,73,879,141,130,3,0,0,0,0,0,0 +541430,363,73,4721,1434,1385,34,0,0,0,0,0,0 +541490,363,73,2336,536,505,18,0,0,0,0,0,0 +541511,363,73,32648,3124,2865,181,29,13,6,0,0,0 +541512,363,73,16909,2615,2460,111,8,6,0,0,0,0 +541513,363,73,3826,275,241,10,0,0,0,0,0,0 +541519,363,73,4056,473,420,24,10,0,0,0,0,0 +541611,363,73,33321,4602,4384,134,34,11,5,0,0,0 +541612,363,73,7203,392,349,16,6,4,0,0,0,0 +541613,363,73,15640,2421,2265,114,18,0,0,0,0,0 +541614,363,73,1823,309,277,5,0,0,0,0,0,0 +541618,363,73,977,309,293,3,0,0,0,0,0,0 +541620,363,73,2311,340,294,13,3,0,0,0,0,0 +541690,363,73,6075,1056,980,41,6,0,0,0,0,0 +541713,363,73,892,114,86,5,0,0,0,0,0,0 +541714,363,73,1650,94,69,10,0,0,0,0,0,0 +541715,363,73,9683,246,187,20,6,0,0,0,0,0 +541720,363,73,1975,126,96,8,5,0,0,0,0,0 +541810,363,73,41658,1294,1039,138,52,25,16,0,0,0 +541820,363,73,12482,1005,869,97,26,0,0,0,0,0 +541830,363,73,8340,123,58,34,7,3,3,0,0,0 +541840,363,73,2543,100,70,10,10,0,0,0,0,0 +541850,363,73,3003,152,105,16,3,0,0,0,0,0 +541860,363,73,1936,129,94,11,3,0,0,0,0,0 +541870,363,73,1255,39,24,0,0,0,0,0,0,0 +541890,363,73,8094,382,329,26,0,0,0,0,0,0 +541910,363,73,10133,438,347,49,10,4,3,0,0,0 +541921,363,73,1811,700,677,3,0,0,0,0,0,0 +541922,363,73,1472,573,562,3,0,0,0,0,0,0 +541930,363,73,1385,161,139,6,0,0,0,0,0,0 +541940,363,73,10034,766,648,95,0,0,0,0,0,0 +541990,363,73,3748,918,878,9,0,0,0,0,0,0 +551111,363,73,112,6,3,0,0,0,0,0,0,0 +551112,363,73,6175,376,313,33,0,4,0,0,0,0 +551114,363,73,137039,1814,969,517,186,62,38,12,0,0 +561110,363,73,30348,1934,1652,208,28,14,0,0,0,0 +561210,363,73,6213,258,180,39,6,0,0,0,0,0 +561311,363,73,7687,457,371,39,10,4,0,0,0,0 +561312,363,73,3870,548,499,36,5,0,0,0,0,0 +561320,363,73,51324,1000,585,259,90,31,9,0,0,0 +561330,363,73,4657,101,39,24,7,0,0,0,0,0 +561410,363,73,1193,212,183,10,0,0,0,0,0,0 +561421,363,73,971,50,23,3,0,0,0,0,0,0 +561422,363,73,3036,108,70,12,3,0,0,0,0,0 +561431,363,73,725,147,126,5,0,0,0,0,0,0 +561439,363,73,2809,297,269,6,0,0,0,0,0,0 +561440,363,73,3065,160,122,17,3,0,0,0,0,0 +561450,363,73,3214,24,13,3,0,0,0,0,0,0 +561491,363,73,98,19,11,0,0,0,0,0,0,0 +561492,363,73,680,139,129,0,0,0,0,0,0,0 +561499,363,73,8992,281,251,13,0,0,0,0,0,0 +561510,363,73,7143,1586,1530,27,8,0,0,0,0,0 +561520,363,73,1467,251,221,12,0,0,0,0,0,0 +561591,363,73,266,22,19,0,0,0,0,0,0,0 +561599,363,73,2609,210,169,15,6,0,0,0,0,0 +561611,363,73,3021,278,244,11,0,0,0,0,0,0 +561612,363,73,70419,643,333,167,58,20,13,3,0,0 +561613,363,73,1137,32,10,0,0,0,0,0,0,0 +561621,363,73,5137,434,359,37,3,0,0,0,0,0 +561622,363,73,964,308,294,3,0,0,0,0,0,0 +561710,363,73,3572,588,534,28,0,0,0,0,0,0 +561720,363,73,48792,2287,1935,248,53,16,5,4,0,0 +561730,363,73,14315,4780,4660,93,4,0,0,0,0,0 +561740,363,73,664,182,156,0,0,0,0,0,0,0 +561790,363,73,2872,611,566,18,0,0,0,0,0,0 +561910,363,73,1196,79,51,3,0,0,0,0,0,0 +561920,363,73,3449,372,333,18,3,0,0,0,0,0 +561990,363,73,7102,523,457,42,4,0,0,0,0,0 +562111,363,73,6595,354,256,60,0,0,0,0,0,0 +562112,363,73,0,3,0,0,0,0,0,0,0,0 +562119,363,73,221,39,22,0,0,0,0,0,0,0 +562211,363,73,17,10,6,0,0,0,0,0,0,0 +562212,363,73,135,5,0,0,0,0,0,0,0,0 +562219,363,73,27,3,0,0,0,0,0,0,0,0 +562910,363,73,3505,204,141,19,0,0,0,0,0,0 +562920,363,73,569,40,14,0,0,0,0,0,0,0 +562991,363,73,486,99,88,0,0,0,0,0,0,0 +562998,363,73,257,46,33,0,0,0,0,0,0,0 +611110,363,73,85621,1333,447,650,168,42,4,0,0,0 +611210,363,73,2040,28,3,4,0,0,0,0,0,0 +611310,363,73,140347,210,36,49,23,12,4,12,0,4 +611410,363,73,83,5,0,0,0,0,0,0,0,0 +611420,363,73,630,77,65,8,0,0,0,0,0,0 +611430,363,73,3771,319,266,28,5,0,0,0,0,0 +611511,363,73,475,44,21,3,0,0,0,0,0,0 +611512,363,73,63,12,6,0,0,0,0,0,0,0 +611513,363,73,284,36,24,4,0,0,0,0,0,0 +611519,363,73,3141,206,160,22,0,0,0,0,0,0 +611610,363,73,12731,1059,946,83,12,3,0,0,0,0 +611620,363,73,6984,1004,912,68,0,0,0,0,0,0 +611630,363,73,2093,124,83,23,0,0,0,0,0,0 +611691,363,73,9263,816,690,95,8,0,0,0,0,0 +611692,363,73,1054,235,211,7,0,0,0,0,0,0 +611699,363,73,3902,465,392,48,3,0,0,0,0,0 +611710,363,73,8855,618,522,59,7,0,0,0,0,0 +621111,363,73,102418,11746,10817,853,45,3,3,0,0,0 +621112,363,73,1767,683,656,3,0,0,0,0,0,0 +621210,363,73,38785,6817,6605,196,0,0,0,0,0,0 +621310,363,73,3817,1357,1353,0,0,0,0,0,0,0 +621320,363,73,2741,569,548,3,0,0,0,0,0,0 +621330,363,73,4742,1253,1206,14,3,0,0,0,0,0 +621340,363,73,19903,2680,2523,117,9,0,3,0,0,0 +621391,363,73,2850,806,790,0,0,0,0,0,0,0 +621399,363,73,3229,1135,1105,14,0,0,0,0,0,0 +621410,363,73,1158,78,37,10,3,0,0,0,0,0 +621420,363,73,11894,443,254,142,8,0,0,0,0,0 +621491,363,73,0,3,0,0,0,0,0,0,0,0 +621492,363,73,5702,174,47,99,0,0,0,0,0,0 +621493,363,73,4364,203,117,51,0,0,0,0,0,0 +621498,363,73,16856,446,263,123,32,0,0,0,0,0 +621511,363,73,6505,399,332,27,3,0,0,0,0,0 +621512,363,73,5856,420,332,59,0,0,0,0,0,0 +621610,363,73,167881,929,422,197,143,57,50,13,0,0 +621910,363,73,5983,124,41,21,3,0,0,0,0,0 +621991,363,73,924,7,0,0,0,0,0,0,0,0 +621999,363,73,3132,174,104,46,0,0,0,0,0,0 +622110,363,73,275902,108,0,0,0,0,0,30,21,6 +622210,363,73,10105,17,0,0,0,0,3,0,0,0 +622310,363,73,15075,5,0,0,0,0,0,0,0,0 +623110,363,73,78161,401,55,38,179,81,10,0,0,0 +623210,363,73,35451,1651,1193,416,15,0,0,0,0,0 +623220,363,73,11282,466,303,122,7,0,0,0,0,0 +623311,363,73,2349,33,3,0,0,0,0,0,0,0 +623312,363,73,11848,249,80,98,22,0,0,0,0,0 +623990,363,73,7210,183,102,26,7,0,0,0,0,0 +624110,363,73,20474,614,371,174,41,7,0,0,0,0 +624120,363,73,116283,1771,1186,391,97,27,22,10,0,0 +624190,363,73,34566,1407,1037,286,47,3,0,0,0,0 +624210,363,73,2079,131,70,18,3,0,0,0,0,0 +624221,363,73,9176,355,205,119,4,0,0,0,0,0 +624229,363,73,6737,368,265,64,5,0,0,0,0,0 +624230,363,73,1263,25,13,0,3,0,0,0,0,0 +624310,363,73,8811,196,99,41,7,0,0,0,0,0 +624410,363,73,60607,4651,3764,820,46,0,0,0,0,0 +711110,363,73,13805,601,444,101,24,0,0,0,0,0 +711120,363,73,1797,96,75,8,0,0,0,0,0,0 +711130,363,73,2754,525,499,7,0,0,0,0,0,0 +711190,363,73,22,8,6,0,0,0,0,0,0,0 +711211,363,73,0,21,7,0,0,0,0,0,0,0 +711212,363,73,0,5,0,0,0,0,0,0,0,0 +711219,363,73,1258,111,78,17,0,0,0,0,0,0 +711310,363,73,17698,250,166,42,9,0,0,3,0,0 +711320,363,73,2574,403,359,23,0,0,0,0,0,0 +711410,363,73,5278,805,741,45,6,0,0,0,0,0 +711510,363,73,5798,3391,3344,22,0,0,0,0,0,0 +712110,363,73,11716,279,192,30,9,5,0,0,0,0 +712120,363,73,249,42,27,0,0,0,0,0,0,0 +712130,363,73,1635,20,3,0,0,0,0,0,0,0 +712190,363,73,780,14,4,0,0,0,0,0,0,0 +713110,363,73,80,10,6,0,0,0,0,0,0,0 +713120,363,73,1008,85,47,7,0,0,0,0,0,0 +713290,363,73,17,40,21,0,0,0,0,0,0,0 +713910,363,73,6050,237,114,79,3,0,0,0,0,0 +713930,363,73,1289,217,190,7,0,0,0,0,0,0 +713940,363,73,46382,1951,1373,470,77,5,0,0,0,0 +713950,363,73,1913,80,15,24,0,0,0,0,0,0 +713990,363,73,7070,749,656,69,4,0,0,0,0,0 +721110,363,73,64647,1152,614,379,85,35,14,4,0,0 +721191,363,73,310,58,42,0,0,0,0,0,0,0 +721199,363,73,873,15,3,0,0,0,0,0,0,0 +721211,363,73,22,7,5,0,0,0,0,0,0,0 +721214,363,73,1003,61,27,0,0,0,0,0,0,0 +721310,363,73,430,39,27,3,0,0,0,0,0,0 +722310,363,73,35303,1491,1120,308,25,0,5,0,0,0 +722320,363,73,19798,914,693,162,35,3,0,0,0,0 +722330,363,73,582,207,199,0,0,0,0,0,0,0 +722410,363,73,21207,2081,1807,244,10,0,0,0,0,0 +722511,363,73,255151,15193,11357,3549,260,15,0,0,0,0 +722513,363,73,128055,13070,10973,2059,27,4,0,0,0,0 +722514,363,73,1747,186,148,14,0,0,0,0,0,0 +722515,363,73,41152,4268,3817,430,0,0,0,0,0,0 +811111,363,73,11751,3369,3318,35,0,0,0,0,0,0 +811112,363,73,169,52,46,0,0,0,0,0,0,0 +811113,363,73,427,130,121,0,0,0,0,0,0,0 +811118,363,73,225,73,64,0,0,0,0,0,0,0 +811121,363,73,8286,1486,1414,57,0,0,0,0,0,0 +811122,363,73,674,184,161,0,0,0,0,0,0,0 +811191,363,73,1032,118,88,3,0,0,0,0,0,0 +811192,363,73,5778,598,489,86,0,0,0,0,0,0 +811198,363,73,262,84,71,0,0,0,0,0,0,0 +811211,363,73,525,102,79,0,0,0,0,0,0,0 +811212,363,73,918,249,230,7,0,0,0,0,0,0 +811213,363,73,215,81,68,0,0,0,0,0,0,0 +811219,363,73,344,101,90,0,0,0,0,0,0,0 +811310,363,73,2878,492,452,17,0,0,0,0,0,0 +811411,363,73,88,31,23,0,0,0,0,0,0,0 +811412,363,73,692,251,235,0,0,0,0,0,0,0 +811420,363,73,972,239,223,0,0,0,0,0,0,0 +811430,363,73,366,141,136,0,0,0,0,0,0,0 +811490,363,73,1496,502,490,0,0,0,0,0,0,0 +812111,363,73,1995,843,832,3,0,0,0,0,0,0 +812112,363,73,28441,5716,5478,218,5,0,0,0,0,0 +812113,363,73,15758,3477,3433,31,0,0,0,0,0,0 +812191,363,73,1387,118,67,30,0,0,0,0,0,0 +812199,363,73,8654,1988,1901,68,0,0,0,0,0,0 +812210,363,73,3056,532,505,8,0,0,0,0,0,0 +812220,363,73,1751,129,80,15,0,0,0,0,0,0 +812310,363,73,5393,2135,2116,3,0,0,0,0,0,0 +812320,363,73,9320,2382,2312,48,0,0,0,0,0,0 +812331,363,73,2008,43,10,0,0,0,0,0,0,0 +812332,363,73,704,23,6,3,0,0,0,0,0,0 +812910,363,73,4417,699,631,51,0,0,0,0,0,0 +812921,363,73,329,55,46,0,0,0,0,0,0,0 +812922,363,73,31,12,8,0,0,0,0,0,0,0 +812930,363,73,13039,1280,1202,49,6,0,0,0,0,0 +812990,363,73,3914,924,879,26,0,0,0,0,0,0 +813110,363,73,55881,4783,4189,522,43,8,5,0,0,0 +813211,363,73,16128,1105,989,67,16,6,3,0,0,0 +813212,363,73,9554,277,210,34,6,0,0,0,0,0 +813219,363,73,2168,171,139,13,4,0,0,0,0,0 +813311,363,73,4643,275,217,28,11,3,0,0,0,0 +813312,363,73,2947,239,182,28,3,0,0,0,0,0 +813319,363,73,5666,468,396,35,6,0,0,0,0,0 +813410,363,73,10419,647,515,91,9,4,0,0,0,0 +813910,363,73,4167,405,344,33,5,0,0,0,0,0 +813920,363,73,5308,309,251,30,3,0,0,0,0,0 +813930,363,73,10615,646,526,91,6,4,0,0,0,0 +813940,363,73,264,100,91,0,0,0,0,0,0,0 +813990,363,73,31506,4856,4652,180,0,0,0,0,0,0 +113310,364,74,0,3,0,0,0,0,0,0,0,0 +115210,364,74,24,15,14,0,0,0,0,0,0,0 +212312,364,74,0,5,3,0,0,0,0,0,0,0 +212321,364,74,46,9,0,0,0,0,0,0,0,0 +221122,364,74,0,35,12,3,3,0,0,0,0,0 +236115,364,74,418,129,116,0,0,0,0,0,0,0 +236116,364,74,409,6,0,0,0,0,0,0,0,0 +236117,364,74,313,46,43,0,0,0,0,0,0,0 +236118,364,74,1232,531,520,3,0,0,0,0,0,0 +236210,364,74,11,5,4,0,0,0,0,0,0,0 +236220,364,74,1985,137,100,21,0,0,0,0,0,0 +237110,364,74,61,17,12,0,0,0,0,0,0,0 +237130,364,74,239,9,3,3,0,0,0,0,0,0 +237210,364,74,7,5,4,0,0,0,0,0,0,0 +237310,364,74,638,29,17,4,0,0,0,0,0,0 +237990,364,74,48,10,4,0,0,0,0,0,0,0 +238110,364,74,57,23,18,0,0,0,0,0,0,0 +238120,364,74,57,4,0,0,0,0,0,0,0,0 +238130,364,74,349,59,47,0,0,0,0,0,0,0 +238140,364,74,439,120,109,0,0,0,0,0,0,0 +238150,364,74,151,22,15,0,0,0,0,0,0,0 +238160,364,74,439,60,45,0,0,0,0,0,0,0 +238170,364,74,189,59,55,0,0,0,0,0,0,0 +238190,364,74,21,13,5,0,0,0,0,0,0,0 +238210,364,74,2933,249,208,23,0,0,0,0,0,0 +238220,364,74,3963,327,283,26,9,0,0,0,0,0 +238290,364,74,214,20,10,6,0,0,0,0,0,0 +238310,364,74,854,68,48,4,0,0,0,0,0,0 +238320,364,74,439,160,153,0,0,0,0,0,0,0 +238330,364,74,266,74,70,0,0,0,0,0,0,0 +238340,364,74,109,20,17,0,0,0,0,0,0,0 +238350,364,74,466,135,125,0,0,0,0,0,0,0 +238390,364,74,157,17,13,0,0,0,0,0,0,0 +238910,364,74,833,120,101,3,0,0,0,0,0,0 +238990,364,74,455,140,133,0,0,0,0,0,0,0 +311119,364,74,84,3,0,0,0,0,0,0,0,0 +311352,364,74,54,5,0,0,0,0,0,0,0,0 +311421,364,74,322,8,0,0,0,0,0,0,0,0 +311811,364,74,229,31,26,3,0,0,0,0,0,0 +311812,364,74,0,9,3,0,0,0,0,0,0,0 +311941,364,74,35,3,0,0,0,0,0,0,0,0 +311991,364,74,0,4,3,0,0,0,0,0,0,0 +312120,364,74,92,26,18,0,0,0,0,0,0,0 +312130,364,74,396,32,20,6,0,0,0,0,0,0 +312140,364,74,48,6,3,0,0,0,0,0,0,0 +314910,364,74,0,3,0,0,0,0,0,0,0,0 +314999,364,74,39,4,3,0,0,0,0,0,0,0 +315210,364,74,0,3,0,0,0,0,0,0,0,0 +315220,364,74,0,3,0,0,0,0,0,0,0,0 +321920,364,74,157,15,3,0,0,0,0,0,0,0 +321999,364,74,40,6,3,0,0,0,0,0,0,0 +322211,364,74,375,7,0,0,0,0,0,0,0,0 +322299,364,74,66,3,0,3,0,0,0,0,0,0 +323111,364,74,2032,81,53,15,3,0,0,0,0,0 +323113,364,74,178,23,21,0,0,0,0,0,0,0 +323117,364,74,0,3,0,0,0,0,0,0,0,0 +323120,364,74,133,6,0,3,0,0,0,0,0,0 +324121,364,74,44,12,3,0,0,0,0,0,0,0 +325199,364,74,0,3,0,0,0,0,0,0,0,0 +325211,364,74,322,3,0,0,0,0,0,0,0,0 +325992,364,74,2334,4,0,0,0,0,0,0,0,0 +326121,364,74,41,4,0,0,0,0,0,0,0,0 +326199,364,74,2464,21,5,0,3,0,0,0,0,0 +327212,364,74,0,5,4,0,0,0,0,0,0,0 +327215,364,74,387,11,0,0,0,0,0,0,0,0 +327320,364,74,0,12,0,3,0,0,0,0,0,0 +327390,364,74,133,6,0,0,0,0,0,0,0,0 +327991,364,74,163,7,3,0,0,0,0,0,0,0 +332119,364,74,447,8,0,3,0,0,0,0,0,0 +332216,364,74,114,9,4,3,0,0,0,0,0,0 +332313,364,74,0,4,0,0,0,0,0,0,0,0 +332322,364,74,613,19,3,3,0,0,0,0,0,0 +332323,364,74,53,4,0,0,0,0,0,0,0,0 +332510,364,74,423,4,0,0,0,0,0,0,0,0 +332710,364,74,1981,109,71,19,0,0,0,0,0,0 +332721,364,74,1837,58,25,21,3,0,0,0,0,0 +332722,364,74,29,5,3,0,0,0,0,0,0,0 +332811,364,74,49,3,0,0,0,0,0,0,0,0 +332812,364,74,146,18,9,0,0,0,0,0,0,0 +332813,364,74,95,5,0,3,0,0,0,0,0,0 +332999,364,74,338,13,8,0,0,0,0,0,0,0 +333111,364,74,5,6,3,0,0,0,0,0,0,0 +333249,364,74,1352,22,7,7,0,0,0,0,0,0 +333314,364,74,725,16,0,9,0,0,0,0,0,0 +333318,364,74,23,4,0,0,0,0,0,0,0,0 +333511,364,74,254,13,6,5,0,0,0,0,0,0 +333514,364,74,187,16,12,4,0,0,0,0,0,0 +333515,364,74,306,11,3,0,0,0,0,0,0,0 +333517,364,74,845,7,0,0,0,0,0,0,0,0 +333519,364,74,0,5,0,0,0,0,0,0,0,0 +333914,364,74,118,8,0,0,0,0,0,0,0,0 +333923,364,74,0,3,0,0,0,0,0,0,0,0 +333999,364,74,208,8,0,3,0,0,0,0,0,0 +334118,364,74,45,5,3,0,0,0,0,0,0,0 +334220,364,74,1562,4,0,0,0,0,0,0,0,0 +334310,364,74,0,4,3,0,0,0,0,0,0,0 +334412,364,74,193,4,0,0,0,0,0,0,0,0 +334413,364,74,0,3,0,0,0,0,0,0,0,0 +334511,364,74,0,3,0,0,0,0,0,0,0,0 +334513,364,74,417,8,0,0,0,0,0,0,0,0 +334515,364,74,50,3,0,0,0,0,0,0,0,0 +334519,364,74,495,6,0,0,0,0,0,0,0,0 +335313,364,74,123,4,0,0,0,0,0,0,0,0 +335314,364,74,0,3,0,0,0,0,0,0,0,0 +335931,364,74,28,3,0,0,0,0,0,0,0,0 +335999,364,74,36,4,3,0,0,0,0,0,0,0 +336390,364,74,0,3,0,0,0,0,0,0,0,0 +337110,364,74,83,12,7,0,0,0,0,0,0,0 +337122,364,74,44,7,4,0,0,0,0,0,0,0 +339112,364,74,14,4,3,0,0,0,0,0,0,0 +339113,364,74,0,3,3,0,0,0,0,0,0,0 +339115,364,74,1101,9,0,0,0,0,0,0,0,0 +339116,364,74,434,21,9,3,0,0,0,0,0,0 +339910,364,74,42,9,8,0,0,0,0,0,0,0 +339950,364,74,140,15,11,0,0,0,0,0,0,0 +339999,364,74,135,21,16,0,0,0,0,0,0,0 +423110,364,74,295,16,4,4,0,0,0,0,0,0 +423120,364,74,666,66,45,4,0,0,0,0,0,0 +423130,364,74,162,8,0,5,0,0,0,0,0,0 +423140,364,74,0,3,0,0,0,0,0,0,0,0 +423210,364,74,89,15,7,0,0,0,0,0,0,0 +423220,364,74,54,12,11,0,0,0,0,0,0,0 +423310,364,74,198,11,4,3,0,0,0,0,0,0 +423320,364,74,48,6,0,0,0,0,0,0,0,0 +423330,364,74,182,7,3,0,0,0,0,0,0,0 +423390,364,74,121,12,8,0,0,0,0,0,0,0 +423420,364,74,3169,73,50,15,5,0,0,0,0,0 +423430,364,74,653,44,30,10,0,0,0,0,0,0 +423440,364,74,131,11,4,3,0,0,0,0,0,0 +423450,364,74,981,40,29,4,3,0,0,0,0,0 +423460,364,74,0,5,0,0,0,0,0,0,0,0 +423490,364,74,223,10,8,0,0,0,0,0,0,0 +423510,364,74,477,20,11,4,0,0,0,0,0,0 +423610,364,74,1005,52,34,11,0,0,0,0,0,0 +423690,364,74,764,50,33,6,0,0,0,0,0,0 +423710,364,74,124,16,15,0,0,0,0,0,0,0 +423720,364,74,328,20,11,0,0,0,0,0,0,0 +423730,364,74,260,19,11,6,0,0,0,0,0,0 +423810,364,74,253,12,3,0,0,0,0,0,0,0 +423820,364,74,242,15,0,4,0,0,0,0,0,0 +423830,364,74,1172,109,88,8,0,0,0,0,0,0 +423840,364,74,465,25,16,6,0,0,0,0,0,0 +423850,364,74,175,15,13,0,0,0,0,0,0,0 +423910,364,74,175,18,10,0,0,0,0,0,0,0 +423920,364,74,25,3,0,0,0,0,0,0,0,0 +423930,364,74,592,34,17,0,0,0,0,0,0,0 +423940,364,74,115,11,9,0,0,0,0,0,0,0 +423990,364,74,75,11,7,0,0,0,0,0,0,0 +424120,364,74,99,11,10,0,0,0,0,0,0,0 +424130,364,74,117,11,8,0,0,0,0,0,0,0 +424210,364,74,334,19,14,0,0,0,0,0,0,0 +424310,364,74,11,3,0,0,0,0,0,0,0,0 +424320,364,74,0,6,3,0,0,0,0,0,0,0 +424330,364,74,0,4,0,0,0,0,0,0,0,0 +424420,364,74,193,6,4,0,0,0,0,0,0,0 +424450,364,74,0,3,3,0,0,0,0,0,0,0 +424470,364,74,0,3,0,0,0,0,0,0,0,0 +424480,364,74,201,17,7,0,0,0,0,0,0,0 +424490,364,74,876,47,35,8,0,0,0,0,0,0 +424510,364,74,37,10,4,0,0,0,0,0,0,0 +424610,364,74,95,9,4,0,0,0,0,0,0,0 +424690,364,74,153,20,14,0,0,0,0,0,0,0 +424710,364,74,152,9,4,0,0,0,0,0,0,0 +424810,364,74,0,3,0,0,0,0,0,0,0,0 +424820,364,74,0,3,0,0,0,0,0,0,0,0 +424910,364,74,203,21,9,0,0,0,0,0,0,0 +424920,364,74,19,4,3,0,0,0,0,0,0,0 +424930,364,74,55,6,3,0,0,0,0,0,0,0 +424940,364,74,11,5,4,0,0,0,0,0,0,0 +424990,364,74,97,16,10,0,0,0,0,0,0,0 +425120,364,74,700,171,162,4,0,0,0,0,0,0 +441110,364,74,5198,107,12,66,8,0,0,0,0,0 +441120,364,74,723,102,88,0,0,0,0,0,0,0 +441210,364,74,171,8,0,0,0,0,0,0,0,0 +441222,364,74,103,15,10,0,0,0,0,0,0,0 +441228,364,74,172,25,12,0,0,0,0,0,0,0 +441310,364,74,1145,114,99,8,0,0,0,0,0,0 +441320,364,74,511,57,44,0,0,0,0,0,0,0 +442110,364,74,684,79,66,5,0,0,0,0,0,0 +442210,364,74,282,43,35,3,0,0,0,0,0,0 +442291,364,74,9,3,0,0,0,0,0,0,0,0 +442299,364,74,725,44,26,10,0,0,0,0,0,0 +443141,364,74,174,23,20,0,0,0,0,0,0,0 +443142,364,74,776,77,67,5,0,0,0,0,0,0 +444110,364,74,633,19,0,0,12,0,0,0,0,0 +444120,364,74,58,20,16,0,0,0,0,0,0,0 +444130,364,74,420,52,38,4,0,0,0,0,0,0 +444190,364,74,1093,110,81,12,0,0,0,0,0,0 +444210,364,74,202,24,10,0,0,0,0,0,0,0 +444220,364,74,497,50,39,0,0,0,0,0,0,0 +445110,364,74,14647,270,169,45,6,9,7,0,0,0 +445120,364,74,418,111,102,0,0,0,0,0,0,0 +445210,364,74,121,16,14,0,0,0,0,0,0,0 +445220,364,74,16,6,5,0,0,0,0,0,0,0 +445230,364,74,11,9,5,0,0,0,0,0,0,0 +445291,364,74,60,8,6,0,0,0,0,0,0,0 +445299,364,74,56,9,0,0,0,0,0,0,0,0 +445310,364,74,872,137,126,6,0,0,0,0,0,0 +446110,364,74,2439,152,83,50,0,0,0,0,0,0 +446120,364,74,402,34,22,7,0,0,0,0,0,0 +446130,364,74,382,54,46,0,0,0,0,0,0,0 +446191,364,74,57,16,13,0,0,0,0,0,0,0 +446199,364,74,199,36,30,0,0,0,0,0,0,0 +447110,364,74,3104,350,331,3,3,0,0,0,0,0 +447190,364,74,652,56,41,0,0,0,0,0,0,0 +448110,364,74,206,27,18,0,0,0,0,0,0,0 +448120,364,74,1044,105,91,9,0,0,0,0,0,0 +448130,364,74,283,24,10,3,0,0,0,0,0,0 +448140,364,74,2269,91,40,38,0,0,0,0,0,0 +448150,364,74,166,20,16,0,0,0,0,0,0,0 +448190,364,74,523,38,27,6,0,0,0,0,0,0 +448210,364,74,804,76,65,4,0,0,0,0,0,0 +448310,364,74,406,69,61,4,0,0,0,0,0,0 +451110,364,74,855,86,67,8,0,0,0,0,0,0 +451120,364,74,586,44,29,10,0,0,0,0,0,0 +451130,364,74,138,10,4,3,0,0,0,0,0,0 +451140,364,74,116,15,13,0,0,0,0,0,0,0 +451211,364,74,370,19,7,6,0,0,0,0,0,0 +451212,364,74,7,3,0,0,0,0,0,0,0,0 +452210,364,74,1508,13,0,0,10,0,0,0,0,0 +452311,364,74,5377,30,0,0,16,6,0,0,0,0 +452319,364,74,1804,148,115,20,0,0,0,0,0,0 +453110,364,74,245,32,29,0,0,0,0,0,0,0 +453210,364,74,153,9,3,4,0,0,0,0,0,0 +453220,364,74,467,61,57,4,0,0,0,0,0,0 +453310,364,74,791,72,53,8,0,0,0,0,0,0 +453910,364,74,406,36,30,0,0,0,0,0,0,0 +453920,364,74,32,10,8,0,0,0,0,0,0,0 +453930,364,74,79,6,0,0,0,0,0,0,0,0 +453991,364,74,121,24,19,0,0,0,0,0,0,0 +453998,364,74,286,68,61,3,0,0,0,0,0,0 +454110,364,74,900,124,110,3,0,0,0,0,0,0 +454210,364,74,285,11,8,0,0,0,0,0,0,0 +454310,364,74,356,26,8,0,0,0,0,0,0,0 +454390,364,74,362,69,63,0,0,0,0,0,0,0 +481111,364,74,163,6,0,0,0,0,0,0,0,0 +481211,364,74,15,4,3,0,0,0,0,0,0,0 +484110,364,74,862,75,57,3,0,0,0,0,0,0 +484121,364,74,466,76,61,3,0,0,0,0,0,0 +484122,364,74,338,16,8,4,0,0,0,0,0,0 +484210,364,74,258,20,12,6,0,0,0,0,0,0 +484220,364,74,664,104,84,3,0,0,0,0,0,0 +484230,364,74,88,11,5,0,0,0,0,0,0,0 +485310,364,74,35,14,10,0,0,0,0,0,0,0 +485320,364,74,67,14,12,0,0,0,0,0,0,0 +485410,364,74,100,12,0,3,0,0,0,0,0,0 +485510,364,74,61,4,0,0,0,0,0,0,0,0 +485991,364,74,737,29,13,5,0,0,0,0,0,0 +487210,364,74,0,3,3,0,0,0,0,0,0,0 +488119,364,74,288,6,0,0,0,0,0,0,0,0 +488190,364,74,0,3,0,0,0,0,0,0,0,0 +488410,364,74,88,12,9,0,0,0,0,0,0,0 +488490,364,74,48,6,5,0,0,0,0,0,0,0 +488510,364,74,562,39,28,4,0,0,0,0,0,0 +492110,364,74,1109,27,12,3,0,0,0,0,0,0 +492210,364,74,96,16,11,0,0,0,0,0,0,0 +493110,364,74,1321,24,12,7,0,0,0,0,0,0 +493120,364,74,152,11,0,0,0,0,0,0,0,0 +493190,364,74,40,6,3,0,0,0,0,0,0,0 +511110,364,74,499,28,16,0,0,0,0,0,0,0 +511120,364,74,51,14,8,0,0,0,0,0,0,0 +511130,364,74,0,4,3,0,0,0,0,0,0,0 +511210,364,74,1075,40,30,8,0,0,0,0,0,0 +512110,364,74,44,22,20,0,0,0,0,0,0,0 +512131,364,74,282,10,0,5,0,0,0,0,0,0 +512191,364,74,0,3,3,0,0,0,0,0,0,0 +512240,364,74,26,6,4,0,0,0,0,0,0,0 +515112,364,74,201,8,3,0,0,0,0,0,0,0 +515120,364,74,468,5,0,0,0,0,0,0,0,0 +517311,364,74,4383,115,85,6,11,0,0,0,0,0 +517312,364,74,1205,74,59,4,0,0,0,0,0,0 +517911,364,74,29,6,3,0,0,0,0,0,0,0 +517919,364,74,144,5,0,0,0,0,0,0,0,0 +518210,364,74,2046,62,40,12,0,0,0,0,0,0 +519120,364,74,330,40,22,0,0,0,0,0,0,0 +519130,364,74,163,21,17,3,0,0,0,0,0,0 +522110,364,74,3391,283,259,9,7,0,0,0,0,0 +522120,364,74,0,14,5,0,0,0,0,0,0,0 +522130,364,74,1468,93,74,5,0,0,0,0,0,0 +522220,364,74,93,10,9,0,0,0,0,0,0,0 +522291,364,74,75,8,7,0,0,0,0,0,0,0 +522292,364,74,169,18,13,0,0,0,0,0,0,0 +522298,364,74,40,9,6,0,0,0,0,0,0,0 +522310,364,74,49,8,7,0,0,0,0,0,0,0 +522320,364,74,122,9,5,0,0,0,0,0,0,0 +522390,364,74,113,12,8,0,0,0,0,0,0,0 +523110,364,74,50,7,5,0,0,0,0,0,0,0 +523120,364,74,631,91,80,7,0,0,0,0,0,0 +523910,364,74,0,5,4,0,0,0,0,0,0,0 +523920,364,74,1165,168,158,5,0,0,0,0,0,0 +523930,364,74,249,76,67,0,0,0,0,0,0,0 +524113,364,74,374,26,19,3,0,0,0,0,0,0 +524114,364,74,0,9,5,0,0,0,0,0,0,0 +524126,364,74,595,42,32,0,3,0,0,0,0,0 +524210,364,74,2479,407,380,17,0,0,0,0,0,0 +524291,364,74,31,6,4,0,0,0,0,0,0,0 +524292,364,74,986,22,16,0,0,0,0,0,0,0 +524298,364,74,0,3,0,0,0,0,0,0,0,0 +531110,364,74,1441,254,243,3,0,0,0,0,0,0 +531120,364,74,381,121,112,0,0,0,0,0,0,0 +531130,364,74,73,36,35,0,0,0,0,0,0,0 +531190,364,74,50,25,21,0,0,0,0,0,0,0 +531210,364,74,529,215,208,0,0,0,0,0,0,0 +531311,364,74,2158,176,153,16,3,0,0,0,0,0 +531312,364,74,636,66,58,0,0,0,0,0,0,0 +531320,364,74,66,20,17,0,0,0,0,0,0,0 +531390,364,74,214,19,13,0,0,0,0,0,0,0 +532111,364,74,160,24,19,0,0,0,0,0,0,0 +532120,364,74,226,21,13,5,0,0,0,0,0,0 +532210,364,74,78,22,16,0,0,0,0,0,0,0 +532281,364,74,23,5,3,0,0,0,0,0,0,0 +532282,364,74,0,4,0,0,0,0,0,0,0,0 +532283,364,74,36,4,3,0,0,0,0,0,0,0 +532289,364,74,189,14,9,0,0,0,0,0,0,0 +532310,364,74,18,6,3,0,0,0,0,0,0,0 +532412,364,74,182,8,0,0,0,0,0,0,0,0 +532420,364,74,0,3,0,0,0,0,0,0,0,0 +532490,364,74,195,22,15,4,0,0,0,0,0,0 +533110,364,74,0,4,3,0,0,0,0,0,0,0 +541110,364,74,3623,480,441,25,5,0,0,0,0,0 +541191,364,74,332,16,8,5,0,0,0,0,0,0 +541199,364,74,103,11,8,0,0,0,0,0,0,0 +541211,364,74,1652,132,109,10,3,0,0,0,0,0 +541213,364,74,504,91,69,3,0,0,0,0,0,0 +541214,364,74,2982,43,26,9,3,5,0,0,0,0 +541219,364,74,386,91,80,0,0,0,0,0,0,0 +541310,364,74,400,44,39,0,0,0,0,0,0,0 +541320,364,74,70,9,6,0,0,0,0,0,0,0 +541330,364,74,3241,186,148,25,3,0,0,0,0,0 +541340,364,74,51,7,5,0,0,0,0,0,0,0 +541350,364,74,98,19,15,0,0,0,0,0,0,0 +541370,364,74,84,30,27,0,0,0,0,0,0,0 +541380,364,74,237,19,13,0,0,0,0,0,0,0 +541410,364,74,61,18,17,0,0,0,0,0,0,0 +541420,364,74,56,6,0,0,0,0,0,0,0,0 +541430,364,74,76,32,29,0,0,0,0,0,0,0 +541511,364,74,2307,223,194,19,4,0,0,0,0,0 +541512,364,74,1793,131,107,17,3,0,0,0,0,0 +541513,364,74,335,17,9,4,0,0,0,0,0,0 +541519,364,74,172,19,13,0,0,0,0,0,0,0 +541611,364,74,3396,190,174,7,0,0,0,0,0,0 +541612,364,74,3,22,21,0,0,0,0,0,0,0 +541613,364,74,458,117,109,4,0,0,0,0,0,0 +541614,364,74,55,10,9,0,0,0,0,0,0,0 +541618,364,74,19,9,8,0,0,0,0,0,0,0 +541620,364,74,108,22,18,3,0,0,0,0,0,0 +541690,364,74,228,49,46,0,0,0,0,0,0,0 +541713,364,74,135,15,10,0,0,0,0,0,0,0 +541714,364,74,38,7,5,0,0,0,0,0,0,0 +541715,364,74,2198,35,23,8,0,0,0,0,0,0 +541720,364,74,40,4,3,0,0,0,0,0,0,0 +541810,364,74,788,66,54,3,3,0,0,0,0,0 +541820,364,74,65,11,10,0,0,0,0,0,0,0 +541830,364,74,33,5,3,0,0,0,0,0,0,0 +541850,364,74,86,10,6,0,0,0,0,0,0,0 +541860,364,74,25,8,7,0,0,0,0,0,0,0 +541890,364,74,231,13,8,0,0,0,0,0,0,0 +541910,364,74,202,17,12,0,0,0,0,0,0,0 +541921,364,74,148,36,33,0,0,0,0,0,0,0 +541922,364,74,28,11,9,0,0,0,0,0,0,0 +541930,364,74,151,14,9,0,0,0,0,0,0,0 +541940,364,74,1551,116,80,19,0,0,0,0,0,0 +541990,364,74,228,44,34,3,0,0,0,0,0,0 +551112,364,74,302,16,7,0,0,0,0,0,0,0 +551114,364,74,9303,150,93,24,7,8,0,0,0,0 +561110,364,74,862,42,29,5,4,0,0,0,0,0 +561210,364,74,292,27,22,0,0,0,0,0,0,0 +561311,364,74,331,9,4,0,0,0,0,0,0,0 +561312,364,74,80,18,18,0,0,0,0,0,0,0 +561320,364,74,7456,98,43,15,22,7,0,0,0,0 +561330,364,74,193,9,3,0,0,0,0,0,0,0 +561410,364,74,152,14,11,0,0,0,0,0,0,0 +561421,364,74,82,4,0,0,0,0,0,0,0,0 +561422,364,74,6738,21,9,3,0,0,0,0,0,0 +561431,364,74,37,7,4,0,0,0,0,0,0,0 +561439,364,74,59,11,9,0,0,0,0,0,0,0 +561440,364,74,733,10,3,3,0,0,0,0,0,0 +561491,364,74,16,4,3,0,0,0,0,0,0,0 +561499,364,74,62,12,9,0,0,0,0,0,0,0 +561510,364,74,276,40,32,3,0,0,0,0,0,0 +561520,364,74,8,3,3,0,0,0,0,0,0,0 +561611,364,74,30,12,12,0,0,0,0,0,0,0 +561612,364,74,1421,30,12,10,0,0,0,0,0,0 +561613,364,74,194,4,0,0,0,0,0,0,0,0 +561621,364,74,1366,30,21,3,0,0,0,0,0,0 +561622,364,74,20,6,5,0,0,0,0,0,0,0 +561710,364,74,182,34,27,0,0,0,0,0,0,0 +561720,364,74,3217,262,225,22,0,0,0,0,0,0 +561730,364,74,5208,485,464,10,0,0,0,0,0,0 +561740,364,74,100,19,19,0,0,0,0,0,0,0 +561790,364,74,122,24,18,0,0,0,0,0,0,0 +561910,364,74,119,6,3,0,0,0,0,0,0,0 +561920,364,74,449,10,7,0,0,0,0,0,0,0 +561990,364,74,211,28,18,0,0,0,0,0,0,0 +562111,364,74,754,38,13,3,0,0,0,0,0,0 +562119,364,74,8,3,0,0,0,0,0,0,0,0 +562212,364,74,151,8,3,4,0,0,0,0,0,0 +562910,364,74,231,16,12,0,0,0,0,0,0,0 +562920,364,74,184,24,13,0,0,0,0,0,0,0 +562991,364,74,17,9,6,0,0,0,0,0,0,0 +611110,364,74,3502,80,24,32,8,0,0,0,0,0 +611210,364,74,0,3,0,0,0,0,0,0,0,0 +611310,364,74,25593,9,0,0,0,0,0,0,0,0 +611420,364,74,2,3,3,0,0,0,0,0,0,0 +611430,364,74,297,23,20,0,0,0,0,0,0,0 +611511,364,74,87,4,0,0,0,0,0,0,0,0 +611513,364,74,20,6,5,0,0,0,0,0,0,0 +611519,364,74,72,11,3,0,0,0,0,0,0,0 +611610,364,74,560,71,66,0,0,0,0,0,0,0 +611620,364,74,480,60,45,8,0,0,0,0,0,0 +611630,364,74,20,4,0,0,0,0,0,0,0,0 +611691,364,74,510,20,15,0,0,0,0,0,0,0 +611692,364,74,41,6,4,0,0,0,0,0,0,0 +611699,364,74,186,27,21,0,0,0,0,0,0,0 +611710,364,74,122,21,18,0,0,0,0,0,0,0 +621111,364,74,5226,463,384,57,3,0,0,0,0,0 +621112,364,74,57,26,25,0,0,0,0,0,0,0 +621210,364,74,3157,428,402,13,0,0,0,0,0,0 +621310,364,74,366,118,113,0,0,0,0,0,0,0 +621320,364,74,287,47,37,0,0,0,0,0,0,0 +621330,364,74,139,79,74,0,0,0,0,0,0,0 +621340,364,74,1245,117,94,4,0,0,0,0,0,0 +621391,364,74,135,25,22,0,0,0,0,0,0,0 +621399,364,74,115,34,33,0,0,0,0,0,0,0 +621410,364,74,79,6,0,0,0,0,0,0,0,0 +621420,364,74,464,18,5,3,0,0,0,0,0,0 +621492,364,74,0,12,4,0,0,0,0,0,0,0 +621493,364,74,415,9,0,7,0,0,0,0,0,0 +621498,364,74,1362,44,14,12,5,0,0,0,0,0 +621511,364,74,811,49,45,0,0,0,0,0,0,0 +621512,364,74,496,23,14,6,0,0,0,0,0,0 +621610,364,74,6027,51,23,3,4,5,4,0,0,0 +621910,364,74,1389,32,3,11,0,0,0,0,0,0 +621999,364,74,163,16,11,0,0,0,0,0,0,0 +622110,364,74,26283,7,0,0,0,0,0,0,0,0 +623110,364,74,10029,64,8,18,15,6,3,0,0,0 +623210,364,74,3660,303,236,49,0,0,0,0,0,0 +623220,364,74,767,40,25,7,0,0,0,0,0,0 +623311,364,74,609,7,0,5,0,0,0,0,0,0 +623312,364,74,2239,51,12,20,4,0,0,0,0,0 +623990,364,74,70,4,3,0,0,0,0,0,0,0 +624110,364,74,2293,21,10,0,0,0,0,0,0,0 +624120,364,74,4053,122,54,31,6,0,0,0,0,0 +624190,364,74,1781,82,47,14,4,0,0,0,0,0 +624210,364,74,0,7,6,0,0,0,0,0,0,0 +624221,364,74,182,8,0,3,0,0,0,0,0,0 +624229,364,74,422,38,28,0,0,0,0,0,0,0 +624310,364,74,2055,37,17,10,3,0,0,0,0,0 +624410,364,74,4360,306,212,75,0,0,0,0,0,0 +711110,364,74,297,12,9,0,0,0,0,0,0,0 +711120,364,74,58,4,4,0,0,0,0,0,0,0 +711130,364,74,215,11,9,0,0,0,0,0,0,0 +711211,364,74,160,5,0,0,0,0,0,0,0,0 +711219,364,74,101,13,10,3,0,0,0,0,0,0 +711310,364,74,123,7,5,0,0,0,0,0,0,0 +711320,364,74,46,11,8,0,0,0,0,0,0,0 +711410,364,74,10,5,5,0,0,0,0,0,0,0 +711510,364,74,64,33,32,0,0,0,0,0,0,0 +712110,364,74,627,28,19,0,0,0,0,0,0,0 +713120,364,74,105,9,4,3,0,0,0,0,0,0 +713290,364,74,0,13,10,0,0,0,0,0,0,0 +713910,364,74,940,71,50,7,0,0,0,0,0,0 +713930,364,74,133,24,16,0,0,0,0,0,0,0 +713940,364,74,3727,129,89,21,4,4,0,0,0,0 +713950,364,74,330,26,8,5,0,0,0,0,0,0 +713990,364,74,436,79,66,3,0,0,0,0,0,0 +721110,364,74,3322,124,67,35,7,0,0,0,0,0 +721191,364,74,29,14,13,0,0,0,0,0,0,0 +721211,364,74,13,17,15,0,0,0,0,0,0,0 +721214,364,74,0,3,0,0,0,0,0,0,0,0 +722310,364,74,1358,87,58,11,0,0,0,0,0,0 +722320,364,74,506,71,63,5,0,0,0,0,0,0 +722330,364,74,44,26,26,0,0,0,0,0,0,0 +722410,364,74,1318,191,166,15,0,0,0,0,0,0 +722511,364,74,18038,999,667,317,12,0,0,0,0,0 +722513,364,74,13199,866,597,264,0,0,0,0,0,0 +722514,364,74,106,10,7,0,0,0,0,0,0,0 +722515,364,74,2870,256,197,42,0,0,0,0,0,0 +811111,364,74,1535,419,414,0,0,0,0,0,0,0 +811113,364,74,28,7,5,0,0,0,0,0,0,0 +811118,364,74,48,6,3,0,0,0,0,0,0,0 +811121,364,74,815,117,106,3,0,0,0,0,0,0 +811122,364,74,76,9,7,0,0,0,0,0,0,0 +811191,364,74,0,15,12,0,0,0,0,0,0,0 +811192,364,74,295,44,28,4,0,0,0,0,0,0 +811198,364,74,0,7,0,0,0,0,0,0,0,0 +811211,364,74,43,6,4,0,0,0,0,0,0,0 +811212,364,74,98,13,11,0,0,0,0,0,0,0 +811213,364,74,0,6,4,0,0,0,0,0,0,0 +811219,364,74,79,6,3,0,0,0,0,0,0,0 +811310,364,74,361,66,55,0,0,0,0,0,0,0 +811412,364,74,53,10,4,0,0,0,0,0,0,0 +811420,364,74,13,5,5,0,0,0,0,0,0,0 +811430,364,74,12,5,5,0,0,0,0,0,0,0 +811490,364,74,92,29,27,0,0,0,0,0,0,0 +812111,364,74,74,18,17,0,0,0,0,0,0,0 +812112,364,74,1552,285,274,3,0,0,0,0,0,0 +812113,364,74,451,137,132,0,0,0,0,0,0,0 +812191,364,74,152,10,3,5,0,0,0,0,0,0 +812199,364,74,549,86,75,3,0,0,0,0,0,0 +812210,364,74,317,76,70,0,0,0,0,0,0,0 +812220,364,74,129,32,28,0,0,0,0,0,0,0 +812310,364,74,81,23,19,0,0,0,0,0,0,0 +812320,364,74,442,37,29,7,0,0,0,0,0,0 +812332,364,74,305,5,0,0,0,0,0,0,0,0 +812910,364,74,337,76,63,0,0,0,0,0,0,0 +812930,364,74,128,13,8,0,0,0,0,0,0,0 +812990,364,74,73,26,22,0,0,0,0,0,0,0 +813110,364,74,4341,677,634,26,3,0,0,0,0,0 +813211,364,74,240,36,31,0,0,0,0,0,0,0 +813212,364,74,162,17,14,0,0,0,0,0,0,0 +813219,364,74,113,5,0,0,0,0,0,0,0,0 +813311,364,74,37,10,7,0,0,0,0,0,0,0 +813312,364,74,170,17,13,0,0,0,0,0,0,0 +813319,364,74,181,23,18,0,0,0,0,0,0,0 +813410,364,74,989,88,66,4,0,0,0,0,0,0 +813910,364,74,211,37,31,0,0,0,0,0,0,0 +813920,364,74,42,16,16,0,0,0,0,0,0,0 +813930,364,74,570,63,46,3,0,0,0,0,0,0 +813940,364,74,10,4,4,0,0,0,0,0,0,0 +813990,364,74,114,28,26,0,0,0,0,0,0,0 +236115,364,75,55,11,10,0,0,0,0,0,0,0 +236118,364,75,48,18,15,0,0,0,0,0,0,0 +236220,364,75,0,3,0,0,0,0,0,0,0,0 +238130,364,75,30,6,5,0,0,0,0,0,0,0 +238140,364,75,0,3,0,0,0,0,0,0,0,0 +238210,364,75,7,4,4,0,0,0,0,0,0,0 +238220,364,75,50,12,9,0,0,0,0,0,0,0 +238350,364,75,14,5,4,0,0,0,0,0,0,0 +238910,364,75,39,8,5,0,0,0,0,0,0,0 +238990,364,75,2,3,3,0,0,0,0,0,0,0 +312120,364,75,9,3,3,0,0,0,0,0,0,0 +312130,364,75,261,18,14,3,0,0,0,0,0,0 +425120,364,75,5,5,5,0,0,0,0,0,0,0 +442210,364,75,0,3,0,0,0,0,0,0,0,0 +444130,364,75,0,4,0,0,0,0,0,0,0,0 +444190,364,75,51,5,0,0,0,0,0,0,0,0 +445110,364,75,215,10,0,4,0,0,0,0,0,0 +445310,364,75,41,8,6,0,0,0,0,0,0,0 +446110,364,75,63,5,3,0,0,0,0,0,0,0 +447110,364,75,79,6,0,0,0,0,0,0,0,0 +452319,364,75,21,4,3,0,0,0,0,0,0,0 +453220,364,75,3,3,3,0,0,0,0,0,0,0 +484220,364,75,44,4,0,0,0,0,0,0,0,0 +519120,364,75,23,3,0,0,0,0,0,0,0,0 +522110,364,75,49,5,3,0,0,0,0,0,0,0 +524210,364,75,31,6,4,0,0,0,0,0,0,0 +531110,364,75,60,6,4,0,0,0,0,0,0,0 +531210,364,75,7,7,7,0,0,0,0,0,0,0 +541110,364,75,11,3,0,0,0,0,0,0,0,0 +541219,364,75,11,4,3,0,0,0,0,0,0,0 +541940,364,75,0,3,0,0,0,0,0,0,0,0 +561730,364,75,20,18,17,0,0,0,0,0,0,0 +621498,364,75,0,4,0,0,0,0,0,0,0,0 +623110,364,75,86,3,0,0,0,0,0,0,0,0 +623210,364,75,0,8,5,0,0,0,0,0,0,0 +624120,364,75,89,4,0,0,0,0,0,0,0,0 +624190,364,75,36,4,0,0,0,0,0,0,0,0 +624410,364,75,76,5,0,0,0,0,0,0,0,0 +721110,364,75,42,6,4,0,0,0,0,0,0,0 +721191,364,75,3,4,4,0,0,0,0,0,0,0 +722410,364,75,27,6,4,0,0,0,0,0,0,0 +722511,364,75,202,20,18,0,0,0,0,0,0,0 +722513,364,75,163,12,8,0,0,0,0,0,0,0 +722515,364,75,9,5,3,0,0,0,0,0,0,0 +811111,364,75,33,11,11,0,0,0,0,0,0,0 +811490,364,75,2,3,3,0,0,0,0,0,0,0 +812112,364,75,12,3,0,0,0,0,0,0,0,0 +812210,364,75,12,3,0,0,0,0,0,0,0,0 +813110,364,75,93,24,22,0,0,0,0,0,0,0 +813410,364,75,31,8,8,0,0,0,0,0,0,0 +113310,369,75,390,132,113,0,0,0,0,0,0,0 +115210,369,75,70,21,13,0,0,0,0,0,0,0 +211120,369,75,10,5,5,0,0,0,0,0,0,0 +212312,369,75,37,9,3,3,0,0,0,0,0,0 +212321,369,75,208,29,9,0,0,0,0,0,0,0 +213112,369,75,46,3,0,0,0,0,0,0,0,0 +221111,369,75,20,27,21,0,0,0,0,0,0,0 +221112,369,75,214,3,0,0,0,0,0,0,0,0 +221113,369,75,0,4,0,0,0,0,0,0,0,0 +221115,369,75,0,6,3,0,0,0,0,0,0,0 +221122,369,75,74,57,3,3,0,0,0,0,0,0 +221210,369,75,0,10,0,0,0,0,0,0,0,0 +221310,369,75,11,3,0,0,0,0,0,0,0,0 +236115,369,75,1259,471,439,0,0,0,0,0,0,0 +236116,369,75,132,5,0,0,0,0,0,0,0,0 +236117,369,75,213,74,63,0,0,0,0,0,0,0 +236118,369,75,2648,1112,1077,3,0,0,0,0,0,0 +236210,369,75,249,10,0,0,0,0,0,0,0,0 +236220,369,75,3228,283,190,31,0,0,0,0,0,0 +237110,369,75,481,63,27,3,0,0,0,0,0,0 +237130,369,75,313,17,3,0,0,0,0,0,0,0 +237210,369,75,29,11,7,0,0,0,0,0,0,0 +237310,369,75,530,75,32,0,0,0,0,0,0,0 +237990,369,75,3,16,9,0,0,0,0,0,0,0 +238110,369,75,407,96,73,0,0,0,0,0,0,0 +238130,369,75,276,67,51,0,0,0,0,0,0,0 +238140,369,75,633,170,152,3,0,0,0,0,0,0 +238150,369,75,89,18,11,0,0,0,0,0,0,0 +238160,369,75,1160,117,86,0,0,0,0,0,0,0 +238170,369,75,92,55,44,0,0,0,0,0,0,0 +238190,369,75,19,4,3,0,0,0,0,0,0,0 +238210,369,75,3946,437,363,32,0,0,0,0,0,0 +238220,369,75,5163,649,574,31,3,0,0,0,0,0 +238290,369,75,506,40,16,3,0,0,0,0,0,0 +238310,369,75,1018,124,78,7,0,0,0,0,0,0 +238320,369,75,753,226,198,0,0,0,0,0,0,0 +238330,369,75,322,106,88,0,0,0,0,0,0,0 +238340,369,75,129,20,14,0,0,0,0,0,0,0 +238350,369,75,848,251,213,0,0,0,0,0,0,0 +238390,369,75,89,22,15,0,0,0,0,0,0,0 +238910,369,75,2008,431,372,8,0,0,0,0,0,0 +238990,369,75,845,252,219,5,0,0,0,0,0,0 +311119,369,75,93,7,0,0,0,0,0,0,0,0 +311352,369,75,16,3,0,0,0,0,0,0,0,0 +311421,369,75,0,3,0,0,0,0,0,0,0,0 +311513,369,75,0,3,3,0,0,0,0,0,0,0 +311612,369,75,139,3,0,0,0,0,0,0,0,0 +311811,369,75,335,46,34,0,0,0,0,0,0,0 +311812,369,75,58,8,0,0,0,0,0,0,0,0 +312120,369,75,181,41,11,0,0,0,0,0,0,0 +312130,369,75,511,56,37,3,0,0,0,0,0,0 +312230,369,75,119,3,0,0,0,0,0,0,0,0 +321113,369,75,45,20,0,0,0,0,0,0,0,0 +321911,369,75,0,4,0,0,0,0,0,0,0,0 +321918,369,75,60,4,0,0,0,0,0,0,0,0 +321920,369,75,260,17,6,3,0,0,0,0,0,0 +321999,369,75,0,6,0,0,0,0,0,0,0,0 +322211,369,75,330,5,0,0,0,0,0,0,0,0 +323111,369,75,1046,108,53,8,0,0,0,0,0,0 +323113,369,75,69,11,7,0,0,0,0,0,0,0 +323120,369,75,44,7,6,0,0,0,0,0,0,0 +324121,369,75,94,11,0,0,0,0,0,0,0,0 +325412,369,75,177,3,0,0,0,0,0,0,0,0 +325510,369,75,0,4,0,0,0,0,0,0,0,0 +326199,369,75,2717,37,7,0,0,0,0,0,0,0 +327212,369,75,0,3,0,0,0,0,0,0,0,0 +327215,369,75,0,3,0,0,0,0,0,0,0,0 +327320,369,75,161,31,12,0,0,0,0,0,0,0 +327390,369,75,18,6,0,0,0,0,0,0,0,0 +327991,369,75,171,14,4,0,0,0,0,0,0,0 +327999,369,75,0,3,0,0,0,0,0,0,0,0 +331420,369,75,865,8,0,3,0,0,0,0,0,0 +331491,369,75,515,3,0,0,0,0,0,0,0,0 +331524,369,75,0,3,0,0,0,0,0,0,0,0 +332114,369,75,0,3,0,0,0,0,0,0,0,0 +332312,369,75,557,20,3,6,0,0,0,0,0,0 +332321,369,75,6,3,3,0,0,0,0,0,0,0 +332322,369,75,253,12,0,0,0,0,0,0,0,0 +332323,369,75,27,6,3,0,0,0,0,0,0,0 +332410,369,75,0,3,0,0,0,0,0,0,0,0 +332510,369,75,0,3,0,0,0,0,0,0,0,0 +332710,369,75,1733,114,57,15,0,0,0,0,0,0 +332721,369,75,875,31,5,0,0,0,0,0,0,0 +332812,369,75,0,3,0,0,0,0,0,0,0,0 +332813,369,75,77,6,0,0,0,0,0,0,0,0 +332996,369,75,19,3,0,0,0,0,0,0,0,0 +332999,369,75,299,13,5,3,0,0,0,0,0,0 +333249,369,75,42,7,0,0,0,0,0,0,0,0 +333415,369,75,196,4,0,0,0,0,0,0,0,0 +333514,369,75,115,8,0,0,0,0,0,0,0,0 +333993,369,75,0,3,0,0,0,0,0,0,0,0 +334118,369,75,0,3,0,0,0,0,0,0,0,0 +334220,369,75,901,9,3,3,0,0,0,0,0,0 +334290,369,75,54,3,0,0,0,0,0,0,0,0 +334416,369,75,122,4,0,0,0,0,0,0,0,0 +334418,369,75,0,3,0,0,0,0,0,0,0,0 +334419,369,75,160,11,0,0,0,0,0,0,0,0 +334516,369,75,0,4,0,0,0,0,0,0,0,0 +334519,369,75,0,3,0,0,0,0,0,0,0,0 +335314,369,75,336,6,0,0,0,0,0,0,0,0 +335929,369,75,97,3,0,0,0,0,0,0,0,0 +336211,369,75,0,3,0,0,0,0,0,0,0,0 +336370,369,75,0,3,0,0,0,0,0,0,0,0 +336510,369,75,0,4,0,0,0,0,0,0,0,0 +337110,369,75,58,12,8,0,0,0,0,0,0,0 +337122,369,75,0,3,0,0,0,0,0,0,0,0 +337212,369,75,170,7,0,4,0,0,0,0,0,0 +337215,369,75,0,3,0,0,0,0,0,0,0,0 +339112,369,75,0,3,0,0,0,0,0,0,0,0 +339113,369,75,12,3,0,0,0,0,0,0,0,0 +339115,369,75,0,3,0,0,0,0,0,0,0,0 +339116,369,75,77,17,10,0,0,0,0,0,0,0 +339920,369,75,0,4,0,0,0,0,0,0,0,0 +339950,369,75,168,28,14,0,0,0,0,0,0,0 +339999,369,75,192,18,4,0,0,0,0,0,0,0 +423110,369,75,587,27,10,7,0,0,0,0,0,0 +423120,369,75,1228,90,54,7,0,0,0,0,0,0 +423130,369,75,194,13,4,0,0,0,0,0,0,0 +423140,369,75,0,3,0,0,0,0,0,0,0,0 +423210,369,75,155,14,3,5,0,0,0,0,0,0 +423220,369,75,64,19,12,0,0,0,0,0,0,0 +423310,369,75,389,26,13,0,0,0,0,0,0,0 +423320,369,75,114,6,3,0,0,0,0,0,0,0 +423330,369,75,235,6,0,0,0,0,0,0,0,0 +423390,369,75,278,15,10,0,0,0,0,0,0,0 +423420,369,75,538,49,27,0,0,0,0,0,0,0 +423430,369,75,240,24,18,0,0,0,0,0,0,0 +423440,369,75,429,16,9,0,0,0,0,0,0,0 +423450,369,75,280,30,19,0,0,0,0,0,0,0 +423460,369,75,54,4,0,0,0,0,0,0,0,0 +423490,369,75,130,10,7,0,0,0,0,0,0,0 +423510,369,75,300,27,14,0,0,0,0,0,0,0 +423610,369,75,768,83,63,7,0,0,0,0,0,0 +423620,369,75,38,3,0,0,0,0,0,0,0,0 +423690,369,75,653,49,28,3,0,0,0,0,0,0 +423710,369,75,214,18,6,3,0,0,0,0,0,0 +423720,369,75,437,31,14,3,0,0,0,0,0,0 +423730,369,75,988,44,24,0,0,0,0,0,0,0 +423740,369,75,17,4,3,0,0,0,0,0,0,0 +423810,369,75,608,25,9,4,0,0,0,0,0,0 +423820,369,75,639,51,17,0,0,0,0,0,0,0 +423830,369,75,1226,105,71,10,0,0,0,0,0,0 +423840,369,75,694,45,21,0,0,0,0,0,0,0 +423850,369,75,106,11,8,0,0,0,0,0,0,0 +423910,369,75,99,8,4,0,0,0,0,0,0,0 +423930,369,75,408,54,26,0,0,0,0,0,0,0 +423940,369,75,16,4,3,0,0,0,0,0,0,0 +423990,369,75,120,20,6,0,0,0,0,0,0,0 +424120,369,75,151,11,10,0,0,0,0,0,0,0 +424130,369,75,51,4,0,0,0,0,0,0,0,0 +424210,369,75,158,26,9,0,0,0,0,0,0,0 +424330,369,75,6,6,3,0,0,0,0,0,0,0 +424410,369,75,738,7,0,0,0,0,0,0,0,0 +424420,369,75,75,13,3,0,0,0,0,0,0,0 +424430,369,75,449,18,3,3,0,0,0,0,0,0 +424450,369,75,6,8,3,0,0,0,0,0,0,0 +424470,369,75,73,8,0,0,0,0,0,0,0,0 +424480,369,75,223,18,8,3,0,0,0,0,0,0 +424490,369,75,1238,64,30,0,0,0,0,0,0,0 +424610,369,75,34,5,3,0,0,0,0,0,0,0 +424690,369,75,349,30,13,0,0,0,0,0,0,0 +424710,369,75,14,10,3,0,0,0,0,0,0,0 +424720,369,75,0,3,0,0,0,0,0,0,0,0 +424810,369,75,672,10,0,3,3,0,0,0,0,0 +424820,369,75,0,3,0,0,0,0,0,0,0,0 +424910,369,75,258,28,12,0,0,0,0,0,0,0 +424930,369,75,32,4,0,0,0,0,0,0,0,0 +424940,369,75,30,7,0,0,0,0,0,0,0,0 +424950,369,75,20,6,0,0,0,0,0,0,0,0 +424990,369,75,110,29,17,0,0,0,0,0,0,0 +425120,369,75,900,180,153,4,0,0,0,0,0,0 +441110,369,75,9205,285,59,144,3,0,0,0,0,0 +441120,369,75,1079,243,203,0,0,0,0,0,0,0 +441210,369,75,176,17,3,0,0,0,0,0,0,0 +441222,369,75,100,32,22,0,0,0,0,0,0,0 +441228,369,75,445,62,31,0,0,0,0,0,0,0 +441310,369,75,3023,318,244,17,0,0,0,0,0,0 +441320,369,75,1230,169,112,0,0,0,0,0,0,0 +442110,369,75,1251,131,84,13,0,0,0,0,0,0 +442210,369,75,450,90,60,0,0,0,0,0,0,0 +442299,369,75,883,78,34,15,0,0,0,0,0,0 +443141,369,75,141,43,29,0,0,0,0,0,0,0 +443142,369,75,1341,143,100,0,0,0,0,0,0,0 +444110,369,75,2848,53,0,0,11,0,0,0,0,0 +444120,369,75,87,26,15,0,0,0,0,0,0,0 +444130,369,75,1505,198,118,12,0,0,0,0,0,0 +444190,369,75,3067,335,265,11,0,0,0,0,0,0 +444210,369,75,282,52,19,0,0,0,0,0,0,0 +444220,369,75,1001,135,81,0,0,0,0,0,0,0 +445110,369,75,22913,623,342,139,25,6,0,0,0,0 +445120,369,75,1207,236,182,0,0,0,0,0,0,0 +445210,369,75,7,6,0,0,0,0,0,0,0,0 +445230,369,75,49,11,3,0,0,0,0,0,0,0 +445292,369,75,80,13,6,0,0,0,0,0,0,0 +445299,369,75,79,25,14,0,0,0,0,0,0,0 +445310,369,75,1672,342,301,0,0,0,0,0,0,0 +446110,369,75,6460,397,204,140,0,0,0,0,0,0 +446120,369,75,652,41,18,9,0,0,0,0,0,0 +446130,369,75,620,95,67,0,0,0,0,0,0,0 +446191,369,75,226,49,29,0,0,0,0,0,0,0 +446199,369,75,446,70,42,0,0,0,0,0,0,0 +447110,369,75,9182,1016,957,32,0,0,0,0,0,0 +447190,369,75,779,119,68,0,0,0,0,0,0,0 +448110,369,75,178,31,22,0,0,0,0,0,0,0 +448120,369,75,1600,160,128,9,0,0,0,0,0,0 +448130,369,75,384,34,20,0,0,0,0,0,0,0 +448140,369,75,3448,142,50,51,0,0,0,0,0,0 +448150,369,75,107,20,9,0,0,0,0,0,0,0 +448190,369,75,533,49,29,4,0,0,0,0,0,0 +448210,369,75,1115,128,96,7,0,0,0,0,0,0 +448310,369,75,691,125,99,0,0,0,0,0,0,0 +451110,369,75,1808,200,143,3,0,0,0,0,0,0 +451120,369,75,866,46,16,9,0,0,0,0,0,0 +451130,369,75,168,20,3,0,0,0,0,0,0,0 +451140,369,75,66,15,6,0,0,0,0,0,0,0 +451211,369,75,485,39,14,3,0,0,0,0,0,0 +451212,369,75,23,6,3,0,0,0,0,0,0,0 +452210,369,75,2600,31,0,7,8,0,0,0,0,0 +452311,369,75,5713,53,0,0,7,10,0,0,0,0 +452319,369,75,4133,456,371,37,0,0,0,0,0,0 +453110,369,75,420,112,77,0,0,0,0,0,0,0 +453210,369,75,128,9,0,3,0,0,0,0,0,0 +453220,369,75,822,184,158,0,0,0,0,0,0,0 +453310,369,75,829,160,120,0,0,0,0,0,0,0 +453910,369,75,574,57,19,3,0,0,0,0,0,0 +453920,369,75,20,4,3,0,0,0,0,0,0,0 +453930,369,75,79,19,3,0,0,0,0,0,0,0 +453991,369,75,45,14,13,0,0,0,0,0,0,0 +453998,369,75,597,176,143,0,0,0,0,0,0,0 +454110,369,75,1119,164,133,0,0,0,0,0,0,0 +454210,369,75,101,14,8,0,0,0,0,0,0,0 +454310,369,75,1875,194,126,3,0,0,0,0,0,0 +454390,369,75,528,129,109,0,0,0,0,0,0,0 +481111,369,75,175,4,0,0,0,0,0,0,0,0 +484110,369,75,1614,182,130,6,0,0,0,0,0,0 +484121,369,75,2218,166,87,8,0,0,0,0,0,0 +484122,369,75,1405,35,3,15,0,0,0,0,0,0 +484210,369,75,419,43,18,3,0,0,0,0,0,0 +484220,369,75,1584,246,194,6,0,0,0,0,0,0 +484230,369,75,540,50,7,0,0,0,0,0,0,0 +485210,369,75,61,3,0,0,0,0,0,0,0,0 +485310,369,75,451,47,23,5,0,0,0,0,0,0 +485320,369,75,30,7,0,0,0,0,0,0,0,0 +485410,369,75,916,20,3,0,3,0,0,0,0,0 +485510,369,75,0,3,0,0,0,0,0,0,0,0 +485991,369,75,440,47,18,7,0,0,0,0,0,0 +485999,369,75,0,3,0,0,0,0,0,0,0,0 +486210,369,75,40,7,4,0,0,0,0,0,0,0 +488119,369,75,44,3,0,0,0,0,0,0,0,0 +488330,369,75,2,3,3,0,0,0,0,0,0,0 +488410,369,75,237,46,16,0,0,0,0,0,0,0 +488490,369,75,96,6,0,0,0,0,0,0,0,0 +488510,369,75,907,70,46,6,0,0,0,0,0,0 +488991,369,75,0,3,0,0,0,0,0,0,0,0 +492110,369,75,742,64,18,9,0,0,0,0,0,0 +492210,369,75,68,14,8,0,0,0,0,0,0,0 +493110,369,75,3166,51,15,8,0,0,0,0,0,0 +493120,369,75,92,4,0,0,0,0,0,0,0,0 +493190,369,75,357,7,4,0,0,0,0,0,0,0 +511110,369,75,771,57,6,0,0,0,0,0,0,0 +511120,369,75,44,5,0,0,0,0,0,0,0,0 +511130,369,75,7,16,7,0,0,0,0,0,0,0 +511210,369,75,620,28,11,0,0,0,0,0,0,0 +512110,369,75,31,20,15,0,0,0,0,0,0,0 +512131,369,75,460,19,0,0,0,0,0,0,0,0 +512191,369,75,0,3,3,0,0,0,0,0,0,0 +512240,369,75,4,3,3,0,0,0,0,0,0,0 +515112,369,75,293,27,9,3,0,0,0,0,0,0 +515120,369,75,543,16,0,3,0,0,0,0,0,0 +517311,369,75,3321,275,179,16,0,0,0,0,0,0 +517312,369,75,999,123,79,3,0,0,0,0,0,0 +517911,369,75,23,8,3,0,0,0,0,0,0,0 +517919,369,75,6,5,5,0,0,0,0,0,0,0 +518210,369,75,946,33,19,0,0,0,0,0,0,0 +519120,369,75,1397,231,168,6,0,0,0,0,0,0 +519130,369,75,101,15,12,0,0,0,0,0,0,0 +522110,369,75,7984,700,635,6,4,0,0,0,0,0 +522120,369,75,440,87,54,6,0,0,0,0,0,0 +522130,369,75,3262,269,199,8,0,0,0,0,0,0 +522220,369,75,0,5,3,0,0,0,0,0,0,0 +522291,369,75,15,4,0,0,0,0,0,0,0,0 +522292,369,75,189,16,11,3,0,0,0,0,0,0 +522298,369,75,0,3,0,0,0,0,0,0,0,0 +522310,369,75,19,4,3,0,0,0,0,0,0,0 +522390,369,75,0,4,4,0,0,0,0,0,0,0 +523120,369,75,677,121,92,4,0,0,0,0,0,0 +523910,369,75,8,9,9,0,0,0,0,0,0,0 +523920,369,75,686,159,130,0,0,0,0,0,0,0 +523930,369,75,142,61,55,0,0,0,0,0,0,0 +524113,369,75,900,46,30,8,0,0,0,0,0,0 +524114,369,75,2263,32,14,0,3,0,0,0,0,0 +524126,369,75,2177,81,45,10,4,0,0,0,0,0 +524210,369,75,5662,933,871,12,3,0,0,0,0,0 +524291,369,75,156,23,16,0,0,0,0,0,0,0 +524292,369,75,446,13,6,0,0,0,0,0,0,0 +524298,369,75,0,3,0,0,0,0,0,0,0,0 +531110,369,75,2159,553,517,3,0,0,0,0,0,0 +531120,369,75,1230,275,243,4,0,0,0,0,0,0 +531130,369,75,110,40,33,0,0,0,0,0,0,0 +531190,369,75,101,45,37,0,0,0,0,0,0,0 +531210,369,75,906,361,342,0,0,0,0,0,0,0 +531311,369,75,1348,223,175,6,0,0,0,0,0,0 +531312,369,75,672,71,50,3,0,0,0,0,0,0 +531320,369,75,141,44,35,0,0,0,0,0,0,0 +531390,369,75,9,10,7,0,0,0,0,0,0,0 +532111,369,75,322,41,19,3,0,0,0,0,0,0 +532120,369,75,314,30,11,0,0,0,0,0,0,0 +532210,369,75,158,67,50,0,0,0,0,0,0,0 +532281,369,75,17,7,0,0,0,0,0,0,0,0 +532283,369,75,213,19,9,3,0,0,0,0,0,0 +532284,369,75,7,8,5,0,0,0,0,0,0,0 +532289,369,75,187,31,20,0,0,0,0,0,0,0 +532310,369,75,52,5,0,0,0,0,0,0,0,0 +532412,369,75,144,13,3,0,0,0,0,0,0,0 +532420,369,75,62,4,0,0,0,0,0,0,0,0 +532490,369,75,145,22,10,0,0,0,0,0,0,0 +541110,369,75,4633,1008,948,20,0,0,0,0,0,0 +541191,369,75,173,43,27,0,0,0,0,0,0,0 +541199,369,75,18,9,8,0,0,0,0,0,0,0 +541211,369,75,1837,259,215,8,0,0,0,0,0,0 +541213,369,75,1169,201,164,0,0,0,0,0,0,0 +541214,369,75,326,23,12,3,0,0,0,0,0,0 +541219,369,75,1742,232,192,0,4,0,0,0,0,0 +541310,369,75,651,83,63,3,0,0,0,0,0,0 +541320,369,75,102,13,4,0,0,0,0,0,0,0 +541330,369,75,3571,285,206,26,5,0,0,0,0,0 +541350,369,75,27,16,15,0,0,0,0,0,0,0 +541370,369,75,203,75,61,0,0,0,0,0,0,0 +541380,369,75,674,50,21,4,0,0,0,0,0,0 +541410,369,75,41,18,16,0,0,0,0,0,0,0 +541420,369,75,18,5,4,0,0,0,0,0,0,0 +541430,369,75,127,49,35,0,0,0,0,0,0,0 +541490,369,75,0,3,3,0,0,0,0,0,0,0 +541511,369,75,1741,180,150,3,0,0,0,0,0,0 +541512,369,75,1810,209,167,15,0,0,0,0,0,0 +541513,369,75,280,27,16,4,0,0,0,0,0,0 +541519,369,75,52,11,5,0,0,0,0,0,0,0 +541611,369,75,1174,192,161,3,0,0,0,0,0,0 +541612,369,75,153,18,10,0,0,0,0,0,0,0 +541613,369,75,335,85,65,3,0,0,0,0,0,0 +541614,369,75,104,25,17,0,0,0,0,0,0,0 +541618,369,75,8,5,4,0,0,0,0,0,0,0 +541620,369,75,648,55,40,0,0,0,0,0,0,0 +541690,369,75,190,63,52,0,0,0,0,0,0,0 +541713,369,75,115,31,14,0,0,0,0,0,0,0 +541714,369,75,37,10,5,0,0,0,0,0,0,0 +541715,369,75,502,31,22,3,0,0,0,0,0,0 +541810,369,75,407,38,28,0,0,0,0,0,0,0 +541820,369,75,5,10,7,0,0,0,0,0,0,0 +541850,369,75,45,10,7,0,0,0,0,0,0,0 +541860,369,75,42,3,0,0,0,0,0,0,0,0 +541890,369,75,310,22,11,0,0,0,0,0,0,0 +541910,369,75,0,12,3,0,0,0,0,0,0,0 +541921,369,75,74,34,27,0,0,0,0,0,0,0 +541922,369,75,5,7,4,0,0,0,0,0,0,0 +541940,369,75,2761,250,166,17,0,0,0,0,0,0 +541990,369,75,130,43,29,0,0,0,0,0,0,0 +551112,369,75,145,12,4,0,0,0,0,0,0,0 +551114,369,75,6827,217,108,44,3,0,0,0,0,0 +561110,369,75,2509,120,63,9,0,0,0,0,0,0 +561210,369,75,34,15,9,0,0,0,0,0,0,0 +561311,369,75,229,15,3,3,0,0,0,0,0,0 +561312,369,75,42,8,6,0,0,0,0,0,0,0 +561320,369,75,7027,119,37,29,14,3,0,0,0,0 +561330,369,75,714,12,0,0,0,0,0,0,0,0 +561410,369,75,32,7,0,0,0,0,0,0,0,0 +561421,369,75,0,3,0,0,0,0,0,0,0,0 +561422,369,75,2310,7,0,0,0,0,0,0,0,0 +561431,369,75,52,9,3,0,0,0,0,0,0,0 +561439,369,75,129,17,8,0,0,0,0,0,0,0 +561440,369,75,507,23,4,0,0,0,0,0,0,0 +561491,369,75,20,5,3,0,0,0,0,0,0,0 +561492,369,75,13,4,3,0,0,0,0,0,0,0 +561499,369,75,132,8,6,0,0,0,0,0,0,0 +561510,369,75,359,63,52,0,0,0,0,0,0,0 +561520,369,75,54,6,0,0,0,0,0,0,0,0 +561591,369,75,8,3,3,0,0,0,0,0,0,0 +561611,369,75,101,12,9,0,0,0,0,0,0,0 +561612,369,75,1695,17,6,0,0,0,0,0,0,0 +561613,369,75,133,4,0,0,0,0,0,0,0,0 +561621,369,75,940,26,12,4,0,0,0,0,0,0 +561622,369,75,30,5,3,0,0,0,0,0,0,0 +561710,369,75,198,35,21,0,0,0,0,0,0,0 +561720,369,75,4781,343,265,28,0,0,0,0,0,0 +561730,369,75,2374,843,801,0,0,0,0,0,0,0 +561740,369,75,84,20,10,0,0,0,0,0,0,0 +561790,369,75,123,41,35,0,0,0,0,0,0,0 +561920,369,75,521,16,12,0,0,0,0,0,0,0 +561990,369,75,632,83,55,0,0,0,0,0,0,0 +562111,369,75,1336,102,33,4,0,0,0,0,0,0 +562119,369,75,0,3,0,0,0,0,0,0,0,0 +562212,369,75,0,15,11,0,0,0,0,0,0,0 +562910,369,75,514,35,11,8,0,0,0,0,0,0 +562920,369,75,57,24,10,0,0,0,0,0,0,0 +562991,369,75,70,25,11,0,0,0,0,0,0,0 +562998,369,75,58,4,0,0,0,0,0,0,0,0 +611110,369,75,3221,109,34,12,4,0,0,0,0,0 +611210,369,75,0,5,0,0,0,0,0,0,0,0 +611310,369,75,0,12,0,0,0,0,0,0,0,0 +611430,369,75,88,20,17,0,0,0,0,0,0,0 +611513,369,75,39,6,3,0,0,0,0,0,0,0 +611519,369,75,87,12,7,0,0,0,0,0,0,0 +611610,369,75,614,75,55,0,0,0,0,0,0,0 +611620,369,75,603,82,55,0,0,0,0,0,0,0 +611630,369,75,0,3,0,0,0,0,0,0,0,0 +611691,369,75,66,12,0,0,0,0,0,0,0,0 +611699,369,75,68,12,6,0,0,0,0,0,0,0 +611710,369,75,137,30,21,0,0,0,0,0,0,0 +621111,369,75,14887,1258,1048,158,6,0,0,0,0,0 +621112,369,75,182,35,24,0,0,0,0,0,0,0 +621210,369,75,5856,764,721,14,0,0,0,0,0,0 +621310,369,75,584,209,177,0,0,0,0,0,0,0 +621320,369,75,566,96,73,0,0,0,0,0,0,0 +621330,369,75,414,93,61,3,0,0,0,0,0,0 +621340,369,75,2117,248,187,0,0,0,0,0,0,0 +621391,369,75,253,68,37,0,0,0,0,0,0,0 +621399,369,75,243,80,63,0,0,0,0,0,0,0 +621410,369,75,227,15,0,0,0,0,0,0,0,0 +621420,369,75,349,46,9,3,0,0,0,0,0,0 +621492,369,75,0,8,0,0,0,0,0,0,0,0 +621493,369,75,518,21,0,10,0,0,0,0,0,0 +621498,369,75,1764,149,66,9,3,0,0,0,0,0 +621511,369,75,502,49,34,5,0,0,0,0,0,0 +621512,369,75,419,35,24,6,0,0,0,0,0,0 +621610,369,75,5515,123,15,31,6,0,0,0,0,0 +621910,369,75,1961,94,13,9,0,0,0,0,0,0 +621999,369,75,417,17,7,0,0,0,0,0,0,0 +622110,369,75,25918,91,24,10,6,0,0,0,3,0 +623110,369,75,17957,109,4,0,48,10,3,0,0,0 +623210,369,75,7322,629,522,63,0,0,0,0,0,0 +623220,369,75,496,51,18,3,0,0,0,0,0,0 +623312,369,75,4635,139,9,45,0,0,0,0,0,0 +623990,369,75,0,29,8,0,0,0,0,0,0,0 +624110,369,75,1363,76,29,4,0,0,0,0,0,0 +624120,369,75,13073,291,142,36,3,0,0,0,0,0 +624190,369,75,5762,258,148,31,3,0,0,0,0,0 +624210,369,75,290,60,43,0,0,0,0,0,0,0 +624221,369,75,214,24,6,0,0,0,0,0,0,0 +624229,369,75,531,52,25,0,0,0,0,0,0,0 +624310,369,75,1284,78,27,0,0,0,0,0,0,0 +624410,369,75,6703,608,473,79,0,0,0,0,0,0 +711110,369,75,256,17,3,0,0,0,0,0,0,0 +711130,369,75,68,4,3,0,0,0,0,0,0,0 +711211,369,75,77,3,0,0,0,0,0,0,0,0 +711212,369,75,0,3,0,0,0,0,0,0,0,0 +711310,369,75,264,26,12,0,0,0,0,0,0,0 +711320,369,75,14,12,12,0,0,0,0,0,0,0 +711510,369,75,169,59,52,0,0,0,0,0,0,0 +712110,369,75,798,90,49,0,0,0,0,0,0,0 +712190,369,75,17,3,0,0,0,0,0,0,0,0 +713120,369,75,102,21,10,0,0,0,0,0,0,0 +713910,369,75,796,223,192,3,0,0,0,0,0,0 +713920,369,75,435,4,0,0,0,0,0,0,0,0 +713930,369,75,197,80,62,0,0,0,0,0,0,0 +713940,369,75,4690,228,128,21,4,0,0,0,0,0 +713950,369,75,464,62,14,0,0,0,0,0,0,0 +713990,369,75,868,152,121,4,0,0,0,0,0,0 +721110,369,75,11118,611,431,106,8,0,0,0,0,0 +721191,369,75,235,54,36,0,0,0,0,0,0,0 +721199,369,75,36,30,26,0,0,0,0,0,0,0 +721211,369,75,186,103,85,0,0,0,0,0,0,0 +721214,369,75,726,85,60,3,0,0,0,0,0,0 +721310,369,75,172,63,58,0,0,0,0,0,0,0 +722310,369,75,5658,250,122,44,7,0,0,0,0,0 +722320,369,75,543,80,59,6,0,0,0,0,0,0 +722330,369,75,31,47,45,0,0,0,0,0,0,0 +722410,369,75,3546,641,594,15,0,0,0,0,0,0 +722511,369,75,35173,2413,1832,545,15,0,0,0,0,0 +722513,369,75,25360,1825,1351,443,3,0,0,0,0,0 +722514,369,75,164,4,3,0,0,0,0,0,0,0 +722515,369,75,5148,532,423,56,0,0,0,0,0,0 +811111,369,75,3434,934,892,0,0,0,0,0,0,0 +811113,369,75,33,10,3,0,0,0,0,0,0,0 +811118,369,75,0,4,3,0,0,0,0,0,0,0 +811121,369,75,1507,283,239,0,0,0,0,0,0,0 +811122,369,75,71,19,12,0,0,0,0,0,0,0 +811191,369,75,228,31,21,0,0,0,0,0,0,0 +811192,369,75,381,90,63,0,0,0,0,0,0,0 +811198,369,75,111,5,0,0,0,0,0,0,0,0 +811211,369,75,0,5,0,0,0,0,0,0,0,0 +811212,369,75,27,10,7,0,0,0,0,0,0,0 +811213,369,75,106,6,0,0,0,0,0,0,0,0 +811219,369,75,32,6,3,0,0,0,0,0,0,0 +811310,369,75,607,105,67,4,0,0,0,0,0,0 +811411,369,75,7,10,10,0,0,0,0,0,0,0 +811412,369,75,28,6,4,0,0,0,0,0,0,0 +811420,369,75,41,7,4,0,0,0,0,0,0,0 +811430,369,75,3,3,3,0,0,0,0,0,0,0 +811490,369,75,125,49,42,0,0,0,0,0,0,0 +812111,369,75,14,6,5,0,0,0,0,0,0,0 +812112,369,75,1787,403,377,0,0,0,0,0,0,0 +812113,369,75,765,195,179,0,0,0,0,0,0,0 +812191,369,75,100,11,6,0,0,0,0,0,0,0 +812199,369,75,465,122,100,0,0,0,0,0,0,0 +812210,369,75,1109,271,228,0,0,0,0,0,0,0 +812220,369,75,307,176,165,0,0,0,0,0,0,0 +812310,369,75,229,64,46,0,0,0,0,0,0,0 +812320,369,75,519,62,35,3,0,0,0,0,0,0 +812331,369,75,253,3,0,0,0,0,0,0,0,0 +812332,369,75,208,3,0,0,0,0,0,0,0,0 +812910,369,75,421,128,108,0,0,0,0,0,0,0 +812921,369,75,0,3,0,0,0,0,0,0,0,0 +812930,369,75,100,27,19,0,0,0,0,0,0,0 +812990,369,75,144,38,28,0,0,0,0,0,0,0 +813110,369,75,9585,1629,1541,48,0,0,0,0,0,0 +813211,369,75,409,67,51,0,0,0,0,0,0,0 +813212,369,75,97,19,11,0,0,0,0,0,0,0 +813219,369,75,196,19,6,0,0,0,0,0,0,0 +813311,369,75,38,15,5,0,0,0,0,0,0,0 +813312,369,75,515,77,48,0,0,0,0,0,0,0 +813319,369,75,470,38,23,0,0,0,0,0,0,0 +813410,369,75,3055,433,383,8,0,0,0,0,0,0 +813910,369,75,357,94,74,0,0,0,0,0,0,0 +813920,369,75,46,22,19,0,0,0,0,0,0,0 +813930,369,75,1201,167,113,10,0,0,0,0,0,0 +813940,369,75,4,5,5,0,0,0,0,0,0,0 +813990,369,75,256,77,59,0,0,0,0,0,0,0 +113310,371,76,147,28,17,0,0,0,0,0,0,0 +115210,371,76,161,22,18,0,0,0,0,0,0,0 +115310,371,76,40,6,4,0,0,0,0,0,0,0 +212313,371,76,0,8,0,3,0,0,0,0,0,0 +212319,371,76,0,3,0,0,0,0,0,0,0,0 +221111,371,76,0,3,0,0,0,0,0,0,0,0 +221112,371,76,0,13,9,0,0,0,0,0,0,0 +221113,371,76,0,9,5,0,0,0,0,0,0,0 +221114,371,76,44,5,3,0,0,0,0,0,0,0 +221122,371,76,379,126,91,7,4,0,0,0,0,0 +221210,371,76,0,13,6,0,0,0,0,0,0,0 +221310,371,76,13,7,4,0,0,0,0,0,0,0 +236115,371,76,1009,458,445,3,0,0,0,0,0,0 +236116,371,76,100,12,10,0,0,0,0,0,0,0 +236117,371,76,1586,141,113,15,0,0,0,0,0,0 +236118,371,76,2199,660,634,10,0,0,0,0,0,0 +236210,371,76,94,15,0,0,0,0,0,0,0,0 +236220,371,76,4069,299,231,47,4,0,0,0,0,0 +237110,371,76,1203,95,55,6,0,0,0,0,0,0 +237120,371,76,436,7,0,0,0,0,0,0,0,0 +237130,371,76,1849,71,41,4,0,0,0,0,0,0 +237210,371,76,607,58,43,3,0,0,0,0,0,0 +237310,371,76,3045,77,25,18,6,0,0,0,0,0 +237990,371,76,372,22,7,0,0,0,0,0,0,0 +238110,371,76,1984,146,111,9,0,0,0,0,0,0 +238120,371,76,487,31,10,0,0,0,0,0,0,0 +238130,371,76,282,101,84,0,0,0,0,0,0,0 +238140,371,76,1933,164,133,9,3,0,0,0,0,0 +238150,371,76,494,49,29,4,0,0,0,0,0,0 +238160,371,76,1597,150,121,11,0,0,0,0,0,0 +238170,371,76,328,75,70,0,0,0,0,0,0,0 +238190,371,76,532,47,28,3,0,0,0,0,0,0 +238210,371,76,7082,568,465,75,6,0,0,0,0,0 +238220,371,76,9840,789,679,88,10,0,0,0,0,0 +238290,371,76,829,52,30,11,0,0,0,0,0,0 +238310,371,76,1343,164,141,6,0,0,0,0,0,0 +238320,371,76,945,250,235,4,0,0,0,0,0,0 +238330,371,76,678,132,114,5,0,0,0,0,0,0 +238340,371,76,397,58,47,3,0,0,0,0,0,0 +238350,371,76,825,215,202,3,0,0,0,0,0,0 +238390,371,76,820,71,51,10,0,0,0,0,0,0 +238910,371,76,3503,233,182,28,4,0,0,0,0,0 +238990,371,76,2202,264,231,21,0,0,0,0,0,0 +311119,371,76,153,8,0,0,0,0,0,0,0,0 +311611,371,76,25,5,4,0,0,0,0,0,0,0 +311615,371,76,0,5,0,0,0,0,0,0,0,0 +311811,371,76,283,39,24,4,0,0,0,0,0,0 +311812,371,76,509,16,6,0,0,0,0,0,0,0 +311821,371,76,0,4,0,0,0,0,0,0,0,0 +311919,371,76,0,4,0,0,0,0,0,0,0,0 +312120,371,76,491,27,10,7,0,0,0,0,0,0 +312140,371,76,3,3,3,0,0,0,0,0,0,0 +313110,371,76,2153,16,0,3,3,0,0,0,0,0 +313230,371,76,431,4,0,0,0,0,0,0,0,0 +313310,371,76,569,11,0,3,0,0,0,0,0,0 +313320,371,76,81,3,0,0,0,0,0,0,0,0 +314110,371,76,32,4,0,0,0,0,0,0,0,0 +314120,371,76,220,15,7,0,0,0,0,0,0,0 +314910,371,76,25,3,0,0,0,0,0,0,0,0 +314999,371,76,434,19,7,0,0,0,0,0,0,0 +321113,371,76,89,9,0,0,0,0,0,0,0,0 +321214,371,76,271,3,0,0,0,0,0,0,0,0 +321918,371,76,74,15,6,0,0,0,0,0,0,0 +321920,371,76,424,12,3,0,0,0,0,0,0,0 +321999,371,76,65,10,0,0,0,0,0,0,0,0 +322211,371,76,767,10,0,0,0,0,0,0,0,0 +322212,371,76,728,7,0,0,3,0,0,0,0,0 +323111,371,76,2456,137,96,17,4,0,0,0,0,0 +323113,371,76,428,38,24,4,0,0,0,0,0,0 +323120,371,76,175,11,8,0,0,0,0,0,0,0 +324121,371,76,180,4,0,0,0,0,0,0,0,0 +325130,371,76,275,3,0,0,0,0,0,0,0,0 +325211,371,76,639,10,0,0,0,0,0,0,0,0 +325510,371,76,257,8,0,0,0,0,0,0,0,0 +325520,371,76,312,7,0,0,0,0,0,0,0,0 +325612,371,76,381,4,0,0,0,0,0,0,0,0 +325613,371,76,291,7,0,0,0,0,0,0,0,0 +325620,371,76,0,3,0,0,0,0,0,0,0,0 +325910,371,76,364,9,0,3,0,0,0,0,0,0 +325998,371,76,48,6,3,0,0,0,0,0,0,0 +326140,371,76,262,3,0,0,0,0,0,0,0,0 +326199,371,76,3345,52,17,4,7,0,0,0,0,0 +326212,371,76,187,6,0,0,0,0,0,0,0,0 +326220,371,76,566,10,3,3,0,0,0,0,0,0 +327120,371,76,329,6,0,0,0,0,0,0,0,0 +327215,371,76,47,5,0,0,0,0,0,0,0,0 +327320,371,76,681,50,13,7,0,0,0,0,0,0 +327390,371,76,315,9,0,3,0,0,0,0,0,0 +327991,371,76,250,15,0,0,0,0,0,0,0,0 +331110,371,76,0,3,0,0,0,0,0,0,0,0 +332119,371,76,395,8,0,0,0,0,0,0,0,0 +332312,371,76,528,24,8,0,0,0,0,0,0,0 +332313,371,76,64,3,0,0,0,0,0,0,0,0 +332321,371,76,199,4,0,0,0,0,0,0,0,0 +332322,371,76,700,33,16,4,0,0,0,0,0,0 +332323,371,76,51,7,4,0,0,0,0,0,0,0 +332420,371,76,121,4,0,3,0,0,0,0,0,0 +332439,371,76,0,3,0,3,0,0,0,0,0,0 +332510,371,76,0,6,0,0,0,0,0,0,0,0 +332618,371,76,141,3,0,0,0,0,0,0,0,0 +332710,371,76,1992,187,153,12,0,0,0,0,0,0 +332721,371,76,233,15,3,0,0,0,0,0,0,0 +332812,371,76,151,12,0,0,0,0,0,0,0,0 +332813,371,76,135,8,0,0,0,0,0,0,0,0 +332996,371,76,0,3,0,0,0,0,0,0,0,0 +332999,371,76,154,17,6,0,0,0,0,0,0,0 +333120,371,76,21,6,0,0,0,0,0,0,0,0 +333243,371,76,0,4,0,0,0,0,0,0,0,0 +333244,371,76,264,4,0,0,0,0,0,0,0,0 +333249,371,76,891,40,14,6,0,0,0,0,0,0 +333318,371,76,0,3,0,0,0,0,0,0,0,0 +333415,371,76,301,5,0,0,0,0,0,0,0,0 +333511,371,76,164,6,0,0,0,0,0,0,0,0 +333514,371,76,34,3,0,0,0,0,0,0,0,0 +333515,371,76,59,4,0,0,0,0,0,0,0,0 +333613,371,76,109,3,0,0,0,0,0,0,0,0 +333914,371,76,0,3,0,0,0,0,0,0,0,0 +333999,371,76,397,8,0,3,0,0,0,0,0,0 +334118,371,76,91,3,0,0,0,0,0,0,0,0 +334419,371,76,0,3,0,0,0,0,0,0,0,0 +334513,371,76,48,4,0,0,0,0,0,0,0,0 +335999,371,76,18,3,0,0,0,0,0,0,0,0 +336211,371,76,124,8,0,0,0,0,0,0,0,0 +336310,371,76,304,19,7,4,0,0,0,0,0,0 +336370,371,76,0,3,0,0,0,0,0,0,0,0 +336390,371,76,1293,19,6,0,0,0,0,0,0,0 +336999,371,76,44,9,6,0,0,0,0,0,0,0 +337110,371,76,233,38,18,0,0,0,0,0,0,0 +337121,371,76,26,4,0,0,0,0,0,0,0,0 +337122,371,76,9,9,6,0,0,0,0,0,0,0 +337127,371,76,0,3,0,0,0,0,0,0,0,0 +337212,371,76,162,14,4,0,0,0,0,0,0,0 +337215,371,76,0,3,0,0,0,0,0,0,0,0 +339112,371,76,0,3,0,0,0,0,0,0,0,0 +339113,371,76,134,5,0,0,0,0,0,0,0,0 +339116,371,76,189,22,17,0,0,0,0,0,0,0 +339910,371,76,1,4,4,0,0,0,0,0,0,0 +339920,371,76,7,3,0,0,0,0,0,0,0,0 +339950,371,76,460,27,17,4,0,0,0,0,0,0 +339999,371,76,119,25,14,0,0,0,0,0,0,0 +423110,371,76,781,41,18,8,0,0,0,0,0,0 +423120,371,76,1602,92,58,11,3,0,0,0,0,0 +423130,371,76,366,17,6,8,0,0,0,0,0,0 +423140,371,76,59,16,3,0,0,0,0,0,0,0 +423210,371,76,626,45,35,6,0,0,0,0,0,0 +423220,371,76,690,72,61,8,0,0,0,0,0,0 +423310,371,76,1987,84,40,19,0,0,0,0,0,0 +423320,371,76,273,29,27,0,0,0,0,0,0,0 +423330,371,76,426,38,22,6,0,0,0,0,0,0 +423390,371,76,263,28,22,0,0,0,0,0,0,0 +423410,371,76,27,3,0,0,0,0,0,0,0,0 +423420,371,76,974,89,67,15,0,0,0,0,0,0 +423430,371,76,906,56,41,8,0,0,0,0,0,0 +423440,371,76,500,35,23,8,0,0,0,0,0,0 +423450,371,76,1971,94,65,14,0,0,0,0,0,0 +423490,371,76,241,18,11,0,0,0,0,0,0,0 +423510,371,76,1408,102,71,19,0,0,0,0,0,0 +423610,371,76,2085,153,116,22,0,0,0,0,0,0 +423620,371,76,495,15,8,3,0,0,0,0,0,0 +423690,371,76,888,74,57,8,0,0,0,0,0,0 +423710,371,76,1282,75,53,7,0,0,0,0,0,0 +423720,371,76,760,53,34,7,0,0,0,0,0,0 +423730,371,76,742,71,50,9,0,0,0,0,0,0 +423740,371,76,115,7,3,0,0,0,0,0,0,0 +423810,371,76,1277,28,6,8,0,0,0,0,0,0 +423820,371,76,699,31,16,0,0,0,0,0,0,0 +423830,371,76,6591,413,326,57,13,0,0,0,0,0 +423840,371,76,1791,113,76,14,0,0,0,0,0,0 +423850,371,76,473,47,35,3,0,0,0,0,0,0 +423860,371,76,121,15,10,0,0,0,0,0,0,0 +423910,371,76,280,44,30,4,0,0,0,0,0,0 +423920,371,76,66,4,0,0,0,0,0,0,0,0 +423930,371,76,1052,65,32,4,0,0,0,0,0,0 +423940,371,76,53,23,23,0,0,0,0,0,0,0 +423990,371,76,718,61,46,4,0,0,0,0,0,0 +424110,371,76,93,7,4,3,0,0,0,0,0,0 +424120,371,76,602,39,32,0,0,0,0,0,0,0 +424130,371,76,584,46,30,7,0,0,0,0,0,0 +424210,371,76,732,63,43,5,0,0,0,0,0,0 +424310,371,76,336,26,15,3,0,0,0,0,0,0 +424320,371,76,273,22,13,0,0,0,0,0,0,0 +424330,371,76,137,20,15,0,0,0,0,0,0,0 +424340,371,76,34,7,5,0,0,0,0,0,0,0 +424410,371,76,766,10,4,0,0,0,0,0,0,0 +424420,371,76,189,8,4,0,0,0,0,0,0,0 +424430,371,76,114,9,7,0,0,0,0,0,0,0 +424450,371,76,924,22,12,0,0,0,0,0,0,0 +424460,371,76,103,5,0,0,0,0,0,0,0,0 +424470,371,76,441,13,4,0,0,0,0,0,0,0 +424480,371,76,160,12,7,0,0,0,0,0,0,0 +424490,371,76,1542,88,67,5,0,0,0,0,0,0 +424510,371,76,44,4,0,0,0,0,0,0,0,0 +424610,371,76,547,39,24,7,0,0,0,0,0,0 +424690,371,76,1273,114,88,9,0,0,0,0,0,0 +424710,371,76,240,28,12,0,0,0,0,0,0,0 +424720,371,76,34,6,0,0,0,0,0,0,0,0 +424820,371,76,596,15,6,0,3,0,0,0,0,0 +424910,371,76,52,17,6,0,0,0,0,0,0,0 +424920,371,76,874,11,0,0,0,0,0,0,0,0 +424930,371,76,218,23,14,0,0,0,0,0,0,0 +424940,371,76,0,5,0,0,0,0,0,0,0,0 +424950,371,76,43,8,3,0,0,0,0,0,0,0 +424990,371,76,520,86,69,0,0,0,0,0,0,0 +425110,371,76,14,3,0,0,0,0,0,0,0,0 +425120,371,76,5025,510,470,18,3,0,0,0,0,0 +441110,371,76,9437,131,19,58,23,0,0,0,0,0 +441120,371,76,1725,256,233,4,0,0,0,0,0,0 +441210,371,76,249,7,0,0,0,0,0,0,0,0 +441222,371,76,148,21,15,0,0,0,0,0,0,0 +441228,371,76,416,44,20,4,0,0,0,0,0,0 +441310,371,76,3082,296,272,12,0,0,0,0,0,0 +441320,371,76,1417,170,155,0,0,0,0,0,0,0 +442110,371,76,1792,231,205,12,0,0,0,0,0,0 +442210,371,76,286,72,63,0,0,0,0,0,0,0 +442291,371,76,27,8,8,0,0,0,0,0,0,0 +442299,371,76,1515,109,67,23,0,0,0,0,0,0 +443141,371,76,302,41,29,0,0,0,0,0,0,0 +443142,371,76,2083,152,123,12,3,0,0,0,0,0 +444110,371,76,0,42,0,0,32,0,0,0,0,0 +444120,371,76,241,55,40,0,0,0,0,0,0,0 +444130,371,76,786,93,63,3,0,0,0,0,0,0 +444190,371,76,1666,178,143,9,0,0,0,0,0,0 +444210,371,76,137,17,6,0,0,0,0,0,0,0 +444220,371,76,681,93,69,3,0,0,0,0,0,0 +445110,371,76,20553,425,164,190,51,0,0,0,0,0 +445120,371,76,441,147,141,0,0,0,0,0,0,0 +445210,371,76,96,11,6,0,0,0,0,0,0,0 +445220,371,76,29,8,6,0,0,0,0,0,0,0 +445230,371,76,57,12,7,0,0,0,0,0,0,0 +445291,371,76,47,10,9,0,0,0,0,0,0,0 +445292,371,76,202,13,9,0,0,0,0,0,0,0 +445299,371,76,240,29,16,0,0,0,0,0,0,0 +445310,371,76,882,107,89,5,0,0,0,0,0,0 +446110,371,76,4543,360,270,78,0,0,0,0,0,0 +446120,371,76,1448,148,113,15,0,0,0,0,0,0 +446130,371,76,397,57,49,0,0,0,0,0,0,0 +446191,371,76,236,63,58,0,0,0,0,0,0,0 +446199,371,76,297,52,37,0,0,0,0,0,0,0 +447110,371,76,5530,769,747,16,0,0,0,0,0,0 +447190,371,76,487,70,48,0,0,0,0,0,0,0 +448110,371,76,519,45,36,0,0,0,0,0,0,0 +448120,371,76,3019,256,209,29,0,0,0,0,0,0 +448130,371,76,542,48,35,8,0,0,0,0,0,0 +448140,371,76,5769,207,88,98,0,0,0,0,0,0 +448150,371,76,429,53,42,0,0,0,0,0,0,0 +448190,371,76,840,78,50,13,0,0,0,0,0,0 +448210,371,76,2150,199,170,16,0,0,0,0,0,0 +448310,371,76,935,131,112,3,0,0,0,0,0,0 +448320,371,76,39,8,5,0,0,0,0,0,0,0 +451110,371,76,1719,141,109,11,0,0,0,0,0,0 +451120,371,76,998,57,28,13,0,0,0,0,0,0 +451130,371,76,122,22,13,0,0,0,0,0,0,0 +451140,371,76,125,15,12,0,0,0,0,0,0,0 +451211,371,76,374,31,18,6,0,0,0,0,0,0 +451212,371,76,18,5,3,0,0,0,0,0,0,0 +452210,371,76,2929,30,0,13,8,0,0,0,0,0 +452311,371,76,8422,48,0,0,20,13,0,0,0,0 +452319,371,76,3172,310,274,23,0,0,0,0,0,0 +453110,371,76,330,71,51,4,0,0,0,0,0,0 +453210,371,76,390,33,17,7,0,0,0,0,0,0 +453220,371,76,995,119,93,4,0,0,0,0,0,0 +453310,371,76,2013,140,85,30,0,0,0,0,0,0 +453910,371,76,793,69,35,9,0,0,0,0,0,0 +453920,371,76,42,16,16,0,0,0,0,0,0,0 +453930,371,76,0,6,0,0,0,0,0,0,0,0 +453991,371,76,212,47,42,0,0,0,0,0,0,0 +453998,371,76,624,162,151,0,0,0,0,0,0,0 +454110,371,76,1996,319,287,20,0,0,0,0,0,0 +454210,371,76,260,32,27,0,0,0,0,0,0,0 +454310,371,76,137,31,22,0,0,0,0,0,0,0 +454390,371,76,644,160,147,4,0,0,0,0,0,0 +481111,371,76,0,9,3,0,0,0,0,0,0,0 +481211,371,76,61,7,5,0,0,0,0,0,0,0 +484110,371,76,1468,260,232,11,0,0,0,0,0,0 +484121,371,76,4422,394,338,26,0,0,0,0,0,0 +484122,371,76,4516,75,42,6,9,0,0,0,0,0 +484210,371,76,739,55,35,12,0,0,0,0,0,0 +484220,371,76,1741,177,144,17,0,0,0,0,0,0 +484230,371,76,552,62,44,10,0,0,0,0,0,0 +485210,371,76,0,3,0,0,0,0,0,0,0,0 +485310,371,76,76,16,15,0,0,0,0,0,0,0 +485320,371,76,50,16,14,0,0,0,0,0,0,0 +485410,371,76,49,3,0,0,0,0,0,0,0,0 +485510,371,76,168,4,0,0,0,0,0,0,0,0 +485991,371,76,130,10,0,0,0,0,0,0,0,0 +485999,371,76,7,4,4,0,0,0,0,0,0,0 +486110,371,76,0,3,0,0,0,0,0,0,0,0 +486910,371,76,0,3,0,0,0,0,0,0,0,0 +488119,371,76,980,13,3,0,0,0,0,0,0,0 +488190,371,76,214,17,8,0,0,0,0,0,0,0 +488210,371,76,0,4,0,0,0,0,0,0,0,0 +488410,371,76,550,77,67,0,0,0,0,0,0,0 +488490,371,76,217,24,11,3,0,0,0,0,0,0 +488510,371,76,2368,188,146,25,0,0,0,0,0,0 +488991,371,76,75,14,9,0,0,0,0,0,0,0 +492110,371,76,3665,82,52,10,3,0,0,0,0,0 +492210,371,76,349,31,25,0,0,0,0,0,0,0 +493110,371,76,8087,112,53,14,3,3,0,0,0,0 +493120,371,76,0,3,0,0,0,0,0,0,0,0 +493190,371,76,172,12,7,0,0,0,0,0,0,0 +511110,371,76,427,19,9,4,0,0,0,0,0,0 +511120,371,76,484,37,29,7,0,0,0,0,0,0 +511130,371,76,128,7,5,0,0,0,0,0,0,0 +511140,371,76,16,3,0,0,0,0,0,0,0,0 +511210,371,76,3426,80,62,10,5,0,0,0,0,0 +512110,371,76,941,77,67,3,0,0,0,0,0,0 +512131,371,76,732,18,3,9,0,0,0,0,0,0 +512191,371,76,16,11,10,0,0,0,0,0,0,0 +512240,371,76,17,13,12,0,0,0,0,0,0,0 +512250,371,76,6,3,3,0,0,0,0,0,0,0 +512290,371,76,0,3,0,0,0,0,0,0,0,0 +515111,371,76,0,6,0,0,0,0,0,0,0,0 +515112,371,76,375,18,10,3,0,0,0,0,0,0 +515120,371,76,1296,20,9,3,6,0,0,0,0,0 +515210,371,76,0,5,0,0,0,0,0,0,0,0 +517311,371,76,7683,185,111,27,5,4,0,0,0,0 +517312,371,76,2265,166,120,22,0,0,0,0,0,0 +517911,371,76,83,26,16,0,0,0,0,0,0,0 +517919,371,76,130,10,5,0,0,0,0,0,0,0 +518210,371,76,5121,138,98,26,5,0,0,0,0,0 +519110,371,76,44,4,0,0,0,0,0,0,0,0 +519130,371,76,215,39,37,0,0,0,0,0,0,0 +519190,371,76,6,4,4,0,0,0,0,0,0,0 +522110,371,76,40945,692,595,55,7,7,9,5,4,0 +522120,371,76,103,13,4,0,0,0,0,0,0,0 +522130,371,76,1004,103,77,0,0,0,0,0,0,0 +522210,371,76,0,14,9,3,0,0,0,0,0,0 +522220,371,76,1309,52,36,4,0,0,0,0,0,0 +522291,371,76,383,85,76,0,0,0,0,0,0,0 +522292,371,76,2809,141,116,18,0,0,0,0,0,0 +522298,371,76,582,83,72,0,0,0,0,0,0,0 +522310,371,76,514,35,30,0,0,0,0,0,0,0 +522320,371,76,441,30,24,0,0,0,0,0,0,0 +522390,371,76,1127,58,45,0,0,0,0,0,0,0 +523110,371,76,888,36,31,3,0,0,0,0,0,0 +523120,371,76,3555,274,238,25,3,0,0,0,0,0 +523140,371,76,0,4,0,0,0,0,0,0,0,0 +523910,371,76,344,58,49,0,0,0,0,0,0,0 +523920,371,76,2553,341,324,9,0,0,0,0,0,0 +523930,371,76,1116,204,192,5,0,0,0,0,0,0 +523991,371,76,70,10,9,0,0,0,0,0,0,0 +524113,371,76,7261,94,70,12,3,0,3,0,0,0 +524114,371,76,693,31,18,4,0,0,0,0,0,0 +524126,371,76,3105,90,55,21,10,0,0,0,0,0 +524127,371,76,90,20,20,0,0,0,0,0,0,0 +524210,371,76,5094,1014,966,34,3,0,0,0,0,0 +524291,371,76,247,34,27,0,0,0,0,0,0,0 +524292,371,76,811,43,29,12,0,0,0,0,0,0 +524298,371,76,183,15,10,0,0,0,0,0,0,0 +531110,371,76,1770,424,414,0,0,0,0,0,0,0 +531120,371,76,1142,227,211,3,0,0,0,0,0,0 +531130,371,76,275,140,133,0,0,0,0,0,0,0 +531190,371,76,35,17,16,0,0,0,0,0,0,0 +531210,371,76,3267,1461,1437,15,0,0,0,0,0,0 +531311,371,76,2954,435,410,18,0,0,0,0,0,0 +531312,371,76,1147,128,109,11,0,0,0,0,0,0 +531320,371,76,336,126,119,0,0,0,0,0,0,0 +531390,371,76,364,91,87,3,0,0,0,0,0,0 +532111,371,76,665,69,51,7,0,0,0,0,0,0 +532112,371,76,38,4,0,0,0,0,0,0,0,0 +532120,371,76,723,63,49,4,0,0,0,0,0,0 +532210,371,76,274,80,75,0,0,0,0,0,0,0 +532283,371,76,274,22,11,0,0,0,0,0,0,0 +532284,371,76,2,3,3,0,0,0,0,0,0,0 +532289,371,76,320,28,17,3,0,0,0,0,0,0 +532310,371,76,170,18,6,0,0,0,0,0,0,0 +532412,371,76,269,22,12,7,0,0,0,0,0,0 +532420,371,76,48,7,5,0,0,0,0,0,0,0 +532490,371,76,677,60,43,8,0,0,0,0,0,0 +533110,371,76,291,18,10,5,0,0,0,0,0,0 +541110,371,76,6472,941,881,41,5,0,0,0,0,0 +541191,371,76,114,23,18,0,0,0,0,0,0,0 +541199,371,76,266,12,8,0,0,0,0,0,0,0 +541211,371,76,5328,404,369,9,6,3,0,0,0,0 +541213,371,76,1290,221,207,0,0,0,0,0,0,0 +541214,371,76,1001,34,21,7,5,0,0,0,0,0 +541219,371,76,1450,271,249,8,0,0,0,0,0,0 +541310,371,76,1613,181,155,17,0,0,0,0,0,0 +541320,371,76,393,30,22,3,0,0,0,0,0,0 +541330,371,76,7129,486,388,65,11,0,0,0,0,0 +541340,371,76,60,22,19,0,0,0,0,0,0,0 +541350,371,76,124,57,52,0,0,0,0,0,0,0 +541370,371,76,614,88,71,0,0,0,0,0,0,0 +541380,371,76,394,42,29,0,0,0,0,0,0,0 +541410,371,76,283,135,131,0,0,0,0,0,0,0 +541420,371,76,7,6,6,0,0,0,0,0,0,0 +541430,371,76,355,126,117,0,0,0,0,0,0,0 +541490,371,76,33,10,10,0,0,0,0,0,0,0 +541511,371,76,3934,405,369,24,5,0,0,0,0,0 +541512,371,76,2981,457,413,23,0,0,0,0,0,0 +541513,371,76,228,37,30,0,0,0,0,0,0,0 +541519,371,76,500,56,44,5,0,0,0,0,0,0 +541611,371,76,7939,807,771,21,4,0,0,0,0,0 +541612,371,76,1361,62,56,0,0,0,0,0,0,0 +541613,371,76,2228,381,350,18,0,0,0,0,0,0 +541614,371,76,519,65,50,0,0,0,0,0,0,0 +541618,371,76,100,36,31,0,0,0,0,0,0,0 +541620,371,76,324,63,57,5,0,0,0,0,0,0 +541690,371,76,294,111,100,0,0,0,0,0,0,0 +541713,371,76,41,9,8,0,0,0,0,0,0,0 +541714,371,76,101,8,5,3,0,0,0,0,0,0 +541715,371,76,2322,42,33,3,0,0,0,0,0,0 +541810,371,76,1534,121,106,6,0,0,0,0,0,0 +541820,371,76,135,35,30,0,0,0,0,0,0,0 +541830,371,76,89,6,4,0,0,0,0,0,0,0 +541840,371,76,90,8,6,0,0,0,0,0,0,0 +541850,371,76,291,24,20,0,0,0,0,0,0,0 +541860,371,76,124,17,13,3,0,0,0,0,0,0 +541870,371,76,32,5,4,0,0,0,0,0,0,0 +541890,371,76,2365,52,39,0,0,0,0,0,0,0 +541910,371,76,153,23,13,3,0,0,0,0,0,0 +541921,371,76,222,76,70,0,0,0,0,0,0,0 +541922,371,76,40,24,24,0,0,0,0,0,0,0 +541930,371,76,84,15,11,0,0,0,0,0,0,0 +541940,371,76,2583,206,158,30,0,0,0,0,0,0 +541990,371,76,313,107,100,0,0,0,0,0,0,0 +551112,371,76,658,47,36,6,0,0,0,0,0,0 +551114,371,76,33351,796,565,148,35,9,7,4,0,0 +561110,371,76,3584,256,210,27,3,0,0,0,0,0 +561210,371,76,769,37,22,11,0,0,0,0,0,0 +561311,371,76,1347,34,23,3,0,0,0,0,0,0 +561312,371,76,308,79,70,0,0,0,0,0,0,0 +561320,371,76,30965,406,170,124,50,17,9,0,0,0 +561330,371,76,377,15,8,4,0,0,0,0,0,0 +561410,371,76,193,19,13,0,0,0,0,0,0,0 +561421,371,76,71,4,0,0,0,0,0,0,0,0 +561422,371,76,3893,26,8,6,0,0,0,0,0,0 +561431,371,76,174,32,27,0,0,0,0,0,0,0 +561439,371,76,274,51,46,0,0,0,0,0,0,0 +561440,371,76,802,30,14,6,0,0,0,0,0,0 +561450,371,76,251,7,3,0,0,0,0,0,0,0 +561491,371,76,26,5,0,0,0,0,0,0,0,0 +561492,371,76,89,11,10,0,0,0,0,0,0,0 +561499,371,76,380,17,14,0,0,0,0,0,0,0 +561510,371,76,708,95,90,0,0,0,0,0,0,0 +561520,371,76,43,12,10,0,0,0,0,0,0,0 +561599,371,76,51,10,6,0,0,0,0,0,0,0 +561611,371,76,154,22,18,3,0,0,0,0,0,0 +561612,371,76,4426,60,40,11,5,0,0,0,0,0 +561613,371,76,470,7,0,3,0,0,0,0,0,0 +561621,371,76,1529,47,30,4,0,0,0,0,0,0 +561622,371,76,114,21,15,0,0,0,0,0,0,0 +561710,371,76,1055,106,78,9,0,0,0,0,0,0 +561720,371,76,5982,562,493,46,7,0,0,0,0,0 +561730,371,76,8336,870,794,57,5,0,0,0,0,0 +561740,371,76,350,64,47,5,0,0,0,0,0,0 +561790,371,76,551,105,91,5,0,0,0,0,0,0 +561910,371,76,448,17,4,0,0,0,0,0,0,0 +561920,371,76,441,41,30,3,0,0,0,0,0,0 +561990,371,76,1507,129,95,9,0,0,0,0,0,0 +562111,371,76,1289,71,45,3,0,0,0,0,0,0 +562212,371,76,0,3,0,0,0,0,0,0,0,0 +562910,371,76,437,39,26,3,0,0,0,0,0,0 +562920,371,76,368,7,0,0,0,0,0,0,0,0 +562991,371,76,62,6,0,0,0,0,0,0,0,0 +562998,371,76,50,3,0,0,0,0,0,0,0,0 +611110,371,76,7909,121,32,44,15,4,0,0,0,0 +611210,371,76,0,3,0,0,0,0,0,0,0,0 +611310,371,76,6304,31,7,5,4,0,3,0,0,0 +611420,371,76,56,10,10,0,0,0,0,0,0,0 +611430,371,76,276,55,54,0,0,0,0,0,0,0 +611511,371,76,56,5,0,0,0,0,0,0,0,0 +611519,371,76,121,22,14,0,0,0,0,0,0,0 +611610,371,76,570,124,115,3,0,0,0,0,0,0 +611620,371,76,993,148,120,11,0,0,0,0,0,0 +611630,371,76,80,5,3,0,0,0,0,0,0,0 +611691,371,76,646,95,77,6,0,0,0,0,0,0 +611692,371,76,80,7,0,0,0,0,0,0,0,0 +611699,371,76,278,34,28,0,0,0,0,0,0,0 +611710,371,76,342,51,39,0,0,0,0,0,0,0 +621111,371,76,18266,1302,1073,206,8,0,0,0,0,0 +621112,371,76,246,59,45,0,0,0,0,0,0,0 +621210,371,76,6885,888,850,35,0,0,0,0,0,0 +621310,371,76,974,275,267,0,0,0,0,0,0,0 +621320,371,76,963,146,125,6,0,0,0,0,0,0 +621330,371,76,619,164,153,5,0,0,0,0,0,0 +621340,371,76,1384,220,187,7,0,0,0,0,0,0 +621391,371,76,144,26,18,0,0,0,0,0,0,0 +621399,371,76,848,144,118,13,0,0,0,0,0,0 +621410,371,76,40,5,0,0,0,0,0,0,0,0 +621420,371,76,1290,74,33,12,0,0,0,0,0,0 +621492,371,76,422,43,4,11,0,0,0,0,0,0 +621493,371,76,433,35,19,0,0,0,0,0,0,0 +621498,371,76,448,40,21,4,0,0,0,0,0,0 +621511,371,76,543,61,53,7,0,0,0,0,0,0 +621512,371,76,832,37,14,12,0,0,0,0,0,0 +621610,371,76,8543,205,74,88,14,0,0,0,0,0 +621910,371,76,148,10,3,0,0,0,0,0,0,0 +621991,371,76,2049,11,0,6,0,0,0,0,0,0 +621999,371,76,418,32,23,3,0,0,0,0,0,0 +622110,371,76,0,18,0,3,0,0,3,0,0,0 +622310,371,76,1326,6,0,0,0,0,0,0,0,0 +623110,371,76,8053,89,10,9,38,0,0,0,0,0 +623210,371,76,2631,176,147,12,0,0,0,0,0,0 +623220,371,76,686,36,21,0,0,0,0,0,0,0 +623311,371,76,3084,21,0,4,3,5,0,0,0,0 +623312,371,76,4792,99,11,62,7,0,0,0,0,0 +623990,371,76,627,28,8,0,0,0,0,0,0,0 +624110,371,76,1115,95,61,13,0,0,0,0,0,0 +624120,371,76,4627,169,73,65,0,0,0,0,0,0 +624190,371,76,2370,182,153,11,0,0,0,0,0,0 +624210,371,76,155,15,4,0,0,0,0,0,0,0 +624221,371,76,202,15,10,0,0,0,0,0,0,0 +624229,371,76,535,25,16,0,0,0,0,0,0,0 +624230,371,76,46,5,3,0,0,0,0,0,0,0 +624310,371,76,928,21,13,3,0,0,0,0,0,0 +624410,371,76,7951,555,397,150,0,0,0,0,0,0 +711110,371,76,310,8,0,0,0,0,0,0,0,0 +711120,371,76,0,4,3,0,0,0,0,0,0,0 +711130,371,76,5,13,12,0,0,0,0,0,0,0 +711211,371,76,52,11,0,0,0,0,0,0,0,0 +711212,371,76,0,3,0,0,0,0,0,0,0,0 +711219,371,76,3426,107,81,6,0,0,0,0,0,0 +711310,371,76,1230,18,10,0,0,0,0,0,0,0 +711320,371,76,387,38,31,0,0,0,0,0,0,0 +711410,371,76,91,28,25,0,0,0,0,0,0,0 +711510,371,76,205,106,99,0,0,0,0,0,0,0 +712110,371,76,382,15,3,3,0,0,0,0,0,0 +713120,371,76,491,23,15,3,0,0,0,0,0,0 +713910,371,76,2524,59,9,13,5,0,0,0,0,0 +713930,371,76,13,9,5,0,0,0,0,0,0,0 +713940,371,76,7566,400,300,59,12,3,0,0,0,0 +713950,371,76,326,11,0,3,0,0,0,0,0,0 +713990,371,76,1110,122,103,8,0,0,0,0,0,0 +721110,371,76,10892,339,167,141,8,5,0,0,0,0 +721191,371,76,32,4,0,0,0,0,0,0,0,0 +721211,371,76,4,3,3,0,0,0,0,0,0,0 +721310,371,76,20,5,3,0,0,0,0,0,0,0 +722310,371,76,6530,226,151,35,5,3,0,0,0,0 +722320,371,76,667,71,49,5,0,0,0,0,0,0 +722330,371,76,82,27,24,0,0,0,0,0,0,0 +722410,371,76,1486,140,107,25,0,0,0,0,0,0 +722511,371,76,42758,1742,963,754,21,0,0,0,0,0 +722513,371,76,37396,1835,1015,804,8,0,0,0,0,0 +722514,371,76,1168,47,13,9,0,0,0,0,0,0 +722515,371,76,4821,377,288,72,0,0,0,0,0,0 +811111,371,76,2983,625,609,7,0,0,0,0,0,0 +811113,371,76,73,33,23,0,0,0,0,0,0,0 +811118,371,76,62,23,16,0,0,0,0,0,0,0 +811121,371,76,1524,236,211,10,0,0,0,0,0,0 +811122,371,76,184,46,39,0,0,0,0,0,0,0 +811191,371,76,423,59,47,0,0,0,0,0,0,0 +811192,371,76,2449,137,83,33,0,0,0,0,0,0 +811198,371,76,248,34,31,0,0,0,0,0,0,0 +811211,371,76,303,14,12,0,0,0,0,0,0,0 +811212,371,76,757,55,49,0,0,0,0,0,0,0 +811213,371,76,46,8,3,0,0,0,0,0,0,0 +811219,371,76,56,21,13,0,0,0,0,0,0,0 +811310,371,76,1497,193,160,12,0,0,0,0,0,0 +811411,371,76,27,12,11,0,0,0,0,0,0,0 +811412,371,76,114,27,21,0,0,0,0,0,0,0 +811420,371,76,110,28,21,0,0,0,0,0,0,0 +811430,371,76,15,9,9,0,0,0,0,0,0,0 +811490,371,76,250,79,71,0,0,0,0,0,0,0 +812111,371,76,110,40,37,0,0,0,0,0,0,0 +812112,371,76,2887,557,519,24,0,0,0,0,0,0 +812113,371,76,467,113,101,0,0,0,0,0,0,0 +812191,371,76,146,13,10,3,0,0,0,0,0,0 +812199,371,76,1038,171,158,11,0,0,0,0,0,0 +812210,371,76,738,92,65,0,0,0,0,0,0,0 +812220,371,76,180,28,18,0,0,0,0,0,0,0 +812310,371,76,294,58,49,0,0,0,0,0,0,0 +812320,371,76,1054,185,166,7,0,0,0,0,0,0 +812332,371,76,439,7,0,0,0,0,0,0,0,0 +812910,371,76,1165,186,168,11,0,0,0,0,0,0 +812921,371,76,60,4,0,0,0,0,0,0,0,0 +812930,371,76,768,62,55,3,0,0,0,0,0,0 +812990,371,76,324,122,115,0,0,0,0,0,0,0 +813110,371,76,18606,1842,1661,149,14,4,0,0,0,0 +813211,371,76,204,55,47,0,0,0,0,0,0,0 +813212,371,76,266,25,20,0,0,0,0,0,0,0 +813219,371,76,251,24,12,0,0,0,0,0,0,0 +813311,371,76,118,11,8,0,0,0,0,0,0,0 +813312,371,76,119,19,12,0,0,0,0,0,0,0 +813319,371,76,208,28,20,0,0,0,0,0,0,0 +813410,371,76,930,92,73,7,0,0,0,0,0,0 +813910,371,76,360,56,47,6,0,0,0,0,0,0 +813920,371,76,88,14,12,0,0,0,0,0,0,0 +813930,371,76,226,26,17,0,0,0,0,0,0,0 +813940,371,76,5,4,4,0,0,0,0,0,0,0 +813990,371,76,555,32,24,0,0,0,0,0,0,0 +113310,372,77,146,30,18,0,0,0,0,0,0,0 +115210,372,77,21,8,3,0,0,0,0,0,0,0 +212313,372,77,0,7,0,0,0,0,0,0,0,0 +221112,372,77,0,12,11,0,0,0,0,0,0,0 +221121,372,77,0,3,0,0,0,0,0,0,0,0 +221122,372,77,0,60,37,4,0,0,0,0,0,0 +236115,372,77,677,289,271,0,0,0,0,0,0,0 +236116,372,77,362,16,11,0,0,0,0,0,0,0 +236117,372,77,756,108,93,6,0,0,0,0,0,0 +236118,372,77,1218,354,340,6,0,0,0,0,0,0 +236210,372,77,60,10,3,0,0,0,0,0,0,0 +236220,372,77,2154,190,149,16,3,0,0,0,0,0 +237110,372,77,351,48,29,0,0,0,0,0,0,0 +237130,372,77,1043,52,26,6,0,0,0,0,0,0 +237210,372,77,36,18,15,0,0,0,0,0,0,0 +237310,372,77,1108,50,20,3,0,0,0,0,0,0 +237990,372,77,12,4,3,0,0,0,0,0,0,0 +238110,372,77,1003,92,71,3,0,0,0,0,0,0 +238120,372,77,312,29,15,0,0,0,0,0,0,0 +238130,372,77,102,37,27,0,0,0,0,0,0,0 +238140,372,77,816,87,66,0,0,0,0,0,0,0 +238150,372,77,249,23,8,0,0,0,0,0,0,0 +238160,372,77,991,91,69,3,0,0,0,0,0,0 +238170,372,77,198,47,42,0,0,0,0,0,0,0 +238190,372,77,127,24,10,0,0,0,0,0,0,0 +238210,372,77,4151,387,328,31,5,0,0,0,0,0 +238220,372,77,6545,566,478,68,3,0,0,0,0,0 +238290,372,77,541,27,9,3,0,0,0,0,0,0 +238310,372,77,662,80,57,4,0,0,0,0,0,0 +238320,372,77,571,149,138,3,0,0,0,0,0,0 +238330,372,77,427,76,53,3,0,0,0,0,0,0 +238340,372,77,80,27,24,0,0,0,0,0,0,0 +238350,372,77,493,116,104,0,0,0,0,0,0,0 +238390,372,77,245,41,27,0,0,0,0,0,0,0 +238910,372,77,1959,167,124,15,0,0,0,0,0,0 +238990,372,77,886,138,122,3,0,0,0,0,0,0 +311612,372,77,0,3,0,0,0,0,0,0,0,0 +311811,372,77,203,23,15,4,0,0,0,0,0,0 +311812,372,77,438,14,4,0,0,0,0,0,0,0 +312120,372,77,66,10,3,0,0,0,0,0,0,0 +312130,372,77,82,14,5,0,0,0,0,0,0,0 +312230,372,77,0,3,0,0,0,0,0,0,0,0 +313110,372,77,1911,16,0,3,0,0,0,0,0,0 +313210,372,77,526,8,0,0,0,0,0,0,0,0 +313220,372,77,0,6,0,0,0,0,0,0,0,0 +313230,372,77,316,7,0,3,0,0,0,0,0,0 +313240,372,77,876,10,0,3,0,0,0,0,0,0 +313310,372,77,1280,26,7,4,0,0,0,0,0,0 +314120,372,77,587,23,3,3,0,0,0,0,0,0 +314999,372,77,456,22,8,0,0,0,0,0,0,0 +315110,372,77,3330,31,7,0,0,0,0,0,0,0 +315210,372,77,0,3,0,0,0,0,0,0,0,0 +315240,372,77,59,5,3,0,0,0,0,0,0,0 +321113,372,77,173,19,0,0,0,0,0,0,0,0 +321211,372,77,156,9,0,0,0,0,0,0,0,0 +321911,372,77,468,4,0,0,0,0,0,0,0,0 +321912,372,77,203,8,0,0,0,0,0,0,0,0 +321918,372,77,0,8,3,0,0,0,0,0,0,0 +321999,372,77,408,27,13,3,0,0,0,0,0,0 +322211,372,77,920,17,0,3,3,0,0,0,0,0 +322220,372,77,533,11,3,0,0,0,0,0,0,0 +322299,372,77,269,5,0,0,0,0,0,0,0,0 +323111,372,77,2856,115,75,18,4,0,0,0,0,0 +323113,372,77,156,32,15,0,0,0,0,0,0,0 +323120,372,77,501,16,0,8,0,0,0,0,0,0 +325199,372,77,305,5,0,0,0,0,0,0,0,0 +325211,372,77,162,3,0,0,0,0,0,0,0,0 +325412,372,77,0,4,0,0,0,0,0,0,0,0 +325510,372,77,772,6,0,0,4,0,0,0,0,0 +325611,372,77,0,7,0,0,0,0,0,0,0,0 +325613,372,77,0,3,0,0,0,0,0,0,0,0 +325620,372,77,0,3,0,0,0,0,0,0,0,0 +325991,372,77,0,3,0,0,0,0,0,0,0,0 +325998,372,77,271,4,0,0,0,0,0,0,0,0 +326140,372,77,164,3,0,0,0,0,0,0,0,0 +326150,372,77,713,11,0,6,3,0,0,0,0,0 +326199,372,77,5025,39,3,7,0,0,0,0,0,0 +327320,372,77,421,34,4,4,0,0,0,0,0,0 +327331,372,77,52,3,0,0,0,0,0,0,0,0 +327332,372,77,102,3,0,0,0,0,0,0,0,0 +327991,372,77,391,18,3,0,0,0,0,0,0,0 +332119,372,77,48,6,0,0,0,0,0,0,0,0 +332216,372,77,181,4,0,0,0,0,0,0,0,0 +332311,372,77,692,10,4,3,0,0,0,0,0,0 +332312,372,77,0,4,0,0,0,0,0,0,0,0 +332322,372,77,263,15,3,0,0,0,0,0,0,0 +332323,372,77,37,9,3,0,0,0,0,0,0,0 +332420,372,77,85,3,0,0,0,0,0,0,0,0 +332613,372,77,369,5,0,0,0,0,0,0,0,0 +332710,372,77,1167,103,76,3,0,0,0,0,0,0 +332721,372,77,110,15,0,0,0,0,0,0,0,0 +332722,372,77,0,3,0,0,0,0,0,0,0,0 +332812,372,77,582,18,3,0,0,0,0,0,0,0 +332813,372,77,51,5,0,0,0,0,0,0,0,0 +332999,372,77,73,8,3,0,0,0,0,0,0,0 +333120,372,77,956,6,0,0,0,0,0,0,0,0 +333243,372,77,0,3,0,0,0,0,0,0,0,0 +333249,372,77,211,14,0,0,0,0,0,0,0,0 +333514,372,77,0,3,0,0,0,0,0,0,0,0 +333999,372,77,0,3,0,0,0,0,0,0,0,0 +334413,372,77,0,4,0,0,0,0,0,0,0,0 +334417,372,77,0,3,0,0,0,0,0,0,0,0 +335314,372,77,38,3,0,0,0,0,0,0,0,0 +336211,372,77,0,3,0,0,0,0,0,0,0,0 +336212,372,77,194,3,0,0,0,0,0,0,0,0 +336214,372,77,66,3,0,0,0,0,0,0,0,0 +336390,372,77,42,7,0,0,0,0,0,0,0,0 +337110,372,77,45,28,16,0,0,0,0,0,0,0 +337121,372,77,4564,49,10,13,7,0,0,0,0,0 +337122,372,77,301,13,4,3,0,0,0,0,0,0 +337211,372,77,351,8,0,0,0,0,0,0,0,0 +337212,372,77,263,12,0,3,0,0,0,0,0,0 +337214,372,77,323,3,0,0,0,0,0,0,0,0 +337215,372,77,709,23,6,5,0,0,0,0,0,0 +337910,372,77,390,9,0,0,0,0,0,0,0,0 +339112,372,77,1139,5,0,0,0,0,0,0,0,0 +339113,372,77,19,6,3,0,0,0,0,0,0,0 +339116,372,77,172,41,32,0,0,0,0,0,0,0 +339950,372,77,724,41,13,3,0,0,0,0,0,0 +339991,372,77,0,3,0,0,0,0,0,0,0,0 +339999,372,77,221,16,4,0,0,0,0,0,0,0 +423110,372,77,1879,33,15,8,0,0,0,0,0,0 +423120,372,77,1073,63,38,8,0,0,0,0,0,0 +423130,372,77,337,19,9,0,0,0,0,0,0,0 +423140,372,77,10,6,0,0,0,0,0,0,0,0 +423210,372,77,1759,143,118,14,0,0,0,0,0,0 +423220,372,77,511,49,40,3,0,0,0,0,0,0 +423310,372,77,824,77,55,9,0,0,0,0,0,0 +423320,372,77,103,13,8,0,0,0,0,0,0,0 +423330,372,77,187,17,13,0,0,0,0,0,0,0 +423390,372,77,143,15,7,0,0,0,0,0,0,0 +423410,372,77,0,3,0,0,0,0,0,0,0,0 +423420,372,77,362,36,29,3,0,0,0,0,0,0 +423430,372,77,169,18,13,0,0,0,0,0,0,0 +423440,372,77,147,19,8,3,0,0,0,0,0,0 +423450,372,77,422,39,24,0,0,0,0,0,0,0 +423460,372,77,0,3,0,0,0,0,0,0,0,0 +423490,372,77,183,19,9,3,0,0,0,0,0,0 +423510,372,77,971,52,31,10,0,0,0,0,0,0 +423610,372,77,678,70,50,5,0,0,0,0,0,0 +423620,372,77,63,4,0,0,0,0,0,0,0,0 +423690,372,77,302,28,13,3,0,0,0,0,0,0 +423710,372,77,674,31,19,0,0,0,0,0,0,0 +423720,372,77,460,35,19,4,0,0,0,0,0,0 +423730,372,77,352,43,36,0,0,0,0,0,0,0 +423740,372,77,51,7,3,0,0,0,0,0,0,0 +423810,372,77,323,19,7,0,0,0,0,0,0,0 +423820,372,77,387,22,6,0,0,0,0,0,0,0 +423830,372,77,2393,166,130,27,0,0,0,0,0,0 +423840,372,77,494,50,36,0,0,0,0,0,0,0 +423850,372,77,104,22,20,0,0,0,0,0,0,0 +423860,372,77,94,10,4,0,0,0,0,0,0,0 +423910,372,77,93,6,3,0,0,0,0,0,0,0 +423930,372,77,577,43,19,0,0,0,0,0,0,0 +423940,372,77,18,10,9,0,0,0,0,0,0,0 +423990,372,77,207,29,17,0,0,0,0,0,0,0 +424110,372,77,29,3,0,0,0,0,0,0,0,0 +424120,372,77,457,21,12,3,0,0,0,0,0,0 +424130,372,77,511,25,13,3,0,0,0,0,0,0 +424210,372,77,1088,30,19,3,0,0,0,0,0,0 +424310,372,77,1124,56,40,0,0,0,0,0,0,0 +424320,372,77,0,14,6,0,0,0,0,0,0,0 +424330,372,77,290,26,9,0,0,0,0,0,0,0 +424340,372,77,24,5,3,0,0,0,0,0,0,0 +424410,372,77,107,11,0,0,0,0,0,0,0,0 +424420,372,77,0,5,0,0,0,0,0,0,0,0 +424450,372,77,65,11,6,0,0,0,0,0,0,0 +424460,372,77,15,3,0,0,0,0,0,0,0,0 +424470,372,77,34,3,0,0,0,0,0,0,0,0 +424480,372,77,384,14,3,3,0,0,0,0,0,0 +424490,372,77,1489,49,27,4,0,0,0,0,0,0 +424590,372,77,74,9,3,0,0,0,0,0,0,0 +424610,372,77,476,12,4,0,0,0,0,0,0,0 +424690,372,77,623,58,35,3,0,0,0,0,0,0 +424710,372,77,114,10,3,0,0,0,0,0,0,0 +424720,372,77,34,10,3,0,0,0,0,0,0,0 +424820,372,77,265,8,3,3,0,0,0,0,0,0 +424910,372,77,87,10,6,0,0,0,0,0,0,0 +424920,372,77,27,4,0,0,0,0,0,0,0,0 +424930,372,77,90,11,6,0,0,0,0,0,0,0 +424940,372,77,0,3,0,0,0,0,0,0,0,0 +424950,372,77,43,9,8,0,0,0,0,0,0,0 +424990,372,77,330,55,35,0,0,0,0,0,0,0 +425120,372,77,838,260,241,6,0,0,0,0,0,0 +441110,372,77,6370,114,16,57,15,0,0,0,0,0 +441120,372,77,1038,193,176,0,0,0,0,0,0,0 +441210,372,77,80,4,0,0,0,0,0,0,0,0 +441222,372,77,25,3,0,0,0,0,0,0,0,0 +441228,372,77,250,45,29,0,0,0,0,0,0,0 +441310,372,77,2460,225,196,13,0,0,0,0,0,0 +441320,372,77,1273,135,116,8,0,0,0,0,0,0 +442110,372,77,1524,180,158,0,0,0,0,0,0,0 +442210,372,77,328,49,38,0,0,0,0,0,0,0 +442291,372,77,12,5,4,0,0,0,0,0,0,0 +442299,372,77,715,58,42,8,0,0,0,0,0,0 +443141,372,77,149,20,8,0,0,0,0,0,0,0 +443142,372,77,843,91,78,0,0,0,0,0,0,0 +444110,372,77,0,26,0,0,18,0,0,0,0,0 +444120,372,77,185,38,32,0,0,0,0,0,0,0 +444130,372,77,570,71,42,5,0,0,0,0,0,0 +444190,372,77,1148,148,119,10,0,0,0,0,0,0 +444210,372,77,190,24,15,0,0,0,0,0,0,0 +444220,372,77,543,66,44,0,0,0,0,0,0,0 +445110,372,77,12520,334,134,160,19,0,0,0,0,0 +445120,372,77,234,111,108,0,0,0,0,0,0,0 +445210,372,77,123,18,8,0,0,0,0,0,0,0 +445220,372,77,8,4,4,0,0,0,0,0,0,0 +445230,372,77,7,3,3,0,0,0,0,0,0,0 +445291,372,77,9,3,0,0,0,0,0,0,0,0 +445292,372,77,32,6,0,0,0,0,0,0,0,0 +445299,372,77,119,14,6,0,0,0,0,0,0,0 +445310,372,77,458,79,72,0,0,0,0,0,0,0 +446110,372,77,3329,263,191,52,0,0,0,0,0,0 +446120,372,77,692,90,64,8,0,0,0,0,0,0 +446130,372,77,205,37,34,0,0,0,0,0,0,0 +446191,372,77,137,41,41,0,0,0,0,0,0,0 +446199,372,77,215,46,42,0,0,0,0,0,0,0 +447110,372,77,4659,717,670,39,0,0,0,0,0,0 +447190,372,77,598,84,65,3,0,0,0,0,0,0 +448110,372,77,210,31,24,0,0,0,0,0,0,0 +448120,372,77,1833,180,147,18,0,0,0,0,0,0 +448130,372,77,369,29,16,3,0,0,0,0,0,0 +448140,372,77,2762,135,70,51,0,0,0,0,0,0 +448150,372,77,237,34,26,0,0,0,0,0,0,0 +448190,372,77,494,36,23,3,0,0,0,0,0,0 +448210,372,77,1323,137,119,10,0,0,0,0,0,0 +448310,372,77,467,73,62,0,0,0,0,0,0,0 +451110,372,77,978,95,79,4,0,0,0,0,0,0 +451120,372,77,557,33,12,7,0,0,0,0,0,0 +451130,372,77,142,14,8,0,0,0,0,0,0,0 +451140,372,77,103,19,16,0,0,0,0,0,0,0 +451211,372,77,421,42,22,4,0,0,0,0,0,0 +452210,372,77,2338,21,0,11,8,0,0,0,0,0 +452311,372,77,6215,32,0,0,10,13,0,0,0,0 +452319,372,77,3211,311,255,40,0,0,0,0,0,0 +453110,372,77,277,67,54,0,0,0,0,0,0,0 +453210,372,77,353,21,8,6,0,0,0,0,0,0 +453220,372,77,772,77,59,9,0,0,0,0,0,0 +453310,372,77,1152,142,107,11,0,0,0,0,0,0 +453910,372,77,441,36,22,5,0,0,0,0,0,0 +453920,372,77,11,5,4,0,0,0,0,0,0,0 +453930,372,77,11,4,3,0,0,0,0,0,0,0 +453991,372,77,147,71,64,0,0,0,0,0,0,0 +453998,372,77,342,98,94,0,0,0,0,0,0,0 +454110,372,77,1907,164,144,0,0,0,0,0,0,0 +454210,372,77,99,26,18,0,0,0,0,0,0,0 +454310,372,77,613,46,26,0,0,0,0,0,0,0 +454390,372,77,534,145,131,0,0,0,0,0,0,0 +481111,372,77,64,6,0,0,0,0,0,0,0,0 +481211,372,77,253,5,0,0,0,0,0,0,0,0 +484110,372,77,581,109,86,6,0,0,0,0,0,0 +484121,372,77,4173,204,157,14,3,0,0,0,0,0 +484122,372,77,3042,54,21,4,5,0,0,0,0,0 +484210,372,77,678,29,14,4,0,0,0,0,0,0 +484220,372,77,1002,129,101,9,0,0,0,0,0,0 +484230,372,77,520,38,18,3,0,0,0,0,0,0 +485113,372,77,0,3,0,0,0,0,0,0,0,0 +485310,372,77,5,4,4,0,0,0,0,0,0,0 +485410,372,77,0,3,0,0,0,0,0,0,0,0 +485991,372,77,59,4,0,0,0,0,0,0,0,0 +485999,372,77,3,4,4,0,0,0,0,0,0,0 +486210,372,77,0,4,0,0,0,0,0,0,0,0 +486910,372,77,77,4,0,0,0,0,0,0,0,0 +488119,372,77,424,7,0,0,0,0,0,0,0,0 +488190,372,77,2293,22,6,0,0,0,0,0,0,0 +488410,372,77,179,42,25,0,0,0,0,0,0,0 +488490,372,77,109,9,0,0,0,0,0,0,0,0 +488510,372,77,1059,89,70,0,3,0,0,0,0,0 +488991,372,77,0,3,0,0,0,0,0,0,0,0 +492110,372,77,4299,41,23,0,0,0,0,0,0,0 +492210,372,77,60,7,4,0,0,0,0,0,0,0 +493110,372,77,5025,70,27,13,5,0,0,0,0,0 +493190,372,77,56,7,3,0,0,0,0,0,0,0 +511110,372,77,818,22,4,0,0,0,0,0,0,0 +511120,372,77,535,21,12,0,0,0,0,0,0,0 +511130,372,77,237,8,3,3,0,0,0,0,0,0 +511140,372,77,93,4,0,0,0,0,0,0,0,0 +511210,372,77,57,21,17,0,0,0,0,0,0,0 +512110,372,77,53,23,22,0,0,0,0,0,0,0 +512131,372,77,506,15,0,6,0,0,0,0,0,0 +512240,372,77,14,7,6,0,0,0,0,0,0,0 +515112,372,77,168,16,3,3,0,0,0,0,0,0 +515120,372,77,240,6,0,0,0,0,0,0,0,0 +517311,372,77,2892,114,80,10,0,0,0,0,0,0 +517312,372,77,1364,96,78,4,0,0,0,0,0,0 +517911,372,77,204,22,13,0,0,0,0,0,0,0 +517919,372,77,0,4,3,0,0,0,0,0,0,0 +518210,372,77,1794,38,21,6,0,0,0,0,0,0 +519120,372,77,0,16,7,0,0,0,0,0,0,0 +519130,372,77,65,17,14,0,0,0,0,0,0,0 +522110,372,77,10149,529,467,30,8,0,4,0,0,0 +522120,372,77,0,8,6,0,0,0,0,0,0,0 +522130,372,77,1493,96,59,9,0,0,0,0,0,0 +522220,372,77,522,21,14,0,0,0,0,0,0,0 +522291,372,77,321,67,63,0,0,0,0,0,0,0 +522292,372,77,480,61,50,3,0,0,0,0,0,0 +522298,372,77,319,73,59,0,0,0,0,0,0,0 +522310,372,77,21,8,6,0,0,0,0,0,0,0 +522320,372,77,0,3,3,0,0,0,0,0,0,0 +522390,372,77,9,55,44,5,0,0,0,0,0,0 +523110,372,77,44,11,9,0,0,0,0,0,0,0 +523120,372,77,1034,116,100,7,0,0,0,0,0,0 +523910,372,77,30,12,11,0,0,0,0,0,0,0 +523920,372,77,562,214,204,3,0,0,0,0,0,0 +523930,372,77,133,60,55,0,0,0,0,0,0,0 +523991,372,77,66,19,16,0,0,0,0,0,0,0 +524113,372,77,1933,33,21,3,0,0,0,0,0,0 +524114,372,77,0,15,10,0,0,0,3,0,0,0 +524126,372,77,2969,41,24,0,0,0,0,0,0,0 +524127,372,77,60,10,3,0,0,0,0,0,0,0 +524210,372,77,3349,727,692,21,0,0,0,0,0,0 +524291,372,77,43,12,10,0,0,0,0,0,0,0 +524292,372,77,621,19,10,0,3,0,0,0,0,0 +531110,372,77,993,291,288,0,0,0,0,0,0,0 +531120,372,77,732,115,100,4,0,0,0,0,0,0 +531130,372,77,238,101,94,0,0,0,0,0,0,0 +531190,372,77,44,22,22,0,0,0,0,0,0,0 +531210,372,77,1087,469,458,4,0,0,0,0,0,0 +531311,372,77,2919,238,212,13,7,0,0,0,0,0 +531312,372,77,285,51,41,3,0,0,0,0,0,0 +531320,372,77,137,65,65,0,0,0,0,0,0,0 +531390,372,77,97,29,25,0,0,0,0,0,0,0 +532111,372,77,220,30,25,0,0,0,0,0,0,0 +532120,372,77,281,25,8,5,0,0,0,0,0,0 +532210,372,77,244,65,59,0,0,0,0,0,0,0 +532282,372,77,21,7,3,0,0,0,0,0,0,0 +532283,372,77,78,8,6,0,0,0,0,0,0,0 +532289,372,77,181,21,13,0,0,0,0,0,0,0 +532412,372,77,83,7,6,0,0,0,0,0,0,0 +532490,372,77,165,25,20,0,0,0,0,0,0,0 +533110,372,77,22,5,4,0,0,0,0,0,0,0 +541110,372,77,3677,598,557,30,0,0,0,0,0,0 +541191,372,77,2,3,3,0,0,0,0,0,0,0 +541199,372,77,1,6,3,0,0,0,0,0,0,0 +541211,372,77,1975,244,215,15,0,0,0,0,0,0 +541213,372,77,1145,164,144,3,0,0,0,0,0,0 +541214,372,77,444,19,14,0,0,0,0,0,0,0 +541219,372,77,769,156,141,0,0,0,0,0,0,0 +541310,372,77,260,50,46,0,0,0,0,0,0,0 +541320,372,77,18,7,3,0,0,0,0,0,0,0 +541330,372,77,1233,161,136,12,0,0,0,0,0,0 +541340,372,77,9,4,4,0,0,0,0,0,0,0 +541350,372,77,40,24,22,0,0,0,0,0,0,0 +541370,372,77,247,51,37,0,0,0,0,0,0,0 +541380,372,77,198,18,8,0,0,0,0,0,0,0 +541410,372,77,168,75,62,0,0,0,0,0,0,0 +541420,372,77,70,24,22,0,0,0,0,0,0,0 +541430,372,77,235,79,78,0,0,0,0,0,0,0 +541490,372,77,0,3,0,0,0,0,0,0,0,0 +541511,372,77,1279,200,183,5,0,0,0,0,0,0 +541512,372,77,1991,194,165,14,3,0,0,0,0,0 +541513,372,77,315,22,16,0,0,0,0,0,0,0 +541519,372,77,33,13,12,0,0,0,0,0,0,0 +541611,372,77,999,287,270,10,0,0,0,0,0,0 +541612,372,77,325,21,17,0,0,0,0,0,0,0 +541613,372,77,496,136,122,3,0,0,0,0,0,0 +541614,372,77,229,37,33,0,0,0,0,0,0,0 +541620,372,77,146,34,23,0,0,0,0,0,0,0 +541690,372,77,105,55,51,0,0,0,0,0,0,0 +541713,372,77,14,7,0,0,0,0,0,0,0,0 +541714,372,77,58,8,6,0,0,0,0,0,0,0 +541715,372,77,403,25,13,4,0,0,0,0,0,0 +541720,372,77,50,6,0,0,0,0,0,0,0,0 +541810,372,77,383,52,48,0,0,0,0,0,0,0 +541820,372,77,33,9,6,0,0,0,0,0,0,0 +541830,372,77,9,3,0,0,0,0,0,0,0,0 +541850,372,77,61,5,0,0,0,0,0,0,0,0 +541860,372,77,155,11,0,0,0,0,0,0,0,0 +541890,372,77,357,37,23,0,0,0,0,0,0,0 +541910,372,77,98,13,8,0,0,0,0,0,0,0 +541921,372,77,185,51,43,0,0,0,0,0,0,0 +541922,372,77,387,27,16,4,0,0,0,0,0,0 +541940,372,77,2023,175,133,23,0,0,0,0,0,0 +541990,372,77,124,48,41,0,0,0,0,0,0,0 +551112,372,77,301,19,14,0,0,0,0,0,0,0 +551114,372,77,24573,263,146,58,21,3,4,0,0,0 +561110,372,77,1137,115,85,12,5,0,0,0,0,0 +561210,372,77,617,26,19,0,0,0,0,0,0,0 +561311,372,77,1293,19,8,0,0,0,0,0,0,0 +561312,372,77,119,21,15,0,0,0,0,0,0,0 +561320,372,77,14786,182,58,52,30,4,0,0,0,0 +561330,372,77,265,11,6,3,0,0,0,0,0,0 +561410,372,77,14,8,7,0,0,0,0,0,0,0 +561422,372,77,1256,8,0,0,0,0,0,0,0,0 +561431,372,77,19,9,8,0,0,0,0,0,0,0 +561439,372,77,78,21,15,0,0,0,0,0,0,0 +561440,372,77,252,7,3,0,0,0,0,0,0,0 +561492,372,77,22,9,8,0,0,0,0,0,0,0 +561499,372,77,204,15,7,0,0,0,0,0,0,0 +561510,372,77,209,77,72,0,0,0,0,0,0,0 +561520,372,77,7,5,5,0,0,0,0,0,0,0 +561611,372,77,10,13,11,0,0,0,0,0,0,0 +561612,372,77,2249,19,3,3,0,0,0,0,0,0 +561621,372,77,307,28,12,3,0,0,0,0,0,0 +561622,372,77,33,17,15,0,0,0,0,0,0,0 +561710,372,77,729,71,43,4,0,0,0,0,0,0 +561720,372,77,11390,335,281,26,3,0,0,0,0,0 +561730,372,77,3330,602,564,22,0,0,0,0,0,0 +561740,372,77,176,38,27,0,0,0,0,0,0,0 +561790,372,77,98,40,34,0,0,0,0,0,0,0 +561910,372,77,468,16,3,3,0,0,0,0,0,0 +561920,372,77,180,18,15,0,0,0,0,0,0,0 +561990,372,77,1813,122,96,4,0,0,0,0,0,0 +562111,372,77,727,50,29,4,0,0,0,0,0,0 +562112,372,77,0,3,0,0,0,0,0,0,0,0 +562212,372,77,15,6,0,0,0,0,0,0,0,0 +562910,372,77,377,22,6,0,0,0,0,0,0,0 +562920,372,77,33,3,0,0,0,0,0,0,0,0 +562991,372,77,53,18,12,0,0,0,0,0,0,0 +562998,372,77,21,3,0,0,0,0,0,0,0,0 +611110,372,77,3938,70,13,31,8,0,0,0,0,0 +611310,372,77,3434,17,0,0,0,0,0,0,0,0 +611430,372,77,479,34,28,0,0,0,0,0,0,0 +611511,372,77,0,3,0,0,0,0,0,0,0,0 +611512,372,77,0,3,0,0,0,0,0,0,0,0 +611519,372,77,23,8,7,0,0,0,0,0,0,0 +611610,372,77,277,49,37,0,0,0,0,0,0,0 +611620,372,77,403,67,53,3,0,0,0,0,0,0 +611691,372,77,130,18,3,0,0,0,0,0,0,0 +611699,372,77,53,12,4,0,0,0,0,0,0,0 +611710,372,77,410,28,19,0,0,0,0,0,0,0 +621111,372,77,10713,604,490,81,9,0,0,0,0,0 +621112,372,77,193,33,27,0,0,0,0,0,0,0 +621210,372,77,4202,481,445,23,0,0,0,0,0,0 +621310,372,77,367,111,107,0,0,0,0,0,0,0 +621320,372,77,658,103,87,0,0,0,0,0,0,0 +621330,372,77,332,69,59,0,0,0,0,0,0,0 +621340,372,77,1034,158,135,0,0,0,0,0,0,0 +621391,372,77,67,11,3,0,0,0,0,0,0,0 +621399,372,77,392,66,52,4,0,0,0,0,0,0 +621410,372,77,29,4,0,0,0,0,0,0,0,0 +621420,372,77,825,44,19,8,0,0,0,0,0,0 +621492,372,77,0,24,3,6,0,0,0,0,0,0 +621493,372,77,1331,32,10,3,0,0,0,0,0,0 +621498,372,77,904,33,14,6,0,0,0,0,0,0 +621511,372,77,2991,104,82,3,0,0,3,0,0,0 +621512,372,77,151,13,6,4,0,0,0,0,0,0 +621610,372,77,7262,171,53,69,13,0,0,0,0,0 +621910,372,77,0,8,0,0,0,0,0,0,0,0 +621991,372,77,275,3,0,0,0,0,0,0,0,0 +621999,372,77,46,13,8,0,0,0,0,0,0,0 +622110,372,77,0,7,0,0,0,0,0,0,0,0 +622310,372,77,1232,4,0,0,0,0,0,0,0,0 +623110,372,77,6823,66,4,3,32,0,0,0,0,0 +623210,372,77,1738,146,116,6,0,0,0,0,0,0 +623220,372,77,465,42,23,4,0,0,0,0,0,0 +623311,372,77,4116,37,0,10,5,4,0,0,0,0 +623312,372,77,3767,109,26,61,3,0,0,0,0,0 +623990,372,77,362,22,10,0,0,0,0,0,0,0 +624110,372,77,641,60,42,4,0,0,0,0,0,0 +624120,372,77,3923,102,45,30,0,0,0,0,0,0 +624190,372,77,1472,131,93,17,0,0,0,0,0,0 +624210,372,77,22,9,5,0,0,0,0,0,0,0 +624221,372,77,99,7,3,0,0,0,0,0,0,0 +624229,372,77,160,21,3,0,0,0,0,0,0,0 +624230,372,77,0,4,0,0,0,0,0,0,0,0 +624310,372,77,186,12,8,0,0,0,0,0,0,0 +624410,372,77,5397,382,279,86,0,0,0,0,0,0 +711110,372,77,86,8,3,0,0,0,0,0,0,0 +711130,372,77,170,13,10,0,0,0,0,0,0,0 +711211,372,77,0,3,0,0,0,0,0,0,0,0 +711219,372,77,5,15,8,0,0,0,0,0,0,0 +711310,372,77,26,4,3,0,0,0,0,0,0,0 +711320,372,77,43,25,16,0,0,0,0,0,0,0 +711410,372,77,0,3,0,0,0,0,0,0,0,0 +711510,372,77,97,39,31,0,0,0,0,0,0,0 +712110,372,77,402,20,7,0,0,0,0,0,0,0 +712120,372,77,24,4,0,0,0,0,0,0,0,0 +713120,372,77,205,16,3,0,0,0,0,0,0,0 +713290,372,77,25,3,0,0,0,0,0,0,0,0 +713910,372,77,1577,49,7,3,0,0,0,0,0,0 +713940,372,77,3099,169,128,22,4,0,0,0,0,0 +713950,372,77,240,9,0,3,0,0,0,0,0,0 +713990,372,77,510,79,66,4,0,0,0,0,0,0 +721110,372,77,5239,232,129,75,0,0,0,0,0,0 +721191,372,77,10,4,3,0,0,0,0,0,0,0 +721211,372,77,23,9,3,0,0,0,0,0,0,0 +721214,372,77,89,3,0,0,0,0,0,0,0,0 +722310,372,77,3144,134,85,20,9,0,0,0,0,0 +722320,372,77,323,40,26,3,0,0,0,0,0,0 +722330,372,77,26,10,8,0,0,0,0,0,0,0 +722410,372,77,778,116,102,3,0,0,0,0,0,0 +722511,372,77,27871,1245,745,472,24,0,0,0,0,0 +722513,372,77,25316,1232,688,527,4,0,0,0,0,0 +722514,372,77,1520,39,0,13,0,0,0,0,0,0 +722515,372,77,2387,187,134,36,0,0,0,0,0,0 +811111,372,77,2010,456,436,3,0,0,0,0,0,0 +811112,372,77,15,4,3,0,0,0,0,0,0,0 +811113,372,77,57,16,14,0,0,0,0,0,0,0 +811118,372,77,8,6,0,0,0,0,0,0,0,0 +811121,372,77,927,153,131,3,0,0,0,0,0,0 +811122,372,77,126,23,15,0,0,0,0,0,0,0 +811191,372,77,369,56,42,0,0,0,0,0,0,0 +811192,372,77,795,70,46,12,0,0,0,0,0,0 +811198,372,77,18,7,6,0,0,0,0,0,0,0 +811211,372,77,12,8,8,0,0,0,0,0,0,0 +811212,372,77,36,16,14,0,0,0,0,0,0,0 +811213,372,77,0,4,3,0,0,0,0,0,0,0 +811219,372,77,300,30,18,3,0,0,0,0,0,0 +811310,372,77,810,135,110,9,0,0,0,0,0,0 +811411,372,77,28,8,7,0,0,0,0,0,0,0 +811412,372,77,304,24,15,0,0,0,0,0,0,0 +811420,372,77,134,25,12,0,0,0,0,0,0,0 +811430,372,77,4,3,3,0,0,0,0,0,0,0 +811490,372,77,132,41,36,0,0,0,0,0,0,0 +812111,372,77,25,13,10,0,0,0,0,0,0,0 +812112,372,77,1298,281,256,8,0,0,0,0,0,0 +812113,372,77,36,23,22,0,0,0,0,0,0,0 +812191,372,77,86,11,7,0,0,0,0,0,0,0 +812199,372,77,502,85,74,7,0,0,0,0,0,0 +812210,372,77,777,85,61,0,0,0,0,0,0,0 +812220,372,77,70,20,13,0,0,0,0,0,0,0 +812310,372,77,70,33,32,0,0,0,0,0,0,0 +812320,372,77,713,118,106,0,0,0,0,0,0,0 +812910,372,77,531,87,73,3,0,0,0,0,0,0 +812921,372,77,13,4,3,0,0,0,0,0,0,0 +812930,372,77,64,12,7,0,0,0,0,0,0,0 +812990,372,77,62,41,37,0,0,0,0,0,0,0 +813110,372,77,10702,1443,1333,102,0,0,0,0,0,0 +813211,372,77,226,46,37,0,0,0,0,0,0,0 +813212,372,77,69,16,11,0,0,0,0,0,0,0 +813219,372,77,133,11,0,0,0,0,0,0,0,0 +813311,372,77,64,20,12,0,0,0,0,0,0,0 +813312,372,77,76,15,11,0,0,0,0,0,0,0 +813319,372,77,184,25,19,0,0,0,0,0,0,0 +813410,372,77,1237,103,78,7,4,0,0,0,0,0 +813910,372,77,313,47,36,0,0,0,0,0,0,0 +813920,372,77,177,18,12,0,0,0,0,0,0,0 +813930,372,77,163,23,14,0,0,0,0,0,0,0 +813990,372,77,184,18,12,0,0,0,0,0,0,0 +113310,373,78,205,40,29,0,0,0,0,0,0,0 +115210,373,78,113,30,23,0,0,0,0,0,0,0 +115310,373,78,34,5,4,0,0,0,0,0,0,0 +212313,373,78,277,8,0,6,0,0,0,0,0,0 +221112,373,78,0,22,15,0,0,0,0,0,0,0 +221113,373,78,0,12,8,0,0,0,0,0,0,0 +221121,373,78,0,9,7,0,0,0,0,0,0,0 +221122,373,78,2077,92,58,15,0,3,0,0,0,0 +221210,373,78,0,6,3,0,0,0,0,0,0,0 +221310,373,78,0,5,3,0,0,0,0,0,0,0 +236115,373,78,1167,413,399,3,0,0,0,0,0,0 +236116,373,78,217,19,5,3,0,0,0,0,0,0 +236117,373,78,1760,238,211,18,0,0,0,0,0,0 +236118,373,78,1994,639,612,11,0,0,0,0,0,0 +236210,373,78,42,6,3,0,0,0,0,0,0,0 +236220,373,78,2872,240,194,31,4,0,0,0,0,0 +237110,373,78,1166,72,50,14,0,0,0,0,0,0 +237120,373,78,69,4,0,0,0,0,0,0,0,0 +237130,373,78,1260,64,46,4,0,0,0,0,0,0 +237210,373,78,177,49,44,0,0,0,0,0,0,0 +237310,373,78,2432,50,26,9,0,0,0,0,0,0 +237990,373,78,72,7,0,0,0,0,0,0,0,0 +238110,373,78,1969,116,77,16,3,0,0,0,0,0 +238120,373,78,179,18,9,4,0,0,0,0,0,0 +238130,373,78,335,123,116,0,0,0,0,0,0,0 +238140,373,78,1025,139,117,8,0,0,0,0,0,0 +238150,373,78,354,50,34,3,0,0,0,0,0,0 +238160,373,78,914,117,92,7,0,0,0,0,0,0 +238170,373,78,349,77,68,0,0,0,0,0,0,0 +238190,373,78,165,37,30,0,0,0,0,0,0,0 +238210,373,78,5812,491,408,61,6,0,0,0,0,0 +238220,373,78,7418,667,576,71,4,0,0,0,0,0 +238290,373,78,1183,46,33,8,0,0,0,0,0,0 +238310,373,78,1624,114,82,16,0,0,0,0,0,0 +238320,373,78,966,244,226,9,0,0,0,0,0,0 +238330,373,78,589,113,101,3,0,0,0,0,0,0 +238340,373,78,456,64,51,3,0,0,0,0,0,0 +238350,373,78,827,219,205,3,0,0,0,0,0,0 +238390,373,78,321,37,28,4,0,0,0,0,0,0 +238910,373,78,2951,237,195,20,0,0,0,0,0,0 +238990,373,78,1145,162,129,12,0,0,0,0,0,0 +311611,373,78,0,3,0,0,0,0,0,0,0,0 +311811,373,78,171,24,16,0,0,0,0,0,0,0 +311812,373,78,241,16,8,0,0,0,0,0,0,0 +311920,373,78,40,7,5,0,0,0,0,0,0,0 +311999,373,78,7,4,3,0,0,0,0,0,0,0 +312120,373,78,336,30,22,5,0,0,0,0,0,0 +312140,373,78,10,3,0,0,0,0,0,0,0,0 +314120,373,78,13,5,5,0,0,0,0,0,0,0 +314999,373,78,30,7,3,0,0,0,0,0,0,0 +315210,373,78,5,5,5,0,0,0,0,0,0,0 +321113,373,78,191,7,0,0,0,0,0,0,0,0 +321214,373,78,0,3,0,0,0,0,0,0,0,0 +321912,373,78,3,3,3,0,0,0,0,0,0,0 +321918,373,78,29,6,3,0,0,0,0,0,0,0 +321920,373,78,87,3,0,3,0,0,0,0,0,0 +323111,373,78,2311,95,71,12,0,0,0,0,0,0 +323113,373,78,259,40,31,0,0,0,0,0,0,0 +323120,373,78,23,4,0,0,0,0,0,0,0,0 +324121,373,78,0,3,0,0,0,0,0,0,0,0 +325412,373,78,2196,15,4,0,0,0,0,0,0,0 +325414,373,78,0,4,0,0,0,0,0,0,0,0 +325620,373,78,0,3,0,0,0,0,0,0,0,0 +326199,373,78,482,11,0,3,0,0,0,0,0,0 +327320,373,78,395,35,17,0,0,0,0,0,0,0 +327390,373,78,153,7,0,4,0,0,0,0,0,0 +327991,373,78,151,10,8,0,0,0,0,0,0,0 +332119,373,78,0,3,0,0,0,0,0,0,0,0 +332312,373,78,256,9,0,0,0,0,0,0,0,0 +332313,373,78,0,3,0,0,0,0,0,0,0,0 +332322,373,78,562,19,7,7,0,0,0,0,0,0 +332323,373,78,34,7,0,0,0,0,0,0,0,0 +332710,373,78,293,50,28,4,0,0,0,0,0,0 +332721,373,78,37,4,0,0,0,0,0,0,0,0 +332812,373,78,37,4,3,0,0,0,0,0,0,0 +332999,373,78,14,4,0,0,0,0,0,0,0,0 +333111,373,78,0,3,0,0,0,0,0,0,0,0 +333993,373,78,123,5,0,3,0,0,0,0,0,0 +333999,373,78,352,6,0,0,0,0,0,0,0,0 +334118,373,78,12,3,0,0,0,0,0,0,0,0 +334412,373,78,0,5,0,0,0,0,0,0,0,0 +334413,373,78,47,10,4,0,0,0,0,0,0,0 +334419,373,78,226,3,0,0,0,0,0,0,0,0 +334515,373,78,0,4,3,0,0,0,0,0,0,0 +334516,373,78,125,7,3,3,0,0,0,0,0,0 +334519,373,78,241,3,0,0,0,0,0,0,0,0 +335314,373,78,0,3,0,0,0,0,0,0,0,0 +335931,373,78,43,5,0,0,0,0,0,0,0,0 +335999,373,78,438,7,0,0,0,0,0,0,0,0 +337110,373,78,87,23,11,0,0,0,0,0,0,0 +337122,373,78,31,4,3,0,0,0,0,0,0,0 +337212,373,78,200,16,4,0,0,0,0,0,0,0 +339112,373,78,116,4,0,0,0,0,0,0,0,0 +339113,373,78,52,8,3,0,0,0,0,0,0,0 +339116,373,78,184,39,33,0,0,0,0,0,0,0 +339910,373,78,0,3,3,0,0,0,0,0,0,0 +339920,373,78,41,6,3,0,0,0,0,0,0,0 +339950,373,78,290,29,16,3,0,0,0,0,0,0 +339999,373,78,117,17,8,0,0,0,0,0,0,0 +423110,373,78,275,28,17,3,0,0,0,0,0,0 +423120,373,78,995,87,61,6,0,0,0,0,0,0 +423130,373,78,153,12,3,0,0,0,0,0,0,0 +423210,373,78,619,35,23,3,0,0,0,0,0,0 +423220,373,78,215,31,23,0,0,0,0,0,0,0 +423310,373,78,1091,72,41,12,0,0,0,0,0,0 +423320,373,78,211,22,15,3,0,0,0,0,0,0 +423330,373,78,396,27,18,5,0,0,0,0,0,0 +423390,373,78,575,23,14,0,0,0,0,0,0,0 +423410,373,78,18,3,0,0,0,0,0,0,0,0 +423420,373,78,708,48,33,8,0,0,0,0,0,0 +423430,373,78,4955,58,42,6,0,0,0,0,0,0 +423440,373,78,188,15,10,3,0,0,0,0,0,0 +423450,373,78,2610,77,56,7,0,0,0,0,0,0 +423460,373,78,16,3,3,0,0,0,0,0,0,0 +423490,373,78,353,40,32,3,0,0,0,0,0,0 +423510,373,78,256,27,19,0,0,0,0,0,0,0 +423610,373,78,2700,102,76,17,0,3,0,0,0,0 +423620,373,78,375,7,4,0,0,0,0,0,0,0 +423690,373,78,8054,102,60,14,7,6,4,0,0,0 +423710,373,78,287,29,17,6,0,0,0,0,0,0 +423720,373,78,280,32,27,3,0,0,0,0,0,0 +423730,373,78,617,53,43,6,0,0,0,0,0,0 +423810,373,78,683,14,7,4,0,0,0,0,0,0 +423820,373,78,288,17,9,3,0,0,0,0,0,0 +423830,373,78,1410,133,106,10,0,0,0,0,0,0 +423840,373,78,215,21,19,0,0,0,0,0,0,0 +423850,373,78,204,12,6,0,0,0,0,0,0,0 +423910,373,78,118,16,16,0,0,0,0,0,0,0 +423920,373,78,61,7,4,0,0,0,0,0,0,0 +423930,373,78,232,27,12,0,0,0,0,0,0,0 +423940,373,78,20,9,8,0,0,0,0,0,0,0 +423990,373,78,220,40,29,0,0,0,0,0,0,0 +424120,373,78,136,24,16,3,0,0,0,0,0,0 +424130,373,78,155,13,8,4,0,0,0,0,0,0 +424210,373,78,2424,58,34,11,6,0,0,0,0,0 +424310,373,78,41,9,9,0,0,0,0,0,0,0 +424320,373,78,0,7,3,0,0,0,0,0,0,0 +424330,373,78,81,8,7,0,0,0,0,0,0,0 +424410,373,78,0,10,3,0,0,0,0,0,0,0 +424420,373,78,143,10,4,0,0,0,0,0,0,0 +424430,373,78,0,3,0,0,0,0,0,0,0,0 +424450,373,78,0,10,6,0,0,0,0,0,0,0 +424460,373,78,0,3,0,0,0,0,0,0,0,0 +424470,373,78,43,3,0,0,0,0,0,0,0,0 +424480,373,78,400,16,5,8,0,0,0,0,0,0 +424490,373,78,299,40,32,0,0,0,0,0,0,0 +424610,373,78,60,9,7,0,0,0,0,0,0,0 +424690,373,78,407,39,31,0,0,0,0,0,0,0 +424710,373,78,126,16,14,0,0,0,0,0,0,0 +424720,373,78,14,4,4,0,0,0,0,0,0,0 +424810,373,78,832,9,3,0,0,0,0,0,0,0 +424820,373,78,968,21,13,0,3,0,0,0,0,0 +424910,373,78,1019,35,15,3,3,0,0,0,0,0 +424920,373,78,34,6,4,0,0,0,0,0,0,0 +424930,373,78,164,16,6,0,0,0,0,0,0,0 +424940,373,78,0,7,4,0,0,0,0,0,0,0 +424950,373,78,32,4,0,0,0,0,0,0,0,0 +424990,373,78,110,39,27,0,0,0,0,0,0,0 +425110,373,78,0,5,4,0,0,0,0,0,0,0 +425120,373,78,1306,266,247,4,0,0,0,0,0,0 +441110,373,78,7707,113,24,53,23,0,0,0,0,0 +441120,373,78,1410,209,185,9,0,0,0,0,0,0 +441210,373,78,95,4,0,0,0,0,0,0,0,0 +441222,373,78,0,3,0,0,0,0,0,0,0,0 +441228,373,78,309,30,18,0,0,0,0,0,0,0 +441310,373,78,2389,204,175,17,0,0,0,0,0,0 +441320,373,78,1449,146,123,7,0,0,0,0,0,0 +442110,373,78,930,165,145,5,0,0,0,0,0,0 +442210,373,78,335,56,48,0,0,0,0,0,0,0 +442291,373,78,20,7,0,0,0,0,0,0,0,0 +442299,373,78,1232,92,66,19,0,0,0,0,0,0 +443141,373,78,199,24,19,0,0,0,0,0,0,0 +443142,373,78,1746,137,109,14,0,0,0,0,0,0 +444110,373,78,0,28,0,0,20,0,0,0,0,0 +444120,373,78,180,43,41,0,0,0,0,0,0,0 +444130,373,78,507,62,49,3,0,0,0,0,0,0 +444190,373,78,1423,136,108,12,0,0,0,0,0,0 +444210,373,78,152,21,15,0,0,0,0,0,0,0 +444220,373,78,959,65,27,8,0,0,0,0,0,0 +445110,373,78,18728,359,126,158,58,0,0,0,0,0 +445120,373,78,340,120,114,0,0,0,0,0,0,0 +445210,373,78,97,15,12,0,0,0,0,0,0,0 +445220,373,78,31,4,0,0,0,0,0,0,0,0 +445230,373,78,25,7,6,0,0,0,0,0,0,0 +445291,373,78,45,7,0,0,0,0,0,0,0,0 +445292,373,78,73,15,13,0,0,0,0,0,0,0 +445299,373,78,206,38,35,0,0,0,0,0,0,0 +445310,373,78,583,109,97,0,0,0,0,0,0,0 +446110,373,78,3859,280,187,79,0,0,0,0,0,0 +446120,373,78,1087,107,85,13,0,0,0,0,0,0 +446130,373,78,337,54,51,0,0,0,0,0,0,0 +446191,373,78,192,55,53,0,0,0,0,0,0,0 +446199,373,78,431,60,48,4,0,0,0,0,0,0 +447110,373,78,4381,653,614,30,0,0,0,0,0,0 +447190,373,78,735,51,34,3,0,0,0,0,0,0 +448110,373,78,397,47,36,0,0,0,0,0,0,0 +448120,373,78,2295,211,177,19,0,0,0,0,0,0 +448130,373,78,571,41,31,3,0,0,0,0,0,0 +448140,373,78,3886,135,61,68,0,0,0,0,0,0 +448150,373,78,296,42,34,0,0,0,0,0,0,0 +448190,373,78,779,65,47,8,0,0,0,0,0,0 +448210,373,78,1640,157,139,9,0,0,0,0,0,0 +448310,373,78,784,90,73,4,0,0,0,0,0,0 +448320,373,78,15,3,0,0,0,0,0,0,0,0 +451110,373,78,1508,111,92,13,0,0,0,0,0,0 +451120,373,78,793,43,23,14,0,0,0,0,0,0 +451130,373,78,184,23,19,3,0,0,0,0,0,0 +451140,373,78,171,20,14,3,0,0,0,0,0,0 +451211,373,78,488,37,25,4,0,0,0,0,0,0 +452210,373,78,2921,28,0,16,9,0,0,0,0,0 +452311,373,78,8742,49,0,6,25,17,0,0,0,0 +452319,373,78,2491,220,174,28,0,0,0,0,0,0 +453110,373,78,305,64,57,0,0,0,0,0,0,0 +453210,373,78,463,30,13,9,0,0,0,0,0,0 +453220,373,78,860,116,99,5,0,0,0,0,0,0 +453310,373,78,919,119,103,5,0,0,0,0,0,0 +453910,373,78,733,58,35,9,0,0,0,0,0,0 +453920,373,78,26,13,11,0,0,0,0,0,0,0 +453930,373,78,45,9,3,0,0,0,0,0,0,0 +453991,373,78,130,53,49,0,0,0,0,0,0,0 +453998,373,78,528,132,121,0,0,0,0,0,0,0 +454110,373,78,2851,313,284,13,3,0,0,0,0,0 +454210,373,78,110,15,8,0,0,0,0,0,0,0 +454310,373,78,313,36,26,0,0,0,0,0,0,0 +454390,373,78,646,124,115,6,0,0,0,0,0,0 +481111,373,78,1495,7,0,0,3,0,0,0,0,0 +481211,373,78,37,3,0,0,0,0,0,0,0,0 +484110,373,78,354,105,97,0,0,0,0,0,0,0 +484121,373,78,994,136,114,3,0,0,0,0,0,0 +484122,373,78,894,34,15,12,0,0,0,0,0,0 +484210,373,78,771,41,25,10,0,0,0,0,0,0 +484220,373,78,1262,148,120,10,0,0,0,0,0,0 +484230,373,78,303,26,16,4,0,0,0,0,0,0 +485210,373,78,46,4,3,0,0,0,0,0,0,0 +485310,373,78,156,11,6,0,0,0,0,0,0,0 +485320,373,78,69,8,6,0,0,0,0,0,0,0 +485410,373,78,199,6,3,0,0,0,0,0,0,0 +485510,373,78,0,4,0,0,0,0,0,0,0,0 +485991,373,78,312,14,8,3,0,0,0,0,0,0 +485999,373,78,0,3,0,0,0,0,0,0,0,0 +488119,373,78,237,7,3,0,0,0,0,0,0,0 +488410,373,78,421,61,44,4,0,0,0,0,0,0 +488490,373,78,199,7,0,0,0,0,0,0,0,0 +488510,373,78,1027,67,49,7,0,0,0,0,0,0 +488991,373,78,59,10,4,0,0,0,0,0,0,0 +492110,373,78,3000,57,36,6,4,0,0,0,0,0 +492210,373,78,100,17,14,0,0,0,0,0,0,0 +493110,373,78,1635,52,31,3,0,0,0,0,0,0 +493190,373,78,91,14,4,0,0,0,0,0,0,0 +511110,373,78,681,31,16,0,0,0,0,0,0,0 +511120,373,78,495,41,29,3,0,0,0,0,0,0 +511130,373,78,698,22,9,0,0,0,0,0,0,0 +511199,373,78,0,3,3,0,0,0,0,0,0,0 +511210,373,78,11639,150,96,32,5,7,0,0,0,0 +512110,373,78,334,66,59,0,0,0,0,0,0,0 +512131,373,78,765,25,3,11,0,0,0,0,0,0 +512191,373,78,52,7,6,0,0,0,0,0,0,0 +512240,373,78,19,7,6,0,0,0,0,0,0,0 +512290,373,78,0,3,0,0,0,0,0,0,0,0 +515111,373,78,37,4,0,0,0,0,0,0,0,0 +515112,373,78,307,19,10,7,0,0,0,0,0,0 +515120,373,78,532,8,0,0,0,0,0,0,0,0 +517311,373,78,5730,181,118,33,6,0,3,0,0,0 +517312,373,78,985,107,84,14,0,0,0,0,0,0 +517410,373,78,0,6,4,0,0,0,0,0,0,0 +517911,373,78,438,13,7,3,0,0,0,0,0,0 +517919,373,78,1075,19,8,0,0,0,0,0,0,0 +518210,373,78,6346,170,118,33,8,0,0,0,0,0 +519130,373,78,1014,58,44,6,0,0,0,0,0,0 +522110,373,78,9378,548,500,29,8,0,0,0,0,0 +522120,373,78,20,19,13,0,0,0,0,0,0,0 +522130,373,78,3187,112,65,28,4,4,0,0,0,0 +522220,373,78,220,33,27,0,0,0,0,0,0,0 +522291,373,78,196,43,34,0,0,0,0,0,0,0 +522292,373,78,1357,121,101,11,0,0,0,0,0,0 +522298,373,78,270,40,30,0,0,0,0,0,0,0 +522310,373,78,156,36,31,0,0,0,0,0,0,0 +522320,373,78,42,15,10,0,0,0,0,0,0,0 +522390,373,78,91,26,23,0,0,0,0,0,0,0 +523110,373,78,990,19,16,0,0,0,0,0,0,0 +523120,373,78,2439,160,135,15,0,0,0,0,0,0 +523910,373,78,143,47,42,0,0,0,0,0,0,0 +523920,373,78,2237,355,337,3,0,0,0,0,0,0 +523930,373,78,273,138,131,0,0,0,0,0,0,0 +523991,373,78,22,6,5,0,0,0,0,0,0,0 +523999,373,78,0,3,0,0,0,0,0,0,0,0 +524113,373,78,2530,72,55,6,0,0,0,0,0,0 +524114,373,78,508,32,15,0,3,3,0,0,0,0 +524126,373,78,3532,64,43,8,4,0,0,0,0,0 +524127,373,78,64,19,11,0,0,0,0,0,0,0 +524210,373,78,3090,738,717,14,0,0,0,0,0,0 +524291,373,78,66,27,24,0,0,0,0,0,0,0 +524292,373,78,702,21,9,3,0,0,0,0,0,0 +524298,373,78,92,6,3,0,0,0,0,0,0,0 +525990,373,78,0,3,3,0,0,0,0,0,0,0 +531110,373,78,1582,325,311,4,0,0,0,0,0,0 +531120,373,78,730,146,138,0,0,0,0,0,0,0 +531130,373,78,290,109,103,0,0,0,0,0,0,0 +531190,373,78,42,20,18,0,0,0,0,0,0,0 +531210,373,78,2661,1044,1015,13,0,0,0,0,0,0 +531311,373,78,3129,332,302,19,0,0,0,0,0,0 +531312,373,78,1170,116,99,3,0,0,0,0,0,0 +531320,373,78,262,104,100,0,0,0,0,0,0,0 +531390,373,78,273,74,65,0,0,0,0,0,0,0 +532111,373,78,593,47,36,4,0,0,0,0,0,0 +532120,373,78,275,30,20,5,0,0,0,0,0,0 +532210,373,78,136,61,55,0,0,0,0,0,0,0 +532281,373,78,0,4,4,0,0,0,0,0,0,0 +532283,373,78,156,9,3,0,0,0,0,0,0,0 +532289,373,78,237,20,10,4,0,0,0,0,0,0 +532310,373,78,91,8,3,0,0,0,0,0,0,0 +532412,373,78,216,23,17,0,0,0,0,0,0,0 +532420,373,78,98,9,5,0,0,0,0,0,0,0 +532490,373,78,532,45,35,0,0,0,0,0,0,0 +533110,373,78,66,11,10,0,0,0,0,0,0,0 +541110,373,78,6683,1004,931,59,4,0,0,0,0,0 +541191,373,78,0,10,7,0,0,0,0,0,0,0 +541199,373,78,5,9,8,0,0,0,0,0,0,0 +541211,373,78,2890,339,302,21,5,0,0,0,0,0 +541213,373,78,553,141,131,0,0,0,0,0,0,0 +541214,373,78,1192,29,16,6,0,0,0,0,0,0 +541219,373,78,2465,215,193,8,0,0,0,0,0,0 +541310,373,78,1191,172,151,10,0,0,0,0,0,0 +541320,373,78,189,44,38,0,0,0,0,0,0,0 +541330,373,78,11101,543,424,81,21,0,0,0,0,0 +541340,373,78,30,14,14,0,0,0,0,0,0,0 +541350,373,78,104,58,57,0,0,0,0,0,0,0 +541360,373,78,22,5,4,0,0,0,0,0,0,0 +541370,373,78,542,80,67,3,0,0,0,0,0,0 +541380,373,78,1062,60,44,8,0,0,0,0,0,0 +541410,373,78,183,88,86,0,0,0,0,0,0,0 +541420,373,78,48,7,4,0,0,0,0,0,0,0 +541430,373,78,468,141,133,3,0,0,0,0,0,0 +541490,373,78,4,6,6,0,0,0,0,0,0,0 +541511,373,78,7332,718,643,52,5,3,0,0,0,0 +541512,373,78,9243,632,569,39,13,4,0,0,0,0 +541513,373,78,406,54,43,0,0,0,0,0,0,0 +541519,373,78,2,61,48,3,0,0,0,0,0,0 +541611,373,78,3586,850,813,19,3,0,0,0,0,0 +541612,373,78,694,69,63,0,0,0,0,0,0,0 +541613,373,78,2244,336,311,10,3,0,0,0,0,0 +541614,373,78,335,74,63,0,0,0,0,0,0,0 +541618,373,78,313,37,32,0,0,0,0,0,0,0 +541620,373,78,549,102,89,7,0,0,0,0,0,0 +541690,373,78,2766,224,205,6,0,0,0,0,0,0 +541713,373,78,1865,63,35,12,3,0,0,0,0,0 +541714,373,78,1317,94,77,8,0,0,0,0,0,0 +541715,373,78,17589,226,152,38,23,4,0,0,0,0 +541720,373,78,3003,32,14,7,0,0,0,0,0,0 +541810,373,78,811,86,74,3,0,0,0,0,0,0 +541820,373,78,419,64,58,3,0,0,0,0,0,0 +541830,373,78,0,3,0,0,0,0,0,0,0,0 +541840,373,78,9,4,3,0,0,0,0,0,0,0 +541850,373,78,72,15,12,0,0,0,0,0,0,0 +541860,373,78,145,18,12,0,0,0,0,0,0,0 +541870,373,78,0,4,3,0,0,0,0,0,0,0 +541890,373,78,932,54,47,0,0,0,0,0,0,0 +541910,373,78,554,62,53,3,0,0,0,0,0,0 +541921,373,78,173,75,71,0,0,0,0,0,0,0 +541922,373,78,39,23,20,0,0,0,0,0,0,0 +541930,373,78,26,19,17,0,0,0,0,0,0,0 +541940,373,78,3444,246,162,64,0,0,0,0,0,0 +541990,373,78,346,115,109,0,0,0,0,0,0,0 +551112,373,78,592,35,24,4,0,0,0,0,0,0 +551114,373,78,15120,392,270,74,24,3,0,0,0,0 +561110,373,78,2901,228,193,20,0,0,0,0,0,0 +561210,373,78,643,53,40,3,0,0,0,0,0,0 +561311,373,78,871,41,32,5,0,0,0,0,0,0 +561312,373,78,147,59,55,0,0,0,0,0,0,0 +561320,373,78,18077,316,165,82,35,7,4,0,0,0 +561330,373,78,350,16,7,6,0,0,0,0,0,0 +561410,373,78,433,38,30,0,0,0,0,0,0,0 +561421,373,78,86,8,5,0,0,0,0,0,0,0 +561422,373,78,823,33,17,6,0,0,0,0,0,0 +561431,373,78,116,30,25,0,0,0,0,0,0,0 +561439,373,78,196,37,35,0,0,0,0,0,0,0 +561440,373,78,544,10,0,0,0,0,0,0,0,0 +561491,373,78,0,3,3,0,0,0,0,0,0,0 +561492,373,78,21,13,9,0,0,0,0,0,0,0 +561499,373,78,54,15,13,0,0,0,0,0,0,0 +561510,373,78,479,124,119,0,0,0,0,0,0,0 +561520,373,78,78,13,6,0,0,0,0,0,0,0 +561599,373,78,25,5,3,0,0,0,0,0,0,0 +561611,373,78,538,17,14,0,0,0,0,0,0,0 +561612,373,78,5178,50,24,8,0,4,0,0,0,0 +561613,373,78,198,4,0,0,0,0,0,0,0,0 +561621,373,78,925,51,35,11,0,0,0,0,0,0 +561622,373,78,87,22,20,0,0,0,0,0,0,0 +561710,373,78,1026,94,71,12,0,0,0,0,0,0 +561720,373,78,5801,531,452,61,0,4,0,0,0,0 +561730,373,78,7188,754,664,70,5,0,0,0,0,0 +561740,373,78,418,57,45,3,0,0,0,0,0,0 +561790,373,78,548,86,71,4,0,0,0,0,0,0 +561910,373,78,265,9,5,0,0,0,0,0,0,0 +561920,373,78,170,38,35,0,0,0,0,0,0,0 +561990,373,78,1418,103,73,4,0,0,0,0,0,0 +562111,373,78,913,60,44,5,0,0,0,0,0,0 +562119,373,78,54,9,8,0,0,0,0,0,0,0 +562211,373,78,17,4,3,0,0,0,0,0,0,0 +562212,373,78,60,7,3,0,0,0,0,0,0,0 +562910,373,78,167,17,12,0,0,0,0,0,0,0 +562920,373,78,0,3,0,0,0,0,0,0,0,0 +562991,373,78,32,6,5,0,0,0,0,0,0,0 +611110,373,78,7018,144,43,61,14,0,0,0,0,0 +611210,373,78,603,6,0,0,3,0,0,0,0,0 +611310,373,78,2252,22,3,5,0,0,3,0,0,0 +611420,373,78,868,24,12,0,0,0,0,0,0,0 +611430,373,78,899,77,65,4,0,0,0,0,0,0 +611511,373,78,55,7,0,0,0,0,0,0,0,0 +611512,373,78,0,4,3,0,0,0,0,0,0,0 +611519,373,78,274,30,25,0,0,0,0,0,0,0 +611610,373,78,839,138,126,6,0,0,0,0,0,0 +611620,373,78,1388,161,136,12,0,0,0,0,0,0 +611630,373,78,93,8,0,0,0,0,0,0,0,0 +611691,373,78,803,82,72,5,0,0,0,0,0,0 +611692,373,78,137,8,3,0,0,0,0,0,0,0 +611699,373,78,298,54,46,0,0,0,0,0,0,0 +611710,373,78,1366,96,85,0,0,0,0,0,0,0 +621111,373,78,12256,971,806,135,14,0,0,0,0,0 +621112,373,78,301,124,121,0,0,0,0,0,0,0 +621210,373,78,6412,801,754,40,0,0,0,0,0,0 +621310,373,78,667,209,202,0,0,0,0,0,0,0 +621320,373,78,1022,141,124,5,0,0,0,0,0,0 +621330,373,78,834,227,215,3,0,0,0,0,0,0 +621340,373,78,1822,299,273,11,0,0,0,0,0,0 +621391,373,78,217,24,16,0,0,0,0,0,0,0 +621399,373,78,666,152,137,8,0,0,0,0,0,0 +621410,373,78,65,7,3,0,0,0,0,0,0,0 +621420,373,78,1101,86,65,8,0,0,0,0,0,0 +621492,373,78,570,38,12,14,0,0,0,0,0,0 +621493,373,78,953,50,20,17,0,0,0,0,0,0 +621498,373,78,1121,63,38,6,0,0,0,0,0,0 +621511,373,78,839,85,67,12,0,0,0,0,0,0 +621512,373,78,600,43,31,7,0,0,0,0,0,0 +621610,373,78,7453,189,87,69,9,4,0,0,0,0 +621910,373,78,374,19,3,3,0,0,0,0,0,0 +621991,373,78,385,8,0,0,0,0,0,0,0,0 +621999,373,78,296,22,17,0,0,0,0,0,0,0 +622110,373,78,16333,9,0,0,0,0,0,0,0,0 +623110,373,78,5280,60,9,14,26,0,0,0,0,0 +623210,373,78,1495,135,117,10,0,0,0,0,0,0 +623220,373,78,801,31,11,3,0,0,0,0,0,0 +623311,373,78,3167,33,13,0,0,3,0,0,0,0 +623312,373,78,3793,109,29,44,7,0,0,0,0,0 +623990,373,78,372,16,4,0,0,0,0,0,0,0 +624110,373,78,1022,70,54,9,0,0,0,0,0,0 +624120,373,78,5913,151,72,38,9,0,0,0,0,0 +624190,373,78,1615,167,134,21,0,0,0,0,0,0 +624210,373,78,222,22,16,0,0,0,0,0,0,0 +624221,373,78,303,16,3,0,0,0,0,0,0,0 +624229,373,78,216,12,0,0,0,0,0,0,0,0 +624230,373,78,186,6,3,0,0,0,0,0,0,0 +624310,373,78,787,23,9,4,0,0,0,0,0,0 +624410,373,78,8482,586,407,173,0,0,0,0,0,0 +711110,373,78,110,12,8,0,0,0,0,0,0,0 +711120,373,78,0,4,3,0,0,0,0,0,0,0 +711130,373,78,221,29,24,0,0,0,0,0,0,0 +711211,373,78,0,4,0,0,0,0,0,0,0,0 +711219,373,78,19,4,0,0,0,0,0,0,0,0 +711310,373,78,1903,20,6,3,0,0,0,0,0,0 +711320,373,78,90,28,22,0,0,0,0,0,0,0 +711410,373,78,17,5,4,0,0,0,0,0,0,0 +711510,373,78,173,111,107,0,0,0,0,0,0,0 +712110,373,78,408,14,4,0,3,0,0,0,0,0 +712120,373,78,32,3,0,0,0,0,0,0,0,0 +713120,373,78,524,20,11,3,0,0,0,0,0,0 +713290,373,78,89,11,10,0,0,0,0,0,0,0 +713910,373,78,2484,51,6,17,5,0,0,0,0,0 +713940,373,78,7662,308,229,58,4,6,0,0,0,0 +713950,373,78,230,10,3,4,0,0,0,0,0,0 +713990,373,78,722,91,74,6,0,0,0,0,0,0 +721110,373,78,9016,287,134,123,10,0,0,0,0,0 +721191,373,78,11,3,0,0,0,0,0,0,0,0 +721214,373,78,56,4,0,0,0,0,0,0,0,0 +721310,373,78,90,19,17,0,0,0,0,0,0,0 +722310,373,78,3703,152,118,19,4,0,0,0,0,0 +722320,373,78,703,64,36,9,0,0,0,0,0,0 +722330,373,78,153,45,37,0,0,0,0,0,0,0 +722410,373,78,1618,154,126,23,0,0,0,0,0,0 +722511,373,78,35509,1387,757,599,23,0,0,0,0,0 +722513,373,78,33635,1699,973,713,6,0,0,0,0,0 +722514,373,78,884,38,14,7,0,0,0,0,0,0 +722515,373,78,4233,324,247,67,0,0,0,0,0,0 +811111,373,78,2111,506,501,0,0,0,0,0,0,0 +811112,373,78,30,8,6,0,0,0,0,0,0,0 +811113,373,78,68,18,15,0,0,0,0,0,0,0 +811118,373,78,21,11,9,0,0,0,0,0,0,0 +811121,373,78,1194,179,150,12,0,0,0,0,0,0 +811122,373,78,166,26,22,0,0,0,0,0,0,0 +811191,373,78,370,54,49,0,0,0,0,0,0,0 +811192,373,78,1232,91,58,21,0,0,0,0,0,0 +811198,373,78,72,17,13,0,0,0,0,0,0,0 +811211,373,78,0,11,9,0,0,0,0,0,0,0 +811212,373,78,119,25,19,0,0,0,0,0,0,0 +811213,373,78,69,20,15,0,0,0,0,0,0,0 +811219,373,78,77,22,14,0,0,0,0,0,0,0 +811310,373,78,701,106,93,0,0,0,0,0,0,0 +811411,373,78,11,5,4,0,0,0,0,0,0,0 +811412,373,78,65,19,18,0,0,0,0,0,0,0 +811420,373,78,109,26,18,0,0,0,0,0,0,0 +811430,373,78,30,5,4,0,0,0,0,0,0,0 +811490,373,78,308,53,48,0,0,0,0,0,0,0 +812111,373,78,159,27,22,0,0,0,0,0,0,0 +812112,373,78,2598,490,459,22,0,0,0,0,0,0 +812113,373,78,173,71,68,0,0,0,0,0,0,0 +812191,373,78,147,20,13,0,0,0,0,0,0,0 +812199,373,78,884,147,130,9,0,0,0,0,0,0 +812210,373,78,560,69,49,3,0,0,0,0,0,0 +812220,373,78,83,14,6,0,0,0,0,0,0,0 +812310,373,78,202,38,35,0,0,0,0,0,0,0 +812320,373,78,867,121,111,5,0,0,0,0,0,0 +812331,373,78,385,3,0,0,0,0,0,0,0,0 +812332,373,78,348,5,0,0,0,0,0,0,0,0 +812910,373,78,1025,148,127,13,0,0,0,0,0,0 +812921,373,78,16,3,0,0,0,0,0,0,0,0 +812930,373,78,666,41,31,4,0,0,0,0,0,0 +812990,373,78,252,103,96,0,0,0,0,0,0,0 +813110,373,78,12942,1297,1144,131,11,3,0,0,0,0 +813211,373,78,664,80,68,3,0,0,0,0,0,0 +813212,373,78,275,26,19,0,0,0,0,0,0,0 +813219,373,78,100,20,14,0,0,0,0,0,0,0 +813311,373,78,115,31,27,0,0,0,0,0,0,0 +813312,373,78,372,57,43,0,0,0,0,0,0,0 +813319,373,78,361,66,58,0,0,0,0,0,0,0 +813410,373,78,973,103,87,3,0,0,0,0,0,0 +813910,373,78,993,105,90,4,0,0,0,0,0,0 +813920,373,78,1718,78,53,12,0,0,0,0,0,0 +813930,373,78,162,20,14,0,0,0,0,0,0,0 +813940,373,78,70,19,18,0,0,0,0,0,0,0 +813990,373,78,205,36,25,3,0,0,0,0,0,0 +113310,373,79,50,11,8,0,0,0,0,0,0,0 +221121,373,79,0,6,0,0,0,0,0,0,0,0 +221122,373,79,0,11,8,0,0,0,0,0,0,0 +236115,373,79,56,26,24,0,0,0,0,0,0,0 +236117,373,79,14,8,4,0,0,0,0,0,0,0 +236118,373,79,87,25,23,0,0,0,0,0,0,0 +236220,373,79,137,10,3,0,0,0,0,0,0,0 +237110,373,79,87,8,0,0,0,0,0,0,0,0 +237310,373,79,50,5,0,0,0,0,0,0,0,0 +238110,373,79,51,5,3,0,0,0,0,0,0,0 +238130,373,79,21,8,7,0,0,0,0,0,0,0 +238140,373,79,19,6,5,0,0,0,0,0,0,0 +238160,373,79,46,12,3,0,0,0,0,0,0,0 +238170,373,79,4,4,4,0,0,0,0,0,0,0 +238210,373,79,281,37,32,0,0,0,0,0,0,0 +238220,373,79,770,64,59,0,0,0,0,0,0,0 +238310,373,79,8,3,3,0,0,0,0,0,0,0 +238320,373,79,12,6,3,0,0,0,0,0,0,0 +238330,373,79,0,3,3,0,0,0,0,0,0,0 +238340,373,79,30,4,3,0,0,0,0,0,0,0 +238350,373,79,20,6,5,0,0,0,0,0,0,0 +238390,373,79,22,3,0,0,0,0,0,0,0,0 +238910,373,79,105,25,19,0,0,0,0,0,0,0 +238990,373,79,29,10,6,0,0,0,0,0,0,0 +313110,373,79,0,3,0,0,0,0,0,0,0,0 +314999,373,79,0,3,0,0,0,0,0,0,0,0 +323111,373,79,165,6,3,0,0,0,0,0,0,0 +325992,373,79,0,7,0,0,3,0,0,0,0,0 +332710,373,79,12,7,3,0,0,0,0,0,0,0 +332721,373,79,70,3,0,0,0,0,0,0,0,0 +333914,373,79,0,3,0,0,0,0,0,0,0,0 +423120,373,79,49,6,0,0,0,0,0,0,0,0 +423610,373,79,17,8,3,0,0,0,0,0,0,0 +423730,373,79,11,3,0,0,0,0,0,0,0,0 +423830,373,79,76,10,3,0,0,0,0,0,0,0 +424450,373,79,0,3,0,0,0,0,0,0,0,0 +424690,373,79,0,3,0,0,0,0,0,0,0,0 +425120,373,79,43,8,6,0,0,0,0,0,0,0 +441110,373,79,451,14,0,5,0,0,0,0,0,0 +441120,373,79,95,24,16,0,0,0,0,0,0,0 +441310,373,79,230,21,17,0,0,0,0,0,0,0 +441320,373,79,147,18,8,0,0,0,0,0,0,0 +442110,373,79,75,11,4,0,0,0,0,0,0,0 +442210,373,79,7,3,3,0,0,0,0,0,0,0 +443141,373,79,0,3,0,0,0,0,0,0,0,0 +443142,373,79,15,4,0,0,0,0,0,0,0,0 +444130,373,79,22,6,0,0,0,0,0,0,0,0 +444190,373,79,60,10,3,0,0,0,0,0,0,0 +444210,373,79,11,3,0,0,0,0,0,0,0,0 +444220,373,79,62,5,0,0,0,0,0,0,0,0 +445110,373,79,860,30,6,14,0,0,0,0,0,0 +445120,373,79,40,19,18,0,0,0,0,0,0,0 +445310,373,79,0,3,0,0,0,0,0,0,0,0 +446110,373,79,329,25,12,3,0,0,0,0,0,0 +446120,373,79,59,11,6,0,0,0,0,0,0,0 +446191,373,79,11,3,0,0,0,0,0,0,0,0 +446199,373,79,2,7,4,0,0,0,0,0,0,0 +447110,373,79,473,109,107,0,0,0,0,0,0,0 +447190,373,79,29,3,0,0,0,0,0,0,0,0 +448120,373,79,87,10,3,0,0,0,0,0,0,0 +448140,373,79,208,9,0,3,0,0,0,0,0,0 +448190,373,79,0,3,0,0,0,0,0,0,0,0 +448210,373,79,75,11,5,0,0,0,0,0,0,0 +448310,373,79,13,4,4,0,0,0,0,0,0,0 +451110,373,79,8,3,3,0,0,0,0,0,0,0 +452319,373,79,493,44,38,0,0,0,0,0,0,0 +453110,373,79,18,7,3,0,0,0,0,0,0,0 +453220,373,79,54,8,3,0,0,0,0,0,0,0 +453310,373,79,21,6,4,0,0,0,0,0,0,0 +453910,373,79,46,5,0,0,0,0,0,0,0,0 +453930,373,79,15,3,0,0,0,0,0,0,0,0 +453991,373,79,5,3,3,0,0,0,0,0,0,0 +453998,373,79,18,8,7,0,0,0,0,0,0,0 +454110,373,79,12,13,8,0,0,0,0,0,0,0 +454310,373,79,90,10,3,0,0,0,0,0,0,0 +454390,373,79,4,3,3,0,0,0,0,0,0,0 +484110,373,79,52,20,15,0,0,0,0,0,0,0 +484121,373,79,134,13,3,0,0,0,0,0,0,0 +484122,373,79,0,3,0,0,0,0,0,0,0,0 +484220,373,79,135,19,12,0,0,0,0,0,0,0 +488190,373,79,16,3,0,0,0,0,0,0,0,0 +488410,373,79,9,3,0,0,0,0,0,0,0,0 +488991,373,79,0,3,0,0,0,0,0,0,0,0 +493110,373,79,0,11,0,0,0,0,0,0,0,0 +515112,373,79,22,4,0,0,0,0,0,0,0,0 +517311,373,79,11,7,0,0,0,0,0,0,0,0 +517312,373,79,31,4,0,0,0,0,0,0,0,0 +518210,373,79,0,4,0,0,0,0,0,0,0,0 +522110,373,79,282,47,46,0,0,0,0,0,0,0 +522291,373,79,63,13,12,0,0,0,0,0,0,0 +522298,373,79,28,4,0,0,0,0,0,0,0,0 +523910,373,79,0,3,3,0,0,0,0,0,0,0 +523920,373,79,0,15,15,0,0,0,0,0,0,0 +524210,373,79,142,49,44,0,0,0,0,0,0,0 +531110,373,79,125,26,20,0,0,0,0,0,0,0 +531120,373,79,52,11,8,0,0,0,0,0,0,0 +531130,373,79,20,9,6,0,0,0,0,0,0,0 +531210,373,79,44,23,20,0,0,0,0,0,0,0 +531311,373,79,47,22,20,0,0,0,0,0,0,0 +531320,373,79,4,3,3,0,0,0,0,0,0,0 +532120,373,79,0,3,0,0,0,0,0,0,0,0 +532210,373,79,21,3,0,0,0,0,0,0,0,0 +541110,373,79,156,45,40,0,0,0,0,0,0,0 +541211,373,79,87,13,3,0,0,0,0,0,0,0 +541213,373,79,149,11,3,0,0,0,0,0,0,0 +541219,373,79,48,9,5,0,0,0,0,0,0,0 +541330,373,79,8,8,6,0,0,0,0,0,0,0 +541370,373,79,14,7,6,0,0,0,0,0,0,0 +541410,373,79,2,3,3,0,0,0,0,0,0,0 +541511,373,79,72,14,10,0,0,0,0,0,0,0 +541512,373,79,8,11,8,0,0,0,0,0,0,0 +541611,373,79,64,19,18,0,0,0,0,0,0,0 +541612,373,79,8,3,0,0,0,0,0,0,0,0 +541690,373,79,9,4,4,0,0,0,0,0,0,0 +541940,373,79,126,18,9,0,0,0,0,0,0,0 +551114,373,79,430,13,7,0,0,0,0,0,0,0 +561110,373,79,14,8,5,0,0,0,0,0,0,0 +561210,373,79,0,9,4,0,0,0,0,0,0,0 +561320,373,79,1270,19,6,0,6,0,0,0,0,0 +561720,373,79,320,30,20,0,0,0,0,0,0,0 +561730,373,79,219,48,40,0,0,0,0,0,0,0 +561990,373,79,33,7,6,0,0,0,0,0,0,0 +562111,373,79,0,3,0,0,0,0,0,0,0,0 +611110,373,79,379,9,0,3,0,0,0,0,0,0 +611620,373,79,0,4,3,0,0,0,0,0,0,0 +621111,373,79,1062,71,53,14,0,0,0,0,0,0 +621210,373,79,324,46,40,0,0,0,0,0,0,0 +621310,373,79,23,5,3,0,0,0,0,0,0,0 +621320,373,79,16,4,3,0,0,0,0,0,0,0 +621330,373,79,35,8,6,0,0,0,0,0,0,0 +621340,373,79,66,10,3,0,0,0,0,0,0,0 +621420,373,79,38,12,6,0,0,0,0,0,0,0 +621492,373,79,0,8,3,0,0,0,0,0,0,0 +621493,373,79,44,4,0,0,0,0,0,0,0,0 +621498,373,79,51,4,0,0,0,0,0,0,0,0 +621610,373,79,545,18,3,4,0,0,0,0,0,0 +623110,373,79,377,8,0,0,0,0,0,0,0,0 +623210,373,79,127,12,3,0,0,0,0,0,0,0 +623312,373,79,246,9,0,0,0,0,0,0,0,0 +623990,373,79,107,3,0,0,0,0,0,0,0,0 +624110,373,79,33,3,0,0,0,0,0,0,0,0 +624120,373,79,318,13,0,4,0,0,0,0,0,0 +624190,373,79,158,11,0,0,0,0,0,0,0,0 +624410,373,79,408,51,45,0,0,0,0,0,0,0 +713910,373,79,93,3,0,0,0,0,0,0,0,0 +713940,373,79,192,12,5,0,0,0,0,0,0,0 +713990,373,79,36,9,3,0,0,0,0,0,0,0 +721110,373,79,218,24,15,0,0,0,0,0,0,0 +722310,373,79,59,8,5,0,0,0,0,0,0,0 +722511,373,79,1573,89,55,30,0,0,0,0,0,0 +722513,373,79,2446,108,58,50,0,0,0,0,0,0 +722515,373,79,24,5,3,0,0,0,0,0,0,0 +811111,373,79,183,41,36,0,0,0,0,0,0,0 +811121,373,79,109,18,12,0,0,0,0,0,0,0 +811191,373,79,0,3,0,0,0,0,0,0,0,0 +811192,373,79,18,6,3,0,0,0,0,0,0,0 +811310,373,79,30,12,10,0,0,0,0,0,0,0 +811411,373,79,0,3,0,0,0,0,0,0,0,0 +812112,373,79,62,14,10,0,0,0,0,0,0,0 +812210,373,79,75,11,0,0,0,0,0,0,0,0 +812220,373,79,4,3,3,0,0,0,0,0,0,0 +812310,373,79,0,4,4,0,0,0,0,0,0,0 +812320,373,79,35,4,3,0,0,0,0,0,0,0 +812910,373,79,26,3,0,0,0,0,0,0,0,0 +813110,373,79,941,201,193,3,0,0,0,0,0,0 +813219,373,79,5,3,3,0,0,0,0,0,0,0 +813410,373,79,65,11,4,0,0,0,0,0,0,0 +113310,379,76,94,18,17,0,0,0,0,0,0,0 +115310,379,76,15,4,0,0,0,0,0,0,0,0 +221112,379,76,0,3,0,0,0,0,0,0,0,0 +236115,379,76,10,5,4,0,0,0,0,0,0,0 +236220,379,76,0,3,0,0,0,0,0,0,0,0 +238210,379,76,10,5,4,0,0,0,0,0,0,0 +238220,379,76,172,11,6,3,0,0,0,0,0,0 +238910,379,76,10,4,3,0,0,0,0,0,0,0 +441310,379,76,53,6,3,0,0,0,0,0,0,0 +442110,379,76,43,3,0,0,0,0,0,0,0,0 +446110,379,76,13,3,0,0,0,0,0,0,0,0 +447110,379,76,79,16,14,0,0,0,0,0,0,0 +447190,379,76,0,3,0,0,0,0,0,0,0,0 +452319,379,76,0,6,3,0,0,0,0,0,0,0 +484110,379,76,36,6,3,0,0,0,0,0,0,0 +484121,379,76,0,3,0,0,0,0,0,0,0,0 +484220,379,76,19,7,6,0,0,0,0,0,0,0 +522110,379,76,33,6,6,0,0,0,0,0,0,0 +524210,379,76,19,6,5,0,0,0,0,0,0,0 +531210,379,76,22,4,3,0,0,0,0,0,0,0 +541110,379,76,23,6,5,0,0,0,0,0,0,0 +541211,379,76,11,4,0,0,0,0,0,0,0,0 +541940,379,76,0,4,3,0,0,0,0,0,0,0 +561730,379,76,18,8,7,0,0,0,0,0,0,0 +621111,379,76,153,7,4,0,0,0,0,0,0,0 +621610,379,76,299,8,0,3,0,0,0,0,0,0 +623110,379,76,0,3,0,0,0,0,0,0,0,0 +623210,379,76,0,6,3,0,0,0,0,0,0,0 +624190,379,76,0,5,0,0,0,0,0,0,0,0 +624410,379,76,44,6,0,0,0,0,0,0,0,0 +722511,379,76,94,13,12,0,0,0,0,0,0,0 +722513,379,76,360,15,0,9,0,0,0,0,0,0 +811111,379,76,16,8,7,0,0,0,0,0,0,0 +811121,379,76,3,3,3,0,0,0,0,0,0,0 +811310,379,76,10,4,3,0,0,0,0,0,0,0 +813110,379,76,77,25,24,0,0,0,0,0,0,0 +113310,379,79,1948,307,223,0,0,0,0,0,0,0 +114111,379,79,3,3,3,0,0,0,0,0,0,0 +114112,379,79,3,3,3,0,0,0,0,0,0,0 +115112,379,79,33,6,0,0,0,0,0,0,0,0 +115114,379,79,0,3,0,0,0,0,0,0,0,0 +115210,379,79,32,17,15,0,0,0,0,0,0,0 +115310,379,79,28,15,12,0,0,0,0,0,0,0 +212311,379,79,47,3,0,0,0,0,0,0,0,0 +212321,379,79,15,6,0,0,0,0,0,0,0,0 +221111,379,79,0,3,0,0,0,0,0,0,0,0 +221112,379,79,0,43,28,0,0,0,0,0,0,0 +221113,379,79,0,9,5,0,0,0,0,0,0,0 +221121,379,79,0,8,0,0,0,0,0,0,0,0 +221122,379,79,171,150,90,3,0,0,0,0,0,0 +221310,379,79,73,14,3,0,0,0,0,0,0,0 +221320,379,79,0,3,0,0,0,0,0,0,0,0 +236115,379,79,3835,1214,1139,0,0,0,0,0,0,0 +236116,379,79,49,15,7,0,0,0,0,0,0,0 +236117,379,79,1287,299,261,3,0,0,0,0,0,0 +236118,379,79,2916,951,874,7,0,0,0,0,0,0 +236210,379,79,168,13,0,0,0,0,0,0,0,0 +236220,379,79,3696,355,222,15,0,0,0,0,0,0 +237110,379,79,1205,124,42,6,0,0,0,0,0,0 +237130,379,79,1156,64,10,3,0,0,0,0,0,0 +237210,379,79,199,57,29,0,0,0,0,0,0,0 +237310,379,79,1421,114,26,0,0,0,0,0,0,0 +237990,379,79,412,64,40,0,0,0,0,0,0,0 +238110,379,79,940,142,72,0,0,0,0,0,0,0 +238120,379,79,17,6,0,0,0,0,0,0,0,0 +238130,379,79,200,76,51,0,0,0,0,0,0,0 +238140,379,79,1033,200,130,3,0,0,0,0,0,0 +238150,379,79,186,29,14,0,0,0,0,0,0,0 +238160,379,79,1030,152,102,3,0,0,0,0,0,0 +238170,379,79,248,58,36,0,0,0,0,0,0,0 +238190,379,79,71,22,6,0,0,0,0,0,0,0 +238210,379,79,7609,1032,878,43,0,0,0,0,0,0 +238220,379,79,10866,1355,1142,94,0,0,0,0,0,0 +238290,379,79,518,34,11,3,0,0,0,0,0,0 +238310,379,79,798,94,55,3,0,0,0,0,0,0 +238320,379,79,1202,285,228,0,0,0,0,0,0,0 +238330,379,79,396,114,84,0,0,0,0,0,0,0 +238340,379,79,193,53,37,0,0,0,0,0,0,0 +238350,379,79,872,259,213,5,0,0,0,0,0,0 +238390,379,79,99,29,18,0,0,0,0,0,0,0 +238910,379,79,4407,524,377,3,0,0,0,0,0,0 +238990,379,79,1677,286,214,0,0,0,0,0,0,0 +311119,379,79,0,3,0,0,0,0,0,0,0,0 +311352,379,79,0,4,3,0,0,0,0,0,0,0 +311421,379,79,0,3,0,0,0,0,0,0,0,0 +311611,379,79,0,3,0,0,0,0,0,0,0,0 +311615,379,79,3908,6,0,0,0,0,0,0,0,0 +311710,379,79,19,3,0,0,0,0,0,0,0,0 +311811,379,79,160,32,16,0,0,0,0,0,0,0 +311812,379,79,60,8,6,0,0,0,0,0,0,0 +311911,379,79,0,3,0,0,3,0,0,0,0,0 +311920,379,79,0,3,0,0,0,0,0,0,0,0 +311941,379,79,14,3,0,0,0,0,0,0,0,0 +312120,379,79,678,47,32,5,0,0,0,0,0,0 +312140,379,79,8,6,6,0,0,0,0,0,0,0 +312230,379,79,1686,11,0,3,0,0,0,0,0,0 +313110,379,79,216,5,0,0,0,0,0,0,0,0 +313210,379,79,43,3,0,0,0,0,0,0,0,0 +313230,379,79,423,6,0,0,0,0,0,0,0,0 +313240,379,79,165,4,0,0,0,0,0,0,0,0 +313310,379,79,309,13,0,4,0,0,0,0,0,0 +314110,379,79,0,3,0,0,0,0,0,0,0,0 +314120,379,79,126,12,0,0,0,0,0,0,0,0 +314910,379,79,8,3,3,0,0,0,0,0,0,0 +314999,379,79,318,19,11,0,0,0,0,0,0,0 +315110,379,79,487,19,6,0,0,0,0,0,0,0 +316998,379,79,43,3,0,0,0,0,0,0,0,0 +321113,379,79,1344,46,9,6,0,0,0,0,0,0 +321114,379,79,33,3,0,0,0,0,0,0,0,0 +321211,379,79,189,13,0,3,0,0,0,0,0,0 +321214,379,79,117,3,0,0,0,0,0,0,0,0 +321912,379,79,178,15,4,0,0,0,0,0,0,0 +321918,379,79,249,6,0,0,0,0,0,0,0,0 +321920,379,79,280,13,0,7,0,0,0,0,0,0 +321999,379,79,529,23,3,0,0,0,0,0,0,0 +322211,379,79,337,3,0,0,0,0,0,0,0,0 +322220,379,79,818,9,0,3,3,0,0,0,0,0 +323111,379,79,1641,129,79,5,0,0,0,0,0,0 +323113,379,79,64,27,10,0,0,0,0,0,0,0 +323120,379,79,57,3,0,0,0,0,0,0,0,0 +325180,379,79,0,3,0,0,0,0,0,0,0,0 +325199,379,79,103,3,0,0,0,0,0,0,0,0 +325211,379,79,558,6,0,0,0,0,0,0,0,0 +325412,379,79,865,9,0,0,0,0,0,0,0,0 +325620,379,79,11,6,0,0,0,0,0,0,0,0 +326150,379,79,1172,13,0,8,3,0,0,0,0,0 +326199,379,79,1177,26,4,0,0,0,0,0,0,0 +326299,379,79,273,5,0,4,0,0,0,0,0,0 +327110,379,79,16,8,5,0,0,0,0,0,0,0 +327215,379,79,20,6,0,0,0,0,0,0,0,0 +327320,379,79,451,59,14,0,0,0,0,0,0,0 +327390,379,79,51,6,0,0,0,0,0,0,0,0 +327991,379,79,50,6,0,0,0,0,0,0,0,0 +332312,379,79,23,12,3,0,0,0,0,0,0,0 +332322,379,79,224,12,3,0,0,0,0,0,0,0 +332323,379,79,18,5,3,0,0,0,0,0,0,0 +332710,379,79,719,108,59,0,0,0,0,0,0,0 +332721,379,79,332,17,3,4,0,0,0,0,0,0 +332812,379,79,17,6,0,0,0,0,0,0,0,0 +332999,379,79,0,3,0,0,0,0,0,0,0,0 +333111,379,79,0,4,0,0,0,0,0,0,0,0 +333243,379,79,36,3,0,0,0,0,0,0,0,0 +333249,379,79,478,17,3,3,0,0,0,0,0,0 +333413,379,79,513,7,0,0,0,0,0,0,0,0 +333511,379,79,0,9,0,0,0,0,0,0,0,0 +333618,379,79,0,3,0,0,0,0,0,0,0,0 +333923,379,79,31,3,0,0,0,0,0,0,0,0 +333999,379,79,0,6,0,0,0,0,0,0,0,0 +335121,379,79,0,3,0,0,0,0,0,0,0,0 +336390,379,79,84,3,0,0,0,0,0,0,0,0 +336612,379,79,610,41,22,5,0,0,0,0,0,0 +337110,379,79,273,63,27,0,0,0,0,0,0,0 +337121,379,79,11409,80,17,18,20,5,4,0,0,0 +337122,379,79,619,28,4,0,3,0,0,0,0,0 +337124,379,79,0,3,0,0,0,0,0,0,0,0 +337127,379,79,10,4,3,0,0,0,0,0,0,0 +337211,379,79,264,4,0,0,0,0,0,0,0,0 +337212,379,79,0,3,0,0,0,0,0,0,0,0 +337215,379,79,721,37,22,8,0,0,0,0,0,0 +337910,379,79,0,4,0,0,0,0,0,0,0,0 +339112,379,79,34,3,0,0,0,0,0,0,0,0 +339113,379,79,470,10,0,0,0,0,0,0,0,0 +339116,379,79,300,59,39,0,0,0,0,0,0,0 +339910,379,79,24,7,5,0,0,0,0,0,0,0 +339920,379,79,19,3,0,0,0,0,0,0,0,0 +339950,379,79,120,23,9,0,0,0,0,0,0,0 +339992,379,79,114,9,7,0,0,0,0,0,0,0 +339999,379,79,169,12,3,0,0,0,0,0,0,0 +423110,379,79,549,34,10,7,0,0,0,0,0,0 +423120,379,79,814,81,28,6,0,0,0,0,0,0 +423130,379,79,185,12,0,0,0,0,0,0,0,0 +423140,379,79,56,6,0,0,0,0,0,0,0,0 +423210,379,79,608,40,20,0,0,0,0,0,0,0 +423220,379,79,338,29,18,0,0,0,0,0,0,0 +423310,379,79,929,69,19,4,0,0,0,0,0,0 +423320,379,79,168,19,8,0,0,0,0,0,0,0 +423330,379,79,191,30,7,0,0,0,0,0,0,0 +423390,379,79,28,3,0,0,0,0,0,0,0,0 +423420,379,79,412,51,35,0,0,0,0,0,0,0 +423430,379,79,83,17,8,0,0,0,0,0,0,0 +423440,379,79,131,18,9,0,0,0,0,0,0,0 +423450,379,79,398,41,21,3,0,0,0,0,0,0 +423490,379,79,39,12,9,0,0,0,0,0,0,0 +423510,379,79,325,29,11,4,0,0,0,0,0,0 +423610,379,79,1378,104,53,3,0,0,0,0,0,0 +423690,379,79,222,40,22,0,0,0,0,0,0,0 +423710,379,79,262,32,11,0,0,0,0,0,0,0 +423720,379,79,367,51,33,0,0,0,0,0,0,0 +423730,379,79,475,81,50,0,0,0,0,0,0,0 +423810,379,79,255,23,6,0,0,0,0,0,0,0 +423820,379,79,843,79,14,3,0,0,0,0,0,0 +423830,379,79,1139,153,98,3,0,0,0,0,0,0 +423840,379,79,523,51,17,3,0,0,0,0,0,0 +423850,379,79,218,29,13,0,0,0,0,0,0,0 +423860,379,79,30,7,0,0,0,0,0,0,0,0 +423910,379,79,105,19,7,0,0,0,0,0,0,0 +423930,379,79,371,54,12,0,0,0,0,0,0,0 +423940,379,79,51,16,8,0,0,0,0,0,0,0 +423990,379,79,270,43,22,0,0,0,0,0,0,0 +424120,379,79,107,18,4,0,0,0,0,0,0,0 +424130,379,79,378,16,4,0,0,0,0,0,0,0 +424210,379,79,174,26,8,0,0,0,0,0,0,0 +424310,379,79,531,15,4,3,0,0,0,0,0,0 +424320,379,79,0,3,0,0,0,0,0,0,0,0 +424330,379,79,12,10,0,0,0,0,0,0,0,0 +424410,379,79,38,3,0,0,0,0,0,0,0,0 +424420,379,79,0,6,0,0,0,0,0,0,0,0 +424430,379,79,19,6,0,0,0,0,0,0,0,0 +424450,379,79,0,3,0,0,0,0,0,0,0,0 +424460,379,79,207,19,8,0,0,0,0,0,0,0 +424470,379,79,91,7,4,0,0,0,0,0,0,0 +424480,379,79,316,13,3,0,0,0,0,0,0,0 +424490,379,79,1448,79,33,0,0,0,0,0,0,0 +424510,379,79,85,19,8,0,0,0,0,0,0,0 +424590,379,79,102,12,5,0,0,0,0,0,0,0 +424610,379,79,23,3,0,0,0,0,0,0,0,0 +424690,379,79,615,46,13,0,0,0,0,0,0,0 +424710,379,79,192,25,8,0,0,0,0,0,0,0 +424720,379,79,7,3,0,0,0,0,0,0,0,0 +424810,379,79,458,9,0,3,0,0,0,0,0,0 +424820,379,79,252,15,9,0,0,0,0,0,0,0 +424910,379,79,1261,128,59,0,0,0,0,0,0,0 +424930,379,79,277,20,14,0,0,0,0,0,0,0 +424940,379,79,30,10,0,0,0,0,0,0,0,0 +424950,379,79,21,3,3,0,0,0,0,0,0,0 +424990,379,79,340,45,32,0,0,0,0,0,0,0 +425120,379,79,777,231,199,0,0,0,0,0,0,0 +441110,379,79,12746,287,29,148,22,0,0,0,0,0 +441120,379,79,1906,418,359,0,0,0,0,0,0,0 +441210,379,79,68,12,0,0,0,0,0,0,0,0 +441222,379,79,497,68,39,4,0,0,0,0,0,0 +441228,379,79,719,78,24,0,0,0,0,0,0,0 +441310,379,79,5903,592,458,13,0,0,0,0,0,0 +441320,379,79,2505,355,275,4,0,0,0,0,0,0 +442110,379,79,2941,386,281,3,0,0,0,0,0,0 +442210,379,79,644,146,122,0,0,0,0,0,0,0 +442291,379,79,6,4,4,0,0,0,0,0,0,0 +442299,379,79,1444,159,108,5,0,0,0,0,0,0 +443141,379,79,440,55,26,0,0,0,0,0,0,0 +443142,379,79,1872,196,126,3,0,0,0,0,0,0 +444110,379,79,0,39,0,0,25,0,0,0,0,0 +444120,379,79,207,54,25,0,0,0,0,0,0,0 +444130,379,79,1607,183,84,0,0,0,0,0,0,0 +444190,379,79,3412,404,267,9,0,0,0,0,0,0 +444210,379,79,229,31,6,0,0,0,0,0,0,0 +444220,379,79,1356,174,63,0,0,0,0,0,0,0 +445110,379,79,36387,781,182,377,38,0,0,0,0,0 +445120,379,79,615,262,242,0,0,0,0,0,0,0 +445210,379,79,0,3,0,0,0,0,0,0,0,0 +445220,379,79,149,46,40,0,0,0,0,0,0,0 +445230,379,79,13,8,7,0,0,0,0,0,0,0 +445291,379,79,0,3,0,0,0,0,0,0,0,0 +445292,379,79,32,8,4,0,0,0,0,0,0,0 +445299,379,79,209,39,28,0,0,0,0,0,0,0 +445310,379,79,1092,258,193,0,0,0,0,0,0,0 +446110,379,79,8233,653,400,107,0,0,0,0,0,0 +446120,379,79,976,121,63,4,0,0,0,0,0,0 +446130,379,79,445,72,44,0,0,0,0,0,0,0 +446191,379,79,238,74,57,0,0,0,0,0,0,0 +446199,379,79,796,101,70,0,0,0,0,0,0,0 +447110,379,79,12065,1902,1779,18,0,0,0,0,0,0 +447190,379,79,605,117,64,0,0,0,0,0,0,0 +448110,379,79,285,50,28,0,0,0,0,0,0,0 +448120,379,79,3003,413,324,8,0,0,0,0,0,0 +448130,379,79,392,45,15,0,0,0,0,0,0,0 +448140,379,79,5873,329,163,83,0,0,0,0,0,0 +448150,379,79,198,34,11,0,0,0,0,0,0,0 +448190,379,79,891,113,72,11,0,0,0,0,0,0 +448210,379,79,1898,242,182,0,0,0,0,0,0,0 +448310,379,79,1247,222,165,0,0,0,0,0,0,0 +451110,379,79,2283,295,230,0,0,0,0,0,0,0 +451120,379,79,1340,94,41,19,0,0,0,0,0,0 +451130,379,79,232,37,17,0,0,0,0,0,0,0 +451140,379,79,116,21,7,0,0,0,0,0,0,0 +451211,379,79,640,73,32,4,0,0,0,0,0,0 +451212,379,79,11,3,0,0,0,0,0,0,0,0 +452210,379,79,3253,32,0,10,11,0,0,0,0,0 +452311,379,79,5637,62,0,0,18,15,0,0,0,0 +452319,379,79,8024,947,763,51,0,0,0,0,0,0 +453110,379,79,442,130,97,0,0,0,0,0,0,0 +453210,379,79,270,41,6,0,0,0,0,0,0,0 +453220,379,79,1783,407,362,3,0,0,0,0,0,0 +453310,379,79,1727,310,245,4,0,0,0,0,0,0 +453910,379,79,893,79,20,9,0,0,0,0,0,0 +453920,379,79,130,49,40,0,0,0,0,0,0,0 +453930,379,79,71,42,22,0,0,0,0,0,0,0 +453991,379,79,385,134,116,0,0,0,0,0,0,0 +453998,379,79,870,219,189,0,0,0,0,0,0,0 +454110,379,79,1402,334,274,0,0,0,0,0,0,0 +454210,379,79,130,34,15,0,0,0,0,0,0,0 +454310,379,79,1622,218,97,0,0,0,0,0,0,0 +454390,379,79,963,227,172,4,0,0,0,0,0,0 +481111,379,79,160,5,0,0,0,0,0,0,0,0 +481211,379,79,5,3,3,0,0,0,0,0,0,0 +483114,379,79,0,3,0,0,0,0,0,0,0,0 +484110,379,79,1019,274,208,0,0,0,0,0,0,0 +484121,379,79,3720,415,281,9,0,0,0,0,0,0 +484122,379,79,2354,86,24,29,0,0,0,0,0,0 +484210,379,79,888,80,46,8,0,0,0,0,0,0 +484220,379,79,1847,340,248,0,0,0,0,0,0,0 +484230,379,79,418,78,40,0,0,0,0,0,0,0 +485310,379,79,34,9,3,0,0,0,0,0,0,0 +485320,379,79,14,4,3,0,0,0,0,0,0,0 +485991,379,79,14,10,0,4,0,0,0,0,0,0 +485999,379,79,20,3,0,0,0,0,0,0,0,0 +487210,379,79,60,48,45,0,0,0,0,0,0,0 +488190,379,79,62,14,3,0,0,0,0,0,0,0 +488320,379,79,402,5,0,0,0,0,0,0,0,0 +488330,379,79,104,10,3,0,0,0,0,0,0,0 +488410,379,79,250,55,30,0,0,0,0,0,0,0 +488490,379,79,30,11,0,0,0,0,0,0,0,0 +488510,379,79,539,80,51,0,0,0,0,0,0,0 +492110,379,79,1676,56,10,0,0,0,0,0,0,0 +492210,379,79,128,20,3,0,0,0,0,0,0,0 +493110,379,79,2412,63,15,6,0,0,0,0,0,0 +493120,379,79,0,6,3,0,0,0,0,0,0,0 +493130,379,79,0,6,0,0,0,0,0,0,0,0 +493190,379,79,74,10,8,0,0,0,0,0,0,0 +511110,379,79,314,40,5,0,0,0,0,0,0,0 +511120,379,79,100,17,12,0,0,0,0,0,0,0 +511130,379,79,0,5,3,0,0,0,0,0,0,0 +511140,379,79,15,3,0,0,0,0,0,0,0,0 +511210,379,79,412,34,20,0,0,0,0,0,0,0 +512110,379,79,61,36,33,0,0,0,0,0,0,0 +512131,379,79,800,22,0,3,0,0,0,0,0,0 +512240,379,79,11,4,0,0,0,0,0,0,0,0 +515112,379,79,458,42,9,0,0,0,0,0,0,0 +515120,379,79,283,8,0,0,0,0,0,0,0,0 +517311,379,79,3264,364,221,8,0,0,0,0,0,0 +517312,379,79,2914,201,118,6,0,0,0,0,0,0 +517911,379,79,74,25,17,0,0,0,0,0,0,0 +518210,379,79,251,37,22,0,0,0,0,0,0,0 +519120,379,79,0,3,0,0,0,0,0,0,0,0 +519130,379,79,131,29,26,0,0,0,0,0,0,0 +522110,379,79,12139,1189,1053,37,6,0,0,0,0,0 +522120,379,79,30,24,9,0,0,0,0,0,0,0 +522130,379,79,1901,199,111,9,0,0,0,0,0,0 +522220,379,79,127,23,16,0,0,0,0,0,0,0 +522291,379,79,1030,213,174,0,0,0,0,0,0,0 +522292,379,79,625,132,120,0,0,0,0,0,0,0 +522298,379,79,864,169,122,3,0,0,0,0,0,0 +522310,379,79,59,26,20,0,0,0,0,0,0,0 +522320,379,79,12,7,6,0,0,0,0,0,0,0 +522390,379,79,38,20,19,0,0,0,0,0,0,0 +523110,379,79,0,7,3,0,0,0,0,0,0,0 +523120,379,79,617,205,168,3,0,0,0,0,0,0 +523910,379,79,27,13,11,0,0,0,0,0,0,0 +523920,379,79,719,339,317,4,0,0,0,0,0,0 +523930,379,79,200,104,91,0,0,0,0,0,0,0 +523991,379,79,7,3,3,0,0,0,0,0,0,0 +524113,379,79,80,16,3,0,0,0,0,0,0,0 +524114,379,79,21,5,4,0,0,0,0,0,0,0 +524126,379,79,77,10,3,0,0,0,0,0,0,0 +524127,379,79,32,18,10,0,0,0,0,0,0,0 +524210,379,79,5722,1358,1269,9,0,0,0,0,0,0 +524291,379,79,30,22,15,0,0,0,0,0,0,0 +524292,379,79,0,6,0,0,0,0,0,0,0,0 +524298,379,79,13,6,5,0,0,0,0,0,0,0 +531110,379,79,2127,609,555,3,0,0,0,0,0,0 +531120,379,79,940,219,184,0,0,0,0,0,0,0 +531130,379,79,448,189,170,0,0,0,0,0,0,0 +531190,379,79,123,56,49,0,0,0,0,0,0,0 +531210,379,79,3807,1531,1472,4,0,0,0,0,0,0 +531311,379,79,3891,646,565,24,0,0,0,0,0,0 +531312,379,79,345,73,66,0,0,0,0,0,0,0 +531320,379,79,289,186,180,0,0,0,0,0,0,0 +531390,379,79,90,55,49,0,0,0,0,0,0,0 +532111,379,79,446,76,52,0,0,0,0,0,0,0 +532120,379,79,214,29,20,0,0,0,0,0,0,0 +532210,379,79,142,85,58,0,0,0,0,0,0,0 +532281,379,79,0,3,3,0,0,0,0,0,0,0 +532282,379,79,0,6,0,0,0,0,0,0,0,0 +532283,379,79,212,22,0,0,0,0,0,0,0,0 +532284,379,79,44,42,38,0,0,0,0,0,0,0 +532289,379,79,141,29,14,0,0,0,0,0,0,0 +532310,379,79,79,18,6,0,0,0,0,0,0,0 +532412,379,79,147,20,10,0,0,0,0,0,0,0 +532490,379,79,248,28,20,0,0,0,0,0,0,0 +533110,379,79,14,7,6,0,0,0,0,0,0,0 +541110,379,79,6547,1530,1429,17,0,0,0,0,0,0 +541199,379,79,6,3,3,0,0,0,0,0,0,0 +541211,379,79,2699,555,466,8,0,0,0,0,0,0 +541213,379,79,1931,286,202,3,0,0,0,0,0,0 +541214,379,79,52,11,3,0,0,0,0,0,0,0 +541219,379,79,1203,323,266,0,0,0,0,0,0,0 +541310,379,79,432,142,120,0,0,0,0,0,0,0 +541320,379,79,94,38,34,0,0,0,0,0,0,0 +541330,379,79,3103,385,318,16,0,0,0,0,0,0 +541340,379,79,0,3,3,0,0,0,0,0,0,0 +541350,379,79,86,48,46,0,0,0,0,0,0,0 +541370,379,79,665,155,111,0,0,0,0,0,0,0 +541380,379,79,355,23,6,0,0,0,0,0,0,0 +541410,379,79,136,80,66,0,0,0,0,0,0,0 +541420,379,79,8,4,4,0,0,0,0,0,0,0 +541430,379,79,271,99,89,0,0,0,0,0,0,0 +541490,379,79,6,6,6,0,0,0,0,0,0,0 +541511,379,79,1295,280,249,0,0,0,0,0,0,0 +541512,379,79,2625,328,269,21,0,0,0,0,0,0 +541513,379,79,559,48,28,3,0,0,0,0,0,0 +541519,379,79,43,18,14,0,0,0,0,0,0,0 +541611,379,79,1913,578,534,11,0,0,0,0,0,0 +541612,379,79,45,23,18,0,0,0,0,0,0,0 +541613,379,79,649,222,204,0,0,0,0,0,0,0 +541614,379,79,202,46,36,0,0,0,0,0,0,0 +541620,379,79,149,59,47,0,0,0,0,0,0,0 +541690,379,79,714,125,99,0,0,0,0,0,0,0 +541713,379,79,20,6,0,0,0,0,0,0,0,0 +541714,379,79,18,15,14,0,0,0,0,0,0,0 +541715,379,79,168,37,25,0,0,0,0,0,0,0 +541720,379,79,0,3,0,0,0,0,0,0,0,0 +541810,379,79,215,65,52,0,0,0,0,0,0,0 +541820,379,79,37,20,16,0,0,0,0,0,0,0 +541850,379,79,18,4,3,0,0,0,0,0,0,0 +541860,379,79,18,5,4,0,0,0,0,0,0,0 +541890,379,79,279,39,22,0,0,0,0,0,0,0 +541910,379,79,43,9,6,0,0,0,0,0,0,0 +541921,379,79,229,88,79,0,0,0,0,0,0,0 +541922,379,79,24,20,19,0,0,0,0,0,0,0 +541930,379,79,2,6,3,0,0,0,0,0,0,0 +541940,379,79,4621,386,243,41,0,0,0,0,0,0 +541990,379,79,73,56,48,0,0,0,0,0,0,0 +551112,379,79,34,4,0,0,0,0,0,0,0,0 +551114,379,79,13288,341,173,30,10,0,0,0,0,0 +561110,379,79,2685,239,148,15,0,0,0,0,0,0 +561210,379,79,1085,58,20,0,0,0,0,0,0,0 +561311,379,79,102,21,0,0,0,0,0,0,0,0 +561312,379,79,159,42,30,0,0,0,0,0,0,0 +561320,379,79,17774,210,42,34,33,3,0,0,0,0 +561410,379,79,32,10,6,0,0,0,0,0,0,0 +561422,379,79,111,13,0,0,0,0,0,0,0,0 +561431,379,79,121,28,18,0,0,0,0,0,0,0 +561439,379,79,84,20,9,0,0,0,0,0,0,0 +561492,379,79,17,6,5,0,0,0,0,0,0,0 +561499,379,79,10,6,6,0,0,0,0,0,0,0 +561510,379,79,319,75,60,0,0,0,0,0,0,0 +561520,379,79,79,14,8,0,0,0,0,0,0,0 +561599,379,79,21,6,0,0,0,0,0,0,0,0 +561611,379,79,11,15,7,0,0,0,0,0,0,0 +561612,379,79,522,33,11,0,0,0,0,0,0,0 +561621,379,79,423,45,29,0,0,0,0,0,0,0 +561622,379,79,45,14,7,0,0,0,0,0,0,0 +561710,379,79,1641,157,72,13,0,0,0,0,0,0 +561720,379,79,7058,577,431,39,0,0,0,0,0,0 +561730,379,79,7466,1349,1220,28,0,0,0,0,0,0 +561740,379,79,242,66,46,0,0,0,0,0,0,0 +561790,379,79,337,111,90,0,0,0,0,0,0,0 +561910,379,79,0,4,0,0,0,0,0,0,0,0 +561920,379,79,38,10,5,0,0,0,0,0,0,0 +561990,379,79,1513,203,134,8,0,0,0,0,0,0 +562111,379,79,1347,112,48,4,0,0,0,0,0,0 +562910,379,79,49,11,7,0,0,0,0,0,0,0 +562991,379,79,126,29,10,0,0,0,0,0,0,0 +562998,379,79,1,3,3,0,0,0,0,0,0,0 +611110,379,79,6798,187,39,47,5,0,0,0,0,0 +611310,379,79,2556,23,0,3,0,0,0,0,0,0 +611430,379,79,255,41,27,0,0,0,0,0,0,0 +611511,379,79,12,3,0,0,0,0,0,0,0,0 +611519,379,79,196,24,16,0,0,0,0,0,0,0 +611610,379,79,379,103,76,0,0,0,0,0,0,0 +611620,379,79,583,90,64,3,0,0,0,0,0,0 +611691,379,79,353,37,19,0,0,0,0,0,0,0 +611699,379,79,309,54,45,0,0,0,0,0,0,0 +611710,379,79,661,51,30,0,0,0,0,0,0,0 +621111,379,79,26723,2079,1711,256,7,0,0,0,0,0 +621112,379,79,294,75,62,0,0,0,0,0,0,0 +621210,379,79,9296,1083,946,35,0,0,0,0,0,0 +621310,379,79,1038,339,300,0,0,0,0,0,0,0 +621320,379,79,1393,195,127,0,0,0,0,0,0,0 +621330,379,79,1486,273,223,0,0,0,0,0,0,0 +621340,379,79,2849,426,345,14,0,0,0,0,0,0 +621391,379,79,134,26,13,0,0,0,0,0,0,0 +621399,379,79,697,178,133,0,0,0,0,0,0,0 +621420,379,79,2758,245,112,21,0,0,0,0,0,0 +621492,379,79,0,63,7,4,0,0,0,0,0,0 +621493,379,79,909,37,9,0,0,0,0,0,0,0 +621498,379,79,1396,153,67,10,0,0,0,0,0,0 +621511,379,79,1506,91,54,0,0,0,0,0,0,0 +621512,379,79,187,30,13,0,0,0,0,0,0,0 +621610,379,79,17794,475,92,174,18,0,0,0,0,0 +621910,379,79,705,46,15,7,0,0,0,0,0,0 +621991,379,79,234,7,0,0,0,0,0,0,0,0 +621999,379,79,130,19,6,0,0,0,0,0,0,0 +622110,379,79,6952,9,0,0,0,0,0,0,0,0 +623110,379,79,15658,189,5,23,58,0,0,0,0,0 +623210,379,79,6193,411,247,21,0,0,0,0,0,0 +623220,379,79,976,56,13,3,0,0,0,0,0,0 +623311,379,79,4122,49,7,9,0,0,0,0,0,0 +623312,379,79,6616,214,26,87,0,0,0,0,0,0 +623990,379,79,529,39,8,0,0,0,0,0,0,0 +624110,379,79,1434,135,70,5,0,0,0,0,0,0 +624120,379,79,8592,257,56,58,4,0,0,0,0,0 +624190,379,79,3051,323,205,12,0,0,0,0,0,0 +624210,379,79,23,17,10,0,0,0,0,0,0,0 +624221,379,79,274,19,0,0,0,0,0,0,0,0 +624229,379,79,219,16,3,0,0,0,0,0,0,0 +624230,379,79,97,6,0,0,0,0,0,0,0,0 +624310,379,79,641,23,0,0,0,0,0,0,0,0 +624410,379,79,11514,997,720,149,0,0,0,0,0,0 +711110,379,79,68,13,4,0,0,0,0,0,0,0 +711120,379,79,5,3,3,0,0,0,0,0,0,0 +711130,379,79,43,8,6,0,0,0,0,0,0,0 +711219,379,79,27,8,7,0,0,0,0,0,0,0 +711310,379,79,93,24,11,0,0,0,0,0,0,0 +711320,379,79,105,26,23,0,0,0,0,0,0,0 +711510,379,79,211,110,105,0,0,0,0,0,0,0 +712110,379,79,202,27,8,0,0,0,0,0,0,0 +713120,379,79,346,34,10,3,0,0,0,0,0,0 +713290,379,79,0,3,0,0,0,0,0,0,0,0 +713910,379,79,5748,182,13,51,0,0,0,0,0,0 +713920,379,79,363,3,0,0,0,0,0,0,0,0 +713930,379,79,362,57,35,0,0,0,0,0,0,0 +713940,379,79,4499,287,165,29,0,0,0,0,0,0 +713950,379,79,134,9,0,0,0,0,0,0,0,0 +713990,379,79,1372,259,205,3,0,0,0,0,0,0 +721110,379,79,16388,857,537,200,7,0,0,0,0,0 +721191,379,79,285,73,58,0,0,0,0,0,0,0 +721199,379,79,25,15,3,0,0,0,0,0,0,0 +721211,379,79,200,56,37,0,0,0,0,0,0,0 +721214,379,79,567,33,20,0,0,0,0,0,0,0 +721310,379,79,6,4,4,0,0,0,0,0,0,0 +722310,379,79,3093,211,90,12,0,0,0,0,0,0 +722320,379,79,382,44,20,4,0,0,0,0,0,0 +722330,379,79,35,30,26,0,0,0,0,0,0,0 +722410,379,79,2053,261,201,11,0,0,0,0,0,0 +722511,379,79,65313,3194,1939,1114,34,0,0,0,0,0 +722513,379,79,62524,3130,1706,1301,0,0,0,0,0,0 +722514,379,79,1959,68,10,3,0,0,0,0,0,0 +722515,379,79,5261,549,426,51,0,0,0,0,0,0 +811111,379,79,3911,1007,929,3,0,0,0,0,0,0 +811113,379,79,128,28,20,0,0,0,0,0,0,0 +811118,379,79,66,27,13,0,0,0,0,0,0,0 +811121,379,79,2132,366,275,6,0,0,0,0,0,0 +811122,379,79,114,25,17,0,0,0,0,0,0,0 +811191,379,79,399,60,25,0,0,0,0,0,0,0 +811192,379,79,1138,154,96,3,0,0,0,0,0,0 +811198,379,79,12,6,3,0,0,0,0,0,0,0 +811211,379,79,1,3,3,0,0,0,0,0,0,0 +811212,379,79,98,42,28,0,0,0,0,0,0,0 +811213,379,79,81,14,6,0,0,0,0,0,0,0 +811219,379,79,50,22,8,0,0,0,0,0,0,0 +811310,379,79,1497,267,197,0,0,0,0,0,0,0 +811411,379,79,8,3,0,0,0,0,0,0,0,0 +811412,379,79,110,35,28,0,0,0,0,0,0,0 +811420,379,79,77,21,11,0,0,0,0,0,0,0 +811490,379,79,418,119,100,0,0,0,0,0,0,0 +812111,379,79,47,18,16,0,0,0,0,0,0,0 +812112,379,79,2239,551,491,0,0,0,0,0,0,0 +812113,379,79,142,62,53,0,0,0,0,0,0,0 +812191,379,79,63,7,0,0,0,0,0,0,0,0 +812199,379,79,923,173,150,0,0,0,0,0,0,0 +812210,379,79,1792,237,138,0,0,0,0,0,0,0 +812220,379,79,107,30,17,0,0,0,0,0,0,0 +812310,379,79,269,78,62,0,0,0,0,0,0,0 +812320,379,79,887,139,98,0,0,0,0,0,0,0 +812332,379,79,162,11,0,0,0,0,0,0,0,0 +812910,379,79,1168,209,159,0,0,0,0,0,0,0 +812930,379,79,0,7,0,0,0,0,0,0,0,0 +812990,379,79,222,107,96,0,0,0,0,0,0,0 +813110,379,79,23303,4015,3755,163,3,0,0,0,0,0 +813211,379,79,231,51,30,0,0,0,0,0,0,0 +813212,379,79,99,13,4,0,0,0,0,0,0,0 +813219,379,79,101,21,14,0,0,0,0,0,0,0 +813311,379,79,34,9,7,0,0,0,0,0,0,0 +813312,379,79,384,80,41,0,0,0,0,0,0,0 +813319,379,79,101,16,6,0,0,0,0,0,0,0 +813410,379,79,1128,180,140,3,0,0,0,0,0,0 +813910,379,79,329,94,58,0,0,0,0,0,0,0 +813920,379,79,23,7,6,0,0,0,0,0,0,0 +813930,379,79,159,40,21,0,0,0,0,0,0,0 +813990,379,79,928,130,84,0,0,0,0,0,0,0 +115112,380,80,64,26,23,0,0,0,0,0,0,0 +115114,380,80,21,6,3,0,0,0,0,0,0,0 +211120,380,80,1299,45,7,3,0,0,0,0,0,0 +211130,380,80,0,3,0,0,0,0,0,0,0,0 +212111,380,80,0,3,0,0,0,0,0,0,0,0 +212321,380,80,116,6,0,0,0,0,0,0,0,0 +213111,380,80,1604,52,20,10,0,0,0,0,0,0 +213112,380,80,6933,335,245,59,6,0,0,0,0,0 +221112,380,80,618,7,0,0,0,0,0,0,0,0 +221122,380,80,236,23,0,0,0,0,0,0,0,0 +221310,380,80,39,10,5,0,0,0,0,0,0,0 +236115,380,80,568,168,150,0,0,0,0,0,0,0 +236116,380,80,134,15,3,0,0,0,0,0,0,0 +236117,380,80,355,74,59,3,0,0,0,0,0,0 +236118,380,80,671,242,225,0,0,0,0,0,0,0 +236220,380,80,1882,154,93,20,0,0,0,0,0,0 +237110,380,80,448,62,39,0,0,0,0,0,0,0 +237120,380,80,657,30,11,6,0,0,0,0,0,0 +237130,380,80,112,12,6,0,0,0,0,0,0,0 +237210,380,80,0,3,3,0,0,0,0,0,0,0 +237310,380,80,871,42,15,0,3,0,0,0,0,0 +237990,380,80,28,5,3,0,0,0,0,0,0,0 +238110,380,80,850,154,124,3,0,0,0,0,0,0 +238120,380,80,0,3,0,0,0,0,0,0,0,0 +238130,380,80,315,62,55,0,0,0,0,0,0,0 +238140,380,80,185,36,24,0,0,0,0,0,0,0 +238150,380,80,103,9,3,0,0,0,0,0,0,0 +238160,380,80,382,43,24,5,0,0,0,0,0,0 +238170,380,80,386,56,41,0,0,0,0,0,0,0 +238190,380,80,84,18,3,0,0,0,0,0,0,0 +238210,380,80,3440,322,241,28,0,0,0,0,0,0 +238220,380,80,3086,313,259,28,5,0,0,0,0,0 +238290,380,80,257,27,8,0,0,0,0,0,0,0 +238310,380,80,413,86,68,3,0,0,0,0,0,0 +238320,380,80,345,90,81,3,0,0,0,0,0,0 +238330,380,80,103,52,48,0,0,0,0,0,0,0 +238340,380,80,31,7,4,0,0,0,0,0,0,0 +238350,380,80,405,105,95,0,0,0,0,0,0,0 +238390,380,80,20,8,7,0,0,0,0,0,0,0 +238910,380,80,2156,219,163,4,0,0,0,0,0,0 +238990,380,80,543,87,70,0,0,0,0,0,0,0 +311119,380,80,44,3,0,0,0,0,0,0,0,0 +311211,380,80,0,4,0,0,0,0,0,0,0,0 +311611,380,80,9,4,4,0,0,0,0,0,0,0 +311811,380,80,58,6,3,0,0,0,0,0,0,0 +311812,380,80,0,3,0,0,0,0,0,0,0,0 +311824,380,80,85,3,0,0,0,0,0,0,0,0 +311911,380,80,0,3,0,0,0,0,0,0,0,0 +312120,380,80,61,4,0,0,0,0,0,0,0,0 +314999,380,80,17,3,0,0,0,0,0,0,0,0 +321911,380,80,0,4,0,0,0,0,0,0,0,0 +323111,380,80,363,28,10,0,0,0,0,0,0,0 +323113,380,80,25,3,0,0,0,0,0,0,0,0 +326122,380,80,310,3,0,0,0,0,0,0,0,0 +326199,380,80,0,4,0,0,0,0,0,0,0,0 +327320,380,80,154,16,0,0,0,0,0,0,0,0 +327991,380,80,61,4,0,0,0,0,0,0,0,0 +332312,380,80,299,4,0,0,0,0,0,0,0,0 +332323,380,80,50,4,0,0,0,0,0,0,0,0 +332710,380,80,400,22,11,0,0,0,0,0,0,0 +332812,380,80,22,3,0,0,0,0,0,0,0,0 +332999,380,80,67,4,0,0,0,0,0,0,0,0 +333111,380,80,1072,12,0,0,0,0,0,0,0,0 +336320,380,80,0,3,0,0,0,0,0,0,0,0 +337110,380,80,263,25,16,0,0,0,0,0,0,0 +339116,380,80,44,7,0,0,0,0,0,0,0,0 +339920,380,80,0,3,0,0,0,0,0,0,0,0 +339950,380,80,16,15,4,0,0,0,0,0,0,0 +339999,380,80,0,3,0,0,0,0,0,0,0,0 +423110,380,80,538,18,3,4,0,0,0,0,0,0 +423120,380,80,796,52,19,15,0,0,0,0,0,0 +423130,380,80,163,12,3,0,0,0,0,0,0,0 +423310,380,80,236,13,0,0,0,0,0,0,0,0 +423320,380,80,15,3,0,0,0,0,0,0,0,0 +423330,380,80,123,9,0,0,0,0,0,0,0,0 +423390,380,80,43,8,5,0,0,0,0,0,0,0 +423420,380,80,203,18,0,3,0,0,0,0,0,0 +423430,380,80,270,14,3,3,0,0,0,0,0,0 +423450,380,80,156,10,7,0,0,0,0,0,0,0 +423510,380,80,413,18,3,0,0,0,0,0,0,0 +423610,380,80,440,28,7,3,0,0,0,0,0,0 +423690,380,80,331,14,4,0,0,0,0,0,0,0 +423710,380,80,28,8,6,0,0,0,0,0,0,0 +423720,380,80,241,23,12,0,0,0,0,0,0,0 +423730,380,80,72,9,6,0,0,0,0,0,0,0 +423740,380,80,77,3,0,0,0,0,0,0,0,0 +423810,380,80,947,37,9,6,0,0,0,0,0,0 +423820,380,80,1722,132,42,13,0,0,0,0,0,0 +423830,380,80,1552,123,84,15,0,0,0,0,0,0 +423840,380,80,159,20,11,0,0,0,0,0,0,0 +423850,380,80,129,13,3,0,0,0,0,0,0,0 +423860,380,80,50,4,0,0,0,0,0,0,0,0 +423910,380,80,46,7,3,0,0,0,0,0,0,0 +423930,380,80,52,9,6,0,0,0,0,0,0,0 +423990,380,80,41,12,9,0,0,0,0,0,0,0 +424120,380,80,103,14,3,0,0,0,0,0,0,0 +424130,380,80,234,4,0,0,0,0,0,0,0,0 +424210,380,80,73,11,3,0,0,0,0,0,0,0 +424410,380,80,807,9,0,0,3,0,0,0,0,0 +424480,380,80,0,6,0,0,0,0,0,0,0,0 +424490,380,80,843,40,12,0,0,0,0,0,0,0 +424510,380,80,1912,240,138,6,0,0,0,0,0,0 +424610,380,80,54,4,0,0,0,0,0,0,0,0 +424690,380,80,185,22,10,0,0,0,0,0,0,0 +424710,380,80,154,16,0,3,0,0,0,0,0,0 +424720,380,80,0,3,0,0,0,0,0,0,0,0 +424810,380,80,0,3,0,0,0,0,0,0,0,0 +424820,380,80,184,4,0,0,0,0,0,0,0,0 +424910,380,80,1560,218,122,9,0,0,0,0,0,0 +424950,380,80,35,4,3,0,0,0,0,0,0,0 +424990,380,80,11,8,7,0,0,0,0,0,0,0 +425120,380,80,524,52,29,3,0,0,0,0,0,0 +441110,380,80,3474,69,3,29,0,0,0,0,0,0 +441120,380,80,314,63,53,0,0,0,0,0,0,0 +441222,380,80,41,4,0,0,0,0,0,0,0,0 +441228,380,80,277,26,6,0,0,0,0,0,0,0 +441310,380,80,708,95,65,0,0,0,0,0,0,0 +441320,380,80,638,61,35,0,0,0,0,0,0,0 +442110,380,80,741,53,33,4,0,0,0,0,0,0 +442210,380,80,325,27,10,0,0,0,0,0,0,0 +442299,380,80,299,29,18,3,0,0,0,0,0,0 +443141,380,80,124,22,3,0,0,0,0,0,0,0 +443142,380,80,793,75,54,0,0,0,0,0,0,0 +444110,380,80,456,4,0,0,3,0,0,0,0,0 +444120,380,80,20,4,3,0,0,0,0,0,0,0 +444130,380,80,778,66,21,4,0,0,0,0,0,0 +444190,380,80,792,98,56,3,0,0,0,0,0,0 +444210,380,80,10,3,0,0,0,0,0,0,0,0 +444220,380,80,288,50,15,0,0,0,0,0,0,0 +445110,380,80,4283,154,38,18,10,0,0,0,0,0 +445210,380,80,3,3,3,0,0,0,0,0,0,0 +445292,380,80,7,3,3,0,0,0,0,0,0,0 +445299,380,80,69,4,0,0,0,0,0,0,0,0 +445310,380,80,709,63,27,8,0,0,0,0,0,0 +446110,380,80,1153,130,76,5,0,0,0,0,0,0 +446120,380,80,271,14,3,0,0,0,0,0,0,0 +446130,380,80,152,32,24,0,0,0,0,0,0,0 +446191,380,80,108,25,16,0,0,0,0,0,0,0 +446199,380,80,8,12,7,0,0,0,0,0,0,0 +447110,380,80,3492,306,205,27,0,0,0,0,0,0 +447190,380,80,1207,96,31,12,0,0,0,0,0,0 +448110,380,80,62,8,4,0,0,0,0,0,0,0 +448120,380,80,857,93,75,3,0,0,0,0,0,0 +448130,380,80,165,19,9,0,0,0,0,0,0,0 +448140,380,80,1100,62,22,19,0,0,0,0,0,0 +448150,380,80,37,12,3,0,0,0,0,0,0,0 +448190,380,80,302,25,8,3,0,0,0,0,0,0 +448210,380,80,318,44,38,0,0,0,0,0,0,0 +448310,380,80,239,39,29,0,0,0,0,0,0,0 +451110,380,80,1244,36,11,0,0,0,0,0,0,0 +451120,380,80,356,20,6,0,0,0,0,0,0,0 +451130,380,80,55,4,0,0,0,0,0,0,0,0 +451140,380,80,24,6,0,0,0,0,0,0,0,0 +451211,380,80,171,11,0,0,0,0,0,0,0,0 +452210,380,80,1668,20,0,12,0,0,0,0,0,0 +452311,380,80,4192,19,0,0,3,3,0,0,0,0 +452319,380,80,800,64,10,0,0,0,0,0,0,0 +453110,380,80,151,35,19,0,0,0,0,0,0,0 +453210,380,80,76,8,3,0,0,0,0,0,0,0 +453220,380,80,311,45,30,0,0,0,0,0,0,0 +453310,380,80,485,43,30,3,0,0,0,0,0,0 +453910,380,80,185,17,0,3,0,0,0,0,0,0 +453930,380,80,60,10,6,0,0,0,0,0,0,0 +453991,380,80,45,10,5,0,0,0,0,0,0,0 +453998,380,80,197,40,34,0,0,0,0,0,0,0 +454110,380,80,1134,36,27,0,0,0,0,0,0,0 +454310,380,80,67,9,3,0,0,0,0,0,0,0 +454390,380,80,296,93,86,0,0,0,0,0,0,0 +484110,380,80,843,117,88,0,0,0,0,0,0,0 +484121,380,80,2141,167,119,13,0,0,0,0,0,0 +484122,380,80,639,26,4,8,0,0,0,0,0,0 +484210,380,80,153,21,10,0,0,0,0,0,0,0 +484220,380,80,3730,469,400,18,4,0,0,0,0,0 +484230,380,80,1545,157,113,3,0,0,0,0,0,0 +485310,380,80,0,6,0,0,0,0,0,0,0,0 +485410,380,80,4,6,3,0,0,0,0,0,0,0 +486110,380,80,194,22,9,0,0,0,0,0,0,0 +486210,380,80,160,17,0,4,0,0,0,0,0,0 +488190,380,80,38,8,3,0,0,0,0,0,0,0 +488210,380,80,128,10,3,0,0,0,0,0,0,0 +488410,380,80,61,14,9,0,0,0,0,0,0,0 +488490,380,80,0,8,0,0,0,0,0,0,0,0 +488510,380,80,315,57,38,3,0,0,0,0,0,0 +492110,380,80,1237,46,10,6,0,0,0,0,0,0 +492210,380,80,20,3,0,0,0,0,0,0,0,0 +493110,380,80,277,16,0,4,0,0,0,0,0,0 +511110,380,80,76,12,3,0,0,0,0,0,0,0 +511120,380,80,0,6,5,0,0,0,0,0,0,0 +511210,380,80,1553,16,8,0,0,4,0,0,0,0 +512110,380,80,42,5,4,0,0,0,0,0,0,0 +512131,380,80,0,6,0,0,0,0,0,0,0,0 +515112,380,80,425,22,3,0,0,0,0,0,0,0 +515120,380,80,479,8,0,4,0,0,0,0,0,0 +517311,380,80,761,42,23,3,0,0,0,0,0,0 +517312,380,80,70,22,13,0,0,0,0,0,0,0 +517911,380,80,5,8,5,0,0,0,0,0,0,0 +518210,380,80,368,11,6,0,0,0,0,0,0,0 +519130,380,80,28,7,3,0,0,0,0,0,0,0 +522110,380,80,6790,364,189,47,3,0,0,0,0,0 +522120,380,80,0,23,13,0,0,0,0,0,0,0 +522130,380,80,621,77,55,0,0,0,0,0,0,0 +522220,380,80,6,4,4,0,0,0,0,0,0,0 +522292,380,80,117,7,0,0,0,0,0,0,0,0 +522298,380,80,210,12,4,0,0,0,0,0,0,0 +522310,380,80,39,7,4,0,0,0,0,0,0,0 +522320,380,80,0,9,6,0,0,0,0,0,0,0 +522390,380,80,7,4,4,0,0,0,0,0,0,0 +523120,380,80,240,65,52,0,0,0,0,0,0,0 +523140,380,80,7,3,3,0,0,0,0,0,0,0 +523910,380,80,34,21,20,0,0,0,0,0,0,0 +523920,380,80,270,121,110,0,0,0,0,0,0,0 +523930,380,80,62,27,26,0,0,0,0,0,0,0 +523999,380,80,12,11,8,0,0,0,0,0,0,0 +524113,380,80,323,20,11,0,0,0,0,0,0,0 +524114,380,80,338,14,3,0,0,0,0,0,0,0 +524126,380,80,439,17,3,3,0,0,0,0,0,0 +524210,380,80,1976,632,592,5,0,0,0,0,0,0 +524291,380,80,29,11,10,0,0,0,0,0,0,0 +524292,380,80,0,3,0,0,0,0,0,0,0,0 +531110,380,80,599,180,165,0,0,0,0,0,0,0 +531120,380,80,255,61,42,0,0,0,0,0,0,0 +531130,380,80,17,9,9,0,0,0,0,0,0,0 +531190,380,80,64,35,26,0,0,0,0,0,0,0 +531210,380,80,487,259,245,0,0,0,0,0,0,0 +531311,380,80,1220,143,120,4,0,0,0,0,0,0 +531312,380,80,93,22,20,0,0,0,0,0,0,0 +531320,380,80,75,33,32,0,0,0,0,0,0,0 +531390,380,80,100,26,21,0,0,0,0,0,0,0 +532111,380,80,149,26,18,0,0,0,0,0,0,0 +532120,380,80,62,9,9,0,0,0,0,0,0,0 +532210,380,80,0,3,0,0,0,0,0,0,0,0 +532289,380,80,0,3,0,0,0,0,0,0,0,0 +532412,380,80,681,57,28,4,0,0,0,0,0,0 +532490,380,80,287,31,13,0,0,0,0,0,0,0 +533110,380,80,45,13,8,0,0,0,0,0,0,0 +541110,380,80,1612,292,257,13,0,0,0,0,0,0 +541191,380,80,110,28,18,0,0,0,0,0,0,0 +541211,380,80,1194,116,82,3,0,0,0,0,0,0 +541213,380,80,176,40,24,0,0,0,0,0,0,0 +541219,380,80,303,69,52,0,0,0,0,0,0,0 +541310,380,80,370,48,37,0,0,0,0,0,0,0 +541320,380,80,0,3,0,0,0,0,0,0,0,0 +541330,380,80,2840,167,117,20,0,0,0,0,0,0 +541350,380,80,7,4,4,0,0,0,0,0,0,0 +541370,380,80,7,4,4,0,0,0,0,0,0,0 +541380,380,80,227,24,9,0,0,0,0,0,0,0 +541410,380,80,29,9,6,0,0,0,0,0,0,0 +541430,380,80,29,10,4,0,0,0,0,0,0,0 +541490,380,80,17,6,3,0,0,0,0,0,0,0 +541511,380,80,702,74,60,5,0,0,0,0,0,0 +541512,380,80,462,45,40,0,0,0,0,0,0,0 +541513,380,80,0,15,11,0,0,0,0,0,0,0 +541611,380,80,408,104,90,0,0,0,0,0,0,0 +541613,380,80,186,39,33,0,0,0,0,0,0,0 +541614,380,80,28,4,3,0,0,0,0,0,0,0 +541620,380,80,71,11,6,0,0,0,0,0,0,0 +541690,380,80,365,123,111,0,0,0,0,0,0,0 +541713,380,80,73,5,0,0,0,0,0,0,0,0 +541714,380,80,0,3,0,0,0,0,0,0,0,0 +541715,380,80,142,9,5,0,0,0,0,0,0,0 +541810,380,80,310,31,16,0,0,0,0,0,0,0 +541820,380,80,6,3,3,0,0,0,0,0,0,0 +541850,380,80,14,4,3,0,0,0,0,0,0,0 +541890,380,80,139,13,9,0,0,0,0,0,0,0 +541910,380,80,46,3,0,0,0,0,0,0,0,0 +541921,380,80,111,29,22,0,0,0,0,0,0,0 +541940,380,80,566,49,16,4,0,0,0,0,0,0 +541990,380,80,82,23,14,0,0,0,0,0,0,0 +551112,380,80,135,12,4,0,0,0,0,0,0,0 +551114,380,80,3793,89,50,11,6,3,0,0,0,0 +561110,380,80,1180,48,32,3,0,0,0,0,0,0 +561210,380,80,0,9,0,0,0,0,0,0,0,0 +561312,380,80,54,4,0,0,0,0,0,0,0,0 +561320,380,80,2220,54,15,14,6,0,0,0,0,0 +561330,380,80,96,3,0,0,0,0,0,0,0,0 +561422,380,80,850,12,4,3,0,0,0,0,0,0 +561431,380,80,14,3,0,0,0,0,0,0,0,0 +561440,380,80,165,10,0,0,0,0,0,0,0,0 +561492,380,80,11,8,8,0,0,0,0,0,0,0 +561499,380,80,67,4,0,0,0,0,0,0,0,0 +561510,380,80,86,21,16,0,0,0,0,0,0,0 +561612,380,80,262,11,0,3,0,0,0,0,0,0 +561621,380,80,25,9,6,0,0,0,0,0,0,0 +561622,380,80,5,3,3,0,0,0,0,0,0,0 +561710,380,80,7,5,5,0,0,0,0,0,0,0 +561720,380,80,1856,205,156,18,0,0,0,0,0,0 +561730,380,80,958,252,227,8,0,0,0,0,0,0 +561740,380,80,71,25,24,0,0,0,0,0,0,0 +561790,380,80,69,16,12,0,0,0,0,0,0,0 +561990,380,80,331,45,32,0,0,0,0,0,0,0 +562111,380,80,265,38,18,0,0,0,0,0,0,0 +562910,380,80,67,16,0,0,0,0,0,0,0,0 +562991,380,80,25,16,6,0,0,0,0,0,0,0 +562998,380,80,0,3,0,0,0,0,0,0,0,0 +611110,380,80,927,26,0,0,0,0,0,0,0,0 +611430,380,80,6,3,3,0,0,0,0,0,0,0 +611511,380,80,31,3,0,0,0,0,0,0,0,0 +611512,380,80,0,4,3,0,0,0,0,0,0,0 +611610,380,80,149,21,12,0,0,0,0,0,0,0 +611620,380,80,223,26,17,0,0,0,0,0,0,0 +611691,380,80,24,3,0,0,0,0,0,0,0,0 +611699,380,80,15,3,0,0,0,0,0,0,0,0 +611710,380,80,22,4,0,0,0,0,0,0,0,0 +621111,380,80,4056,146,91,11,3,3,0,0,0,0 +621112,380,80,22,6,3,0,0,0,0,0,0,0 +621210,380,80,2051,254,227,8,0,0,0,0,0,0 +621310,380,80,635,195,177,0,0,0,0,0,0,0 +621320,380,80,363,47,25,0,0,0,0,0,0,0 +621330,380,80,299,45,32,0,0,0,0,0,0,0 +621340,380,80,467,61,44,4,0,0,0,0,0,0 +621399,380,80,258,32,28,0,0,0,0,0,0,0 +621410,380,80,43,3,0,0,0,0,0,0,0,0 +621420,380,80,0,3,0,0,0,0,0,0,0,0 +621492,380,80,0,3,0,0,0,0,0,0,0,0 +621493,380,80,0,6,0,0,0,0,0,0,0,0 +621498,380,80,1382,30,6,9,3,0,0,0,0,0 +621511,380,80,0,4,0,0,0,0,0,0,0,0 +621512,380,80,188,4,0,0,0,0,0,0,0,0 +621610,380,80,200,6,3,0,0,0,0,0,0,0 +621910,380,80,292,22,3,0,0,0,0,0,0,0 +621991,380,80,0,3,0,0,0,0,0,0,0,0 +622110,380,80,5735,6,0,0,0,0,0,0,0,0 +623110,380,80,4083,32,0,0,9,0,0,0,0,0 +623210,380,80,540,96,48,21,0,0,0,0,0,0 +623220,380,80,541,11,0,3,0,0,0,0,0,0 +623311,380,80,1342,12,0,3,0,0,0,0,0,0 +623312,380,80,1261,23,0,5,0,0,0,0,0,0 +623990,380,80,0,7,3,0,0,0,0,0,0,0 +624110,380,80,118,22,12,0,0,0,0,0,0,0 +624120,380,80,2615,74,30,17,0,0,0,0,0,0 +624190,380,80,977,62,28,6,0,0,0,0,0,0 +624210,380,80,0,3,0,0,0,0,0,0,0,0 +624221,380,80,240,13,3,0,0,0,0,0,0,0 +624229,380,80,115,4,0,0,0,0,0,0,0,0 +624310,380,80,52,6,0,0,0,0,0,0,0,0 +624410,380,80,3039,294,204,41,0,0,0,0,0,0 +711110,380,80,0,4,3,0,0,0,0,0,0,0 +711130,380,80,19,7,6,0,0,0,0,0,0,0 +711310,380,80,0,6,0,0,0,0,0,0,0,0 +711320,380,80,49,6,6,0,0,0,0,0,0,0 +711510,380,80,22,20,16,0,0,0,0,0,0,0 +712110,380,80,25,14,7,0,0,0,0,0,0,0 +713120,380,80,0,3,0,0,0,0,0,0,0,0 +713210,380,80,0,16,10,0,0,0,0,0,0,0 +713290,380,80,324,39,30,0,0,0,0,0,0,0 +713910,380,80,150,19,13,0,0,0,0,0,0,0 +713940,380,80,2295,81,55,3,3,0,0,0,0,0 +713950,380,80,96,4,0,3,0,0,0,0,0,0 +713990,380,80,452,59,39,0,0,0,0,0,0,0 +721110,380,80,6852,310,142,93,3,0,0,0,0,0 +721120,380,80,0,3,0,3,0,0,0,0,0,0 +721211,380,80,3,3,3,0,0,0,0,0,0,0 +721310,380,80,18,23,15,3,0,0,0,0,0,0 +722310,380,80,304,28,13,0,0,0,0,0,0,0 +722320,380,80,0,3,0,0,0,0,0,0,0,0 +722330,380,80,4,8,8,0,0,0,0,0,0,0 +722410,380,80,2728,372,307,16,0,0,0,0,0,0 +722511,380,80,13274,570,253,205,7,0,0,0,0,0 +722513,380,80,9062,484,257,170,0,0,0,0,0,0 +722514,380,80,35,4,0,0,0,0,0,0,0,0 +722515,380,80,1498,120,83,21,0,0,0,0,0,0 +811111,380,80,939,206,173,0,0,0,0,0,0,0 +811118,380,80,22,3,0,0,0,0,0,0,0,0 +811121,380,80,705,147,113,7,0,0,0,0,0,0 +811122,380,80,65,15,6,0,0,0,0,0,0,0 +811191,380,80,55,12,6,0,0,0,0,0,0,0 +811192,380,80,463,47,28,4,0,0,0,0,0,0 +811198,380,80,8,3,0,0,0,0,0,0,0,0 +811310,380,80,576,120,91,3,0,0,0,0,0,0 +811412,380,80,6,4,4,0,0,0,0,0,0,0 +811420,380,80,8,5,5,0,0,0,0,0,0,0 +811490,380,80,53,23,19,0,0,0,0,0,0,0 +812111,380,80,9,3,0,0,0,0,0,0,0,0 +812112,380,80,1192,221,182,7,0,0,0,0,0,0 +812113,380,80,127,25,19,0,0,0,0,0,0,0 +812191,380,80,44,7,0,0,0,0,0,0,0,0 +812199,380,80,253,55,41,0,0,0,0,0,0,0 +812210,380,80,109,13,0,0,0,0,0,0,0,0 +812220,380,80,29,12,10,0,0,0,0,0,0,0 +812310,380,80,17,5,5,0,0,0,0,0,0,0 +812320,380,80,130,17,9,0,0,0,0,0,0,0 +812910,380,80,222,35,25,3,0,0,0,0,0,0 +812930,380,80,22,3,0,0,0,0,0,0,0,0 +812990,380,80,22,13,12,0,0,0,0,0,0,0 +813110,380,80,4006,679,604,19,0,0,0,0,0,0 +813211,380,80,226,25,15,3,0,0,0,0,0,0 +813212,380,80,63,6,0,0,0,0,0,0,0,0 +813311,380,80,37,9,7,0,0,0,0,0,0,0 +813312,380,80,171,11,3,0,0,0,0,0,0,0 +813410,380,80,905,145,108,3,0,0,0,0,0,0 +813910,380,80,343,73,60,0,0,0,0,0,0,0 +813920,380,80,61,13,9,0,0,0,0,0,0,0 +813930,380,80,208,33,22,0,0,0,0,0,0,0 +813940,380,80,6,4,4,0,0,0,0,0,0,0 +813990,380,80,130,14,12,0,0,0,0,0,0,0 +115210,391,81,50,15,13,0,0,0,0,0,0,0 +212312,391,81,0,3,0,0,0,0,0,0,0,0 +212321,391,81,115,17,3,0,0,0,0,0,0,0 +221112,391,81,0,18,12,0,0,0,0,0,0,0 +221122,391,81,0,113,85,16,0,0,0,0,0,0 +221210,391,81,59,4,0,0,0,0,0,0,0,0 +221310,391,81,0,8,4,0,0,0,0,0,0,0 +236115,391,81,440,118,106,0,0,0,0,0,0,0 +236116,391,81,21,6,5,0,0,0,0,0,0,0 +236117,391,81,423,48,39,0,0,0,0,0,0,0 +236118,391,81,1632,415,398,7,0,0,0,0,0,0 +236210,391,81,97,15,7,0,0,0,0,0,0,0 +236220,391,81,3445,192,148,25,7,0,0,0,0,0 +237110,391,81,264,30,18,0,0,0,0,0,0,0 +237120,391,81,564,4,0,0,0,0,0,0,0,0 +237130,391,81,403,22,3,0,0,0,0,0,0,0 +237210,391,81,31,11,9,0,0,0,0,0,0,0 +237310,391,81,855,29,16,4,0,0,0,0,0,0 +237990,391,81,0,5,3,0,0,0,0,0,0,0 +238110,391,81,1286,102,70,15,0,0,0,0,0,0 +238120,391,81,320,15,3,3,0,0,0,0,0,0 +238130,391,81,85,32,28,0,0,0,0,0,0,0 +238140,391,81,929,80,57,12,0,0,0,0,0,0 +238150,391,81,236,30,21,4,0,0,0,0,0,0 +238160,391,81,1201,91,70,6,0,0,0,0,0,0 +238170,391,81,92,22,15,0,0,0,0,0,0,0 +238190,391,81,123,15,6,0,0,0,0,0,0,0 +238210,391,81,4379,286,223,49,3,0,0,0,0,0 +238220,391,81,7218,447,375,55,8,0,0,0,0,0 +238290,391,81,839,49,28,12,0,0,0,0,0,0 +238310,391,81,1400,75,55,8,0,0,0,0,0,0 +238320,391,81,603,141,127,3,0,0,0,0,0,0 +238330,391,81,285,54,42,0,0,0,0,0,0,0 +238340,391,81,166,25,15,0,0,0,0,0,0,0 +238350,391,81,907,106,95,0,0,0,0,0,0,0 +238390,391,81,393,32,24,0,0,0,0,0,0,0 +238910,391,81,2460,176,146,18,0,0,0,0,0,0 +238990,391,81,901,160,146,4,0,0,0,0,0,0 +311352,391,81,34,4,0,0,0,0,0,0,0,0 +311421,391,81,213,7,0,0,0,0,0,0,0,0 +311520,391,81,0,3,0,0,0,0,0,0,0,0 +311611,391,81,0,3,0,0,0,0,0,0,0,0 +311612,391,81,642,6,0,0,0,0,0,0,0,0 +311615,391,81,252,4,0,0,0,0,0,0,0,0 +311811,391,81,196,22,12,0,0,0,0,0,0,0 +311812,391,81,547,20,8,3,3,0,0,0,0,0 +311821,391,81,0,3,0,0,0,0,0,0,0,0 +311942,391,81,60,5,0,0,0,0,0,0,0,0 +312111,391,81,480,4,0,0,3,0,0,0,0,0 +312120,391,81,536,23,13,0,0,0,0,0,0,0 +312130,391,81,20,3,0,0,0,0,0,0,0,0 +314120,391,81,118,9,4,0,0,0,0,0,0,0 +314910,391,81,75,6,0,0,0,0,0,0,0,0 +314999,391,81,112,18,9,0,0,0,0,0,0,0 +315210,391,81,0,3,0,0,0,0,0,0,0,0 +321918,391,81,14,3,0,0,0,0,0,0,0,0 +321920,391,81,201,14,9,0,0,0,0,0,0,0 +321999,391,81,59,8,6,0,0,0,0,0,0,0 +322211,391,81,1025,11,0,3,3,0,0,0,0,0 +322212,391,81,168,3,0,0,0,0,0,0,0,0 +322219,391,81,0,3,0,0,0,0,0,0,0,0 +322220,391,81,505,8,0,3,0,0,0,0,0,0 +322230,391,81,0,7,0,0,0,0,0,0,0,0 +322299,391,81,157,6,0,3,0,0,0,0,0,0 +323111,391,81,3395,144,102,25,0,0,0,0,0,0 +323113,391,81,323,31,24,0,0,0,0,0,0,0 +323120,391,81,670,13,6,0,3,0,0,0,0,0 +324121,391,81,151,14,8,0,0,0,0,0,0,0 +324191,391,81,161,3,0,0,0,0,0,0,0,0 +325130,391,81,368,5,0,3,0,0,0,0,0,0 +325180,391,81,239,5,0,0,0,0,0,0,0,0 +325199,391,81,771,6,3,0,0,0,0,0,0,0 +325211,391,81,222,5,3,0,0,0,0,0,0,0 +325412,391,81,0,6,0,0,0,0,0,0,0,0 +325510,391,81,406,3,0,0,0,0,0,0,0,0 +325520,391,81,0,4,0,0,0,0,0,0,0,0 +325611,391,81,725,6,0,0,0,0,0,0,0,0 +325910,391,81,516,11,3,0,0,0,0,0,0,0 +325998,391,81,139,4,0,0,0,0,0,0,0,0 +326150,391,81,64,4,0,0,0,0,0,0,0,0 +326191,391,81,23,3,0,0,0,0,0,0,0,0 +326199,391,81,2345,34,3,7,0,0,0,0,0,0 +326299,391,81,79,3,0,0,0,0,0,0,0,0 +327110,391,81,0,3,0,0,0,0,0,0,0,0 +327120,391,81,183,5,0,0,0,0,0,0,0,0 +327215,391,81,32,9,3,0,0,0,0,0,0,0 +327320,391,81,281,22,10,0,0,0,0,0,0,0 +327390,391,81,0,6,0,0,0,0,0,0,0,0 +327991,391,81,289,6,0,0,0,0,0,0,0,0 +331524,391,81,201,4,0,0,0,0,0,0,0,0 +332119,391,81,35,4,0,0,0,0,0,0,0,0 +332312,391,81,380,25,10,5,0,0,0,0,0,0 +332313,391,81,107,9,3,0,0,0,0,0,0,0 +332321,391,81,137,5,0,3,0,0,0,0,0,0 +332322,391,81,419,22,5,8,0,0,0,0,0,0 +332323,391,81,58,4,0,0,0,0,0,0,0,0 +332410,391,81,0,3,0,0,0,0,0,0,0,0 +332420,391,81,140,4,0,0,0,0,0,0,0,0 +332510,391,81,147,3,0,0,0,0,0,0,0,0 +332618,391,81,267,7,0,0,0,0,0,0,0,0 +332710,391,81,2493,147,114,14,0,0,0,0,0,0 +332721,391,81,893,25,6,7,0,0,0,0,0,0 +332722,391,81,212,4,0,0,0,0,0,0,0,0 +332811,391,81,214,10,0,7,0,0,0,0,0,0 +332812,391,81,447,19,4,0,0,0,0,0,0,0 +332813,391,81,203,15,5,0,0,0,0,0,0,0 +332911,391,81,293,5,0,0,0,0,0,0,0,0 +332912,391,81,300,3,0,0,0,0,0,0,0,0 +332996,391,81,0,3,0,0,0,0,0,0,0,0 +332999,391,81,327,17,3,0,0,0,0,0,0,0 +333249,391,81,421,12,0,0,0,0,0,0,0,0 +333318,391,81,534,8,0,0,0,0,0,0,0,0 +333413,391,81,166,5,0,3,0,0,0,0,0,0 +333415,391,81,72,3,0,0,0,0,0,0,0,0 +333511,391,81,0,5,0,0,0,0,0,0,0,0 +333514,391,81,178,16,11,0,0,0,0,0,0,0 +333515,391,81,162,21,15,0,0,0,0,0,0,0 +333517,391,81,800,9,0,0,0,0,0,0,0,0 +333912,391,81,188,4,0,0,0,0,0,0,0,0 +333914,391,81,136,3,0,0,0,0,0,0,0,0 +333922,391,81,538,10,0,0,0,0,0,0,0,0 +333923,391,81,200,3,0,0,0,0,0,0,0,0 +333991,391,81,40,3,0,0,0,0,0,0,0,0 +333993,391,81,0,3,0,0,0,0,0,0,0,0 +333999,391,81,149,8,0,0,0,0,0,0,0,0 +334416,391,81,0,3,0,0,0,0,0,0,0,0 +334418,391,81,87,3,0,0,0,0,0,0,0,0 +334419,391,81,0,3,0,0,0,0,0,0,0,0 +334510,391,81,423,4,0,0,0,0,0,0,0,0 +334513,391,81,0,3,0,0,0,0,0,0,0,0 +334515,391,81,0,4,0,0,0,0,0,0,0,0 +334519,391,81,0,3,0,0,0,0,0,0,0,0 +335312,391,81,0,3,0,0,0,0,0,0,0,0 +335313,391,81,235,3,0,0,0,0,0,0,0,0 +335314,391,81,178,13,4,0,0,0,0,0,0,0 +336360,391,81,522,7,0,3,0,0,0,0,0,0 +336370,391,81,740,7,0,3,0,0,0,0,0,0 +336390,391,81,0,4,0,0,0,0,0,0,0,0 +336412,391,81,6565,6,0,0,0,0,0,0,0,0 +337110,391,81,152,23,16,0,0,0,0,0,0,0 +337122,391,81,78,12,7,0,0,0,0,0,0,0 +337127,391,81,226,4,0,0,0,0,0,0,0,0 +337212,391,81,406,20,4,0,0,0,0,0,0,0 +337215,391,81,120,7,0,0,0,0,0,0,0,0 +339112,391,81,31,3,0,0,0,0,0,0,0,0 +339113,391,81,263,5,0,0,0,0,0,0,0,0 +339116,391,81,95,12,11,0,0,0,0,0,0,0 +339910,391,81,109,8,3,0,0,0,0,0,0,0 +339930,391,81,0,3,0,0,0,0,0,0,0,0 +339950,391,81,659,40,22,3,0,0,0,0,0,0 +339991,391,81,179,4,0,0,0,0,0,0,0,0 +339999,391,81,134,15,8,0,0,0,0,0,0,0 +423110,391,81,807,20,5,8,0,0,0,0,0,0 +423120,391,81,1780,77,55,13,0,0,0,0,0,0 +423130,391,81,237,14,3,4,0,0,0,0,0,0 +423140,391,81,26,3,0,0,0,0,0,0,0,0 +423210,391,81,535,30,16,0,0,0,0,0,0,0 +423220,391,81,1008,23,7,3,0,0,0,0,0,0 +423310,391,81,854,32,8,9,0,0,0,0,0,0 +423320,391,81,97,16,14,0,0,0,0,0,0,0 +423330,391,81,207,17,15,0,0,0,0,0,0,0 +423390,391,81,328,25,17,3,0,0,0,0,0,0 +423420,391,81,927,55,39,7,0,0,0,0,0,0 +423430,391,81,1351,74,48,14,0,0,0,0,0,0 +423440,391,81,404,23,16,0,0,0,0,0,0,0 +423450,391,81,1869,84,64,4,3,0,0,0,0,0 +423490,391,81,136,11,3,0,0,0,0,0,0,0 +423510,391,81,1851,96,62,29,0,0,0,0,0,0 +423520,391,81,23,7,0,0,0,0,0,0,0,0 +423610,391,81,1410,81,56,15,0,0,0,0,0,0 +423620,391,81,57,5,0,0,0,0,0,0,0,0 +423690,391,81,766,46,32,3,0,0,0,0,0,0 +423710,391,81,2278,39,25,4,0,0,0,0,0,0 +423720,391,81,447,37,25,0,0,0,0,0,0,0 +423730,391,81,489,33,20,6,0,0,0,0,0,0 +423740,391,81,45,3,0,0,0,0,0,0,0,0 +423810,391,81,576,22,16,0,0,0,0,0,0,0 +423820,391,81,168,16,6,0,0,0,0,0,0,0 +423830,391,81,6624,279,203,64,5,0,0,0,0,0 +423840,391,81,1060,64,47,14,0,0,0,0,0,0 +423850,391,81,300,28,19,0,0,0,0,0,0,0 +423860,391,81,52,6,0,0,0,0,0,0,0,0 +423910,391,81,195,31,23,0,0,0,0,0,0,0 +423920,391,81,84,6,0,0,0,0,0,0,0,0 +423930,391,81,189,33,16,3,0,0,0,0,0,0 +423940,391,81,556,20,16,0,0,0,0,0,0,0 +423990,391,81,941,39,28,3,0,0,0,0,0,0 +424110,391,81,42,6,3,0,0,0,0,0,0,0 +424120,391,81,367,36,27,0,0,0,0,0,0,0 +424130,391,81,492,30,11,3,0,0,0,0,0,0 +424210,391,81,1417,53,36,3,0,0,0,0,0,0 +424310,391,81,107,8,3,0,0,0,0,0,0,0 +424320,391,81,245,9,5,0,0,0,0,0,0,0 +424330,391,81,267,16,6,0,0,0,0,0,0,0 +424410,391,81,678,10,5,0,0,0,0,0,0,0 +424420,391,81,467,8,4,0,0,0,0,0,0,0 +424430,391,81,45,7,3,0,0,0,0,0,0,0 +424450,391,81,19,6,4,0,0,0,0,0,0,0 +424470,391,81,47,6,4,0,0,0,0,0,0,0 +424480,391,81,185,7,0,0,0,0,0,0,0,0 +424490,391,81,3538,88,60,15,3,0,0,0,0,0 +424510,391,81,278,10,3,0,0,0,0,0,0,0 +424610,391,81,152,16,13,0,0,0,0,0,0,0 +424690,391,81,1168,76,49,13,0,0,0,0,0,0 +424710,391,81,171,15,3,0,0,0,0,0,0,0 +424720,391,81,97,6,3,3,0,0,0,0,0,0 +424810,391,81,591,6,0,0,0,0,0,0,0,0 +424820,391,81,241,6,0,0,0,0,0,0,0,0 +424910,391,81,74,14,0,0,0,0,0,0,0,0 +424920,391,81,13,5,4,0,0,0,0,0,0,0 +424930,391,81,261,11,4,0,0,0,0,0,0,0 +424940,391,81,0,4,0,0,0,0,0,0,0,0 +424950,391,81,42,6,0,0,0,0,0,0,0,0 +424990,391,81,240,34,28,0,0,0,0,0,0,0 +425120,391,81,3294,332,309,10,0,0,0,0,0,0 +441110,391,81,6166,91,4,52,14,0,0,0,0,0 +441120,391,81,984,132,114,3,0,0,0,0,0,0 +441210,391,81,100,3,0,0,0,0,0,0,0,0 +441222,391,81,136,8,0,0,0,0,0,0,0,0 +441228,391,81,270,28,15,0,0,0,0,0,0,0 +441310,391,81,2015,194,172,12,0,0,0,0,0,0 +441320,391,81,1086,112,103,0,0,0,0,0,0,0 +442110,391,81,1309,98,77,11,0,0,0,0,0,0 +442210,391,81,352,51,42,0,0,0,0,0,0,0 +442291,391,81,45,4,0,0,0,0,0,0,0,0 +442299,391,81,957,61,33,14,0,0,0,0,0,0 +443141,391,81,186,31,22,0,0,0,0,0,0,0 +443142,391,81,1757,128,112,8,0,0,0,0,0,0 +444110,391,81,3342,29,0,0,25,0,0,0,0,0 +444120,391,81,231,37,30,0,0,0,0,0,0,0 +444130,391,81,638,68,49,7,0,0,0,0,0,0 +444190,391,81,1213,115,100,6,0,0,0,0,0,0 +444210,391,81,234,24,11,0,0,0,0,0,0,0 +444220,391,81,482,59,47,0,0,0,0,0,0,0 +445110,391,81,16064,282,174,33,40,18,0,0,0,0 +445120,391,81,708,168,156,0,0,0,0,0,0,0 +445210,391,81,276,31,21,3,0,0,0,0,0,0 +445220,391,81,17,3,0,0,0,0,0,0,0,0 +445230,391,81,104,12,7,0,0,0,0,0,0,0 +445291,391,81,153,23,19,0,0,0,0,0,0,0 +445292,391,81,103,18,14,0,0,0,0,0,0,0 +445299,391,81,174,21,17,0,0,0,0,0,0,0 +445310,391,81,404,87,85,0,0,0,0,0,0,0 +446110,391,81,2634,187,123,56,0,0,0,0,0,0 +446120,391,81,739,76,56,9,0,0,0,0,0,0 +446130,391,81,467,61,49,0,0,0,0,0,0,0 +446191,391,81,159,33,27,0,0,0,0,0,0,0 +446199,391,81,314,57,53,0,0,0,0,0,0,0 +447110,391,81,4018,486,465,18,0,0,0,0,0,0 +447190,391,81,133,31,19,0,0,0,0,0,0,0 +448110,391,81,272,38,36,0,0,0,0,0,0,0 +448120,391,81,1695,142,116,11,0,0,0,0,0,0 +448130,391,81,477,36,23,0,0,0,0,0,0,0 +448140,391,81,3242,125,57,56,0,0,0,0,0,0 +448150,391,81,275,45,40,0,0,0,0,0,0,0 +448190,391,81,795,69,52,9,0,0,0,0,0,0 +448210,391,81,1346,119,104,8,0,0,0,0,0,0 +448310,391,81,631,100,98,0,0,0,0,0,0,0 +448320,391,81,17,3,3,0,0,0,0,0,0,0 +451110,391,81,1401,117,100,9,0,0,0,0,0,0 +451120,391,81,877,47,23,11,0,0,0,0,0,0 +451130,391,81,232,27,17,0,0,0,0,0,0,0 +451140,391,81,119,14,8,3,0,0,0,0,0,0 +451211,391,81,526,32,16,6,0,0,0,0,0,0 +451212,391,81,9,3,0,0,0,0,0,0,0,0 +452210,391,81,3129,31,0,3,16,0,0,0,0,0 +452311,391,81,8476,45,0,0,32,7,0,0,0,0 +452319,391,81,1871,194,180,9,0,0,0,0,0,0 +453110,391,81,304,48,41,0,0,0,0,0,0,0 +453210,391,81,268,22,16,0,0,0,0,0,0,0 +453220,391,81,779,88,77,0,0,0,0,0,0,0 +453310,391,81,1489,106,75,22,0,0,0,0,0,0 +453910,391,81,700,65,47,8,0,0,0,0,0,0 +453920,391,81,72,15,13,0,0,0,0,0,0,0 +453991,391,81,282,63,56,0,0,0,0,0,0,0 +453998,391,81,626,114,101,3,0,0,0,0,0,0 +454110,391,81,4449,172,145,12,0,0,0,0,0,0 +454210,391,81,187,13,6,0,0,0,0,0,0,0 +454310,391,81,173,27,15,0,0,0,0,0,0,0 +454390,391,81,407,97,93,0,0,0,0,0,0,0 +481211,391,81,0,8,4,0,0,0,0,0,0,0 +484110,391,81,762,91,75,6,0,0,0,0,0,0 +484121,391,81,2217,141,113,10,0,0,0,0,0,0 +484122,391,81,1860,28,5,0,7,0,0,0,0,0 +484210,391,81,700,39,24,6,0,0,0,0,0,0 +484220,391,81,1106,96,72,7,0,0,0,0,0,0 +484230,391,81,765,36,14,5,0,0,0,0,0,0 +485210,391,81,262,3,0,0,0,0,0,0,0,0 +485310,391,81,0,3,0,0,0,0,0,0,0,0 +485320,391,81,38,4,3,0,0,0,0,0,0,0 +485410,391,81,1283,34,11,9,0,0,0,0,0,0 +485991,391,81,1467,12,0,0,0,0,0,0,0,0 +485999,391,81,26,3,0,0,0,0,0,0,0,0 +486210,391,81,42,4,3,0,0,0,0,0,0,0 +488119,391,81,398,6,0,0,0,0,0,0,0,0 +488190,391,81,564,27,16,0,0,0,0,0,0,0 +488210,391,81,682,12,7,3,0,0,0,0,0,0 +488310,391,81,34,4,0,0,0,0,0,0,0,0 +488410,391,81,626,49,40,0,0,0,0,0,0,0 +488490,391,81,52,14,11,0,0,0,0,0,0,0 +488510,391,81,1170,79,55,8,4,0,0,0,0,0 +488991,391,81,82,11,7,0,0,0,0,0,0,0 +492110,391,81,3004,44,25,0,3,0,0,0,0,0 +492210,391,81,236,27,19,0,0,0,0,0,0,0 +493110,391,81,4273,72,45,12,3,3,0,0,0,0 +493120,391,81,237,5,0,0,0,0,0,0,0,0 +493190,391,81,1507,21,4,5,0,0,0,0,0,0 +511110,391,81,341,19,7,0,0,0,0,0,0,0 +511120,391,81,373,66,57,4,0,0,0,0,0,0 +511130,391,81,222,8,0,0,0,0,0,0,0,0 +511210,391,81,1762,66,40,10,3,0,0,0,0,0 +512110,391,81,191,37,35,0,0,0,0,0,0,0 +512131,391,81,558,15,0,7,0,0,0,0,0,0 +512191,391,81,41,5,0,0,0,0,0,0,0,0 +512240,391,81,11,5,4,0,0,0,0,0,0,0 +515112,391,81,353,12,3,0,0,0,0,0,0,0 +515120,391,81,834,11,4,0,5,0,0,0,0,0 +517311,391,81,4298,174,142,8,7,0,0,0,0,0 +517312,391,81,969,121,106,7,0,0,0,0,0,0 +517911,391,81,50,17,14,0,0,0,0,0,0,0 +517919,391,81,0,10,4,0,0,0,0,0,0,0 +518210,391,81,5233,89,55,13,4,0,0,0,0,0 +519110,391,81,26,3,0,0,0,0,0,0,0,0 +519130,391,81,1071,31,22,3,0,0,0,0,0,0 +522110,391,81,14005,578,528,26,4,5,0,3,0,0 +522120,391,81,919,75,50,6,0,0,0,0,0,0 +522130,391,81,1172,95,77,8,0,0,0,0,0,0 +522220,391,81,95,26,18,0,0,0,0,0,0,0 +522291,391,81,162,52,45,0,0,0,0,0,0,0 +522292,391,81,843,63,51,7,0,0,0,0,0,0 +522298,391,81,548,48,40,0,0,0,0,0,0,0 +522310,391,81,139,27,24,0,0,0,0,0,0,0 +522320,391,81,4,20,11,0,0,0,0,0,0,0 +522390,391,81,1081,90,83,0,0,0,0,0,0,0 +523110,391,81,0,7,5,0,0,0,0,0,0,0 +523120,391,81,1305,143,125,12,4,0,0,0,0,0 +523910,391,81,135,26,25,0,0,0,0,0,0,0 +523920,391,81,1720,243,224,12,4,0,0,0,0,0 +523930,391,81,280,93,87,0,0,0,0,0,0,0 +524113,391,81,5791,65,40,11,3,0,0,3,0,0 +524114,391,81,2576,35,20,3,4,0,0,0,0,0 +524126,391,81,2471,65,42,10,0,0,0,0,0,0 +524127,391,81,28,4,0,0,0,0,0,0,0,0 +524210,391,81,3636,669,634,26,0,0,0,0,0,0 +524291,391,81,14,7,6,0,0,0,0,0,0,0 +524292,391,81,1050,36,18,9,0,0,0,0,0,0 +524298,391,81,45,11,8,0,0,0,0,0,0,0 +531110,391,81,1669,357,347,6,0,0,0,0,0,0 +531120,391,81,667,119,101,5,0,0,0,0,0,0 +531130,391,81,195,84,77,0,0,0,0,0,0,0 +531190,391,81,154,24,20,0,0,0,0,0,0,0 +531210,391,81,1213,457,443,6,0,0,0,0,0,0 +531311,391,81,1863,223,205,12,0,0,0,0,0,0 +531312,391,81,1030,89,77,7,0,0,0,0,0,0 +531320,391,81,225,52,46,0,0,0,0,0,0,0 +531390,391,81,112,43,40,0,0,0,0,0,0,0 +532111,391,81,262,59,50,0,0,0,0,0,0,0 +532112,391,81,0,4,0,0,0,0,0,0,0,0 +532120,391,81,513,44,29,4,0,0,0,0,0,0 +532210,391,81,210,53,46,0,0,0,0,0,0,0 +532281,391,81,24,6,4,0,0,0,0,0,0,0 +532282,391,81,0,4,0,0,0,0,0,0,0,0 +532283,391,81,0,4,3,0,0,0,0,0,0,0 +532284,391,81,16,8,7,0,0,0,0,0,0,0 +532289,391,81,158,12,7,3,0,0,0,0,0,0 +532310,391,81,225,26,14,0,0,0,0,0,0,0 +532411,391,81,0,3,0,0,0,0,0,0,0,0 +532412,391,81,46,9,3,0,0,0,0,0,0,0 +532420,391,81,29,5,3,0,0,0,0,0,0,0 +532490,391,81,698,59,45,8,0,0,0,0,0,0 +533110,391,81,153,21,10,0,0,0,0,0,0,0 +541110,391,81,5014,623,568,37,5,0,0,0,0,0 +541191,391,81,254,46,39,0,0,0,0,0,0,0 +541199,391,81,6,3,3,0,0,0,0,0,0,0 +541211,391,81,2965,272,244,17,5,0,0,0,0,0 +541213,391,81,1028,175,167,4,0,0,0,0,0,0 +541214,391,81,218,26,21,0,0,0,0,0,0,0 +541219,391,81,1255,129,115,4,0,0,0,0,0,0 +541310,391,81,1112,101,83,11,0,0,0,0,0,0 +541320,391,81,56,12,10,0,0,0,0,0,0,0 +541330,391,81,6019,325,257,52,9,4,0,0,0,0 +541340,391,81,11,7,7,0,0,0,0,0,0,0 +541350,391,81,96,29,22,0,0,0,0,0,0,0 +541370,391,81,132,21,8,0,0,0,0,0,0,0 +541380,391,81,1450,52,28,8,0,0,0,0,0,0 +541410,391,81,365,38,34,0,0,0,0,0,0,0 +541420,391,81,43,8,7,0,0,0,0,0,0,0 +541430,391,81,772,104,94,5,0,0,0,0,0,0 +541490,391,81,9,6,6,0,0,0,0,0,0,0 +541511,391,81,4494,374,323,25,12,0,0,0,0,0 +541512,391,81,3081,204,179,13,0,0,0,0,0,0 +541513,391,81,1338,40,27,0,0,0,0,0,0,0 +541519,391,81,289,42,32,3,0,0,0,0,0,0 +541611,391,81,3025,348,318,14,0,0,0,0,0,0 +541612,391,81,637,54,46,4,0,0,0,0,0,0 +541613,391,81,1781,166,152,6,0,0,0,0,0,0 +541614,391,81,398,55,39,3,0,0,0,0,0,0 +541618,391,81,105,9,4,0,0,0,0,0,0,0 +541620,391,81,494,44,33,7,0,0,0,0,0,0 +541690,391,81,329,66,58,3,0,0,0,0,0,0 +541713,391,81,244,10,6,0,0,0,0,0,0,0 +541714,391,81,160,7,0,0,0,0,0,0,0,0 +541715,391,81,2444,46,29,3,4,0,0,0,0,0 +541720,391,81,61,8,7,0,0,0,0,0,0,0 +541810,391,81,1208,68,58,6,0,0,0,0,0,0 +541820,391,81,58,15,12,0,0,0,0,0,0,0 +541830,391,81,220,5,0,0,0,0,0,0,0,0 +541840,391,81,32,11,7,0,0,0,0,0,0,0 +541850,391,81,543,13,8,0,0,0,0,0,0,0 +541860,391,81,251,24,17,0,0,0,0,0,0,0 +541870,391,81,0,4,0,0,0,0,0,0,0,0 +541890,391,81,1331,53,28,7,0,0,0,0,0,0 +541910,391,81,3856,61,35,6,5,0,0,0,0,0 +541921,391,81,209,39,34,0,0,0,0,0,0,0 +541922,391,81,80,26,24,0,0,0,0,0,0,0 +541940,391,81,2652,190,150,25,0,0,0,0,0,0 +541990,391,81,200,37,30,0,0,0,0,0,0,0 +551112,391,81,980,37,20,8,0,0,0,0,0,0 +551114,391,81,34025,475,290,119,34,12,5,0,3,0 +561110,391,81,1616,131,101,15,0,0,0,0,0,0 +561210,391,81,3238,36,11,8,0,0,0,0,0,0 +561311,391,81,1193,43,24,4,0,0,0,0,0,0 +561312,391,81,126,33,32,0,0,0,0,0,0,0 +561320,391,81,18479,255,128,67,28,16,0,0,0,0 +561330,391,81,449,13,5,0,0,0,0,0,0,0 +561410,391,81,33,11,6,0,0,0,0,0,0,0 +561421,391,81,96,6,3,0,0,0,0,0,0,0 +561422,391,81,2289,18,3,0,0,3,0,0,0,0 +561431,391,81,50,16,11,0,0,0,0,0,0,0 +561439,391,81,163,28,22,0,0,0,0,0,0,0 +561440,391,81,410,17,10,0,0,0,0,0,0,0 +561492,391,81,21,7,6,0,0,0,0,0,0,0 +561499,391,81,173,20,10,0,0,0,0,0,0,0 +561510,391,81,172,48,44,0,0,0,0,0,0,0 +561520,391,81,45,6,3,0,0,0,0,0,0,0 +561599,391,81,53,12,7,0,0,0,0,0,0,0 +561611,391,81,64,14,11,0,0,0,0,0,0,0 +561612,391,81,2707,30,9,9,4,0,0,0,0,0 +561613,391,81,166,6,3,0,0,0,0,0,0,0 +561621,391,81,446,28,14,4,0,0,0,0,0,0 +561622,391,81,47,13,9,0,0,0,0,0,0,0 +561710,391,81,409,50,39,0,0,0,0,0,0,0 +561720,391,81,5858,306,252,25,4,4,0,0,0,0 +561730,391,81,3659,589,547,34,0,0,0,0,0,0 +561740,391,81,249,36,30,0,0,0,0,0,0,0 +561790,391,81,254,38,25,0,0,0,0,0,0,0 +561910,391,81,219,11,7,0,0,0,0,0,0,0 +561920,391,81,175,22,17,0,0,0,0,0,0,0 +561990,391,81,1352,76,53,6,0,0,0,0,0,0 +562111,391,81,1210,46,21,13,0,0,0,0,0,0 +562112,391,81,0,3,0,0,0,0,0,0,0,0 +562119,391,81,36,5,0,0,0,0,0,0,0,0 +562212,391,81,182,9,3,0,0,0,0,0,0,0 +562910,391,81,458,25,10,0,0,0,0,0,0,0 +562991,391,81,26,4,0,0,0,0,0,0,0,0 +611110,391,81,6015,137,32,78,9,0,0,0,0,0 +611210,391,81,321,7,0,3,0,0,0,0,0,0 +611310,391,81,4478,17,3,3,6,0,0,0,0,0 +611430,391,81,81,31,25,0,0,0,0,0,0,0 +611511,391,81,71,9,3,0,0,0,0,0,0,0 +611513,391,81,50,5,3,0,0,0,0,0,0,0 +611519,391,81,188,21,14,0,0,0,0,0,0,0 +611610,391,81,442,66,57,0,0,0,0,0,0,0 +611620,391,81,790,70,49,10,0,0,0,0,0,0 +611630,391,81,139,6,0,4,0,0,0,0,0,0 +611691,391,81,513,53,39,6,0,0,0,0,0,0 +611692,391,81,119,15,13,0,0,0,0,0,0,0 +611699,391,81,45,22,15,0,0,0,0,0,0,0 +611710,391,81,610,45,38,3,0,0,0,0,0,0 +621111,391,81,15467,838,669,136,19,7,0,0,0,0 +621112,391,81,160,52,45,0,0,0,0,0,0,0 +621210,391,81,4881,641,616,16,0,0,0,0,0,0 +621310,391,81,689,159,154,0,0,0,0,0,0,0 +621320,391,81,684,114,106,0,0,0,0,0,0,0 +621330,391,81,460,99,94,0,0,0,0,0,0,0 +621340,391,81,1584,143,125,9,0,0,0,0,0,0 +621391,391,81,226,46,39,0,0,0,0,0,0,0 +621399,391,81,361,87,76,0,0,0,0,0,0,0 +621410,391,81,135,14,12,0,0,0,0,0,0,0 +621420,391,81,1828,58,24,19,0,0,0,0,0,0 +621492,391,81,670,59,46,5,0,0,0,0,0,0 +621493,391,81,1024,49,20,9,0,0,0,0,0,0 +621498,391,81,1359,71,47,10,0,0,0,0,0,0 +621511,391,81,675,50,34,4,0,0,0,0,0,0 +621512,391,81,135,13,9,0,0,0,0,0,0,0 +621610,391,81,7448,176,82,60,11,3,0,0,0,0 +621910,391,81,302,16,6,3,0,0,0,0,0,0 +621991,391,81,175,7,0,0,0,0,0,0,0,0 +621999,391,81,157,13,8,3,0,0,0,0,0,0 +622110,391,81,38277,16,0,0,0,0,0,3,3,0 +622310,391,81,1031,3,0,0,0,0,0,0,0,0 +623110,391,81,9985,106,10,42,37,0,0,0,0,0 +623210,391,81,3045,207,181,14,4,0,0,0,0,0 +623220,391,81,787,31,14,9,0,0,0,0,0,0 +623311,391,81,5736,38,0,4,12,5,0,0,0,0 +623312,391,81,1042,27,0,13,0,0,0,0,0,0 +623990,391,81,353,23,13,7,0,0,0,0,0,0 +624110,391,81,1411,65,42,15,0,0,0,0,0,0 +624120,391,81,5750,186,112,49,13,0,0,0,0,0 +624190,391,81,1844,115,81,17,0,0,0,0,0,0 +624210,391,81,576,19,13,0,4,0,0,0,0,0 +624221,391,81,529,29,12,12,0,0,0,0,0,0 +624229,391,81,294,9,3,3,0,0,0,0,0,0 +624310,391,81,2004,39,20,6,0,0,0,0,0,0 +624410,391,81,5949,462,357,99,0,0,0,0,0,0 +711110,391,81,262,11,4,4,0,0,0,0,0,0 +711130,391,81,0,6,0,0,0,0,0,0,0,0 +711211,391,81,0,5,0,0,0,0,0,0,0,0 +711219,391,81,9,8,8,0,0,0,0,0,0,0 +711310,391,81,607,21,10,0,0,0,0,0,0,0 +711320,391,81,20,17,10,0,0,0,0,0,0,0 +711410,391,81,20,8,7,0,0,0,0,0,0,0 +711510,391,81,153,52,51,0,0,0,0,0,0,0 +712110,391,81,657,22,11,4,0,0,0,0,0,0 +712190,391,81,0,3,0,0,0,0,0,0,0,0 +713110,391,81,0,3,0,0,0,0,0,0,0,0 +713120,391,81,303,30,19,3,0,0,0,0,0,0 +713910,391,81,1585,59,21,17,0,0,0,0,0,0 +713940,391,81,4425,212,155,41,8,0,0,0,0,0 +713950,391,81,304,18,0,6,0,0,0,0,0,0 +713990,391,81,1246,94,77,10,0,0,0,0,0,0 +721110,391,81,4866,188,128,38,7,0,0,0,0,0 +721211,391,81,12,4,3,0,0,0,0,0,0,0 +721310,391,81,0,4,3,0,0,0,0,0,0,0 +722310,391,81,3322,125,92,17,4,0,0,0,0,0 +722320,391,81,712,52,34,10,0,0,0,0,0,0 +722330,391,81,25,14,9,0,0,0,0,0,0,0 +722410,391,81,2214,262,241,16,0,0,0,0,0,0 +722511,391,81,36224,1219,590,592,35,0,0,0,0,0 +722513,391,81,26967,1340,800,528,9,0,0,0,0,0 +722514,391,81,248,15,3,0,0,0,0,0,0,0 +722515,391,81,3810,286,227,57,0,0,0,0,0,0 +811111,391,81,1805,405,392,10,0,0,0,0,0,0 +811112,391,81,0,6,3,0,0,0,0,0,0,0 +811113,391,81,63,15,13,0,0,0,0,0,0,0 +811118,391,81,11,8,5,0,0,0,0,0,0,0 +811121,391,81,955,157,145,0,0,0,0,0,0,0 +811122,391,81,67,18,12,0,0,0,0,0,0,0 +811191,391,81,326,37,32,0,0,0,0,0,0,0 +811192,391,81,848,93,77,10,0,0,0,0,0,0 +811198,391,81,12,3,0,0,0,0,0,0,0,0 +811211,391,81,22,5,3,0,0,0,0,0,0,0 +811212,391,81,144,30,25,0,0,0,0,0,0,0 +811213,391,81,19,7,6,0,0,0,0,0,0,0 +811219,391,81,129,18,13,0,0,0,0,0,0,0 +811310,391,81,1323,138,116,15,0,0,0,0,0,0 +811411,391,81,25,3,0,0,0,0,0,0,0,0 +811412,391,81,124,10,6,0,0,0,0,0,0,0 +811420,391,81,59,13,9,0,0,0,0,0,0,0 +811490,391,81,126,26,22,0,0,0,0,0,0,0 +812111,391,81,22,14,13,0,0,0,0,0,0,0 +812112,391,81,3396,422,389,27,0,0,0,0,0,0 +812113,391,81,778,128,118,4,0,0,0,0,0,0 +812191,391,81,111,13,8,4,0,0,0,0,0,0 +812199,391,81,641,68,56,3,0,0,0,0,0,0 +812210,391,81,622,100,89,3,0,0,0,0,0,0 +812220,391,81,424,34,25,0,0,0,0,0,0,0 +812310,391,81,178,29,20,0,0,0,0,0,0,0 +812320,391,81,684,85,70,4,0,0,0,0,0,0 +812331,391,81,66,4,3,0,0,0,0,0,0,0 +812332,391,81,0,23,13,0,0,0,0,0,0,0 +812910,391,81,777,98,83,8,0,0,0,0,0,0 +812930,391,81,657,86,81,3,0,0,0,0,0,0 +812990,391,81,190,66,61,0,0,0,0,0,0,0 +813110,391,81,9901,970,856,101,9,0,0,0,0,0 +813211,391,81,447,65,59,3,0,0,0,0,0,0 +813212,391,81,425,31,21,3,0,0,0,0,0,0 +813219,391,81,297,15,5,0,0,0,0,0,0,0 +813311,391,81,177,12,11,0,0,0,0,0,0,0 +813312,391,81,256,31,22,0,0,0,0,0,0,0 +813319,391,81,166,34,28,0,0,0,0,0,0,0 +813410,391,81,1947,141,116,10,0,0,0,0,0,0 +813910,391,81,360,69,61,0,0,0,0,0,0,0 +813920,391,81,236,26,23,0,0,0,0,0,0,0 +813930,391,81,897,85,78,0,0,0,0,0,0,0 +813940,391,81,14,6,5,0,0,0,0,0,0,0 +813990,391,81,57,12,6,0,0,0,0,0,0,0 +115210,392,82,117,27,21,0,0,0,0,0,0,0 +211120,392,82,31,13,9,0,0,0,0,0,0,0 +212321,392,82,133,10,5,0,0,0,0,0,0,0 +213111,392,82,2,4,4,0,0,0,0,0,0,0 +213112,392,82,71,12,6,0,0,0,0,0,0,0 +221122,392,82,1281,64,14,17,4,0,0,0,0,0 +221210,392,82,550,19,0,0,3,0,0,0,0,0 +236115,392,82,693,229,222,0,0,0,0,0,0,0 +236116,392,82,499,15,4,0,0,0,0,0,0,0 +236117,392,82,467,79,60,0,0,0,0,0,0,0 +236118,392,82,2640,731,698,19,0,0,0,0,0,0 +236210,392,82,156,25,13,0,0,0,0,0,0,0 +236220,392,82,4406,342,283,46,0,0,0,0,0,0 +237110,392,82,944,62,39,4,0,0,0,0,0,0 +237120,392,82,81,8,0,0,0,0,0,0,0,0 +237130,392,82,1632,30,10,3,0,0,0,0,0,0 +237210,392,82,97,32,29,0,0,0,0,0,0,0 +237310,392,82,1416,90,65,10,0,0,0,0,0,0 +237990,392,82,383,31,10,5,0,0,0,0,0,0 +238110,392,82,1326,204,189,4,0,0,0,0,0,0 +238120,392,82,576,34,17,0,0,0,0,0,0,0 +238130,392,82,293,64,51,3,0,0,0,0,0,0 +238140,392,82,823,205,180,8,0,0,0,0,0,0 +238150,392,82,247,41,34,0,0,0,0,0,0,0 +238160,392,82,1599,180,153,10,0,0,0,0,0,0 +238170,392,82,320,58,51,0,0,0,0,0,0,0 +238190,392,82,96,18,11,0,0,0,0,0,0,0 +238210,392,82,5570,500,442,37,5,0,0,0,0,0 +238220,392,82,8130,800,707,74,5,0,0,0,0,0 +238290,392,82,904,62,30,13,0,0,0,0,0,0 +238310,392,82,1532,126,105,9,0,0,0,0,0,0 +238320,392,82,1197,273,257,7,0,0,0,0,0,0 +238330,392,82,777,123,104,4,0,0,0,0,0,0 +238340,392,82,197,35,23,0,0,0,0,0,0,0 +238350,392,82,1301,254,237,10,0,0,0,0,0,0 +238390,392,82,689,88,66,6,0,0,0,0,0,0 +238910,392,82,3108,301,267,19,0,0,0,0,0,0 +238990,392,82,1364,235,211,7,0,0,0,0,0,0 +311111,392,82,0,3,0,0,0,0,0,0,0,0 +311340,392,82,0,3,0,0,0,0,0,0,0,0 +311352,392,82,149,9,0,0,0,0,0,0,0,0 +311421,392,82,22,5,3,0,0,0,0,0,0,0 +311513,392,82,0,4,0,0,0,0,0,0,0,0 +311612,392,82,75,6,3,0,0,0,0,0,0,0 +311811,392,82,454,61,50,4,0,0,0,0,0,0 +311812,392,82,1054,26,13,4,0,0,0,0,0,0 +311824,392,82,224,3,0,0,0,0,0,0,0,0 +311920,392,82,26,4,0,0,0,0,0,0,0,0 +311991,392,82,45,3,0,0,0,0,0,0,0,0 +312111,392,82,327,8,0,0,0,0,0,0,0,0 +312120,392,82,316,14,3,3,0,0,0,0,0,0 +312130,392,82,259,19,3,0,0,0,0,0,0,0 +312140,392,82,89,4,0,0,0,0,0,0,0,0 +313310,392,82,37,5,0,0,0,0,0,0,0,0 +314120,392,82,30,6,4,0,0,0,0,0,0,0 +314910,392,82,82,14,13,0,0,0,0,0,0,0 +314999,392,82,50,9,6,0,0,0,0,0,0,0 +315210,392,82,0,3,0,0,0,0,0,0,0,0 +315220,392,82,98,4,0,0,0,0,0,0,0,0 +315240,392,82,4,3,3,0,0,0,0,0,0,0 +316998,392,82,43,8,3,0,0,0,0,0,0,0 +321113,392,82,10,3,0,0,0,0,0,0,0,0 +321911,392,82,84,3,0,0,0,0,0,0,0,0 +321918,392,82,118,6,0,0,0,0,0,0,0,0 +321920,392,82,292,26,3,5,0,0,0,0,0,0 +321999,392,82,96,9,3,0,0,0,0,0,0,0 +322211,392,82,539,13,0,8,0,0,0,0,0,0 +322212,392,82,641,6,0,0,3,0,0,0,0,0 +322219,392,82,132,4,0,0,0,0,0,0,0,0 +322220,392,82,447,19,3,0,5,0,0,0,0,0 +322230,392,82,167,3,0,0,0,0,0,0,0,0 +323111,392,82,5545,230,170,35,5,0,0,0,0,0 +323113,392,82,1169,45,20,9,0,0,0,0,0,0 +323117,392,82,0,3,0,0,0,0,0,0,0,0 +323120,392,82,250,24,19,0,0,0,0,0,0,0 +324121,392,82,20,3,0,0,0,0,0,0,0,0 +324122,392,82,93,7,0,0,0,0,0,0,0,0 +324191,392,82,112,7,4,0,0,0,0,0,0,0 +325130,392,82,57,6,0,0,0,0,0,0,0,0 +325180,392,82,175,5,0,3,0,0,0,0,0,0 +325199,392,82,1979,20,3,3,0,3,0,0,0,0 +325211,392,82,981,22,0,3,0,0,0,0,0,0 +325212,392,82,306,5,0,4,0,0,0,0,0,0 +325412,392,82,145,5,0,0,0,0,0,0,0,0 +325510,392,82,1918,26,8,3,4,0,0,0,0,0 +325520,392,82,951,15,4,6,0,0,0,0,0,0 +325611,392,82,55,6,0,0,0,0,0,0,0,0 +325612,392,82,0,4,0,0,0,0,0,0,0,0 +325620,392,82,0,3,0,0,0,0,0,0,0,0 +325910,392,82,65,5,0,0,0,0,0,0,0,0 +325991,392,82,298,7,0,3,0,0,0,0,0,0 +325992,392,82,0,3,0,0,0,0,0,0,0,0 +325998,392,82,1171,35,9,11,0,0,0,0,0,0 +326111,392,82,78,3,0,0,0,0,0,0,0,0 +326112,392,82,0,3,0,0,0,0,0,0,0,0 +326113,392,82,0,4,0,0,0,0,0,0,0,0 +326121,392,82,603,9,0,0,0,0,0,0,0,0 +326150,392,82,200,8,0,0,0,0,0,0,0,0 +326199,392,82,9783,146,63,33,16,0,0,0,0,0 +326220,392,82,0,3,0,0,0,0,0,0,0,0 +326291,392,82,1454,32,3,7,0,0,0,0,0,0 +326299,392,82,1412,30,12,5,0,0,0,0,0,0 +327110,392,82,0,3,0,0,0,0,0,0,0,0 +327120,392,82,0,3,0,0,0,0,0,0,0,0 +327212,392,82,74,6,5,0,0,0,0,0,0,0 +327215,392,82,40,7,0,0,0,0,0,0,0,0 +327320,392,82,186,21,3,0,0,0,0,0,0,0 +327331,392,82,0,3,0,0,0,0,0,0,0,0 +327390,392,82,118,11,3,0,0,0,0,0,0,0 +327910,392,82,94,8,0,0,0,0,0,0,0,0 +327991,392,82,228,20,7,0,0,0,0,0,0,0 +327993,392,82,0,4,0,0,0,0,0,0,0,0 +327999,392,82,80,4,0,0,0,0,0,0,0,0 +331110,392,82,0,4,0,0,0,0,0,0,0,0 +331221,392,82,0,3,0,0,0,0,0,0,0,0 +331222,392,82,295,3,0,0,0,0,0,0,0,0 +331491,392,82,267,3,0,0,0,0,0,0,0,0 +331492,392,82,126,3,0,0,0,0,0,0,0,0 +331511,392,82,38,3,0,0,0,0,0,0,0,0 +331512,392,82,1150,8,0,0,4,0,0,0,0,0 +331523,392,82,789,9,0,0,0,0,0,0,0,0 +331524,392,82,345,15,4,0,0,0,0,0,0,0 +331529,392,82,97,3,0,0,0,0,0,0,0,0 +332111,392,82,735,10,0,0,4,0,0,0,0,0 +332114,392,82,123,9,0,3,0,0,0,0,0,0 +332119,392,82,1845,66,28,21,0,0,0,0,0,0 +332216,392,82,718,25,3,6,0,0,0,0,0,0 +332311,392,82,82,4,0,0,0,0,0,0,0,0 +332312,392,82,196,20,10,0,0,0,0,0,0,0 +332313,392,82,771,42,27,7,0,0,0,0,0,0 +332321,392,82,191,7,4,0,0,0,0,0,0,0 +332322,392,82,571,37,12,7,0,0,0,0,0,0 +332323,392,82,163,13,4,0,0,0,0,0,0,0 +332439,392,82,215,5,0,0,0,0,0,0,0,0 +332510,392,82,896,6,0,0,0,0,0,0,0,0 +332613,392,82,71,6,0,0,0,0,0,0,0,0 +332618,392,82,250,11,0,6,0,0,0,0,0,0 +332710,392,82,4893,420,345,53,0,0,0,0,0,0 +332721,392,82,4255,123,55,35,4,0,0,0,0,0 +332722,392,82,1025,33,3,10,0,0,0,0,0,0 +332811,392,82,1056,51,24,12,0,0,0,0,0,0 +332812,392,82,911,52,24,3,0,0,0,0,0,0 +332813,392,82,1795,64,39,13,0,0,0,0,0,0 +332911,392,82,247,6,0,0,0,0,0,0,0,0 +332912,392,82,175,10,0,0,0,0,0,0,0,0 +332913,392,82,160,3,0,0,0,0,0,0,0,0 +332919,392,82,285,4,0,0,0,0,0,0,0,0 +332996,392,82,0,9,0,0,0,0,0,0,0,0 +332999,392,82,1776,62,35,10,0,0,0,0,0,0 +333111,392,82,0,3,0,0,0,0,0,0,0,0 +333120,392,82,0,5,3,0,0,0,0,0,0,0 +333131,392,82,0,3,0,0,0,0,0,0,0,0 +333249,392,82,1691,66,29,15,4,0,0,0,0,0 +333314,392,82,0,3,0,0,0,0,0,0,0,0 +333318,392,82,329,12,5,0,0,0,0,0,0,0 +333413,392,82,41,6,3,0,0,0,0,0,0,0 +333414,392,82,133,6,0,0,0,0,0,0,0,0 +333415,392,82,1083,10,3,0,0,0,0,0,0,0 +333511,392,82,1497,75,37,18,0,0,0,0,0,0 +333514,392,82,1015,79,60,4,0,0,0,0,0,0 +333515,392,82,945,37,19,0,0,0,0,0,0,0 +333517,392,82,1676,17,0,3,0,0,0,0,0,0 +333519,392,82,78,5,3,0,0,0,0,0,0,0 +333611,392,82,563,3,0,0,0,0,0,0,0,0 +333612,392,82,253,10,3,3,0,0,0,0,0,0 +333613,392,82,278,6,0,0,0,0,0,0,0,0 +333618,392,82,250,3,0,0,0,0,0,0,0,0 +333922,392,82,450,16,0,0,0,0,0,0,0,0 +333923,392,82,189,6,0,0,0,0,0,0,0,0 +333924,392,82,0,3,0,0,0,0,0,0,0,0 +333991,392,82,147,4,0,0,0,0,0,0,0,0 +333992,392,82,41,11,0,3,0,0,0,0,0,0 +333993,392,82,165,4,0,0,0,0,0,0,0,0 +333994,392,82,538,11,0,0,0,0,0,0,0,0 +333995,392,82,0,3,0,0,0,0,0,0,0,0 +333999,392,82,484,29,6,3,0,0,0,0,0,0 +334412,392,82,146,9,0,0,0,0,0,0,0,0 +334413,392,82,56,4,0,0,0,0,0,0,0,0 +334418,392,82,715,7,0,0,0,0,0,0,0,0 +334419,392,82,385,14,3,0,0,0,0,0,0,0 +334510,392,82,1436,18,3,3,4,0,0,0,0,0 +334511,392,82,101,3,0,0,0,0,0,0,0,0 +334513,392,82,1067,14,0,3,0,0,0,0,0,0 +334514,392,82,0,6,0,0,0,0,0,0,0,0 +334515,392,82,585,10,3,0,3,0,0,0,0,0 +334516,392,82,147,6,0,0,0,0,0,0,0,0 +334519,392,82,831,15,3,0,0,0,0,0,0,0 +334614,392,82,162,6,0,0,0,0,0,0,0,0 +335210,392,82,502,3,0,0,0,0,0,0,0,0 +335312,392,82,0,3,0,0,0,0,0,0,0,0 +335313,392,82,70,3,0,0,0,0,0,0,0,0 +335314,392,82,503,8,0,0,0,0,0,0,0,0 +335929,392,82,0,3,0,0,0,0,0,0,0,0 +335931,392,82,146,4,0,0,0,0,0,0,0,0 +335999,392,82,77,4,3,0,0,0,0,0,0,0 +336310,392,82,0,12,3,0,0,0,0,0,0,0 +336320,392,82,103,3,0,0,0,0,0,0,0,0 +336340,392,82,0,3,0,0,0,0,0,0,0,0 +336370,392,82,4253,42,8,14,6,0,0,0,0,0 +336390,392,82,727,22,7,0,3,0,0,0,0,0 +336412,392,82,982,12,0,0,0,0,0,0,0,0 +336413,392,82,1601,12,0,3,0,0,0,0,0,0 +336991,392,82,0,3,0,0,0,0,0,0,0,0 +337110,392,82,163,32,16,0,0,0,0,0,0,0 +337122,392,82,10,4,3,0,0,0,0,0,0,0 +337212,392,82,460,29,11,3,0,0,0,0,0,0 +337910,392,82,0,3,0,0,0,0,0,0,0,0 +339112,392,82,147,9,6,0,0,0,0,0,0,0 +339113,392,82,738,27,8,0,0,0,0,0,0,0 +339114,392,82,27,9,4,0,0,0,0,0,0,0 +339116,392,82,518,57,47,0,0,0,0,0,0,0 +339910,392,82,37,7,5,0,0,0,0,0,0,0 +339920,392,82,39,5,3,0,0,0,0,0,0,0 +339930,392,82,0,3,0,0,0,0,0,0,0,0 +339940,392,82,0,4,0,0,0,0,0,0,0,0 +339950,392,82,1015,61,37,3,0,0,0,0,0,0 +339991,392,82,328,14,0,0,0,0,0,0,0,0 +339992,392,82,50,6,0,0,0,0,0,0,0,0 +339993,392,82,116,3,0,0,0,0,0,0,0,0 +339994,392,82,331,6,0,0,0,0,0,0,0,0 +339999,392,82,508,56,44,0,0,0,0,0,0,0 +423110,392,82,706,41,19,10,0,0,0,0,0,0 +423120,392,82,2957,155,110,21,3,0,0,0,0,0 +423130,392,82,536,23,7,5,0,0,0,0,0,0 +423140,392,82,25,15,5,0,0,0,0,0,0,0 +423210,392,82,349,52,37,3,0,0,0,0,0,0 +423220,392,82,1595,53,24,11,0,0,0,0,0,0 +423310,392,82,517,43,29,6,0,0,0,0,0,0 +423320,392,82,303,42,28,0,0,0,0,0,0,0 +423330,392,82,1195,61,47,4,0,0,0,0,0,0 +423390,392,82,451,35,23,0,0,0,0,0,0,0 +423420,392,82,1577,80,61,10,0,0,0,0,0,0 +423430,392,82,1543,106,86,7,6,0,0,0,0,0 +423440,392,82,747,42,25,0,0,0,0,0,0,0 +423450,392,82,2935,122,86,18,3,0,0,0,0,0 +423460,392,82,0,3,0,0,0,0,0,0,0,0 +423490,392,82,217,30,19,0,0,0,0,0,0,0 +423510,392,82,3744,221,156,42,4,0,0,0,0,0 +423520,392,82,45,6,4,0,0,0,0,0,0,0 +423610,392,82,4008,183,132,28,0,0,0,0,0,0 +423620,392,82,440,17,7,0,0,0,0,0,0,0 +423690,392,82,2491,121,89,7,3,0,0,0,0,0 +423710,392,82,1846,111,82,18,0,0,0,0,0,0 +423720,392,82,645,51,35,3,0,0,0,0,0,0 +423730,392,82,747,68,51,5,0,0,0,0,0,0 +423740,392,82,26,3,0,0,0,0,0,0,0,0 +423810,392,82,823,55,28,9,0,0,0,0,0,0 +423820,392,82,286,30,10,0,0,0,0,0,0,0 +423830,392,82,6493,556,472,71,3,0,0,0,0,0 +423840,392,82,2074,143,109,12,0,0,0,0,0,0 +423850,392,82,491,49,40,0,0,0,0,0,0,0 +423860,392,82,91,13,7,0,0,0,0,0,0,0 +423910,392,82,233,40,28,3,0,0,0,0,0,0 +423920,392,82,771,21,8,0,0,0,0,0,0,0 +423930,392,82,1355,129,101,13,0,0,0,0,0,0 +423940,392,82,166,35,26,0,0,0,0,0,0,0 +423990,392,82,853,54,36,6,0,0,0,0,0,0 +424110,392,82,0,3,0,0,0,0,0,0,0,0 +424120,392,82,549,60,46,3,0,0,0,0,0,0 +424130,392,82,578,44,29,4,0,0,0,0,0,0 +424210,392,82,528,57,39,4,0,0,0,0,0,0 +424310,392,82,95,10,6,0,0,0,0,0,0,0 +424320,392,82,811,18,12,0,0,0,0,0,0,0 +424330,392,82,60,13,11,0,0,0,0,0,0,0 +424410,392,82,1501,27,12,6,0,0,0,0,0,0 +424420,392,82,770,13,10,0,0,0,0,0,0,0 +424430,392,82,245,10,3,0,0,0,0,0,0,0 +424450,392,82,329,20,16,0,0,0,0,0,0,0 +424460,392,82,0,3,0,0,0,0,0,0,0,0 +424470,392,82,451,11,3,0,0,0,0,0,0,0 +424480,392,82,606,32,27,0,0,0,0,0,0,0 +424490,392,82,1598,83,53,12,0,0,0,0,0,0 +424610,392,82,739,69,48,0,0,0,0,0,0,0 +424690,392,82,2836,164,119,21,0,0,0,0,0,0 +424710,392,82,469,22,4,0,0,0,0,0,0,0 +424720,392,82,46,8,5,0,0,0,0,0,0,0 +424810,392,82,1075,8,3,0,0,0,0,0,0,0 +424820,392,82,388,14,7,0,0,0,0,0,0,0 +424910,392,82,137,29,10,0,0,0,0,0,0,0 +424920,392,82,56,8,4,0,0,0,0,0,0,0 +424930,392,82,328,32,23,0,0,0,0,0,0,0 +424940,392,82,40,4,0,0,0,0,0,0,0,0 +424950,392,82,812,31,21,3,0,0,0,0,0,0 +424990,392,82,781,94,79,0,0,0,0,0,0,0 +425120,392,82,3011,547,520,12,0,0,0,0,0,0 +441110,392,82,13609,217,20,140,28,0,0,0,0,0 +441120,392,82,1299,233,210,10,0,0,0,0,0,0 +441210,392,82,262,4,0,0,0,0,0,0,0,0 +441222,392,82,148,22,3,0,0,0,0,0,0,0 +441228,392,82,474,34,16,0,0,0,0,0,0,0 +441310,392,82,2792,321,309,9,0,0,0,0,0,0 +441320,392,82,1598,191,171,0,0,0,0,0,0,0 +442110,392,82,1642,188,149,25,0,0,0,0,0,0 +442210,392,82,461,83,66,0,0,0,0,0,0,0 +442291,392,82,22,6,4,0,0,0,0,0,0,0 +442299,392,82,1247,90,50,19,0,0,0,0,0,0 +443141,392,82,452,61,45,3,0,0,0,0,0,0 +443142,392,82,2343,220,193,8,0,0,0,0,0,0 +444110,392,82,271,44,0,0,39,0,0,0,0,0 +444120,392,82,325,71,63,0,0,0,0,0,0,0 +444130,392,82,997,123,103,8,0,0,0,0,0,0 +444190,392,82,2101,232,206,11,0,0,0,0,0,0 +444210,392,82,240,35,21,0,0,0,0,0,0,0 +444220,392,82,1103,120,89,11,0,0,0,0,0,0 +445110,392,82,26111,573,315,142,102,6,0,0,0,0 +445120,392,82,1475,401,398,0,0,0,0,0,0,0 +445210,392,82,367,52,34,6,0,0,0,0,0,0 +445220,392,82,26,4,0,0,0,0,0,0,0,0 +445230,392,82,73,16,14,0,0,0,0,0,0,0 +445291,392,82,74,16,12,0,0,0,0,0,0,0 +445292,392,82,206,36,26,0,0,0,0,0,0,0 +445299,392,82,256,44,30,0,0,0,0,0,0,0 +445310,392,82,805,176,164,0,0,0,0,0,0,0 +446110,392,82,6195,378,239,130,0,0,0,0,0,0 +446120,392,82,1503,160,126,24,0,0,0,0,0,0 +446130,392,82,637,102,98,0,0,0,0,0,0,0 +446191,392,82,279,77,64,0,0,0,0,0,0,0 +446199,392,82,1065,105,91,3,0,0,0,0,0,0 +447110,392,82,6965,775,721,52,0,0,0,0,0,0 +447190,392,82,1090,115,81,6,0,0,0,0,0,0 +448110,392,82,495,64,57,0,0,0,0,0,0,0 +448120,392,82,2452,231,200,23,0,0,0,0,0,0 +448130,392,82,597,59,33,6,0,0,0,0,0,0 +448140,392,82,5332,206,92,92,0,0,0,0,0,0 +448150,392,82,462,75,63,0,0,0,0,0,0,0 +448190,392,82,986,93,66,15,0,0,0,0,0,0 +448210,392,82,1821,194,170,14,0,0,0,0,0,0 +448310,392,82,1030,194,181,0,0,0,0,0,0,0 +451110,392,82,1579,176,149,16,0,0,0,0,0,0 +451120,392,82,1501,69,29,20,0,0,0,0,0,0 +451130,392,82,395,33,24,3,0,0,0,0,0,0 +451140,392,82,178,35,23,0,0,0,0,0,0,0 +451211,392,82,439,35,21,0,0,0,0,0,0,0 +452210,392,82,4325,41,0,7,27,0,0,0,0,0 +452311,392,82,10834,70,0,7,34,16,0,0,0,0 +452319,392,82,4272,408,347,48,0,0,0,0,0,0 +453110,392,82,612,117,104,0,0,0,0,0,0,0 +453210,392,82,440,45,31,5,0,0,0,0,0,0 +453220,392,82,1153,171,155,6,0,0,0,0,0,0 +453310,392,82,1854,179,143,17,0,0,0,0,0,0 +453910,392,82,1266,104,69,17,0,0,0,0,0,0 +453920,392,82,59,22,20,0,0,0,0,0,0,0 +453991,392,82,345,94,81,0,0,0,0,0,0,0 +453998,392,82,725,168,159,3,0,0,0,0,0,0 +454110,392,82,5437,351,302,21,0,0,0,0,0,0 +454210,392,82,567,31,23,0,0,0,0,0,0,0 +454310,392,82,142,7,0,0,0,0,0,0,0,0 +454390,392,82,480,125,108,3,0,0,0,0,0,0 +481111,392,82,2012,15,3,3,0,0,0,0,0,0 +481211,392,82,354,14,8,0,0,0,0,0,0,0 +483113,392,82,0,3,0,0,0,0,0,0,0,0 +484110,392,82,1754,268,238,13,0,0,0,0,0,0 +484121,392,82,2775,308,266,21,0,0,0,0,0,0 +484122,392,82,3756,70,24,12,9,0,0,0,0,0 +484210,392,82,600,66,50,0,0,0,0,0,0,0 +484220,392,82,1571,232,210,12,0,0,0,0,0,0 +484230,392,82,1670,66,36,0,0,0,0,0,0,0 +485310,392,82,111,13,7,0,0,0,0,0,0,0 +485320,392,82,283,20,15,0,0,0,0,0,0,0 +485410,392,82,155,16,3,3,0,0,0,0,0,0 +485991,392,82,555,44,30,6,0,0,0,0,0,0 +485999,392,82,28,10,3,0,0,0,0,0,0,0 +487110,392,82,49,4,0,0,0,0,0,0,0,0 +487210,392,82,14,4,0,0,0,0,0,0,0,0 +488119,392,82,499,13,3,3,0,0,0,0,0,0 +488190,392,82,318,15,4,4,0,0,0,0,0,0 +488210,392,82,156,8,0,0,0,0,0,0,0,0 +488410,392,82,678,71,39,5,0,0,0,0,0,0 +488490,392,82,180,20,13,0,0,0,0,0,0,0 +488510,392,82,2988,209,165,25,0,0,0,0,0,0 +488991,392,82,95,12,4,0,0,0,0,0,0,0 +492110,392,82,4389,81,47,4,3,3,0,0,0,0 +492210,392,82,425,43,32,0,0,0,0,0,0,0 +493110,392,82,4392,114,58,34,0,0,0,0,0,0 +493190,392,82,288,23,13,0,0,0,0,0,0,0 +511110,392,82,1202,30,12,0,0,0,0,0,0,0 +511120,392,82,798,41,17,10,0,0,0,0,0,0 +511130,392,82,274,14,0,0,0,0,0,0,0,0 +511140,392,82,73,7,6,0,0,0,0,0,0,0 +511199,392,82,0,3,0,0,0,0,0,0,0,0 +511210,392,82,3750,85,52,16,4,0,0,0,0,0 +512110,392,82,242,57,51,3,0,0,0,0,0,0 +512131,392,82,904,35,3,16,0,0,0,0,0,0 +512191,392,82,14,3,0,0,0,0,0,0,0,0 +512240,392,82,22,7,6,0,0,0,0,0,0,0 +515111,392,82,31,5,3,0,0,0,0,0,0,0 +515112,392,82,432,20,7,4,0,0,0,0,0,0 +515120,392,82,1013,13,4,0,5,0,0,0,0,0 +517311,392,82,4595,222,170,24,8,0,0,0,0,0 +517312,392,82,1510,238,210,10,0,0,0,0,0,0 +517911,392,82,479,22,13,0,0,0,0,0,0,0 +517919,392,82,98,11,9,0,0,0,0,0,0,0 +518210,392,82,2850,133,101,18,3,0,0,0,0,0 +519110,392,82,0,5,3,0,0,0,0,0,0,0 +519130,392,82,1396,42,32,4,0,0,0,0,0,0 +522110,392,82,17325,895,840,26,4,8,4,0,0,0 +522120,392,82,2995,135,110,3,3,0,0,0,0,0 +522130,392,82,1287,145,121,17,0,0,0,0,0,0 +522220,392,82,419,49,45,0,0,0,0,0,0,0 +522291,392,82,224,67,57,0,0,0,0,0,0,0 +522292,392,82,2069,88,69,6,0,3,0,0,0,0 +522298,392,82,206,48,41,0,0,0,0,0,0,0 +522310,392,82,1265,35,18,0,0,0,0,0,0,0 +522320,392,82,397,34,28,0,0,0,0,0,0,0 +522390,392,82,453,159,152,0,0,0,0,0,0,0 +523110,392,82,392,37,31,0,0,0,0,0,0,0 +523120,392,82,1725,240,213,22,0,0,0,0,0,0 +523140,392,82,7,3,3,0,0,0,0,0,0,0 +523910,392,82,253,55,53,0,0,0,0,0,0,0 +523920,392,82,1973,394,366,20,0,0,0,0,0,0 +523930,392,82,1077,207,194,3,0,0,0,0,0,0 +523991,392,82,44,11,8,0,0,0,0,0,0,0 +524113,392,82,2096,88,63,15,4,0,0,0,0,0 +524114,392,82,2932,28,12,4,0,0,0,0,0,0 +524126,392,82,13871,925,882,17,6,4,3,0,0,0 +524127,392,82,679,37,20,3,0,0,0,0,0,0 +524128,392,82,268,5,0,0,0,0,0,0,0,0 +524210,392,82,6904,1317,1260,49,0,0,0,0,0,0 +524291,392,82,201,28,22,0,0,0,0,0,0,0 +524292,392,82,1859,51,31,15,0,0,0,0,0,0 +524298,392,82,165,19,14,0,0,0,0,0,0,0 +531110,392,82,2802,578,556,12,0,0,0,0,0,0 +531120,392,82,1539,262,242,6,0,0,0,0,0,0 +531130,392,82,204,89,83,0,0,0,0,0,0,0 +531190,392,82,109,39,32,0,0,0,0,0,0,0 +531210,392,82,2195,703,685,10,0,0,0,0,0,0 +531311,392,82,4974,378,337,23,0,0,0,0,0,0 +531312,392,82,1663,201,168,17,0,0,0,0,0,0 +531320,392,82,563,108,100,0,0,0,0,0,0,0 +531390,392,82,485,76,66,0,0,0,0,0,0,0 +532111,392,82,668,76,56,4,0,0,0,0,0,0 +532112,392,82,37,9,3,0,0,0,0,0,0,0 +532120,392,82,506,62,49,4,0,0,0,0,0,0 +532210,392,82,159,80,70,0,0,0,0,0,0,0 +532281,392,82,24,14,9,0,0,0,0,0,0,0 +532282,392,82,58,13,6,0,0,0,0,0,0,0 +532283,392,82,116,13,4,0,0,0,0,0,0,0 +532289,392,82,399,29,16,4,0,0,0,0,0,0 +532310,392,82,132,30,14,0,0,0,0,0,0,0 +532412,392,82,113,23,18,0,0,0,0,0,0,0 +532420,392,82,87,12,6,0,0,0,0,0,0,0 +532490,392,82,859,73,51,10,0,0,0,0,0,0 +533110,392,82,250,24,18,0,0,0,0,0,0,0 +541110,392,82,10674,1404,1306,75,12,0,0,0,0,0 +541191,392,82,1013,136,113,7,0,0,0,0,0,0 +541199,392,82,224,21,11,3,0,0,0,0,0,0 +541211,392,82,6135,605,550,34,9,0,0,0,0,0 +541213,392,82,1655,313,291,6,0,0,0,0,0,0 +541214,392,82,1851,47,18,14,4,0,0,0,0,0 +541219,392,82,1874,252,223,11,0,0,0,0,0,0 +541310,392,82,1530,165,137,20,0,0,0,0,0,0 +541320,392,82,64,33,31,0,0,0,0,0,0,0 +541330,392,82,8294,539,443,70,10,0,0,0,0,0 +541340,392,82,112,18,13,0,0,0,0,0,0,0 +541350,392,82,131,43,37,0,0,0,0,0,0,0 +541370,392,82,370,44,26,0,0,0,0,0,0,0 +541380,392,82,2250,86,50,21,0,0,0,0,0,0 +541410,392,82,227,65,61,0,0,0,0,0,0,0 +541420,392,82,162,22,13,0,0,0,0,0,0,0 +541430,392,82,497,170,161,0,0,0,0,0,0,0 +541490,392,82,49,8,6,0,0,0,0,0,0,0 +541511,392,82,6291,512,459,35,0,0,0,0,0,0 +541512,392,82,3040,374,327,26,3,0,0,0,0,0 +541513,392,82,279,62,61,0,0,0,0,0,0,0 +541519,392,82,977,72,60,3,3,0,0,0,0,0 +541611,392,82,3706,629,581,24,5,0,0,0,0,0 +541612,392,82,919,94,79,7,0,0,0,0,0,0 +541613,392,82,1819,268,238,17,0,0,0,0,0,0 +541614,392,82,713,104,92,5,0,0,0,0,0,0 +541618,392,82,244,22,17,0,0,0,0,0,0,0 +541620,392,82,784,69,52,5,0,0,0,0,0,0 +541690,392,82,1184,146,128,3,0,0,0,0,0,0 +541713,392,82,1675,22,10,0,0,0,0,0,0,0 +541714,392,82,233,21,12,3,0,0,0,0,0,0 +541715,392,82,1402,75,54,13,0,0,0,0,0,0 +541720,392,82,41,8,0,0,0,0,0,0,0,0 +541810,392,82,978,127,112,7,0,0,0,0,0,0 +541820,392,82,244,43,38,0,0,0,0,0,0,0 +541830,392,82,26,4,0,0,0,0,0,0,0,0 +541840,392,82,35,9,6,0,0,0,0,0,0,0 +541850,392,82,200,17,13,3,0,0,0,0,0,0 +541860,392,82,463,35,24,0,0,0,0,0,0,0 +541890,392,82,670,69,49,4,0,0,0,0,0,0 +541910,392,82,350,28,20,0,0,0,0,0,0,0 +541921,392,82,237,81,71,0,0,0,0,0,0,0 +541922,392,82,156,33,26,0,0,0,0,0,0,0 +541930,392,82,18,6,5,0,0,0,0,0,0,0 +541940,392,82,3203,267,224,35,0,0,0,0,0,0 +541990,392,82,231,67,60,0,0,0,0,0,0,0 +551112,392,82,1103,78,63,3,3,0,0,0,0,0 +551114,392,82,48776,636,407,125,46,13,15,3,0,0 +561110,392,82,3801,304,241,41,0,0,0,0,0,0 +561210,392,82,456,57,41,0,0,0,0,0,0,0 +561311,392,82,3322,89,54,8,5,0,0,0,0,0 +561312,392,82,436,97,87,0,0,0,0,0,0,0 +561320,392,82,21654,355,135,127,46,8,0,0,0,0 +561330,392,82,2123,33,4,4,0,0,0,0,0,0 +561410,392,82,136,33,28,0,0,0,0,0,0,0 +561421,392,82,88,6,5,0,0,0,0,0,0,0 +561422,392,82,3915,45,8,9,8,0,0,0,0,0 +561431,392,82,146,31,23,0,0,0,0,0,0,0 +561439,392,82,226,44,39,0,0,0,0,0,0,0 +561440,392,82,1659,31,12,7,0,3,0,0,0,0 +561450,392,82,37,3,3,0,0,0,0,0,0,0 +561491,392,82,198,9,4,0,0,0,0,0,0,0 +561492,392,82,156,25,20,0,0,0,0,0,0,0 +561499,392,82,21,10,5,0,0,0,0,0,0,0 +561510,392,82,675,121,110,0,0,0,0,0,0,0 +561520,392,82,38,6,0,0,0,0,0,0,0,0 +561591,392,82,0,3,0,0,0,0,0,0,0,0 +561599,392,82,247,24,18,0,0,0,0,0,0,0 +561611,392,82,757,35,24,0,0,0,0,0,0,0 +561612,392,82,5832,60,24,7,10,6,0,0,0,0 +561613,392,82,286,11,0,4,0,0,0,0,0,0 +561621,392,82,996,67,42,11,0,0,0,0,0,0 +561622,392,82,95,21,17,0,0,0,0,0,0,0 +561710,392,82,620,86,69,10,0,0,0,0,0,0 +561720,392,82,9555,588,491,60,14,0,0,0,0,0 +561730,392,82,6071,1238,1171,45,0,0,0,0,0,0 +561740,392,82,463,56,41,11,0,0,0,0,0,0 +561790,392,82,783,95,74,4,0,0,0,0,0,0 +561910,392,82,195,20,6,0,0,0,0,0,0,0 +561920,392,82,355,22,12,0,0,0,0,0,0,0 +561990,392,82,1927,118,80,13,0,0,0,0,0,0 +562111,392,82,737,69,46,4,0,0,0,0,0,0 +562119,392,82,30,3,0,0,0,0,0,0,0,0 +562211,392,82,21,3,0,0,0,0,0,0,0,0 +562212,392,82,0,15,3,0,0,0,0,0,0,0 +562910,392,82,594,40,26,0,0,0,0,0,0,0 +562920,392,82,142,12,3,0,0,0,0,0,0,0 +562991,392,82,63,20,10,0,0,0,0,0,0,0 +562998,392,82,87,13,7,0,0,0,0,0,0,0 +611110,392,82,12931,261,78,135,20,3,0,0,0,0 +611210,392,82,582,8,0,4,0,0,0,0,0,0 +611310,392,82,14994,31,12,3,0,3,0,0,0,0 +611420,392,82,59,5,0,0,0,0,0,0,0,0 +611430,392,82,376,64,50,0,0,0,0,0,0,0 +611511,392,82,113,13,7,0,0,0,0,0,0,0 +611512,392,82,0,6,0,0,0,0,0,0,0,0 +611513,392,82,141,16,12,0,0,0,0,0,0,0 +611519,392,82,764,36,18,5,0,0,0,0,0,0 +611610,392,82,1464,130,110,5,3,0,0,0,0,0 +611620,392,82,901,113,90,8,0,0,0,0,0,0 +611630,392,82,0,4,0,0,0,0,0,0,0,0 +611691,392,82,501,60,44,0,0,0,0,0,0,0 +611692,392,82,128,25,22,0,0,0,0,0,0,0 +611699,392,82,204,41,39,0,0,0,0,0,0,0 +611710,392,82,284,54,42,0,0,0,0,0,0,0 +621111,392,82,21169,1548,1340,176,12,5,0,0,0,0 +621112,392,82,241,81,78,0,0,0,0,0,0,0 +621210,392,82,8721,1196,1156,37,0,0,0,0,0,0 +621310,392,82,1202,280,271,0,0,0,0,0,0,0 +621320,392,82,1387,222,206,0,0,0,0,0,0,0 +621330,392,82,817,168,153,5,0,0,0,0,0,0 +621340,392,82,4063,282,236,26,0,0,0,0,0,0 +621391,392,82,472,126,118,0,0,0,0,0,0,0 +621399,392,82,590,124,108,0,0,0,0,0,0,0 +621410,392,82,160,10,6,0,0,0,0,0,0,0 +621420,392,82,3094,104,60,15,6,0,0,0,0,0 +621491,392,82,0,5,5,0,0,0,0,0,0,0 +621492,392,82,1291,92,49,24,0,0,0,0,0,0 +621493,392,82,2124,50,20,14,0,0,0,0,0,0 +621498,392,82,3185,119,72,19,3,0,0,0,0,0 +621511,392,82,763,50,39,4,0,0,0,0,0,0 +621512,392,82,229,21,13,3,0,0,0,0,0,0 +621610,392,82,16496,329,144,117,36,8,0,0,0,0 +621910,392,82,1044,34,14,0,0,0,0,0,0,0 +621991,392,82,924,16,0,4,0,0,0,0,0,0 +621999,392,82,342,33,25,0,0,0,0,0,0,0 +622110,392,82,81633,39,0,0,0,0,6,3,3,3 +622310,392,82,1505,11,3,0,0,0,0,0,0,0 +623110,392,82,25730,230,27,59,112,9,0,0,0,0 +623210,392,82,5960,466,408,41,0,0,0,0,0,0 +623220,392,82,1938,72,39,21,0,0,0,0,0,0 +623311,392,82,6711,57,4,19,12,0,0,0,0,0 +623312,392,82,3631,104,29,45,3,0,0,0,0,0 +623990,392,82,1054,34,15,8,3,0,0,0,0,0 +624110,392,82,1832,90,53,17,0,0,0,0,0,0 +624120,392,82,11097,321,195,77,20,3,0,0,0,0 +624190,392,82,4399,253,181,46,6,0,0,0,0,0 +624210,392,82,539,45,30,0,0,0,0,0,0,0 +624221,392,82,562,39,21,5,0,0,0,0,0,0 +624229,392,82,637,32,15,0,0,0,0,0,0,0 +624230,392,82,0,6,0,0,0,0,0,0,0,0 +624310,392,82,4142,94,35,21,8,0,0,0,0,0 +624410,392,82,9593,731,562,161,0,0,0,0,0,0 +711110,392,82,529,20,11,4,0,0,0,0,0,0 +711120,392,82,0,3,0,0,0,0,0,0,0,0 +711130,392,82,38,24,17,0,0,0,0,0,0,0 +711211,392,82,3199,7,0,0,0,0,0,0,0,0 +711212,392,82,0,3,0,0,0,0,0,0,0,0 +711219,392,82,41,18,14,0,0,0,0,0,0,0 +711310,392,82,1060,24,13,0,0,0,0,0,0,0 +711320,392,82,152,32,29,0,0,0,0,0,0,0 +711410,392,82,632,24,22,0,0,0,0,0,0,0 +711510,392,82,302,76,67,0,0,0,0,0,0,0 +712110,392,82,1264,31,16,0,3,0,0,0,0,0 +712130,392,82,136,3,0,0,0,0,0,0,0,0 +713120,392,82,467,70,55,4,0,0,0,0,0,0 +713290,392,82,47,8,0,0,0,0,0,0,0,0 +713910,392,82,2538,115,58,28,0,0,0,0,0,0 +713930,392,82,204,29,15,0,0,0,0,0,0,0 +713940,392,82,5116,318,245,48,3,0,0,0,0,0 +713950,392,82,769,48,19,8,0,0,0,0,0,0 +713990,392,82,1394,142,118,9,0,0,0,0,0,0 +721110,392,82,7810,276,153,97,12,0,0,0,0,0 +721211,392,82,67,28,24,0,0,0,0,0,0,0 +721214,392,82,38,10,7,0,0,0,0,0,0,0 +721310,392,82,9,6,6,0,0,0,0,0,0,0 +722310,392,82,5407,272,192,46,8,0,0,0,0,0 +722320,392,82,1678,146,108,23,0,0,0,0,0,0 +722330,392,82,31,34,32,0,0,0,0,0,0,0 +722410,392,82,3147,507,471,25,0,0,0,0,0,0 +722511,392,82,47594,2005,1156,813,32,0,0,0,0,0 +722513,392,82,42378,2476,1605,865,0,0,0,0,0,0 +722514,392,82,547,94,85,3,0,0,0,0,0,0 +722515,392,82,7121,508,380,112,0,0,0,0,0,0 +811111,392,82,3231,788,775,5,0,0,0,0,0,0 +811112,392,82,68,17,10,0,0,0,0,0,0,0 +811113,392,82,143,28,20,0,0,0,0,0,0,0 +811118,392,82,66,15,13,0,0,0,0,0,0,0 +811121,392,82,2192,288,263,17,0,0,0,0,0,0 +811122,392,82,182,25,12,0,0,0,0,0,0,0 +811191,392,82,321,54,36,0,0,0,0,0,0,0 +811192,392,82,1190,162,137,12,0,0,0,0,0,0 +811198,392,82,18,29,16,0,0,0,0,0,0,0 +811211,392,82,128,11,9,0,0,0,0,0,0,0 +811212,392,82,168,41,34,0,0,0,0,0,0,0 +811213,392,82,7,4,4,0,0,0,0,0,0,0 +811219,392,82,173,41,31,4,0,0,0,0,0,0 +811310,392,82,2038,238,210,16,0,0,0,0,0,0 +811411,392,82,21,7,6,0,0,0,0,0,0,0 +811412,392,82,159,33,28,3,0,0,0,0,0,0 +811420,392,82,31,20,18,0,0,0,0,0,0,0 +811430,392,82,27,8,4,0,0,0,0,0,0,0 +811490,392,82,223,73,71,0,0,0,0,0,0,0 +812111,392,82,82,39,36,0,0,0,0,0,0,0 +812112,392,82,6980,920,851,62,0,0,0,0,0,0 +812113,392,82,880,235,228,0,0,0,0,0,0,0 +812191,392,82,242,25,16,3,0,0,0,0,0,0 +812199,392,82,1031,174,158,6,0,0,0,0,0,0 +812210,392,82,1594,211,189,12,0,0,0,0,0,0 +812220,392,82,440,41,33,0,0,0,0,0,0,0 +812310,392,82,301,63,54,0,0,0,0,0,0,0 +812320,392,82,1101,152,131,9,0,0,0,0,0,0 +812332,392,82,504,11,0,0,0,0,0,0,0,0 +812910,392,82,921,167,150,6,0,0,0,0,0,0 +812930,392,82,2266,212,180,21,0,0,0,0,0,0 +812990,392,82,325,97,89,0,0,0,0,0,0,0 +813110,392,82,14013,1593,1437,137,9,0,0,0,0,0 +813211,392,82,582,98,90,0,0,0,0,0,0,0 +813212,392,82,446,43,38,3,0,0,0,0,0,0 +813219,392,82,391,27,11,0,0,0,0,0,0,0 +813311,392,82,148,21,13,3,0,0,0,0,0,0 +813312,392,82,424,41,24,7,0,0,0,0,0,0 +813319,392,82,308,55,49,0,0,0,0,0,0,0 +813410,392,82,2354,313,293,10,0,0,0,0,0,0 +813910,392,82,613,117,106,4,0,0,0,0,0,0 +813920,392,82,311,56,46,0,0,0,0,0,0,0 +813930,392,82,2560,219,190,20,0,0,0,0,0,0 +813940,392,82,18,16,13,0,0,0,0,0,0,0 +813990,392,82,676,153,137,5,0,0,0,0,0,0 +115210,392,85,15,6,5,0,0,0,0,0,0,0 +211120,392,85,321,14,8,0,0,0,0,0,0,0 +212111,392,85,105,7,3,0,0,0,0,0,0,0 +212312,392,85,0,4,0,0,0,0,0,0,0,0 +212321,392,85,255,11,0,3,0,0,0,0,0,0 +213111,392,85,0,6,3,0,0,0,0,0,0,0 +213112,392,85,367,32,21,7,0,0,0,0,0,0 +221122,392,85,398,17,6,3,0,0,0,0,0,0 +221210,392,85,0,5,0,0,0,0,0,0,0,0 +236115,392,85,216,72,64,0,0,0,0,0,0,0 +236117,392,85,47,11,7,0,0,0,0,0,0,0 +236118,392,85,536,174,162,0,0,0,0,0,0,0 +236210,392,85,660,8,0,0,0,0,0,0,0,0 +236220,392,85,946,67,48,3,0,0,0,0,0,0 +237110,392,85,208,17,11,0,0,0,0,0,0,0 +237120,392,85,407,9,0,3,0,0,0,0,0,0 +237130,392,85,0,8,3,0,0,0,0,0,0,0 +237210,392,85,3,3,3,0,0,0,0,0,0,0 +237310,392,85,434,23,11,0,0,0,0,0,0,0 +238110,392,85,208,55,49,0,0,0,0,0,0,0 +238130,392,85,49,20,18,0,0,0,0,0,0,0 +238140,392,85,463,69,56,3,0,0,0,0,0,0 +238150,392,85,62,6,3,0,0,0,0,0,0,0 +238160,392,85,340,61,55,0,0,0,0,0,0,0 +238170,392,85,73,18,17,0,0,0,0,0,0,0 +238210,392,85,1384,111,93,7,0,0,0,0,0,0 +238220,392,85,1524,177,148,20,0,0,0,0,0,0 +238290,392,85,43,11,10,0,0,0,0,0,0,0 +238310,392,85,259,15,5,0,0,0,0,0,0,0 +238320,392,85,147,36,35,0,0,0,0,0,0,0 +238330,392,85,0,3,3,0,0,0,0,0,0,0 +238340,392,85,32,6,0,0,0,0,0,0,0,0 +238350,392,85,192,47,41,0,0,0,0,0,0,0 +238390,392,85,51,8,6,0,0,0,0,0,0,0 +238910,392,85,1101,95,80,3,0,0,0,0,0,0 +238990,392,85,289,62,49,0,0,0,0,0,0,0 +311119,392,85,41,3,3,0,0,0,0,0,0,0 +311352,392,85,83,5,0,0,0,0,0,0,0,0 +311513,392,85,817,4,0,0,0,0,0,0,0,0 +311612,392,85,17,6,0,0,0,0,0,0,0,0 +311811,392,85,54,10,7,0,0,0,0,0,0,0 +311812,392,85,7,3,0,0,0,0,0,0,0,0 +311919,392,85,0,4,0,0,0,0,0,0,0,0 +312120,392,85,0,3,0,0,0,0,0,0,0,0 +312130,392,85,78,10,0,0,0,0,0,0,0,0 +314910,392,85,28,3,0,0,0,0,0,0,0,0 +321113,392,85,167,9,3,4,0,0,0,0,0,0 +321918,392,85,63,5,0,0,0,0,0,0,0,0 +321920,392,85,276,14,0,3,0,0,0,0,0,0 +322220,392,85,0,3,0,0,0,0,0,0,0,0 +323111,392,85,516,38,28,0,0,0,0,0,0,0 +323113,392,85,118,8,3,0,0,0,0,0,0,0 +324121,392,85,12,3,0,0,0,0,0,0,0,0 +325120,392,85,0,4,0,0,0,0,0,0,0,0 +325199,392,85,349,3,0,0,0,0,0,0,0,0 +325510,392,85,308,6,0,0,0,0,0,0,0,0 +326140,392,85,0,3,0,0,0,0,0,0,0,0 +326199,392,85,2341,34,4,10,0,0,0,0,0,0 +326299,392,85,109,3,0,3,0,0,0,0,0,0 +327120,392,85,444,13,3,4,0,0,0,0,0,0 +327320,392,85,103,13,3,0,0,0,0,0,0,0 +327910,392,85,111,3,0,0,0,0,0,0,0,0 +327991,392,85,0,3,0,0,0,0,0,0,0,0 +331110,392,85,3339,6,0,0,0,0,3,0,0,0 +331210,392,85,0,3,0,0,0,0,0,0,0,0 +331221,392,85,0,3,0,0,0,0,0,0,0,0 +332111,392,85,244,3,0,0,0,0,0,0,0,0 +332119,392,85,41,4,0,0,0,0,0,0,0,0 +332216,392,85,0,4,0,0,0,0,0,0,0,0 +332312,392,85,241,14,4,3,0,0,0,0,0,0 +332313,392,85,29,3,0,0,0,0,0,0,0,0 +332322,392,85,163,5,0,0,0,0,0,0,0,0 +332323,392,85,0,4,0,0,0,0,0,0,0,0 +332618,392,85,10,3,0,0,0,0,0,0,0,0 +332710,392,85,975,73,45,10,0,0,0,0,0,0 +332721,392,85,498,12,0,4,0,0,0,0,0,0 +332812,392,85,298,11,0,3,0,0,0,0,0,0 +332813,392,85,201,10,3,4,0,0,0,0,0,0 +332999,392,85,87,6,0,0,0,0,0,0,0,0 +333249,392,85,332,9,0,0,0,0,0,0,0,0 +333511,392,85,0,4,0,0,0,0,0,0,0,0 +333514,392,85,193,12,3,0,0,0,0,0,0,0 +333517,392,85,0,3,0,0,0,0,0,0,0,0 +333923,392,85,165,3,0,0,0,0,0,0,0,0 +333999,392,85,0,3,0,0,0,0,0,0,0,0 +335313,392,85,0,3,0,0,0,0,0,0,0,0 +335931,392,85,109,3,0,3,0,0,0,0,0,0 +336310,392,85,33,4,0,0,0,0,0,0,0,0 +336390,392,85,0,3,0,0,0,0,0,0,0,0 +337110,392,85,11,3,0,0,0,0,0,0,0,0 +337122,392,85,5,4,4,0,0,0,0,0,0,0 +337215,392,85,0,3,0,0,0,0,0,0,0,0 +339116,392,85,11,4,3,0,0,0,0,0,0,0 +339950,392,85,361,11,4,6,0,0,0,0,0,0 +339999,392,85,50,10,6,0,0,0,0,0,0,0 +423110,392,85,500,17,3,3,0,0,0,0,0,0 +423120,392,85,407,23,12,0,0,0,0,0,0,0 +423130,392,85,205,11,0,4,0,0,0,0,0,0 +423140,392,85,0,3,0,0,0,0,0,0,0,0 +423220,392,85,38,4,0,0,0,0,0,0,0,0 +423310,392,85,184,7,0,0,0,0,0,0,0,0 +423320,392,85,16,4,3,0,0,0,0,0,0,0 +423330,392,85,62,6,3,0,0,0,0,0,0,0 +423390,392,85,29,4,0,0,0,0,0,0,0,0 +423420,392,85,190,10,5,0,0,0,0,0,0,0 +423430,392,85,48,6,3,0,0,0,0,0,0,0 +423440,392,85,70,7,4,0,0,0,0,0,0,0 +423450,392,85,158,7,3,0,0,0,0,0,0,0 +423510,392,85,225,15,10,4,0,0,0,0,0,0 +423610,392,85,298,24,16,3,0,0,0,0,0,0 +423690,392,85,45,4,0,0,0,0,0,0,0,0 +423710,392,85,127,10,4,0,0,0,0,0,0,0 +423720,392,85,177,9,6,0,0,0,0,0,0,0 +423730,392,85,51,5,3,0,0,0,0,0,0,0 +423810,392,85,210,10,3,3,0,0,0,0,0,0 +423820,392,85,70,8,4,0,0,0,0,0,0,0 +423830,392,85,356,56,48,3,0,0,0,0,0,0 +423840,392,85,131,13,11,0,0,0,0,0,0,0 +423850,392,85,0,4,0,0,0,0,0,0,0,0 +423910,392,85,39,4,0,0,0,0,0,0,0,0 +423930,392,85,178,20,13,3,0,0,0,0,0,0 +423940,392,85,8,4,3,0,0,0,0,0,0,0 +423990,392,85,18,4,0,0,0,0,0,0,0,0 +424120,392,85,0,3,0,0,0,0,0,0,0,0 +424130,392,85,108,6,3,0,0,0,0,0,0,0 +424210,392,85,163,8,4,0,0,0,0,0,0,0 +424410,392,85,14,3,0,0,0,0,0,0,0,0 +424490,392,85,185,14,11,0,0,0,0,0,0,0 +424510,392,85,43,6,0,0,0,0,0,0,0,0 +424610,392,85,44,4,0,0,0,0,0,0,0,0 +424690,392,85,378,14,3,0,0,0,0,0,0,0 +424710,392,85,55,4,0,0,0,0,0,0,0,0 +424810,392,85,147,3,0,0,0,0,0,0,0,0 +424910,392,85,103,9,3,0,0,0,0,0,0,0 +424930,392,85,27,4,0,0,0,0,0,0,0,0 +424940,392,85,101,4,0,3,0,0,0,0,0,0 +424990,392,85,108,7,4,0,0,0,0,0,0,0 +425120,392,85,263,57,45,0,0,0,0,0,0,0 +441110,392,85,2461,62,9,40,0,0,0,0,0,0 +441120,392,85,351,61,52,0,0,0,0,0,0,0 +441222,392,85,81,11,4,0,0,0,0,0,0,0 +441228,392,85,292,21,10,3,0,0,0,0,0,0 +441310,392,85,823,91,78,4,0,0,0,0,0,0 +441320,392,85,311,47,38,0,0,0,0,0,0,0 +442110,392,85,438,44,34,0,0,0,0,0,0,0 +442210,392,85,155,30,20,0,0,0,0,0,0,0 +442299,392,85,323,17,6,3,0,0,0,0,0,0 +443141,392,85,141,16,7,0,0,0,0,0,0,0 +443142,392,85,382,38,31,0,0,0,0,0,0,0 +444110,392,85,1649,12,0,0,9,0,0,0,0,0 +444120,392,85,0,7,5,0,0,0,0,0,0,0 +444130,392,85,270,33,23,0,0,0,0,0,0,0 +444190,392,85,469,54,33,5,0,0,0,0,0,0 +444210,392,85,97,16,3,0,0,0,0,0,0,0 +444220,392,85,322,42,33,0,0,0,0,0,0,0 +445110,392,85,4963,109,37,38,15,0,0,0,0,0 +445120,392,85,289,57,49,0,0,0,0,0,0,0 +445210,392,85,97,12,7,0,0,0,0,0,0,0 +445292,392,85,16,5,4,0,0,0,0,0,0,0 +445299,392,85,21,5,3,0,0,0,0,0,0,0 +445310,392,85,164,41,38,0,0,0,0,0,0,0 +446110,392,85,1386,91,64,12,0,0,0,0,0,0 +446120,392,85,266,21,13,0,0,0,0,0,0,0 +446130,392,85,117,21,17,0,0,0,0,0,0,0 +446191,392,85,50,13,12,0,0,0,0,0,0,0 +446199,392,85,112,25,19,0,0,0,0,0,0,0 +447110,392,85,2139,196,172,19,0,0,0,0,0,0 +447190,392,85,227,19,12,0,0,0,0,0,0,0 +448110,392,85,102,9,0,0,0,0,0,0,0,0 +448120,392,85,420,44,36,3,0,0,0,0,0,0 +448130,392,85,122,9,4,0,0,0,0,0,0,0 +448140,392,85,846,31,8,14,0,0,0,0,0,0 +448150,392,85,80,10,6,0,0,0,0,0,0,0 +448190,392,85,281,22,13,0,0,0,0,0,0,0 +448210,392,85,315,38,33,0,0,0,0,0,0,0 +448310,392,85,243,32,25,0,0,0,0,0,0,0 +451110,392,85,512,48,40,3,0,0,0,0,0,0 +451120,392,85,237,13,6,0,0,0,0,0,0,0 +451130,392,85,55,4,0,0,0,0,0,0,0,0 +451140,392,85,73,7,3,0,0,0,0,0,0,0 +451211,392,85,8,7,0,0,0,0,0,0,0,0 +452210,392,85,1240,15,0,4,5,0,0,0,0,0 +452311,392,85,2993,15,0,4,6,4,0,0,0,0 +452319,392,85,1103,119,103,10,0,0,0,0,0,0 +453110,392,85,98,23,20,0,0,0,0,0,0,0 +453210,392,85,111,14,13,0,0,0,0,0,0,0 +453220,392,85,242,42,37,0,0,0,0,0,0,0 +453310,392,85,441,42,29,4,0,0,0,0,0,0 +453910,392,85,202,18,9,3,0,0,0,0,0,0 +453920,392,85,0,4,3,0,0,0,0,0,0,0 +453991,392,85,145,29,21,0,0,0,0,0,0,0 +453998,392,85,229,33,27,4,0,0,0,0,0,0 +454110,392,85,649,59,46,0,0,0,0,0,0,0 +454210,392,85,417,10,6,0,0,0,0,0,0,0 +454310,392,85,38,7,3,0,0,0,0,0,0,0 +454390,392,85,169,41,36,0,0,0,0,0,0,0 +484110,392,85,475,52,43,0,0,0,0,0,0,0 +484121,392,85,742,76,60,3,0,0,0,0,0,0 +484122,392,85,105,5,0,0,0,0,0,0,0,0 +484210,392,85,61,5,3,0,0,0,0,0,0,0 +484220,392,85,749,78,56,0,0,0,0,0,0,0 +484230,392,85,330,40,29,0,0,0,0,0,0,0 +485991,392,85,91,9,5,0,0,0,0,0,0,0 +486910,392,85,0,3,0,0,0,0,0,0,0,0 +488410,392,85,159,21,17,0,0,0,0,0,0,0 +488490,392,85,4,4,4,0,0,0,0,0,0,0 +488510,392,85,112,25,23,0,0,0,0,0,0,0 +492110,392,85,425,9,5,0,0,0,0,0,0,0 +492210,392,85,18,4,0,0,0,0,0,0,0,0 +493110,392,85,54,6,0,0,0,0,0,0,0,0 +493120,392,85,0,3,0,0,0,0,0,0,0,0 +511110,392,85,0,8,0,0,0,0,0,0,0,0 +511120,392,85,30,3,0,0,0,0,0,0,0,0 +511140,392,85,0,3,0,0,0,0,0,0,0,0 +511210,392,85,67,4,0,0,0,0,0,0,0,0 +512110,392,85,11,5,4,0,0,0,0,0,0,0 +512131,392,85,0,4,0,0,0,0,0,0,0,0 +515112,392,85,181,11,3,0,0,0,0,0,0,0 +517311,392,85,445,41,21,0,0,0,0,0,0,0 +517312,392,85,303,39,34,0,0,0,0,0,0,0 +517911,392,85,17,10,6,0,0,0,0,0,0,0 +518210,392,85,148,10,6,0,0,0,0,0,0,0 +519130,392,85,11,6,0,0,0,0,0,0,0,0 +522110,392,85,1755,213,199,4,0,0,0,0,0,0 +522120,392,85,80,12,9,0,0,0,0,0,0,0 +522130,392,85,360,47,31,3,0,0,0,0,0,0 +522220,392,85,73,7,5,0,0,0,0,0,0,0 +522291,392,85,65,23,18,0,0,0,0,0,0,0 +522292,392,85,61,9,5,0,0,0,0,0,0,0 +522298,392,85,50,13,9,0,0,0,0,0,0,0 +522310,392,85,0,3,0,0,0,0,0,0,0,0 +522390,392,85,94,39,35,0,0,0,0,0,0,0 +523120,392,85,136,40,36,0,0,0,0,0,0,0 +523920,392,85,190,85,80,0,0,0,0,0,0,0 +523930,392,85,19,8,7,0,0,0,0,0,0,0 +524113,392,85,45,4,0,0,0,0,0,0,0,0 +524114,392,85,724,10,4,0,0,0,0,0,0,0 +524126,392,85,489,10,6,0,0,0,0,0,0,0 +524127,392,85,15,4,0,0,0,0,0,0,0,0 +524210,392,85,1449,274,263,7,0,0,0,0,0,0 +524291,392,85,0,3,0,0,0,0,0,0,0,0 +524298,392,85,0,3,0,0,0,0,0,0,0,0 +531110,392,85,301,90,82,0,0,0,0,0,0,0 +531120,392,85,186,33,26,3,0,0,0,0,0,0 +531130,392,85,22,12,12,0,0,0,0,0,0,0 +531190,392,85,27,13,11,0,0,0,0,0,0,0 +531210,392,85,313,103,97,0,0,0,0,0,0,0 +531311,392,85,219,40,35,0,0,0,0,0,0,0 +531312,392,85,84,14,12,0,0,0,0,0,0,0 +531320,392,85,72,21,17,0,0,0,0,0,0,0 +531390,392,85,16,5,4,0,0,0,0,0,0,0 +532111,392,85,0,6,3,0,0,0,0,0,0,0 +532120,392,85,129,16,10,0,0,0,0,0,0,0 +532210,392,85,27,25,19,0,0,0,0,0,0,0 +532282,392,85,0,5,3,0,0,0,0,0,0,0 +532283,392,85,22,3,0,0,0,0,0,0,0,0 +532284,392,85,0,3,3,0,0,0,0,0,0,0 +532289,392,85,0,3,0,0,0,0,0,0,0,0 +532310,392,85,0,3,0,0,0,0,0,0,0,0 +532412,392,85,35,3,0,0,0,0,0,0,0,0 +532490,392,85,205,11,4,0,0,0,0,0,0,0 +541110,392,85,1025,223,216,3,0,0,0,0,0,0 +541191,392,85,137,27,18,0,0,0,0,0,0,0 +541211,392,85,781,101,89,0,0,0,0,0,0,0 +541213,392,85,337,61,46,0,0,0,0,0,0,0 +541214,392,85,103,3,0,0,0,0,0,0,0,0 +541219,392,85,231,46,37,0,0,0,0,0,0,0 +541310,392,85,74,16,13,0,0,0,0,0,0,0 +541330,392,85,589,58,43,4,0,0,0,0,0,0 +541340,392,85,0,4,3,0,0,0,0,0,0,0 +541350,392,85,9,5,4,0,0,0,0,0,0,0 +541370,392,85,78,8,5,0,0,0,0,0,0,0 +541380,392,85,303,13,3,0,0,0,0,0,0,0 +541410,392,85,10,6,5,0,0,0,0,0,0,0 +541430,392,85,28,11,9,0,0,0,0,0,0,0 +541511,392,85,284,52,39,4,0,0,0,0,0,0 +541512,392,85,101,28,25,0,0,0,0,0,0,0 +541513,392,85,21,5,3,0,0,0,0,0,0,0 +541611,392,85,304,52,44,0,0,0,0,0,0,0 +541612,392,85,2,3,3,0,0,0,0,0,0,0 +541613,392,85,227,30,25,0,0,0,0,0,0,0 +541614,392,85,0,6,5,0,0,0,0,0,0,0 +541620,392,85,103,11,6,0,0,0,0,0,0,0 +541690,392,85,37,12,11,0,0,0,0,0,0,0 +541715,392,85,70,6,4,0,0,0,0,0,0,0 +541810,392,85,87,10,5,3,0,0,0,0,0,0 +541820,392,85,0,3,3,0,0,0,0,0,0,0 +541860,392,85,18,5,4,0,0,0,0,0,0,0 +541890,392,85,26,9,9,0,0,0,0,0,0,0 +541921,392,85,82,22,19,0,0,0,0,0,0,0 +541940,392,85,641,68,54,3,0,0,0,0,0,0 +541990,392,85,2,3,3,0,0,0,0,0,0,0 +551112,392,85,52,5,0,0,0,0,0,0,0,0 +551114,392,85,4027,75,41,14,0,0,0,0,0,0 +561110,392,85,1021,35,24,0,0,0,0,0,0,0 +561311,392,85,20,4,3,0,0,0,0,0,0,0 +561312,392,85,13,4,0,0,0,0,0,0,0,0 +561320,392,85,2585,42,11,10,7,0,0,0,0,0 +561330,392,85,147,3,0,0,0,0,0,0,0,0 +561421,392,85,37,3,3,0,0,0,0,0,0,0 +561422,392,85,806,8,0,3,0,0,0,0,0,0 +561440,392,85,77,3,0,0,0,0,0,0,0,0 +561510,392,85,33,13,11,0,0,0,0,0,0,0 +561599,392,85,0,5,0,0,0,0,0,0,0,0 +561612,392,85,71,5,0,0,0,0,0,0,0,0 +561621,392,85,66,10,10,0,0,0,0,0,0,0 +561710,392,85,104,17,10,0,0,0,0,0,0,0 +561720,392,85,1040,89,71,8,0,0,0,0,0,0 +561730,392,85,1497,234,218,4,0,0,0,0,0,0 +561740,392,85,25,6,5,0,0,0,0,0,0,0 +561790,392,85,124,23,18,0,0,0,0,0,0,0 +561990,392,85,201,24,17,0,0,0,0,0,0,0 +562111,392,85,486,32,16,3,0,0,0,0,0,0 +562211,392,85,0,3,0,0,0,0,0,0,0,0 +562212,392,85,176,9,0,0,0,0,0,0,0,0 +562910,392,85,184,5,3,0,0,0,0,0,0,0 +562991,392,85,82,7,5,0,0,0,0,0,0,0 +562998,392,85,28,3,0,0,0,0,0,0,0,0 +611110,392,85,1169,41,13,10,0,0,0,0,0,0 +611210,392,85,0,3,0,0,0,0,0,0,0,0 +611310,392,85,3087,4,0,0,0,0,0,0,0,0 +611430,392,85,0,3,0,0,0,0,0,0,0,0 +611513,392,85,0,3,0,0,0,0,0,0,0,0 +611519,392,85,11,3,0,0,0,0,0,0,0,0 +611610,392,85,81,18,14,0,0,0,0,0,0,0 +611620,392,85,88,15,12,0,0,0,0,0,0,0 +611691,392,85,54,5,0,0,0,0,0,0,0,0 +611692,392,85,17,5,4,0,0,0,0,0,0,0 +611699,392,85,12,3,0,0,0,0,0,0,0,0 +611710,392,85,38,10,8,0,0,0,0,0,0,0 +621111,392,85,5161,365,296,56,5,0,0,0,0,0 +621112,392,85,21,7,6,0,0,0,0,0,0,0 +621210,392,85,1789,223,214,4,0,0,0,0,0,0 +621310,392,85,359,76,68,0,0,0,0,0,0,0 +621320,392,85,284,62,52,0,0,0,0,0,0,0 +621330,392,85,328,37,30,0,0,0,0,0,0,0 +621340,392,85,1013,41,30,4,0,0,0,0,0,0 +621391,392,85,107,18,11,0,0,0,0,0,0,0 +621399,392,85,90,20,17,0,0,0,0,0,0,0 +621410,392,85,55,4,0,0,0,0,0,0,0,0 +621420,392,85,653,20,3,5,0,0,0,0,0,0 +621492,392,85,151,11,3,0,0,0,0,0,0,0 +621493,392,85,655,20,7,8,0,0,0,0,0,0 +621498,392,85,153,15,6,4,0,0,0,0,0,0 +621511,392,85,65,10,6,0,0,0,0,0,0,0 +621512,392,85,186,8,0,3,0,0,0,0,0,0 +621610,392,85,2710,53,14,19,5,0,0,0,0,0 +621910,392,85,67,5,0,0,0,0,0,0,0,0 +621999,392,85,18,4,3,0,0,0,0,0,0,0 +622110,392,85,7397,4,0,0,0,0,0,0,0,0 +623110,392,85,5623,60,7,21,21,0,0,0,0,0 +623210,392,85,2185,100,70,15,3,0,0,0,0,0 +623220,392,85,310,17,6,8,0,0,0,0,0,0 +623311,392,85,1705,16,0,4,5,0,0,0,0,0 +623312,392,85,622,18,0,9,0,0,0,0,0,0 +623990,392,85,14,5,4,0,0,0,0,0,0,0 +624110,392,85,141,19,12,4,0,0,0,0,0,0 +624120,392,85,2705,83,26,37,0,0,0,0,0,0 +624190,392,85,585,51,39,0,0,0,0,0,0,0 +624210,392,85,53,9,5,0,0,0,0,0,0,0 +624221,392,85,55,7,3,0,0,0,0,0,0,0 +624229,392,85,102,4,0,3,0,0,0,0,0,0 +624310,392,85,801,20,10,0,4,0,0,0,0,0 +624410,392,85,1128,87,56,18,0,0,0,0,0,0 +711110,392,85,6,3,3,0,0,0,0,0,0,0 +711130,392,85,132,4,0,0,0,0,0,0,0,0 +711310,392,85,35,4,3,0,0,0,0,0,0,0 +711320,392,85,11,4,4,0,0,0,0,0,0,0 +711510,392,85,20,11,9,0,0,0,0,0,0,0 +712110,392,85,407,18,3,0,0,0,0,0,0,0 +712130,392,85,18,3,0,0,0,0,0,0,0,0 +713120,392,85,153,24,16,3,0,0,0,0,0,0 +713910,392,85,608,40,22,3,0,0,0,0,0,0 +713930,392,85,154,22,20,0,0,0,0,0,0,0 +713940,392,85,1237,43,26,10,3,0,0,0,0,0 +713950,392,85,154,18,6,3,0,0,0,0,0,0 +713990,392,85,214,32,28,0,0,0,0,0,0,0 +721110,392,85,4235,106,60,26,0,0,0,0,0,0 +721211,392,85,38,11,8,0,0,0,0,0,0,0 +721214,392,85,10,3,0,0,0,0,0,0,0,0 +722310,392,85,201,24,14,0,0,0,0,0,0,0 +722320,392,85,150,19,11,0,0,0,0,0,0,0 +722330,392,85,12,9,9,0,0,0,0,0,0,0 +722410,392,85,555,122,112,4,0,0,0,0,0,0 +722511,392,85,10568,450,279,157,7,0,0,0,0,0 +722513,392,85,9704,550,344,201,0,0,0,0,0,0 +722514,392,85,107,7,0,0,0,0,0,0,0,0 +722515,392,85,1033,118,99,11,0,0,0,0,0,0 +811111,392,85,856,196,187,3,0,0,0,0,0,0 +811112,392,85,18,3,0,0,0,0,0,0,0,0 +811113,392,85,22,7,6,0,0,0,0,0,0,0 +811121,392,85,388,63,51,0,0,0,0,0,0,0 +811122,392,85,83,13,9,0,0,0,0,0,0,0 +811191,392,85,90,17,16,0,0,0,0,0,0,0 +811192,392,85,251,37,30,4,0,0,0,0,0,0 +811198,392,85,0,3,0,0,0,0,0,0,0,0 +811212,392,85,17,9,8,0,0,0,0,0,0,0 +811219,392,85,72,5,0,0,0,0,0,0,0,0 +811310,392,85,912,66,49,5,0,0,0,0,0,0 +811412,392,85,7,5,5,0,0,0,0,0,0,0 +811490,392,85,74,19,16,0,0,0,0,0,0,0 +812112,392,85,1039,169,161,0,0,0,0,0,0,0 +812113,392,85,91,29,25,0,0,0,0,0,0,0 +812191,392,85,59,8,4,0,0,0,0,0,0,0 +812199,392,85,117,28,24,0,0,0,0,0,0,0 +812210,392,85,349,51,42,0,0,0,0,0,0,0 +812220,392,85,94,20,16,0,0,0,0,0,0,0 +812310,392,85,68,18,15,0,0,0,0,0,0,0 +812320,392,85,97,19,13,0,0,0,0,0,0,0 +812332,392,85,0,3,0,0,0,0,0,0,0,0 +812910,392,85,141,27,19,0,0,0,0,0,0,0 +812930,392,85,47,12,10,0,0,0,0,0,0,0 +812990,392,85,26,5,3,0,0,0,0,0,0,0 +813110,392,85,3979,548,511,30,3,0,0,0,0,0 +813211,392,85,112,23,16,0,0,0,0,0,0,0 +813212,392,85,0,6,3,0,0,0,0,0,0,0 +813219,392,85,186,6,0,0,0,0,0,0,0,0 +813319,392,85,4,3,3,0,0,0,0,0,0,0 +813410,392,85,811,93,76,5,0,0,0,0,0,0 +813910,392,85,127,24,17,0,0,0,0,0,0,0 +813920,392,85,11,7,7,0,0,0,0,0,0,0 +813930,392,85,590,59,49,3,0,0,0,0,0,0 +813990,392,85,10,7,6,0,0,0,0,0,0,0 +113310,393,83,31,9,6,0,0,0,0,0,0,0 +115210,393,83,59,17,12,0,0,0,0,0,0,0 +211120,393,83,64,24,15,0,0,0,0,0,0,0 +212321,393,83,109,4,0,0,0,0,0,0,0,0 +213111,393,83,4,3,3,0,0,0,0,0,0,0 +213112,393,83,13,7,3,0,0,0,0,0,0,0 +221112,393,83,162,5,0,0,0,0,0,0,0,0 +221121,393,83,0,10,0,0,0,0,0,0,0,0 +221122,393,83,0,40,9,9,0,0,0,0,0,0 +221210,393,83,73,31,8,4,0,0,0,0,0,0 +221310,393,83,83,11,3,0,0,0,0,0,0,0 +236115,393,83,417,133,112,0,0,0,0,0,0,0 +236116,393,83,361,22,10,0,0,0,0,0,0,0 +236117,393,83,667,50,34,7,0,0,0,0,0,0 +236118,393,83,1891,456,432,9,0,0,0,0,0,0 +236210,393,83,0,3,0,0,0,0,0,0,0,0 +236220,393,83,4136,230,165,44,5,0,0,0,0,0 +237110,393,83,280,42,29,3,0,0,0,0,0,0 +237120,393,83,582,4,0,0,0,0,0,0,0,0 +237130,393,83,2769,39,7,0,0,0,0,0,0,0 +237210,393,83,67,22,17,0,0,0,0,0,0,0 +237310,393,83,1216,46,22,10,0,0,0,0,0,0 +237990,393,83,186,6,0,0,0,0,0,0,0,0 +238110,393,83,1017,117,82,12,0,0,0,0,0,0 +238120,393,83,161,8,3,0,0,0,0,0,0,0 +238130,393,83,124,35,25,0,0,0,0,0,0,0 +238140,393,83,765,91,72,9,0,0,0,0,0,0 +238150,393,83,229,22,16,3,0,0,0,0,0,0 +238160,393,83,748,97,77,7,0,0,0,0,0,0 +238170,393,83,96,27,22,0,0,0,0,0,0,0 +238190,393,83,206,13,10,0,0,0,0,0,0,0 +238210,393,83,4427,348,279,35,5,0,0,0,0,0 +238220,393,83,6214,453,368,64,4,0,0,0,0,0 +238290,393,83,632,38,17,10,0,0,0,0,0,0 +238310,393,83,1815,80,45,16,3,0,0,0,0,0 +238320,393,83,552,141,124,5,0,0,0,0,0,0 +238330,393,83,406,69,60,3,0,0,0,0,0,0 +238340,393,83,156,25,19,0,0,0,0,0,0,0 +238350,393,83,485,99,82,4,0,0,0,0,0,0 +238390,393,83,396,38,33,0,0,0,0,0,0,0 +238910,393,83,2060,170,130,15,0,0,0,0,0,0 +238990,393,83,931,164,142,6,0,0,0,0,0,0 +311611,393,83,63,4,0,0,0,0,0,0,0,0 +311612,393,83,0,4,0,0,0,0,0,0,0,0 +311811,393,83,462,33,20,5,0,0,0,0,0,0 +311812,393,83,150,17,9,3,0,0,0,0,0,0 +311821,393,83,0,3,0,0,0,0,0,0,0,0 +311941,393,83,0,3,0,0,0,0,0,0,0,0 +311991,393,83,0,4,0,0,0,0,0,0,0,0 +312120,393,83,918,17,12,4,0,0,0,0,0,0 +312130,393,83,15,4,0,0,0,0,0,0,0,0 +312140,393,83,0,3,0,0,0,0,0,0,0,0 +314910,393,83,70,3,0,0,0,0,0,0,0,0 +314999,393,83,55,14,8,0,0,0,0,0,0,0 +321113,393,83,12,3,0,0,0,0,0,0,0,0 +321211,393,83,0,3,0,0,0,0,0,0,0,0 +321920,393,83,360,10,0,4,0,0,0,0,0,0 +322211,393,83,328,8,0,3,0,0,0,0,0,0 +323111,393,83,2355,117,80,11,8,0,0,0,0,0 +323113,393,83,500,42,22,0,0,0,0,0,0,0 +323120,393,83,59,6,0,0,0,0,0,0,0,0 +324121,393,83,31,5,0,0,0,0,0,0,0,0 +324122,393,83,0,3,0,0,0,0,0,0,0,0 +324191,393,83,0,3,0,0,0,0,0,0,0,0 +325130,393,83,0,3,0,0,0,0,0,0,0,0 +325180,393,83,0,3,0,0,0,0,0,0,0,0 +325211,393,83,426,5,0,0,0,0,0,0,0,0 +325412,393,83,0,3,0,0,0,0,0,0,0,0 +325510,393,83,354,8,3,0,0,0,0,0,0,0 +325520,393,83,498,6,0,0,0,0,0,0,0,0 +325612,393,83,0,3,0,0,0,0,0,0,0,0 +325991,393,83,32,3,0,0,0,0,0,0,0,0 +325998,393,83,67,5,3,0,0,0,0,0,0,0 +326113,393,83,351,5,0,3,0,0,0,0,0,0 +326122,393,83,48,5,3,0,0,0,0,0,0,0 +326160,393,83,189,5,0,0,0,0,0,0,0,0 +326199,393,83,2010,28,9,6,3,0,0,0,0,0 +326212,393,83,34,3,0,0,0,0,0,0,0,0 +326299,393,83,13,3,0,0,0,0,0,0,0,0 +327320,393,83,129,15,8,0,0,0,0,0,0,0 +327991,393,83,191,6,4,0,0,0,0,0,0,0 +327993,393,83,0,3,0,0,0,0,0,0,0,0 +327999,393,83,0,3,0,0,0,0,0,0,0,0 +331511,393,83,0,3,0,0,0,0,0,0,0,0 +332119,393,83,157,5,0,3,0,0,0,0,0,0 +332312,393,83,287,13,3,3,0,0,0,0,0,0 +332313,393,83,137,7,3,0,0,0,0,0,0,0 +332322,393,83,366,16,4,3,0,0,0,0,0,0 +332323,393,83,0,3,0,0,0,0,0,0,0,0 +332420,393,83,0,8,3,0,0,0,0,0,0,0 +332439,393,83,168,3,0,0,0,0,0,0,0,0 +332613,393,83,53,3,0,0,0,0,0,0,0,0 +332618,393,83,88,5,0,0,0,0,0,0,0,0 +332710,393,83,792,88,68,5,0,0,0,0,0,0 +332721,393,83,149,15,3,0,0,0,0,0,0,0 +332811,393,83,70,3,0,0,0,0,0,0,0,0 +332812,393,83,0,6,3,0,0,0,0,0,0,0 +332813,393,83,106,5,0,3,0,0,0,0,0,0 +332996,393,83,127,4,0,3,0,0,0,0,0,0 +332999,393,83,80,6,3,0,0,0,0,0,0,0 +333241,393,83,269,5,0,0,0,0,0,0,0,0 +333249,393,83,0,10,0,0,0,0,0,0,0,0 +333318,393,83,252,6,0,0,0,0,0,0,0,0 +333413,393,83,44,3,0,0,0,0,0,0,0,0 +333511,393,83,53,4,4,0,0,0,0,0,0,0 +333515,393,83,10,4,4,0,0,0,0,0,0,0 +333517,393,83,0,3,0,0,0,0,0,0,0,0 +333992,393,83,6,3,3,0,0,0,0,0,0,0 +333994,393,83,105,4,0,3,0,0,0,0,0,0 +333999,393,83,134,7,4,0,0,0,0,0,0,0 +334118,393,83,0,3,0,0,0,0,0,0,0,0 +334418,393,83,424,5,0,0,3,0,0,0,0,0 +334510,393,83,47,4,0,0,0,0,0,0,0,0 +334511,393,83,44,3,0,0,0,0,0,0,0,0 +334512,393,83,0,3,0,0,0,0,0,0,0,0 +334513,393,83,20,5,4,0,0,0,0,0,0,0 +334515,393,83,128,6,3,0,0,0,0,0,0,0 +335314,393,83,0,3,0,0,0,0,0,0,0,0 +336211,393,83,470,5,0,0,0,0,0,0,0,0 +336370,393,83,230,3,0,0,0,0,0,0,0,0 +336390,393,83,648,10,0,0,0,0,0,0,0,0 +337110,393,83,122,15,6,0,0,0,0,0,0,0 +337121,393,83,54,5,0,0,0,0,0,0,0,0 +337122,393,83,36,7,4,0,0,0,0,0,0,0 +337212,393,83,398,14,4,0,0,0,0,0,0,0 +337215,393,83,0,3,0,0,0,0,0,0,0,0 +339112,393,83,0,4,0,0,0,0,0,0,0,0 +339113,393,83,58,7,3,0,0,0,0,0,0,0 +339114,393,83,25,3,0,0,0,0,0,0,0,0 +339115,393,83,843,4,0,0,0,0,0,0,0,0 +339116,393,83,156,24,23,0,0,0,0,0,0,0 +339910,393,83,5,3,3,0,0,0,0,0,0,0 +339950,393,83,412,31,24,3,0,0,0,0,0,0 +339999,393,83,438,12,8,0,0,0,0,0,0,0 +423110,393,83,1241,30,12,11,0,0,0,0,0,0 +423120,393,83,1271,84,59,9,0,0,0,0,0,0 +423130,393,83,312,17,3,4,0,0,0,0,0,0 +423140,393,83,116,7,0,0,0,0,0,0,0,0 +423210,393,83,533,29,19,6,0,0,0,0,0,0 +423220,393,83,456,21,14,0,0,0,0,0,0,0 +423310,393,83,348,35,21,6,0,0,0,0,0,0 +423320,393,83,153,13,10,3,0,0,0,0,0,0 +423330,393,83,196,18,15,0,0,0,0,0,0,0 +423390,393,83,527,22,14,3,0,0,0,0,0,0 +423420,393,83,1265,66,48,7,4,0,0,0,0,0 +423430,393,83,983,53,36,13,0,0,0,0,0,0 +423440,393,83,1106,29,16,7,0,0,0,0,0,0 +423450,393,83,1305,66,50,10,3,0,0,0,0,0 +423460,393,83,0,3,0,0,0,0,0,0,0,0 +423490,393,83,114,13,9,0,0,0,0,0,0,0 +423510,393,83,406,25,13,6,0,0,0,0,0,0 +423610,393,83,980,66,46,6,0,0,0,0,0,0 +423620,393,83,142,13,10,0,0,0,0,0,0,0 +423690,393,83,623,41,34,4,0,0,0,0,0,0 +423710,393,83,348,33,16,4,0,0,0,0,0,0 +423720,393,83,523,32,17,3,0,0,0,0,0,0 +423730,393,83,574,35,29,3,0,0,0,0,0,0 +423740,393,83,41,7,0,0,0,0,0,0,0,0 +423810,393,83,541,21,11,7,0,0,0,0,0,0 +423820,393,83,984,31,0,3,3,0,0,0,0,0 +423830,393,83,2064,166,118,20,0,0,0,0,0,0 +423840,393,83,1232,41,31,3,0,0,0,0,0,0 +423850,393,83,320,29,24,4,0,0,0,0,0,0 +423910,393,83,211,20,15,0,0,0,0,0,0,0 +423920,393,83,19,8,7,0,0,0,0,0,0,0 +423930,393,83,798,44,24,4,0,0,0,0,0,0 +423940,393,83,166,17,11,0,0,0,0,0,0,0 +423990,393,83,638,37,29,5,0,0,0,0,0,0 +424110,393,83,142,4,0,0,0,0,0,0,0,0 +424120,393,83,561,23,17,3,0,0,0,0,0,0 +424130,393,83,292,22,8,5,0,0,0,0,0,0 +424210,393,83,2130,49,27,12,5,0,0,0,0,0 +424310,393,83,8,4,4,0,0,0,0,0,0,0 +424320,393,83,63,10,7,0,0,0,0,0,0,0 +424330,393,83,0,13,4,0,0,0,0,0,0,0 +424410,393,83,558,13,9,0,0,0,0,0,0,0 +424420,393,83,347,10,6,0,0,0,0,0,0,0 +424430,393,83,0,4,0,0,0,0,0,0,0,0 +424450,393,83,384,11,4,0,0,0,0,0,0,0 +424460,393,83,0,3,0,0,0,0,0,0,0,0 +424470,393,83,545,6,0,0,0,0,0,0,0,0 +424480,393,83,279,9,3,3,0,0,0,0,0,0 +424490,393,83,615,52,32,7,0,0,0,0,0,0 +424510,393,83,64,22,3,0,0,0,0,0,0,0 +424610,393,83,269,21,17,3,0,0,0,0,0,0 +424690,393,83,627,46,33,5,0,0,0,0,0,0 +424710,393,83,155,14,6,0,0,0,0,0,0,0 +424720,393,83,90,7,5,0,0,0,0,0,0,0 +424810,393,83,0,3,0,0,0,0,0,0,0,0 +424820,393,83,672,8,0,0,0,0,0,0,0,0 +424910,393,83,305,50,28,0,0,0,0,0,0,0 +424920,393,83,33,6,4,0,0,0,0,0,0,0 +424930,393,83,109,7,0,3,0,0,0,0,0,0 +424940,393,83,155,7,0,0,0,0,0,0,0,0 +424950,393,83,75,11,8,0,0,0,0,0,0,0 +424990,393,83,1548,52,42,6,0,0,0,0,0,0 +425120,393,83,1559,252,230,3,0,0,0,0,0,0 +441110,393,83,8421,131,19,57,19,0,0,0,0,0 +441120,393,83,1087,174,150,7,0,0,0,0,0,0 +441210,393,83,145,11,0,0,0,0,0,0,0,0 +441222,393,83,35,8,3,0,0,0,0,0,0,0 +441228,393,83,469,29,14,0,0,0,0,0,0,0 +441310,393,83,2550,239,188,13,0,0,0,0,0,0 +441320,393,83,1192,147,129,0,0,0,0,0,0,0 +442110,393,83,1531,146,115,14,0,0,0,0,0,0 +442210,393,83,375,52,44,0,0,0,0,0,0,0 +442291,393,83,14,3,0,0,0,0,0,0,0,0 +442299,393,83,1047,81,54,15,0,0,0,0,0,0 +443141,393,83,353,34,20,6,0,0,0,0,0,0 +443142,393,83,1682,134,112,4,4,0,0,0,0,0 +444110,393,83,3867,28,0,0,23,0,0,0,0,0 +444120,393,83,177,41,35,0,0,0,0,0,0,0 +444130,393,83,774,80,56,4,0,0,0,0,0,0 +444190,393,83,1658,134,95,15,0,0,0,0,0,0 +444210,393,83,189,24,4,0,0,0,0,0,0,0 +444220,393,83,1219,94,58,5,3,0,0,0,0,0 +445110,393,83,17552,367,195,44,72,4,0,0,0,0 +445120,393,83,768,230,214,3,0,0,0,0,0,0 +445210,393,83,144,19,18,0,0,0,0,0,0,0 +445291,393,83,57,8,4,0,0,0,0,0,0,0 +445292,393,83,192,25,19,0,0,0,0,0,0,0 +445299,393,83,192,25,21,0,0,0,0,0,0,0 +445310,393,83,482,127,115,0,0,0,0,0,0,0 +446110,393,83,3180,262,169,58,0,0,0,0,0,0 +446120,393,83,1455,119,83,21,0,0,0,0,0,0 +446130,393,83,427,64,60,0,0,0,0,0,0,0 +446191,393,83,213,58,57,0,0,0,0,0,0,0 +446199,393,83,321,66,53,0,0,0,0,0,0,0 +447110,393,83,4983,553,519,17,0,0,0,0,0,0 +447190,393,83,846,53,27,3,0,0,0,0,0,0 +448110,393,83,337,43,36,0,0,0,0,0,0,0 +448120,393,83,2151,168,124,23,0,0,0,0,0,0 +448130,393,83,507,43,27,7,0,0,0,0,0,0 +448140,393,83,4075,154,71,65,0,0,0,0,0,0 +448150,393,83,390,56,50,0,0,0,0,0,0,0 +448190,393,83,1207,64,35,7,0,0,0,0,0,0 +448210,393,83,1603,154,124,9,0,0,0,0,0,0 +448310,393,83,745,99,87,4,0,0,0,0,0,0 +448320,393,83,22,3,0,0,0,0,0,0,0,0 +451110,393,83,1726,105,68,10,0,0,0,0,0,0 +451120,393,83,926,61,36,13,0,0,0,0,0,0 +451130,393,83,218,18,5,0,0,0,0,0,0,0 +451140,393,83,163,22,12,3,0,0,0,0,0,0 +451211,393,83,401,29,18,4,0,0,0,0,0,0 +451212,393,83,22,6,4,0,0,0,0,0,0,0 +452210,393,83,3209,30,0,13,7,0,0,0,0,0 +452311,393,83,9287,53,0,3,31,8,0,0,0,0 +452319,393,83,3048,269,199,39,0,0,0,0,0,0 +453110,393,83,361,63,46,0,0,0,0,0,0,0 +453210,393,83,397,36,25,4,0,0,0,0,0,0 +453220,393,83,783,101,82,8,0,0,0,0,0,0 +453310,393,83,2025,156,103,33,0,0,0,0,0,0 +453910,393,83,926,72,47,10,0,0,0,0,0,0 +453920,393,83,37,10,8,0,0,0,0,0,0,0 +453991,393,83,266,64,48,0,0,0,0,0,0,0 +453998,393,83,499,111,96,3,0,0,0,0,0,0 +454110,393,83,5258,196,151,22,5,0,0,0,0,0 +454210,393,83,530,28,18,0,0,0,0,0,0,0 +454310,393,83,157,28,17,0,0,0,0,0,0,0 +454390,393,83,581,104,89,7,0,0,0,0,0,0 +481111,393,83,1306,9,0,0,5,0,0,0,0,0 +481112,393,83,21,4,3,0,0,0,0,0,0,0 +481211,393,83,0,7,0,0,0,0,0,0,0,0 +484110,393,83,1151,172,146,11,0,0,0,0,0,0 +484121,393,83,4574,223,159,24,5,4,0,0,0,0 +484122,393,83,2418,41,17,9,6,0,0,0,0,0 +484210,393,83,502,32,21,6,0,0,0,0,0,0 +484220,393,83,931,168,138,8,0,0,0,0,0,0 +484230,393,83,247,35,17,0,0,0,0,0,0,0 +485310,393,83,51,5,3,0,0,0,0,0,0,0 +485320,393,83,105,6,0,3,0,0,0,0,0,0 +485410,393,83,0,5,0,0,0,0,0,0,0,0 +485991,393,83,396,27,24,0,0,0,0,0,0,0 +485999,393,83,45,4,0,0,0,0,0,0,0,0 +486210,393,83,129,6,3,0,0,0,0,0,0,0 +488111,393,83,0,3,0,0,0,0,0,0,0,0 +488119,393,83,383,7,0,3,0,0,0,0,0,0 +488190,393,83,52,14,8,0,0,0,0,0,0,0 +488210,393,83,204,10,0,3,0,0,0,0,0,0 +488410,393,83,440,44,29,4,0,0,0,0,0,0 +488490,393,83,80,7,3,0,0,0,0,0,0,0 +488510,393,83,2333,121,86,13,3,0,0,0,0,0 +488991,393,83,435,10,3,0,3,0,0,0,0,0 +492110,393,83,6062,88,57,13,0,4,0,0,0,0 +492210,393,83,306,20,17,0,0,0,0,0,0,0 +493110,393,83,22964,203,87,44,18,12,3,3,0,0 +493120,393,83,321,13,5,4,0,0,0,0,0,0 +493190,393,83,1004,21,9,5,3,0,0,0,0,0 +511110,393,83,760,22,12,0,0,0,0,0,0,0 +511120,393,83,113,19,13,0,0,0,0,0,0,0 +511130,393,83,389,14,8,0,0,0,0,0,0,0 +511140,393,83,4,4,4,0,0,0,0,0,0,0 +511199,393,83,9,3,0,0,0,0,0,0,0,0 +511210,393,83,2517,73,43,18,3,0,0,0,0,0 +512110,393,83,373,50,46,0,0,0,0,0,0,0 +512131,393,83,652,13,0,10,0,0,0,0,0,0 +512240,393,83,3,4,4,0,0,0,0,0,0,0 +515112,393,83,356,21,7,5,0,0,0,0,0,0 +515120,393,83,490,7,3,0,3,0,0,0,0,0 +517311,393,83,5550,216,164,19,6,0,4,0,0,0 +517312,393,83,3660,194,162,5,0,0,0,0,0,0 +517911,393,83,123,33,24,0,0,0,0,0,0,0 +517919,393,83,0,10,9,0,0,0,0,0,0,0 +518210,393,83,2687,96,62,20,4,0,0,0,0,0 +519120,393,83,0,3,0,0,0,0,0,0,0,0 +519130,393,83,1393,28,25,0,0,0,0,0,0,0 +522110,393,83,17068,665,592,23,4,7,3,0,0,0 +522120,393,83,287,31,18,0,0,0,0,0,0,0 +522130,393,83,1590,86,49,14,0,0,0,0,0,0 +522210,393,83,3339,11,3,0,0,0,0,0,0,0 +522220,393,83,974,22,19,0,0,0,0,0,0,0 +522291,393,83,187,55,50,0,0,0,0,0,0,0 +522292,393,83,1040,74,51,7,3,0,0,0,0,0 +522298,393,83,242,66,57,0,0,0,0,0,0,0 +522310,393,83,295,19,14,3,0,0,0,0,0,0 +522320,393,83,2877,24,14,0,0,0,0,0,0,0 +522390,393,83,515,113,102,0,0,0,0,0,0,0 +523110,393,83,107,23,20,0,0,0,0,0,0,0 +523120,393,83,2069,155,125,16,0,0,0,0,0,0 +523140,393,83,0,3,3,0,0,0,0,0,0,0 +523910,393,83,175,29,25,0,0,0,0,0,0,0 +523920,393,83,1218,282,264,10,0,0,0,0,0,0 +523930,393,83,443,124,116,3,0,0,0,0,0,0 +523991,393,83,29,3,0,0,0,0,0,0,0,0 +524113,393,83,3869,92,60,16,4,0,0,0,0,0 +524114,393,83,3192,47,26,5,0,0,0,0,0,0 +524126,393,83,16915,110,61,19,3,3,7,0,0,0 +524127,393,83,188,38,31,3,0,0,0,0,0,0 +524210,393,83,4380,870,824,26,0,0,0,0,0,0 +524291,393,83,293,13,10,0,0,0,0,0,0,0 +524292,393,83,2050,44,30,8,4,0,0,0,0,0 +524298,393,83,0,5,3,0,0,0,0,0,0,0 +531110,393,83,3128,466,438,14,0,0,0,0,0,0 +531120,393,83,1201,156,132,4,0,0,0,0,0,0 +531130,393,83,176,87,83,0,0,0,0,0,0,0 +531190,393,83,62,28,27,0,0,0,0,0,0,0 +531210,393,83,1951,568,553,7,0,0,0,0,0,0 +531311,393,83,3374,353,301,35,4,0,0,0,0,0 +531312,393,83,583,68,53,6,0,0,0,0,0,0 +531320,393,83,275,82,79,0,0,0,0,0,0,0 +531390,393,83,319,64,56,4,0,0,0,0,0,0 +532111,393,83,606,42,35,4,0,0,0,0,0,0 +532120,393,83,514,45,35,9,0,0,0,0,0,0 +532210,393,83,288,77,71,0,0,0,0,0,0,0 +532282,393,83,60,11,9,0,0,0,0,0,0,0 +532283,393,83,71,6,3,0,0,0,0,0,0,0 +532284,393,83,0,4,3,0,0,0,0,0,0,0 +532289,393,83,47,9,6,0,0,0,0,0,0,0 +532310,393,83,67,6,0,0,0,0,0,0,0,0 +532411,393,83,0,3,0,0,0,0,0,0,0,0 +532412,393,83,79,8,4,0,0,0,0,0,0,0 +532420,393,83,63,9,6,0,0,0,0,0,0,0 +532490,393,83,513,51,37,0,0,0,0,0,0,0 +533110,393,83,140,18,16,0,0,0,0,0,0,0 +541110,393,83,5993,912,848,46,5,0,0,0,0,0 +541191,393,83,556,88,77,0,0,0,0,0,0,0 +541199,393,83,0,7,4,0,0,0,0,0,0,0 +541211,393,83,3403,320,277,19,7,0,0,0,0,0 +541213,393,83,1192,234,205,7,0,0,0,0,0,0 +541214,393,83,956,34,18,4,4,0,0,0,0,0 +541219,393,83,1125,183,166,8,0,0,0,0,0,0 +541310,393,83,1561,149,131,14,0,0,0,0,0,0 +541320,393,83,103,15,12,0,0,0,0,0,0,0 +541330,393,83,6526,313,220,63,9,0,0,0,0,0 +541340,393,83,15,4,3,0,0,0,0,0,0,0 +541350,393,83,104,32,26,0,0,0,0,0,0,0 +541370,393,83,229,20,16,3,0,0,0,0,0,0 +541380,393,83,371,40,29,3,0,0,0,0,0,0 +541410,393,83,249,50,47,0,0,0,0,0,0,0 +541420,393,83,171,8,3,0,0,0,0,0,0,0 +541430,393,83,449,100,90,0,0,0,0,0,0,0 +541490,393,83,7,4,3,0,0,0,0,0,0,0 +541511,393,83,5460,492,432,43,7,0,0,0,0,0 +541512,393,83,3783,362,326,22,5,3,0,0,0,0 +541513,393,83,612,34,24,3,0,0,0,0,0,0 +541519,393,83,387,48,39,4,0,0,0,0,0,0 +541611,393,83,2546,439,411,18,3,0,0,0,0,0 +541612,393,83,832,45,42,0,0,0,0,0,0,0 +541613,393,83,1523,177,155,15,3,0,0,0,0,0 +541614,393,83,158,38,35,0,0,0,0,0,0,0 +541618,393,83,121,17,13,0,0,0,0,0,0,0 +541620,393,83,539,49,37,7,0,0,0,0,0,0 +541690,393,83,481,92,78,4,0,0,0,0,0,0 +541713,393,83,1800,19,9,0,0,0,0,0,0,0 +541714,393,83,21,6,6,0,0,0,0,0,0,0 +541715,393,83,1871,39,29,4,0,0,0,0,0,0 +541720,393,83,66,11,9,0,0,0,0,0,0,0 +541810,393,83,944,103,93,5,3,0,0,0,0,0 +541820,393,83,264,82,76,0,0,0,0,0,0,0 +541830,393,83,52,10,6,0,0,0,0,0,0,0 +541840,393,83,15,4,3,0,0,0,0,0,0,0 +541850,393,83,105,8,3,3,0,0,0,0,0,0 +541860,393,83,153,15,8,0,0,0,0,0,0,0 +541870,393,83,0,4,0,0,0,0,0,0,0,0 +541890,393,83,470,41,33,3,0,0,0,0,0,0 +541910,393,83,331,35,25,3,0,0,0,0,0,0 +541921,393,83,156,58,50,0,0,0,0,0,0,0 +541922,393,83,131,14,11,3,0,0,0,0,0,0 +541930,393,83,993,15,8,3,0,0,0,0,0,0 +541940,393,83,3069,222,159,39,0,0,0,0,0,0 +541990,393,83,143,45,38,0,0,0,0,0,0,0 +551112,393,83,636,28,14,8,0,0,0,0,0,0 +551114,393,83,36060,406,204,92,38,25,10,0,0,0 +561110,393,83,3233,184,140,20,0,3,0,0,0,0 +561210,393,83,153,17,12,0,0,0,0,0,0,0 +561311,393,83,483,29,19,4,0,0,0,0,0,0 +561312,393,83,315,62,53,0,0,0,0,0,0,0 +561320,393,83,23117,334,147,75,44,19,0,0,0,0 +561330,393,83,441,15,9,0,0,0,0,0,0,0 +561410,393,83,143,21,18,0,0,0,0,0,0,0 +561421,393,83,174,4,0,0,0,0,0,0,0,0 +561422,393,83,5621,33,12,5,4,0,3,0,0,0 +561431,393,83,76,19,18,0,0,0,0,0,0,0 +561439,393,83,1089,41,32,0,3,0,0,0,0,0 +561440,393,83,1746,23,4,8,3,0,0,0,0,0 +561450,393,83,0,6,0,0,0,0,0,0,0,0 +561492,393,83,35,6,3,0,0,0,0,0,0,0 +561499,393,83,608,18,10,0,0,0,0,0,0,0 +561510,393,83,660,69,61,0,0,0,0,0,0,0 +561520,393,83,11,4,3,0,0,0,0,0,0,0 +561591,393,83,106,9,6,0,0,0,0,0,0,0 +561599,393,83,587,16,7,0,0,0,0,0,0,0 +561611,393,83,137,20,16,0,0,0,0,0,0,0 +561612,393,83,3867,48,17,12,5,3,0,0,0,0 +561613,393,83,212,7,0,3,0,0,0,0,0,0 +561621,393,83,644,45,32,4,0,0,0,0,0,0 +561622,393,83,23,10,9,0,0,0,0,0,0,0 +561710,393,83,493,53,39,8,0,0,0,0,0,0 +561720,393,83,6547,362,294,37,7,3,0,0,0,0 +561730,393,83,5905,615,544,42,0,0,0,0,0,0 +561740,393,83,430,51,40,3,0,0,0,0,0,0 +561790,393,83,320,42,33,0,0,0,0,0,0,0 +561910,393,83,54,5,0,0,0,0,0,0,0,0 +561920,393,83,785,22,14,0,0,0,0,0,0,0 +561990,393,83,1717,82,47,12,0,0,0,0,0,0 +562111,393,83,1281,63,28,10,3,0,0,0,0,0 +562211,393,83,43,4,0,0,0,0,0,0,0,0 +562212,393,83,0,3,0,0,0,0,0,0,0,0 +562910,393,83,619,20,8,0,0,0,0,0,0,0 +562920,393,83,27,7,7,0,0,0,0,0,0,0 +562991,393,83,33,13,3,0,0,0,0,0,0,0 +562998,393,83,20,5,3,0,0,0,0,0,0,0 +611110,393,83,6013,141,48,68,9,0,0,0,0,0 +611210,393,83,343,8,0,6,0,0,0,0,0,0 +611310,393,83,5117,22,0,4,0,0,0,0,0,0 +611420,393,83,52,5,3,0,0,0,0,0,0,0 +611430,393,83,148,40,36,0,0,0,0,0,0,0 +611511,393,83,76,8,3,0,0,0,0,0,0,0 +611513,393,83,74,8,3,0,0,0,0,0,0,0 +611519,393,83,227,13,10,0,0,0,0,0,0,0 +611610,393,83,637,76,62,5,0,0,0,0,0,0 +611620,393,83,940,82,67,10,0,0,0,0,0,0 +611630,393,83,47,4,0,0,0,0,0,0,0,0 +611691,393,83,557,67,44,5,0,0,0,0,0,0 +611692,393,83,65,11,11,0,0,0,0,0,0,0 +611699,393,83,204,28,19,4,0,0,0,0,0,0 +611710,393,83,295,49,44,3,0,0,0,0,0,0 +621111,393,83,20075,1164,913,203,22,6,0,0,0,0 +621112,393,83,74,37,33,0,0,0,0,0,0,0 +621210,393,83,6957,863,799,51,0,0,0,0,0,0 +621310,393,83,1054,245,227,0,0,0,0,0,0,0 +621320,393,83,1218,193,167,6,0,0,0,0,0,0 +621330,393,83,527,115,102,6,0,0,0,0,0,0 +621340,393,83,1354,184,155,13,0,0,0,0,0,0 +621391,393,83,325,53,42,0,0,0,0,0,0,0 +621399,393,83,864,127,105,11,0,0,0,0,0,0 +621410,393,83,87,8,4,0,0,0,0,0,0,0 +621420,393,83,1999,65,28,11,6,0,0,0,0,0 +621492,393,83,492,45,24,11,0,0,0,0,0,0 +621493,393,83,1331,77,56,9,0,0,0,0,0,0 +621498,393,83,2468,139,97,18,0,0,0,0,0,0 +621511,393,83,917,45,33,4,0,0,0,0,0,0 +621512,393,83,260,21,16,0,0,0,0,0,0,0 +621610,393,83,18799,411,152,173,44,6,0,0,0,0 +621910,393,83,647,19,7,0,0,0,0,0,0,0 +621991,393,83,757,12,0,6,0,0,0,0,0,0 +621999,393,83,1040,19,13,0,0,0,0,0,0,0 +622110,393,83,26670,12,0,0,0,0,0,0,0,3 +622210,393,83,892,4,0,0,0,0,0,0,0,0 +622310,393,83,4524,5,0,0,0,0,0,0,0,0 +623110,393,83,12060,132,23,34,33,5,0,0,0,0 +623210,393,83,4291,221,170,27,7,0,0,0,0,0 +623220,393,83,1266,27,18,4,5,0,0,0,0,0 +623311,393,83,3436,37,4,7,0,6,0,0,0,0 +623312,393,83,2190,58,10,24,0,0,0,0,0,0 +623990,393,83,515,35,21,6,0,0,0,0,0,0 +624110,393,83,1655,74,39,14,4,0,0,0,0,0 +624120,393,83,7804,237,130,69,17,0,0,0,0,0 +624190,393,83,2100,149,92,34,0,0,0,0,0,0 +624210,393,83,436,14,8,3,0,0,0,0,0,0 +624221,393,83,323,12,0,4,0,0,0,0,0,0 +624229,393,83,392,19,13,4,0,0,0,0,0,0 +624230,393,83,122,7,4,0,0,0,0,0,0,0 +624310,393,83,2513,49,22,4,3,0,0,0,0,0 +624410,393,83,9442,648,449,170,0,0,0,0,0,0 +711110,393,83,168,7,3,0,0,0,0,0,0,0 +711120,393,83,0,4,3,0,0,0,0,0,0,0 +711130,393,83,251,11,7,0,0,0,0,0,0,0 +711211,393,83,0,4,0,0,0,0,0,0,0,0 +711219,393,83,113,14,3,0,0,0,0,0,0,0 +711310,393,83,952,23,11,3,4,0,0,0,0,0 +711320,393,83,583,20,17,0,0,0,0,0,0,0 +711410,393,83,25,10,9,0,0,0,0,0,0,0 +711510,393,83,102,41,36,0,0,0,0,0,0,0 +712110,393,83,673,18,9,0,0,0,0,0,0,0 +713120,393,83,414,46,31,5,0,0,0,0,0,0 +713910,393,83,2084,88,43,16,0,0,0,0,0,0 +713940,393,83,5388,250,165,51,8,0,0,0,0,0 +713950,393,83,288,14,0,8,0,0,0,0,0,0 +713990,393,83,876,110,86,6,0,0,0,0,0,0 +721110,393,83,6416,275,150,80,7,3,0,0,0,0 +721191,393,83,30,10,6,0,0,0,0,0,0,0 +721211,393,83,16,5,4,0,0,0,0,0,0,0 +721310,393,83,74,10,7,0,0,0,0,0,0,0 +722310,393,83,3634,145,90,32,7,0,0,0,0,0 +722320,393,83,1310,101,74,10,0,0,0,0,0,0 +722330,393,83,209,59,54,0,0,0,0,0,0,0 +722410,393,83,2681,332,290,29,0,0,0,0,0,0 +722511,393,83,39143,1366,671,647,31,0,0,0,0,0 +722513,393,83,38626,1890,1056,815,6,0,0,0,0,0 +722514,393,83,382,14,3,8,0,0,0,0,0,0 +722515,393,83,5740,373,258,94,0,0,0,0,0,0 +811111,393,83,2241,447,422,6,0,0,0,0,0,0 +811112,393,83,21,6,5,0,0,0,0,0,0,0 +811113,393,83,54,16,12,0,0,0,0,0,0,0 +811121,393,83,1422,152,123,8,0,0,0,0,0,0 +811122,393,83,128,16,12,0,0,0,0,0,0,0 +811191,393,83,408,51,40,0,0,0,0,0,0,0 +811192,393,83,524,68,61,0,0,0,0,0,0,0 +811211,393,83,43,8,6,0,0,0,0,0,0,0 +811212,393,83,340,27,19,0,0,0,0,0,0,0 +811213,393,83,4,3,3,0,0,0,0,0,0,0 +811219,393,83,231,15,14,0,0,0,0,0,0,0 +811310,393,83,777,90,62,11,0,0,0,0,0,0 +811411,393,83,3,3,3,0,0,0,0,0,0,0 +811412,393,83,24,7,5,0,0,0,0,0,0,0 +811420,393,83,29,10,10,0,0,0,0,0,0,0 +811430,393,83,12,4,3,0,0,0,0,0,0,0 +811490,393,83,108,34,30,0,0,0,0,0,0,0 +812111,393,83,100,18,12,0,0,0,0,0,0,0 +812112,393,83,3266,411,360,25,0,0,0,0,0,0 +812113,393,83,92,41,38,0,0,0,0,0,0,0 +812191,393,83,44,8,7,0,0,0,0,0,0,0 +812199,393,83,805,105,86,3,0,0,0,0,0,0 +812210,393,83,712,104,79,0,0,0,0,0,0,0 +812220,393,83,203,37,25,0,0,0,0,0,0,0 +812310,393,83,258,45,36,3,0,0,0,0,0,0 +812320,393,83,980,87,71,9,0,0,0,0,0,0 +812331,393,83,19,3,0,0,0,0,0,0,0,0 +812332,393,83,483,8,0,4,0,0,0,0,0,0 +812910,393,83,1060,113,89,9,0,0,0,0,0,0 +812921,393,83,19,3,0,0,0,0,0,0,0,0 +812930,393,83,1540,110,95,11,0,0,0,0,0,0 +812990,393,83,342,73,71,0,0,0,0,0,0,0 +813110,393,83,12869,1257,1116,105,10,0,0,0,0,0 +813211,393,83,358,63,52,3,0,0,0,0,0,0 +813212,393,83,216,27,20,0,0,0,0,0,0,0 +813219,393,83,359,25,16,0,0,0,0,0,0,0 +813311,393,83,255,22,17,3,0,0,0,0,0,0 +813312,393,83,184,23,14,3,0,0,0,0,0,0 +813319,393,83,400,45,38,4,0,0,0,0,0,0 +813410,393,83,1824,227,193,12,0,0,0,0,0,0 +813910,393,83,1824,151,137,9,0,0,0,0,0,0 +813920,393,83,698,78,64,6,0,0,0,0,0,0 +813930,393,83,1263,110,77,12,0,0,0,0,0,0 +813940,393,83,114,20,16,0,0,0,0,0,0,0 +813990,393,83,246,41,33,3,0,0,0,0,0,0 +113310,393,85,2,7,6,0,0,0,0,0,0,0 +211120,393,85,60,13,8,0,0,0,0,0,0,0 +211130,393,85,23,3,0,0,0,0,0,0,0,0 +212312,393,85,0,3,0,0,0,0,0,0,0,0 +213112,393,85,711,30,18,3,0,0,0,0,0,0 +221122,393,85,98,4,0,0,0,0,0,0,0,0 +221210,393,85,0,3,0,0,0,0,0,0,0,0 +236115,393,85,74,31,24,0,0,0,0,0,0,0 +236118,393,85,104,32,29,0,0,0,0,0,0,0 +236220,393,85,122,18,12,0,0,0,0,0,0,0 +237120,393,85,0,3,0,0,0,0,0,0,0,0 +237310,393,85,59,7,0,0,0,0,0,0,0,0 +237990,393,85,17,4,3,0,0,0,0,0,0,0 +238110,393,85,24,17,14,0,0,0,0,0,0,0 +238120,393,85,31,3,0,0,0,0,0,0,0,0 +238140,393,85,7,6,6,0,0,0,0,0,0,0 +238160,393,85,46,8,4,0,0,0,0,0,0,0 +238190,393,85,0,3,0,0,0,0,0,0,0,0 +238210,393,85,130,35,26,0,0,0,0,0,0,0 +238220,393,85,361,53,40,0,0,0,0,0,0,0 +238320,393,85,29,8,4,0,0,0,0,0,0,0 +238330,393,85,15,8,4,0,0,0,0,0,0,0 +238350,393,85,36,12,10,0,0,0,0,0,0,0 +238390,393,85,0,3,0,0,0,0,0,0,0,0 +238910,393,85,293,43,33,0,0,0,0,0,0,0 +238990,393,85,61,12,6,0,0,0,0,0,0,0 +311611,393,85,45,3,0,0,0,0,0,0,0,0 +321920,393,85,110,4,0,0,0,0,0,0,0,0 +323111,393,85,0,4,3,0,0,0,0,0,0,0 +323113,393,85,32,3,0,0,0,0,0,0,0,0 +332710,393,85,102,19,4,0,0,0,0,0,0,0 +332721,393,85,72,3,0,0,0,0,0,0,0,0 +423510,393,85,21,4,0,0,0,0,0,0,0,0 +423810,393,85,86,6,0,0,0,0,0,0,0,0 +423820,393,85,39,3,0,0,0,0,0,0,0,0 +423830,393,85,146,18,7,0,0,0,0,0,0,0 +423930,393,85,142,7,0,0,0,0,0,0,0,0 +423990,393,85,5,6,3,0,0,0,0,0,0,0 +424130,393,85,82,3,0,0,0,0,0,0,0,0 +424210,393,85,0,3,0,0,0,0,0,0,0,0 +424490,393,85,162,7,4,0,0,0,0,0,0,0 +425120,393,85,46,3,0,0,0,0,0,0,0,0 +441110,393,85,547,14,0,3,0,0,0,0,0,0 +441120,393,85,142,32,29,0,0,0,0,0,0,0 +441228,393,85,0,3,0,0,0,0,0,0,0,0 +441310,393,85,285,33,21,0,0,0,0,0,0,0 +441320,393,85,109,15,7,0,0,0,0,0,0,0 +442110,393,85,31,7,0,0,0,0,0,0,0,0 +442210,393,85,8,3,3,0,0,0,0,0,0,0 +442299,393,85,9,3,0,0,0,0,0,0,0,0 +443142,393,85,41,11,8,0,0,0,0,0,0,0 +444110,393,85,296,3,0,0,0,0,0,0,0,0 +444130,393,85,124,14,3,0,0,0,0,0,0,0 +444190,393,85,201,29,18,0,0,0,0,0,0,0 +444220,393,85,40,9,0,0,0,0,0,0,0,0 +445110,393,85,1230,48,16,11,0,0,0,0,0,0 +445120,393,85,63,15,10,0,0,0,0,0,0,0 +445310,393,85,77,18,8,0,0,0,0,0,0,0 +446110,393,85,435,26,16,0,0,0,0,0,0,0 +446120,393,85,24,3,0,0,0,0,0,0,0,0 +446191,393,85,9,4,4,0,0,0,0,0,0,0 +446199,393,85,19,5,3,0,0,0,0,0,0,0 +447110,393,85,784,91,83,0,0,0,0,0,0,0 +447190,393,85,131,16,6,0,0,0,0,0,0,0 +448120,393,85,96,11,0,0,0,0,0,0,0,0 +448130,393,85,29,3,0,0,0,0,0,0,0,0 +448140,393,85,195,8,0,0,0,0,0,0,0,0 +448190,393,85,36,4,0,0,0,0,0,0,0,0 +448210,393,85,62,10,4,0,0,0,0,0,0,0 +448310,393,85,53,6,6,0,0,0,0,0,0,0 +451110,393,85,74,10,0,0,0,0,0,0,0,0 +451120,393,85,0,3,0,0,0,0,0,0,0,0 +452210,393,85,170,3,0,0,0,0,0,0,0,0 +452311,393,85,0,4,0,0,0,0,0,0,0,0 +452319,393,85,426,58,44,0,0,0,0,0,0,0 +453110,393,85,23,6,6,0,0,0,0,0,0,0 +453220,393,85,44,8,6,0,0,0,0,0,0,0 +453310,393,85,75,12,7,0,0,0,0,0,0,0 +453910,393,85,45,3,0,0,0,0,0,0,0,0 +453930,393,85,22,3,0,0,0,0,0,0,0,0 +453991,393,85,22,7,7,0,0,0,0,0,0,0 +453998,393,85,22,8,7,0,0,0,0,0,0,0 +454110,393,85,11,5,5,0,0,0,0,0,0,0 +454210,393,85,0,3,0,0,0,0,0,0,0,0 +454310,393,85,30,3,0,0,0,0,0,0,0,0 +454390,393,85,0,3,0,0,0,0,0,0,0,0 +484110,393,85,72,19,14,0,0,0,0,0,0,0 +484121,393,85,303,21,11,0,0,0,0,0,0,0 +484220,393,85,110,35,31,0,0,0,0,0,0,0 +484230,393,85,40,4,3,0,0,0,0,0,0,0 +486110,393,85,0,3,0,0,0,0,0,0,0,0 +486210,393,85,122,12,7,0,0,0,0,0,0,0 +488410,393,85,30,8,3,0,0,0,0,0,0,0 +493110,393,85,0,5,0,0,0,0,0,0,0,0 +517311,393,85,14,20,8,0,0,0,0,0,0,0 +517312,393,85,34,9,3,0,0,0,0,0,0,0 +517911,393,85,16,4,3,0,0,0,0,0,0,0 +522110,393,85,928,85,71,0,0,0,0,0,0,0 +522120,393,85,49,3,0,0,0,0,0,0,0,0 +522130,393,85,21,4,0,0,0,0,0,0,0,0 +522291,393,85,25,5,3,0,0,0,0,0,0,0 +522298,393,85,14,3,0,0,0,0,0,0,0,0 +522390,393,85,27,9,7,0,0,0,0,0,0,0 +523120,393,85,30,4,3,0,0,0,0,0,0,0 +523920,393,85,22,12,10,0,0,0,0,0,0,0 +524210,393,85,339,86,77,0,0,0,0,0,0,0 +531110,393,85,105,44,40,0,0,0,0,0,0,0 +531120,393,85,44,16,13,0,0,0,0,0,0,0 +531210,393,85,52,18,16,0,0,0,0,0,0,0 +531311,393,85,12,7,7,0,0,0,0,0,0,0 +531320,393,85,7,3,3,0,0,0,0,0,0,0 +532111,393,85,0,3,0,0,0,0,0,0,0,0 +532120,393,85,99,7,0,0,0,0,0,0,0,0 +532210,393,85,58,12,10,0,0,0,0,0,0,0 +532283,393,85,0,3,0,0,0,0,0,0,0,0 +541110,393,85,226,63,57,0,0,0,0,0,0,0 +541191,393,85,12,4,3,0,0,0,0,0,0,0 +541211,393,85,146,23,19,0,0,0,0,0,0,0 +541213,393,85,64,17,9,0,0,0,0,0,0,0 +541219,393,85,51,5,3,0,0,0,0,0,0,0 +541330,393,85,190,17,4,0,0,0,0,0,0,0 +541370,393,85,8,5,5,0,0,0,0,0,0,0 +541380,393,85,0,3,0,0,0,0,0,0,0,0 +541611,393,85,21,9,5,0,0,0,0,0,0,0 +541614,393,85,0,12,12,0,0,0,0,0,0,0 +541921,393,85,9,3,3,0,0,0,0,0,0,0 +541940,393,85,100,14,3,0,0,0,0,0,0,0 +551114,393,85,376,24,6,5,0,0,0,0,0,0 +561110,393,85,214,14,6,0,0,0,0,0,0,0 +561210,393,85,348,6,3,0,0,0,0,0,0,0 +561320,393,85,622,14,0,0,3,0,0,0,0,0 +561710,393,85,26,3,0,0,0,0,0,0,0,0 +561720,393,85,210,12,0,0,0,0,0,0,0,0 +561730,393,85,128,61,55,0,0,0,0,0,0,0 +562111,393,85,102,11,3,0,0,0,0,0,0,0 +562212,393,85,0,3,0,0,0,0,0,0,0,0 +562991,393,85,36,3,3,0,0,0,0,0,0,0 +611110,393,85,183,7,0,3,0,0,0,0,0,0 +621111,393,85,1325,108,92,6,0,0,0,0,0,0 +621210,393,85,523,69,61,0,0,0,0,0,0,0 +621310,393,85,90,21,15,0,0,0,0,0,0,0 +621320,393,85,80,14,8,0,0,0,0,0,0,0 +621330,393,85,16,3,0,0,0,0,0,0,0,0 +621340,393,85,167,14,0,0,0,0,0,0,0,0 +621399,393,85,9,4,4,0,0,0,0,0,0,0 +621420,393,85,250,13,0,0,0,0,0,0,0,0 +621492,393,85,43,5,0,0,0,0,0,0,0,0 +621498,393,85,96,5,0,0,0,0,0,0,0,0 +621610,393,85,1007,20,4,7,0,0,0,0,0,0 +623110,393,85,1203,19,0,3,3,0,0,0,0,0 +623210,393,85,111,36,25,0,0,0,0,0,0,0 +623312,393,85,286,9,0,4,0,0,0,0,0,0 +624120,393,85,681,40,26,0,0,0,0,0,0,0 +624190,393,85,92,16,3,0,0,0,0,0,0,0 +624310,393,85,192,14,0,0,0,0,0,0,0,0 +624410,393,85,302,20,9,0,0,0,0,0,0,0 +712110,393,85,15,3,0,0,0,0,0,0,0,0 +713910,393,85,148,9,5,0,0,0,0,0,0,0 +713940,393,85,98,13,6,0,0,0,0,0,0,0 +713990,393,85,72,15,7,0,0,0,0,0,0,0 +721110,393,85,480,32,15,4,0,0,0,0,0,0 +721199,393,85,34,10,7,0,0,0,0,0,0,0 +721211,393,85,18,11,10,0,0,0,0,0,0,0 +721214,393,85,77,7,0,0,0,0,0,0,0,0 +722310,393,85,71,6,0,0,0,0,0,0,0,0 +722330,393,85,5,3,0,0,0,0,0,0,0,0 +722410,393,85,124,31,26,0,0,0,0,0,0,0 +722511,393,85,3156,142,98,37,0,0,0,0,0,0 +722513,393,85,3172,189,128,56,0,0,0,0,0,0 +722514,393,85,86,3,0,0,0,0,0,0,0,0 +722515,393,85,198,26,21,0,0,0,0,0,0,0 +811111,393,85,173,54,45,0,0,0,0,0,0,0 +811118,393,85,20,5,4,0,0,0,0,0,0,0 +811121,393,85,63,11,7,0,0,0,0,0,0,0 +811122,393,85,0,3,0,0,0,0,0,0,0,0 +811191,393,85,20,4,0,0,0,0,0,0,0,0 +811192,393,85,58,9,4,0,0,0,0,0,0,0 +811310,393,85,100,13,6,0,0,0,0,0,0,0 +812112,393,85,227,41,38,0,0,0,0,0,0,0 +812210,393,85,119,27,16,0,0,0,0,0,0,0 +812220,393,85,12,5,4,0,0,0,0,0,0,0 +812310,393,85,12,3,0,0,0,0,0,0,0,0 +812320,393,85,90,4,0,0,0,0,0,0,0,0 +812331,393,85,133,3,0,0,0,0,0,0,0,0 +812910,393,85,13,4,0,0,0,0,0,0,0,0 +813110,393,85,881,201,193,0,0,0,0,0,0,0 +813211,393,85,26,5,4,0,0,0,0,0,0,0 +813410,393,85,296,48,36,0,0,0,0,0,0,0 +813910,393,85,23,8,3,0,0,0,0,0,0,0 +813930,393,85,143,21,14,0,0,0,0,0,0,0 +115210,394,84,8,4,4,0,0,0,0,0,0,0 +212312,394,84,28,3,0,0,0,0,0,0,0,0 +212321,394,84,33,6,0,0,0,0,0,0,0,0 +221112,394,84,0,6,0,0,0,0,0,0,0,0 +221122,394,84,0,3,0,0,0,0,0,0,0,0 +221210,394,84,0,12,5,0,0,0,0,0,0,0 +221310,394,84,0,4,0,0,0,0,0,0,0,0 +236115,394,84,249,64,56,0,0,0,0,0,0,0 +236117,394,84,90,13,5,0,0,0,0,0,0,0 +236118,394,84,747,211,205,0,0,0,0,0,0,0 +236210,394,84,88,4,0,3,0,0,0,0,0,0 +236220,394,84,1973,100,70,7,0,0,0,0,0,0 +237110,394,84,277,21,9,0,0,0,0,0,0,0 +237210,394,84,18,7,6,0,0,0,0,0,0,0 +237310,394,84,171,11,3,0,0,0,0,0,0,0 +238110,394,84,465,49,34,0,0,0,0,0,0,0 +238120,394,84,42,9,0,0,0,0,0,0,0,0 +238130,394,84,142,24,15,0,0,0,0,0,0,0 +238140,394,84,127,37,27,0,0,0,0,0,0,0 +238150,394,84,29,11,6,0,0,0,0,0,0,0 +238160,394,84,361,60,50,0,0,0,0,0,0,0 +238170,394,84,47,20,18,0,0,0,0,0,0,0 +238190,394,84,0,4,0,0,0,0,0,0,0,0 +238210,394,84,2373,167,131,22,3,0,0,0,0,0 +238220,394,84,2581,283,251,15,4,0,0,0,0,0 +238290,394,84,430,24,19,0,0,0,0,0,0,0 +238310,394,84,413,27,17,0,0,0,0,0,0,0 +238320,394,84,353,67,54,0,0,0,0,0,0,0 +238330,394,84,86,10,7,0,0,0,0,0,0,0 +238340,394,84,47,4,0,0,0,0,0,0,0,0 +238350,394,84,275,66,58,0,0,0,0,0,0,0 +238390,394,84,104,21,13,0,0,0,0,0,0,0 +238910,394,84,358,73,65,3,0,0,0,0,0,0 +238990,394,84,399,68,57,0,0,0,0,0,0,0 +311119,394,84,19,3,3,0,0,0,0,0,0,0 +311352,394,84,0,4,0,0,0,0,0,0,0,0 +311612,394,84,0,3,0,0,0,0,0,0,0,0 +311811,394,84,135,8,0,0,0,0,0,0,0,0 +311812,394,84,180,7,0,0,0,0,0,0,0,0 +312120,394,84,74,6,0,0,0,0,0,0,0,0 +314910,394,84,11,3,0,0,0,0,0,0,0,0 +314999,394,84,0,5,4,0,0,0,0,0,0,0 +321920,394,84,55,3,0,0,0,0,0,0,0,0 +321999,394,84,0,3,0,0,0,0,0,0,0,0 +322211,394,84,107,3,0,3,0,0,0,0,0,0 +322220,394,84,268,4,0,0,0,0,0,0,0,0 +323111,394,84,1647,62,39,7,0,0,0,0,0,0 +323113,394,84,182,13,7,0,0,0,0,0,0,0 +324121,394,84,22,4,3,0,0,0,0,0,0,0 +325199,394,84,230,4,0,0,0,0,0,0,0,0 +325211,394,84,350,6,0,0,0,0,0,0,0,0 +325611,394,84,0,3,0,0,0,0,0,0,0,0 +325998,394,84,55,3,0,0,0,0,0,0,0,0 +326199,394,84,1997,34,4,11,0,0,0,0,0,0 +326291,394,84,667,5,0,0,0,0,0,0,0,0 +327320,394,84,128,10,0,0,0,0,0,0,0,0 +327991,394,84,45,3,0,0,0,0,0,0,0,0 +331524,394,84,49,3,0,0,0,0,0,0,0,0 +332119,394,84,435,12,0,7,0,0,0,0,0,0 +332216,394,84,341,9,3,3,0,0,0,0,0,0 +332312,394,84,235,10,3,0,0,0,0,0,0,0 +332313,394,84,160,13,4,0,0,0,0,0,0,0 +332322,394,84,221,19,11,3,0,0,0,0,0,0 +332431,394,84,105,3,0,0,0,0,0,0,0,0 +332710,394,84,1815,143,110,21,0,0,0,0,0,0 +332721,394,84,2026,38,15,8,0,0,0,0,0,0 +332811,394,84,322,10,0,3,0,0,0,0,0,0 +332812,394,84,300,14,4,3,0,0,0,0,0,0 +332813,394,84,848,22,9,5,0,0,0,0,0,0 +332912,394,84,165,4,0,0,0,0,0,0,0,0 +332999,394,84,163,15,11,0,0,0,0,0,0,0 +333241,394,84,262,3,0,0,0,0,0,0,0,0 +333249,394,84,299,14,0,3,0,0,0,0,0,0 +333318,394,84,200,9,3,0,0,0,0,0,0,0 +333511,394,84,390,18,3,4,0,0,0,0,0,0 +333514,394,84,1419,41,21,10,0,0,0,0,0,0 +333515,394,84,201,18,11,0,0,0,0,0,0,0 +333517,394,84,96,5,0,0,0,0,0,0,0,0 +333519,394,84,0,3,0,0,0,0,0,0,0,0 +333612,394,84,94,4,0,0,0,0,0,0,0,0 +333912,394,84,3,3,3,0,0,0,0,0,0,0 +333992,394,84,0,6,0,0,0,0,0,0,0,0 +333999,394,84,0,5,0,0,0,0,0,0,0,0 +334412,394,84,138,4,0,0,0,0,0,0,0,0 +334418,394,84,246,6,0,0,0,0,0,0,0,0 +334419,394,84,385,8,0,3,0,0,0,0,0,0 +334519,394,84,0,4,0,0,0,0,0,0,0,0 +335312,394,84,559,5,0,0,0,0,0,0,0,0 +335314,394,84,0,3,0,0,0,0,0,0,0,0 +336120,394,84,0,3,0,0,0,0,0,0,0,0 +336211,394,84,0,3,0,0,0,0,0,0,0,0 +336350,394,84,0,3,0,0,0,0,0,0,0,0 +336370,394,84,857,15,0,3,0,0,0,0,0,0 +336390,394,84,1973,10,0,5,0,0,0,0,0,0 +336413,394,84,0,3,0,0,0,0,0,0,0,0 +337110,394,84,71,10,3,0,0,0,0,0,0,0 +337212,394,84,220,4,0,0,0,0,0,0,0,0 +339112,394,84,0,3,0,0,0,0,0,0,0,0 +339113,394,84,629,5,0,0,0,0,0,0,0,0 +339116,394,84,97,14,9,0,0,0,0,0,0,0 +339950,394,84,199,14,13,0,0,0,0,0,0,0 +339991,394,84,120,4,0,0,0,0,0,0,0,0 +339999,394,84,89,17,10,0,0,0,0,0,0,0 +423110,394,84,203,10,6,3,0,0,0,0,0,0 +423120,394,84,606,51,34,4,0,0,0,0,0,0 +423140,394,84,26,4,0,0,0,0,0,0,0,0 +423210,394,84,55,4,0,0,0,0,0,0,0,0 +423220,394,84,19,4,0,0,0,0,0,0,0,0 +423310,394,84,80,10,3,0,0,0,0,0,0,0 +423320,394,84,17,4,0,0,0,0,0,0,0,0 +423330,394,84,92,11,4,0,0,0,0,0,0,0 +423390,394,84,11,6,0,0,0,0,0,0,0,0 +423420,394,84,177,15,9,4,0,0,0,0,0,0 +423430,394,84,438,22,14,0,0,0,0,0,0,0 +423440,394,84,97,9,5,0,0,0,0,0,0,0 +423450,394,84,653,15,10,3,0,0,0,0,0,0 +423460,394,84,0,3,0,0,0,0,0,0,0,0 +423510,394,84,532,31,20,0,0,0,0,0,0,0 +423610,394,84,418,37,21,4,0,0,0,0,0,0 +423620,394,84,0,3,0,0,0,0,0,0,0,0 +423690,394,84,235,24,20,0,0,0,0,0,0,0 +423710,394,84,167,16,11,0,0,0,0,0,0,0 +423720,394,84,102,11,6,0,0,0,0,0,0,0 +423730,394,84,219,14,7,5,0,0,0,0,0,0 +423810,394,84,43,4,0,0,0,0,0,0,0,0 +423820,394,84,108,10,0,0,0,0,0,0,0,0 +423830,394,84,1997,129,94,16,3,0,0,0,0,0 +423840,394,84,245,20,16,0,0,0,0,0,0,0 +423850,394,84,64,5,3,0,0,0,0,0,0,0 +423860,394,84,112,5,0,0,0,0,0,0,0,0 +423910,394,84,175,8,4,0,0,0,0,0,0,0 +423920,394,84,33,8,5,0,0,0,0,0,0,0 +423930,394,84,252,20,13,0,0,0,0,0,0,0 +423940,394,84,22,8,8,0,0,0,0,0,0,0 +423990,394,84,30,9,4,0,0,0,0,0,0,0 +424120,394,84,0,8,4,0,0,0,0,0,0,0 +424130,394,84,71,8,0,0,0,0,0,0,0,0 +424210,394,84,261,19,10,3,0,0,0,0,0,0 +424320,394,84,19,3,0,0,0,0,0,0,0,0 +424330,394,84,18,5,3,0,0,0,0,0,0,0 +424480,394,84,68,4,0,0,0,0,0,0,0,0 +424490,394,84,746,22,16,0,0,0,0,0,0,0 +424510,394,84,147,21,3,0,0,0,0,0,0,0 +424610,394,84,37,6,4,0,0,0,0,0,0,0 +424690,394,84,242,21,12,0,0,0,0,0,0,0 +424710,394,84,56,5,3,0,0,0,0,0,0,0 +424910,394,84,118,15,6,0,0,0,0,0,0,0 +424930,394,84,38,4,0,0,0,0,0,0,0,0 +424950,394,84,0,4,3,0,0,0,0,0,0,0 +424990,394,84,134,12,9,0,0,0,0,0,0,0 +425110,394,84,11,3,0,0,0,0,0,0,0,0 +425120,394,84,807,79,72,0,0,0,0,0,0,0 +441110,394,84,3964,77,3,48,5,0,0,0,0,0 +441120,394,84,436,89,78,3,0,0,0,0,0,0 +441228,394,84,164,15,3,0,0,0,0,0,0,0 +441310,394,84,1243,128,113,7,0,0,0,0,0,0 +441320,394,84,548,68,61,0,0,0,0,0,0,0 +442110,394,84,595,69,57,6,0,0,0,0,0,0 +442210,394,84,252,40,32,0,0,0,0,0,0,0 +442299,394,84,359,26,15,6,0,0,0,0,0,0 +443141,394,84,196,25,11,3,0,0,0,0,0,0 +443142,394,84,696,75,63,0,0,0,0,0,0,0 +444110,394,84,1327,18,0,0,11,0,0,0,0,0 +444120,394,84,0,20,15,0,0,0,0,0,0,0 +444130,394,84,449,45,29,5,0,0,0,0,0,0 +444190,394,84,661,78,60,4,0,0,0,0,0,0 +444210,394,84,111,17,10,0,0,0,0,0,0,0 +444220,394,84,302,26,14,0,0,0,0,0,0,0 +445110,394,84,10057,151,76,26,19,8,0,0,0,0 +445120,394,84,302,99,91,0,0,0,0,0,0,0 +445210,394,84,99,9,3,0,0,0,0,0,0,0 +445230,394,84,29,3,0,0,0,0,0,0,0,0 +445291,394,84,60,6,4,0,0,0,0,0,0,0 +445292,394,84,40,13,8,0,0,0,0,0,0,0 +445299,394,84,34,5,0,0,0,0,0,0,0,0 +445310,394,84,513,91,80,3,0,0,0,0,0,0 +446110,394,84,1573,132,90,31,0,0,0,0,0,0 +446120,394,84,422,38,22,9,0,0,0,0,0,0 +446130,394,84,295,42,39,0,0,0,0,0,0,0 +446191,394,84,154,27,18,0,0,0,0,0,0,0 +446199,394,84,195,28,24,0,0,0,0,0,0,0 +447110,394,84,2231,295,281,3,0,0,0,0,0,0 +447190,394,84,193,36,29,0,0,0,0,0,0,0 +448110,394,84,120,17,12,0,0,0,0,0,0,0 +448120,394,84,732,79,68,0,0,0,0,0,0,0 +448130,394,84,161,13,8,0,0,0,0,0,0,0 +448140,394,84,1381,55,25,22,0,0,0,0,0,0 +448150,394,84,141,25,22,0,0,0,0,0,0,0 +448190,394,84,219,15,8,0,0,0,0,0,0,0 +448210,394,84,583,63,43,4,0,0,0,0,0,0 +448310,394,84,400,65,58,3,0,0,0,0,0,0 +451110,394,84,714,56,41,0,0,0,0,0,0,0 +451120,394,84,538,44,28,3,0,0,0,0,0,0 +451130,394,84,83,8,4,0,0,0,0,0,0,0 +451140,394,84,45,3,0,0,0,0,0,0,0,0 +451211,394,84,178,18,3,0,0,0,0,0,0,0 +452210,394,84,1711,17,0,6,9,0,0,0,0,0 +452311,394,84,4516,29,0,0,12,9,0,0,0,0 +452319,394,84,1593,163,138,15,0,0,0,0,0,0 +453110,394,84,399,39,29,0,0,0,0,0,0,0 +453210,394,84,142,10,3,0,0,0,0,0,0,0 +453220,394,84,399,51,39,3,0,0,0,0,0,0 +453310,394,84,1045,79,47,17,0,0,0,0,0,0 +453910,394,84,494,34,22,0,0,0,0,0,0,0 +453920,394,84,10,4,3,0,0,0,0,0,0,0 +453991,394,84,250,53,45,0,0,0,0,0,0,0 +453998,394,84,359,69,58,0,0,0,0,0,0,0 +454110,394,84,2016,85,71,3,0,0,0,0,0,0 +454210,394,84,198,7,3,0,0,0,0,0,0,0 +454310,394,84,82,12,6,0,0,0,0,0,0,0 +454390,394,84,174,39,34,0,0,0,0,0,0,0 +481111,394,84,0,8,3,0,0,0,0,0,0,0 +484110,394,84,809,71,49,6,0,0,0,0,0,0 +484121,394,84,2168,90,55,0,0,0,0,0,0,0 +484122,394,84,1800,30,13,9,0,0,0,0,0,0 +484210,394,84,173,16,12,3,0,0,0,0,0,0 +484220,394,84,500,89,77,0,0,0,0,0,0,0 +484230,394,84,411,30,12,3,0,0,0,0,0,0 +485310,394,84,12,5,4,0,0,0,0,0,0,0 +485410,394,84,0,4,0,3,0,0,0,0,0,0 +485991,394,84,73,7,5,0,0,0,0,0,0,0 +485999,394,84,0,4,3,0,0,0,0,0,0,0 +488119,394,84,0,4,0,0,0,0,0,0,0,0 +488190,394,84,20,3,0,0,0,0,0,0,0,0 +488410,394,84,187,10,0,0,0,0,0,0,0,0 +488510,394,84,661,33,16,4,0,0,0,0,0,0 +492110,394,84,1568,14,3,3,3,0,0,0,0,0 +492210,394,84,58,13,9,0,0,0,0,0,0,0 +493110,394,84,3343,38,11,7,0,0,0,0,0,0 +493190,394,84,0,4,0,0,0,0,0,0,0,0 +511110,394,84,399,13,3,0,0,0,0,0,0,0 +511120,394,84,0,3,0,0,0,0,0,0,0,0 +511130,394,84,243,3,0,0,0,0,0,0,0,0 +511140,394,84,280,5,0,0,0,0,0,0,0,0 +511210,394,84,286,13,4,3,0,0,0,0,0,0 +512110,394,84,21,10,9,0,0,0,0,0,0,0 +512131,394,84,218,8,0,0,0,0,0,0,0,0 +515112,394,84,140,7,0,3,0,0,0,0,0,0 +515120,394,84,348,6,0,0,0,0,0,0,0,0 +517311,394,84,1448,81,61,3,0,0,0,0,0,0 +517312,394,84,401,64,54,0,0,0,0,0,0,0 +518210,394,84,1207,27,10,4,0,0,0,0,0,0 +519130,394,84,17,17,11,0,0,0,0,0,0,0 +522110,394,84,3740,291,264,7,3,0,0,0,0,0 +522120,394,84,222,23,10,0,0,0,0,0,0,0 +522130,394,84,667,74,58,5,0,0,0,0,0,0 +522220,394,84,7,3,3,0,0,0,0,0,0,0 +522291,394,84,179,33,28,0,0,0,0,0,0,0 +522292,394,84,422,20,8,0,0,0,0,0,0,0 +522298,394,84,162,39,33,0,0,0,0,0,0,0 +522310,394,84,11,3,0,0,0,0,0,0,0,0 +522320,394,84,23,6,6,0,0,0,0,0,0,0 +522390,394,84,118,53,50,0,0,0,0,0,0,0 +523110,394,84,7,3,3,0,0,0,0,0,0,0 +523120,394,84,369,66,60,0,0,0,0,0,0,0 +523910,394,84,22,12,9,0,0,0,0,0,0,0 +523920,394,84,327,118,113,0,0,0,0,0,0,0 +523930,394,84,99,45,43,0,0,0,0,0,0,0 +523991,394,84,41,4,0,0,0,0,0,0,0,0 +524113,394,84,0,8,4,0,0,0,0,0,0,0 +524114,394,84,0,7,0,0,0,0,0,0,0,0 +524126,394,84,386,27,15,3,0,0,0,0,0,0 +524127,394,84,33,8,3,0,0,0,0,0,0,0 +524210,394,84,1779,381,366,0,3,0,0,0,0,0 +524291,394,84,44,9,7,0,0,0,0,0,0,0 +524292,394,84,98,7,3,3,0,0,0,0,0,0 +531110,394,84,652,163,157,0,0,0,0,0,0,0 +531120,394,84,276,57,45,0,0,0,0,0,0,0 +531130,394,84,87,51,49,0,0,0,0,0,0,0 +531190,394,84,66,19,12,0,0,0,0,0,0,0 +531210,394,84,506,207,199,0,0,0,0,0,0,0 +531311,394,84,1317,134,123,3,0,0,0,0,0,0 +531312,394,84,205,29,26,0,0,0,0,0,0,0 +531320,394,84,109,30,22,0,0,0,0,0,0,0 +531390,394,84,22,6,4,0,0,0,0,0,0,0 +532111,394,84,154,15,12,3,0,0,0,0,0,0 +532120,394,84,180,18,9,4,0,0,0,0,0,0 +532210,394,84,0,46,41,0,0,0,0,0,0,0 +532282,394,84,0,9,4,0,0,0,0,0,0,0 +532283,394,84,38,4,3,0,0,0,0,0,0,0 +532289,394,84,92,6,0,3,0,0,0,0,0,0 +532310,394,84,69,7,3,0,0,0,0,0,0,0 +532412,394,84,40,3,0,0,0,0,0,0,0,0 +532490,394,84,61,10,8,0,0,0,0,0,0,0 +533110,394,84,0,5,0,0,0,0,0,0,0,0 +541110,394,84,1999,329,302,17,0,0,0,0,0,0 +541191,394,84,181,21,14,0,0,0,0,0,0,0 +541199,394,84,0,3,3,0,0,0,0,0,0,0 +541211,394,84,1104,132,119,6,0,0,0,0,0,0 +541213,394,84,640,91,82,4,0,0,0,0,0,0 +541214,394,84,42,6,3,0,0,0,0,0,0,0 +541219,394,84,403,73,65,0,0,0,0,0,0,0 +541310,394,84,177,35,34,0,0,0,0,0,0,0 +541320,394,84,0,3,0,0,0,0,0,0,0,0 +541330,394,84,2935,175,137,18,8,0,0,0,0,0 +541340,394,84,0,3,3,0,0,0,0,0,0,0 +541350,394,84,62,15,9,0,0,0,0,0,0,0 +541370,394,84,18,8,3,0,0,0,0,0,0,0 +541380,394,84,600,27,12,6,0,0,0,0,0,0 +541410,394,84,0,7,6,0,0,0,0,0,0,0 +541430,394,84,97,19,12,0,0,0,0,0,0,0 +541511,394,84,2315,141,110,21,5,0,0,0,0,0 +541512,394,84,3467,173,145,20,0,0,0,0,0,0 +541513,394,84,928,46,34,3,0,0,0,0,0,0 +541519,394,84,470,19,9,3,0,0,0,0,0,0 +541611,394,84,3229,158,132,14,0,0,0,0,0,0 +541612,394,84,40,7,6,0,0,0,0,0,0,0 +541613,394,84,293,41,33,4,0,0,0,0,0,0 +541614,394,84,115,20,13,0,0,0,0,0,0,0 +541618,394,84,32,10,9,0,0,0,0,0,0,0 +541620,394,84,55,8,6,0,0,0,0,0,0,0 +541690,394,84,504,32,23,0,0,0,0,0,0,0 +541713,394,84,337,17,8,3,0,0,0,0,0,0 +541715,394,84,2592,55,25,20,4,0,0,0,0,0 +541720,394,84,28,7,3,0,0,0,0,0,0,0 +541810,394,84,161,26,21,4,0,0,0,0,0,0 +541820,394,84,0,3,0,0,0,0,0,0,0,0 +541850,394,84,68,7,6,0,0,0,0,0,0,0 +541890,394,84,157,20,18,0,0,0,0,0,0,0 +541910,394,84,0,3,0,0,0,0,0,0,0,0 +541921,394,84,246,27,18,0,0,0,0,0,0,0 +541922,394,84,0,3,0,0,0,0,0,0,0,0 +541930,394,84,398,5,3,0,0,0,0,0,0,0 +541940,394,84,1050,88,68,4,0,0,0,0,0,0 +541990,394,84,54,11,9,0,0,0,0,0,0,0 +551112,394,84,153,8,3,0,0,0,0,0,0,0 +551114,394,84,6394,127,66,26,9,3,0,0,0,0 +561110,394,84,1700,78,63,8,0,0,0,0,0,0 +561210,394,84,311,13,0,3,0,0,0,0,0,0 +561311,394,84,262,6,0,0,0,0,0,0,0,0 +561312,394,84,27,5,3,0,0,0,0,0,0,0 +561320,394,84,6638,82,26,29,13,3,0,0,0,0 +561330,394,84,212,4,0,0,0,0,0,0,0,0 +561410,394,84,99,12,7,0,0,0,0,0,0,0 +561422,394,84,518,6,0,0,0,0,0,0,0,0 +561431,394,84,38,5,0,0,0,0,0,0,0,0 +561439,394,84,47,10,4,0,0,0,0,0,0,0 +561440,394,84,44,6,3,0,0,0,0,0,0,0 +561492,394,84,31,5,0,0,0,0,0,0,0,0 +561499,394,84,25,3,0,0,0,0,0,0,0,0 +561510,394,84,43,17,14,0,0,0,0,0,0,0 +561599,394,84,0,4,0,0,0,0,0,0,0,0 +561611,394,84,0,4,3,0,0,0,0,0,0,0 +561612,394,84,1261,19,3,4,5,0,0,0,0,0 +561613,394,84,0,3,0,0,0,0,0,0,0,0 +561621,394,84,169,18,10,0,0,0,0,0,0,0 +561622,394,84,11,5,4,0,0,0,0,0,0,0 +561710,394,84,218,26,11,4,0,0,0,0,0,0 +561720,394,84,2327,140,105,12,4,0,0,0,0,0 +561730,394,84,1619,287,264,14,0,0,0,0,0,0 +561740,394,84,93,27,26,0,0,0,0,0,0,0 +561790,394,84,31,13,10,0,0,0,0,0,0,0 +561910,394,84,280,6,0,0,0,0,0,0,0,0 +561920,394,84,14,3,0,0,0,0,0,0,0,0 +561990,394,84,560,50,33,5,0,0,0,0,0,0 +562111,394,84,425,26,11,3,0,0,0,0,0,0 +562212,394,84,0,3,0,0,0,0,0,0,0,0 +562910,394,84,0,4,0,0,0,0,0,0,0,0 +611110,394,84,2355,67,21,29,3,0,0,0,0,0 +611210,394,84,187,4,0,0,0,0,0,0,0,0 +611310,394,84,2706,23,6,0,0,0,0,0,0,0 +611430,394,84,49,12,6,0,0,0,0,0,0,0 +611511,394,84,0,5,3,0,0,0,0,0,0,0 +611512,394,84,0,4,0,0,0,0,0,0,0,0 +611513,394,84,37,7,4,0,0,0,0,0,0,0 +611519,394,84,179,15,7,4,0,0,0,0,0,0 +611610,394,84,214,33,30,0,0,0,0,0,0,0 +611620,394,84,348,26,21,3,0,0,0,0,0,0 +611691,394,84,229,22,13,3,0,0,0,0,0,0 +611692,394,84,52,4,0,0,0,0,0,0,0,0 +611699,394,84,35,7,4,0,0,0,0,0,0,0 +611710,394,84,113,14,8,0,0,0,0,0,0,0 +621111,394,84,10341,698,557,124,3,0,0,0,0,0 +621112,394,84,87,20,15,0,0,0,0,0,0,0 +621210,394,84,2939,333,302,22,0,0,0,0,0,0 +621310,394,84,359,85,82,0,0,0,0,0,0,0 +621320,394,84,471,73,61,0,0,0,0,0,0,0 +621330,394,84,349,44,33,0,0,0,0,0,0,0 +621340,394,84,451,62,47,4,0,0,0,0,0,0 +621391,394,84,127,26,20,0,0,0,0,0,0,0 +621399,394,84,179,32,24,3,0,0,0,0,0,0 +621410,394,84,73,7,3,0,0,0,0,0,0,0 +621420,394,84,832,29,7,7,0,0,0,0,0,0 +621492,394,84,241,27,23,0,0,0,0,0,0,0 +621493,394,84,555,29,18,0,0,0,0,0,0,0 +621498,394,84,1131,41,25,9,0,0,0,0,0,0 +621511,394,84,878,53,44,0,0,0,0,0,0,0 +621512,394,84,97,12,9,0,0,0,0,0,0,0 +621610,394,84,6079,104,37,41,10,0,0,0,0,0 +621910,394,84,362,13,3,7,0,0,0,0,0,0 +621991,394,84,989,6,0,0,0,0,0,0,0,0 +621999,394,84,48,3,0,0,0,0,0,0,0,0 +622110,394,84,19301,15,0,0,0,0,3,3,0,0 +623110,394,84,7250,75,11,7,38,0,0,0,0,0 +623210,394,84,1395,113,80,20,0,0,0,0,0,0 +623220,394,84,430,23,7,0,0,0,0,0,0,0 +623311,394,84,2259,19,0,6,0,3,0,0,0,0 +623312,394,84,1605,31,0,14,0,0,0,0,0,0 +623990,394,84,81,10,6,0,0,0,0,0,0,0 +624110,394,84,529,27,12,5,0,0,0,0,0,0 +624120,394,84,3077,99,47,31,4,0,0,0,0,0 +624190,394,84,1043,60,41,7,0,0,0,0,0,0 +624210,394,84,37,15,10,0,0,0,0,0,0,0 +624221,394,84,287,8,0,3,0,0,0,0,0,0 +624229,394,84,199,15,12,0,0,0,0,0,0,0 +624310,394,84,1193,22,3,3,0,0,0,0,0,0 +624410,394,84,3162,218,159,52,0,0,0,0,0,0 +711110,394,84,35,6,0,0,0,0,0,0,0,0 +711219,394,84,10,3,0,0,0,0,0,0,0,0 +711310,394,84,24,10,4,0,0,0,0,0,0,0 +711510,394,84,19,7,6,0,0,0,0,0,0,0 +712110,394,84,288,13,10,3,0,0,0,0,0,0 +713120,394,84,197,15,7,0,0,0,0,0,0,0 +713910,394,84,598,31,7,4,0,0,0,0,0,0 +713940,394,84,2105,109,77,19,5,0,0,0,0,0 +713950,394,84,432,22,3,5,0,0,0,0,0,0 +713990,394,84,228,36,29,0,0,0,0,0,0,0 +721110,394,84,2200,130,87,34,0,0,0,0,0,0 +721211,394,84,0,3,3,0,0,0,0,0,0,0 +721310,394,84,12,5,5,0,0,0,0,0,0,0 +722310,394,84,1103,52,29,11,0,0,0,0,0,0 +722320,394,84,285,20,9,3,0,0,0,0,0,0 +722330,394,84,41,8,6,0,0,0,0,0,0,0 +722410,394,84,902,139,118,11,0,0,0,0,0,0 +722511,394,84,17795,607,298,285,20,0,0,0,0,0 +722513,394,84,17251,847,484,358,0,0,0,0,0,0 +722514,394,84,161,7,3,0,0,0,0,0,0,0 +722515,394,84,1833,138,100,24,0,0,0,0,0,0 +811111,394,84,1347,264,251,0,0,0,0,0,0,0 +811112,394,84,11,5,4,0,0,0,0,0,0,0 +811113,394,84,25,12,11,0,0,0,0,0,0,0 +811118,394,84,34,8,3,0,0,0,0,0,0,0 +811121,394,84,629,98,88,3,0,0,0,0,0,0 +811122,394,84,43,6,3,0,0,0,0,0,0,0 +811191,394,84,169,20,10,0,0,0,0,0,0,0 +811192,394,84,421,56,38,0,0,0,0,0,0,0 +811198,394,84,0,3,0,0,0,0,0,0,0,0 +811211,394,84,4,3,3,0,0,0,0,0,0,0 +811212,394,84,14,4,0,0,0,0,0,0,0,0 +811219,394,84,68,11,6,0,0,0,0,0,0,0 +811310,394,84,1248,72,60,4,0,0,0,0,0,0 +811411,394,84,38,6,0,0,0,0,0,0,0,0 +811412,394,84,22,6,5,0,0,0,0,0,0,0 +811420,394,84,10,6,6,0,0,0,0,0,0,0 +811490,394,84,70,8,6,0,0,0,0,0,0,0 +812111,394,84,8,4,3,0,0,0,0,0,0,0 +812112,394,84,1438,210,201,7,0,0,0,0,0,0 +812113,394,84,369,76,68,0,0,0,0,0,0,0 +812191,394,84,0,4,0,0,0,0,0,0,0,0 +812199,394,84,381,52,40,0,0,0,0,0,0,0 +812210,394,84,494,73,60,3,0,0,0,0,0,0 +812220,394,84,122,23,19,0,0,0,0,0,0,0 +812310,394,84,85,14,7,0,0,0,0,0,0,0 +812320,394,84,259,42,31,3,0,0,0,0,0,0 +812332,394,84,0,5,0,0,0,0,0,0,0,0 +812910,394,84,358,45,29,0,0,0,0,0,0,0 +812930,394,84,180,36,33,0,0,0,0,0,0,0 +812990,394,84,22,11,4,0,0,0,0,0,0,0 +813110,394,84,5293,748,696,41,0,0,0,0,0,0 +813211,394,84,198,27,20,0,0,0,0,0,0,0 +813212,394,84,32,10,10,0,0,0,0,0,0,0 +813219,394,84,81,15,9,0,0,0,0,0,0,0 +813311,394,84,89,8,4,0,0,0,0,0,0,0 +813312,394,84,115,11,0,3,0,0,0,0,0,0 +813319,394,84,16,4,0,0,0,0,0,0,0,0 +813410,394,84,716,131,118,0,0,0,0,0,0,0 +813910,394,84,167,37,29,0,0,0,0,0,0,0 +813920,394,84,153,15,11,0,0,0,0,0,0,0 +813930,394,84,579,52,42,0,0,0,0,0,0,0 +813990,394,84,54,10,9,0,0,0,0,0,0,0 +236115,394,85,38,10,6,0,0,0,0,0,0,0 +236118,394,85,26,10,9,0,0,0,0,0,0,0 +236220,394,85,310,6,0,0,0,0,0,0,0,0 +238110,394,85,26,7,5,0,0,0,0,0,0,0 +238140,394,85,6,5,5,0,0,0,0,0,0,0 +238210,394,85,531,12,6,0,0,0,0,0,0,0 +238220,394,85,285,12,8,0,0,0,0,0,0,0 +238310,394,85,16,3,0,0,0,0,0,0,0,0 +238320,394,85,9,4,4,0,0,0,0,0,0,0 +238350,394,85,13,5,4,0,0,0,0,0,0,0 +238910,394,85,61,12,10,0,0,0,0,0,0,0 +238990,394,85,15,6,5,0,0,0,0,0,0,0 +321920,394,85,79,4,0,0,0,0,0,0,0,0 +322212,394,85,0,3,0,0,0,0,0,0,0,0 +326199,394,85,81,3,0,0,0,0,0,0,0,0 +331524,394,85,588,4,0,0,4,0,0,0,0,0 +332322,394,85,251,4,0,0,0,0,0,0,0,0 +332710,394,85,270,15,7,5,0,0,0,0,0,0 +332721,394,85,0,3,0,0,0,0,0,0,0,0 +332813,394,85,62,3,0,0,0,0,0,0,0,0 +332999,394,85,83,3,0,0,0,0,0,0,0,0 +333415,394,85,0,3,0,0,0,0,0,0,0,0 +333517,394,85,0,3,0,0,0,0,0,0,0,0 +336360,394,85,0,3,0,0,0,0,0,0,0,0 +423820,394,85,52,5,0,0,0,0,0,0,0,0 +423830,394,85,28,3,0,0,0,0,0,0,0,0 +424510,394,85,30,3,0,0,0,0,0,0,0,0 +424910,394,85,42,5,0,0,0,0,0,0,0,0 +425120,394,85,10,3,3,0,0,0,0,0,0,0 +441110,394,85,102,4,0,0,0,0,0,0,0,0 +441120,394,85,8,4,4,0,0,0,0,0,0,0 +441310,394,85,61,7,0,0,0,0,0,0,0,0 +441320,394,85,38,4,3,0,0,0,0,0,0,0 +442110,394,85,33,3,0,0,0,0,0,0,0,0 +443142,394,85,15,3,0,0,0,0,0,0,0,0 +444120,394,85,13,3,0,0,0,0,0,0,0,0 +444130,394,85,12,3,0,0,0,0,0,0,0,0 +444190,394,85,7,4,3,0,0,0,0,0,0,0 +445110,394,85,398,7,0,0,0,0,0,0,0,0 +445120,394,85,14,5,5,0,0,0,0,0,0,0 +445310,394,85,22,6,4,0,0,0,0,0,0,0 +446110,394,85,58,6,3,0,0,0,0,0,0,0 +447110,394,85,141,19,19,0,0,0,0,0,0,0 +447190,394,85,30,6,4,0,0,0,0,0,0,0 +448310,394,85,16,4,3,0,0,0,0,0,0,0 +452319,394,85,66,8,6,0,0,0,0,0,0,0 +453110,394,85,15,4,0,0,0,0,0,0,0,0 +453991,394,85,25,4,0,0,0,0,0,0,0,0 +454110,394,85,7,3,0,0,0,0,0,0,0,0 +484110,394,85,44,8,5,0,0,0,0,0,0,0 +484121,394,85,326,10,4,3,0,0,0,0,0,0 +484122,394,85,92,5,0,0,0,0,0,0,0,0 +484220,394,85,143,10,3,3,0,0,0,0,0,0 +488510,394,85,6,3,0,0,0,0,0,0,0,0 +493110,394,85,0,4,0,0,0,0,0,0,0,0 +517311,394,85,0,5,3,0,0,0,0,0,0,0 +522110,394,85,149,18,18,0,0,0,0,0,0,0 +522120,394,85,66,7,4,0,0,0,0,0,0,0 +523120,394,85,5,3,3,0,0,0,0,0,0,0 +523920,394,85,0,5,5,0,0,0,0,0,0,0 +524210,394,85,103,25,23,0,0,0,0,0,0,0 +531110,394,85,16,7,5,0,0,0,0,0,0,0 +531120,394,85,6,4,4,0,0,0,0,0,0,0 +531130,394,85,4,3,3,0,0,0,0,0,0,0 +531210,394,85,19,11,11,0,0,0,0,0,0,0 +531311,394,85,1,3,3,0,0,0,0,0,0,0 +541110,394,85,84,14,10,0,0,0,0,0,0,0 +541211,394,85,52,7,5,0,0,0,0,0,0,0 +541330,394,85,0,3,0,0,0,0,0,0,0,0 +541611,394,85,2,4,4,0,0,0,0,0,0,0 +541940,394,85,40,5,0,0,0,0,0,0,0,0 +551114,394,85,168,4,0,3,0,0,0,0,0,0 +561210,394,85,0,3,0,0,0,0,0,0,0,0 +561320,394,85,200,4,0,0,0,0,0,0,0,0 +561330,394,85,0,3,0,0,0,0,0,0,0,0 +561710,394,85,0,4,3,0,0,0,0,0,0,0 +561720,394,85,336,5,0,0,0,0,0,0,0,0 +561730,394,85,49,9,7,0,0,0,0,0,0,0 +621111,394,85,197,24,19,0,0,0,0,0,0,0 +621210,394,85,99,10,6,0,0,0,0,0,0,0 +621310,394,85,35,9,8,0,0,0,0,0,0,0 +621320,394,85,0,6,4,0,0,0,0,0,0,0 +621340,394,85,70,4,0,0,0,0,0,0,0,0 +621498,394,85,0,6,3,0,0,0,0,0,0,0 +621910,394,85,19,3,0,0,0,0,0,0,0,0 +623110,394,85,83,3,0,0,0,0,0,0,0,0 +623210,394,85,0,3,0,0,0,0,0,0,0,0 +624120,394,85,81,3,0,0,0,0,0,0,0,0 +624410,394,85,57,6,4,0,0,0,0,0,0,0 +713940,394,85,174,5,0,0,0,0,0,0,0,0 +721110,394,85,54,7,4,0,0,0,0,0,0,0 +722310,394,85,0,3,0,0,0,0,0,0,0,0 +722410,394,85,14,5,4,0,0,0,0,0,0,0 +722511,394,85,557,30,20,9,0,0,0,0,0,0 +722513,394,85,687,30,18,9,0,0,0,0,0,0 +722515,394,85,35,4,0,0,0,0,0,0,0,0 +811111,394,85,94,16,13,0,0,0,0,0,0,0 +811121,394,85,0,5,4,0,0,0,0,0,0,0 +811310,394,85,30,6,4,0,0,0,0,0,0,0 +812112,394,85,148,8,3,0,0,0,0,0,0,0 +812210,394,85,10,5,4,0,0,0,0,0,0,0 +813110,394,85,318,40,35,5,0,0,0,0,0,0 +813410,394,85,39,6,0,0,0,0,0,0,0,0 +115210,399,84,0,3,0,0,0,0,0,0,0,0 +236115,399,84,19,7,6,0,0,0,0,0,0,0 +236118,399,84,55,15,13,0,0,0,0,0,0,0 +236220,399,84,0,3,0,0,0,0,0,0,0,0 +238210,399,84,20,6,6,0,0,0,0,0,0,0 +238220,399,84,95,10,5,0,0,0,0,0,0,0 +238320,399,84,10,5,4,0,0,0,0,0,0,0 +238350,399,84,0,5,4,0,0,0,0,0,0,0 +238990,399,84,23,8,8,0,0,0,0,0,0,0 +322211,399,84,0,3,0,0,3,0,0,0,0,0 +332710,399,84,82,6,3,0,0,0,0,0,0,0 +332721,399,84,61,6,3,0,0,0,0,0,0,0 +332912,399,84,0,3,0,0,0,0,0,0,0,0 +424510,399,84,54,5,0,0,0,0,0,0,0,0 +441110,399,84,55,3,0,0,0,0,0,0,0,0 +441310,399,84,62,10,8,0,0,0,0,0,0,0 +443142,399,84,15,5,4,0,0,0,0,0,0,0 +444130,399,84,0,3,0,0,0,0,0,0,0,0 +445110,399,84,225,4,0,0,0,0,0,0,0,0 +445310,399,84,7,3,0,0,0,0,0,0,0,0 +446110,399,84,43,3,0,0,0,0,0,0,0,0 +447110,399,84,86,14,12,0,0,0,0,0,0,0 +447190,399,84,237,6,0,3,0,0,0,0,0,0 +452319,399,84,0,7,6,0,0,0,0,0,0,0 +454310,399,84,38,4,0,0,0,0,0,0,0,0 +484110,399,84,77,10,6,0,0,0,0,0,0,0 +484121,399,84,0,4,3,0,0,0,0,0,0,0 +484220,399,84,141,12,8,0,0,0,0,0,0,0 +484230,399,84,36,5,3,0,0,0,0,0,0,0 +517311,399,84,0,3,3,0,0,0,0,0,0,0 +522110,399,84,119,18,18,0,0,0,0,0,0,0 +522390,399,84,0,3,3,0,0,0,0,0,0,0 +523920,399,84,0,3,3,0,0,0,0,0,0,0 +523930,399,84,1,3,3,0,0,0,0,0,0,0 +524210,399,84,50,13,12,0,0,0,0,0,0,0 +531110,399,84,16,7,6,0,0,0,0,0,0,0 +531210,399,84,0,3,3,0,0,0,0,0,0,0 +531311,399,84,9,3,0,0,0,0,0,0,0,0 +541110,399,84,17,14,14,0,0,0,0,0,0,0 +541219,399,84,0,3,0,0,0,0,0,0,0,0 +541511,399,84,5,3,3,0,0,0,0,0,0,0 +541940,399,84,42,6,0,0,0,0,0,0,0,0 +561110,399,84,0,3,0,0,0,0,0,0,0,0 +561730,399,84,68,10,6,0,0,0,0,0,0,0 +561990,399,84,14,3,0,0,0,0,0,0,0,0 +621111,399,84,114,11,10,0,0,0,0,0,0,0 +621210,399,84,47,6,0,0,0,0,0,0,0,0 +621310,399,84,16,4,0,0,0,0,0,0,0,0 +621340,399,84,6,3,3,0,0,0,0,0,0,0 +621492,399,84,11,3,0,0,0,0,0,0,0,0 +623210,399,84,135,4,0,0,0,0,0,0,0,0 +624120,399,84,176,5,0,3,0,0,0,0,0,0 +624410,399,84,84,9,7,0,0,0,0,0,0,0 +713990,399,84,0,3,3,0,0,0,0,0,0,0 +721110,399,84,0,3,0,0,0,0,0,0,0,0 +722410,399,84,14,4,3,0,0,0,0,0,0,0 +722511,399,84,366,23,16,7,0,0,0,0,0,0 +722513,399,84,458,24,14,8,0,0,0,0,0,0 +722515,399,84,9,4,4,0,0,0,0,0,0,0 +811111,399,84,42,12,12,0,0,0,0,0,0,0 +811121,399,84,24,4,4,0,0,0,0,0,0,0 +811310,399,84,20,6,5,0,0,0,0,0,0,0 +812112,399,84,0,3,3,0,0,0,0,0,0,0 +812199,399,84,0,3,3,0,0,0,0,0,0,0 +812210,399,84,31,3,0,0,0,0,0,0,0,0 +813110,399,84,97,30,30,0,0,0,0,0,0,0 +813410,399,84,12,4,3,0,0,0,0,0,0,0 +113310,399,85,132,26,18,0,0,0,0,0,0,0 +115210,399,85,47,10,9,0,0,0,0,0,0,0 +115310,399,85,4,3,3,0,0,0,0,0,0,0 +211120,399,85,253,49,35,0,0,0,0,0,0,0 +211130,399,85,0,11,3,0,0,0,0,0,0,0 +212111,399,85,90,20,11,0,0,0,0,0,0,0 +212312,399,85,181,15,3,0,0,0,0,0,0,0 +212321,399,85,18,6,0,0,0,0,0,0,0,0 +213111,399,85,515,15,0,0,0,0,0,0,0,0 +213112,399,85,1179,69,46,4,0,0,0,0,0,0 +221112,399,85,621,12,0,0,0,0,0,0,0,0 +221122,399,85,0,41,3,0,0,0,0,0,0,0 +221210,399,85,297,24,9,0,0,0,0,0,0,0 +221310,399,85,31,14,3,0,0,0,0,0,0,0 +236115,399,85,1172,308,254,0,0,0,0,0,0,0 +236117,399,85,151,47,33,0,0,0,0,0,0,0 +236118,399,85,2228,602,532,6,0,0,0,0,0,0 +236210,399,85,0,7,0,0,0,0,0,0,0,0 +236220,399,85,3509,274,165,20,0,0,0,0,0,0 +237110,399,85,466,71,32,0,0,0,0,0,0,0 +237120,399,85,386,18,0,0,0,0,0,0,0,0 +237130,399,85,130,12,0,0,0,0,0,0,0,0 +237210,399,85,4,7,7,0,0,0,0,0,0,0 +237310,399,85,715,68,31,0,0,0,0,0,0,0 +237990,399,85,109,21,6,0,0,0,0,0,0,0 +238110,399,85,1537,244,177,0,0,0,0,0,0,0 +238120,399,85,468,12,0,0,0,0,0,0,0,0 +238130,399,85,225,70,57,0,0,0,0,0,0,0 +238140,399,85,771,196,150,0,0,0,0,0,0,0 +238150,399,85,131,12,0,3,0,0,0,0,0,0 +238160,399,85,1809,140,90,7,0,0,0,0,0,0 +238170,399,85,229,45,36,0,0,0,0,0,0,0 +238190,399,85,34,3,0,0,0,0,0,0,0,0 +238210,399,85,5488,427,298,35,4,0,0,0,0,0 +238220,399,85,6872,726,593,43,0,0,0,0,0,0 +238290,399,85,408,40,13,3,0,0,0,0,0,0 +238310,399,85,904,103,61,5,0,0,0,0,0,0 +238320,399,85,1231,194,140,11,0,0,0,0,0,0 +238330,399,85,409,71,49,0,0,0,0,0,0,0 +238340,399,85,61,12,12,0,0,0,0,0,0,0 +238350,399,85,691,134,105,0,0,0,0,0,0,0 +238390,399,85,313,24,9,0,0,0,0,0,0,0 +238910,399,85,3037,472,377,11,0,0,0,0,0,0 +238990,399,85,913,235,195,0,0,0,0,0,0,0 +311119,399,85,172,7,0,5,0,0,0,0,0,0 +311421,399,85,211,9,0,0,0,0,0,0,0,0 +311513,399,85,307,5,0,3,0,0,0,0,0,0 +311611,399,85,75,4,0,0,0,0,0,0,0,0 +311811,399,85,221,20,4,0,0,0,0,0,0,0 +311812,399,85,33,10,0,0,0,0,0,0,0,0 +312120,399,85,0,3,0,0,0,0,0,0,0,0 +312130,399,85,65,6,0,0,0,0,0,0,0,0 +314910,399,85,129,13,0,0,0,0,0,0,0,0 +316998,399,85,0,4,0,0,0,0,0,0,0,0 +321113,399,85,884,56,25,7,0,0,0,0,0,0 +321114,399,85,15,3,0,0,0,0,0,0,0,0 +321214,399,85,126,6,0,0,0,0,0,0,0,0 +321911,399,85,14,7,0,0,0,0,0,0,0,0 +321912,399,85,167,15,7,0,0,0,0,0,0,0 +321918,399,85,411,21,3,5,0,0,0,0,0,0 +321920,399,85,929,47,9,9,0,0,0,0,0,0 +321992,399,85,164,6,0,4,0,0,0,0,0,0 +321999,399,85,461,31,21,0,0,0,0,0,0,0 +322211,399,85,437,10,0,0,0,0,0,0,0,0 +322230,399,85,0,4,0,0,0,0,0,0,0,0 +323111,399,85,2057,130,63,6,0,0,0,0,0,0 +323113,399,85,442,31,14,0,0,0,0,0,0,0 +323120,399,85,43,3,0,0,0,0,0,0,0,0 +324121,399,85,63,10,0,0,0,0,0,0,0,0 +325120,399,85,0,3,0,0,0,0,0,0,0,0 +325211,399,85,1306,14,0,0,0,0,0,0,0,0 +325510,399,85,54,7,0,0,0,0,0,0,0,0 +325611,399,85,0,3,0,0,0,0,0,0,0,0 +325612,399,85,544,5,0,0,3,0,0,0,0,0 +325991,399,85,53,3,0,0,0,0,0,0,0,0 +326113,399,85,0,3,0,0,0,0,0,0,0,0 +326121,399,85,85,3,0,0,0,0,0,0,0,0 +326199,399,85,8564,79,3,13,9,3,0,0,0,0 +326291,399,85,555,10,0,0,0,0,0,0,0,0 +326299,399,85,0,3,0,0,0,0,0,0,0,0 +327110,399,85,0,3,0,0,0,0,0,0,0,0 +327120,399,85,315,9,0,0,0,0,0,0,0,0 +327212,399,85,0,4,0,0,0,0,0,0,0,0 +327215,399,85,240,10,0,0,0,0,0,0,0,0 +327320,399,85,183,37,3,0,0,0,0,0,0,0 +327390,399,85,39,9,0,0,0,0,0,0,0,0 +327991,399,85,99,6,0,0,0,0,0,0,0,0 +331110,399,85,979,10,0,0,3,0,0,0,0,0 +331210,399,85,1063,7,0,0,0,0,0,0,0,0 +331318,399,85,1133,6,0,0,0,0,0,0,0,0 +331491,399,85,0,3,0,0,0,0,0,0,0,0 +331511,399,85,36,3,0,0,0,0,0,0,0,0 +331523,399,85,0,4,0,0,0,0,0,0,0,0 +332114,399,85,406,6,0,3,0,0,0,0,0,0 +332119,399,85,433,12,0,0,0,0,0,0,0,0 +332215,399,85,0,4,3,0,0,0,0,0,0,0 +332216,399,85,218,5,0,0,0,0,0,0,0,0 +332312,399,85,634,33,4,3,0,0,0,0,0,0 +332313,399,85,412,22,3,0,0,0,0,0,0,0 +332321,399,85,0,3,0,0,0,0,0,0,0,0 +332322,399,85,276,16,3,0,0,0,0,0,0,0 +332510,399,85,11,3,0,0,0,0,0,0,0,0 +332613,399,85,339,4,0,0,0,0,0,0,0,0 +332618,399,85,14,3,0,0,0,0,0,0,0,0 +332710,399,85,3665,276,159,14,0,0,0,0,0,0 +332721,399,85,795,40,7,6,0,0,0,0,0,0 +332811,399,85,37,9,0,0,0,0,0,0,0,0 +332812,399,85,465,28,0,0,0,0,0,0,0,0 +332813,399,85,266,17,3,0,0,0,0,0,0,0 +332912,399,85,0,3,0,0,0,0,0,0,0,0 +332999,399,85,2009,54,4,6,0,0,0,0,0,0 +333111,399,85,247,8,0,0,0,0,0,0,0,0 +333120,399,85,445,6,0,0,0,0,0,0,0,0 +333132,399,85,75,3,0,0,0,0,0,0,0,0 +333249,399,85,246,15,3,0,0,0,0,0,0,0 +333318,399,85,137,5,3,0,0,0,0,0,0,0 +333415,399,85,0,3,0,0,0,0,0,0,0,0 +333511,399,85,268,12,0,3,0,0,0,0,0,0 +333514,399,85,527,46,15,6,0,0,0,0,0,0 +333515,399,85,134,9,3,0,0,0,0,0,0,0 +333517,399,85,103,9,4,0,0,0,0,0,0,0 +333519,399,85,225,9,3,0,0,0,0,0,0,0 +333914,399,85,0,3,0,0,0,0,0,0,0,0 +333994,399,85,163,7,3,0,0,0,0,0,0,0 +333999,399,85,0,3,0,0,0,0,0,0,0,0 +334413,399,85,13,3,0,0,0,0,0,0,0,0 +335312,399,85,0,3,0,0,0,0,0,0,0,0 +335313,399,85,152,6,0,0,0,0,0,0,0,0 +335314,399,85,303,9,0,0,0,0,0,0,0,0 +335991,399,85,0,3,0,0,0,0,0,0,0,0 +336214,399,85,0,3,0,0,0,0,0,0,0,0 +336310,399,85,742,8,0,3,0,0,0,0,0,0 +336360,399,85,196,3,0,0,0,0,0,0,0,0 +336370,399,85,3690,36,0,0,6,3,0,0,0,0 +336390,399,85,2316,12,0,0,0,0,0,0,0,0 +337110,399,85,521,59,26,0,0,0,0,0,0,0 +337121,399,85,43,9,8,0,0,0,0,0,0,0 +337122,399,85,1030,117,98,6,0,0,0,0,0,0 +337125,399,85,11,3,0,0,0,0,0,0,0,0 +337212,399,85,106,7,0,0,0,0,0,0,0,0 +337215,399,85,91,10,0,0,0,0,0,0,0,0 +339113,399,85,73,8,0,0,0,0,0,0,0,0 +339115,399,85,0,3,0,0,0,0,0,0,0,0 +339116,399,85,178,24,15,0,0,0,0,0,0,0 +339910,399,85,12,3,0,0,0,0,0,0,0,0 +339950,399,85,265,34,21,0,0,0,0,0,0,0 +339999,399,85,196,32,12,0,0,0,0,0,0,0 +423110,399,85,997,36,6,7,0,0,0,0,0,0 +423120,399,85,1228,83,34,3,0,0,0,0,0,0 +423130,399,85,334,20,6,3,0,0,0,0,0,0 +423140,399,85,149,16,10,0,0,0,0,0,0,0 +423210,399,85,345,19,4,0,0,0,0,0,0,0 +423220,399,85,531,16,4,0,0,0,0,0,0,0 +423310,399,85,274,30,14,0,0,0,0,0,0,0 +423320,399,85,21,3,0,0,0,0,0,0,0,0 +423330,399,85,203,22,7,0,0,0,0,0,0,0 +423390,399,85,174,19,9,0,0,0,0,0,0,0 +423420,399,85,207,25,6,3,0,0,0,0,0,0 +423430,399,85,190,24,9,0,0,0,0,0,0,0 +423440,399,85,87,11,8,0,0,0,0,0,0,0 +423450,399,85,91,26,18,0,0,0,0,0,0,0 +423510,399,85,1830,104,53,15,0,0,0,0,0,0 +423520,399,85,23,3,0,0,0,0,0,0,0,0 +423610,399,85,744,66,34,0,0,0,0,0,0,0 +423690,399,85,231,26,14,0,0,0,0,0,0,0 +423710,399,85,329,25,9,3,0,0,0,0,0,0 +423720,399,85,297,36,7,0,0,0,0,0,0,0 +423730,399,85,248,40,23,0,0,0,0,0,0,0 +423810,399,85,212,13,4,0,0,0,0,0,0,0 +423820,399,85,990,87,22,13,0,0,0,0,0,0 +423830,399,85,3091,251,154,20,0,0,0,0,0,0 +423840,399,85,978,90,45,4,0,0,0,0,0,0 +423850,399,85,315,14,7,0,0,0,0,0,0,0 +423860,399,85,0,3,0,0,0,0,0,0,0,0 +423910,399,85,65,12,0,0,0,0,0,0,0,0 +423920,399,85,62,4,0,0,0,0,0,0,0,0 +423930,399,85,1325,102,50,6,0,0,0,0,0,0 +423940,399,85,17,4,0,0,0,0,0,0,0,0 +423990,399,85,525,25,13,0,0,0,0,0,0,0 +424120,399,85,76,9,3,0,0,0,0,0,0,0 +424130,399,85,232,15,7,0,0,0,0,0,0,0 +424210,399,85,188,22,8,0,0,0,0,0,0,0 +424430,399,85,0,3,0,0,0,0,0,0,0,0 +424450,399,85,6,4,4,0,0,0,0,0,0,0 +424490,399,85,1571,94,26,16,0,0,0,0,0,0 +424510,399,85,602,120,68,0,0,0,0,0,0,0 +424520,399,85,56,7,3,0,0,0,0,0,0,0 +424610,399,85,25,10,0,0,0,0,0,0,0,0 +424690,399,85,567,44,19,0,0,0,0,0,0,0 +424710,399,85,261,19,3,0,0,0,0,0,0,0 +424810,399,85,0,3,0,0,0,0,0,0,0,0 +424820,399,85,0,6,0,0,0,0,0,0,0,0 +424910,399,85,1375,121,49,0,0,0,0,0,0,0 +424950,399,85,68,8,0,0,0,0,0,0,0,0 +424990,399,85,156,30,11,0,0,0,0,0,0,0 +425120,399,85,538,131,105,0,0,0,0,0,0,0 +441110,399,85,10474,267,30,122,6,0,0,0,0,0 +441120,399,85,1230,261,206,4,0,0,0,0,0,0 +441210,399,85,100,10,0,0,0,0,0,0,0,0 +441222,399,85,126,9,3,3,0,0,0,0,0,0 +441228,399,85,352,53,13,0,0,0,0,0,0,0 +441310,399,85,3981,473,388,0,0,0,0,0,0,0 +441320,399,85,1567,190,129,3,0,0,0,0,0,0 +442110,399,85,1698,172,92,6,0,0,0,0,0,0 +442210,399,85,447,79,39,0,0,0,0,0,0,0 +442299,399,85,709,56,25,11,0,0,0,0,0,0 +443141,399,85,483,47,22,3,0,0,0,0,0,0 +443142,399,85,1299,160,105,0,0,0,0,0,0,0 +444110,399,85,2774,32,0,0,21,0,0,0,0,0 +444120,399,85,129,42,26,0,0,0,0,0,0,0 +444130,399,85,1581,204,117,0,0,0,0,0,0,0 +444190,399,85,2774,289,187,9,0,0,0,0,0,0 +444210,399,85,289,54,11,0,0,0,0,0,0,0 +444220,399,85,1240,141,59,0,0,0,0,0,0,0 +445110,399,85,19462,512,177,123,33,0,0,0,0,0 +445120,399,85,1210,283,228,0,0,0,0,0,0,0 +445210,399,85,335,38,10,3,0,0,0,0,0,0 +445230,399,85,86,3,0,3,0,0,0,0,0,0 +445291,399,85,0,3,3,0,0,0,0,0,0,0 +445292,399,85,29,8,0,0,0,0,0,0,0,0 +445310,399,85,725,132,93,0,0,0,0,0,0,0 +446110,399,85,4993,404,254,57,0,0,0,0,0,0 +446120,399,85,751,65,32,5,0,0,0,0,0,0 +446130,399,85,230,49,40,0,0,0,0,0,0,0 +446191,399,85,238,51,23,0,0,0,0,0,0,0 +446199,399,85,447,98,62,0,0,0,0,0,0,0 +447110,399,85,8996,988,902,25,0,0,0,0,0,0 +447190,399,85,1856,130,54,12,0,0,0,0,0,0 +448110,399,85,251,38,21,0,0,0,0,0,0,0 +448120,399,85,1366,147,101,3,0,0,0,0,0,0 +448130,399,85,362,35,15,3,0,0,0,0,0,0 +448140,399,85,2247,112,31,28,0,0,0,0,0,0 +448150,399,85,153,25,10,0,0,0,0,0,0,0 +448190,399,85,691,66,29,5,0,0,0,0,0,0 +448210,399,85,1217,145,92,5,0,0,0,0,0,0 +448310,399,85,667,123,85,0,0,0,0,0,0,0 +451110,399,85,1424,156,114,4,0,0,0,0,0,0 +451120,399,85,932,51,9,13,0,0,0,0,0,0 +451130,399,85,125,21,9,0,0,0,0,0,0,0 +451140,399,85,87,16,6,0,0,0,0,0,0,0 +451211,399,85,509,44,17,4,0,0,0,0,0,0 +452210,399,85,3502,38,0,6,11,0,0,0,0,0 +452311,399,85,6264,49,0,4,7,10,0,0,0,0 +452319,399,85,5349,588,468,24,0,0,0,0,0,0 +453110,399,85,696,147,106,0,0,0,0,0,0,0 +453210,399,85,73,18,3,0,0,0,0,0,0,0 +453220,399,85,1008,146,105,0,0,0,0,0,0,0 +453310,399,85,1345,159,109,3,0,0,0,0,0,0 +453910,399,85,584,49,13,7,0,0,0,0,0,0 +453920,399,85,15,6,3,0,0,0,0,0,0,0 +453991,399,85,554,121,75,0,0,0,0,0,0,0 +453998,399,85,759,187,146,0,0,0,0,0,0,0 +454110,399,85,1731,159,114,7,0,0,0,0,0,0 +454210,399,85,0,13,3,0,0,0,0,0,0,0 +454310,399,85,366,57,15,0,0,0,0,0,0,0 +454390,399,85,530,128,88,0,0,0,0,0,0,0 +484110,399,85,2430,321,233,4,0,0,0,0,0,0 +484121,399,85,6391,444,312,29,0,0,0,0,0,0 +484122,399,85,2510,57,15,12,3,0,0,0,0,0 +484210,399,85,129,20,6,0,0,0,0,0,0,0 +484220,399,85,3327,442,326,18,0,0,0,0,0,0 +484230,399,85,2101,122,48,0,3,0,0,0,0,0 +485310,399,85,0,4,3,0,0,0,0,0,0,0 +485320,399,85,103,10,3,0,0,0,0,0,0,0 +485991,399,85,171,17,8,0,0,0,0,0,0,0 +486210,399,85,0,12,0,0,0,0,0,0,0,0 +486910,399,85,0,4,0,0,0,0,0,0,0,0 +487210,399,85,0,3,3,0,0,0,0,0,0,0 +488119,399,85,0,3,0,0,0,0,0,0,0,0 +488210,399,85,442,28,3,3,0,0,0,0,0,0 +488330,399,85,173,3,0,0,0,0,0,0,0,0 +488390,399,85,0,6,0,0,0,0,0,0,0,0 +488410,399,85,394,60,41,0,0,0,0,0,0,0 +488510,399,85,686,108,65,9,0,0,0,0,0,0 +488991,399,85,20,3,0,0,0,0,0,0,0,0 +492110,399,85,1658,43,11,0,0,0,0,0,0,0 +492210,399,85,115,20,0,0,0,0,0,0,0,0 +493110,399,85,5537,103,51,0,0,0,0,0,0,0 +493120,399,85,119,3,0,0,0,0,0,0,0,0 +493190,399,85,90,14,7,0,0,0,0,0,0,0 +511110,399,85,524,57,10,0,0,0,0,0,0,0 +511120,399,85,54,8,3,0,0,0,0,0,0,0 +511210,399,85,166,15,0,0,0,0,0,0,0,0 +512110,399,85,9,9,9,0,0,0,0,0,0,0 +512131,399,85,0,3,0,3,0,0,0,0,0,0 +515111,399,85,0,3,0,0,0,0,0,0,0,0 +515112,399,85,217,14,0,0,0,0,0,0,0,0 +515120,399,85,442,10,0,0,0,0,0,0,0,0 +517311,399,85,2779,253,149,10,0,0,0,0,0,0 +517312,399,85,1092,116,61,4,0,0,0,0,0,0 +517911,399,85,53,27,9,0,0,0,0,0,0,0 +517919,399,85,28,4,0,0,0,0,0,0,0,0 +518210,399,85,535,28,15,0,0,0,0,0,0,0 +519130,399,85,0,3,3,0,0,0,0,0,0,0 +522110,399,85,8811,944,822,18,0,0,0,0,0,0 +522120,399,85,337,95,45,3,0,0,0,0,0,0 +522130,399,85,1074,183,114,9,0,0,0,0,0,0 +522220,399,85,37,11,4,0,0,0,0,0,0,0 +522291,399,85,260,80,67,0,0,0,0,0,0,0 +522292,399,85,458,22,8,0,0,0,0,0,0,0 +522298,399,85,207,62,42,0,0,0,0,0,0,0 +522310,399,85,44,9,3,0,0,0,0,0,0,0 +522320,399,85,55,7,0,0,0,0,0,0,0,0 +522390,399,85,295,130,117,0,0,0,0,0,0,0 +523110,399,85,18,5,4,0,0,0,0,0,0,0 +523120,399,85,514,124,103,3,0,0,0,0,0,0 +523910,399,85,10,3,0,0,0,0,0,0,0,0 +523920,399,85,576,293,266,0,0,0,0,0,0,0 +523930,399,85,232,91,78,0,0,0,0,0,0,0 +523991,399,85,0,4,3,0,0,0,0,0,0,0 +524113,399,85,164,21,12,0,0,0,0,0,0,0 +524114,399,85,1552,14,9,0,0,0,0,0,0,0 +524126,399,85,522,45,28,0,0,0,0,0,0,0 +524127,399,85,38,12,11,0,0,0,0,0,0,0 +524210,399,85,5987,1233,1151,10,0,0,0,0,0,0 +524291,399,85,5,3,3,0,0,0,0,0,0,0 +524292,399,85,172,20,7,0,0,0,0,0,0,0 +531110,399,85,1974,438,404,0,0,0,0,0,0,0 +531120,399,85,924,178,134,0,0,0,0,0,0,0 +531130,399,85,161,71,65,0,0,0,0,0,0,0 +531190,399,85,152,55,41,0,0,0,0,0,0,0 +531210,399,85,791,309,292,3,0,0,0,0,0,0 +531311,399,85,1307,173,128,0,0,0,0,0,0,0 +531312,399,85,182,38,28,0,0,0,0,0,0,0 +531320,399,85,436,39,23,0,0,0,0,0,0,0 +531390,399,85,37,8,5,0,0,0,0,0,0,0 +532111,399,85,115,31,16,0,0,0,0,0,0,0 +532120,399,85,328,49,20,0,0,0,0,0,0,0 +532210,399,85,189,74,54,0,0,0,0,0,0,0 +532281,399,85,0,6,0,0,0,0,0,0,0,0 +532282,399,85,0,25,11,0,0,0,0,0,0,0 +532283,399,85,173,15,3,0,0,0,0,0,0,0 +532284,399,85,14,10,8,0,0,0,0,0,0,0 +532289,399,85,95,21,13,0,0,0,0,0,0,0 +532310,399,85,47,13,3,0,0,0,0,0,0,0 +532412,399,85,77,15,4,0,0,0,0,0,0,0 +532490,399,85,209,33,21,0,0,0,0,0,0,0 +533110,399,85,0,4,0,0,0,0,0,0,0,0 +541110,399,85,3917,974,909,13,0,0,0,0,0,0 +541191,399,85,242,57,48,0,0,0,0,0,0,0 +541211,399,85,2426,331,250,12,0,0,0,0,0,0 +541213,399,85,1209,234,181,0,0,0,0,0,0,0 +541214,399,85,977,41,17,7,0,0,0,0,0,0 +541219,399,85,1410,159,114,6,0,0,0,0,0,0 +541310,399,85,363,54,38,0,0,0,0,0,0,0 +541320,399,85,17,3,0,0,0,0,0,0,0,0 +541330,399,85,5590,276,191,19,0,0,0,0,0,0 +541350,399,85,19,16,9,0,0,0,0,0,0,0 +541370,399,85,124,31,12,0,0,0,0,0,0,0 +541380,399,85,403,19,3,0,0,0,0,0,0,0 +541410,399,85,17,7,4,0,0,0,0,0,0,0 +541430,399,85,117,34,28,0,0,0,0,0,0,0 +541511,399,85,1255,155,128,5,0,0,0,0,0,0 +541512,399,85,564,98,77,0,0,0,0,0,0,0 +541513,399,85,6,12,9,0,0,0,0,0,0,0 +541519,399,85,0,3,3,0,0,0,0,0,0,0 +541611,399,85,568,148,122,0,0,0,0,0,0,0 +541612,399,85,118,19,4,0,0,0,0,0,0,0 +541613,399,85,228,72,51,0,0,0,0,0,0,0 +541614,399,85,64,20,16,0,0,0,0,0,0,0 +541618,399,85,0,3,0,0,0,0,0,0,0,0 +541620,399,85,75,16,6,0,0,0,0,0,0,0 +541690,399,85,126,35,28,0,0,0,0,0,0,0 +541715,399,85,173,13,0,0,0,0,0,0,0,0 +541810,399,85,314,41,28,0,0,0,0,0,0,0 +541820,399,85,0,3,0,0,0,0,0,0,0,0 +541860,399,85,67,4,0,0,0,0,0,0,0,0 +541890,399,85,183,18,7,0,0,0,0,0,0,0 +541910,399,85,792,14,0,4,0,0,0,0,0,0 +541921,399,85,153,46,31,0,0,0,0,0,0,0 +541922,399,85,10,9,9,0,0,0,0,0,0,0 +541930,399,85,29,5,4,0,0,0,0,0,0,0 +541940,399,85,2581,258,158,16,0,0,0,0,0,0 +541990,399,85,117,24,13,0,0,0,0,0,0,0 +551112,399,85,1018,25,0,0,0,0,0,0,0,0 +551114,399,85,16854,316,145,62,15,4,0,0,0,0 +561110,399,85,1571,149,96,6,0,0,0,0,0,0 +561210,399,85,408,24,10,0,0,0,0,0,0,0 +561311,399,85,345,18,3,0,0,0,0,0,0,0 +561312,399,85,38,7,5,0,0,0,0,0,0,0 +561320,399,85,14737,189,30,57,24,4,0,0,0,0 +561330,399,85,840,20,3,5,0,0,0,0,0,0 +561421,399,85,21,3,0,0,0,0,0,0,0,0 +561422,399,85,1452,17,0,0,0,0,0,0,0,0 +561431,399,85,19,4,3,0,0,0,0,0,0,0 +561439,399,85,7,12,6,0,0,0,0,0,0,0 +561440,399,85,528,14,0,0,0,0,0,0,0,0 +561492,399,85,0,4,3,0,0,0,0,0,0,0 +561499,399,85,0,4,0,0,0,0,0,0,0,0 +561510,399,85,115,34,24,0,0,0,0,0,0,0 +561599,399,85,0,22,3,0,0,0,0,0,0,0 +561611,399,85,10,3,0,0,0,0,0,0,0,0 +561612,399,85,1528,21,3,6,3,0,0,0,0,0 +561613,399,85,0,3,0,0,0,0,0,0,0,0 +561621,399,85,492,32,9,3,0,0,0,0,0,0 +561622,399,85,24,7,6,0,0,0,0,0,0,0 +561710,399,85,267,41,21,0,0,0,0,0,0,0 +561720,399,85,5909,359,236,34,0,5,0,0,0,0 +561730,399,85,2946,816,743,9,0,0,0,0,0,0 +561740,399,85,264,47,31,0,0,0,0,0,0,0 +561790,399,85,218,42,29,0,0,0,0,0,0,0 +561910,399,85,69,9,0,0,0,0,0,0,0,0 +561920,399,85,4,4,4,0,0,0,0,0,0,0 +561990,399,85,1269,125,67,0,0,0,0,0,0,0 +562111,399,85,1078,106,40,4,0,0,0,0,0,0 +562112,399,85,40,3,0,0,0,0,0,0,0,0 +562211,399,85,256,10,4,0,0,0,0,0,0,0 +562212,399,85,51,6,0,0,0,0,0,0,0,0 +562910,399,85,121,17,3,0,0,0,0,0,0,0 +562920,399,85,0,9,0,0,0,0,0,0,0,0 +562991,399,85,84,16,6,0,0,0,0,0,0,0 +562998,399,85,161,14,3,3,0,0,0,0,0,0 +611110,399,85,6084,145,22,46,8,0,0,0,0,0 +611210,399,85,317,8,0,3,0,0,0,0,0,0 +611310,399,85,683,7,0,0,0,0,0,0,0,0 +611430,399,85,69,6,3,0,0,0,0,0,0,0 +611511,399,85,50,4,0,0,0,0,0,0,0,0 +611513,399,85,164,14,3,0,0,0,0,0,0,0 +611519,399,85,210,16,3,0,0,0,0,0,0,0 +611610,399,85,330,56,35,0,0,0,0,0,0,0 +611620,399,85,171,35,30,0,0,0,0,0,0,0 +611691,399,85,185,18,9,0,0,0,0,0,0,0 +611692,399,85,63,12,4,0,0,0,0,0,0,0 +611699,399,85,40,7,4,0,0,0,0,0,0,0 +611710,399,85,32,10,8,0,0,0,0,0,0,0 +621111,399,85,18761,1672,1432,163,7,0,0,0,0,0 +621112,399,85,165,42,29,0,0,0,0,0,0,0 +621210,399,85,7382,802,699,30,0,0,0,0,0,0 +621310,399,85,1309,367,315,0,0,0,0,0,0,0 +621320,399,85,1337,239,155,0,0,0,0,0,0,0 +621330,399,85,433,95,75,0,0,0,0,0,0,0 +621340,399,85,3142,270,192,10,0,0,0,0,0,0 +621391,399,85,376,86,57,0,0,0,0,0,0,0 +621399,399,85,516,87,76,0,0,0,0,0,0,0 +621410,399,85,112,13,6,0,0,0,0,0,0,0 +621420,399,85,3389,149,30,20,3,0,0,0,0,0 +621492,399,85,481,64,20,9,0,0,0,0,0,0 +621493,399,85,461,27,8,4,0,0,0,0,0,0 +621498,399,85,1977,165,93,13,0,0,0,0,0,0 +621511,399,85,777,51,35,0,0,0,0,0,0,0 +621512,399,85,194,20,9,0,0,0,0,0,0,0 +621610,399,85,12179,318,96,79,16,0,0,0,0,0 +621910,399,85,1591,44,8,0,0,0,0,0,0,0 +621991,399,85,132,6,0,3,0,0,0,0,0,0 +621999,399,85,43,11,3,0,0,0,0,0,0,0 +622110,399,85,25670,36,0,0,0,0,0,3,0,0 +622210,399,85,564,3,0,0,3,0,0,0,0,0 +622310,399,85,430,6,0,0,3,0,0,0,0,0 +623110,399,85,24423,289,5,88,77,0,0,0,0,0 +623210,399,85,5631,426,328,18,0,0,0,0,0,0 +623220,399,85,771,36,9,3,0,0,0,0,0,0 +623311,399,85,4088,50,0,3,8,0,0,0,0,0 +623312,399,85,2229,77,10,22,0,0,0,0,0,0 +623990,399,85,252,29,16,3,0,0,0,0,0,0 +624110,399,85,708,54,22,5,0,0,0,0,0,0 +624120,399,85,8842,282,82,73,11,0,0,0,0,0 +624190,399,85,2998,283,155,28,0,0,0,0,0,0 +624210,399,85,166,11,3,0,0,0,0,0,0,0 +624221,399,85,168,17,6,0,0,0,0,0,0,0 +624229,399,85,292,29,13,0,0,0,0,0,0,0 +624310,399,85,2187,63,16,10,3,0,0,0,0,0 +624410,399,85,5404,500,349,76,0,0,0,0,0,0 +711110,399,85,41,3,0,0,0,0,0,0,0,0 +711310,399,85,114,14,3,0,0,0,0,0,0,0 +711320,399,85,12,8,4,0,0,0,0,0,0,0 +711510,399,85,38,16,14,0,0,0,0,0,0,0 +712110,399,85,94,21,6,0,0,0,0,0,0,0 +713120,399,85,120,47,33,0,0,0,0,0,0,0 +713910,399,85,1981,138,68,15,0,0,0,0,0,0 +713930,399,85,205,41,39,0,0,0,0,0,0,0 +713940,399,85,3799,187,111,9,0,0,0,0,0,0 +713950,399,85,549,38,14,3,0,0,0,0,0,0 +713990,399,85,543,82,60,0,0,0,0,0,0,0 +721110,399,85,5873,359,179,82,0,0,0,0,0,0 +721191,399,85,42,10,8,0,0,0,0,0,0,0 +721199,399,85,20,4,0,0,0,0,0,0,0,0 +721211,399,85,64,51,48,0,0,0,0,0,0,0 +721310,399,85,27,9,9,0,0,0,0,0,0,0 +722310,399,85,1200,141,63,24,0,0,0,0,0,0 +722320,399,85,652,52,27,10,0,0,0,0,0,0 +722330,399,85,19,23,20,0,0,0,0,0,0,0 +722410,399,85,2260,439,384,8,0,0,0,0,0,0 +722511,399,85,40733,1740,1005,635,18,0,0,0,0,0 +722513,399,85,42785,2241,1302,849,4,0,0,0,0,0 +722514,399,85,79,12,3,0,0,0,0,0,0,0 +722515,399,85,5366,481,351,53,0,0,0,0,0,0 +811111,399,85,3200,756,694,7,0,0,0,0,0,0 +811112,399,85,13,4,3,0,0,0,0,0,0,0 +811113,399,85,119,22,10,0,0,0,0,0,0,0 +811118,399,85,3,4,4,0,0,0,0,0,0,0 +811121,399,85,1541,286,201,3,0,0,0,0,0,0 +811122,399,85,73,16,9,0,0,0,0,0,0,0 +811191,399,85,253,44,31,0,0,0,0,0,0,0 +811192,399,85,888,138,94,0,0,0,0,0,0,0 +811198,399,85,25,6,4,0,0,0,0,0,0,0 +811211,399,85,32,4,0,0,0,0,0,0,0,0 +811212,399,85,70,22,20,0,0,0,0,0,0,0 +811219,399,85,3,7,4,0,0,0,0,0,0,0 +811310,399,85,1603,212,156,0,0,0,0,0,0,0 +811411,399,85,9,4,4,0,0,0,0,0,0,0 +811412,399,85,41,6,0,0,0,0,0,0,0,0 +811420,399,85,70,15,10,0,0,0,0,0,0,0 +811490,399,85,138,43,35,0,0,0,0,0,0,0 +812112,399,85,3519,583,516,11,0,0,0,0,0,0 +812113,399,85,263,65,58,0,0,0,0,0,0,0 +812191,399,85,52,6,3,0,0,0,0,0,0,0 +812199,399,85,545,110,93,0,0,0,0,0,0,0 +812210,399,85,1639,263,179,0,0,0,0,0,0,0 +812220,399,85,382,69,43,0,0,0,0,0,0,0 +812310,399,85,175,45,36,0,0,0,0,0,0,0 +812320,399,85,391,61,42,0,0,0,0,0,0,0 +812332,399,85,175,9,0,0,0,0,0,0,0,0 +812910,399,85,639,119,89,3,0,0,0,0,0,0 +812930,399,85,212,33,25,0,0,0,0,0,0,0 +812990,399,85,137,35,26,0,0,0,0,0,0,0 +813110,399,85,16380,2554,2401,89,3,0,0,0,0,0 +813211,399,85,222,49,31,0,0,0,0,0,0,0 +813212,399,85,133,10,3,0,0,0,0,0,0,0 +813219,399,85,395,20,9,0,0,0,0,0,0,0 +813311,399,85,31,8,3,0,0,0,0,0,0,0 +813312,399,85,133,28,7,0,0,0,0,0,0,0 +813319,399,85,141,15,9,0,0,0,0,0,0,0 +813410,399,85,3213,469,389,4,0,0,0,0,0,0 +813910,399,85,444,103,76,0,0,0,0,0,0,0 +813920,399,85,35,12,9,0,0,0,0,0,0,0 +813930,399,85,2252,267,187,9,0,0,0,0,0,0 +813990,399,85,22,13,8,0,0,0,0,0,0,0 +115210,401,86,46,13,9,0,0,0,0,0,0,0 +211120,401,86,4399,296,270,8,0,0,0,0,0,0 +211130,401,86,1290,55,29,0,4,0,0,0,0,0 +212321,401,86,20,3,3,0,0,0,0,0,0,0 +213111,401,86,3488,101,72,13,3,0,0,0,0,0 +213112,401,86,5317,543,478,38,4,0,0,0,0,0 +221112,401,86,0,9,4,0,0,0,0,0,0,0 +221122,401,86,30,26,11,3,0,0,0,0,0,0 +221210,401,86,648,11,3,4,0,0,0,0,0,0 +221310,401,86,116,5,0,0,0,0,0,0,0,0 +236115,401,86,415,169,162,0,0,0,0,0,0,0 +236117,401,86,495,114,104,0,0,0,0,0,0,0 +236118,401,86,769,228,220,0,0,0,0,0,0,0 +236220,401,86,2525,332,290,29,0,0,0,0,0,0 +237110,401,86,891,62,36,10,0,0,0,0,0,0 +237120,401,86,205,24,5,0,0,0,0,0,0,0 +237130,401,86,987,71,42,7,0,0,0,0,0,0 +237210,401,86,119,53,47,0,0,0,0,0,0,0 +237310,401,86,1981,47,11,12,6,0,0,0,0,0 +237990,401,86,40,7,7,0,0,0,0,0,0,0 +238110,401,86,1650,124,101,6,0,0,0,0,0,0 +238120,401,86,650,24,13,3,0,0,0,0,0,0 +238130,401,86,144,49,39,0,0,0,0,0,0,0 +238140,401,86,518,73,55,5,0,0,0,0,0,0 +238150,401,86,246,22,14,3,0,0,0,0,0,0 +238160,401,86,953,180,157,6,0,0,0,0,0,0 +238170,401,86,91,24,21,0,0,0,0,0,0,0 +238190,401,86,283,36,32,0,0,0,0,0,0,0 +238210,401,86,4008,393,339,39,3,0,0,0,0,0 +238220,401,86,4826,607,542,47,3,0,0,0,0,0 +238290,401,86,423,27,15,6,0,0,0,0,0,0 +238310,401,86,644,96,73,9,0,0,0,0,0,0 +238320,401,86,541,128,123,3,0,0,0,0,0,0 +238330,401,86,163,58,57,0,0,0,0,0,0,0 +238340,401,86,213,42,34,0,0,0,0,0,0,0 +238350,401,86,953,170,151,6,0,0,0,0,0,0 +238390,401,86,253,24,14,0,0,0,0,0,0,0 +238910,401,86,1421,154,116,12,0,0,0,0,0,0 +238990,401,86,1042,155,134,9,0,0,0,0,0,0 +311612,401,86,306,7,0,0,0,0,0,0,0,0 +311811,401,86,254,36,32,0,0,0,0,0,0,0 +311812,401,86,249,4,0,0,0,0,0,0,0,0 +311821,401,86,22,4,0,0,0,0,0,0,0,0 +311830,401,86,49,3,0,0,0,0,0,0,0,0 +311941,401,86,0,3,0,0,0,0,0,0,0,0 +312120,401,86,86,8,6,0,0,0,0,0,0,0 +312130,401,86,0,3,0,0,0,0,0,0,0,0 +313310,401,86,15,4,3,0,0,0,0,0,0,0 +314120,401,86,0,6,0,0,0,0,0,0,0,0 +314910,401,86,0,3,0,0,0,0,0,0,0,0 +314999,401,86,135,17,9,0,0,0,0,0,0,0 +321911,401,86,101,6,5,0,0,0,0,0,0,0 +321918,401,86,20,4,3,0,0,0,0,0,0,0 +321920,401,86,169,5,0,0,0,0,0,0,0,0 +321992,401,86,0,3,0,0,0,0,0,0,0,0 +322211,401,86,327,3,0,0,0,0,0,0,0,0 +323111,401,86,1314,78,65,7,0,0,0,0,0,0 +323113,401,86,258,37,24,5,0,0,0,0,0,0 +323120,401,86,23,6,4,0,0,0,0,0,0,0 +324121,401,86,27,3,0,0,0,0,0,0,0,0 +324122,401,86,228,4,0,0,0,0,0,0,0,0 +325412,401,86,0,3,0,0,0,0,0,0,0,0 +325510,401,86,96,4,0,0,0,0,0,0,0,0 +325611,401,86,18,3,0,0,0,0,0,0,0,0 +326199,401,86,233,9,4,0,0,0,0,0,0,0 +327320,401,86,676,43,17,8,0,0,0,0,0,0 +327390,401,86,351,10,3,0,0,0,0,0,0,0 +327991,401,86,12,4,3,0,0,0,0,0,0,0 +327999,401,86,85,5,0,0,0,0,0,0,0,0 +332119,401,86,0,3,0,0,0,0,0,0,0,0 +332311,401,86,0,3,0,0,0,0,0,0,0,0 +332312,401,86,470,16,4,3,0,0,0,0,0,0 +332321,401,86,0,3,0,0,0,0,0,0,0,0 +332322,401,86,133,14,11,0,0,0,0,0,0,0 +332323,401,86,115,9,0,3,0,0,0,0,0,0 +332710,401,86,599,69,56,3,0,0,0,0,0,0 +332721,401,86,81,6,0,0,0,0,0,0,0,0 +332812,401,86,84,10,8,0,0,0,0,0,0,0 +332813,401,86,88,8,4,0,0,0,0,0,0,0 +332911,401,86,1240,6,0,0,0,0,0,0,0,0 +332996,401,86,73,3,0,0,0,0,0,0,0,0 +332999,401,86,52,10,7,0,0,0,0,0,0,0 +333120,401,86,0,3,0,0,0,0,0,0,0,0 +333132,401,86,643,20,4,7,0,0,0,0,0,0 +333415,401,86,1299,10,0,0,4,0,0,0,0,0 +333618,401,86,109,4,0,0,0,0,0,0,0,0 +333912,401,86,146,5,0,0,0,0,0,0,0,0 +333914,401,86,1130,8,4,0,0,0,0,0,0,0 +334419,401,86,38,4,0,0,0,0,0,0,0,0 +334519,401,86,6,3,3,0,0,0,0,0,0,0 +336211,401,86,0,3,0,0,0,0,0,0,0,0 +336212,401,86,59,4,0,0,0,0,0,0,0,0 +336214,401,86,627,11,0,0,0,0,0,0,0,0 +336310,401,86,6,4,4,0,0,0,0,0,0,0 +336350,401,86,39,3,0,0,0,0,0,0,0,0 +337110,401,86,157,10,3,0,0,0,0,0,0,0 +337122,401,86,32,3,0,0,0,0,0,0,0,0 +337127,401,86,176,3,0,0,0,0,0,0,0,0 +337212,401,86,61,3,0,0,0,0,0,0,0,0 +337215,401,86,37,4,0,0,0,0,0,0,0,0 +337910,401,86,125,5,0,0,0,0,0,0,0,0 +339112,401,86,0,7,0,0,0,0,0,0,0,0 +339113,401,86,50,4,0,0,0,0,0,0,0,0 +339114,401,86,11,3,0,0,0,0,0,0,0,0 +339116,401,86,90,27,24,0,0,0,0,0,0,0 +339950,401,86,151,20,17,0,0,0,0,0,0,0 +339991,401,86,0,3,0,0,0,0,0,0,0,0 +339999,401,86,432,10,7,0,0,0,0,0,0,0 +423110,401,86,917,38,24,9,3,0,0,0,0,0 +423120,401,86,1160,59,47,9,0,0,0,0,0,0 +423130,401,86,204,11,6,3,0,0,0,0,0,0 +423140,401,86,15,4,3,0,0,0,0,0,0,0 +423210,401,86,101,22,20,0,0,0,0,0,0,0 +423220,401,86,332,32,28,3,0,0,0,0,0,0 +423310,401,86,500,33,25,7,0,0,0,0,0,0 +423320,401,86,107,16,9,0,0,0,0,0,0,0 +423330,401,86,238,21,18,3,0,0,0,0,0,0 +423390,401,86,245,19,15,4,0,0,0,0,0,0 +423420,401,86,480,50,44,0,0,0,0,0,0,0 +423430,401,86,481,28,23,0,0,0,0,0,0,0 +423440,401,86,328,24,19,4,0,0,0,0,0,0 +423450,401,86,501,45,35,6,0,0,0,0,0,0 +423490,401,86,48,5,0,0,0,0,0,0,0,0 +423510,401,86,551,52,43,0,0,0,0,0,0,0 +423610,401,86,1173,48,32,9,0,0,0,0,0,0 +423620,401,86,16,7,6,0,0,0,0,0,0,0 +423690,401,86,1005,46,32,5,4,0,0,0,0,0 +423710,401,86,165,21,10,4,0,0,0,0,0,0 +423720,401,86,237,33,28,3,0,0,0,0,0,0 +423730,401,86,352,40,27,5,0,0,0,0,0,0 +423740,401,86,92,6,0,0,0,0,0,0,0,0 +423810,401,86,290,10,3,4,0,0,0,0,0,0 +423820,401,86,401,28,9,0,0,0,0,0,0,0 +423830,401,86,2851,230,179,30,0,0,0,0,0,0 +423840,401,86,504,38,34,3,0,0,0,0,0,0 +423850,401,86,168,17,11,0,0,0,0,0,0,0 +423860,401,86,27,7,3,0,0,0,0,0,0,0 +423910,401,86,98,12,6,0,0,0,0,0,0,0 +423930,401,86,137,17,10,3,0,0,0,0,0,0 +423940,401,86,37,10,4,0,0,0,0,0,0,0 +423990,401,86,150,19,16,0,0,0,0,0,0,0 +424120,401,86,113,18,15,0,0,0,0,0,0,0 +424130,401,86,220,13,5,6,0,0,0,0,0,0 +424210,401,86,608,27,17,0,0,0,0,0,0,0 +424310,401,86,41,4,0,0,0,0,0,0,0,0 +424320,401,86,110,8,6,0,0,0,0,0,0,0 +424330,401,86,41,6,4,0,0,0,0,0,0,0 +424410,401,86,891,7,0,0,0,0,0,0,0,0 +424420,401,86,629,6,0,0,0,0,0,0,0,0 +424430,401,86,66,3,0,0,0,0,0,0,0,0 +424450,401,86,9,5,4,0,0,0,0,0,0,0 +424470,401,86,105,6,0,3,0,0,0,0,0,0 +424480,401,86,372,13,4,3,0,0,0,0,0,0 +424490,401,86,702,49,39,8,0,0,0,0,0,0 +424510,401,86,11,3,0,0,0,0,0,0,0,0 +424590,401,86,0,3,0,0,0,0,0,0,0,0 +424610,401,86,36,6,3,0,0,0,0,0,0,0 +424690,401,86,460,59,45,3,0,0,0,0,0,0 +424710,401,86,408,13,4,3,0,0,0,0,0,0 +424720,401,86,320,20,13,0,0,0,0,0,0,0 +424810,401,86,679,8,0,0,0,0,0,0,0,0 +424820,401,86,250,8,3,0,0,0,0,0,0,0 +424910,401,86,177,15,3,0,0,0,0,0,0,0 +424920,401,86,47,6,3,0,0,0,0,0,0,0 +424930,401,86,163,15,6,3,0,0,0,0,0,0 +424940,401,86,30,6,3,0,0,0,0,0,0,0 +424950,401,86,52,8,4,0,0,0,0,0,0,0 +424990,401,86,208,26,22,0,0,0,0,0,0,0 +425120,401,86,1454,245,229,6,0,0,0,0,0,0 +441110,401,86,5978,100,13,54,17,0,0,0,0,0 +441120,401,86,821,130,119,4,0,0,0,0,0,0 +441210,401,86,308,10,0,6,0,0,0,0,0,0 +441222,401,86,77,10,3,0,0,0,0,0,0,0 +441228,401,86,312,35,24,0,0,0,0,0,0,0 +441310,401,86,1799,180,159,9,0,0,0,0,0,0 +441320,401,86,878,100,76,4,0,0,0,0,0,0 +442110,401,86,1357,79,68,4,0,0,0,0,0,0 +442210,401,86,384,55,48,6,0,0,0,0,0,0 +442291,401,86,8,5,4,0,0,0,0,0,0,0 +442299,401,86,623,66,51,9,0,0,0,0,0,0 +443141,401,86,255,21,15,0,0,0,0,0,0,0 +443142,401,86,1682,107,80,16,0,0,0,0,0,0 +444110,401,86,0,22,0,0,17,0,0,0,0,0 +444120,401,86,130,23,22,0,0,0,0,0,0,0 +444130,401,86,568,68,49,6,0,0,0,0,0,0 +444190,401,86,1383,120,91,9,0,0,0,0,0,0 +444210,401,86,132,15,13,0,0,0,0,0,0,0 +444220,401,86,645,60,33,0,0,0,0,0,0,0 +445110,401,86,8009,269,168,59,23,0,0,0,0,0 +445120,401,86,97,37,34,0,0,0,0,0,0,0 +445210,401,86,116,10,6,3,0,0,0,0,0,0 +445291,401,86,36,5,3,0,0,0,0,0,0,0 +445292,401,86,108,15,8,0,0,0,0,0,0,0 +445299,401,86,126,13,10,0,0,0,0,0,0,0 +445310,401,86,538,147,139,0,0,0,0,0,0,0 +446110,401,86,3053,222,151,52,0,0,0,0,0,0 +446120,401,86,858,80,56,11,0,0,0,0,0,0 +446130,401,86,334,48,46,0,0,0,0,0,0,0 +446191,401,86,153,35,31,0,0,0,0,0,0,0 +446199,401,86,165,36,35,0,0,0,0,0,0,0 +447110,401,86,3172,469,448,16,0,0,0,0,0,0 +447190,401,86,645,45,28,4,0,0,0,0,0,0 +448110,401,86,228,27,26,0,0,0,0,0,0,0 +448120,401,86,1822,169,136,17,0,0,0,0,0,0 +448130,401,86,349,31,22,5,0,0,0,0,0,0 +448140,401,86,3127,138,68,57,0,0,0,0,0,0 +448150,401,86,250,30,27,0,0,0,0,0,0,0 +448190,401,86,599,55,45,8,0,0,0,0,0,0 +448210,401,86,1045,109,95,6,0,0,0,0,0,0 +448310,401,86,457,65,60,0,0,0,0,0,0,0 +451110,401,86,1335,88,70,5,0,0,0,0,0,0 +451120,401,86,808,51,32,15,0,0,0,0,0,0 +451130,401,86,101,9,4,3,0,0,0,0,0,0 +451140,401,86,126,16,7,0,0,0,0,0,0,0 +451211,401,86,313,22,11,4,0,0,0,0,0,0 +452210,401,86,1915,22,0,12,0,0,0,0,0,0 +452311,401,86,0,33,0,0,13,17,0,0,0,0 +452319,401,86,1725,202,174,11,0,0,0,0,0,0 +453110,401,86,237,51,45,0,0,0,0,0,0,0 +453210,401,86,326,33,24,0,0,0,0,0,0,0 +453220,401,86,466,82,72,0,0,0,0,0,0,0 +453310,401,86,1126,101,71,20,0,0,0,0,0,0 +453910,401,86,362,29,14,10,0,0,0,0,0,0 +453920,401,86,0,4,3,0,0,0,0,0,0,0 +453930,401,86,62,9,7,0,0,0,0,0,0,0 +453991,401,86,96,27,23,0,0,0,0,0,0,0 +453998,401,86,737,138,123,4,0,0,0,0,0,0 +454110,401,86,1775,136,120,8,0,0,0,0,0,0 +454210,401,86,157,21,20,0,0,0,0,0,0,0 +454310,401,86,155,28,15,0,0,0,0,0,0,0 +454390,401,86,455,126,117,0,0,0,0,0,0,0 +481111,401,86,0,5,0,0,0,0,0,0,0,0 +481211,401,86,19,6,5,0,0,0,0,0,0,0 +484110,401,86,648,90,74,0,0,0,0,0,0,0 +484121,401,86,3936,205,171,11,4,0,0,0,0,0 +484122,401,86,1192,27,6,12,0,0,0,0,0,0 +484210,401,86,350,27,17,3,0,0,0,0,0,0 +484220,401,86,1437,131,106,6,0,0,0,0,0,0 +484230,401,86,539,52,37,4,0,0,0,0,0,0 +485320,401,86,38,4,0,0,0,0,0,0,0,0 +485410,401,86,0,7,0,0,0,0,0,0,0,0 +485991,401,86,91,10,3,0,0,0,0,0,0,0 +486110,401,86,160,9,3,3,0,0,0,0,0,0 +486210,401,86,615,17,3,0,0,0,0,0,0,0 +488119,401,86,231,13,4,3,0,0,0,0,0,0 +488190,401,86,978,32,24,0,0,0,0,0,0,0 +488210,401,86,81,5,0,0,0,0,0,0,0,0 +488410,401,86,212,39,28,0,0,0,0,0,0,0 +488490,401,86,106,20,7,4,0,0,0,0,0,0 +488510,401,86,398,51,45,3,0,0,0,0,0,0 +488991,401,86,17,3,0,0,0,0,0,0,0,0 +492110,401,86,2490,41,27,5,3,0,0,0,0,0 +492210,401,86,60,10,5,0,0,0,0,0,0,0 +493110,401,86,756,39,28,5,0,0,0,0,0,0 +493120,401,86,48,3,3,0,0,0,0,0,0,0 +493190,401,86,393,40,34,3,0,0,0,0,0,0 +511110,401,86,650,28,14,3,0,0,0,0,0,0 +511120,401,86,81,16,10,0,0,0,0,0,0,0 +511130,401,86,94,6,4,0,0,0,0,0,0,0 +511140,401,86,18,6,5,0,0,0,0,0,0,0 +511199,401,86,0,3,3,0,0,0,0,0,0,0 +511210,401,86,643,26,17,0,0,0,0,0,0,0 +512110,401,86,340,29,23,0,0,0,0,0,0,0 +512131,401,86,380,16,0,3,0,0,0,0,0,0 +512240,401,86,8,4,4,0,0,0,0,0,0,0 +515111,401,86,3,3,3,0,0,0,0,0,0,0 +515112,401,86,356,6,0,0,0,0,0,0,0,0 +515120,401,86,411,6,0,0,3,0,0,0,0,0 +517311,401,86,1755,118,84,21,0,0,0,0,0,0 +517312,401,86,2094,87,71,8,0,0,0,0,0,0 +517911,401,86,49,17,12,0,0,0,0,0,0,0 +517919,401,86,30,6,4,0,0,0,0,0,0,0 +518210,401,86,1968,72,56,9,0,0,0,0,0,0 +519120,401,86,28,4,0,0,0,0,0,0,0,0 +519130,401,86,47,18,15,0,0,0,0,0,0,0 +522110,401,86,6629,405,325,59,3,0,0,0,0,0 +522120,401,86,0,44,34,3,0,0,0,0,0,0 +522130,401,86,2008,92,61,23,0,0,0,0,0,0 +522220,401,86,499,28,18,3,0,0,0,0,0,0 +522291,401,86,565,168,160,0,0,0,0,0,0,0 +522292,401,86,1383,59,43,6,0,0,0,0,0,0 +522298,401,86,670,76,69,0,0,0,0,0,0,0 +522310,401,86,15,9,8,0,0,0,0,0,0,0 +522320,401,86,64,15,11,0,0,0,0,0,0,0 +522390,401,86,454,106,102,0,0,0,0,0,0,0 +523110,401,86,81,12,9,0,0,0,0,0,0,0 +523120,401,86,354,69,62,4,0,0,0,0,0,0 +523140,401,86,0,3,3,0,0,0,0,0,0,0 +523910,401,86,360,135,129,0,0,0,0,0,0,0 +523920,401,86,689,238,230,4,0,0,0,0,0,0 +523930,401,86,170,64,62,0,0,0,0,0,0,0 +523991,401,86,21,6,5,0,0,0,0,0,0,0 +523999,401,86,206,29,25,0,0,0,0,0,0,0 +524113,401,86,1124,30,19,7,0,0,0,0,0,0 +524114,401,86,2049,15,6,0,0,0,0,0,0,0 +524126,401,86,1802,55,39,9,4,0,0,0,0,0 +524127,401,86,426,31,21,3,0,0,0,0,0,0 +524210,401,86,3414,884,854,18,0,0,0,0,0,0 +524291,401,86,166,40,31,0,0,0,0,0,0,0 +524292,401,86,429,21,15,0,0,0,0,0,0,0 +524298,401,86,53,5,3,0,0,0,0,0,0,0 +531110,401,86,1490,278,261,0,0,0,0,0,0,0 +531120,401,86,448,135,129,0,0,0,0,0,0,0 +531130,401,86,173,89,83,0,0,0,0,0,0,0 +531190,401,86,126,39,34,0,0,0,0,0,0,0 +531210,401,86,1364,572,559,6,0,0,0,0,0,0 +531311,401,86,1449,185,166,3,0,0,0,0,0,0 +531312,401,86,613,110,100,0,0,0,0,0,0,0 +531320,401,86,112,85,81,0,0,0,0,0,0,0 +531390,401,86,606,174,166,3,0,0,0,0,0,0 +532111,401,86,298,33,26,4,0,0,0,0,0,0 +532112,401,86,0,4,0,0,0,0,0,0,0,0 +532120,401,86,297,27,19,6,0,0,0,0,0,0 +532210,401,86,149,49,45,0,0,0,0,0,0,0 +532281,401,86,14,5,5,0,0,0,0,0,0,0 +532282,401,86,0,6,0,0,0,0,0,0,0,0 +532283,401,86,192,11,8,0,0,0,0,0,0,0 +532289,401,86,140,15,9,0,0,0,0,0,0,0 +532310,401,86,65,10,7,0,0,0,0,0,0,0 +532411,401,86,14,3,0,0,0,0,0,0,0,0 +532412,401,86,904,64,44,8,0,0,0,0,0,0 +532490,401,86,592,49,32,4,0,0,0,0,0,0 +533110,401,86,644,51,47,0,0,0,0,0,0,0 +541110,401,86,5488,1237,1189,40,0,0,0,0,0,0 +541191,401,86,348,81,67,5,0,0,0,0,0,0 +541199,401,86,33,12,10,0,0,0,0,0,0,0 +541211,401,86,2078,343,312,16,0,0,0,0,0,0 +541213,401,86,667,103,89,3,0,0,0,0,0,0 +541214,401,86,841,32,22,8,0,0,0,0,0,0 +541219,401,86,1934,256,238,9,0,0,0,0,0,0 +541310,401,86,856,98,86,8,0,0,0,0,0,0 +541320,401,86,28,12,10,0,0,0,0,0,0,0 +541330,401,86,3085,256,206,39,4,0,0,0,0,0 +541340,401,86,24,11,8,0,0,0,0,0,0,0 +541350,401,86,70,27,23,0,0,0,0,0,0,0 +541360,401,86,221,94,87,0,0,0,0,0,0,0 +541370,401,86,334,50,38,3,0,0,0,0,0,0 +541380,401,86,285,24,11,6,0,0,0,0,0,0 +541410,401,86,118,47,43,0,0,0,0,0,0,0 +541430,401,86,132,56,50,0,0,0,0,0,0,0 +541490,401,86,6,3,3,0,0,0,0,0,0,0 +541511,401,86,1516,194,182,6,0,0,0,0,0,0 +541512,401,86,2637,160,139,6,7,0,0,0,0,0 +541513,401,86,697,34,27,0,0,0,0,0,0,0 +541519,401,86,110,42,37,0,0,0,0,0,0,0 +541611,401,86,1998,406,384,11,5,0,0,0,0,0 +541612,401,86,92,22,19,0,0,0,0,0,0,0 +541613,401,86,576,92,79,9,0,0,0,0,0,0 +541614,401,86,495,17,12,0,0,0,0,0,0,0 +541618,401,86,21,12,11,0,0,0,0,0,0,0 +541620,401,86,341,50,35,4,0,0,0,0,0,0 +541690,401,86,676,114,109,0,0,0,0,0,0,0 +541713,401,86,0,4,0,0,0,0,0,0,0,0 +541714,401,86,69,7,3,0,0,0,0,0,0,0 +541715,401,86,398,26,21,0,0,0,0,0,0,0 +541720,401,86,0,4,3,0,0,0,0,0,0,0 +541810,401,86,497,54,44,4,0,0,0,0,0,0 +541820,401,86,117,40,40,0,0,0,0,0,0,0 +541830,401,86,2,7,4,0,0,0,0,0,0,0 +541840,401,86,2,3,3,0,0,0,0,0,0,0 +541850,401,86,87,13,11,0,0,0,0,0,0,0 +541860,401,86,0,4,0,0,0,0,0,0,0,0 +541890,401,86,211,29,20,3,0,0,0,0,0,0 +541910,401,86,168,15,8,0,0,0,0,0,0,0 +541921,401,86,160,39,35,0,0,0,0,0,0,0 +541922,401,86,19,11,10,0,0,0,0,0,0,0 +541930,401,86,0,3,0,0,0,0,0,0,0,0 +541940,401,86,2010,196,163,13,0,0,0,0,0,0 +541990,401,86,556,53,44,0,0,0,0,0,0,0 +551112,401,86,303,25,18,0,0,0,0,0,0,0 +551114,401,86,21232,220,137,45,12,6,3,0,0,0 +561110,401,86,2706,223,184,25,3,0,0,0,0,0 +561210,401,86,1466,38,19,13,0,0,0,0,0,0 +561311,401,86,338,17,10,0,0,0,0,0,0,0 +561312,401,86,17,11,10,0,0,0,0,0,0,0 +561320,401,86,9003,148,68,39,14,9,0,0,0,0 +561330,401,86,1988,33,15,8,4,0,0,0,0,0 +561410,401,86,23,12,11,0,0,0,0,0,0,0 +561422,401,86,2160,16,0,0,0,0,0,0,0,0 +561431,401,86,28,9,8,0,0,0,0,0,0,0 +561439,401,86,204,24,23,0,0,0,0,0,0,0 +561440,401,86,456,22,16,4,0,0,0,0,0,0 +561491,401,86,88,6,0,0,0,0,0,0,0,0 +561492,401,86,86,50,48,0,0,0,0,0,0,0 +561499,401,86,226,10,4,0,0,0,0,0,0,0 +561510,401,86,110,32,30,0,0,0,0,0,0,0 +561599,401,86,640,8,0,0,0,0,0,0,0,0 +561611,401,86,86,24,20,0,0,0,0,0,0,0 +561612,401,86,2402,47,26,9,0,0,0,0,0,0 +561613,401,86,151,6,0,0,0,0,0,0,0,0 +561621,401,86,568,57,43,7,0,0,0,0,0,0 +561622,401,86,46,14,11,0,0,0,0,0,0,0 +561710,401,86,541,88,79,4,0,0,0,0,0,0 +561720,401,86,3492,262,211,41,3,0,0,0,0,0 +561730,401,86,3236,401,367,22,0,0,0,0,0,0 +561740,401,86,95,25,23,0,0,0,0,0,0,0 +561790,401,86,238,48,45,0,0,0,0,0,0,0 +561910,401,86,22,3,0,0,0,0,0,0,0,0 +561920,401,86,1004,10,6,0,0,0,0,0,0,0 +561990,401,86,1155,171,154,5,0,0,0,0,0,0 +562111,401,86,537,25,18,0,0,0,0,0,0,0 +562112,401,86,12,3,0,0,0,0,0,0,0,0 +562119,401,86,47,8,5,0,0,0,0,0,0,0 +562211,401,86,74,7,6,0,0,0,0,0,0,0 +562212,401,86,49,5,3,0,0,0,0,0,0,0 +562910,401,86,113,19,12,0,0,0,0,0,0,0 +562920,401,86,55,7,3,0,0,0,0,0,0,0 +562991,401,86,75,12,9,0,0,0,0,0,0,0 +562998,401,86,34,3,0,0,0,0,0,0,0,0 +611110,401,86,3169,57,13,19,11,0,0,0,0,0 +611310,401,86,4125,17,6,0,3,0,0,0,0,0 +611430,401,86,99,18,13,0,0,0,0,0,0,0 +611511,401,86,54,5,0,0,0,0,0,0,0,0 +611512,401,86,111,6,0,0,0,0,0,0,0,0 +611513,401,86,25,4,0,0,0,0,0,0,0,0 +611519,401,86,266,19,11,4,0,0,0,0,0,0 +611610,401,86,279,52,50,0,0,0,0,0,0,0 +611620,401,86,472,63,55,4,0,0,0,0,0,0 +611630,401,86,50,4,0,0,0,0,0,0,0,0 +611691,401,86,242,30,22,0,0,0,0,0,0,0 +611699,401,86,116,22,18,0,0,0,0,0,0,0 +611710,401,86,67,16,13,0,0,0,0,0,0,0 +621111,401,86,10111,1253,1160,73,6,0,0,0,0,0 +621112,401,86,292,65,60,0,0,0,0,0,0,0 +621210,401,86,3825,649,628,8,0,0,0,0,0,0 +621310,401,86,498,158,150,0,0,0,0,0,0,0 +621320,401,86,838,144,131,0,0,0,0,0,0,0 +621330,401,86,441,187,182,0,0,0,0,0,0,0 +621340,401,86,1595,203,180,11,0,0,0,0,0,0 +621391,401,86,93,24,19,0,0,0,0,0,0,0 +621399,401,86,376,131,125,0,0,0,0,0,0,0 +621420,401,86,1177,62,37,7,0,0,0,0,0,0 +621492,401,86,391,33,19,8,0,0,0,0,0,0 +621493,401,86,1147,59,32,22,0,0,0,0,0,0 +621498,401,86,1385,55,33,10,4,0,0,0,0,0 +621511,401,86,1000,95,81,8,0,0,0,0,0,0 +621512,401,86,255,41,37,0,0,0,0,0,0,0 +621610,401,86,4884,177,90,58,10,0,0,0,0,0 +621910,401,86,0,12,8,0,0,0,0,0,0,0 +621991,401,86,677,12,3,0,0,0,0,0,0,0 +621999,401,86,126,20,15,0,0,0,0,0,0,0 +622110,401,86,16951,16,0,0,0,0,3,3,0,0 +622210,401,86,782,4,0,0,0,0,0,0,0,0 +622310,401,86,4264,16,0,3,6,3,0,0,0,0 +623110,401,86,6267,98,13,53,14,0,0,0,0,0 +623210,401,86,745,83,72,7,0,0,0,0,0,0 +623220,401,86,176,8,3,4,0,0,0,0,0,0 +623311,401,86,575,11,0,3,0,0,0,0,0,0 +623312,401,86,1889,54,8,35,0,0,0,0,0,0 +623990,401,86,593,25,3,9,0,0,0,0,0,0 +624110,401,86,488,54,48,4,0,0,0,0,0,0 +624120,401,86,2545,68,24,22,6,0,0,0,0,0 +624190,401,86,1578,215,186,19,0,0,0,0,0,0 +624210,401,86,67,34,26,0,0,0,0,0,0,0 +624221,401,86,104,7,3,0,0,0,0,0,0,0 +624229,401,86,161,14,9,3,0,0,0,0,0,0 +624230,401,86,0,4,0,0,0,0,0,0,0,0 +624310,401,86,777,28,12,5,0,0,0,0,0,0 +624410,401,86,4696,413,328,73,0,0,0,0,0,0 +711110,401,86,70,5,0,0,0,0,0,0,0,0 +711130,401,86,173,10,9,0,0,0,0,0,0,0 +711211,401,86,0,4,0,0,0,0,0,0,0,0 +711219,401,86,28,8,6,0,0,0,0,0,0,0 +711310,401,86,417,17,9,3,0,0,0,0,0,0 +711320,401,86,136,18,14,0,0,0,0,0,0,0 +711410,401,86,0,5,4,0,0,0,0,0,0,0 +711510,401,86,105,46,43,0,0,0,0,0,0,0 +712110,401,86,584,22,9,0,3,0,0,0,0,0 +713120,401,86,386,13,3,0,0,0,0,0,0,0 +713210,401,86,0,3,0,0,0,0,0,0,0,0 +713290,401,86,172,6,0,3,0,0,0,0,0,0 +713910,401,86,945,23,4,8,0,0,0,0,0,0 +713940,401,86,2981,152,108,26,4,0,0,0,0,0 +713950,401,86,123,6,0,3,0,0,0,0,0,0 +713990,401,86,926,52,43,3,0,0,0,0,0,0 +721110,401,86,6153,277,164,86,6,0,0,0,0,0 +721191,401,86,24,6,0,0,0,0,0,0,0,0 +721211,401,86,45,7,0,0,0,0,0,0,0,0 +721310,401,86,73,18,16,0,0,0,0,0,0,0 +722310,401,86,2221,139,102,16,5,0,0,0,0,0 +722320,401,86,640,39,25,6,0,0,0,0,0,0 +722330,401,86,66,26,25,0,0,0,0,0,0,0 +722410,401,86,1467,148,123,18,0,0,0,0,0,0 +722511,401,86,26889,1102,661,409,24,0,0,0,0,0 +722513,401,86,25093,1223,656,560,3,0,0,0,0,0 +722514,401,86,954,35,8,14,0,0,0,0,0,0 +722515,401,86,4177,256,170,78,0,0,0,0,0,0 +811111,401,86,1286,308,301,0,0,0,0,0,0,0 +811112,401,86,10,5,5,0,0,0,0,0,0,0 +811113,401,86,88,18,15,0,0,0,0,0,0,0 +811118,401,86,86,18,16,0,0,0,0,0,0,0 +811121,401,86,1161,182,154,14,0,0,0,0,0,0 +811122,401,86,92,21,18,0,0,0,0,0,0,0 +811191,401,86,318,45,37,0,0,0,0,0,0,0 +811192,401,86,908,86,62,14,0,0,0,0,0,0 +811198,401,86,30,9,9,0,0,0,0,0,0,0 +811211,401,86,164,8,4,0,0,0,0,0,0,0 +811212,401,86,117,31,27,0,0,0,0,0,0,0 +811213,401,86,75,12,10,0,0,0,0,0,0,0 +811219,401,86,69,5,3,0,0,0,0,0,0,0 +811310,401,86,658,136,121,7,0,0,0,0,0,0 +811411,401,86,6,3,3,0,0,0,0,0,0,0 +811412,401,86,52,22,20,0,0,0,0,0,0,0 +811420,401,86,48,9,5,0,0,0,0,0,0,0 +811430,401,86,11,5,5,0,0,0,0,0,0,0 +811490,401,86,56,28,24,0,0,0,0,0,0,0 +812111,401,86,95,15,12,0,0,0,0,0,0,0 +812112,401,86,1079,287,273,5,0,0,0,0,0,0 +812113,401,86,72,18,18,0,0,0,0,0,0,0 +812191,401,86,60,8,0,0,0,0,0,0,0,0 +812199,401,86,424,95,80,3,0,0,0,0,0,0 +812210,401,86,552,56,35,6,0,0,0,0,0,0 +812220,401,86,99,14,10,0,0,0,0,0,0,0 +812310,401,86,152,27,21,0,0,0,0,0,0,0 +812320,401,86,701,74,56,8,0,0,0,0,0,0 +812331,401,86,384,4,0,0,3,0,0,0,0,0 +812332,401,86,307,5,0,0,0,0,0,0,0,0 +812910,401,86,508,89,77,4,0,0,0,0,0,0 +812930,401,86,330,19,12,3,0,0,0,0,0,0 +812990,401,86,211,68,63,0,0,0,0,0,0,0 +813110,401,86,12271,977,838,116,12,0,0,0,0,0 +813211,401,86,316,54,50,0,0,0,0,0,0,0 +813212,401,86,471,23,19,3,0,0,0,0,0,0 +813219,401,86,70,8,6,0,0,0,0,0,0,0 +813311,401,86,28,10,9,0,0,0,0,0,0,0 +813312,401,86,126,13,5,0,0,0,0,0,0,0 +813319,401,86,101,26,25,0,0,0,0,0,0,0 +813410,401,86,451,79,63,3,0,0,0,0,0,0 +813910,401,86,550,92,84,7,0,0,0,0,0,0 +813920,401,86,393,55,49,4,0,0,0,0,0,0 +813930,401,86,363,43,41,0,0,0,0,0,0,0 +813940,401,86,19,12,10,0,0,0,0,0,0,0 +813990,401,86,76,29,24,0,0,0,0,0,0,0 +115210,402,87,25,5,4,0,0,0,0,0,0,0 +211120,402,87,3184,283,246,23,0,0,0,0,0,0 +211130,402,87,420,22,19,0,0,0,0,0,0,0 +212321,402,87,28,8,4,0,0,0,0,0,0,0 +213111,402,87,967,33,22,0,0,0,0,0,0,0 +213112,402,87,2037,139,108,9,0,3,0,0,0,0 +221112,402,87,0,6,0,0,0,0,0,0,0,0 +221122,402,87,0,22,12,0,3,0,0,0,0,0 +221210,402,87,1713,10,0,3,0,0,0,0,0,0 +221310,402,87,12,3,0,0,0,0,0,0,0,0 +221320,402,87,0,3,3,0,0,0,0,0,0,0 +236115,402,87,264,107,100,0,0,0,0,0,0,0 +236117,402,87,239,45,41,0,0,0,0,0,0,0 +236118,402,87,534,169,158,0,0,0,0,0,0,0 +236210,402,87,165,7,0,0,0,0,0,0,0,0 +236220,402,87,2109,189,166,9,3,0,0,0,0,0 +237110,402,87,498,37,23,0,0,0,0,0,0,0 +237120,402,87,1891,27,6,3,0,0,0,0,0,0 +237130,402,87,653,40,24,7,0,0,0,0,0,0 +237210,402,87,10,18,15,0,0,0,0,0,0,0 +237310,402,87,1250,34,9,5,0,0,0,0,0,0 +237990,402,87,24,6,4,0,0,0,0,0,0,0 +238110,402,87,914,100,86,4,0,0,0,0,0,0 +238120,402,87,314,17,10,3,0,0,0,0,0,0 +238130,402,87,74,26,21,0,0,0,0,0,0,0 +238140,402,87,802,62,46,0,0,0,0,0,0,0 +238150,402,87,182,15,7,3,0,0,0,0,0,0 +238160,402,87,465,79,69,3,0,0,0,0,0,0 +238170,402,87,133,16,15,0,0,0,0,0,0,0 +238190,402,87,225,24,8,0,0,0,0,0,0,0 +238210,402,87,2978,288,241,31,0,0,0,0,0,0 +238220,402,87,4233,401,344,42,4,0,0,0,0,0 +238290,402,87,478,17,8,4,0,0,0,0,0,0 +238310,402,87,1059,69,47,11,0,0,0,0,0,0 +238320,402,87,641,110,100,0,0,0,0,0,0,0 +238330,402,87,128,43,38,0,0,0,0,0,0,0 +238340,402,87,168,26,22,0,0,0,0,0,0,0 +238350,402,87,452,87,73,3,0,0,0,0,0,0 +238390,402,87,84,7,0,0,0,0,0,0,0,0 +238910,402,87,955,102,80,7,0,0,0,0,0,0 +238990,402,87,1392,120,100,6,0,0,0,0,0,0 +311811,402,87,66,15,13,0,0,0,0,0,0,0 +311812,402,87,0,5,0,0,0,0,0,0,0,0 +311830,402,87,12,3,0,0,0,0,0,0,0,0 +312120,402,87,20,5,3,0,0,0,0,0,0,0 +314910,402,87,28,5,3,0,0,0,0,0,0,0 +314999,402,87,23,6,5,0,0,0,0,0,0,0 +321911,402,87,24,3,0,0,0,0,0,0,0,0 +321918,402,87,106,3,0,0,0,0,0,0,0,0 +321920,402,87,74,8,6,0,0,0,0,0,0,0 +323111,402,87,850,50,41,4,0,0,0,0,0,0 +323113,402,87,177,21,16,0,0,0,0,0,0,0 +323120,402,87,18,3,0,0,0,0,0,0,0,0 +325180,402,87,25,4,0,0,0,0,0,0,0,0 +325211,402,87,317,4,0,0,0,0,0,0,0,0 +325510,402,87,132,7,6,0,0,0,0,0,0,0 +325992,402,87,14,3,0,0,0,0,0,0,0,0 +325998,402,87,38,4,0,0,0,0,0,0,0,0 +326130,402,87,0,3,3,0,0,0,0,0,0,0 +326150,402,87,146,4,3,0,0,0,0,0,0,0 +326199,402,87,171,16,11,0,0,0,0,0,0,0 +326291,402,87,256,4,0,0,0,0,0,0,0,0 +327120,402,87,0,3,0,0,0,0,0,0,0,0 +327215,402,87,0,3,0,0,0,0,0,0,0,0 +327320,402,87,174,11,3,0,0,0,0,0,0,0 +327390,402,87,354,11,0,5,0,0,0,0,0,0 +327991,402,87,82,5,3,0,0,0,0,0,0,0 +327999,402,87,33,3,0,0,0,0,0,0,0,0 +331110,402,87,0,3,0,0,0,0,0,0,0,0 +332114,402,87,71,3,0,0,0,0,0,0,0,0 +332311,402,87,52,3,0,0,0,0,0,0,0,0 +332312,402,87,1556,27,7,5,0,0,0,0,0,0 +332313,402,87,575,22,6,6,0,0,0,0,0,0 +332321,402,87,213,4,0,0,0,0,0,0,0,0 +332322,402,87,689,27,12,9,0,0,0,0,0,0 +332323,402,87,92,11,11,0,0,0,0,0,0,0 +332410,402,87,2479,33,4,10,5,0,0,0,0,0 +332420,402,87,931,7,0,0,0,0,0,0,0,0 +332618,402,87,40,3,3,0,0,0,0,0,0,0 +332710,402,87,1388,116,95,12,0,0,0,0,0,0 +332721,402,87,236,15,7,3,0,0,0,0,0,0 +332722,402,87,24,3,0,0,0,0,0,0,0,0 +332811,402,87,35,6,3,0,0,0,0,0,0,0 +332812,402,87,153,13,4,0,0,0,0,0,0,0 +332813,402,87,397,10,4,0,0,0,0,0,0,0 +332911,402,87,245,6,0,0,0,0,0,0,0,0 +332912,402,87,70,3,0,0,0,0,0,0,0,0 +332996,402,87,770,20,9,0,0,0,0,0,0,0 +332999,402,87,238,15,7,0,0,0,0,0,0,0 +333120,402,87,320,5,0,0,0,0,0,0,0,0 +333132,402,87,750,18,7,5,3,0,0,0,0,0 +333244,402,87,15,3,0,0,0,0,0,0,0,0 +333249,402,87,1363,10,3,0,0,0,0,0,0,0 +333318,402,87,0,3,0,0,0,0,0,0,0,0 +333414,402,87,144,3,0,0,0,0,0,0,0,0 +333514,402,87,78,4,0,0,0,0,0,0,0,0 +333515,402,87,50,5,3,0,0,0,0,0,0,0 +333912,402,87,449,4,0,0,0,0,0,0,0,0 +333914,402,87,787,16,3,0,3,0,0,0,0,0 +333923,402,87,860,6,0,0,3,0,0,0,0,0 +333924,402,87,0,3,0,0,0,0,0,0,0,0 +333994,402,87,235,8,3,3,0,0,0,0,0,0 +333999,402,87,356,10,0,0,0,0,0,0,0,0 +334220,402,87,0,3,0,0,0,0,0,0,0,0 +334418,402,87,266,3,0,0,0,0,0,0,0,0 +334419,402,87,2,3,3,0,0,0,0,0,0,0 +334511,402,87,0,3,0,0,0,0,0,0,0,0 +334513,402,87,268,5,0,0,0,0,0,0,0,0 +334519,402,87,108,6,3,0,0,0,0,0,0,0 +335312,402,87,110,3,0,0,0,0,0,0,0,0 +335313,402,87,272,4,0,0,0,0,0,0,0,0 +335314,402,87,0,3,0,0,0,0,0,0,0,0 +336211,402,87,0,3,0,0,0,0,0,0,0,0 +336390,402,87,0,3,0,0,0,0,0,0,0,0 +336411,402,87,0,3,0,0,0,0,0,0,0,0 +336412,402,87,183,4,0,0,0,0,0,0,0,0 +336413,402,87,3396,12,0,3,0,0,0,0,0,0 +337110,402,87,187,14,7,4,0,0,0,0,0,0 +337212,402,87,163,6,0,0,0,0,0,0,0,0 +339113,402,87,9,5,4,0,0,0,0,0,0,0 +339116,402,87,117,16,14,0,0,0,0,0,0,0 +339950,402,87,199,13,7,3,0,0,0,0,0,0 +339991,402,87,392,11,6,0,0,0,0,0,0,0 +339994,402,87,0,3,0,0,0,0,0,0,0,0 +339999,402,87,150,23,19,0,0,0,0,0,0,0 +423110,402,87,472,24,10,4,0,0,0,0,0,0 +423120,402,87,461,25,15,8,0,0,0,0,0,0 +423130,402,87,191,9,3,0,0,0,0,0,0,0 +423140,402,87,99,5,0,0,0,0,0,0,0,0 +423210,402,87,274,8,3,0,0,0,0,0,0,0 +423220,402,87,98,12,12,0,0,0,0,0,0,0 +423310,402,87,284,22,18,0,0,0,0,0,0,0 +423320,402,87,128,10,7,0,0,0,0,0,0,0 +423330,402,87,139,14,12,0,0,0,0,0,0,0 +423390,402,87,129,12,8,0,0,0,0,0,0,0 +423420,402,87,251,39,33,4,0,0,0,0,0,0 +423430,402,87,313,17,12,0,0,0,0,0,0,0 +423440,402,87,89,9,7,0,0,0,0,0,0,0 +423450,402,87,408,46,39,5,0,0,0,0,0,0 +423490,402,87,119,8,3,0,0,0,0,0,0,0 +423510,402,87,1084,65,38,16,0,0,0,0,0,0 +423610,402,87,662,54,39,9,0,0,0,0,0,0 +423620,402,87,0,3,0,0,0,0,0,0,0,0 +423690,402,87,262,33,27,3,0,0,0,0,0,0 +423710,402,87,2075,26,19,0,0,0,0,0,0,0 +423720,402,87,232,30,23,4,0,0,0,0,0,0 +423730,402,87,233,25,21,4,0,0,0,0,0,0 +423740,402,87,43,5,4,0,0,0,0,0,0,0 +423810,402,87,299,16,9,3,0,0,0,0,0,0 +423820,402,87,102,9,7,0,0,0,0,0,0,0 +423830,402,87,2292,189,136,35,0,0,0,0,0,0 +423840,402,87,484,44,36,0,0,0,0,0,0,0 +423850,402,87,336,17,13,3,0,0,0,0,0,0 +423860,402,87,170,7,3,0,0,0,0,0,0,0 +423910,402,87,243,15,11,3,0,0,0,0,0,0 +423920,402,87,19,4,0,0,0,0,0,0,0,0 +423930,402,87,146,11,3,0,0,0,0,0,0,0 +423940,402,87,42,8,6,0,0,0,0,0,0,0 +423990,402,87,74,14,12,0,0,0,0,0,0,0 +424110,402,87,41,3,0,0,0,0,0,0,0,0 +424120,402,87,215,19,14,3,0,0,0,0,0,0 +424130,402,87,357,10,3,3,0,0,0,0,0,0 +424210,402,87,214,22,18,4,0,0,0,0,0,0 +424310,402,87,0,9,0,3,0,0,0,0,0,0 +424330,402,87,45,4,0,0,0,0,0,0,0,0 +424410,402,87,6,4,3,0,0,0,0,0,0,0 +424420,402,87,37,4,0,0,0,0,0,0,0,0 +424490,402,87,487,28,21,3,0,0,0,0,0,0 +424510,402,87,0,3,0,0,0,0,0,0,0,0 +424590,402,87,0,3,0,0,0,0,0,0,0,0 +424610,402,87,98,14,14,0,0,0,0,0,0,0 +424690,402,87,510,33,24,5,0,0,0,0,0,0 +424710,402,87,197,11,5,0,0,0,0,0,0,0 +424720,402,87,201,21,16,3,0,0,0,0,0,0 +424810,402,87,498,7,0,0,0,0,0,0,0,0 +424820,402,87,203,8,5,0,0,0,0,0,0,0 +424910,402,87,93,6,0,0,0,0,0,0,0,0 +424930,402,87,0,3,0,0,0,0,0,0,0,0 +424950,402,87,40,5,0,0,0,0,0,0,0,0 +424990,402,87,95,19,19,0,0,0,0,0,0,0 +425120,402,87,782,203,192,3,0,0,0,0,0,0 +441110,402,87,3991,61,5,34,12,0,0,0,0,0 +441120,402,87,586,103,93,3,0,0,0,0,0,0 +441210,402,87,187,9,3,0,0,0,0,0,0,0 +441222,402,87,39,6,3,0,0,0,0,0,0,0 +441228,402,87,210,19,12,0,0,0,0,0,0,0 +441310,402,87,1250,139,118,7,0,0,0,0,0,0 +441320,402,87,753,81,68,0,0,0,0,0,0,0 +442110,402,87,805,52,41,0,0,0,0,0,0,0 +442210,402,87,228,36,33,3,0,0,0,0,0,0 +442291,402,87,20,4,0,0,0,0,0,0,0,0 +442299,402,87,524,48,39,9,0,0,0,0,0,0 +443141,402,87,516,25,21,0,0,0,0,0,0,0 +443142,402,87,808,54,45,8,0,0,0,0,0,0 +444110,402,87,0,14,0,0,11,0,0,0,0,0 +444120,402,87,151,26,22,0,0,0,0,0,0,0 +444130,402,87,257,38,25,3,0,0,0,0,0,0 +444190,402,87,888,89,69,9,0,0,0,0,0,0 +444210,402,87,96,16,8,0,0,0,0,0,0,0 +444220,402,87,540,44,18,3,0,0,0,0,0,0 +445110,402,87,6174,127,45,40,22,0,0,0,0,0 +445120,402,87,58,20,20,0,0,0,0,0,0,0 +445210,402,87,59,8,4,0,0,0,0,0,0,0 +445230,402,87,29,7,6,0,0,0,0,0,0,0 +445291,402,87,22,6,4,0,0,0,0,0,0,0 +445292,402,87,40,8,7,0,0,0,0,0,0,0 +445299,402,87,90,12,10,0,0,0,0,0,0,0 +445310,402,87,576,116,105,0,0,0,0,0,0,0 +446110,402,87,1977,143,96,26,0,0,0,0,0,0 +446120,402,87,536,55,44,7,0,0,0,0,0,0 +446130,402,87,167,25,25,0,0,0,0,0,0,0 +446191,402,87,98,20,20,0,0,0,0,0,0,0 +446199,402,87,87,23,22,0,0,0,0,0,0,0 +447110,402,87,4251,334,258,69,0,0,0,0,0,0 +447190,402,87,153,11,5,0,0,0,0,0,0,0 +448110,402,87,172,13,9,0,0,0,0,0,0,0 +448120,402,87,1069,101,88,11,0,0,0,0,0,0 +448130,402,87,235,19,16,3,0,0,0,0,0,0 +448140,402,87,1494,71,28,30,0,0,0,0,0,0 +448150,402,87,266,27,25,0,0,0,0,0,0,0 +448190,402,87,292,25,21,0,0,0,0,0,0,0 +448210,402,87,599,73,58,5,0,0,0,0,0,0 +448310,402,87,296,37,32,4,0,0,0,0,0,0 +448320,402,87,0,3,3,0,0,0,0,0,0,0 +451110,402,87,813,60,49,6,0,0,0,0,0,0 +451120,402,87,517,30,21,7,0,0,0,0,0,0 +451130,402,87,80,10,8,0,0,0,0,0,0,0 +451140,402,87,158,18,15,0,0,0,0,0,0,0 +451211,402,87,181,14,9,4,0,0,0,0,0,0 +452210,402,87,1371,15,0,11,4,0,0,0,0,0 +452311,402,87,4782,24,0,0,10,9,0,0,0,0 +452319,402,87,1251,156,129,13,0,0,0,0,0,0 +453110,402,87,124,40,27,0,0,0,0,0,0,0 +453210,402,87,188,20,19,0,0,0,0,0,0,0 +453220,402,87,358,52,46,3,0,0,0,0,0,0 +453310,402,87,488,63,51,4,0,0,0,0,0,0 +453910,402,87,343,25,19,5,0,0,0,0,0,0 +453930,402,87,63,9,6,0,0,0,0,0,0,0 +453991,402,87,268,42,31,0,0,0,0,0,0,0 +453998,402,87,411,87,78,0,0,0,0,0,0,0 +454110,402,87,572,76,66,5,0,0,0,0,0,0 +454210,402,87,296,10,6,0,0,0,0,0,0,0 +454310,402,87,37,6,0,0,0,0,0,0,0,0 +454390,402,87,360,78,68,4,0,0,0,0,0,0 +481111,402,87,0,4,0,3,0,0,0,0,0,0 +481211,402,87,546,9,4,0,0,0,0,0,0,0 +484110,402,87,535,52,44,0,0,0,0,0,0,0 +484121,402,87,750,115,99,3,0,0,0,0,0,0 +484122,402,87,653,21,9,10,0,0,0,0,0,0 +484210,402,87,259,15,11,3,0,0,0,0,0,0 +484220,402,87,608,84,69,5,0,0,0,0,0,0 +484230,402,87,876,23,12,0,0,0,0,0,0,0 +485320,402,87,34,4,0,0,0,0,0,0,0,0 +485510,402,87,0,3,0,0,0,0,0,0,0,0 +485991,402,87,0,3,0,0,0,0,0,0,0,0 +486110,402,87,124,5,0,0,0,0,0,0,0,0 +486210,402,87,254,15,6,0,0,0,0,0,0,0 +486910,402,87,0,4,0,0,0,0,0,0,0,0 +488119,402,87,118,8,3,0,0,0,0,0,0,0 +488190,402,87,870,42,27,8,0,0,0,0,0,0 +488210,402,87,31,3,0,0,0,0,0,0,0,0 +488410,402,87,119,20,13,0,0,0,0,0,0,0 +488490,402,87,30,7,0,0,0,0,0,0,0,0 +488510,402,87,170,37,36,0,0,0,0,0,0,0 +488991,402,87,73,5,3,0,0,0,0,0,0,0 +492110,402,87,1134,22,13,3,3,0,0,0,0,0 +492210,402,87,51,9,7,0,0,0,0,0,0,0 +493110,402,87,1838,31,18,0,0,0,0,0,0,0 +493120,402,87,6,4,4,0,0,0,0,0,0,0 +493190,402,87,170,9,0,0,0,0,0,0,0,0 +511110,402,87,55,20,8,0,0,0,0,0,0,0 +511120,402,87,485,19,15,0,0,0,0,0,0,0 +511130,402,87,0,5,0,0,0,0,0,0,0,0 +511210,402,87,210,21,18,3,0,0,0,0,0,0 +512110,402,87,152,30,26,0,0,0,0,0,0,0 +512131,402,87,547,15,6,5,0,0,0,0,0,0 +512240,402,87,7,5,5,0,0,0,0,0,0,0 +515111,402,87,0,3,0,0,0,0,0,0,0,0 +515112,402,87,262,12,7,0,0,0,0,0,0,0 +515120,402,87,633,8,0,0,4,0,0,0,0,0 +517311,402,87,6321,123,81,19,5,0,4,0,0,0 +517312,402,87,1283,90,77,7,0,0,0,0,0,0 +517911,402,87,137,33,28,0,0,0,0,0,0,0 +518210,402,87,1041,36,21,11,3,0,0,0,0,0 +519130,402,87,93,14,10,0,0,0,0,0,0,0 +522110,402,87,7222,293,227,42,0,0,0,0,0,0 +522120,402,87,0,9,6,0,0,0,0,0,0,0 +522130,402,87,1149,78,60,8,0,0,0,0,0,0 +522220,402,87,24,8,5,0,0,0,0,0,0,0 +522291,402,87,339,123,121,0,0,0,0,0,0,0 +522292,402,87,681,46,39,6,0,0,0,0,0,0 +522298,402,87,172,35,32,0,0,0,0,0,0,0 +522310,402,87,24,11,10,0,0,0,0,0,0,0 +522320,402,87,103,12,10,0,0,0,0,0,0,0 +522390,402,87,317,99,96,0,0,0,0,0,0,0 +523110,402,87,0,15,12,0,0,0,0,0,0,0 +523120,402,87,240,37,34,0,0,0,0,0,0,0 +523130,402,87,7,3,3,0,0,0,0,0,0,0 +523910,402,87,363,44,40,0,0,0,0,0,0,0 +523920,402,87,623,188,181,0,0,0,0,0,0,0 +523930,402,87,108,45,41,0,0,0,0,0,0,0 +523991,402,87,84,5,0,0,0,0,0,0,0,0 +523999,402,87,22,8,6,0,0,0,0,0,0,0 +524113,402,87,339,18,12,3,0,0,0,0,0,0 +524114,402,87,794,17,12,0,0,0,0,0,0,0 +524126,402,87,1313,21,11,4,0,0,0,0,0,0 +524127,402,87,49,6,3,0,0,0,0,0,0,0 +524210,402,87,2408,598,574,15,0,0,0,0,0,0 +524291,402,87,99,15,7,0,0,0,0,0,0,0 +524292,402,87,112,16,13,0,0,0,0,0,0,0 +525990,402,87,0,3,3,0,0,0,0,0,0,0 +531110,402,87,823,170,162,3,0,0,0,0,0,0 +531120,402,87,407,96,90,6,0,0,0,0,0,0 +531130,402,87,109,54,51,0,0,0,0,0,0,0 +531190,402,87,14,8,7,0,0,0,0,0,0,0 +531210,402,87,936,371,364,5,0,0,0,0,0,0 +531311,402,87,2532,120,104,6,0,0,0,0,0,0 +531312,402,87,222,58,56,0,0,0,0,0,0,0 +531320,402,87,80,41,39,0,0,0,0,0,0,0 +531390,402,87,195,29,25,0,0,0,0,0,0,0 +532111,402,87,574,45,34,11,0,0,0,0,0,0 +532120,402,87,242,28,24,4,0,0,0,0,0,0 +532210,402,87,94,30,27,0,0,0,0,0,0,0 +532282,402,87,36,6,3,0,0,0,0,0,0,0 +532283,402,87,186,10,4,0,0,0,0,0,0,0 +532289,402,87,43,5,0,0,0,0,0,0,0,0 +532310,402,87,44,5,0,0,0,0,0,0,0,0 +532412,402,87,143,18,15,0,0,0,0,0,0,0 +532420,402,87,11,3,0,0,0,0,0,0,0,0 +532490,402,87,548,34,30,0,0,0,0,0,0,0 +533110,402,87,160,15,10,0,0,0,0,0,0,0 +541110,402,87,3119,630,586,31,3,0,0,0,0,0 +541191,402,87,583,54,35,13,0,0,0,0,0,0 +541199,402,87,25,8,6,0,0,0,0,0,0,0 +541211,402,87,1409,221,203,8,0,0,0,0,0,0 +541213,402,87,487,87,75,0,0,0,0,0,0,0 +541214,402,87,782,22,8,7,0,0,0,0,0,0 +541219,402,87,588,178,171,4,0,0,0,0,0,0 +541310,402,87,760,78,67,4,0,0,0,0,0,0 +541320,402,87,81,17,16,0,0,0,0,0,0,0 +541330,402,87,3426,240,188,34,3,3,0,0,0,0 +541340,402,87,67,10,7,0,0,0,0,0,0,0 +541350,402,87,50,17,12,0,0,0,0,0,0,0 +541360,402,87,52,16,15,0,0,0,0,0,0,0 +541370,402,87,281,22,16,3,0,0,0,0,0,0 +541380,402,87,719,36,25,5,0,0,0,0,0,0 +541410,402,87,69,33,30,0,0,0,0,0,0,0 +541430,402,87,165,46,44,0,0,0,0,0,0,0 +541511,402,87,575,125,118,3,0,0,0,0,0,0 +541512,402,87,2231,90,79,0,0,0,0,0,0,0 +541513,402,87,104,24,21,0,0,0,0,0,0,0 +541519,402,87,106,37,35,0,0,0,0,0,0,0 +541611,402,87,833,252,243,3,0,0,0,0,0,0 +541612,402,87,179,19,14,0,0,0,0,0,0,0 +541613,402,87,295,74,72,0,0,0,0,0,0,0 +541614,402,87,118,22,18,0,0,0,0,0,0,0 +541620,402,87,158,27,19,0,0,0,0,0,0,0 +541690,402,87,565,52,38,0,0,0,0,0,0,0 +541713,402,87,15,6,5,0,0,0,0,0,0,0 +541715,402,87,0,9,3,0,0,0,0,0,0,0 +541810,402,87,230,40,38,0,0,0,0,0,0,0 +541820,402,87,45,9,5,0,0,0,0,0,0,0 +541830,402,87,20,5,3,0,0,0,0,0,0,0 +541850,402,87,79,13,11,0,0,0,0,0,0,0 +541860,402,87,68,9,7,0,0,0,0,0,0,0 +541870,402,87,0,3,0,0,0,0,0,0,0,0 +541890,402,87,242,31,27,3,0,0,0,0,0,0 +541910,402,87,27,8,5,0,0,0,0,0,0,0 +541921,402,87,79,27,25,0,0,0,0,0,0,0 +541922,402,87,14,13,13,0,0,0,0,0,0,0 +541930,402,87,5,3,3,0,0,0,0,0,0,0 +541940,402,87,1382,142,115,15,0,0,0,0,0,0 +541990,402,87,1250,44,34,0,0,0,0,0,0,0 +551112,402,87,233,15,13,0,0,0,0,0,0,0 +551114,402,87,10405,182,97,48,17,7,0,0,0,0 +561110,402,87,2094,119,90,14,7,0,0,0,0,0 +561210,402,87,319,16,11,0,0,0,0,0,0,0 +561311,402,87,461,16,11,3,0,0,0,0,0,0 +561312,402,87,40,13,11,0,0,0,0,0,0,0 +561320,402,87,9846,143,56,43,23,7,0,0,0,0 +561330,402,87,951,13,6,0,3,0,0,0,0,0 +561410,402,87,15,11,11,0,0,0,0,0,0,0 +561421,402,87,31,3,0,0,0,0,0,0,0,0 +561422,402,87,2503,16,6,0,0,4,0,0,0,0 +561431,402,87,97,16,15,0,0,0,0,0,0,0 +561439,402,87,70,12,10,0,0,0,0,0,0,0 +561440,402,87,550,20,8,5,0,0,0,0,0,0 +561492,402,87,23,13,12,0,0,0,0,0,0,0 +561499,402,87,0,3,0,0,0,0,0,0,0,0 +561510,402,87,97,21,18,0,0,0,0,0,0,0 +561599,402,87,710,18,11,3,0,0,0,0,0,0 +561611,402,87,391,15,10,3,0,0,0,0,0,0 +561612,402,87,1818,35,14,14,0,0,0,0,0,0 +561621,402,87,672,32,23,3,0,0,0,0,0,0 +561622,402,87,48,11,11,0,0,0,0,0,0,0 +561710,402,87,389,50,37,0,0,0,0,0,0,0 +561720,402,87,1587,164,131,18,0,0,0,0,0,0 +561730,402,87,1581,287,264,11,0,0,0,0,0,0 +561740,402,87,85,19,17,0,0,0,0,0,0,0 +561790,402,87,139,43,39,0,0,0,0,0,0,0 +561920,402,87,24,9,6,0,0,0,0,0,0,0 +561990,402,87,857,122,104,3,0,0,0,0,0,0 +562111,402,87,777,46,27,7,0,0,0,0,0,0 +562112,402,87,40,3,0,0,0,0,0,0,0,0 +562211,402,87,0,3,0,0,0,0,0,0,0,0 +562910,402,87,295,10,6,0,0,0,0,0,0,0 +562991,402,87,55,5,0,0,0,0,0,0,0,0 +611110,402,87,1943,44,20,15,5,0,0,0,0,0 +611210,402,87,0,4,0,0,0,0,0,0,0,0 +611310,402,87,4167,12,4,3,0,0,0,0,0,0 +611430,402,87,109,17,16,0,0,0,0,0,0,0 +611511,402,87,49,4,0,0,0,0,0,0,0,0 +611512,402,87,73,4,0,0,0,0,0,0,0,0 +611519,402,87,225,13,9,0,0,0,0,0,0,0 +611610,402,87,184,31,27,0,0,0,0,0,0,0 +611620,402,87,303,43,34,4,0,0,0,0,0,0 +611691,402,87,208,21,18,3,0,0,0,0,0,0 +611692,402,87,31,4,0,0,0,0,0,0,0,0 +611699,402,87,47,11,7,0,0,0,0,0,0,0 +611710,402,87,62,15,11,0,0,0,0,0,0,0 +621111,402,87,8037,689,595,68,9,3,0,0,0,0 +621112,402,87,106,24,22,0,0,0,0,0,0,0 +621210,402,87,3055,384,350,12,0,0,0,0,0,0 +621310,402,87,473,165,163,0,0,0,0,0,0,0 +621320,402,87,659,104,93,3,0,0,0,0,0,0 +621330,402,87,169,85,79,0,0,0,0,0,0,0 +621340,402,87,1597,147,115,16,0,0,0,0,0,0 +621391,402,87,66,10,8,0,0,0,0,0,0,0 +621399,402,87,296,83,77,0,0,0,0,0,0,0 +621410,402,87,78,7,3,0,0,0,0,0,0,0 +621420,402,87,769,30,7,7,0,0,0,0,0,0 +621492,402,87,0,15,11,4,0,0,0,0,0,0 +621493,402,87,643,36,17,14,0,0,0,0,0,0 +621498,402,87,710,23,11,9,0,0,0,0,0,0 +621511,402,87,1409,34,29,3,0,0,0,0,0,0 +621512,402,87,227,22,18,4,0,0,0,0,0,0 +621610,402,87,3653,108,49,34,5,0,0,0,0,0 +621910,402,87,604,9,0,0,0,0,0,0,0,0 +621991,402,87,450,5,0,0,0,0,0,0,0,0 +621999,402,87,93,12,10,0,0,0,0,0,0,0 +622110,402,87,15718,12,0,0,3,0,0,0,0,0 +622210,402,87,1390,4,0,0,0,0,0,0,0,0 +622310,402,87,1110,6,0,0,3,0,0,0,0,0 +623110,402,87,4641,69,8,39,10,0,0,0,0,0 +623210,402,87,1943,99,77,5,4,0,0,0,0,0 +623220,402,87,488,11,0,6,0,0,0,0,0,0 +623311,402,87,1834,14,0,5,6,0,0,0,0,0 +623312,402,87,905,26,4,21,0,0,0,0,0,0 +623990,402,87,226,11,6,3,0,0,0,0,0,0 +624110,402,87,362,33,18,3,0,0,0,0,0,0 +624120,402,87,1622,51,22,13,3,0,0,0,0,0 +624190,402,87,1378,111,91,8,4,0,0,0,0,0 +624210,402,87,88,13,5,0,0,0,0,0,0,0 +624221,402,87,219,17,8,6,0,0,0,0,0,0 +624229,402,87,101,10,3,0,0,0,0,0,0,0 +624230,402,87,7,4,3,0,0,0,0,0,0,0 +624310,402,87,1249,18,5,4,0,0,0,0,0,0 +624410,402,87,3047,209,148,43,0,0,0,0,0,0 +711110,402,87,88,5,4,0,0,0,0,0,0,0 +711130,402,87,123,13,12,0,0,0,0,0,0,0 +711211,402,87,107,4,0,0,0,0,0,0,0,0 +711310,402,87,32,5,0,0,0,0,0,0,0,0 +711320,402,87,43,8,5,0,0,0,0,0,0,0 +711410,402,87,7,4,4,0,0,0,0,0,0,0 +711510,402,87,78,47,45,0,0,0,0,0,0,0 +712110,402,87,183,12,8,0,0,0,0,0,0,0 +713120,402,87,66,4,0,0,0,0,0,0,0,0 +713910,402,87,689,14,0,6,0,0,0,0,0,0 +713940,402,87,1908,95,68,19,3,0,0,0,0,0 +713950,402,87,168,6,0,3,0,0,0,0,0,0 +713990,402,87,567,40,31,6,0,0,0,0,0,0 +721110,402,87,3062,177,122,32,5,0,0,0,0,0 +721191,402,87,14,3,0,0,0,0,0,0,0,0 +721211,402,87,7,3,3,0,0,0,0,0,0,0 +721310,402,87,10,5,5,0,0,0,0,0,0,0 +722310,402,87,2106,109,80,13,3,0,0,0,0,0 +722320,402,87,104,18,15,0,0,0,0,0,0,0 +722330,402,87,14,6,4,0,0,0,0,0,0,0 +722410,402,87,714,119,112,6,0,0,0,0,0,0 +722511,402,87,16719,722,413,285,16,0,0,0,0,0 +722513,402,87,16888,816,446,348,5,0,0,0,0,0 +722514,402,87,308,13,6,4,0,0,0,0,0,0 +722515,402,87,2738,203,141,41,0,0,0,0,0,0 +811111,402,87,1095,214,199,3,0,0,0,0,0,0 +811113,402,87,47,12,12,0,0,0,0,0,0,0 +811118,402,87,37,11,9,0,0,0,0,0,0,0 +811121,402,87,675,111,94,7,0,0,0,0,0,0 +811122,402,87,167,21,17,3,0,0,0,0,0,0 +811191,402,87,180,29,23,0,0,0,0,0,0,0 +811192,402,87,524,45,32,4,0,0,0,0,0,0 +811212,402,87,50,11,10,0,0,0,0,0,0,0 +811219,402,87,75,11,9,0,0,0,0,0,0,0 +811310,402,87,788,94,77,11,0,0,0,0,0,0 +811411,402,87,15,5,4,0,0,0,0,0,0,0 +811412,402,87,37,9,7,0,0,0,0,0,0,0 +811420,402,87,18,7,5,0,0,0,0,0,0,0 +811490,402,87,72,25,25,0,0,0,0,0,0,0 +812111,402,87,54,16,16,0,0,0,0,0,0,0 +812112,402,87,1077,210,190,5,0,0,0,0,0,0 +812113,402,87,159,38,35,0,0,0,0,0,0,0 +812191,402,87,88,8,6,0,0,0,0,0,0,0 +812199,402,87,333,67,62,0,0,0,0,0,0,0 +812210,402,87,297,58,44,0,0,0,0,0,0,0 +812220,402,87,62,8,7,0,0,0,0,0,0,0 +812310,402,87,117,20,17,0,0,0,0,0,0,0 +812320,402,87,370,37,31,3,0,0,0,0,0,0 +812332,402,87,0,4,0,0,0,0,0,0,0,0 +812910,402,87,343,48,36,5,0,0,0,0,0,0 +812930,402,87,399,54,51,0,0,0,0,0,0,0 +812990,402,87,205,54,48,0,0,0,0,0,0,0 +813110,402,87,9421,849,759,64,9,0,0,0,0,0 +813211,402,87,291,62,57,3,0,0,0,0,0,0 +813212,402,87,55,14,11,0,0,0,0,0,0,0 +813219,402,87,71,5,0,0,0,0,0,0,0,0 +813311,402,87,36,6,3,0,0,0,0,0,0,0 +813312,402,87,74,9,4,0,0,0,0,0,0,0 +813319,402,87,208,14,12,0,0,0,0,0,0,0 +813410,402,87,597,73,52,7,0,0,0,0,0,0 +813910,402,87,201,34,32,0,0,0,0,0,0,0 +813920,402,87,226,19,17,0,0,0,0,0,0,0 +813930,402,87,241,35,29,3,0,0,0,0,0,0 +813940,402,87,4,4,4,0,0,0,0,0,0,0 +813990,402,87,92,29,27,0,0,0,0,0,0,0 +211120,402,88,10,5,5,0,0,0,0,0,0,0 +213112,402,88,0,3,0,0,0,0,0,0,0,0 +221122,402,88,0,6,0,0,0,0,0,0,0,0 +221310,402,88,10,3,3,0,0,0,0,0,0,0 +236115,402,88,50,8,3,0,0,0,0,0,0,0 +236118,402,88,53,6,4,0,0,0,0,0,0,0 +236220,402,88,73,19,18,0,0,0,0,0,0,0 +237110,402,88,91,6,0,0,0,0,0,0,0,0 +237130,402,88,84,9,5,0,0,0,0,0,0,0 +237310,402,88,233,5,0,0,0,0,0,0,0,0 +238110,402,88,43,9,4,0,0,0,0,0,0,0 +238140,402,88,0,3,0,0,0,0,0,0,0,0 +238160,402,88,12,5,4,0,0,0,0,0,0,0 +238210,402,88,138,25,20,3,0,0,0,0,0,0 +238220,402,88,157,29,23,0,0,0,0,0,0,0 +238320,402,88,0,3,3,0,0,0,0,0,0,0 +238350,402,88,49,7,0,0,0,0,0,0,0,0 +238910,402,88,245,16,12,0,0,0,0,0,0,0 +238990,402,88,46,11,5,0,0,0,0,0,0,0 +327320,402,88,30,3,0,0,0,0,0,0,0,0 +332312,402,88,184,5,0,5,0,0,0,0,0,0 +332710,402,88,14,4,3,0,0,0,0,0,0,0 +339999,402,88,15,3,0,0,0,0,0,0,0,0 +423120,402,88,10,3,0,0,0,0,0,0,0,0 +423510,402,88,0,3,0,0,0,0,0,0,0,0 +423730,402,88,11,3,0,0,0,0,0,0,0,0 +423820,402,88,16,3,0,0,0,0,0,0,0,0 +423830,402,88,97,5,0,3,0,0,0,0,0,0 +423840,402,88,82,5,3,0,0,0,0,0,0,0 +423930,402,88,63,3,0,0,0,0,0,0,0,0 +424490,402,88,0,3,0,0,0,0,0,0,0,0 +424930,402,88,0,3,0,0,0,0,0,0,0,0 +425120,402,88,39,10,7,0,0,0,0,0,0,0 +441110,402,88,342,8,0,6,0,0,0,0,0,0 +441120,402,88,53,10,3,0,0,0,0,0,0,0 +441222,402,88,0,3,3,0,0,0,0,0,0,0 +441310,402,88,126,11,8,0,0,0,0,0,0,0 +441320,402,88,186,12,3,0,0,0,0,0,0,0 +442110,402,88,58,8,3,0,0,0,0,0,0,0 +442210,402,88,12,3,0,0,0,0,0,0,0,0 +443141,402,88,28,4,3,0,0,0,0,0,0,0 +443142,402,88,79,6,4,0,0,0,0,0,0,0 +444130,402,88,80,9,4,0,0,0,0,0,0,0 +444190,402,88,103,11,8,0,0,0,0,0,0,0 +444220,402,88,74,8,0,0,0,0,0,0,0,0 +445110,402,88,490,21,9,6,0,0,0,0,0,0 +445310,402,88,66,13,8,0,0,0,0,0,0,0 +446110,402,88,226,16,7,4,0,0,0,0,0,0 +446120,402,88,55,4,0,0,0,0,0,0,0,0 +446191,402,88,9,6,3,0,0,0,0,0,0,0 +446199,402,88,38,4,0,0,0,0,0,0,0,0 +447110,402,88,399,53,51,0,0,0,0,0,0,0 +447190,402,88,84,3,0,0,0,0,0,0,0,0 +448120,402,88,76,12,5,0,0,0,0,0,0,0 +448140,402,88,131,8,0,3,0,0,0,0,0,0 +448210,402,88,59,9,3,0,0,0,0,0,0,0 +451211,402,88,0,6,0,0,0,0,0,0,0,0 +452210,402,88,190,3,0,3,0,0,0,0,0,0 +452319,402,88,300,33,25,0,0,0,0,0,0,0 +453110,402,88,19,3,0,0,0,0,0,0,0,0 +453220,402,88,10,3,0,0,0,0,0,0,0,0 +453310,402,88,71,12,7,0,0,0,0,0,0,0 +453910,402,88,0,3,0,0,0,0,0,0,0,0 +453930,402,88,24,3,3,0,0,0,0,0,0,0 +453991,402,88,47,8,4,0,0,0,0,0,0,0 +453998,402,88,68,13,10,0,0,0,0,0,0,0 +454110,402,88,17,4,0,0,0,0,0,0,0,0 +454310,402,88,0,3,0,0,0,0,0,0,0,0 +454390,402,88,6,3,3,0,0,0,0,0,0,0 +484121,402,88,121,11,7,4,0,0,0,0,0,0 +484220,402,88,9,8,7,0,0,0,0,0,0,0 +493110,402,88,282,4,0,0,0,0,0,0,0,0 +512131,402,88,16,3,0,0,0,0,0,0,0,0 +517311,402,88,147,17,10,0,0,0,0,0,0,0 +517312,402,88,88,11,4,0,0,0,0,0,0,0 +517911,402,88,0,3,0,0,0,0,0,0,0,0 +522110,402,88,539,33,22,7,0,0,0,0,0,0 +522130,402,88,45,4,3,0,0,0,0,0,0,0 +522291,402,88,87,32,30,0,0,0,0,0,0,0 +522292,402,88,22,4,0,0,0,0,0,0,0,0 +522298,402,88,21,4,3,0,0,0,0,0,0,0 +522390,402,88,33,15,13,0,0,0,0,0,0,0 +523920,402,88,0,17,17,0,0,0,0,0,0,0 +524210,402,88,157,50,48,0,0,0,0,0,0,0 +531110,402,88,42,11,9,0,0,0,0,0,0,0 +531120,402,88,38,10,5,0,0,0,0,0,0,0 +531130,402,88,21,7,6,0,0,0,0,0,0,0 +531210,402,88,27,13,12,0,0,0,0,0,0,0 +531311,402,88,29,7,4,0,0,0,0,0,0,0 +532120,402,88,0,3,3,0,0,0,0,0,0,0 +532210,402,88,0,4,0,0,0,0,0,0,0,0 +532284,402,88,11,6,5,0,0,0,0,0,0,0 +541110,402,88,73,32,30,0,0,0,0,0,0,0 +541191,402,88,29,3,0,0,0,0,0,0,0,0 +541211,402,88,61,18,17,0,0,0,0,0,0,0 +541213,402,88,0,8,3,0,0,0,0,0,0,0 +541219,402,88,0,5,4,0,0,0,0,0,0,0 +541611,402,88,42,12,10,0,0,0,0,0,0,0 +541613,402,88,4,3,3,0,0,0,0,0,0,0 +541940,402,88,81,14,11,0,0,0,0,0,0,0 +551114,402,88,160,8,0,0,0,0,0,0,0,0 +561110,402,88,42,6,3,0,0,0,0,0,0,0 +561320,402,88,596,6,0,0,0,0,0,0,0,0 +561422,402,88,0,3,0,0,0,0,0,0,0,0 +561621,402,88,45,4,0,0,0,0,0,0,0,0 +561710,402,88,20,3,0,0,0,0,0,0,0,0 +561720,402,88,0,3,0,0,0,0,0,0,0,0 +561730,402,88,84,20,16,0,0,0,0,0,0,0 +562111,402,88,44,7,4,0,0,0,0,0,0,0 +562910,402,88,37,3,0,0,0,0,0,0,0,0 +621111,402,88,566,84,80,3,0,0,0,0,0,0 +621210,402,88,246,34,34,0,0,0,0,0,0,0 +621310,402,88,52,16,13,0,0,0,0,0,0,0 +621320,402,88,83,20,17,0,0,0,0,0,0,0 +621330,402,88,43,5,3,0,0,0,0,0,0,0 +621340,402,88,94,14,8,0,0,0,0,0,0,0 +621391,402,88,3,3,3,0,0,0,0,0,0,0 +621399,402,88,14,4,3,0,0,0,0,0,0,0 +621420,402,88,69,5,0,0,0,0,0,0,0,0 +621492,402,88,0,3,0,0,0,0,0,0,0,0 +621493,402,88,43,3,0,0,0,0,0,0,0,0 +621610,402,88,594,22,7,9,0,0,0,0,0,0 +622110,402,88,2129,3,0,0,0,0,0,0,0,0 +623110,402,88,920,16,0,7,3,0,0,0,0,0 +623210,402,88,0,11,11,0,0,0,0,0,0,0 +624120,402,88,362,7,0,0,0,0,0,0,0,0 +624190,402,88,143,9,3,0,0,0,0,0,0,0 +624221,402,88,0,3,0,0,0,0,0,0,0,0 +624410,402,88,361,32,29,0,0,0,0,0,0,0 +712110,402,88,14,3,0,0,0,0,0,0,0,0 +713930,402,88,16,4,0,0,0,0,0,0,0,0 +713940,402,88,45,5,4,0,0,0,0,0,0,0 +721110,402,88,209,28,24,0,0,0,0,0,0,0 +722310,402,88,37,16,11,0,0,0,0,0,0,0 +722511,402,88,1196,75,54,21,0,0,0,0,0,0 +722513,402,88,1740,84,49,33,0,0,0,0,0,0 +722515,402,88,197,13,6,0,0,0,0,0,0,0 +811111,402,88,16,9,9,0,0,0,0,0,0,0 +811118,402,88,13,6,5,0,0,0,0,0,0,0 +811121,402,88,48,6,3,0,0,0,0,0,0,0 +811191,402,88,12,7,3,0,0,0,0,0,0,0 +811192,402,88,0,6,3,0,0,0,0,0,0,0 +811310,402,88,136,8,0,0,0,0,0,0,0,0 +812112,402,88,37,8,8,0,0,0,0,0,0,0 +812199,402,88,16,5,4,0,0,0,0,0,0,0 +812210,402,88,60,9,8,0,0,0,0,0,0,0 +812320,402,88,33,6,3,0,0,0,0,0,0,0 +813110,402,88,554,86,79,3,0,0,0,0,0,0 +813319,402,88,6,3,3,0,0,0,0,0,0,0 +813410,402,88,55,9,5,0,0,0,0,0,0,0 +813910,402,88,8,3,0,0,0,0,0,0,0,0 +813930,402,88,12,3,0,0,0,0,0,0,0,0 +113110,409,88,32,3,0,0,0,0,0,0,0,0 +113310,409,88,249,35,31,3,0,0,0,0,0,0 +115112,409,88,6,9,3,0,0,0,0,0,0,0 +211120,409,88,1728,222,164,7,0,0,0,0,0,0 +211130,409,88,462,37,6,0,0,0,0,0,0,0 +212112,409,88,12,3,0,0,0,0,0,0,0,0 +212311,409,88,349,10,3,0,0,0,0,0,0,0 +212312,409,88,79,5,0,3,0,0,0,0,0,0 +212319,409,88,0,4,3,0,0,0,0,0,0,0 +212321,409,88,42,3,0,0,0,0,0,0,0,0 +212399,409,88,0,3,0,0,0,0,0,0,0,0 +213111,409,88,1063,82,35,0,0,0,0,0,0,0 +213112,409,88,8052,667,506,60,8,0,0,0,0,0 +221112,409,88,0,3,0,0,0,0,0,0,0,0 +221115,409,88,11,6,0,0,0,0,0,0,0,0 +221122,409,88,317,33,6,0,0,0,0,0,0,0 +221310,409,88,49,9,0,0,0,0,0,0,0,0 +236115,409,88,117,58,51,0,0,0,0,0,0,0 +236117,409,88,42,14,11,0,0,0,0,0,0,0 +236118,409,88,260,85,65,0,0,0,0,0,0,0 +236220,409,88,1098,173,110,4,0,0,0,0,0,0 +237110,409,88,152,33,16,0,0,0,0,0,0,0 +237120,409,88,944,58,13,0,0,0,0,0,0,0 +237130,409,88,90,12,0,0,0,0,0,0,0,0 +237310,409,88,511,26,0,3,0,0,0,0,0,0 +237990,409,88,30,10,6,0,0,0,0,0,0,0 +238110,409,88,218,50,23,3,0,0,0,0,0,0 +238120,409,88,16,6,0,0,0,0,0,0,0,0 +238130,409,88,10,7,3,0,0,0,0,0,0,0 +238140,409,88,82,6,0,0,0,0,0,0,0,0 +238160,409,88,192,33,17,0,0,0,0,0,0,0 +238170,409,88,0,3,3,0,0,0,0,0,0,0 +238190,409,88,122,25,11,0,0,0,0,0,0,0 +238210,409,88,1835,283,203,6,0,0,0,0,0,0 +238220,409,88,2228,404,332,4,0,0,0,0,0,0 +238290,409,88,3,3,3,0,0,0,0,0,0,0 +238310,409,88,25,7,3,0,0,0,0,0,0,0 +238320,409,88,142,25,18,0,0,0,0,0,0,0 +238340,409,88,0,3,0,0,0,0,0,0,0,0 +238350,409,88,62,24,18,0,0,0,0,0,0,0 +238910,409,88,1577,170,83,3,0,0,0,0,0,0 +238990,409,88,170,64,23,0,0,0,0,0,0,0 +311119,409,88,69,4,0,0,0,0,0,0,0,0 +311612,409,88,0,4,0,0,0,0,0,0,0,0 +311811,409,88,20,3,0,0,0,0,0,0,0,0 +321113,409,88,191,6,0,0,0,0,0,0,0,0 +321114,409,88,25,3,0,0,0,0,0,0,0,0 +321920,409,88,0,3,0,0,0,0,0,0,0,0 +323111,409,88,99,16,0,0,0,0,0,0,0,0 +323113,409,88,3,7,3,0,0,0,0,0,0,0 +325180,409,88,99,6,0,3,0,0,0,0,0,0 +326199,409,88,158,7,0,0,0,0,0,0,0,0 +327320,409,88,77,14,0,0,0,0,0,0,0,0 +332312,409,88,35,4,3,0,0,0,0,0,0,0 +332313,409,88,207,4,0,0,0,0,0,0,0,0 +332710,409,88,499,58,23,0,0,0,0,0,0,0 +332721,409,88,38,4,0,0,0,0,0,0,0,0 +332999,409,88,26,3,0,0,0,0,0,0,0,0 +333132,409,88,768,4,0,0,0,0,0,0,0,0 +336214,409,88,0,3,0,0,0,0,0,0,0,0 +337110,409,88,27,7,3,0,0,0,0,0,0,0 +339950,409,88,12,4,0,0,0,0,0,0,0,0 +423110,409,88,69,3,0,0,0,0,0,0,0,0 +423320,409,88,34,4,0,0,0,0,0,0,0,0 +423420,409,88,38,5,0,0,0,0,0,0,0,0 +423510,409,88,63,13,3,0,0,0,0,0,0,0 +423610,409,88,91,19,6,0,0,0,0,0,0,0 +423690,409,88,0,3,0,0,0,0,0,0,0,0 +423710,409,88,11,3,0,0,0,0,0,0,0,0 +423720,409,88,32,9,3,0,0,0,0,0,0,0 +423730,409,88,14,8,4,0,0,0,0,0,0,0 +423820,409,88,261,46,3,0,0,0,0,0,0,0 +423830,409,88,1388,165,112,0,0,0,0,0,0,0 +423840,409,88,127,19,6,0,0,0,0,0,0,0 +423850,409,88,21,8,6,0,0,0,0,0,0,0 +423930,409,88,79,13,0,0,0,0,0,0,0,0 +424120,409,88,10,3,0,0,0,0,0,0,0,0 +424430,409,88,8,3,0,0,0,0,0,0,0,0 +424490,409,88,422,31,0,0,0,0,0,0,0,0 +424510,409,88,458,54,22,0,0,0,0,0,0,0 +424690,409,88,234,48,24,0,0,0,0,0,0,0 +424710,409,88,75,14,3,0,0,0,0,0,0,0 +424720,409,88,122,7,0,0,0,0,0,0,0,0 +424810,409,88,97,6,0,6,0,0,0,0,0,0 +424910,409,88,348,49,13,0,0,0,0,0,0,0 +425120,409,88,275,40,17,0,0,0,0,0,0,0 +441110,409,88,3269,96,8,56,0,0,0,0,0,0 +441120,409,88,447,97,58,0,0,0,0,0,0,0 +441210,409,88,0,3,0,0,0,0,0,0,0,0 +441222,409,88,162,13,9,0,0,0,0,0,0,0 +441228,409,88,132,21,0,0,0,0,0,0,0,0 +441310,409,88,1516,189,101,3,0,0,0,0,0,0 +441320,409,88,410,61,22,0,0,0,0,0,0,0 +442110,409,88,308,45,22,0,0,0,0,0,0,0 +442210,409,88,97,24,21,0,0,0,0,0,0,0 +442299,409,88,67,12,6,0,0,0,0,0,0,0 +443141,409,88,70,16,6,0,0,0,0,0,0,0 +443142,409,88,326,51,19,0,0,0,0,0,0,0 +444110,409,88,558,22,0,0,0,0,0,0,0,0 +444120,409,88,15,8,5,0,0,0,0,0,0,0 +444130,409,88,292,49,15,0,0,0,0,0,0,0 +444190,409,88,1112,150,86,0,0,0,0,0,0,0 +444220,409,88,830,130,59,0,0,0,0,0,0,0 +445110,409,88,4583,170,13,41,0,0,0,0,0,0 +445120,409,88,89,23,8,0,0,0,0,0,0,0 +445210,409,88,15,6,0,0,0,0,0,0,0,0 +445291,409,88,19,3,0,0,0,0,0,0,0,0 +445310,409,88,385,116,91,0,0,0,0,0,0,0 +446110,409,88,2051,198,96,6,0,0,0,0,0,0 +446120,409,88,292,27,6,0,0,0,0,0,0,0 +446130,409,88,27,10,9,0,0,0,0,0,0,0 +446191,409,88,9,10,4,0,0,0,0,0,0,0 +446199,409,88,85,22,6,0,0,0,0,0,0,0 +447110,409,88,6533,804,677,15,0,0,0,0,0,0 +447190,409,88,1046,85,17,10,0,0,0,0,0,0 +448110,409,88,32,4,0,0,0,0,0,0,0,0 +448120,409,88,651,104,51,0,0,0,0,0,0,0 +448130,409,88,14,3,0,0,0,0,0,0,0,0 +448140,409,88,1231,83,13,17,0,0,0,0,0,0 +448150,409,88,20,4,3,0,0,0,0,0,0,0 +448190,409,88,60,13,7,0,0,0,0,0,0,0 +448210,409,88,429,61,23,0,0,0,0,0,0,0 +448310,409,88,99,23,9,0,0,0,0,0,0,0 +451110,409,88,322,43,29,0,0,0,0,0,0,0 +451120,409,88,0,6,0,0,0,0,0,0,0,0 +451211,409,88,49,9,0,0,0,0,0,0,0,0 +452210,409,88,488,7,0,0,0,0,0,0,0,0 +452311,409,88,0,7,0,0,0,0,0,0,0,0 +452319,409,88,1880,300,202,7,0,0,0,0,0,0 +453110,409,88,128,33,16,0,0,0,0,0,0,0 +453210,409,88,86,7,3,0,0,0,0,0,0,0 +453220,409,88,169,37,18,0,0,0,0,0,0,0 +453310,409,88,416,59,13,0,0,0,0,0,0,0 +453910,409,88,77,7,0,0,0,0,0,0,0,0 +453991,409,88,202,32,6,0,0,0,0,0,0,0 +453998,409,88,300,80,49,0,0,0,0,0,0,0 +454110,409,88,93,17,4,0,0,0,0,0,0,0 +454210,409,88,46,4,0,0,0,0,0,0,0,0 +454310,409,88,90,26,20,0,0,0,0,0,0,0 +454390,409,88,96,36,22,0,0,0,0,0,0,0 +484110,409,88,300,69,42,0,0,0,0,0,0,0 +484121,409,88,1961,226,147,0,0,0,0,0,0,0 +484122,409,88,0,3,0,0,0,0,0,0,0,0 +484210,409,88,162,8,0,4,0,0,0,0,0,0 +484220,409,88,2179,236,143,12,0,0,0,0,0,0 +484230,409,88,806,92,31,0,0,0,0,0,0,0 +486110,409,88,221,11,0,0,0,0,0,0,0,0 +486210,409,88,192,37,6,0,0,0,0,0,0,0 +488190,409,88,504,7,0,0,0,0,0,0,0,0 +488410,409,88,53,17,8,0,0,0,0,0,0,0 +488510,409,88,46,3,0,0,0,0,0,0,0,0 +492110,409,88,104,9,0,0,0,0,0,0,0,0 +493110,409,88,0,6,0,0,0,0,0,0,0,0 +511110,409,88,76,24,3,0,0,0,0,0,0,0 +511120,409,88,0,4,3,0,0,0,0,0,0,0 +512131,409,88,0,4,0,0,0,0,0,0,0,0 +515112,409,88,65,6,3,0,0,0,0,0,0,0 +517311,409,88,969,132,75,4,0,0,0,0,0,0 +517312,409,88,242,37,12,0,0,0,0,0,0,0 +517911,409,88,53,16,6,0,0,0,0,0,0,0 +519120,409,88,0,3,0,0,0,0,0,0,0,0 +519130,409,88,5,3,3,0,0,0,0,0,0,0 +522110,409,88,7816,527,308,45,0,0,0,0,0,0 +522130,409,88,185,27,6,4,0,0,0,0,0,0 +522291,409,88,1030,369,348,0,0,0,0,0,0,0 +522292,409,88,6,14,7,0,0,0,0,0,0,0 +522298,409,88,82,22,11,0,0,0,0,0,0,0 +522390,409,88,206,68,50,0,0,0,0,0,0,0 +523120,409,88,25,8,3,0,0,0,0,0,0,0 +523910,409,88,45,32,27,0,0,0,0,0,0,0 +523920,409,88,65,117,107,0,0,0,0,0,0,0 +523930,409,88,13,4,3,0,0,0,0,0,0,0 +523999,409,88,56,8,5,0,0,0,0,0,0,0 +524114,409,88,0,5,5,0,0,0,0,0,0,0 +524126,409,88,0,4,3,0,0,0,0,0,0,0 +524210,409,88,2185,667,613,0,0,0,0,0,0,0 +524291,409,88,0,3,0,0,0,0,0,0,0,0 +531110,409,88,471,159,138,0,0,0,0,0,0,0 +531120,409,88,145,58,50,0,0,0,0,0,0,0 +531130,409,88,66,31,29,0,0,0,0,0,0,0 +531190,409,88,15,11,11,0,0,0,0,0,0,0 +531210,409,88,364,177,165,0,0,0,0,0,0,0 +531311,409,88,365,70,50,0,0,0,0,0,0,0 +531312,409,88,29,9,6,0,0,0,0,0,0,0 +531320,409,88,23,15,15,0,0,0,0,0,0,0 +531390,409,88,9,10,7,0,0,0,0,0,0,0 +532111,409,88,29,6,3,0,0,0,0,0,0,0 +532210,409,88,135,35,20,0,0,0,0,0,0,0 +532283,409,88,70,10,3,0,0,0,0,0,0,0 +532310,409,88,0,3,0,0,0,0,0,0,0,0 +532412,409,88,733,72,47,3,0,0,0,0,0,0 +532490,409,88,59,9,0,0,0,0,0,0,0,0 +533110,409,88,8,4,3,0,0,0,0,0,0,0 +541110,409,88,1406,500,466,0,0,0,0,0,0,0 +541191,409,88,183,35,8,0,0,0,0,0,0,0 +541211,409,88,952,216,157,0,0,0,0,0,0,0 +541213,409,88,239,58,34,0,0,0,0,0,0,0 +541214,409,88,137,7,0,0,0,0,0,0,0,0 +541219,409,88,392,98,76,0,0,0,0,0,0,0 +541310,409,88,2,3,3,0,0,0,0,0,0,0 +541330,409,88,313,42,16,0,0,0,0,0,0,0 +541360,409,88,65,64,60,0,0,0,0,0,0,0 +541370,409,88,76,10,3,0,0,0,0,0,0,0 +541380,409,88,81,6,3,0,0,0,0,0,0,0 +541430,409,88,23,3,0,0,0,0,0,0,0,0 +541511,409,88,73,27,16,0,0,0,0,0,0,0 +541512,409,88,470,41,31,3,0,0,0,0,0,0 +541513,409,88,0,4,3,0,0,0,0,0,0,0 +541611,409,88,718,104,91,0,0,0,0,0,0,0 +541613,409,88,9,9,9,0,0,0,0,0,0,0 +541614,409,88,0,4,3,0,0,0,0,0,0,0 +541620,409,88,48,6,3,0,0,0,0,0,0,0 +541690,409,88,84,53,48,0,0,0,0,0,0,0 +541715,409,88,0,3,0,0,0,0,0,0,0,0 +541921,409,88,23,13,3,0,0,0,0,0,0,0 +541940,409,88,1120,171,88,0,0,0,0,0,0,0 +541990,409,88,13,12,9,0,0,0,0,0,0,0 +551114,409,88,1568,67,13,6,3,0,0,0,0,0 +561110,409,88,284,47,20,0,0,0,0,0,0,0 +561210,409,88,1164,9,3,0,0,0,0,0,0,0 +561320,409,88,1804,49,0,9,0,0,0,0,0,0 +561422,409,88,50,3,0,0,0,0,0,0,0,0 +561510,409,88,19,4,0,0,0,0,0,0,0,0 +561612,409,88,4,3,3,0,0,0,0,0,0,0 +561621,409,88,21,3,0,0,0,0,0,0,0,0 +561622,409,88,8,3,3,0,0,0,0,0,0,0 +561710,409,88,189,45,24,0,0,0,0,0,0,0 +561720,409,88,877,99,63,3,0,0,0,0,0,0 +561730,409,88,630,176,138,3,0,0,0,0,0,0 +561740,409,88,41,14,11,0,0,0,0,0,0,0 +561990,409,88,361,101,75,0,0,0,0,0,0,0 +562111,409,88,46,22,3,0,0,0,0,0,0,0 +562119,409,88,0,4,0,0,0,0,0,0,0,0 +562910,409,88,0,3,0,0,0,0,0,0,0,0 +611110,409,88,146,14,0,3,0,0,0,0,0,0 +611310,409,88,32,3,0,0,0,0,0,0,0,0 +611610,409,88,17,6,0,0,0,0,0,0,0,0 +611620,409,88,34,6,0,0,0,0,0,0,0,0 +611691,409,88,43,5,0,0,0,0,0,0,0,0 +621111,409,88,3187,513,420,15,0,0,0,0,0,0 +621112,409,88,6,3,3,0,0,0,0,0,0,0 +621210,409,88,2042,289,224,0,0,0,0,0,0,0 +621310,409,88,280,94,76,0,0,0,0,0,0,0 +621320,409,88,535,94,42,0,0,0,0,0,0,0 +621330,409,88,110,47,29,0,0,0,0,0,0,0 +621340,409,88,508,100,58,3,0,0,0,0,0,0 +621391,409,88,27,6,0,0,0,0,0,0,0,0 +621399,409,88,112,47,36,0,0,0,0,0,0,0 +621420,409,88,174,34,6,3,0,0,0,0,0,0 +621492,409,88,112,14,0,0,0,0,0,0,0,0 +621493,409,88,213,25,9,3,0,0,0,0,0,0 +621498,409,88,27,12,0,0,0,0,0,0,0,0 +621511,409,88,19,19,7,0,0,0,0,0,0,0 +621512,409,88,14,6,0,0,0,0,0,0,0,0 +621610,409,88,4359,222,84,27,0,0,0,0,0,0 +621910,409,88,178,22,3,0,0,0,0,0,0,0 +622110,409,88,3787,10,0,0,3,0,0,0,0,0 +623110,409,88,6971,124,0,55,3,0,0,0,0,0 +623210,409,88,774,97,55,8,0,0,0,0,0,0 +623220,409,88,30,3,0,0,0,0,0,0,0,0 +623311,409,88,408,4,0,0,0,0,0,0,0,0 +623312,409,88,276,9,0,0,0,0,0,0,0,0 +623990,409,88,178,10,0,0,0,0,0,0,0,0 +624110,409,88,55,14,5,0,0,0,0,0,0,0 +624120,409,88,1276,57,13,0,0,0,0,0,0,0 +624190,409,88,686,110,70,3,0,0,0,0,0,0 +624210,409,88,91,73,44,0,0,0,0,0,0,0 +624221,409,88,171,15,0,0,0,0,0,0,0,0 +624229,409,88,0,19,16,0,0,0,0,0,0,0 +624310,409,88,22,9,3,0,0,0,0,0,0,0 +624410,409,88,2524,311,202,15,0,0,0,0,0,0 +711310,409,88,2,3,3,0,0,0,0,0,0,0 +711510,409,88,12,3,0,0,0,0,0,0,0,0 +712110,409,88,42,6,0,0,0,0,0,0,0,0 +713290,409,88,612,17,0,0,0,0,0,0,0,0 +713910,409,88,123,10,0,0,0,0,0,0,0,0 +713930,409,88,143,11,6,0,0,0,0,0,0,0 +713940,409,88,587,51,26,0,0,0,0,0,0,0 +713950,409,88,11,6,0,0,0,0,0,0,0,0 +713990,409,88,104,23,11,0,0,0,0,0,0,0 +721110,409,88,3259,330,225,40,0,0,0,0,0,0 +721120,409,88,2157,4,0,0,0,0,0,0,0,0 +721199,409,88,45,7,4,0,0,0,0,0,0,0 +721211,409,88,35,12,7,0,0,0,0,0,0,0 +721310,409,88,35,21,19,0,0,0,0,0,0,0 +722310,409,88,1141,121,64,0,0,0,0,0,0,0 +722330,409,88,5,6,6,0,0,0,0,0,0,0 +722410,409,88,456,93,64,0,0,0,0,0,0,0 +722511,409,88,12770,845,551,174,4,0,0,0,0,0 +722513,409,88,15769,779,366,296,0,0,0,0,0,0 +722514,409,88,159,9,0,0,0,0,0,0,0,0 +722515,409,88,1730,129,47,12,0,0,0,0,0,0 +811111,409,88,882,242,194,0,0,0,0,0,0,0 +811118,409,88,0,3,3,0,0,0,0,0,0,0 +811121,409,88,655,126,71,0,0,0,0,0,0,0 +811122,409,88,25,5,3,0,0,0,0,0,0,0 +811191,409,88,36,9,0,0,0,0,0,0,0,0 +811192,409,88,140,18,7,0,0,0,0,0,0,0 +811212,409,88,13,4,3,0,0,0,0,0,0,0 +811310,409,88,718,145,96,0,0,0,0,0,0,0 +811490,409,88,42,10,0,0,0,0,0,0,0,0 +812111,409,88,12,3,0,0,0,0,0,0,0,0 +812112,409,88,344,72,51,0,0,0,0,0,0,0 +812113,409,88,7,3,0,0,0,0,0,0,0,0 +812199,409,88,226,15,0,0,0,0,0,0,0,0 +812210,409,88,306,75,26,0,0,0,0,0,0,0 +812220,409,88,11,6,6,0,0,0,0,0,0,0 +812310,409,88,44,12,7,0,0,0,0,0,0,0 +812320,409,88,186,26,8,0,0,0,0,0,0,0 +812910,409,88,78,19,11,0,0,0,0,0,0,0 +812990,409,88,5,7,7,0,0,0,0,0,0,0 +813110,409,88,7302,1471,1354,38,0,0,0,0,0,0 +813211,409,88,5,16,9,0,0,0,0,0,0,0 +813219,409,88,16,6,3,0,0,0,0,0,0,0 +813410,409,88,313,73,38,0,0,0,0,0,0,0 +813910,409,88,50,36,26,0,0,0,0,0,0,0 +813920,409,88,25,4,0,0,0,0,0,0,0,0 +813930,409,88,17,8,7,0,0,0,0,0,0,0 +813990,409,88,90,15,13,0,0,0,0,0,0,0 +113110,411,89,0,3,3,0,0,0,0,0,0,0 +113310,411,89,609,90,73,0,0,0,0,0,0,0 +114111,411,89,10,9,6,0,0,0,0,0,0,0 +115112,411,89,6,4,4,0,0,0,0,0,0,0 +115114,411,89,154,12,3,3,0,0,0,0,0,0 +115115,411,89,148,9,3,0,0,0,0,0,0,0 +115210,411,89,104,44,41,0,0,0,0,0,0,0 +115310,411,89,411,28,14,0,0,0,0,0,0,0 +212321,411,89,112,11,3,0,0,0,0,0,0,0 +221111,411,89,0,3,0,0,0,0,0,0,0,0 +221115,411,89,0,4,0,0,0,0,0,0,0,0 +221122,411,89,0,33,8,14,5,0,0,0,0,0 +221210,411,89,0,5,0,3,0,0,0,0,0,0 +221310,411,89,70,19,15,0,0,0,0,0,0,0 +236115,411,89,1629,631,617,6,0,0,0,0,0,0 +236116,411,89,663,46,31,0,0,0,0,0,0,0 +236117,411,89,666,172,164,0,0,0,0,0,0,0 +236118,411,89,4536,1077,1041,28,0,0,0,0,0,0 +236210,411,89,756,18,6,0,0,0,0,0,0,0 +236220,411,89,4452,251,199,36,8,0,0,0,0,0 +237110,411,89,530,52,46,0,0,0,0,0,0,0 +237130,411,89,638,30,17,0,0,0,0,0,0,0 +237210,411,89,140,41,38,0,0,0,0,0,0,0 +237310,411,89,923,60,39,8,0,0,0,0,0,0 +237990,411,89,251,21,12,0,0,0,0,0,0,0 +238110,411,89,2849,140,116,12,3,0,0,0,0,0 +238120,411,89,658,26,11,4,0,0,0,0,0,0 +238130,411,89,793,120,107,0,0,0,0,0,0,0 +238140,411,89,787,97,87,0,0,0,0,0,0,0 +238150,411,89,381,34,26,0,0,0,0,0,0,0 +238160,411,89,2113,177,145,23,0,0,0,0,0,0 +238170,411,89,861,91,78,5,0,0,0,0,0,0 +238190,411,89,212,15,7,0,0,0,0,0,0,0 +238210,411,89,7132,387,334,38,0,0,0,0,0,0 +238220,411,89,7193,551,467,65,9,0,0,0,0,0 +238290,411,89,1132,47,25,7,0,0,0,0,0,0 +238310,411,89,2996,142,122,12,0,0,0,0,0,0 +238320,411,89,2363,438,410,22,0,0,0,0,0,0 +238330,411,89,1112,239,227,6,0,0,0,0,0,0 +238340,411,89,575,116,106,0,0,0,0,0,0,0 +238350,411,89,1440,267,245,12,0,0,0,0,0,0 +238390,411,89,368,37,31,0,0,0,0,0,0,0 +238910,411,89,2247,239,201,22,0,0,0,0,0,0 +238990,411,89,1759,206,184,15,0,0,0,0,0,0 +311340,411,89,0,8,7,0,0,0,0,0,0,0 +311351,411,89,16,3,0,0,0,0,0,0,0,0 +311352,411,89,160,16,10,0,0,0,0,0,0,0 +311411,411,89,0,3,0,0,0,0,0,0,0,0 +311412,411,89,0,3,0,0,0,0,0,0,0,0 +311421,411,89,180,17,7,0,0,0,0,0,0,0 +311423,411,89,717,4,0,0,0,0,0,0,0,0 +311511,411,89,492,6,0,0,3,0,0,0,0,0 +311520,411,89,68,4,0,0,0,0,0,0,0,0 +311612,411,89,95,6,0,3,0,0,0,0,0,0 +311811,411,89,380,38,26,4,0,0,0,0,0,0 +311812,411,89,2085,41,20,6,0,0,0,0,0,0 +311821,411,89,0,4,0,0,0,0,0,0,0,0 +311824,411,89,0,3,0,0,0,0,0,0,0,0 +311920,411,89,310,27,20,3,0,0,0,0,0,0 +311941,411,89,372,8,0,0,0,0,0,0,0,0 +311991,411,89,753,26,14,4,0,0,0,0,0,0 +311999,411,89,77,7,4,0,0,0,0,0,0,0 +312111,411,89,0,5,3,0,0,0,0,0,0,0 +312120,411,89,938,50,37,5,0,0,0,0,0,0 +312130,411,89,1329,145,120,19,0,0,0,0,0,0 +312140,411,89,89,11,9,0,0,0,0,0,0,0 +314120,411,89,91,13,6,0,0,0,0,0,0,0 +314910,411,89,27,9,9,0,0,0,0,0,0,0 +314999,411,89,105,18,13,0,0,0,0,0,0,0 +315210,411,89,110,10,5,0,0,0,0,0,0,0 +315240,411,89,134,4,0,0,0,0,0,0,0,0 +315990,411,89,19,4,0,0,0,0,0,0,0,0 +316210,411,89,199,3,0,0,0,0,0,0,0,0 +316998,411,89,168,15,3,0,0,0,0,0,0,0 +321113,411,89,621,23,6,0,0,0,0,0,0,0 +321214,411,89,151,3,0,0,0,0,0,0,0,0 +321911,411,89,623,11,0,0,0,0,0,0,0,0 +321912,411,89,114,8,0,0,0,0,0,0,0,0 +321918,411,89,121,7,0,0,0,0,0,0,0,0 +321920,411,89,132,13,0,3,0,0,0,0,0,0 +321999,411,89,148,16,8,0,0,0,0,0,0,0 +322211,411,89,670,10,0,0,0,0,0,0,0,0 +322220,411,89,0,6,0,0,0,0,0,0,0,0 +322230,411,89,82,3,0,0,0,0,0,0,0,0 +323111,411,89,2724,152,110,29,4,0,0,0,0,0 +323113,411,89,530,45,30,7,0,0,0,0,0,0 +323120,411,89,177,18,10,4,0,0,0,0,0,0 +324121,411,89,44,6,3,0,0,0,0,0,0,0 +324122,411,89,411,4,0,0,0,0,0,0,0,0 +325180,411,89,74,4,0,0,0,0,0,0,0,0 +325211,411,89,28,4,0,0,0,0,0,0,0,0 +325412,411,89,22,8,3,0,0,0,0,0,0,0 +325413,411,89,84,4,0,0,0,0,0,0,0,0 +325510,411,89,133,4,0,0,0,0,0,0,0,0 +325611,411,89,50,5,3,0,0,0,0,0,0,0 +325612,411,89,0,3,0,0,0,0,0,0,0,0 +325620,411,89,204,12,8,0,0,0,0,0,0,0 +325910,411,89,469,3,0,0,0,0,0,0,0,0 +325998,411,89,113,10,3,0,0,0,0,0,0,0 +326150,411,89,100,3,0,0,0,0,0,0,0,0 +326199,411,89,2281,48,20,12,4,0,0,0,0,0 +326299,411,89,81,3,0,0,0,0,0,0,0,0 +327110,411,89,4,3,3,0,0,0,0,0,0,0 +327120,411,89,294,5,0,4,0,0,0,0,0,0 +327212,411,89,49,6,4,0,0,0,0,0,0,0 +327215,411,89,266,23,13,0,0,0,0,0,0,0 +327320,411,89,401,24,7,0,0,0,0,0,0,0 +327331,411,89,71,5,0,0,0,0,0,0,0,0 +327390,411,89,123,12,0,0,0,0,0,0,0,0 +327991,411,89,0,3,0,0,0,0,0,0,0,0 +331210,411,89,258,3,0,0,0,0,0,0,0,0 +331318,411,89,0,3,0,0,0,0,0,0,0,0 +331512,411,89,0,3,0,0,0,0,0,0,0,0 +331523,411,89,0,3,0,0,0,0,0,0,0,0 +331524,411,89,11,3,0,0,0,0,0,0,0,0 +332111,411,89,0,3,0,0,0,0,0,0,0,0 +332119,411,89,44,4,0,0,0,0,0,0,0,0 +332215,411,89,0,3,0,0,0,0,0,0,0,0 +332216,411,89,473,7,0,0,0,0,0,0,0,0 +332312,411,89,985,27,14,3,0,0,0,0,0,0 +332313,411,89,193,7,0,3,0,0,0,0,0,0 +332321,411,89,47,6,0,0,0,0,0,0,0,0 +332322,411,89,648,31,17,6,0,0,0,0,0,0 +332323,411,89,241,30,21,0,0,0,0,0,0,0 +332420,411,89,0,3,0,0,0,0,0,0,0,0 +332439,411,89,0,3,0,0,0,0,0,0,0,0 +332510,411,89,37,4,0,0,0,0,0,0,0,0 +332613,411,89,80,5,0,0,0,0,0,0,0,0 +332710,411,89,2136,161,127,23,3,0,0,0,0,0 +332721,411,89,385,21,9,0,0,0,0,0,0,0 +332811,411,89,112,5,0,3,0,0,0,0,0,0 +332812,411,89,624,30,12,8,0,0,0,0,0,0 +332813,411,89,557,24,4,5,0,0,0,0,0,0 +332996,411,89,180,3,0,0,0,0,0,0,0,0 +332999,411,89,777,45,28,4,0,0,0,0,0,0 +333120,411,89,417,5,0,0,0,0,0,0,0,0 +333241,411,89,28,4,0,0,0,0,0,0,0,0 +333242,411,89,3140,7,0,0,0,0,0,0,0,0 +333243,411,89,196,11,3,3,0,0,0,0,0,0 +333249,411,89,228,13,4,0,0,0,0,0,0,0 +333314,411,89,0,3,0,0,0,0,0,0,0,0 +333318,411,89,45,4,0,0,0,0,0,0,0,0 +333415,411,89,153,3,0,0,0,0,0,0,0,0 +333511,411,89,58,9,0,0,0,0,0,0,0,0 +333514,411,89,59,13,6,0,0,0,0,0,0,0 +333515,411,89,63,4,0,0,0,0,0,0,0,0 +333618,411,89,149,4,0,0,0,0,0,0,0,0 +333914,411,89,0,3,0,0,0,0,0,0,0,0 +333924,411,89,0,3,0,0,0,0,0,0,0,0 +333994,411,89,126,4,0,0,0,0,0,0,0,0 +333999,411,89,42,7,0,0,0,0,0,0,0,0 +334118,411,89,30,5,4,0,0,0,0,0,0,0 +334310,411,89,459,15,8,0,0,0,0,0,0,0 +334412,411,89,693,6,0,0,0,0,0,0,0,0 +334413,411,89,13196,24,3,0,0,0,3,0,0,0 +334418,411,89,671,11,0,0,0,0,0,0,0,0 +334419,411,89,139,9,3,0,0,0,0,0,0,0 +334510,411,89,283,15,3,3,0,0,0,0,0,0 +334511,411,89,0,3,0,0,0,0,0,0,0,0 +334513,411,89,229,9,0,0,0,0,0,0,0,0 +334515,411,89,569,11,3,0,0,0,0,0,0,0 +334516,411,89,0,4,3,0,0,0,0,0,0,0 +334519,411,89,0,3,0,0,0,0,0,0,0,0 +334614,411,89,23,5,3,0,0,0,0,0,0,0 +335314,411,89,0,3,0,0,0,0,0,0,0,0 +335999,411,89,372,10,3,0,0,0,0,0,0,0 +336212,411,89,178,6,3,0,0,0,0,0,0,0 +336214,411,89,90,12,8,0,0,0,0,0,0,0 +336310,411,89,11,3,0,0,0,0,0,0,0,0 +336320,411,89,0,3,0,0,0,0,0,0,0,0 +336330,411,89,9,3,3,0,0,0,0,0,0,0 +336350,411,89,42,4,0,0,0,0,0,0,0,0 +336370,411,89,148,3,0,0,0,0,0,0,0,0 +336390,411,89,14,12,4,0,0,0,0,0,0,0 +336413,411,89,442,7,0,0,0,0,0,0,0,0 +336611,411,89,826,7,0,0,0,0,0,0,0,0 +336991,411,89,147,11,10,0,0,0,0,0,0,0 +336999,411,89,11,3,0,0,0,0,0,0,0,0 +337110,411,89,596,71,49,7,0,0,0,0,0,0 +337121,411,89,58,8,5,0,0,0,0,0,0,0 +337122,411,89,60,13,7,0,0,0,0,0,0,0 +337127,411,89,0,3,0,0,0,0,0,0,0,0 +337212,411,89,444,14,3,0,0,0,0,0,0,0 +337215,411,89,1385,13,3,0,0,0,0,0,0,0 +337910,411,89,172,3,0,0,0,0,0,0,0,0 +339112,411,89,527,13,4,0,0,0,0,0,0,0 +339113,411,89,492,21,9,0,0,0,0,0,0,0 +339114,411,89,162,12,3,0,0,0,0,0,0,0 +339115,411,89,0,3,0,0,0,0,0,0,0,0 +339116,411,89,385,46,36,0,0,0,0,0,0,0 +339910,411,89,80,26,24,0,0,0,0,0,0,0 +339920,411,89,276,19,4,0,0,0,0,0,0,0 +339930,411,89,17,9,9,0,0,0,0,0,0,0 +339940,411,89,58,4,0,0,0,0,0,0,0,0 +339950,411,89,707,59,43,3,0,0,0,0,0,0 +339991,411,89,27,3,0,0,0,0,0,0,0,0 +339992,411,89,61,9,7,0,0,0,0,0,0,0 +339999,411,89,457,46,31,3,0,0,0,0,0,0 +423110,411,89,1433,64,41,14,0,0,0,0,0,0 +423120,411,89,2010,97,67,21,0,0,0,0,0,0 +423130,411,89,193,10,0,5,0,0,0,0,0,0 +423140,411,89,25,6,6,0,0,0,0,0,0,0 +423210,411,89,308,32,20,3,0,0,0,0,0,0 +423220,411,89,795,56,35,10,0,0,0,0,0,0 +423310,411,89,2602,136,103,22,0,0,0,0,0,0 +423320,411,89,122,15,15,0,0,0,0,0,0,0 +423330,411,89,288,28,17,4,0,0,0,0,0,0 +423390,411,89,777,43,28,4,0,0,0,0,0,0 +423410,411,89,0,3,0,0,0,0,0,0,0,0 +423420,411,89,931,70,57,8,0,0,0,0,0,0 +423430,411,89,1688,58,44,3,3,0,0,0,0,0 +423440,411,89,542,31,23,0,0,0,0,0,0,0 +423450,411,89,1212,58,40,3,0,0,0,0,0,0 +423490,411,89,185,15,6,0,0,0,0,0,0,0 +423510,411,89,1345,80,54,18,0,0,0,0,0,0 +423610,411,89,1421,109,89,11,0,0,0,0,0,0 +423620,411,89,195,22,16,0,0,0,0,0,0,0 +423690,411,89,5631,100,78,10,5,0,0,0,0,0 +423710,411,89,442,43,36,0,0,0,0,0,0,0 +423720,411,89,573,42,34,0,0,0,0,0,0,0 +423730,411,89,644,42,32,4,0,0,0,0,0,0 +423810,411,89,552,36,18,9,0,0,0,0,0,0 +423820,411,89,298,31,25,0,0,0,0,0,0,0 +423830,411,89,3904,198,157,29,4,0,0,0,0,0 +423840,411,89,816,63,47,7,0,0,0,0,0,0 +423850,411,89,467,40,33,0,0,0,0,0,0,0 +423860,411,89,98,17,11,0,0,0,0,0,0,0 +423910,411,89,948,63,51,6,0,0,0,0,0,0 +423920,411,89,111,14,7,0,0,0,0,0,0,0 +423930,411,89,989,38,14,8,0,0,0,0,0,0 +423940,411,89,101,27,25,0,0,0,0,0,0,0 +423990,411,89,451,61,46,3,0,0,0,0,0,0 +424110,411,89,15,4,0,0,0,0,0,0,0,0 +424120,411,89,479,38,27,3,0,0,0,0,0,0 +424130,411,89,475,41,35,3,0,0,0,0,0,0 +424210,411,89,727,48,34,6,0,0,0,0,0,0 +424310,411,89,159,7,3,0,0,0,0,0,0,0 +424320,411,89,273,22,16,4,0,0,0,0,0,0 +424330,411,89,278,23,18,0,0,0,0,0,0,0 +424340,411,89,939,11,3,3,0,0,0,0,0,0 +424410,411,89,1569,17,3,3,0,0,0,0,0,0 +424420,411,89,876,26,13,3,0,0,0,0,0,0 +424430,411,89,12,7,0,0,0,0,0,0,0,0 +424450,411,89,0,8,0,0,0,0,0,0,0,0 +424460,411,89,35,5,3,0,0,0,0,0,0,0 +424470,411,89,519,21,8,3,0,0,0,0,0,0 +424480,411,89,1763,25,12,4,0,0,0,0,0,0 +424490,411,89,3109,110,82,9,0,0,0,0,0,0 +424510,411,89,170,20,9,0,0,0,0,0,0,0 +424590,411,89,21,6,5,0,0,0,0,0,0,0 +424610,411,89,296,24,9,0,0,0,0,0,0,0 +424690,411,89,595,59,45,5,0,0,0,0,0,0 +424710,411,89,789,14,6,4,0,0,0,0,0,0 +424720,411,89,101,9,4,0,0,0,0,0,0,0 +424810,411,89,1103,12,0,0,0,3,0,0,0,0 +424820,411,89,681,29,16,0,0,0,0,0,0,0 +424910,411,89,373,41,29,0,0,0,0,0,0,0 +424920,411,89,29,8,7,0,0,0,0,0,0,0 +424930,411,89,844,42,22,0,0,0,0,0,0,0 +424950,411,89,94,15,10,0,0,0,0,0,0,0 +424990,411,89,408,75,68,3,0,0,0,0,0,0 +425110,411,89,10,5,5,0,0,0,0,0,0,0 +425120,411,89,2762,496,479,10,0,0,0,0,0,0 +441110,411,89,7268,116,23,63,21,0,0,0,0,0 +441120,411,89,965,143,126,5,0,0,0,0,0,0 +441210,411,89,646,24,9,0,0,0,0,0,0,0 +441222,411,89,209,29,22,0,0,0,0,0,0,0 +441228,411,89,387,32,20,0,0,0,0,0,0,0 +441310,411,89,2049,191,174,11,0,0,0,0,0,0 +441320,411,89,1131,110,89,15,0,0,0,0,0,0 +442110,411,89,1399,167,153,8,0,0,0,0,0,0 +442210,411,89,501,56,49,0,0,0,0,0,0,0 +442291,411,89,27,9,4,0,0,0,0,0,0,0 +442299,411,89,1456,141,120,17,0,0,0,0,0,0 +443141,411,89,464,44,33,3,0,0,0,0,0,0 +443142,411,89,2276,144,122,10,0,0,0,0,0,0 +444110,411,89,1854,21,0,0,16,0,0,0,0,0 +444120,411,89,338,67,60,0,0,0,0,0,0,0 +444130,411,89,1074,87,62,15,0,0,0,0,0,0 +444190,411,89,1680,161,134,21,0,0,0,0,0,0 +444210,411,89,99,14,4,0,0,0,0,0,0,0 +444220,411,89,1114,108,81,15,0,0,0,0,0,0 +445110,411,89,15693,312,138,103,64,0,0,0,0,0 +445120,411,89,2053,370,358,6,0,0,0,0,0,0 +445210,411,89,170,14,8,0,0,0,0,0,0,0 +445220,411,89,47,6,3,0,0,0,0,0,0,0 +445230,411,89,129,22,16,0,0,0,0,0,0,0 +445291,411,89,44,8,3,0,0,0,0,0,0,0 +445292,411,89,146,23,14,0,0,0,0,0,0,0 +445299,411,89,936,100,89,5,0,0,0,0,0,0 +445310,411,89,821,124,117,0,0,0,0,0,0,0 +446110,411,89,2510,142,75,56,0,0,0,0,0,0 +446120,411,89,1014,76,57,16,0,0,0,0,0,0 +446130,411,89,462,73,69,0,0,0,0,0,0,0 +446191,411,89,282,70,69,0,0,0,0,0,0,0 +446199,411,89,351,45,35,0,0,0,0,0,0,0 +447110,411,89,2857,249,225,19,0,0,0,0,0,0 +447190,411,89,1175,91,76,6,0,0,0,0,0,0 +448110,411,89,281,37,33,0,0,0,0,0,0,0 +448120,411,89,1807,166,143,15,0,0,0,0,0,0 +448130,411,89,423,39,32,0,0,0,0,0,0,0 +448140,411,89,4868,159,80,69,0,0,0,0,0,0 +448150,411,89,347,48,41,0,0,0,0,0,0,0 +448190,411,89,621,66,54,4,0,0,0,0,0,0 +448210,411,89,2015,123,110,10,0,0,0,0,0,0 +448310,411,89,599,108,99,0,0,0,0,0,0,0 +448320,411,89,43,7,6,0,0,0,0,0,0,0 +451110,411,89,2437,187,147,31,0,0,0,0,0,0 +451120,411,89,1103,87,70,9,0,0,0,0,0,0 +451130,411,89,602,35,18,3,0,0,0,0,0,0 +451140,411,89,269,31,19,3,0,0,0,0,0,0 +451211,411,89,720,40,22,7,0,0,0,0,0,0 +451212,411,89,15,4,0,0,0,0,0,0,0,0 +452210,411,89,1986,16,0,7,3,0,0,0,0,0 +452311,411,89,14014,75,0,18,18,30,0,0,0,0 +452319,411,89,1339,92,49,34,0,0,0,0,0,0 +453110,411,89,328,66,57,3,0,0,0,0,0,0 +453210,411,89,444,41,25,8,0,0,0,0,0,0 +453220,411,89,1048,144,130,6,0,0,0,0,0,0 +453310,411,89,1814,171,133,21,0,0,0,0,0,0 +453910,411,89,1052,105,84,11,0,0,0,0,0,0 +453920,411,89,152,32,29,0,0,0,0,0,0,0 +453930,411,89,14,7,3,0,0,0,0,0,0,0 +453991,411,89,501,87,79,0,0,0,0,0,0,0 +453998,411,89,1499,221,203,12,0,0,0,0,0,0 +454110,411,89,3574,431,396,24,5,0,0,0,0,0 +454210,411,89,125,18,8,0,0,0,0,0,0,0 +454310,411,89,86,16,9,0,0,0,0,0,0,0 +454390,411,89,616,171,164,0,0,0,0,0,0,0 +481111,411,89,3702,11,0,0,3,0,0,0,0,0 +481112,411,89,34,3,0,0,0,0,0,0,0,0 +481211,411,89,0,3,0,0,0,0,0,0,0,0 +481219,411,89,52,7,3,0,0,0,0,0,0,0 +483113,411,89,0,3,0,0,0,0,0,0,0,0 +484110,411,89,1202,116,93,12,0,0,0,0,0,0 +484121,411,89,2868,264,238,13,6,0,0,0,0,0 +484122,411,89,2078,41,22,7,6,0,0,0,0,0 +484210,411,89,997,83,57,16,0,0,0,0,0,0 +484220,411,89,1150,169,148,9,0,0,0,0,0,0 +484230,411,89,804,53,38,4,0,0,0,0,0,0 +485310,411,89,102,8,4,0,0,0,0,0,0,0 +485320,411,89,134,18,12,0,0,0,0,0,0,0 +485410,411,89,488,23,0,3,3,0,0,0,0,0 +485510,411,89,148,4,0,0,0,0,0,0,0,0 +485991,411,89,632,41,32,3,0,0,0,0,0,0 +485999,411,89,126,9,6,0,0,0,0,0,0,0 +486210,411,89,38,5,0,0,0,0,0,0,0,0 +486910,411,89,0,3,0,0,0,0,0,0,0,0 +487110,411,89,44,7,3,0,0,0,0,0,0,0 +487210,411,89,0,3,0,0,0,0,0,0,0,0 +488119,411,89,644,10,0,3,0,0,0,0,0,0 +488190,411,89,484,20,14,0,0,0,0,0,0,0 +488210,411,89,170,11,3,0,0,0,0,0,0,0 +488320,411,89,0,7,0,0,0,0,0,0,0,0 +488330,411,89,0,3,0,0,0,0,0,0,0,0 +488390,411,89,36,4,0,0,0,0,0,0,0,0 +488410,411,89,484,54,41,5,0,0,0,0,0,0 +488490,411,89,226,25,14,0,0,0,0,0,0,0 +488510,411,89,2288,199,174,21,0,0,0,0,0,0 +488991,411,89,55,7,4,0,0,0,0,0,0,0 +492110,411,89,5433,74,50,5,5,0,0,0,0,0 +492210,411,89,210,37,35,0,0,0,0,0,0,0 +493110,411,89,4381,100,61,24,0,0,0,0,0,0 +493120,411,89,83,7,0,0,0,0,0,0,0,0 +493190,411,89,356,20,16,0,0,0,0,0,0,0 +511110,411,89,594,36,22,7,0,0,0,0,0,0 +511120,411,89,525,44,36,0,0,0,0,0,0,0 +511130,411,89,169,27,13,0,0,0,0,0,0,0 +511140,411,89,29,4,0,0,0,0,0,0,0,0 +511191,411,89,0,3,0,0,0,0,0,0,0,0 +511199,411,89,0,4,0,0,0,0,0,0,0,0 +511210,411,89,8845,250,179,43,11,7,0,0,0,0 +512110,411,89,694,136,126,5,0,0,0,0,0,0 +512120,411,89,0,3,0,0,0,0,0,0,0,0 +512131,411,89,930,36,17,9,0,0,0,0,0,0 +512191,411,89,42,9,6,0,0,0,0,0,0,0 +512240,411,89,20,11,10,0,0,0,0,0,0,0 +512250,411,89,0,5,4,0,0,0,0,0,0,0 +512290,411,89,5,3,3,0,0,0,0,0,0,0 +515112,411,89,531,20,9,0,3,0,0,0,0,0 +515120,411,89,459,6,0,0,3,0,0,0,0,0 +515210,411,89,159,4,0,0,0,0,0,0,0,0 +517311,411,89,3595,174,139,23,3,0,0,0,0,0 +517312,411,89,1170,142,124,11,0,0,0,0,0,0 +517911,411,89,916,55,43,3,0,0,0,0,0,0 +517919,411,89,11,7,3,0,0,0,0,0,0,0 +518210,411,89,5062,180,142,18,5,3,0,0,0,0 +519120,411,89,110,8,3,0,0,0,0,0,0,0 +519130,411,89,1158,93,77,5,0,0,0,0,0,0 +519190,411,89,0,3,3,0,0,0,0,0,0,0 +522110,411,89,11114,508,443,47,4,0,0,0,0,0 +522120,411,89,37,17,12,0,0,0,0,0,0,0 +522130,411,89,2100,117,91,13,0,0,0,0,0,0 +522220,411,89,527,24,16,0,0,0,0,0,0,0 +522291,411,89,400,43,36,0,0,0,0,0,0,0 +522292,411,89,1838,152,124,21,0,0,0,0,0,0 +522298,411,89,200,28,21,0,0,0,0,0,0,0 +522310,411,89,491,82,75,0,0,0,0,0,0,0 +522320,411,89,685,38,29,0,0,0,0,0,0,0 +522390,411,89,504,56,47,0,0,0,0,0,0,0 +523110,411,89,246,20,15,0,0,0,0,0,0,0 +523120,411,89,924,162,144,13,0,0,0,0,0,0 +523130,411,89,6,3,3,0,0,0,0,0,0,0 +523910,411,89,153,59,54,0,0,0,0,0,0,0 +523920,411,89,1759,426,413,10,0,0,0,0,0,0 +523930,411,89,559,148,141,0,0,0,0,0,0,0 +523991,411,89,124,30,25,0,0,0,0,0,0,0 +524113,411,89,2264,55,35,9,0,0,0,0,0,0 +524114,411,89,4705,23,4,0,0,0,3,0,0,0 +524126,411,89,2026,72,50,13,0,0,0,0,0,0 +524127,411,89,1297,71,41,14,0,0,0,0,0,0 +524210,411,89,4271,904,864,32,0,0,0,0,0,0 +524291,411,89,131,25,18,0,0,0,0,0,0,0 +524292,411,89,925,31,18,6,0,0,0,0,0,0 +524298,411,89,422,8,4,0,0,0,0,0,0,0 +525990,411,89,16,6,3,0,0,0,0,0,0,0 +531110,411,89,2488,516,496,12,0,0,0,0,0,0 +531120,411,89,1156,251,238,3,0,0,0,0,0,0 +531130,411,89,258,107,100,0,0,0,0,0,0,0 +531190,411,89,251,77,70,0,0,0,0,0,0,0 +531210,411,89,2893,1272,1254,11,0,0,0,0,0,0 +531311,411,89,7019,657,607,39,0,3,0,0,0,0 +531312,411,89,950,112,96,7,0,0,0,0,0,0 +531320,411,89,339,134,130,0,0,0,0,0,0,0 +531390,411,89,413,85,76,5,0,0,0,0,0,0 +532111,411,89,717,69,55,9,0,0,0,0,0,0 +532112,411,89,0,3,0,0,0,0,0,0,0,0 +532120,411,89,425,44,30,8,0,0,0,0,0,0 +532210,411,89,79,24,21,0,0,0,0,0,0,0 +532281,411,89,0,3,0,0,0,0,0,0,0,0 +532282,411,89,44,7,6,0,0,0,0,0,0,0 +532283,411,89,39,4,0,0,0,0,0,0,0,0 +532284,411,89,16,8,6,0,0,0,0,0,0,0 +532289,411,89,422,27,13,3,0,0,0,0,0,0 +532310,411,89,60,10,3,0,0,0,0,0,0,0 +532412,411,89,177,26,19,0,0,0,0,0,0,0 +532420,411,89,26,3,0,0,0,0,0,0,0,0 +532490,411,89,432,61,52,3,0,0,0,0,0,0 +533110,411,89,140,19,17,0,0,0,0,0,0,0 +541110,411,89,7668,1379,1306,60,8,0,0,0,0,0 +541199,411,89,68,26,24,0,0,0,0,0,0,0 +541211,411,89,3546,424,388,18,4,0,0,0,0,0 +541213,411,89,970,209,203,0,0,0,0,0,0,0 +541214,411,89,309,39,30,0,0,0,0,0,0,0 +541219,411,89,1524,394,382,4,0,0,0,0,0,0 +541310,411,89,2765,252,216,26,4,0,0,0,0,0 +541320,411,89,397,47,40,4,0,0,0,0,0,0 +541330,411,89,7474,499,408,68,15,0,0,0,0,0 +541340,411,89,124,29,24,0,0,0,0,0,0,0 +541350,411,89,163,54,49,0,0,0,0,0,0,0 +541370,411,89,335,48,40,0,0,0,0,0,0,0 +541380,411,89,1141,67,47,9,0,0,0,0,0,0 +541410,411,89,573,118,111,0,0,0,0,0,0,0 +541420,411,89,76,29,25,0,0,0,0,0,0,0 +541430,411,89,1041,263,247,11,0,0,0,0,0,0 +541490,411,89,151,36,31,0,0,0,0,0,0,0 +541511,411,89,6436,617,549,57,0,0,0,0,0,0 +541512,411,89,2190,281,259,14,0,0,0,0,0,0 +541513,411,89,300,49,41,0,0,0,0,0,0,0 +541519,411,89,346,71,66,0,0,0,0,0,0,0 +541611,411,89,2827,533,500,28,0,0,0,0,0,0 +541612,411,89,558,58,51,0,0,0,0,0,0,0 +541613,411,89,2197,381,350,20,0,0,0,0,0,0 +541614,411,89,538,71,60,3,0,0,0,0,0,0 +541618,411,89,161,53,46,0,0,0,0,0,0,0 +541620,411,89,1292,116,98,13,0,0,0,0,0,0 +541690,411,89,1216,298,286,5,0,0,0,0,0,0 +541713,411,89,159,30,18,3,0,0,0,0,0,0 +541714,411,89,123,16,10,0,0,0,0,0,0,0 +541715,411,89,580,78,69,0,0,0,0,0,0,0 +541720,411,89,117,20,16,0,0,0,0,0,0,0 +541810,411,89,1693,125,103,16,0,0,0,0,0,0 +541820,411,89,576,87,78,6,0,0,0,0,0,0 +541830,411,89,0,5,4,0,0,0,0,0,0,0 +541850,411,89,89,19,11,3,0,0,0,0,0,0 +541860,411,89,494,21,13,0,0,0,0,0,0,0 +541890,411,89,1642,57,43,4,0,0,0,0,0,0 +541910,411,89,1224,43,26,4,0,0,0,0,0,0 +541921,411,89,188,68,63,0,0,0,0,0,0,0 +541922,411,89,317,67,60,0,0,0,0,0,0,0 +541930,411,89,644,35,23,3,0,0,0,0,0,0 +541940,411,89,3642,258,208,38,0,0,0,0,0,0 +541990,411,89,408,149,143,0,0,0,0,0,0,0 +551112,411,89,531,47,36,0,0,0,0,0,0,0 +551114,411,89,40822,420,254,107,33,8,3,0,0,0 +561110,411,89,1546,168,149,13,0,0,0,0,0,0 +561210,411,89,374,26,18,3,0,0,0,0,0,0 +561311,411,89,323,33,28,0,0,0,0,0,0,0 +561312,411,89,171,37,32,0,0,0,0,0,0,0 +561320,411,89,19086,310,145,101,45,10,0,0,0,0 +561330,411,89,1914,26,6,0,4,0,0,0,0,0 +561410,411,89,69,32,25,0,0,0,0,0,0,0 +561421,411,89,662,8,3,0,0,0,0,0,0,0 +561422,411,89,2620,29,12,7,0,0,0,0,0,0 +561431,411,89,271,54,47,0,0,0,0,0,0,0 +561439,411,89,322,48,45,3,0,0,0,0,0,0 +561440,411,89,298,28,15,0,0,0,0,0,0,0 +561450,411,89,169,12,9,0,0,0,0,0,0,0 +561492,411,89,78,14,10,0,0,0,0,0,0,0 +561499,411,89,165,19,12,0,0,0,0,0,0,0 +561510,411,89,645,104,88,0,0,0,0,0,0,0 +561520,411,89,222,21,13,0,0,0,0,0,0,0 +561599,411,89,219,21,12,3,0,0,0,0,0,0 +561611,411,89,97,35,30,0,0,0,0,0,0,0 +561612,411,89,4071,57,27,11,4,0,0,0,0,0 +561613,411,89,265,5,0,0,0,0,0,0,0,0 +561621,411,89,743,45,29,7,0,0,0,0,0,0 +561622,411,89,114,26,20,0,0,0,0,0,0,0 +561710,411,89,485,69,57,3,0,0,0,0,0,0 +561720,411,89,7311,605,543,40,7,0,0,0,0,0 +561730,411,89,5329,749,697,42,6,0,0,0,0,0 +561740,411,89,352,73,65,0,0,0,0,0,0,0 +561790,411,89,360,71,61,0,0,0,0,0,0,0 +561910,411,89,61,6,0,0,0,0,0,0,0,0 +561920,411,89,742,67,59,0,0,0,0,0,0,0 +561990,411,89,1293,96,75,7,0,0,0,0,0,0 +562111,411,89,1593,77,51,17,0,0,0,0,0,0 +562119,411,89,4,3,3,0,0,0,0,0,0,0 +562212,411,89,51,7,0,0,0,0,0,0,0,0 +562910,411,89,337,28,13,7,0,0,0,0,0,0 +562920,411,89,530,13,0,0,0,0,0,0,0,0 +562991,411,89,294,17,9,0,0,0,0,0,0,0 +562998,411,89,28,4,3,0,0,0,0,0,0,0 +611110,411,89,6720,192,88,82,7,0,0,0,0,0 +611210,411,89,140,7,0,3,0,0,0,0,0,0 +611310,411,89,8243,27,4,0,4,4,0,0,0,0 +611420,411,89,40,16,11,0,0,0,0,0,0,0 +611430,411,89,356,70,63,0,0,0,0,0,0,0 +611511,411,89,123,12,7,0,0,0,0,0,0,0 +611513,411,89,194,17,8,4,0,0,0,0,0,0 +611519,411,89,307,29,17,3,0,0,0,0,0,0 +611610,411,89,972,128,110,8,0,0,0,0,0,0 +611620,411,89,1048,152,134,11,0,0,0,0,0,0 +611630,411,89,212,21,16,0,0,0,0,0,0,0 +611691,411,89,570,64,55,3,0,0,0,0,0,0 +611699,411,89,822,92,75,11,0,0,0,0,0,0 +611710,411,89,1484,78,63,3,0,0,0,0,0,0 +621111,411,89,15941,1124,944,160,8,6,0,0,0,0 +621112,411,89,198,74,71,0,0,0,0,0,0,0 +621210,411,89,8056,1042,1001,38,0,0,0,0,0,0 +621310,411,89,1796,432,424,5,0,0,0,0,0,0 +621320,411,89,799,147,143,0,0,0,0,0,0,0 +621330,411,89,1002,320,306,10,0,0,0,0,0,0 +621340,411,89,4527,252,231,6,0,0,0,0,0,0 +621391,411,89,210,44,36,0,0,0,0,0,0,0 +621399,411,89,1743,395,369,16,0,0,0,0,0,0 +621410,411,89,199,10,0,0,0,0,0,0,0,0 +621420,411,89,1826,91,57,27,0,0,0,0,0,0 +621491,411,89,0,81,34,20,14,3,0,0,0,0 +621492,411,89,332,35,8,12,0,0,0,0,0,0 +621493,411,89,760,53,33,16,0,0,0,0,0,0 +621498,411,89,1681,89,64,11,0,0,0,0,0,0 +621511,411,89,887,41,24,3,0,0,0,0,0,0 +621512,411,89,284,23,7,4,0,0,0,0,0,0 +621610,411,89,4182,128,79,38,4,0,0,0,0,0 +621910,411,89,0,15,4,0,0,0,0,0,0,0 +621991,411,89,825,9,0,0,0,0,0,0,0,0 +621999,411,89,259,19,8,0,0,0,0,0,0,0 +622110,411,89,35944,15,0,0,0,0,0,0,0,0 +623110,411,89,6527,80,13,37,16,0,0,0,0,0 +623210,411,89,3739,459,439,14,0,0,0,0,0,0 +623220,411,89,1750,93,63,23,0,0,0,0,0,0 +623311,411,89,4002,53,3,25,6,0,0,0,0,0 +623312,411,89,7777,536,420,86,16,0,0,0,0,0 +623990,411,89,459,38,30,0,0,0,0,0,0,0 +624110,411,89,1106,101,78,16,0,0,0,0,0,0 +624120,411,89,3383,177,130,30,6,0,0,0,0,0 +624190,411,89,3466,231,174,37,5,0,0,0,0,0 +624210,411,89,463,52,44,0,0,0,0,0,0,0 +624221,411,89,774,38,22,9,0,0,0,0,0,0 +624229,411,89,283,22,17,0,0,0,0,0,0,0 +624230,411,89,0,7,0,0,0,0,0,0,0,0 +624310,411,89,2592,77,49,13,0,0,0,0,0,0 +624410,411,89,7192,741,612,122,0,0,0,0,0,0 +711110,411,89,639,28,16,3,0,0,0,0,0,0 +711120,411,89,226,3,0,0,0,0,0,0,0,0 +711130,411,89,374,42,40,0,0,0,0,0,0,0 +711211,411,89,636,6,0,0,0,0,0,0,0,0 +711219,411,89,14,14,14,0,0,0,0,0,0,0 +711310,411,89,521,25,15,7,0,0,0,0,0,0 +711320,411,89,248,49,45,0,0,0,0,0,0,0 +711410,411,89,61,26,23,0,0,0,0,0,0,0 +711510,411,89,323,189,183,0,0,0,0,0,0,0 +712110,411,89,774,28,17,0,0,0,0,0,0,0 +712120,411,89,16,5,4,0,0,0,0,0,0,0 +712130,411,89,119,4,0,0,0,0,0,0,0,0 +713120,411,89,493,17,6,0,0,0,0,0,0,0 +713290,411,89,323,64,64,0,0,0,0,0,0,0 +713910,411,89,1341,45,20,16,0,0,0,0,0,0 +713930,411,89,93,14,11,0,0,0,0,0,0,0 +713940,411,89,5296,256,187,52,0,0,0,0,0,0 +713950,411,89,426,12,0,0,0,0,0,0,0,0 +713990,411,89,2052,177,148,22,0,0,0,0,0,0 +721110,411,89,9921,283,150,99,18,3,0,0,0,0 +721191,411,89,54,17,13,0,0,0,0,0,0,0 +721199,411,89,31,3,0,0,0,0,0,0,0,0 +721211,411,89,26,8,5,0,0,0,0,0,0,0 +721214,411,89,77,14,11,0,0,0,0,0,0,0 +722310,411,89,3904,145,96,32,4,0,0,0,0,0 +722320,411,89,1011,82,67,10,0,0,0,0,0,0 +722330,411,89,296,116,115,0,0,0,0,0,0,0 +722410,411,89,4462,469,410,49,0,0,0,0,0,0 +722511,411,89,38375,2159,1496,638,22,0,0,0,0,0 +722513,411,89,26177,1543,1002,529,5,0,0,0,0,0 +722514,411,89,554,24,6,11,0,0,0,0,0,0 +722515,411,89,8047,751,649,96,0,0,0,0,0,0 +811111,411,89,2643,521,507,9,0,0,0,0,0,0 +811112,411,89,25,13,12,0,0,0,0,0,0,0 +811113,411,89,122,28,22,0,0,0,0,0,0,0 +811118,411,89,65,20,18,0,0,0,0,0,0,0 +811121,411,89,1894,220,198,20,0,0,0,0,0,0 +811122,411,89,202,32,25,0,0,0,0,0,0,0 +811191,411,89,750,60,45,7,0,0,0,0,0,0 +811192,411,89,732,84,76,0,0,0,0,0,0,0 +811198,411,89,49,9,6,0,0,0,0,0,0,0 +811211,411,89,61,12,0,0,0,0,0,0,0,0 +811212,411,89,170,44,38,0,0,0,0,0,0,0 +811213,411,89,52,5,3,0,0,0,0,0,0,0 +811219,411,89,214,34,24,0,0,0,0,0,0,0 +811310,411,89,1858,129,110,9,0,0,0,0,0,0 +811411,411,89,23,10,7,0,0,0,0,0,0,0 +811412,411,89,110,27,24,0,0,0,0,0,0,0 +811420,411,89,92,38,34,0,0,0,0,0,0,0 +811430,411,89,10,3,3,0,0,0,0,0,0,0 +811490,411,89,271,68,63,0,0,0,0,0,0,0 +812111,411,89,268,37,33,0,0,0,0,0,0,0 +812112,411,89,2331,492,477,10,0,0,0,0,0,0 +812113,411,89,1033,283,277,0,0,0,0,0,0,0 +812191,411,89,88,13,3,0,0,0,0,0,0,0 +812199,411,89,1236,194,171,15,0,0,0,0,0,0 +812210,411,89,410,55,45,3,0,0,0,0,0,0 +812220,411,89,113,15,4,0,0,0,0,0,0,0 +812310,411,89,150,28,21,3,0,0,0,0,0,0 +812320,411,89,644,109,99,0,0,0,0,0,0,0 +812331,411,89,0,6,0,0,0,0,0,0,0,0 +812332,411,89,622,11,0,3,0,0,0,0,0,0 +812910,411,89,1048,173,162,4,0,0,0,0,0,0 +812930,411,89,955,130,121,7,0,0,0,0,0,0 +812990,411,89,597,116,109,0,0,0,0,0,0,0 +813110,411,89,11286,1029,923,91,5,0,0,0,0,0 +813211,411,89,482,93,89,0,0,0,0,0,0,0 +813212,411,89,377,44,37,0,0,0,0,0,0,0 +813219,411,89,311,28,21,0,0,0,0,0,0,0 +813311,411,89,318,49,42,0,0,0,0,0,0,0 +813312,411,89,1173,108,87,11,0,0,0,0,0,0 +813319,411,89,915,78,67,4,0,0,0,0,0,0 +813410,411,89,1019,142,120,10,0,0,0,0,0,0 +813910,411,89,674,123,115,0,0,0,0,0,0,0 +813920,411,89,261,60,57,0,0,0,0,0,0,0 +813930,411,89,1503,107,87,14,0,0,0,0,0,0 +813940,411,89,86,58,52,0,0,0,0,0,0,0 +813990,411,89,456,68,58,0,0,0,0,0,0,0 +113310,411,90,904,112,97,11,0,0,0,0,0,0 +115112,411,90,40,8,3,0,0,0,0,0,0,0 +115113,411,90,82,7,0,0,0,0,0,0,0,0 +115114,411,90,87,6,0,0,0,0,0,0,0,0 +115115,411,90,633,17,9,0,0,0,0,0,0,0 +115210,411,90,24,9,9,0,0,0,0,0,0,0 +115310,411,90,728,51,31,11,0,0,0,0,0,0 +212312,411,90,15,3,0,0,0,0,0,0,0,0 +212321,411,90,0,8,3,0,0,0,0,0,0,0 +221122,411,90,0,11,3,0,0,0,0,0,0,0 +221310,411,90,17,5,3,0,0,0,0,0,0,0 +236115,411,90,664,243,234,3,0,0,0,0,0,0 +236116,411,90,70,8,6,0,0,0,0,0,0,0 +236117,411,90,180,55,48,0,0,0,0,0,0,0 +236118,411,90,772,238,227,0,0,0,0,0,0,0 +236210,411,90,83,5,4,0,0,0,0,0,0,0 +236220,411,90,893,89,72,8,0,0,0,0,0,0 +237110,411,90,356,33,28,0,0,0,0,0,0,0 +237130,411,90,259,18,9,5,0,0,0,0,0,0 +237210,411,90,18,8,5,0,0,0,0,0,0,0 +237310,411,90,775,35,19,10,0,0,0,0,0,0 +237990,411,90,64,7,3,0,0,0,0,0,0,0 +238110,411,90,302,38,24,3,0,0,0,0,0,0 +238120,411,90,0,3,0,0,0,0,0,0,0,0 +238130,411,90,373,59,51,0,0,0,0,0,0,0 +238140,411,90,189,25,19,0,0,0,0,0,0,0 +238150,411,90,156,8,0,0,0,0,0,0,0,0 +238160,411,90,517,76,64,0,0,0,0,0,0,0 +238170,411,90,291,55,54,0,0,0,0,0,0,0 +238190,411,90,8,6,6,0,0,0,0,0,0,0 +238210,411,90,1247,117,97,8,0,0,0,0,0,0 +238220,411,90,1729,164,137,17,0,0,0,0,0,0 +238290,411,90,280,16,7,3,0,0,0,0,0,0 +238310,411,90,633,58,43,5,0,0,0,0,0,0 +238320,411,90,651,157,147,3,0,0,0,0,0,0 +238330,411,90,167,58,55,0,0,0,0,0,0,0 +238340,411,90,110,29,23,0,0,0,0,0,0,0 +238350,411,90,298,63,59,3,0,0,0,0,0,0 +238390,411,90,84,6,3,0,0,0,0,0,0,0 +238910,411,90,1194,123,103,11,0,0,0,0,0,0 +238990,411,90,437,84,72,3,0,0,0,0,0,0 +311119,411,90,54,4,0,0,0,0,0,0,0,0 +311411,411,90,1282,10,0,4,0,0,0,0,0,0 +311421,411,90,235,5,0,0,0,0,0,0,0,0 +311612,411,90,49,5,3,0,0,0,0,0,0,0 +311811,411,90,89,13,7,0,0,0,0,0,0,0 +311812,411,90,28,6,3,0,0,0,0,0,0,0 +311919,411,90,0,3,0,0,0,0,0,0,0,0 +312120,411,90,127,10,0,0,0,0,0,0,0,0 +312130,411,90,493,36,30,0,0,0,0,0,0,0 +312140,411,90,13,3,0,0,0,0,0,0,0,0 +314999,411,90,13,3,0,0,0,0,0,0,0,0 +321113,411,90,319,6,0,0,0,0,0,0,0,0 +321212,411,90,544,4,0,0,3,0,0,0,0,0 +321219,411,90,0,3,0,0,0,0,0,0,0,0 +321911,411,90,211,3,0,0,0,0,0,0,0,0 +321918,411,90,63,4,0,0,0,0,0,0,0,0 +321920,411,90,228,12,5,0,0,0,0,0,0,0 +321991,411,90,384,3,0,0,0,0,0,0,0,0 +321999,411,90,124,10,3,0,0,0,0,0,0,0 +323111,411,90,349,27,14,3,0,0,0,0,0,0 +323113,411,90,39,8,3,0,0,0,0,0,0,0 +325211,411,90,159,3,0,0,0,0,0,0,0,0 +325320,411,90,0,3,0,0,0,0,0,0,0,0 +325510,411,90,197,5,0,0,0,0,0,0,0,0 +326191,411,90,56,3,0,0,0,0,0,0,0,0 +326199,411,90,289,6,0,0,0,0,0,0,0,0 +327320,411,90,148,11,3,0,0,0,0,0,0,0 +327390,411,90,43,3,0,0,0,0,0,0,0,0 +332311,411,90,76,4,0,0,0,0,0,0,0,0 +332312,411,90,85,11,3,0,0,0,0,0,0,0 +332322,411,90,215,7,3,0,0,0,0,0,0,0 +332323,411,90,0,3,0,0,0,0,0,0,0,0 +332710,411,90,585,51,41,0,0,0,0,0,0,0 +332721,411,90,22,3,0,0,0,0,0,0,0,0 +332999,411,90,366,13,7,0,0,0,0,0,0,0 +333111,411,90,313,7,0,0,0,0,0,0,0,0 +333241,411,90,0,3,0,0,0,0,0,0,0,0 +333318,411,90,42,3,0,0,0,0,0,0,0,0 +333514,411,90,62,6,3,0,0,0,0,0,0,0 +333922,411,90,92,4,0,3,0,0,0,0,0,0 +333999,411,90,28,4,3,0,0,0,0,0,0,0 +334418,411,90,0,3,0,0,0,0,0,0,0,0 +336214,411,90,0,6,0,0,0,0,0,0,0,0 +336310,411,90,13,3,0,0,0,0,0,0,0,0 +337110,411,90,189,32,25,0,0,0,0,0,0,0 +337121,411,90,13,3,0,0,0,0,0,0,0,0 +339116,411,90,30,10,9,0,0,0,0,0,0,0 +339920,411,90,30,7,0,0,0,0,0,0,0,0 +339950,411,90,107,8,0,0,0,0,0,0,0,0 +339999,411,90,105,20,15,0,0,0,0,0,0,0 +423110,411,90,56,8,6,0,0,0,0,0,0,0 +423120,411,90,109,12,10,0,0,0,0,0,0,0 +423130,411,90,6,3,0,0,0,0,0,0,0,0 +423140,411,90,102,5,0,0,0,0,0,0,0,0 +423210,411,90,12,3,0,0,0,0,0,0,0,0 +423310,411,90,44,10,3,0,0,0,0,0,0,0 +423320,411,90,14,3,0,0,0,0,0,0,0,0 +423390,411,90,60,6,3,0,0,0,0,0,0,0 +423420,411,90,107,26,18,0,0,0,0,0,0,0 +423430,411,90,0,4,0,0,0,0,0,0,0,0 +423440,411,90,23,3,0,0,0,0,0,0,0,0 +423450,411,90,19,3,3,0,0,0,0,0,0,0 +423510,411,90,131,11,3,0,0,0,0,0,0,0 +423610,411,90,138,17,13,0,0,0,0,0,0,0 +423690,411,90,188,11,4,3,0,0,0,0,0,0 +423710,411,90,158,5,0,0,0,0,0,0,0,0 +423720,411,90,85,8,4,0,0,0,0,0,0,0 +423730,411,90,34,3,0,0,0,0,0,0,0,0 +423810,411,90,72,4,0,3,0,0,0,0,0,0 +423820,411,90,289,17,6,4,0,0,0,0,0,0 +423830,411,90,195,26,19,0,0,0,0,0,0,0 +423840,411,90,120,14,7,0,0,0,0,0,0,0 +423850,411,90,23,5,4,0,0,0,0,0,0,0 +423910,411,90,16,3,0,0,0,0,0,0,0,0 +423930,411,90,121,7,0,0,0,0,0,0,0,0 +423940,411,90,13,3,0,0,0,0,0,0,0,0 +423990,411,90,83,14,7,0,0,0,0,0,0,0 +424210,411,90,61,10,9,0,0,0,0,0,0,0 +424420,411,90,125,3,0,0,0,0,0,0,0,0 +424450,411,90,25,4,0,0,0,0,0,0,0,0 +424480,411,90,113,8,3,3,0,0,0,0,0,0 +424490,411,90,221,19,12,0,0,0,0,0,0,0 +424510,411,90,221,12,5,0,0,0,0,0,0,0 +424690,411,90,37,10,4,0,0,0,0,0,0,0 +424710,411,90,53,4,0,0,0,0,0,0,0,0 +424910,411,90,1045,67,46,8,0,0,0,0,0,0 +424930,411,90,44,8,7,0,0,0,0,0,0,0 +424990,411,90,50,11,10,0,0,0,0,0,0,0 +425120,411,90,170,46,41,0,0,0,0,0,0,0 +441110,411,90,1817,37,6,17,3,0,0,0,0,0 +441120,411,90,262,40,35,0,0,0,0,0,0,0 +441210,411,90,38,8,5,0,0,0,0,0,0,0 +441228,411,90,203,15,3,4,0,0,0,0,0,0 +441310,411,90,640,73,64,3,0,0,0,0,0,0 +441320,411,90,402,39,34,0,0,0,0,0,0,0 +442110,411,90,320,45,37,0,0,0,0,0,0,0 +442210,411,90,141,23,13,0,0,0,0,0,0,0 +442299,411,90,202,29,22,0,0,0,0,0,0,0 +443141,411,90,134,12,4,0,0,0,0,0,0,0 +443142,411,90,346,40,36,0,0,0,0,0,0,0 +444110,411,90,280,9,0,0,4,0,0,0,0,0 +444120,411,90,55,11,6,0,0,0,0,0,0,0 +444130,411,90,231,33,24,3,0,0,0,0,0,0 +444190,411,90,460,56,45,3,0,0,0,0,0,0 +444210,411,90,18,4,0,0,0,0,0,0,0,0 +444220,411,90,561,48,24,10,0,0,0,0,0,0 +445110,411,90,4245,86,34,25,20,0,0,0,0,0 +445120,411,90,897,150,147,0,0,0,0,0,0,0 +445210,411,90,26,7,3,0,0,0,0,0,0,0 +445230,411,90,15,6,4,0,0,0,0,0,0,0 +445292,411,90,41,5,0,0,0,0,0,0,0,0 +445299,411,90,106,12,6,0,0,0,0,0,0,0 +445310,411,90,166,23,11,0,0,0,0,0,0,0 +446110,411,90,669,48,29,11,0,0,0,0,0,0 +446120,411,90,183,17,8,0,0,0,0,0,0,0 +446130,411,90,93,14,9,0,0,0,0,0,0,0 +446191,411,90,58,13,7,0,0,0,0,0,0,0 +446199,411,90,58,10,8,0,0,0,0,0,0,0 +447110,411,90,1073,87,66,10,0,0,0,0,0,0 +447190,411,90,483,39,27,0,0,0,0,0,0,0 +448110,411,90,54,6,3,0,0,0,0,0,0,0 +448120,411,90,421,41,32,3,0,0,0,0,0,0 +448130,411,90,128,10,7,0,0,0,0,0,0,0 +448140,411,90,1452,56,24,24,0,0,0,0,0,0 +448150,411,90,79,9,8,0,0,0,0,0,0,0 +448190,411,90,268,22,19,0,0,0,0,0,0,0 +448210,411,90,587,47,39,0,0,0,0,0,0,0 +448310,411,90,200,32,26,0,0,0,0,0,0,0 +451110,411,90,439,46,39,0,0,0,0,0,0,0 +451120,411,90,289,23,16,0,0,0,0,0,0,0 +451130,411,90,94,11,6,0,0,0,0,0,0,0 +451140,411,90,68,12,9,0,0,0,0,0,0,0 +451211,411,90,0,8,0,0,0,0,0,0,0,0 +452210,411,90,531,6,0,3,3,0,0,0,0,0 +452311,411,90,4269,27,0,7,5,8,0,0,0,0 +452319,411,90,514,36,14,10,0,0,0,0,0,0 +453110,411,90,63,18,17,0,0,0,0,0,0,0 +453210,411,90,117,12,4,0,0,0,0,0,0,0 +453220,411,90,181,31,25,0,0,0,0,0,0,0 +453310,411,90,611,50,35,6,0,0,0,0,0,0 +453910,411,90,222,16,7,3,0,0,0,0,0,0 +453930,411,90,17,3,3,0,0,0,0,0,0,0 +453991,411,90,78,22,15,0,0,0,0,0,0,0 +453998,411,90,490,80,72,3,0,0,0,0,0,0 +454110,411,90,362,82,76,0,0,0,0,0,0,0 +454210,411,90,6,3,3,0,0,0,0,0,0,0 +454310,411,90,27,4,0,0,0,0,0,0,0,0 +454390,411,90,252,57,54,0,0,0,0,0,0,0 +481211,411,90,2,3,3,0,0,0,0,0,0,0 +484110,411,90,324,40,28,0,0,0,0,0,0,0 +484121,411,90,1502,104,87,6,0,0,0,0,0,0 +484122,411,90,169,8,4,3,0,0,0,0,0,0 +484210,411,90,103,15,7,0,0,0,0,0,0,0 +484220,411,90,543,94,86,3,0,0,0,0,0,0 +484230,411,90,443,13,3,0,0,0,0,0,0,0 +485310,411,90,0,3,0,0,0,0,0,0,0,0 +485410,411,90,0,3,0,0,0,0,0,0,0,0 +485991,411,90,231,20,7,0,0,0,0,0,0,0 +488119,411,90,22,3,0,0,0,0,0,0,0,0 +488190,411,90,48,8,6,0,0,0,0,0,0,0 +488410,411,90,91,13,5,0,0,0,0,0,0,0 +488490,411,90,23,4,0,0,0,0,0,0,0,0 +488510,411,90,100,11,4,0,0,0,0,0,0,0 +488991,411,90,0,3,0,0,0,0,0,0,0,0 +492110,411,90,0,5,0,0,0,0,0,0,0,0 +493110,411,90,2276,14,3,0,0,0,0,0,0,0 +493120,411,90,132,6,0,3,0,0,0,0,0,0 +493190,411,90,21,5,4,0,0,0,0,0,0,0 +511110,411,90,222,18,7,0,0,0,0,0,0,0 +511120,411,90,20,7,3,0,0,0,0,0,0,0 +511130,411,90,0,3,0,0,0,0,0,0,0,0 +511210,411,90,226,14,3,0,0,0,0,0,0,0 +512110,411,90,15,9,8,0,0,0,0,0,0,0 +512131,411,90,256,14,3,0,0,0,0,0,0,0 +515112,411,90,19,7,3,0,0,0,0,0,0,0 +517311,411,90,848,55,41,3,0,0,0,0,0,0 +517312,411,90,1022,32,23,0,0,0,0,0,0,0 +517911,411,90,41,12,12,0,0,0,0,0,0,0 +518210,411,90,138,16,8,0,0,0,0,0,0,0 +519130,411,90,24,9,8,0,0,0,0,0,0,0 +522110,411,90,1288,133,123,4,0,0,0,0,0,0 +522130,411,90,721,51,39,3,0,0,0,0,0,0 +522291,411,90,41,14,14,0,0,0,0,0,0,0 +522292,411,90,198,32,26,0,0,0,0,0,0,0 +522298,411,90,123,13,7,0,0,0,0,0,0,0 +522310,411,90,60,17,15,0,0,0,0,0,0,0 +522390,411,90,34,11,11,0,0,0,0,0,0,0 +523120,411,90,81,35,31,0,0,0,0,0,0,0 +523910,411,90,15,7,7,0,0,0,0,0,0,0 +523920,411,90,168,95,90,0,0,0,0,0,0,0 +523930,411,90,21,15,15,0,0,0,0,0,0,0 +523991,411,90,0,3,0,0,0,0,0,0,0,0 +524114,411,90,227,9,4,0,0,0,0,0,0,0 +524126,411,90,177,4,0,0,0,0,0,0,0,0 +524127,411,90,0,28,16,3,0,0,0,0,0,0 +524128,411,90,0,3,0,0,0,0,0,0,0,0 +524210,411,90,827,247,244,0,0,0,0,0,0,0 +524291,411,90,8,4,4,0,0,0,0,0,0,0 +524292,411,90,231,7,0,0,0,0,0,0,0,0 +531110,411,90,709,134,120,7,0,0,0,0,0,0 +531120,411,90,116,43,37,0,0,0,0,0,0,0 +531130,411,90,72,41,41,0,0,0,0,0,0,0 +531190,411,90,80,37,35,0,0,0,0,0,0,0 +531210,411,90,525,248,238,0,0,0,0,0,0,0 +531311,411,90,548,115,111,0,0,0,0,0,0,0 +531312,411,90,98,26,22,0,0,0,0,0,0,0 +531320,411,90,135,34,26,0,0,0,0,0,0,0 +531390,411,90,72,19,17,0,0,0,0,0,0,0 +532111,411,90,45,8,0,0,0,0,0,0,0,0 +532120,411,90,0,4,0,0,0,0,0,0,0,0 +532210,411,90,0,6,4,0,0,0,0,0,0,0 +532283,411,90,37,4,3,0,0,0,0,0,0,0 +532289,411,90,40,7,5,0,0,0,0,0,0,0 +532310,411,90,4,6,3,0,0,0,0,0,0,0 +532412,411,90,126,5,0,0,0,0,0,0,0,0 +532490,411,90,82,9,8,0,0,0,0,0,0,0 +541110,411,90,1033,273,266,3,0,0,0,0,0,0 +541191,411,90,0,3,0,0,0,0,0,0,0,0 +541199,411,90,17,8,7,0,0,0,0,0,0,0 +541211,411,90,618,93,80,7,0,0,0,0,0,0 +541213,411,90,340,55,43,0,0,0,0,0,0,0 +541219,411,90,262,88,84,0,0,0,0,0,0,0 +541310,411,90,137,17,13,0,0,0,0,0,0,0 +541320,411,90,6,3,0,0,0,0,0,0,0,0 +541330,411,90,1131,108,95,5,0,0,0,0,0,0 +541340,411,90,5,4,4,0,0,0,0,0,0,0 +541350,411,90,23,16,13,0,0,0,0,0,0,0 +541370,411,90,51,9,4,0,0,0,0,0,0,0 +541380,411,90,139,14,3,0,0,0,0,0,0,0 +541410,411,90,21,5,4,0,0,0,0,0,0,0 +541430,411,90,58,16,12,0,0,0,0,0,0,0 +541511,411,90,227,62,50,0,0,0,0,0,0,0 +541512,411,90,112,38,34,0,0,0,0,0,0,0 +541519,411,90,23,9,7,0,0,0,0,0,0,0 +541611,411,90,227,73,67,0,0,0,0,0,0,0 +541612,411,90,37,8,6,0,0,0,0,0,0,0 +541613,411,90,37,22,19,0,0,0,0,0,0,0 +541614,411,90,16,4,3,0,0,0,0,0,0,0 +541618,411,90,8,4,4,0,0,0,0,0,0,0 +541620,411,90,149,25,16,0,0,0,0,0,0,0 +541690,411,90,61,44,41,0,0,0,0,0,0,0 +541713,411,90,0,3,0,0,0,0,0,0,0,0 +541714,411,90,57,3,0,0,0,0,0,0,0,0 +541715,411,90,196,17,10,3,0,0,0,0,0,0 +541810,411,90,6,7,7,0,0,0,0,0,0,0 +541820,411,90,79,13,10,0,0,0,0,0,0,0 +541850,411,90,17,3,0,0,0,0,0,0,0,0 +541860,411,90,13,4,3,0,0,0,0,0,0,0 +541890,411,90,154,13,8,0,0,0,0,0,0,0 +541921,411,90,51,13,11,0,0,0,0,0,0,0 +541922,411,90,0,3,0,0,0,0,0,0,0,0 +541930,411,90,19,10,5,0,0,0,0,0,0,0 +541940,411,90,887,80,58,17,0,0,0,0,0,0 +541990,411,90,16,14,11,0,0,0,0,0,0,0 +551114,411,90,3911,53,25,4,3,0,0,0,0,0 +561110,411,90,381,46,32,3,0,0,0,0,0,0 +561210,411,90,28,4,0,0,0,0,0,0,0,0 +561311,411,90,62,5,0,0,0,0,0,0,0,0 +561320,411,90,3359,48,10,14,11,0,0,0,0,0 +561330,411,90,748,4,0,0,0,0,0,0,0,0 +561422,411,90,892,9,4,0,0,0,0,0,0,0 +561431,411,90,49,15,7,0,0,0,0,0,0,0 +561439,411,90,0,7,3,0,0,0,0,0,0,0 +561440,411,90,55,7,5,0,0,0,0,0,0,0 +561499,411,90,34,5,0,0,0,0,0,0,0,0 +561510,411,90,7,8,8,0,0,0,0,0,0,0 +561611,411,90,10,5,5,0,0,0,0,0,0,0 +561612,411,90,234,8,0,3,0,0,0,0,0,0 +561621,411,90,15,5,4,0,0,0,0,0,0,0 +561710,411,90,69,10,6,0,0,0,0,0,0,0 +561720,411,90,906,131,113,9,0,0,0,0,0,0 +561730,411,90,1367,252,236,10,0,0,0,0,0,0 +561740,411,90,35,13,13,0,0,0,0,0,0,0 +561790,411,90,46,12,8,0,0,0,0,0,0,0 +561920,411,90,3,3,3,0,0,0,0,0,0,0 +561990,411,90,144,25,19,0,0,0,0,0,0,0 +562111,411,90,244,9,3,4,0,0,0,0,0,0 +562910,411,90,78,6,0,0,0,0,0,0,0,0 +562991,411,90,155,12,3,0,0,0,0,0,0,0 +611110,411,90,1133,45,19,12,0,0,0,0,0,0 +611310,411,90,0,3,0,0,0,0,0,0,0,0 +611511,411,90,20,3,3,0,0,0,0,0,0,0 +611519,411,90,68,7,3,0,0,0,0,0,0,0 +611610,411,90,56,21,19,0,0,0,0,0,0,0 +611620,411,90,163,23,18,0,0,0,0,0,0,0 +611691,411,90,36,5,0,0,0,0,0,0,0,0 +611699,411,90,12,7,6,0,0,0,0,0,0,0 +611710,411,90,170,15,7,0,0,0,0,0,0,0 +621111,411,90,3319,225,180,38,3,0,0,0,0,0 +621112,411,90,47,16,13,0,0,0,0,0,0,0 +621210,411,90,1971,251,242,7,0,0,0,0,0,0 +621310,411,90,415,90,83,0,0,0,0,0,0,0 +621320,411,90,274,40,32,0,0,0,0,0,0,0 +621330,411,90,153,58,53,0,0,0,0,0,0,0 +621340,411,90,531,63,49,0,0,0,0,0,0,0 +621399,411,90,185,57,54,0,0,0,0,0,0,0 +621420,411,90,133,19,11,0,0,0,0,0,0,0 +621491,411,90,0,15,4,3,0,0,0,0,0,0 +621492,411,90,0,12,4,0,0,0,0,0,0,0 +621493,411,90,248,8,0,3,0,0,0,0,0,0 +621498,411,90,302,13,6,4,0,0,0,0,0,0 +621511,411,90,216,10,3,0,0,0,0,0,0,0 +621512,411,90,172,6,0,0,0,0,0,0,0,0 +621610,411,90,461,23,12,4,0,0,0,0,0,0 +621910,411,90,138,3,0,0,0,0,0,0,0,0 +622110,411,90,4885,4,0,0,0,0,0,0,0,0 +623110,411,90,1733,23,0,12,0,0,0,0,0,0 +623210,411,90,3416,223,207,10,0,0,0,0,0,0 +623220,411,90,482,12,5,3,0,0,0,0,0,0 +623311,411,90,1450,21,0,7,0,0,0,0,0,0 +623312,411,90,2595,160,105,47,0,0,0,0,0,0 +623990,411,90,86,9,0,0,0,0,0,0,0,0 +624110,411,90,231,26,17,6,0,0,0,0,0,0 +624120,411,90,932,98,82,3,0,0,0,0,0,0 +624190,411,90,546,64,52,6,0,0,0,0,0,0 +624210,411,90,90,13,7,0,0,0,0,0,0,0 +624221,411,90,99,7,0,0,0,0,0,0,0,0 +624229,411,90,47,8,6,0,0,0,0,0,0,0 +624310,411,90,803,35,18,5,0,0,0,0,0,0 +624410,411,90,1376,125,100,16,0,0,0,0,0,0 +711110,411,90,18,3,0,0,0,0,0,0,0,0 +711130,411,90,40,7,3,0,0,0,0,0,0,0 +711310,411,90,28,7,7,0,0,0,0,0,0,0 +711320,411,90,12,3,0,0,0,0,0,0,0,0 +711510,411,90,55,21,18,0,0,0,0,0,0,0 +712110,411,90,46,7,4,0,0,0,0,0,0,0 +713120,411,90,50,3,0,0,0,0,0,0,0,0 +713290,411,90,0,6,4,0,0,0,0,0,0,0 +713910,411,90,263,14,4,3,0,0,0,0,0,0 +713940,411,90,1276,78,55,11,0,0,0,0,0,0 +713950,411,90,103,11,3,0,0,0,0,0,0,0 +713990,411,90,217,37,26,0,0,0,0,0,0,0 +721110,411,90,1250,63,36,14,0,0,0,0,0,0 +721211,411,90,53,11,8,0,0,0,0,0,0,0 +721214,411,90,18,6,5,0,0,0,0,0,0,0 +721310,411,90,91,19,14,0,0,0,0,0,0,0 +722310,411,90,734,22,7,6,0,0,0,0,0,0 +722320,411,90,170,10,3,0,0,0,0,0,0,0 +722330,411,90,11,17,16,0,0,0,0,0,0,0 +722410,411,90,892,117,105,4,0,0,0,0,0,0 +722511,411,90,7261,457,325,128,0,0,0,0,0,0 +722513,411,90,8254,447,266,179,0,0,0,0,0,0 +722514,411,90,38,3,3,0,0,0,0,0,0,0 +722515,411,90,1494,149,135,8,0,0,0,0,0,0 +811111,411,90,494,134,130,0,0,0,0,0,0,0 +811113,411,90,19,11,10,0,0,0,0,0,0,0 +811118,411,90,14,7,3,0,0,0,0,0,0,0 +811121,411,90,436,67,58,0,0,0,0,0,0,0 +811122,411,90,24,8,6,0,0,0,0,0,0,0 +811191,411,90,180,21,13,0,0,0,0,0,0,0 +811192,411,90,249,37,26,0,0,0,0,0,0,0 +811212,411,90,37,8,6,0,0,0,0,0,0,0 +811310,411,90,169,36,31,0,0,0,0,0,0,0 +811411,411,90,11,5,4,0,0,0,0,0,0,0 +811412,411,90,13,4,3,0,0,0,0,0,0,0 +811420,411,90,17,6,5,0,0,0,0,0,0,0 +811490,411,90,39,13,10,0,0,0,0,0,0,0 +812111,411,90,0,3,0,0,0,0,0,0,0,0 +812112,411,90,539,97,88,0,0,0,0,0,0,0 +812113,411,90,119,38,36,0,0,0,0,0,0,0 +812191,411,90,47,5,0,0,0,0,0,0,0,0 +812199,411,90,116,31,24,0,0,0,0,0,0,0 +812210,411,90,78,14,4,0,0,0,0,0,0,0 +812220,411,90,8,6,3,0,0,0,0,0,0,0 +812310,411,90,15,10,7,0,0,0,0,0,0,0 +812320,411,90,61,18,11,0,0,0,0,0,0,0 +812910,411,90,153,40,35,0,0,0,0,0,0,0 +812921,411,90,0,3,0,0,0,0,0,0,0,0 +812930,411,90,0,3,0,0,0,0,0,0,0,0 +812990,411,90,15,6,6,0,0,0,0,0,0,0 +813110,411,90,4067,414,368,40,0,0,0,0,0,0 +813211,411,90,5,9,7,0,0,0,0,0,0,0 +813212,411,90,20,3,0,0,0,0,0,0,0,0 +813219,411,90,0,4,3,0,0,0,0,0,0,0 +813311,411,90,26,6,4,0,0,0,0,0,0,0 +813312,411,90,238,31,20,0,0,0,0,0,0,0 +813319,411,90,38,12,10,0,0,0,0,0,0,0 +813410,411,90,647,56,37,3,0,0,0,0,0,0 +813910,411,90,237,47,44,0,0,0,0,0,0,0 +813920,411,90,61,12,9,0,0,0,0,0,0,0 +813930,411,90,302,33,25,0,0,0,0,0,0,0 +813940,411,90,6,6,6,0,0,0,0,0,0,0 +813990,411,90,35,13,11,0,0,0,0,0,0,0 +113110,419,90,76,14,6,0,0,0,0,0,0,0 +113310,419,90,3989,450,380,26,0,0,0,0,0,0 +114111,419,90,162,104,101,0,0,0,0,0,0,0 +114112,419,90,46,22,20,0,0,0,0,0,0,0 +115112,419,90,67,19,15,0,0,0,0,0,0,0 +115113,419,90,25,3,0,0,0,0,0,0,0,0 +115114,419,90,367,12,3,0,0,0,0,0,0,0 +115210,419,90,81,33,31,0,0,0,0,0,0,0 +115310,419,90,1775,154,112,10,3,0,0,0,0,0 +212319,419,90,139,18,10,0,0,0,0,0,0,0 +212321,419,90,87,11,0,0,0,0,0,0,0,0 +213115,419,90,11,8,5,0,0,0,0,0,0,0 +221112,419,90,0,4,0,0,0,0,0,0,0,0 +221115,419,90,48,11,3,0,0,0,0,0,0,0 +221122,419,90,289,43,11,3,0,0,0,0,0,0 +221310,419,90,124,37,29,0,0,0,0,0,0,0 +236115,419,90,2155,828,800,0,0,0,0,0,0,0 +236116,419,90,0,4,0,0,0,0,0,0,0,0 +236117,419,90,682,153,142,0,0,0,0,0,0,0 +236118,419,90,2195,674,641,14,0,0,0,0,0,0 +236210,419,90,74,8,0,0,0,0,0,0,0,0 +236220,419,90,1656,161,111,15,0,0,0,0,0,0 +237110,419,90,354,61,33,0,0,0,0,0,0,0 +237130,419,90,154,17,6,3,0,0,0,0,0,0 +237210,419,90,96,37,32,0,0,0,0,0,0,0 +237310,419,90,1323,73,31,13,0,0,0,0,0,0 +237990,419,90,50,10,3,0,0,0,0,0,0,0 +238110,419,90,730,137,109,0,0,0,0,0,0,0 +238120,419,90,28,4,0,0,0,0,0,0,0,0 +238130,419,90,423,88,74,0,0,0,0,0,0,0 +238140,419,90,314,87,82,0,0,0,0,0,0,0 +238150,419,90,133,24,8,0,0,0,0,0,0,0 +238160,419,90,1008,157,113,7,0,0,0,0,0,0 +238170,419,90,216,45,40,0,0,0,0,0,0,0 +238190,419,90,41,10,8,0,0,0,0,0,0,0 +238210,419,90,2852,402,342,15,0,0,0,0,0,0 +238220,419,90,3322,519,464,22,0,0,0,0,0,0 +238290,419,90,141,21,6,0,0,0,0,0,0,0 +238310,419,90,942,128,102,7,0,0,0,0,0,0 +238320,419,90,1010,322,300,0,0,0,0,0,0,0 +238330,419,90,467,142,133,0,0,0,0,0,0,0 +238340,419,90,330,84,78,0,0,0,0,0,0,0 +238350,419,90,542,143,129,0,0,0,0,0,0,0 +238390,419,90,40,21,14,0,0,0,0,0,0,0 +238910,419,90,2252,348,287,11,0,0,0,0,0,0 +238990,419,90,811,191,179,0,0,0,0,0,0,0 +311119,419,90,20,3,0,0,0,0,0,0,0,0 +311230,419,90,0,3,0,0,0,0,0,0,0,0 +311340,419,90,0,3,0,0,0,0,0,0,0,0 +311352,419,90,71,7,0,0,0,0,0,0,0,0 +311411,419,90,0,6,0,0,0,0,0,0,0,0 +311421,419,90,92,13,6,0,0,0,0,0,0,0 +311520,419,90,355,5,0,0,0,0,0,0,0,0 +311612,419,90,0,4,0,0,0,0,0,0,0,0 +311710,419,90,985,14,3,0,0,0,0,0,0,0 +311811,419,90,114,18,13,0,0,0,0,0,0,0 +311812,419,90,517,20,10,4,0,0,0,0,0,0 +311920,419,90,91,10,4,0,0,0,0,0,0,0 +311999,419,90,19,4,0,0,0,0,0,0,0,0 +312120,419,90,1368,50,17,5,0,0,0,0,0,0 +312130,419,90,651,72,57,0,0,0,0,0,0,0 +312140,419,90,6,5,5,0,0,0,0,0,0,0 +314120,419,90,0,3,0,0,0,0,0,0,0,0 +314910,419,90,21,9,3,0,0,0,0,0,0,0 +314999,419,90,16,7,3,0,0,0,0,0,0,0 +315990,419,90,0,3,0,0,0,0,0,0,0,0 +321113,419,90,3038,49,10,12,5,0,0,0,0,0 +321212,419,90,681,14,0,0,0,0,0,0,0,0 +321213,419,90,887,8,0,0,3,0,0,0,0,0 +321219,419,90,320,4,0,0,0,0,0,0,0,0 +321911,419,90,0,9,3,0,0,0,0,0,0,0 +321912,419,90,213,9,0,0,0,0,0,0,0,0 +321918,419,90,131,8,0,3,0,0,0,0,0,0 +321920,419,90,115,10,0,0,0,0,0,0,0,0 +321999,419,90,94,16,4,0,0,0,0,0,0,0 +323111,419,90,657,66,37,3,0,0,0,0,0,0 +323113,419,90,166,29,26,0,0,0,0,0,0,0 +325211,419,90,116,4,0,3,0,0,0,0,0,0 +325411,419,90,0,4,0,0,0,0,0,0,0,0 +325412,419,90,19,7,0,0,0,0,0,0,0,0 +325620,419,90,44,4,0,0,0,0,0,0,0,0 +326199,419,90,556,24,6,0,0,0,0,0,0,0 +327212,419,90,0,6,0,0,0,0,0,0,0,0 +327215,419,90,24,9,5,0,0,0,0,0,0,0 +327320,419,90,187,22,6,0,0,0,0,0,0,0 +327991,419,90,17,3,0,0,0,0,0,0,0,0 +332119,419,90,108,3,0,0,0,0,0,0,0,0 +332312,419,90,22,4,0,0,0,0,0,0,0,0 +332322,419,90,273,17,11,0,0,0,0,0,0,0 +332323,419,90,84,9,0,0,0,0,0,0,0,0 +332710,419,90,505,79,55,5,0,0,0,0,0,0 +332721,419,90,130,15,0,0,0,0,0,0,0,0 +332812,419,90,41,11,3,0,0,0,0,0,0,0 +332992,419,90,0,3,0,0,0,0,0,0,0,0 +332994,419,90,0,3,0,0,0,0,0,0,0,0 +332996,419,90,176,6,0,0,0,0,0,0,0,0 +332999,419,90,78,17,7,0,0,0,0,0,0,0 +333111,419,90,203,3,0,0,0,0,0,0,0,0 +333243,419,90,216,6,0,0,0,0,0,0,0,0 +333413,419,90,0,3,0,0,0,0,0,0,0,0 +333514,419,90,0,3,0,0,0,0,0,0,0,0 +333922,419,90,257,3,0,0,0,0,0,0,0,0 +334511,419,90,63,3,0,0,0,0,0,0,0,0 +336214,419,90,34,9,0,0,0,0,0,0,0,0 +336390,419,90,16,7,3,0,0,0,0,0,0,0 +336411,419,90,0,6,3,0,0,0,0,0,0,0 +336413,419,90,0,6,0,0,0,0,0,0,0,0 +336612,419,90,117,7,0,0,0,0,0,0,0,0 +336991,419,90,60,8,0,0,0,0,0,0,0,0 +337110,419,90,809,60,48,0,0,0,0,0,0,0 +337122,419,90,128,13,6,0,0,0,0,0,0,0 +337212,419,90,305,10,0,3,0,0,0,0,0,0 +337215,419,90,18,3,0,0,0,0,0,0,0,0 +339113,419,90,32,7,0,0,0,0,0,0,0,0 +339116,419,90,155,48,42,0,0,0,0,0,0,0 +339910,419,90,19,8,6,0,0,0,0,0,0,0 +339920,419,90,355,18,4,0,0,0,0,0,0,0 +339950,419,90,444,30,24,0,0,0,0,0,0,0 +339992,419,90,0,3,0,0,0,0,0,0,0,0 +339999,419,90,99,26,17,0,0,0,0,0,0,0 +423110,419,90,375,24,7,4,0,0,0,0,0,0 +423120,419,90,526,46,21,6,0,0,0,0,0,0 +423130,419,90,0,3,0,0,0,0,0,0,0,0 +423140,419,90,51,6,0,0,0,0,0,0,0,0 +423220,419,90,145,21,17,0,0,0,0,0,0,0 +423310,419,90,481,68,59,0,0,0,0,0,0,0 +423320,419,90,35,10,4,0,0,0,0,0,0,0 +423330,419,90,120,11,8,0,0,0,0,0,0,0 +423390,419,90,74,13,8,0,0,0,0,0,0,0 +423420,419,90,168,36,28,3,0,0,0,0,0,0 +423430,419,90,49,10,6,0,0,0,0,0,0,0 +423440,419,90,340,9,0,0,0,0,0,0,0,0 +423450,419,90,171,13,3,0,0,0,0,0,0,0 +423510,419,90,529,21,6,0,0,0,0,0,0,0 +423610,419,90,289,39,31,0,0,0,0,0,0,0 +423620,419,90,0,3,0,0,0,0,0,0,0,0 +423690,419,90,210,19,10,0,0,0,0,0,0,0 +423710,419,90,173,8,0,0,0,0,0,0,0,0 +423720,419,90,178,21,7,0,0,0,0,0,0,0 +423730,419,90,117,14,6,0,0,0,0,0,0,0 +423810,419,90,561,42,29,3,0,0,0,0,0,0 +423820,419,90,533,65,21,3,0,0,0,0,0,0 +423830,419,90,609,73,59,3,0,0,0,0,0,0 +423840,419,90,89,16,10,0,0,0,0,0,0,0 +423850,419,90,54,12,9,0,0,0,0,0,0,0 +423860,419,90,20,4,0,0,0,0,0,0,0,0 +423910,419,90,49,22,12,0,0,0,0,0,0,0 +423920,419,90,65,11,6,0,0,0,0,0,0,0 +423930,419,90,154,15,6,0,0,0,0,0,0,0 +423940,419,90,8,3,0,0,0,0,0,0,0,0 +423990,419,90,152,28,20,0,0,0,0,0,0,0 +424120,419,90,37,12,5,0,0,0,0,0,0,0 +424130,419,90,88,13,6,0,0,0,0,0,0,0 +424210,419,90,135,24,20,0,0,0,0,0,0,0 +424310,419,90,149,6,3,0,0,0,0,0,0,0 +424320,419,90,12,3,0,0,0,0,0,0,0,0 +424420,419,90,0,4,0,0,0,0,0,0,0,0 +424450,419,90,10,9,6,0,0,0,0,0,0,0 +424480,419,90,446,19,3,3,0,0,0,0,0,0 +424490,419,90,861,71,30,0,0,0,0,0,0,0 +424510,419,90,47,8,6,0,0,0,0,0,0,0 +424690,419,90,331,21,12,3,0,0,0,0,0,0 +424710,419,90,112,25,10,0,0,0,0,0,0,0 +424810,419,90,55,6,0,0,0,0,0,0,0,0 +424820,419,90,18,3,0,0,0,0,0,0,0,0 +424910,419,90,566,61,30,3,0,0,0,0,0,0 +424930,419,90,81,8,4,0,0,0,0,0,0,0 +424950,419,90,38,3,0,0,0,0,0,0,0,0 +424990,419,90,313,33,24,0,0,0,0,0,0,0 +425120,419,90,352,135,126,0,0,0,0,0,0,0 +441110,419,90,4433,114,9,52,8,0,0,0,0,0 +441120,419,90,474,102,85,0,0,0,0,0,0,0 +441210,419,90,876,46,21,6,0,0,0,0,0,0 +441222,419,90,100,13,3,0,0,0,0,0,0,0 +441228,419,90,263,41,29,0,0,0,0,0,0,0 +441310,419,90,1666,221,183,4,0,0,0,0,0,0 +441320,419,90,1126,97,50,10,0,0,0,0,0,0 +442110,419,90,700,107,70,3,0,0,0,0,0,0 +442210,419,90,458,73,47,0,0,0,0,0,0,0 +442291,419,90,13,3,0,0,0,0,0,0,0,0 +442299,419,90,559,76,54,0,0,0,0,0,0,0 +443141,419,90,337,54,27,0,0,0,0,0,0,0 +443142,419,90,766,100,73,0,0,0,0,0,0,0 +444110,419,90,1817,22,0,0,8,0,0,0,0,0 +444120,419,90,190,37,29,0,0,0,0,0,0,0 +444130,419,90,1040,111,55,0,0,0,0,0,0,0 +444190,419,90,1755,195,141,13,0,0,0,0,0,0 +444210,419,90,99,16,3,0,0,0,0,0,0,0 +444220,419,90,1283,142,91,14,0,0,0,0,0,0 +445110,419,90,11207,329,124,100,20,0,0,0,0,0 +445120,419,90,2224,340,313,3,0,0,0,0,0,0 +445210,419,90,49,9,3,0,0,0,0,0,0,0 +445220,419,90,28,4,0,0,0,0,0,0,0,0 +445230,419,90,15,7,6,0,0,0,0,0,0,0 +445292,419,90,107,23,11,0,0,0,0,0,0,0 +445299,419,90,480,40,19,6,0,0,0,0,0,0 +445310,419,90,474,86,62,0,0,0,0,0,0,0 +446110,419,90,1695,110,53,28,0,0,0,0,0,0 +446120,419,90,242,29,14,0,0,0,0,0,0,0 +446130,419,90,205,28,25,0,0,0,0,0,0,0 +446191,419,90,194,50,40,0,0,0,0,0,0,0 +446199,419,90,248,60,47,0,0,0,0,0,0,0 +447110,419,90,3584,361,279,37,0,0,0,0,0,0 +447190,419,90,1718,154,91,3,0,0,0,0,0,0 +448110,419,90,28,4,0,0,0,0,0,0,0,0 +448120,419,90,964,147,119,3,0,0,0,0,0,0 +448130,419,90,189,26,10,0,0,0,0,0,0,0 +448140,419,90,1948,112,60,26,0,0,0,0,0,0 +448150,419,90,89,19,10,0,0,0,0,0,0,0 +448190,419,90,255,31,16,0,0,0,0,0,0,0 +448210,419,90,698,83,63,0,0,0,0,0,0,0 +448310,419,90,425,81,59,0,0,0,0,0,0,0 +451110,419,90,1748,208,169,6,0,0,0,0,0,0 +451120,419,90,561,53,34,0,0,0,0,0,0,0 +451130,419,90,311,34,10,3,0,0,0,0,0,0 +451140,419,90,111,17,3,0,0,0,0,0,0,0 +451211,419,90,130,31,20,0,0,0,0,0,0,0 +452210,419,90,1133,12,0,3,0,0,0,0,0,0 +452311,419,90,9570,67,0,22,5,15,0,0,0,0 +452319,419,90,1703,114,47,24,0,0,0,0,0,0 +453110,419,90,225,57,45,0,0,0,0,0,0,0 +453210,419,90,229,27,19,0,0,0,0,0,0,0 +453220,419,90,630,163,146,0,0,0,0,0,0,0 +453310,419,90,1784,214,170,8,0,0,0,0,0,0 +453910,419,90,404,53,33,0,0,0,0,0,0,0 +453920,419,90,103,48,40,0,0,0,0,0,0,0 +453930,419,90,34,9,4,0,0,0,0,0,0,0 +453991,419,90,506,95,83,0,0,0,0,0,0,0 +453998,419,90,859,185,169,0,0,0,0,0,0,0 +454110,419,90,2224,267,230,3,0,0,0,0,0,0 +454210,419,90,2,3,3,0,0,0,0,0,0,0 +454310,419,90,123,26,11,0,0,0,0,0,0,0 +454390,419,90,383,119,109,0,0,0,0,0,0,0 +481111,419,90,0,8,3,0,0,0,0,0,0,0 +481211,419,90,0,3,3,0,0,0,0,0,0,0 +481219,419,90,0,10,0,0,0,0,0,0,0,0 +484110,419,90,372,73,52,0,0,0,0,0,0,0 +484121,419,90,2744,252,201,8,0,0,0,0,0,0 +484122,419,90,727,39,14,9,0,0,0,0,0,0 +484210,419,90,195,28,14,3,0,0,0,0,0,0 +484220,419,90,2060,246,189,9,0,0,0,0,0,0 +484230,419,90,865,38,15,0,0,0,0,0,0,0 +485310,419,90,40,15,5,0,0,0,0,0,0,0 +485410,419,90,0,4,0,4,0,0,0,0,0,0 +485991,419,90,328,24,12,0,0,0,0,0,0,0 +487210,419,90,44,13,10,0,0,0,0,0,0,0 +488190,419,90,24,6,0,0,0,0,0,0,0,0 +488210,419,90,31,4,0,0,0,0,0,0,0,0 +488330,419,90,13,10,4,0,0,0,0,0,0,0 +488410,419,90,393,62,41,0,0,0,0,0,0,0 +488490,419,90,16,6,0,0,0,0,0,0,0,0 +488510,419,90,789,76,67,6,0,0,0,0,0,0 +492110,419,90,993,49,10,0,0,0,0,0,0,0 +492210,419,90,152,16,7,0,0,0,0,0,0,0 +493110,419,90,191,16,4,0,0,0,0,0,0,0 +493120,419,90,0,3,0,0,0,0,0,0,0,0 +493130,419,90,0,6,6,0,0,0,0,0,0,0 +493190,419,90,27,14,13,0,0,0,0,0,0,0 +511110,419,90,748,34,12,0,0,0,0,0,0,0 +511120,419,90,129,23,17,0,0,0,0,0,0,0 +511130,419,90,274,8,3,0,0,0,0,0,0,0 +511210,419,90,1995,54,36,6,0,0,0,0,0,0 +512110,419,90,63,36,33,0,0,0,0,0,0,0 +512131,419,90,286,18,3,0,0,0,0,0,0,0 +512240,419,90,3,6,6,0,0,0,0,0,0,0 +515112,419,90,341,38,6,0,0,0,0,0,0,0 +515120,419,90,426,10,0,0,0,0,0,0,0,0 +517311,419,90,1934,212,141,14,0,0,0,0,0,0 +517312,419,90,616,103,73,0,0,0,0,0,0,0 +517911,419,90,87,23,16,0,0,0,0,0,0,0 +517919,419,90,5,6,3,0,0,0,0,0,0,0 +518210,419,90,335,34,28,0,0,0,0,0,0,0 +519130,419,90,112,34,23,0,0,0,0,0,0,0 +522110,419,90,4176,458,397,21,0,0,0,0,0,0 +522120,419,90,0,3,0,0,0,0,0,0,0,0 +522130,419,90,1893,134,87,0,0,0,0,0,0,0 +522220,419,90,6,3,3,0,0,0,0,0,0,0 +522291,419,90,213,27,16,0,0,0,0,0,0,0 +522292,419,90,341,82,70,0,0,0,0,0,0,0 +522298,419,90,144,26,22,0,0,0,0,0,0,0 +522310,419,90,187,53,42,0,0,0,0,0,0,0 +522320,419,90,0,3,0,0,0,0,0,0,0,0 +522390,419,90,56,19,18,0,0,0,0,0,0,0 +523120,419,90,310,90,76,0,0,0,0,0,0,0 +523910,419,90,37,11,10,0,0,0,0,0,0,0 +523920,419,90,483,237,225,0,0,0,0,0,0,0 +523930,419,90,120,47,42,0,0,0,0,0,0,0 +523991,419,90,0,3,0,0,0,0,0,0,0,0 +524113,419,90,6,3,3,0,0,0,0,0,0,0 +524114,419,90,0,13,3,0,0,0,0,0,0,0 +524126,419,90,93,23,14,0,0,0,0,0,0,0 +524127,419,90,0,46,13,6,0,0,0,0,0,0 +524210,419,90,2585,676,635,8,0,0,0,0,0,0 +524291,419,90,14,9,9,0,0,0,0,0,0,0 +524292,419,90,228,14,0,0,0,0,0,0,0,0 +525990,419,90,2,3,3,0,0,0,0,0,0,0 +531110,419,90,1050,328,302,4,0,0,0,0,0,0 +531120,419,90,417,121,108,0,0,0,0,0,0,0 +531130,419,90,425,123,112,0,0,0,0,0,0,0 +531190,419,90,248,101,96,0,0,0,0,0,0,0 +531210,419,90,1615,841,817,3,0,0,0,0,0,0 +531311,419,90,1829,367,327,12,0,0,0,0,0,0 +531312,419,90,116,35,29,0,0,0,0,0,0,0 +531320,419,90,178,89,81,0,0,0,0,0,0,0 +531390,419,90,80,46,39,0,0,0,0,0,0,0 +532111,419,90,295,25,15,0,0,0,0,0,0,0 +532120,419,90,71,19,15,0,0,0,0,0,0,0 +532210,419,90,0,9,7,0,0,0,0,0,0,0 +532282,419,90,15,6,3,0,0,0,0,0,0,0 +532283,419,90,61,9,3,0,0,0,0,0,0,0 +532284,419,90,0,4,4,0,0,0,0,0,0,0 +532289,419,90,63,19,13,0,0,0,0,0,0,0 +532310,419,90,47,10,3,0,0,0,0,0,0,0 +532412,419,90,94,17,8,0,0,0,0,0,0,0 +532490,419,90,104,23,18,0,0,0,0,0,0,0 +533110,419,90,54,10,3,0,0,0,0,0,0,0 +541110,419,90,2557,690,646,16,0,0,0,0,0,0 +541191,419,90,111,15,4,0,0,0,0,0,0,0 +541199,419,90,25,11,7,0,0,0,0,0,0,0 +541211,419,90,1657,335,294,3,0,0,0,0,0,0 +541213,419,90,702,137,117,0,0,0,0,0,0,0 +541214,419,90,130,14,7,0,0,0,0,0,0,0 +541219,419,90,960,315,285,0,0,0,0,0,0,0 +541310,419,90,329,78,73,0,0,0,0,0,0,0 +541320,419,90,95,29,24,0,0,0,0,0,0,0 +541330,419,90,1335,177,149,4,0,0,0,0,0,0 +541340,419,90,4,7,7,0,0,0,0,0,0,0 +541350,419,90,71,34,31,0,0,0,0,0,0,0 +541370,419,90,156,59,49,0,0,0,0,0,0,0 +541380,419,90,141,22,7,0,0,0,0,0,0,0 +541410,419,90,54,29,29,0,0,0,0,0,0,0 +541430,419,90,138,63,55,0,0,0,0,0,0,0 +541490,419,90,5,4,4,0,0,0,0,0,0,0 +541511,419,90,952,221,205,3,0,0,0,0,0,0 +541512,419,90,271,79,70,0,0,0,0,0,0,0 +541513,419,90,108,21,13,0,0,0,0,0,0,0 +541519,419,90,70,18,15,0,0,0,0,0,0,0 +541611,419,90,756,215,196,0,0,0,0,0,0,0 +541612,419,90,89,14,7,0,0,0,0,0,0,0 +541613,419,90,363,141,134,0,0,0,0,0,0,0 +541614,419,90,110,10,5,0,0,0,0,0,0,0 +541618,419,90,12,12,11,0,0,0,0,0,0,0 +541620,419,90,130,32,30,0,0,0,0,0,0,0 +541690,419,90,286,141,130,0,0,0,0,0,0,0 +541713,419,90,96,11,3,0,0,0,0,0,0,0 +541714,419,90,75,5,0,0,0,0,0,0,0,0 +541715,419,90,311,24,13,0,0,0,0,0,0,0 +541720,419,90,420,14,11,0,0,0,0,0,0,0 +541810,419,90,175,43,41,0,0,0,0,0,0,0 +541820,419,90,18,9,8,0,0,0,0,0,0,0 +541850,419,90,50,7,6,0,0,0,0,0,0,0 +541890,419,90,207,17,11,0,0,0,0,0,0,0 +541910,419,90,7,9,8,0,0,0,0,0,0,0 +541921,419,90,71,26,20,0,0,0,0,0,0,0 +541922,419,90,14,15,15,0,0,0,0,0,0,0 +541940,419,90,2150,238,174,11,0,0,0,0,0,0 +541990,419,90,107,57,49,0,0,0,0,0,0,0 +551112,419,90,79,23,18,0,0,0,0,0,0,0 +551114,419,90,6642,165,91,34,3,0,0,0,0,0 +561110,419,90,866,91,67,5,0,0,0,0,0,0 +561210,419,90,22,7,3,0,0,0,0,0,0,0 +561311,419,90,25,6,4,0,0,0,0,0,0,0 +561312,419,90,20,10,8,0,0,0,0,0,0,0 +561320,419,90,6122,91,14,35,8,3,0,0,0,0 +561330,419,90,409,7,0,0,3,0,0,0,0,0 +561410,419,90,3,3,3,0,0,0,0,0,0,0 +561422,419,90,555,17,0,0,0,0,0,0,0,0 +561431,419,90,123,33,26,0,0,0,0,0,0,0 +561439,419,90,35,10,3,0,0,0,0,0,0,0 +561440,419,90,485,23,10,0,0,0,0,0,0,0 +561491,419,90,5,3,3,0,0,0,0,0,0,0 +561499,419,90,61,3,0,0,0,0,0,0,0,0 +561510,419,90,83,32,25,0,0,0,0,0,0,0 +561599,419,90,0,4,0,0,0,0,0,0,0,0 +561611,419,90,14,4,3,0,0,0,0,0,0,0 +561612,419,90,519,25,8,3,0,0,0,0,0,0 +561621,419,90,213,15,0,3,0,0,0,0,0,0 +561622,419,90,51,10,6,0,0,0,0,0,0,0 +561710,419,90,241,41,33,0,0,0,0,0,0,0 +561720,419,90,2701,352,296,17,0,0,0,0,0,0 +561730,419,90,2600,646,608,11,0,0,0,0,0,0 +561740,419,90,151,46,38,0,0,0,0,0,0,0 +561790,419,90,150,49,39,0,0,0,0,0,0,0 +561920,419,90,41,15,14,0,0,0,0,0,0,0 +561990,419,90,517,53,37,0,0,0,0,0,0,0 +562111,419,90,934,72,12,3,0,0,0,0,0,0 +562910,419,90,219,26,13,0,0,0,0,0,0,0 +562991,419,90,140,28,17,0,0,0,0,0,0,0 +611110,419,90,2644,130,60,36,0,0,0,0,0,0 +611430,419,90,216,31,23,0,0,0,0,0,0,0 +611511,419,90,60,7,0,0,0,0,0,0,0,0 +611512,419,90,0,4,0,0,0,0,0,0,0,0 +611513,419,90,16,4,0,0,0,0,0,0,0,0 +611519,419,90,99,16,6,0,0,0,0,0,0,0 +611610,419,90,285,55,43,0,0,0,0,0,0,0 +611620,419,90,441,67,44,0,0,0,0,0,0,0 +611691,419,90,46,22,19,0,0,0,0,0,0,0 +611699,419,90,94,26,21,0,0,0,0,0,0,0 +611710,419,90,138,29,21,0,0,0,0,0,0,0 +621111,419,90,13628,902,730,132,8,0,0,0,0,0 +621112,419,90,61,30,27,0,0,0,0,0,0,0 +621210,419,90,5477,694,638,27,0,0,0,0,0,0 +621310,419,90,853,236,219,0,0,0,0,0,0,0 +621320,419,90,626,107,74,0,0,0,0,0,0,0 +621330,419,90,471,169,152,5,0,0,0,0,0,0 +621340,419,90,1172,211,169,3,0,0,0,0,0,0 +621391,419,90,72,18,11,0,0,0,0,0,0,0 +621399,419,90,610,192,181,0,0,0,0,0,0,0 +621410,419,90,23,8,4,0,0,0,0,0,0,0 +621420,419,90,1095,69,28,8,0,0,0,0,0,0 +621491,419,90,0,4,0,0,0,0,0,0,0,0 +621492,419,90,0,12,0,3,0,0,0,0,0,0 +621493,419,90,853,32,9,7,0,0,0,0,0,0 +621498,419,90,1753,81,22,18,0,0,0,0,0,0 +621511,419,90,555,68,53,3,0,0,0,0,0,0 +621512,419,90,187,12,3,0,0,0,0,0,0,0 +621610,419,90,2610,74,30,12,0,0,0,0,0,0 +621910,419,90,191,27,10,3,0,0,0,0,0,0 +621999,419,90,16,8,3,0,0,0,0,0,0,0 +622110,419,90,3573,14,0,0,0,0,0,0,0,0 +623110,419,90,3871,57,3,19,13,0,0,0,0,0 +623210,419,90,2410,319,303,0,0,0,0,0,0,0 +623220,419,90,827,73,23,22,0,0,0,0,0,0 +623311,419,90,1690,27,4,6,3,0,0,0,0,0 +623312,419,90,6855,405,249,88,4,0,0,0,0,0 +623990,419,90,289,18,0,0,0,0,0,0,0,0 +624110,419,90,936,59,38,4,0,0,0,0,0,0 +624120,419,90,2787,124,52,14,8,0,0,0,0,0 +624190,419,90,1610,170,109,15,0,0,0,0,0,0 +624210,419,90,134,25,12,0,0,0,0,0,0,0 +624221,419,90,184,16,0,0,0,0,0,0,0,0 +624229,419,90,156,20,12,0,0,0,0,0,0,0 +624310,419,90,1252,65,26,5,0,0,0,0,0,0 +624410,419,90,3608,387,309,27,0,0,0,0,0,0 +711110,419,90,108,14,5,0,0,0,0,0,0,0 +711130,419,90,206,17,12,0,0,0,0,0,0,0 +711219,419,90,0,3,3,0,0,0,0,0,0,0 +711310,419,90,193,16,3,0,0,0,0,0,0,0 +711320,419,90,16,11,6,0,0,0,0,0,0,0 +711510,419,90,101,65,61,0,0,0,0,0,0,0 +712110,419,90,237,40,7,0,0,0,0,0,0,0 +712190,419,90,40,3,0,0,0,0,0,0,0,0 +713120,419,90,69,10,3,0,0,0,0,0,0,0 +713290,419,90,0,14,12,0,0,0,0,0,0,0 +713910,419,90,968,53,11,10,0,0,0,0,0,0 +713940,419,90,2550,165,113,16,0,0,0,0,0,0 +713950,419,90,38,7,0,0,0,0,0,0,0,0 +713990,419,90,571,151,130,4,0,0,0,0,0,0 +721110,419,90,10624,638,449,129,3,0,0,0,0,0 +721191,419,90,147,40,25,0,0,0,0,0,0,0 +721199,419,90,108,19,3,0,0,0,0,0,0,0 +721211,419,90,497,110,87,0,0,0,0,0,0,0 +721214,419,90,88,10,4,0,0,0,0,0,0,0 +721310,419,90,93,15,15,0,0,0,0,0,0,0 +722310,419,90,740,44,21,4,0,0,0,0,0,0 +722320,419,90,180,46,32,0,0,0,0,0,0,0 +722330,419,90,90,41,35,0,0,0,0,0,0,0 +722410,419,90,2325,270,224,13,0,0,0,0,0,0 +722511,419,90,24729,1687,1250,399,3,0,0,0,0,0 +722513,419,90,19392,1123,713,373,0,0,0,0,0,0 +722514,419,90,0,7,0,0,0,0,0,0,0,0 +722515,419,90,5151,547,475,41,0,0,0,0,0,0 +811111,419,90,1961,457,414,3,0,0,0,0,0,0 +811112,419,90,9,5,5,0,0,0,0,0,0,0 +811113,419,90,87,23,16,0,0,0,0,0,0,0 +811118,419,90,53,13,7,0,0,0,0,0,0,0 +811121,419,90,980,168,132,3,0,0,0,0,0,0 +811122,419,90,137,40,26,0,0,0,0,0,0,0 +811191,419,90,352,38,16,0,0,0,0,0,0,0 +811192,419,90,330,78,53,0,0,0,0,0,0,0 +811198,419,90,9,5,5,0,0,0,0,0,0,0 +811211,419,90,0,3,3,0,0,0,0,0,0,0 +811212,419,90,41,20,14,0,0,0,0,0,0,0 +811219,419,90,6,10,7,0,0,0,0,0,0,0 +811310,419,90,547,129,110,0,0,0,0,0,0,0 +811411,419,90,15,7,6,0,0,0,0,0,0,0 +811412,419,90,62,18,11,0,0,0,0,0,0,0 +811420,419,90,28,14,12,0,0,0,0,0,0,0 +811490,419,90,61,30,25,0,0,0,0,0,0,0 +812111,419,90,13,4,3,0,0,0,0,0,0,0 +812112,419,90,1131,205,179,0,0,0,0,0,0,0 +812113,419,90,133,46,40,0,0,0,0,0,0,0 +812191,419,90,88,4,3,0,0,0,0,0,0,0 +812199,419,90,386,71,57,6,0,0,0,0,0,0 +812210,419,90,254,43,17,0,0,0,0,0,0,0 +812220,419,90,54,16,12,0,0,0,0,0,0,0 +812310,419,90,43,15,8,0,0,0,0,0,0,0 +812320,419,90,166,19,7,0,0,0,0,0,0,0 +812332,419,90,81,3,0,0,0,0,0,0,0,0 +812910,419,90,402,96,72,0,0,0,0,0,0,0 +812930,419,90,32,3,0,0,0,0,0,0,0,0 +812990,419,90,48,26,25,0,0,0,0,0,0,0 +813110,419,90,6973,1044,976,31,0,0,0,0,0,0 +813211,419,90,207,40,35,0,0,0,0,0,0,0 +813212,419,90,6,6,3,0,0,0,0,0,0,0 +813219,419,90,64,17,9,0,0,0,0,0,0,0 +813311,419,90,40,9,6,0,0,0,0,0,0,0 +813312,419,90,591,101,78,0,0,0,0,0,0,0 +813319,419,90,123,35,20,0,0,0,0,0,0,0 +813410,419,90,919,139,105,0,0,0,0,0,0,0 +813910,419,90,355,82,70,0,0,0,0,0,0,0 +813920,419,90,31,17,16,0,0,0,0,0,0,0 +813930,419,90,352,64,52,0,0,0,0,0,0,0 +813940,419,90,11,10,10,0,0,0,0,0,0,0 +813990,419,90,516,108,93,0,0,0,0,0,0,0 +113310,421,91,16,5,3,0,0,0,0,0,0,0 +115112,421,91,318,8,4,0,0,0,0,0,0,0 +115114,421,91,98,5,0,0,0,0,0,0,0,0 +115210,421,91,269,59,50,0,0,0,0,0,0,0 +212312,421,91,132,10,0,0,0,0,0,0,0,0 +212319,421,91,204,10,0,0,0,0,0,0,0,0 +213111,421,91,0,3,0,0,0,0,0,0,0,0 +221112,421,91,0,3,0,0,0,0,0,0,0,0 +221121,421,91,19,13,0,0,0,0,0,0,0,0 +221122,421,91,0,42,9,3,0,0,0,0,0,0 +221210,421,91,0,6,0,0,0,0,0,0,0,0 +221310,421,91,706,35,13,3,0,0,0,0,0,0 +221320,421,91,4,11,3,0,0,0,0,0,0,0 +236115,421,91,1935,354,343,0,0,0,0,0,0,0 +236116,421,91,453,40,28,4,0,0,0,0,0,0 +236117,421,91,1045,135,116,9,0,0,0,0,0,0 +236118,421,91,6030,2055,2031,13,0,0,0,0,0,0 +236210,421,91,787,55,35,3,0,0,0,0,0,0 +236220,421,91,8024,596,505,74,3,0,0,0,0,0 +237110,421,91,1170,68,34,6,0,0,0,0,0,0 +237120,421,91,89,10,0,0,0,0,0,0,0,0 +237130,421,91,3415,63,34,10,0,0,0,0,0,0 +237210,421,91,181,35,23,0,0,0,0,0,0,0 +237310,421,91,4570,108,74,13,0,0,0,0,0,0 +237990,421,91,164,29,18,0,0,0,0,0,0,0 +238110,421,91,2178,220,184,21,0,0,0,0,0,0 +238120,421,91,429,26,3,0,0,0,0,0,0,0 +238130,421,91,418,99,89,0,0,0,0,0,0,0 +238140,421,91,2211,379,353,19,0,0,0,0,0,0 +238150,421,91,1105,73,47,0,0,0,0,0,0,0 +238160,421,91,1975,270,250,10,0,0,0,0,0,0 +238170,421,91,377,96,82,0,0,0,0,0,0,0 +238190,421,91,383,51,38,0,0,0,0,0,0,0 +238210,421,91,11264,987,868,97,12,0,0,0,0,0 +238220,421,91,15138,1452,1307,127,4,3,0,0,0,0 +238290,421,91,1180,96,65,6,0,0,0,0,0,0 +238310,421,91,2574,166,135,11,3,0,0,0,0,0 +238320,421,91,1969,459,437,7,0,0,0,0,0,0 +238330,421,91,1126,210,195,3,0,0,0,0,0,0 +238340,421,91,729,122,102,3,0,0,0,0,0,0 +238350,421,91,1927,414,390,10,0,0,0,0,0,0 +238390,421,91,709,98,82,3,0,0,0,0,0,0 +238910,421,91,4172,362,304,48,0,0,0,0,0,0 +238990,421,91,2737,399,374,16,0,0,0,0,0,0 +311111,421,91,59,3,0,0,0,0,0,0,0,0 +311119,421,91,61,3,0,0,0,0,0,0,0,0 +311352,421,91,985,20,3,0,0,0,0,0,0,0 +311421,421,91,94,3,0,0,0,0,0,0,0,0 +311520,421,91,32,4,0,0,0,0,0,0,0,0 +311611,421,91,3817,5,0,0,0,0,0,0,0,0 +311612,421,91,1478,16,0,0,0,0,0,0,0,0 +311615,421,91,206,4,0,0,0,0,0,0,0,0 +311811,421,91,1244,137,112,17,0,0,0,0,0,0 +311812,421,91,1833,44,14,4,0,0,0,0,0,0 +311821,421,91,0,3,0,0,0,0,0,0,0,0 +311824,421,91,41,6,5,0,0,0,0,0,0,0 +311919,421,91,179,9,0,0,0,0,0,0,0,0 +311920,421,91,107,8,0,0,0,0,0,0,0,0 +311991,421,91,114,9,4,0,0,0,0,0,0,0 +311999,421,91,48,4,0,0,0,0,0,0,0,0 +312111,421,91,0,3,0,0,0,0,0,0,0,0 +312120,421,91,1009,37,6,3,0,0,0,0,0,0 +312130,421,91,180,21,13,0,0,0,0,0,0,0 +312140,421,91,167,11,0,0,0,0,0,0,0,0 +313210,421,91,128,3,0,0,0,0,0,0,0,0 +313220,421,91,313,5,0,0,0,0,0,0,0,0 +313310,421,91,52,8,6,0,0,0,0,0,0,0 +314120,421,91,159,19,9,0,0,0,0,0,0,0 +314910,421,91,40,12,3,0,0,0,0,0,0,0 +314999,421,91,561,33,16,0,0,0,0,0,0,0 +315210,421,91,158,17,12,4,0,0,0,0,0,0 +315220,421,91,98,11,4,0,0,0,0,0,0,0 +315240,421,91,77,8,3,0,0,0,0,0,0,0 +315280,421,91,60,6,3,0,0,0,0,0,0,0 +315990,421,91,0,4,0,0,0,0,0,0,0,0 +321113,421,91,169,3,0,0,0,0,0,0,0,0 +321911,421,91,57,13,0,0,0,0,0,0,0,0 +321918,421,91,253,29,10,0,0,0,0,0,0,0 +321920,421,91,176,24,10,0,0,0,0,0,0,0 +321992,421,91,26,4,0,0,0,0,0,0,0,0 +321999,421,91,264,40,28,0,0,0,0,0,0,0 +322211,421,91,1369,18,0,0,0,0,0,0,0,0 +322212,421,91,261,7,0,0,0,0,0,0,0,0 +322220,421,91,1275,20,0,10,0,0,0,0,0,0 +323111,421,91,6618,309,249,33,8,3,0,0,0,0 +323113,421,91,648,78,66,3,0,0,0,0,0,0 +323117,421,91,0,3,0,0,0,0,0,0,0,0 +323120,421,91,138,17,8,0,0,0,0,0,0,0 +324121,421,91,103,18,4,0,0,0,0,0,0,0 +325180,421,91,105,6,0,0,0,0,0,0,0,0 +325199,421,91,43,7,0,0,0,0,0,0,0,0 +325211,421,91,302,12,0,0,0,0,0,0,0,0 +325314,421,91,66,6,0,0,0,0,0,0,0,0 +325411,421,91,260,4,0,0,0,0,0,0,0,0 +325412,421,91,2407,24,0,0,3,0,0,0,0,0 +325414,421,91,422,10,0,0,0,0,0,0,0,0 +325510,421,91,607,21,3,3,0,0,0,0,0,0 +325520,421,91,283,8,0,0,0,0,0,0,0,0 +325611,421,91,188,15,0,3,0,0,0,0,0,0 +325612,421,91,0,4,0,0,0,0,0,0,0,0 +325620,421,91,148,7,0,0,0,0,0,0,0,0 +325991,421,91,180,7,0,0,0,0,0,0,0,0 +325998,421,91,835,27,6,0,0,0,0,0,0,0 +326113,421,91,68,4,0,0,0,0,0,0,0,0 +326150,421,91,132,3,0,0,0,0,0,0,0,0 +326160,421,91,325,3,0,0,0,0,0,0,0,0 +326199,421,91,2990,88,45,16,0,0,0,0,0,0 +326291,421,91,54,3,0,0,0,0,0,0,0,0 +326299,421,91,233,13,0,0,0,0,0,0,0,0 +327120,421,91,0,3,0,0,0,0,0,0,0,0 +327212,421,91,17,7,7,0,0,0,0,0,0,0 +327215,421,91,362,13,3,0,0,0,0,0,0,0 +327320,421,91,581,33,16,0,0,0,0,0,0,0 +327390,421,91,695,21,3,3,0,0,0,0,0,0 +327910,421,91,157,5,3,0,0,0,0,0,0,0 +327991,421,91,420,24,4,0,0,0,0,0,0,0 +327992,421,91,29,5,0,0,0,0,0,0,0,0 +331110,421,91,0,3,0,0,0,0,0,0,0,0 +331210,421,91,0,3,0,0,0,0,0,0,0,0 +331410,421,91,0,3,0,0,0,0,0,0,0,0 +331420,421,91,537,7,0,0,0,0,0,0,0,0 +331491,421,91,0,3,0,0,0,0,0,0,0,0 +331511,421,91,219,4,0,3,0,0,0,0,0,0 +331523,421,91,111,6,0,3,0,0,0,0,0,0 +331529,421,91,70,3,0,0,0,0,0,0,0,0 +332114,421,91,62,4,0,0,0,0,0,0,0,0 +332119,421,91,38,4,3,0,0,0,0,0,0,0 +332216,421,91,151,15,6,0,0,0,0,0,0,0 +332312,421,91,778,34,6,0,0,0,0,0,0,0 +332313,421,91,435,19,0,6,0,0,0,0,0,0 +332321,421,91,203,10,0,6,0,0,0,0,0,0 +332322,421,91,1212,49,20,7,0,0,0,0,0,0 +332323,421,91,654,39,19,4,0,0,0,0,0,0 +332439,421,91,0,3,0,0,0,0,0,0,0,0 +332510,421,91,194,3,0,0,0,0,0,0,0,0 +332618,421,91,67,4,0,0,0,0,0,0,0,0 +332710,421,91,2933,218,172,37,0,0,0,0,0,0 +332721,421,91,1157,55,30,9,0,0,0,0,0,0 +332722,421,91,404,17,0,0,0,0,0,0,0,0 +332811,421,91,275,13,3,0,0,0,0,0,0,0 +332812,421,91,379,29,11,3,0,0,0,0,0,0 +332813,421,91,346,24,14,0,0,0,0,0,0,0 +332911,421,91,142,4,0,0,0,0,0,0,0,0 +332994,421,91,0,3,0,0,0,0,0,0,0,0 +332996,421,91,572,6,0,0,0,0,0,0,0,0 +332999,421,91,890,65,38,6,0,0,0,0,0,0 +333111,421,91,37,6,0,0,0,0,0,0,0,0 +333112,421,91,0,3,0,0,0,0,0,0,0,0 +333241,421,91,41,6,0,0,0,0,0,0,0,0 +333244,421,91,39,3,0,0,0,0,0,0,0,0 +333249,421,91,900,35,10,6,0,0,0,0,0,0 +333314,421,91,74,7,0,0,0,0,0,0,0,0 +333318,421,91,602,18,4,0,0,0,0,0,0,0 +333413,421,91,0,3,0,0,0,0,0,0,0,0 +333415,421,91,114,7,0,0,0,0,0,0,0,0 +333511,421,91,103,8,4,3,0,0,0,0,0,0 +333514,421,91,198,21,8,0,0,0,0,0,0,0 +333515,421,91,217,13,3,3,0,0,0,0,0,0 +333612,421,91,81,4,0,0,0,0,0,0,0,0 +333914,421,91,327,7,0,0,0,0,0,0,0,0 +333923,421,91,0,3,0,0,0,0,0,0,0,0 +333924,421,91,0,3,0,0,0,0,0,0,0,0 +333993,421,91,393,13,0,3,0,0,0,0,0,0 +333994,421,91,109,5,0,0,0,0,0,0,0,0 +333999,421,91,479,34,10,0,0,0,0,0,0,0 +334118,421,91,659,8,0,0,0,0,0,0,0,0 +334220,421,91,30,14,0,0,0,0,0,0,0,0 +334310,421,91,5,3,3,0,0,0,0,0,0,0 +334412,421,91,132,6,0,0,0,0,0,0,0,0 +334413,421,91,92,7,0,0,0,0,0,0,0,0 +334416,421,91,0,3,0,0,0,0,0,0,0,0 +334418,421,91,177,10,0,0,0,0,0,0,0,0 +334419,421,91,465,21,3,3,0,0,0,0,0,0 +334510,421,91,608,10,0,0,0,0,0,0,0,0 +334511,421,91,683,8,0,0,0,0,0,0,0,0 +334513,421,91,831,19,7,4,0,0,0,0,0,0 +334514,421,91,13,3,0,0,0,0,0,0,0,0 +334515,421,91,978,13,0,0,3,0,0,0,0,0 +334516,421,91,215,12,0,4,0,0,0,0,0,0 +334517,421,91,0,3,0,0,0,0,0,0,0,0 +334519,421,91,228,17,3,0,0,0,0,0,0,0 +335121,421,91,6,3,3,0,0,0,0,0,0,0 +335122,421,91,0,3,0,0,0,0,0,0,0,0 +335314,421,91,346,20,4,0,0,0,0,0,0,0 +335929,421,91,0,3,0,0,0,0,0,0,0,0 +335999,421,91,281,14,0,0,0,0,0,0,0,0 +336211,421,91,0,4,0,0,0,0,0,0,0,0 +336214,421,91,0,3,0,0,0,0,0,0,0,0 +336320,421,91,0,8,0,0,0,0,0,0,0,0 +336350,421,91,381,3,0,0,0,0,0,0,0,0 +336370,421,91,252,6,0,0,0,0,0,0,0,0 +336390,421,91,67,7,0,0,0,0,0,0,0,0 +336413,421,91,211,7,0,0,0,0,0,0,0,0 +336611,421,91,14,6,0,0,0,0,0,0,0,0 +337110,421,91,969,64,39,7,0,0,0,0,0,0 +337121,421,91,8,3,3,0,0,0,0,0,0,0 +337122,421,91,105,21,12,0,0,0,0,0,0,0 +337212,421,91,1312,43,3,11,0,0,0,0,0,0 +337215,421,91,180,8,0,0,0,0,0,0,0,0 +339112,421,91,1313,31,6,0,3,0,0,0,0,0 +339113,421,91,752,35,14,6,0,0,0,0,0,0 +339114,421,91,104,7,0,0,0,0,0,0,0,0 +339115,421,91,28,6,3,0,0,0,0,0,0,0 +339116,421,91,453,75,60,0,0,0,0,0,0,0 +339910,421,91,130,28,26,0,0,0,0,0,0,0 +339920,421,91,108,13,3,0,0,0,0,0,0,0 +339930,421,91,44,8,3,0,0,0,0,0,0,0 +339940,421,91,70,7,3,0,0,0,0,0,0,0 +339950,421,91,1213,87,60,6,0,0,0,0,0,0 +339991,421,91,973,13,0,0,0,0,0,0,0,0 +339992,421,91,67,7,3,0,0,0,0,0,0,0 +339999,421,91,601,63,46,3,0,0,0,0,0,0 +423110,421,91,999,78,59,10,0,0,0,0,0,0 +423120,421,91,3932,161,118,28,0,0,0,0,0,0 +423130,421,91,595,34,9,8,0,0,0,0,0,0 +423140,421,91,156,24,16,0,0,0,0,0,0,0 +423210,421,91,946,84,59,11,0,0,0,0,0,0 +423220,421,91,1204,102,77,11,0,0,0,0,0,0 +423310,421,91,1452,90,61,18,0,0,0,0,0,0 +423320,421,91,493,43,18,0,0,0,0,0,0,0 +423330,421,91,644,53,23,3,0,0,0,0,0,0 +423390,421,91,647,52,29,3,0,0,0,0,0,0 +423420,421,91,1304,192,166,9,0,0,0,0,0,0 +423430,421,91,1589,131,111,4,0,0,0,0,0,0 +423440,421,91,576,60,38,0,0,0,0,0,0,0 +423450,421,91,6704,186,133,26,6,0,0,0,0,0 +423460,421,91,95,13,4,0,0,0,0,0,0,0 +423490,421,91,592,61,42,3,0,0,0,0,0,0 +423510,421,91,2063,162,131,19,0,0,0,0,0,0 +423610,421,91,3616,201,160,25,4,0,0,0,0,0 +423620,421,91,321,31,10,0,0,0,0,0,0,0 +423690,421,91,2558,161,128,19,0,0,0,0,0,0 +423710,421,91,1378,112,87,9,0,0,0,0,0,0 +423720,421,91,1558,95,70,11,0,0,0,0,0,0 +423730,421,91,906,96,79,3,0,0,0,0,0,0 +423740,421,91,59,7,0,0,0,0,0,0,0,0 +423810,421,91,724,44,18,0,0,0,0,0,0,0 +423820,421,91,156,13,0,0,0,0,0,0,0,0 +423830,421,91,5927,427,355,60,3,0,0,0,0,0 +423840,421,91,2591,148,123,11,0,0,0,0,0,0 +423850,421,91,930,78,60,0,0,0,0,0,0,0 +423860,421,91,55,20,11,0,0,0,0,0,0,0 +423910,421,91,800,48,29,4,0,0,0,0,0,0 +423920,421,91,218,25,11,0,0,0,0,0,0,0 +423930,421,91,1675,120,91,20,0,0,0,0,0,0 +423940,421,91,357,102,92,0,0,0,0,0,0,0 +423990,421,91,1634,144,121,6,0,0,0,0,0,0 +424110,421,91,87,16,9,0,0,0,0,0,0,0 +424120,421,91,1128,71,50,0,0,0,0,0,0,0 +424130,421,91,1526,97,73,11,0,0,0,0,0,0 +424210,421,91,12509,163,113,23,4,0,3,0,0,0 +424310,421,91,151,26,20,0,0,0,0,0,0,0 +424320,421,91,697,37,23,0,0,0,0,0,0,0 +424330,421,91,700,55,32,0,0,0,0,0,0,0 +424340,421,91,5,11,6,0,0,0,0,0,0,0 +424410,421,91,1880,46,18,3,0,0,0,0,0,0 +424420,421,91,435,27,11,3,0,0,0,0,0,0 +424430,421,91,335,29,12,3,0,0,0,0,0,0 +424440,421,91,170,4,0,0,0,0,0,0,0,0 +424450,421,91,913,52,28,3,0,0,0,0,0,0 +424460,421,91,635,17,8,0,0,0,0,0,0,0 +424470,421,91,807,34,15,5,0,0,0,0,0,0 +424480,421,91,2282,86,50,17,0,0,0,0,0,0 +424490,421,91,3605,192,158,8,3,0,0,0,0,0 +424510,421,91,1,3,3,0,0,0,0,0,0,0 +424590,421,91,0,3,3,0,0,0,0,0,0,0 +424610,421,91,630,44,23,0,0,0,0,0,0,0 +424690,421,91,2668,138,109,19,3,0,0,0,0,0 +424710,421,91,197,19,9,0,0,0,0,0,0,0 +424720,421,91,113,11,3,0,0,0,0,0,0,0 +424810,421,91,679,23,15,0,0,0,0,0,0,0 +424820,421,91,522,28,9,0,0,0,0,0,0,0 +424910,421,91,1236,49,21,3,0,0,0,0,0,0 +424920,421,91,455,28,10,3,0,0,0,0,0,0 +424930,421,91,356,27,11,0,0,0,0,0,0,0 +424940,421,91,255,30,23,0,0,0,0,0,0,0 +424950,421,91,391,36,20,0,0,0,0,0,0,0 +424990,421,91,816,130,116,0,0,0,0,0,0,0 +425110,421,91,0,3,0,0,0,0,0,0,0,0 +425120,421,91,3599,714,682,20,0,0,0,0,0,0 +441110,421,91,18279,290,50,173,50,0,0,0,0,0 +441120,421,91,1694,247,229,4,0,0,0,0,0,0 +441210,421,91,146,13,7,3,0,0,0,0,0,0 +441222,421,91,0,3,0,0,0,0,0,0,0,0 +441228,421,91,530,43,17,4,0,0,0,0,0,0 +441310,421,91,3422,346,308,35,0,0,0,0,0,0 +441320,421,91,1314,175,171,0,0,0,0,0,0,0 +442110,421,91,2738,341,304,30,0,0,0,0,0,0 +442210,421,91,828,139,118,7,0,0,0,0,0,0 +442291,421,91,141,40,33,0,0,0,0,0,0,0 +442299,421,91,2578,205,158,34,0,0,0,0,0,0 +443141,421,91,855,95,77,4,0,0,0,0,0,0 +443142,421,91,3431,322,290,14,3,0,0,0,0,0 +444110,421,91,1872,68,4,0,50,0,0,0,0,0 +444120,421,91,415,108,102,0,0,0,0,0,0,0 +444130,421,91,1139,132,110,19,0,0,0,0,0,0 +444190,421,91,2650,340,310,27,0,0,0,0,0,0 +444210,421,91,445,58,47,3,0,0,0,0,0,0 +444220,421,91,1191,124,103,14,0,0,0,0,0,0 +445110,421,91,46181,1183,843,144,174,18,0,0,0,0 +445120,421,91,4599,593,491,95,0,0,0,0,0,0 +445210,421,91,1148,117,101,3,0,0,0,0,0,0 +445220,421,91,235,63,52,0,0,0,0,0,0,0 +445230,421,91,914,72,40,13,0,0,0,0,0,0 +445291,421,91,253,50,36,0,0,0,0,0,0,0 +445292,421,91,249,56,46,0,0,0,0,0,0,0 +445299,421,91,721,118,109,0,0,0,0,0,0,0 +445310,421,91,2715,543,537,0,0,0,0,0,0,0 +446110,421,91,12776,971,719,248,3,0,0,0,0,0 +446120,421,91,2224,263,232,23,0,0,0,0,0,0 +446130,421,91,1521,249,243,3,0,0,0,0,0,0 +446191,421,91,491,127,120,0,0,0,0,0,0,0 +446199,421,91,914,108,84,6,0,0,0,0,0,0 +447110,421,91,7249,706,589,115,0,0,0,0,0,0 +447190,421,91,1310,201,192,3,0,0,0,0,0,0 +448110,421,91,1034,136,125,3,0,0,0,0,0,0 +448120,421,91,4960,450,389,56,3,0,0,0,0,0 +448130,421,91,1376,117,85,18,0,0,0,0,0,0 +448140,421,91,11468,390,187,194,3,0,0,0,0,0 +448150,421,91,841,116,100,8,0,0,0,0,0,0 +448190,421,91,1741,168,136,25,0,0,0,0,0,0 +448210,421,91,3953,400,363,29,0,0,0,0,0,0 +448310,421,91,1724,343,330,4,0,0,0,0,0,0 +448320,421,91,60,9,3,0,0,0,0,0,0,0 +451110,421,91,2974,235,200,27,0,0,0,0,0,0 +451120,421,91,2396,132,82,35,0,0,0,0,0,0 +451130,421,91,489,41,19,3,0,0,0,0,0,0 +451140,421,91,340,47,33,4,0,0,0,0,0,0 +451211,421,91,1500,99,63,9,0,0,0,0,0,0 +451212,421,91,84,36,34,0,0,0,0,0,0,0 +452210,421,91,7523,57,0,9,37,0,0,0,0,0 +452311,421,91,17483,98,0,6,62,20,0,0,0,0 +452319,421,91,5114,458,374,81,0,0,0,0,0,0 +453110,421,91,1070,184,171,7,0,0,0,0,0,0 +453210,421,91,802,70,16,40,0,0,0,0,0,0 +453220,421,91,2273,283,264,16,0,0,0,0,0,0 +453310,421,91,2370,218,181,24,0,0,0,0,0,0 +453910,421,91,2135,187,153,27,0,0,0,0,0,0 +453920,421,91,226,65,59,0,0,0,0,0,0,0 +453930,421,91,8,6,3,0,0,0,0,0,0,0 +453991,421,91,501,134,121,0,0,0,0,0,0,0 +453998,421,91,974,245,239,0,0,0,0,0,0,0 +454110,421,91,8860,549,495,35,3,0,0,0,0,0 +454210,421,91,570,56,39,8,0,0,0,0,0,0 +454310,421,91,1990,169,136,27,0,0,0,0,0,0 +454390,421,91,1433,286,260,13,0,0,0,0,0,0 +481111,421,91,9691,15,0,3,4,0,0,0,0,0 +481211,421,91,66,10,5,0,0,0,0,0,0,0 +484110,421,91,2459,369,354,3,0,0,0,0,0,0 +484121,421,91,2430,429,401,18,0,0,0,0,0,0 +484122,421,91,2695,92,54,7,7,0,0,0,0,0 +484210,421,91,931,97,74,7,0,0,0,0,0,0 +484220,421,91,1802,231,200,19,0,0,0,0,0,0 +484230,421,91,1610,105,75,8,0,0,0,0,0,0 +485210,421,91,192,9,5,0,0,0,0,0,0,0 +485310,421,91,373,36,25,0,0,0,0,0,0,0 +485320,421,91,658,75,56,0,0,0,0,0,0,0 +485410,421,91,6303,60,0,24,13,3,0,0,0,0 +485510,421,91,75,7,0,0,0,0,0,0,0,0 +485991,421,91,1792,51,28,0,0,0,0,0,0,0 +485999,421,91,204,20,8,0,0,0,0,0,0,0 +486210,421,91,66,7,5,0,0,0,0,0,0,0 +486910,421,91,46,7,0,0,0,0,0,0,0,0 +487110,421,91,187,6,0,0,0,0,0,0,0,0 +488119,421,91,1516,14,3,0,0,0,0,0,0,0 +488190,421,91,407,20,10,0,0,0,0,0,0,0 +488210,421,91,99,17,6,0,0,0,0,0,0,0 +488320,421,91,0,4,0,0,0,0,0,0,0,0 +488330,421,91,56,7,3,0,0,0,0,0,0,0 +488410,421,91,764,137,121,3,0,0,0,0,0,0 +488490,421,91,235,21,7,0,0,0,0,0,0,0 +488510,421,91,3515,220,187,17,0,0,0,0,0,0 +488991,421,91,475,25,4,3,0,0,0,0,0,0 +492110,421,91,9209,106,66,8,4,0,0,0,0,0 +492210,421,91,582,79,60,4,0,0,0,0,0,0 +493110,421,91,8156,123,66,27,4,3,0,0,0,0 +493120,421,91,131,9,0,0,0,0,0,0,0,0 +493190,421,91,761,46,15,3,0,0,0,0,0,0 +511110,421,91,1677,45,23,8,0,0,0,0,0,0 +511120,421,91,2407,95,66,9,0,0,0,0,0,0 +511130,421,91,761,37,22,3,0,0,0,0,0,0 +511140,421,91,0,9,0,0,0,0,0,0,0,0 +511199,421,91,31,4,0,0,0,0,0,0,0,0 +511210,421,91,6469,193,133,31,10,4,0,0,0,0 +512110,421,91,637,132,122,0,0,0,0,0,0,0 +512120,421,91,15,6,0,0,0,0,0,0,0,0 +512131,421,91,1931,45,6,20,0,0,0,0,0,0 +512191,421,91,43,10,7,0,0,0,0,0,0,0 +512240,421,91,48,9,7,0,0,0,0,0,0,0 +512250,421,91,71,6,4,0,0,0,0,0,0,0 +515111,421,91,0,4,4,0,0,0,0,0,0,0 +515112,421,91,916,39,14,3,3,0,0,0,0,0 +515120,421,91,883,16,3,3,0,0,0,0,0,0 +515210,421,91,0,3,0,0,0,0,0,0,0,0 +517311,421,91,6507,451,364,52,16,0,0,0,0,0 +517312,421,91,2971,324,295,15,0,0,0,0,0,0 +517911,421,91,185,68,61,0,0,0,0,0,0,0 +517919,421,91,370,27,7,0,0,0,0,0,0,0 +518210,421,91,10327,263,170,61,7,0,3,0,0,0 +519120,421,91,1202,87,66,8,0,0,0,0,0,0 +519130,421,91,2415,96,62,12,0,0,0,0,0,0 +519190,421,91,66,19,7,6,0,0,0,0,0,0 +522110,421,91,15140,1003,907,66,10,3,0,0,0,0 +522120,421,91,3948,394,371,8,0,0,0,0,0,0 +522130,421,91,3799,246,212,17,0,0,0,0,0,0 +522210,421,91,0,4,3,0,0,0,0,0,0,0 +522220,421,91,880,67,39,3,0,0,0,0,0,0 +522291,421,91,307,57,51,0,0,0,0,0,0,0 +522292,421,91,2428,145,114,18,0,0,0,0,0,0 +522298,421,91,536,40,28,0,0,0,0,0,0,0 +522310,421,91,328,109,99,0,0,0,0,0,0,0 +522320,421,91,776,53,37,0,0,0,0,0,0,0 +522390,421,91,385,163,156,0,0,0,0,0,0,0 +523110,421,91,483,69,58,0,0,0,0,0,0,0 +523120,421,91,5670,468,424,27,0,0,0,0,0,0 +523910,421,91,1753,105,85,0,0,0,0,0,0,0 +523920,421,91,21898,608,544,48,3,0,0,0,0,0 +523930,421,91,2224,307,285,4,0,0,0,0,0,0 +523991,421,91,1239,29,10,0,0,0,0,0,0,0 +523999,421,91,14,19,11,0,0,0,0,0,0,0 +524113,421,91,8327,150,96,24,3,0,0,0,0,0 +524114,421,91,9963,73,38,8,0,0,0,0,0,0 +524126,421,91,11084,181,104,42,10,0,0,0,0,0 +524127,421,91,303,37,10,8,0,0,0,0,0,0 +524128,421,91,50,5,0,0,0,0,0,0,0,0 +524130,421,91,113,10,3,3,0,0,0,0,0,0 +524210,421,91,13750,1979,1870,94,9,0,0,0,0,0 +524291,421,91,915,126,110,4,0,0,0,0,0,0 +524292,421,91,5769,85,51,6,6,3,3,0,0,0 +524298,421,91,512,59,46,3,0,0,0,0,0,0 +525990,421,91,0,6,3,0,0,0,0,0,0,0 +531110,421,91,4931,828,798,19,3,0,0,0,0,0 +531120,421,91,2666,405,375,16,0,0,0,0,0,0 +531130,421,91,318,126,118,0,0,0,0,0,0,0 +531190,421,91,126,42,32,0,0,0,0,0,0,0 +531210,421,91,4464,1094,1051,32,0,0,0,0,0,0 +531311,421,91,5655,555,497,46,0,0,0,0,0,0 +531312,421,91,2930,262,233,16,3,0,0,0,0,0 +531320,421,91,461,167,157,0,0,0,0,0,0,0 +531390,421,91,932,199,184,3,0,0,0,0,0,0 +532111,421,91,1665,149,133,3,4,0,0,0,0,0 +532112,421,91,48,11,0,0,0,0,0,0,0,0 +532120,421,91,664,169,122,33,4,0,0,0,0,0 +532210,421,91,161,69,64,0,0,0,0,0,0,0 +532282,421,91,26,7,4,0,0,0,0,0,0,0 +532283,421,91,447,18,7,0,0,0,0,0,0,0 +532284,421,91,9,9,3,0,0,0,0,0,0,0 +532289,421,91,718,43,23,3,0,0,0,0,0,0 +532310,421,91,145,32,15,0,0,0,0,0,0,0 +532411,421,91,0,3,3,0,0,0,0,0,0,0 +532412,421,91,413,23,7,0,0,0,0,0,0,0 +532420,421,91,169,11,4,0,0,0,0,0,0,0 +532490,421,91,937,89,74,3,0,0,0,0,0,0 +533110,421,91,448,33,23,0,0,0,0,0,0,0 +541110,421,91,26418,2521,2298,182,20,9,4,0,0,0 +541191,421,91,885,175,163,0,0,0,0,0,0,0 +541199,421,91,603,77,62,0,0,0,0,0,0,0 +541211,421,91,12180,834,774,37,11,0,0,3,0,0 +541213,421,91,2263,325,305,13,0,0,0,0,0,0 +541214,421,91,3203,79,42,8,3,0,0,0,0,0 +541219,421,91,3420,427,405,7,0,0,0,0,0,0 +541310,421,91,3729,331,294,19,3,0,0,0,0,0 +541320,421,91,499,86,78,0,0,0,0,0,0,0 +541330,421,91,14868,887,705,155,20,0,0,0,0,0 +541340,421,91,62,13,7,0,0,0,0,0,0,0 +541350,421,91,520,109,97,0,0,0,0,0,0,0 +541370,421,91,242,42,28,0,0,0,0,0,0,0 +541380,421,91,1107,80,55,5,0,0,0,0,0,0 +541410,421,91,830,176,162,3,0,0,0,0,0,0 +541420,421,91,94,27,21,0,0,0,0,0,0,0 +541430,421,91,793,234,224,0,0,0,0,0,0,0 +541490,421,91,84,27,24,0,0,0,0,0,0,0 +541511,421,91,12949,1200,1078,97,14,0,0,0,0,0 +541512,421,91,9532,904,816,69,6,0,0,0,0,0 +541513,421,91,464,93,80,0,0,0,0,0,0,0 +541519,421,91,1115,221,201,3,0,0,0,0,0,0 +541611,421,91,10009,1307,1219,65,10,0,0,0,0,0 +541612,421,91,2994,169,143,8,0,0,0,0,0,0 +541613,421,91,5498,554,497,40,4,0,0,0,0,0 +541614,421,91,1317,123,101,3,0,0,0,0,0,0 +541618,421,91,263,84,73,0,0,0,0,0,0,0 +541620,421,91,1676,180,160,6,0,0,0,0,0,0 +541690,421,91,2393,352,318,13,0,0,0,0,0,0 +541713,421,91,3178,63,45,0,0,0,0,0,0,0 +541714,421,91,2668,105,78,10,0,0,0,0,0,0 +541715,421,91,9239,216,136,44,14,0,0,0,0,0 +541720,421,91,263,32,16,4,0,0,0,0,0,0 +541810,421,91,3236,251,214,18,3,0,0,0,0,0 +541820,421,91,855,91,73,0,0,0,0,0,0,0 +541830,421,91,72,6,3,0,0,0,0,0,0,0 +541840,421,91,23,12,9,0,0,0,0,0,0,0 +541850,421,91,352,27,9,3,0,0,0,0,0,0 +541860,421,91,885,47,28,0,0,0,0,0,0,0 +541870,421,91,224,10,3,0,0,0,0,0,0,0 +541890,421,91,1035,114,97,6,0,0,0,0,0,0 +541910,421,91,2785,139,101,17,3,0,0,0,0,0 +541921,421,91,701,133,117,0,0,0,0,0,0,0 +541922,421,91,130,46,42,0,0,0,0,0,0,0 +541930,421,91,441,44,34,0,0,0,0,0,0,0 +541940,421,91,5315,400,331,58,3,0,0,0,0,0 +541990,421,91,1143,320,310,0,0,0,0,0,0,0 +551111,421,91,0,3,0,0,0,0,0,0,0,0 +551112,421,91,2195,84,53,11,0,0,0,0,0,0 +551114,421,91,66934,849,499,189,93,45,6,0,0,0 +561110,421,91,6057,464,382,70,3,0,0,0,0,0 +561210,421,91,4064,110,78,12,0,0,0,0,0,0 +561311,421,91,2489,107,68,13,0,0,0,0,0,0 +561312,421,91,866,142,128,8,0,0,0,0,0,0 +561320,421,91,26149,528,297,141,66,14,3,0,0,0 +561330,421,91,616,19,4,6,0,0,0,0,0,0 +561410,421,91,424,54,44,0,0,0,0,0,0,0 +561421,421,91,475,20,0,0,0,0,0,0,0,0 +561422,421,91,1437,48,20,3,0,0,0,0,0,0 +561431,421,91,272,57,48,0,0,0,0,0,0,0 +561439,421,91,714,96,80,0,0,0,0,0,0,0 +561440,421,91,1606,58,28,6,0,0,0,0,0,0 +561450,421,91,0,4,0,0,0,0,0,0,0,0 +561492,421,91,552,30,17,4,0,0,0,0,0,0 +561499,421,91,1018,39,12,6,0,0,0,0,0,0 +561510,421,91,1552,288,275,0,0,0,0,0,0,0 +561520,421,91,644,44,31,0,0,0,0,0,0,0 +561591,421,91,243,5,0,3,0,0,0,0,0,0 +561599,421,91,824,34,14,3,0,0,0,0,0,0 +561611,421,91,756,55,37,0,0,0,0,0,0,0 +561612,421,91,13365,117,44,26,14,3,3,0,0,0 +561613,421,91,0,4,0,0,0,0,0,0,0,0 +561621,421,91,2769,115,80,6,0,0,0,0,0,0 +561622,421,91,176,50,45,0,0,0,0,0,0,0 +561710,421,91,1329,164,139,15,0,0,0,0,0,0 +561720,421,91,18830,982,857,105,4,0,0,0,0,0 +561730,421,91,12036,1921,1808,100,3,0,0,0,0,0 +561740,421,91,335,59,41,0,0,0,0,0,0,0 +561790,421,91,877,186,175,4,0,0,0,0,0,0 +561910,421,91,108,23,3,0,0,0,0,0,0,0 +561920,421,91,1284,60,40,0,0,0,0,0,0,0 +561990,421,91,3140,197,163,19,0,0,0,0,0,0 +562111,421,91,2677,162,127,10,0,0,0,0,0,0 +562119,421,91,58,12,9,0,0,0,0,0,0,0 +562211,421,91,0,7,0,0,0,0,0,0,0,0 +562212,421,91,175,11,0,0,0,0,0,0,0,0 +562910,421,91,1955,72,38,11,0,0,0,0,0,0 +562920,421,91,122,11,3,0,0,0,0,0,0,0 +562991,421,91,242,39,32,0,0,0,0,0,0,0 +562998,421,91,16,7,0,0,0,0,0,0,0,0 +611110,421,91,29817,492,130,293,44,13,0,0,0,0 +611210,421,91,1584,15,0,3,0,0,0,0,0,0 +611310,421,91,86892,61,0,15,0,3,3,3,0,4 +611420,421,91,397,22,16,0,0,0,0,0,0,0 +611430,421,91,1278,123,102,3,0,0,0,0,0,0 +611511,421,91,204,21,10,0,0,0,0,0,0,0 +611513,421,91,112,10,6,0,0,0,0,0,0,0 +611519,421,91,1175,62,43,0,0,0,0,0,0,0 +611610,421,91,2167,224,199,16,3,0,0,0,0,0 +611620,421,91,1678,291,264,18,0,0,0,0,0,0 +611630,421,91,232,25,10,0,0,0,0,0,0,0 +611691,421,91,1405,134,109,19,0,0,0,0,0,0 +611692,421,91,117,26,17,0,0,0,0,0,0,0 +611699,421,91,461,93,82,0,0,0,0,0,0,0 +611710,421,91,2792,152,130,5,0,0,0,0,0,0 +621111,421,91,38560,2629,2205,387,20,4,0,0,0,0 +621112,421,91,662,180,168,0,0,0,0,0,0,0 +621210,421,91,13785,2022,1931,86,0,0,0,0,0,0 +621310,421,91,2021,550,543,3,0,0,0,0,0,0 +621320,421,91,1438,267,258,0,0,0,0,0,0,0 +621330,421,91,1786,319,303,4,0,0,0,0,0,0 +621340,421,91,5415,639,587,45,0,0,0,0,0,0 +621391,421,91,988,196,189,0,0,0,0,0,0,0 +621399,421,91,1167,232,210,8,0,0,0,0,0,0 +621410,421,91,371,35,22,0,0,0,0,0,0,0 +621420,421,91,7997,209,115,66,4,3,0,0,0,0 +621492,421,91,2471,127,65,49,0,0,0,0,0,0 +621493,421,91,2130,84,46,26,0,0,0,0,0,0 +621498,421,91,4911,153,84,40,10,0,0,0,0,0 +621511,421,91,4786,229,186,16,5,3,0,0,0,0 +621512,421,91,760,67,50,0,0,0,0,0,0,0 +621610,421,91,26534,452,235,135,59,14,0,0,0,0 +621910,421,91,3578,117,39,55,0,0,0,0,0,0 +621991,421,91,1002,12,0,0,0,0,0,0,0,0 +621999,421,91,2442,71,45,0,0,0,0,0,0,0 +622110,421,91,96183,86,25,0,3,0,6,12,4,3 +622210,421,91,5468,12,0,0,0,0,3,0,0,0 +622310,421,91,4054,9,0,0,4,0,0,0,0,0 +623110,421,91,24725,194,24,33,93,18,0,0,0,0 +623210,421,91,20552,677,571,66,11,0,3,0,0,0 +623220,421,91,6008,165,93,45,0,0,0,0,0,0 +623311,421,91,19208,105,5,26,28,27,0,0,0,0 +623312,421,91,6005,137,49,59,7,0,0,0,0,0 +623990,421,91,2713,80,54,8,0,0,0,0,0,0 +624110,421,91,6608,243,180,41,3,4,0,0,0,0 +624120,421,91,29970,674,396,202,56,9,5,0,0,0 +624190,421,91,8713,454,349,85,11,0,0,0,0,0 +624210,421,91,483,44,22,6,0,0,0,0,0,0 +624221,421,91,1294,55,23,15,0,0,0,0,0,0 +624229,421,91,1087,79,45,15,0,0,0,0,0,0 +624230,421,91,204,7,3,3,0,0,0,0,0,0 +624310,421,91,3428,85,36,23,3,0,0,0,0,0 +624410,421,91,20918,1539,1178,353,4,0,0,0,0,0 +711110,421,91,746,39,21,3,0,0,0,0,0,0 +711120,421,91,257,14,12,0,0,0,0,0,0,0 +711130,421,91,545,53,40,0,0,0,0,0,0,0 +711190,421,91,7,3,3,0,0,0,0,0,0,0 +711211,421,91,2785,10,0,0,0,0,0,0,0,0 +711212,421,91,28,3,0,0,0,0,0,0,0,0 +711219,421,91,212,37,29,3,0,0,0,0,0,0 +711310,421,91,14515,53,22,6,0,0,0,0,0,0 +711320,421,91,363,58,52,0,0,0,0,0,0,0 +711410,421,91,77,36,31,0,0,0,0,0,0,0 +711510,421,91,500,204,190,0,0,0,0,0,0,0 +712110,421,91,2126,72,37,6,4,0,0,0,0,0 +712120,421,91,248,27,14,0,0,0,0,0,0,0 +712130,421,91,0,6,0,0,0,0,0,0,0,0 +712190,421,91,35,14,10,0,0,0,0,0,0,0 +713120,421,91,568,40,22,4,0,0,0,0,0,0 +713910,421,91,5767,130,44,60,10,0,0,0,0,0 +713940,421,91,14605,646,473,135,25,6,0,0,0,0 +713950,421,91,703,33,6,3,0,0,0,0,0,0 +713990,421,91,2149,251,219,22,0,0,0,0,0,0 +721110,421,91,14336,296,124,132,20,6,0,0,0,0 +721191,421,91,172,16,9,0,0,0,0,0,0,0 +721199,421,91,18,3,0,0,0,0,0,0,0,0 +721211,421,91,40,14,12,0,0,0,0,0,0,0 +721214,421,91,180,30,18,0,0,0,0,0,0,0 +721310,421,91,62,8,6,0,0,0,0,0,0,0 +722310,421,91,15343,722,558,129,23,4,0,0,0,0 +722320,421,91,4432,232,175,39,11,0,0,0,0,0 +722330,421,91,238,97,89,0,0,0,0,0,0,0 +722410,421,91,5932,800,725,71,0,0,0,0,0,0 +722511,421,91,71379,3329,2195,1075,55,0,0,0,0,0 +722513,421,91,44278,3777,2995,771,3,0,0,0,0,0 +722514,421,91,321,33,15,0,0,0,0,0,0,0 +722515,421,91,10423,1043,915,126,0,0,0,0,0,0 +811111,421,91,5899,1565,1535,23,0,0,0,0,0,0 +811112,421,91,8,3,0,0,0,0,0,0,0,0 +811113,421,91,173,54,48,0,0,0,0,0,0,0 +811118,421,91,144,35,25,0,0,0,0,0,0,0 +811121,421,91,3776,595,563,29,0,0,0,0,0,0 +811122,421,91,241,54,39,0,0,0,0,0,0,0 +811191,421,91,344,45,36,0,0,0,0,0,0,0 +811192,421,91,1795,220,198,15,0,0,0,0,0,0 +811198,421,91,342,36,30,0,0,0,0,0,0,0 +811211,421,91,46,27,23,0,0,0,0,0,0,0 +811212,421,91,332,64,52,0,0,0,0,0,0,0 +811213,421,91,82,21,16,0,0,0,0,0,0,0 +811219,421,91,616,58,43,0,0,0,0,0,0,0 +811310,421,91,1342,236,223,7,0,0,0,0,0,0 +811411,421,91,38,11,8,0,0,0,0,0,0,0 +811412,421,91,283,65,51,0,0,0,0,0,0,0 +811420,421,91,214,49,38,0,0,0,0,0,0,0 +811430,421,91,9,11,8,0,0,0,0,0,0,0 +811490,421,91,247,98,90,0,0,0,0,0,0,0 +812111,421,91,374,112,95,0,0,0,0,0,0,0 +812112,421,91,11772,1654,1541,98,0,0,0,0,0,0 +812113,421,91,3238,810,801,3,0,0,0,0,0,0 +812191,421,91,393,85,78,0,0,0,0,0,0,0 +812199,421,91,2259,293,260,32,0,0,0,0,0,0 +812210,421,91,1203,254,246,0,0,0,0,0,0,0 +812220,421,91,858,122,112,0,0,0,0,0,0,0 +812310,421,91,586,180,172,0,0,0,0,0,0,0 +812320,421,91,1558,407,391,4,0,0,0,0,0,0 +812332,421,91,795,18,0,0,3,0,0,0,0,0 +812910,421,91,1722,272,254,11,0,0,0,0,0,0 +812930,421,91,4793,283,226,36,0,0,0,0,0,0 +812990,421,91,677,198,184,0,0,0,0,0,0,0 +813110,421,91,24089,2328,2039,272,7,0,0,0,0,0 +813211,421,91,1010,192,174,3,0,0,0,0,0,0 +813212,421,91,2777,82,64,3,0,0,0,0,0,0 +813219,421,91,517,51,39,0,0,0,0,0,0,0 +813311,421,91,360,44,33,0,0,0,0,0,0,0 +813312,421,91,833,90,70,0,0,0,0,0,0,0 +813319,421,91,1256,115,95,12,0,0,0,0,0,0 +813410,421,91,3136,393,366,16,0,0,0,0,0,0 +813910,421,91,651,131,122,0,0,0,0,0,0,0 +813920,421,91,3064,102,72,9,4,0,0,0,0,0 +813930,421,91,3025,218,176,28,0,0,0,0,0,0 +813940,421,91,95,42,39,0,0,0,0,0,0,0 +813990,421,91,1387,142,115,12,0,0,0,0,0,0 +115210,422,92,65,22,15,0,0,0,0,0,0,0 +115310,422,92,0,3,3,0,0,0,0,0,0,0 +211120,422,92,370,32,13,0,0,0,0,0,0,0 +211130,422,92,243,19,5,0,0,0,0,0,0,0 +212111,422,92,47,14,0,0,0,0,0,0,0,0 +212112,422,92,0,12,0,3,0,0,0,0,0,0 +212312,422,92,155,11,0,3,0,0,0,0,0,0 +212321,422,92,40,7,0,0,0,0,0,0,0,0 +213111,422,92,686,23,4,0,0,0,0,0,0,0 +213112,422,92,2904,95,43,25,0,0,0,0,0,0 +213113,422,92,153,15,0,0,0,0,0,0,0,0 +221112,422,92,147,6,0,0,0,0,0,0,0,0 +221122,422,92,123,65,28,9,3,3,0,0,0,0 +221210,422,92,1835,70,26,13,4,0,0,0,0,0 +221310,422,92,307,26,0,5,0,0,0,0,0,0 +221330,422,92,93,5,0,3,0,0,0,0,0,0 +236115,422,92,1036,257,246,0,0,0,0,0,0,0 +236116,422,92,129,10,9,0,0,0,0,0,0,0 +236117,422,92,536,71,58,3,0,0,0,0,0,0 +236118,422,92,2916,924,900,9,0,0,0,0,0,0 +236210,422,92,752,32,15,5,0,0,0,0,0,0 +236220,422,92,5252,348,282,47,3,3,0,0,0,0 +237110,422,92,997,66,34,3,0,0,0,0,0,0 +237120,422,92,1526,27,12,6,0,0,0,0,0,0 +237130,422,92,399,24,3,7,0,0,0,0,0,0 +237210,422,92,143,41,34,0,0,0,0,0,0,0 +237310,422,92,4374,106,53,22,4,4,0,0,0,0 +237990,422,92,265,18,6,0,0,0,0,0,0,0 +238110,422,92,1102,190,169,6,0,0,0,0,0,0 +238120,422,92,439,18,6,3,0,0,0,0,0,0 +238130,422,92,250,60,43,0,0,0,0,0,0,0 +238140,422,92,1553,216,195,7,4,0,0,0,0,0 +238150,422,92,297,39,26,0,0,0,0,0,0,0 +238160,422,92,722,123,95,6,0,0,0,0,0,0 +238170,422,92,97,36,30,0,0,0,0,0,0,0 +238190,422,92,283,20,11,0,0,0,0,0,0,0 +238210,422,92,6567,507,426,54,6,0,0,0,0,0 +238220,422,92,9127,814,721,71,9,3,0,0,0,0 +238290,422,92,1856,56,35,7,0,0,0,0,0,0 +238310,422,92,1603,94,58,13,3,0,0,0,0,0 +238320,422,92,1330,252,229,9,0,0,0,0,0,0 +238330,422,92,628,108,90,3,0,0,0,0,0,0 +238340,422,92,220,27,21,3,0,0,0,0,0,0 +238350,422,92,939,211,199,4,0,0,0,0,0,0 +238390,422,92,502,52,35,5,0,0,0,0,0,0 +238910,422,92,4459,352,306,27,3,0,0,0,0,0 +238990,422,92,2818,290,262,11,0,0,0,0,0,0 +311340,422,92,0,3,0,0,0,0,0,0,0,0 +311352,422,92,687,25,8,0,0,0,0,0,0,0 +311511,422,92,409,5,0,0,0,0,0,0,0,0 +311513,422,92,0,3,0,0,0,0,0,0,0,0 +311611,422,92,30,3,0,0,0,0,0,0,0,0 +311612,422,92,61,5,0,0,0,0,0,0,0,0 +311811,422,92,681,74,54,8,0,0,0,0,0,0 +311812,422,92,391,16,3,0,0,0,0,0,0,0 +311919,422,92,0,4,0,0,0,0,0,0,0,0 +311991,422,92,0,3,0,0,0,0,0,0,0,0 +311999,422,92,37,4,0,0,0,0,0,0,0,0 +312111,422,92,6,3,3,0,0,0,0,0,0,0 +312120,422,92,551,35,24,3,0,0,0,0,0,0 +312130,422,92,57,10,3,0,0,0,0,0,0,0 +312140,422,92,44,3,0,0,0,0,0,0,0,0 +314120,422,92,0,3,0,0,0,0,0,0,0,0 +314910,422,92,175,18,9,3,0,0,0,0,0,0 +314999,422,92,69,13,8,0,0,0,0,0,0,0 +315210,422,92,0,3,0,0,0,0,0,0,0,0 +321113,422,92,129,9,0,0,0,0,0,0,0,0 +321912,422,92,110,5,0,0,0,0,0,0,0,0 +321918,422,92,45,6,3,0,0,0,0,0,0,0 +321920,422,92,223,20,8,0,0,0,0,0,0,0 +321999,422,92,11,4,3,0,0,0,0,0,0,0 +322211,422,92,271,3,0,0,0,0,0,0,0,0 +323111,422,92,1929,132,100,18,0,0,0,0,0,0 +323113,422,92,697,47,30,0,0,0,0,0,0,0 +323120,422,92,186,8,4,0,0,0,0,0,0,0 +324121,422,92,60,9,0,3,0,0,0,0,0,0 +324191,422,92,0,3,0,0,0,0,0,0,0,0 +325120,422,92,0,4,0,0,0,0,0,0,0,0 +325130,422,92,0,3,0,0,0,0,0,0,0,0 +325180,422,92,0,3,0,0,0,0,0,0,0,0 +325211,422,92,516,9,0,0,0,0,0,0,0,0 +325412,422,92,0,3,0,0,0,0,0,0,0,0 +325510,422,92,393,10,4,0,0,0,0,0,0,0 +325520,422,92,0,3,0,0,0,0,0,0,0,0 +325612,422,92,188,4,0,0,0,0,0,0,0,0 +325620,422,92,16,3,0,0,0,0,0,0,0,0 +325910,422,92,29,3,0,0,0,0,0,0,0,0 +325991,422,92,0,3,0,0,0,0,0,0,0,0 +325992,422,92,10,4,3,0,0,0,0,0,0,0 +325998,422,92,0,3,0,0,0,0,0,0,0,0 +326199,422,92,3096,62,22,17,3,0,0,0,0,0 +326299,422,92,354,10,0,0,0,0,0,0,0,0 +327110,422,92,213,8,3,0,0,0,0,0,0,0 +327120,422,92,573,18,3,4,0,0,0,0,0,0 +327212,422,92,78,4,0,0,0,0,0,0,0,0 +327215,422,92,104,8,0,0,0,0,0,0,0,0 +327320,422,92,451,43,23,0,0,0,0,0,0,0 +327331,422,92,0,3,0,0,0,0,0,0,0,0 +327390,422,92,449,18,0,0,0,0,0,0,0,0 +327910,422,92,0,3,0,0,0,0,0,0,0,0 +327991,422,92,34,5,3,0,0,0,0,0,0,0 +327999,422,92,0,3,0,0,0,0,0,0,0,0 +331110,422,92,6388,26,0,4,0,0,0,0,0,0 +331210,422,92,0,3,0,0,0,0,0,0,0,0 +331221,422,92,307,11,0,7,0,0,0,0,0,0 +331410,422,92,0,3,0,0,0,0,0,0,0,0 +331491,422,92,908,11,0,0,3,0,0,0,0,0 +331513,422,92,0,3,0,0,0,0,0,0,0,0 +331523,422,92,46,3,0,0,0,0,0,0,0,0 +331529,422,92,123,10,0,0,0,0,0,0,0,0 +332111,422,92,0,3,0,0,0,0,0,0,0,0 +332117,422,92,524,7,0,0,0,0,0,0,0,0 +332119,422,92,587,11,0,0,0,0,0,0,0,0 +332216,422,92,113,4,0,0,0,0,0,0,0,0 +332311,422,92,111,4,0,0,0,0,0,0,0,0 +332312,422,92,790,42,20,3,0,0,0,0,0,0 +332313,422,92,231,18,0,0,0,0,0,0,0,0 +332321,422,92,0,4,0,0,0,0,0,0,0,0 +332322,422,92,811,30,10,6,0,0,0,0,0,0 +332323,422,92,195,17,13,0,0,0,0,0,0,0 +332410,422,92,167,6,0,0,0,0,0,0,0,0 +332420,422,92,265,8,0,3,0,0,0,0,0,0 +332510,422,92,0,3,0,0,0,0,0,0,0,0 +332613,422,92,139,3,0,0,0,0,0,0,0,0 +332618,422,92,126,5,0,0,0,0,0,0,0,0 +332710,422,92,3498,223,165,35,0,0,0,0,0,0 +332721,422,92,357,22,13,5,0,0,0,0,0,0 +332722,422,92,0,3,0,0,0,0,0,0,0,0 +332811,422,92,17,3,0,0,0,0,0,0,0,0 +332812,422,92,537,21,4,0,0,0,0,0,0,0 +332813,422,92,171,13,0,0,0,0,0,0,0,0 +332911,422,92,99,4,0,0,0,0,0,0,0,0 +332996,422,92,53,7,4,0,0,0,0,0,0,0 +332999,422,92,637,34,14,3,0,0,0,0,0,0 +333131,422,92,448,6,0,0,0,0,0,0,0,0 +333249,422,92,696,16,3,0,0,0,0,0,0,0 +333314,422,92,0,3,0,0,0,0,0,0,0,0 +333318,422,92,370,10,0,3,0,0,0,0,0,0 +333415,422,92,74,3,0,0,0,0,0,0,0,0 +333511,422,92,64,8,0,0,0,0,0,0,0,0 +333514,422,92,591,31,9,3,0,0,0,0,0,0 +333515,422,92,119,8,3,0,0,0,0,0,0,0 +333517,422,92,196,11,3,0,0,0,0,0,0,0 +333519,422,92,0,4,0,0,0,0,0,0,0,0 +333612,422,92,54,3,0,0,0,0,0,0,0,0 +333994,422,92,198,6,0,0,0,0,0,0,0,0 +333999,422,92,228,12,3,0,0,0,0,0,0,0 +334118,422,92,72,6,4,0,0,0,0,0,0,0 +334418,422,92,314,9,3,0,0,0,0,0,0,0 +334419,422,92,46,7,3,0,0,0,0,0,0,0 +334510,422,92,2483,11,0,3,0,0,0,0,0,0 +334512,422,92,104,3,0,0,0,0,0,0,0,0 +334513,422,92,1319,9,5,0,0,0,0,0,0,0 +334515,422,92,24,4,0,0,0,0,0,0,0,0 +334516,422,92,539,10,3,0,0,0,0,0,0,0 +334519,422,92,348,10,0,0,0,0,0,0,0,0 +335129,422,92,44,3,0,0,0,0,0,0,0,0 +335312,422,92,70,8,3,0,0,0,0,0,0,0 +335313,422,92,0,6,0,0,0,0,0,0,0,0 +335314,422,92,291,7,0,0,0,0,0,0,0,0 +335999,422,92,81,6,0,0,0,0,0,0,0,0 +336211,422,92,98,5,0,0,0,0,0,0,0,0 +336310,422,92,61,3,0,0,0,0,0,0,0,0 +336510,422,92,950,8,0,3,0,0,0,0,0,0 +337110,422,92,146,28,19,0,0,0,0,0,0,0 +337122,422,92,17,8,7,0,0,0,0,0,0,0 +337212,422,92,274,12,6,0,0,0,0,0,0,0 +337215,422,92,0,3,0,0,0,0,0,0,0,0 +339112,422,92,130,8,0,0,0,0,0,0,0,0 +339113,422,92,212,16,4,3,0,0,0,0,0,0 +339115,422,92,0,3,0,0,0,0,0,0,0,0 +339116,422,92,299,22,14,0,0,0,0,0,0,0 +339910,422,92,39,10,7,0,0,0,0,0,0,0 +339940,422,92,122,4,0,0,0,0,0,0,0,0 +339950,422,92,985,46,35,0,0,0,0,0,0,0 +339991,422,92,26,3,0,0,0,0,0,0,0,0 +339992,422,92,0,3,0,0,0,0,0,0,0,0 +339999,422,92,130,25,19,0,0,0,0,0,0,0 +423110,422,92,1092,53,27,6,0,0,0,0,0,0 +423120,422,92,1501,79,42,18,0,0,0,0,0,0 +423130,422,92,235,24,8,3,0,0,0,0,0,0 +423140,422,92,63,6,4,0,0,0,0,0,0,0 +423210,422,92,311,24,20,3,0,0,0,0,0,0 +423220,422,92,578,31,18,5,0,0,0,0,0,0 +423310,422,92,622,25,12,5,0,0,0,0,0,0 +423320,422,92,181,19,15,0,0,0,0,0,0,0 +423330,422,92,298,30,21,0,0,0,0,0,0,0 +423390,422,92,567,38,25,3,0,0,0,0,0,0 +423410,422,92,22,4,3,0,0,0,0,0,0,0 +423420,422,92,848,92,74,7,0,0,0,0,0,0 +423430,422,92,549,61,42,9,0,0,0,0,0,0 +423440,422,92,332,30,19,5,0,0,0,0,0,0 +423450,422,92,1027,65,42,4,0,0,0,0,0,0 +423460,422,92,96,7,4,0,0,0,0,0,0,0 +423490,422,92,62,25,15,0,0,0,0,0,0,0 +423510,422,92,1958,130,95,16,0,0,0,0,0,0 +423520,422,92,99,14,8,0,0,0,0,0,0,0 +423610,422,92,2242,110,76,17,0,0,0,0,0,0 +423620,422,92,41,4,0,0,0,0,0,0,0,0 +423690,422,92,1183,69,55,3,0,0,0,0,0,0 +423710,422,92,610,44,26,7,0,0,0,0,0,0 +423720,422,92,634,60,37,5,0,0,0,0,0,0 +423730,422,92,635,60,47,6,0,0,0,0,0,0 +423810,422,92,944,52,31,8,0,0,0,0,0,0 +423820,422,92,139,21,3,0,0,0,0,0,0,0 +423830,422,92,4484,339,271,40,3,0,0,0,0,0 +423840,422,92,1306,109,83,9,0,0,0,0,0,0 +423850,422,92,499,35,25,0,0,0,0,0,0,0 +423860,422,92,0,6,0,0,0,0,0,0,0,0 +423910,422,92,93,21,17,0,0,0,0,0,0,0 +423920,422,92,38,9,7,0,0,0,0,0,0,0 +423930,422,92,952,94,70,9,0,0,0,0,0,0 +423940,422,92,106,27,27,0,0,0,0,0,0,0 +423990,422,92,462,50,30,3,0,0,0,0,0,0 +424110,422,92,47,4,0,0,0,0,0,0,0,0 +424120,422,92,268,31,24,0,0,0,0,0,0,0 +424130,422,92,297,21,9,0,0,0,0,0,0,0 +424210,422,92,1116,46,19,0,0,0,0,0,0,0 +424310,422,92,40,6,3,0,0,0,0,0,0,0 +424320,422,92,126,17,11,0,0,0,0,0,0,0 +424330,422,92,0,5,0,0,0,0,0,0,0,0 +424410,422,92,1452,8,0,0,0,0,0,0,0,0 +424420,422,92,157,11,4,0,0,0,0,0,0,0 +424430,422,92,219,8,0,0,0,0,0,0,0,0 +424450,422,92,102,11,9,0,0,0,0,0,0,0 +424470,422,92,262,8,3,0,0,0,0,0,0,0 +424480,422,92,377,11,3,4,0,0,0,0,0,0 +424490,422,92,2302,77,38,10,0,0,0,0,0,0 +424610,422,92,452,24,16,0,0,0,0,0,0,0 +424690,422,92,1141,93,60,9,0,0,0,0,0,0 +424710,422,92,444,30,11,5,0,0,0,0,0,0 +424720,422,92,232,15,7,3,0,0,0,0,0,0 +424810,422,92,640,16,6,4,0,0,0,0,0,0 +424820,422,92,54,7,6,0,0,0,0,0,0,0 +424910,422,92,184,18,10,0,0,0,0,0,0,0 +424920,422,92,91,5,0,0,0,0,0,0,0,0 +424930,422,92,104,15,7,0,0,0,0,0,0,0 +424940,422,92,573,23,4,0,3,0,0,0,0,0 +424950,422,92,54,8,7,0,0,0,0,0,0,0 +424990,422,92,290,44,34,0,0,0,0,0,0,0 +425120,422,92,2738,337,317,3,0,0,0,0,0,0 +441110,422,92,11823,231,51,139,26,0,0,0,0,0 +441120,422,92,1012,198,181,6,0,0,0,0,0,0 +441210,422,92,104,8,0,0,0,0,0,0,0,0 +441222,422,92,24,4,3,0,0,0,0,0,0,0 +441228,422,92,486,48,34,6,0,0,0,0,0,0 +441310,422,92,2965,309,275,27,0,0,0,0,0,0 +441320,422,92,1392,162,143,6,0,0,0,0,0,0 +442110,422,92,1414,158,130,12,0,0,0,0,0,0 +442210,422,92,484,75,54,0,0,0,0,0,0,0 +442291,422,92,36,7,3,0,0,0,0,0,0,0 +442299,422,92,1238,101,67,16,0,0,0,0,0,0 +443141,422,92,641,67,52,5,0,0,0,0,0,0 +443142,422,92,1904,158,126,12,3,0,0,0,0,0 +444110,422,92,4938,53,4,3,27,0,0,0,0,0 +444120,422,92,148,43,38,0,0,0,0,0,0,0 +444130,422,92,934,114,82,7,0,0,0,0,0,0 +444190,422,92,1869,229,206,13,0,0,0,0,0,0 +444210,422,92,275,38,28,0,0,0,0,0,0,0 +444220,422,92,697,104,85,3,0,0,0,0,0,0 +445110,422,92,21289,392,191,113,65,4,0,0,0,0 +445120,422,92,794,198,183,0,0,0,0,0,0,0 +445210,422,92,310,37,24,3,0,0,0,0,0,0 +445230,422,92,112,7,3,0,0,0,0,0,0,0 +445291,422,92,59,6,3,0,0,0,0,0,0,0 +445292,422,92,166,24,23,0,0,0,0,0,0,0 +445299,422,92,180,36,34,0,0,0,0,0,0,0 +445310,422,92,2170,412,396,4,0,0,0,0,0,0 +446110,422,92,6504,436,327,93,0,0,0,0,0,0 +446120,422,92,1070,102,66,14,0,0,0,0,0,0 +446130,422,92,849,110,98,3,0,0,0,0,0,0 +446191,422,92,319,88,85,0,0,0,0,0,0,0 +446199,422,92,650,74,53,4,0,0,0,0,0,0 +447110,422,92,7640,702,594,107,0,0,0,0,0,0 +447190,422,92,629,88,66,3,0,0,0,0,0,0 +448110,422,92,318,55,47,0,0,0,0,0,0,0 +448120,422,92,2175,217,191,18,0,0,0,0,0,0 +448130,422,92,663,51,30,5,0,0,0,0,0,0 +448140,422,92,5536,185,75,87,0,0,0,0,0,0 +448150,422,92,419,53,42,0,0,0,0,0,0,0 +448190,422,92,1300,115,91,15,0,0,0,0,0,0 +448210,422,92,1493,182,158,10,0,0,0,0,0,0 +448310,422,92,1012,182,171,5,0,0,0,0,0,0 +448320,422,92,30,3,0,0,0,0,0,0,0,0 +451110,422,92,1801,147,108,20,0,0,0,0,0,0 +451120,422,92,1217,72,38,21,0,0,0,0,0,0 +451130,422,92,312,33,21,6,0,0,0,0,0,0 +451140,422,92,175,27,23,0,0,0,0,0,0,0 +451211,422,92,635,52,35,7,0,0,0,0,0,0 +451212,422,92,48,13,9,0,0,0,0,0,0,0 +452210,422,92,4430,39,0,3,20,0,0,0,0,0 +452311,422,92,10498,68,0,14,28,13,0,0,0,0 +452319,422,92,3731,380,337,35,0,0,0,0,0,0 +453110,422,92,684,135,126,0,0,0,0,0,0,0 +453210,422,92,295,32,16,6,0,0,0,0,0,0 +453220,422,92,1393,174,160,7,0,0,0,0,0,0 +453310,422,92,1665,147,105,21,0,0,0,0,0,0 +453910,422,92,953,81,50,12,0,0,0,0,0,0 +453920,422,92,42,13,12,0,0,0,0,0,0,0 +453991,422,92,576,116,98,0,0,0,0,0,0,0 +453998,422,92,900,203,196,0,0,0,0,0,0,0 +454110,422,92,3634,179,148,3,4,0,0,0,0,0 +454210,422,92,611,40,32,0,0,0,0,0,0,0 +454310,422,92,327,46,31,0,0,0,0,0,0,0 +454390,422,92,1116,179,155,4,0,0,0,0,0,0 +481111,422,92,1663,12,0,0,3,0,0,0,0,0 +481211,422,92,0,6,0,0,0,0,0,0,0,0 +483211,422,92,335,8,0,0,0,0,0,0,0,0 +484110,422,92,1663,182,150,9,0,0,0,0,0,0 +484121,422,92,2533,169,130,17,0,0,0,0,0,0 +484122,422,92,1823,43,12,10,3,0,0,0,0,0 +484210,422,92,854,38,16,7,3,0,0,0,0,0 +484220,422,92,2950,232,194,20,0,0,0,0,0,0 +484230,422,92,726,41,16,6,0,0,0,0,0,0 +485113,422,92,0,3,0,0,0,0,0,0,0,0 +485310,422,92,0,3,0,0,0,0,0,0,0,0 +485320,422,92,210,21,14,0,0,0,0,0,0,0 +485410,422,92,6048,93,4,45,10,0,0,0,0,0 +485510,422,92,0,6,0,0,0,0,0,0,0,0 +485991,422,92,401,16,3,0,0,0,0,0,0,0 +485999,422,92,0,3,0,0,0,0,0,0,0,0 +486210,422,92,441,27,14,0,0,0,0,0,0,0 +486910,422,92,0,3,0,0,0,0,0,0,0,0 +488119,422,92,364,6,0,0,0,0,0,0,0,0 +488190,422,92,225,11,4,0,0,0,0,0,0,0 +488210,422,92,55,9,8,0,0,0,0,0,0,0 +488410,422,92,496,63,43,6,0,0,0,0,0,0 +488490,422,92,189,22,14,0,0,0,0,0,0,0 +488510,422,92,1087,107,78,15,0,0,0,0,0,0 +488991,422,92,30,4,3,0,0,0,0,0,0,0 +492110,422,92,1841,65,34,9,3,0,0,0,0,0 +492210,422,92,410,29,20,0,0,0,0,0,0,0 +493110,422,92,3651,76,40,9,0,0,0,0,0,0 +493120,422,92,0,3,0,0,0,0,0,0,0,0 +493190,422,92,282,21,7,3,0,0,0,0,0,0 +511110,422,92,1629,38,20,3,3,0,0,0,0,0 +511120,422,92,181,32,23,0,0,0,0,0,0,0 +511130,422,92,157,9,5,0,0,0,0,0,0,0 +511210,422,92,3042,99,53,22,5,0,0,0,0,0 +512110,422,92,239,48,40,0,0,0,0,0,0,0 +512131,422,92,775,21,3,13,0,0,0,0,0,0 +512191,422,92,9,4,4,0,0,0,0,0,0,0 +512240,422,92,20,10,9,0,0,0,0,0,0,0 +512290,422,92,14,4,3,0,0,0,0,0,0,0 +515111,422,92,53,8,4,0,0,0,0,0,0,0 +515112,422,92,428,15,5,7,0,0,0,0,0,0 +515120,422,92,1283,9,0,3,3,0,0,0,0,0 +517311,422,92,4968,266,211,24,3,3,0,0,0,0 +517312,422,92,1392,169,145,3,0,0,0,0,0,0 +517911,422,92,201,42,33,0,0,0,0,0,0,0 +517919,422,92,58,10,4,0,0,0,0,0,0,0 +518210,422,92,3513,108,72,17,4,0,0,0,0,0 +519120,422,92,1224,104,86,9,0,0,0,0,0,0 +519130,422,92,740,38,32,4,0,0,0,0,0,0 +519190,422,92,10,3,3,0,0,0,0,0,0,0 +522110,422,92,17317,676,613,33,5,4,3,3,0,0 +522120,422,92,3036,262,237,3,0,0,0,0,0,0 +522130,422,92,1569,199,176,7,0,0,0,0,0,0 +522220,422,92,100,25,23,0,0,0,0,0,0,0 +522291,422,92,314,69,57,0,0,0,0,0,0,0 +522292,422,92,882,56,36,14,0,0,0,0,0,0 +522298,422,92,21,12,10,0,0,0,0,0,0,0 +522310,422,92,92,30,24,0,0,0,0,0,0,0 +522320,422,92,518,15,10,0,0,0,0,0,0,0 +522390,422,92,187,38,35,0,0,0,0,0,0,0 +523110,422,92,216,34,24,0,0,0,0,0,0,0 +523120,422,92,1193,141,112,13,0,0,0,0,0,0 +523910,422,92,108,34,27,0,0,0,0,0,0,0 +523920,422,92,3322,293,264,14,0,0,0,0,0,0 +523930,422,92,532,159,151,5,0,0,0,0,0,0 +523991,422,92,0,26,16,4,0,0,0,0,0,0 +523999,422,92,94,9,5,0,0,0,0,0,0,0 +524113,422,92,1647,77,53,10,0,0,0,0,0,0 +524114,422,92,12108,67,39,13,0,5,0,3,0,0 +524126,422,92,1518,117,91,13,0,0,0,0,0,0 +524127,422,92,0,13,6,0,0,0,0,0,0,0 +524210,422,92,5982,1114,1071,33,3,0,0,0,0,0 +524291,422,92,49,10,9,0,0,0,0,0,0,0 +524292,422,92,2473,55,29,11,5,0,0,0,0,0 +524298,422,92,151,23,21,0,0,0,0,0,0,0 +531110,422,92,2025,406,386,13,0,0,0,0,0,0 +531120,422,92,1318,243,217,11,0,0,0,0,0,0 +531130,422,92,137,55,52,0,0,0,0,0,0,0 +531190,422,92,101,42,39,0,0,0,0,0,0,0 +531210,422,92,1914,400,379,6,0,0,0,0,0,0 +531311,422,92,2245,226,197,12,0,0,0,0,0,0 +531312,422,92,1138,132,109,15,0,0,0,0,0,0 +531320,422,92,243,72,64,0,0,0,0,0,0,0 +531390,422,92,641,102,90,3,0,0,0,0,0,0 +532111,422,92,656,75,63,6,0,0,0,0,0,0 +532112,422,92,60,6,3,0,0,0,0,0,0,0 +532120,422,92,335,43,29,3,0,0,0,0,0,0 +532210,422,92,223,63,56,0,0,0,0,0,0,0 +532281,422,92,44,10,8,0,0,0,0,0,0,0 +532282,422,92,0,7,0,0,0,0,0,0,0,0 +532283,422,92,303,30,18,3,0,0,0,0,0,0 +532284,422,92,19,7,0,0,0,0,0,0,0,0 +532289,422,92,106,18,11,0,0,0,0,0,0,0 +532310,422,92,138,20,12,0,0,0,0,0,0,0 +532411,422,92,7,6,6,0,0,0,0,0,0,0 +532412,422,92,669,30,15,9,0,0,0,0,0,0 +532420,422,92,14,3,0,0,0,0,0,0,0,0 +532490,422,92,932,76,48,9,0,0,0,0,0,0 +533110,422,92,45,11,8,0,0,0,0,0,0,0 +541110,422,92,9338,1154,1061,70,7,4,0,0,0,0 +541191,422,92,1332,106,82,6,0,0,0,0,0,0 +541199,422,92,175,31,28,0,0,0,0,0,0,0 +541211,422,92,4660,401,356,26,3,0,0,0,0,0 +541213,422,92,1423,192,169,4,0,0,0,0,0,0 +541214,422,92,1795,40,21,0,0,0,0,0,0,0 +541219,422,92,2810,198,170,7,0,0,0,0,0,0 +541310,422,92,1092,137,116,16,0,0,0,0,0,0 +541320,422,92,98,23,16,0,0,0,0,0,0,0 +541330,422,92,16315,594,436,125,14,3,0,0,0,0 +541340,422,92,129,20,14,0,0,0,0,0,0,0 +541350,422,92,273,56,51,0,0,0,0,0,0,0 +541370,422,92,302,47,35,0,0,0,0,0,0,0 +541380,422,92,1924,77,42,17,0,0,0,0,0,0 +541410,422,92,194,63,53,0,0,0,0,0,0,0 +541420,422,92,93,10,3,0,0,0,0,0,0,0 +541430,422,92,378,86,80,0,0,0,0,0,0,0 +541490,422,92,6,6,6,0,0,0,0,0,0,0 +541511,422,92,7797,468,389,48,9,0,0,0,0,0 +541512,422,92,2982,293,250,30,0,0,0,0,0,0 +541513,422,92,627,52,37,5,0,0,0,0,0,0 +541519,422,92,636,71,60,4,0,0,0,0,0,0 +541611,422,92,4784,520,467,32,3,0,0,0,0,0 +541612,422,92,1431,72,60,5,0,0,0,0,0,0 +541613,422,92,693,186,169,8,0,0,0,0,0,0 +541614,422,92,538,54,41,8,0,0,0,0,0,0 +541618,422,92,54,28,24,0,0,0,0,0,0,0 +541620,422,92,715,87,72,9,0,0,0,0,0,0 +541690,422,92,1070,144,122,6,0,0,0,0,0,0 +541713,422,92,1018,27,17,4,4,0,0,0,0,0 +541714,422,92,77,13,9,0,0,0,0,0,0,0 +541715,422,92,8059,76,48,13,4,0,0,0,0,0 +541720,422,92,340,12,8,0,0,0,0,0,0,0 +541810,422,92,998,83,68,8,0,0,0,0,0,0 +541820,422,92,227,31,27,0,0,0,0,0,0,0 +541830,422,92,73,8,4,0,0,0,0,0,0,0 +541840,422,92,4,5,5,0,0,0,0,0,0,0 +541850,422,92,388,15,8,0,0,0,0,0,0,0 +541860,422,92,262,12,3,0,0,0,0,0,0,0 +541890,422,92,618,55,42,8,0,0,0,0,0,0 +541910,422,92,343,24,17,5,0,0,0,0,0,0 +541921,422,92,227,84,75,0,0,0,0,0,0,0 +541922,422,92,27,20,20,0,0,0,0,0,0,0 +541930,422,92,35,11,8,0,0,0,0,0,0,0 +541940,422,92,2579,211,168,25,0,0,0,0,0,0 +541990,422,92,691,156,143,3,0,0,0,0,0,0 +551112,422,92,992,61,44,8,0,0,0,0,0,0 +551114,422,92,59863,545,320,128,39,18,3,4,0,0 +561110,422,92,3653,207,155,28,3,0,0,0,0,0 +561210,422,92,2073,41,22,3,0,0,0,0,0,0 +561311,422,92,581,36,28,6,0,0,0,0,0,0 +561312,422,92,331,53,42,4,0,0,0,0,0,0 +561320,422,92,16692,268,99,100,36,9,0,0,0,0 +561330,422,92,835,17,4,5,3,0,0,0,0,0 +561410,422,92,218,16,9,0,0,0,0,0,0,0 +561421,422,92,722,10,5,0,0,0,0,0,0,0 +561422,422,92,1008,20,3,6,0,0,0,0,0,0 +561431,422,92,119,24,19,0,0,0,0,0,0,0 +561439,422,92,612,28,25,0,0,0,0,0,0,0 +561440,422,92,765,35,21,0,0,0,0,0,0,0 +561450,422,92,0,5,0,0,0,0,0,0,0,0 +561491,422,92,51,6,3,0,0,0,0,0,0,0 +561492,422,92,88,17,9,0,0,0,0,0,0,0 +561499,422,92,229,18,13,0,0,0,0,0,0,0 +561510,422,92,437,95,89,0,0,0,0,0,0,0 +561520,422,92,37,7,4,0,0,0,0,0,0,0 +561599,422,92,18,37,26,0,0,0,0,0,0,0 +561611,422,92,511,21,5,3,0,0,0,0,0,0 +561612,422,92,4752,69,24,11,6,4,0,0,0,0 +561613,422,92,315,6,0,3,0,0,0,0,0,0 +561621,422,92,1939,52,37,3,0,0,0,0,0,0 +561622,422,92,54,14,11,0,0,0,0,0,0,0 +561710,422,92,433,61,41,6,0,0,0,0,0,0 +561720,422,92,8042,499,421,57,0,3,3,0,0,0 +561730,422,92,4197,946,902,30,0,0,0,0,0,0 +561740,422,92,276,46,35,5,0,0,0,0,0,0 +561790,422,92,481,49,31,3,0,0,0,0,0,0 +561910,422,92,83,7,4,0,0,0,0,0,0,0 +561920,422,92,163,22,18,0,0,0,0,0,0,0 +561990,422,92,1227,103,77,12,0,0,0,0,0,0 +562111,422,92,1672,91,52,5,0,0,0,0,0,0 +562212,422,92,138,14,0,0,0,0,0,0,0,0 +562910,422,92,913,57,38,3,0,0,0,0,0,0 +562920,422,92,71,3,0,0,0,0,0,0,0,0 +562991,422,92,11,6,0,0,0,0,0,0,0,0 +562998,422,92,52,4,0,0,0,0,0,0,0,0 +611110,422,92,9092,193,44,107,14,0,0,0,0,0 +611210,422,92,858,8,0,0,0,0,0,0,0,0 +611310,422,92,46549,40,8,4,3,0,7,0,0,0 +611420,422,92,77,8,5,0,0,0,0,0,0,0 +611430,422,92,215,45,43,0,0,0,0,0,0,0 +611511,422,92,59,5,3,0,0,0,0,0,0,0 +611513,422,92,115,13,7,0,0,0,0,0,0,0 +611519,422,92,358,16,9,7,0,0,0,0,0,0 +611610,422,92,825,126,108,10,0,0,0,0,0,0 +611620,422,92,1061,118,86,10,0,0,0,0,0,0 +611630,422,92,50,3,0,0,0,0,0,0,0,0 +611691,422,92,350,30,19,4,0,0,0,0,0,0 +611692,422,92,41,5,0,0,0,0,0,0,0,0 +611699,422,92,135,33,25,0,0,0,0,0,0,0 +611710,422,92,399,61,48,4,0,0,0,0,0,0 +621111,422,92,29787,2090,1760,290,26,4,3,0,0,0 +621112,422,92,305,75,61,3,0,0,0,0,0,0 +621210,422,92,6970,1099,1080,14,0,0,0,0,0,0 +621310,422,92,1711,491,483,0,0,0,0,0,0,0 +621320,422,92,1187,218,204,3,0,0,0,0,0,0 +621330,422,92,986,147,120,8,0,0,0,0,0,0 +621340,422,92,4734,470,427,29,0,0,0,0,0,0 +621391,422,92,457,101,88,0,0,0,0,0,0,0 +621399,422,92,583,86,70,7,0,0,0,0,0,0 +621410,422,92,97,10,4,0,0,0,0,0,0,0 +621420,422,92,3620,139,71,41,0,0,0,0,0,0 +621491,422,92,0,44,29,7,0,0,0,0,0,0 +621492,422,92,847,85,65,7,0,0,0,0,0,0 +621493,422,92,1409,67,23,34,0,0,0,0,0,0 +621498,422,92,5195,116,81,20,0,0,0,0,0,0 +621511,422,92,1911,118,101,9,3,0,0,0,0,0 +621512,422,92,451,55,44,3,0,0,0,0,0,0 +621610,422,92,13273,245,91,101,19,6,0,0,0,0 +621910,422,92,2484,101,39,39,0,0,0,0,0,0 +621991,422,92,348,6,4,0,0,0,0,0,0,0 +621999,422,92,609,37,23,3,0,0,0,0,0,0 +622110,422,92,41790,33,0,0,0,0,4,8,6,0 +622210,422,92,1331,3,0,0,0,0,0,0,0,0 +622310,422,92,1171,5,0,0,0,0,0,0,0,0 +623110,422,92,13618,126,7,32,56,4,0,0,0,0 +623210,422,92,9421,544,449,66,6,0,0,0,0,0 +623220,422,92,1801,86,38,14,0,0,0,0,0,0 +623311,422,92,6666,56,0,20,13,3,0,0,0,0 +623312,422,92,6085,196,69,103,5,0,0,0,0,0 +623990,422,92,986,46,26,7,3,0,0,0,0,0 +624110,422,92,2412,125,78,30,0,0,0,0,0,0 +624120,422,92,14172,288,140,85,29,6,0,0,0,0 +624190,422,92,5881,299,214,54,6,0,0,0,0,0 +624210,422,92,290,39,27,0,0,0,0,0,0,0 +624221,422,92,504,39,26,5,0,0,0,0,0,0 +624229,422,92,366,34,21,0,0,0,0,0,0,0 +624310,422,92,2417,88,36,17,3,0,0,0,0,0 +624410,422,92,8234,714,590,116,0,0,0,0,0,0 +711110,422,92,391,16,9,0,0,0,0,0,0,0 +711120,422,92,0,6,0,0,0,0,0,0,0,0 +711130,422,92,429,25,23,0,0,0,0,0,0,0 +711190,422,92,6,3,3,0,0,0,0,0,0,0 +711211,422,92,1380,8,0,0,0,0,0,0,0,0 +711219,422,92,93,15,9,0,0,0,0,0,0,0 +711310,422,92,1067,32,6,6,0,0,0,0,0,0 +711320,422,92,273,32,23,0,0,0,0,0,0,0 +711410,422,92,44,15,14,0,0,0,0,0,0,0 +711510,422,92,142,68,66,0,0,0,0,0,0,0 +712110,422,92,1651,32,17,0,0,0,0,0,0,0 +712120,422,92,17,9,3,0,0,0,0,0,0,0 +712130,422,92,519,4,0,0,0,0,0,0,0,0 +712190,422,92,0,4,0,0,0,0,0,0,0,0 +713110,422,92,0,4,0,0,0,0,0,0,0,0 +713120,422,92,307,38,28,0,0,0,0,0,0,0 +713290,422,92,22,3,0,0,0,0,0,0,0,0 +713910,422,92,2886,126,65,30,4,0,0,0,0,0 +713930,422,92,32,11,8,0,0,0,0,0,0,0 +713940,422,92,5003,323,244,56,3,0,0,0,0,0 +713950,422,92,521,41,22,4,0,0,0,0,0,0 +713990,422,92,1115,188,165,7,0,0,0,0,0,0 +721110,422,92,8700,269,150,84,15,0,0,0,0,0 +721191,422,92,31,8,3,0,0,0,0,0,0,0 +721211,422,92,137,24,9,0,0,0,0,0,0,0 +721310,422,92,12,4,3,0,0,0,0,0,0,0 +722310,422,92,7927,319,219,75,10,4,0,0,0,0 +722320,422,92,1150,138,107,10,0,0,0,0,0,0 +722330,422,92,6,14,14,0,0,0,0,0,0,0 +722410,422,92,3637,639,599,32,0,0,0,0,0,0 +722511,422,92,49805,1915,1098,771,40,0,0,0,0,0 +722513,422,92,30584,1920,1378,531,0,0,0,0,0,0 +722514,422,92,202,16,5,0,0,0,0,0,0,0 +722515,422,92,5462,501,404,85,0,0,0,0,0,0 +811111,422,92,3199,873,853,6,0,0,0,0,0,0 +811112,422,92,17,4,3,0,0,0,0,0,0,0 +811113,422,92,140,36,34,0,0,0,0,0,0,0 +811118,422,92,67,19,15,0,0,0,0,0,0,0 +811121,422,92,1903,304,283,8,0,0,0,0,0,0 +811122,422,92,193,27,20,0,0,0,0,0,0,0 +811191,422,92,375,50,35,0,0,0,0,0,0,0 +811192,422,92,702,106,91,5,0,0,0,0,0,0 +811198,422,92,92,23,18,0,0,0,0,0,0,0 +811211,422,92,14,5,4,0,0,0,0,0,0,0 +811212,422,92,63,18,16,0,0,0,0,0,0,0 +811213,422,92,70,16,8,0,0,0,0,0,0,0 +811219,422,92,136,38,31,0,0,0,0,0,0,0 +811310,422,92,3397,181,146,10,0,0,0,0,0,0 +811411,422,92,24,9,6,0,0,0,0,0,0,0 +811412,422,92,55,15,13,0,0,0,0,0,0,0 +811420,422,92,74,23,22,0,0,0,0,0,0,0 +811430,422,92,7,4,4,0,0,0,0,0,0,0 +811490,422,92,157,51,47,0,0,0,0,0,0,0 +812111,422,92,113,34,23,0,0,0,0,0,0,0 +812112,422,92,6561,1034,979,41,0,0,0,0,0,0 +812113,422,92,790,230,226,0,0,0,0,0,0,0 +812191,422,92,110,17,8,3,0,0,0,0,0,0 +812199,422,92,981,182,170,3,0,0,0,0,0,0 +812210,422,92,1390,258,250,0,0,0,0,0,0,0 +812220,422,92,620,124,112,0,0,0,0,0,0,0 +812310,422,92,153,30,21,0,0,0,0,0,0,0 +812320,422,92,942,114,90,9,0,0,0,0,0,0 +812331,422,92,317,8,3,0,0,0,0,0,0,0 +812332,422,92,360,9,0,0,0,0,0,0,0,0 +812910,422,92,1037,180,163,4,0,0,0,0,0,0 +812921,422,92,5,3,3,0,0,0,0,0,0,0 +812930,422,92,950,96,83,13,0,0,0,0,0,0 +812990,422,92,338,78,68,0,0,0,0,0,0,0 +813110,422,92,13166,1813,1676,122,5,0,0,0,0,0 +813211,422,92,620,110,98,5,0,0,0,0,0,0 +813212,422,92,289,28,19,3,0,0,0,0,0,0 +813219,422,92,219,19,16,0,0,0,0,0,0,0 +813311,422,92,153,28,25,0,0,0,0,0,0,0 +813312,422,92,687,48,35,0,0,0,0,0,0,0 +813319,422,92,511,61,51,5,0,0,0,0,0,0 +813410,422,92,3180,566,550,9,0,0,0,0,0,0 +813910,422,92,483,86,78,3,0,0,0,0,0,0 +813920,422,92,774,48,40,4,0,0,0,0,0,0 +813930,422,92,2487,211,166,30,0,0,0,0,0,0 +813940,422,92,41,15,13,0,0,0,0,0,0,0 +813990,422,92,454,101,98,0,0,0,0,0,0,0 +211120,422,93,87,13,12,0,0,0,0,0,0,0 +211130,422,93,38,6,3,0,0,0,0,0,0,0 +212111,422,93,77,10,7,0,0,0,0,0,0,0 +212112,422,93,0,7,0,4,0,0,0,0,0,0 +213111,422,93,0,7,5,0,0,0,0,0,0,0 +213112,422,93,340,15,10,0,0,0,0,0,0,0 +213113,422,93,62,4,0,0,0,0,0,0,0,0 +221112,422,93,0,8,0,3,3,0,0,0,0,0 +221122,422,93,0,4,0,0,0,0,0,0,0,0 +221210,422,93,0,8,3,3,0,0,0,0,0,0 +236115,422,93,41,16,16,0,0,0,0,0,0,0 +236118,422,93,91,30,29,0,0,0,0,0,0,0 +236220,422,93,49,5,3,0,0,0,0,0,0,0 +237120,422,93,32,4,0,0,0,0,0,0,0,0 +238110,422,93,13,10,10,0,0,0,0,0,0,0 +238130,422,93,9,4,3,0,0,0,0,0,0,0 +238140,422,93,19,7,6,0,0,0,0,0,0,0 +238210,422,93,153,16,14,0,0,0,0,0,0,0 +238220,422,93,80,15,15,0,0,0,0,0,0,0 +238320,422,93,13,9,9,0,0,0,0,0,0,0 +238910,422,93,353,16,10,5,0,0,0,0,0,0 +238990,422,93,51,13,11,0,0,0,0,0,0,0 +321113,422,93,58,7,6,0,0,0,0,0,0,0 +323111,422,93,0,5,0,0,0,0,0,0,0,0 +332312,422,93,0,3,0,0,0,0,0,0,0,0 +332710,422,93,57,8,6,0,0,0,0,0,0,0 +333131,422,93,0,3,0,0,0,0,0,0,0,0 +333922,422,93,76,3,0,0,0,0,0,0,0,0 +423120,422,93,30,6,3,0,0,0,0,0,0,0 +423610,422,93,17,3,0,0,0,0,0,0,0,0 +423810,422,93,24,4,0,0,0,0,0,0,0,0 +423830,422,93,147,10,7,0,0,0,0,0,0,0 +423840,422,93,23,4,0,0,0,0,0,0,0,0 +423930,422,93,69,5,0,0,0,0,0,0,0,0 +424690,422,93,19,3,0,0,0,0,0,0,0,0 +424710,422,93,39,4,0,0,0,0,0,0,0,0 +425120,422,93,46,9,6,0,0,0,0,0,0,0 +441110,422,93,546,12,0,10,0,0,0,0,0,0 +441120,422,93,46,11,10,0,0,0,0,0,0,0 +441310,422,93,116,12,11,0,0,0,0,0,0,0 +441320,422,93,65,9,6,0,0,0,0,0,0,0 +442110,422,93,36,10,8,0,0,0,0,0,0,0 +442210,422,93,13,4,3,0,0,0,0,0,0,0 +443141,422,93,25,5,3,0,0,0,0,0,0,0 +443142,422,93,58,4,0,0,0,0,0,0,0,0 +444130,422,93,15,3,0,0,0,0,0,0,0,0 +444190,422,93,56,6,4,0,0,0,0,0,0,0 +444210,422,93,21,4,3,0,0,0,0,0,0,0 +444220,422,93,0,4,0,0,0,0,0,0,0,0 +445110,422,93,532,10,0,0,0,0,0,0,0,0 +445120,422,93,102,8,4,3,0,0,0,0,0,0 +445292,422,93,8,3,0,0,0,0,0,0,0,0 +445310,422,93,143,13,12,0,0,0,0,0,0,0 +446110,422,93,182,16,12,0,0,0,0,0,0,0 +446199,422,93,0,3,0,0,0,0,0,0,0,0 +447110,422,93,329,23,16,7,0,0,0,0,0,0 +447190,422,93,9,3,0,0,0,0,0,0,0,0 +448120,422,93,27,4,0,0,0,0,0,0,0,0 +448210,422,93,22,3,3,0,0,0,0,0,0,0 +448310,422,93,25,5,3,0,0,0,0,0,0,0 +451110,422,93,23,4,0,0,0,0,0,0,0,0 +451120,422,93,0,3,0,0,0,0,0,0,0,0 +451211,422,93,0,3,0,0,0,0,0,0,0,0 +452311,422,93,0,3,0,0,0,0,0,0,0,0 +452319,422,93,130,17,16,0,0,0,0,0,0,0 +453110,422,93,17,5,4,0,0,0,0,0,0,0 +453220,422,93,23,4,3,0,0,0,0,0,0,0 +453310,422,93,50,4,0,0,0,0,0,0,0,0 +453991,422,93,10,3,3,0,0,0,0,0,0,0 +453998,422,93,45,12,11,0,0,0,0,0,0,0 +454110,422,93,0,9,5,0,0,0,0,0,0,0 +454310,422,93,148,6,3,0,0,0,0,0,0,0 +454390,422,93,9,5,4,0,0,0,0,0,0,0 +484110,422,93,40,8,5,0,0,0,0,0,0,0 +484121,422,93,111,7,4,0,0,0,0,0,0,0 +484220,422,93,159,24,21,3,0,0,0,0,0,0 +484230,422,93,21,4,3,0,0,0,0,0,0,0 +485410,422,93,305,10,3,3,0,0,0,0,0,0 +488410,422,93,16,4,0,0,0,0,0,0,0,0 +517311,422,93,0,6,3,0,0,0,0,0,0,0 +517312,422,93,0,3,0,0,0,0,0,0,0,0 +519120,422,93,18,3,0,0,0,0,0,0,0,0 +522110,422,93,936,32,25,0,3,0,0,0,0,0 +522120,422,93,0,4,3,0,0,0,0,0,0,0 +522291,422,93,18,6,6,0,0,0,0,0,0,0 +523920,422,93,12,5,5,0,0,0,0,0,0,0 +524126,422,93,8,3,3,0,0,0,0,0,0,0 +524210,422,93,217,32,30,0,0,0,0,0,0,0 +531110,422,93,39,15,13,0,0,0,0,0,0,0 +531120,422,93,20,7,6,0,0,0,0,0,0,0 +531210,422,93,10,5,5,0,0,0,0,0,0,0 +531311,422,93,16,4,0,0,0,0,0,0,0,0 +531312,422,93,17,3,0,0,0,0,0,0,0,0 +532111,422,93,11,3,0,0,0,0,0,0,0,0 +532120,422,93,2,3,3,0,0,0,0,0,0,0 +541110,422,93,99,29,27,0,0,0,0,0,0,0 +541191,422,93,20,3,0,0,0,0,0,0,0,0 +541211,422,93,38,9,8,0,0,0,0,0,0,0 +541213,422,93,38,5,0,0,0,0,0,0,0,0 +541219,422,93,60,9,5,0,0,0,0,0,0,0 +541310,422,93,0,3,0,0,0,0,0,0,0,0 +541330,422,93,144,9,4,0,0,0,0,0,0,0 +541370,422,93,20,3,0,0,0,0,0,0,0,0 +541511,422,93,21,4,3,0,0,0,0,0,0,0 +541611,422,93,0,10,9,0,0,0,0,0,0,0 +541613,422,93,0,3,0,0,0,0,0,0,0,0 +541690,422,93,12,5,4,0,0,0,0,0,0,0 +541940,422,93,31,6,6,0,0,0,0,0,0,0 +541990,422,93,27,4,0,0,0,0,0,0,0,0 +551114,422,93,55,9,5,0,0,0,0,0,0,0 +561110,422,93,37,4,0,0,0,0,0,0,0,0 +561720,422,93,107,11,7,0,0,0,0,0,0,0 +561730,422,93,66,22,21,0,0,0,0,0,0,0 +562111,422,93,0,4,0,0,0,0,0,0,0,0 +562910,422,93,0,4,0,0,0,0,0,0,0,0 +611110,422,93,73,4,0,0,0,0,0,0,0,0 +611620,422,93,0,3,0,0,0,0,0,0,0,0 +611710,422,93,39,5,0,0,0,0,0,0,0,0 +621111,422,93,330,54,53,0,0,0,0,0,0,0 +621210,422,93,113,22,20,0,0,0,0,0,0,0 +621310,422,93,64,17,16,0,0,0,0,0,0,0 +621320,422,93,46,9,8,0,0,0,0,0,0,0 +621340,422,93,177,22,15,0,0,0,0,0,0,0 +621420,422,93,247,5,0,0,0,0,0,0,0,0 +621492,422,93,0,3,0,0,0,0,0,0,0,0 +621610,422,93,384,9,0,0,0,0,0,0,0,0 +623110,422,93,309,4,0,0,0,0,0,0,0,0 +623210,422,93,212,16,16,0,0,0,0,0,0,0 +623220,422,93,127,7,3,0,0,0,0,0,0,0 +623312,422,93,277,14,9,4,0,0,0,0,0,0 +624110,422,93,0,3,0,0,0,0,0,0,0,0 +624120,422,93,342,16,9,6,0,0,0,0,0,0 +624190,422,93,84,6,0,0,0,0,0,0,0,0 +624221,422,93,26,3,0,0,0,0,0,0,0,0 +624310,422,93,0,3,0,0,0,0,0,0,0,0 +624410,422,93,256,26,20,5,0,0,0,0,0,0 +711320,422,93,0,3,3,0,0,0,0,0,0,0 +712110,422,93,14,4,4,0,0,0,0,0,0,0 +713910,422,93,132,4,0,0,0,0,0,0,0,0 +713940,422,93,125,6,5,0,0,0,0,0,0,0 +713990,422,93,4,3,3,0,0,0,0,0,0,0 +721110,422,93,218,11,3,0,0,0,0,0,0,0 +722310,422,93,303,7,0,0,0,0,0,0,0,0 +722410,422,93,181,22,17,0,0,0,0,0,0,0 +722511,422,93,972,41,27,13,0,0,0,0,0,0 +722513,422,93,811,45,29,16,0,0,0,0,0,0 +722515,422,93,126,11,6,3,0,0,0,0,0,0 +811111,422,93,94,28,27,0,0,0,0,0,0,0 +811121,422,93,51,13,12,0,0,0,0,0,0,0 +811122,422,93,0,3,3,0,0,0,0,0,0,0 +811310,422,93,332,16,8,0,0,0,0,0,0,0 +811490,422,93,6,4,4,0,0,0,0,0,0,0 +812112,422,93,121,27,27,0,0,0,0,0,0,0 +812113,422,93,7,3,3,0,0,0,0,0,0,0 +812199,422,93,0,3,0,0,0,0,0,0,0,0 +812210,422,93,67,9,7,0,0,0,0,0,0,0 +812220,422,93,0,3,3,0,0,0,0,0,0,0 +812910,422,93,26,4,0,0,0,0,0,0,0,0 +813110,422,93,276,90,90,0,0,0,0,0,0,0 +813410,422,93,151,23,22,0,0,0,0,0,0,0 +813910,422,93,15,5,4,0,0,0,0,0,0,0 +813920,422,93,2,4,4,0,0,0,0,0,0,0 +813930,422,93,0,5,4,0,0,0,0,0,0,0 +212312,423,93,0,3,0,0,0,0,0,0,0,0 +212321,423,93,25,4,0,0,0,0,0,0,0,0 +221112,423,93,206,7,0,3,0,0,0,0,0,0 +221122,423,93,0,32,13,4,3,0,0,0,0,0 +221310,423,93,44,7,3,0,0,0,0,0,0,0 +221320,423,93,32,3,0,0,0,0,0,0,0,0 +236115,423,93,332,106,103,0,0,0,0,0,0,0 +236117,423,93,178,29,20,0,0,0,0,0,0,0 +236118,423,93,1120,310,299,3,0,0,0,0,0,0 +236210,423,93,190,9,0,0,0,0,0,0,0,0 +236220,423,93,895,97,75,13,0,0,0,0,0,0 +237110,423,93,191,18,16,0,0,0,0,0,0,0 +237120,423,93,0,4,0,0,0,0,0,0,0,0 +237210,423,93,37,10,7,0,0,0,0,0,0,0 +237310,423,93,600,24,11,0,0,0,0,0,0,0 +238110,423,93,357,49,41,0,0,0,0,0,0,0 +238120,423,93,139,10,3,3,0,0,0,0,0,0 +238130,423,93,52,28,27,0,0,0,0,0,0,0 +238140,423,93,256,63,59,0,0,0,0,0,0,0 +238150,423,93,29,6,0,0,0,0,0,0,0,0 +238160,423,93,267,54,41,0,0,0,0,0,0,0 +238170,423,93,55,25,23,0,0,0,0,0,0,0 +238190,423,93,23,5,3,0,0,0,0,0,0,0 +238210,423,93,1539,172,151,8,0,0,0,0,0,0 +238220,423,93,2437,266,240,17,3,0,0,0,0,0 +238290,423,93,196,17,8,3,0,0,0,0,0,0 +238310,423,93,361,28,23,0,0,0,0,0,0,0 +238320,423,93,404,78,70,0,0,0,0,0,0,0 +238330,423,93,126,32,27,0,0,0,0,0,0,0 +238340,423,93,77,19,15,0,0,0,0,0,0,0 +238350,423,93,352,81,75,0,0,0,0,0,0,0 +238390,423,93,77,17,11,0,0,0,0,0,0,0 +238910,423,93,1022,118,105,6,0,0,0,0,0,0 +238990,423,93,333,93,91,0,0,0,0,0,0,0 +311811,423,93,175,21,9,0,0,0,0,0,0,0 +311812,423,93,32,6,0,0,0,0,0,0,0,0 +311991,423,93,0,3,0,0,0,0,0,0,0,0 +312111,423,93,0,3,0,0,0,0,0,0,0,0 +312112,423,93,0,4,0,0,0,0,0,0,0,0 +312120,423,93,66,11,4,0,0,0,0,0,0,0 +312130,423,93,183,16,3,0,0,0,0,0,0,0 +313310,423,93,0,3,0,0,0,0,0,0,0,0 +314910,423,93,28,3,0,0,0,0,0,0,0,0 +315210,423,93,116,17,7,0,0,0,0,0,0,0 +315240,423,93,9,4,3,0,0,0,0,0,0,0 +321920,423,93,374,8,0,0,0,0,0,0,0,0 +321999,423,93,32,3,0,0,0,0,0,0,0,0 +322211,423,93,0,3,0,0,0,0,0,0,0,0 +322219,423,93,0,3,0,0,0,0,0,0,0,0 +323111,423,93,1202,43,29,5,0,0,0,0,0,0 +323113,423,93,111,16,9,0,0,0,0,0,0,0 +324121,423,93,89,6,0,0,0,0,0,0,0,0 +325120,423,93,0,5,3,0,0,0,0,0,0,0 +325199,423,93,55,3,0,0,0,0,0,0,0,0 +325412,423,93,0,7,0,0,0,0,0,0,0,0 +325620,423,93,0,3,0,0,0,0,0,0,0,0 +326160,423,93,0,3,0,0,0,0,0,0,0,0 +326199,423,93,823,19,3,3,0,0,0,0,0,0 +327215,423,93,0,3,0,0,0,0,0,0,0,0 +327310,423,93,339,4,0,0,0,0,0,0,0,0 +327320,423,93,104,12,4,0,0,0,0,0,0,0 +327331,423,93,0,3,0,0,0,0,0,0,0,0 +327390,423,93,0,6,0,0,0,0,0,0,0,0 +327991,423,93,176,7,0,0,0,0,0,0,0,0 +327993,423,93,20,3,0,0,0,0,0,0,0,0 +327999,423,93,69,4,0,0,0,0,0,0,0,0 +332312,423,93,322,10,0,3,0,0,0,0,0,0 +332313,423,93,61,3,0,0,0,0,0,0,0,0 +332322,423,93,244,7,0,0,0,0,0,0,0,0 +332710,423,93,817,56,38,7,0,0,0,0,0,0 +332721,423,93,83,11,3,0,0,0,0,0,0,0 +332722,423,93,33,3,0,0,0,0,0,0,0,0 +332812,423,93,97,12,4,0,0,0,0,0,0,0 +332813,423,93,80,3,0,0,0,0,0,0,0,0 +332911,423,93,128,4,0,0,0,0,0,0,0,0 +332919,423,93,29,3,0,0,0,0,0,0,0,0 +332999,423,93,207,9,0,3,0,0,0,0,0,0 +333249,423,93,52,7,0,0,0,0,0,0,0,0 +334513,423,93,42,3,0,0,0,0,0,0,0,0 +334515,423,93,40,3,0,0,0,0,0,0,0,0 +335314,423,93,0,3,0,0,0,0,0,0,0,0 +335999,423,93,0,3,0,0,0,0,0,0,0,0 +337110,423,93,49,7,3,0,0,0,0,0,0,0 +337212,423,93,226,8,0,0,0,0,0,0,0,0 +339112,423,93,262,4,0,0,0,0,0,0,0,0 +339114,423,93,6,3,3,0,0,0,0,0,0,0 +339930,423,93,0,3,0,0,0,0,0,0,0,0 +339940,423,93,0,3,0,0,0,0,0,0,0,0 +339950,423,93,61,11,7,0,0,0,0,0,0,0 +339999,423,93,77,12,8,0,0,0,0,0,0,0 +423110,423,93,591,19,9,4,0,0,0,0,0,0 +423120,423,93,655,33,15,4,0,0,0,0,0,0 +423130,423,93,129,12,0,0,0,0,0,0,0,0 +423140,423,93,19,3,0,0,0,0,0,0,0,0 +423210,423,93,0,7,6,0,0,0,0,0,0,0 +423220,423,93,154,12,9,0,0,0,0,0,0,0 +423310,423,93,1049,16,3,0,0,0,0,0,0,0 +423320,423,93,70,10,3,0,0,0,0,0,0,0 +423330,423,93,181,12,9,0,0,0,0,0,0,0 +423390,423,93,63,9,7,0,0,0,0,0,0,0 +423420,423,93,272,31,21,0,0,0,0,0,0,0 +423430,423,93,119,9,4,0,0,0,0,0,0,0 +423440,423,93,109,7,3,0,0,0,0,0,0,0 +423450,423,93,2636,24,11,3,0,0,0,0,0,0 +423490,423,93,130,13,5,0,0,0,0,0,0,0 +423510,423,93,82,15,11,0,0,0,0,0,0,0 +423610,423,93,422,32,21,8,0,0,0,0,0,0 +423690,423,93,1871,23,11,4,0,0,0,0,0,0 +423710,423,93,249,7,3,0,0,0,0,0,0,0 +423720,423,93,121,17,5,0,0,0,0,0,0,0 +423730,423,93,219,19,13,0,0,0,0,0,0,0 +423810,423,93,78,8,7,0,0,0,0,0,0,0 +423820,423,93,23,4,3,0,0,0,0,0,0,0 +423830,423,93,1168,63,50,11,0,0,0,0,0,0 +423840,423,93,211,23,15,3,0,0,0,0,0,0 +423850,423,93,136,12,7,0,0,0,0,0,0,0 +423910,423,93,22,6,0,0,0,0,0,0,0,0 +423930,423,93,423,18,9,0,0,0,0,0,0,0 +423940,423,93,18,7,6,0,0,0,0,0,0,0 +423990,423,93,49,18,16,0,0,0,0,0,0,0 +424120,423,93,69,9,0,0,0,0,0,0,0,0 +424130,423,93,152,7,0,0,0,0,0,0,0,0 +424210,423,93,556,19,4,0,0,0,0,0,0,0 +424330,423,93,138,10,3,0,0,0,0,0,0,0 +424410,423,93,1551,4,0,0,0,0,0,0,0,0 +424420,423,93,41,11,5,0,0,0,0,0,0,0 +424430,423,93,77,5,3,0,0,0,0,0,0,0 +424450,423,93,83,12,3,0,0,0,0,0,0,0 +424460,423,93,38,3,0,0,0,0,0,0,0,0 +424470,423,93,160,7,0,0,0,0,0,0,0,0 +424480,423,93,42,4,0,0,0,0,0,0,0,0 +424490,423,93,4584,49,35,0,0,0,0,0,0,0 +424610,423,93,128,14,5,0,0,0,0,0,0,0 +424690,423,93,342,24,8,4,0,0,0,0,0,0 +424710,423,93,70,8,4,0,0,0,0,0,0,0 +424810,423,93,183,5,0,0,0,0,0,0,0,0 +424910,423,93,120,10,0,0,0,0,0,0,0,0 +424920,423,93,0,4,0,0,0,0,0,0,0,0 +424940,423,93,47,15,5,0,0,0,0,0,0,0 +424950,423,93,39,5,0,0,0,0,0,0,0,0 +424990,423,93,176,23,11,0,0,0,0,0,0,0 +425120,423,93,374,75,71,0,0,0,0,0,0,0 +441110,423,93,3922,68,7,41,12,0,0,0,0,0 +441120,423,93,683,95,81,5,0,0,0,0,0,0 +441210,423,93,35,3,0,0,0,0,0,0,0,0 +441222,423,93,0,3,0,0,0,0,0,0,0,0 +441228,423,93,161,17,3,0,0,0,0,0,0,0 +441310,423,93,980,99,84,3,0,0,0,0,0,0 +441320,423,93,511,55,49,0,0,0,0,0,0,0 +442110,423,93,481,60,48,3,0,0,0,0,0,0 +442210,423,93,137,27,20,0,0,0,0,0,0,0 +442299,423,93,425,24,6,3,0,0,0,0,0,0 +443141,423,93,147,25,14,0,0,0,0,0,0,0 +443142,423,93,762,63,56,3,0,0,0,0,0,0 +444110,423,93,0,12,0,0,10,0,0,0,0,0 +444120,423,93,30,17,10,0,0,0,0,0,0,0 +444130,423,93,451,42,29,0,0,0,0,0,0,0 +444190,423,93,858,92,79,6,0,0,0,0,0,0 +444210,423,93,88,10,3,0,0,0,0,0,0,0 +444220,423,93,252,45,32,0,0,0,0,0,0,0 +445110,423,93,10332,150,66,28,31,3,0,0,0,0 +445120,423,93,411,79,59,3,0,0,0,0,0,0 +445210,423,93,70,12,10,0,0,0,0,0,0,0 +445230,423,93,45,8,3,0,0,0,0,0,0,0 +445291,423,93,31,12,8,0,0,0,0,0,0,0 +445292,423,93,55,11,6,0,0,0,0,0,0,0 +445299,423,93,50,9,3,0,0,0,0,0,0,0 +445310,423,93,720,131,123,0,0,0,0,0,0,0 +446110,423,93,2264,161,111,41,0,0,0,0,0,0 +446120,423,93,367,31,20,4,0,0,0,0,0,0 +446130,423,93,306,48,43,0,0,0,0,0,0,0 +446191,423,93,135,26,20,0,0,0,0,0,0,0 +446199,423,93,39,11,7,0,0,0,0,0,0,0 +447110,423,93,2352,266,244,22,0,0,0,0,0,0 +447190,423,93,227,38,33,0,0,0,0,0,0,0 +448110,423,93,114,17,10,0,0,0,0,0,0,0 +448120,423,93,818,69,59,8,0,0,0,0,0,0 +448130,423,93,243,21,10,4,0,0,0,0,0,0 +448140,423,93,1859,73,29,35,0,0,0,0,0,0 +448150,423,93,113,21,13,0,0,0,0,0,0,0 +448190,423,93,664,39,27,6,0,0,0,0,0,0 +448210,423,93,879,86,70,6,0,0,0,0,0,0 +448310,423,93,376,65,62,0,0,0,0,0,0,0 +451110,423,93,479,65,48,3,0,0,0,0,0,0 +451120,423,93,444,24,4,4,0,0,0,0,0,0 +451130,423,93,53,6,3,0,0,0,0,0,0,0 +451140,423,93,58,12,8,0,0,0,0,0,0,0 +451211,423,93,255,15,4,7,0,0,0,0,0,0 +452210,423,93,1849,16,0,4,10,0,0,0,0,0 +452311,423,93,4001,23,0,4,9,0,0,0,0,0 +452319,423,93,1136,104,82,17,0,0,0,0,0,0 +453110,423,93,107,26,24,0,0,0,0,0,0,0 +453210,423,93,0,7,0,4,0,0,0,0,0,0 +453220,423,93,374,57,49,0,0,0,0,0,0,0 +453310,423,93,229,32,25,0,0,0,0,0,0,0 +453910,423,93,415,40,28,4,0,0,0,0,0,0 +453920,423,93,19,7,6,0,0,0,0,0,0,0 +453930,423,93,9,5,4,0,0,0,0,0,0,0 +453991,423,93,239,68,63,0,0,0,0,0,0,0 +453998,423,93,255,63,59,0,0,0,0,0,0,0 +454110,423,93,4272,123,109,6,0,0,0,0,0,0 +454210,423,93,0,11,8,0,0,0,0,0,0,0 +454310,423,93,691,68,53,6,0,0,0,0,0,0 +454390,423,93,234,55,48,0,0,0,0,0,0,0 +481111,423,93,21,5,4,0,0,0,0,0,0,0 +481211,423,93,73,4,3,0,0,0,0,0,0,0 +484110,423,93,755,140,129,6,0,0,0,0,0,0 +484121,423,93,1970,119,89,12,3,0,0,0,0,0 +484122,423,93,1196,22,0,5,0,0,0,0,0,0 +484210,423,93,32,8,4,0,0,0,0,0,0,0 +484220,423,93,385,67,55,0,0,0,0,0,0,0 +484230,423,93,186,16,3,0,0,0,0,0,0,0 +485320,423,93,0,4,0,0,0,0,0,0,0,0 +485410,423,93,596,14,4,3,0,0,0,0,0,0 +486210,423,93,0,4,4,0,0,0,0,0,0,0 +486910,423,93,0,4,0,0,0,0,0,0,0,0 +488190,423,93,44,5,3,0,0,0,0,0,0,0 +488410,423,93,170,24,14,0,0,0,0,0,0,0 +488490,423,93,555,15,5,3,0,0,0,0,0,0 +488510,423,93,326,24,17,0,0,0,0,0,0,0 +492110,423,93,1967,23,4,6,3,0,0,0,0,0 +492210,423,93,60,9,0,0,0,0,0,0,0,0 +493110,423,93,8194,64,27,15,10,0,0,0,0,0 +493120,423,93,769,5,0,0,0,0,0,0,0,0 +511110,423,93,52,13,3,0,0,0,0,0,0,0 +511120,423,93,20,12,6,0,0,0,0,0,0,0 +511130,423,93,0,4,0,0,0,0,0,0,0,0 +511210,423,93,194,17,3,4,0,0,0,0,0,0 +512110,423,93,49,14,12,0,0,0,0,0,0,0 +512131,423,93,99,8,0,3,0,0,0,0,0,0 +515112,423,93,0,7,0,0,0,0,0,0,0,0 +517311,423,93,1208,81,59,3,0,0,0,0,0,0 +517312,423,93,427,61,55,0,0,0,0,0,0,0 +517911,423,93,19,5,3,0,0,0,0,0,0,0 +517919,423,93,14,4,3,0,0,0,0,0,0,0 +518210,423,93,670,33,21,0,0,0,0,0,0,0 +519120,423,93,300,25,9,0,0,0,0,0,0,0 +519130,423,93,36,5,3,0,0,0,0,0,0,0 +522110,423,93,2473,266,246,8,0,0,0,0,0,0 +522120,423,93,158,35,26,0,0,0,0,0,0,0 +522130,423,93,528,37,29,0,0,0,0,0,0,0 +522220,423,93,6,6,6,0,0,0,0,0,0,0 +522291,423,93,8,9,6,0,0,0,0,0,0,0 +522292,423,93,255,20,11,3,0,0,0,0,0,0 +522298,423,93,17,5,3,0,0,0,0,0,0,0 +522310,423,93,29,12,11,0,0,0,0,0,0,0 +522320,423,93,0,3,0,0,0,0,0,0,0,0 +522390,423,93,57,16,14,0,0,0,0,0,0,0 +523110,423,93,0,3,0,0,0,0,0,0,0,0 +523120,423,93,533,98,87,3,0,0,0,0,0,0 +523910,423,93,10,4,3,0,0,0,0,0,0,0 +523920,423,93,314,66,59,0,0,0,0,0,0,0 +523930,423,93,187,52,45,0,0,0,0,0,0,0 +524113,423,93,818,16,7,0,0,0,0,0,0,0 +524114,423,93,521,17,3,0,0,0,0,0,0,0 +524126,423,93,929,31,22,0,4,0,0,0,0,0 +524127,423,93,13,3,0,0,0,0,0,0,0,0 +524210,423,93,1578,296,280,5,0,0,0,0,0,0 +524291,423,93,0,6,5,0,0,0,0,0,0,0 +524292,423,93,264,12,4,0,0,0,0,0,0,0 +531110,423,93,588,126,121,0,0,0,0,0,0,0 +531120,423,93,264,73,68,0,0,0,0,0,0,0 +531130,423,93,105,39,37,0,0,0,0,0,0,0 +531190,423,93,52,18,14,0,0,0,0,0,0,0 +531210,423,93,927,205,193,0,0,0,0,0,0,0 +531311,423,93,561,86,77,0,0,0,0,0,0,0 +531312,423,93,131,29,22,0,0,0,0,0,0,0 +531320,423,93,30,17,16,0,0,0,0,0,0,0 +531390,423,93,48,31,29,0,0,0,0,0,0,0 +532111,423,93,101,23,15,0,0,0,0,0,0,0 +532120,423,93,175,16,10,0,0,0,0,0,0,0 +532210,423,93,0,15,7,0,0,0,0,0,0,0 +532284,423,93,30,5,0,0,0,0,0,0,0,0 +532289,423,93,97,10,5,0,0,0,0,0,0,0 +532310,423,93,0,3,0,0,0,0,0,0,0,0 +532412,423,93,87,5,0,3,0,0,0,0,0,0 +532490,423,93,58,13,11,0,0,0,0,0,0,0 +541110,423,93,1440,354,345,3,0,0,0,0,0,0 +541191,423,93,113,42,40,0,0,0,0,0,0,0 +541199,423,93,47,21,19,0,0,0,0,0,0,0 +541211,423,93,783,117,100,8,0,0,0,0,0,0 +541213,423,93,385,65,58,0,0,0,0,0,0,0 +541214,423,93,1144,14,4,0,3,0,0,0,0,0 +541219,423,93,472,79,69,0,0,0,0,0,0,0 +541310,423,93,207,32,27,0,0,0,0,0,0,0 +541320,423,93,24,8,4,0,0,0,0,0,0,0 +541330,423,93,1894,138,109,16,0,0,0,0,0,0 +541340,423,93,2,7,6,0,0,0,0,0,0,0 +541350,423,93,93,28,23,0,0,0,0,0,0,0 +541370,423,93,58,15,11,0,0,0,0,0,0,0 +541380,423,93,565,26,14,4,0,0,0,0,0,0 +541410,423,93,49,10,7,0,0,0,0,0,0,0 +541430,423,93,46,21,20,0,0,0,0,0,0,0 +541490,423,93,0,3,0,0,0,0,0,0,0,0 +541511,423,93,1671,120,100,12,0,0,0,0,0,0 +541512,423,93,561,93,86,0,0,0,0,0,0,0 +541513,423,93,69,18,14,0,0,0,0,0,0,0 +541519,423,93,49,19,17,0,0,0,0,0,0,0 +541611,423,93,407,113,103,4,0,0,0,0,0,0 +541612,423,93,34,12,8,0,0,0,0,0,0,0 +541613,423,93,328,62,49,0,0,0,0,0,0,0 +541614,423,93,488,26,17,0,0,0,0,0,0,0 +541618,423,93,23,7,3,0,0,0,0,0,0,0 +541620,423,93,139,25,18,0,0,0,0,0,0,0 +541690,423,93,56,37,34,0,0,0,0,0,0,0 +541713,423,93,0,3,0,0,0,0,0,0,0,0 +541714,423,93,10,4,4,0,0,0,0,0,0,0 +541715,423,93,297,19,9,0,0,0,0,0,0,0 +541810,423,93,133,19,12,0,0,0,0,0,0,0 +541820,423,93,28,7,5,0,0,0,0,0,0,0 +541850,423,93,58,6,3,0,0,0,0,0,0,0 +541860,423,93,27,3,0,0,0,0,0,0,0,0 +541890,423,93,58,10,9,0,0,0,0,0,0,0 +541921,423,93,159,25,18,0,0,0,0,0,0,0 +541922,423,93,0,3,3,0,0,0,0,0,0,0 +541940,423,93,1152,83,58,17,0,0,0,0,0,0 +541990,423,93,186,38,30,0,0,0,0,0,0,0 +551112,423,93,46,5,0,0,0,0,0,0,0,0 +551114,423,93,8377,147,98,25,8,0,4,0,0,0 +561110,423,93,889,49,35,0,0,0,0,0,0,0 +561210,423,93,0,29,17,0,0,0,0,0,0,0 +561311,423,93,263,12,7,0,0,0,0,0,0,0 +561312,423,93,23,9,8,0,0,0,0,0,0,0 +561320,423,93,8931,93,34,24,20,3,0,0,0,0 +561330,423,93,257,4,0,3,0,0,0,0,0,0 +561410,423,93,6,4,4,0,0,0,0,0,0,0 +561421,423,93,25,4,0,0,0,0,0,0,0,0 +561422,423,93,387,7,0,0,0,0,0,0,0,0 +561431,423,93,10,3,0,0,0,0,0,0,0,0 +561439,423,93,23,4,3,0,0,0,0,0,0,0 +561440,423,93,0,8,3,0,0,0,0,0,0,0 +561510,423,93,110,58,53,0,0,0,0,0,0,0 +561520,423,93,0,3,0,0,0,0,0,0,0,0 +561599,423,93,11,11,0,0,0,0,0,0,0,0 +561611,423,93,5,4,4,0,0,0,0,0,0,0 +561612,423,93,677,15,6,3,0,0,0,0,0,0 +561621,423,93,352,19,12,4,0,0,0,0,0,0 +561622,423,93,13,10,9,0,0,0,0,0,0,0 +561710,423,93,145,25,17,0,0,0,0,0,0,0 +561720,423,93,2361,168,142,18,0,0,0,0,0,0 +561730,423,93,2070,372,352,13,0,0,0,0,0,0 +561740,423,93,75,13,6,0,0,0,0,0,0,0 +561790,423,93,51,29,26,0,0,0,0,0,0,0 +561910,423,93,27,4,3,0,0,0,0,0,0,0 +561920,423,93,0,4,3,0,0,0,0,0,0,0 +561990,423,93,292,31,22,0,0,0,0,0,0,0 +562111,423,93,505,36,19,4,0,0,0,0,0,0 +562212,423,93,0,7,0,0,0,0,0,0,0,0 +562910,423,93,62,14,5,0,0,0,0,0,0,0 +562920,423,93,78,3,0,0,0,0,0,0,0,0 +562991,423,93,122,21,12,0,0,0,0,0,0,0 +611110,423,93,2094,59,15,31,0,0,0,0,0,0 +611210,423,93,106,3,0,0,0,0,0,0,0,0 +611310,423,93,9102,10,0,0,0,0,0,0,0,0 +611420,423,93,35,6,0,0,0,0,0,0,0,0 +611430,423,93,46,12,6,0,0,0,0,0,0,0 +611519,423,93,207,13,4,0,0,0,0,0,0,0 +611610,423,93,238,40,34,0,0,0,0,0,0,0 +611620,423,93,348,40,30,3,0,0,0,0,0,0 +611691,423,93,84,8,0,0,0,0,0,0,0,0 +611699,423,93,16,8,4,0,0,0,0,0,0,0 +611710,423,93,207,11,3,0,0,0,0,0,0,0 +621111,423,93,10959,700,573,114,7,0,0,0,0,0 +621112,423,93,203,20,11,0,0,0,0,0,0,0 +621210,423,93,2810,370,355,9,0,0,0,0,0,0 +621310,423,93,371,113,108,0,0,0,0,0,0,0 +621320,423,93,308,64,54,0,0,0,0,0,0,0 +621330,423,93,165,52,44,0,0,0,0,0,0,0 +621340,423,93,940,105,92,3,0,0,0,0,0,0 +621391,423,93,215,42,34,0,0,0,0,0,0,0 +621399,423,93,195,38,33,0,0,0,0,0,0,0 +621410,423,93,50,3,0,0,0,0,0,0,0,0 +621420,423,93,731,27,7,8,0,0,0,0,0,0 +621492,423,93,0,25,16,4,0,0,0,0,0,0 +621493,423,93,440,14,0,9,0,0,0,0,0,0 +621498,423,93,526,20,8,0,0,0,0,0,0,0 +621511,423,93,27,28,22,0,0,0,0,0,0,0 +621512,423,93,200,8,0,0,0,0,0,0,0,0 +621610,423,93,3477,76,28,32,4,0,0,0,0,0 +621910,423,93,784,36,15,7,0,0,0,0,0,0 +621999,423,93,0,4,0,0,0,0,0,0,0,0 +622110,423,93,18436,10,0,0,0,0,0,0,0,0 +622310,423,93,0,5,0,0,0,0,0,0,0,0 +623110,423,93,4602,32,0,0,14,0,0,0,0,0 +623210,423,93,1276,64,49,0,3,0,0,0,0,0 +623220,423,93,1210,28,7,5,0,0,0,0,0,0 +623311,423,93,1566,13,0,0,0,0,0,0,0,0 +623312,423,93,2247,47,9,25,6,0,0,0,0,0 +623990,423,93,136,14,6,0,0,0,0,0,0,0 +624110,423,93,880,41,19,7,0,0,0,0,0,0 +624120,423,93,3972,91,33,31,8,0,0,0,0,0 +624190,423,93,1140,73,52,10,0,0,0,0,0,0 +624210,423,93,50,7,3,0,0,0,0,0,0,0 +624229,423,93,31,7,0,0,0,0,0,0,0,0 +624310,423,93,268,9,0,0,0,0,0,0,0,0 +624410,423,93,3367,331,283,38,0,0,0,0,0,0 +711110,423,93,0,4,3,0,0,0,0,0,0,0 +711130,423,93,8,10,4,0,0,0,0,0,0,0 +711219,423,93,9,4,4,0,0,0,0,0,0,0 +711310,423,93,0,6,0,0,0,0,0,0,0,0 +711320,423,93,22,8,4,0,0,0,0,0,0,0 +711510,423,93,77,35,29,0,0,0,0,0,0,0 +712110,423,93,136,15,4,0,0,0,0,0,0,0 +712120,423,93,0,3,0,0,0,0,0,0,0,0 +713120,423,93,74,13,3,0,0,0,0,0,0,0 +713910,423,93,1012,33,6,4,0,0,0,0,0,0 +713920,423,93,2335,3,0,0,0,0,0,0,0,0 +713930,423,93,27,6,3,0,0,0,0,0,0,0 +713940,423,93,1142,90,66,16,0,0,0,0,0,0 +713950,423,93,188,14,9,3,0,0,0,0,0,0 +713990,423,93,939,81,60,3,0,0,0,0,0,0 +721110,423,93,6555,121,59,37,4,0,3,0,0,0 +721191,423,93,26,3,0,0,0,0,0,0,0,0 +721211,423,93,96,22,11,0,0,0,0,0,0,0 +721214,423,93,114,18,13,0,0,0,0,0,0,0 +721310,423,93,21,12,11,0,0,0,0,0,0,0 +722310,423,93,3879,160,100,46,5,0,0,0,0,0 +722320,423,93,437,34,20,0,0,0,0,0,0,0 +722330,423,93,1,7,7,0,0,0,0,0,0,0 +722410,423,93,736,103,91,0,0,0,0,0,0,0 +722511,423,93,13815,771,532,224,12,0,0,0,0,0 +722513,423,93,8146,656,491,157,0,0,0,0,0,0 +722514,423,93,119,9,0,0,0,0,0,0,0,0 +722515,423,93,2353,182,136,37,0,0,0,0,0,0 +811111,423,93,1291,332,319,0,0,0,0,0,0,0 +811113,423,93,44,13,12,0,0,0,0,0,0,0 +811118,423,93,80,11,4,0,0,0,0,0,0,0 +811121,423,93,742,101,85,0,0,0,0,0,0,0 +811122,423,93,53,14,12,0,0,0,0,0,0,0 +811191,423,93,100,8,0,3,0,0,0,0,0,0 +811192,423,93,354,42,33,0,0,0,0,0,0,0 +811198,423,93,15,9,9,0,0,0,0,0,0,0 +811212,423,93,19,9,3,0,0,0,0,0,0,0 +811213,423,93,0,3,0,0,0,0,0,0,0,0 +811219,423,93,0,3,0,0,0,0,0,0,0,0 +811310,423,93,402,65,53,5,0,0,0,0,0,0 +811420,423,93,8,6,6,0,0,0,0,0,0,0 +811490,423,93,23,14,10,0,0,0,0,0,0,0 +812111,423,93,19,14,14,0,0,0,0,0,0,0 +812112,423,93,1950,387,376,7,0,0,0,0,0,0 +812113,423,93,381,91,85,0,0,0,0,0,0,0 +812199,423,93,239,48,42,0,0,0,0,0,0,0 +812210,423,93,313,58,52,0,0,0,0,0,0,0 +812220,423,93,125,36,27,0,0,0,0,0,0,0 +812310,423,93,68,23,19,0,0,0,0,0,0,0 +812320,423,93,123,42,38,0,0,0,0,0,0,0 +812332,423,93,351,4,0,0,0,0,0,0,0,0 +812910,423,93,260,45,41,0,0,0,0,0,0,0 +812930,423,93,0,6,3,0,0,0,0,0,0,0 +812990,423,93,89,34,30,0,0,0,0,0,0,0 +813110,423,93,4557,602,556,38,0,0,0,0,0,0 +813211,423,93,60,16,15,0,0,0,0,0,0,0 +813212,423,93,81,5,0,0,0,0,0,0,0,0 +813219,423,93,0,6,5,0,0,0,0,0,0,0 +813311,423,93,16,7,6,0,0,0,0,0,0,0 +813312,423,93,151,13,6,0,0,0,0,0,0,0 +813319,423,93,15,7,6,0,0,0,0,0,0,0 +813410,423,93,1121,142,131,3,0,0,0,0,0,0 +813910,423,93,100,28,19,0,0,0,0,0,0,0 +813920,423,93,90,13,6,0,0,0,0,0,0,0 +813930,423,93,280,33,21,0,0,0,0,0,0,0 +813940,423,93,49,11,6,0,0,0,0,0,0,0 +813990,423,93,898,66,45,9,0,0,0,0,0,0 +113310,429,93,633,169,134,0,0,0,0,0,0,0 +115112,429,93,8,3,0,0,0,0,0,0,0,0 +115210,429,93,110,45,34,0,0,0,0,0,0,0 +115310,429,93,22,11,9,0,0,0,0,0,0,0 +211120,429,93,184,46,23,0,0,0,0,0,0,0 +211130,429,93,124,5,0,0,0,0,0,0,0,0 +212111,429,93,387,36,21,0,0,0,0,0,0,0 +212112,429,93,324,15,0,0,0,3,0,0,0,0 +212113,429,93,687,46,32,3,0,0,0,0,0,0 +212311,429,93,189,38,32,0,0,0,0,0,0,0 +212312,429,93,796,40,3,3,0,0,0,0,0,0 +212319,429,93,42,9,3,0,0,0,0,0,0,0 +212321,429,93,104,15,0,0,0,0,0,0,0,0 +213111,429,93,301,26,8,3,0,0,0,0,0,0 +213112,429,93,2332,120,56,6,0,0,0,0,0,0 +213113,429,93,0,7,0,0,0,0,0,0,0,0 +221111,429,93,0,5,3,0,0,0,0,0,0,0 +221112,429,93,0,19,4,3,0,0,0,0,0,0 +221115,429,93,30,5,0,0,0,0,0,0,0,0 +221122,429,93,924,132,39,6,0,0,0,0,0,0 +221210,429,93,273,71,13,0,0,0,0,0,0,0 +221310,429,93,220,65,13,0,0,0,0,0,0,0 +221320,429,93,0,3,0,0,0,0,0,0,0,0 +236115,429,93,2359,601,550,0,0,0,0,0,0,0 +236116,429,93,187,13,4,0,0,0,0,0,0,0 +236117,429,93,1020,127,94,4,0,0,0,0,0,0 +236118,429,93,5744,1692,1602,16,0,0,0,0,0,0 +236210,429,93,340,37,18,0,0,0,0,0,0,0 +236220,429,93,8717,553,379,68,9,0,0,0,0,0 +237110,429,93,1708,117,48,8,0,0,0,0,0,0 +237120,429,93,454,17,3,0,0,0,0,0,0,0 +237130,429,93,410,26,3,0,0,0,0,0,0,0 +237210,429,93,151,30,18,0,0,0,0,0,0,0 +237310,429,93,2381,112,30,6,0,0,0,0,0,0 +237990,429,93,110,16,3,0,0,0,0,0,0,0 +238110,429,93,1506,237,178,11,0,0,0,0,0,0 +238120,429,93,298,17,9,3,0,0,0,0,0,0 +238130,429,93,520,122,100,3,0,0,0,0,0,0 +238140,429,93,1930,424,377,7,0,0,0,0,0,0 +238150,429,93,313,31,3,0,0,0,0,0,0,0 +238160,429,93,1802,219,152,13,0,0,0,0,0,0 +238170,429,93,323,85,71,3,0,0,0,0,0,0 +238190,429,93,196,41,24,0,0,0,0,0,0,0 +238210,429,93,7487,852,711,53,0,0,0,0,0,0 +238220,429,93,12276,1328,1160,87,0,0,0,0,0,0 +238290,429,93,766,70,34,3,0,0,0,0,0,0 +238310,429,93,1780,181,114,5,0,0,0,0,0,0 +238320,429,93,1319,306,254,6,0,0,0,0,0,0 +238330,429,93,652,145,119,3,0,0,0,0,0,0 +238340,429,93,140,24,9,0,0,0,0,0,0,0 +238350,429,93,1378,339,284,6,0,0,0,0,0,0 +238390,429,93,349,60,30,0,0,0,0,0,0,0 +238910,429,93,8317,852,712,38,3,0,0,0,0,0 +238990,429,93,2343,478,407,8,0,0,0,0,0,0 +311119,429,93,605,44,16,6,0,0,0,0,0,0 +311211,429,93,0,3,0,0,0,0,0,0,0,0 +311340,429,93,0,3,0,0,0,0,0,0,0,0 +311352,429,93,392,34,12,0,0,0,0,0,0,0 +311412,429,93,213,3,0,0,0,0,0,0,0,0 +311421,429,93,92,10,0,0,0,3,0,0,0,0 +311513,429,93,0,5,0,0,0,0,0,0,0,0 +311611,429,93,43,13,0,0,0,0,0,0,0,0 +311612,429,93,492,23,0,3,0,0,0,0,0,0 +311615,429,93,2425,3,0,0,0,0,0,0,0,0 +311811,429,93,592,84,67,0,0,0,0,0,0,0 +311812,429,93,303,30,10,4,0,0,0,0,0,0 +311813,429,93,0,3,0,0,0,0,0,0,0,0 +311821,429,93,0,3,0,0,0,0,0,0,0,0 +311919,429,93,3038,20,0,3,4,3,0,0,0,0 +311991,429,93,0,3,0,0,0,0,0,0,0,0 +311999,429,93,125,4,0,0,0,0,0,0,0,0 +312120,429,93,333,37,12,0,0,0,0,0,0,0 +312130,429,93,454,45,9,0,0,0,0,0,0,0 +313210,429,93,66,3,0,0,0,0,0,0,0,0 +314120,429,93,14,6,0,0,0,0,0,0,0,0 +314999,429,93,153,20,10,0,0,0,0,0,0,0 +315210,429,93,19,3,0,0,0,0,0,0,0,0 +316998,429,93,53,7,4,0,0,0,0,0,0,0 +321113,429,93,1990,193,100,0,0,0,0,0,0,0 +321214,429,93,213,8,0,3,0,0,0,0,0,0 +321911,429,93,890,11,5,0,0,0,0,0,0,0 +321912,429,93,100,10,9,0,0,0,0,0,0,0 +321918,429,93,415,22,9,0,0,0,0,0,0,0 +321920,429,93,1663,87,25,11,0,0,0,0,0,0 +321991,429,93,378,4,0,0,0,0,0,0,0,0 +321992,429,93,1012,47,22,5,0,0,0,0,0,0 +321999,429,93,445,75,42,0,0,0,0,0,0,0 +322211,429,93,1138,19,0,3,0,0,0,0,0,0 +322220,429,93,921,9,0,0,0,0,0,0,0,0 +322230,429,93,556,7,0,0,3,0,0,0,0,0 +322291,429,93,1319,3,0,0,0,0,0,0,0,0 +323111,429,93,8804,253,127,34,6,0,0,0,0,0 +323113,429,93,556,71,34,0,0,0,0,0,0,0 +323117,429,93,0,3,0,0,0,0,0,0,0,0 +323120,429,93,169,6,0,3,0,0,0,0,0,0 +324121,429,93,172,38,6,0,0,0,0,0,0,0 +325314,429,93,45,4,0,0,0,0,0,0,0,0 +325510,429,93,0,3,0,0,0,0,0,0,0,0 +326111,429,93,584,3,0,0,0,0,0,0,0,0 +326113,429,93,474,4,0,0,0,0,0,0,0,0 +326121,429,93,347,3,0,0,0,0,0,0,0,0 +326140,429,93,35,3,0,0,0,0,0,0,0,0 +326160,429,93,712,13,0,0,3,0,0,0,0,0 +326199,429,93,6487,125,34,16,10,0,0,0,0,0 +326220,429,93,0,3,0,0,0,0,0,0,0,0 +326299,429,93,0,3,0,0,0,0,0,0,0,0 +327110,429,93,0,4,3,0,0,0,0,0,0,0 +327120,429,93,0,3,0,0,0,0,0,0,0,0 +327215,429,93,35,4,0,0,0,0,0,0,0,0 +327320,429,93,395,48,15,0,0,0,0,0,0,0 +327331,429,93,0,3,0,0,0,0,0,0,0,0 +327390,429,93,1542,48,3,5,0,0,0,0,0,0 +327991,429,93,161,28,11,4,0,0,0,0,0,0 +327992,429,93,41,3,0,0,0,0,0,0,0,0 +331110,429,93,1791,11,0,0,0,0,0,0,0,0 +331221,429,93,82,4,0,0,0,0,0,0,0,0 +331222,429,93,406,5,0,0,0,0,0,0,0,0 +331318,429,93,0,3,0,0,0,0,0,0,0,0 +331420,429,93,420,3,0,0,0,0,0,0,0,0 +331492,429,93,196,6,3,0,0,0,0,0,0,0 +331523,429,93,0,3,0,0,0,0,0,0,0,0 +331524,429,93,146,4,0,0,0,0,0,0,0,0 +331529,429,93,85,4,3,0,0,0,0,0,0,0 +332111,429,93,176,6,0,0,0,0,0,0,0,0 +332117,429,93,3557,33,0,8,8,5,0,0,0,0 +332119,429,93,340,12,0,3,0,0,0,0,0,0 +332216,429,93,168,14,0,0,0,0,0,0,0,0 +332311,429,93,61,5,0,0,0,0,0,0,0,0 +332312,429,93,1946,55,8,3,0,0,0,0,0,0 +332313,429,93,944,37,9,3,0,0,0,0,0,0 +332321,429,93,0,3,0,0,0,0,0,0,0,0 +332322,429,93,1601,64,19,10,0,0,0,0,0,0 +332323,429,93,315,24,3,0,0,0,0,0,0,0 +332420,429,93,229,9,0,0,0,0,0,0,0,0 +332510,429,93,331,6,0,0,0,0,0,0,0,0 +332613,429,93,0,3,0,0,0,0,0,0,0,0 +332618,429,93,1172,16,0,0,3,0,0,0,0,0 +332710,429,93,5622,416,270,57,0,0,0,0,0,0 +332721,429,93,1731,51,16,9,0,0,0,0,0,0 +332722,429,93,41,3,0,0,0,0,0,0,0,0 +332811,429,93,220,4,0,0,0,0,0,0,0,0 +332812,429,93,570,29,7,4,0,0,0,0,0,0 +332813,429,93,596,33,11,7,0,0,0,0,0,0 +332911,429,93,581,7,0,0,0,0,0,0,0,0 +332996,429,93,0,3,0,0,0,0,0,0,0,0 +332999,429,93,1115,74,31,6,0,0,0,0,0,0 +333111,429,93,958,27,23,0,0,0,0,0,0,0 +333120,429,93,67,3,0,0,0,0,0,0,0,0 +333241,429,93,31,4,0,0,0,0,0,0,0,0 +333243,429,93,83,4,0,0,0,0,0,0,0,0 +333249,429,93,117,16,0,0,0,0,0,0,0,0 +333318,429,93,57,4,0,0,0,0,0,0,0,0 +333414,429,93,0,3,0,0,0,0,0,0,0,0 +333415,429,93,1083,14,0,3,3,0,0,0,0,0 +333511,429,93,984,47,22,15,0,0,0,0,0,0 +333514,429,93,894,67,38,11,0,0,0,0,0,0 +333515,429,93,475,25,7,0,0,0,0,0,0,0 +333517,429,93,246,3,0,0,0,0,0,0,0,0 +333519,429,93,119,4,0,0,0,0,0,0,0,0 +333922,429,93,293,14,3,3,0,0,0,0,0,0 +333994,429,93,98,7,0,0,0,0,0,0,0,0 +333999,429,93,543,11,0,6,0,0,0,0,0,0 +334220,429,93,372,6,0,0,0,0,0,0,0,0 +334416,429,93,374,6,0,3,0,0,0,0,0,0 +334417,429,93,257,9,0,0,0,0,0,0,0,0 +334418,429,93,144,8,0,0,0,0,0,0,0,0 +334419,429,93,639,15,0,0,0,0,0,0,0,0 +334516,429,93,731,6,0,3,0,0,0,0,0,0 +335129,429,93,0,5,0,0,0,0,0,0,0,0 +335314,429,93,195,3,0,0,0,0,0,0,0,0 +335931,429,93,106,7,0,0,0,0,0,0,0,0 +335991,429,93,708,5,0,0,3,0,0,0,0,0 +336211,429,93,416,14,0,0,0,0,0,0,0,0 +336212,429,93,181,8,0,0,0,0,0,0,0,0 +336214,429,93,234,9,3,0,0,0,0,0,0,0 +336390,429,93,39,3,0,0,0,0,0,0,0,0 +336510,429,93,138,7,0,0,0,0,0,0,0,0 +337110,429,93,1471,106,61,6,0,0,0,0,0,0 +337122,429,93,372,62,49,0,0,0,0,0,0,0 +337125,429,93,13,4,3,0,0,0,0,0,0,0 +337212,429,93,342,24,0,0,0,0,0,0,0,0 +337215,429,93,263,11,0,0,0,0,0,0,0,0 +337910,429,93,311,3,0,0,0,0,0,0,0,0 +339112,429,93,0,3,0,0,0,0,0,0,0,0 +339113,429,93,44,14,0,0,0,0,0,0,0,0 +339116,429,93,581,50,25,0,0,0,0,0,0,0 +339920,429,93,71,6,0,0,0,0,0,0,0,0 +339930,429,93,13,4,4,0,0,0,0,0,0,0 +339950,429,93,727,52,22,0,0,0,0,0,0,0 +339999,429,93,478,69,37,0,0,0,0,0,0,0 +423110,429,93,2404,85,27,18,0,0,0,0,0,0 +423120,429,93,3358,200,114,13,0,0,0,0,0,0 +423130,429,93,553,33,18,0,0,0,0,0,0,0 +423140,429,93,128,24,8,0,0,0,0,0,0,0 +423210,429,93,446,34,7,0,0,0,0,0,0,0 +423220,429,93,308,43,16,0,0,0,0,0,0,0 +423310,429,93,1655,91,26,5,0,0,0,0,0,0 +423320,429,93,252,34,7,0,0,0,0,0,0,0 +423330,429,93,678,48,19,0,0,0,0,0,0,0 +423390,429,93,230,31,20,0,0,0,0,0,0,0 +423420,429,93,1048,94,63,3,0,0,0,0,0,0 +423430,429,93,469,43,23,4,0,0,0,0,0,0 +423440,429,93,333,30,9,0,0,0,0,0,0,0 +423450,429,93,1300,52,30,0,0,0,0,0,0,0 +423460,429,93,35,3,0,0,0,0,0,0,0,0 +423510,429,93,1991,91,33,10,0,0,0,0,0,0 +423520,429,93,9,3,0,0,0,0,0,0,0,0 +423610,429,93,1659,116,63,7,0,0,0,0,0,0 +423620,429,93,0,3,0,0,0,0,0,0,0,0 +423690,429,93,1136,58,21,6,0,0,0,0,0,0 +423710,429,93,663,57,20,0,0,0,0,0,0,0 +423720,429,93,503,63,32,4,0,0,0,0,0,0 +423730,429,93,830,96,69,0,0,0,0,0,0,0 +423810,429,93,991,66,10,3,0,0,0,0,0,0 +423820,429,93,1861,115,40,16,3,0,0,0,0,0 +423830,429,93,5710,376,222,48,4,0,0,0,0,0 +423840,429,93,1262,125,84,3,0,0,0,0,0,0 +423850,429,93,393,33,15,0,0,0,0,0,0,0 +423910,429,93,44,23,9,0,0,0,0,0,0,0 +423920,429,93,26,8,3,0,0,0,0,0,0,0 +423930,429,93,1318,116,51,7,0,0,0,0,0,0 +423940,429,93,29,12,10,0,0,0,0,0,0,0 +423990,429,93,470,76,43,0,0,0,0,0,0,0 +424110,429,93,45,3,0,0,0,0,0,0,0,0 +424120,429,93,212,26,10,0,0,0,0,0,0,0 +424130,429,93,338,29,14,0,0,0,0,0,0,0 +424210,429,93,891,60,25,3,0,0,0,0,0,0 +424310,429,93,29,3,0,0,0,0,0,0,0,0 +424320,429,93,0,11,8,0,0,0,0,0,0,0 +424330,429,93,217,13,0,0,0,0,0,0,0,0 +424410,429,93,0,16,0,0,0,3,0,0,0,0 +424420,429,93,284,13,0,0,0,0,0,0,0,0 +424430,429,93,218,21,6,0,0,0,0,0,0,0 +424440,429,93,358,7,0,4,0,0,0,0,0,0 +424450,429,93,382,39,13,0,0,0,0,0,0,0 +424470,429,93,0,3,0,0,0,0,0,0,0,0 +424480,429,93,1097,31,3,4,0,0,0,0,0,0 +424490,429,93,3343,133,77,3,0,0,0,0,0,0 +424510,429,93,63,12,3,0,0,0,0,0,0,0 +424590,429,93,0,3,0,0,0,0,0,0,0,0 +424610,429,93,101,8,3,0,0,0,0,0,0,0 +424690,429,93,589,60,22,0,0,0,0,0,0,0 +424710,429,93,258,39,11,0,0,0,0,0,0,0 +424720,429,93,60,16,0,0,0,0,0,0,0,0 +424810,429,93,390,24,3,0,0,0,0,0,0,0 +424820,429,93,0,3,0,0,0,0,0,0,0,0 +424910,429,93,1071,78,39,15,0,0,0,0,0,0 +424930,429,93,44,14,6,0,0,0,0,0,0,0 +424940,429,93,0,7,0,0,0,0,0,0,0,0 +424950,429,93,144,20,8,0,0,0,0,0,0,0 +424990,429,93,375,61,34,0,0,0,0,0,0,0 +425120,429,93,3956,293,237,6,0,0,0,0,0,0 +441110,429,93,19322,483,64,280,14,0,0,0,0,0 +441120,429,93,3252,565,490,0,0,0,0,0,0,0 +441210,429,93,222,30,13,0,0,0,0,0,0,0 +441222,429,93,128,24,9,0,0,0,0,0,0,0 +441228,429,93,1398,145,69,3,0,0,0,0,0,0 +441310,429,93,5940,659,548,25,0,0,0,0,0,0 +441320,429,93,2266,287,216,7,0,0,0,0,0,0 +442110,429,93,2524,343,256,18,0,0,0,0,0,0 +442210,429,93,1216,174,121,6,0,0,0,0,0,0 +442291,429,93,0,3,0,0,0,0,0,0,0,0 +442299,429,93,1840,147,88,16,0,0,0,0,0,0 +443141,429,93,868,114,65,0,0,0,0,0,0,0 +443142,429,93,2367,266,213,0,0,0,0,0,0,0 +444110,429,93,4029,79,10,0,27,0,0,0,0,0 +444120,429,93,201,63,40,0,0,0,0,0,0,0 +444130,429,93,3133,313,188,19,0,0,0,0,0,0 +444190,429,93,4805,531,385,23,0,0,0,0,0,0 +444210,429,93,805,115,52,0,0,0,0,0,0,0 +444220,429,93,2331,263,151,10,0,0,0,0,0,0 +445110,429,93,46852,891,313,284,122,8,0,0,0,0 +445120,429,93,1381,241,201,0,0,0,0,0,0,0 +445210,429,93,815,142,87,3,0,0,0,0,0,0 +445220,429,93,11,5,4,0,0,0,0,0,0,0 +445230,429,93,232,27,20,3,0,0,0,0,0,0 +445291,429,93,54,9,3,0,0,0,0,0,0,0 +445292,429,93,86,42,26,0,0,0,0,0,0,0 +445299,429,93,470,71,52,0,0,0,0,0,0,0 +445310,429,93,3646,764,712,0,0,0,0,0,0,0 +446110,429,93,11077,833,597,151,0,0,0,0,0,0 +446120,429,93,1374,115,56,10,0,0,0,0,0,0 +446130,429,93,1165,184,142,0,0,0,0,0,0,0 +446191,429,93,374,114,90,0,0,0,0,0,0,0 +446199,429,93,660,123,76,0,0,0,0,0,0,0 +447110,429,93,18422,1539,1162,312,0,0,0,0,0,0 +447190,429,93,3149,250,128,11,0,0,0,0,0,0 +448110,429,93,411,64,33,0,0,0,0,0,0,0 +448120,429,93,2453,271,223,11,0,0,0,0,0,0 +448130,429,93,944,85,35,3,0,0,0,0,0,0 +448140,429,93,7029,306,124,127,0,0,0,0,0,0 +448150,429,93,428,64,39,0,0,0,0,0,0,0 +448190,429,93,1500,136,70,9,0,0,0,0,0,0 +448210,429,93,2815,293,226,6,0,0,0,0,0,0 +448310,429,93,1337,252,233,0,0,0,0,0,0,0 +451110,429,93,3328,345,236,16,0,0,0,0,0,0 +451120,429,93,1738,105,35,21,0,0,0,0,0,0 +451130,429,93,147,33,14,0,0,0,0,0,0,0 +451140,429,93,203,34,7,0,0,0,0,0,0,0 +451211,429,93,1042,77,21,0,0,0,0,0,0,0 +451212,429,93,16,4,0,0,0,0,0,0,0,0 +452210,429,93,7355,77,0,30,22,0,0,0,0,0 +452311,429,93,12823,106,0,9,33,16,0,0,0,0 +452319,429,93,7160,817,667,59,0,0,0,0,0,0 +453110,429,93,1079,203,153,3,0,0,0,0,0,0 +453210,429,93,426,39,15,3,0,0,0,0,0,0 +453220,429,93,1827,259,210,0,0,0,0,0,0,0 +453310,429,93,2789,322,213,24,0,0,0,0,0,0 +453910,429,93,1271,123,70,3,0,0,0,0,0,0 +453920,429,93,13,11,11,0,0,0,0,0,0,0 +453930,429,93,33,18,3,0,0,0,0,0,0,0 +453991,429,93,979,211,157,0,0,0,0,0,0,0 +453998,429,93,1477,377,336,0,0,0,0,0,0,0 +454110,429,93,7625,377,291,18,0,0,3,0,0,0 +454210,429,93,519,35,8,0,0,0,0,0,0,0 +454310,429,93,2799,343,260,9,0,0,0,0,0,0 +454390,429,93,1340,282,218,3,0,0,0,0,0,0 +481111,429,93,65,7,0,0,0,0,0,0,0,0 +481211,429,93,55,4,0,0,0,0,0,0,0,0 +484110,429,93,3874,577,477,14,0,0,0,0,0,0 +484121,429,93,13949,699,522,59,4,0,0,0,0,0 +484122,429,93,6742,118,31,23,0,0,4,0,0,0 +484210,429,93,441,28,3,0,0,0,0,0,0,0 +484220,429,93,6208,750,607,49,3,0,0,0,0,0 +484230,429,93,2010,149,71,8,0,0,0,0,0,0 +485310,429,93,43,15,7,0,0,0,0,0,0,0 +485320,429,93,22,7,0,0,0,0,0,0,0,0 +485410,429,93,12002,429,194,83,4,0,0,0,0,0 +485510,429,93,35,9,3,0,0,0,0,0,0,0 +485991,429,93,373,14,3,0,0,0,0,0,0,0 +485999,429,93,43,6,0,0,0,0,0,0,0,0 +486210,429,93,144,38,0,0,0,0,0,0,0,0 +487110,429,93,11,5,4,0,0,0,0,0,0,0 +487210,429,93,1,3,3,0,0,0,0,0,0,0 +488119,429,93,22,6,0,0,0,0,0,0,0,0 +488190,429,93,73,9,0,0,0,0,0,0,0,0 +488210,429,93,180,8,0,0,0,0,0,0,0,0 +488410,429,93,772,105,67,0,0,0,0,0,0,0 +488490,429,93,360,56,28,0,0,0,0,0,0,0 +488510,429,93,3939,144,98,3,0,0,0,0,0,0 +488991,429,93,6,6,3,0,0,0,0,0,0,0 +492110,429,93,3477,137,61,0,9,0,0,0,0,0 +492210,429,93,144,28,4,0,0,0,0,0,0,0 +493110,429,93,28128,238,87,48,16,8,6,0,0,0 +493120,429,93,0,3,0,0,0,0,0,0,0,0 +493130,429,93,69,3,0,0,0,0,0,0,0,0 +493190,429,93,244,23,7,0,0,0,0,0,0,0 +511110,429,93,844,65,6,3,0,0,0,0,0,0 +511120,429,93,781,39,15,0,0,0,0,0,0,0 +511130,429,93,166,16,3,0,0,0,0,0,0,0 +511140,429,93,0,6,0,0,0,0,0,0,0,0 +511210,429,93,783,36,6,4,0,0,0,0,0,0 +512110,429,93,108,36,27,0,0,0,0,0,0,0 +512131,429,93,604,32,0,6,0,0,0,0,0,0 +512240,429,93,0,3,3,0,0,0,0,0,0,0 +515112,429,93,437,51,10,4,0,0,0,0,0,0 +515120,429,93,707,27,7,0,0,0,0,0,0,0 +517311,429,93,5728,472,348,11,0,0,0,0,0,0 +517312,429,93,1957,253,182,9,0,0,0,0,0,0 +517911,429,93,112,28,11,0,0,0,0,0,0,0 +518210,429,93,845,77,41,6,0,0,0,0,0,0 +519120,429,93,1639,232,158,7,0,0,0,0,0,0 +519130,429,93,153,16,7,0,0,0,0,0,0,0 +522110,429,93,18855,1614,1437,79,0,0,0,0,0,0 +522120,429,93,1104,320,260,10,0,0,0,0,0,0 +522130,429,93,4122,325,242,10,0,0,0,0,0,0 +522220,429,93,0,13,10,0,0,0,0,0,0,0 +522291,429,93,442,124,103,0,0,0,0,0,0,0 +522292,429,93,599,75,54,0,0,0,0,0,0,0 +522298,429,93,98,8,0,0,0,0,0,0,0,0 +522310,429,93,53,12,7,0,0,0,0,0,0,0 +522320,429,93,124,7,0,0,0,0,0,0,0,0 +522390,429,93,42,19,10,0,0,0,0,0,0,0 +523110,429,93,20,23,21,0,0,0,0,0,0,0 +523120,429,93,1379,314,274,3,0,0,0,0,0,0 +523910,429,93,0,4,3,0,0,0,0,0,0,0 +523920,429,93,1615,430,395,6,0,0,0,0,0,0 +523930,429,93,316,120,105,0,0,0,0,0,0,0 +523991,429,93,100,9,3,0,0,0,0,0,0,0 +523999,429,93,11,3,0,0,0,0,0,0,0,0 +524113,429,93,1233,63,29,0,0,0,0,0,0,0 +524114,429,93,6622,182,125,10,0,3,0,0,0,0 +524126,429,93,3791,135,77,11,0,0,0,0,0,0 +524127,429,93,78,8,0,0,0,0,0,0,0,0 +524128,429,93,316,10,3,3,0,0,0,0,0,0 +524210,429,93,9979,1752,1649,33,0,0,0,0,0,0 +524291,429,93,92,24,17,0,0,0,0,0,0,0 +524292,429,93,2116,36,12,4,0,0,0,0,0,0 +524298,429,93,219,21,15,0,0,0,0,0,0,0 +531110,429,93,2376,597,551,7,0,0,0,0,0,0 +531120,429,93,1236,299,247,0,0,0,0,0,0,0 +531130,429,93,194,95,89,0,0,0,0,0,0,0 +531190,429,93,291,84,68,0,0,0,0,0,0,0 +531210,429,93,1940,595,557,3,0,0,0,0,0,0 +531311,429,93,2251,285,249,6,0,0,0,0,0,0 +531312,429,93,697,99,74,0,0,0,0,0,0,0 +531320,429,93,279,121,105,0,0,0,0,0,0,0 +531390,429,93,135,65,59,0,0,0,0,0,0,0 +532111,429,93,517,76,39,3,0,0,0,0,0,0 +532120,429,93,819,79,45,0,0,0,0,0,0,0 +532210,429,93,81,81,61,0,0,0,0,0,0,0 +532281,429,93,0,6,3,0,0,0,0,0,0,0 +532282,429,93,46,10,5,0,0,0,0,0,0,0 +532283,429,93,258,35,15,0,0,0,0,0,0,0 +532284,429,93,6,4,3,0,0,0,0,0,0,0 +532289,429,93,251,49,30,0,0,0,0,0,0,0 +532310,429,93,183,24,10,0,0,0,0,0,0,0 +532412,429,93,335,42,9,0,0,0,0,0,0,0 +532490,429,93,961,78,43,3,0,0,0,0,0,0 +533110,429,93,68,12,3,0,0,0,0,0,0,0 +541110,429,93,8156,1681,1577,50,0,0,0,0,0,0 +541191,429,93,434,126,105,0,0,0,0,0,0,0 +541199,429,93,120,36,24,0,0,0,0,0,0,0 +541211,429,93,4996,595,481,34,0,0,0,0,0,0 +541213,429,93,2563,386,307,9,0,0,0,0,0,0 +541214,429,93,727,29,9,0,0,0,0,0,0,0 +541219,429,93,2696,352,272,3,0,0,0,0,0,0 +541310,429,93,1048,129,102,3,0,0,0,0,0,0 +541320,429,93,186,20,10,4,0,0,0,0,0,0 +541330,429,93,9430,617,454,87,8,0,0,0,0,0 +541340,429,93,16,7,6,0,0,0,0,0,0,0 +541350,429,93,322,74,48,0,0,0,0,0,0,0 +541370,429,93,383,91,55,0,0,0,0,0,0,0 +541380,429,93,913,81,26,0,0,0,0,0,0,0 +541410,429,93,79,28,26,0,0,0,0,0,0,0 +541420,429,93,0,3,0,0,0,0,0,0,0,0 +541430,429,93,338,105,93,0,0,0,0,0,0,0 +541490,429,93,0,3,0,0,0,0,0,0,0,0 +541511,429,93,4594,417,339,21,0,0,0,0,0,0 +541512,429,93,3554,372,318,10,0,0,0,0,0,0 +541513,429,93,461,68,42,0,0,0,0,0,0,0 +541519,429,93,486,75,59,0,0,0,0,0,0,0 +541611,429,93,3375,466,417,9,0,0,0,0,0,0 +541612,429,93,532,41,24,0,0,0,0,0,0,0 +541613,429,93,979,161,125,3,0,0,0,0,0,0 +541614,429,93,470,57,37,0,0,0,0,0,0,0 +541618,429,93,77,22,11,0,0,0,0,0,0,0 +541620,429,93,854,114,62,4,0,0,0,0,0,0 +541690,429,93,370,139,109,0,0,0,0,0,0,0 +541713,429,93,0,8,0,3,0,0,0,0,0,0 +541714,429,93,12,6,5,0,0,0,0,0,0,0 +541715,429,93,574,45,25,3,0,0,0,0,0,0 +541720,429,93,0,3,0,0,0,0,0,0,0,0 +541810,429,93,822,136,110,3,0,0,0,0,0,0 +541820,429,93,268,55,52,0,0,0,0,0,0,0 +541850,429,93,25,15,0,0,0,0,0,0,0,0 +541860,429,93,0,4,3,0,0,0,0,0,0,0 +541890,429,93,939,69,51,0,0,0,0,0,0,0 +541910,429,93,163,24,15,0,0,0,0,0,0,0 +541921,429,93,296,77,56,0,0,0,0,0,0,0 +541922,429,93,228,20,10,4,0,0,0,0,0,0 +541940,429,93,4952,455,316,49,0,0,0,0,0,0 +541990,429,93,383,116,96,0,0,0,0,0,0,0 +551112,429,93,544,19,3,0,0,0,0,0,0,0 +551114,429,93,34595,678,349,141,46,7,0,0,0,0 +561110,429,93,2682,255,169,17,0,0,0,0,0,0 +561210,429,93,1144,70,42,0,0,0,0,0,0,0 +561311,429,93,2935,42,7,0,7,0,0,0,0,0 +561312,429,93,143,19,11,0,0,0,0,0,0,0 +561320,429,93,26829,402,130,109,56,15,0,0,0,0 +561330,429,93,1093,22,0,3,3,0,0,0,0,0 +561410,429,93,90,28,14,0,0,0,0,0,0,0 +561421,429,93,34,7,0,0,0,0,0,0,0,0 +561422,429,93,3602,36,6,0,0,0,0,0,0,0 +561431,429,93,101,17,3,0,0,0,0,0,0,0 +561439,429,93,104,28,13,0,0,0,0,0,0,0 +561440,429,93,700,34,4,6,0,0,0,0,0,0 +561491,429,93,34,4,0,0,0,0,0,0,0,0 +561492,429,93,49,11,6,0,0,0,0,0,0,0 +561499,429,93,124,21,7,0,0,0,0,0,0,0 +561510,429,93,366,100,82,0,0,0,0,0,0,0 +561520,429,93,60,12,7,0,0,0,0,0,0,0 +561599,429,93,37,28,3,0,0,0,0,0,0,0 +561611,429,93,114,22,13,0,0,0,0,0,0,0 +561612,429,93,4189,56,6,0,3,0,0,0,0,0 +561613,429,93,0,3,0,0,0,0,0,0,0,0 +561621,429,93,713,60,34,8,0,0,0,0,0,0 +561622,429,93,77,20,11,0,0,0,0,0,0,0 +561710,429,93,673,82,45,3,0,0,0,0,0,0 +561720,429,93,8719,737,570,63,0,0,0,0,0,0 +561730,429,93,6629,1492,1396,28,0,0,0,0,0,0 +561740,429,93,342,67,38,0,0,0,0,0,0,0 +561790,429,93,602,132,103,0,0,0,0,0,0,0 +561910,429,93,823,15,0,0,0,0,0,0,0,0 +561920,429,93,57,8,3,0,0,0,0,0,0,0 +561990,429,93,2589,246,173,9,0,0,0,0,0,0 +562111,429,93,2901,212,96,10,0,0,0,0,0,0 +562211,429,93,94,3,0,0,0,0,0,0,0,0 +562212,429,93,30,16,0,0,0,0,0,0,0,0 +562910,429,93,815,61,23,0,0,0,0,0,0,0 +562920,429,93,48,10,3,0,0,0,0,0,0,0 +562991,429,93,182,45,26,0,0,0,0,0,0,0 +611110,429,93,12527,334,94,118,9,0,0,0,0,0 +611210,429,93,737,7,0,0,0,0,0,0,0,0 +611310,429,93,21696,35,3,0,0,4,0,0,0,0 +611430,429,93,132,27,13,0,0,0,0,0,0,0 +611511,429,93,16,9,0,0,0,0,0,0,0,0 +611513,429,93,30,5,0,0,0,0,0,0,0,0 +611519,429,93,455,35,6,0,0,0,0,0,0,0 +611610,429,93,768,126,90,0,0,0,0,0,0,0 +611620,429,93,805,108,66,0,0,0,0,0,0,0 +611691,429,93,347,26,10,0,0,0,0,0,0,0 +611699,429,93,211,38,20,0,0,0,0,0,0,0 +611710,429,93,444,69,40,0,0,0,0,0,0,0 +621111,429,93,38524,2677,2178,395,30,0,0,0,0,0 +621112,429,93,414,80,54,0,0,0,0,0,0,0 +621210,429,93,11690,1579,1491,50,0,0,0,0,0,0 +621310,429,93,2103,634,576,0,0,0,0,0,0,0 +621320,429,93,1829,339,256,4,0,0,0,0,0,0 +621330,429,93,2192,242,169,7,0,0,0,0,0,0 +621340,429,93,6024,717,587,26,0,0,0,0,0,0 +621391,429,93,686,164,126,0,0,0,0,0,0,0 +621399,429,93,564,140,113,3,0,0,0,0,0,0 +621410,429,93,98,20,7,0,0,0,0,0,0,0 +621420,429,93,5962,226,73,50,0,0,0,0,0,0 +621491,429,93,0,3,0,0,0,0,0,0,0,0 +621492,429,93,300,88,27,11,0,0,0,0,0,0 +621493,429,93,1781,80,14,22,0,0,0,0,0,0 +621498,429,93,3237,242,112,29,0,0,0,0,0,0 +621511,429,93,838,68,38,3,0,0,0,0,0,0 +621512,429,93,566,52,30,3,0,0,0,0,0,0 +621610,429,93,16009,411,147,132,25,0,0,0,0,0 +621910,429,93,4059,182,63,37,0,0,0,0,0,0 +621991,429,93,226,17,3,0,0,0,0,0,0,0 +621999,429,93,728,44,10,0,0,0,0,0,0,0 +622110,429,93,31740,86,4,0,0,3,0,0,0,0 +622310,429,93,692,7,0,0,5,0,0,0,0,0 +623110,429,93,27186,236,3,27,102,0,0,0,0,0 +623210,429,93,12318,608,441,64,0,3,0,0,0,0 +623220,429,93,2491,146,61,17,3,0,0,0,0,0 +623311,429,93,18713,122,0,3,34,7,3,0,0,0 +623312,429,93,7597,228,39,91,3,0,0,0,0,0 +623990,429,93,1391,54,17,6,0,0,0,0,0,0 +624110,429,93,3757,256,139,25,0,0,0,0,0,0 +624120,429,93,22272,674,351,168,23,0,0,0,0,0 +624190,429,93,7829,537,358,48,4,0,0,0,0,0 +624210,429,93,133,47,32,0,0,0,0,0,0,0 +624221,429,93,551,37,12,0,0,0,0,0,0,0 +624229,429,93,215,28,17,3,0,0,0,0,0,0 +624230,429,93,53,7,3,0,0,0,0,0,0,0 +624310,429,93,3174,117,38,0,3,0,0,0,0,0 +624410,429,93,13210,1200,962,159,0,0,0,0,0,0 +711110,429,93,939,32,9,0,0,0,0,0,0,0 +711130,429,93,144,22,15,0,0,0,0,0,0,0 +711211,429,93,159,10,6,4,0,0,0,0,0,0 +711219,429,93,6,7,7,0,0,0,0,0,0,0 +711310,429,93,449,25,3,0,0,0,0,0,0,0 +711320,429,93,37,17,16,0,0,0,0,0,0,0 +711410,429,93,0,3,0,0,0,0,0,0,0,0 +711510,429,93,315,83,70,0,0,0,0,0,0,0 +712110,429,93,399,71,41,0,0,0,0,0,0,0 +712120,429,93,17,6,0,0,0,0,0,0,0,0 +712190,429,93,0,3,0,0,0,0,0,0,0,0 +713110,429,93,0,6,0,0,0,0,0,0,0,0 +713120,429,93,343,42,13,0,0,0,0,0,0,0 +713290,429,93,43,4,0,0,0,0,0,0,0,0 +713910,429,93,3524,221,112,26,0,0,0,0,0,0 +713930,429,93,68,10,3,0,0,0,0,0,0,0 +713940,429,93,8965,433,288,54,7,3,0,0,0,0 +713950,429,93,783,58,17,8,0,0,0,0,0,0 +713990,429,93,1136,243,195,0,0,0,0,0,0,0 +721110,429,93,18081,759,419,200,7,3,0,0,0,0 +721191,429,93,257,53,36,0,0,0,0,0,0,0 +721211,429,93,309,97,74,0,0,0,0,0,0,0 +721214,429,93,556,76,52,0,0,0,0,0,0,0 +721310,429,93,13,9,9,0,0,0,0,0,0,0 +722310,429,93,11487,557,338,96,3,0,0,0,0,0 +722320,429,93,1161,141,74,4,0,0,0,0,0,0 +722330,429,93,147,48,36,0,0,0,0,0,0,0 +722410,429,93,5184,903,818,21,0,0,0,0,0,0 +722511,429,93,70690,3564,2357,1121,44,0,0,0,0,0 +722513,429,93,47717,3178,2247,850,3,0,0,0,0,0 +722514,429,93,962,47,13,3,0,0,0,0,0,0 +722515,429,93,8287,744,570,107,0,0,0,0,0,0 +811111,429,93,7071,1833,1759,20,0,0,0,0,0,0 +811113,429,93,100,37,20,0,0,0,0,0,0,0 +811118,429,93,74,22,9,0,0,0,0,0,0,0 +811121,429,93,3264,587,495,8,0,0,0,0,0,0 +811122,429,93,442,60,42,0,0,0,0,0,0,0 +811191,429,93,511,59,33,6,0,0,0,0,0,0 +811192,429,93,1406,179,133,6,0,0,0,0,0,0 +811198,429,93,62,18,12,0,0,0,0,0,0,0 +811211,429,93,17,7,4,0,0,0,0,0,0,0 +811212,429,93,60,26,16,0,0,0,0,0,0,0 +811219,429,93,164,38,20,0,0,0,0,0,0,0 +811310,429,93,3360,418,325,6,0,0,0,0,0,0 +811411,429,93,37,18,14,0,0,0,0,0,0,0 +811412,429,93,8,6,0,0,0,0,0,0,0,0 +811420,429,93,43,19,14,0,0,0,0,0,0,0 +811490,429,93,254,71,63,0,0,0,0,0,0,0 +812111,429,93,166,61,48,0,0,0,0,0,0,0 +812112,429,93,8320,1741,1669,25,0,0,0,0,0,0 +812113,429,93,942,285,255,0,0,0,0,0,0,0 +812191,429,93,87,34,22,0,0,0,0,0,0,0 +812199,429,93,846,175,140,0,0,0,0,0,0,0 +812210,429,93,2093,419,361,6,0,0,0,0,0,0 +812220,429,93,695,221,185,0,0,0,0,0,0,0 +812310,429,93,327,75,64,0,0,0,0,0,0,0 +812320,429,93,769,103,75,0,0,0,0,0,0,0 +812332,429,93,533,10,0,0,0,0,0,0,0,0 +812910,429,93,1041,245,208,3,0,0,0,0,0,0 +812930,429,93,77,24,14,0,0,0,0,0,0,0 +812990,429,93,326,82,66,0,0,0,0,0,0,0 +813110,429,93,28753,4717,4454,195,8,0,0,0,0,0 +813211,429,93,579,84,68,0,0,0,0,0,0,0 +813212,429,93,206,33,19,0,0,0,0,0,0,0 +813219,429,93,56,21,6,0,0,0,0,0,0,0 +813311,429,93,121,16,8,0,0,0,0,0,0,0 +813312,429,93,777,102,53,4,0,0,0,0,0,0 +813319,429,93,289,37,26,0,0,0,0,0,0,0 +813410,429,93,9747,1157,1048,49,0,0,0,0,0,0 +813910,429,93,1277,181,144,3,0,0,0,0,0,0 +813920,429,93,478,70,53,0,0,0,0,0,0,0 +813930,429,93,2468,238,168,12,3,0,0,0,0,0 +813940,429,93,57,18,16,0,0,0,0,0,0,0 +813990,429,93,606,62,40,0,0,0,0,0,0,0 +114111,441,94,22,12,11,0,0,0,0,0,0,0 +114112,441,94,51,12,11,0,0,0,0,0,0,0 +115112,441,94,5,3,3,0,0,0,0,0,0,0 +115210,441,94,17,6,5,0,0,0,0,0,0,0 +212319,441,94,30,3,0,0,0,0,0,0,0,0 +212321,441,94,45,6,6,0,0,0,0,0,0,0 +221112,441,94,0,3,0,0,0,0,0,0,0,0 +221122,441,94,0,16,3,0,0,0,0,0,0,0 +221210,441,94,0,3,0,0,0,0,0,0,0,0 +221310,441,94,0,4,0,0,0,0,0,0,0,0 +236115,441,94,602,190,183,0,0,0,0,0,0,0 +236116,441,94,0,5,3,0,0,0,0,0,0,0 +236117,441,94,106,41,36,0,0,0,0,0,0,0 +236118,441,94,1713,591,579,0,0,0,0,0,0,0 +236210,441,94,366,5,0,0,0,0,0,0,0,0 +236220,441,94,1954,130,95,19,0,0,0,0,0,0 +237110,441,94,228,27,21,0,0,0,0,0,0,0 +237120,441,94,179,4,0,0,0,0,0,0,0,0 +237130,441,94,75,5,0,0,0,0,0,0,0,0 +237310,441,94,514,19,7,3,0,0,0,0,0,0 +237990,441,94,65,6,0,0,0,0,0,0,0,0 +238110,441,94,210,51,45,0,0,0,0,0,0,0 +238120,441,94,244,9,3,0,0,0,0,0,0,0 +238130,441,94,451,46,40,0,0,0,0,0,0,0 +238140,441,94,370,106,99,0,0,0,0,0,0,0 +238150,441,94,194,19,12,0,0,0,0,0,0,0 +238160,441,94,336,66,52,5,0,0,0,0,0,0 +238170,441,94,132,40,35,0,0,0,0,0,0,0 +238190,441,94,116,12,9,0,0,0,0,0,0,0 +238210,441,94,2063,350,326,12,0,0,0,0,0,0 +238220,441,94,3186,432,406,11,7,0,0,0,0,0 +238290,441,94,218,20,15,0,0,0,0,0,0,0 +238310,441,94,1328,105,91,10,0,0,0,0,0,0 +238320,441,94,603,195,187,0,0,0,0,0,0,0 +238330,441,94,236,83,78,0,0,0,0,0,0,0 +238340,441,94,147,23,14,3,0,0,0,0,0,0 +238350,441,94,989,185,173,3,0,0,0,0,0,0 +238390,441,94,46,8,4,0,0,0,0,0,0,0 +238910,441,94,925,197,182,5,0,0,0,0,0,0 +238990,441,94,358,132,125,3,0,0,0,0,0,0 +311340,441,94,22,4,0,0,0,0,0,0,0,0 +311352,441,94,0,3,0,0,0,0,0,0,0,0 +311421,441,94,42,4,0,0,0,0,0,0,0,0 +311511,441,94,0,3,0,0,0,0,0,0,0,0 +311612,441,94,617,12,3,5,0,0,0,0,0,0 +311811,441,94,463,50,38,4,0,0,0,0,0,0 +311812,441,94,607,24,8,5,0,0,0,0,0,0 +311911,441,94,0,3,0,0,0,0,0,0,0,0 +311920,441,94,118,3,0,0,0,0,0,0,0,0 +312120,441,94,99,11,3,0,0,0,0,0,0,0 +312130,441,94,96,3,0,0,0,0,0,0,0,0 +313220,441,94,497,13,5,0,0,0,0,0,0,0 +313240,441,94,26,4,3,0,0,0,0,0,0,0 +313320,441,94,236,3,0,0,0,0,0,0,0,0 +314110,441,94,0,3,0,0,0,0,0,0,0,0 +314120,441,94,66,8,3,0,0,0,0,0,0,0 +314910,441,94,42,13,10,0,0,0,0,0,0,0 +314999,441,94,92,6,3,0,0,0,0,0,0,0 +316998,441,94,131,6,3,0,0,0,0,0,0,0 +321113,441,94,0,3,0,0,0,0,0,0,0,0 +321920,441,94,88,4,0,0,0,0,0,0,0,0 +322212,441,94,0,5,0,0,0,0,0,0,0,0 +322219,441,94,129,5,0,0,0,0,0,0,0,0 +322220,441,94,238,7,0,0,0,0,0,0,0,0 +323111,441,94,907,69,61,4,0,0,0,0,0,0 +323113,441,94,409,24,15,4,0,0,0,0,0,0 +323120,441,94,93,5,0,3,0,0,0,0,0,0 +324121,441,94,21,3,0,0,0,0,0,0,0,0 +325211,441,94,227,8,3,0,0,0,0,0,0,0 +325412,441,94,301,4,0,0,0,0,0,0,0,0 +325510,441,94,43,6,4,0,0,0,0,0,0,0 +325991,441,94,0,3,0,0,0,0,0,0,0,0 +326113,441,94,0,3,0,0,0,0,0,0,0,0 +326150,441,94,57,3,0,0,0,0,0,0,0,0 +326199,441,94,1188,25,5,11,3,0,0,0,0,0 +326299,441,94,0,3,0,0,0,0,0,0,0,0 +327212,441,94,22,4,3,0,0,0,0,0,0,0 +327215,441,94,15,4,3,0,0,0,0,0,0,0 +327320,441,94,73,9,3,0,0,0,0,0,0,0 +327390,441,94,63,5,0,0,0,0,0,0,0,0 +327991,441,94,92,5,0,0,0,0,0,0,0,0 +331222,441,94,0,3,0,0,0,0,0,0,0,0 +331420,441,94,272,3,0,0,0,0,0,0,0,0 +331491,441,94,475,7,3,0,3,0,0,0,0,0 +331492,441,94,159,7,3,0,0,0,0,0,0,0 +331523,441,94,0,4,0,0,0,0,0,0,0,0 +331529,441,94,61,8,6,0,0,0,0,0,0,0 +332119,441,94,574,21,15,4,0,0,0,0,0,0 +332216,441,94,90,11,4,0,0,0,0,0,0,0 +332312,441,94,148,11,3,0,0,0,0,0,0,0 +332322,441,94,38,9,6,0,0,0,0,0,0,0 +332323,441,94,62,8,5,0,0,0,0,0,0,0 +332439,441,94,71,3,0,0,0,0,0,0,0,0 +332618,441,94,103,6,0,0,0,0,0,0,0,0 +332710,441,94,561,55,38,3,0,0,0,0,0,0 +332721,441,94,476,16,8,0,0,0,0,0,0,0 +332722,441,94,164,5,0,3,0,0,0,0,0,0 +332811,441,94,38,3,0,0,0,0,0,0,0,0 +332812,441,94,304,17,10,3,0,0,0,0,0,0 +332813,441,94,944,28,14,12,0,0,0,0,0,0 +332999,441,94,835,20,9,4,0,0,0,0,0,0 +333249,441,94,342,18,6,3,0,0,0,0,0,0 +333414,441,94,0,3,0,0,0,0,0,0,0,0 +333511,441,94,29,5,3,0,0,0,0,0,0,0 +333514,441,94,23,7,5,0,0,0,0,0,0,0 +333515,441,94,98,7,3,3,0,0,0,0,0,0 +333999,441,94,0,4,0,0,0,0,0,0,0,0 +334516,441,94,127,3,0,0,0,0,0,0,0,0 +334519,441,94,6,6,3,0,0,0,0,0,0,0 +335122,441,94,127,4,0,3,0,0,0,0,0,0 +335931,441,94,128,3,0,0,0,0,0,0,0,0 +336320,441,94,0,3,0,0,0,0,0,0,0,0 +336611,441,94,0,3,0,0,0,0,0,0,0,0 +336612,441,94,215,16,4,4,0,0,0,0,0,0 +337110,441,94,96,8,3,0,0,0,0,0,0,0 +337122,441,94,0,3,0,0,0,0,0,0,0,0 +337212,441,94,364,6,0,0,0,0,0,0,0,0 +337215,441,94,0,3,0,0,0,0,0,0,0,0 +339112,441,94,341,3,0,0,0,0,0,0,0,0 +339113,441,94,856,17,6,0,0,0,0,0,0,0 +339116,441,94,120,16,14,0,0,0,0,0,0,0 +339910,441,94,3037,103,68,29,0,0,0,0,0,0 +339920,441,94,25,5,3,0,0,0,0,0,0,0 +339950,441,94,438,18,9,3,0,0,0,0,0,0 +339993,441,94,0,3,0,0,0,0,0,0,0,0 +339999,441,94,135,20,14,0,0,0,0,0,0,0 +423110,441,94,171,19,13,0,0,0,0,0,0,0 +423120,441,94,409,41,33,5,0,0,0,0,0,0 +423140,441,94,73,8,3,0,0,0,0,0,0,0 +423210,441,94,56,7,3,0,0,0,0,0,0,0 +423220,441,94,338,21,15,3,0,0,0,0,0,0 +423310,441,94,227,16,4,3,0,0,0,0,0,0 +423320,441,94,58,6,0,0,0,0,0,0,0,0 +423330,441,94,320,8,3,0,0,0,0,0,0,0 +423390,441,94,40,10,6,0,0,0,0,0,0,0 +423420,441,94,481,38,27,4,0,0,0,0,0,0 +423430,441,94,338,21,10,0,0,0,0,0,0,0 +423440,441,94,145,12,8,0,0,0,0,0,0,0 +423450,441,94,481,22,9,0,0,0,0,0,0,0 +423460,441,94,0,4,0,0,0,0,0,0,0,0 +423490,441,94,146,9,0,0,0,0,0,0,0,0 +423510,441,94,251,28,18,0,0,0,0,0,0,0 +423610,441,94,231,37,26,0,0,0,0,0,0,0 +423620,441,94,21,4,3,0,0,0,0,0,0,0 +423690,441,94,428,16,12,0,0,0,0,0,0,0 +423710,441,94,759,17,7,0,0,0,0,0,0,0 +423720,441,94,282,22,12,0,0,0,0,0,0,0 +423730,441,94,140,17,13,0,0,0,0,0,0,0 +423810,441,94,36,6,0,0,0,0,0,0,0,0 +423830,441,94,1195,80,57,9,0,0,0,0,0,0 +423840,441,94,111,19,18,0,0,0,0,0,0,0 +423850,441,94,278,23,17,0,0,0,0,0,0,0 +423910,441,94,78,24,18,0,0,0,0,0,0,0 +423920,441,94,0,8,3,0,0,0,0,0,0,0 +423930,441,94,456,20,13,4,0,0,0,0,0,0 +423940,441,94,1619,78,58,10,3,0,0,0,0,0 +423990,441,94,403,29,19,0,0,0,0,0,0,0 +424110,441,94,0,3,0,0,0,0,0,0,0,0 +424120,441,94,280,15,9,0,0,0,0,0,0,0 +424130,441,94,118,16,12,0,0,0,0,0,0,0 +424210,441,94,301,19,10,3,0,0,0,0,0,0 +424310,441,94,105,14,8,0,0,0,0,0,0,0 +424320,441,94,0,3,0,0,0,0,0,0,0,0 +424330,441,94,92,6,3,0,0,0,0,0,0,0 +424410,441,94,0,7,0,0,0,0,0,0,0,0 +424420,441,94,312,27,15,0,0,0,0,0,0,0 +424430,441,94,62,4,0,0,0,0,0,0,0,0 +424440,441,94,28,3,0,0,0,0,0,0,0,0 +424450,441,94,0,6,0,0,0,0,0,0,0,0 +424460,441,94,76,18,12,0,0,0,0,0,0,0 +424470,441,94,77,5,3,0,0,0,0,0,0,0 +424480,441,94,151,12,7,3,0,0,0,0,0,0 +424490,441,94,1063,40,25,5,0,0,0,0,0,0 +424610,441,94,134,10,3,0,0,0,0,0,0,0 +424690,441,94,381,32,21,3,0,0,0,0,0,0 +424710,441,94,26,5,3,0,0,0,0,0,0,0 +424720,441,94,0,3,0,0,0,0,0,0,0,0 +424810,441,94,0,4,0,0,0,0,0,0,0,0 +424820,441,94,96,17,3,0,0,0,0,0,0,0 +424930,441,94,136,5,0,0,0,0,0,0,0,0 +424940,441,94,0,3,0,0,0,0,0,0,0,0 +424950,441,94,100,3,0,0,0,0,0,0,0,0 +424990,441,94,226,29,23,3,0,0,0,0,0,0 +425120,441,94,562,130,122,3,0,0,0,0,0,0 +441110,441,94,3281,73,7,52,3,0,0,0,0,0 +441120,441,94,462,118,110,0,0,0,0,0,0,0 +441222,441,94,198,40,22,0,0,0,0,0,0,0 +441228,441,94,87,13,7,0,0,0,0,0,0,0 +441310,441,94,1005,112,99,4,0,0,0,0,0,0 +441320,441,94,402,45,40,0,0,0,0,0,0,0 +442110,441,94,438,66,56,0,0,0,0,0,0,0 +442210,441,94,173,31,24,0,0,0,0,0,0,0 +442291,441,94,27,4,0,0,0,0,0,0,0,0 +442299,441,94,914,54,31,9,0,0,0,0,0,0 +443141,441,94,160,22,15,0,0,0,0,0,0,0 +443142,441,94,992,93,80,3,0,0,0,0,0,0 +444110,441,94,582,18,0,0,10,0,0,0,0,0 +444120,441,94,185,30,21,0,0,0,0,0,0,0 +444130,441,94,283,35,26,0,0,0,0,0,0,0 +444190,441,94,1367,104,82,7,0,0,0,0,0,0 +444210,441,94,30,6,0,0,0,0,0,0,0,0 +444220,441,94,273,52,42,0,0,0,0,0,0,0 +445110,441,94,8867,212,122,37,40,0,0,0,0,0 +445120,441,94,439,124,120,0,0,0,0,0,0,0 +445210,441,94,198,24,19,3,0,0,0,0,0,0 +445220,441,94,105,23,13,0,0,0,0,0,0,0 +445230,441,94,30,9,7,0,0,0,0,0,0,0 +445291,441,94,61,9,0,0,0,0,0,0,0,0 +445292,441,94,26,6,4,0,0,0,0,0,0,0 +445299,441,94,41,6,0,0,0,0,0,0,0,0 +445310,441,94,1381,231,223,0,0,0,0,0,0,0 +446110,441,94,4406,237,156,75,0,0,0,0,0,0 +446120,441,94,428,42,29,3,0,0,0,0,0,0 +446130,441,94,170,34,27,0,0,0,0,0,0,0 +446191,441,94,77,31,29,0,0,0,0,0,0,0 +446199,441,94,153,29,24,0,0,0,0,0,0,0 +447110,441,94,1746,244,240,0,0,0,0,0,0,0 +447190,441,94,376,71,62,3,0,0,0,0,0,0 +448110,441,94,99,16,9,0,0,0,0,0,0,0 +448120,441,94,942,121,104,7,0,0,0,0,0,0 +448130,441,94,153,18,10,0,0,0,0,0,0,0 +448140,441,94,2339,108,62,34,0,0,0,0,0,0 +448150,441,94,176,32,26,0,0,0,0,0,0,0 +448190,441,94,321,44,32,7,0,0,0,0,0,0 +448210,441,94,606,71,63,0,0,0,0,0,0,0 +448310,441,94,374,81,76,0,0,0,0,0,0,0 +451110,441,94,614,75,64,4,0,0,0,0,0,0 +451120,441,94,391,29,17,3,0,0,0,0,0,0 +451130,441,94,25,4,0,0,0,0,0,0,0,0 +451140,441,94,61,11,7,0,0,0,0,0,0,0 +451211,441,94,191,16,9,3,0,0,0,0,0,0 +452210,441,94,1009,8,0,0,3,0,0,0,0,0 +452311,441,94,2658,13,0,0,10,0,0,0,0,0 +452319,441,94,1662,116,75,30,0,0,0,0,0,0 +453110,441,94,174,59,50,0,0,0,0,0,0,0 +453210,441,94,0,9,0,6,0,0,0,0,0,0 +453220,441,94,551,102,90,0,0,0,0,0,0,0 +453310,441,94,621,79,71,3,0,0,0,0,0,0 +453910,441,94,369,45,27,3,0,0,0,0,0,0 +453920,441,94,71,24,20,0,0,0,0,0,0,0 +453991,441,94,127,33,24,0,0,0,0,0,0,0 +453998,441,94,343,64,53,0,0,0,0,0,0,0 +454110,441,94,1502,111,91,3,0,0,0,0,0,0 +454210,441,94,9,10,10,0,0,0,0,0,0,0 +454310,441,94,892,94,75,7,0,0,0,0,0,0 +454390,441,94,439,70,62,3,0,0,0,0,0,0 +481111,441,94,202,4,0,0,0,0,0,0,0,0 +484110,441,94,452,133,124,4,0,0,0,0,0,0 +484121,441,94,470,37,29,3,0,0,0,0,0,0 +484122,441,94,863,20,6,4,4,0,0,0,0,0 +484210,441,94,271,35,28,0,0,0,0,0,0,0 +484220,441,94,470,81,72,3,0,0,0,0,0,0 +484230,441,94,107,19,11,0,0,0,0,0,0,0 +485310,441,94,53,16,13,0,0,0,0,0,0,0 +485320,441,94,80,14,11,0,0,0,0,0,0,0 +485410,441,94,992,36,12,6,3,0,0,0,0,0 +485991,441,94,159,24,21,0,0,0,0,0,0,0 +485999,441,94,21,6,0,0,0,0,0,0,0,0 +487210,441,94,54,27,23,0,0,0,0,0,0,0 +488119,441,94,152,7,3,0,0,0,0,0,0,0 +488190,441,94,40,3,0,0,0,0,0,0,0,0 +488330,441,94,9,3,0,0,0,0,0,0,0,0 +488390,441,94,4,4,4,0,0,0,0,0,0,0 +488410,441,94,157,28,21,0,0,0,0,0,0,0 +488490,441,94,195,14,7,0,0,0,0,0,0,0 +488510,441,94,237,32,20,0,0,0,0,0,0,0 +488991,441,94,7,3,0,0,0,0,0,0,0,0 +492110,441,94,241,25,15,0,0,0,0,0,0,0 +492210,441,94,218,16,7,0,0,0,0,0,0,0 +493110,441,94,559,18,3,4,0,0,0,0,0,0 +493190,441,94,541,7,0,0,0,0,0,0,0,0 +511110,441,94,784,20,7,0,0,0,0,0,0,0 +511120,441,94,78,10,3,0,0,0,0,0,0,0 +511130,441,94,0,3,0,0,0,0,0,0,0,0 +511210,441,94,1252,31,15,3,0,0,0,0,0,0 +512110,441,94,69,26,21,0,0,0,0,0,0,0 +512131,441,94,258,9,3,0,0,0,0,0,0,0 +512191,441,94,5,3,3,0,0,0,0,0,0,0 +515111,441,94,0,3,0,0,0,0,0,0,0,0 +515112,441,94,212,11,3,4,0,0,0,0,0,0 +515120,441,94,241,6,0,0,0,0,0,0,0,0 +517311,441,94,93,74,56,3,0,0,0,0,0,0 +517312,441,94,613,67,56,0,0,0,0,0,0,0 +517911,441,94,17,5,3,0,0,0,0,0,0,0 +517919,441,94,21,7,6,0,0,0,0,0,0,0 +518210,441,94,415,44,25,6,0,0,0,0,0,0 +519120,441,94,372,34,24,3,0,0,0,0,0,0 +519130,441,94,30,13,10,0,0,0,0,0,0,0 +522110,441,94,8472,299,272,9,4,0,0,0,0,0 +522120,441,94,639,60,40,3,0,0,0,0,0,0 +522130,441,94,815,68,56,0,0,0,0,0,0,0 +522220,441,94,109,9,7,0,0,0,0,0,0,0 +522291,441,94,40,5,3,0,0,0,0,0,0,0 +522292,441,94,443,43,30,6,0,0,0,0,0,0 +522298,441,94,47,9,9,0,0,0,0,0,0,0 +522310,441,94,87,14,7,0,0,0,0,0,0,0 +522320,441,94,114,18,11,0,0,0,0,0,0,0 +522390,441,94,124,33,28,0,0,0,0,0,0,0 +523110,441,94,5,4,4,0,0,0,0,0,0,0 +523120,441,94,1597,69,52,8,0,3,0,0,0,0 +523910,441,94,71,18,16,0,0,0,0,0,0,0 +523920,441,94,870,136,119,7,0,0,0,0,0,0 +523930,441,94,104,55,46,0,0,0,0,0,0,0 +523991,441,94,88,4,0,0,0,0,0,0,0,0 +523999,441,94,0,7,0,0,0,0,0,0,0,0 +524113,441,94,236,29,20,0,0,0,0,0,0,0 +524114,441,94,1662,15,3,0,0,0,0,0,0,0 +524126,441,94,3611,30,12,3,0,0,0,0,0,0 +524127,441,94,31,4,3,0,0,0,0,0,0,0 +524210,441,94,2225,356,337,10,0,0,0,0,0,0 +524291,441,94,43,17,15,0,0,0,0,0,0,0 +524292,441,94,1018,30,15,7,3,0,0,0,0,0 +524298,441,94,3,8,6,0,0,0,0,0,0,0 +531110,441,94,846,152,136,4,0,0,0,0,0,0 +531120,441,94,458,113,104,0,0,0,0,0,0,0 +531130,441,94,96,42,40,0,0,0,0,0,0,0 +531190,441,94,44,16,13,0,0,0,0,0,0,0 +531210,441,94,686,297,291,0,0,0,0,0,0,0 +531311,441,94,1321,170,155,5,0,0,0,0,0,0 +531312,441,94,359,58,49,4,0,0,0,0,0,0 +531320,441,94,121,49,44,0,0,0,0,0,0,0 +531390,441,94,62,22,16,0,0,0,0,0,0,0 +532111,441,94,352,50,44,3,0,0,0,0,0,0 +532120,441,94,58,12,6,0,0,0,0,0,0,0 +532210,441,94,198,22,16,0,0,0,0,0,0,0 +532283,441,94,78,3,0,0,0,0,0,0,0,0 +532284,441,94,0,6,6,0,0,0,0,0,0,0 +532289,441,94,38,9,8,0,0,0,0,0,0,0 +532310,441,94,45,7,6,0,0,0,0,0,0,0 +532412,441,94,55,4,0,0,0,0,0,0,0,0 +532490,441,94,177,22,17,0,0,0,0,0,0,0 +533110,441,94,25,6,4,0,0,0,0,0,0,0 +541110,441,94,4167,739,707,25,3,0,0,0,0,0 +541191,441,94,805,42,20,3,0,0,0,0,0,0 +541199,441,94,11,5,5,0,0,0,0,0,0,0 +541211,441,94,1630,231,206,14,0,0,0,0,0,0 +541213,441,94,516,87,77,0,0,0,0,0,0,0 +541214,441,94,782,25,12,3,0,0,0,0,0,0 +541219,441,94,340,111,100,0,0,0,0,0,0,0 +541310,441,94,367,69,61,5,0,0,0,0,0,0 +541320,441,94,24,18,17,0,0,0,0,0,0,0 +541330,441,94,2962,242,207,20,0,0,0,0,0,0 +541340,441,94,8,6,6,0,0,0,0,0,0,0 +541350,441,94,34,17,17,0,0,0,0,0,0,0 +541370,441,94,110,30,26,0,0,0,0,0,0,0 +541380,441,94,392,30,24,0,0,0,0,0,0,0 +541410,441,94,164,42,32,0,0,0,0,0,0,0 +541420,441,94,48,10,6,0,0,0,0,0,0,0 +541430,441,94,125,62,60,0,0,0,0,0,0,0 +541490,441,94,9,6,6,0,0,0,0,0,0,0 +541511,441,94,1294,149,132,8,0,0,0,0,0,0 +541512,441,94,1860,158,129,19,0,0,0,0,0,0 +541513,441,94,277,26,18,0,0,0,0,0,0,0 +541519,441,94,99,14,10,0,0,0,0,0,0,0 +541611,441,94,2188,212,191,3,0,0,0,0,0,0 +541612,441,94,215,23,18,0,0,0,0,0,0,0 +541613,441,94,590,97,86,0,0,0,0,0,0,0 +541614,441,94,21,13,9,0,0,0,0,0,0,0 +541620,441,94,209,37,31,0,0,0,0,0,0,0 +541690,441,94,178,52,45,0,0,0,0,0,0,0 +541713,441,94,168,9,0,0,0,0,0,0,0,0 +541714,441,94,380,14,6,0,0,0,0,0,0,0 +541715,441,94,113,29,23,0,0,0,0,0,0,0 +541720,441,94,68,4,0,0,0,0,0,0,0,0 +541810,441,94,360,41,31,3,0,0,0,0,0,0 +541820,441,94,73,29,27,0,0,0,0,0,0,0 +541840,441,94,17,4,3,0,0,0,0,0,0,0 +541850,441,94,47,7,4,0,0,0,0,0,0,0 +541890,441,94,152,29,25,0,0,0,0,0,0,0 +541910,441,94,40,7,4,0,0,0,0,0,0,0 +541921,441,94,118,38,35,0,0,0,0,0,0,0 +541922,441,94,22,16,16,0,0,0,0,0,0,0 +541930,441,94,43,5,4,0,0,0,0,0,0,0 +541940,441,94,870,84,62,10,0,0,0,0,0,0 +541990,441,94,108,23,20,0,0,0,0,0,0,0 +551112,441,94,308,20,7,0,0,0,0,0,0,0 +551114,441,94,12846,196,96,51,20,5,4,0,0,0 +561110,441,94,546,65,49,5,0,0,0,0,0,0 +561210,441,94,293,19,11,0,0,0,0,0,0,0 +561311,441,94,196,11,4,0,0,0,0,0,0,0 +561312,441,94,96,14,11,0,0,0,0,0,0,0 +561320,441,94,6092,113,59,23,19,4,0,0,0,0 +561330,441,94,104,6,4,0,0,0,0,0,0,0 +561410,441,94,13,7,7,0,0,0,0,0,0,0 +561422,441,94,114,10,4,0,0,0,0,0,0,0 +561431,441,94,28,11,4,0,0,0,0,0,0,0 +561439,441,94,0,10,6,0,0,0,0,0,0,0 +561450,441,94,24,3,0,0,0,0,0,0,0,0 +561492,441,94,23,6,4,0,0,0,0,0,0,0 +561499,441,94,15,3,0,0,0,0,0,0,0,0 +561510,441,94,261,64,57,0,0,0,0,0,0,0 +561520,441,94,6,9,8,0,0,0,0,0,0,0 +561599,441,94,0,16,10,0,0,0,0,0,0,0 +561611,441,94,73,13,9,0,0,0,0,0,0,0 +561612,441,94,2725,30,10,6,0,0,0,0,0,0 +561621,441,94,239,28,22,0,0,0,0,0,0,0 +561622,441,94,30,12,11,0,0,0,0,0,0,0 +561710,441,94,282,47,40,0,0,0,0,0,0,0 +561720,441,94,3165,251,206,32,4,0,0,0,0,0 +561730,441,94,1884,678,658,9,0,0,0,0,0,0 +561740,441,94,146,22,12,0,0,0,0,0,0,0 +561790,441,94,185,41,36,0,0,0,0,0,0,0 +561910,441,94,49,8,5,0,0,0,0,0,0,0 +561920,441,94,140,21,12,0,0,0,0,0,0,0 +561990,441,94,235,38,31,0,0,0,0,0,0,0 +562111,441,94,497,59,44,0,0,0,0,0,0,0 +562211,441,94,0,4,0,0,0,0,0,0,0,0 +562910,441,94,102,13,9,0,0,0,0,0,0,0 +562991,441,94,92,14,3,0,0,0,0,0,0,0 +611110,441,94,5362,113,35,52,13,0,0,0,0,0 +611310,441,94,18393,9,0,0,0,0,0,0,0,0 +611420,441,94,12,7,6,0,0,0,0,0,0,0 +611430,441,94,86,15,6,0,0,0,0,0,0,0 +611511,441,94,94,6,0,0,0,0,0,0,0,0 +611513,441,94,53,6,0,0,0,0,0,0,0,0 +611519,441,94,165,13,4,0,0,0,0,0,0,0 +611610,441,94,264,57,51,0,0,0,0,0,0,0 +611620,441,94,406,79,68,3,0,0,0,0,0,0 +611630,441,94,0,3,0,0,0,0,0,0,0,0 +611691,441,94,141,22,8,0,0,0,0,0,0,0 +611692,441,94,6,5,5,0,0,0,0,0,0,0 +611699,441,94,109,27,21,0,0,0,0,0,0,0 +611710,441,94,102,21,14,0,0,0,0,0,0,0 +621111,441,94,8802,679,577,88,4,0,0,0,0,0 +621112,441,94,209,47,45,0,0,0,0,0,0,0 +621210,441,94,2976,368,351,14,0,0,0,0,0,0 +621310,441,94,364,107,102,0,0,0,0,0,0,0 +621320,441,94,586,74,58,3,0,0,0,0,0,0 +621330,441,94,422,114,105,0,0,0,0,0,0,0 +621340,441,94,1322,144,127,9,0,0,0,0,0,0 +621391,441,94,212,51,44,0,0,0,0,0,0,0 +621399,441,94,326,90,85,0,0,0,0,0,0,0 +621420,441,94,1099,35,9,13,0,0,0,0,0,0 +621492,441,94,163,12,4,3,0,0,0,0,0,0 +621493,441,94,877,30,7,19,0,0,0,0,0,0 +621498,441,94,2123,85,51,20,0,0,0,0,0,0 +621511,441,94,706,75,66,0,0,0,0,0,0,0 +621512,441,94,725,51,35,10,0,0,0,0,0,0 +621610,441,94,5568,108,41,39,13,4,0,0,0,0 +621910,441,94,533,10,0,0,0,0,0,0,0,0 +621991,441,94,0,3,0,0,0,0,0,0,0,0 +621999,441,94,11,4,4,0,0,0,0,0,0,0 +622110,441,94,13935,6,0,0,0,0,3,0,0,0 +622310,441,94,3341,4,0,0,0,0,0,0,0,0 +623110,441,94,10362,78,0,20,45,3,0,0,0,0 +623210,441,94,3984,220,195,10,0,0,0,0,0,0 +623220,441,94,882,64,53,5,0,0,0,0,0,0 +623311,441,94,2100,21,0,4,4,0,0,0,0,0 +623312,441,94,1986,40,3,10,5,0,0,0,0,0 +623990,441,94,505,25,17,0,0,0,0,0,0,0 +624110,441,94,1054,41,21,8,0,0,0,0,0,0 +624120,441,94,3018,98,49,25,9,0,0,0,0,0 +624190,441,94,3127,113,58,37,3,0,0,0,0,0 +624210,441,94,204,15,8,0,0,0,0,0,0,0 +624221,441,94,268,12,7,3,0,0,0,0,0,0 +624229,441,94,300,21,18,0,0,0,0,0,0,0 +624310,441,94,691,27,7,10,0,0,0,0,0,0 +624410,441,94,4116,272,215,50,0,0,0,0,0,0 +711110,441,94,332,14,3,0,0,0,0,0,0,0 +711130,441,94,28,7,3,0,0,0,0,0,0,0 +711211,441,94,111,3,0,0,0,0,0,0,0,0 +711219,441,94,18,3,0,0,0,0,0,0,0,0 +711310,441,94,1366,14,0,3,0,0,0,0,0,0 +711320,441,94,60,15,12,0,0,0,0,0,0,0 +711410,441,94,0,3,3,0,0,0,0,0,0,0 +711510,441,94,119,42,35,0,0,0,0,0,0,0 +712110,441,94,443,36,24,0,0,0,0,0,0,0 +712120,441,94,65,16,11,0,0,0,0,0,0,0 +713120,441,94,79,7,0,0,0,0,0,0,0,0 +713290,441,94,0,5,0,0,0,0,0,0,0,0 +713910,441,94,772,54,34,5,0,0,0,0,0,0 +713930,441,94,375,63,45,3,0,0,0,0,0,0 +713940,441,94,3208,163,118,25,3,0,0,0,0,0 +713950,441,94,314,11,0,5,0,0,0,0,0,0 +713990,441,94,510,94,78,4,0,0,0,0,0,0 +721110,441,94,4397,145,87,45,3,0,0,0,0,0 +721191,441,94,109,39,33,0,0,0,0,0,0,0 +721211,441,94,34,12,9,0,0,0,0,0,0,0 +721310,441,94,63,17,13,0,0,0,0,0,0,0 +722310,441,94,2850,162,125,26,0,0,0,0,0,0 +722320,441,94,533,55,44,3,0,0,0,0,0,0 +722330,441,94,25,14,12,0,0,0,0,0,0,0 +722410,441,94,1852,234,207,21,0,0,0,0,0,0 +722511,441,94,22108,1155,758,383,10,0,0,0,0,0 +722513,441,94,10896,885,691,193,0,0,0,0,0,0 +722514,441,94,100,6,0,0,0,0,0,0,0,0 +722515,441,94,5998,425,295,125,0,0,0,0,0,0 +811111,441,94,1267,347,340,3,0,0,0,0,0,0 +811112,441,94,10,4,4,0,0,0,0,0,0,0 +811113,441,94,45,12,9,0,0,0,0,0,0,0 +811118,441,94,27,13,13,0,0,0,0,0,0,0 +811121,441,94,1544,191,172,10,0,0,0,0,0,0 +811122,441,94,21,6,4,0,0,0,0,0,0,0 +811191,441,94,82,12,11,0,0,0,0,0,0,0 +811192,441,94,283,47,39,0,0,0,0,0,0,0 +811211,441,94,0,4,4,0,0,0,0,0,0,0 +811212,441,94,78,19,15,0,0,0,0,0,0,0 +811213,441,94,6,4,4,0,0,0,0,0,0,0 +811219,441,94,3,3,3,0,0,0,0,0,0,0 +811310,441,94,316,48,39,0,0,0,0,0,0,0 +811411,441,94,3,3,3,0,0,0,0,0,0,0 +811412,441,94,38,12,11,0,0,0,0,0,0,0 +811420,441,94,33,13,11,0,0,0,0,0,0,0 +811490,441,94,445,70,56,0,0,0,0,0,0,0 +812111,441,94,19,12,11,0,0,0,0,0,0,0 +812112,441,94,1580,397,394,0,0,0,0,0,0,0 +812113,441,94,297,73,63,0,0,0,0,0,0,0 +812191,441,94,54,7,0,0,0,0,0,0,0,0 +812199,441,94,410,79,70,4,0,0,0,0,0,0 +812210,441,94,453,73,64,0,0,0,0,0,0,0 +812220,441,94,162,29,19,0,0,0,0,0,0,0 +812310,441,94,510,72,60,0,0,0,0,0,0,0 +812320,441,94,428,80,69,3,0,0,0,0,0,0 +812331,441,94,555,3,0,0,0,0,0,0,0,0 +812910,441,94,385,101,97,0,0,0,0,0,0,0 +812930,441,94,703,58,41,5,0,0,0,0,0,0 +812990,441,94,129,40,34,0,0,0,0,0,0,0 +813110,441,94,2931,473,449,17,0,0,0,0,0,0 +813211,441,94,139,38,33,0,0,0,0,0,0,0 +813212,441,94,77,15,12,0,0,0,0,0,0,0 +813219,441,94,147,6,3,0,0,0,0,0,0,0 +813311,441,94,35,9,6,0,0,0,0,0,0,0 +813312,441,94,318,47,35,4,0,0,0,0,0,0 +813319,441,94,257,38,33,0,0,0,0,0,0,0 +813410,441,94,1316,151,133,5,0,0,0,0,0,0 +813910,441,94,443,65,50,0,0,0,0,0,0,0 +813920,441,94,309,22,18,0,0,0,0,0,0,0 +813930,441,94,858,109,98,5,0,0,0,0,0,0 +813940,441,94,0,3,0,0,0,0,0,0,0,0 +813990,441,94,167,34,23,0,0,0,0,0,0,0 +113310,451,95,106,22,15,0,0,0,0,0,0,0 +115210,451,95,3,3,3,0,0,0,0,0,0,0 +115310,451,95,66,7,3,0,0,0,0,0,0,0 +221122,451,95,0,33,13,10,0,0,0,0,0,0 +221310,451,95,0,3,0,0,0,0,0,0,0,0 +236115,451,95,509,155,150,0,0,0,0,0,0,0 +236116,451,95,73,23,16,0,0,0,0,0,0,0 +236117,451,95,622,54,43,3,0,0,0,0,0,0 +236118,451,95,862,268,261,3,0,0,0,0,0,0 +236210,451,95,392,8,0,0,0,0,0,0,0,0 +236220,451,95,1021,99,83,12,0,0,0,0,0,0 +237110,451,95,441,28,13,0,0,0,0,0,0,0 +237130,451,95,206,13,3,4,0,0,0,0,0,0 +237210,451,95,127,12,8,0,0,0,0,0,0,0 +237310,451,95,174,10,0,3,0,0,0,0,0,0 +237990,451,95,321,28,22,0,0,0,0,0,0,0 +238110,451,95,315,42,36,3,0,0,0,0,0,0 +238120,451,95,104,8,3,0,0,0,0,0,0,0 +238130,451,95,79,24,20,0,0,0,0,0,0,0 +238140,451,95,173,36,27,0,0,0,0,0,0,0 +238150,451,95,83,11,6,0,0,0,0,0,0,0 +238160,451,95,260,30,25,0,0,0,0,0,0,0 +238170,451,95,93,19,10,0,0,0,0,0,0,0 +238190,451,95,70,12,8,0,0,0,0,0,0,0 +238210,451,95,2358,168,132,30,0,0,0,0,0,0 +238220,451,95,2473,256,230,21,3,0,0,0,0,0 +238290,451,95,169,23,19,0,0,0,0,0,0,0 +238310,451,95,494,36,19,4,0,0,0,0,0,0 +238320,451,95,391,97,91,4,0,0,0,0,0,0 +238330,451,95,218,41,35,0,0,0,0,0,0,0 +238340,451,95,102,23,17,0,0,0,0,0,0,0 +238350,451,95,470,99,90,5,0,0,0,0,0,0 +238390,451,95,55,21,16,0,0,0,0,0,0,0 +238910,451,95,2196,86,62,13,0,3,0,0,0,0 +238990,451,95,783,116,108,0,0,0,0,0,0,0 +311811,451,95,97,12,12,0,0,0,0,0,0,0 +311812,451,95,47,6,3,0,0,0,0,0,0,0 +311991,451,95,22,3,3,0,0,0,0,0,0,0 +312120,451,95,164,18,15,3,0,0,0,0,0,0 +312140,451,95,70,5,3,0,0,0,0,0,0,0 +314120,451,95,10,3,0,0,0,0,0,0,0,0 +314999,451,95,30,3,0,0,0,0,0,0,0,0 +321113,451,95,0,3,0,0,0,0,0,0,0,0 +321911,451,95,35,3,0,0,0,0,0,0,0,0 +323111,451,95,209,24,16,0,0,0,0,0,0,0 +323113,451,95,45,9,8,0,0,0,0,0,0,0 +325220,451,95,0,3,0,0,0,0,0,0,0,0 +325510,451,95,0,3,0,0,0,0,0,0,0,0 +326199,451,95,29,3,0,0,0,0,0,0,0,0 +327320,451,95,281,17,3,4,0,0,0,0,0,0 +332312,451,95,103,6,0,0,0,0,0,0,0,0 +332322,451,95,13,3,0,0,0,0,0,0,0,0 +332323,451,95,33,3,0,0,0,0,0,0,0,0 +332439,451,95,0,3,0,0,0,0,0,0,0,0 +332710,451,95,407,19,7,4,0,0,0,0,0,0 +332721,451,95,139,4,0,0,0,0,0,0,0,0 +332999,451,95,34,5,3,0,0,0,0,0,0,0 +334510,451,95,0,3,3,0,0,0,0,0,0,0 +336390,451,95,0,3,0,0,0,0,0,0,0,0 +336413,451,95,0,4,0,0,0,0,0,0,0,0 +336611,451,95,0,4,0,0,0,0,0,0,0,0 +336612,451,95,863,9,4,0,0,0,0,0,0,0 +337110,451,95,99,8,3,0,0,0,0,0,0,0 +337122,451,95,15,5,3,0,0,0,0,0,0,0 +337212,451,95,0,3,0,0,0,0,0,0,0,0 +339113,451,95,0,6,0,0,0,0,0,0,0,0 +339116,451,95,33,6,4,0,0,0,0,0,0,0 +339910,451,95,16,3,0,0,0,0,0,0,0,0 +339950,451,95,213,18,13,0,0,0,0,0,0,0 +339999,451,95,108,8,5,0,0,0,0,0,0,0 +423110,451,95,235,12,4,0,0,0,0,0,0,0 +423120,451,95,117,19,14,0,0,0,0,0,0,0 +423130,451,95,66,6,4,0,0,0,0,0,0,0 +423210,451,95,121,10,6,0,0,0,0,0,0,0 +423220,451,95,20,10,4,0,0,0,0,0,0,0 +423310,451,95,350,25,11,3,0,0,0,0,0,0 +423320,451,95,41,6,3,0,0,0,0,0,0,0 +423330,451,95,147,12,6,0,0,0,0,0,0,0 +423390,451,95,167,12,8,0,0,0,0,0,0,0 +423420,451,95,247,33,24,0,0,0,0,0,0,0 +423430,451,95,189,11,8,0,0,0,0,0,0,0 +423450,451,95,522,21,8,4,0,0,0,0,0,0 +423460,451,95,10,3,0,0,0,0,0,0,0,0 +423490,451,95,0,3,0,0,0,0,0,0,0,0 +423510,451,95,304,23,12,0,0,0,0,0,0,0 +423610,451,95,850,45,29,7,0,0,0,0,0,0 +423620,451,95,0,3,0,0,0,0,0,0,0,0 +423690,451,95,55,7,6,0,0,0,0,0,0,0 +423720,451,95,143,14,8,0,0,0,0,0,0,0 +423730,451,95,201,25,20,0,0,0,0,0,0,0 +423810,451,95,183,17,6,0,0,0,0,0,0,0 +423820,451,95,24,5,3,0,0,0,0,0,0,0 +423830,451,95,558,61,49,7,0,0,0,0,0,0 +423840,451,95,434,31,21,3,0,0,0,0,0,0 +423850,451,95,113,6,0,0,0,0,0,0,0,0 +423910,451,95,25,9,5,0,0,0,0,0,0,0 +423930,451,95,254,18,7,0,0,0,0,0,0,0 +423940,451,95,24,8,5,0,0,0,0,0,0,0 +423990,451,95,116,17,10,0,0,0,0,0,0,0 +424120,451,95,16,5,4,0,0,0,0,0,0,0 +424130,451,95,31,4,0,0,0,0,0,0,0,0 +424210,451,95,0,9,7,0,0,0,0,0,0,0 +424320,451,95,190,10,0,0,0,0,0,0,0,0 +424330,451,95,43,8,7,0,0,0,0,0,0,0 +424410,451,95,100,3,0,0,0,0,0,0,0,0 +424420,451,95,77,5,0,0,0,0,0,0,0,0 +424450,451,95,4,7,4,0,0,0,0,0,0,0 +424460,451,95,73,5,0,0,0,0,0,0,0,0 +424480,451,95,0,3,0,0,0,0,0,0,0,0 +424490,451,95,367,32,21,0,0,0,0,0,0,0 +424590,451,95,8,3,0,0,0,0,0,0,0,0 +424610,451,95,33,4,0,0,0,0,0,0,0,0 +424690,451,95,109,9,5,0,0,0,0,0,0,0 +424710,451,95,105,8,6,0,0,0,0,0,0,0 +424720,451,95,36,4,0,0,0,0,0,0,0,0 +424810,451,95,0,6,0,0,0,0,0,0,0,0 +424820,451,95,71,11,9,0,0,0,0,0,0,0 +424910,451,95,0,5,3,0,0,0,0,0,0,0 +424930,451,95,47,11,7,0,0,0,0,0,0,0 +424940,451,95,13,3,0,0,0,0,0,0,0,0 +424950,451,95,17,4,0,0,0,0,0,0,0,0 +424990,451,95,49,16,13,0,0,0,0,0,0,0 +425120,451,95,547,67,61,0,0,0,0,0,0,0 +441110,451,95,2907,54,11,28,9,0,0,0,0,0 +441120,451,95,422,56,48,0,0,0,0,0,0,0 +441210,451,95,81,6,0,0,0,0,0,0,0,0 +441222,451,95,238,30,24,0,0,0,0,0,0,0 +441228,451,95,215,21,16,0,0,0,0,0,0,0 +441310,451,95,900,79,67,9,0,0,0,0,0,0 +441320,451,95,478,37,26,7,0,0,0,0,0,0 +442110,451,95,592,71,58,7,0,0,0,0,0,0 +442210,451,95,255,31,25,0,0,0,0,0,0,0 +442299,451,95,495,57,43,8,0,0,0,0,0,0 +443141,451,95,166,23,15,0,0,0,0,0,0,0 +443142,451,95,773,53,45,0,0,0,0,0,0,0 +444110,451,95,667,13,0,0,8,0,0,0,0,0 +444120,451,95,90,19,14,0,0,0,0,0,0,0 +444130,451,95,427,40,30,5,0,0,0,0,0,0 +444190,451,95,613,64,56,3,0,0,0,0,0,0 +444210,451,95,0,7,0,0,0,0,0,0,0,0 +444220,451,95,264,27,18,4,0,0,0,0,0,0 +445110,451,95,7350,136,45,51,33,0,0,0,0,0 +445120,451,95,135,64,63,0,0,0,0,0,0,0 +445210,451,95,69,7,3,0,0,0,0,0,0,0 +445220,451,95,51,9,8,0,0,0,0,0,0,0 +445291,451,95,24,6,4,0,0,0,0,0,0,0 +445292,451,95,63,7,6,0,0,0,0,0,0,0 +445299,451,95,81,18,16,0,0,0,0,0,0,0 +445310,451,95,289,79,70,0,0,0,0,0,0,0 +446110,451,95,1378,103,73,21,0,0,0,0,0,0 +446120,451,95,491,65,58,4,0,0,0,0,0,0 +446130,451,95,194,27,26,0,0,0,0,0,0,0 +446191,451,95,40,23,23,0,0,0,0,0,0,0 +446199,451,95,160,24,19,3,0,0,0,0,0,0 +447110,451,95,2112,244,234,7,0,0,0,0,0,0 +447190,451,95,156,8,0,3,0,0,0,0,0,0 +448110,451,95,184,31,27,0,0,0,0,0,0,0 +448120,451,95,1259,133,114,13,0,0,0,0,0,0 +448130,451,95,198,20,17,3,0,0,0,0,0,0 +448140,451,95,1928,102,56,37,0,0,0,0,0,0 +448150,451,95,178,29,28,0,0,0,0,0,0,0 +448190,451,95,473,42,36,4,0,0,0,0,0,0 +448210,451,95,814,70,56,10,0,0,0,0,0,0 +448310,451,95,337,52,51,0,0,0,0,0,0,0 +451110,451,95,541,49,40,4,0,0,0,0,0,0 +451120,451,95,389,28,20,8,0,0,0,0,0,0 +451130,451,95,54,8,6,0,0,0,0,0,0,0 +451140,451,95,43,8,0,0,0,0,0,0,0,0 +451211,451,95,168,16,13,3,0,0,0,0,0,0 +452210,451,95,924,10,0,7,0,0,0,0,0,0 +452311,451,95,4020,17,0,0,6,9,0,0,0,0 +452319,451,95,1036,110,94,16,0,0,0,0,0,0 +453110,451,95,152,33,31,0,0,0,0,0,0,0 +453210,451,95,126,13,11,0,0,0,0,0,0,0 +453220,451,95,422,79,73,0,0,0,0,0,0,0 +453310,451,95,687,60,40,15,0,0,0,0,0,0 +453910,451,95,251,24,12,4,0,0,0,0,0,0 +453920,451,95,79,36,36,0,0,0,0,0,0,0 +453930,451,95,21,8,6,0,0,0,0,0,0,0 +453991,451,95,84,25,22,0,0,0,0,0,0,0 +453998,451,95,253,59,54,0,0,0,0,0,0,0 +454110,451,95,449,90,83,0,0,0,0,0,0,0 +454210,451,95,88,4,0,0,0,0,0,0,0,0 +454310,451,95,56,8,0,0,0,0,0,0,0,0 +454390,451,95,255,64,61,0,0,0,0,0,0,0 +481111,451,95,282,8,0,6,0,0,0,0,0,0 +481211,451,95,9,3,0,0,0,0,0,0,0,0 +483113,451,95,43,5,3,0,0,0,0,0,0,0 +483212,451,95,0,3,3,0,0,0,0,0,0,0 +484110,451,95,473,71,59,3,0,0,0,0,0,0 +484121,451,95,1007,92,77,8,0,0,0,0,0,0 +484122,451,95,441,24,9,6,0,0,0,0,0,0 +484210,451,95,299,30,23,0,0,0,0,0,0,0 +484220,451,95,595,45,34,3,0,0,0,0,0,0 +484230,451,95,463,29,17,6,0,0,0,0,0,0 +485310,451,95,28,7,5,0,0,0,0,0,0,0 +485320,451,95,34,4,3,0,0,0,0,0,0,0 +485410,451,95,31,3,0,0,0,0,0,0,0,0 +485510,451,95,0,3,0,0,0,0,0,0,0,0 +485991,451,95,0,3,3,0,0,0,0,0,0,0 +487110,451,95,231,8,0,3,0,0,0,0,0,0 +487210,451,95,155,16,12,0,0,0,0,0,0,0 +488119,451,95,211,3,0,0,0,0,0,0,0,0 +488190,451,95,109,12,10,0,0,0,0,0,0,0 +488210,451,95,67,6,4,0,0,0,0,0,0,0 +488320,451,95,1234,7,0,0,0,0,0,0,0,0 +488330,451,95,274,7,0,3,0,0,0,0,0,0 +488390,451,95,223,8,6,0,0,0,0,0,0,0 +488410,451,95,178,26,20,0,0,0,0,0,0,0 +488490,451,95,125,6,0,3,0,0,0,0,0,0 +488510,451,95,1393,98,81,12,0,0,0,0,0,0 +488991,451,95,21,5,3,0,0,0,0,0,0,0 +492110,451,95,848,20,7,0,0,0,0,0,0,0 +492210,451,95,0,4,3,0,0,0,0,0,0,0 +493110,451,95,1868,56,35,12,0,0,0,0,0,0 +493190,451,95,147,7,0,0,0,0,0,0,0,0 +511110,451,95,0,7,3,0,0,0,0,0,0,0 +511120,451,95,98,14,11,0,0,0,0,0,0,0 +511130,451,95,0,5,3,0,0,0,0,0,0,0 +511210,451,95,467,31,20,6,0,0,0,0,0,0 +512110,451,95,107,18,14,0,0,0,0,0,0,0 +512131,451,95,219,7,0,3,0,0,0,0,0,0 +512240,451,95,0,3,3,0,0,0,0,0,0,0 +515112,451,95,188,15,6,0,0,0,0,0,0,0 +515120,451,95,453,7,0,0,0,0,0,0,0,0 +517311,451,95,1573,71,55,8,0,0,0,0,0,0 +517312,451,95,2082,61,48,6,0,0,0,0,0,0 +517911,451,95,11,8,5,0,0,0,0,0,0,0 +517919,451,95,0,3,0,0,0,0,0,0,0,0 +518210,451,95,482,25,14,0,0,0,0,0,0,0 +519130,451,95,74,11,6,0,0,0,0,0,0,0 +519190,451,95,5,4,4,0,0,0,0,0,0,0 +522110,451,95,2446,226,205,18,0,0,0,0,0,0 +522130,451,95,816,47,40,0,0,0,0,0,0,0 +522220,451,95,27,11,10,0,0,0,0,0,0,0 +522291,451,95,283,87,84,0,0,0,0,0,0,0 +522292,451,95,293,56,46,0,0,0,0,0,0,0 +522298,451,95,265,60,54,0,0,0,0,0,0,0 +522310,451,95,53,13,9,0,0,0,0,0,0,0 +522320,451,95,26,6,3,0,0,0,0,0,0,0 +522390,451,95,93,48,48,0,0,0,0,0,0,0 +523110,451,95,41,6,5,0,0,0,0,0,0,0 +523120,451,95,344,59,52,4,0,0,0,0,0,0 +523910,451,95,22,7,6,0,0,0,0,0,0,0 +523920,451,95,290,115,112,0,0,0,0,0,0,0 +523930,451,95,186,50,47,0,0,0,0,0,0,0 +523991,451,95,30,5,3,0,0,0,0,0,0,0 +523999,451,95,3,4,4,0,0,0,0,0,0,0 +524113,451,95,411,23,11,3,0,0,0,0,0,0 +524114,451,95,774,10,7,0,0,0,0,0,0,0 +524126,451,95,122,12,6,0,0,0,0,0,0,0 +524210,451,95,1506,283,271,9,0,0,0,0,0,0 +524291,451,95,25,10,9,0,0,0,0,0,0,0 +531110,451,95,544,111,105,0,0,0,0,0,0,0 +531120,451,95,339,66,62,0,0,0,0,0,0,0 +531130,451,95,148,60,57,0,0,0,0,0,0,0 +531190,451,95,94,27,22,0,0,0,0,0,0,0 +531210,451,95,1449,569,557,6,0,0,0,0,0,0 +531311,451,95,1208,159,143,11,0,0,0,0,0,0 +531312,451,95,187,52,45,0,0,0,0,0,0,0 +531320,451,95,92,48,46,0,0,0,0,0,0,0 +531390,451,95,154,71,70,0,0,0,0,0,0,0 +532111,451,95,320,27,15,4,0,0,0,0,0,0 +532120,451,95,144,11,8,0,0,0,0,0,0,0 +532210,451,95,37,26,24,0,0,0,0,0,0,0 +532283,451,95,29,5,3,0,0,0,0,0,0,0 +532284,451,95,20,10,8,0,0,0,0,0,0,0 +532289,451,95,236,19,9,0,0,0,0,0,0,0 +532412,451,95,85,9,6,0,0,0,0,0,0,0 +532490,451,95,279,34,27,0,0,0,0,0,0,0 +533110,451,95,0,4,3,0,0,0,0,0,0,0 +541110,451,95,3366,588,550,31,0,0,0,0,0,0 +541191,451,95,5,4,4,0,0,0,0,0,0,0 +541199,451,95,7,7,7,0,0,0,0,0,0,0 +541211,451,95,559,107,101,0,0,0,0,0,0,0 +541213,451,95,498,84,80,0,0,0,0,0,0,0 +541214,451,95,122,18,12,0,0,0,0,0,0,0 +541219,451,95,775,81,77,0,0,0,0,0,0,0 +541310,451,95,423,75,68,3,0,0,0,0,0,0 +541320,451,95,138,15,14,0,0,0,0,0,0,0 +541330,451,95,4639,202,162,29,4,0,0,0,0,0 +541340,451,95,24,9,8,0,0,0,0,0,0,0 +541350,451,95,39,14,11,0,0,0,0,0,0,0 +541370,451,95,174,22,10,0,0,0,0,0,0,0 +541380,451,95,384,14,7,0,0,0,0,0,0,0 +541410,451,95,155,71,68,0,0,0,0,0,0,0 +541420,451,95,10,5,4,0,0,0,0,0,0,0 +541430,451,95,62,32,31,0,0,0,0,0,0,0 +541490,451,95,3,3,3,0,0,0,0,0,0,0 +541511,451,95,998,101,85,8,3,0,0,0,0,0 +541512,451,95,2358,137,112,15,3,0,0,0,0,0 +541513,451,95,473,25,19,0,0,0,0,0,0,0 +541519,451,95,491,20,12,0,0,0,0,0,0,0 +541611,451,95,1294,217,203,8,0,0,0,0,0,0 +541612,451,95,115,21,19,0,0,0,0,0,0,0 +541613,451,95,194,75,71,0,0,0,0,0,0,0 +541614,451,95,371,25,20,0,0,0,0,0,0,0 +541618,451,95,35,26,24,0,0,0,0,0,0,0 +541620,451,95,244,25,14,0,0,0,0,0,0,0 +541690,451,95,300,49,44,0,0,0,0,0,0,0 +541713,451,95,18,4,3,0,0,0,0,0,0,0 +541714,451,95,0,3,3,0,0,0,0,0,0,0 +541715,451,95,225,22,17,0,0,0,0,0,0,0 +541810,451,95,344,33,29,0,0,0,0,0,0,0 +541820,451,95,72,17,15,0,0,0,0,0,0,0 +541850,451,95,104,10,5,0,0,0,0,0,0,0 +541890,451,95,94,14,10,0,0,0,0,0,0,0 +541910,451,95,120,18,15,0,0,0,0,0,0,0 +541921,451,95,111,30,23,0,0,0,0,0,0,0 +541922,451,95,10,8,8,0,0,0,0,0,0,0 +541930,451,95,10,6,3,0,0,0,0,0,0,0 +541940,451,95,1300,86,65,18,0,0,0,0,0,0 +541990,451,95,281,76,70,0,0,0,0,0,0,0 +551112,451,95,128,17,10,0,0,0,0,0,0,0 +551114,451,95,2950,81,57,11,0,0,0,0,0,0 +561110,451,95,962,81,64,10,0,0,0,0,0,0 +561210,451,95,1178,18,14,0,0,0,0,0,0,0 +561311,451,95,122,19,14,0,0,0,0,0,0,0 +561312,451,95,20,10,9,0,0,0,0,0,0,0 +561320,451,95,6674,104,50,30,11,3,0,0,0,0 +561330,451,95,275,4,0,0,0,0,0,0,0,0 +561410,451,95,13,7,6,0,0,0,0,0,0,0 +561421,451,95,0,3,0,0,0,0,0,0,0,0 +561422,451,95,972,5,0,0,0,0,0,0,0,0 +561431,451,95,55,15,14,0,0,0,0,0,0,0 +561439,451,95,41,10,9,0,0,0,0,0,0,0 +561440,451,95,0,3,0,0,0,0,0,0,0,0 +561492,451,95,25,17,15,0,0,0,0,0,0,0 +561499,451,95,20,4,3,0,0,0,0,0,0,0 +561510,451,95,143,33,29,0,0,0,0,0,0,0 +561520,451,95,110,10,6,0,0,0,0,0,0,0 +561599,451,95,45,8,7,0,0,0,0,0,0,0 +561611,451,95,9,8,8,0,0,0,0,0,0,0 +561612,451,95,1261,10,0,0,0,0,0,0,0,0 +561613,451,95,69,4,0,0,0,0,0,0,0,0 +561621,451,95,295,22,8,4,0,0,0,0,0,0 +561622,451,95,45,10,7,0,0,0,0,0,0,0 +561710,451,95,627,75,66,6,0,0,0,0,0,0 +561720,451,95,3055,238,199,29,3,0,0,0,0,0 +561730,451,95,2103,273,250,20,0,0,0,0,0,0 +561740,451,95,145,18,14,0,0,0,0,0,0,0 +561790,451,95,209,45,38,0,0,0,0,0,0,0 +561920,451,95,69,12,10,0,0,0,0,0,0,0 +561990,451,95,233,20,14,0,0,0,0,0,0,0 +562111,451,95,448,23,10,0,0,0,0,0,0,0 +562119,451,95,17,5,3,0,0,0,0,0,0,0 +562910,451,95,92,13,10,0,0,0,0,0,0,0 +562998,451,95,34,3,3,0,0,0,0,0,0,0 +611110,451,95,2094,63,26,31,0,0,0,0,0,0 +611310,451,95,1402,13,5,6,0,0,0,0,0,0 +611420,451,95,15,4,0,0,0,0,0,0,0,0 +611430,451,95,37,11,10,0,0,0,0,0,0,0 +611512,451,95,0,4,3,0,0,0,0,0,0,0 +611519,451,95,204,15,7,0,0,0,0,0,0,0 +611610,451,95,199,32,31,0,0,0,0,0,0,0 +611620,451,95,214,41,36,0,0,0,0,0,0,0 +611630,451,95,21,4,0,0,0,0,0,0,0,0 +611691,451,95,175,13,8,3,0,0,0,0,0,0 +611699,451,95,56,10,7,0,0,0,0,0,0,0 +611710,451,95,49,18,17,0,0,0,0,0,0,0 +621111,451,95,6469,551,463,84,3,0,0,0,0,0 +621112,451,95,73,39,38,0,0,0,0,0,0,0 +621210,451,95,2313,311,297,12,0,0,0,0,0,0 +621310,451,95,402,109,104,0,0,0,0,0,0,0 +621320,451,95,246,60,54,0,0,0,0,0,0,0 +621330,451,95,95,46,44,0,0,0,0,0,0,0 +621340,451,95,747,124,117,0,0,0,0,0,0,0 +621391,451,95,25,6,6,0,0,0,0,0,0,0 +621399,451,95,256,43,36,3,0,0,0,0,0,0 +621410,451,95,0,3,3,0,0,0,0,0,0,0 +621420,451,95,36,7,5,0,0,0,0,0,0,0 +621492,451,95,343,25,9,4,0,0,0,0,0,0 +621493,451,95,755,39,20,13,0,0,0,0,0,0 +621498,451,95,255,25,20,0,0,0,0,0,0,0 +621511,451,95,118,22,15,0,0,0,0,0,0,0 +621512,451,95,68,6,3,0,0,0,0,0,0,0 +621610,451,95,2230,54,24,20,6,0,0,0,0,0 +621910,451,95,199,5,0,3,0,0,0,0,0,0 +621991,451,95,283,5,0,0,0,0,0,0,0,0 +621999,451,95,44,12,9,0,0,0,0,0,0,0 +622110,451,95,13852,12,3,0,0,0,0,0,0,0 +623110,451,95,1524,22,0,0,11,0,0,0,0,0 +623210,451,95,0,35,32,0,0,0,0,0,0,0 +623220,451,95,60,4,0,0,0,0,0,0,0,0 +623311,451,95,948,9,0,0,0,0,0,0,0,0 +623312,451,95,790,35,16,10,0,0,0,0,0,0 +623990,451,95,221,11,0,3,0,0,0,0,0,0 +624110,451,95,212,21,16,0,0,0,0,0,0,0 +624120,451,95,1258,45,15,19,0,0,0,0,0,0 +624190,451,95,429,60,51,7,0,0,0,0,0,0 +624210,451,95,91,3,0,0,0,0,0,0,0,0 +624221,451,95,142,4,0,0,0,0,0,0,0,0 +624229,451,95,86,11,9,0,0,0,0,0,0,0 +624310,451,95,172,10,5,0,0,0,0,0,0,0 +624410,451,95,2238,142,97,39,0,0,0,0,0,0 +711110,451,95,63,7,4,0,0,0,0,0,0,0 +711130,451,95,6,3,0,0,0,0,0,0,0,0 +711211,451,95,102,4,0,0,0,0,0,0,0,0 +711219,451,95,0,4,4,0,0,0,0,0,0,0 +711310,451,95,1001,13,4,3,0,0,0,0,0,0 +711320,451,95,51,16,15,0,0,0,0,0,0,0 +711410,451,95,11,5,4,0,0,0,0,0,0,0 +711510,451,95,110,50,48,0,0,0,0,0,0,0 +712110,451,95,231,11,4,3,0,0,0,0,0,0 +712120,451,95,206,9,4,3,0,0,0,0,0,0 +712190,451,95,22,4,0,0,0,0,0,0,0,0 +713120,451,95,0,3,0,0,0,0,0,0,0,0 +713290,451,95,22,3,0,0,0,0,0,0,0,0 +713910,451,95,868,19,0,8,0,0,0,0,0,0 +713930,451,95,231,22,19,0,0,0,0,0,0,0 +713940,451,95,1185,98,80,9,0,0,0,0,0,0 +713990,451,95,497,47,31,7,0,0,0,0,0,0 +721110,451,95,7785,186,88,79,11,0,0,0,0,0 +721191,451,95,145,14,9,3,0,0,0,0,0,0 +721214,451,95,35,6,3,0,0,0,0,0,0,0 +722310,451,95,1510,59,32,14,3,0,0,0,0,0 +722320,451,95,589,46,39,4,0,0,0,0,0,0 +722330,451,95,33,20,15,0,0,0,0,0,0,0 +722410,451,95,1516,101,73,21,0,0,0,0,0,0 +722511,451,95,19634,769,411,347,10,0,0,0,0,0 +722513,451,95,11608,567,322,239,3,0,0,0,0,0 +722514,451,95,204,11,3,4,0,0,0,0,0,0 +722515,451,95,1583,130,109,16,0,0,0,0,0,0 +811111,451,95,918,167,162,3,0,0,0,0,0,0 +811113,451,95,37,9,6,0,0,0,0,0,0,0 +811118,451,95,15,3,0,0,0,0,0,0,0,0 +811121,451,95,614,67,56,4,0,0,0,0,0,0 +811122,451,95,118,19,12,0,0,0,0,0,0,0 +811191,451,95,117,19,15,0,0,0,0,0,0,0 +811192,451,95,412,32,17,4,0,0,0,0,0,0 +811198,451,95,31,16,16,0,0,0,0,0,0,0 +811211,451,95,35,7,6,0,0,0,0,0,0,0 +811212,451,95,31,10,8,0,0,0,0,0,0,0 +811213,451,95,25,7,5,0,0,0,0,0,0,0 +811219,451,95,83,6,4,0,0,0,0,0,0,0 +811310,451,95,551,46,37,3,0,0,0,0,0,0 +811411,451,95,16,5,4,0,0,0,0,0,0,0 +811412,451,95,76,17,12,0,0,0,0,0,0,0 +811420,451,95,48,14,11,0,0,0,0,0,0,0 +811490,451,95,112,35,33,0,0,0,0,0,0,0 +812111,451,95,32,14,12,0,0,0,0,0,0,0 +812112,451,95,1046,211,205,4,0,0,0,0,0,0 +812113,451,95,199,47,42,0,0,0,0,0,0,0 +812191,451,95,12,7,0,0,0,0,0,0,0,0 +812199,451,95,374,58,52,4,0,0,0,0,0,0 +812210,451,95,222,31,23,0,0,0,0,0,0,0 +812220,451,95,28,9,4,0,0,0,0,0,0,0 +812310,451,95,44,11,8,0,0,0,0,0,0,0 +812320,451,95,353,38,23,8,0,0,0,0,0,0 +812331,451,95,0,4,3,0,0,0,0,0,0,0 +812332,451,95,0,5,0,0,0,0,0,0,0,0 +812910,451,95,348,64,57,0,0,0,0,0,0,0 +812930,451,95,152,9,3,0,0,0,0,0,0,0 +812990,451,95,158,66,59,0,0,0,0,0,0,0 +813110,451,95,5082,464,406,49,4,0,0,0,0,0 +813211,451,95,121,22,19,3,0,0,0,0,0,0 +813212,451,95,102,8,4,0,0,0,0,0,0,0 +813219,451,95,6,3,3,0,0,0,0,0,0,0 +813311,451,95,8,4,4,0,0,0,0,0,0,0 +813312,451,95,294,23,15,0,0,0,0,0,0,0 +813319,451,95,83,10,7,0,0,0,0,0,0,0 +813410,451,95,303,60,55,0,0,0,0,0,0,0 +813910,451,95,96,15,10,0,0,0,0,0,0,0 +813920,451,95,108,8,5,0,0,0,0,0,0,0 +813930,451,95,156,22,21,0,0,0,0,0,0,0 +813990,451,95,285,32,25,3,0,0,0,0,0,0 +113310,452,96,230,49,39,0,0,0,0,0,0,0 +115210,452,96,7,5,5,0,0,0,0,0,0,0 +115310,452,96,7,3,3,0,0,0,0,0,0,0 +212313,452,96,76,5,3,0,0,0,0,0,0,0 +221111,452,96,0,15,12,0,0,0,0,0,0,0 +221112,452,96,0,3,0,0,0,0,0,0,0,0 +221113,452,96,0,5,3,0,0,0,0,0,0,0 +221122,452,96,169,50,18,4,0,0,0,0,0,0 +221210,452,96,139,3,0,0,0,0,0,0,0,0 +221310,452,96,14,3,0,0,0,0,0,0,0,0 +236115,452,96,580,220,211,0,0,0,0,0,0,0 +236116,452,96,92,18,15,0,0,0,0,0,0,0 +236117,452,96,535,62,49,7,0,0,0,0,0,0 +236118,452,96,809,230,213,0,0,0,0,0,0,0 +236210,452,96,179,10,3,4,0,0,0,0,0,0 +236220,452,96,1771,148,106,22,0,0,0,0,0,0 +237110,452,96,378,45,30,3,0,0,0,0,0,0 +237130,452,96,2214,37,9,8,0,0,0,0,0,0 +237210,452,96,113,32,24,0,0,0,0,0,0,0 +237310,452,96,1048,42,13,4,0,0,0,0,0,0 +237990,452,96,90,11,6,0,0,0,0,0,0,0 +238110,452,96,581,64,47,3,0,0,0,0,0,0 +238120,452,96,166,11,5,0,0,0,0,0,0,0 +238130,452,96,141,48,44,0,0,0,0,0,0,0 +238140,452,96,426,64,48,0,0,0,0,0,0,0 +238150,452,96,115,18,10,0,0,0,0,0,0,0 +238160,452,96,619,62,45,4,0,0,0,0,0,0 +238170,452,96,389,38,31,0,0,0,0,0,0,0 +238190,452,96,51,18,12,0,0,0,0,0,0,0 +238210,452,96,2812,266,228,23,0,0,0,0,0,0 +238220,452,96,3941,425,368,35,3,0,0,0,0,0 +238290,452,96,484,48,29,0,0,0,0,0,0,0 +238310,452,96,447,55,42,5,0,0,0,0,0,0 +238320,452,96,629,95,78,0,0,0,0,0,0,0 +238330,452,96,217,54,47,0,0,0,0,0,0,0 +238340,452,96,60,19,15,0,0,0,0,0,0,0 +238350,452,96,336,88,81,0,0,0,0,0,0,0 +238390,452,96,131,23,14,0,0,0,0,0,0,0 +238910,452,96,1702,153,121,16,0,0,0,0,0,0 +238990,452,96,815,167,149,3,0,0,0,0,0,0 +311811,452,96,92,8,6,0,0,0,0,0,0,0 +312120,452,96,49,5,0,0,0,0,0,0,0,0 +312140,452,96,7,3,3,0,0,0,0,0,0,0 +313110,452,96,364,4,0,0,0,0,0,0,0,0 +313210,452,96,2013,12,0,3,3,0,0,0,0,0 +313230,452,96,899,15,0,4,0,0,0,0,0,0 +313310,452,96,1561,18,0,4,3,0,0,0,0,0 +313320,452,96,254,6,0,0,0,0,0,0,0,0 +314120,452,96,116,5,0,0,0,0,0,0,0,0 +314910,452,96,0,3,0,0,0,0,0,0,0,0 +314999,452,96,245,18,6,0,0,0,0,0,0,0 +315210,452,96,88,4,0,0,0,0,0,0,0,0 +321113,452,96,58,6,0,0,0,0,0,0,0,0 +321911,452,96,132,5,0,3,0,0,0,0,0,0 +321918,452,96,0,3,0,0,0,0,0,0,0,0 +321920,452,96,156,13,4,0,0,0,0,0,0,0 +322211,452,96,677,12,0,3,0,0,0,0,0,0 +322220,452,96,0,3,0,0,0,0,0,0,0,0 +322299,452,96,49,3,0,0,0,0,0,0,0,0 +323111,452,96,1388,74,52,12,0,0,0,0,0,0 +323113,452,96,185,21,13,0,0,0,0,0,0,0 +323120,452,96,74,4,3,0,0,0,0,0,0,0 +324121,452,96,19,7,0,0,0,0,0,0,0,0 +325199,452,96,14,3,0,0,0,0,0,0,0,0 +325211,452,96,63,3,0,0,0,0,0,0,0,0 +325411,452,96,826,3,0,0,0,0,0,0,0,0 +325412,452,96,1051,5,0,0,0,0,0,0,0,0 +325520,452,96,650,8,0,0,0,0,0,0,0,0 +325611,452,96,128,5,0,0,0,0,0,0,0,0 +325612,452,96,0,3,0,0,0,0,0,0,0,0 +325613,452,96,268,7,0,0,0,0,0,0,0,0 +325991,452,96,100,3,0,0,0,0,0,0,0,0 +325998,452,96,20,6,0,0,0,0,0,0,0,0 +326112,452,96,0,6,0,0,0,0,0,0,0,0 +326113,452,96,643,3,0,0,0,0,0,0,0,0 +326121,452,96,139,3,0,0,0,0,0,0,0,0 +326140,452,96,347,4,0,0,0,0,0,0,0,0 +326199,452,96,6244,52,6,3,4,0,0,0,0,0 +326220,452,96,25,3,0,0,0,0,0,0,0,0 +327215,452,96,0,3,0,0,0,0,0,0,0,0 +327320,452,96,267,28,13,0,0,0,0,0,0,0 +327331,452,96,127,3,0,0,0,0,0,0,0,0 +327390,452,96,0,3,0,0,0,0,0,0,0,0 +331491,452,96,60,3,0,0,0,0,0,0,0,0 +332216,452,96,42,3,0,0,0,0,0,0,0,0 +332312,452,96,54,9,0,0,0,0,0,0,0,0 +332322,452,96,661,18,0,0,0,0,0,0,0,0 +332323,452,96,5,3,3,0,0,0,0,0,0,0 +332710,452,96,1161,116,85,15,0,0,0,0,0,0 +332721,452,96,282,12,0,4,0,0,0,0,0,0 +332811,452,96,107,8,0,0,0,0,0,0,0,0 +332812,452,96,568,16,3,0,0,0,0,0,0,0 +332813,452,96,108,4,0,3,0,0,0,0,0,0 +332912,452,96,565,3,0,0,0,0,0,0,0,0 +332999,452,96,65,6,0,0,0,0,0,0,0,0 +333120,452,96,0,3,0,0,0,0,0,0,0,0 +333249,452,96,266,21,11,4,0,0,0,0,0,0 +333318,452,96,143,4,0,0,0,0,0,0,0,0 +333415,452,96,0,3,0,0,0,0,0,0,0,0 +333511,452,96,36,3,0,0,0,0,0,0,0,0 +333514,452,96,100,8,3,0,0,0,0,0,0,0 +333515,452,96,565,19,4,0,0,0,0,0,0,0 +333611,452,96,0,4,0,0,0,0,0,0,0,0 +333612,452,96,0,6,0,0,0,0,0,0,0,0 +333922,452,96,11,3,0,0,0,0,0,0,0,0 +333993,452,96,0,3,0,0,0,0,0,0,0,0 +333994,452,96,0,3,0,0,0,0,0,0,0,0 +333999,452,96,75,4,0,0,0,0,0,0,0,0 +335312,452,96,46,4,3,0,0,0,0,0,0,0 +336310,452,96,463,3,0,0,0,0,0,0,0,0 +336320,452,96,1259,6,0,0,0,0,0,0,0,0 +336330,452,96,318,3,0,0,0,0,0,0,0,0 +336360,452,96,0,3,0,0,0,0,0,0,0,0 +336390,452,96,605,9,0,0,0,0,0,0,0,0 +336510,452,96,150,3,0,0,0,0,0,0,0,0 +336999,452,96,17,3,0,0,0,0,0,0,0,0 +337110,452,96,280,23,18,0,0,0,0,0,0,0 +337212,452,96,289,8,0,0,0,0,0,0,0,0 +337215,452,96,0,4,3,0,0,0,0,0,0,0 +339113,452,96,44,5,0,0,0,0,0,0,0,0 +339116,452,96,45,14,12,0,0,0,0,0,0,0 +339950,452,96,295,29,20,0,0,0,0,0,0,0 +339999,452,96,270,23,21,0,0,0,0,0,0,0 +423110,452,96,218,25,13,3,0,0,0,0,0,0 +423120,452,96,630,47,31,9,0,0,0,0,0,0 +423130,452,96,186,13,3,4,0,0,0,0,0,0 +423140,452,96,0,6,0,0,0,0,0,0,0,0 +423210,452,96,145,12,8,0,0,0,0,0,0,0 +423220,452,96,232,20,11,0,0,0,0,0,0,0 +423310,452,96,630,28,16,3,0,0,0,0,0,0 +423320,452,96,122,16,8,0,0,0,0,0,0,0 +423330,452,96,268,20,12,0,0,0,0,0,0,0 +423390,452,96,175,16,13,0,0,0,0,0,0,0 +423420,452,96,241,47,39,3,0,0,0,0,0,0 +423430,452,96,1435,18,8,3,0,0,0,0,0,0 +423440,452,96,221,16,4,5,0,0,0,0,0,0 +423450,452,96,734,35,15,3,0,0,0,0,0,0 +423490,452,96,20,7,5,0,0,0,0,0,0,0 +423510,452,96,456,42,35,3,0,0,0,0,0,0 +423520,452,96,0,3,0,0,0,0,0,0,0,0 +423610,452,96,897,79,62,9,0,0,0,0,0,0 +423690,452,96,251,26,19,0,0,0,0,0,0,0 +423710,452,96,306,28,15,0,0,0,0,0,0,0 +423720,452,96,197,20,11,0,0,0,0,0,0,0 +423730,452,96,232,35,28,0,0,0,0,0,0,0 +423740,452,96,75,7,0,0,0,0,0,0,0,0 +423810,452,96,241,14,0,0,0,0,0,0,0,0 +423820,452,96,83,21,13,0,0,0,0,0,0,0 +423830,452,96,2361,226,188,24,0,0,0,0,0,0 +423840,452,96,883,59,40,9,0,0,0,0,0,0 +423850,452,96,206,19,9,0,0,0,0,0,0,0 +423860,452,96,110,7,3,0,0,0,0,0,0,0 +423910,452,96,99,16,10,0,0,0,0,0,0,0 +423930,452,96,699,40,25,4,0,0,0,0,0,0 +423940,452,96,14,5,4,0,0,0,0,0,0,0 +423990,452,96,74,27,17,0,0,0,0,0,0,0 +424120,452,96,143,11,6,0,0,0,0,0,0,0 +424130,452,96,1017,15,3,0,0,0,0,0,0,0 +424210,452,96,87,13,7,0,0,0,0,0,0,0 +424310,452,96,211,20,17,0,0,0,0,0,0,0 +424320,452,96,0,5,4,0,0,0,0,0,0,0 +424330,452,96,0,6,0,0,0,0,0,0,0,0 +424480,452,96,150,5,0,0,0,0,0,0,0,0 +424490,452,96,1722,35,22,0,0,0,0,0,0,0 +424510,452,96,22,3,0,0,0,0,0,0,0,0 +424610,452,96,257,13,6,0,0,0,0,0,0,0 +424690,452,96,779,68,49,10,0,0,0,0,0,0 +424710,452,96,108,12,8,0,0,0,0,0,0,0 +424720,452,96,83,13,8,0,0,0,0,0,0,0 +424810,452,96,0,3,0,0,0,0,0,0,0,0 +424910,452,96,28,5,3,0,0,0,0,0,0,0 +424930,452,96,55,14,9,0,0,0,0,0,0,0 +424940,452,96,108,4,0,0,0,0,0,0,0,0 +424950,452,96,95,15,4,0,0,0,0,0,0,0 +424990,452,96,131,31,30,0,0,0,0,0,0,0 +425110,452,96,10,3,0,0,0,0,0,0,0,0 +425120,452,96,779,136,121,5,0,0,0,0,0,0 +441110,452,96,4382,89,12,48,8,0,0,0,0,0 +441120,452,96,767,161,151,0,0,0,0,0,0,0 +441210,452,96,155,8,0,3,0,0,0,0,0,0 +441222,452,96,64,11,0,0,0,0,0,0,0,0 +441228,452,96,278,35,27,0,0,0,0,0,0,0 +441310,452,96,1937,176,155,10,0,0,0,0,0,0 +441320,452,96,808,117,102,3,0,0,0,0,0,0 +442110,452,96,777,114,93,5,0,0,0,0,0,0 +442210,452,96,259,38,26,3,0,0,0,0,0,0 +442291,452,96,15,5,3,0,0,0,0,0,0,0 +442299,452,96,563,54,34,4,0,0,0,0,0,0 +443141,452,96,276,25,13,0,0,0,0,0,0,0 +443142,452,96,757,92,84,0,0,0,0,0,0,0 +444110,452,96,0,23,0,0,20,0,0,0,0,0 +444120,452,96,137,30,23,0,0,0,0,0,0,0 +444130,452,96,623,78,62,4,0,0,0,0,0,0 +444190,452,96,869,107,93,5,0,0,0,0,0,0 +444210,452,96,116,19,10,0,0,0,0,0,0,0 +444220,452,96,624,65,45,4,0,0,0,0,0,0 +445110,452,96,13298,232,86,70,56,0,0,0,0,0 +445120,452,96,208,88,82,0,0,0,0,0,0,0 +445210,452,96,46,7,3,0,0,0,0,0,0,0 +445230,452,96,54,13,10,0,0,0,0,0,0,0 +445291,452,96,12,3,0,0,0,0,0,0,0,0 +445292,452,96,13,4,3,0,0,0,0,0,0,0 +445299,452,96,45,4,0,0,0,0,0,0,0,0 +445310,452,96,314,109,101,0,0,0,0,0,0,0 +446110,452,96,2452,212,161,32,0,0,0,0,0,0 +446120,452,96,535,59,37,4,0,0,0,0,0,0 +446130,452,96,230,29,25,0,0,0,0,0,0,0 +446191,452,96,181,29,22,0,0,0,0,0,0,0 +446199,452,96,241,40,33,0,0,0,0,0,0,0 +447110,452,96,3940,635,608,24,0,0,0,0,0,0 +447190,452,96,528,44,28,3,0,0,0,0,0,0 +448110,452,96,176,25,16,0,0,0,0,0,0,0 +448120,452,96,1205,142,122,6,0,0,0,0,0,0 +448130,452,96,268,22,7,3,0,0,0,0,0,0 +448140,452,96,2659,108,49,49,0,0,0,0,0,0 +448150,452,96,158,27,17,0,0,0,0,0,0,0 +448190,452,96,494,43,30,4,0,0,0,0,0,0 +448210,452,96,847,83,74,4,0,0,0,0,0,0 +448310,452,96,332,62,60,0,0,0,0,0,0,0 +451110,452,96,1029,65,45,6,0,0,0,0,0,0 +451120,452,96,646,32,11,8,0,0,0,0,0,0 +451130,452,96,63,9,5,0,0,0,0,0,0,0 +451140,452,96,132,15,10,0,0,0,0,0,0,0 +451211,452,96,326,28,10,3,0,0,0,0,0,0 +452210,452,96,1814,20,0,13,5,0,0,0,0,0 +452311,452,96,4172,30,0,0,12,9,0,0,0,0 +452319,452,96,2390,302,281,12,0,0,0,0,0,0 +453110,452,96,175,43,36,0,0,0,0,0,0,0 +453210,452,96,174,20,3,5,0,0,0,0,0,0 +453220,452,96,340,64,50,0,0,0,0,0,0,0 +453310,452,96,1055,116,91,9,0,0,0,0,0,0 +453910,452,96,275,27,16,0,0,0,0,0,0,0 +453920,452,96,4,5,5,0,0,0,0,0,0,0 +453930,452,96,47,14,3,0,0,0,0,0,0,0 +453991,452,96,141,31,28,0,0,0,0,0,0,0 +453998,452,96,408,97,88,0,0,0,0,0,0,0 +454110,452,96,1996,97,77,5,0,0,0,0,0,0 +454210,452,96,0,14,9,0,0,0,0,0,0,0 +454310,452,96,256,25,13,0,0,0,0,0,0,0 +454390,452,96,445,96,89,0,0,0,0,0,0,0 +481111,452,96,238,6,0,3,0,0,0,0,0,0 +481211,452,96,38,5,3,0,0,0,0,0,0,0 +481219,452,96,5,3,3,0,0,0,0,0,0,0 +484110,452,96,606,115,100,3,0,0,0,0,0,0 +484121,452,96,2168,108,73,18,3,0,0,0,0,0 +484122,452,96,1900,37,15,8,4,0,0,0,0,0 +484210,452,96,343,18,8,0,0,0,0,0,0,0 +484220,452,96,516,53,40,5,0,0,0,0,0,0 +484230,452,96,628,32,19,10,0,0,0,0,0,0 +485210,452,96,26,3,0,0,0,0,0,0,0,0 +485991,452,96,45,7,7,0,0,0,0,0,0,0 +488190,452,96,265,9,3,3,0,0,0,0,0,0 +488210,452,96,0,3,0,0,0,0,0,0,0,0 +488410,452,96,169,37,27,0,0,0,0,0,0,0 +488490,452,96,0,14,7,0,0,0,0,0,0,0 +488510,452,96,1275,57,46,4,0,0,0,0,0,0 +488991,452,96,12,3,0,0,0,0,0,0,0,0 +492110,452,96,970,36,19,0,0,0,0,0,0,0 +492210,452,96,119,20,10,0,0,0,0,0,0,0 +493110,452,96,5980,81,41,7,7,0,0,0,0,0 +493120,452,96,0,3,0,0,0,0,0,0,0,0 +493190,452,96,309,13,4,0,0,0,0,0,0,0 +511110,452,96,406,26,13,0,0,0,0,0,0,0 +511120,452,96,19,7,5,0,0,0,0,0,0,0 +511210,452,96,313,24,15,3,0,0,0,0,0,0 +512110,452,96,47,11,5,0,0,0,0,0,0,0 +512131,452,96,109,8,0,0,0,0,0,0,0,0 +512191,452,96,3,3,3,0,0,0,0,0,0,0 +515112,452,96,172,6,0,0,0,0,0,0,0,0 +515120,452,96,266,8,0,0,0,0,0,0,0,0 +517311,452,96,4113,91,57,10,0,0,0,0,0,0 +517312,452,96,1873,93,71,8,0,0,0,0,0,0 +517911,452,96,65,20,16,0,0,0,0,0,0,0 +517919,452,96,11,7,0,0,0,0,0,0,0,0 +518210,452,96,745,32,21,6,0,0,0,0,0,0 +519130,452,96,70,9,5,0,0,0,0,0,0,0 +522110,452,96,6972,409,365,27,0,0,3,0,0,0 +522120,452,96,0,11,3,0,0,0,0,0,0,0 +522130,452,96,603,74,61,3,0,0,0,0,0,0 +522220,452,96,0,19,16,0,0,0,0,0,0,0 +522291,452,96,1128,222,217,0,0,0,0,0,0,0 +522292,452,96,369,62,56,3,0,0,0,0,0,0 +522298,452,96,454,122,111,3,0,0,0,0,0,0 +522310,452,96,128,17,15,0,0,0,0,0,0,0 +522320,452,96,23,7,5,0,0,0,0,0,0,0 +522390,452,96,177,92,90,0,0,0,0,0,0,0 +523110,452,96,30,5,3,0,0,0,0,0,0,0 +523120,452,96,364,93,83,4,0,0,0,0,0,0 +523910,452,96,58,12,8,0,0,0,0,0,0,0 +523920,452,96,420,173,163,0,0,0,0,0,0,0 +523930,452,96,125,46,41,0,0,0,0,0,0,0 +523991,452,96,19,7,6,0,0,0,0,0,0,0 +523999,452,96,0,3,0,0,0,0,0,0,0,0 +524113,452,96,317,16,10,0,0,0,0,0,0,0 +524114,452,96,160,9,3,0,0,0,0,0,0,0 +524126,452,96,451,25,15,4,0,0,0,0,0,0 +524210,452,96,2285,552,530,7,0,0,0,0,0,0 +524291,452,96,11,10,9,0,0,0,0,0,0,0 +524292,452,96,0,10,5,0,0,0,0,0,0,0 +524298,452,96,32,13,11,0,0,0,0,0,0,0 +531110,452,96,576,147,139,0,0,0,0,0,0,0 +531120,452,96,269,92,79,0,0,0,0,0,0,0 +531130,452,96,128,81,79,0,0,0,0,0,0,0 +531190,452,96,31,11,8,0,0,0,0,0,0,0 +531210,452,96,1003,512,503,6,0,0,0,0,0,0 +531311,452,96,1159,159,142,0,0,0,0,0,0,0 +531312,452,96,150,42,36,0,0,0,0,0,0,0 +531320,452,96,111,61,58,0,0,0,0,0,0,0 +531390,452,96,109,57,54,0,0,0,0,0,0,0 +532111,452,96,324,28,21,0,0,0,0,0,0,0 +532120,452,96,260,27,16,0,0,0,0,0,0,0 +532210,452,96,67,33,29,0,0,0,0,0,0,0 +532281,452,96,0,3,0,0,0,0,0,0,0,0 +532283,452,96,154,15,4,0,0,0,0,0,0,0 +532284,452,96,6,3,0,0,0,0,0,0,0,0 +532289,452,96,214,16,0,0,0,0,0,0,0,0 +532310,452,96,9,3,0,0,0,0,0,0,0,0 +532412,452,96,217,10,4,0,0,0,0,0,0,0 +532490,452,96,126,24,18,0,0,0,0,0,0,0 +533110,452,96,72,5,3,0,0,0,0,0,0,0 +541110,452,96,2871,554,522,24,0,0,0,0,0,0 +541191,452,96,34,20,19,0,0,0,0,0,0,0 +541199,452,96,27,10,8,0,0,0,0,0,0,0 +541211,452,96,1424,201,181,6,0,0,0,0,0,0 +541213,452,96,845,113,95,6,0,0,0,0,0,0 +541214,452,96,178,14,5,3,0,0,0,0,0,0 +541219,452,96,524,121,105,0,0,0,0,0,0,0 +541310,452,96,853,63,52,3,0,0,0,0,0,0 +541320,452,96,84,23,14,0,0,0,0,0,0,0 +541330,452,96,7060,266,211,29,7,0,0,0,0,0 +541340,452,96,28,13,12,0,0,0,0,0,0,0 +541350,452,96,71,30,28,0,0,0,0,0,0,0 +541370,452,96,182,50,42,0,0,0,0,0,0,0 +541380,452,96,348,30,17,3,0,0,0,0,0,0 +541410,452,96,81,38,37,0,0,0,0,0,0,0 +541430,452,96,89,46,43,0,0,0,0,0,0,0 +541490,452,96,22,8,6,0,0,0,0,0,0,0 +541511,452,96,712,141,132,0,0,0,0,0,0,0 +541512,452,96,904,117,108,0,0,0,0,0,0,0 +541513,452,96,27,19,9,0,0,0,0,0,0,0 +541519,452,96,182,37,31,0,0,0,0,0,0,0 +541611,452,96,679,201,190,3,0,0,0,0,0,0 +541612,452,96,0,23,18,0,0,0,0,0,0,0 +541613,452,96,412,96,87,5,0,0,0,0,0,0 +541614,452,96,637,42,27,3,0,0,0,0,0,0 +541618,452,96,59,22,19,0,0,0,0,0,0,0 +541620,452,96,231,35,23,0,0,0,0,0,0,0 +541690,452,96,170,60,58,0,0,0,0,0,0,0 +541713,452,96,0,8,0,0,0,0,0,0,0,0 +541715,452,96,132,18,9,0,0,0,0,0,0,0 +541810,452,96,499,50,40,0,0,0,0,0,0,0 +541820,452,96,61,21,15,0,0,0,0,0,0,0 +541850,452,96,73,8,6,0,0,0,0,0,0,0 +541860,452,96,0,4,0,0,0,0,0,0,0,0 +541890,452,96,230,29,21,3,0,0,0,0,0,0 +541910,452,96,23,5,3,0,0,0,0,0,0,0 +541921,452,96,77,36,32,0,0,0,0,0,0,0 +541922,452,96,11,8,7,0,0,0,0,0,0,0 +541930,452,96,34,6,5,0,0,0,0,0,0,0 +541940,452,96,1520,112,74,18,0,0,0,0,0,0 +541990,452,96,289,96,85,0,0,0,0,0,0,0 +551112,452,96,448,16,7,0,0,0,0,0,0,0 +551114,452,96,12526,228,143,46,15,9,0,0,0,0 +561110,452,96,3864,103,85,12,0,0,0,0,0,0 +561210,452,96,492,21,14,0,0,0,0,0,0,0 +561311,452,96,529,20,11,3,0,0,0,0,0,0 +561312,452,96,192,28,21,0,0,0,0,0,0,0 +561320,452,96,17321,188,68,54,27,12,5,0,0,0 +561330,452,96,496,4,0,0,0,0,0,0,0,0 +561410,452,96,14,12,12,0,0,0,0,0,0,0 +561422,452,96,2033,13,0,0,0,0,0,0,0,0 +561431,452,96,86,17,15,0,0,0,0,0,0,0 +561439,452,96,66,12,7,0,0,0,0,0,0,0 +561440,452,96,736,15,7,3,0,0,0,0,0,0 +561499,452,96,0,6,0,0,0,0,0,0,0,0 +561510,452,96,151,38,36,0,0,0,0,0,0,0 +561520,452,96,3,3,3,0,0,0,0,0,0,0 +561611,452,96,21,9,5,0,0,0,0,0,0,0 +561612,452,96,2324,15,3,5,0,0,0,0,0,0 +561613,452,96,87,5,0,0,0,0,0,0,0,0 +561621,452,96,347,26,13,3,0,0,0,0,0,0 +561622,452,96,16,8,7,0,0,0,0,0,0,0 +561710,452,96,722,77,56,9,0,0,0,0,0,0 +561720,452,96,4849,249,210,27,0,0,0,0,0,0 +561730,452,96,2577,436,403,21,0,0,0,0,0,0 +561740,452,96,103,29,25,0,0,0,0,0,0,0 +561790,452,96,60,32,27,0,0,0,0,0,0,0 +561910,452,96,174,5,0,0,0,0,0,0,0,0 +561920,452,96,26,7,7,0,0,0,0,0,0,0 +561990,452,96,567,31,13,4,0,0,0,0,0,0 +562111,452,96,754,45,25,8,0,0,0,0,0,0 +562212,452,96,0,5,4,0,0,0,0,0,0,0 +562910,452,96,88,14,8,0,0,0,0,0,0,0 +562920,452,96,117,8,3,0,0,0,0,0,0,0 +562991,452,96,33,8,4,0,0,0,0,0,0,0 +611110,452,96,2885,67,17,29,4,0,0,0,0,0 +611310,452,96,6500,16,4,0,0,0,0,0,0,0 +611420,452,96,0,7,6,0,0,0,0,0,0,0 +611430,452,96,52,13,12,0,0,0,0,0,0,0 +611511,452,96,27,7,0,0,0,0,0,0,0,0 +611519,452,96,61,8,0,0,0,0,0,0,0,0 +611610,452,96,206,37,34,0,0,0,0,0,0,0 +611620,452,96,353,62,58,0,0,0,0,0,0,0 +611691,452,96,197,28,22,0,0,0,0,0,0,0 +611692,452,96,6,3,3,0,0,0,0,0,0,0 +611699,452,96,39,14,14,0,0,0,0,0,0,0 +611710,452,96,79,17,14,0,0,0,0,0,0,0 +621111,452,96,6770,467,398,55,5,0,0,0,0,0 +621112,452,96,96,27,21,0,0,0,0,0,0,0 +621210,452,96,3689,455,423,18,0,0,0,0,0,0 +621310,452,96,468,164,158,0,0,0,0,0,0,0 +621320,452,96,396,87,75,0,0,0,0,0,0,0 +621330,452,96,150,51,42,0,0,0,0,0,0,0 +621340,452,96,1397,144,131,4,0,0,0,0,0,0 +621391,452,96,30,6,4,0,0,0,0,0,0,0 +621399,452,96,334,63,52,5,0,0,0,0,0,0 +621410,452,96,18,3,0,0,0,0,0,0,0,0 +621420,452,96,159,15,9,0,0,0,0,0,0,0 +621492,452,96,417,31,13,9,0,0,0,0,0,0 +621493,452,96,549,36,23,5,0,0,0,0,0,0 +621498,452,96,430,29,15,3,0,0,0,0,0,0 +621511,452,96,216,20,12,0,0,0,0,0,0,0 +621512,452,96,177,16,4,0,0,0,0,0,0,0 +621610,452,96,3405,124,56,35,0,0,0,0,0,0 +621910,452,96,939,20,3,4,0,0,0,0,0,0 +621991,452,96,0,5,0,0,0,0,0,0,0,0 +621999,452,96,176,13,7,4,0,0,0,0,0,0 +622110,452,96,0,10,0,0,0,0,0,0,3,0 +622210,452,96,898,3,0,0,0,0,0,0,0,0 +622310,452,96,759,4,0,0,3,0,0,0,0,0 +623110,452,96,5031,59,6,26,19,0,0,0,0,0 +623210,452,96,0,67,63,0,0,0,0,0,0,0 +623220,452,96,360,11,0,0,0,0,0,0,0,0 +623311,452,96,1859,20,0,0,6,0,0,0,0,0 +623312,452,96,1406,51,3,24,0,0,0,0,0,0 +623990,452,96,616,31,16,5,0,0,0,0,0,0 +624110,452,96,275,24,20,0,0,0,0,0,0,0 +624120,452,96,4302,94,27,39,0,0,0,0,0,0 +624190,452,96,1129,112,94,10,0,0,0,0,0,0 +624210,452,96,120,12,0,0,0,0,0,0,0,0 +624221,452,96,140,13,6,0,0,0,0,0,0,0 +624229,452,96,154,12,6,0,0,0,0,0,0,0 +624310,452,96,83,6,3,0,0,0,0,0,0,0 +624410,452,96,2994,211,146,44,0,0,0,0,0,0 +711110,452,96,78,11,7,0,0,0,0,0,0,0 +711120,452,96,1,3,3,0,0,0,0,0,0,0 +711130,452,96,125,7,4,0,0,0,0,0,0,0 +711219,452,96,9,5,4,0,0,0,0,0,0,0 +711310,452,96,0,3,3,0,0,0,0,0,0,0 +711320,452,96,10,4,4,0,0,0,0,0,0,0 +711410,452,96,2,3,3,0,0,0,0,0,0,0 +711510,452,96,35,20,19,0,0,0,0,0,0,0 +712110,452,96,17,6,0,0,0,0,0,0,0,0 +712190,452,96,31,3,0,0,0,0,0,0,0,0 +713120,452,96,0,3,0,0,0,0,0,0,0,0 +713290,452,96,103,9,3,0,0,0,0,0,0,0 +713910,452,96,1866,54,9,27,0,0,0,0,0,0 +713940,452,96,2068,149,118,7,0,0,0,0,0,0 +713950,452,96,47,3,0,0,0,0,0,0,0,0 +713990,452,96,388,46,26,0,0,0,0,0,0,0 +721110,452,96,3735,186,113,53,4,0,0,0,0,0 +721211,452,96,19,3,0,0,0,0,0,0,0,0 +721214,452,96,0,7,0,0,0,0,0,0,0,0 +722310,452,96,1913,105,65,22,0,0,0,0,0,0 +722320,452,96,290,29,21,0,0,0,0,0,0,0 +722330,452,96,8,13,13,0,0,0,0,0,0,0 +722410,452,96,635,72,56,8,0,0,0,0,0,0 +722511,452,96,22144,1075,700,348,19,0,0,0,0,0 +722513,452,96,21260,1059,581,463,0,0,0,0,0,0 +722514,452,96,753,24,0,7,0,0,0,0,0,0 +722515,452,96,1992,149,114,29,0,0,0,0,0,0 +811111,452,96,1307,301,286,6,0,0,0,0,0,0 +811113,452,96,101,21,17,0,0,0,0,0,0,0 +811118,452,96,60,16,6,0,0,0,0,0,0,0 +811121,452,96,944,137,116,4,0,0,0,0,0,0 +811122,452,96,121,24,17,0,0,0,0,0,0,0 +811191,452,96,309,46,34,0,0,0,0,0,0,0 +811192,452,96,774,65,39,12,0,0,0,0,0,0 +811198,452,96,146,18,13,0,0,0,0,0,0,0 +811211,452,96,36,4,0,0,0,0,0,0,0,0 +811212,452,96,91,13,8,0,0,0,0,0,0,0 +811213,452,96,6,6,3,0,0,0,0,0,0,0 +811219,452,96,244,10,0,0,0,0,0,0,0,0 +811310,452,96,3559,114,94,6,0,0,0,0,0,0 +811411,452,96,23,10,8,0,0,0,0,0,0,0 +811412,452,96,49,8,3,0,0,0,0,0,0,0 +811420,452,96,12,10,10,0,0,0,0,0,0,0 +811490,452,96,93,24,22,0,0,0,0,0,0,0 +812111,452,96,18,7,6,0,0,0,0,0,0,0 +812112,452,96,1047,220,199,6,0,0,0,0,0,0 +812113,452,96,159,49,47,0,0,0,0,0,0,0 +812191,452,96,51,8,6,0,0,0,0,0,0,0 +812199,452,96,404,77,70,0,0,0,0,0,0,0 +812210,452,96,743,63,39,3,0,0,0,0,0,0 +812220,452,96,234,23,11,0,0,0,0,0,0,0 +812310,452,96,59,22,19,0,0,0,0,0,0,0 +812320,452,96,559,69,55,0,0,0,0,0,0,0 +812332,452,96,0,7,0,0,0,0,0,0,0,0 +812910,452,96,369,74,65,3,0,0,0,0,0,0 +812990,452,96,127,53,49,0,0,0,0,0,0,0 +813110,452,96,11208,1482,1368,95,11,0,0,0,0,0 +813211,452,96,108,35,31,0,0,0,0,0,0,0 +813212,452,96,71,16,14,0,0,0,0,0,0,0 +813219,452,96,126,7,4,0,0,0,0,0,0,0 +813312,452,96,156,14,7,0,0,0,0,0,0,0 +813319,452,96,47,9,3,0,0,0,0,0,0,0 +813410,452,96,418,56,37,3,0,0,0,0,0,0 +813910,452,96,181,35,24,0,0,0,0,0,0,0 +813920,452,96,34,11,4,0,0,0,0,0,0,0 +813930,452,96,32,8,6,0,0,0,0,0,0,0 +813990,452,96,229,20,11,0,0,0,0,0,0,0 +113310,452,97,27,5,3,0,0,0,0,0,0,0 +221122,452,97,0,3,0,0,0,0,0,0,0,0 +236115,452,97,59,10,9,0,0,0,0,0,0,0 +236118,452,97,49,11,10,0,0,0,0,0,0,0 +236220,452,97,9,5,5,0,0,0,0,0,0,0 +237110,452,97,0,3,0,0,0,0,0,0,0,0 +237310,452,97,0,4,0,0,0,0,0,0,0,0 +238110,452,97,12,3,0,0,0,0,0,0,0,0 +238150,452,97,13,3,0,0,0,0,0,0,0,0 +238160,452,97,152,9,0,0,0,0,0,0,0,0 +238210,452,97,58,13,12,0,0,0,0,0,0,0 +238220,452,97,160,21,19,0,0,0,0,0,0,0 +238310,452,97,29,4,0,0,0,0,0,0,0,0 +238320,452,97,16,5,3,0,0,0,0,0,0,0 +238350,452,97,45,4,3,0,0,0,0,0,0,0 +238910,452,97,101,13,8,0,0,0,0,0,0,0 +238990,452,97,15,5,4,0,0,0,0,0,0,0 +331511,452,97,15,3,0,0,0,0,0,0,0,0 +332313,452,97,12,3,0,0,0,0,0,0,0,0 +332710,452,97,198,8,0,0,0,0,0,0,0,0 +337110,452,97,24,8,4,0,0,0,0,0,0,0 +423120,452,97,0,5,4,0,0,0,0,0,0,0 +423310,452,97,104,3,0,0,0,0,0,0,0,0 +423410,452,97,196,4,3,0,0,0,0,0,0,0 +423610,452,97,18,4,0,0,0,0,0,0,0,0 +423730,452,97,10,4,4,0,0,0,0,0,0,0 +423930,452,97,0,3,0,0,0,0,0,0,0,0 +424490,452,97,14,3,0,0,0,0,0,0,0,0 +425120,452,97,4,3,3,0,0,0,0,0,0,0 +441110,452,97,269,5,0,3,0,0,0,0,0,0 +441120,452,97,34,12,10,0,0,0,0,0,0,0 +441310,452,97,143,15,8,0,0,0,0,0,0,0 +441320,452,97,47,10,4,0,0,0,0,0,0,0 +442110,452,97,33,6,4,0,0,0,0,0,0,0 +443141,452,97,16,4,3,0,0,0,0,0,0,0 +443142,452,97,51,4,3,0,0,0,0,0,0,0 +444130,452,97,69,7,3,0,0,0,0,0,0,0 +444190,452,97,56,7,4,0,0,0,0,0,0,0 +444220,452,97,39,5,3,0,0,0,0,0,0,0 +445110,452,97,918,20,0,9,0,0,0,0,0,0 +445120,452,97,14,6,6,0,0,0,0,0,0,0 +445310,452,97,29,10,8,0,0,0,0,0,0,0 +446110,452,97,152,15,8,3,0,0,0,0,0,0 +446120,452,97,72,7,3,0,0,0,0,0,0,0 +446199,452,97,21,3,0,0,0,0,0,0,0,0 +447110,452,97,394,58,55,3,0,0,0,0,0,0 +448120,452,97,56,7,7,0,0,0,0,0,0,0 +448140,452,97,158,8,3,3,0,0,0,0,0,0 +448150,452,97,9,4,3,0,0,0,0,0,0,0 +448210,452,97,66,9,7,0,0,0,0,0,0,0 +448310,452,97,23,4,0,0,0,0,0,0,0,0 +451110,452,97,28,7,5,0,0,0,0,0,0,0 +452311,452,97,0,3,0,0,0,0,0,0,0,0 +452319,452,97,256,28,23,0,0,0,0,0,0,0 +453110,452,97,16,4,3,0,0,0,0,0,0,0 +453210,452,97,0,3,0,0,0,0,0,0,0,0 +453220,452,97,5,4,4,0,0,0,0,0,0,0 +453310,452,97,33,6,4,0,0,0,0,0,0,0 +454110,452,97,0,3,0,0,0,0,0,0,0,0 +454390,452,97,6,3,3,0,0,0,0,0,0,0 +484110,452,97,31,7,3,0,0,0,0,0,0,0 +484121,452,97,117,7,3,0,0,0,0,0,0,0 +484220,452,97,24,4,0,0,0,0,0,0,0,0 +517311,452,97,0,9,3,0,0,0,0,0,0,0 +517312,452,97,39,4,0,0,0,0,0,0,0,0 +522110,452,97,246,25,20,0,0,0,0,0,0,0 +522130,452,97,81,9,6,0,0,0,0,0,0,0 +522291,452,97,78,24,24,0,0,0,0,0,0,0 +522298,452,97,25,8,7,0,0,0,0,0,0,0 +522390,452,97,6,5,5,0,0,0,0,0,0,0 +523120,452,97,0,5,5,0,0,0,0,0,0,0 +523920,452,97,28,7,6,0,0,0,0,0,0,0 +524210,452,97,109,28,25,0,0,0,0,0,0,0 +531110,452,97,33,6,4,0,0,0,0,0,0,0 +531130,452,97,0,3,3,0,0,0,0,0,0,0 +531210,452,97,19,15,15,0,0,0,0,0,0,0 +531311,452,97,47,7,4,0,0,0,0,0,0,0 +531320,452,97,7,3,3,0,0,0,0,0,0,0 +532283,452,97,19,3,0,0,0,0,0,0,0,0 +532310,452,97,0,3,3,0,0,0,0,0,0,0 +541110,452,97,133,37,34,0,0,0,0,0,0,0 +541211,452,97,52,10,9,0,0,0,0,0,0,0 +541213,452,97,20,8,7,0,0,0,0,0,0,0 +541219,452,97,38,5,0,0,0,0,0,0,0,0 +541310,452,97,8,3,3,0,0,0,0,0,0,0 +541330,452,97,300,9,4,0,0,0,0,0,0,0 +541370,452,97,8,3,3,0,0,0,0,0,0,0 +541611,452,97,10,10,10,0,0,0,0,0,0,0 +541940,452,97,39,6,0,0,0,0,0,0,0,0 +551114,452,97,92,8,6,0,0,0,0,0,0,0 +561110,452,97,60,5,3,0,0,0,0,0,0,0 +561320,452,97,295,4,0,0,0,0,0,0,0,0 +561710,452,97,36,6,4,0,0,0,0,0,0,0 +561720,452,97,87,13,11,0,0,0,0,0,0,0 +561730,452,97,102,23,17,0,0,0,0,0,0,0 +562111,452,97,0,3,0,0,0,0,0,0,0,0 +611110,452,97,103,6,0,0,0,0,0,0,0,0 +621111,452,97,387,33,21,6,0,0,0,0,0,0 +621210,452,97,181,27,26,0,0,0,0,0,0,0 +621310,452,97,14,5,5,0,0,0,0,0,0,0 +621320,452,97,40,6,3,0,0,0,0,0,0,0 +621340,452,97,30,5,0,0,0,0,0,0,0,0 +621493,452,97,0,3,0,0,0,0,0,0,0,0 +621511,452,97,0,3,0,0,0,0,0,0,0,0 +621610,452,97,136,6,0,0,0,0,0,0,0,0 +621999,452,97,27,3,0,0,0,0,0,0,0,0 +623220,452,97,0,3,0,0,0,0,0,0,0,0 +623312,452,97,113,7,0,4,0,0,0,0,0,0 +624120,452,97,263,6,0,3,0,0,0,0,0,0 +624190,452,97,0,4,0,0,0,0,0,0,0,0 +624410,452,97,251,16,5,5,0,0,0,0,0,0 +713910,452,97,108,5,0,0,0,0,0,0,0,0 +713940,452,97,50,4,3,0,0,0,0,0,0,0 +721110,452,97,190,12,8,3,0,0,0,0,0,0 +722310,452,97,0,3,0,0,0,0,0,0,0,0 +722511,452,97,1164,55,33,19,0,0,0,0,0,0 +722513,452,97,1435,71,38,27,0,0,0,0,0,0 +722515,452,97,0,3,0,0,0,0,0,0,0,0 +811111,452,97,75,18,16,0,0,0,0,0,0,0 +811121,452,97,32,8,8,0,0,0,0,0,0,0 +811192,452,97,36,4,0,0,0,0,0,0,0,0 +812112,452,97,25,6,4,0,0,0,0,0,0,0 +812113,452,97,7,3,3,0,0,0,0,0,0,0 +812210,452,97,70,10,3,0,0,0,0,0,0,0 +813110,452,97,643,110,102,5,0,0,0,0,0,0 +813211,452,97,14,3,0,0,0,0,0,0,0,0 +813410,452,97,143,5,0,0,0,0,0,0,0,0 +113110,459,97,12,6,3,0,0,0,0,0,0,0 +113310,459,97,1983,229,140,13,0,0,0,0,0,0 +115210,459,97,138,23,17,0,0,0,0,0,0,0 +115310,459,97,345,40,23,0,0,0,0,0,0,0 +212313,459,97,0,6,0,0,0,0,0,0,0,0 +212321,459,97,73,3,0,0,0,0,0,0,0,0 +212324,459,97,0,3,0,0,0,0,0,0,0,0 +213111,459,97,10,3,0,0,0,0,0,0,0,0 +221111,459,97,0,7,7,0,0,0,0,0,0,0 +221112,459,97,0,8,0,0,0,0,0,0,0,0 +221113,459,97,0,19,9,0,0,0,0,0,0,0 +221122,459,97,541,164,65,20,6,0,0,0,0,0 +221210,459,97,0,7,0,0,0,0,0,0,0,0 +221310,459,97,85,15,9,0,0,0,0,0,0,0 +236115,459,97,1471,420,395,0,0,0,0,0,0,0 +236116,459,97,81,22,8,0,0,0,0,0,0,0 +236117,459,97,1382,136,106,0,0,0,0,0,0,0 +236118,459,97,1643,468,438,5,0,0,0,0,0,0 +236210,459,97,47,9,3,0,0,0,0,0,0,0 +236220,459,97,2695,229,157,26,0,0,0,0,0,0 +237110,459,97,941,98,50,3,0,0,0,0,0,0 +237130,459,97,337,41,19,3,0,0,0,0,0,0 +237210,459,97,278,56,42,0,0,0,0,0,0,0 +237310,459,97,1604,56,17,11,0,0,0,0,0,0 +237990,459,97,211,34,17,0,0,0,0,0,0,0 +238110,459,97,699,102,76,0,0,0,0,0,0,0 +238120,459,97,77,13,3,0,0,0,0,0,0,0 +238130,459,97,202,66,55,0,0,0,0,0,0,0 +238140,459,97,539,94,66,3,0,0,0,0,0,0 +238150,459,97,357,41,25,4,0,0,0,0,0,0 +238160,459,97,1041,125,92,7,0,0,0,0,0,0 +238170,459,97,289,65,50,0,0,0,0,0,0,0 +238190,459,97,263,32,21,0,0,0,0,0,0,0 +238210,459,97,4404,470,391,28,0,0,0,0,0,0 +238220,459,97,7659,882,756,53,0,0,0,0,0,0 +238290,459,97,648,38,16,3,0,0,0,0,0,0 +238310,459,97,805,104,69,3,0,0,0,0,0,0 +238320,459,97,731,200,166,3,0,0,0,0,0,0 +238330,459,97,266,87,81,0,0,0,0,0,0,0 +238340,459,97,137,40,29,0,0,0,0,0,0,0 +238350,459,97,768,210,175,0,0,0,0,0,0,0 +238390,459,97,324,43,28,0,0,0,0,0,0,0 +238910,459,97,3354,280,201,24,0,0,0,0,0,0 +238990,459,97,2016,358,311,8,0,0,0,0,0,0 +311111,459,97,0,3,0,0,0,0,0,0,0,0 +311611,459,97,70,4,0,0,0,0,0,0,0,0 +311615,459,97,0,3,0,0,0,0,0,0,0,0 +311811,459,97,34,7,3,0,0,0,0,0,0,0 +311812,459,97,7,3,3,0,0,0,0,0,0,0 +312120,459,97,27,3,0,0,0,0,0,0,0,0 +313110,459,97,414,3,0,0,0,0,0,0,0,0 +313230,459,97,295,4,0,0,0,0,0,0,0,0 +313310,459,97,0,3,0,0,0,0,0,0,0,0 +314120,459,97,0,9,0,0,0,0,0,0,0,0 +314910,459,97,38,3,3,0,0,0,0,0,0,0 +314999,459,97,175,7,3,0,0,0,0,0,0,0 +321113,459,97,134,4,0,0,0,0,0,0,0,0 +321219,459,97,0,3,0,0,0,0,0,0,0,0 +321912,459,97,199,3,0,0,0,0,0,0,0,0 +321920,459,97,261,13,0,3,0,0,0,0,0,0 +321999,459,97,116,6,3,0,0,0,0,0,0,0 +322219,459,97,627,6,0,0,0,0,0,0,0,0 +322220,459,97,0,3,0,0,0,0,0,0,0,0 +323111,459,97,1486,98,63,4,0,0,0,0,0,0 +323113,459,97,212,20,11,0,0,0,0,0,0,0 +323120,459,97,0,3,0,0,0,0,0,0,0,0 +325180,459,97,0,3,0,0,0,0,0,0,0,0 +325199,459,97,114,6,0,0,0,0,0,0,0,0 +325211,459,97,230,3,0,0,0,0,0,0,0,0 +325412,459,97,0,7,0,0,0,0,0,0,0,0 +325510,459,97,178,4,0,0,0,0,0,0,0,0 +325998,459,97,0,3,0,0,0,0,0,0,0,0 +326199,459,97,250,7,0,0,0,0,0,0,0,0 +327212,459,97,16,3,0,0,0,0,0,0,0,0 +327215,459,97,0,3,0,0,0,0,0,0,0,0 +327320,459,97,716,60,23,4,0,0,0,0,0,0 +327390,459,97,28,4,0,0,0,0,0,0,0,0 +327991,459,97,137,12,3,0,0,0,0,0,0,0 +332119,459,97,81,3,0,0,0,0,0,0,0,0 +332312,459,97,960,16,0,0,0,0,0,0,0,0 +332322,459,97,156,9,0,0,0,0,0,0,0,0 +332323,459,97,52,8,4,0,0,0,0,0,0,0 +332710,459,97,1008,95,62,0,0,0,0,0,0,0 +332999,459,97,108,10,0,0,0,0,0,0,0,0 +333249,459,97,0,5,0,0,0,0,0,0,0,0 +333517,459,97,85,3,0,0,0,0,0,0,0,0 +333912,459,97,701,4,0,0,0,0,0,0,0,0 +334290,459,97,193,4,0,0,0,0,0,0,0,0 +334515,459,97,160,3,0,0,0,0,0,0,0,0 +336390,459,97,310,3,0,0,0,0,0,0,0,0 +336612,459,97,244,4,0,0,0,0,0,0,0,0 +337110,459,97,69,15,8,0,0,0,0,0,0,0 +337122,459,97,1,3,3,0,0,0,0,0,0,0 +339113,459,97,26,3,0,0,0,0,0,0,0,0 +339116,459,97,42,11,9,0,0,0,0,0,0,0 +339950,459,97,483,44,29,0,0,0,0,0,0,0 +339991,459,97,0,3,0,0,0,0,0,0,0,0 +339999,459,97,61,11,3,0,0,0,0,0,0,0 +423110,459,97,732,38,14,0,0,0,0,0,0,0 +423120,459,97,503,52,21,0,0,0,0,0,0,0 +423130,459,97,236,17,8,0,0,0,0,0,0,0 +423210,459,97,268,28,14,0,0,0,0,0,0,0 +423220,459,97,473,31,14,0,0,0,0,0,0,0 +423310,459,97,388,32,6,3,0,0,0,0,0,0 +423320,459,97,53,10,6,0,0,0,0,0,0,0 +423330,459,97,280,20,10,3,0,0,0,0,0,0 +423390,459,97,485,33,18,0,0,0,0,0,0,0 +423420,459,97,411,68,52,4,0,0,0,0,0,0 +423430,459,97,122,26,11,0,0,0,0,0,0,0 +423440,459,97,115,20,10,0,0,0,0,0,0,0 +423450,459,97,755,42,23,0,3,0,0,0,0,0 +423490,459,97,25,3,0,0,0,0,0,0,0,0 +423510,459,97,629,36,10,0,0,0,0,0,0,0 +423610,459,97,1527,76,55,3,0,0,0,0,0,0 +423690,459,97,598,38,20,3,0,0,0,0,0,0 +423710,459,97,322,26,16,0,0,0,0,0,0,0 +423720,459,97,391,35,13,0,0,0,0,0,0,0 +423730,459,97,563,85,73,0,0,0,0,0,0,0 +423810,459,97,616,30,10,4,0,0,0,0,0,0 +423820,459,97,199,22,7,0,0,0,0,0,0,0 +423830,459,97,1564,148,105,17,0,0,0,0,0,0 +423840,459,97,337,38,14,0,0,0,0,0,0,0 +423850,459,97,208,28,19,0,0,0,0,0,0,0 +423860,459,97,23,7,3,0,0,0,0,0,0,0 +423910,459,97,344,32,18,0,0,0,0,0,0,0 +423920,459,97,9,4,4,0,0,0,0,0,0,0 +423930,459,97,533,54,25,0,0,0,0,0,0,0 +423940,459,97,0,7,3,0,0,0,0,0,0,0 +423990,459,97,356,47,26,0,0,0,0,0,0,0 +424110,459,97,14,4,0,0,0,0,0,0,0,0 +424120,459,97,95,23,19,0,0,0,0,0,0,0 +424130,459,97,135,4,0,0,0,0,0,0,0,0 +424210,459,97,572,38,23,0,0,0,0,0,0,0 +424310,459,97,0,4,0,0,0,0,0,0,0,0 +424320,459,97,25,7,3,0,0,0,0,0,0,0 +424330,459,97,198,12,8,0,0,0,0,0,0,0 +424410,459,97,0,3,0,0,0,0,0,0,0,0 +424420,459,97,0,3,0,0,0,0,0,0,0,0 +424450,459,97,0,13,0,0,0,0,0,0,0,0 +424460,459,97,64,4,0,0,0,0,0,0,0,0 +424480,459,97,119,12,4,4,0,0,0,0,0,0 +424490,459,97,915,53,32,0,0,0,0,0,0,0 +424610,459,97,76,13,3,0,0,0,0,0,0,0 +424690,459,97,346,39,19,0,0,0,0,0,0,0 +424710,459,97,76,11,0,0,0,0,0,0,0,0 +424810,459,97,259,4,0,0,0,0,0,0,0,0 +424820,459,97,0,9,0,0,0,0,0,0,0,0 +424910,459,97,346,46,15,3,0,0,0,0,0,0 +424930,459,97,27,10,6,0,0,0,0,0,0,0 +424940,459,97,151,19,0,0,0,0,0,0,0,0 +424950,459,97,14,6,3,0,0,0,0,0,0,0 +424990,459,97,199,42,30,0,0,0,0,0,0,0 +425120,459,97,622,214,193,0,0,0,0,0,0,0 +441110,459,97,8988,178,19,83,23,0,0,0,0,0 +441120,459,97,1283,258,229,4,0,0,0,0,0,0 +441210,459,97,268,16,8,0,0,0,0,0,0,0 +441222,459,97,502,50,21,3,0,0,0,0,0,0 +441228,459,97,594,64,27,0,0,0,0,0,0,0 +441310,459,97,3836,376,306,16,0,0,0,0,0,0 +441320,459,97,1484,185,154,0,0,0,0,0,0,0 +442110,459,97,2078,284,229,13,0,0,0,0,0,0 +442210,459,97,370,82,71,0,0,0,0,0,0,0 +442291,459,97,23,7,0,0,0,0,0,0,0,0 +442299,459,97,1140,109,78,11,0,0,0,0,0,0 +443141,459,97,326,47,30,0,0,0,0,0,0,0 +443142,459,97,1287,132,96,0,0,0,0,0,0,0 +444110,459,97,758,45,0,0,33,0,0,0,0,0 +444120,459,97,146,53,41,0,0,0,0,0,0,0 +444130,459,97,1137,120,75,0,0,0,0,0,0,0 +444190,459,97,1723,215,157,14,0,0,0,0,0,0 +444210,459,97,133,24,10,0,0,0,0,0,0,0 +444220,459,97,656,80,39,3,0,0,0,0,0,0 +445110,459,97,23679,474,117,209,64,0,0,0,0,0 +445120,459,97,634,245,212,0,0,0,0,0,0,0 +445210,459,97,166,19,12,0,0,0,0,0,0,0 +445220,459,97,77,22,12,0,0,0,0,0,0,0 +445230,459,97,5,4,4,0,0,0,0,0,0,0 +445291,459,97,29,3,0,0,0,0,0,0,0,0 +445292,459,97,66,8,3,0,0,0,0,0,0,0 +445299,459,97,105,24,10,0,0,0,0,0,0,0 +445310,459,97,840,228,207,0,0,0,0,0,0,0 +446110,459,97,5271,438,293,71,0,0,0,0,0,0 +446120,459,97,1195,161,128,10,0,0,0,0,0,0 +446130,459,97,519,76,62,0,0,0,0,0,0,0 +446191,459,97,235,68,54,0,0,0,0,0,0,0 +446199,459,97,280,80,67,0,0,0,0,0,0,0 +447110,459,97,9963,1512,1459,22,0,0,0,0,0,0 +447190,459,97,907,65,16,14,0,0,0,0,0,0 +448110,459,97,315,62,42,0,0,0,0,0,0,0 +448120,459,97,2684,287,242,17,0,0,0,0,0,0 +448130,459,97,499,49,29,0,0,0,0,0,0,0 +448140,459,97,5164,280,138,96,0,0,0,0,0,0 +448150,459,97,507,75,60,4,0,0,0,0,0,0 +448190,459,97,1196,140,118,3,0,0,0,0,0,0 +448210,459,97,1895,220,193,3,0,0,0,0,0,0 +448310,459,97,746,133,117,0,0,0,0,0,0,0 +451110,459,97,2128,139,97,8,0,0,0,0,0,0 +451120,459,97,787,44,15,12,0,0,0,0,0,0 +451130,459,97,126,25,15,0,0,0,0,0,0,0 +451140,459,97,109,16,8,0,0,0,0,0,0,0 +451211,459,97,589,55,22,4,0,0,0,0,0,0 +452210,459,97,2636,30,0,10,5,0,0,0,0,0 +452311,459,97,7400,60,0,3,14,29,0,0,0,0 +452319,459,97,5610,640,526,47,0,0,0,0,0,0 +453110,459,97,220,69,55,0,0,0,0,0,0,0 +453210,459,97,480,41,12,3,0,0,0,0,0,0 +453220,459,97,1300,208,169,10,0,0,0,0,0,0 +453310,459,97,1339,167,120,8,0,0,0,0,0,0 +453910,459,97,714,66,36,10,0,0,0,0,0,0 +453920,459,97,48,25,23,0,0,0,0,0,0,0 +453930,459,97,94,28,27,0,0,0,0,0,0,0 +453991,459,97,150,45,40,0,0,0,0,0,0,0 +453998,459,97,774,180,160,0,0,0,0,0,0,0 +454110,459,97,3425,164,132,3,0,0,0,0,0,0 +454210,459,97,100,27,8,0,0,0,0,0,0,0 +454310,459,97,324,62,24,0,0,0,0,0,0,0 +454390,459,97,540,144,120,0,0,0,0,0,0,0 +481111,459,97,223,5,3,0,0,0,0,0,0,0 +484110,459,97,1152,186,136,0,0,0,0,0,0,0 +484121,459,97,2467,190,124,6,0,0,0,0,0,0 +484122,459,97,1905,53,19,13,0,0,0,0,0,0 +484210,459,97,395,36,10,3,0,0,0,0,0,0 +484220,459,97,1253,133,87,0,0,0,0,0,0,0 +484230,459,97,437,44,19,0,0,0,0,0,0,0 +485310,459,97,50,13,7,0,0,0,0,0,0,0 +485320,459,97,0,3,0,0,0,0,0,0,0,0 +485510,459,97,19,3,3,0,0,0,0,0,0,0 +485991,459,97,253,25,8,0,0,0,0,0,0,0 +486210,459,97,0,3,0,0,0,0,0,0,0,0 +486910,459,97,0,3,3,0,0,0,0,0,0,0 +487210,459,97,98,36,30,0,0,0,0,0,0,0 +488119,459,97,10,3,0,0,0,0,0,0,0,0 +488190,459,97,33,5,0,0,0,0,0,0,0,0 +488210,459,97,59,4,0,0,0,0,0,0,0,0 +488410,459,97,277,60,39,0,0,0,0,0,0,0 +488490,459,97,222,20,6,0,0,0,0,0,0,0 +488510,459,97,665,74,56,0,0,0,0,0,0,0 +492110,459,97,944,55,19,6,3,0,0,0,0,0 +492210,459,97,115,16,6,0,0,0,0,0,0,0 +493110,459,97,6427,78,18,12,0,0,0,0,0,0 +511110,459,97,294,27,7,0,0,0,0,0,0,0 +511120,459,97,94,27,11,0,0,0,0,0,0,0 +511130,459,97,41,5,3,0,0,0,0,0,0,0 +511210,459,97,299,22,12,3,0,0,0,0,0,0 +512110,459,97,115,31,26,0,0,0,0,0,0,0 +512131,459,97,328,15,0,3,0,0,0,0,0,0 +515112,459,97,261,22,7,0,0,0,0,0,0,0 +515120,459,97,859,13,0,4,0,0,0,0,0,0 +517311,459,97,2865,192,118,12,3,0,0,0,0,0 +517312,459,97,874,141,106,3,0,0,0,0,0,0 +517911,459,97,112,31,20,0,0,0,0,0,0,0 +517919,459,97,16,7,3,0,0,0,0,0,0,0 +518210,459,97,2276,74,50,3,0,0,0,0,0,0 +519120,459,97,0,11,5,4,0,0,0,0,0,0 +519130,459,97,39,22,19,0,0,0,0,0,0,0 +522110,459,97,11325,784,662,46,4,0,0,0,0,0 +522130,459,97,1476,172,134,0,0,0,0,0,0,0 +522210,459,97,0,3,0,0,0,0,0,0,0,0 +522220,459,97,129,27,23,0,0,0,0,0,0,0 +522291,459,97,1804,477,454,0,0,0,0,0,0,0 +522292,459,97,1190,132,117,4,0,0,0,0,0,0 +522298,459,97,823,219,197,0,0,0,0,0,0,0 +522310,459,97,91,31,26,0,0,0,0,0,0,0 +522320,459,97,10,14,14,0,0,0,0,0,0,0 +522390,459,97,330,176,172,0,0,0,0,0,0,0 +523110,459,97,0,3,0,0,0,0,0,0,0,0 +523120,459,97,591,151,131,0,0,0,0,0,0,0 +523910,459,97,31,20,20,0,0,0,0,0,0,0 +523920,459,97,530,275,253,0,0,0,0,0,0,0 +523930,459,97,133,75,70,0,0,0,0,0,0,0 +523991,459,97,31,3,0,0,0,0,0,0,0,0 +523999,459,97,4,3,3,0,0,0,0,0,0,0 +524113,459,97,2735,44,31,0,0,0,0,0,0,0 +524114,459,97,37,35,4,0,0,0,0,0,0,0 +524126,459,97,711,45,24,3,3,0,0,0,0,0 +524127,459,97,70,11,6,0,0,0,0,0,0,0 +524210,459,97,4457,1041,998,11,0,0,0,0,0,0 +524291,459,97,135,19,18,0,0,0,0,0,0,0 +524292,459,97,213,17,8,0,0,0,0,0,0,0 +524298,459,97,121,26,16,0,0,0,0,0,0,0 +531110,459,97,1457,358,331,0,0,0,0,0,0,0 +531120,459,97,788,153,128,0,0,0,0,0,0,0 +531130,459,97,325,154,146,0,0,0,0,0,0,0 +531190,459,97,167,64,60,0,0,0,0,0,0,0 +531210,459,97,3206,1097,1062,10,4,0,0,0,0,0 +531311,459,97,3341,341,297,20,3,0,0,0,0,0 +531312,459,97,692,78,61,0,0,0,0,0,0,0 +531320,459,97,173,120,115,0,0,0,0,0,0,0 +531390,459,97,210,92,87,0,0,0,0,0,0,0 +532111,459,97,502,63,47,0,0,0,0,0,0,0 +532120,459,97,229,34,23,0,0,0,0,0,0,0 +532210,459,97,85,67,57,0,0,0,0,0,0,0 +532283,459,97,272,32,8,0,0,0,0,0,0,0 +532284,459,97,168,42,32,0,0,0,0,0,0,0 +532289,459,97,217,35,18,0,0,0,0,0,0,0 +532310,459,97,42,16,11,0,0,0,0,0,0,0 +532412,459,97,202,21,10,0,0,0,0,0,0,0 +532490,459,97,720,50,33,3,0,0,0,0,0,0 +533110,459,97,0,3,3,0,0,0,0,0,0,0 +541110,459,97,7521,1310,1211,52,0,0,0,0,0,0 +541191,459,97,215,60,52,0,0,0,0,0,0,0 +541199,459,97,30,15,14,0,0,0,0,0,0,0 +541211,459,97,1876,365,319,7,0,0,0,0,0,0 +541213,459,97,1589,264,227,4,0,0,0,0,0,0 +541214,459,97,473,36,12,0,0,0,0,0,0,0 +541219,459,97,1462,236,202,0,0,0,0,0,0,0 +541310,459,97,491,112,98,0,0,0,0,0,0,0 +541320,459,97,63,23,19,0,0,0,0,0,0,0 +541330,459,97,4200,355,279,36,3,0,0,0,0,0 +541340,459,97,35,9,6,0,0,0,0,0,0,0 +541350,459,97,40,34,32,0,0,0,0,0,0,0 +541370,459,97,650,69,44,0,0,0,0,0,0,0 +541380,459,97,148,17,7,0,0,0,0,0,0,0 +541410,459,97,302,78,69,0,0,0,0,0,0,0 +541430,459,97,138,63,55,0,0,0,0,0,0,0 +541490,459,97,14,8,7,0,0,0,0,0,0,0 +541511,459,97,797,218,199,6,0,0,0,0,0,0 +541512,459,97,2205,208,178,7,0,0,0,0,0,0 +541513,459,97,16,37,20,0,0,0,0,0,0,0 +541519,459,97,287,48,40,0,0,0,0,0,0,0 +541611,459,97,1902,440,404,0,0,0,0,0,0,0 +541612,459,97,466,35,26,0,0,0,0,0,0,0 +541613,459,97,406,117,100,0,0,0,0,0,0,0 +541614,459,97,32,35,23,0,0,0,0,0,0,0 +541618,459,97,19,24,24,0,0,0,0,0,0,0 +541620,459,97,183,39,29,0,0,0,0,0,0,0 +541690,459,97,490,88,77,0,0,0,0,0,0,0 +541713,459,97,16,6,3,0,0,0,0,0,0,0 +541714,459,97,14,5,4,0,0,0,0,0,0,0 +541715,459,97,60,6,5,0,0,0,0,0,0,0 +541720,459,97,7,3,0,0,0,0,0,0,0,0 +541810,459,97,450,67,56,0,0,0,0,0,0,0 +541820,459,97,84,37,36,0,0,0,0,0,0,0 +541850,459,97,96,13,5,0,0,0,0,0,0,0 +541860,459,97,77,9,0,0,0,0,0,0,0,0 +541890,459,97,241,44,30,0,0,0,0,0,0,0 +541910,459,97,8,3,0,0,0,0,0,0,0,0 +541921,459,97,159,46,37,0,0,0,0,0,0,0 +541922,459,97,6,7,7,0,0,0,0,0,0,0 +541930,459,97,21,3,0,0,0,0,0,0,0,0 +541940,459,97,2528,220,150,27,0,0,0,0,0,0 +541990,459,97,278,103,89,0,0,0,0,0,0,0 +551112,459,97,39,13,8,0,0,0,0,0,0,0 +551114,459,97,10220,268,171,37,13,0,0,0,0,0 +561110,459,97,1587,195,157,8,0,0,0,0,0,0 +561210,459,97,398,33,20,3,0,0,0,0,0,0 +561311,459,97,362,33,18,0,0,0,0,0,0,0 +561312,459,97,101,25,21,0,0,0,0,0,0,0 +561320,459,97,14539,226,79,48,31,3,0,0,0,0 +561330,459,97,41,9,0,0,0,0,0,0,0,0 +561410,459,97,33,3,0,0,0,0,0,0,0,0 +561421,459,97,60,3,0,0,0,0,0,0,0,0 +561422,459,97,615,11,0,0,0,0,0,0,0,0 +561431,459,97,80,19,18,0,0,0,0,0,0,0 +561439,459,97,182,18,13,0,0,0,0,0,0,0 +561440,459,97,387,13,6,0,0,0,0,0,0,0 +561492,459,97,64,20,17,0,0,0,0,0,0,0 +561499,459,97,15,13,7,0,0,0,0,0,0,0 +561510,459,97,189,69,57,0,0,0,0,0,0,0 +561520,459,97,48,5,0,0,0,0,0,0,0,0 +561599,459,97,138,18,12,0,0,0,0,0,0,0 +561611,459,97,236,24,13,0,0,0,0,0,0,0 +561612,459,97,2602,37,7,4,0,0,0,0,0,0 +561613,459,97,75,3,0,0,0,0,0,0,0,0 +561621,459,97,495,59,36,0,0,0,0,0,0,0 +561622,459,97,88,22,10,0,0,0,0,0,0,0 +561710,459,97,1858,187,142,14,0,0,0,0,0,0 +561720,459,97,6909,537,436,41,0,0,0,0,0,0 +561730,459,97,6268,909,801,49,0,0,0,0,0,0 +561740,459,97,228,51,40,0,0,0,0,0,0,0 +561790,459,97,523,113,90,0,0,0,0,0,0,0 +561920,459,97,100,21,13,0,0,0,0,0,0,0 +561990,459,97,687,57,28,0,0,0,0,0,0,0 +562111,459,97,1317,96,33,5,0,0,0,0,0,0 +562211,459,97,69,3,0,0,0,0,0,0,0,0 +562212,459,97,83,11,5,0,0,0,0,0,0,0 +562910,459,97,141,20,6,3,0,0,0,0,0,0 +562991,459,97,119,12,3,0,0,0,0,0,0,0 +611110,459,97,4832,143,23,49,4,0,0,0,0,0 +611310,459,97,2631,18,3,4,0,0,0,0,0,0 +611430,459,97,104,28,20,0,0,0,0,0,0,0 +611511,459,97,53,8,0,0,0,0,0,0,0,0 +611519,459,97,64,17,10,0,0,0,0,0,0,0 +611610,459,97,427,66,51,0,0,0,0,0,0,0 +611620,459,97,674,101,75,0,0,0,0,0,0,0 +611691,459,97,116,15,3,0,0,0,0,0,0,0 +611692,459,97,13,3,0,0,0,0,0,0,0,0 +611699,459,97,84,11,7,0,0,0,0,0,0,0 +611710,459,97,151,39,28,0,0,0,0,0,0,0 +621111,459,97,17846,1291,1067,159,8,0,0,0,0,0 +621112,459,97,172,52,43,0,0,0,0,0,0,0 +621210,459,97,6038,837,766,19,0,0,0,0,0,0 +621310,459,97,885,266,241,0,0,0,0,0,0,0 +621320,459,97,685,129,102,0,0,0,0,0,0,0 +621330,459,97,245,98,84,0,0,0,0,0,0,0 +621340,459,97,1380,263,231,7,0,0,0,0,0,0 +621391,459,97,155,28,10,0,0,0,0,0,0,0 +621399,459,97,557,99,74,5,0,0,0,0,0,0 +621410,459,97,23,6,0,0,0,0,0,0,0,0 +621420,459,97,204,24,3,0,0,0,0,0,0,0 +621492,459,97,140,85,27,13,0,0,0,0,0,0 +621493,459,97,1379,124,89,12,0,0,0,0,0,0 +621498,459,97,1591,119,63,7,0,0,0,0,0,0 +621511,459,97,286,59,43,0,0,0,0,0,0,0 +621512,459,97,232,29,9,3,0,0,0,0,0,0 +621610,459,97,7210,281,117,79,0,0,0,0,0,0 +621910,459,97,793,32,0,7,0,0,0,0,0,0 +621991,459,97,343,4,0,0,0,0,0,0,0,0 +621999,459,97,201,19,9,0,0,0,0,0,0,0 +622110,459,97,15790,29,5,0,0,0,0,0,0,0 +623110,459,97,8277,83,3,8,41,0,0,0,0,0 +623210,459,97,2217,289,241,3,0,0,0,0,0,0 +623220,459,97,0,11,0,0,0,0,0,0,0,0 +623311,459,97,3385,34,0,3,3,0,0,0,0,0 +623312,459,97,2463,95,14,45,0,0,0,0,0,0 +623990,459,97,481,29,10,6,0,0,0,0,0,0 +624110,459,97,909,55,27,0,0,0,0,0,0,0 +624120,459,97,7068,210,81,49,5,0,0,0,0,0 +624190,459,97,1617,180,125,13,0,0,0,0,0,0 +624210,459,97,56,19,11,0,0,0,0,0,0,0 +624221,459,97,229,23,9,0,0,0,0,0,0,0 +624229,459,97,106,5,0,0,0,0,0,0,0,0 +624310,459,97,471,29,11,0,0,0,0,0,0,0 +624410,459,97,6407,525,370,89,0,0,0,0,0,0 +711110,459,97,589,15,4,0,0,0,0,0,0,0 +711130,459,97,20,16,12,0,0,0,0,0,0,0 +711212,459,97,0,3,0,0,0,0,0,0,0,0 +711219,459,97,95,18,11,0,0,0,0,0,0,0 +711310,459,97,410,22,10,0,0,0,0,0,0,0 +711320,459,97,142,23,17,0,0,0,0,0,0,0 +711410,459,97,12,9,8,0,0,0,0,0,0,0 +711510,459,97,69,47,46,0,0,0,0,0,0,0 +712110,459,97,209,22,4,0,0,0,0,0,0,0 +712130,459,97,0,3,0,0,0,0,0,0,0,0 +713110,459,97,32,7,5,0,0,0,0,0,0,0 +713120,459,97,197,26,16,0,0,0,0,0,0,0 +713290,459,97,135,12,3,0,0,0,0,0,0,0 +713910,459,97,5918,146,21,73,8,0,0,0,0,0 +713930,459,97,229,27,18,0,0,0,0,0,0,0 +713940,459,97,3510,218,146,34,3,0,0,0,0,0 +713950,459,97,165,8,0,3,0,0,0,0,0,0 +713990,459,97,1249,160,137,8,0,0,0,0,0,0 +721110,459,97,18234,719,425,201,31,0,0,0,0,0 +721191,459,97,18,6,3,0,0,0,0,0,0,0 +721199,459,97,14,3,0,0,0,0,0,0,0,0 +721211,459,97,739,24,10,0,0,0,0,0,0,0 +721310,459,97,118,19,10,0,0,0,0,0,0,0 +722310,459,97,4655,189,94,29,4,0,0,0,0,0 +722320,459,97,408,46,30,4,0,0,0,0,0,0 +722330,459,97,62,21,15,0,0,0,0,0,0,0 +722410,459,97,1459,172,142,12,0,0,0,0,0,0 +722511,459,97,50462,2327,1438,803,33,0,0,0,0,0 +722513,459,97,41097,2027,1111,828,4,0,0,0,0,0 +722514,459,97,1625,71,23,13,0,0,0,0,0,0 +722515,459,97,3525,297,226,47,0,0,0,0,0,0 +811111,459,97,2668,570,525,5,0,0,0,0,0,0 +811113,459,97,98,22,10,0,0,0,0,0,0,0 +811118,459,97,14,10,6,0,0,0,0,0,0,0 +811121,459,97,1640,271,231,3,0,0,0,0,0,0 +811122,459,97,267,50,37,0,0,0,0,0,0,0 +811191,459,97,273,53,25,0,0,0,0,0,0,0 +811192,459,97,1003,114,78,11,0,0,0,0,0,0 +811198,459,97,39,17,16,0,0,0,0,0,0,0 +811211,459,97,28,5,3,0,0,0,0,0,0,0 +811212,459,97,99,26,17,0,0,0,0,0,0,0 +811213,459,97,18,10,5,0,0,0,0,0,0,0 +811219,459,97,39,12,7,0,0,0,0,0,0,0 +811310,459,97,1597,184,142,0,0,0,0,0,0,0 +811411,459,97,16,9,9,0,0,0,0,0,0,0 +811412,459,97,108,34,26,0,0,0,0,0,0,0 +811420,459,97,31,15,11,0,0,0,0,0,0,0 +811430,459,97,8,3,3,0,0,0,0,0,0,0 +811490,459,97,226,71,63,0,0,0,0,0,0,0 +812111,459,97,66,22,18,0,0,0,0,0,0,0 +812112,459,97,1930,455,434,0,0,0,0,0,0,0 +812113,459,97,199,87,75,0,0,0,0,0,0,0 +812191,459,97,99,19,6,0,0,0,0,0,0,0 +812199,459,97,872,141,121,3,0,0,0,0,0,0 +812210,459,97,1104,150,96,4,0,0,0,0,0,0 +812220,459,97,45,17,7,0,0,0,0,0,0,0 +812310,459,97,105,34,26,0,0,0,0,0,0,0 +812320,459,97,1021,138,106,3,0,0,0,0,0,0 +812331,459,97,227,4,0,0,0,0,0,0,0,0 +812332,459,97,207,11,0,0,0,0,0,0,0,0 +812910,459,97,755,153,120,0,0,0,0,0,0,0 +812930,459,97,211,12,3,0,0,0,0,0,0,0 +812990,459,97,231,96,84,0,0,0,0,0,0,0 +813110,459,97,17330,2383,2193,146,5,0,0,0,0,0 +813211,459,97,246,69,56,0,0,0,0,0,0,0 +813212,459,97,135,14,5,0,0,0,0,0,0,0 +813219,459,97,350,12,3,0,0,0,0,0,0,0 +813311,459,97,39,9,6,0,0,0,0,0,0,0 +813312,459,97,327,42,20,0,0,0,0,0,0,0 +813319,459,97,126,25,16,0,0,0,0,0,0,0 +813410,459,97,1542,147,104,7,0,0,0,0,0,0 +813910,459,97,779,118,89,6,0,0,0,0,0,0 +813920,459,97,313,40,34,0,0,0,0,0,0,0 +813930,459,97,169,30,19,0,0,0,0,0,0,0 +813940,459,97,17,10,10,0,0,0,0,0,0,0 +813990,459,97,1884,104,70,20,5,0,0,0,0,0 +113310,460,98,67,31,27,0,0,0,0,0,0,0 +115112,460,98,16,12,9,0,0,0,0,0,0,0 +115114,460,98,8,6,0,0,0,0,0,0,0,0 +115210,460,98,0,3,0,0,0,0,0,0,0,0 +211120,460,98,14,3,0,0,0,0,0,0,0,0 +212321,460,98,0,4,0,0,0,0,0,0,0,0 +221115,460,98,0,3,0,0,0,0,0,0,0,0 +221122,460,98,397,22,0,3,0,0,0,0,0,0 +221310,460,98,9,4,4,0,0,0,0,0,0,0 +236115,460,98,881,316,287,0,0,0,0,0,0,0 +236116,460,98,35,8,3,0,0,0,0,0,0,0 +236117,460,98,320,88,80,0,0,0,0,0,0,0 +236118,460,98,811,348,321,0,0,0,0,0,0,0 +236220,460,98,2186,184,112,16,0,0,0,0,0,0 +237110,460,98,366,37,25,3,0,0,0,0,0,0 +237130,460,98,977,30,4,3,0,0,0,0,0,0 +237210,460,98,0,7,6,0,0,0,0,0,0,0 +237310,460,98,912,64,19,0,3,0,0,0,0,0 +237990,460,98,15,3,0,0,0,0,0,0,0,0 +238110,460,98,898,186,140,0,0,0,0,0,0,0 +238120,460,98,0,3,0,0,0,0,0,0,0,0 +238130,460,98,314,75,60,3,0,0,0,0,0,0 +238140,460,98,282,68,45,0,0,0,0,0,0,0 +238150,460,98,58,7,0,0,0,0,0,0,0,0 +238160,460,98,352,57,39,0,0,0,0,0,0,0 +238170,460,98,163,42,31,0,0,0,0,0,0,0 +238190,460,98,1,6,3,0,0,0,0,0,0,0 +238210,460,98,2093,288,238,16,0,0,0,0,0,0 +238220,460,98,3211,355,265,21,3,0,0,0,0,0 +238290,460,98,142,20,7,0,0,0,0,0,0,0 +238310,460,98,592,100,75,3,0,0,0,0,0,0 +238320,460,98,303,91,81,0,0,0,0,0,0,0 +238330,460,98,145,58,53,0,0,0,0,0,0,0 +238340,460,98,25,9,5,0,0,0,0,0,0,0 +238350,460,98,370,75,53,0,0,0,0,0,0,0 +238390,460,98,31,8,7,0,0,0,0,0,0,0 +238910,460,98,1146,173,115,8,0,0,0,0,0,0 +238990,460,98,498,112,90,0,0,0,0,0,0,0 +311119,460,98,60,4,0,0,0,0,0,0,0,0 +311611,460,98,0,3,0,0,0,0,0,0,0,0 +311612,460,98,0,3,0,0,0,0,0,0,0,0 +311811,460,98,0,3,0,0,0,0,0,0,0,0 +312120,460,98,14,6,0,0,0,0,0,0,0,0 +314999,460,98,0,3,0,0,0,0,0,0,0,0 +321113,460,98,192,9,0,0,0,0,0,0,0,0 +321992,460,98,0,3,0,0,0,0,0,0,0,0 +323111,460,98,964,31,14,3,0,0,0,0,0,0 +323113,460,98,129,7,0,0,0,0,0,0,0,0 +326199,460,98,551,15,0,0,0,0,0,0,0,0 +327320,460,98,301,21,7,0,0,0,0,0,0,0 +332312,460,98,101,3,0,0,0,0,0,0,0,0 +332313,460,98,0,3,0,0,0,0,0,0,0,0 +332322,460,98,0,4,0,0,0,0,0,0,0,0 +332323,460,98,10,3,0,0,0,0,0,0,0,0 +332710,460,98,220,38,22,4,0,0,0,0,0,0 +332721,460,98,41,4,3,0,0,0,0,0,0,0 +332992,460,98,108,3,0,0,0,0,0,0,0,0 +332994,460,98,0,3,0,0,0,0,0,0,0,0 +333111,460,98,206,9,3,0,0,0,0,0,0,0 +333992,460,98,76,4,0,0,0,0,0,0,0,0 +333999,460,98,0,3,0,0,0,0,0,0,0,0 +336390,460,98,55,4,3,0,0,0,0,0,0,0 +337110,460,98,1522,25,7,0,0,0,0,0,0,0 +337122,460,98,0,3,0,0,0,0,0,0,0,0 +339116,460,98,53,13,9,0,0,0,0,0,0,0 +339950,460,98,22,14,4,0,0,0,0,0,0,0 +423110,460,98,521,28,9,8,0,0,0,0,0,0 +423120,460,98,584,34,16,4,0,0,0,0,0,0 +423130,460,98,121,7,0,3,0,0,0,0,0,0 +423140,460,98,15,3,0,0,0,0,0,0,0,0 +423210,460,98,167,5,0,3,0,0,0,0,0,0 +423220,460,98,51,4,0,0,0,0,0,0,0,0 +423310,460,98,246,15,4,5,0,0,0,0,0,0 +423320,460,98,0,3,0,0,0,0,0,0,0,0 +423330,460,98,209,14,8,0,0,0,0,0,0,0 +423390,460,98,48,6,4,0,0,0,0,0,0,0 +423420,460,98,194,13,4,0,0,0,0,0,0,0 +423430,460,98,268,7,0,0,0,0,0,0,0,0 +423440,460,98,83,8,3,0,0,0,0,0,0,0 +423450,460,98,32,12,5,0,0,0,0,0,0,0 +423490,460,98,31,3,0,0,0,0,0,0,0,0 +423510,460,98,70,7,5,0,0,0,0,0,0,0 +423610,460,98,422,22,4,0,0,0,0,0,0,0 +423690,460,98,136,16,11,0,0,0,0,0,0,0 +423710,460,98,31,5,0,0,0,0,0,0,0,0 +423720,460,98,252,23,18,0,0,0,0,0,0,0 +423730,460,98,236,21,14,4,0,0,0,0,0,0 +423810,460,98,393,15,3,3,0,0,0,0,0,0 +423820,460,98,1234,101,28,7,0,0,0,0,0,0 +423830,460,98,412,51,31,4,0,0,0,0,0,0 +423840,460,98,32,4,0,0,0,0,0,0,0,0 +423850,460,98,86,10,3,0,0,0,0,0,0,0 +423930,460,98,99,10,3,0,0,0,0,0,0,0 +423990,460,98,60,17,10,0,0,0,0,0,0,0 +424120,460,98,5,4,4,0,0,0,0,0,0,0 +424130,460,98,93,5,3,0,0,0,0,0,0,0 +424210,460,98,149,12,6,0,0,0,0,0,0,0 +424330,460,98,23,4,0,0,0,0,0,0,0,0 +424490,460,98,763,33,17,4,0,0,0,0,0,0 +424510,460,98,722,119,22,6,0,0,0,0,0,0 +424520,460,98,50,9,5,0,0,0,0,0,0,0 +424690,460,98,138,11,3,0,0,0,0,0,0,0 +424710,460,98,121,11,3,0,0,0,0,0,0,0 +424810,460,98,0,6,0,0,0,0,0,0,0,0 +424820,460,98,201,5,0,0,0,0,0,0,0,0 +424910,460,98,1781,220,128,0,0,0,0,0,0,0 +424930,460,98,0,3,0,0,0,0,0,0,0,0 +424990,460,98,82,16,12,0,0,0,0,0,0,0 +425120,460,98,312,59,48,0,0,0,0,0,0,0 +441110,460,98,3394,74,6,24,4,0,0,0,0,0 +441120,460,98,517,85,67,3,0,0,0,0,0,0 +441210,460,98,113,12,3,0,0,0,0,0,0,0 +441228,460,98,492,44,11,0,0,0,0,0,0,0 +441310,460,98,1128,123,75,5,0,0,0,0,0,0 +441320,460,98,518,45,18,4,0,0,0,0,0,0 +442110,460,98,656,56,28,6,0,0,0,0,0,0 +442210,460,98,174,29,21,0,0,0,0,0,0,0 +442299,460,98,238,23,12,3,0,0,0,0,0,0 +443141,460,98,262,30,6,0,0,0,0,0,0,0 +443142,460,98,483,55,46,0,0,0,0,0,0,0 +444110,460,98,1223,10,0,0,4,0,0,0,0,0 +444120,460,98,48,9,9,0,0,0,0,0,0,0 +444130,460,98,512,58,21,4,0,0,0,0,0,0 +444190,460,98,1014,132,76,8,0,0,0,0,0,0 +444210,460,98,11,3,3,0,0,0,0,0,0,0 +444220,460,98,340,48,10,0,0,0,0,0,0,0 +445110,460,98,6332,155,31,23,0,5,0,0,0,0 +445120,460,98,0,6,0,0,0,0,0,0,0,0 +445210,460,98,25,6,0,0,0,0,0,0,0,0 +445291,460,98,20,5,3,0,0,0,0,0,0,0 +445292,460,98,15,8,7,0,0,0,0,0,0,0 +445299,460,98,142,10,6,0,0,0,0,0,0,0 +445310,460,98,160,30,15,0,0,0,0,0,0,0 +446110,460,98,945,73,19,10,0,0,0,0,0,0 +446120,460,98,206,10,3,3,0,0,0,0,0,0 +446130,460,98,116,21,19,0,0,0,0,0,0,0 +446191,460,98,123,24,12,0,0,0,0,0,0,0 +446199,460,98,49,12,9,0,0,0,0,0,0,0 +447110,460,98,5352,487,331,24,0,0,0,0,0,0 +447190,460,98,421,65,15,3,0,0,0,0,0,0 +448110,460,98,68,11,4,0,0,0,0,0,0,0 +448120,460,98,758,103,78,0,0,0,0,0,0,0 +448130,460,98,123,14,4,0,0,0,0,0,0,0 +448140,460,98,834,45,20,13,0,0,0,0,0,0 +448150,460,98,67,14,11,0,0,0,0,0,0,0 +448190,460,98,333,38,32,4,0,0,0,0,0,0 +448210,460,98,370,55,41,0,0,0,0,0,0,0 +448310,460,98,195,36,26,0,0,0,0,0,0,0 +451110,460,98,1332,76,45,0,0,0,0,0,0,0 +451120,460,98,351,25,13,3,0,0,0,0,0,0 +451130,460,98,88,8,0,0,0,0,0,0,0,0 +451140,460,98,112,12,3,0,0,0,0,0,0,0 +451211,460,98,75,8,3,0,0,0,0,0,0,0 +452210,460,98,1619,18,0,11,3,0,0,0,0,0 +452311,460,98,3477,16,0,0,4,3,0,0,0,0 +452319,460,98,1187,107,45,4,0,0,0,0,0,0 +453110,460,98,117,24,11,0,0,0,0,0,0,0 +453210,460,98,76,7,0,0,0,0,0,0,0,0 +453220,460,98,479,82,71,0,0,0,0,0,0,0 +453310,460,98,530,78,54,6,0,0,0,0,0,0 +453910,460,98,147,12,3,0,0,0,0,0,0,0 +453920,460,98,9,6,6,0,0,0,0,0,0,0 +453991,460,98,71,16,12,0,0,0,0,0,0,0 +453998,460,98,337,69,52,3,0,0,0,0,0,0 +454110,460,98,451,66,53,0,0,0,0,0,0,0 +454210,460,98,10,3,0,0,0,0,0,0,0,0 +454310,460,98,55,12,0,0,0,0,0,0,0,0 +454390,460,98,318,87,72,0,0,0,0,0,0,0 +481111,460,98,63,7,0,0,0,0,0,0,0,0 +481211,460,98,0,3,0,0,0,0,0,0,0,0 +484110,460,98,400,91,64,3,0,0,0,0,0,0 +484121,460,98,1964,281,229,9,0,0,0,0,0,0 +484122,460,98,895,36,17,11,0,0,0,0,0,0 +484210,460,98,134,13,10,0,0,0,0,0,0,0 +484220,460,98,571,214,181,0,0,0,0,0,0,0 +484230,460,98,636,118,87,3,0,0,0,0,0,0 +485310,460,98,0,5,3,0,0,0,0,0,0,0 +485320,460,98,0,3,0,0,0,0,0,0,0,0 +485991,460,98,48,7,4,0,0,0,0,0,0,0 +487110,460,98,0,3,0,0,0,0,0,0,0,0 +487990,460,98,8,5,5,0,0,0,0,0,0,0 +488119,460,98,130,8,0,0,0,0,0,0,0,0 +488190,460,98,16,6,3,0,0,0,0,0,0,0 +488210,460,98,0,3,0,0,0,0,0,0,0,0 +488410,460,98,120,15,13,0,0,0,0,0,0,0 +488510,460,98,146,30,25,0,0,0,0,0,0,0 +492110,460,98,1085,37,12,6,0,0,0,0,0,0 +492210,460,98,0,7,0,0,0,0,0,0,0,0 +493110,460,98,132,13,7,0,0,0,0,0,0,0 +511110,460,98,15,17,9,0,0,0,0,0,0,0 +511120,460,98,83,9,0,0,0,0,0,0,0,0 +511210,460,98,4,8,3,0,0,0,0,0,0,0 +512110,460,98,19,9,5,0,0,0,0,0,0,0 +512131,460,98,147,9,0,0,0,0,0,0,0,0 +515112,460,98,232,22,3,0,0,0,0,0,0,0 +515120,460,98,439,9,0,6,0,0,0,0,0,0 +517311,460,98,1768,58,33,0,3,0,0,0,0,0 +517312,460,98,346,29,16,3,0,0,0,0,0,0 +517911,460,98,306,8,4,0,0,0,0,0,0,0 +518210,460,98,299,20,9,3,0,0,0,0,0,0 +519130,460,98,262,9,4,0,0,0,0,0,0,0 +522110,460,98,9652,400,240,23,7,0,0,0,0,0 +522120,460,98,50,10,4,0,0,0,0,0,0,0 +522130,460,98,737,64,32,8,0,0,0,0,0,0 +522210,460,98,0,3,0,0,0,0,0,0,0,0 +522220,460,98,22,6,5,0,0,0,0,0,0,0 +522291,460,98,361,27,20,0,0,0,0,0,0,0 +522292,460,98,1091,17,15,0,0,0,0,0,0,0 +522298,460,98,332,36,22,0,0,0,0,0,0,0 +522320,460,98,0,3,0,0,0,0,0,0,0,0 +522390,460,98,36,15,13,0,0,0,0,0,0,0 +523110,460,98,0,5,0,0,0,0,0,0,0,0 +523120,460,98,267,60,41,3,0,0,0,0,0,0 +523140,460,98,15,4,3,0,0,0,0,0,0,0 +523910,460,98,11,5,5,0,0,0,0,0,0,0 +523920,460,98,381,135,118,0,0,0,0,0,0,0 +523930,460,98,81,31,29,0,0,0,0,0,0,0 +523991,460,98,162,32,29,0,0,0,0,0,0,0 +524113,460,98,65,12,4,0,0,0,0,0,0,0 +524114,460,98,985,19,11,0,6,0,0,0,0,0 +524126,460,98,1442,35,18,0,0,0,0,0,0,0 +524210,460,98,2795,715,649,6,0,0,0,0,0,0 +524291,460,98,39,16,12,0,0,0,0,0,0,0 +524292,460,98,13,5,5,0,0,0,0,0,0,0 +524298,460,98,0,3,0,0,0,0,0,0,0,0 +531110,460,98,768,272,247,0,0,0,0,0,0,0 +531120,460,98,155,74,69,0,0,0,0,0,0,0 +531130,460,98,122,22,18,0,0,0,0,0,0,0 +531190,460,98,57,28,28,0,0,0,0,0,0,0 +531210,460,98,527,285,270,0,0,0,0,0,0,0 +531311,460,98,881,83,62,0,0,0,0,0,0,0 +531312,460,98,154,27,19,0,0,0,0,0,0,0 +531320,460,98,72,41,38,0,0,0,0,0,0,0 +531390,460,98,13,9,9,0,0,0,0,0,0,0 +532111,460,98,156,16,8,0,0,0,0,0,0,0 +532120,460,98,62,7,4,0,0,0,0,0,0,0 +532283,460,98,152,7,0,0,0,0,0,0,0,0 +532310,460,98,35,4,0,0,0,0,0,0,0,0 +532412,460,98,0,3,0,0,0,0,0,0,0,0 +532420,460,98,0,3,0,0,0,0,0,0,0,0 +532490,460,98,85,15,8,0,0,0,0,0,0,0 +533110,460,98,10,3,0,0,0,0,0,0,0,0 +541110,460,98,1430,357,325,6,0,0,0,0,0,0 +541191,460,98,50,3,0,0,0,0,0,0,0,0 +541211,460,98,1001,123,70,4,0,0,0,0,0,0 +541213,460,98,259,40,19,0,0,0,0,0,0,0 +541214,460,98,455,6,0,0,0,0,0,0,0,0 +541219,460,98,261,62,38,0,0,0,0,0,0,0 +541310,460,98,219,32,27,0,0,0,0,0,0,0 +541320,460,98,39,6,0,0,0,0,0,0,0,0 +541330,460,98,1316,136,92,10,0,0,0,0,0,0 +541340,460,98,8,3,0,0,0,0,0,0,0,0 +541350,460,98,17,10,9,0,0,0,0,0,0,0 +541370,460,98,39,13,7,0,0,0,0,0,0,0 +541380,460,98,152,11,3,0,0,0,0,0,0,0 +541410,460,98,28,10,8,0,0,0,0,0,0,0 +541430,460,98,27,16,15,0,0,0,0,0,0,0 +541511,460,98,483,67,52,3,0,0,0,0,0,0 +541512,460,98,416,45,36,3,0,0,0,0,0,0 +541513,460,98,7,3,3,0,0,0,0,0,0,0 +541519,460,98,0,8,3,0,0,0,0,0,0,0 +541611,460,98,352,124,107,0,0,0,0,0,0,0 +541612,460,98,0,3,0,0,0,0,0,0,0,0 +541613,460,98,129,46,39,0,0,0,0,0,0,0 +541614,460,98,52,14,11,0,0,0,0,0,0,0 +541620,460,98,0,3,3,0,0,0,0,0,0,0 +541690,460,98,95,51,45,0,0,0,0,0,0,0 +541713,460,98,26,6,3,0,0,0,0,0,0,0 +541714,460,98,75,3,0,0,0,0,0,0,0,0 +541715,460,98,16,7,6,0,0,0,0,0,0,0 +541720,460,98,3,6,3,0,0,0,0,0,0,0 +541810,460,98,384,38,29,3,0,0,0,0,0,0 +541850,460,98,52,3,0,0,0,0,0,0,0,0 +541890,460,98,168,11,0,0,0,0,0,0,0,0 +541921,460,98,56,28,21,0,0,0,0,0,0,0 +541922,460,98,7,3,0,0,0,0,0,0,0,0 +541930,460,98,35,6,4,0,0,0,0,0,0,0 +541940,460,98,759,87,44,0,0,0,0,0,0,0 +541990,460,98,84,25,14,0,0,0,0,0,0,0 +551112,460,98,0,5,0,0,0,0,0,0,0,0 +551114,460,98,5585,103,56,16,3,0,0,0,0,0 +561110,460,98,643,79,58,0,0,0,0,0,0,0 +561210,460,98,0,3,0,0,0,0,0,0,0,0 +561312,460,98,31,10,8,0,0,0,0,0,0,0 +561320,460,98,1137,48,17,7,3,0,0,0,0,0 +561330,460,98,0,3,0,0,0,0,0,0,0,0 +561422,460,98,688,11,0,0,0,0,0,0,0,0 +561431,460,98,0,6,0,0,0,0,0,0,0,0 +561440,460,98,223,11,3,0,0,0,0,0,0,0 +561499,460,98,0,9,0,0,0,0,0,0,0,0 +561510,460,98,76,20,12,0,0,0,0,0,0,0 +561520,460,98,19,4,3,0,0,0,0,0,0,0 +561611,460,98,5,3,3,0,0,0,0,0,0,0 +561612,460,98,129,7,0,0,0,0,0,0,0,0 +561621,460,98,116,7,0,0,0,0,0,0,0,0 +561710,460,98,8,3,3,0,0,0,0,0,0,0 +561720,460,98,1827,195,142,6,0,0,0,0,0,0 +561730,460,98,958,256,226,7,0,0,0,0,0,0 +561740,460,98,70,26,18,0,0,0,0,0,0,0 +561790,460,98,46,12,10,0,0,0,0,0,0,0 +561920,460,98,26,4,3,0,0,0,0,0,0,0 +561990,460,98,223,35,10,0,0,0,0,0,0,0 +562111,460,98,319,29,14,3,0,0,0,0,0,0 +562910,460,98,0,3,0,0,0,0,0,0,0,0 +562991,460,98,16,6,0,0,0,0,0,0,0,0 +562998,460,98,25,6,0,0,0,0,0,0,0,0 +611110,460,98,2224,41,0,6,0,0,0,0,0,0 +611310,460,98,1696,5,0,0,0,0,0,0,0,0 +611430,460,98,15,8,7,0,0,0,0,0,0,0 +611511,460,98,0,3,0,0,0,0,0,0,0,0 +611519,460,98,44,9,4,0,0,0,0,0,0,0 +611610,460,98,124,32,23,0,0,0,0,0,0,0 +611620,460,98,135,18,11,3,0,0,0,0,0,0 +611691,460,98,88,9,3,0,0,0,0,0,0,0 +611699,460,98,14,4,3,0,0,0,0,0,0,0 +611710,460,98,4,6,3,0,0,0,0,0,0,0 +621111,460,98,3755,215,128,23,3,0,0,0,0,0 +621112,460,98,36,6,3,0,0,0,0,0,0,0 +621210,460,98,2418,280,231,15,0,0,0,0,0,0 +621310,460,98,649,199,173,0,0,0,0,0,0,0 +621320,460,98,443,77,52,3,0,0,0,0,0,0 +621330,460,98,272,69,57,0,0,0,0,0,0,0 +621340,460,98,481,61,42,0,0,0,0,0,0,0 +621391,460,98,14,3,0,0,0,0,0,0,0,0 +621399,460,98,88,28,14,0,0,0,0,0,0,0 +621420,460,98,287,16,3,0,0,0,0,0,0,0 +621493,460,98,137,6,0,3,0,0,0,0,0,0 +621498,460,98,184,14,0,0,0,0,0,0,0,0 +621511,460,98,0,9,4,0,0,0,0,0,0,0 +621512,460,98,0,3,0,0,0,0,0,0,0,0 +621610,460,98,695,23,3,11,0,0,0,0,0,0 +621910,460,98,278,18,6,3,0,0,0,0,0,0 +621991,460,98,62,3,0,0,0,0,0,0,0,0 +621999,460,98,116,8,5,3,0,0,0,0,0,0 +622110,460,98,19149,7,0,0,0,0,0,0,0,0 +622310,460,98,790,3,0,0,0,0,0,0,0,0 +623110,460,98,2593,36,0,11,3,0,0,0,0,0 +623210,460,98,477,100,74,8,0,0,0,0,0,0 +623220,460,98,634,12,0,3,0,0,0,0,0,0 +623311,460,98,1560,31,0,0,0,0,0,0,0,0 +623312,460,98,1180,59,3,17,0,0,0,0,0,0 +624110,460,98,76,8,4,0,0,0,0,0,0,0 +624120,460,98,655,43,14,5,0,0,0,0,0,0 +624190,460,98,744,99,76,4,0,0,0,0,0,0 +624210,460,98,48,49,39,0,0,0,0,0,0,0 +624221,460,98,239,11,3,3,0,0,0,0,0,0 +624229,460,98,41,8,6,0,0,0,0,0,0,0 +624310,460,98,233,12,3,0,0,0,0,0,0,0 +624410,460,98,3001,215,128,39,0,0,0,0,0,0 +711110,460,98,11,3,0,0,0,0,0,0,0,0 +711130,460,98,0,3,0,0,0,0,0,0,0,0 +711211,460,98,40,4,0,0,0,0,0,0,0,0 +711310,460,98,696,7,3,0,0,0,0,0,0,0 +711320,460,98,13,3,0,0,0,0,0,0,0,0 +711510,460,98,104,39,29,0,0,0,0,0,0,0 +712110,460,98,51,10,8,0,0,0,0,0,0,0 +712130,460,98,67,3,0,0,0,0,0,0,0,0 +712190,460,98,21,3,0,0,0,0,0,0,0,0 +713120,460,98,41,8,0,0,0,0,0,0,0,0 +713210,460,98,456,5,0,0,0,0,0,0,0,0 +713290,460,98,919,127,107,0,0,0,0,0,0,0 +713910,460,98,443,35,12,0,0,0,0,0,0,0 +713940,460,98,1155,100,70,6,0,0,0,0,0,0 +713950,460,98,95,6,0,3,0,0,0,0,0,0 +713990,460,98,464,90,62,0,0,0,0,0,0,0 +721110,460,98,6166,403,235,85,3,0,0,0,0,0 +721120,460,98,1036,10,0,0,4,0,0,0,0,0 +721191,460,98,11,9,8,0,0,0,0,0,0,0 +721199,460,98,10,11,11,0,0,0,0,0,0,0 +721211,460,98,93,48,46,0,0,0,0,0,0,0 +721214,460,98,46,20,13,0,0,0,0,0,0,0 +721310,460,98,15,3,0,0,0,0,0,0,0,0 +722310,460,98,1719,28,16,5,0,0,0,0,0,0 +722320,460,98,66,16,11,0,0,0,0,0,0,0 +722330,460,98,6,3,0,0,0,0,0,0,0,0 +722410,460,98,2458,299,198,15,0,0,0,0,0,0 +722511,460,98,12683,687,377,183,7,0,0,0,0,0 +722513,460,98,10613,543,245,212,0,0,0,0,0,0 +722514,460,98,131,8,0,0,0,0,0,0,0,0 +722515,460,98,1466,143,88,12,0,0,0,0,0,0 +811111,460,98,1225,310,265,0,0,0,0,0,0,0 +811112,460,98,20,5,4,0,0,0,0,0,0,0 +811113,460,98,50,9,4,0,0,0,0,0,0,0 +811118,460,98,54,14,10,0,0,0,0,0,0,0 +811121,460,98,637,163,126,0,0,0,0,0,0,0 +811122,460,98,37,13,10,0,0,0,0,0,0,0 +811191,460,98,36,9,5,0,0,0,0,0,0,0 +811192,460,98,382,49,36,4,0,0,0,0,0,0 +811212,460,98,37,9,7,0,0,0,0,0,0,0 +811310,460,98,532,92,70,0,0,0,0,0,0,0 +811411,460,98,8,3,3,0,0,0,0,0,0,0 +811412,460,98,9,5,5,0,0,0,0,0,0,0 +811490,460,98,46,22,19,0,0,0,0,0,0,0 +812112,460,98,1035,153,126,0,0,0,0,0,0,0 +812113,460,98,31,16,12,0,0,0,0,0,0,0 +812191,460,98,0,3,0,0,0,0,0,0,0,0 +812199,460,98,237,52,37,0,0,0,0,0,0,0 +812210,460,98,64,26,17,0,0,0,0,0,0,0 +812310,460,98,20,4,0,0,0,0,0,0,0,0 +812320,460,98,161,21,7,0,0,0,0,0,0,0 +812910,460,98,161,40,26,0,0,0,0,0,0,0 +812990,460,98,32,14,12,0,0,0,0,0,0,0 +813110,460,98,5280,869,763,34,0,0,0,0,0,0 +813211,460,98,86,21,15,0,0,0,0,0,0,0 +813212,460,98,69,6,4,0,0,0,0,0,0,0 +813219,460,98,15,3,0,0,0,0,0,0,0,0 +813311,460,98,53,8,3,0,0,0,0,0,0,0 +813312,460,98,90,21,0,0,0,0,0,0,0,0 +813319,460,98,11,4,3,0,0,0,0,0,0,0 +813410,460,98,762,133,88,6,0,0,0,0,0,0 +813910,460,98,346,73,59,0,0,0,0,0,0,0 +813920,460,98,78,15,10,0,0,0,0,0,0,0 +813930,460,98,63,20,16,0,0,0,0,0,0,0 +813940,460,98,15,6,6,0,0,0,0,0,0,0 +813990,460,98,26,13,12,0,0,0,0,0,0,0 +115210,471,99,16,4,3,0,0,0,0,0,0,0 +212321,471,99,15,3,0,0,0,0,0,0,0,0 +236115,471,99,83,39,33,0,0,0,0,0,0,0 +236116,471,99,21,7,6,0,0,0,0,0,0,0 +236117,471,99,123,28,22,0,0,0,0,0,0,0 +236118,471,99,818,129,115,10,0,0,0,0,0,0 +236210,471,99,54,6,0,0,0,0,0,0,0,0 +236220,471,99,1463,91,63,20,0,0,0,0,0,0 +237110,471,99,166,14,8,4,0,0,0,0,0,0 +237130,471,99,257,9,3,0,0,0,0,0,0,0 +237210,471,99,33,11,9,0,0,0,0,0,0,0 +237310,471,99,735,23,9,7,0,0,0,0,0,0 +237990,471,99,95,7,0,0,0,0,0,0,0,0 +238110,471,99,808,34,21,5,0,0,0,0,0,0 +238120,471,99,235,7,0,3,0,0,0,0,0,0 +238130,471,99,9,5,5,0,0,0,0,0,0,0 +238140,471,99,320,23,17,4,0,0,0,0,0,0 +238150,471,99,206,17,13,4,0,0,0,0,0,0 +238160,471,99,720,51,35,8,0,0,0,0,0,0 +238170,471,99,73,7,4,0,0,0,0,0,0,0 +238190,471,99,165,7,0,0,0,0,0,0,0,0 +238210,471,99,2839,170,123,35,4,0,0,0,0,0 +238220,471,99,3938,265,208,47,6,0,0,0,0,0 +238290,471,99,1053,17,3,6,4,0,0,0,0,0 +238310,471,99,510,27,16,6,0,0,0,0,0,0 +238320,471,99,446,48,38,6,0,0,0,0,0,0 +238330,471,99,167,25,20,3,0,0,0,0,0,0 +238340,471,99,152,22,19,0,0,0,0,0,0,0 +238350,471,99,293,37,29,4,0,0,0,0,0,0 +238390,471,99,317,22,15,5,0,0,0,0,0,0 +238910,471,99,651,49,35,9,0,0,0,0,0,0 +238990,471,99,767,54,46,6,0,0,0,0,0,0 +311224,471,99,507,3,0,0,0,0,0,0,0,0 +311520,471,99,0,3,0,0,0,0,0,0,0,0 +311811,471,99,22,5,3,0,0,0,0,0,0,0 +311812,471,99,0,5,4,0,0,0,0,0,0,0 +311999,471,99,237,4,0,0,0,0,0,0,0,0 +312111,471,99,0,3,0,0,0,0,0,0,0,0 +312120,471,99,365,6,3,0,0,0,0,0,0,0 +312140,471,99,31,3,0,0,0,0,0,0,0,0 +314910,471,99,75,4,0,0,0,0,0,0,0,0 +314999,471,99,12,6,6,0,0,0,0,0,0,0 +321113,471,99,0,3,0,0,0,0,0,0,0,0 +321918,471,99,178,3,0,0,0,0,0,0,0,0 +321920,471,99,298,11,4,3,0,0,0,0,0,0 +321999,471,99,18,5,4,0,0,0,0,0,0,0 +322211,471,99,88,4,0,3,0,0,0,0,0,0 +323111,471,99,1308,57,44,10,0,0,0,0,0,0 +323113,471,99,143,14,9,3,0,0,0,0,0,0 +323117,471,99,7,3,0,0,0,0,0,0,0,0 +323120,471,99,92,5,0,0,0,0,0,0,0,0 +324121,471,99,0,3,0,0,0,0,0,0,0,0 +325180,471,99,264,4,0,3,0,0,0,0,0,0 +325199,471,99,588,6,0,0,3,0,0,0,0,0 +325320,471,99,135,7,4,0,0,0,0,0,0,0 +325510,471,99,365,6,0,4,0,0,0,0,0,0 +325520,471,99,72,3,0,3,0,0,0,0,0,0 +325611,471,99,268,5,0,0,0,0,0,0,0,0 +325612,471,99,101,5,0,0,0,0,0,0,0,0 +325620,471,99,0,5,0,0,0,0,0,0,0,0 +325910,471,99,47,3,0,0,0,0,0,0,0,0 +326112,471,99,0,4,0,0,0,0,0,0,0,0 +326160,471,99,0,3,0,0,0,0,0,0,0,0 +326199,471,99,97,9,4,0,0,0,0,0,0,0 +327320,471,99,149,6,3,0,0,0,0,0,0,0 +327991,471,99,0,3,0,0,0,0,0,0,0,0 +327999,471,99,58,3,0,0,0,0,0,0,0,0 +332119,471,99,0,4,0,0,0,0,0,0,0,0 +332312,471,99,392,14,0,5,0,0,0,0,0,0 +332313,471,99,0,3,0,0,0,0,0,0,0,0 +332321,471,99,0,4,0,0,0,0,0,0,0,0 +332322,471,99,223,15,8,0,0,0,0,0,0,0 +332323,471,99,125,7,0,0,0,0,0,0,0,0 +332710,471,99,211,21,18,0,0,0,0,0,0,0 +332721,471,99,114,4,0,0,0,0,0,0,0,0 +332811,471,99,29,3,0,0,0,0,0,0,0,0 +332812,471,99,99,4,0,3,0,0,0,0,0,0 +332999,471,99,219,5,0,0,0,0,0,0,0,0 +333249,471,99,74,5,0,0,0,0,0,0,0,0 +333318,471,99,0,3,0,0,0,0,0,0,0,0 +333413,471,99,65,5,3,0,0,0,0,0,0,0 +333514,471,99,16,3,3,0,0,0,0,0,0,0 +333922,471,99,263,4,0,0,0,0,0,0,0,0 +337110,471,99,50,8,6,0,0,0,0,0,0,0 +337212,471,99,43,4,3,0,0,0,0,0,0,0 +337215,471,99,14,3,0,0,0,0,0,0,0,0 +339112,471,99,810,14,3,6,3,0,0,0,0,0 +339113,471,99,0,8,3,0,0,0,0,0,0,0 +339114,471,99,16,3,0,0,0,0,0,0,0,0 +339115,471,99,0,3,0,0,0,0,0,0,0,0 +339116,471,99,118,11,9,0,0,0,0,0,0,0 +339950,471,99,193,14,9,3,0,0,0,0,0,0 +339999,471,99,11,4,3,0,0,0,0,0,0,0 +423110,471,99,797,19,6,10,0,0,0,0,0,0 +423120,471,99,2194,54,31,16,6,0,0,0,0,0 +423130,471,99,508,22,11,8,0,0,0,0,0,0 +423140,471,99,49,7,4,0,0,0,0,0,0,0 +423210,471,99,273,20,13,4,0,0,0,0,0,0 +423220,471,99,600,24,18,3,0,0,0,0,0,0 +423310,471,99,403,29,22,5,0,0,0,0,0,0 +423320,471,99,110,12,11,0,0,0,0,0,0,0 +423330,471,99,159,14,12,0,0,0,0,0,0,0 +423390,471,99,253,15,10,4,0,0,0,0,0,0 +423420,471,99,363,53,49,3,0,0,0,0,0,0 +423430,471,99,727,22,14,4,0,0,0,0,0,0 +423440,471,99,319,27,20,7,0,0,0,0,0,0 +423450,471,99,3087,46,31,9,3,0,0,0,0,0 +423460,471,99,17,3,0,0,0,0,0,0,0,0 +423490,471,99,41,5,0,0,0,0,0,0,0,0 +423510,471,99,512,26,20,4,0,0,0,0,0,0 +423610,471,99,688,55,47,5,0,0,0,0,0,0 +423690,471,99,1625,42,36,3,0,0,0,0,0,0 +423710,471,99,855,19,17,0,0,0,0,0,0,0 +423720,471,99,218,22,16,4,0,0,0,0,0,0 +423730,471,99,355,38,31,4,0,0,0,0,0,0 +423740,471,99,37,4,0,0,0,0,0,0,0,0 +423810,471,99,431,17,9,6,0,0,0,0,0,0 +423820,471,99,205,20,19,0,0,0,0,0,0,0 +423830,471,99,2138,105,75,25,4,0,0,0,0,0 +423840,471,99,260,34,33,0,0,0,0,0,0,0 +423850,471,99,158,14,11,0,0,0,0,0,0,0 +423860,471,99,441,14,9,3,0,0,0,0,0,0 +423910,471,99,270,19,15,3,0,0,0,0,0,0 +423920,471,99,0,3,0,0,0,0,0,0,0,0 +423930,471,99,217,16,12,3,0,0,0,0,0,0 +423940,471,99,56,12,11,0,0,0,0,0,0,0 +423990,471,99,420,22,17,0,0,0,0,0,0,0 +424120,471,99,509,23,18,0,0,0,0,0,0,0 +424130,471,99,748,18,11,4,0,0,0,0,0,0 +424210,471,99,797,34,28,0,4,0,0,0,0,0 +424320,471,99,465,7,0,0,0,0,0,0,0,0 +424330,471,99,79,7,5,0,0,0,0,0,0,0 +424340,471,99,0,4,0,0,0,0,0,0,0,0 +424410,471,99,967,11,4,3,0,0,0,0,0,0 +424420,471,99,674,3,0,0,0,0,0,0,0,0 +424430,471,99,68,4,0,0,0,0,0,0,0,0 +424450,471,99,114,5,0,0,0,0,0,0,0,0 +424480,471,99,165,6,0,0,0,0,0,0,0,0 +424490,471,99,766,37,28,8,0,0,0,0,0,0 +424510,471,99,106,9,6,0,0,0,0,0,0,0 +424590,471,99,244,9,4,0,0,0,0,0,0,0 +424610,471,99,62,9,7,0,0,0,0,0,0,0 +424690,471,99,786,42,33,7,0,0,0,0,0,0 +424710,471,99,65,7,4,0,0,0,0,0,0,0 +424720,471,99,96,5,0,0,0,0,0,0,0,0 +424810,471,99,401,4,0,0,0,0,0,0,0,0 +424820,471,99,188,3,0,0,0,0,0,0,0,0 +424910,471,99,259,17,8,4,0,0,0,0,0,0 +424930,471,99,61,8,6,0,0,0,0,0,0,0 +424940,471,99,61,4,0,0,0,0,0,0,0,0 +424950,471,99,106,8,6,0,0,0,0,0,0,0 +424990,471,99,320,35,28,3,0,0,0,0,0,0 +425120,471,99,1015,119,105,9,0,0,0,0,0,0 +441110,471,99,3749,51,7,37,5,0,0,0,0,0 +441120,471,99,772,75,66,6,0,0,0,0,0,0 +441222,471,99,34,6,4,0,0,0,0,0,0,0 +441228,471,99,191,17,12,3,0,0,0,0,0,0 +441310,471,99,1489,119,103,13,0,0,0,0,0,0 +441320,471,99,575,61,57,0,0,0,0,0,0,0 +442110,471,99,781,76,67,4,0,0,0,0,0,0 +442210,471,99,224,29,26,3,0,0,0,0,0,0 +442299,471,99,549,41,31,9,0,0,0,0,0,0 +443141,471,99,142,13,8,4,0,0,0,0,0,0 +443142,471,99,913,71,61,4,0,0,0,0,0,0 +444110,471,99,0,15,0,0,12,0,0,0,0,0 +444120,471,99,127,25,24,0,0,0,0,0,0,0 +444130,471,99,293,29,20,6,0,0,0,0,0,0 +444190,471,99,614,59,49,4,0,0,0,0,0,0 +444210,471,99,47,5,0,0,0,0,0,0,0,0 +444220,471,99,190,23,21,0,0,0,0,0,0,0 +445110,471,99,7179,172,97,38,28,0,0,0,0,0 +445120,471,99,166,89,88,0,0,0,0,0,0,0 +445210,471,99,133,9,6,0,0,0,0,0,0,0 +445220,471,99,20,4,0,0,0,0,0,0,0,0 +445230,471,99,0,7,7,0,0,0,0,0,0,0 +445291,471,99,100,9,6,0,0,0,0,0,0,0 +445292,471,99,28,6,4,0,0,0,0,0,0,0 +445299,471,99,111,17,17,0,0,0,0,0,0,0 +445310,471,99,526,108,104,0,0,0,0,0,0,0 +446110,471,99,2068,116,57,49,0,0,0,0,0,0 +446120,471,99,715,98,88,9,0,0,0,0,0,0 +446130,471,99,267,31,30,0,0,0,0,0,0,0 +446191,471,99,52,16,16,0,0,0,0,0,0,0 +446199,471,99,182,19,15,0,0,0,0,0,0,0 +447110,471,99,2242,478,472,3,0,0,0,0,0,0 +447190,471,99,181,20,16,3,0,0,0,0,0,0 +448110,471,99,364,31,28,0,0,0,0,0,0,0 +448120,471,99,1512,135,113,18,0,0,0,0,0,0 +448130,471,99,220,21,16,3,0,0,0,0,0,0 +448140,471,99,2135,112,76,36,0,0,0,0,0,0 +448150,471,99,206,26,24,0,0,0,0,0,0,0 +448190,471,99,383,32,26,5,0,0,0,0,0,0 +448210,471,99,874,87,79,0,0,0,0,0,0,0 +448310,471,99,348,61,58,3,0,0,0,0,0,0 +451110,471,99,705,39,30,8,0,0,0,0,0,0 +451120,471,99,420,24,16,8,0,0,0,0,0,0 +451130,471,99,79,12,10,0,0,0,0,0,0,0 +451140,471,99,134,9,6,0,0,0,0,0,0,0 +451211,471,99,262,25,21,3,0,0,0,0,0,0 +452210,471,99,1562,13,0,4,7,0,0,0,0,0 +452311,471,99,4028,18,0,0,10,7,0,0,0,0 +452319,471,99,2027,196,171,21,0,0,0,0,0,0 +453110,471,99,202,26,24,0,0,0,0,0,0,0 +453210,471,99,216,19,15,4,0,0,0,0,0,0 +453220,471,99,533,61,51,0,0,0,0,0,0,0 +453310,471,99,1270,41,36,3,0,0,0,0,0,0 +453910,471,99,269,25,21,4,0,0,0,0,0,0 +453920,471,99,31,6,4,0,0,0,0,0,0,0 +453991,471,99,144,33,33,0,0,0,0,0,0,0 +453998,471,99,299,52,49,3,0,0,0,0,0,0 +454110,471,99,2213,88,68,10,3,0,0,0,0,0 +454210,471,99,221,25,18,0,0,0,0,0,0,0 +454310,471,99,0,3,0,0,0,0,0,0,0,0 +454390,471,99,212,34,32,0,0,0,0,0,0,0 +481111,471,99,303,6,0,0,0,0,0,0,0,0 +481112,471,99,0,3,0,0,0,0,0,0,0,0 +481211,471,99,72,6,0,0,0,0,0,0,0,0 +483211,471,99,0,4,0,0,0,0,0,0,0,0 +484110,471,99,814,53,37,8,0,0,0,0,0,0 +484121,471,99,5558,150,113,21,8,4,0,0,0,0 +484122,471,99,4260,32,7,11,4,8,0,0,0,0 +484210,471,99,488,24,13,6,0,0,0,0,0,0 +484220,471,99,240,37,29,3,0,0,0,0,0,0 +484230,471,99,723,20,10,8,0,0,0,0,0,0 +485310,471,99,18,3,0,0,0,0,0,0,0,0 +485320,471,99,153,6,0,0,0,0,0,0,0,0 +485410,471,99,179,5,0,0,0,0,0,0,0,0 +485991,471,99,48,9,7,0,0,0,0,0,0,0 +485999,471,99,55,4,3,0,0,0,0,0,0,0 +487110,471,99,9,3,3,0,0,0,0,0,0,0 +488119,471,99,721,12,3,4,0,0,0,0,0,0 +488190,471,99,288,15,8,3,0,0,0,0,0,0 +488210,471,99,170,9,3,0,0,0,0,0,0,0 +488310,471,99,77,3,0,0,0,0,0,0,0,0 +488330,471,99,192,5,0,0,0,0,0,0,0,0 +488410,471,99,160,28,28,0,0,0,0,0,0,0 +488490,471,99,617,11,4,4,0,0,0,0,0,0 +488510,471,99,3316,143,111,21,7,3,0,0,0,0 +488991,471,99,104,3,0,0,0,0,0,0,0,0 +492110,471,99,49,262,164,71,16,0,3,0,0,0 +492210,471,99,136,8,4,0,0,0,0,0,0,0 +493110,471,99,7569,118,61,33,17,3,4,0,0,0 +493130,471,99,30,7,7,0,0,0,0,0,0,0 +493190,471,99,902,20,12,5,0,0,0,0,0,0 +511110,471,99,230,10,3,0,0,0,0,0,0,0 +511120,471,99,77,13,12,0,0,0,0,0,0,0 +511130,471,99,38,5,3,0,0,0,0,0,0,0 +511210,471,99,342,15,8,3,0,0,0,0,0,0 +512110,471,99,119,17,13,4,0,0,0,0,0,0 +512131,471,99,388,16,6,8,0,0,0,0,0,0 +512230,471,99,19,5,3,0,0,0,0,0,0,0 +515111,471,99,15,3,0,0,0,0,0,0,0,0 +515112,471,99,271,15,11,0,0,0,0,0,0,0 +515120,471,99,656,10,4,0,5,0,0,0,0,0 +517311,471,99,1467,67,48,16,0,0,0,0,0,0 +517312,471,99,1238,87,76,8,0,0,0,0,0,0 +517911,471,99,101,10,8,0,0,0,0,0,0,0 +517919,471,99,53,6,0,0,0,0,0,0,0,0 +518210,471,99,496,40,36,0,0,0,0,0,0,0 +519130,471,99,0,6,4,0,0,0,0,0,0,0 +522110,471,99,5005,316,276,26,7,0,0,0,0,0 +522130,471,99,677,82,76,5,0,0,0,0,0,0 +522220,471,99,484,18,9,3,0,0,0,0,0,0 +522291,471,99,211,48,46,0,0,0,0,0,0,0 +522292,471,99,576,31,19,4,0,0,0,0,0,0 +522298,471,99,360,79,76,0,0,0,0,0,0,0 +522310,471,99,33,8,6,0,0,0,0,0,0,0 +522320,471,99,328,24,16,5,0,0,0,0,0,0 +522390,471,99,349,129,127,0,0,0,0,0,0,0 +523110,471,99,424,18,12,0,0,0,0,0,0,0 +523120,471,99,1314,65,51,9,0,0,0,0,0,0 +523130,471,99,18,7,6,0,0,0,0,0,0,0 +523140,471,99,67,6,4,0,0,0,0,0,0,0 +523910,471,99,79,23,21,0,0,0,0,0,0,0 +523920,471,99,627,95,86,7,0,0,0,0,0,0 +523930,471,99,98,35,35,0,0,0,0,0,0,0 +523991,471,99,103,8,3,3,0,0,0,0,0,0 +524113,471,99,280,25,23,0,0,0,0,0,0,0 +524114,471,99,527,23,18,3,0,0,0,0,0,0 +524126,471,99,137,17,13,4,0,0,0,0,0,0 +524127,471,99,29,4,0,0,0,0,0,0,0,0 +524210,471,99,1860,386,367,14,0,0,0,0,0,0 +524291,471,99,55,12,10,0,0,0,0,0,0,0 +524292,471,99,2107,34,25,4,0,0,0,0,0,0 +524298,471,99,20,7,5,0,0,0,0,0,0,0 +531110,471,99,1603,215,205,6,0,0,0,0,0,0 +531120,471,99,362,92,87,0,0,0,0,0,0,0 +531130,471,99,166,66,63,0,0,0,0,0,0,0 +531190,471,99,73,8,6,0,0,0,0,0,0,0 +531210,471,99,784,174,169,3,0,0,0,0,0,0 +531311,471,99,1642,124,106,15,0,0,0,0,0,0 +531312,471,99,626,45,37,5,0,0,0,0,0,0 +531320,471,99,77,29,29,0,0,0,0,0,0,0 +531390,471,99,542,21,18,0,0,0,0,0,0,0 +532111,471,99,509,38,33,0,0,0,0,0,0,0 +532120,471,99,369,36,30,6,0,0,0,0,0,0 +532210,471,99,364,49,45,0,0,0,0,0,0,0 +532281,471,99,0,5,3,0,0,0,0,0,0,0 +532283,471,99,87,6,0,0,0,0,0,0,0,0 +532289,471,99,279,13,8,0,0,0,0,0,0,0 +532310,471,99,49,10,8,0,0,0,0,0,0,0 +532412,471,99,51,6,3,0,0,0,0,0,0,0 +532490,471,99,416,35,28,7,0,0,0,0,0,0 +533110,471,99,0,7,3,0,0,0,0,0,0,0 +541110,471,99,2702,374,343,24,3,0,0,0,0,0 +541191,471,99,205,29,27,0,0,0,0,0,0,0 +541199,471,99,15,7,7,0,0,0,0,0,0,0 +541211,471,99,1306,136,117,14,0,0,0,0,0,0 +541213,471,99,667,115,106,4,0,0,0,0,0,0 +541214,471,99,748,17,10,5,0,0,0,0,0,0 +541219,471,99,811,76,62,10,0,0,0,0,0,0 +541310,471,99,525,41,35,4,0,0,0,0,0,0 +541320,471,99,121,14,12,0,0,0,0,0,0,0 +541330,471,99,3014,96,80,10,0,0,0,0,0,0 +541350,471,99,9,7,6,0,0,0,0,0,0,0 +541370,471,99,35,7,7,0,0,0,0,0,0,0 +541380,471,99,214,15,7,3,0,0,0,0,0,0 +541410,471,99,90,29,29,0,0,0,0,0,0,0 +541430,471,99,103,16,12,0,0,0,0,0,0,0 +541511,471,99,1014,81,71,8,0,0,0,0,0,0 +541512,471,99,980,103,89,9,0,0,0,0,0,0 +541513,471,99,443,13,6,0,0,0,0,0,0,0 +541519,471,99,126,12,8,0,0,0,0,0,0,0 +541611,471,99,647,127,114,8,0,0,0,0,0,0 +541612,471,99,124,19,16,0,0,0,0,0,0,0 +541613,471,99,590,60,54,5,0,0,0,0,0,0 +541614,471,99,1304,34,25,3,0,0,0,0,0,0 +541618,471,99,0,3,0,0,0,0,0,0,0,0 +541620,471,99,233,19,14,0,0,0,0,0,0,0 +541690,471,99,133,25,22,0,0,0,0,0,0,0 +541713,471,99,76,7,3,0,0,0,0,0,0,0 +541714,471,99,292,9,3,3,0,0,0,0,0,0 +541715,471,99,301,20,15,3,0,0,0,0,0,0 +541810,471,99,434,38,34,3,0,0,0,0,0,0 +541820,471,99,66,11,10,0,0,0,0,0,0,0 +541850,471,99,61,10,6,0,0,0,0,0,0,0 +541860,471,99,0,3,0,0,0,0,0,0,0,0 +541890,471,99,366,29,23,4,0,0,0,0,0,0 +541910,471,99,23,9,8,0,0,0,0,0,0,0 +541921,471,99,118,22,22,0,0,0,0,0,0,0 +541922,471,99,0,3,3,0,0,0,0,0,0,0 +541940,471,99,1453,92,63,17,0,0,0,0,0,0 +541990,471,99,137,19,13,3,0,0,0,0,0,0 +551112,471,99,503,22,16,3,0,0,0,0,0,0 +551114,471,99,28547,533,334,142,37,7,5,0,0,0 +561110,471,99,1734,70,55,12,0,0,0,0,0,0 +561210,471,99,420,25,18,0,0,0,0,0,0,0 +561311,471,99,412,15,7,4,0,0,0,0,0,0 +561312,471,99,76,10,7,0,0,0,0,0,0,0 +561320,471,99,15547,181,76,52,34,18,0,0,0,0 +561330,471,99,481,7,0,0,0,0,0,0,0,0 +561410,471,99,62,7,6,0,0,0,0,0,0,0 +561422,471,99,957,6,0,0,0,0,0,0,0,0 +561431,471,99,42,10,10,0,0,0,0,0,0,0 +561439,471,99,168,24,23,0,0,0,0,0,0,0 +561440,471,99,392,16,9,4,0,0,0,0,0,0 +561450,471,99,0,6,5,0,0,0,0,0,0,0 +561491,471,99,0,6,0,0,0,0,0,0,0,0 +561499,471,99,65,7,5,0,0,0,0,0,0,0 +561510,471,99,159,33,31,0,0,0,0,0,0,0 +561520,471,99,30,4,0,0,0,0,0,0,0,0 +561591,471,99,0,4,0,0,0,0,0,0,0,0 +561599,471,99,51,3,0,0,0,0,0,0,0,0 +561611,471,99,78,7,6,0,0,0,0,0,0,0 +561612,471,99,6658,61,34,14,4,6,0,3,0,0 +561613,471,99,231,5,0,0,0,0,0,0,0,0 +561621,471,99,571,36,25,9,0,0,0,0,0,0 +561622,471,99,75,12,12,0,0,0,0,0,0,0 +561710,471,99,665,65,54,10,0,0,0,0,0,0 +561720,471,99,4839,169,134,22,0,3,3,0,0,0 +561730,471,99,2169,218,186,26,0,0,0,0,0,0 +561740,471,99,146,27,23,0,0,0,0,0,0,0 +561790,471,99,237,27,20,0,0,0,0,0,0,0 +561910,471,99,613,14,9,0,0,0,0,0,0,0 +561920,471,99,293,10,6,0,0,0,0,0,0,0 +561990,471,99,440,26,19,5,0,0,0,0,0,0 +562111,471,99,516,13,3,3,0,0,0,0,0,0 +562211,471,99,234,4,0,0,0,0,0,0,0,0 +562212,471,99,0,3,0,0,0,0,0,0,0,0 +562910,471,99,203,14,10,4,0,0,0,0,0,0 +562920,471,99,112,4,0,0,0,0,0,0,0,0 +562991,471,99,85,6,3,0,0,0,0,0,0,0 +611110,471,99,5611,76,19,38,16,3,0,0,0,0 +611310,471,99,3149,19,3,6,3,0,0,0,0,0 +611420,471,99,18,4,0,0,0,0,0,0,0,0 +611430,471,99,368,17,9,0,0,0,0,0,0,0 +611511,471,99,91,12,9,0,0,0,0,0,0,0 +611513,471,99,55,8,4,0,0,0,0,0,0,0 +611519,471,99,363,13,6,5,0,0,0,0,0,0 +611610,471,99,130,24,23,0,0,0,0,0,0,0 +611620,471,99,1574,34,31,0,0,0,0,0,0,0 +611691,471,99,272,26,24,0,0,0,0,0,0,0 +611699,471,99,82,8,3,0,0,0,0,0,0,0 +611710,471,99,94,10,9,0,0,0,0,0,0,0 +621111,471,99,10715,623,502,102,13,0,0,0,0,0 +621112,471,99,86,30,26,0,0,0,0,0,0,0 +621210,471,99,2338,362,352,8,0,0,0,0,0,0 +621310,471,99,184,47,47,0,0,0,0,0,0,0 +621320,471,99,361,67,63,0,0,0,0,0,0,0 +621330,471,99,122,35,33,0,0,0,0,0,0,0 +621340,471,99,516,82,76,0,0,0,0,0,0,0 +621391,471,99,102,24,23,0,0,0,0,0,0,0 +621399,471,99,307,64,57,4,0,0,0,0,0,0 +621410,471,99,141,7,0,4,0,0,0,0,0,0 +621420,471,99,719,24,16,3,3,0,0,0,0,0 +621492,471,99,729,60,40,15,0,0,0,0,0,0 +621493,471,99,1123,40,22,18,0,0,0,0,0,0 +621498,471,99,908,36,20,8,3,0,0,0,0,0 +621511,471,99,1372,23,12,8,0,0,0,0,0,0 +621512,471,99,154,11,6,3,0,0,0,0,0,0 +621610,471,99,4014,70,19,34,10,0,0,0,0,0 +621910,471,99,955,13,4,3,5,0,0,0,0,0 +621991,471,99,364,16,8,4,0,0,0,0,0,0 +621999,471,99,373,13,7,0,0,0,0,0,0,0 +622110,471,99,20712,19,0,5,0,0,4,3,3,0 +622310,471,99,0,5,0,0,0,0,0,0,0,0 +623110,471,99,4442,34,3,11,17,3,0,0,0,0 +623210,471,99,1669,60,47,8,5,0,0,0,0,0 +623220,471,99,3025,26,10,6,8,0,0,0,0,0 +623311,471,99,1898,17,0,8,0,4,0,0,0,0 +623312,471,99,710,20,5,12,0,0,0,0,0,0 +623990,471,99,258,10,4,4,0,0,0,0,0,0 +624110,471,99,632,28,20,5,0,0,0,0,0,0 +624120,471,99,3814,140,97,34,7,0,0,0,0,0 +624190,471,99,752,54,43,3,0,0,0,0,0,0 +624210,471,99,68,4,0,0,0,0,0,0,0,0 +624221,471,99,198,13,8,0,0,0,0,0,0,0 +624229,471,99,124,12,10,0,0,0,0,0,0,0 +624310,471,99,154,13,10,0,0,0,0,0,0,0 +624410,471,99,3176,260,189,62,0,0,0,0,0,0 +711110,471,99,294,13,5,4,0,0,0,0,0,0 +711130,471,99,0,4,3,0,0,0,0,0,0,0 +711211,471,99,0,4,0,0,0,0,0,0,0,0 +711310,471,99,44,3,0,0,0,0,0,0,0,0 +711320,471,99,48,12,11,0,0,0,0,0,0,0 +711510,471,99,22,15,15,0,0,0,0,0,0,0 +712110,471,99,670,16,5,5,0,0,0,0,0,0 +713120,471,99,163,12,9,0,0,0,0,0,0,0 +713910,471,99,782,15,3,9,0,0,0,0,0,0 +713940,471,99,1685,86,62,22,0,0,0,0,0,0 +713950,471,99,129,5,0,4,0,0,0,0,0,0 +713990,471,99,396,39,32,7,0,0,0,0,0,0 +721110,471,99,4655,181,120,48,11,0,0,0,0,0 +721214,471,99,18,4,0,0,0,0,0,0,0,0 +722310,471,99,1950,82,58,19,4,0,0,0,0,0 +722320,471,99,278,32,27,5,0,0,0,0,0,0 +722330,471,99,14,9,8,0,0,0,0,0,0,0 +722410,471,99,718,51,34,17,0,0,0,0,0,0 +722511,471,99,16449,649,341,294,13,0,0,0,0,0 +722513,471,99,17763,812,413,388,4,0,0,0,0,0 +722514,471,99,550,17,4,9,0,0,0,0,0,0 +722515,471,99,1334,113,89,20,0,0,0,0,0,0 +811111,471,99,871,143,135,4,0,0,0,0,0,0 +811112,471,99,19,7,6,0,0,0,0,0,0,0 +811113,471,99,98,17,14,0,0,0,0,0,0,0 +811118,471,99,42,16,14,0,0,0,0,0,0,0 +811121,471,99,851,77,62,8,0,0,0,0,0,0 +811122,471,99,83,12,10,0,0,0,0,0,0,0 +811191,471,99,196,23,23,0,0,0,0,0,0,0 +811192,471,99,301,33,30,0,0,0,0,0,0,0 +811198,471,99,14,3,0,0,0,0,0,0,0,0 +811211,471,99,55,6,4,0,0,0,0,0,0,0 +811212,471,99,47,15,15,0,0,0,0,0,0,0 +811213,471,99,56,6,3,0,0,0,0,0,0,0 +811219,471,99,61,8,5,0,0,0,0,0,0,0 +811310,471,99,543,44,35,6,0,0,0,0,0,0 +811412,471,99,15,4,3,0,0,0,0,0,0,0 +811420,471,99,28,10,8,0,0,0,0,0,0,0 +811490,471,99,52,18,17,0,0,0,0,0,0,0 +812111,471,99,69,11,11,0,0,0,0,0,0,0 +812112,471,99,1462,190,175,15,0,0,0,0,0,0 +812113,471,99,217,65,65,0,0,0,0,0,0,0 +812191,471,99,54,6,0,0,0,0,0,0,0,0 +812199,471,99,303,46,43,3,0,0,0,0,0,0 +812210,471,99,348,30,22,4,0,0,0,0,0,0 +812220,471,99,169,14,12,0,0,0,0,0,0,0 +812310,471,99,109,27,24,0,0,0,0,0,0,0 +812320,471,99,635,78,68,10,0,0,0,0,0,0 +812331,471,99,0,3,0,0,0,0,0,0,0,0 +812332,471,99,466,10,0,4,0,0,0,0,0,0 +812910,471,99,227,25,19,6,0,0,0,0,0,0 +812930,471,99,189,26,20,4,0,0,0,0,0,0 +812990,471,99,94,24,22,0,0,0,0,0,0,0 +813110,471,99,9473,680,584,85,8,0,0,0,0,0 +813211,471,99,232,48,47,0,0,0,0,0,0,0 +813212,471,99,1329,21,17,0,0,0,0,0,0,0 +813219,471,99,245,10,5,0,0,0,0,0,0,0 +813311,471,99,39,10,9,0,0,0,0,0,0,0 +813312,471,99,0,8,4,0,0,0,0,0,0,0 +813319,471,99,127,18,16,0,0,0,0,0,0,0 +813410,471,99,456,61,56,3,0,0,0,0,0,0 +813910,471,99,201,30,24,0,0,0,0,0,0,0 +813920,471,99,98,17,14,0,0,0,0,0,0,0 +813930,471,99,345,41,35,6,0,0,0,0,0,0 +813940,471,99,4,3,3,0,0,0,0,0,0,0 +813990,471,99,86,15,11,0,0,0,0,0,0,0 +113310,472,100,24,7,7,0,0,0,0,0,0,0 +115210,472,100,22,9,8,0,0,0,0,0,0,0 +212312,472,100,104,9,4,3,0,0,0,0,0,0 +221122,472,100,50,11,0,0,0,0,0,0,0,0 +221210,472,100,0,4,0,0,0,0,0,0,0,0 +221320,472,100,43,3,0,0,0,0,0,0,0,0 +236115,472,100,614,202,187,0,0,0,0,0,0,0 +236116,472,100,90,4,0,0,0,0,0,0,0,0 +236117,472,100,1465,190,166,8,0,0,0,0,0,0 +236118,472,100,1545,366,336,8,0,0,0,0,0,0 +236210,472,100,0,3,0,0,0,0,0,0,0,0 +236220,472,100,3418,192,144,32,6,0,0,0,0,0 +237110,472,100,630,51,25,6,0,0,0,0,0,0 +237120,472,100,196,8,0,0,0,0,0,0,0,0 +237130,472,100,1835,28,4,5,0,0,0,0,0,0 +237210,472,100,133,29,18,0,0,0,0,0,0,0 +237310,472,100,1419,45,13,9,0,0,0,0,0,0 +237990,472,100,25,7,3,0,0,0,0,0,0,0 +238110,472,100,1509,116,82,7,0,0,0,0,0,0 +238120,472,100,410,28,9,0,0,0,0,0,0,0 +238130,472,100,209,43,36,0,0,0,0,0,0,0 +238140,472,100,1136,83,54,10,0,0,0,0,0,0 +238150,472,100,271,23,10,0,0,0,0,0,0,0 +238160,472,100,1177,99,69,7,0,0,0,0,0,0 +238170,472,100,243,43,23,0,0,0,0,0,0,0 +238190,472,100,357,15,0,0,0,0,0,0,0,0 +238210,472,100,6201,394,312,46,12,0,0,0,0,0 +238220,472,100,7429,470,383,55,7,0,0,0,0,0 +238290,472,100,936,55,27,3,0,0,0,0,0,0 +238310,472,100,1145,86,62,5,0,0,0,0,0,0 +238320,472,100,728,119,95,6,0,0,0,0,0,0 +238330,472,100,502,66,52,5,0,0,0,0,0,0 +238340,472,100,173,33,23,0,0,0,0,0,0,0 +238350,472,100,502,118,95,3,0,0,0,0,0,0 +238390,472,100,672,48,25,0,0,0,0,0,0,0 +238910,472,100,3007,213,167,17,4,0,0,0,0,0 +238990,472,100,1284,164,141,9,0,0,0,0,0,0 +311352,472,100,0,4,0,0,0,0,0,0,0,0 +311811,472,100,190,21,12,0,0,0,0,0,0,0 +311812,472,100,306,11,0,0,0,0,0,0,0,0 +311824,472,100,60,5,0,0,0,0,0,0,0,0 +311920,472,100,9,3,0,0,0,0,0,0,0,0 +312120,472,100,246,17,11,0,0,0,0,0,0,0 +312140,472,100,84,4,0,0,0,0,0,0,0,0 +313310,472,100,0,4,0,0,0,0,0,0,0,0 +314120,472,100,10,5,5,0,0,0,0,0,0,0 +314999,472,100,53,8,7,0,0,0,0,0,0,0 +315210,472,100,13,3,0,0,0,0,0,0,0,0 +315220,472,100,5,3,3,0,0,0,0,0,0,0 +315240,472,100,0,3,0,0,0,0,0,0,0,0 +315280,472,100,0,3,0,0,0,0,0,0,0,0 +316998,472,100,15,3,0,0,0,0,0,0,0,0 +321113,472,100,40,8,0,0,0,0,0,0,0,0 +321911,472,100,0,3,0,0,0,0,0,0,0,0 +321920,472,100,398,19,0,0,0,0,0,0,0,0 +321992,472,100,34,4,0,0,0,0,0,0,0,0 +321999,472,100,46,6,0,0,0,0,0,0,0,0 +322211,472,100,247,6,0,0,0,0,0,0,0,0 +322220,472,100,46,5,0,0,0,0,0,0,0,0 +323111,472,100,2436,128,86,19,0,0,0,0,0,0 +323113,472,100,338,38,28,0,0,0,0,0,0,0 +323117,472,100,0,4,0,0,0,0,0,0,0,0 +323120,472,100,294,13,0,3,0,0,0,0,0,0 +324121,472,100,22,5,3,0,0,0,0,0,0,0 +325211,472,100,0,3,0,0,0,0,0,0,0,0 +325510,472,100,22,3,0,0,0,0,0,0,0,0 +325620,472,100,0,3,0,0,0,0,0,0,0,0 +325910,472,100,30,5,0,0,0,0,0,0,0,0 +325998,472,100,71,4,0,0,0,0,0,0,0,0 +326113,472,100,0,3,0,0,0,0,0,0,0,0 +326191,472,100,24,3,0,0,0,0,0,0,0,0 +326199,472,100,1666,22,3,0,0,0,0,0,0,0 +326212,472,100,64,3,0,0,0,0,0,0,0,0 +327120,472,100,107,3,0,0,0,0,0,0,0,0 +327320,472,100,797,36,12,3,0,0,0,0,0,0 +327331,472,100,45,3,0,0,0,0,0,0,0,0 +327991,472,100,242,13,8,5,0,0,0,0,0,0 +332311,472,100,0,3,0,0,0,0,0,0,0,0 +332312,472,100,215,10,0,3,0,0,0,0,0,0 +332322,472,100,160,15,7,0,0,0,0,0,0,0 +332323,472,100,188,13,0,0,0,0,0,0,0,0 +332510,472,100,229,4,0,3,0,0,0,0,0,0 +332618,472,100,0,4,0,0,0,0,0,0,0,0 +332710,472,100,818,66,35,4,0,0,0,0,0,0 +332721,472,100,197,12,3,0,0,0,0,0,0,0 +332812,472,100,227,14,3,0,0,0,0,0,0,0 +332813,472,100,129,6,0,0,0,0,0,0,0,0 +333514,472,100,243,24,6,0,0,0,0,0,0,0 +333515,472,100,271,9,3,0,0,0,0,0,0,0 +333519,472,100,0,3,0,0,0,0,0,0,0,0 +333999,472,100,114,3,0,0,0,0,0,0,0,0 +334310,472,100,0,3,0,0,0,0,0,0,0,0 +334614,472,100,234,6,0,0,0,0,0,0,0,0 +335122,472,100,0,3,0,0,0,0,0,0,0,0 +336360,472,100,1796,8,0,0,0,0,0,0,0,0 +336370,472,100,2687,20,0,0,0,0,0,0,0,0 +336390,472,100,0,3,0,0,0,0,0,0,0,0 +337110,472,100,488,38,22,0,0,0,0,0,0,0 +337122,472,100,37,11,6,0,0,0,0,0,0,0 +337212,472,100,161,8,0,0,0,0,0,0,0,0 +337215,472,100,0,3,0,0,0,0,0,0,0,0 +339112,472,100,0,3,0,0,0,0,0,0,0,0 +339113,472,100,67,5,0,0,0,0,0,0,0,0 +339115,472,100,20,3,0,0,0,0,0,0,0,0 +339116,472,100,432,26,21,0,0,0,0,0,0,0 +339910,472,100,38,9,6,0,0,0,0,0,0,0 +339950,472,100,287,28,16,3,0,0,0,0,0,0 +339992,472,100,0,13,8,0,0,0,0,0,0,0 +339999,472,100,167,14,9,0,0,0,0,0,0,0 +423110,472,100,1253,37,12,10,3,0,0,0,0,0 +423120,472,100,1328,77,47,12,0,0,0,0,0,0 +423130,472,100,614,19,4,10,0,0,0,0,0,0 +423210,472,100,271,22,13,0,0,0,0,0,0,0 +423220,472,100,402,30,23,4,0,0,0,0,0,0 +423310,472,100,1367,58,20,19,0,0,0,0,0,0 +423320,472,100,255,20,14,0,0,0,0,0,0,0 +423330,472,100,254,26,18,0,0,0,0,0,0,0 +423390,472,100,320,28,16,4,0,0,0,0,0,0 +423420,472,100,1274,52,30,0,0,0,0,0,0,0 +423430,472,100,1233,48,29,7,0,0,0,0,0,0 +423440,472,100,563,33,21,3,0,0,0,0,0,0 +423450,472,100,1658,82,52,10,3,0,0,0,0,0 +423490,472,100,21,6,5,0,0,0,0,0,0,0 +423510,472,100,879,54,35,9,0,0,0,0,0,0 +423610,472,100,1769,85,61,6,0,0,0,0,0,0 +423620,472,100,411,18,12,0,0,0,0,0,0,0 +423690,472,100,827,49,32,4,0,0,0,0,0,0 +423710,472,100,233,24,20,0,0,0,0,0,0,0 +423720,472,100,571,26,11,3,0,0,0,0,0,0 +423730,472,100,560,37,24,5,0,0,0,0,0,0 +423740,472,100,0,3,0,0,0,0,0,0,0,0 +423810,472,100,837,26,10,4,0,0,0,0,0,0 +423820,472,100,209,22,6,0,0,0,0,0,0,0 +423830,472,100,2189,172,128,15,0,0,0,0,0,0 +423840,472,100,531,47,27,4,0,0,0,0,0,0 +423850,472,100,407,25,18,0,0,0,0,0,0,0 +423860,472,100,51,8,4,0,0,0,0,0,0,0 +423910,472,100,269,16,13,0,0,0,0,0,0,0 +423920,472,100,168,6,3,0,0,0,0,0,0,0 +423930,472,100,416,25,10,4,0,0,0,0,0,0 +423940,472,100,66,15,9,0,0,0,0,0,0,0 +423990,472,100,766,50,30,10,0,0,0,0,0,0 +424110,472,100,140,4,0,0,0,0,0,0,0,0 +424120,472,100,647,28,12,0,0,0,0,0,0,0 +424130,472,100,568,19,5,0,0,0,0,0,0,0 +424210,472,100,1302,48,30,8,0,0,0,0,0,0 +424310,472,100,46,5,3,0,0,0,0,0,0,0 +424320,472,100,281,8,4,0,0,0,0,0,0,0 +424330,472,100,102,14,10,0,0,0,0,0,0,0 +424340,472,100,0,6,0,0,0,0,0,0,0,0 +424410,472,100,796,12,5,0,0,0,0,0,0,0 +424420,472,100,70,8,0,0,0,0,0,0,0,0 +424450,472,100,21,6,5,0,0,0,0,0,0,0 +424470,472,100,59,5,0,0,0,0,0,0,0,0 +424480,472,100,622,13,9,0,0,0,0,0,0,0 +424490,472,100,651,57,36,4,0,0,0,0,0,0 +424610,472,100,98,10,9,0,0,0,0,0,0,0 +424690,472,100,345,46,37,0,0,0,0,0,0,0 +424710,472,100,199,12,4,0,0,0,0,0,0,0 +424720,472,100,0,4,0,0,0,0,0,0,0,0 +424810,472,100,0,3,0,0,0,0,0,0,0,0 +424820,472,100,856,12,4,0,3,0,0,0,0,0 +424910,472,100,116,13,3,0,0,0,0,0,0,0 +424920,472,100,226,15,5,3,0,0,0,0,0,0 +424930,472,100,99,12,5,0,0,0,0,0,0,0 +424940,472,100,54,5,3,0,0,0,0,0,0,0 +424950,472,100,72,9,7,0,0,0,0,0,0,0 +424990,472,100,577,41,34,0,0,0,0,0,0,0 +425110,472,100,10,3,0,0,0,0,0,0,0,0 +425120,472,100,946,188,170,5,0,0,0,0,0,0 +441110,472,100,6360,113,29,42,16,0,0,0,0,0 +441120,472,100,1590,247,227,5,0,0,0,0,0,0 +441210,472,100,92,7,0,0,0,0,0,0,0,0 +441222,472,100,106,15,7,0,0,0,0,0,0,0 +441228,472,100,403,31,12,4,0,0,0,0,0,0 +441310,472,100,2346,207,159,20,0,0,0,0,0,0 +441320,472,100,1212,119,99,6,0,0,0,0,0,0 +442110,472,100,1259,139,106,16,0,0,0,0,0,0 +442210,472,100,381,47,34,0,0,0,0,0,0,0 +442299,472,100,1188,94,55,19,0,0,0,0,0,0 +443141,472,100,290,32,13,0,0,0,0,0,0,0 +443142,472,100,1736,107,86,0,0,0,0,0,0,0 +444110,472,100,813,29,0,0,24,0,0,0,0,0 +444120,472,100,262,49,36,0,0,0,0,0,0,0 +444130,472,100,674,74,33,9,0,0,0,0,0,0 +444190,472,100,1619,168,124,19,0,0,0,0,0,0 +444210,472,100,222,20,6,0,0,0,0,0,0,0 +444220,472,100,821,70,39,3,0,0,0,0,0,0 +445110,472,100,8889,239,102,64,37,0,0,0,0,0 +445120,472,100,221,103,97,0,0,0,0,0,0,0 +445210,472,100,141,13,7,0,0,0,0,0,0,0 +445291,472,100,34,5,0,0,0,0,0,0,0,0 +445292,472,100,89,12,11,0,0,0,0,0,0,0 +445299,472,100,141,29,27,0,0,0,0,0,0,0 +445310,472,100,974,199,185,0,0,0,0,0,0,0 +446110,472,100,3976,260,149,76,0,0,0,0,0,0 +446120,472,100,917,100,73,8,0,0,0,0,0,0 +446130,472,100,475,61,45,0,0,0,0,0,0,0 +446191,472,100,179,48,40,0,0,0,0,0,0,0 +446199,472,100,318,58,49,0,0,0,0,0,0,0 +447110,472,100,3939,682,664,4,0,0,0,0,0,0 +447190,472,100,637,34,13,8,0,0,0,0,0,0 +448110,472,100,423,47,34,3,0,0,0,0,0,0 +448120,472,100,2510,245,205,27,0,0,0,0,0,0 +448130,472,100,566,59,47,5,0,0,0,0,0,0 +448140,472,100,4321,174,85,73,0,0,0,0,0,0 +448150,472,100,361,43,29,0,0,0,0,0,0,0 +448190,472,100,892,71,46,5,0,0,0,0,0,0 +448210,472,100,1495,157,135,4,0,0,0,0,0,0 +448310,472,100,615,93,80,3,0,0,0,0,0,0 +448320,472,100,26,4,0,0,0,0,0,0,0,0 +451110,472,100,1434,105,71,5,0,0,0,0,0,0 +451120,472,100,682,55,34,5,0,0,0,0,0,0 +451130,472,100,145,11,3,0,0,0,0,0,0,0 +451140,472,100,377,31,15,6,0,0,0,0,0,0 +451211,472,100,531,42,9,6,0,0,0,0,0,0 +452210,472,100,2084,22,0,10,7,0,0,0,0,0 +452311,472,100,5506,42,0,0,16,11,0,0,0,0 +452319,472,100,2849,302,261,19,0,0,0,0,0,0 +453110,472,100,304,60,52,0,0,0,0,0,0,0 +453210,472,100,373,29,7,5,0,0,0,0,0,0 +453220,472,100,839,118,98,5,0,0,0,0,0,0 +453310,472,100,1948,132,94,26,0,0,0,0,0,0 +453910,472,100,717,61,41,4,0,0,0,0,0,0 +453920,472,100,60,17,15,0,0,0,0,0,0,0 +453991,472,100,360,74,55,3,0,0,0,0,0,0 +453998,472,100,676,117,102,0,0,0,0,0,0,0 +454110,472,100,2108,205,163,12,0,0,0,0,0,0 +454210,472,100,233,26,21,0,0,0,0,0,0,0 +454310,472,100,92,13,6,0,0,0,0,0,0,0 +454390,472,100,426,114,101,0,0,0,0,0,0,0 +481111,472,100,873,7,0,0,0,0,0,0,0,0 +481211,472,100,62,7,3,0,0,0,0,0,0,0 +483211,472,100,0,4,0,0,0,0,0,0,0,0 +484110,472,100,940,100,71,10,0,0,0,0,0,0 +484121,472,100,9246,223,147,22,10,0,0,0,0,0 +484122,472,100,3472,44,14,11,6,0,0,0,0,0 +484210,472,100,675,34,19,10,0,0,0,0,0,0 +484220,472,100,822,94,70,4,0,0,0,0,0,0 +484230,472,100,1711,39,15,0,0,0,0,0,0,0 +485113,472,100,0,5,0,0,0,0,0,0,0,0 +485210,472,100,143,3,0,0,0,0,0,0,0,0 +485310,472,100,56,14,12,0,0,0,0,0,0,0 +485320,472,100,102,10,6,0,0,0,0,0,0,0 +485410,472,100,56,20,20,0,0,0,0,0,0,0 +485510,472,100,431,5,0,0,0,0,0,0,0,0 +485991,472,100,0,3,0,0,0,0,0,0,0,0 +485999,472,100,223,3,0,0,0,0,0,0,0,0 +486210,472,100,0,7,0,0,0,0,0,0,0,0 +487110,472,100,65,4,0,0,0,0,0,0,0,0 +487210,472,100,0,3,0,0,0,0,0,0,0,0 +488119,472,100,293,8,0,4,0,0,0,0,0,0 +488190,472,100,691,19,7,0,0,0,0,0,0,0 +488210,472,100,36,5,0,0,0,0,0,0,0,0 +488310,472,100,34,3,0,0,0,0,0,0,0,0 +488410,472,100,287,43,31,0,0,0,0,0,0,0 +488490,472,100,181,15,3,0,0,0,0,0,0,0 +488510,472,100,1391,137,103,19,0,0,0,0,0,0 +488991,472,100,4,6,3,0,0,0,0,0,0,0 +492110,472,100,5285,67,37,10,3,0,0,0,0,0 +492210,472,100,201,27,17,3,0,0,0,0,0,0 +493110,472,100,7229,105,47,17,13,3,0,0,0,0 +493120,472,100,458,9,0,0,0,0,0,0,0,0 +493190,472,100,164,13,9,0,0,0,0,0,0,0 +511110,472,100,61,25,11,0,0,0,0,0,0,0 +511120,472,100,681,41,29,7,0,0,0,0,0,0 +511130,472,100,632,26,10,3,0,0,0,0,0,0 +511199,472,100,0,3,0,0,0,0,0,0,0,0 +511210,472,100,1674,83,65,14,0,0,0,0,0,0 +512110,472,100,716,101,91,4,0,0,0,0,0,0 +512131,472,100,487,15,3,0,0,0,0,0,0,0 +512191,472,100,26,9,7,0,0,0,0,0,0,0 +512230,472,100,1065,79,71,0,0,0,0,0,0,0 +512240,472,100,156,70,69,0,0,0,0,0,0,0 +512250,472,100,735,56,45,4,0,0,0,0,0,0 +512290,472,100,11,3,0,0,0,0,0,0,0,0 +515111,472,100,110,16,9,3,0,0,0,0,0,0 +515112,472,100,624,33,13,8,0,0,0,0,0,0 +515120,472,100,632,7,0,0,4,0,0,0,0,0 +517311,472,100,4327,158,106,22,0,4,0,0,0,0 +517312,472,100,2168,113,81,3,0,0,0,0,0,0 +517911,472,100,108,30,23,0,0,0,0,0,0,0 +517919,472,100,445,18,8,0,0,0,0,0,0,0 +518210,472,100,3548,122,88,19,4,0,0,0,0,0 +519130,472,100,804,56,42,4,0,0,0,0,0,0 +519190,472,100,18,3,0,0,0,0,0,0,0,0 +522110,472,100,7973,684,609,42,6,0,0,0,0,0 +522120,472,100,0,7,4,0,0,0,0,0,0,0 +522130,472,100,745,78,63,4,0,0,0,0,0,0 +522220,472,100,997,29,21,0,0,0,0,0,0,0 +522291,472,100,738,168,157,0,0,0,0,0,0,0 +522292,472,100,1956,144,127,4,0,0,0,0,0,0 +522298,472,100,327,104,94,0,0,0,0,0,0,0 +522310,472,100,50,19,12,0,0,0,0,0,0,0 +522320,472,100,1634,31,21,3,0,0,0,0,0,0 +522390,472,100,1274,158,155,0,0,0,0,0,0,0 +523110,472,100,86,20,17,0,0,0,0,0,0,0 +523120,472,100,1812,140,122,14,0,0,0,0,0,0 +523910,472,100,246,35,29,0,0,0,0,0,0,0 +523920,472,100,1432,232,217,7,0,0,0,0,0,0 +523930,472,100,900,109,102,0,0,0,0,0,0,0 +523991,472,100,53,9,8,0,0,0,0,0,0,0 +523999,472,100,0,3,0,0,0,0,0,0,0,0 +524113,472,100,2126,76,58,11,0,0,0,0,0,0 +524114,472,100,4384,53,22,7,11,0,0,0,0,0 +524126,472,100,3219,80,51,7,3,3,0,0,0,0 +524127,472,100,76,8,3,0,0,0,0,0,0,0 +524128,472,100,0,19,8,0,0,0,0,0,0,0 +524210,472,100,5223,819,772,31,4,0,0,0,0,0 +524291,472,100,314,36,26,0,0,0,0,0,0,0 +524292,472,100,4021,40,9,4,5,0,0,0,0,0 +524298,472,100,179,16,11,0,0,0,0,0,0,0 +531110,472,100,2064,422,412,5,0,0,0,0,0,0 +531120,472,100,824,175,159,0,0,0,0,0,0,0 +531130,472,100,207,92,90,0,0,0,0,0,0,0 +531190,472,100,72,23,17,0,0,0,0,0,0,0 +531210,472,100,1622,476,463,5,0,0,0,0,0,0 +531311,472,100,2720,233,208,8,0,0,0,0,0,0 +531312,472,100,619,94,85,4,0,0,0,0,0,0 +531320,472,100,219,73,70,0,0,0,0,0,0,0 +531390,472,100,226,49,44,0,0,0,0,0,0,0 +532111,472,100,761,70,47,6,0,0,0,0,0,0 +532112,472,100,0,3,0,0,0,0,0,0,0,0 +532120,472,100,618,58,40,3,0,0,0,0,0,0 +532210,472,100,213,68,62,0,0,0,0,0,0,0 +532283,472,100,332,19,15,3,0,0,0,0,0,0 +532284,472,100,1,3,3,0,0,0,0,0,0,0 +532289,472,100,150,20,18,0,0,0,0,0,0,0 +532310,472,100,9,3,0,0,0,0,0,0,0,0 +532412,472,100,213,27,6,3,0,0,0,0,0,0 +532490,472,100,1021,72,55,13,0,0,0,0,0,0 +533110,472,100,12,12,3,0,0,0,0,0,0,0 +541110,472,100,4890,802,747,31,3,0,0,0,0,0 +541191,472,100,590,108,93,0,0,0,0,0,0,0 +541199,472,100,5,10,8,0,0,0,0,0,0,0 +541211,472,100,3855,274,231,20,4,0,0,0,0,0 +541213,472,100,711,104,86,7,0,0,0,0,0,0 +541214,472,100,1143,38,19,9,0,0,0,0,0,0 +541219,472,100,3191,190,161,11,0,0,0,0,0,0 +541310,472,100,933,105,90,6,0,0,0,0,0,0 +541320,472,100,194,28,19,0,0,0,0,0,0,0 +541330,472,100,4376,277,213,46,3,3,0,0,0,0 +541340,472,100,18,7,6,0,0,0,0,0,0,0 +541350,472,100,61,25,17,0,0,0,0,0,0,0 +541370,472,100,270,44,25,0,0,0,0,0,0,0 +541380,472,100,308,24,10,0,0,0,0,0,0,0 +541410,472,100,383,77,68,0,0,0,0,0,0,0 +541420,472,100,0,3,0,0,0,0,0,0,0,0 +541430,472,100,229,75,67,0,0,0,0,0,0,0 +541490,472,100,19,6,4,0,0,0,0,0,0,0 +541511,472,100,3646,263,229,22,0,0,0,0,0,0 +541512,472,100,2736,240,203,14,0,0,0,0,0,0 +541513,472,100,605,33,20,0,0,0,0,0,0,0 +541519,472,100,39,18,12,0,0,0,0,0,0,0 +541611,472,100,3240,349,314,23,7,0,0,0,0,0 +541612,472,100,765,53,47,0,0,0,0,0,0,0 +541613,472,100,1364,206,182,14,0,0,0,0,0,0 +541614,472,100,575,56,45,0,0,0,0,0,0,0 +541618,472,100,24,12,6,0,0,0,0,0,0,0 +541620,472,100,436,48,34,0,0,0,0,0,0,0 +541690,472,100,389,67,54,0,0,0,0,0,0,0 +541713,472,100,0,10,5,0,0,0,0,0,0,0 +541714,472,100,69,8,4,0,0,0,0,0,0,0 +541715,472,100,707,30,18,0,0,0,0,0,0,0 +541720,472,100,33,4,0,0,0,0,0,0,0,0 +541810,472,100,825,76,58,4,0,0,0,0,0,0 +541820,472,100,387,72,70,0,0,0,0,0,0,0 +541830,472,100,11,6,3,0,0,0,0,0,0,0 +541840,472,100,20,6,5,0,0,0,0,0,0,0 +541850,472,100,81,8,4,0,0,0,0,0,0,0 +541860,472,100,136,10,3,0,0,0,0,0,0,0 +541870,472,100,8,3,0,0,0,0,0,0,0,0 +541890,472,100,460,48,31,6,0,0,0,0,0,0 +541910,472,100,351,23,16,0,0,0,0,0,0,0 +541921,472,100,138,44,33,0,0,0,0,0,0,0 +541922,472,100,23,11,9,0,0,0,0,0,0,0 +541930,472,100,36,4,0,0,0,0,0,0,0,0 +541940,472,100,2277,181,141,29,0,0,0,0,0,0 +541990,472,100,805,35,24,0,0,0,0,0,0,0 +551112,472,100,519,36,27,4,0,0,0,0,0,0 +551114,472,100,41060,495,288,104,36,29,8,3,0,0 +561110,472,100,3078,219,172,28,4,0,0,0,0,0 +561210,472,100,1002,25,16,0,0,0,0,0,0,0 +561311,472,100,641,35,21,0,0,0,0,0,0,0 +561312,472,100,107,22,19,0,0,0,0,0,0,0 +561320,472,100,25839,302,109,98,43,23,4,0,0,0 +561330,472,100,1422,20,3,6,0,0,0,0,0,0 +561410,472,100,390,26,19,0,0,0,0,0,0,0 +561422,472,100,1757,19,0,3,0,0,0,0,0,0 +561431,472,100,171,30,22,0,0,0,0,0,0,0 +561439,472,100,366,34,24,0,0,0,0,0,0,0 +561440,472,100,3517,33,5,4,5,0,0,0,0,0 +561450,472,100,0,3,0,0,0,0,0,0,0,0 +561491,472,100,420,8,4,0,0,0,0,0,0,0 +561492,472,100,16,7,7,0,0,0,0,0,0,0 +561499,472,100,53,12,5,0,0,0,0,0,0,0 +561510,472,100,364,61,55,0,0,0,0,0,0,0 +561520,472,100,57,12,6,0,0,0,0,0,0,0 +561591,472,100,0,3,0,0,0,0,0,0,0,0 +561599,472,100,93,18,9,0,0,0,0,0,0,0 +561611,472,100,11,16,12,0,0,0,0,0,0,0 +561612,472,100,6005,67,32,13,9,0,4,0,0,0 +561613,472,100,275,8,0,4,0,0,0,0,0,0 +561621,472,100,796,39,24,8,0,0,0,0,0,0 +561622,472,100,44,9,3,0,0,0,0,0,0,0 +561710,472,100,1129,84,53,12,0,0,0,0,0,0 +561720,472,100,5411,385,320,40,6,0,0,0,0,0 +561730,472,100,4479,564,504,33,0,0,0,0,0,0 +561740,472,100,251,47,41,0,0,0,0,0,0,0 +561790,472,100,296,58,47,0,0,0,0,0,0,0 +561910,472,100,142,10,0,3,0,0,0,0,0,0 +561920,472,100,1119,43,29,4,0,0,0,0,0,0 +561990,472,100,1349,52,34,0,0,0,0,0,0,0 +562111,472,100,1152,74,47,10,0,0,0,0,0,0 +562212,472,100,35,8,0,0,0,0,0,0,0,0 +562910,472,100,278,30,19,0,0,0,0,0,0,0 +562991,472,100,0,8,6,0,0,0,0,0,0,0 +562998,472,100,37,3,0,0,0,0,0,0,0,0 +611110,472,100,7686,106,25,37,19,4,0,0,0,0 +611210,472,100,502,5,0,0,0,0,0,0,0,0 +611310,472,100,17603,25,6,5,3,0,0,0,0,0 +611420,472,100,73,8,5,0,0,0,0,0,0,0 +611430,472,100,589,34,26,0,0,0,0,0,0,0 +611511,472,100,75,10,4,0,0,0,0,0,0,0 +611512,472,100,9,3,0,0,0,0,0,0,0,0 +611513,472,100,60,7,6,0,0,0,0,0,0,0 +611519,472,100,331,29,20,4,0,0,0,0,0,0 +611610,472,100,537,77,65,0,0,0,0,0,0,0 +611620,472,100,581,80,59,9,0,0,0,0,0,0 +611630,472,100,115,8,0,0,0,0,0,0,0,0 +611691,472,100,497,45,31,8,0,0,0,0,0,0 +611699,472,100,162,25,20,0,0,0,0,0,0,0 +611710,472,100,461,32,25,3,0,0,0,0,0,0 +621111,472,100,22982,1366,1134,178,22,4,0,0,0,0 +621112,472,100,223,60,50,0,0,0,0,0,0,0 +621210,472,100,4998,701,665,21,0,0,0,0,0,0 +621310,472,100,694,206,197,0,0,0,0,0,0,0 +621320,472,100,685,119,100,0,0,0,0,0,0,0 +621330,472,100,195,51,40,3,0,0,0,0,0,0 +621340,472,100,2590,182,157,4,5,0,0,0,0,0 +621391,472,100,136,32,24,0,0,0,0,0,0,0 +621399,472,100,2994,173,141,15,0,0,0,0,0,0 +621410,472,100,0,4,0,0,0,0,0,0,0,0 +621420,472,100,1443,70,38,6,0,0,0,0,0,0 +621492,472,100,698,56,29,9,0,0,0,0,0,0 +621493,472,100,1566,50,15,9,0,0,0,0,0,0 +621498,472,100,2394,91,58,13,3,0,0,0,0,0 +621511,472,100,2120,62,32,18,0,0,0,0,0,0 +621512,472,100,523,34,18,0,0,0,0,0,0,0 +621610,472,100,6530,163,65,68,4,3,0,0,0,0 +621910,472,100,763,13,7,0,0,0,0,0,0,0 +621991,472,100,424,9,0,7,0,0,0,0,0,0 +621999,472,100,2348,38,23,0,0,0,0,0,0,0 +622110,472,100,38617,28,0,0,5,0,0,0,0,0 +622310,472,100,816,6,0,0,0,0,0,0,0,0 +623110,472,100,6793,73,0,19,22,0,0,0,0,0 +623210,472,100,2239,90,53,3,5,0,0,0,0,0 +623220,472,100,1431,31,12,3,0,0,0,0,0,0 +623311,472,100,1618,22,0,9,0,0,0,0,0,0 +623312,472,100,2587,73,19,42,0,0,0,0,0,0 +623990,472,100,248,17,8,0,0,0,0,0,0,0 +624110,472,100,891,64,34,14,0,0,0,0,0,0 +624120,472,100,5358,172,87,46,9,0,0,0,0,0 +624190,472,100,1541,140,109,15,0,0,0,0,0,0 +624210,472,100,146,13,6,0,0,0,0,0,0,0 +624221,472,100,304,9,3,4,0,0,0,0,0,0 +624229,472,100,198,22,11,0,0,0,0,0,0,0 +624230,472,100,105,9,0,0,0,0,0,0,0,0 +624310,472,100,411,19,13,0,0,0,0,0,0,0 +624410,472,100,5451,377,255,92,0,0,0,0,0,0 +711110,472,100,174,14,4,0,0,0,0,0,0,0 +711130,472,100,2496,405,382,17,0,0,0,0,0,0 +711211,472,100,0,5,0,0,0,0,0,0,0,0 +711310,472,100,1109,24,14,4,0,0,0,0,0,0 +711320,472,100,448,51,40,0,0,0,0,0,0,0 +711410,472,100,873,154,146,4,0,0,0,0,0,0 +711510,472,100,972,264,254,5,0,0,0,0,0,0 +712110,472,100,723,17,4,7,0,0,0,0,0,0 +712120,472,100,7,6,0,0,0,0,0,0,0,0 +713120,472,100,225,40,27,0,0,0,0,0,0,0 +713910,472,100,1546,39,0,6,3,0,0,0,0,0 +713930,472,100,29,7,4,0,0,0,0,0,0,0 +713940,472,100,3995,231,172,30,8,0,0,0,0,0 +713990,472,100,791,96,79,5,0,0,0,0,0,0 +721110,472,100,12877,351,208,114,13,0,0,0,0,0 +721191,472,100,8,3,0,0,0,0,0,0,0,0 +721199,472,100,0,3,0,0,0,0,0,0,0,0 +721211,472,100,44,6,3,0,0,0,0,0,0,0 +721214,472,100,69,6,0,0,0,0,0,0,0,0 +721310,472,100,13,8,8,0,0,0,0,0,0,0 +722310,472,100,4338,133,80,21,14,0,0,0,0,0 +722320,472,100,1222,79,54,11,3,0,0,0,0,0 +722330,472,100,95,38,34,0,0,0,0,0,0,0 +722410,472,100,2810,133,82,39,4,0,0,0,0,0 +722511,472,100,41771,1499,790,625,62,0,0,0,0,0 +722513,472,100,32451,1605,903,672,12,0,0,0,0,0 +722514,472,100,405,29,18,5,0,0,0,0,0,0 +722515,472,100,4144,320,259,56,0,0,0,0,0,0 +811111,472,100,1784,368,349,4,0,0,0,0,0,0 +811112,472,100,12,4,3,0,0,0,0,0,0,0 +811113,472,100,76,26,21,0,0,0,0,0,0,0 +811118,472,100,36,8,7,0,0,0,0,0,0,0 +811121,472,100,1255,173,150,8,0,0,0,0,0,0 +811122,472,100,290,32,23,4,0,0,0,0,0,0 +811191,472,100,512,58,42,0,0,0,0,0,0,0 +811192,472,100,898,107,78,8,0,0,0,0,0,0 +811198,472,100,150,23,16,0,0,0,0,0,0,0 +811211,472,100,19,6,4,0,0,0,0,0,0,0 +811212,472,100,239,19,12,0,0,0,0,0,0,0 +811213,472,100,35,14,8,0,0,0,0,0,0,0 +811219,472,100,70,11,6,0,0,0,0,0,0,0 +811310,472,100,622,89,65,6,0,0,0,0,0,0 +811411,472,100,12,6,0,0,0,0,0,0,0,0 +811412,472,100,109,16,9,0,0,0,0,0,0,0 +811420,472,100,73,16,10,0,0,0,0,0,0,0 +811430,472,100,9,4,4,0,0,0,0,0,0,0 +811490,472,100,178,39,32,0,0,0,0,0,0,0 +812111,472,100,207,29,24,0,0,0,0,0,0,0 +812112,472,100,2921,398,358,22,0,0,0,0,0,0 +812113,472,100,129,39,33,0,0,0,0,0,0,0 +812191,472,100,181,12,3,0,0,0,0,0,0,0 +812199,472,100,769,132,117,0,0,0,0,0,0,0 +812210,472,100,614,82,62,0,0,0,0,0,0,0 +812220,472,100,251,18,8,0,0,0,0,0,0,0 +812310,472,100,138,34,29,0,0,0,0,0,0,0 +812320,472,100,676,105,90,5,0,0,0,0,0,0 +812331,472,100,93,6,4,0,0,0,0,0,0,0 +812332,472,100,545,8,0,0,3,0,0,0,0,0 +812910,472,100,762,105,85,5,0,0,0,0,0,0 +812930,472,100,1424,83,63,18,0,0,0,0,0,0 +812990,472,100,262,88,82,0,0,0,0,0,0,0 +813110,472,100,15568,1405,1207,170,15,0,0,0,0,0 +813211,472,100,274,67,57,0,0,0,0,0,0,0 +813212,472,100,435,45,34,3,0,0,0,0,0,0 +813219,472,100,110,22,16,0,0,0,0,0,0,0 +813311,472,100,196,28,22,3,0,0,0,0,0,0 +813312,472,100,143,23,21,0,0,0,0,0,0,0 +813319,472,100,242,49,42,0,0,0,0,0,0,0 +813410,472,100,908,105,89,6,0,0,0,0,0,0 +813910,472,100,1389,97,79,0,0,0,0,0,0,0 +813920,472,100,409,63,55,4,0,0,0,0,0,0 +813930,472,100,397,56,45,6,0,0,0,0,0,0 +813940,472,100,35,14,14,0,0,0,0,0,0,0 +813990,472,100,210,44,37,0,0,0,0,0,0,0 +113310,472,101,65,4,0,0,0,0,0,0,0,0 +115210,472,101,7,5,5,0,0,0,0,0,0,0 +212312,472,101,0,6,0,0,0,0,0,0,0,0 +236115,472,101,6,4,4,0,0,0,0,0,0,0 +236118,472,101,25,16,15,0,0,0,0,0,0,0 +236220,472,101,155,8,0,0,0,0,0,0,0,0 +238110,472,101,18,8,4,0,0,0,0,0,0,0 +238140,472,101,4,3,3,0,0,0,0,0,0,0 +238160,472,101,48,9,3,0,0,0,0,0,0,0 +238210,472,101,80,15,7,0,0,0,0,0,0,0 +238220,472,101,148,24,16,0,0,0,0,0,0,0 +238320,472,101,0,3,0,0,0,0,0,0,0,0 +238350,472,101,2,3,3,0,0,0,0,0,0,0 +238910,472,101,57,16,14,0,0,0,0,0,0,0 +238990,472,101,52,8,5,0,0,0,0,0,0,0 +323113,472,101,49,3,0,0,0,0,0,0,0,0 +327320,472,101,27,3,0,0,0,0,0,0,0,0 +332710,472,101,50,4,0,0,0,0,0,0,0,0 +337110,472,101,45,3,0,0,0,0,0,0,0,0 +339940,472,101,0,3,0,0,0,0,0,0,0,0 +339995,472,101,126,3,0,0,0,0,0,0,0,0 +423510,472,101,0,3,0,0,0,0,0,0,0,0 +423690,472,101,11,3,0,0,0,0,0,0,0,0 +423820,472,101,55,7,6,0,0,0,0,0,0,0 +423830,472,101,28,4,0,0,0,0,0,0,0,0 +423930,472,101,16,3,0,0,0,0,0,0,0,0 +424710,472,101,0,3,0,0,0,0,0,0,0,0 +425120,472,101,22,4,3,0,0,0,0,0,0,0 +441110,472,101,130,7,0,0,0,0,0,0,0,0 +441120,472,101,105,25,20,0,0,0,0,0,0,0 +441310,472,101,180,20,15,0,0,0,0,0,0,0 +441320,472,101,46,9,3,0,0,0,0,0,0,0 +442110,472,101,145,11,0,0,0,0,0,0,0,0 +442210,472,101,5,3,3,0,0,0,0,0,0,0 +443142,472,101,0,3,0,0,0,0,0,0,0,0 +444190,472,101,80,17,11,0,0,0,0,0,0,0 +444220,472,101,79,9,0,0,0,0,0,0,0,0 +445110,472,101,376,14,0,3,0,0,0,0,0,0 +445120,472,101,59,15,9,0,0,0,0,0,0,0 +445210,472,101,13,3,0,0,0,0,0,0,0,0 +445310,472,101,36,14,11,0,0,0,0,0,0,0 +446110,472,101,228,21,10,0,0,0,0,0,0,0 +446199,472,101,8,4,4,0,0,0,0,0,0,0 +447110,472,101,432,79,77,0,0,0,0,0,0,0 +447190,472,101,0,6,0,0,0,0,0,0,0,0 +448120,472,101,37,7,3,0,0,0,0,0,0,0 +448210,472,101,25,3,0,0,0,0,0,0,0,0 +451110,472,101,3,3,3,0,0,0,0,0,0,0 +452319,472,101,291,34,31,0,0,0,0,0,0,0 +453110,472,101,10,3,0,0,0,0,0,0,0,0 +453220,472,101,6,3,0,0,0,0,0,0,0,0 +453991,472,101,31,7,3,0,0,0,0,0,0,0 +453998,472,101,16,4,3,0,0,0,0,0,0,0 +454110,472,101,0,4,0,0,0,0,0,0,0,0 +454390,472,101,11,5,4,0,0,0,0,0,0,0 +484110,472,101,44,12,9,0,0,0,0,0,0,0 +484121,472,101,1940,33,20,0,0,0,0,0,0,0 +484220,472,101,105,13,10,0,0,0,0,0,0,0 +493110,472,101,0,8,3,0,0,0,0,0,0,0 +511110,472,101,22,3,0,0,0,0,0,0,0,0 +517311,472,101,101,9,4,0,0,0,0,0,0,0 +522110,472,101,312,30,25,0,0,0,0,0,0,0 +522291,472,101,84,24,22,0,0,0,0,0,0,0 +522298,472,101,24,8,6,0,0,0,0,0,0,0 +522390,472,101,21,12,12,0,0,0,0,0,0,0 +523920,472,101,0,7,7,0,0,0,0,0,0,0 +524210,472,101,125,39,32,0,0,0,0,0,0,0 +531110,472,101,48,18,17,0,0,0,0,0,0,0 +531120,472,101,18,3,0,0,0,0,0,0,0,0 +531210,472,101,28,16,15,0,0,0,0,0,0,0 +531311,472,101,11,6,6,0,0,0,0,0,0,0 +531320,472,101,0,3,3,0,0,0,0,0,0,0 +541110,472,101,95,31,27,0,0,0,0,0,0,0 +541211,472,101,16,3,0,0,0,0,0,0,0,0 +541213,472,101,22,9,0,0,0,0,0,0,0,0 +541219,472,101,37,8,4,0,0,0,0,0,0,0 +541330,472,101,0,3,0,0,0,0,0,0,0,0 +541370,472,101,12,3,0,0,0,0,0,0,0,0 +541611,472,101,3,3,3,0,0,0,0,0,0,0 +541940,472,101,170,22,11,0,0,0,0,0,0,0 +551114,472,101,54,10,6,0,0,0,0,0,0,0 +561320,472,101,524,7,0,0,0,0,0,0,0,0 +561710,472,101,0,3,0,0,0,0,0,0,0,0 +561720,472,101,11,5,5,0,0,0,0,0,0,0 +561730,472,101,40,19,18,0,0,0,0,0,0,0 +621111,472,101,457,60,55,0,0,0,0,0,0,0 +621210,472,101,149,22,18,0,0,0,0,0,0,0 +621310,472,101,15,6,6,0,0,0,0,0,0,0 +621320,472,101,48,7,0,0,0,0,0,0,0,0 +621340,472,101,29,8,3,0,0,0,0,0,0,0 +621399,472,101,6,3,3,0,0,0,0,0,0,0 +621610,472,101,114,8,0,0,0,0,0,0,0,0 +623110,472,101,0,6,0,0,0,0,0,0,0,0 +623210,472,101,0,21,17,0,0,0,0,0,0,0 +623312,472,101,55,3,0,0,0,0,0,0,0,0 +623990,472,101,20,3,0,0,0,0,0,0,0,0 +624120,472,101,117,9,0,0,0,0,0,0,0,0 +624190,472,101,0,3,0,0,0,0,0,0,0,0 +624410,472,101,223,25,16,0,0,0,0,0,0,0 +713940,472,101,0,3,3,0,0,0,0,0,0,0 +721110,472,101,80,13,6,0,0,0,0,0,0,0 +722310,472,101,21,3,0,0,0,0,0,0,0,0 +722511,472,101,843,56,39,10,0,0,0,0,0,0 +722513,472,101,1563,79,40,34,0,0,0,0,0,0 +722515,472,101,28,8,3,0,0,0,0,0,0,0 +811111,472,101,71,21,17,0,0,0,0,0,0,0 +811121,472,101,79,11,5,0,0,0,0,0,0,0 +811310,472,101,38,8,0,0,0,0,0,0,0,0 +812112,472,101,0,3,0,0,0,0,0,0,0,0 +812210,472,101,39,10,0,0,0,0,0,0,0,0 +812910,472,101,4,3,3,0,0,0,0,0,0,0 +813110,472,101,414,105,101,0,0,0,0,0,0,0 +813410,472,101,14,3,0,0,0,0,0,0,0,0 +115210,473,101,12,5,5,0,0,0,0,0,0,0 +212230,473,101,0,3,0,0,0,0,0,0,0,0 +212312,473,101,75,6,3,0,0,0,0,0,0,0 +213111,473,101,0,3,0,0,0,0,0,0,0,0 +236115,473,101,414,126,117,0,0,0,0,0,0,0 +236116,473,101,7,3,3,0,0,0,0,0,0,0 +236117,473,101,348,71,67,3,0,0,0,0,0,0 +236118,473,101,784,185,169,0,0,0,0,0,0,0 +236210,473,101,269,5,0,0,0,0,0,0,0,0 +236220,473,101,1372,115,82,15,0,0,0,0,0,0 +237110,473,101,163,21,8,0,0,0,0,0,0,0 +237120,473,101,80,4,0,0,0,0,0,0,0,0 +237130,473,101,0,5,0,0,0,0,0,0,0,0 +237210,473,101,17,6,5,0,0,0,0,0,0,0 +237310,473,101,706,34,12,7,0,0,0,0,0,0 +237990,473,101,119,11,6,0,0,0,0,0,0,0 +238110,473,101,530,50,26,0,0,0,0,0,0,0 +238120,473,101,50,3,0,0,0,0,0,0,0,0 +238130,473,101,69,15,11,0,0,0,0,0,0,0 +238140,473,101,202,34,18,0,0,0,0,0,0,0 +238150,473,101,51,10,9,0,0,0,0,0,0,0 +238160,473,101,184,31,19,0,0,0,0,0,0,0 +238170,473,101,69,16,12,0,0,0,0,0,0,0 +238190,473,101,11,3,0,0,0,0,0,0,0,0 +238210,473,101,1850,145,105,15,0,0,0,0,0,0 +238220,473,101,2691,278,236,19,0,0,0,0,0,0 +238290,473,101,303,21,4,9,0,0,0,0,0,0 +238310,473,101,569,36,18,7,0,0,0,0,0,0 +238320,473,101,405,55,37,3,0,0,0,0,0,0 +238330,473,101,126,25,19,0,0,0,0,0,0,0 +238340,473,101,84,17,12,0,0,0,0,0,0,0 +238350,473,101,487,57,41,3,0,0,0,0,0,0 +238390,473,101,170,21,11,0,0,0,0,0,0,0 +238910,473,101,1206,124,101,3,0,0,0,0,0,0 +238990,473,101,506,90,72,0,0,0,0,0,0,0 +311352,473,101,142,10,8,0,0,0,0,0,0,0 +311811,473,101,106,16,12,0,0,0,0,0,0,0 +311812,473,101,0,5,0,0,0,0,0,0,0,0 +311920,473,101,0,3,0,0,0,0,0,0,0,0 +312120,473,101,27,8,5,0,0,0,0,0,0,0 +312130,473,101,95,8,6,0,0,0,0,0,0,0 +312140,473,101,398,15,4,4,0,0,0,0,0,0 +313310,473,101,12,3,0,0,0,0,0,0,0,0 +314999,473,101,33,8,6,0,0,0,0,0,0,0 +315210,473,101,12,3,0,0,0,0,0,0,0,0 +321912,473,101,157,3,0,0,0,0,0,0,0,0 +321920,473,101,32,6,0,0,0,0,0,0,0,0 +321991,473,101,0,3,0,0,0,0,0,0,0,0 +322211,473,101,52,3,0,0,0,0,0,0,0,0 +322212,473,101,261,3,0,0,0,0,0,0,0,0 +323111,473,101,466,51,35,3,0,0,0,0,0,0 +323113,473,101,115,10,7,0,0,0,0,0,0,0 +324121,473,101,28,3,0,0,0,0,0,0,0,0 +326140,473,101,0,3,0,0,0,0,0,0,0,0 +326199,473,101,194,15,0,0,0,0,0,0,0,0 +327110,473,101,0,3,0,0,0,0,0,0,0,0 +327320,473,101,90,6,3,0,0,0,0,0,0,0 +327390,473,101,82,5,0,0,0,0,0,0,0,0 +327991,473,101,33,5,4,0,0,0,0,0,0,0 +331110,473,101,0,3,0,0,0,0,0,0,0,0 +332312,473,101,682,18,4,7,0,0,0,0,0,0 +332313,473,101,0,3,0,0,0,0,0,0,0,0 +332322,473,101,145,4,0,0,0,0,0,0,0,0 +332710,473,101,525,50,23,0,0,0,0,0,0,0 +332721,473,101,191,7,0,0,0,0,0,0,0,0 +332999,473,101,132,13,7,0,0,0,0,0,0,0 +334516,473,101,167,4,0,0,0,0,0,0,0,0 +334519,473,101,508,9,0,0,0,0,0,0,0,0 +335220,473,101,0,3,0,0,0,0,0,0,0,0 +336310,473,101,1800,7,0,0,0,0,0,0,0,0 +336390,473,101,0,3,0,0,0,0,0,0,0,0 +337110,473,101,292,21,11,0,0,0,0,0,0,0 +337121,473,101,0,3,0,0,0,0,0,0,0,0 +337122,473,101,43,8,4,0,0,0,0,0,0,0 +337127,473,101,0,3,0,0,0,0,0,0,0,0 +337212,473,101,66,5,0,0,0,0,0,0,0,0 +339116,473,101,47,11,8,0,0,0,0,0,0,0 +339920,473,101,85,6,3,0,0,0,0,0,0,0 +339950,473,101,76,14,10,0,0,0,0,0,0,0 +339999,473,101,71,10,3,0,0,0,0,0,0,0 +423110,473,101,309,10,3,3,0,0,0,0,0,0 +423120,473,101,397,32,24,3,0,0,0,0,0,0 +423130,473,101,211,10,4,4,0,0,0,0,0,0 +423210,473,101,46,8,4,0,0,0,0,0,0,0 +423220,473,101,119,11,8,0,0,0,0,0,0,0 +423310,473,101,387,14,3,6,0,0,0,0,0,0 +423320,473,101,35,6,3,0,0,0,0,0,0,0 +423330,473,101,150,13,12,0,0,0,0,0,0,0 +423390,473,101,272,12,8,0,0,0,0,0,0,0 +423410,473,101,0,3,0,0,0,0,0,0,0,0 +423420,473,101,243,19,14,4,0,0,0,0,0,0 +423430,473,101,246,22,10,5,0,0,0,0,0,0 +423440,473,101,247,15,10,3,0,0,0,0,0,0 +423450,473,101,197,28,22,0,0,0,0,0,0,0 +423460,473,101,35,4,0,0,0,0,0,0,0,0 +423490,473,101,58,6,3,0,0,0,0,0,0,0 +423510,473,101,851,29,18,0,0,0,0,0,0,0 +423520,473,101,20,4,3,0,0,0,0,0,0,0 +423610,473,101,617,40,25,8,0,0,0,0,0,0 +423620,473,101,0,4,3,0,0,0,0,0,0,0 +423690,473,101,408,24,11,0,0,0,0,0,0,0 +423710,473,101,59,7,6,0,0,0,0,0,0,0 +423720,473,101,89,14,7,0,0,0,0,0,0,0 +423730,473,101,247,24,18,0,0,0,0,0,0,0 +423810,473,101,552,26,15,5,0,0,0,0,0,0 +423820,473,101,17,7,0,0,0,0,0,0,0,0 +423830,473,101,872,99,86,6,0,0,0,0,0,0 +423840,473,101,199,22,16,3,0,0,0,0,0,0 +423850,473,101,159,16,11,0,0,0,0,0,0,0 +423910,473,101,179,15,10,0,0,0,0,0,0,0 +423930,473,101,445,32,20,6,0,0,0,0,0,0 +423940,473,101,48,10,9,0,0,0,0,0,0,0 +423990,473,101,43,12,9,0,0,0,0,0,0,0 +424110,473,101,30,4,0,0,0,0,0,0,0,0 +424120,473,101,65,9,6,0,0,0,0,0,0,0 +424130,473,101,85,8,5,0,0,0,0,0,0,0 +424210,473,101,564,14,6,0,3,0,0,0,0,0 +424310,473,101,58,3,0,0,0,0,0,0,0,0 +424320,473,101,69,4,0,0,0,0,0,0,0,0 +424330,473,101,55,4,0,0,0,0,0,0,0,0 +424410,473,101,0,4,0,0,0,0,0,0,0,0 +424430,473,101,62,5,0,0,0,0,0,0,0,0 +424470,473,101,23,4,0,0,0,0,0,0,0,0 +424480,473,101,0,3,0,0,0,0,0,0,0,0 +424490,473,101,1385,35,21,0,0,0,0,0,0,0 +424610,473,101,54,8,4,0,0,0,0,0,0,0 +424690,473,101,384,33,29,0,0,0,0,0,0,0 +424710,473,101,306,11,3,0,0,0,0,0,0,0 +424720,473,101,18,3,0,0,0,0,0,0,0,0 +424820,473,101,207,6,0,0,0,0,0,0,0,0 +424910,473,101,58,7,3,0,0,0,0,0,0,0 +424920,473,101,0,3,0,0,0,0,0,0,0,0 +424930,473,101,89,6,0,0,0,0,0,0,0,0 +424950,473,101,11,3,0,0,0,0,0,0,0,0 +424990,473,101,388,20,15,0,0,0,0,0,0,0 +425120,473,101,1084,93,78,5,0,0,0,0,0,0 +441110,473,101,3833,73,6,40,7,0,0,0,0,0 +441120,473,101,759,109,96,0,0,0,0,0,0,0 +441210,473,101,268,9,3,0,0,0,0,0,0,0 +441222,473,101,98,13,7,0,0,0,0,0,0,0 +441228,473,101,364,20,3,3,0,0,0,0,0,0 +441310,473,101,1667,163,127,8,0,0,0,0,0,0 +441320,473,101,670,66,47,0,0,0,0,0,0,0 +442110,473,101,840,97,73,5,0,0,0,0,0,0 +442210,473,101,213,28,20,3,0,0,0,0,0,0 +442291,473,101,0,3,3,0,0,0,0,0,0,0 +442299,473,101,620,63,51,7,0,0,0,0,0,0 +443141,473,101,224,24,16,5,0,0,0,0,0,0 +443142,473,101,718,80,59,0,0,0,0,0,0,0 +444110,473,101,608,25,0,0,8,0,0,0,0,0 +444120,473,101,87,23,18,0,0,0,0,0,0,0 +444130,473,101,489,58,25,5,0,0,0,0,0,0 +444190,473,101,1184,106,69,10,0,0,0,0,0,0 +444210,473,101,140,14,3,0,0,0,0,0,0,0 +444220,473,101,405,35,9,0,0,0,0,0,0,0 +445110,473,101,7326,160,38,41,23,0,0,0,0,0 +445120,473,101,167,59,51,0,0,0,0,0,0,0 +445210,473,101,43,8,0,0,0,0,0,0,0,0 +445230,473,101,28,3,0,0,0,0,0,0,0,0 +445292,473,101,109,15,12,0,0,0,0,0,0,0 +445299,473,101,176,25,17,0,0,0,0,0,0,0 +445310,473,101,445,85,82,0,0,0,0,0,0,0 +446110,473,101,2831,201,121,46,0,0,0,0,0,0 +446120,473,101,460,49,34,5,0,0,0,0,0,0 +446130,473,101,180,25,22,0,0,0,0,0,0,0 +446191,473,101,85,26,25,0,0,0,0,0,0,0 +446199,473,101,113,24,19,0,0,0,0,0,0,0 +447110,473,101,3268,536,522,5,0,0,0,0,0,0 +447190,473,101,805,58,30,12,0,0,0,0,0,0 +448110,473,101,114,14,12,0,0,0,0,0,0,0 +448120,473,101,1197,137,112,12,0,0,0,0,0,0 +448130,473,101,388,28,11,8,0,0,0,0,0,0 +448140,473,101,2332,105,53,43,0,0,0,0,0,0 +448150,473,101,229,24,17,0,0,0,0,0,0,0 +448190,473,101,526,39,31,3,0,0,0,0,0,0 +448210,473,101,1045,95,73,5,0,0,0,0,0,0 +448310,473,101,404,57,45,0,0,0,0,0,0,0 +448320,473,101,18,4,3,0,0,0,0,0,0,0 +451110,473,101,1269,88,70,3,0,0,0,0,0,0 +451120,473,101,385,32,19,6,0,0,0,0,0,0 +451130,473,101,32,9,0,0,0,0,0,0,0,0 +451140,473,101,81,8,6,0,0,0,0,0,0,0 +451211,473,101,211,23,9,3,0,0,0,0,0,0 +452210,473,101,1708,18,0,8,3,0,0,0,0,0 +452311,473,101,3186,19,0,0,8,6,0,0,0,0 +452319,473,101,1964,220,175,13,0,0,0,0,0,0 +453110,473,101,170,28,18,0,0,0,0,0,0,0 +453210,473,101,136,11,7,3,0,0,0,0,0,0 +453220,473,101,1032,127,113,4,0,0,0,0,0,0 +453310,473,101,840,101,75,6,0,0,0,0,0,0 +453910,473,101,347,26,13,3,0,0,0,0,0,0 +453920,473,101,4,3,3,0,0,0,0,0,0,0 +453930,473,101,0,7,0,0,0,0,0,0,0,0 +453991,473,101,162,53,44,0,0,0,0,0,0,0 +453998,473,101,372,94,87,0,0,0,0,0,0,0 +454110,473,101,1985,77,67,3,0,0,0,0,0,0 +454210,473,101,120,11,7,0,0,0,0,0,0,0 +454310,473,101,25,3,0,0,0,0,0,0,0,0 +454390,473,101,316,63,43,4,0,0,0,0,0,0 +481111,473,101,860,5,0,0,0,0,0,0,0,0 +481211,473,101,12,3,0,0,0,0,0,0,0,0 +484110,473,101,634,33,18,4,0,0,0,0,0,0 +484121,473,101,2627,99,42,9,3,0,0,0,0,0 +484122,473,101,1553,21,6,10,3,0,0,0,0,0 +484210,473,101,222,15,6,4,0,0,0,0,0,0 +484220,473,101,753,50,22,5,0,0,0,0,0,0 +484230,473,101,801,27,7,3,0,0,0,0,0,0 +485410,473,101,566,73,55,5,0,0,0,0,0,0 +485510,473,101,91,3,0,0,0,0,0,0,0,0 +485991,473,101,0,3,0,0,0,0,0,0,0,0 +486210,473,101,0,4,3,0,0,0,0,0,0,0 +486910,473,101,14,4,3,0,0,0,0,0,0,0 +488119,473,101,0,4,0,0,0,0,0,0,0,0 +488190,473,101,0,3,0,0,0,0,0,0,0,0 +488410,473,101,150,25,11,0,0,0,0,0,0,0 +488490,473,101,42,5,3,0,0,0,0,0,0,0 +488510,473,101,273,36,28,0,0,0,0,0,0,0 +492110,473,101,221,22,8,0,0,0,0,0,0,0 +492210,473,101,79,9,6,0,0,0,0,0,0,0 +493110,473,101,605,26,14,4,0,0,0,0,0,0 +493190,473,101,0,7,3,0,0,0,0,0,0,0 +511110,473,101,0,8,0,0,0,0,0,0,0,0 +511120,473,101,29,10,8,0,0,0,0,0,0,0 +511210,473,101,83,21,12,0,0,0,0,0,0,0 +512110,473,101,236,23,19,0,0,0,0,0,0,0 +512131,473,101,0,9,4,4,0,0,0,0,0,0 +512191,473,101,55,5,3,0,0,0,0,0,0,0 +515112,473,101,212,11,4,0,0,0,0,0,0,0 +515120,473,101,423,11,3,4,0,0,0,0,0,0 +517311,473,101,1481,119,84,10,0,0,0,0,0,0 +517312,473,101,1053,60,41,5,0,0,0,0,0,0 +517911,473,101,39,15,12,0,0,0,0,0,0,0 +517919,473,101,20,4,3,0,0,0,0,0,0,0 +518210,473,101,289,26,16,4,0,0,0,0,0,0 +519130,473,101,57,7,6,0,0,0,0,0,0,0 +522110,473,101,3882,381,337,12,0,0,0,0,0,0 +522120,473,101,0,27,17,0,0,0,0,0,0,0 +522130,473,101,1636,128,99,8,0,0,0,0,0,0 +522210,473,101,0,3,0,0,0,0,0,0,0,0 +522220,473,101,19,3,0,0,0,0,0,0,0,0 +522291,473,101,812,131,124,0,0,0,0,0,0,0 +522292,473,101,1435,68,48,9,0,0,0,0,0,0 +522298,473,101,210,51,41,0,0,0,0,0,0,0 +522310,473,101,28,8,6,0,0,0,0,0,0,0 +522320,473,101,0,8,4,0,0,0,0,0,0,0 +522390,473,101,294,112,108,0,0,0,0,0,0,0 +523110,473,101,17,6,5,0,0,0,0,0,0,0 +523120,473,101,316,41,34,4,0,0,0,0,0,0 +523910,473,101,27,6,5,0,0,0,0,0,0,0 +523920,473,101,386,111,104,0,0,0,0,0,0,0 +523930,473,101,31,25,25,0,0,0,0,0,0,0 +523991,473,101,29,4,3,0,0,0,0,0,0,0 +524113,473,101,145,12,6,3,0,0,0,0,0,0 +524114,473,101,328,17,12,0,0,0,0,0,0,0 +524126,473,101,749,28,18,3,0,0,0,0,0,0 +524127,473,101,0,3,0,0,0,0,0,0,0,0 +524210,473,101,2635,396,371,7,0,0,0,0,0,0 +524291,473,101,53,7,4,0,0,0,0,0,0,0 +524292,473,101,203,11,3,4,0,0,0,0,0,0 +531110,473,101,792,213,202,0,0,0,0,0,0,0 +531120,473,101,573,107,92,0,0,0,0,0,0,0 +531130,473,101,114,60,59,0,0,0,0,0,0,0 +531190,473,101,84,26,24,0,0,0,0,0,0,0 +531210,473,101,891,229,220,0,0,0,0,0,0,0 +531311,473,101,1266,116,95,9,0,0,0,0,0,0 +531312,473,101,296,30,24,3,0,0,0,0,0,0 +531320,473,101,82,30,26,0,0,0,0,0,0,0 +531390,473,101,212,10,5,0,0,0,0,0,0,0 +532111,473,101,266,25,14,0,0,0,0,0,0,0 +532120,473,101,206,32,27,0,0,0,0,0,0,0 +532210,473,101,82,26,20,0,0,0,0,0,0,0 +532281,473,101,0,3,0,0,0,0,0,0,0,0 +532282,473,101,54,6,0,0,0,0,0,0,0,0 +532283,473,101,54,5,0,0,0,0,0,0,0,0 +532284,473,101,6,3,3,0,0,0,0,0,0,0 +532289,473,101,125,9,4,0,0,0,0,0,0,0 +532310,473,101,57,9,0,0,0,0,0,0,0,0 +532412,473,101,107,10,5,0,0,0,0,0,0,0 +532420,473,101,0,3,0,0,0,0,0,0,0,0 +532490,473,101,241,25,19,6,0,0,0,0,0,0 +533110,473,101,6,4,4,0,0,0,0,0,0,0 +541110,473,101,2255,408,374,22,0,0,0,0,0,0 +541191,473,101,277,53,44,0,0,0,0,0,0,0 +541199,473,101,0,4,3,0,0,0,0,0,0,0 +541211,473,101,985,136,119,7,0,0,0,0,0,0 +541213,473,101,558,76,56,0,0,0,0,0,0,0 +541214,473,101,538,19,8,0,0,0,0,0,0,0 +541219,473,101,499,69,63,0,0,0,0,0,0,0 +541310,473,101,426,48,43,4,0,0,0,0,0,0 +541320,473,101,21,6,6,0,0,0,0,0,0,0 +541330,473,101,4206,218,160,40,3,0,0,0,0,0 +541350,473,101,28,18,15,0,0,0,0,0,0,0 +541370,473,101,77,17,12,0,0,0,0,0,0,0 +541380,473,101,339,20,6,3,0,0,0,0,0,0 +541410,473,101,29,11,10,0,0,0,0,0,0,0 +541430,473,101,130,19,16,0,0,0,0,0,0,0 +541511,473,101,473,99,83,5,0,0,0,0,0,0 +541512,473,101,960,92,80,4,0,0,0,0,0,0 +541513,473,101,45,10,5,0,0,0,0,0,0,0 +541519,473,101,50,10,9,0,0,0,0,0,0,0 +541611,473,101,937,129,115,4,0,0,0,0,0,0 +541612,473,101,31,17,16,0,0,0,0,0,0,0 +541613,473,101,132,59,55,0,0,0,0,0,0,0 +541614,473,101,24,20,16,0,0,0,0,0,0,0 +541620,473,101,227,32,22,0,0,0,0,0,0,0 +541690,473,101,106,54,40,0,0,0,0,0,0,0 +541713,473,101,0,6,0,0,0,0,0,0,0,0 +541714,473,101,29,3,0,0,0,0,0,0,0,0 +541715,473,101,359,18,10,0,0,0,0,0,0,0 +541720,473,101,14,5,5,0,0,0,0,0,0,0 +541810,473,101,311,24,21,0,0,0,0,0,0,0 +541820,473,101,49,9,8,0,0,0,0,0,0,0 +541850,473,101,37,7,6,0,0,0,0,0,0,0 +541860,473,101,0,3,0,0,0,0,0,0,0,0 +541870,473,101,7,3,3,0,0,0,0,0,0,0 +541890,473,101,212,6,0,0,0,0,0,0,0,0 +541910,473,101,34,5,0,0,0,0,0,0,0,0 +541921,473,101,244,39,37,0,0,0,0,0,0,0 +541922,473,101,5,3,3,0,0,0,0,0,0,0 +541930,473,101,62,5,0,0,0,0,0,0,0,0 +541940,473,101,1490,130,74,22,0,0,0,0,0,0 +541990,473,101,145,19,13,0,0,0,0,0,0,0 +551112,473,101,48,4,3,0,0,0,0,0,0,0 +551114,473,101,9254,169,105,27,8,0,0,0,0,0 +561110,473,101,1029,78,62,8,0,0,0,0,0,0 +561210,473,101,313,13,5,0,0,0,0,0,0,0 +561311,473,101,495,10,5,0,0,0,0,0,0,0 +561312,473,101,8,3,3,0,0,0,0,0,0,0 +561320,473,101,9814,127,60,30,15,4,0,0,0,0 +561330,473,101,375,6,0,0,0,0,0,0,0,0 +561410,473,101,8,4,3,0,0,0,0,0,0,0 +561421,473,101,0,3,0,0,0,0,0,0,0,0 +561422,473,101,525,14,4,0,0,0,0,0,0,0 +561431,473,101,22,6,4,0,0,0,0,0,0,0 +561439,473,101,343,10,7,0,0,0,0,0,0,0 +561440,473,101,1317,10,3,0,0,0,0,0,0,0 +561499,473,101,20,8,7,0,0,0,0,0,0,0 +561510,473,101,245,21,14,0,0,0,0,0,0,0 +561520,473,101,21,3,0,0,0,0,0,0,0,0 +561599,473,101,184,6,0,0,0,0,0,0,0,0 +561611,473,101,4,3,3,0,0,0,0,0,0,0 +561612,473,101,2840,27,3,0,4,0,0,0,0,0 +561613,473,101,0,3,0,0,0,0,0,0,0,0 +561621,473,101,1165,27,16,0,0,0,0,0,0,0 +561622,473,101,26,6,4,0,0,0,0,0,0,0 +561710,473,101,557,59,44,6,0,0,0,0,0,0 +561720,473,101,15792,219,171,21,3,0,0,0,0,0 +561730,473,101,2418,320,292,8,0,0,0,0,0,0 +561740,473,101,60,9,8,0,0,0,0,0,0,0 +561790,473,101,128,29,26,0,0,0,0,0,0,0 +561920,473,101,373,3,0,0,0,0,0,0,0,0 +561990,473,101,472,21,11,0,0,0,0,0,0,0 +562111,473,101,515,23,11,0,0,0,0,0,0,0 +562211,473,101,836,12,0,3,0,0,0,0,0,0 +562910,473,101,1893,26,13,4,0,0,0,0,0,0 +562991,473,101,45,6,0,0,0,0,0,0,0,0 +611110,473,101,1248,31,11,14,0,0,0,0,0,0 +611310,473,101,1222,12,3,3,0,0,0,0,0,0 +611430,473,101,53,11,9,0,0,0,0,0,0,0 +611511,473,101,67,4,0,0,0,0,0,0,0,0 +611513,473,101,20,3,0,0,0,0,0,0,0,0 +611519,473,101,26,5,4,0,0,0,0,0,0,0 +611610,473,101,273,35,21,0,0,0,0,0,0,0 +611620,473,101,258,34,28,0,0,0,0,0,0,0 +611691,473,101,119,13,0,3,0,0,0,0,0,0 +611699,473,101,29,6,3,0,0,0,0,0,0,0 +611710,473,101,127,7,3,0,0,0,0,0,0,0 +621111,473,101,10620,770,608,137,5,0,0,0,0,0 +621112,473,101,71,19,17,0,0,0,0,0,0,0 +621210,473,101,2680,360,338,8,0,0,0,0,0,0 +621310,473,101,364,95,84,0,0,0,0,0,0,0 +621320,473,101,380,60,41,0,0,0,0,0,0,0 +621330,473,101,84,29,27,0,0,0,0,0,0,0 +621340,473,101,1225,133,98,5,0,0,0,0,0,0 +621391,473,101,62,8,5,0,0,0,0,0,0,0 +621399,473,101,543,82,64,7,0,0,0,0,0,0 +621410,473,101,0,3,0,0,0,0,0,0,0,0 +621420,473,101,449,36,19,4,0,0,0,0,0,0 +621492,473,101,236,19,7,4,0,0,0,0,0,0 +621493,473,101,457,19,8,9,0,0,0,0,0,0 +621498,473,101,472,37,12,8,0,0,0,0,0,0 +621511,473,101,680,29,16,7,0,0,0,0,0,0 +621512,473,101,346,11,3,4,0,0,0,0,0,0 +621610,473,101,3689,88,25,31,4,0,0,0,0,0 +621910,473,101,0,7,4,0,0,0,0,0,0,0 +621991,473,101,436,6,0,0,0,0,0,0,0,0 +621999,473,101,141,11,6,0,0,0,0,0,0,0 +622110,473,101,12307,6,0,0,0,0,0,3,0,0 +623110,473,101,4568,43,3,12,8,0,0,0,0,0 +623210,473,101,1346,110,92,4,0,0,0,0,0,0 +623220,473,101,969,27,10,6,0,0,0,0,0,0 +623311,473,101,398,17,0,10,0,0,0,0,0,0 +623312,473,101,1166,37,10,20,0,0,0,0,0,0 +623990,473,101,68,4,0,0,0,0,0,0,0,0 +624110,473,101,413,32,22,4,0,0,0,0,0,0 +624120,473,101,2502,64,16,16,4,0,0,0,0,0 +624190,473,101,1211,70,33,10,0,0,0,0,0,0 +624210,473,101,0,4,0,0,0,0,0,0,0,0 +624221,473,101,39,4,0,0,0,0,0,0,0,0 +624229,473,101,106,10,0,0,0,0,0,0,0,0 +624230,473,101,89,3,0,0,0,0,0,0,0,0 +624310,473,101,171,5,0,0,0,0,0,0,0,0 +624410,473,101,2465,163,104,36,0,0,0,0,0,0 +711110,473,101,848,15,5,0,0,0,0,0,0,0 +711130,473,101,205,9,4,0,0,0,0,0,0,0 +711310,473,101,0,3,0,0,0,0,0,0,0,0 +711320,473,101,47,11,5,0,0,0,0,0,0,0 +711410,473,101,11,4,3,0,0,0,0,0,0,0 +711510,473,101,57,18,13,0,0,0,0,0,0,0 +712110,473,101,321,26,10,3,0,0,0,0,0,0 +712120,473,101,5,3,3,0,0,0,0,0,0,0 +712130,473,101,0,3,0,0,0,0,0,0,0,0 +713110,473,101,0,3,0,0,0,0,0,0,0,0 +713120,473,101,635,25,8,7,0,0,0,0,0,0 +713910,473,101,627,30,8,3,0,0,0,0,0,0 +713930,473,101,112,29,16,0,0,0,0,0,0,0 +713940,473,101,1684,92,65,10,0,0,0,0,0,0 +713990,473,101,1050,90,67,13,0,0,0,0,0,0 +721110,473,101,8629,360,220,98,6,0,0,0,0,0 +721191,473,101,34,5,3,0,0,0,0,0,0,0 +721199,473,101,232,35,28,0,0,0,0,0,0,0 +721211,473,101,72,26,19,0,0,0,0,0,0,0 +721310,473,101,24,10,9,0,0,0,0,0,0,0 +722310,473,101,1112,38,19,4,0,0,0,0,0,0 +722320,473,101,307,20,10,3,0,0,0,0,0,0 +722330,473,101,6,6,6,0,0,0,0,0,0,0 +722410,473,101,494,51,43,3,0,0,0,0,0,0 +722511,473,101,23905,775,368,359,31,0,0,0,0,0 +722513,473,101,18117,956,533,399,0,0,0,0,0,0 +722514,473,101,430,18,3,4,0,0,0,0,0,0 +722515,473,101,1435,135,108,16,0,0,0,0,0,0 +811111,473,101,947,196,178,4,0,0,0,0,0,0 +811112,473,101,21,7,5,0,0,0,0,0,0,0 +811113,473,101,48,7,3,0,0,0,0,0,0,0 +811118,473,101,33,9,8,0,0,0,0,0,0,0 +811121,473,101,705,102,76,4,0,0,0,0,0,0 +811122,473,101,64,10,8,0,0,0,0,0,0,0 +811191,473,101,162,21,17,0,0,0,0,0,0,0 +811192,473,101,512,48,31,5,0,0,0,0,0,0 +811198,473,101,28,3,0,0,0,0,0,0,0,0 +811212,473,101,20,11,11,0,0,0,0,0,0,0 +811213,473,101,11,5,4,0,0,0,0,0,0,0 +811219,473,101,50,9,8,0,0,0,0,0,0,0 +811310,473,101,331,40,30,0,0,0,0,0,0,0 +811412,473,101,26,5,3,0,0,0,0,0,0,0 +811420,473,101,5,3,3,0,0,0,0,0,0,0 +811490,473,101,46,17,12,0,0,0,0,0,0,0 +812111,473,101,89,10,3,0,0,0,0,0,0,0 +812112,473,101,1283,177,151,8,0,0,0,0,0,0 +812113,473,101,42,25,24,0,0,0,0,0,0,0 +812191,473,101,16,4,3,0,0,0,0,0,0,0 +812199,473,101,289,35,29,6,0,0,0,0,0,0 +812210,473,101,445,61,37,0,0,0,0,0,0,0 +812220,473,101,74,19,13,0,0,0,0,0,0,0 +812310,473,101,28,13,11,0,0,0,0,0,0,0 +812320,473,101,317,32,21,0,0,0,0,0,0,0 +812332,473,101,51,3,3,0,0,0,0,0,0,0 +812910,473,101,256,64,54,0,0,0,0,0,0,0 +812921,473,101,0,3,0,0,0,0,0,0,0,0 +812930,473,101,117,38,34,0,0,0,0,0,0,0 +812990,473,101,167,32,25,0,0,0,0,0,0,0 +813110,473,101,8805,1033,936,74,7,0,0,0,0,0 +813211,473,101,69,21,20,0,0,0,0,0,0,0 +813212,473,101,32,12,10,0,0,0,0,0,0,0 +813219,473,101,0,3,0,0,0,0,0,0,0,0 +813311,473,101,32,5,0,0,0,0,0,0,0,0 +813312,473,101,153,22,12,0,0,0,0,0,0,0 +813319,473,101,16,8,7,0,0,0,0,0,0,0 +813410,473,101,439,63,51,3,0,0,0,0,0,0 +813910,473,101,133,26,15,0,0,0,0,0,0,0 +813920,473,101,78,13,11,0,0,0,0,0,0,0 +813930,473,101,166,40,30,0,0,0,0,0,0,0 +813990,473,101,278,50,41,3,0,0,0,0,0,0 +113310,479,101,494,89,45,0,0,0,0,0,0,0 +115310,479,101,54,4,0,0,0,0,0,0,0,0 +212311,479,101,25,4,0,0,0,0,0,0,0,0 +212312,479,101,145,17,0,0,0,0,0,0,0,0 +212321,479,101,37,6,0,0,0,0,0,0,0,0 +221122,479,101,0,3,0,0,0,0,0,0,0,0 +221310,479,101,0,6,0,0,0,0,0,0,0,0 +236115,479,101,683,222,190,0,0,0,0,0,0,0 +236117,479,101,308,82,71,0,0,0,0,0,0,0 +236118,479,101,903,256,219,0,0,0,0,0,0,0 +236210,479,101,68,15,3,0,0,0,0,0,0,0 +236220,479,101,2545,179,102,18,0,0,0,0,0,0 +237110,479,101,575,58,17,0,0,0,0,0,0,0 +237130,479,101,1091,28,16,0,0,0,0,0,0,0 +237210,479,101,144,19,14,0,0,0,0,0,0,0 +237310,479,101,679,38,6,0,0,0,0,0,0,0 +237990,479,101,113,11,7,0,0,0,0,0,0,0 +238110,479,101,531,87,36,0,0,0,0,0,0,0 +238120,479,101,107,9,3,0,0,0,0,0,0,0 +238130,479,101,53,19,17,0,0,0,0,0,0,0 +238140,479,101,447,46,23,3,0,0,0,0,0,0 +238150,479,101,227,21,3,0,0,0,0,0,0,0 +238160,479,101,459,67,32,4,0,0,0,0,0,0 +238170,479,101,104,20,13,0,0,0,0,0,0,0 +238190,479,101,14,3,0,0,0,0,0,0,0,0 +238210,479,101,4548,299,188,27,4,0,0,0,0,0 +238220,479,101,5038,517,380,42,3,0,0,0,0,0 +238290,479,101,572,30,4,0,0,0,0,0,0,0 +238310,479,101,402,48,20,5,0,0,0,0,0,0 +238320,479,101,316,57,38,0,0,0,0,0,0,0 +238330,479,101,139,18,9,0,0,0,0,0,0,0 +238340,479,101,85,18,15,0,0,0,0,0,0,0 +238350,479,101,272,83,67,0,0,0,0,0,0,0 +238390,479,101,89,10,8,0,0,0,0,0,0,0 +238910,479,101,1504,216,137,3,0,0,0,0,0,0 +238990,479,101,804,121,77,4,0,0,0,0,0,0 +311811,479,101,82,9,6,0,0,0,0,0,0,0 +311812,479,101,0,3,0,0,0,0,0,0,0,0 +311991,479,101,0,3,0,0,0,0,0,0,0,0 +312120,479,101,51,11,3,0,0,0,0,0,0,0 +312130,479,101,13,3,0,0,0,0,0,0,0,0 +314120,479,101,0,3,0,0,0,0,0,0,0,0 +314910,479,101,37,5,0,0,0,0,0,0,0,0 +314999,479,101,0,6,0,0,0,0,0,0,0,0 +316998,479,101,38,5,0,0,0,0,0,0,0,0 +321113,479,101,669,58,10,4,0,0,0,0,0,0 +321918,479,101,269,3,0,0,0,0,0,0,0,0 +321920,479,101,221,24,3,0,0,0,0,0,0,0 +321992,479,101,4,3,0,0,0,0,0,0,0,0 +322211,479,101,262,6,0,0,0,0,0,0,0,0 +322212,479,101,0,3,0,0,0,0,0,0,0,0 +323111,479,101,1857,93,43,11,0,0,0,0,0,0 +323113,479,101,467,21,8,0,0,0,0,0,0,0 +324121,479,101,25,5,3,0,0,0,0,0,0,0 +325180,479,101,486,7,0,0,0,0,0,0,0,0 +325611,479,101,56,4,0,0,0,0,0,0,0,0 +326150,479,101,246,5,0,0,0,0,0,0,0,0 +326199,479,101,1810,46,0,8,3,0,0,0,0,0 +327120,479,101,434,6,0,0,0,0,0,0,0,0 +327320,479,101,241,26,7,0,0,0,0,0,0,0 +327390,479,101,63,3,0,0,0,0,0,0,0,0 +327991,479,101,168,11,9,0,0,0,0,0,0,0 +332312,479,101,177,13,3,3,0,0,0,0,0,0 +332322,479,101,708,18,0,0,0,0,0,0,0,0 +332710,479,101,1288,140,62,3,0,0,0,0,0,0 +332721,479,101,79,11,0,0,0,0,0,0,0,0 +332812,479,101,0,4,0,0,0,0,0,0,0,0 +332813,479,101,42,6,4,0,0,0,0,0,0,0 +333120,479,101,2012,6,0,0,0,0,0,0,0,0 +333249,479,101,330,5,0,0,0,0,0,0,0,0 +333511,479,101,115,5,0,4,0,0,0,0,0,0 +333514,479,101,170,25,0,0,0,0,0,0,0,0 +333517,479,101,135,6,0,0,0,0,0,0,0,0 +333999,479,101,521,14,0,0,0,0,0,0,0,0 +336330,479,101,358,3,0,0,0,0,0,0,0,0 +336370,479,101,0,3,0,0,0,0,0,0,0,0 +336390,479,101,0,9,0,0,0,0,0,0,0,0 +336612,479,101,1593,5,0,0,0,0,0,0,0,0 +337110,479,101,29,16,9,0,0,0,0,0,0,0 +337121,479,101,0,5,0,0,0,0,0,0,0,0 +339112,479,101,168,7,3,0,0,0,0,0,0,0 +339113,479,101,201,9,3,0,0,0,0,0,0,0 +339114,479,101,0,3,0,0,0,0,0,0,0,0 +339116,479,101,115,27,24,0,0,0,0,0,0,0 +339910,479,101,11,5,4,0,0,0,0,0,0,0 +339950,479,101,346,16,0,0,0,0,0,0,0,0 +339999,479,101,119,10,9,0,0,0,0,0,0,0 +423110,479,101,1299,22,3,3,0,0,0,0,0,0 +423120,479,101,662,53,26,0,0,0,0,0,0,0 +423130,479,101,145,15,3,0,0,0,0,0,0,0 +423140,479,101,0,3,0,0,0,0,0,0,0,0 +423210,479,101,108,12,12,0,0,0,0,0,0,0 +423220,479,101,36,6,3,0,0,0,0,0,0,0 +423310,479,101,135,23,6,0,0,0,0,0,0,0 +423320,479,101,76,16,8,0,0,0,0,0,0,0 +423330,479,101,165,17,7,0,0,0,0,0,0,0 +423390,479,101,120,14,6,0,0,0,0,0,0,0 +423420,479,101,324,48,38,3,0,0,0,0,0,0 +423430,479,101,77,10,3,0,0,0,0,0,0,0 +423440,479,101,65,5,3,0,0,0,0,0,0,0 +423450,479,101,148,17,10,0,0,0,0,0,0,0 +423490,479,101,39,3,0,0,0,0,0,0,0,0 +423510,479,101,547,30,13,0,0,0,0,0,0,0 +423610,479,101,881,58,37,6,0,0,0,0,0,0 +423690,479,101,331,23,14,0,0,0,0,0,0,0 +423710,479,101,97,12,3,0,0,0,0,0,0,0 +423720,479,101,144,13,4,0,0,0,0,0,0,0 +423730,479,101,282,49,37,0,0,0,0,0,0,0 +423740,479,101,24,3,0,0,0,0,0,0,0,0 +423810,479,101,331,21,13,0,0,0,0,0,0,0 +423820,479,101,626,49,0,3,0,0,0,0,0,0 +423830,479,101,1238,143,109,10,0,0,0,0,0,0 +423840,479,101,478,51,29,0,0,0,0,0,0,0 +423850,479,101,251,15,6,0,0,0,0,0,0,0 +423910,479,101,11,4,3,0,0,0,0,0,0,0 +423930,479,101,643,48,12,3,0,0,0,0,0,0 +423940,479,101,13,6,6,0,0,0,0,0,0,0 +423990,479,101,78,22,11,0,0,0,0,0,0,0 +424110,479,101,36,3,0,0,0,0,0,0,0,0 +424120,479,101,80,14,10,0,0,0,0,0,0,0 +424130,479,101,73,15,4,0,0,0,0,0,0,0 +424210,479,101,132,21,9,0,0,0,0,0,0,0 +424310,479,101,0,3,0,0,0,0,0,0,0,0 +424320,479,101,23,7,0,0,0,0,0,0,0,0 +424450,479,101,0,3,0,0,0,0,0,0,0,0 +424470,479,101,32,4,0,0,0,0,0,0,0,0 +424480,479,101,4,7,0,0,0,0,0,0,0,0 +424490,479,101,1036,53,19,6,0,0,0,0,0,0 +424510,479,101,67,7,3,0,0,0,0,0,0,0 +424610,479,101,29,4,0,0,0,0,0,0,0,0 +424690,479,101,564,42,24,4,0,0,0,0,0,0 +424710,479,101,272,13,0,0,0,0,0,0,0,0 +424720,479,101,9,3,0,0,0,0,0,0,0,0 +424810,479,101,214,3,0,0,0,0,0,0,0,0 +424820,479,101,121,3,0,0,0,0,0,0,0,0 +424910,479,101,331,38,15,0,0,0,0,0,0,0 +424920,479,101,0,3,0,0,0,0,0,0,0,0 +424930,479,101,37,3,0,0,0,0,0,0,0,0 +424940,479,101,131,3,0,0,0,0,0,0,0,0 +424950,479,101,31,5,3,0,0,0,0,0,0,0 +424990,479,101,23,10,9,0,0,0,0,0,0,0 +425120,479,101,423,89,65,0,0,0,0,0,0,0 +441110,479,101,7170,153,6,67,11,0,0,0,0,0 +441120,479,101,1091,225,192,0,0,0,0,0,0,0 +441210,479,101,51,7,0,0,0,0,0,0,0,0 +441222,479,101,110,17,4,0,0,0,0,0,0,0 +441228,479,101,282,32,9,0,0,0,0,0,0,0 +441310,479,101,3505,394,271,7,0,0,0,0,0,0 +441320,479,101,999,122,74,0,0,0,0,0,0,0 +442110,479,101,1184,136,64,8,0,0,0,0,0,0 +442210,479,101,197,45,29,0,0,0,0,0,0,0 +442299,479,101,604,64,37,6,0,0,0,0,0,0 +443141,479,101,244,38,31,0,0,0,0,0,0,0 +443142,479,101,914,92,73,3,0,0,0,0,0,0 +444110,479,101,1426,36,0,0,14,0,0,0,0,0 +444120,479,101,166,41,33,0,0,0,0,0,0,0 +444130,479,101,830,110,37,9,0,0,0,0,0,0 +444190,479,101,2450,272,153,6,0,0,0,0,0,0 +444210,479,101,122,24,6,0,0,0,0,0,0,0 +444220,479,101,1134,119,31,0,0,0,0,0,0,0 +445110,479,101,15004,393,83,83,37,0,0,0,0,0 +445120,479,101,244,89,71,0,0,0,0,0,0,0 +445230,479,101,28,3,0,0,0,0,0,0,0,0 +445291,479,101,18,4,3,0,0,0,0,0,0,0 +445299,479,101,32,9,6,0,0,0,0,0,0,0 +445310,479,101,779,176,149,0,0,0,0,0,0,0 +446110,479,101,5633,481,278,57,0,0,0,0,0,0 +446120,479,101,755,76,30,4,0,0,0,0,0,0 +446130,479,101,394,45,30,0,0,0,0,0,0,0 +446191,479,101,151,35,23,0,0,0,0,0,0,0 +446199,479,101,361,64,45,0,0,0,0,0,0,0 +447110,479,101,7815,1421,1324,13,0,0,0,0,0,0 +447190,479,101,822,67,20,0,0,0,0,0,0,0 +448110,479,101,121,27,20,0,0,0,0,0,0,0 +448120,479,101,1618,232,192,0,0,0,0,0,0,0 +448130,479,101,389,42,18,3,0,0,0,0,0,0 +448140,479,101,3302,141,45,46,0,0,0,0,0,0 +448150,479,101,80,13,5,0,0,0,0,0,0,0 +448190,479,101,390,37,20,3,0,0,0,0,0,0 +448210,479,101,1167,146,106,6,0,0,0,0,0,0 +448310,479,101,461,83,74,0,0,0,0,0,0,0 +451110,479,101,1285,113,73,5,0,0,0,0,0,0 +451120,479,101,720,37,8,8,0,0,0,0,0,0 +451130,479,101,136,21,6,0,0,0,0,0,0,0 +451140,479,101,57,11,3,0,0,0,0,0,0,0 +451211,479,101,454,38,10,4,0,0,0,0,0,0 +452210,479,101,2497,25,0,10,3,0,0,0,0,0 +452311,479,101,1568,41,0,3,4,12,0,0,0,0 +452319,479,101,4788,629,502,17,0,0,0,0,0,0 +453110,479,101,275,85,65,0,0,0,0,0,0,0 +453210,479,101,240,19,0,3,0,0,0,0,0,0 +453220,479,101,417,86,70,0,0,0,0,0,0,0 +453310,479,101,1078,129,73,8,0,0,0,0,0,0 +453910,479,101,276,25,3,0,0,0,0,0,0,0 +453920,479,101,26,9,8,0,0,0,0,0,0,0 +453930,479,101,40,15,0,0,0,0,0,0,0,0 +453991,479,101,312,106,90,0,0,0,0,0,0,0 +453998,479,101,609,145,121,0,0,0,0,0,0,0 +454110,479,101,4324,144,105,11,0,0,0,0,0,0 +454210,479,101,52,24,6,4,0,0,0,0,0,0 +454310,479,101,162,43,12,0,0,0,0,0,0,0 +454390,479,101,450,74,56,0,0,0,0,0,0,0 +484110,479,101,660,85,51,0,0,0,0,0,0,0 +484121,479,101,9540,352,192,21,0,0,0,0,0,0 +484122,479,101,1623,42,10,13,4,0,0,0,0,0 +484210,479,101,377,20,11,0,0,0,0,0,0,0 +484220,479,101,1248,180,119,3,0,0,0,0,0,0 +484230,479,101,514,36,12,6,0,0,0,0,0,0 +485310,479,101,16,4,0,0,0,0,0,0,0,0 +485410,479,101,114,25,18,0,0,0,0,0,0,0 +485991,479,101,19,4,0,0,0,0,0,0,0,0 +486910,479,101,0,3,0,0,0,0,0,0,0,0 +488190,479,101,17,5,4,0,0,0,0,0,0,0 +488210,479,101,30,4,0,0,0,0,0,0,0,0 +488410,479,101,151,35,24,0,0,0,0,0,0,0 +488490,479,101,28,7,4,0,0,0,0,0,0,0 +488510,479,101,757,55,33,4,0,0,0,0,0,0 +492110,479,101,1359,38,5,3,0,0,0,0,0,0 +492210,479,101,27,8,3,0,0,0,0,0,0,0 +493110,479,101,4317,78,27,16,0,0,0,0,0,0 +493120,479,101,0,3,0,0,0,0,0,0,0,0 +493190,479,101,33,5,0,0,0,0,0,0,0,0 +511110,479,101,102,21,4,0,0,0,0,0,0,0 +511120,479,101,178,19,9,0,0,0,0,0,0,0 +511210,479,101,56,9,8,0,0,0,0,0,0,0 +512110,479,101,104,19,16,0,0,0,0,0,0,0 +512131,479,101,280,6,0,3,0,0,0,0,0,0 +515112,479,101,347,21,4,5,0,0,0,0,0,0 +515120,479,101,349,9,3,3,0,0,0,0,0,0 +517311,479,101,1656,207,117,12,0,0,0,0,0,0 +517312,479,101,2473,100,62,6,0,0,0,0,0,0 +517911,479,101,42,3,0,0,0,0,0,0,0,0 +518210,479,101,339,20,8,3,0,0,0,0,0,0 +519130,479,101,0,3,0,0,0,0,0,0,0,0 +522110,479,101,9852,899,715,39,0,0,0,0,0,0 +522120,479,101,0,16,3,0,0,0,0,0,0,0 +522130,479,101,1787,150,110,0,0,0,0,0,0,0 +522220,479,101,35,12,10,0,0,0,0,0,0,0 +522291,479,101,1747,437,409,3,0,0,0,0,0,0 +522292,479,101,390,77,60,3,0,0,0,0,0,0 +522298,479,101,545,142,116,0,0,0,0,0,0,0 +522310,479,101,42,9,5,0,0,0,0,0,0,0 +522320,479,101,82,5,3,0,0,0,0,0,0,0 +522390,479,101,678,290,276,0,0,0,0,0,0,0 +523110,479,101,0,3,0,0,0,0,0,0,0,0 +523120,479,101,408,82,72,3,0,0,0,0,0,0 +523910,479,101,38,6,4,0,0,0,0,0,0,0 +523920,479,101,466,200,188,3,0,0,0,0,0,0 +523930,479,101,154,56,53,0,0,0,0,0,0,0 +523991,479,101,51,4,0,0,0,0,0,0,0,0 +524113,479,101,160,17,8,0,0,0,0,0,0,0 +524114,479,101,0,38,23,0,0,0,0,0,0,0 +524126,479,101,59,10,4,0,0,0,0,0,0,0 +524128,479,101,0,3,0,0,0,0,0,0,0,0 +524210,479,101,3148,848,774,9,0,0,0,0,0,0 +524291,479,101,29,9,7,0,0,0,0,0,0,0 +524292,479,101,27,6,4,0,0,0,0,0,0,0 +531110,479,101,1012,337,318,0,0,0,0,0,0,0 +531120,479,101,386,106,95,0,0,0,0,0,0,0 +531130,479,101,224,95,87,0,0,0,0,0,0,0 +531190,479,101,14,10,7,0,0,0,0,0,0,0 +531210,479,101,896,352,337,0,0,0,0,0,0,0 +531311,479,101,655,125,108,0,0,0,0,0,0,0 +531312,479,101,742,36,23,0,0,0,0,0,0,0 +531320,479,101,65,24,21,0,0,0,0,0,0,0 +531390,479,101,18,14,14,0,0,0,0,0,0,0 +532111,479,101,249,31,18,0,0,0,0,0,0,0 +532120,479,101,209,27,10,3,0,0,0,0,0,0 +532210,479,101,98,61,48,0,0,0,0,0,0,0 +532283,479,101,99,24,3,0,0,0,0,0,0,0 +532284,479,101,20,4,0,0,0,0,0,0,0,0 +532289,479,101,105,18,13,0,0,0,0,0,0,0 +532310,479,101,14,9,0,0,0,0,0,0,0,0 +532412,479,101,69,8,4,0,0,0,0,0,0,0 +532490,479,101,232,41,24,0,0,0,0,0,0,0 +533110,479,101,27,5,4,0,0,0,0,0,0,0 +541110,479,101,3377,786,717,16,0,0,0,0,0,0 +541191,479,101,212,41,32,0,0,0,0,0,0,0 +541211,479,101,1694,207,138,10,0,0,0,0,0,0 +541213,479,101,835,152,105,3,0,0,0,0,0,0 +541214,479,101,229,13,6,0,0,0,0,0,0,0 +541219,479,101,500,114,93,3,0,0,0,0,0,0 +541310,479,101,214,37,31,0,0,0,0,0,0,0 +541320,479,101,22,5,3,0,0,0,0,0,0,0 +541330,479,101,2848,191,135,13,3,0,0,0,0,0 +541340,479,101,7,3,3,0,0,0,0,0,0,0 +541350,479,101,90,18,14,0,0,0,0,0,0,0 +541370,479,101,269,52,34,0,0,0,0,0,0,0 +541380,479,101,102,13,12,0,0,0,0,0,0,0 +541410,479,101,26,14,7,0,0,0,0,0,0,0 +541420,479,101,0,3,0,0,0,0,0,0,0,0 +541430,479,101,77,16,6,0,0,0,0,0,0,0 +541511,479,101,354,83,66,4,0,0,0,0,0,0 +541512,479,101,445,85,70,0,0,0,0,0,0,0 +541513,479,101,112,5,0,0,0,0,0,0,0,0 +541519,479,101,34,9,8,0,0,0,0,0,0,0 +541611,479,101,895,135,113,3,0,0,0,0,0,0 +541612,479,101,65,17,12,0,0,0,0,0,0,0 +541613,479,101,337,50,38,0,0,0,0,0,0,0 +541614,479,101,59,18,17,0,0,0,0,0,0,0 +541620,479,101,0,3,3,0,0,0,0,0,0,0 +541690,479,101,93,37,28,0,0,0,0,0,0,0 +541715,479,101,98,13,7,0,0,0,0,0,0,0 +541810,479,101,252,26,16,0,0,0,0,0,0,0 +541820,479,101,9,4,3,0,0,0,0,0,0,0 +541850,479,101,241,5,0,0,0,0,0,0,0,0 +541890,479,101,90,28,18,0,0,0,0,0,0,0 +541910,479,101,0,4,0,0,0,0,0,0,0,0 +541921,479,101,573,35,22,0,0,0,0,0,0,0 +541940,479,101,2379,220,127,24,0,0,0,0,0,0 +541990,479,101,117,19,9,0,0,0,0,0,0,0 +551112,479,101,16,6,5,0,0,0,0,0,0,0 +551114,479,101,9975,213,96,41,4,0,0,0,0,0 +561110,479,101,1543,100,56,4,0,0,0,0,0,0 +561210,479,101,1899,19,4,3,0,0,0,0,0,0 +561311,479,101,0,3,0,0,0,0,0,0,0,0 +561320,479,101,15300,206,47,42,23,3,0,0,0,0 +561410,479,101,36,7,3,0,0,0,0,0,0,0 +561422,479,101,2977,16,3,0,0,0,0,0,0,0 +561431,479,101,82,11,3,0,0,0,0,0,0,0 +561439,479,101,23,6,6,0,0,0,0,0,0,0 +561440,479,101,0,5,4,0,0,0,0,0,0,0 +561491,479,101,8,3,0,0,0,0,0,0,0,0 +561492,479,101,6,6,6,0,0,0,0,0,0,0 +561499,479,101,0,5,3,0,0,0,0,0,0,0 +561510,479,101,53,21,20,0,0,0,0,0,0,0 +561599,479,101,16,3,0,0,0,0,0,0,0,0 +561611,479,101,12,4,3,0,0,0,0,0,0,0 +561612,479,101,1878,21,0,3,0,0,0,0,0,0 +561613,479,101,0,3,0,0,0,0,0,0,0,0 +561621,479,101,255,26,11,0,0,0,0,0,0,0 +561622,479,101,39,7,6,0,0,0,0,0,0,0 +561710,479,101,717,86,40,9,0,0,0,0,0,0 +561720,479,101,5891,272,196,7,3,0,0,0,0,0 +561730,479,101,2236,484,415,13,0,0,0,0,0,0 +561740,479,101,76,20,13,0,0,0,0,0,0,0 +561790,479,101,385,28,21,0,0,0,0,0,0,0 +561910,479,101,0,4,3,0,0,0,0,0,0,0 +561920,479,101,0,3,0,0,0,0,0,0,0,0 +561990,479,101,601,36,26,0,0,0,0,0,0,0 +562111,479,101,704,49,13,3,0,0,0,0,0,0 +562212,479,101,0,3,0,0,0,0,0,0,0,0 +562910,479,101,246,20,17,0,0,0,0,0,0,0 +562991,479,101,24,9,6,0,0,0,0,0,0,0 +611110,479,101,3188,62,15,15,6,3,0,0,0,0 +611310,479,101,2101,6,3,0,0,0,0,0,0,0 +611420,479,101,7,3,3,0,0,0,0,0,0,0 +611430,479,101,38,7,4,0,0,0,0,0,0,0 +611519,479,101,178,20,9,0,0,0,0,0,0,0 +611610,479,101,161,34,26,0,0,0,0,0,0,0 +611620,479,101,322,42,18,0,0,0,0,0,0,0 +611691,479,101,90,11,6,0,0,0,0,0,0,0 +611699,479,101,22,9,7,0,0,0,0,0,0,0 +611710,479,101,24,8,3,0,0,0,0,0,0,0 +621111,479,101,19818,1512,1219,176,7,0,0,0,0,0 +621112,479,101,80,25,16,0,0,0,0,0,0,0 +621210,479,101,5514,735,634,17,0,0,0,0,0,0 +621310,479,101,589,202,184,0,0,0,0,0,0,0 +621320,479,101,1009,158,100,0,0,0,0,0,0,0 +621330,479,101,183,49,31,0,0,0,0,0,0,0 +621340,479,101,1489,208,129,3,0,0,0,0,0,0 +621391,479,101,103,26,15,0,0,0,0,0,0,0 +621399,479,101,355,98,70,0,0,0,0,0,0,0 +621420,479,101,1399,81,28,13,0,0,0,0,0,0 +621492,479,101,191,40,8,7,0,0,0,0,0,0 +621493,479,101,823,43,3,15,0,0,0,0,0,0 +621498,479,101,1849,106,44,10,0,0,0,0,0,0 +621511,479,101,659,68,50,6,0,0,0,0,0,0 +621512,479,101,449,26,13,3,0,0,0,0,0,0 +621610,479,101,7854,247,69,81,5,0,0,0,0,0 +621910,479,101,99,9,0,0,0,0,0,0,0,0 +621991,479,101,329,12,0,3,0,0,0,0,0,0 +621999,479,101,26,11,6,0,0,0,0,0,0,0 +622110,479,101,9772,14,0,0,0,0,0,0,0,0 +623110,479,101,11975,115,0,14,45,0,0,0,0,0 +623210,479,101,3745,206,148,9,3,0,0,0,0,0 +623220,479,101,807,45,15,0,0,0,0,0,0,0 +623311,479,101,815,13,0,4,0,0,0,0,0,0 +623312,479,101,2512,88,5,41,0,0,0,0,0,0 +623990,479,101,416,17,0,3,0,0,0,0,0,0 +624110,479,101,415,35,16,8,0,0,0,0,0,0 +624120,479,101,5419,145,39,32,6,0,0,0,0,0 +624190,479,101,1271,145,79,7,0,0,0,0,0,0 +624221,479,101,121,14,3,0,0,0,0,0,0,0 +624229,479,101,142,15,3,0,0,0,0,0,0,0 +624310,479,101,286,9,0,0,0,0,0,0,0,0 +624410,479,101,4463,398,279,44,0,0,0,0,0,0 +711130,479,101,25,6,0,0,0,0,0,0,0,0 +711310,479,101,30,4,3,0,0,0,0,0,0,0 +711320,479,101,4,6,3,0,0,0,0,0,0,0 +711410,479,101,7,4,4,0,0,0,0,0,0,0 +711510,479,101,18,12,11,0,0,0,0,0,0,0 +712110,479,101,190,14,11,0,0,0,0,0,0,0 +712190,479,101,0,3,0,0,0,0,0,0,0,0 +713120,479,101,6,36,31,0,0,0,0,0,0,0 +713910,479,101,748,38,7,3,0,0,0,0,0,0 +713930,479,101,253,47,27,0,0,0,0,0,0,0 +713940,479,101,2506,167,107,14,3,0,0,0,0,0 +713950,479,101,0,3,0,0,0,0,0,0,0,0 +713990,479,101,461,71,48,4,0,0,0,0,0,0 +721110,479,101,6279,420,261,68,6,0,0,0,0,0 +721191,479,101,25,3,0,0,0,0,0,0,0,0 +721211,479,101,23,12,12,0,0,0,0,0,0,0 +721214,479,101,46,10,3,0,0,0,0,0,0,0 +722310,479,101,1538,129,79,16,0,0,0,0,0,0 +722320,479,101,103,28,13,0,0,0,0,0,0,0 +722330,479,101,14,14,13,0,0,0,0,0,0,0 +722410,479,101,626,62,35,4,0,0,0,0,0,0 +722511,479,101,34186,1626,975,513,28,0,0,0,0,0 +722513,479,101,39646,1800,793,868,3,0,0,0,0,0 +722514,479,101,750,34,3,6,0,0,0,0,0,0 +722515,479,101,2078,225,181,18,0,0,0,0,0,0 +811111,479,101,1761,461,410,0,0,0,0,0,0,0 +811112,479,101,2,3,3,0,0,0,0,0,0,0 +811113,479,101,59,16,3,0,0,0,0,0,0,0 +811118,479,101,34,9,5,0,0,0,0,0,0,0 +811121,479,101,1279,217,137,6,0,0,0,0,0,0 +811122,479,101,71,17,9,0,0,0,0,0,0,0 +811191,479,101,329,54,31,0,0,0,0,0,0,0 +811192,479,101,392,75,54,0,0,0,0,0,0,0 +811198,479,101,35,6,4,0,0,0,0,0,0,0 +811211,479,101,7,3,3,0,0,0,0,0,0,0 +811212,479,101,35,16,14,0,0,0,0,0,0,0 +811310,479,101,722,94,66,5,0,0,0,0,0,0 +811411,479,101,8,3,3,0,0,0,0,0,0,0 +811412,479,101,77,14,9,0,0,0,0,0,0,0 +811420,479,101,13,5,4,0,0,0,0,0,0,0 +811490,479,101,67,25,20,0,0,0,0,0,0,0 +812111,479,101,23,4,3,0,0,0,0,0,0,0 +812112,479,101,1339,280,245,0,0,0,0,0,0,0 +812113,479,101,38,20,19,0,0,0,0,0,0,0 +812191,479,101,155,25,12,0,0,0,0,0,0,0 +812199,479,101,579,80,62,0,0,0,0,0,0,0 +812210,479,101,1035,161,70,3,0,0,0,0,0,0 +812220,479,101,71,29,13,0,0,0,0,0,0,0 +812310,479,101,55,16,10,0,0,0,0,0,0,0 +812320,479,101,479,61,33,3,0,0,0,0,0,0 +812332,479,101,152,8,0,0,0,0,0,0,0,0 +812910,479,101,478,86,66,0,0,0,0,0,0,0 +812921,479,101,0,4,0,0,0,0,0,0,0,0 +812930,479,101,0,6,5,0,0,0,0,0,0,0 +812990,479,101,135,20,15,0,0,0,0,0,0,0 +813110,479,101,15984,2476,2283,109,5,0,0,0,0,0 +813211,479,101,175,35,30,0,0,0,0,0,0,0 +813212,479,101,37,9,9,0,0,0,0,0,0,0 +813219,479,101,53,14,5,0,0,0,0,0,0,0 +813311,479,101,11,6,6,0,0,0,0,0,0,0 +813312,479,101,150,23,19,0,0,0,0,0,0,0 +813319,479,101,68,12,4,0,0,0,0,0,0,0 +813410,479,101,714,119,85,0,0,0,0,0,0,0 +813910,479,101,240,45,37,0,0,0,0,0,0,0 +813920,479,101,32,10,8,0,0,0,0,0,0,0 +813930,479,101,256,55,43,0,0,0,0,0,0,0 +813990,479,101,34,21,17,0,0,0,0,0,0,0 +115210,481,102,37,25,20,0,0,0,0,0,0,0 +211120,481,102,277,57,54,0,0,0,0,0,0,0 +212311,481,102,470,9,0,3,0,0,0,0,0,0 +212312,481,102,252,7,3,3,0,0,0,0,0,0 +212321,481,102,70,9,0,0,0,0,0,0,0,0 +213111,481,102,15,16,13,0,0,0,0,0,0,0 +213112,481,102,428,48,35,0,0,0,0,0,0,0 +221112,481,102,189,6,0,0,0,0,0,0,0,0 +221114,481,102,4,4,4,0,0,0,0,0,0,0 +221121,481,102,112,4,0,0,0,0,0,0,0,0 +221122,481,102,459,43,28,0,0,0,0,0,0,0 +221210,481,102,269,8,4,0,0,0,0,0,0,0 +221310,481,102,331,33,22,0,0,0,0,0,0,0 +221320,481,102,0,4,3,0,0,0,0,0,0,0 +236115,481,102,1383,402,391,3,0,0,0,0,0,0 +236116,481,102,275,27,19,0,0,0,0,0,0,0 +236117,481,102,2000,122,98,12,5,0,0,0,0,0 +236118,481,102,1572,498,489,5,0,0,0,0,0,0 +236210,481,102,52,14,7,0,0,0,0,0,0,0 +236220,481,102,4038,293,240,39,4,0,0,0,0,0 +237110,481,102,5205,83,53,18,0,0,0,0,0,0 +237120,481,102,434,7,3,0,0,0,0,0,0,0 +237130,481,102,945,62,42,10,0,0,0,0,0,0 +237210,481,102,313,65,58,0,0,0,0,0,0,0 +237310,481,102,4168,56,17,9,9,0,0,0,0,0 +237990,481,102,405,15,10,0,0,0,0,0,0,0 +238110,481,102,2773,143,108,23,3,0,0,0,0,0 +238120,481,102,612,30,18,0,0,0,0,0,0,0 +238130,481,102,385,79,67,0,0,0,0,0,0,0 +238140,481,102,895,92,82,3,0,0,0,0,0,0 +238150,481,102,576,46,33,5,0,0,0,0,0,0 +238160,481,102,1417,155,133,13,0,0,0,0,0,0 +238170,481,102,146,23,21,0,0,0,0,0,0,0 +238190,481,102,298,45,38,0,0,0,0,0,0,0 +238210,481,102,7446,474,398,56,9,4,0,0,0,0 +238220,481,102,9241,635,563,52,9,6,0,0,0,0 +238290,481,102,700,43,29,7,0,0,0,0,0,0 +238310,481,102,1986,106,80,17,0,0,0,0,0,0 +238320,481,102,1148,172,159,10,0,0,0,0,0,0 +238330,481,102,632,71,61,4,0,0,0,0,0,0 +238340,481,102,238,38,32,0,0,0,0,0,0,0 +238350,481,102,725,129,120,7,0,0,0,0,0,0 +238390,481,102,604,52,40,3,0,0,0,0,0,0 +238910,481,102,4262,194,154,22,6,0,0,0,0,0 +238990,481,102,2153,216,191,17,0,0,0,0,0,0 +311352,481,102,0,3,0,0,0,0,0,0,0,0 +311412,481,102,409,6,0,0,0,0,0,0,0,0 +311421,481,102,14,8,4,0,0,0,0,0,0,0 +311612,481,102,97,6,0,0,0,0,0,0,0,0 +311811,481,102,308,32,25,0,0,0,0,0,0,0 +311812,481,102,59,11,3,0,0,0,0,0,0,0 +311830,481,102,0,4,0,0,0,0,0,0,0,0 +311920,481,102,59,7,3,0,0,0,0,0,0,0 +311991,481,102,0,5,3,0,0,0,0,0,0,0 +311999,481,102,40,5,0,0,0,0,0,0,0,0 +312111,481,102,91,5,0,3,0,0,0,0,0,0 +312113,481,102,59,3,0,0,0,0,0,0,0,0 +312120,481,102,427,35,24,6,0,0,0,0,0,0 +312130,481,102,140,17,9,0,0,0,0,0,0,0 +312140,481,102,62,10,4,0,0,0,0,0,0,0 +314120,481,102,0,6,0,0,0,0,0,0,0,0 +314910,481,102,0,3,0,0,0,0,0,0,0,0 +314999,481,102,45,15,10,0,0,0,0,0,0,0 +315210,481,102,17,4,3,0,0,0,0,0,0,0 +315220,481,102,3,3,3,0,0,0,0,0,0,0 +315990,481,102,0,3,0,0,0,0,0,0,0,0 +321214,481,102,140,3,0,0,0,0,0,0,0,0 +321912,481,102,0,3,0,0,0,0,0,0,0,0 +321918,481,102,153,11,0,0,0,0,0,0,0,0 +321920,481,102,0,4,0,0,0,0,0,0,0,0 +321999,481,102,28,9,8,0,0,0,0,0,0,0 +323111,481,102,1549,107,82,13,0,0,0,0,0,0 +323113,481,102,334,35,23,5,0,0,0,0,0,0 +323117,481,102,12,4,4,0,0,0,0,0,0,0 +323120,481,102,16,5,5,0,0,0,0,0,0,0 +325199,481,102,52,3,0,0,0,0,0,0,0,0 +325211,481,102,0,3,0,0,0,0,0,0,0,0 +325412,481,102,0,3,0,0,0,0,0,0,0,0 +325611,481,102,40,4,0,0,0,0,0,0,0,0 +325620,481,102,0,6,5,0,0,0,0,0,0,0 +325998,481,102,24,4,0,0,0,0,0,0,0,0 +326150,481,102,0,3,0,0,0,0,0,0,0,0 +326199,481,102,429,20,8,0,0,0,0,0,0,0 +327110,481,102,11,3,0,0,0,0,0,0,0,0 +327120,481,102,0,3,0,3,0,0,0,0,0,0 +327215,481,102,62,4,0,0,0,0,0,0,0,0 +327320,481,102,715,38,21,3,0,0,0,0,0,0 +327390,481,102,214,8,0,0,0,0,0,0,0,0 +327991,481,102,439,21,11,7,0,0,0,0,0,0 +332216,481,102,0,3,0,0,0,0,0,0,0,0 +332312,481,102,174,10,3,0,0,0,0,0,0,0 +332313,481,102,193,4,0,0,0,0,0,0,0,0 +332321,481,102,40,4,0,0,0,0,0,0,0,0 +332322,481,102,567,16,6,3,0,0,0,0,0,0 +332323,481,102,99,12,8,0,0,0,0,0,0,0 +332618,481,102,94,6,0,0,0,0,0,0,0,0 +332710,481,102,599,51,42,0,0,0,0,0,0,0 +332721,481,102,470,19,4,4,0,0,0,0,0,0 +332812,481,102,55,13,7,0,0,0,0,0,0,0 +332813,481,102,99,6,0,0,0,0,0,0,0,0 +332994,481,102,0,3,0,0,0,0,0,0,0,0 +332996,481,102,14,4,3,0,0,0,0,0,0,0 +332999,481,102,27,6,3,0,0,0,0,0,0,0 +333132,481,102,50,3,0,0,0,0,0,0,0,0 +333242,481,102,220,9,3,0,0,0,0,0,0,0 +333249,481,102,0,3,0,0,0,0,0,0,0,0 +333318,481,102,245,6,3,0,0,0,0,0,0,0 +333415,481,102,0,6,5,0,0,0,0,0,0,0 +333514,481,102,117,3,0,0,0,0,0,0,0,0 +333517,481,102,0,3,0,0,0,0,0,0,0,0 +334111,481,102,0,4,3,0,0,0,0,0,0,0 +334118,481,102,206,7,3,0,0,0,0,0,0,0 +334310,481,102,7,4,4,0,0,0,0,0,0,0 +334413,481,102,5389,24,7,4,0,0,0,0,0,0 +334418,481,102,161,6,0,3,0,0,0,0,0,0 +334419,481,102,101,11,5,0,0,0,0,0,0,0 +334510,481,102,819,4,0,0,0,0,0,0,0,0 +334511,481,102,0,3,0,0,0,0,0,0,0,0 +334515,481,102,435,6,0,4,0,0,0,0,0,0 +334516,481,102,110,6,0,0,0,0,0,0,0,0 +334519,481,102,279,13,3,0,0,0,0,0,0,0 +334614,481,102,1,3,3,0,0,0,0,0,0,0 +335110,481,102,0,3,0,0,0,0,0,0,0,0 +335313,481,102,131,3,0,0,0,0,0,0,0,0 +335999,481,102,113,10,9,0,0,0,0,0,0,0 +337110,481,102,416,29,14,6,0,0,0,0,0,0 +337122,481,102,119,15,8,3,0,0,0,0,0,0 +337127,481,102,0,3,0,0,0,0,0,0,0,0 +337212,481,102,222,10,3,3,0,0,0,0,0,0 +339112,481,102,518,7,0,0,0,0,0,0,0,0 +339113,481,102,416,14,5,0,0,0,0,0,0,0 +339116,481,102,107,21,17,0,0,0,0,0,0,0 +339910,481,102,0,10,8,0,0,0,0,0,0,0 +339920,481,102,30,11,3,0,0,0,0,0,0,0 +339930,481,102,24,6,4,0,0,0,0,0,0,0 +339950,481,102,729,50,30,9,0,0,0,0,0,0 +339992,481,102,118,6,0,0,0,0,0,0,0,0 +339999,481,102,187,31,24,3,0,0,0,0,0,0 +423110,481,102,623,20,8,3,0,0,0,0,0,0 +423120,481,102,476,41,33,4,0,0,0,0,0,0 +423130,481,102,123,8,0,3,0,0,0,0,0,0 +423140,481,102,25,3,0,0,0,0,0,0,0,0 +423210,481,102,313,38,31,4,0,0,0,0,0,0 +423220,481,102,452,40,35,4,0,0,0,0,0,0 +423310,481,102,686,49,32,10,0,0,0,0,0,0 +423320,481,102,297,26,13,4,0,0,0,0,0,0 +423330,481,102,335,20,9,6,0,0,0,0,0,0 +423390,481,102,404,26,16,0,0,0,0,0,0,0 +423410,481,102,18,4,3,0,0,0,0,0,0,0 +423420,481,102,520,58,48,0,0,0,0,0,0,0 +423430,481,102,1701,93,68,17,0,0,0,0,0,0 +423440,481,102,208,22,18,0,0,0,0,0,0,0 +423450,481,102,3623,67,49,9,0,0,0,0,0,0 +423490,481,102,43,10,7,0,0,0,0,0,0,0 +423510,481,102,410,35,23,4,0,0,0,0,0,0 +423610,481,102,1450,105,82,17,0,0,0,0,0,0 +423620,481,102,115,10,7,0,0,0,0,0,0,0 +423690,481,102,8879,154,124,17,5,0,0,0,0,0 +423710,481,102,158,29,21,0,0,0,0,0,0,0 +423720,481,102,330,33,23,3,0,0,0,0,0,0 +423730,481,102,518,51,40,6,0,0,0,0,0,0 +423740,481,102,0,3,0,0,0,0,0,0,0,0 +423810,481,102,611,29,11,10,0,0,0,0,0,0 +423820,481,102,187,16,11,0,0,0,0,0,0,0 +423830,481,102,1250,128,105,14,0,0,0,0,0,0 +423840,481,102,150,25,18,0,0,0,0,0,0,0 +423850,481,102,274,19,12,0,0,0,0,0,0,0 +423860,481,102,101,14,7,0,0,0,0,0,0,0 +423910,481,102,207,26,23,0,0,0,0,0,0,0 +423920,481,102,47,6,0,0,0,0,0,0,0,0 +423930,481,102,197,22,18,0,0,0,0,0,0,0 +423940,481,102,143,34,32,0,0,0,0,0,0,0 +423990,481,102,412,53,46,0,0,0,0,0,0,0 +424110,481,102,71,6,0,0,0,0,0,0,0,0 +424120,481,102,130,27,20,0,0,0,0,0,0,0 +424130,481,102,102,14,10,0,0,0,0,0,0,0 +424210,481,102,1390,49,38,0,3,0,0,0,0,0 +424310,481,102,78,7,3,0,0,0,0,0,0,0 +424320,481,102,56,7,5,0,0,0,0,0,0,0 +424330,481,102,125,22,16,0,0,0,0,0,0,0 +424340,481,102,4,3,3,0,0,0,0,0,0,0 +424410,481,102,81,4,0,0,0,0,0,0,0,0 +424420,481,102,70,5,0,0,0,0,0,0,0,0 +424430,481,102,231,7,0,5,0,0,0,0,0,0 +424450,481,102,35,5,3,0,0,0,0,0,0,0 +424470,481,102,80,5,3,0,0,0,0,0,0,0 +424480,481,102,262,7,0,0,0,0,0,0,0,0 +424490,481,102,1251,82,67,5,0,0,0,0,0,0 +424590,481,102,36,4,3,0,0,0,0,0,0,0 +424610,481,102,119,15,14,0,0,0,0,0,0,0 +424690,481,102,620,59,50,3,0,0,0,0,0,0 +424710,481,102,212,9,0,0,0,0,0,0,0,0 +424720,481,102,161,7,3,0,0,0,0,0,0,0 +424810,481,102,1260,5,0,0,0,0,0,0,0,0 +424820,481,102,765,22,16,0,0,0,0,0,0,0 +424910,481,102,121,18,17,0,0,0,0,0,0,0 +424920,481,102,120,3,0,0,0,0,0,0,0,0 +424930,481,102,175,17,12,3,0,0,0,0,0,0 +424940,481,102,179,6,0,0,0,0,0,0,0,0 +424950,481,102,87,7,3,0,0,0,0,0,0,0 +424990,481,102,433,65,62,0,0,0,0,0,0,0 +425110,481,102,23,7,7,0,0,0,0,0,0,0 +425120,481,102,2428,204,188,5,0,0,0,0,0,0 +441110,481,102,7969,93,18,32,22,6,0,0,0,0 +441120,481,102,1100,136,119,4,0,0,0,0,0,0 +441210,481,102,227,9,0,0,0,0,0,0,0,0 +441222,481,102,233,19,12,3,0,0,0,0,0,0 +441228,481,102,462,38,27,0,0,0,0,0,0,0 +441310,481,102,1852,172,158,9,0,0,0,0,0,0 +441320,481,102,1109,99,79,14,0,0,0,0,0,0 +442110,481,102,1246,160,142,10,0,0,0,0,0,0 +442210,481,102,410,70,60,0,0,0,0,0,0,0 +442291,481,102,76,9,8,0,0,0,0,0,0,0 +442299,481,102,1563,114,82,30,0,0,0,0,0,0 +443141,481,102,198,26,19,3,0,0,0,0,0,0 +443142,481,102,2262,150,118,9,4,0,0,0,0,0 +444110,481,102,3110,37,0,0,27,0,0,0,0,0 +444120,481,102,263,41,39,0,0,0,0,0,0,0 +444130,481,102,381,41,30,6,0,0,0,0,0,0 +444190,481,102,1593,148,119,16,0,0,0,0,0,0 +444210,481,102,156,17,10,0,0,0,0,0,0,0 +444220,481,102,906,72,52,7,0,0,0,0,0,0 +445110,481,102,19911,222,101,52,27,33,0,0,0,0 +445120,481,102,881,191,181,3,0,0,0,0,0,0 +445210,481,102,215,21,12,4,0,0,0,0,0,0 +445291,481,102,65,11,10,0,0,0,0,0,0,0 +445292,481,102,88,26,21,0,0,0,0,0,0,0 +445299,481,102,284,26,17,3,0,0,0,0,0,0 +445310,481,102,927,182,171,4,0,0,0,0,0,0 +446110,481,102,3654,215,114,94,0,0,0,0,0,0 +446120,481,102,1373,123,100,18,0,0,0,0,0,0 +446130,481,102,524,76,69,3,0,0,0,0,0,0 +446191,481,102,185,54,52,0,0,0,0,0,0,0 +446199,481,102,437,39,31,0,0,0,0,0,0,0 +447110,481,102,4908,671,633,35,0,0,0,0,0,0 +447190,481,102,336,36,28,3,0,0,0,0,0,0 +448110,481,102,470,48,46,0,0,0,0,0,0,0 +448120,481,102,2591,215,181,32,0,0,0,0,0,0 +448130,481,102,588,53,43,3,0,0,0,0,0,0 +448140,481,102,6000,234,128,101,0,0,0,0,0,0 +448150,481,102,895,83,71,10,0,0,0,0,0,0 +448190,481,102,995,84,71,7,0,0,0,0,0,0 +448210,481,102,1976,159,139,14,0,0,0,0,0,0 +448310,481,102,682,115,109,0,0,0,0,0,0,0 +448320,481,102,44,8,4,0,0,0,0,0,0,0 +451110,481,102,2135,115,83,21,0,0,0,0,0,0 +451120,481,102,1030,76,53,17,0,0,0,0,0,0 +451130,481,102,207,19,12,0,0,0,0,0,0,0 +451140,481,102,211,23,15,3,0,0,0,0,0,0 +451211,481,102,456,39,27,0,0,0,0,0,0,0 +452210,481,102,2474,23,0,10,13,0,0,0,0,0 +452311,481,102,7729,42,0,0,24,16,0,0,0,0 +452319,481,102,1196,129,102,20,0,0,0,0,0,0 +453110,481,102,364,54,49,3,0,0,0,0,0,0 +453210,481,102,344,29,22,4,0,0,0,0,0,0 +453220,481,102,1049,109,101,3,0,0,0,0,0,0 +453310,481,102,1916,150,115,24,0,0,0,0,0,0 +453910,481,102,924,78,60,9,0,0,0,0,0,0 +453920,481,102,53,32,30,0,0,0,0,0,0,0 +453930,481,102,48,8,7,0,0,0,0,0,0,0 +453991,481,102,157,34,27,0,0,0,0,0,0,0 +453998,481,102,737,149,144,3,0,0,0,0,0,0 +454110,481,102,8120,453,419,22,0,0,0,0,0,0 +454210,481,102,290,31,23,4,0,0,0,0,0,0 +454310,481,102,192,23,12,0,0,0,0,0,0,0 +454390,481,102,565,115,105,5,0,0,0,0,0,0 +481111,481,102,1668,7,0,0,0,0,0,0,0,0 +481211,481,102,40,5,4,0,0,0,0,0,0,0 +484110,481,102,448,79,65,3,0,0,0,0,0,0 +484121,481,102,852,72,61,4,4,0,0,0,0,0 +484122,481,102,407,22,8,9,0,0,0,0,0,0 +484210,481,102,992,82,61,13,0,0,0,0,0,0 +484220,481,102,879,115,100,12,0,0,0,0,0,0 +484230,481,102,155,25,17,0,0,0,0,0,0,0 +485113,481,102,0,5,0,0,0,0,0,0,0,0 +485310,481,102,63,8,4,0,0,0,0,0,0,0 +485320,481,102,145,16,13,0,0,0,0,0,0,0 +485410,481,102,648,10,0,3,0,0,0,0,0,0 +485510,481,102,147,6,0,0,0,0,0,0,0,0 +485991,481,102,76,6,0,0,0,0,0,0,0,0 +485999,481,102,108,12,5,0,0,0,0,0,0,0 +486210,481,102,24,5,3,0,0,0,0,0,0,0 +487210,481,102,19,5,4,0,0,0,0,0,0,0 +487990,481,102,7,4,4,0,0,0,0,0,0,0 +488119,481,102,421,12,0,10,0,0,0,0,0,0 +488190,481,102,121,28,23,0,0,0,0,0,0,0 +488410,481,102,435,63,53,6,0,0,0,0,0,0 +488490,481,102,62,16,9,0,0,0,0,0,0,0 +488510,481,102,1084,74,58,7,0,0,0,0,0,0 +488991,481,102,97,15,13,0,0,0,0,0,0,0 +492110,481,102,2606,39,26,0,5,0,0,0,0,0 +492210,481,102,409,21,11,0,0,0,0,0,0,0 +493110,481,102,1389,49,32,8,3,0,0,0,0,0 +493190,481,102,149,15,14,0,0,0,0,0,0,0 +511110,481,102,694,21,8,3,0,0,0,0,0,0 +511120,481,102,337,43,36,3,0,0,0,0,0,0 +511130,481,102,585,23,13,6,0,0,0,0,0,0 +511140,481,102,55,4,0,0,0,0,0,0,0,0 +511199,481,102,196,7,3,3,0,0,0,0,0,0 +511210,481,102,13532,254,164,55,20,5,3,0,0,0 +512110,481,102,737,131,122,4,0,0,0,0,0,0 +512131,481,102,1830,36,0,21,3,0,0,0,0,0 +512191,481,102,59,16,14,0,0,0,0,0,0,0 +512199,481,102,5,3,3,0,0,0,0,0,0,0 +512240,481,102,71,18,17,0,0,0,0,0,0,0 +512290,481,102,8,4,4,0,0,0,0,0,0,0 +515111,481,102,15,3,0,0,0,0,0,0,0,0 +515112,481,102,441,17,12,3,0,0,0,0,0,0 +515120,481,102,694,10,3,0,5,0,0,0,0,0 +517311,481,102,5491,174,130,28,6,0,0,0,0,0 +517312,481,102,1585,143,121,15,0,0,0,0,0,0 +517911,481,102,354,53,46,0,0,0,0,0,0,0 +517919,481,102,211,23,11,6,0,0,0,0,0,0 +518210,481,102,7132,222,153,44,12,7,0,0,0,0 +519110,481,102,0,3,0,0,0,0,0,0,0,0 +519130,481,102,4423,143,116,14,5,0,3,0,0,0 +519190,481,102,135,8,6,0,0,0,0,0,0,0 +522110,481,102,5426,475,435,27,4,0,0,0,0,0 +522120,481,102,184,16,6,0,0,0,0,0,0,0 +522130,481,102,2367,148,132,11,3,0,0,0,0,0 +522210,481,102,11,3,0,0,0,0,0,0,0,0 +522220,481,102,249,38,26,0,4,0,0,0,0,0 +522291,481,102,494,117,109,0,0,0,0,0,0,0 +522292,481,102,1971,163,141,13,0,0,0,0,0,0 +522298,481,102,628,120,113,3,0,0,0,0,0,0 +522310,481,102,256,44,35,0,0,0,0,0,0,0 +522320,481,102,1875,40,22,3,3,0,0,0,0,0 +522390,481,102,471,136,132,0,0,0,0,0,0,0 +523110,481,102,130,30,27,0,0,0,0,0,0,0 +523120,481,102,1520,141,126,9,0,0,0,0,0,0 +523130,481,102,32,7,5,0,0,0,0,0,0,0 +523140,481,102,7,4,4,0,0,0,0,0,0,0 +523910,481,102,620,129,121,6,0,0,0,0,0,0 +523920,481,102,2496,358,340,10,0,0,0,0,0,0 +523930,481,102,861,169,163,0,0,0,0,0,0,0 +523991,481,102,94,16,14,0,0,0,0,0,0,0 +523999,481,102,45,12,11,0,0,0,0,0,0,0 +524113,481,102,975,54,42,9,0,0,0,0,0,0 +524114,481,102,1050,36,23,5,0,0,0,0,0,0 +524126,481,102,4469,202,172,14,6,0,0,0,0,0 +524127,481,102,452,48,33,4,0,0,0,0,0,0 +524130,481,102,30,3,0,0,0,0,0,0,0,0 +524210,481,102,4590,826,788,32,0,0,0,0,0,0 +524291,481,102,209,38,31,0,0,0,0,0,0,0 +524292,481,102,727,32,19,6,0,0,0,0,0,0 +524298,481,102,227,21,15,0,0,0,0,0,0,0 +525990,481,102,15,8,8,0,0,0,0,0,0,0 +531110,481,102,2917,464,449,11,0,0,0,0,0,0 +531120,481,102,929,223,208,5,0,0,0,0,0,0 +531130,481,102,392,180,177,0,0,0,0,0,0,0 +531190,481,102,120,35,33,0,0,0,0,0,0,0 +531210,481,102,3075,1117,1092,23,0,0,0,0,0,0 +531311,481,102,4306,464,433,20,0,0,0,0,0,0 +531312,481,102,1095,154,143,6,0,0,0,0,0,0 +531320,481,102,198,85,78,0,0,0,0,0,0,0 +531390,481,102,591,124,119,0,0,0,0,0,0,0 +532111,481,102,860,78,62,9,0,0,0,0,0,0 +532112,481,102,54,4,0,0,0,0,0,0,0,0 +532120,481,102,337,36,25,5,0,0,0,0,0,0 +532210,481,102,336,43,42,0,0,0,0,0,0,0 +532281,481,102,0,6,6,0,0,0,0,0,0,0 +532282,481,102,39,4,0,0,0,0,0,0,0,0 +532283,481,102,107,12,10,0,0,0,0,0,0,0 +532284,481,102,147,24,16,3,0,0,0,0,0,0 +532289,481,102,572,64,57,3,0,0,0,0,0,0 +532310,481,102,98,16,12,0,0,0,0,0,0,0 +532411,481,102,4,4,4,0,0,0,0,0,0,0 +532412,481,102,807,29,6,0,0,0,0,0,0,0 +532420,481,102,98,11,8,0,0,0,0,0,0,0 +532490,481,102,1496,90,69,4,0,0,0,0,0,0 +533110,481,102,4,25,22,0,0,0,0,0,0,0 +541110,481,102,8187,1383,1303,70,5,0,0,0,0,0 +541191,481,102,588,68,59,0,0,0,0,0,0,0 +541199,481,102,338,25,17,0,0,0,0,0,0,0 +541211,481,102,2571,383,357,20,4,0,0,0,0,0 +541213,481,102,823,152,142,5,0,0,0,0,0,0 +541214,481,102,728,38,24,9,0,0,0,0,0,0 +541219,481,102,2162,317,292,16,0,0,0,0,0,0 +541310,481,102,1699,256,237,13,0,0,0,0,0,0 +541320,481,102,338,58,50,5,0,0,0,0,0,0 +541330,481,102,10832,660,544,101,9,0,0,0,0,0 +541340,481,102,21,15,14,0,0,0,0,0,0,0 +541350,481,102,103,58,57,0,0,0,0,0,0,0 +541360,481,102,30,12,10,0,0,0,0,0,0,0 +541370,481,102,871,71,55,6,0,0,0,0,0,0 +541380,481,102,992,50,35,12,0,0,0,0,0,0 +541410,481,102,594,146,138,0,0,0,0,0,0,0 +541420,481,102,174,20,16,0,0,0,0,0,0,0 +541430,481,102,423,144,139,0,0,0,0,0,0,0 +541490,481,102,110,27,25,0,0,0,0,0,0,0 +541511,481,102,22473,1214,1064,101,29,7,5,3,0,0 +541512,481,102,12612,718,651,47,10,0,0,0,0,0 +541513,481,102,503,57,50,4,0,0,0,0,0,0 +541519,481,102,1225,71,54,8,0,0,0,0,0,0 +541611,481,102,8785,894,854,25,0,3,0,0,0,0 +541612,481,102,470,71,63,3,0,0,0,0,0,0 +541613,481,102,3229,408,379,15,4,3,0,0,0,0 +541614,481,102,212,74,70,0,0,0,0,0,0,0 +541618,481,102,325,160,155,0,0,0,0,0,0,0 +541620,481,102,854,99,81,11,0,0,0,0,0,0 +541690,481,102,1398,226,209,7,0,0,0,0,0,0 +541713,481,102,430,39,25,5,0,0,0,0,0,0 +541714,481,102,409,25,22,0,0,0,0,0,0,0 +541715,481,102,9857,94,63,14,3,0,0,0,0,0 +541720,481,102,142,19,14,0,0,0,0,0,0,0 +541810,481,102,2497,161,140,12,5,0,0,0,0,0 +541820,481,102,655,161,155,6,0,0,0,0,0,0 +541830,481,102,66,10,8,0,0,0,0,0,0,0 +541840,481,102,100,10,6,0,0,0,0,0,0,0 +541850,481,102,124,17,12,0,0,0,0,0,0,0 +541860,481,102,932,14,9,0,0,0,0,0,0,0 +541870,481,102,18,5,4,0,0,0,0,0,0,0 +541890,481,102,428,53,41,3,0,0,0,0,0,0 +541910,481,102,531,60,54,4,0,0,0,0,0,0 +541921,481,102,329,93,88,0,0,0,0,0,0,0 +541922,481,102,43,34,33,0,0,0,0,0,0,0 +541930,481,102,94,25,23,0,0,0,0,0,0,0 +541940,481,102,3058,243,186,48,0,0,0,0,0,0 +541990,481,102,785,101,94,3,0,0,0,0,0,0 +551112,481,102,457,46,36,5,0,0,0,0,0,0 +551114,481,102,16280,328,202,80,27,9,5,0,0,0 +561110,481,102,4355,349,304,32,11,0,0,0,0,0 +561210,481,102,796,54,38,0,0,0,0,0,0,0 +561311,481,102,798,56,45,0,0,0,0,0,0,0 +561312,481,102,196,69,67,0,0,0,0,0,0,0 +561320,481,102,15720,241,117,67,32,16,0,0,0,0 +561330,481,102,765,20,12,0,0,0,0,0,0,0 +561410,481,102,96,27,25,0,0,0,0,0,0,0 +561421,481,102,97,4,0,3,0,0,0,0,0,0 +561422,481,102,4195,36,15,7,0,0,3,0,0,0 +561431,481,102,186,46,45,0,0,0,0,0,0,0 +561439,481,102,223,46,41,0,0,0,0,0,0,0 +561440,481,102,1084,18,6,0,0,0,0,0,0,0 +561450,481,102,479,7,0,0,0,0,0,0,0,0 +561491,481,102,99,7,3,0,0,0,0,0,0,0 +561492,481,102,58,13,10,0,0,0,0,0,0,0 +561499,481,102,294,29,24,0,0,0,0,0,0,0 +561510,481,102,354,92,86,0,0,0,0,0,0,0 +561520,481,102,115,14,11,0,0,0,0,0,0,0 +561599,481,102,150,18,7,0,0,0,0,0,0,0 +561611,481,102,50,17,12,0,0,0,0,0,0,0 +561612,481,102,4244,64,33,19,4,0,0,0,0,0 +561613,481,102,122,4,0,3,0,0,0,0,0,0 +561621,481,102,872,60,47,5,0,0,0,0,0,0 +561622,481,102,119,22,16,0,0,0,0,0,0,0 +561710,481,102,1282,102,82,6,0,0,0,0,0,0 +561720,481,102,6072,334,282,36,9,0,0,0,0,0 +561730,481,102,5987,510,436,62,4,0,0,0,0,0 +561740,481,102,288,46,38,0,0,0,0,0,0,0 +561790,481,102,734,122,110,7,0,0,0,0,0,0 +561910,481,102,21,8,8,0,0,0,0,0,0,0 +561920,481,102,639,61,52,3,0,0,0,0,0,0 +561990,481,102,1202,87,66,9,0,0,0,0,0,0 +562111,481,102,1157,55,39,4,0,0,0,0,0,0 +562212,481,102,57,6,3,0,0,0,0,0,0,0 +562910,481,102,361,15,7,0,0,0,0,0,0,0 +562920,481,102,195,9,4,0,0,0,0,0,0,0 +562991,481,102,218,25,13,3,0,0,0,0,0,0 +611110,481,102,6878,161,76,59,13,0,0,0,0,0 +611310,481,102,2556,22,6,3,4,0,0,0,0,0 +611420,481,102,177,18,16,0,0,0,0,0,0,0 +611430,481,102,1200,85,74,0,4,0,0,0,0,0 +611511,481,102,120,11,8,0,0,0,0,0,0,0 +611512,481,102,40,7,3,0,0,0,0,0,0,0 +611513,481,102,110,9,4,3,0,0,0,0,0,0 +611519,481,102,408,50,41,3,0,0,0,0,0,0 +611610,481,102,997,140,129,8,0,0,0,0,0,0 +611620,481,102,2079,168,141,19,0,0,0,0,0,0 +611630,481,102,237,19,14,0,0,0,0,0,0,0 +611691,481,102,1192,96,79,14,0,0,0,0,0,0 +611692,481,102,89,16,11,0,0,0,0,0,0,0 +611699,481,102,610,75,66,7,0,0,0,0,0,0 +611710,481,102,1433,105,93,5,0,0,0,0,0,0 +621111,481,102,16519,1383,1190,167,11,5,0,0,0,0 +621112,481,102,237,108,104,0,0,0,0,0,0,0 +621210,481,102,6449,925,883,36,0,0,0,0,0,0 +621310,481,102,844,268,264,0,0,0,0,0,0,0 +621320,481,102,1099,165,157,3,0,0,0,0,0,0 +621330,481,102,626,196,186,0,0,0,0,0,0,0 +621340,481,102,2553,235,209,15,0,0,0,0,0,0 +621391,481,102,104,24,20,0,0,0,0,0,0,0 +621399,481,102,853,175,166,6,0,0,0,0,0,0 +621410,481,102,138,13,11,0,0,0,0,0,0,0 +621420,481,102,1293,63,38,17,0,0,0,0,0,0 +621492,481,102,485,24,7,6,0,0,0,0,0,0 +621493,481,102,1821,86,49,32,0,0,0,0,0,0 +621498,481,102,2350,88,63,13,3,0,0,0,0,0 +621511,481,102,1326,48,33,7,0,0,0,0,0,0 +621512,481,102,604,46,25,11,0,0,0,0,0,0 +621610,481,102,10126,205,115,62,14,3,0,0,0,0 +621910,481,102,107,20,10,0,0,0,0,0,0,0 +621991,481,102,355,7,0,3,0,0,0,0,0,0 +621999,481,102,214,23,16,3,0,0,0,0,0,0 +622110,481,102,3308,25,4,0,4,0,4,4,0,0 +622210,481,102,1952,5,0,0,0,0,0,0,0,0 +622310,481,102,643,6,0,0,4,0,0,0,0,0 +623110,481,102,7163,89,16,32,30,0,0,0,0,0 +623210,481,102,2254,160,134,16,3,0,0,0,0,0 +623220,481,102,1417,29,9,5,0,0,0,0,0,0 +623311,481,102,3533,29,4,7,3,0,0,0,0,0 +623312,481,102,1673,71,35,27,0,0,0,0,0,0 +623990,481,102,430,15,3,0,0,0,0,0,0,0 +624110,481,102,965,82,66,7,0,0,0,0,0,0 +624120,481,102,3915,141,99,23,4,0,0,0,0,0 +624190,481,102,1719,149,124,14,0,0,0,0,0,0 +624210,481,102,0,10,7,0,0,0,0,0,0,0 +624221,481,102,230,16,3,4,0,0,0,0,0,0 +624229,481,102,411,18,12,0,0,0,0,0,0,0 +624310,481,102,771,35,19,0,3,0,0,0,0,0 +624410,481,102,7638,485,351,127,0,0,0,0,0,0 +711110,481,102,366,17,9,0,0,0,0,0,0,0 +711120,481,102,0,4,3,0,0,0,0,0,0,0 +711130,481,102,370,62,58,0,0,0,0,0,0,0 +711211,481,102,269,3,0,0,0,0,0,0,0,0 +711219,481,102,18,10,9,0,0,0,0,0,0,0 +711310,481,102,385,22,10,0,0,0,0,0,0,0 +711320,481,102,512,39,35,0,3,0,0,0,0,0 +711410,481,102,69,35,32,0,0,0,0,0,0,0 +711510,481,102,352,170,160,0,0,0,0,0,0,0 +712110,481,102,321,19,14,3,0,0,0,0,0,0 +712130,481,102,56,4,0,0,0,0,0,0,0,0 +712190,481,102,19,3,0,0,0,0,0,0,0,0 +713110,481,102,84,5,3,0,0,0,0,0,0,0 +713120,481,102,716,27,13,9,0,0,0,0,0,0 +713290,481,102,308,11,3,3,0,0,0,0,0,0 +713910,481,102,2931,33,0,11,5,0,0,0,0,0 +713930,481,102,118,18,18,0,0,0,0,0,0,0 +713940,481,102,6672,311,241,51,10,0,0,0,0,0 +713950,481,102,0,8,0,0,0,0,0,0,0,0 +713990,481,102,1484,138,116,14,0,0,0,0,0,0 +721110,481,102,13572,312,167,109,18,8,3,0,0,0 +721191,481,102,76,17,14,0,0,0,0,0,0,0 +721199,481,102,33,6,3,0,0,0,0,0,0,0 +721211,481,102,58,18,9,0,0,0,0,0,0,0 +721214,481,102,33,7,3,0,0,0,0,0,0,0 +721310,481,102,226,37,32,3,0,0,0,0,0,0 +722310,481,102,4851,238,177,52,0,0,0,0,0,0 +722320,481,102,1186,81,63,14,0,0,0,0,0,0 +722330,481,102,657,138,130,6,0,0,0,0,0,0 +722410,481,102,5972,360,248,102,3,0,0,0,0,0 +722511,481,102,44953,1517,755,700,56,0,0,0,0,0 +722513,481,102,36998,1607,845,748,8,0,0,0,0,0 +722514,481,102,1066,35,14,16,0,0,0,0,0,0 +722515,481,102,5225,478,404,65,0,0,0,0,0,0 +811111,481,102,2417,450,435,10,0,0,0,0,0,0 +811112,481,102,5,3,3,0,0,0,0,0,0,0 +811113,481,102,104,20,19,0,0,0,0,0,0,0 +811118,481,102,108,16,12,0,0,0,0,0,0,0 +811121,481,102,1806,204,173,22,0,0,0,0,0,0 +811122,481,102,195,33,28,0,0,0,0,0,0,0 +811191,481,102,480,63,58,0,0,0,0,0,0,0 +811192,481,102,1584,96,64,28,0,0,0,0,0,0 +811198,481,102,86,19,14,0,0,0,0,0,0,0 +811211,481,102,46,16,12,0,0,0,0,0,0,0 +811212,481,102,286,35,29,0,0,0,0,0,0,0 +811213,481,102,50,12,11,0,0,0,0,0,0,0 +811219,481,102,496,22,12,3,0,0,0,0,0,0 +811310,481,102,756,82,67,3,0,0,0,0,0,0 +811412,481,102,93,28,26,0,0,0,0,0,0,0 +811420,481,102,65,19,16,0,0,0,0,0,0,0 +811430,481,102,29,13,12,0,0,0,0,0,0,0 +811490,481,102,237,80,80,0,0,0,0,0,0,0 +812111,481,102,160,29,25,0,0,0,0,0,0,0 +812112,481,102,3951,562,514,45,0,0,0,0,0,0 +812113,481,102,828,189,181,5,0,0,0,0,0,0 +812191,481,102,138,24,16,0,0,0,0,0,0,0 +812199,481,102,1652,197,171,24,0,0,0,0,0,0 +812210,481,102,415,41,31,5,0,0,0,0,0,0 +812220,481,102,76,16,12,0,0,0,0,0,0,0 +812310,481,102,179,38,35,0,0,0,0,0,0,0 +812320,481,102,935,126,114,8,0,0,0,0,0,0 +812331,481,102,0,3,0,0,0,0,0,0,0,0 +812332,481,102,114,7,0,0,0,0,0,0,0,0 +812910,481,102,1366,155,136,11,0,0,0,0,0,0 +812930,481,102,1292,107,84,19,0,0,0,0,0,0 +812990,481,102,821,165,155,6,0,0,0,0,0,0 +813110,481,102,10524,844,683,143,14,0,0,0,0,0 +813211,481,102,505,106,102,0,0,0,0,0,0,0 +813212,481,102,361,37,28,0,0,0,0,0,0,0 +813219,481,102,201,29,26,0,0,0,0,0,0,0 +813311,481,102,322,38,35,0,0,0,0,0,0,0 +813312,481,102,354,57,51,4,0,0,0,0,0,0 +813319,481,102,430,58,50,0,0,0,0,0,0,0 +813410,481,102,974,152,140,9,0,0,0,0,0,0 +813910,481,102,1371,170,147,16,0,0,0,0,0,0 +813920,481,102,1886,108,92,10,3,0,0,0,0,0 +813930,481,102,470,41,29,6,0,0,0,0,0,0 +813940,481,102,129,38,38,0,0,0,0,0,0,0 +813990,481,102,248,36,31,3,0,0,0,0,0,0 +113310,482,103,0,3,0,0,0,0,0,0,0,0 +114112,482,103,13,8,8,0,0,0,0,0,0,0 +115112,482,103,23,3,0,0,0,0,0,0,0,0 +115310,482,103,31,3,0,0,0,0,0,0,0,0 +211120,482,103,74,13,6,0,0,0,0,0,0,0 +212321,482,103,0,3,0,0,0,0,0,0,0,0 +213112,482,103,549,33,17,4,0,0,0,0,0,0 +221122,482,103,0,14,5,3,0,0,0,0,0,0 +221210,482,103,110,4,0,3,0,0,0,0,0,0 +221310,482,103,17,7,3,0,0,0,0,0,0,0 +236115,482,103,105,39,33,0,0,0,0,0,0,0 +236117,482,103,7,7,7,0,0,0,0,0,0,0 +236118,482,103,219,53,47,0,0,0,0,0,0,0 +236210,482,103,189,5,0,0,0,0,0,0,0,0 +236220,482,103,528,37,24,0,0,0,0,0,0,0 +237110,482,103,71,11,7,0,0,0,0,0,0,0 +237120,482,103,4243,30,4,4,6,0,0,0,0,0 +237130,482,103,0,3,0,0,0,0,0,0,0,0 +237210,482,103,10,3,0,0,0,0,0,0,0,0 +237310,482,103,40,12,0,0,0,0,0,0,0,0 +237990,482,103,31,6,3,0,0,0,0,0,0,0 +238110,482,103,0,11,10,0,0,0,0,0,0,0 +238120,482,103,0,6,0,0,0,0,0,0,0,0 +238130,482,103,27,6,0,0,0,0,0,0,0,0 +238140,482,103,257,13,7,4,0,0,0,0,0,0 +238150,482,103,62,4,0,0,0,0,0,0,0,0 +238160,482,103,33,11,9,0,0,0,0,0,0,0 +238190,482,103,0,8,3,0,0,0,0,0,0,0 +238210,482,103,1779,71,48,7,0,0,0,0,0,0 +238220,482,103,926,103,89,11,0,0,0,0,0,0 +238290,482,103,46,11,5,0,0,0,0,0,0,0 +238310,482,103,370,18,9,0,0,0,0,0,0,0 +238320,482,103,372,11,7,0,0,0,0,0,0,0 +238330,482,103,0,3,3,0,0,0,0,0,0,0 +238350,482,103,50,8,3,0,0,0,0,0,0,0 +238390,482,103,83,6,0,0,0,0,0,0,0,0 +238910,482,103,1232,38,26,5,0,0,0,0,0,0 +238990,482,103,1094,25,17,0,0,0,0,0,0,0 +321920,482,103,509,7,0,0,0,0,0,0,0,0 +323111,482,103,107,12,10,0,0,0,0,0,0,0 +323113,482,103,27,3,0,0,0,0,0,0,0,0 +324110,482,103,3907,4,0,0,0,0,0,0,0,0 +325110,482,103,1108,5,0,0,0,3,0,0,0,0 +325120,482,103,0,4,0,0,0,0,0,0,0,0 +325180,482,103,356,4,0,3,0,0,0,0,0,0 +325199,482,103,1109,8,0,0,0,0,0,0,0,0 +325211,482,103,1192,6,0,0,0,0,0,0,0,0 +325998,482,103,0,3,0,0,0,0,0,0,0,0 +327320,482,103,58,11,4,0,0,0,0,0,0,0 +332111,482,103,0,3,0,0,0,0,0,0,0,0 +332312,482,103,722,10,0,3,0,0,0,0,0,0 +332322,482,103,224,11,3,0,0,0,0,0,0,0 +332410,482,103,395,3,0,0,0,0,0,0,0,0 +332420,482,103,0,3,0,0,0,0,0,0,0,0 +332710,482,103,169,13,4,0,0,0,0,0,0,0 +332911,482,103,0,3,0,0,0,0,0,0,0,0 +332996,482,103,465,9,0,7,0,0,0,0,0,0 +332999,482,103,0,3,0,0,0,0,0,0,0,0 +336611,482,103,980,12,0,3,0,0,0,0,0,0 +337110,482,103,32,4,0,0,0,0,0,0,0,0 +339116,482,103,18,5,4,0,0,0,0,0,0,0 +339910,482,103,0,3,0,0,0,0,0,0,0,0 +339950,482,103,27,6,0,0,0,0,0,0,0,0 +339999,482,103,0,4,0,0,0,0,0,0,0,0 +423110,482,103,79,3,0,3,0,0,0,0,0,0 +423120,482,103,186,12,7,0,0,0,0,0,0,0 +423130,482,103,54,3,0,0,0,0,0,0,0,0 +423310,482,103,17,4,0,0,0,0,0,0,0,0 +423320,482,103,36,5,3,0,0,0,0,0,0,0 +423330,482,103,53,5,0,0,0,0,0,0,0,0 +423390,482,103,0,3,3,0,0,0,0,0,0,0 +423420,482,103,62,11,10,0,0,0,0,0,0,0 +423440,482,103,9,3,3,0,0,0,0,0,0,0 +423490,482,103,10,3,0,0,0,0,0,0,0,0 +423510,482,103,246,15,6,3,0,0,0,0,0,0 +423610,482,103,153,15,13,0,0,0,0,0,0,0 +423690,482,103,34,6,3,0,0,0,0,0,0,0 +423710,482,103,142,9,3,0,0,0,0,0,0,0 +423720,482,103,58,8,4,0,0,0,0,0,0,0 +423730,482,103,80,17,17,0,0,0,0,0,0,0 +423810,482,103,136,7,3,0,0,0,0,0,0,0 +423820,482,103,84,4,3,0,0,0,0,0,0,0 +423830,482,103,421,43,34,3,0,0,0,0,0,0 +423840,482,103,381,25,21,0,0,0,0,0,0,0 +423850,482,103,64,9,5,0,0,0,0,0,0,0 +423860,482,103,0,3,0,0,0,0,0,0,0,0 +423930,482,103,110,8,3,3,0,0,0,0,0,0 +423940,482,103,9,7,4,0,0,0,0,0,0,0 +423990,482,103,134,9,3,0,0,0,0,0,0,0 +424460,482,103,21,5,4,0,0,0,0,0,0,0 +424490,482,103,283,12,6,0,0,0,0,0,0,0 +424690,482,103,139,14,9,0,0,0,0,0,0,0 +424710,482,103,489,17,9,6,0,0,0,0,0,0 +424720,482,103,111,7,0,4,0,0,0,0,0,0 +424990,482,103,91,5,0,0,0,0,0,0,0,0 +425120,482,103,19,12,12,0,0,0,0,0,0,0 +441110,482,103,1908,31,0,22,0,0,0,0,0,0 +441120,482,103,119,33,30,0,0,0,0,0,0,0 +441210,482,103,0,3,0,0,0,0,0,0,0,0 +441222,482,103,114,5,0,0,0,0,0,0,0,0 +441228,482,103,0,3,0,0,0,0,0,0,0,0 +441310,482,103,515,52,45,0,0,0,0,0,0,0 +441320,482,103,250,28,18,3,0,0,0,0,0,0 +442110,482,103,217,18,16,0,0,0,0,0,0,0 +442210,482,103,66,13,6,0,0,0,0,0,0,0 +442299,482,103,102,8,3,0,0,0,0,0,0,0 +443141,482,103,70,6,0,3,0,0,0,0,0,0 +443142,482,103,335,32,21,3,0,0,0,0,0,0 +444110,482,103,530,6,0,0,3,0,0,0,0,0 +444120,482,103,47,8,5,0,0,0,0,0,0,0 +444130,482,103,352,21,14,0,0,0,0,0,0,0 +444190,482,103,508,32,20,5,0,0,0,0,0,0 +444210,482,103,37,5,0,0,0,0,0,0,0,0 +444220,482,103,103,13,6,0,0,0,0,0,0,0 +445110,482,103,2821,58,22,24,3,0,0,0,0,0 +445120,482,103,224,77,71,0,0,0,0,0,0,0 +445210,482,103,20,5,3,0,0,0,0,0,0,0 +445220,482,103,13,9,9,0,0,0,0,0,0,0 +445310,482,103,118,33,30,0,0,0,0,0,0,0 +446110,482,103,817,50,28,15,0,0,0,0,0,0 +446120,482,103,199,26,20,3,0,0,0,0,0,0 +446130,482,103,76,12,12,0,0,0,0,0,0,0 +446191,482,103,51,9,6,0,0,0,0,0,0,0 +446199,482,103,117,21,18,0,0,0,0,0,0,0 +447110,482,103,1044,200,198,0,0,0,0,0,0,0 +447190,482,103,229,18,9,0,0,0,0,0,0,0 +448110,482,103,66,9,9,0,0,0,0,0,0,0 +448120,482,103,391,49,41,0,0,0,0,0,0,0 +448130,482,103,109,10,7,0,0,0,0,0,0,0 +448140,482,103,733,41,20,12,0,0,0,0,0,0 +448150,482,103,31,7,5,0,0,0,0,0,0,0 +448190,482,103,189,23,15,4,0,0,0,0,0,0 +448210,482,103,192,26,23,0,0,0,0,0,0,0 +448310,482,103,99,14,14,0,0,0,0,0,0,0 +451110,482,103,347,16,9,0,0,0,0,0,0,0 +451120,482,103,197,8,0,3,0,0,0,0,0,0 +451140,482,103,41,3,0,0,0,0,0,0,0,0 +451211,482,103,85,7,3,0,0,0,0,0,0,0 +452210,482,103,702,8,0,6,0,0,0,0,0,0 +452311,482,103,0,9,0,0,0,3,0,0,0,0 +452319,482,103,519,83,82,0,0,0,0,0,0,0 +453110,482,103,96,16,10,0,0,0,0,0,0,0 +453210,482,103,55,5,0,0,0,0,0,0,0,0 +453220,482,103,131,19,18,0,0,0,0,0,0,0 +453310,482,103,117,21,13,0,0,0,0,0,0,0 +453910,482,103,0,5,0,0,0,0,0,0,0,0 +453930,482,103,32,4,0,0,0,0,0,0,0,0 +453991,482,103,32,11,9,0,0,0,0,0,0,0 +453998,482,103,135,25,17,0,0,0,0,0,0,0 +454110,482,103,237,21,15,0,0,0,0,0,0,0 +454390,482,103,66,12,11,0,0,0,0,0,0,0 +484110,482,103,100,16,12,0,0,0,0,0,0,0 +484121,482,103,143,22,15,0,0,0,0,0,0,0 +484122,482,103,232,14,7,0,0,0,0,0,0,0 +484210,482,103,21,5,3,0,0,0,0,0,0,0 +484220,482,103,321,42,29,5,0,0,0,0,0,0 +484230,482,103,148,16,14,0,0,0,0,0,0,0 +486110,482,103,64,7,0,0,0,0,0,0,0,0 +486210,482,103,0,15,8,4,0,0,0,0,0,0 +486910,482,103,154,9,6,3,0,0,0,0,0,0 +488210,482,103,220,9,3,0,0,0,0,0,0,0 +488310,482,103,96,3,0,0,0,0,0,0,0,0 +488320,482,103,691,3,0,0,0,0,0,0,0,0 +488330,482,103,224,10,3,3,0,0,0,0,0,0 +488390,482,103,0,4,0,0,0,0,0,0,0,0 +488410,482,103,132,17,9,3,0,0,0,0,0,0 +488510,482,103,47,10,9,0,0,0,0,0,0,0 +492110,482,103,370,9,3,0,0,0,0,0,0,0 +493110,482,103,286,16,8,0,0,0,0,0,0,0 +493190,482,103,267,7,0,0,0,0,0,0,0,0 +511110,482,103,124,5,0,0,0,0,0,0,0,0 +512131,482,103,79,3,0,0,0,0,0,0,0,0 +515120,482,103,0,3,0,0,0,0,0,0,0,0 +517311,482,103,452,36,28,4,0,0,0,0,0,0 +517312,482,103,103,16,12,0,0,0,0,0,0,0 +517911,482,103,52,8,6,0,0,0,0,0,0,0 +518210,482,103,0,3,0,0,0,0,0,0,0,0 +519130,482,103,0,3,0,0,0,0,0,0,0,0 +522110,482,103,878,81,71,6,0,0,0,0,0,0 +522130,482,103,1056,69,53,11,0,0,0,0,0,0 +522291,482,103,85,29,29,0,0,0,0,0,0,0 +522292,482,103,47,7,4,0,0,0,0,0,0,0 +522298,482,103,109,25,23,0,0,0,0,0,0,0 +522310,482,103,13,3,0,0,0,0,0,0,0,0 +522390,482,103,63,23,21,0,0,0,0,0,0,0 +523120,482,103,107,11,7,0,0,0,0,0,0,0 +523910,482,103,9,7,7,0,0,0,0,0,0,0 +523920,482,103,67,48,48,0,0,0,0,0,0,0 +523930,482,103,15,5,3,0,0,0,0,0,0,0 +524113,482,103,0,3,0,0,0,0,0,0,0,0 +524114,482,103,11,4,4,0,0,0,0,0,0,0 +524126,482,103,18,4,0,0,0,0,0,0,0,0 +524210,482,103,749,184,176,6,0,0,0,0,0,0 +524292,482,103,92,4,0,0,0,0,0,0,0,0 +531110,482,103,241,65,62,0,0,0,0,0,0,0 +531120,482,103,86,38,37,0,0,0,0,0,0,0 +531130,482,103,67,28,28,0,0,0,0,0,0,0 +531190,482,103,15,7,6,0,0,0,0,0,0,0 +531210,482,103,136,47,46,0,0,0,0,0,0,0 +531311,482,103,550,32,28,0,0,0,0,0,0,0 +531312,482,103,35,15,13,0,0,0,0,0,0,0 +531320,482,103,13,7,7,0,0,0,0,0,0,0 +531390,482,103,9,3,0,0,0,0,0,0,0,0 +532111,482,103,0,10,7,0,0,0,0,0,0,0 +532120,482,103,34,5,0,0,0,0,0,0,0,0 +532210,482,103,0,12,11,0,0,0,0,0,0,0 +532281,482,103,0,3,3,0,0,0,0,0,0,0 +532283,482,103,25,3,0,0,0,0,0,0,0,0 +532289,482,103,84,9,6,0,0,0,0,0,0,0 +532412,482,103,342,25,18,3,0,0,0,0,0,0 +532490,482,103,593,35,25,5,0,0,0,0,0,0 +541110,482,103,906,194,185,4,0,0,0,0,0,0 +541191,482,103,35,5,0,0,0,0,0,0,0,0 +541211,482,103,298,44,35,5,0,0,0,0,0,0 +541213,482,103,215,42,35,0,0,0,0,0,0,0 +541214,482,103,21,3,0,0,0,0,0,0,0,0 +541219,482,103,64,21,20,0,0,0,0,0,0,0 +541310,482,103,22,4,3,0,0,0,0,0,0,0 +541330,482,103,2593,55,32,12,0,0,0,0,0,0 +541360,482,103,0,3,0,0,0,0,0,0,0,0 +541370,482,103,142,14,8,3,0,0,0,0,0,0 +541380,482,103,436,14,0,8,0,0,0,0,0,0 +541430,482,103,16,3,0,0,0,0,0,0,0,0 +541511,482,103,18,12,9,0,0,0,0,0,0,0 +541512,482,103,179,11,8,0,0,0,0,0,0,0 +541513,482,103,0,3,0,0,0,0,0,0,0,0 +541611,482,103,194,38,31,0,0,0,0,0,0,0 +541612,482,103,0,4,0,0,0,0,0,0,0,0 +541613,482,103,0,6,5,0,0,0,0,0,0,0 +541614,482,103,80,4,0,0,0,0,0,0,0,0 +541620,482,103,239,5,0,0,0,0,0,0,0,0 +541690,482,103,33,8,6,0,0,0,0,0,0,0 +541715,482,103,66,6,5,0,0,0,0,0,0,0 +541810,482,103,15,6,4,0,0,0,0,0,0,0 +541921,482,103,18,6,5,0,0,0,0,0,0,0 +541940,482,103,293,31,25,0,0,0,0,0,0,0 +541990,482,103,126,9,5,0,0,0,0,0,0,0 +551112,482,103,325,3,0,0,0,0,0,0,0,0 +551114,482,103,2141,40,25,4,3,0,0,0,0,0 +561110,482,103,312,39,33,0,0,0,0,0,0,0 +561210,482,103,255,6,0,3,0,0,0,0,0,0 +561311,482,103,49,3,0,0,0,0,0,0,0,0 +561320,482,103,2074,33,13,11,0,0,0,0,0,0 +561439,482,103,11,4,0,0,0,0,0,0,0,0 +561440,482,103,7,3,3,0,0,0,0,0,0,0 +561510,482,103,15,7,7,0,0,0,0,0,0,0 +561611,482,103,17,4,3,0,0,0,0,0,0,0 +561612,482,103,1391,12,0,6,0,0,0,0,0,0 +561621,482,103,22,3,0,0,0,0,0,0,0,0 +561622,482,103,4,3,3,0,0,0,0,0,0,0 +561710,482,103,151,17,12,0,0,0,0,0,0,0 +561720,482,103,587,45,29,7,0,0,0,0,0,0 +561730,482,103,523,50,39,0,0,0,0,0,0,0 +561740,482,103,0,3,0,0,0,0,0,0,0,0 +561790,482,103,85,8,0,0,0,0,0,0,0,0 +561990,482,103,100,13,10,0,0,0,0,0,0,0 +562111,482,103,230,12,6,0,0,0,0,0,0,0 +562910,482,103,215,12,3,4,0,0,0,0,0,0 +562991,482,103,0,3,0,0,0,0,0,0,0,0 +562998,482,103,0,3,0,0,0,0,0,0,0,0 +611110,482,103,533,26,10,8,0,0,0,0,0,0 +611519,482,103,0,5,0,0,0,0,0,0,0,0 +611610,482,103,114,17,13,0,0,0,0,0,0,0 +611620,482,103,55,11,8,0,0,0,0,0,0,0 +611691,482,103,59,6,4,0,0,0,0,0,0,0 +621111,482,103,3038,399,370,25,0,0,0,0,0,0 +621112,482,103,62,13,10,0,0,0,0,0,0,0 +621210,482,103,993,132,126,6,0,0,0,0,0,0 +621310,482,103,79,25,23,0,0,0,0,0,0,0 +621320,482,103,156,23,19,0,0,0,0,0,0,0 +621330,482,103,36,15,15,0,0,0,0,0,0,0 +621340,482,103,145,33,32,0,0,0,0,0,0,0 +621391,482,103,42,5,0,0,0,0,0,0,0,0 +621399,482,103,128,31,25,0,0,0,0,0,0,0 +621420,482,103,161,5,0,0,0,0,0,0,0,0 +621492,482,103,0,14,5,4,0,0,0,0,0,0 +621493,482,103,218,8,0,5,0,0,0,0,0,0 +621498,482,103,272,14,12,0,0,0,0,0,0,0 +621511,482,103,168,14,7,0,0,0,0,0,0,0 +621512,482,103,65,9,5,0,0,0,0,0,0,0 +621610,482,103,3951,58,23,24,5,0,0,0,0,0 +621910,482,103,77,4,0,0,0,0,0,0,0,0 +622110,482,103,4028,6,0,0,0,0,0,0,0,0 +622310,482,103,0,4,0,0,0,0,0,0,0,0 +623110,482,103,2237,32,7,18,3,0,0,0,0,0 +623210,482,103,508,21,14,0,0,0,0,0,0,0 +623220,482,103,182,6,0,4,0,0,0,0,0,0 +623311,482,103,203,4,0,0,0,0,0,0,0,0 +623312,482,103,218,11,3,0,0,0,0,0,0,0 +624110,482,103,47,5,3,0,0,0,0,0,0,0 +624120,482,103,750,35,25,4,0,0,0,0,0,0 +624190,482,103,195,20,14,0,0,0,0,0,0,0 +624210,482,103,0,3,0,0,0,0,0,0,0,0 +624221,482,103,17,3,0,0,0,0,0,0,0,0 +624229,482,103,12,3,0,0,0,0,0,0,0,0 +624310,482,103,73,7,3,0,0,0,0,0,0,0 +624410,482,103,983,81,63,10,0,0,0,0,0,0 +711510,482,103,0,4,0,0,0,0,0,0,0,0 +712110,482,103,66,7,3,0,0,0,0,0,0,0 +713120,482,103,24,4,0,0,0,0,0,0,0,0 +713910,482,103,97,6,3,0,0,0,0,0,0,0 +713940,482,103,567,33,18,0,0,0,0,0,0,0 +713950,482,103,0,3,0,0,0,0,0,0,0,0 +713990,482,103,47,20,15,0,0,0,0,0,0,0 +721110,482,103,854,81,69,8,0,0,0,0,0,0 +721211,482,103,22,7,5,0,0,0,0,0,0,0 +722310,482,103,289,12,7,0,0,0,0,0,0,0 +722320,482,103,66,7,0,0,0,0,0,0,0,0 +722410,482,103,216,20,14,4,0,0,0,0,0,0 +722511,482,103,5685,212,116,90,6,0,0,0,0,0 +722513,482,103,5879,295,171,122,0,0,0,0,0,0 +722514,482,103,331,7,0,0,0,0,0,0,0,0 +722515,482,103,610,83,74,6,0,0,0,0,0,0 +811111,482,103,296,79,75,0,0,0,0,0,0,0 +811112,482,103,3,3,3,0,0,0,0,0,0,0 +811113,482,103,27,10,8,0,0,0,0,0,0,0 +811118,482,103,52,14,14,0,0,0,0,0,0,0 +811121,482,103,338,43,35,4,0,0,0,0,0,0 +811122,482,103,0,3,0,0,0,0,0,0,0,0 +811191,482,103,122,16,9,0,0,0,0,0,0,0 +811192,482,103,292,20,12,3,0,0,0,0,0,0 +811310,482,103,1809,44,23,9,0,0,0,0,0,0 +811490,482,103,37,9,6,0,0,0,0,0,0,0 +812112,482,103,176,34,28,0,0,0,0,0,0,0 +812113,482,103,22,11,9,0,0,0,0,0,0,0 +812199,482,103,84,9,5,0,0,0,0,0,0,0 +812210,482,103,230,23,19,0,0,0,0,0,0,0 +812220,482,103,55,7,3,0,0,0,0,0,0,0 +812310,482,103,15,6,5,0,0,0,0,0,0,0 +812320,482,103,169,24,18,0,0,0,0,0,0,0 +812332,482,103,138,6,0,3,0,0,0,0,0,0 +812910,482,103,33,13,11,0,0,0,0,0,0,0 +812990,482,103,36,6,4,0,0,0,0,0,0,0 +813110,482,103,2670,334,296,35,0,0,0,0,0,0 +813211,482,103,17,9,8,0,0,0,0,0,0,0 +813212,482,103,34,5,4,0,0,0,0,0,0,0 +813219,482,103,13,4,3,0,0,0,0,0,0,0 +813312,482,103,31,3,0,0,0,0,0,0,0,0 +813410,482,103,208,26,19,4,0,0,0,0,0,0 +813910,482,103,88,17,12,0,0,0,0,0,0,0 +813930,482,103,108,24,19,0,0,0,0,0,0,0 +113310,482,110,88,11,11,0,0,0,0,0,0,0 +221310,482,110,0,3,0,0,0,0,0,0,0,0 +445120,482,110,10,4,3,0,0,0,0,0,0,0 +447110,482,110,74,13,12,0,0,0,0,0,0,0 +452319,482,110,0,3,3,0,0,0,0,0,0,0 +484220,482,110,13,5,4,0,0,0,0,0,0,0 +522110,482,110,16,3,0,0,0,0,0,0,0,0 +561720,482,110,4,3,3,0,0,0,0,0,0,0 +621111,482,110,32,4,0,0,0,0,0,0,0,0 +811111,482,110,8,3,0,0,0,0,0,0,0,0 +813110,482,110,43,10,9,0,0,0,0,0,0,0 +115112,483,104,19,5,3,0,0,0,0,0,0,0 +211120,483,104,345,44,40,0,0,0,0,0,0,0 +211130,483,104,117,7,3,0,0,0,0,0,0,0 +213111,483,104,789,29,19,6,0,0,0,0,0,0 +213112,483,104,2416,101,78,11,3,0,0,0,0,0 +221115,483,104,0,4,0,0,0,0,0,0,0,0 +221122,483,104,0,19,6,4,0,0,0,0,0,0 +221310,483,104,8,3,3,0,0,0,0,0,0,0 +236115,483,104,187,55,52,0,0,0,0,0,0,0 +236116,483,104,0,3,0,0,0,0,0,0,0,0 +236117,483,104,91,14,8,0,0,0,0,0,0,0 +236118,483,104,179,58,50,0,0,0,0,0,0,0 +236210,483,104,135,4,0,0,0,0,0,0,0,0 +236220,483,104,461,45,31,5,0,0,0,0,0,0 +237110,483,104,167,16,3,4,0,0,0,0,0,0 +237120,483,104,268,13,0,3,0,0,0,0,0,0 +237130,483,104,484,8,4,0,0,0,0,0,0,0 +237210,483,104,9,4,3,0,0,0,0,0,0,0 +237310,483,104,299,11,3,0,0,0,0,0,0,0 +237990,483,104,289,9,0,0,0,0,0,0,0,0 +238110,483,104,296,20,18,0,0,0,0,0,0,0 +238120,483,104,31,4,0,0,0,0,0,0,0,0 +238140,483,104,87,10,7,0,0,0,0,0,0,0 +238150,483,104,34,3,0,0,0,0,0,0,0,0 +238160,483,104,173,20,16,0,0,0,0,0,0,0 +238170,483,104,10,4,4,0,0,0,0,0,0,0 +238190,483,104,214,16,8,0,0,0,0,0,0,0 +238210,483,104,1576,87,67,9,0,0,0,0,0,0 +238220,483,104,3142,145,126,7,0,0,0,0,0,0 +238290,483,104,183,11,8,0,0,0,0,0,0,0 +238310,483,104,83,14,11,0,0,0,0,0,0,0 +238320,483,104,81,16,11,0,0,0,0,0,0,0 +238330,483,104,22,8,6,0,0,0,0,0,0,0 +238340,483,104,26,9,9,0,0,0,0,0,0,0 +238350,483,104,47,11,10,0,0,0,0,0,0,0 +238390,483,104,28,6,5,0,0,0,0,0,0,0 +238910,483,104,352,28,21,0,0,0,0,0,0,0 +238990,483,104,3966,41,30,3,0,0,0,0,0,0 +311611,483,104,0,3,0,0,0,0,0,0,0,0 +311811,483,104,52,6,0,0,0,0,0,0,0,0 +314999,483,104,15,5,4,0,0,0,0,0,0,0 +323111,483,104,48,12,5,0,0,0,0,0,0,0 +324110,483,104,2657,3,0,0,0,0,0,0,0,0 +324121,483,104,0,3,0,0,0,0,0,0,0,0 +325120,483,104,0,3,0,0,0,0,0,0,0,0 +327320,483,104,105,9,0,0,0,0,0,0,0,0 +332312,483,104,724,13,3,0,0,0,0,0,0,0 +332313,483,104,25,3,0,0,0,0,0,0,0,0 +332420,483,104,72,3,0,0,0,0,0,0,0,0 +332710,483,104,267,15,6,4,0,0,0,0,0,0 +333249,483,104,0,3,0,0,0,0,0,0,0,0 +336390,483,104,33,4,0,0,0,0,0,0,0,0 +336611,483,104,0,4,0,0,0,0,0,0,0,0 +337212,483,104,36,4,3,0,0,0,0,0,0,0 +339116,483,104,43,12,9,0,0,0,0,0,0,0 +339950,483,104,0,4,0,0,0,0,0,0,0,0 +339999,483,104,11,3,0,0,0,0,0,0,0,0 +423110,483,104,360,11,4,0,0,0,0,0,0,0 +423120,483,104,197,12,8,0,0,0,0,0,0,0 +423130,483,104,64,6,0,0,0,0,0,0,0,0 +423210,483,104,0,3,0,0,0,0,0,0,0,0 +423220,483,104,95,4,0,0,0,0,0,0,0,0 +423310,483,104,18,3,0,0,0,0,0,0,0,0 +423320,483,104,59,9,6,0,0,0,0,0,0,0 +423330,483,104,145,7,3,4,0,0,0,0,0,0 +423420,483,104,94,12,10,0,0,0,0,0,0,0 +423430,483,104,0,4,3,0,0,0,0,0,0,0 +423440,483,104,60,5,3,0,0,0,0,0,0,0 +423450,483,104,28,10,10,0,0,0,0,0,0,0 +423510,483,104,241,18,16,0,0,0,0,0,0,0 +423610,483,104,246,13,3,6,0,0,0,0,0,0 +423690,483,104,0,6,4,0,0,0,0,0,0,0 +423710,483,104,158,6,0,0,0,0,0,0,0,0 +423720,483,104,66,6,3,0,0,0,0,0,0,0 +423730,483,104,218,15,12,0,0,0,0,0,0,0 +423810,483,104,505,7,0,4,0,0,0,0,0,0 +423820,483,104,98,10,5,0,0,0,0,0,0,0 +423830,483,104,1403,89,68,16,3,0,0,0,0,0 +423840,483,104,204,22,19,3,0,0,0,0,0,0 +423850,483,104,78,4,3,0,0,0,0,0,0,0 +423910,483,104,24,3,0,0,0,0,0,0,0,0 +423930,483,104,127,7,3,0,0,0,0,0,0,0 +423990,483,104,122,10,8,0,0,0,0,0,0,0 +424120,483,104,47,7,4,0,0,0,0,0,0,0 +424210,483,104,33,5,0,0,0,0,0,0,0,0 +424430,483,104,84,4,3,0,0,0,0,0,0,0 +424470,483,104,64,5,0,0,0,0,0,0,0,0 +424480,483,104,47,4,3,0,0,0,0,0,0,0 +424490,483,104,409,12,6,0,0,0,0,0,0,0 +424510,483,104,51,13,8,0,0,0,0,0,0,0 +424610,483,104,0,3,0,0,0,0,0,0,0,0 +424690,483,104,301,28,20,5,0,0,0,0,0,0 +424710,483,104,324,14,4,4,0,0,0,0,0,0 +424720,483,104,131,9,6,0,0,0,0,0,0,0 +424820,483,104,0,3,0,0,0,0,0,0,0,0 +424910,483,104,78,13,8,0,0,0,0,0,0,0 +424930,483,104,62,3,0,0,0,0,0,0,0,0 +424990,483,104,57,8,6,0,0,0,0,0,0,0 +425120,483,104,47,17,14,0,0,0,0,0,0,0 +441110,483,104,1582,25,3,14,6,0,0,0,0,0 +441120,483,104,228,35,33,0,0,0,0,0,0,0 +441210,483,104,82,5,3,0,0,0,0,0,0,0 +441222,483,104,168,13,3,3,0,0,0,0,0,0 +441228,483,104,89,7,3,0,0,0,0,0,0,0 +441310,483,104,555,51,40,3,0,0,0,0,0,0 +441320,483,104,294,33,28,4,0,0,0,0,0,0 +442110,483,104,284,30,23,4,0,0,0,0,0,0 +442210,483,104,51,11,10,0,0,0,0,0,0,0 +442299,483,104,145,10,3,0,0,0,0,0,0,0 +443141,483,104,72,5,3,0,0,0,0,0,0,0 +443142,483,104,512,40,27,6,0,0,0,0,0,0 +444110,483,104,784,5,0,0,4,0,0,0,0,0 +444120,483,104,30,6,4,0,0,0,0,0,0,0 +444130,483,104,167,16,8,3,0,0,0,0,0,0 +444190,483,104,381,29,19,4,0,0,0,0,0,0 +444220,483,104,165,14,3,0,0,0,0,0,0,0 +445110,483,104,0,40,14,6,5,5,0,0,0,0 +445120,483,104,112,39,38,0,0,0,0,0,0,0 +445210,483,104,73,7,4,0,0,0,0,0,0,0 +445230,483,104,0,3,0,0,0,0,0,0,0,0 +445292,483,104,20,4,0,0,0,0,0,0,0,0 +445299,483,104,28,4,3,0,0,0,0,0,0,0 +445310,483,104,163,37,32,0,0,0,0,0,0,0 +446110,483,104,839,54,23,20,0,0,0,0,0,0 +446120,483,104,177,16,11,3,0,0,0,0,0,0 +446130,483,104,171,19,17,0,0,0,0,0,0,0 +446191,483,104,43,25,24,0,0,0,0,0,0,0 +446199,483,104,92,19,16,0,0,0,0,0,0,0 +447110,483,104,1870,203,181,15,0,0,0,0,0,0 +447190,483,104,220,24,13,0,0,0,0,0,0,0 +448110,483,104,36,4,3,0,0,0,0,0,0,0 +448120,483,104,380,40,32,0,0,0,0,0,0,0 +448130,483,104,71,6,3,0,0,0,0,0,0,0 +448140,483,104,1022,39,10,24,0,0,0,0,0,0 +448150,483,104,99,9,5,0,0,0,0,0,0,0 +448190,483,104,222,17,11,3,0,0,0,0,0,0 +448210,483,104,303,37,29,0,0,0,0,0,0,0 +448310,483,104,189,26,24,0,0,0,0,0,0,0 +451110,483,104,466,40,36,0,0,0,0,0,0,0 +451120,483,104,244,13,8,0,0,0,0,0,0,0 +451140,483,104,47,5,0,0,0,0,0,0,0,0 +451211,483,104,74,7,3,0,0,0,0,0,0,0 +452210,483,104,707,5,0,0,4,0,0,0,0,0 +452311,483,104,0,10,0,0,0,5,0,0,0,0 +452319,483,104,488,67,53,8,0,0,0,0,0,0 +453110,483,104,37,7,7,0,0,0,0,0,0,0 +453210,483,104,80,4,0,0,0,0,0,0,0,0 +453220,483,104,152,27,26,0,0,0,0,0,0,0 +453310,483,104,479,10,0,4,0,0,0,0,0,0 +453910,483,104,92,7,3,0,0,0,0,0,0,0 +453920,483,104,0,3,3,0,0,0,0,0,0,0 +453930,483,104,18,4,0,0,0,0,0,0,0,0 +453991,483,104,30,9,8,0,0,0,0,0,0,0 +453998,483,104,71,20,18,0,0,0,0,0,0,0 +454110,483,104,63,16,14,0,0,0,0,0,0,0 +454210,483,104,25,4,3,0,0,0,0,0,0,0 +454310,483,104,17,3,0,0,0,0,0,0,0,0 +454390,483,104,130,29,29,0,0,0,0,0,0,0 +481111,483,104,65,4,0,0,0,0,0,0,0,0 +484110,483,104,97,17,11,0,0,0,0,0,0,0 +484121,483,104,192,21,11,3,0,0,0,0,0,0 +484122,483,104,291,21,16,4,0,0,0,0,0,0 +484210,483,104,66,9,7,0,0,0,0,0,0,0 +484220,483,104,479,30,14,6,0,0,0,0,0,0 +484230,483,104,399,21,13,4,0,0,0,0,0,0 +485510,483,104,12,3,0,0,0,0,0,0,0,0 +486110,483,104,155,7,0,0,0,0,0,0,0,0 +486210,483,104,78,7,4,0,0,0,0,0,0,0 +486910,483,104,112,7,3,0,0,0,0,0,0,0 +487210,483,104,81,11,9,0,0,0,0,0,0,0 +488119,483,104,48,3,0,0,0,0,0,0,0,0 +488190,483,104,315,8,0,0,0,0,0,0,0,0 +488210,483,104,9,3,0,0,0,0,0,0,0,0 +488310,483,104,116,4,0,3,0,0,0,0,0,0 +488320,483,104,130,3,0,0,0,0,0,0,0,0 +488330,483,104,175,16,13,0,0,0,0,0,0,0 +488390,483,104,44,9,4,0,0,0,0,0,0,0 +488410,483,104,86,15,9,0,0,0,0,0,0,0 +488490,483,104,0,3,0,0,0,0,0,0,0,0 +488510,483,104,36,10,10,0,0,0,0,0,0,0 +492110,483,104,0,6,0,0,0,0,0,0,0,0 +492210,483,104,58,7,4,0,0,0,0,0,0,0 +493110,483,104,72,7,3,0,0,0,0,0,0,0 +493190,483,104,61,6,0,0,0,0,0,0,0,0 +511110,483,104,162,10,3,0,0,0,0,0,0,0 +512110,483,104,6,4,4,0,0,0,0,0,0,0 +512131,483,104,311,5,0,0,0,0,0,0,0,0 +515112,483,104,123,11,7,3,0,0,0,0,0,0 +515120,483,104,310,8,0,0,0,0,0,0,0,0 +517311,483,104,707,35,20,6,0,0,0,0,0,0 +517312,483,104,364,40,33,4,0,0,0,0,0,0 +517919,483,104,16,3,0,0,0,0,0,0,0,0 +518210,483,104,100,13,7,0,0,0,0,0,0,0 +519130,483,104,0,3,0,0,0,0,0,0,0,0 +522110,483,104,1363,115,94,14,0,0,0,0,0,0 +522130,483,104,680,47,29,8,0,0,0,0,0,0 +522220,483,104,19,6,4,0,0,0,0,0,0,0 +522291,483,104,253,83,81,0,0,0,0,0,0,0 +522292,483,104,117,23,21,0,0,0,0,0,0,0 +522298,483,104,278,50,47,0,0,0,0,0,0,0 +522390,483,104,113,39,38,0,0,0,0,0,0,0 +523120,483,104,95,17,11,0,0,0,0,0,0,0 +523910,483,104,55,19,19,0,0,0,0,0,0,0 +523920,483,104,72,47,46,0,0,0,0,0,0,0 +523930,483,104,16,9,9,0,0,0,0,0,0,0 +524113,483,104,177,4,0,0,0,0,0,0,0,0 +524114,483,104,135,11,7,0,0,0,0,0,0,0 +524126,483,104,44,6,4,0,0,0,0,0,0,0 +524127,483,104,0,3,0,0,0,0,0,0,0,0 +524210,483,104,869,221,216,0,0,0,0,0,0,0 +524291,483,104,18,9,8,0,0,0,0,0,0,0 +524292,483,104,16,5,3,0,0,0,0,0,0,0 +531110,483,104,433,92,89,0,0,0,0,0,0,0 +531120,483,104,138,38,35,0,0,0,0,0,0,0 +531130,483,104,81,26,24,0,0,0,0,0,0,0 +531190,483,104,45,17,14,0,0,0,0,0,0,0 +531210,483,104,271,95,89,0,0,0,0,0,0,0 +531311,483,104,538,74,62,3,0,0,0,0,0,0 +531312,483,104,107,22,21,0,0,0,0,0,0,0 +531320,483,104,40,16,15,0,0,0,0,0,0,0 +531390,483,104,16,16,16,0,0,0,0,0,0,0 +532111,483,104,116,13,9,3,0,0,0,0,0,0 +532120,483,104,142,17,12,3,0,0,0,0,0,0 +532210,483,104,60,18,18,0,0,0,0,0,0,0 +532283,483,104,30,4,4,0,0,0,0,0,0,0 +532284,483,104,12,5,4,0,0,0,0,0,0,0 +532289,483,104,54,8,6,0,0,0,0,0,0,0 +532310,483,104,36,4,0,0,0,0,0,0,0,0 +532412,483,104,776,42,29,12,0,0,0,0,0,0 +532490,483,104,319,37,31,4,0,0,0,0,0,0 +541110,483,104,1553,235,220,10,0,0,0,0,0,0 +541191,483,104,139,30,25,0,0,0,0,0,0,0 +541199,483,104,11,3,0,0,0,0,0,0,0,0 +541211,483,104,486,96,87,0,0,0,0,0,0,0 +541213,483,104,267,56,47,0,0,0,0,0,0,0 +541219,483,104,138,46,44,0,0,0,0,0,0,0 +541310,483,104,112,17,14,0,0,0,0,0,0,0 +541320,483,104,18,4,3,0,0,0,0,0,0,0 +541330,483,104,1252,100,72,15,3,0,0,0,0,0 +541340,483,104,5,4,4,0,0,0,0,0,0,0 +541350,483,104,3,6,6,0,0,0,0,0,0,0 +541360,483,104,6,4,3,0,0,0,0,0,0,0 +541370,483,104,71,9,8,0,0,0,0,0,0,0 +541380,483,104,1245,33,12,14,3,0,0,0,0,0 +541410,483,104,32,9,6,0,0,0,0,0,0,0 +541430,483,104,18,6,4,0,0,0,0,0,0,0 +541511,483,104,62,22,18,0,0,0,0,0,0,0 +541512,483,104,146,31,30,0,0,0,0,0,0,0 +541513,483,104,0,4,0,0,0,0,0,0,0,0 +541611,483,104,556,52,50,0,0,0,0,0,0,0 +541612,483,104,1,3,3,0,0,0,0,0,0,0 +541613,483,104,16,5,3,0,0,0,0,0,0,0 +541614,483,104,0,3,3,0,0,0,0,0,0,0 +541618,483,104,2,9,6,0,0,0,0,0,0,0 +541620,483,104,34,11,11,0,0,0,0,0,0,0 +541690,483,104,177,46,42,0,0,0,0,0,0,0 +541715,483,104,19,5,4,0,0,0,0,0,0,0 +541810,483,104,26,6,5,0,0,0,0,0,0,0 +541820,483,104,6,4,4,0,0,0,0,0,0,0 +541850,483,104,35,4,0,0,0,0,0,0,0,0 +541890,483,104,38,10,8,0,0,0,0,0,0,0 +541921,483,104,17,7,7,0,0,0,0,0,0,0 +541922,483,104,10,3,3,0,0,0,0,0,0,0 +541940,483,104,353,34,24,0,0,0,0,0,0,0 +541990,483,104,112,18,12,0,0,0,0,0,0,0 +551114,483,104,1360,37,21,9,0,0,0,0,0,0 +561110,483,104,501,38,31,5,0,0,0,0,0,0 +561210,483,104,701,9,3,0,0,0,0,0,0,0 +561311,483,104,220,7,4,0,0,0,0,0,0,0 +561320,483,104,1777,29,12,8,4,0,0,0,0,0 +561330,483,104,342,7,3,0,0,0,0,0,0,0 +561410,483,104,5,6,6,0,0,0,0,0,0,0 +561422,483,104,1182,4,0,0,0,3,0,0,0,0 +561431,483,104,25,6,4,0,0,0,0,0,0,0 +561439,483,104,15,3,0,0,0,0,0,0,0,0 +561491,483,104,11,3,0,0,0,0,0,0,0,0 +561492,483,104,7,4,4,0,0,0,0,0,0,0 +561499,483,104,0,3,0,0,0,0,0,0,0,0 +561510,483,104,24,9,7,0,0,0,0,0,0,0 +561611,483,104,18,6,5,0,0,0,0,0,0,0 +561612,483,104,905,15,6,5,3,0,0,0,0,0 +561621,483,104,115,10,5,0,0,0,0,0,0,0 +561622,483,104,14,5,4,0,0,0,0,0,0,0 +561710,483,104,202,28,22,0,0,0,0,0,0,0 +561720,483,104,1463,64,43,14,0,0,0,0,0,0 +561730,483,104,654,65,55,0,0,0,0,0,0,0 +561740,483,104,37,6,3,0,0,0,0,0,0,0 +561790,483,104,55,11,9,0,0,0,0,0,0,0 +561920,483,104,13,4,3,0,0,0,0,0,0,0 +561990,483,104,131,16,12,0,0,0,0,0,0,0 +562111,483,104,646,16,4,5,0,0,0,0,0,0 +562211,483,104,101,4,0,0,0,0,0,0,0,0 +562910,483,104,189,12,3,0,0,0,0,0,0,0 +611110,483,104,1047,25,7,11,0,0,0,0,0,0 +611310,483,104,49,4,0,0,0,0,0,0,0,0 +611430,483,104,0,3,3,0,0,0,0,0,0,0 +611511,483,104,5,3,3,0,0,0,0,0,0,0 +611519,483,104,91,5,0,0,0,0,0,0,0,0 +611610,483,104,28,7,5,0,0,0,0,0,0,0 +611620,483,104,47,11,10,0,0,0,0,0,0,0 +611691,483,104,36,3,0,0,0,0,0,0,0,0 +611692,483,104,26,5,0,0,0,0,0,0,0,0 +611699,483,104,38,4,0,0,0,0,0,0,0,0 +611710,483,104,167,8,3,0,0,0,0,0,0,0 +621111,483,104,3390,480,442,35,0,0,0,0,0,0 +621112,483,104,28,16,15,0,0,0,0,0,0,0 +621210,483,104,1154,150,132,6,0,0,0,0,0,0 +621310,483,104,113,28,26,0,0,0,0,0,0,0 +621320,483,104,191,26,20,0,0,0,0,0,0,0 +621330,483,104,60,24,22,0,0,0,0,0,0,0 +621340,483,104,450,50,38,0,0,0,0,0,0,0 +621391,483,104,27,8,6,0,0,0,0,0,0,0 +621399,483,104,81,30,29,0,0,0,0,0,0,0 +621410,483,104,0,5,0,0,0,0,0,0,0,0 +621420,483,104,214,14,7,0,0,0,0,0,0,0 +621492,483,104,312,20,9,10,0,0,0,0,0,0 +621493,483,104,255,11,0,4,0,0,0,0,0,0 +621498,483,104,535,24,15,6,0,0,0,0,0,0 +621511,483,104,193,12,8,3,0,0,0,0,0,0 +621512,483,104,229,12,8,0,0,0,0,0,0,0 +621610,483,104,8409,64,18,18,6,0,3,0,0,0 +621910,483,104,168,4,0,3,0,0,0,0,0,0 +621991,483,104,182,3,0,0,0,0,0,0,0,0 +621999,483,104,33,6,3,0,0,0,0,0,0,0 +622110,483,104,6811,8,0,0,0,0,0,0,0,0 +622310,483,104,383,3,0,0,0,0,0,0,0,0 +623110,483,104,2102,26,3,7,9,0,0,0,0,0 +623210,483,104,429,35,28,5,0,0,0,0,0,0 +623311,483,104,626,4,0,0,0,0,0,0,0,0 +623312,483,104,124,6,0,0,0,0,0,0,0,0 +623990,483,104,260,4,0,0,0,0,0,0,0,0 +624110,483,104,235,15,9,3,0,0,0,0,0,0 +624120,483,104,4524,38,15,11,3,0,0,0,0,0 +624190,483,104,375,37,29,5,0,0,0,0,0,0 +624210,483,104,0,3,0,0,0,0,0,0,0,0 +624221,483,104,83,7,3,0,0,0,0,0,0,0 +624229,483,104,32,5,3,0,0,0,0,0,0,0 +624310,483,104,29,5,3,0,0,0,0,0,0,0 +624410,483,104,1256,81,62,9,0,0,0,0,0,0 +711310,483,104,500,4,0,0,0,0,0,0,0,0 +711320,483,104,0,4,3,0,0,0,0,0,0,0 +711510,483,104,15,5,4,0,0,0,0,0,0,0 +712110,483,104,25,8,4,0,0,0,0,0,0,0 +713120,483,104,47,7,4,0,0,0,0,0,0,0 +713290,483,104,55,4,4,0,0,0,0,0,0,0 +713910,483,104,203,5,0,3,0,0,0,0,0,0 +713930,483,104,83,7,6,0,0,0,0,0,0,0 +713940,483,104,602,36,29,3,0,0,0,0,0,0 +713990,483,104,113,24,15,0,0,0,0,0,0,0 +721110,483,104,2497,160,122,32,3,0,0,0,0,0 +721211,483,104,118,20,10,0,0,0,0,0,0,0 +721214,483,104,29,6,0,0,0,0,0,0,0,0 +722310,483,104,598,37,27,8,0,0,0,0,0,0 +722320,483,104,71,9,6,0,0,0,0,0,0,0 +722410,483,104,919,90,71,9,0,0,0,0,0,0 +722511,483,104,8758,404,265,129,6,0,0,0,0,0 +722513,483,104,10230,407,233,163,8,0,0,0,0,0 +722514,483,104,352,18,8,3,0,0,0,0,0,0 +722515,483,104,599,73,65,6,0,0,0,0,0,0 +811111,483,104,443,88,79,3,0,0,0,0,0,0 +811112,483,104,14,6,5,0,0,0,0,0,0,0 +811113,483,104,44,6,0,0,0,0,0,0,0,0 +811118,483,104,0,3,0,0,0,0,0,0,0,0 +811121,483,104,294,34,23,8,0,0,0,0,0,0 +811122,483,104,82,8,4,0,0,0,0,0,0,0 +811191,483,104,98,16,13,0,0,0,0,0,0,0 +811192,483,104,196,31,25,0,0,0,0,0,0,0 +811212,483,104,25,6,4,0,0,0,0,0,0,0 +811213,483,104,34,4,3,0,0,0,0,0,0,0 +811219,483,104,7,3,3,0,0,0,0,0,0,0 +811310,483,104,925,38,22,7,0,0,0,0,0,0 +811412,483,104,17,5,4,0,0,0,0,0,0,0 +811490,483,104,74,29,25,0,0,0,0,0,0,0 +812111,483,104,14,6,4,0,0,0,0,0,0,0 +812112,483,104,427,76,71,0,0,0,0,0,0,0 +812113,483,104,5,5,5,0,0,0,0,0,0,0 +812191,483,104,23,4,0,0,0,0,0,0,0,0 +812199,483,104,90,13,12,0,0,0,0,0,0,0 +812210,483,104,173,24,21,0,0,0,0,0,0,0 +812220,483,104,132,9,0,4,0,0,0,0,0,0 +812310,483,104,143,26,22,0,0,0,0,0,0,0 +812320,483,104,217,25,16,4,0,0,0,0,0,0 +812332,483,104,0,5,0,3,0,0,0,0,0,0 +812910,483,104,60,9,5,0,0,0,0,0,0,0 +812930,483,104,88,7,4,0,0,0,0,0,0,0 +812990,483,104,59,14,12,0,0,0,0,0,0,0 +813110,483,104,2234,279,248,29,0,0,0,0,0,0 +813211,483,104,49,16,13,0,0,0,0,0,0,0 +813212,483,104,12,6,5,0,0,0,0,0,0,0 +813219,483,104,0,3,0,0,0,0,0,0,0,0 +813312,483,104,73,6,3,0,0,0,0,0,0,0 +813319,483,104,6,4,4,0,0,0,0,0,0,0 +813410,483,104,122,30,22,0,0,0,0,0,0,0 +813910,483,104,63,17,10,0,0,0,0,0,0,0 +813920,483,104,12,5,5,0,0,0,0,0,0,0 +813930,483,104,78,16,15,0,0,0,0,0,0,0 +813990,483,104,340,63,57,4,0,0,0,0,0,0 +211120,483,110,15,4,4,0,0,0,0,0,0,0 +213111,483,110,160,8,3,0,0,0,0,0,0,0 +213112,483,110,1939,63,39,22,0,0,0,0,0,0 +236115,483,110,12,3,0,0,0,0,0,0,0,0 +236220,483,110,20,4,3,0,0,0,0,0,0,0 +237110,483,110,26,3,0,0,0,0,0,0,0,0 +238190,483,110,8,3,3,0,0,0,0,0,0,0 +238210,483,110,45,4,0,0,0,0,0,0,0,0 +238220,483,110,86,10,7,0,0,0,0,0,0,0 +238910,483,110,184,10,8,0,0,0,0,0,0,0 +238990,483,110,8,3,0,0,0,0,0,0,0,0 +323111,483,110,0,3,3,0,0,0,0,0,0,0 +332710,483,110,28,6,4,0,0,0,0,0,0,0 +423830,483,110,213,24,18,3,0,0,0,0,0,0 +423840,483,110,15,4,3,0,0,0,0,0,0,0 +424690,483,110,82,5,3,0,0,0,0,0,0,0 +441110,483,110,139,3,0,0,0,0,0,0,0,0 +441120,483,110,14,3,0,0,0,0,0,0,0,0 +441310,483,110,61,9,9,0,0,0,0,0,0,0 +441320,483,110,28,4,3,0,0,0,0,0,0,0 +444130,483,110,14,4,3,0,0,0,0,0,0,0 +444190,483,110,33,4,0,0,0,0,0,0,0,0 +445110,483,110,344,8,0,0,0,0,0,0,0,0 +445120,483,110,3,4,4,0,0,0,0,0,0,0 +445310,483,110,26,4,3,0,0,0,0,0,0,0 +446110,483,110,70,5,0,0,0,0,0,0,0,0 +447110,483,110,189,20,15,3,0,0,0,0,0,0 +447190,483,110,70,5,0,0,0,0,0,0,0,0 +448120,483,110,31,3,0,0,0,0,0,0,0,0 +448210,483,110,30,5,3,0,0,0,0,0,0,0 +448310,483,110,0,3,0,0,0,0,0,0,0,0 +452319,483,110,0,8,7,0,0,0,0,0,0,0 +484110,483,110,9,4,3,0,0,0,0,0,0,0 +484121,483,110,49,7,4,0,0,0,0,0,0,0 +484122,483,110,0,3,0,0,0,0,0,0,0,0 +484220,483,110,179,15,14,0,0,0,0,0,0,0 +484230,483,110,25,4,0,0,0,0,0,0,0,0 +517312,483,110,0,4,3,0,0,0,0,0,0,0 +522110,483,110,99,10,10,0,0,0,0,0,0,0 +522130,483,110,23,4,3,0,0,0,0,0,0,0 +522291,483,110,40,14,14,0,0,0,0,0,0,0 +522298,483,110,33,6,3,0,0,0,0,0,0,0 +522390,483,110,19,8,7,0,0,0,0,0,0,0 +523920,483,110,0,5,5,0,0,0,0,0,0,0 +524210,483,110,54,14,13,0,0,0,0,0,0,0 +531110,483,110,23,6,5,0,0,0,0,0,0,0 +531210,483,110,11,5,5,0,0,0,0,0,0,0 +532412,483,110,204,10,4,0,0,0,0,0,0,0 +541110,483,110,31,13,12,0,0,0,0,0,0,0 +541211,483,110,27,6,4,0,0,0,0,0,0,0 +541213,483,110,0,3,0,0,0,0,0,0,0,0 +541219,483,110,13,5,4,0,0,0,0,0,0,0 +541330,483,110,0,3,0,0,0,0,0,0,0,0 +541690,483,110,7,8,8,0,0,0,0,0,0,0 +541940,483,110,33,4,0,0,0,0,0,0,0,0 +561110,483,110,11,4,3,0,0,0,0,0,0,0 +561720,483,110,8,4,3,0,0,0,0,0,0,0 +561730,483,110,0,3,0,0,0,0,0,0,0,0 +611110,483,110,51,3,0,0,0,0,0,0,0,0 +621111,483,110,235,23,19,4,0,0,0,0,0,0 +621210,483,110,81,12,10,0,0,0,0,0,0,0 +621320,483,110,18,3,0,0,0,0,0,0,0,0 +621340,483,110,0,3,0,0,0,0,0,0,0,0 +621492,483,110,0,3,0,0,0,0,0,0,0,0 +621511,483,110,9,3,3,0,0,0,0,0,0,0 +621610,483,110,3619,12,0,4,0,0,0,0,0,0 +624120,483,110,585,6,0,0,0,0,0,0,0,0 +624190,483,110,0,7,3,0,0,0,0,0,0,0 +624229,483,110,43,4,0,0,0,0,0,0,0,0 +624410,483,110,109,20,18,0,0,0,0,0,0,0 +721110,483,110,76,12,12,0,0,0,0,0,0,0 +722310,483,110,0,5,0,0,0,0,0,0,0,0 +722410,483,110,25,6,6,0,0,0,0,0,0,0 +722511,483,110,346,30,24,6,0,0,0,0,0,0 +722513,483,110,563,30,19,11,0,0,0,0,0,0 +811111,483,110,12,7,7,0,0,0,0,0,0,0 +811118,483,110,9,3,0,0,0,0,0,0,0,0 +811121,483,110,11,4,3,0,0,0,0,0,0,0 +811192,483,110,0,3,0,0,0,0,0,0,0,0 +811310,483,110,71,14,12,0,0,0,0,0,0,0 +812112,483,110,12,3,0,0,0,0,0,0,0,0 +813110,483,110,160,23,21,0,0,0,0,0,0,0 +115114,484,105,77,3,0,0,0,0,0,0,0,0 +115210,484,105,323,104,92,0,0,0,0,0,0,0 +211120,484,105,5548,439,389,29,4,0,0,0,0,0 +211130,484,105,1325,71,36,9,0,0,0,0,0,0 +212311,484,105,83,3,0,0,0,0,0,0,0,0 +212312,484,105,509,4,0,0,0,0,0,0,0,0 +212321,484,105,383,19,0,3,0,0,0,0,0,0 +213111,484,105,473,76,53,0,0,0,0,0,0,0 +213112,484,105,10426,423,323,53,17,0,0,0,0,0 +213113,484,105,9,3,3,0,0,0,0,0,0,0 +221112,484,105,327,6,0,5,0,0,0,0,0,0 +221117,484,105,7,3,3,0,0,0,0,0,0,0 +221121,484,105,401,6,0,3,0,0,0,0,0,0 +221122,484,105,4822,112,31,28,4,0,0,0,0,0 +221210,484,105,1304,36,10,0,0,0,0,0,0,0 +221310,484,105,492,103,74,0,0,0,0,0,0,0 +236115,484,105,3120,819,783,11,0,0,0,0,0,0 +236116,484,105,642,58,42,4,0,0,0,0,0,0 +236117,484,105,4497,241,182,24,13,0,0,0,0,0 +236118,484,105,4870,1152,1098,37,0,0,0,0,0,0 +236210,484,105,662,54,41,6,0,0,0,0,0,0 +236220,484,105,18933,965,768,147,11,5,4,0,0,0 +237110,484,105,7094,207,106,37,7,0,0,0,0,0 +237120,484,105,1882,50,19,15,0,0,0,0,0,0 +237130,484,105,6273,161,98,29,3,0,0,0,0,0 +237210,484,105,1725,167,148,5,0,0,0,0,0,0 +237310,484,105,9608,170,83,42,13,7,3,0,0,0 +237990,484,105,1361,74,38,13,0,0,0,0,0,0 +238110,484,105,9300,429,318,57,0,0,0,0,0,0 +238120,484,105,2836,98,49,19,0,0,0,0,0,0 +238130,484,105,1131,136,114,3,0,0,0,0,0,0 +238140,484,105,4342,272,224,15,8,0,0,0,0,0 +238150,484,105,2312,145,95,21,3,0,0,0,0,0 +238160,484,105,5269,624,557,37,8,0,0,0,0,0 +238170,484,105,297,57,47,0,0,0,0,0,0,0 +238190,484,105,1399,157,113,10,0,0,0,0,0,0 +238210,484,105,23200,1416,1179,177,19,9,5,0,0,0 +238220,484,105,24955,2101,1842,215,21,0,0,0,0,0 +238290,484,105,3086,163,89,33,5,0,0,0,0,0 +238310,484,105,6822,285,214,33,9,0,0,0,0,0 +238320,484,105,3410,428,373,22,3,0,0,0,0,0 +238330,484,105,1765,206,177,14,0,0,0,0,0,0 +238340,484,105,1200,119,102,12,0,0,0,0,0,0 +238350,484,105,2753,332,280,25,0,0,0,0,0,0 +238390,484,105,1945,166,135,14,3,0,0,0,0,0 +238910,484,105,10874,476,335,81,16,0,0,0,0,0 +238990,484,105,8255,647,523,88,7,0,0,0,0,0 +311119,484,105,101,3,0,0,0,0,0,0,0,0 +311225,484,105,0,3,0,0,0,0,0,0,0,0 +311340,484,105,78,8,0,0,0,0,0,0,0,0 +311352,484,105,0,5,0,0,0,0,0,0,0,0 +311412,484,105,857,6,0,0,0,0,0,0,0,0 +311421,484,105,317,9,0,0,0,0,0,0,0,0 +311422,484,105,0,3,0,0,0,0,0,0,0,0 +311511,484,105,1416,7,0,0,0,0,0,0,0,0 +311520,484,105,0,7,0,0,0,0,0,0,0,0 +311611,484,105,495,7,0,0,0,0,0,0,0,0 +311612,484,105,2527,23,0,3,0,3,0,0,0,0 +311615,484,105,807,4,0,0,0,0,0,0,0,0 +311710,484,105,3,3,3,0,0,0,0,0,0,0 +311811,484,105,1084,113,91,13,0,0,0,0,0,0 +311812,484,105,856,44,24,0,0,0,0,0,0,0 +311813,484,105,0,3,0,0,0,0,0,0,0,0 +311821,484,105,399,6,0,3,0,0,0,0,0,0 +311824,484,105,688,10,0,4,0,0,0,0,0,0 +311830,484,105,1303,16,3,4,0,0,0,0,0,0 +311919,484,105,796,12,0,0,0,0,0,0,0,0 +311920,484,105,38,6,3,0,0,0,0,0,0,0 +311930,484,105,193,3,0,0,0,0,0,0,0,0 +311941,484,105,365,7,0,0,0,0,0,0,0,0 +311942,484,105,441,9,0,0,3,0,0,0,0,0 +311991,484,105,1744,15,0,4,0,0,0,0,0,0 +311999,484,105,68,8,6,0,0,0,0,0,0,0 +312111,484,105,2282,14,0,0,0,0,0,0,0,0 +312112,484,105,518,7,0,0,0,0,0,0,0,0 +312120,484,105,942,29,10,8,0,0,0,0,0,0 +312130,484,105,210,21,14,0,0,0,0,0,0,0 +312140,484,105,132,12,4,0,0,0,0,0,0,0 +313310,484,105,100,7,0,0,0,0,0,0,0,0 +314110,484,105,0,3,0,0,0,0,0,0,0,0 +314120,484,105,1007,41,22,8,0,0,0,0,0,0 +314910,484,105,342,19,10,0,0,0,0,0,0,0 +314999,484,105,539,77,55,3,0,0,0,0,0,0 +315210,484,105,186,29,20,4,0,0,0,0,0,0 +315220,484,105,0,5,4,0,0,0,0,0,0,0 +315240,484,105,149,16,11,0,0,0,0,0,0,0 +315280,484,105,70,3,0,0,0,0,0,0,0,0 +315990,484,105,566,9,4,0,0,0,0,0,0,0 +316998,484,105,138,17,6,0,0,0,0,0,0,0 +321113,484,105,172,9,0,0,0,0,0,0,0,0 +321114,484,105,0,3,0,0,0,0,0,0,0,0 +321214,484,105,290,6,0,3,0,0,0,0,0,0 +321911,484,105,841,20,0,0,0,0,0,0,0,0 +321912,484,105,139,7,0,0,0,0,0,0,0,0 +321918,484,105,681,25,7,0,0,0,0,0,0,0 +321920,484,105,1558,48,22,16,0,0,0,0,0,0 +321991,484,105,1463,8,0,0,3,0,0,0,0,0 +321992,484,105,441,5,0,0,0,0,0,0,0,0 +321999,484,105,399,25,11,0,0,0,0,0,0,0 +322211,484,105,2499,35,0,14,8,0,0,0,0,0 +322212,484,105,216,8,0,0,0,0,0,0,0,0 +322219,484,105,1067,9,0,5,0,0,0,0,0,0 +322220,484,105,460,11,0,0,0,0,0,0,0,0 +322230,484,105,496,12,0,8,0,0,0,0,0,0 +322299,484,105,123,4,0,0,0,0,0,0,0,0 +323111,484,105,8047,427,330,62,15,0,0,0,0,0 +323113,484,105,1990,102,77,15,0,0,0,0,0,0 +323117,484,105,310,8,0,0,0,0,0,0,0,0 +323120,484,105,695,34,14,8,0,0,0,0,0,0 +324121,484,105,0,9,7,0,0,0,0,0,0,0 +324122,484,105,835,11,0,0,0,0,0,0,0,0 +324191,484,105,332,10,0,0,0,0,0,0,0,0 +325120,484,105,122,9,0,4,0,0,0,0,0,0 +325180,484,105,58,4,0,0,0,0,0,0,0,0 +325199,484,105,425,11,6,0,0,0,0,0,0,0 +325211,484,105,687,19,3,6,0,0,0,0,0,0 +325411,484,105,72,6,0,0,0,0,0,0,0,0 +325412,484,105,516,18,3,0,0,0,0,0,0,0 +325414,484,105,0,3,0,0,0,0,0,0,0,0 +325510,484,105,1319,37,21,3,0,0,0,0,0,0 +325520,484,105,738,14,4,0,0,0,0,0,0,0 +325611,484,105,528,20,14,3,0,0,0,0,0,0 +325612,484,105,374,12,3,0,0,0,0,0,0,0 +325620,484,105,1758,29,8,4,0,0,0,0,0,0 +325910,484,105,176,11,0,0,0,0,0,0,0,0 +325991,484,105,368,10,3,3,0,0,0,0,0,0 +325998,484,105,694,30,13,0,0,0,0,0,0,0 +326111,484,105,2856,8,0,0,0,0,0,0,0,0 +326112,484,105,0,3,0,0,0,0,0,0,0,0 +326113,484,105,142,6,0,3,0,0,0,0,0,0 +326121,484,105,126,4,0,3,0,0,0,0,0,0 +326140,484,105,1450,12,0,0,0,0,0,0,0,0 +326150,484,105,937,29,8,8,0,0,0,0,0,0 +326160,484,105,839,10,0,0,0,0,0,0,0,0 +326191,484,105,194,9,3,0,0,0,0,0,0,0 +326199,484,105,5717,99,47,25,10,0,0,0,0,0 +326212,484,105,215,7,0,0,0,0,0,0,0,0 +326291,484,105,11,3,3,0,0,0,0,0,0,0 +326299,484,105,388,9,0,0,0,0,0,0,0,0 +327110,484,105,48,4,0,0,0,0,0,0,0,0 +327120,484,105,661,8,0,0,0,0,0,0,0,0 +327212,484,105,18,3,0,0,0,0,0,0,0,0 +327215,484,105,447,24,9,0,0,0,0,0,0,0 +327310,484,105,361,3,0,0,0,0,0,0,0,0 +327320,484,105,1843,102,45,24,0,0,0,0,0,0 +327331,484,105,416,7,0,3,0,0,0,0,0,0 +327390,484,105,714,29,10,8,0,0,0,0,0,0 +327420,484,105,16,3,0,0,0,0,0,0,0,0 +327910,484,105,17,3,0,0,0,0,0,0,0,0 +327991,484,105,377,35,29,0,0,0,0,0,0,0 +327993,484,105,0,3,0,0,0,0,0,0,0,0 +327999,484,105,972,18,3,0,0,0,0,0,0,0 +331110,484,105,77,11,0,0,0,0,0,0,0,0 +331410,484,105,38,6,3,0,0,0,0,0,0,0 +331523,484,105,0,3,0,0,0,0,0,0,0,0 +331524,484,105,125,5,0,4,0,0,0,0,0,0 +331529,484,105,54,3,0,0,0,0,0,0,0,0 +332111,484,105,63,3,0,0,0,0,0,0,0,0 +332119,484,105,1167,22,0,15,3,0,0,0,0,0 +332216,484,105,70,8,0,0,0,0,0,0,0,0 +332311,484,105,295,7,0,0,0,0,0,0,0,0 +332312,484,105,4042,73,12,12,4,0,0,0,0,0 +332313,484,105,1090,22,3,3,0,0,0,0,0,0 +332321,484,105,1619,24,10,0,3,0,0,0,0,0 +332322,484,105,5240,120,53,32,4,0,0,0,0,0 +332323,484,105,610,27,14,7,0,0,0,0,0,0 +332420,484,105,142,7,0,0,0,0,0,0,0,0 +332613,484,105,148,8,0,0,0,0,0,0,0,0 +332618,484,105,385,10,0,3,0,0,0,0,0,0 +332710,484,105,3722,291,201,36,0,0,0,0,0,0 +332721,484,105,1012,50,23,11,0,0,0,0,0,0 +332722,484,105,62,7,0,0,0,0,0,0,0,0 +332811,484,105,396,13,3,3,0,0,0,0,0,0 +332812,484,105,531,44,30,0,0,0,0,0,0,0 +332813,484,105,681,35,20,14,0,0,0,0,0,0 +332912,484,105,44,7,0,0,0,0,0,0,0,0 +332919,484,105,181,3,0,3,0,0,0,0,0,0 +332994,484,105,52,5,0,0,0,0,0,0,0,0 +332996,484,105,135,6,0,0,0,0,0,0,0,0 +332999,484,105,1005,61,38,9,0,0,0,0,0,0 +333120,484,105,57,3,0,0,0,0,0,0,0,0 +333131,484,105,16,6,0,0,0,0,0,0,0,0 +333132,484,105,1193,26,3,6,0,0,0,0,0,0 +333241,484,105,193,10,0,0,0,0,0,0,0,0 +333242,484,105,51,5,0,0,0,0,0,0,0,0 +333244,484,105,27,7,0,0,0,0,0,0,0,0 +333249,484,105,453,20,3,3,0,0,0,0,0,0 +333314,484,105,254,7,3,0,0,0,0,0,0,0 +333318,484,105,1315,26,10,0,6,0,0,0,0,0 +333413,484,105,534,10,0,0,0,0,0,0,0,0 +333415,484,105,2551,23,3,0,3,0,0,0,0,0 +333511,484,105,75,9,3,0,0,0,0,0,0,0 +333514,484,105,85,14,8,0,0,0,0,0,0,0 +333515,484,105,40,10,5,0,0,0,0,0,0,0 +333517,484,105,11,3,0,0,0,0,0,0,0,0 +333914,484,105,1345,7,0,4,0,0,0,0,0,0 +333921,484,105,382,5,0,0,0,0,0,0,0,0 +333922,484,105,1078,25,3,3,0,0,0,0,0,0 +333923,484,105,0,4,0,0,0,0,0,0,0,0 +333924,484,105,0,3,0,0,0,0,0,0,0,0 +333993,484,105,38,8,0,0,0,0,0,0,0,0 +333995,484,105,91,4,0,3,0,0,0,0,0,0 +333999,484,105,125,15,8,0,0,0,0,0,0,0 +334111,484,105,18,4,3,0,0,0,0,0,0,0 +334118,484,105,220,15,10,0,0,0,0,0,0,0 +334210,484,105,1489,9,0,0,0,0,0,0,0,0 +334220,484,105,194,17,3,0,0,0,0,0,0,0 +334290,484,105,275,8,0,0,0,0,0,0,0,0 +334310,484,105,1,7,3,0,0,0,0,0,0,0 +334412,484,105,343,14,0,5,0,0,0,0,0,0 +334413,484,105,1561,42,16,11,0,0,0,0,0,0 +334416,484,105,54,3,0,0,0,0,0,0,0,0 +334418,484,105,1110,22,0,5,0,0,0,0,0,0 +334419,484,105,1119,36,13,9,0,0,0,0,0,0 +334510,484,105,264,12,0,0,0,0,0,0,0,0 +334511,484,105,859,18,0,0,0,0,0,0,0,0 +334513,484,105,320,5,0,0,0,0,0,0,0,0 +334514,484,105,0,3,0,0,0,0,0,0,0,0 +334515,484,105,415,17,0,6,0,0,0,0,0,0 +334519,484,105,263,9,0,0,0,0,0,0,0,0 +335122,484,105,0,3,0,0,0,0,0,0,0,0 +335220,484,105,0,3,0,0,0,0,0,0,0,0 +335311,484,105,0,3,0,0,0,0,0,0,0,0 +335313,484,105,0,6,0,0,0,0,0,0,0,0 +335314,484,105,186,10,4,0,0,0,0,0,0,0 +335921,484,105,183,4,0,0,0,0,0,0,0,0 +335931,484,105,262,8,0,0,0,0,0,0,0,0 +335999,484,105,217,15,7,0,0,0,0,0,0,0 +336211,484,105,262,10,0,3,0,0,0,0,0,0 +336212,484,105,93,5,3,0,0,0,0,0,0,0 +336214,484,105,82,10,0,0,0,0,0,0,0,0 +336310,484,105,669,12,3,0,0,0,0,0,0,0 +336320,484,105,396,12,3,0,0,0,0,0,0,0 +336350,484,105,53,8,0,0,0,0,0,0,0,0 +336360,484,105,0,3,0,0,0,0,0,0,0,0 +336390,484,105,1691,29,7,3,0,0,0,0,0,0 +336411,484,105,0,16,4,0,0,0,0,0,0,0 +336412,484,105,1030,10,0,0,0,0,0,0,0,0 +336413,484,105,3330,36,14,8,3,0,0,0,0,0 +336510,484,105,1105,4,0,0,0,0,0,0,0,0 +337110,484,105,3172,99,52,12,7,0,0,0,0,0 +337121,484,105,957,26,9,0,0,0,0,0,0,0 +337122,484,105,122,17,10,3,0,0,0,0,0,0 +337124,484,105,0,5,0,0,0,0,0,0,0,0 +337125,484,105,0,3,0,0,0,0,0,0,0,0 +337127,484,105,137,4,0,0,0,0,0,0,0,0 +337212,484,105,944,38,21,9,0,0,0,0,0,0 +337215,484,105,576,20,9,0,0,0,0,0,0,0 +337910,484,105,443,8,0,0,0,0,0,0,0,0 +337920,484,105,252,9,0,3,0,0,0,0,0,0 +339112,484,105,400,14,4,0,0,0,0,0,0,0 +339113,484,105,831,21,7,0,0,0,0,0,0,0 +339114,484,105,60,7,5,0,0,0,0,0,0,0 +339115,484,105,1802,11,0,0,0,3,0,0,0,0 +339116,484,105,774,102,88,3,0,0,0,0,0,0 +339910,484,105,402,34,22,0,0,0,0,0,0,0 +339920,484,105,421,18,6,0,0,0,0,0,0,0 +339940,484,105,8,9,7,0,0,0,0,0,0,0 +339950,484,105,2413,160,127,17,3,0,0,0,0,0 +339991,484,105,253,13,0,3,0,0,0,0,0,0 +339992,484,105,24,7,4,0,0,0,0,0,0,0 +339999,484,105,936,106,83,4,0,0,0,0,0,0 +423110,484,105,3236,153,90,34,5,0,0,0,0,0 +423120,484,105,6016,326,242,54,5,0,0,0,0,0 +423130,484,105,1136,57,33,14,0,0,0,0,0,0 +423140,484,105,742,26,11,3,0,0,0,0,0,0 +423210,484,105,2800,178,133,30,4,0,0,0,0,0 +423220,484,105,3176,232,189,29,3,0,0,0,0,0 +423310,484,105,3933,182,111,48,8,0,0,0,0,0 +423320,484,105,1675,131,103,8,0,0,0,0,0,0 +423330,484,105,1167,83,57,13,0,0,0,0,0,0 +423390,484,105,1600,98,74,17,0,0,0,0,0,0 +423410,484,105,125,16,7,0,0,0,0,0,0,0 +423420,484,105,2326,196,158,23,4,0,0,0,0,0 +423430,484,105,5317,224,176,29,3,0,0,0,0,0 +423440,484,105,2085,119,97,9,0,0,0,0,0,0 +423450,484,105,6730,265,223,26,4,0,0,0,0,0 +423460,484,105,164,16,13,0,0,0,0,0,0,0 +423490,484,105,449,47,41,0,0,0,0,0,0,0 +423510,484,105,4247,239,158,49,0,0,0,0,0,0 +423610,484,105,6611,363,265,63,9,0,0,0,0,0 +423620,484,105,1294,66,50,6,0,0,0,0,0,0 +423690,484,105,14754,434,335,62,15,4,0,0,0,0 +423710,484,105,2529,190,150,21,3,0,0,0,0,0 +423720,484,105,2419,130,95,18,0,0,0,0,0,0 +423730,484,105,3061,180,148,20,4,0,0,0,0,0 +423740,484,105,273,16,5,4,0,0,0,0,0,0 +423810,484,105,2190,102,64,21,0,0,0,0,0,0 +423820,484,105,1021,79,49,0,0,0,0,0,0,0 +423830,484,105,9654,705,568,94,6,0,0,0,0,0 +423840,484,105,2984,221,159,39,0,0,0,0,0,0 +423850,484,105,1545,112,82,20,0,0,0,0,0,0 +423860,484,105,2118,101,74,14,0,0,0,0,0,0 +423910,484,105,1977,118,90,8,0,0,0,0,0,0 +423920,484,105,717,38,25,3,0,0,0,0,0,0 +423930,484,105,2528,155,105,25,3,0,0,0,0,0 +423940,484,105,2906,180,167,3,0,0,0,0,0,0 +423990,484,105,1598,181,154,10,0,0,0,0,0,0 +424110,484,105,328,25,19,0,0,0,0,0,0,0 +424120,484,105,1760,104,74,16,3,0,0,0,0,0 +424130,484,105,1192,81,65,9,0,0,0,0,0,0 +424210,484,105,7979,214,161,27,3,0,0,0,0,0 +424310,484,105,505,56,48,0,0,0,0,0,0,0 +424320,484,105,2139,73,54,8,0,0,0,0,0,0 +424330,484,105,1343,112,93,4,3,0,0,0,0,0 +424340,484,105,125,24,16,0,0,0,0,0,0,0 +424410,484,105,2428,46,24,4,0,3,0,0,0,0 +424420,484,105,2776,65,40,11,3,0,0,0,0,0 +424430,484,105,1529,29,3,9,0,0,0,0,0,0 +424450,484,105,1060,45,29,0,3,0,0,0,0,0 +424460,484,105,125,5,0,0,0,0,0,0,0,0 +424470,484,105,976,37,13,8,0,0,0,0,0,0 +424480,484,105,2270,61,35,13,3,0,0,0,0,0 +424490,484,105,5008,277,209,40,6,0,0,0,0,0 +424510,484,105,101,10,0,0,0,0,0,0,0,0 +424590,484,105,149,10,5,0,0,0,0,0,0,0 +424610,484,105,717,68,58,5,0,0,0,0,0,0 +424690,484,105,3560,207,146,29,0,0,0,0,0,0 +424710,484,105,664,50,22,6,0,0,0,0,0,0 +424720,484,105,906,57,36,0,0,0,0,0,0,0 +424810,484,105,3111,16,5,0,0,0,0,0,0,0 +424820,484,105,1383,36,16,7,0,0,0,0,0,0 +424910,484,105,653,83,54,6,0,0,0,0,0,0 +424920,484,105,180,19,10,0,0,0,0,0,0,0 +424930,484,105,881,77,61,8,0,0,0,0,0,0 +424940,484,105,713,30,14,3,0,0,0,0,0,0 +424950,484,105,426,57,49,0,0,0,0,0,0,0 +424990,484,105,1128,225,213,5,0,0,0,0,0,0 +425110,484,105,42,5,3,0,0,0,0,0,0,0 +425120,484,105,11077,1172,1097,43,0,5,3,0,0,0 +441110,484,105,30316,387,83,135,102,7,0,0,0,0 +441120,484,105,4641,677,616,34,6,0,0,0,0,0 +441210,484,105,871,40,10,7,0,0,0,0,0,0 +441222,484,105,333,29,13,3,0,0,0,0,0,0 +441228,484,105,1804,131,86,10,0,0,0,0,0,0 +441310,484,105,8875,777,673,78,0,0,0,0,0,0 +441320,484,105,4120,476,414,33,0,0,0,0,0,0 +442110,484,105,5895,562,491,46,0,0,0,0,0,0 +442210,484,105,1228,190,165,7,0,0,0,0,0,0 +442291,484,105,113,35,31,0,0,0,0,0,0,0 +442299,484,105,4748,318,205,91,0,0,0,0,0,0 +443141,484,105,994,112,90,10,0,0,0,0,0,0 +443142,484,105,7467,641,560,34,20,0,0,0,0,0 +444110,484,105,428,99,0,0,83,0,0,0,0,0 +444120,484,105,689,150,143,0,0,0,0,0,0,0 +444130,484,105,1865,201,139,24,0,0,0,0,0,0 +444190,484,105,4464,422,344,41,0,0,0,0,0,0 +444210,484,105,252,32,19,0,0,0,0,0,0,0 +444220,484,105,2409,221,158,22,0,0,0,0,0,0 +445110,484,105,50611,944,364,344,157,12,0,0,0,0 +445120,484,105,2845,852,827,3,0,0,0,0,0,0 +445210,484,105,665,58,36,10,0,0,0,0,0,0 +445230,484,105,194,15,7,4,0,0,0,0,0,0 +445291,484,105,184,44,33,0,0,0,0,0,0,0 +445292,484,105,431,45,33,0,0,0,0,0,0,0 +445299,484,105,778,92,80,7,0,0,0,0,0,0 +445310,484,105,2418,489,447,12,0,0,0,0,0,0 +446110,484,105,12942,892,561,297,0,0,0,0,0,0 +446120,484,105,5009,475,370,69,0,0,0,0,0,0 +446130,484,105,1644,254,245,3,0,0,0,0,0,0 +446191,484,105,1184,194,180,3,0,0,0,0,0,0 +446199,484,105,1254,204,177,10,0,0,0,0,0,0 +447110,484,105,17797,2313,2158,137,0,0,0,0,0,0 +447190,484,105,2369,166,110,20,0,0,0,0,0,0 +448110,484,105,1552,156,139,13,0,0,0,0,0,0 +448120,484,105,8276,750,641,86,0,0,0,0,0,0 +448130,484,105,2023,183,151,23,0,0,0,0,0,0 +448140,484,105,19263,707,337,307,7,0,0,0,0,0 +448150,484,105,2005,211,185,23,0,0,0,0,0,0 +448190,484,105,2770,230,180,39,0,0,0,0,0,0 +448210,484,105,5686,563,485,44,0,0,0,0,0,0 +448310,484,105,2305,390,362,10,0,0,0,0,0,0 +448320,484,105,154,20,13,0,0,0,0,0,0,0 +451110,484,105,5644,328,253,52,3,0,0,0,0,0 +451120,484,105,3741,179,107,57,3,0,0,0,0,0 +451130,484,105,670,71,52,10,0,0,0,0,0,0 +451140,484,105,711,70,48,10,0,0,0,0,0,0 +451211,484,105,1577,115,73,21,0,0,0,0,0,0 +451212,484,105,82,8,3,0,0,0,0,0,0,0 +452210,484,105,11408,101,0,52,37,4,0,0,0,0 +452311,484,105,39939,182,0,3,70,81,0,0,0,0 +452319,484,105,7825,818,694,89,0,0,0,0,0,0 +453110,484,105,1051,207,181,5,0,0,0,0,0,0 +453210,484,105,1442,117,94,15,0,0,0,0,0,0 +453220,484,105,3091,396,349,22,0,0,0,0,0,0 +453310,484,105,4222,376,287,65,0,0,0,0,0,0 +453910,484,105,2830,219,151,46,0,0,0,0,0,0 +453920,484,105,213,70,66,0,0,0,0,0,0,0 +453930,484,105,134,30,17,0,0,0,0,0,0,0 +453991,484,105,720,190,166,3,0,0,0,0,0,0 +453998,484,105,2488,480,458,5,0,0,0,0,0,0 +454110,484,105,19172,948,843,63,5,5,0,0,0,0 +454210,484,105,659,72,58,4,0,0,0,0,0,0 +454310,484,105,357,61,34,0,0,0,0,0,0,0 +454390,484,105,2703,443,407,16,0,0,0,0,0,0 +481111,484,105,39349,36,24,0,0,0,0,0,0,0 +481112,484,105,555,13,4,0,0,0,0,0,0,0 +481211,484,105,653,48,31,7,0,0,0,0,0,0 +481212,484,105,160,6,3,0,0,0,0,0,0,0 +481219,484,105,4,12,11,0,0,0,0,0,0,0 +483111,484,105,0,3,0,0,0,0,0,0,0,0 +483113,484,105,0,3,0,0,0,0,0,0,0,0 +484110,484,105,4356,611,545,29,0,0,0,0,0,0 +484121,484,105,18842,814,657,85,17,10,5,0,0,0 +484122,484,105,10489,150,72,33,10,13,0,0,0,0 +484210,484,105,2547,211,153,47,0,0,0,0,0,0 +484220,484,105,4630,400,325,24,3,0,0,0,0,0 +484230,484,105,6585,199,137,19,4,0,0,0,0,0 +485113,484,105,0,22,0,9,0,0,0,0,0,0 +485210,484,105,331,29,23,0,0,0,0,0,0,0 +485310,484,105,13,18,10,0,0,0,0,0,0,0 +485320,484,105,810,69,56,3,3,0,0,0,0,0 +485410,484,105,0,22,0,0,3,0,0,0,0,0 +485510,484,105,231,9,0,3,0,0,0,0,0,0 +485991,484,105,262,27,19,0,0,0,0,0,0,0 +485999,484,105,262,17,7,0,0,0,0,0,0,0 +486110,484,105,150,4,0,3,0,0,0,0,0,0 +486210,484,105,534,41,20,4,0,0,0,0,0,0 +486910,484,105,34,10,3,0,0,0,0,0,0,0 +487210,484,105,7,3,0,0,0,0,0,0,0,0 +488111,484,105,0,3,3,0,0,0,0,0,0,0 +488119,484,105,6782,48,12,17,5,0,0,0,0,0 +488190,484,105,3861,186,133,37,3,0,0,0,0,0 +488210,484,105,1825,34,15,8,0,0,0,0,0,0 +488410,484,105,1894,171,127,18,0,0,0,0,0,0 +488490,484,105,715,62,40,6,0,0,0,0,0,0 +488510,484,105,8759,518,411,76,13,0,0,0,0,0 +488991,484,105,298,24,11,0,0,0,0,0,0,0 +492110,484,105,21740,213,142,27,15,5,0,0,0,0 +492210,484,105,948,109,91,9,0,0,0,0,0,0 +493110,484,105,35651,379,189,114,32,9,3,3,0,0 +493120,484,105,1286,35,15,13,4,0,0,0,0,0 +493130,484,105,37,3,0,0,0,0,0,0,0,0 +493190,484,105,2519,66,41,7,7,0,0,0,0,0 +511110,484,105,1803,73,46,3,0,0,0,0,0,0 +511120,484,105,712,84,70,7,0,0,0,0,0,0 +511130,484,105,740,33,18,0,0,0,0,0,0,0 +511140,484,105,74,15,6,0,0,0,0,0,0,0 +511199,484,105,208,8,0,0,0,0,0,0,0,0 +511210,484,105,14990,283,184,67,13,11,0,0,0,0 +512110,484,105,1769,185,168,7,0,0,0,0,0,0 +512120,484,105,21,3,0,0,0,0,0,0,0,0 +512131,484,105,5457,84,8,47,16,0,0,0,0,0 +512191,484,105,199,28,20,4,0,0,0,0,0,0 +512230,484,105,0,9,0,0,0,0,0,0,0,0 +512240,484,105,55,28,25,0,0,0,0,0,0,0 +512250,484,105,3,4,4,0,0,0,0,0,0,0 +512290,484,105,0,5,4,0,0,0,0,0,0,0 +515111,484,105,176,22,14,3,0,0,0,0,0,0 +515112,484,105,1110,50,31,14,0,0,0,0,0,0 +515120,484,105,1846,32,13,3,0,0,0,0,0,0 +515210,484,105,0,10,7,0,0,0,0,0,0,0 +517311,484,105,30070,703,462,146,29,15,9,0,0,0 +517312,484,105,10027,500,396,68,0,3,0,0,0,0 +517410,484,105,30,19,16,0,0,0,0,0,0,0 +517911,484,105,1150,192,164,0,0,0,0,0,0,0 +517919,484,105,2512,71,54,3,0,0,0,0,0,0 +518210,484,105,16433,512,378,90,21,4,0,0,0,0 +519110,484,105,75,9,7,0,0,0,0,0,0,0 +519120,484,105,11,3,0,0,0,0,0,0,0,0 +519130,484,105,3007,168,136,17,5,0,0,0,0,0 +519190,484,105,195,26,19,0,0,0,0,0,0,0 +521110,484,105,0,3,0,0,0,0,0,0,0,0 +522110,484,105,47841,1983,1727,178,20,7,15,0,0,0 +522120,484,105,1113,37,18,3,0,0,0,0,0,0 +522130,484,105,4018,254,199,24,8,0,0,0,0,0 +522210,484,105,215,33,22,0,0,0,0,0,0,0 +522220,484,105,12861,142,108,12,3,4,0,0,0,0 +522291,484,105,2190,405,385,7,0,0,0,0,0,0 +522292,484,105,18852,526,408,62,10,7,6,0,0,0 +522294,484,105,112,5,3,0,0,0,0,0,0,0 +522298,484,105,2910,523,498,4,0,0,0,0,0,0 +522310,484,105,3100,138,117,5,0,0,0,0,0,0 +522320,484,105,15526,120,89,9,7,0,0,0,0,0 +522390,484,105,6774,537,499,13,5,0,0,0,0,0 +523110,484,105,643,113,95,8,0,0,0,0,0,0 +523120,484,105,7960,478,417,39,8,0,0,0,0,0 +523130,484,105,20,14,13,0,0,0,0,0,0,0 +523140,484,105,22,7,5,0,0,0,0,0,0,0 +523910,484,105,2415,434,415,7,0,0,0,0,0,0 +523920,484,105,9767,1334,1234,65,16,0,0,0,0,0 +523930,484,105,2933,530,509,13,3,0,0,0,0,0 +523991,484,105,1450,70,55,4,3,0,0,0,0,0 +523999,484,105,1493,56,47,0,3,0,0,0,0,0 +524113,484,105,8245,185,128,36,3,0,0,0,0,0 +524114,484,105,8745,98,59,10,3,4,0,0,0,0 +524126,484,105,24470,239,152,46,9,13,0,0,0,0 +524127,484,105,1639,163,140,13,0,0,0,0,0,0 +524128,484,105,80,13,6,0,0,0,0,0,0,0 +524130,484,105,154,11,8,0,0,0,0,0,0,0 +524210,484,105,22703,3353,3178,126,15,10,0,0,0,0 +524291,484,105,2147,137,116,5,0,0,0,0,0,0 +524292,484,105,4315,115,69,27,5,3,0,0,0,0 +524298,484,105,883,51,30,7,0,0,0,0,0,0 +525990,484,105,117,35,27,0,0,0,0,0,0,0 +531110,484,105,9805,1516,1452,36,4,0,0,0,0,0 +531120,484,105,4871,848,794,22,7,0,0,0,0,0 +531130,484,105,1616,570,549,0,0,0,0,0,0,0 +531190,484,105,451,131,114,0,0,0,0,0,0,0 +531210,484,105,9418,2455,2374,53,4,3,0,0,0,0 +531311,484,105,14801,1184,1078,54,19,6,0,0,0,0 +531312,484,105,6282,597,528,48,7,3,0,0,0,0 +531320,484,105,1230,205,193,0,0,0,0,0,0,0 +531390,484,105,2817,444,418,13,0,0,0,0,0,0 +532111,484,105,2068,243,211,13,4,0,0,0,0,0 +532112,484,105,383,23,11,0,0,0,0,0,0,0 +532120,484,105,2160,158,127,23,0,0,0,0,0,0 +532210,484,105,830,193,176,0,0,0,0,0,0,0 +532281,484,105,59,20,15,0,0,0,0,0,0,0 +532282,484,105,151,28,23,0,0,0,0,0,0,0 +532283,484,105,263,22,18,0,0,0,0,0,0,0 +532284,484,105,43,12,7,0,0,0,0,0,0,0 +532289,484,105,1784,100,86,3,0,0,0,0,0,0 +532310,484,105,502,46,30,0,0,0,0,0,0,0 +532411,484,105,20,8,3,0,0,0,0,0,0,0 +532412,484,105,1190,93,59,9,0,0,0,0,0,0 +532420,484,105,360,29,22,0,0,0,0,0,0,0 +532490,484,105,4273,223,157,43,4,0,0,0,0,0 +533110,484,105,1577,130,116,6,4,0,0,0,0,0 +541110,484,105,24441,3901,3662,197,22,3,0,0,0,0 +541191,484,105,1921,251,211,17,0,0,0,0,0,0 +541199,484,105,796,68,56,7,0,0,0,0,0,0 +541211,484,105,13903,1270,1182,43,12,0,0,3,0,0 +541213,484,105,4435,688,637,22,0,0,0,0,0,0 +541214,484,105,4349,139,82,34,7,3,0,0,0,0 +541219,484,105,7793,939,862,40,0,0,0,0,0,0 +541310,484,105,5957,477,411,50,4,0,0,0,0,0 +541320,484,105,645,106,93,5,0,0,0,0,0,0 +541330,484,105,24552,1258,995,205,26,3,3,0,0,0 +541340,484,105,205,56,46,0,0,0,0,0,0,0 +541350,484,105,1040,153,141,0,0,0,0,0,0,0 +541360,484,105,84,24,16,0,0,0,0,0,0,0 +541370,484,105,1444,163,119,5,0,0,0,0,0,0 +541380,484,105,1635,121,86,24,0,0,0,0,0,0 +541410,484,105,1471,332,316,13,0,0,0,0,0,0 +541420,484,105,59,22,18,0,0,0,0,0,0,0 +541430,484,105,944,271,256,4,0,0,0,0,0,0 +541490,484,105,139,37,33,0,0,0,0,0,0,0 +541511,484,105,32195,2257,1970,218,42,6,0,0,0,0 +541512,484,105,29119,2233,2066,116,20,10,7,0,0,0 +541513,484,105,2403,183,159,11,5,0,0,0,0,0 +541519,484,105,5291,249,211,20,4,0,0,0,0,0 +541611,484,105,17344,2161,2011,96,26,10,0,0,0,0 +541612,484,105,3467,229,194,22,0,3,0,0,0,0 +541613,484,105,11770,895,833,35,9,0,0,0,0,0 +541614,484,105,2164,203,166,16,0,0,0,0,0,0 +541618,484,105,869,388,375,0,0,0,0,0,0,0 +541620,484,105,1438,138,111,16,0,0,0,0,0,0 +541690,484,105,2141,515,490,14,0,0,0,0,0,0 +541713,484,105,503,50,36,0,0,0,0,0,0,0 +541714,484,105,487,28,17,0,0,0,0,0,0,0 +541715,484,105,4772,130,97,18,0,0,0,0,0,0 +541720,484,105,241,28,20,0,0,0,0,0,0,0 +541810,484,105,6425,368,312,42,4,0,0,0,0,0 +541820,484,105,888,137,122,6,0,0,0,0,0,0 +541830,484,105,264,25,8,5,0,0,0,0,0,0 +541840,484,105,222,36,27,5,0,0,0,0,0,0 +541850,484,105,1186,66,49,3,0,0,0,0,0,0 +541860,484,105,1320,60,36,14,0,0,0,0,0,0 +541870,484,105,66,18,11,0,0,0,0,0,0,0 +541890,484,105,4794,191,154,20,0,0,0,0,0,0 +541910,484,105,2462,126,100,15,0,0,0,0,0,0 +541921,484,105,777,189,175,3,0,0,0,0,0,0 +541922,484,105,184,71,65,0,0,0,0,0,0,0 +541930,484,105,287,36,29,0,0,0,0,0,0,0 +541940,484,105,9108,751,607,106,0,0,0,0,0,0 +541990,484,105,2207,308,278,19,0,0,0,0,0,0 +551111,484,105,48,5,3,0,0,0,0,0,0,0 +551112,484,105,5093,185,134,27,7,5,0,0,0,0 +551114,484,105,116200,1676,1058,352,131,56,30,5,0,0 +561110,484,105,19393,1420,1207,146,22,0,0,0,0,0 +561210,484,105,3263,135,96,12,5,0,0,0,0,0 +561311,484,105,4412,193,145,24,9,0,0,0,0,0 +561312,484,105,1076,197,175,9,0,0,0,0,0,0 +561320,484,105,82094,1134,501,348,165,71,11,0,0,0 +561330,484,105,3910,80,23,23,8,0,0,0,0,0 +561410,484,105,615,72,52,9,0,0,0,0,0,0 +561421,484,105,735,33,17,0,3,0,0,0,0,0 +561422,484,105,9126,112,49,39,3,5,3,0,0,0 +561431,484,105,611,132,125,4,0,0,0,0,0,0 +561439,484,105,1899,163,147,8,0,0,0,0,0,0 +561440,484,105,5181,99,54,22,7,0,0,0,0,0 +561450,484,105,210,14,5,0,0,0,0,0,0,0 +561491,484,105,322,15,6,3,0,0,0,0,0,0 +561492,484,105,145,52,49,0,0,0,0,0,0,0 +561499,484,105,2499,77,57,5,0,0,0,0,0,0 +561510,484,105,2843,378,348,16,0,3,0,0,0,0 +561520,484,105,173,17,7,0,0,0,0,0,0,0 +561591,484,105,0,5,0,0,0,0,0,0,0,0 +561599,484,105,5564,58,39,3,0,0,0,0,0,0 +561611,484,105,1087,109,90,5,0,0,0,0,0,0 +561612,484,105,26422,212,105,52,18,12,0,0,0,0 +561613,484,105,793,24,12,6,0,0,0,0,0,0 +561621,484,105,5329,212,163,17,10,0,0,0,0,0 +561622,484,105,474,77,66,3,0,0,0,0,0,0 +561710,484,105,2996,352,298,31,0,0,0,0,0,0 +561720,484,105,24355,1031,830,129,26,5,5,0,0,0 +561730,484,105,17315,1559,1332,181,19,0,0,0,0,0 +561740,484,105,761,126,115,3,0,0,0,0,0,0 +561790,484,105,2109,372,338,18,0,0,0,0,0,0 +561910,484,105,615,33,21,0,0,0,0,0,0,0 +561920,484,105,2934,129,109,10,4,0,0,0,0,0 +561990,484,105,2499,203,167,18,3,0,0,0,0,0 +562111,484,105,3926,144,79,17,3,0,0,0,0,0 +562112,484,105,64,5,0,0,0,0,0,0,0,0 +562119,484,105,55,8,3,0,0,0,0,0,0,0 +562211,484,105,289,9,3,0,0,0,0,0,0,0 +562212,484,105,196,22,6,0,0,0,0,0,0,0 +562219,484,105,0,3,0,0,0,0,0,0,0,0 +562910,484,105,1403,73,47,8,0,0,0,0,0,0 +562920,484,105,386,25,10,0,0,0,0,0,0,0 +562991,484,105,301,36,13,0,0,0,0,0,0,0 +562998,484,105,135,13,9,0,0,0,0,0,0,0 +611110,484,105,22996,416,164,169,43,8,0,0,0,0 +611210,484,105,325,10,0,0,0,0,0,0,0,0 +611310,484,105,13880,56,21,16,3,0,0,0,0,0 +611420,484,105,197,35,27,0,0,0,0,0,0,0 +611430,484,105,714,160,147,4,0,0,0,0,0,0 +611511,484,105,671,48,33,5,0,0,0,0,0,0 +611512,484,105,1557,36,12,7,0,0,0,0,0,0 +611513,484,105,91,13,9,0,0,0,0,0,0,0 +611519,484,105,1356,104,82,17,0,0,0,0,0,0 +611610,484,105,2178,300,273,14,0,0,0,0,0,0 +611620,484,105,3091,409,346,45,0,0,0,0,0,0 +611630,484,105,278,29,25,0,0,0,0,0,0,0 +611691,484,105,2889,257,215,31,0,0,0,0,0,0 +611692,484,105,481,59,44,0,0,0,0,0,0,0 +611699,484,105,1070,131,111,14,0,0,0,0,0,0 +611710,484,105,1270,168,153,3,0,0,0,0,0,0 +621111,484,105,63805,6756,6150,534,39,6,3,0,0,0 +621112,484,105,849,265,256,0,0,0,0,0,0,0 +621210,484,105,24641,3975,3855,99,3,0,0,0,0,0 +621310,484,105,3151,854,839,0,0,0,0,0,0,0 +621320,484,105,3736,650,613,17,0,0,0,0,0,0 +621330,484,105,1479,413,389,14,0,0,0,0,0,0 +621340,484,105,15201,726,623,58,3,0,0,0,0,0 +621391,484,105,593,129,123,0,0,0,0,0,0,0 +621399,484,105,1620,439,411,12,0,0,0,0,0,0 +621410,484,105,259,32,28,0,0,0,0,0,0,0 +621420,484,105,1224,120,104,6,0,0,0,0,0,0 +621492,484,105,2711,189,108,62,0,0,0,0,0,0 +621493,484,105,5280,242,137,84,0,0,0,0,0,0 +621498,484,105,4206,242,180,42,0,0,0,0,0,0 +621511,484,105,6736,274,217,34,4,0,3,0,0,0 +621512,484,105,3375,227,170,32,0,0,0,0,0,0 +621610,484,105,56231,1284,644,470,94,23,0,0,0,0 +621910,484,105,2166,88,53,7,0,0,0,0,0,0 +621991,484,105,1681,44,21,14,0,0,0,0,0,0 +621999,484,105,3154,117,90,7,4,0,0,0,0,0 +622110,484,105,88704,78,0,4,7,7,13,8,8,0 +622210,484,105,2140,12,0,0,0,0,0,0,0,0 +622310,484,105,6104,38,3,0,18,0,0,0,0,0 +623110,484,105,28892,342,40,154,108,0,0,0,0,0 +623210,484,105,3097,220,176,31,0,0,0,0,0,0 +623220,484,105,1579,46,18,12,0,0,0,0,0,0 +623311,484,105,6971,102,31,31,13,5,0,0,0,0 +623312,484,105,8359,272,93,145,5,0,0,0,0,0 +623990,484,105,361,29,21,7,0,0,0,0,0,0 +624110,484,105,2508,198,169,10,7,0,0,0,0,0 +624120,484,105,10850,370,233,85,14,0,0,0,0,0 +624190,484,105,6500,413,343,32,6,0,0,0,0,0 +624210,484,105,769,79,65,3,0,0,0,0,0,0 +624221,484,105,882,46,18,10,0,0,0,0,0,0 +624229,484,105,429,37,26,0,0,0,0,0,0,0 +624230,484,105,431,22,10,0,0,0,0,0,0,0 +624310,484,105,2217,113,80,17,0,0,0,0,0,0 +624410,484,105,23120,1490,1025,438,0,0,0,0,0,0 +711110,484,105,1294,43,24,8,0,0,0,0,0,0 +711130,484,105,609,72,64,0,0,0,0,0,0,0 +711211,484,105,1107,21,4,0,0,3,0,0,0,0 +711212,484,105,0,3,0,0,0,0,0,0,0,0 +711219,484,105,145,37,34,0,0,0,0,0,0,0 +711310,484,105,1213,59,44,0,0,0,0,0,0,0 +711320,484,105,2550,100,82,4,0,0,0,0,0,0 +711410,484,105,247,57,54,0,0,0,0,0,0,0 +711510,484,105,487,228,221,0,0,0,0,0,0,0 +712110,484,105,1567,48,30,4,4,0,0,0,0,0 +712130,484,105,866,8,0,0,0,0,0,0,0,0 +712190,484,105,0,4,3,0,0,0,0,0,0,0 +713110,484,105,138,8,0,0,0,0,0,0,0,0 +713120,484,105,3178,65,27,18,0,0,0,0,0,0 +713290,484,105,595,44,33,3,0,0,0,0,0,0 +713910,484,105,7151,112,3,49,14,3,0,0,0,0 +713930,484,105,411,38,13,3,0,0,0,0,0,0 +713940,484,105,14141,742,533,160,17,3,0,0,0,0 +713950,484,105,1353,31,4,16,0,0,0,0,0,0 +713990,484,105,4332,376,297,48,0,0,0,0,0,0 +721110,484,105,38653,1168,765,306,49,5,5,0,0,0 +721191,484,105,14,7,6,0,0,0,0,0,0,0 +721211,484,105,90,21,8,0,0,0,0,0,0,0 +721214,484,105,30,9,4,0,0,0,0,0,0,0 +721310,484,105,40,19,14,0,0,0,0,0,0,0 +722310,484,105,15573,529,361,104,24,5,0,0,0,0 +722320,484,105,2375,185,147,32,0,0,0,0,0,0 +722330,484,105,294,85,76,3,0,0,0,0,0,0 +722410,484,105,8272,519,381,121,4,0,0,0,0,0 +722511,484,105,129927,5079,2912,1985,160,4,0,0,0,0 +722513,484,105,137188,6451,3492,2895,43,0,0,0,0,0 +722514,484,105,4508,152,65,67,0,0,0,0,0,0 +722515,484,105,15468,1593,1323,232,0,0,0,0,0,0 +811111,484,105,7349,1531,1481,20,0,0,0,0,0,0 +811112,484,105,64,21,20,0,0,0,0,0,0,0 +811113,484,105,399,92,84,0,0,0,0,0,0,0 +811118,484,105,458,88,80,0,0,0,0,0,0,0 +811121,484,105,5463,647,533,87,0,0,0,0,0,0 +811122,484,105,533,72,58,3,0,0,0,0,0,0 +811191,484,105,2452,260,232,0,0,0,0,0,0,0 +811192,484,105,6130,406,273,104,0,0,0,0,0,0 +811198,484,105,594,93,79,4,0,0,0,0,0,0 +811211,484,105,293,46,38,0,0,0,0,0,0,0 +811212,484,105,1418,108,90,6,0,0,0,0,0,0 +811213,484,105,1853,68,50,4,0,0,0,0,0,0 +811219,484,105,1209,86,65,7,0,0,0,0,0,0 +811310,484,105,3360,355,294,18,0,0,0,0,0,0 +811411,484,105,41,10,6,0,0,0,0,0,0,0 +811412,484,105,471,64,51,0,0,0,0,0,0,0 +811420,484,105,260,64,54,0,0,0,0,0,0,0 +811430,484,105,62,16,13,0,0,0,0,0,0,0 +811490,484,105,643,169,154,0,0,0,0,0,0,0 +812111,484,105,794,90,79,4,0,0,0,0,0,0 +812112,484,105,7901,1413,1343,52,0,0,0,0,0,0 +812113,484,105,578,287,281,0,0,0,0,0,0,0 +812191,484,105,635,84,61,14,0,0,0,0,0,0 +812199,484,105,3485,464,392,56,0,0,0,0,0,0 +812210,484,105,1552,192,150,13,0,0,0,0,0,0 +812220,484,105,423,36,19,3,0,0,0,0,0,0 +812310,484,105,645,189,178,0,0,0,0,0,0,0 +812320,484,105,4436,580,508,30,0,0,0,0,0,0 +812331,484,105,1098,11,0,0,0,0,0,0,0,0 +812332,484,105,1160,27,11,0,7,0,0,0,0,0 +812910,484,105,2913,414,359,27,0,0,0,0,0,0 +812921,484,105,150,6,0,0,0,0,0,0,0,0 +812930,484,105,4852,208,152,41,5,4,0,0,0,0 +812990,484,105,1882,357,326,13,0,0,0,0,0,0 +813110,484,105,54125,3906,3349,460,57,9,0,0,0,0 +813211,484,105,1018,221,206,8,0,0,0,0,0,0 +813212,484,105,2066,64,54,3,0,0,0,0,0,0 +813219,484,105,478,56,45,4,0,0,0,0,0,0 +813311,484,105,121,30,25,0,0,0,0,0,0,0 +813312,484,105,551,59,44,0,0,0,0,0,0,0 +813319,484,105,897,80,68,4,0,0,0,0,0,0 +813410,484,105,4218,363,290,28,3,0,0,0,0,0 +813910,484,105,1586,237,190,11,0,0,0,0,0,0 +813920,484,105,1215,96,76,10,0,0,0,0,0,0 +813930,484,105,1536,110,88,14,3,0,0,0,0,0 +813940,484,105,82,39,34,0,0,0,0,0,0,0 +813990,484,105,1485,132,107,11,0,0,0,0,0,0 +211120,484,110,62,8,5,0,0,0,0,0,0,0 +213111,484,110,0,3,3,0,0,0,0,0,0,0 +221122,484,110,0,3,0,0,0,0,0,0,0,0 +221310,484,110,55,18,16,0,0,0,0,0,0,0 +236115,484,110,13,7,6,0,0,0,0,0,0,0 +236118,484,110,7,8,8,0,0,0,0,0,0,0 +236220,484,110,34,11,9,0,0,0,0,0,0,0 +237110,484,110,18,4,0,0,0,0,0,0,0,0 +237310,484,110,326,16,0,4,0,0,0,0,0,0 +238110,484,110,74,8,0,0,0,0,0,0,0,0 +238210,484,110,41,14,8,0,0,0,0,0,0,0 +238220,484,110,97,26,24,0,0,0,0,0,0,0 +238350,484,110,7,3,3,0,0,0,0,0,0,0 +238910,484,110,38,6,0,0,0,0,0,0,0,0 +238990,484,110,71,8,3,0,0,0,0,0,0,0 +311119,484,110,81,5,0,0,0,0,0,0,0,0 +323111,484,110,29,3,0,0,0,0,0,0,0,0 +326122,484,110,0,4,0,0,0,0,0,0,0,0 +337910,484,110,0,3,0,0,0,0,0,0,0,0 +423120,484,110,9,3,0,0,0,0,0,0,0,0 +423820,484,110,123,9,0,3,0,0,0,0,0,0 +423840,484,110,26,6,0,0,0,0,0,0,0,0 +424490,484,110,46,3,0,0,0,0,0,0,0,0 +424690,484,110,0,3,0,0,0,0,0,0,0,0 +425120,484,110,61,3,0,0,0,0,0,0,0,0 +441110,484,110,228,7,0,4,0,0,0,0,0,0 +441120,484,110,106,14,8,0,0,0,0,0,0,0 +441310,484,110,43,6,0,0,0,0,0,0,0,0 +441320,484,110,7,4,4,0,0,0,0,0,0,0 +442299,484,110,12,3,3,0,0,0,0,0,0,0 +443142,484,110,22,7,3,0,0,0,0,0,0,0 +444130,484,110,32,4,0,0,0,0,0,0,0,0 +444190,484,110,66,9,6,0,0,0,0,0,0,0 +444210,484,110,11,3,0,0,0,0,0,0,0,0 +444220,484,110,57,10,6,0,0,0,0,0,0,0 +445110,484,110,289,6,0,0,0,0,0,0,0,0 +445120,484,110,5,4,4,0,0,0,0,0,0,0 +445310,484,110,15,5,4,0,0,0,0,0,0,0 +446110,484,110,119,9,3,0,0,0,0,0,0,0 +446199,484,110,0,3,0,0,0,0,0,0,0,0 +447110,484,110,346,61,61,0,0,0,0,0,0,0 +448120,484,110,60,11,6,0,0,0,0,0,0,0 +448140,484,110,62,5,0,0,0,0,0,0,0,0 +448210,484,110,49,7,3,0,0,0,0,0,0,0 +451110,484,110,53,4,3,0,0,0,0,0,0,0 +452319,484,110,194,22,17,0,0,0,0,0,0,0 +453110,484,110,20,6,3,0,0,0,0,0,0,0 +453220,484,110,13,4,4,0,0,0,0,0,0,0 +453310,484,110,46,7,0,0,0,0,0,0,0,0 +453930,484,110,10,3,0,0,0,0,0,0,0,0 +453998,484,110,24,4,3,0,0,0,0,0,0,0 +454110,484,110,5,3,0,0,0,0,0,0,0,0 +454310,484,110,0,3,0,0,0,0,0,0,0,0 +484110,484,110,59,14,10,0,0,0,0,0,0,0 +484121,484,110,293,21,13,4,0,0,0,0,0,0 +484220,484,110,83,14,12,0,0,0,0,0,0,0 +484230,484,110,187,9,4,0,0,0,0,0,0,0 +488410,484,110,21,6,0,0,0,0,0,0,0,0 +515112,484,110,11,3,0,0,0,0,0,0,0,0 +517311,484,110,106,10,3,0,0,0,0,0,0,0 +517911,484,110,20,3,0,0,0,0,0,0,0,0 +522110,484,110,457,29,20,4,0,0,0,0,0,0 +522291,484,110,57,20,19,0,0,0,0,0,0,0 +522292,484,110,0,3,0,0,0,0,0,0,0,0 +522298,484,110,45,12,9,0,0,0,0,0,0,0 +522390,484,110,10,4,4,0,0,0,0,0,0,0 +523120,484,110,5,3,3,0,0,0,0,0,0,0 +523920,484,110,0,7,7,0,0,0,0,0,0,0 +524210,484,110,173,37,32,0,0,0,0,0,0,0 +531110,484,110,45,21,20,0,0,0,0,0,0,0 +531120,484,110,20,11,11,0,0,0,0,0,0,0 +531130,484,110,12,4,3,0,0,0,0,0,0,0 +531210,484,110,22,14,12,0,0,0,0,0,0,0 +531311,484,110,9,3,0,0,0,0,0,0,0,0 +531312,484,110,0,3,0,0,0,0,0,0,0,0 +541110,484,110,113,33,29,0,0,0,0,0,0,0 +541191,484,110,6,3,3,0,0,0,0,0,0,0 +541211,484,110,20,6,5,0,0,0,0,0,0,0 +541213,484,110,60,8,4,0,0,0,0,0,0,0 +541219,484,110,33,8,4,0,0,0,0,0,0,0 +541512,484,110,5,3,3,0,0,0,0,0,0,0 +541611,484,110,24,9,7,0,0,0,0,0,0,0 +541940,484,110,91,10,4,0,0,0,0,0,0,0 +551114,484,110,264,10,3,0,0,0,0,0,0,0 +561110,484,110,23,4,4,0,0,0,0,0,0,0 +561320,484,110,583,9,0,0,0,0,0,0,0,0 +561710,484,110,30,3,0,0,0,0,0,0,0,0 +561720,484,110,21,9,5,0,0,0,0,0,0,0 +561730,484,110,76,21,15,0,0,0,0,0,0,0 +621111,484,110,133,22,14,0,0,0,0,0,0,0 +621210,484,110,139,20,18,0,0,0,0,0,0,0 +621310,484,110,14,6,3,0,0,0,0,0,0,0 +621330,484,110,8,4,4,0,0,0,0,0,0,0 +621340,484,110,120,5,3,0,0,0,0,0,0,0 +621498,484,110,34,5,0,0,0,0,0,0,0,0 +621512,484,110,11,3,0,0,0,0,0,0,0,0 +621610,484,110,663,16,5,0,0,0,0,0,0,0 +623110,484,110,858,10,0,4,0,0,0,0,0,0 +623210,484,110,357,34,31,0,0,0,0,0,0,0 +623990,484,110,17,3,0,0,0,0,0,0,0,0 +624110,484,110,27,3,0,0,0,0,0,0,0,0 +624120,484,110,342,6,0,0,0,0,0,0,0,0 +624190,484,110,43,6,0,0,0,0,0,0,0,0 +624410,484,110,237,21,14,0,0,0,0,0,0,0 +713940,484,110,93,7,3,0,0,0,0,0,0,0 +713990,484,110,18,3,0,0,0,0,0,0,0,0 +721110,484,110,194,16,8,0,0,0,0,0,0,0 +722310,484,110,20,3,0,0,0,0,0,0,0,0 +722410,484,110,15,3,0,0,0,0,0,0,0,0 +722511,484,110,790,44,28,12,0,0,0,0,0,0 +722513,484,110,1117,51,28,19,0,0,0,0,0,0 +722514,484,110,0,3,0,0,0,0,0,0,0,0 +722515,484,110,0,4,0,0,0,0,0,0,0,0 +811111,484,110,104,23,17,0,0,0,0,0,0,0 +811121,484,110,33,6,0,0,0,0,0,0,0,0 +811191,484,110,16,4,0,0,0,0,0,0,0,0 +811192,484,110,38,9,5,0,0,0,0,0,0,0 +811310,484,110,10,3,0,0,0,0,0,0,0,0 +811490,484,110,0,3,0,0,0,0,0,0,0,0 +812112,484,110,19,7,4,0,0,0,0,0,0,0 +812210,484,110,34,6,0,0,0,0,0,0,0,0 +812320,484,110,0,3,0,0,0,0,0,0,0,0 +813110,484,110,495,69,61,7,0,0,0,0,0,0 +813410,484,110,7,4,4,0,0,0,0,0,0,0 +115114,485,106,55,4,0,0,0,0,0,0,0,0 +115210,485,106,8,4,4,0,0,0,0,0,0,0 +212321,485,106,0,5,3,0,0,0,0,0,0,0 +221122,485,106,0,9,0,3,0,0,0,0,0,0 +236115,485,106,320,54,50,4,0,0,0,0,0,0 +236116,485,106,162,9,0,3,0,0,0,0,0,0 +236117,485,106,440,51,44,6,0,0,0,0,0,0 +236118,485,106,290,83,82,0,0,0,0,0,0,0 +236210,485,106,0,5,3,0,0,0,0,0,0,0 +236220,485,106,1255,78,62,15,0,0,0,0,0,0 +237110,485,106,134,10,3,4,0,0,0,0,0,0 +237120,485,106,136,5,0,0,0,0,0,0,0,0 +237130,485,106,280,11,6,0,0,0,0,0,0,0 +237210,485,106,86,15,11,0,0,0,0,0,0,0 +237310,485,106,645,12,3,3,0,0,0,0,0,0 +237990,485,106,10,5,4,0,0,0,0,0,0,0 +238110,485,106,492,29,25,0,0,0,0,0,0,0 +238120,485,106,46,10,8,0,0,0,0,0,0,0 +238130,485,106,141,12,9,0,0,0,0,0,0,0 +238140,485,106,105,7,3,0,0,0,0,0,0,0 +238150,485,106,106,9,6,0,0,0,0,0,0,0 +238160,485,106,532,61,55,4,0,0,0,0,0,0 +238190,485,106,64,10,6,0,0,0,0,0,0,0 +238210,485,106,1497,120,97,22,0,0,0,0,0,0 +238220,485,106,1756,184,161,22,0,0,0,0,0,0 +238290,485,106,149,21,17,0,0,0,0,0,0,0 +238310,485,106,775,25,19,0,0,0,0,0,0,0 +238320,485,106,77,23,19,0,0,0,0,0,0,0 +238330,485,106,18,6,5,0,0,0,0,0,0,0 +238340,485,106,51,13,10,0,0,0,0,0,0,0 +238350,485,106,124,29,29,0,0,0,0,0,0,0 +238390,485,106,4,3,3,0,0,0,0,0,0,0 +238910,485,106,473,25,18,5,0,0,0,0,0,0 +238990,485,106,277,47,44,3,0,0,0,0,0,0 +311421,485,106,8,3,3,0,0,0,0,0,0,0 +311811,485,106,143,20,19,0,0,0,0,0,0,0 +311812,485,106,0,6,4,0,0,0,0,0,0,0 +311830,485,106,51,6,4,0,0,0,0,0,0,0 +311911,485,106,0,3,0,0,0,0,0,0,0,0 +311919,485,106,16,3,0,0,0,0,0,0,0,0 +314999,485,106,40,9,7,0,0,0,0,0,0,0 +315210,485,106,833,10,5,0,0,0,0,0,0,0 +315220,485,106,692,8,5,0,0,0,0,0,0,0 +315240,485,106,0,3,0,0,0,0,0,0,0,0 +316210,485,106,983,13,7,0,0,0,0,0,0,0 +316998,485,106,177,7,0,0,0,0,0,0,0,0 +321214,485,106,127,3,0,0,0,0,0,0,0,0 +321918,485,106,78,7,3,0,0,0,0,0,0,0 +321920,485,106,108,9,5,0,0,0,0,0,0,0 +321999,485,106,17,3,0,0,0,0,0,0,0,0 +322211,485,106,671,9,0,3,0,0,0,0,0,0 +322220,485,106,29,3,0,0,0,0,0,0,0,0 +323111,485,106,418,50,46,3,0,0,0,0,0,0 +323113,485,106,17,7,6,0,0,0,0,0,0,0 +324121,485,106,0,4,0,0,0,0,0,0,0,0 +326150,485,106,131,5,0,0,0,0,0,0,0,0 +326199,485,106,772,11,3,0,3,0,0,0,0,0 +327320,485,106,202,6,0,0,0,0,0,0,0,0 +327991,485,106,23,3,0,0,0,0,0,0,0,0 +331420,485,106,388,5,0,3,0,0,0,0,0,0 +332119,485,106,139,4,0,0,0,0,0,0,0,0 +332312,485,106,0,3,0,0,0,0,0,0,0,0 +332313,485,106,56,3,0,0,0,0,0,0,0,0 +332323,485,106,182,7,3,3,0,0,0,0,0,0 +332710,485,106,88,19,15,0,0,0,0,0,0,0 +332721,485,106,71,5,3,0,0,0,0,0,0,0 +332813,485,106,50,3,0,0,0,0,0,0,0,0 +332999,485,106,64,5,0,0,0,0,0,0,0,0 +333511,485,106,58,6,3,0,0,0,0,0,0,0 +333514,485,106,52,7,6,0,0,0,0,0,0,0 +333517,485,106,9,4,4,0,0,0,0,0,0,0 +333999,485,106,50,3,0,0,0,0,0,0,0,0 +335929,485,106,0,3,0,0,0,0,0,0,0,0 +336320,485,106,0,3,0,0,0,0,0,0,0,0 +336370,485,106,163,4,0,0,0,0,0,0,0,0 +337110,485,106,118,9,3,3,0,0,0,0,0,0 +337122,485,106,49,4,0,0,0,0,0,0,0,0 +337910,485,106,0,3,0,0,0,0,0,0,0,0 +339113,485,106,259,5,0,0,0,0,0,0,0,0 +339116,485,106,28,8,8,0,0,0,0,0,0,0 +339910,485,106,63,5,3,0,0,0,0,0,0,0 +339950,485,106,87,11,6,0,0,0,0,0,0,0 +339999,485,106,81,13,12,0,0,0,0,0,0,0 +423110,485,106,546,25,15,8,0,0,0,0,0,0 +423120,485,106,604,40,31,7,0,0,0,0,0,0 +423130,485,106,88,8,3,0,0,0,0,0,0,0 +423210,485,106,91,16,14,0,0,0,0,0,0,0 +423220,485,106,63,10,6,0,0,0,0,0,0,0 +423310,485,106,122,19,16,0,0,0,0,0,0,0 +423320,485,106,75,16,12,0,0,0,0,0,0,0 +423330,485,106,59,7,3,0,0,0,0,0,0,0 +423390,485,106,93,17,17,0,0,0,0,0,0,0 +423420,485,106,178,19,16,0,0,0,0,0,0,0 +423430,485,106,135,13,8,0,0,0,0,0,0,0 +423440,485,106,112,13,9,0,0,0,0,0,0,0 +423450,485,106,994,35,28,3,3,0,0,0,0,0 +423460,485,106,9,3,0,0,0,0,0,0,0,0 +423510,485,106,127,23,23,0,0,0,0,0,0,0 +423610,485,106,777,43,33,9,0,0,0,0,0,0 +423620,485,106,72,7,3,0,0,0,0,0,0,0 +423690,485,106,339,35,32,0,0,0,0,0,0,0 +423710,485,106,121,20,17,0,0,0,0,0,0,0 +423720,485,106,146,18,14,3,0,0,0,0,0,0 +423730,485,106,221,17,13,4,0,0,0,0,0,0 +423740,485,106,18,3,0,0,0,0,0,0,0,0 +423810,485,106,175,17,13,0,0,0,0,0,0,0 +423820,485,106,46,8,5,0,0,0,0,0,0,0 +423830,485,106,752,115,106,8,0,0,0,0,0,0 +423840,485,106,312,46,43,0,0,0,0,0,0,0 +423850,485,106,103,19,18,0,0,0,0,0,0,0 +423910,485,106,54,11,8,0,0,0,0,0,0,0 +423920,485,106,54,8,5,0,0,0,0,0,0,0 +423930,485,106,630,38,33,3,0,0,0,0,0,0 +423940,485,106,20,8,7,0,0,0,0,0,0,0 +423990,485,106,65,19,15,0,0,0,0,0,0,0 +424110,485,106,14,4,0,0,0,0,0,0,0,0 +424120,485,106,23,3,0,0,0,0,0,0,0,0 +424130,485,106,116,22,21,0,0,0,0,0,0,0 +424210,485,106,200,19,15,4,0,0,0,0,0,0 +424310,485,106,135,9,5,0,0,0,0,0,0,0 +424320,485,106,71,6,0,0,0,0,0,0,0,0 +424330,485,106,177,8,5,0,0,0,0,0,0,0 +424340,485,106,18,4,0,0,0,0,0,0,0,0 +424410,485,106,90,5,0,0,0,0,0,0,0,0 +424420,485,106,85,9,4,0,0,0,0,0,0,0 +424430,485,106,0,4,3,0,0,0,0,0,0,0 +424450,485,106,45,7,6,0,0,0,0,0,0,0 +424470,485,106,88,6,3,0,0,0,0,0,0,0 +424480,485,106,222,13,7,0,0,0,0,0,0,0 +424490,485,106,323,48,43,0,0,0,0,0,0,0 +424520,485,106,16,5,4,0,0,0,0,0,0,0 +424590,485,106,17,9,8,0,0,0,0,0,0,0 +424610,485,106,20,7,6,0,0,0,0,0,0,0 +424690,485,106,68,17,15,0,0,0,0,0,0,0 +424710,485,106,41,7,6,0,0,0,0,0,0,0 +424720,485,106,47,4,0,0,0,0,0,0,0,0 +424810,485,106,474,3,0,0,3,0,0,0,0,0 +424820,485,106,0,3,0,0,0,0,0,0,0,0 +424910,485,106,12,4,0,0,0,0,0,0,0,0 +424950,485,106,12,4,4,0,0,0,0,0,0,0 +424990,485,106,85,31,28,0,0,0,0,0,0,0 +425120,485,106,377,54,50,0,0,0,0,0,0,0 +441110,485,106,3026,46,14,16,14,0,0,0,0,0 +441120,485,106,435,88,84,3,0,0,0,0,0,0 +441210,485,106,96,5,0,0,0,0,0,0,0,0 +441228,485,106,202,10,7,0,0,0,0,0,0,0 +441310,485,106,1215,109,96,11,0,0,0,0,0,0 +441320,485,106,465,52,47,5,0,0,0,0,0,0 +442110,485,106,590,48,41,5,0,0,0,0,0,0 +442210,485,106,150,18,14,0,0,0,0,0,0,0 +442291,485,106,28,4,0,0,0,0,0,0,0,0 +442299,485,106,257,26,21,5,0,0,0,0,0,0 +443141,485,106,87,10,5,0,0,0,0,0,0,0 +443142,485,106,908,65,56,8,0,0,0,0,0,0 +444110,485,106,0,9,0,0,7,0,0,0,0,0 +444120,485,106,57,12,12,0,0,0,0,0,0,0 +444130,485,106,246,22,19,3,0,0,0,0,0,0 +444190,485,106,492,55,53,0,0,0,0,0,0,0 +444220,485,106,78,9,6,0,0,0,0,0,0,0 +445110,485,106,4138,111,61,26,24,0,0,0,0,0 +445120,485,106,56,17,17,0,0,0,0,0,0,0 +445210,485,106,100,10,7,0,0,0,0,0,0,0 +445230,485,106,22,3,0,0,0,0,0,0,0,0 +445291,485,106,20,5,4,0,0,0,0,0,0,0 +445292,485,106,22,6,4,0,0,0,0,0,0,0 +445299,485,106,21,7,5,0,0,0,0,0,0,0 +445310,485,106,256,54,52,0,0,0,0,0,0,0 +446110,485,106,1307,66,32,32,0,0,0,0,0,0 +446120,485,106,410,45,39,6,0,0,0,0,0,0 +446130,485,106,227,34,33,0,0,0,0,0,0,0 +446191,485,106,143,41,39,0,0,0,0,0,0,0 +446199,485,106,200,31,28,3,0,0,0,0,0,0 +447110,485,106,1802,221,216,4,0,0,0,0,0,0 +447190,485,106,536,27,18,8,0,0,0,0,0,0 +448110,485,106,200,13,5,4,0,0,0,0,0,0 +448120,485,106,1143,102,91,11,0,0,0,0,0,0 +448130,485,106,275,25,19,6,0,0,0,0,0,0 +448140,485,106,2817,101,45,55,0,0,0,0,0,0 +448150,485,106,269,41,40,0,0,0,0,0,0,0 +448190,485,106,301,36,32,3,0,0,0,0,0,0 +448210,485,106,877,99,93,5,0,0,0,0,0,0 +448310,485,106,235,39,39,0,0,0,0,0,0,0 +451110,485,106,408,27,25,0,0,0,0,0,0,0 +451120,485,106,369,18,11,5,0,0,0,0,0,0 +451130,485,106,41,5,3,0,0,0,0,0,0,0 +451140,485,106,57,10,8,0,0,0,0,0,0,0 +451211,485,106,190,18,13,3,0,0,0,0,0,0 +452210,485,106,1442,12,0,4,7,0,0,0,0,0 +452311,485,106,5931,23,0,4,10,7,0,0,0,0 +452319,485,106,1423,149,132,17,0,0,0,0,0,0 +453110,485,106,124,24,22,0,0,0,0,0,0,0 +453210,485,106,115,11,6,3,0,0,0,0,0,0 +453220,485,106,461,52,49,0,0,0,0,0,0,0 +453310,485,106,579,30,20,9,0,0,0,0,0,0 +453910,485,106,279,24,19,5,0,0,0,0,0,0 +453920,485,106,4,3,3,0,0,0,0,0,0,0 +453930,485,106,47,9,6,0,0,0,0,0,0,0 +453991,485,106,123,18,14,0,0,0,0,0,0,0 +453998,485,106,153,39,37,0,0,0,0,0,0,0 +454110,485,106,800,29,27,0,0,0,0,0,0,0 +454210,485,106,82,11,7,0,0,0,0,0,0,0 +454310,485,106,46,7,6,0,0,0,0,0,0,0 +454390,485,106,131,33,28,0,0,0,0,0,0,0 +481111,485,106,302,3,0,0,0,0,0,0,0,0 +481212,485,106,14,3,0,0,0,0,0,0,0,0 +484110,485,106,447,94,90,3,0,0,0,0,0,0 +484121,485,106,3849,263,219,36,7,0,0,0,0,0 +484122,485,106,1075,39,26,8,4,0,0,0,0,0 +484210,485,106,271,27,23,4,0,0,0,0,0,0 +484220,485,106,257,44,41,0,0,0,0,0,0,0 +484230,485,106,338,32,25,0,0,0,0,0,0,0 +485210,485,106,66,3,0,0,0,0,0,0,0,0 +485320,485,106,25,5,3,0,0,0,0,0,0,0 +485510,485,106,81,5,0,0,0,0,0,0,0,0 +485991,485,106,0,3,0,0,0,0,0,0,0,0 +485999,485,106,52,5,0,0,0,0,0,0,0,0 +486210,485,106,0,5,0,0,0,0,0,0,0,0 +486910,485,106,54,6,3,0,0,0,0,0,0,0 +488119,485,106,253,8,3,3,0,0,0,0,0,0 +488190,485,106,169,10,6,4,0,0,0,0,0,0 +488210,485,106,26,4,0,0,0,0,0,0,0,0 +488410,485,106,124,21,19,0,0,0,0,0,0,0 +488490,485,106,106,16,14,0,0,0,0,0,0,0 +488510,485,106,2152,184,153,28,3,0,0,0,0,0 +488991,485,106,14,4,0,0,0,0,0,0,0,0 +492110,485,106,1121,30,23,0,3,0,0,0,0,0 +492210,485,106,87,13,13,0,0,0,0,0,0,0 +493110,485,106,1294,65,50,13,0,0,0,0,0,0 +493120,485,106,69,5,0,0,0,0,0,0,0,0 +493190,485,106,120,10,6,0,0,0,0,0,0,0 +511110,485,106,318,11,6,0,0,0,0,0,0,0 +511120,485,106,19,6,4,0,0,0,0,0,0,0 +511130,485,106,37,4,0,0,0,0,0,0,0,0 +512110,485,106,5,4,4,0,0,0,0,0,0,0 +512131,485,106,455,10,0,9,0,0,0,0,0,0 +515111,485,106,0,4,0,0,0,0,0,0,0,0 +515112,485,106,112,8,0,4,0,0,0,0,0,0 +515120,485,106,462,8,0,3,0,0,0,0,0,0 +517311,485,106,3953,47,33,8,3,0,0,0,0,0 +517312,485,106,664,62,56,4,0,0,0,0,0,0 +517911,485,106,352,11,10,0,0,0,0,0,0,0 +517919,485,106,47,5,0,0,0,0,0,0,0,0 +518210,485,106,2176,24,12,4,4,0,0,0,0,0 +519130,485,106,208,4,0,0,0,0,0,0,0,0 +522110,485,106,1364,93,78,11,0,0,0,0,0,0 +522120,485,106,53,8,6,0,0,0,0,0,0,0 +522130,485,106,1255,59,45,9,0,0,0,0,0,0 +522220,485,106,0,3,3,0,0,0,0,0,0,0 +522291,485,106,433,128,128,0,0,0,0,0,0,0 +522292,485,106,231,34,31,3,0,0,0,0,0,0 +522298,485,106,353,73,70,0,0,0,0,0,0,0 +522310,485,106,0,3,3,0,0,0,0,0,0,0 +522320,485,106,26,8,6,0,0,0,0,0,0,0 +522390,485,106,163,50,48,0,0,0,0,0,0,0 +523120,485,106,131,27,21,0,0,0,0,0,0,0 +523910,485,106,32,13,11,0,0,0,0,0,0,0 +523920,485,106,117,31,27,0,0,0,0,0,0,0 +523930,485,106,68,23,22,0,0,0,0,0,0,0 +523991,485,106,8,4,4,0,0,0,0,0,0,0 +524113,485,106,415,10,4,4,0,0,0,0,0,0 +524114,485,106,334,17,11,0,0,0,0,0,0,0 +524126,485,106,62,7,4,0,0,0,0,0,0,0 +524127,485,106,0,8,6,0,0,0,0,0,0,0 +524210,485,106,1302,340,334,6,0,0,0,0,0,0 +524291,485,106,18,4,3,0,0,0,0,0,0,0 +524292,485,106,399,11,4,0,0,0,0,0,0,0 +531110,485,106,1011,224,220,0,0,0,0,0,0,0 +531120,485,106,278,77,73,3,0,0,0,0,0,0 +531130,485,106,146,56,55,0,0,0,0,0,0,0 +531190,485,106,50,19,17,0,0,0,0,0,0,0 +531210,485,106,394,133,131,0,0,0,0,0,0,0 +531311,485,106,546,78,73,0,0,0,0,0,0,0 +531312,485,106,175,44,44,0,0,0,0,0,0,0 +531320,485,106,66,22,21,0,0,0,0,0,0,0 +531390,485,106,62,19,16,0,0,0,0,0,0,0 +532111,485,106,285,33,28,5,0,0,0,0,0,0 +532120,485,106,245,25,22,0,0,0,0,0,0,0 +532210,485,106,147,37,35,0,0,0,0,0,0,0 +532281,485,106,11,4,0,0,0,0,0,0,0,0 +532282,485,106,0,3,0,0,0,0,0,0,0,0 +532283,485,106,48,5,0,0,0,0,0,0,0,0 +532289,485,106,84,15,15,0,0,0,0,0,0,0 +532310,485,106,46,6,3,0,0,0,0,0,0,0 +532412,485,106,92,9,6,0,0,0,0,0,0,0 +532420,485,106,25,3,0,0,0,0,0,0,0,0 +532490,485,106,217,25,23,0,0,0,0,0,0,0 +541110,485,106,1397,312,301,11,0,0,0,0,0,0 +541191,485,106,65,8,5,0,0,0,0,0,0,0 +541199,485,106,7,5,5,0,0,0,0,0,0,0 +541211,485,106,556,86,79,6,0,0,0,0,0,0 +541213,485,106,896,164,159,3,0,0,0,0,0,0 +541214,485,106,0,20,14,4,0,0,0,0,0,0 +541219,485,106,474,91,88,0,0,0,0,0,0,0 +541310,485,106,139,22,22,0,0,0,0,0,0,0 +541320,485,106,19,7,6,0,0,0,0,0,0,0 +541330,485,106,1596,114,93,17,0,0,0,0,0,0 +541350,485,106,0,3,3,0,0,0,0,0,0,0 +541370,485,106,87,9,6,3,0,0,0,0,0,0 +541380,485,106,66,7,3,0,0,0,0,0,0,0 +541410,485,106,31,12,11,0,0,0,0,0,0,0 +541430,485,106,17,10,10,0,0,0,0,0,0,0 +541511,485,106,255,39,37,0,0,0,0,0,0,0 +541512,485,106,1116,87,80,4,0,0,0,0,0,0 +541513,485,106,202,15,10,0,0,0,0,0,0,0 +541519,485,106,52,8,7,0,0,0,0,0,0,0 +541611,485,106,650,69,67,0,0,0,0,0,0,0 +541612,485,106,12,4,3,0,0,0,0,0,0,0 +541613,485,106,97,20,18,0,0,0,0,0,0,0 +541614,485,106,169,19,14,0,0,0,0,0,0,0 +541618,485,106,14,6,5,0,0,0,0,0,0,0 +541620,485,106,114,13,10,0,0,0,0,0,0,0 +541690,485,106,23,14,13,0,0,0,0,0,0,0 +541713,485,106,0,4,3,0,0,0,0,0,0,0 +541715,485,106,93,8,7,0,0,0,0,0,0,0 +541810,485,106,201,25,24,0,0,0,0,0,0,0 +541850,485,106,43,7,4,0,0,0,0,0,0,0 +541860,485,106,6,3,0,0,0,0,0,0,0,0 +541890,485,106,80,12,11,0,0,0,0,0,0,0 +541910,485,106,82,5,4,0,0,0,0,0,0,0 +541921,485,106,82,16,15,0,0,0,0,0,0,0 +541922,485,106,0,3,3,0,0,0,0,0,0,0 +541930,485,106,49,6,4,0,0,0,0,0,0,0 +541940,485,106,441,37,29,8,0,0,0,0,0,0 +541990,485,106,61,18,15,0,0,0,0,0,0,0 +551112,485,106,79,8,5,0,0,0,0,0,0,0 +551114,485,106,2872,49,32,12,3,0,0,0,0,0 +561110,485,106,987,68,59,4,3,0,0,0,0,0 +561210,485,106,1370,18,6,7,0,0,0,0,0,0 +561311,485,106,236,8,4,0,0,0,0,0,0,0 +561312,485,106,38,6,4,0,0,0,0,0,0,0 +561320,485,106,6145,65,19,23,17,3,0,0,0,0 +561330,485,106,410,7,0,0,0,0,0,0,0,0 +561421,485,106,82,3,0,0,0,0,0,0,0,0 +561422,485,106,2939,14,5,0,0,4,0,0,0,0 +561431,485,106,62,15,13,0,0,0,0,0,0,0 +561439,485,106,44,10,6,0,0,0,0,0,0,0 +561440,485,106,0,12,7,0,0,3,0,0,0,0 +561491,485,106,44,3,0,0,0,0,0,0,0,0 +561492,485,106,23,3,0,0,0,0,0,0,0,0 +561499,485,106,0,6,0,0,0,0,0,0,0,0 +561510,485,106,63,14,13,0,0,0,0,0,0,0 +561599,485,106,13,3,0,0,0,0,0,0,0,0 +561611,485,106,4,6,6,0,0,0,0,0,0,0 +561612,485,106,2277,36,16,11,5,0,0,0,0,0 +561613,485,106,162,5,3,0,0,0,0,0,0,0 +561621,485,106,84,16,14,0,0,0,0,0,0,0 +561622,485,106,42,11,11,0,0,0,0,0,0,0 +561710,485,106,155,31,31,0,0,0,0,0,0,0 +561720,485,106,1784,93,78,9,5,0,0,0,0,0 +561730,485,106,752,80,69,10,0,0,0,0,0,0 +561740,485,106,57,18,18,0,0,0,0,0,0,0 +561790,485,106,118,27,27,0,0,0,0,0,0,0 +561990,485,106,283,17,12,3,0,0,0,0,0,0 +562111,485,106,196,14,11,0,0,0,0,0,0,0 +562211,485,106,0,3,0,0,0,0,0,0,0,0 +562910,485,106,94,12,8,0,0,0,0,0,0,0 +562920,485,106,24,3,0,0,0,0,0,0,0,0 +562991,485,106,17,7,7,0,0,0,0,0,0,0 +562998,485,106,0,4,0,0,0,0,0,0,0,0 +611110,485,106,1059,34,16,17,0,0,0,0,0,0 +611210,485,106,0,3,0,0,0,0,0,0,0,0 +611310,485,106,411,8,0,0,0,0,0,0,0,0 +611410,485,106,0,3,0,0,0,0,0,0,0,0 +611430,485,106,87,9,5,0,0,0,0,0,0,0 +611511,485,106,65,5,0,0,0,0,0,0,0,0 +611519,485,106,449,14,6,0,0,0,0,0,0,0 +611610,485,106,92,16,12,0,0,0,0,0,0,0 +611620,485,106,183,25,22,3,0,0,0,0,0,0 +611630,485,106,29,3,0,0,0,0,0,0,0,0 +611691,485,106,75,9,7,0,0,0,0,0,0,0 +611692,485,106,55,11,10,0,0,0,0,0,0,0 +611699,485,106,0,7,5,0,0,0,0,0,0,0 +611710,485,106,35,4,0,0,0,0,0,0,0,0 +621111,485,106,5448,571,504,64,0,0,0,0,0,0 +621112,485,106,58,19,18,0,0,0,0,0,0,0 +621210,485,106,1672,178,162,15,0,0,0,0,0,0 +621310,485,106,190,37,36,0,0,0,0,0,0,0 +621320,485,106,217,33,31,0,0,0,0,0,0,0 +621330,485,106,201,31,26,0,0,0,0,0,0,0 +621340,485,106,824,83,78,3,0,0,0,0,0,0 +621391,485,106,120,13,6,3,0,0,0,0,0,0 +621399,485,106,152,46,45,0,0,0,0,0,0,0 +621410,485,106,21,3,0,0,0,0,0,0,0,0 +621420,485,106,403,16,5,6,0,0,0,0,0,0 +621492,485,106,753,29,17,10,0,0,0,0,0,0 +621493,485,106,516,29,18,8,0,0,0,0,0,0 +621498,485,106,510,27,20,4,0,0,0,0,0,0 +621511,485,106,322,34,28,6,0,0,0,0,0,0 +621512,485,106,367,13,7,4,0,0,0,0,0,0 +621610,485,106,6675,107,47,43,12,4,0,0,0,0 +621910,485,106,468,14,6,6,0,0,0,0,0,0 +621991,485,106,384,7,0,3,0,0,0,0,0,0 +621999,485,106,0,8,5,0,0,0,0,0,0,0 +622110,485,106,10285,9,0,0,0,0,4,0,0,0 +622310,485,106,572,4,0,0,3,0,0,0,0,0 +623110,485,106,1750,22,10,0,11,0,0,0,0,0 +623210,485,106,368,20,18,0,0,0,0,0,0,0 +623220,485,106,55,4,0,0,0,0,0,0,0,0 +623311,485,106,550,9,0,3,0,0,0,0,0,0 +623312,485,106,173,20,16,4,0,0,0,0,0,0 +623990,485,106,242,14,8,5,0,0,0,0,0,0 +624110,485,106,92,11,10,0,0,0,0,0,0,0 +624120,485,106,7743,73,33,18,10,6,4,0,0,0 +624190,485,106,658,44,37,4,0,0,0,0,0,0 +624210,485,106,0,4,3,0,0,0,0,0,0,0 +624221,485,106,202,13,8,0,0,0,0,0,0,0 +624229,485,106,29,6,6,0,0,0,0,0,0,0 +624230,485,106,0,5,0,0,3,0,0,0,0,0 +624310,485,106,285,10,8,0,0,0,0,0,0,0 +624410,485,106,1505,140,120,19,0,0,0,0,0,0 +711110,485,106,0,3,0,0,0,0,0,0,0,0 +711130,485,106,53,8,6,0,0,0,0,0,0,0 +711219,485,106,12,5,4,0,0,0,0,0,0,0 +711310,485,106,0,6,0,0,0,0,0,0,0,0 +711320,485,106,422,5,0,0,0,0,0,0,0,0 +711510,485,106,16,5,4,0,0,0,0,0,0,0 +712110,485,106,16,5,5,0,0,0,0,0,0,0 +713120,485,106,99,5,3,0,0,0,0,0,0,0 +713910,485,106,211,5,0,0,0,0,0,0,0,0 +713940,485,106,862,77,67,7,0,0,0,0,0,0 +713950,485,106,0,4,0,0,0,0,0,0,0,0 +713990,485,106,149,26,24,0,0,0,0,0,0,0 +721110,485,106,1702,83,52,29,0,0,0,0,0,0 +721211,485,106,23,5,3,0,0,0,0,0,0,0 +722310,485,106,1391,44,31,10,0,0,0,0,0,0 +722320,485,106,59,15,14,0,0,0,0,0,0,0 +722330,485,106,12,12,12,0,0,0,0,0,0,0 +722410,485,106,1436,132,112,17,0,0,0,0,0,0 +722511,485,106,13352,539,322,200,17,0,0,0,0,0 +722513,485,106,14678,614,352,258,4,0,0,0,0,0 +722514,485,106,874,25,8,14,0,0,0,0,0,0 +722515,485,106,1354,122,97,23,0,0,0,0,0,0 +811111,485,106,722,149,145,3,0,0,0,0,0,0 +811112,485,106,19,6,6,0,0,0,0,0,0,0 +811113,485,106,21,10,8,0,0,0,0,0,0,0 +811118,485,106,20,8,7,0,0,0,0,0,0,0 +811121,485,106,550,80,71,9,0,0,0,0,0,0 +811122,485,106,116,13,8,3,0,0,0,0,0,0 +811191,485,106,252,37,36,0,0,0,0,0,0,0 +811192,485,106,656,51,41,10,0,0,0,0,0,0 +811198,485,106,144,15,10,0,0,0,0,0,0,0 +811211,485,106,4,3,3,0,0,0,0,0,0,0 +811212,485,106,72,13,10,0,0,0,0,0,0,0 +811219,485,106,0,3,0,0,0,0,0,0,0,0 +811310,485,106,151,36,34,0,0,0,0,0,0,0 +811411,485,106,10,3,0,0,0,0,0,0,0,0 +811412,485,106,12,7,7,0,0,0,0,0,0,0 +811420,485,106,13,6,6,0,0,0,0,0,0,0 +811490,485,106,47,11,10,0,0,0,0,0,0,0 +812111,485,106,29,10,8,0,0,0,0,0,0,0 +812112,485,106,715,126,119,7,0,0,0,0,0,0 +812113,485,106,11,7,7,0,0,0,0,0,0,0 +812191,485,106,74,6,3,0,0,0,0,0,0,0 +812199,485,106,303,27,18,4,0,0,0,0,0,0 +812210,485,106,228,28,27,0,0,0,0,0,0,0 +812220,485,106,59,4,0,0,0,0,0,0,0,0 +812310,485,106,73,28,28,0,0,0,0,0,0,0 +812320,485,106,184,51,51,0,0,0,0,0,0,0 +812910,485,106,86,22,20,0,0,0,0,0,0,0 +812930,485,106,55,4,0,0,0,0,0,0,0,0 +812990,485,106,132,26,23,0,0,0,0,0,0,0 +813110,485,106,2124,251,224,25,0,0,0,0,0,0 +813211,485,106,31,13,11,0,0,0,0,0,0,0 +813212,485,106,49,4,0,0,0,0,0,0,0,0 +813219,485,106,81,6,3,0,0,0,0,0,0,0 +813311,485,106,53,4,0,0,0,0,0,0,0,0 +813312,485,106,0,3,0,0,0,0,0,0,0,0 +813319,485,106,27,10,8,0,0,0,0,0,0,0 +813410,485,106,442,33,30,0,0,0,0,0,0,0 +813910,485,106,47,6,6,0,0,0,0,0,0,0 +813920,485,106,28,12,11,0,0,0,0,0,0,0 +813930,485,106,108,21,21,0,0,0,0,0,0,0 +813940,485,106,7,7,6,0,0,0,0,0,0,0 +813990,485,106,22,9,8,0,0,0,0,0,0,0 +447110,485,110,38,4,0,0,0,0,0,0,0,0 +722511,485,110,20,3,0,0,0,0,0,0,0,0 +113310,486,107,95,18,15,0,0,0,0,0,0,0 +114112,486,107,19,24,23,0,0,0,0,0,0,0 +114210,486,107,3,3,3,0,0,0,0,0,0,0 +115112,486,107,15,7,0,0,0,0,0,0,0,0 +115116,486,107,2,3,3,0,0,0,0,0,0,0 +115210,486,107,88,36,33,0,0,0,0,0,0,0 +115310,486,107,19,7,6,0,0,0,0,0,0,0 +211120,486,107,17176,422,328,53,20,8,4,0,0,0 +211130,486,107,2133,66,40,13,4,0,0,0,0,0 +212321,486,107,429,44,30,4,0,0,0,0,0,0 +213111,486,107,12359,209,132,38,14,11,0,0,0,0 +213112,486,107,19363,644,464,113,28,7,0,0,0,0 +221112,486,107,1891,45,28,11,0,0,0,0,0,0 +221115,486,107,446,10,3,0,0,0,0,0,0,0 +221122,486,107,9021,134,81,20,15,3,0,0,0,0 +221210,486,107,5388,87,40,23,7,4,0,0,0,0 +221310,486,107,1165,76,50,11,0,0,0,0,0,0 +221320,486,107,255,25,19,5,0,0,0,0,0,0 +221330,486,107,0,3,0,0,0,0,0,0,0,0 +236115,486,107,2628,727,701,9,0,0,0,0,0,0 +236116,486,107,367,37,28,4,0,0,0,0,0,0 +236117,486,107,7749,279,225,22,10,0,0,0,0,0 +236118,486,107,2970,884,855,13,0,0,0,0,0,0 +236210,486,107,1769,87,63,10,0,0,0,0,0,0 +236220,486,107,13217,803,658,104,8,9,0,0,0,0 +237110,486,107,4876,210,127,52,9,0,0,0,0,0 +237120,486,107,33858,202,82,49,24,12,6,0,0,0 +237130,486,107,9245,117,71,20,4,3,0,0,0,0 +237210,486,107,624,120,108,3,0,0,0,0,0,0 +237310,486,107,11069,143,59,41,14,4,0,0,0,0 +237990,486,107,1698,75,43,14,4,0,0,0,0,0 +238110,486,107,7924,293,214,37,9,0,0,0,0,0 +238120,486,107,4209,88,46,21,5,5,0,0,0,0 +238130,486,107,991,101,90,0,0,0,0,0,0,0 +238140,486,107,3784,169,129,20,5,0,0,0,0,0 +238150,486,107,1609,102,72,19,0,0,0,0,0,0 +238160,486,107,2622,296,251,30,0,0,0,0,0,0 +238170,486,107,350,33,28,0,0,0,0,0,0,0 +238190,486,107,3518,126,97,11,4,0,0,0,0,0 +238210,486,107,21282,1080,856,160,34,5,0,0,0,0 +238220,486,107,24433,1680,1462,161,27,8,0,0,0,0 +238290,486,107,4489,148,93,29,13,0,0,0,0,0 +238310,486,107,5768,236,185,31,6,0,0,0,0,0 +238320,486,107,11265,282,230,31,0,0,0,0,0,0 +238330,486,107,1068,144,125,10,0,0,0,0,0,0 +238340,486,107,949,88,71,11,0,0,0,0,0,0 +238350,486,107,2556,272,237,20,0,0,0,0,0,0 +238390,486,107,2141,141,104,23,4,0,0,0,0,0 +238910,486,107,7466,396,274,76,8,0,0,0,0,0 +238990,486,107,7340,580,496,59,4,0,0,0,0,0 +311340,486,107,0,3,0,0,0,0,0,0,0,0 +311412,486,107,1028,8,0,3,0,0,0,0,0,0 +311421,486,107,327,5,0,0,0,0,0,0,0,0 +311520,486,107,51,9,8,0,0,0,0,0,0,0 +311611,486,107,82,9,4,0,0,0,0,0,0,0 +311612,486,107,0,6,0,0,0,0,0,0,0,0 +311710,486,107,119,10,3,0,0,0,0,0,0,0 +311811,486,107,1515,120,89,17,0,0,0,0,0,0 +311812,486,107,1393,51,30,8,5,0,0,0,0,0 +311813,486,107,821,5,0,0,0,0,0,0,0,0 +311821,486,107,47,5,0,0,0,0,0,0,0,0 +311824,486,107,0,3,0,0,0,0,0,0,0,0 +311830,486,107,902,29,21,7,0,0,0,0,0,0 +311911,486,107,26,3,0,0,0,0,0,0,0,0 +311919,486,107,31,5,0,0,0,0,0,0,0,0 +311920,486,107,841,6,0,0,0,0,0,0,0,0 +311942,486,107,0,4,0,0,0,0,0,0,0,0 +311991,486,107,326,10,0,0,0,0,0,0,0,0 +311999,486,107,161,10,7,0,0,0,0,0,0,0 +312111,486,107,1274,7,0,0,0,0,0,0,0,0 +312112,486,107,184,5,0,0,0,0,0,0,0,0 +312113,486,107,74,4,0,0,0,0,0,0,0,0 +312120,486,107,1408,27,14,0,0,0,0,0,0,0 +312130,486,107,4,7,6,0,0,0,0,0,0,0 +312140,486,107,8,4,0,0,0,0,0,0,0,0 +313310,486,107,0,3,0,0,0,0,0,0,0,0 +314120,486,107,180,30,27,0,0,0,0,0,0,0 +314910,486,107,191,15,8,0,0,0,0,0,0,0 +314999,486,107,287,40,36,3,0,0,0,0,0,0 +315210,486,107,53,7,4,0,0,0,0,0,0,0 +315220,486,107,64,6,4,0,0,0,0,0,0,0 +315240,486,107,64,12,9,0,0,0,0,0,0,0 +315280,486,107,30,6,4,0,0,0,0,0,0,0 +315990,486,107,0,4,0,0,0,0,0,0,0,0 +321113,486,107,99,15,3,0,0,0,0,0,0,0 +321114,486,107,48,4,0,0,0,0,0,0,0,0 +321214,486,107,323,6,0,0,0,0,0,0,0,0 +321911,486,107,669,17,12,0,0,0,0,0,0,0 +321912,486,107,0,3,0,0,0,0,0,0,0,0 +321918,486,107,1134,21,5,5,0,0,0,0,0,0 +321920,486,107,562,30,20,9,0,0,0,0,0,0 +321991,486,107,49,3,0,0,0,0,0,0,0,0 +321999,486,107,239,22,9,4,0,0,0,0,0,0 +322211,486,107,444,11,3,0,0,0,0,0,0,0 +322212,486,107,0,4,0,0,0,0,0,0,0,0 +322220,486,107,56,5,0,0,0,0,0,0,0,0 +322299,486,107,0,4,0,0,0,0,0,0,0,0 +323111,486,107,2610,288,249,25,0,0,0,0,0,0 +323113,486,107,719,76,60,4,0,0,0,0,0,0 +323117,486,107,34,9,6,0,0,0,0,0,0,0 +323120,486,107,206,18,13,4,0,0,0,0,0,0 +324110,486,107,4011,12,0,3,0,0,0,0,0,0 +324121,486,107,217,12,9,0,0,0,0,0,0,0 +324122,486,107,135,4,0,0,0,0,0,0,0,0 +324191,486,107,1470,18,7,6,3,0,0,0,0,0 +324199,486,107,78,3,0,0,0,0,0,0,0,0 +325110,486,107,4302,17,0,0,3,0,3,0,0,0 +325120,486,107,510,15,3,7,0,0,0,0,0,0 +325180,486,107,1420,27,5,9,6,0,0,0,0,0 +325199,486,107,8484,81,12,29,12,3,0,0,0,0 +325211,486,107,3564,48,11,14,11,3,0,0,0,0 +325212,486,107,820,7,0,3,0,0,0,0,0,0 +325220,486,107,28,4,3,0,0,0,0,0,0,0 +325314,486,107,0,3,0,0,0,0,0,0,0,0 +325320,486,107,310,7,3,0,0,0,0,0,0,0 +325411,486,107,21,5,3,0,0,0,0,0,0,0 +325412,486,107,719,19,11,3,0,0,0,0,0,0 +325413,486,107,15,3,0,0,0,0,0,0,0,0 +325414,486,107,0,3,0,0,0,0,0,0,0,0 +325510,486,107,1005,31,10,7,0,0,0,0,0,0 +325520,486,107,691,12,0,3,3,0,0,0,0,0 +325611,486,107,32,9,3,0,0,0,0,0,0,0 +325612,486,107,350,7,0,3,0,0,0,0,0,0 +325620,486,107,41,15,7,0,0,0,0,0,0,0 +325991,486,107,365,15,9,0,0,0,0,0,0,0 +325998,486,107,1632,47,18,12,4,0,0,0,0,0 +326111,486,107,985,11,3,3,0,0,0,0,0,0 +326112,486,107,0,3,0,0,0,0,0,0,0,0 +326113,486,107,793,12,4,0,0,0,0,0,0,0 +326121,486,107,21,3,0,0,0,0,0,0,0,0 +326122,486,107,438,10,0,7,0,0,0,0,0,0 +326130,486,107,307,5,0,4,0,0,0,0,0,0 +326140,486,107,100,8,3,0,0,0,0,0,0,0 +326150,486,107,272,12,5,3,0,0,0,0,0,0 +326160,486,107,518,7,0,0,3,0,0,0,0,0 +326191,486,107,0,3,0,0,0,0,0,0,0,0 +326199,486,107,4098,70,28,21,6,0,0,0,0,0 +326212,486,107,143,6,3,0,0,0,0,0,0,0 +326220,486,107,133,4,0,0,0,0,0,0,0,0 +326299,486,107,217,11,3,3,0,0,0,0,0,0 +327110,486,107,0,3,0,0,0,0,0,0,0,0 +327212,486,107,84,8,0,0,0,0,0,0,0,0 +327215,486,107,270,10,3,0,0,0,0,0,0,0 +327320,486,107,1775,118,67,26,0,0,0,0,0,0 +327331,486,107,119,7,0,3,0,0,0,0,0,0 +327332,486,107,157,5,0,0,0,0,0,0,0,0 +327390,486,107,1343,21,0,9,0,0,0,0,0,0 +327410,486,107,49,3,0,0,0,0,0,0,0,0 +327420,486,107,0,6,3,0,0,0,0,0,0,0 +327910,486,107,109,9,4,0,0,0,0,0,0,0 +327991,486,107,410,24,16,3,0,0,0,0,0,0 +327992,486,107,108,9,3,0,0,0,0,0,0,0 +327993,486,107,413,6,3,0,0,0,0,0,0,0 +327999,486,107,157,7,0,3,0,0,0,0,0,0 +331110,486,107,416,14,8,3,0,0,0,0,0,0 +331210,486,107,1682,15,0,3,6,0,0,0,0,0 +331222,486,107,0,3,0,0,0,0,0,0,0,0 +331420,486,107,116,4,0,0,0,0,0,0,0,0 +331491,486,107,39,5,3,0,0,0,0,0,0,0 +331492,486,107,241,7,0,0,0,0,0,0,0,0 +331513,486,107,145,6,3,0,0,0,0,0,0,0 +331523,486,107,36,5,3,0,0,0,0,0,0,0 +332111,486,107,697,7,0,0,0,0,0,0,0,0 +332112,486,107,0,3,0,0,0,0,0,0,0,0 +332114,486,107,674,13,3,4,0,0,0,0,0,0 +332119,486,107,306,16,3,3,0,0,0,0,0,0 +332216,486,107,297,11,8,0,0,0,0,0,0,0 +332311,486,107,2163,24,8,3,5,3,0,0,0,0 +332312,486,107,2812,103,59,30,3,0,0,0,0,0 +332313,486,107,1463,37,15,11,0,0,0,0,0,0 +332321,486,107,482,13,3,3,0,0,0,0,0,0 +332322,486,107,2281,89,53,24,0,0,0,0,0,0 +332323,486,107,607,33,20,13,0,0,0,0,0,0 +332410,486,107,892,14,3,0,0,0,0,0,0,0 +332420,486,107,1316,37,10,15,3,0,0,0,0,0 +332439,486,107,512,6,0,0,3,0,0,0,0,0 +332510,486,107,0,7,5,0,0,0,0,0,0,0 +332613,486,107,438,10,4,0,0,0,0,0,0,0 +332618,486,107,563,15,0,7,0,0,0,0,0,0 +332710,486,107,6817,550,441,80,0,0,0,0,0,0 +332721,486,107,1391,86,57,17,0,0,0,0,0,0 +332722,486,107,1038,25,12,5,3,0,0,0,0,0 +332811,486,107,1336,30,16,3,6,0,0,0,0,0 +332812,486,107,1801,68,37,21,4,0,0,0,0,0 +332813,486,107,950,46,29,10,3,0,0,0,0,0 +332911,486,107,2984,58,26,21,5,0,0,0,0,0 +332912,486,107,298,13,3,4,0,0,0,0,0,0 +332919,486,107,1224,30,12,13,4,0,0,0,0,0 +332991,486,107,54,3,0,0,0,0,0,0,0,0 +332994,486,107,0,5,4,0,0,0,0,0,0,0 +332996,486,107,3186,56,19,22,9,0,0,0,0,0 +332999,486,107,1898,76,43,18,0,0,0,0,0,0 +333111,486,107,33,3,0,0,0,0,0,0,0,0 +333120,486,107,224,8,0,0,0,0,0,0,0,0 +333131,486,107,90,7,0,0,0,0,0,0,0,0 +333132,486,107,15323,155,65,36,23,8,3,0,0,0 +333249,486,107,218,17,11,0,0,0,0,0,0,0 +333318,486,107,684,22,8,7,0,0,0,0,0,0 +333413,486,107,195,6,3,0,0,0,0,0,0,0 +333414,486,107,30,3,0,0,0,0,0,0,0,0 +333415,486,107,2797,21,10,3,0,0,0,0,0,0 +333514,486,107,122,15,13,0,0,0,0,0,0,0 +333515,486,107,335,20,9,3,0,0,0,0,0,0 +333517,486,107,63,9,5,0,0,0,0,0,0,0 +333611,486,107,1034,6,0,3,0,0,0,0,0,0 +333613,486,107,194,7,0,0,0,0,0,0,0,0 +333618,486,107,0,4,3,0,0,0,0,0,0,0 +333912,486,107,1553,10,0,0,4,0,0,0,0,0 +333914,486,107,1526,37,17,12,0,0,0,0,0,0 +333922,486,107,43,4,0,0,0,0,0,0,0,0 +333923,486,107,353,4,0,0,0,0,0,0,0,0 +333924,486,107,0,3,0,0,0,0,0,0,0,0 +333992,486,107,91,7,3,0,0,0,0,0,0,0 +333993,486,107,117,6,0,3,0,0,0,0,0,0 +333995,486,107,264,5,0,0,0,0,0,0,0,0 +333996,486,107,122,7,6,0,0,0,0,0,0,0 +333999,486,107,1097,42,17,14,0,0,0,0,0,0 +334111,486,107,0,8,3,0,0,0,0,0,0,0 +334118,486,107,93,6,0,0,0,0,0,0,0,0 +334220,486,107,12,7,0,0,0,0,0,0,0,0 +334310,486,107,0,3,0,0,0,0,0,0,0,0 +334412,486,107,66,4,0,0,0,0,0,0,0,0 +334413,486,107,191,8,0,0,0,0,0,0,0,0 +334418,486,107,388,16,6,0,0,0,0,0,0,0 +334419,486,107,62,12,6,0,0,0,0,0,0,0 +334510,486,107,0,7,3,0,0,0,0,0,0,0 +334511,486,107,54,6,3,0,0,0,0,0,0,0 +334512,486,107,78,5,3,0,0,0,0,0,0,0 +334513,486,107,1718,60,26,15,5,0,0,0,0,0 +334515,486,107,48,5,3,0,0,0,0,0,0,0 +334516,486,107,1451,20,9,0,3,0,0,0,0,0 +334519,486,107,1401,25,12,8,0,0,0,0,0,0 +334614,486,107,12,3,0,0,0,0,0,0,0,0 +335122,486,107,242,6,0,0,0,0,0,0,0,0 +335129,486,107,148,6,0,3,0,0,0,0,0,0 +335210,486,107,28,3,0,0,0,0,0,0,0,0 +335311,486,107,199,6,0,0,0,0,0,0,0,0 +335312,486,107,1301,7,0,3,0,0,0,0,0,0 +335313,486,107,1130,17,7,3,0,0,0,0,0,0 +335314,486,107,535,29,22,4,0,0,0,0,0,0 +335932,486,107,52,3,0,0,0,0,0,0,0,0 +335999,486,107,110,7,0,0,0,0,0,0,0,0 +336211,486,107,616,8,0,3,3,0,0,0,0,0 +336212,486,107,239,3,0,0,0,0,0,0,0,0 +336214,486,107,148,5,0,0,0,0,0,0,0,0 +336310,486,107,59,8,5,0,0,0,0,0,0,0 +336320,486,107,24,4,3,0,0,0,0,0,0,0 +336350,486,107,22,3,0,0,0,0,0,0,0,0 +336390,486,107,51,4,0,0,0,0,0,0,0,0 +336611,486,107,1069,26,7,8,0,0,0,0,0,0 +336612,486,107,21,4,3,0,0,0,0,0,0,0 +336991,486,107,14,5,4,0,0,0,0,0,0,0 +337110,486,107,74,21,14,0,0,0,0,0,0,0 +337121,486,107,280,20,16,3,0,0,0,0,0,0 +337122,486,107,60,12,11,0,0,0,0,0,0,0 +337124,486,107,62,6,3,0,0,0,0,0,0,0 +337127,486,107,54,4,0,0,0,0,0,0,0,0 +337211,486,107,34,4,0,0,0,0,0,0,0,0 +337212,486,107,502,21,7,11,0,0,0,0,0,0 +337215,486,107,181,4,0,0,0,0,0,0,0,0 +337910,486,107,576,9,0,4,0,0,0,0,0,0 +337920,486,107,0,4,0,0,0,0,0,0,0,0 +339112,486,107,1993,6,0,0,0,0,0,0,0,0 +339113,486,107,398,25,13,5,0,0,0,0,0,0 +339114,486,107,20,8,3,0,0,0,0,0,0,0 +339115,486,107,72,4,0,0,0,0,0,0,0,0 +339116,486,107,439,62,52,0,0,0,0,0,0,0 +339910,486,107,118,17,14,0,0,0,0,0,0,0 +339920,486,107,265,14,6,3,0,0,0,0,0,0 +339930,486,107,45,7,0,0,0,0,0,0,0,0 +339940,486,107,8,3,0,0,0,0,0,0,0,0 +339950,486,107,1493,134,108,13,0,0,0,0,0,0 +339991,486,107,2379,39,13,17,4,0,0,0,0,0 +339992,486,107,0,6,0,0,0,0,0,0,0,0 +339999,486,107,711,108,89,7,0,0,0,0,0,0 +423110,486,107,2640,119,84,18,7,0,0,0,0,0 +423120,486,107,2576,251,213,26,0,0,0,0,0,0 +423130,486,107,926,59,38,15,0,0,0,0,0,0 +423140,486,107,721,42,34,0,3,0,0,0,0,0 +423210,486,107,1521,124,96,20,0,0,0,0,0,0 +423220,486,107,2465,157,131,19,0,0,0,0,0,0 +423310,486,107,2716,130,77,35,0,0,0,0,0,0 +423320,486,107,1824,126,96,17,0,0,0,0,0,0 +423330,486,107,872,60,37,8,0,0,0,0,0,0 +423390,486,107,1402,96,77,11,0,0,0,0,0,0 +423410,486,107,230,13,6,0,0,0,0,0,0,0 +423420,486,107,1424,110,89,12,0,0,0,0,0,0 +423430,486,107,2524,156,120,24,4,0,0,0,0,0 +423440,486,107,702,87,78,6,0,0,0,0,0,0 +423450,486,107,1940,193,169,17,0,0,0,0,0,0 +423460,486,107,46,8,4,0,0,0,0,0,0,0 +423490,486,107,468,63,52,5,0,0,0,0,0,0 +423510,486,107,9003,482,337,107,14,0,0,0,0,0 +423520,486,107,203,10,3,0,0,0,0,0,0,0 +423610,486,107,5826,367,295,50,8,0,0,0,0,0 +423620,486,107,385,40,34,5,0,0,0,0,0,0 +423690,486,107,3602,265,226,17,3,0,0,0,0,0 +423710,486,107,2021,171,139,18,0,0,0,0,0,0 +423720,486,107,1234,105,74,19,0,0,0,0,0,0 +423730,486,107,2071,158,134,12,4,0,0,0,0,0 +423740,486,107,253,17,13,3,0,0,0,0,0,0 +423810,486,107,1836,125,91,19,0,0,0,0,0,0 +423820,486,107,792,60,36,7,0,0,0,0,0,0 +423830,486,107,22184,1359,1131,174,26,6,3,0,0,0 +423840,486,107,6156,418,336,60,5,0,0,0,0,0 +423850,486,107,725,68,57,6,0,0,0,0,0,0 +423860,486,107,666,74,62,4,0,0,0,0,0,0 +423910,486,107,1129,95,81,8,0,0,0,0,0,0 +423920,486,107,119,23,21,0,0,0,0,0,0,0 +423930,486,107,2614,211,163,32,0,0,0,0,0,0 +423940,486,107,553,130,120,6,0,0,0,0,0,0 +423990,486,107,2354,220,182,17,5,0,0,0,0,0 +424110,486,107,80,11,8,0,0,0,0,0,0,0 +424120,486,107,1039,67,57,6,0,0,0,0,0,0 +424130,486,107,931,79,58,13,0,0,0,0,0,0 +424210,486,107,2819,132,98,19,0,0,0,0,0,0 +424310,486,107,159,42,42,0,0,0,0,0,0,0 +424320,486,107,775,42,32,5,3,0,0,0,0,0 +424330,486,107,862,94,80,10,0,0,0,0,0,0 +424340,486,107,77,18,11,0,0,0,0,0,0,0 +424410,486,107,3253,50,32,9,3,0,0,0,0,0 +424420,486,107,2149,71,39,15,0,0,0,0,0,0 +424430,486,107,526,32,19,7,0,0,0,0,0,0 +424440,486,107,0,6,0,0,0,0,0,0,0,0 +424450,486,107,623,32,26,0,3,0,0,0,0,0 +424460,486,107,517,45,33,4,0,0,0,0,0,0 +424470,486,107,1803,48,31,12,0,0,0,0,0,0 +424480,486,107,2029,75,46,22,5,0,0,0,0,0 +424490,486,107,3895,253,198,36,6,0,0,0,0,0 +424510,486,107,190,12,3,0,0,0,0,0,0,0 +424520,486,107,6,3,3,0,0,0,0,0,0,0 +424590,486,107,17,6,5,0,0,0,0,0,0,0 +424610,486,107,1185,133,113,11,0,0,0,0,0,0 +424690,486,107,8491,391,303,61,8,0,4,0,0,0 +424710,486,107,3640,64,35,11,6,0,0,0,0,0 +424720,486,107,4686,155,120,18,7,0,3,0,0,0 +424810,486,107,1637,10,0,0,3,3,0,0,0,0 +424820,486,107,2021,37,26,4,0,0,0,0,0,0 +424910,486,107,592,63,42,0,0,0,0,0,0,0 +424920,486,107,188,17,11,3,0,0,0,0,0,0 +424930,486,107,927,68,45,11,0,0,0,0,0,0 +424940,486,107,167,16,12,0,0,0,0,0,0,0 +424950,486,107,409,50,45,5,0,0,0,0,0,0 +424990,486,107,1450,237,218,11,3,0,0,0,0,0 +425110,486,107,71,10,7,0,0,0,0,0,0,0 +425120,486,107,4930,778,742,21,4,3,0,0,0,0 +441110,486,107,24031,271,57,90,93,8,0,0,0,0 +441120,486,107,4475,592,558,18,3,0,0,0,0,0 +441210,486,107,546,26,11,3,0,0,0,0,0,0 +441222,486,107,484,50,42,6,0,0,0,0,0,0 +441228,486,107,1252,92,56,21,0,0,0,0,0,0 +441310,486,107,7434,768,697,55,0,0,0,0,0,0 +441320,486,107,3465,350,305,35,0,0,0,0,0,0 +442110,486,107,4050,452,395,37,3,0,0,0,0,0 +442210,486,107,1467,158,138,11,3,0,0,0,0,0 +442291,486,107,96,25,23,0,0,0,0,0,0,0 +442299,486,107,4076,257,169,78,0,0,0,0,0,0 +443141,486,107,927,107,80,14,0,0,0,0,0,0 +443142,486,107,6226,501,425,47,13,0,0,0,0,0 +444110,486,107,808,79,0,0,71,0,0,0,0,0 +444120,486,107,538,127,120,0,0,0,0,0,0,0 +444130,486,107,2228,194,145,24,0,0,0,0,0,0 +444190,486,107,3852,362,296,44,0,0,0,0,0,0 +444210,486,107,284,41,28,0,0,0,0,0,0,0 +444220,486,107,1971,176,129,27,0,0,0,0,0,0 +445110,486,107,57735,1050,551,265,151,49,0,0,0,0 +445120,486,107,2185,827,814,0,0,0,0,0,0,0 +445210,486,107,1552,154,119,20,0,0,0,0,0,0 +445220,486,107,169,22,19,0,0,0,0,0,0,0 +445230,486,107,223,16,11,3,0,0,0,0,0,0 +445291,486,107,462,21,16,0,0,0,0,0,0,0 +445292,486,107,257,34,29,4,0,0,0,0,0,0 +445299,486,107,549,79,70,5,0,0,0,0,0,0 +445310,486,107,2373,467,430,17,0,0,0,0,0,0 +446110,486,107,12872,937,613,305,0,0,0,0,0,0 +446120,486,107,3952,385,322,59,0,0,0,0,0,0 +446130,486,107,1524,224,215,3,0,0,0,0,0,0 +446191,486,107,687,167,157,4,0,0,0,0,0,0 +446199,486,107,940,140,121,8,0,0,0,0,0,0 +447110,486,107,14223,2538,2483,45,3,0,0,0,0,0 +447190,486,107,1481,163,128,19,0,0,0,0,0,0 +448110,486,107,1173,132,110,12,0,0,0,0,0,0 +448120,486,107,8019,625,516,91,3,0,0,0,0,0 +448130,486,107,1890,158,117,30,0,0,0,0,0,0 +448140,486,107,18130,613,276,315,4,0,0,0,0,0 +448150,486,107,2152,225,196,22,0,0,0,0,0,0 +448190,486,107,2294,191,153,20,0,0,0,0,0,0 +448210,486,107,5353,509,453,36,0,0,0,0,0,0 +448310,486,107,2140,346,323,16,0,0,0,0,0,0 +448320,486,107,147,18,14,0,0,0,0,0,0,0 +451110,486,107,5733,252,179,47,7,0,0,0,0,0 +451120,486,107,3245,147,87,44,6,0,0,0,0,0 +451130,486,107,496,42,30,6,0,0,0,0,0,0 +451140,486,107,528,50,34,6,0,0,0,0,0,0 +451211,486,107,1123,95,67,13,0,0,0,0,0,0 +451212,486,107,68,10,7,0,0,0,0,0,0,0 +452210,486,107,9286,74,0,29,26,4,0,0,0,0 +452311,486,107,30157,126,0,0,58,60,0,0,0,0 +452319,486,107,6070,677,606,60,0,0,0,0,0,0 +453110,486,107,608,135,122,0,0,0,0,0,0,0 +453210,486,107,1161,106,63,32,0,0,0,0,0,0 +453220,486,107,2800,340,303,27,0,0,0,0,0,0 +453310,486,107,3697,303,199,91,0,0,0,0,0,0 +453910,486,107,2066,166,120,36,0,0,0,0,0,0 +453920,486,107,164,54,52,0,0,0,0,0,0,0 +453930,486,107,192,40,29,0,0,0,0,0,0,0 +453991,486,107,290,116,113,0,0,0,0,0,0,0 +453998,486,107,1571,350,344,0,0,0,0,0,0,0 +454110,486,107,3989,584,542,19,3,3,0,0,0,0 +454210,486,107,556,72,60,4,0,0,0,0,0,0 +454310,486,107,297,52,26,0,0,0,0,0,0,0 +454390,486,107,1720,306,289,11,0,0,0,0,0,0 +481111,486,107,17398,35,16,8,4,0,0,0,0,0 +481112,486,107,263,13,9,0,0,0,0,0,0,0 +481211,486,107,475,37,26,6,0,0,0,0,0,0 +481219,486,107,53,4,0,0,0,0,0,0,0,0 +483111,486,107,396,23,16,3,0,0,0,0,0,0 +483113,486,107,1319,31,14,11,0,0,0,0,0,0 +483211,486,107,2476,16,7,0,0,3,0,0,0,0 +484110,486,107,3365,536,493,32,3,0,0,0,0,0 +484121,486,107,6007,555,479,43,8,0,0,0,0,0 +484122,486,107,4840,88,44,15,12,6,0,0,0,0 +484210,486,107,1831,145,105,28,0,0,0,0,0,0 +484220,486,107,4822,349,279,32,8,0,0,0,0,0 +484230,486,107,5138,211,132,43,4,0,0,0,0,0 +485113,486,107,41,6,4,0,0,0,0,0,0,0 +485210,486,107,668,15,8,0,0,0,0,0,0,0 +485310,486,107,139,18,14,0,0,0,0,0,0,0 +485320,486,107,667,77,63,10,0,0,0,0,0,0 +485410,486,107,0,21,10,0,0,0,0,0,0,0 +485510,486,107,279,11,5,3,0,0,0,0,0,0 +485991,486,107,321,24,19,3,0,0,0,0,0,0 +485999,486,107,165,21,13,0,0,0,0,0,0,0 +486110,486,107,1537,26,10,4,4,0,0,0,0,0 +486210,486,107,5948,108,50,20,7,3,0,0,0,0 +486910,486,107,875,49,22,5,0,0,0,0,0,0 +486990,486,107,34,5,3,0,0,0,0,0,0,0 +487210,486,107,83,14,11,0,0,0,0,0,0,0 +488119,486,107,4293,40,18,12,3,0,0,0,0,0 +488190,486,107,1112,65,46,3,0,0,0,0,0,0 +488210,486,107,1657,60,32,15,3,0,0,0,0,0 +488310,486,107,413,11,4,0,0,0,0,0,0,0 +488320,486,107,3872,36,11,3,4,3,0,0,0,0 +488330,486,107,727,41,28,0,0,0,0,0,0,0 +488390,486,107,568,63,50,4,0,0,0,0,0,0 +488410,486,107,1276,121,96,5,0,0,0,0,0,0 +488490,486,107,957,71,55,8,0,0,0,0,0,0 +488510,486,107,7690,675,603,52,8,5,0,0,0,0 +488991,486,107,1028,45,31,11,0,0,0,0,0,0 +488999,486,107,18,4,3,0,0,0,0,0,0,0 +492110,486,107,9639,157,106,17,12,3,0,0,0,0 +492210,486,107,933,83,69,7,0,0,0,0,0,0 +493110,486,107,11301,233,140,44,13,6,0,0,0,0 +493120,486,107,1352,13,3,7,0,0,0,0,0,0 +493130,486,107,14,3,0,0,0,0,0,0,0,0 +493190,486,107,2361,92,52,21,5,0,0,0,0,0 +511110,486,107,1522,67,42,8,0,0,0,0,0,0 +511120,486,107,1054,86,67,10,0,0,0,0,0,0 +511130,486,107,521,28,19,5,0,0,0,0,0,0 +511140,486,107,22,4,0,0,0,0,0,0,0,0 +511199,486,107,32,6,3,0,0,0,0,0,0,0 +511210,486,107,5327,156,112,21,10,3,0,0,0,0 +512110,486,107,242,83,73,0,0,0,0,0,0,0 +512120,486,107,10,3,3,0,0,0,0,0,0,0 +512131,486,107,3355,52,4,28,9,0,0,0,0,0 +512191,486,107,31,9,6,0,0,0,0,0,0,0 +512230,486,107,8,4,3,0,0,0,0,0,0,0 +512240,486,107,37,16,13,0,0,0,0,0,0,0 +512250,486,107,7,3,3,0,0,0,0,0,0,0 +512290,486,107,15,5,4,0,0,0,0,0,0,0 +515111,486,107,81,8,5,0,0,0,0,0,0,0 +515112,486,107,847,34,25,6,0,0,0,0,0,0 +515120,486,107,1043,29,20,3,4,0,0,0,0,0 +517311,486,107,11120,430,297,90,17,5,0,0,0,0 +517312,486,107,3997,440,390,35,0,0,0,0,0,0 +517410,486,107,633,7,0,0,0,0,0,0,0,0 +517911,486,107,911,146,134,0,0,0,0,0,0,0 +517919,486,107,438,43,36,3,0,0,0,0,0,0 +518210,486,107,11442,289,217,40,16,0,6,0,0,0 +519120,486,107,46,4,0,0,0,0,0,0,0,0 +519130,486,107,1134,96,85,5,0,0,0,0,0,0 +519190,486,107,13,9,8,0,0,0,0,0,0,0 +522110,486,107,25877,1637,1451,148,11,0,3,0,0,0 +522120,486,107,101,23,17,0,0,0,0,0,0,0 +522130,486,107,4267,302,257,27,6,0,0,0,0,0 +522210,486,107,43,6,6,0,0,0,0,0,0,0 +522220,486,107,1243,79,63,10,0,0,0,0,0,0 +522291,486,107,1365,346,333,4,0,0,0,0,0,0 +522292,486,107,6287,286,246,20,3,7,0,0,0,0 +522293,486,107,29,10,8,0,0,0,0,0,0,0 +522294,486,107,23,6,4,0,0,0,0,0,0,0 +522298,486,107,2391,451,430,9,0,0,0,0,0,0 +522310,486,107,960,96,86,3,0,0,0,0,0,0 +522320,486,107,1629,71,59,5,0,3,0,0,0,0 +522390,486,107,2530,563,550,5,0,0,0,0,0,0 +523110,486,107,1672,114,92,14,3,0,0,0,0,0 +523120,486,107,2886,401,357,36,0,0,0,0,0,0 +523130,486,107,414,46,37,3,0,0,0,0,0,0 +523140,486,107,290,34,29,4,0,0,0,0,0,0 +523910,486,107,1620,323,307,12,0,0,0,0,0,0 +523920,486,107,5267,790,746,28,5,0,0,0,0,0 +523930,486,107,2061,368,349,12,0,0,0,0,0,0 +523991,486,107,323,28,17,7,0,0,0,0,0,0 +523999,486,107,29,24,24,0,0,0,0,0,0,0 +524113,486,107,6168,141,86,35,5,0,3,0,0,0 +524114,486,107,3171,66,44,8,5,3,0,0,0,0 +524126,486,107,4382,147,106,26,0,0,0,0,0,0 +524127,486,107,4150,139,115,11,0,0,0,0,0,0 +524128,486,107,59,5,0,0,0,0,0,0,0,0 +524130,486,107,44,5,0,0,0,0,0,0,0,0 +524210,486,107,14732,2590,2483,73,17,0,0,0,0,0 +524291,486,107,1046,109,92,5,0,0,0,0,0,0 +524292,486,107,1658,53,32,9,0,0,0,0,0,0 +524298,486,107,267,41,33,3,0,0,0,0,0,0 +525990,486,107,77,16,11,0,0,0,0,0,0,0 +531110,486,107,8797,1330,1260,45,3,0,0,0,0,0 +531120,486,107,3767,774,739,19,6,0,0,0,0,0 +531130,486,107,1366,534,523,0,0,0,0,0,0,0 +531190,486,107,108,116,111,0,0,0,0,0,0,0 +531210,486,107,6271,1834,1778,42,5,0,0,0,0,0 +531311,486,107,8421,958,893,46,8,0,0,0,0,0 +531312,486,107,6192,469,425,25,3,0,0,0,0,0 +531320,486,107,538,148,141,5,0,0,0,0,0,0 +531390,486,107,981,277,264,5,0,0,0,0,0,0 +532111,486,107,2290,267,239,13,3,0,0,0,0,0 +532112,486,107,244,19,14,5,0,0,0,0,0,0 +532120,486,107,1103,119,98,16,0,0,0,0,0,0 +532210,486,107,525,167,160,0,0,0,0,0,0,0 +532281,486,107,0,17,14,0,0,0,0,0,0,0 +532282,486,107,40,12,12,0,0,0,0,0,0,0 +532283,486,107,225,20,17,0,0,0,0,0,0,0 +532284,486,107,36,21,15,0,0,0,0,0,0,0 +532289,486,107,1145,108,95,9,0,0,0,0,0,0 +532310,486,107,525,47,34,6,0,0,0,0,0,0 +532411,486,107,75,14,14,0,0,0,0,0,0,0 +532412,486,107,4577,242,169,44,4,0,0,0,0,0 +532420,486,107,122,17,14,0,0,0,0,0,0,0 +532490,486,107,4862,254,185,47,5,0,0,0,0,0 +533110,486,107,280,68,62,4,0,0,0,0,0,0 +541110,486,107,23506,3563,3341,185,23,5,0,0,0,0 +541191,486,107,858,129,114,6,0,0,0,0,0,0 +541199,486,107,549,74,67,0,0,0,0,0,0,0 +541211,486,107,12228,1042,972,42,5,0,0,0,0,0 +541213,486,107,3611,625,596,16,0,0,0,0,0,0 +541214,486,107,3552,106,64,22,8,0,0,0,0,0 +541219,486,107,5204,758,720,25,0,0,0,0,0,0 +541310,486,107,3537,368,325,28,6,0,0,0,0,0 +541320,486,107,543,67,57,8,0,0,0,0,0,0 +541330,486,107,51882,1960,1576,268,63,25,8,4,0,0 +541340,486,107,319,54,49,0,0,0,0,0,0,0 +541350,486,107,609,170,161,0,0,0,0,0,0,0 +541360,486,107,2420,93,70,15,3,0,0,0,0,0 +541370,486,107,2048,148,108,23,0,0,0,0,0,0 +541380,486,107,8675,293,185,66,13,5,0,0,0,0 +541410,486,107,920,250,239,0,0,0,0,0,0,0 +541420,486,107,120,21,17,0,0,0,0,0,0,0 +541430,486,107,778,176,167,3,0,0,0,0,0,0 +541490,486,107,89,23,21,0,0,0,0,0,0,0 +541511,486,107,11171,1298,1196,75,15,0,0,0,0,0 +541512,486,107,11898,1398,1298,64,21,6,0,0,0,0 +541513,486,107,1186,133,117,4,0,0,0,0,0,0 +541519,486,107,546,112,104,3,0,0,0,0,0,0 +541611,486,107,13023,1892,1790,67,15,3,0,0,0,0 +541612,486,107,1246,130,113,7,0,0,0,0,0,0 +541613,486,107,2466,607,575,18,0,0,0,0,0,0 +541614,486,107,1978,222,195,16,4,0,0,0,0,0 +541618,486,107,940,298,286,3,0,0,0,0,0,0 +541620,486,107,2967,206,166,22,5,0,0,0,0,0 +541690,486,107,6064,766,706,41,6,0,0,0,0,0 +541713,486,107,696,54,41,7,0,0,0,0,0,0 +541714,486,107,269,52,45,3,0,0,0,0,0,0 +541715,486,107,5844,186,139,26,7,0,3,0,0,0 +541720,486,107,138,13,10,0,0,0,0,0,0,0 +541810,486,107,1869,181,159,13,3,0,0,0,0,0 +541820,486,107,241,61,59,0,0,0,0,0,0,0 +541830,486,107,47,10,7,0,0,0,0,0,0,0 +541840,486,107,32,14,9,0,0,0,0,0,0,0 +541850,486,107,435,29,16,3,0,0,0,0,0,0 +541860,486,107,680,27,21,0,0,0,0,0,0,0 +541870,486,107,28,10,10,0,0,0,0,0,0,0 +541890,486,107,1282,115,84,10,0,0,0,0,0,0 +541910,486,107,835,58,44,5,0,0,0,0,0,0 +541921,486,107,650,171,160,4,0,0,0,0,0,0 +541922,486,107,186,55,53,0,0,0,0,0,0,0 +541930,486,107,1461,53,45,3,0,0,0,0,0,0 +541940,486,107,7052,512,405,89,4,0,0,0,0,0 +541990,486,107,4835,322,278,20,7,5,0,0,0,0 +551111,486,107,53,7,3,0,0,0,0,0,0,0 +551112,486,107,4531,174,136,22,7,0,0,0,0,0 +551114,486,107,120672,1202,656,302,121,48,34,15,4,0 +561110,486,107,14411,1139,994,107,14,9,0,0,0,0 +561210,486,107,4462,135,94,19,3,4,0,0,0,0 +561311,486,107,4744,178,129,25,9,0,0,0,0,0 +561312,486,107,1249,143,128,8,0,0,0,0,0,0 +561320,486,107,49588,905,481,265,99,35,5,0,0,0 +561330,486,107,5539,74,28,20,6,3,0,0,0,0 +561410,486,107,352,74,64,5,0,0,0,0,0,0 +561421,486,107,654,24,14,7,0,0,0,0,0,0 +561422,486,107,2477,37,19,8,0,0,0,0,0,0 +561431,486,107,570,135,128,0,0,0,0,0,0,0 +561439,486,107,888,112,99,3,0,0,0,0,0,0 +561440,486,107,3736,78,46,18,3,0,0,0,0,0 +561450,486,107,44,4,0,0,0,0,0,0,0,0 +561491,486,107,114,6,0,0,0,0,0,0,0,0 +561492,486,107,561,57,50,3,0,0,0,0,0,0 +561499,486,107,339,62,52,4,0,0,0,0,0,0 +561510,486,107,1811,318,305,3,0,0,0,0,0,0 +561520,486,107,179,19,15,0,0,0,0,0,0,0 +561599,486,107,2028,46,35,4,0,0,0,0,0,0 +561611,486,107,726,84,75,3,0,0,0,0,0,0 +561612,486,107,18908,268,159,63,20,4,0,3,0,0 +561613,486,107,815,7,0,0,4,0,0,0,0,0 +561621,486,107,2496,132,99,17,0,0,0,0,0,0 +561622,486,107,304,72,63,0,0,0,0,0,0,0 +561710,486,107,2056,269,233,24,0,0,0,0,0,0 +561720,486,107,25538,761,592,114,12,12,3,0,0,0 +561730,486,107,14806,1016,835,141,19,4,0,0,0,0 +561740,486,107,411,84,78,3,0,0,0,0,0,0 +561790,486,107,1743,296,277,11,0,0,0,0,0,0 +561910,486,107,347,23,16,0,0,0,0,0,0,0 +561920,486,107,1605,70,59,0,3,0,0,0,0,0 +561990,486,107,2765,162,129,20,0,0,0,0,0,0 +562111,486,107,4035,182,120,22,7,0,0,0,0,0 +562112,486,107,266,10,3,3,0,0,0,0,0,0 +562119,486,107,41,10,9,0,0,0,0,0,0,0 +562211,486,107,396,21,10,5,0,0,0,0,0,0 +562212,486,107,730,32,18,7,0,0,0,0,0,0 +562219,486,107,140,4,0,0,0,0,0,0,0,0 +562910,486,107,2298,108,74,26,4,0,0,0,0,0 +562920,486,107,429,23,17,3,0,0,0,0,0,0 +562991,486,107,508,48,30,0,0,0,0,0,0,0 +562998,486,107,635,37,19,10,0,0,0,0,0,0 +611110,486,107,22464,344,114,154,34,3,0,0,0,0 +611210,486,107,290,11,3,5,0,0,0,0,0,0 +611310,486,107,21724,47,14,15,4,0,0,0,0,0 +611420,486,107,231,28,23,0,0,0,0,0,0,0 +611430,486,107,511,110,101,3,0,0,0,0,0,0 +611511,486,107,230,30,25,0,0,0,0,0,0,0 +611512,486,107,122,6,3,0,0,0,0,0,0,0 +611513,486,107,135,17,13,0,0,0,0,0,0,0 +611519,486,107,1330,82,63,12,0,0,0,0,0,0 +611610,486,107,1421,231,215,6,0,0,0,0,0,0 +611620,486,107,3310,365,315,47,0,0,0,0,0,0 +611630,486,107,339,33,24,3,0,0,0,0,0,0 +611691,486,107,2145,233,201,23,0,0,0,0,0,0 +611692,486,107,546,61,52,0,0,0,0,0,0,0 +611699,486,107,960,100,83,4,0,0,0,0,0,0 +611710,486,107,968,128,109,5,0,0,0,0,0,0 +621111,486,107,47480,5443,5026,360,29,8,0,0,0,0 +621112,486,107,760,237,233,0,0,0,0,0,0,0 +621210,486,107,18794,3030,2933,82,0,0,0,0,0,0 +621310,486,107,1804,491,478,4,0,0,0,0,0,0 +621320,486,107,3238,588,563,15,0,0,0,0,0,0 +621330,486,107,1140,309,284,11,0,0,0,0,0,0 +621340,486,107,3308,533,498,19,3,0,0,0,0,0 +621391,486,107,541,103,91,0,0,0,0,0,0,0 +621399,486,107,1619,368,333,22,0,0,0,0,0,0 +621410,486,107,393,39,26,7,0,0,0,0,0,0 +621420,486,107,960,84,60,7,0,0,0,0,0,0 +621492,486,107,2587,201,137,51,0,0,0,0,0,0 +621493,486,107,4071,226,136,72,0,0,0,0,0,0 +621498,486,107,4095,210,168,24,6,0,0,0,0,0 +621511,486,107,3834,183,142,21,7,0,0,0,0,0 +621512,486,107,2593,202,169,25,5,0,0,0,0,0 +621610,486,107,40378,1033,634,293,60,15,8,0,0,0 +621910,486,107,2796,132,81,33,3,0,0,0,0,0 +621991,486,107,643,30,14,8,0,0,0,0,0,0 +621999,486,107,1751,86,68,10,0,0,0,0,0,0 +622110,486,107,77478,77,0,4,14,6,7,19,4,3 +622210,486,107,3016,10,0,0,3,6,0,0,0,0 +622310,486,107,26091,23,0,0,13,0,0,0,0,0 +623110,486,107,18951,220,32,88,82,0,0,0,0,0 +623210,486,107,2537,230,195,19,3,0,0,0,0,0 +623220,486,107,2199,61,29,23,3,0,0,0,0,0 +623311,486,107,3603,56,25,10,6,3,0,0,0,0 +623312,486,107,5423,191,108,60,10,0,0,0,0,0 +623990,486,107,659,36,16,13,0,0,0,0,0,0 +624110,486,107,1717,136,113,12,3,0,0,0,0,0 +624120,486,107,16675,431,267,118,28,9,0,0,0,0 +624190,486,107,3240,290,246,29,3,0,0,0,0,0 +624210,486,107,612,26,16,0,0,0,0,0,0,0 +624221,486,107,855,39,23,7,0,0,0,0,0,0 +624229,486,107,277,27,18,5,0,0,0,0,0,0 +624230,486,107,1107,21,8,0,0,0,0,0,0,0 +624310,486,107,1044,49,29,11,0,0,0,0,0,0 +624410,486,107,24299,1435,995,409,4,0,0,0,0,0 +711110,486,107,887,24,15,4,4,0,0,0,0,0 +711120,486,107,0,5,0,0,0,0,0,0,0,0 +711130,486,107,543,42,37,0,0,0,0,0,0,0 +711211,486,107,1902,8,3,0,0,0,0,0,0,0 +711219,486,107,30,16,14,0,0,0,0,0,0,0 +711310,486,107,3505,46,29,5,0,0,0,0,0,0 +711320,486,107,224,50,47,0,0,0,0,0,0,0 +711410,486,107,49,27,25,0,0,0,0,0,0,0 +711510,486,107,430,164,159,0,0,0,0,0,0,0 +712110,486,107,2188,55,34,3,3,0,0,0,0,0 +712120,486,107,0,3,3,0,0,0,0,0,0,0 +712130,486,107,0,5,0,0,0,0,0,0,0,0 +712190,486,107,104,6,0,0,0,0,0,0,0,0 +713110,486,107,298,7,0,0,0,0,0,0,0,0 +713120,486,107,1623,72,52,8,0,0,0,0,0,0 +713290,486,107,220,18,13,0,0,0,0,0,0,0 +713910,486,107,5377,88,5,48,7,3,0,0,0,0 +713930,486,107,357,35,20,0,0,0,0,0,0,0 +713940,486,107,13942,654,478,139,18,0,0,0,0,0 +713950,486,107,2111,26,3,10,0,0,0,0,0,0 +713990,486,107,3737,262,219,30,0,3,0,0,0,0 +721110,486,107,24552,1074,775,239,27,7,3,0,0,0 +721191,486,107,17,4,3,0,0,0,0,0,0,0 +721211,486,107,230,57,44,0,0,0,0,0,0,0 +721214,486,107,145,19,10,0,0,0,0,0,0,0 +721310,486,107,92,12,8,0,0,0,0,0,0,0 +722310,486,107,11727,461,314,106,14,4,0,0,0,0 +722320,486,107,2194,202,167,14,5,0,0,0,0,0 +722330,486,107,174,89,85,0,0,0,0,0,0,0 +722410,486,107,8851,651,517,117,7,0,0,0,0,0 +722511,486,107,116211,4347,2561,1602,170,8,0,0,0,0 +722513,486,107,109874,5206,3040,2095,52,3,0,0,0,0 +722514,486,107,5263,172,68,84,3,0,0,0,0,0 +722515,486,107,11379,1269,1120,138,0,0,0,0,0,0 +811111,486,107,7231,1338,1282,39,0,0,0,0,0,0 +811112,486,107,92,26,19,0,0,0,0,0,0,0 +811113,486,107,269,83,79,0,0,0,0,0,0,0 +811118,486,107,528,83,67,0,0,0,0,0,0,0 +811121,486,107,3986,461,401,41,0,0,0,0,0,0 +811122,486,107,543,98,81,4,0,0,0,0,0,0 +811191,486,107,1634,169,152,3,0,0,0,0,0,0 +811192,486,107,5880,328,227,83,0,0,0,0,0,0 +811198,486,107,382,111,103,0,0,0,0,0,0,0 +811211,486,107,203,33,31,0,0,0,0,0,0,0 +811212,486,107,1051,112,99,0,0,0,0,0,0,0 +811213,486,107,209,36,29,4,0,0,0,0,0,0 +811219,486,107,391,73,63,4,0,0,0,0,0,0 +811310,486,107,20352,587,438,94,18,6,0,3,0,0 +811411,486,107,188,19,16,0,0,0,0,0,0,0 +811412,486,107,234,67,59,0,0,0,0,0,0,0 +811420,486,107,298,53,50,3,0,0,0,0,0,0 +811430,486,107,97,18,15,0,0,0,0,0,0,0 +811490,486,107,911,197,187,6,0,0,0,0,0,0 +812111,486,107,320,50,43,3,0,0,0,0,0,0 +812112,486,107,7999,1305,1222,67,0,0,0,0,0,0 +812113,486,107,871,266,255,7,0,0,0,0,0,0 +812191,486,107,303,52,45,4,0,0,0,0,0,0 +812199,486,107,2438,403,363,33,0,0,0,0,0,0 +812210,486,107,2165,175,144,12,0,0,0,0,0,0 +812220,486,107,546,55,42,7,0,0,0,0,0,0 +812310,486,107,627,206,202,0,0,0,0,0,0,0 +812320,486,107,3458,483,446,25,0,0,0,0,0,0 +812331,486,107,1834,10,3,0,0,0,0,0,0,0 +812332,486,107,1573,25,6,4,7,0,0,0,0,0 +812910,486,107,2380,320,282,31,0,0,0,0,0,0 +812921,486,107,25,3,0,0,0,0,0,0,0,0 +812922,486,107,4,3,3,0,0,0,0,0,0,0 +812930,486,107,4162,300,244,41,4,0,0,0,0,0 +812990,486,107,1101,254,240,5,0,0,0,0,0,0 +813110,486,107,36439,2684,2289,331,43,5,0,0,0,0 +813211,486,107,849,164,148,9,0,0,0,0,0,0 +813212,486,107,776,50,44,3,0,0,0,0,0,0 +813219,486,107,485,47,36,3,0,0,0,0,0,0 +813311,486,107,172,21,16,3,0,0,0,0,0,0 +813312,486,107,407,49,43,0,0,0,0,0,0,0 +813319,486,107,488,68,65,0,0,0,0,0,0,0 +813410,486,107,2148,221,195,13,0,0,0,0,0,0 +813910,486,107,1088,152,126,10,0,0,0,0,0,0 +813920,486,107,571,48,38,3,0,0,0,0,0,0 +813930,486,107,846,97,82,7,0,0,0,0,0,0 +813940,486,107,72,25,21,0,0,0,0,0,0,0 +813990,486,107,1473,263,241,14,0,0,0,0,0,0 +113310,486,110,38,6,4,0,0,0,0,0,0,0 +115112,486,110,23,6,6,0,0,0,0,0,0,0 +115114,486,110,35,3,0,0,0,0,0,0,0,0 +115210,486,110,0,3,3,0,0,0,0,0,0,0 +211120,486,110,24,7,3,0,0,0,0,0,0,0 +213111,486,110,96,5,0,0,0,0,0,0,0,0 +213112,486,110,444,27,14,6,0,0,0,0,0,0 +221112,486,110,0,3,0,0,0,0,0,0,0,0 +221310,486,110,17,5,4,0,0,0,0,0,0,0 +236115,486,110,113,16,7,0,0,0,0,0,0,0 +236118,486,110,42,19,16,0,0,0,0,0,0,0 +236220,486,110,153,10,4,0,0,0,0,0,0,0 +237110,486,110,22,5,3,0,0,0,0,0,0,0 +237120,486,110,87,4,0,0,0,0,0,0,0,0 +237130,486,110,28,3,0,0,0,0,0,0,0,0 +238110,486,110,19,4,0,0,0,0,0,0,0,0 +238150,486,110,14,3,0,0,0,0,0,0,0,0 +238160,486,110,8,3,3,0,0,0,0,0,0,0 +238190,486,110,28,9,8,0,0,0,0,0,0,0 +238210,486,110,120,18,12,0,0,0,0,0,0,0 +238220,486,110,248,44,43,0,0,0,0,0,0,0 +238320,486,110,49,9,0,0,0,0,0,0,0,0 +238330,486,110,144,6,0,0,0,0,0,0,0,0 +238350,486,110,31,7,0,0,0,0,0,0,0,0 +238390,486,110,0,3,0,0,0,0,0,0,0,0 +238910,486,110,116,16,11,0,0,0,0,0,0,0 +238990,486,110,95,14,7,0,0,0,0,0,0,0 +312130,486,110,22,3,0,0,0,0,0,0,0,0 +327320,486,110,21,5,3,0,0,0,0,0,0,0 +332312,486,110,0,3,0,0,0,0,0,0,0,0 +332710,486,110,53,15,9,0,0,0,0,0,0,0 +332721,486,110,39,3,0,0,0,0,0,0,0,0 +339991,486,110,202,3,0,0,0,0,0,0,0,0 +423510,486,110,17,4,0,0,0,0,0,0,0,0 +423820,486,110,206,13,0,4,0,0,0,0,0,0 +423830,486,110,42,11,7,0,0,0,0,0,0,0 +423930,486,110,8,3,0,0,0,0,0,0,0,0 +424490,486,110,0,3,0,0,0,0,0,0,0,0 +424510,486,110,0,5,3,0,0,0,0,0,0,0 +424910,486,110,164,13,8,0,0,0,0,0,0,0 +425120,486,110,61,4,0,0,0,0,0,0,0,0 +441110,486,110,360,12,0,4,0,0,0,0,0,0 +441310,486,110,111,15,10,0,0,0,0,0,0,0 +441320,486,110,70,10,3,0,0,0,0,0,0,0 +442110,486,110,71,9,0,0,0,0,0,0,0,0 +443142,486,110,7,3,3,0,0,0,0,0,0,0 +444110,486,110,293,4,0,0,0,0,0,0,0,0 +444130,486,110,22,8,3,0,0,0,0,0,0,0 +444190,486,110,59,10,4,0,0,0,0,0,0,0 +444210,486,110,10,3,0,0,0,0,0,0,0,0 +444220,486,110,96,12,4,0,0,0,0,0,0,0 +445110,486,110,393,10,0,0,0,0,0,0,0,0 +445120,486,110,21,8,7,0,0,0,0,0,0,0 +445210,486,110,18,3,0,0,0,0,0,0,0,0 +445310,486,110,26,6,3,0,0,0,0,0,0,0 +446110,486,110,98,9,3,0,0,0,0,0,0,0 +447110,486,110,457,52,41,0,0,0,0,0,0,0 +447190,486,110,70,7,4,0,0,0,0,0,0,0 +448120,486,110,23,5,3,0,0,0,0,0,0,0 +448140,486,110,0,3,0,0,0,0,0,0,0,0 +448190,486,110,0,3,3,0,0,0,0,0,0,0 +452319,486,110,37,20,16,0,0,0,0,0,0,0 +453110,486,110,18,5,4,0,0,0,0,0,0,0 +453220,486,110,13,4,3,0,0,0,0,0,0,0 +453310,486,110,41,8,5,0,0,0,0,0,0,0 +453998,486,110,26,6,3,0,0,0,0,0,0,0 +454110,486,110,17,3,0,0,0,0,0,0,0,0 +454390,486,110,24,3,0,0,0,0,0,0,0,0 +484110,486,110,24,9,4,0,0,0,0,0,0,0 +484121,486,110,23,6,4,0,0,0,0,0,0,0 +484122,486,110,4,3,3,0,0,0,0,0,0,0 +484220,486,110,254,23,11,5,0,0,0,0,0,0 +484230,486,110,42,10,6,0,0,0,0,0,0,0 +486210,486,110,57,6,3,0,0,0,0,0,0,0 +488410,486,110,14,4,3,0,0,0,0,0,0,0 +517311,486,110,26,4,0,0,0,0,0,0,0,0 +517312,486,110,19,4,0,0,0,0,0,0,0,0 +522110,486,110,334,30,23,3,0,0,0,0,0,0 +522291,486,110,67,17,16,0,0,0,0,0,0,0 +522292,486,110,0,3,0,0,0,0,0,0,0,0 +522298,486,110,16,5,3,0,0,0,0,0,0,0 +522390,486,110,9,3,3,0,0,0,0,0,0,0 +523910,486,110,5,4,4,0,0,0,0,0,0,0 +523920,486,110,13,11,11,0,0,0,0,0,0,0 +524210,486,110,222,48,41,0,0,0,0,0,0,0 +531110,486,110,49,15,13,0,0,0,0,0,0,0 +531120,486,110,15,4,3,0,0,0,0,0,0,0 +531130,486,110,8,3,0,0,0,0,0,0,0,0 +531190,486,110,9,3,3,0,0,0,0,0,0,0 +531210,486,110,32,23,23,0,0,0,0,0,0,0 +532289,486,110,12,3,0,0,0,0,0,0,0,0 +532412,486,110,76,8,3,0,0,0,0,0,0,0 +532490,486,110,12,3,0,0,0,0,0,0,0,0 +541110,486,110,98,27,21,0,0,0,0,0,0,0 +541191,486,110,37,4,0,0,0,0,0,0,0,0 +541211,486,110,100,14,13,0,0,0,0,0,0,0 +541213,486,110,47,10,4,0,0,0,0,0,0,0 +541219,486,110,5,3,3,0,0,0,0,0,0,0 +541310,486,110,16,3,0,0,0,0,0,0,0,0 +541330,486,110,25,5,4,0,0,0,0,0,0,0 +541370,486,110,24,4,0,0,0,0,0,0,0,0 +541611,486,110,8,3,0,0,0,0,0,0,0,0 +541613,486,110,6,3,3,0,0,0,0,0,0,0 +541690,486,110,14,4,0,0,0,0,0,0,0,0 +541940,486,110,138,11,4,3,0,0,0,0,0,0 +561110,486,110,24,6,5,0,0,0,0,0,0,0 +561320,486,110,11,3,0,0,0,0,0,0,0,0 +561431,486,110,0,3,0,0,0,0,0,0,0,0 +561720,486,110,0,9,8,0,0,0,0,0,0,0 +561730,486,110,229,28,25,0,0,0,0,0,0,0 +611620,486,110,6,3,3,0,0,0,0,0,0,0 +621111,486,110,347,35,27,0,0,0,0,0,0,0 +621210,486,110,173,26,22,0,0,0,0,0,0,0 +621310,486,110,5,4,4,0,0,0,0,0,0,0 +621320,486,110,11,4,3,0,0,0,0,0,0,0 +621340,486,110,33,4,0,0,0,0,0,0,0,0 +621610,486,110,1107,18,6,3,0,0,0,0,0,0 +623110,486,110,635,14,0,3,0,0,0,0,0,0 +623210,486,110,0,24,18,0,0,0,0,0,0,0 +624190,486,110,13,3,0,0,0,0,0,0,0,0 +624410,486,110,117,10,3,3,0,0,0,0,0,0 +712110,486,110,11,6,6,0,0,0,0,0,0,0 +713910,486,110,42,3,0,0,0,0,0,0,0,0 +713940,486,110,36,3,0,0,0,0,0,0,0,0 +721110,486,110,99,15,8,0,0,0,0,0,0,0 +721191,486,110,0,5,4,0,0,0,0,0,0,0 +721214,486,110,24,4,3,0,0,0,0,0,0,0 +722511,486,110,847,59,38,18,0,0,0,0,0,0 +722513,486,110,1358,71,46,23,0,0,0,0,0,0 +722515,486,110,46,3,0,0,0,0,0,0,0,0 +811111,486,110,50,21,18,0,0,0,0,0,0,0 +811121,486,110,46,10,7,0,0,0,0,0,0,0 +811122,486,110,11,3,0,0,0,0,0,0,0,0 +811191,486,110,13,4,3,0,0,0,0,0,0,0 +811192,486,110,27,5,3,0,0,0,0,0,0,0 +811310,486,110,35,15,13,0,0,0,0,0,0,0 +812112,486,110,10,6,6,0,0,0,0,0,0,0 +812210,486,110,0,3,0,0,0,0,0,0,0,0 +812220,486,110,10,3,0,0,0,0,0,0,0,0 +812310,486,110,2,3,3,0,0,0,0,0,0,0 +812910,486,110,22,5,4,0,0,0,0,0,0,0 +812990,486,110,2,3,3,0,0,0,0,0,0,0 +813110,486,110,809,113,105,3,0,0,0,0,0,0 +813319,486,110,0,3,3,0,0,0,0,0,0,0 +813410,486,110,119,14,7,0,0,0,0,0,0,0 +813910,486,110,33,6,0,0,0,0,0,0,0,0 +211120,487,108,102,10,4,0,0,0,0,0,0,0 +213112,487,108,926,42,27,14,0,0,0,0,0,0 +221122,487,108,129,8,4,0,0,0,0,0,0,0 +236115,487,108,167,23,21,0,0,0,0,0,0,0 +236117,487,108,69,13,11,0,0,0,0,0,0,0 +236118,487,108,60,19,15,0,0,0,0,0,0,0 +236220,487,108,152,17,16,0,0,0,0,0,0,0 +237110,487,108,85,4,0,0,0,0,0,0,0,0 +237130,487,108,43,4,3,0,0,0,0,0,0,0 +237210,487,108,25,7,5,0,0,0,0,0,0,0 +238110,487,108,24,4,0,0,0,0,0,0,0,0 +238160,487,108,44,8,5,0,0,0,0,0,0,0 +238210,487,108,313,32,26,5,0,0,0,0,0,0 +238220,487,108,449,49,44,4,0,0,0,0,0,0 +238310,487,108,17,4,3,0,0,0,0,0,0,0 +238320,487,108,20,4,0,0,0,0,0,0,0,0 +238350,487,108,10,3,0,0,0,0,0,0,0,0 +238910,487,108,210,15,9,3,0,0,0,0,0,0 +238990,487,108,105,16,14,0,0,0,0,0,0,0 +311811,487,108,99,11,9,0,0,0,0,0,0,0 +314999,487,108,4,3,3,0,0,0,0,0,0,0 +323111,487,108,40,9,5,0,0,0,0,0,0,0 +327320,487,108,133,3,0,0,0,0,0,0,0,0 +332710,487,108,35,4,3,0,0,0,0,0,0,0 +337110,487,108,14,3,0,0,0,0,0,0,0,0 +423110,487,108,264,13,6,0,0,0,0,0,0,0 +423120,487,108,111,18,17,0,0,0,0,0,0,0 +423130,487,108,108,9,4,0,0,0,0,0,0,0 +423210,487,108,20,4,0,0,0,0,0,0,0,0 +423220,487,108,44,7,4,0,0,0,0,0,0,0 +423320,487,108,10,4,3,0,0,0,0,0,0,0 +423390,487,108,8,3,0,0,0,0,0,0,0,0 +423420,487,108,22,4,3,0,0,0,0,0,0,0 +423440,487,108,30,4,0,0,0,0,0,0,0,0 +423450,487,108,66,4,3,0,0,0,0,0,0,0 +423490,487,108,9,4,3,0,0,0,0,0,0,0 +423510,487,108,148,16,12,0,0,0,0,0,0,0 +423610,487,108,63,10,8,0,0,0,0,0,0,0 +423620,487,108,29,6,3,0,0,0,0,0,0,0 +423690,487,108,0,3,3,0,0,0,0,0,0,0 +423710,487,108,18,4,3,0,0,0,0,0,0,0 +423730,487,108,42,7,6,0,0,0,0,0,0,0 +423810,487,108,60,5,0,0,0,0,0,0,0,0 +423830,487,108,88,22,22,0,0,0,0,0,0,0 +423840,487,108,78,15,13,0,0,0,0,0,0,0 +423850,487,108,19,3,0,0,0,0,0,0,0,0 +423910,487,108,4,3,3,0,0,0,0,0,0,0 +423920,487,108,40,4,0,0,0,0,0,0,0,0 +423930,487,108,80,7,5,0,0,0,0,0,0,0 +423940,487,108,29,8,6,0,0,0,0,0,0,0 +423990,487,108,19,6,4,0,0,0,0,0,0,0 +424120,487,108,39,7,5,0,0,0,0,0,0,0 +424130,487,108,19,4,0,0,0,0,0,0,0,0 +424210,487,108,81,13,11,0,0,0,0,0,0,0 +424310,487,108,0,3,0,0,0,0,0,0,0,0 +424330,487,108,36,11,9,0,0,0,0,0,0,0 +424420,487,108,24,5,4,0,0,0,0,0,0,0 +424450,487,108,51,6,3,0,0,0,0,0,0,0 +424470,487,108,45,4,0,0,0,0,0,0,0,0 +424480,487,108,181,5,0,0,0,0,0,0,0,0 +424490,487,108,186,20,16,0,0,0,0,0,0,0 +424610,487,108,7,3,0,0,0,0,0,0,0,0 +424690,487,108,13,4,3,0,0,0,0,0,0,0 +424710,487,108,225,6,0,0,0,0,0,0,0,0 +424720,487,108,45,5,0,0,0,0,0,0,0,0 +424810,487,108,0,3,0,3,0,0,0,0,0,0 +424920,487,108,8,3,3,0,0,0,0,0,0,0 +424990,487,108,66,19,16,0,0,0,0,0,0,0 +425120,487,108,40,16,15,0,0,0,0,0,0,0 +441110,487,108,873,20,3,12,0,0,0,0,0,0 +441120,487,108,79,27,25,0,0,0,0,0,0,0 +441228,487,108,38,4,0,0,0,0,0,0,0,0 +441310,487,108,381,45,43,0,0,0,0,0,0,0 +441320,487,108,179,22,17,3,0,0,0,0,0,0 +442110,487,108,222,16,10,0,0,0,0,0,0,0 +442210,487,108,32,4,3,0,0,0,0,0,0,0 +442299,487,108,91,9,7,0,0,0,0,0,0,0 +443141,487,108,58,4,0,0,0,0,0,0,0,0 +443142,487,108,348,29,26,0,0,0,0,0,0,0 +444110,487,108,487,4,0,0,3,0,0,0,0,0 +444120,487,108,31,4,0,0,0,0,0,0,0,0 +444130,487,108,0,3,0,0,0,0,0,0,0,0 +444190,487,108,190,20,17,3,0,0,0,0,0,0 +444220,487,108,37,6,3,0,0,0,0,0,0,0 +445110,487,108,2236,26,13,5,3,4,0,0,0,0 +445120,487,108,36,10,7,0,0,0,0,0,0,0 +445210,487,108,73,4,0,0,0,0,0,0,0,0 +445291,487,108,9,4,3,0,0,0,0,0,0,0 +445310,487,108,125,12,8,0,0,0,0,0,0,0 +446110,487,108,316,18,10,7,0,0,0,0,0,0 +446120,487,108,222,29,27,0,0,0,0,0,0,0 +446130,487,108,67,14,12,0,0,0,0,0,0,0 +446191,487,108,63,12,10,0,0,0,0,0,0,0 +446199,487,108,34,12,10,0,0,0,0,0,0,0 +447110,487,108,888,73,60,13,0,0,0,0,0,0 +447190,487,108,309,13,8,3,0,0,0,0,0,0 +448110,487,108,59,7,5,0,0,0,0,0,0,0 +448120,487,108,463,39,35,3,0,0,0,0,0,0 +448130,487,108,129,15,13,0,0,0,0,0,0,0 +448140,487,108,1367,44,23,18,3,0,0,0,0,0 +448150,487,108,103,15,12,0,0,0,0,0,0,0 +448190,487,108,61,8,7,0,0,0,0,0,0,0 +448210,487,108,311,36,34,0,0,0,0,0,0,0 +448310,487,108,89,19,17,0,0,0,0,0,0,0 +451110,487,108,328,14,9,3,0,0,0,0,0,0 +451120,487,108,140,9,5,0,0,0,0,0,0,0 +451211,487,108,47,7,4,0,0,0,0,0,0,0 +452210,487,108,487,4,0,0,3,0,0,0,0,0 +452311,487,108,1632,8,0,0,3,4,0,0,0,0 +452319,487,108,323,36,31,5,0,0,0,0,0,0 +453110,487,108,48,9,6,0,0,0,0,0,0,0 +453210,487,108,51,7,4,0,0,0,0,0,0,0 +453220,487,108,144,16,12,0,0,0,0,0,0,0 +453310,487,108,46,12,9,0,0,0,0,0,0,0 +453910,487,108,0,3,3,0,0,0,0,0,0,0 +453998,487,108,14,8,7,0,0,0,0,0,0,0 +454110,487,108,2,3,3,0,0,0,0,0,0,0 +454210,487,108,19,5,3,0,0,0,0,0,0,0 +454390,487,108,84,17,15,0,0,0,0,0,0,0 +481212,487,108,14,3,0,0,0,0,0,0,0,0 +484110,487,108,721,161,156,3,0,0,0,0,0,0 +484121,487,108,3284,240,212,21,5,0,0,0,0,0 +484122,487,108,959,38,24,12,0,0,0,0,0,0 +484210,487,108,29,6,4,0,0,0,0,0,0,0 +484220,487,108,262,39,34,0,0,0,0,0,0,0 +484230,487,108,148,23,19,0,0,0,0,0,0,0 +485210,487,108,87,6,0,0,0,0,0,0,0,0 +488190,487,108,7,3,3,0,0,0,0,0,0,0 +488210,487,108,75,6,3,0,0,0,0,0,0,0 +488410,487,108,65,10,8,0,0,0,0,0,0,0 +488490,487,108,312,24,19,0,0,0,0,0,0,0 +488510,487,108,7582,643,545,89,9,0,0,0,0,0 +488991,487,108,45,8,7,0,0,0,0,0,0,0 +492110,487,108,465,20,16,3,0,0,0,0,0,0 +492210,487,108,21,5,3,0,0,0,0,0,0,0 +493110,487,108,1211,62,46,14,0,0,0,0,0,0 +493120,487,108,0,5,0,0,0,0,0,0,0,0 +493190,487,108,27,7,6,0,0,0,0,0,0,0 +511120,487,108,12,3,0,0,0,0,0,0,0,0 +512131,487,108,0,3,0,0,0,0,0,0,0,0 +515112,487,108,38,4,3,0,0,0,0,0,0,0 +517311,487,108,217,17,15,0,0,0,0,0,0,0 +517312,487,108,286,29,28,0,0,0,0,0,0,0 +517911,487,108,38,9,7,0,0,0,0,0,0,0 +522110,487,108,1305,68,56,9,3,0,0,0,0,0 +522130,487,108,98,7,0,0,0,0,0,0,0,0 +522291,487,108,161,48,48,0,0,0,0,0,0,0 +522292,487,108,43,9,6,0,0,0,0,0,0,0 +522298,487,108,164,26,24,0,0,0,0,0,0,0 +522390,487,108,81,19,19,0,0,0,0,0,0,0 +523120,487,108,0,4,3,0,0,0,0,0,0,0 +523130,487,108,69,8,6,0,0,0,0,0,0,0 +523910,487,108,9,4,4,0,0,0,0,0,0,0 +523920,487,108,0,3,3,0,0,0,0,0,0,0 +524210,487,108,296,76,76,0,0,0,0,0,0,0 +524291,487,108,3,3,3,0,0,0,0,0,0,0 +531110,487,108,144,53,51,0,0,0,0,0,0,0 +531120,487,108,93,33,32,0,0,0,0,0,0,0 +531130,487,108,45,18,16,0,0,0,0,0,0,0 +531190,487,108,25,9,7,0,0,0,0,0,0,0 +531210,487,108,63,29,26,0,0,0,0,0,0,0 +531311,487,108,111,17,14,0,0,0,0,0,0,0 +531312,487,108,62,17,13,0,0,0,0,0,0,0 +531320,487,108,6,4,4,0,0,0,0,0,0,0 +531390,487,108,37,7,6,0,0,0,0,0,0,0 +532111,487,108,28,8,8,0,0,0,0,0,0,0 +532120,487,108,73,13,11,0,0,0,0,0,0,0 +532210,487,108,52,12,11,0,0,0,0,0,0,0 +532289,487,108,19,7,7,0,0,0,0,0,0,0 +532412,487,108,34,6,3,0,0,0,0,0,0,0 +532490,487,108,35,11,11,0,0,0,0,0,0,0 +541110,487,108,331,89,88,0,0,0,0,0,0,0 +541191,487,108,58,3,0,0,0,0,0,0,0,0 +541211,487,108,191,36,35,0,0,0,0,0,0,0 +541213,487,108,160,30,28,0,0,0,0,0,0,0 +541214,487,108,106,4,0,0,0,0,0,0,0,0 +541219,487,108,115,35,35,0,0,0,0,0,0,0 +541310,487,108,55,10,9,0,0,0,0,0,0,0 +541330,487,108,129,20,19,0,0,0,0,0,0,0 +541370,487,108,92,5,3,0,0,0,0,0,0,0 +541511,487,108,46,11,8,0,0,0,0,0,0,0 +541512,487,108,21,7,6,0,0,0,0,0,0,0 +541513,487,108,0,3,3,0,0,0,0,0,0,0 +541611,487,108,48,16,16,0,0,0,0,0,0,0 +541612,487,108,63,4,0,0,0,0,0,0,0,0 +541613,487,108,38,6,3,0,0,0,0,0,0,0 +541614,487,108,267,35,29,3,0,0,0,0,0,0 +541618,487,108,10,6,6,0,0,0,0,0,0,0 +541690,487,108,52,11,8,0,0,0,0,0,0,0 +541810,487,108,20,3,0,0,0,0,0,0,0,0 +541850,487,108,24,5,3,0,0,0,0,0,0,0 +541921,487,108,15,6,5,0,0,0,0,0,0,0 +541940,487,108,55,4,3,0,0,0,0,0,0,0 +541990,487,108,12,3,0,0,0,0,0,0,0,0 +551112,487,108,16,6,5,0,0,0,0,0,0,0 +551114,487,108,353,16,11,3,0,0,0,0,0,0 +561110,487,108,194,21,20,0,0,0,0,0,0,0 +561210,487,108,0,5,0,0,0,0,0,0,0,0 +561311,487,108,100,8,5,0,0,0,0,0,0,0 +561320,487,108,1786,19,3,6,3,3,0,0,0,0 +561330,487,108,94,3,0,0,0,0,0,0,0,0 +561422,487,108,0,3,0,0,0,0,0,0,0,0 +561431,487,108,43,7,6,0,0,0,0,0,0,0 +561612,487,108,620,24,13,9,0,0,0,0,0,0 +561621,487,108,0,3,0,0,0,0,0,0,0,0 +561710,487,108,33,11,10,0,0,0,0,0,0,0 +561720,487,108,347,30,25,3,0,0,0,0,0,0 +561730,487,108,121,15,9,3,0,0,0,0,0,0 +561910,487,108,115,7,0,0,0,0,0,0,0,0 +561990,487,108,186,9,6,0,0,0,0,0,0,0 +611110,487,108,407,15,6,8,0,0,0,0,0,0 +611430,487,108,12,3,0,0,0,0,0,0,0,0 +611610,487,108,5,3,3,0,0,0,0,0,0,0 +611620,487,108,20,6,6,0,0,0,0,0,0,0 +611691,487,108,46,6,4,0,0,0,0,0,0,0 +611692,487,108,43,3,0,0,0,0,0,0,0,0 +611710,487,108,30,3,0,0,0,0,0,0,0,0 +621111,487,108,1420,164,150,13,0,0,0,0,0,0 +621112,487,108,11,4,4,0,0,0,0,0,0,0 +621210,487,108,477,45,37,8,0,0,0,0,0,0 +621310,487,108,29,9,9,0,0,0,0,0,0,0 +621320,487,108,89,12,9,0,0,0,0,0,0,0 +621330,487,108,4,4,4,0,0,0,0,0,0,0 +621340,487,108,258,24,19,5,0,0,0,0,0,0 +621391,487,108,17,4,0,0,0,0,0,0,0,0 +621399,487,108,73,7,4,0,0,0,0,0,0,0 +621492,487,108,105,8,4,0,0,0,0,0,0,0 +621493,487,108,80,4,0,0,0,0,0,0,0,0 +621498,487,108,260,8,3,0,0,0,0,0,0,0 +621511,487,108,34,5,4,0,0,0,0,0,0,0 +621610,487,108,2871,59,28,22,6,3,0,0,0,0 +621910,487,108,285,15,6,6,0,0,0,0,0,0 +621991,487,108,161,3,0,0,0,0,0,0,0,0 +623110,487,108,828,9,0,0,4,0,0,0,0,0 +623312,487,108,83,4,0,0,0,0,0,0,0,0 +624110,487,108,155,11,8,0,0,0,0,0,0,0 +624120,487,108,5811,46,18,11,11,3,0,0,0,0 +624190,487,108,30,7,5,0,0,0,0,0,0,0 +624210,487,108,85,5,0,0,0,0,0,0,0,0 +624221,487,108,38,3,0,0,0,0,0,0,0,0 +624229,487,108,19,3,0,0,0,0,0,0,0,0 +624310,487,108,191,5,0,0,0,0,0,0,0,0 +624410,487,108,519,60,52,8,0,0,0,0,0,0 +713120,487,108,82,10,8,0,0,0,0,0,0,0 +713290,487,108,46,10,9,0,0,0,0,0,0,0 +713940,487,108,322,18,16,0,0,0,0,0,0,0 +713990,487,108,42,8,7,0,0,0,0,0,0,0 +721110,487,108,784,40,25,13,0,0,0,0,0,0 +722320,487,108,13,9,8,0,0,0,0,0,0,0 +722410,487,108,160,14,11,3,0,0,0,0,0,0 +722511,487,108,3580,152,94,54,4,0,0,0,0,0 +722513,487,108,4602,187,104,79,4,0,0,0,0,0 +722514,487,108,244,6,0,3,0,0,0,0,0,0 +722515,487,108,261,35,32,3,0,0,0,0,0,0 +811111,487,108,210,42,41,0,0,0,0,0,0,0 +811118,487,108,8,5,4,0,0,0,0,0,0,0 +811121,487,108,134,11,6,3,0,0,0,0,0,0 +811122,487,108,25,7,5,0,0,0,0,0,0,0 +811191,487,108,80,5,0,0,0,0,0,0,0,0 +811192,487,108,95,9,5,0,0,0,0,0,0,0 +811198,487,108,71,6,4,0,0,0,0,0,0,0 +811212,487,108,0,3,0,0,0,0,0,0,0,0 +811213,487,108,0,3,3,0,0,0,0,0,0,0 +811310,487,108,70,19,17,0,0,0,0,0,0,0 +812112,487,108,220,32,26,4,0,0,0,0,0,0 +812113,487,108,6,4,4,0,0,0,0,0,0,0 +812199,487,108,7,3,3,0,0,0,0,0,0,0 +812210,487,108,80,6,3,0,0,0,0,0,0,0 +812310,487,108,35,12,12,0,0,0,0,0,0,0 +812320,487,108,63,8,4,0,0,0,0,0,0,0 +812332,487,108,0,3,0,0,0,0,0,0,0,0 +812910,487,108,5,3,3,0,0,0,0,0,0,0 +812990,487,108,4,4,4,0,0,0,0,0,0,0 +813110,487,108,409,51,44,7,0,0,0,0,0,0 +813211,487,108,7,3,0,0,0,0,0,0,0,0 +813312,487,108,0,3,0,0,0,0,0,0,0,0 +813410,487,108,80,13,13,0,0,0,0,0,0,0 +813910,487,108,17,5,4,0,0,0,0,0,0,0 +813930,487,108,68,7,0,0,0,0,0,0,0,0 +115112,488,109,7,3,0,0,0,0,0,0,0,0 +115210,488,109,73,22,21,0,0,0,0,0,0,0 +211120,488,109,329,84,74,0,0,0,0,0,0,0 +211130,488,109,81,7,3,0,0,0,0,0,0,0 +212312,488,109,878,19,4,0,0,0,0,0,0,0 +212321,488,109,82,8,7,0,0,0,0,0,0,0 +213111,488,109,1245,25,18,4,0,0,0,0,0,0 +213112,488,109,3644,161,119,24,0,3,0,0,0,0 +221122,488,109,0,6,0,0,0,0,0,0,0,0 +221310,488,109,109,21,13,0,0,0,0,0,0,0 +236115,488,109,927,303,289,5,0,0,0,0,0,0 +236116,488,109,285,11,8,0,0,0,0,0,0,0 +236117,488,109,1182,111,92,11,3,0,0,0,0,0 +236118,488,109,1218,307,288,5,0,0,0,0,0,0 +236210,488,109,150,15,8,3,0,0,0,0,0,0 +236220,488,109,4700,314,245,46,4,0,0,0,0,0 +237110,488,109,1478,84,53,12,0,0,0,0,0,0 +237120,488,109,29,14,4,3,0,0,0,0,0,0 +237130,488,109,1003,45,27,4,0,0,0,0,0,0 +237210,488,109,256,50,42,0,0,0,0,0,0,0 +237310,488,109,2392,63,32,11,4,0,0,0,0,0 +237990,488,109,204,16,9,3,0,0,0,0,0,0 +238110,488,109,2519,130,97,15,0,0,0,0,0,0 +238120,488,109,583,29,16,0,0,0,0,0,0,0 +238130,488,109,156,41,37,0,0,0,0,0,0,0 +238140,488,109,1147,67,55,5,0,0,0,0,0,0 +238150,488,109,774,34,20,6,0,0,0,0,0,0 +238160,488,109,1136,118,99,10,0,0,0,0,0,0 +238170,488,109,160,16,8,3,0,0,0,0,0,0 +238190,488,109,330,51,45,0,0,0,0,0,0,0 +238210,488,109,6619,412,325,60,8,0,0,0,0,0 +238220,488,109,7418,614,523,71,8,0,0,0,0,0 +238290,488,109,2795,45,20,8,0,0,0,0,0,0 +238310,488,109,915,85,69,11,0,0,0,0,0,0 +238320,488,109,799,111,95,12,0,0,0,0,0,0 +238330,488,109,544,67,53,10,0,0,0,0,0,0 +238340,488,109,413,43,34,4,0,0,0,0,0,0 +238350,488,109,547,100,91,0,0,0,0,0,0,0 +238390,488,109,713,35,28,3,0,0,0,0,0,0 +238910,488,109,2627,180,134,18,4,0,0,0,0,0 +238990,488,109,2179,209,174,19,0,0,0,0,0,0 +311119,488,109,28,3,0,0,0,0,0,0,0,0 +311340,488,109,73,5,0,0,0,0,0,0,0,0 +311421,488,109,0,4,0,0,0,0,0,0,0,0 +311511,488,109,0,3,0,0,0,0,0,0,0,0 +311520,488,109,0,3,0,0,0,0,0,0,0,0 +311612,488,109,1315,16,0,4,0,0,0,0,0,0 +311710,488,109,4,4,4,0,0,0,0,0,0,0 +311811,488,109,302,33,28,5,0,0,0,0,0,0 +311812,488,109,964,15,10,0,0,0,0,0,0,0 +311813,488,109,0,3,0,0,0,0,0,0,0,0 +311821,488,109,0,5,3,0,0,0,0,0,0,0 +311830,488,109,110,9,4,0,0,0,0,0,0,0 +311919,488,109,0,3,0,0,0,0,0,0,0,0 +311942,488,109,0,3,0,0,0,0,0,0,0,0 +311991,488,109,593,8,3,0,0,0,0,0,0,0 +312111,488,109,1290,5,0,0,0,0,0,0,0,0 +312120,488,109,44,4,0,0,0,0,0,0,0,0 +312140,488,109,40,5,3,0,0,0,0,0,0,0 +314999,488,109,193,20,14,3,0,0,0,0,0,0 +315220,488,109,0,3,0,0,0,0,0,0,0,0 +315240,488,109,13,4,3,0,0,0,0,0,0,0 +316998,488,109,134,5,0,0,0,0,0,0,0,0 +321214,488,109,0,3,0,0,0,0,0,0,0,0 +321911,488,109,541,6,3,0,0,0,0,0,0,0 +321918,488,109,35,4,0,0,0,0,0,0,0,0 +321920,488,109,185,8,3,0,0,0,0,0,0,0 +322211,488,109,500,9,3,0,3,0,0,0,0,0 +322230,488,109,48,3,0,0,0,0,0,0,0,0 +323111,488,109,777,78,60,10,0,0,0,0,0,0 +323113,488,109,168,25,23,0,0,0,0,0,0,0 +323117,488,109,0,3,0,0,0,0,0,0,0,0 +323120,488,109,65,5,0,0,0,0,0,0,0,0 +324121,488,109,34,14,6,0,0,0,0,0,0,0 +325199,488,109,0,3,0,0,0,0,0,0,0,0 +325411,488,109,146,4,0,0,0,0,0,0,0,0 +325412,488,109,0,7,3,0,0,0,0,0,0,0 +325414,488,109,0,3,0,0,0,0,0,0,0,0 +325510,488,109,12,3,0,0,0,0,0,0,0,0 +325611,488,109,31,4,0,0,0,0,0,0,0,0 +326199,488,109,542,21,9,0,0,0,0,0,0,0 +326212,488,109,100,6,0,0,0,0,0,0,0,0 +327310,488,109,0,3,0,0,0,0,0,0,0,0 +327320,488,109,555,40,20,7,0,0,0,0,0,0 +327332,488,109,62,3,0,0,0,0,0,0,0,0 +327390,488,109,512,10,3,3,0,0,0,0,0,0 +327991,488,109,85,3,0,0,0,0,0,0,0,0 +332311,488,109,38,3,0,0,0,0,0,0,0,0 +332312,488,109,556,23,9,7,0,0,0,0,0,0 +332313,488,109,181,5,0,0,0,0,0,0,0,0 +332321,488,109,157,8,4,0,0,0,0,0,0,0 +332322,488,109,569,22,8,0,0,0,0,0,0,0 +332323,488,109,8,4,4,0,0,0,0,0,0,0 +332618,488,109,31,3,0,0,0,0,0,0,0,0 +332710,488,109,301,48,32,5,0,0,0,0,0,0 +332721,488,109,216,4,0,0,0,0,0,0,0,0 +332812,488,109,76,8,7,0,0,0,0,0,0,0 +332813,488,109,55,7,3,0,0,0,0,0,0,0 +332996,488,109,77,5,0,0,0,0,0,0,0,0 +332999,488,109,59,9,5,0,0,0,0,0,0,0 +333120,488,109,7,3,3,0,0,0,0,0,0,0 +333318,488,109,145,9,7,0,0,0,0,0,0,0 +333414,488,109,0,3,0,0,0,0,0,0,0,0 +333415,488,109,1126,9,0,0,0,0,0,0,0,0 +334418,488,109,0,4,0,0,0,0,0,0,0,0 +334419,488,109,67,5,3,0,0,0,0,0,0,0 +334510,488,109,100,3,0,0,0,0,0,0,0,0 +334515,488,109,52,3,0,0,0,0,0,0,0,0 +336211,488,109,74,3,0,0,0,0,0,0,0,0 +336320,488,109,13,3,0,0,0,0,0,0,0,0 +336360,488,109,1099,4,0,0,0,0,0,0,0,0 +336370,488,109,2102,7,0,0,0,0,0,0,0,0 +336390,488,109,1332,11,0,0,0,0,0,0,0,0 +336411,488,109,1363,7,0,3,0,0,0,0,0,0 +336413,488,109,162,5,0,0,0,0,0,0,0,0 +337110,488,109,633,27,15,3,0,0,0,0,0,0 +337121,488,109,29,4,0,0,0,0,0,0,0,0 +337122,488,109,0,4,4,0,0,0,0,0,0,0 +337212,488,109,209,8,0,0,0,0,0,0,0,0 +337920,488,109,89,3,0,0,0,0,0,0,0,0 +339112,488,109,255,6,0,0,0,0,0,0,0,0 +339113,488,109,131,12,11,0,0,0,0,0,0,0 +339115,488,109,39,3,0,0,0,0,0,0,0,0 +339116,488,109,193,30,29,0,0,0,0,0,0,0 +339910,488,109,59,6,3,0,0,0,0,0,0,0 +339920,488,109,63,10,8,0,0,0,0,0,0,0 +339950,488,109,578,34,27,3,0,0,0,0,0,0 +339999,488,109,186,14,11,0,0,0,0,0,0,0 +423110,488,109,925,45,31,5,3,0,0,0,0,0 +423120,488,109,1261,88,68,15,0,0,0,0,0,0 +423130,488,109,326,16,10,3,0,0,0,0,0,0 +423140,488,109,48,6,3,0,0,0,0,0,0,0 +423210,488,109,348,26,20,5,0,0,0,0,0,0 +423220,488,109,319,31,29,0,0,0,0,0,0,0 +423310,488,109,841,46,23,15,0,0,0,0,0,0 +423320,488,109,124,18,13,0,0,0,0,0,0,0 +423330,488,109,374,25,18,6,0,0,0,0,0,0 +423390,488,109,461,28,19,6,0,0,0,0,0,0 +423420,488,109,878,70,61,7,0,0,0,0,0,0 +423430,488,109,826,29,21,3,3,0,0,0,0,0 +423440,488,109,364,23,18,3,0,0,0,0,0,0 +423450,488,109,1750,82,67,6,0,0,0,0,0,0 +423460,488,109,38,7,4,0,0,0,0,0,0,0 +423490,488,109,81,16,16,0,0,0,0,0,0,0 +423510,488,109,900,58,42,12,0,0,0,0,0,0 +423610,488,109,1092,72,44,18,0,0,0,0,0,0 +423620,488,109,84,8,4,0,0,0,0,0,0,0 +423690,488,109,995,51,46,0,0,0,0,0,0,0 +423710,488,109,251,28,25,3,0,0,0,0,0,0 +423720,488,109,373,31,21,6,0,0,0,0,0,0 +423730,488,109,730,43,33,8,0,0,0,0,0,0 +423740,488,109,269,9,0,4,0,0,0,0,0,0 +423810,488,109,1211,32,17,8,0,0,0,0,0,0 +423820,488,109,313,27,8,0,0,0,0,0,0,0 +423830,488,109,2245,182,149,19,0,0,0,0,0,0 +423840,488,109,223,35,28,0,0,0,0,0,0,0 +423850,488,109,978,37,27,3,0,0,0,0,0,0 +423860,488,109,455,18,16,0,0,0,0,0,0,0 +423910,488,109,77,12,12,0,0,0,0,0,0,0 +423920,488,109,52,5,3,0,0,0,0,0,0,0 +423930,488,109,387,26,12,6,0,0,0,0,0,0 +423940,488,109,58,16,15,0,0,0,0,0,0,0 +423990,488,109,276,42,36,0,0,0,0,0,0,0 +424110,488,109,0,3,0,0,0,0,0,0,0,0 +424120,488,109,245,23,14,3,0,0,0,0,0,0 +424130,488,109,387,17,8,8,0,0,0,0,0,0 +424210,488,109,408,37,29,7,0,0,0,0,0,0 +424310,488,109,59,8,8,0,0,0,0,0,0,0 +424320,488,109,13,5,4,0,0,0,0,0,0,0 +424330,488,109,336,13,7,0,0,0,0,0,0,0 +424410,488,109,0,11,8,0,0,0,0,0,0,0 +424420,488,109,561,20,16,3,0,0,0,0,0,0 +424430,488,109,222,13,8,0,0,0,0,0,0,0 +424450,488,109,352,12,7,0,0,0,0,0,0,0 +424460,488,109,119,4,0,0,0,0,0,0,0,0 +424470,488,109,809,14,4,4,0,0,0,0,0,0 +424480,488,109,1515,40,24,14,0,0,0,0,0,0 +424490,488,109,724,57,41,7,0,0,0,0,0,0 +424510,488,109,36,8,4,0,0,0,0,0,0,0 +424590,488,109,10,4,3,0,0,0,0,0,0,0 +424610,488,109,185,16,8,0,0,0,0,0,0,0 +424690,488,109,354,43,27,0,0,0,0,0,0,0 +424710,488,109,809,21,6,0,0,0,0,0,0,0 +424720,488,109,152,13,4,0,0,0,0,0,0,0 +424810,488,109,1346,6,0,0,0,3,0,0,0,0 +424820,488,109,646,12,7,0,0,0,0,0,0,0 +424910,488,109,130,22,10,0,0,0,0,0,0,0 +424920,488,109,0,3,0,0,0,0,0,0,0,0 +424930,488,109,243,12,9,0,0,0,0,0,0,0 +424940,488,109,22,3,0,0,0,0,0,0,0,0 +424950,488,109,106,9,8,0,0,0,0,0,0,0 +424990,488,109,408,46,34,3,0,0,0,0,0,0 +425120,488,109,1893,172,152,6,0,3,0,0,0,0 +441110,488,109,9373,119,22,43,26,3,0,0,0,0 +441120,488,109,1331,203,182,7,0,0,0,0,0,0 +441210,488,109,442,20,0,3,0,0,0,0,0,0 +441222,488,109,84,9,0,0,0,0,0,0,0,0 +441228,488,109,589,43,29,5,0,0,0,0,0,0 +441310,488,109,2701,264,233,15,0,0,0,0,0,0 +441320,488,109,1123,110,84,14,0,0,0,0,0,0 +442110,488,109,1109,159,142,10,0,0,0,0,0,0 +442210,488,109,317,52,45,0,0,0,0,0,0,0 +442291,488,109,38,8,5,0,0,0,0,0,0,0 +442299,488,109,1121,79,58,19,0,0,0,0,0,0 +443141,488,109,342,33,22,8,0,0,0,0,0,0 +443142,488,109,2223,193,163,16,5,0,0,0,0,0 +444110,488,109,4555,34,0,0,26,0,0,0,0,0 +444120,488,109,155,36,35,0,0,0,0,0,0,0 +444130,488,109,401,46,32,5,0,0,0,0,0,0 +444190,488,109,1275,117,91,19,0,0,0,0,0,0 +444210,488,109,82,10,8,0,0,0,0,0,0,0 +444220,488,109,954,73,38,5,0,0,0,0,0,0 +445110,488,109,17827,202,89,45,16,29,3,0,0,0 +445120,488,109,751,205,198,0,0,0,0,0,0,0 +445210,488,109,221,31,20,4,0,0,0,0,0,0 +445230,488,109,33,7,4,0,0,0,0,0,0,0 +445291,488,109,240,8,0,0,0,0,0,0,0,0 +445292,488,109,106,15,15,0,0,0,0,0,0,0 +445299,488,109,117,18,15,0,0,0,0,0,0,0 +445310,488,109,770,159,150,4,0,0,0,0,0,0 +446110,488,109,3789,253,155,79,0,0,0,0,0,0 +446120,488,109,1257,118,94,21,0,0,0,0,0,0 +446130,488,109,801,106,102,4,0,0,0,0,0,0 +446191,488,109,272,73,68,0,0,0,0,0,0,0 +446199,488,109,296,63,57,3,0,0,0,0,0,0 +447110,488,109,6326,794,760,28,0,0,0,0,0,0 +447190,488,109,855,50,23,13,0,0,0,0,0,0 +448110,488,109,311,28,25,3,0,0,0,0,0,0 +448120,488,109,2813,224,182,22,0,0,0,0,0,0 +448130,488,109,519,40,34,5,0,0,0,0,0,0 +448140,488,109,5847,211,98,96,0,0,0,0,0,0 +448150,488,109,734,77,64,11,0,0,0,0,0,0 +448190,488,109,852,94,74,11,0,0,0,0,0,0 +448210,488,109,1594,159,143,12,0,0,0,0,0,0 +448310,488,109,636,107,103,0,0,0,0,0,0,0 +448320,488,109,40,7,4,0,0,0,0,0,0,0 +451110,488,109,1925,100,77,17,0,0,0,0,0,0 +451120,488,109,931,52,30,16,0,0,0,0,0,0 +451130,488,109,182,15,9,0,0,0,0,0,0,0 +451140,488,109,233,21,15,4,0,0,0,0,0,0 +451211,488,109,435,33,25,8,0,0,0,0,0,0 +452210,488,109,3438,28,0,11,17,0,0,0,0,0 +452311,488,109,10833,59,0,4,27,25,0,0,0,0 +452319,488,109,2106,257,217,30,0,0,0,0,0,0 +453110,488,109,287,54,46,0,0,0,0,0,0,0 +453210,488,109,415,39,29,7,0,0,0,0,0,0 +453220,488,109,1035,148,126,12,0,0,0,0,0,0 +453310,488,109,1571,130,98,28,0,0,0,0,0,0 +453910,488,109,1013,72,45,14,0,0,0,0,0,0 +453920,488,109,62,17,16,0,0,0,0,0,0,0 +453930,488,109,175,22,15,0,0,0,0,0,0,0 +453991,488,109,215,57,54,0,0,0,0,0,0,0 +453998,488,109,639,130,121,0,0,0,0,0,0,0 +454110,488,109,2343,131,120,5,0,0,0,0,0,0 +454210,488,109,154,32,26,0,0,0,0,0,0,0 +454310,488,109,123,13,5,0,0,0,0,0,0,0 +454390,488,109,681,118,99,5,0,0,0,0,0,0 +481111,488,109,1139,10,4,0,0,0,0,0,0,0 +481211,488,109,129,12,7,3,0,0,0,0,0,0 +481219,488,109,5,3,3,0,0,0,0,0,0,0 +484110,488,109,1447,122,105,4,0,0,0,0,0,0 +484121,488,109,2243,166,135,15,0,0,0,0,0,0 +484122,488,109,1424,39,16,12,5,0,0,0,0,0 +484210,488,109,870,60,43,10,0,0,0,0,0,0 +484220,488,109,2228,156,113,25,0,0,0,0,0,0 +484230,488,109,1822,53,35,5,0,0,0,0,0,0 +485210,488,109,327,5,0,0,0,0,0,0,0,0 +485310,488,109,108,5,0,0,0,0,0,0,0,0 +485320,488,109,63,9,7,0,0,0,0,0,0,0 +485510,488,109,661,6,0,0,0,0,0,0,0,0 +485991,488,109,129,6,0,0,0,0,0,0,0,0 +485999,488,109,55,7,5,0,0,0,0,0,0,0 +486110,488,109,0,4,0,0,0,0,0,0,0,0 +486210,488,109,595,10,6,0,0,0,0,0,0,0 +486910,488,109,0,3,0,0,0,0,0,0,0,0 +487110,488,109,84,4,0,3,0,0,0,0,0,0 +488111,488,109,8,3,3,0,0,0,0,0,0,0 +488119,488,109,452,16,8,4,0,0,0,0,0,0 +488190,488,109,1773,44,28,9,0,0,0,0,0,0 +488210,488,109,381,18,6,0,0,0,0,0,0,0 +488410,488,109,335,62,53,4,0,0,0,0,0,0 +488490,488,109,80,16,13,0,0,0,0,0,0,0 +488510,488,109,383,67,59,3,0,0,0,0,0,0 +488991,488,109,30,9,7,0,0,0,0,0,0,0 +492110,488,109,3100,50,35,8,5,0,0,0,0,0 +492210,488,109,253,24,20,0,0,0,0,0,0,0 +493110,488,109,5083,61,27,16,0,4,0,0,0,0 +493120,488,109,91,6,3,3,0,0,0,0,0,0 +493190,488,109,239,17,11,0,0,0,0,0,0,0 +511110,488,109,638,20,8,3,0,0,0,0,0,0 +511120,488,109,72,24,24,0,0,0,0,0,0,0 +511130,488,109,16,6,5,0,0,0,0,0,0,0 +511210,488,109,764,33,25,6,0,0,0,0,0,0 +512110,488,109,123,36,35,0,0,0,0,0,0,0 +512131,488,109,1040,21,0,16,3,0,0,0,0,0 +512230,488,109,0,3,0,0,0,0,0,0,0,0 +512240,488,109,8,4,4,0,0,0,0,0,0,0 +512290,488,109,0,4,3,0,0,0,0,0,0,0 +515112,488,109,545,21,10,5,0,0,0,0,0,0 +515120,488,109,712,12,3,0,4,0,0,0,0,0 +517311,488,109,5731,142,101,24,3,0,0,0,0,0 +517312,488,109,1513,159,137,15,0,0,0,0,0,0 +517911,488,109,310,60,50,0,0,0,0,0,0,0 +517919,488,109,133,15,11,4,0,0,0,0,0,0 +518210,488,109,6425,73,49,13,6,0,0,0,0,0 +519110,488,109,3,3,3,0,0,0,0,0,0,0 +519120,488,109,24,6,0,0,0,0,0,0,0,0 +519130,488,109,83,20,16,0,0,0,0,0,0,0 +519190,488,109,13,6,5,0,0,0,0,0,0,0 +522110,488,109,13080,446,379,40,5,0,3,0,0,0 +522120,488,109,0,10,4,0,0,0,0,0,0,0 +522130,488,109,4113,152,123,18,4,0,0,0,0,0 +522210,488,109,0,10,6,0,0,0,0,0,0,0 +522220,488,109,480,19,16,0,0,0,0,0,0,0 +522291,488,109,1208,217,204,10,0,0,0,0,0,0 +522292,488,109,1027,117,104,11,0,0,0,0,0,0 +522298,488,109,803,171,164,0,0,0,0,0,0,0 +522310,488,109,99,27,26,0,0,0,0,0,0,0 +522320,488,109,1758,13,9,0,0,0,0,0,0,0 +522390,488,109,687,163,159,0,0,0,0,0,0,0 +523110,488,109,73,19,17,0,0,0,0,0,0,0 +523120,488,109,1165,106,91,7,3,0,0,0,0,0 +523910,488,109,228,74,70,0,0,0,0,0,0,0 +523920,488,109,2045,211,195,10,0,0,0,0,0,0 +523930,488,109,4500,99,91,3,0,0,0,0,0,0 +523991,488,109,75,11,9,0,0,0,0,0,0,0 +523999,488,109,16,8,4,0,0,0,0,0,0,0 +524113,488,109,3957,45,25,8,3,0,0,0,0,0 +524114,488,109,4320,62,44,3,6,4,0,0,0,0 +524126,488,109,12273,84,63,7,3,6,0,0,0,0 +524127,488,109,412,47,34,7,0,0,0,0,0,0 +524210,488,109,5918,926,880,27,0,3,0,0,0,0 +524291,488,109,302,39,34,0,0,0,0,0,0,0 +524292,488,109,881,32,20,6,4,0,0,0,0,0 +524298,488,109,6,3,3,0,0,0,0,0,0,0 +525990,488,109,10,5,5,0,0,0,0,0,0,0 +531110,488,109,1992,367,351,8,0,0,0,0,0,0 +531120,488,109,1519,226,210,7,3,0,0,0,0,0 +531130,488,109,446,198,194,0,0,0,0,0,0,0 +531190,488,109,217,54,49,0,0,0,0,0,0,0 +531210,488,109,1845,657,639,9,0,0,0,0,0,0 +531311,488,109,2666,341,319,11,4,0,0,0,0,0 +531312,488,109,547,132,126,0,0,0,0,0,0,0 +531320,488,109,230,65,64,0,0,0,0,0,0,0 +531390,488,109,317,70,66,0,0,0,0,0,0,0 +532111,488,109,758,69,57,6,0,0,0,0,0,0 +532112,488,109,51,5,0,0,0,0,0,0,0,0 +532120,488,109,293,35,28,3,0,0,0,0,0,0 +532210,488,109,307,73,62,0,0,0,0,0,0,0 +532281,488,109,38,7,4,0,0,0,0,0,0,0 +532283,488,109,136,12,8,0,0,0,0,0,0,0 +532284,488,109,42,14,8,0,0,0,0,0,0,0 +532289,488,109,355,48,45,0,0,0,0,0,0,0 +532310,488,109,121,20,17,0,0,0,0,0,0,0 +532412,488,109,726,52,34,3,0,0,0,0,0,0 +532420,488,109,30,5,0,0,0,0,0,0,0,0 +532490,488,109,2080,90,63,12,0,0,0,0,0,0 +533110,488,109,306,25,17,0,0,0,0,0,0,0 +541110,488,109,6595,1165,1097,56,7,0,0,0,0,0 +541191,488,109,240,51,39,0,0,0,0,0,0,0 +541199,488,109,125,12,9,0,0,0,0,0,0,0 +541211,488,109,2192,306,281,15,0,0,0,0,0,0 +541213,488,109,1454,239,208,9,0,0,0,0,0,0 +541214,488,109,288,25,19,0,0,0,0,0,0,0 +541219,488,109,1742,244,230,9,0,0,0,0,0,0 +541310,488,109,1148,131,115,16,0,0,0,0,0,0 +541320,488,109,131,31,27,0,0,0,0,0,0,0 +541330,488,109,5925,428,347,60,3,0,0,0,0,0 +541340,488,109,51,19,18,0,0,0,0,0,0,0 +541350,488,109,98,40,37,0,0,0,0,0,0,0 +541360,488,109,24,6,4,0,0,0,0,0,0,0 +541370,488,109,415,49,33,6,0,0,0,0,0,0 +541380,488,109,561,35,25,0,0,0,0,0,0,0 +541410,488,109,240,54,49,0,0,0,0,0,0,0 +541430,488,109,235,65,59,0,0,0,0,0,0,0 +541490,488,109,19,5,4,0,0,0,0,0,0,0 +541511,488,109,1883,262,240,13,3,0,0,0,0,0 +541512,488,109,3197,330,297,22,3,0,0,0,0,0 +541513,488,109,1548,58,44,7,4,0,0,0,0,0 +541519,488,109,1298,36,28,0,0,0,0,0,0,0 +541611,488,109,7983,469,419,28,6,0,4,0,0,0 +541612,488,109,1073,36,26,4,0,0,0,0,0,0 +541613,488,109,608,114,104,5,0,0,0,0,0,0 +541614,488,109,242,31,22,0,0,0,0,0,0,0 +541618,488,109,197,51,45,3,0,0,0,0,0,0 +541620,488,109,636,48,38,3,0,0,0,0,0,0 +541690,488,109,863,151,140,6,0,0,0,0,0,0 +541713,488,109,204,18,15,0,0,0,0,0,0,0 +541714,488,109,354,18,15,0,0,0,0,0,0,0 +541715,488,109,3934,74,57,12,3,0,0,0,0,0 +541720,488,109,192,9,4,0,0,0,0,0,0,0 +541810,488,109,433,71,63,4,0,0,0,0,0,0 +541820,488,109,74,18,16,0,0,0,0,0,0,0 +541840,488,109,0,3,0,0,0,0,0,0,0,0 +541850,488,109,69,11,8,0,0,0,0,0,0,0 +541860,488,109,110,40,37,0,0,0,0,0,0,0 +541870,488,109,105,5,0,0,0,0,0,0,0,0 +541890,488,109,358,38,30,3,0,0,0,0,0,0 +541910,488,109,112,15,12,0,0,0,0,0,0,0 +541921,488,109,316,64,60,0,0,0,0,0,0,0 +541922,488,109,86,20,18,0,0,0,0,0,0,0 +541930,488,109,100,14,9,0,0,0,0,0,0,0 +541940,488,109,2605,204,150,31,0,0,0,0,0,0 +541990,488,109,341,69,62,0,0,0,0,0,0,0 +551111,488,109,7,6,6,0,0,0,0,0,0,0 +551112,488,109,302,33,27,3,0,0,0,0,0,0 +551114,488,109,21632,314,178,84,21,7,6,0,0,0 +561110,488,109,5665,311,250,35,11,5,0,0,0,0 +561210,488,109,1655,47,31,5,4,0,0,0,0,0 +561311,488,109,943,50,41,4,3,0,0,0,0,0 +561312,488,109,103,18,15,0,0,0,0,0,0,0 +561320,488,109,18065,237,99,74,44,9,5,0,0,0 +561330,488,109,2721,29,9,12,4,0,0,0,0,0 +561410,488,109,1286,25,19,0,0,0,0,0,0,0 +561421,488,109,157,7,4,0,0,0,0,0,0,0 +561422,488,109,8683,38,6,10,6,4,6,0,0,0 +561431,488,109,195,45,40,0,0,0,0,0,0,0 +561439,488,109,220,36,31,0,0,0,0,0,0,0 +561440,488,109,1505,24,13,6,0,0,0,0,0,0 +561450,488,109,0,5,4,0,0,0,0,0,0,0 +561491,488,109,141,9,3,0,0,0,0,0,0,0 +561492,488,109,94,13,9,0,0,0,0,0,0,0 +561499,488,109,289,17,11,3,0,0,0,0,0,0 +561510,488,109,458,89,85,0,0,0,0,0,0,0 +561520,488,109,29,8,6,0,0,0,0,0,0,0 +561599,488,109,1206,16,11,0,0,0,0,0,0,0 +561611,488,109,57,14,11,0,0,0,0,0,0,0 +561612,488,109,5735,82,47,20,5,4,0,0,0,0 +561613,488,109,320,6,0,0,0,0,0,0,0,0 +561621,488,109,1107,49,35,10,3,0,0,0,0,0 +561622,488,109,92,28,26,0,0,0,0,0,0,0 +561710,488,109,911,106,85,6,0,0,0,0,0,0 +561720,488,109,6421,301,241,35,8,0,3,0,0,0 +561730,488,109,3676,384,333,35,0,0,0,0,0,0 +561740,488,109,188,38,30,0,0,0,0,0,0,0 +561790,488,109,599,101,87,6,0,0,0,0,0,0 +561910,488,109,68,5,0,0,0,0,0,0,0,0 +561920,488,109,734,19,14,0,0,0,0,0,0,0 +561990,488,109,719,52,39,3,0,0,0,0,0,0 +562111,488,109,1022,45,22,7,3,0,0,0,0,0 +562211,488,109,108,4,0,0,0,0,0,0,0,0 +562212,488,109,162,12,4,0,0,0,0,0,0,0 +562219,488,109,34,3,0,0,0,0,0,0,0,0 +562910,488,109,592,20,10,6,0,0,0,0,0,0 +562920,488,109,62,6,3,0,0,0,0,0,0,0 +562991,488,109,141,14,3,0,0,0,0,0,0,0 +562998,488,109,17,4,3,0,0,0,0,0,0,0 +611110,488,109,7012,110,32,45,18,3,0,0,0,0 +611310,488,109,7698,28,14,4,4,0,0,3,0,0 +611410,488,109,0,3,0,0,0,0,0,0,0,0 +611420,488,109,45,8,5,0,0,0,0,0,0,0 +611430,488,109,258,33,29,3,0,0,0,0,0,0 +611511,488,109,305,18,13,3,0,0,0,0,0,0 +611512,488,109,0,12,4,0,0,0,0,0,0,0 +611513,488,109,56,4,0,0,0,0,0,0,0,0 +611519,488,109,338,30,26,3,0,0,0,0,0,0 +611610,488,109,470,72,66,0,0,0,0,0,0,0 +611620,488,109,949,104,82,10,0,0,0,0,0,0 +611630,488,109,148,11,6,4,0,0,0,0,0,0 +611691,488,109,489,46,33,5,0,0,0,0,0,0 +611692,488,109,74,13,11,0,0,0,0,0,0,0 +611699,488,109,590,27,17,5,0,0,0,0,0,0 +611710,488,109,1881,53,45,3,0,0,0,0,0,0 +621111,488,109,18265,1919,1716,178,12,0,0,0,0,0 +621112,488,109,186,68,65,0,0,0,0,0,0,0 +621210,488,109,6219,947,913,25,0,0,0,0,0,0 +621310,488,109,992,153,147,0,0,0,0,0,0,0 +621320,488,109,945,165,154,6,0,0,0,0,0,0 +621330,488,109,506,107,100,4,0,0,0,0,0,0 +621340,488,109,2812,228,190,15,6,0,0,0,0,0 +621391,488,109,221,51,46,0,0,0,0,0,0,0 +621399,488,109,650,126,108,5,0,0,0,0,0,0 +621410,488,109,64,12,11,0,0,0,0,0,0,0 +621420,488,109,507,34,28,5,0,0,0,0,0,0 +621492,488,109,1152,65,31,21,0,0,0,0,0,0 +621493,488,109,1149,65,38,16,0,0,0,0,0,0 +621498,488,109,1633,89,60,16,0,0,0,0,0,0 +621511,488,109,2182,87,67,12,5,0,0,0,0,0 +621512,488,109,640,46,33,12,0,0,0,0,0,0 +621610,488,109,15400,255,119,79,26,10,3,0,0,0 +621910,488,109,700,36,20,12,0,0,0,0,0,0 +621991,488,109,884,17,0,12,0,0,0,0,0,0 +621999,488,109,354,29,24,4,0,0,0,0,0,0 +622110,488,109,27505,40,0,11,0,3,10,5,3,0 +622310,488,109,1658,10,0,0,5,0,0,0,0,0 +623110,488,109,9402,131,29,42,38,0,0,0,0,0 +623210,488,109,2239,169,143,18,3,0,0,0,0,0 +623220,488,109,918,14,4,5,0,0,0,0,0,0 +623311,488,109,2707,34,0,18,6,0,0,0,0,0 +623312,488,109,1672,80,47,21,4,0,0,0,0,0 +623990,488,109,543,14,3,4,0,0,0,0,0,0 +624110,488,109,1238,62,40,8,3,0,0,0,0,0 +624120,488,109,11702,176,101,33,17,8,5,0,0,0 +624190,488,109,2911,144,106,20,4,0,0,0,0,0 +624210,488,109,351,9,0,0,0,0,0,0,0,0 +624221,488,109,871,17,8,6,3,0,0,0,0,0 +624229,488,109,301,15,8,0,0,0,0,0,0,0 +624230,488,109,75,4,0,0,0,0,0,0,0,0 +624310,488,109,1036,25,14,5,0,0,0,0,0,0 +624410,488,109,7126,407,285,105,4,0,0,0,0,0 +711110,488,109,115,12,6,0,0,0,0,0,0,0 +711130,488,109,266,24,18,0,0,0,0,0,0,0 +711211,488,109,0,5,0,0,0,0,0,0,0,0 +711219,488,109,9,7,3,0,0,0,0,0,0,0 +711310,488,109,1355,19,9,0,0,0,0,0,0,0 +711320,488,109,159,21,18,0,0,0,0,0,0,0 +711410,488,109,29,7,6,0,0,0,0,0,0,0 +711510,488,109,133,65,59,0,0,0,0,0,0,0 +712110,488,109,749,18,6,3,5,0,0,0,0,0 +712190,488,109,7,3,3,0,0,0,0,0,0,0 +713110,488,109,0,6,0,0,0,0,0,0,0,0 +713120,488,109,361,19,12,5,0,0,0,0,0,0 +713290,488,109,143,13,12,0,0,0,0,0,0,0 +713910,488,109,1587,26,7,9,5,0,0,0,0,0 +713930,488,109,0,3,3,0,0,0,0,0,0,0 +713940,488,109,4600,202,142,42,6,0,0,0,0,0 +713950,488,109,1015,21,3,6,0,0,0,0,0,0 +713990,488,109,1441,101,76,11,0,0,0,0,0,0 +721110,488,109,15037,476,297,129,17,5,5,0,0,0 +721191,488,109,78,18,14,0,0,0,0,0,0,0 +721199,488,109,34,4,0,0,0,0,0,0,0,0 +721211,488,109,205,33,23,0,0,0,0,0,0,0 +721214,488,109,49,5,0,0,0,0,0,0,0,0 +721310,488,109,17,5,4,0,0,0,0,0,0,0 +722310,488,109,4144,148,108,18,6,4,0,0,0,0 +722320,488,109,1321,73,44,8,0,0,0,0,0,0 +722330,488,109,65,29,27,0,0,0,0,0,0,0 +722410,488,109,3907,337,287,42,0,0,0,0,0,0 +722511,488,109,44082,1680,1005,592,75,0,0,0,0,0 +722513,488,109,46509,1725,838,843,32,0,0,0,0,0 +722514,488,109,1649,41,16,21,0,0,0,0,0,0 +722515,488,109,3744,351,286,53,0,0,0,0,0,0 +811111,488,109,2508,430,412,7,0,0,0,0,0,0 +811112,488,109,6,3,3,0,0,0,0,0,0,0 +811113,488,109,157,38,33,0,0,0,0,0,0,0 +811118,488,109,265,39,33,0,0,0,0,0,0,0 +811121,488,109,2189,225,169,43,0,0,0,0,0,0 +811122,488,109,257,41,38,0,0,0,0,0,0,0 +811191,488,109,694,92,79,0,0,0,0,0,0,0 +811192,488,109,2023,123,73,28,0,0,0,0,0,0 +811198,488,109,104,32,32,0,0,0,0,0,0,0 +811211,488,109,154,12,9,0,0,0,0,0,0,0 +811212,488,109,239,35,34,0,0,0,0,0,0,0 +811213,488,109,19,7,0,0,0,0,0,0,0,0 +811219,488,109,77,14,11,0,0,0,0,0,0,0 +811310,488,109,875,113,99,6,0,0,0,0,0,0 +811411,488,109,29,6,3,0,0,0,0,0,0,0 +811412,488,109,135,30,24,3,0,0,0,0,0,0 +811420,488,109,86,22,20,0,0,0,0,0,0,0 +811430,488,109,16,5,4,0,0,0,0,0,0,0 +811490,488,109,141,34,27,0,0,0,0,0,0,0 +812111,488,109,779,20,15,0,0,0,0,0,0,0 +812112,488,109,2761,496,464,15,0,0,0,0,0,0 +812113,488,109,307,89,85,0,0,0,0,0,0,0 +812191,488,109,168,23,20,3,0,0,0,0,0,0 +812199,488,109,922,102,84,11,0,0,0,0,0,0 +812210,488,109,609,65,41,4,0,0,0,0,0,0 +812220,488,109,170,17,12,0,0,0,0,0,0,0 +812310,488,109,373,102,98,3,0,0,0,0,0,0 +812320,488,109,1645,145,118,12,0,0,0,0,0,0 +812331,488,109,153,8,6,0,0,0,0,0,0,0 +812332,488,109,534,8,0,3,0,0,0,0,0,0 +812910,488,109,711,118,108,0,0,0,0,0,0,0 +812921,488,109,22,4,0,0,0,0,0,0,0,0 +812930,488,109,849,115,104,10,0,0,0,0,0,0 +812990,488,109,439,108,97,3,0,0,0,0,0,0 +813110,488,109,12490,991,831,141,7,0,0,0,0,0 +813211,488,109,267,54,51,0,0,0,0,0,0,0 +813212,488,109,238,20,17,0,0,0,0,0,0,0 +813219,488,109,147,15,10,0,0,0,0,0,0,0 +813311,488,109,119,16,15,0,0,0,0,0,0,0 +813312,488,109,278,27,21,0,0,0,0,0,0,0 +813319,488,109,200,17,12,3,0,0,0,0,0,0 +813410,488,109,1129,128,114,6,0,0,0,0,0,0 +813910,488,109,390,60,52,0,0,0,0,0,0,0 +813920,488,109,123,24,20,0,0,0,0,0,0,0 +813930,488,109,240,29,25,4,0,0,0,0,0,0 +813940,488,109,49,15,14,0,0,0,0,0,0,0 +813990,488,109,337,106,102,0,0,0,0,0,0,0 +447110,489,105,13,4,3,0,0,0,0,0,0,0 +813110,489,105,20,5,3,0,0,0,0,0,0,0 +221310,489,107,5,3,3,0,0,0,0,0,0,0 +236115,489,107,11,4,3,0,0,0,0,0,0,0 +236118,489,107,1,3,3,0,0,0,0,0,0,0 +238210,489,107,27,6,5,0,0,0,0,0,0,0 +238220,489,107,50,6,3,0,0,0,0,0,0,0 +425120,489,107,9,3,0,0,0,0,0,0,0,0 +445110,489,107,92,4,0,0,0,0,0,0,0,0 +445120,489,107,9,3,0,0,0,0,0,0,0,0 +447110,489,107,25,7,5,0,0,0,0,0,0,0 +452319,489,107,39,6,3,0,0,0,0,0,0,0 +484121,489,107,7,3,3,0,0,0,0,0,0,0 +524210,489,107,6,3,3,0,0,0,0,0,0,0 +531210,489,107,0,3,3,0,0,0,0,0,0,0 +541211,489,107,3,3,3,0,0,0,0,0,0,0 +541219,489,107,0,3,3,0,0,0,0,0,0,0 +541330,489,107,3,3,3,0,0,0,0,0,0,0 +541690,489,107,0,3,3,0,0,0,0,0,0,0 +621111,489,107,17,3,0,0,0,0,0,0,0,0 +624120,489,107,11,3,0,0,0,0,0,0,0,0 +722511,489,107,72,7,0,0,0,0,0,0,0,0 +722513,489,107,73,6,3,0,0,0,0,0,0,0 +813110,489,107,35,8,5,0,0,0,0,0,0,0 +813990,489,107,13,3,0,0,0,0,0,0,0,0 +113110,489,110,5,3,3,0,0,0,0,0,0,0 +113310,489,110,930,133,102,3,0,0,0,0,0,0 +114111,489,110,10,14,14,0,0,0,0,0,0,0 +114112,489,110,24,37,37,0,0,0,0,0,0,0 +114210,489,110,35,8,8,0,0,0,0,0,0,0 +115111,489,110,62,10,5,0,0,0,0,0,0,0 +115112,489,110,248,60,42,0,0,0,0,0,0,0 +115114,489,110,1085,24,0,3,0,0,0,0,0,0 +115115,489,110,0,4,0,0,0,0,0,0,0,0 +115210,489,110,127,40,25,0,0,0,0,0,0,0 +115310,489,110,44,14,10,0,0,0,0,0,0,0 +211120,489,110,11815,1002,763,44,11,0,0,0,0,0 +211130,489,110,1145,148,47,3,0,0,0,0,0,0 +212111,489,110,0,10,0,0,0,0,0,0,0,0 +212311,489,110,60,7,0,0,0,0,0,0,0,0 +212312,489,110,87,7,0,3,0,0,0,0,0,0 +212313,489,110,78,4,0,0,0,0,0,0,0,0 +212319,489,110,0,3,0,0,0,0,0,0,0,0 +212321,489,110,364,15,0,6,0,0,0,0,0,0 +212322,489,110,439,4,0,0,0,0,0,0,0,0 +212325,489,110,53,4,0,0,0,0,0,0,0,0 +213111,489,110,8973,378,197,44,9,0,0,0,0,0 +213112,489,110,43853,2308,1598,379,33,7,0,0,0,0 +221112,489,110,258,27,3,0,0,0,0,0,0,0 +221115,489,110,149,15,3,0,0,0,0,0,0,0 +221122,489,110,1942,155,30,6,0,0,0,0,0,0 +221210,489,110,445,21,3,0,0,0,0,0,0,0 +221310,489,110,1099,238,162,0,0,0,0,0,0,0 +236115,489,110,2535,715,610,3,0,0,0,0,0,0 +236116,489,110,100,19,7,0,0,0,0,0,0,0 +236117,489,110,1218,237,200,4,0,0,0,0,0,0 +236118,489,110,2105,698,612,0,0,0,0,0,0,0 +236210,489,110,219,27,4,3,0,0,0,0,0,0 +236220,489,110,6003,583,428,50,0,0,0,0,0,0 +237110,489,110,3517,345,148,20,0,0,0,0,0,0 +237120,489,110,7717,165,24,20,14,0,0,0,0,0 +237130,489,110,987,96,39,3,0,0,0,0,0,0 +237210,489,110,284,97,75,0,0,0,0,0,0,0 +237310,489,110,5366,152,21,18,0,0,0,0,0,0 +237990,489,110,155,23,6,0,0,0,0,0,0,0 +238110,489,110,3119,325,228,17,0,0,0,0,0,0 +238120,489,110,607,41,10,0,0,0,0,0,0,0 +238130,489,110,207,41,20,0,0,0,0,0,0,0 +238140,489,110,1844,171,106,3,3,0,0,0,0,0 +238150,489,110,414,68,39,0,0,0,0,0,0,0 +238160,489,110,1983,275,199,11,0,0,0,0,0,0 +238170,489,110,112,24,6,0,0,0,0,0,0,0 +238190,489,110,534,125,69,0,0,0,0,0,0,0 +238210,489,110,12058,1195,894,79,6,0,0,0,0,0 +238220,489,110,15309,1902,1602,91,0,0,0,0,0,0 +238290,489,110,1289,94,33,0,0,0,0,0,0,0 +238310,489,110,1566,149,88,9,0,0,0,0,0,0 +238320,489,110,1274,213,145,3,0,0,0,0,0,0 +238330,489,110,238,68,42,0,0,0,0,0,0,0 +238340,489,110,145,34,18,0,0,0,0,0,0,0 +238350,489,110,1100,240,156,0,0,0,0,0,0,0 +238390,489,110,195,27,10,0,0,0,0,0,0,0 +238910,489,110,8207,790,508,30,0,0,0,0,0,0 +238990,489,110,4065,515,384,14,0,0,0,0,0,0 +311119,489,110,408,21,0,6,0,0,0,0,0,0 +311211,489,110,192,3,0,3,0,0,0,0,0,0 +311421,489,110,0,5,4,0,0,0,0,0,0,0 +311611,489,110,34,7,0,0,0,0,0,0,0,0 +311612,489,110,123,10,0,0,0,0,0,0,0,0 +311615,489,110,2428,10,0,0,0,0,0,0,0,0 +311710,489,110,0,4,0,0,0,0,0,0,0,0 +311811,489,110,389,62,38,0,0,0,0,0,0,0 +311812,489,110,177,29,8,0,0,0,0,0,0,0 +311830,489,110,303,34,20,0,0,0,0,0,0,0 +311919,489,110,6,6,3,0,0,0,0,0,0,0 +311920,489,110,0,3,0,0,0,0,0,0,0,0 +311999,489,110,0,3,0,0,0,0,0,0,0,0 +312130,489,110,338,34,19,0,0,0,0,0,0,0 +312140,489,110,14,4,3,0,0,0,0,0,0,0 +314910,489,110,0,3,0,0,0,0,0,0,0,0 +314999,489,110,65,14,8,0,0,0,0,0,0,0 +315210,489,110,42,5,3,0,0,0,0,0,0,0 +316210,489,110,0,4,0,0,0,0,0,0,0,0 +316998,489,110,24,9,3,0,0,0,0,0,0,0 +321113,489,110,620,19,0,0,0,0,0,0,0,0 +321114,489,110,30,3,0,0,0,0,0,0,0,0 +321214,489,110,45,3,3,0,0,0,0,0,0,0 +321219,489,110,0,3,0,0,0,0,0,0,0,0 +321911,489,110,65,7,3,3,0,0,0,0,0,0 +321918,489,110,0,4,0,0,0,0,0,0,0,0 +321920,489,110,552,21,3,0,3,0,0,0,0,0 +321991,489,110,0,5,0,0,0,0,0,0,0,0 +321999,489,110,32,3,0,0,0,0,0,0,0,0 +322211,489,110,85,11,0,3,3,0,0,0,0,0 +322299,489,110,0,3,0,0,0,0,0,0,0,0 +323111,489,110,1384,153,86,7,0,0,0,0,0,0 +323113,489,110,843,61,27,0,0,0,0,0,0,0 +324121,489,110,35,4,0,0,0,0,0,0,0,0 +325120,489,110,0,3,0,0,0,0,0,0,0,0 +325199,489,110,88,3,0,0,0,0,0,0,0,0 +325211,489,110,304,7,0,0,0,0,0,0,0,0 +325412,489,110,0,3,0,0,0,0,0,0,0,0 +325510,489,110,13,3,0,0,0,0,0,0,0,0 +325998,489,110,54,6,0,0,0,0,0,0,0,0 +326122,489,110,176,4,0,0,0,0,0,0,0,0 +326191,489,110,105,3,0,0,0,0,0,0,0,0 +326199,489,110,949,43,6,6,0,0,0,0,0,0 +327110,489,110,192,4,0,0,0,0,0,0,0,0 +327215,489,110,12,3,0,0,0,0,0,0,0,0 +327320,489,110,1150,90,25,6,0,0,0,0,0,0 +327390,489,110,346,17,0,0,0,0,0,0,0,0 +327991,489,110,405,23,4,3,0,0,0,0,0,0 +331513,489,110,269,4,0,0,0,0,0,0,0,0 +332119,489,110,0,3,0,0,0,0,0,0,0,0 +332311,489,110,100,12,0,0,0,0,0,0,0,0 +332312,489,110,1258,31,0,0,3,0,0,0,0,0 +332313,489,110,171,12,0,0,0,0,0,0,0,0 +332321,489,110,47,3,3,0,0,0,0,0,0,0 +332322,489,110,192,18,3,0,0,0,0,0,0,0 +332323,489,110,7,3,0,0,0,0,0,0,0,0 +332420,489,110,931,23,3,3,0,0,0,0,0,0 +332710,489,110,2711,290,180,16,0,0,0,0,0,0 +332721,489,110,202,20,0,0,0,0,0,0,0,0 +332812,489,110,185,19,0,3,0,0,0,0,0,0 +332813,489,110,44,3,0,0,0,0,0,0,0,0 +332911,489,110,23,4,0,0,0,0,0,0,0,0 +332999,489,110,213,24,4,0,0,0,0,0,0,0 +333111,489,110,121,12,0,3,0,0,0,0,0,0 +333120,489,110,926,3,0,0,0,0,0,0,0,0 +333132,489,110,1230,64,29,13,0,0,0,0,0,0 +333415,489,110,432,14,3,0,0,0,0,0,0,0 +333511,489,110,0,3,0,0,0,0,0,0,0,0 +333514,489,110,0,4,0,0,0,0,0,0,0,0 +333613,489,110,0,3,0,0,0,0,0,0,0,0 +333912,489,110,247,7,0,0,0,0,0,0,0,0 +333914,489,110,851,20,0,3,0,0,0,0,0,0 +333999,489,110,34,3,0,0,0,0,0,0,0,0 +334220,489,110,0,3,0,0,0,0,0,0,0,0 +335312,489,110,282,3,0,0,0,0,0,0,0,0 +336211,489,110,0,3,0,0,0,0,0,0,0,0 +336212,489,110,2149,12,0,0,0,0,0,0,0,0 +336214,489,110,801,16,0,0,0,0,0,0,0,0 +336310,489,110,0,3,0,0,0,0,0,0,0,0 +336370,489,110,72,4,3,0,0,0,0,0,0,0 +336390,489,110,0,3,0,0,0,0,0,0,0,0 +336612,489,110,62,4,0,0,0,0,0,0,0,0 +337110,489,110,825,51,17,0,0,0,0,0,0,0 +337122,489,110,27,3,0,0,0,0,0,0,0,0 +337127,489,110,0,3,0,0,0,0,0,0,0,0 +337212,489,110,0,3,0,0,0,0,0,0,0,0 +339113,489,110,175,8,0,0,0,0,0,0,0,0 +339116,489,110,243,48,26,0,0,0,0,0,0,0 +339910,489,110,0,5,0,0,0,0,0,0,0,0 +339920,489,110,0,3,0,0,0,0,0,0,0,0 +339950,489,110,474,54,23,0,0,0,0,0,0,0 +339991,489,110,60,4,0,0,0,0,0,0,0,0 +339994,489,110,11,3,0,0,0,0,0,0,0,0 +339999,489,110,300,33,18,0,0,0,0,0,0,0 +423110,489,110,2355,113,31,22,0,0,0,0,0,0 +423120,489,110,2076,158,81,3,0,0,0,0,0,0 +423130,489,110,486,46,15,4,0,0,0,0,0,0 +423140,489,110,51,12,8,0,0,0,0,0,0,0 +423210,489,110,64,17,3,0,0,0,0,0,0,0 +423220,489,110,60,13,6,0,0,0,0,0,0,0 +423310,489,110,512,54,21,0,0,0,0,0,0,0 +423320,489,110,613,72,39,0,0,0,0,0,0,0 +423330,489,110,213,28,16,0,0,0,0,0,0,0 +423390,489,110,307,37,16,0,0,0,0,0,0,0 +423420,489,110,802,91,50,3,0,0,0,0,0,0 +423430,489,110,79,18,10,0,0,0,0,0,0,0 +423440,489,110,366,37,13,0,0,0,0,0,0,0 +423450,489,110,501,76,55,0,0,0,0,0,0,0 +423490,489,110,68,15,7,0,0,0,0,0,0,0 +423510,489,110,1902,160,81,13,0,0,0,0,0,0 +423610,489,110,1635,164,109,0,0,0,0,0,0,0 +423620,489,110,158,12,4,4,0,0,0,0,0,0 +423690,489,110,493,67,53,0,0,0,0,0,0,0 +423710,489,110,439,57,27,0,0,0,0,0,0,0 +423720,489,110,668,70,28,0,0,0,0,0,0,0 +423730,489,110,724,131,94,3,0,0,0,0,0,0 +423740,489,110,40,3,0,0,0,0,0,0,0,0 +423810,489,110,1372,86,27,6,0,0,0,0,0,0 +423820,489,110,2697,257,110,11,0,0,0,0,0,0 +423830,489,110,10866,951,702,76,6,0,0,0,0,0 +423840,489,110,1368,186,125,7,0,0,0,0,0,0 +423850,489,110,433,53,18,0,0,0,0,0,0,0 +423860,489,110,26,5,3,0,0,0,0,0,0,0 +423910,489,110,97,19,3,0,0,0,0,0,0,0 +423920,489,110,29,6,5,0,0,0,0,0,0,0 +423930,489,110,1590,122,49,5,0,0,0,0,0,0 +423940,489,110,37,11,9,0,0,0,0,0,0,0 +423990,489,110,490,90,45,0,0,0,0,0,0,0 +424120,489,110,190,40,21,0,0,0,0,0,0,0 +424130,489,110,139,22,10,0,0,0,0,0,0,0 +424210,489,110,219,33,16,3,0,0,0,0,0,0 +424310,489,110,44,9,5,0,0,0,0,0,0,0 +424320,489,110,50,8,7,0,0,0,0,0,0,0 +424330,489,110,182,34,29,0,0,0,0,0,0,0 +424340,489,110,32,5,3,0,0,0,0,0,0,0 +424410,489,110,259,10,0,0,0,0,0,0,0,0 +424420,489,110,104,24,13,0,0,0,0,0,0,0 +424430,489,110,131,8,0,0,0,0,0,0,0,0 +424450,489,110,58,17,13,0,0,0,0,0,0,0 +424460,489,110,13,6,5,0,0,0,0,0,0,0 +424470,489,110,335,20,8,0,0,0,0,0,0,0 +424480,489,110,2950,195,154,27,4,0,0,0,0,0 +424490,489,110,1986,154,73,3,0,0,0,0,0,0 +424510,489,110,1040,100,29,0,0,0,0,0,0,0 +424590,489,110,147,21,15,0,0,0,0,0,0,0 +424610,489,110,288,21,3,0,0,0,0,0,0,0 +424690,489,110,2492,189,108,17,0,0,0,0,0,0 +424710,489,110,1222,97,25,4,0,0,0,0,0,0 +424720,489,110,921,50,16,0,0,0,0,0,0,0 +424810,489,110,902,12,0,0,3,0,0,0,0,0 +424820,489,110,0,3,0,0,0,0,0,0,0,0 +424910,489,110,1972,245,140,0,0,0,0,0,0,0 +424930,489,110,387,24,14,0,0,0,0,0,0,0 +424950,489,110,102,20,9,0,0,0,0,0,0,0 +424990,489,110,692,98,67,0,0,0,0,0,0,0 +425120,489,110,2176,336,243,4,0,0,0,0,0,0 +441110,489,110,20934,475,56,200,39,0,0,0,0,0 +441120,489,110,3210,563,470,12,0,0,0,0,0,0 +441210,489,110,528,49,15,0,0,0,0,0,0,0 +441222,489,110,158,22,8,0,0,0,0,0,0,0 +441228,489,110,1197,118,45,3,0,0,0,0,0,0 +441310,489,110,8361,948,733,28,0,0,0,0,0,0 +441320,489,110,3606,447,301,20,0,0,0,0,0,0 +442110,489,110,3766,429,298,28,0,0,0,0,0,0 +442210,489,110,891,137,91,0,0,0,0,0,0,0 +442291,489,110,7,3,0,0,0,0,0,0,0,0 +442299,489,110,2006,170,80,9,0,0,0,0,0,0 +443141,489,110,421,79,33,0,0,0,0,0,0,0 +443142,489,110,3571,325,271,0,0,0,0,0,0,0 +444110,489,110,3099,61,0,0,35,0,0,0,0,0 +444120,489,110,331,80,62,0,0,0,0,0,0,0 +444130,489,110,2120,251,115,7,0,0,0,0,0,0 +444190,489,110,5963,614,443,25,0,0,0,0,0,0 +444210,489,110,147,30,3,0,0,0,0,0,0,0 +444220,489,110,3660,405,153,12,0,0,0,0,0,0 +445110,489,110,33651,628,142,131,53,21,0,0,0,0 +445120,489,110,1790,460,396,0,0,0,0,0,0,0 +445210,489,110,428,57,36,0,0,0,0,0,0,0 +445220,489,110,23,4,3,0,0,0,0,0,0,0 +445230,489,110,45,11,10,0,0,0,0,0,0,0 +445291,489,110,33,7,5,0,0,0,0,0,0,0 +445292,489,110,36,11,5,0,0,0,0,0,0,0 +445299,489,110,132,22,11,0,0,0,0,0,0,0 +445310,489,110,1860,417,337,3,0,0,0,0,0,0 +446110,489,110,8495,646,333,145,0,0,0,0,0,0 +446120,489,110,2244,244,153,19,0,0,0,0,0,0 +446130,489,110,1077,162,124,0,0,0,0,0,0,0 +446191,489,110,581,144,117,0,0,0,0,0,0,0 +446199,489,110,1293,157,118,0,0,0,0,0,0,0 +447110,489,110,21552,2729,2334,101,0,0,0,0,0,0 +447190,489,110,4033,328,117,33,0,0,0,0,0,0 +448110,489,110,441,60,30,3,0,0,0,0,0,0 +448120,489,110,5509,603,488,23,0,0,0,0,0,0 +448130,489,110,1132,115,59,9,0,0,0,0,0,0 +448140,489,110,11952,556,257,169,4,0,0,0,0,0 +448150,489,110,866,136,84,0,0,0,0,0,0,0 +448190,489,110,1375,137,72,8,0,0,0,0,0,0 +448210,489,110,4102,439,357,13,0,0,0,0,0,0 +448310,489,110,1533,245,204,0,0,0,0,0,0,0 +451110,489,110,3652,230,155,6,0,0,0,0,0,0 +451120,489,110,2121,101,30,7,0,0,0,0,0,0 +451130,489,110,285,31,10,0,0,0,0,0,0,0 +451140,489,110,284,25,3,0,0,0,0,0,0,0 +451211,489,110,848,69,19,3,0,0,0,0,0,0 +451212,489,110,14,3,3,0,0,0,0,0,0,0 +452210,489,110,7723,79,0,31,7,0,0,0,0,0 +452311,489,110,8084,121,0,0,34,51,0,0,0,0 +452319,489,110,8548,1259,1002,38,0,0,0,0,0,0 +453110,489,110,821,192,140,0,0,0,0,0,0,0 +453210,489,110,624,63,22,3,0,0,0,0,0,0 +453220,489,110,1658,265,194,6,0,0,0,0,0,0 +453310,489,110,2372,286,192,22,0,0,0,0,0,0 +453910,489,110,773,61,14,6,0,0,0,0,0,0 +453920,489,110,24,7,3,0,0,0,0,0,0,0 +453930,489,110,418,80,56,0,0,0,0,0,0,0 +453991,489,110,541,106,78,0,0,0,0,0,0,0 +453998,489,110,1459,286,237,0,0,0,0,0,0,0 +454110,489,110,890,201,152,0,0,0,0,0,0,0 +454210,489,110,209,35,3,0,0,0,0,0,0,0 +454310,489,110,363,68,25,0,0,0,0,0,0,0 +454390,489,110,1385,271,211,3,0,0,0,0,0,0 +481111,489,110,167,17,0,0,0,0,0,0,0,0 +481211,489,110,33,6,5,0,0,0,0,0,0,0 +484110,489,110,3752,617,495,3,3,0,0,0,0,0 +484121,489,110,8145,778,554,36,0,0,0,0,0,0 +484122,489,110,3022,185,100,34,0,0,0,0,0,0 +484210,489,110,1082,117,50,7,0,0,0,0,0,0 +484220,489,110,9046,954,642,64,0,0,0,0,0,0 +484230,489,110,3790,309,163,19,0,0,0,0,0,0 +485210,489,110,414,13,6,0,0,0,0,0,0,0 +485310,489,110,0,4,3,0,0,0,0,0,0,0 +485410,489,110,249,13,0,0,0,0,0,0,0,0 +485991,489,110,393,5,0,0,0,0,0,0,0,0 +485999,489,110,38,4,3,0,0,0,0,0,0,0 +486110,489,110,1036,76,19,12,0,0,0,0,0,0 +486210,489,110,1259,208,79,6,0,0,0,0,0,0 +486910,489,110,0,9,3,0,0,0,0,0,0,0 +487110,489,110,31,4,0,0,0,0,0,0,0,0 +487210,489,110,39,8,5,0,0,0,0,0,0,0 +488119,489,110,293,19,0,3,0,0,0,0,0,0 +488190,489,110,583,52,16,0,0,0,0,0,0,0 +488210,489,110,229,3,0,0,0,0,0,0,0,0 +488310,489,110,17,3,3,0,0,0,0,0,0,0 +488320,489,110,161,4,0,0,0,0,0,0,0,0 +488330,489,110,32,5,3,0,0,0,0,0,0,0 +488390,489,110,31,6,3,0,0,0,0,0,0,0 +488410,489,110,846,161,89,0,0,0,0,0,0,0 +488490,489,110,553,62,34,0,0,0,0,0,0,0 +488510,489,110,2664,309,234,40,0,0,0,0,0,0 +488991,489,110,12,3,0,0,0,0,0,0,0,0 +492110,489,110,3315,115,21,3,3,0,0,0,0,0 +492210,489,110,246,39,17,0,0,0,0,0,0,0 +493110,489,110,3351,162,79,13,0,0,0,0,0,0 +493120,489,110,456,20,14,4,0,0,0,0,0,0 +493130,489,110,112,16,0,0,0,0,0,0,0,0 +493190,489,110,312,22,7,0,0,0,0,0,0,0 +511110,489,110,987,74,20,0,0,0,0,0,0,0 +511120,489,110,89,20,3,0,0,0,0,0,0,0 +511130,489,110,58,10,0,0,0,0,0,0,0,0 +511210,489,110,293,25,3,0,0,0,0,0,0,0 +512110,489,110,94,17,12,0,0,0,0,0,0,0 +512131,489,110,1085,44,0,13,0,0,0,0,0,0 +512240,489,110,11,3,0,0,0,0,0,0,0,0 +515112,489,110,626,55,10,0,0,0,0,0,0,0 +515120,489,110,2341,47,0,7,0,0,0,0,0,0 +517311,489,110,8358,547,274,39,3,0,0,0,0,0 +517312,489,110,4366,350,253,15,0,0,0,0,0,0 +517410,489,110,50,4,3,0,0,0,0,0,0,0 +517911,489,110,277,58,26,0,0,0,0,0,0,0 +517919,489,110,116,11,6,0,0,0,0,0,0,0 +518210,489,110,762,76,33,0,0,0,0,0,0,0 +519120,489,110,39,12,7,0,0,0,0,0,0,0 +519190,489,110,27,9,8,0,0,0,0,0,0,0 +522110,489,110,26334,1838,1291,157,4,0,0,0,0,0 +522120,489,110,0,11,3,0,0,0,0,0,0,0 +522130,489,110,4545,358,222,40,0,0,0,0,0,0 +522220,489,110,124,26,12,0,0,0,0,0,0,0 +522291,489,110,3641,1024,986,0,0,0,0,0,0,0 +522292,489,110,1210,154,115,3,0,0,0,0,0,0 +522298,489,110,1887,379,324,0,0,0,0,0,0,0 +522310,489,110,43,19,10,0,0,0,0,0,0,0 +522320,489,110,47,10,6,0,0,0,0,0,0,0 +522390,489,110,1171,354,326,0,0,0,0,0,0,0 +523110,489,110,12,9,6,0,0,0,0,0,0,0 +523120,489,110,708,187,149,0,0,0,0,0,0,0 +523130,489,110,124,22,19,0,0,0,0,0,0,0 +523140,489,110,24,14,8,0,0,0,0,0,0,0 +523910,489,110,500,203,176,0,0,0,0,0,0,0 +523920,489,110,1293,643,596,0,0,0,0,0,0,0 +523930,489,110,246,127,115,0,0,0,0,0,0,0 +523991,489,110,45,20,17,0,0,0,0,0,0,0 +523999,489,110,55,31,26,0,0,0,0,0,0,0 +524113,489,110,1471,44,6,3,0,0,0,0,0,0 +524114,489,110,415,28,13,0,0,0,0,0,0,0 +524126,489,110,835,64,30,4,0,0,0,0,0,0 +524127,489,110,162,15,7,0,0,0,0,0,0,0 +524210,489,110,11979,2795,2591,33,3,0,0,0,0,0 +524291,489,110,645,53,33,0,0,0,0,0,0,0 +524292,489,110,584,28,12,0,0,0,0,0,0,0 +524298,489,110,12,6,0,0,0,0,0,0,0,0 +525990,489,110,0,4,4,0,0,0,0,0,0,0 +531110,489,110,4485,1120,1056,7,0,0,0,0,0,0 +531120,489,110,1677,479,430,0,0,0,0,0,0,0 +531130,489,110,707,307,295,0,0,0,0,0,0,0 +531190,489,110,617,131,103,3,0,0,0,0,0,0 +531210,489,110,2594,1090,1045,0,0,0,0,0,0,0 +531311,489,110,3052,515,458,11,0,0,0,0,0,0 +531312,489,110,958,188,157,0,0,0,0,0,0,0 +531320,489,110,217,107,99,0,0,0,0,0,0,0 +531390,489,110,418,232,210,0,0,0,0,0,0,0 +532111,489,110,782,121,85,0,0,0,0,0,0,0 +532120,489,110,450,83,48,0,0,0,0,0,0,0 +532210,489,110,342,163,119,0,0,0,0,0,0,0 +532281,489,110,32,10,6,0,0,0,0,0,0,0 +532282,489,110,7,3,3,0,0,0,0,0,0,0 +532283,489,110,285,64,15,0,0,0,0,0,0,0 +532284,489,110,71,9,3,0,0,0,0,0,0,0 +532289,489,110,614,116,88,0,0,0,0,0,0,0 +532310,489,110,215,47,13,0,0,0,0,0,0,0 +532412,489,110,4356,322,176,38,0,0,0,0,0,0 +532420,489,110,14,3,0,0,0,0,0,0,0,0 +532490,489,110,1493,182,140,4,0,0,0,0,0,0 +533110,489,110,685,86,73,0,0,0,0,0,0,0 +541110,489,110,9333,2375,2221,50,0,0,0,0,0,0 +541191,489,110,1100,221,137,3,0,0,0,0,0,0 +541199,489,110,23,8,3,0,0,0,0,0,0,0 +541211,489,110,5033,842,678,23,0,0,0,0,0,0 +541213,489,110,3058,476,374,6,0,0,0,0,0,0 +541214,489,110,539,39,12,0,0,0,0,0,0,0 +541219,489,110,2645,510,445,4,0,0,0,0,0,0 +541310,489,110,576,130,100,0,0,0,0,0,0,0 +541320,489,110,95,14,6,0,0,0,0,0,0,0 +541330,489,110,7711,587,431,46,0,0,0,0,0,0 +541340,489,110,86,19,8,0,0,0,0,0,0,0 +541350,489,110,34,23,23,0,0,0,0,0,0,0 +541360,489,110,298,13,6,0,0,0,0,0,0,0 +541370,489,110,1080,142,94,0,0,0,0,0,0,0 +541380,489,110,1432,101,56,0,0,0,0,0,0,0 +541410,489,110,110,51,42,0,0,0,0,0,0,0 +541430,489,110,153,46,28,0,0,0,0,0,0,0 +541511,489,110,1245,231,194,3,0,0,0,0,0,0 +541512,489,110,3154,292,249,6,0,0,0,0,0,0 +541513,489,110,164,30,18,0,0,0,0,0,0,0 +541519,489,110,0,9,3,0,0,0,0,0,0,0 +541611,489,110,3364,637,573,0,0,0,0,0,0,0 +541612,489,110,11,9,3,0,0,0,0,0,0,0 +541613,489,110,566,135,108,4,0,0,0,0,0,0 +541614,489,110,276,48,28,0,0,0,0,0,0,0 +541618,489,110,84,61,60,0,0,0,0,0,0,0 +541620,489,110,449,64,45,0,0,0,0,0,0,0 +541690,489,110,1350,447,398,0,0,0,0,0,0,0 +541713,489,110,4,3,3,0,0,0,0,0,0,0 +541714,489,110,24,11,6,0,0,0,0,0,0,0 +541715,489,110,346,36,20,0,0,0,0,0,0,0 +541720,489,110,6,9,8,0,0,0,0,0,0,0 +541810,489,110,432,106,77,0,0,0,0,0,0,0 +541820,489,110,0,3,3,0,0,0,0,0,0,0 +541850,489,110,29,18,9,0,0,0,0,0,0,0 +541860,489,110,42,9,3,0,0,0,0,0,0,0 +541890,489,110,580,55,18,0,0,0,0,0,0,0 +541921,489,110,346,101,79,0,0,0,0,0,0,0 +541930,489,110,5,4,4,0,0,0,0,0,0,0 +541940,489,110,4935,528,341,16,0,0,0,0,0,0 +541990,489,110,564,97,58,4,0,0,0,0,0,0 +551111,489,110,0,3,3,0,0,0,0,0,0,0 +551112,489,110,222,39,19,0,0,0,0,0,0,0 +551114,489,110,16210,480,280,80,9,0,0,0,0,0 +561110,489,110,5880,674,555,23,0,0,0,0,0,0 +561210,489,110,1056,74,12,6,3,0,0,0,0,0 +561311,489,110,494,41,3,8,0,0,0,0,0,0 +561320,489,110,18101,269,61,81,28,0,0,0,0,0 +561330,489,110,1270,27,6,3,0,0,0,0,0,0 +561410,489,110,182,11,0,0,0,0,0,0,0,0 +561421,489,110,0,3,0,0,0,0,0,0,0,0 +561422,489,110,3058,24,0,0,0,0,0,0,0,0 +561431,489,110,148,50,33,0,0,0,0,0,0,0 +561439,489,110,211,39,13,0,0,0,0,0,0,0 +561440,489,110,222,18,7,0,0,0,0,0,0,0 +561491,489,110,29,11,3,0,0,0,0,0,0,0 +561492,489,110,23,12,6,0,0,0,0,0,0,0 +561499,489,110,70,11,0,0,0,0,0,0,0,0 +561510,489,110,193,58,46,0,0,0,0,0,0,0 +561520,489,110,3,3,3,0,0,0,0,0,0,0 +561599,489,110,0,7,3,0,0,0,0,0,0,0 +561611,489,110,26,16,14,0,0,0,0,0,0,0 +561612,489,110,2421,60,14,11,3,0,0,0,0,0 +561613,489,110,46,6,0,0,0,0,0,0,0,0 +561621,489,110,970,80,37,0,0,0,0,0,0,0 +561622,489,110,95,27,5,0,0,0,0,0,0,0 +561710,489,110,1434,259,185,3,0,0,0,0,0,0 +561720,489,110,7928,628,449,56,0,0,0,0,0,0 +561730,489,110,6542,1055,899,24,0,0,0,0,0,0 +561740,489,110,209,52,31,0,0,0,0,0,0,0 +561790,489,110,465,116,92,0,0,0,0,0,0,0 +561910,489,110,0,3,0,0,0,0,0,0,0,0 +561990,489,110,840,94,42,8,0,0,0,0,0,0 +562111,489,110,1694,115,28,6,0,0,0,0,0,0 +562211,489,110,0,3,0,0,0,0,0,0,0,0 +562212,489,110,0,3,0,0,0,0,0,0,0,0 +562910,489,110,616,45,9,4,0,0,0,0,0,0 +562920,489,110,51,6,0,0,0,0,0,0,0,0 +562991,489,110,412,56,26,0,0,0,0,0,0,0 +562998,489,110,34,3,0,0,0,0,0,0,0,0 +611110,489,110,10789,245,51,69,20,0,0,0,0,0 +611310,489,110,4285,16,0,0,0,0,0,0,0,0 +611430,489,110,410,41,25,0,0,0,0,0,0,0 +611511,489,110,102,14,7,0,0,0,0,0,0,0 +611512,489,110,31,8,3,0,0,0,0,0,0,0 +611519,489,110,310,38,21,4,0,0,0,0,0,0 +611610,489,110,649,115,83,3,0,0,0,0,0,0 +611620,489,110,877,125,81,0,0,0,0,0,0,0 +611630,489,110,0,3,0,0,0,0,0,0,0,0 +611691,489,110,313,55,27,0,0,0,0,0,0,0 +611692,489,110,45,13,6,0,0,0,0,0,0,0 +611699,489,110,78,17,6,0,0,0,0,0,0,0 +611710,489,110,178,52,34,0,0,0,0,0,0,0 +621111,489,110,39670,4028,3500,351,14,0,0,0,0,0 +621112,489,110,384,88,65,0,0,0,0,0,0,0 +621210,489,110,12416,1689,1467,55,0,0,0,0,0,0 +621310,489,110,1373,375,334,0,0,0,0,0,0,0 +621320,489,110,2194,321,231,3,0,0,0,0,0,0 +621330,489,110,647,187,153,0,0,0,0,0,0,0 +621340,489,110,5897,542,401,33,0,0,0,0,0,0 +621391,489,110,270,53,12,0,0,0,0,0,0,0 +621399,489,110,743,267,239,0,0,0,0,0,0,0 +621410,489,110,28,15,9,0,0,0,0,0,0,0 +621420,489,110,315,54,27,0,0,0,0,0,0,0 +621492,489,110,1100,103,23,28,0,0,0,0,0,0 +621493,489,110,2022,115,40,10,0,0,0,0,0,0 +621498,489,110,4287,227,99,26,0,0,0,0,0,0 +621511,489,110,1235,110,48,6,0,0,0,0,0,0 +621512,489,110,633,95,68,3,0,0,0,0,0,0 +621610,489,110,51882,872,346,245,52,16,7,0,0,0 +621910,489,110,2083,131,46,11,0,0,0,0,0,0 +621991,489,110,711,31,0,9,0,0,0,0,0,0 +621999,489,110,564,54,27,0,0,0,0,0,0,0 +622110,489,110,46180,53,0,0,0,0,6,3,0,0 +622210,489,110,239,6,0,3,0,0,0,0,0,0 +622310,489,110,2664,25,0,0,9,0,0,0,0,0 +623110,489,110,33525,442,25,177,73,0,0,0,0,0 +623210,489,110,4343,406,310,6,0,0,0,0,0,0 +623220,489,110,535,42,3,3,0,0,0,0,0,0 +623311,489,110,4083,61,7,7,0,0,0,0,0,0 +623312,489,110,4289,153,29,40,0,0,0,0,0,0 +623990,489,110,1115,40,4,9,0,0,0,0,0,0 +624110,489,110,1235,153,102,0,0,0,0,0,0,0 +624120,489,110,47349,550,264,82,30,28,12,0,0,0 +624190,489,110,2926,413,314,10,0,0,0,0,0,0 +624210,489,110,400,86,58,0,0,0,0,0,0,0 +624221,489,110,1042,53,10,3,0,0,0,0,0,0 +624229,489,110,198,28,6,0,0,0,0,0,0,0 +624230,489,110,0,10,0,0,3,0,0,0,0,0 +624310,489,110,1122,40,17,3,0,0,0,0,0,0 +624410,489,110,14438,1287,905,167,0,0,0,0,0,0 +711130,489,110,151,18,3,0,0,0,0,0,0,0 +711211,489,110,0,3,0,0,0,0,0,0,0,0 +711219,489,110,13,6,6,0,0,0,0,0,0,0 +711310,489,110,367,27,9,0,0,0,0,0,0,0 +711320,489,110,45,15,11,0,0,0,0,0,0,0 +711510,489,110,193,71,61,0,0,0,0,0,0,0 +712110,489,110,315,44,15,0,0,0,0,0,0,0 +712120,489,110,16,4,0,0,0,0,0,0,0,0 +713110,489,110,0,3,0,0,0,0,0,0,0,0 +713120,489,110,541,46,9,0,0,0,0,0,0,0 +713290,489,110,415,43,18,0,0,0,0,0,0,0 +713910,489,110,2991,72,3,0,3,0,0,0,0,0 +713930,489,110,13,3,0,0,0,0,0,0,0,0 +713940,489,110,5537,353,221,37,0,0,0,0,0,0 +713950,489,110,99,3,0,0,0,0,0,0,0,0 +713990,489,110,1481,221,153,0,0,0,0,0,0,0 +721110,489,110,21516,1583,1045,241,0,0,0,0,0,0 +721191,489,110,155,31,21,0,0,0,0,0,0,0 +721199,489,110,78,11,3,0,0,0,0,0,0,0 +721211,489,110,428,85,53,0,0,0,0,0,0,0 +721214,489,110,388,41,18,3,0,0,0,0,0,0 +721310,489,110,113,16,8,0,0,0,0,0,0,0 +722310,489,110,7143,287,130,43,0,0,0,0,0,0 +722320,489,110,409,65,40,0,0,0,0,0,0,0 +722330,489,110,196,58,43,0,0,0,0,0,0,0 +722410,489,110,4455,492,368,40,0,0,0,0,0,0 +722511,489,110,79909,3986,2454,1108,78,0,0,0,0,0 +722513,489,110,105332,4805,2384,1965,34,0,0,0,0,0 +722514,489,110,4018,108,6,29,0,0,0,0,0,0 +722515,489,110,6800,804,630,73,0,0,0,0,0,0 +811111,489,110,5734,1253,1086,3,0,0,0,0,0,0 +811112,489,110,43,16,9,0,0,0,0,0,0,0 +811113,489,110,233,63,39,0,0,0,0,0,0,0 +811118,489,110,354,67,32,0,0,0,0,0,0,0 +811121,489,110,4078,543,387,24,0,0,0,0,0,0 +811122,489,110,656,122,79,0,0,0,0,0,0,0 +811191,489,110,1731,231,151,0,0,0,0,0,0,0 +811192,489,110,2496,240,134,20,0,0,0,0,0,0 +811198,489,110,112,50,31,0,0,0,0,0,0,0 +811211,489,110,91,16,8,0,0,0,0,0,0,0 +811212,489,110,55,37,24,0,0,0,0,0,0,0 +811213,489,110,108,28,15,0,0,0,0,0,0,0 +811219,489,110,58,14,3,0,0,0,0,0,0,0 +811310,489,110,5111,626,455,21,0,0,0,0,0,0 +811411,489,110,0,3,3,0,0,0,0,0,0,0 +811412,489,110,157,52,32,0,0,0,0,0,0,0 +811420,489,110,15,8,8,0,0,0,0,0,0,0 +811490,489,110,221,75,53,0,0,0,0,0,0,0 +812111,489,110,129,20,8,3,0,0,0,0,0,0 +812112,489,110,3145,684,632,6,0,0,0,0,0,0 +812113,489,110,253,99,82,0,0,0,0,0,0,0 +812191,489,110,79,15,7,0,0,0,0,0,0,0 +812199,489,110,1209,229,194,3,0,0,0,0,0,0 +812210,489,110,2294,315,151,0,0,0,0,0,0,0 +812220,489,110,209,52,20,0,0,0,0,0,0,0 +812310,489,110,479,128,80,0,0,0,0,0,0,0 +812320,489,110,2313,284,193,14,0,0,0,0,0,0 +812332,489,110,389,33,3,0,0,0,0,0,0,0 +812910,489,110,946,191,143,0,0,0,0,0,0,0 +812930,489,110,50,8,3,0,0,0,0,0,0,0 +812990,489,110,620,174,141,0,0,0,0,0,0,0 +813110,489,110,39434,5042,4433,326,6,0,0,0,0,0 +813211,489,110,625,109,90,0,0,0,0,0,0,0 +813212,489,110,98,25,11,0,0,0,0,0,0,0 +813219,489,110,107,38,12,0,0,0,0,0,0,0 +813311,489,110,31,7,0,0,0,0,0,0,0,0 +813312,489,110,279,49,23,0,0,0,0,0,0,0 +813319,489,110,310,43,25,0,0,0,0,0,0,0 +813410,489,110,3169,433,326,9,0,0,0,0,0,0 +813910,489,110,1346,297,231,0,0,0,0,0,0,0 +813920,489,110,76,32,26,0,0,0,0,0,0,0 +813930,489,110,413,90,55,0,0,0,0,0,0,0 +813940,489,110,31,9,3,0,0,0,0,0,0,0 +813990,489,110,667,152,135,4,0,0,0,0,0,0 +115210,491,111,41,18,14,0,0,0,0,0,0,0 +211120,491,111,48,9,7,0,0,0,0,0,0,0 +211130,491,111,0,4,3,0,0,0,0,0,0,0 +212319,491,111,0,4,3,0,0,0,0,0,0,0 +213111,491,111,36,6,4,0,0,0,0,0,0,0 +213112,491,111,92,13,9,0,0,0,0,0,0,0 +213113,491,111,0,4,3,0,0,0,0,0,0,0 +213114,491,111,94,4,0,0,0,0,0,0,0,0 +221112,491,111,84,4,0,0,0,0,0,0,0,0 +221122,491,111,0,53,31,13,0,0,0,0,0,0 +221310,491,111,167,27,13,3,0,0,0,0,0,0 +236115,491,111,2016,488,461,13,0,0,0,0,0,0 +236116,491,111,187,23,17,0,0,0,0,0,0,0 +236117,491,111,1233,151,126,11,0,0,0,0,0,0 +236118,491,111,1736,586,566,8,0,0,0,0,0,0 +236210,491,111,272,26,13,0,0,0,0,0,0,0 +236220,491,111,6253,292,241,27,3,0,3,0,0,0 +237110,491,111,750,57,43,0,0,0,0,0,0,0 +237120,491,111,494,10,4,0,0,0,0,0,0,0 +237130,491,111,1143,33,11,9,3,0,0,0,0,0 +237210,491,111,335,62,50,0,0,0,0,0,0,0 +237310,491,111,1609,37,17,6,0,0,0,0,0,0 +237990,491,111,78,5,0,0,0,0,0,0,0,0 +238110,491,111,1686,260,232,12,0,0,0,0,0,0 +238120,491,111,1738,25,13,3,0,0,0,0,0,0 +238130,491,111,1224,152,132,5,0,0,0,0,0,0 +238140,491,111,1048,167,143,7,0,0,0,0,0,0 +238150,491,111,747,55,45,0,0,0,0,0,0,0 +238160,491,111,1794,147,121,19,0,0,0,0,0,0 +238170,491,111,736,73,54,7,0,0,0,0,0,0 +238190,491,111,216,40,29,0,0,0,0,0,0,0 +238210,491,111,6922,532,457,49,5,0,0,0,0,0 +238220,491,111,7336,721,630,76,4,0,0,0,0,0 +238290,491,111,963,65,43,14,0,0,0,0,0,0 +238310,491,111,2610,185,152,22,4,0,0,0,0,0 +238320,491,111,1844,335,307,15,0,0,0,0,0,0 +238330,491,111,530,153,149,0,0,0,0,0,0,0 +238340,491,111,811,129,114,9,0,0,0,0,0,0 +238350,491,111,1409,317,297,14,0,0,0,0,0,0 +238390,491,111,579,64,52,8,0,0,0,0,0,0 +238910,491,111,2910,278,228,35,0,0,0,0,0,0 +238990,491,111,2018,272,247,15,3,0,0,0,0,0 +311119,491,111,78,5,3,0,0,0,0,0,0,0 +311211,491,111,144,3,0,0,0,0,0,0,0,0 +311340,491,111,441,10,3,3,0,0,0,0,0,0 +311351,491,111,41,5,3,0,0,0,0,0,0,0 +311352,491,111,138,12,7,3,0,0,0,0,0,0 +311421,491,111,42,3,0,0,0,0,0,0,0,0 +311423,491,111,0,4,0,0,0,0,0,0,0,0 +311611,491,111,28,5,3,0,0,0,0,0,0,0 +311612,491,111,826,6,0,0,0,0,0,0,0,0 +311811,491,111,587,38,24,6,0,0,0,0,0,0 +311812,491,111,806,28,18,8,0,0,0,0,0,0 +311821,491,111,0,5,0,0,0,0,0,0,0,0 +311919,491,111,0,4,0,0,0,0,0,0,0,0 +311920,491,111,51,3,0,0,0,0,0,0,0,0 +311991,491,111,286,8,3,0,0,0,0,0,0,0 +311999,491,111,0,8,5,0,0,0,0,0,0,0 +312111,491,111,0,3,0,0,0,0,0,0,0,0 +312120,491,111,266,11,3,0,0,0,0,0,0,0 +312140,491,111,0,3,0,0,0,0,0,0,0,0 +313310,491,111,117,6,3,0,0,0,0,0,0,0 +314120,491,111,145,12,10,0,0,0,0,0,0,0 +314910,491,111,177,8,4,0,0,0,0,0,0,0 +314999,491,111,64,7,4,0,0,0,0,0,0,0 +315210,491,111,36,6,3,0,0,0,0,0,0,0 +315280,491,111,0,5,3,0,0,0,0,0,0,0 +315990,491,111,0,4,0,0,0,0,0,0,0,0 +316998,491,111,20,9,7,0,0,0,0,0,0,0 +321214,491,111,134,6,4,0,0,0,0,0,0,0 +321911,491,111,195,14,8,4,0,0,0,0,0,0 +321918,491,111,326,21,11,5,0,0,0,0,0,0 +321920,491,111,254,9,3,0,0,0,0,0,0,0 +321999,491,111,197,18,11,0,0,0,0,0,0,0 +322211,491,111,0,3,0,0,0,0,0,0,0,0 +322212,491,111,0,3,0,0,0,0,0,0,0,0 +322220,491,111,0,4,0,0,0,0,0,0,0,0 +322299,491,111,62,6,4,0,0,0,0,0,0,0 +323111,491,111,2104,114,83,19,5,0,0,0,0,0 +323113,491,111,568,34,23,3,0,0,0,0,0,0 +323117,491,111,0,3,0,0,0,0,0,0,0,0 +323120,491,111,102,10,6,0,0,0,0,0,0,0 +324110,491,111,521,3,0,0,0,0,0,0,0,0 +324121,491,111,93,5,0,0,0,0,0,0,0,0 +325120,491,111,0,3,0,0,0,0,0,0,0,0 +325411,491,111,420,13,0,3,0,0,0,0,0,0 +325412,491,111,1966,19,8,3,0,0,0,0,0,0 +325413,491,111,0,3,0,0,0,0,0,0,0,0 +325510,491,111,155,13,7,0,0,0,0,0,0,0 +325611,491,111,601,9,5,0,0,0,0,0,0,0 +325998,491,111,0,3,0,0,0,0,0,0,0,0 +326130,491,111,0,4,0,0,0,0,0,0,0,0 +326140,491,111,49,3,0,0,0,0,0,0,0,0 +326150,491,111,61,4,0,0,0,0,0,0,0,0 +326160,491,111,113,3,0,0,0,0,0,0,0,0 +326191,491,111,0,4,0,0,0,0,0,0,0,0 +326199,491,111,1927,42,18,9,5,0,0,0,0,0 +326212,491,111,34,3,0,0,0,0,0,0,0,0 +326299,491,111,28,4,0,0,0,0,0,0,0,0 +327120,491,111,220,4,0,0,0,0,0,0,0,0 +327215,491,111,0,3,0,0,0,0,0,0,0,0 +327320,491,111,472,14,3,6,0,0,0,0,0,0 +327390,491,111,306,13,0,6,0,0,0,0,0,0 +327991,491,111,281,22,16,4,0,0,0,0,0,0 +327999,491,111,100,5,0,0,0,0,0,0,0,0 +331410,491,111,654,6,0,0,0,0,0,0,0,0 +331524,491,111,30,5,3,0,0,0,0,0,0,0 +331529,491,111,27,3,0,0,0,0,0,0,0,0 +332119,491,111,0,3,0,0,0,0,0,0,0,0 +332216,491,111,0,3,0,0,0,0,0,0,0,0 +332311,491,111,190,7,3,0,0,0,0,0,0,0 +332312,491,111,736,43,16,5,0,0,0,0,0,0 +332313,491,111,53,6,0,0,0,0,0,0,0,0 +332321,491,111,411,6,0,0,0,0,0,0,0,0 +332322,491,111,691,37,21,5,0,0,0,0,0,0 +332323,491,111,338,21,15,3,0,0,0,0,0,0 +332420,491,111,241,5,0,0,0,0,0,0,0,0 +332710,491,111,1267,120,95,17,0,0,0,0,0,0 +332721,491,111,219,22,17,3,0,0,0,0,0,0 +332812,491,111,141,13,9,3,0,0,0,0,0,0 +332813,491,111,184,10,3,0,0,0,0,0,0,0 +332994,491,111,466,3,0,0,0,0,0,0,0,0 +332996,491,111,105,8,6,0,0,0,0,0,0,0 +332999,491,111,244,32,25,0,0,0,0,0,0,0 +333120,491,111,43,5,0,0,0,0,0,0,0,0 +333132,491,111,111,3,0,0,0,0,0,0,0,0 +333249,491,111,123,9,0,3,0,0,0,0,0,0 +333318,491,111,765,12,6,0,0,0,0,0,0,0 +333413,491,111,82,4,0,0,0,0,0,0,0,0 +333511,491,111,32,6,3,0,0,0,0,0,0,0 +333515,491,111,11,3,0,0,0,0,0,0,0,0 +333517,491,111,8,3,3,0,0,0,0,0,0,0 +333914,491,111,0,3,0,0,0,0,0,0,0,0 +333922,491,111,0,3,0,0,0,0,0,0,0,0 +333999,491,111,162,7,0,0,0,0,0,0,0,0 +334118,491,111,181,7,0,0,0,0,0,0,0,0 +334220,491,111,283,8,0,4,0,0,0,0,0,0 +334412,491,111,100,6,3,0,0,0,0,0,0,0 +334418,491,111,121,5,0,0,0,0,0,0,0,0 +334419,491,111,176,4,0,0,0,0,0,0,0,0 +334510,491,111,1024,20,5,7,4,0,0,0,0,0 +334511,491,111,0,3,0,0,0,0,0,0,0,0 +334515,491,111,159,4,0,0,0,0,0,0,0,0 +334516,491,111,0,5,0,0,0,0,0,0,0,0 +334517,491,111,1813,4,0,0,0,0,0,0,0,0 +334519,491,111,93,4,0,0,0,0,0,0,0,0 +334614,491,111,61,4,0,0,0,0,0,0,0,0 +335314,491,111,13,3,0,0,0,0,0,0,0,0 +335991,491,111,1265,4,0,0,0,0,0,0,0,0 +336211,491,111,61,4,0,0,0,0,0,0,0,0 +336214,491,111,49,8,4,0,0,0,0,0,0,0 +336350,491,111,25,4,0,0,0,0,0,0,0,0 +336390,491,111,66,11,0,0,0,0,0,0,0,0 +336411,491,111,0,3,0,0,0,0,0,0,0,0 +336412,491,111,0,3,0,0,0,0,0,0,0,0 +336413,491,111,0,7,0,0,0,0,0,0,0,0 +336612,491,111,0,3,0,0,0,0,0,0,0,0 +336999,491,111,190,3,0,0,0,0,0,0,0,0 +337110,491,111,1005,69,47,6,0,0,0,0,0,0 +337121,491,111,131,12,9,3,0,0,0,0,0,0 +337122,491,111,87,22,19,0,0,0,0,0,0,0 +337127,491,111,14,3,0,0,0,0,0,0,0,0 +337212,491,111,789,30,11,7,0,0,0,0,0,0 +337215,491,111,161,6,4,0,0,0,0,0,0,0 +337910,491,111,423,7,0,0,0,0,0,0,0,0 +339112,491,111,5399,23,12,3,3,0,0,0,0,0 +339113,491,111,386,14,10,3,0,0,0,0,0,0 +339114,491,111,0,6,0,0,0,0,0,0,0,0 +339115,491,111,156,3,0,0,0,0,0,0,0,0 +339116,491,111,636,81,74,0,0,0,0,0,0,0 +339910,491,111,43,17,7,0,0,0,0,0,0,0 +339920,491,111,554,21,12,0,0,0,0,0,0,0 +339930,491,111,20,5,3,0,0,0,0,0,0,0 +339940,491,111,19,4,3,0,0,0,0,0,0,0 +339950,491,111,416,45,38,3,0,0,0,0,0,0 +339991,491,111,0,4,0,0,0,0,0,0,0,0 +339992,491,111,6,3,3,0,0,0,0,0,0,0 +339999,491,111,311,46,41,3,0,0,0,0,0,0 +423110,491,111,1347,46,32,5,3,0,0,0,0,0 +423120,491,111,1656,101,78,15,0,0,0,0,0,0 +423130,491,111,239,15,3,6,0,0,0,0,0,0 +423140,491,111,243,9,0,0,0,0,0,0,0,0 +423210,491,111,519,36,25,3,0,0,0,0,0,0 +423220,491,111,789,44,32,4,0,0,0,0,0,0 +423310,491,111,939,56,37,13,0,0,0,0,0,0 +423320,491,111,163,21,20,0,0,0,0,0,0,0 +423330,491,111,371,29,22,0,0,0,0,0,0,0 +423390,491,111,339,31,23,3,0,0,0,0,0,0 +423410,491,111,0,3,0,0,0,0,0,0,0,0 +423420,491,111,531,41,28,3,0,0,0,0,0,0 +423430,491,111,1503,51,35,7,0,0,0,0,0,0 +423440,491,111,637,34,21,8,0,0,0,0,0,0 +423450,491,111,1272,92,65,16,0,0,0,0,0,0 +423460,491,111,124,5,0,0,0,0,0,0,0,0 +423490,491,111,73,8,6,0,0,0,0,0,0,0 +423510,491,111,915,56,38,12,0,0,0,0,0,0 +423610,491,111,1557,93,70,10,0,0,0,0,0,0 +423620,491,111,425,14,13,0,0,0,0,0,0,0 +423690,491,111,1162,75,63,5,0,0,0,0,0,0 +423710,491,111,517,46,32,4,0,0,0,0,0,0 +423720,491,111,646,53,33,8,0,0,0,0,0,0 +423730,491,111,439,39,28,6,0,0,0,0,0,0 +423740,491,111,0,3,0,0,0,0,0,0,0,0 +423810,491,111,1046,42,28,9,0,0,0,0,0,0 +423820,491,111,302,20,9,5,0,0,0,0,0,0 +423830,491,111,2144,188,156,25,0,0,0,0,0,0 +423840,491,111,549,47,37,5,0,0,0,0,0,0 +423850,491,111,634,43,35,3,0,0,0,0,0,0 +423860,491,111,170,5,0,3,0,0,0,0,0,0 +423910,491,111,720,82,58,10,0,0,0,0,0,0 +423920,491,111,77,11,7,0,0,0,0,0,0,0 +423930,491,111,624,41,25,8,0,0,0,0,0,0 +423940,491,111,0,14,10,0,0,0,0,0,0,0 +423990,491,111,919,74,59,8,0,0,0,0,0,0 +424120,491,111,268,31,24,5,0,0,0,0,0,0 +424130,491,111,739,25,15,4,0,0,0,0,0,0 +424210,491,111,2724,95,68,14,0,0,0,0,0,0 +424310,491,111,99,9,5,0,0,0,0,0,0,0 +424320,491,111,239,19,12,0,0,0,0,0,0,0 +424330,491,111,199,16,10,0,0,0,0,0,0,0 +424340,491,111,0,3,0,0,0,0,0,0,0,0 +424410,491,111,610,14,8,4,0,0,0,0,0,0 +424420,491,111,927,14,3,8,0,0,0,0,0,0 +424450,491,111,240,11,7,0,0,0,0,0,0,0 +424470,491,111,334,12,3,5,0,0,0,0,0,0 +424480,491,111,307,15,7,4,0,0,0,0,0,0 +424490,491,111,1872,67,49,7,0,0,0,0,0,0 +424610,491,111,154,18,16,0,0,0,0,0,0,0 +424690,491,111,675,49,30,9,0,0,0,0,0,0 +424710,491,111,325,14,3,3,0,0,0,0,0,0 +424720,491,111,51,7,5,0,0,0,0,0,0,0 +424810,491,111,0,6,0,0,0,0,0,0,0,0 +424820,491,111,20,5,3,0,0,0,0,0,0,0 +424910,491,111,119,14,8,0,0,0,0,0,0,0 +424920,491,111,31,8,7,0,0,0,0,0,0,0 +424930,491,111,85,14,9,0,0,0,0,0,0,0 +424940,491,111,0,8,5,0,0,0,0,0,0,0 +424950,491,111,121,14,14,0,0,0,0,0,0,0 +424990,491,111,704,57,42,5,0,0,0,0,0,0 +425110,491,111,17,6,5,0,0,0,0,0,0,0 +425120,491,111,1843,281,262,3,0,0,0,0,0,0 +441110,491,111,7811,117,26,51,23,0,0,0,0,0 +441120,491,111,1506,190,171,6,0,0,0,0,0,0 +441210,491,111,657,24,6,3,0,0,0,0,0,0 +441222,491,111,121,11,5,0,0,0,0,0,0,0 +441228,491,111,423,39,27,7,0,0,0,0,0,0 +441310,491,111,1967,179,160,9,0,0,0,0,0,0 +441320,491,111,1631,148,124,12,0,0,0,0,0,0 +442110,491,111,1967,117,90,10,3,0,0,0,0,0 +442210,491,111,593,81,72,3,0,0,0,0,0,0 +442291,491,111,28,7,7,0,0,0,0,0,0,0 +442299,491,111,1192,101,67,21,0,0,0,0,0,0 +443141,491,111,332,46,32,0,0,0,0,0,0,0 +443142,491,111,1993,160,128,16,3,0,0,0,0,0 +444110,491,111,0,24,0,0,23,0,0,0,0,0 +444120,491,111,127,37,26,0,0,0,0,0,0,0 +444130,491,111,510,72,52,3,0,0,0,0,0,0 +444190,491,111,2208,179,146,23,0,0,0,0,0,0 +444210,491,111,64,9,0,0,0,0,0,0,0,0 +444220,491,111,872,42,13,12,0,0,0,0,0,0 +445110,491,111,14673,234,82,82,52,0,0,0,0,0 +445120,491,111,567,80,62,3,0,0,0,0,0,0 +445210,491,111,163,12,4,0,0,0,0,0,0,0 +445291,491,111,42,7,7,0,0,0,0,0,0,0 +445292,491,111,151,22,19,0,0,0,0,0,0,0 +445299,491,111,566,46,38,0,0,0,0,0,0,0 +445310,491,111,0,27,19,3,0,0,0,0,0,0 +446110,491,111,2283,162,117,39,0,0,0,0,0,0 +446120,491,111,1015,100,80,16,0,0,0,0,0,0 +446130,491,111,503,75,66,0,0,0,0,0,0,0 +446191,491,111,315,70,60,3,0,0,0,0,0,0 +446199,491,111,477,53,45,0,0,0,0,0,0,0 +447110,491,111,3932,389,345,29,0,0,0,0,0,0 +447190,491,111,569,32,3,7,0,0,0,0,0,0 +448110,491,111,265,24,14,0,0,0,0,0,0,0 +448120,491,111,1653,167,150,12,0,0,0,0,0,0 +448130,491,111,524,52,38,4,0,0,0,0,0,0 +448140,491,111,4178,181,104,70,0,0,0,0,0,0 +448150,491,111,396,45,32,0,0,0,0,0,0,0 +448190,491,111,935,90,71,16,0,0,0,0,0,0 +448210,491,111,981,118,107,3,0,0,0,0,0,0 +448310,491,111,655,93,81,3,0,0,0,0,0,0 +451110,491,111,2984,227,190,29,0,0,0,0,0,0 +451120,491,111,996,78,56,10,0,0,0,0,0,0 +451130,491,111,431,29,14,3,0,0,0,0,0,0 +451140,491,111,237,26,17,4,0,0,0,0,0,0 +451211,491,111,454,47,29,11,0,0,0,0,0,0 +452210,491,111,2634,37,0,28,3,0,0,0,0,0 +452311,491,111,10587,48,0,3,23,19,0,0,0,0 +452319,491,111,1679,110,69,22,0,0,0,0,0,0 +453110,491,111,327,53,43,3,0,0,0,0,0,0 +453210,491,111,402,42,30,5,0,0,0,0,0,0 +453220,491,111,843,91,78,4,0,0,0,0,0,0 +453310,491,111,898,65,45,10,0,0,0,0,0,0 +453910,491,111,498,43,26,7,0,0,0,0,0,0 +453920,491,111,102,31,29,0,0,0,0,0,0,0 +453930,491,111,8,4,4,0,0,0,0,0,0,0 +453991,491,111,183,57,52,0,0,0,0,0,0,0 +453998,491,111,609,119,111,3,0,0,0,0,0,0 +454110,491,111,6860,511,459,29,4,0,0,0,0,0 +454210,491,111,185,19,14,0,0,0,0,0,0,0 +454310,491,111,61,8,6,0,0,0,0,0,0,0 +454390,491,111,1369,436,424,4,0,0,0,0,0,0 +481111,491,111,0,8,0,0,0,0,0,0,0,0 +481211,491,111,35,7,6,0,0,0,0,0,0,0 +481219,491,111,0,3,0,0,0,0,0,0,0,0 +484110,491,111,1628,172,150,17,3,0,0,0,0,0 +484121,491,111,5334,334,278,35,0,0,0,0,0,0 +484122,491,111,2999,62,33,12,8,0,0,0,0,0 +484210,491,111,727,38,17,7,0,0,0,0,0,0 +484220,491,111,1207,140,115,7,0,0,0,0,0,0 +484230,491,111,1939,86,64,10,0,0,0,0,0,0 +485310,491,111,39,6,0,0,0,0,0,0,0,0 +485320,491,111,152,18,12,0,0,0,0,0,0,0 +485510,491,111,527,4,0,0,0,0,0,0,0,0 +485991,491,111,86,8,0,0,0,0,0,0,0,0 +485999,491,111,78,9,6,0,0,0,0,0,0,0 +486210,491,111,514,3,0,0,3,0,0,0,0,0 +488119,491,111,1093,15,0,0,4,0,0,0,0,0 +488190,491,111,126,25,22,0,0,0,0,0,0,0 +488210,491,111,185,12,7,3,0,0,0,0,0,0 +488410,491,111,296,69,64,0,0,0,0,0,0,0 +488490,491,111,299,13,7,0,0,0,0,0,0,0 +488510,491,111,1282,106,92,8,3,0,0,0,0,0 +488991,491,111,14,4,3,0,0,0,0,0,0,0 +492110,491,111,3806,59,35,7,0,0,0,0,0,0 +492210,491,111,219,25,22,0,0,0,0,0,0,0 +493110,491,111,7008,109,54,24,5,4,0,0,0,0 +493120,491,111,73,4,0,0,0,0,0,0,0,0 +493190,491,111,174,13,10,0,0,0,0,0,0,0 +511110,491,111,562,8,0,0,0,0,0,0,0,0 +511120,491,111,88,13,10,0,0,0,0,0,0,0 +511130,491,111,58,13,8,0,0,0,0,0,0,0 +511140,491,111,106,3,0,3,0,0,0,0,0,0 +511210,491,111,7648,142,84,28,11,6,3,0,0,0 +512110,491,111,645,116,108,3,0,0,0,0,0,0 +512131,491,111,1608,36,0,20,3,0,0,0,0,0 +512191,491,111,35,18,14,0,0,0,0,0,0,0 +512240,491,111,69,7,5,0,0,0,0,0,0,0 +515112,491,111,411,20,14,3,0,0,0,0,0,0 +515120,491,111,902,11,3,0,3,0,0,0,0,0 +517311,491,111,5210,141,96,19,0,0,0,0,0,0 +517312,491,111,1776,120,97,7,0,0,0,0,0,0 +517911,491,111,400,48,40,3,0,0,0,0,0,0 +517919,491,111,215,20,12,0,0,0,0,0,0,0 +518210,491,111,4548,153,111,25,8,0,0,0,0,0 +519130,491,111,800,71,58,4,3,0,0,0,0,0 +519190,491,111,103,14,11,0,0,0,0,0,0,0 +522110,491,111,8155,388,329,34,5,3,0,0,0,0 +522130,491,111,5458,300,251,28,4,0,0,0,0,0 +522210,491,111,1143,4,0,0,0,0,0,0,0,0 +522220,491,111,1978,57,38,13,0,0,0,0,0,0 +522291,491,111,1988,79,72,0,0,0,0,0,0,0 +522292,491,111,4785,197,159,20,0,3,0,0,0,0 +522298,491,111,761,92,85,4,0,0,0,0,0,0 +522310,491,111,459,129,120,4,0,0,0,0,0,0 +522320,491,111,4638,57,45,3,0,0,0,0,0,0 +522390,491,111,2378,122,108,3,0,0,0,0,0,0 +523110,491,111,5,12,7,0,0,0,0,0,0,0 +523120,491,111,2751,131,110,14,0,0,0,0,0,0 +523130,491,111,11,4,3,0,0,0,0,0,0,0 +523140,491,111,0,3,0,0,0,0,0,0,0,0 +523910,491,111,541,79,75,0,0,0,0,0,0,0 +523920,491,111,2179,276,258,7,0,0,0,0,0,0 +523930,491,111,340,176,171,0,0,0,0,0,0,0 +523991,491,111,38,5,0,0,0,0,0,0,0,0 +523999,491,111,108,20,18,0,0,0,0,0,0,0 +524113,491,111,1198,50,39,4,3,0,0,0,0,0 +524114,491,111,2884,39,24,9,3,0,0,0,0,0 +524126,491,111,612,55,41,7,0,0,0,0,0,0 +524127,491,111,340,54,41,5,0,0,0,0,0,0 +524128,491,111,296,5,0,0,0,0,0,0,0,0 +524210,491,111,5609,1113,1068,27,6,0,0,0,0,0 +524291,491,111,231,19,11,3,0,0,0,0,0,0 +524292,491,111,2575,38,22,10,0,0,0,0,0,0 +524298,491,111,585,37,30,0,0,0,0,0,0,0 +525990,491,111,20,4,3,0,0,0,0,0,0,0 +531110,491,111,1430,255,238,6,0,0,0,0,0,0 +531120,491,111,1139,206,192,4,0,0,0,0,0,0 +531130,491,111,272,108,104,0,0,0,0,0,0,0 +531190,491,111,130,40,32,0,0,0,0,0,0,0 +531210,491,111,3152,1733,1709,17,0,0,0,0,0,0 +531311,491,111,2474,446,423,12,0,0,0,0,0,0 +531312,491,111,1002,151,136,6,0,0,0,0,0,0 +531320,491,111,435,167,162,0,0,0,0,0,0,0 +531390,491,111,730,220,212,3,0,0,0,0,0,0 +532111,491,111,919,73,54,13,0,0,0,0,0,0 +532112,491,111,0,3,0,0,0,0,0,0,0,0 +532120,491,111,254,34,27,5,0,0,0,0,0,0 +532210,491,111,125,35,31,0,0,0,0,0,0,0 +532281,491,111,41,10,4,0,0,0,0,0,0,0 +532283,491,111,179,7,0,0,0,0,0,0,0,0 +532284,491,111,324,33,18,3,0,0,0,0,0,0 +532289,491,111,0,10,7,0,0,0,0,0,0,0 +532310,491,111,83,14,7,0,0,0,0,0,0,0 +532412,491,111,381,32,23,3,0,0,0,0,0,0 +532420,491,111,0,5,3,0,0,0,0,0,0,0 +532490,491,111,673,84,76,3,0,0,0,0,0,0 +533110,491,111,248,24,14,0,0,0,0,0,0,0 +541110,491,111,6709,980,926,39,11,0,0,0,0,0 +541191,491,111,612,66,50,9,0,0,0,0,0,0 +541199,491,111,81,40,34,0,0,0,0,0,0,0 +541211,491,111,2639,375,342,17,5,0,0,0,0,0 +541213,491,111,836,193,169,4,0,0,0,0,0,0 +541214,491,111,3282,76,45,14,6,0,0,0,0,0 +541219,491,111,1677,336,315,12,0,0,0,0,0,0 +541310,491,111,1429,174,154,15,0,0,0,0,0,0 +541320,491,111,129,43,41,0,0,0,0,0,0,0 +541330,491,111,7314,509,413,78,0,0,0,0,0,0 +541340,491,111,168,50,45,0,0,0,0,0,0,0 +541350,491,111,105,48,43,0,0,0,0,0,0,0 +541370,491,111,216,36,31,0,0,0,0,0,0,0 +541380,491,111,1258,54,39,10,0,0,0,0,0,0 +541410,491,111,533,104,95,3,0,0,0,0,0,0 +541420,491,111,47,15,13,0,0,0,0,0,0,0 +541430,491,111,915,157,151,0,0,0,0,0,0,0 +541490,491,111,36,18,16,0,0,0,0,0,0,0 +541511,491,111,4250,480,416,45,5,0,0,0,0,0 +541512,491,111,4899,326,290,19,3,0,0,0,0,0 +541513,491,111,795,56,46,0,3,0,0,0,0,0 +541519,491,111,571,80,64,0,0,0,0,0,0,0 +541611,491,111,3285,887,855,17,0,0,0,0,0,0 +541612,491,111,286,48,43,0,0,0,0,0,0,0 +541613,491,111,2403,454,435,5,0,0,0,0,0,0 +541614,491,111,957,67,56,0,0,0,0,0,0,0 +541618,491,111,817,126,117,0,0,0,0,0,0,0 +541620,491,111,373,56,49,3,0,0,0,0,0,0 +541690,491,111,509,189,182,3,0,0,0,0,0,0 +541713,491,111,193,21,17,0,0,0,0,0,0,0 +541714,491,111,455,31,27,0,0,0,0,0,0,0 +541715,491,111,1665,89,59,9,6,0,0,0,0,0 +541720,491,111,39,18,16,0,0,0,0,0,0,0 +541810,491,111,1993,132,107,13,0,3,0,0,0,0 +541820,491,111,187,48,44,0,0,0,0,0,0,0 +541840,491,111,112,8,0,0,0,0,0,0,0,0 +541850,491,111,196,32,24,0,0,0,0,0,0,0 +541860,491,111,312,20,14,4,0,0,0,0,0,0 +541870,491,111,7,3,3,0,0,0,0,0,0,0 +541890,491,111,880,65,46,8,0,0,0,0,0,0 +541910,491,111,500,31,23,6,0,0,0,0,0,0 +541921,491,111,450,97,89,0,0,0,0,0,0,0 +541922,491,111,28,34,31,0,0,0,0,0,0,0 +541930,491,111,4,24,20,0,0,0,0,0,0,0 +541940,491,111,1815,139,94,25,0,0,0,0,0,0 +541990,491,111,1297,170,153,3,3,0,0,0,0,0 +551112,491,111,642,61,47,3,0,0,0,0,0,0 +551114,491,111,21517,336,200,76,26,8,6,0,0,0 +561110,491,111,5084,375,337,25,5,3,0,0,0,0 +561210,491,111,253,31,20,3,0,0,0,0,0,0 +561311,491,111,803,40,28,9,0,0,0,0,0,0 +561312,491,111,67,15,12,0,0,0,0,0,0,0 +561320,491,111,11141,187,83,53,30,8,0,0,0,0 +561330,491,111,5228,42,17,5,0,5,3,0,0,0 +561410,491,111,471,49,38,0,0,0,0,0,0,0 +561421,491,111,187,4,0,0,0,0,0,0,0,0 +561422,491,111,11807,58,19,10,5,9,5,0,0,0 +561431,491,111,107,22,19,0,0,0,0,0,0,0 +561439,491,111,272,42,33,0,0,0,0,0,0,0 +561440,491,111,474,27,11,3,0,0,0,0,0,0 +561450,491,111,94,8,7,0,0,0,0,0,0,0 +561491,491,111,27,7,7,0,0,0,0,0,0,0 +561492,491,111,58,38,37,0,0,0,0,0,0,0 +561499,491,111,246,36,32,0,0,0,0,0,0,0 +561510,491,111,536,111,99,4,0,0,0,0,0,0 +561520,491,111,189,18,16,0,0,0,0,0,0,0 +561599,491,111,2927,31,18,0,0,0,0,0,0,0 +561611,491,111,72,18,15,0,0,0,0,0,0,0 +561612,491,111,1858,28,8,7,4,0,0,0,0,0 +561613,491,111,253,6,0,0,0,0,0,0,0,0 +561621,491,111,1142,54,35,9,0,0,0,0,0,0 +561622,491,111,116,22,15,0,0,0,0,0,0,0 +561710,491,111,515,73,61,6,0,0,0,0,0,0 +561720,491,111,5896,517,454,42,6,0,0,0,0,0 +561730,491,111,4172,687,635,41,0,0,0,0,0,0 +561740,491,111,340,76,67,3,0,0,0,0,0,0 +561790,491,111,162,50,46,0,0,0,0,0,0,0 +561910,491,111,406,9,4,0,0,0,0,0,0,0 +561920,491,111,666,31,24,0,0,0,0,0,0,0 +561990,491,111,964,41,25,3,0,0,0,0,0,0 +562111,491,111,864,55,33,7,0,0,0,0,0,0 +562211,491,111,0,5,3,0,0,0,0,0,0,0 +562212,491,111,298,8,4,0,0,0,0,0,0,0 +562910,491,111,449,32,26,0,0,0,0,0,0,0 +562991,491,111,160,7,0,0,0,0,0,0,0,0 +562998,491,111,90,7,3,0,0,0,0,0,0,0 +611110,491,111,6842,112,29,47,13,4,0,0,0,0 +611210,491,111,1692,8,0,3,0,0,0,0,0,0 +611310,491,111,6753,17,0,4,0,0,0,0,0,0 +611420,491,111,38,12,8,0,0,0,0,0,0,0 +611430,491,111,593,58,50,4,0,0,0,0,0,0 +611511,491,111,227,11,3,5,0,0,0,0,0,0 +611512,491,111,154,11,0,0,0,0,0,0,0,0 +611513,491,111,49,6,4,0,0,0,0,0,0,0 +611519,491,111,610,42,31,5,0,0,0,0,0,0 +611610,491,111,1229,138,118,8,0,0,0,0,0,0 +611620,491,111,1199,139,113,17,0,0,0,0,0,0 +611630,491,111,105,7,3,0,0,0,0,0,0,0 +611691,491,111,792,57,49,5,0,0,0,0,0,0 +611692,491,111,0,4,0,3,0,0,0,0,0,0 +611699,491,111,400,56,45,0,0,0,0,0,0,0 +611710,491,111,203,48,42,0,0,0,0,0,0,0 +621111,491,111,12634,1195,1031,138,6,0,0,0,0,0 +621112,491,111,141,55,51,0,0,0,0,0,0,0 +621210,491,111,7604,1097,1063,26,0,0,0,0,0,0 +621310,491,111,833,267,261,0,0,0,0,0,0,0 +621320,491,111,552,116,107,0,0,0,0,0,0,0 +621330,491,111,1103,301,289,0,0,0,0,0,0,0 +621340,491,111,2363,239,214,15,0,0,0,0,0,0 +621391,491,111,154,40,37,0,0,0,0,0,0,0 +621399,491,111,948,177,163,5,0,0,0,0,0,0 +621410,491,111,0,5,4,0,0,0,0,0,0,0 +621420,491,111,1723,105,71,15,4,0,0,0,0,0 +621492,491,111,0,3,0,0,0,0,0,0,0,0 +621493,491,111,922,58,32,18,0,0,0,0,0,0 +621498,491,111,1154,66,42,14,0,0,0,0,0,0 +621511,491,111,887,36,24,7,0,0,0,0,0,0 +621512,491,111,372,19,11,0,0,0,0,0,0,0 +621610,491,111,5621,140,66,57,5,0,0,0,0,0 +621910,491,111,369,10,9,0,0,0,0,0,0,0 +621991,491,111,626,9,0,6,0,0,0,0,0,0 +621999,491,111,345,29,24,4,0,0,0,0,0,0 +622110,491,111,21482,24,10,0,0,0,3,3,3,0 +622210,491,111,0,3,0,0,0,0,0,0,0,0 +622310,491,111,916,4,0,0,0,0,0,0,0,0 +623110,491,111,5075,63,4,29,19,0,0,0,0,0 +623210,491,111,2534,102,80,5,4,0,0,0,0,0 +623220,491,111,1865,44,18,16,5,0,0,0,0,0 +623311,491,111,997,22,0,9,0,0,0,0,0,0 +623312,491,111,2251,74,24,31,4,0,0,0,0,0 +623990,491,111,284,25,14,7,0,0,0,0,0,0 +624110,491,111,733,61,44,10,0,0,0,0,0,0 +624120,491,111,1975,97,58,24,0,0,0,0,0,0 +624190,491,111,1294,180,162,7,0,0,0,0,0,0 +624210,491,111,161,11,8,0,0,0,0,0,0,0 +624221,491,111,489,13,0,3,0,0,0,0,0,0 +624229,491,111,492,15,10,0,0,0,0,0,0,0 +624230,491,111,91,3,0,0,0,0,0,0,0,0 +624310,491,111,588,29,20,0,0,0,0,0,0,0 +624410,491,111,4716,355,274,75,0,0,0,0,0,0 +711110,491,111,345,10,4,3,0,0,0,0,0,0 +711120,491,111,66,6,0,0,0,0,0,0,0,0 +711130,491,111,0,12,10,0,0,0,0,0,0,0 +711211,491,111,354,7,0,0,0,0,0,0,0,0 +711219,491,111,11,10,10,0,0,0,0,0,0,0 +711310,491,111,1904,18,8,0,0,0,0,0,0,0 +711320,491,111,235,29,19,0,0,0,0,0,0,0 +711410,491,111,9,6,5,0,0,0,0,0,0,0 +711510,491,111,262,162,154,0,0,0,0,0,0,0 +712110,491,111,176,9,0,0,0,0,0,0,0,0 +712130,491,111,441,3,0,0,0,0,0,0,0,0 +712190,491,111,0,3,0,0,0,0,0,0,0,0 +713120,491,111,236,18,8,0,0,0,0,0,0,0 +713910,491,111,668,24,4,3,0,0,0,0,0,0 +713920,491,111,2668,10,3,0,0,0,0,0,0,0 +713940,491,111,3911,171,118,27,5,0,0,0,0,0 +713950,491,111,474,17,0,6,0,0,0,0,0,0 +713990,491,111,1409,123,94,12,0,0,0,0,0,0 +721110,491,111,12772,262,122,97,16,3,0,0,0,0 +721191,491,111,45,5,0,0,0,0,0,0,0,0 +721199,491,111,4,6,3,0,0,0,0,0,0,0 +721211,491,111,113,11,3,0,0,0,0,0,0,0 +721214,491,111,21,4,0,0,0,0,0,0,0,0 +721310,491,111,16,5,4,0,0,0,0,0,0,0 +722310,491,111,2104,126,97,18,4,0,0,0,0,0 +722320,491,111,1343,66,45,6,3,0,0,0,0,0 +722330,491,111,96,45,39,0,0,0,0,0,0,0 +722410,491,111,1361,113,90,17,0,0,0,0,0,0 +722511,491,111,27056,1125,642,450,25,0,0,0,0,0 +722513,491,111,30054,1543,842,684,0,0,0,0,0,0 +722514,491,111,502,16,5,7,0,0,0,0,0,0 +722515,491,111,4156,386,322,52,0,0,0,0,0,0 +811111,491,111,2376,450,432,9,0,0,0,0,0,0 +811113,491,111,103,25,23,0,0,0,0,0,0,0 +811118,491,111,90,14,11,0,0,0,0,0,0,0 +811121,491,111,1500,193,159,20,0,0,0,0,0,0 +811122,491,111,379,63,53,4,0,0,0,0,0,0 +811191,491,111,951,81,72,0,0,0,0,0,0,0 +811192,491,111,1252,104,78,18,0,0,0,0,0,0 +811198,491,111,153,39,35,0,0,0,0,0,0,0 +811211,491,111,121,6,4,0,0,0,0,0,0,0 +811212,491,111,54,25,25,0,0,0,0,0,0,0 +811213,491,111,86,4,0,0,0,0,0,0,0,0 +811219,491,111,446,25,18,0,0,0,0,0,0,0 +811310,491,111,1001,141,122,9,0,0,0,0,0,0 +811411,491,111,16,7,3,0,0,0,0,0,0,0 +811412,491,111,186,33,31,0,0,0,0,0,0,0 +811420,491,111,70,24,19,0,0,0,0,0,0,0 +811430,491,111,10,4,3,0,0,0,0,0,0,0 +811490,491,111,182,64,60,0,0,0,0,0,0,0 +812111,491,111,127,23,22,0,0,0,0,0,0,0 +812112,491,111,2262,494,472,16,0,0,0,0,0,0 +812113,491,111,337,70,64,0,0,0,0,0,0,0 +812191,491,111,89,19,14,0,0,0,0,0,0,0 +812199,491,111,1399,187,163,13,0,0,0,0,0,0 +812210,491,111,391,44,29,4,0,0,0,0,0,0 +812220,491,111,29,10,7,0,0,0,0,0,0,0 +812310,491,111,65,20,15,0,0,0,0,0,0,0 +812320,491,111,823,99,90,0,0,0,0,0,0,0 +812331,491,111,0,4,0,0,0,0,0,0,0,0 +812332,491,111,451,10,4,3,0,0,0,0,0,0 +812910,491,111,683,102,87,5,0,0,0,0,0,0 +812921,491,111,18,5,4,0,0,0,0,0,0,0 +812930,491,111,601,59,50,3,0,0,0,0,0,0 +812990,491,111,416,117,109,0,0,0,0,0,0,0 +813110,491,111,23634,258,220,21,0,0,0,0,0,0 +813211,491,111,181,55,49,0,0,0,0,0,0,0 +813212,491,111,363,22,16,0,0,0,0,0,0,0 +813219,491,111,203,12,7,0,0,0,0,0,0,0 +813311,491,111,57,13,12,0,0,0,0,0,0,0 +813312,491,111,379,43,26,4,0,0,0,0,0,0 +813319,491,111,97,21,13,0,0,0,0,0,0,0 +813410,491,111,701,84,62,5,0,0,0,0,0,0 +813910,491,111,500,71,58,0,0,0,0,0,0,0 +813920,491,111,125,26,21,0,0,0,0,0,0,0 +813930,491,111,435,67,60,3,0,0,0,0,0,0 +813940,491,111,19,9,9,0,0,0,0,0,0,0 +813990,491,111,568,88,72,0,0,0,0,0,0,0 +115112,491,112,4,3,3,0,0,0,0,0,0,0 +115210,491,112,23,13,12,0,0,0,0,0,0,0 +212321,491,112,0,9,7,0,0,0,0,0,0,0 +221122,491,112,0,6,0,0,0,0,0,0,0,0 +221310,491,112,30,6,4,0,0,0,0,0,0,0 +236115,491,112,608,147,142,4,0,0,0,0,0,0 +236116,491,112,0,13,10,0,0,0,0,0,0,0 +236117,491,112,202,48,46,0,0,0,0,0,0,0 +236118,491,112,281,135,135,0,0,0,0,0,0,0 +236210,491,112,31,7,4,0,0,0,0,0,0,0 +236220,491,112,611,80,74,4,0,0,0,0,0,0 +237110,491,112,129,17,16,0,0,0,0,0,0,0 +237130,491,112,352,8,4,0,0,0,0,0,0,0 +237210,491,112,80,18,14,0,0,0,0,0,0,0 +237310,491,112,527,16,9,4,0,0,0,0,0,0 +238110,491,112,760,55,49,3,0,0,0,0,0,0 +238120,491,112,183,11,6,0,0,0,0,0,0,0 +238130,491,112,495,63,53,5,0,0,0,0,0,0 +238140,491,112,1004,51,40,9,0,0,0,0,0,0 +238150,491,112,58,6,4,0,0,0,0,0,0,0 +238160,491,112,164,34,32,0,0,0,0,0,0,0 +238170,491,112,410,26,19,4,0,0,0,0,0,0 +238190,491,112,64,17,14,0,0,0,0,0,0,0 +238210,491,112,3248,164,144,14,0,0,0,0,0,0 +238220,491,112,1751,188,163,21,0,0,0,0,0,0 +238290,491,112,71,10,8,0,0,0,0,0,0,0 +238310,491,112,516,63,57,5,0,0,0,0,0,0 +238320,491,112,492,82,76,5,0,0,0,0,0,0 +238330,491,112,115,44,44,0,0,0,0,0,0,0 +238340,491,112,121,36,36,0,0,0,0,0,0,0 +238350,491,112,401,101,99,0,0,0,0,0,0,0 +238390,491,112,70,21,19,0,0,0,0,0,0,0 +238910,491,112,1507,81,64,15,0,0,0,0,0,0 +238990,491,112,627,94,87,6,0,0,0,0,0,0 +311111,491,112,0,4,0,0,0,0,0,0,0,0 +311340,491,112,0,4,0,0,0,0,0,0,0,0 +311351,491,112,0,3,0,0,0,0,0,0,0,0 +311811,491,112,85,11,10,0,0,0,0,0,0,0 +311812,491,112,53,7,3,0,0,0,0,0,0,0 +313310,491,112,19,4,0,0,0,0,0,0,0,0 +314120,491,112,2,4,4,0,0,0,0,0,0,0 +315240,491,112,22,4,3,0,0,0,0,0,0,0 +316998,491,112,31,4,0,0,0,0,0,0,0,0 +321911,491,112,162,10,6,0,0,0,0,0,0,0 +321920,491,112,211,5,3,0,0,0,0,0,0,0 +321999,491,112,109,11,8,3,0,0,0,0,0,0 +323111,491,112,563,32,23,7,0,0,0,0,0,0 +323113,491,112,311,14,10,0,0,0,0,0,0,0 +323120,491,112,58,7,4,0,0,0,0,0,0,0 +324191,491,112,30,3,0,0,0,0,0,0,0,0 +325411,491,112,259,8,4,0,0,0,0,0,0,0 +325412,491,112,1267,10,0,3,3,0,0,0,0,0 +325510,491,112,0,3,0,0,0,0,0,0,0,0 +325998,491,112,0,4,0,0,0,0,0,0,0,0 +326112,491,112,0,3,0,0,0,0,0,0,0,0 +326160,491,112,0,3,0,0,0,0,0,0,0,0 +326199,491,112,281,13,8,3,0,0,0,0,0,0 +327320,491,112,185,9,0,3,0,0,0,0,0,0 +327999,491,112,9,3,0,0,0,0,0,0,0,0 +331511,491,112,0,3,0,0,0,0,0,0,0,0 +331529,491,112,90,4,3,0,0,0,0,0,0,0 +332119,491,112,18,3,0,0,0,0,0,0,0,0 +332312,491,112,351,7,0,0,0,0,0,0,0,0 +332322,491,112,29,5,0,0,0,0,0,0,0,0 +332323,491,112,145,5,0,0,0,0,0,0,0,0 +332510,491,112,45,3,0,0,0,0,0,0,0,0 +332710,491,112,440,22,20,0,0,0,0,0,0,0 +332721,491,112,57,6,3,0,0,0,0,0,0,0 +332812,491,112,104,6,0,0,0,0,0,0,0,0 +332994,491,112,53,6,4,0,0,0,0,0,0,0 +332999,491,112,994,8,0,3,0,0,0,0,0,0 +333999,491,112,49,4,0,0,0,0,0,0,0,0 +334220,491,112,19,3,0,0,0,0,0,0,0,0 +334310,491,112,68,4,0,0,0,0,0,0,0,0 +334419,491,112,21,4,0,0,0,0,0,0,0,0 +336991,491,112,0,3,0,0,0,0,0,0,0,0 +337110,491,112,262,28,18,5,0,0,0,0,0,0 +337122,491,112,22,6,5,0,0,0,0,0,0,0 +337212,491,112,0,3,0,0,0,0,0,0,0,0 +337215,491,112,0,3,0,0,0,0,0,0,0,0 +339113,491,112,17,4,0,0,0,0,0,0,0,0 +339116,491,112,220,24,18,4,0,0,0,0,0,0 +339910,491,112,35,7,4,0,0,0,0,0,0,0 +339920,491,112,514,10,5,0,0,0,0,0,0,0 +339950,491,112,30,10,7,0,0,0,0,0,0,0 +339992,491,112,17,4,0,0,0,0,0,0,0,0 +339999,491,112,102,11,9,0,0,0,0,0,0,0 +423110,491,112,34,6,3,0,0,0,0,0,0,0 +423120,491,112,158,12,6,0,0,0,0,0,0,0 +423130,491,112,50,5,3,0,0,0,0,0,0,0 +423210,491,112,9,5,5,0,0,0,0,0,0,0 +423220,491,112,12,5,4,0,0,0,0,0,0,0 +423310,491,112,74,8,3,0,0,0,0,0,0,0 +423320,491,112,22,6,4,0,0,0,0,0,0,0 +423330,491,112,81,7,3,0,0,0,0,0,0,0 +423390,491,112,45,5,4,0,0,0,0,0,0,0 +423420,491,112,34,5,4,0,0,0,0,0,0,0 +423430,491,112,86,16,13,0,0,0,0,0,0,0 +423450,491,112,196,16,9,3,0,0,0,0,0,0 +423510,491,112,191,9,3,4,0,0,0,0,0,0 +423610,491,112,323,26,20,5,0,0,0,0,0,0 +423620,491,112,43,5,3,0,0,0,0,0,0,0 +423690,491,112,191,10,5,0,0,0,0,0,0,0 +423710,491,112,6,5,5,0,0,0,0,0,0,0 +423720,491,112,307,14,12,0,0,0,0,0,0,0 +423730,491,112,61,6,0,0,0,0,0,0,0,0 +423810,491,112,102,6,3,0,0,0,0,0,0,0 +423820,491,112,67,10,9,0,0,0,0,0,0,0 +423830,491,112,176,15,14,0,0,0,0,0,0,0 +423840,491,112,174,10,8,0,0,0,0,0,0,0 +423850,491,112,94,11,8,0,0,0,0,0,0,0 +423910,491,112,139,12,9,0,0,0,0,0,0,0 +423930,491,112,34,5,3,0,0,0,0,0,0,0 +423940,491,112,0,5,3,0,0,0,0,0,0,0 +423990,491,112,125,16,12,0,0,0,0,0,0,0 +424120,491,112,44,4,0,0,0,0,0,0,0,0 +424130,491,112,34,6,4,0,0,0,0,0,0,0 +424210,491,112,2438,33,18,7,3,0,0,0,0,0 +424310,491,112,0,3,0,0,0,0,0,0,0,0 +424320,491,112,11,5,4,0,0,0,0,0,0,0 +424330,491,112,103,11,9,0,0,0,0,0,0,0 +424410,491,112,0,3,0,0,0,0,0,0,0,0 +424450,491,112,0,3,0,0,0,0,0,0,0,0 +424480,491,112,46,3,0,0,0,0,0,0,0,0 +424490,491,112,350,13,9,0,0,0,0,0,0,0 +424610,491,112,21,3,0,0,0,0,0,0,0,0 +424690,491,112,77,6,4,0,0,0,0,0,0,0 +424710,491,112,129,4,0,0,0,0,0,0,0,0 +424910,491,112,92,8,4,0,0,0,0,0,0,0 +424920,491,112,0,8,6,0,0,0,0,0,0,0 +424930,491,112,91,5,0,0,0,0,0,0,0,0 +424950,491,112,16,4,3,0,0,0,0,0,0,0 +424990,491,112,446,30,24,5,0,0,0,0,0,0 +425110,491,112,4,5,5,0,0,0,0,0,0,0 +425120,491,112,207,54,51,0,0,0,0,0,0,0 +441110,491,112,1685,32,11,16,5,0,0,0,0,0 +441120,491,112,257,51,47,4,0,0,0,0,0,0 +441210,491,112,68,11,10,0,0,0,0,0,0,0 +441222,491,112,12,4,3,0,0,0,0,0,0,0 +441228,491,112,125,10,5,0,0,0,0,0,0,0 +441310,491,112,426,47,45,0,0,0,0,0,0,0 +441320,491,112,400,35,31,4,0,0,0,0,0,0 +442110,491,112,450,27,21,5,0,0,0,0,0,0 +442210,491,112,121,22,22,0,0,0,0,0,0,0 +442299,491,112,241,18,14,4,0,0,0,0,0,0 +443141,491,112,75,8,7,0,0,0,0,0,0,0 +443142,491,112,387,27,21,3,0,0,0,0,0,0 +444110,491,112,982,6,0,0,5,0,0,0,0,0 +444120,491,112,63,9,5,0,0,0,0,0,0,0 +444130,491,112,150,14,12,0,0,0,0,0,0,0 +444190,491,112,781,54,45,7,0,0,0,0,0,0 +444220,491,112,136,12,8,0,0,0,0,0,0,0 +445110,491,112,3139,47,13,20,14,0,0,0,0,0 +445120,491,112,59,5,3,0,0,0,0,0,0,0 +445210,491,112,67,4,0,0,0,0,0,0,0,0 +445230,491,112,1,3,3,0,0,0,0,0,0,0 +445291,491,112,111,8,0,0,0,0,0,0,0,0 +445292,491,112,35,3,0,0,0,0,0,0,0,0 +445299,491,112,154,14,11,0,0,0,0,0,0,0 +445310,491,112,0,4,0,0,0,0,0,0,0,0 +446110,491,112,567,41,28,13,0,0,0,0,0,0 +446120,491,112,245,27,24,3,0,0,0,0,0,0 +446130,491,112,96,15,13,0,0,0,0,0,0,0 +446191,491,112,176,17,14,0,0,0,0,0,0,0 +446199,491,112,88,17,15,0,0,0,0,0,0,0 +447110,491,112,1112,100,88,9,0,0,0,0,0,0 +447190,491,112,145,8,3,0,0,0,0,0,0,0 +448110,491,112,124,10,6,3,0,0,0,0,0,0 +448120,491,112,473,43,38,3,0,0,0,0,0,0 +448130,491,112,155,16,15,0,0,0,0,0,0,0 +448140,491,112,1047,48,23,25,0,0,0,0,0,0 +448150,491,112,75,12,12,0,0,0,0,0,0,0 +448190,491,112,252,25,22,3,0,0,0,0,0,0 +448210,491,112,340,41,39,0,0,0,0,0,0,0 +448310,491,112,161,19,15,3,0,0,0,0,0,0 +451110,491,112,588,36,31,3,0,0,0,0,0,0 +451120,491,112,356,24,19,3,0,0,0,0,0,0 +451130,491,112,202,14,11,3,0,0,0,0,0,0 +451140,491,112,143,8,0,4,0,0,0,0,0,0 +451211,491,112,0,11,4,4,0,0,0,0,0,0 +452210,491,112,696,9,0,7,0,0,0,0,0,0 +452311,491,112,3975,18,0,0,4,11,0,0,0,0 +452319,491,112,371,27,19,5,0,0,0,0,0,0 +453110,491,112,74,19,17,0,0,0,0,0,0,0 +453210,491,112,75,8,4,0,0,0,0,0,0,0 +453220,491,112,154,14,13,0,0,0,0,0,0,0 +453310,491,112,196,19,15,0,0,0,0,0,0,0 +453910,491,112,122,9,4,3,0,0,0,0,0,0 +453920,491,112,34,8,5,0,0,0,0,0,0,0 +453991,491,112,37,7,5,0,0,0,0,0,0,0 +453998,491,112,189,31,30,0,0,0,0,0,0,0 +454110,491,112,4940,276,250,19,5,0,0,0,0,0 +454390,491,112,1923,473,462,8,0,0,0,0,0,0 +484110,491,112,75,27,24,0,0,0,0,0,0,0 +484121,491,112,271,52,48,0,0,0,0,0,0,0 +484210,491,112,8,4,3,0,0,0,0,0,0,0 +484220,491,112,451,52,47,3,0,0,0,0,0,0 +484230,491,112,24,12,11,0,0,0,0,0,0,0 +485320,491,112,6,3,0,0,0,0,0,0,0,0 +485991,491,112,206,7,0,3,0,0,0,0,0,0 +488190,491,112,42,9,8,0,0,0,0,0,0,0 +488410,491,112,66,10,6,0,0,0,0,0,0,0 +488510,491,112,195,18,15,0,0,0,0,0,0,0 +488991,491,112,0,3,0,0,0,0,0,0,0,0 +492110,491,112,390,10,3,0,0,0,0,0,0,0 +492210,491,112,45,10,9,0,0,0,0,0,0,0 +493110,491,112,174,20,16,0,0,0,0,0,0,0 +511110,491,112,72,6,4,0,0,0,0,0,0,0 +511120,491,112,27,8,5,0,0,0,0,0,0,0 +511130,491,112,102,10,7,0,0,0,0,0,0,0 +511140,491,112,0,3,0,0,0,0,0,0,0,0 +511210,491,112,7923,104,64,23,6,5,5,0,0,0 +512110,491,112,84,41,37,0,0,0,0,0,0,0 +512131,491,112,513,12,0,6,0,0,0,0,0,0 +512240,491,112,6,9,9,0,0,0,0,0,0,0 +517311,491,112,1999,37,23,9,0,0,0,0,0,0 +517312,491,112,204,24,22,0,0,0,0,0,0,0 +517911,491,112,70,18,18,0,0,0,0,0,0,0 +517919,491,112,0,5,4,0,0,0,0,0,0,0 +518210,491,112,3375,70,43,21,4,0,0,0,0,0 +519130,491,112,1300,44,36,4,0,0,0,0,0,0 +519190,491,112,138,7,3,0,0,0,0,0,0,0 +522110,491,112,1187,95,79,14,0,0,0,0,0,0 +522130,491,112,935,72,66,5,0,0,0,0,0,0 +522220,491,112,3,3,3,0,0,0,0,0,0,0 +522291,491,112,119,22,20,0,0,0,0,0,0,0 +522292,491,112,766,42,34,6,0,0,0,0,0,0 +522298,491,112,32,15,14,0,0,0,0,0,0,0 +522310,491,112,82,27,23,0,0,0,0,0,0,0 +522320,491,112,506,25,17,3,0,0,0,0,0,0 +522390,491,112,297,14,11,0,0,0,0,0,0,0 +523120,491,112,294,22,20,0,0,0,0,0,0,0 +523910,491,112,200,23,16,4,0,0,0,0,0,0 +523920,491,112,218,74,73,0,0,0,0,0,0,0 +523930,491,112,92,49,46,0,0,0,0,0,0,0 +523991,491,112,14,5,5,0,0,0,0,0,0,0 +523999,491,112,4,4,4,0,0,0,0,0,0,0 +524113,491,112,0,4,4,0,0,0,0,0,0,0 +524126,491,112,21,6,5,0,0,0,0,0,0,0 +524127,491,112,54,9,8,0,0,0,0,0,0,0 +524210,491,112,1075,265,257,6,0,0,0,0,0,0 +524291,491,112,34,4,0,0,0,0,0,0,0,0 +524292,491,112,118,6,3,0,0,0,0,0,0,0 +524298,491,112,28,9,7,0,0,0,0,0,0,0 +531110,491,112,209,64,64,0,0,0,0,0,0,0 +531120,491,112,293,51,47,4,0,0,0,0,0,0 +531130,491,112,68,32,32,0,0,0,0,0,0,0 +531190,491,112,22,11,10,0,0,0,0,0,0,0 +531210,491,112,572,441,440,0,0,0,0,0,0,0 +531311,491,112,369,76,72,4,0,0,0,0,0,0 +531312,491,112,86,26,24,0,0,0,0,0,0,0 +531320,491,112,95,44,43,0,0,0,0,0,0,0 +531390,491,112,197,74,70,0,0,0,0,0,0,0 +532111,491,112,62,9,8,0,0,0,0,0,0,0 +532120,491,112,14,6,5,0,0,0,0,0,0,0 +532210,491,112,18,8,6,0,0,0,0,0,0,0 +532281,491,112,21,3,0,0,0,0,0,0,0,0 +532283,491,112,28,3,0,0,0,0,0,0,0,0 +532284,491,112,11,4,3,0,0,0,0,0,0,0 +532289,491,112,50,7,7,0,0,0,0,0,0,0 +532310,491,112,70,7,4,0,0,0,0,0,0,0 +532412,491,112,38,8,7,0,0,0,0,0,0,0 +532490,491,112,49,7,6,0,0,0,0,0,0,0 +533110,491,112,63,8,6,0,0,0,0,0,0,0 +541110,491,112,678,209,201,8,0,0,0,0,0,0 +541191,491,112,185,22,20,0,0,0,0,0,0,0 +541199,491,112,14,6,5,0,0,0,0,0,0,0 +541211,491,112,517,82,78,0,0,0,0,0,0,0 +541213,491,112,124,33,32,0,0,0,0,0,0,0 +541214,491,112,715,33,23,8,0,0,0,0,0,0 +541219,491,112,263,122,118,0,0,0,0,0,0,0 +541310,491,112,99,23,23,0,0,0,0,0,0,0 +541320,491,112,26,8,8,0,0,0,0,0,0,0 +541330,491,112,910,106,93,9,0,0,0,0,0,0 +541340,491,112,66,16,14,0,0,0,0,0,0,0 +541350,491,112,32,10,8,0,0,0,0,0,0,0 +541370,491,112,21,6,4,0,0,0,0,0,0,0 +541380,491,112,174,10,6,0,0,0,0,0,0,0 +541410,491,112,27,18,18,0,0,0,0,0,0,0 +541420,491,112,22,5,4,0,0,0,0,0,0,0 +541430,491,112,127,52,51,0,0,0,0,0,0,0 +541490,491,112,20,6,4,0,0,0,0,0,0,0 +541511,491,112,4673,295,258,26,8,0,0,0,0,0 +541512,491,112,713,76,71,0,0,0,0,0,0,0 +541513,491,112,154,7,0,0,0,0,0,0,0,0 +541519,491,112,277,33,31,0,0,0,0,0,0,0 +541611,491,112,700,282,276,5,0,0,0,0,0,0 +541612,491,112,1111,29,26,0,0,0,0,0,0,0 +541613,491,112,696,232,225,5,0,0,0,0,0,0 +541614,491,112,78,20,18,0,0,0,0,0,0,0 +541618,491,112,64,38,36,0,0,0,0,0,0,0 +541620,491,112,46,13,10,0,0,0,0,0,0,0 +541690,491,112,71,48,48,0,0,0,0,0,0,0 +541713,491,112,534,4,0,0,0,0,0,0,0,0 +541715,491,112,269,26,19,5,0,0,0,0,0,0 +541720,491,112,0,5,3,0,0,0,0,0,0,0 +541810,491,112,75,30,29,0,0,0,0,0,0,0 +541820,491,112,94,13,11,0,0,0,0,0,0,0 +541830,491,112,0,3,3,0,0,0,0,0,0,0 +541840,491,112,1,4,4,0,0,0,0,0,0,0 +541850,491,112,10,8,8,0,0,0,0,0,0,0 +541860,491,112,52,6,0,0,0,0,0,0,0,0 +541890,491,112,308,22,16,3,0,0,0,0,0,0 +541910,491,112,372,17,13,0,0,0,0,0,0,0 +541921,491,112,110,34,33,0,0,0,0,0,0,0 +541922,491,112,131,11,9,0,0,0,0,0,0,0 +541930,491,112,103,20,18,0,0,0,0,0,0,0 +541940,491,112,296,28,24,4,0,0,0,0,0,0 +541990,491,112,873,80,73,0,0,0,0,0,0,0 +551112,491,112,474,25,18,3,0,0,0,0,0,0 +551114,491,112,2481,41,25,13,0,0,0,0,0,0 +561110,491,112,494,95,84,7,0,0,0,0,0,0 +561311,491,112,44,13,9,0,0,0,0,0,0,0 +561312,491,112,24,5,4,0,0,0,0,0,0,0 +561320,491,112,1900,27,6,11,6,0,0,0,0,0 +561330,491,112,3575,32,13,9,0,4,3,0,0,0 +561410,491,112,30,9,7,0,0,0,0,0,0,0 +561421,491,112,0,5,3,0,0,0,0,0,0,0 +561422,491,112,1454,20,7,4,0,0,0,0,0,0 +561431,491,112,102,11,10,0,0,0,0,0,0,0 +561439,491,112,71,13,11,0,0,0,0,0,0,0 +561440,491,112,79,7,4,0,0,0,0,0,0,0 +561492,491,112,7,4,4,0,0,0,0,0,0,0 +561499,491,112,10,7,6,0,0,0,0,0,0,0 +561510,491,112,45,24,22,0,0,0,0,0,0,0 +561520,491,112,7,4,4,0,0,0,0,0,0,0 +561611,491,112,13,5,4,0,0,0,0,0,0,0 +561612,491,112,223,5,0,0,0,0,0,0,0,0 +561621,491,112,7477,23,13,0,4,0,0,0,0,0 +561622,491,112,22,5,3,0,0,0,0,0,0,0 +561710,491,112,138,30,25,3,0,0,0,0,0,0 +561720,491,112,1916,123,117,0,0,0,0,0,0,0 +561730,491,112,756,178,173,4,0,0,0,0,0,0 +561740,491,112,79,14,12,0,0,0,0,0,0,0 +561790,491,112,39,15,13,0,0,0,0,0,0,0 +561910,491,112,57,7,4,0,0,0,0,0,0,0 +561920,491,112,473,15,10,0,0,0,0,0,0,0 +561990,491,112,24,10,8,0,0,0,0,0,0,0 +562111,491,112,89,11,9,0,0,0,0,0,0,0 +562119,491,112,5,3,3,0,0,0,0,0,0,0 +562910,491,112,8,4,4,0,0,0,0,0,0,0 +611110,491,112,2196,39,10,20,7,0,0,0,0,0 +611210,491,112,356,4,0,3,0,0,0,0,0,0 +611310,491,112,0,4,0,0,0,0,0,0,0,0 +611420,491,112,170,6,0,0,0,0,0,0,0,0 +611430,491,112,175,30,27,3,0,0,0,0,0,0 +611511,491,112,122,6,0,4,0,0,0,0,0,0 +611512,491,112,2,3,3,0,0,0,0,0,0,0 +611519,491,112,827,10,3,3,0,0,0,0,0,0 +611610,491,112,384,58,54,4,0,0,0,0,0,0 +611620,491,112,423,39,32,6,0,0,0,0,0,0 +611630,491,112,83,9,4,0,0,0,0,0,0,0 +611691,491,112,169,17,15,0,0,0,0,0,0,0 +611699,491,112,137,22,17,3,0,0,0,0,0,0 +611710,491,112,506,28,22,0,0,0,0,0,0,0 +621111,491,112,4334,326,278,39,4,0,0,0,0,0 +621112,491,112,47,22,20,0,0,0,0,0,0,0 +621210,491,112,2560,346,328,13,0,0,0,0,0,0 +621310,491,112,304,91,90,0,0,0,0,0,0,0 +621320,491,112,185,38,38,0,0,0,0,0,0,0 +621330,491,112,251,74,73,0,0,0,0,0,0,0 +621340,491,112,520,79,73,5,0,0,0,0,0,0 +621391,491,112,73,17,16,0,0,0,0,0,0,0 +621399,491,112,164,48,44,0,0,0,0,0,0,0 +621420,491,112,380,35,31,3,0,0,0,0,0,0 +621492,491,112,0,6,4,0,0,0,0,0,0,0 +621493,491,112,259,13,9,0,0,0,0,0,0,0 +621498,491,112,299,14,8,0,0,0,0,0,0,0 +621511,491,112,0,9,5,0,0,0,0,0,0,0 +621512,491,112,11,5,4,0,0,0,0,0,0,0 +621610,491,112,1018,44,28,13,3,0,0,0,0,0 +621991,491,112,0,3,0,0,0,0,0,0,0,0 +621999,491,112,8,9,9,0,0,0,0,0,0,0 +622110,491,112,0,6,0,0,0,0,0,0,0,0 +623110,491,112,1682,19,3,8,5,0,0,0,0,0 +623210,491,112,1705,25,11,7,3,0,0,0,0,0 +623220,491,112,2550,27,5,9,5,0,0,0,0,0 +623311,491,112,15,5,3,0,0,0,0,0,0,0 +623312,491,112,736,30,15,13,0,0,0,0,0,0 +623990,491,112,213,11,4,5,0,0,0,0,0,0 +624110,491,112,268,18,14,3,0,0,0,0,0,0 +624120,491,112,623,21,15,4,0,0,0,0,0,0 +624190,491,112,115,39,37,0,0,0,0,0,0,0 +624229,491,112,48,4,4,0,0,0,0,0,0,0 +624310,491,112,288,10,3,0,0,0,0,0,0,0 +624410,491,112,745,74,62,10,0,0,0,0,0,0 +711130,491,112,14,7,6,0,0,0,0,0,0,0 +711219,491,112,1,3,3,0,0,0,0,0,0,0 +711310,491,112,200,6,3,0,0,0,0,0,0,0 +711320,491,112,22,12,11,0,0,0,0,0,0,0 +711410,491,112,21,6,5,0,0,0,0,0,0,0 +711510,491,112,103,92,90,0,0,0,0,0,0,0 +712110,491,112,0,3,0,0,0,0,0,0,0,0 +713120,491,112,61,6,0,0,0,0,0,0,0,0 +713910,491,112,198,6,0,0,0,0,0,0,0,0 +713940,491,112,685,44,35,8,0,0,0,0,0,0 +713950,491,112,124,6,0,3,0,0,0,0,0,0 +713990,491,112,193,39,36,0,0,0,0,0,0,0 +721110,491,112,1379,44,23,16,0,0,0,0,0,0 +721211,491,112,0,3,0,0,0,0,0,0,0,0 +721214,491,112,0,3,3,0,0,0,0,0,0,0 +722310,491,112,188,20,19,0,0,0,0,0,0,0 +722320,491,112,250,22,19,0,0,0,0,0,0,0 +722330,491,112,29,19,18,0,0,0,0,0,0,0 +722410,491,112,49,8,4,0,0,0,0,0,0,0 +722511,491,112,4461,195,120,65,6,0,0,0,0,0 +722513,491,112,9601,447,241,203,0,0,0,0,0,0 +722514,491,112,261,6,0,3,0,0,0,0,0,0 +722515,491,112,1174,93,70,18,0,0,0,0,0,0 +811111,491,112,641,140,139,0,0,0,0,0,0,0 +811113,491,112,24,8,8,0,0,0,0,0,0,0 +811118,491,112,3,3,3,0,0,0,0,0,0,0 +811121,491,112,466,50,44,5,0,0,0,0,0,0 +811122,491,112,59,15,13,0,0,0,0,0,0,0 +811191,491,112,114,13,11,0,0,0,0,0,0,0 +811192,491,112,206,22,15,3,0,0,0,0,0,0 +811198,491,112,46,17,17,0,0,0,0,0,0,0 +811211,491,112,0,4,3,0,0,0,0,0,0,0 +811212,491,112,67,9,6,0,0,0,0,0,0,0 +811219,491,112,43,6,4,0,0,0,0,0,0,0 +811310,491,112,95,31,31,0,0,0,0,0,0,0 +811411,491,112,10,6,6,0,0,0,0,0,0,0 +811412,491,112,34,13,12,0,0,0,0,0,0,0 +811420,491,112,12,8,8,0,0,0,0,0,0,0 +811490,491,112,62,23,20,0,0,0,0,0,0,0 +812111,491,112,59,14,13,0,0,0,0,0,0,0 +812112,491,112,650,121,116,4,0,0,0,0,0,0 +812113,491,112,82,19,17,0,0,0,0,0,0,0 +812191,491,112,44,12,11,0,0,0,0,0,0,0 +812199,491,112,268,40,37,3,0,0,0,0,0,0 +812210,491,112,70,14,12,0,0,0,0,0,0,0 +812220,491,112,0,4,3,0,0,0,0,0,0,0 +812320,491,112,154,17,16,0,0,0,0,0,0,0 +812910,491,112,86,21,19,0,0,0,0,0,0,0 +812990,491,112,181,41,40,0,0,0,0,0,0,0 +813110,491,112,62,21,21,0,0,0,0,0,0,0 +813211,491,112,49,15,12,0,0,0,0,0,0,0 +813212,491,112,51,4,0,0,0,0,0,0,0,0 +813219,491,112,60,4,0,0,0,0,0,0,0,0 +813312,491,112,12,5,4,0,0,0,0,0,0,0 +813319,491,112,10,4,3,0,0,0,0,0,0,0 +813410,491,112,0,7,4,0,0,0,0,0,0,0 +813910,491,112,54,11,11,0,0,0,0,0,0,0 +813920,491,112,22,3,0,0,0,0,0,0,0,0 +813930,491,112,33,9,6,0,0,0,0,0,0,0 +813990,491,112,54,12,8,0,0,0,0,0,0,0 +115210,499,112,14,11,8,0,0,0,0,0,0,0 +211120,499,112,392,13,6,0,0,0,0,0,0,0 +212321,499,112,2,3,3,0,0,0,0,0,0,0 +212399,499,112,0,3,0,0,0,0,0,0,0,0 +213111,499,112,97,23,19,0,0,0,0,0,0,0 +213112,499,112,1194,173,158,9,0,0,0,0,0,0 +221112,499,112,0,26,24,0,0,0,0,0,0,0 +221122,499,112,14,16,0,0,0,0,0,0,0,0 +221310,499,112,36,14,12,0,0,0,0,0,0,0 +236115,499,112,970,315,296,0,0,0,0,0,0,0 +236116,499,112,19,7,4,0,0,0,0,0,0,0 +236117,499,112,404,60,49,0,0,0,0,0,0,0 +236118,499,112,435,140,132,0,0,0,0,0,0,0 +236220,499,112,448,67,49,3,0,0,0,0,0,0 +237110,499,112,226,30,17,0,0,0,0,0,0,0 +237120,499,112,259,14,8,0,0,0,0,0,0,0 +237130,499,112,76,7,4,0,0,0,0,0,0,0 +237210,499,112,31,18,17,0,0,0,0,0,0,0 +237310,499,112,499,15,3,5,0,0,0,0,0,0 +238110,499,112,741,98,83,0,0,0,0,0,0,0 +238120,499,112,214,12,7,0,0,0,0,0,0,0 +238130,499,112,263,57,48,0,0,0,0,0,0,0 +238140,499,112,492,64,55,7,0,0,0,0,0,0 +238160,499,112,314,30,23,0,0,0,0,0,0,0 +238170,499,112,81,22,17,0,0,0,0,0,0,0 +238190,499,112,120,26,19,0,0,0,0,0,0,0 +238210,499,112,1588,158,128,5,0,0,0,0,0,0 +238220,499,112,1241,253,221,10,0,0,0,0,0,0 +238310,499,112,638,54,26,5,0,0,0,0,0,0 +238320,499,112,363,66,62,3,0,0,0,0,0,0 +238330,499,112,115,47,45,0,0,0,0,0,0,0 +238340,499,112,232,51,46,0,0,0,0,0,0,0 +238350,499,112,390,87,84,0,0,0,0,0,0,0 +238390,499,112,47,12,8,0,0,0,0,0,0,0 +238910,499,112,1286,149,99,12,0,0,0,0,0,0 +238990,499,112,424,95,84,0,0,0,0,0,0,0 +311119,499,112,87,3,0,0,0,0,0,0,0,0 +311352,499,112,33,3,0,0,0,0,0,0,0,0 +311513,499,112,0,3,0,0,0,0,0,0,0,0 +311811,499,112,127,9,0,3,0,0,0,0,0,0 +321214,499,112,172,3,0,0,0,0,0,0,0,0 +321918,499,112,23,4,3,0,0,0,0,0,0,0 +321920,499,112,0,3,0,0,0,0,0,0,0,0 +321999,499,112,20,7,3,0,0,0,0,0,0,0 +323111,499,112,0,8,0,0,0,0,0,0,0,0 +325412,499,112,0,4,0,0,0,0,0,0,0,0 +326111,499,112,0,4,0,0,0,0,0,0,0,0 +326122,499,112,117,3,0,0,0,0,0,0,0,0 +326199,499,112,80,19,12,0,0,0,0,0,0,0 +327320,499,112,110,13,3,0,0,0,0,0,0,0 +327991,499,112,29,3,0,0,0,0,0,0,0,0 +332312,499,112,87,4,0,0,0,0,0,0,0,0 +332323,499,112,33,7,4,0,0,0,0,0,0,0 +332710,499,112,638,45,24,4,0,0,0,0,0,0 +332721,499,112,130,7,0,3,0,0,0,0,0,0 +332813,499,112,16,3,0,0,0,0,0,0,0,0 +332992,499,112,60,4,0,0,0,0,0,0,0,0 +332994,499,112,13,3,0,0,0,0,0,0,0,0 +333131,499,112,156,4,0,0,0,0,0,0,0,0 +333318,499,112,167,5,0,0,0,0,0,0,0,0 +334516,499,112,262,4,0,0,0,0,0,0,0,0 +336360,499,112,61,3,0,0,0,0,0,0,0,0 +336390,499,112,97,4,0,0,0,0,0,0,0,0 +337110,499,112,370,30,16,0,0,0,0,0,0,0 +337212,499,112,39,3,0,0,0,0,0,0,0,0 +339112,499,112,20,3,0,0,0,0,0,0,0,0 +339116,499,112,53,20,17,0,0,0,0,0,0,0 +339920,499,112,18,9,0,0,0,0,0,0,0,0 +339950,499,112,0,4,0,0,0,0,0,0,0,0 +339999,499,112,44,8,6,0,0,0,0,0,0,0 +423110,499,112,0,4,0,0,0,0,0,0,0,0 +423120,499,112,189,24,15,3,0,0,0,0,0,0 +423220,499,112,11,4,3,0,0,0,0,0,0,0 +423310,499,112,21,4,0,0,0,0,0,0,0,0 +423320,499,112,11,3,0,0,0,0,0,0,0,0 +423330,499,112,0,3,0,0,0,0,0,0,0,0 +423390,499,112,26,6,4,0,0,0,0,0,0,0 +423430,499,112,7,4,4,0,0,0,0,0,0,0 +423450,499,112,59,14,10,0,0,0,0,0,0,0 +423490,499,112,16,6,3,0,0,0,0,0,0,0 +423610,499,112,83,13,7,0,0,0,0,0,0,0 +423620,499,112,0,3,0,0,0,0,0,0,0,0 +423720,499,112,130,10,0,0,0,0,0,0,0,0 +423730,499,112,40,7,4,0,0,0,0,0,0,0 +423810,499,112,124,15,4,0,0,0,0,0,0,0 +423820,499,112,189,18,6,3,0,0,0,0,0,0 +423830,499,112,290,44,32,0,0,0,0,0,0,0 +423840,499,112,49,8,3,0,0,0,0,0,0,0 +423850,499,112,34,8,3,0,0,0,0,0,0,0 +423910,499,112,99,15,8,0,0,0,0,0,0,0 +423920,499,112,56,5,3,0,0,0,0,0,0,0 +423930,499,112,10,6,0,0,0,0,0,0,0,0 +423940,499,112,85,3,0,0,0,0,0,0,0,0 +423990,499,112,84,16,7,0,0,0,0,0,0,0 +424210,499,112,124,14,9,0,0,0,0,0,0,0 +424320,499,112,0,3,0,0,0,0,0,0,0,0 +424490,499,112,141,17,6,0,0,0,0,0,0,0 +424690,499,112,103,15,6,0,0,0,0,0,0,0 +424710,499,112,60,10,0,0,0,0,0,0,0,0 +424720,499,112,0,3,0,0,0,0,0,0,0,0 +424910,499,112,121,13,0,0,0,0,0,0,0,0 +424990,499,112,42,15,9,0,0,0,0,0,0,0 +425120,499,112,115,29,24,0,0,0,0,0,0,0 +441110,499,112,1141,29,0,8,0,0,0,0,0,0 +441120,499,112,157,29,25,0,0,0,0,0,0,0 +441210,499,112,165,12,3,0,0,0,0,0,0,0 +441228,499,112,109,14,0,0,0,0,0,0,0,0 +441310,499,112,554,69,41,0,0,0,0,0,0,0 +441320,499,112,518,46,20,0,0,0,0,0,0,0 +442110,499,112,528,44,29,3,0,0,0,0,0,0 +442210,499,112,200,35,22,0,0,0,0,0,0,0 +442299,499,112,132,19,11,0,0,0,0,0,0,0 +443141,499,112,86,14,11,0,0,0,0,0,0,0 +443142,499,112,273,36,26,0,0,0,0,0,0,0 +444110,499,112,453,10,0,0,3,0,0,0,0,0 +444120,499,112,0,6,3,0,0,0,0,0,0,0 +444130,499,112,178,19,6,0,0,0,0,0,0,0 +444190,499,112,795,101,81,0,0,0,0,0,0,0 +444220,499,112,359,35,10,0,0,0,0,0,0,0 +445110,499,112,3650,78,10,6,10,0,0,0,0,0 +445120,499,112,43,11,6,0,0,0,0,0,0,0 +445292,499,112,0,3,0,0,0,0,0,0,0,0 +445299,499,112,51,10,9,0,0,0,0,0,0,0 +445310,499,112,0,3,0,0,0,0,0,0,0,0 +446110,499,112,467,30,14,5,0,0,0,0,0,0 +446120,499,112,135,12,0,0,0,0,0,0,0,0 +446130,499,112,53,8,0,0,0,0,0,0,0,0 +446191,499,112,52,11,9,0,0,0,0,0,0,0 +446199,499,112,56,12,6,0,0,0,0,0,0,0 +447110,499,112,2290,206,162,10,0,0,0,0,0,0 +447190,499,112,244,14,0,3,0,0,0,0,0,0 +448110,499,112,19,3,0,0,0,0,0,0,0,0 +448120,499,112,394,43,29,6,0,0,0,0,0,0 +448130,499,112,48,5,3,0,0,0,0,0,0,0 +448140,499,112,874,43,16,8,0,0,0,0,0,0 +448150,499,112,35,4,3,0,0,0,0,0,0,0 +448190,499,112,90,15,10,0,0,0,0,0,0,0 +448210,499,112,134,21,17,0,0,0,0,0,0,0 +448310,499,112,120,20,13,0,0,0,0,0,0,0 +451110,499,112,635,53,35,0,0,0,0,0,0,0 +451120,499,112,124,11,3,0,0,0,0,0,0,0 +451130,499,112,174,9,0,0,0,0,0,0,0,0 +451140,499,112,13,6,0,0,0,0,0,0,0,0 +451211,499,112,166,19,3,0,0,0,0,0,0,0 +452210,499,112,427,6,0,6,0,0,0,0,0,0 +452311,499,112,1301,11,0,0,0,3,0,0,0,0 +452319,499,112,536,49,17,4,0,0,0,0,0,0 +453110,499,112,56,11,10,0,0,0,0,0,0,0 +453210,499,112,39,7,0,0,0,0,0,0,0,0 +453220,499,112,205,39,25,0,0,0,0,0,0,0 +453310,499,112,88,13,8,0,0,0,0,0,0,0 +453910,499,112,62,6,0,0,0,0,0,0,0,0 +453920,499,112,18,10,9,0,0,0,0,0,0,0 +453991,499,112,15,3,0,0,0,0,0,0,0,0 +453998,499,112,135,32,27,0,0,0,0,0,0,0 +454110,499,112,912,124,116,0,3,0,0,0,0,0 +454310,499,112,57,14,4,0,0,0,0,0,0,0 +454390,499,112,257,194,186,0,0,0,0,0,0,0 +484110,499,112,384,92,71,0,0,0,0,0,0,0 +484121,499,112,1863,155,120,7,0,0,0,0,0,0 +484122,499,112,94,20,8,0,0,0,0,0,0,0 +484210,499,112,20,4,0,0,0,0,0,0,0,0 +484220,499,112,1069,127,101,6,0,0,0,0,0,0 +484230,499,112,854,54,28,3,0,0,0,0,0,0 +485999,499,112,7,7,6,0,0,0,0,0,0,0 +486210,499,112,0,3,0,0,0,0,0,0,0,0 +488190,499,112,8,3,0,0,0,0,0,0,0,0 +488410,499,112,19,6,5,0,0,0,0,0,0,0 +488490,499,112,4,3,3,0,0,0,0,0,0,0 +488510,499,112,27,10,8,0,0,0,0,0,0,0 +492110,499,112,434,26,3,3,0,0,0,0,0,0 +492210,499,112,0,3,0,0,0,0,0,0,0,0 +493110,499,112,23,9,0,0,0,0,0,0,0,0 +511110,499,112,40,11,6,0,0,0,0,0,0,0 +511130,499,112,0,3,0,0,0,0,0,0,0,0 +511210,499,112,350,22,11,0,0,0,0,0,0,0 +512110,499,112,20,14,13,0,0,0,0,0,0,0 +512131,499,112,0,12,0,0,0,0,0,0,0,0 +517311,499,112,346,46,29,4,0,0,0,0,0,0 +517312,499,112,178,20,12,0,0,0,0,0,0,0 +517911,499,112,18,6,4,0,0,0,0,0,0,0 +518210,499,112,47,17,8,0,0,0,0,0,0,0 +519130,499,112,22,12,11,0,0,0,0,0,0,0 +522110,499,112,1097,116,91,7,0,0,0,0,0,0 +522130,499,112,523,73,48,0,0,0,0,0,0,0 +522220,499,112,4,4,4,0,0,0,0,0,0,0 +522291,499,112,29,19,18,0,0,0,0,0,0,0 +522292,499,112,163,33,28,0,0,0,0,0,0,0 +522298,499,112,86,23,19,0,0,0,0,0,0,0 +522310,499,112,70,19,17,0,0,0,0,0,0,0 +522320,499,112,0,3,0,0,0,0,0,0,0,0 +522390,499,112,184,25,21,0,0,0,0,0,0,0 +523120,499,112,44,16,15,0,0,0,0,0,0,0 +523910,499,112,10,7,7,0,0,0,0,0,0,0 +523920,499,112,97,44,41,0,0,0,0,0,0,0 +523930,499,112,49,26,23,0,0,0,0,0,0,0 +524113,499,112,30,5,4,0,0,0,0,0,0,0 +524127,499,112,18,8,6,0,0,0,0,0,0,0 +524210,499,112,943,280,261,0,0,0,0,0,0,0 +524291,499,112,0,3,0,0,0,0,0,0,0,0 +524292,499,112,0,3,3,0,0,0,0,0,0,0 +524298,499,112,3,6,3,0,0,0,0,0,0,0 +531110,499,112,220,74,69,0,0,0,0,0,0,0 +531120,499,112,89,37,34,0,0,0,0,0,0,0 +531130,499,112,39,15,11,0,0,0,0,0,0,0 +531190,499,112,32,13,11,0,0,0,0,0,0,0 +531210,499,112,626,440,426,0,0,0,0,0,0,0 +531311,499,112,339,76,66,0,0,0,0,0,0,0 +531312,499,112,36,13,9,0,0,0,0,0,0,0 +531320,499,112,78,43,41,0,0,0,0,0,0,0 +531390,499,112,76,54,51,0,0,0,0,0,0,0 +532111,499,112,37,6,3,0,0,0,0,0,0,0 +532120,499,112,9,3,3,0,0,0,0,0,0,0 +532210,499,112,0,6,0,0,0,0,0,0,0,0 +532283,499,112,15,3,0,0,0,0,0,0,0,0 +532284,499,112,17,6,0,0,0,0,0,0,0,0 +532289,499,112,21,6,4,0,0,0,0,0,0,0 +532310,499,112,19,3,0,0,0,0,0,0,0,0 +532412,499,112,160,17,11,0,0,0,0,0,0,0 +532490,499,112,20,9,8,0,0,0,0,0,0,0 +541110,499,112,565,201,187,0,0,0,0,0,0,0 +541191,499,112,159,24,10,0,0,0,0,0,0,0 +541211,499,112,539,116,95,0,0,0,0,0,0,0 +541213,499,112,93,18,15,0,0,0,0,0,0,0 +541214,499,112,0,4,0,0,0,0,0,0,0,0 +541219,499,112,246,103,90,0,0,0,0,0,0,0 +541310,499,112,40,18,16,0,0,0,0,0,0,0 +541320,499,112,10,7,4,0,0,0,0,0,0,0 +541330,499,112,714,137,119,5,0,0,0,0,0,0 +541340,499,112,20,12,11,0,0,0,0,0,0,0 +541350,499,112,9,6,6,0,0,0,0,0,0,0 +541370,499,112,103,17,12,0,0,0,0,0,0,0 +541380,499,112,12,3,0,0,0,0,0,0,0,0 +541410,499,112,14,9,6,0,0,0,0,0,0,0 +541420,499,112,0,3,3,0,0,0,0,0,0,0 +541430,499,112,45,18,15,0,0,0,0,0,0,0 +541511,499,112,448,92,85,0,0,0,0,0,0,0 +541512,499,112,27,23,16,0,0,0,0,0,0,0 +541513,499,112,0,3,0,0,0,0,0,0,0,0 +541519,499,112,49,11,4,0,0,0,0,0,0,0 +541611,499,112,467,155,147,3,0,0,0,0,0,0 +541613,499,112,165,76,73,0,0,0,0,0,0,0 +541614,499,112,14,8,7,0,0,0,0,0,0,0 +541618,499,112,226,28,26,0,0,0,0,0,0,0 +541620,499,112,61,27,22,0,0,0,0,0,0,0 +541690,499,112,60,54,53,0,0,0,0,0,0,0 +541713,499,112,72,3,0,3,0,0,0,0,0,0 +541715,499,112,39,10,6,0,0,0,0,0,0,0 +541810,499,112,6,8,8,0,0,0,0,0,0,0 +541840,499,112,0,3,0,0,0,0,0,0,0,0 +541860,499,112,2,3,3,0,0,0,0,0,0,0 +541870,499,112,12,4,3,0,0,0,0,0,0,0 +541890,499,112,70,10,8,0,0,0,0,0,0,0 +541910,499,112,95,8,4,0,0,0,0,0,0,0 +541921,499,112,17,17,16,0,0,0,0,0,0,0 +541922,499,112,0,3,3,0,0,0,0,0,0,0 +541940,499,112,303,44,29,0,0,0,0,0,0,0 +541990,499,112,71,35,30,0,0,0,0,0,0,0 +551112,499,112,41,7,6,0,0,0,0,0,0,0 +551114,499,112,342,31,17,0,0,0,0,0,0,0 +561110,499,112,461,82,72,0,0,0,0,0,0,0 +561320,499,112,1143,25,6,6,0,0,0,0,0,0 +561410,499,112,0,4,3,0,0,0,0,0,0,0 +561422,499,112,384,14,6,0,0,0,0,0,0,0 +561439,499,112,48,5,3,0,0,0,0,0,0,0 +561440,499,112,51,3,3,0,0,0,0,0,0,0 +561492,499,112,4,4,4,0,0,0,0,0,0,0 +561499,499,112,0,3,0,0,0,0,0,0,0,0 +561510,499,112,14,8,7,0,0,0,0,0,0,0 +561520,499,112,53,10,3,0,0,0,0,0,0,0 +561599,499,112,0,3,0,0,0,0,0,0,0,0 +561611,499,112,12,3,0,0,0,0,0,0,0,0 +561621,499,112,17,12,11,0,0,0,0,0,0,0 +561622,499,112,11,7,3,0,0,0,0,0,0,0 +561710,499,112,118,32,31,0,0,0,0,0,0,0 +561720,499,112,814,140,111,3,0,0,0,0,0,0 +561730,499,112,841,218,204,4,0,0,0,0,0,0 +561740,499,112,44,24,23,0,0,0,0,0,0,0 +561790,499,112,69,23,22,0,0,0,0,0,0,0 +561990,499,112,40,10,5,0,0,0,0,0,0,0 +562111,499,112,158,12,3,0,0,0,0,0,0,0 +562910,499,112,0,3,0,0,0,0,0,0,0,0 +562991,499,112,8,4,4,0,0,0,0,0,0,0 +611110,499,112,717,25,7,0,0,0,0,0,0,0 +611430,499,112,5,3,3,0,0,0,0,0,0,0 +611511,499,112,45,4,0,0,0,0,0,0,0,0 +611519,499,112,0,3,0,0,0,0,0,0,0,0 +611610,499,112,168,32,24,0,0,0,0,0,0,0 +611620,499,112,141,21,9,0,0,0,0,0,0,0 +611699,499,112,2,7,4,0,0,0,0,0,0,0 +611710,499,112,98,11,9,0,0,0,0,0,0,0 +621111,499,112,2896,410,342,35,0,0,0,0,0,0 +621112,499,112,17,10,9,0,0,0,0,0,0,0 +621210,499,112,2044,293,272,5,0,0,0,0,0,0 +621310,499,112,218,83,80,0,0,0,0,0,0,0 +621320,499,112,207,44,34,0,0,0,0,0,0,0 +621330,499,112,82,48,45,0,0,0,0,0,0,0 +621340,499,112,305,57,40,0,0,0,0,0,0,0 +621391,499,112,95,18,15,0,0,0,0,0,0,0 +621399,499,112,116,41,35,0,0,0,0,0,0,0 +621410,499,112,8,3,0,0,0,0,0,0,0,0 +621420,499,112,153,17,9,0,0,0,0,0,0,0 +621493,499,112,68,10,0,0,0,0,0,0,0,0 +621498,499,112,234,22,7,4,0,0,0,0,0,0 +621511,499,112,11,6,6,0,0,0,0,0,0,0 +621610,499,112,774,43,27,7,0,0,0,0,0,0 +621999,499,112,12,4,3,0,0,0,0,0,0,0 +622110,499,112,0,3,0,0,0,0,0,0,0,0 +623110,499,112,600,8,0,0,3,0,0,0,0,0 +623210,499,112,0,15,0,0,0,0,0,0,0,0 +623220,499,112,988,25,4,11,0,0,0,0,0,0 +623311,499,112,507,9,0,6,0,0,0,0,0,0 +623312,499,112,588,28,11,8,0,0,0,0,0,0 +623990,499,112,630,10,0,3,3,0,0,0,0,0 +624110,499,112,145,11,7,0,0,0,0,0,0,0 +624120,499,112,823,25,7,5,0,0,0,0,0,0 +624190,499,112,473,40,26,0,0,0,0,0,0,0 +624229,499,112,0,3,0,0,0,0,0,0,0,0 +624410,499,112,653,89,55,3,0,0,0,0,0,0 +711219,499,112,23,7,5,0,0,0,0,0,0,0 +711310,499,112,0,3,0,0,0,0,0,0,0,0 +711320,499,112,31,5,3,0,0,0,0,0,0,0 +711510,499,112,53,34,32,0,0,0,0,0,0,0 +712110,499,112,20,4,0,0,0,0,0,0,0,0 +713120,499,112,92,6,0,0,0,0,0,0,0,0 +713910,499,112,0,3,0,0,0,0,0,0,0,0 +713940,499,112,787,44,33,0,0,0,0,0,0,0 +713990,499,112,276,70,59,0,0,0,0,0,0,0 +721110,499,112,5694,294,180,56,0,0,0,0,0,0 +721191,499,112,43,20,17,0,0,0,0,0,0,0 +721199,499,112,17,7,4,0,0,0,0,0,0,0 +721211,499,112,67,28,19,0,0,0,0,0,0,0 +721214,499,112,11,4,3,0,0,0,0,0,0,0 +722310,499,112,12,5,4,0,0,0,0,0,0,0 +722320,499,112,53,5,3,0,0,0,0,0,0,0 +722330,499,112,14,4,0,0,0,0,0,0,0,0 +722410,499,112,29,4,0,0,0,0,0,0,0,0 +722511,499,112,6708,345,203,105,0,0,0,0,0,0 +722513,499,112,7673,421,232,147,0,0,0,0,0,0 +722514,499,112,123,3,0,0,0,0,0,0,0,0 +722515,499,112,752,72,43,11,0,0,0,0,0,0 +811111,499,112,868,188,168,0,0,0,0,0,0,0 +811113,499,112,6,3,3,0,0,0,0,0,0,0 +811121,499,112,318,49,42,0,0,0,0,0,0,0 +811122,499,112,40,11,7,0,0,0,0,0,0,0 +811191,499,112,162,21,11,0,0,0,0,0,0,0 +811192,499,112,139,28,19,0,0,0,0,0,0,0 +811198,499,112,28,13,12,0,0,0,0,0,0,0 +811212,499,112,32,15,13,0,0,0,0,0,0,0 +811310,499,112,394,73,51,0,0,0,0,0,0,0 +811412,499,112,9,7,4,0,0,0,0,0,0,0 +811490,499,112,38,16,13,0,0,0,0,0,0,0 +812111,499,112,15,3,0,0,0,0,0,0,0,0 +812112,499,112,244,85,79,0,0,0,0,0,0,0 +812113,499,112,23,4,0,0,0,0,0,0,0,0 +812191,499,112,6,3,3,0,0,0,0,0,0,0 +812199,499,112,113,23,16,0,0,0,0,0,0,0 +812210,499,112,72,19,12,0,0,0,0,0,0,0 +812320,499,112,22,4,0,0,0,0,0,0,0,0 +812910,499,112,145,20,9,3,0,0,0,0,0,0 +812990,499,112,45,20,18,0,0,0,0,0,0,0 +813110,499,112,197,59,46,0,0,0,0,0,0,0 +813211,499,112,1,3,3,0,0,0,0,0,0,0 +813219,499,112,5,3,3,0,0,0,0,0,0,0 +813312,499,112,47,16,11,0,0,0,0,0,0,0 +813410,499,112,81,20,13,0,0,0,0,0,0,0 +813910,499,112,39,16,14,0,0,0,0,0,0,0 +813920,499,112,8,4,4,0,0,0,0,0,0,0 +813990,499,112,84,17,10,0,0,0,0,0,0,0 +113310,500,113,177,71,58,0,0,0,0,0,0,0 +115112,500,113,12,5,4,0,0,0,0,0,0,0 +115113,500,113,16,4,3,0,0,0,0,0,0,0 +115210,500,113,37,19,14,0,0,0,0,0,0,0 +115310,500,113,4,9,6,0,0,0,0,0,0,0 +212311,500,113,27,6,4,0,0,0,0,0,0,0 +212312,500,113,0,3,0,0,0,0,0,0,0,0 +212321,500,113,4,4,4,0,0,0,0,0,0,0 +221111,500,113,19,4,0,0,0,0,0,0,0,0 +221113,500,113,0,5,3,0,0,0,0,0,0,0 +221122,500,113,94,20,10,0,0,0,0,0,0,0 +221310,500,113,0,3,0,0,0,0,0,0,0,0 +236115,500,113,966,301,277,0,0,0,0,0,0,0 +236116,500,113,13,3,0,0,0,0,0,0,0,0 +236117,500,113,91,25,20,0,0,0,0,0,0,0 +236118,500,113,1227,426,410,0,0,0,0,0,0,0 +236220,500,113,2280,87,46,9,0,0,0,0,0,0 +237110,500,113,193,28,10,0,0,0,0,0,0,0 +237130,500,113,60,13,3,0,0,0,0,0,0,0 +237310,500,113,102,21,7,0,0,0,0,0,0,0 +238110,500,113,227,60,46,0,0,0,0,0,0,0 +238130,500,113,225,47,32,0,0,0,0,0,0,0 +238140,500,113,233,92,81,0,0,0,0,0,0,0 +238150,500,113,54,10,7,0,0,0,0,0,0,0 +238160,500,113,295,69,52,0,0,0,0,0,0,0 +238170,500,113,69,20,16,0,0,0,0,0,0,0 +238210,500,113,1793,279,245,5,0,0,0,0,0,0 +238220,500,113,2078,293,255,11,4,0,0,0,0,0 +238290,500,113,154,15,6,4,0,0,0,0,0,0 +238310,500,113,385,65,52,4,0,0,0,0,0,0 +238320,500,113,546,159,139,0,0,0,0,0,0,0 +238330,500,113,119,32,27,0,0,0,0,0,0,0 +238340,500,113,10,7,4,0,0,0,0,0,0,0 +238350,500,113,236,110,101,0,0,0,0,0,0,0 +238390,500,113,39,6,6,0,0,0,0,0,0,0 +238910,500,113,1559,310,270,9,0,0,0,0,0,0 +238990,500,113,186,75,62,0,0,0,0,0,0,0 +311111,500,113,6,4,4,0,0,0,0,0,0,0 +311119,500,113,101,6,0,0,0,0,0,0,0,0 +311352,500,113,149,10,3,0,0,0,0,0,0,0 +311513,500,113,13,10,3,0,0,0,0,0,0,0 +311612,500,113,152,3,0,0,0,0,0,0,0,0 +311811,500,113,111,18,6,0,0,0,0,0,0,0 +311812,500,113,422,17,0,0,0,0,0,0,0,0 +311920,500,113,0,3,0,0,0,0,0,0,0,0 +311999,500,113,78,11,6,0,0,0,0,0,0,0 +312120,500,113,289,26,12,3,0,0,0,0,0,0 +312130,500,113,76,4,0,0,0,0,0,0,0,0 +312140,500,113,25,6,0,0,0,0,0,0,0,0 +314910,500,113,0,3,0,0,0,0,0,0,0,0 +321113,500,113,179,27,9,0,0,0,0,0,0,0 +321911,500,113,0,3,0,0,0,0,0,0,0,0 +321999,500,113,284,15,6,0,0,0,0,0,0,0 +323111,500,113,602,34,15,6,0,0,0,0,0,0 +323113,500,113,43,8,3,0,0,0,0,0,0,0 +325611,500,113,0,3,0,0,0,0,0,0,0,0 +326199,500,113,742,14,3,0,3,0,0,0,0,0 +327110,500,113,19,3,3,0,0,0,0,0,0,0 +327212,500,113,0,6,0,0,0,0,0,0,0,0 +327320,500,113,0,3,0,0,0,0,0,0,0,0 +327991,500,113,554,45,34,4,0,0,0,0,0,0 +332322,500,113,133,5,0,0,0,0,0,0,0,0 +332710,500,113,329,39,22,0,0,0,0,0,0,0 +332994,500,113,0,3,0,0,0,0,0,0,0,0 +333514,500,113,19,3,0,0,0,0,0,0,0,0 +334290,500,113,0,3,0,0,0,0,0,0,0,0 +334413,500,113,0,3,0,0,0,0,0,0,0,0 +335929,500,113,266,3,0,0,0,0,0,0,0,0 +337122,500,113,36,12,3,0,0,0,0,0,0,0 +339113,500,113,3,3,3,0,0,0,0,0,0,0 +339116,500,113,36,7,6,0,0,0,0,0,0,0 +339910,500,113,15,6,3,0,0,0,0,0,0,0 +339920,500,113,0,9,3,0,0,0,0,0,0,0 +339992,500,113,21,6,3,0,0,0,0,0,0,0 +339999,500,113,11,9,6,0,0,0,0,0,0,0 +423110,500,113,193,8,0,3,0,0,0,0,0,0 +423120,500,113,193,26,13,3,0,0,0,0,0,0 +423210,500,113,56,6,3,0,0,0,0,0,0,0 +423310,500,113,93,10,4,0,0,0,0,0,0,0 +423320,500,113,5,8,6,0,0,0,0,0,0,0 +423330,500,113,51,8,3,0,0,0,0,0,0,0 +423420,500,113,86,15,10,0,0,0,0,0,0,0 +423430,500,113,0,5,3,0,0,0,0,0,0,0 +423450,500,113,80,6,4,0,0,0,0,0,0,0 +423510,500,113,164,5,3,0,0,0,0,0,0,0 +423610,500,113,232,26,13,0,0,0,0,0,0,0 +423710,500,113,0,4,0,0,0,0,0,0,0,0 +423720,500,113,59,8,3,0,0,0,0,0,0,0 +423730,500,113,34,8,5,0,0,0,0,0,0,0 +423810,500,113,106,4,0,3,0,0,0,0,0,0 +423820,500,113,278,28,13,0,0,0,0,0,0,0 +423830,500,113,191,30,21,0,0,0,0,0,0,0 +423840,500,113,54,7,3,0,0,0,0,0,0,0 +423860,500,113,37,3,0,0,0,0,0,0,0,0 +423910,500,113,89,11,7,0,0,0,0,0,0,0 +423920,500,113,7,3,0,0,0,0,0,0,0,0 +423990,500,113,305,13,6,0,0,0,0,0,0,0 +424210,500,113,322,11,0,0,0,0,0,0,0,0 +424330,500,113,229,9,0,0,0,0,0,0,0,0 +424470,500,113,12,3,0,0,0,0,0,0,0,0 +424480,500,113,214,4,0,0,0,0,0,0,0,0 +424490,500,113,919,40,21,0,0,0,0,0,0,0 +424690,500,113,0,4,0,0,0,0,0,0,0,0 +424710,500,113,21,5,3,0,0,0,0,0,0,0 +424720,500,113,63,3,0,0,0,0,0,0,0,0 +424810,500,113,682,9,0,0,0,0,0,0,0,0 +424910,500,113,81,13,3,0,0,0,0,0,0,0 +424920,500,113,0,3,0,0,0,0,0,0,0,0 +424990,500,113,55,13,12,0,0,0,0,0,0,0 +425120,500,113,157,53,45,0,0,0,0,0,0,0 +441110,500,113,2981,83,10,35,3,0,0,0,0,0 +441120,500,113,312,77,60,0,0,0,0,0,0,0 +441222,500,113,40,10,7,0,0,0,0,0,0,0 +441228,500,113,114,14,3,0,0,0,0,0,0,0 +441310,500,113,935,109,80,0,0,0,0,0,0,0 +441320,500,113,308,31,19,0,0,0,0,0,0,0 +442110,500,113,234,52,37,0,0,0,0,0,0,0 +442210,500,113,197,25,12,0,0,0,0,0,0,0 +442299,500,113,457,47,29,3,0,0,0,0,0,0 +443141,500,113,158,20,12,0,0,0,0,0,0,0 +443142,500,113,284,34,27,0,0,0,0,0,0,0 +444110,500,113,496,4,0,0,3,0,0,0,0,0 +444120,500,113,60,16,4,0,0,0,0,0,0,0 +444130,500,113,593,72,45,0,0,0,0,0,0,0 +444190,500,113,1051,105,66,3,0,0,0,0,0,0 +444210,500,113,56,17,3,0,0,0,0,0,0,0 +444220,500,113,445,52,29,5,0,0,0,0,0,0 +445110,500,113,8622,227,97,64,17,0,0,0,0,0 +445120,500,113,416,73,58,0,0,0,0,0,0,0 +445210,500,113,0,3,0,0,0,0,0,0,0,0 +445230,500,113,4,6,6,0,0,0,0,0,0,0 +445292,500,113,32,5,3,0,0,0,0,0,0,0 +445299,500,113,70,12,3,0,0,0,0,0,0,0 +445310,500,113,446,117,93,3,0,0,0,0,0,0 +446110,500,113,1382,105,55,11,0,0,0,0,0,0 +446120,500,113,72,7,5,0,0,0,0,0,0,0 +446130,500,113,83,16,14,0,0,0,0,0,0,0 +446191,500,113,28,7,5,0,0,0,0,0,0,0 +446199,500,113,59,9,6,0,0,0,0,0,0,0 +447110,500,113,3438,388,352,17,0,0,0,0,0,0 +447190,500,113,152,29,16,0,0,0,0,0,0,0 +448110,500,113,27,4,0,0,0,0,0,0,0,0 +448120,500,113,462,73,58,0,0,0,0,0,0,0 +448130,500,113,73,6,3,0,0,0,0,0,0,0 +448140,500,113,969,60,19,13,0,0,0,0,0,0 +448150,500,113,28,7,4,0,0,0,0,0,0,0 +448190,500,113,171,17,4,3,0,0,0,0,0,0 +448210,500,113,234,36,24,0,0,0,0,0,0,0 +448310,500,113,408,44,33,0,0,0,0,0,0,0 +451110,500,113,1115,123,97,3,0,0,0,0,0,0 +451120,500,113,219,17,4,0,0,0,0,0,0,0 +451130,500,113,92,18,10,0,0,0,0,0,0,0 +451140,500,113,48,5,0,0,0,0,0,0,0,0 +451211,500,113,202,23,11,0,0,0,0,0,0,0 +452210,500,113,383,5,0,5,0,0,0,0,0,0 +452319,500,113,930,103,66,3,0,0,0,0,0,0 +453110,500,113,80,32,19,0,0,0,0,0,0,0 +453210,500,113,36,6,0,0,0,0,0,0,0,0 +453220,500,113,281,69,57,0,0,0,0,0,0,0 +453310,500,113,405,73,56,5,0,0,0,0,0,0 +453910,500,113,120,17,6,0,0,0,0,0,0,0 +453920,500,113,62,24,18,0,0,0,0,0,0,0 +453991,500,113,62,8,0,0,0,0,0,0,0,0 +453998,500,113,244,56,44,0,0,0,0,0,0,0 +454110,500,113,1029,131,101,3,0,0,0,0,0,0 +454210,500,113,30,3,0,0,0,0,0,0,0,0 +454310,500,113,1255,107,71,0,0,0,0,0,0,0 +454390,500,113,163,46,36,0,0,0,0,0,0,0 +481111,500,113,185,4,0,0,0,0,0,0,0,0 +484110,500,113,190,39,25,0,0,0,0,0,0,0 +484121,500,113,432,38,13,0,0,0,0,0,0,0 +484122,500,113,402,22,8,8,0,0,0,0,0,0 +484210,500,113,108,9,0,0,0,0,0,0,0,0 +484220,500,113,477,133,110,0,0,0,0,0,0,0 +484230,500,113,150,13,0,0,0,0,0,0,0,0 +485310,500,113,103,10,7,0,0,0,0,0,0,0 +485320,500,113,21,3,3,0,0,0,0,0,0,0 +485410,500,113,39,6,0,0,0,0,0,0,0,0 +485999,500,113,19,3,3,0,0,0,0,0,0,0 +487110,500,113,0,3,0,0,0,0,0,0,0,0 +488190,500,113,0,3,0,0,0,0,0,0,0,0 +488210,500,113,0,3,0,0,0,0,0,0,0,0 +488410,500,113,27,12,8,0,0,0,0,0,0,0 +488510,500,113,10,9,3,0,0,0,0,0,0,0 +492110,500,113,572,13,0,0,0,0,0,0,0,0 +492210,500,113,266,5,0,0,0,0,0,0,0,0 +493110,500,113,209,13,0,0,0,0,0,0,0,0 +511110,500,113,269,26,9,0,0,0,0,0,0,0 +511120,500,113,205,15,9,0,0,0,0,0,0,0 +511130,500,113,31,6,0,0,0,0,0,0,0,0 +511210,500,113,641,19,7,0,0,0,0,0,0,0 +512110,500,113,79,14,12,0,0,0,0,0,0,0 +512131,500,113,157,10,3,0,0,0,0,0,0,0 +512191,500,113,0,3,0,0,0,0,0,0,0,0 +515111,500,113,9,3,3,0,0,0,0,0,0,0 +515112,500,113,257,14,7,0,0,0,0,0,0,0 +515120,500,113,204,5,0,0,0,0,0,0,0,0 +517311,500,113,981,99,70,3,3,0,0,0,0,0 +517312,500,113,185,36,21,0,0,0,0,0,0,0 +517911,500,113,15,4,3,0,0,0,0,0,0,0 +518210,500,113,2878,26,8,3,0,3,0,0,0,0 +519120,500,113,232,52,32,0,0,0,0,0,0,0 +519130,500,113,50,15,11,0,0,0,0,0,0,0 +522110,500,113,2134,203,183,3,0,0,0,0,0,0 +522120,500,113,70,44,25,0,0,0,0,0,0,0 +522130,500,113,1044,65,32,6,0,0,0,0,0,0 +522220,500,113,8,4,3,0,0,0,0,0,0,0 +522292,500,113,44,13,10,0,0,0,0,0,0,0 +522310,500,113,0,3,0,0,0,0,0,0,0,0 +522320,500,113,0,3,0,0,0,0,0,0,0,0 +523120,500,113,153,28,19,3,0,0,0,0,0,0 +523910,500,113,14,4,0,0,0,0,0,0,0,0 +523920,500,113,426,117,101,0,0,0,0,0,0,0 +523930,500,113,35,28,25,0,0,0,0,0,0,0 +524113,500,113,133,9,7,0,0,0,0,0,0,0 +524114,500,113,34,11,5,0,0,0,0,0,0,0 +524126,500,113,116,22,11,0,0,0,0,0,0,0 +524127,500,113,0,3,3,0,0,0,0,0,0,0 +524210,500,113,1364,248,217,9,0,0,0,0,0,0 +524291,500,113,4,4,4,0,0,0,0,0,0,0 +524292,500,113,72,5,0,0,0,0,0,0,0,0 +531110,500,113,356,103,87,0,0,0,0,0,0,0 +531120,500,113,283,61,52,0,0,0,0,0,0,0 +531130,500,113,57,21,20,0,0,0,0,0,0,0 +531190,500,113,18,9,8,0,0,0,0,0,0,0 +531210,500,113,546,215,204,0,0,0,0,0,0,0 +531311,500,113,635,132,113,0,0,0,0,0,0,0 +531312,500,113,118,26,19,0,0,0,0,0,0,0 +531320,500,113,67,39,37,0,0,0,0,0,0,0 +532111,500,113,87,10,6,0,0,0,0,0,0,0 +532120,500,113,64,10,4,0,0,0,0,0,0,0 +532210,500,113,12,6,0,0,0,0,0,0,0,0 +532283,500,113,19,3,3,0,0,0,0,0,0,0 +532289,500,113,9,4,3,0,0,0,0,0,0,0 +532420,500,113,0,3,0,0,0,0,0,0,0,0 +532490,500,113,33,9,7,0,0,0,0,0,0,0 +541110,500,113,1851,414,388,7,0,0,0,0,0,0 +541211,500,113,856,143,116,7,0,0,0,0,0,0 +541213,500,113,107,25,15,0,0,0,0,0,0,0 +541214,500,113,141,3,0,0,0,0,0,0,0,0 +541219,500,113,676,98,85,0,0,0,0,0,0,0 +541310,500,113,390,73,55,3,0,0,0,0,0,0 +541320,500,113,38,13,10,0,0,0,0,0,0,0 +541330,500,113,1493,178,144,12,0,0,0,0,0,0 +541340,500,113,7,5,5,0,0,0,0,0,0,0 +541350,500,113,21,4,3,0,0,0,0,0,0,0 +541370,500,113,54,39,32,0,0,0,0,0,0,0 +541380,500,113,82,9,6,0,0,0,0,0,0,0 +541410,500,113,32,13,8,0,0,0,0,0,0,0 +541420,500,113,5,3,3,0,0,0,0,0,0,0 +541430,500,113,155,68,59,0,0,0,0,0,0,0 +541511,500,113,1068,142,121,6,0,0,0,0,0,0 +541512,500,113,434,59,50,3,0,0,0,0,0,0 +541513,500,113,33,5,0,0,0,0,0,0,0,0 +541519,500,113,22,11,10,0,0,0,0,0,0,0 +541611,500,113,731,133,123,3,0,0,0,0,0,0 +541612,500,113,51,15,13,0,0,0,0,0,0,0 +541613,500,113,275,61,51,0,0,0,0,0,0,0 +541614,500,113,38,6,3,0,0,0,0,0,0,0 +541618,500,113,7,5,5,0,0,0,0,0,0,0 +541620,500,113,450,44,37,0,0,0,0,0,0,0 +541690,500,113,483,35,28,3,0,0,0,0,0,0 +541713,500,113,54,3,0,0,0,0,0,0,0,0 +541714,500,113,0,3,0,0,0,0,0,0,0,0 +541715,500,113,147,18,11,0,0,0,0,0,0,0 +541720,500,113,17,3,0,0,0,0,0,0,0,0 +541810,500,113,126,21,17,0,0,0,0,0,0,0 +541820,500,113,82,12,8,0,0,0,0,0,0,0 +541890,500,113,103,13,11,0,0,0,0,0,0,0 +541910,500,113,47,7,6,0,0,0,0,0,0,0 +541921,500,113,14,16,13,0,0,0,0,0,0,0 +541922,500,113,10,4,4,0,0,0,0,0,0,0 +541930,500,113,5,3,3,0,0,0,0,0,0,0 +541940,500,113,1142,127,97,3,0,0,0,0,0,0 +541990,500,113,35,14,9,0,0,0,0,0,0,0 +551112,500,113,12,3,3,0,0,0,0,0,0,0 +551114,500,113,1724,58,26,13,0,0,0,0,0,0 +561110,500,113,656,69,54,3,0,0,0,0,0,0 +561210,500,113,20,4,3,0,0,0,0,0,0,0 +561311,500,113,0,3,3,0,0,0,0,0,0,0 +561312,500,113,19,12,11,0,0,0,0,0,0,0 +561320,500,113,1324,42,20,3,4,0,0,0,0,0 +561410,500,113,32,6,0,0,0,0,0,0,0,0 +561439,500,113,0,3,0,0,0,0,0,0,0,0 +561492,500,113,13,6,6,0,0,0,0,0,0,0 +561499,500,113,0,3,0,0,0,0,0,0,0,0 +561510,500,113,105,21,15,0,0,0,0,0,0,0 +561520,500,113,136,20,9,0,0,0,0,0,0,0 +561611,500,113,6,5,5,0,0,0,0,0,0,0 +561612,500,113,299,6,3,0,0,0,0,0,0,0 +561621,500,113,62,7,0,0,0,0,0,0,0,0 +561710,500,113,0,3,0,0,0,0,0,0,0,0 +561720,500,113,1535,188,162,11,0,0,0,0,0,0 +561730,500,113,1204,478,454,0,0,0,0,0,0,0 +561740,500,113,42,11,7,0,0,0,0,0,0,0 +561790,500,113,45,30,23,0,0,0,0,0,0,0 +561920,500,113,18,5,4,0,0,0,0,0,0,0 +561990,500,113,331,37,20,0,0,0,0,0,0,0 +562111,500,113,198,37,13,0,0,0,0,0,0,0 +562910,500,113,200,15,7,0,0,0,0,0,0,0 +562991,500,113,13,15,8,0,0,0,0,0,0,0 +611110,500,113,2740,94,32,22,0,0,0,0,0,0 +611310,500,113,5642,16,0,0,0,0,0,0,0,0 +611430,500,113,80,27,20,0,0,0,0,0,0,0 +611519,500,113,7,7,0,0,0,0,0,0,0,0 +611610,500,113,336,52,31,3,0,0,0,0,0,0 +611620,500,113,198,44,32,0,0,0,0,0,0,0 +611691,500,113,36,13,3,0,0,0,0,0,0,0 +611699,500,113,192,31,21,0,0,0,0,0,0,0 +611710,500,113,318,40,30,0,0,0,0,0,0,0 +621111,500,113,3405,282,218,33,0,0,0,0,0,0 +621112,500,113,45,20,14,0,0,0,0,0,0,0 +621210,500,113,1869,250,234,3,0,0,0,0,0,0 +621310,500,113,267,91,82,0,0,0,0,0,0,0 +621320,500,113,265,44,22,0,0,0,0,0,0,0 +621330,500,113,182,71,61,0,0,0,0,0,0,0 +621340,500,113,912,119,88,7,0,0,0,0,0,0 +621399,500,113,224,53,42,0,0,0,0,0,0,0 +621410,500,113,8,7,3,0,0,0,0,0,0,0 +621420,500,113,0,68,21,5,0,0,0,0,0,0 +621493,500,113,126,10,0,0,0,0,0,0,0,0 +621498,500,113,956,45,6,11,0,0,0,0,0,0 +621511,500,113,111,4,0,0,0,0,0,0,0,0 +621512,500,113,0,3,0,0,0,0,0,0,0,0 +621610,500,113,0,27,6,0,0,0,0,0,0,0 +621910,500,113,344,30,0,0,0,0,0,0,0,0 +621999,500,113,216,10,0,0,0,0,0,0,0,0 +622110,500,113,1899,3,0,0,0,0,0,0,0,0 +623110,500,113,3320,46,0,12,6,0,0,0,0,0 +623210,500,113,56,30,18,0,0,0,0,0,0,0 +623220,500,113,1071,47,16,3,0,0,0,0,0,0 +623311,500,113,1102,25,0,7,0,0,0,0,0,0 +623312,500,113,880,34,0,6,0,0,0,0,0,0 +623990,500,113,108,11,0,0,0,0,0,0,0,0 +624110,500,113,565,42,13,6,0,0,0,0,0,0 +624120,500,113,2272,91,39,14,0,0,0,0,0,0 +624190,500,113,1640,139,99,10,0,0,0,0,0,0 +624210,500,113,91,26,12,0,0,0,0,0,0,0 +624221,500,113,127,14,7,0,0,0,0,0,0,0 +624229,500,113,155,13,3,0,0,0,0,0,0,0 +624310,500,113,183,7,0,0,0,0,0,0,0,0 +624410,500,113,2449,274,232,22,0,0,0,0,0,0 +711110,500,113,83,10,4,0,0,0,0,0,0,0 +711310,500,113,374,19,3,0,0,0,0,0,0,0 +711320,500,113,14,10,10,0,0,0,0,0,0,0 +711510,500,113,143,56,52,0,0,0,0,0,0,0 +712110,500,113,207,38,23,0,0,0,0,0,0,0 +712120,500,113,0,3,0,0,0,0,0,0,0,0 +713120,500,113,58,3,0,0,0,0,0,0,0,0 +713910,500,113,247,45,29,0,0,0,0,0,0,0 +713920,500,113,0,6,0,0,0,0,0,0,0,0 +713930,500,113,48,11,8,0,0,0,0,0,0,0 +713940,500,113,1797,95,49,11,0,0,0,0,0,0 +713950,500,113,24,3,0,0,0,0,0,0,0,0 +713990,500,113,212,59,45,0,0,0,0,0,0,0 +721110,500,113,9939,232,153,41,7,0,0,0,0,0 +721191,500,113,732,120,94,3,0,0,0,0,0,0 +721211,500,113,36,28,25,0,0,0,0,0,0,0 +721214,500,113,117,24,13,0,0,0,0,0,0,0 +721310,500,113,15,4,3,0,0,0,0,0,0,0 +722310,500,113,1463,129,65,27,0,0,0,0,0,0 +722320,500,113,214,34,20,0,0,0,0,0,0,0 +722330,500,113,3,9,9,0,0,0,0,0,0,0 +722410,500,113,704,95,66,6,0,0,0,0,0,0 +722511,500,113,10799,671,469,185,0,0,0,0,0,0 +722513,500,113,4918,423,324,94,0,0,0,0,0,0 +722515,500,113,1526,153,103,21,0,0,0,0,0,0 +811111,500,113,1315,340,323,0,0,0,0,0,0,0 +811121,500,113,401,84,67,0,0,0,0,0,0,0 +811122,500,113,24,9,0,0,0,0,0,0,0,0 +811191,500,113,0,3,0,0,0,0,0,0,0,0 +811192,500,113,72,14,11,0,0,0,0,0,0,0 +811212,500,113,12,8,8,0,0,0,0,0,0,0 +811219,500,113,11,3,0,0,0,0,0,0,0,0 +811310,500,113,114,38,31,0,0,0,0,0,0,0 +811412,500,113,16,6,3,0,0,0,0,0,0,0 +811490,500,113,34,15,13,0,0,0,0,0,0,0 +812111,500,113,33,4,0,0,0,0,0,0,0,0 +812112,500,113,720,158,143,0,0,0,0,0,0,0 +812113,500,113,74,23,22,0,0,0,0,0,0,0 +812199,500,113,100,30,25,0,0,0,0,0,0,0 +812210,500,113,146,49,33,0,0,0,0,0,0,0 +812220,500,113,14,15,12,0,0,0,0,0,0,0 +812310,500,113,39,16,6,0,0,0,0,0,0,0 +812320,500,113,15,9,4,0,0,0,0,0,0,0 +812910,500,113,279,66,51,3,0,0,0,0,0,0 +812930,500,113,40,3,0,0,0,0,0,0,0,0 +812990,500,113,67,13,10,0,0,0,0,0,0,0 +813110,500,113,1895,390,364,6,0,0,0,0,0,0 +813211,500,113,240,45,28,0,0,0,0,0,0,0 +813212,500,113,107,14,8,0,0,0,0,0,0,0 +813219,500,113,0,3,3,0,0,0,0,0,0,0 +813311,500,113,89,12,6,0,0,0,0,0,0,0 +813312,500,113,582,87,67,4,0,0,0,0,0,0 +813319,500,113,113,34,23,0,0,0,0,0,0,0 +813410,500,113,810,146,124,0,0,0,0,0,0,0 +813910,500,113,235,60,51,0,0,0,0,0,0,0 +813920,500,113,70,20,17,0,0,0,0,0,0,0 +813930,500,113,163,23,19,0,0,0,0,0,0,0 +813940,500,113,46,10,6,0,0,0,0,0,0,0 +813990,500,113,249,43,23,0,0,0,0,0,0,0 +113310,511,114,121,26,6,0,0,0,0,0,0,0 +115210,511,114,12,8,5,0,0,0,0,0,0,0 +115310,511,114,18,4,0,0,0,0,0,0,0,0 +212313,511,114,0,3,0,0,0,0,0,0,0,0 +221117,511,114,0,3,0,0,0,0,0,0,0,0 +221122,511,114,0,41,8,7,3,0,0,0,0,0 +221210,511,114,0,3,0,0,0,0,0,0,0,0 +236115,511,114,533,170,160,0,0,0,0,0,0,0 +236116,511,114,0,3,0,0,0,0,0,0,0,0 +236117,511,114,958,139,118,3,0,0,0,0,0,0 +236118,511,114,1616,485,459,7,0,0,0,0,0,0 +236210,511,114,30,7,6,0,0,0,0,0,0,0 +236220,511,114,2130,165,131,18,0,0,0,0,0,0 +237110,511,114,587,40,11,0,0,0,0,0,0,0 +237130,511,114,1694,32,5,0,0,0,0,0,0,0 +237210,511,114,65,23,20,0,0,0,0,0,0,0 +237310,511,114,1167,42,6,9,0,0,0,0,0,0 +237990,511,114,58,9,3,0,0,0,0,0,0,0 +238110,511,114,942,81,58,4,0,0,0,0,0,0 +238120,511,114,127,4,0,0,0,0,0,0,0,0 +238130,511,114,284,57,48,0,0,0,0,0,0,0 +238140,511,114,962,108,83,0,0,0,0,0,0,0 +238150,511,114,157,20,8,0,0,0,0,0,0,0 +238160,511,114,681,75,53,9,0,0,0,0,0,0 +238170,511,114,143,34,27,0,0,0,0,0,0,0 +238190,511,114,219,15,6,0,0,0,0,0,0,0 +238210,511,114,4145,345,277,44,0,0,0,0,0,0 +238220,511,114,6194,440,360,45,0,0,0,0,0,0 +238290,511,114,828,34,14,6,0,0,0,0,0,0 +238310,511,114,637,74,52,6,0,0,0,0,0,0 +238320,511,114,953,178,155,7,0,0,0,0,0,0 +238330,511,114,583,81,61,3,0,0,0,0,0,0 +238340,511,114,157,30,23,0,0,0,0,0,0,0 +238350,511,114,665,113,93,0,0,0,0,0,0,0 +238390,511,114,282,42,28,0,0,0,0,0,0,0 +238910,511,114,1959,137,94,13,0,0,0,0,0,0 +238990,511,114,1319,204,169,0,0,0,0,0,0,0 +311811,511,114,117,17,7,0,0,0,0,0,0,0 +311812,511,114,21,7,3,0,0,0,0,0,0,0 +312120,511,114,126,11,7,0,0,0,0,0,0,0 +312140,511,114,0,3,0,0,0,0,0,0,0,0 +312230,511,114,0,4,0,0,0,0,0,0,0,0 +314120,511,114,0,3,0,0,0,0,0,0,0,0 +315990,511,114,15,3,0,0,0,0,0,0,0,0 +321113,511,114,201,9,0,6,0,0,0,0,0,0 +321920,511,114,207,10,0,3,0,0,0,0,0,0 +322211,511,114,234,5,0,0,0,0,0,0,0,0 +322212,511,114,261,3,0,0,0,0,0,0,0,0 +323111,511,114,1105,57,47,3,0,0,0,0,0,0 +323113,511,114,90,14,7,0,0,0,0,0,0,0 +323120,511,114,117,7,0,0,0,0,0,0,0,0 +325120,511,114,109,7,0,0,0,0,0,0,0,0 +325211,511,114,0,4,0,0,0,0,0,0,0,0 +325910,511,114,158,4,0,0,0,0,0,0,0,0 +327320,511,114,121,9,0,0,0,0,0,0,0,0 +327991,511,114,120,3,0,0,0,0,0,0,0,0 +332216,511,114,0,3,0,0,0,0,0,0,0,0 +332312,511,114,106,4,0,0,0,0,0,0,0,0 +332322,511,114,106,6,0,0,0,0,0,0,0,0 +332323,511,114,113,3,0,0,0,0,0,0,0,0 +332710,511,114,546,48,35,3,0,0,0,0,0,0 +332721,511,114,61,6,6,0,0,0,0,0,0,0 +332812,511,114,57,3,0,0,0,0,0,0,0,0 +332813,511,114,33,6,3,0,0,0,0,0,0,0 +332999,511,114,64,10,0,0,0,0,0,0,0,0 +333993,511,114,403,5,0,0,0,0,0,0,0,0 +333999,511,114,183,3,0,0,0,0,0,0,0,0 +335314,511,114,69,5,3,0,0,0,0,0,0,0 +337110,511,114,79,21,11,0,0,0,0,0,0,0 +337122,511,114,37,7,0,0,0,0,0,0,0,0 +337212,511,114,64,7,0,0,0,0,0,0,0,0 +339115,511,114,0,3,0,0,0,0,0,0,0,0 +339116,511,114,85,18,7,0,0,0,0,0,0,0 +339950,511,114,273,21,9,0,0,0,0,0,0,0 +339999,511,114,91,14,3,0,0,0,0,0,0,0 +423110,511,114,663,29,7,3,0,0,0,0,0,0 +423120,511,114,729,49,32,0,0,0,0,0,0,0 +423130,511,114,146,10,3,0,0,0,0,0,0,0 +423210,511,114,273,23,13,0,0,0,0,0,0,0 +423220,511,114,135,19,15,0,0,0,0,0,0,0 +423310,511,114,567,34,15,9,0,0,0,0,0,0 +423320,511,114,0,3,0,0,0,0,0,0,0,0 +423330,511,114,176,23,12,0,0,0,0,0,0,0 +423390,511,114,306,19,5,0,0,0,0,0,0,0 +423420,511,114,508,42,26,4,0,0,0,0,0,0 +423430,511,114,729,31,20,5,0,0,0,0,0,0 +423440,511,114,527,21,13,0,0,0,0,0,0,0 +423450,511,114,620,47,29,3,0,0,0,0,0,0 +423490,511,114,0,11,0,0,0,0,0,0,0,0 +423510,511,114,334,24,6,0,0,0,0,0,0,0 +423610,511,114,933,71,49,7,0,0,0,0,0,0 +423620,511,114,0,3,0,0,0,0,0,0,0,0 +423690,511,114,430,32,18,3,0,0,0,0,0,0 +423710,511,114,213,20,3,0,0,0,0,0,0,0 +423720,511,114,578,36,16,3,0,0,0,0,0,0 +423730,511,114,346,35,27,0,0,0,0,0,0,0 +423810,511,114,518,23,5,0,0,0,0,0,0,0 +423820,511,114,251,15,3,0,0,0,0,0,0,0 +423830,511,114,1362,120,102,9,0,0,0,0,0,0 +423840,511,114,322,26,11,3,0,0,0,0,0,0 +423850,511,114,182,19,10,0,0,0,0,0,0,0 +423930,511,114,223,16,7,3,0,0,0,0,0,0 +423940,511,114,9,4,4,0,0,0,0,0,0,0 +423990,511,114,248,28,11,0,0,0,0,0,0,0 +424110,511,114,0,3,0,0,0,0,0,0,0,0 +424120,511,114,276,25,12,0,0,0,0,0,0,0 +424130,511,114,251,18,6,0,0,0,0,0,0,0 +424210,511,114,923,27,11,3,0,0,0,0,0,0 +424310,511,114,18,3,0,0,0,0,0,0,0,0 +424320,511,114,11,3,0,0,0,0,0,0,0,0 +424330,511,114,18,5,4,0,0,0,0,0,0,0 +424410,511,114,25,7,3,0,0,0,0,0,0,0 +424420,511,114,0,4,0,0,0,0,0,0,0,0 +424450,511,114,0,7,0,0,0,0,0,0,0,0 +424460,511,114,7,3,0,0,0,0,0,0,0,0 +424480,511,114,151,5,0,0,0,0,0,0,0,0 +424490,511,114,1943,52,23,3,0,3,0,0,0,0 +424610,511,114,60,8,3,0,0,0,0,0,0,0 +424690,511,114,287,33,21,0,0,0,0,0,0,0 +424710,511,114,39,3,0,0,0,0,0,0,0,0 +424720,511,114,26,3,0,0,0,0,0,0,0,0 +424810,511,114,579,3,0,0,3,0,0,0,0,0 +424820,511,114,58,14,5,0,0,0,0,0,0,0 +424910,511,114,90,10,3,3,0,0,0,0,0,0 +424940,511,114,24,12,3,0,0,0,0,0,0,0 +424950,511,114,65,9,0,0,0,0,0,0,0,0 +424990,511,114,137,31,22,0,0,0,0,0,0,0 +425120,511,114,1535,163,146,3,0,0,0,0,0,0 +441110,511,114,4624,70,9,36,14,0,0,0,0,0 +441120,511,114,1072,157,133,3,0,0,0,0,0,0 +441210,511,114,210,9,3,0,0,0,0,0,0,0 +441222,511,114,55,7,0,0,0,0,0,0,0,0 +441228,511,114,118,12,3,0,0,0,0,0,0,0 +441310,511,114,1833,172,125,12,0,0,0,0,0,0 +441320,511,114,783,74,52,0,0,0,0,0,0,0 +442110,511,114,755,92,68,9,0,0,0,0,0,0 +442210,511,114,169,26,20,0,0,0,0,0,0,0 +442291,511,114,34,7,5,0,0,0,0,0,0,0 +442299,511,114,762,55,33,8,0,0,0,0,0,0 +443141,511,114,190,19,10,0,0,0,0,0,0,0 +443142,511,114,941,89,77,0,0,0,0,0,0,0 +444110,511,114,1051,25,6,0,15,0,0,0,0,0 +444120,511,114,112,33,26,0,0,0,0,0,0,0 +444130,511,114,185,29,14,0,0,0,0,0,0,0 +444190,511,114,837,67,42,10,0,0,0,0,0,0 +444210,511,114,14,7,3,0,0,0,0,0,0,0 +444220,511,114,683,31,10,4,0,0,0,0,0,0 +445110,511,114,12635,228,87,69,29,7,0,0,0,0 +445120,511,114,821,204,194,0,0,0,0,0,0,0 +445210,511,114,32,5,3,0,0,0,0,0,0,0 +445220,511,114,35,10,7,0,0,0,0,0,0,0 +445291,511,114,7,4,4,0,0,0,0,0,0,0 +445292,511,114,39,6,0,0,0,0,0,0,0,0 +445299,511,114,112,21,11,0,0,0,0,0,0,0 +445310,511,114,160,60,48,0,0,0,0,0,0,0 +446110,511,114,3168,175,74,66,0,0,0,0,0,0 +446120,511,114,655,78,58,9,0,0,0,0,0,0 +446130,511,114,306,45,39,0,0,0,0,0,0,0 +446191,511,114,101,33,27,0,0,0,0,0,0,0 +446199,511,114,221,25,17,0,0,0,0,0,0,0 +447110,511,114,3541,453,394,31,0,0,0,0,0,0 +447190,511,114,285,37,14,3,0,0,0,0,0,0 +448110,511,114,252,33,21,0,0,0,0,0,0,0 +448120,511,114,1404,109,88,10,0,0,0,0,0,0 +448130,511,114,254,26,22,0,0,0,0,0,0,0 +448140,511,114,2532,84,30,42,0,0,0,0,0,0 +448150,511,114,144,24,12,0,0,0,0,0,0,0 +448190,511,114,359,36,27,3,0,0,0,0,0,0 +448210,511,114,1039,92,78,5,0,0,0,0,0,0 +448310,511,114,505,82,74,3,0,0,0,0,0,0 +451110,511,114,1184,68,53,3,0,0,0,0,0,0 +451120,511,114,703,33,10,10,0,0,0,0,0,0 +451130,511,114,164,15,5,0,0,0,0,0,0,0 +451140,511,114,111,14,4,0,0,0,0,0,0,0 +451211,511,114,361,34,25,3,0,0,0,0,0,0 +452210,511,114,1715,18,0,7,6,0,0,0,0,0 +452311,511,114,5681,32,0,0,14,4,0,0,0,0 +452319,511,114,1760,161,115,25,0,0,0,0,0,0 +453110,511,114,91,21,13,0,0,0,0,0,0,0 +453210,511,114,293,34,26,0,0,0,0,0,0,0 +453220,511,114,634,63,49,5,0,0,0,0,0,0 +453310,511,114,974,100,77,12,0,0,0,0,0,0 +453910,511,114,504,43,28,7,0,0,0,0,0,0 +453920,511,114,33,11,11,0,0,0,0,0,0,0 +453991,511,114,146,47,41,0,0,0,0,0,0,0 +453998,511,114,360,77,68,0,0,0,0,0,0,0 +454110,511,114,3823,132,103,5,0,0,0,0,0,0 +454210,511,114,72,15,6,0,0,0,0,0,0,0 +454310,511,114,655,26,6,0,0,0,0,0,0,0 +454390,511,114,404,76,64,0,0,0,0,0,0,0 +481111,511,114,0,6,0,0,0,0,0,0,0,0 +484110,511,114,660,114,87,0,0,0,0,0,0,0 +484121,511,114,2151,97,62,3,0,0,0,0,0,0 +484122,511,114,2317,42,14,7,4,0,0,0,0,0 +484210,511,114,569,39,22,3,0,0,0,0,0,0 +484220,511,114,797,112,85,0,0,0,0,0,0,0 +484230,511,114,379,21,9,0,0,0,0,0,0,0 +485310,511,114,139,16,12,0,0,0,0,0,0,0 +485320,511,114,130,6,0,4,0,0,0,0,0,0 +485510,511,114,0,3,0,0,0,0,0,0,0,0 +485991,511,114,188,22,11,3,0,0,0,0,0,0 +485999,511,114,19,4,0,0,0,0,0,0,0,0 +486210,511,114,0,3,0,0,0,0,0,0,0,0 +488119,511,114,243,6,0,4,0,0,0,0,0,0 +488410,511,114,257,43,30,0,0,0,0,0,0,0 +488490,511,114,85,15,6,0,0,0,0,0,0,0 +488510,511,114,818,45,32,0,0,0,0,0,0,0 +488991,511,114,24,4,0,0,0,0,0,0,0,0 +492110,511,114,161,43,29,0,0,0,0,0,0,0 +492210,511,114,179,20,11,0,0,0,0,0,0,0 +493110,511,114,785,34,14,0,0,0,0,0,0,0 +493190,511,114,80,10,0,0,0,0,0,0,0,0 +511110,511,114,412,14,0,0,0,0,0,0,0,0 +511120,511,114,141,20,13,0,0,0,0,0,0,0 +511210,511,114,439,27,10,3,0,0,0,0,0,0 +512110,511,114,97,22,15,0,0,0,0,0,0,0 +512131,511,114,281,9,0,0,0,0,0,0,0,0 +512191,511,114,23,6,4,0,0,0,0,0,0,0 +512240,511,114,24,10,8,0,0,0,0,0,0,0 +515112,511,114,0,5,0,0,0,0,0,0,0,0 +515120,511,114,433,4,0,0,3,0,0,0,0,0 +517311,511,114,2411,133,109,9,3,0,0,0,0,0 +517312,511,114,1646,83,62,6,0,0,0,0,0,0 +517911,511,114,21,6,3,0,0,0,0,0,0,0 +517919,511,114,15,3,0,0,0,0,0,0,0,0 +518210,511,114,1826,84,55,11,0,0,0,0,0,0 +519130,511,114,960,31,25,0,0,0,0,0,0,0 +519190,511,114,8,5,5,0,0,0,0,0,0,0 +521110,511,114,0,3,0,0,0,0,0,0,0,0 +522110,511,114,8608,427,362,13,0,3,3,0,0,0 +522130,511,114,1275,79,56,3,0,0,0,0,0,0 +522210,511,114,0,4,0,0,0,0,0,0,0,0 +522220,511,114,182,11,7,0,0,0,0,0,0,0 +522291,511,114,158,30,23,0,0,0,0,0,0,0 +522292,511,114,2744,97,73,7,0,0,0,0,0,0 +522298,511,114,139,49,39,0,0,0,0,0,0,0 +522310,511,114,38,20,19,0,0,0,0,0,0,0 +522320,511,114,20,10,3,0,0,0,0,0,0,0 +522390,511,114,124,44,42,0,0,0,0,0,0,0 +523110,511,114,295,20,18,0,0,0,0,0,0,0 +523120,511,114,1749,117,99,5,0,0,0,0,0,0 +523910,511,114,33,12,9,0,0,0,0,0,0,0 +523920,511,114,1286,195,180,7,0,0,0,0,0,0 +523930,511,114,157,52,45,0,0,0,0,0,0,0 +523991,511,114,56,4,0,0,0,0,0,0,0,0 +524113,511,114,1521,49,37,0,0,0,0,0,0,0 +524114,511,114,4321,37,18,6,0,0,0,0,0,0 +524126,511,114,3371,78,46,18,0,0,0,0,0,0 +524127,511,114,158,21,11,3,0,0,0,0,0,0 +524210,511,114,4336,620,584,15,0,0,0,0,0,0 +524291,511,114,70,12,9,0,0,0,0,0,0,0 +524292,511,114,1289,33,18,0,0,0,0,0,0,0 +524298,511,114,7,14,11,0,0,0,0,0,0,0 +531110,511,114,1283,229,205,3,0,0,0,0,0,0 +531120,511,114,328,91,85,0,0,0,0,0,0,0 +531130,511,114,157,63,59,0,0,0,0,0,0,0 +531190,511,114,121,21,14,0,0,0,0,0,0,0 +531210,511,114,1360,457,442,6,0,0,0,0,0,0 +531311,511,114,1677,157,133,6,0,0,0,0,0,0 +531312,511,114,597,67,53,5,0,0,0,0,0,0 +531320,511,114,206,63,54,0,0,0,0,0,0,0 +531390,511,114,129,69,62,0,0,0,0,0,0,0 +532111,511,114,380,45,30,3,0,0,0,0,0,0 +532120,511,114,340,40,27,0,0,0,0,0,0,0 +532210,511,114,116,40,35,0,0,0,0,0,0,0 +532283,511,114,61,8,0,0,0,0,0,0,0,0 +532289,511,114,189,23,14,0,0,0,0,0,0,0 +532310,511,114,19,4,3,0,0,0,0,0,0,0 +532412,511,114,61,13,0,0,0,0,0,0,0,0 +532420,511,114,6,3,3,0,0,0,0,0,0,0 +532490,511,114,549,44,31,0,0,0,0,0,0,0 +533110,511,114,102,7,0,0,0,0,0,0,0,0 +541110,511,114,6537,638,582,45,3,0,0,0,0,0 +541191,511,114,132,45,35,0,0,0,0,0,0,0 +541199,511,114,217,21,15,0,0,0,0,0,0,0 +541211,511,114,1846,188,164,7,3,0,0,0,0,0 +541213,511,114,641,97,77,0,0,0,0,0,0,0 +541214,511,114,1148,27,9,0,0,0,0,0,0,0 +541219,511,114,1899,162,145,3,0,0,0,0,0,0 +541310,511,114,801,86,71,6,0,0,0,0,0,0 +541320,511,114,39,15,9,0,0,0,0,0,0,0 +541330,511,114,4204,258,197,37,0,0,0,0,0,0 +541340,511,114,8,6,6,0,0,0,0,0,0,0 +541350,511,114,126,26,20,0,0,0,0,0,0,0 +541370,511,114,167,26,19,0,0,0,0,0,0,0 +541380,511,114,586,34,12,3,0,0,0,0,0,0 +541410,511,114,188,53,44,0,0,0,0,0,0,0 +541430,511,114,179,69,65,0,0,0,0,0,0,0 +541511,511,114,2325,263,234,11,0,0,0,0,0,0 +541512,511,114,5483,288,263,10,0,0,0,0,0,0 +541513,511,114,63,30,25,0,0,0,0,0,0,0 +541519,511,114,301,44,37,0,0,0,0,0,0,0 +541611,511,114,1858,331,307,11,0,0,0,0,0,0 +541612,511,114,191,34,24,0,0,0,0,0,0,0 +541613,511,114,614,144,132,3,0,0,0,0,0,0 +541614,511,114,119,30,23,0,0,0,0,0,0,0 +541618,511,114,67,29,24,0,0,0,0,0,0,0 +541620,511,114,370,48,37,0,0,0,0,0,0,0 +541690,511,114,310,66,57,0,0,0,0,0,0,0 +541713,511,114,43,3,0,0,0,0,0,0,0,0 +541714,511,114,12,3,0,0,0,0,0,0,0,0 +541715,511,114,1207,23,14,0,0,0,0,0,0,0 +541720,511,114,16,3,0,0,0,0,0,0,0,0 +541810,511,114,840,60,46,5,0,0,0,0,0,0 +541820,511,114,202,31,25,0,0,0,0,0,0,0 +541850,511,114,27,10,9,0,0,0,0,0,0,0 +541860,511,114,912,22,10,0,0,0,0,0,0,0 +541890,511,114,289,39,26,0,0,0,0,0,0,0 +541910,511,114,66,15,8,0,0,0,0,0,0,0 +541921,511,114,122,41,33,0,0,0,0,0,0,0 +541922,511,114,23,17,16,0,0,0,0,0,0,0 +541930,511,114,104,4,0,0,0,0,0,0,0,0 +541940,511,114,1658,123,69,22,0,0,0,0,0,0 +541990,511,114,376,93,83,0,0,0,0,0,0,0 +551112,511,114,399,28,9,3,0,0,0,0,0,0 +551114,511,114,12394,241,154,46,10,3,0,0,0,0 +561110,511,114,1874,116,92,10,0,0,0,0,0,0 +561210,511,114,4018,34,17,0,0,0,0,0,0,0 +561311,511,114,148,21,7,0,0,0,0,0,0,0 +561312,511,114,10,10,8,0,0,0,0,0,0,0 +561320,511,114,9911,175,77,57,24,3,0,0,0,0 +561330,511,114,198,8,0,3,0,0,0,0,0,0 +561410,511,114,31,11,9,0,0,0,0,0,0,0 +561421,511,114,0,3,0,0,0,0,0,0,0,0 +561422,511,114,690,9,0,0,0,0,0,0,0,0 +561431,511,114,46,9,3,0,0,0,0,0,0,0 +561439,511,114,112,28,22,0,0,0,0,0,0,0 +561440,511,114,276,17,3,0,0,0,0,0,0,0 +561492,511,114,24,14,10,0,0,0,0,0,0,0 +561499,511,114,92,15,11,0,0,0,0,0,0,0 +561510,511,114,205,48,42,0,0,0,0,0,0,0 +561520,511,114,0,4,0,0,0,0,0,0,0,0 +561611,511,114,20,19,13,0,0,0,0,0,0,0 +561612,511,114,2405,28,3,7,0,0,0,0,0,0 +561613,511,114,290,10,0,4,0,0,0,0,0,0 +561621,511,114,542,30,10,3,0,0,0,0,0,0 +561622,511,114,47,10,8,0,0,0,0,0,0,0 +561710,511,114,474,54,36,0,0,0,0,0,0,0 +561720,511,114,4664,415,335,32,3,0,0,0,0,0 +561730,511,114,4266,466,403,29,0,0,0,0,0,0 +561740,511,114,97,20,13,0,0,0,0,0,0,0 +561790,511,114,297,42,31,0,0,0,0,0,0,0 +561910,511,114,0,3,0,0,0,0,0,0,0,0 +561920,511,114,106,21,18,0,0,0,0,0,0,0 +561990,511,114,831,36,15,0,0,0,0,0,0,0 +562111,511,114,512,38,13,3,0,0,0,0,0,0 +562910,511,114,283,23,10,0,0,0,0,0,0,0 +562920,511,114,38,4,0,0,0,0,0,0,0,0 +611110,511,114,2647,71,17,35,0,0,0,0,0,0 +611210,511,114,0,4,0,0,0,0,0,0,0,0 +611310,511,114,450,16,0,6,0,0,0,0,0,0 +611430,511,114,254,32,22,0,0,0,0,0,0,0 +611519,511,114,135,22,16,0,0,0,0,0,0,0 +611610,511,114,434,64,52,0,0,0,0,0,0,0 +611620,511,114,547,78,68,0,0,0,0,0,0,0 +611691,511,114,423,29,19,0,0,0,0,0,0,0 +611692,511,114,27,8,6,0,0,0,0,0,0,0 +611699,511,114,112,27,15,0,0,0,0,0,0,0 +611710,511,114,185,43,40,0,0,0,0,0,0,0 +621111,511,114,12762,811,615,151,10,3,0,0,0,0 +621112,511,114,202,48,40,0,0,0,0,0,0,0 +621210,511,114,3975,430,389,16,0,0,0,0,0,0 +621310,511,114,300,75,71,0,0,0,0,0,0,0 +621320,511,114,489,78,62,0,0,0,0,0,0,0 +621330,511,114,998,146,127,5,0,0,0,0,0,0 +621340,511,114,851,132,114,0,0,0,0,0,0,0 +621391,511,114,142,26,17,0,0,0,0,0,0,0 +621399,511,114,347,73,60,0,0,0,0,0,0,0 +621410,511,114,85,6,0,0,0,0,0,0,0,0 +621420,511,114,993,53,33,8,0,0,0,0,0,0 +621492,511,114,275,40,18,3,0,0,0,0,0,0 +621493,511,114,326,24,5,8,0,0,0,0,0,0 +621498,511,114,590,40,13,11,0,0,0,0,0,0 +621511,511,114,619,47,31,4,0,0,0,0,0,0 +621512,511,114,230,16,9,0,0,0,0,0,0,0 +621610,511,114,5127,134,69,32,12,0,0,0,0,0 +621910,511,114,39,6,0,0,0,0,0,0,0,0 +621999,511,114,473,10,4,0,0,0,0,0,0,0 +622110,511,114,13527,7,0,0,0,0,0,0,0,0 +623110,511,114,3819,36,3,0,14,0,0,0,0,0 +623210,511,114,2288,130,92,20,0,0,0,0,0,0 +623220,511,114,955,42,30,3,0,0,0,0,0,0 +623311,511,114,1808,11,0,3,3,0,0,0,0,0 +623312,511,114,2161,71,16,34,0,0,0,0,0,0 +623990,511,114,326,25,20,0,0,0,0,0,0,0 +624110,511,114,1763,79,50,18,0,0,0,0,0,0 +624120,511,114,2828,113,69,33,6,0,0,0,0,0 +624190,511,114,1401,129,99,17,0,0,0,0,0,0 +624221,511,114,96,5,0,0,0,0,0,0,0,0 +624229,511,114,377,16,6,0,0,0,0,0,0,0 +624310,511,114,1340,30,14,0,0,0,0,0,0,0 +624410,511,114,4555,292,173,85,0,0,0,0,0,0 +711110,511,114,112,7,6,0,0,0,0,0,0,0 +711130,511,114,176,13,12,0,0,0,0,0,0,0 +711310,511,114,512,11,6,0,0,0,0,0,0,0 +711320,511,114,60,14,9,0,0,0,0,0,0,0 +711410,511,114,9,7,7,0,0,0,0,0,0,0 +711510,511,114,122,54,50,0,0,0,0,0,0,0 +712110,511,114,488,16,7,6,0,0,0,0,0,0 +712120,511,114,111,11,6,0,0,0,0,0,0,0 +713120,511,114,61,5,3,0,0,0,0,0,0,0 +713910,511,114,1539,38,0,13,0,0,0,0,0,0 +713940,511,114,4526,161,101,31,13,0,0,0,0,0 +713950,511,114,176,10,0,6,0,0,0,0,0,0 +713990,511,114,1128,76,49,9,0,0,0,0,0,0 +721110,511,114,6092,240,133,79,11,0,0,0,0,0 +722310,511,114,2758,134,93,26,0,0,0,0,0,0 +722320,511,114,470,40,21,9,0,0,0,0,0,0 +722330,511,114,95,24,15,0,0,0,0,0,0,0 +722410,511,114,485,21,6,7,0,0,0,0,0,0 +722511,511,114,25470,1090,636,399,24,0,0,0,0,0 +722513,511,114,17523,962,562,364,0,0,0,0,0,0 +722514,511,114,493,19,0,0,0,0,0,0,0,0 +722515,511,114,2808,175,131,35,0,0,0,0,0,0 +811111,511,114,2055,407,384,0,0,0,0,0,0,0 +811113,511,114,70,16,14,0,0,0,0,0,0,0 +811118,511,114,28,6,0,0,0,0,0,0,0,0 +811121,511,114,868,110,89,3,0,0,0,0,0,0 +811122,511,114,174,24,12,3,0,0,0,0,0,0 +811191,511,114,247,30,21,0,0,0,0,0,0,0 +811192,511,114,661,46,35,0,0,0,0,0,0,0 +811198,511,114,42,15,12,0,0,0,0,0,0,0 +811211,511,114,12,9,9,0,0,0,0,0,0,0 +811212,511,114,185,27,18,0,0,0,0,0,0,0 +811213,511,114,0,4,3,0,0,0,0,0,0,0 +811219,511,114,52,12,4,0,0,0,0,0,0,0 +811310,511,114,495,68,56,0,0,0,0,0,0,0 +811411,511,114,11,10,9,0,0,0,0,0,0,0 +811412,511,114,52,18,13,0,0,0,0,0,0,0 +811420,511,114,70,16,8,0,0,0,0,0,0,0 +811430,511,114,5,3,3,0,0,0,0,0,0,0 +811490,511,114,115,36,34,0,0,0,0,0,0,0 +812111,511,114,78,19,11,0,0,0,0,0,0,0 +812112,511,114,2340,415,387,13,0,0,0,0,0,0 +812113,511,114,382,87,79,0,0,0,0,0,0,0 +812191,511,114,37,9,0,0,0,0,0,0,0,0 +812199,511,114,440,73,61,0,0,0,0,0,0,0 +812210,511,114,500,39,15,0,0,0,0,0,0,0 +812220,511,114,100,13,3,0,0,0,0,0,0,0 +812310,511,114,95,31,23,0,0,0,0,0,0,0 +812320,511,114,811,108,95,3,0,0,0,0,0,0 +812331,511,114,344,5,0,0,0,0,0,0,0,0 +812332,511,114,0,3,0,0,0,0,0,0,0,0 +812910,511,114,764,78,59,0,0,0,0,0,0,0 +812930,511,114,391,32,23,0,0,0,0,0,0,0 +812990,511,114,224,79,70,0,0,0,0,0,0,0 +813110,511,114,9600,1030,924,77,0,0,0,0,0,0 +813211,511,114,296,53,45,0,0,0,0,0,0,0 +813212,511,114,237,24,19,0,0,0,0,0,0,0 +813219,511,114,215,12,7,0,0,0,0,0,0,0 +813311,511,114,214,7,0,0,0,0,0,0,0,0 +813312,511,114,265,17,12,0,0,0,0,0,0,0 +813319,511,114,276,40,35,0,0,0,0,0,0,0 +813410,511,114,579,83,65,0,0,0,0,0,0,0 +813910,511,114,334,66,56,0,0,0,0,0,0,0 +813920,511,114,449,48,40,4,0,0,0,0,0,0 +813930,511,114,418,44,34,0,0,0,0,0,0,0 +813940,511,114,64,21,17,0,0,0,0,0,0,0 +813990,511,114,247,35,24,0,0,0,0,0,0,0 +114112,512,115,17,12,12,0,0,0,0,0,0,0 +115210,512,115,11,3,0,0,0,0,0,0,0,0 +212321,512,115,15,3,0,0,0,0,0,0,0,0 +221122,512,115,0,3,0,0,0,0,0,0,0,0 +236115,512,115,719,206,189,0,0,0,0,0,0,0 +236116,512,115,86,7,3,0,0,0,0,0,0,0 +236117,512,115,772,133,108,0,0,0,0,0,0,0 +236118,512,115,2227,612,583,6,0,0,0,0,0,0 +236210,512,115,109,3,0,0,0,0,0,0,0,0 +236220,512,115,2843,216,167,24,0,0,0,0,0,0 +237110,512,115,1479,64,21,4,0,0,0,0,0,0 +237120,512,115,41,4,3,0,0,0,0,0,0,0 +237130,512,115,248,26,14,0,0,0,0,0,0,0 +237210,512,115,18,11,10,0,0,0,0,0,0,0 +237310,512,115,1520,47,18,7,0,0,0,0,0,0 +237990,512,115,1308,46,21,0,4,0,0,0,0,0 +238110,512,115,1197,78,47,4,0,0,0,0,0,0 +238120,512,115,17,3,0,0,0,0,0,0,0,0 +238130,512,115,248,61,45,0,0,0,0,0,0,0 +238140,512,115,742,91,64,0,0,0,0,0,0,0 +238150,512,115,267,19,0,0,0,0,0,0,0,0 +238160,512,115,1073,91,55,8,0,0,0,0,0,0 +238170,512,115,359,42,29,0,0,0,0,0,0,0 +238190,512,115,90,24,10,0,0,0,0,0,0,0 +238210,512,115,4147,358,287,40,0,0,0,0,0,0 +238220,512,115,6287,594,504,64,4,0,0,0,0,0 +238290,512,115,372,24,10,0,0,0,0,0,0,0 +238310,512,115,635,80,58,4,0,0,0,0,0,0 +238320,512,115,1083,204,180,5,0,0,0,0,0,0 +238330,512,115,483,77,58,4,0,0,0,0,0,0 +238340,512,115,195,42,29,0,0,0,0,0,0,0 +238350,512,115,710,142,122,3,0,0,0,0,0,0 +238390,512,115,651,32,19,3,0,0,0,0,0,0 +238910,512,115,946,99,68,3,0,0,0,0,0,0 +238990,512,115,1355,236,203,7,0,0,0,0,0,0 +311710,512,115,0,3,0,0,0,0,0,0,0,0 +311811,512,115,103,11,6,0,0,0,0,0,0,0 +311812,512,115,0,6,0,0,0,0,0,0,0,0 +311920,512,115,642,4,0,0,0,0,0,0,0,0 +312120,512,115,124,19,0,0,0,0,0,0,0,0 +313310,512,115,11,3,0,0,0,0,0,0,0,0 +314120,512,115,25,5,0,0,0,0,0,0,0,0 +314910,512,115,35,7,4,0,0,0,0,0,0,0 +314999,512,115,10,5,5,0,0,0,0,0,0,0 +315210,512,115,0,3,3,0,0,0,0,0,0,0 +321214,512,115,0,3,0,0,0,0,0,0,0,0 +321920,512,115,0,3,0,0,0,0,0,0,0,0 +321999,512,115,0,3,0,0,0,0,0,0,0,0 +323111,512,115,617,52,22,4,0,0,0,0,0,0 +323113,512,115,197,20,5,3,0,0,0,0,0,0 +323120,512,115,9,3,0,0,0,0,0,0,0,0 +324121,512,115,39,3,3,0,0,0,0,0,0,0 +326199,512,115,366,8,0,0,0,0,0,0,0,0 +327320,512,115,28,3,0,0,0,0,0,0,0,0 +332312,512,115,191,6,0,0,0,0,0,0,0,0 +332322,512,115,159,11,0,0,0,0,0,0,0,0 +332710,512,115,429,39,15,3,0,0,0,0,0,0 +333914,512,115,0,3,0,0,0,0,0,0,0,0 +336611,512,115,5474,40,4,3,4,0,3,0,0,0 +337110,512,115,187,26,6,0,0,0,0,0,0,0 +337122,512,115,0,3,0,0,0,0,0,0,0,0 +337212,512,115,0,3,0,0,0,0,0,0,0,0 +339116,512,115,78,26,18,0,0,0,0,0,0,0 +339950,512,115,88,19,13,0,0,0,0,0,0,0 +339999,512,115,34,8,3,0,0,0,0,0,0,0 +423110,512,115,289,17,4,3,0,0,0,0,0,0 +423120,512,115,574,47,31,0,0,0,0,0,0,0 +423140,512,115,32,3,0,0,0,0,0,0,0,0 +423210,512,115,91,13,7,0,0,0,0,0,0,0 +423220,512,115,291,15,3,0,0,0,0,0,0,0 +423310,512,115,216,25,11,0,0,0,0,0,0,0 +423320,512,115,178,16,0,0,0,0,0,0,0,0 +423330,512,115,251,21,7,0,0,0,0,0,0,0 +423390,512,115,75,11,8,0,0,0,0,0,0,0 +423420,512,115,410,26,10,4,0,0,0,0,0,0 +423430,512,115,156,12,8,4,0,0,0,0,0,0 +423440,512,115,114,8,0,0,0,0,0,0,0,0 +423450,512,115,223,20,6,0,0,0,0,0,0,0 +423460,512,115,11,3,0,0,0,0,0,0,0,0 +423510,512,115,190,18,0,0,0,0,0,0,0,0 +423610,512,115,674,59,41,8,0,0,0,0,0,0 +423690,512,115,147,13,3,0,0,0,0,0,0,0 +423710,512,115,123,19,9,0,0,0,0,0,0,0 +423720,512,115,260,28,5,0,0,0,0,0,0,0 +423730,512,115,343,41,32,0,0,0,0,0,0,0 +423810,512,115,152,17,8,0,0,0,0,0,0,0 +423830,512,115,1611,84,52,3,0,0,0,0,0,0 +423840,512,115,219,22,11,0,0,0,0,0,0,0 +423850,512,115,89,9,4,0,0,0,0,0,0,0 +423860,512,115,370,12,3,0,0,0,0,0,0,0 +423910,512,115,149,22,11,0,0,0,0,0,0,0 +423930,512,115,114,15,3,0,0,0,0,0,0,0 +423940,512,115,8,8,5,0,0,0,0,0,0,0 +423990,512,115,568,33,24,0,0,0,0,0,0,0 +424110,512,115,20,3,0,0,0,0,0,0,0,0 +424120,512,115,76,16,8,0,0,0,0,0,0,0 +424130,512,115,19,8,7,0,0,0,0,0,0,0 +424210,512,115,40,13,5,0,0,0,0,0,0,0 +424320,512,115,83,5,0,0,0,0,0,0,0,0 +424330,512,115,13,3,0,0,0,0,0,0,0,0 +424410,512,115,96,7,0,3,0,0,0,0,0,0 +424420,512,115,15,3,0,0,0,0,0,0,0,0 +424450,512,115,0,6,0,0,0,0,0,0,0,0 +424460,512,115,52,10,0,0,0,0,0,0,0,0 +424480,512,115,0,3,0,0,0,0,0,0,0,0 +424490,512,115,946,45,28,0,0,0,0,0,0,0 +424610,512,115,44,3,0,0,0,0,0,0,0,0 +424690,512,115,79,12,6,0,0,0,0,0,0,0 +424710,512,115,41,5,0,0,0,0,0,0,0,0 +424810,512,115,0,3,0,0,0,0,0,0,0,0 +424910,512,115,8,3,3,0,0,0,0,0,0,0 +424950,512,115,13,3,0,0,0,0,0,0,0,0 +424990,512,115,42,18,10,0,0,0,0,0,0,0 +425120,512,115,489,88,72,0,0,0,0,0,0,0 +441110,512,115,7240,112,17,52,21,0,0,0,0,0 +441120,512,115,1383,180,153,5,0,0,0,0,0,0 +441222,512,115,294,28,6,0,0,0,0,0,0,0 +441228,512,115,167,20,7,0,0,0,0,0,0,0 +441310,512,115,2286,183,146,21,0,0,0,0,0,0 +441320,512,115,770,102,91,0,0,0,0,0,0,0 +442110,512,115,981,122,84,14,0,0,0,0,0,0 +442210,512,115,243,49,32,0,0,0,0,0,0,0 +442299,512,115,1074,84,52,11,0,0,0,0,0,0 +443141,512,115,334,41,26,0,0,0,0,0,0,0 +443142,512,115,1451,148,129,0,0,0,0,0,0,0 +444110,512,115,2500,25,0,0,10,0,0,0,0,0 +444120,512,115,125,32,19,0,0,0,0,0,0,0 +444130,512,115,438,54,33,3,0,0,0,0,0,0 +444190,512,115,1027,116,83,8,0,0,0,0,0,0 +444210,512,115,65,7,0,0,0,0,0,0,0,0 +444220,512,115,630,38,6,7,0,0,0,0,0,0 +445110,512,115,13140,264,66,146,12,0,0,0,0,0 +445120,512,115,2205,291,259,5,0,0,0,0,0,0 +445210,512,115,8,4,4,0,0,0,0,0,0,0 +445220,512,115,45,16,15,0,0,0,0,0,0,0 +445291,512,115,113,10,0,0,0,0,0,0,0,0 +445292,512,115,24,8,7,0,0,0,0,0,0,0 +445299,512,115,213,38,24,0,0,0,0,0,0,0 +445310,512,115,348,82,60,0,0,0,0,0,0,0 +446110,512,115,2862,203,125,53,0,0,0,0,0,0 +446120,512,115,1002,120,93,10,0,0,0,0,0,0 +446130,512,115,493,71,54,0,0,0,0,0,0,0 +446191,512,115,143,51,43,0,0,0,0,0,0,0 +446199,512,115,220,35,17,0,0,0,0,0,0,0 +447110,512,115,4429,466,400,47,0,0,0,0,0,0 +447190,512,115,306,38,22,0,0,0,0,0,0,0 +448110,512,115,382,50,30,0,0,0,0,0,0,0 +448120,512,115,1993,184,156,7,0,0,0,0,0,0 +448130,512,115,378,39,20,0,0,0,0,0,0,0 +448140,512,115,3961,173,73,63,0,0,0,0,0,0 +448150,512,115,289,42,22,0,0,0,0,0,0,0 +448190,512,115,729,64,40,3,0,0,0,0,0,0 +448210,512,115,1640,161,135,7,0,0,0,0,0,0 +448310,512,115,806,131,122,0,0,0,0,0,0,0 +451110,512,115,875,96,71,5,0,0,0,0,0,0 +451120,512,115,740,38,14,5,0,0,0,0,0,0 +451130,512,115,45,9,0,0,0,0,0,0,0,0 +451140,512,115,79,12,5,0,0,0,0,0,0,0 +451211,512,115,467,35,17,3,0,0,0,0,0,0 +452210,512,115,1930,19,0,4,11,0,0,0,0,0 +452311,512,115,9205,45,0,6,20,7,0,0,0,0 +452319,512,115,2714,221,150,46,0,0,0,0,0,0 +453110,512,115,211,39,21,0,0,0,0,0,0,0 +453210,512,115,28,19,8,3,0,0,0,0,0,0 +453220,512,115,960,133,107,0,0,0,0,0,0,0 +453310,512,115,1469,129,82,9,0,0,0,0,0,0 +453910,512,115,701,42,18,7,0,0,0,0,0,0 +453920,512,115,34,12,7,0,0,0,0,0,0,0 +453991,512,115,205,51,40,0,0,0,0,0,0,0 +453998,512,115,698,130,110,0,0,0,0,0,0,0 +454110,512,115,736,117,97,0,0,0,0,0,0,0 +454210,512,115,4,3,3,0,0,0,0,0,0,0 +454310,512,115,106,16,4,0,0,0,0,0,0,0 +454390,512,115,496,98,77,0,0,0,0,0,0,0 +481111,512,115,0,6,0,0,0,0,0,0,0,0 +483111,512,115,0,3,0,0,0,0,0,0,0,0 +483113,512,115,180,4,0,0,0,0,0,0,0,0 +483211,512,115,0,4,0,0,0,0,0,0,0,0 +484110,512,115,633,122,102,0,0,0,0,0,0,0 +484121,512,115,661,90,74,3,0,0,0,0,0,0 +484122,512,115,613,32,13,8,0,0,0,0,0,0 +484210,512,115,650,52,29,6,0,0,0,0,0,0 +484220,512,115,678,103,78,0,0,0,0,0,0,0 +484230,512,115,236,17,7,4,0,0,0,0,0,0 +485310,512,115,17,6,0,0,0,0,0,0,0,0 +485320,512,115,38,5,3,0,0,0,0,0,0,0 +485991,512,115,34,12,3,0,0,0,0,0,0,0 +487210,512,115,123,10,6,0,0,0,0,0,0,0 +488119,512,115,170,5,0,0,0,0,0,0,0,0 +488190,512,115,20,9,3,0,0,0,0,0,0,0 +488310,512,115,134,10,0,0,0,0,0,0,0,0 +488320,512,115,0,3,0,0,0,0,0,0,0,0 +488330,512,115,195,13,6,0,0,0,0,0,0,0 +488390,512,115,167,8,3,0,0,0,0,0,0,0 +488410,512,115,349,59,36,0,0,0,0,0,0,0 +488490,512,115,106,12,0,0,0,0,0,0,0,0 +488510,512,115,2261,92,70,4,0,0,0,0,0,0 +488991,512,115,16,6,0,0,0,0,0,0,0,0 +492110,512,115,668,28,12,0,0,0,0,0,0,0 +492210,512,115,70,12,3,0,0,0,0,0,0,0 +493110,512,115,3223,62,23,10,4,0,0,0,0,0 +493120,512,115,59,6,0,0,0,0,0,0,0,0 +493190,512,115,88,16,11,0,0,0,0,0,0,0 +511110,512,115,16,15,7,0,0,0,0,0,0,0 +511120,512,115,654,67,56,6,0,0,0,0,0,0 +511210,512,115,174,18,6,3,0,0,0,0,0,0 +512110,512,115,307,25,13,0,0,0,0,0,0,0 +512131,512,115,1238,17,0,3,0,0,0,0,0,0 +515111,512,115,3,3,3,0,0,0,0,0,0,0 +515112,512,115,211,13,7,3,0,0,0,0,0,0 +515120,512,115,341,11,4,0,0,0,0,0,0,0 +517311,512,115,589,117,85,3,0,0,0,0,0,0 +517312,512,115,1038,106,90,0,0,0,0,0,0,0 +517911,512,115,88,18,12,0,0,0,0,0,0,0 +518210,512,115,1195,56,29,3,3,0,0,0,0,0 +519130,512,115,75,20,9,0,0,0,0,0,0,0 +522110,512,115,5679,381,336,28,0,0,0,0,0,0 +522120,512,115,0,3,0,0,0,0,0,0,0,0 +522130,512,115,2678,181,137,19,3,0,0,0,0,0 +522220,512,115,599,20,12,0,0,0,0,0,0,0 +522291,512,115,408,37,28,0,0,0,0,0,0,0 +522292,512,115,1661,90,67,6,3,0,0,0,0,0 +522298,512,115,419,119,108,0,0,0,0,0,0,0 +522310,512,115,45,12,9,0,0,0,0,0,0,0 +522320,512,115,5,4,4,0,0,0,0,0,0,0 +522390,512,115,312,80,72,0,0,0,0,0,0,0 +523120,512,115,496,83,66,4,0,0,0,0,0,0 +523910,512,115,26,9,7,0,0,0,0,0,0,0 +523920,512,115,982,116,93,3,0,0,0,0,0,0 +523930,512,115,207,88,83,0,0,0,0,0,0,0 +524113,512,115,290,23,13,3,0,0,0,0,0,0 +524114,512,115,331,15,0,0,0,0,3,0,0,0 +524126,512,115,43,31,16,0,0,0,0,0,0,0 +524127,512,115,95,31,26,0,0,0,0,0,0,0 +524210,512,115,2613,589,567,4,0,0,0,0,0,0 +524291,512,115,17,9,8,0,0,0,0,0,0,0 +524292,512,115,440,6,3,0,0,0,0,0,0,0 +524298,512,115,10,9,9,0,0,0,0,0,0,0 +531110,512,115,3152,409,381,4,3,0,0,0,0,0 +531120,512,115,703,135,117,4,0,0,0,0,0,0 +531130,512,115,337,142,132,0,0,0,0,0,0,0 +531190,512,115,73,19,17,0,0,0,0,0,0,0 +531210,512,115,2323,655,627,9,0,0,0,0,0,0 +531311,512,115,3318,255,217,10,3,0,0,0,0,0 +531312,512,115,735,66,46,4,0,0,0,0,0,0 +531320,512,115,166,71,62,0,0,0,0,0,0,0 +531390,512,115,191,83,74,0,0,0,0,0,0,0 +532111,512,115,425,77,56,10,0,0,0,0,0,0 +532120,512,115,150,23,16,0,0,0,0,0,0,0 +532210,512,115,48,28,21,0,0,0,0,0,0,0 +532283,512,115,51,4,0,0,0,0,0,0,0,0 +532284,512,115,0,4,3,0,0,0,0,0,0,0 +532289,512,115,124,12,3,0,0,0,0,0,0,0 +532412,512,115,220,22,9,0,0,0,0,0,0,0 +532490,512,115,387,51,40,0,0,0,0,0,0,0 +533110,512,115,0,3,0,0,0,0,0,0,0,0 +541110,512,115,4460,677,626,28,0,0,0,0,0,0 +541191,512,115,725,63,56,0,0,0,0,0,0,0 +541199,512,115,19,8,5,0,0,0,0,0,0,0 +541211,512,115,1419,196,168,6,0,0,0,0,0,0 +541213,512,115,2078,188,158,8,0,0,0,0,0,0 +541214,512,115,106,24,5,0,0,0,0,0,0,0 +541219,512,115,2390,182,155,0,0,0,0,0,0,0 +541310,512,115,543,63,44,4,0,0,0,0,0,0 +541320,512,115,13,5,4,0,0,0,0,0,0,0 +541330,512,115,10569,406,285,84,15,0,0,0,0,0 +541340,512,115,20,11,10,0,0,0,0,0,0,0 +541350,512,115,57,16,9,0,0,0,0,0,0,0 +541370,512,115,289,40,16,3,0,0,0,0,0,0 +541380,512,115,315,29,7,0,0,0,0,0,0,0 +541410,512,115,122,53,47,0,0,0,0,0,0,0 +541430,512,115,87,35,24,0,0,0,0,0,0,0 +541490,512,115,13,6,3,0,0,0,0,0,0,0 +541511,512,115,2346,156,121,10,0,0,0,0,0,0 +541512,512,115,7575,536,444,52,9,0,0,0,0,0 +541513,512,115,338,67,50,0,0,0,0,0,0,0 +541519,512,115,568,49,37,0,0,0,0,0,0,0 +541611,512,115,5156,344,285,22,3,0,0,0,0,0 +541612,512,115,23,11,9,0,0,0,0,0,0,0 +541613,512,115,473,107,93,3,0,0,0,0,0,0 +541614,512,115,1132,33,18,0,0,0,0,0,0,0 +541618,512,115,7,7,6,0,0,0,0,0,0,0 +541620,512,115,217,36,28,0,0,0,0,0,0,0 +541690,512,115,261,87,73,3,0,0,0,0,0,0 +541713,512,115,11,12,3,0,0,0,0,0,0,0 +541715,512,115,1280,41,19,6,0,0,0,0,0,0 +541810,512,115,260,41,28,5,0,0,0,0,0,0 +541820,512,115,31,13,8,0,0,0,0,0,0,0 +541860,512,115,38,4,0,0,0,0,0,0,0,0 +541890,512,115,517,29,14,0,0,0,0,0,0,0 +541910,512,115,88,6,4,0,0,0,0,0,0,0 +541921,512,115,196,48,41,0,0,0,0,0,0,0 +541922,512,115,3,3,3,0,0,0,0,0,0,0 +541930,512,115,32,5,3,0,0,0,0,0,0,0 +541940,512,115,2352,157,104,25,0,0,0,0,0,0 +541990,512,115,356,116,100,0,0,0,0,0,0,0 +551112,512,115,52,14,9,0,0,0,0,0,0,0 +551114,512,115,10699,227,149,37,10,0,0,0,0,0 +561110,512,115,1830,129,94,18,0,0,0,0,0,0 +561210,512,115,1088,56,21,11,0,0,0,0,0,0 +561311,512,115,75,7,0,0,0,0,0,0,0,0 +561312,512,115,170,16,13,0,0,0,0,0,0,0 +561320,512,115,11525,151,47,47,24,3,0,0,0,0 +561410,512,115,8,5,4,0,0,0,0,0,0,0 +561422,512,115,4379,24,3,0,0,3,0,0,0,0 +561431,512,115,62,17,13,0,0,0,0,0,0,0 +561439,512,115,63,18,9,0,0,0,0,0,0,0 +561440,512,115,398,20,0,0,0,0,0,0,0,0 +561492,512,115,27,15,14,0,0,0,0,0,0,0 +561499,512,115,39,7,6,0,0,0,0,0,0,0 +561510,512,115,199,36,30,0,0,0,0,0,0,0 +561520,512,115,0,3,0,0,0,0,0,0,0,0 +561599,512,115,141,12,0,0,0,0,0,0,0,0 +561611,512,115,71,14,10,0,0,0,0,0,0,0 +561612,512,115,3579,47,13,0,5,0,0,0,0,0 +561613,512,115,0,4,0,0,0,0,0,0,0,0 +561621,512,115,367,32,20,0,0,0,0,0,0,0 +561622,512,115,30,18,7,0,0,0,0,0,0,0 +561710,512,115,972,90,63,11,0,0,0,0,0,0 +561720,512,115,5214,416,341,46,3,0,0,0,0,0 +561730,512,115,3977,547,491,26,0,0,0,0,0,0 +561740,512,115,212,47,36,0,0,0,0,0,0,0 +561790,512,115,386,75,55,0,0,0,0,0,0,0 +561920,512,115,23,8,3,0,0,0,0,0,0,0 +561990,512,115,519,38,20,0,0,0,0,0,0,0 +562111,512,115,730,28,7,0,0,0,0,0,0,0 +562910,512,115,534,25,11,0,0,0,0,0,0,0 +562991,512,115,19,9,0,0,0,0,0,0,0,0 +611110,512,115,3270,77,15,29,3,0,0,0,0,0 +611210,512,115,0,5,0,0,3,0,0,0,0,0 +611310,512,115,3219,45,9,20,0,0,0,0,0,0 +611420,512,115,140,15,4,0,0,0,0,0,0,0 +611430,512,115,180,39,28,0,0,0,0,0,0,0 +611511,512,115,63,5,0,0,0,0,0,0,0,0 +611512,512,115,0,3,0,0,0,0,0,0,0,0 +611513,512,115,8,3,3,0,0,0,0,0,0,0 +611519,512,115,63,18,14,0,0,0,0,0,0,0 +611610,512,115,453,65,46,0,0,0,0,0,0,0 +611620,512,115,478,80,58,6,0,0,0,0,0,0 +611691,512,115,153,25,15,0,0,0,0,0,0,0 +611692,512,115,0,6,0,0,0,0,0,0,0,0 +611699,512,115,149,31,19,0,0,0,0,0,0,0 +611710,512,115,164,40,30,0,0,0,0,0,0,0 +621111,512,115,14771,922,723,172,7,0,0,0,0,0 +621112,512,115,239,53,44,0,0,0,0,0,0,0 +621210,512,115,5147,579,523,41,0,0,0,0,0,0 +621310,512,115,510,131,115,0,0,0,0,0,0,0 +621320,512,115,648,105,85,3,0,0,0,0,0,0 +621330,512,115,1509,172,139,9,0,0,0,0,0,0 +621340,512,115,1672,198,159,8,0,0,0,0,0,0 +621391,512,115,171,26,12,0,0,0,0,0,0,0 +621399,512,115,302,82,68,0,0,0,0,0,0,0 +621420,512,115,293,33,20,0,0,0,0,0,0,0 +621492,512,115,310,55,13,14,0,0,0,0,0,0 +621493,512,115,800,30,5,7,0,0,0,0,0,0 +621498,512,115,739,53,21,0,0,0,0,0,0,0 +621511,512,115,169,30,14,0,0,0,0,0,0,0 +621512,512,115,101,12,3,0,0,0,0,0,0,0 +621610,512,115,8196,246,121,100,6,0,0,0,0,0 +621910,512,115,224,14,6,0,0,0,0,0,0,0 +621991,512,115,0,8,0,0,0,0,0,0,0,0 +621999,512,115,13,9,9,0,0,0,0,0,0,0 +622110,512,115,12415,8,0,0,0,0,0,0,0,0 +622310,512,115,0,3,0,0,0,0,0,0,0,0 +623110,512,115,5520,58,0,3,28,0,0,0,0,0 +623210,512,115,2879,119,76,17,0,0,0,0,0,0 +623220,512,115,568,21,3,0,0,0,0,0,0,0 +623311,512,115,2177,19,3,0,0,0,0,0,0,0 +623312,512,115,1839,55,13,13,0,0,0,0,0,0 +623990,512,115,56,6,0,0,0,0,0,0,0,0 +624110,512,115,411,43,27,0,0,0,0,0,0,0 +624120,512,115,3197,99,46,18,0,0,0,0,0,0 +624190,512,115,1681,117,79,14,0,0,0,0,0,0 +624221,512,115,256,12,0,0,0,0,0,0,0,0 +624229,512,115,148,14,3,0,0,0,0,0,0,0 +624310,512,115,934,38,12,9,0,0,0,0,0,0 +624410,512,115,5074,374,257,95,0,0,0,0,0,0 +711110,512,115,114,3,0,0,0,0,0,0,0,0 +711130,512,115,18,16,13,0,0,0,0,0,0,0 +711211,512,115,0,3,0,0,0,0,0,0,0,0 +711219,512,115,6,4,4,0,0,0,0,0,0,0 +711310,512,115,0,4,0,0,0,0,0,0,0,0 +711320,512,115,45,11,7,0,0,0,0,0,0,0 +711410,512,115,17,3,0,0,0,0,0,0,0,0 +711510,512,115,121,47,41,0,0,0,0,0,0,0 +712110,512,115,207,12,3,0,0,0,0,0,0,0 +712130,512,115,0,3,0,0,0,0,0,0,0,0 +713120,512,115,178,12,5,0,0,0,0,0,0,0 +713290,512,115,15,4,0,0,0,0,0,0,0,0 +713910,512,115,1074,33,3,12,0,0,0,0,0,0 +713930,512,115,129,24,7,0,0,0,0,0,0,0 +713940,512,115,4366,189,140,10,11,0,0,0,0,0 +713950,512,115,0,4,0,3,0,0,0,0,0,0 +713990,512,115,1315,84,54,11,0,0,0,0,0,0 +721110,512,115,11084,345,187,113,13,3,0,0,0,0 +721191,512,115,22,7,6,0,0,0,0,0,0,0 +721211,512,115,100,6,3,3,0,0,0,0,0,0 +722310,512,115,2193,115,63,19,0,0,0,0,0,0 +722320,512,115,330,35,18,3,0,0,0,0,0,0 +722330,512,115,30,15,13,0,0,0,0,0,0,0 +722410,512,115,855,60,34,12,0,0,0,0,0,0 +722511,512,115,33310,1553,966,552,21,0,0,0,0,0 +722513,512,115,27734,1541,899,614,4,0,0,0,0,0 +722514,512,115,514,22,3,6,0,0,0,0,0,0 +722515,512,115,3429,253,190,34,0,0,0,0,0,0 +811111,512,115,2345,434,417,0,0,0,0,0,0,0 +811112,512,115,13,3,0,0,0,0,0,0,0,0 +811113,512,115,114,23,17,0,0,0,0,0,0,0 +811118,512,115,39,12,6,0,0,0,0,0,0,0 +811121,512,115,1290,144,119,3,0,0,0,0,0,0 +811122,512,115,112,26,14,0,0,0,0,0,0,0 +811191,512,115,128,20,15,0,0,0,0,0,0,0 +811192,512,115,840,78,50,9,0,0,0,0,0,0 +811198,512,115,32,19,16,0,0,0,0,0,0,0 +811211,512,115,161,9,3,0,0,0,0,0,0,0 +811212,512,115,76,13,5,0,0,0,0,0,0,0 +811213,512,115,65,11,3,0,0,0,0,0,0,0 +811219,512,115,217,14,7,0,0,0,0,0,0,0 +811310,512,115,1215,104,71,6,0,0,0,0,0,0 +811412,512,115,56,23,21,0,0,0,0,0,0,0 +811420,512,115,35,15,7,0,0,0,0,0,0,0 +811430,512,115,3,3,3,0,0,0,0,0,0,0 +811490,512,115,425,118,105,0,0,0,0,0,0,0 +812111,512,115,45,21,20,0,0,0,0,0,0,0 +812112,512,115,2893,542,511,18,0,0,0,0,0,0 +812113,512,115,551,188,180,0,0,0,0,0,0,0 +812191,512,115,70,8,0,0,0,0,0,0,0,0 +812199,512,115,797,133,117,4,0,0,0,0,0,0 +812210,512,115,625,69,42,0,0,0,0,0,0,0 +812220,512,115,66,9,3,0,0,0,0,0,0,0 +812310,512,115,163,52,47,0,0,0,0,0,0,0 +812320,512,115,548,96,78,0,0,0,0,0,0,0 +812910,512,115,520,74,53,4,0,0,0,0,0,0 +812930,512,115,100,24,20,0,0,0,0,0,0,0 +812990,512,115,276,106,86,0,0,0,0,0,0,0 +813110,512,115,9515,1182,1065,95,0,0,0,0,0,0 +813211,512,115,160,44,31,0,0,0,0,0,0,0 +813212,512,115,322,15,8,0,0,0,0,0,0,0 +813219,512,115,197,14,4,0,0,0,0,0,0,0 +813311,512,115,5,4,4,0,0,0,0,0,0,0 +813312,512,115,322,23,11,0,0,0,0,0,0,0 +813319,512,115,21,11,10,0,0,0,0,0,0,0 +813410,512,115,729,100,82,0,0,0,0,0,0,0 +813910,512,115,125,25,8,0,0,0,0,0,0,0 +813920,512,115,33,19,14,0,0,0,0,0,0,0 +813930,512,115,365,56,41,0,0,0,0,0,0,0 +813940,512,115,8,9,9,0,0,0,0,0,0,0 +813990,512,115,380,67,54,3,0,0,0,0,0,0 +113310,513,116,12,4,0,0,0,0,0,0,0,0 +115210,513,116,136,51,44,0,0,0,0,0,0,0 +212319,513,116,0,3,0,0,0,0,0,0,0,0 +221122,513,116,102,26,0,0,0,0,0,0,0,0 +221210,513,116,0,7,3,0,0,0,0,0,0,0 +221310,513,116,0,9,0,0,0,0,0,0,0,0 +236115,513,116,1241,275,250,3,0,0,0,0,0,0 +236116,513,116,226,27,13,3,0,0,0,0,0,0 +236117,513,116,1591,168,130,13,0,0,0,0,0,0 +236118,513,116,4698,1328,1279,18,0,0,0,0,0,0 +236210,513,116,599,7,0,0,0,0,0,0,0,0 +236220,513,116,6131,390,294,44,4,0,0,0,0,0 +237110,513,116,1241,53,23,3,4,0,0,0,0,0 +237130,513,116,1499,59,25,10,0,0,0,0,0,0 +237210,513,116,266,53,39,0,0,0,0,0,0,0 +237310,513,116,2976,80,18,15,0,0,0,0,0,0 +237990,513,116,812,29,11,0,0,0,0,0,0,0 +238110,513,116,2826,160,115,25,0,0,0,0,0,0 +238120,513,116,373,23,4,0,0,0,0,0,0,0 +238130,513,116,586,106,85,0,0,0,0,0,0,0 +238140,513,116,1645,174,134,12,3,0,0,0,0,0 +238150,513,116,586,53,27,4,0,0,0,0,0,0 +238160,513,116,1454,177,139,14,0,0,0,0,0,0 +238170,513,116,405,111,104,0,0,0,0,0,0,0 +238190,513,116,191,36,25,0,0,0,0,0,0,0 +238210,513,116,10281,519,422,52,7,0,0,0,0,0 +238220,513,116,9820,854,719,93,8,0,0,0,0,0 +238290,513,116,304,24,8,0,0,0,0,0,0,0 +238310,513,116,2570,212,170,15,3,0,0,0,0,0 +238320,513,116,1682,354,320,8,0,0,0,0,0,0 +238330,513,116,926,202,180,6,0,0,0,0,0,0 +238340,513,116,728,82,58,7,0,0,0,0,0,0 +238350,513,116,1727,311,284,8,0,0,0,0,0,0 +238390,513,116,1149,85,64,7,0,0,0,0,0,0 +238910,513,116,4560,221,146,40,3,0,0,0,0,0 +238990,513,116,2650,383,334,29,0,0,0,0,0,0 +311611,513,116,18,3,0,0,0,0,0,0,0,0 +311811,513,116,615,51,28,7,0,0,0,0,0,0 +311812,513,116,289,15,5,0,0,0,0,0,0,0 +311930,513,116,0,3,0,0,0,0,0,0,0,0 +312120,513,116,395,35,17,0,0,0,0,0,0,0 +312130,513,116,648,33,16,5,0,0,0,0,0,0 +314120,513,116,89,6,0,0,0,0,0,0,0,0 +314910,513,116,0,3,0,0,0,0,0,0,0,0 +314999,513,116,30,7,0,0,0,0,0,0,0,0 +315210,513,116,14,4,3,0,0,0,0,0,0,0 +315240,513,116,0,3,0,0,0,0,0,0,0,0 +321918,513,116,103,5,0,0,0,0,0,0,0,0 +323111,513,116,1778,136,97,5,3,0,0,0,0,0 +323113,513,116,74,8,0,0,0,0,0,0,0,0 +323117,513,116,0,6,0,0,0,0,0,0,0,0 +323120,513,116,0,3,0,0,0,0,0,0,0,0 +325412,513,116,0,3,0,0,0,0,0,0,0,0 +326199,513,116,49,4,0,0,0,0,0,0,0,0 +327320,513,116,313,30,15,0,0,0,0,0,0,0 +327390,513,116,244,3,0,0,0,0,0,0,0,0 +327991,513,116,206,12,0,0,0,0,0,0,0,0 +332312,513,116,0,3,0,0,0,0,0,0,0,0 +332322,513,116,151,9,0,0,0,0,0,0,0,0 +332323,513,116,100,5,0,0,0,0,0,0,0,0 +332710,513,116,113,14,0,0,0,0,0,0,0,0 +332813,513,116,46,3,0,0,0,0,0,0,0,0 +333318,513,116,0,3,0,0,0,0,0,0,0,0 +334111,513,116,147,3,0,0,0,0,0,0,0,0 +334118,513,116,0,3,0,0,0,0,0,0,0,0 +334220,513,116,100,8,3,0,0,0,0,0,0,0 +334511,513,116,0,3,0,0,0,0,0,0,0,0 +334516,513,116,0,3,0,0,0,0,0,0,0,0 +334614,513,116,0,5,3,0,0,0,0,0,0,0 +337110,513,116,125,11,6,0,0,0,0,0,0,0 +337212,513,116,371,18,0,3,0,0,0,0,0,0 +339113,513,116,50,7,0,0,0,0,0,0,0,0 +339114,513,116,13,4,3,0,0,0,0,0,0,0 +339116,513,116,348,59,49,0,0,0,0,0,0,0 +339910,513,116,0,3,0,0,0,0,0,0,0,0 +339950,513,116,310,21,9,0,0,0,0,0,0,0 +339999,513,116,35,11,8,0,0,0,0,0,0,0 +423110,513,116,246,38,22,0,0,0,0,0,0,0 +423120,513,116,507,60,46,5,0,0,0,0,0,0 +423130,513,116,59,4,3,0,0,0,0,0,0,0 +423210,513,116,177,29,15,3,0,0,0,0,0,0 +423220,513,116,398,49,39,0,0,0,0,0,0,0 +423310,513,116,657,33,8,5,0,0,0,0,0,0 +423320,513,116,422,20,6,0,0,0,0,0,0,0 +423330,513,116,298,20,0,7,0,0,0,0,0,0 +423390,513,116,176,19,12,0,0,0,0,0,0,0 +423410,513,116,14,3,0,0,0,0,0,0,0,0 +423420,513,116,876,74,48,6,0,0,0,0,0,0 +423430,513,116,4145,97,56,16,6,3,0,0,0,0 +423440,513,116,11,5,4,0,0,0,0,0,0,0 +423450,513,116,292,31,17,3,0,0,0,0,0,0 +423490,513,116,707,17,10,0,0,0,0,0,0,0 +423510,513,116,107,18,7,0,0,0,0,0,0,0 +423610,513,116,787,70,44,10,0,0,0,0,0,0 +423620,513,116,46,12,6,0,0,0,0,0,0,0 +423690,513,116,2009,78,49,13,0,0,0,0,0,0 +423710,513,116,56,15,10,0,0,0,0,0,0,0 +423720,513,116,362,38,20,0,0,0,0,0,0,0 +423730,513,116,307,45,30,0,0,0,0,0,0,0 +423810,513,116,153,15,4,0,0,0,0,0,0,0 +423820,513,116,82,8,3,0,0,0,0,0,0,0 +423830,513,116,499,59,48,0,0,0,0,0,0,0 +423840,513,116,74,12,6,0,0,0,0,0,0,0 +423850,513,116,209,14,6,0,0,0,0,0,0,0 +423860,513,116,307,27,7,6,0,0,0,0,0,0 +423910,513,116,200,22,12,0,0,0,0,0,0,0 +423920,513,116,0,5,3,0,0,0,0,0,0,0 +423930,513,116,194,18,5,0,0,0,0,0,0,0 +423940,513,116,30,16,12,0,0,0,0,0,0,0 +423990,513,116,251,51,35,0,0,0,0,0,0,0 +424120,513,116,307,20,15,0,0,0,0,0,0,0 +424210,513,116,148,34,26,0,0,0,0,0,0,0 +424320,513,116,100,16,9,0,0,0,0,0,0,0 +424330,513,116,62,13,8,0,0,0,0,0,0,0 +424410,513,116,247,14,11,0,0,0,0,0,0,0 +424420,513,116,45,11,10,0,0,0,0,0,0,0 +424450,513,116,0,4,3,0,0,0,0,0,0,0 +424460,513,116,9,6,6,0,0,0,0,0,0,0 +424470,513,116,52,7,6,0,0,0,0,0,0,0 +424480,513,116,47,10,8,0,0,0,0,0,0,0 +424490,513,116,1432,67,45,8,0,0,0,0,0,0 +424690,513,116,123,21,16,0,0,0,0,0,0,0 +424710,513,116,13,3,0,0,0,0,0,0,0,0 +424810,513,116,485,8,0,0,0,0,0,0,0,0 +424820,513,116,507,36,21,0,0,0,0,0,0,0 +424910,513,116,27,6,3,0,0,0,0,0,0,0 +424920,513,116,34,14,9,0,0,0,0,0,0,0 +424930,513,116,26,9,3,0,0,0,0,0,0,0 +424940,513,116,10,4,3,0,0,0,0,0,0,0 +424950,513,116,27,3,0,0,0,0,0,0,0,0 +424990,513,116,129,39,33,0,0,0,0,0,0,0 +425120,513,116,1215,199,176,0,0,0,0,0,0,0 +441110,513,116,13875,167,6,60,48,3,0,0,0,0 +441120,513,116,1835,241,212,3,0,0,0,0,0,0 +441210,513,116,194,7,0,0,0,0,0,0,0,0 +441222,513,116,88,4,0,0,0,0,0,0,0,0 +441228,513,116,205,20,6,0,0,0,0,0,0,0 +441310,513,116,2548,211,172,14,0,0,0,0,0,0 +441320,513,116,1615,151,100,16,0,0,0,0,0,0 +442110,513,116,1976,229,195,3,0,0,0,0,0,0 +442210,513,116,673,123,112,0,0,0,0,0,0,0 +442291,513,116,40,9,9,0,0,0,0,0,0,0 +442299,513,116,2831,181,105,41,0,0,0,0,0,0 +443141,513,116,319,49,40,0,0,0,0,0,0,0 +443142,513,116,3112,223,176,0,7,0,0,0,0,0 +444110,513,116,0,31,0,0,21,0,0,0,0,0 +444120,513,116,302,64,47,0,0,0,0,0,0,0 +444130,513,116,523,39,11,6,0,0,0,0,0,0 +444190,513,116,1754,143,99,10,0,0,0,0,0,0 +444210,513,116,84,8,3,0,0,0,0,0,0,0 +444220,513,116,1072,62,28,6,0,0,0,0,0,0 +445110,513,116,25338,516,223,196,41,0,0,0,0,0 +445120,513,116,2088,253,211,10,0,0,0,0,0,0 +445210,513,116,53,11,5,0,0,0,0,0,0,0 +445230,513,116,0,4,3,0,0,0,0,0,0,0 +445291,513,116,67,19,13,0,0,0,0,0,0,0 +445292,513,116,148,20,12,0,0,0,0,0,0,0 +445299,513,116,344,49,30,0,0,0,0,0,0,0 +445310,513,116,1486,152,119,0,0,0,0,0,0,0 +446110,513,116,3440,322,204,82,0,0,0,0,0,0 +446120,513,116,1830,166,122,20,0,0,0,0,0,0 +446130,513,116,943,118,100,0,0,0,0,0,0,0 +446191,513,116,283,89,77,0,0,0,0,0,0,0 +446199,513,116,197,38,35,0,0,0,0,0,0,0 +447110,513,116,4783,520,460,44,0,0,0,0,0,0 +447190,513,116,916,104,81,0,0,0,0,0,0,0 +448110,513,116,558,59,41,4,0,0,0,0,0,0 +448120,513,116,4200,287,219,51,3,0,0,0,0,0 +448130,513,116,816,70,45,13,0,0,0,0,0,0 +448140,513,116,8588,269,106,133,0,0,0,0,0,0 +448150,513,116,682,87,61,4,0,0,0,0,0,0 +448190,513,116,1081,90,64,4,0,0,0,0,0,0 +448210,513,116,2540,228,188,15,0,0,0,0,0,0 +448310,513,116,1180,197,177,4,0,0,0,0,0,0 +448320,513,116,84,19,10,0,0,0,0,0,0,0 +451110,513,116,2020,135,85,16,0,0,0,0,0,0 +451120,513,116,1423,75,31,26,0,0,0,0,0,0 +451130,513,116,189,19,0,0,0,0,0,0,0,0 +451140,513,116,165,24,14,0,0,0,0,0,0,0 +451211,513,116,565,43,15,4,0,0,0,0,0,0 +451212,513,116,19,3,0,0,0,0,0,0,0,0 +452210,513,116,3760,29,0,7,14,0,0,0,0,0 +452311,513,116,11384,58,0,0,31,18,0,0,0,0 +452319,513,116,1974,157,96,30,0,0,0,0,0,0 +453110,513,116,542,80,69,0,0,0,0,0,0,0 +453210,513,116,599,45,18,12,0,0,0,0,0,0 +453220,513,116,1403,190,163,5,0,0,0,0,0,0 +453310,513,116,1537,143,100,12,0,0,0,0,0,0 +453910,513,116,1442,121,83,10,0,0,0,0,0,0 +453920,513,116,69,26,20,0,0,0,0,0,0,0 +453991,513,116,329,72,59,0,0,0,0,0,0,0 +453998,513,116,698,158,139,0,0,0,0,0,0,0 +454110,513,116,2075,326,290,3,0,0,0,0,0,0 +454210,513,116,24,7,6,0,0,0,0,0,0,0 +454310,513,116,66,15,3,0,0,0,0,0,0,0 +454390,513,116,751,179,156,4,0,0,0,0,0,0 +481111,513,116,8456,39,11,6,0,4,0,0,0,0 +481112,513,116,34,5,0,0,0,0,0,0,0,0 +481211,513,116,81,9,0,0,0,0,0,0,0,0 +484110,513,116,817,184,160,8,0,0,0,0,0,0 +484121,513,116,736,117,92,3,0,0,0,0,0,0 +484122,513,116,303,34,21,3,0,0,0,0,0,0 +484210,513,116,2741,123,85,13,0,0,0,0,0,0 +484220,513,116,982,144,122,3,0,0,0,0,0,0 +484230,513,116,238,17,3,0,0,0,0,0,0,0 +485310,513,116,159,32,19,0,0,0,0,0,0,0 +485320,513,116,526,85,74,0,0,0,0,0,0,0 +485410,513,116,0,3,0,0,0,0,0,0,0,0 +485510,513,116,384,9,4,0,0,0,0,0,0,0 +485991,513,116,1821,15,4,0,0,3,0,0,0,0 +485999,513,116,10,8,4,0,0,0,0,0,0,0 +487110,513,116,11,4,3,0,0,0,0,0,0,0 +488119,513,116,3945,24,4,12,4,0,0,0,0,0 +488190,513,116,313,25,7,0,0,0,0,0,0,0 +488410,513,116,673,73,48,6,0,0,0,0,0,0 +488490,513,116,234,23,10,0,0,0,0,0,0,0 +488510,513,116,933,103,89,10,0,0,0,0,0,0 +488991,513,116,28,8,8,0,0,0,0,0,0,0 +488999,513,116,0,3,0,0,0,0,0,0,0,0 +492110,513,116,2384,67,43,3,0,0,0,0,0,0 +492210,513,116,560,44,31,3,0,0,0,0,0,0 +493110,513,116,1133,26,3,0,0,0,0,0,0,0 +493190,513,116,140,16,7,3,0,0,0,0,0,0 +511110,513,116,265,49,20,5,0,0,0,0,0,0 +511120,513,116,2330,48,22,4,0,0,0,0,0,0 +511130,513,116,227,22,15,0,0,0,0,0,0,0 +511140,513,116,36,6,4,0,0,0,0,0,0,0 +511199,513,116,0,4,3,0,0,0,0,0,0,0 +511210,513,116,13509,270,163,66,21,0,6,0,0,0 +512110,513,116,613,86,75,0,0,0,0,0,0,0 +512131,513,116,987,22,0,12,0,0,0,0,0,0 +512191,513,116,54,15,12,0,0,0,0,0,0,0 +512240,513,116,2,3,3,0,0,0,0,0,0,0 +515111,513,116,6,3,3,0,0,0,0,0,0,0 +515112,513,116,40,8,3,0,0,0,0,0,0,0 +515120,513,116,1092,12,5,0,0,0,0,0,0,0 +515210,513,116,50,4,0,0,0,0,0,0,0,0 +517311,513,116,11675,345,248,53,10,3,3,0,0,0 +517312,513,116,3753,172,131,19,0,0,0,0,0,0 +517410,513,116,1376,20,9,6,0,0,0,0,0,0 +517911,513,116,549,52,43,0,0,0,0,0,0,0 +517919,513,116,711,31,10,3,3,0,0,0,0,0 +518210,513,116,14417,427,278,97,17,0,0,0,0,0 +519110,513,116,46,4,0,0,0,0,0,0,0,0 +519120,513,116,0,3,0,0,0,0,0,0,0,0 +519130,513,116,2361,87,67,0,0,0,0,0,0,0 +519190,513,116,170,30,22,0,0,0,0,0,0,0 +522110,513,116,9117,905,840,38,5,0,0,0,0,0 +522120,513,116,97,15,9,0,0,0,0,0,0,0 +522130,513,116,6847,190,146,14,0,0,0,0,0,0 +522210,513,116,0,3,0,0,0,0,0,0,0,0 +522220,513,116,101,18,14,0,0,0,0,0,0,0 +522291,513,116,649,37,29,0,0,0,0,0,0,0 +522292,513,116,3309,179,124,26,5,0,0,0,0,0 +522294,513,116,0,9,0,0,0,0,0,0,0,0 +522298,513,116,371,96,80,0,0,0,0,0,0,0 +522310,513,116,363,77,65,4,0,0,0,0,0,0 +522320,513,116,1321,32,17,0,0,0,0,0,0,0 +522390,513,116,432,97,86,0,0,0,0,0,0,0 +523110,513,116,100,30,24,0,0,0,0,0,0,0 +523120,513,116,2019,222,198,11,0,0,0,0,0,0 +523910,513,116,215,59,51,3,0,0,0,0,0,0 +523920,513,116,2409,340,310,11,0,0,0,0,0,0 +523930,513,116,913,167,159,0,0,0,0,0,0,0 +523999,513,116,0,4,3,0,0,0,0,0,0,0 +524113,513,116,468,44,32,3,0,0,0,0,0,0 +524114,513,116,974,20,15,0,0,0,0,0,0,0 +524126,513,116,922,50,32,7,0,0,0,0,0,0 +524127,513,116,138,15,7,0,0,0,0,0,0,0 +524210,513,116,4166,840,799,21,0,0,0,0,0,0 +524291,513,116,0,8,7,0,0,0,0,0,0,0 +524292,513,116,121,11,4,0,0,0,0,0,0,0 +524298,513,116,7,18,13,0,0,0,0,0,0,0 +525990,513,116,2,3,3,0,0,0,0,0,0,0 +531110,513,116,3982,560,517,21,0,0,0,0,0,0 +531120,513,116,1872,306,286,3,0,0,0,0,0,0 +531130,513,116,363,138,129,0,0,0,0,0,0,0 +531190,513,116,106,66,62,0,0,0,0,0,0,0 +531210,513,116,3485,1366,1329,10,0,0,0,0,0,0 +531311,513,116,5573,393,332,31,5,0,0,0,0,0 +531312,513,116,1693,223,195,14,0,0,0,0,0,0 +531320,513,116,215,122,114,0,0,0,0,0,0,0 +531390,513,116,766,242,223,3,0,0,0,0,0,0 +532111,513,116,903,110,83,10,0,0,0,0,0,0 +532112,513,116,0,3,0,0,0,0,0,0,0,0 +532120,513,116,181,19,9,3,0,0,0,0,0,0 +532210,513,116,84,42,40,0,0,0,0,0,0,0 +532283,513,116,47,5,3,0,0,0,0,0,0,0 +532289,513,116,101,29,18,0,0,0,0,0,0,0 +532310,513,116,68,20,10,0,0,0,0,0,0,0 +532412,513,116,165,19,4,4,0,0,0,0,0,0 +532420,513,116,86,6,4,0,0,0,0,0,0,0 +532490,513,116,902,52,32,5,0,0,0,0,0,0 +533110,513,116,568,26,13,0,0,0,0,0,0,0 +541110,513,116,9176,1392,1293,77,3,0,0,0,0,0 +541191,513,116,1126,218,197,4,0,0,0,0,0,0 +541199,513,116,564,86,71,4,0,0,0,0,0,0 +541211,513,116,15198,530,457,25,4,4,0,3,0,0 +541213,513,116,1288,238,194,0,0,0,0,0,0,0 +541214,513,116,710,35,19,3,0,0,0,0,0,0 +541219,513,116,1715,417,385,9,0,0,0,0,0,0 +541310,513,116,1501,205,174,18,0,0,0,0,0,0 +541320,513,116,372,40,23,6,0,0,0,0,0,0 +541330,513,116,32724,1198,883,225,56,15,4,0,0,0 +541340,513,116,4,3,3,0,0,0,0,0,0,0 +541350,513,116,230,55,47,0,0,0,0,0,0,0 +541360,513,116,343,5,0,0,0,0,0,0,0,0 +541370,513,116,649,47,17,5,0,0,0,0,0,0 +541380,513,116,321,31,12,4,0,0,0,0,0,0 +541410,513,116,523,152,137,3,0,0,0,0,0,0 +541430,513,116,631,162,143,0,0,0,0,0,0,0 +541490,513,116,31,15,14,0,0,0,0,0,0,0 +541511,513,116,50738,3014,2572,316,65,21,6,0,0,0 +541512,513,116,73443,3550,2972,387,96,40,12,4,0,0 +541513,513,116,11513,433,319,52,18,7,0,0,0,0 +541519,513,116,12932,742,606,85,19,7,0,0,0,0 +541611,513,116,54991,2347,1980,252,58,14,5,0,0,0 +541612,513,116,1329,138,117,6,0,0,0,0,0,0 +541613,513,116,2233,448,415,16,0,0,0,0,0,0 +541614,513,116,1317,116,88,11,0,0,0,0,0,0 +541618,513,116,701,185,170,3,0,0,0,0,0,0 +541620,513,116,1731,110,72,13,0,0,0,0,0,0 +541690,513,116,6815,593,525,31,5,0,0,0,0,0 +541713,513,116,5963,49,26,4,0,3,0,0,0,0 +541714,513,116,336,19,12,0,0,0,0,0,0,0 +541715,513,116,12456,200,112,45,5,3,0,0,0,0 +541720,513,116,1956,52,36,0,0,0,0,0,0,0 +541810,513,116,1104,102,87,4,0,0,0,0,0,0 +541820,513,116,1184,226,210,4,0,0,0,0,0,0 +541830,513,116,18,5,4,0,0,0,0,0,0,0 +541840,513,116,56,14,7,0,0,0,0,0,0,0 +541850,513,116,12,4,4,0,0,0,0,0,0,0 +541860,513,116,662,48,25,12,0,0,0,0,0,0 +541890,513,116,932,64,37,5,0,0,0,0,0,0 +541910,513,116,1335,86,59,15,0,0,0,0,0,0 +541921,513,116,215,61,57,0,0,0,0,0,0,0 +541922,513,116,195,38,32,0,0,0,0,0,0,0 +541930,513,116,1143,65,54,0,0,0,0,0,0,0 +541940,513,116,4443,299,203,54,0,0,0,0,0,0 +541990,513,116,2971,465,430,10,3,0,0,0,0,0 +551112,513,116,1111,52,28,4,0,0,0,0,0,0 +551114,513,116,28579,509,315,111,31,10,5,0,0,0 +561110,513,116,10011,352,247,54,11,0,0,0,0,0 +561210,513,116,7733,161,101,20,16,0,0,0,0,0 +561311,513,116,588,56,40,4,0,0,0,0,0,0 +561312,513,116,231,56,45,0,0,0,0,0,0,0 +561320,513,116,14436,320,167,91,25,0,3,0,0,0 +561330,513,116,587,16,9,0,0,0,0,0,0,0 +561410,513,116,506,29,25,0,3,0,0,0,0,0 +561422,513,116,518,15,8,0,3,0,0,0,0,0 +561431,513,116,254,45,30,0,0,0,0,0,0,0 +561439,513,116,218,67,56,0,0,0,0,0,0,0 +561440,513,116,187,12,4,0,0,0,0,0,0,0 +561450,513,116,0,3,0,0,0,0,0,0,0,0 +561492,513,116,58,11,8,0,0,0,0,0,0,0 +561499,513,116,2084,41,25,0,0,0,0,0,0,0 +561510,513,116,1015,177,160,0,0,0,0,0,0,0 +561520,513,116,85,20,11,0,0,0,0,0,0,0 +561591,513,116,8,6,0,0,0,0,0,0,0,0 +561599,513,116,432,41,19,3,0,0,0,0,0,0 +561611,513,116,2543,56,40,0,0,0,0,0,0,0 +561612,513,116,16668,164,84,23,14,8,0,0,0,0 +561621,513,116,2329,55,20,7,4,0,0,0,0,0 +561622,513,116,152,36,22,0,0,0,0,0,0,0 +561710,513,116,904,103,76,3,0,0,0,0,0,0 +561720,513,116,21510,933,770,104,15,6,3,0,0,0 +561730,513,116,8956,891,762,92,12,0,0,0,0,0 +561740,513,116,780,73,55,0,0,0,0,0,0,0 +561790,513,116,669,114,96,3,0,0,0,0,0,0 +561920,513,116,871,87,65,4,0,0,0,0,0,0 +561990,513,116,1136,89,68,0,0,0,0,0,0,0 +562111,513,116,1261,60,31,6,0,0,0,0,0,0 +562112,513,116,0,3,0,0,0,0,0,0,0,0 +562119,513,116,47,4,0,0,0,0,0,0,0,0 +562211,513,116,34,4,0,0,0,0,0,0,0,0 +562212,513,116,30,3,0,0,0,0,0,0,0,0 +562910,513,116,222,26,13,0,0,0,0,0,0,0 +562920,513,116,0,3,0,0,0,0,0,0,0,0 +562991,513,116,81,16,6,0,0,0,0,0,0,0 +611110,513,116,9198,206,73,72,15,0,0,0,0,0 +611310,513,116,3741,62,24,9,3,0,0,0,0,0 +611420,513,116,607,32,22,0,0,0,0,0,0,0 +611430,513,116,1408,139,116,4,0,0,0,0,0,0 +611511,513,116,74,8,3,0,0,0,0,0,0,0 +611512,513,116,19,3,0,0,0,0,0,0,0,0 +611519,513,116,548,43,24,6,0,0,0,0,0,0 +611610,513,116,1439,192,159,10,0,0,0,0,0,0 +611620,513,116,2374,289,243,23,0,0,0,0,0,0 +611630,513,116,1073,42,26,6,3,0,0,0,0,0 +611691,513,116,1356,151,120,15,0,0,0,0,0,0 +611692,513,116,47,18,16,0,0,0,0,0,0,0 +611699,513,116,890,95,65,9,0,0,0,0,0,0 +611710,513,116,1836,147,127,4,3,0,0,0,0,0 +621111,513,116,20945,1864,1639,193,4,0,0,0,0,0 +621112,513,116,428,132,118,0,0,0,0,0,0,0 +621210,513,116,11002,1622,1572,38,0,0,0,0,0,0 +621310,513,116,1184,308,298,0,0,0,0,0,0,0 +621320,513,116,1164,193,172,7,0,0,0,0,0,0 +621330,513,116,1279,242,218,4,0,0,0,0,0,0 +621340,513,116,2441,348,301,14,0,0,0,0,0,0 +621391,513,116,245,47,36,0,0,0,0,0,0,0 +621399,513,116,709,180,160,3,0,0,0,0,0,0 +621410,513,116,0,4,3,0,0,0,0,0,0,0 +621420,513,116,319,30,17,0,0,0,0,0,0,0 +621491,513,116,0,12,3,0,0,0,0,0,0,0 +621492,513,116,410,53,29,5,0,0,0,0,0,0 +621493,513,116,806,42,18,8,0,0,0,0,0,0 +621498,513,116,1469,95,58,9,0,0,0,0,0,0 +621511,513,116,2720,91,59,3,0,0,0,0,0,0 +621512,513,116,550,46,13,14,0,0,0,0,0,0 +621610,513,116,10668,329,180,93,13,0,0,0,0,0 +621910,513,116,16,7,3,0,0,0,0,0,0,0 +621999,513,116,294,21,12,0,0,0,0,0,0,0 +622110,513,116,0,4,0,0,0,0,0,0,0,0 +623110,513,116,4322,43,9,6,14,0,0,0,0,0 +623210,513,116,849,97,71,7,0,0,0,0,0,0 +623220,513,116,367,21,11,3,0,0,0,0,0,0 +623311,513,116,5084,28,0,4,4,3,0,0,0,0 +623312,513,116,2971,78,28,20,4,0,0,0,0,0 +623990,513,116,25,11,7,0,0,0,0,0,0,0 +624110,513,116,834,78,51,3,0,0,0,0,0,0 +624120,513,116,5103,135,54,24,5,0,0,0,0,0 +624190,513,116,2263,165,113,10,3,0,0,0,0,0 +624210,513,116,34,9,3,0,0,0,0,0,0,0 +624221,513,116,611,25,3,7,0,0,0,0,0,0 +624229,513,116,255,35,22,0,0,0,0,0,0,0 +624230,513,116,230,15,8,0,0,0,0,0,0,0 +624310,513,116,3641,39,14,3,3,0,0,0,0,0 +624410,513,116,12354,833,550,251,0,0,0,0,0,0 +711110,513,116,63,13,7,0,0,0,0,0,0,0 +711130,513,116,39,23,15,0,0,0,0,0,0,0 +711211,513,116,0,3,0,0,0,0,0,0,0,0 +711219,513,116,73,15,11,0,0,0,0,0,0,0 +711310,513,116,0,5,3,0,0,0,0,0,0,0 +711320,513,116,147,25,18,0,0,0,0,0,0,0 +711410,513,116,0,12,4,0,0,0,0,0,0,0 +711510,513,116,245,116,109,0,0,0,0,0,0,0 +712110,513,116,91,20,10,0,0,0,0,0,0,0 +712120,513,116,88,6,0,0,0,0,0,0,0,0 +712130,513,116,36,3,0,0,0,0,0,0,0,0 +713120,513,116,257,28,15,0,0,0,0,0,0,0 +713910,513,116,2433,56,8,21,6,0,0,0,0,0 +713930,513,116,86,15,7,0,0,0,0,0,0,0 +713940,513,116,10602,481,344,88,17,0,0,0,0,0 +713950,513,116,258,13,0,6,0,0,0,0,0,0 +713990,513,116,2124,179,140,18,0,0,0,0,0,0 +721110,513,116,16152,359,106,167,36,3,0,0,0,0 +721191,513,116,164,20,6,0,0,0,0,0,0,0 +721214,513,116,18,3,0,0,0,0,0,0,0,0 +722310,513,116,6319,309,218,52,7,0,0,0,0,0 +722320,513,116,1784,114,73,15,0,0,0,0,0,0 +722330,513,116,138,49,39,0,0,0,0,0,0,0 +722410,513,116,890,49,11,14,0,0,0,0,0,0 +722511,513,116,55601,2366,1468,818,62,0,0,0,0,0 +722513,513,116,37497,2446,1720,705,4,0,0,0,0,0 +722514,513,116,680,50,36,3,0,0,0,0,0,0 +722515,513,116,8449,565,417,108,0,0,0,0,0,0 +811111,513,116,3545,663,640,11,0,0,0,0,0,0 +811113,513,116,53,14,11,0,0,0,0,0,0,0 +811118,513,116,16,7,3,0,0,0,0,0,0,0 +811121,513,116,2362,252,193,23,0,0,0,0,0,0 +811122,513,116,140,30,21,0,0,0,0,0,0,0 +811191,513,116,380,49,48,0,0,0,0,0,0,0 +811192,513,116,1885,131,70,29,0,0,0,0,0,0 +811198,513,116,84,34,29,0,0,0,0,0,0,0 +811211,513,116,12,8,7,0,0,0,0,0,0,0 +811212,513,116,226,53,42,0,0,0,0,0,0,0 +811213,513,116,32,8,3,0,0,0,0,0,0,0 +811219,513,116,316,31,16,0,0,0,0,0,0,0 +811310,513,116,399,65,48,0,0,0,0,0,0,0 +811411,513,116,20,13,7,0,0,0,0,0,0,0 +811412,513,116,154,58,50,0,0,0,0,0,0,0 +811420,513,116,106,35,30,0,0,0,0,0,0,0 +811430,513,116,19,10,6,0,0,0,0,0,0,0 +811490,513,116,276,96,84,0,0,0,0,0,0,0 +812111,513,116,410,99,86,0,0,0,0,0,0,0 +812112,513,116,6888,959,870,68,0,0,0,0,0,0 +812113,513,116,1266,270,254,0,0,0,0,0,0,0 +812191,513,116,228,26,18,4,0,0,0,0,0,0 +812199,513,116,1457,263,230,3,0,0,0,0,0,0 +812210,513,116,477,39,13,3,0,0,0,0,0,0 +812220,513,116,104,8,4,0,0,0,0,0,0,0 +812310,513,116,251,66,53,0,0,0,0,0,0,0 +812320,513,116,2138,388,355,9,0,0,0,0,0,0 +812332,513,116,114,3,0,0,0,0,0,0,0,0 +812910,513,116,2041,252,208,14,0,0,0,0,0,0 +812922,513,116,6,3,3,0,0,0,0,0,0,0 +812930,513,116,725,183,170,4,0,0,0,0,0,0 +812990,513,116,1177,228,199,3,0,0,0,0,0,0 +813110,513,116,15525,1375,1151,185,5,0,0,0,0,0 +813211,513,116,1352,132,103,4,0,0,0,0,0,0 +813212,513,116,887,61,37,3,0,0,0,0,0,0 +813219,513,116,543,35,11,0,0,0,0,0,0,0 +813311,513,116,825,52,32,0,0,0,0,0,0,0 +813312,513,116,2015,73,29,10,0,0,0,0,0,0 +813319,513,116,1672,99,75,4,0,0,0,0,0,0 +813410,513,116,1600,193,148,9,0,0,0,0,0,0 +813910,513,116,8603,323,223,78,3,0,0,0,0,0 +813920,513,116,6659,258,169,61,7,0,0,0,0,0 +813930,513,116,995,34,14,0,0,0,0,0,0,0 +813940,513,116,363,84,70,0,0,0,0,0,0,0 +813990,513,116,1615,198,177,10,0,0,0,0,0,0 +115210,513,117,7,5,5,0,0,0,0,0,0,0 +236115,513,117,9,7,7,0,0,0,0,0,0,0 +236118,513,117,17,5,4,0,0,0,0,0,0,0 +236220,513,117,3,3,3,0,0,0,0,0,0,0 +238210,513,117,59,7,3,0,0,0,0,0,0,0 +238220,513,117,6,4,4,0,0,0,0,0,0,0 +238350,513,117,13,4,3,0,0,0,0,0,0,0 +238910,513,117,4,4,4,0,0,0,0,0,0,0 +312130,513,117,56,4,0,0,0,0,0,0,0,0 +441310,513,117,19,3,0,0,0,0,0,0,0,0 +447110,513,117,34,5,0,0,0,0,0,0,0,0 +453920,513,117,0,3,0,0,0,0,0,0,0,0 +531110,513,117,2,3,3,0,0,0,0,0,0,0 +531210,513,117,5,4,4,0,0,0,0,0,0,0 +541330,513,117,4,3,3,0,0,0,0,0,0,0 +541611,513,117,14,6,5,0,0,0,0,0,0,0 +541940,513,117,27,5,3,0,0,0,0,0,0,0 +561730,513,117,39,7,6,0,0,0,0,0,0,0 +611110,513,117,0,3,0,0,0,0,0,0,0,0 +624410,513,117,35,4,0,0,0,0,0,0,0,0 +721191,513,117,34,10,10,0,0,0,0,0,0,0 +722511,513,117,84,6,0,0,0,0,0,0,0,0 +813110,513,117,15,7,6,0,0,0,0,0,0,0 +813312,513,117,9,3,0,0,0,0,0,0,0,0 +113310,519,114,117,18,11,0,0,0,0,0,0,0 +221122,519,114,0,3,0,0,0,0,0,0,0,0 +236115,519,114,65,18,16,0,0,0,0,0,0,0 +236118,519,114,24,16,16,0,0,0,0,0,0,0 +236220,519,114,17,4,3,0,0,0,0,0,0,0 +237110,519,114,73,9,7,0,0,0,0,0,0,0 +237310,519,114,13,3,0,0,0,0,0,0,0,0 +238210,519,114,90,17,12,0,0,0,0,0,0,0 +238220,519,114,136,29,29,0,0,0,0,0,0,0 +238320,519,114,4,3,3,0,0,0,0,0,0,0 +238340,519,114,3,3,3,0,0,0,0,0,0,0 +238350,519,114,14,5,4,0,0,0,0,0,0,0 +238910,519,114,59,10,7,0,0,0,0,0,0,0 +238990,519,114,50,12,8,0,0,0,0,0,0,0 +321113,519,114,0,3,0,0,0,0,0,0,0,0 +424910,519,114,0,3,0,0,0,0,0,0,0,0 +441310,519,114,20,3,0,0,0,0,0,0,0,0 +444190,519,114,83,7,0,0,0,0,0,0,0,0 +444220,519,114,38,5,3,0,0,0,0,0,0,0 +445110,519,114,0,4,0,0,0,0,0,0,0,0 +445310,519,114,0,3,3,0,0,0,0,0,0,0 +446110,519,114,37,3,0,0,0,0,0,0,0,0 +447110,519,114,259,27,17,0,0,0,0,0,0,0 +452319,519,114,0,7,5,0,0,0,0,0,0,0 +453310,519,114,0,3,0,0,0,0,0,0,0,0 +484110,519,114,16,8,7,0,0,0,0,0,0,0 +484121,519,114,4,6,3,0,0,0,0,0,0,0 +484220,519,114,42,13,5,0,0,0,0,0,0,0 +488410,519,114,15,4,0,0,0,0,0,0,0,0 +522110,519,114,63,13,12,0,0,0,0,0,0,0 +524210,519,114,22,6,4,0,0,0,0,0,0,0 +531110,519,114,24,5,4,0,0,0,0,0,0,0 +531210,519,114,80,10,9,0,0,0,0,0,0,0 +541110,519,114,11,8,8,0,0,0,0,0,0,0 +541211,519,114,8,3,3,0,0,0,0,0,0,0 +541213,519,114,11,3,0,0,0,0,0,0,0,0 +541219,519,114,7,4,4,0,0,0,0,0,0,0 +541370,519,114,0,3,0,0,0,0,0,0,0,0 +541512,519,114,9,4,4,0,0,0,0,0,0,0 +541611,519,114,40,7,4,0,0,0,0,0,0,0 +541940,519,114,44,4,3,0,0,0,0,0,0,0 +561720,519,114,36,9,3,0,0,0,0,0,0,0 +561730,519,114,130,35,30,0,0,0,0,0,0,0 +561790,519,114,17,4,3,0,0,0,0,0,0,0 +621111,519,114,54,5,0,0,0,0,0,0,0,0 +621210,519,114,45,4,3,0,0,0,0,0,0,0 +623210,519,114,0,6,5,0,0,0,0,0,0,0 +624120,519,114,42,4,0,0,0,0,0,0,0,0 +624410,519,114,38,6,4,0,0,0,0,0,0,0 +713910,519,114,43,3,0,0,0,0,0,0,0,0 +722511,519,114,363,26,16,5,0,0,0,0,0,0 +722513,519,114,229,12,5,3,0,0,0,0,0,0 +811111,519,114,31,11,10,0,0,0,0,0,0,0 +811121,519,114,16,6,4,0,0,0,0,0,0,0 +811192,519,114,10,3,0,0,0,0,0,0,0,0 +811310,519,114,13,5,4,0,0,0,0,0,0,0 +812112,519,114,21,5,4,0,0,0,0,0,0,0 +812210,519,114,0,3,3,0,0,0,0,0,0,0 +813110,519,114,208,44,41,0,0,0,0,0,0,0 +813910,519,114,5,3,3,0,0,0,0,0,0,0 +221113,519,115,0,3,0,0,0,0,0,0,0,0 +444220,519,115,10,3,3,0,0,0,0,0,0,0 +447110,519,115,13,3,0,0,0,0,0,0,0,0 +561730,519,115,16,4,0,0,0,0,0,0,0,0 +722511,519,115,28,3,0,0,0,0,0,0,0,0 +813110,519,115,51,10,6,0,0,0,0,0,0,0 +236115,519,116,28,14,13,0,0,0,0,0,0,0 +236117,519,116,29,10,8,0,0,0,0,0,0,0 +236118,519,116,128,37,33,0,0,0,0,0,0,0 +236220,519,116,303,12,6,0,0,0,0,0,0,0 +237110,519,116,12,3,0,0,0,0,0,0,0,0 +237210,519,116,11,3,3,0,0,0,0,0,0,0 +238110,519,116,56,9,8,0,0,0,0,0,0,0 +238120,519,116,234,4,0,0,0,0,0,0,0,0 +238130,519,116,10,4,4,0,0,0,0,0,0,0 +238160,519,116,16,4,3,0,0,0,0,0,0,0 +238210,519,116,149,24,18,0,0,0,0,0,0,0 +238220,519,116,361,41,30,6,0,0,0,0,0,0 +238310,519,116,68,6,3,0,0,0,0,0,0,0 +238320,519,116,49,9,7,0,0,0,0,0,0,0 +238350,519,116,55,10,7,0,0,0,0,0,0,0 +238390,519,116,12,4,3,0,0,0,0,0,0,0 +238910,519,116,265,12,4,3,0,0,0,0,0,0 +238990,519,116,140,19,14,0,0,0,0,0,0,0 +321920,519,116,10,3,0,0,0,0,0,0,0,0 +323111,519,116,470,8,3,0,0,0,0,0,0,0 +326199,519,116,796,8,0,0,0,0,0,0,0,0 +327320,519,116,50,3,0,0,0,0,0,0,0,0 +332710,519,116,123,5,0,0,0,0,0,0,0,0 +423120,519,116,102,4,0,0,0,0,0,0,0,0 +423310,519,116,733,9,0,0,0,0,0,0,0,0 +423330,519,116,32,3,0,0,0,0,0,0,0,0 +423440,519,116,19,3,0,0,0,0,0,0,0,0 +423510,519,116,100,5,3,0,0,0,0,0,0,0 +423690,519,116,23,4,0,0,0,0,0,0,0,0 +423720,519,116,31,5,3,0,0,0,0,0,0,0 +423730,519,116,64,7,0,0,0,0,0,0,0,0 +423810,519,116,94,3,0,0,0,0,0,0,0,0 +423830,519,116,72,4,0,0,0,0,0,0,0,0 +423840,519,116,67,8,4,0,0,0,0,0,0,0 +424490,519,116,6,3,3,0,0,0,0,0,0,0 +424710,519,116,0,3,0,0,0,0,0,0,0,0 +424910,519,116,0,3,0,0,0,0,0,0,0,0 +425120,519,116,62,10,5,0,0,0,0,0,0,0 +441110,519,116,623,13,0,6,0,0,0,0,0,0 +441120,519,116,126,21,17,0,0,0,0,0,0,0 +441210,519,116,15,3,0,0,0,0,0,0,0,0 +441228,519,116,67,6,0,0,0,0,0,0,0,0 +441310,519,116,244,25,22,0,0,0,0,0,0,0 +441320,519,116,133,11,4,0,0,0,0,0,0,0 +442110,519,116,85,12,7,0,0,0,0,0,0,0 +442299,519,116,51,4,0,0,0,0,0,0,0,0 +443141,519,116,33,3,0,0,0,0,0,0,0,0 +443142,519,116,93,10,9,0,0,0,0,0,0,0 +444120,519,116,13,3,0,0,0,0,0,0,0,0 +444130,519,116,64,4,0,0,0,0,0,0,0,0 +444190,519,116,114,12,3,0,0,0,0,0,0,0 +444220,519,116,41,3,0,0,0,0,0,0,0,0 +445110,519,116,379,16,0,8,3,0,0,0,0,0 +445120,519,116,99,12,7,0,0,0,0,0,0,0 +445310,519,116,0,5,3,0,0,0,0,0,0,0 +446110,519,116,219,18,11,0,0,0,0,0,0,0 +446120,519,116,55,3,0,0,0,0,0,0,0,0 +446130,519,116,40,5,0,0,0,0,0,0,0,0 +446191,519,116,11,3,0,0,0,0,0,0,0,0 +446199,519,116,26,5,3,0,0,0,0,0,0,0 +447110,519,116,621,45,35,8,0,0,0,0,0,0 +447190,519,116,59,5,0,0,0,0,0,0,0,0 +448110,519,116,27,4,0,0,0,0,0,0,0,0 +448120,519,116,98,9,9,0,0,0,0,0,0,0 +448130,519,116,45,5,3,0,0,0,0,0,0,0 +448140,519,116,278,13,3,5,0,0,0,0,0,0 +448150,519,116,20,4,0,0,0,0,0,0,0,0 +448190,519,116,0,3,0,0,0,0,0,0,0,0 +448210,519,116,84,10,9,0,0,0,0,0,0,0 +448310,519,116,47,8,6,0,0,0,0,0,0,0 +451110,519,116,118,15,14,0,0,0,0,0,0,0 +451120,519,116,114,5,0,0,0,0,0,0,0,0 +451211,519,116,25,4,0,0,0,0,0,0,0,0 +452210,519,116,333,4,0,3,0,0,0,0,0,0 +452311,519,116,905,4,0,0,0,0,0,0,0,0 +452319,519,116,186,15,7,0,0,0,0,0,0,0 +453110,519,116,0,3,0,0,0,0,0,0,0,0 +453220,519,116,29,6,4,0,0,0,0,0,0,0 +453310,519,116,108,13,8,0,0,0,0,0,0,0 +453910,519,116,72,8,0,0,0,0,0,0,0,0 +453930,519,116,13,3,0,0,0,0,0,0,0,0 +453991,519,116,32,12,10,0,0,0,0,0,0,0 +453998,519,116,43,11,6,0,0,0,0,0,0,0 +454110,519,116,114,12,3,0,0,0,0,0,0,0 +454390,519,116,61,15,12,0,0,0,0,0,0,0 +484110,519,116,37,11,8,0,0,0,0,0,0,0 +484121,519,116,436,29,24,4,0,0,0,0,0,0 +484122,519,116,228,6,0,4,0,0,0,0,0,0 +484210,519,116,15,3,0,0,0,0,0,0,0,0 +484220,519,116,85,11,6,0,0,0,0,0,0,0 +485999,519,116,0,3,0,0,0,0,0,0,0,0 +488510,519,116,16,7,5,0,0,0,0,0,0,0 +492110,519,116,184,6,3,0,0,0,0,0,0,0 +492210,519,116,60,3,0,0,0,0,0,0,0,0 +493110,519,116,1011,10,0,0,0,0,0,0,0,0 +511120,519,116,9,3,0,0,0,0,0,0,0,0 +517311,519,116,116,17,11,0,0,0,0,0,0,0 +517312,519,116,52,6,3,0,0,0,0,0,0,0 +522110,519,116,477,52,43,5,0,0,0,0,0,0 +522130,519,116,0,8,0,0,0,0,0,0,0,0 +522291,519,116,10,3,0,0,0,0,0,0,0,0 +522292,519,116,27,10,5,0,0,0,0,0,0,0 +522298,519,116,14,7,6,0,0,0,0,0,0,0 +522390,519,116,10,5,5,0,0,0,0,0,0,0 +523120,519,116,0,8,7,0,0,0,0,0,0,0 +523920,519,116,55,16,13,0,0,0,0,0,0,0 +524210,519,116,210,40,35,0,0,0,0,0,0,0 +531110,519,116,99,31,26,0,0,0,0,0,0,0 +531120,519,116,77,11,9,0,0,0,0,0,0,0 +531130,519,116,14,6,5,0,0,0,0,0,0,0 +531210,519,116,83,34,32,0,0,0,0,0,0,0 +531311,519,116,42,14,14,0,0,0,0,0,0,0 +531312,519,116,31,5,3,0,0,0,0,0,0,0 +531320,519,116,4,5,5,0,0,0,0,0,0,0 +532210,519,116,0,3,0,0,0,0,0,0,0,0 +541110,519,116,143,48,46,0,0,0,0,0,0,0 +541191,519,116,38,9,6,0,0,0,0,0,0,0 +541211,519,116,178,22,19,0,0,0,0,0,0,0 +541213,519,116,31,5,0,0,0,0,0,0,0,0 +541219,519,116,94,13,5,0,0,0,0,0,0,0 +541310,519,116,15,5,4,0,0,0,0,0,0,0 +541330,519,116,177,23,20,3,0,0,0,0,0,0 +541350,519,116,0,4,0,0,0,0,0,0,0,0 +541370,519,116,4,4,4,0,0,0,0,0,0,0 +541410,519,116,7,3,3,0,0,0,0,0,0,0 +541430,519,116,0,3,0,0,0,0,0,0,0,0 +541511,519,116,102,8,0,0,0,0,0,0,0,0 +541512,519,116,117,22,14,0,0,0,0,0,0,0 +541513,519,116,13,4,3,0,0,0,0,0,0,0 +541519,519,116,5,3,3,0,0,0,0,0,0,0 +541611,519,116,120,24,21,0,0,0,0,0,0,0 +541613,519,116,17,7,6,0,0,0,0,0,0,0 +541620,519,116,13,3,0,0,0,0,0,0,0,0 +541690,519,116,0,3,0,0,0,0,0,0,0,0 +541921,519,116,9,3,3,0,0,0,0,0,0,0 +541940,519,116,222,16,10,0,0,0,0,0,0,0 +541990,519,116,9,5,4,0,0,0,0,0,0,0 +551114,519,116,1490,13,3,0,3,0,0,0,0,0 +561110,519,116,15,3,0,0,0,0,0,0,0,0 +561320,519,116,1290,13,0,3,0,0,0,0,0,0 +561510,519,116,3,3,3,0,0,0,0,0,0,0 +561710,519,116,57,8,0,0,0,0,0,0,0,0 +561720,519,116,366,22,12,3,0,0,0,0,0,0 +561730,519,116,336,47,41,5,0,0,0,0,0,0 +561740,519,116,11,4,3,0,0,0,0,0,0,0 +561920,519,116,7,3,3,0,0,0,0,0,0,0 +562111,519,116,52,3,0,0,0,0,0,0,0,0 +611110,519,116,81,3,0,0,0,0,0,0,0,0 +611310,519,116,0,7,0,0,0,0,0,0,0,0 +611610,519,116,7,3,0,0,0,0,0,0,0,0 +611620,519,116,74,8,0,0,0,0,0,0,0,0 +611691,519,116,0,3,0,0,0,0,0,0,0,0 +611710,519,116,0,3,0,0,0,0,0,0,0,0 +621111,519,116,1576,118,95,15,0,0,0,0,0,0 +621112,519,116,12,7,6,0,0,0,0,0,0,0 +621210,519,116,392,42,38,3,0,0,0,0,0,0 +621310,519,116,56,11,8,0,0,0,0,0,0,0 +621320,519,116,33,4,0,0,0,0,0,0,0,0 +621330,519,116,44,19,16,0,0,0,0,0,0,0 +621340,519,116,51,11,4,0,0,0,0,0,0,0 +621391,519,116,11,3,0,0,0,0,0,0,0,0 +621399,519,116,8,3,3,0,0,0,0,0,0,0 +621420,519,116,132,16,10,0,0,0,0,0,0,0 +621492,519,116,0,3,0,0,0,0,0,0,0,0 +621498,519,116,459,4,0,0,0,0,0,0,0,0 +621610,519,116,412,14,4,0,0,0,0,0,0,0 +623210,519,116,146,30,23,0,0,0,0,0,0,0 +623220,519,116,63,6,0,0,0,0,0,0,0,0 +623312,519,116,185,6,0,0,0,0,0,0,0,0 +623990,519,116,23,3,0,0,0,0,0,0,0,0 +624110,519,116,112,8,3,0,0,0,0,0,0,0 +624120,519,116,771,12,0,0,0,0,0,0,0,0 +624190,519,116,0,3,0,0,0,0,0,0,0,0 +624410,519,116,161,20,17,0,0,0,0,0,0,0 +713940,519,116,317,16,7,0,0,0,0,0,0,0 +713990,519,116,20,7,5,0,0,0,0,0,0,0 +721110,519,116,560,27,9,10,0,0,0,0,0,0 +722410,519,116,0,3,0,0,0,0,0,0,0,0 +722511,519,116,2352,112,66,44,0,0,0,0,0,0 +722513,519,116,2119,96,53,41,0,0,0,0,0,0 +722515,519,116,172,17,13,0,0,0,0,0,0,0 +811111,519,116,217,43,41,0,0,0,0,0,0,0 +811121,519,116,57,7,3,0,0,0,0,0,0,0 +811192,519,116,46,3,0,0,0,0,0,0,0,0 +811310,519,116,63,6,0,0,0,0,0,0,0,0 +811490,519,116,4,4,4,0,0,0,0,0,0,0 +812111,519,116,0,3,0,0,0,0,0,0,0,0 +812112,519,116,219,35,31,0,0,0,0,0,0,0 +812113,519,116,24,7,3,0,0,0,0,0,0,0 +812199,519,116,48,8,4,0,0,0,0,0,0,0 +812210,519,116,48,7,0,0,0,0,0,0,0,0 +812320,519,116,29,8,6,0,0,0,0,0,0,0 +812910,519,116,25,6,6,0,0,0,0,0,0,0 +812990,519,116,33,5,3,0,0,0,0,0,0,0 +813110,519,116,730,92,80,11,0,0,0,0,0,0 +813312,519,116,0,3,0,0,0,0,0,0,0,0 +813410,519,116,102,13,8,0,0,0,0,0,0,0 +813910,519,116,9,3,0,0,0,0,0,0,0,0 +813930,519,116,7,3,3,0,0,0,0,0,0,0 +113110,519,117,9,10,0,0,0,0,0,0,0,0 +113310,519,117,1402,240,172,3,0,0,0,0,0,0 +114111,519,117,4,11,11,0,0,0,0,0,0,0 +114112,519,117,0,3,0,0,0,0,0,0,0,0 +115116,519,117,23,4,0,0,0,0,0,0,0,0 +115210,519,117,58,36,34,0,0,0,0,0,0,0 +212111,519,117,1020,31,14,0,0,0,0,0,0,0 +212112,519,117,872,22,9,0,0,0,0,0,0,0 +212312,519,117,213,16,0,0,0,0,0,0,0,0 +212321,519,117,17,3,0,0,0,0,0,0,0,0 +212325,519,117,0,5,0,0,0,0,0,0,0,0 +213111,519,117,96,4,0,0,0,0,0,0,0,0 +213112,519,117,31,5,3,0,0,0,0,0,0,0 +213113,519,117,59,13,4,0,0,0,0,0,0,0 +221111,519,117,0,3,0,0,0,0,0,0,0,0 +221122,519,117,0,41,0,3,0,0,0,0,0,0 +221310,519,117,0,3,0,0,0,0,0,0,0,0 +236115,519,117,1892,563,483,0,0,0,0,0,0,0 +236117,519,117,626,119,74,4,0,0,0,0,0,0 +236118,519,117,2618,733,658,8,0,0,0,0,0,0 +236210,519,117,18,3,0,0,0,0,0,0,0,0 +236220,519,117,2237,173,84,9,0,0,0,0,0,0 +237110,519,117,289,55,23,0,0,0,0,0,0,0 +237120,519,117,127,9,4,0,0,0,0,0,0,0 +237130,519,117,137,22,3,0,0,0,0,0,0,0 +237210,519,117,12,3,0,0,0,0,0,0,0,0 +237310,519,117,1693,85,23,3,0,0,0,0,0,0 +237990,519,117,68,16,7,0,0,0,0,0,0,0 +238110,519,117,787,84,35,0,0,0,0,0,0,0 +238120,519,117,37,3,0,0,0,0,0,0,0,0 +238130,519,117,296,68,49,0,0,0,0,0,0,0 +238140,519,117,786,158,92,0,0,0,0,0,0,0 +238150,519,117,36,6,0,0,0,0,0,0,0,0 +238160,519,117,562,60,20,4,0,0,0,0,0,0 +238170,519,117,141,54,42,0,0,0,0,0,0,0 +238190,519,117,50,16,3,0,0,0,0,0,0,0 +238210,519,117,3345,411,293,0,0,0,0,0,0,0 +238220,519,117,5132,662,504,16,0,0,0,0,0,0 +238290,519,117,213,15,3,0,0,0,0,0,0,0 +238310,519,117,524,62,36,0,0,0,0,0,0,0 +238320,519,117,613,170,123,0,0,0,0,0,0,0 +238330,519,117,143,62,49,0,0,0,0,0,0,0 +238340,519,117,64,12,7,0,0,0,0,0,0,0 +238350,519,117,544,101,64,0,0,0,0,0,0,0 +238390,519,117,29,7,0,0,0,0,0,0,0,0 +238910,519,117,3106,356,224,6,0,0,0,0,0,0 +238990,519,117,1333,288,214,0,0,0,0,0,0,0 +311119,519,117,0,3,0,0,0,0,0,0,0,0 +311611,519,117,5,6,0,0,0,0,0,0,0,0 +311615,519,117,3111,5,0,0,0,0,3,0,0,0 +311710,519,117,171,8,0,3,0,0,0,0,0,0 +311811,519,117,0,3,0,0,0,0,0,0,0,0 +311920,519,117,33,3,0,0,0,0,0,0,0,0 +312120,519,117,287,14,0,0,0,0,0,0,0,0 +312130,519,117,541,31,13,5,0,0,0,0,0,0 +314120,519,117,0,3,0,0,0,0,0,0,0,0 +314910,519,117,18,3,0,0,0,0,0,0,0,0 +321113,519,117,891,48,9,6,0,0,0,0,0,0 +321912,519,117,0,3,0,0,0,0,0,0,0,0 +321920,519,117,180,17,0,3,0,0,0,0,0,0 +321999,519,117,0,3,0,0,0,0,0,0,0,0 +322211,519,117,194,6,0,0,0,0,0,0,0,0 +323111,519,117,1105,56,10,0,0,0,0,0,0,0 +323113,519,117,20,3,0,0,0,0,0,0,0,0 +326199,519,117,328,8,0,0,0,0,0,0,0,0 +326291,519,117,0,3,0,0,0,0,0,0,0,0 +327320,519,117,69,15,0,0,0,0,0,0,0,0 +327991,519,117,104,4,0,0,0,0,0,0,0,0 +332312,519,117,294,6,0,0,0,0,0,0,0,0 +332322,519,117,114,8,0,0,0,0,0,0,0,0 +332710,519,117,796,74,33,0,0,0,0,0,0,0 +332721,519,117,71,4,0,3,0,0,0,0,0,0 +332812,519,117,0,3,0,0,0,0,0,0,0,0 +333120,519,117,132,3,0,0,0,0,0,0,0,0 +333131,519,117,199,8,0,0,0,0,0,0,0,0 +333922,519,117,400,3,0,0,0,0,0,0,0,0 +334511,519,117,0,3,0,0,0,0,0,0,0,0 +337110,519,117,351,28,7,0,0,0,0,0,0,0 +337121,519,117,0,3,0,0,0,0,0,0,0,0 +339113,519,117,0,4,0,0,0,0,0,0,0,0 +339116,519,117,42,9,8,0,0,0,0,0,0,0 +339950,519,117,31,6,0,0,0,0,0,0,0,0 +339999,519,117,27,3,0,0,0,0,0,0,0,0 +423110,519,117,106,12,0,0,0,0,0,0,0,0 +423120,519,117,350,24,6,0,0,0,0,0,0,0 +423130,519,117,106,5,4,0,0,0,0,0,0,0 +423210,519,117,243,9,0,0,0,0,0,0,0,0 +423220,519,117,32,8,0,0,0,0,0,0,0,0 +423310,519,117,109,16,9,0,0,0,0,0,0,0 +423320,519,117,88,6,0,0,0,0,0,0,0,0 +423330,519,117,115,12,10,0,0,0,0,0,0,0 +423390,519,117,153,12,0,0,0,0,0,0,0,0 +423420,519,117,144,34,24,0,0,0,0,0,0,0 +423430,519,117,0,3,0,0,0,0,0,0,0,0 +423450,519,117,18,7,3,0,0,0,0,0,0,0 +423510,519,117,291,21,9,0,0,0,0,0,0,0 +423520,519,117,12,6,0,0,0,0,0,0,0,0 +423610,519,117,384,47,19,3,0,0,0,0,0,0 +423690,519,117,85,9,0,0,0,0,0,0,0,0 +423710,519,117,39,10,0,0,0,0,0,0,0,0 +423720,519,117,200,17,0,0,0,0,0,0,0,0 +423730,519,117,326,36,20,0,0,0,0,0,0,0 +423810,519,117,434,38,14,0,0,0,0,0,0,0 +423820,519,117,236,17,0,0,0,0,0,0,0,0 +423830,519,117,732,80,42,0,0,0,0,0,0,0 +423840,519,117,371,23,6,0,0,0,0,0,0,0 +423850,519,117,0,6,0,0,0,0,0,0,0,0 +423930,519,117,26,15,4,0,0,0,0,0,0,0 +423990,519,117,133,27,8,0,0,0,0,0,0,0 +424120,519,117,9,8,3,0,0,0,0,0,0,0 +424130,519,117,48,7,3,0,0,0,0,0,0,0 +424210,519,117,41,10,0,0,0,0,0,0,0,0 +424460,519,117,146,19,9,0,0,0,0,0,0,0 +424480,519,117,0,3,0,0,0,0,0,0,0,0 +424490,519,117,900,34,10,3,0,0,0,0,0,0 +424510,519,117,0,3,3,0,0,0,0,0,0,0 +424590,519,117,0,3,0,0,0,0,0,0,0,0 +424690,519,117,35,13,6,0,0,0,0,0,0,0 +424710,519,117,24,3,0,0,0,0,0,0,0,0 +424820,519,117,31,6,0,0,0,0,0,0,0,0 +424910,519,117,225,21,3,0,0,0,0,0,0,0 +424990,519,117,0,10,0,0,0,0,0,0,0,0 +425120,519,117,319,109,82,0,0,0,0,0,0,0 +441110,519,117,5681,112,3,53,3,0,0,0,0,0 +441120,519,117,1142,280,215,0,0,0,0,0,0,0 +441222,519,117,44,8,0,0,0,0,0,0,0,0 +441228,519,117,275,33,3,0,0,0,0,0,0,0 +441310,519,117,3145,352,217,3,0,0,0,0,0,0 +441320,519,117,932,136,65,0,0,0,0,0,0,0 +442110,519,117,1277,167,83,4,0,0,0,0,0,0 +442210,519,117,211,44,26,0,0,0,0,0,0,0 +442299,519,117,597,69,29,0,0,0,0,0,0,0 +443141,519,117,82,25,6,0,0,0,0,0,0,0 +443142,519,117,881,87,44,0,0,0,0,0,0,0 +444110,519,117,0,12,0,0,3,0,0,0,0,0 +444120,519,117,72,13,3,0,0,0,0,0,0,0 +444130,519,117,681,93,19,0,0,0,0,0,0,0 +444190,519,117,1368,161,62,4,0,0,0,0,0,0 +444210,519,117,136,21,3,0,0,0,0,0,0,0 +444220,519,117,1109,117,42,0,0,0,0,0,0,0 +445110,519,117,15570,422,84,95,21,0,0,0,0,0 +445120,519,117,1373,312,221,0,0,0,0,0,0,0 +445210,519,117,0,3,0,0,0,0,0,0,0,0 +445220,519,117,6,3,0,0,0,0,0,0,0,0 +445299,519,117,95,22,12,0,0,0,0,0,0,0 +445310,519,117,244,89,37,0,0,0,0,0,0,0 +446110,519,117,3361,326,171,9,0,0,0,0,0,0 +446120,519,117,278,31,7,0,0,0,0,0,0,0 +446130,519,117,231,48,36,0,0,0,0,0,0,0 +446191,519,117,132,31,17,0,0,0,0,0,0,0 +446199,519,117,266,37,20,0,0,0,0,0,0,0 +447110,519,117,8450,1190,1044,25,0,0,0,0,0,0 +447190,519,117,2009,93,20,6,0,0,0,0,0,0 +448110,519,117,142,19,6,0,0,0,0,0,0,0 +448120,519,117,1401,152,82,4,0,0,0,0,0,0 +448130,519,117,66,8,4,0,0,0,0,0,0,0 +448140,519,117,2456,113,36,30,0,0,0,0,0,0 +448150,519,117,70,19,9,0,0,0,0,0,0,0 +448190,519,117,379,38,8,0,0,0,0,0,0,0 +448210,519,117,692,82,54,0,0,0,0,0,0,0 +448310,519,117,467,81,56,0,0,0,0,0,0,0 +451110,519,117,1057,127,82,0,0,0,0,0,0,0 +451120,519,117,484,40,15,0,0,0,0,0,0,0 +451130,519,117,75,8,0,0,0,0,0,0,0,0 +451140,519,117,50,18,14,0,0,0,0,0,0,0 +451211,519,117,737,38,7,0,0,0,0,0,0,0 +452210,519,117,1640,21,0,17,0,0,0,0,0,0 +452311,519,117,5328,32,0,0,3,0,0,0,0,0 +452319,519,117,3991,499,318,26,0,0,0,0,0,0 +453110,519,117,207,59,33,0,0,0,0,0,0,0 +453210,519,117,79,16,3,0,0,0,0,0,0,0 +453220,519,117,669,109,68,0,0,0,0,0,0,0 +453310,519,117,1001,182,105,4,0,0,0,0,0,0 +453910,519,117,396,29,9,0,0,0,0,0,0,0 +453920,519,117,7,4,3,0,0,0,0,0,0,0 +453930,519,117,25,12,3,0,0,0,0,0,0,0 +453991,519,117,156,50,28,0,0,0,0,0,0,0 +453998,519,117,488,124,84,0,0,0,0,0,0,0 +454110,519,117,1923,139,94,0,0,0,0,0,0,0 +454210,519,117,0,4,0,0,0,0,0,0,0,0 +454310,519,117,272,60,19,0,0,0,0,0,0,0 +454390,519,117,450,152,130,0,0,0,0,0,0,0 +483113,519,117,28,3,0,0,0,0,0,0,0,0 +484110,519,117,919,193,134,0,0,0,0,0,0,0 +484121,519,117,3130,268,154,6,0,0,0,0,0,0 +484122,519,117,1292,50,10,13,0,0,0,0,0,0 +484210,519,117,86,17,6,0,0,0,0,0,0,0 +484220,519,117,2387,364,256,7,0,0,0,0,0,0 +484230,519,117,270,38,17,0,0,0,0,0,0,0 +485310,519,117,19,3,0,0,0,0,0,0,0,0 +485320,519,117,58,5,0,0,0,0,0,0,0,0 +485991,519,117,47,6,0,0,0,0,0,0,0,0 +486210,519,117,0,6,0,0,0,0,0,0,0,0 +488190,519,117,15,4,3,0,0,0,0,0,0,0 +488410,519,117,167,47,27,0,0,0,0,0,0,0 +488490,519,117,0,3,0,0,0,0,0,0,0,0 +488510,519,117,46,4,0,0,0,0,0,0,0,0 +492110,519,117,41,20,6,0,0,0,0,0,0,0 +492210,519,117,18,5,4,0,0,0,0,0,0,0 +493110,519,117,3424,54,9,6,0,0,0,0,0,0 +493190,519,117,35,6,3,0,0,0,0,0,0,0 +511110,519,117,67,16,0,0,0,0,0,0,0,0 +511120,519,117,71,12,4,0,0,0,0,0,0,0 +511130,519,117,0,4,0,0,0,0,0,0,0,0 +511199,519,117,5,3,3,0,0,0,0,0,0,0 +511210,519,117,383,24,10,0,0,0,0,0,0,0 +512110,519,117,32,11,8,0,0,0,0,0,0,0 +515112,519,117,111,40,15,0,0,0,0,0,0,0 +515120,519,117,198,5,0,0,0,0,0,0,0,0 +517311,519,117,2085,273,167,10,0,0,0,0,0,0 +517312,519,117,636,100,39,0,0,0,0,0,0,0 +517911,519,117,0,6,0,0,0,0,0,0,0,0 +518210,519,117,449,27,5,0,0,0,0,0,0,0 +519120,519,117,0,14,10,0,0,0,0,0,0,0 +519130,519,117,383,25,17,0,0,0,0,0,0,0 +522110,519,117,10413,987,848,20,0,0,0,0,0,0 +522130,519,117,930,117,58,0,0,0,0,0,0,0 +522291,519,117,138,55,41,0,0,0,0,0,0,0 +522292,519,117,302,59,34,0,0,0,0,0,0,0 +522298,519,117,533,101,69,0,0,0,0,0,0,0 +522310,519,117,11,3,0,0,0,0,0,0,0,0 +522390,519,117,198,87,81,0,0,0,0,0,0,0 +523120,519,117,336,89,62,0,0,0,0,0,0,0 +523910,519,117,67,12,4,0,0,0,0,0,0,0 +523920,519,117,871,233,211,0,0,0,0,0,0,0 +523930,519,117,147,49,37,0,0,0,0,0,0,0 +523991,519,117,9,3,0,0,0,0,0,0,0,0 +524113,519,117,53,22,4,0,0,0,0,0,0,0 +524114,519,117,1239,16,8,0,0,0,0,0,0,0 +524126,519,117,784,17,7,0,0,0,0,0,0,0 +524210,519,117,3588,900,799,4,0,0,0,0,0,0 +524291,519,117,20,3,0,0,0,0,0,0,0,0 +524292,519,117,332,4,0,0,0,0,0,0,0,0 +524298,519,117,2,3,3,0,0,0,0,0,0,0 +531110,519,117,1476,375,337,0,0,0,0,0,0,0 +531120,519,117,420,122,95,0,0,0,0,0,0,0 +531130,519,117,79,46,35,0,0,0,0,0,0,0 +531190,519,117,43,25,24,0,0,0,0,0,0,0 +531210,519,117,1114,605,567,0,0,0,0,0,0,0 +531311,519,117,1271,180,137,0,0,0,0,0,0,0 +531312,519,117,176,37,29,0,0,0,0,0,0,0 +531320,519,117,176,78,64,0,0,0,0,0,0,0 +531390,519,117,150,52,34,0,0,0,0,0,0,0 +532111,519,117,174,22,10,0,0,0,0,0,0,0 +532120,519,117,71,15,7,0,0,0,0,0,0,0 +532210,519,117,36,35,17,0,0,0,0,0,0,0 +532283,519,117,62,16,3,0,0,0,0,0,0,0 +532289,519,117,20,15,12,0,0,0,0,0,0,0 +532412,519,117,0,3,3,0,0,0,0,0,0,0 +532490,519,117,26,5,0,0,0,0,0,0,0,0 +541110,519,117,4012,906,812,19,0,0,0,0,0,0 +541191,519,117,193,57,47,0,0,0,0,0,0,0 +541199,519,117,18,7,7,0,0,0,0,0,0,0 +541211,519,117,1493,244,168,6,0,0,0,0,0,0 +541213,519,117,714,129,58,0,0,0,0,0,0,0 +541214,519,117,476,4,0,0,0,0,0,0,0,0 +541219,519,117,585,214,157,0,0,0,0,0,0,0 +541310,519,117,514,69,53,0,0,0,0,0,0,0 +541320,519,117,108,12,11,0,0,0,0,0,0,0 +541330,519,117,4344,312,219,15,0,0,0,0,0,0 +541340,519,117,4,6,3,0,0,0,0,0,0,0 +541350,519,117,17,9,6,0,0,0,0,0,0,0 +541370,519,117,203,54,37,0,0,0,0,0,0,0 +541380,519,117,15,7,3,0,0,0,0,0,0,0 +541410,519,117,84,32,23,0,0,0,0,0,0,0 +541430,519,117,44,30,26,0,0,0,0,0,0,0 +541511,519,117,1815,188,141,11,0,0,0,0,0,0 +541512,519,117,1930,197,142,4,0,0,0,0,0,0 +541513,519,117,33,9,3,0,0,0,0,0,0,0 +541519,519,117,47,23,19,0,0,0,0,0,0,0 +541611,519,117,1392,235,194,0,0,0,0,0,0,0 +541612,519,117,14,6,0,0,0,0,0,0,0,0 +541613,519,117,189,81,64,0,0,0,0,0,0,0 +541614,519,117,3,6,3,0,0,0,0,0,0,0 +541618,519,117,14,9,9,0,0,0,0,0,0,0 +541620,519,117,166,36,22,0,0,0,0,0,0,0 +541690,519,117,278,76,57,3,0,0,0,0,0,0 +541713,519,117,0,4,0,0,0,0,0,0,0,0 +541714,519,117,51,17,8,0,0,0,0,0,0,0 +541715,519,117,813,61,43,3,0,0,0,0,0,0 +541720,519,117,84,7,0,0,0,0,0,0,0,0 +541810,519,117,139,31,23,0,0,0,0,0,0,0 +541860,519,117,124,8,0,0,0,0,0,0,0,0 +541890,519,117,123,24,6,0,0,0,0,0,0,0 +541921,519,117,68,41,39,0,0,0,0,0,0,0 +541922,519,117,16,10,6,0,0,0,0,0,0,0 +541940,519,117,2441,238,111,15,0,0,0,0,0,0 +541990,519,117,217,81,60,0,0,0,0,0,0,0 +551112,519,117,72,4,3,0,0,0,0,0,0,0 +551114,519,117,10760,211,90,28,3,0,0,0,0,0 +561110,519,117,591,79,31,0,0,0,0,0,0,0 +561210,519,117,10,11,6,0,0,0,0,0,0,0 +561312,519,117,12,6,6,0,0,0,0,0,0,0 +561320,519,117,6581,131,20,17,12,0,0,0,0,0 +561330,519,117,0,7,3,3,0,0,0,0,0,0 +561410,519,117,5,3,3,0,0,0,0,0,0,0 +561431,519,117,22,4,3,0,0,0,0,0,0,0 +561439,519,117,87,11,3,0,0,0,0,0,0,0 +561440,519,117,0,3,0,0,0,0,0,0,0,0 +561510,519,117,39,19,12,0,0,0,0,0,0,0 +561520,519,117,0,6,0,3,0,0,0,0,0,0 +561599,519,117,0,4,3,0,0,0,0,0,0,0 +561611,519,117,12,6,0,0,0,0,0,0,0,0 +561612,519,117,0,4,0,0,0,0,0,0,0,0 +561613,519,117,0,3,0,0,0,0,0,0,0,0 +561621,519,117,67,9,3,0,0,0,0,0,0,0 +561622,519,117,0,6,0,0,0,0,0,0,0,0 +561710,519,117,440,71,34,0,0,0,0,0,0,0 +561720,519,117,3845,406,288,23,0,0,0,0,0,0 +561730,519,117,5284,758,639,3,0,0,0,0,0,0 +561740,519,117,86,18,6,0,0,0,0,0,0,0 +561790,519,117,96,36,23,0,0,0,0,0,0,0 +561920,519,117,13,9,6,0,0,0,0,0,0,0 +561990,519,117,281,26,3,0,0,0,0,0,0,0 +562111,519,117,182,24,4,0,0,0,0,0,0,0 +562910,519,117,133,8,0,0,0,0,0,0,0,0 +562991,519,117,25,3,0,0,0,0,0,0,0,0 +611110,519,117,3047,81,6,19,0,0,0,0,0,0 +611310,519,117,11058,9,0,0,0,0,0,0,0,0 +611430,519,117,278,18,10,0,0,0,0,0,0,0 +611519,519,117,0,8,3,0,0,0,0,0,0,0 +611610,519,117,237,45,25,0,0,0,0,0,0,0 +611620,519,117,266,62,31,0,0,0,0,0,0,0 +611691,519,117,76,19,9,0,0,0,0,0,0,0 +611692,519,117,19,4,0,0,0,0,0,0,0,0 +611699,519,117,62,13,6,0,0,0,0,0,0,0 +611710,519,117,106,34,20,0,0,0,0,0,0,0 +621111,519,117,13341,1184,913,136,0,0,0,0,0,0 +621112,519,117,45,16,11,0,0,0,0,0,0,0 +621210,519,117,4678,608,495,10,0,0,0,0,0,0 +621310,519,117,469,148,121,0,0,0,0,0,0,0 +621320,519,117,552,91,28,0,0,0,0,0,0,0 +621330,519,117,886,140,99,4,0,0,0,0,0,0 +621340,519,117,1627,242,139,0,0,0,0,0,0,0 +621391,519,117,99,20,9,0,0,0,0,0,0,0 +621399,519,117,308,61,50,0,0,0,0,0,0,0 +621410,519,117,10,3,0,0,0,0,0,0,0,0 +621420,519,117,299,28,6,0,0,0,0,0,0,0 +621492,519,117,44,25,0,0,0,0,0,0,0,0 +621493,519,117,278,19,0,3,0,0,0,0,0,0 +621498,519,117,778,77,13,6,0,0,0,0,0,0 +621511,519,117,165,40,7,0,0,0,0,0,0,0 +621512,519,117,79,5,0,0,0,0,0,0,0,0 +621610,519,117,5995,240,47,65,0,0,0,0,0,0 +621910,519,117,725,50,14,0,0,0,0,0,0,0 +621999,519,117,8,3,0,0,0,0,0,0,0,0 +623110,519,117,5484,59,0,3,13,0,0,0,0,0 +623210,519,117,1213,126,50,3,0,0,0,0,0,0 +623220,519,117,117,13,6,0,0,0,0,0,0,0 +623311,519,117,1968,21,0,3,0,0,0,0,0,0 +623312,519,117,2610,104,25,20,0,0,0,0,0,0 +623990,519,117,46,11,0,0,0,0,0,0,0,0 +624110,519,117,789,66,25,0,0,0,0,0,0,0 +624120,519,117,2492,148,36,12,0,0,0,0,0,0 +624190,519,117,2646,151,77,8,0,0,0,0,0,0 +624221,519,117,259,9,0,0,0,0,0,0,0,0 +624229,519,117,76,9,0,0,0,0,0,0,0,0 +624310,519,117,7,9,3,0,0,0,0,0,0,0 +624410,519,117,4520,391,203,55,0,0,0,0,0,0 +711110,519,117,24,5,3,0,0,0,0,0,0,0 +711130,519,117,11,8,3,0,0,0,0,0,0,0 +711310,519,117,0,4,0,0,0,0,0,0,0,0 +711320,519,117,19,15,14,0,0,0,0,0,0,0 +711410,519,117,0,6,3,0,0,0,0,0,0,0 +711510,519,117,64,43,38,0,0,0,0,0,0,0 +712110,519,117,96,13,0,0,0,0,0,0,0,0 +713120,519,117,13,4,0,0,0,0,0,0,0,0 +713910,519,117,1080,44,0,3,0,0,0,0,0,0 +713930,519,117,122,32,20,0,0,0,0,0,0,0 +713940,519,117,2472,164,103,3,0,0,0,0,0,0 +713990,519,117,290,76,52,0,0,0,0,0,0,0 +721110,519,117,8594,484,243,101,0,0,0,0,0,0 +721191,519,117,117,37,27,0,0,0,0,0,0,0 +721211,519,117,108,24,6,0,0,0,0,0,0,0 +721214,519,117,76,16,3,0,0,0,0,0,0,0 +721310,519,117,58,24,23,0,0,0,0,0,0,0 +722310,519,117,2765,157,73,16,3,0,0,0,0,0 +722320,519,117,201,36,14,0,0,0,0,0,0,0 +722330,519,117,24,18,11,0,0,0,0,0,0,0 +722410,519,117,446,16,0,0,0,0,0,0,0,0 +722511,519,117,33719,1742,1053,514,7,0,0,0,0,0 +722513,519,117,32583,1612,789,650,0,0,0,0,0,0 +722514,519,117,282,9,0,0,0,0,0,0,0,0 +722515,519,117,2224,216,135,20,0,0,0,0,0,0 +811111,519,117,3391,800,700,0,0,0,0,0,0,0 +811113,519,117,36,10,3,0,0,0,0,0,0,0 +811121,519,117,1065,209,121,0,0,0,0,0,0,0 +811122,519,117,62,17,7,0,0,0,0,0,0,0 +811191,519,117,15,12,0,0,0,0,0,0,0,0 +811192,519,117,296,68,38,0,0,0,0,0,0,0 +811198,519,117,35,15,11,0,0,0,0,0,0,0 +811212,519,117,18,7,4,0,0,0,0,0,0,0 +811219,519,117,14,3,0,0,0,0,0,0,0,0 +811310,519,117,1023,171,120,0,0,0,0,0,0,0 +811411,519,117,4,6,6,0,0,0,0,0,0,0 +811412,519,117,41,12,9,0,0,0,0,0,0,0 +811420,519,117,25,9,3,0,0,0,0,0,0,0 +811490,519,117,158,41,24,0,0,0,0,0,0,0 +812111,519,117,0,3,0,0,0,0,0,0,0,0 +812112,519,117,2009,463,387,3,0,0,0,0,0,0 +812113,519,117,53,34,29,0,0,0,0,0,0,0 +812191,519,117,15,3,0,0,0,0,0,0,0,0 +812199,519,117,445,75,48,0,0,0,0,0,0,0 +812210,519,117,1204,142,63,0,0,0,0,0,0,0 +812220,519,117,106,21,6,0,0,0,0,0,0,0 +812310,519,117,141,66,55,0,0,0,0,0,0,0 +812320,519,117,267,42,10,0,0,0,0,0,0,0 +812910,519,117,363,80,43,0,0,0,0,0,0,0 +812930,519,117,31,9,3,0,0,0,0,0,0,0 +812990,519,117,115,44,32,0,0,0,0,0,0,0 +813110,519,117,13072,2520,2340,56,0,0,0,0,0,0 +813211,519,117,387,67,39,4,0,0,0,0,0,0 +813212,519,117,56,3,0,0,0,0,0,0,0,0 +813311,519,117,39,6,0,0,0,0,0,0,0,0 +813312,519,117,229,34,21,0,0,0,0,0,0,0 +813319,519,117,84,25,16,0,0,0,0,0,0,0 +813410,519,117,1174,182,107,3,0,0,0,0,0,0 +813910,519,117,144,45,29,0,0,0,0,0,0,0 +813920,519,117,58,19,12,0,0,0,0,0,0,0 +813930,519,117,271,58,32,0,0,0,0,0,0,0 +813990,519,117,391,28,16,0,0,0,0,0,0,0 +113210,531,118,21,4,0,0,0,0,0,0,0,0 +113310,531,118,909,120,99,5,0,0,0,0,0,0 +114111,531,118,1196,176,160,8,3,0,0,0,0,0 +114112,531,118,138,137,134,0,0,0,0,0,0,0 +114119,531,118,1,7,3,0,0,0,0,0,0,0 +115210,531,118,410,122,111,0,0,0,0,0,0,0 +115310,531,118,223,27,16,0,0,0,0,0,0,0 +212321,531,118,582,37,14,11,0,0,0,0,0,0 +221122,531,118,423,34,5,12,4,0,0,0,0,0 +221210,531,118,22,4,0,0,0,0,0,0,0,0 +221310,531,118,350,63,51,0,0,0,0,0,0,0 +236115,531,118,4534,1125,1085,30,0,0,0,0,0,0 +236116,531,118,1964,83,52,14,7,0,0,0,0,0 +236117,531,118,2686,520,492,16,3,0,0,0,0,0 +236118,531,118,9849,2935,2869,55,0,0,0,0,0,0 +236210,531,118,948,27,16,0,0,0,0,0,0,0 +236220,531,118,10690,551,430,97,7,4,0,0,0,0 +237110,531,118,2206,153,132,9,0,0,0,0,0,0 +237120,531,118,1045,14,0,3,0,0,0,0,0,0 +237130,531,118,3764,98,55,21,0,0,0,0,0,0 +237210,531,118,370,94,82,0,0,0,0,0,0,0 +237310,531,118,3615,125,73,29,6,0,0,0,0,0 +237990,531,118,1863,68,40,3,0,0,0,0,0,0 +238110,531,118,3850,411,365,38,0,0,0,0,0,0 +238120,531,118,1534,42,11,8,0,0,0,0,0,0 +238130,531,118,3038,424,374,31,0,0,0,0,0,0 +238140,531,118,1514,227,209,8,0,0,0,0,0,0 +238150,531,118,1813,121,87,12,0,0,0,0,0,0 +238160,531,118,4239,461,398,46,0,0,0,0,0,0 +238170,531,118,1545,335,311,16,0,0,0,0,0,0 +238190,531,118,562,78,63,0,0,0,0,0,0,0 +238210,531,118,15776,1211,1062,113,19,4,0,0,0,0 +238220,531,118,16163,1340,1160,149,15,6,0,0,0,0 +238290,531,118,1683,84,60,7,5,0,0,0,0,0 +238310,531,118,8186,427,330,70,14,4,0,0,0,0 +238320,531,118,5734,1064,1005,43,3,0,0,0,0,0 +238330,531,118,2028,511,490,9,0,0,0,0,0,0 +238340,531,118,1138,295,281,6,0,0,0,0,0,0 +238350,531,118,4024,678,625,37,0,0,0,0,0,0 +238390,531,118,1180,116,95,9,0,0,0,0,0,0 +238910,531,118,6871,636,559,63,7,0,0,0,0,0 +238990,531,118,3693,452,402,35,0,0,0,0,0,0 +311111,531,118,84,6,3,0,0,0,0,0,0,0 +311119,531,118,63,3,0,3,0,0,0,0,0,0 +311351,531,118,202,5,0,0,0,0,0,0,0,0 +311352,531,118,315,18,12,3,0,0,0,0,0,0 +311412,531,118,0,3,0,0,0,0,0,0,0,0 +311421,531,118,0,3,0,0,0,0,0,0,0,0 +311511,531,118,636,6,0,3,3,0,0,0,0,0 +311513,531,118,0,3,0,0,0,0,0,0,0,0 +311520,531,118,0,4,0,0,0,0,0,0,0,0 +311611,531,118,72,6,0,0,0,0,0,0,0,0 +311612,531,118,1277,12,0,3,0,0,0,0,0,0 +311710,531,118,3697,44,0,15,9,0,0,0,0,0 +311811,531,118,1027,98,82,7,0,0,0,0,0,0 +311812,531,118,2136,51,20,13,0,0,0,0,0,0 +311821,531,118,230,8,0,0,0,0,0,0,0,0 +311824,531,118,457,6,0,0,0,0,0,0,0,0 +311830,531,118,0,3,0,0,0,0,0,0,0,0 +311919,531,118,0,4,0,0,0,0,0,0,0,0 +311920,531,118,615,27,9,3,0,0,0,0,0,0 +311930,531,118,96,3,0,0,0,0,0,0,0,0 +311942,531,118,107,5,0,0,0,0,0,0,0,0 +311991,531,118,945,24,13,0,0,0,0,0,0,0 +311999,531,118,222,8,0,0,0,0,0,0,0,0 +312111,531,118,652,7,0,0,0,0,0,0,0,0 +312120,531,118,1454,105,84,12,0,0,0,0,0,0 +312130,531,118,1130,109,96,4,0,0,0,0,0,0 +312140,531,118,105,24,20,0,0,0,0,0,0,0 +313210,531,118,0,3,3,0,0,0,0,0,0,0 +313220,531,118,17,3,0,0,0,0,0,0,0,0 +314120,531,118,85,12,9,0,0,0,0,0,0,0 +314910,531,118,228,22,13,0,0,0,0,0,0,0 +314999,531,118,258,36,23,0,0,0,0,0,0,0 +315210,531,118,79,11,10,0,0,0,0,0,0,0 +315220,531,118,258,8,5,0,0,0,0,0,0,0 +315240,531,118,45,10,10,0,0,0,0,0,0,0 +315280,531,118,13,3,0,0,0,0,0,0,0,0 +315990,531,118,29,8,0,0,0,0,0,0,0,0 +316998,531,118,48,12,11,0,0,0,0,0,0,0 +321113,531,118,1451,28,9,3,0,0,0,0,0,0 +321911,531,118,433,20,3,6,0,0,0,0,0,0 +321912,531,118,45,5,0,0,0,0,0,0,0,0 +321918,531,118,37,8,3,0,0,0,0,0,0,0 +321920,531,118,244,17,3,0,0,0,0,0,0,0 +321992,531,118,257,11,3,0,0,0,0,0,0,0 +321999,531,118,174,38,20,0,0,0,0,0,0,0 +322130,531,118,534,3,0,0,0,0,0,0,0,0 +322211,531,118,567,8,0,3,0,0,0,0,0,0 +322212,531,118,413,5,0,3,0,0,0,0,0,0 +322220,531,118,218,9,0,0,0,0,0,0,0,0 +322230,531,118,147,4,0,0,0,0,0,0,0,0 +322299,531,118,196,9,3,0,0,0,0,0,0,0 +323111,531,118,3586,242,201,28,4,0,0,0,0,0 +323113,531,118,514,62,44,6,0,0,0,0,0,0 +323117,531,118,72,4,0,0,0,0,0,0,0,0 +323120,531,118,185,16,6,3,0,0,0,0,0,0 +324121,531,118,78,8,3,0,0,0,0,0,0,0 +325120,531,118,0,3,0,0,0,0,0,0,0,0 +325211,531,118,78,3,0,0,0,0,0,0,0,0 +325314,531,118,127,8,0,0,0,0,0,0,0,0 +325320,531,118,10,3,0,0,0,0,0,0,0,0 +325411,531,118,135,8,3,0,0,0,0,0,0,0 +325412,531,118,323,13,8,0,0,0,0,0,0,0 +325413,531,118,377,5,0,0,0,0,0,0,0,0 +325414,531,118,59,3,0,0,0,0,0,0,0,0 +325510,531,118,116,7,3,0,0,0,0,0,0,0 +325520,531,118,51,4,0,0,0,0,0,0,0,0 +325611,531,118,60,9,0,0,0,0,0,0,0,0 +325612,531,118,41,3,0,0,0,0,0,0,0,0 +325620,531,118,94,9,0,0,0,0,0,0,0,0 +325998,531,118,87,9,7,0,0,0,0,0,0,0 +326111,531,118,303,4,0,0,0,0,0,0,0,0 +326113,531,118,124,3,0,0,0,0,0,0,0,0 +326150,531,118,101,3,0,0,0,0,0,0,0,0 +326160,531,118,122,3,0,0,0,0,0,0,0,0 +326199,531,118,3638,68,36,11,4,0,0,0,0,0 +326299,531,118,0,3,0,0,0,0,0,0,0,0 +327110,531,118,25,7,6,0,0,0,0,0,0,0 +327212,531,118,202,9,3,0,0,0,0,0,0,0 +327215,531,118,542,21,12,0,0,0,0,0,0,0 +327310,531,118,0,3,0,0,0,0,0,0,0,0 +327320,531,118,964,39,19,3,0,0,0,0,0,0 +327331,531,118,0,3,0,0,0,0,0,0,0,0 +327390,531,118,653,22,7,0,0,0,0,0,0,0 +327420,531,118,216,6,0,0,0,0,0,0,0,0 +327991,531,118,452,22,10,0,0,0,0,0,0,0 +327993,531,118,21,3,0,0,0,0,0,0,0,0 +331110,531,118,0,3,0,0,0,0,0,0,0,0 +331511,531,118,185,3,0,0,0,0,0,0,0,0 +331513,531,118,127,4,0,0,0,0,0,0,0,0 +331524,531,118,0,3,0,0,0,0,0,0,0,0 +332119,531,118,144,5,3,0,0,0,0,0,0,0 +332216,531,118,29,5,4,0,0,0,0,0,0,0 +332311,531,118,0,3,0,0,0,0,0,0,0,0 +332312,531,118,840,49,29,6,0,0,0,0,0,0 +332313,531,118,146,11,0,0,0,0,0,0,0,0 +332321,531,118,124,8,0,0,0,0,0,0,0,0 +332322,531,118,1565,67,39,15,0,0,0,0,0,0 +332323,531,118,474,55,45,3,0,0,0,0,0,0 +332420,531,118,48,4,3,0,0,0,0,0,0,0 +332510,531,118,40,7,0,0,0,0,0,0,0,0 +332618,531,118,38,4,0,0,0,0,0,0,0,0 +332710,531,118,3627,227,174,36,5,0,0,0,0,0 +332721,531,118,2223,52,26,14,3,0,0,0,0,0 +332722,531,118,62,7,4,0,0,0,0,0,0,0 +332811,531,118,104,4,0,0,0,0,0,0,0,0 +332812,531,118,955,41,21,7,0,0,0,0,0,0 +332813,531,118,1189,27,12,4,4,0,0,0,0,0 +332994,531,118,84,3,0,0,0,0,0,0,0,0 +332996,531,118,0,3,0,0,0,0,0,0,0,0 +332999,531,118,834,35,21,0,0,0,0,0,0,0 +333111,531,118,105,6,0,0,0,0,0,0,0,0 +333120,531,118,143,12,3,0,0,0,0,0,0,0 +333241,531,118,0,7,0,0,0,0,0,0,0,0 +333243,531,118,24,5,4,0,0,0,0,0,0,0 +333249,531,118,217,12,0,0,0,0,0,0,0,0 +333318,531,118,340,23,10,0,0,0,0,0,0,0 +333415,531,118,325,9,0,3,0,0,0,0,0,0 +333511,531,118,0,4,0,0,0,0,0,0,0,0 +333514,531,118,159,11,3,0,0,0,0,0,0,0 +333515,531,118,0,3,0,0,0,0,0,0,0,0 +333517,531,118,747,6,0,0,0,0,0,0,0,0 +333618,531,118,7,3,0,0,0,0,0,0,0,0 +333922,531,118,162,4,0,0,0,0,0,0,0,0 +333923,531,118,2143,10,0,3,0,0,0,0,0,0 +333924,531,118,0,3,0,0,0,0,0,0,0,0 +333993,531,118,0,3,0,0,0,0,0,0,0,0 +333994,531,118,0,3,0,0,0,0,0,0,0,0 +333995,531,118,428,9,3,3,0,0,0,0,0,0 +333999,531,118,264,13,5,3,0,0,0,0,0,0 +334111,531,118,107,6,3,0,0,0,0,0,0,0 +334118,531,118,364,11,7,0,0,0,0,0,0,0 +334210,531,118,103,6,0,0,0,0,0,0,0,0 +334220,531,118,374,8,3,0,0,0,0,0,0,0 +334290,531,118,3,4,4,0,0,0,0,0,0,0 +334310,531,118,424,9,4,3,0,0,0,0,0,0 +334413,531,118,776,6,0,0,0,0,0,0,0,0 +334416,531,118,0,3,0,0,0,0,0,0,0,0 +334418,531,118,261,7,0,0,0,0,0,0,0,0 +334419,531,118,1760,15,3,3,0,0,0,0,0,0 +334510,531,118,3378,24,12,0,0,3,0,0,0,0 +334511,531,118,1195,16,0,0,0,0,0,0,0,0 +334513,531,118,422,16,11,5,0,0,0,0,0,0 +334514,531,118,19,3,0,0,0,0,0,0,0,0 +334515,531,118,23,7,0,0,0,0,0,0,0,0 +334516,531,118,165,9,0,4,0,0,0,0,0,0 +334519,531,118,512,22,13,0,0,0,0,0,0,0 +334614,531,118,62,14,9,0,0,0,0,0,0,0 +335121,531,118,0,5,3,0,0,0,0,0,0,0 +335122,531,118,45,5,0,0,0,0,0,0,0,0 +335129,531,118,8,3,3,0,0,0,0,0,0,0 +335210,531,118,110,4,0,0,0,0,0,0,0,0 +335313,531,118,21,4,0,0,0,0,0,0,0,0 +335314,531,118,241,11,0,0,0,0,0,0,0,0 +335931,531,118,110,4,0,0,0,0,0,0,0,0 +335932,531,118,5,3,3,0,0,0,0,0,0,0 +335999,531,118,642,10,0,0,0,0,0,0,0,0 +336211,531,118,0,3,0,0,0,0,0,0,0,0 +336310,531,118,6,4,4,0,0,0,0,0,0,0 +336320,531,118,85,4,0,0,0,0,0,0,0,0 +336390,531,118,826,15,5,0,0,0,0,0,0,0 +336411,531,118,0,8,0,0,0,0,0,0,0,0 +336413,531,118,15600,70,23,19,4,3,0,0,0,0 +336414,531,118,1364,3,0,0,0,0,0,0,0,0 +336611,531,118,2257,42,13,4,3,0,0,0,0,0 +336612,531,118,687,39,13,11,0,0,0,0,0,0 +336991,531,118,32,6,3,0,0,0,0,0,0,0 +337110,531,118,1571,95,70,12,0,0,0,0,0,0 +337121,531,118,38,7,4,0,0,0,0,0,0,0 +337122,531,118,120,20,13,0,0,0,0,0,0,0 +337124,531,118,9,3,0,0,0,0,0,0,0,0 +337211,531,118,111,6,0,0,0,0,0,0,0,0 +337212,531,118,868,31,7,9,0,0,0,0,0,0 +337215,531,118,173,8,3,0,0,0,0,0,0,0 +337910,531,118,0,4,0,0,0,0,0,0,0,0 +339112,531,118,599,20,11,0,0,0,0,0,0,0 +339113,531,118,346,20,3,0,0,0,0,0,0,0 +339114,531,118,121,8,0,0,0,0,0,0,0,0 +339115,531,118,239,8,3,0,0,0,0,0,0,0 +339116,531,118,879,157,143,3,0,0,0,0,0,0 +339910,531,118,111,31,28,0,0,0,0,0,0,0 +339920,531,118,1564,33,20,4,0,0,0,0,0,0 +339940,531,118,64,5,0,0,0,0,0,0,0,0 +339950,531,118,889,91,69,8,0,0,0,0,0,0 +339991,531,118,217,7,0,0,0,0,0,0,0,0 +339992,531,118,145,11,6,0,0,0,0,0,0,0 +339999,531,118,340,90,79,3,0,0,0,0,0,0 +423110,531,118,1564,73,46,13,0,0,0,0,0,0 +423120,531,118,2410,164,136,19,0,0,0,0,0,0 +423130,531,118,177,22,15,0,0,0,0,0,0,0 +423140,531,118,257,26,19,0,0,0,0,0,0,0 +423210,531,118,1556,77,60,10,0,0,0,0,0,0 +423220,531,118,2349,121,91,22,4,0,0,0,0,0 +423310,531,118,2806,173,123,34,0,0,0,0,0,0 +423320,531,118,715,69,49,5,0,0,0,0,0,0 +423330,531,118,669,54,32,9,0,0,0,0,0,0 +423390,531,118,915,79,64,12,0,0,0,0,0,0 +423410,531,118,87,5,0,0,0,0,0,0,0,0 +423420,531,118,1431,134,113,11,0,0,0,0,0,0 +423430,531,118,4343,141,104,17,4,0,0,0,0,0 +423440,531,118,580,54,41,6,0,0,0,0,0,0 +423450,531,118,2273,147,110,24,3,0,0,0,0,0 +423460,531,118,39,17,16,0,0,0,0,0,0,0 +423490,531,118,498,41,31,4,0,0,0,0,0,0 +423510,531,118,2324,138,102,30,0,0,0,0,0,0 +423610,531,118,2702,227,186,31,3,0,0,0,0,0 +423620,531,118,452,37,31,0,0,0,0,0,0,0 +423690,531,118,4063,164,123,22,10,0,0,0,0,0 +423710,531,118,863,95,83,5,0,0,0,0,0,0 +423720,531,118,1391,90,62,13,0,0,0,0,0,0 +423730,531,118,1157,66,40,9,0,0,0,0,0,0 +423740,531,118,49,10,9,0,0,0,0,0,0,0 +423810,531,118,594,66,46,12,0,0,0,0,0,0 +423820,531,118,168,27,14,0,0,0,0,0,0,0 +423830,531,118,4436,357,281,63,3,0,0,0,0,0 +423840,531,118,920,94,77,4,0,0,0,0,0,0 +423850,531,118,590,52,37,3,0,0,0,0,0,0 +423860,531,118,1073,78,55,14,0,0,0,0,0,0 +423910,531,118,1443,122,103,15,0,0,0,0,0,0 +423920,531,118,2870,55,39,3,0,0,0,0,0,0 +423930,531,118,1466,98,70,13,0,0,0,0,0,0 +423940,531,118,146,46,41,0,0,0,0,0,0,0 +423990,531,118,1139,139,117,10,0,0,0,0,0,0 +424110,531,118,33,4,3,0,0,0,0,0,0,0 +424120,531,118,566,48,36,5,0,0,0,0,0,0 +424130,531,118,1252,62,41,12,0,0,0,0,0,0 +424210,531,118,2876,132,106,10,4,0,0,0,0,0 +424310,531,118,208,32,27,0,0,0,0,0,0,0 +424320,531,118,3371,66,44,10,3,0,0,0,0,0 +424330,531,118,529,71,61,5,0,0,0,0,0,0 +424340,531,118,646,24,14,0,0,0,0,0,0,0 +424410,531,118,1664,52,34,8,0,0,0,0,0,0 +424420,531,118,2809,128,95,18,4,0,0,0,0,0 +424430,531,118,1074,25,11,5,3,0,0,0,0,0 +424440,531,118,12,3,0,0,0,0,0,0,0,0 +424450,531,118,200,33,27,0,0,0,0,0,0,0 +424460,531,118,764,79,63,0,0,0,0,0,0,0 +424470,531,118,722,33,19,4,0,0,0,0,0,0 +424480,531,118,1791,65,40,11,0,0,0,0,0,0 +424490,531,118,4482,222,166,35,0,0,0,0,0,0 +424510,531,118,97,12,7,0,0,0,0,0,0,0 +424610,531,118,345,30,24,0,0,0,0,0,0,0 +424690,531,118,1257,100,80,8,0,0,0,0,0,0 +424710,531,118,681,24,10,3,0,0,0,0,0,0 +424720,531,118,74,11,7,0,0,0,0,0,0,0 +424810,531,118,1592,14,3,3,0,0,0,0,0,0 +424820,531,118,1328,56,35,6,3,0,0,0,0,0 +424910,531,118,354,44,35,0,0,0,0,0,0,0 +424920,531,118,166,22,11,3,0,0,0,0,0,0 +424930,531,118,1024,84,59,3,0,0,0,0,0,0 +424940,531,118,192,13,4,0,0,0,0,0,0,0 +424950,531,118,245,26,20,0,0,0,0,0,0,0 +424990,531,118,1153,136,118,8,0,0,0,0,0,0 +425110,531,118,137,12,7,0,0,0,0,0,0,0 +425120,531,118,4890,759,726,18,4,0,0,0,0,0 +441110,531,118,16289,252,48,139,50,0,0,0,0,0 +441120,531,118,2208,277,248,17,0,0,0,0,0,0 +441210,531,118,1167,57,27,8,0,0,0,0,0,0 +441222,531,118,895,114,95,7,0,0,0,0,0,0 +441228,531,118,869,80,54,11,0,0,0,0,0,0 +441310,531,118,4497,429,391,25,0,0,0,0,0,0 +441320,531,118,2368,248,228,7,0,0,0,0,0,0 +442110,531,118,2571,255,223,20,0,0,0,0,0,0 +442210,531,118,1176,157,132,6,0,0,0,0,0,0 +442291,531,118,226,26,16,0,0,0,0,0,0,0 +442299,531,118,2560,240,193,36,0,0,0,0,0,0 +443141,531,118,942,106,89,7,0,0,0,0,0,0 +443142,531,118,3739,273,238,12,6,0,0,0,0,0 +444110,531,118,5970,73,7,9,49,0,0,0,0,0 +444120,531,118,668,114,97,0,0,0,0,0,0,0 +444130,531,118,1729,164,123,18,0,0,0,0,0,0 +444190,531,118,4153,389,328,48,0,0,0,0,0,0 +444210,531,118,286,27,15,0,0,0,0,0,0,0 +444220,531,118,1961,187,154,13,0,0,0,0,0,0 +445110,531,118,33906,956,554,260,125,4,0,0,0,0 +445120,531,118,1522,316,302,0,0,0,0,0,0,0 +445210,531,118,382,44,24,0,0,0,0,0,0,0 +445220,531,118,139,19,18,0,0,0,0,0,0,0 +445230,531,118,341,52,40,0,0,0,0,0,0,0 +445291,531,118,169,34,28,0,0,0,0,0,0,0 +445292,531,118,429,54,41,3,0,0,0,0,0,0 +445299,531,118,1495,172,163,0,0,0,0,0,0,0 +445310,531,118,923,168,152,4,0,0,0,0,0,0 +446110,531,118,7217,437,251,169,0,0,0,0,0,0 +446120,531,118,2212,188,153,27,0,0,0,0,0,0 +446130,531,118,1076,159,144,3,0,0,0,0,0,0 +446191,531,118,693,167,161,0,0,0,0,0,0,0 +446199,531,118,714,109,95,0,0,0,0,0,0,0 +447110,531,118,6588,932,899,28,0,0,0,0,0,0 +447190,531,118,802,104,88,3,0,0,0,0,0,0 +448110,531,118,654,75,57,3,0,0,0,0,0,0 +448120,531,118,3334,330,292,30,0,0,0,0,0,0 +448130,531,118,761,82,55,8,0,0,0,0,0,0 +448140,531,118,11771,368,188,158,5,0,0,0,0,0 +448150,531,118,949,121,107,7,0,0,0,0,0,0 +448190,531,118,1698,161,127,22,0,0,0,0,0,0 +448210,531,118,2819,276,252,17,0,0,0,0,0,0 +448310,531,118,1584,269,259,0,0,0,0,0,0,0 +448320,531,118,100,15,9,0,0,0,0,0,0,0 +451110,531,118,4284,342,307,25,0,0,0,0,0,0 +451120,531,118,2634,184,132,33,0,0,0,0,0,0 +451130,531,118,1024,89,63,6,0,0,0,0,0,0 +451140,531,118,660,72,57,6,0,0,0,0,0,0 +451211,531,118,1210,96,67,12,0,0,0,0,0,0 +451212,531,118,22,8,7,0,0,0,0,0,0,0 +452210,531,118,5485,46,0,24,17,0,0,0,0,0 +452311,531,118,26795,119,0,3,52,60,0,0,0,0 +452319,531,118,2695,139,54,74,0,0,0,0,0,0 +453110,531,118,570,115,105,0,0,0,0,0,0,0 +453210,531,118,842,68,31,22,0,0,0,0,0,0 +453220,531,118,2393,287,263,15,0,0,0,0,0,0 +453310,531,118,5508,392,309,63,0,0,0,0,0,0 +453910,531,118,2325,223,188,20,0,0,0,0,0,0 +453920,531,118,283,89,84,0,0,0,0,0,0,0 +453930,531,118,45,6,0,0,0,0,0,0,0,0 +453991,531,118,956,242,231,0,0,0,0,0,0,0 +453998,531,118,3401,426,388,30,0,0,0,0,0,0 +454110,531,118,14406,820,735,46,9,3,0,0,0,0 +454210,531,118,304,30,15,0,0,0,0,0,0,0 +454310,531,118,485,50,31,4,0,0,0,0,0,0 +454390,531,118,1517,329,308,10,0,0,0,0,0,0 +481111,531,118,11918,34,19,3,0,3,0,0,0,0 +481112,531,118,25,5,3,0,0,0,0,0,0,0 +481211,531,118,125,13,12,0,0,0,0,0,0,0 +481212,531,118,38,4,3,0,0,0,0,0,0,0 +481219,531,118,21,6,3,0,0,0,0,0,0,0 +483111,531,118,0,6,0,0,0,0,0,0,0,0 +483112,531,118,919,4,0,0,0,0,0,0,0,0 +483113,531,118,1385,33,12,4,6,0,0,0,0,0 +483114,531,118,0,3,0,0,0,0,0,0,0,0 +483211,531,118,43,4,0,0,0,0,0,0,0,0 +483212,531,118,25,7,3,0,0,0,0,0,0,0 +484110,531,118,2141,320,276,27,0,0,0,0,0,0 +484121,531,118,3235,462,421,18,0,0,0,0,0,0 +484122,531,118,3233,104,56,18,11,0,0,0,0,0 +484210,531,118,2646,177,116,46,0,0,0,0,0,0 +484220,531,118,1924,291,262,13,0,0,0,0,0,0 +484230,531,118,1314,93,68,13,0,0,0,0,0,0 +485310,531,118,479,21,9,3,0,0,0,0,0,0 +485320,531,118,293,50,46,3,0,0,0,0,0,0 +485410,531,118,1050,14,0,3,0,0,0,0,0,0 +485510,531,118,256,12,5,0,0,0,0,0,0,0 +485991,531,118,1590,47,24,4,0,0,0,0,0,0 +485999,531,118,360,22,8,0,0,0,0,0,0,0 +487110,531,118,121,5,3,0,0,0,0,0,0,0 +487210,531,118,446,24,17,0,0,0,0,0,0,0 +487990,531,118,9,4,3,0,0,0,0,0,0,0 +488119,531,118,2454,26,8,4,5,0,0,0,0,0 +488190,531,118,2543,67,41,3,3,0,0,0,0,0 +488210,531,118,775,21,0,6,0,0,0,0,0,0 +488310,531,118,40,3,0,0,0,0,0,0,0,0 +488320,531,118,489,25,8,6,0,0,0,0,0,0 +488330,531,118,1173,65,58,0,0,0,0,0,0,0 +488390,531,118,63,21,17,0,0,0,0,0,0,0 +488410,531,118,1165,179,163,4,0,0,0,0,0,0 +488490,531,118,549,43,25,0,0,0,0,0,0,0 +488510,531,118,4076,386,326,38,4,0,0,0,0,0 +488991,531,118,51,8,7,0,0,0,0,0,0,0 +492110,531,118,7778,131,81,13,10,5,0,0,0,0 +492210,531,118,1216,62,43,6,0,0,0,0,0,0 +493110,531,118,9868,201,114,55,14,3,3,0,0,0 +493120,531,118,277,14,4,3,0,0,0,0,0,0 +493190,531,118,485,29,23,0,0,0,0,0,0,0 +511110,531,118,1924,95,68,8,0,0,0,0,0,0 +511120,531,118,801,67,51,5,0,0,0,0,0,0 +511130,531,118,707,52,36,8,0,0,0,0,0,0 +511140,531,118,63,8,3,0,0,0,0,0,0,0 +511191,531,118,109,6,4,0,0,0,0,0,0,0 +511199,531,118,30,7,3,0,0,0,0,0,0,0 +511210,531,118,69729,481,343,75,25,12,8,5,0,0 +512110,531,118,1041,186,176,8,0,0,0,0,0,0 +512131,531,118,2276,71,19,38,0,0,0,0,0,0 +512191,531,118,202,27,26,0,0,0,0,0,0,0 +512230,531,118,3,5,5,0,0,0,0,0,0,0 +512240,531,118,68,22,17,0,0,0,0,0,0,0 +512250,531,118,96,9,6,0,0,0,0,0,0,0 +512290,531,118,289,7,0,3,0,0,0,0,0,0 +515111,531,118,0,8,4,0,0,0,0,0,0,0 +515112,531,118,1068,35,18,10,0,0,0,0,0,0 +515120,531,118,1048,18,9,0,4,0,0,0,0,0 +515210,531,118,0,3,0,0,0,0,0,0,0,0 +517311,531,118,11309,369,288,34,5,9,0,0,0,0 +517312,531,118,10027,343,295,17,9,4,0,0,0,0 +517410,531,118,0,3,3,0,0,0,0,0,0,0 +517911,531,118,335,80,75,0,0,0,0,0,0,0 +517919,531,118,397,31,19,5,0,0,0,0,0,0 +518210,531,118,12640,393,278,71,19,4,0,0,0,0 +519110,531,118,60,6,3,0,0,0,0,0,0,0 +519120,531,118,127,7,5,0,0,0,0,0,0,0 +519130,531,118,8078,263,200,34,13,7,0,0,0,0 +519190,531,118,0,7,4,0,0,0,0,0,0,0 +522110,531,118,12905,1191,1103,71,3,3,0,0,0,0 +522120,531,118,509,56,37,3,0,0,0,0,0,0 +522130,531,118,5107,304,265,15,3,0,0,0,0,0 +522210,531,118,0,4,0,0,0,0,0,0,0,0 +522220,531,118,564,50,41,0,0,0,0,0,0,0 +522291,531,118,314,45,39,0,0,0,0,0,0,0 +522292,531,118,4865,389,327,42,3,0,0,0,0,0 +522298,531,118,614,99,88,0,0,0,0,0,0,0 +522310,531,118,569,130,118,3,0,0,0,0,0,0 +522320,531,118,993,58,41,6,4,0,0,0,0,0 +522390,531,118,1090,91,71,3,0,0,0,0,0,0 +523110,531,118,187,41,35,0,0,0,0,0,0,0 +523120,531,118,2386,380,344,21,6,0,0,0,0,0 +523130,531,118,9,4,3,0,0,0,0,0,0,0 +523140,531,118,0,3,3,0,0,0,0,0,0,0 +523910,531,118,873,106,94,6,0,0,0,0,0,0 +523920,531,118,4776,824,779,29,0,0,0,0,0,0 +523930,531,118,800,305,294,3,0,0,0,0,0,0 +523991,531,118,272,48,40,0,0,0,0,0,0,0 +523999,531,118,5,4,4,0,0,0,0,0,0,0 +524113,531,118,2678,92,69,12,3,0,0,0,0,0 +524114,531,118,2415,50,27,8,0,0,0,0,0,0 +524126,531,118,5036,111,71,20,5,4,0,0,0,0 +524127,531,118,1137,86,58,15,0,0,0,0,0,0 +524210,531,118,9240,1693,1625,50,7,3,0,0,0,0 +524291,531,118,326,52,46,0,0,0,0,0,0,0 +524292,531,118,2614,64,34,9,4,0,0,0,0,0 +524298,531,118,345,33,27,3,0,0,0,0,0,0 +525990,531,118,7,8,8,0,0,0,0,0,0,0 +531110,531,118,6769,1557,1523,16,5,0,0,0,0,0 +531120,531,118,2717,575,548,18,0,0,0,0,0,0 +531130,531,118,931,356,349,0,0,0,0,0,0,0 +531190,531,118,474,197,190,0,0,0,0,0,0,0 +531210,531,118,6687,2716,2661,39,0,0,0,0,0,0 +531311,531,118,8179,1177,1105,45,7,0,0,0,0,0 +531312,531,118,2861,310,279,16,4,0,0,0,0,0 +531320,531,118,618,252,243,3,0,0,0,0,0,0 +531390,531,118,926,320,308,0,0,0,0,0,0,0 +532111,531,118,1402,149,127,10,3,0,0,0,0,0 +532112,531,118,0,4,3,0,0,0,0,0,0,0 +532120,531,118,540,49,37,4,0,0,0,0,0,0 +532210,531,118,218,52,39,0,0,0,0,0,0,0 +532281,531,118,23,5,3,0,0,0,0,0,0,0 +532282,531,118,56,10,6,0,0,0,0,0,0,0 +532283,531,118,390,28,0,5,0,0,0,0,0,0 +532284,531,118,90,31,27,0,0,0,0,0,0,0 +532289,531,118,541,54,39,5,0,0,0,0,0,0 +532310,531,118,303,49,33,0,0,0,0,0,0,0 +532411,531,118,128,12,3,0,0,0,0,0,0,0 +532412,531,118,468,52,41,0,0,0,0,0,0,0 +532420,531,118,90,10,5,0,0,0,0,0,0,0 +532490,531,118,1573,146,121,18,0,0,0,0,0,0 +533110,531,118,207,34,23,0,0,0,0,0,0,0 +541110,531,118,16008,2640,2496,121,9,4,0,0,0,0 +541191,531,118,396,55,41,0,0,0,0,0,0,0 +541199,531,118,360,40,34,0,0,0,0,0,0,0 +541211,531,118,6663,822,774,23,5,5,0,0,0,0 +541213,531,118,2247,396,372,12,0,0,0,0,0,0 +541214,531,118,1295,49,27,10,0,0,0,0,0,0 +541219,531,118,3567,845,811,11,0,0,0,0,0,0 +541310,531,118,5634,573,504,44,7,0,0,0,0,0 +541320,531,118,511,96,87,3,0,0,0,0,0,0 +541330,531,118,16269,1161,951,173,21,0,0,0,0,0 +541340,531,118,82,41,33,0,0,0,0,0,0,0 +541350,531,118,336,149,143,0,0,0,0,0,0,0 +541360,531,118,49,10,3,0,0,0,0,0,0,0 +541370,531,118,779,90,77,3,0,0,0,0,0,0 +541380,531,118,1898,124,86,23,0,0,0,0,0,0 +541410,531,118,951,265,253,6,0,0,0,0,0,0 +541420,531,118,169,29,20,0,0,0,0,0,0,0 +541430,531,118,1199,326,311,4,0,0,0,0,0,0 +541490,531,118,76,29,25,0,0,0,0,0,0,0 +541511,531,118,20458,1447,1252,137,26,13,4,0,0,0 +541512,531,118,12206,1129,1035,63,10,4,0,0,0,0 +541513,531,118,3819,113,103,5,0,0,0,0,0,0 +541519,531,118,2994,211,186,13,7,0,0,0,0,0 +541611,531,118,11360,1403,1319,62,10,0,0,0,0,0 +541612,531,118,1640,174,158,9,0,0,0,0,0,0 +541613,531,118,4313,804,761,32,5,0,0,0,0,0 +541614,531,118,890,117,100,5,0,0,0,0,0,0 +541618,531,118,266,49,47,0,0,0,0,0,0,0 +541620,531,118,2007,242,206,23,0,0,0,0,0,0 +541690,531,118,1614,469,445,11,0,0,0,0,0,0 +541713,531,118,982,67,49,4,4,0,0,0,0,0 +541714,531,118,3023,85,55,15,6,0,0,0,0,0 +541715,531,118,6983,189,139,24,8,3,0,0,0,0 +541720,531,118,336,39,33,5,0,0,0,0,0,0 +541810,531,118,2419,186,155,18,3,0,0,0,0,0 +541820,531,118,1136,174,164,6,0,0,0,0,0,0 +541830,531,118,455,16,13,0,0,0,0,0,0,0 +541840,531,118,30,9,8,0,0,0,0,0,0,0 +541850,531,118,177,32,23,3,0,0,0,0,0,0 +541860,531,118,384,23,13,0,0,0,0,0,0,0 +541870,531,118,238,6,4,0,0,0,0,0,0,0 +541890,531,118,2307,118,78,24,3,0,0,0,0,0 +541910,531,118,764,87,75,8,0,0,0,0,0,0 +541921,531,118,431,144,134,4,0,0,0,0,0,0 +541922,531,118,252,97,89,0,0,0,0,0,0,0 +541930,531,118,268,64,56,0,0,0,0,0,0,0 +541940,531,118,6775,527,424,86,3,0,0,0,0,0 +541990,531,118,1287,328,308,6,0,0,0,0,0,0 +551112,531,118,1063,104,91,4,3,0,0,0,0,0 +551114,531,118,91717,707,411,164,50,24,20,16,4,0 +561110,531,118,4495,442,397,31,0,0,0,0,0,0 +561210,531,118,2199,68,42,11,4,0,0,0,0,0 +561311,531,118,1142,85,72,8,0,0,0,0,0,0 +561312,531,118,239,82,79,3,0,0,0,0,0,0 +561320,531,118,29847,612,360,148,70,17,3,0,0,0 +561330,531,118,356,14,4,0,0,0,0,0,0,0 +561410,531,118,580,66,57,4,0,0,0,0,0,0 +561422,531,118,1221,34,9,10,0,0,0,0,0,0 +561431,531,118,673,137,123,3,0,0,0,0,0,0 +561439,531,118,596,87,77,3,0,0,0,0,0,0 +561440,531,118,2594,55,33,6,0,0,0,0,0,0 +561450,531,118,79,7,3,0,0,0,0,0,0,0 +561491,531,118,69,5,4,0,0,0,0,0,0,0 +561492,531,118,131,58,56,0,0,0,0,0,0,0 +561499,531,118,329,54,44,4,0,0,0,0,0,0 +561510,531,118,5993,275,254,9,4,0,0,0,0,0 +561520,531,118,1121,69,52,10,0,0,0,0,0,0 +561591,531,118,0,6,5,0,0,0,0,0,0,0 +561599,531,118,624,32,25,0,0,0,0,0,0,0 +561611,531,118,338,46,38,0,0,0,0,0,0,0 +561612,531,118,8818,110,52,15,6,11,0,0,0,0 +561613,531,118,440,11,0,0,0,0,0,0,0,0 +561621,531,118,1641,89,63,11,3,0,0,0,0,0 +561622,531,118,217,65,59,0,0,0,0,0,0,0 +561710,531,118,1070,111,76,13,0,0,0,0,0,0 +561720,531,118,12188,1185,1047,108,13,6,0,0,0,0 +561730,531,118,11047,1895,1793,94,0,0,0,0,0,0 +561740,531,118,778,143,123,6,0,0,0,0,0,0 +561790,531,118,1292,178,152,11,0,0,0,0,0,0 +561910,531,118,429,13,8,0,0,0,0,0,0,0 +561920,531,118,933,147,131,7,0,0,0,0,0,0 +561990,531,118,1952,200,169,11,0,0,0,0,0,0 +562111,531,118,2654,111,72,15,0,0,0,0,0,0 +562112,531,118,0,3,0,0,0,0,0,0,0,0 +562119,531,118,61,11,7,0,0,0,0,0,0,0 +562211,531,118,177,7,4,0,0,0,0,0,0,0 +562212,531,118,0,4,0,0,0,0,0,0,0,0 +562910,531,118,1145,73,51,11,3,0,0,0,0,0 +562920,531,118,604,24,0,7,0,0,0,0,0,0 +562991,531,118,730,53,36,4,0,0,0,0,0,0 +562998,531,118,47,11,3,0,0,0,0,0,0,0 +611110,531,118,9552,246,103,103,24,0,0,0,0,0 +611310,531,118,11931,57,28,3,0,0,4,0,0,0 +611420,531,118,285,28,23,5,0,0,0,0,0,0 +611430,531,118,1214,163,146,7,0,0,0,0,0,0 +611511,531,118,149,20,9,3,0,0,0,0,0,0 +611512,531,118,235,21,8,0,0,0,0,0,0,0 +611513,531,118,257,22,10,3,0,0,0,0,0,0 +611519,531,118,1096,102,77,10,0,0,0,0,0,0 +611610,531,118,2314,325,300,17,0,0,0,0,0,0 +611620,531,118,3841,417,362,45,0,0,0,0,0,0 +611630,531,118,589,51,33,7,0,0,0,0,0,0 +611691,531,118,1752,209,180,19,0,0,0,0,0,0 +611692,531,118,546,66,47,4,0,0,0,0,0,0 +611699,531,118,1656,233,206,17,0,0,0,0,0,0 +611710,531,118,1056,171,155,6,0,0,0,0,0,0 +621111,531,118,37493,2066,1698,314,31,5,6,0,0,0 +621112,531,118,344,162,155,0,0,0,0,0,0,0 +621210,531,118,19607,2566,2464,101,0,0,0,0,0,0 +621310,531,118,3759,876,862,7,0,0,0,0,0,0 +621320,531,118,1972,350,332,8,0,0,0,0,0,0 +621330,531,118,1640,587,569,11,0,0,0,0,0,0 +621340,531,118,4840,688,651,32,0,0,0,0,0,0 +621391,531,118,387,92,86,0,0,0,0,0,0,0 +621399,531,118,3982,782,734,36,3,0,0,0,0,0 +621410,531,118,146,21,15,0,0,0,0,0,0,0 +621420,531,118,5906,224,141,50,6,0,0,0,0,0 +621491,531,118,0,46,0,33,0,0,0,0,0,0 +621492,531,118,1175,61,16,21,3,0,0,0,0,0 +621493,531,118,1483,61,21,23,0,0,0,0,0,0 +621498,531,118,6606,221,121,84,6,0,0,0,0,0 +621511,531,118,2776,151,117,17,5,0,0,0,0,0 +621512,531,118,684,87,72,3,0,0,0,0,0,0 +621610,531,118,6847,210,109,60,21,0,0,0,0,0 +621910,531,118,821,20,4,0,3,0,0,0,0,0 +621991,531,118,1379,26,0,10,0,0,0,0,0,0 +621999,531,118,420,57,45,3,0,0,0,0,0,0 +622110,531,118,63998,40,0,0,0,3,6,3,5,3 +622210,531,118,1375,4,0,0,0,3,0,0,0,0 +622310,531,118,2100,6,0,0,0,0,0,0,0,0 +623110,531,118,14587,206,75,47,63,0,0,0,0,0 +623210,531,118,6554,190,141,22,5,3,0,0,0,0 +623220,531,118,2061,89,50,21,3,0,0,0,0,0 +623311,531,118,8298,123,37,51,9,6,0,0,0,0 +623312,531,118,12311,1004,829,151,5,0,0,0,0,0 +623990,531,118,667,38,24,0,0,0,0,0,0,0 +624110,531,118,2607,172,129,26,4,0,0,0,0,0 +624120,531,118,15907,341,206,88,19,3,0,0,0,0 +624190,531,118,7349,531,449,55,8,3,0,0,0,0 +624210,531,118,630,83,65,0,0,0,0,0,0,0 +624221,531,118,1030,64,32,12,0,0,0,0,0,0 +624229,531,118,1248,91,73,6,0,0,0,0,0,0 +624230,531,118,82,8,4,0,0,0,0,0,0,0 +624310,531,118,4965,166,116,30,0,0,0,0,0,0 +624410,531,118,14742,1569,1295,259,0,0,0,0,0,0 +711110,531,118,2005,45,28,4,3,3,0,0,0,0 +711120,531,118,0,4,3,0,0,0,0,0,0,0 +711130,531,118,639,74,68,3,0,0,0,0,0,0 +711211,531,118,1599,10,0,4,0,0,0,0,0,0 +711219,531,118,143,36,34,0,0,0,0,0,0,0 +711310,531,118,1600,47,27,4,0,0,0,0,0,0 +711320,531,118,263,74,71,0,0,0,0,0,0,0 +711410,531,118,71,31,31,0,0,0,0,0,0,0 +711510,531,118,668,303,296,0,0,0,0,0,0,0 +712110,531,118,2077,66,31,11,3,0,0,0,0,0 +712120,531,118,21,7,5,0,0,0,0,0,0,0 +712130,531,118,506,9,5,0,0,0,0,0,0,0 +713120,531,118,473,32,24,0,0,0,0,0,0,0 +713210,531,118,6592,16,0,0,5,0,0,0,0,0 +713290,531,118,1946,24,3,0,13,0,0,0,0,0 +713910,531,118,2699,94,39,34,0,0,0,0,0,0 +713930,531,118,415,69,62,0,0,0,0,0,0,0 +713940,531,118,16313,618,414,157,23,4,0,0,0,0 +713950,531,118,892,29,3,14,0,0,0,0,0,0 +713990,531,118,3851,369,300,49,0,0,0,0,0,0 +721110,531,118,21386,582,329,194,28,10,3,0,0,0 +721191,531,118,101,28,24,0,0,0,0,0,0,0 +721199,531,118,83,12,0,0,0,0,0,0,0,0 +721211,531,118,281,47,37,0,0,0,0,0,0,0 +721214,531,118,381,24,7,0,0,0,0,0,0,0 +721310,531,118,190,48,47,0,0,0,0,0,0,0 +722310,531,118,10082,437,319,97,3,3,3,0,0,0 +722320,531,118,2632,190,145,28,4,0,0,0,0,0 +722330,531,118,390,134,123,3,0,0,0,0,0,0 +722410,531,118,6266,567,467,88,0,0,0,0,0,0 +722511,531,118,80964,4258,2828,1369,56,0,0,0,0,0 +722513,531,118,52668,3441,2363,1068,9,0,0,0,0,0 +722514,531,118,414,43,27,3,0,0,0,0,0,0 +722515,531,118,18010,1813,1595,209,0,0,0,0,0,0 +811111,531,118,4801,1020,999,15,0,0,0,0,0,0 +811112,531,118,43,14,6,0,0,0,0,0,0,0 +811113,531,118,293,55,49,0,0,0,0,0,0,0 +811118,531,118,99,28,23,0,0,0,0,0,0,0 +811121,531,118,4030,466,412,46,0,0,0,0,0,0 +811122,531,118,567,108,93,0,0,0,0,0,0,0 +811191,531,118,1116,127,118,0,0,0,0,0,0,0 +811192,531,118,1533,222,203,8,0,0,0,0,0,0 +811198,531,118,236,16,10,0,0,0,0,0,0,0 +811211,531,118,113,14,12,0,0,0,0,0,0,0 +811212,531,118,255,66,60,0,0,0,0,0,0,0 +811213,531,118,155,20,12,0,0,0,0,0,0,0 +811219,531,118,361,34,25,0,0,0,0,0,0,0 +811310,531,118,1471,220,195,14,0,0,0,0,0,0 +811411,531,118,15,12,11,0,0,0,0,0,0,0 +811412,531,118,141,40,35,0,0,0,0,0,0,0 +811420,531,118,263,74,70,0,0,0,0,0,0,0 +811430,531,118,27,8,8,0,0,0,0,0,0,0 +811490,531,118,1033,222,210,6,0,0,0,0,0,0 +812111,531,118,317,63,60,0,0,0,0,0,0,0 +812112,531,118,8169,1430,1362,57,0,0,0,0,0,0 +812113,531,118,3527,799,787,6,3,0,0,0,0,0 +812191,531,118,476,54,32,5,0,0,0,0,0,0 +812199,531,118,2474,483,447,23,0,0,0,0,0,0 +812210,531,118,739,92,76,0,0,0,0,0,0,0 +812220,531,118,309,41,31,0,0,0,0,0,0,0 +812310,531,118,360,91,82,0,0,0,0,0,0,0 +812320,531,118,1136,309,293,7,0,0,0,0,0,0 +812331,531,118,300,7,0,0,0,0,0,0,0,0 +812332,531,118,865,20,3,6,0,0,0,0,0,0 +812910,531,118,2371,404,387,13,0,0,0,0,0,0 +812930,531,118,2786,287,242,35,3,0,0,0,0,0 +812990,531,118,1053,323,311,5,0,0,0,0,0,0 +813110,531,118,24263,2029,1827,176,9,0,0,0,0,0 +813211,531,118,2401,221,202,9,0,0,0,0,0,0 +813212,531,118,947,67,59,0,0,0,0,0,0,0 +813219,531,118,479,54,44,5,0,0,0,0,0,0 +813311,531,118,610,72,60,6,0,0,0,0,0,0 +813312,531,118,1622,173,144,8,0,0,0,0,0,0 +813319,531,118,849,143,128,5,0,0,0,0,0,0 +813410,531,118,2550,355,321,21,0,0,0,0,0,0 +813910,531,118,1824,264,236,14,0,0,0,0,0,0 +813920,531,118,985,102,93,3,0,0,0,0,0,0 +813930,531,118,3578,257,216,27,6,0,0,0,0,0 +813940,531,118,189,76,73,0,0,0,0,0,0,0 +813990,531,118,1235,325,307,6,0,0,0,0,0,0 +113310,531,119,350,43,38,0,0,0,0,0,0,0 +114111,531,119,1,4,4,0,0,0,0,0,0,0 +114112,531,119,4,5,5,0,0,0,0,0,0,0 +115210,531,119,12,5,4,0,0,0,0,0,0,0 +115310,531,119,449,19,14,3,0,0,0,0,0,0 +221310,531,119,0,3,0,0,0,0,0,0,0,0 +236115,531,119,60,21,17,0,0,0,0,0,0,0 +236117,531,119,17,3,0,0,0,0,0,0,0,0 +236118,531,119,106,32,28,0,0,0,0,0,0,0 +236220,531,119,113,8,5,0,0,0,0,0,0,0 +237110,531,119,37,3,0,0,0,0,0,0,0,0 +237310,531,119,80,8,6,0,0,0,0,0,0,0 +238110,531,119,9,5,4,0,0,0,0,0,0,0 +238130,531,119,17,9,9,0,0,0,0,0,0,0 +238140,531,119,6,3,3,0,0,0,0,0,0,0 +238160,531,119,44,7,5,0,0,0,0,0,0,0 +238170,531,119,1,3,3,0,0,0,0,0,0,0 +238210,531,119,71,24,20,0,0,0,0,0,0,0 +238220,531,119,146,22,21,0,0,0,0,0,0,0 +238310,531,119,7,4,3,0,0,0,0,0,0,0 +238320,531,119,21,7,6,0,0,0,0,0,0,0 +238330,531,119,22,7,5,0,0,0,0,0,0,0 +238350,531,119,40,9,8,0,0,0,0,0,0,0 +238910,531,119,147,26,21,0,0,0,0,0,0,0 +238990,531,119,18,6,4,0,0,0,0,0,0,0 +321113,531,119,599,6,0,0,4,0,0,0,0,0 +321912,531,119,0,4,0,0,0,0,0,0,0,0 +321999,531,119,0,3,0,0,0,0,0,0,0,0 +323111,531,119,31,5,3,0,0,0,0,0,0,0 +327320,531,119,0,3,0,0,0,0,0,0,0,0 +332710,531,119,0,4,0,0,0,0,0,0,0,0 +332999,531,119,26,3,0,0,0,0,0,0,0,0 +336214,531,119,70,3,0,0,0,0,0,0,0,0 +337110,531,119,44,4,0,0,0,0,0,0,0,0 +423320,531,119,0,3,3,0,0,0,0,0,0,0 +423610,531,119,11,3,0,0,0,0,0,0,0,0 +423810,531,119,80,6,3,0,0,0,0,0,0,0 +423830,531,119,72,5,0,0,0,0,0,0,0,0 +423930,531,119,8,3,0,0,0,0,0,0,0,0 +423990,531,119,12,4,3,0,0,0,0,0,0,0 +424690,531,119,40,3,0,0,0,0,0,0,0,0 +425120,531,119,79,7,4,0,0,0,0,0,0,0 +441110,531,119,203,6,0,0,0,0,0,0,0,0 +441120,531,119,56,13,11,0,0,0,0,0,0,0 +441210,531,119,0,3,0,0,0,0,0,0,0,0 +441228,531,119,22,3,0,0,0,0,0,0,0,0 +441310,531,119,128,22,22,0,0,0,0,0,0,0 +441320,531,119,66,5,3,0,0,0,0,0,0,0 +442110,531,119,26,6,5,0,0,0,0,0,0,0 +442299,531,119,15,4,0,0,0,0,0,0,0,0 +443142,531,119,24,7,6,0,0,0,0,0,0,0 +444120,531,119,10,3,0,0,0,0,0,0,0,0 +444130,531,119,48,9,8,0,0,0,0,0,0,0 +444190,531,119,105,10,5,0,0,0,0,0,0,0 +444210,531,119,53,4,0,0,0,0,0,0,0,0 +444220,531,119,74,12,10,0,0,0,0,0,0,0 +445110,531,119,787,23,12,6,3,0,0,0,0,0 +445120,531,119,34,8,6,0,0,0,0,0,0,0 +445210,531,119,8,3,3,0,0,0,0,0,0,0 +445310,531,119,8,3,0,0,0,0,0,0,0,0 +446110,531,119,97,7,3,3,0,0,0,0,0,0 +446191,531,119,18,3,0,0,0,0,0,0,0,0 +447110,531,119,177,27,27,0,0,0,0,0,0,0 +447190,531,119,131,5,0,0,0,0,0,0,0,0 +448120,531,119,69,8,4,0,0,0,0,0,0,0 +448130,531,119,40,3,0,0,0,0,0,0,0,0 +448140,531,119,110,8,5,0,0,0,0,0,0,0 +448190,531,119,145,3,0,0,0,0,0,0,0,0 +448210,531,119,154,8,3,0,0,0,0,0,0,0 +448310,531,119,21,4,0,0,0,0,0,0,0,0 +451110,531,119,37,6,3,0,0,0,0,0,0,0 +451120,531,119,0,3,0,0,0,0,0,0,0,0 +451130,531,119,17,5,3,0,0,0,0,0,0,0 +452319,531,119,123,4,0,0,0,0,0,0,0,0 +453110,531,119,12,4,3,0,0,0,0,0,0,0 +453220,531,119,12,4,4,0,0,0,0,0,0,0 +453310,531,119,124,11,8,0,0,0,0,0,0,0 +453910,531,119,0,3,0,0,0,0,0,0,0,0 +453930,531,119,0,4,4,0,0,0,0,0,0,0 +453998,531,119,31,5,3,0,0,0,0,0,0,0 +454110,531,119,84,12,11,0,0,0,0,0,0,0 +454390,531,119,26,5,3,0,0,0,0,0,0,0 +484110,531,119,49,6,3,0,0,0,0,0,0,0 +484121,531,119,153,22,19,0,0,0,0,0,0,0 +484220,531,119,201,28,24,0,0,0,0,0,0,0 +484230,531,119,15,7,6,0,0,0,0,0,0,0 +487110,531,119,9,3,0,0,0,0,0,0,0,0 +488210,531,119,91,4,0,0,0,0,0,0,0,0 +488410,531,119,0,3,0,0,0,0,0,0,0,0 +493110,531,119,448,4,0,0,0,0,0,0,0,0 +511110,531,119,0,6,3,0,0,0,0,0,0,0 +517311,531,119,47,8,6,0,0,0,0,0,0,0 +517312,531,119,40,7,5,0,0,0,0,0,0,0 +522110,531,119,169,23,21,0,0,0,0,0,0,0 +522120,531,119,0,4,0,0,0,0,0,0,0,0 +522130,531,119,0,4,0,0,0,0,0,0,0,0 +523120,531,119,12,6,5,0,0,0,0,0,0,0 +523920,531,119,0,8,7,0,0,0,0,0,0,0 +524210,531,119,114,36,34,0,0,0,0,0,0,0 +531110,531,119,59,14,11,0,0,0,0,0,0,0 +531120,531,119,18,9,7,0,0,0,0,0,0,0 +531130,531,119,17,8,7,0,0,0,0,0,0,0 +531190,531,119,7,6,6,0,0,0,0,0,0,0 +531210,531,119,36,21,20,0,0,0,0,0,0,0 +531311,531,119,86,12,8,0,0,0,0,0,0,0 +532310,531,119,0,3,0,0,0,0,0,0,0,0 +541110,531,119,80,19,17,0,0,0,0,0,0,0 +541211,531,119,36,10,9,0,0,0,0,0,0,0 +541213,531,119,33,6,4,0,0,0,0,0,0,0 +541219,531,119,45,8,7,0,0,0,0,0,0,0 +541330,531,119,26,8,7,0,0,0,0,0,0,0 +541370,531,119,54,5,3,0,0,0,0,0,0,0 +541511,531,119,0,4,0,0,0,0,0,0,0,0 +541512,531,119,12,5,4,0,0,0,0,0,0,0 +541611,531,119,16,6,5,0,0,0,0,0,0,0 +541690,531,119,12,4,3,0,0,0,0,0,0,0 +541940,531,119,106,8,3,0,0,0,0,0,0,0 +561320,531,119,439,4,0,0,0,0,0,0,0,0 +561612,531,119,34,4,0,0,0,0,0,0,0,0 +561720,531,119,42,11,8,0,0,0,0,0,0,0 +561730,531,119,45,26,23,0,0,0,0,0,0,0 +561990,531,119,21,7,5,0,0,0,0,0,0,0 +611699,531,119,13,4,3,0,0,0,0,0,0,0 +621111,531,119,357,35,30,5,0,0,0,0,0,0 +621210,531,119,234,25,24,0,0,0,0,0,0,0 +621310,531,119,46,10,8,0,0,0,0,0,0,0 +621320,531,119,44,9,6,0,0,0,0,0,0,0 +621340,531,119,79,9,8,0,0,0,0,0,0,0 +621399,531,119,33,6,5,0,0,0,0,0,0,0 +621420,531,119,0,4,0,0,0,0,0,0,0,0 +621498,531,119,0,11,5,0,0,0,0,0,0,0 +621511,531,119,0,4,3,0,0,0,0,0,0,0 +621610,531,119,0,6,4,0,0,0,0,0,0,0 +622110,531,119,0,3,0,0,0,0,0,0,0,0 +623110,531,119,470,11,4,0,0,0,0,0,0,0 +623220,531,119,0,3,0,0,0,0,0,0,0,0 +623312,531,119,172,10,6,3,0,0,0,0,0,0 +623990,531,119,0,3,3,0,0,0,0,0,0,0 +624120,531,119,59,4,0,0,0,0,0,0,0,0 +624190,531,119,28,6,4,0,0,0,0,0,0,0 +624221,531,119,0,3,0,0,0,0,0,0,0,0 +624310,531,119,112,7,3,0,0,0,0,0,0,0 +624410,531,119,144,23,19,0,0,0,0,0,0,0 +711310,531,119,15,3,0,0,0,0,0,0,0,0 +711510,531,119,2,3,3,0,0,0,0,0,0,0 +712110,531,119,4,3,3,0,0,0,0,0,0,0 +713910,531,119,33,3,0,0,0,0,0,0,0,0 +713940,531,119,148,7,5,0,0,0,0,0,0,0 +721110,531,119,221,19,16,3,0,0,0,0,0,0 +721211,531,119,40,9,8,0,0,0,0,0,0,0 +721214,531,119,7,3,0,0,0,0,0,0,0,0 +722310,531,119,43,7,4,0,0,0,0,0,0,0 +722410,531,119,22,8,6,0,0,0,0,0,0,0 +722511,531,119,849,67,54,13,0,0,0,0,0,0 +722513,531,119,884,51,35,14,0,0,0,0,0,0 +722515,531,119,288,34,29,5,0,0,0,0,0,0 +811111,531,119,101,24,22,0,0,0,0,0,0,0 +811113,531,119,5,3,3,0,0,0,0,0,0,0 +811121,531,119,63,9,7,0,0,0,0,0,0,0 +811122,531,119,17,3,0,0,0,0,0,0,0,0 +811191,531,119,0,3,0,0,0,0,0,0,0,0 +811192,531,119,15,3,0,0,0,0,0,0,0,0 +811310,531,119,5,4,4,0,0,0,0,0,0,0 +812112,531,119,34,7,6,0,0,0,0,0,0,0 +812113,531,119,28,11,9,0,0,0,0,0,0,0 +812199,531,119,16,8,6,0,0,0,0,0,0,0 +812210,531,119,44,8,7,0,0,0,0,0,0,0 +812320,531,119,9,4,4,0,0,0,0,0,0,0 +812910,531,119,16,7,6,0,0,0,0,0,0,0 +813110,531,119,273,55,53,0,0,0,0,0,0,0 +813410,531,119,27,8,6,0,0,0,0,0,0,0 +813910,531,119,13,5,3,0,0,0,0,0,0,0 +113110,532,119,0,6,3,0,0,0,0,0,0,0 +113310,532,119,572,57,45,5,0,0,0,0,0,0 +115210,532,119,22,9,7,0,0,0,0,0,0,0 +115310,532,119,170,13,3,0,0,0,0,0,0,0 +212319,532,119,0,3,0,0,0,0,0,0,0,0 +212321,532,119,25,5,3,0,0,0,0,0,0,0 +221111,532,119,0,4,0,0,0,0,0,0,0,0 +236115,532,119,397,130,124,0,0,0,0,0,0,0 +236116,532,119,305,9,5,0,0,0,0,0,0,0 +236117,532,119,550,70,62,6,0,0,0,0,0,0 +236118,532,119,965,301,296,3,0,0,0,0,0,0 +236210,532,119,41,6,4,0,0,0,0,0,0,0 +236220,532,119,1173,79,65,9,0,0,0,0,0,0 +237110,532,119,211,24,20,0,0,0,0,0,0,0 +237130,532,119,423,14,4,3,0,0,0,0,0,0 +237210,532,119,40,12,12,0,0,0,0,0,0,0 +237310,532,119,993,24,14,0,0,0,0,0,0,0 +237990,532,119,446,11,4,4,0,0,0,0,0,0 +238110,532,119,777,82,71,6,0,0,0,0,0,0 +238120,532,119,232,10,0,0,0,0,0,0,0,0 +238130,532,119,465,85,83,0,0,0,0,0,0,0 +238140,532,119,299,41,37,4,0,0,0,0,0,0 +238150,532,119,8,3,0,0,0,0,0,0,0,0 +238160,532,119,863,78,63,8,0,0,0,0,0,0 +238170,532,119,372,51,45,3,0,0,0,0,0,0 +238190,532,119,135,16,13,0,0,0,0,0,0,0 +238210,532,119,1727,156,135,13,0,0,0,0,0,0 +238220,532,119,3080,216,185,29,0,0,0,0,0,0 +238290,532,119,134,9,4,0,0,0,0,0,0,0 +238310,532,119,499,42,36,3,0,0,0,0,0,0 +238320,532,119,483,125,117,6,0,0,0,0,0,0 +238330,532,119,179,70,67,0,0,0,0,0,0,0 +238340,532,119,124,38,35,0,0,0,0,0,0,0 +238350,532,119,412,95,90,3,0,0,0,0,0,0 +238390,532,119,88,16,13,0,0,0,0,0,0,0 +238910,532,119,1062,117,98,11,0,0,0,0,0,0 +238990,532,119,558,85,78,0,0,0,0,0,0,0 +311811,532,119,77,9,4,0,0,0,0,0,0,0 +311920,532,119,0,3,0,0,0,0,0,0,0,0 +312120,532,119,179,15,11,4,0,0,0,0,0,0 +312130,532,119,29,9,9,0,0,0,0,0,0,0 +314910,532,119,0,3,0,0,0,0,0,0,0,0 +314999,532,119,8,3,3,0,0,0,0,0,0,0 +321113,532,119,1025,10,0,0,5,0,0,0,0,0 +321214,532,119,114,3,0,0,0,0,0,0,0,0 +321999,532,119,30,5,0,0,0,0,0,0,0,0 +323111,532,119,93,22,21,0,0,0,0,0,0,0 +323113,532,119,52,8,5,0,0,0,0,0,0,0 +325180,532,119,0,3,0,0,0,0,0,0,0,0 +325411,532,119,256,4,0,0,0,0,0,0,0,0 +325998,532,119,43,6,0,0,0,0,0,0,0,0 +326160,532,119,85,3,0,0,0,0,0,0,0,0 +326199,532,119,458,12,4,0,0,0,0,0,0,0 +327215,532,119,168,4,0,3,0,0,0,0,0,0 +327320,532,119,17,9,7,0,0,0,0,0,0,0 +327390,532,119,103,7,4,0,0,0,0,0,0,0 +332312,532,119,1090,14,4,0,0,0,0,0,0,0 +332322,532,119,30,7,0,0,0,0,0,0,0,0 +332323,532,119,30,6,6,0,0,0,0,0,0,0 +332710,532,119,326,36,29,0,0,0,0,0,0,0 +332721,532,119,13,4,3,0,0,0,0,0,0,0 +332812,532,119,11,3,0,0,0,0,0,0,0,0 +332813,532,119,10,4,3,0,0,0,0,0,0,0 +332999,532,119,11,5,4,0,0,0,0,0,0,0 +333243,532,119,160,5,0,0,0,0,0,0,0,0 +333249,532,119,533,6,0,0,0,0,0,0,0,0 +333514,532,119,26,3,0,0,0,0,0,0,0,0 +333999,532,119,0,3,0,0,0,0,0,0,0,0 +334413,532,119,2340,9,3,0,0,0,0,0,0,0 +334419,532,119,0,4,0,0,0,0,0,0,0,0 +334510,532,119,92,4,0,0,0,0,0,0,0,0 +335314,532,119,269,6,0,0,0,0,0,0,0,0 +336390,532,119,153,3,0,0,0,0,0,0,0,0 +336611,532,119,190,5,0,0,0,0,0,0,0,0 +337110,532,119,342,15,8,0,0,0,0,0,0,0 +339116,532,119,115,15,12,0,0,0,0,0,0,0 +339920,532,119,156,12,8,0,0,0,0,0,0,0 +339950,532,119,65,9,6,0,0,0,0,0,0,0 +339992,532,119,24,5,4,0,0,0,0,0,0,0 +339999,532,119,24,13,9,0,0,0,0,0,0,0 +423110,532,119,0,6,0,0,0,0,0,0,0,0 +423120,532,119,183,13,11,0,0,0,0,0,0,0 +423210,532,119,164,7,3,0,0,0,0,0,0,0 +423220,532,119,38,5,4,0,0,0,0,0,0,0 +423310,532,119,284,14,8,3,0,0,0,0,0,0 +423320,532,119,49,4,0,0,0,0,0,0,0,0 +423330,532,119,31,5,0,0,0,0,0,0,0,0 +423390,532,119,98,13,7,0,0,0,0,0,0,0 +423420,532,119,43,10,9,0,0,0,0,0,0,0 +423430,532,119,230,16,8,0,0,0,0,0,0,0 +423450,532,119,45,6,3,0,0,0,0,0,0,0 +423490,532,119,0,3,0,0,0,0,0,0,0,0 +423510,532,119,404,27,18,3,0,0,0,0,0,0 +423610,532,119,202,29,22,0,0,0,0,0,0,0 +423620,532,119,32,5,3,0,0,0,0,0,0,0 +423690,532,119,218,17,13,0,0,0,0,0,0,0 +423710,532,119,23,10,10,0,0,0,0,0,0,0 +423720,532,119,177,14,5,0,0,0,0,0,0,0 +423730,532,119,53,8,4,0,0,0,0,0,0,0 +423810,532,119,131,14,7,0,0,0,0,0,0,0 +423820,532,119,28,4,0,0,0,0,0,0,0,0 +423830,532,119,508,57,50,6,0,0,0,0,0,0 +423840,532,119,175,20,13,0,0,0,0,0,0,0 +423850,532,119,38,6,3,0,0,0,0,0,0,0 +423910,532,119,67,16,15,0,0,0,0,0,0,0 +423920,532,119,17,4,3,0,0,0,0,0,0,0 +423930,532,119,181,11,3,0,0,0,0,0,0,0 +423940,532,119,31,5,0,0,0,0,0,0,0,0 +423990,532,119,126,21,13,0,0,0,0,0,0,0 +424120,532,119,14,4,3,0,0,0,0,0,0,0 +424130,532,119,72,10,5,0,0,0,0,0,0,0 +424210,532,119,529,14,10,0,0,0,0,0,0,0 +424330,532,119,0,3,0,0,0,0,0,0,0,0 +424420,532,119,13,3,0,0,0,0,0,0,0,0 +424450,532,119,0,3,0,0,0,0,0,0,0,0 +424460,532,119,36,3,0,0,0,0,0,0,0,0 +424480,532,119,0,3,0,0,0,0,0,0,0,0 +424490,532,119,143,17,15,0,0,0,0,0,0,0 +424510,532,119,55,10,4,0,0,0,0,0,0,0 +424610,532,119,8,3,3,0,0,0,0,0,0,0 +424690,532,119,106,13,13,0,0,0,0,0,0,0 +424810,532,119,0,3,0,0,0,0,0,0,0,0 +424820,532,119,8,4,4,0,0,0,0,0,0,0 +424910,532,119,348,10,0,0,0,0,0,0,0,0 +424930,532,119,26,10,8,0,0,0,0,0,0,0 +424950,532,119,22,3,0,0,0,0,0,0,0,0 +424990,532,119,143,22,21,0,0,0,0,0,0,0 +425110,532,119,13,3,0,0,0,0,0,0,0,0 +425120,532,119,558,103,98,0,0,0,0,0,0,0 +441110,532,119,1486,25,5,9,4,0,0,0,0,0 +441120,532,119,116,21,14,0,0,0,0,0,0,0 +441210,532,119,23,4,3,0,0,0,0,0,0,0 +441228,532,119,79,8,3,0,0,0,0,0,0,0 +441310,532,119,588,60,56,0,0,0,0,0,0,0 +441320,532,119,364,27,17,4,0,0,0,0,0,0 +442110,532,119,134,27,24,0,0,0,0,0,0,0 +442210,532,119,119,14,6,0,0,0,0,0,0,0 +442299,532,119,157,17,12,3,0,0,0,0,0,0 +443141,532,119,70,11,5,0,0,0,0,0,0,0 +443142,532,119,154,29,26,0,0,0,0,0,0,0 +444110,532,119,0,7,0,0,4,0,0,0,0,0 +444120,532,119,75,16,13,0,0,0,0,0,0,0 +444130,532,119,416,40,30,6,0,0,0,0,0,0 +444190,532,119,373,49,41,5,0,0,0,0,0,0 +444210,532,119,120,9,0,0,0,0,0,0,0,0 +444220,532,119,287,25,12,4,0,0,0,0,0,0 +445110,532,119,3568,76,37,16,19,0,0,0,0,0 +445120,532,119,227,46,44,0,0,0,0,0,0,0 +445210,532,119,22,3,0,0,0,0,0,0,0,0 +445230,532,119,0,5,3,0,0,0,0,0,0,0 +445291,532,119,26,3,0,0,0,0,0,0,0,0 +445292,532,119,21,4,0,0,0,0,0,0,0,0 +445299,532,119,211,22,20,0,0,0,0,0,0,0 +445310,532,119,62,14,7,0,0,0,0,0,0,0 +446110,532,119,746,31,14,10,0,0,0,0,0,0 +446120,532,119,214,18,11,4,0,0,0,0,0,0 +446130,532,119,66,10,9,0,0,0,0,0,0,0 +446191,532,119,76,18,15,0,0,0,0,0,0,0 +446199,532,119,66,14,8,0,0,0,0,0,0,0 +447110,532,119,1338,153,142,7,0,0,0,0,0,0 +447190,532,119,54,4,0,0,0,0,0,0,0,0 +448120,532,119,236,28,23,0,0,0,0,0,0,0 +448130,532,119,69,8,6,0,0,0,0,0,0,0 +448140,532,119,460,17,4,10,0,0,0,0,0,0 +448150,532,119,30,5,0,0,0,0,0,0,0,0 +448190,532,119,68,12,8,0,0,0,0,0,0,0 +448210,532,119,119,23,18,0,0,0,0,0,0,0 +448310,532,119,124,26,20,0,0,0,0,0,0,0 +451110,532,119,320,35,29,0,0,0,0,0,0,0 +451120,532,119,157,20,14,0,0,0,0,0,0,0 +451130,532,119,29,7,0,0,0,0,0,0,0,0 +451140,532,119,120,6,3,0,0,0,0,0,0,0 +451211,532,119,71,10,6,0,0,0,0,0,0,0 +452210,532,119,542,6,0,5,0,0,0,0,0,0 +452311,532,119,4707,26,0,3,10,6,0,0,0,0 +452319,532,119,372,20,9,9,0,0,0,0,0,0 +453110,532,119,53,13,9,0,0,0,0,0,0,0 +453210,532,119,59,7,3,0,0,0,0,0,0,0 +453220,532,119,180,21,18,3,0,0,0,0,0,0 +453310,532,119,420,37,28,6,0,0,0,0,0,0 +453910,532,119,258,21,14,3,0,0,0,0,0,0 +453930,532,119,0,5,5,0,0,0,0,0,0,0 +453991,532,119,89,15,9,0,0,0,0,0,0,0 +453998,532,119,425,54,47,3,0,0,0,0,0,0 +454110,532,119,1243,85,75,3,0,0,0,0,0,0 +454310,532,119,43,9,3,0,0,0,0,0,0,0 +454390,532,119,83,46,45,0,0,0,0,0,0,0 +484110,532,119,439,67,60,0,0,0,0,0,0,0 +484121,532,119,698,152,140,7,0,0,0,0,0,0 +484122,532,119,99,19,15,0,0,0,0,0,0,0 +484210,532,119,248,13,7,3,0,0,0,0,0,0 +484220,532,119,587,70,54,8,0,0,0,0,0,0 +484230,532,119,343,25,20,0,0,0,0,0,0,0 +485991,532,119,171,11,3,0,0,0,0,0,0,0 +488190,532,119,9,6,6,0,0,0,0,0,0,0 +488210,532,119,0,3,0,0,0,0,0,0,0,0 +488390,532,119,60,3,0,0,0,0,0,0,0,0 +488410,532,119,175,20,15,0,0,0,0,0,0,0 +488490,532,119,37,6,5,0,0,0,0,0,0,0 +488510,532,119,220,40,39,0,0,0,0,0,0,0 +492110,532,119,430,14,4,0,0,0,0,0,0,0 +492210,532,119,40,3,0,0,0,0,0,0,0,0 +493110,532,119,262,8,3,0,0,0,0,0,0,0 +493190,532,119,127,7,3,0,0,0,0,0,0,0 +511110,532,119,0,4,0,0,0,0,0,0,0,0 +511120,532,119,0,4,3,0,0,0,0,0,0,0 +511210,532,119,399,29,23,3,0,0,0,0,0,0 +512110,532,119,10,8,8,0,0,0,0,0,0,0 +512131,532,119,361,9,0,3,0,0,0,0,0,0 +512230,532,119,0,3,0,0,0,0,0,0,0,0 +517311,532,119,1779,69,58,3,0,0,0,0,0,0 +517312,532,119,244,44,38,3,0,0,0,0,0,0 +517911,532,119,29,11,11,0,0,0,0,0,0,0 +517919,532,119,0,5,3,0,0,0,0,0,0,0 +518210,532,119,411,40,33,6,0,0,0,0,0,0 +519130,532,119,47,12,9,0,0,0,0,0,0,0 +522110,532,119,924,104,96,8,0,0,0,0,0,0 +522120,532,119,0,11,9,0,0,0,0,0,0,0 +522130,532,119,1241,68,57,3,0,0,0,0,0,0 +522220,532,119,17,3,0,0,0,0,0,0,0,0 +522291,532,119,30,4,0,0,0,0,0,0,0,0 +522292,532,119,571,55,43,9,0,0,0,0,0,0 +522298,532,119,38,10,6,0,0,0,0,0,0,0 +522310,532,119,87,14,12,0,0,0,0,0,0,0 +522320,532,119,108,9,5,0,0,0,0,0,0,0 +522390,532,119,52,9,6,0,0,0,0,0,0,0 +523120,532,119,62,32,29,0,0,0,0,0,0,0 +523910,532,119,15,13,13,0,0,0,0,0,0,0 +523920,532,119,1725,92,90,0,0,0,0,0,0,0 +523930,532,119,100,36,32,0,0,0,0,0,0,0 +523991,532,119,34,8,6,0,0,0,0,0,0,0 +524113,532,119,7,8,8,0,0,0,0,0,0,0 +524114,532,119,196,8,3,0,0,0,0,0,0,0 +524126,532,119,89,10,5,0,0,0,0,0,0,0 +524127,532,119,209,12,4,4,0,0,0,0,0,0 +524210,532,119,774,217,211,4,0,0,0,0,0,0 +524291,532,119,9,3,0,0,0,0,0,0,0,0 +524292,532,119,62,6,5,0,0,0,0,0,0,0 +531110,532,119,409,127,121,0,0,0,0,0,0,0 +531120,532,119,210,42,36,3,0,0,0,0,0,0 +531130,532,119,100,40,39,0,0,0,0,0,0,0 +531190,532,119,58,27,24,0,0,0,0,0,0,0 +531210,532,119,519,242,241,0,0,0,0,0,0,0 +531311,532,119,879,125,116,4,0,0,0,0,0,0 +531312,532,119,175,23,21,0,0,0,0,0,0,0 +531320,532,119,94,48,47,0,0,0,0,0,0,0 +531390,532,119,45,18,16,0,0,0,0,0,0,0 +532111,532,119,36,6,3,0,0,0,0,0,0,0 +532120,532,119,0,5,3,0,0,0,0,0,0,0 +532210,532,119,21,5,4,0,0,0,0,0,0,0 +532281,532,119,7,3,0,0,0,0,0,0,0,0 +532289,532,119,31,5,0,0,0,0,0,0,0,0 +532310,532,119,33,8,7,0,0,0,0,0,0,0 +532412,532,119,80,5,0,0,0,0,0,0,0,0 +532490,532,119,137,12,8,0,0,0,0,0,0,0 +541110,532,119,804,228,223,0,0,0,0,0,0,0 +541191,532,119,120,7,0,0,0,0,0,0,0,0 +541199,532,119,4,5,5,0,0,0,0,0,0,0 +541211,532,119,384,74,70,0,0,0,0,0,0,0 +541213,532,119,400,49,44,0,0,0,0,0,0,0 +541214,532,119,462,9,3,0,0,0,0,0,0,0 +541219,532,119,378,118,113,0,0,0,0,0,0,0 +541310,532,119,148,32,28,0,0,0,0,0,0,0 +541320,532,119,0,3,0,0,0,0,0,0,0,0 +541330,532,119,1192,125,105,10,0,0,0,0,0,0 +541340,532,119,12,7,6,0,0,0,0,0,0,0 +541350,532,119,66,16,14,0,0,0,0,0,0,0 +541370,532,119,67,9,7,0,0,0,0,0,0,0 +541380,532,119,356,11,7,0,0,0,0,0,0,0 +541410,532,119,31,9,8,0,0,0,0,0,0,0 +541430,532,119,44,26,24,0,0,0,0,0,0,0 +541511,532,119,1275,109,97,7,0,0,0,0,0,0 +541512,532,119,444,79,75,0,0,0,0,0,0,0 +541513,532,119,63,17,16,0,0,0,0,0,0,0 +541519,532,119,30,16,14,0,0,0,0,0,0,0 +541611,532,119,442,113,106,4,0,0,0,0,0,0 +541612,532,119,73,10,8,0,0,0,0,0,0,0 +541613,532,119,175,52,47,0,0,0,0,0,0,0 +541614,532,119,71,21,17,0,0,0,0,0,0,0 +541618,532,119,2,3,3,0,0,0,0,0,0,0 +541620,532,119,93,15,10,0,0,0,0,0,0,0 +541690,532,119,138,40,33,0,0,0,0,0,0,0 +541715,532,119,231,10,5,0,0,0,0,0,0,0 +541810,532,119,74,15,14,0,0,0,0,0,0,0 +541820,532,119,12,3,0,0,0,0,0,0,0,0 +541890,532,119,120,10,5,0,0,0,0,0,0,0 +541910,532,119,23,3,0,0,0,0,0,0,0,0 +541921,532,119,29,12,10,0,0,0,0,0,0,0 +541930,532,119,216,11,8,0,0,0,0,0,0,0 +541940,532,119,779,58,43,13,0,0,0,0,0,0 +541990,532,119,176,43,40,0,0,0,0,0,0,0 +551112,532,119,499,7,3,0,0,0,0,0,0,0 +551114,532,119,4875,86,51,22,6,0,0,0,0,0 +561110,532,119,1215,52,45,3,0,0,0,0,0,0 +561210,532,119,289,6,3,0,0,0,0,0,0,0 +561311,532,119,281,9,6,0,0,0,0,0,0,0 +561312,532,119,35,14,12,0,0,0,0,0,0,0 +561320,532,119,3096,40,19,9,3,4,0,0,0,0 +561330,532,119,292,6,3,0,0,0,0,0,0,0 +561410,532,119,0,6,4,0,0,0,0,0,0,0 +561422,532,119,251,8,0,3,0,0,0,0,0,0 +561431,532,119,38,14,14,0,0,0,0,0,0,0 +561439,532,119,0,8,6,0,0,0,0,0,0,0 +561440,532,119,166,14,8,4,0,0,0,0,0,0 +561492,532,119,10,4,3,0,0,0,0,0,0,0 +561499,532,119,158,9,6,0,0,0,0,0,0,0 +561510,532,119,46,28,28,0,0,0,0,0,0,0 +561611,532,119,25,10,8,0,0,0,0,0,0,0 +561612,532,119,814,17,8,3,3,0,0,0,0,0 +561621,532,119,64,6,0,0,0,0,0,0,0,0 +561710,532,119,114,20,18,0,0,0,0,0,0,0 +561720,532,119,1255,149,138,8,0,0,0,0,0,0 +561730,532,119,1174,197,186,8,0,0,0,0,0,0 +561740,532,119,69,21,20,0,0,0,0,0,0,0 +561790,532,119,135,30,30,0,0,0,0,0,0,0 +561920,532,119,87,9,7,0,0,0,0,0,0,0 +561990,532,119,213,26,21,0,0,0,0,0,0,0 +562111,532,119,44,7,0,0,0,0,0,0,0,0 +562910,532,119,162,14,7,0,0,0,0,0,0,0 +562991,532,119,25,7,6,0,0,0,0,0,0,0 +611110,532,119,605,18,3,6,0,0,0,0,0,0 +611430,532,119,30,14,13,0,0,0,0,0,0,0 +611519,532,119,113,10,4,0,0,0,0,0,0,0 +611610,532,119,265,23,18,0,0,0,0,0,0,0 +611620,532,119,345,24,17,4,0,0,0,0,0,0 +611691,532,119,83,10,5,0,0,0,0,0,0,0 +611692,532,119,77,8,4,0,0,0,0,0,0,0 +611699,532,119,118,18,18,0,0,0,0,0,0,0 +611710,532,119,49,10,7,0,0,0,0,0,0,0 +621111,532,119,1952,136,98,28,0,0,0,0,0,0 +621112,532,119,31,11,9,0,0,0,0,0,0,0 +621210,532,119,2257,223,205,18,0,0,0,0,0,0 +621310,532,119,577,108,106,0,0,0,0,0,0,0 +621320,532,119,223,38,35,0,0,0,0,0,0,0 +621330,532,119,183,49,44,0,0,0,0,0,0,0 +621340,532,119,300,57,53,0,0,0,0,0,0,0 +621391,532,119,36,7,6,0,0,0,0,0,0,0 +621399,532,119,263,79,76,0,0,0,0,0,0,0 +621410,532,119,54,4,0,0,0,0,0,0,0,0 +621420,532,119,1122,29,13,3,3,0,0,0,0,0 +621491,532,119,0,24,6,6,0,0,0,0,0,0 +621492,532,119,0,4,0,0,0,0,0,0,0,0 +621493,532,119,244,10,6,0,0,0,0,0,0,0 +621498,532,119,0,25,10,3,0,0,0,0,0,0 +621511,532,119,130,8,6,0,0,0,0,0,0,0 +621512,532,119,0,3,0,0,0,0,0,0,0,0 +621610,532,119,667,18,9,3,3,0,0,0,0,0 +621910,532,119,0,5,3,0,0,0,0,0,0,0 +621991,532,119,75,3,0,0,0,0,0,0,0,0 +621999,532,119,27,9,7,0,0,0,0,0,0,0 +622110,532,119,5390,3,0,0,0,0,0,0,0,0 +623110,532,119,1336,25,10,8,3,0,0,0,0,0 +623210,532,119,872,49,44,0,0,0,0,0,0,0 +623220,532,119,161,9,3,4,0,0,0,0,0,0 +623311,532,119,710,16,4,6,0,0,0,0,0,0 +623312,532,119,2578,172,140,26,4,0,0,0,0,0 +623990,532,119,102,9,8,0,0,0,0,0,0,0 +624110,532,119,228,18,14,0,0,0,0,0,0,0 +624120,532,119,1342,48,27,12,0,0,0,0,0,0 +624190,532,119,379,48,37,4,0,0,0,0,0,0 +624210,532,119,47,9,7,0,0,0,0,0,0,0 +624221,532,119,135,8,3,3,0,0,0,0,0,0 +624229,532,119,17,3,0,0,0,0,0,0,0,0 +624230,532,119,49,3,0,0,0,0,0,0,0,0 +624310,532,119,337,15,7,0,0,0,0,0,0,0 +624410,532,119,1310,135,109,21,0,0,0,0,0,0 +711320,532,119,13,5,4,0,0,0,0,0,0,0 +711510,532,119,21,15,14,0,0,0,0,0,0,0 +713120,532,119,23,4,0,0,0,0,0,0,0,0 +713210,532,119,0,3,0,0,0,0,0,0,0,0 +713910,532,119,320,11,3,0,0,0,0,0,0,0 +713930,532,119,6,3,3,0,0,0,0,0,0,0 +713940,532,119,890,60,45,11,0,0,0,0,0,0 +713950,532,119,385,5,0,0,0,0,0,0,0,0 +713990,532,119,223,36,32,3,0,0,0,0,0,0 +721110,532,119,1234,71,41,22,0,0,0,0,0,0 +721211,532,119,59,13,8,0,0,0,0,0,0,0 +721214,532,119,5,3,3,0,0,0,0,0,0,0 +722310,532,119,763,35,24,8,0,0,0,0,0,0 +722320,532,119,41,12,9,0,0,0,0,0,0,0 +722330,532,119,35,18,13,0,0,0,0,0,0,0 +722410,532,119,581,60,51,5,0,0,0,0,0,0 +722511,532,119,6260,375,264,103,3,0,0,0,0,0 +722513,532,119,6320,337,192,140,0,0,0,0,0,0 +722514,532,119,88,6,4,0,0,0,0,0,0,0 +722515,532,119,1510,156,132,20,0,0,0,0,0,0 +811111,532,119,733,153,151,0,0,0,0,0,0,0 +811112,532,119,3,3,3,0,0,0,0,0,0,0 +811113,532,119,40,16,15,0,0,0,0,0,0,0 +811118,532,119,11,4,4,0,0,0,0,0,0,0 +811121,532,119,403,57,51,6,0,0,0,0,0,0 +811122,532,119,88,15,13,0,0,0,0,0,0,0 +811191,532,119,125,16,15,0,0,0,0,0,0,0 +811192,532,119,180,22,15,3,0,0,0,0,0,0 +811211,532,119,7,3,3,0,0,0,0,0,0,0 +811212,532,119,24,8,8,0,0,0,0,0,0,0 +811213,532,119,12,3,0,0,0,0,0,0,0,0 +811219,532,119,7,4,4,0,0,0,0,0,0,0 +811310,532,119,296,43,35,3,0,0,0,0,0,0 +811411,532,119,13,4,3,0,0,0,0,0,0,0 +811412,532,119,35,10,9,0,0,0,0,0,0,0 +811420,532,119,7,4,3,0,0,0,0,0,0,0 +811490,532,119,29,10,8,0,0,0,0,0,0,0 +812111,532,119,0,14,13,0,0,0,0,0,0,0 +812112,532,119,621,130,126,0,0,0,0,0,0,0 +812113,532,119,375,92,88,0,0,0,0,0,0,0 +812191,532,119,37,5,0,0,0,0,0,0,0,0 +812199,532,119,461,46,38,0,0,0,0,0,0,0 +812210,532,119,52,15,13,0,0,0,0,0,0,0 +812220,532,119,17,7,6,0,0,0,0,0,0,0 +812310,532,119,18,7,6,0,0,0,0,0,0,0 +812320,532,119,99,17,15,0,0,0,0,0,0,0 +812910,532,119,231,51,47,0,0,0,0,0,0,0 +812930,532,119,17,5,3,0,0,0,0,0,0,0 +812990,532,119,163,34,27,0,0,0,0,0,0,0 +813110,532,119,1973,265,242,23,0,0,0,0,0,0 +813211,532,119,96,14,11,0,0,0,0,0,0,0 +813212,532,119,3,3,3,0,0,0,0,0,0,0 +813219,532,119,0,3,0,0,0,0,0,0,0,0 +813311,532,119,51,4,0,0,0,0,0,0,0,0 +813312,532,119,123,19,16,0,0,0,0,0,0,0 +813319,532,119,39,6,5,0,0,0,0,0,0,0 +813410,532,119,235,35,31,0,0,0,0,0,0,0 +813910,532,119,101,24,20,0,0,0,0,0,0,0 +813920,532,119,12,7,6,0,0,0,0,0,0,0 +813930,532,119,176,35,31,0,0,0,0,0,0,0 +813940,532,119,4,4,4,0,0,0,0,0,0,0 +813990,532,119,47,17,14,0,0,0,0,0,0,0 +113310,539,119,1604,227,189,5,0,0,0,0,0,0 +114111,539,119,133,63,58,0,0,0,0,0,0,0 +114112,539,119,29,49,45,0,0,0,0,0,0,0 +115112,539,119,136,48,31,0,0,0,0,0,0,0 +115113,539,119,0,4,0,0,0,0,0,0,0,0 +115114,539,119,4383,51,9,6,7,0,0,0,0,0 +115115,539,119,472,17,7,0,0,0,0,0,0,0 +115210,539,119,44,15,12,0,0,0,0,0,0,0 +115310,539,119,75,53,42,0,0,0,0,0,0,0 +212321,539,119,77,16,6,0,0,0,0,0,0,0 +213112,539,119,0,3,0,0,0,0,0,0,0,0 +221111,539,119,0,3,0,0,0,0,0,0,0,0 +221115,539,119,0,4,0,0,0,0,0,0,0,0 +221122,539,119,21,36,7,0,0,0,0,0,0,0 +221210,539,119,0,3,0,0,0,0,0,0,0,0 +221310,539,119,163,61,48,0,0,0,0,0,0,0 +221320,539,119,0,3,0,0,0,0,0,0,0,0 +236115,539,119,2080,764,737,0,0,0,0,0,0,0 +236116,539,119,126,21,9,0,0,0,0,0,0,0 +236117,539,119,722,216,194,3,0,0,0,0,0,0 +236118,539,119,2714,948,909,8,0,0,0,0,0,0 +236210,539,119,48,11,7,0,0,0,0,0,0,0 +236220,539,119,3530,276,198,39,0,0,0,0,0,0 +237110,539,119,457,109,80,0,0,0,0,0,0,0 +237120,539,119,117,5,0,4,0,0,0,0,0,0 +237130,539,119,816,27,7,4,0,0,0,0,0,0 +237210,539,119,46,20,19,0,0,0,0,0,0,0 +237310,539,119,1425,79,25,5,0,0,0,0,0,0 +237990,539,119,173,12,9,0,0,0,0,0,0,0 +238110,539,119,1276,250,218,3,0,0,0,0,0,0 +238120,539,119,230,15,3,3,0,0,0,0,0,0 +238130,539,119,634,213,194,0,0,0,0,0,0,0 +238140,539,119,475,109,90,0,0,0,0,0,0,0 +238150,539,119,232,23,5,0,0,0,0,0,0,0 +238160,539,119,1357,181,137,5,0,0,0,0,0,0 +238170,539,119,506,92,74,0,0,0,0,0,0,0 +238190,539,119,63,32,23,0,0,0,0,0,0,0 +238210,539,119,4645,526,439,35,0,0,0,0,0,0 +238220,539,119,6606,655,570,46,0,0,0,0,0,0 +238290,539,119,217,26,15,4,0,0,0,0,0,0 +238310,539,119,2043,224,178,15,0,0,0,0,0,0 +238320,539,119,1491,353,319,5,0,0,0,0,0,0 +238330,539,119,591,175,155,0,0,0,0,0,0,0 +238340,539,119,154,58,50,0,0,0,0,0,0,0 +238350,539,119,815,240,221,0,0,0,0,0,0,0 +238390,539,119,99,18,7,0,0,0,0,0,0,0 +238910,539,119,4163,493,428,12,0,0,0,0,0,0 +238990,539,119,1369,229,198,3,0,0,0,0,0,0 +311119,539,119,104,9,0,0,0,0,0,0,0,0 +311211,539,119,0,3,0,0,0,0,0,0,0,0 +311340,539,119,27,4,0,0,0,0,0,0,0,0 +311352,539,119,73,3,0,0,0,0,0,0,0,0 +311411,539,119,4034,18,0,3,3,6,0,0,0,0 +311421,539,119,1123,10,0,0,5,0,0,0,0,0 +311513,539,119,0,3,0,0,0,0,0,0,0,0 +311611,539,119,11,14,3,0,0,0,0,0,0,0 +311612,539,119,0,3,0,0,0,0,0,0,0,0 +311710,539,119,1091,22,0,7,3,0,0,0,0,0 +311811,539,119,294,40,26,0,0,0,0,0,0,0 +311812,539,119,0,9,5,0,0,0,0,0,0,0 +311920,539,119,33,6,3,0,0,0,0,0,0,0 +311942,539,119,97,3,0,0,0,0,0,0,0,0 +312113,539,119,0,3,0,0,0,0,0,0,0,0 +312120,539,119,678,43,11,0,0,0,0,0,0,0 +312130,539,119,2298,205,159,19,0,0,0,0,0,0 +314910,539,119,11,3,0,0,0,0,0,0,0,0 +314994,539,119,339,5,0,0,0,0,0,0,0,0 +316210,539,119,116,3,0,0,0,0,0,0,0,0 +316998,539,119,0,3,3,0,0,0,0,0,0,0 +321113,539,119,951,41,19,0,0,0,0,0,0,0 +321114,539,119,95,3,0,0,0,0,0,0,0,0 +321212,539,119,0,3,0,0,0,0,0,0,0,0 +321912,539,119,391,7,0,0,0,0,0,0,0,0 +321918,539,119,4,9,3,0,0,0,0,0,0,0 +321920,539,119,295,10,0,0,0,0,0,0,0,0 +321999,539,119,65,18,3,0,0,0,0,0,0,0 +323111,539,119,625,74,54,5,0,0,0,0,0,0 +323113,539,119,151,28,15,0,0,0,0,0,0,0 +324121,539,119,32,3,0,0,0,0,0,0,0,0 +325412,539,119,145,7,3,0,0,0,0,0,0,0 +325620,539,119,15,3,0,0,0,0,0,0,0,0 +326199,539,119,2255,33,8,0,9,0,0,0,0,0 +327120,539,119,271,4,0,0,0,0,0,0,0,0 +327215,539,119,9,5,5,0,0,0,0,0,0,0 +327320,539,119,24,9,0,0,0,0,0,0,0,0 +327390,539,119,376,10,0,3,0,0,0,0,0,0 +332216,539,119,5,3,3,0,0,0,0,0,0,0 +332312,539,119,443,17,7,0,0,0,0,0,0,0 +332322,539,119,1438,34,14,9,0,0,0,0,0,0 +332323,539,119,62,4,0,0,0,0,0,0,0,0 +332410,539,119,32,3,0,0,0,0,0,0,0,0 +332710,539,119,1016,92,63,4,0,0,0,0,0,0 +332721,539,119,34,3,0,0,0,0,0,0,0,0 +332812,539,119,201,11,3,0,0,0,0,0,0,0 +332813,539,119,86,4,3,0,0,0,0,0,0,0 +332999,539,119,161,23,17,0,0,0,0,0,0,0 +333111,539,119,228,10,3,3,0,0,0,0,0,0 +333241,539,119,63,3,0,0,0,0,0,0,0,0 +333249,539,119,0,8,0,0,0,0,0,0,0,0 +333318,539,119,6,3,0,0,0,0,0,0,0,0 +333514,539,119,58,3,0,0,0,0,0,0,0,0 +333515,539,119,54,3,0,0,0,0,0,0,0,0 +333992,539,119,38,3,0,0,0,0,0,0,0,0 +333993,539,119,73,5,3,0,0,0,0,0,0,0 +333999,539,119,72,4,0,0,0,0,0,0,0,0 +334220,539,119,0,3,0,0,0,0,0,0,0,0 +334418,539,119,0,3,0,0,0,0,0,0,0,0 +334516,539,119,0,4,0,0,0,0,0,0,0,0 +335313,539,119,38,4,0,0,0,0,0,0,0,0 +335999,539,119,0,3,0,0,0,0,0,0,0,0 +336211,539,119,64,5,0,0,0,0,0,0,0,0 +336212,539,119,57,4,3,0,0,0,0,0,0,0 +336214,539,119,17,3,0,0,0,0,0,0,0,0 +336310,539,119,78,4,0,0,0,0,0,0,0,0 +336413,539,119,640,6,0,0,0,0,0,0,0,0 +336611,539,119,0,3,0,0,0,0,0,0,0,0 +336612,539,119,490,27,13,0,0,0,0,0,0,0 +336999,539,119,5,3,3,0,0,0,0,0,0,0 +337110,539,119,768,44,24,0,0,0,0,0,0,0 +337122,539,119,0,3,3,0,0,0,0,0,0,0 +337212,539,119,18,6,0,0,0,0,0,0,0,0 +339113,539,119,528,7,0,0,0,0,0,0,0,0 +339116,539,119,187,55,44,0,0,0,0,0,0,0 +339910,539,119,23,5,4,0,0,0,0,0,0,0 +339920,539,119,53,3,0,0,0,0,0,0,0,0 +339950,539,119,312,29,17,0,0,0,0,0,0,0 +339992,539,119,12,4,3,0,0,0,0,0,0,0 +339999,539,119,308,40,27,0,0,0,0,0,0,0 +423110,539,119,510,34,18,8,0,0,0,0,0,0 +423120,539,119,805,63,41,6,0,0,0,0,0,0 +423130,539,119,60,5,3,0,0,0,0,0,0,0 +423140,539,119,33,8,4,0,0,0,0,0,0,0 +423210,539,119,81,12,4,0,0,0,0,0,0,0 +423220,539,119,347,26,20,0,0,0,0,0,0,0 +423310,539,119,819,60,32,4,0,0,0,0,0,0 +423320,539,119,51,13,7,0,0,0,0,0,0,0 +423330,539,119,177,18,13,0,0,0,0,0,0,0 +423390,539,119,121,11,5,0,0,0,0,0,0,0 +423420,539,119,359,50,35,0,0,0,0,0,0,0 +423430,539,119,250,19,9,0,0,0,0,0,0,0 +423440,539,119,35,5,4,0,0,0,0,0,0,0 +423450,539,119,144,25,18,0,0,0,0,0,0,0 +423490,539,119,0,6,0,0,0,0,0,0,0,0 +423510,539,119,404,28,15,0,0,0,0,0,0,0 +423610,539,119,782,83,52,6,0,0,0,0,0,0 +423620,539,119,38,9,3,0,0,0,0,0,0,0 +423690,539,119,529,26,14,0,0,0,0,0,0,0 +423710,539,119,715,20,8,0,0,0,0,0,0,0 +423720,539,119,445,47,33,3,0,0,0,0,0,0 +423730,539,119,228,23,8,0,0,0,0,0,0,0 +423810,539,119,378,27,14,5,0,0,0,0,0,0 +423820,539,119,1432,96,37,16,0,0,0,0,0,0 +423830,539,119,1295,116,76,15,0,0,0,0,0,0 +423840,539,119,340,41,24,3,0,0,0,0,0,0 +423850,539,119,183,18,11,0,0,0,0,0,0,0 +423860,539,119,69,5,3,0,0,0,0,0,0,0 +423910,539,119,326,38,18,3,0,0,0,0,0,0 +423920,539,119,0,3,0,0,0,0,0,0,0,0 +423930,539,119,269,34,24,0,0,0,0,0,0,0 +423940,539,119,21,7,3,0,0,0,0,0,0,0 +423990,539,119,171,32,18,0,0,0,0,0,0,0 +424120,539,119,65,19,9,0,0,0,0,0,0,0 +424130,539,119,470,21,3,3,0,0,0,0,0,0 +424210,539,119,127,28,20,0,0,0,0,0,0,0 +424320,539,119,23,7,3,0,0,0,0,0,0,0 +424330,539,119,21,7,6,0,0,0,0,0,0,0 +424420,539,119,215,16,6,0,0,0,0,0,0,0 +424450,539,119,133,7,0,0,0,0,0,0,0,0 +424460,539,119,46,14,11,0,0,0,0,0,0,0 +424470,539,119,203,5,0,0,0,0,0,0,0,0 +424480,539,119,4854,89,30,0,9,0,0,0,0,0 +424490,539,119,1582,81,37,3,0,0,0,0,0,0 +424510,539,119,613,82,62,0,0,0,0,0,0,0 +424590,539,119,109,4,3,0,0,0,0,0,0,0 +424610,539,119,27,9,6,0,0,0,0,0,0,0 +424690,539,119,287,26,9,3,0,0,0,0,0,0 +424710,539,119,315,26,3,0,0,0,0,0,0,0 +424720,539,119,135,13,3,0,0,0,0,0,0,0 +424810,539,119,632,10,0,0,0,0,0,0,0,0 +424820,539,119,17,7,3,0,0,0,0,0,0,0 +424910,539,119,3334,205,132,29,0,0,0,0,0,0 +424920,539,119,86,10,7,0,0,0,0,0,0,0 +424930,539,119,100,4,0,0,0,0,0,0,0,0 +424940,539,119,0,4,0,0,0,0,0,0,0,0 +424950,539,119,29,3,0,0,0,0,0,0,0,0 +424990,539,119,156,32,24,0,0,0,0,0,0,0 +425120,539,119,1584,147,118,0,0,0,0,0,0,0 +441110,539,119,5531,138,27,76,3,0,0,0,0,0 +441120,539,119,1070,169,147,8,0,0,0,0,0,0 +441210,539,119,463,22,0,6,0,0,0,0,0,0 +441222,539,119,156,30,20,0,0,0,0,0,0,0 +441228,539,119,474,49,28,0,0,0,0,0,0,0 +441310,539,119,2414,258,216,15,0,0,0,0,0,0 +441320,539,119,1571,173,125,3,0,0,0,0,0,0 +442110,539,119,896,125,96,3,0,0,0,0,0,0 +442210,539,119,689,82,62,3,0,0,0,0,0,0 +442291,539,119,22,4,3,0,0,0,0,0,0,0 +442299,539,119,633,74,49,7,0,0,0,0,0,0 +443141,539,119,357,38,19,0,0,0,0,0,0,0 +443142,539,119,1006,112,91,3,0,0,0,0,0,0 +444110,539,119,2056,25,3,0,9,0,0,0,0,0 +444120,539,119,193,43,24,0,0,0,0,0,0,0 +444130,539,119,1644,124,64,13,0,0,0,0,0,0 +444190,539,119,2605,228,169,17,0,0,0,0,0,0 +444210,539,119,151,17,0,0,0,0,0,0,0,0 +444220,539,119,1103,129,86,0,0,0,0,0,0,0 +445110,539,119,14822,468,232,120,34,0,0,0,0,0 +445120,539,119,761,138,103,3,0,0,0,0,0,0 +445210,539,119,142,27,9,0,0,0,0,0,0,0 +445220,539,119,0,3,0,0,0,0,0,0,0,0 +445230,539,119,58,23,18,0,0,0,0,0,0,0 +445291,539,119,288,17,6,0,0,0,0,0,0,0 +445292,539,119,46,10,3,0,0,0,0,0,0,0 +445299,539,119,364,53,34,0,0,0,0,0,0,0 +445310,539,119,440,71,60,0,0,0,0,0,0,0 +446110,539,119,2702,172,78,48,0,0,0,0,0,0 +446120,539,119,498,49,29,4,0,0,0,0,0,0 +446130,539,119,265,40,28,0,0,0,0,0,0,0 +446191,539,119,213,54,37,0,0,0,0,0,0,0 +446199,539,119,249,46,34,0,0,0,0,0,0,0 +447110,539,119,4529,608,560,10,0,0,0,0,0,0 +447190,539,119,629,78,33,0,0,0,0,0,0,0 +448110,539,119,58,6,3,0,0,0,0,0,0,0 +448120,539,119,950,136,111,3,0,0,0,0,0,0 +448130,539,119,285,36,25,0,0,0,0,0,0,0 +448140,539,119,2857,128,53,40,0,0,0,0,0,0 +448150,539,119,70,21,11,0,0,0,0,0,0,0 +448190,539,119,414,40,24,3,0,0,0,0,0,0 +448210,539,119,716,95,91,0,0,0,0,0,0,0 +448310,539,119,423,72,57,0,0,0,0,0,0,0 +451110,539,119,1556,184,151,3,0,0,0,0,0,0 +451120,539,119,665,52,26,12,0,0,0,0,0,0 +451130,539,119,225,30,13,3,0,0,0,0,0,0 +451140,539,119,89,12,4,0,0,0,0,0,0,0 +451211,539,119,440,50,23,3,0,0,0,0,0,0 +452210,539,119,2409,25,0,14,4,0,0,0,0,0 +452311,539,119,9779,53,0,6,7,22,0,0,0,0 +452319,539,119,1708,98,24,26,0,0,0,0,0,0 +453110,539,119,238,63,51,0,0,0,0,0,0,0 +453210,539,119,269,33,11,0,0,0,0,0,0,0 +453220,539,119,605,134,120,0,0,0,0,0,0,0 +453310,539,119,1876,191,126,17,0,0,0,0,0,0 +453910,539,119,504,52,22,4,0,0,0,0,0,0 +453920,539,119,36,21,19,0,0,0,0,0,0,0 +453930,539,119,60,11,3,0,0,0,0,0,0,0 +453991,539,119,213,59,45,0,0,0,0,0,0,0 +453998,539,119,1151,210,176,0,0,0,0,0,0,0 +454110,539,119,1588,267,234,10,0,0,0,0,0,0 +454310,539,119,303,38,6,0,0,0,0,0,0,0 +454390,539,119,613,173,141,0,0,0,0,0,0,0 +481111,539,119,489,10,0,0,0,0,0,0,0,0 +483212,539,119,0,3,0,0,0,0,0,0,0,0 +484110,539,119,1091,180,142,0,0,0,0,0,0,0 +484121,539,119,3421,314,262,11,0,0,0,0,0,0 +484122,539,119,871,51,23,11,0,0,0,0,0,0 +484210,539,119,323,34,12,6,0,0,0,0,0,0 +484220,539,119,1292,306,273,4,0,0,0,0,0,0 +484230,539,119,740,110,80,9,0,0,0,0,0,0 +485113,539,119,0,3,0,0,0,0,0,0,0,0 +485310,539,119,0,3,0,0,0,0,0,0,0,0 +485991,539,119,208,10,3,0,0,0,0,0,0,0 +485999,539,119,0,3,0,0,0,0,0,0,0,0 +486910,539,119,20,3,0,0,0,0,0,0,0,0 +487210,539,119,63,29,27,0,0,0,0,0,0,0 +488119,539,119,125,6,3,0,0,0,0,0,0,0 +488190,539,119,256,21,9,0,0,0,0,0,0,0 +488210,539,119,114,13,0,0,0,0,0,0,0,0 +488310,539,119,22,3,0,0,0,0,0,0,0,0 +488410,539,119,361,81,68,0,0,0,0,0,0,0 +488490,539,119,42,6,3,0,0,0,0,0,0,0 +488510,539,119,730,82,69,5,0,0,0,0,0,0 +492110,539,119,2018,60,15,4,0,0,0,0,0,0 +492210,539,119,117,18,8,0,0,0,0,0,0,0 +493110,539,119,1439,34,15,0,0,0,0,0,0,0 +493120,539,119,1498,28,0,0,0,0,0,0,0,0 +493190,539,119,128,8,0,0,0,0,0,0,0,0 +511110,539,119,858,48,13,3,0,0,0,0,0,0 +511120,539,119,100,17,8,0,0,0,0,0,0,0 +511130,539,119,16,6,3,0,0,0,0,0,0,0 +511140,539,119,139,3,0,0,0,0,0,0,0,0 +511210,539,119,1414,56,36,6,0,0,0,0,0,0 +512110,539,119,110,35,28,0,0,0,0,0,0,0 +512131,539,119,499,26,0,12,0,0,0,0,0,0 +512191,539,119,35,4,3,0,0,0,0,0,0,0 +515111,539,119,13,3,0,0,0,0,0,0,0,0 +515112,539,119,354,26,6,0,0,0,0,0,0,0 +515120,539,119,460,11,0,3,0,0,0,0,0,0 +517311,539,119,2336,203,140,3,0,0,0,0,0,0 +517312,539,119,1286,114,90,3,0,0,0,0,0,0 +517911,539,119,120,21,15,0,0,0,0,0,0,0 +517919,539,119,73,6,0,0,0,0,0,0,0,0 +518210,539,119,1014,47,33,4,0,0,0,0,0,0 +519130,539,119,58,23,19,0,0,0,0,0,0,0 +522110,539,119,6498,560,472,46,4,0,0,0,0,0 +522120,539,119,0,37,22,0,0,0,0,0,0,0 +522130,539,119,2834,182,126,8,0,0,0,0,0,0 +522220,539,119,57,9,3,0,0,0,0,0,0,0 +522291,539,119,46,11,3,0,0,0,0,0,0,0 +522292,539,119,723,114,92,0,0,0,0,0,0,0 +522298,539,119,570,47,31,5,0,0,0,0,0,0 +522310,539,119,68,19,11,0,0,0,0,0,0,0 +522320,539,119,190,9,6,0,0,0,0,0,0,0 +522390,539,119,129,25,18,0,0,0,0,0,0,0 +523120,539,119,519,103,89,0,0,0,0,0,0,0 +523130,539,119,10,3,0,0,0,0,0,0,0,0 +523910,539,119,61,15,10,0,0,0,0,0,0,0 +523920,539,119,611,269,258,0,0,0,0,0,0,0 +523930,539,119,142,81,76,0,0,0,0,0,0,0 +523991,539,119,27,4,0,0,0,0,0,0,0,0 +524113,539,119,435,66,60,0,0,0,0,0,0,0 +524114,539,119,1028,13,6,0,0,0,0,0,0,0 +524126,539,119,2144,44,30,5,0,0,0,0,0,0 +524127,539,119,91,20,5,0,0,0,0,0,0,0 +524210,539,119,3503,778,734,9,0,0,0,0,0,0 +524291,539,119,53,17,16,0,0,0,0,0,0,0 +524292,539,119,431,21,9,0,0,0,0,0,0,0 +524298,539,119,31,17,15,0,0,0,0,0,0,0 +531110,539,119,2495,535,497,10,0,0,0,0,0,0 +531120,539,119,708,193,168,3,0,0,0,0,0,0 +531130,539,119,355,131,120,0,0,0,0,0,0,0 +531190,539,119,234,96,82,0,0,0,0,0,0,0 +531210,539,119,1714,788,761,3,0,0,0,0,0,0 +531311,539,119,1940,351,313,6,0,0,0,0,0,0 +531312,539,119,423,57,47,3,0,0,0,0,0,0 +531320,539,119,188,97,94,0,0,0,0,0,0,0 +531390,539,119,166,57,49,0,0,0,0,0,0,0 +532111,539,119,302,28,13,0,0,0,0,0,0,0 +532120,539,119,122,23,15,0,0,0,0,0,0,0 +532210,539,119,0,17,8,0,0,0,0,0,0,0 +532283,539,119,164,21,9,0,0,0,0,0,0,0 +532284,539,119,5,10,10,0,0,0,0,0,0,0 +532289,539,119,2,9,3,0,0,0,0,0,0,0 +532310,539,119,108,31,15,0,0,0,0,0,0,0 +532412,539,119,100,15,5,0,0,0,0,0,0,0 +532490,539,119,196,33,19,0,0,0,0,0,0,0 +533110,539,119,28,7,7,0,0,0,0,0,0,0 +541110,539,119,3890,860,808,17,0,0,0,0,0,0 +541191,539,119,206,27,0,3,0,0,0,0,0,0 +541199,539,119,77,12,6,0,0,0,0,0,0,0 +541211,539,119,2003,327,277,6,0,0,0,0,0,0 +541213,539,119,626,138,111,3,0,0,0,0,0,0 +541214,539,119,167,8,0,0,0,0,0,0,0,0 +541219,539,119,745,306,290,0,0,0,0,0,0,0 +541310,539,119,576,107,96,0,0,0,0,0,0,0 +541320,539,119,27,7,6,0,0,0,0,0,0,0 +541330,539,119,4330,398,326,39,0,0,0,0,0,0 +541340,539,119,43,17,16,0,0,0,0,0,0,0 +541350,539,119,45,34,33,0,0,0,0,0,0,0 +541370,539,119,251,63,42,0,0,0,0,0,0,0 +541380,539,119,503,44,23,0,0,0,0,0,0,0 +541410,539,119,43,23,20,0,0,0,0,0,0,0 +541430,539,119,133,50,45,0,0,0,0,0,0,0 +541490,539,119,6,3,3,0,0,0,0,0,0,0 +541511,539,119,1134,230,205,6,0,0,0,0,0,0 +541512,539,119,1768,171,144,9,0,0,0,0,0,0 +541513,539,119,184,17,12,0,0,0,0,0,0,0 +541519,539,119,133,22,20,0,0,0,0,0,0,0 +541611,539,119,820,253,223,5,0,0,0,0,0,0 +541612,539,119,12,8,8,0,0,0,0,0,0,0 +541613,539,119,263,115,100,0,0,0,0,0,0,0 +541614,539,119,34,10,6,0,0,0,0,0,0,0 +541618,539,119,13,9,9,0,0,0,0,0,0,0 +541620,539,119,622,87,64,8,0,0,0,0,0,0 +541690,539,119,446,128,119,0,0,0,0,0,0,0 +541713,539,119,3,3,3,0,0,0,0,0,0,0 +541715,539,119,185,29,23,0,0,0,0,0,0,0 +541720,539,119,0,7,7,0,0,0,0,0,0,0 +541810,539,119,286,51,39,0,0,0,0,0,0,0 +541820,539,119,23,10,8,0,0,0,0,0,0,0 +541850,539,119,38,8,5,0,0,0,0,0,0,0 +541860,539,119,70,6,0,0,0,0,0,0,0,0 +541890,539,119,252,21,13,0,0,0,0,0,0,0 +541921,539,119,221,35,29,0,0,0,0,0,0,0 +541922,539,119,21,13,9,0,0,0,0,0,0,0 +541930,539,119,52,17,15,0,0,0,0,0,0,0 +541940,539,119,2151,223,156,15,0,0,0,0,0,0 +541990,539,119,243,70,60,0,0,0,0,0,0,0 +551112,539,119,84,19,5,0,0,0,0,0,0,0 +551114,539,119,3977,152,85,35,4,0,0,0,0,0 +561110,539,119,688,120,92,0,0,0,0,0,0,0 +561210,539,119,87,9,0,0,0,0,0,0,0,0 +561311,539,119,50,14,7,0,0,0,0,0,0,0 +561312,539,119,47,13,11,0,0,0,0,0,0,0 +561320,539,119,4659,92,30,25,6,0,0,0,0,0 +561330,539,119,285,7,0,3,0,0,0,0,0,0 +561410,539,119,34,12,9,0,0,0,0,0,0,0 +561422,539,119,1680,12,0,0,3,0,0,0,0,0 +561431,539,119,210,37,31,0,0,0,0,0,0,0 +561439,539,119,79,12,5,0,0,0,0,0,0,0 +561440,539,119,287,12,0,0,0,0,0,0,0,0 +561491,539,119,19,3,0,0,0,0,0,0,0,0 +561492,539,119,11,5,5,0,0,0,0,0,0,0 +561510,539,119,181,31,14,0,0,0,0,0,0,0 +561520,539,119,4,10,6,0,0,0,0,0,0,0 +561599,539,119,0,3,0,0,0,0,0,0,0,0 +561611,539,119,45,7,5,0,0,0,0,0,0,0 +561612,539,119,1912,39,16,6,0,0,0,0,0,0 +561621,539,119,544,18,8,3,0,0,0,0,0,0 +561622,539,119,19,10,3,0,0,0,0,0,0,0 +561710,539,119,216,43,29,0,0,0,0,0,0,0 +561720,539,119,4536,495,431,23,0,0,0,0,0,0 +561730,539,119,3227,764,711,21,0,0,0,0,0,0 +561740,539,119,211,60,52,0,0,0,0,0,0,0 +561790,539,119,154,56,53,0,0,0,0,0,0,0 +561910,539,119,0,3,0,0,0,0,0,0,0,0 +561920,539,119,118,19,10,0,0,0,0,0,0,0 +561990,539,119,681,97,69,0,0,0,0,0,0,0 +562111,539,119,572,49,11,3,0,0,0,0,0,0 +562211,539,119,0,3,0,0,0,0,0,0,0,0 +562910,539,119,2043,35,19,5,0,0,0,0,0,0 +562991,539,119,157,37,24,0,0,0,0,0,0,0 +611110,539,119,1944,96,38,11,0,0,0,0,0,0 +611210,539,119,0,3,0,0,0,0,0,0,0,0 +611310,539,119,4895,14,0,0,0,0,0,0,0,0 +611420,539,119,32,4,0,0,0,0,0,0,0,0 +611430,539,119,43,11,8,0,0,0,0,0,0,0 +611511,539,119,45,10,0,0,0,0,0,0,0,0 +611512,539,119,0,3,0,0,0,0,0,0,0,0 +611513,539,119,99,12,6,0,0,0,0,0,0,0 +611519,539,119,134,27,14,0,0,0,0,0,0,0 +611610,539,119,367,66,55,0,0,0,0,0,0,0 +611620,539,119,744,72,45,4,0,0,0,0,0,0 +611630,539,119,14,3,3,0,0,0,0,0,0,0 +611691,539,119,76,24,19,0,0,0,0,0,0,0 +611692,539,119,114,16,3,0,0,0,0,0,0,0 +611699,539,119,297,54,36,0,0,0,0,0,0,0 +611710,539,119,97,35,26,0,0,0,0,0,0,0 +621111,539,119,12711,868,690,109,21,0,0,0,0,0 +621112,539,119,107,30,25,0,0,0,0,0,0,0 +621210,539,119,6608,794,733,30,0,0,0,0,0,0 +621310,539,119,1281,310,276,3,0,0,0,0,0,0 +621320,539,119,996,153,128,0,0,0,0,0,0,0 +621330,539,119,330,161,155,0,0,0,0,0,0,0 +621340,539,119,1865,279,238,9,0,0,0,0,0,0 +621391,539,119,114,24,16,0,0,0,0,0,0,0 +621399,539,119,867,219,196,5,0,0,0,0,0,0 +621410,539,119,0,6,0,0,0,0,0,0,0,0 +621420,539,119,1732,96,51,13,0,0,0,0,0,0 +621491,539,119,0,18,5,10,0,0,0,0,0,0 +621492,539,119,0,18,0,5,0,0,0,0,0,0 +621493,539,119,673,31,10,4,0,0,0,0,0,0 +621498,539,119,3917,129,53,24,8,0,0,0,0,0 +621511,539,119,2021,54,38,3,0,0,0,0,0,0 +621512,539,119,0,29,10,3,5,0,0,0,0,0 +621610,539,119,3345,97,24,33,6,0,0,0,0,0 +621910,539,119,999,29,9,0,0,0,0,0,0,0 +621991,539,119,354,6,0,3,0,0,0,0,0,0 +621999,539,119,165,11,8,3,0,0,0,0,0,0 +622110,539,119,22613,32,0,0,3,0,0,0,0,0 +623110,539,119,5829,82,10,16,19,0,0,0,0,0 +623210,539,119,2462,77,33,7,4,0,0,0,0,0 +623220,539,119,1537,52,19,19,0,0,0,0,0,0 +623311,539,119,2571,41,3,11,0,3,0,0,0,0 +623312,539,119,5003,313,179,64,0,0,0,0,0,0 +623990,539,119,861,23,6,13,0,0,0,0,0,0 +624110,539,119,726,72,43,6,0,0,0,0,0,0 +624120,539,119,5603,157,54,34,9,0,0,0,0,0 +624190,539,119,2576,224,161,14,0,0,0,0,0,0 +624210,539,119,226,38,22,0,0,0,0,0,0,0 +624221,539,119,303,25,12,0,0,0,0,0,0,0 +624229,539,119,242,33,16,0,0,0,0,0,0,0 +624310,539,119,1608,82,47,4,3,0,0,0,0,0 +624410,539,119,5192,562,448,69,0,0,0,0,0,0 +711110,539,119,23,3,0,0,0,0,0,0,0,0 +711130,539,119,146,10,6,0,0,0,0,0,0,0 +711219,539,119,45,11,6,0,0,0,0,0,0,0 +711310,539,119,197,9,0,0,0,0,0,0,0,0 +711320,539,119,52,28,26,0,0,0,0,0,0,0 +711410,539,119,14,6,6,0,0,0,0,0,0,0 +711510,539,119,93,69,64,0,0,0,0,0,0,0 +712110,539,119,174,43,21,0,0,0,0,0,0,0 +713120,539,119,118,15,0,0,0,0,0,0,0,0 +713910,539,119,780,66,29,0,0,0,0,0,0,0 +713920,539,119,72,3,0,0,0,0,0,0,0,0 +713930,539,119,71,11,5,0,0,0,0,0,0,0 +713940,539,119,3839,230,159,21,4,0,0,0,0,0 +713950,539,119,275,16,0,3,0,0,0,0,0,0 +713990,539,119,682,170,138,3,0,0,0,0,0,0 +721110,539,119,10086,543,378,107,7,0,0,0,0,0 +721191,539,119,156,54,41,0,0,0,0,0,0,0 +721199,539,119,143,24,9,0,0,0,0,0,0,0 +721211,539,119,378,116,91,0,0,0,0,0,0,0 +721214,539,119,133,19,5,0,0,0,0,0,0,0 +721310,539,119,144,27,23,0,0,0,0,0,0,0 +722310,539,119,1591,94,46,15,0,0,0,0,0,0 +722320,539,119,304,48,36,3,0,0,0,0,0,0 +722330,539,119,84,48,42,0,0,0,0,0,0,0 +722410,539,119,1781,261,221,9,0,0,0,0,0,0 +722511,539,119,25194,1568,1116,414,5,0,0,0,0,0 +722513,539,119,21486,1262,805,419,0,0,0,0,0,0 +722514,539,119,216,12,0,3,0,0,0,0,0,0 +722515,539,119,5737,686,595,62,0,0,0,0,0,0 +811111,539,119,2129,497,463,5,0,0,0,0,0,0 +811112,539,119,22,11,10,0,0,0,0,0,0,0 +811113,539,119,86,24,14,0,0,0,0,0,0,0 +811118,539,119,71,15,7,0,0,0,0,0,0,0 +811121,539,119,1220,203,168,3,0,0,0,0,0,0 +811122,539,119,129,36,22,0,0,0,0,0,0,0 +811191,539,119,390,62,44,0,0,0,0,0,0,0 +811192,539,119,666,118,91,3,0,0,0,0,0,0 +811198,539,119,11,5,4,0,0,0,0,0,0,0 +811212,539,119,67,19,13,0,0,0,0,0,0,0 +811310,539,119,769,142,110,4,0,0,0,0,0,0 +811411,539,119,0,3,0,0,0,0,0,0,0,0 +811412,539,119,11,11,9,0,0,0,0,0,0,0 +811420,539,119,30,6,5,0,0,0,0,0,0,0 +811490,539,119,372,88,79,0,0,0,0,0,0,0 +812111,539,119,128,15,14,0,0,0,0,0,0,0 +812112,539,119,1685,377,345,4,0,0,0,0,0,0 +812113,539,119,539,183,175,0,0,0,0,0,0,0 +812191,539,119,117,15,6,0,0,0,0,0,0,0 +812199,539,119,410,101,79,0,0,0,0,0,0,0 +812210,539,119,322,53,32,0,0,0,0,0,0,0 +812220,539,119,140,32,19,0,0,0,0,0,0,0 +812310,539,119,185,34,19,0,0,0,0,0,0,0 +812320,539,119,239,49,34,0,0,0,0,0,0,0 +812332,539,119,0,10,0,0,0,0,0,0,0,0 +812910,539,119,545,120,88,3,0,0,0,0,0,0 +812930,539,119,138,17,11,3,0,0,0,0,0,0 +812990,539,119,240,72,67,0,0,0,0,0,0,0 +813110,539,119,9165,1223,1126,59,3,0,0,0,0,0 +813211,539,119,160,61,50,0,0,0,0,0,0,0 +813212,539,119,60,16,13,0,0,0,0,0,0,0 +813219,539,119,33,8,4,0,0,0,0,0,0,0 +813311,539,119,23,4,3,0,0,0,0,0,0,0 +813312,539,119,483,68,38,0,0,0,0,0,0,0 +813319,539,119,200,31,20,0,0,0,0,0,0,0 +813410,539,119,1286,184,152,3,0,0,0,0,0,0 +813910,539,119,344,98,78,0,0,0,0,0,0,0 +813920,539,119,34,17,12,0,0,0,0,0,0,0 +813930,539,119,449,104,90,0,0,0,0,0,0,0 +813940,539,119,0,3,3,0,0,0,0,0,0,0 +813990,539,119,412,124,110,0,0,0,0,0,0,0 +113310,540,120,648,207,184,0,0,0,0,0,0,0 +115210,540,120,13,3,0,0,0,0,0,0,0,0 +211120,540,120,343,82,64,0,0,0,0,0,0,0 +211130,540,120,589,36,6,3,0,0,0,0,0,0 +212111,540,120,2358,52,11,3,0,0,0,0,0,0 +212112,540,120,2153,60,5,0,0,3,0,0,0,0 +212312,540,120,0,3,0,0,0,0,0,0,0,0 +213111,540,120,72,22,6,3,0,0,0,0,0,0 +213112,540,120,1425,116,73,10,0,0,0,0,0,0 +213113,540,120,482,12,0,0,0,0,0,0,0,0 +221111,540,120,0,4,0,0,0,0,0,0,0,0 +221112,540,120,0,11,0,0,0,0,0,0,0,0 +221121,540,120,0,3,3,0,0,0,0,0,0,0 +221122,540,120,140,44,4,0,0,0,0,0,0,0 +221210,540,120,66,21,3,0,0,0,0,0,0,0 +221310,540,120,0,14,0,0,0,0,0,0,0,0 +221320,540,120,26,3,3,0,0,0,0,0,0,0 +236115,540,120,1037,347,317,0,0,0,0,0,0,0 +236116,540,120,0,3,0,0,0,0,0,0,0,0 +236117,540,120,248,56,33,0,0,0,0,0,0,0 +236118,540,120,1327,434,389,0,0,0,0,0,0,0 +236220,540,120,1497,130,61,13,0,0,0,0,0,0 +237110,540,120,112,19,3,0,0,0,0,0,0,0 +237120,540,120,571,26,0,4,3,0,0,0,0,0 +237130,540,120,65,10,0,0,0,0,0,0,0,0 +237210,540,120,15,6,3,0,0,0,0,0,0,0 +237310,540,120,854,37,3,0,0,0,0,0,0,0 +238110,540,120,136,34,25,0,0,0,0,0,0,0 +238130,540,120,51,14,8,0,0,0,0,0,0,0 +238140,540,120,286,65,49,0,0,0,0,0,0,0 +238150,540,120,0,3,0,0,0,0,0,0,0,0 +238160,540,120,331,60,39,0,0,0,0,0,0,0 +238170,540,120,78,22,15,0,0,0,0,0,0,0 +238190,540,120,54,12,3,0,0,0,0,0,0,0 +238210,540,120,2653,257,206,13,0,0,0,0,0,0 +238220,540,120,2549,376,300,10,0,0,0,0,0,0 +238290,540,120,151,11,3,0,0,0,0,0,0,0 +238310,540,120,156,19,9,0,0,0,0,0,0,0 +238320,540,120,196,54,39,0,0,0,0,0,0,0 +238330,540,120,35,16,15,0,0,0,0,0,0,0 +238350,540,120,142,33,18,0,0,0,0,0,0,0 +238910,540,120,3287,334,222,14,0,0,0,0,0,0 +238990,540,120,799,102,60,0,0,0,0,0,0,0 +311611,540,120,18,3,0,0,0,0,0,0,0,0 +311811,540,120,146,20,6,0,0,0,0,0,0,0 +314999,540,120,10,4,4,0,0,0,0,0,0,0 +321113,540,120,404,40,4,0,0,0,0,0,0,0 +321214,540,120,0,3,0,0,0,0,0,0,0,0 +321918,540,120,0,3,0,0,0,0,0,0,0,0 +321920,540,120,0,3,0,0,0,0,0,0,0,0 +321992,540,120,0,4,0,0,0,0,0,0,0,0 +323111,540,120,428,49,24,0,0,0,0,0,0,0 +323113,540,120,52,7,0,0,0,0,0,0,0,0 +324121,540,120,16,4,3,0,0,0,0,0,0,0 +325120,540,120,0,4,0,0,0,0,0,0,0,0 +325199,540,120,520,7,0,0,0,0,0,0,0,0 +325998,540,120,27,4,0,0,0,0,0,0,0,0 +326199,540,120,444,9,0,0,0,0,0,0,0,0 +327320,540,120,244,23,3,0,0,0,0,0,0,0 +332312,540,120,153,8,0,0,0,0,0,0,0,0 +332313,540,120,0,3,0,0,0,0,0,0,0,0 +332322,540,120,41,3,0,0,0,0,0,0,0,0 +332710,540,120,935,69,30,3,0,0,0,0,0,0 +332812,540,120,728,3,0,0,0,0,0,0,0,0 +332813,540,120,0,3,0,0,0,0,0,0,0,0 +332999,540,120,10,3,0,0,0,0,0,0,0,0 +333131,540,120,519,15,0,0,0,0,0,0,0,0 +336510,540,120,178,3,0,0,0,0,0,0,0,0 +337110,540,120,17,6,0,0,0,0,0,0,0,0 +339113,540,120,22,7,3,0,0,0,0,0,0,0 +339116,540,120,96,13,6,0,0,0,0,0,0,0 +339950,540,120,10,3,0,0,0,0,0,0,0,0 +423110,540,120,375,7,0,0,0,0,0,0,0,0 +423120,540,120,280,21,10,0,0,0,0,0,0,0 +423130,540,120,56,7,0,0,0,0,0,0,0,0 +423210,540,120,35,4,0,0,0,0,0,0,0,0 +423310,540,120,73,14,6,0,0,0,0,0,0,0 +423320,540,120,24,7,6,0,0,0,0,0,0,0 +423330,540,120,98,13,4,0,0,0,0,0,0,0 +423390,540,120,237,15,6,0,0,0,0,0,0,0 +423420,540,120,225,24,11,0,0,0,0,0,0,0 +423430,540,120,0,5,0,0,0,0,0,0,0,0 +423440,540,120,9,3,0,0,0,0,0,0,0,0 +423450,540,120,6,7,3,0,0,0,0,0,0,0 +423490,540,120,0,3,0,0,0,0,0,0,0,0 +423510,540,120,282,12,0,0,0,0,0,0,0,0 +423610,540,120,601,50,9,3,0,0,0,0,0,0 +423690,540,120,0,6,0,0,0,0,0,0,0,0 +423720,540,120,169,25,7,0,0,0,0,0,0,0 +423730,540,120,136,25,15,0,0,0,0,0,0,0 +423810,540,120,1284,73,34,7,0,0,0,0,0,0 +423830,540,120,1144,117,71,5,0,0,0,0,0,0 +423840,540,120,522,48,28,3,0,0,0,0,0,0 +423850,540,120,55,10,3,0,0,0,0,0,0,0 +423930,540,120,213,32,9,0,0,0,0,0,0,0 +423990,540,120,48,12,7,0,0,0,0,0,0,0 +424120,540,120,28,8,0,0,0,0,0,0,0,0 +424130,540,120,72,4,0,0,0,0,0,0,0,0 +424210,540,120,92,14,3,0,0,0,0,0,0,0 +424410,540,120,0,3,0,0,0,0,0,0,0,0 +424450,540,120,23,6,0,0,0,0,0,0,0,0 +424490,540,120,994,33,7,3,0,0,0,0,0,0 +424690,540,120,146,25,7,0,0,0,0,0,0,0 +424710,540,120,56,8,3,0,0,0,0,0,0,0 +424810,540,120,145,7,0,0,0,0,0,0,0,0 +424950,540,120,18,4,3,0,0,0,0,0,0,0 +424990,540,120,53,6,3,0,0,0,0,0,0,0 +425120,540,120,107,31,11,0,0,0,0,0,0,0 +441110,540,120,5652,139,4,64,3,0,0,0,0,0 +441120,540,120,429,115,81,0,0,0,0,0,0,0 +441210,540,120,52,6,0,0,0,0,0,0,0,0 +441222,540,120,0,3,0,0,0,0,0,0,0,0 +441228,540,120,305,32,6,0,0,0,0,0,0,0 +441310,540,120,2396,280,197,3,0,0,0,0,0,0 +441320,540,120,989,120,63,0,0,0,0,0,0,0 +442110,540,120,808,100,56,4,0,0,0,0,0,0 +442210,540,120,168,47,25,0,0,0,0,0,0,0 +442299,540,120,293,35,9,0,0,0,0,0,0,0 +443141,540,120,42,9,3,0,0,0,0,0,0,0 +443142,540,120,568,55,36,0,0,0,0,0,0,0 +444110,540,120,483,22,0,0,7,0,0,0,0,0 +444120,540,120,29,7,3,0,0,0,0,0,0,0 +444130,540,120,399,54,9,3,0,0,0,0,0,0 +444190,540,120,1199,150,80,3,0,0,0,0,0,0 +444210,540,120,32,7,3,0,0,0,0,0,0,0 +444220,540,120,492,70,12,0,0,0,0,0,0,0 +445110,540,120,9713,302,63,70,9,0,0,0,0,0 +445120,540,120,286,68,38,0,0,0,0,0,0,0 +445230,540,120,0,4,0,0,0,0,0,0,0,0 +445292,540,120,24,4,0,0,0,0,0,0,0,0 +445310,540,120,131,46,13,0,0,0,0,0,0,0 +446110,540,120,4384,382,238,40,0,0,0,0,0,0 +446120,540,120,469,37,9,0,0,0,0,0,0,0 +446130,540,120,210,36,20,0,0,0,0,0,0,0 +446191,540,120,95,18,11,0,0,0,0,0,0,0 +446199,540,120,305,53,31,0,0,0,0,0,0,0 +447110,540,120,9009,860,677,65,0,0,0,0,0,0 +447190,540,120,406,46,7,0,0,0,0,0,0,0 +448110,540,120,104,14,3,0,0,0,0,0,0,0 +448120,540,120,899,104,91,0,0,0,0,0,0,0 +448130,540,120,167,19,6,0,0,0,0,0,0,0 +448140,540,120,1731,73,20,24,0,0,0,0,0,0 +448150,540,120,37,11,0,0,0,0,0,0,0,0 +448190,540,120,256,29,13,0,0,0,0,0,0,0 +448210,540,120,719,79,57,0,0,0,0,0,0,0 +448310,540,120,275,70,40,0,0,0,0,0,0,0 +451110,540,120,798,91,50,0,0,0,0,0,0,0 +451120,540,120,618,36,11,3,0,0,0,0,0,0 +451130,540,120,26,5,4,0,0,0,0,0,0,0 +451140,540,120,61,7,0,0,0,0,0,0,0,0 +451211,540,120,317,35,6,4,0,0,0,0,0,0 +452210,540,120,1892,26,0,13,3,0,0,0,0,0 +452311,540,120,3062,29,0,0,5,0,0,0,0,0 +452319,540,120,3205,451,343,9,0,0,0,0,0,0 +453110,540,120,322,82,48,0,0,0,0,0,0,0 +453210,540,120,43,3,0,0,0,0,0,0,0,0 +453220,540,120,459,98,66,0,0,0,0,0,0,0 +453310,540,120,439,71,42,0,0,0,0,0,0,0 +453910,540,120,109,8,3,0,0,0,0,0,0,0 +453930,540,120,98,13,3,0,0,0,0,0,0,0 +453991,540,120,375,92,69,0,0,0,0,0,0,0 +453998,540,120,293,83,69,0,0,0,0,0,0,0 +454110,540,120,151,36,26,0,0,0,0,0,0,0 +454210,540,120,0,8,6,0,0,0,0,0,0,0 +454310,540,120,103,20,0,0,0,0,0,0,0,0 +454390,540,120,249,66,47,0,0,0,0,0,0,0 +484110,540,120,694,104,64,4,0,0,0,0,0,0 +484121,540,120,374,67,34,0,0,0,0,0,0,0 +484122,540,120,553,23,0,5,0,0,0,0,0,0 +484220,540,120,2615,402,322,3,0,0,0,0,0,0 +484230,540,120,190,27,9,3,0,0,0,0,0,0 +486210,540,120,68,51,19,3,0,0,0,0,0,0 +488190,540,120,264,3,0,0,0,0,0,0,0,0 +488210,540,120,15,3,0,0,0,0,0,0,0,0 +488410,540,120,284,57,37,0,0,0,0,0,0,0 +488490,540,120,0,6,4,0,0,0,0,0,0,0 +488510,540,120,22,7,6,0,0,0,0,0,0,0 +492110,540,120,339,26,6,3,0,0,0,0,0,0 +493110,540,120,650,24,4,0,0,0,0,0,0,0 +493190,540,120,0,4,3,0,0,0,0,0,0,0 +511120,540,120,45,6,6,0,0,0,0,0,0,0 +511210,540,120,24,3,0,0,0,0,0,0,0,0 +512110,540,120,9,4,3,0,0,0,0,0,0,0 +512131,540,120,63,3,0,0,0,0,0,0,0,0 +515112,540,120,185,22,6,0,0,0,0,0,0,0 +515120,540,120,0,4,0,0,0,0,0,0,0,0 +517311,540,120,3312,253,156,14,0,0,0,0,0,0 +517312,540,120,721,94,51,0,0,0,0,0,0,0 +518210,540,120,293,11,3,0,0,0,0,0,0,0 +519120,540,120,0,3,0,0,0,0,0,0,0,0 +522110,540,120,7478,660,503,29,4,0,0,0,0,0 +522120,540,120,0,3,0,0,0,0,0,0,0,0 +522130,540,120,800,115,81,4,0,0,0,0,0,0 +522291,540,120,158,33,10,0,0,0,0,0,0,0 +522292,540,120,136,37,25,0,0,0,0,0,0,0 +522298,540,120,250,48,32,0,0,0,0,0,0,0 +523120,540,120,227,42,25,0,0,0,0,0,0,0 +523910,540,120,17,7,6,0,0,0,0,0,0,0 +523920,540,120,222,78,67,0,0,0,0,0,0,0 +523930,540,120,29,23,14,0,0,0,0,0,0,0 +524113,540,120,83,14,14,0,0,0,0,0,0,0 +524114,540,120,364,18,6,5,0,0,0,0,0,0 +524126,540,120,509,11,3,3,0,0,0,0,0,0 +524210,540,120,2576,655,593,3,0,0,0,0,0,0 +524291,540,120,0,3,3,0,0,0,0,0,0,0 +524292,540,120,668,11,0,0,0,0,0,0,0,0 +531110,540,120,1026,346,317,0,0,0,0,0,0,0 +531120,540,120,599,172,141,0,0,0,0,0,0,0 +531130,540,120,87,43,41,0,0,0,0,0,0,0 +531190,540,120,153,46,36,0,0,0,0,0,0,0 +531210,540,120,465,196,176,0,0,0,0,0,0,0 +531311,540,120,498,70,46,0,0,0,0,0,0,0 +531312,540,120,81,24,14,0,0,0,0,0,0,0 +531320,540,120,51,29,24,0,0,0,0,0,0,0 +531390,540,120,5,6,6,0,0,0,0,0,0,0 +532111,540,120,114,33,14,0,0,0,0,0,0,0 +532120,540,120,112,14,6,0,0,0,0,0,0,0 +532210,540,120,0,36,32,0,0,0,0,0,0,0 +532283,540,120,135,26,12,0,0,0,0,0,0,0 +532310,540,120,43,3,0,0,0,0,0,0,0,0 +532412,540,120,100,10,0,0,0,0,0,0,0,0 +532490,540,120,320,27,11,4,0,0,0,0,0,0 +533110,540,120,27,6,3,0,0,0,0,0,0,0 +541110,540,120,5230,853,775,31,3,0,0,0,0,0 +541191,540,120,31,21,15,0,0,0,0,0,0,0 +541211,540,120,1502,223,186,6,0,0,0,0,0,0 +541213,540,120,408,94,49,0,0,0,0,0,0,0 +541219,540,120,657,110,69,0,0,0,0,0,0,0 +541310,540,120,159,22,15,0,0,0,0,0,0,0 +541320,540,120,0,3,0,0,0,0,0,0,0,0 +541330,540,120,2447,180,121,14,0,0,0,0,0,0 +541370,540,120,57,22,16,0,0,0,0,0,0,0 +541380,540,120,170,29,3,3,0,0,0,0,0,0 +541410,540,120,11,7,7,0,0,0,0,0,0,0 +541430,540,120,30,14,13,0,0,0,0,0,0,0 +541511,540,120,613,68,41,0,0,0,0,0,0,0 +541512,540,120,857,129,101,3,0,0,0,0,0,0 +541513,540,120,30,25,13,0,0,0,0,0,0,0 +541611,540,120,729,112,80,0,0,0,0,0,0,0 +541612,540,120,14,3,0,0,0,0,0,0,0,0 +541613,540,120,65,26,17,0,0,0,0,0,0,0 +541614,540,120,4,5,5,0,0,0,0,0,0,0 +541620,540,120,468,29,7,0,0,0,0,0,0,0 +541690,540,120,73,35,27,0,0,0,0,0,0,0 +541715,540,120,918,23,8,0,0,0,0,0,0,0 +541720,540,120,0,3,0,0,0,0,0,0,0,0 +541810,540,120,91,25,11,0,0,0,0,0,0,0 +541820,540,120,19,5,3,0,0,0,0,0,0,0 +541890,540,120,0,3,0,0,0,0,0,0,0,0 +541921,540,120,6,10,6,0,0,0,0,0,0,0 +541940,540,120,1510,123,44,7,0,0,0,0,0,0 +541990,540,120,67,9,6,0,0,0,0,0,0,0 +551112,540,120,21,8,0,0,0,0,0,0,0,0 +551114,540,120,4554,202,115,24,0,0,0,0,0,0 +561110,540,120,1646,89,43,3,0,0,0,0,0,0 +561210,540,120,58,13,6,0,0,0,0,0,0,0 +561311,540,120,126,4,0,0,0,0,0,0,0,0 +561320,540,120,4939,100,23,15,9,0,0,0,0,0 +561330,540,120,1549,12,3,0,7,0,0,0,0,0 +561422,540,120,1845,5,0,0,0,0,3,0,0,0 +561439,540,120,86,5,0,0,0,0,0,0,0,0 +561440,540,120,25,3,0,0,0,0,0,0,0,0 +561492,540,120,18,7,6,0,0,0,0,0,0,0 +561510,540,120,26,13,5,0,0,0,0,0,0,0 +561591,540,120,8,6,0,0,0,0,0,0,0,0 +561599,540,120,0,3,0,0,0,0,0,0,0,0 +561611,540,120,6,3,0,0,0,0,0,0,0,0 +561612,540,120,916,25,0,0,3,0,0,0,0,0 +561621,540,120,129,20,10,0,0,0,0,0,0,0 +561710,540,120,382,36,12,3,0,0,0,0,0,0 +561720,540,120,2071,147,95,3,0,0,0,0,0,0 +561730,540,120,1081,307,273,0,0,0,0,0,0,0 +561740,540,120,79,22,15,0,0,0,0,0,0,0 +561790,540,120,8,3,0,0,0,0,0,0,0,0 +561990,540,120,266,39,23,0,0,0,0,0,0,0 +562111,540,120,305,40,14,0,0,0,0,0,0,0 +562910,540,120,77,14,10,0,0,0,0,0,0,0 +562991,540,120,9,3,3,0,0,0,0,0,0,0 +611110,540,120,1237,49,6,15,0,0,0,0,0,0 +611210,540,120,323,3,0,0,0,0,0,0,0,0 +611310,540,120,0,3,0,0,0,0,0,0,0,0 +611513,540,120,74,14,6,0,0,0,0,0,0,0 +611519,540,120,34,8,0,0,0,0,0,0,0,0 +611610,540,120,112,28,15,0,0,0,0,0,0,0 +611620,540,120,58,13,3,0,0,0,0,0,0,0 +611691,540,120,49,4,3,0,0,0,0,0,0,0 +611710,540,120,13,3,0,0,0,0,0,0,0,0 +621111,540,120,11140,1040,872,84,0,0,0,0,0,0 +621112,540,120,145,16,6,0,0,0,0,0,0,0 +621210,540,120,3731,497,417,8,0,0,0,0,0,0 +621310,540,120,406,110,94,0,0,0,0,0,0,0 +621320,540,120,625,98,60,3,0,0,0,0,0,0 +621330,540,120,810,79,54,0,0,0,0,0,0,0 +621340,540,120,1827,223,165,0,0,0,0,0,0,0 +621391,540,120,76,22,13,0,0,0,0,0,0,0 +621399,540,120,75,29,17,0,0,0,0,0,0,0 +621420,540,120,1088,46,3,4,0,0,0,0,0,0 +621492,540,120,0,25,9,3,0,0,0,0,0,0 +621493,540,120,452,31,3,14,0,0,0,0,0,0 +621498,540,120,1800,157,53,12,0,0,0,0,0,0 +621511,540,120,99,40,25,0,0,0,0,0,0,0 +621512,540,120,72,7,0,0,0,0,0,0,0,0 +621610,540,120,3475,94,16,24,0,0,0,0,0,0 +621910,540,120,209,18,0,0,0,0,0,0,0,0 +621999,540,120,156,6,3,0,0,0,0,0,0,0 +622110,540,120,2332,13,0,0,0,0,3,0,0,0 +623110,540,120,7324,115,7,16,16,0,0,0,0,0 +623210,540,120,3237,380,276,21,0,0,0,0,0,0 +623220,540,120,61,34,15,0,0,0,0,0,0,0 +623311,540,120,473,11,0,0,0,0,0,0,0,0 +623312,540,120,408,25,0,0,0,0,0,0,0,0 +623990,540,120,404,23,3,0,0,0,0,0,0,0 +624110,540,120,681,74,32,0,0,0,0,0,0,0 +624120,540,120,9298,207,41,46,7,0,0,0,0,0 +624190,540,120,908,137,83,3,0,0,0,0,0,0 +624210,540,120,0,15,3,0,0,0,0,0,0,0 +624221,540,120,516,36,0,9,0,0,0,0,0,0 +624229,540,120,38,10,6,0,0,0,0,0,0,0 +624230,540,120,55,7,3,0,0,0,0,0,0,0 +624310,540,120,952,67,39,0,0,0,0,0,0,0 +624410,540,120,3833,333,219,38,0,0,0,0,0,0 +711130,540,120,139,5,0,0,0,0,0,0,0,0 +711212,540,120,0,3,0,0,0,0,0,0,0,0 +711219,540,120,49,11,7,0,0,0,0,0,0,0 +711310,540,120,0,3,0,0,0,0,0,0,0,0 +711320,540,120,0,3,0,0,0,0,0,0,0,0 +711510,540,120,13,8,7,0,0,0,0,0,0,0 +712110,540,120,37,4,0,0,0,0,0,0,0,0 +713120,540,120,32,7,3,0,0,0,0,0,0,0 +713290,540,120,1627,282,230,0,0,0,0,0,0,0 +713910,540,120,486,37,13,0,0,0,0,0,0,0 +713940,540,120,1251,102,63,6,0,0,0,0,0,0 +713950,540,120,47,3,0,0,0,0,0,0,0,0 +713990,540,120,229,46,27,0,0,0,0,0,0,0 +721110,540,120,5456,301,149,63,0,0,0,0,0,0 +721191,540,120,70,8,0,0,0,0,0,0,0,0 +721214,540,120,72,11,3,0,0,0,0,0,0,0 +721310,540,120,10,7,7,0,0,0,0,0,0,0 +722310,540,120,748,63,27,6,0,0,0,0,0,0 +722320,540,120,0,3,0,0,0,0,0,0,0,0 +722330,540,120,1,3,3,0,0,0,0,0,0,0 +722410,540,120,1686,348,308,7,0,0,0,0,0,0 +722511,540,120,24522,1187,736,319,10,0,0,0,0,0 +722513,540,120,25653,1289,710,455,0,0,0,0,0,0 +722514,540,120,639,62,26,0,0,0,0,0,0,0 +722515,540,120,1257,138,89,6,0,0,0,0,0,0 +811111,540,120,1528,410,357,0,0,0,0,0,0,0 +811112,540,120,3,3,3,0,0,0,0,0,0,0 +811113,540,120,7,6,6,0,0,0,0,0,0,0 +811121,540,120,810,137,67,0,0,0,0,0,0,0 +811122,540,120,78,22,7,0,0,0,0,0,0,0 +811191,540,120,73,23,4,0,0,0,0,0,0,0 +811192,540,120,227,43,24,0,0,0,0,0,0,0 +811212,540,120,88,10,3,0,0,0,0,0,0,0 +811213,540,120,27,3,0,0,0,0,0,0,0,0 +811310,540,120,1896,159,82,11,0,0,0,0,0,0 +811412,540,120,0,3,0,0,0,0,0,0,0,0 +811490,540,120,5,4,4,0,0,0,0,0,0,0 +812112,540,120,1322,253,223,0,0,0,0,0,0,0 +812113,540,120,25,17,16,0,0,0,0,0,0,0 +812191,540,120,54,4,0,0,0,0,0,0,0,0 +812199,540,120,247,39,21,0,0,0,0,0,0,0 +812210,540,120,1000,181,99,0,0,0,0,0,0,0 +812220,540,120,206,68,42,0,0,0,0,0,0,0 +812310,540,120,8,7,3,0,0,0,0,0,0,0 +812320,540,120,165,20,6,0,0,0,0,0,0,0 +812910,540,120,155,41,30,0,0,0,0,0,0,0 +812930,540,120,80,27,17,0,0,0,0,0,0,0 +812990,540,120,5,3,3,0,0,0,0,0,0,0 +813110,540,120,7499,1581,1490,35,0,0,0,0,0,0 +813211,540,120,164,46,33,0,0,0,0,0,0,0 +813212,540,120,48,5,0,0,0,0,0,0,0,0 +813311,540,120,60,14,7,0,0,0,0,0,0,0 +813312,540,120,234,27,16,3,0,0,0,0,0,0 +813319,540,120,81,11,7,0,0,0,0,0,0,0 +813410,540,120,1214,223,171,0,0,0,0,0,0,0 +813910,540,120,158,55,50,0,0,0,0,0,0,0 +813920,540,120,242,17,13,0,0,0,0,0,0,0 +813930,540,120,1072,168,127,0,0,0,0,0,0,0 +813940,540,120,12,5,4,0,0,0,0,0,0,0 +813990,540,120,139,30,19,0,0,0,0,0,0,0 +115210,551,121,82,22,20,0,0,0,0,0,0,0 +212321,551,121,76,9,5,0,0,0,0,0,0,0 +221112,551,121,0,5,0,0,0,0,0,0,0,0 +221122,551,121,0,21,4,4,3,0,0,0,0,0 +221210,551,121,0,20,10,0,0,0,0,0,0,0 +236115,551,121,404,136,133,0,0,0,0,0,0,0 +236116,551,121,152,13,6,0,0,0,0,0,0,0 +236117,551,121,456,45,36,0,0,0,0,0,0,0 +236118,551,121,1733,432,415,12,0,0,0,0,0,0 +236210,551,121,166,14,4,3,0,0,0,0,0,0 +236220,551,121,3041,148,105,31,0,0,0,0,0,0 +237110,551,121,294,30,22,0,0,0,0,0,0,0 +237130,551,121,399,16,0,4,0,0,0,0,0,0 +237210,551,121,63,25,22,0,0,0,0,0,0,0 +237310,551,121,740,28,17,3,0,0,0,0,0,0 +237990,551,121,190,11,8,0,0,0,0,0,0,0 +238110,551,121,683,97,84,5,0,0,0,0,0,0 +238120,551,121,200,13,3,0,0,0,0,0,0,0 +238130,551,121,447,67,57,3,0,0,0,0,0,0 +238140,551,121,634,109,99,3,0,0,0,0,0,0 +238150,551,121,203,17,7,0,0,0,0,0,0,0 +238160,551,121,1145,117,96,9,0,0,0,0,0,0 +238170,551,121,371,64,57,0,0,0,0,0,0,0 +238190,551,121,245,16,8,0,0,0,0,0,0,0 +238210,551,121,4497,303,258,29,5,0,0,0,0,0 +238220,551,121,5131,401,354,36,3,3,0,0,0,0 +238290,551,121,503,45,36,3,0,0,0,0,0,0 +238310,551,121,1202,99,77,17,0,0,0,0,0,0 +238320,551,121,1162,228,216,9,0,0,0,0,0,0 +238330,551,121,522,99,87,0,0,0,0,0,0,0 +238340,551,121,249,60,51,0,0,0,0,0,0,0 +238350,551,121,858,192,182,7,0,0,0,0,0,0 +238390,551,121,465,35,15,4,0,0,0,0,0,0 +238910,551,121,888,117,99,10,0,0,0,0,0,0 +238990,551,121,853,115,102,5,0,0,0,0,0,0 +311111,551,121,13,3,0,0,0,0,0,0,0,0 +311119,551,121,48,4,0,0,0,0,0,0,0,0 +311352,551,121,0,5,0,0,0,0,0,0,0,0 +311412,551,121,0,4,0,0,0,0,0,0,0,0 +311421,551,121,9,4,3,0,0,0,0,0,0,0 +311511,551,121,275,3,0,0,0,0,0,0,0,0 +311611,551,121,0,4,0,0,0,0,0,0,0,0 +311612,551,121,1792,9,0,0,0,0,0,0,0,0 +311811,551,121,526,37,27,3,0,0,0,0,0,0 +311812,551,121,527,18,4,6,0,0,0,0,0,0 +311919,551,121,616,4,0,0,0,0,0,0,0,0 +311941,551,121,0,3,0,0,0,0,0,0,0,0 +311942,551,121,997,14,0,0,3,0,0,0,0,0 +311991,551,121,226,5,0,0,0,0,0,0,0,0 +311999,551,121,140,7,0,0,0,0,0,0,0,0 +312111,551,121,577,5,0,0,0,0,0,0,0,0 +312120,551,121,32,17,10,0,0,0,0,0,0,0 +312130,551,121,7,3,3,0,0,0,0,0,0,0 +314910,551,121,0,3,0,0,0,0,0,0,0,0 +314999,551,121,211,16,8,0,0,0,0,0,0,0 +315240,551,121,10,3,0,0,0,0,0,0,0,0 +316110,551,121,345,5,0,0,0,0,0,0,0,0 +321911,551,121,19,3,0,0,0,0,0,0,0,0 +321918,551,121,12,3,0,0,0,0,0,0,0,0 +321920,551,121,422,22,8,3,0,0,0,0,0,0 +321999,551,121,52,12,7,0,0,0,0,0,0,0 +322211,551,121,1194,15,0,6,3,0,0,0,0,0 +322220,551,121,0,4,0,0,0,0,0,0,0,0 +322291,551,121,341,4,0,0,0,0,0,0,0,0 +323111,551,121,8508,188,116,43,12,0,0,0,0,0 +323113,551,121,996,32,16,3,0,0,0,0,0,0 +323120,551,121,414,15,7,0,0,0,0,0,0,0 +324191,551,121,129,4,0,0,0,0,0,0,0,0 +325180,551,121,0,3,0,0,0,0,0,0,0,0 +325199,551,121,779,6,0,3,0,0,0,0,0,0 +325211,551,121,382,11,0,0,0,0,0,0,0,0 +325412,551,121,98,6,0,0,0,0,0,0,0,0 +325510,551,121,134,8,0,0,0,0,0,0,0,0 +325520,551,121,0,8,0,0,0,0,0,0,0,0 +325611,551,121,0,3,0,0,0,0,0,0,0,0 +325612,551,121,401,9,0,0,0,0,0,0,0,0 +325910,551,121,0,6,0,0,0,0,0,0,0,0 +325998,551,121,59,7,3,0,0,0,0,0,0,0 +326111,551,121,0,3,0,0,0,0,0,0,0,0 +326150,551,121,118,5,3,0,0,0,0,0,0,0 +326199,551,121,3231,59,21,22,0,0,0,0,0,0 +327215,551,121,0,3,0,0,0,0,0,0,0,0 +327320,551,121,347,27,18,3,0,0,0,0,0,0 +327390,551,121,94,4,0,0,0,0,0,0,0,0 +327991,551,121,91,10,0,0,0,0,0,0,0,0 +331222,551,121,98,3,0,3,0,0,0,0,0,0 +331491,551,121,0,3,0,0,0,0,0,0,0,0 +331511,551,121,440,5,0,0,0,0,0,0,0,0 +331512,551,121,382,3,0,0,3,0,0,0,0,0 +331513,551,121,576,3,0,0,0,0,0,0,0,0 +331523,551,121,129,8,4,0,0,0,0,0,0,0 +331529,551,121,0,3,0,0,0,0,0,0,0,0 +332111,551,121,886,5,0,0,0,0,0,0,0,0 +332119,551,121,2228,40,6,20,3,0,0,0,0,0 +332216,551,121,691,14,10,0,0,0,0,0,0,0 +332312,551,121,356,15,4,0,0,0,0,0,0,0 +332313,551,121,490,18,0,9,0,0,0,0,0,0 +332322,551,121,1458,31,7,6,3,0,0,0,0,0 +332323,551,121,578,16,6,4,0,0,0,0,0,0 +332420,551,121,445,10,0,3,0,0,0,0,0,0 +332510,551,121,444,3,0,0,0,0,0,0,0,0 +332618,551,121,158,4,0,0,0,0,0,0,0,0 +332710,551,121,4014,219,154,56,4,0,0,0,0,0 +332721,551,121,1427,51,23,17,0,0,0,0,0,0 +332722,551,121,175,7,0,0,0,0,0,0,0,0 +332811,551,121,808,14,3,4,0,0,0,0,0,0 +332812,551,121,602,31,9,3,0,0,0,0,0,0 +332813,551,121,788,40,20,9,0,0,0,0,0,0 +332911,551,121,278,3,0,0,0,0,0,0,0,0 +332912,551,121,0,3,0,0,0,0,0,0,0,0 +332994,551,121,0,3,0,0,0,0,0,0,0,0 +332996,551,121,0,6,0,0,0,0,0,0,0,0 +332999,551,121,1060,47,25,10,0,0,0,0,0,0 +333111,551,121,0,3,0,0,0,0,0,0,0,0 +333120,551,121,2320,17,0,0,0,0,0,0,0,0 +333241,551,121,0,4,0,0,0,0,0,0,0,0 +333243,551,121,560,10,0,0,0,0,0,0,0,0 +333244,551,121,0,3,0,0,0,0,0,0,0,0 +333249,551,121,770,19,6,0,0,0,0,0,0,0 +333318,551,121,377,18,6,0,0,0,0,0,0,0 +333415,551,121,701,8,0,0,0,0,0,0,0,0 +333511,551,121,1067,39,15,0,0,0,0,0,0,0 +333514,551,121,1188,63,43,7,0,0,0,0,0,0 +333515,551,121,761,22,8,4,0,0,0,0,0,0 +333517,551,121,401,14,8,0,0,0,0,0,0,0 +333612,551,121,0,5,0,0,0,0,0,0,0,0 +333613,551,121,363,9,0,3,0,0,0,0,0,0 +333914,551,121,344,12,0,0,0,0,0,0,0,0 +333922,551,121,139,6,0,0,0,0,0,0,0,0 +333923,551,121,84,6,0,0,0,0,0,0,0,0 +333924,551,121,129,4,0,0,0,0,0,0,0,0 +333992,551,121,34,5,0,0,0,0,0,0,0,0 +333993,551,121,463,4,0,0,0,0,0,0,0,0 +333994,551,121,0,3,0,0,0,0,0,0,0,0 +333995,551,121,149,6,0,0,0,0,0,0,0,0 +333999,551,121,447,24,10,6,0,0,0,0,0,0 +334290,551,121,92,4,0,3,0,0,0,0,0,0 +334418,551,121,193,5,0,3,0,0,0,0,0,0 +334419,551,121,649,6,0,0,0,0,0,0,0,0 +334510,551,121,0,6,0,0,0,0,0,0,0,0 +334512,551,121,0,3,0,0,0,0,0,0,0,0 +334513,551,121,99,6,0,0,0,0,0,0,0,0 +334514,551,121,0,3,0,0,0,0,0,0,0,0 +334515,551,121,78,3,0,0,0,0,0,0,0,0 +334519,551,121,100,4,0,0,0,0,0,0,0,0 +335312,551,121,0,4,0,0,0,0,0,0,0,0 +335313,551,121,102,8,0,0,0,0,0,0,0,0 +335314,551,121,3097,18,0,3,0,0,0,0,0,0 +335931,551,121,249,5,0,0,0,0,0,0,0,0 +335999,551,121,20,6,3,0,0,0,0,0,0,0 +336211,551,121,0,4,0,0,0,0,0,0,0,0 +336310,551,121,0,3,0,0,0,0,0,0,0,0 +336320,551,121,0,6,0,0,0,0,0,0,0,0 +336350,551,121,0,3,0,0,0,0,0,0,0,0 +336370,551,121,151,3,0,0,0,0,0,0,0,0 +336390,551,121,242,9,3,0,0,0,0,0,0,0 +336510,551,121,0,3,0,0,0,0,0,0,0,0 +337110,551,121,248,39,31,0,0,0,0,0,0,0 +337122,551,121,73,6,0,0,0,0,0,0,0,0 +337127,551,121,0,3,0,0,0,0,0,0,0,0 +337212,551,121,515,17,4,3,0,0,0,0,0,0 +337215,551,121,0,3,0,0,0,0,0,0,0,0 +339112,551,121,24,6,0,0,0,0,0,0,0,0 +339113,551,121,235,11,3,0,0,0,0,0,0,0 +339116,551,121,260,34,21,0,0,0,0,0,0,0 +339920,551,121,135,12,3,0,0,0,0,0,0,0 +339940,551,121,0,3,0,0,0,0,0,0,0,0 +339950,551,121,842,34,19,7,0,0,0,0,0,0 +339991,551,121,125,4,0,0,0,0,0,0,0,0 +339999,551,121,164,33,26,0,0,0,0,0,0,0 +423110,551,121,1582,37,14,3,4,0,0,0,0,0 +423120,551,121,946,54,36,11,0,0,0,0,0,0 +423130,551,121,228,12,0,3,0,0,0,0,0,0 +423140,551,121,41,3,0,0,0,0,0,0,0,0 +423210,551,121,993,35,14,10,0,0,0,0,0,0 +423220,551,121,450,33,23,0,0,0,0,0,0,0 +423310,551,121,763,29,13,4,0,0,0,0,0,0 +423320,551,121,155,15,8,0,0,0,0,0,0,0 +423330,551,121,400,22,15,0,0,0,0,0,0,0 +423390,551,121,234,24,15,3,0,0,0,0,0,0 +423410,551,121,46,3,0,0,0,0,0,0,0,0 +423420,551,121,567,48,38,3,0,0,0,0,0,0 +423430,551,121,773,42,23,9,0,0,0,0,0,0 +423440,551,121,505,27,20,0,0,0,0,0,0,0 +423450,551,121,2566,67,45,8,0,0,0,0,0,0 +423490,551,121,137,11,3,3,0,0,0,0,0,0 +423510,551,121,1207,55,25,15,0,0,0,0,0,0 +423610,551,121,3802,108,74,22,3,0,0,0,0,0 +423620,551,121,140,7,3,0,0,0,0,0,0,0 +423690,551,121,925,71,55,7,0,0,0,0,0,0 +423710,551,121,477,42,25,5,0,0,0,0,0,0 +423720,551,121,497,36,26,7,0,0,0,0,0,0 +423730,551,121,578,38,21,6,0,0,0,0,0,0 +423810,551,121,611,27,16,5,0,0,0,0,0,0 +423820,551,121,255,14,3,0,0,0,0,0,0,0 +423830,551,121,4977,313,242,62,8,0,0,0,0,0 +423840,551,121,1308,85,63,10,0,0,0,0,0,0 +423850,551,121,857,31,20,0,0,0,0,0,0,0 +423860,551,121,0,4,0,0,0,0,0,0,0,0 +423910,551,121,190,24,16,0,0,0,0,0,0,0 +423920,551,121,259,12,3,0,0,0,0,0,0,0 +423930,551,121,584,32,21,3,0,0,0,0,0,0 +423940,551,121,60,14,10,0,0,0,0,0,0,0 +423990,551,121,545,45,28,5,0,0,0,0,0,0 +424110,551,121,91,3,0,0,0,0,0,0,0,0 +424120,551,121,216,23,17,0,0,0,0,0,0,0 +424130,551,121,371,29,16,3,0,0,0,0,0,0 +424210,551,121,310,35,26,3,0,0,0,0,0,0 +424320,551,121,122,13,4,0,0,0,0,0,0,0 +424330,551,121,0,7,0,0,0,0,0,0,0,0 +424340,551,121,305,5,0,0,0,0,0,0,0,0 +424410,551,121,495,6,3,0,0,0,0,0,0,0 +424420,551,121,62,8,3,0,0,0,0,0,0,0 +424430,551,121,143,9,0,0,0,0,0,0,0,0 +424450,551,121,61,11,10,0,0,0,0,0,0,0 +424470,551,121,350,9,0,0,0,0,0,0,0,0 +424480,551,121,351,13,8,0,0,0,0,0,0,0 +424490,551,121,1938,52,32,8,4,0,0,0,0,0 +424610,551,121,261,17,13,0,0,0,0,0,0,0 +424690,551,121,1139,68,48,7,0,0,0,0,0,0 +424710,551,121,201,12,5,0,0,0,0,0,0,0 +424720,551,121,48,6,0,0,0,0,0,0,0,0 +424810,551,121,0,3,0,0,0,0,0,0,0,0 +424820,551,121,937,19,4,4,3,0,0,0,0,0 +424910,551,121,246,21,9,0,0,0,0,0,0,0 +424920,551,121,179,11,3,0,0,0,0,0,0,0 +424930,551,121,133,10,6,0,0,0,0,0,0,0 +424940,551,121,51,6,4,0,0,0,0,0,0,0 +424950,551,121,83,9,3,0,0,0,0,0,0,0 +424990,551,121,378,36,27,0,0,0,0,0,0,0 +425120,551,121,1963,290,277,8,0,0,0,0,0,0 +441110,551,121,7231,104,16,58,19,0,0,0,0,0 +441120,551,121,663,109,103,0,0,0,0,0,0,0 +441210,551,121,49,6,0,0,0,0,0,0,0,0 +441222,551,121,157,12,3,3,0,0,0,0,0,0 +441228,551,121,416,29,11,3,0,0,0,0,0,0 +441310,551,121,1570,150,138,6,0,0,0,0,0,0 +441320,551,121,397,47,40,0,0,0,0,0,0,0 +442110,551,121,1249,116,90,11,0,0,0,0,0,0 +442210,551,121,434,63,52,0,0,0,0,0,0,0 +442291,551,121,50,8,5,0,0,0,0,0,0,0 +442299,551,121,795,73,50,11,0,0,0,0,0,0 +443141,551,121,261,28,16,0,0,0,0,0,0,0 +443142,551,121,1529,117,97,9,0,0,0,0,0,0 +444110,551,121,2879,27,0,0,19,0,0,0,0,0 +444120,551,121,177,44,37,0,0,0,0,0,0,0 +444130,551,121,1211,68,36,23,0,0,0,0,0,0 +444190,551,121,1337,114,90,14,0,0,0,0,0,0 +444210,551,121,156,18,11,0,0,0,0,0,0,0 +444220,551,121,572,44,26,7,0,0,0,0,0,0 +445110,551,121,13089,303,157,82,53,0,0,0,0,0 +445120,551,121,134,64,62,0,0,0,0,0,0,0 +445210,551,121,231,20,11,0,0,0,0,0,0,0 +445230,551,121,78,6,4,0,0,0,0,0,0,0 +445291,551,121,145,11,3,0,0,0,0,0,0,0 +445292,551,121,216,22,13,0,0,0,0,0,0,0 +445299,551,121,479,48,33,0,0,0,0,0,0,0 +445310,551,121,623,146,134,4,0,0,0,0,0,0 +446110,551,121,3745,176,79,88,0,0,0,0,0,0 +446120,551,121,667,58,41,11,0,0,0,0,0,0 +446130,551,121,664,90,81,3,0,0,0,0,0,0 +446191,551,121,197,41,38,0,0,0,0,0,0,0 +446199,551,121,474,52,44,0,0,0,0,0,0,0 +447110,551,121,3571,472,438,32,0,0,0,0,0,0 +447190,551,121,325,39,26,0,0,0,0,0,0,0 +448110,551,121,230,29,24,0,0,0,0,0,0,0 +448120,551,121,1507,132,114,16,0,0,0,0,0,0 +448130,551,121,307,30,26,0,0,0,0,0,0,0 +448140,551,121,2878,115,56,50,0,0,0,0,0,0 +448150,551,121,224,42,37,0,0,0,0,0,0,0 +448190,551,121,570,61,47,8,0,0,0,0,0,0 +448210,551,121,1073,112,101,9,0,0,0,0,0,0 +448310,551,121,652,101,92,0,0,0,0,0,0,0 +451110,551,121,1425,106,90,12,0,0,0,0,0,0 +451120,551,121,714,53,37,10,0,0,0,0,0,0 +451130,551,121,221,19,3,0,0,0,0,0,0,0 +451140,551,121,291,20,10,0,0,0,0,0,0,0 +451211,551,121,369,36,22,3,0,0,0,0,0,0 +452210,551,121,3692,29,0,9,15,0,0,0,0,0 +452311,551,121,9496,51,0,0,31,14,0,0,0,0 +452319,551,121,1344,93,65,20,0,0,0,0,0,0 +453110,551,121,361,54,47,3,0,0,0,0,0,0 +453210,551,121,158,24,10,4,0,0,0,0,0,0 +453220,551,121,665,98,86,3,0,0,0,0,0,0 +453310,551,121,1598,86,51,23,0,0,0,0,0,0 +453910,551,121,722,51,31,14,0,0,0,0,0,0 +453920,551,121,71,19,18,0,0,0,0,0,0,0 +453930,551,121,12,4,3,0,0,0,0,0,0,0 +453991,551,121,183,46,43,0,0,0,0,0,0,0 +453998,551,121,254,73,67,0,0,0,0,0,0,0 +454110,551,121,1946,205,183,14,0,0,0,0,0,0 +454210,551,121,366,19,11,3,0,0,0,0,0,0 +454310,551,121,62,9,3,0,0,0,0,0,0,0 +454390,551,121,527,105,94,3,0,0,0,0,0,0 +481111,551,121,529,6,0,3,0,0,0,0,0,0 +483114,551,121,0,3,0,0,0,0,0,0,0,0 +484110,551,121,1057,116,95,14,0,0,0,0,0,0 +484121,551,121,1598,181,158,13,0,0,0,0,0,0 +484122,551,121,2504,71,43,12,10,0,0,0,0,0 +484210,551,121,705,33,17,9,0,0,0,0,0,0 +484220,551,121,1301,173,149,13,0,0,0,0,0,0 +484230,551,121,430,30,14,0,0,0,0,0,0,0 +485113,551,121,0,3,0,0,0,0,0,0,0,0 +485310,551,121,105,11,3,0,0,0,0,0,0,0 +485320,551,121,182,16,10,0,0,0,0,0,0,0 +485410,551,121,3243,41,8,14,4,0,0,0,0,0 +485510,551,121,0,3,0,0,0,0,0,0,0,0 +485991,551,121,437,40,32,3,0,0,0,0,0,0 +485999,551,121,189,5,0,0,0,0,0,0,0,0 +487210,551,121,6,4,4,0,0,0,0,0,0,0 +488119,551,121,215,14,3,5,0,0,0,0,0,0 +488190,551,121,152,12,3,0,0,0,0,0,0,0 +488410,551,121,190,35,31,3,0,0,0,0,0,0 +488490,551,121,57,12,4,0,0,0,0,0,0,0 +488510,551,121,901,94,74,12,0,0,0,0,0,0 +488991,551,121,109,11,0,3,0,0,0,0,0,0 +492110,551,121,4077,42,23,0,8,0,0,0,0,0 +492210,551,121,576,26,17,0,3,0,0,0,0,0 +493110,551,121,3292,79,51,13,4,0,0,0,0,0 +493120,551,121,0,3,0,0,0,0,0,0,0,0 +493190,551,121,90,10,4,0,0,0,0,0,0,0 +511110,551,121,328,34,11,4,0,0,0,0,0,0 +511120,551,121,639,33,23,0,0,0,0,0,0,0 +511130,551,121,98,7,0,0,0,0,0,0,0,0 +511210,551,121,4929,46,20,3,0,0,0,0,0,0 +512110,551,121,141,44,40,0,0,0,0,0,0,0 +512131,551,121,330,20,3,5,0,0,0,0,0,0 +512191,551,121,25,6,0,0,0,0,0,0,0,0 +512230,551,121,0,4,0,0,0,0,0,0,0,0 +512240,551,121,16,5,3,0,0,0,0,0,0,0 +515111,551,121,0,3,3,0,0,0,0,0,0,0 +515112,551,121,272,11,3,3,0,0,0,0,0,0 +515120,551,121,1077,4,0,0,0,0,0,0,0,0 +517311,551,121,3225,142,111,24,3,0,0,0,0,0 +517312,551,121,1294,107,92,3,0,0,0,0,0,0 +517911,551,121,241,41,37,0,0,0,0,0,0,0 +517919,551,121,29,5,3,0,0,0,0,0,0,0 +518210,551,121,2013,72,48,8,0,0,0,0,0,0 +519130,551,121,97,22,16,0,0,0,0,0,0,0 +522110,551,121,10701,444,379,40,9,9,0,0,0,0 +522120,551,121,1869,144,128,8,0,0,0,0,0,0 +522130,551,121,1134,82,62,13,0,0,0,0,0,0 +522220,551,121,188,20,15,0,0,0,0,0,0,0 +522291,551,121,222,45,40,0,0,0,0,0,0,0 +522292,551,121,1709,59,47,3,0,0,0,0,0,0 +522298,551,121,65,12,10,0,0,0,0,0,0,0 +522310,551,121,186,24,18,0,0,0,0,0,0,0 +522320,551,121,233,20,13,0,0,0,0,0,0,0 +522390,551,121,297,69,66,0,0,0,0,0,0,0 +523110,551,121,193,22,15,0,0,0,0,0,0,0 +523120,551,121,3469,154,125,13,0,0,0,0,0,0 +523910,551,121,97,24,22,0,0,0,0,0,0,0 +523920,551,121,1999,290,269,9,3,0,0,0,0,0 +523930,551,121,792,118,111,0,0,0,0,0,0,0 +523991,551,121,98,7,0,0,0,0,0,0,0,0 +524113,551,121,142,53,36,8,3,0,0,0,0,0 +524114,551,121,2850,34,12,3,6,0,0,0,0,0 +524126,551,121,2522,62,35,17,3,0,0,0,0,0 +524127,551,121,86,7,0,0,0,0,0,0,0,0 +524210,551,121,4006,760,723,26,3,0,0,0,0,0 +524291,551,121,38,9,4,0,0,0,0,0,0,0 +524292,551,121,1059,35,19,7,0,0,0,0,0,0 +524298,551,121,127,13,8,0,0,0,0,0,0,0 +531110,551,121,1719,307,286,13,0,0,0,0,0,0 +531120,551,121,548,118,109,3,0,0,0,0,0,0 +531130,551,121,139,52,48,0,0,0,0,0,0,0 +531190,551,121,10,6,6,0,0,0,0,0,0,0 +531210,551,121,1767,354,338,9,0,0,0,0,0,0 +531311,551,121,2737,222,191,21,0,0,0,0,0,0 +531312,551,121,513,67,60,3,0,0,0,0,0,0 +531320,551,121,172,65,63,0,0,0,0,0,0,0 +531390,551,121,204,26,15,4,0,0,0,0,0,0 +532111,551,121,418,48,41,0,0,0,0,0,0,0 +532112,551,121,111,15,7,0,0,0,0,0,0,0 +532120,551,121,394,36,27,5,0,0,0,0,0,0 +532283,551,121,183,6,0,0,0,0,0,0,0,0 +532284,551,121,30,9,8,0,0,0,0,0,0,0 +532289,551,121,280,14,4,0,0,0,0,0,0,0 +532310,551,121,8,7,3,0,0,0,0,0,0,0 +532412,551,121,84,8,0,0,0,0,0,0,0,0 +532420,551,121,18,3,0,0,0,0,0,0,0,0 +532490,551,121,310,43,36,4,0,0,0,0,0,0 +533110,551,121,87,10,3,0,0,0,0,0,0,0 +541110,551,121,6349,740,684,37,5,4,0,0,0,0 +541191,551,121,151,24,13,0,0,0,0,0,0,0 +541199,551,121,28,8,4,0,0,0,0,0,0,0 +541211,551,121,2571,264,237,20,0,0,0,0,0,0 +541213,551,121,1110,147,128,11,0,0,0,0,0,0 +541214,551,121,539,22,4,4,0,0,0,0,0,0 +541219,551,121,1040,177,161,8,0,0,0,0,0,0 +541310,551,121,1258,87,69,11,0,0,0,0,0,0 +541320,551,121,66,17,9,0,0,0,0,0,0,0 +541330,551,121,4566,300,237,52,5,0,0,0,0,0 +541340,551,121,47,11,7,0,0,0,0,0,0,0 +541350,551,121,134,39,35,0,0,0,0,0,0,0 +541370,551,121,76,19,16,0,0,0,0,0,0,0 +541380,551,121,549,40,27,7,0,0,0,0,0,0 +541410,551,121,142,45,41,0,0,0,0,0,0,0 +541420,551,121,29,10,8,0,0,0,0,0,0,0 +541430,551,121,423,83,68,7,0,0,0,0,0,0 +541490,551,121,0,3,3,0,0,0,0,0,0,0 +541511,551,121,4624,289,245,31,5,0,0,0,0,0 +541512,551,121,2367,220,187,24,0,0,0,0,0,0 +541513,551,121,276,30,21,0,0,0,0,0,0,0 +541519,551,121,438,32,29,0,0,0,0,0,0,0 +541611,551,121,2225,281,267,5,3,0,0,0,0,0 +541612,551,121,308,49,42,3,0,0,0,0,0,0 +541613,551,121,2227,167,153,3,0,0,0,0,0,0 +541614,551,121,199,26,20,0,0,0,0,0,0,0 +541618,551,121,4,7,4,0,0,0,0,0,0,0 +541620,551,121,157,31,26,0,0,0,0,0,0,0 +541690,551,121,375,71,60,0,0,0,0,0,0,0 +541713,551,121,222,8,5,0,0,0,0,0,0,0 +541715,551,121,199,18,11,3,0,0,0,0,0,0 +541810,551,121,1646,93,73,9,3,0,0,0,0,0 +541820,551,121,92,25,25,0,0,0,0,0,0,0 +541840,551,121,0,3,0,0,0,0,0,0,0,0 +541850,551,121,68,10,3,0,0,0,0,0,0,0 +541860,551,121,126,10,0,0,0,0,0,0,0,0 +541890,551,121,771,67,49,6,0,0,0,0,0,0 +541910,551,121,330,19,9,3,0,0,0,0,0,0 +541921,551,121,111,44,41,0,0,0,0,0,0,0 +541922,551,121,205,28,20,0,0,0,0,0,0,0 +541930,551,121,118,12,5,3,0,0,0,0,0,0 +541940,551,121,1909,136,102,28,0,0,0,0,0,0 +541990,551,121,464,66,58,0,0,0,0,0,0,0 +551111,551,121,15,6,3,0,0,0,0,0,0,0 +551112,551,121,817,34,24,3,0,0,0,0,0,0 +551114,551,121,34626,346,197,83,29,10,13,0,0,0 +561110,551,121,2621,150,117,15,6,0,0,0,0,0 +561210,551,121,216,27,24,0,0,0,0,0,0,0 +561311,551,121,574,31,18,5,0,0,0,0,0,0 +561312,551,121,168,57,50,0,0,0,0,0,0,0 +561320,551,121,21487,572,398,100,47,14,0,0,0,0 +561330,551,121,649,18,6,0,0,0,0,0,0,0 +561410,551,121,33,19,17,0,0,0,0,0,0,0 +561422,551,121,1056,15,0,4,0,0,0,0,0,0 +561431,551,121,64,15,13,0,0,0,0,0,0,0 +561439,551,121,101,20,17,0,0,0,0,0,0,0 +561440,551,121,324,12,3,0,0,0,0,0,0,0 +561491,551,121,18,3,0,0,0,0,0,0,0,0 +561492,551,121,57,6,3,0,0,0,0,0,0,0 +561499,551,121,355,14,7,0,0,0,0,0,0,0 +561510,551,121,1206,82,73,0,0,0,0,0,0,0 +561520,551,121,46,8,3,0,0,0,0,0,0,0 +561599,551,121,54,10,3,0,0,0,0,0,0,0 +561611,551,121,117,15,7,0,0,0,0,0,0,0 +561612,551,121,3048,43,22,11,0,0,0,0,0,0 +561613,551,121,186,5,0,0,0,0,0,0,0,0 +561621,551,121,379,17,8,0,0,0,0,0,0,0 +561622,551,121,75,19,13,0,0,0,0,0,0,0 +561710,551,121,390,35,30,0,0,0,0,0,0,0 +561720,551,121,7873,396,330,46,6,4,0,0,0,0 +561730,551,121,4099,558,515,35,3,0,0,0,0,0 +561740,551,121,235,39,29,3,0,0,0,0,0,0 +561790,551,121,879,55,42,0,0,0,0,0,0,0 +561910,551,121,61,9,3,0,0,0,0,0,0,0 +561920,551,121,153,19,7,0,0,0,0,0,0,0 +561990,551,121,690,59,44,7,0,0,0,0,0,0 +562111,551,121,784,37,30,0,0,0,0,0,0,0 +562212,551,121,68,5,0,0,0,0,0,0,0,0 +562910,551,121,474,26,16,0,0,0,0,0,0,0 +562920,551,121,96,9,3,0,0,0,0,0,0,0 +562991,551,121,87,14,6,0,0,0,0,0,0,0 +562998,551,121,0,4,3,0,0,0,0,0,0,0 +611110,551,121,7412,172,65,88,13,0,0,0,0,0 +611210,551,121,0,6,0,0,0,0,0,0,0,0 +611310,551,121,16751,25,0,6,0,0,4,0,0,0 +611430,551,121,481,32,22,0,0,0,0,0,0,0 +611511,551,121,79,4,0,0,0,0,0,0,0,0 +611513,551,121,77,9,6,0,0,0,0,0,0,0 +611519,551,121,148,23,13,0,0,0,0,0,0,0 +611610,551,121,840,91,77,3,0,0,0,0,0,0 +611620,551,121,923,97,78,10,0,0,0,0,0,0 +611630,551,121,259,7,0,0,0,0,0,0,0,0 +611691,551,121,500,41,29,3,0,0,0,0,0,0 +611692,551,121,109,24,18,0,0,0,0,0,0,0 +611699,551,121,179,27,19,0,0,0,0,0,0,0 +611710,551,121,297,32,21,3,0,0,0,0,0,0 +621111,551,121,14369,1033,842,168,12,3,0,0,0,0 +621112,551,121,240,48,41,0,0,0,0,0,0,0 +621210,551,121,5431,702,658,41,0,0,0,0,0,0 +621310,551,121,780,234,234,0,0,0,0,0,0,0 +621320,551,121,432,68,62,0,0,0,0,0,0,0 +621330,551,121,1175,119,103,3,0,0,0,0,0,0 +621340,551,121,1942,201,185,10,0,0,0,0,0,0 +621391,551,121,163,31,22,0,0,0,0,0,0,0 +621399,551,121,509,126,117,3,0,0,0,0,0,0 +621410,551,121,201,14,12,0,0,0,0,0,0,0 +621420,551,121,1143,76,58,10,0,0,0,0,0,0 +621491,551,121,0,12,4,3,0,0,0,0,0,0 +621492,551,121,501,41,30,11,0,0,0,0,0,0 +621493,551,121,664,39,25,12,0,0,0,0,0,0 +621498,551,121,3710,91,44,30,7,0,0,0,0,0 +621511,551,121,2513,38,21,3,0,0,0,0,0,0 +621512,551,121,281,24,16,3,0,0,0,0,0,0 +621610,551,121,6453,135,65,42,12,4,0,0,0,0 +621910,551,121,621,18,4,4,0,0,0,0,0,0 +621991,551,121,886,11,4,4,0,0,0,0,0,0 +621999,551,121,393,27,15,0,0,0,0,0,0,0 +622110,551,121,30051,21,0,0,0,0,0,3,3,0 +622210,551,121,1663,4,0,0,0,4,0,0,0,0 +622310,551,121,718,8,0,0,4,0,0,0,0,0 +623110,551,121,7862,88,22,16,33,0,0,0,0,0 +623210,551,121,2669,287,263,16,0,0,0,0,0,0 +623220,551,121,798,49,32,10,0,0,0,0,0,0 +623311,551,121,5013,72,22,25,7,5,0,0,0,0 +623312,551,121,4849,270,189,73,3,0,0,0,0,0 +623990,551,121,374,44,43,0,0,0,0,0,0,0 +624110,551,121,2269,122,94,19,3,0,0,0,0,0 +624120,551,121,14571,313,176,104,20,3,0,0,0,0 +624190,551,121,3457,151,121,17,4,3,0,0,0,0 +624210,551,121,166,21,16,0,0,0,0,0,0,0 +624221,551,121,538,24,12,4,0,0,0,0,0,0 +624229,551,121,249,25,16,5,0,0,0,0,0,0 +624310,551,121,2208,66,36,17,3,0,0,0,0,0 +624410,551,121,6365,583,483,94,3,0,0,0,0,0 +711110,551,121,460,18,13,0,0,0,0,0,0,0 +711120,551,121,0,4,3,0,0,0,0,0,0,0 +711130,551,121,415,18,14,0,0,0,0,0,0,0 +711211,551,121,0,7,0,0,0,0,0,0,0,0 +711219,551,121,0,3,0,0,0,0,0,0,0,0 +711310,551,121,1410,18,5,3,0,0,0,0,0,0 +711320,551,121,45,23,21,0,0,0,0,0,0,0 +711410,551,121,0,7,6,0,0,0,0,0,0,0 +711510,551,121,308,69,62,0,0,0,0,0,0,0 +712110,551,121,738,25,11,0,0,0,0,0,0,0 +712120,551,121,30,5,0,0,0,0,0,0,0,0 +713120,551,121,253,14,3,0,0,0,0,0,0,0 +713910,551,121,1158,50,22,16,0,0,0,0,0,0 +713920,551,121,372,6,0,0,0,0,0,0,0,0 +713930,551,121,83,10,4,0,0,0,0,0,0,0 +713940,551,121,5517,214,161,31,15,0,0,0,0,0 +713950,551,121,642,37,18,9,0,0,0,0,0,0 +713990,551,121,1323,118,97,8,0,0,0,0,0,0 +721110,551,121,5223,153,68,72,3,3,0,0,0,0 +721211,551,121,0,3,3,0,0,0,0,0,0,0 +722310,551,121,4633,189,133,44,3,0,0,0,0,0 +722320,551,121,864,65,45,7,0,0,0,0,0,0 +722330,551,121,51,19,17,0,0,0,0,0,0,0 +722410,551,121,3714,479,444,34,0,0,0,0,0,0 +722511,551,121,28254,1148,635,484,28,0,0,0,0,0 +722513,551,121,20963,1060,641,411,7,0,0,0,0,0 +722514,551,121,227,15,4,0,0,0,0,0,0,0 +722515,551,121,3805,273,204,66,0,0,0,0,0,0 +811111,551,121,2205,464,449,12,0,0,0,0,0,0 +811112,551,121,16,6,4,0,0,0,0,0,0,0 +811113,551,121,60,12,8,0,0,0,0,0,0,0 +811118,551,121,39,11,5,0,0,0,0,0,0,0 +811121,551,121,1034,159,148,10,0,0,0,0,0,0 +811122,551,121,107,21,11,0,0,0,0,0,0,0 +811191,551,121,444,48,40,3,0,0,0,0,0,0 +811192,551,121,615,56,43,7,0,0,0,0,0,0 +811198,551,121,14,3,0,0,0,0,0,0,0,0 +811211,551,121,116,8,6,0,0,0,0,0,0,0 +811212,551,121,158,23,15,0,0,0,0,0,0,0 +811213,551,121,25,6,4,0,0,0,0,0,0,0 +811219,551,121,234,19,14,0,0,0,0,0,0,0 +811310,551,121,965,115,98,10,0,0,0,0,0,0 +811411,551,121,12,3,0,0,0,0,0,0,0,0 +811412,551,121,36,19,18,0,0,0,0,0,0,0 +811420,551,121,49,20,18,0,0,0,0,0,0,0 +811490,551,121,137,36,34,0,0,0,0,0,0,0 +812111,551,121,263,41,38,0,0,0,0,0,0,0 +812112,551,121,3457,445,405,37,0,0,0,0,0,0 +812113,551,121,597,154,150,0,0,0,0,0,0,0 +812191,551,121,175,12,0,3,0,0,0,0,0,0 +812199,551,121,634,104,93,8,0,0,0,0,0,0 +812210,551,121,680,83,72,3,0,0,0,0,0,0 +812220,551,121,99,16,9,0,0,0,0,0,0,0 +812310,551,121,159,33,31,0,0,0,0,0,0,0 +812320,551,121,534,76,64,3,0,0,0,0,0,0 +812331,551,121,0,3,0,0,0,0,0,0,0,0 +812332,551,121,634,10,0,0,0,0,0,0,0,0 +812910,551,121,835,119,109,7,0,0,0,0,0,0 +812930,551,121,813,85,75,10,0,0,0,0,0,0 +812990,551,121,322,56,47,0,0,0,0,0,0,0 +813110,551,121,10266,812,676,123,8,0,0,0,0,0 +813211,551,121,321,66,59,0,0,0,0,0,0,0 +813212,551,121,247,35,29,0,0,0,0,0,0,0 +813219,551,121,258,15,9,3,0,0,0,0,0,0 +813311,551,121,107,16,12,0,0,0,0,0,0,0 +813312,551,121,422,32,17,0,0,0,0,0,0,0 +813319,551,121,183,33,29,3,0,0,0,0,0,0 +813410,551,121,1833,119,96,12,0,0,0,0,0,0 +813910,551,121,792,78,68,0,0,0,0,0,0,0 +813920,551,121,158,40,36,0,0,0,0,0,0,0 +813930,551,121,1421,121,97,15,0,0,0,0,0,0 +813940,551,121,13,13,13,0,0,0,0,0,0,0 +813990,551,121,223,68,63,0,0,0,0,0,0,0 +115112,551,122,50,6,4,0,0,0,0,0,0,0 +115210,551,122,0,10,4,0,0,0,0,0,0,0 +212312,551,122,0,4,0,0,0,0,0,0,0,0 +236115,551,122,77,29,27,0,0,0,0,0,0,0 +236118,551,122,94,57,52,0,0,0,0,0,0,0 +236220,551,122,141,14,8,0,0,0,0,0,0,0 +237110,551,122,124,11,5,0,0,0,0,0,0,0 +237130,551,122,116,5,0,0,0,0,0,0,0,0 +237310,551,122,30,3,0,0,0,0,0,0,0,0 +237990,551,122,5,3,3,0,0,0,0,0,0,0 +238110,551,122,47,25,23,0,0,0,0,0,0,0 +238130,551,122,46,14,11,0,0,0,0,0,0,0 +238140,551,122,111,25,22,0,0,0,0,0,0,0 +238160,551,122,69,10,4,0,0,0,0,0,0,0 +238170,551,122,39,9,3,0,0,0,0,0,0,0 +238210,551,122,232,36,32,0,0,0,0,0,0,0 +238220,551,122,329,59,58,0,0,0,0,0,0,0 +238290,551,122,0,3,0,0,0,0,0,0,0,0 +238310,551,122,168,12,9,0,0,0,0,0,0,0 +238320,551,122,58,23,20,0,0,0,0,0,0,0 +238330,551,122,39,17,15,0,0,0,0,0,0,0 +238340,551,122,7,3,0,0,0,0,0,0,0,0 +238350,551,122,129,24,21,0,0,0,0,0,0,0 +238390,551,122,0,5,4,0,0,0,0,0,0,0 +238910,551,122,190,40,35,0,0,0,0,0,0,0 +238990,551,122,213,23,17,0,0,0,0,0,0,0 +311513,551,122,757,9,0,0,3,0,0,0,0,0 +321920,551,122,87,7,0,0,0,0,0,0,0,0 +322211,551,122,0,3,0,0,0,0,0,0,0,0 +323111,551,122,44,11,5,0,0,0,0,0,0,0 +326199,551,122,313,8,0,0,0,0,0,0,0,0 +327320,551,122,0,6,0,0,0,0,0,0,0,0 +332119,551,122,0,3,0,0,0,0,0,0,0,0 +332313,551,122,38,3,0,0,0,0,0,0,0,0 +332322,551,122,115,5,0,0,0,0,0,0,0,0 +332710,551,122,826,31,19,0,0,0,0,0,0,0 +332721,551,122,0,3,0,0,0,0,0,0,0,0 +332812,551,122,0,4,0,0,0,0,0,0,0,0 +332999,551,122,0,3,0,0,0,0,0,0,0,0 +333318,551,122,222,3,0,0,0,0,0,0,0,0 +333514,551,122,361,5,0,0,0,0,0,0,0,0 +339920,551,122,55,3,0,0,0,0,0,0,0,0 +339999,551,122,16,3,0,0,0,0,0,0,0,0 +423120,551,122,143,4,0,0,0,0,0,0,0,0 +423420,551,122,0,4,3,0,0,0,0,0,0,0 +423710,551,122,0,3,0,0,0,0,0,0,0,0 +423820,551,122,176,19,13,3,0,0,0,0,0,0 +423830,551,122,121,16,9,0,0,0,0,0,0,0 +423840,551,122,22,3,0,0,0,0,0,0,0,0 +423930,551,122,18,7,0,0,0,0,0,0,0,0 +424430,551,122,0,3,0,0,0,0,0,0,0,0 +424490,551,122,153,7,5,0,0,0,0,0,0,0 +424590,551,122,0,3,0,0,0,0,0,0,0,0 +424610,551,122,9,3,0,0,0,0,0,0,0,0 +424690,551,122,67,5,3,0,0,0,0,0,0,0 +424910,551,122,153,16,7,0,0,0,0,0,0,0 +425120,551,122,162,17,12,0,0,0,0,0,0,0 +441110,551,122,388,15,0,8,0,0,0,0,0,0 +441120,551,122,77,14,9,0,0,0,0,0,0,0 +441222,551,122,15,3,0,0,0,0,0,0,0,0 +441228,551,122,72,10,3,0,0,0,0,0,0,0 +441310,551,122,168,22,20,0,0,0,0,0,0,0 +441320,551,122,97,12,9,0,0,0,0,0,0,0 +442110,551,122,58,6,0,0,0,0,0,0,0,0 +442210,551,122,40,9,7,0,0,0,0,0,0,0 +442299,551,122,15,4,3,0,0,0,0,0,0,0 +443141,551,122,13,3,0,0,0,0,0,0,0,0 +443142,551,122,24,10,7,0,0,0,0,0,0,0 +444120,551,122,0,3,0,0,0,0,0,0,0,0 +444130,551,122,120,12,7,0,0,0,0,0,0,0 +444190,551,122,93,10,0,0,0,0,0,0,0,0 +444210,551,122,12,3,0,0,0,0,0,0,0,0 +444220,551,122,94,6,0,0,0,0,0,0,0,0 +445110,551,122,1145,25,3,8,0,0,0,0,0,0 +445299,551,122,73,9,3,0,0,0,0,0,0,0 +445310,551,122,49,11,10,0,0,0,0,0,0,0 +446110,551,122,207,15,4,3,0,0,0,0,0,0 +446120,551,122,39,4,0,0,0,0,0,0,0,0 +446199,551,122,0,3,3,0,0,0,0,0,0,0 +447110,551,122,852,74,60,14,0,0,0,0,0,0 +447190,551,122,49,5,3,0,0,0,0,0,0,0 +448120,551,122,124,10,7,0,0,0,0,0,0,0 +448130,551,122,54,4,4,0,0,0,0,0,0,0 +448140,551,122,213,11,4,5,0,0,0,0,0,0 +448190,551,122,92,7,0,0,0,0,0,0,0,0 +448210,551,122,207,12,7,0,0,0,0,0,0,0 +448310,551,122,44,8,3,0,0,0,0,0,0,0 +451110,551,122,46,7,4,0,0,0,0,0,0,0 +452210,551,122,206,6,0,3,0,0,0,0,0,0 +452319,551,122,297,15,7,0,0,0,0,0,0,0 +453110,551,122,46,10,7,0,0,0,0,0,0,0 +453310,551,122,85,12,6,0,0,0,0,0,0,0 +453998,551,122,77,14,10,0,0,0,0,0,0,0 +454110,551,122,197,24,17,0,0,0,0,0,0,0 +454310,551,122,23,5,4,0,0,0,0,0,0,0 +454390,551,122,87,16,13,0,0,0,0,0,0,0 +484110,551,122,129,28,26,0,0,0,0,0,0,0 +484121,551,122,863,50,35,7,0,0,0,0,0,0 +484122,551,122,153,13,9,0,0,0,0,0,0,0 +484220,551,122,239,45,40,3,0,0,0,0,0,0 +484230,551,122,90,13,4,3,0,0,0,0,0,0 +485320,551,122,0,3,0,0,0,0,0,0,0,0 +485410,551,122,210,10,0,4,0,0,0,0,0,0 +485991,551,122,35,3,0,0,0,0,0,0,0,0 +488410,551,122,17,4,3,0,0,0,0,0,0,0 +488510,551,122,4,6,3,0,0,0,0,0,0,0 +493110,551,122,0,6,0,0,0,0,0,0,0,0 +511110,551,122,0,4,0,0,0,0,0,0,0,0 +511120,551,122,255,6,0,4,0,0,0,0,0,0 +517311,551,122,116,24,18,0,0,0,0,0,0,0 +517312,551,122,0,3,0,0,0,0,0,0,0,0 +517911,551,122,15,8,0,0,0,0,0,0,0,0 +522110,551,122,667,59,50,7,0,0,0,0,0,0 +522120,551,122,27,3,0,0,0,0,0,0,0,0 +522130,551,122,133,16,10,0,0,0,0,0,0,0 +522291,551,122,24,11,10,0,0,0,0,0,0,0 +523120,551,122,10,7,7,0,0,0,0,0,0,0 +523920,551,122,24,25,24,0,0,0,0,0,0,0 +524126,551,122,10,3,3,0,0,0,0,0,0,0 +524210,551,122,320,71,66,0,0,0,0,0,0,0 +531110,551,122,35,15,13,0,0,0,0,0,0,0 +531120,551,122,44,12,10,0,0,0,0,0,0,0 +531190,551,122,9,4,4,0,0,0,0,0,0,0 +531210,551,122,49,36,34,0,0,0,0,0,0,0 +531311,551,122,135,11,4,0,0,0,0,0,0,0 +531320,551,122,4,4,4,0,0,0,0,0,0,0 +532490,551,122,0,3,0,0,0,0,0,0,0,0 +541110,551,122,132,35,30,0,0,0,0,0,0,0 +541211,551,122,113,16,11,0,0,0,0,0,0,0 +541213,551,122,32,6,0,0,0,0,0,0,0,0 +541219,551,122,40,13,12,0,0,0,0,0,0,0 +541330,551,122,222,13,3,0,0,0,0,0,0,0 +541370,551,122,6,3,3,0,0,0,0,0,0,0 +541430,551,122,6,3,3,0,0,0,0,0,0,0 +541511,551,122,22,10,9,0,0,0,0,0,0,0 +541512,551,122,9,7,7,0,0,0,0,0,0,0 +541611,551,122,24,14,13,0,0,0,0,0,0,0 +541613,551,122,12,5,5,0,0,0,0,0,0,0 +541614,551,122,2,3,3,0,0,0,0,0,0,0 +541620,551,122,67,5,0,0,0,0,0,0,0,0 +541690,551,122,10,8,8,0,0,0,0,0,0,0 +541810,551,122,0,3,0,0,0,0,0,0,0,0 +541940,551,122,308,32,28,3,0,0,0,0,0,0 +551114,551,122,433,14,3,3,0,0,0,0,0,0 +561110,551,122,8,4,3,0,0,0,0,0,0,0 +561312,551,122,0,3,3,0,0,0,0,0,0,0 +561320,551,122,861,17,3,0,0,0,0,0,0,0 +561499,551,122,5,3,3,0,0,0,0,0,0,0 +561710,551,122,16,4,3,0,0,0,0,0,0,0 +561720,551,122,267,29,23,0,0,0,0,0,0,0 +561730,551,122,195,65,60,0,0,0,0,0,0,0 +561740,551,122,0,3,3,0,0,0,0,0,0,0 +561790,551,122,13,4,3,0,0,0,0,0,0,0 +561990,551,122,32,8,4,0,0,0,0,0,0,0 +562111,551,122,245,6,3,0,0,0,0,0,0,0 +562991,551,122,0,3,0,0,0,0,0,0,0,0 +611110,551,122,590,17,0,7,0,0,0,0,0,0 +621111,551,122,955,54,42,8,0,0,0,0,0,0 +621210,551,122,342,45,44,0,0,0,0,0,0,0 +621310,551,122,85,28,28,0,0,0,0,0,0,0 +621320,551,122,27,8,3,0,0,0,0,0,0,0 +621330,551,122,51,11,9,0,0,0,0,0,0,0 +621340,551,122,170,16,10,0,0,0,0,0,0,0 +621399,551,122,7,3,3,0,0,0,0,0,0,0 +621420,551,122,4,3,3,0,0,0,0,0,0,0 +621492,551,122,0,3,0,0,0,0,0,0,0,0 +621498,551,122,211,7,0,0,0,0,0,0,0,0 +621511,551,122,21,5,4,0,0,0,0,0,0,0 +621610,551,122,0,3,0,0,0,0,0,0,0,0 +622110,551,122,1354,4,0,0,0,0,0,0,0,0 +623110,551,122,823,15,0,4,0,0,0,0,0,0 +623210,551,122,1270,76,67,7,0,0,0,0,0,0 +623220,551,122,0,3,0,0,0,0,0,0,0,0 +623311,551,122,205,5,0,3,0,0,0,0,0,0 +623312,551,122,496,28,14,6,0,0,0,0,0,0 +624110,551,122,0,3,0,0,0,0,0,0,0,0 +624120,551,122,420,18,4,0,0,0,0,0,0,0 +624190,551,122,46,11,9,0,0,0,0,0,0,0 +624410,551,122,322,32,28,0,0,0,0,0,0,0 +711130,551,122,2,3,3,0,0,0,0,0,0,0 +711320,551,122,4,3,3,0,0,0,0,0,0,0 +711510,551,122,4,3,3,0,0,0,0,0,0,0 +713910,551,122,133,14,7,0,0,0,0,0,0,0 +713940,551,122,346,17,9,0,0,0,0,0,0,0 +713950,551,122,97,16,9,0,0,0,0,0,0,0 +713990,551,122,96,12,6,0,0,0,0,0,0,0 +721110,551,122,213,23,14,4,0,0,0,0,0,0 +721211,551,122,13,4,3,0,0,0,0,0,0,0 +722310,551,122,136,15,7,0,0,0,0,0,0,0 +722410,551,122,283,75,74,0,0,0,0,0,0,0 +722511,551,122,1642,123,94,26,0,0,0,0,0,0 +722513,551,122,1802,85,52,33,0,0,0,0,0,0 +722514,551,122,40,5,3,0,0,0,0,0,0,0 +722515,551,122,90,13,4,0,0,0,0,0,0,0 +811111,551,122,234,62,60,0,0,0,0,0,0,0 +811121,551,122,82,28,28,0,0,0,0,0,0,0 +811192,551,122,18,5,3,0,0,0,0,0,0,0 +811310,551,122,124,16,12,0,0,0,0,0,0,0 +811490,551,122,11,7,7,0,0,0,0,0,0,0 +812112,551,122,294,53,51,0,0,0,0,0,0,0 +812113,551,122,5,3,3,0,0,0,0,0,0,0 +812199,551,122,33,8,3,0,0,0,0,0,0,0 +812210,551,122,52,15,12,0,0,0,0,0,0,0 +812220,551,122,19,11,11,0,0,0,0,0,0,0 +812310,551,122,0,3,0,0,0,0,0,0,0,0 +812320,551,122,47,4,0,0,0,0,0,0,0,0 +812910,551,122,22,13,13,0,0,0,0,0,0,0 +813110,551,122,1421,130,119,8,0,0,0,0,0,0 +813211,551,122,2,5,5,0,0,0,0,0,0,0 +813312,551,122,26,3,0,0,0,0,0,0,0,0 +813410,551,122,48,12,9,0,0,0,0,0,0,0 +813910,551,122,24,11,10,0,0,0,0,0,0,0 +813930,551,122,94,9,3,0,0,0,0,0,0,0 +115210,551,55101,13,3,0,0,0,0,0,0,0,0 +221210,551,55101,0,3,3,0,0,0,0,0,0,0 +236115,551,55101,109,24,22,0,0,0,0,0,0,0 +236118,551,55101,157,55,54,0,0,0,0,0,0,0 +236220,551,55101,442,15,7,0,0,0,0,0,0,0 +237110,551,55101,20,4,0,0,0,0,0,0,0,0 +237310,551,55101,20,5,3,0,0,0,0,0,0,0 +238110,551,55101,141,22,18,0,0,0,0,0,0,0 +238130,551,55101,44,10,7,0,0,0,0,0,0,0 +238140,551,55101,72,14,13,0,0,0,0,0,0,0 +238160,551,55101,45,8,5,0,0,0,0,0,0,0 +238170,551,55101,27,8,7,0,0,0,0,0,0,0 +238210,551,55101,300,40,35,5,0,0,0,0,0,0 +238220,551,55101,545,65,62,0,0,0,0,0,0,0 +238310,551,55101,41,9,6,0,0,0,0,0,0,0 +238320,551,55101,86,23,21,0,0,0,0,0,0,0 +238330,551,55101,51,18,18,0,0,0,0,0,0,0 +238340,551,55101,6,4,4,0,0,0,0,0,0,0 +238350,551,55101,64,16,15,0,0,0,0,0,0,0 +238390,551,55101,17,5,4,0,0,0,0,0,0,0 +238910,551,55101,325,31,27,3,0,0,0,0,0,0 +238990,551,55101,104,25,20,0,0,0,0,0,0,0 +311811,551,55101,70,6,0,0,0,0,0,0,0,0 +314910,551,55101,11,3,0,0,0,0,0,0,0,0 +321920,551,55101,73,3,0,0,0,0,0,0,0,0 +322211,551,55101,471,3,0,0,3,0,0,0,0,0 +323111,551,55101,228,13,8,0,0,0,0,0,0,0 +323113,551,55101,0,5,0,0,0,0,0,0,0,0 +326199,551,55101,547,10,0,0,0,0,0,0,0,0 +326299,551,55101,0,4,0,0,0,0,0,0,0,0 +327320,551,55101,60,5,0,0,0,0,0,0,0,0 +332119,551,55101,103,7,0,3,0,0,0,0,0,0 +332618,551,55101,26,3,0,0,0,0,0,0,0,0 +332710,551,55101,851,34,27,0,3,0,0,0,0,0 +332721,551,55101,148,7,0,0,0,0,0,0,0,0 +332811,551,55101,53,6,3,0,0,0,0,0,0,0 +332812,551,55101,52,3,0,0,0,0,0,0,0,0 +332813,551,55101,79,4,3,0,0,0,0,0,0,0 +332999,551,55101,190,10,3,3,0,0,0,0,0,0 +333120,551,55101,435,5,0,0,0,0,0,0,0,0 +333318,551,55101,169,3,0,0,0,0,0,0,0,0 +333511,551,55101,85,4,0,0,0,0,0,0,0,0 +333514,551,55101,42,10,9,0,0,0,0,0,0,0 +333515,551,55101,23,3,3,0,0,0,0,0,0,0 +333999,551,55101,32,5,0,0,0,0,0,0,0,0 +335312,551,55101,101,4,0,3,0,0,0,0,0,0 +336991,551,55101,25,3,0,0,0,0,0,0,0,0 +337110,551,55101,28,7,5,0,0,0,0,0,0,0 +337212,551,55101,59,3,0,0,0,0,0,0,0,0 +339116,551,55101,203,4,0,0,0,0,0,0,0,0 +339950,551,55101,161,9,3,0,0,0,0,0,0,0 +339999,551,55101,16,4,0,0,0,0,0,0,0,0 +423110,551,55101,115,4,0,3,0,0,0,0,0,0 +423120,551,55101,30,8,5,0,0,0,0,0,0,0 +423140,551,55101,59,3,0,0,0,0,0,0,0,0 +423420,551,55101,32,7,5,0,0,0,0,0,0,0 +423450,551,55101,71,5,3,0,0,0,0,0,0,0 +423510,551,55101,19,5,3,0,0,0,0,0,0,0 +423610,551,55101,121,7,3,0,0,0,0,0,0,0 +423690,551,55101,19,4,3,0,0,0,0,0,0,0 +423710,551,55101,103,7,4,3,0,0,0,0,0,0 +423720,551,55101,10,4,3,0,0,0,0,0,0,0 +423810,551,55101,54,6,0,0,0,0,0,0,0,0 +423820,551,55101,13,3,0,0,0,0,0,0,0,0 +423830,551,55101,364,22,17,0,0,0,0,0,0,0 +423840,551,55101,158,8,0,0,0,0,0,0,0,0 +423850,551,55101,0,3,0,0,0,0,0,0,0,0 +423860,551,55101,28,3,0,0,0,0,0,0,0,0 +423910,551,55101,0,4,0,0,0,0,0,0,0,0 +423930,551,55101,30,9,7,0,0,0,0,0,0,0 +423940,551,55101,18,4,0,0,0,0,0,0,0,0 +423990,551,55101,25,3,0,0,0,0,0,0,0,0 +424210,551,55101,19,4,0,0,0,0,0,0,0,0 +424490,551,55101,128,4,0,0,0,0,0,0,0,0 +424690,551,55101,134,8,4,0,0,0,0,0,0,0 +424910,551,55101,0,4,0,0,0,0,0,0,0,0 +424990,551,55101,3,3,3,0,0,0,0,0,0,0 +425120,551,55101,25,13,12,0,0,0,0,0,0,0 +441110,551,55101,776,20,6,12,0,0,0,0,0,0 +441120,551,55101,71,19,15,0,0,0,0,0,0,0 +441222,551,55101,13,4,0,0,0,0,0,0,0,0 +441228,551,55101,28,5,3,0,0,0,0,0,0,0 +441310,551,55101,210,24,24,0,0,0,0,0,0,0 +441320,551,55101,64,8,6,0,0,0,0,0,0,0 +442110,551,55101,82,9,7,0,0,0,0,0,0,0 +442210,551,55101,49,10,7,0,0,0,0,0,0,0 +442299,551,55101,64,4,0,0,0,0,0,0,0,0 +443141,551,55101,13,3,0,0,0,0,0,0,0,0 +443142,551,55101,146,12,11,0,0,0,0,0,0,0 +444110,551,55101,0,3,0,0,3,0,0,0,0,0 +444120,551,55101,13,3,0,0,0,0,0,0,0,0 +444130,551,55101,162,9,0,3,0,0,0,0,0,0 +444190,551,55101,102,13,10,0,0,0,0,0,0,0 +444210,551,55101,27,4,3,0,0,0,0,0,0,0 +444220,551,55101,228,10,0,3,0,0,0,0,0,0 +445110,551,55101,1651,37,18,12,5,0,0,0,0,0 +445120,551,55101,23,16,16,0,0,0,0,0,0,0 +445210,551,55101,27,3,0,0,0,0,0,0,0,0 +445291,551,55101,0,3,0,0,0,0,0,0,0,0 +445310,551,55101,72,22,20,0,0,0,0,0,0,0 +446110,551,55101,431,18,4,11,0,0,0,0,0,0 +446120,551,55101,64,6,3,0,0,0,0,0,0,0 +446130,551,55101,57,6,0,0,0,0,0,0,0,0 +446191,551,55101,20,5,3,0,0,0,0,0,0,0 +446199,551,55101,0,4,3,0,0,0,0,0,0,0 +447110,551,55101,493,66,58,8,0,0,0,0,0,0 +447190,551,55101,138,9,0,3,0,0,0,0,0,0 +448120,551,55101,58,6,3,0,0,0,0,0,0,0 +448140,551,55101,174,7,0,3,0,0,0,0,0,0 +448190,551,55101,46,5,0,0,0,0,0,0,0,0 +448210,551,55101,112,13,10,0,0,0,0,0,0,0 +448310,551,55101,58,13,12,0,0,0,0,0,0,0 +451110,551,55101,167,13,8,3,0,0,0,0,0,0 +451120,551,55101,136,7,3,0,0,0,0,0,0,0 +451140,551,55101,0,3,0,0,0,0,0,0,0,0 +452210,551,55101,395,4,0,0,0,0,0,0,0,0 +452311,551,55101,919,5,0,0,0,0,0,0,0,0 +452319,551,55101,258,17,16,0,0,0,0,0,0,0 +453110,551,55101,32,7,4,0,0,0,0,0,0,0 +453210,551,55101,0,3,0,0,0,0,0,0,0,0 +453220,551,55101,53,8,5,0,0,0,0,0,0,0 +453310,551,55101,272,14,9,0,0,0,0,0,0,0 +453910,551,55101,108,6,0,0,0,0,0,0,0,0 +453998,551,55101,21,10,9,0,0,0,0,0,0,0 +454110,551,55101,267,25,20,0,0,0,0,0,0,0 +454210,551,55101,8,3,0,0,0,0,0,0,0,0 +454390,551,55101,75,19,17,0,0,0,0,0,0,0 +484110,551,55101,232,19,17,0,0,0,0,0,0,0 +484121,551,55101,276,29,25,3,0,0,0,0,0,0 +484122,551,55101,170,10,5,0,0,0,0,0,0,0 +484210,551,55101,275,7,0,0,0,0,0,0,0,0 +484220,551,55101,158,41,38,0,0,0,0,0,0,0 +484230,551,55101,30,10,9,0,0,0,0,0,0,0 +485410,551,55101,452,6,0,4,0,0,0,0,0,0 +488190,551,55101,16,4,3,0,0,0,0,0,0,0 +488410,551,55101,35,5,3,0,0,0,0,0,0,0 +488490,551,55101,0,3,0,0,0,0,0,0,0,0 +488510,551,55101,272,8,4,0,0,0,0,0,0,0 +492110,551,55101,0,6,3,0,0,0,0,0,0,0 +492210,551,55101,11,3,0,0,0,0,0,0,0,0 +493110,551,55101,131,8,3,0,0,0,0,0,0,0 +512110,551,55101,13,4,3,0,0,0,0,0,0,0 +517311,551,55101,243,16,13,0,0,0,0,0,0,0 +517312,551,55101,65,8,3,0,0,0,0,0,0,0 +517911,551,55101,83,5,0,0,0,0,0,0,0,0 +518210,551,55101,8,6,6,0,0,0,0,0,0,0 +519130,551,55101,8,3,0,0,0,0,0,0,0,0 +522110,551,55101,842,47,38,8,0,0,0,0,0,0 +522120,551,55101,52,10,10,0,0,0,0,0,0,0 +522130,551,55101,352,14,7,0,0,0,0,0,0,0 +522220,551,55101,0,3,0,0,0,0,0,0,0,0 +522291,551,55101,24,9,7,0,0,0,0,0,0,0 +522320,551,55101,5,4,4,0,0,0,0,0,0,0 +522390,551,55101,18,9,9,0,0,0,0,0,0,0 +523120,551,55101,50,12,11,0,0,0,0,0,0,0 +523920,551,55101,49,20,17,0,0,0,0,0,0,0 +523930,551,55101,16,8,7,0,0,0,0,0,0,0 +524126,551,55101,18,6,5,0,0,0,0,0,0,0 +524210,551,55101,265,59,57,0,0,0,0,0,0,0 +531110,551,55101,98,24,22,0,0,0,0,0,0,0 +531120,551,55101,91,9,6,0,0,0,0,0,0,0 +531130,551,55101,5,4,4,0,0,0,0,0,0,0 +531190,551,55101,7,3,0,0,0,0,0,0,0,0 +531210,551,55101,71,35,35,0,0,0,0,0,0,0 +531311,551,55101,68,13,10,0,0,0,0,0,0,0 +531312,551,55101,25,4,3,0,0,0,0,0,0,0 +531320,551,55101,28,7,5,0,0,0,0,0,0,0 +532111,551,55101,0,4,3,0,0,0,0,0,0,0 +532289,551,55101,0,3,0,0,0,0,0,0,0,0 +541110,551,55101,254,53,52,0,0,0,0,0,0,0 +541191,551,55101,91,8,5,0,0,0,0,0,0,0 +541211,551,55101,151,21,16,3,0,0,0,0,0,0 +541213,551,55101,187,20,17,3,0,0,0,0,0,0 +541214,551,55101,196,4,0,0,0,0,0,0,0,0 +541219,551,55101,53,14,13,0,0,0,0,0,0,0 +541310,551,55101,17,6,4,0,0,0,0,0,0,0 +541330,551,55101,102,14,10,0,0,0,0,0,0,0 +541350,551,55101,5,4,4,0,0,0,0,0,0,0 +541370,551,55101,0,3,3,0,0,0,0,0,0,0 +541380,551,55101,9,3,3,0,0,0,0,0,0,0 +541410,551,55101,5,4,4,0,0,0,0,0,0,0 +541430,551,55101,66,10,8,0,0,0,0,0,0,0 +541511,551,55101,86,22,20,0,0,0,0,0,0,0 +541512,551,55101,123,18,14,0,0,0,0,0,0,0 +541611,551,55101,32,14,11,0,0,0,0,0,0,0 +541613,551,55101,84,10,7,0,0,0,0,0,0,0 +541614,551,55101,0,7,6,0,0,0,0,0,0,0 +541690,551,55101,20,6,5,0,0,0,0,0,0,0 +541910,551,55101,6,4,4,0,0,0,0,0,0,0 +541940,551,55101,175,17,15,0,0,0,0,0,0,0 +541990,551,55101,11,5,5,0,0,0,0,0,0,0 +551114,551,55101,2309,17,4,3,0,3,0,0,0,0 +561110,551,55101,0,19,18,0,0,0,0,0,0,0 +561311,551,55101,19,4,3,0,0,0,0,0,0,0 +561312,551,55101,0,4,0,0,0,0,0,0,0,0 +561320,551,55101,1447,25,11,8,5,0,0,0,0,0 +561510,551,55101,0,9,7,0,0,0,0,0,0,0 +561611,551,55101,0,3,3,0,0,0,0,0,0,0 +561612,551,55101,0,3,0,0,0,0,0,0,0,0 +561622,551,55101,0,3,3,0,0,0,0,0,0,0 +561710,551,55101,32,3,0,0,0,0,0,0,0,0 +561720,551,55101,351,23,17,0,0,0,0,0,0,0 +561730,551,55101,276,73,71,0,0,0,0,0,0,0 +561740,551,55101,6,4,4,0,0,0,0,0,0,0 +561790,551,55101,122,5,3,0,0,0,0,0,0,0 +561990,551,55101,57,6,3,0,0,0,0,0,0,0 +562111,551,55101,182,13,7,4,0,0,0,0,0,0 +611110,551,55101,663,15,0,10,0,0,0,0,0,0 +611519,551,55101,10,3,0,0,0,0,0,0,0,0 +611610,551,55101,24,8,7,0,0,0,0,0,0,0 +611620,551,55101,60,8,6,0,0,0,0,0,0,0 +611691,551,55101,20,3,0,0,0,0,0,0,0,0 +621111,551,55101,669,64,52,12,0,0,0,0,0,0 +621112,551,55101,28,6,4,0,0,0,0,0,0,0 +621210,551,55101,623,59,55,0,0,0,0,0,0,0 +621310,551,55101,114,26,24,0,0,0,0,0,0,0 +621320,551,55101,61,10,6,0,0,0,0,0,0,0 +621330,551,55101,20,6,4,0,0,0,0,0,0,0 +621340,551,55101,138,28,27,0,0,0,0,0,0,0 +621391,551,55101,50,5,3,0,0,0,0,0,0,0 +621399,551,55101,17,4,3,0,0,0,0,0,0,0 +621420,551,55101,0,3,3,0,0,0,0,0,0,0 +621492,551,55101,0,4,0,0,0,0,0,0,0,0 +621493,551,55101,30,3,0,0,0,0,0,0,0,0 +621498,551,55101,545,7,0,0,0,0,0,0,0,0 +621610,551,55101,460,14,8,0,0,0,0,0,0,0 +621910,551,55101,95,8,4,3,0,0,0,0,0,0 +622110,551,55101,0,3,0,0,0,0,0,0,0,0 +623110,551,55101,406,9,3,0,0,0,0,0,0,0 +623210,551,55101,692,55,47,7,0,0,0,0,0,0 +623220,551,55101,83,7,5,0,0,0,0,0,0,0 +623311,551,55101,147,8,3,4,0,0,0,0,0,0 +623312,551,55101,904,47,31,16,0,0,0,0,0,0 +623990,551,55101,70,4,0,0,0,0,0,0,0,0 +624110,551,55101,83,8,6,0,0,0,0,0,0,0 +624120,551,55101,922,27,18,7,0,0,0,0,0,0 +624190,551,55101,134,19,12,3,0,0,0,0,0,0 +624229,551,55101,42,5,3,0,0,0,0,0,0,0 +624310,551,55101,731,12,0,3,4,0,0,0,0,0 +624410,551,55101,652,51,39,12,0,0,0,0,0,0 +711130,551,55101,0,3,0,0,0,0,0,0,0,0 +711510,551,55101,20,7,5,0,0,0,0,0,0,0 +712110,551,55101,0,3,0,0,0,0,0,0,0,0 +712130,551,55101,48,3,0,0,0,0,0,0,0,0 +713910,551,55101,126,8,3,0,0,0,0,0,0,0 +713930,551,55101,20,5,3,0,0,0,0,0,0,0 +713940,551,55101,162,14,11,0,0,0,0,0,0,0 +713950,551,55101,170,6,0,4,0,0,0,0,0,0 +713990,551,55101,41,12,11,0,0,0,0,0,0,0 +721110,551,55101,366,20,16,0,0,0,0,0,0,0 +722310,551,55101,613,31,25,3,3,0,0,0,0,0 +722320,551,55101,94,8,4,0,0,0,0,0,0,0 +722330,551,55101,12,4,3,0,0,0,0,0,0,0 +722410,551,55101,289,74,73,0,0,0,0,0,0,0 +722511,551,55101,2397,128,86,42,0,0,0,0,0,0 +722513,551,55101,2528,117,66,50,0,0,0,0,0,0 +722514,551,55101,29,4,0,0,0,0,0,0,0,0 +722515,551,55101,440,24,19,3,0,0,0,0,0,0 +811111,551,55101,268,56,54,0,0,0,0,0,0,0 +811121,551,55101,171,27,25,0,0,0,0,0,0,0 +811122,551,55101,14,4,0,0,0,0,0,0,0,0 +811191,551,55101,22,3,0,0,0,0,0,0,0,0 +811192,551,55101,168,7,0,0,0,0,0,0,0,0 +811310,551,55101,116,23,21,0,0,0,0,0,0,0 +811412,551,55101,3,4,4,0,0,0,0,0,0,0 +811420,551,55101,8,3,3,0,0,0,0,0,0,0 +811490,551,55101,0,3,0,0,0,0,0,0,0,0 +812111,551,55101,14,4,3,0,0,0,0,0,0,0 +812112,551,55101,361,56,54,0,0,0,0,0,0,0 +812113,551,55101,58,10,7,0,0,0,0,0,0,0 +812199,551,55101,73,10,8,0,0,0,0,0,0,0 +812210,551,55101,73,10,8,0,0,0,0,0,0,0 +812220,551,55101,28,5,0,0,0,0,0,0,0,0 +812310,551,55101,16,4,0,0,0,0,0,0,0,0 +812320,551,55101,145,7,4,0,0,0,0,0,0,0 +812910,551,55101,62,10,7,0,0,0,0,0,0,0 +812990,551,55101,9,4,3,0,0,0,0,0,0,0 +813110,551,55101,1417,121,105,15,0,0,0,0,0,0 +813312,551,55101,22,3,0,0,0,0,0,0,0,0 +813319,551,55101,17,6,5,0,0,0,0,0,0,0 +813410,551,55101,66,12,10,0,0,0,0,0,0,0 +813910,551,55101,45,8,6,0,0,0,0,0,0,0 +813920,551,55101,0,3,3,0,0,0,0,0,0,0 +813930,551,55101,75,14,12,0,0,0,0,0,0,0 +113310,551,55127,0,3,0,0,0,0,0,0,0,0 +115210,551,55127,11,4,3,0,0,0,0,0,0,0 +236115,551,55127,98,34,33,0,0,0,0,0,0,0 +236117,551,55127,18,6,5,0,0,0,0,0,0,0 +236118,551,55127,127,44,42,0,0,0,0,0,0,0 +236220,551,55127,56,10,6,0,0,0,0,0,0,0 +237110,551,55127,12,5,4,0,0,0,0,0,0,0 +237990,551,55127,45,8,7,0,0,0,0,0,0,0 +238110,551,55127,40,10,8,0,0,0,0,0,0,0 +238130,551,55127,49,8,6,0,0,0,0,0,0,0 +238140,551,55127,30,7,7,0,0,0,0,0,0,0 +238150,551,55127,41,4,0,0,0,0,0,0,0,0 +238160,551,55127,23,6,4,0,0,0,0,0,0,0 +238170,551,55127,28,5,3,0,0,0,0,0,0,0 +238210,551,55127,142,27,23,0,0,0,0,0,0,0 +238220,551,55127,265,47,43,4,0,0,0,0,0,0 +238310,551,55127,36,8,6,0,0,0,0,0,0,0 +238320,551,55127,47,21,21,0,0,0,0,0,0,0 +238330,551,55127,42,12,9,0,0,0,0,0,0,0 +238340,551,55127,0,3,0,0,0,0,0,0,0,0 +238350,551,55127,38,23,20,0,0,0,0,0,0,0 +238390,551,55127,7,5,5,0,0,0,0,0,0,0 +238910,551,55127,98,12,8,0,0,0,0,0,0,0 +238990,551,55127,53,15,14,0,0,0,0,0,0,0 +311811,551,55127,51,4,0,0,0,0,0,0,0,0 +314910,551,55127,23,3,0,0,0,0,0,0,0,0 +321920,551,55127,0,3,0,0,0,0,0,0,0,0 +323111,551,55127,82,6,3,0,0,0,0,0,0,0 +323113,551,55127,0,3,0,0,0,0,0,0,0,0 +326199,551,55127,923,15,0,7,5,0,0,0,0,0 +327320,551,55127,39,3,0,0,0,0,0,0,0,0 +332710,551,55127,175,13,8,0,0,0,0,0,0,0 +332721,551,55127,408,9,0,0,0,0,0,0,0,0 +332999,551,55127,29,4,0,0,0,0,0,0,0,0 +333318,551,55127,124,5,3,0,0,0,0,0,0,0 +333511,551,55127,0,3,0,0,0,0,0,0,0,0 +333994,551,55127,0,3,0,0,0,0,0,0,0,0 +334418,551,55127,0,3,0,0,0,0,0,0,0,0 +336390,551,55127,0,3,0,0,0,0,0,0,0,0 +337110,551,55127,21,3,3,0,0,0,0,0,0,0 +337127,551,55127,194,3,0,0,0,0,0,0,0,0 +339992,551,55127,0,3,0,0,0,0,0,0,0,0 +423110,551,55127,262,3,0,0,0,0,0,0,0,0 +423310,551,55127,21,4,0,0,0,0,0,0,0,0 +423490,551,55127,21,4,3,0,0,0,0,0,0,0 +423610,551,55127,44,6,0,0,0,0,0,0,0,0 +423710,551,55127,17,4,0,0,0,0,0,0,0,0 +423820,551,55127,108,7,4,0,0,0,0,0,0,0 +423830,551,55127,217,8,4,0,0,0,0,0,0,0 +423910,551,55127,0,3,0,0,0,0,0,0,0,0 +423930,551,55127,32,7,6,0,0,0,0,0,0,0 +423940,551,55127,0,3,0,0,0,0,0,0,0,0 +423990,551,55127,74,7,3,0,0,0,0,0,0,0 +424910,551,55127,169,9,6,0,0,0,0,0,0,0 +425120,551,55127,21,13,11,0,0,0,0,0,0,0 +441110,551,55127,542,14,4,7,0,0,0,0,0,0 +441120,551,55127,22,7,6,0,0,0,0,0,0,0 +441222,551,55127,144,8,0,4,0,0,0,0,0,0 +441228,551,55127,35,7,4,0,0,0,0,0,0,0 +441310,551,55127,111,16,16,0,0,0,0,0,0,0 +441320,551,55127,21,3,3,0,0,0,0,0,0,0 +442110,551,55127,37,7,3,0,0,0,0,0,0,0 +442210,551,55127,29,5,3,0,0,0,0,0,0,0 +442299,551,55127,53,4,0,0,0,0,0,0,0,0 +443141,551,55127,0,3,0,0,0,0,0,0,0,0 +443142,551,55127,0,4,0,0,0,0,0,0,0,0 +444130,551,55127,121,9,7,0,0,0,0,0,0,0 +444190,551,55127,175,17,13,0,0,0,0,0,0,0 +444220,551,55127,51,5,0,0,0,0,0,0,0,0 +445110,551,55127,603,18,10,0,3,0,0,0,0,0 +445120,551,55127,3,3,3,0,0,0,0,0,0,0 +445299,551,55127,22,5,3,0,0,0,0,0,0,0 +445310,551,55127,49,14,14,0,0,0,0,0,0,0 +446110,551,55127,204,10,3,6,0,0,0,0,0,0 +447110,551,55127,380,51,47,4,0,0,0,0,0,0 +447190,551,55127,8,3,3,0,0,0,0,0,0,0 +448110,551,55127,8,3,0,0,0,0,0,0,0,0 +448120,551,55127,91,12,9,0,0,0,0,0,0,0 +448140,551,55127,115,7,5,0,0,0,0,0,0,0 +448190,551,55127,5,3,3,0,0,0,0,0,0,0 +448210,551,55127,35,5,5,0,0,0,0,0,0,0 +448310,551,55127,26,8,7,0,0,0,0,0,0,0 +451110,551,55127,52,8,4,0,0,0,0,0,0,0 +451120,551,55127,7,3,0,0,0,0,0,0,0,0 +452311,551,55127,0,4,0,0,0,0,0,0,0,0 +452319,551,55127,0,8,6,0,0,0,0,0,0,0 +453110,551,55127,19,6,5,0,0,0,0,0,0,0 +453220,551,55127,34,8,7,0,0,0,0,0,0,0 +453310,551,55127,77,12,11,0,0,0,0,0,0,0 +453910,551,55127,41,4,0,0,0,0,0,0,0,0 +453998,551,55127,5,5,5,0,0,0,0,0,0,0 +454110,551,55127,51,17,14,0,0,0,0,0,0,0 +454210,551,55127,11,3,0,0,0,0,0,0,0,0 +454310,551,55127,0,3,3,0,0,0,0,0,0,0 +454390,551,55127,69,12,8,0,0,0,0,0,0,0 +484110,551,55127,108,20,15,0,0,0,0,0,0,0 +484121,551,55127,122,22,18,0,0,0,0,0,0,0 +484122,551,55127,56,9,8,0,0,0,0,0,0,0 +484220,551,55127,92,16,15,0,0,0,0,0,0,0 +484230,551,55127,5,6,6,0,0,0,0,0,0,0 +485410,551,55127,0,4,0,0,0,0,0,0,0,0 +488510,551,55127,34,5,0,0,0,0,0,0,0,0 +493110,551,55127,13,3,0,0,0,0,0,0,0,0 +511110,551,55127,64,3,0,0,0,0,0,0,0,0 +517311,551,55127,93,16,15,0,0,0,0,0,0,0 +517312,551,55127,23,4,0,0,0,0,0,0,0,0 +517911,551,55127,16,4,3,0,0,0,0,0,0,0 +522110,551,55127,329,39,37,0,0,0,0,0,0,0 +522130,551,55127,82,8,6,0,0,0,0,0,0,0 +522291,551,55127,9,4,4,0,0,0,0,0,0,0 +522292,551,55127,9,4,4,0,0,0,0,0,0,0 +522390,551,55127,8,3,3,0,0,0,0,0,0,0 +523120,551,55127,11,7,7,0,0,0,0,0,0,0 +523920,551,55127,44,17,17,0,0,0,0,0,0,0 +524210,551,55127,129,54,53,0,0,0,0,0,0,0 +531110,551,55127,176,21,17,0,0,0,0,0,0,0 +531120,551,55127,16,8,8,0,0,0,0,0,0,0 +531130,551,55127,13,6,6,0,0,0,0,0,0,0 +531190,551,55127,19,5,3,0,0,0,0,0,0,0 +531210,551,55127,65,21,18,0,0,0,0,0,0,0 +531311,551,55127,55,14,10,0,0,0,0,0,0,0 +532284,551,55127,3,4,4,0,0,0,0,0,0,0 +532490,551,55127,0,3,0,0,0,0,0,0,0,0 +541110,551,55127,125,33,33,0,0,0,0,0,0,0 +541211,551,55127,59,14,11,0,0,0,0,0,0,0 +541213,551,55127,42,12,9,0,0,0,0,0,0,0 +541219,551,55127,38,9,8,0,0,0,0,0,0,0 +541310,551,55127,20,4,0,0,0,0,0,0,0,0 +541330,551,55127,11,10,10,0,0,0,0,0,0,0 +541350,551,55127,3,3,3,0,0,0,0,0,0,0 +541370,551,55127,0,4,3,0,0,0,0,0,0,0 +541380,551,55127,120,6,0,0,0,0,0,0,0,0 +541410,551,55127,3,3,3,0,0,0,0,0,0,0 +541430,551,55127,16,5,4,0,0,0,0,0,0,0 +541511,551,55127,181,11,7,0,0,0,0,0,0,0 +541512,551,55127,33,7,4,0,0,0,0,0,0,0 +541611,551,55127,34,17,15,0,0,0,0,0,0,0 +541612,551,55127,12,4,3,0,0,0,0,0,0,0 +541613,551,55127,36,9,6,0,0,0,0,0,0,0 +541690,551,55127,3,4,4,0,0,0,0,0,0,0 +541715,551,55127,19,3,3,0,0,0,0,0,0,0 +541810,551,55127,4,3,3,0,0,0,0,0,0,0 +541890,551,55127,13,3,0,0,0,0,0,0,0,0 +541921,551,55127,4,3,3,0,0,0,0,0,0,0 +541940,551,55127,270,16,13,0,0,0,0,0,0,0 +541990,551,55127,4,4,4,0,0,0,0,0,0,0 +551112,551,55127,197,7,3,0,0,0,0,0,0,0 +551114,551,55127,97,10,9,0,0,0,0,0,0,0 +561110,551,55127,197,13,9,0,0,0,0,0,0,0 +561311,551,55127,0,4,0,0,0,0,0,0,0,0 +561320,551,55127,1310,9,0,0,0,3,0,0,0,0 +561510,551,55127,12,7,7,0,0,0,0,0,0,0 +561720,551,55127,281,27,20,0,0,0,0,0,0,0 +561730,551,55127,224,79,76,0,0,0,0,0,0,0 +561790,551,55127,9,5,5,0,0,0,0,0,0,0 +561990,551,55127,25,6,6,0,0,0,0,0,0,0 +562111,551,55127,37,4,0,0,0,0,0,0,0,0 +562991,551,55127,4,3,3,0,0,0,0,0,0,0 +611110,551,55127,204,11,6,5,0,0,0,0,0,0 +611430,551,55127,26,4,3,0,0,0,0,0,0,0 +611610,551,55127,60,6,3,0,0,0,0,0,0,0 +611620,551,55127,56,12,11,0,0,0,0,0,0,0 +621111,551,55127,469,25,16,7,0,0,0,0,0,0 +621210,551,55127,185,24,23,0,0,0,0,0,0,0 +621310,551,55127,70,23,23,0,0,0,0,0,0,0 +621320,551,55127,31,6,4,0,0,0,0,0,0,0 +621340,551,55127,41,13,13,0,0,0,0,0,0,0 +621399,551,55127,17,5,4,0,0,0,0,0,0,0 +621498,551,55127,0,5,0,0,0,0,0,0,0,0 +621610,551,55127,0,3,0,0,0,0,0,0,0,0 +621910,551,55127,0,3,0,0,0,0,0,0,0,0 +623110,551,55127,386,7,0,3,0,0,0,0,0,0 +623210,551,55127,394,34,31,0,0,0,0,0,0,0 +623311,551,55127,376,4,0,0,0,0,0,0,0,0 +623312,551,55127,277,12,4,4,0,0,0,0,0,0 +623990,551,55127,34,3,0,0,0,0,0,0,0,0 +624120,551,55127,156,8,5,0,0,0,0,0,0,0 +624190,551,55127,23,8,6,0,0,0,0,0,0,0 +624410,551,55127,208,24,22,0,0,0,0,0,0,0 +711310,551,55127,21,3,0,0,0,0,0,0,0,0 +711320,551,55127,10,4,3,0,0,0,0,0,0,0 +713910,551,55127,261,10,4,0,0,0,0,0,0,0 +713930,551,55127,77,9,5,0,0,0,0,0,0,0 +713940,551,55127,168,10,7,0,0,0,0,0,0,0 +713950,551,55127,21,3,0,0,0,0,0,0,0,0 +713990,551,55127,68,10,6,0,0,0,0,0,0,0 +721110,551,55127,1753,23,18,0,0,0,0,0,0,0 +721214,551,55127,89,7,4,3,0,0,0,0,0,0 +722310,551,55127,270,10,3,3,0,0,0,0,0,0 +722320,551,55127,38,6,3,0,0,0,0,0,0,0 +722410,551,55127,313,47,43,4,0,0,0,0,0,0 +722511,551,55127,2000,108,72,35,0,0,0,0,0,0 +722513,551,55127,1261,69,43,26,0,0,0,0,0,0 +722515,551,55127,196,19,13,3,0,0,0,0,0,0 +811111,551,55127,131,36,36,0,0,0,0,0,0,0 +811121,551,55127,47,8,5,0,0,0,0,0,0,0 +811192,551,55127,37,4,0,0,0,0,0,0,0,0 +811219,551,55127,17,3,0,0,0,0,0,0,0,0 +811310,551,55127,51,13,12,0,0,0,0,0,0,0 +811490,551,55127,36,6,0,0,0,0,0,0,0,0 +812112,551,55127,243,41,40,0,0,0,0,0,0,0 +812113,551,55127,34,10,10,0,0,0,0,0,0,0 +812199,551,55127,27,8,6,0,0,0,0,0,0,0 +812210,551,55127,22,9,9,0,0,0,0,0,0,0 +812220,551,55127,8,4,4,0,0,0,0,0,0,0 +812310,551,55127,12,4,3,0,0,0,0,0,0,0 +812320,551,55127,45,5,3,0,0,0,0,0,0,0 +812910,551,55127,38,9,7,0,0,0,0,0,0,0 +813110,551,55127,539,74,68,5,0,0,0,0,0,0 +813211,551,55127,31,3,0,0,0,0,0,0,0,0 +813312,551,55127,22,4,3,0,0,0,0,0,0,0 +813410,551,55127,13,7,7,0,0,0,0,0,0,0 +813910,551,55127,27,9,7,0,0,0,0,0,0,0 +813990,551,55127,136,21,19,0,0,0,0,0,0,0 +113310,559,122,582,241,213,0,0,0,0,0,0,0 +114111,559,122,0,3,3,0,0,0,0,0,0,0 +115112,559,122,15,13,5,0,0,0,0,0,0,0 +115113,559,122,12,3,0,0,0,0,0,0,0,0 +115114,559,122,0,3,0,0,0,0,0,0,0,0 +115210,559,122,847,82,47,0,0,0,0,0,0,0 +115310,559,122,0,3,0,0,0,0,0,0,0,0 +212312,559,122,41,7,0,0,0,0,0,0,0,0 +212313,559,122,75,4,0,0,0,0,0,0,0,0 +212321,559,122,126,11,4,0,0,0,0,0,0,0 +212322,559,122,944,24,3,9,0,0,0,0,0,0 +221111,559,122,0,22,16,0,0,0,0,0,0,0 +221112,559,122,0,3,3,0,0,0,0,0,0,0 +221122,559,122,371,73,7,0,0,0,0,0,0,0 +221210,559,122,0,15,6,0,0,0,0,0,0,0 +236115,559,122,2275,778,709,0,0,0,0,0,0,0 +236116,559,122,667,23,7,4,0,0,0,0,0,0 +236117,559,122,702,146,124,0,0,0,0,0,0,0 +236118,559,122,3420,1049,970,3,0,0,0,0,0,0 +236210,559,122,26,13,4,0,0,0,0,0,0,0 +236220,559,122,8353,353,206,29,5,0,0,0,0,0 +237110,559,122,726,123,73,3,0,0,0,0,0,0 +237130,559,122,1386,44,9,0,0,0,0,0,0,0 +237210,559,122,20,18,17,0,0,0,0,0,0,0 +237310,559,122,936,73,23,3,0,0,0,0,0,0 +237990,559,122,201,23,3,0,0,0,0,0,0,0 +238110,559,122,2146,418,356,0,0,0,0,0,0,0 +238120,559,122,78,10,6,0,0,0,0,0,0,0 +238130,559,122,768,162,124,0,0,0,0,0,0,0 +238140,559,122,988,240,200,3,0,0,0,0,0,0 +238150,559,122,272,25,7,3,0,0,0,0,0,0 +238160,559,122,1561,237,179,7,0,0,0,0,0,0 +238170,559,122,469,150,119,0,0,0,0,0,0,0 +238190,559,122,108,30,16,0,0,0,0,0,0,0 +238210,559,122,9368,918,754,56,4,0,0,0,0,0 +238220,559,122,12527,1297,1112,69,4,0,0,0,0,0 +238290,559,122,915,83,36,9,0,0,0,0,0,0 +238310,559,122,2855,253,171,13,0,0,0,0,0,0 +238320,559,122,1420,357,295,5,0,0,0,0,0,0 +238330,559,122,815,191,164,4,0,0,0,0,0,0 +238340,559,122,215,52,38,0,0,0,0,0,0,0 +238350,559,122,1748,371,317,0,0,0,0,0,0,0 +238390,559,122,504,49,23,3,0,0,0,0,0,0 +238910,559,122,3510,643,546,7,0,0,0,0,0,0 +238990,559,122,1306,358,308,5,0,0,0,0,0,0 +311119,559,122,663,26,0,3,0,0,0,0,0,0 +311213,559,122,0,4,0,0,0,0,0,0,0,0 +311352,559,122,346,17,0,3,0,0,0,0,0,0 +311412,559,122,0,3,0,0,0,0,0,0,0,0 +311421,559,122,409,18,0,0,0,0,0,0,0,0 +311423,559,122,269,5,0,0,0,0,0,0,0,0 +311513,559,122,12710,130,9,17,18,0,0,0,0,0 +311514,559,122,93,3,0,0,0,0,0,0,0,0 +311611,559,122,69,12,0,0,0,0,0,0,0,0 +311612,559,122,27,24,6,0,0,0,0,0,0,0 +311811,559,122,638,56,21,7,0,0,0,0,0,0 +311812,559,122,850,10,0,3,0,0,0,0,0,0 +311824,559,122,0,4,0,0,0,0,0,0,0,0 +311920,559,122,0,3,0,0,0,0,0,0,0,0 +311942,559,122,0,3,0,0,0,0,0,0,0,0 +311991,559,122,355,6,0,0,0,0,0,0,0,0 +312120,559,122,335,34,7,4,0,0,0,0,0,0 +312130,559,122,155,19,12,0,0,0,0,0,0,0 +314910,559,122,130,11,3,0,0,0,0,0,0,0 +321113,559,122,1133,70,9,3,0,0,0,0,0,0 +321214,559,122,55,3,0,0,0,0,0,0,0,0 +321911,559,122,2647,30,3,0,0,0,0,0,0,0 +321912,559,122,125,3,0,0,0,0,0,0,0,0 +321918,559,122,514,25,3,0,0,0,0,0,0,0 +321920,559,122,1313,44,3,3,0,0,0,0,0,0 +321992,559,122,498,6,0,0,0,0,0,0,0,0 +321999,559,122,214,27,12,0,0,0,0,0,0,0 +322121,559,122,5996,15,0,0,0,0,0,0,0,0 +322211,559,122,592,5,0,0,0,0,0,0,0,0 +322219,559,122,436,4,0,0,3,0,0,0,0,0 +322220,559,122,2127,18,0,3,0,0,0,0,0,0 +322230,559,122,0,4,0,0,0,0,0,0,0,0 +322291,559,122,3149,14,0,0,3,4,0,0,0,0 +322299,559,122,609,10,0,6,0,0,0,0,0,0 +323111,559,122,8111,266,140,25,3,3,0,0,0,0 +323113,559,122,1601,54,13,3,0,0,0,0,0,0 +323117,559,122,0,6,0,0,0,0,0,0,0,0 +323120,559,122,677,17,3,0,0,0,0,0,0,0 +325180,559,122,0,3,0,0,0,0,0,0,0,0 +325211,559,122,0,7,0,0,0,0,0,0,0,0 +325411,559,122,402,4,0,0,0,0,0,0,0,0 +325412,559,122,665,10,0,3,3,0,0,0,0,0 +325413,559,122,112,4,0,3,0,0,0,0,0,0 +325414,559,122,1087,8,0,3,0,0,0,0,0,0 +325510,559,122,387,17,0,0,0,0,0,0,0,0 +325612,559,122,47,3,0,0,0,0,0,0,0,0 +325620,559,122,46,3,0,0,0,0,0,0,0,0 +325910,559,122,48,5,0,0,0,0,0,0,0,0 +326112,559,122,2817,17,0,0,0,3,0,0,0,0 +326113,559,122,0,3,0,0,0,0,0,0,0,0 +326121,559,122,228,4,0,3,0,0,0,0,0,0 +326150,559,122,0,3,0,0,0,0,0,0,0,0 +326199,559,122,7392,114,15,24,0,0,0,0,0,0 +326299,559,122,0,3,0,0,0,0,0,0,0,0 +327215,559,122,6,9,0,0,0,0,0,0,0,0 +327320,559,122,687,89,26,8,0,0,0,0,0,0 +327390,559,122,100,16,0,0,0,0,0,0,0,0 +327991,559,122,252,13,3,0,0,0,0,0,0,0 +327993,559,122,0,3,0,0,0,0,0,0,0,0 +331511,559,122,0,3,0,0,0,0,0,0,0,0 +331524,559,122,0,7,0,0,0,0,0,0,0,0 +332119,559,122,414,12,0,0,0,0,0,0,0,0 +332311,559,122,0,3,0,0,0,0,0,0,0,0 +332312,559,122,1065,35,6,0,0,0,0,0,0,0 +332313,559,122,1154,30,3,3,0,0,0,0,0,0 +332321,559,122,100,9,0,3,0,0,0,0,0,0 +332322,559,122,1172,45,6,0,0,0,0,0,0,0 +332323,559,122,65,5,3,0,0,0,0,0,0,0 +332420,559,122,0,3,0,0,0,0,0,0,0,0 +332510,559,122,271,3,0,0,0,0,0,0,0,0 +332618,559,122,0,3,0,0,0,0,0,0,0,0 +332710,559,122,4944,341,216,34,0,0,0,0,0,0 +332721,559,122,805,34,3,0,0,0,0,0,0,0 +332811,559,122,0,3,0,0,0,0,0,0,0,0 +332812,559,122,622,49,9,3,0,0,0,0,0,0 +332813,559,122,635,16,3,3,0,0,0,0,0,0 +332912,559,122,403,3,0,0,0,0,0,0,0,0 +332996,559,122,368,4,0,0,0,0,0,0,0,0 +332999,559,122,1437,64,13,0,0,0,0,0,0,0 +333111,559,122,513,20,0,3,0,0,0,0,0,0 +333120,559,122,440,6,0,0,0,0,0,0,0,0 +333241,559,122,0,3,0,0,0,0,0,0,0,0 +333243,559,122,1797,25,0,8,0,0,0,0,0,0 +333244,559,122,258,7,0,0,0,0,0,0,0,0 +333249,559,122,406,12,3,0,0,0,0,0,0,0 +333318,559,122,232,7,0,0,0,0,0,0,0,0 +333511,559,122,572,12,0,0,0,0,0,0,0,0 +333514,559,122,747,36,10,0,0,0,0,0,0,0 +333515,559,122,32,4,0,0,0,0,0,0,0,0 +333517,559,122,100,3,0,0,0,0,0,0,0,0 +333912,559,122,29,6,0,0,0,0,0,0,0,0 +333914,559,122,714,4,0,0,0,0,0,0,0,0 +333922,559,122,332,6,0,3,0,0,0,0,0,0 +333993,559,122,290,4,0,0,0,0,0,0,0,0 +333995,559,122,276,4,0,0,0,0,0,0,0,0 +333999,559,122,216,13,3,0,0,0,0,0,0,0 +334111,559,122,0,4,0,0,0,0,0,0,0,0 +334118,559,122,0,3,0,0,0,0,0,0,0,0 +334418,559,122,0,3,0,0,0,0,0,0,0,0 +334419,559,122,120,5,0,0,0,0,0,0,0,0 +334510,559,122,1175,8,0,0,3,0,0,0,0,0 +334512,559,122,220,4,0,0,0,0,0,0,0,0 +334516,559,122,1152,7,0,0,0,0,0,0,0,0 +334517,559,122,0,3,0,0,0,0,0,0,0,0 +335314,559,122,56,3,0,0,0,0,0,0,0,0 +336211,559,122,0,3,0,0,0,0,0,0,0,0 +336320,559,122,0,9,0,0,0,0,0,0,0,0 +336390,559,122,0,6,0,0,0,0,0,0,0,0 +336612,559,122,371,4,0,0,0,0,0,0,0,0 +337110,559,122,1158,62,30,3,0,0,0,0,0,0 +337122,559,122,181,7,0,0,0,0,0,0,0,0 +337127,559,122,0,8,0,0,0,0,0,0,0,0 +337212,559,122,586,18,0,0,0,0,0,0,0,0 +337215,559,122,0,3,0,0,0,0,0,0,0,0 +339112,559,122,29,4,0,0,0,0,0,0,0,0 +339113,559,122,55,7,3,0,0,0,0,0,0,0 +339115,559,122,193,3,0,0,0,0,0,0,0,0 +339116,559,122,346,51,30,0,0,0,0,0,0,0 +339920,559,122,47,9,0,0,0,0,0,0,0,0 +339950,559,122,642,37,16,3,0,0,0,0,0,0 +339999,559,122,430,61,30,0,0,0,0,0,0,0 +423110,559,122,1968,59,3,20,0,0,0,0,0,0 +423120,559,122,2568,106,42,10,0,0,0,0,0,0 +423130,559,122,146,12,0,3,0,0,0,0,0,0 +423140,559,122,206,7,0,0,0,0,0,0,0,0 +423210,559,122,631,39,18,5,0,0,0,0,0,0 +423220,559,122,243,18,9,0,0,0,0,0,0,0 +423310,559,122,1223,61,21,3,0,0,0,0,0,0 +423320,559,122,100,12,4,0,0,0,0,0,0,0 +423330,559,122,283,34,6,0,0,0,0,0,0,0 +423390,559,122,295,22,7,0,0,0,0,0,0,0 +423420,559,122,1126,83,47,8,0,0,0,0,0,0 +423430,559,122,937,53,24,6,0,0,0,0,0,0 +423440,559,122,191,17,3,0,0,0,0,0,0,0 +423450,559,122,382,36,17,0,0,0,0,0,0,0 +423490,559,122,157,9,5,0,0,0,0,0,0,0 +423510,559,122,799,52,21,0,0,0,0,0,0,0 +423610,559,122,2435,126,62,18,0,0,0,0,0,0 +423620,559,122,0,7,0,0,0,0,0,0,0,0 +423690,559,122,395,40,18,6,0,0,0,0,0,0 +423710,559,122,451,30,9,0,0,0,0,0,0,0 +423720,559,122,508,52,23,0,0,0,0,0,0,0 +423730,559,122,602,44,19,7,0,0,0,0,0,0 +423740,559,122,62,3,0,0,0,0,0,0,0,0 +423810,559,122,886,46,14,0,0,0,0,0,0,0 +423820,559,122,3132,219,66,36,0,0,0,0,0,0 +423830,559,122,3285,234,155,29,0,0,0,0,0,0 +423840,559,122,1311,79,42,5,0,0,0,0,0,0 +423850,559,122,908,41,23,0,0,0,0,0,0,0 +423860,559,122,0,4,0,0,0,0,0,0,0,0 +423910,559,122,663,26,8,0,0,0,0,0,0,0 +423920,559,122,0,7,0,0,0,0,0,0,0,0 +423930,559,122,1091,95,56,0,0,0,0,0,0,0 +423940,559,122,20,7,3,0,0,0,0,0,0,0 +423990,559,122,65,34,22,0,0,0,0,0,0,0 +424110,559,122,60,11,3,0,0,0,0,0,0,0 +424120,559,122,140,15,8,0,0,0,0,0,0,0 +424130,559,122,85,22,9,0,0,0,0,0,0,0 +424210,559,122,758,51,20,3,0,0,0,0,0,0 +424320,559,122,10,6,0,0,0,0,0,0,0,0 +424330,559,122,14,4,3,0,0,0,0,0,0,0 +424410,559,122,0,4,0,0,0,0,0,0,0,0 +424420,559,122,74,7,0,0,0,0,0,0,0,0 +424430,559,122,690,51,10,3,0,0,0,0,0,0 +424450,559,122,0,6,0,0,0,0,0,0,0,0 +424470,559,122,444,11,0,0,0,0,0,0,0,0 +424480,559,122,300,14,0,3,0,0,0,0,0,0 +424490,559,122,2716,105,32,0,3,0,0,0,0,0 +424510,559,122,294,34,8,3,0,0,0,0,0,0 +424520,559,122,11,6,0,0,0,0,0,0,0,0 +424610,559,122,232,17,3,0,0,0,0,0,0,0 +424690,559,122,899,52,23,0,0,0,0,0,0,0 +424710,559,122,333,26,10,0,0,0,0,0,0,0 +424720,559,122,0,14,6,0,0,0,0,0,0,0 +424810,559,122,683,11,0,0,0,0,0,0,0,0 +424820,559,122,396,10,6,0,0,0,0,0,0,0 +424910,559,122,2679,253,122,6,0,0,0,0,0,0 +424920,559,122,0,3,0,0,0,0,0,0,0,0 +424930,559,122,89,12,3,0,0,0,0,0,0,0 +424950,559,122,93,11,4,0,0,0,0,0,0,0 +424990,559,122,218,45,25,0,0,0,0,0,0,0 +425120,559,122,1319,299,249,0,0,0,0,0,0,0 +441110,559,122,14777,363,37,187,10,0,0,0,0,0 +441120,559,122,1264,258,198,0,0,0,0,0,0,0 +441210,559,122,271,25,0,0,0,0,0,0,0,0 +441222,559,122,824,87,26,0,0,0,0,0,0,0 +441228,559,122,1133,106,29,3,0,0,0,0,0,0 +441310,559,122,4537,512,398,11,0,0,0,0,0,0 +441320,559,122,1223,142,73,0,0,0,0,0,0,0 +442110,559,122,1961,240,155,10,0,0,0,0,0,0 +442210,559,122,1123,162,112,0,0,0,0,0,0,0 +442291,559,122,6,3,0,0,0,0,0,0,0,0 +442299,559,122,1196,136,88,15,0,0,0,0,0,0 +443141,559,122,865,101,43,0,0,0,0,0,0,0 +443142,559,122,2096,204,149,0,0,0,0,0,0,0 +444110,559,122,2414,68,3,0,24,0,0,0,0,0 +444120,559,122,227,56,29,0,0,0,0,0,0,0 +444130,559,122,3030,289,139,18,0,0,0,0,0,0 +444190,559,122,3966,381,238,24,0,0,0,0,0,0 +444210,559,122,155,24,4,0,0,0,0,0,0,0 +444220,559,122,1584,203,94,3,0,0,0,0,0,0 +445110,559,122,29547,588,146,143,53,7,0,0,0,0 +445120,559,122,108,17,8,0,0,0,0,0,0,0 +445210,559,122,460,47,11,0,0,0,0,0,0,0 +445230,559,122,37,4,0,0,0,0,0,0,0,0 +445291,559,122,29,6,0,0,0,0,0,0,0,0 +445292,559,122,36,10,8,0,0,0,0,0,0,0 +445299,559,122,1005,118,66,0,0,0,0,0,0,0 +445310,559,122,902,181,130,0,0,0,0,0,0,0 +446110,559,122,6055,370,135,114,0,0,0,0,0,0 +446120,559,122,877,60,12,9,0,0,0,0,0,0 +446130,559,122,594,82,59,0,0,0,0,0,0,0 +446191,559,122,278,87,63,0,0,0,0,0,0,0 +446199,559,122,482,88,68,0,0,0,0,0,0,0 +447110,559,122,17768,1640,1305,243,0,0,0,0,0,0 +447190,559,122,1711,154,51,3,0,0,0,0,0,0 +448110,559,122,131,16,8,0,0,0,0,0,0,0 +448120,559,122,2103,258,213,7,0,0,0,0,0,0 +448130,559,122,404,38,24,0,0,0,0,0,0,0 +448140,559,122,3593,183,81,54,0,0,0,0,0,0 +448150,559,122,196,31,14,0,0,0,0,0,0,0 +448190,559,122,1081,101,63,13,0,0,0,0,0,0 +448210,559,122,1610,180,122,10,0,0,0,0,0,0 +448310,559,122,957,168,147,0,0,0,0,0,0,0 +451110,559,122,3396,309,234,10,0,0,0,0,0,0 +451120,559,122,1393,104,50,15,0,0,0,0,0,0 +451130,559,122,330,38,8,0,0,0,0,0,0,0 +451140,559,122,244,28,9,3,0,0,0,0,0,0 +451211,559,122,644,69,11,3,0,0,0,0,0,0 +452210,559,122,7671,86,0,37,19,0,0,0,0,0 +452311,559,122,6190,60,0,0,17,9,0,0,0,0 +452319,559,122,6836,401,224,12,0,0,0,0,0,0 +453110,559,122,672,116,82,0,0,0,0,0,0,0 +453210,559,122,151,25,14,0,0,0,0,0,0,0 +453220,559,122,1021,236,191,0,0,0,0,0,0,0 +453310,559,122,3006,264,154,24,0,0,0,0,0,0 +453910,559,122,785,75,39,6,0,0,0,0,0,0 +453920,559,122,65,28,25,0,0,0,0,0,0,0 +453991,559,122,231,42,25,0,0,0,0,0,0,0 +453998,559,122,861,208,178,0,0,0,0,0,0,0 +454110,559,122,6421,379,298,9,0,0,0,0,0,0 +454210,559,122,248,25,11,0,0,0,0,0,0,0 +454310,559,122,794,145,72,0,0,0,0,0,0,0 +454390,559,122,1130,283,213,3,0,0,0,0,0,0 +481111,559,122,0,6,0,0,0,0,0,0,0,0 +481211,559,122,50,3,0,0,0,0,0,0,0,0 +484110,559,122,3384,379,257,21,0,0,0,0,0,0 +484121,559,122,19361,753,540,46,3,0,0,0,0,0 +484122,559,122,3582,192,102,22,0,0,0,0,0,0 +484210,559,122,583,57,32,4,0,0,0,0,0,0 +484220,559,122,4973,934,802,8,0,0,0,0,0,0 +484230,559,122,1976,213,123,8,0,0,0,0,0,0 +485310,559,122,504,18,0,0,0,0,0,0,0,0 +485320,559,122,110,16,3,3,0,0,0,0,0,0 +485410,559,122,2810,143,32,15,0,0,0,0,0,0 +485991,559,122,204,23,12,4,0,0,0,0,0,0 +486110,559,122,0,4,0,0,0,0,0,0,0,0 +487210,559,122,5,5,5,0,0,0,0,0,0,0 +488119,559,122,109,5,0,0,0,0,0,0,0,0 +488190,559,122,47,6,0,0,0,0,0,0,0,0 +488210,559,122,19,3,0,0,0,0,0,0,0,0 +488330,559,122,0,3,0,0,0,0,0,0,0,0 +488410,559,122,436,55,22,0,0,0,0,0,0,0 +488490,559,122,77,13,3,0,0,0,0,0,0,0 +488510,559,122,1092,102,65,0,0,0,0,0,0,0 +488991,559,122,12,3,0,0,0,0,0,0,0,0 +492110,559,122,2565,83,17,18,4,0,0,0,0,0 +492210,559,122,272,28,11,3,0,0,0,0,0,0 +493110,559,122,4739,186,82,25,0,0,0,0,0,0 +493120,559,122,285,33,20,0,0,0,0,0,0,0 +493190,559,122,222,4,0,0,0,0,0,0,0,0 +511110,559,122,933,116,47,0,0,0,0,0,0,0 +511120,559,122,392,39,22,0,0,0,0,0,0,0 +511130,559,122,60,6,3,0,0,0,0,0,0,0 +511140,559,122,10,5,4,0,0,0,0,0,0,0 +511210,559,122,10813,64,35,6,3,0,0,0,0,0 +512110,559,122,219,47,39,0,0,0,0,0,0,0 +512131,559,122,435,17,3,0,0,0,0,0,0,0 +512240,559,122,22,4,0,0,0,0,0,0,0,0 +515111,559,122,0,4,0,0,0,0,0,0,0,0 +515112,559,122,773,47,6,0,0,0,0,0,0,0 +515120,559,122,989,15,0,0,0,0,0,0,0,0 +517311,559,122,4596,689,536,21,0,0,0,0,0,0 +517312,559,122,1346,123,82,3,0,0,0,0,0,0 +517911,559,122,192,54,28,0,0,0,0,0,0,0 +518210,559,122,2753,95,44,8,7,0,0,0,0,0 +519110,559,122,17,3,0,0,0,0,0,0,0,0 +519130,559,122,267,26,19,3,0,0,0,0,0,0 +522110,559,122,15613,1217,974,100,0,0,0,0,0,0 +522120,559,122,499,84,47,3,0,0,0,0,0,0 +522130,559,122,5400,408,279,17,0,0,0,0,0,0 +522220,559,122,203,8,0,0,0,0,0,0,0,0 +522291,559,122,692,156,135,0,0,0,0,0,0,0 +522292,559,122,566,67,52,0,0,0,0,0,0,0 +522298,559,122,430,62,18,3,0,0,0,0,0,0 +522310,559,122,32,9,6,0,0,0,0,0,0,0 +522320,559,122,148,15,5,3,0,0,0,0,0,0 +522390,559,122,200,99,91,0,0,0,0,0,0,0 +523110,559,122,81,11,7,0,0,0,0,0,0,0 +523120,559,122,1100,248,217,3,0,0,0,0,0,0 +523910,559,122,17,8,8,0,0,0,0,0,0,0 +523920,559,122,1432,530,493,4,0,0,0,0,0,0 +523930,559,122,423,184,163,0,0,0,0,0,0,0 +523991,559,122,146,18,3,3,0,0,0,0,0,0 +523999,559,122,2,4,4,0,0,0,0,0,0,0 +524113,559,122,5691,60,32,0,0,0,0,0,0,0 +524114,559,122,3424,57,20,0,7,3,0,0,0,0 +524126,559,122,7564,128,63,5,5,0,0,0,0,0 +524127,559,122,82,7,4,0,0,0,0,0,0,0 +524210,559,122,7343,1753,1646,18,0,0,0,0,0,0 +524291,559,122,53,18,14,0,0,0,0,0,0,0 +524292,559,122,3656,47,12,5,0,0,3,0,0,0 +524298,559,122,49,5,3,0,0,0,0,0,0,0 +531110,559,122,2949,576,512,3,0,0,0,0,0,0 +531120,559,122,645,165,131,0,0,0,0,0,0,0 +531130,559,122,57,29,28,0,0,0,0,0,0,0 +531190,559,122,90,41,25,0,0,0,0,0,0,0 +531210,559,122,2237,960,925,3,0,0,0,0,0,0 +531311,559,122,3360,292,215,17,4,0,0,0,0,0 +531312,559,122,480,72,54,3,0,0,0,0,0,0 +531320,559,122,375,163,152,0,0,0,0,0,0,0 +531390,559,122,187,25,21,0,0,0,0,0,0,0 +532111,559,122,487,46,20,0,0,0,0,0,0,0 +532120,559,122,368,49,16,0,0,0,0,0,0,0 +532281,559,122,0,4,0,0,0,0,0,0,0,0 +532282,559,122,51,31,20,0,0,0,0,0,0,0 +532283,559,122,71,9,0,0,0,0,0,0,0,0 +532284,559,122,16,27,26,0,0,0,0,0,0,0 +532289,559,122,47,11,7,0,0,0,0,0,0,0 +532310,559,122,16,3,0,0,0,0,0,0,0,0 +532412,559,122,135,7,0,0,0,0,0,0,0,0 +532490,559,122,518,41,25,0,0,0,0,0,0,0 +533110,559,122,154,11,6,0,0,0,0,0,0,0 +541110,559,122,5549,1056,937,33,0,0,0,0,0,0 +541191,559,122,622,92,40,0,0,0,0,0,0,0 +541199,559,122,68,10,3,0,0,0,0,0,0,0 +541211,559,122,4838,394,274,16,0,0,0,0,0,0 +541213,559,122,1286,247,199,0,0,0,0,0,0,0 +541214,559,122,355,27,17,0,0,0,0,0,0,0 +541219,559,122,1845,359,283,0,0,0,0,0,0,0 +541310,559,122,1112,113,74,4,0,0,0,0,0,0 +541320,559,122,58,13,11,0,0,0,0,0,0,0 +541330,559,122,8037,485,337,63,3,0,0,0,0,0 +541340,559,122,32,8,0,0,0,0,0,0,0,0 +541350,559,122,120,36,33,0,0,0,0,0,0,0 +541370,559,122,196,49,37,0,0,0,0,0,0,0 +541380,559,122,1185,66,28,6,0,0,0,0,0,0 +541410,559,122,85,35,33,0,0,0,0,0,0,0 +541420,559,122,0,3,0,0,0,0,0,0,0,0 +541430,559,122,371,103,93,0,0,0,0,0,0,0 +541511,559,122,3464,424,369,17,5,0,0,0,0,0 +541512,559,122,2363,333,278,12,3,0,0,0,0,0 +541513,559,122,293,39,29,0,0,0,0,0,0,0 +541519,559,122,450,42,28,3,0,0,0,0,0,0 +541611,559,122,1368,367,335,5,0,0,0,0,0,0 +541612,559,122,202,29,19,0,0,0,0,0,0,0 +541613,559,122,479,192,176,3,0,0,0,0,0,0 +541614,559,122,972,62,43,0,0,0,0,0,0,0 +541618,559,122,7,4,4,0,0,0,0,0,0,0 +541620,559,122,228,44,28,0,0,0,0,0,0,0 +541690,559,122,608,150,124,3,0,0,0,0,0,0 +541713,559,122,170,15,9,4,0,0,0,0,0,0 +541714,559,122,1241,25,18,0,0,0,0,0,0,0 +541715,559,122,3496,56,35,9,0,0,0,0,0,0 +541720,559,122,37,5,3,0,0,0,0,0,0,0 +541810,559,122,660,75,51,7,0,0,0,0,0,0 +541820,559,122,132,52,50,0,0,0,0,0,0,0 +541850,559,122,38,4,0,0,0,0,0,0,0,0 +541860,559,122,152,11,6,0,0,0,0,0,0,0 +541890,559,122,688,73,29,6,0,0,0,0,0,0 +541910,559,122,187,22,11,3,0,0,0,0,0,0 +541921,559,122,274,102,92,0,0,0,0,0,0,0 +541922,559,122,35,16,10,0,0,0,0,0,0,0 +541930,559,122,95,14,7,0,0,0,0,0,0,0 +541940,559,122,4492,487,325,23,0,0,0,0,0,0 +541990,559,122,237,81,68,0,0,0,0,0,0,0 +551112,559,122,562,34,18,0,0,0,0,0,0,0 +551114,559,122,35992,494,233,96,39,9,9,0,0,0 +561110,559,122,3598,219,142,12,0,0,0,0,0,0 +561210,559,122,454,22,11,0,0,0,0,0,0,0 +561311,559,122,201,13,8,0,0,0,0,0,0,0 +561312,559,122,61,23,19,0,0,0,0,0,0,0 +561320,559,122,21728,334,95,90,42,0,3,0,0,0 +561330,559,122,0,37,32,3,0,0,0,0,0,0 +561410,559,122,21,13,10,0,0,0,0,0,0,0 +561421,559,122,0,5,0,0,0,0,0,0,0,0 +561422,559,122,1506,17,4,0,3,0,0,0,0,0 +561431,559,122,53,9,6,0,0,0,0,0,0,0 +561439,559,122,362,25,14,3,0,0,0,0,0,0 +561440,559,122,583,18,0,0,0,0,0,0,0,0 +561492,559,122,10,3,0,0,0,0,0,0,0,0 +561499,559,122,245,22,12,0,0,0,0,0,0,0 +561510,559,122,310,89,54,0,0,0,0,0,0,0 +561520,559,122,23,8,4,0,0,0,0,0,0,0 +561599,559,122,285,4,0,0,0,0,0,0,0,0 +561611,559,122,30,8,5,0,0,0,0,0,0,0 +561612,559,122,535,18,5,0,0,0,0,0,0,0 +561613,559,122,179,9,3,0,0,0,0,0,0,0 +561621,559,122,394,30,16,3,0,0,0,0,0,0 +561622,559,122,45,16,8,0,0,0,0,0,0,0 +561710,559,122,222,52,28,0,0,0,0,0,0,0 +561720,559,122,10064,655,491,41,3,0,0,0,0,0 +561730,559,122,6418,1217,1114,17,4,0,0,0,0,0 +561740,559,122,189,66,52,0,0,0,0,0,0,0 +561790,559,122,224,66,47,0,0,0,0,0,0,0 +561910,559,122,468,14,3,0,0,0,0,0,0,0 +561920,559,122,35,6,0,0,0,0,0,0,0,0 +561990,559,122,1242,110,52,0,0,0,0,0,0,0 +562111,559,122,1340,90,24,3,0,0,0,0,0,0 +562910,559,122,258,19,0,0,0,0,0,0,0,0 +562920,559,122,30,3,0,0,0,0,0,0,0,0 +562991,559,122,181,74,56,0,0,0,0,0,0,0 +562998,559,122,100,10,0,0,0,0,0,0,0,0 +611110,559,122,4862,164,41,41,0,0,0,0,0,0 +611310,559,122,934,16,0,6,0,0,0,0,0,0 +611420,559,122,0,3,0,0,0,0,0,0,0,0 +611430,559,122,418,40,33,0,0,0,0,0,0,0 +611511,559,122,90,12,0,0,0,0,0,0,0,0 +611513,559,122,46,7,0,0,0,0,0,0,0,0 +611519,559,122,82,9,4,0,0,0,0,0,0,0 +611610,559,122,954,146,108,4,0,0,0,0,0,0 +611620,559,122,1046,126,86,9,0,0,0,0,0,0 +611630,559,122,49,10,7,0,0,0,0,0,0,0 +611691,559,122,239,31,21,3,0,0,0,0,0,0 +611692,559,122,60,18,11,0,0,0,0,0,0,0 +611699,559,122,371,47,33,7,0,0,0,0,0,0 +611710,559,122,111,30,19,0,0,0,0,0,0,0 +621111,559,122,27405,1049,691,177,21,4,0,0,0,0 +621112,559,122,159,21,14,0,0,0,0,0,0,0 +621210,559,122,10292,1159,1008,58,0,0,0,0,0,0 +621310,559,122,2581,735,677,0,0,0,0,0,0,0 +621320,559,122,1213,182,109,0,0,0,0,0,0,0 +621330,559,122,2526,208,168,0,0,0,0,0,0,0 +621340,559,122,1802,272,192,4,0,0,0,0,0,0 +621391,559,122,75,14,8,0,0,0,0,0,0,0 +621399,559,122,581,151,124,0,0,0,0,0,0,0 +621410,559,122,50,14,6,0,0,0,0,0,0,0 +621420,559,122,1634,104,44,4,0,0,0,0,0,0 +621491,559,122,0,23,6,0,3,0,0,0,0,0 +621492,559,122,35,21,7,0,0,0,0,0,0,0 +621493,559,122,383,33,9,4,0,0,0,0,0,0 +621498,559,122,3240,166,32,36,0,0,0,0,0,0 +621511,559,122,532,30,15,0,0,0,0,0,0,0 +621512,559,122,44,12,0,0,0,0,0,0,0,0 +621610,559,122,6389,177,44,41,8,0,0,0,0,0 +621910,559,122,738,52,15,3,0,0,0,0,0,0 +621991,559,122,710,14,0,0,3,0,0,0,0,0 +621999,559,122,613,22,6,0,0,0,0,0,0,0 +622110,559,122,40541,47,0,0,0,3,0,3,0,0 +623110,559,122,17155,233,8,69,34,0,0,0,0,0 +623210,559,122,7234,767,687,14,3,0,0,0,0,0 +623220,559,122,855,58,25,0,0,0,0,0,0,0 +623311,559,122,7913,131,23,40,3,4,0,0,0,0 +623312,559,122,10174,564,266,133,0,0,0,0,0,0 +623990,559,122,413,43,12,0,0,0,0,0,0,0 +624110,559,122,1320,113,57,12,0,0,0,0,0,0 +624120,559,122,11996,427,175,80,4,0,0,0,0,0 +624190,559,122,3389,347,239,34,0,0,0,0,0,0 +624210,559,122,194,50,31,0,0,0,0,0,0,0 +624221,559,122,331,46,12,0,0,0,0,0,0,0 +624229,559,122,187,37,15,0,0,0,0,0,0,0 +624230,559,122,0,4,0,0,0,0,0,0,0,0 +624310,559,122,2830,108,19,6,0,0,0,0,0,0 +624410,559,122,10794,851,548,175,0,0,0,0,0,0 +711110,559,122,90,17,14,0,0,0,0,0,0,0 +711130,559,122,361,30,14,3,0,0,0,0,0,0 +711310,559,122,294,15,6,3,0,0,0,0,0,0 +711320,559,122,147,36,27,0,0,0,0,0,0,0 +711410,559,122,16,6,5,0,0,0,0,0,0,0 +711510,559,122,156,97,87,0,0,0,0,0,0,0 +712110,559,122,345,58,22,0,0,0,0,0,0,0 +712120,559,122,5,3,3,0,0,0,0,0,0,0 +712130,559,122,0,3,0,0,0,0,0,0,0,0 +713110,559,122,0,3,0,0,0,0,0,0,0,0 +713120,559,122,315,20,6,0,0,0,0,0,0,0 +713290,559,122,0,4,0,0,0,0,0,0,0,0 +713910,559,122,3356,249,130,27,0,0,0,0,0,0 +713930,559,122,79,25,21,0,0,0,0,0,0,0 +713940,559,122,11060,417,271,26,7,0,0,0,0,0 +713950,559,122,1560,106,24,22,0,0,0,0,0,0 +713990,559,122,1477,296,228,3,0,0,0,0,0,0 +721110,559,122,18458,851,536,153,9,3,0,0,0,0 +721191,559,122,56,17,14,0,0,0,0,0,0,0 +721199,559,122,163,56,48,0,0,0,0,0,0,0 +721211,559,122,310,121,94,0,0,0,0,0,0,0 +721214,559,122,238,51,30,0,0,0,0,0,0,0 +721310,559,122,87,14,14,0,0,0,0,0,0,0 +722310,559,122,4092,280,158,32,0,0,0,0,0,0 +722320,559,122,872,81,33,0,0,0,0,0,0,0 +722330,559,122,9,26,26,0,0,0,0,0,0,0 +722410,559,122,10106,1987,1882,39,0,0,0,0,0,0 +722511,559,122,60093,3372,2305,987,19,0,0,0,0,0 +722513,559,122,44843,2313,1372,801,0,0,0,0,0,0 +722514,559,122,437,35,8,0,0,0,0,0,0,0 +722515,559,122,5271,509,365,55,0,0,0,0,0,0 +811111,559,122,5429,1228,1142,16,0,0,0,0,0,0 +811112,559,122,17,6,3,0,0,0,0,0,0,0 +811113,559,122,9,3,0,0,0,0,0,0,0,0 +811118,559,122,304,17,10,0,0,0,0,0,0,0 +811121,559,122,2518,486,404,3,0,0,0,0,0,0 +811122,559,122,158,33,13,0,0,0,0,0,0,0 +811191,559,122,222,58,44,0,0,0,0,0,0,0 +811192,559,122,830,100,67,7,0,0,0,0,0,0 +811198,559,122,28,7,3,0,0,0,0,0,0,0 +811211,559,122,39,9,0,0,0,0,0,0,0,0 +811212,559,122,87,30,18,0,0,0,0,0,0,0 +811219,559,122,34,14,14,0,0,0,0,0,0,0 +811310,559,122,2097,296,225,6,0,0,0,0,0,0 +811411,559,122,0,3,3,0,0,0,0,0,0,0 +811412,559,122,66,12,9,0,0,0,0,0,0,0 +811420,559,122,29,12,6,0,0,0,0,0,0,0 +811430,559,122,0,3,0,0,0,0,0,0,0,0 +811490,559,122,244,86,68,0,0,0,0,0,0,0 +812111,559,122,260,36,25,0,0,0,0,0,0,0 +812112,559,122,6271,1182,1081,22,0,0,0,0,0,0 +812113,559,122,269,91,71,0,0,0,0,0,0,0 +812191,559,122,51,12,3,0,0,0,0,0,0,0 +812199,559,122,965,163,130,5,0,0,0,0,0,0 +812210,559,122,1130,276,230,0,0,0,0,0,0,0 +812220,559,122,153,60,49,0,0,0,0,0,0,0 +812310,559,122,183,50,28,0,0,0,0,0,0,0 +812320,559,122,370,61,41,0,0,0,0,0,0,0 +812332,559,122,531,10,0,0,0,0,0,0,0,0 +812910,559,122,1499,227,140,16,0,0,0,0,0,0 +812930,559,122,53,17,0,0,0,0,0,0,0,0 +812990,559,122,396,60,45,0,0,0,0,0,0,0 +813110,559,122,21962,2687,2435,155,3,0,0,0,0,0 +813211,559,122,774,117,91,0,0,0,0,0,0,0 +813212,559,122,190,16,10,0,0,0,0,0,0,0 +813219,559,122,171,20,9,0,0,0,0,0,0,0 +813311,559,122,207,19,11,0,0,0,0,0,0,0 +813312,559,122,947,104,59,4,0,0,0,0,0,0 +813319,559,122,276,38,32,0,0,0,0,0,0,0 +813410,559,122,2851,268,175,9,3,0,0,0,0,0 +813910,559,122,1487,264,206,11,0,0,0,0,0,0 +813920,559,122,388,44,40,0,0,0,0,0,0,0 +813930,559,122,2728,277,219,14,0,0,0,0,0,0 +813940,559,122,89,11,6,0,0,0,0,0,0,0 +813990,559,122,310,64,42,0,0,0,0,0,0,0 +115210,559,55059,0,3,0,0,0,0,0,0,0,0 +236115,559,55059,82,25,23,0,0,0,0,0,0,0 +236117,559,55059,0,6,5,0,0,0,0,0,0,0 +236118,559,55059,127,41,41,0,0,0,0,0,0,0 +236220,559,55059,302,6,0,0,0,0,0,0,0,0 +237110,559,55059,40,7,4,0,0,0,0,0,0,0 +238110,559,55059,112,11,9,0,0,0,0,0,0,0 +238130,559,55059,17,5,3,0,0,0,0,0,0,0 +238140,559,55059,31,10,8,0,0,0,0,0,0,0 +238150,559,55059,34,5,3,0,0,0,0,0,0,0 +238160,559,55059,47,14,13,0,0,0,0,0,0,0 +238170,559,55059,9,7,7,0,0,0,0,0,0,0 +238210,559,55059,150,18,14,0,0,0,0,0,0,0 +238220,559,55059,429,37,33,3,0,0,0,0,0,0 +238310,559,55059,14,6,6,0,0,0,0,0,0,0 +238320,559,55059,103,25,23,0,0,0,0,0,0,0 +238330,559,55059,42,7,6,0,0,0,0,0,0,0 +238340,559,55059,3,3,3,0,0,0,0,0,0,0 +238350,559,55059,36,15,15,0,0,0,0,0,0,0 +238390,559,55059,33,3,0,0,0,0,0,0,0,0 +238910,559,55059,78,15,12,0,0,0,0,0,0,0 +238990,559,55059,67,24,20,0,0,0,0,0,0,0 +311612,559,55059,0,3,0,0,0,0,0,0,0,0 +311811,559,55059,31,3,0,0,0,0,0,0,0,0 +312120,559,55059,15,3,0,0,0,0,0,0,0,0 +321920,559,55059,16,3,0,0,0,0,0,0,0,0 +322220,559,55059,0,3,0,0,0,0,0,0,0,0 +323111,559,55059,139,14,9,0,0,0,0,0,0,0 +326160,559,55059,175,3,0,0,0,0,0,0,0,0 +326199,559,55059,878,8,0,0,4,0,0,0,0,0 +326299,559,55059,18,3,0,0,0,0,0,0,0,0 +327320,559,55059,66,5,0,0,0,0,0,0,0,0 +332322,559,55059,89,4,0,0,0,0,0,0,0,0 +332510,559,55059,103,3,0,0,0,0,0,0,0,0 +332710,559,55059,92,14,14,0,0,0,0,0,0,0 +332721,559,55059,116,4,0,0,0,0,0,0,0,0 +332999,559,55059,38,4,3,0,0,0,0,0,0,0 +333514,559,55059,18,4,0,0,0,0,0,0,0,0 +333993,559,55059,6,3,3,0,0,0,0,0,0,0 +337212,559,55059,41,3,0,0,0,0,0,0,0,0 +339113,559,55059,53,4,0,0,0,0,0,0,0,0 +339116,559,55059,12,5,4,0,0,0,0,0,0,0 +339950,559,55059,209,6,0,0,0,0,0,0,0,0 +339999,559,55059,19,3,0,0,0,0,0,0,0,0 +423120,559,55059,95,3,0,0,0,0,0,0,0,0 +423330,559,55059,35,3,0,0,0,0,0,0,0,0 +423450,559,55059,0,3,0,0,0,0,0,0,0,0 +423490,559,55059,92,5,0,0,0,0,0,0,0,0 +423510,559,55059,165,6,0,0,0,0,0,0,0,0 +423610,559,55059,97,4,0,0,0,0,0,0,0,0 +423690,559,55059,29,4,0,0,0,0,0,0,0,0 +423710,559,55059,0,4,0,0,0,0,0,0,0,0 +423730,559,55059,0,3,0,0,0,0,0,0,0,0 +423830,559,55059,179,18,14,0,0,0,0,0,0,0 +423840,559,55059,37,6,3,0,0,0,0,0,0,0 +423930,559,55059,50,6,3,0,0,0,0,0,0,0 +424210,559,55059,0,4,0,0,0,0,0,0,0,0 +424410,559,55059,154,4,0,3,0,0,0,0,0,0 +424490,559,55059,133,10,7,0,0,0,0,0,0,0 +424690,559,55059,21,4,3,0,0,0,0,0,0,0 +424990,559,55059,17,4,3,0,0,0,0,0,0,0 +425120,559,55059,44,13,10,0,0,0,0,0,0,0 +441110,559,55059,636,10,0,4,0,0,0,0,0,0 +441120,559,55059,61,17,14,0,0,0,0,0,0,0 +441222,559,55059,33,6,3,0,0,0,0,0,0,0 +441228,559,55059,33,5,4,0,0,0,0,0,0,0 +441310,559,55059,197,17,15,0,0,0,0,0,0,0 +441320,559,55059,55,7,3,0,0,0,0,0,0,0 +442110,559,55059,110,10,4,0,0,0,0,0,0,0 +442210,559,55059,42,8,6,0,0,0,0,0,0,0 +442299,559,55059,80,8,3,0,0,0,0,0,0,0 +443142,559,55059,97,10,8,0,0,0,0,0,0,0 +444120,559,55059,0,3,0,0,0,0,0,0,0,0 +444130,559,55059,70,6,4,0,0,0,0,0,0,0 +444190,559,55059,77,10,9,0,0,0,0,0,0,0 +444210,559,55059,22,3,0,0,0,0,0,0,0,0 +444220,559,55059,0,5,0,0,0,0,0,0,0,0 +445110,559,55059,1313,34,14,14,0,0,0,0,0,0 +445120,559,55059,6,3,3,0,0,0,0,0,0,0 +445291,559,55059,0,3,0,0,0,0,0,0,0,0 +445299,559,55059,13,3,0,0,0,0,0,0,0,0 +445310,559,55059,38,9,6,0,0,0,0,0,0,0 +446110,559,55059,309,16,4,9,0,0,0,0,0,0 +446120,559,55059,125,10,5,3,0,0,0,0,0,0 +446130,559,55059,53,9,5,0,0,0,0,0,0,0 +446191,559,55059,17,4,3,0,0,0,0,0,0,0 +447110,559,55059,429,58,52,6,0,0,0,0,0,0 +447190,559,55059,73,5,3,0,0,0,0,0,0,0 +448110,559,55059,20,5,3,0,0,0,0,0,0,0 +448120,559,55059,230,14,10,0,0,0,0,0,0,0 +448130,559,55059,69,4,0,0,0,0,0,0,0,0 +448140,559,55059,636,25,7,16,0,0,0,0,0,0 +448150,559,55059,0,3,0,0,0,0,0,0,0,0 +448190,559,55059,143,5,0,0,0,0,0,0,0,0 +448210,559,55059,465,25,19,4,0,0,0,0,0,0 +448310,559,55059,61,9,7,0,0,0,0,0,0,0 +451110,559,55059,183,11,7,0,0,0,0,0,0,0 +451120,559,55059,65,7,4,0,0,0,0,0,0,0 +451130,559,55059,13,3,0,0,0,0,0,0,0,0 +451211,559,55059,20,4,0,0,0,0,0,0,0,0 +452210,559,55059,418,5,0,0,0,0,0,0,0,0 +452311,559,55059,1197,6,0,0,3,0,0,0,0,0 +452319,559,55059,146,14,11,0,0,0,0,0,0,0 +453110,559,55059,26,6,4,0,0,0,0,0,0,0 +453220,559,55059,87,10,8,0,0,0,0,0,0,0 +453310,559,55059,93,10,7,0,0,0,0,0,0,0 +453910,559,55059,61,5,0,0,0,0,0,0,0,0 +453991,559,55059,31,6,3,0,0,0,0,0,0,0 +453998,559,55059,60,9,7,0,0,0,0,0,0,0 +454110,559,55059,4182,22,18,0,0,0,0,0,0,0 +454210,559,55059,4,3,3,0,0,0,0,0,0,0 +454390,559,55059,34,6,6,0,0,0,0,0,0,0 +484110,559,55059,140,14,12,0,0,0,0,0,0,0 +484121,559,55059,307,43,39,0,0,0,0,0,0,0 +484122,559,55059,240,13,8,0,0,0,0,0,0,0 +484210,559,55059,17,4,3,0,0,0,0,0,0,0 +484220,559,55059,54,10,7,0,0,0,0,0,0,0 +484230,559,55059,152,9,5,0,0,0,0,0,0,0 +485991,559,55059,129,5,0,0,0,0,0,0,0,0 +488190,559,55059,14,3,0,0,0,0,0,0,0,0 +488490,559,55059,0,5,0,0,0,0,0,0,0,0 +488510,559,55059,19,4,3,0,0,0,0,0,0,0 +493110,559,55059,1742,14,7,3,0,0,0,0,0,0 +493120,559,55059,265,3,0,0,0,0,0,0,0,0 +517311,559,55059,33,9,8,0,0,0,0,0,0,0 +517312,559,55059,0,3,0,0,0,0,0,0,0,0 +517911,559,55059,0,3,3,0,0,0,0,0,0,0 +518210,559,55059,0,3,0,0,0,0,0,0,0,0 +522110,559,55059,352,36,34,0,0,0,0,0,0,0 +522120,559,55059,0,4,3,0,0,0,0,0,0,0 +522130,559,55059,102,13,10,0,0,0,0,0,0,0 +522291,559,55059,16,6,6,0,0,0,0,0,0,0 +522292,559,55059,39,3,0,0,0,0,0,0,0,0 +522298,559,55059,7,3,3,0,0,0,0,0,0,0 +522390,559,55059,12,7,7,0,0,0,0,0,0,0 +523120,559,55059,16,8,7,0,0,0,0,0,0,0 +523910,559,55059,0,3,3,0,0,0,0,0,0,0 +523920,559,55059,18,12,11,0,0,0,0,0,0,0 +523930,559,55059,0,9,7,0,0,0,0,0,0,0 +524126,559,55059,15,4,3,0,0,0,0,0,0,0 +524210,559,55059,210,46,44,0,0,0,0,0,0,0 +531110,559,55059,74,23,22,0,0,0,0,0,0,0 +531120,559,55059,40,7,6,0,0,0,0,0,0,0 +531130,559,55059,25,7,5,0,0,0,0,0,0,0 +531190,559,55059,14,6,5,0,0,0,0,0,0,0 +531210,559,55059,153,40,37,0,0,0,0,0,0,0 +531311,559,55059,106,10,7,0,0,0,0,0,0,0 +531320,559,55059,6,5,5,0,0,0,0,0,0,0 +531390,559,55059,9,5,5,0,0,0,0,0,0,0 +532111,559,55059,0,3,0,0,0,0,0,0,0,0 +532120,559,55059,23,3,0,0,0,0,0,0,0,0 +532282,559,55059,37,4,0,0,0,0,0,0,0,0 +541110,559,55059,140,42,40,0,0,0,0,0,0,0 +541191,559,55059,24,3,0,0,0,0,0,0,0,0 +541211,559,55059,132,17,10,3,0,0,0,0,0,0 +541213,559,55059,62,8,4,0,0,0,0,0,0,0 +541219,559,55059,195,20,15,0,0,0,0,0,0,0 +541310,559,55059,17,3,0,0,0,0,0,0,0,0 +541330,559,55059,56,17,14,0,0,0,0,0,0,0 +541350,559,55059,1,3,3,0,0,0,0,0,0,0 +541410,559,55059,5,3,3,0,0,0,0,0,0,0 +541430,559,55059,26,4,3,0,0,0,0,0,0,0 +541511,559,55059,43,22,22,0,0,0,0,0,0,0 +541512,559,55059,34,7,6,0,0,0,0,0,0,0 +541519,559,55059,12,3,0,0,0,0,0,0,0,0 +541611,559,55059,11,12,12,0,0,0,0,0,0,0 +541613,559,55059,13,10,9,0,0,0,0,0,0,0 +541614,559,55059,17,6,5,0,0,0,0,0,0,0 +541690,559,55059,4,5,5,0,0,0,0,0,0,0 +541810,559,55059,39,5,3,0,0,0,0,0,0,0 +541850,559,55059,15,5,4,0,0,0,0,0,0,0 +541921,559,55059,11,3,0,0,0,0,0,0,0,0 +541940,559,55059,197,12,8,3,0,0,0,0,0,0 +541990,559,55059,5,5,5,0,0,0,0,0,0,0 +551114,559,55059,2317,19,13,3,0,0,0,0,0,0 +561110,559,55059,66,11,10,0,0,0,0,0,0,0 +561320,559,55059,2001,21,12,0,4,4,0,0,0,0 +561510,559,55059,19,6,5,0,0,0,0,0,0,0 +561720,559,55059,147,19,17,0,0,0,0,0,0,0 +561730,559,55059,266,54,51,3,0,0,0,0,0,0 +561740,559,55059,10,3,0,0,0,0,0,0,0,0 +561790,559,55059,135,9,6,0,0,0,0,0,0,0 +561920,559,55059,0,3,0,0,0,0,0,0,0,0 +561990,559,55059,175,4,0,3,0,0,0,0,0,0 +562111,559,55059,10,4,3,0,0,0,0,0,0,0 +611110,559,55059,215,10,4,0,0,0,0,0,0,0 +611610,559,55059,28,3,0,0,0,0,0,0,0,0 +611620,559,55059,0,3,0,0,0,0,0,0,0,0 +611691,559,55059,23,4,3,0,0,0,0,0,0,0 +611692,559,55059,17,3,0,0,0,0,0,0,0,0 +621111,559,55059,1071,76,63,12,0,0,0,0,0,0 +621112,559,55059,15,7,6,0,0,0,0,0,0,0 +621210,559,55059,478,64,60,3,0,0,0,0,0,0 +621310,559,55059,70,21,21,0,0,0,0,0,0,0 +621320,559,55059,38,10,7,0,0,0,0,0,0,0 +621330,559,55059,146,17,14,0,0,0,0,0,0,0 +621340,559,55059,181,37,34,0,0,0,0,0,0,0 +621391,559,55059,33,7,4,0,0,0,0,0,0,0 +621399,559,55059,17,8,7,0,0,0,0,0,0,0 +621493,559,55059,44,5,0,0,0,0,0,0,0,0 +621498,559,55059,0,6,0,4,0,0,0,0,0,0 +621511,559,55059,8,4,3,0,0,0,0,0,0,0 +621512,559,55059,42,4,0,0,0,0,0,0,0,0 +621610,559,55059,207,7,3,3,0,0,0,0,0,0 +621910,559,55059,0,3,0,0,0,0,0,0,0,0 +622110,559,55059,0,3,0,0,0,0,0,0,0,0 +623110,559,55059,747,9,0,4,3,0,0,0,0,0 +623210,559,55059,287,25,18,3,0,0,0,0,0,0 +623220,559,55059,0,3,0,0,0,0,0,0,0,0 +623311,559,55059,143,5,0,0,0,0,0,0,0,0 +623312,559,55059,441,22,13,7,0,0,0,0,0,0 +623990,559,55059,0,3,0,0,0,0,0,0,0,0 +624110,559,55059,106,9,4,0,0,0,0,0,0,0 +624120,559,55059,568,20,15,0,0,0,0,0,0,0 +624190,559,55059,143,7,3,0,0,0,0,0,0,0 +624210,559,55059,8,3,3,0,0,0,0,0,0,0 +624221,559,55059,129,4,0,3,0,0,0,0,0,0 +624310,559,55059,0,4,0,0,0,0,0,0,0,0 +624410,559,55059,657,46,36,10,0,0,0,0,0,0 +711510,559,55059,4,5,5,0,0,0,0,0,0,0 +713910,559,55059,184,6,0,3,0,0,0,0,0,0 +713940,559,55059,289,16,13,0,0,0,0,0,0,0 +713950,559,55059,56,3,0,0,0,0,0,0,0,0 +713990,559,55059,98,7,5,0,0,0,0,0,0,0 +721110,559,55059,233,17,10,7,0,0,0,0,0,0 +722310,559,55059,221,12,7,0,0,0,0,0,0,0 +722320,559,55059,44,9,7,0,0,0,0,0,0,0 +722410,559,55059,308,79,77,0,0,0,0,0,0,0 +722511,559,55059,2911,120,69,47,4,0,0,0,0,0 +722513,559,55059,2364,110,59,51,0,0,0,0,0,0 +722515,559,55059,250,23,19,3,0,0,0,0,0,0 +811111,559,55059,159,38,36,0,0,0,0,0,0,0 +811121,559,55059,120,18,14,0,0,0,0,0,0,0 +811122,559,55059,0,3,0,0,0,0,0,0,0,0 +811191,559,55059,47,6,3,0,0,0,0,0,0,0 +811192,559,55059,30,6,3,0,0,0,0,0,0,0 +811310,559,55059,28,8,7,0,0,0,0,0,0,0 +811412,559,55059,5,3,3,0,0,0,0,0,0,0 +811490,559,55059,4,5,5,0,0,0,0,0,0,0 +812112,559,55059,434,51,46,5,0,0,0,0,0,0 +812113,559,55059,55,11,7,0,0,0,0,0,0,0 +812199,559,55059,93,14,9,0,0,0,0,0,0,0 +812210,559,55059,69,7,3,0,0,0,0,0,0,0 +812310,559,55059,22,7,7,0,0,0,0,0,0,0 +812320,559,55059,0,3,0,0,0,0,0,0,0,0 +812910,559,55059,103,16,10,0,0,0,0,0,0,0 +812990,559,55059,10,4,3,0,0,0,0,0,0,0 +813110,559,55059,787,80,73,4,0,0,0,0,0,0 +813410,559,55059,143,14,9,0,0,0,0,0,0,0 +813910,559,55059,7,3,3,0,0,0,0,0,0,0 +813930,559,55059,36,6,3,0,0,0,0,0,0,0 +113310,560,123,25,7,5,0,0,0,0,0,0,0 +115210,560,123,9,6,3,0,0,0,0,0,0,0 +211120,560,123,766,77,50,3,0,0,0,0,0,0 +211130,560,123,170,15,0,0,0,0,0,0,0,0 +212111,560,123,4949,15,0,0,8,0,0,0,0,0 +212325,560,123,0,11,0,0,0,0,0,0,0,0 +212391,560,123,1170,3,0,0,0,0,0,0,0,0 +213111,560,123,1621,84,36,8,3,0,0,0,0,0 +213112,560,123,3497,364,294,33,0,0,0,0,0,0 +221112,560,123,0,9,0,0,0,0,0,0,0,0 +221115,560,123,19,6,0,0,0,0,0,0,0,0 +221122,560,123,166,45,16,0,0,0,0,0,0,0 +221210,560,123,35,22,7,0,0,0,0,0,0,0 +221310,560,123,12,4,3,0,0,0,0,0,0,0 +236115,560,123,1002,251,220,5,0,0,0,0,0,0 +236116,560,123,0,3,3,0,0,0,0,0,0,0 +236117,560,123,298,94,76,0,0,0,0,0,0,0 +236118,560,123,834,305,280,0,0,0,0,0,0,0 +236210,560,123,37,3,0,0,0,0,0,0,0,0 +236220,560,123,1203,130,86,9,0,0,0,0,0,0 +237110,560,123,282,46,34,0,0,0,0,0,0,0 +237120,560,123,573,61,25,0,0,0,0,0,0,0 +237130,560,123,228,15,3,0,0,0,0,0,0,0 +237310,560,123,537,29,0,0,0,0,0,0,0,0 +237990,560,123,42,8,0,0,0,0,0,0,0,0 +238110,560,123,423,89,58,0,0,0,0,0,0,0 +238130,560,123,95,31,24,0,0,0,0,0,0,0 +238140,560,123,204,48,27,0,0,0,0,0,0,0 +238150,560,123,12,6,0,0,0,0,0,0,0,0 +238160,560,123,315,60,37,0,0,0,0,0,0,0 +238170,560,123,83,20,9,0,0,0,0,0,0,0 +238190,560,123,108,44,36,0,0,0,0,0,0,0 +238210,560,123,1698,248,209,3,0,0,0,0,0,0 +238220,560,123,1863,328,285,9,0,0,0,0,0,0 +238290,560,123,223,9,0,0,0,0,0,0,0,0 +238310,560,123,360,66,45,0,0,0,0,0,0,0 +238320,560,123,218,89,75,0,0,0,0,0,0,0 +238330,560,123,61,27,19,0,0,0,0,0,0,0 +238340,560,123,79,19,9,0,0,0,0,0,0,0 +238350,560,123,237,63,52,0,0,0,0,0,0,0 +238910,560,123,1750,244,189,12,0,0,0,0,0,0 +238990,560,123,674,130,101,0,0,0,0,0,0,0 +311611,560,123,35,9,0,0,0,0,0,0,0,0 +314910,560,123,0,3,0,0,0,0,0,0,0,0 +323111,560,123,37,18,8,0,0,0,0,0,0,0 +325998,560,123,29,3,0,0,0,0,0,0,0,0 +327320,560,123,42,10,0,0,0,0,0,0,0,0 +332323,560,123,10,4,3,0,0,0,0,0,0,0 +332420,560,123,47,3,0,0,0,0,0,0,0,0 +332710,560,123,56,26,17,0,0,0,0,0,0,0 +332999,560,123,7,7,3,0,0,0,0,0,0,0 +333132,560,123,241,6,0,3,0,0,0,0,0,0 +337110,560,123,12,4,3,0,0,0,0,0,0,0 +339116,560,123,7,3,3,0,0,0,0,0,0,0 +339950,560,123,25,8,4,0,0,0,0,0,0,0 +339999,560,123,59,16,10,0,0,0,0,0,0,0 +423110,560,123,208,10,0,4,0,0,0,0,0,0 +423120,560,123,271,13,0,0,0,0,0,0,0,0 +423310,560,123,16,3,0,0,0,0,0,0,0,0 +423330,560,123,0,6,0,0,0,0,0,0,0,0 +423420,560,123,42,9,7,0,0,0,0,0,0,0 +423430,560,123,0,3,0,0,0,0,0,0,0,0 +423450,560,123,12,3,0,0,0,0,0,0,0,0 +423510,560,123,116,12,3,0,0,0,0,0,0,0 +423610,560,123,153,21,14,0,0,0,0,0,0,0 +423690,560,123,13,4,3,0,0,0,0,0,0,0 +423720,560,123,61,13,9,0,0,0,0,0,0,0 +423730,560,123,16,3,0,0,0,0,0,0,0,0 +423810,560,123,799,30,16,3,0,0,0,0,0,0 +423820,560,123,174,20,3,0,0,0,0,0,0,0 +423830,560,123,1309,142,121,9,0,0,0,0,0,0 +423840,560,123,80,17,8,0,0,0,0,0,0,0 +423930,560,123,64,10,5,0,0,0,0,0,0,0 +423940,560,123,48,4,3,0,0,0,0,0,0,0 +423990,560,123,0,3,3,0,0,0,0,0,0,0 +424120,560,123,17,3,0,0,0,0,0,0,0,0 +424490,560,123,515,37,10,0,0,0,0,0,0,0 +424510,560,123,43,7,0,0,0,0,0,0,0,0 +424690,560,123,316,33,16,0,0,0,0,0,0,0 +424710,560,123,232,16,3,0,0,0,0,0,0,0 +424720,560,123,29,5,3,0,0,0,0,0,0,0 +424810,560,123,31,6,0,0,0,0,0,0,0,0 +424910,560,123,56,8,3,0,0,0,0,0,0,0 +424990,560,123,3,6,3,0,0,0,0,0,0,0 +425120,560,123,48,31,23,0,0,0,0,0,0,0 +441110,560,123,1945,57,3,26,0,0,0,0,0,0 +441120,560,123,211,45,34,0,0,0,0,0,0,0 +441210,560,123,82,5,3,0,0,0,0,0,0,0 +441228,560,123,221,39,9,0,0,0,0,0,0,0 +441310,560,123,737,95,59,0,0,0,0,0,0,0 +441320,560,123,641,56,23,0,0,0,0,0,0,0 +442110,560,123,201,38,17,0,0,0,0,0,0,0 +442210,560,123,151,32,16,0,0,0,0,0,0,0 +442299,560,123,167,23,12,0,0,0,0,0,0,0 +443141,560,123,27,8,3,0,0,0,0,0,0,0 +443142,560,123,289,55,43,0,0,0,0,0,0,0 +444110,560,123,642,6,0,0,3,0,0,0,0,0 +444120,560,123,5,6,0,0,0,0,0,0,0,0 +444130,560,123,405,48,10,0,0,0,0,0,0,0 +444190,560,123,939,101,61,6,0,0,0,0,0,0 +444220,560,123,232,26,0,0,0,0,0,0,0,0 +445110,560,123,3452,87,8,8,3,0,0,0,0,0 +445120,560,123,18,3,0,0,0,0,0,0,0,0 +445210,560,123,14,3,0,0,0,0,0,0,0,0 +445299,560,123,27,3,0,0,0,0,0,0,0,0 +445310,560,123,670,83,48,0,0,0,0,0,0,0 +446110,560,123,324,26,6,3,0,0,0,0,0,0 +446120,560,123,131,12,0,0,0,0,0,0,0,0 +446130,560,123,41,7,0,0,0,0,0,0,0,0 +446191,560,123,42,14,12,0,0,0,0,0,0,0 +446199,560,123,32,4,3,0,0,0,0,0,0,0 +447110,560,123,2194,255,218,0,0,0,0,0,0,0 +447190,560,123,1134,63,17,3,0,0,0,0,0,0 +448120,560,123,203,38,16,0,0,0,0,0,0,0 +448130,560,123,31,4,3,0,0,0,0,0,0,0 +448140,560,123,768,53,16,11,0,0,0,0,0,0 +448190,560,123,56,12,3,0,0,0,0,0,0,0 +448210,560,123,122,24,9,0,0,0,0,0,0,0 +448310,560,123,178,39,29,0,0,0,0,0,0,0 +451110,560,123,660,85,57,3,0,0,0,0,0,0 +451120,560,123,109,9,3,0,0,0,0,0,0,0 +451130,560,123,47,10,3,0,0,0,0,0,0,0 +451211,560,123,86,14,8,0,0,0,0,0,0,0 +452210,560,123,428,8,0,3,0,0,0,0,0,0 +452311,560,123,862,10,0,0,0,0,0,0,0,0 +452319,560,123,501,55,17,0,0,0,0,0,0,0 +453110,560,123,131,33,16,0,0,0,0,0,0,0 +453220,560,123,207,53,37,0,0,0,0,0,0,0 +453310,560,123,202,37,14,0,0,0,0,0,0,0 +453910,560,123,105,15,0,0,0,0,0,0,0,0 +453920,560,123,58,26,26,0,0,0,0,0,0,0 +453998,560,123,133,38,23,0,0,0,0,0,0,0 +454110,560,123,167,88,74,0,0,0,0,0,0,0 +454310,560,123,186,22,6,0,0,0,0,0,0,0 +454390,560,123,188,78,68,0,0,0,0,0,0,0 +481111,560,123,202,9,4,0,0,0,0,0,0,0 +481211,560,123,32,3,0,0,0,0,0,0,0,0 +484110,560,123,339,112,90,3,0,0,0,0,0,0 +484121,560,123,1126,110,65,3,0,0,0,0,0,0 +484122,560,123,454,45,23,7,0,0,0,0,0,0 +484210,560,123,131,13,3,0,0,0,0,0,0,0 +484220,560,123,1096,211,161,3,0,0,0,0,0,0 +484230,560,123,623,67,41,3,0,0,0,0,0,0 +486110,560,123,256,29,6,4,0,0,0,0,0,0 +486210,560,123,225,36,19,0,0,0,0,0,0,0 +488119,560,123,53,3,0,0,0,0,0,0,0,0 +488190,560,123,0,3,0,0,0,0,0,0,0,0 +488210,560,123,265,18,0,0,0,0,0,0,0,0 +488410,560,123,97,19,7,0,0,0,0,0,0,0 +488490,560,123,36,7,3,0,0,0,0,0,0,0 +488510,560,123,21,7,4,0,0,0,0,0,0,0 +492110,560,123,132,34,0,0,0,0,0,0,0,0 +492210,560,123,27,4,3,0,0,0,0,0,0,0 +493110,560,123,23,14,3,0,0,0,0,0,0,0 +511110,560,123,70,5,0,0,0,0,0,0,0,0 +511120,560,123,11,10,9,0,0,0,0,0,0,0 +511210,560,123,47,8,6,0,0,0,0,0,0,0 +512110,560,123,39,10,8,0,0,0,0,0,0,0 +512131,560,123,0,9,0,0,0,0,0,0,0,0 +515111,560,123,0,3,0,0,0,0,0,0,0,0 +515112,560,123,35,9,3,0,0,0,0,0,0,0 +515120,560,123,88,4,0,0,0,0,0,0,0,0 +517311,560,123,1144,99,55,0,0,0,0,0,0,0 +517312,560,123,184,43,16,0,0,0,0,0,0,0 +517911,560,123,21,16,6,0,0,0,0,0,0,0 +518210,560,123,163,17,10,0,0,0,0,0,0,0 +519130,560,123,47,22,20,0,0,0,0,0,0,0 +522110,560,123,2514,201,122,13,0,0,0,0,0,0 +522120,560,123,0,3,3,0,0,0,0,0,0,0 +522130,560,123,545,46,18,3,0,0,0,0,0,0 +522220,560,123,2,3,3,0,0,0,0,0,0,0 +522291,560,123,17,6,6,0,0,0,0,0,0,0 +522292,560,123,132,8,0,0,0,0,0,0,0,0 +522298,560,123,72,11,7,0,0,0,0,0,0,0 +522310,560,123,10,3,0,0,0,0,0,0,0,0 +522320,560,123,0,3,0,0,0,0,0,0,0,0 +522390,560,123,63,23,19,0,0,0,0,0,0,0 +523110,560,123,0,3,0,0,0,0,0,0,0,0 +523120,560,123,95,39,28,0,0,0,0,0,0,0 +523910,560,123,28,22,22,0,0,0,0,0,0,0 +523920,560,123,145,104,93,0,0,0,0,0,0,0 +523930,560,123,28,24,24,0,0,0,0,0,0,0 +523991,560,123,30,14,11,0,0,0,0,0,0,0 +524114,560,123,292,10,9,0,0,0,0,0,0,0 +524126,560,123,0,6,3,0,0,0,0,0,0,0 +524127,560,123,0,8,0,0,0,0,0,0,0,0 +524210,560,123,1024,332,307,0,0,0,0,0,0,0 +524291,560,123,12,14,13,0,0,0,0,0,0,0 +531110,560,123,521,178,161,0,0,0,0,0,0,0 +531120,560,123,258,110,98,0,0,0,0,0,0,0 +531130,560,123,76,42,39,0,0,0,0,0,0,0 +531190,560,123,122,58,52,0,0,0,0,0,0,0 +531210,560,123,640,336,322,0,0,0,0,0,0,0 +531311,560,123,337,69,53,4,0,0,0,0,0,0 +531312,560,123,41,12,7,0,0,0,0,0,0,0 +531320,560,123,41,21,20,0,0,0,0,0,0,0 +531390,560,123,104,37,32,0,0,0,0,0,0,0 +532111,560,123,138,25,17,0,0,0,0,0,0,0 +532283,560,123,60,8,3,0,0,0,0,0,0,0 +532284,560,123,34,6,3,0,0,0,0,0,0,0 +532289,560,123,9,3,3,0,0,0,0,0,0,0 +532412,560,123,487,55,39,3,0,0,0,0,0,0 +532490,560,123,342,28,15,0,0,0,0,0,0,0 +533110,560,123,9,7,7,0,0,0,0,0,0,0 +541110,560,123,1388,504,485,3,0,0,0,0,0,0 +541191,560,123,39,14,3,0,0,0,0,0,0,0 +541199,560,123,12,3,0,0,0,0,0,0,0,0 +541211,560,123,730,146,117,0,0,0,0,0,0,0 +541213,560,123,90,19,5,0,0,0,0,0,0,0 +541219,560,123,242,98,81,0,0,0,0,0,0,0 +541310,560,123,220,49,37,0,0,0,0,0,0,0 +541320,560,123,33,4,0,0,0,0,0,0,0,0 +541330,560,123,1194,208,163,3,0,0,0,0,0,0 +541350,560,123,5,6,6,0,0,0,0,0,0,0 +541370,560,123,74,22,12,0,0,0,0,0,0,0 +541380,560,123,509,35,23,0,0,0,0,0,0,0 +541410,560,123,46,16,15,0,0,0,0,0,0,0 +541430,560,123,17,5,3,0,0,0,0,0,0,0 +541511,560,123,220,118,110,0,0,0,0,0,0,0 +541512,560,123,323,54,48,0,0,0,0,0,0,0 +541513,560,123,4,4,4,0,0,0,0,0,0,0 +541519,560,123,19,7,4,0,0,0,0,0,0,0 +541611,560,123,369,213,203,0,0,0,0,0,0,0 +541612,560,123,8,10,9,0,0,0,0,0,0,0 +541613,560,123,110,81,80,0,0,0,0,0,0,0 +541614,560,123,34,15,8,0,0,0,0,0,0,0 +541618,560,123,6,3,3,0,0,0,0,0,0,0 +541620,560,123,544,70,56,0,0,0,0,0,0,0 +541690,560,123,359,140,124,0,0,0,0,0,0,0 +541715,560,123,80,11,5,0,0,0,0,0,0,0 +541810,560,123,63,14,12,0,0,0,0,0,0,0 +541820,560,123,17,12,12,0,0,0,0,0,0,0 +541890,560,123,12,5,4,0,0,0,0,0,0,0 +541921,560,123,49,26,24,0,0,0,0,0,0,0 +541922,560,123,1,5,5,0,0,0,0,0,0,0 +541940,560,123,759,97,51,3,0,0,0,0,0,0 +541990,560,123,145,61,46,0,0,0,0,0,0,0 +551112,560,123,38,11,10,0,0,0,0,0,0,0 +551114,560,123,464,58,29,3,0,0,0,0,0,0 +561110,560,123,423,128,114,0,0,0,0,0,0,0 +561210,560,123,0,4,0,0,0,0,0,0,0,0 +561320,560,123,840,28,6,4,0,0,0,0,0,0 +561431,560,123,8,3,3,0,0,0,0,0,0,0 +561439,560,123,23,9,5,0,0,0,0,0,0,0 +561440,560,123,52,10,6,0,0,0,0,0,0,0 +561492,560,123,3,3,3,0,0,0,0,0,0,0 +561499,560,123,8,4,3,0,0,0,0,0,0,0 +561510,560,123,57,9,3,0,0,0,0,0,0,0 +561520,560,123,13,6,5,0,0,0,0,0,0,0 +561611,560,123,0,3,3,0,0,0,0,0,0,0 +561612,560,123,124,11,3,0,0,0,0,0,0,0 +561613,560,123,0,3,0,0,0,0,0,0,0,0 +561621,560,123,8,4,4,0,0,0,0,0,0,0 +561710,560,123,36,10,3,0,0,0,0,0,0,0 +561720,560,123,977,188,162,3,0,0,0,0,0,0 +561730,560,123,967,295,267,0,0,0,0,0,0,0 +561740,560,123,54,18,12,0,0,0,0,0,0,0 +561790,560,123,50,18,16,0,0,0,0,0,0,0 +561920,560,123,12,7,4,0,0,0,0,0,0,0 +561990,560,123,104,24,16,0,0,0,0,0,0,0 +562111,560,123,153,22,6,0,0,0,0,0,0,0 +562910,560,123,80,16,6,0,0,0,0,0,0,0 +562991,560,123,24,3,0,0,0,0,0,0,0,0 +611110,560,123,734,19,0,0,0,0,0,0,0,0 +611430,560,123,29,12,6,0,0,0,0,0,0,0 +611513,560,123,5,3,3,0,0,0,0,0,0,0 +611519,560,123,0,3,0,0,0,0,0,0,0,0 +611610,560,123,187,26,12,0,0,0,0,0,0,0 +611620,560,123,191,28,15,0,0,0,0,0,0,0 +611630,560,123,0,3,0,0,0,0,0,0,0,0 +611691,560,123,5,4,4,0,0,0,0,0,0,0 +611699,560,123,20,13,12,0,0,0,0,0,0,0 +611710,560,123,12,12,12,0,0,0,0,0,0,0 +621111,560,123,2623,333,290,21,0,0,0,0,0,0 +621112,560,123,0,3,3,0,0,0,0,0,0,0 +621210,560,123,1616,230,198,3,0,0,0,0,0,0 +621310,560,123,280,82,65,0,0,0,0,0,0,0 +621320,560,123,389,59,31,0,0,0,0,0,0,0 +621330,560,123,347,88,76,0,0,0,0,0,0,0 +621340,560,123,652,113,81,0,0,0,0,0,0,0 +621399,560,123,155,51,46,0,0,0,0,0,0,0 +621420,560,123,71,21,0,0,0,0,0,0,0,0 +621493,560,123,117,5,0,0,0,0,0,0,0,0 +621498,560,123,184,18,6,0,0,0,0,0,0,0 +621511,560,123,38,14,12,0,0,0,0,0,0,0 +621512,560,123,108,7,3,0,0,0,0,0,0,0 +621610,560,123,545,35,10,0,0,0,0,0,0,0 +621910,560,123,0,10,6,0,0,0,0,0,0,0 +621991,560,123,49,3,0,0,0,0,0,0,0,0 +621999,560,123,103,10,5,0,0,0,0,0,0,0 +622110,560,123,0,4,0,0,0,0,0,0,0,0 +622210,560,123,0,3,0,3,0,0,0,0,0,0 +623110,560,123,1513,13,0,0,0,0,0,0,0,0 +623210,560,123,477,18,3,0,0,0,0,0,0,0 +623220,560,123,58,16,8,0,0,0,0,0,0,0 +623312,560,123,515,25,0,6,0,0,0,0,0,0 +623990,560,123,0,3,0,0,0,0,0,0,0,0 +624110,560,123,109,21,16,0,0,0,0,0,0,0 +624120,560,123,1071,77,36,10,0,0,0,0,0,0 +624190,560,123,565,91,68,0,0,0,0,0,0,0 +624210,560,123,69,19,9,0,0,0,0,0,0,0 +624229,560,123,11,3,0,0,0,0,0,0,0,0 +624310,560,123,361,8,0,0,0,0,0,0,0,0 +624410,560,123,2018,244,193,12,0,0,0,0,0,0 +711110,560,123,13,4,3,0,0,0,0,0,0,0 +711130,560,123,0,3,0,0,0,0,0,0,0,0 +711310,560,123,43,3,0,0,0,0,0,0,0,0 +711510,560,123,76,43,39,0,0,0,0,0,0,0 +712110,560,123,60,15,3,0,0,0,0,0,0,0 +713910,560,123,155,18,0,0,0,0,0,0,0,0 +713920,560,123,0,3,0,0,0,0,0,0,0,0 +713940,560,123,891,70,37,0,0,0,0,0,0,0 +713990,560,123,322,155,145,0,0,0,0,0,0,0 +721110,560,123,7661,398,263,80,4,0,0,0,0,0 +721191,560,123,17,5,3,0,0,0,0,0,0,0 +721199,560,123,2,7,7,0,0,0,0,0,0,0 +721211,560,123,94,19,10,0,0,0,0,0,0,0 +721214,560,123,197,52,36,0,0,0,0,0,0,0 +722310,560,123,0,14,3,0,0,0,0,0,0,0 +722320,560,123,52,16,11,0,0,0,0,0,0,0 +722410,560,123,1209,168,111,9,0,0,0,0,0,0 +722511,560,123,9623,577,375,164,0,0,0,0,0,0 +722513,560,123,6802,377,199,120,0,0,0,0,0,0 +722515,560,123,891,110,86,4,0,0,0,0,0,0 +811111,560,123,906,222,195,0,0,0,0,0,0,0 +811118,560,123,9,3,0,0,0,0,0,0,0,0 +811121,560,123,366,85,46,0,0,0,0,0,0,0 +811122,560,123,41,18,12,0,0,0,0,0,0,0 +811191,560,123,66,12,0,0,0,0,0,0,0,0 +811192,560,123,206,42,18,0,0,0,0,0,0,0 +811310,560,123,565,119,97,3,0,0,0,0,0,0 +811412,560,123,0,3,3,0,0,0,0,0,0,0 +811490,560,123,11,6,6,0,0,0,0,0,0,0 +812112,560,123,458,129,108,0,0,0,0,0,0,0 +812113,560,123,27,8,7,0,0,0,0,0,0,0 +812199,560,123,148,26,19,0,0,0,0,0,0,0 +812210,560,123,99,13,0,0,0,0,0,0,0,0 +812310,560,123,8,3,3,0,0,0,0,0,0,0 +812320,560,123,71,11,3,0,0,0,0,0,0,0 +812910,560,123,94,26,19,0,0,0,0,0,0,0 +812990,560,123,36,25,22,0,0,0,0,0,0,0 +813110,560,123,2016,397,368,4,0,0,0,0,0,0 +813211,560,123,85,31,26,0,0,0,0,0,0,0 +813212,560,123,14,5,4,0,0,0,0,0,0,0 +813219,560,123,0,3,0,0,0,0,0,0,0,0 +813311,560,123,27,7,5,0,0,0,0,0,0,0 +813312,560,123,274,54,42,0,0,0,0,0,0,0 +813319,560,123,11,9,6,0,0,0,0,0,0,0 +813410,560,123,533,109,75,0,0,0,0,0,0,0 +813910,560,123,130,36,25,0,0,0,0,0,0,0 +813920,560,123,52,14,12,0,0,0,0,0,0,0 +813930,560,123,179,38,27,0,0,0,0,0,0,0 +813940,560,123,8,3,3,0,0,0,0,0,0,0 +813990,560,123,46,11,4,0,0,0,0,0,0,0 diff --git a/lib/data/data_emp_cbp_ag.csv b/lib/data/data_emp_cbp_ag.csv new file mode 100644 index 0000000..82b3f0f --- /dev/null +++ b/lib/data/data_emp_cbp_ag.csv @@ -0,0 +1,1934 @@ +Industry_NAICS6_CBP,FAFZONE,CBPZONE,employment,establishment,e1,e2,e3,e4,e5,e6,e7,e8 +111110,11,1,326,88,83,5,0,0,0,0,0,0 +111130,11,1,558,168,160,8,0,0,0,0,0,0 +111211,11,1,265,176,175,1,0,0,0,0,0,0 +111310,11,1,172,163,163,0,0,0,0,0,0,0 +111411,11,1,442,97,90,7,0,0,0,0,0,0 +111920,11,1,279,47,46,1,0,0,0,0,0,0 +111930,11,1,2220,1418,1401,17,0,0,0,0,0,0 +112111,11,1,2705,2399,2398,1,0,0,0,0,0,0 +112120,11,1,79,7,5,2,0,0,0,0,0,0 +112210,11,1,130,29,26,3,0,0,0,0,0,0 +112310,11,1,6791,517,354,163,0,0,0,0,0,0 +112410,11,1,267,267,267,0,0,0,0,0,0,0 +112511,11,1,868,590,582,8,0,0,0,0,0,0 +111110,12,2,53,27,27,0,0,0,0,0,0,0 +111130,12,2,315,62,54,8,0,0,0,0,0,0 +111211,12,2,97,57,57,0,0,0,0,0,0,0 +111310,12,2,110,77,76,1,0,0,0,0,0,0 +111411,12,2,46,28,28,0,0,0,0,0,0,0 +111920,12,2,159,21,18,3,0,0,0,0,0,0 +111930,12,2,789,541,537,4,0,0,0,0,0,0 +112111,12,2,1016,952,952,0,0,0,0,0,0,0 +112120,12,2,42,4,3,1,0,0,0,0,0,0 +112210,12,2,75,10,8,2,0,0,0,0,0,0 +112310,12,2,2700,205,149,56,0,0,0,0,0,0 +112410,12,2,110,110,110,0,0,0,0,0,0,0 +112511,12,2,347,256,254,2,0,0,0,0,0,0 +111110,19,3,1754,504,478,26,0,0,0,0,0,0 +111130,19,3,3791,987,927,60,0,0,0,0,0,0 +111211,19,3,1169,850,843,7,0,0,0,0,0,0 +111310,19,3,1170,1042,1041,1,0,0,0,0,0,0 +111411,19,3,2288,528,490,38,0,0,0,0,0,0 +111920,19,3,2267,300,267,33,0,0,0,0,0,0 +111930,19,3,12184,8048,7975,73,0,0,0,0,0,0 +112111,19,3,16349,14347,14328,19,0,0,0,0,0,0 +112120,19,3,412,76,69,7,0,0,0,0,0,0 +112210,19,3,348,138,132,6,0,0,0,0,0,0 +112310,19,3,39041,3093,2225,868,0,0,0,0,0,0 +112410,19,3,1540,1527,1527,0,0,0,0,0,0,0 +112511,19,3,4375,3467,3448,19,0,0,0,0,0,0 +111130,20,4,11,7,7,0,0,0,0,0,0,0 +111211,20,4,130,108,108,0,0,0,0,0,0,0 +111310,20,4,15,15,15,0,0,0,0,0,0,0 +111411,20,4,199,147,147,0,0,0,0,0,0,0 +111930,20,4,221,207,207,0,0,0,0,0,0,0 +112111,20,4,51,51,51,0,0,0,0,0,0,0 +112112,20,4,1,1,1,0,0,0,0,0,0,0 +112120,20,4,13,6,6,0,0,0,0,0,0,0 +112210,20,4,9,9,9,0,0,0,0,0,0,0 +112310,20,4,26,26,26,0,0,0,0,0,0,0 +112410,20,4,27,27,27,0,0,0,0,0,0,0 +112511,20,4,280,158,158,0,0,0,0,0,0,0 +111110,41,5,485,60,52,8,0,0,0,0,0,0 +111130,41,5,705,129,116,13,0,0,0,0,0,0 +111211,41,5,1374,398,385,13,0,0,0,0,0,0 +111310,41,5,1163,213,198,15,0,0,0,0,0,0 +111411,41,5,1446,107,83,24,0,0,0,0,0,0 +111920,41,5,1634,48,13,35,0,0,0,0,0,0 +111930,41,5,4539,337,267,70,0,0,0,0,0,0 +112111,41,5,2828,1083,1054,29,0,0,0,0,0,0 +112112,41,5,104,4,3,1,0,0,0,0,0,0 +112120,41,5,1233,19,4,15,0,0,0,0,0,0 +112210,41,5,85,64,64,0,0,0,0,0,0,0 +112310,41,5,73,73,73,0,0,0,0,0,0,0 +112410,41,5,1229,1220,1220,0,0,0,0,0,0,0 +112511,41,5,2085,1474,1463,11,0,0,0,0,0,0 +111110,42,6,28,9,9,0,0,0,0,0,0,0 +111130,42,6,112,18,17,1,0,0,0,0,0,0 +111211,42,6,340,77,74,3,0,0,0,0,0,0 +111310,42,6,71,36,35,1,0,0,0,0,0,0 +111411,42,6,242,18,15,3,0,0,0,0,0,0 +111920,42,6,339,9,2,7,0,0,0,0,0,0 +111930,42,6,794,67,55,12,0,0,0,0,0,0 +112111,42,6,572,217,212,5,0,0,0,0,0,0 +112112,42,6,85,2,1,1,0,0,0,0,0,0 +112120,42,6,249,3,0,3,0,0,0,0,0,0 +112210,42,6,9,6,6,0,0,0,0,0,0,0 +112310,42,6,17,17,17,0,0,0,0,0,0,0 +112410,42,6,229,229,229,0,0,0,0,0,0,0 +112511,42,6,326,255,254,1,0,0,0,0,0,0 +111110,49,7,656,147,134,13,0,0,0,0,0,0 +111130,49,7,2377,355,314,40,1,0,0,0,0,0 +111211,49,7,4185,1150,1104,46,0,0,0,0,0,0 +111310,49,7,2370,628,600,28,0,0,0,0,0,0 +111411,49,7,3377,275,219,56,0,0,0,0,0,0 +111920,49,7,4184,138,55,83,0,0,0,0,0,0 +111930,49,7,11475,890,701,188,1,0,0,0,0,0 +112111,49,7,7726,2901,2821,80,0,0,0,0,0,0 +112112,49,7,264,8,5,3,0,0,0,0,0,0 +112120,49,7,4288,80,26,54,0,0,0,0,0,0 +112210,49,7,263,143,142,1,0,0,0,0,0,0 +112310,49,7,254,177,176,1,0,0,0,0,0,0 +112410,49,7,3312,3144,3142,2,0,0,0,0,0,0 +112511,49,7,5133,3777,3752,25,0,0,0,0,0,0 +111110,50,8,10907,1420,1400,20,0,0,0,0,0,0 +111130,50,8,23004,2961,2917,44,0,0,0,0,0,0 +111211,50,8,597,445,445,0,0,0,0,0,0,0 +111310,50,8,484,407,407,0,0,0,0,0,0,0 +111411,50,8,565,256,254,2,0,0,0,0,0,0 +111910,50,8,1,1,1,0,0,0,0,0,0,0 +111920,50,8,2891,289,280,9,0,0,0,0,0,0 +111930,50,8,8820,8764,8764,0,0,0,0,0,0,0 +112111,50,8,25045,22356,22354,2,0,0,0,0,0,0 +112112,50,8,32,7,7,0,0,0,0,0,0,0 +112120,50,8,419,120,120,0,0,0,0,0,0,0 +112210,50,8,563,230,229,1,0,0,0,0,0,0 +112310,50,8,32201,3313,3257,56,0,0,0,0,0,0 +112410,50,8,1132,1132,1132,0,0,0,0,0,0,0 +112511,50,8,4716,4220,4218,2,0,0,0,0,0,0 +111110,61,9,1222,97,77,20,0,0,0,0,0,0 +111130,61,9,3345,195,129,66,0,0,0,0,0,0 +111211,61,9,5477,520,423,97,0,0,0,0,0,0 +111310,61,9,33013,4085,3538,547,0,0,0,0,0,0 +111411,61,9,3622,398,331,67,0,0,0,0,0,0 +111920,61,9,730,24,10,14,0,0,0,0,0,0 +111930,61,9,4549,674,600,74,0,0,0,0,0,0 +112111,61,9,3971,1338,1293,45,0,0,0,0,0,0 +112112,61,9,287,19,13,6,0,0,0,0,0,0 +112120,61,9,7159,163,21,142,0,0,0,0,0,0 +112210,61,9,65,55,55,0,0,0,0,0,0,0 +112310,61,9,531,155,148,7,0,0,0,0,0,0 +112410,61,9,784,409,402,7,0,0,0,0,0,0 +112511,61,9,1485,926,917,9,0,0,0,0,0,0 +111110,62,10,640,46,34,12,0,0,0,0,0,0 +111130,62,10,1367,86,58,28,0,0,0,0,0,0 +111211,62,10,2202,247,208,39,0,0,0,0,0,0 +111310,62,10,17247,2165,1877,288,0,0,0,0,0,0 +111411,62,10,2135,213,175,38,0,0,0,0,0,0 +111920,62,10,373,13,5,8,0,0,0,0,0,0 +111930,62,10,1840,302,273,29,0,0,0,0,0,0 +112111,62,10,2193,692,665,27,0,0,0,0,0,0 +112112,62,10,116,5,2,3,0,0,0,0,0,0 +112120,62,10,4249,105,18,87,0,0,0,0,0,0 +112210,62,10,113,32,30,2,0,0,0,0,0,0 +112310,62,10,389,72,66,6,0,0,0,0,0,0 +112410,62,10,268,188,187,1,0,0,0,0,0,0 +112511,62,10,670,438,434,4,0,0,0,0,0,0 +111110,63,11,686,40,26,14,0,0,0,0,0,0 +111130,63,11,929,67,49,18,0,0,0,0,0,0 +111211,63,11,1597,182,151,31,0,0,0,0,0,0 +111310,63,11,11747,1505,1293,212,0,0,0,0,0,0 +111411,63,11,961,131,115,16,0,0,0,0,0,0 +111920,63,11,252,7,2,5,0,0,0,0,0,0 +111930,63,11,1618,235,206,29,0,0,0,0,0,0 +112111,63,11,1974,543,517,26,0,0,0,0,0,0 +112112,63,11,70,7,6,1,0,0,0,0,0,0 +112120,63,11,3143,76,9,67,0,0,0,0,0,0 +112210,63,11,78,29,28,1,0,0,0,0,0,0 +112310,63,11,400,41,33,8,0,0,0,0,0,0 +112410,63,11,206,143,142,1,0,0,0,0,0,0 +112511,63,11,578,335,331,4,0,0,0,0,0,0 +111110,64,12,794,79,68,11,0,0,0,0,0,0 +111130,64,12,3136,205,145,60,0,0,0,0,0,0 +111211,64,12,5615,477,376,101,0,0,0,0,0,0 +111310,64,12,35424,4447,3848,599,0,0,0,0,0,0 +111411,64,12,3550,438,375,63,0,0,0,0,0,0 +111920,64,12,600,25,11,14,0,0,0,0,0,0 +111930,64,12,4425,689,614,75,0,0,0,0,0,0 +112111,64,12,3729,1427,1396,31,0,0,0,0,0,0 +112112,64,12,317,26,20,6,0,0,0,0,0,0 +112120,64,12,7902,188,28,160,0,0,0,0,0,0 +112210,64,12,143,54,52,2,0,0,0,0,0,0 +112310,64,12,1497,155,129,26,0,0,0,0,0,0 +112410,64,12,663,371,365,6,0,0,0,0,0,0 +112511,64,12,1614,954,944,10,0,0,0,0,0,0 +111110,69,13,6098,459,341,118,0,0,0,0,0,0 +111130,69,13,14322,1022,758,264,0,0,0,0,0,0 +111211,69,13,29065,2765,2246,519,0,0,0,0,0,0 +111310,69,13,190687,23743,20611,3132,0,0,0,0,0,0 +111411,69,13,20464,2210,1855,355,0,0,0,0,0,0 +111920,69,13,3691,125,51,74,0,0,0,0,0,0 +111930,69,13,25321,3721,3288,433,0,0,0,0,0,0 +112111,69,13,23059,7767,7515,252,0,0,0,0,0,0 +112112,69,13,1354,99,75,24,0,0,0,0,0,0 +112120,69,13,45605,1062,156,906,0,0,0,0,0,0 +112210,69,13,397,276,275,1,0,0,0,0,0,0 +112310,69,13,5198,779,695,84,0,0,0,0,0,0 +112410,69,13,3394,2135,2110,25,0,0,0,0,0,0 +112511,69,13,8763,5156,5103,53,0,0,0,0,0,0 +111110,81,14,2868,378,341,37,0,0,0,0,0,0 +111130,81,14,5575,741,667,74,0,0,0,0,0,0 +111211,81,14,1109,123,97,26,0,0,0,0,0,0 +111310,81,14,288,162,160,2,0,0,0,0,0,0 +111411,81,14,950,165,149,16,0,0,0,0,0,0 +111930,81,14,4679,2863,2840,23,0,0,0,0,0,0 +112111,81,14,6966,2918,2876,42,0,0,0,0,0,0 +112112,81,14,1250,80,47,33,0,0,0,0,0,0 +112120,81,14,968,59,31,28,0,0,0,0,0,0 +112210,81,14,260,101,96,5,0,0,0,0,0,0 +112310,81,14,312,185,182,3,0,0,0,0,0,0 +112410,81,14,464,308,305,3,0,0,0,0,0,0 +112511,81,14,2252,1964,1960,4,0,0,0,0,0,0 +111110,89,15,7188,891,776,115,0,0,0,0,0,0 +111130,89,15,15740,1941,1709,232,0,0,0,0,0,0 +111211,89,15,2891,332,264,68,0,0,0,0,0,0 +111310,89,15,686,415,411,4,0,0,0,0,0,0 +111411,89,15,2274,411,373,38,0,0,0,0,0,0 +111930,89,15,11496,7460,7409,51,0,0,0,0,0,0 +112111,89,15,18884,7610,7478,132,0,0,0,0,0,0 +112112,89,15,3081,188,109,79,0,0,0,0,0,0 +112120,89,15,2274,124,63,61,0,0,0,0,0,0 +112210,89,15,516,242,235,7,0,0,0,0,0,0 +112310,89,15,619,426,422,4,0,0,0,0,0,0 +112410,89,15,1411,904,895,9,0,0,0,0,0,0 +112511,89,15,5870,5189,5181,8,0,0,0,0,0,0 +111110,91,16,35,12,12,0,0,0,0,0,0,0 +111130,91,16,270,35,31,4,0,0,0,0,0,0 +111211,91,16,1248,287,274,11,2,0,0,0,0,0 +111310,91,16,896,131,119,11,1,0,0,0,0,0 +111411,91,16,3673,595,559,26,10,0,0,0,0,0 +111910,91,16,535,19,9,8,2,0,0,0,0,0 +111930,91,16,769,484,480,4,0,0,0,0,0,0 +112111,91,16,372,326,326,0,0,0,0,0,0,0 +112112,91,16,8,4,4,0,0,0,0,0,0,0 +112120,91,16,2714,74,33,31,10,0,0,0,0,0 +112210,91,16,82,72,72,0,0,0,0,0,0,0 +112310,91,16,294,89,87,1,1,0,0,0,0,0 +112410,91,16,128,113,113,0,0,0,0,0,0,0 +112511,91,16,1407,709,698,9,2,0,0,0,0,0 +111110,92,17,18,4,4,0,0,0,0,0,0,0 +111130,92,17,121,18,16,2,0,0,0,0,0,0 +111211,92,17,799,198,191,7,0,0,0,0,0,0 +111310,92,17,526,93,87,6,0,0,0,0,0,0 +111411,92,17,2708,340,310,19,11,0,0,0,0,0 +111910,92,17,652,15,6,6,3,0,0,0,0,0 +111930,92,17,620,342,340,2,0,0,0,0,0,0 +112111,92,17,301,258,258,0,0,0,0,0,0,0 +112112,92,17,1,1,1,0,0,0,0,0,0,0 +112120,92,17,1723,49,27,14,8,0,0,0,0,0 +112210,92,17,68,60,60,0,0,0,0,0,0,0 +112310,92,17,287,60,57,2,1,0,0,0,0,0 +112410,92,17,106,97,97,0,0,0,0,0,0,0 +112511,92,17,1206,557,549,6,2,0,0,0,0,0 +111110,99,18,5,4,4,0,0,0,0,0,0,0 +111130,99,18,9,5,5,0,0,0,0,0,0,0 +111211,99,18,308,89,85,4,0,0,0,0,0,0 +111310,99,18,408,46,42,4,0,0,0,0,0,0 +111411,99,18,1181,180,164,16,0,0,0,0,0,0 +111910,99,18,198,5,3,2,0,0,0,0,0,0 +111930,99,18,192,142,142,0,0,0,0,0,0,0 +112111,99,18,124,109,109,0,0,0,0,0,0,0 +112112,99,18,1,1,1,0,0,0,0,0,0,0 +112120,99,18,833,23,12,11,0,0,0,0,0,0 +112210,99,18,32,28,28,0,0,0,0,0,0,0 +112310,99,18,65,26,26,0,0,0,0,0,0,0 +112410,99,18,82,36,35,1,0,0,0,0,0,0 +112511,99,18,437,241,237,4,0,0,0,0,0,0 +111110,100,19,537,178,178,0,0,0,0,0,0,0 +111130,100,19,1148,428,428,0,0,0,0,0,0,0 +111211,100,19,184,61,61,0,0,0,0,0,0,0 +111310,100,19,30,19,19,0,0,0,0,0,0,0 +111411,100,19,118,73,73,0,0,0,0,0,0,0 +111930,100,19,375,309,309,0,0,0,0,0,0,0 +112111,100,19,137,137,137,0,0,0,0,0,0,0 +112112,100,19,11,2,2,0,0,0,0,0,0,0 +112120,100,19,78,32,32,0,0,0,0,0,0,0 +112210,100,19,17,16,16,0,0,0,0,0,0,0 +112310,100,19,4269,645,645,0,0,0,0,0,0,0 +112410,100,19,31,31,31,0,0,0,0,0,0,0 +112511,100,19,540,520,520,0,0,0,0,0,0,0 +111130,121,21,25,6,6,0,0,0,0,0,0,0 +111211,121,21,159,19,17,2,0,0,0,0,0,0 +111310,121,21,1234,174,155,19,0,0,0,0,0,0 +111411,121,21,962,119,106,13,0,0,0,0,0,0 +111920,121,21,59,2,1,1,0,0,0,0,0,0 +111930,121,21,388,131,126,5,0,0,0,0,0,0 +112111,121,21,618,395,395,0,0,0,0,0,0,0 +112120,121,21,145,5,3,2,0,0,0,0,0,0 +112210,121,21,13,13,13,0,0,0,0,0,0,0 +112310,121,21,248,30,26,4,0,0,0,0,0,0 +112410,121,21,44,44,44,0,0,0,0,0,0,0 +112511,121,21,251,170,170,0,0,0,0,0,0,0 +111110,122,22,69,17,17,0,0,0,0,0,0,0 +111130,122,22,153,27,25,2,0,0,0,0,0,0 +111211,122,22,1801,162,134,28,0,0,0,0,0,0 +111310,122,22,5560,1054,981,73,0,0,0,0,0,0 +111411,122,22,6935,818,714,104,0,0,0,0,0,0 +111920,122,22,372,21,14,7,0,0,0,0,0,0 +111930,122,22,2316,664,639,25,0,0,0,0,0,0 +112111,122,22,4213,2501,2480,21,0,0,0,0,0,0 +112120,122,22,1214,38,16,22,0,0,0,0,0,0 +112210,122,22,80,80,80,0,0,0,0,0,0,0 +112310,122,22,1171,165,145,20,0,0,0,0,0,0 +112410,122,22,241,241,241,0,0,0,0,0,0,0 +112511,122,22,2342,1122,1110,12,0,0,0,0,0,0 +111110,123,23,12,6,6,0,0,0,0,0,0,0 +111130,123,23,114,21,20,1,0,0,0,0,0,0 +111211,123,23,1246,104,85,19,0,0,0,0,0,0 +111310,123,23,5060,843,778,65,0,0,0,0,0,0 +111411,123,23,4735,587,525,62,0,0,0,0,0,0 +111910,123,23,7,1,1,0,0,0,0,0,0,0 +111920,123,23,124,9,7,2,0,0,0,0,0,0 +111930,123,23,2158,513,486,27,0,0,0,0,0,0 +112111,123,23,3464,1979,1961,18,0,0,0,0,0,0 +112120,123,23,485,21,12,9,0,0,0,0,0,0 +112210,123,23,74,61,61,0,0,0,0,0,0,0 +112310,123,23,1137,134,117,17,0,0,0,0,0,0 +112410,123,23,207,197,197,0,0,0,0,0,0,0 +112511,123,23,2436,927,907,20,0,0,0,0,0,0 +111110,124,24,16,11,11,0,0,0,0,0,0,0 +111130,124,24,55,30,30,0,0,0,0,0,0,0 +111211,124,24,2249,175,141,34,0,0,0,0,0,0 +111310,124,24,6303,1128,1053,75,0,0,0,0,0,0 +111411,124,24,6639,791,698,93,0,0,0,0,0,0 +111920,124,24,314,25,21,4,0,0,0,0,0,0 +111930,124,24,3064,777,743,34,0,0,0,0,0,0 +112111,124,24,4508,2674,2651,23,0,0,0,0,0,0 +112120,124,24,975,30,14,16,0,0,0,0,0,0 +112210,124,24,113,100,100,0,0,0,0,0,0,0 +112310,124,24,1563,193,168,25,0,0,0,0,0,0 +112410,124,24,288,281,281,0,0,0,0,0,0,0 +112511,124,24,2518,1194,1181,13,0,0,0,0,0,0 +111110,129,25,128,48,47,1,0,0,0,0,0,0 +111130,129,25,522,115,108,7,0,0,0,0,0,0 +111211,129,25,8876,624,484,138,2,0,0,0,0,0 +111310,129,25,23692,4066,3753,312,1,0,0,0,0,0 +111411,129,25,24236,2942,2608,331,3,0,0,0,0,0 +111910,129,25,81,2,1,1,0,0,0,0,0,0 +111920,129,25,850,67,53,14,0,0,0,0,0,0 +111930,129,25,10219,2716,2581,134,1,0,0,0,0,0 +112111,129,25,17230,9802,9700,102,0,0,0,0,0,0 +112120,129,25,3243,93,38,55,0,0,0,0,0,0 +112210,129,25,342,327,327,0,0,0,0,0,0,0 +112310,129,25,3760,584,521,62,1,0,0,0,0,0 +112410,129,25,1075,1033,1033,0,0,0,0,0,0,0 +112511,129,25,9657,4491,4430,61,0,0,0,0,0,0 +111110,131,26,324,106,106,0,0,0,0,0,0,0 +111130,131,26,591,224,220,4,0,0,0,0,0,0 +111211,131,26,593,193,177,16,0,0,0,0,0,0 +111310,131,26,752,481,473,8,0,0,0,0,0,0 +111411,131,26,321,143,139,4,0,0,0,0,0,0 +111910,131,26,30,4,4,0,0,0,0,0,0,0 +111920,131,26,1621,188,168,20,0,0,0,0,0,0 +111930,131,26,3995,1740,1698,42,0,0,0,0,0,0 +112111,131,26,2429,2149,2148,1,0,0,0,0,0,0 +112120,131,26,340,33,28,5,0,0,0,0,0,0 +112210,131,26,125,45,41,4,0,0,0,0,0,0 +112310,131,26,7117,674,531,143,0,0,0,0,0,0 +112410,131,26,332,332,332,0,0,0,0,0,0,0 +112511,131,26,727,650,648,2,0,0,0,0,0,0 +111110,132,27,12,5,5,0,0,0,0,0,0,0 +111130,132,27,15,13,13,0,0,0,0,0,0,0 +111211,132,27,8,6,6,0,0,0,0,0,0,0 +111310,132,27,28,26,26,0,0,0,0,0,0,0 +111411,132,27,29,6,5,1,0,0,0,0,0,0 +111910,132,27,1,1,1,0,0,0,0,0,0,0 +111920,132,27,79,7,7,0,0,0,0,0,0,0 +111930,132,27,136,81,80,1,0,0,0,0,0,0 +112111,132,27,87,87,87,0,0,0,0,0,0,0 +112120,132,27,24,2,1,1,0,0,0,0,0,0 +112210,132,27,14,4,4,0,0,0,0,0,0,0 +112310,132,27,414,37,29,8,0,0,0,0,0,0 +112410,132,27,15,15,15,0,0,0,0,0,0,0 +112511,132,27,35,24,24,0,0,0,0,0,0,0 +111110,139,28,1138,494,487,7,0,0,0,0,0,0 +111130,139,28,2467,1098,1083,15,0,0,0,0,0,0 +111211,139,28,2136,882,842,40,0,0,0,0,0,0 +111310,139,28,4109,2424,2382,42,0,0,0,0,0,0 +111411,139,28,2596,866,829,37,0,0,0,0,0,0 +111910,139,28,222,23,19,4,0,0,0,0,0,0 +111920,139,28,8827,980,859,121,0,0,0,0,0,0 +111930,139,28,19588,8832,8631,201,0,0,0,0,0,0 +112111,139,28,11866,10622,10607,15,0,0,0,0,0,0 +112120,139,28,1926,197,156,41,0,0,0,0,0,0 +112210,139,28,529,198,186,12,0,0,0,0,0,0 +112310,139,28,38016,3447,2584,863,0,0,0,0,0,0 +112410,139,28,1566,1565,1565,0,0,0,0,0,0,0 +112511,139,28,3582,3353,3347,6,0,0,0,0,0,0 +111130,151,29,212,2,0,0,2,0,0,0,0,0 +111211,151,29,640,158,152,5,1,0,0,0,0,0 +111310,151,29,1734,640,632,4,4,0,0,0,0,0 +111411,151,29,910,229,215,14,0,0,0,0,0,0 +111930,151,29,372,80,75,4,1,0,0,0,0,0 +112111,151,29,659,221,216,4,1,0,0,0,0,0 +112120,151,29,1,1,1,0,0,0,0,0,0,0 +112210,151,29,26,20,20,0,0,0,0,0,0,0 +112310,151,29,14,14,14,0,0,0,0,0,0,0 +112410,151,29,45,41,41,0,0,0,0,0,0,0 +112511,151,29,461,56,51,2,3,0,0,0,0,0 +111110,159,30,353,4,0,4,0,0,0,0,0,0 +111130,159,30,456,6,1,5,0,0,0,0,0,0 +111211,159,30,3268,586,536,49,1,0,0,0,0,0 +111310,159,30,6138,2336,2286,48,2,0,0,0,0,0 +111411,159,30,4325,1012,960,52,0,0,0,0,0,0 +111930,159,30,506,279,274,5,0,0,0,0,0,0 +112111,159,30,2015,755,732,22,1,0,0,0,0,0 +112120,159,30,175,8,6,2,0,0,0,0,0,0 +112210,159,30,179,71,70,1,0,0,0,0,0,0 +112310,159,30,245,83,81,2,0,0,0,0,0,0 +112410,159,30,256,197,196,1,0,0,0,0,0,0 +112511,159,30,1260,201,183,17,1,0,0,0,0,0 +111110,160,31,6243,882,798,84,0,0,0,0,0,0 +111130,160,31,14456,1992,1784,208,0,0,0,0,0,0 +111211,160,31,8952,758,540,218,0,0,0,0,0,0 +111310,160,31,563,368,364,4,0,0,0,0,0,0 +111411,160,31,1446,504,491,13,0,0,0,0,0,0 +111930,160,31,23833,7579,7258,321,0,0,0,0,0,0 +112111,160,31,16595,7505,7371,134,0,0,0,0,0,0 +112112,160,31,1347,150,118,32,0,0,0,0,0,0 +112120,160,31,11144,589,305,284,0,0,0,0,0,0 +112210,160,31,285,217,216,1,0,0,0,0,0,0 +112310,160,31,514,345,340,5,0,0,0,0,0,0 +112410,160,31,1383,815,802,13,0,0,0,0,0,0 +112511,160,31,4244,3112,3088,24,0,0,0,0,0,0 +111110,171,17031,181,60,60,0,0,0,0,0,0,0 +111110,171,17037,578,231,231,0,0,0,0,0,0,0 +111110,171,17043,139,47,47,0,0,0,0,0,0,0 +111110,171,17063,219,81,81,0,0,0,0,0,0,0 +111110,171,17089,491,189,189,0,0,0,0,0,0,0 +111110,171,17091,521,202,202,0,0,0,0,0,0,0 +111110,171,17093,230,97,97,0,0,0,0,0,0,0 +111110,171,17097,299,110,110,0,0,0,0,0,0,0 +111110,171,17111,849,299,299,0,0,0,0,0,0,0 +111110,171,17197,572,199,199,0,0,0,0,0,0,0 +111130,171,17031,355,155,155,0,0,0,0,0,0,0 +111130,171,17037,1474,531,531,0,0,0,0,0,0,0 +111130,171,17043,240,96,96,0,0,0,0,0,0,0 +111130,171,17063,431,149,149,0,0,0,0,0,0,0 +111130,171,17089,1304,439,439,0,0,0,0,0,0,0 +111130,171,17091,1250,433,433,0,0,0,0,0,0,0 +111130,171,17093,452,189,189,0,0,0,0,0,0,0 +111130,171,17097,741,251,251,0,0,0,0,0,0,0 +111130,171,17111,1517,577,577,0,0,0,0,0,0,0 +111130,171,17197,1170,440,440,0,0,0,0,0,0,0 +111211,171,17031,5,4,4,0,0,0,0,0,0,0 +111211,171,17037,20,18,18,0,0,0,0,0,0,0 +111211,171,17043,1,1,1,0,0,0,0,0,0,0 +111211,171,17063,4,4,4,0,0,0,0,0,0,0 +111211,171,17089,14,9,9,0,0,0,0,0,0,0 +111211,171,17091,16,16,16,0,0,0,0,0,0,0 +111211,171,17093,5,4,4,0,0,0,0,0,0,0 +111211,171,17097,3,3,3,0,0,0,0,0,0,0 +111211,171,17111,25,15,15,0,0,0,0,0,0,0 +111211,171,17197,7,7,7,0,0,0,0,0,0,0 +111310,171,17031,4,4,4,0,0,0,0,0,0,0 +111310,171,17037,13,13,13,0,0,0,0,0,0,0 +111310,171,17043,1,1,1,0,0,0,0,0,0,0 +111310,171,17063,1,1,1,0,0,0,0,0,0,0 +111310,171,17089,10,10,10,0,0,0,0,0,0,0 +111310,171,17091,14,14,14,0,0,0,0,0,0,0 +111310,171,17093,5,5,5,0,0,0,0,0,0,0 +111310,171,17097,7,7,7,0,0,0,0,0,0,0 +111310,171,17111,18,18,18,0,0,0,0,0,0,0 +111310,171,17197,13,13,13,0,0,0,0,0,0,0 +111411,171,17031,18,9,9,0,0,0,0,0,0,0 +111411,171,17037,51,22,22,0,0,0,0,0,0,0 +111411,171,17043,23,7,7,0,0,0,0,0,0,0 +111411,171,17063,4,4,4,0,0,0,0,0,0,0 +111411,171,17089,37,15,15,0,0,0,0,0,0,0 +111411,171,17091,21,17,17,0,0,0,0,0,0,0 +111411,171,17093,30,15,15,0,0,0,0,0,0,0 +111411,171,17097,22,12,12,0,0,0,0,0,0,0 +111411,171,17111,32,22,22,0,0,0,0,0,0,0 +111411,171,17197,27,13,13,0,0,0,0,0,0,0 +111930,171,17031,97,97,97,0,0,0,0,0,0,0 +111930,171,17037,374,374,374,0,0,0,0,0,0,0 +111930,171,17043,70,70,70,0,0,0,0,0,0,0 +111930,171,17063,123,123,123,0,0,0,0,0,0,0 +111930,171,17089,339,337,337,0,0,0,0,0,0,0 +111930,171,17091,346,344,344,0,0,0,0,0,0,0 +111930,171,17093,141,131,131,0,0,0,0,0,0,0 +111930,171,17097,223,203,203,0,0,0,0,0,0,0 +111930,171,17111,427,427,427,0,0,0,0,0,0,0 +111930,171,17197,297,292,292,0,0,0,0,0,0,0 +112111,171,17031,23,23,23,0,0,0,0,0,0,0 +112111,171,17037,168,139,139,0,0,0,0,0,0,0 +112111,171,17043,28,23,23,0,0,0,0,0,0,0 +112111,171,17063,44,36,36,0,0,0,0,0,0,0 +112111,171,17089,137,118,118,0,0,0,0,0,0,0 +112111,171,17091,152,129,129,0,0,0,0,0,0,0 +112111,171,17093,59,58,58,0,0,0,0,0,0,0 +112111,171,17097,77,65,65,0,0,0,0,0,0,0 +112111,171,17111,158,146,146,0,0,0,0,0,0,0 +112111,171,17197,124,107,107,0,0,0,0,0,0,0 +112112,171,17031,12,3,3,0,0,0,0,0,0,0 +112112,171,17037,98,17,17,0,0,0,0,0,0,0 +112112,171,17063,4,4,4,0,0,0,0,0,0,0 +112112,171,17089,37,11,11,0,0,0,0,0,0,0 +112112,171,17091,71,14,14,0,0,0,0,0,0,0 +112112,171,17093,42,6,6,0,0,0,0,0,0,0 +112112,171,17097,14,2,2,0,0,0,0,0,0,0 +112112,171,17111,139,19,19,0,0,0,0,0,0,0 +112112,171,17197,60,14,14,0,0,0,0,0,0,0 +112120,171,17031,6,4,4,0,0,0,0,0,0,0 +112120,171,17037,55,11,11,0,0,0,0,0,0,0 +112120,171,17043,6,1,1,0,0,0,0,0,0,0 +112120,171,17063,13,4,4,0,0,0,0,0,0,0 +112120,171,17089,58,15,15,0,0,0,0,0,0,0 +112120,171,17091,72,18,18,0,0,0,0,0,0,0 +112120,171,17093,5,3,3,0,0,0,0,0,0,0 +112120,171,17097,32,9,9,0,0,0,0,0,0,0 +112120,171,17111,60,20,20,0,0,0,0,0,0,0 +112120,171,17197,29,10,10,0,0,0,0,0,0,0 +112210,171,17031,42,5,5,0,0,0,0,0,0,0 +112210,171,17037,166,22,22,0,0,0,0,0,0,0 +112210,171,17043,30,3,3,0,0,0,0,0,0,0 +112210,171,17063,24,5,5,0,0,0,0,0,0,0 +112210,171,17089,86,11,11,0,0,0,0,0,0,0 +112210,171,17091,133,17,17,0,0,0,0,0,0,0 +112210,171,17093,93,13,13,0,0,0,0,0,0,0 +112210,171,17097,86,14,14,0,0,0,0,0,0,0 +112210,171,17111,113,17,17,0,0,0,0,0,0,0 +112210,171,17197,98,13,13,0,0,0,0,0,0,0 +112310,171,17031,4,4,4,0,0,0,0,0,0,0 +112310,171,17037,32,12,12,0,0,0,0,0,0,0 +112310,171,17043,2,2,2,0,0,0,0,0,0,0 +112310,171,17063,11,6,6,0,0,0,0,0,0,0 +112310,171,17089,29,9,9,0,0,0,0,0,0,0 +112310,171,17091,20,8,8,0,0,0,0,0,0,0 +112310,171,17093,4,4,4,0,0,0,0,0,0,0 +112310,171,17097,17,7,7,0,0,0,0,0,0,0 +112310,171,17111,16,12,12,0,0,0,0,0,0,0 +112310,171,17197,10,10,10,0,0,0,0,0,0,0 +112410,171,17031,8,8,8,0,0,0,0,0,0,0 +112410,171,17037,17,17,17,0,0,0,0,0,0,0 +112410,171,17043,2,2,2,0,0,0,0,0,0,0 +112410,171,17063,7,7,7,0,0,0,0,0,0,0 +112410,171,17089,16,16,16,0,0,0,0,0,0,0 +112410,171,17091,18,18,18,0,0,0,0,0,0,0 +112410,171,17093,7,7,7,0,0,0,0,0,0,0 +112410,171,17097,14,14,14,0,0,0,0,0,0,0 +112410,171,17111,20,20,20,0,0,0,0,0,0,0 +112410,171,17197,24,24,24,0,0,0,0,0,0,0 +112511,171,17031,19,19,19,0,0,0,0,0,0,0 +112511,171,17037,94,94,94,0,0,0,0,0,0,0 +112511,171,17043,16,16,16,0,0,0,0,0,0,0 +112511,171,17063,29,29,29,0,0,0,0,0,0,0 +112511,171,17089,69,65,65,0,0,0,0,0,0,0 +112511,171,17091,55,55,55,0,0,0,0,0,0,0 +112511,171,17093,23,23,23,0,0,0,0,0,0,0 +112511,171,17097,48,36,36,0,0,0,0,0,0,0 +112511,171,17111,106,96,96,0,0,0,0,0,0,0 +112511,171,17197,81,71,71,0,0,0,0,0,0,0 +111110,172,33,3012,1025,1025,0,0,0,0,0,0,0 +111130,172,33,6326,2192,2192,0,0,0,0,0,0,0 +111211,172,33,104,53,53,0,0,0,0,0,0,0 +111310,172,33,81,68,68,0,0,0,0,0,0,0 +111411,172,33,112,73,73,0,0,0,0,0,0,0 +111910,172,33,1,1,1,0,0,0,0,0,0,0 +111930,172,33,1598,1589,1589,0,0,0,0,0,0,0 +112111,172,33,646,578,578,0,0,0,0,0,0,0 +112112,172,33,314,62,62,0,0,0,0,0,0,0 +112120,172,33,205,52,52,0,0,0,0,0,0,0 +112210,172,33,477,65,65,0,0,0,0,0,0,0 +112310,172,33,100,47,47,0,0,0,0,0,0,0 +112410,172,33,90,90,90,0,0,0,0,0,0,0 +112511,172,33,388,355,355,0,0,0,0,0,0,0 +111110,179,34,25286,9041,9041,0,0,0,0,0,0,0 +111110,179,17007,291,96,96,0,0,0,0,0,0,0 +111110,179,17099,643,211,211,0,0,0,0,0,0,0 +111110,179,17103,461,144,144,0,0,0,0,0,0,0 +111110,179,17141,487,166,166,0,0,0,0,0,0,0 +111110,179,17201,382,138,138,0,0,0,0,0,0,0 +111130,179,34,54301,19334,19334,0,0,0,0,0,0,0 +111130,179,17007,739,248,248,0,0,0,0,0,0,0 +111130,179,17099,1430,499,499,0,0,0,0,0,0,0 +111130,179,17103,628,233,233,0,0,0,0,0,0,0 +111130,179,17141,1121,414,414,0,0,0,0,0,0,0 +111130,179,17201,862,320,320,0,0,0,0,0,0,0 +111211,179,34,703,504,504,0,0,0,0,0,0,0 +111211,179,17007,9,7,7,0,0,0,0,0,0,0 +111211,179,17099,8,8,8,0,0,0,0,0,0,0 +111211,179,17103,20,7,7,0,0,0,0,0,0,0 +111211,179,17141,7,7,7,0,0,0,0,0,0,0 +111211,179,17201,27,7,7,0,0,0,0,0,0,0 +111310,179,34,549,518,518,0,0,0,0,0,0,0 +111310,179,17007,12,10,10,0,0,0,0,0,0,0 +111310,179,17099,19,19,19,0,0,0,0,0,0,0 +111310,179,17103,6,6,6,0,0,0,0,0,0,0 +111310,179,17141,8,8,8,0,0,0,0,0,0,0 +111310,179,17201,8,8,8,0,0,0,0,0,0,0 +111411,179,34,1252,667,667,0,0,0,0,0,0,0 +111411,179,17007,28,9,9,0,0,0,0,0,0,0 +111411,179,17099,38,21,21,0,0,0,0,0,0,0 +111411,179,17103,39,15,15,0,0,0,0,0,0,0 +111411,179,17141,27,11,11,0,0,0,0,0,0,0 +111411,179,17201,31,11,11,0,0,0,0,0,0,0 +111910,179,34,14,8,8,0,0,0,0,0,0,0 +111930,179,34,13932,13869,13869,0,0,0,0,0,0,0 +111930,179,17007,204,204,204,0,0,0,0,0,0,0 +111930,179,17099,410,410,410,0,0,0,0,0,0,0 +111930,179,17103,215,215,215,0,0,0,0,0,0,0 +111930,179,17141,274,272,272,0,0,0,0,0,0,0 +111930,179,17201,231,227,227,0,0,0,0,0,0,0 +112111,179,34,5445,4780,4780,0,0,0,0,0,0,0 +112111,179,17007,66,59,59,0,0,0,0,0,0,0 +112111,179,17099,144,132,132,0,0,0,0,0,0,0 +112111,179,17103,70,59,59,0,0,0,0,0,0,0 +112111,179,17141,92,85,85,0,0,0,0,0,0,0 +112111,179,17201,73,63,63,0,0,0,0,0,0,0 +112112,179,34,2061,465,465,0,0,0,0,0,0,0 +112112,179,17007,22,5,5,0,0,0,0,0,0,0 +112112,179,17099,58,11,11,0,0,0,0,0,0,0 +112112,179,17103,67,9,9,0,0,0,0,0,0,0 +112112,179,17141,73,13,13,0,0,0,0,0,0,0 +112112,179,17201,7,7,7,0,0,0,0,0,0,0 +112120,179,34,2109,537,537,0,0,0,0,0,0,0 +112120,179,17007,14,4,4,0,0,0,0,0,0,0 +112120,179,17099,81,25,25,0,0,0,0,0,0,0 +112120,179,17103,24,6,6,0,0,0,0,0,0,0 +112120,179,17141,51,15,15,0,0,0,0,0,0,0 +112120,179,17201,28,8,8,0,0,0,0,0,0,0 +112210,179,34,4125,624,624,0,0,0,0,0,0,0 +112210,179,17007,57,7,7,0,0,0,0,0,0,0 +112210,179,17099,112,14,14,0,0,0,0,0,0,0 +112210,179,17103,101,12,12,0,0,0,0,0,0,0 +112210,179,17141,72,12,12,0,0,0,0,0,0,0 +112210,179,17201,87,17,17,0,0,0,0,0,0,0 +112310,179,34,655,451,451,0,0,0,0,0,0,0 +112310,179,17007,4,4,4,0,0,0,0,0,0,0 +112310,179,17099,6,6,6,0,0,0,0,0,0,0 +112310,179,17103,7,5,5,0,0,0,0,0,0,0 +112310,179,17141,23,12,12,0,0,0,0,0,0,0 +112310,179,17201,4,4,4,0,0,0,0,0,0,0 +112410,179,34,809,804,804,0,0,0,0,0,0,0 +112410,179,17007,15,15,15,0,0,0,0,0,0,0 +112410,179,17099,19,19,19,0,0,0,0,0,0,0 +112410,179,17103,8,8,8,0,0,0,0,0,0,0 +112410,179,17141,15,15,15,0,0,0,0,0,0,0 +112410,179,17201,6,6,6,0,0,0,0,0,0,0 +112511,179,34,3205,3006,3006,0,0,0,0,0,0,0 +112511,179,17007,31,30,30,0,0,0,0,0,0,0 +112511,179,17099,101,84,84,0,0,0,0,0,0,0 +112511,179,17103,43,43,43,0,0,0,0,0,0,0 +112511,179,17141,81,70,70,0,0,0,0,0,0,0 +112511,179,17201,82,58,58,0,0,0,0,0,0,0 +111110,181,35,658,178,178,0,0,0,0,0,0,0 +111110,181,18089,234,69,69,0,0,0,0,0,0,0 +111110,181,18091,315,86,81,5,0,0,0,0,0,0 +111110,181,18127,224,63,63,0,0,0,0,0,0,0 +111130,181,35,1208,344,344,0,0,0,0,0,0,0 +111130,181,18089,596,175,175,0,0,0,0,0,0,0 +111130,181,18091,705,198,185,13,0,0,0,0,0,0 +111130,181,18127,414,132,132,0,0,0,0,0,0,0 +111211,181,35,14,13,13,0,0,0,0,0,0,0 +111211,181,18089,10,7,7,0,0,0,0,0,0,0 +111211,181,18091,28,9,8,1,0,0,0,0,0,0 +111211,181,18127,6,6,6,0,0,0,0,0,0,0 +111310,181,35,30,13,13,0,0,0,0,0,0,0 +111310,181,18089,5,5,5,0,0,0,0,0,0,0 +111310,181,18091,7,5,5,0,0,0,0,0,0,0 +111310,181,18127,4,4,4,0,0,0,0,0,0,0 +111411,181,35,34,14,14,0,0,0,0,0,0,0 +111411,181,18089,13,9,9,0,0,0,0,0,0,0 +111411,181,18091,10,10,10,0,0,0,0,0,0,0 +111411,181,18127,12,6,6,0,0,0,0,0,0,0 +111910,181,35,1,1,1,0,0,0,0,0,0,0 +111910,181,18089,2,2,2,0,0,0,0,0,0,0 +111910,181,18091,1,1,1,0,0,0,0,0,0,0 +111910,181,18127,2,2,2,0,0,0,0,0,0,0 +111930,181,35,259,259,259,0,0,0,0,0,0,0 +111930,181,18089,97,94,94,0,0,0,0,0,0,0 +111930,181,18091,153,153,153,0,0,0,0,0,0,0 +111930,181,18127,93,93,93,0,0,0,0,0,0,0 +112111,181,35,213,179,179,0,0,0,0,0,0,0 +112111,181,18089,100,87,87,0,0,0,0,0,0,0 +112111,181,18091,115,94,93,1,0,0,0,0,0,0 +112111,181,18127,72,70,70,0,0,0,0,0,0,0 +112112,181,35,9,7,7,0,0,0,0,0,0,0 +112112,181,18089,1,1,1,0,0,0,0,0,0,0 +112112,181,18091,1,1,1,0,0,0,0,0,0,0 +112112,181,18127,3,2,2,0,0,0,0,0,0,0 +112120,181,35,107,27,27,0,0,0,0,0,0,0 +112120,181,18089,39,14,14,0,0,0,0,0,0,0 +112120,181,18091,65,12,10,2,0,0,0,0,0,0 +112120,181,18127,60,13,13,0,0,0,0,0,0,0 +112210,181,35,168,31,31,0,0,0,0,0,0,0 +112210,181,18089,51,12,12,0,0,0,0,0,0,0 +112210,181,18091,106,19,15,4,0,0,0,0,0,0 +112210,181,18127,107,10,10,0,0,0,0,0,0,0 +112310,181,35,187,36,36,0,0,0,0,0,0,0 +112310,181,18089,52,12,12,0,0,0,0,0,0,0 +112310,181,18091,86,24,23,1,0,0,0,0,0,0 +112310,181,18127,3,3,3,0,0,0,0,0,0,0 +112410,181,35,37,33,33,0,0,0,0,0,0,0 +112410,181,18089,12,12,12,0,0,0,0,0,0,0 +112410,181,18091,17,17,17,0,0,0,0,0,0,0 +112410,181,18127,18,18,18,0,0,0,0,0,0,0 +112511,181,35,143,139,139,0,0,0,0,0,0,0 +112511,181,18089,82,66,66,0,0,0,0,0,0,0 +112511,181,18091,72,72,72,0,0,0,0,0,0,0 +112511,181,18127,49,49,49,0,0,0,0,0,0,0 +111110,182,36,3828,1049,1040,9,0,0,0,0,0,0 +111130,182,36,7796,2251,2225,26,0,0,0,0,0,0 +111211,182,36,187,117,117,0,0,0,0,0,0,0 +111310,182,36,62,58,58,0,0,0,0,0,0,0 +111411,182,36,176,94,94,0,0,0,0,0,0,0 +111910,182,36,22,19,19,0,0,0,0,0,0,0 +111930,182,36,1690,1657,1657,0,0,0,0,0,0,0 +112111,182,36,1409,1185,1185,0,0,0,0,0,0,0 +112112,182,36,165,51,51,0,0,0,0,0,0,0 +112120,182,36,796,210,206,4,0,0,0,0,0,0 +112210,182,36,1415,192,185,7,0,0,0,0,0,0 +112310,182,36,1261,200,192,8,0,0,0,0,0,0 +112410,182,36,242,242,242,0,0,0,0,0,0,0 +112511,182,36,977,949,949,0,0,0,0,0,0,0 +111110,189,37,22106,6118,5969,149,0,0,0,0,0,0 +111130,189,37,47191,13339,13038,301,0,0,0,0,0,0 +111211,189,37,838,536,533,3,0,0,0,0,0,0 +111310,189,37,367,317,317,0,0,0,0,0,0,0 +111411,189,37,1154,661,656,5,0,0,0,0,0,0 +111910,189,37,99,61,61,0,0,0,0,0,0,0 +111930,189,37,9514,9294,9292,2,0,0,0,0,0,0 +112111,189,37,8202,6779,6772,7,0,0,0,0,0,0 +112112,189,37,691,257,256,1,0,0,0,0,0,0 +112120,189,37,4000,1183,1162,21,0,0,0,0,0,0 +112210,189,37,6802,1037,935,102,0,0,0,0,0,0 +112310,189,37,5740,1061,995,66,0,0,0,0,0,0 +112410,189,37,1402,1397,1397,0,0,0,0,0,0,0 +112511,189,37,5749,5370,5364,6,0,0,0,0,0,0 +111110,190,38,33064,13815,13815,0,0,0,0,0,0,0 +111130,190,38,70809,29912,29912,0,0,0,0,0,0,0 +111211,190,38,513,489,489,0,0,0,0,0,0,0 +111310,190,38,533,533,533,0,0,0,0,0,0,0 +111411,190,38,705,515,515,0,0,0,0,0,0,0 +111930,190,38,20833,20719,20719,0,0,0,0,0,0,0 +112111,190,38,12911,9697,9697,0,0,0,0,0,0,0 +112112,190,38,9416,2129,2129,0,0,0,0,0,0,0 +112120,190,38,3822,1224,1224,0,0,0,0,0,0,0 +112210,190,38,21151,3310,3310,0,0,0,0,0,0,0 +112310,190,38,2107,732,732,0,0,0,0,0,0,0 +112410,190,38,1653,1621,1621,0,0,0,0,0,0,0 +112511,190,38,5580,3941,3941,0,0,0,0,0,0,0 +111110,201,39,1977,645,645,0,0,0,0,0,0,0 +111130,201,39,4298,1342,1342,0,0,0,0,0,0,0 +111211,201,39,28,20,20,0,0,0,0,0,0,0 +111310,201,39,17,17,17,0,0,0,0,0,0,0 +111411,201,39,51,29,29,0,0,0,0,0,0,0 +111930,201,39,1487,1337,1337,0,0,0,0,0,0,0 +112111,201,39,2433,1319,1319,0,0,0,0,0,0,0 +112112,201,39,416,47,47,0,0,0,0,0,0,0 +112120,201,39,170,33,33,0,0,0,0,0,0,0 +112210,201,39,145,30,30,0,0,0,0,0,0,0 +112310,201,39,34,33,33,0,0,0,0,0,0,0 +112410,201,39,85,85,85,0,0,0,0,0,0,0 +112511,201,39,299,290,290,0,0,0,0,0,0,0 +111110,209,40,21309,6742,6718,24,0,0,0,0,0,0 +111130,209,40,45712,14543,14495,48,0,0,0,0,0,0 +111211,209,40,287,212,212,0,0,0,0,0,0,0 +111310,209,40,264,248,248,0,0,0,0,0,0,0 +111411,209,40,647,320,319,1,0,0,0,0,0,0 +111920,209,40,35,18,18,0,0,0,0,0,0,0 +111930,209,40,16019,14256,14254,2,0,0,0,0,0,0 +112111,209,40,26669,14672,14651,21,0,0,0,0,0,0 +112112,209,40,3688,445,434,11,0,0,0,0,0,0 +112120,209,40,1524,365,365,0,0,0,0,0,0,0 +112210,209,40,1462,318,313,5,0,0,0,0,0,0 +112310,209,40,496,352,351,1,0,0,0,0,0,0 +112410,209,40,878,861,861,0,0,0,0,0,0,0 +112511,209,40,3490,3194,3193,1,0,0,0,0,0,0 +111110,211,41,1988,230,196,34,0,0,0,0,0,0 +111130,211,41,3407,507,455,52,0,0,0,0,0,0 +111211,211,41,178,137,137,0,0,0,0,0,0,0 +111310,211,41,93,76,76,0,0,0,0,0,0,0 +111411,211,41,209,94,91,3,0,0,0,0,0,0 +111910,211,41,1024,277,270,7,0,0,0,0,0,0 +111930,211,41,3105,2418,2409,9,0,0,0,0,0,0 +112111,211,41,5709,3340,3316,24,0,0,0,0,0,0 +112112,211,41,227,59,58,1,0,0,0,0,0,0 +112120,211,41,1253,106,86,20,0,0,0,0,0,0 +112210,211,41,126,30,28,2,0,0,0,0,0,0 +112310,211,41,2765,183,130,53,0,0,0,0,0,0 +112410,211,41,211,208,208,0,0,0,0,0,0,0 +112511,211,41,1349,845,836,9,0,0,0,0,0,0 +111110,219,42,13686,2056,1834,221,1,0,0,0,0,0 +111130,219,42,31802,4399,3849,550,0,0,0,0,0,0 +111211,219,42,1537,1162,1159,3,0,0,0,0,0,0 +111310,219,42,689,632,632,0,0,0,0,0,0,0 +111411,219,42,2292,766,741,25,0,0,0,0,0,0 +111910,219,42,10187,2257,2159,98,0,0,0,0,0,0 +111930,219,42,22841,19144,19104,40,0,0,0,0,0,0 +112111,219,42,44053,26701,26495,206,0,0,0,0,0,0 +112112,219,42,1287,482,475,7,0,0,0,0,0,0 +112120,219,42,7118,784,691,93,0,0,0,0,0,0 +112210,219,42,1706,232,203,29,0,0,0,0,0,0 +112310,219,42,21798,1420,972,448,0,0,0,0,0,0 +112410,219,42,1570,1538,1538,0,0,0,0,0,0,0 +112511,219,42,10926,6981,6907,74,0,0,0,0,0,0 +111110,221,43,1386,106,76,30,0,0,0,0,0,0 +111130,221,43,1952,171,126,45,0,0,0,0,0,0 +111211,221,43,119,77,76,1,0,0,0,0,0,0 +111310,221,43,120,95,95,0,0,0,0,0,0,0 +111411,221,43,194,74,72,2,0,0,0,0,0,0 +111920,221,43,213,19,14,5,0,0,0,0,0,0 +111930,221,43,1792,780,749,31,0,0,0,0,0,0 +112111,221,43,1577,1276,1273,3,0,0,0,0,0,0 +112112,221,43,4,4,4,0,0,0,0,0,0,0 +112120,221,43,96,16,16,0,0,0,0,0,0,0 +112210,221,43,26,26,26,0,0,0,0,0,0,0 +112310,221,43,579,75,58,17,0,0,0,0,0,0 +112410,221,43,74,74,74,0,0,0,0,0,0,0 +112511,221,43,642,501,499,2,0,0,0,0,0,0 +111110,222,44,491,43,33,10,0,0,0,0,0,0 +111130,222,44,1360,92,56,36,0,0,0,0,0,0 +111211,222,44,111,34,32,2,0,0,0,0,0,0 +111310,222,44,59,42,42,0,0,0,0,0,0,0 +111411,222,44,113,37,36,1,0,0,0,0,0,0 +111920,222,44,64,6,5,1,0,0,0,0,0,0 +111930,222,44,780,381,369,12,0,0,0,0,0,0 +112111,222,44,756,638,637,1,0,0,0,0,0,0 +112120,222,44,52,6,5,1,0,0,0,0,0,0 +112210,222,44,9,9,9,0,0,0,0,0,0,0 +112310,222,44,366,36,27,9,0,0,0,0,0,0 +112410,222,44,35,35,35,0,0,0,0,0,0,0 +112511,222,44,301,258,258,0,0,0,0,0,0,0 +111110,223,45,750,53,31,22,0,0,0,0,0,0 +111130,223,45,1237,112,75,37,0,0,0,0,0,0 +111211,223,45,147,43,39,4,0,0,0,0,0,0 +111310,223,45,79,61,61,0,0,0,0,0,0,0 +111411,223,45,72,37,36,1,0,0,0,0,0,0 +111920,223,45,130,13,10,3,0,0,0,0,0,0 +111930,223,45,935,454,436,18,0,0,0,0,0,0 +112111,223,45,968,765,762,3,0,0,0,0,0,0 +112112,223,45,3,3,3,0,0,0,0,0,0,0 +112120,223,45,39,6,6,0,0,0,0,0,0,0 +112210,223,45,12,12,12,0,0,0,0,0,0,0 +112310,223,45,397,49,36,13,0,0,0,0,0,0 +112410,223,45,37,37,37,0,0,0,0,0,0,0 +112511,223,45,383,268,265,3,0,0,0,0,0,0 +111110,229,46,6998,565,394,171,0,0,0,0,0,0 +111130,229,46,15883,1254,867,387,0,0,0,0,0,0 +111211,229,46,625,356,349,7,0,0,0,0,0,0 +111310,229,46,720,610,610,0,0,0,0,0,0,0 +111411,229,46,1493,500,480,20,0,0,0,0,0,0 +111920,229,46,781,99,88,11,0,0,0,0,0,0 +111930,229,46,10083,4980,4813,167,0,0,0,0,0,0 +112111,229,46,9987,8539,8534,5,0,0,0,0,0,0 +112112,229,46,40,21,21,0,0,0,0,0,0,0 +112120,229,46,704,83,75,8,0,0,0,0,0,0 +112210,229,46,157,155,155,0,0,0,0,0,0,0 +112310,229,46,5431,557,394,163,0,0,0,0,0,0 +112410,229,46,461,461,461,0,0,0,0,0,0,0 +112511,229,46,3772,3089,3074,15,0,0,0,0,0,0 +111110,230,47,33,14,14,0,0,0,0,0,0,0 +111130,230,47,233,31,27,4,0,0,0,0,0,0 +111211,230,47,9174,891,760,125,6,0,0,0,0,0 +111310,230,47,2452,681,659,22,0,0,0,0,0,0 +111411,230,47,2780,958,932,24,2,0,0,0,0,0 +111930,230,47,4345,2340,2314,26,0,0,0,0,0,0 +112111,230,47,1246,950,946,4,0,0,0,0,0,0 +112112,230,47,107,14,13,1,0,0,0,0,0,0 +112120,230,47,6472,308,204,100,4,0,0,0,0,0 +112210,230,47,170,160,160,0,0,0,0,0,0,0 +112310,230,47,573,209,204,5,0,0,0,0,0,0 +112410,230,47,449,326,325,1,0,0,0,0,0,0 +112511,230,47,2470,1291,1271,20,0,0,0,0,0,0 +111110,241,48,989,257,243,14,0,0,0,0,0,0 +111130,241,48,2148,524,489,35,0,0,0,0,0,0 +111211,241,48,390,126,118,8,0,0,0,0,0,0 +111310,241,48,115,89,89,0,0,0,0,0,0,0 +111411,241,48,556,143,132,11,0,0,0,0,0,0 +111910,241,48,7,7,7,0,0,0,0,0,0,0 +111930,241,48,977,873,871,2,0,0,0,0,0,0 +112111,241,48,616,514,514,0,0,0,0,0,0,0 +112112,241,48,57,14,13,1,0,0,0,0,0,0 +112120,241,48,1046,133,121,12,0,0,0,0,0,0 +112210,241,48,82,27,25,2,0,0,0,0,0,0 +112310,241,48,3228,262,181,81,0,0,0,0,0,0 +112410,241,48,166,151,151,0,0,0,0,0,0,0 +112511,241,48,718,616,614,2,0,0,0,0,0,0 +111110,242,49,846,217,202,15,0,0,0,0,0,0 +111130,242,49,1616,466,441,25,0,0,0,0,0,0 +111211,242,49,290,112,109,3,0,0,0,0,0,0 +111310,242,49,137,70,68,2,0,0,0,0,0,0 +111411,242,49,604,144,130,14,0,0,0,0,0,0 +111910,242,49,6,6,6,0,0,0,0,0,0,0 +111930,242,49,942,782,778,4,0,0,0,0,0,0 +112111,242,49,501,450,450,0,0,0,0,0,0,0 +112112,242,49,13,12,12,0,0,0,0,0,0,0 +112120,242,49,984,119,103,16,0,0,0,0,0,0 +112210,242,49,46,25,25,0,0,0,0,0,0,0 +112310,242,49,3028,249,158,91,0,0,0,0,0,0 +112410,242,49,140,136,136,0,0,0,0,0,0,0 +112511,242,49,590,533,532,1,0,0,0,0,0,0 +111110,249,50,1432,352,328,24,0,0,0,0,0,0 +111130,249,50,3120,745,691,54,0,0,0,0,0,0 +111211,249,50,366,179,176,3,0,0,0,0,0,0 +111310,249,50,250,111,108,3,0,0,0,0,0,0 +111411,249,50,860,203,182,21,0,0,0,0,0,0 +111910,249,50,12,10,10,0,0,0,0,0,0,0 +111930,249,50,1409,1254,1250,4,0,0,0,0,0,0 +112111,249,50,832,685,684,1,0,0,0,0,0,0 +112112,249,50,51,19,18,1,0,0,0,0,0,0 +112120,249,50,1306,165,149,16,0,0,0,0,0,0 +112210,249,50,55,24,23,1,0,0,0,0,0,0 +112310,249,50,4553,411,314,97,0,0,0,0,0,0 +112410,249,50,197,195,195,0,0,0,0,0,0,0 +112511,249,50,974,846,844,2,0,0,0,0,0,0 +111110,251,51,175,11,8,3,0,0,0,0,0,0 +111130,251,51,64,18,17,1,0,0,0,0,0,0 +111211,251,51,3457,577,529,45,3,0,0,0,0,0 +111310,251,51,4350,483,414,66,3,0,0,0,0,0 +111411,251,51,3430,571,529,41,1,0,0,0,0,0 +111910,251,51,87,4,1,3,0,0,0,0,0,0 +111930,251,51,1390,925,922,3,0,0,0,0,0,0 +112111,251,51,448,375,374,1,0,0,0,0,0,0 +112112,251,51,40,8,8,0,0,0,0,0,0,0 +112120,251,51,1753,80,41,37,2,0,0,0,0,0 +112210,251,51,134,79,77,2,0,0,0,0,0,0 +112310,251,51,300,221,220,1,0,0,0,0,0,0 +112410,251,51,262,230,230,0,0,0,0,0,0,0 +112511,251,51,2238,1140,1124,15,1,0,0,0,0,0 +111110,259,52,32,5,4,1,0,0,0,0,0,0 +111130,259,52,15,7,7,0,0,0,0,0,0,0 +111211,259,52,1669,346,328,18,0,0,0,0,0,0 +111310,259,52,1939,296,273,22,1,0,0,0,0,0 +111411,259,52,3066,397,355,41,1,0,0,0,0,0 +111910,259,52,254,7,3,4,0,0,0,0,0,0 +111930,259,52,813,566,563,3,0,0,0,0,0,0 +112111,259,52,269,245,245,0,0,0,0,0,0,0 +112120,259,52,1565,67,38,28,1,0,0,0,0,0 +112210,259,52,76,56,56,0,0,0,0,0,0,0 +112310,259,52,428,159,156,3,0,0,0,0,0,0 +112410,259,52,141,135,135,0,0,0,0,0,0,0 +112511,259,52,1498,747,733,14,0,0,0,0,0,0 +111110,261,53,3615,643,597,46,0,0,0,0,0,0 +111130,261,53,7509,1327,1236,91,0,0,0,0,0,0 +111211,261,53,914,241,228,13,0,0,0,0,0,0 +111310,261,53,955,342,331,11,0,0,0,0,0,0 +111411,261,53,1576,387,365,22,0,0,0,0,0,0 +111930,261,53,2630,1947,1932,15,0,0,0,0,0,0 +112111,261,53,1474,860,852,8,0,0,0,0,0,0 +112112,261,53,240,52,48,4,0,0,0,0,0,0 +112120,261,53,3056,219,161,58,0,0,0,0,0,0 +112210,261,53,387,76,70,6,0,0,0,0,0,0 +112310,261,53,290,140,136,4,0,0,0,0,0,0 +112410,261,53,236,232,232,0,0,0,0,0,0,0 +112511,261,53,1008,858,856,2,0,0,0,0,0,0 +111110,262,54,4837,949,899,50,0,0,0,0,0,0 +111130,262,54,11659,2064,1917,147,0,0,0,0,0,0 +111211,262,54,1360,328,305,23,0,0,0,0,0,0 +111310,262,54,1344,512,502,10,0,0,0,0,0,0 +111411,262,54,1965,508,480,28,0,0,0,0,0,0 +111930,262,54,3728,2769,2751,18,0,0,0,0,0,0 +112111,262,54,2055,1234,1221,13,0,0,0,0,0,0 +112112,262,54,308,65,60,5,0,0,0,0,0,0 +112120,262,54,4294,312,228,84,0,0,0,0,0,0 +112210,262,54,862,137,116,21,0,0,0,0,0,0 +112310,262,54,605,228,217,11,0,0,0,0,0,0 +112410,262,54,275,266,266,0,0,0,0,0,0,0 +112511,262,54,1568,1318,1313,5,0,0,0,0,0,0 +111110,269,55,15372,2892,2692,200,0,0,0,0,0,0 +111130,269,55,34121,6296,5847,449,0,0,0,0,0,0 +111211,269,55,4360,1168,1097,71,0,0,0,0,0,0 +111310,269,55,4187,1457,1416,41,0,0,0,0,0,0 +111411,269,55,7264,1737,1623,114,0,0,0,0,0,0 +111930,269,55,11787,8971,8923,48,0,0,0,0,0,0 +112111,269,55,6309,3948,3912,36,0,0,0,0,0,0 +112112,269,55,1513,227,198,29,0,0,0,0,0,0 +112120,269,55,15840,1141,817,324,0,0,0,0,0,0 +112210,269,55,3293,473,401,72,0,0,0,0,0,0 +112310,269,55,1879,778,747,31,0,0,0,0,0,0 +112410,269,55,1006,921,921,0,0,0,0,0,0,0 +112511,269,55,4897,4171,4164,7,0,0,0,0,0,0 +111110,271,56,7813,2410,2410,0,0,0,0,0,0,0 +111130,271,56,16238,5106,5106,0,0,0,0,0,0,0 +111211,271,56,608,259,259,0,0,0,0,0,0,0 +111310,271,56,183,165,165,0,0,0,0,0,0,0 +111411,271,56,361,210,210,0,0,0,0,0,0,0 +111930,271,56,5512,4596,4596,0,0,0,0,0,0,0 +112111,271,56,2546,1937,1937,0,0,0,0,0,0,0 +112112,271,56,849,242,242,0,0,0,0,0,0,0 +112120,271,56,3238,908,908,0,0,0,0,0,0,0 +112210,271,56,2829,338,338,0,0,0,0,0,0,0 +112310,271,56,1312,271,271,0,0,0,0,0,0,0 +112410,271,56,279,269,269,0,0,0,0,0,0,0 +112511,271,56,1401,1020,1020,0,0,0,0,0,0,0 +111110,279,57,24657,7672,7672,0,0,0,0,0,0,0 +111130,279,57,52258,16409,16409,0,0,0,0,0,0,0 +111211,279,57,1399,742,742,0,0,0,0,0,0,0 +111310,279,57,565,544,544,0,0,0,0,0,0,0 +111411,279,57,1199,691,691,0,0,0,0,0,0,0 +111930,279,57,17487,15001,15001,0,0,0,0,0,0,0 +112111,279,57,8056,6146,6146,0,0,0,0,0,0,0 +112112,279,57,2852,806,806,0,0,0,0,0,0,0 +112120,279,57,10074,2838,2838,0,0,0,0,0,0,0 +112210,279,57,9824,1104,1103,1,0,0,0,0,0,0 +112310,279,57,3457,814,814,0,0,0,0,0,0,0 +112410,279,57,868,819,819,0,0,0,0,0,0,0 +112511,279,57,4176,3225,3225,0,0,0,0,0,0,0 +111110,280,58,7710,1121,952,169,0,0,0,0,0,0 +111130,280,58,17324,2345,1918,427,0,0,0,0,0,0 +111211,280,58,1703,924,903,21,0,0,0,0,0,0 +111310,280,58,923,783,783,0,0,0,0,0,0,0 +111411,280,58,1235,589,576,13,0,0,0,0,0,0 +111920,280,58,2595,357,297,60,0,0,0,0,0,0 +111930,280,58,12940,11662,11621,41,0,0,0,0,0,0 +112111,280,58,14470,13041,13018,23,0,0,0,0,0,0 +112112,280,58,43,8,8,0,0,0,0,0,0,0 +112120,280,58,765,144,134,10,0,0,0,0,0,0 +112210,280,58,765,117,93,24,0,0,0,0,0,0 +112310,280,58,28257,2071,1202,869,0,0,0,0,0,0 +112410,280,58,796,796,796,0,0,0,0,0,0,0 +112511,280,58,5549,4118,4078,40,0,0,0,0,0,0 +111110,291,59,2681,575,536,39,0,0,0,0,0,0 +111130,291,59,5363,1280,1214,66,0,0,0,0,0,0 +111211,291,59,82,76,76,0,0,0,0,0,0,0 +111310,291,59,131,98,97,1,0,0,0,0,0,0 +111411,291,59,205,94,92,2,0,0,0,0,0,0 +111910,291,59,1,1,1,0,0,0,0,0,0,0 +111920,291,59,380,24,15,9,0,0,0,0,0,0 +111930,291,59,2595,2482,2482,0,0,0,0,0,0,0 +112111,291,59,5450,4036,4028,8,0,0,0,0,0,0 +112112,291,59,263,73,68,5,0,0,0,0,0,0 +112120,291,59,390,109,107,2,0,0,0,0,0,0 +112210,291,59,596,54,36,18,0,0,0,0,0,0 +112310,291,59,2103,177,115,62,0,0,0,0,0,0 +112410,291,59,206,206,206,0,0,0,0,0,0,0 +112511,291,59,795,718,718,0,0,0,0,0,0,0 +111110,292,60,1566,369,355,14,0,0,0,0,0,0 +111130,292,60,3624,848,809,39,0,0,0,0,0,0 +111211,292,60,128,50,48,2,0,0,0,0,0,0 +111310,292,60,113,66,65,1,0,0,0,0,0,0 +111411,292,60,111,49,48,1,0,0,0,0,0,0 +111910,292,60,1,1,1,0,0,0,0,0,0,0 +111920,292,60,246,14,8,6,0,0,0,0,0,0 +111930,292,60,1791,1664,1664,0,0,0,0,0,0,0 +112111,292,60,4118,2947,2943,4,0,0,0,0,0,0 +112112,292,60,155,55,54,1,0,0,0,0,0,0 +112120,292,60,470,95,93,2,0,0,0,0,0,0 +112210,292,60,452,54,46,8,0,0,0,0,0,0 +112310,292,60,1534,120,76,44,0,0,0,0,0,0 +112410,292,60,135,131,131,0,0,0,0,0,0,0 +112511,292,60,596,536,535,1,0,0,0,0,0,0 +111110,299,61,20277,4769,4540,229,0,0,0,0,0,0 +111130,299,61,42487,10420,9963,457,0,0,0,0,0,0 +111211,299,61,831,518,512,6,0,0,0,0,0,0 +111310,299,61,793,700,699,1,0,0,0,0,0,0 +111411,299,61,1414,611,599,12,0,0,0,0,0,0 +111910,299,61,17,8,8,0,0,0,0,0,0,0 +111920,299,61,2420,155,103,52,0,0,0,0,0,0 +111930,299,61,20828,19632,19623,9,0,0,0,0,0,0 +112111,299,61,46664,33394,33285,109,0,0,0,0,0,0 +112112,299,61,2019,598,577,21,0,0,0,0,0,0 +112120,299,61,4016,935,917,18,0,0,0,0,0,0 +112210,299,61,5694,579,435,144,0,0,0,0,0,0 +112310,299,61,14750,1333,908,425,0,0,0,0,0,0 +112410,299,61,1749,1728,1728,0,0,0,0,0,0,0 +112511,299,61,6521,5939,5930,9,0,0,0,0,0,0 +111110,300,62,7585,1583,1516,67,0,0,0,0,0,0 +111130,300,62,14991,3153,3018,135,0,0,0,0,0,0 +111211,300,62,540,203,198,5,0,0,0,0,0,0 +111310,300,62,282,275,275,0,0,0,0,0,0,0 +111411,300,62,567,325,323,2,0,0,0,0,0,0 +111930,300,62,10323,7398,7360,38,0,0,0,0,0,0 +112111,300,62,23118,8703,8520,183,0,0,0,0,0,0 +112112,300,62,558,162,152,10,0,0,0,0,0,0 +112120,300,62,356,75,68,7,0,0,0,0,0,0 +112210,300,62,207,88,86,2,0,0,0,0,0,0 +112310,300,62,207,206,206,0,0,0,0,0,0,0 +112410,300,62,698,576,574,2,0,0,0,0,0,0 +112511,300,62,6065,5261,5242,19,0,0,0,0,0,0 +111110,310,63,20033,6540,6540,0,0,0,0,0,0,0 +111130,310,63,44049,14298,14298,0,0,0,0,0,0,0 +111211,310,63,354,191,191,0,0,0,0,0,0,0 +111310,310,63,193,189,189,0,0,0,0,0,0,0 +111411,310,63,484,382,382,0,0,0,0,0,0,0 +111930,310,63,10977,9534,9534,0,0,0,0,0,0,0 +112111,310,63,19282,11788,11788,0,0,0,0,0,0,0 +112112,310,63,6610,1083,1083,0,0,0,0,0,0,0 +112120,310,63,780,247,247,0,0,0,0,0,0,0 +112210,310,63,2790,644,644,0,0,0,0,0,0,0 +112310,310,63,478,282,282,0,0,0,0,0,0,0 +112410,310,63,846,837,837,0,0,0,0,0,0,0 +112511,310,63,4353,3954,3954,0,0,0,0,0,0,0 +111110,321,64,11,2,2,0,0,0,0,0,0,0 +111130,321,64,3,2,2,0,0,0,0,0,0,0 +111211,321,64,15,13,13,0,0,0,0,0,0,0 +111310,321,64,12,12,12,0,0,0,0,0,0,0 +111411,321,64,57,12,10,2,0,0,0,0,0,0 +111930,321,64,1012,167,147,20,0,0,0,0,0,0 +112111,321,64,690,198,190,8,0,0,0,0,0,0 +112112,321,64,7,2,2,0,0,0,0,0,0,0 +112120,321,64,78,2,0,2,0,0,0,0,0,0 +112210,321,64,2,2,2,0,0,0,0,0,0,0 +112310,321,64,16,16,16,0,0,0,0,0,0,0 +112410,321,64,83,51,50,1,0,0,0,0,0,0 +112511,321,64,182,175,175,0,0,0,0,0,0,0 +111110,329,65,9,6,6,0,0,0,0,0,0,0 +111130,329,65,18,10,10,0,0,0,0,0,0,0 +111211,329,65,245,69,66,3,0,0,0,0,0,0 +111310,329,65,82,67,67,0,0,0,0,0,0,0 +111411,329,65,375,59,52,7,0,0,0,0,0,0 +111930,329,65,4914,827,769,58,0,0,0,0,0,0 +112111,329,65,4068,1044,997,47,0,0,0,0,0,0 +112112,329,65,65,10,9,1,0,0,0,0,0,0 +112120,329,65,645,24,4,20,0,0,0,0,0,0 +112210,329,65,27,20,20,0,0,0,0,0,0,0 +112310,329,65,66,56,56,0,0,0,0,0,0,0 +112410,329,65,453,289,285,4,0,0,0,0,0,0 +112511,329,65,1146,1002,1002,0,0,0,0,0,0,0 +111110,330,66,36,8,7,1,0,0,0,0,0,0 +111130,330,66,36,12,12,0,0,0,0,0,0,0 +111211,330,66,1405,340,327,11,2,0,0,0,0,0 +111310,330,66,856,211,203,7,1,0,0,0,0,0 +111411,330,66,2582,497,467,28,2,0,0,0,0,0 +111930,330,66,1947,1174,1172,2,0,0,0,0,0,0 +112111,330,66,583,383,380,3,0,0,0,0,0,0 +112112,330,66,1,1,1,0,0,0,0,0,0,0 +112120,330,66,4307,150,81,55,14,0,0,0,0,0 +112210,330,66,95,88,88,0,0,0,0,0,0,0 +112310,330,66,470,224,221,3,0,0,0,0,0,0 +112410,330,66,341,300,300,0,0,0,0,0,0,0 +112511,330,66,1705,1003,987,16,0,0,0,0,0,0 +111110,341,67,857,119,106,13,0,0,0,0,0,0 +111130,341,67,1457,254,234,20,0,0,0,0,0,0 +111211,341,67,2980,290,238,52,0,0,0,0,0,0 +111310,341,67,1431,196,175,21,0,0,0,0,0,0 +111411,341,67,3956,558,503,55,0,0,0,0,0,0 +111930,341,67,884,513,505,8,0,0,0,0,0,0 +112111,341,67,309,251,251,0,0,0,0,0,0,0 +112112,341,67,8,5,5,0,0,0,0,0,0,0 +112120,341,67,408,25,18,7,0,0,0,0,0,0 +112210,341,67,68,18,17,1,0,0,0,0,0,0 +112310,341,67,285,149,147,2,0,0,0,0,0,0 +112410,341,67,212,198,198,0,0,0,0,0,0,0 +112511,341,67,891,540,537,3,0,0,0,0,0,0 +111110,342,68,511,116,113,3,0,0,0,0,0,0 +111130,342,68,1297,277,265,12,0,0,0,0,0,0 +111211,342,68,2745,285,250,35,0,0,0,0,0,0 +111310,342,68,2010,200,171,29,0,0,0,0,0,0 +111411,342,68,4631,520,463,57,0,0,0,0,0,0 +111930,342,68,869,544,540,4,0,0,0,0,0,0 +112111,342,68,269,264,264,0,0,0,0,0,0,0 +112112,342,68,3,3,3,0,0,0,0,0,0,0 +112120,342,68,464,22,15,7,0,0,0,0,0,0 +112210,342,68,28,25,25,0,0,0,0,0,0,0 +112310,342,68,293,150,148,2,0,0,0,0,0,0 +112410,342,68,257,244,244,0,0,0,0,0,0,0 +112511,342,68,1095,563,558,5,0,0,0,0,0,0 +111110,349,69,585,100,92,8,0,0,0,0,0,0 +111130,349,69,1417,249,233,15,1,0,0,0,0,0 +111211,349,69,2235,216,188,28,0,0,0,0,0,0 +111310,349,69,1121,141,125,16,0,0,0,0,0,0 +111411,349,69,3819,487,435,52,0,0,0,0,0,0 +111930,349,69,712,464,462,2,0,0,0,0,0,0 +112111,349,69,250,186,184,2,0,0,0,0,0,0 +112112,349,69,1,1,1,0,0,0,0,0,0,0 +112120,349,69,495,29,22,7,0,0,0,0,0,0 +112210,349,69,23,17,17,0,0,0,0,0,0,0 +112310,349,69,305,156,154,2,0,0,0,0,0,0 +112410,349,69,198,188,188,0,0,0,0,0,0,0 +112511,349,69,959,508,501,7,0,0,0,0,0,0 +111110,350,70,806,102,89,13,0,0,0,0,0,0 +111130,350,70,1815,219,192,27,0,0,0,0,0,0 +111211,350,70,3133,1291,1263,28,0,0,0,0,0,0 +111310,350,70,4974,2401,2363,38,0,0,0,0,0,0 +111411,350,70,1368,179,158,21,0,0,0,0,0,0 +111920,350,70,743,55,41,14,0,0,0,0,0,0 +111930,350,70,15164,5937,5795,142,0,0,0,0,0,0 +112111,350,70,24882,8989,8769,220,0,0,0,0,0,0 +112112,350,70,658,68,60,8,0,0,0,0,0,0 +112120,350,70,8024,196,75,121,0,0,0,0,0,0 +112210,350,70,82,76,76,0,0,0,0,0,0,0 +112310,350,70,240,134,132,2,0,0,0,0,0,0 +112410,350,70,1391,1222,1220,2,0,0,0,0,0,0 +112511,350,70,5080,3852,3836,16,0,0,0,0,0,0 +111110,361,71,549,113,105,8,0,0,0,0,0,0 +111130,361,71,1316,233,212,21,0,0,0,0,0,0 +111211,361,71,1010,262,245,17,0,0,0,0,0,0 +111310,361,71,993,283,270,13,0,0,0,0,0,0 +111411,361,71,861,290,280,10,0,0,0,0,0,0 +111930,361,71,1598,1207,1203,4,0,0,0,0,0,0 +112111,361,71,1234,579,568,11,0,0,0,0,0,0 +112112,361,71,127,19,16,3,0,0,0,0,0,0 +112120,361,71,6167,602,496,106,0,0,0,0,0,0 +112210,361,71,83,42,41,1,0,0,0,0,0,0 +112310,361,71,157,89,88,1,0,0,0,0,0,0 +112410,361,71,222,162,160,2,0,0,0,0,0,0 +112511,361,71,892,619,615,4,0,0,0,0,0,0 +111110,362,72,540,76,64,12,0,0,0,0,0,0 +111130,362,72,733,133,121,12,0,0,0,0,0,0 +111211,362,72,526,151,142,9,0,0,0,0,0,0 +111310,362,72,406,149,145,4,0,0,0,0,0,0 +111411,362,72,677,187,176,11,0,0,0,0,0,0 +111930,362,72,1048,734,728,6,0,0,0,0,0,0 +112111,362,72,589,324,319,5,0,0,0,0,0,0 +112112,362,72,121,12,10,2,0,0,0,0,0,0 +112120,362,72,3466,341,274,67,0,0,0,0,0,0 +112210,362,72,34,31,31,0,0,0,0,0,0,0 +112310,362,72,232,66,61,5,0,0,0,0,0,0 +112410,362,72,88,82,82,0,0,0,0,0,0,0 +112511,362,72,555,394,392,2,0,0,0,0,0,0 +111110,363,73,678,118,102,16,0,0,0,0,0,0 +111130,363,73,1526,264,236,28,0,0,0,0,0,0 +111211,363,73,1091,275,254,21,0,0,0,0,0,0 +111310,363,73,1258,327,307,20,0,0,0,0,0,0 +111411,363,73,938,319,304,15,0,0,0,0,0,0 +111930,363,73,1616,1252,1247,5,0,0,0,0,0,0 +112111,363,73,1259,641,627,14,0,0,0,0,0,0 +112112,363,73,201,19,14,5,0,0,0,0,0,0 +112120,363,73,6773,648,520,128,0,0,0,0,0,0 +112210,363,73,54,54,54,0,0,0,0,0,0,0 +112310,363,73,375,136,131,5,0,0,0,0,0,0 +112410,363,73,148,133,133,0,0,0,0,0,0,0 +112511,363,73,856,707,706,1,0,0,0,0,0,0 +111110,364,74,818,149,132,17,0,0,0,0,0,0 +111130,364,74,1815,299,262,37,0,0,0,0,0,0 +111211,364,74,1173,344,323,21,0,0,0,0,0,0 +111310,364,74,1646,364,331,33,0,0,0,0,0,0 +111411,364,74,1260,365,346,19,0,0,0,0,0,0 +111930,364,74,1843,1494,1489,5,0,0,0,0,0,0 +112111,364,74,1195,717,709,8,0,0,0,0,0,0 +112112,364,74,164,24,21,3,0,0,0,0,0,0 +112120,364,74,8569,765,586,179,0,0,0,0,0,0 +112210,364,74,284,73,67,6,0,0,0,0,0,0 +112310,364,74,386,152,145,7,0,0,0,0,0,0 +112410,364,74,214,197,197,0,0,0,0,0,0,0 +112511,364,74,1201,900,896,4,0,0,0,0,0,0 +111110,369,75,2481,390,347,43,0,0,0,0,0,0 +111130,369,75,5376,911,819,92,0,0,0,0,0,0 +111211,369,75,3960,999,939,60,0,0,0,0,0,0 +111310,369,75,4200,1155,1093,62,0,0,0,0,0,0 +111411,369,75,4043,1161,1105,56,0,0,0,0,0,0 +111930,369,75,6005,4648,4632,16,0,0,0,0,0,0 +112111,369,75,3815,2192,2160,32,0,0,0,0,0,0 +112112,369,75,379,69,61,8,0,0,0,0,0,0 +112120,369,75,23923,2338,1943,395,0,0,0,0,0,0 +112210,369,75,648,222,211,11,0,0,0,0,0,0 +112310,369,75,884,439,427,12,0,0,0,0,0,0 +112410,369,75,702,546,544,2,0,0,0,0,0,0 +112511,369,75,3542,2551,2535,16,0,0,0,0,0,0 +111110,371,76,703,217,206,11,0,0,0,0,0,0 +111130,371,76,1868,477,447,30,0,0,0,0,0,0 +111211,371,76,511,249,241,8,0,0,0,0,0,0 +111310,371,76,266,161,158,3,0,0,0,0,0,0 +111411,371,76,1047,367,348,19,0,0,0,0,0,0 +111910,371,76,1274,135,107,28,0,0,0,0,0,0 +111920,371,76,389,58,48,10,0,0,0,0,0,0 +111930,371,76,2113,1264,1237,27,0,0,0,0,0,0 +112111,371,76,1786,1599,1596,3,0,0,0,0,0,0 +112112,371,76,4,2,2,0,0,0,0,0,0,0 +112120,371,76,313,31,25,6,0,0,0,0,0,0 +112210,371,76,2292,138,56,82,0,0,0,0,0,0 +112310,371,76,6003,414,216,198,0,0,0,0,0,0 +112410,371,76,214,214,214,0,0,0,0,0,0,0 +112511,371,76,724,629,626,3,0,0,0,0,0,0 +111110,372,77,1058,256,235,21,0,0,0,0,0,0 +111130,372,77,2223,571,532,39,0,0,0,0,0,0 +111211,372,77,711,297,285,12,0,0,0,0,0,0 +111310,372,77,298,231,230,1,0,0,0,0,0,0 +111411,372,77,1002,445,435,10,0,0,0,0,0,0 +111910,372,77,1193,136,112,24,0,0,0,0,0,0 +111920,372,77,667,88,79,9,0,0,0,0,0,0 +111930,372,77,2583,1533,1501,32,0,0,0,0,0,0 +112111,372,77,2469,2120,2113,7,0,0,0,0,0,0 +112112,372,77,1,1,1,0,0,0,0,0,0,0 +112120,372,77,265,31,25,6,0,0,0,0,0,0 +112210,372,77,3042,175,73,102,0,0,0,0,0,0 +112310,372,77,7239,484,253,231,0,0,0,0,0,0 +112410,372,77,309,307,307,0,0,0,0,0,0,0 +112511,372,77,990,768,761,7,0,0,0,0,0,0 +111110,373,78,728,185,171,14,0,0,0,0,0,0 +111130,373,78,1670,432,399,33,0,0,0,0,0,0 +111211,373,78,558,231,220,11,0,0,0,0,0,0 +111310,373,78,315,160,155,5,0,0,0,0,0,0 +111411,373,78,738,342,334,8,0,0,0,0,0,0 +111910,373,78,866,99,83,16,0,0,0,0,0,0 +111920,373,78,363,52,45,7,0,0,0,0,0,0 +111930,373,78,1679,1134,1117,17,0,0,0,0,0,0 +112111,373,78,1742,1515,1511,4,0,0,0,0,0,0 +112112,373,78,12,2,2,0,0,0,0,0,0,0 +112120,373,78,266,31,25,6,0,0,0,0,0,0 +112210,373,78,2247,133,55,78,0,0,0,0,0,0 +112310,373,78,5555,364,181,183,0,0,0,0,0,0 +112410,373,78,204,204,204,0,0,0,0,0,0,0 +112511,373,78,629,558,556,2,0,0,0,0,0,0 +111110,379,79,4338,1126,1053,73,0,0,0,0,0,0 +111130,379,79,9347,2459,2288,171,0,0,0,0,0,0 +111211,379,79,2690,1245,1202,43,0,0,0,0,0,0 +111310,379,79,1276,942,937,5,0,0,0,0,0,0 +111411,379,79,4533,1918,1853,65,0,0,0,0,0,0 +111910,379,79,5821,676,539,137,0,0,0,0,0,0 +111920,379,79,2072,330,291,39,0,0,0,0,0,0 +111930,379,79,11016,6534,6381,153,0,0,0,0,0,0 +112111,379,79,9990,8675,8647,28,0,0,0,0,0,0 +112112,379,79,17,5,5,0,0,0,0,0,0,0 +112120,379,79,1550,170,138,32,0,0,0,0,0,0 +112210,379,79,12116,724,276,448,0,0,0,0,0,0 +112310,379,79,30538,2142,1102,1040,0,0,0,0,0,0 +112410,379,79,1199,1197,1197,0,0,0,0,0,0,0 +112511,379,79,3810,3235,3219,16,0,0,0,0,0,0 +111110,380,80,13645,3804,3804,0,0,0,0,0,0,0 +111130,380,80,29311,8414,8414,0,0,0,0,0,0,0 +111211,380,80,540,136,136,0,0,0,0,0,0,0 +111310,380,80,41,41,41,0,0,0,0,0,0,0 +111411,380,80,76,56,56,0,0,0,0,0,0,0 +111930,380,80,12035,10807,10807,0,0,0,0,0,0,0 +112111,380,80,6695,4949,4949,0,0,0,0,0,0,0 +112112,380,80,372,157,157,0,0,0,0,0,0,0 +112120,380,80,247,90,90,0,0,0,0,0,0,0 +112210,380,80,138,66,66,0,0,0,0,0,0,0 +112310,380,80,142,105,105,0,0,0,0,0,0,0 +112410,380,80,256,251,251,0,0,0,0,0,0,0 +112511,380,80,2303,2085,2085,0,0,0,0,0,0,0 +111110,391,81,2308,579,549,30,0,0,0,0,0,0 +111130,391,81,4457,1189,1141,48,0,0,0,0,0,0 +111211,391,81,160,75,73,2,0,0,0,0,0,0 +111310,391,81,69,61,61,0,0,0,0,0,0,0 +111411,391,81,306,96,90,6,0,0,0,0,0,0 +111910,391,81,11,11,11,0,0,0,0,0,0,0 +111930,391,81,1286,1242,1241,1,0,0,0,0,0,0 +112111,391,81,930,733,733,0,0,0,0,0,0,0 +112112,391,81,224,51,48,3,0,0,0,0,0,0 +112120,391,81,1063,204,190,14,0,0,0,0,0,0 +112210,391,81,855,88,62,26,0,0,0,0,0,0 +112310,391,81,519,122,111,11,0,0,0,0,0,0 +112410,391,81,131,131,131,0,0,0,0,0,0,0 +112511,391,81,651,540,539,1,0,0,0,0,0,0 +111110,392,82,3822,937,898,39,0,0,0,0,0,0 +111130,392,82,7307,1904,1818,86,0,0,0,0,0,0 +111211,392,82,212,137,135,2,0,0,0,0,0,0 +111310,392,82,127,98,98,0,0,0,0,0,0,0 +111411,392,82,641,199,189,10,0,0,0,0,0,0 +111910,392,82,10,10,10,0,0,0,0,0,0,0 +111930,392,82,2272,2155,2152,3,0,0,0,0,0,0 +112111,392,82,1616,1266,1262,4,0,0,0,0,0,0 +112112,392,82,345,60,52,8,0,0,0,0,0,0 +112120,392,82,1568,334,315,19,0,0,0,0,0,0 +112210,392,82,1358,139,99,40,0,0,0,0,0,0 +112310,392,82,784,173,156,17,0,0,0,0,0,0 +112410,392,82,215,215,215,0,0,0,0,0,0,0 +112511,392,82,968,880,878,2,0,0,0,0,0,0 +111110,393,83,4176,1101,1055,46,0,0,0,0,0,0 +111130,393,83,9594,2423,2316,107,0,0,0,0,0,0 +111211,393,83,238,136,135,1,0,0,0,0,0,0 +111310,393,83,159,140,140,0,0,0,0,0,0,0 +111411,393,83,523,220,214,6,0,0,0,0,0,0 +111910,393,83,22,20,20,0,0,0,0,0,0,0 +111930,393,83,2550,2465,2465,0,0,0,0,0,0,0 +112111,393,83,2011,1527,1521,6,0,0,0,0,0,0 +112112,393,83,379,74,66,8,0,0,0,0,0,0 +112120,393,83,2008,403,381,22,0,0,0,0,0,0 +112210,393,83,1086,142,114,28,0,0,0,0,0,0 +112310,393,83,1430,193,156,37,0,0,0,0,0,0 +112410,393,83,336,333,333,0,0,0,0,0,0,0 +112511,393,83,1309,1133,1130,3,0,0,0,0,0,0 +111110,394,84,3001,753,715,38,0,0,0,0,0,0 +111130,394,84,6325,1584,1514,70,0,0,0,0,0,0 +111211,394,84,121,86,85,1,0,0,0,0,0,0 +111310,394,84,113,94,94,0,0,0,0,0,0,0 +111411,394,84,527,161,151,10,0,0,0,0,0,0 +111910,394,84,18,12,12,0,0,0,0,0,0,0 +111930,394,84,1788,1729,1729,0,0,0,0,0,0,0 +112111,394,84,1295,1106,1104,2,0,0,0,0,0,0 +112112,394,84,174,45,42,3,0,0,0,0,0,0 +112120,394,84,1140,237,223,14,0,0,0,0,0,0 +112210,394,84,1120,106,74,32,0,0,0,0,0,0 +112310,394,84,731,132,114,18,0,0,0,0,0,0 +112410,394,84,203,201,201,0,0,0,0,0,0,0 +112511,394,84,1013,801,796,5,0,0,0,0,0,0 +111110,399,85,18617,4655,4448,207,0,0,0,0,0,0 +111130,399,85,40276,10267,9795,472,0,0,0,0,0,0 +111211,399,85,1101,677,668,9,0,0,0,0,0,0 +111310,399,85,745,608,606,2,0,0,0,0,0,0 +111411,399,85,2686,1004,965,39,0,0,0,0,0,0 +111910,399,85,79,56,56,0,0,0,0,0,0,0 +111930,399,85,11529,10834,10824,10,0,0,0,0,0,0 +112111,399,85,8793,6813,6791,22,0,0,0,0,0,0 +112112,399,85,1859,318,279,39,0,0,0,0,0,0 +112120,399,85,8799,1672,1560,112,0,0,0,0,0,0 +112210,399,85,6078,695,531,164,0,0,0,0,0,0 +112310,399,85,4594,852,749,103,0,0,0,0,0,0 +112410,399,85,1324,1308,1308,0,0,0,0,0,0,0 +112511,399,85,5496,4717,4701,16,0,0,0,0,0,0 +111110,401,86,1905,357,325,32,0,0,0,0,0,0 +111130,401,86,3208,669,619,50,0,0,0,0,0,0 +111211,401,86,54,44,44,0,0,0,0,0,0,0 +111310,401,86,323,194,192,2,0,0,0,0,0,0 +111411,401,86,305,41,34,7,0,0,0,0,0,0 +111920,401,86,121,9,5,4,0,0,0,0,0,0 +111930,401,86,2899,2202,2189,13,0,0,0,0,0,0 +112111,401,86,11258,5464,5366,98,0,0,0,0,0,0 +112112,401,86,234,44,41,3,0,0,0,0,0,0 +112120,401,86,159,27,25,2,0,0,0,0,0,0 +112210,401,86,608,85,72,13,0,0,0,0,0,0 +112310,401,86,1961,193,143,50,0,0,0,0,0,0 +112410,401,86,309,306,306,0,0,0,0,0,0,0 +112511,401,86,1293,1164,1163,1,0,0,0,0,0,0 +111110,402,87,1288,256,237,19,0,0,0,0,0,0 +111130,402,87,3202,580,528,52,0,0,0,0,0,0 +111211,402,87,123,38,36,2,0,0,0,0,0,0 +111310,402,87,223,173,172,1,0,0,0,0,0,0 +111411,402,87,252,32,28,4,0,0,0,0,0,0 +111920,402,87,195,14,9,5,0,0,0,0,0,0 +111930,402,87,2445,1854,1845,9,0,0,0,0,0,0 +112111,402,87,10295,5020,4928,92,0,0,0,0,0,0 +112112,402,87,232,48,45,3,0,0,0,0,0,0 +112120,402,87,335,40,35,5,0,0,0,0,0,0 +112210,402,87,313,71,65,6,0,0,0,0,0,0 +112310,402,87,1954,178,130,48,0,0,0,0,0,0 +112410,402,87,299,298,298,0,0,0,0,0,0,0 +112511,402,87,1115,1024,1024,0,0,0,0,0,0,0 +111110,409,88,8462,1747,1614,133,0,0,0,0,0,0 +111130,409,88,18910,3755,3464,291,0,0,0,0,0,0 +111211,409,88,392,209,205,4,0,0,0,0,0,0 +111310,409,88,1414,1044,1041,3,0,0,0,0,0,0 +111411,409,88,1534,213,181,32,0,0,0,0,0,0 +111920,409,88,550,54,40,14,0,0,0,0,0,0 +111930,409,88,15964,12116,12042,74,0,0,0,0,0,0 +112111,409,88,62534,30455,29878,577,0,0,0,0,0,0 +112112,409,88,1618,280,250,30,0,0,0,0,0,0 +112120,409,88,1971,242,208,34,0,0,0,0,0,0 +112210,409,88,2287,467,423,44,0,0,0,0,0,0 +112310,409,88,13119,1101,779,322,0,0,0,0,0,0 +112410,409,88,1714,1665,1665,0,0,0,0,0,0,0 +112511,409,88,6964,6472,6465,7,0,0,0,0,0,0 +111110,411,89,1589,105,83,22,0,0,0,0,0,0 +111130,411,89,3221,229,177,52,0,0,0,0,0,0 +111211,411,89,3056,330,285,45,0,0,0,0,0,0 +111310,411,89,5089,959,906,53,0,0,0,0,0,0 +111411,411,89,5285,872,805,67,0,0,0,0,0,0 +111930,411,89,10637,2003,1856,147,0,0,0,0,0,0 +112111,411,89,8843,3071,2989,82,0,0,0,0,0,0 +112112,411,89,488,40,33,7,0,0,0,0,0,0 +112120,411,89,3387,95,39,56,0,0,0,0,0,0 +112210,411,89,162,138,138,0,0,0,0,0,0,0 +112310,411,89,622,259,253,6,0,0,0,0,0,0 +112410,411,89,614,482,481,1,0,0,0,0,0,0 +112511,411,89,1483,1054,1049,5,0,0,0,0,0,0 +111110,419,90,4037,269,213,56,0,0,0,0,0,0 +111130,419,90,8981,606,477,129,0,0,0,0,0,0 +111211,419,90,7859,854,749,105,0,0,0,0,0,0 +111310,419,90,16365,2730,2542,188,0,0,0,0,0,0 +111411,419,90,13451,2275,2119,156,0,0,0,0,0,0 +111930,419,90,25141,5128,4823,305,0,0,0,0,0,0 +112111,419,90,24677,8349,8129,220,0,0,0,0,0,0 +112112,419,90,1087,100,87,13,0,0,0,0,0,0 +112120,419,90,6788,249,146,103,0,0,0,0,0,0 +112210,419,90,334,309,309,0,0,0,0,0,0,0 +112310,419,90,2026,706,687,19,0,0,0,0,0,0 +112410,419,90,2044,1389,1382,7,0,0,0,0,0,0 +112511,419,90,4903,2838,2814,24,0,0,0,0,0,0 +111110,421,91,1498,431,422,9,0,0,0,0,0,0 +111130,421,91,2575,789,766,23,0,0,0,0,0,0 +111211,421,91,527,237,233,4,0,0,0,0,0,0 +111310,421,91,610,285,284,1,0,0,0,0,0,0 +111411,421,91,1686,443,421,22,0,0,0,0,0,0 +111910,421,91,43,28,28,0,0,0,0,0,0,0 +111930,421,91,2960,2517,2516,1,0,0,0,0,0,0 +112111,421,91,1771,1131,1128,3,0,0,0,0,0,0 +112112,421,91,499,103,100,3,0,0,0,0,0,0 +112120,421,91,7805,995,949,46,0,0,0,0,0,0 +112210,421,91,1348,122,104,18,0,0,0,0,0,0 +112310,421,91,3156,282,225,57,0,0,0,0,0,0 +112410,421,91,320,309,309,0,0,0,0,0,0,0 +112511,421,91,1332,1004,1001,3,0,0,0,0,0,0 +111110,422,92,808,303,296,7,0,0,0,0,0,0 +111130,422,92,1496,564,557,7,0,0,0,0,0,0 +111211,422,92,488,183,174,9,0,0,0,0,0,0 +111310,422,92,470,219,215,4,0,0,0,0,0,0 +111411,422,92,1222,305,279,26,0,0,0,0,0,0 +111910,422,92,35,18,18,0,0,0,0,0,0,0 +111930,422,92,2092,1820,1819,1,0,0,0,0,0,0 +112111,422,92,1339,822,817,5,0,0,0,0,0,0 +112112,422,92,404,71,67,4,0,0,0,0,0,0 +112120,422,92,5427,695,635,60,0,0,0,0,0,0 +112210,422,92,1032,80,55,25,0,0,0,0,0,0 +112310,422,92,2672,219,156,63,0,0,0,0,0,0 +112410,422,92,223,219,219,0,0,0,0,0,0,0 +112511,422,92,1003,751,748,3,0,0,0,0,0,0 +111110,429,93,6378,2063,2010,53,0,0,0,0,0,0 +111130,429,93,12677,4295,4211,84,0,0,0,0,0,0 +111211,429,93,2552,1291,1274,17,0,0,0,0,0,0 +111310,429,93,3381,1465,1435,30,0,0,0,0,0,0 +111411,429,93,7317,2272,2167,105,0,0,0,0,0,0 +111910,429,93,171,97,97,0,0,0,0,0,0,0 +111930,429,93,14900,12848,12841,7,0,0,0,0,0,0 +112111,429,93,10234,5712,5672,40,0,0,0,0,0,0 +112112,429,93,3044,552,526,26,0,0,0,0,0,0 +112120,429,93,38767,4908,4576,332,0,0,0,0,0,0 +112210,429,93,6965,563,413,150,0,0,0,0,0,0 +112310,429,93,18233,1640,1259,381,0,0,0,0,0,0 +112410,429,93,1597,1545,1544,1,0,0,0,0,0,0 +112511,429,93,6935,5113,5082,31,0,0,0,0,0,0 +111110,440,94,6,3,3,0,0,0,0,0,0,0 +111130,440,94,16,4,4,0,0,0,0,0,0,0 +111211,440,94,578,139,129,10,0,0,0,0,0,0 +111310,440,94,289,65,62,3,0,0,0,0,0,0 +111411,440,94,1666,256,234,22,0,0,0,0,0,0 +111930,440,94,257,196,196,0,0,0,0,0,0,0 +112111,440,94,172,154,154,0,0,0,0,0,0,0 +112112,440,94,16,7,7,0,0,0,0,0,0,0 +112120,440,94,289,13,7,6,0,0,0,0,0,0 +112210,440,94,49,20,20,0,0,0,0,0,0,0 +112310,440,94,192,88,85,3,0,0,0,0,0,0 +112410,440,94,55,54,54,0,0,0,0,0,0,0 +112511,440,94,371,244,242,2,0,0,0,0,0,0 +111110,451,95,125,27,26,1,0,0,0,0,0,0 +111130,451,95,384,83,78,5,0,0,0,0,0,0 +111211,451,95,86,60,60,0,0,0,0,0,0,0 +111310,451,95,106,55,54,1,0,0,0,0,0,0 +111411,451,95,241,56,52,4,0,0,0,0,0,0 +111910,451,95,39,5,5,0,0,0,0,0,0,0 +111920,451,95,138,18,16,2,0,0,0,0,0,0 +111930,451,95,567,395,393,2,0,0,0,0,0,0 +112111,451,95,347,331,331,0,0,0,0,0,0,0 +112120,451,95,17,3,3,0,0,0,0,0,0,0 +112210,451,95,89,18,16,2,0,0,0,0,0,0 +112310,451,95,1127,66,36,30,0,0,0,0,0,0 +112410,451,95,64,64,64,0,0,0,0,0,0,0 +112511,451,95,242,227,227,0,0,0,0,0,0,0 +111110,452,96,832,146,132,14,0,0,0,0,0,0 +111130,452,96,1454,328,307,21,0,0,0,0,0,0 +111211,452,96,547,295,291,4,0,0,0,0,0,0 +111310,452,96,315,231,230,1,0,0,0,0,0,0 +111411,452,96,593,207,201,6,0,0,0,0,0,0 +111910,452,96,182,12,9,3,0,0,0,0,0,0 +111920,452,96,601,93,87,6,0,0,0,0,0,0 +111930,452,96,3054,1763,1733,30,0,0,0,0,0,0 +112111,452,96,1582,1444,1444,0,0,0,0,0,0,0 +112120,452,96,391,24,16,8,0,0,0,0,0,0 +112210,452,96,180,50,47,3,0,0,0,0,0,0 +112310,452,96,4803,320,190,130,0,0,0,0,0,0 +112410,452,96,262,262,262,0,0,0,0,0,0,0 +112511,452,96,1036,997,997,0,0,0,0,0,0,0 +111110,459,97,2112,514,484,30,0,0,0,0,0,0 +111130,459,97,4122,1002,943,59,0,0,0,0,0,0 +111211,459,97,1394,707,692,15,0,0,0,0,0,0 +111310,459,97,1194,650,640,10,0,0,0,0,0,0 +111411,459,97,1695,542,520,22,0,0,0,0,0,0 +111910,459,97,360,38,32,6,0,0,0,0,0,0 +111920,459,97,2352,257,214,43,0,0,0,0,0,0 +111930,459,97,9209,5120,5025,95,0,0,0,0,0,0 +112111,459,97,4477,4076,4073,3,0,0,0,0,0,0 +112120,459,97,855,53,33,20,0,0,0,0,0,0 +112210,459,97,817,168,151,17,0,0,0,0,0,0 +112310,459,97,13030,852,491,361,0,0,0,0,0,0 +112410,459,97,775,774,774,0,0,0,0,0,0,0 +112511,459,97,3193,2933,2931,2,0,0,0,0,0,0 +111110,460,98,10986,3366,3366,0,0,0,0,0,0,0 +111130,460,98,23307,7295,7295,0,0,0,0,0,0,0 +111211,460,98,69,69,69,0,0,0,0,0,0,0 +111310,460,98,46,45,45,0,0,0,0,0,0,0 +111411,460,98,152,100,100,0,0,0,0,0,0,0 +111930,460,98,8756,7996,7996,0,0,0,0,0,0,0 +112111,460,98,15273,8288,8288,0,0,0,0,0,0,0 +112112,460,98,2784,646,646,0,0,0,0,0,0,0 +112120,460,98,1051,276,276,0,0,0,0,0,0,0 +112210,460,98,1322,223,223,0,0,0,0,0,0,0 +112310,460,98,385,186,186,0,0,0,0,0,0,0 +112410,460,98,763,690,690,0,0,0,0,0,0,0 +112511,460,98,3415,2809,2809,0,0,0,0,0,0,0 +111110,471,99,286,41,35,6,0,0,0,0,0,0 +111130,471,99,737,76,62,14,0,0,0,0,0,0 +111211,471,99,100,21,19,2,0,0,0,0,0,0 +111310,471,99,18,18,18,0,0,0,0,0,0,0 +111411,471,99,134,29,28,1,0,0,0,0,0,0 +111910,471,99,104,15,14,1,0,0,0,0,0,0 +111920,471,99,144,6,2,4,0,0,0,0,0,0 +111930,471,99,394,382,382,0,0,0,0,0,0,0 +112111,471,99,1217,863,857,6,0,0,0,0,0,0 +112120,471,99,56,7,6,1,0,0,0,0,0,0 +112210,471,99,6,6,6,0,0,0,0,0,0,0 +112310,471,99,556,47,33,14,0,0,0,0,0,0 +112410,471,99,42,42,42,0,0,0,0,0,0,0 +112511,471,99,194,189,189,0,0,0,0,0,0,0 +111110,472,100,2890,252,206,46,0,0,0,0,0,0 +111130,472,100,5601,517,427,90,0,0,0,0,0,0 +111211,472,100,552,148,142,6,0,0,0,0,0,0 +111310,472,100,167,119,118,1,0,0,0,0,0,0 +111411,472,100,886,184,175,9,0,0,0,0,0,0 +111910,472,100,675,124,118,6,0,0,0,0,0,0 +111920,472,100,710,34,20,14,0,0,0,0,0,0 +111930,472,100,3176,2971,2970,1,0,0,0,0,0,0 +112111,472,100,9038,6671,6648,23,0,0,0,0,0,0 +112112,472,100,57,3,1,2,0,0,0,0,0,0 +112120,472,100,1065,84,67,17,0,0,0,0,0,0 +112210,472,100,236,49,45,4,0,0,0,0,0,0 +112310,472,100,3210,287,224,63,0,0,0,0,0,0 +112410,472,100,410,396,396,0,0,0,0,0,0,0 +112511,472,100,1475,1282,1280,2,0,0,0,0,0,0 +111110,479,101,11025,1061,865,196,0,0,0,0,0,0 +111130,479,101,21872,2202,1818,384,0,0,0,0,0,0 +111211,479,101,1835,599,574,25,0,0,0,0,0,0 +111310,479,101,593,468,465,3,0,0,0,0,0,0 +111411,479,101,5275,821,738,83,0,0,0,0,0,0 +111910,479,101,2987,434,400,34,0,0,0,0,0,0 +111920,479,101,3932,181,104,77,0,0,0,0,0,0 +111930,479,101,12427,11742,11735,7,0,0,0,0,0,0 +112111,479,101,37020,26923,26804,119,0,0,0,0,0,0 +112112,479,101,153,34,32,2,0,0,0,0,0,0 +112120,479,101,4845,381,293,88,0,0,0,0,0,0 +112210,479,101,898,196,183,13,0,0,0,0,0,0 +112310,479,101,11855,1146,898,248,0,0,0,0,0,0 +112410,479,101,1736,1701,1701,0,0,0,0,0,0,0 +112511,479,101,5923,5298,5289,9,0,0,0,0,0,0 +111110,481,102,777,85,75,10,0,0,0,0,0,0 +111130,481,102,1993,169,136,33,0,0,0,0,0,0 +111211,481,102,271,65,62,3,0,0,0,0,0,0 +111310,481,102,302,154,153,1,0,0,0,0,0,0 +111411,481,102,621,57,48,9,0,0,0,0,0,0 +111920,481,102,1696,142,114,28,0,0,0,0,0,0 +111930,481,102,2737,1696,1681,15,0,0,0,0,0,0 +112111,481,102,7287,4322,4281,41,0,0,0,0,0,0 +112112,481,102,377,28,22,6,0,0,0,0,0,0 +112120,481,102,366,15,9,6,0,0,0,0,0,0 +112210,481,102,48,41,41,0,0,0,0,0,0,0 +112310,481,102,1238,151,130,21,0,0,0,0,0,0 +112410,481,102,593,509,509,0,0,0,0,0,0,0 +112511,481,102,1161,890,887,3,0,0,0,0,0,0 +111110,482,103,299,24,20,4,0,0,0,0,0,0 +111130,482,103,616,54,44,10,0,0,0,0,0,0 +111211,482,103,63,14,13,1,0,0,0,0,0,0 +111310,482,103,111,48,47,1,0,0,0,0,0,0 +111411,482,103,176,18,15,3,0,0,0,0,0,0 +111920,482,103,562,44,35,9,0,0,0,0,0,0 +111930,482,103,709,519,516,3,0,0,0,0,0,0 +112111,482,103,1994,1212,1203,9,0,0,0,0,0,0 +112112,482,103,10,5,5,0,0,0,0,0,0,0 +112120,482,103,93,5,2,3,0,0,0,0,0,0 +112210,482,103,10,9,9,0,0,0,0,0,0,0 +112310,482,103,524,39,29,10,0,0,0,0,0,0 +112410,482,103,185,166,166,0,0,0,0,0,0,0 +112511,482,103,264,245,245,0,0,0,0,0,0,0 +111110,483,104,258,24,20,4,0,0,0,0,0,0 +111130,483,104,533,57,49,8,0,0,0,0,0,0 +111211,483,104,49,19,19,0,0,0,0,0,0,0 +111310,483,104,183,45,43,2,0,0,0,0,0,0 +111411,483,104,118,18,17,1,0,0,0,0,0,0 +111920,483,104,390,42,36,6,0,0,0,0,0,0 +111930,483,104,851,495,487,8,0,0,0,0,0,0 +112111,483,104,1830,1150,1143,7,0,0,0,0,0,0 +112112,483,104,229,11,7,4,0,0,0,0,0,0 +112120,483,104,123,3,0,3,0,0,0,0,0,0 +112210,483,104,16,14,14,0,0,0,0,0,0,0 +112310,483,104,319,25,19,6,0,0,0,0,0,0 +112410,483,104,151,145,145,0,0,0,0,0,0,0 +112511,483,104,338,280,280,0,0,0,0,0,0,0 +111110,484,105,4259,353,273,80,0,0,0,0,0,0 +111130,484,105,9185,798,634,164,0,0,0,0,0,0 +111211,484,105,1532,235,210,25,0,0,0,0,0,0 +111310,484,105,1200,686,679,7,0,0,0,0,0,0 +111411,484,105,2504,276,236,40,0,0,0,0,0,0 +111920,484,105,7523,670,546,124,0,0,0,0,0,0 +111930,484,105,10829,7516,7462,54,0,0,0,0,0,0 +112111,484,105,30211,18190,18007,183,0,0,0,0,0,0 +112112,484,105,1111,119,100,19,0,0,0,0,0,0 +112120,484,105,2028,91,49,42,0,0,0,0,0,0 +112210,484,105,292,184,182,2,0,0,0,0,0,0 +112310,484,105,6710,609,481,128,0,0,0,0,0,0 +112410,484,105,2384,2212,2211,1,0,0,0,0,0,0 +112511,484,105,5085,3971,3957,14,0,0,0,0,0,0 +111110,485,106,159,10,7,3,0,0,0,0,0,0 +111130,485,106,230,20,16,4,0,0,0,0,0,0 +111211,485,106,4,2,2,0,0,0,0,0,0,0 +111310,485,106,17,15,15,0,0,0,0,0,0,0 +111411,485,106,68,9,8,1,0,0,0,0,0,0 +111920,485,106,143,18,16,2,0,0,0,0,0,0 +111930,485,106,383,248,246,2,0,0,0,0,0,0 +112111,485,106,951,539,535,4,0,0,0,0,0,0 +112112,485,106,64,3,2,1,0,0,0,0,0,0 +112120,485,106,61,1,0,1,0,0,0,0,0,0 +112210,485,106,7,7,7,0,0,0,0,0,0,0 +112310,485,106,276,22,18,4,0,0,0,0,0,0 +112410,485,106,67,66,66,0,0,0,0,0,0,0 +112511,485,106,117,104,104,0,0,0,0,0,0,0 +111110,486,107,2184,189,152,37,0,0,0,0,0,0 +111130,486,107,5104,417,328,89,0,0,0,0,0,0 +111211,486,107,560,117,108,9,0,0,0,0,0,0 +111310,486,107,906,401,394,7,0,0,0,0,0,0 +111411,486,107,1187,121,99,22,0,0,0,0,0,0 +111920,486,107,4024,357,286,71,0,0,0,0,0,0 +111930,486,107,6055,4118,4081,37,0,0,0,0,0,0 +112111,486,107,16733,10186,10092,94,0,0,0,0,0,0 +112112,486,107,721,66,52,14,0,0,0,0,0,0 +112120,486,107,1161,52,29,23,0,0,0,0,0,0 +112210,486,107,175,101,100,1,0,0,0,0,0,0 +112310,486,107,3844,346,270,76,0,0,0,0,0,0 +112410,486,107,1446,1333,1332,1,0,0,0,0,0,0 +112511,486,107,2740,2109,2100,9,0,0,0,0,0,0 +111110,487,108,153,9,6,3,0,0,0,0,0,0 +111130,487,108,177,22,19,3,0,0,0,0,0,0 +111211,487,108,9,4,4,0,0,0,0,0,0,0 +111310,487,108,29,16,16,0,0,0,0,0,0,0 +111411,487,108,30,8,8,0,0,0,0,0,0,0 +111920,487,108,101,11,9,2,0,0,0,0,0,0 +111930,487,108,243,162,161,1,0,0,0,0,0,0 +112111,487,108,701,480,475,5,0,0,0,0,0,0 +112112,487,108,52,4,3,1,0,0,0,0,0,0 +112120,487,108,54,2,1,1,0,0,0,0,0,0 +112210,487,108,3,3,3,0,0,0,0,0,0,0 +112310,487,108,267,9,3,6,0,0,0,0,0,0 +112410,487,108,61,56,56,0,0,0,0,0,0,0 +112511,487,108,94,88,88,0,0,0,0,0,0,0 +111110,488,109,1590,143,108,35,0,0,0,0,0,0 +111130,488,109,3834,331,262,69,0,0,0,0,0,0 +111211,488,109,467,77,70,7,0,0,0,0,0,0 +111310,488,109,729,264,258,6,0,0,0,0,0,0 +111411,488,109,957,107,88,19,0,0,0,0,0,0 +111920,488,109,2325,225,182,43,0,0,0,0,0,0 +111930,488,109,4169,2875,2853,22,0,0,0,0,0,0 +112111,488,109,11553,7104,7036,68,0,0,0,0,0,0 +112112,488,109,480,44,35,9,0,0,0,0,0,0 +112120,488,109,1106,41,19,22,0,0,0,0,0,0 +112210,488,109,125,56,55,1,0,0,0,0,0,0 +112310,488,109,2643,211,159,52,0,0,0,0,0,0 +112410,488,109,971,909,908,1,0,0,0,0,0,0 +112511,488,109,1784,1493,1490,3,0,0,0,0,0,0 +111110,489,110,18207,1624,1294,330,0,0,0,0,0,0 +111130,489,110,41455,3609,2867,742,0,0,0,0,0,0 +111211,489,110,5800,1045,955,90,0,0,0,0,0,0 +111310,489,110,6937,3107,3052,55,0,0,0,0,0,0 +111411,489,110,10276,1136,965,171,0,0,0,0,0,0 +111920,489,110,32148,2995,2454,541,0,0,0,0,0,0 +111930,489,110,52129,34040,33753,287,0,0,0,0,0,0 +112111,489,110,139129,84543,83798,745,0,0,0,0,0,0 +112112,489,110,5512,618,525,93,0,0,0,0,0,0 +112120,489,110,10817,446,231,215,0,0,0,0,0,0 +112210,489,110,1071,769,764,5,0,0,0,0,0,0 +112310,489,110,32128,2568,1950,618,0,0,0,0,0,0 +112410,489,110,11279,10207,10198,9,0,0,0,0,0,0 +112511,489,110,21976,17407,17352,55,0,0,0,0,0,0 +111110,491,111,271,46,43,3,0,0,0,0,0,0 +111130,491,111,767,107,95,12,0,0,0,0,0,0 +111211,491,111,297,139,136,3,0,0,0,0,0,0 +111310,491,111,222,113,112,1,0,0,0,0,0,0 +111411,491,111,477,61,54,7,0,0,0,0,0,0 +111930,491,111,4361,1727,1696,31,0,0,0,0,0,0 +112111,491,111,3997,1581,1552,29,0,0,0,0,0,0 +112112,491,111,333,36,32,4,0,0,0,0,0,0 +112120,491,111,2073,74,35,39,0,0,0,0,0,0 +112210,491,111,331,62,57,5,0,0,0,0,0,0 +112310,491,111,666,62,49,13,0,0,0,0,0,0 +112410,491,111,583,245,240,5,0,0,0,0,0,0 +112511,491,111,1911,1163,1152,11,0,0,0,0,0,0 +111110,499,112,845,123,112,11,0,0,0,0,0,0 +111130,499,112,1259,237,222,15,0,0,0,0,0,0 +111211,499,112,594,324,319,5,0,0,0,0,0,0 +111310,499,112,910,314,304,10,0,0,0,0,0,0 +111411,499,112,1698,149,118,31,0,0,0,0,0,0 +111930,499,112,10515,4146,4059,87,0,0,0,0,0,0 +112111,499,112,9316,3650,3573,77,0,0,0,0,0,0 +112112,499,112,702,90,80,10,0,0,0,0,0,0 +112120,499,112,4191,174,92,82,0,0,0,0,0,0 +112210,499,112,684,137,126,11,0,0,0,0,0,0 +112310,499,112,1327,152,129,23,0,0,0,0,0,0 +112410,499,112,1369,518,503,15,0,0,0,0,0,0 +112511,499,112,4414,2597,2566,31,0,0,0,0,0,0 +111110,500,113,73,27,27,0,0,0,0,0,0,0 +111130,500,113,171,39,36,3,0,0,0,0,0,0 +111211,500,113,822,351,343,8,0,0,0,0,0,0 +111310,500,113,524,273,267,6,0,0,0,0,0,0 +111411,500,113,1028,545,537,8,0,0,0,0,0,0 +111930,500,113,3729,2634,2628,6,0,0,0,0,0,0 +112111,500,113,1255,862,858,4,0,0,0,0,0,0 +112112,500,113,105,18,16,2,0,0,0,0,0,0 +112120,500,113,12428,904,674,230,0,0,0,0,0,0 +112210,500,113,65,57,57,0,0,0,0,0,0,0 +112310,500,113,428,203,197,6,0,0,0,0,0,0 +112410,500,113,501,390,388,2,0,0,0,0,0,0 +112511,500,113,1215,1035,1033,2,0,0,0,0,0,0 +111110,511,114,267,55,52,3,0,0,0,0,0,0 +111130,511,114,1128,129,106,23,0,0,0,0,0,0 +111211,511,114,222,66,62,4,0,0,0,0,0,0 +111310,511,114,167,78,77,1,0,0,0,0,0,0 +111411,511,114,483,137,131,6,0,0,0,0,0,0 +111910,511,114,200,21,17,4,0,0,0,0,0,0 +111920,511,114,96,13,12,1,0,0,0,0,0,0 +111930,511,114,1147,925,922,3,0,0,0,0,0,0 +112111,511,114,2824,1560,1546,14,0,0,0,0,0,0 +112112,511,114,66,31,31,0,0,0,0,0,0,0 +112120,511,114,969,59,37,22,0,0,0,0,0,0 +112210,511,114,80,21,20,1,0,0,0,0,0,0 +112310,511,114,1993,133,85,47,1,0,0,0,0,0 +112410,511,114,131,120,120,0,0,0,0,0,0,0 +112511,511,114,730,541,538,3,0,0,0,0,0,0 +111110,512,115,111,21,20,1,0,0,0,0,0,0 +111130,512,115,498,77,70,7,0,0,0,0,0,0 +111211,512,115,99,33,32,1,0,0,0,0,0,0 +111310,512,115,92,42,42,0,0,0,0,0,0,0 +111411,512,115,167,56,53,3,0,0,0,0,0,0 +111910,512,115,155,17,15,2,0,0,0,0,0,0 +111920,512,115,15,3,3,0,0,0,0,0,0,0 +111930,512,115,557,491,490,1,0,0,0,0,0,0 +112111,512,115,1308,758,753,5,0,0,0,0,0,0 +112112,512,115,103,18,16,2,0,0,0,0,0,0 +112120,512,115,422,28,21,7,0,0,0,0,0,0 +112210,512,115,93,13,11,2,0,0,0,0,0,0 +112310,512,115,1301,81,50,31,0,0,0,0,0,0 +112410,512,115,72,71,71,0,0,0,0,0,0,0 +112511,512,115,367,267,266,1,0,0,0,0,0,0 +111110,513,116,797,114,98,16,0,0,0,0,0,0 +111130,513,116,1681,242,210,32,0,0,0,0,0,0 +111211,513,116,186,133,133,0,0,0,0,0,0,0 +111310,513,116,371,159,153,6,0,0,0,0,0,0 +111411,513,116,937,234,218,16,0,0,0,0,0,0 +111910,513,116,377,62,55,7,0,0,0,0,0,0 +111920,513,116,171,16,11,5,0,0,0,0,0,0 +111930,513,116,2073,1667,1659,8,0,0,0,0,0,0 +112111,513,116,4461,2771,2749,22,0,0,0,0,0,0 +112112,513,116,195,56,54,2,0,0,0,0,0,0 +112120,513,116,1468,102,64,38,0,0,0,0,0,0 +112210,513,116,222,45,40,5,0,0,0,0,0,0 +112310,513,116,4592,285,159,126,0,0,0,0,0,0 +112410,513,116,229,220,220,0,0,0,0,0,0,0 +112511,513,116,1163,917,913,4,0,0,0,0,0,0 +111110,519,117,3828,487,410,77,0,0,0,0,0,0 +111130,519,117,8486,1085,923,162,0,0,0,0,0,0 +111211,519,117,1551,599,581,18,0,0,0,0,0,0 +111310,519,117,1495,759,748,11,0,0,0,0,0,0 +111411,519,117,3360,1033,987,46,0,0,0,0,0,0 +111910,519,117,2476,299,241,58,0,0,0,0,0,0 +111920,519,117,946,80,62,18,0,0,0,0,0,0 +111930,519,117,10324,7912,7867,45,0,0,0,0,0,0 +112111,519,117,21450,13060,12949,111,0,0,0,0,0,0 +112112,519,117,775,268,263,5,0,0,0,0,0,0 +112120,519,117,7719,502,333,169,0,0,0,0,0,0 +112210,519,117,944,244,227,17,0,0,0,0,0,0 +112310,519,117,18774,1169,710,459,0,0,0,0,0,0 +112410,519,117,1196,1153,1152,1,0,0,0,0,0,0 +112511,519,117,5594,4492,4473,19,0,0,0,0,0,0 +111110,531,118,2577,93,49,36,8,0,0,0,0,0 +111130,531,118,7190,194,83,91,20,0,0,0,0,0 +111211,531,118,2088,189,165,17,7,0,0,0,0,0 +111310,531,118,7686,431,336,73,22,0,0,0,0,0 +111411,531,118,781,151,144,5,2,0,0,0,0,0 +111930,531,118,3564,776,734,35,7,0,0,0,0,0 +112111,531,118,2073,849,834,12,3,0,0,0,0,0 +112112,531,118,252,16,13,2,1,0,0,0,0,0 +112120,531,118,2701,50,16,21,13,0,0,0,0,0 +112210,531,118,45,45,45,0,0,0,0,0,0,0 +112310,531,118,404,101,97,3,1,0,0,0,0,0 +112410,531,118,162,144,144,0,0,0,0,0,0,0 +112511,531,118,1312,593,583,8,2,0,0,0,0,0 +111110,539,119,23060,757,381,302,74,0,0,0,0,0 +111130,539,119,47844,1576,802,601,173,0,0,0,0,0 +111211,539,119,24461,1735,1450,153,132,0,0,0,0,0 +111310,539,119,80261,4394,3321,714,359,0,0,0,0,0 +111411,539,119,10860,1602,1493,67,42,0,0,0,0,0 +111930,539,119,34818,7150,6755,273,122,0,0,0,0,0 +112111,539,119,18822,8159,8009,121,29,0,0,0,0,0 +112112,539,119,1946,100,78,12,10,0,0,0,0,0 +112120,539,119,24361,421,132,128,161,0,0,0,0,0 +112210,539,119,509,440,439,1,0,0,0,0,0,0 +112310,539,119,5445,915,860,27,28,0,0,0,0,0 +112410,539,119,1411,1263,1263,0,0,0,0,0,0,0 +112511,539,119,12433,5105,4999,78,28,0,0,0,0,0 +111110,540,120,570,98,91,7,0,0,0,0,0,0 +111130,540,120,1276,198,182,16,0,0,0,0,0,0 +111211,540,120,763,470,467,3,0,0,0,0,0,0 +111310,540,120,1280,438,424,14,0,0,0,0,0,0 +111411,540,120,1235,412,401,10,1,0,0,0,0,0 +111910,540,120,15,6,6,0,0,0,0,0,0,0 +111930,540,120,6972,6738,6738,0,0,0,0,0,0,0 +112111,540,120,16301,9430,9363,65,2,0,0,0,0,0 +112112,540,120,576,153,147,6,0,0,0,0,0,0 +112120,540,120,2032,155,122,33,0,0,0,0,0,0 +112210,540,120,172,170,170,0,0,0,0,0,0,0 +112310,540,120,16048,680,410,258,12,0,0,0,0,0 +112410,540,120,708,693,693,0,0,0,0,0,0,0 +112511,540,120,2281,1848,1843,5,0,0,0,0,0,0 +111110,551,121,453,168,164,4,0,0,0,0,0,0 +111110,551,55101,164,64,63,1,0,0,0,0,0,0 +111130,551,121,906,357,348,9,0,0,0,0,0,0 +111130,551,55101,362,144,140,4,0,0,0,0,0,0 +111211,551,121,66,33,32,1,0,0,0,0,0,0 +111211,551,55101,11,7,7,0,0,0,0,0,0,0 +111310,551,121,167,33,28,5,0,0,0,0,0,0 +111310,551,55101,44,14,13,1,0,0,0,0,0,0 +111411,551,121,103,58,57,1,0,0,0,0,0,0 +111411,551,55101,60,18,17,1,0,0,0,0,0,0 +111910,551,121,1,1,1,0,0,0,0,0,0,0 +111930,551,121,443,410,410,0,0,0,0,0,0,0 +111930,551,55101,160,152,152,0,0,0,0,0,0,0 +112111,551,121,454,275,271,4,0,0,0,0,0,0 +112111,551,55101,196,102,99,3,0,0,0,0,0,0 +112112,551,121,123,29,26,3,0,0,0,0,0,0 +112112,551,55101,45,7,6,1,0,0,0,0,0,0 +112120,551,121,1859,284,251,33,0,0,0,0,0,0 +112120,551,55101,677,117,107,10,0,0,0,0,0,0 +112210,551,121,10,10,10,0,0,0,0,0,0,0 +112210,551,55101,18,6,6,0,0,0,0,0,0,0 +112310,551,121,182,53,49,4,0,0,0,0,0,0 +112310,551,55101,6,6,6,0,0,0,0,0,0,0 +112410,551,121,37,37,37,0,0,0,0,0,0,0 +112410,551,55101,18,18,18,0,0,0,0,0,0,0 +112511,551,121,167,116,115,1,0,0,0,0,0,0 +112511,551,55101,73,53,52,1,0,0,0,0,0,0 +111110,559,122,15299,5909,5747,162,0,0,0,0,0,0 +111110,559,55059,80,43,43,0,0,0,0,0,0,0 +111110,559,55127,235,78,76,2,0,0,0,0,0,0 +111130,559,122,33990,12684,12321,363,0,0,0,0,0,0 +111130,559,55059,331,100,94,6,0,0,0,0,0,0 +111130,559,55127,475,183,178,5,0,0,0,0,0,0 +111211,559,122,4063,1252,1162,90,0,0,0,0,0,0 +111211,559,55059,16,11,11,0,0,0,0,0,0,0 +111211,559,55127,54,15,14,1,0,0,0,0,0,0 +111310,559,122,3206,1192,1134,58,0,0,0,0,0,0 +111310,559,55059,55,10,9,1,0,0,0,0,0,0 +111310,559,55127,53,15,14,1,0,0,0,0,0,0 +111411,559,122,3485,1645,1608,37,0,0,0,0,0,0 +111411,559,55059,14,12,12,0,0,0,0,0,0,0 +111411,559,55127,27,21,21,0,0,0,0,0,0,0 +111910,559,122,60,54,54,0,0,0,0,0,0,0 +111910,559,55059,1,1,1,0,0,0,0,0,0,0 +111910,559,55127,1,1,1,0,0,0,0,0,0,0 +111930,559,122,16601,14784,14762,22,0,0,0,0,0,0 +111930,559,55059,145,109,108,1,0,0,0,0,0,0 +111930,559,55127,229,207,207,0,0,0,0,0,0,0 +112111,559,122,15452,9658,9581,77,0,0,0,0,0,0 +112111,559,55059,124,72,72,0,0,0,0,0,0,0 +112111,559,55127,203,134,133,1,0,0,0,0,0,0 +112112,559,122,3508,837,781,56,0,0,0,0,0,0 +112112,559,55059,12,8,8,0,0,0,0,0,0,0 +112112,559,55127,47,11,11,0,0,0,0,0,0,0 +112120,559,122,65642,9754,8685,1069,0,0,0,0,0,0 +112120,559,55059,552,88,82,6,0,0,0,0,0,0 +112120,559,55127,1061,158,141,17,0,0,0,0,0,0 +112210,559,122,1266,446,423,23,0,0,0,0,0,0 +112210,559,55059,3,3,3,0,0,0,0,0,0,0 +112210,559,55127,17,10,10,0,0,0,0,0,0,0 +112310,559,122,4705,1496,1402,94,0,0,0,0,0,0 +112310,559,55059,25,13,13,0,0,0,0,0,0,0 +112310,559,55127,58,23,22,1,0,0,0,0,0,0 +112410,559,122,1608,1464,1463,1,0,0,0,0,0,0 +112410,559,55059,16,12,12,0,0,0,0,0,0,0 +112410,559,55127,24,24,24,0,0,0,0,0,0,0 +112511,559,122,5869,4540,4507,33,0,0,0,0,0,0 +112511,559,55059,47,40,40,0,0,0,0,0,0,0 +112511,559,55127,65,65,65,0,0,0,0,0,0,0 +111110,560,123,620,126,121,5,0,0,0,0,0,0 +111130,560,123,1573,282,263,19,0,0,0,0,0,0 +111211,560,123,64,26,25,1,0,0,0,0,0,0 +111310,560,123,25,25,25,0,0,0,0,0,0,0 +111411,560,123,186,68,68,0,0,0,0,0,0,0 +111930,560,123,6527,3098,3062,36,0,0,0,0,0,0 +112111,560,123,15861,4365,4220,145,0,0,0,0,0,0 +112112,560,123,688,69,49,20,0,0,0,0,0,0 +112120,560,123,200,36,33,3,0,0,0,0,0,0 +112210,560,123,165,96,93,3,0,0,0,0,0,0 +112310,560,123,114,112,112,0,0,0,0,0,0,0 +112410,560,123,796,293,284,9,0,0,0,0,0,0 +112511,560,123,3622,3140,3134,6,0,0,0,0,0,0 diff --git a/lib/data/data_est_size_categories.csv b/lib/data/data_est_size_categories.csv new file mode 100644 index 0000000..ac4bf7f --- /dev/null +++ b/lib/data/data_est_size_categories.csv @@ -0,0 +1,9 @@ +ID,Label,LowerBound,Midpoint,ProbRatio +1,"1-19",1,10,10 +2,20-99,20,59.5,6 +3,100-249,100,174.5,4 +4,250-499,250,375,3 +5,500-999,500,749.5,3 +6,"1,000-2,499",1000,1749.5,3 +7,"2,500-4,999",2500,3749.5,3 +8,"5,000+",5000,7500,3 diff --git a/lib/data/data_faf_distance.csv b/lib/data/data_faf_distance.csv new file mode 100644 index 0000000..e92f3b1 --- /dev/null +++ b/lib/data/data_faf_distance.csv @@ -0,0 +1,17162 @@ +oFAFZONE,dFAFZONE,distance,Distance_Bin +11,11,42.10335578,1 +11,12,210.5228649,3 +11,19,104.0548159,2 +11,20,3265.914671,33 +11,41,1446.775751,15 +11,42,1450.998279,15 +11,49,1411.394337,15 +11,50,343.1843699,4 +11,61,1752.686709,18 +11,62,1940.474491,20 +11,63,1725.362351,18 +11,64,1993.120953,20 +11,69,1922.413492,20 +11,81,1092.058504,11 +11,89,1110.773734,12 +11,91,968.9982221,10 +11,92,924.8732425,10 +11,99,972.5755821,10 +11,100,738.4619773,8 +11,111,659.6671027,7 +11,121,373.3998344,4 +11,122,637.5914303,7 +11,123,460.0459949,5 +11,124,451.2155568,5 +11,129,384.6565733,4 +11,131,144.6805664,2 +11,132,332.7965602,4 +11,139,224.0758129,3 +11,151,4359.099697,44 +11,159,4327.360833,44 +11,160,1652.325111,17 +11,171,574.2282125,6 +11,172,406.7353444,5 +11,179,449.7710968,5 +11,181,537.2443683,6 +11,182,427.0703477,5 +11,189,434.9169598,5 +11,190,694.2642446,7 +11,201,586.7353049,6 +11,209,730.9528606,8 +11,211,322.4220072,4 +11,219,309.644018,4 +11,221,329.8561348,4 +11,222,440.6630761,5 +11,223,306.4300261,4 +11,229,356.2156919,4 +11,230,1201.169584,13 +11,241,693.7792936,7 +11,242,660.5156875,7 +11,249,683.1951812,7 +11,251,1041.396533,11 +11,259,1009.171173,11 +11,261,654.0231402,7 +11,262,656.3150881,7 +11,269,757.9385998,8 +11,271,872.7621739,9 +11,279,937.9421891,10 +11,280,194.9473478,2 +11,291,564.8178719,6 +11,292,406.39079,5 +11,299,467.7767254,5 +11,300,1518.252409,16 +11,310,862.5662243,9 +11,321,1644.331459,17 +11,329,1762.627357,18 +11,330,1070.100423,11 +11,341,840.2789355,9 +11,342,776.7270558,8 +11,349,793.4188809,8 +11,350,1097.923282,11 +11,361,949.5245383,10 +11,362,774.1871812,8 +11,363,882.0173725,9 +11,364,825.9194662,9 +11,369,880.1649761,9 +11,371,367.9105975,4 +11,372,419.0391415,5 +11,373,483.6495465,5 +11,379,453.712338,5 +11,380,1190.268371,12 +11,391,421.0230885,5 +11,392,622.1380861,7 +11,393,496.3714487,5 +11,394,464.9862401,5 +11,399,530.0840927,6 +11,401,618.5800764,7 +11,402,556.5100867,6 +11,409,620.2178932,7 +11,411,2068.614077,21 +11,419,1981.179568,20 +11,421,775.9932572,8 +11,422,615.1319123,7 +11,429,725.5233155,8 +11,440,1007.128446,11 +11,451,391.03058,4 +11,452,275.7153295,3 +11,459,351.9088603,4 +11,460,1002.79115,11 +11,471,205.9320793,3 +11,472,182.6306743,2 +11,479,204.030927,3 +11,481,678.3838412,7 +11,482,492.7375776,5 +11,483,753.8946455,8 +11,484,588.0085978,6 +11,485,1135.583402,12 +11,486,570.3992483,6 +11,487,844.3231994,9 +11,488,746.5537243,8 +11,489,738.2350557,8 +11,491,1469.842338,15 +11,499,1423.878104,15 +11,500,1054.404227,11 +11,511,591.6732387,6 +11,512,632.3471709,7 +11,513,628.5474911,7 +11,519,499.8254159,5 +11,531,2079.599377,21 +11,539,1979.848877,20 +11,540,503.826317,6 +11,551,663.99318,7 +11,559,778.5955514,8 +11,560,1283.745984,13 +11,801,1810.172544,19 +11,802,1158.317667,12 +11,803,3756.787553,38 +11,804,5966.345471,60 +11,805,6777.262674,68 +11,806,7372.353098,74 +11,807,7423.311521,75 +11,808,9920.067683,100 +12,11,210.5228649,3 +12,12,13.32920254,1 +12,19,183.9477024,2 +12,20,3388.6684,34 +12,41,1411.709131,15 +12,42,1405.460328,15 +12,49,1384.125062,14 +12,50,398.3262412,4 +12,61,1730.566197,18 +12,62,1956.859996,20 +12,63,1692.704839,17 +12,64,2000.000578,21 +12,69,1933.686024,20 +12,81,1142.667153,12 +12,89,1147.940666,12 +12,91,1153.618973,12 +12,92,1110.110492,12 +12,99,1154.943116,12 +12,100,915.7604094,10 +12,111,841.5617044,9 +12,121,369.6659747,4 +12,122,554.0698995,6 +12,123,415.759476,5 +12,124,372.6525744,4 +12,129,318.6357113,4 +12,131,295.3493305,3 +12,132,397.6820046,4 +12,139,310.0219305,4 +12,151,4323.980314,44 +12,159,4288.799686,43 +12,160,1718.82567,18 +12,171,767.1319648,8 +12,172,575.020014,6 +12,179,630.4020172,7 +12,181,736.0955477,8 +12,182,631.573047,7 +12,189,638.4008923,7 +12,190,845.5857534,9 +12,201,691.8455603,7 +12,209,801.2147996,9 +12,211,530.3511639,6 +12,219,512.1321025,6 +12,221,188.8322012,2 +12,222,309.5983066,4 +12,223,130.233669,2 +12,229,268.7064003,3 +12,230,1392.346339,14 +12,241,876.9046925,9 +12,242,840.7644537,9 +12,249,863.2514987,9 +12,251,1225.582078,13 +12,259,1193.336168,12 +12,261,862.8410396,9 +12,262,859.903673,9 +12,269,961.8271773,10 +12,271,1038.597205,11 +12,279,1098.671269,11 +12,280,190.6829676,2 +12,291,681.5762832,7 +12,292,561.8728414,6 +12,299,596.7204735,6 +12,300,1618.729269,17 +12,310,964.0318294,10 +12,321,1647.699365,17 +12,329,1785.833312,18 +12,330,1260.93493,13 +12,341,1024.400982,11 +12,342,956.6138248,10 +12,349,973.1362815,10 +12,350,1079.795207,11 +12,361,1143.693956,12 +12,362,979.2604638,10 +12,363,1066.964881,11 +12,364,1029.199909,11 +12,369,1079.256086,11 +12,371,528.4261681,6 +12,372,587.7311377,6 +12,373,640.1106203,7 +12,379,610.7862496,7 +12,380,1330.126257,14 +12,391,630.022059,7 +12,392,830.0260466,9 +12,393,704.8983404,8 +12,394,673.9597168,7 +12,399,737.3911619,8 +12,401,636.7918427,7 +12,402,602.6401538,7 +12,409,639.9056674,7 +12,411,2131.175864,22 +12,419,2037.776969,21 +12,421,960.6065865,10 +12,422,817.429654,9 +12,429,921.3461022,10 +12,440,1188.790175,12 +12,451,490.9501717,5 +12,452,437.3025704,5 +12,459,476.8592205,5 +12,460,1128.346973,12 +12,471,334.7023238,4 +12,472,386.2368126,4 +12,479,395.3855488,4 +12,481,578.6927502,6 +12,482,370.212005,4 +12,483,610.2533551,7 +12,484,548.9210288,6 +12,485,1080.446545,11 +12,486,451.601229,5 +12,487,713.5203464,8 +12,488,637.9522149,7 +12,489,676.8005984,7 +12,491,1513.061589,16 +12,499,1451.302068,15 +12,500,1250.206629,13 +12,511,762.3210746,8 +12,512,793.5037297,8 +12,513,812.0213586,9 +12,519,680.261381,7 +12,531,2156.802497,22 +12,539,2056.894194,21 +12,540,701.3459422,8 +12,551,859.2151609,9 +12,559,963.9746959,10 +12,560,1361.300338,14 +12,801,1991.7579,20 +12,802,1005.797263,11 +12,803,3627.105796,37 +12,804,6169.495187,62 +12,805,6891.42633,69 +12,806,7579.850213,76 +12,807,7607.068248,77 +12,808,9849.326618,99 +19,11,104.0548159,2 +19,12,183.9477024,2 +19,19,122.2577643,2 +19,20,3308.878977,34 +19,41,1462.846378,15 +19,42,1464.845309,15 +19,49,1429.016652,15 +19,50,374.5224395,4 +19,61,1771.561755,18 +19,62,1966.924035,20 +19,63,1742.053048,18 +19,64,2017.793137,21 +19,69,1947.835846,20 +19,81,1124.24836,12 +19,89,1140.569986,12 +19,91,994.9377304,10 +19,92,951.1567895,10 +19,99,997.5517788,10 +19,100,761.841761,8 +19,111,685.1625181,7 +19,121,346.2213817,4 +19,122,598.8524257,6 +19,123,426.3496813,5 +19,124,412.781667,5 +19,129,348.8446808,4 +19,131,165.7424941,2 +19,132,321.2219656,4 +19,139,221.4384474,3 +19,151,4375.65997,44 +19,159,4343.176438,44 +19,160,1687.349135,17 +19,171,623.130357,7 +19,172,455.3535712,5 +19,179,499.0069792,5 +19,181,585.907016,6 +19,182,475.3237147,5 +19,189,483.1599867,5 +19,190,740.6058497,8 +19,201,627.3007974,7 +19,209,766.0602242,8 +19,211,370.1952795,4 +19,219,355.0373364,4 +19,221,319.6400428,4 +19,222,433.4944946,5 +19,223,287.1156794,3 +19,229,358.1563674,4 +19,230,1229.752859,13 +19,241,719.7040639,8 +19,242,685.3610774,7 +19,249,708.0605339,8 +19,251,1067.04799,11 +19,259,1034.93311,11 +19,261,698.6054117,7 +19,262,703.6711197,8 +19,269,804.5678911,9 +19,271,920.2891892,10 +19,279,984.9582946,10 +19,280,211.8009903,3 +19,291,607.0685829,7 +19,292,453.7515575,5 +19,299,511.6084341,6 +19,300,1558.349727,16 +19,310,902.656344,10 +19,321,1668.209157,17 +19,329,1790.260925,18 +19,330,1098.678042,11 +19,341,866.2534841,9 +19,342,801.0515626,9 +19,349,817.6968188,9 +19,350,1117.174335,12 +19,361,979.9084328,10 +19,362,811.5358657,9 +19,363,908.2718225,10 +19,364,861.8198886,9 +19,369,913.4010196,10 +19,371,386.5530352,4 +19,372,440.4056515,5 +19,373,499.9987671,5 +19,379,471.326382,5 +19,380,1235.251249,13 +19,391,465.654301,5 +19,392,662.7613533,7 +19,393,538.7406183,6 +19,394,509.9221665,6 +19,399,571.8043012,6 +19,401,644.299102,7 +19,402,587.2358818,6 +19,409,646.1090255,7 +19,411,2103.131306,22 +19,419,2014.6856,21 +19,421,802.3252622,9 +19,422,651.1541399,7 +19,429,757.5180989,8 +19,440,1031.761645,11 +19,451,389.3156552,4 +19,452,295.9830167,3 +19,459,358.3805992,4 +19,460,1046.154243,11 +19,471,250.3615599,3 +19,472,234.493165,3 +19,479,249.3876203,3 +19,481,679.3110147,7 +19,482,487.806637,5 +19,483,743.742673,8 +19,484,602.1630071,7 +19,485,1147.165784,12 +19,486,566.496542,6 +19,487,837.6422857,9 +19,488,745.4205456,8 +19,489,747.5168021,8 +19,491,1500.953229,16 +19,499,1452.125521,15 +19,500,1085.448668,11 +19,511,612.8727744,7 +19,512,649.8453849,7 +19,513,654.8607313,7 +19,519,525.7517596,6 +19,531,2116.418989,22 +19,539,2016.618176,21 +19,540,537.7808329,6 +19,551,712.4960023,8 +19,559,826.9603425,9 +19,560,1320.406572,14 +19,801,1853.894806,19 +19,802,1145.55495,12 +19,803,3713.047824,38 +19,804,6011.419541,61 +19,805,6779.394155,68 +19,806,7409.149434,75 +19,807,7470.150072,75 +19,808,9929.003443,100 +20,11,3265.914671,33 +20,12,3388.6684,34 +20,19,3308.878977,34 +20,20,591.345028,6 +20,41,2501.666138,26 +20,42,2567.358869,26 +20,49,2471.696129,25 +20,50,3001.713238,31 +20,61,2289.847821,23 +20,62,1907.932736,20 +20,63,2379.278542,24 +20,64,1959.546827,20 +20,69,1955.249227,20 +20,81,2327.348536,24 +20,89,2362.201663,24 +20,91,3306.326583,34 +20,92,3295.208961,33 +20,99,3329.825874,34 +20,100,3342.061462,34 +20,111,3302.4649,34 +20,121,3620.580289,37 +20,122,3900.544517,40 +20,123,3717.496668,38 +20,124,3715.024825,38 +20,129,3642.562428,37 +20,131,3339.201551,34 +20,132,3534.47485,36 +20,139,3430.685118,35 +20,151,2787.575397,28 +20,159,2818.384329,29 +20,160,1786.989659,18 +20,171,2775.307825,28 +20,172,2869.507731,29 +20,179,2848.313149,29 +20,181,2834.308025,29 +20,182,2953.861632,30 +20,189,2947.75268,30 +20,190,2583.335328,26 +20,201,2699.452417,27 +20,209,2612.493379,27 +20,211,3058.504035,31 +20,219,3099.145902,31 +20,221,3294.174929,33 +20,222,3251.25868,33 +20,223,3358.968014,34 +20,229,3201.502173,33 +20,230,3247.628245,33 +20,241,3295.424516,33 +20,242,3312.578858,34 +20,249,3314.676894,34 +20,251,3319.515145,34 +20,259,3314.722888,34 +20,261,2894.153064,29 +20,262,2790.620333,28 +20,269,2738.101797,28 +20,271,2428.624032,25 +20,279,2361.931774,24 +20,280,3213.316325,33 +20,291,2712.309767,28 +20,292,2863.08603,29 +20,299,2808.231304,29 +20,300,1796.230872,18 +20,310,2434.301372,25 +20,321,2157.227025,22 +20,329,1959.568774,20 +20,330,3241.913457,33 +20,341,3297.894296,33 +20,342,3327.89349,34 +20,349,3327.889709,34 +20,350,2593.383091,26 +20,361,3193.692655,32 +20,362,3040.739623,31 +20,363,3293.492782,33 +20,364,3065.500563,31 +20,369,3126.553959,32 +20,371,3369.318352,34 +20,372,3348.798296,34 +20,373,3407.014061,35 +20,379,3406.223172,35 +20,380,2088.555996,21 +20,391,3042.607338,31 +20,392,3017.129983,31 +20,393,3041.608644,31 +20,394,3007.109857,31 +20,399,3033.078392,31 +20,401,2810.891708,29 +20,402,2809.956189,29 +20,409,2810.517559,29 +20,411,1479.692748,15 +20,419,1589.361038,16 +20,421,3288.950535,33 +20,422,3117.983335,32 +20,429,3177.753556,32 +20,440,3341.656371,34 +20,451,3520.487448,36 +20,452,3350.386722,34 +20,459,3452.264065,35 +20,460,2272.77065,23 +20,471,3071.75357,31 +20,472,3127.855347,32 +20,479,3168.412724,32 +20,481,3100.640226,32 +20,482,3218.817317,33 +20,483,3257.474038,33 +20,484,2968.061761,30 +20,485,2745.494008,28 +20,486,3191.913692,32 +20,487,3192.104111,32 +20,488,3113.909897,32 +20,489,2956.992489,30 +20,491,2045.763287,21 +20,499,2161.321105,22 +20,500,3170.496865,32 +20,511,3363.84016,34 +20,512,3420.795853,35 +20,513,3288.990514,33 +20,519,3304.251164,34 +20,531,1373.512938,14 +20,539,1460.297817,15 +20,540,3186.126683,32 +20,551,2716.546946,28 +20,559,2578.509964,26 +20,560,2077.125646,21 +20,801,1945.433533,20 +20,802,3327.015469,34 +20,803,7008.6305,71 +20,804,3705.218578,38 +20,805,7688.80035,77 +20,806,5714.230044,58 +20,807,4499.408806,45 +20,808,7354.655397,74 +41,11,1446.775751,15 +41,12,1411.709131,15 +41,19,1462.846378,15 +41,20,2501.666138,26 +41,41,36.55488658,1 +41,42,78.54876379,1 +41,49,149.5974372,2 +41,50,1124.598984,12 +41,61,328.9974734,4 +41,62,655.4326089,7 +41,63,281.5085678,3 +41,64,656.8511075,7 +41,69,620.0805254,7 +41,81,599.1137088,6 +41,89,533.4713872,6 +41,91,2227.522737,23 +41,92,2186.634037,22 +41,99,2241.739693,23 +41,100,2060.572752,21 +41,111,1978.583953,20 +41,121,1776.504615,18 +41,122,1942.092461,20 +41,123,1826.044412,19 +41,124,1776.082088,18 +41,129,1722.973008,18 +41,131,1583.096618,16 +41,132,1772.034706,18 +41,139,1649.654502,17 +41,151,2915.446601,30 +41,159,2882.976224,29 +41,160,787.2605123,8 +41,171,1427.22305,15 +41,172,1285.193698,13 +41,179,1341.450142,14 +41,181,1469.476738,15 +41,182,1498.426894,15 +41,189,1498.22823,15 +41,190,1181.727521,12 +41,201,1024.947583,11 +41,209,849.7790243,9 +41,211,1514.705376,16 +41,219,1533.578656,16 +41,221,1232.444909,13 +41,222,1123.703868,12 +41,223,1307.653814,14 +41,229,1155.247345,12 +41,230,2385.494864,24 +41,241,2001.948739,21 +41,242,1983.942558,20 +41,249,2001.245803,21 +41,251,2291.877511,23 +41,259,2262.717606,23 +41,261,1678.975676,17 +41,262,1565.022061,16 +41,269,1623.103667,17 +41,271,1282.239998,13 +41,279,1265.408893,13 +41,280,1291.969086,13 +41,291,1069.015272,11 +41,292,1241.594393,13 +41,299,1150.683094,12 +41,300,978.9922335,10 +41,310,911.0020609,10 +41,321,351.2540653,4 +41,329,558.0818698,6 +41,330,2276.667136,23 +41,341,2120.152304,22 +41,342,2084.375888,21 +41,349,2097.089354,21 +41,350,373.9502893,4 +41,361,2153.262081,22 +41,362,1912.154413,20 +41,363,2151.263103,22 +41,364,1973.185404,20 +41,369,2056.861521,21 +41,371,1779.132539,18 +41,372,1810.945651,19 +41,373,1886.645086,19 +41,379,1859.476141,19 +41,380,1163.695509,12 +41,391,1596.516524,16 +41,392,1760.128939,18 +41,393,1666.711448,17 +41,394,1603.076973,17 +41,399,1687.084588,17 +41,401,842.5998684,9 +41,402,925.9315233,10 +41,409,847.321391,9 +41,411,1032.80266,11 +41,419,930.0462642,10 +41,421,2064.230675,21 +41,422,1830.937724,19 +41,429,1959.5647,20 +41,440,2274.955307,23 +41,451,1835.912637,19 +41,452,1697.959643,17 +41,459,1789.545904,18 +41,460,1030.182935,11 +41,471,1276.774402,13 +41,472,1448.370446,15 +41,479,1490.798251,15 +41,481,861.5450363,9 +41,482,1065.107034,11 +41,483,940.5412352,10 +41,484,868.6325447,9 +41,485,344.3675067,4 +41,486,995.8164982,10 +41,487,835.5461448,9 +41,488,827.4294609,9 +41,489,766.1894691,8 +41,491,539.5058716,6 +41,499,424.4490836,5 +41,500,2226.173785,23 +41,511,1954.341892,20 +41,512,2011.223872,21 +41,513,1946.617502,20 +41,519,1851.374628,19 +41,531,1141.647415,12 +41,539,1069.105495,11 +41,540,1785.126264,18 +41,551,1470.314967,15 +41,559,1418.221588,15 +41,560,744.5376806,8 +41,801,2063.819157,21 +41,802,853.2954061,9 +41,803,4727.606918,48 +41,804,5969.950869,60 +41,805,8129.98479,82 +41,806,7811.20816,79 +41,807,6983.943945,70 +41,808,8476.770259,85 +42,11,1450.998279,15 +42,12,1405.460328,15 +42,19,1464.845309,15 +42,20,2567.358869,26 +42,41,78.54876379,1 +42,42,0,1 +42,49,177.5196881,2 +42,50,1133.833439,12 +42,61,360.810904,4 +42,62,708.8823495,8 +42,63,297.0416355,3 +42,64,702.8161879,8 +42,69,670.0404619,7 +42,81,651.2618369,7 +42,89,583.9280907,6 +42,91,2254.057849,23 +42,92,2212.639171,23 +42,99,2267.683121,23 +42,100,2081.389553,21 +42,111,1998.944476,20 +42,121,1772.552543,18 +42,122,1928.362525,20 +42,123,1818.283013,19 +42,124,1765.961088,18 +42,129,1715.118053,18 +42,131,1588.315731,16 +42,132,1773.184371,18 +42,139,1651.927518,17 +42,151,2918.554385,30 +42,159,2884.471381,29 +42,160,857.7670069,9 +42,171,1459.264793,15 +42,172,1308.902159,14 +42,179,1367.676392,14 +42,181,1499.451803,15 +42,182,1522.962284,16 +42,189,1522.990168,16 +42,190,1219.512789,13 +42,201,1052.986132,11 +42,209,880.7395142,9 +42,211,1534.035551,16 +42,219,1551.226739,16 +42,221,1223.450531,13 +42,222,1111.462431,12 +42,223,1297.776511,13 +42,229,1149.651275,12 +42,230,2417.692757,25 +42,241,2023.264583,21 +42,242,2003.988103,21 +42,249,2021.700887,21 +42,251,2319.401287,24 +42,259,2289.76895,23 +42,261,1710.482649,18 +42,262,1598.950663,16 +42,269,1660.201217,17 +42,271,1328.415736,14 +42,279,1314.093385,14 +42,280,1292.700783,13 +42,291,1097.183992,11 +42,292,1264.509531,13 +42,299,1174.559361,12 +42,300,1047.719172,11 +42,310,954.8169745,10 +42,321,413.7576187,5 +42,329,620.9051418,7 +42,330,2306.779462,24 +42,341,2144.42055,22 +42,342,2106.450579,22 +42,349,2119.482574,22 +42,350,392.1798323,4 +42,361,2182.513516,22 +42,362,1942.272661,20 +42,363,2176.481089,22 +42,364,2003.607453,21 +42,369,2086.624023,21 +42,371,1789.997177,18 +42,372,1823.98471,19 +42,373,1899.164074,19 +42,379,1871.161418,19 +42,380,1222.886614,13 +42,391,1619.010164,17 +42,392,1787.900433,18 +42,393,1691.07922,17 +42,394,1627.54421,17 +42,399,1712.377649,18 +42,401,856.1174023,9 +42,402,942.7955266,10 +42,409,861.2744963,9 +42,411,1097.870602,11 +42,419,995.1349417,10 +42,421,2087.46649,21 +42,422,1855.834984,19 +42,429,1984.990004,20 +42,440,2301.224154,24 +42,451,1840.483341,19 +42,452,1706.97131,18 +42,459,1796.180617,18 +42,460,1082.541981,11 +42,471,1287.202769,13 +42,472,1461.521777,15 +42,479,1503.029665,16 +42,481,844.8912549,9 +42,482,1051.863533,11 +42,483,911.4982422,10 +42,484,867.7662399,9 +42,485,326.51175,4 +42,486,980.0083721,10 +42,487,803.2939169,9 +42,488,805.6674421,9 +42,489,759.5096444,8 +42,491,609.6089598,7 +42,499,493.0956511,5 +42,500,2257.859222,23 +42,511,1971.132658,20 +42,512,2027.009303,21 +42,513,1966.713102,20 +42,519,1867.965203,19 +42,531,1209.101269,13 +42,539,1137.542911,12 +42,540,1805.5825,19 +42,551,1505.946024,16 +42,559,1459.21675,15 +42,560,808.5254152,9 +42,801,2123.106724,22 +42,802,798.2665407,8 +42,803,4679.987448,47 +42,804,6041.509626,61 +42,805,8159.250888,82 +42,806,7881.370041,79 +42,807,7050.224215,71 +42,808,8469.862535,85 +49,11,1411.394337,15 +49,12,1384.125062,14 +49,19,1429.016652,15 +49,20,2471.696129,25 +49,41,149.5974372,2 +49,42,177.5196881,2 +49,49,174.5430612,2 +49,50,1087.517451,11 +49,61,365.2999724,4 +49,62,653.8462,7 +49,63,334.0161874,4 +49,64,665.0083906,7 +49,69,624.0677202,7 +49,81,545.9534045,6 +49,89,483.1094507,5 +49,91,2176.511644,22 +49,92,2135.964097,22 +49,99,2191.013977,22 +49,100,2012.957923,21 +49,111,1931.385955,20 +49,121,1745.91856,18 +49,122,1918.710412,20 +49,123,1798.222227,18 +49,124,1750.23675,18 +49,129,1695.575922,17 +49,131,1546.522633,16 +49,132,1737.733079,18 +49,139,1614.964919,17 +49,151,2953.079157,30 +49,159,2921.77175,30 +49,160,745.6222912,8 +49,171,1375.309456,14 +49,172,1238.202863,13 +49,179,1292.932888,13 +49,181,1418.42931,15 +49,182,1450.140477,15 +49,189,1449.866262,15 +49,190,1128.281063,12 +49,201,977.0639392,10 +49,209,802.0715963,9 +49,211,1469.325413,15 +49,219,1489.168798,15 +49,221,1207.884518,13 +49,222,1102.399312,12 +49,223,1283.387405,13 +49,229,1128.594042,12 +49,230,2331.492862,24 +49,241,1954.161441,20 +49,242,1936.919319,20 +49,249,1953.960324,20 +49,251,2240.263211,23 +49,259,2211.392706,23 +49,261,1626.569483,17 +49,262,1511.786484,16 +49,269,1568.428444,16 +49,271,1225.189398,13 +49,279,1207.890451,13 +49,280,1259.846089,13 +49,291,1020.765798,11 +49,292,1195.261128,12 +49,299,1104.425613,12 +49,300,927.4612293,10 +49,310,857.0066462,9 +49,321,345.6453344,4 +49,329,542.5286755,6 +49,330,2223.794035,23 +49,341,2070.51747,21 +49,342,2036.006465,21 +49,349,2048.531746,21 +49,350,348.5746718,4 +49,361,2100.995848,22 +49,362,1859.89705,19 +49,363,2101.068803,22 +49,364,1920.658578,20 +49,369,2004.520574,21 +49,371,1738.199317,18 +49,372,1768.540783,18 +49,373,1844.387461,19 +49,379,1817.845096,19 +49,380,1105.227868,12 +49,391,1549.048867,16 +49,392,1709.379528,18 +49,393,1618.007296,17 +49,394,1554.494963,16 +49,399,1637.850555,17 +49,401,805.0523281,9 +49,402,885.3723816,9 +49,409,809.670605,9 +49,411,1008.155014,11 +49,419,905.3939813,10 +49,421,2015.255315,21 +49,422,1781.537066,18 +49,429,1909.62024,20 +49,440,2224.010008,23 +49,451,1799.040224,18 +49,452,1658.462102,17 +49,459,1751.39751,18 +49,460,972.9551379,10 +49,471,1237.942508,13 +49,472,1407.022622,15 +49,479,1449.916877,15 +49,481,846.1875551,9 +49,482,1045.034693,11 +49,483,935.1619329,10 +49,484,840.8462777,9 +49,485,344.8006415,4 +49,486,978.4343015,10 +49,487,834.2160064,9 +49,488,816.8106639,9 +49,489,745.1627496,8 +49,491,495.4920109,5 +49,499,383.3879345,4 +49,500,2172.627174,22 +49,511,1909.294021,20 +49,512,1966.665672,20 +49,513,1899.639782,19 +49,519,1806.695772,19 +49,531,1111.157162,12 +49,539,1035.840697,11 +49,540,1738.324355,18 +49,551,1416.594782,15 +49,559,1362.540717,14 +49,560,690.4963889,7 +49,801,2008.658569,21 +49,802,875.8540124,9 +49,803,4733.856163,48 +49,804,5920.360797,60 +49,805,8074.083524,81 +49,806,7753.57655,78 +49,807,6951.100978,70 +49,808,8517.906911,86 +50,11,343.1843699,4 +50,12,398.3262412,4 +50,19,374.5224395,4 +50,20,3001.713238,31 +50,41,1124.598984,12 +50,42,1133.833439,12 +50,49,1087.517451,11 +50,50,121.6356241,2 +50,61,1424.222222,15 +50,62,1608.167747,17 +50,63,1400.33969,15 +50,64,1660.37033,17 +50,69,1591.051077,16 +50,81,768.3408483,8 +50,89,783.9211364,8 +50,91,1179.83172,12 +50,92,1135.986475,12 +50,99,1188.945803,12 +50,100,977.2666152,10 +50,111,894.0971486,9 +50,121,701.4416784,8 +50,122,937.1753051,10 +50,123,776.47934,8 +50,124,750.8233039,8 +50,129,684.0196586,7 +50,131,471.062039,5 +50,132,669.1785714,7 +50,139,549.4809048,6 +50,151,4030.039553,41 +50,159,3999.464009,40 +50,160,1337.340132,14 +50,171,528.9543538,6 +50,172,307.9414805,4 +50,179,387.0346943,4 +50,181,528.1930618,6 +50,182,480.2039061,5 +50,189,484.8082235,5 +50,190,505.3204801,6 +50,201,315.7026673,4 +50,209,422.8848021,5 +50,211,442.2812053,5 +50,219,448.8847131,5 +50,221,323.2807247,4 +50,222,342.2388243,4 +50,223,374.5014664,4 +50,229,253.9888338,3 +50,230,1384.040616,14 +50,241,922.8802854,10 +50,242,897.8316382,9 +50,249,917.7394266,10 +50,251,1250.384452,13 +50,259,1218.639387,13 +50,261,721.1669424,8 +50,262,661.705087,7 +50,269,761.9395658,8 +50,271,705.9375711,8 +50,279,757.1496277,8 +50,280,243.3433751,3 +50,291,313.8863732,4 +50,292,271.0654887,3 +50,299,265.0726879,3 +50,300,1231.127892,13 +50,310,581.3596522,6 +50,321,1312.299766,14 +50,329,1431.581929,15 +50,330,1258.821371,13 +50,341,1058.262896,11 +50,342,1008.17186,11 +50,349,1023.380157,11 +50,350,774.5083031,8 +50,361,1132.222462,12 +50,362,913.8156941,10 +50,363,1095.692753,11 +50,364,973.8124775,10 +50,369,1046.06011,11 +50,371,661.6578876,7 +50,372,697.4387115,7 +50,373,771.4959182,8 +50,379,743.5058853,8 +50,380,959.3398748,10 +50,391,545.2979914,6 +50,392,748.189952,8 +50,393,627.7162378,7 +50,394,570.7670693,6 +50,399,657.7982608,7 +50,401,294.134123,3 +50,402,235.4909726,3 +50,409,300.6974036,4 +50,411,1750.846968,18 +50,419,1660.689267,17 +50,421,996.3877183,10 +50,422,785.7567632,8 +50,429,913.3119698,10 +50,440,1223.801825,13 +50,451,721.0167613,8 +50,452,579.5286528,6 +50,459,672.5359492,7 +50,460,751.5062033,8 +50,471,170.8057407,2 +50,472,341.2710272,4 +50,479,381.0363064,4 +50,481,452.7577142,5 +50,482,354.8705492,4 +50,483,589.227731,6 +50,484,303.3405797,4 +50,485,829.400131,9 +50,486,400.1447534,5 +50,487,644.9057417,7 +50,488,524.0199829,6 +50,489,472.7102202,5 +50,491,1143.302371,12 +50,499,1094.161943,11 +50,500,1226.183404,13 +50,511,852.2061667,9 +50,512,904.503917,10 +50,513,861.4301916,9 +50,519,750.3029083,8 +50,531,1770.997493,18 +50,539,1671.351463,17 +50,540,707.6575237,8 +50,551,617.6761311,7 +50,559,681.8284352,7 +50,560,976.4889765,10 +50,801,1728.567882,18 +50,802,974.3181969,10 +50,803,4016.539555,41 +50,804,5892.044095,59 +50,805,7059.063927,71 +50,806,7417.982191,75 +50,807,7266.053447,73 +50,808,9598.45109,96 +61,11,1752.686709,18 +61,12,1730.566197,18 +61,19,1771.561755,18 +61,20,2289.847821,23 +61,41,328.9974734,4 +61,42,360.810904,4 +61,49,365.2999724,4 +61,50,1424.222222,15 +61,61,88.22861765,1 +61,62,392.2474766,4 +61,63,111.7291348,2 +61,64,360.7769565,4 +61,69,359.3263978,4 +61,81,788.5232023,8 +61,89,733.6945973,8 +61,91,2479.829405,25 +61,92,2440.752881,25 +61,99,2495.741752,25 +61,100,2329.775823,24 +61,111,2249.431201,23 +61,121,2092.139279,21 +61,122,2266.033261,23 +61,123,2145.486519,22 +61,124,2097.64706,21 +61,129,2042.441156,21 +61,131,1886.878951,19 +61,132,2081.246528,21 +61,139,1957.319038,20 +61,151,2607.601374,27 +61,159,2578.102041,26 +61,160,725.3485319,8 +61,171,1669.185774,17 +61,172,1553.140275,16 +61,179,1601.188576,17 +61,181,1717.484943,18 +61,182,1761.852684,18 +61,189,1760.691935,18 +61,190,1407.63526,15 +61,201,1285.342632,13 +61,209,1105.729716,12 +61,211,1791.194255,18 +61,219,1813.774937,19 +61,221,1554.067336,16 +61,222,1447.783118,15 +61,223,1629.757066,17 +61,229,1473.842066,15 +61,230,2618.435623,27 +61,241,2270.193871,23 +61,242,2255.525337,23 +61,249,2271.680392,23 +61,251,2540.795829,26 +61,259,2513.238834,26 +61,261,1919.780516,20 +61,262,1798.945212,18 +61,269,1844.047921,19 +61,271,1471.683251,15 +61,279,1441.834377,15 +61,280,1602.847664,17 +61,291,1328.216976,14 +61,292,1512.07618,16 +61,299,1419.107708,15 +61,300,984.6256389,10 +61,310,1120.127154,12 +61,321,240.651761,3 +61,329,386.7550525,4 +61,330,2517.375846,26 +61,341,2379.677655,24 +61,342,2350.155601,24 +61,349,2361.845036,24 +61,350,667.9171287,7 +61,361,2397.559597,24 +61,362,2155.370181,22 +61,363,2407.875618,25 +61,364,2214.972241,23 +61,369,2300.08259,24 +61,371,2072.183117,21 +61,372,2099.503142,21 +61,373,2175.905997,22 +61,379,2150.511444,22 +61,380,1279.005591,13 +61,391,1864.488751,19 +61,392,2011.930959,21 +61,393,1929.064377,20 +61,394,1865.73676,19 +61,399,1946.539497,20 +61,401,1138.609555,12 +61,402,1214.393503,13 +61,409,1141.920757,12 +61,411,832.1493423,9 +61,419,740.4556474,8 +61,421,2326.973538,24 +61,422,2090.545857,21 +61,429,2216.729347,23 +61,440,2527.799948,26 +61,451,2139.825463,22 +61,452,1994.851713,20 +61,459,2090.144837,21 +61,460,1193.988969,12 +61,471,1573.588397,16 +61,472,1738.802862,18 +61,479,1782.754438,18 +61,481,1188.045579,12 +61,482,1389.863155,14 +61,483,1266.961487,13 +61,484,1184.259337,12 +61,485,672.2164445,7 +61,486,1321.684822,14 +61,487,1160.739277,12 +61,488,1154.865992,12 +61,489,1083.774504,11 +61,491,555.215365,6 +61,499,483.8847225,5 +61,500,2461.908002,25 +61,511,2233.97292,23 +61,512,2292.885317,23 +61,513,2218.301929,23 +61,519,2131.950076,22 +61,531,964.5797243,10 +61,539,914.7700096,10 +61,540,2056.78587,21 +61,551,1699.509327,17 +61,559,1627.188004,17 +61,560,834.4843031,9 +61,801,2115.533546,22 +61,802,1146.851251,12 +61,803,5033.451129,51 +61,804,5848.025101,59 +61,805,8357.144865,84 +61,806,7753.931339,78 +61,807,6759.89767,68 +61,808,8181.10236,82 +62,11,1940.474491,20 +62,12,1956.859996,20 +62,19,1966.924035,20 +62,20,1907.932736,20 +62,41,655.4326089,7 +62,42,708.8823495,8 +62,49,653.8462,7 +62,50,1608.167747,17 +62,61,392.2474766,4 +62,62,40.67056038,1 +62,63,478.0167915,5 +62,64,108.1008126,2 +62,69,157.2007849,2 +62,81,868.1218117,9 +62,89,841.0742886,9 +62,91,2542.623063,26 +62,92,2507.50897,26 +62,99,2561.14698,26 +62,100,2426.088855,25 +62,111,2350.550381,24 +62,121,2301.042068,24 +62,122,2507.543087,26 +62,123,2367.424072,24 +62,124,2329.050988,24 +62,129,2267.000856,23 +62,131,2066.141159,21 +62,132,2270.81252,23 +62,139,2145.779212,22 +62,151,2482.746086,25 +62,159,2463.243381,25 +62,160,524.2179271,6 +62,171,1738.958735,18 +62,172,1670.652573,17 +62,179,1703.416507,18 +62,181,1794.857037,18 +62,182,1863.342171,19 +62,189,1860.877917,19 +62,190,1467.155542,15 +62,201,1404.354797,15 +62,209,1232.527761,13 +62,211,1915.174021,20 +62,219,1944.284093,20 +62,221,1794.667714,18 +62,222,1701.69786,18 +62,223,1870.970646,19 +62,229,1706.28332,18 +62,230,2646.266818,27 +62,241,2366.003204,24 +62,242,2357.943465,24 +62,249,2371.662299,24 +62,251,2596.538124,26 +62,259,2572.340356,26 +62,261,1978.187271,20 +62,262,1850.885439,19 +62,269,1875.157291,19 +62,271,1475.58824,15 +62,279,1430.845076,15 +62,280,1808.765866,19 +62,291,1442.690397,15 +62,292,1635.801575,17 +62,299,1544.781136,16 +62,300,812.3669775,9 +62,310,1179.931201,12 +62,321,325.4499592,4 +62,329,200.1589862,3 +62,330,2559.857962,26 +62,341,2457.259951,25 +62,342,2439.664847,25 +62,349,2449.340014,25 +62,350,904.1751978,10 +62,361,2448.564016,25 +62,362,2210.578261,23 +62,363,2479.714075,25 +62,364,2266.244408,23 +62,369,2351.686359,24 +62,371,2222.216955,23 +62,372,2239.220141,23 +62,373,2315.486577,24 +62,379,2294.676217,23 +62,380,1202.941527,13 +62,391,1970.531938,20 +62,392,2085.434513,21 +62,393,2023.173486,21 +62,394,1962.341377,20 +62,399,2035.299058,21 +62,401,1328.032382,14 +62,402,1385.297248,14 +62,409,1330.073757,14 +62,411,461.7106966,5 +62,419,389.6255015,4 +62,421,2411.456556,25 +62,422,2175.224227,22 +62,429,2294.004818,23 +62,440,2590.550891,26 +62,451,2314.170444,24 +62,452,2155.218837,22 +62,459,2257.371448,23 +62,460,1186.718378,12 +62,471,1745.311692,18 +62,472,1891.809938,19 +62,479,1937.872206,20 +62,481,1462.805907,15 +62,482,1648.556538,17 +62,483,1570.468431,16 +62,484,1415.806089,15 +62,485,975.9644617,10 +62,486,1589.710647,16 +62,487,1473.445633,15 +62,488,1443.378011,15 +62,489,1337.633901,14 +62,491,507.165097,6 +62,499,530.0144376,6 +62,500,2497.482867,25 +62,511,2352.437489,24 +62,512,2414.196018,25 +62,513,2321.723596,24 +62,519,2254.696775,23 +62,531,605.1963379,7 +62,539,579.2981856,6 +62,540,2164.222648,22 +62,551,1748.256931,18 +62,559,1649.995208,17 +62,560,789.1747897,8 +62,801,1936.150534,20 +62,802,1506.704013,16 +62,803,5380.555141,54 +62,804,5487.998622,55 +62,805,8319.327392,84 +62,806,7424.181898,75 +62,807,6373.281949,64 +62,808,8051.328189,81 +63,11,1725.362351,18 +63,12,1692.704839,17 +63,19,1742.053048,18 +63,20,2379.278542,24 +63,41,281.5085678,3 +63,42,297.0416355,3 +63,49,334.0161874,4 +63,50,1400.33969,15 +63,61,111.7291348,2 +63,62,478.0167915,5 +63,63,0,1 +63,64,443.4696514,5 +63,69,437.8192607,5 +63,81,802.8897824,9 +63,89,743.0405388,8 +63,91,2480.715601,25 +63,92,2440.835013,25 +63,99,2495.941818,25 +63,100,2323.109212,24 +63,111,2241.920828,23 +63,121,2057.399804,21 +63,122,2221.695563,23 +63,123,2106.973356,22 +63,124,2056.695322,21 +63,129,2003.637111,21 +63,131,1861.089641,19 +63,132,2051.767801,21 +63,139,1928.695206,20 +63,151,2635.033055,27 +63,159,2603.312254,27 +63,160,794.5085954,8 +63,171,1672.672281,17 +63,172,1545.723641,16 +63,179,1597.177935,16 +63,181,1718.772798,18 +63,182,1756.890537,18 +63,189,1756.036776,18 +63,190,1415.910112,15 +63,201,1280.231417,13 +63,209,1101.199428,12 +63,211,1780.377685,18 +63,219,1801.165464,19 +63,221,1513.125927,16 +63,222,1403.589271,15 +63,223,1588.180756,16 +63,229,1435.823867,15 +63,230,2627.109121,27 +63,241,2263.903064,23 +63,242,2247.666199,23 +63,249,2264.361182,23 +63,251,2543.145427,26 +63,259,2514.889842,26 +63,261,1924.333278,20 +63,262,1805.794039,19 +63,269,1855.467925,19 +63,271,1492.23916,15 +63,279,1465.936536,15 +63,280,1571.454847,16 +63,291,1323.768666,14 +63,292,1503.425146,16 +63,299,1410.795494,15 +63,300,1045.201958,11 +63,310,1132.080507,12 +63,321,294.3338491,3 +63,329,463.5168709,5 +63,330,2522.958925,26 +63,341,2377.383784,24 +63,342,2345.075928,24 +63,349,2357.204616,24 +63,350,640.9054251,7 +63,361,2401.578322,25 +63,362,2159.439142,22 +63,363,2406.85967,25 +63,364,2219.704306,23 +63,369,2304.359214,24 +63,371,2053.133043,21 +63,372,2082.974184,21 +63,373,2159.061061,22 +63,379,2132.629695,22 +63,380,1318.636326,14 +63,391,1857.733808,19 +63,392,2012.331283,21 +63,393,1924.886873,20 +63,394,1861.320847,19 +63,399,1943.577353,20 +63,401,1116.37347,12 +63,402,1196.356925,12 +63,409,1120.075252,12 +63,411,919.8167363,10 +63,419,826.1215507,9 +63,421,2323.217279,24 +63,422,2087.817881,21 +63,429,2215.208726,23 +63,440,2528.519699,26 +63,451,2114.131364,22 +63,452,1973.49611,20 +63,459,2066.53647,21 +63,460,1220.142917,13 +63,471,1551.822679,16 +63,472,1720.838267,18 +63,479,1763.985511,18 +63,481,1139.383643,12 +63,482,1344.627666,14 +63,483,1208.236466,13 +63,484,1149.104583,12 +63,485,620.5139181,7 +63,486,1274.059361,13 +63,487,1099.557284,11 +63,488,1101.985227,12 +63,489,1042.928703,11 +63,491,605.8346163,7 +63,499,520.5144773,6 +63,500,2469.325651,25 +63,511,2222.212904,23 +63,512,2280.161957,23 +63,513,2210.35885,23 +63,519,2119.580557,22 +63,531,1051.376075,11 +63,539,998.9281214,10 +63,540,2048.609396,21 +63,551,1707.806748,18 +63,559,1642.082084,17 +63,560,875.0338402,9 +63,801,2169.069235,22 +63,802,1068.046675,11 +63,803,4956.30938,50 +63,804,5935.423477,60 +63,805,8371.575765,84 +63,806,7835.406427,79 +63,807,6850.371062,69 +63,808,8200.76549,83 +64,11,1993.120953,20 +64,12,2000.000578,21 +64,19,2017.793137,21 +64,20,1959.546827,20 +64,41,656.8511075,7 +64,42,702.8161879,8 +64,49,665.0083906,7 +64,50,1660.37033,17 +64,61,360.7769565,4 +64,62,108.1008126,2 +64,63,443.4696514,5 +64,64,57.70036998,1 +64,69,179.7003962,2 +64,81,935.1642141,10 +64,89,901.9739627,10 +64,91,2620.606854,27 +64,92,2584.822323,26 +64,99,2638.759256,27 +64,100,2498.400121,25 +64,111,2421.880834,25 +64,121,2349.536798,24 +64,122,2547.759015,26 +64,123,2412.710149,25 +64,124,2371.73236,24 +64,129,2311.31414,24 +64,131,2121.113587,22 +64,132,2323.928807,24 +64,139,2198.777055,22 +64,151,2408.939298,25 +64,159,2387.726708,24 +64,160,619.5771483,7 +64,171,1813.97268,19 +64,172,1737.059968,18 +64,179,1772.632846,18 +64,181,1868.818041,19 +64,182,1933.374621,20 +64,189,1931.061415,20 +64,190,1542.657999,16 +64,201,1469.185759,15 +64,209,1294.542872,13 +64,211,1981.218312,20 +64,219,2009.118007,21 +64,221,1833.401651,19 +64,222,1736.310343,18 +64,223,1909.776963,20 +64,229,1746.852026,18 +64,230,2729.393092,28 +64,241,2438.28873,25 +64,242,2429.053555,25 +64,249,2443.222383,25 +64,251,2675.671061,27 +64,259,2650.928541,27 +64,261,2055.703141,21 +64,262,1929.046742,20 +64,269,1956.286946,20 +64,271,1559.276437,16 +64,279,1516.034711,16 +64,280,1856.510908,19 +64,291,1508.595793,16 +64,292,1700.880401,18 +64,299,1608.928208,17 +64,300,908.8149409,10 +64,310,1253.599961,13 +64,321,359.7914439,4 +64,329,279.1422629,3 +64,330,2640.859061,27 +64,341,2532.764967,26 +64,342,2513.166972,26 +64,349,2523.179992,26 +64,350,936.9163643,10 +64,361,2528.162675,26 +64,362,2289.110103,23 +64,363,2556.177243,26 +64,364,2345.480505,24 +64,369,2431.001952,25 +64,371,2283.922888,23 +64,372,2303.061316,24 +64,373,2379.524717,24 +64,379,2357.708107,24 +64,380,1294.498259,13 +64,391,2040.074488,21 +64,392,2160.83547,22 +64,393,2094.964824,21 +64,394,2033.537805,21 +64,399,2108.009255,22 +64,401,1377.512308,14 +64,402,1439.350537,15 +64,409,1379.709495,14 +64,411,538.8257004,6 +64,419,472.0644127,5 +64,421,2485.748959,25 +64,422,2248.996174,23 +64,429,2369.235372,24 +64,440,2668.617066,27 +64,451,2370.869595,24 +64,452,2214.591389,23 +64,459,2315.491015,24 +64,460,1270.367453,13 +64,471,1800.944453,19 +64,472,1951.979703,20 +64,479,1997.708312,20 +64,481,1490.099634,15 +64,482,1681.562755,17 +64,483,1588.438323,16 +64,484,1455.318684,15 +64,485,990.3845867,10 +64,486,1619.625517,17 +64,487,1487.645409,15 +64,488,1466.107241,15 +64,489,1369.747096,14 +64,491,586.9498724,6 +64,499,593.1180526,6 +64,500,2579.354805,26 +64,511,2420.62712,25 +64,512,2481.979156,25 +64,513,2392.585125,24 +64,519,2321.843077,24 +64,531,686.1068799,7 +64,539,666.5776235,7 +64,540,2233.986715,23 +64,551,1826.595138,19 +64,559,1731.677976,18 +64,560,874.0669749,9 +64,801,2028.329116,21 +64,802,1498.592983,15 +64,803,5382.251598,54 +64,804,5559.254713,56 +64,805,8412.480875,85 +64,806,7505.220942,76 +64,807,6413.887201,65 +64,808,7982.805381,80 +69,11,1922.413492,20 +69,12,1933.686024,20 +69,19,1947.835846,20 +69,20,1955.249227,20 +69,41,620.0805254,7 +69,42,670.0404619,7 +69,49,624.0677202,7 +69,50,1591.051077,16 +69,61,359.3263978,4 +69,62,157.2007849,2 +69,63,437.8192607,5 +69,64,179.7003962,2 +69,69,207.4722088,3 +69,81,866.9497299,9 +69,89,836.3260017,9 +69,91,2539.866228,26 +69,92,2504.292846,26 +69,99,2558.048362,26 +69,100,2419.254318,25 +69,111,2343.186117,24 +69,121,2279.859413,23 +69,122,2481.903963,25 +69,123,2344.472843,24 +69,124,2304.876676,24 +69,129,2243.786332,23 +69,131,2049.057562,21 +69,132,2252.186585,23 +69,139,2127.411873,22 +69,151,2496.907164,25 +69,159,2476.194471,25 +69,160,561.0867072,6 +69,171,1736.362745,18 +69,172,1662.104433,17 +69,179,1696.761788,17 +69,181,1791.207819,18 +69,182,1856.53131,19 +69,189,1854.230667,19 +69,190,1466.418344,15 +69,201,1396.143789,14 +69,209,1223.74674,13 +69,211,1905.418635,20 +69,219,1933.653321,20 +69,221,1769.740747,18 +69,222,1675.065176,17 +69,223,1845.881871,19 +69,229,1682.556772,17 +69,230,2647.729202,27 +69,241,2359.292061,24 +69,242,2350.407776,24 +69,249,2364.421704,24 +69,251,2594.605884,26 +69,259,2570.015312,26 +69,261,1976.632491,20 +69,262,1850.333457,19 +69,269,1877.14408,19 +69,271,1481.758109,15 +69,279,1438.942708,15 +69,280,1788.45997,18 +69,291,1434.981186,15 +69,292,1626.513954,17 +69,299,1535.408598,16 +69,300,842.3454626,9 +69,310,1180.019003,12 +69,321,325.8191838,4 +69,329,253.3988077,3 +69,330,2559.598611,26 +69,341,2452.742723,25 +69,342,2433.671806,25 +69,349,2443.589002,25 +69,350,881.3417541,9 +69,361,2447.360907,25 +69,362,2209.115684,23 +69,363,2475.891682,25 +69,364,2265.205684,23 +69,369,2350.509841,24 +69,371,2208.756433,23 +69,372,2227.065963,23 +69,373,2303.273407,24 +69,379,2281.899214,23 +69,380,1219.664713,13 +69,391,1962.990018,20 +69,392,2081.845609,21 +69,393,2017.072963,21 +69,394,1956.007981,20 +69,399,2029.858087,21 +69,401,1310.686141,14 +69,402,1370.310219,14 +69,409,1312.900882,14 +69,411,511.3476311,6 +69,419,439.9872599,5 +69,421,2406.121616,25 +69,422,2170.121948,22 +69,429,2289.696225,23 +69,440,2587.754931,26 +69,451,2297.484288,23 +69,452,2140.495186,22 +69,459,2241.658522,23 +69,460,1195.200539,12 +69,471,1729.607165,18 +69,472,1878.34586,19 +69,479,1924.078635,20 +69,481,1433.578746,15 +69,482,1621.329992,17 +69,483,1537.088458,16 +69,484,1392.598306,14 +69,485,943.3252566,10 +69,486,1561.265883,16 +69,487,1438.851664,15 +69,488,1412.248973,15 +69,489,1311.479116,14 +69,491,526.3614869,6 +69,499,535.6530083,6 +69,500,2498.135066,25 +69,511,2342.877569,24 +69,512,2404.215396,25 +69,513,2314.098433,24 +69,519,2244.692512,23 +69,531,653.1764166,7 +69,539,626.1234671,7 +69,540,2156.260312,22 +69,551,1748.279771,18 +69,559,1653.427756,17 +69,560,804.6734322,9 +69,801,1962.402165,20 +69,802,1465.123148,15 +69,803,5339.812116,54 +69,804,5532.990573,56 +69,805,8326.226664,84 +69,806,7465.764301,75 +69,807,6420.275597,65 +69,808,8063.54893,81 +81,11,1092.058504,11 +81,12,1142.667153,12 +81,19,1124.24836,12 +81,20,2327.348536,24 +81,41,599.1137088,6 +81,42,651.2618369,7 +81,49,545.9534045,6 +81,50,768.3408483,8 +81,61,788.5232023,8 +81,62,868.1218117,9 +81,63,802.8897824,9 +81,64,935.1642141,10 +81,69,866.9497299,9 +81,81,47.18356814,1 +81,89,147.5481696,2 +81,91,1700.913075,18 +81,92,1663.188552,17 +81,99,1717.808244,18 +81,100,1566.758153,16 +81,111,1489.208433,15 +81,121,1460.98776,15 +81,122,1694.617328,17 +81,123,1537.315669,16 +81,124,1509.11627,16 +81,129,1442.175357,15 +81,131,1210.669455,13 +81,132,1418.208114,15 +81,139,1295.159207,13 +81,151,3340.950752,34 +81,159,3317.387386,34 +81,160,584.5563571,6 +81,171,889.5176267,9 +81,172,803.8110222,9 +81,179,841.8658433,9 +81,181,941.2523289,10 +81,182,1000.148791,11 +81,189,999.4001469,10 +81,190,624.5758798,7 +81,201,537.9115266,6 +81,209,374.634497,4 +81,211,1048.157206,11 +81,219,1077.708746,11 +81,221,1007.545157,11 +81,222,943.0579974,10 +81,223,1080.210019,11 +81,229,914.2993135,10 +81,230,1832.339045,19 +81,241,1506.618936,16 +81,242,1496.287705,15 +81,249,1510.882955,16 +81,251,1759.770049,18 +81,259,1733.215664,18 +81,261,1137.510741,12 +81,262,1014.505391,11 +81,269,1059.76385,11 +81,271,691.6342696,7 +81,279,673.6204506,7 +81,280,980.6016189,10 +81,291,576.0832204,6 +81,292,768.8279649,8 +81,299,680.9443202,7 +81,300,575.0478329,6 +81,310,340.2526819,4 +81,321,614.4040945,7 +81,329,687.6144752,7 +81,330,1733.087554,18 +81,341,1606.558901,17 +81,342,1583.095377,16 +81,349,1593.974207,16 +81,350,374.0175104,4 +81,361,1614.854854,17 +81,362,1373.110291,14 +81,363,1632.31467,17 +81,364,1431.774758,15 +81,369,1517.571742,16 +81,371,1355.980749,14 +81,372,1371.969676,14 +81,373,1448.201703,15 +81,379,1428.151176,15 +81,380,588.2306595,6 +81,391,1106.439369,12 +81,392,1235.515077,13 +81,393,1163.203112,12 +81,394,1101.077819,12 +81,399,1178.018845,12 +81,401,511.6009029,6 +81,402,543.887621,6 +81,409,515.9497972,6 +81,411,989.5555635,10 +81,419,898.4283649,9 +81,421,1557.070013,16 +81,422,1319.893121,14 +81,429,1443.050931,15 +81,440,1749.007068,18 +81,451,1453.921641,15 +81,452,1291.451575,13 +81,459,1395.311116,14 +81,460,438.8733888,5 +81,471,890.9112773,9 +81,472,1027.829354,11 +81,479,1074.74758,11 +81,481,777.6185887,8 +81,482,903.6987801,10 +81,483,940.132497,10 +81,484,651.6246987,7 +81,485,555.4479784,6 +81,486,870.6751261,9 +81,487,888.0957486,9 +81,488,796.0049505,8 +81,489,645.2574578,7 +81,491,380.1078499,4 +81,499,359.9724155,4 +81,500,1676.397526,17 +81,511,1486.744617,15 +81,512,1548.12965,16 +81,513,1459.596173,15 +81,519,1388.573783,14 +81,531,1023.778953,11 +81,539,926.3005955,10 +81,540,1300.901499,14 +81,551,914.0064543,10 +81,559,842.5302937,9 +81,560,280.796539,3 +81,801,1560.654508,16 +81,802,1101.301547,12 +81,803,4721.101852,48 +81,804,5553.53874,56 +81,805,7571.243187,76 +81,806,7302.721078,74 +81,807,6737.928914,68 +81,808,8916.64146,90 +89,11,1110.773734,12 +89,12,1147.940666,12 +89,19,1140.569986,12 +89,20,2362.201663,24 +89,41,533.4713872,6 +89,42,583.9280907,6 +89,49,483.1094507,5 +89,50,783.9211364,8 +89,61,733.6945973,8 +89,62,841.0742886,9 +89,63,743.0405388,8 +89,64,901.9739627,10 +89,69,836.3260017,9 +89,81,147.5481696,2 +89,89,167.6732646,2 +89,91,1754.280716,18 +89,92,1715.838904,18 +89,99,1770.620467,18 +89,100,1613.147486,17 +89,111,1534.540325,16 +89,121,1475.696543,15 +89,122,1700.234988,18 +89,123,1548.287172,16 +89,124,1516.658592,16 +89,129,1451.390035,15 +89,131,1233.272879,13 +89,132,1438.858251,15 +89,139,1315.308854,14 +89,151,3300.41066,34 +89,159,3275.532709,33 +89,160,606.7421598,7 +89,171,944.2711336,10 +89,172,844.7785787,9 +89,179,887.4981171,9 +89,181,993.7443303,10 +89,182,1045.900827,11 +89,189,1045.363424,11 +89,190,684.659932,7 +89,201,577.8643437,6 +89,209,409.3836164,5 +89,211,1087.38532,11 +89,219,1114.902027,12 +89,221,1004.785652,11 +89,222,933.097923,10 +89,223,1078.637895,11 +89,229,912.7894923,10 +89,230,1891.765731,19 +89,241,1553.187997,16 +89,242,1541.301027,16 +89,249,1556.473208,16 +89,251,1814.383101,19 +89,259,1787.247752,18 +89,261,1193.621889,12 +89,262,1072.775176,11 +89,269,1121.882462,12 +89,271,763.6275427,8 +89,279,747.8279499,8 +89,280,991.1536205,10 +89,291,617.9255495,7 +89,292,807.6241775,9 +89,299,718.681835,8 +89,300,632.8035369,7 +89,310,408.6036952,5 +89,321,572.2314075,6 +89,329,664.5284697,7 +89,330,1790.23799,18 +89,341,1657.057552,17 +89,342,1631.016205,17 +89,349,1642.310793,17 +89,350,326.149751,4 +89,361,1670.743017,17 +89,362,1428.923754,15 +89,363,1683.976765,17 +89,364,1488.19187,15 +89,369,1573.591464,16 +89,371,1388.304174,14 +89,372,1407.260226,15 +89,373,1483.675508,15 +89,379,1462.211435,15 +89,380,669.0801075,7 +89,391,1150.815737,12 +89,392,1287.804324,13 +89,393,1210.652077,13 +89,394,1148.000222,12 +89,399,1226.770229,13 +89,401,516.8935767,6 +89,402,560.138679,6 +89,409,521.3442597,6 +89,411,998.7219239,10 +89,419,904.2122881,10 +89,421,1606.151361,17 +89,422,1369.355016,14 +89,429,1493.926485,15 +89,440,1802.282014,19 +89,451,1479.453318,15 +89,452,1320.479237,14 +89,459,1422.69139,15 +89,460,518.721384,6 +89,471,913.3044446,10 +89,472,1057.884114,11 +89,479,1104.205257,12 +89,481,752.0532485,8 +89,482,890.4892913,9 +89,483,907.502767,10 +89,484,641.5388535,7 +89,485,496.6261219,5 +89,486,852.0999573,9 +89,487,849.0349169,9 +89,488,764.5197328,8 +89,489,621.5506508,7 +89,491,380.61187,4 +89,499,338.8829679,4 +89,500,1734.955917,18 +89,511,1527.808074,16 +89,512,1588.50026,16 +89,513,1504.392242,16 +89,519,1428.415317,15 +89,531,1043.9123,11 +89,539,948.4942423,10 +89,540,1344.727671,14 +89,551,973.7501471,10 +89,559,908.4655788,10 +89,560,347.3828997,4 +89,801,1627.741253,17 +89,802,1046.811906,11 +89,803,4701.563112,48 +89,804,5617.601891,57 +89,805,7632.504507,77 +89,806,7374.248355,74 +89,807,6785.365007,68 +89,808,8877.561878,89 +91,11,968.9982221,10 +91,12,1153.618973,12 +91,19,994.9377304,10 +91,20,3306.326583,34 +91,41,2227.522737,23 +91,42,2254.057849,23 +91,49,2176.511644,22 +91,50,1179.83172,12 +91,61,2479.829405,25 +91,62,2542.623063,26 +91,63,2480.715601,25 +91,64,2620.606854,27 +91,69,2539.866228,26 +91,81,1700.913075,18 +91,89,1754.280716,18 +91,91,21.79568635,1 +91,92,49.13265809,1 +91,99,29.20732762,1 +91,100,244.3925935,3 +91,111,312.2454256,4 +91,121,951.4135301,10 +91,122,1171.429973,12 +91,123,1029.968528,11 +91,124,1096.362784,11 +91,129,1070.167324,11 +91,131,860.0746639,9 +91,132,837.2088215,9 +91,139,877.5065795,9 +91,151,5024.236773,51 +91,159,5004.150935,51 +91,160,2111.400319,22 +91,171,812.5806644,9 +91,172,946.9147725,10 +91,179,895.354513,9 +91,181,762.8640788,8 +91,182,732.7012632,8 +91,189,736.7117146,8 +91,190,1082.900209,11 +91,201,1203.647388,13 +91,209,1383.942049,14 +91,211,741.2126885,8 +91,219,737.8502512,8 +91,221,1297.049899,13 +91,222,1404.598647,15 +91,223,1268.420709,13 +91,229,1305.63168,14 +91,230,252.0843508,3 +91,241,277.6621942,3 +91,242,315.757903,4 +91,249,301.4845848,4 +91,251,76.36570487,1 +91,259,75.70136751,1 +91,261,565.9975569,6 +91,262,692.3704975,7 +91,269,684.8833596,7 +91,271,1081.215321,11 +91,279,1144.605128,12 +91,280,1131.037631,12 +91,291,1159.61815,12 +91,292,992.2940087,10 +91,299,1088.232859,11 +91,300,1861.344086,19 +91,310,1373.883449,14 +91,321,2311.165782,24 +91,329,2359.110073,24 +91,330,130.2903397,2 +91,341,131.4021996,2 +91,342,200.0432817,3 +91,349,189.4709296,2 +91,350,1875.503088,19 +91,361,116.6597659,2 +91,362,334.1227204,4 +91,363,93.41781317,1 +91,364,280.6131982,3 +91,369,210.520682,3 +91,371,631.6948886,7 +91,372,569.5581006,6 +91,373,532.2008353,6 +91,379,574.8294833,6 +91,380,1418.92152,15 +91,391,642.6879062,7 +91,392,469.0409426,5 +91,393,565.8869852,6 +91,394,628.2646025,7 +91,399,546.8325324,6 +91,401,1415.187813,15 +91,402,1322.269335,14 +91,409,1414.341177,15 +91,411,2494.705887,25 +91,419,2439.353929,25 +91,421,194.2870189,2 +91,422,401.2988981,5 +91,429,274.7797492,3 +91,440,50.96069891,1 +91,451,733.9556866,8 +91,452,718.6110261,8 +91,459,711.8376779,8 +91,460,1366.236358,14 +91,471,1032.718171,11 +91,472,856.3853768,9 +91,479,831.993553,9 +91,481,1613.962416,17 +91,482,1451.958656,15 +91,483,1715.390814,18 +91,484,1473.176468,15 +91,485,1980.703606,20 +91,486,1524.316957,16 +91,487,1796.737497,18 +91,488,1685.528131,17 +91,489,1622.625923,17 +91,491,2037.147651,21 +91,499,2045.509038,21 +91,500,170.6360687,2 +91,511,400.03106,5 +91,512,389.5476854,4 +91,513,342.9341528,4 +91,519,479.1737905,5 +91,531,2444.289478,25 +91,539,2356.430447,24 +91,540,479.6891672,5 +91,551,794.7233108,8 +91,559,903.9687278,10 +91,560,1764.487935,18 +91,801,1440.562811,15 +91,802,2119.945557,22 +91,803,3977.560829,40 +91,804,5285.299912,53 +91,805,5905.616498,60 +91,806,6477.418763,65 +91,807,6903.040027,70 +91,808,10549.97156,106 +92,11,924.8732425,10 +92,12,1110.110492,12 +92,19,951.1567895,10 +92,20,3295.208961,33 +92,41,2186.634037,22 +92,42,2212.639171,23 +92,49,2135.964097,22 +92,50,1135.986475,12 +92,61,2440.752881,25 +92,62,2507.50897,26 +92,63,2440.835013,25 +92,64,2584.822323,26 +92,69,2504.292846,26 +92,81,1663.188552,17 +92,89,1715.838904,18 +92,91,49.13265809,1 +92,92,22.47943847,1 +92,99,57.53047578,1 +92,100,204.016595,3 +92,111,269.141111,3 +92,121,912.5989701,10 +92,122,1137.316026,12 +92,123,992.7686671,10 +92,124,1058.254876,11 +92,129,1031.040076,11 +92,131,816.6189419,9 +92,132,797.3469404,8 +92,139,835.3712265,9 +92,151,4989.635055,50 +92,159,4969.091344,50 +92,160,2079.889572,21 +92,171,774.7659848,8 +92,172,905.0295691,10 +92,179,854.5796111,9 +92,181,723.9725986,8 +92,182,690.8441046,7 +92,189,695.2414811,7 +92,190,1046.155325,11 +92,201,1163.000029,12 +92,209,1343.670624,14 +92,211,697.5518448,7 +92,219,693.882986,7 +92,221,1252.864963,13 +92,222,1360.256784,14 +92,223,1224.560852,13 +92,229,1261.32155,13 +92,230,291.2256824,3 +92,241,234.4959874,3 +92,242,273.2455958,3 +92,249,260.2551252,3 +92,251,119.6656509,2 +92,259,102.0940356,2 +92,261,530.3524485,6 +92,262,657.4758538,7 +92,269,654.4231598,7 +92,271,1050.057587,11 +92,279,1114.578009,12 +92,280,1086.777003,11 +92,291,1119.043262,12 +92,292,950.2515266,10 +92,299,1046.694219,11 +92,300,1832.681003,19 +92,310,1336.863818,14 +92,321,2273.576481,23 +92,329,2323.78126,24 +92,330,163.9210982,2 +92,341,89.28195462,1 +92,342,159.2047318,2 +92,349,149.7045761,2 +92,350,1834.142422,19 +92,361,109.8156676,2 +92,362,301.6190839,4 +92,363,56.32172995,1 +92,364,251.999839,3 +92,369,188.4835088,2 +92,371,589.3074472,6 +92,372,526.958361,6 +92,373,491.4789013,5 +92,379,534.9482666,6 +92,380,1391.250286,14 +92,391,599.7088431,6 +92,392,429.7823226,5 +92,393,523.6648119,6 +92,394,586.1849324,6 +92,399,505.3460796,6 +92,401,1372.436805,14 +92,402,1279.706481,13 +92,409,1371.654521,14 +92,411,2465.565804,25 +92,419,2408.892118,25 +92,421,151.0496344,2 +92,422,359.0457078,4 +92,429,233.1552981,3 +92,440,91.05854898,1 +92,451,694.7992218,7 +92,452,675.5865882,7 +92,459,671.0371231,7 +92,460,1333.428491,14 +92,471,988.5431847,10 +92,472,812.0975259,9 +92,479,787.7652033,8 +92,481,1569.652883,16 +92,482,1407.568394,15 +92,483,1670.991235,17 +92,484,1429.311964,15 +92,485,1938.027031,20 +92,486,1479.919094,15 +92,487,1752.332787,18 +92,488,1641.206204,17 +92,489,1579.040987,16 +92,491,2001.839323,21 +92,499,2008.603294,21 +92,500,189.8474951,2 +92,511,358.9111886,4 +92,512,351.6482042,4 +92,513,299.5068179,3 +92,519,436.3252672,5 +92,531,2417.275015,25 +92,539,2328.675089,24 +92,540,435.6631488,5 +92,551,759.8758458,8 +92,559,872.2732545,9 +92,560,1730.749013,18 +92,801,1442.104562,15 +92,802,2075.525423,21 +92,803,3968.608389,40 +92,804,5312.624545,54 +92,805,5947.402396,60 +92,806,6516.661939,66 +92,807,6923.804687,70 +92,808,10522.89045,106 +99,11,972.5755821,10 +99,12,1154.943116,12 +99,19,997.5517788,10 +99,20,3329.825874,34 +99,41,2241.739693,23 +99,42,2267.683121,23 +99,49,2191.013977,22 +99,50,1188.945803,12 +99,61,2495.741752,25 +99,62,2561.14698,26 +99,63,2495.941818,25 +99,64,2638.759256,27 +99,69,2558.048362,26 +99,81,1717.808244,18 +99,89,1770.620467,18 +99,91,29.20732762,1 +99,92,57.53047578,1 +99,99,0,1 +99,100,242.257361,3 +99,111,313.7798825,4 +99,121,945.7468173,10 +99,122,1161.517902,12 +99,123,1022.676878,11 +99,124,1089.89899,11 +99,129,1065.201402,11 +99,131,861.4660293,9 +99,132,832.7668319,9 +99,139,876.4716222,9 +99,151,5043.082561,51 +99,159,5022.743363,51 +99,160,2131.48031,22 +99,171,829.2702952,9 +99,172,959.8498451,10 +99,179,909.2262943,10 +99,181,778.7565164,8 +99,182,745.6108256,8 +99,189,749.8213504,8 +99,190,1100.311174,12 +99,201,1218.046493,13 +99,209,1398.680727,14 +99,211,750.9385592,8 +99,219,746.3183111,8 +99,221,1300.716351,14 +99,222,1409.273016,15 +99,223,1270.778675,13 +99,229,1311.01382,14 +99,230,259.2795038,3 +99,241,279.8067975,3 +99,242,316.5632691,4 +99,249,301.5843382,4 +99,251,75.71507892,1 +99,259,80.11261798,1 +99,261,583.8966456,6 +99,262,710.7606981,8 +99,269,704.8924153,8 +99,271,1101.377779,12 +99,279,1165.053317,12 +99,280,1136.041025,12 +99,291,1174.085211,12 +99,292,1005.022424,11 +99,299,1101.36777,12 +99,300,1882.428931,19 +99,310,1391.182654,14 +99,321,2328.16575,24 +99,329,2377.489493,24 +99,330,143.3568646,2 +99,341,134.7996312,2 +99,342,198.8070194,2 +99,349,188.9251785,2 +99,350,1889.102629,19 +99,361,138.8937478,2 +99,362,353.1524147,4 +99,363,98.4705677,1 +99,364,300.9625965,4 +99,369,230.8220763,3 +99,371,631.0567654,7 +99,372,569.3952971,6 +99,373,529.1984976,6 +99,379,571.6815296,6 +99,380,1440.255689,15 +99,391,653.874744,7 +99,392,484.4485323,5 +99,393,578.2066693,6 +99,394,640.8703005,7 +99,399,559.7493443,6 +99,401,1426.908274,15 +99,402,1334.283339,14 +99,409,1426.03808,15 +99,411,2515.703278,26 +99,419,2459.890049,25 +99,421,197.6887501,2 +99,422,413.3743245,5 +99,429,286.5736249,3 +99,440,36.56060035,1 +99,451,728.8067228,8 +99,452,719.0909317,8 +99,459,708.7896031,8 +99,460,1385.755301,14 +99,471,1040.741005,11 +99,472,863.5392784,9 +99,479,837.9528741,9 +99,481,1621.302044,17 +99,482,1457.26502,15 +99,483,1720.679968,18 +99,484,1482.436893,15 +99,485,1992.582245,20 +99,486,1530.179191,16 +99,487,1803.099853,19 +99,488,1692.762442,17 +99,489,1631.932881,17 +99,491,2055.541642,21 +99,499,2062.936565,21 +99,500,189.9840348,2 +99,511,397.9102107,4 +99,512,383.7472477,4 +99,513,345.3779665,4 +99,519,480.4483075,5 +99,531,2465.902492,25 +99,539,2377.826705,24 +99,540,487.0307429,5 +99,551,813.1894975,9 +99,559,923.7904275,10 +99,560,1783.622232,18 +99,801,1462.543485,15 +99,802,2125.453894,22 +99,803,3956.282956,40 +99,804,5299.882307,53 +99,805,5892.393387,59 +99,806,6483.118058,65 +99,807,6920.618523,70 +99,808,10571.76066,106 +100,11,738.4619773,8 +100,12,915.7604094,10 +100,19,761.841761,8 +100,20,3342.061462,34 +100,41,2060.572752,21 +100,42,2081.389553,21 +100,49,2012.957923,21 +100,50,977.2666152,10 +100,61,2329.775823,24 +100,62,2426.088855,25 +100,63,2323.109212,24 +100,64,2498.400121,25 +100,69,2419.254318,25 +100,81,1566.758153,16 +100,89,1613.147486,17 +100,91,244.3925935,3 +100,92,204.016595,3 +100,99,242.257361,3 +100,100,28.41147788,1 +100,111,86.9993557,1 +100,121,710.7114352,8 +100,122,942.2743087,10 +100,123,792.5131284,8 +100,124,856.8399548,9 +100,129,831.0334225,9 +100,131,623.0260605,7 +100,132,595.0473759,6 +100,139,637.1250651,7 +100,151,4906.505652,50 +100,159,4882.863925,49 +100,160,2023.973587,21 +100,171,691.3935741,7 +100,172,778.2013878,8 +100,179,739.2265882,8 +100,181,632.9867918,7 +100,182,569.6806457,6 +100,189,577.2042277,6 +100,190,964.4051864,10 +100,201,1045.621769,11 +100,209,1227.797447,13 +100,211,548.8430929,6 +100,219,536.6921459,6 +100,221,1065.893586,11 +100,222,1177.00036,12 +100,223,1033.187695,11 +100,229,1081.775931,11 +100,230,492.9888729,5 +100,241,66.33736156,1 +100,242,89.70669528,1 +100,249,84.90189013,1 +100,251,314.5477519,4 +100,259,288.1891718,3 +100,261,478.0360229,5 +100,262,602.6731523,7 +100,269,629.2184557,7 +100,271,1007.934265,11 +100,279,1077.638576,11 +100,280,906.2584602,10 +100,291,1002.939354,11 +100,292,820.7523199,9 +100,299,920.227894,10 +100,300,1796.122819,18 +100,310,1248.778536,13 +100,321,2174.904947,22 +100,329,2241.48468,23 +100,330,364.7347636,4 +100,341,121.9778078,2 +100,342,50.27098278,1 +100,349,74.63324828,1 +100,350,1704.506746,18 +100,361,273.9740534,3 +100,362,305.0689978,4 +100,363,163.9261991,2 +100,364,293.7063651,3 +100,369,275.491606,3 +100,371,391.0692696,4 +100,372,330.0122159,4 +100,373,290.0546688,3 +100,379,339.476478,4 +100,380,1364.861669,14 +100,391,466.2927118,5 +100,392,355.3416242,4 +100,393,405.3481119,5 +100,394,466.646449,5 +100,399,396.1537262,4 +100,401,1229.951454,13 +100,402,1140.221278,12 +100,409,1229.377567,13 +100,411,2422.610005,25 +100,419,2358.132434,24 +100,421,73.22376242,1 +100,422,256.4750166,3 +100,429,177.7683782,2 +100,440,275.2823707,3 +100,451,492.8444272,5 +100,452,479.7148001,5 +100,459,469.8512152,5 +100,460,1275.665253,13 +100,471,823.8076152,9 +100,472,643.9784433,7 +100,479,613.7262542,7 +100,481,1398.332002,14 +100,482,1226.898219,13 +100,483,1489.778164,15 +100,484,1269.509096,13 +100,485,1793.959209,18 +100,486,1301.625315,14 +100,487,1575.769619,16 +100,488,1469.176487,15 +100,489,1420.247806,15 +100,491,1921.296313,20 +100,499,1916.271264,20 +100,500,378.2494169,4 +100,511,159.2214794,2 +100,512,153.3023465,2 +100,513,120.4888463,2 +100,519,247.5686012,3 +100,531,2386.958555,24 +100,539,2294.476214,23 +100,540,281.4997245,3 +100,551,700.7511199,8 +100,559,830.8402306,9 +100,560,1662.703296,17 +100,801,1547.518424,16 +100,802,1894.738599,19 +100,803,3846.63922,39 +100,804,5495.45376,55 +100,805,6087.405485,61 +100,806,6719.127346,68 +100,807,7087.683339,71 +100,808,10472.78652,105 +111,11,659.6671027,7 +111,12,841.5617044,9 +111,19,685.1625181,7 +111,20,3302.4649,34 +111,41,1978.583953,20 +111,42,1998.944476,20 +111,49,1931.385955,20 +111,50,894.0971486,9 +111,61,2249.431201,23 +111,62,2350.550381,24 +111,63,2241.920828,23 +111,64,2421.880834,25 +111,69,2343.186117,24 +111,81,1489.208433,15 +111,89,1534.540325,16 +111,91,312.2454256,4 +111,92,269.141111,3 +111,99,313.7798825,4 +111,100,86.9993557,1 +111,111,0,1 +111,121,657.8786432,7 +111,122,904.661259,10 +111,123,745.3821835,8 +111,124,805.8996016,9 +111,129,775.6269469,8 +111,131,548.232831,6 +111,132,538.5005255,6 +111,139,569.2192552,6 +111,151,4829.735367,49 +111,159,4805.59377,49 +111,160,1954.521485,20 +111,171,619.9165657,7 +111,172,697.0969244,7 +111,179,660.6821729,7 +111,181,560.1150491,6 +111,182,490.4295533,5 +111,189,499.1258137,5 +111,190,891.5266928,9 +111,201,965.3701325,10 +111,209,1147.581735,12 +111,211,465.6813842,5 +111,219,453.2932407,5 +111,221,987.6293856,10 +111,222,1097.436514,11 +111,223,957.1183201,10 +111,229,1001.393431,11 +111,230,555.7863897,6 +111,241,40.22686992,1 +111,242,32.39910045,1 +111,249,78.73165303,1 +111,251,384.4449467,4 +111,259,355.4959486,4 +111,261,420.4688406,5 +111,262,540.9234381,6 +111,269,577.3364185,6 +111,271,945.2788963,10 +111,279,1016.273384,11 +111,280,826.0661126,9 +111,291,922.9637052,10 +111,292,739.2037713,8 +111,299,839.2565404,9 +111,300,1732.045527,18 +111,310,1173.469909,12 +111,321,2096.481116,21 +111,329,2165.951333,22 +111,330,424.8332797,5 +111,341,183.9194841,2 +111,342,117.7606712,2 +111,349,140.8801307,2 +111,350,1622.392973,17 +111,361,319.240202,4 +111,362,282.7409281,3 +111,363,226.9760069,3 +111,364,289.3574602,3 +111,369,293.6414485,3 +111,371,321.8067447,4 +111,372,259.0947387,3 +111,373,232.3082151,3 +111,379,287.968446,3 +111,380,1305.003888,14 +111,391,385.4186284,4 +111,392,295.2858727,3 +111,393,328.7605336,4 +111,394,388.6701644,4 +111,399,322.9903227,4 +111,401,1146.910844,12 +111,402,1057.389487,11 +111,409,1146.490271,12 +111,411,2355.765281,24 +111,419,2289.439883,23 +111,421,120.7569223,2 +111,422,192.3778093,2 +111,429,160.1072753,2 +111,440,348.1380732,4 +111,451,440.5705125,5 +111,452,406.906955,5 +111,459,409.490347,5 +111,460,1207.400081,13 +111,471,740.6172072,8 +111,472,560.8398237,6 +111,479,531.6311139,6 +111,481,1316.259874,14 +111,482,1146.610256,12 +111,483,1409.786597,15 +111,484,1186.350215,12 +111,485,1710.820149,18 +111,486,1220.820061,13 +111,487,1494.686287,15 +111,488,1387.252271,14 +111,489,1337.75452,14 +111,491,1846.376224,19 +111,499,1839.154929,19 +111,500,427.3312414,5 +111,511,103.7566664,2 +111,512,131.6240731,2 +111,513,37.44040527,1 +111,519,176.3924283,2 +111,531,2323.510593,24 +111,539,2230.12142,23 +111,540,200.3820843,3 +111,551,636.0134178,7 +111,559,770.1124163,8 +111,560,1590.929552,16 +111,801,1539.571274,16 +111,802,1814.775172,19 +111,803,3858.135104,39 +111,804,5525.151191,56 +111,805,6170.403792,62 +111,806,6777.354789,68 +111,807,7101.974401,72 +111,808,10400.04924,105 +121,11,373.3998344,4 +121,12,369.6659747,4 +121,19,346.2213817,4 +121,20,3620.580289,37 +121,41,1776.504615,18 +121,42,1772.552543,18 +121,49,1745.91856,18 +121,50,701.4416784,8 +121,61,2092.139279,21 +121,62,2301.042068,24 +121,63,2057.399804,21 +121,64,2349.536798,24 +121,69,2279.859413,23 +121,81,1460.98776,15 +121,89,1475.696543,15 +121,91,951.4135301,10 +121,92,912.5989701,10 +121,99,945.7468173,10 +121,100,710.7114352,8 +121,111,657.8786432,7 +121,121,29.84041085,1 +121,122,295.1121011,3 +121,123,107.9232312,2 +121,124,150.5071155,2 +121,129,175.0730583,2 +121,131,284.2338319,3 +121,132,124.6797932,2 +121,139,202.1607706,3 +121,151,4690.837682,47 +121,159,4656.167654,47 +121,160,2023.593516,21 +121,171,872.778042,9 +121,172,754.0875744,8 +121,179,779.3941342,8 +121,181,821.2331079,9 +121,182,697.4676319,7 +121,189,706.6394703,8 +121,190,1043.862247,11 +121,201,957.4553386,10 +121,209,1100.545279,12 +121,211,583.7383892,6 +121,219,552.643521,6 +121,221,556.9226899,6 +121,222,676.8881681,7 +121,223,489.2522,5 +121,229,629.5695124,7 +121,230,1201.154851,13 +121,241,692.9607719,7 +121,242,652.8887667,7 +121,249,674.2845919,7 +121,251,1018.135982,11 +121,259,988.5761052,10 +121,261,859.6315554,9 +121,262,910.1982415,10 +121,269,999.078222,10 +121,271,1205.57427,13 +121,279,1274.105072,13 +121,280,503.2151988,6 +121,291,933.7498267,10 +121,292,763.5414806,8 +121,299,832.9759756,9 +121,300,1886.271986,19 +121,310,1232.006288,13 +121,321,1998.260052,20 +121,329,2125.253046,22 +121,330,1074.087264,11 +121,341,829.6159584,9 +121,342,754.730233,8 +121,349,770.1696987,8 +121,350,1437.028223,15 +121,361,976.2421417,10 +121,362,883.3713542,9 +121,363,871.7191033,9 +121,364,916.4046158,10 +121,369,939.8168753,10 +121,371,359.684348,4 +121,372,417.930436,5 +121,373,427.0284698,5 +121,379,418.5577877,5 +121,380,1541.676771,16 +121,391,637.4045276,7 +121,392,777.4740618,8 +121,393,680.470254,7 +121,394,682.9160857,7 +121,399,706.3231761,8 +121,401,973.6221237,10 +121,402,920.7098581,10 +121,409,974.6224659,10 +121,411,2440.387352,25 +121,419,2352.114699,24 +121,421,772.7141376,8 +121,422,719.981927,8 +121,429,781.5093559,8 +121,440,975.6363741,10 +121,451,219.3413715,3 +121,452,316.6891531,4 +121,459,262.1046801,3 +121,460,1364.162829,14 +121,471,576.3799969,6 +121,472,495.4170407,5 +121,479,468.5562161,5 +121,481,947.4710513,10 +121,482,737.8866779,8 +121,483,964.2782907,10 +121,484,909.6939551,10 +121,485,1448.48814,15 +121,486,818.1323661,9 +121,487,1072.603943,11 +121,488,1005.043933,11 +121,489,1038.714289,11 +121,491,1838.109895,19 +121,499,1786.944238,18 +121,500,1083.813421,11 +121,511,558.9806543,6 +121,512,562.7753373,6 +121,513,637.4374085,7 +121,519,523.1285131,6 +121,531,2451.334511,25 +121,539,2351.46193,24 +121,540,599.5275948,6 +121,551,950.6305585,10 +121,559,1082.267299,11 +121,560,1655.036693,17 +121,801,2046.801966,21 +121,802,1344.782572,14 +121,803,3413.744046,35 +121,804,6159.283898,62 +121,805,6538.500193,66 +121,806,7428.520682,75 +121,807,7685.811131,77 +121,808,10216.1816,103 +122,11,637.5914303,7 +122,12,554.0698995,6 +122,19,598.8524257,6 +122,20,3900.544517,40 +122,41,1942.092461,20 +122,42,1928.362525,20 +122,49,1918.710412,20 +122,50,937.1753051,10 +122,61,2266.033261,23 +122,62,2507.543087,26 +122,63,2221.695563,23 +122,64,2547.759015,26 +122,69,2481.903963,25 +122,81,1694.617328,17 +122,89,1700.234988,18 +122,91,1171.429973,12 +122,92,1137.316026,12 +122,99,1161.517902,12 +122,100,942.2743087,10 +122,111,904.661259,10 +122,121,295.1121011,3 +122,122,31.94403092,1 +122,123,191.667164,2 +122,124,189.8512794,2 +122,129,269.7130251,3 +122,131,572.316941,6 +122,132,408.3347379,5 +122,139,486.1633635,5 +122,151,4836.934255,49 +122,159,4798.259116,48 +122,160,2267.745832,23 +122,171,1165.996135,12 +122,172,1036.187068,11 +122,179,1066.558055,11 +122,181,1115.231223,12 +122,182,991.5172991,10 +122,189,999.9913666,10 +122,190,1325.385276,14 +122,201,1217.855199,13 +122,209,1344.523646,14 +122,211,877.4659059,9 +122,219,843.6706287,9 +122,221,715.4892997,8 +122,222,818.9834363,9 +122,223,639.480524,7 +122,229,805.1376611,9 +122,230,1418.672287,15 +122,241,937.2311663,10 +122,242,897.7038583,9 +122,249,915.5361628,10 +122,251,1231.792206,13 +122,259,1204.581345,13 +122,261,1150.031252,12 +122,262,1204.22269,13 +122,269,1291.745861,13 +122,271,1494.622601,15 +122,279,1561.748704,16 +122,280,723.1598693,8 +122,291,1198.998955,12 +122,292,1040.844938,11 +122,299,1100.965548,12 +122,300,2150.653904,22 +122,310,1493.2172,15 +122,321,2195.289541,22 +122,329,2337.790739,24 +122,330,1298.528811,13 +122,341,1060.091328,11 +122,342,985.3940313,10 +122,349,999.0754454,10 +122,350,1621.743843,17 +122,361,1215.027353,13 +122,362,1154.231393,12 +122,363,1099.705074,11 +122,364,1180.621327,12 +122,369,1192.672048,12 +122,371,637.2113345,7 +122,372,689.5911493,7 +122,373,679.9291668,7 +122,379,670.7209846,7 +122,380,1823.558918,19 +122,391,931.0771871,10 +122,392,1061.726571,11 +122,393,971.0216907,10 +122,394,976.264958,10 +122,399,994.9714144,10 +122,401,1190.280332,12 +122,402,1152.605863,12 +122,409,1191.761908,12 +122,411,2682.278466,27 +122,419,2589.593302,26 +122,421,1010.163546,11 +122,422,995.663755,10 +122,429,1039.796783,11 +122,440,1187.352716,12 +122,451,477.3767193,5 +122,452,607.1586577,7 +122,459,535.6567029,6 +122,460,1638.335969,17 +122,471,836.2723644,9 +122,472,781.5735689,8 +122,479,753.6551578,8 +122,481,1084.244762,11 +122,482,877.4938911,9 +122,483,1052.947298,11 +122,484,1093.957626,11 +122,485,1602.062775,17 +122,486,950.1893077,10 +122,487,1166.765409,12 +122,488,1128.910835,12 +122,489,1200.152871,13 +122,491,2066.40647,21 +122,499,2003.713853,21 +122,500,1319.365491,14 +122,511,803.2319398,9 +122,512,790.5251123,8 +122,513,889.7742223,9 +122,519,787.6624103,8 +122,531,2703.227558,28 +122,539,2603.031869,27 +122,540,878.2494455,9 +122,551,1244.830286,13 +122,559,1375.297389,14 +122,560,1905.391351,20 +122,801,2325.763274,24 +122,802,1387.563071,14 +122,803,3124.908661,32 +122,804,6428.157141,65 +122,805,6509.30363,66 +122,806,7625.343243,77 +122,807,7974.56203,80 +122,808,10278.62931,103 +123,11,460.0459949,5 +123,12,415.759476,5 +123,19,426.3496813,5 +123,20,3717.496668,38 +123,41,1826.044412,19 +123,42,1818.283013,19 +123,49,1798.222227,18 +123,50,776.47934,8 +123,61,2145.486519,22 +123,62,2367.424072,24 +123,63,2106.973356,22 +123,64,2412.710149,25 +123,69,2344.472843,24 +123,81,1537.315669,16 +123,89,1548.287172,16 +123,91,1029.968528,11 +123,92,992.7686671,10 +123,99,1022.676878,11 +123,100,792.5131284,8 +123,111,745.3821835,8 +123,121,107.9232312,2 +123,122,191.667164,2 +123,123,41.25547028,1 +123,124,83.03851837,1 +123,129,169.5117953,2 +123,131,384.195973,4 +123,132,224.1267416,3 +123,139,299.6231203,3 +123,151,4735.87248,48 +123,159,4699.699716,47 +123,160,2104.917691,22 +123,171,976.0541693,10 +123,172,851.2110641,9 +123,179,879.1959893,9 +123,181,925.0995156,10 +123,182,801.4357359,9 +123,189,810.2737134,9 +123,190,1140.956126,12 +123,201,1044.525334,11 +123,209,1180.647148,12 +123,211,687.4655644,7 +123,219,655.2673071,7 +123,221,595.8732439,6 +123,222,710.8312163,8 +123,223,523.0345849,6 +123,229,677.1092072,7 +123,230,1279.605252,13 +123,241,779.6516972,8 +123,242,739.5720883,8 +123,249,759.6557339,8 +123,251,1094.566445,11 +123,259,1065.773174,11 +123,261,963.5009327,10 +123,262,1014.782195,11 +123,269,1103.417041,12 +123,271,1306.450922,14 +123,279,1374.311617,14 +123,280,569.2300412,6 +123,291,1023.00252,11 +123,292,858.2710966,9 +123,299,923.3500803,10 +123,300,1976.049391,20 +123,310,1319.890039,14 +123,321,2060.53947,21 +123,329,2193.852611,22 +123,330,1154.726267,12 +123,341,911.6155177,10 +123,342,836.4370728,9 +123,349,851.2467733,9 +123,350,1493.324144,15 +123,361,1061.919496,11 +123,362,980.6678318,10 +123,363,952.9527266,10 +123,364,1011.341849,11 +123,369,1030.618277,11 +123,371,458.1373591,5 +123,372,514.2224121,6 +123,373,515.4104926,6 +123,379,506.3903006,6 +123,380,1639.131052,17 +123,391,742.0064991,8 +123,392,879.3727544,9 +123,393,784.3436396,8 +123,394,787.4695882,8 +123,399,809.5391043,9 +123,401,1041.507894,11 +123,402,994.9753089,10 +123,409,1042.723963,11 +123,411,2521.053009,26 +123,419,2430.941592,25 +123,421,857.1372364,9 +123,422,818.7712831,9 +123,429,873.9112319,9 +123,440,1051.166209,11 +123,451,306.9418695,4 +123,452,420.2563553,5 +123,459,357.9685786,4 +123,460,1457.98031,15 +123,471,662.0750193,7 +123,472,594.4643236,6 +123,479,567.5879518,6 +123,481,982.1837768,10 +123,482,771.6297259,8 +123,483,980.267575,10 +123,484,963.5554464,10 +123,485,1492.450218,15 +123,486,849.7521098,9 +123,487,1091.602223,11 +123,488,1035.07929,11 +123,489,1084.000938,11 +123,491,1912.74232,20 +123,499,1856.841394,19 +123,500,1168.584732,12 +123,511,644.8581888,7 +123,512,641.9479399,7 +123,513,727.0237806,8 +123,519,616.9924617,7 +123,531,2536.105996,26 +123,539,2436.056652,25 +123,540,699.1995641,7 +123,551,1054.655901,11 +123,559,1185.48982,12 +123,560,1738.656979,18 +123,801,2146.055852,22 +123,802,1346.294342,14 +123,803,3312.714348,34 +123,804,6257.345863,63 +123,805,6535.209148,66 +123,806,7503.81946,76 +123,807,7789.479265,78 +123,808,10235.39906,103 +124,11,451.2155568,5 +124,12,372.6525744,4 +124,19,412.781667,5 +124,20,3715.024825,38 +124,41,1776.082088,18 +124,42,1765.961088,18 +124,49,1750.23675,18 +124,50,750.8233039,8 +124,61,2097.64706,21 +124,62,2329.050988,24 +124,63,2056.695322,21 +124,64,2371.73236,24 +124,69,2304.876676,24 +124,81,1509.11627,16 +124,89,1516.658592,16 +124,91,1096.362784,11 +124,92,1058.254876,11 +124,99,1089.89899,11 +124,100,856.8399548,9 +124,111,805.8996016,9 +124,121,150.5071155,2 +124,122,189.8512794,2 +124,123,83.03851837,1 +124,124,24.56622047,1 +124,129,156.6364534,2 +124,131,397.6903536,4 +124,132,271.7829299,3 +124,139,318.2906403,4 +124,151,4681.525099,47 +124,159,4644.526458,47 +124,160,2081.133439,21 +124,171,992.8164553,10 +124,172,852.6655182,9 +124,179,886.5010183,9 +124,181,944.8316072,10 +124,182,822.3343534,9 +124,189,830.8290015,9 +124,190,1141.409987,12 +124,201,1029.840643,11 +124,209,1157.573774,12 +124,211,707.7050741,8 +124,219,676.5407078,7 +124,221,544.5286654,6 +124,222,655.3592455,7 +124,223,469.7852688,5 +124,229,630.6322533,7 +124,230,1346.176613,14 +124,241,840.7667569,9 +124,242,800.5984935,9 +124,249,821.0835894,9 +124,251,1162.07019,12 +124,259,1132.679573,12 +124,261,999.0114225,10 +124,262,1041.859101,11 +124,269,1133.618986,12 +124,271,1314.493399,14 +124,279,1380.918599,14 +124,280,538.6247542,6 +124,291,1011.266233,11 +124,292,855.5056622,9 +124,299,914.0463224,10 +124,300,1962.895294,20 +124,310,1305.443774,14 +124,321,2019.257726,21 +124,329,2157.577864,22 +124,330,1220.044883,13 +124,341,975.961629,10 +124,342,900.8971843,10 +124,349,916.0147993,10 +124,350,1448.690324,15 +124,361,1123.973687,12 +124,362,1031.371825,11 +124,363,1017.769642,11 +124,364,1064.994409,11 +124,369,1088.34807,11 +124,371,507.1558686,6 +124,372,566.1576632,6 +124,373,574.8352198,6 +124,379,561.2700939,6 +124,380,1639.036141,17 +124,391,771.5628764,8 +124,392,921.7166112,10 +124,393,820.2229249,9 +124,394,817.8262342,9 +124,399,846.941793,9 +124,401,1007.166825,11 +124,402,966.617485,10 +124,409,1008.774659,11 +124,411,2495.989391,25 +124,419,2404.074269,25 +124,421,919.9070717,10 +124,422,867.276379,9 +124,429,929.7911532,10 +124,440,1119.079881,12 +124,451,365.9774439,4 +124,452,457.8217438,5 +124,459,408.7382494,5 +124,460,1451.744151,15 +124,471,648.4638165,7 +124,472,601.9806818,7 +124,479,579.7331311,6 +124,481,925.5420056,10 +124,482,715.5831867,8 +124,483,914.811886,10 +124,484,918.8258336,10 +124,485,1439.58781,15 +124,486,792.1580024,8 +124,487,1027.052105,11 +124,488,975.8104398,10 +124,489,1033.862755,11 +124,491,1882.222037,19 +124,499,1822.18753,19 +124,500,1231.316638,13 +124,511,706.3527948,8 +124,512,707.4923379,8 +124,513,785.8233386,8 +124,519,670.1261002,7 +124,531,2515.724791,26 +124,539,2415.595515,25 +124,540,745.6922608,8 +124,551,1074.942484,11 +124,559,1202.015858,13 +124,560,1718.002969,18 +124,801,2176.551522,22 +124,802,1275.067228,13 +124,803,3307.692124,34 +124,804,6306.471583,64 +124,805,6607.116981,67 +124,806,7572.708402,76 +124,807,7824.009288,79 +124,808,10167.60636,102 +129,11,384.6565733,4 +129,12,318.6357113,4 +129,19,348.8446808,4 +129,20,3642.562428,37 +129,41,1722.973008,18 +129,42,1715.118053,18 +129,49,1695.575922,17 +129,50,684.0196586,7 +129,61,2042.441156,21 +129,62,2267.000856,23 +129,63,2003.637111,21 +129,64,2311.31414,24 +129,69,2243.786332,23 +129,81,1442.175357,15 +129,89,1451.390035,15 +129,91,1070.167324,11 +129,92,1031.040076,11 +129,99,1065.201402,11 +129,100,831.0334225,9 +129,111,775.6269469,8 +129,121,175.0730583,2 +129,122,269.7130251,3 +129,123,169.5117953,2 +129,124,156.6364534,2 +129,129,186.0632082,2 +129,131,343.2111524,4 +129,132,261.6803009,3 +129,139,279.9254284,3 +129,151,4631.261722,47 +129,159,4595.133935,46 +129,160,2012.528389,21 +129,171,926.0341512,10 +129,172,782.7521787,8 +129,179,817.7175222,9 +129,181,879.5505815,9 +129,182,758.797906,8 +129,189,767.231475,8 +129,190,1070.507039,11 +129,201,959.3665115,10 +129,209,1089.149511,11 +129,211,645.4751122,7 +129,219,616.419361,7 +129,221,497.4703879,5 +129,222,612.244919,7 +129,223,427.1175335,5 +129,229,578.079213,6 +129,230,1317.863376,14 +129,241,810.6015785,9 +129,242,771.210803,8 +129,249,792.2297599,8 +129,251,1137.063714,12 +129,259,1107.190329,12 +129,261,941.7539489,10 +129,262,979.2616224,10 +129,269,1072.228752,11 +129,271,1244.0371,13 +129,279,1310.206763,14 +129,280,475.7132048,5 +129,291,940.4639523,10 +129,292,785.0676777,8 +129,299,843.5463822,9 +129,300,1891.757291,19 +129,310,1234.833151,13 +129,321,1959.19352,20 +129,329,2094.415423,21 +129,330,1190.758862,12 +129,341,948.1154117,10 +129,342,874.4465847,9 +129,349,889.8762165,9 +129,350,1391.635565,14 +129,361,1090.828486,11 +129,362,986.0960844,10 +129,363,990.0675895,10 +129,364,1022.351174,11 +129,369,1050.192924,11 +129,371,473.8396614,5 +129,372,533.036347,6 +129,373,550.3397899,6 +129,379,534.506611,6 +129,380,1567.279023,16 +129,391,713.4531836,8 +129,392,870.4159536,9 +129,393,765.534572,8 +129,394,759.4861788,8 +129,399,793.2046646,8 +129,401,943.4291525,10 +129,402,900.0162887,10 +129,409,945.0492298,10 +129,411,2427.667629,25 +129,419,2336.479326,24 +129,421,890.6010244,9 +129,422,822.2461267,9 +129,429,891.7582252,9 +129,440,1095.281186,11 +129,451,355.1664748,4 +129,452,416.5704489,5 +129,459,384.9919164,4 +129,460,1380.170125,14 +129,471,578.8701611,6 +129,472,536.3151309,6 +129,479,518.2899336,6 +129,481,881.7828798,9 +129,482,672.6013629,7 +129,483,885.0748075,9 +129,484,862.4901801,9 +129,485,1389.751489,14 +129,486,750.7608323,8 +129,487,994.6726464,10 +129,488,935.3752099,10 +129,489,983.4688006,10 +129,491,1816.173999,19 +129,499,1758.301186,18 +129,500,1198.031509,12 +129,511,679.9895026,7 +129,512,687.1899147,7 +129,513,753.7964237,8 +129,519,635.288638,7 +129,531,2445.943591,25 +129,539,2345.8794,24 +129,540,701.4493027,8 +129,551,1008.986199,11 +129,559,1134.201833,12 +129,560,1648.537316,17 +129,801,2116.0113,22 +129,802,1255.281599,13 +129,803,3381.145891,34 +129,804,6249.085963,63 +129,805,6631.677548,67 +129,806,7537.199944,76 +129,807,7757.250744,78 +129,808,10131.68226,102 +131,11,144.6805664,2 +131,12,295.3493305,3 +131,19,165.7424941,2 +131,20,3339.201551,34 +131,41,1583.096618,16 +131,42,1588.315731,16 +131,49,1546.522633,16 +131,50,471.062039,5 +131,61,1886.878951,19 +131,62,2066.141159,21 +131,63,1861.089641,19 +131,64,2121.113587,22 +131,69,2049.057562,21 +131,81,1210.669455,13 +131,89,1233.272879,13 +131,91,860.0746639,9 +131,92,816.6189419,9 +131,99,861.4660293,9 +131,100,623.0260605,7 +131,111,548.232831,6 +131,121,284.2338319,3 +131,122,572.316941,6 +131,123,384.195973,4 +131,124,397.6903536,4 +131,129,343.2111524,4 +131,131,50.16047389,1 +131,132,211.9084312,3 +131,139,131.6440846,2 +131,151,4493.792465,45 +131,159,4462.521146,45 +131,160,1761.430147,18 +131,171,596.9822378,6 +131,172,473.4154365,5 +131,179,498.8151286,5 +131,181,548.9865874,6 +131,182,427.3728472,5 +131,189,437.1854515,5 +131,190,763.1603796,8 +131,201,690.4998435,7 +131,209,846.3052339,9 +131,211,313.2182046,4 +131,219,292.8443849,3 +131,221,451.0990838,5 +131,222,567.9196355,6 +131,223,413.0963838,5 +131,229,487.1552599,5 +131,230,1099.495728,11 +131,241,583.6269086,6 +131,242,547.8463196,6 +131,249,571.5219303,6 +131,251,932.0570647,10 +131,259,900.2773704,10 +131,261,620.6666492,7 +131,262,650.0951961,7 +131,269,745.8239821,8 +131,271,924.1844641,10 +131,279,992.988669,10 +131,280,322.440238,4 +131,291,663.0117717,7 +131,292,485.4574891,5 +131,299,562.1442302,6 +131,300,1611.473396,17 +131,310,961.7883368,10 +131,321,1773.788234,18 +131,329,1886.710359,19 +131,330,968.0708854,10 +131,341,730.9943961,8 +131,342,663.3936539,7 +131,349,680.3497719,7 +131,350,1232.363778,13 +131,361,852.1564828,9 +131,362,700.7845225,8 +131,363,773.5977164,8 +131,364,746.823819,8 +131,369,791.7579561,8 +131,371,240.2701986,3 +131,372,296.7210181,3 +131,373,354.4119558,4 +131,379,329.0350577,4 +131,380,1260.155842,13 +131,391,386.441246,4 +131,392,563.7675158,6 +131,393,447.2917196,5 +131,394,433.0733587,5 +131,399,479.0543153,5 +131,401,750.3410895,8 +131,402,683.0225461,7 +131,409,751.2630855,8 +131,411,2178.104142,22 +131,419,2093.265517,21 +131,421,667.2381005,7 +131,422,535.7191385,6 +131,429,632.9209004,7 +131,440,895.385765,9 +131,451,255.2806315,3 +131,452,148.5512742,2 +131,459,216.3220864,3 +131,460,1085.4475,11 +131,471,322.2908341,4 +131,472,215.7771443,3 +131,479,206.5513163,3 +131,481,813.9501125,9 +131,482,622.8065094,7 +131,483,880.8495122,9 +131,484,725.9695964,8 +131,485,1273.709823,13 +131,486,701.9129576,8 +131,487,975.2069292,10 +131,488,881.185476,9 +131,489,873.9098184,9 +131,491,1588.793962,16 +131,499,1547.70455,16 +131,500,959.3030341,10 +131,511,470.9916457,5 +131,512,505.926795,6 +131,513,518.931913,6 +131,519,389.2087495,4 +131,531,2182.508725,22 +131,539,2083.114732,21 +131,540,416.3425306,5 +131,551,678.9723608,7 +131,559,806.8272839,9 +131,560,1390.094172,14 +131,801,1809.435292,19 +131,802,1283.737648,13 +131,803,3695.29723,37 +131,804,5942.898245,60 +131,805,6640.700026,67 +131,806,7299.620155,73 +131,807,7433.560947,75 +131,808,10057.6864,101 +132,11,332.7965602,4 +132,12,397.6820046,4 +132,19,321.2219656,4 +132,20,3534.47485,36 +132,41,1772.034706,18 +132,42,1773.184371,18 +132,49,1737.733079,18 +132,50,669.1785714,7 +132,61,2081.246528,21 +132,62,2270.81252,23 +132,63,2051.767801,21 +132,64,2323.928807,24 +132,69,2252.186585,23 +132,81,1418.208114,15 +132,89,1438.858251,15 +132,91,837.2088215,9 +132,92,797.3469404,8 +132,99,832.7668319,9 +132,100,595.0473759,6 +132,111,538.5005255,6 +132,121,124.6797932,2 +132,122,408.3347379,5 +132,123,224.1267416,3 +132,124,271.7829299,3 +132,129,261.6803009,3 +132,131,211.9084312,3 +132,132,22.97109817,1 +132,139,150.343927,2 +132,151,4686.632441,47 +132,159,4653.932663,47 +132,160,1970.06528,20 +132,171,772.2330612,8 +132,172,675.0532055,7 +132,179,692.1330872,7 +132,181,717.8365137,8 +132,182,594.0288783,6 +132,189,603.9494528,7 +132,190,962.0508207,10 +132,201,899.026588,9 +132,209,1053.6772,11 +132,211,482.7770941,5 +132,219,452.2197217,5 +132,221,582.767215,6 +132,222,704.8638864,8 +132,223,524.3405056,6 +132,229,641.217945,7 +132,230,1086.482406,11 +132,241,574.011688,6 +132,242,534.1380008,6 +132,249,556.8238371,6 +132,251,905.3215634,10 +132,259,875.4207304,9 +132,261,742.184184,8 +132,262,799.0782294,8 +132,269,885.2929292,9 +132,271,1112.665387,12 +132,279,1182.718529,12 +132,280,492.0842623,5 +132,291,871.0993488,9 +132,292,690.573999,7 +132,299,768.966713,8 +132,300,1817.479352,19 +132,310,1169.57124,12 +132,321,1974.989348,20 +132,329,2092.114919,21 +132,330,958.1386515,10 +132,341,713.3387541,8 +132,342,638.9106547,7 +132,349,654.8485195,7 +132,350,1424.942282,15 +132,361,857.2969062,9 +132,362,760.4184428,8 +132,363,755.8637664,8 +132,364,793.7100824,8 +132,369,818.5264368,9 +132,371,237.1534064,3 +132,372,295.2955401,3 +132,373,308.362664,4 +132,379,306.3931398,4 +132,380,1456.98606,15 +132,391,525.5497515,6 +132,392,656.442201,7 +132,393,563.225089,6 +132,394,570.0354444,6 +132,399,588.3582879,6 +132,401,948.7504721,10 +132,402,886.1603068,9 +132,409,949.346684,10 +132,411,2387.103012,24 +132,419,2302.06542,24 +132,421,654.9663284,7 +132,422,597.2059523,6 +132,429,659.9918034,7 +132,440,863.6323577,9 +132,451,107.7610126,2 +132,452,201.4403376,3 +132,459,143.2634272,2 +132,460,1288.618836,13 +132,471,527.851723,6 +132,472,415.334999,5 +132,479,383.7472093,4 +132,481,968.9834851,10 +132,482,764.530862,8 +132,483,1007.272628,11 +132,484,906.6254741,10 +132,485,1453.244923,15 +132,486,845.558793,9 +132,487,1110.953451,12 +132,488,1031.42197,11 +132,489,1045.055739,11 +132,491,1796.448283,18 +132,499,1752.904458,18 +132,500,965.2524339,10 +132,511,441.1580557,5 +132,512,450.2428175,5 +132,513,516.97801,6 +132,519,402.7241886,5 +132,531,2390.856627,24 +132,539,2291.460089,23 +132,540,477.6742929,5 +132,551,845.7323927,9 +132,559,980.7014402,10 +132,560,1598.615861,16 +132,801,1936.262784,20 +132,802,1399.56106,14 +132,803,3511.654757,36 +132,804,6036.553617,61 +132,805,6494.030254,65 +132,806,7313.661641,74 +132,807,7567.348137,76 +132,808,10236.83227,103 +139,11,224.0758129,3 +139,12,310.0219305,4 +139,19,221.4384474,3 +139,20,3430.685118,35 +139,41,1649.654502,17 +139,42,1651.927518,17 +139,49,1614.964919,17 +139,50,549.4809048,6 +139,61,1957.319038,20 +139,62,2145.779212,22 +139,63,1928.695206,20 +139,64,2198.777055,22 +139,69,2127.411873,22 +139,81,1295.159207,13 +139,89,1315.308854,14 +139,91,877.5065795,9 +139,92,835.3712265,9 +139,99,876.4716222,9 +139,100,637.1250651,7 +139,111,569.2192552,6 +139,121,202.1607706,3 +139,122,486.1633635,5 +139,123,299.6231203,3 +139,124,318.2906403,4 +139,129,279.9254284,3 +139,131,131.6440846,2 +139,132,150.343927,2 +139,139,128.2038092,2 +139,151,4562.085136,46 +139,159,4529.772542,46 +139,160,1849.125615,19 +139,171,685.9033215,7 +139,172,567.4475964,6 +139,179,591.7037834,6 +139,181,636.1220336,7 +139,182,513.646494,6 +139,189,523.3770191,6 +139,190,856.0324937,9 +139,201,780.5836385,8 +139,209,932.2665649,10 +139,211,400.1236753,5 +139,219,375.081888,4 +139,221,483.1127863,5 +139,222,602.7476103,7 +139,223,433.132855,5 +139,229,533.3494559,6 +139,230,1121.702775,12 +139,241,604.966652,7 +139,242,567.1871945,6 +139,249,590.5539836,6 +139,251,948.1142882,10 +139,259,916.9619176,10 +139,261,692.6319402,7 +139,262,731.3472616,8 +139,269,824.1125317,9 +139,271,1015.882419,11 +139,279,1084.689594,11 +139,280,381.7075703,4 +139,291,754.2343305,8 +139,292,579.1295869,6 +139,299,653.6100409,7 +139,300,1702.550541,18 +139,310,1052.279533,11 +139,321,1850.21542,19 +139,329,1967.454563,20 +139,330,991.2086954,10 +139,341,750.0124646,8 +139,342,679.2115846,7 +139,349,695.8229233,7 +139,350,1302.351845,14 +139,361,881.0380574,9 +139,362,750.3830878,8 +139,363,792.7876038,8 +139,364,791.7494613,8 +139,369,828.9703446,9 +139,371,257.015777,3 +139,372,316.5530788,4 +139,373,357.701251,4 +139,379,340.3296031,4 +139,380,1352.460578,14 +139,391,463.2714119,5 +139,392,624.9885817,7 +139,393,516.2137703,6 +139,394,509.4671294,6 +139,399,545.6290898,6 +139,401,826.2884506,9 +139,402,763.8216979,8 +139,409,827.212348,9 +139,411,2265.737111,23 +139,419,2179.947986,22 +139,421,688.1028406,7 +139,422,584.8706098,6 +139,429,669.2954997,7 +139,440,909.2256565,10 +139,451,215.1262996,3 +139,452,182.7495931,2 +139,459,202.2388965,3 +139,460,1177.75273,12 +139,471,409.8036752,5 +139,472,311.2186637,4 +139,479,292.7029361,3 +139,481,859.2064709,9 +139,482,660.3751386,7 +139,483,909.2581335,10 +139,484,788.314451,8 +139,485,1333.970696,14 +139,486,740.5150333,8 +139,487,1008.831313,11 +139,488,923.4124617,10 +139,489,929.9905098,10 +139,491,1672.842058,17 +139,499,1628.691398,17 +139,500,988.8881319,10 +139,511,482.892367,5 +139,512,507.5162155,6 +139,513,542.7673363,6 +139,519,417.1203408,5 +139,531,2271.902486,23 +139,539,2172.40626,22 +139,540,463.9504587,5 +139,551,765.628698,8 +139,559,895.3240268,9 +139,560,1478.748121,15 +139,801,1882.506849,19 +139,802,1306.315475,14 +139,803,3605.197572,37 +139,804,6008.448832,61 +139,805,6601.549852,67 +139,806,7335.650543,74 +139,807,7512.060251,76 +139,808,10115.40997,102 +151,11,4359.099697,44 +151,12,4323.980314,44 +151,19,4375.65997,44 +151,20,2787.575397,28 +151,41,2915.446601,30 +151,42,2918.554385,30 +151,49,2953.079157,30 +151,50,4030.039553,41 +151,61,2607.601374,27 +151,62,2482.746086,25 +151,63,2635.033055,27 +151,64,2408.939298,25 +151,69,2496.907164,25 +151,81,3340.950752,34 +151,89,3300.41066,34 +151,91,5024.236773,51 +151,92,4989.635055,50 +151,99,5043.082561,51 +151,100,4906.505652,50 +151,111,4829.735367,49 +151,121,4690.837682,47 +151,122,4836.934255,49 +151,123,4735.87248,48 +151,124,4681.525099,47 +151,129,4631.261722,47 +151,131,4493.792465,45 +151,132,4686.632441,47 +151,139,4562.085136,46 +151,151,0,1 +151,159,122.8870299,2 +151,160,2932.39282,30 +151,171,4221.173052,43 +151,172,4140.773849,42 +151,179,4177.680057,42 +151,181,4276.618817,43 +151,182,4340.484729,44 +151,189,4337.336164,44 +151,190,3948.748893,40 +151,201,3871.450403,39 +151,209,3692.850654,37 +151,211,4383.860608,44 +151,219,4409.384383,45 +151,221,4141.008031,42 +151,222,4026.733524,41 +151,223,4214.501086,43 +151,229,4066.504177,41 +151,230,5115.621578,52 +151,241,4846.428032,49 +151,242,4836.713453,49 +151,249,4851.05675,49 +151,251,5076.721409,51 +151,259,5053.2713,51 +151,261,4460.329601,45 +151,262,4332.753702,44 +151,269,4351.197696,44 +151,271,3949.680506,40 +151,279,3897.299191,39 +151,280,4204.630709,43 +151,291,3912.134462,40 +151,292,4102.775025,42 +151,299,4008.317259,41 +151,300,3204.949277,33 +151,310,3660.252057,37 +151,321,2738.685432,28 +151,329,2668.855146,27 +151,330,5036.36275,51 +151,341,4939.796817,50 +151,342,4921.309831,50 +151,349,4930.940421,50 +151,350,3266.865161,33 +151,361,4928.183522,50 +151,362,4691.801993,47 +151,363,4962.146758,50 +151,364,4746.694497,48 +151,369,4831.369554,49 +151,371,4676.395756,47 +151,372,4700.628391,48 +151,373,4777.224682,48 +151,379,4752.938675,48 +151,380,3643.044022,37 +151,391,4446.842001,45 +151,392,4567.900145,46 +151,393,4502.86122,46 +151,394,4441.319112,45 +151,399,4515.648041,46 +151,401,3745.309093,38 +151,402,3819.33105,39 +151,409,3747.303704,38 +151,411,2584.480074,26 +151,419,2617.560658,27 +151,421,4893.635757,49 +151,422,4656.957866,47 +151,429,4776.268581,48 +151,440,5072.064893,51 +151,451,4746.969601,48 +151,452,4600.962899,47 +151,459,4696.843945,47 +151,460,3661.702967,37 +151,471,4180.173679,42 +151,472,4342.551159,44 +151,479,4386.963557,44 +151,481,3756.512096,38 +151,482,3966.320375,40 +151,483,3789.93405,38 +151,484,3783.268483,38 +151,485,3243.785163,33 +151,486,3890.999946,39 +151,487,3675.617859,37 +151,488,3708.896758,38 +151,489,3665.244155,37 +151,491,2988.773728,30 +151,499,2993.31113,30 +151,500,4971.799956,50 +151,511,4825.643009,49 +151,512,4886.382082,49 +151,513,4800.153966,49 +151,519,4725.246157,48 +151,531,2676.623868,27 +151,539,2744.512778,28 +151,540,4640.437057,47 +151,551,4230.12271,43 +151,559,4126.616629,42 +151,560,3262.673935,33 +151,801,4096.955281,41 +151,802,3516.051848,36 +151,803,7042.767449,71 +151,804,5882.468139,59 +151,805,10455.93002,105 +151,806,7823.031853,79 +151,807,5713.81954,58 +151,808,5579.239519,56 +159,11,4327.360833,44 +159,12,4288.799686,43 +159,19,4343.176438,44 +159,20,2818.384329,29 +159,41,2882.976224,29 +159,42,2884.471381,29 +159,49,2921.77175,30 +159,50,3999.464009,40 +159,61,2578.102041,26 +159,62,2463.243381,25 +159,63,2603.312254,27 +159,64,2387.726708,24 +159,69,2476.194471,25 +159,81,3317.387386,34 +159,89,3275.532709,33 +159,91,5004.150935,51 +159,92,4969.091344,50 +159,99,5022.743363,51 +159,100,4882.863925,49 +159,111,4805.59377,49 +159,121,4656.167654,47 +159,122,4798.259116,48 +159,123,4699.699716,47 +159,124,4644.526458,47 +159,129,4595.133935,46 +159,131,4462.521146,45 +159,132,4653.932663,47 +159,139,4529.772542,46 +159,151,122.8870299,2 +159,159,124.6164121,2 +159,160,2918.720512,30 +159,171,4199.421115,42 +159,172,4115.20321,42 +159,179,4153.286927,42 +159,181,4254.311575,43 +159,182,4316.20719,44 +159,189,4313.173073,44 +159,190,3927.352358,40 +159,201,3845.856503,39 +159,209,3666.833677,37 +159,211,4357.666113,44 +159,219,4382.627584,44 +159,221,4105.229498,42 +159,222,3990.269976,40 +159,223,4178.33944,42 +159,229,4031.765744,41 +159,230,5099.471412,51 +159,241,4822.81751,49 +159,242,4812.441726,49 +159,249,4827.025391,49 +159,251,5057.456416,51 +159,259,5033.608018,51 +159,261,4439.883351,45 +159,262,4312.652827,44 +159,269,4332.908306,44 +159,271,3932.361282,40 +159,279,3880.901028,39 +159,280,4171.702815,42 +159,291,3886.844523,39 +159,292,4076.738967,41 +159,299,3982.155807,40 +159,300,3193.712502,32 +159,310,3638.256791,37 +159,321,2713.648221,28 +159,329,2648.771323,27 +159,330,5018.454151,51 +159,341,4918.083214,50 +159,342,4898.366375,49 +159,349,4908.203716,50 +159,350,3235.864983,33 +159,361,4909.190685,50 +159,362,4672.012269,47 +159,363,4941.044849,50 +159,364,4727.375623,48 +159,369,4812.168422,49 +159,371,4647.576617,47 +159,372,4672.773937,47 +159,373,4749.313102,48 +159,379,4724.622685,48 +159,380,3629.844934,37 +159,391,4422.189104,45 +159,392,4546.231113,46 +159,393,4479.278735,45 +159,394,4417.491357,45 +159,399,4492.543737,45 +159,401,3715.140297,38 +159,402,3790.240007,38 +159,409,3717.203314,38 +159,411,2577.515493,26 +159,419,2607.649138,27 +159,421,4871.184885,49 +159,422,4634.326352,47 +159,429,4754.443967,48 +159,440,5052.043236,51 +159,451,4715.661313,48 +159,452,4571.265938,46 +159,459,4666.3301,47 +159,460,3643.899158,37 +159,471,4150.231325,42 +159,472,4313.902033,44 +159,479,4358.087822,44 +159,481,3719.722896,38 +159,482,3929.734087,40 +159,483,3750.094917,38 +159,484,3749.900295,38 +159,485,3208.826555,33 +159,486,3853.975607,39 +159,487,3635.731109,37 +159,488,3671.18015,37 +159,489,3630.628983,37 +159,491,2968.68938,30 +159,499,2970.275135,30 +159,500,4954.501063,50 +159,511,4799.784613,48 +159,512,4860.218676,49 +159,513,4775.779992,48 +159,519,4699.020296,47 +159,531,2672.808684,27 +159,539,2738.608466,28 +159,540,4615.673694,47 +159,551,4210.093646,43 +159,559,4108.421326,42 +159,560,3244.650805,33 +159,801,4097.623842,41 +159,802,3471.309266,35 +159,803,6980.141714,70 +159,804,5940.606047,60 +159,805,10480.17492,105 +159,806,7885.718687,79 +159,807,5780.998812,58 +159,808,5607.38277,57 +160,11,1652.325111,17 +160,12,1718.82567,18 +160,19,1687.349135,17 +160,20,1786.989659,18 +160,41,787.2605123,8 +160,42,857.7670069,9 +160,49,745.6222912,8 +160,50,1337.340132,14 +160,61,725.3485319,8 +160,62,524.2179271,6 +160,63,794.5085954,8 +160,64,619.5771483,7 +160,69,561.0867072,6 +160,81,584.5563571,6 +160,89,606.7421598,7 +160,91,2111.400319,22 +160,92,2079.889572,21 +160,99,2131.48031,22 +160,100,2023.973587,21 +160,111,1954.521485,20 +160,121,2023.593516,21 +160,122,2267.745832,23 +160,123,2104.917691,22 +160,124,2081.133439,21 +160,129,2012.528389,21 +160,131,1761.430147,18 +160,132,1970.06528,20 +160,139,1849.125615,19 +160,151,2932.39282,30 +160,159,2918.720512,30 +160,160,186.2211956,2 +160,171,1337.298823,14 +160,172,1318.205291,14 +160,179,1334.331723,14 +160,181,1397.212645,14 +160,182,1484.678623,15 +160,189,1481.567333,15 +160,190,1072.720694,11 +160,201,1074.130509,11 +160,209,932.7873323,10 +160,211,1556.240785,16 +160,219,1591.165177,16 +160,221,1587.272569,16 +160,222,1521.212298,16 +160,223,1659.639245,17 +160,229,1493.586745,15 +160,230,2190.325921,22 +160,241,1964.948735,20 +160,242,1962.898338,20 +160,249,1974.169291,20 +160,251,2159.316276,22 +160,259,2137.940515,22 +160,261,1557.673248,16 +160,262,1429.751075,15 +160,269,1438.487101,15 +160,271,1035.208984,11 +160,279,984.3713863,10 +160,280,1552.247532,16 +160,291,1104.00782,12 +160,292,1292.144296,13 +160,299,1210.693879,13 +160,300,351.5950038,4 +160,310,814.0044158,9 +160,321,511.9957541,6 +160,329,399.0982567,4 +160,330,2114.315876,22 +160,341,2039.007433,21 +160,342,2031.464775,21 +160,349,2039.35026,21 +160,350,819.8296098,9 +160,361,2010.742894,21 +160,362,1780.987672,18 +160,363,2056.528719,21 +160,364,1832.424129,19 +160,369,1916.457216,20 +160,371,1877.971324,19 +160,372,1883.524686,19 +160,373,1957.143795,20 +160,379,1942.207082,20 +160,380,730.377099,8 +160,391,1591.541083,16 +160,392,1673.593094,17 +160,393,1631.166953,17 +160,394,1574.878959,16 +160,399,1638.310528,17 +160,401,1091.597732,11 +160,402,1118.246152,12 +160,409,1093.318271,11 +160,411,435.8353681,5 +160,419,370.9152756,4 +160,421,1999.769078,20 +160,422,1769.958857,18 +160,429,1879.497374,19 +160,440,2158.410585,22 +160,451,1993.722017,20 +160,452,1824.812167,19 +160,459,1930.9473,20 +160,460,759.182232,8 +160,471,1448.805727,15 +160,472,1565.067933,16 +160,479,1611.693106,17 +160,481,1337.198335,14 +160,482,1479.737678,15 +160,483,1486.240476,15 +160,484,1227.80273,13 +160,485,973.8764262,10 +160,486,1441.098885,15 +160,487,1415.873839,15 +160,488,1343.559102,14 +160,489,1198.120632,12 +160,491,278.2990071,3 +160,499,401.616752,5 +160,500,2048.532646,21 +160,511,1972.212147,20 +160,512,2034.92951,21 +160,513,1928.544798,20 +160,519,1881.795941,19 +160,531,457.1954726,5 +160,539,370.2877131,4 +160,540,1779.683338,18 +160,551,1328.665028,14 +160,559,1215.483914,13 +160,560,396.5967958,4 +160,801,1488.834065,15 +160,802,1559.906431,16 +160,803,5294.630891,53 +160,804,5188.397939,52 +160,805,7815.319075,79 +160,806,7053.365669,71 +160,807,6242.993793,63 +160,808,8453.168418,85 +171,11,574.2282125,6 +171,12,767.1319648,8 +171,19,623.130357,7 +171,20,2775.307825,28 +171,41,1427.22305,15 +171,42,1459.264793,15 +171,49,1375.309456,14 +171,50,528.9543538,6 +171,61,1669.185774,17 +171,62,1738.958735,18 +171,63,1672.672281,17 +171,64,1813.97268,19 +171,69,1736.362745,18 +171,81,889.5176267,9 +171,89,944.2711336,10 +171,91,812.5806644,9 +171,92,774.7659848,8 +171,99,829.2702952,9 +171,100,691.3935741,7 +171,111,619.9165657,7 +171,121,872.778042,9 +171,122,1165.996135,12 +171,123,976.0541693,10 +171,124,992.8164553,10 +171,129,926.0341512,10 +171,131,596.9822378,6 +171,132,772.2330612,8 +171,139,685.9033215,7 +171,151,4221.173052,43 +171,159,4199.421115,42 +171,160,1337.298823,14 +171,171,40.26437841,1 +171,172,226.913847,3 +171,179,172.9758221,2 +171,181,70.11752586,1 +171,182,182.3284136,2 +171,189,188.0199954,2 +171,190,280.4309095,3 +171,201,412.7588032,5 +171,209,586.7408565,6 +171,211,291.631321,3 +171,219,345.2350565,4 +171,221,795.8045827,8 +171,222,851.5538206,9 +171,223,816.8981867,9 +171,229,747.635231,8 +171,230,960.1086854,10 +171,241,631.6291212,7 +171,242,628.4923669,7 +171,249,640.1638358,7 +171,251,872.5896947,9 +171,259,845.5245358,9 +171,261,254.519677,3 +171,262,149.5803389,2 +171,269,255.1494656,3 +171,271,352.4100932,4 +171,279,430.0637936,5 +171,280,627.4602947,7 +171,291,369.3539967,4 +171,292,265.7348077,3 +171,299,340.9859385,4 +171,300,1121.983419,12 +171,310,565.8052681,6 +171,321,1500.258931,16 +171,329,1555.225506,16 +171,330,851.674094,9 +171,341,719.9527167,8 +171,342,702.2409097,8 +171,349,712.6689377,8 +171,350,1084.948343,11 +171,361,729.9396478,8 +171,362,488.4293655,5 +171,363,744.4906834,8 +171,364,548.1655713,6 +171,369,634.0684585,7 +171,371,597.8248703,6 +171,372,582.9154007,6 +171,373,648.6758814,7 +171,379,649.0577899,7 +171,380,713.4738381,8 +171,391,273.8531762,3 +171,392,348.8170996,4 +171,393,298.5932182,3 +171,394,246.5146566,3 +171,399,307.215464,4 +171,401,665.8365274,7 +171,402,572.1491197,6 +171,409,668.6257793,7 +171,411,1738.675578,18 +171,419,1671.146894,17 +171,421,673.360162,7 +171,422,438.5573297,5 +171,429,557.6150428,6 +171,440,860.6222389,9 +171,451,748.8151652,8 +171,452,580.6592463,6 +171,459,681.8993665,7 +171,460,591.8437832,6 +171,471,455.349142,5 +171,472,399.4216722,4 +171,479,441.4760364,5 +171,481,958.9166901,10 +171,482,872.4653211,9 +171,483,1108.768737,12 +171,484,779.0694692,8 +171,485,1211.659025,13 +171,486,919.5037097,10 +171,487,1154.746638,12 +171,488,1028.046041,11 +171,489,923.2623104,10 +171,491,1233.475413,13 +171,499,1236.346285,13 +171,500,800.4570741,9 +171,511,641.7574473,7 +171,512,704.3633875,8 +171,513,593.9955215,6 +171,519,562.2298024,6 +171,531,1712.189152,18 +171,539,1617.395246,17 +171,540,451.7938779,5 +171,551,97.14792068,1 +171,559,218.7380853,3 +171,560,973.7317985,10 +171,801,1305.927652,14 +171,802,1482.956874,15 +171,803,4283.392094,43 +171,804,5406.315382,55 +171,805,6703.679857,68 +171,806,6893.691618,69 +171,807,6849.990608,69 +171,808,9782.224854,98 +172,11,406.7353444,5 +172,12,575.020014,6 +172,19,455.3535712,5 +172,20,2869.507731,29 +172,41,1285.193698,13 +172,42,1308.902159,14 +172,49,1238.202863,13 +172,50,307.9414805,4 +172,61,1553.140275,16 +172,62,1670.652573,17 +172,63,1545.723641,16 +172,64,1737.059968,18 +172,69,1662.104433,17 +172,81,803.8110222,9 +172,89,844.7785787,9 +172,91,946.9147725,10 +172,92,905.0295691,10 +172,99,959.8498451,10 +172,100,778.2013878,8 +172,111,697.0969244,7 +172,121,754.0875744,8 +172,122,1036.187068,11 +172,123,851.2110641,9 +172,124,852.6655182,9 +172,129,782.7521787,8 +172,131,473.4154365,5 +172,132,675.0532055,7 +172,139,567.4475964,6 +172,151,4140.773849,42 +172,159,4115.20321,42 +172,160,1318.205291,14 +172,171,226.913847,3 +172,172,38.42399081,1 +172,179,123.6515848,2 +172,181,229.1762281,3 +172,182,217.0899205,3 +172,189,226.4532277,3 +172,190,296.8223773,3 +172,201,272.0373156,3 +172,209,454.9120894,5 +172,211,246.589688,3 +172,219,284.8129731,3 +172,221,579.1132331,6 +172,222,628.3637278,7 +172,223,607.5082199,7 +172,229,526.3007814,6 +172,230,1127.158721,12 +172,241,718.8183458,8 +172,242,703.5025266,8 +172,249,720.1041779,8 +172,251,1013.710868,11 +172,259,983.6956425,10 +172,261,434.2084301,5 +172,262,361.4991125,4 +172,269,464.5943916,5 +172,271,468.2895175,5 +172,279,534.6357975,6 +172,280,420.4585918,5 +172,291,231.6981146,3 +172,292,59.57142548,1 +172,299,174.245449,2 +172,300,1146.523129,12 +172,310,512.7680586,6 +172,321,1404.979122,15 +172,329,1487.305449,15 +172,330,1008.366592,11 +172,341,836.2985614,9 +172,342,800.3069874,9 +172,349,813.8291438,9 +172,350,932.9417889,10 +172,361,881.9829888,9 +172,362,648.4883338,7 +172,363,868.5719831,9 +172,364,709.9330597,8 +172,369,789.567763,8 +172,371,562.0544763,6 +172,372,571.5875714,6 +172,373,647.1886939,7 +172,379,631.7373571,7 +172,380,790.6581207,8 +172,391,313.2928022,4 +172,392,486.3859977,5 +172,393,383.8221188,4 +172,394,320.0202768,4 +172,399,409.1430777,5 +172,401,474.28324,5 +172,402,380.2696089,4 +172,409,478.2147498,5 +172,411,1731.364706,18 +172,419,1653.094994,17 +172,421,779.7964936,8 +172,422,548.223622,6 +172,429,678.1711272,7 +172,440,993.6908571,10 +172,451,682.590748,7 +172,452,511.132587,6 +172,459,618.858266,7 +172,460,616.278317,7 +172,471,245.5812554,3 +172,472,263.0369605,3 +172,479,318.4003905,4 +172,481,739.6716535,8 +172,482,648.1261415,7 +172,483,885.5661781,9 +172,484,565.8110979,6 +172,485,1036.537865,11 +172,486,695.5671329,7 +172,487,935.2125027,10 +172,488,809.8821504,9 +172,489,720.2853925,8 +172,491,1173.191849,12 +172,499,1154.447605,12 +172,500,966.6950612,10 +172,511,685.5189196,7 +172,512,746.1725616,8 +172,513,666.0686091,7 +172,519,587.5111927,6 +172,531,1724.953047,18 +172,539,1626.723103,17 +172,540,506.5976257,6 +172,551,316.6416989,4 +172,559,399.3655615,4 +172,560,945.2119524,10 +172,801,1482.82723,15 +172,802,1264.681494,13 +172,803,4160.019702,42 +172,804,5616.339177,57 +172,805,6851.935751,69 +172,806,7118.328647,72 +172,807,7032.577315,71 +172,808,9718.840365,98 +179,11,449.7710968,5 +179,12,630.4020172,7 +179,19,499.0069792,5 +179,20,2848.313149,29 +179,41,1341.450142,14 +179,42,1367.676392,14 +179,49,1292.932888,13 +179,50,387.0346943,4 +179,61,1601.188576,17 +179,62,1703.416507,18 +179,63,1597.177935,16 +179,64,1772.632846,18 +179,69,1696.761788,17 +179,81,841.8658433,9 +179,89,887.4981171,9 +179,91,895.354513,9 +179,92,854.5796111,9 +179,99,909.2262943,10 +179,100,739.2265882,8 +179,111,660.6821729,7 +179,121,779.3941342,8 +179,122,1066.558055,11 +179,123,879.1959893,9 +179,124,886.5010183,9 +179,129,817.7175222,9 +179,131,498.8151286,5 +179,132,692.1330872,7 +179,139,591.7037834,6 +179,151,4177.680057,42 +179,159,4153.286927,42 +179,160,1334.331723,14 +179,171,172.9758221,2 +179,172,123.6515848,2 +179,179,133.3895763,2 +179,181,179.6940809,2 +179,182,191.2177568,2 +179,189,201.8403774,3 +179,190,291.6873583,3 +179,201,330.5237871,4 +179,209,509.2418007,6 +179,211,242.0814672,3 +179,219,287.5012626,3 +179,221,648.1993137,7 +179,222,702.5054364,8 +179,223,672.0401131,7 +179,229,599.7297344,6 +179,230,1067.106609,11 +179,241,679.7532392,7 +179,242,667.6900442,7 +179,249,682.9949341,7 +179,251,960.3140859,10 +179,259,931.1219272,10 +179,261,375.4525376,4 +179,262,298.7308934,3 +179,269,400.4554641,5 +179,271,432.8987556,5 +179,279,503.9196241,6 +179,280,484.0375061,5 +179,291,289.263767,3 +179,292,152.996256,2 +179,299,241.3788504,3 +179,300,1147.397253,12 +179,310,538.25735,6 +179,321,1446.415651,15 +179,329,1519.856561,16 +179,330,951.0932512,10 +179,341,789.5265372,8 +179,342,758.3286176,8 +179,349,771.0651294,8 +179,350,992.6455408,10 +179,361,826.1571469,9 +179,362,591.7125044,6 +179,363,819.7687907,9 +179,364,652.4376282,7 +179,369,733.2325102,8 +179,371,557.8191365,6 +179,372,559.8777046,6 +179,373,632.8915534,7 +179,379,622.2377863,7 +179,380,771.93555,8 +179,391,286.1592038,3 +179,392,435.7516504,5 +179,393,345.6970202,4 +179,394,284.7684447,3 +179,399,367.3960086,4 +179,401,548.0400736,6 +179,402,455.2350735,5 +179,409,551.4049931,6 +179,411,1743.997386,18 +179,419,1669.23846,17 +179,421,735.6539262,8 +179,422,503.7458625,6 +179,429,630.7012049,7 +179,440,942.3780026,10 +179,451,688.9960843,7 +179,452,517.500212,6 +179,459,623.8877798,7 +179,460,614.5920411,7 +179,471,311.464874,4 +179,472,290.8731705,3 +179,479,344.051173,4 +179,481,817.2357856,9 +179,482,723.9912022,8 +179,483,962.3231063,10 +179,484,643.7493635,7 +179,485,1103.009976,12 +179,486,772.5265677,8 +179,487,1012.057178,11 +179,488,887.0517641,9 +179,489,794.2508937,8 +179,491,1203.014767,13 +179,499,1191.423763,12 +179,500,907.2109238,10 +179,511,658.2321658,7 +179,512,719.5467276,8 +179,513,631.0162642,7 +179,519,565.2051532,6 +179,531,1730.825382,18 +179,539,1633.638956,17 +179,540,476.0561753,5 +179,551,253.5548239,3 +179,559,343.6381946,4 +179,560,963.8401805,10 +179,801,1429.470753,15 +179,802,1340.670005,14 +179,803,4190.135849,42 +179,804,5552.055467,56 +179,805,6794.909402,68 +179,806,7045.173591,71 +179,807,6979.905757,70 +179,808,9750.836271,98 +181,11,537.2443683,6 +181,12,736.0955477,8 +181,19,585.907016,6 +181,20,2834.308025,29 +181,41,1469.476738,15 +181,42,1499.451803,15 +181,49,1418.42931,15 +181,50,528.1930618,6 +181,61,1717.484943,18 +181,62,1794.857037,18 +181,63,1718.772798,18 +181,64,1868.818041,19 +181,69,1791.207819,18 +181,81,941.2523289,10 +181,89,993.7443303,10 +181,91,762.8640788,8 +181,92,723.9725986,8 +181,99,778.7565164,8 +181,100,632.9867918,7 +181,111,560.1150491,6 +181,121,821.2331079,9 +181,122,1115.231223,12 +181,123,925.0995156,10 +181,124,944.8316072,10 +181,129,879.5505815,9 +181,131,548.9865874,6 +181,132,717.8365137,8 +181,139,636.1220336,7 +181,151,4276.618817,43 +181,159,4254.311575,43 +181,160,1397.212645,14 +181,171,70.11752586,1 +181,172,229.1762281,3 +181,179,179.6940809,2 +181,181,25.70313521,1 +181,182,127.2097441,2 +181,189,136.207092,2 +181,190,335.8084608,4 +181,201,448.4569708,5 +181,209,626.9543846,7 +181,211,239.4615828,3 +181,219,295.1796589,3 +181,221,778.5728115,8 +181,222,842.3130294,9 +181,223,794.1740561,8 +181,229,737.1835838,8 +181,230,920.4642278,10 +181,241,572.9531695,6 +181,242,568.5753449,6 +181,249,580.7501811,6 +181,251,824.767901,9 +181,259,796.8950701,8 +181,261,214.9515924,3 +181,262,137.4942677,2 +181,269,250.1191311,3 +181,271,413.1776496,5 +181,279,489.9836223,5 +181,280,605.7483685,7 +181,291,404.3763849,5 +181,292,273.0617739,3 +181,299,361.3048226,4 +181,300,1183.746788,12 +181,310,619.5428106,7 +181,321,1551.959247,16 +181,329,1610.891926,17 +181,330,808.2066922,9 +181,341,666.1027448,7 +181,342,645.3162752,7 +181,349,656.4267879,7 +181,350,1123.563102,12 +181,361,684.5412164,7 +181,362,444.0465799,5 +181,363,692.2818924,7 +181,364,504.7538812,6 +181,369,589.3470874,6 +181,371,537.7665931,6 +181,372,521.3754346,6 +181,373,586.5937238,6 +181,379,588.6187427,6 +181,380,774.8682677,8 +181,391,212.2191874,3 +181,392,295.973289,3 +181,393,237.2560052,3 +181,394,184.1938352,2 +181,399,248.3994543,3 +181,401,689.9056337,7 +181,402,595.3370236,6 +181,409,692.1316304,7 +181,411,1799.80543,18 +181,419,1731.577327,18 +181,421,617.5416125,7 +181,422,381.5215184,4 +181,429,503.7023816,6 +181,440,810.7970003,9 +181,451,690.6594901,7 +181,452,524.197792,6 +181,459,623.9817438,7 +181,460,652.6934322,7 +181,471,437.6148451,5 +181,472,359.4083754,4 +181,479,399.1539046,4 +181,481,966.7464312,10 +181,482,867.3398961,9 +181,483,1110.619148,12 +181,484,791.9059004,8 +181,485,1243.877749,13 +181,486,918.8574021,10 +181,487,1162.328739,12 +181,488,1037.002744,11 +181,489,939.7472621,10 +181,491,1289.650912,13 +181,499,1289.557998,13 +181,500,760.0158848,8 +181,511,579.8659549,6 +181,512,642.514506,7 +181,513,533.6421895,6 +181,519,500.5219524,6 +181,531,1774.059635,18 +181,539,1679.099126,17 +181,540,390.4033554,4 +181,551,131.8857302,2 +181,559,269.277494,3 +181,560,1032.384543,11 +181,801,1331.891693,14 +181,802,1491.994725,15 +181,803,4228.902079,43 +181,804,5433.827852,55 +181,805,6660.985537,67 +181,806,6899.96526,69 +181,807,6890.550245,69 +181,808,9840.796004,99 +182,11,427.0703477,5 +182,12,631.573047,7 +182,19,475.3237147,5 +182,20,2953.861632,30 +182,41,1498.426894,15 +182,42,1522.962284,16 +182,49,1450.140477,15 +182,50,480.2039061,5 +182,61,1761.852684,18 +182,62,1863.342171,19 +182,63,1756.890537,18 +182,64,1933.374621,20 +182,69,1856.53131,19 +182,81,1000.148791,11 +182,89,1045.900827,11 +182,91,732.7012632,8 +182,92,690.8441046,7 +182,99,745.6108256,8 +182,100,569.6806457,6 +182,111,490.4295533,5 +182,121,697.4676319,7 +182,122,991.5172991,10 +182,123,801.4357359,9 +182,124,822.3343534,9 +182,129,758.797906,8 +182,131,427.3728472,5 +182,132,594.0288783,6 +182,139,513.646494,6 +182,151,4340.484729,44 +182,159,4316.20719,44 +182,160,1484.678623,15 +182,171,182.3284136,2 +182,172,217.0899205,3 +182,179,191.2177568,2 +182,181,127.2097441,2 +182,182,41.24008268,1 +182,189,88.7656889,1 +182,190,421.2319946,5 +182,201,478.5444072,5 +182,209,661.5910357,7 +182,211,118.4621994,2 +182,219,183.9947887,2 +182,221,694.3783529,7 +182,222,770.6662845,8 +182,223,701.1409969,8 +182,229,665.3629029,7 +182,230,917.3693377,10 +182,241,509.647511,6 +182,242,497.7704144,5 +182,249,513.0679367,6 +182,251,799.7100505,8 +182,259,769.7544908,8 +182,261,249.4051282,3 +182,262,232.2878232,3 +182,269,337.4832658,4 +182,271,529.5115689,6 +182,279,604.1781018,7 +182,280,517.616783,6 +182,291,435.5739431,5 +182,292,262.2650223,3 +182,299,366.5103602,4 +182,300,1284.895094,13 +182,310,689.6135035,7 +182,321,1607.193826,17 +182,329,1679.209109,17 +182,330,796.4225552,8 +182,341,622.798486,7 +182,342,589.2568779,6 +182,349,602.7974522,7 +182,350,1146.020199,12 +182,361,669.6645046,7 +182,362,440.7940881,5 +182,363,654.6489713,7 +182,364,501.5951003,6 +182,369,579.0224446,6 +182,371,420.3279917,5 +182,372,410.1424643,5 +182,373,479.6541922,5 +182,379,478.5534493,5 +182,380,887.3452611,9 +182,391,111.3037733,2 +182,392,276.1232347,3 +182,393,172.1357229,2 +182,394,108.5542451,2 +182,399,202.204982,3 +182,401,685.82333,7 +182,402,592.2006392,6 +182,409,687.4171793,7 +182,411,1892.611426,19 +182,419,1820.351041,19 +182,421,567.2123485,6 +182,422,334.7503366,4 +182,429,464.8541538,5 +182,440,779.4460599,8 +182,451,569.2838344,6 +182,452,401.4926271,5 +182,459,503.0136044,6 +182,460,749.8787034,8 +182,471,361.3845526,4 +182,472,249.0633982,3 +182,479,289.4878866,3 +182,481,924.6459195,10 +182,482,802.5700514,9 +182,483,1055.765693,11 +182,484,762.4176418,8 +182,485,1249.914381,13 +182,486,861.5134519,9 +182,487,1117.721466,12 +182,488,996.265464,10 +182,489,916.2229683,10 +182,491,1360.838585,14 +182,499,1350.841963,14 +182,500,757.4407238,8 +182,511,491.8944951,5 +182,512,554.2141848,6 +182,513,460.7563126,5 +182,519,403.7050216,5 +182,531,1873.44319,19 +182,539,1777.153986,18 +182,540,306.7297126,4 +182,551,254.8502886,3 +182,559,390.6912832,4 +182,560,1115.111171,12 +182,801,1429.016432,15 +182,802,1447.948789,15 +182,803,4105.031576,42 +182,804,5540.246806,56 +182,805,6637.591,67 +182,806,6976.666695,70 +182,807,7009.347716,71 +182,808,9914.345531,100 +189,11,434.9169598,5 +189,12,638.4008923,7 +189,19,483.1599867,5 +189,20,2947.75268,30 +189,41,1498.22823,15 +189,42,1522.990168,16 +189,49,1449.866262,15 +189,50,484.8082235,5 +189,61,1760.691935,18 +189,62,1860.877917,19 +189,63,1756.036776,18 +189,64,1931.061415,20 +189,69,1854.230667,19 +189,81,999.4001469,10 +189,89,1045.363424,11 +189,91,736.7117146,8 +189,92,695.2414811,7 +189,99,749.8213504,8 +189,100,577.2042277,6 +189,111,499.1258137,5 +189,121,706.6394703,8 +189,122,999.9913666,10 +189,123,810.2737134,9 +189,124,830.8290015,9 +189,129,767.231475,8 +189,131,437.1854515,5 +189,132,603.9494528,7 +189,139,523.3770191,6 +189,151,4337.336164,44 +189,159,4313.173073,44 +189,160,1481.567333,15 +189,171,188.0199954,2 +189,172,226.4532277,3 +189,179,201.8403774,3 +189,181,136.207092,2 +189,182,88.7656889,1 +189,189,111.4447981,2 +189,190,422.9771791,5 +189,201,481.5677056,5 +189,209,663.1630294,7 +189,211,139.3330576,2 +189,219,199.7505871,2 +189,221,699.8316774,7 +189,222,775.4363606,8 +189,223,707.0947823,8 +189,229,670.2839447,7 +189,230,918.8368041,10 +189,241,517.635697,6 +189,242,506.4865787,6 +189,249,521.4711572,6 +189,251,803.1162701,9 +189,259,773.4095452,8 +189,261,249.5613559,3 +189,262,229.4930659,3 +189,269,334.2560464,4 +189,271,527.3448816,6 +189,279,601.7087964,7 +189,280,523.561699,6 +189,291,439.0828115,5 +189,292,269.6897914,3 +189,299,371.3856553,4 +189,300,1281.268009,13 +189,310,689.6310277,7 +189,321,1605.634154,17 +189,329,1676.918392,17 +189,330,798.7818206,8 +189,341,628.3397749,7 +189,342,596.0588001,6 +189,349,609.3016576,7 +189,350,1146.556241,12 +189,361,672.6076974,7 +189,362,443.6431485,5 +189,363,659.5660594,7 +189,364,504.1251293,6 +189,369,581.9356865,6 +189,371,432.405281,5 +189,372,422.3988133,5 +189,373,490.9199902,5 +189,379,489.7963882,5 +189,380,883.7686651,9 +189,391,137.3191301,2 +189,392,282.3810541,3 +189,393,187.9847763,2 +189,394,132.2794952,2 +189,399,213.9126418,3 +189,401,688.4098677,7 +189,402,595.1694968,6 +189,409,690.0330516,7 +189,411,1888.777856,19 +189,419,1816.815216,19 +189,421,573.6650113,6 +189,422,343.1705073,4 +189,429,471.0623889,5 +189,440,783.4094083,8 +189,451,579.7818115,6 +189,452,413.2270278,5 +189,459,513.9726763,6 +189,460,748.0292565,8 +189,471,367.1542215,4 +189,472,258.3415587,3 +189,479,299.6596409,3 +189,481,928.0292209,10 +189,482,807.0057611,9 +189,483,1059.578658,11 +189,484,765.5839803,8 +189,485,1250.987672,13 +189,486,865.5822861,9 +189,487,1121.044952,12 +189,488,999.5228787,10 +189,489,918.9385874,10 +189,491,1358.781092,14 +189,499,1349.29789,14 +189,500,759.1494805,8 +189,511,501.9852337,6 +189,512,563.7509157,6 +189,513,470.0248128,5 +189,519,415.5017046,5 +189,531,1869.229437,19 +189,539,1773.107828,18 +189,540,319.4543453,4 +189,551,253.8602386,3 +189,559,388.6539234,4 +189,560,1112.901326,12 +189,801,1424.11112,15 +189,802,1451.077911,15 +189,803,4112.295384,42 +189,804,5534.164913,56 +189,805,6638.703043,67 +189,806,6972.177885,70 +189,807,7002.527766,71 +189,808,9909.443158,100 +190,11,694.2642446,7 +190,12,845.5857534,9 +190,19,740.6058497,8 +190,20,2583.335328,26 +190,41,1181.727521,12 +190,42,1219.512789,13 +190,49,1128.281063,12 +190,50,505.3204801,6 +190,61,1407.63526,15 +190,62,1467.155542,15 +190,63,1415.910112,15 +190,64,1542.657999,16 +190,69,1466.418344,15 +190,81,624.5758798,7 +190,89,684.659932,7 +190,91,1082.900209,11 +190,92,1046.155325,11 +190,99,1100.311174,12 +190,100,964.4051864,10 +190,111,891.5266928,9 +190,121,1043.862247,11 +190,122,1325.385276,14 +190,123,1140.956126,12 +190,124,1141.409987,12 +190,129,1070.507039,11 +190,131,763.1603796,8 +190,132,962.0508207,10 +190,139,856.0324937,9 +190,151,3948.748893,40 +190,159,3927.352358,40 +190,160,1072.720694,11 +190,171,280.4309095,3 +190,172,296.8223773,3 +190,179,291.6873583,3 +190,181,335.8084608,4 +190,182,421.2319946,5 +190,189,422.9771791,5 +190,190,125.3779226,2 +190,201,247.2450713,3 +190,209,374.3434647,4 +190,211,503.6518137,6 +190,219,546.8603432,6 +190,221,811.3943106,9 +190,222,828.1259731,9 +190,223,855.2047619,9 +190,229,738.0329384,8 +190,230,1215.220935,13 +190,241,904.5659074,10 +190,242,899.68787,9 +190,249,912.1003727,10 +190,251,1140.65002,12 +190,259,1114.594944,12 +190,261,520.5062162,6 +190,262,398.4556738,4 +190,269,459.930542,5 +190,271,225.7646514,3 +190,279,280.7605412,3 +190,280,678.7381343,7 +190,291,222.842065,3 +190,292,294.9971192,3 +190,299,278.8176992,3 +190,300,874.9545031,9 +190,310,306.3911698,4 +190,321,1233.08448,13 +190,329,1284.048324,13 +190,330,1113.884814,12 +190,341,993.3710513,10 +190,342,976.0723851,10 +190,349,986.1417848,10 +190,350,855.1596079,9 +190,361,995.6314576,10 +190,362,754.7762399,8 +190,363,1016.941135,11 +190,364,812.8822388,9 +190,369,899.1655046,9 +190,371,827.4338861,9 +190,372,824.9824675,9 +190,373,896.3215141,9 +190,379,887.2634145,9 +190,380,509.5462306,6 +190,391,526.4654164,6 +190,392,622.5595612,7 +190,393,566.7375395,6 +190,394,509.3300491,6 +190,399,577.2000645,6 +190,401,512.4544842,6 +190,402,434.0017166,5 +190,409,519.2288333,6 +190,411,1477.182867,15 +190,419,1406.356623,15 +190,421,947.3542999,10 +190,422,712.4689956,8 +190,429,830.9144175,9 +190,440,1130.919745,12 +190,451,961.561615,10 +190,452,789.1397975,8 +190,459,895.622175,9 +190,460,345.2160153,4 +190,471,514.1125603,6 +190,472,552.6084194,6 +190,479,600.5271495,7 +190,481,854.8747241,9 +190,482,829.6345445,9 +190,483,1023.619135,11 +190,484,665.0225002,7 +190,485,1001.240918,11 +190,486,854.320344,9 +190,487,1043.470637,11 +190,488,915.9289715,10 +190,489,786.099014,8 +190,491,962.2599646,10 +190,499,967.9410535,10 +190,500,1058.246307,11 +190,511,906.0023376,10 +190,512,968.6653656,10 +190,513,864.4998953,9 +190,519,818.054019,9 +190,531,1459.169768,15 +190,539,1362.787224,14 +190,540,715.158169,8 +190,551,300.6695687,4 +190,559,271.7503106,3 +190,560,706.4383746,8 +190,801,1313.712288,14 +190,802,1356.980063,14 +190,803,4447.106022,45 +190,804,5403.932484,55 +190,805,6957.226079,70 +190,806,6982.456415,70 +190,807,6775.60059,68 +190,808,9510.233527,96 +201,11,586.7353049,6 +201,12,691.8455603,7 +201,19,627.3007974,7 +201,20,2699.452417,27 +201,41,1024.947583,11 +201,42,1052.986132,11 +201,49,977.0639392,10 +201,50,315.7026673,4 +201,61,1285.342632,13 +201,62,1404.354797,15 +201,63,1280.231417,13 +201,64,1469.185759,15 +201,69,1396.143789,14 +201,81,537.9115266,6 +201,89,577.8643437,6 +201,91,1203.647388,13 +201,92,1163.000029,12 +201,99,1218.046493,13 +201,100,1045.621769,11 +201,111,965.3701325,10 +201,121,957.4553386,10 +201,122,1217.855199,13 +201,123,1044.525334,11 +201,124,1029.840643,11 +201,129,959.3665115,10 +201,131,690.4998435,7 +201,132,899.026588,9 +201,139,780.5836385,8 +201,151,3871.450403,39 +201,159,3845.856503,39 +201,160,1074.130509,11 +201,171,412.7588032,5 +201,172,272.0373156,3 +201,179,330.5237871,4 +201,181,448.4569708,5 +201,182,478.5444072,5 +201,189,481.5677056,5 +201,190,247.2450713,3 +201,201,36.84754969,1 +201,209,199.508351,2 +201,211,513.9834651,6 +201,219,543.5466027,6 +201,221,618.2245904,7 +201,222,614.2194915,7 +201,223,673.7234475,7 +201,229,534.9582272,6 +201,230,1367.374171,14 +201,241,985.9308234,10 +201,242,971.862422,10 +201,249,987.907036,10 +201,251,1267.997809,13 +201,259,1238.961141,13 +201,261,660.6159796,7 +201,262,556.2620341,6 +201,269,637.4439031,7 +201,271,435.9704104,5 +201,279,476.135595,5 +201,280,519.9819616,6 +201,291,59.58114289,1 +201,292,234.998797,3 +201,299,171.2140316,2 +201,300,936.7891829,10 +201,310,284.5674811,3 +201,321,1136.094775,12 +201,329,1221.993186,13 +201,330,1254.824396,13 +201,341,1098.14032,11 +201,342,1066.132665,11 +201,349,1078.715625,11 +201,350,679.3412937,7 +201,361,1130.410561,12 +201,362,890.6101465,9 +201,363,1128.294299,12 +201,364,951.8573695,10 +201,369,1035.086593,11 +201,371,820.2385422,9 +201,372,835.7433762,9 +201,373,912.0443671,10 +201,379,892.6843625,9 +201,380,653.2923009,7 +201,391,580.655371,6 +201,392,736.5220244,8 +201,393,646.0346603,7 +201,394,582.2994318,6 +201,399,666.3709525,7 +201,401,276.126905,3 +201,402,194.759243,2 +201,409,290.660899,3 +201,411,1488.802004,15 +201,419,1405.715131,15 +201,421,1043.788531,11 +201,422,808.8030285,9 +201,429,937.0073063,10 +201,440,1251.134624,13 +201,451,924.7007465,10 +201,452,758.6197661,8 +201,459,864.2743982,9 +201,460,444.8272593,5 +201,471,383.2243698,4 +201,472,496.1462551,5 +201,479,545.1354242,6 +201,481,618.5545536,7 +201,482,607.7055583,7 +201,483,789.2478147,8 +201,484,428.2258697,5 +201,485,801.1362893,9 +201,486,624.9656504,7 +201,487,807.2820122,9 +201,488,679.4933807,7 +201,489,559.9495384,6 +201,491,911.2591305,10 +201,499,887.9519774,9 +201,500,1207.059742,13 +201,511,955.0003352,10 +201,512,1015.504609,11 +201,513,934.6017591,10 +201,519,855.7880957,9 +201,531,1494.834334,15 +201,539,1395.61861,14 +201,540,774.5659485,8 +201,551,473.004048,5 +201,559,477.1853713,5 +201,560,703.1389123,8 +201,801,1503.325422,16 +201,802,1122.523708,12 +201,803,4318.628543,44 +201,804,5625.214448,57 +201,805,7106.887199,72 +201,806,7215.998095,73 +201,807,6967.756231,70 +201,808,9449.837725,95 +209,11,730.9528606,8 +209,12,801.2147996,9 +209,19,766.0602242,8 +209,20,2612.493379,27 +209,41,849.7790243,9 +209,42,880.7395142,9 +209,49,802.0715963,9 +209,50,422.8848021,5 +209,61,1105.729716,12 +209,62,1232.527761,13 +209,63,1101.199428,12 +209,64,1294.542872,13 +209,69,1223.74674,13 +209,81,374.634497,4 +209,89,409.3836164,5 +209,91,1383.942049,14 +209,92,1343.670624,14 +209,99,1398.680727,14 +209,100,1227.797447,13 +209,111,1147.581735,12 +209,121,1100.545279,12 +209,122,1344.523646,14 +209,123,1180.647148,12 +209,124,1157.573774,12 +209,129,1089.149511,11 +209,131,846.3052339,9 +209,132,1053.6772,11 +209,139,932.2665649,10 +209,151,3692.850654,37 +209,159,3666.833677,37 +209,160,932.7873323,10 +209,171,586.7408565,6 +209,172,454.9120894,5 +209,179,509.2418007,6 +209,181,626.9543846,7 +209,182,661.5910357,7 +209,189,663.1630294,7 +209,190,374.3434647,4 +209,201,199.508351,2 +209,209,160.6733895,2 +209,211,694.4540098,7 +209,219,721.3693566,8 +209,221,692.4278579,7 +209,222,657.2268733,7 +209,223,758.070092,8 +209,229,602.0676813,7 +209,230,1542.076446,16 +209,241,1168.206334,12 +209,242,1153.956398,12 +209,249,1170.036279,12 +209,251,1447.509172,15 +209,259,1418.801079,15 +209,261,836.255618,9 +209,262,726.3904515,8 +209,269,797.2533209,8 +209,271,529.352688,6 +209,279,548.7819042,6 +209,280,634.7076568,7 +209,291,237.9664525,3 +209,292,416.0312407,5 +209,299,336.2220874,4 +209,300,838.4264111,9 +209,310,254.0253448,3 +209,321,958.9335701,10 +209,329,1052.002095,11 +209,330,1432.004341,15 +209,341,1279.72257,13 +209,342,1248.294272,13 +209,349,1260.652409,13 +209,350,514.6978958,6 +209,361,1308.599331,14 +209,362,1068.086264,11 +209,363,1309.403517,14 +209,364,1128.954164,12 +209,369,1212.735304,13 +209,371,993.334446,10 +209,372,1012.222199,11 +209,373,1088.678021,11 +209,379,1067.485335,11 +209,380,642.2004354,7 +209,391,763.4603883,8 +209,392,916.8477999,10 +209,393,828.5668154,9 +209,394,765.1017834,8 +209,399,848.0386593,9 +209,401,247.5229208,3 +209,402,224.9869274,3 +209,409,265.1665659,3 +209,411,1345.102167,14 +209,419,1257.400884,13 +209,421,1225.794745,13 +209,422,990.7317825,10 +209,429,1118.283944,12 +209,440,1431.523377,15 +209,451,1088.323782,11 +209,452,926.887455,10 +209,459,1030.3494,11 +209,460,432.2746421,5 +209,471,529.2133588,6 +209,472,664.2490767,7 +209,479,711.5016553,8 +209,481,584.7825405,6 +209,482,634.4742201,7 +209,483,759.3609727,8 +209,484,411.0246423,5 +209,485,650.5131967,7 +209,486,629.0354048,7 +209,487,751.5002075,8 +209,488,631.794203,7 +209,489,496.4960055,5 +209,491,748.7289281,8 +209,499,717.1549548,8 +209,500,1382.422633,14 +209,511,1135.77624,12 +209,512,1195.830051,12 +209,513,1116.740634,12 +209,519,1035.771456,11 +209,531,1363.94715,14 +209,539,1264.828662,13 +209,540,956.4655606,10 +209,551,636.9510611,7 +209,559,614.771027,7 +209,560,575.2347979,6 +209,801,1556.003138,16 +209,802,1040.909521,11 +209,803,4412.108562,45 +209,804,5653.657027,57 +209,805,7283.500605,73 +209,806,7297.970895,73 +209,807,6942.42897,70 +209,808,9271.18155,93 +211,11,322.4220072,4 +211,12,530.3511639,6 +211,19,370.1952795,4 +211,20,3058.504035,31 +211,41,1514.705376,16 +211,42,1534.035551,16 +211,49,1469.325413,15 +211,50,442.2812053,5 +211,61,1791.194255,18 +211,62,1915.174021,20 +211,63,1780.377685,18 +211,64,1981.218312,20 +211,69,1905.418635,20 +211,81,1048.157206,11 +211,89,1087.38532,11 +211,91,741.2126885,8 +211,92,697.5518448,7 +211,99,750.9385592,8 +211,100,548.8430929,6 +211,111,465.6813842,5 +211,121,583.7383892,6 +211,122,877.4659059,9 +211,123,687.4655644,7 +211,124,707.7050741,8 +211,129,645.4751122,7 +211,131,313.2182046,4 +211,132,482.7770941,5 +211,139,400.1236753,5 +211,151,4383.860608,44 +211,159,4357.666113,44 +211,160,1556.240785,16 +211,171,291.631321,3 +211,172,246.589688,3 +211,179,242.0814672,3 +211,181,239.4615828,3 +211,182,118.4621994,2 +211,189,139.3330576,2 +211,190,503.6518137,6 +211,201,513.9834651,6 +211,209,694.4540098,7 +211,211,33.90505596,1 +211,219,108.1863439,2 +211,221,612.3749017,7 +211,222,699.9098986,7 +211,223,610.3682652,7 +211,229,596.4375877,6 +211,230,947.1182704,10 +211,241,491.3739496,5 +211,242,471.3174055,5 +211,249,490.0977821,5 +211,251,811.5823807,9 +211,259,780.3333937,8 +211,261,333.721756,4 +211,262,341.4515129,4 +211,269,442.1795985,5 +211,271,633.5408316,7 +211,279,706.3592689,8 +211,280,435.5062464,5 +211,291,474.410573,5 +211,292,283.2407869,3 +211,299,387.4670389,4 +211,300,1370.532413,14 +211,310,752.4290029,8 +211,321,1647.447944,17 +211,329,1731.559608,18 +211,330,820.5411695,9 +211,341,621.4316236,7 +211,342,575.7189498,6 +211,349,591.1799648,6 +211,350,1159.154742,12 +211,361,693.9984792,7 +211,362,484.1880232,5 +211,363,657.948605,7 +211,364,542.065311,6 +211,369,610.4863649,7 +211,371,327.2117057,4 +211,372,329.6368034,4 +211,373,404.2792257,5 +211,379,395.5674643,4 +211,380,985.7681655,10 +211,391,111.3355246,2 +211,392,320.5749219,4 +211,393,194.2782353,2 +211,394,148.5478163,2 +211,399,233.3101369,3 +211,401,682.3142202,7 +211,402,592.691616,6 +211,409,683.4693991,7 +211,411,1968.177114,20 +211,419,1892.086464,19 +211,421,560.6248201,6 +211,422,346.819432,4 +211,429,475.140825,5 +211,440,785.7496296,8 +211,451,465.5961507,5 +211,452,294.9845495,3 +211,459,400.2414673,5 +211,460,835.0639961,9 +211,471,299.3613816,3 +211,472,149.5731535,2 +211,479,193.1807765,2 +211,481,880.1650825,9 +211,482,738.0527385,8 +211,483,997.724649,10 +211,484,732.8823445,8 +211,485,1246.788788,13 +211,486,803.3508547,9 +211,487,1068.690854,11 +211,488,952.1530764,10 +211,489,889.5777433,9 +211,491,1417.360154,15 +211,499,1398.163971,14 +211,500,790.4563356,8 +211,511,444.0264195,5 +211,512,503.5950803,6 +211,513,433.7147673,5 +211,519,346.2067631,4 +211,531,1955.729535,20 +211,539,1858.2963,19 +211,540,276.7719323,3 +211,551,368.7506229,4 +211,559,501.832638,6 +211,560,1184.020003,12 +211,801,1527.690262,16 +211,802,1397.092796,14 +211,803,3993.445173,40 +211,804,5647.034842,57 +211,805,6634.541098,67 +211,806,7061.134713,71 +211,807,7123.050256,72 +211,808,9962.519804,100 +219,11,309.644018,4 +219,12,512.1321025,6 +219,19,355.0373364,4 +219,20,3099.145902,31 +219,41,1533.578656,16 +219,42,1551.226739,16 +219,49,1489.168798,15 +219,50,448.8847131,5 +219,61,1813.774937,19 +219,62,1944.284093,20 +219,63,1801.165464,19 +219,64,2009.118007,21 +219,69,1933.653321,20 +219,81,1077.708746,11 +219,89,1114.902027,12 +219,91,737.8502512,8 +219,92,693.882986,7 +219,99,746.3183111,8 +219,100,536.6921459,6 +219,111,453.2932407,5 +219,121,552.643521,6 +219,122,843.6706287,9 +219,123,655.2673071,7 +219,124,676.5407078,7 +219,129,616.419361,7 +219,131,292.8443849,3 +219,132,452.2197217,5 +219,139,375.081888,4 +219,151,4409.384383,45 +219,159,4382.627584,44 +219,160,1591.165177,16 +219,171,345.2350565,4 +219,172,284.8129731,3 +219,179,287.5012626,3 +219,181,295.1796589,3 +219,182,183.9947887,2 +219,189,199.7505871,2 +219,190,546.8603432,6 +219,201,543.5466027,6 +219,209,721.3693566,8 +219,211,108.1863439,2 +219,219,129.0543977,2 +219,221,600.9137056,7 +219,222,691.787708,7 +219,223,595.4231791,6 +219,229,590.0189269,6 +219,230,950.4781967,10 +219,241,480.9370903,5 +219,242,458.2823671,5 +219,249,478.2799916,5 +219,251,808.9665305,9 +219,259,777.503361,8 +219,261,370.1985141,4 +219,262,388.6915788,4 +219,269,484.9882749,5 +219,271,679.5144406,7 +219,279,751.3019512,8 +219,280,427.3730271,5 +219,291,505.716937,6 +219,292,315.4719213,4 +219,299,415.1486152,5 +219,300,1409.319697,15 +219,310,787.7225958,8 +219,321,1673.478526,17 +219,329,1761.009631,18 +219,330,822.4937227,9 +219,341,615.5128058,7 +219,342,565.849877,6 +219,349,581.880165,6 +219,350,1177.727639,12 +219,361,697.0836697,7 +219,362,498.1822401,5 +219,363,653.3927063,7 +219,364,553.6584016,6 +219,369,617.5099216,7 +219,371,299.2402438,3 +219,372,303.1480877,4 +219,373,377.3961247,4 +219,379,369.6717393,4 +219,380,1028.419969,11 +219,391,150.3423168,2 +219,392,341.2203265,4 +219,393,218.5213458,3 +219,394,190.0473105,2 +219,399,255.8874258,3 +219,401,697.5858324,7 +219,402,610.0422377,7 +219,409,698.6473042,7 +219,411,2003.651139,21 +219,419,1926.652649,20 +219,421,553.4906674,6 +219,422,352.3480623,4 +219,429,476.2334306,5 +219,440,781.2415292,8 +219,451,434.3081961,5 +219,452,269.1420232,3 +219,459,370.6546887,4 +219,460,875.6185485,9 +219,471,301.5396926,4 +219,472,159.3546214,2 +219,479,189.4865245,2 +219,481,880.3776878,9 +219,482,731.92154,8 +219,483,992.5073241,10 +219,484,739.112036,8 +219,485,1259.901421,13 +219,486,799.0898499,8 +219,487,1066.492118,11 +219,488,952.1665056,10 +219,489,895.9003144,9 +219,491,1448.455864,15 +219,499,1426.647833,15 +219,500,796.0805333,8 +219,511,424.1218712,5 +219,512,482.05772,5 +219,513,421.1127949,5 +219,519,326.1374224,4 +219,531,1992.867187,20 +219,539,1895.262668,19 +219,540,268.9453122,3 +219,551,419.2759095,5 +219,559,549.9603225,6 +219,560,1219.024871,13 +219,801,1561.666644,16 +219,802,1393.315525,14 +219,803,3954.226135,40 +219,804,5678.741538,57 +219,805,6621.953002,67 +219,806,7081.324793,71 +219,807,7159.272055,72 +219,808,9987.978681,100 +221,11,329.8561348,4 +221,12,188.8322012,2 +221,19,319.6400428,4 +221,20,3294.174929,33 +221,41,1232.444909,13 +221,42,1223.450531,13 +221,49,1207.884518,13 +221,50,323.2807247,4 +221,61,1554.067336,16 +221,62,1794.667714,18 +221,63,1513.125927,16 +221,64,1833.401651,19 +221,69,1769.740747,18 +221,81,1007.545157,11 +221,89,1004.785652,11 +221,91,1297.049899,13 +221,92,1252.864963,13 +221,99,1300.716351,14 +221,100,1065.893586,11 +221,111,987.6293856,10 +221,121,556.9226899,6 +221,122,715.4892997,8 +221,123,595.8732439,6 +221,124,544.5286654,6 +221,129,497.4703879,5 +221,131,451.0990838,5 +221,132,582.767215,6 +221,139,483.1127863,5 +221,151,4141.008031,42 +221,159,4105.229498,42 +221,160,1587.272569,16 +221,171,795.8045827,8 +221,172,579.1132331,6 +221,179,648.1993137,7 +221,181,778.5728115,8 +221,182,694.3783529,7 +221,189,699.8316774,7 +221,190,811.3943106,9 +221,201,618.2245904,7 +221,209,692.4278579,7 +221,211,612.3749017,7 +221,219,600.9137056,7 +221,221,33.41506458,1 +221,222,124.8656322,2 +221,223,83.49558435,1 +221,229,122.7114145,2 +221,230,1527.58258,16 +221,241,1021.755515,11 +221,242,988.0764474,10 +221,249,1009.999371,11 +221,251,1369.431567,14 +221,259,1336.832439,14 +221,261,939.3808108,10 +221,262,911.0307289,10 +221,269,1013.707032,11 +221,271,1014.493259,11 +221,279,1066.928176,11 +221,280,192.1963596,2 +221,291,619.8245742,7 +221,292,552.0494961,6 +221,299,557.0888385,6 +221,300,1514.396981,16 +221,310,874.0265947,9 +221,321,1481.258071,15 +221,329,1627.988283,17 +221,330,1396.842346,14 +221,341,1168.292838,12 +221,342,1104.633555,12 +221,349,1120.934413,12 +221,350,909.5905883,10 +221,361,1275.115296,13 +221,362,1088.977249,11 +221,363,1209.940391,13 +221,364,1143.585926,12 +221,369,1202.22827,13 +221,371,687.7991251,7 +221,372,742.8995967,8 +221,373,802.8814782,9 +221,379,771.3573432,8 +221,380,1268.033742,13 +221,391,720.4172838,8 +221,392,929.8028514,10 +221,393,801.9137152,9 +221,394,759.2980403,8 +221,399,834.328919,9 +221,401,497.8306953,5 +221,402,486.5237504,5 +221,409,503.7215681,6 +221,411,1993.8616,20 +221,419,1897.361885,19 +221,421,1104.017965,12 +221,422,935.3510661,10 +221,429,1049.767349,11 +221,440,1335.258447,14 +221,451,671.5994747,7 +221,452,594.6060027,6 +221,459,649.6764131,7 +221,460,1055.81817,11 +221,471,341.8862219,4 +221,472,468.0154948,5 +221,479,487.9331508,5 +221,481,391.924608,4 +221,482,184.2659107,2 +221,483,432.3224329,5 +221,484,381.6111476,4 +221,485,897.5433608,9 +221,486,266.1863148,3 +221,487,530.7782727,6 +221,488,451.1392767,5 +221,489,502.0313634,6 +221,491,1368.165743,14 +221,499,1298.312409,13 +221,500,1378.81085,14 +221,511,917.2170326,10 +221,512,954.7159402,10 +221,513,956.4234505,10 +221,519,826.5345347,9 +221,531,2029.356245,21 +221,539,1930.064474,20 +221,540,828.2756467,9 +221,551,888.9271394,9 +221,559,972.5302149,10 +221,560,1241.957368,13 +221,801,2003.521837,21 +221,802,833.9783172,9 +221,803,3726.642921,38 +221,804,6193.993063,62 +221,805,7075.344015,71 +221,806,7670.186865,77 +221,807,7581.245798,76 +221,808,9661.622307,97 +222,11,440.6630761,5 +222,12,309.5983066,4 +222,19,433.4944946,5 +222,20,3251.25868,33 +222,41,1123.703868,12 +222,42,1111.462431,12 +222,49,1102.399312,12 +222,50,342.2388243,4 +222,61,1447.783118,15 +222,62,1701.69786,18 +222,63,1403.589271,15 +222,64,1736.310343,18 +222,69,1675.065176,17 +222,81,943.0579974,10 +222,89,933.097923,10 +222,91,1404.598647,15 +222,92,1360.256784,14 +222,99,1409.273016,15 +222,100,1177.00036,12 +222,111,1097.436514,11 +222,121,676.8881681,7 +222,122,818.9834363,9 +222,123,710.8312163,8 +222,124,655.3592455,7 +222,129,612.244919,7 +222,131,567.9196355,6 +222,132,704.8638864,8 +222,139,602.7476103,7 +222,151,4026.733524,41 +222,159,3990.269976,40 +222,160,1521.212298,16 +222,171,851.5538206,9 +222,172,628.3637278,7 +222,179,702.5054364,8 +222,181,842.3130294,9 +222,182,770.6662845,8 +222,189,775.4363606,8 +222,190,828.1259731,9 +222,201,614.2194915,7 +222,209,657.2268733,7 +222,211,699.9098986,7 +222,219,691.787708,7 +222,221,124.8656322,2 +222,222,21.71829525,1 +222,223,191.7241406,2 +222,229,132.6991679,2 +222,230,1630.735263,17 +222,241,1130.91418,12 +222,242,1098.356295,11 +222,249,1119.941514,12 +222,251,1476.952092,15 +222,259,1444.277629,15 +222,261,1017.87676,11 +222,262,976.6906515,10 +222,269,1078.064304,11 +222,271,1033.493902,11 +222,279,1080.05854,11 +222,280,285.3929063,3 +222,291,624.5137305,7 +222,292,594.5411668,6 +222,299,580.3766999,6 +222,300,1470.35034,15 +222,310,849.1009528,9 +222,321,1385.101067,14 +222,329,1539.345249,16 +222,330,1500.699605,16 +222,341,1276.462049,13 +222,342,1214.75855,13 +222,349,1230.870227,13 +222,350,811.9579847,9 +222,361,1377.362547,14 +222,362,1182.155596,12 +222,363,1317.566455,14 +222,364,1238.594914,13 +222,369,1300.930363,14 +222,371,803.8493712,9 +222,372,857.2926783,9 +222,373,919.5242956,10 +222,379,887.5415003,9 +222,380,1257.380481,13 +222,391,809.1609456,9 +222,392,1019.777475,11 +222,393,892.2761974,9 +222,394,844.975155,9 +222,399,924.0725377,10 +222,401,442.6022494,5 +222,402,454.4500098,5 +222,409,451.4408341,5 +222,411,1921.541096,20 +222,419,1822.795868,19 +222,421,1212.234619,13 +222,422,1033.568865,11 +222,429,1151.789072,12 +222,440,1444.019682,15 +222,451,793.2333707,8 +222,452,710.6142005,8 +222,459,769.569834,8 +222,460,1040.56456,11 +222,471,410.260851,5 +222,472,560.4571072,6 +222,479,583.8398107,6 +222,481,272.6066205,3 +222,482,63.90940513,1 +222,483,314.3788031,4 +222,484,298.700109,3 +222,485,784.9966075,8 +222,486,146.0647884,2 +222,487,409.1869831,5 +222,488,329.3848766,4 +222,489,402.5554242,5 +222,491,1292.087066,13 +222,499,1215.343749,13 +222,500,1479.336045,15 +222,511,1030.711548,11 +222,512,1070.37392,11 +222,513,1065.706968,11 +222,519,937.3480039,10 +222,531,1964.810525,20 +222,539,1866.355443,19 +222,540,931.3707513,10 +222,551,943.1807351,10 +222,559,1012.755226,11 +222,560,1188.273294,12 +222,801,2033.845675,21 +222,802,718.3817728,8 +222,803,3779.440103,38 +222,804,6226.544841,63 +222,805,7197.521923,72 +222,806,7742.079321,78 +222,807,7579.528178,76 +222,808,9540.32843,96 +223,11,306.4300261,4 +223,12,130.233669,2 +223,19,287.1156794,3 +223,20,3358.968014,34 +223,41,1307.653814,14 +223,42,1297.776511,13 +223,49,1283.387405,13 +223,50,374.5014664,4 +223,61,1629.757066,17 +223,62,1870.970646,19 +223,63,1588.180756,16 +223,64,1909.776963,20 +223,69,1845.881871,19 +223,81,1080.210019,11 +223,89,1078.637895,11 +223,91,1268.420709,13 +223,92,1224.560852,13 +223,99,1270.778675,13 +223,100,1033.187695,11 +223,111,957.1183201,10 +223,121,489.2522,5 +223,122,639.480524,7 +223,123,523.0345849,6 +223,124,469.7852688,5 +223,129,427.1175335,5 +223,131,413.0963838,5 +223,132,524.3405056,6 +223,139,433.132855,5 +223,151,4214.501086,43 +223,159,4178.33944,42 +223,160,1659.639245,17 +223,171,816.8981867,9 +223,172,607.5082199,7 +223,179,672.0401131,7 +223,181,794.1740561,8 +223,182,701.1409969,8 +223,189,707.0947823,8 +223,190,855.2047619,9 +223,201,673.7234475,7 +223,209,758.070092,8 +223,211,610.3682652,7 +223,219,595.4231791,6 +223,221,83.49558435,1 +223,222,191.7241406,2 +223,223,44.62396319,1 +223,229,182.1235152,2 +223,230,1503.633247,16 +223,241,991.9669904,10 +223,242,956.837582,10 +223,249,978.9819274,10 +223,251,1340.634457,14 +223,259,1308.143107,14 +223,261,941.8992958,10 +223,262,923.9427953,10 +223,269,1026.647695,11 +223,271,1055.927721,11 +223,279,1111.049205,12 +223,280,200.4393957,3 +223,291,671.5730067,7 +223,292,585.2096353,6 +223,299,600.4967359,7 +223,300,1580.737975,16 +223,310,935.4165078,10 +223,321,1557.611962,16 +223,329,1703.969618,18 +223,330,1372.415374,14 +223,341,1139.250985,12 +223,342,1073.200646,11 +223,349,1089.599614,11 +223,350,985.5327678,10 +223,361,1252.91071,13 +223,362,1077.150095,11 +223,363,1181.451629,12 +223,364,1129.65772,12 +223,369,1184.174254,12 +223,371,648.9814674,7 +223,372,706.6957969,8 +223,373,762.2180762,8 +223,379,731.4088396,8 +223,380,1322.399857,14 +223,391,715.7530555,8 +223,392,922.068944,10 +223,393,794.8339685,8 +223,394,757.0885739,8 +223,399,827.3286797,9 +223,401,570.1974392,6 +223,402,553.3650045,6 +223,409,575.0267281,6 +223,411,2067.444,21 +223,419,1971.351406,20 +223,421,1075.156216,11 +223,422,919.1616217,10 +223,429,1028.613136,11 +223,440,1304.956977,14 +223,451,617.7880592,7 +223,452,556.6979888,6 +223,459,601.878407,7 +223,460,1112.787171,12 +223,471,364.057295,4 +223,472,464.0393995,5 +223,479,478.7955622,5 +223,481,462.0183475,5 +223,482,252.2161868,3 +223,483,485.1768074,5 +223,484,457.7246843,5 +223,485,971.6296616,10 +223,486,332.5599184,4 +223,487,588.9394642,6 +223,488,517.9741658,6 +223,489,574.4065092,6 +223,491,1442.705515,15 +223,499,1373.718,14 +223,500,1358.196533,14 +223,511,881.5252981,9 +223,512,915.2330243,10 +223,513,926.7555736,10 +223,519,795.3781259,8 +223,531,2101.193212,22 +223,539,2001.715928,21 +223,540,807.256609,9 +223,551,910.1768175,10 +223,559,1002.080806,11 +223,560,1311.541813,14 +223,801,2031.868436,21 +223,802,880.523088,9 +223,803,3659.587908,37 +223,804,6221.680359,63 +223,805,7016.994671,71 +223,806,7670.471867,77 +223,807,7627.191084,77 +223,808,9728.138362,98 +229,11,356.2156919,4 +229,12,268.7064003,3 +229,19,358.1563674,4 +229,20,3201.502173,33 +229,41,1155.247345,12 +229,42,1149.651275,12 +229,49,1128.594042,12 +229,50,253.9888338,3 +229,61,1473.842066,15 +229,62,1706.28332,18 +229,63,1435.823867,15 +229,64,1746.852026,18 +229,69,1682.556772,17 +229,81,914.2993135,10 +229,89,912.7894923,10 +229,91,1305.63168,14 +229,92,1261.32155,13 +229,99,1311.01382,14 +229,100,1081.775931,11 +229,111,1001.393431,11 +229,121,629.5695124,7 +229,122,805.1376611,9 +229,123,677.1092072,7 +229,124,630.6322533,7 +229,129,578.079213,6 +229,131,487.1552599,5 +229,132,641.217945,7 +229,139,533.3494559,6 +229,151,4066.504177,41 +229,159,4031.765744,41 +229,160,1493.586745,15 +229,171,747.635231,8 +229,172,526.3007814,6 +229,179,599.7297344,6 +229,181,737.1835838,8 +229,182,665.3629029,7 +229,189,670.2839447,7 +229,190,738.0329384,8 +229,201,534.9582272,6 +229,209,602.0676813,7 +229,211,596.4375877,6 +229,219,590.0189269,6 +229,221,122.7114145,2 +229,222,132.6991679,2 +229,223,182.1235152,2 +229,229,111.0947054,2 +229,230,1528.689851,16 +229,241,1034.193218,11 +229,242,1002.814599,11 +229,249,1024.264578,11 +229,251,1377.779531,14 +229,259,1345.267491,14 +229,261,911.665077,10 +229,262,871.0899913,9 +229,269,972.8650409,10 +229,271,941.9839041,10 +229,279,991.6467021,10 +229,280,208.8206325,3 +229,291,540.1061901,6 +229,292,494.1893357,5 +229,299,487.9165014,5 +229,300,1421.734787,15 +229,310,785.1231044,8 +229,321,1394.883867,14 +229,329,1538.356136,16 +229,330,1399.264155,14 +229,341,1178.377794,12 +229,342,1118.44754,12 +229,349,1134.491277,12 +229,350,826.8793359,9 +229,361,1275.411108,13 +229,362,1077.499412,11 +229,363,1218.965705,13 +229,364,1134.276402,12 +229,369,1197.747483,12 +229,371,717.3117257,8 +229,372,767.82454,8 +229,373,832.7429661,9 +229,379,801.3299495,9 +229,380,1183.077593,12 +229,391,705.1124432,8 +229,392,914.9178307,10 +229,393,788.1065924,8 +229,394,740.1320365,8 +229,399,819.9678126,9 +229,401,406.1734736,5 +229,402,395.9420006,4 +229,409,413.4267835,5 +229,411,1900.2805,20 +229,419,1804.234899,19 +229,421,1114.41762,12 +229,422,931.1093156,10 +229,429,1050.664399,11 +229,440,1345.819797,14 +229,451,721.7907888,8 +229,452,625.2421041,7 +229,459,692.15081,7 +229,460,969.398908,10 +229,471,308.5037966,4 +229,472,460.2351114,5 +229,479,486.284877,5 +229,481,343.4403242,4 +229,482,167.9068545,2 +229,483,419.2440222,5 +229,484,299.9607748,3 +229,485,826.2338978,9 +229,486,238.1794631,3 +229,487,503.7947572,6 +229,488,408.5290491,5 +229,489,435.9794863,5 +229,491,1275.661373,13 +229,499,1207.702274,13 +229,500,1376.380888,14 +229,511,938.753787,10 +229,512,980.9311436,10 +229,513,969.4419761,10 +229,519,843.5160033,9 +229,531,1935.236642,20 +229,539,1836.025886,19 +229,540,831.8853578,9 +229,551,839.4163577,9 +229,559,912.9686887,10 +229,560,1148.55358,12 +229,801,1944.121645,20 +229,802,820.1181704,9 +229,803,3820.900911,39 +229,804,6129.458151,62 +229,805,7119.535754,72 +229,806,7633.942548,77 +229,807,7499.987659,75 +229,808,9600.052863,97 +230,11,1201.169584,13 +230,12,1392.346339,14 +230,19,1229.752859,13 +230,20,3247.628245,33 +230,41,2385.494864,24 +230,42,2417.692757,25 +230,49,2331.492862,24 +230,50,1384.040616,14 +230,61,2618.435623,27 +230,62,2646.266818,27 +230,63,2627.109121,27 +230,64,2729.393092,28 +230,69,2647.729202,27 +230,81,1832.339045,19 +230,89,1891.765731,19 +230,91,252.0843508,3 +230,92,291.2256824,3 +230,99,259.2795038,3 +230,100,492.9888729,5 +230,111,555.7863897,6 +230,121,1201.154851,13 +230,122,1418.672287,15 +230,123,1279.605252,13 +230,124,1346.176613,14 +230,129,1317.863376,14 +230,131,1099.495728,11 +230,132,1086.482406,11 +230,139,1121.702775,12 +230,151,5115.621578,52 +230,159,5099.471412,51 +230,160,2190.325921,22 +230,171,960.1086854,10 +230,172,1127.158721,12 +230,179,1067.106609,11 +230,181,920.4642278,10 +230,182,917.3693377,10 +230,189,918.8368041,10 +230,190,1215.220935,13 +230,201,1367.374171,14 +230,209,1542.076446,16 +230,211,947.1182704,10 +230,219,950.4781967,10 +230,221,1527.58258,16 +230,222,1630.735263,17 +230,223,1503.633247,16 +230,229,1528.689851,16 +230,230,87.12646133,1 +230,241,520.3899062,6 +230,242,559.8002466,6 +230,249,544.0283179,6 +230,251,191.0235605,2 +230,259,229.8929223,3 +230,261,709.2777759,8 +230,262,823.3947081,9 +230,269,788.0025017,8 +230,271,1172.284295,12 +230,279,1226.799244,13 +230,280,1356.529631,14 +230,291,1323.26947,14 +230,292,1173.479469,12 +230,299,1263.698514,13 +230,300,1922.138702,20 +230,310,1503.322825,16 +230,321,2437.106625,25 +230,329,2465.653845,25 +230,330,141.747483,2 +230,341,375.8531036,4 +230,342,448.6762094,5 +230,349,435.1735568,5 +230,350,2040.877863,21 +230,361,258.2751155,3 +230,362,482.2614594,5 +230,363,334.068253,4 +230,364,420.3528741,5 +230,369,346.5248506,4 +230,371,876.5267181,9 +230,372,813.8076165,9 +230,373,780.6203833,8 +230,379,820.3274647,9 +230,380,1478.976097,15 +230,391,841.7001348,9 +230,392,643.41894,7 +230,393,759.5390277,8 +230,394,818.0933414,9 +230,399,735.767719,8 +230,401,1599.869761,16 +230,402,1505.398802,16 +230,409,1598.809471,16 +230,411,2553.411323,26 +230,419,2508.016765,26 +230,421,436.7997234,5 +230,422,603.166932,7 +230,429,484.863195,5 +230,440,234.1146568,3 +230,451,983.6668623,10 +230,452,960.8800121,10 +230,459,959.6669746,10 +230,460,1463.255796,15 +230,471,1244.691644,13 +230,472,1074.447954,11 +230,479,1055.133533,11 +230,481,1826.345634,19 +230,482,1675.147085,17 +230,483,1937.853686,20 +230,484,1674.769944,17 +230,485,2160.877065,22 +230,486,1744.61602,18 +230,487,2013.731511,21 +230,488,1898.210449,19 +230,489,1821.786285,19 +230,491,2145.59874,22 +230,499,2167.285576,22 +230,500,173.5224854,2 +230,511,647.9292162,7 +230,512,639.6472378,7 +230,513,583.8693107,6 +230,519,719.8832615,8 +230,531,2488.489986,25 +230,539,2406.427111,25 +230,540,702.3577912,8 +230,551,920.8869854,10 +230,559,1004.596524,11 +230,560,1863.237251,19 +230,801,1336.081953,14 +230,802,2340.444807,24 +230,803,4147.343065,42 +230,804,5054.215264,51 +230,805,5746.437904,58 +230,806,6228.177674,63 +230,807,6690.874625,67 +230,808,10563.42263,106 +241,11,693.7792936,7 +241,12,876.9046925,9 +241,19,719.7040639,8 +241,20,3295.424516,33 +241,41,2001.948739,21 +241,42,2023.264583,21 +241,49,1954.161441,20 +241,50,922.8802854,10 +241,61,2270.193871,23 +241,62,2366.003204,24 +241,63,2263.903064,23 +241,64,2438.28873,25 +241,69,2359.292061,24 +241,81,1506.618936,16 +241,89,1553.187997,16 +241,91,277.6621942,3 +241,92,234.4959874,3 +241,99,279.8067975,3 +241,100,66.33736156,1 +241,111,40.22686992,1 +241,121,692.9607719,7 +241,122,937.2311663,10 +241,123,779.6516972,8 +241,124,840.7667569,9 +241,129,810.6015785,9 +241,131,583.6269086,6 +241,132,574.011688,6 +241,139,604.966652,7 +241,151,4846.428032,49 +241,159,4822.81751,49 +241,160,1964.948735,20 +241,171,631.6291212,7 +241,172,718.8183458,8 +241,179,679.7532392,7 +241,181,572.9531695,6 +241,182,509.647511,6 +241,189,517.635697,6 +241,190,904.5659074,10 +241,201,985.9308234,10 +241,209,1168.206334,12 +241,211,491.3739496,5 +241,219,480.9370903,5 +241,221,1021.755515,11 +241,222,1130.91418,12 +241,223,991.9669904,10 +241,229,1034.193218,11 +241,230,520.3899062,6 +241,241,26.61954077,1 +241,242,53.71226996,1 +241,249,77.50008804,1 +241,251,349.9375295,4 +241,259,321.3694331,4 +241,261,422.130365,5 +241,262,545.4349889,6 +241,269,576.0835426,6 +241,271,950.6564166,10 +241,279,1020.992808,11 +241,280,859.0250775,9 +241,291,943.156162,10 +241,292,761.6505332,8 +241,299,861.3667874,9 +241,300,1738.56921,18 +241,310,1188.684368,12 +241,321,2114.90645,22 +241,329,2181.426948,22 +241,330,389.4961602,4 +241,341,150.0307024,2 +241,342,88.03076494,1 +241,349,113.106088,2 +241,350,1646.191301,17 +241,361,284.7243934,3 +241,362,265.7406216,3 +241,363,192.6892509,2 +241,364,265.7851472,3 +241,369,264.3464069,3 +241,371,357.9930182,4 +241,372,295.3268918,3 +241,373,267.735062,3 +241,379,320.3452349,4 +241,380,1308.715968,14 +241,391,406.6729765,5 +241,392,298.2367571,3 +241,393,345.0404905,4 +241,394,406.3257164,5 +241,399,336.5092895,4 +241,401,1172.759033,12 +241,402,1082.547622,11 +241,409,1172.295052,12 +241,411,2364.221118,24 +241,419,2299.25429,23 +241,421,87.38607541,1 +241,422,197.7476571,2 +241,429,142.289126,2 +241,440,314.33046,4 +241,451,475.4930657,5 +241,452,442.7872351,5 +241,459,445.1734087,5 +241,460,1216.806987,13 +241,471,770.4978902,8 +241,472,591.2551157,6 +241,479,563.3379937,6 +241,481,1347.630143,14 +241,482,1179.634286,12 +241,483,1442.900957,15 +241,484,1215.550665,13 +241,485,1737.347309,18 +241,486,1253.424,13 +241,487,1527.003239,16 +241,488,1418.760098,15 +241,489,1366.805412,14 +241,491,1861.2378,19 +241,499,1856.193632,19 +241,500,392.4792808,4 +241,511,137.7339891,2 +241,512,156.655199,2 +241,513,70.9504295,1 +241,519,209.756949,3 +241,531,2329.637006,24 +241,539,2236.859135,23 +241,540,224.1367854,3 +241,551,642.6331303,7 +241,559,774.2493562,8 +241,560,1603.117127,17 +241,801,1520.27044,16 +241,802,1847.816287,19 +241,803,3876.889185,39 +241,804,5493.891813,55 +241,805,6143.853149,62 +241,806,6741.703461,68 +241,807,7074.702225,71 +241,808,10413.21324,105 +242,11,660.5156875,7 +242,12,840.7644537,9 +242,19,685.3610774,7 +242,20,3312.578858,34 +242,41,1983.942558,20 +242,42,2003.988103,21 +242,49,1936.919319,20 +242,50,897.8316382,9 +242,61,2255.525337,23 +242,62,2357.943465,24 +242,63,2247.666199,23 +242,64,2429.053555,25 +242,69,2350.407776,24 +242,81,1496.287705,15 +242,89,1541.301027,16 +242,91,315.757903,4 +242,92,273.2455958,3 +242,99,316.5632691,4 +242,100,89.70669528,1 +242,111,32.39910045,1 +242,121,652.8887667,7 +242,122,897.7038583,9 +242,123,739.5720883,8 +242,124,800.5984935,9 +242,129,771.210803,8 +242,131,547.8463196,6 +242,132,534.1380008,6 +242,139,567.1871945,6 +242,151,4836.713453,49 +242,159,4812.441726,49 +242,160,1962.898338,20 +242,171,628.4923669,7 +242,172,703.5025266,8 +242,179,667.6900442,7 +242,181,568.5753449,6 +242,182,497.7704144,5 +242,189,506.4865787,6 +242,190,899.68787,9 +242,201,971.862422,10 +242,209,1153.956398,12 +242,211,471.3174055,5 +242,219,458.2823671,5 +242,221,988.0764474,10 +242,222,1098.356295,11 +242,223,956.837582,10 +242,229,1002.814599,11 +242,230,559.8002466,6 +242,241,53.71226996,1 +242,242,39.54685737,1 +242,249,81.4781441,1 +242,251,387.3799908,4 +242,259,358.7030811,4 +242,261,430.344292,5 +242,262,550.4744643,6 +242,269,587.2708233,6 +242,271,954.5606104,10 +242,279,1025.573845,11 +242,280,827.515321,9 +242,291,929.5779548,10 +242,292,745.3579012,8 +242,299,845.3475385,9 +242,300,1741.047006,18 +242,310,1181.109898,12 +242,321,2103.20538,22 +242,329,2173.351561,22 +242,330,429.3947015,5 +242,341,188.8242781,2 +242,342,122.0951438,2 +242,349,143.9250825,2 +242,350,1627.666611,17 +242,361,325.7192151,4 +242,362,292.8932504,3 +242,363,231.496204,3 +242,364,298.9920891,3 +242,369,302.0376231,4 +242,371,320.3335916,4 +242,372,258.2787834,3 +242,373,228.5461786,3 +242,379,283.9044555,3 +242,380,1314.398571,14 +242,391,392.5749061,4 +242,392,305.2161622,4 +242,393,337.1065744,4 +242,394,396.5961998,4 +242,399,331.7121901,4 +242,401,1151.674236,12 +242,402,1062.444077,11 +242,409,1151.245561,12 +242,411,2364.446793,24 +242,419,2297.904483,23 +242,421,127.8138798,2 +242,422,202.4610393,3 +242,429,169.8346621,2 +242,440,350.5203029,4 +242,451,435.5734845,5 +242,452,406.1524871,5 +242,459,405.9871815,5 +242,460,1216.063542,13 +242,471,744.04661,8 +242,472,564.3164007,6 +242,479,534.4523212,6 +242,481,1318.461548,14 +242,482,1147.840088,12 +242,483,1410.82,15 +242,484,1189.725819,12 +242,485,1715.132525,18 +242,486,1222.295415,13 +242,487,1496.240254,15 +242,488,1389.342101,14 +242,489,1341.002307,14 +242,491,1853.951939,19 +242,499,1846.243159,19 +242,500,433.2986159,5 +242,511,100.2631486,2 +242,512,122.6540992,2 +242,513,52.95258564,1 +242,519,177.7689703,2 +242,531,2332.530243,24 +242,539,2239.059627,23 +242,540,207.9506804,3 +242,551,645.2777807,7 +242,559,779.5620686,8 +242,560,1599.053155,16 +242,801,1548.947241,16 +242,802,1815.73399,19 +242,803,3848.116657,39 +242,804,5532.873546,56 +242,805,6166.478376,62 +242,806,6781.739579,68 +242,807,7110.845157,72 +242,808,10407.56333,105 +249,11,683.1951812,7 +249,12,863.2514987,9 +249,19,708.0605339,8 +249,20,3314.676894,34 +249,41,2001.245803,21 +249,42,2021.700887,21 +249,49,1953.960324,20 +249,50,917.7394266,10 +249,61,2271.680392,23 +249,62,2371.662299,24 +249,63,2264.361182,23 +249,64,2443.222383,25 +249,69,2364.421704,24 +249,81,1510.882955,16 +249,89,1556.473208,16 +249,91,301.4845848,4 +249,92,260.2551252,3 +249,99,301.5843382,4 +249,100,84.90189013,1 +249,111,78.73165303,1 +249,121,674.2845919,7 +249,122,915.5361628,10 +249,123,759.6557339,8 +249,124,821.0835894,9 +249,129,792.2297599,8 +249,131,571.5219303,6 +249,132,556.8238371,6 +249,139,590.5539836,6 +249,151,4851.05675,49 +249,159,4827.025391,49 +249,160,1974.169291,20 +249,171,640.1638358,7 +249,172,720.1041779,8 +249,179,682.9949341,7 +249,181,580.7501811,6 +249,182,513.0679367,6 +249,189,521.4711572,6 +249,190,912.1003727,10 +249,201,987.907036,10 +249,209,1170.036279,12 +249,211,490.0977821,5 +249,219,478.2799916,5 +249,221,1009.999371,11 +249,222,1119.941514,12 +249,223,978.9819274,10 +249,229,1024.264578,11 +249,230,544.0283179,6 +249,241,77.50008804,1 +249,242,81.4781441,1 +249,249,89.87522228,1 +249,251,371.826341,4 +249,259,344.0389637,4 +249,261,437.4329876,5 +249,262,558.7502803,6 +249,269,592.9120057,6 +249,271,963.2735023,10 +249,279,1033.959025,11 +249,280,849.2815137,9 +249,291,945.4441133,10 +249,292,762.3153102,8 +249,299,862.1390725,9 +249,300,1750.376102,18 +249,310,1194.626509,12 +249,321,2118.29726,22 +249,329,2187.070961,22 +249,330,415.0644123,5 +249,341,178.8652298,2 +249,342,114.006651,2 +249,349,134.3310522,2 +249,350,1645.168794,17 +249,361,315.4079936,4 +249,362,294.3387773,3 +249,363,219.9338116,3 +249,364,297.5462213,3 +249,369,297.0181586,3 +249,371,346.7751518,4 +249,372,286.2811858,3 +249,373,256.5648529,3 +249,379,307.6494757,4 +249,380,1322.304447,14 +249,391,408.9163821,5 +249,392,313.0724295,4 +249,393,350.7438274,4 +249,394,410.9987484,5 +249,399,344.1370938,4 +249,401,1170.153231,12 +249,402,1080.632539,11 +249,409,1169.703938,12 +249,411,2374.770388,24 +249,419,2308.896516,24 +249,421,124.1472541,2 +249,422,211.7349207,3 +249,429,176.0152945,2 +249,440,334.8622932,4 +249,451,458.5344573,5 +249,452,431.2201581,5 +249,459,430.3587957,5 +249,460,1226.775024,13 +249,471,764.6296404,8 +249,472,585.5132146,6 +249,479,556.6092893,6 +249,481,1339.150559,14 +249,482,1169.229204,12 +249,483,1432.01893,15 +249,484,1209.639309,13 +249,485,1733.798789,18 +249,486,1243.477314,13 +249,487,1517.14959,16 +249,488,1410.039277,15 +249,489,1360.752582,14 +249,491,1867.366345,19 +249,499,1860.680172,19 +249,500,420.8061719,5 +249,511,136.1134066,2 +249,512,145.0214303,2 +249,513,96.55309976,1 +249,519,207.7016838,3 +249,531,2341.683276,24 +249,539,2248.516917,23 +249,540,227.8653304,3 +249,551,654.5400747,7 +249,559,787.662111,8 +249,560,1611.159908,17 +249,801,1544.388325,16 +249,802,1836.696674,19 +249,803,3853.487222,39 +249,804,5518.874442,56 +249,805,6148.027357,62 +249,806,6762.853739,68 +249,807,7099.742882,71 +249,808,10420.35668,105 +251,11,1041.396533,11 +251,12,1225.582078,13 +251,19,1067.04799,11 +251,20,3319.515145,34 +251,41,2291.877511,23 +251,42,2319.401287,24 +251,49,2240.263211,23 +251,50,1250.384452,13 +251,61,2540.795829,26 +251,62,2596.538124,26 +251,63,2543.145427,26 +251,64,2675.671061,27 +251,69,2594.605884,26 +251,81,1759.770049,18 +251,89,1814.383101,19 +251,91,76.36570487,1 +251,92,119.6656509,2 +251,99,75.71507892,1 +251,100,314.5477519,4 +251,111,384.4449467,4 +251,121,1018.135982,11 +251,122,1231.792206,13 +251,123,1094.566445,11 +251,124,1162.07019,12 +251,129,1137.063714,12 +251,131,932.0570647,10 +251,132,905.3215634,10 +251,139,948.1142882,10 +251,151,5076.721409,51 +251,159,5057.456416,51 +251,160,2159.316276,22 +251,171,872.5896947,9 +251,172,1013.710868,11 +251,179,960.3140859,10 +251,181,824.767901,9 +251,182,799.7100505,8 +251,189,803.1162701,9 +251,190,1140.65002,12 +251,201,1267.997809,13 +251,209,1447.509172,15 +251,211,811.5823807,9 +251,219,808.9665305,9 +251,221,1369.431567,14 +251,222,1476.952092,15 +251,223,1340.634457,14 +251,229,1377.779531,14 +251,230,191.0235605,2 +251,241,349.9375295,4 +251,242,387.3799908,4 +251,249,371.826341,4 +251,251,32.74949811,1 +251,259,79.05592632,1 +251,261,623.367886,7 +251,262,747.9862917,8 +251,269,733.5185977,8 +251,271,1129.665498,12 +251,279,1191.086636,12 +251,280,1203.244435,13 +251,291,1223.87455,13 +251,292,1059.337544,11 +251,299,1154.336421,12 +251,300,1904.625223,20 +251,310,1431.763855,15 +251,321,2369.520527,24 +251,329,2413.473584,25 +251,330,93.35254047,1 +251,341,203.6111515,3 +251,342,271.0118707,3 +251,349,259.2354298,3 +251,350,1940.855309,20 +251,361,152.217071,2 +251,362,388.9543484,4 +251,363,163.7908926,2 +251,364,331.2641538,4 +251,369,255.0034849,3 +251,371,702.8015632,8 +251,372,640.9309957,7 +251,373,601.7001215,7 +251,379,643.1995648,7 +251,380,1461.037864,15 +251,391,711.8448194,8 +251,392,532.5420285,6 +251,393,633.8527896,7 +251,394,695.8367706,7 +251,399,613.6735344,7 +251,401,1483.331965,15 +251,402,1390.086355,14 +251,409,1482.39026,15 +251,411,2538.367864,26 +251,419,2485.297853,25 +251,421,266.837355,3 +251,422,469.83383,5 +251,429,343.4212901,4 +251,440,50.68425718,1 +251,451,801.3471431,9 +251,452,790.2766274,8 +251,459,781.1488876,8 +251,460,1416.982916,15 +251,471,1104.087253,12 +251,472,928.206886,10 +251,479,904.0282652,10 +251,481,1685.568597,17 +251,482,1524.222016,16 +251,483,1787.637092,18 +251,484,1543.639101,16 +251,485,2048.541102,21 +251,486,1596.442692,16 +251,487,1868.713128,19 +251,488,1757.1696,18 +251,489,1692.608635,17 +251,491,2091.614263,21 +251,499,2102.765675,22 +251,500,157.6043071,2 +251,511,470.2394114,5 +251,512,456.4336371,5 +251,513,415.243965,5 +251,519,550.7561854,6 +251,531,2484.380276,25 +251,539,2397.825677,24 +251,540,551.433039,6 +251,551,849.9161875,9 +251,559,953.7459569,10 +251,560,1816.431581,19 +251,801,1435.666688,15 +251,802,2192.129635,22 +251,803,3998.538284,40 +251,804,5236.457352,53 +251,805,5839.963401,59 +251,806,6411.006428,65 +251,807,6863.976446,69 +251,808,10587.61966,106 +259,11,1009.171173,11 +259,12,1193.336168,12 +259,19,1034.93311,11 +259,20,3314.722888,34 +259,41,2262.717606,23 +259,42,2289.76895,23 +259,49,2211.392706,23 +259,50,1218.639387,13 +259,61,2513.238834,26 +259,62,2572.340356,26 +259,63,2514.889842,26 +259,64,2650.928541,27 +259,69,2570.015312,26 +259,81,1733.215664,18 +259,89,1787.247752,18 +259,91,75.70136751,1 +259,92,102.0940356,2 +259,99,80.11261798,1 +259,100,288.1891718,3 +259,111,355.4959486,4 +259,121,988.5761052,10 +259,122,1204.581345,13 +259,123,1065.773174,11 +259,124,1132.679573,12 +259,129,1107.190329,12 +259,131,900.2773704,10 +259,132,875.4207304,9 +259,139,916.9619176,10 +259,151,5053.2713,51 +259,159,5033.608018,51 +259,160,2137.940515,22 +259,171,845.5245358,9 +259,172,983.6956425,10 +259,179,931.1219272,10 +259,181,796.8950701,8 +259,182,769.7544908,8 +259,189,773.4095452,8 +259,190,1114.594944,12 +259,201,1238.961141,13 +259,209,1418.801079,15 +259,211,780.3333937,8 +259,219,777.503361,8 +259,221,1336.832439,14 +259,222,1444.277629,15 +259,223,1308.143107,14 +259,229,1345.267491,14 +259,230,229.8929223,3 +259,241,321.3694331,4 +259,242,358.7030811,4 +259,249,344.0389637,4 +259,251,79.05592632,1 +259,259,78.76807406,1 +259,261,597.4139144,6 +259,262,722.8181262,8 +259,269,711.4988722,8 +259,271,1107.865978,12 +259,279,1170.233657,12 +259,280,1170.866475,12 +259,291,1194.889156,12 +259,292,1029.19345,11 +259,299,1124.570505,12 +259,300,1885.41357,19 +259,310,1405.660153,15 +259,321,2343.206742,24 +259,329,2389.055584,24 +259,330,124.2980636,2 +259,341,179.1017945,2 +259,342,245.4091034,3 +259,349,234.0587292,3 +259,350,1911.256065,20 +259,361,133.8526318,2 +259,362,363.9196941,4 +259,363,141.6830548,2 +259,364,307.7120788,4 +259,369,234.5433487,3 +259,371,672.1634567,7 +259,372,610.4284871,7 +259,373,572.3709066,6 +259,379,614.182297,7 +259,380,1442.296596,15 +259,391,681.1819519,7 +259,392,504.1758368,6 +259,393,603.7396165,7 +259,394,665.7730277,7 +259,399,584.0511426,6 +259,401,1452.535951,15 +259,402,1359.467903,14 +259,409,1451.643393,15 +259,411,2519.044028,26 +259,419,2464.884268,25 +259,421,239.7104025,3 +259,422,439.9444872,5 +259,429,314.5064214,4 +259,440,74.58070923,1 +259,451,772.0824716,8 +259,452,759.035348,8 +259,459,751.086725,8 +259,460,1394.182722,14 +259,471,1072.117264,11 +259,472,896.2820835,9 +259,479,872.1427033,9 +259,481,1653.119246,17 +259,482,1491.555973,15 +259,483,1754.834168,18 +259,484,1511.775276,16 +259,485,2017.757994,21 +259,486,1563.796565,16 +259,487,1836.010223,19 +259,488,1724.672935,18 +259,489,1660.911867,17 +259,491,2067.133106,21 +259,499,2076.967256,21 +259,500,167.9670181,2 +259,511,441.5571452,5 +259,512,429.530533,5 +259,513,385.7354475,4 +259,519,520.643906,6 +259,531,2466.7503,25 +259,539,2379.566936,24 +259,540,520.5360703,6 +259,551,824.9615155,9 +259,559,931.2837562,10 +259,560,1793.120596,18 +259,801,1439.841561,15 +259,802,2159.202722,22 +259,803,3987.529315,40 +259,804,5260.35497,53 +259,805,5869.917416,59 +259,806,6442.444319,65 +259,807,6883.298059,69 +259,808,10571.5828,106 +261,11,654.0231402,7 +261,12,862.8410396,9 +261,19,698.6054117,7 +261,20,2894.153064,29 +261,41,1678.975676,17 +261,42,1710.482649,18 +261,49,1626.569483,17 +261,50,721.1669424,8 +261,61,1919.780516,20 +261,62,1978.187271,20 +261,63,1924.333278,20 +261,64,2055.703141,21 +261,69,1976.632491,20 +261,81,1137.510741,12 +261,89,1193.621889,12 +261,91,565.9975569,6 +261,92,530.3524485,6 +261,99,583.8966456,6 +261,100,478.0360229,5 +261,111,420.4688406,5 +261,121,859.6315554,9 +261,122,1150.031252,12 +261,123,963.5009327,10 +261,124,999.0114225,10 +261,129,941.7539489,10 +261,131,620.6666492,7 +261,132,742.184184,8 +261,139,692.6319402,7 +261,151,4460.329601,45 +261,159,4439.883351,45 +261,160,1557.673248,16 +261,171,254.519677,3 +261,172,434.2084301,5 +261,179,375.4525376,4 +261,181,214.9515924,3 +261,182,249.4051282,3 +261,189,249.5613559,3 +261,190,520.5062162,6 +261,201,660.6159796,7 +261,209,836.255618,9 +261,211,333.721756,4 +261,219,370.1985141,4 +261,221,939.3808108,10 +261,222,1017.87676,11 +261,223,941.8992958,10 +261,229,911.665077,10 +261,230,709.2777759,8 +261,241,422.130365,5 +261,242,430.344292,5 +261,249,437.4329876,5 +261,251,623.367886,7 +261,259,597.4139144,6 +261,261,40.14262017,1 +261,262,132.8828004,2 +261,269,179.5289751,2 +261,271,533.0117902,6 +261,279,605.5968367,7 +261,280,761.0913546,8 +261,291,616.6126372,7 +261,292,480.0144267,5 +261,299,568.1162763,6 +261,300,1321.45803,14 +261,310,810.5464193,9 +261,321,1747.494713,18 +261,329,1794.861632,18 +261,330,600.15581,7 +261,341,484.0725778,5 +261,342,479.4280242,5 +261,349,487.4871011,5 +261,350,1334.719815,14 +261,361,479.2235476,5 +261,362,238.940578,3 +261,363,503.7166449,6 +261,364,297.0511066,3 +261,369,384.5446521,4 +261,371,521.6633141,6 +261,372,482.15224,5 +261,373,526.6474727,6 +261,379,547.5484646,6 +261,380,889.0455206,9 +261,391,237.3476763,3 +261,392,131.0398453,2 +261,393,181.3771003,2 +261,394,191.887034,2 +261,399,170.3432357,2 +261,401,902.140795,10 +261,402,807.4178644,9 +261,409,902.9989803,10 +261,411,1949.685312,20 +261,419,1888.563075,19 +261,421,445.7673545,5 +261,422,231.0147982,3 +261,429,327.8058916,4 +261,440,613.9754751,7 +261,451,685.6248768,7 +261,452,545.3975721,6 +261,459,623.7355625,7 +261,460,808.7471217,9 +261,471,608.2250827,7 +261,472,480.6144399,5 +261,479,496.7669952,5 +261,481,1166.10188,12 +261,482,1049.653338,11 +261,483,1301.59734,14 +261,484,997.0264263,10 +261,485,1457.264655,15 +261,486,1107.533627,12 +261,487,1360.519832,14 +261,488,1237.236199,13 +261,489,1144.466039,12 +261,491,1472.613674,15 +261,499,1481.322029,15 +261,500,549.3258871,6 +261,511,472.9143776,5 +261,512,530.975212,6 +261,513,402.2880803,5 +261,519,427.0163762,5 +261,531,1910.965767,20 +261,539,1819.30716,19 +261,540,306.4960191,4 +261,551,232.7147479,3 +261,559,358.9147694,4 +261,560,1203.502588,13 +261,801,1260.52981,13 +261,802,1690.875449,17 +261,803,4220.306361,43 +261,804,5323.318402,54 +261,805,6451.698436,65 +261,806,6731.287472,68 +261,807,6826.606684,69 +261,808,10006.48329,101 +262,11,656.3150881,7 +262,12,859.903673,9 +262,19,703.6711197,8 +262,20,2790.620333,28 +262,41,1565.022061,16 +262,42,1598.950663,16 +262,49,1511.786484,16 +262,50,661.705087,7 +262,61,1798.945212,18 +262,62,1850.885439,19 +262,63,1805.794039,19 +262,64,1929.046742,20 +262,69,1850.333457,19 +262,81,1014.505391,11 +262,89,1072.775176,11 +262,91,692.3704975,7 +262,92,657.4758538,7 +262,99,710.7606981,8 +262,100,602.6731523,7 +262,111,540.9234381,6 +262,121,910.1982415,10 +262,122,1204.22269,13 +262,123,1014.782195,11 +262,124,1041.859101,11 +262,129,979.2616224,10 +262,131,650.0951961,7 +262,132,799.0782294,8 +262,139,731.3472616,8 +262,151,4332.753702,44 +262,159,4312.652827,44 +262,160,1429.751075,15 +262,171,149.5803389,2 +262,172,361.4991125,4 +262,179,298.7308934,3 +262,181,137.4942677,2 +262,182,232.2878232,3 +262,189,229.4930659,3 +262,190,398.4556738,4 +262,201,556.2620341,6 +262,209,726.3904515,8 +262,211,341.4515129,4 +262,219,388.6915788,4 +262,221,911.0307289,10 +262,222,976.6906515,10 +262,223,923.9427953,10 +262,229,871.0899913,9 +262,230,823.3947081,9 +262,241,545.4349889,6 +262,242,550.4744643,6 +262,249,558.7502803,6 +262,251,747.9862917,8 +262,259,722.8181262,8 +262,261,132.8828004,2 +262,262,43.26344832,1 +262,269,146.7970821,2 +262,271,406.8030324,5 +262,279,482.459502,5 +262,280,736.4596369,8 +262,291,513.1596993,6 +262,292,403.9831074,5 +262,299,480.8812471,5 +262,300,1195.182751,12 +262,310,687.1856555,7 +262,321,1623.607646,17 +262,329,1667.890462,17 +262,330,719.9774161,8 +262,341,612.0098835,7 +262,342,606.0201435,7 +262,349,614.1903028,7 +262,350,1225.600009,13 +262,361,601.9772927,7 +262,362,362.1797142,4 +262,363,631.3897212,7 +262,364,418.8824924,5 +262,369,506.6673756,6 +262,371,595.235559,6 +262,372,565.5899041,6 +262,373,620.037414,7 +262,379,631.6143862,7 +262,380,765.9778655,8 +262,391,274.9649804,3 +262,392,250.1851013,3 +262,393,255.2099695,3 +262,394,231.6946123,3 +262,399,249.5870876,3 +262,401,811.1191007,9 +262,402,717.2561128,8 +262,409,812.7924895,9 +262,411,1822.148543,19 +262,419,1760.520156,18 +262,421,572.9987238,6 +262,422,350.7393139,4 +262,429,453.976195,5 +262,440,740.2876891,8 +262,451,756.5581795,8 +262,452,600.9724286,7 +262,459,691.297842,7 +262,460,680.6904161,7 +262,471,570.9295482,6 +262,472,477.4107803,5 +262,479,506.4476229,6 +262,481,1098.797213,11 +262,482,1001.945179,11 +262,483,1244.501484,13 +262,484,921.4036692,10 +262,485,1355.952471,14 +262,486,1053.098709,11 +262,487,1294.543813,13 +262,488,1168.586595,12 +262,489,1064.895557,11 +262,491,1345.494461,14 +262,499,1356.481534,14 +262,500,665.1548154,7 +262,511,583.6847758,6 +262,512,644.1014894,7 +262,513,520.0216016,6 +262,519,522.9178017,6 +262,531,1785.097991,18 +262,539,1692.94859,17 +262,540,403.115012,5 +262,551,106.4329697,2 +262,559,237.9108493,3 +262,560,1075.58122,11 +262,801,1233.969035,13 +262,802,1623.67776,17 +262,803,4300.273166,44 +262,804,5310.952429,54 +262,805,6567.525042,66 +262,806,6765.840717,68 +262,807,6784.557174,68 +262,808,9878.385794,99 +269,11,757.9385998,8 +269,12,961.8271773,10 +269,19,804.5678911,9 +269,20,2738.101797,28 +269,41,1623.103667,17 +269,42,1660.201217,17 +269,49,1568.428444,16 +269,50,761.9395658,8 +269,61,1844.047921,19 +269,62,1875.157291,19 +269,63,1855.467925,19 +269,64,1956.286946,20 +269,69,1877.14408,19 +269,81,1059.76385,11 +269,89,1121.882462,12 +269,91,684.8833596,7 +269,92,654.4231598,7 +269,99,704.8924153,8 +269,100,629.2184557,7 +269,111,577.3364185,6 +269,121,999.078222,10 +269,122,1291.745861,13 +269,123,1103.417041,12 +269,124,1133.618986,12 +269,129,1072.228752,11 +269,131,745.8239821,8 +269,132,885.2929292,9 +269,139,824.1125317,9 +269,151,4351.197696,44 +269,159,4332.908306,44 +269,160,1438.487101,15 +269,171,255.1494656,3 +269,172,464.5943916,5 +269,179,400.4554641,5 +269,181,250.1191311,3 +269,182,337.4832658,4 +269,189,334.2560464,4 +269,190,459.930542,5 +269,201,637.4439031,7 +269,209,797.2533209,8 +269,211,442.1795985,5 +269,219,484.9882749,5 +269,221,1013.707032,11 +269,222,1078.064304,11 +269,223,1026.647695,11 +269,229,972.8650409,10 +269,230,788.0025017,8 +269,241,576.0835426,6 +269,242,587.2708233,6 +269,249,592.9120057,6 +269,251,733.5185977,8 +269,259,711.4988722,8 +269,261,179.5289751,2 +269,262,146.7970821,2 +269,269,157.0966366,2 +269,271,416.9483581,5 +269,279,484.7668812,5 +269,280,839.8365989,9 +269,291,596.4297833,6 +269,292,505.0103489,6 +269,299,573.169512,6 +269,300,1190.163632,12 +269,310,735.9326435,8 +269,321,1661.679188,17 +269,329,1693.997005,17 +269,330,695.6317752,7 +269,341,620.5543284,7 +269,342,626.0068594,7 +269,349,631.6213557,7 +269,350,1291.614052,13 +269,361,586.6459984,6 +269,362,361.2990008,4 +269,363,633.8092381,7 +269,364,409.8812608,5 +269,369,495.5050663,5 +269,371,673.0788251,7 +269,372,637.6318064,7 +269,373,685.2137445,7 +269,379,700.7449182,8 +269,380,753.0811744,8 +269,391,366.5281235,4 +269,392,292.0722162,3 +269,393,331.3148957,4 +269,394,321.6118658,4 +269,399,319.8174584,4 +269,401,897.321773,9 +269,402,805.3169337,9 +269,409,898.7133679,9 +269,411,1820.329315,19 +269,419,1764.149588,18 +269,421,590.352439,6 +269,422,390.8680357,4 +269,429,473.5449411,5 +269,440,731.4950859,8 +269,451,835.999459,9 +269,452,687.4513553,7 +269,459,772.1790656,8 +269,460,699.906921,7 +269,471,675.2255245,7 +269,472,580.1377118,6 +269,479,604.899263,7 +269,481,1193.559191,12 +269,482,1102.228053,12 +269,483,1341.634064,14 +269,484,1014.242196,11 +269,485,1429.511409,15 +269,486,1151.75134,12 +269,487,1388.764044,14 +269,488,1262.453954,13 +269,489,1153.210062,12 +269,491,1373.111763,14 +269,499,1392.812711,14 +269,500,635.7854404,7 +269,511,633.0351928,7 +269,512,690.3414719,7 +269,513,560.9174658,6 +269,519,584.2749908,6 +269,531,1774.874413,18 +269,539,1685.415857,17 +269,540,464.6686597,5 +269,551,194.8965836,2 +269,559,263.6587291,3 +269,560,1096.674346,11 +269,801,1159.860751,12 +269,802,1716.232286,18 +269,803,4374.392306,44 +269,804,5212.81658,53 +269,805,6519.182277,66 +269,806,6668.457899,67 +269,807,6692.627551,67 +269,808,9875.099531,99 +271,11,872.7621739,9 +271,12,1038.597205,11 +271,19,920.2891892,10 +271,20,2428.624032,25 +271,41,1282.239998,13 +271,42,1328.415736,14 +271,49,1225.189398,13 +271,50,705.9375711,8 +271,61,1471.683251,15 +271,62,1475.58824,15 +271,63,1492.23916,15 +271,64,1559.276437,16 +271,69,1481.758109,15 +271,81,691.6342696,7 +271,89,763.6275427,8 +271,91,1081.215321,11 +271,92,1050.057587,11 +271,99,1101.377779,12 +271,100,1007.934265,11 +271,111,945.2788963,10 +271,121,1205.57427,13 +271,122,1494.622601,15 +271,123,1306.450922,14 +271,124,1314.493399,14 +271,129,1244.0371,13 +271,131,924.1844641,10 +271,132,1112.665387,12 +271,139,1015.882419,11 +271,151,3949.680506,40 +271,159,3932.361282,40 +271,160,1035.208984,11 +271,171,352.4100932,4 +271,172,468.2895175,5 +271,179,432.8987556,5 +271,181,413.1776496,5 +271,182,529.5115689,6 +271,189,527.3448816,6 +271,190,225.7646514,3 +271,201,435.9704104,5 +271,209,529.352688,6 +271,211,633.5408316,7 +271,219,679.5144406,7 +271,221,1014.493259,11 +271,222,1033.493902,11 +271,223,1055.927721,11 +271,229,941.9839041,10 +271,230,1172.284295,12 +271,241,950.6564166,10 +271,242,954.5606104,10 +271,249,963.2735023,10 +271,251,1129.665498,12 +271,259,1107.865978,12 +271,261,533.0117902,6 +271,262,406.8030324,5 +271,269,416.9483581,5 +271,271,47.30898279,1 +271,279,138.8260687,2 +271,280,874.3009685,9 +271,291,414.6882436,5 +271,292,477.5491079,5 +271,299,468.9633973,5 +271,300,791.5642484,8 +271,310,391.5898441,4 +271,321,1277.988559,13 +271,329,1296.317326,13 +271,330,1087.688358,11 +271,341,1012.203491,11 +271,342,1010.565516,11 +271,349,1017.536558,11 +271,350,981.6621822,10 +271,361,980.9525526,10 +271,362,750.8968744,8 +271,363,1027.858317,11 +271,364,801.7503623,9 +271,369,887.2524717,9 +271,371,948.0833361,10 +271,372,933.3093937,10 +271,373,997.9384655,10 +271,379,996.3242638,10 +271,380,368.2686586,4 +271,391,623.656402,7 +271,392,654.4580228,7 +271,393,638.3919028,7 +271,394,593.1751266,6 +271,399,638.6114134,7 +271,401,699.9561799,7 +271,402,627.2232972,7 +271,409,704.2873149,8 +271,411,1418.741647,15 +271,419,1360.526718,14 +271,421,976.7244051,10 +271,422,755.2260264,8 +271,429,856.2098131,9 +271,440,1128.262029,12 +271,451,1096.707337,11 +271,452,926.1330862,10 +271,459,1029.200504,11 +271,460,299.5471502,3 +271,471,704.6123592,8 +271,472,714.4963641,8 +271,479,757.5201619,8 +271,481,1052.397549,11 +271,482,1034.736227,11 +271,483,1224.184806,13 +271,484,861.3054891,9 +271,485,1146.100515,12 +271,486,1057.841462,11 +271,487,1238.247849,13 +271,488,1111.141852,12 +271,489,969.9651604,10 +271,491,976.1226352,10 +271,499,1007.203999,11 +271,500,1024.034114,11 +271,511,980.9298729,10 +271,512,1042.79511,11 +271,513,922.9909524,10 +271,519,906.0760205,10 +271,531,1379.861422,14 +271,539,1288.189638,13 +271,540,791.3671473,8 +271,551,311.0496697,4 +271,559,196.9041488,2 +271,560,695.6515217,7 +271,801,1151.157797,12 +271,802,1545.658237,16 +271,803,4618.790318,47 +271,804,5195.093636,52 +271,805,6887.956345,69 +271,806,6787.809913,68 +271,807,6572.531274,66 +271,808,9476.803686,95 +279,11,937.9421891,10 +279,12,1098.671269,11 +279,19,984.9582946,10 +279,20,2361.931774,24 +279,41,1265.408893,13 +279,42,1314.093385,14 +279,49,1207.890451,13 +279,50,757.1496277,8 +279,61,1441.834377,15 +279,62,1430.845076,15 +279,63,1465.936536,15 +279,64,1516.034711,16 +279,69,1438.942708,15 +279,81,673.6204506,7 +279,89,747.8279499,8 +279,91,1144.605128,12 +279,92,1114.578009,12 +279,99,1165.053317,12 +279,100,1077.638576,11 +279,111,1016.273384,11 +279,121,1274.105072,13 +279,122,1561.748704,16 +279,123,1374.311617,14 +279,124,1380.918599,14 +279,129,1310.206763,14 +279,131,992.988669,10 +279,132,1182.718529,12 +279,139,1084.689594,11 +279,151,3897.299191,39 +279,159,3880.901028,39 +279,160,984.3713863,10 +279,171,430.0637936,5 +279,172,534.6357975,6 +279,179,503.9196241,6 +279,181,489.9836223,5 +279,182,604.1781018,7 +279,189,601.7087964,7 +279,190,280.7605412,3 +279,201,476.135595,5 +279,209,548.7819042,6 +279,211,706.3592689,8 +279,219,751.3019512,8 +279,221,1066.928176,11 +279,222,1080.05854,11 +279,223,1111.049205,12 +279,229,991.6467021,10 +279,230,1226.799244,13 +279,241,1020.992808,11 +279,242,1025.573845,11 +279,249,1033.959025,11 +279,251,1191.086636,12 +279,259,1170.233657,12 +279,261,605.5968367,7 +279,262,482.459502,5 +279,269,484.7668812,5 +279,271,138.8260687,2 +279,279,162.9759198,2 +279,280,932.4337104,10 +279,291,460.1051934,5 +279,292,540.518019,6 +279,299,523.1135027,6 +279,300,735.6824938,8 +279,310,396.026819,4 +279,321,1244.181919,13 +279,329,1253.89095,13 +279,330,1146.569668,12 +279,341,1079.125489,11 +279,342,1079.347969,11 +279,349,1085.887173,11 +279,350,977.7955161,10 +279,361,1043.044859,11 +279,362,817.5591624,9 +279,363,1093.580279,11 +279,364,866.6114482,9 +279,369,950.7355585,10 +279,371,1020.543021,11 +279,372,1006.127885,11 +279,373,1070.567111,11 +279,379,1068.542544,11 +279,380,318.7971956,4 +279,391,698.162922,7 +279,392,726.5662863,8 +279,393,712.7217684,8 +279,394,668.0590142,7 +279,399,712.5805013,8 +279,401,729.0087237,8 +279,402,662.3271405,7 +279,409,733.2922097,8 +279,411,1360.662593,14 +279,419,1305.099195,14 +279,421,1045.205999,11 +279,422,826.9781125,9 +279,429,925.257471,10 +279,440,1191.125908,12 +279,451,1168.124657,12 +279,452,997.7028259,10 +279,459,1100.758453,12 +279,460,281.0051811,3 +279,471,765.444249,8 +279,472,783.2587225,8 +279,479,826.2390452,9 +279,481,1084.233338,11 +279,482,1078.172378,11 +279,483,1257.770041,13 +279,484,894.4225906,9 +279,485,1147.23969,12 +279,486,1097.127156,11 +279,487,1266.131418,13 +279,488,1140.4095,12 +279,489,994.8686019,10 +279,491,937.4552518,10 +279,499,974.9587516,10 +279,500,1081.877613,11 +279,511,1052.981753,11 +279,512,1114.508052,12 +279,513,994.4647985,10 +279,519,978.69544,10 +279,531,1318.764851,14 +279,539,1228.352481,13 +279,540,864.4137171,9 +279,551,390.1470274,4 +279,559,277.3377718,3 +279,560,657.0630699,7 +279,801,1132.785655,12 +279,802,1567.160264,16 +279,803,4684.917416,47 +279,804,5155.232614,52 +279,805,6924.621754,70 +279,806,6767.516944,68 +279,807,6518.450833,66 +279,808,9413.729683,95 +280,11,194.9473478,2 +280,12,190.6829676,2 +280,19,211.8009903,3 +280,20,3213.316325,33 +280,41,1291.969086,13 +280,42,1292.700783,13 +280,49,1259.846089,13 +280,50,243.3433751,3 +280,61,1602.847664,17 +280,62,1808.765866,19 +280,63,1571.454847,16 +280,64,1856.510908,19 +280,69,1788.45997,18 +280,81,980.6016189,10 +280,89,991.1536205,10 +280,91,1131.037631,12 +280,92,1086.777003,11 +280,99,1136.041025,12 +280,100,906.2584602,10 +280,111,826.0661126,9 +280,121,503.2151988,6 +280,122,723.1598693,8 +280,123,569.2300412,6 +280,124,538.6247542,6 +280,129,475.7132048,5 +280,131,322.440238,4 +280,132,492.0842623,5 +280,139,381.7075703,4 +280,151,4204.630709,43 +280,159,4171.702815,42 +280,160,1552.247532,16 +280,171,627.4602947,7 +280,172,420.4585918,5 +280,179,484.0375061,5 +280,181,605.7483685,7 +280,182,517.616783,6 +280,189,523.561699,6 +280,190,678.7381343,7 +280,201,519.9819616,6 +280,209,634.7076568,7 +280,211,435.5062464,5 +280,219,427.3730271,5 +280,221,192.1963596,2 +280,222,285.3929063,3 +280,223,200.4393957,3 +280,229,208.8206325,3 +280,230,1356.529631,14 +280,241,859.0250775,9 +280,242,827.515321,9 +280,249,849.2815137,9 +280,251,1203.244435,13 +280,259,1170.866475,12 +280,261,761.0913546,8 +280,262,736.4596369,8 +280,269,839.8365989,9 +280,271,874.3009685,9 +280,279,932.4337104,10 +280,280,125.7528091,2 +280,291,509.8978355,6 +280,292,401.1659913,5 +280,299,429.7562157,5 +280,300,1445.557313,15 +280,310,791.8471957,8 +280,321,1505.914026,16 +280,329,1634.730011,17 +280,330,1226.567536,13 +280,341,1003.526175,11 +280,342,943.0246427,10 +280,349,959.2839581,10 +280,350,950.1439967,10 +280,361,1103.55107,12 +280,362,912.1949607,10 +280,363,1044.344779,11 +280,364,967.5098239,10 +280,369,1028.259634,11 +280,371,544.7380338,6 +280,372,593.67038,6 +280,373,659.548285,7 +280,379,628.985915,7 +280,380,1157.484199,12 +280,391,543.2176395,6 +280,392,752.2392305,8 +280,393,624.8273919,7 +280,394,581.4549317,6 +280,399,657.8040194,7 +280,401,487.4740142,5 +280,402,442.4179381,5 +280,409,490.9672728,5 +280,411,1965.530409,20 +280,419,1874.08525,19 +280,421,939.5169784,10 +280,422,761.5358244,8 +280,429,878.9024692,9 +280,440,1170.793604,12 +280,451,562.0246072,6 +280,452,454.0278646,5 +280,459,527.0213953,6 +280,460,955.0458287,10 +280,471,181.3170798,2 +280,472,294.5150656,3 +280,479,321.6350203,4 +280,481,512.4892993,6 +280,482,332.8270119,4 +280,483,591.8850387,6 +280,484,433.0526259,5 +280,485,974.5852149,10 +280,486,407.7666952,5 +280,487,678.4361798,7 +280,488,579.9629336,6 +280,489,580.872787,6 +280,491,1353.667574,14 +280,499,1298.419187,13 +280,500,1205.762037,13 +280,511,763.5080376,8 +280,512,806.2353201,9 +280,513,794.2887399,8 +280,519,668.5530356,7 +280,531,1987.286418,20 +280,539,1887.497168,19 +280,540,659.2105165,7 +280,551,720.53251,8 +280,559,813.8300913,9 +280,560,1192.0825,12 +280,801,1856.473654,19 +280,802,994.7612823,10 +280,803,3803.933117,39 +280,804,6030.899122,61 +280,805,6949.105482,70 +280,806,7490.324885,75 +280,807,7444.706705,75 +280,808,9754.810108,98 +291,11,564.8178719,6 +291,12,681.5762832,7 +291,19,607.0685829,7 +291,20,2712.309767,28 +291,41,1069.015272,11 +291,42,1097.183992,11 +291,49,1020.765798,11 +291,50,313.8863732,4 +291,61,1328.216976,14 +291,62,1442.690397,15 +291,63,1323.768666,14 +291,64,1508.595793,16 +291,69,1434.981186,15 +291,81,576.0832204,6 +291,89,617.9255495,7 +291,91,1159.61815,12 +291,92,1119.043262,12 +291,99,1174.085211,12 +291,100,1002.939354,11 +291,111,922.9637052,10 +291,121,933.7498267,10 +291,122,1198.998955,12 +291,123,1023.00252,11 +291,124,1011.266233,11 +291,129,940.4639523,10 +291,131,663.0117717,7 +291,132,871.0993488,9 +291,139,754.2343305,8 +291,151,3912.134462,40 +291,159,3886.844523,39 +291,160,1104.00782,12 +291,171,369.3539967,4 +291,172,231.6981146,3 +291,179,289.263767,3 +291,181,404.3763849,5 +291,182,435.5739431,5 +291,189,439.0828115,5 +291,190,222.842065,3 +291,201,59.58114289,1 +291,209,237.9664525,3 +291,211,474.410573,5 +291,219,505.716937,6 +291,221,619.8245742,7 +291,222,624.5137305,7 +291,223,671.5730067,7 +291,229,540.1061901,6 +291,230,1323.26947,14 +291,241,943.156162,10 +291,242,929.5779548,10 +291,249,945.4441133,10 +291,251,1223.87455,13 +291,259,1194.889156,12 +291,261,616.6126372,7 +291,262,513.1596993,6 +291,269,596.4297833,6 +291,271,414.6882436,5 +291,279,460.1051934,5 +291,280,509.8978355,6 +291,291,40.93753287,1 +291,292,197.2637395,2 +291,299,146.3090206,2 +291,300,956.734307,10 +291,310,305.9308054,4 +291,321,1177.078329,12 +291,329,1259.934041,13 +291,330,1210.624277,13 +291,341,1054.495665,11 +291,342,1023.033811,11 +291,349,1035.564594,11 +291,350,723.1346786,8 +291,361,1086.209048,11 +291,362,846.431892,9 +291,363,1084.471536,11 +291,364,907.6668561,10 +291,369,990.9237133,10 +291,371,784.3292143,8 +291,372,797.9678227,8 +291,373,874.0411449,9 +291,379,855.7176135,9 +291,380,655.1343508,7 +291,391,538.3239041,6 +291,392,692.418725,7 +291,393,602.7514608,7 +291,394,539.0583042,6 +291,399,622.9273679,7 +291,401,312.03059,4 +291,402,225.754349,3 +291,409,323.7310777,4 +291,411,1518.334569,16 +291,419,1436.731647,15 +291,421,1000.397811,11 +291,422,765.1808136,8 +291,429,893.2411966,9 +291,440,1207.130692,13 +291,451,892.9699716,9 +291,452,725.2740605,8 +291,459,831.5939227,9 +291,460,452.0877829,5 +291,471,363.5743324,4 +291,472,464.234024,5 +291,479,513.8948484,6 +291,481,646.1362043,7 +291,482,622.2215038,7 +291,483,814.2110475,9 +291,484,456.2174751,5 +291,485,844.3329712,9 +291,486,644.5613068,7 +291,487,837.0867626,9 +291,488,708.9443117,8 +291,489,592.3379265,6 +291,491,947.3609173,10 +291,499,926.883282,10 +291,500,1162.929338,12 +291,511,914.2151183,10 +291,512,975.0093941,10 +291,513,892.3661341,9 +291,519,815.6772021,9 +291,531,1520.846935,16 +291,539,1421.840075,15 +291,540,732.7048659,8 +291,551,431.4197465,5 +291,559,442.5384705,5 +291,560,731.8478029,8 +291,801,1484.586848,15 +291,802,1155.359893,12 +291,803,4306.563203,44 +291,804,5607.921281,57 +291,805,7062.687584,71 +291,806,7186.558466,72 +291,807,6962.627254,70 +291,808,9490.009272,95 +292,11,406.39079,5 +292,12,561.8728414,6 +292,19,453.7515575,5 +292,20,2863.08603,29 +292,41,1241.594393,13 +292,42,1264.509531,13 +292,49,1195.261128,12 +292,50,271.0654887,3 +292,61,1512.07618,16 +292,62,1635.801575,17 +292,63,1503.425146,16 +292,64,1700.880401,18 +292,69,1626.513954,17 +292,81,768.8279649,8 +292,89,807.6241775,9 +292,91,992.2940087,10 +292,92,950.2515266,10 +292,99,1005.022424,11 +292,100,820.7523199,9 +292,111,739.2037713,8 +292,121,763.5414806,8 +292,122,1040.844938,11 +292,123,858.2710966,9 +292,124,855.5056622,9 +292,129,785.0676777,8 +292,131,485.4574891,5 +292,132,690.573999,7 +292,139,579.1295869,6 +292,151,4102.775025,42 +292,159,4076.738967,41 +292,160,1292.144296,13 +292,171,265.7348077,3 +292,172,59.57142548,1 +292,179,152.996256,2 +292,181,273.0617739,3 +292,182,262.2650223,3 +292,189,269.6897914,3 +292,190,294.9971192,3 +292,201,234.998797,3 +292,209,416.0312407,5 +292,211,283.2407869,3 +292,219,315.4719213,4 +292,221,552.0494961,6 +292,222,594.5411668,6 +292,223,585.2096353,6 +292,229,494.1893357,5 +292,230,1173.479469,12 +292,241,761.6505332,8 +292,242,745.3579012,8 +292,249,762.3153102,8 +292,251,1059.337544,11 +292,259,1029.19345,11 +292,261,480.0144267,5 +292,262,403.9831074,5 +292,269,505.0103489,6 +292,271,477.5491079,5 +292,279,540.518019,6 +292,280,401.1659913,5 +292,291,197.2637395,2 +292,292,38.15992744,1 +292,299,143.89242,2 +292,300,1129.177984,12 +292,310,487.1435213,5 +292,321,1366.758381,14 +292,329,1452.851145,15 +292,330,1054.533438,11 +292,341,880.8372906,9 +292,342,843.690438,9 +292,349,857.329453,9 +292,350,888.9919756,9 +292,361,928.0991774,10 +292,362,694.8404178,7 +292,363,913.5003588,10 +292,364,756.3063211,8 +292,369,835.7764478,9 +292,371,591.2908579,6 +292,372,604.5306271,7 +292,373,680.6794603,7 +292,379,663.0095613,7 +292,380,786.3918087,8 +292,391,356.5043084,4 +292,392,532.5884792,6 +292,393,428.6694909,5 +292,394,365.1128622,4 +292,399,454.1154137,5 +292,401,428.1302751,5 +292,402,334.3192159,4 +292,409,432.7581841,5 +292,411,1706.285548,18 +292,419,1626.339941,17 +292,421,823.8399791,9 +292,422,593.2412205,6 +292,429,723.2641582,8 +292,440,1038.952739,11 +292,451,704.6993215,8 +292,452,535.0126092,6 +292,459,642.2802437,7 +292,460,603.7113358,7 +292,471,228.2536131,3 +292,472,278.7716798,3 +292,479,332.6644127,4 +292,481,696.4835113,7 +292,482,611.4559791,7 +292,483,844.8424895,9 +292,484,520.9642617,6 +292,485,990.5957945,10 +292,486,656.2268091,7 +292,487,892.1687117,9 +292,488,766.3450683,8 +292,489,676.1909238,7 +292,491,1140.6428,12 +292,499,1118.707729,12 +292,500,1013.038203,11 +292,511,724.3986202,8 +292,512,784.4386863,8 +292,513,707.8834018,8 +292,519,625.083727,7 +292,531,1703.496562,18 +292,539,1604.870777,17 +292,540,547.9724939,6 +292,551,353.1481841,4 +292,559,424.9504902,5 +292,560,919.1190927,10 +292,801,1505.347056,16 +292,802,1221.229268,13 +292,803,4162.166306,42 +292,804,5642.512643,57 +292,805,6896.983555,69 +292,806,7156.038356,72 +292,807,7047.772629,71 +292,808,9681.471041,97 +299,11,467.7767254,5 +299,12,596.7204735,6 +299,19,511.6084341,6 +299,20,2808.231304,29 +299,41,1150.683094,12 +299,42,1174.559361,12 +299,49,1104.425613,12 +299,50,265.0726879,3 +299,61,1419.107708,15 +299,62,1544.781136,16 +299,63,1410.795494,15 +299,64,1608.928208,17 +299,69,1535.408598,16 +299,81,680.9443202,7 +299,89,718.681835,8 +299,91,1088.232859,11 +299,92,1046.694219,11 +299,99,1101.36777,12 +299,100,920.227894,10 +299,111,839.2565404,9 +299,121,832.9759756,9 +299,122,1100.965548,12 +299,123,923.3500803,10 +299,124,914.0463224,10 +299,129,843.5463822,9 +299,131,562.1442302,6 +299,132,768.966713,8 +299,139,653.6100409,7 +299,151,4008.317259,41 +299,159,3982.155807,40 +299,160,1210.693879,13 +299,171,340.9859385,4 +299,172,174.245449,2 +299,179,241.3788504,3 +299,181,361.3048226,4 +299,182,366.5103602,4 +299,189,371.3856553,4 +299,190,278.8176992,3 +299,201,171.2140316,2 +299,209,336.2220874,4 +299,211,387.4670389,4 +299,219,415.1486152,5 +299,221,557.0888385,6 +299,222,580.3766999,6 +299,223,600.4967359,7 +299,229,487.9165014,5 +299,230,1263.698514,13 +299,241,861.3667874,9 +299,242,845.3475385,9 +299,249,862.1390725,9 +299,251,1154.336421,12 +299,259,1124.570505,12 +299,261,568.1162763,6 +299,262,480.8812471,5 +299,269,573.169512,6 +299,271,468.9633973,5 +299,279,523.1135027,6 +299,280,429.7562157,5 +299,291,146.3090206,2 +299,292,143.89242,2 +299,299,148.2537116,2 +299,300,1060.358896,11 +299,310,414.1902201,5 +299,321,1274.567499,13 +299,329,1362.565209,14 +299,330,1147.047038,12 +299,341,978.6596675,10 +299,342,942.7301814,10 +299,349,956.0213601,10 +299,350,801.1640388,9 +299,361,1021.598802,11 +299,362,787.1338883,8 +299,363,1010.584061,11 +299,364,848.2594508,9 +299,369,928.6385522,10 +299,371,685.674808,7 +299,372,701.8000003,8 +299,373,777.7783731,8 +299,379,758.4769216,8 +299,380,742.6717997,8 +299,391,460.2932988,5 +299,392,628.6796041,7 +299,393,529.8274066,6 +299,394,467.3015131,5 +299,399,553.2572606,6 +299,401,357.0388079,4 +299,402,267.2922706,3 +299,409,364.6364301,4 +299,411,1624.875238,17 +299,419,1543.147921,16 +299,421,922.4981279,10 +299,422,692.2361631,7 +299,429,820.9046723,9 +299,440,1134.97469,12 +299,451,790.9385796,8 +299,452,624.8329387,7 +299,459,730.4024041,8 +299,460,548.1086186,6 +299,471,274.110322,3 +299,472,366.0654972,4 +299,479,416.2291118,5 +299,481,646.7721355,7 +299,482,588.1697827,6 +299,483,803.3373491,9 +299,484,465.9543802,5 +299,485,906.7679862,10 +299,486,622.8530196,7 +299,487,840.4835391,9 +299,488,713.8003792,8 +299,489,615.3045731,7 +299,491,1052.637368,11 +299,499,1028.610805,11 +299,500,1103.644758,12 +299,511,824.1613995,9 +299,512,883.6785569,9 +299,513,808.1306764,9 +299,519,724.8411729,8 +299,531,1626.785934,17 +299,539,1527.870652,16 +299,540,649.1210262,7 +299,551,415.6242074,5 +299,559,457.1659669,5 +299,560,839.2975995,9 +299,801,1518.33859,16 +299,802,1165.099478,12 +299,803,4212.846927,43 +299,804,5652.360859,57 +299,805,6989.245879,70 +299,806,7196.968501,72 +299,807,7031.473043,71 +299,808,9585.652791,96 +300,11,1518.252409,16 +300,12,1618.729269,17 +300,19,1558.349727,16 +300,20,1796.230872,18 +300,41,978.9922335,10 +300,42,1047.719172,11 +300,49,927.4612293,10 +300,50,1231.127892,13 +300,61,984.6256389,10 +300,62,812.3669775,9 +300,63,1045.201958,11 +300,64,908.8149409,10 +300,69,842.3454626,9 +300,81,575.0478329,6 +300,89,632.8035369,7 +300,91,1861.344086,19 +300,92,1832.681003,19 +300,99,1882.428931,19 +300,100,1796.122819,18 +300,111,1732.045527,18 +300,121,1886.271986,19 +300,122,2150.653904,22 +300,123,1976.049391,20 +300,124,1962.895294,20 +300,129,1891.757291,19 +300,131,1611.473396,17 +300,132,1817.479352,19 +300,139,1702.550541,18 +300,151,3204.949277,33 +300,159,3193.712502,32 +300,160,351.5950038,4 +300,171,1121.983419,12 +300,172,1146.523129,12 +300,179,1147.397253,12 +300,181,1183.746788,12 +300,182,1284.895094,13 +300,189,1281.268009,13 +300,190,874.9545031,9 +300,201,936.7891829,10 +300,209,838.4264111,9 +300,211,1370.532413,14 +300,219,1409.319697,15 +300,221,1514.396981,16 +300,222,1470.35034,15 +300,223,1580.737975,16 +300,229,1421.734787,15 +300,230,1922.138702,20 +300,241,1738.56921,18 +300,242,1741.047006,18 +300,249,1750.376102,18 +300,251,1904.625223,20 +300,259,1885.41357,19 +300,261,1321.45803,14 +300,262,1195.182751,12 +300,269,1190.163632,12 +300,271,791.5642484,8 +300,279,735.6824938,8 +300,280,1445.557313,15 +300,291,956.734307,10 +300,292,1129.177984,12 +300,299,1060.358896,11 +300,300,211.9945075,3 +300,310,671.2189519,7 +300,321,764.8275826,8 +300,329,674.6197383,7 +300,330,1853.829926,19 +300,341,1799.032728,18 +300,342,1799.02269,18 +300,349,1805.4821,19 +300,350,900.8847339,10 +300,361,1756.456112,18 +300,362,1534.724416,16 +300,363,1812.759111,19 +300,364,1582.42746,16 +300,369,1664.797658,17 +300,371,1695.638648,17 +300,372,1692.511381,17 +300,373,1762.782036,18 +300,379,1752.744403,18 +300,380,457.0911294,5 +300,391,1388.71901,14 +300,392,1442.708891,15 +300,393,1416.966733,15 +300,394,1365.569251,14 +300,399,1419.963693,15 +300,401,1031.190029,11 +300,402,1031.090538,11 +300,409,1033.166427,11 +300,411,640.4044801,7 +300,419,598.8947143,6 +300,421,1765.046389,18 +300,422,1542.876978,16 +300,429,1643.944624,17 +300,440,1907.398055,20 +300,451,1826.409519,19 +300,452,1654.026994,17 +300,459,1760.653088,18 +300,460,547.8980437,6 +300,471,1316.721568,14 +300,472,1404.640425,15 +300,479,1450.475152,15 +300,481,1334.690383,14 +300,482,1439.168324,15 +300,483,1500.44573,16 +300,484,1191.101351,12 +300,485,1079.877527,11 +300,486,1416.446528,15 +300,487,1450.8496,15 +300,488,1357.241966,14 +300,489,1198.55306,12 +300,491,463.2056437,5 +300,499,573.8320699,6 +300,500,1785.854765,18 +300,511,1761.331205,18 +300,512,1823.869477,19 +300,513,1708.556632,18 +300,519,1677.974149,17 +300,531,599.4570844,6 +300,539,510.1474275,6 +300,540,1568.640037,16 +300,551,1097.554002,11 +300,559,973.0879231,10 +300,560,347.0607502,4 +300,801,1257.362774,13 +300,802,1650.224674,17 +300,803,5236.558429,53 +300,804,5031.676924,51 +300,805,7520.193189,76 +300,806,6843.8979,69 +300,807,6181.309162,62 +300,808,8691.732043,87 +310,11,862.5662243,9 +310,12,964.0318294,10 +310,19,902.656344,10 +310,20,2434.301372,25 +310,41,911.0020609,10 +310,42,954.8169745,10 +310,49,857.0066462,9 +310,50,581.3596522,6 +310,61,1120.127154,12 +310,62,1179.931201,12 +310,63,1132.080507,12 +310,64,1253.599961,13 +310,69,1180.019003,12 +310,81,340.2526819,4 +310,89,408.6036952,5 +310,91,1373.883449,14 +310,92,1336.863818,14 +310,99,1391.182654,14 +310,100,1248.778536,13 +310,111,1173.469909,12 +310,121,1232.006288,13 +310,122,1493.2172,15 +310,123,1319.890039,14 +310,124,1305.443774,14 +310,129,1234.833151,13 +310,131,961.7883368,10 +310,132,1169.57124,12 +310,139,1052.279533,11 +310,151,3660.252057,37 +310,159,3638.256791,37 +310,160,814.0044158,9 +310,171,565.8052681,6 +310,172,512.7680586,6 +310,179,538.25735,6 +310,181,619.5428106,7 +310,182,689.6135035,7 +310,189,689.6310277,7 +310,190,306.3911698,4 +310,201,284.5674811,3 +310,209,254.0253448,3 +310,211,752.4290029,8 +310,219,787.7225958,8 +310,221,874.0265947,9 +310,222,849.1009528,9 +310,223,935.4165078,10 +310,229,785.1231044,8 +310,230,1503.322825,16 +310,241,1188.684368,12 +310,242,1181.109898,12 +310,249,1194.626509,12 +310,251,1431.763855,15 +310,259,1405.660153,15 +310,261,810.5464193,9 +310,262,687.1856555,7 +310,269,735.9326435,8 +310,271,391.5898441,4 +310,279,396.026819,4 +310,280,791.8471957,8 +310,291,305.9308054,4 +310,292,487.1435213,5 +310,299,414.1902201,5 +310,300,671.2189519,7 +310,310,155.0123327,2 +310,321,943.155927,10 +310,329,997.3098895,10 +310,330,1404.122851,15 +310,341,1282.650211,13 +310,342,1262.65349,13 +310,349,1273.05237,13 +310,350,613.9920565,7 +310,361,1286.471553,13 +310,362,1045.401496,11 +310,363,1307.06385,14 +310,364,1103.53888,12 +310,369,1189.57723,12 +310,371,1072.231812,11 +310,372,1079.817728,11 +310,373,1154.425088,12 +310,379,1139.004489,12 +310,380,448.6787154,5 +310,391,796.8046357,8 +310,392,911.3420777,10 +310,393,846.7833503,9 +310,394,786.3479533,8 +310,399,859.5998171,9 +310,401,434.2533499,5 +310,402,402.3469927,5 +310,409,443.5033807,5 +310,411,1224.680987,13 +310,419,1146.094833,12 +310,421,1235.121621,13 +310,422,998.7967199,10 +310,429,1119.538849,12 +310,440,1421.937124,15 +310,451,1188.485104,12 +310,452,1018.906159,11 +310,459,1125.566575,12 +310,460,253.6551162,3 +310,471,660.3924739,7 +310,472,760.8061746,8 +310,479,808.9452623,9 +310,481,781.9123108,8 +310,482,829.6770662,9 +310,483,957.7199694,10 +310,484,605.7387327,7 +310,485,779.4267249,8 +310,486,826.896198,9 +310,487,945.3097556,10 +310,488,827.0721648,9 +310,489,678.2370412,7 +310,491,676.7495598,7 +310,499,679.2945957,7 +310,500,1347.38383,14 +310,511,1179.366679,12 +310,512,1241.647339,13 +310,513,1145.064629,12 +310,519,1085.350892,11 +310,531,1225.188672,13 +310,539,1126.710111,12 +310,540,990.0813825,10 +310,551,586.9628171,6 +310,559,523.5921186,6 +310,560,444.9899128,5 +310,801,1399.742639,14 +310,802,1224.815456,13 +310,803,4586.87471,46 +310,804,5455.316635,55 +310,805,7242.189535,73 +310,806,7119.535267,72 +310,807,6742.270428,68 +310,808,9228.023695,93 +321,11,1644.331459,17 +321,12,1647.699365,17 +321,19,1668.209157,17 +321,20,2157.227025,22 +321,41,351.2540653,4 +321,42,413.7576187,5 +321,49,345.6453344,4 +321,50,1312.299766,14 +321,61,240.651761,3 +321,62,325.4499592,4 +321,63,294.3338491,3 +321,64,359.7914439,4 +321,69,325.8191838,4 +321,81,614.4040945,7 +321,89,572.2314075,6 +321,91,2311.165782,24 +321,92,2273.576481,23 +321,99,2328.16575,24 +321,100,2174.904947,22 +321,111,2096.481116,21 +321,121,1998.260052,20 +321,122,2195.289541,22 +321,123,2060.53947,21 +321,124,2019.257726,21 +321,129,1959.19352,20 +321,131,1773.788234,18 +321,132,1974.989348,20 +321,139,1850.21542,19 +321,151,2738.685432,28 +321,159,2713.648221,28 +321,160,511.9957541,6 +321,171,1500.258931,16 +321,172,1404.979122,15 +321,179,1446.415651,15 +321,181,1551.959247,16 +321,182,1607.193826,17 +321,189,1605.634154,17 +321,190,1233.08448,13 +321,201,1136.094775,12 +321,209,958.9335701,10 +321,211,1647.447944,17 +321,219,1673.478526,17 +321,221,1481.258071,15 +321,222,1385.101067,14 +321,223,1557.611962,16 +321,229,1394.883867,14 +321,230,2437.106625,25 +321,241,2114.90645,22 +321,242,2103.20538,22 +321,249,2118.29726,22 +321,251,2369.520527,24 +321,259,2343.206742,24 +321,261,1747.494713,18 +321,262,1623.607646,17 +321,269,1661.679188,17 +321,271,1277.988559,13 +321,279,1244.181919,13 +321,280,1505.914026,16 +321,291,1177.078329,12 +321,292,1366.758381,14 +321,299,1274.567499,13 +321,300,764.8275826,8 +321,310,943.155927,10 +321,321,74.82184852,1 +321,329,226.6561459,3 +321,330,2341.026946,24 +321,341,2216.801886,23 +321,342,2192.314653,22 +321,349,2203.208459,23 +321,350,590.4845672,6 +321,361,2224.071295,23 +321,362,1982.745033,20 +321,363,2242.693352,23 +321,364,2041.016833,21 +321,369,2126.588593,22 +321,371,1943.031554,20 +321,372,1964.956806,20 +321,373,2041.536235,21 +321,379,2018.517358,21 +321,380,1065.13478,11 +321,391,1712.398377,18 +321,392,1846.109969,19 +321,393,1771.806378,18 +321,394,1709.313073,18 +321,399,1787.055917,18 +321,401,1028.124812,11 +321,402,1092.94411,11 +321,409,1030.890669,11 +321,411,684.7701353,7 +321,419,587.093757,6 +321,421,2166.874408,22 +321,422,1929.759128,20 +321,429,2053.245658,21 +321,440,2359.247354,24 +321,451,2024.564881,21 +321,452,1871.138858,19 +321,459,1970.669246,20 +321,460,995.2292787,10 +321,471,1454.733071,15 +321,472,1610.035277,17 +321,479,1655.373655,17 +321,481,1142.574921,12 +321,482,1330.93569,14 +321,483,1249.133691,13 +321,484,1103.443925,12 +321,485,656.1935527,7 +321,486,1270.579651,13 +321,487,1152.755059,12 +321,488,1122.144267,12 +321,489,1021.913354,11 +321,491,338.6556742,4 +321,499,290.6614874,3 +321,500,2282.90053,23 +321,511,2089.156349,21 +321,512,2149.631564,22 +321,513,2066.317626,21 +321,519,1988.951601,20 +321,531,800.9104613,9 +321,539,738.2479408,8 +321,540,1906.186648,20 +321,551,1522.454441,16 +321,559,1440.717704,15 +321,560,623.5953059,7 +321,801,1907.933037,20 +321,802,1201.911266,13 +321,803,5063.107321,51 +321,804,5665.363076,57 +321,805,8161.845564,82 +321,806,7550.166245,76 +321,807,6637.262346,67 +321,808,8316.68645,84 +329,11,1762.627357,18 +329,12,1785.833312,18 +329,19,1790.260925,18 +329,20,1959.568774,20 +329,41,558.0818698,6 +329,42,620.9051418,7 +329,49,542.5286755,6 +329,50,1431.581929,15 +329,61,386.7550525,4 +329,62,200.1589862,3 +329,63,463.5168709,5 +329,64,279.1422629,3 +329,69,253.3988077,3 +329,81,687.6144752,7 +329,89,664.5284697,7 +329,91,2359.110073,24 +329,92,2323.78126,24 +329,99,2377.489493,24 +329,100,2241.48468,23 +329,111,2165.951333,22 +329,121,2125.253046,22 +329,122,2337.790739,24 +329,123,2193.852611,22 +329,124,2157.577864,22 +329,129,2094.415423,21 +329,131,1886.710359,19 +329,132,2092.114919,21 +329,139,1967.454563,20 +329,151,2668.855146,27 +329,159,2648.771323,27 +329,160,399.0982567,4 +329,171,1555.225506,16 +329,172,1487.305449,15 +329,179,1519.856561,16 +329,181,1610.891926,17 +329,182,1679.209109,17 +329,189,1676.918392,17 +329,190,1284.048324,13 +329,201,1221.993186,13 +329,209,1052.002095,11 +329,211,1731.559608,18 +329,219,1761.009631,18 +329,221,1627.988283,17 +329,222,1539.345249,16 +329,223,1703.969618,18 +329,229,1538.356136,16 +329,230,2465.653845,25 +329,241,2181.426948,22 +329,242,2173.351561,22 +329,249,2187.070961,22 +329,251,2413.473584,25 +329,259,2389.055584,24 +329,261,1794.861632,18 +329,262,1667.890462,17 +329,269,1693.997005,17 +329,271,1296.317326,13 +329,279,1253.89095,13 +329,280,1634.730011,17 +329,291,1259.934041,13 +329,292,1452.851145,15 +329,299,1362.565209,14 +329,300,674.6197383,7 +329,310,997.3098895,10 +329,321,226.6561459,3 +329,329,143.1738177,2 +329,330,2377.794629,24 +329,341,2273.070174,23 +329,342,2255.147051,23 +329,349,2264.903543,23 +329,350,752.4467696,8 +329,361,2265.789424,23 +329,362,2027.470225,21 +329,363,2295.754836,23 +329,364,2083.388747,21 +329,369,2168.90152,22 +329,371,2039.499227,21 +329,372,2055.802677,21 +329,373,2131.946415,22 +329,379,2111.520815,22 +329,380,1036.215393,11 +329,391,1786.309271,18 +329,392,1901.452546,20 +329,393,1838.846626,19 +329,394,1778.051134,18 +329,399,1851.069508,19 +329,401,1154.316067,12 +329,402,1208.133833,13 +329,409,1156.444398,12 +329,411,491.0738188,5 +329,419,401.5163795,5 +329,421,2227.058365,23 +329,422,1990.911372,20 +329,429,2109.882725,22 +329,440,2407.046045,25 +329,451,2133.476389,22 +329,452,1973.491558,20 +329,459,2076.108697,21 +329,460,1008.387953,11 +329,471,1566.107076,16 +329,472,1710.124883,18 +329,479,1756.324164,18 +329,481,1309.686694,14 +329,482,1488.083832,15 +329,483,1427.86937,15 +329,484,1250.183839,13 +329,485,845.7016194,9 +329,486,1432.874688,15 +329,487,1336.511786,14 +329,488,1295.822699,13 +329,489,1180.930927,12 +329,491,332.9125883,4 +329,499,361.7461539,4 +329,500,2316.003444,24 +329,511,2168.030198,22 +329,512,2229.794948,23 +329,513,2137.151566,22 +329,519,2070.578742,21 +329,531,610.1274675,7 +329,539,556.9794202,6 +329,540,1979.880754,20 +329,551,1565.419235,16 +329,559,1469.23974,15 +329,560,615.2593713,7 +329,801,1820.001399,19 +329,802,1402.270539,15 +329,803,5249.567068,53 +329,804,5481.661498,55 +329,805,8152.353822,82 +329,806,7385.22744,74 +329,807,6435.979488,65 +329,808,8236.594623,83 +330,11,1070.100423,11 +330,12,1260.93493,13 +330,19,1098.678042,11 +330,20,3241.913457,33 +330,41,2276.667136,23 +330,42,2306.779462,24 +330,49,2223.794035,23 +330,50,1258.821371,13 +330,61,2517.375846,26 +330,62,2559.857962,26 +330,63,2522.958925,26 +330,64,2640.859061,27 +330,69,2559.598611,26 +330,81,1733.087554,18 +330,89,1790.23799,18 +330,91,130.2903397,2 +330,92,163.9210982,2 +330,99,143.3568646,2 +330,100,364.7347636,4 +330,111,424.8332797,5 +330,121,1074.087264,11 +330,122,1298.528811,13 +330,123,1154.726267,12 +330,124,1220.044883,13 +330,129,1190.758862,12 +330,131,968.0708854,10 +330,132,958.1386515,10 +330,139,991.2086954,10 +330,151,5036.36275,51 +330,159,5018.454151,51 +330,160,2114.315876,22 +330,171,851.674094,9 +330,172,1008.366592,11 +330,179,951.0932512,10 +330,181,808.2066922,9 +330,182,796.4225552,8 +330,189,798.7818206,8 +330,190,1113.884814,12 +330,201,1254.824396,13 +330,209,1432.004341,15 +330,211,820.5411695,9 +330,219,822.4937227,9 +330,221,1396.842346,14 +330,222,1500.699605,16 +330,223,1372.415374,14 +330,229,1399.264155,14 +330,230,141.747483,2 +330,241,389.4961602,4 +330,242,429.3947015,5 +330,249,415.0644123,5 +330,251,93.35254047,1 +330,259,124.2980636,2 +330,261,600.15581,7 +330,262,719.9774161,8 +330,269,695.6317752,7 +330,271,1087.688358,11 +330,279,1146.569668,12 +330,280,1226.567536,13 +330,291,1210.624277,13 +330,292,1054.533438,11 +330,299,1147.047038,12 +330,300,1853.829926,19 +330,310,1404.122851,15 +330,321,2341.026946,24 +330,329,2377.794629,24 +330,330,50.65389956,1 +330,341,246.4826641,3 +330,342,320.1780734,4 +330,349,307.3382837,4 +330,350,1928.985491,20 +330,361,133.2768084,2 +330,362,367.5367572,4 +330,363,205.6452514,3 +330,364,306.0832738,4 +330,369,231.1347599,3 +330,371,745.7611367,8 +330,372,682.9161854,7 +330,373,651.5112263,7 +330,379,692.4998505,7 +330,380,1409.707858,15 +330,391,716.4642013,8 +330,392,523.4922003,6 +330,393,635.2835218,7 +330,394,695.1640222,7 +330,399,612.8785513,7 +330,401,1480.699142,15 +330,402,1386.578403,14 +330,409,1479.791564,15 +330,411,2487.184211,25 +330,419,2437.11228,25 +330,421,306.1578015,4 +330,422,475.9729907,5 +330,429,355.8499908,4 +330,440,129.6234987,2 +330,451,856.1912609,9 +330,452,829.6197489,9 +330,459,830.3999361,9 +330,460,1377.396741,14 +330,471,1117.260634,12 +330,472,945.4583252,10 +330,479,925.4229094,10 +330,481,1699.372184,17 +330,482,1545.671705,16 +330,483,1808.642082,19 +330,484,1550.564243,16 +330,485,2043.856041,21 +330,486,1615.771937,17 +330,487,1885.745609,19 +330,488,1771.212379,18 +330,489,1698.735057,17 +330,491,2056.441781,21 +330,499,2072.573464,21 +330,500,91.53982396,1 +330,511,518.5969352,6 +330,512,513.6352751,6 +330,513,452.6309383,5 +330,519,589.1922657,6 +330,531,2429.036518,25 +330,539,2344.097719,24 +330,540,572.0170911,6 +330,551,820.1715049,9 +330,559,914.9692817,10 +330,560,1777.753375,18 +330,801,1353.090282,14 +330,802,2211.791872,23 +330,803,4086.164524,41 +330,804,5158.215694,52 +330,805,5853.819011,59 +330,806,6355.862547,64 +330,807,6780.182633,68 +330,808,10525.82574,106 +341,11,840.2789355,9 +341,12,1024.400982,11 +341,19,866.2534841,9 +341,20,3297.894296,33 +341,41,2120.152304,22 +341,42,2144.42055,22 +341,49,2070.51747,21 +341,50,1058.262896,11 +341,61,2379.677655,24 +341,62,2457.259951,25 +341,63,2377.383784,24 +341,64,2532.764967,26 +341,69,2452.742723,25 +341,81,1606.558901,17 +341,89,1657.057552,17 +341,91,131.4021996,2 +341,92,89.28195462,1 +341,99,134.7996312,2 +341,100,121.9778078,2 +341,111,183.9194841,2 +341,121,829.6159584,9 +341,122,1060.091328,11 +341,123,911.6155177,10 +341,124,975.961629,10 +341,129,948.1154117,10 +341,131,730.9943961,8 +341,132,713.3387541,8 +341,139,750.0124646,8 +341,151,4939.796817,50 +341,159,4918.083214,50 +341,160,2039.007433,21 +341,171,719.9527167,8 +341,172,836.2985614,9 +341,179,789.5265372,8 +341,181,666.1027448,7 +341,182,622.798486,7 +341,189,628.3397749,7 +341,190,993.3710513,10 +341,201,1098.14032,11 +341,209,1279.72257,13 +341,211,621.4316236,7 +341,219,615.5128058,7 +341,221,1168.292838,12 +341,222,1276.462049,13 +341,223,1139.250985,12 +341,229,1178.377794,12 +341,230,375.8531036,4 +341,241,150.0307024,2 +341,242,188.8242781,2 +341,249,178.8652298,2 +341,251,203.6111515,3 +341,259,179.1017945,2 +341,261,484.0725778,5 +341,262,612.0098835,7 +341,269,620.5543284,7 +341,271,1012.203491,11 +341,279,1079.125489,11 +341,280,1003.526175,11 +341,291,1054.495665,11 +341,292,880.8372906,9 +341,299,978.6596675,10 +341,300,1799.032728,18 +341,310,1282.650211,13 +341,321,2216.801886,23 +341,329,2273.070174,23 +341,330,246.4826641,3 +341,341,32.83406354,1 +341,342,77.89630223,1 +341,349,77.94968948,1 +341,350,1766.210473,18 +341,361,160.0754465,2 +341,362,270.4538552,3 +341,363,54.63714932,1 +341,364,235.4326261,3 +341,369,192.8684742,2 +341,371,503.6565104,6 +341,372,441.3006203,5 +341,373,407.0072574,5 +341,379,452.6120745,5 +341,380,1360.794985,14 +341,391,527.2788879,6 +341,392,373.3909974,4 +341,393,454.9097319,5 +341,394,517.7436176,6 +341,399,439.2654728,5 +341,401,1299.82529,13 +341,402,1207.901334,13 +341,409,1299.150466,13 +341,411,2430.106191,25 +341,419,2370.316478,24 +341,421,69.45900688,1 +341,422,291.5923886,3 +341,429,172.0887818,2 +341,440,169.6619842,2 +341,451,611.6345522,7 +341,452,589.8134344,6 +341,459,586.4083373,6 +341,460,1290.503027,13 +341,471,908.9258492,10 +341,472,731.3041547,8 +341,479,705.6716272,8 +341,481,1488.827434,15 +341,482,1324.363074,14 +341,483,1587.749086,16 +341,484,1351.571235,14 +341,485,1865.440812,19 +341,486,1397.304257,14 +341,487,1670.232901,17 +341,488,1560.231264,16 +341,489,1501.892533,16 +341,491,1951.46125,20 +341,499,1953.896824,20 +341,500,260.6155901,3 +341,511,274.4208588,3 +341,512,271.2876554,3 +341,513,214.8094444,3 +341,519,351.8363751,4 +341,531,2386.814118,24 +341,539,2296.575396,23 +341,540,356.2669009,4 +341,551,713.7682652,8 +341,559,833.7896778,9 +341,560,1684.725249,17 +341,801,1470.864329,15 +341,802,1992.47454,20 +341,803,3930.219598,40 +341,804,5381.800908,54 +341,805,6017.511872,61 +341,806,6600.605272,67 +341,807,6982.652536,70 +341,808,10488.37926,105 +342,11,776.7270558,8 +342,12,956.6138248,10 +342,19,801.0515626,9 +342,20,3327.89349,34 +342,41,2084.375888,21 +342,42,2106.450579,22 +342,49,2036.006465,21 +342,50,1008.17186,11 +342,61,2350.155601,24 +342,62,2439.664847,25 +342,63,2345.075928,24 +342,64,2513.166972,26 +342,69,2433.671806,25 +342,81,1583.095377,16 +342,89,1631.016205,17 +342,91,200.0432817,3 +342,92,159.2047318,2 +342,99,198.8070194,2 +342,100,50.27098278,1 +342,111,117.7606712,2 +342,121,754.730233,8 +342,122,985.3940313,10 +342,123,836.4370728,9 +342,124,900.8971843,10 +342,129,874.4465847,9 +342,131,663.3936539,7 +342,132,638.9106547,7 +342,139,679.2115846,7 +342,151,4921.309831,50 +342,159,4898.366375,49 +342,160,2031.464775,21 +342,171,702.2409097,8 +342,172,800.3069874,9 +342,179,758.3286176,8 +342,181,645.3162752,7 +342,182,589.2568779,6 +342,189,596.0588001,6 +342,190,976.0723851,10 +342,201,1066.132665,11 +342,209,1248.294272,13 +342,211,575.7189498,6 +342,219,565.849877,6 +342,221,1104.633555,12 +342,222,1214.75855,13 +342,223,1073.200646,11 +342,229,1118.44754,12 +342,230,448.6762094,5 +342,241,88.03076494,1 +342,242,122.0951438,2 +342,249,114.006651,2 +342,251,271.0118707,3 +342,259,245.4091034,3 +342,261,479.4280242,5 +342,262,606.0201435,7 +342,269,626.0068594,7 +342,271,1010.565516,11 +342,279,1079.347969,11 +342,280,943.0246427,10 +342,291,1023.033811,11 +342,292,843.690438,9 +342,299,942.7301814,10 +342,300,1799.02269,18 +342,310,1262.65349,13 +342,321,2192.314653,22 +342,329,2255.147051,23 +342,330,320.1780734,4 +342,341,77.89630223,1 +342,342,21.27459216,1 +342,349,52.86265359,1 +342,350,1728.923397,18 +342,361,231.6599569,3 +342,362,289.6412875,3 +342,363,119.3378004,2 +342,364,269.9349772,3 +342,369,243.2393593,3 +342,371,432.7683909,5 +342,372,371.0525966,4 +342,373,333.1490341,4 +342,379,381.0245311,4 +342,380,1364.86853,14 +342,391,488.3392819,5 +342,392,360.0047312,4 +342,393,422.5664539,5 +342,394,484.9066501,5 +342,399,410.7678981,5 +342,401,1257.040693,13 +342,402,1166.423949,12 +342,409,1256.423472,13 +342,411,2427.483084,25 +342,419,2364.709462,24 +342,421,44.73590047,1 +342,422,266.0023175,3 +342,429,168.3601437,2 +342,440,232.5529894,3 +342,451,536.7568208,6 +342,452,520.6599628,6 +342,459,513.0602006,6 +342,460,1282.555131,13 +342,471,856.0442403,9 +342,472,676.7124806,7 +342,479,648.1137326,7 +342,481,1433.002464,15 +342,482,1263.972013,13 +342,483,1527.141391,16 +342,484,1301.066226,14 +342,485,1821.966816,19 +342,486,1338.098868,14 +342,487,1611.924957,17 +342,488,1504.078724,16 +342,489,1451.727412,15 +342,491,1934.304031,20 +342,499,1932.008471,20 +342,500,334.6889541,4 +342,511,201.0073372,3 +342,512,196.1404238,2 +342,513,151.4758764,2 +342,519,285.2172898,3 +342,531,2388.997577,24 +342,539,2297.309831,23 +342,540,307.1599353,4 +342,551,705.861546,8 +342,559,832.6035076,9 +342,560,1672.568497,17 +342,801,1520.532053,16 +342,802,1932.133323,20 +342,803,3875.52154,39 +342,804,5454.167816,55 +342,805,6059.295002,61 +342,806,6674.936196,67 +342,807,7050.085926,71 +342,808,10482.07696,105 +349,11,793.4188809,8 +349,12,973.1362815,10 +349,19,817.6968188,9 +349,20,3327.889709,34 +349,41,2097.089354,21 +349,42,2119.482574,22 +349,49,2048.531746,21 +349,50,1023.380157,11 +349,61,2361.845036,24 +349,62,2449.340014,25 +349,63,2357.204616,24 +349,64,2523.179992,26 +349,69,2443.589002,25 +349,81,1593.974207,16 +349,89,1642.310793,17 +349,91,189.4709296,2 +349,92,149.7045761,2 +349,99,188.9251785,2 +349,100,74.63324828,1 +349,111,140.8801307,2 +349,121,770.1696987,8 +349,122,999.0754454,10 +349,123,851.2467733,9 +349,124,916.0147993,10 +349,129,889.8762165,9 +349,131,680.3497719,7 +349,132,654.8485195,7 +349,139,695.8229233,7 +349,151,4930.940421,50 +349,159,4908.203716,50 +349,160,2039.35026,21 +349,171,712.6689377,8 +349,172,813.8291438,9 +349,179,771.0651294,8 +349,181,656.4267879,7 +349,182,602.7974522,7 +349,189,609.3016576,7 +349,190,986.1417848,10 +349,201,1078.715625,11 +349,209,1260.652409,13 +349,211,591.1799648,6 +349,219,581.880165,6 +349,221,1120.934413,12 +349,222,1230.870227,13 +349,223,1089.599614,11 +349,229,1134.491277,12 +349,230,435.1735568,5 +349,241,113.106088,2 +349,242,143.9250825,2 +349,249,134.3310522,2 +349,251,259.2354298,3 +349,259,234.0587292,3 +349,261,487.4871011,5 +349,262,614.1903028,7 +349,269,631.6213557,7 +349,271,1017.536558,11 +349,279,1085.887173,11 +349,280,959.2839581,10 +349,291,1035.564594,11 +349,292,857.329453,9 +349,299,956.0213601,10 +349,300,1805.4821,19 +349,310,1273.05237,13 +349,321,2203.208459,23 +349,329,2264.903543,23 +349,330,307.3382837,4 +349,341,77.94968948,1 +349,342,52.86265359,1 +349,349,55.43509138,1 +349,350,1741.957848,18 +349,361,220.0621526,3 +349,362,292.0383788,3 +349,363,112.9208087,2 +349,364,268.04759,3 +349,369,236.9046864,3 +349,371,450.180386,5 +349,372,388.8686291,4 +349,373,350.2524373,4 +349,379,397.0691378,4 +349,380,1370.560831,14 +349,391,503.1061505,6 +349,392,370.3511418,4 +349,393,436.4842486,5 +349,394,498.6611955,5 +349,399,423.999357,5 +349,401,1271.105865,13 +349,402,1180.371741,12 +349,409,1270.470238,13 +349,411,2434.394096,25 +349,419,2372.196043,24 +349,421,67.70796951,1 +349,422,279.6792636,3 +349,429,177.1895637,2 +349,440,221.9865435,3 +349,451,552.5308638,6 +349,452,537.9320603,6 +349,459,529.5647727,6 +349,460,1290.687331,13 +349,471,871.7759388,9 +349,472,692.9590878,7 +349,479,664.6991248,7 +349,481,1448.505637,15 +349,482,1279.961842,13 +349,483,1542.994529,16 +349,484,1316.085268,14 +349,485,1835.853419,19 +349,486,1353.949708,14 +349,487,1627.562149,17 +349,488,1519.574212,16 +349,489,1466.55579,15 +349,491,1943.985994,20 +349,499,1942.51339,20 +349,500,322.1832999,4 +349,511,219.5333922,3 +349,512,211.6143,3 +349,513,173.0508801,2 +349,519,303.6818601,4 +349,531,2394.968181,24 +349,539,2303.573118,24 +349,540,324.649009,4 +349,551,714.323119,8 +349,559,839.5521751,9 +349,560,1681.391301,17 +349,801,1515.254396,16 +349,802,1947.810646,20 +349,803,3881.552658,39 +349,804,5442.124363,55 +349,805,6046.189174,61 +349,806,6659.932438,67 +349,807,7040.066304,71 +349,808,10489.24913,105 +350,11,1097.923282,11 +350,12,1079.795207,11 +350,19,1117.174335,12 +350,20,2593.383091,26 +350,41,373.9502893,4 +350,42,392.1798323,4 +350,49,348.5746718,4 +350,50,774.5083031,8 +350,61,667.9171287,7 +350,62,904.1751978,10 +350,63,640.9054251,7 +350,64,936.9163643,10 +350,69,881.3417541,9 +350,81,374.0175104,4 +350,89,326.149751,4 +350,91,1875.503088,19 +350,92,1834.142422,19 +350,99,1889.102629,19 +350,100,1704.506746,18 +350,111,1622.392973,17 +350,121,1437.028223,15 +350,122,1621.743843,17 +350,123,1493.324144,15 +350,124,1448.690324,15 +350,129,1391.635565,14 +350,131,1232.363778,13 +350,132,1424.942282,15 +350,139,1302.351845,14 +350,151,3266.865161,33 +350,159,3235.864983,33 +350,160,819.8296098,9 +350,171,1084.948343,11 +350,172,932.9417889,10 +350,179,992.6455408,10 +350,181,1123.563102,12 +350,182,1146.020199,12 +350,189,1146.556241,12 +350,190,855.1596079,9 +350,201,679.3412937,7 +350,209,514.6978958,6 +350,211,1159.154742,12 +350,219,1177.727639,12 +350,221,909.5905883,10 +350,222,811.9579847,9 +350,223,985.5327678,10 +350,229,826.8793359,9 +350,230,2040.877863,21 +350,241,1646.191301,17 +350,242,1627.666611,17 +350,249,1645.168794,17 +350,251,1940.855309,20 +350,259,1911.256065,20 +350,261,1334.719815,14 +350,262,1225.600009,13 +350,269,1291.614052,13 +350,271,981.6621822,10 +350,279,977.7955161,10 +350,280,950.1439967,10 +350,291,723.1346786,8 +350,292,888.9919756,9 +350,299,801.1640388,9 +350,300,900.8847339,10 +350,310,613.9920565,7 +350,321,590.4845672,6 +350,329,752.4467696,8 +350,330,1928.985491,20 +350,341,1766.210473,18 +350,342,1728.923397,18 +350,349,1741.957848,18 +350,350,173.6325559,2 +350,361,1804.569105,19 +350,362,1565.141845,16 +350,363,1798.10829,18 +350,364,1626.446502,17 +350,369,1709.145169,18 +350,371,1423.504972,15 +350,372,1454.461478,15 +350,373,1530.144166,16 +350,379,1503.438929,16 +350,380,943.6909012,10 +350,391,1242.238158,13 +350,392,1410.326793,15 +350,393,1313.690926,14 +350,394,1250.256155,13 +350,399,1335.127706,14 +350,401,493.019735,5 +350,402,573.9296957,6 +350,409,499.9384325,5 +350,411,1172.401771,12 +350,419,1069.992016,11 +350,421,1709.562556,18 +350,422,1478.008622,15 +350,429,1606.971085,17 +350,440,1922.60381,20 +350,451,1484.645846,15 +350,452,1343.587333,14 +350,459,1436.719517,15 +350,460,769.6810034,8 +350,471,923.5425774,10 +350,472,1093.015719,11 +350,479,1135.701104,12 +350,481,576.1088774,6 +350,482,758.1276807,8 +350,483,698.8562669,7 +350,484,538.1071487,6 +350,485,222.3355486,3 +350,486,699.9538588,7 +350,487,617.9427564,7 +350,488,564.2904908,6 +350,489,468.4779911,5 +350,491,560.1901075,6 +350,499,463.0567487,5 +350,500,1880.950039,19 +350,511,1597.277008,16 +350,512,1654.00545,17 +350,513,1590.38967,16 +350,519,1494.585145,15 +350,531,1245.065099,13 +350,539,1155.247059,12 +350,540,1429.497182,15 +350,551,1134.943164,12 +350,559,1098.286228,11 +350,560,611.9805603,7 +350,801,1878.606988,19 +350,802,768.7069809,8 +350,803,4519.079327,46 +350,804,5906.334773,60 +350,805,7778.329288,78 +350,806,7662.678694,77 +350,807,7045.900281,71 +350,808,8833.0738,89 +361,11,949.5245383,10 +361,12,1143.693956,12 +361,19,979.9084328,10 +361,20,3193.692655,32 +361,41,2153.262081,22 +361,42,2182.513516,22 +361,49,2100.995848,22 +361,50,1132.222462,12 +361,61,2397.559597,24 +361,62,2448.564016,25 +361,63,2401.578322,25 +361,64,2528.162675,26 +361,69,2447.360907,25 +361,81,1614.854854,17 +361,89,1670.743017,17 +361,91,116.6597659,2 +361,92,109.8156676,2 +361,99,138.8937478,2 +361,100,273.9740534,3 +361,111,319.240202,4 +361,121,976.2421417,10 +361,122,1215.027353,13 +361,123,1061.919496,11 +361,124,1123.973687,12 +361,129,1090.828486,11 +361,131,852.1564828,9 +361,132,857.2969062,9 +361,139,881.0380574,9 +361,151,4928.183522,50 +361,159,4909.190685,50 +361,160,2010.742894,21 +361,171,729.9396478,8 +361,172,881.9829888,9 +361,179,826.1571469,9 +361,181,684.5412164,7 +361,182,669.6645046,7 +361,189,672.6076974,7 +361,190,995.6314576,10 +361,201,1130.410561,12 +361,209,1308.599331,14 +361,211,693.9984792,7 +361,219,697.0836697,7 +361,221,1275.115296,13 +361,222,1377.362547,14 +361,223,1252.91071,13 +361,229,1275.411108,13 +361,230,258.2751155,3 +361,241,284.7243934,3 +361,242,325.7192151,4 +361,249,315.4079936,4 +361,251,152.217071,2 +361,259,133.8526318,2 +361,261,479.2235476,5 +361,262,601.9772927,7 +361,269,586.6459984,6 +361,271,980.9525526,10 +361,279,1043.044859,11 +361,280,1103.55107,12 +361,291,1086.209048,11 +361,292,928.0991774,10 +361,299,1021.598802,11 +361,300,1756.456112,18 +361,310,1286.471553,13 +361,321,2224.071295,23 +361,329,2265.789424,23 +361,330,133.2768084,2 +361,341,160.0754465,2 +361,342,231.6599569,3 +361,349,220.0621526,3 +361,350,1804.569105,19 +361,361,38.71274495,1 +361,362,245.5380765,3 +361,363,129.2789091,2 +361,364,185.6931959,2 +361,369,123.6950167,2 +361,371,636.7200659,7 +361,372,573.6477566,6 +361,373,550.532495,6 +361,379,592.7477749,6 +361,380,1313.154211,14 +361,391,589.5278999,6 +361,392,397.2524241,4 +361,393,508.2837411,6 +361,394,568.1199831,6 +361,399,486.6286518,5 +361,401,1354.114923,14 +361,402,1260.084589,13 +361,409,1353.415158,14 +361,411,2389.998352,24 +361,419,2336.603301,24 +361,421,206.7377945,3 +361,422,349.7284391,4 +361,429,234.9479825,3 +361,440,156.3294195,2 +361,451,758.5716577,8 +361,452,716.8455724,8 +361,459,726.925062,8 +361,460,1268.560774,13 +361,471,991.2197635,10 +361,472,820.5702441,9 +361,479,802.421196,9 +361,481,1573.25609,16 +361,482,1421.510007,15 +361,483,1684.212309,17 +361,484,1423.70217,15 +361,485,1917.675409,20 +361,486,1490.955969,15 +361,487,1760.229448,18 +361,488,1645.13312,17 +361,489,1572.556018,16 +361,491,1943.942862,20 +361,499,1956.673034,20 +361,500,115.0462266,2 +361,511,418.7545521,5 +361,512,425.2124897,5 +361,513,343.4698677,4 +361,519,479.2091461,5 +361,531,2337.074601,24 +361,539,2250.115899,23 +361,540,449.9956922,5 +361,551,703.3691449,8 +361,559,805.7209949,9 +361,560,1668.175196,17 +361,801,1339.423386,14 +361,802,2086.851179,21 +361,803,4075.218044,41 +361,804,5223.745987,53 +361,805,5977.291182,60 +361,806,6459.774281,65 +361,807,6825.492375,69 +361,808,10441.56576,105 +362,11,774.1871812,8 +362,12,979.2604638,10 +362,19,811.5358657,9 +362,20,3040.739623,31 +362,41,1912.154413,20 +362,42,1942.272661,20 +362,49,1859.89705,19 +362,50,913.8156941,10 +362,61,2155.370181,22 +362,62,2210.578261,23 +362,63,2159.439142,22 +362,64,2289.110103,23 +362,69,2209.115684,23 +362,81,1373.110291,14 +362,89,1428.923754,15 +362,91,334.1227204,4 +362,92,301.6190839,4 +362,99,353.1524147,4 +362,100,305.0689978,4 +362,111,282.7409281,3 +362,121,883.3713542,9 +362,122,1154.231393,12 +362,123,980.6678318,10 +362,124,1031.371825,11 +362,129,986.0960844,10 +362,131,700.7845225,8 +362,132,760.4184428,8 +362,139,750.3830878,8 +362,151,4691.801993,47 +362,159,4672.012269,47 +362,160,1780.987672,18 +362,171,488.4293655,5 +362,172,648.4883338,7 +362,179,591.7125044,6 +362,181,444.0465799,5 +362,182,440.7940881,5 +362,189,443.6431485,5 +362,190,754.7762399,8 +362,201,890.6101465,9 +362,209,1068.086264,11 +362,211,484.1880232,5 +362,219,498.1822401,5 +362,221,1088.977249,11 +362,222,1182.155596,12 +362,223,1077.150095,11 +362,229,1077.499412,11 +362,230,482.2614594,5 +362,241,265.7406216,3 +362,242,292.8932504,3 +362,249,294.3387773,3 +362,251,388.9543484,4 +362,259,363.9196941,4 +362,261,238.940578,3 +362,262,362.1797142,4 +362,269,361.2990008,4 +362,271,750.8968744,8 +362,279,817.5591624,9 +362,280,912.1949607,10 +362,291,846.431892,9 +362,292,694.8404178,7 +362,299,787.1338883,8 +362,300,1534.724416,16 +362,310,1045.401496,11 +362,321,1982.745033,20 +362,329,2027.470225,21 +362,330,367.5367572,4 +362,341,270.4538552,3 +362,342,289.6412875,3 +362,349,292.0383788,3 +362,350,1565.141845,16 +362,361,245.5380765,3 +362,362,33.51197748,1 +362,363,281.0995173,3 +362,364,71.97871428,1 +362,369,159.2631029,2 +362,371,525.5496413,6 +362,372,467.7609879,5 +362,373,477.9530645,5 +362,379,516.130747,6 +362,380,1094.749839,11 +362,391,375.5790458,4 +362,392,168.8387065,2 +362,393,292.4236003,3 +362,394,345.4858356,4 +362,399,271.252611,3 +362,401,1121.096611,12 +362,402,1026.579417,11 +362,409,1120.985079,12 +362,411,2166.742159,22 +362,419,2109.551495,22 +362,421,250.7830219,3 +362,422,168.6248335,2 +362,429,160.2730826,2 +362,440,381.6196223,4 +362,451,677.5636038,7 +362,452,585.0947021,6 +362,459,628.7693202,7 +362,460,1034.70293,11 +362,471,781.838067,8 +362,472,623.2943633,7 +362,479,617.3035443,7 +362,481,1359.106157,14 +362,482,1221.407685,13 +362,483,1481.077355,15 +362,484,1200.865057,13 +362,485,1682.029614,17 +362,486,1286.421826,13 +362,487,1549.999378,16 +362,488,1430.960278,15 +362,489,1349.737913,14 +362,491,1705.369348,18 +362,499,1716.002677,18 +362,500,322.2869426,4 +362,511,372.9398492,4 +362,512,413.6355895,5 +362,513,283.1105457,3 +362,519,382.4774151,4 +362,531,2120.589102,22 +362,539,2031.249229,21 +362,540,295.672096,3 +362,551,463.8135595,5 +362,559,574.5991861,6 +362,560,1432.640398,15 +362,801,1279.491608,13 +362,802,1879.283796,19 +362,803,4140.712399,42 +362,804,5276.899301,53 +362,805,6218.336046,63 +362,806,6601.56021,67 +362,807,6831.643805,69 +362,808,10224.77976,103 +363,11,882.0173725,9 +363,12,1066.964881,11 +363,19,908.2718225,10 +363,20,3293.492782,33 +363,41,2151.263103,22 +363,42,2176.481089,22 +363,49,2101.068803,22 +363,50,1095.692753,11 +363,61,2407.875618,25 +363,62,2479.714075,25 +363,63,2406.85967,25 +363,64,2556.177243,26 +363,69,2475.891682,25 +363,81,1632.31467,17 +363,89,1683.976765,17 +363,91,93.41781317,1 +363,92,56.32172995,1 +363,99,98.4705677,1 +363,100,163.9261991,2 +363,111,226.9760069,3 +363,121,871.7191033,9 +363,122,1099.705074,11 +363,123,952.9527266,10 +363,124,1017.769642,11 +363,129,990.0675895,10 +363,131,773.5977164,8 +363,132,755.8637664,8 +363,139,792.7876038,8 +363,151,4962.146758,50 +363,159,4941.044849,50 +363,160,2056.528719,21 +363,171,744.4906834,8 +363,172,868.5719831,9 +363,179,819.7687907,9 +363,181,692.2818924,7 +363,182,654.6489713,7 +363,189,659.5660594,7 +363,190,1016.941135,11 +363,201,1128.294299,12 +363,209,1309.403517,14 +363,211,657.948605,7 +363,219,653.3927063,7 +363,221,1209.940391,13 +363,222,1317.566455,14 +363,223,1181.451629,12 +363,229,1218.965705,13 +363,230,334.068253,4 +363,241,192.6892509,2 +363,242,231.496204,3 +363,249,219.9338116,3 +363,251,163.7908926,2 +363,259,141.6830548,2 +363,261,503.7166449,6 +363,262,631.3897212,7 +363,269,633.8092381,7 +363,271,1027.858317,11 +363,279,1093.580279,11 +363,280,1044.344779,11 +363,291,1084.471536,11 +363,292,913.5003588,10 +363,299,1010.584061,11 +363,300,1812.759111,19 +363,310,1307.06385,14 +363,321,2242.693352,23 +363,329,2295.754836,23 +363,330,205.6452514,3 +363,341,54.63714932,1 +363,342,119.3378004,2 +363,349,112.9208087,2 +363,350,1798.10829,18 +363,361,129.2789091,2 +363,362,281.0995173,3 +363,363,42.35373403,1 +363,364,237.7786443,3 +363,369,183.9867185,2 +363,371,546.6816192,6 +363,372,484.3251591,5 +363,373,449.8095335,5 +363,379,494.2253118,5 +363,380,1372.757754,14 +363,391,561.6353955,6 +363,392,398.4496913,4 +363,393,487.1208004,5 +363,394,549.7893268,6 +363,399,469.9673836,5 +363,401,1334.306399,14 +363,402,1241.926875,13 +363,409,1333.581766,14 +363,411,2444.86059,25 +363,419,2386.675087,24 +363,421,110.5435053,2 +363,422,322.9610861,4 +363,429,199.3417801,2 +363,440,132.502447,2 +363,451,653.8557873,7 +363,452,632.690454,7 +363,459,629.1474238,7 +363,460,1308.93332,14 +363,471,947.4827281,10 +363,472,770.6103972,8 +363,479,745.8375981,8 +363,481,1528.056782,16 +363,482,1365.079414,14 +363,483,1628.464652,17 +363,484,1388.986166,14 +363,485,1899.913024,19 +363,486,1437.641058,15 +363,487,1710.226125,18 +363,488,1599.546923,16 +363,489,1539.00163,16 +363,491,1973.936618,20 +363,499,1978.66729,20 +363,500,223.4032993,3 +363,511,317.321962,4 +363,512,312.3726336,4 +363,513,257.3294473,3 +363,519,394.1501441,4 +363,531,2398.993605,24 +363,539,2309.58501,24 +363,540,394.9112144,4 +363,551,733.5926044,8 +363,559,849.6724732,9 +363,560,1704.874334,18 +363,801,1453.531453,15 +363,802,2033.042535,21 +363,803,3951.769067,40 +363,804,5345.724407,54 +363,805,5984.378353,60 +363,806,6558.292818,66 +363,807,6951.339262,70 +363,808,10503.15523,106 +364,11,825.9194662,9 +364,12,1029.199909,11 +364,19,861.8198886,9 +364,20,3065.500563,31 +364,41,1973.185404,20 +364,42,2003.607453,21 +364,49,1920.658578,20 +364,50,973.8124775,10 +364,61,2214.972241,23 +364,62,2266.244408,23 +364,63,2219.704306,23 +364,64,2345.480505,24 +364,69,2265.205684,23 +364,81,1431.774758,15 +364,89,1488.19187,15 +364,91,280.6131982,3 +364,92,251.999839,3 +364,99,300.9625965,4 +364,100,293.7063651,3 +364,111,289.3574602,3 +364,121,916.4046158,10 +364,122,1180.621327,12 +364,123,1011.341849,11 +364,124,1064.994409,11 +364,129,1022.351174,11 +364,131,746.823819,8 +364,132,793.7100824,8 +364,139,791.7494613,8 +364,151,4746.694497,48 +364,159,4727.375623,48 +364,160,1832.424129,19 +364,171,548.1655713,6 +364,172,709.9330597,8 +364,179,652.4376282,7 +364,181,504.7538812,6 +364,182,501.5951003,6 +364,189,504.1251293,6 +364,190,812.8822388,9 +364,201,951.8573695,10 +364,209,1128.954164,12 +364,211,542.065311,6 +364,219,553.6584016,6 +364,221,1143.585926,12 +364,222,1238.594914,13 +364,223,1129.65772,12 +364,229,1134.276402,12 +364,230,420.3528741,5 +364,241,265.7851472,3 +364,242,298.9920891,3 +364,249,297.5462213,3 +364,251,331.2641538,4 +364,259,307.7120788,4 +364,261,297.0511066,3 +364,262,418.8824924,5 +364,269,409.8812608,5 +364,271,801.7503623,9 +364,279,866.6114482,9 +364,280,967.5098239,10 +364,291,907.6668561,10 +364,292,756.3063211,8 +364,299,848.2594508,9 +364,300,1582.42746,16 +364,310,1103.53888,12 +364,321,2041.016833,21 +364,329,2083.388747,21 +364,330,306.0832738,4 +364,341,235.4326261,3 +364,342,269.9349772,3 +364,349,268.04759,3 +364,350,1626.446502,17 +364,361,185.6931959,2 +364,362,71.97871428,1 +364,363,237.7786443,3 +364,364,38.43476877,1 +364,369,113.612917,2 +364,371,560.2684382,6 +364,372,500.2703148,6 +364,373,501.8010462,6 +364,379,541.477875,6 +364,380,1140.717678,12 +364,391,433.7885491,5 +364,392,228.1399263,3 +364,393,350.4838901,4 +364,394,405.1535996,5 +364,399,328.3493377,4 +364,401,1182.74055,12 +364,402,1088.20987,11 +364,409,1182.465468,12 +364,411,2215.2918,23 +364,419,2159.741352,22 +364,421,230.7811789,3 +364,422,214.6723496,3 +364,429,166.621084,2 +364,440,327.3617578,4 +364,451,706.2498575,8 +364,452,625.6338447,7 +364,459,661.2724376,7 +364,460,1087.839238,11 +364,471,840.3269601,9 +364,472,679.1480158,7 +364,479,670.2877667,7 +364,481,1418.819133,15 +364,482,1278.761124,13 +364,483,1539.121438,16 +364,484,1261.656781,13 +364,485,1743.799902,18 +364,486,1344.57824,14 +364,487,1609.210002,17 +364,488,1490.703485,15 +364,489,1410.272702,15 +364,491,1761.36003,18 +364,499,1773.667577,18 +364,500,260.5483464,3 +364,511,386.7150453,4 +364,512,419.4170713,5 +364,513,296.898438,3 +364,519,410.4143955,5 +364,531,2166.378142,22 +364,539,2077.968061,21 +364,540,337.460784,4 +364,551,520.2118647,6 +364,559,626.0560269,7 +364,560,1486.854111,15 +364,801,1275.630734,13 +364,802,1938.19913,20 +364,803,4138.897894,42 +364,804,5248.138907,53 +364,805,6157.160118,62 +364,806,6553.84291,66 +364,807,6814.617301,69 +364,808,10272.00063,103 +369,11,880.1649761,9 +369,12,1079.256086,11 +369,19,913.4010196,10 +369,20,3126.553959,32 +369,41,2056.861521,21 +369,42,2086.624023,21 +369,49,2004.520574,21 +369,50,1046.06011,11 +369,61,2300.08259,24 +369,62,2351.686359,24 +369,63,2304.359214,24 +369,64,2431.001952,25 +369,69,2350.509841,24 +369,81,1517.571742,16 +369,89,1573.591464,16 +369,91,210.520682,3 +369,92,188.4835088,2 +369,99,230.8220763,3 +369,100,275.491606,3 +369,111,293.6414485,3 +369,121,939.8168753,10 +369,122,1192.672048,12 +369,123,1030.618277,11 +369,124,1088.34807,11 +369,129,1050.192924,11 +369,131,791.7579561,8 +369,132,818.5264368,9 +369,139,828.9703446,9 +369,151,4831.369554,49 +369,159,4812.168422,49 +369,160,1916.457216,20 +369,171,634.0684585,7 +369,172,789.567763,8 +369,179,733.2325102,8 +369,181,589.3470874,6 +369,182,579.0224446,6 +369,189,581.9356865,6 +369,190,899.1655046,9 +369,201,1035.086593,11 +369,209,1212.735304,13 +369,211,610.4863649,7 +369,219,617.5099216,7 +369,221,1202.22827,13 +369,222,1300.930363,14 +369,223,1184.174254,12 +369,229,1197.747483,12 +369,230,346.5248506,4 +369,241,264.3464069,3 +369,242,302.0376231,4 +369,249,297.0181586,3 +369,251,255.0034849,3 +369,259,234.5433487,3 +369,261,384.5446521,4 +369,262,506.6673756,6 +369,269,495.5050663,5 +369,271,887.2524717,9 +369,279,950.7355585,10 +369,280,1028.259634,11 +369,291,990.9237133,10 +369,292,835.7764478,9 +369,299,928.6385522,10 +369,300,1664.797658,17 +369,310,1189.57723,12 +369,321,2126.588593,22 +369,329,2168.90152,22 +369,330,231.1347599,3 +369,341,192.8684742,2 +369,342,243.2393593,3 +369,349,236.9046864,3 +369,350,1709.145169,18 +369,361,123.6950167,2 +369,362,159.2631029,2 +369,363,183.9867185,2 +369,364,113.612917,2 +369,369,106.9035642,2 +369,371,590.2108579,6 +369,372,528.3074158,6 +369,373,517.9856599,6 +369,379,559.4927979,6 +369,380,1222.773327,13 +369,391,504.1140974,6 +369,392,306.3473531,4 +369,393,421.835991,5 +369,394,479.568756,5 +369,399,400.1161955,5 +369,401,1261.858601,13 +369,402,1167.619389,12 +369,409,1261.373122,13 +369,411,2297.649944,23 +369,419,2243.042819,23 +369,421,208.7609206,3 +369,422,272.1175135,3 +369,429,187.6232632,2 +369,440,253.8551604,3 +369,451,725.376096,8 +369,452,663.1450836,7 +369,459,686.5547529,7 +369,460,1173.44159,12 +369,471,908.5495566,10 +369,472,742.2234515,8 +369,479,728.5260075,8 +369,481,1489.135986,15 +369,482,1343.119044,14 +369,483,1604.770064,17 +369,484,1335.849667,14 +369,485,1824.158357,19 +369,486,1410.795853,15 +369,487,1677.848774,17 +369,488,1561.034391,16 +369,489,1484.657636,15 +369,491,1847.086716,19 +369,499,1859.393399,19 +369,500,192.9535831,2 +369,511,393.7925009,4 +369,512,414.8179284,5 +369,513,309.376562,4 +369,519,435.5469732,5 +369,531,2246.995272,23 +369,539,2159.258891,22 +369,540,383.8413763,4 +369,551,607.707137,7 +369,559,712.110027,8 +369,560,1572.29723,16 +369,801,1305.295754,14 +369,802,2005.730614,21 +369,803,4107.324859,42 +369,804,5238.58857,53 +369,805,6074.030028,61 +369,806,6511.883967,66 +369,807,6821.697968,69 +369,808,10350.75026,104 +371,11,367.9105975,4 +371,12,528.4261681,6 +371,19,386.5530352,4 +371,20,3369.318352,34 +371,41,1779.132539,18 +371,42,1789.997177,18 +371,49,1738.199317,18 +371,50,661.6578876,7 +371,61,2072.183117,21 +371,62,2222.216955,23 +371,63,2053.133043,21 +371,64,2283.922888,23 +371,69,2208.756433,23 +371,81,1355.980749,14 +371,89,1388.304174,14 +371,91,631.6948886,7 +371,92,589.3074472,6 +371,99,631.0567654,7 +371,100,391.0692696,4 +371,111,321.8067447,4 +371,121,359.684348,4 +371,122,637.2113345,7 +371,123,458.1373591,5 +371,124,507.1558686,6 +371,129,473.8396614,5 +371,131,240.2701986,3 +371,132,237.1534064,3 +371,139,257.015777,3 +371,151,4676.395756,47 +371,159,4647.576617,47 +371,160,1877.971324,19 +371,171,597.8248703,6 +371,172,562.0544763,6 +371,179,557.8191365,6 +371,181,537.7665931,6 +371,182,420.3279917,5 +371,189,432.405281,5 +371,190,827.4338861,9 +371,201,820.2385422,9 +371,209,993.334446,10 +371,211,327.2117057,4 +371,219,299.2402438,3 +371,221,687.7991251,7 +371,222,803.8493712,9 +371,223,648.9814674,7 +371,229,717.3117257,8 +371,230,876.5267181,9 +371,241,357.9930182,4 +371,242,320.3335916,4 +371,249,346.7751518,4 +371,251,702.8015632,8 +371,259,672.1634567,7 +371,261,521.6633141,6 +371,262,595.235559,6 +371,269,673.0788251,7 +371,271,948.0833361,10 +371,279,1020.543021,11 +371,280,544.7380338,6 +371,291,784.3292143,8 +371,292,591.2908579,6 +371,299,685.674808,7 +371,300,1695.638648,17 +371,310,1072.231812,11 +371,321,1943.031554,20 +371,329,2039.499227,21 +371,330,745.7611367,8 +371,341,503.6565104,6 +371,342,432.7683909,5 +371,349,450.180386,5 +371,350,1423.504972,15 +371,361,636.7200659,7 +371,362,525.5496413,6 +371,363,546.6816192,6 +371,364,560.2684382,6 +371,369,590.2108579,6 +371,371,36.72302372,1 +371,372,71.43634446,1 +371,373,119.9796418,2 +371,379,153.542462,2 +371,380,1305.473028,14 +371,391,329.2132523,4 +371,392,426.4100579,5 +371,393,346.796361,4 +371,394,367.8478598,4 +371,399,368.8897514,4 +371,401,937.5320323,10 +371,402,858.6565965,9 +371,409,937.6354995,10 +371,411,2291.887812,23 +371,419,2213.957654,23 +371,421,441.4452617,5 +371,422,362.7627836,4 +371,429,431.6226669,5 +371,440,664.2353743,7 +371,451,166.5509514,2 +371,452,97.04844274,1 +371,459,118.8516143,2 +371,460,1159.868324,12 +371,471,503.1500645,6 +371,472,334.8949695,4 +371,479,293.5626093,3 +371,481,1043.418933,11 +371,482,857.5998794,9 +371,483,1117.319551,12 +371,484,939.4414384,10 +371,485,1483.291831,15 +371,486,935.6485893,10 +371,487,1209.984777,13 +371,488,1112.097202,12 +371,489,1089.412021,11 +371,491,1730.263604,18 +371,499,1702.522648,18 +371,500,745.0210158,8 +371,511,236.6536869,3 +371,512,268.6586654,3 +371,513,296.1167583,3 +371,519,184.3737816,2 +371,531,2281.198315,23 +371,539,2183.469184,22 +371,540,247.6706404,3 +371,551,657.4945068,7 +371,559,797.9959745,8 +371,560,1505.192602,16 +371,801,1725.458965,18 +371,802,1520.872563,16 +371,803,3706.065355,38 +371,804,5801.091868,59 +371,805,6414.268442,65 +371,806,7095.435873,71 +371,807,7338.383845,74 +371,808,10252.96444,103 +372,11,419.0391415,5 +372,12,587.7311377,6 +372,19,440.4056515,5 +372,20,3348.798296,34 +372,41,1810.945651,19 +372,42,1823.98471,19 +372,49,1768.540783,18 +372,50,697.4387115,7 +372,61,2099.503142,21 +372,62,2239.220141,23 +372,63,2082.974184,21 +372,64,2303.061316,24 +372,69,2227.065963,23 +372,81,1371.969676,14 +372,89,1407.260226,15 +372,91,569.5581006,6 +372,92,526.958361,6 +372,99,569.3952971,6 +372,100,330.0122159,4 +372,111,259.0947387,3 +372,121,417.930436,5 +372,122,689.5911493,7 +372,123,514.2224121,6 +372,124,566.1576632,6 +372,129,533.036347,6 +372,131,296.7210181,3 +372,132,295.2955401,3 +372,139,316.5530788,4 +372,151,4700.628391,48 +372,159,4672.773937,47 +372,160,1883.524686,19 +372,171,582.9154007,6 +372,172,571.5875714,6 +372,179,559.8777046,6 +372,181,521.3754346,6 +372,182,410.1424643,5 +372,189,422.3988133,5 +372,190,824.9824675,9 +372,201,835.7433762,9 +372,209,1012.222199,11 +372,211,329.6368034,4 +372,219,303.1480877,4 +372,221,742.8995967,8 +372,222,857.2926783,9 +372,223,706.6957969,8 +372,229,767.82454,8 +372,230,813.8076165,9 +372,241,295.3268918,3 +372,242,258.2787834,3 +372,249,286.2811858,3 +372,251,640.9309957,7 +372,259,610.4284871,7 +372,261,482.15224,5 +372,262,565.5899041,6 +372,269,637.6318064,7 +372,271,933.3093937,10 +372,279,1006.127885,11 +372,280,593.67038,6 +372,291,797.9678227,8 +372,292,604.5306271,7 +372,299,701.8000003,8 +372,300,1692.511381,17 +372,310,1079.817728,11 +372,321,1964.956806,20 +372,329,2055.802677,21 +372,330,682.9161854,7 +372,341,441.3006203,5 +372,342,371.0525966,4 +372,349,388.8686291,4 +372,350,1454.461478,15 +372,361,573.6477566,6 +372,362,467.7609879,5 +372,363,484.3251591,5 +372,364,500.2703148,6 +372,369,528.3074158,6 +372,371,71.43634446,1 +372,372,35.15493459,1 +372,373,81.46725274,1 +372,379,146.9150231,2 +372,380,1293.562702,13 +372,391,310.5086244,4 +372,392,379.1484303,4 +372,393,313.5370968,4 +372,394,343.9083904,4 +372,399,331.8592684,4 +372,401,969.2099468,10 +372,402,887.2634196,9 +372,409,969.1936378,10 +372,411,2295.645447,23 +372,419,2219.948013,23 +372,421,378.7965601,4 +372,422,307.7145313,4 +372,429,370.7178543,4 +372,440,602.8293445,7 +372,451,213.9437064,3 +372,452,153.1316141,2 +372,459,169.4991133,2 +372,460,1156.733238,12 +372,471,538.7024387,6 +372,472,363.5894791,4 +372,479,323.3386177,4 +372,481,1091.590431,11 +372,482,909.8275977,10 +372,483,1170.906893,12 +372,484,980.5534584,10 +372,485,1521.064349,16 +372,486,986.9517027,10 +372,487,1261.572395,13 +372,488,1161.012979,12 +372,489,1131.50288,12 +372,491,1743.711847,18 +372,499,1720.305919,18 +372,500,681.9597849,7 +372,511,177.4765745,2 +372,512,215.6649555,3 +372,513,233.3771296,3 +372,519,134.2485468,2 +372,531,2280.586827,23 +372,539,2183.552232,22 +372,540,200.1321669,3 +372,551,635.2418308,7 +372,559,776.7322672,8 +372,560,1511.569921,16 +372,801,1682.524261,17 +372,802,1575.183811,16 +372,803,3739.895607,38 +372,804,5744.028317,58 +372,805,6370.357872,64 +372,806,7032.40623,71 +372,807,7288.378401,73 +372,808,10279.33351,103 +373,11,483.6495465,5 +373,12,640.1106203,7 +373,19,499.9987671,5 +373,20,3407.014061,35 +373,41,1886.645086,19 +373,42,1899.164074,19 +373,49,1844.387461,19 +373,50,771.4959182,8 +373,61,2175.905997,22 +373,62,2315.486577,24 +373,63,2159.061061,22 +373,64,2379.524717,24 +373,69,2303.273407,24 +373,81,1448.201703,15 +373,89,1483.675508,15 +373,91,532.2008353,6 +373,92,491.4789013,5 +373,99,529.1984976,6 +373,100,290.0546688,3 +373,111,232.3082151,3 +373,121,427.0284698,5 +373,122,679.9291668,7 +373,123,515.4104926,6 +373,124,574.8352198,6 +373,129,550.3397899,6 +373,131,354.4119558,4 +373,132,308.362664,4 +373,139,357.701251,4 +373,151,4777.224682,48 +373,159,4749.313102,48 +373,160,1957.143795,20 +373,171,648.6758814,7 +373,172,647.1886939,7 +373,179,632.8915534,7 +373,181,586.5937238,6 +373,182,479.6541922,5 +373,189,490.9199902,5 +373,190,896.3215141,9 +373,201,912.0443671,10 +373,209,1088.678021,11 +373,211,404.2792257,5 +373,219,377.3961247,4 +373,221,802.8814782,9 +373,222,919.5242956,10 +373,223,762.2180762,8 +373,229,832.7429661,9 +373,230,780.6203833,8 +373,241,267.735062,3 +373,242,228.5461786,3 +373,249,256.5648529,3 +373,251,601.7001215,7 +373,259,572.3709066,6 +373,261,526.6474727,6 +373,262,620.037414,7 +373,269,685.2137445,7 +373,271,997.9384655,10 +373,279,1070.567111,11 +373,280,659.548285,7 +373,291,874.0411449,9 +373,292,680.6794603,7 +373,299,777.7783731,8 +373,300,1762.782036,18 +373,310,1154.425088,12 +373,321,2041.536235,21 +373,329,2131.946415,22 +373,330,651.5112263,7 +373,341,407.0072574,5 +373,342,333.1490341,4 +373,349,350.2524373,4 +373,350,1530.144166,16 +373,361,550.532495,6 +373,362,477.9530645,5 +373,363,449.8095335,5 +373,364,501.8010462,6 +373,369,517.9856599,6 +373,371,119.9796418,2 +373,372,81.46725274,1 +373,373,35.08529768,1 +373,379,134.3320957,2 +373,380,1359.333,14 +373,391,376.601926,4 +373,392,414.2130687,5 +373,393,368.0405766,4 +373,394,405.8606608,5 +373,399,381.1541314,4 +373,401,1044.836225,11 +373,402,963.4237809,10 +373,409,1044.66701,11 +373,411,2368.676127,24 +373,419,2293.720099,23 +373,421,348.1257702,4 +373,422,329.1420785,4 +373,429,365.4727361,4 +373,440,561.2251361,6 +373,451,210.4635231,3 +373,452,210.5901856,3 +373,459,185.8551866,2 +373,460,1227.388967,13 +373,471,613.0682332,7 +373,472,439.3520163,5 +373,479,398.2467389,4 +373,481,1159.253791,12 +373,482,973.5024794,10 +373,483,1232.891341,13 +373,484,1052.831275,11 +373,485,1594.968444,16 +373,486,1051.584633,11 +373,487,1325.957846,14 +373,488,1228.023779,13 +373,489,1202.387319,13 +373,491,1819.4922,19 +373,499,1796.606762,18 +373,500,658.2868112,7 +373,511,136.3913559,2 +373,512,156.1172731,2 +373,513,213.6980448,3 +373,519,145.8708435,2 +373,531,2351.858587,24 +373,539,2255.129826,23 +373,540,237.4191451,3 +373,551,695.6200646,7 +373,559,837.0163688,9 +373,560,1585.608774,16 +373,801,1710.809436,18 +373,802,1636.158281,17 +373,803,3695.956547,37 +373,804,5748.520144,58 +373,805,6299.421735,63 +373,806,7006.463719,71 +373,807,7308.688154,74 +373,808,10355.83103,104 +379,11,453.712338,5 +379,12,610.7862496,7 +379,19,471.326382,5 +379,20,3406.223172,35 +379,41,1859.476141,19 +379,42,1871.161418,19 +379,49,1817.845096,19 +379,50,743.5058853,8 +379,61,2150.511444,22 +379,62,2294.676217,23 +379,63,2132.629695,22 +379,64,2357.708107,24 +379,69,2281.899214,23 +379,81,1428.151176,15 +379,89,1462.211435,15 +379,91,574.8294833,6 +379,92,534.9482666,6 +379,99,571.6815296,6 +379,100,339.476478,4 +379,111,287.968446,3 +379,121,418.5577877,5 +379,122,670.7209846,7 +379,123,506.3903006,6 +379,124,561.2700939,6 +379,129,534.506611,6 +379,131,329.0350577,4 +379,132,306.3931398,4 +379,139,340.3296031,4 +379,151,4752.938675,48 +379,159,4724.622685,48 +379,160,1942.207082,20 +379,171,649.0577899,7 +379,172,631.7373571,7 +379,179,622.2377863,7 +379,181,588.6187427,6 +379,182,478.5534493,5 +379,189,489.7963882,5 +379,190,887.2634145,9 +379,201,892.6843625,9 +379,209,1067.485335,11 +379,211,395.5674643,4 +379,219,369.6717393,4 +379,221,771.3573432,8 +379,222,887.5415003,9 +379,223,731.4088396,8 +379,229,801.3299495,9 +379,230,820.3274647,9 +379,241,320.3452349,4 +379,242,283.9044555,3 +379,249,307.6494757,4 +379,251,643.1995648,7 +379,259,614.182297,7 +379,261,547.5484646,6 +379,262,631.6143862,7 +379,269,700.7449182,8 +379,271,996.3242638,10 +379,279,1068.542544,11 +379,280,628.985915,7 +379,291,855.7176135,9 +379,292,663.0095613,7 +379,299,758.4769216,8 +379,300,1752.744403,18 +379,310,1139.004489,12 +379,321,2018.517358,21 +379,329,2111.520815,22 +379,330,692.4998505,7 +379,341,452.6120745,5 +379,342,381.0245311,4 +379,349,397.0691378,4 +379,350,1503.438929,16 +379,361,592.7477749,6 +379,362,516.130747,6 +379,363,494.2253118,5 +379,364,541.477875,6 +379,369,559.4927979,6 +379,371,153.542462,2 +379,372,146.9150231,2 +379,373,134.3320957,2 +379,379,171.3815305,2 +379,380,1355.015736,14 +379,391,384.0746678,4 +379,392,444.5637758,5 +379,393,387.6825513,4 +379,394,416.6944229,5 +379,399,404.0573452,5 +379,401,1017.985327,11 +379,402,937.866332,10 +379,409,1017.932068,11 +379,411,2354.49379,24 +379,419,2278.404423,23 +379,421,396.0983632,4 +379,422,370.1929579,4 +379,429,410.8801882,5 +379,440,603.1100918,7 +379,451,226.5547558,3 +379,452,203.4502763,3 +379,459,202.1060104,3 +379,460,1217.975889,13 +379,471,585.2237304,6 +379,472,414.8409953,5 +379,479,375.6578473,4 +379,481,1127.410625,12 +379,482,941.4359054,10 +379,483,1200.30718,13 +379,484,1022.764428,11 +379,485,1565.684278,16 +379,486,1019.463408,11 +379,487,1293.422407,13 +379,488,1195.98413,12 +379,489,1172.258034,12 +379,491,1800.536629,19 +379,499,1775.579165,18 +379,500,698.7942048,7 +379,511,202.65547,3 +379,512,209.2302957,3 +379,513,271.5156577,3 +379,519,202.0907074,3 +379,531,2340.033231,24 +379,539,2242.976413,23 +379,540,277.2920368,3 +379,551,700.8609331,8 +379,559,840.6324902,9 +379,560,1570.443695,16 +379,801,1728.309698,18 +379,802,1603.077286,17 +379,803,3690.62694,37 +379,804,5772.390616,58 +379,805,6331.172071,64 +379,806,7037.88691,71 +379,807,7325.876099,74 +379,808,10330.30697,104 +380,11,1190.268371,12 +380,12,1330.126257,14 +380,19,1235.251249,13 +380,20,2088.555996,21 +380,41,1163.695509,12 +380,42,1222.886614,13 +380,49,1105.227868,12 +380,50,959.3398748,10 +380,61,1279.005591,13 +380,62,1202.941527,13 +380,63,1318.636326,14 +380,64,1294.498259,13 +380,69,1219.664713,13 +380,81,588.2306595,6 +380,89,669.0801075,7 +380,91,1418.92152,15 +380,92,1391.250286,14 +380,99,1440.255689,15 +380,100,1364.861669,14 +380,111,1305.003888,14 +380,121,1541.676771,16 +380,122,1823.558918,19 +380,123,1639.131052,17 +380,124,1639.036141,17 +380,129,1567.279023,16 +380,131,1260.155842,13 +380,132,1456.98606,15 +380,139,1352.460578,14 +380,151,3643.044022,37 +380,159,3629.844934,37 +380,160,730.377099,8 +380,171,713.4738381,8 +380,172,790.6581207,8 +380,179,771.93555,8 +380,181,774.8682677,8 +380,182,887.3452611,9 +380,189,883.7686651,9 +380,190,509.5462306,6 +380,201,653.2923009,7 +380,209,642.2004354,7 +380,211,985.7681655,10 +380,219,1028.419969,11 +380,221,1268.033742,13 +380,222,1257.380481,13 +380,223,1322.399857,14 +380,229,1183.077593,12 +380,230,1478.976097,15 +380,241,1308.715968,14 +380,242,1314.398571,14 +380,249,1322.304447,14 +380,251,1461.037864,15 +380,259,1442.296596,15 +380,261,889.0455206,9 +380,262,765.9778655,8 +380,269,753.0811744,8 +380,271,368.2686586,4 +380,279,318.7971956,4 +380,280,1157.484199,12 +380,291,655.1343508,7 +380,292,786.3918087,8 +380,299,742.6717997,8 +380,300,457.0911294,5 +380,310,448.6787154,5 +380,321,1065.13478,11 +380,329,1036.215393,11 +380,330,1409.707858,15 +380,341,1360.794985,14 +380,342,1364.86853,14 +380,349,1370.560831,14 +380,350,943.6909012,10 +380,361,1313.154211,14 +380,362,1094.749839,11 +380,363,1372.757754,14 +380,364,1140.717678,12 +380,369,1222.773327,13 +380,371,1305.473028,14 +380,372,1293.562702,13 +380,373,1359.333,14 +380,379,1355.015736,14 +380,380,143.5797614,2 +380,391,984.67054,10 +380,392,1012.609522,11 +380,393,1001.154518,11 +380,394,955.5630389,10 +380,399,1000.576689,11 +380,401,848.656381,9 +380,402,809.0836017,9 +380,409,851.8931491,9 +380,411,1080.884136,11 +380,419,1034.170279,11 +380,421,1329.745748,14 +380,422,1114.387199,12 +380,429,1209.144085,13 +380,440,1464.622204,15 +380,451,1449.359783,15 +380,452,1277.307466,13 +380,459,1381.962785,14 +380,460,260.923289,3 +380,471,1002.269843,11 +380,472,1048.717492,11 +380,479,1092.576383,11 +380,481,1201.238228,13 +380,482,1242.891066,13 +380,483,1377.954418,14 +380,484,1022.694282,11 +380,485,1129.811395,12 +380,486,1244.529099,13 +380,487,1361.997381,14 +380,488,1245.170105,13 +380,489,1085.717992,11 +380,491,738.490576,8 +380,499,806.537527,9 +380,500,1341.778255,14 +380,511,1343.097197,14 +380,512,1404.772366,15 +380,513,1283.621937,13 +380,519,1267.520703,13 +380,531,1029.942304,11 +380,539,942.3241417,10 +380,540,1153.250414,12 +380,551,673.6212436,7 +380,559,543.8231063,6 +380,560,464.7476146,5 +380,801,1100.689695,12 +380,802,1629.847618,17 +380,803,4944.240541,50 +380,804,5034.877812,51 +380,805,7121.963924,72 +380,806,6732.203349,68 +380,807,6325.79861,64 +380,808,9132.666989,92 +391,11,421.0230885,5 +391,12,630.022059,7 +391,19,465.654301,5 +391,20,3042.607338,31 +391,41,1596.516524,16 +391,42,1619.010164,17 +391,49,1549.048867,16 +391,50,545.2979914,6 +391,61,1864.488751,19 +391,62,1970.531938,20 +391,63,1857.733808,19 +391,64,2040.074488,21 +391,69,1962.990018,20 +391,81,1106.439369,12 +391,89,1150.815737,12 +391,91,642.6879062,7 +391,92,599.7088431,6 +391,99,653.874744,7 +391,100,466.2927118,5 +391,111,385.4186284,4 +391,121,637.4045276,7 +391,122,931.0771871,10 +391,123,742.0064991,8 +391,124,771.5628764,8 +391,129,713.4531836,8 +391,131,386.441246,4 +391,132,525.5497515,6 +391,139,463.2714119,5 +391,151,4446.842001,45 +391,159,4422.189104,45 +391,160,1591.541083,16 +391,171,273.8531762,3 +391,172,313.2928022,4 +391,179,286.1592038,3 +391,181,212.2191874,3 +391,182,111.3037733,2 +391,189,137.3191301,2 +391,190,526.4654164,6 +391,201,580.655371,6 +391,209,763.4603883,8 +391,211,111.3355246,2 +391,219,150.3423168,2 +391,221,720.4172838,8 +391,222,809.1609456,9 +391,223,715.7530555,8 +391,229,705.1124432,8 +391,230,841.7001348,9 +391,241,406.6729765,5 +391,242,392.5749061,4 +391,249,408.9163821,5 +391,251,711.8448194,8 +391,259,681.1819519,7 +391,261,237.3476763,3 +391,262,274.9649804,3 +391,269,366.5281235,4 +391,271,623.656402,7 +391,279,698.162922,7 +391,280,543.2176395,6 +391,291,538.3239041,6 +391,292,356.5043084,4 +391,299,460.2932988,5 +391,300,1388.71901,14 +391,310,796.8046357,8 +391,321,1712.398377,18 +391,329,1786.309271,18 +391,330,716.4642013,8 +391,341,527.2788879,6 +391,342,488.3392819,5 +391,349,503.1061505,6 +391,350,1242.238158,13 +391,361,589.5278999,6 +391,362,375.5790458,4 +391,363,561.6353955,6 +391,364,433.7885491,5 +391,369,504.1140974,6 +391,371,329.2132523,4 +391,372,310.5086244,4 +391,373,376.601926,4 +391,379,384.0746678,4 +391,380,984.67054,10 +391,391,25.73012208,1 +391,392,211.9684709,3 +391,393,88.10884338,1 +391,394,52.82902209,1 +391,399,135.9119463,2 +391,401,773.5911002,8 +391,402,681.4991105,7 +391,409,774.4505936,8 +391,411,1999.145075,20 +391,419,1927.393359,20 +391,421,468.9845302,5 +391,422,244.6821499,3 +391,429,375.2790237,4 +391,440,688.3463273,7 +391,451,486.4271575,5 +391,452,327.967706,4 +391,459,421.4269867,5 +391,460,854.3431474,9 +391,471,407.6025397,5 +391,472,254.7146789,3 +391,479,273.7288086,3 +391,481,986.8695392,10 +391,482,847.2806513,9 +391,483,1106.638311,12 +391,484,835.1118325,9 +391,485,1339.131547,14 +391,486,912.1190494,10 +391,487,1176.469715,12 +391,488,1058.843479,11 +391,489,989.6701394,10 +391,491,1468.293453,15 +391,499,1457.10259,15 +391,500,683.9934613,7 +391,511,383.8542072,4 +391,512,446.1553656,5 +391,513,355.1201937,4 +391,519,299.2640787,3 +391,531,1978.338123,20 +391,539,1882.354979,19 +391,540,202.1356657,3 +391,551,329.3195358,4 +391,559,471.260975,5 +391,560,1222.340192,13 +391,801,1460.168433,15 +391,802,1505.318778,16 +391,803,4030.004308,41 +391,804,5558.983527,56 +391,805,6544.026379,66 +391,806,6955.505764,70 +391,807,7052.771898,71 +391,808,10021.72871,101 +392,11,622.1380861,7 +392,12,830.0260466,9 +392,19,662.7613533,7 +392,20,3017.129983,31 +392,41,1760.128939,18 +392,42,1787.900433,18 +392,49,1709.379528,18 +392,50,748.189952,8 +392,61,2011.930959,21 +392,62,2085.434513,21 +392,63,2012.331283,21 +392,64,2160.83547,22 +392,69,2081.845609,21 +392,81,1235.515077,13 +392,89,1287.804324,13 +392,91,469.0409426,5 +392,92,429.7823226,5 +392,99,484.4485323,5 +392,100,355.3416242,4 +392,111,295.2858727,3 +392,121,777.4740618,8 +392,122,1061.726571,11 +392,123,879.3727544,9 +392,124,921.7166112,10 +392,129,870.4159536,9 +392,131,563.7675158,6 +392,132,656.442201,7 +392,139,624.9885817,7 +392,151,4567.900145,46 +392,159,4546.231113,46 +392,160,1673.593094,17 +392,171,348.8170996,4 +392,172,486.3859977,5 +392,179,435.7516504,5 +392,181,295.973289,3 +392,182,276.1232347,3 +392,189,282.3810541,3 +392,190,622.5595612,7 +392,201,736.5220244,8 +392,209,916.8477999,10 +392,211,320.5749219,4 +392,219,341.2203265,4 +392,221,929.8028514,10 +392,222,1019.777475,11 +392,223,922.068944,10 +392,229,914.9178307,10 +392,230,643.41894,7 +392,241,298.2367571,3 +392,242,305.2161622,4 +392,249,313.0724295,4 +392,251,532.5420285,6 +392,259,504.1758368,6 +392,261,131.0398453,2 +392,262,250.1851013,3 +392,269,292.0722162,3 +392,271,654.4580228,7 +392,279,726.5662863,8 +392,280,752.2392305,8 +392,291,692.418725,7 +392,292,532.5884792,6 +392,299,628.6796041,7 +392,300,1442.708891,15 +392,310,911.3420777,10 +392,321,1846.109969,19 +392,329,1901.452546,20 +392,330,523.4922003,6 +392,341,373.3909974,4 +392,342,360.0047312,4 +392,349,370.3511418,4 +392,350,1410.326793,15 +392,361,397.2524241,4 +392,362,168.8387065,2 +392,363,398.4496913,4 +392,364,228.1399263,3 +392,369,306.3473531,4 +392,371,426.4100579,5 +392,372,379.1484303,4 +392,373,414.2130687,5 +392,379,444.5637758,5 +392,380,1012.609522,11 +392,391,211.9684709,3 +392,392,37.24865147,1 +392,393,130.5387878,2 +392,394,179.7131385,2 +392,399,123.3048917,2 +392,401,958.7209056,10 +392,402,864.5235605,9 +392,409,959.061666,10 +392,411,2069.308631,21 +392,419,2006.1902,21 +392,421,328.6682326,4 +392,422,107.9751467,2 +392,429,215.0316153,3 +392,440,516.7990023,6 +392,451,588.7688551,6 +392,452,466.22052,5 +392,459,531.2569558,6 +392,460,924.4401274,10 +392,471,616.8899446,7 +392,472,463.1192325,5 +392,479,465.26591,5 +392,481,1193.200879,12 +392,482,1057.701904,11 +392,483,1316.466949,14 +392,484,1035.232092,11 +392,485,1521.640376,16 +392,486,1121.749066,12 +392,487,1384.349,14 +392,488,1265.068141,13 +392,489,1185.952771,12 +392,491,1579.718245,16 +392,499,1582.607157,16 +392,500,483.4650014,5 +392,511,349.7612772,4 +392,512,406.5761723,5 +392,513,277.2254414,3 +392,519,316.6200077,4 +392,531,2033.134065,21 +392,539,1940.76861,20 +392,540,199.8628103,2 +392,551,348.0315558,4 +392,559,479.6662498,5 +392,560,1315.366229,14 +392,801,1337.190268,14 +392,802,1713.844931,18 +392,803,4108.760313,42 +392,804,5387.422253,54 +392,805,6371.450487,64 +392,806,6750.763866,68 +392,807,6913.281841,70 +392,808,10123.29142,102 +393,11,496.3714487,5 +393,12,704.8983404,8 +393,19,538.7406183,6 +393,20,3041.608644,31 +393,41,1666.711448,17 +393,42,1691.07922,17 +393,49,1618.007296,17 +393,50,627.7162378,7 +393,61,1929.064377,20 +393,62,2023.173486,21 +393,63,1924.886873,20 +393,64,2094.964824,21 +393,69,2017.072963,21 +393,81,1163.203112,12 +393,89,1210.652077,13 +393,91,565.8869852,6 +393,92,523.6648119,6 +393,99,578.2066693,6 +393,100,405.3481119,5 +393,111,328.7605336,4 +393,121,680.470254,7 +393,122,971.0216907,10 +393,123,784.3436396,8 +393,124,820.2229249,9 +393,129,765.534572,8 +393,131,447.2917196,5 +393,132,563.225089,6 +393,139,516.2137703,6 +393,151,4502.86122,46 +393,159,4479.278735,45 +393,160,1631.166953,17 +393,171,298.5932182,3 +393,172,383.8221188,4 +393,179,345.6970202,4 +393,181,237.2560052,3 +393,182,172.1357229,2 +393,189,187.9847763,2 +393,190,566.7375395,6 +393,201,646.0346603,7 +393,209,828.5668154,9 +393,211,194.2782353,2 +393,219,218.5213458,3 +393,221,801.9137152,9 +393,222,892.2761974,9 +393,223,794.8339685,8 +393,229,788.1065924,8 +393,230,759.5390277,8 +393,241,345.0404905,4 +393,242,337.1065744,4 +393,249,350.7438274,4 +393,251,633.8527896,7 +393,259,603.7396165,7 +393,261,181.3771003,2 +393,262,255.2099695,3 +393,269,331.3148957,4 +393,271,638.3919028,7 +393,279,712.7217684,8 +393,280,624.8273919,7 +393,291,602.7514608,7 +393,292,428.6694909,5 +393,299,529.8274066,6 +393,300,1416.966733,15 +393,310,846.7833503,9 +393,321,1771.806378,18 +393,329,1838.846626,19 +393,330,635.2835218,7 +393,341,454.9097319,5 +393,342,422.5664539,5 +393,349,436.4842486,5 +393,350,1313.690926,14 +393,361,508.2837411,6 +393,362,292.4236003,3 +393,363,487.1208004,5 +393,364,350.4838901,4 +393,369,421.835991,5 +393,371,346.796361,4 +393,372,313.5370968,4 +393,373,368.0405766,4 +393,379,387.6825513,4 +393,380,1001.154518,11 +393,391,88.10884338,1 +393,392,130.5387878,2 +393,393,39.77869251,1 +393,394,70.37832839,1 +393,399,90.15545907,1 +393,401,850.5919809,9 +393,402,757.6015359,8 +393,409,851.195816,9 +393,411,2034.778581,21 +393,419,1966.252594,20 +393,421,399.5406608,4 +393,422,168.8352109,2 +393,429,299.4650317,3 +393,440,612.2638837,7 +393,451,509.8695278,6 +393,452,366.628071,4 +393,459,447.5077856,5 +393,460,886.9083389,9 +393,471,491.4663967,5 +393,472,335.5423359,4 +393,479,343.5255834,4 +393,481,1070.373051,11 +393,482,930.875382,10 +393,483,1190.436184,12 +393,484,917.0369418,10 +393,485,1415.716575,15 +393,486,995.9038001,10 +393,487,1260.223549,13 +393,488,1142.32233,12 +393,489,1070.142868,11 +393,491,1519.011611,16 +393,499,1513.124354,16 +393,500,601.3377922,7 +393,511,346.5082698,4 +393,512,408.7708016,5 +393,513,301.2423551,4 +393,519,280.0739614,3 +393,531,2007.996621,21 +393,539,1913.280696,20 +393,540,166.1145179,2 +393,551,331.6972857,4 +393,559,473.9758243,5 +393,560,1265.433591,13 +393,801,1417.088974,15 +393,802,1589.128215,16 +393,803,4050.59121,41 +393,804,5497.331181,55 +393,805,6469.911462,65 +393,806,6877.230915,69 +393,807,7005.798108,71 +393,808,10072.42297,101 +394,11,464.9862401,5 +394,12,673.9597168,7 +394,19,509.9221665,6 +394,20,3007.109857,31 +394,41,1603.076973,17 +394,42,1627.54421,17 +394,49,1554.494963,16 +394,50,570.7670693,6 +394,61,1865.73676,19 +394,62,1962.341377,20 +394,63,1861.320847,19 +394,64,2033.537805,21 +394,69,1956.007981,20 +394,81,1101.077819,12 +394,89,1148.000222,12 +394,91,628.2646025,7 +394,92,586.1849324,6 +394,99,640.8703005,7 +394,100,466.646449,5 +394,111,388.6701644,4 +394,121,682.9160857,7 +394,122,976.264958,10 +394,123,787.4695882,8 +394,124,817.8262342,9 +394,129,759.4861788,8 +394,131,433.0733587,5 +394,132,570.0354444,6 +394,139,509.4671294,6 +394,151,4441.319112,45 +394,159,4417.491357,45 +394,160,1574.878959,16 +394,171,246.5146566,3 +394,172,320.0202768,4 +394,179,284.7684447,3 +394,181,184.1938352,2 +394,182,108.5542451,2 +394,189,132.2794952,2 +394,190,509.3300491,6 +394,201,582.2994318,6 +394,209,765.1017834,8 +394,211,148.5478163,2 +394,219,190.0473105,2 +394,221,759.2980403,8 +394,222,844.975155,9 +394,223,757.0885739,8 +394,229,740.1320365,8 +394,230,818.0933414,9 +394,241,406.3257164,5 +394,242,396.5961998,4 +394,249,410.9987484,5 +394,251,695.8367706,7 +394,259,665.7730277,7 +394,261,191.887034,2 +394,262,231.6946123,3 +394,269,321.6118658,4 +394,271,593.1751266,6 +394,279,668.0590142,7 +394,280,581.4549317,6 +394,291,539.0583042,6 +394,292,365.1128622,4 +394,299,467.3015131,5 +394,300,1365.569251,14 +394,310,786.3479533,8 +394,321,1709.313073,18 +394,329,1778.051134,18 +394,330,695.1640222,7 +394,341,517.7436176,6 +394,342,484.9066501,5 +394,349,498.6611955,5 +394,350,1250.256155,13 +394,361,568.1199831,6 +394,362,345.4858356,4 +394,363,549.7893268,6 +394,364,405.1535996,5 +394,369,479.568756,5 +394,371,367.8478598,4 +394,372,343.9083904,4 +394,373,405.8606608,5 +394,379,416.6944229,5 +394,380,955.5630389,10 +394,391,52.82902209,1 +394,392,179.7131385,2 +394,393,70.37832839,1 +394,394,27.22576059,1 +394,399,115.4003741,2 +394,401,788.1314468,8 +394,402,694.8511977,7 +394,409,789.0536702,8 +394,411,1980.152452,20 +394,419,1910.282017,20 +394,421,462.2544031,5 +394,422,229.9615086,3 +394,429,360.7625617,4 +394,440,674.8441176,7 +394,451,527.4896139,6 +394,452,372.10872,4 +394,459,462.7909986,5 +394,460,833.1378699,9 +394,471,439.5479236,5 +394,472,295.1538586,3 +394,479,315.0783854,4 +394,481,1014.838091,11 +394,482,881.3011371,9 +394,483,1138.978902,12 +394,484,858.2015525,9 +394,485,1353.069067,14 +394,486,944.2945883,10 +394,487,1206.013261,13 +394,488,1086.736638,11 +394,489,1011.642469,11 +394,491,1458.63663,15 +394,499,1451.362487,15 +394,500,658.9592464,7 +394,511,399.1133218,4 +394,512,461.7687158,5 +394,513,360.0489721,4 +394,519,321.8222813,4 +394,531,1956.070883,20 +394,539,1860.754575,19 +394,540,213.8371462,3 +394,551,292.6472356,3 +394,559,435.7510706,5 +394,560,1207.619746,13 +394,801,1418.907648,15 +394,802,1535.607773,16 +394,803,4071.457787,41 +394,804,5512.573514,56 +394,805,6533.109388,66 +394,806,6914.175759,70 +394,807,7006.473491,71 +394,808,10012.72318,101 +399,11,530.0840927,6 +399,12,737.3911619,8 +399,19,571.8043012,6 +399,20,3033.078392,31 +399,41,1687.084588,17 +399,42,1712.377649,18 +399,49,1637.850555,17 +399,50,657.7982608,7 +399,61,1946.539497,20 +399,62,2035.299058,21 +399,63,1943.577353,20 +399,64,2108.009255,22 +399,69,2029.858087,21 +399,81,1178.018845,12 +399,89,1226.770229,13 +399,91,546.8325324,6 +399,92,505.3460796,6 +399,99,559.7493443,6 +399,100,396.1537262,4 +399,111,322.9903227,4 +399,121,706.3231761,8 +399,122,994.9714144,10 +399,123,809.5391043,9 +399,124,846.941793,9 +399,129,793.2046646,8 +399,131,479.0543153,5 +399,132,588.3582879,6 +399,139,545.6290898,6 +399,151,4515.648041,46 +399,159,4492.543737,45 +399,160,1638.310528,17 +399,171,307.215464,4 +399,172,409.1430777,5 +399,179,367.3960086,4 +399,181,248.3994543,3 +399,182,202.204982,3 +399,189,213.9126418,3 +399,190,577.2000645,6 +399,201,666.3709525,7 +399,209,848.0386593,9 +399,211,233.3101369,3 +399,219,255.8874258,3 +399,221,834.328919,9 +399,222,924.0725377,10 +399,223,827.3286797,9 +399,229,819.9678126,9 +399,230,735.767719,8 +399,241,336.5092895,4 +399,242,331.7121901,4 +399,249,344.1370938,4 +399,251,613.6735344,7 +399,259,584.0511426,6 +399,261,170.3432357,2 +399,262,249.5870876,3 +399,269,319.8174584,4 +399,271,638.6114134,7 +399,279,712.5805013,8 +399,280,657.8040194,7 +399,291,622.9273679,7 +399,292,454.1154137,5 +399,299,553.2572606,6 +399,300,1419.963693,15 +399,310,859.5998171,9 +399,321,1787.055917,18 +399,329,1851.069508,19 +399,330,612.8785513,7 +399,341,439.2654728,5 +399,342,410.7678981,5 +399,349,423.999357,5 +399,350,1335.127706,14 +399,361,486.6286518,5 +399,362,271.252611,3 +399,363,469.9673836,5 +399,364,328.3493377,4 +399,369,400.1161955,5 +399,371,368.8897514,4 +399,372,331.8592684,4 +399,373,381.1541314,4 +399,379,404.0573452,5 +399,380,1000.576689,11 +399,391,135.9119463,2 +399,392,123.3048917,2 +399,393,90.15545907,1 +399,394,115.4003741,2 +399,399,107.3480383,2 +399,401,875.8868809,9 +399,402,782.7199614,8 +399,409,876.4664842,9 +399,411,2039.999501,21 +399,419,1972.795589,20 +399,421,386.1290864,4 +399,422,159.0123824,2 +399,429,284.4468477,3 +399,440,593.3643347,6 +399,451,531.3898588,6 +399,452,394.2309379,4 +399,459,470.4577973,5 +399,460,892.6577447,9 +399,471,524.1772685,6 +399,472,371.2364946,4 +399,479,377.4348242,4 +399,481,1099.970163,11 +399,482,962.2535191,10 +399,483,1221.001192,13 +399,484,945.3849968,10 +399,485,1439.717214,15 +399,486,1026.741224,11 +399,487,1289.991635,13 +399,488,1171.778985,12 +399,489,1097.576874,11 +399,491,1530.750956,16 +399,499,1527.144932,16 +399,500,577.7690847,6 +399,511,349.0056683,4 +399,512,410.0984295,5 +399,513,297.4874183,3 +399,519,291.2361212,3 +399,531,2010.937795,21 +399,539,1916.77976,20 +399,540,177.4805609,2 +399,551,331.2164334,4 +399,559,471.5421896,5 +399,560,1274.418778,13 +399,801,1397.712862,14 +399,802,1618.768504,17 +399,803,4066.659153,41 +399,804,5470.339077,55 +399,805,6448.710735,65 +399,806,6847.217085,69 +399,807,6982.245092,70 +399,808,10081.76583,101 +401,11,618.5800764,7 +401,12,636.7918427,7 +401,19,644.299102,7 +401,20,2810.891708,29 +401,41,842.5998684,9 +401,42,856.1174023,9 +401,49,805.0523281,9 +401,50,294.134123,3 +401,61,1138.609555,12 +401,62,1328.032382,14 +401,63,1116.37347,12 +401,64,1377.512308,14 +401,69,1310.686141,14 +401,81,511.6009029,6 +401,89,516.8935767,6 +401,91,1415.187813,15 +401,92,1372.436805,14 +401,99,1426.908274,15 +401,100,1229.951454,13 +401,111,1146.910844,12 +401,121,973.6221237,10 +401,122,1190.280332,12 +401,123,1041.507894,11 +401,124,1007.166825,11 +401,129,943.4291525,10 +401,131,750.3410895,8 +401,132,948.7504721,10 +401,139,826.2884506,9 +401,151,3745.309093,38 +401,159,3715.140297,38 +401,160,1091.597732,11 +401,171,665.8365274,7 +401,172,474.28324,5 +401,179,548.0400736,6 +401,181,689.9056337,7 +401,182,685.82333,7 +401,189,688.4098677,7 +401,190,512.4544842,6 +401,201,276.126905,3 +401,209,247.5229208,3 +401,211,682.3142202,7 +401,219,697.5858324,7 +401,221,497.8306953,5 +401,222,442.6022494,5 +401,223,570.1974392,6 +401,229,406.1734736,5 +401,230,1599.869761,16 +401,241,1172.759033,12 +401,242,1151.674236,12 +401,249,1170.153231,12 +401,251,1483.331965,15 +401,259,1452.535951,15 +401,261,902.140795,10 +401,262,811.1191007,9 +401,269,897.321773,9 +401,271,699.9561799,7 +401,279,729.0087237,8 +401,280,487.4740142,5 +401,291,312.03059,4 +401,292,428.1302751,5 +401,299,357.0388079,4 +401,300,1031.190029,11 +401,310,434.2533499,5 +401,321,1028.124812,11 +401,329,1154.316067,12 +401,330,1480.699142,15 +401,341,1299.82529,13 +401,342,1257.040693,13 +401,349,1271.105865,13 +401,350,493.019735,5 +401,361,1354.114923,14 +401,362,1121.096611,12 +401,363,1334.306399,14 +401,364,1182.74055,12 +401,369,1261.858601,13 +401,371,937.5320323,10 +401,372,969.2099468,10 +401,373,1044.836225,11 +401,379,1017.985327,11 +401,380,848.656381,9 +401,391,773.5911002,8 +401,392,958.7209056,10 +401,393,850.5919809,9 +401,394,788.1314468,8 +401,399,875.8868809,9 +401,401,37.07830074,1 +401,402,100.3106008,2 +401,409,116.2448363,2 +401,411,1498.741119,15 +401,419,1404.394131,15 +401,421,1240.593535,13 +401,422,1015.180687,11 +401,429,1145.117277,12 +401,440,1461.232313,15 +401,451,1002.527357,11 +401,452,857.7842768,9 +401,459,952.8143316,10 +401,460,631.1585794,7 +401,471,436.3728088,5 +401,472,606.8262623,7 +401,479,649.4271298,7 +401,481,360.3180217,4 +401,482,412.7098418,5 +401,483,536.6474146,6 +401,484,180.9557536,2 +401,485,566.2183788,6 +401,486,402.0020155,5 +401,487,539.7110799,6 +401,488,414.3175703,5 +401,489,318.1081254,4 +401,491,877.3318586,9 +401,499,819.1115378,9 +401,500,1439.440927,15 +401,511,1115.818926,12 +401,512,1171.388915,12 +401,513,1114.461237,12 +401,519,1012.929841,11 +401,531,1532.567296,16 +401,539,1433.723323,15 +401,540,954.9245216,10 +401,551,737.0823472,8 +401,559,748.9894251,8 +401,560,750.1693262,8 +401,801,1729.148687,18 +401,802,849.0049286,9 +401,803,4218.851776,43 +401,804,5866.602042,59 +401,805,7316.038332,74 +401,806,7486.41857,75 +401,807,7160.60755,72 +401,808,9316.84199,94 +402,11,556.5100867,6 +402,12,602.6401538,7 +402,19,587.2358818,6 +402,20,2809.956189,29 +402,41,925.9315233,10 +402,42,942.7955266,10 +402,49,885.3723816,9 +402,50,235.4909726,3 +402,61,1214.393503,13 +402,62,1385.297248,14 +402,63,1196.356925,12 +402,64,1439.350537,15 +402,69,1370.310219,14 +402,81,543.887621,6 +402,89,560.138679,6 +402,91,1322.269335,14 +402,92,1279.706481,13 +402,99,1334.283339,14 +402,100,1140.221278,12 +402,111,1057.389487,11 +402,121,920.7098581,10 +402,122,1152.605863,12 +402,123,994.9753089,10 +402,124,966.617485,10 +402,129,900.0162887,10 +402,131,683.0225461,7 +402,132,886.1603068,9 +402,139,763.8216979,8 +402,151,3819.33105,39 +402,159,3790.240007,38 +402,160,1118.246152,12 +402,171,572.1491197,6 +402,172,380.2696089,4 +402,179,455.2350735,5 +402,181,595.3370236,6 +402,182,592.2006392,6 +402,189,595.1694968,6 +402,190,434.0017166,5 +402,201,194.759243,2 +402,209,224.9869274,3 +402,211,592.691616,6 +402,219,610.0422377,7 +402,221,486.5237504,5 +402,222,454.4500098,5 +402,223,553.3650045,6 +402,229,395.9420006,4 +402,230,1505.398802,16 +402,241,1082.547622,11 +402,242,1062.444077,11 +402,249,1080.632539,11 +402,251,1390.086355,14 +402,259,1359.467903,14 +402,261,807.4178644,9 +402,262,717.2561128,8 +402,269,805.3169337,9 +402,271,627.2232972,7 +402,279,662.3271405,7 +402,280,442.4179381,5 +402,291,225.754349,3 +402,292,334.3192159,4 +402,299,267.2922706,3 +402,300,1031.090538,11 +402,310,402.3469927,5 +402,321,1092.94411,11 +402,329,1208.133833,13 +402,330,1386.578403,14 +402,341,1207.901334,13 +402,342,1166.423949,12 +402,349,1180.371741,12 +402,350,573.9296957,6 +402,361,1260.084589,13 +402,362,1026.579417,11 +402,363,1241.926875,13 +402,364,1088.20987,11 +402,369,1167.619389,12 +402,371,858.6565965,9 +402,372,887.2634196,9 +402,373,963.4237809,10 +402,379,937.866332,10 +402,380,809.0836017,9 +402,391,681.4991105,7 +402,392,864.5235605,9 +402,393,757.6015359,8 +402,394,694.8511977,7 +402,399,782.7199614,8 +402,401,100.3106008,2 +402,402,40.0025359,1 +402,409,141.6818295,2 +402,411,1530.208497,16 +402,419,1439.009799,15 +402,421,1149.178639,12 +402,422,922.3390801,10 +402,429,1052.332362,11 +402,440,1368.503685,14 +402,451,933.1120562,10 +402,452,782.2083317,8 +402,459,880.5002964,9 +402,460,592.3598968,6 +402,471,363.4198022,4 +402,472,525.8403524,6 +402,479,570.0778763,6 +402,481,426.6244665,5 +402,482,436.6424498,5 +402,483,598.596041,6 +402,484,238.198116,3 +402,485,659.1741598,7 +402,486,442.7315139,5 +402,487,614.8649373,7 +402,488,487.3036769,5 +402,489,388.5973361,4 +402,491,918.7706377,10 +402,499,870.617545,9 +402,500,1344.931536,14 +402,511,1029.507554,11 +402,512,1086.117047,11 +402,513,1025.116438,11 +402,519,926.8614831,10 +402,531,1555.028361,16 +402,539,1455.602197,15 +402,540,865.0971198,9 +402,551,644.9300867,7 +402,559,663.492465,7 +402,560,763.0834715,8 +402,801,1669.371562,17 +402,802,931.853781,10 +402,803,4211.939783,43 +402,804,5809.884197,59 +402,805,7224.719054,73 +402,806,7408.614082,75 +402,807,7128.794502,72 +402,808,9394.762357,94 +409,11,620.2178932,7 +409,12,639.9056674,7 +409,19,646.1090255,7 +409,20,2810.517559,29 +409,41,847.321391,9 +409,42,861.2744963,9 +409,49,809.670605,9 +409,50,300.6974036,4 +409,61,1141.920757,12 +409,62,1330.073757,14 +409,63,1120.075252,12 +409,64,1379.709495,14 +409,69,1312.900882,14 +409,81,515.9497972,6 +409,89,521.3442597,6 +409,91,1414.341177,15 +409,92,1371.654521,14 +409,99,1426.03808,15 +409,100,1229.377567,13 +409,111,1146.490271,12 +409,121,974.6224659,10 +409,122,1191.761908,12 +409,123,1042.723963,11 +409,124,1008.774659,11 +409,129,945.0492298,10 +409,131,751.2630855,8 +409,132,949.346684,10 +409,139,827.212348,9 +409,151,3747.303704,38 +409,159,3717.203314,38 +409,160,1093.318271,11 +409,171,668.6257793,7 +409,172,478.2147498,5 +409,179,551.4049931,6 +409,181,692.1316304,7 +409,182,687.4171793,7 +409,189,690.0330516,7 +409,190,519.2288333,6 +409,201,290.660899,3 +409,209,265.1665659,3 +409,211,683.4693991,7 +409,219,698.6473042,7 +409,221,503.7215681,6 +409,222,451.4408341,5 +409,223,575.0267281,6 +409,229,413.4267835,5 +409,230,1598.809471,16 +409,241,1172.295052,12 +409,242,1151.245561,12 +409,249,1169.703938,12 +409,251,1482.39026,15 +409,259,1451.643393,15 +409,261,902.9989803,10 +409,262,812.7924895,9 +409,269,898.7133679,9 +409,271,704.2873149,8 +409,279,733.2922097,8 +409,280,490.9672728,5 +409,291,323.7310777,4 +409,292,432.7581841,5 +409,299,364.6364301,4 +409,300,1033.166427,11 +409,310,443.5033807,5 +409,321,1030.890669,11 +409,329,1156.444398,12 +409,330,1479.791564,15 +409,341,1299.150466,13 +409,342,1256.423472,13 +409,349,1270.470238,13 +409,350,499.9384325,5 +409,361,1353.415158,14 +409,362,1120.985079,12 +409,363,1333.581766,14 +409,364,1182.465468,12 +409,369,1261.373122,13 +409,371,937.6354995,10 +409,372,969.1936378,10 +409,373,1044.66701,11 +409,379,1017.932068,11 +409,380,851.8931491,9 +409,391,774.4505936,8 +409,392,959.061666,10 +409,393,851.195816,9 +409,394,789.0536702,8 +409,399,876.4664842,9 +409,401,116.2448363,2 +409,402,141.6818295,2 +409,409,152.8143605,2 +409,411,1499.897253,15 +409,419,1405.732018,15 +409,421,1240.016122,13 +409,422,1015.189223,11 +409,429,1144.799239,12 +409,440,1460.313169,15 +409,451,1002.757284,11 +409,452,858.1527697,9 +409,459,953.0558547,10 +409,460,636.6019224,7 +409,471,439.0752241,5 +409,472,608.1604364,7 +409,479,650.6427553,7 +409,481,376.8009067,4 +409,482,423.3733092,5 +409,483,548.7849584,6 +409,484,207.007269,3 +409,485,574.8293882,6 +409,486,414.8014376,5 +409,487,552.4711822,6 +409,488,429.6291911,5 +409,489,335.0303733,4 +409,491,879.6514278,9 +409,499,821.8278323,9 +409,500,1438.631488,15 +409,511,1115.457705,12 +409,512,1170.935326,12 +409,513,1114.10793,12 +409,519,1012.806121,11 +409,531,1533.533328,16 +409,539,1434.816771,15 +409,540,954.9916163,10 +409,551,739.6133647,8 +409,559,752.1231659,8 +409,560,753.3101587,8 +409,801,1728.794018,18 +409,802,858.468291,9 +409,803,4220.345,43 +409,804,5863.728521,59 +409,805,7313.101827,74 +409,806,7482.571928,75 +409,807,7158.008221,72 +409,808,9318.252756,94 +411,11,2068.614077,21 +411,12,2131.175864,22 +411,19,2103.131306,22 +411,20,1479.692748,15 +411,41,1032.80266,11 +411,42,1097.870602,11 +411,49,1008.155014,11 +411,50,1750.846968,18 +411,61,832.1493423,9 +411,62,461.7106966,5 +411,63,919.8167363,10 +411,64,538.8257004,6 +411,69,511.3476311,6 +411,81,989.5555635,10 +411,89,998.7219239,10 +411,91,2494.705887,25 +411,92,2465.565804,25 +411,99,2515.703278,26 +411,100,2422.610005,25 +411,111,2355.765281,24 +411,121,2440.387352,25 +411,122,2682.278466,27 +411,123,2521.053009,26 +411,124,2495.989391,25 +411,129,2427.667629,25 +411,131,2178.104142,22 +411,132,2387.103012,24 +411,139,2265.737111,23 +411,151,2584.480074,26 +411,159,2577.515493,26 +411,160,435.8353681,5 +411,171,1738.675578,18 +411,172,1731.364706,18 +411,179,1743.997386,18 +411,181,1799.80543,18 +411,182,1892.611426,19 +411,189,1888.777856,19 +411,190,1477.182867,15 +411,201,1488.802004,15 +411,209,1345.102167,14 +411,211,1968.177114,20 +411,219,2003.651139,21 +411,221,1993.8616,20 +411,222,1921.541096,20 +411,223,2067.444,21 +411,229,1900.2805,20 +411,230,2553.411323,26 +411,241,2364.221118,24 +411,242,2364.446793,24 +411,249,2374.770388,24 +411,251,2538.367864,26 +411,259,2519.044028,26 +411,261,1949.685312,20 +411,262,1822.148543,19 +411,269,1820.329315,19 +411,271,1418.741647,15 +411,279,1360.662593,14 +411,280,1965.530409,20 +411,291,1518.334569,16 +411,292,1706.285548,18 +411,299,1624.875238,17 +411,300,640.4044801,7 +411,310,1224.680987,13 +411,321,684.7701353,7 +411,329,491.0738188,5 +411,330,2487.184211,25 +411,341,2430.106191,25 +411,342,2427.483084,25 +411,349,2434.394096,25 +411,350,1172.401771,12 +411,361,2389.998352,24 +411,362,2166.742159,22 +411,363,2444.86059,25 +411,364,2215.2918,23 +411,369,2297.649944,23 +411,371,2291.887812,23 +411,372,2295.645447,23 +411,373,2368.676127,24 +411,379,2354.49379,24 +411,380,1080.884136,11 +411,391,1999.145075,20 +411,392,2069.308631,21 +411,393,2034.778581,21 +411,394,1980.152452,20 +411,399,2039.999501,21 +411,401,1498.741119,15 +411,402,1530.208497,16 +411,409,1499.897253,15 +411,411,33.74924006,1 +411,419,153.6430262,2 +411,421,2394.300562,24 +411,422,2168.167103,22 +411,429,2272.986059,23 +411,440,2540.934806,26 +411,451,2410.016548,25 +411,452,2240.283867,23 +411,459,2346.667557,24 +411,460,1151.741905,12 +411,471,1864.794542,19 +411,472,1980.703969,20 +411,479,2027.075871,21 +411,481,1720.162012,18 +411,482,1876.825911,19 +411,483,1857.377355,19 +411,484,1626.481573,17 +411,485,1299.383425,13 +411,486,1832.265714,19 +411,487,1776.033532,18 +411,488,1718.06194,18 +411,489,1581.277436,16 +411,491,631.7838706,7 +411,499,732.0962863,8 +411,500,2418.821151,25 +411,511,2378.539654,24 +411,512,2441.397849,25 +411,513,2330.872435,24 +411,519,2290.01973,23 +411,531,153.3547043,2 +411,539,190.9013447,2 +411,540,2184.984046,22 +411,551,1722.447286,18 +411,559,1600.762894,17 +411,560,795.4331196,8 +411,801,1633.116392,17 +411,802,1872.88771,19 +411,803,5683.1838,57 +411,804,5027.768542,51 +411,805,8072.432682,81 +411,806,6967.36907,70 +411,807,5952.725617,60 +411,808,8058.743393,81 +419,11,1981.179568,20 +419,12,2037.776969,21 +419,19,2014.6856,21 +419,20,1589.361038,16 +419,41,930.0462642,10 +419,42,995.1349417,10 +419,49,905.3939813,10 +419,50,1660.689267,17 +419,61,740.4556474,8 +419,62,389.6255015,4 +419,63,826.1215507,9 +419,64,472.0644127,5 +419,69,439.9872599,5 +419,81,898.4283649,9 +419,89,904.2122881,10 +419,91,2439.353929,25 +419,92,2408.892118,25 +419,99,2459.890049,25 +419,100,2358.132434,24 +419,111,2289.439883,23 +419,121,2352.114699,24 +419,122,2589.593302,26 +419,123,2430.941592,25 +419,124,2404.074269,25 +419,129,2336.479326,24 +419,131,2093.265517,21 +419,132,2302.06542,24 +419,139,2179.947986,22 +419,151,2617.560658,27 +419,159,2607.649138,27 +419,160,370.9152756,4 +419,171,1671.146894,17 +419,172,1653.094994,17 +419,179,1669.23846,17 +419,181,1731.577327,18 +419,182,1820.351041,19 +419,189,1816.815216,19 +419,190,1406.356623,15 +419,201,1405.715131,15 +419,209,1257.400884,13 +419,211,1892.086464,19 +419,219,1926.652649,20 +419,221,1897.361885,19 +419,222,1822.795868,19 +419,223,1971.351406,20 +419,229,1804.234899,19 +419,230,2508.016765,26 +419,241,2299.25429,23 +419,242,2297.904483,23 +419,249,2308.896516,24 +419,251,2485.297853,25 +419,259,2464.884268,25 +419,261,1888.563075,19 +419,262,1760.520156,18 +419,269,1764.149588,18 +419,271,1360.526718,14 +419,279,1305.099195,14 +419,280,1874.08525,19 +419,291,1436.731647,15 +419,292,1626.339941,17 +419,299,1543.147921,16 +419,300,598.8947143,6 +419,310,1146.094833,12 +419,321,587.093757,6 +419,329,401.5163795,5 +419,330,2437.11228,25 +419,341,2370.316478,24 +419,342,2364.709462,24 +419,349,2372.196043,24 +419,350,1069.992016,11 +419,361,2336.603301,24 +419,362,2109.551495,22 +419,363,2386.675087,24 +419,364,2159.741352,22 +419,369,2243.042819,23 +419,371,2213.957654,23 +419,372,2219.948013,23 +419,373,2293.720099,23 +419,379,2278.404423,23 +419,380,1034.170279,11 +419,391,1927.393359,20 +419,392,2006.1902,21 +419,393,1966.252594,20 +419,394,1910.282017,20 +419,399,1972.795589,20 +419,401,1404.394131,15 +419,402,1439.009799,15 +419,409,1405.732018,15 +419,411,153.6430262,2 +419,419,161.537146,2 +419,421,2332.413364,24 +419,422,2103.623478,22 +419,429,2211.518916,23 +419,440,2486.06131,25 +419,451,2328.145391,24 +419,452,2159.727688,22 +419,459,2265.70494,23 +419,460,1086.736951,11 +419,471,1778.041108,18 +419,472,1898.83906,19 +419,479,1945.337053,20 +419,481,1617.986089,17 +419,482,1777.220281,18 +419,483,1753.203146,18 +419,484,1528.261818,16 +419,485,1194.387364,12 +419,486,1731.356866,18 +419,487,1671.021931,17 +419,488,1614.673787,17 +419,489,1480.378655,15 +419,491,537.3691569,6 +419,499,633.9972072,7 +419,500,2369.875261,24 +419,511,2308.401288,24 +419,512,2371.221069,24 +419,513,2263.736975,23 +419,519,2218.011387,23 +419,531,258.3257598,3 +419,539,248.1181999,3 +419,540,2115.29531,22 +419,551,1659.755781,17 +419,559,1542.21791,16 +419,560,718.2613404,8 +419,801,1651.141563,17 +419,802,1766.215496,18 +419,803,5577.802577,56 +419,804,5121.843057,52 +419,805,8072.513016,81 +419,806,7050.231992,71 +419,807,6060.788331,61 +419,808,8119.135725,82 +421,11,775.9932572,8 +421,12,960.6065865,10 +421,19,802.3252622,9 +421,20,3288.950535,33 +421,41,2064.230675,21 +421,42,2087.46649,21 +421,49,2015.255315,21 +421,50,996.3877183,10 +421,61,2326.973538,24 +421,62,2411.456556,25 +421,63,2323.217279,24 +421,64,2485.748959,25 +421,69,2406.121616,25 +421,81,1557.070013,16 +421,89,1606.151361,17 +421,91,194.2870189,2 +421,92,151.0496344,2 +421,99,197.6887501,2 +421,100,73.22376242,1 +421,111,120.7569223,2 +421,121,772.7141376,8 +421,122,1010.163546,11 +421,123,857.1372364,9 +421,124,919.9070717,10 +421,129,890.6010244,9 +421,131,667.2381005,7 +421,132,654.9663284,7 +421,139,688.1028406,7 +421,151,4893.635757,49 +421,159,4871.184885,49 +421,160,1999.769078,20 +421,171,673.360162,7 +421,172,779.7964936,8 +421,179,735.6539262,8 +421,181,617.5416125,7 +421,182,567.2123485,6 +421,189,573.6650113,6 +421,190,947.3542999,10 +421,201,1043.788531,11 +421,209,1225.794745,13 +421,211,560.6248201,6 +421,219,553.4906674,6 +421,221,1104.017965,12 +421,222,1212.234619,13 +421,223,1075.156216,11 +421,229,1114.41762,12 +421,230,436.7997234,5 +421,241,87.38607541,1 +421,242,127.8138798,2 +421,249,124.1472541,2 +421,251,266.837355,3 +421,259,239.7104025,3 +421,261,445.7673545,5 +421,262,572.9987238,6 +421,269,590.352439,6 +421,271,976.7244051,10 +421,279,1045.205999,11 +421,280,939.5169784,10 +421,291,1000.397811,11 +421,292,823.8399791,9 +421,299,922.4981279,10 +421,300,1765.046389,18 +421,310,1235.121621,13 +421,321,2166.874408,22 +421,329,2227.058365,23 +421,330,306.1578015,4 +421,341,69.45900688,1 +421,342,44.73590047,1 +421,349,67.70796951,1 +421,350,1709.562556,18 +421,361,206.7377945,3 +421,362,250.7830219,3 +421,363,110.5435053,2 +421,364,230.7811789,3 +421,369,208.7609206,3 +421,371,441.4452617,5 +421,372,378.7965601,4 +421,373,348.1257702,4 +421,379,396.0983632,4 +421,380,1329.745748,14 +421,391,468.9845302,5 +421,392,328.6682326,4 +421,393,399.5406608,4 +421,394,462.2544031,5 +421,399,386.1290864,4 +421,401,1240.593535,13 +421,402,1149.178639,12 +421,409,1240.016122,13 +421,411,2394.300562,24 +421,419,2332.413364,24 +421,421,24.9471739,1 +421,422,238.9603934,3 +421,429,135.6735827,2 +421,440,232.618535,3 +421,451,554.759672,6 +421,452,526.5893049,6 +421,459,526.7944563,6 +421,460,1250.744026,13 +421,471,846.1124802,9 +421,472,667.9944445,7 +421,479,641.9817506,7 +421,481,1425.468892,15 +421,482,1260.248301,13 +421,483,1523.637255,16 +421,484,1289.590926,13 +421,485,1806.063152,19 +421,486,1333.350512,14 +421,487,1606.42507,17 +421,488,1496.81751,15 +421,489,1440.359626,15 +421,491,1905.848363,20 +421,499,1905.444612,20 +421,500,312.8096595,4 +421,511,215.785463,3 +421,512,221.1689561,3 +421,513,151.1625182,2 +421,519,289.7512837,3 +421,531,2354.512621,24 +421,539,2263.200541,23 +421,540,294.1228675,3 +421,551,673.5707997,7 +421,559,798.6086394,8 +421,560,1642.283391,17 +421,801,1484.284821,15 +421,802,1928.413744,20 +421,803,3913.552727,40 +421,804,5425.489364,55 +421,805,6075.900104,61 +421,806,6659.51538,67 +421,807,7016.860153,71 +421,808,10450.55004,105 +422,11,615.1319123,7 +422,12,817.429654,9 +422,19,651.1541399,7 +422,20,3117.983335,32 +422,41,1830.937724,19 +422,42,1855.834984,19 +422,49,1781.537066,18 +422,50,785.7567632,8 +422,61,2090.545857,21 +422,62,2175.224227,22 +422,63,2087.817881,21 +422,64,2248.996174,23 +422,69,2170.121948,22 +422,81,1319.893121,14 +422,89,1369.355016,14 +422,91,401.2988981,5 +422,92,359.0457078,4 +422,99,413.3743245,5 +422,100,256.4750166,3 +422,111,192.3778093,2 +422,121,719.981927,8 +422,122,995.663755,10 +422,123,818.7712831,9 +422,124,867.276379,9 +422,129,822.2461267,9 +422,131,535.7191385,6 +422,132,597.2059523,6 +422,139,584.8706098,6 +422,151,4656.957866,47 +422,159,4634.326352,47 +422,160,1769.958857,18 +422,171,438.5573297,5 +422,172,548.223622,6 +422,179,503.7458625,6 +422,181,381.5215184,4 +422,182,334.7503366,4 +422,189,343.1705073,4 +422,190,712.4689956,8 +422,201,808.8030285,9 +422,209,990.7317825,10 +422,211,346.819432,4 +422,219,352.3480623,4 +422,221,935.3510661,10 +422,222,1033.568865,11 +422,223,919.1616217,10 +422,229,931.1093156,10 +422,230,603.166932,7 +422,241,197.7476571,2 +422,242,202.4610393,3 +422,249,211.7349207,3 +422,251,469.83383,5 +422,259,439.9444872,5 +422,261,231.0147982,3 +422,262,350.7393139,4 +422,269,390.8680357,4 +422,271,755.2260264,8 +422,279,826.9781125,9 +422,280,761.5358244,8 +422,291,765.1808136,8 +422,292,593.2412205,6 +422,299,692.2361631,7 +422,300,1542.876978,16 +422,310,998.7967199,10 +422,321,1929.759128,20 +422,329,1990.911372,20 +422,330,475.9729907,5 +422,341,291.5923886,3 +422,342,266.0023175,3 +422,349,279.6792636,3 +422,350,1478.008622,15 +422,361,349.7284391,4 +422,362,168.6248335,2 +422,363,322.9610861,4 +422,364,214.6723496,3 +422,369,272.1175135,3 +422,371,362.7627836,4 +422,372,307.7145313,4 +422,373,329.1420785,4 +422,379,370.1929579,4 +422,380,1114.387199,12 +422,391,244.6821499,3 +422,392,107.9751467,2 +422,393,168.8352109,2 +422,394,229.9615086,3 +422,399,159.0123824,2 +422,401,1015.180687,11 +422,402,922.3390801,10 +422,409,1015.189223,11 +422,411,2168.167103,22 +422,419,2103.623478,22 +422,421,238.9603934,3 +422,422,37.71678522,1 +422,429,145.1142328,2 +422,440,447.4740291,5 +422,451,518.9347066,6 +422,452,419.1750494,5 +422,459,467.4466813,5 +422,460,1021.398346,11 +422,471,643.5024409,7 +422,472,474.9480086,5 +422,479,464.0774024,5 +422,481,1225.341621,13 +422,482,1076.022822,11 +422,483,1338.036276,14 +422,484,1077.316443,11 +422,485,1580.524749,16 +422,486,1144.35715,12 +422,487,1412.59734,15 +422,488,1297.245021,13 +422,489,1229.194901,13 +422,491,1669.888605,17 +422,499,1668.58031,17 +422,500,448.4269501,5 +422,511,250.0689313,3 +422,512,304.8365316,4 +422,513,174.4586576,2 +422,519,236.4934722,3 +422,531,2133.821353,22 +422,539,2040.967913,21 +422,540,138.4363501,2 +422,551,446.9724327,5 +422,559,580.3695137,6 +422,560,1409.211702,15 +422,801,1406.288456,15 +422,802,1739.769585,18 +422,803,4017.951602,41 +422,804,5439.790099,55 +422,805,6304.887924,64 +422,806,6765.534331,68 +422,807,6983.542518,70 +422,808,10218.83133,103 +429,11,725.5233155,8 +429,12,921.3461022,10 +429,19,757.5180989,8 +429,20,3177.753556,32 +429,41,1959.5647,20 +429,42,1984.990004,20 +429,49,1909.62024,20 +429,50,913.3119698,10 +429,61,2216.729347,23 +429,62,2294.004818,23 +429,63,2215.208726,23 +429,64,2369.235372,24 +429,69,2289.696225,23 +429,81,1443.050931,15 +429,89,1493.926485,15 +429,91,274.7797492,3 +429,92,233.1552981,3 +429,99,286.5736249,3 +429,100,177.7683782,2 +429,111,160.1072753,2 +429,121,781.5093559,8 +429,122,1039.796783,11 +429,123,873.9112319,9 +429,124,929.7911532,10 +429,129,891.7582252,9 +429,131,632.9209004,7 +429,132,659.9918034,7 +429,139,669.2954997,7 +429,151,4776.268581,48 +429,159,4754.443967,48 +429,160,1879.497374,19 +429,171,557.6150428,6 +429,172,678.1711272,7 +429,179,630.7012049,7 +429,181,503.7023816,6 +429,182,464.8541538,5 +429,189,471.0623889,5 +429,190,830.9144175,9 +429,201,937.0073063,10 +429,209,1118.283944,12 +429,211,475.140825,5 +429,219,476.2334306,5 +429,221,1049.767349,11 +429,222,1151.789072,12 +429,223,1028.613136,11 +429,229,1050.664399,11 +429,230,484.863195,5 +429,241,142.289126,2 +429,242,169.8346621,2 +429,249,176.0152945,2 +429,251,343.4212901,4 +429,259,314.5064214,4 +429,261,327.8058916,4 +429,262,453.976195,5 +429,269,473.5449411,5 +429,271,856.2098131,9 +429,279,925.257471,10 +429,280,878.9024692,9 +429,291,893.2411966,9 +429,292,723.2641582,8 +429,299,820.9046723,9 +429,300,1643.944624,17 +429,310,1119.538849,12 +429,321,2053.245658,21 +429,329,2109.882725,22 +429,330,355.8499908,4 +429,341,172.0887818,2 +429,342,168.3601437,2 +429,349,177.1895637,2 +429,350,1606.971085,17 +429,361,234.9479825,3 +429,362,160.2730826,2 +429,363,199.3417801,2 +429,364,166.621084,2 +429,369,187.6232632,2 +429,371,431.6226669,5 +429,372,370.7178543,4 +429,373,365.4727361,4 +429,379,410.8801882,5 +429,380,1209.144085,13 +429,391,375.2790237,4 +429,392,215.0316153,3 +429,393,299.4650317,3 +429,394,360.7625617,4 +429,399,284.4468477,3 +429,401,1145.117277,12 +429,402,1052.332362,11 +429,409,1144.799239,12 +429,411,2272.986059,23 +429,419,2211.518916,23 +429,421,135.6735827,2 +429,422,145.1142328,2 +429,429,106.4658607,2 +429,440,320.4012898,4 +429,451,569.5544335,6 +429,452,503.5938214,6 +429,459,528.8734039,6 +429,460,1130.777381,12 +429,471,769.0466901,8 +429,472,597.0553766,6 +429,479,579.706209,6 +429,481,1350.525393,14 +429,482,1196.202151,12 +429,483,1458.871838,15 +429,484,1205.432003,13 +429,485,1710.293096,18 +429,486,1266.144138,13 +429,487,1536.044202,16 +429,488,1422.291753,15 +429,489,1356.345243,14 +429,491,1788.357754,18 +429,499,1790.428091,18 +429,500,338.0584918,4 +429,511,251.2179403,3 +429,512,283.9774089,3 +429,513,167.2831895,2 +429,519,284.2275348,3 +429,531,2233.104997,23 +429,539,2141.837291,22 +429,540,234.6080489,3 +429,551,554.3653069,6 +429,559,678.9478289,7 +429,560,1523.179136,16 +429,801,1407.94252,15 +429,802,1861.756516,19 +429,803,4000.525922,41 +429,804,5391.034464,54 +429,805,6175.709724,62 +429,806,6673.98951,67 +429,807,6960.166518,70 +429,808,10328.94075,104 +440,11,1007.128446,11 +440,12,1188.790175,12 +440,19,1031.761645,11 +440,20,3341.656371,34 +440,41,2274.955307,23 +440,42,2301.224154,24 +440,49,2224.010008,23 +440,50,1223.801825,13 +440,61,2527.799948,26 +440,62,2590.550891,26 +440,63,2528.519699,26 +440,64,2668.617066,27 +440,69,2587.754931,26 +440,81,1749.007068,18 +440,89,1802.282014,19 +440,91,50.96069891,1 +440,92,91.05854898,1 +440,99,36.56060035,1 +440,100,275.2823707,3 +440,111,348.1380732,4 +440,121,975.6363741,10 +440,122,1187.352716,12 +440,123,1051.166209,11 +440,124,1119.079881,12 +440,129,1095.281186,11 +440,131,895.385765,9 +440,132,863.6323577,9 +440,139,909.2256565,10 +440,151,5072.064893,51 +440,159,5052.043236,51 +440,160,2158.410585,22 +440,171,860.6222389,9 +440,172,993.6908571,10 +440,179,942.3780026,10 +440,181,810.7970003,9 +440,182,779.4460599,8 +440,189,783.4094083,8 +440,190,1130.919745,12 +440,201,1251.134624,13 +440,209,1431.523377,15 +440,211,785.7496296,8 +440,219,781.2415292,8 +440,221,1335.258447,14 +440,222,1444.019682,15 +440,223,1304.956977,14 +440,229,1345.819797,14 +440,230,234.1146568,3 +440,241,314.33046,4 +440,242,350.5203029,4 +440,249,334.8622932,4 +440,251,50.68425718,1 +440,259,74.58070923,1 +440,261,613.9754751,7 +440,262,740.2876891,8 +440,269,731.4950859,8 +440,271,1128.262029,12 +440,279,1191.125908,12 +440,280,1170.793604,12 +440,291,1207.130692,13 +440,292,1038.952739,11 +440,299,1134.97469,12 +440,300,1907.398055,20 +440,310,1421.937124,15 +440,321,2359.247354,24 +440,329,2407.046045,25 +440,330,129.6234987,2 +440,341,169.6619842,2 +440,342,232.5529894,3 +440,349,221.9865435,3 +440,350,1922.60381,20 +440,361,156.3294195,2 +440,362,381.6196223,4 +440,363,132.502447,2 +440,364,327.3617578,4 +440,369,253.8551604,3 +440,371,664.2353743,7 +440,372,602.8293445,7 +440,373,561.2251361,6 +440,379,603.1100918,7 +440,380,1464.622204,15 +440,391,688.3463273,7 +440,392,516.7990023,6 +440,393,612.2638837,7 +440,394,674.8441176,7 +440,399,593.3643347,6 +440,401,1461.232313,15 +440,402,1368.503685,14 +440,409,1460.313169,15 +440,411,2540.934806,26 +440,419,2486.06131,25 +440,421,232.618535,3 +440,422,447.4740291,5 +440,429,320.4012898,4 +440,440,16.04715218,1 +440,451,759.2328144,8 +440,452,752.7172777,8 +440,459,740.5829586,8 +440,460,1413.687372,15 +440,471,1075.735611,11 +440,472,898.5530841,9 +440,479,872.8355391,9 +440,481,1656.292062,17 +440,482,1492.108435,15 +440,483,1755.509719,18 +440,484,1517.310913,16 +440,485,2026.860324,21 +440,486,1565.081234,16 +440,487,1838.046207,19 +440,488,1727.747406,18 +440,489,1666.604468,17 +440,491,2085.104197,21 +440,499,2093.572063,21 +440,500,187.2143569,2 +440,511,430.6025161,5 +440,512,414.197752,5 +440,513,379.8792022,4 +440,519,514.3202533,6 +440,531,2489.621132,25 +440,539,2402.08472,25 +440,540,521.9802419,6 +440,551,842.6400428,9 +440,559,951.0993875,10 +440,560,1812.13344,19 +440,801,1465.555915,15 +440,802,2160.303391,22 +440,803,3960.693718,40 +440,804,5280.879395,53 +440,805,5858.645715,59 +440,806,6453.732725,65 +440,807,6906.872413,70 +440,808,10595.01092,106 +451,11,391.03058,4 +451,12,490.9501717,5 +451,19,389.3156552,4 +451,20,3520.487448,36 +451,41,1835.912637,19 +451,42,1840.483341,19 +451,49,1799.040224,18 +451,50,721.0167613,8 +451,61,2139.825463,22 +451,62,2314.170444,24 +451,63,2114.131364,22 +451,64,2370.869595,24 +451,69,2297.484288,23 +451,81,1453.921641,15 +451,89,1479.453318,15 +451,91,733.9556866,8 +451,92,694.7992218,7 +451,99,728.8067228,8 +451,100,492.8444272,5 +451,111,440.5705125,5 +451,121,219.3413715,3 +451,122,477.3767193,5 +451,123,306.9418695,4 +451,124,365.9774439,4 +451,129,355.1664748,4 +451,131,255.2806315,3 +451,132,107.7610126,2 +451,139,215.1262996,3 +451,151,4746.969601,48 +451,159,4715.661313,48 +451,160,1993.722017,20 +451,171,748.8151652,8 +451,172,682.590748,7 +451,179,688.9960843,7 +451,181,690.6594901,7 +451,182,569.2838344,6 +451,189,579.7818115,6 +451,190,961.561615,10 +451,201,924.7007465,10 +451,209,1088.323782,11 +451,211,465.5961507,5 +451,219,434.3081961,5 +451,221,671.5994747,7 +451,222,793.2333707,8 +451,223,617.7880592,7 +451,229,721.7907888,8 +451,230,983.6668623,10 +451,241,475.4930657,5 +451,242,435.5734845,5 +451,249,458.5344573,5 +451,251,801.3471431,9 +451,259,772.0824716,8 +451,261,685.6248768,7 +451,262,756.5581795,8 +451,269,835.999459,9 +451,271,1096.707337,11 +451,279,1168.124657,12 +451,280,562.0246072,6 +451,291,892.9699716,9 +451,292,704.6993215,8 +451,299,790.9385796,8 +451,300,1826.409519,19 +451,310,1188.485104,12 +451,321,2024.564881,21 +451,329,2133.476389,22 +451,330,856.1912609,9 +451,341,611.6345522,7 +451,342,536.7568208,6 +451,349,552.5308638,6 +451,350,1484.645846,15 +451,361,758.5716577,8 +451,362,677.5636038,7 +451,363,653.8557873,7 +451,364,706.2498575,8 +451,369,725.376096,8 +451,371,166.5509514,2 +451,372,213.9437064,3 +451,373,210.4635231,3 +451,379,226.5547558,3 +451,380,1449.359783,15 +451,391,486.4271575,5 +451,392,588.7688551,6 +451,393,509.8695278,6 +451,394,527.4896139,6 +451,399,531.3898588,6 +451,401,1002.527357,11 +451,402,933.1120562,10 +451,409,1002.757284,11 +451,411,2410.016548,25 +451,419,2328.145391,24 +451,421,554.759672,6 +451,422,518.9347066,6 +451,429,569.5544335,6 +451,440,759.2328144,8 +451,451,19.51514825,1 +451,452,175.0110481,2 +451,459,91.29611218,1 +451,460,1292.705825,13 +451,471,570.4591388,6 +451,472,430.5935767,5 +451,479,391.6491101,4 +451,481,1052.044771,11 +451,482,851.7056494,9 +451,483,1100.283565,12 +451,484,975.932403,10 +451,485,1524.242746,16 +451,486,932.4026665,10 +451,487,1201.535275,13 +451,488,1116.613834,12 +451,489,1118.469337,12 +451,491,1831.507016,19 +451,499,1794.490083,18 +451,500,865.9982362,9 +451,511,341.3468513,4 +451,512,345.961424,4 +451,513,421.4830543,5 +451,519,319.3335828,4 +451,531,2406.80318,25 +451,539,2308.080332,24 +451,540,405.3624255,5 +451,551,814.2134049,9 +451,559,953.0487641,10 +451,560,1620.884898,17 +451,801,1879.736367,19 +451,802,1496.256509,15 +451,803,3544.37542,36 +451,804,5953.434003,60 +451,805,6404.6433,65 +451,806,7211.097876,73 +451,807,7500.466055,76 +451,808,10309.73489,104 +452,11,275.7153295,3 +452,12,437.3025704,5 +452,19,295.9830167,3 +452,20,3350.386722,34 +452,41,1697.959643,17 +452,42,1706.97131,18 +452,49,1658.462102,17 +452,50,579.5286528,6 +452,61,1994.851713,20 +452,62,2155.218837,22 +452,63,1973.49611,20 +452,64,2214.591389,23 +452,69,2140.495186,22 +452,81,1291.451575,13 +452,89,1320.479237,14 +452,91,718.6110261,8 +452,92,675.5865882,7 +452,99,719.0909317,8 +452,100,479.7148001,5 +452,111,406.906955,5 +452,121,316.6891531,4 +452,122,607.1586577,7 +452,123,420.2563553,5 +452,124,457.8217438,5 +452,129,416.5704489,5 +452,131,148.5512742,2 +452,132,201.4403376,3 +452,139,182.7495931,2 +452,151,4600.962899,47 +452,159,4571.265938,46 +452,160,1824.812167,19 +452,171,580.6592463,6 +452,172,511.132587,6 +452,179,517.500212,6 +452,181,524.197792,6 +452,182,401.4926271,5 +452,189,413.2270278,5 +452,190,789.1397975,8 +452,201,758.6197661,8 +452,209,926.887455,10 +452,211,294.9845495,3 +452,219,269.1420232,3 +452,221,594.6060027,6 +452,222,710.6142005,8 +452,223,556.6979888,6 +452,229,625.2421041,7 +452,230,960.8800121,10 +452,241,442.7872351,5 +452,242,406.1524871,5 +452,249,431.2201581,5 +452,251,790.2766274,8 +452,259,759.035348,8 +452,261,545.3975721,6 +452,262,600.9724286,7 +452,269,687.4513553,7 +452,271,926.1330862,10 +452,279,997.7028259,10 +452,280,454.0278646,5 +452,291,725.2740605,8 +452,292,535.0126092,6 +452,299,624.8329387,7 +452,300,1654.026994,17 +452,310,1018.906159,11 +452,321,1871.138858,19 +452,329,1973.491558,20 +452,330,829.6197489,9 +452,341,589.8134344,6 +452,342,520.6599628,6 +452,349,537.9320603,6 +452,350,1343.587333,14 +452,361,716.8455724,8 +452,362,585.0947021,6 +452,363,632.690454,7 +452,364,625.6338447,7 +452,369,663.1450836,7 +452,371,97.04844274,1 +452,372,153.1316141,2 +452,373,210.5901856,3 +452,379,203.4502763,3 +452,380,1277.307466,13 +452,391,327.967706,4 +452,392,466.22052,5 +452,393,366.628071,4 +452,394,372.10872,4 +452,399,394.2309379,4 +452,401,857.7842768,9 +452,402,782.2083317,8 +452,409,858.1527697,9 +452,411,2240.283867,23 +452,419,2159.727688,22 +452,421,526.5893049,6 +452,422,419.1750494,5 +452,429,503.5938214,6 +452,440,752.7172777,8 +452,451,175.0110481,2 +452,452,37.80986499,1 +452,459,119.8234014,2 +452,460,1120.106815,12 +452,471,422.0280537,5 +452,472,265.4599621,3 +452,479,230.3057236,3 +452,481,951.5671194,10 +452,482,764.5272498,8 +452,483,1024.097424,11 +452,484,851.8024417,9 +452,485,1397.496692,14 +452,486,842.8130868,9 +452,487,1117.001467,12 +452,488,1019.93474,11 +452,489,1001.636152,11 +452,491,1667.858699,17 +452,499,1635.370234,17 +452,500,824.8073454,9 +452,511,326.530605,4 +452,512,361.0566268,4 +452,513,378.9812386,4 +452,519,254.3034409,3 +452,531,2235.16783,23 +452,539,2136.693908,22 +452,540,298.5746944,3 +452,551,650.3469246,7 +452,559,787.5150964,8 +452,560,1451.784929,15 +452,801,1750.714966,18 +452,802,1427.652941,15 +452,803,3706.338466,38 +452,804,5851.886999,59 +452,805,6504.628667,66 +452,806,7172.52208,72 +452,807,7370.805609,74 +452,808,10174.16825,102 +459,11,351.9088603,4 +459,12,476.8592205,5 +459,19,358.3805992,4 +459,20,3452.264065,35 +459,41,1789.545904,18 +459,42,1796.180617,18 +459,49,1751.39751,18 +459,50,672.5359492,7 +459,61,2090.144837,21 +459,62,2257.371448,23 +459,63,2066.53647,21 +459,64,2315.491015,24 +459,69,2241.658522,23 +459,81,1395.311116,14 +459,89,1422.69139,15 +459,91,711.8376779,8 +459,92,671.0371231,7 +459,99,708.7896031,8 +459,100,469.8512152,5 +459,111,409.490347,5 +459,121,262.1046801,3 +459,122,535.6567029,6 +459,123,357.9685786,4 +459,124,408.7382494,5 +459,129,384.9919164,4 +459,131,216.3220864,3 +459,132,143.2634272,2 +459,139,202.2388965,3 +459,151,4696.843945,47 +459,159,4666.3301,47 +459,160,1930.9473,20 +459,171,681.8993665,7 +459,172,618.858266,7 +459,179,623.8877798,7 +459,181,623.9817438,7 +459,182,503.0136044,6 +459,189,513.9726763,6 +459,190,895.622175,9 +459,201,864.2743982,9 +459,209,1030.3494,11 +459,211,400.2414673,5 +459,219,370.6546887,4 +459,221,649.6764131,7 +459,222,769.569834,8 +459,223,601.878407,7 +459,229,692.15081,7 +459,230,959.6669746,10 +459,241,445.1734087,5 +459,242,405.9871815,5 +459,249,430.3587957,5 +459,251,781.1488876,8 +459,259,751.086725,8 +459,261,623.7355625,7 +459,262,691.297842,7 +459,269,772.1790656,8 +459,271,1029.200504,11 +459,279,1100.758453,12 +459,280,527.0213953,6 +459,291,831.5939227,9 +459,292,642.2802437,7 +459,299,730.4024041,8 +459,300,1760.653088,18 +459,310,1125.566575,12 +459,321,1970.669246,20 +459,329,2076.108697,21 +459,330,830.3999361,9 +459,341,586.4083373,6 +459,342,513.0602006,6 +459,349,529.5647727,6 +459,350,1436.719517,15 +459,361,726.925062,8 +459,362,628.7693202,7 +459,363,629.1474238,7 +459,364,661.2724376,7 +459,369,686.5547529,7 +459,371,118.8516143,2 +459,372,169.4991133,2 +459,373,185.8551866,2 +459,379,202.1060104,3 +459,380,1381.962785,14 +459,391,421.4269867,5 +459,392,531.2569558,6 +459,393,447.5077856,5 +459,394,462.7909986,5 +459,399,470.4577973,5 +459,401,952.8143316,10 +459,402,880.5002964,9 +459,409,953.0558547,10 +459,411,2346.667557,24 +459,419,2265.70494,23 +459,421,526.7944563,6 +459,422,467.4466813,5 +459,429,528.8734039,6 +459,440,740.5829586,8 +459,451,91.29611218,1 +459,452,119.8234014,2 +459,459,84.54830539,1 +459,460,1226.737139,13 +459,471,518.9033526,6 +459,472,371.5111334,4 +459,479,333.2720524,4 +459,481,1021.650578,11 +459,482,826.3736867,9 +459,483,1080.040398,11 +459,484,935.3720534,10 +459,485,1482.917302,15 +459,486,906.2879175,10 +459,487,1178.021144,12 +459,488,1087.908937,11 +459,489,1081.034449,11 +459,491,1772.145069,18 +459,499,1737.609887,18 +459,500,834.929276,9 +459,511,315.4675983,4 +459,512,331.7370578,4 +459,513,387.129849,4 +459,519,277.6757634,3 +459,531,2341.896128,24 +459,539,2243.387981,23 +459,540,351.8169366,4 +459,551,747.5066399,8 +459,559,886.0353921,9 +459,560,1558.101738,16 +459,801,1821.865721,19 +459,802,1479.701514,15 +459,803,3612.187082,37 +459,804,5903.539588,60 +459,805,6433.294751,65 +459,806,7183.84085,72 +459,807,7441.523918,75 +459,808,10264.98403,103 +460,11,1002.79115,11 +460,12,1128.346973,12 +460,19,1046.154243,11 +460,20,2272.77065,23 +460,41,1030.182935,11 +460,42,1082.541981,11 +460,49,972.9551379,10 +460,50,751.5062033,8 +460,61,1193.988969,12 +460,62,1186.718378,12 +460,63,1220.142917,13 +460,64,1270.367453,13 +460,69,1195.200539,12 +460,81,438.8733888,5 +460,89,518.721384,6 +460,91,1366.236358,14 +460,92,1333.428491,14 +460,99,1385.755301,14 +460,100,1275.665253,13 +460,111,1207.400081,13 +460,121,1364.162829,14 +460,122,1638.335969,17 +460,123,1457.98031,15 +460,124,1451.744151,15 +460,129,1380.170125,14 +460,131,1085.4475,11 +460,132,1288.618836,13 +460,139,1177.75273,12 +460,151,3661.702967,37 +460,159,3643.899158,37 +460,160,759.182232,8 +460,171,591.8437832,6 +460,172,616.278317,7 +460,179,614.5920411,7 +460,181,652.6934322,7 +460,182,749.8787034,8 +460,189,748.0292565,8 +460,190,345.2160153,4 +460,201,444.8272593,5 +460,209,432.2746421,5 +460,211,835.0639961,9 +460,219,875.6185485,9 +460,221,1055.81817,11 +460,222,1040.56456,11 +460,223,1112.787171,12 +460,229,969.398908,10 +460,230,1463.255796,15 +460,241,1216.806987,13 +460,242,1216.063542,13 +460,249,1226.775024,13 +460,251,1416.982916,15 +460,259,1394.182722,14 +460,261,808.7471217,9 +460,262,680.6904161,7 +460,269,699.906921,7 +460,271,299.5471502,3 +460,279,281.0051811,3 +460,280,955.0458287,10 +460,291,452.0877829,5 +460,292,603.7113358,7 +460,299,548.1086186,6 +460,300,547.8980437,6 +460,310,253.6551162,3 +460,321,995.2292787,10 +460,329,1008.387953,11 +460,330,1377.396741,14 +460,341,1290.503027,13 +460,342,1282.555131,13 +460,349,1290.687331,13 +460,350,769.6810034,8 +460,361,1268.560774,13 +460,362,1034.70293,11 +460,363,1308.93332,14 +460,364,1087.839238,11 +460,369,1173.44159,12 +460,371,1159.868324,12 +460,372,1156.733238,12 +460,373,1227.388967,13 +460,379,1217.975889,13 +460,380,260.923289,3 +460,391,854.3431474,9 +460,392,924.4401274,10 +460,393,886.9083389,9 +460,394,833.1378699,9 +460,399,892.6577447,9 +460,401,631.1585794,7 +460,402,592.3598968,6 +460,409,636.6019224,7 +460,411,1151.741905,12 +460,419,1086.736951,11 +460,421,1250.744026,13 +460,422,1021.398346,11 +460,429,1130.777381,12 +460,440,1413.687372,15 +460,451,1292.705825,13 +460,452,1120.106815,12 +460,459,1226.737139,13 +460,460,146.7271459,2 +460,471,807.4811139,9 +460,472,875.9042548,9 +460,479,922.4660057,10 +460,481,983.3266961,10 +460,482,1024.736764,11 +460,483,1159.79528,12 +460,484,804.5419186,9 +460,485,948.268602,10 +460,486,1025.583181,11 +460,487,1146.757886,12 +460,488,1028.590057,11 +460,489,873.6493988,9 +460,491,689.0148006,7 +460,499,726.2068431,8 +460,500,1314.49338,14 +460,511,1230.420676,13 +460,512,1293.137429,13 +460,513,1182.286128,12 +460,519,1145.141824,12 +460,531,1128.212688,12 +460,539,1032.994842,11 +460,540,1038.055337,11 +460,551,579.3758228,6 +460,559,474.9330505,5 +460,560,414.5712395,5 +460,801,1243.809223,13 +460,802,1422.041246,15 +460,803,4750.598413,48 +460,804,5251.370865,53 +460,805,7172.214856,72 +460,806,6927.762912,70 +460,807,6544.517084,66 +460,808,9200.813388,93 +471,11,205.9320793,3 +471,12,334.7023238,4 +471,19,250.3615599,3 +471,20,3071.75357,31 +471,41,1276.774402,13 +471,42,1287.202769,13 +471,49,1237.942508,13 +471,50,170.8057407,2 +471,61,1573.588397,16 +471,62,1745.311692,18 +471,63,1551.822679,16 +471,64,1800.944453,19 +471,69,1729.607165,18 +471,81,890.9112773,9 +471,89,913.3044446,10 +471,91,1032.718171,11 +471,92,988.5431847,10 +471,99,1040.741005,11 +471,100,823.8076152,9 +471,111,740.6172072,8 +471,121,576.3799969,6 +471,122,836.2723644,9 +471,123,662.0750193,7 +471,124,648.4638165,7 +471,129,578.8701611,6 +471,131,322.2908341,4 +471,132,527.851723,6 +471,139,409.8036752,5 +471,151,4180.173679,42 +471,159,4150.231325,42 +471,160,1448.805727,15 +471,171,455.349142,5 +471,172,245.5812554,3 +471,179,311.464874,4 +471,181,437.6148451,5 +471,182,361.3845526,4 +471,189,367.1542215,4 +471,190,514.1125603,6 +471,201,383.2243698,4 +471,209,529.2133588,6 +471,211,299.3613816,3 +471,219,301.5396926,4 +471,221,341.8862219,4 +471,222,410.260851,5 +471,223,364.057295,4 +471,229,308.5037966,4 +471,230,1244.691644,13 +471,241,770.4978902,8 +471,242,744.04661,8 +471,249,764.6296404,8 +471,251,1104.087253,12 +471,259,1072.117264,11 +471,261,608.2250827,7 +471,262,570.9295482,6 +471,269,675.2255245,7 +471,271,704.6123592,8 +471,279,765.444249,8 +471,280,181.3170798,2 +471,291,363.5743324,4 +471,292,228.2536131,3 +471,299,274.110322,3 +471,300,1316.721568,14 +471,310,660.3924739,7 +471,321,1454.733071,15 +471,329,1566.107076,16 +471,330,1117.260634,12 +471,341,908.9258492,10 +471,342,856.0442403,9 +471,349,871.7759388,9 +471,350,923.5425774,10 +471,361,991.2197635,10 +471,362,781.838067,8 +471,363,947.4827281,10 +471,364,840.3269601,9 +471,369,908.5495566,10 +471,371,503.1500645,6 +471,372,538.7024387,6 +471,373,613.0682332,7 +471,379,585.2237304,6 +471,380,1002.269843,11 +471,391,407.6025397,5 +471,392,616.8899446,7 +471,393,491.4663967,5 +471,394,439.5479236,5 +471,399,524.1772685,6 +471,401,436.3728088,5 +471,402,363.4198022,4 +471,409,439.0752241,5 +471,411,1864.794542,19 +471,419,1778.041108,18 +471,421,846.1124802,9 +471,422,643.5024409,7 +471,429,769.0466901,8 +471,440,1075.735611,11 +471,451,570.4591388,6 +471,452,422.0280537,5 +471,459,518.9033526,6 +471,460,807.4811139,9 +471,471,17.47935698,1 +471,472,181.7189885,2 +471,479,222.497578,3 +471,481,582.650044,6 +471,482,443.0184798,5 +471,483,699.9724811,7 +471,484,447.1818937,5 +471,485,982.7276245,10 +471,486,505.7222087,6 +471,487,769.9445428,8 +471,488,654.6279136,7 +471,489,610.3717892,7 +471,491,1269.052911,13 +471,499,1227.440977,13 +471,500,1088.710279,11 +471,511,695.2927571,7 +471,512,746.966256,8 +471,513,707.9332181,8 +471,519,593.5564618,6 +471,531,1875.570732,19 +471,539,1775.906777,18 +471,540,557.0823549,6 +471,551,548.545069,6 +471,559,640.4914472,7 +471,560,1080.034651,11 +471,801,1698.347224,17 +471,802,1098.301123,11 +471,803,3947.444124,40 +471,804,5858.605573,59 +471,805,6904.639284,70 +471,806,7334.22274,74 +471,807,7274.947639,73 +471,808,9752.541447,98 +472,11,182.6306743,2 +472,12,386.2368126,4 +472,19,234.493165,3 +472,20,3127.855347,32 +472,41,1448.370446,15 +472,42,1461.521777,15 +472,49,1407.022622,15 +472,50,341.2710272,4 +472,61,1738.802862,18 +472,62,1891.809938,19 +472,63,1720.838267,18 +472,64,1951.979703,20 +472,69,1878.34586,19 +472,81,1027.829354,11 +472,89,1057.884114,11 +472,91,856.3853768,9 +472,92,812.0975259,9 +472,99,863.5392784,9 +472,100,643.9784433,7 +472,111,560.8398237,6 +472,121,495.4170407,5 +472,122,781.5735689,8 +472,123,594.4643236,6 +472,124,601.9806818,7 +472,129,536.3151309,6 +472,131,215.7771443,3 +472,132,415.334999,5 +472,139,311.2186637,4 +472,151,4342.551159,44 +472,159,4313.902033,44 +472,160,1565.067933,16 +472,171,399.4216722,4 +472,172,263.0369605,3 +472,179,290.8731705,3 +472,181,359.4083754,4 +472,182,249.0633982,3 +472,189,258.3415587,3 +472,190,552.6084194,6 +472,201,496.1462551,5 +472,209,664.2490767,7 +472,211,149.5731535,2 +472,219,159.3546214,2 +472,221,468.0154948,5 +472,222,560.4571072,6 +472,223,464.0393995,5 +472,229,460.2351114,5 +472,230,1074.447954,11 +472,241,591.2551157,6 +472,242,564.3164007,6 +472,249,585.5132146,6 +472,251,928.206886,10 +472,259,896.2820835,9 +472,261,480.6144399,5 +472,262,477.4107803,5 +472,269,580.1377118,6 +472,271,714.4963641,8 +472,279,783.2587225,8 +472,280,294.5150656,3 +472,291,464.234024,5 +472,292,278.7716798,3 +472,299,366.0654972,4 +472,300,1404.640425,15 +472,310,760.8061746,8 +472,321,1610.035277,17 +472,329,1710.124883,18 +472,330,945.4583252,10 +472,341,731.3041547,8 +472,342,676.7124806,7 +472,349,692.9590878,7 +472,350,1093.015719,11 +472,361,820.5702441,9 +472,362,623.2943633,7 +472,363,770.6103972,8 +472,364,679.1480158,7 +472,369,742.2234515,8 +472,371,334.8949695,4 +472,372,363.5894791,4 +472,373,439.3520163,5 +472,379,414.8409953,5 +472,380,1048.717492,11 +472,391,254.7146789,3 +472,392,463.1192325,5 +472,393,335.5423359,4 +472,394,295.1538586,3 +472,399,371.2364946,4 +472,401,606.8262623,7 +472,402,525.8403524,6 +472,409,608.1604364,7 +472,411,1980.703969,20 +472,419,1898.83906,19 +472,421,667.9944445,7 +472,422,474.9480086,5 +472,429,597.0553766,6 +472,440,898.5530841,9 +472,451,430.5935767,5 +472,452,265.4599621,3 +472,459,371.5111334,4 +472,460,875.9042548,9 +472,471,181.7189885,2 +472,472,42.22387944,1 +472,479,122.39831,2 +472,481,758.2625782,8 +472,482,602.2255838,7 +472,483,864.3834363,9 +472,484,627.499091,7 +472,485,1160.973464,12 +472,486,671.459278,7 +472,487,941.4473388,10 +472,488,829.8244305,9 +472,489,785.6836848,8 +472,491,1404.258757,15 +472,499,1372.46751,14 +472,500,921.0052543,10 +472,511,515.5985059,6 +472,512,568.2282892,6 +472,513,528.3106087,6 +472,519,414.0511696,5 +472,531,1979.850985,20 +472,539,1880.959188,19 +472,540,380.8115183,4 +472,551,487.1609227,5 +472,559,607.2466049,7 +472,560,1192.332027,12 +472,801,1646.615584,17 +472,802,1266.950849,13 +472,803,3905.76,40 +472,804,5786.793102,58 +472,805,6724.537955,68 +472,806,7207.926384,73 +472,807,7247.502478,73 +472,808,9919.455681,100 +479,11,204.030927,3 +479,12,395.3855488,4 +479,19,249.3876203,3 +479,20,3168.412724,32 +479,41,1490.798251,15 +479,42,1503.029665,16 +479,49,1449.916877,15 +479,50,381.0363064,4 +479,61,1782.754438,18 +479,62,1937.872206,20 +479,63,1763.985511,18 +479,64,1997.708312,20 +479,69,1924.078635,20 +479,81,1074.74758,11 +479,89,1104.205257,12 +479,91,831.993553,9 +479,92,787.7652033,8 +479,99,837.9528741,9 +479,100,613.7262542,7 +479,111,531.6311139,6 +479,121,468.5562161,5 +479,122,753.6551578,8 +479,123,567.5879518,6 +479,124,579.7331311,6 +479,129,518.2899336,6 +479,131,206.5513163,3 +479,132,383.7472093,4 +479,139,292.7029361,3 +479,151,4386.963557,44 +479,159,4358.087822,44 +479,160,1611.693106,17 +479,171,441.4760364,5 +479,172,318.4003905,4 +479,179,344.051173,4 +479,181,399.1539046,4 +479,182,289.4878866,3 +479,189,299.6596409,3 +479,190,600.5271495,7 +479,201,545.1354242,6 +479,209,711.5016553,8 +479,211,193.1807765,2 +479,219,189.4865245,2 +479,221,487.9331508,5 +479,222,583.8398107,6 +479,223,478.7955622,5 +479,229,486.284877,5 +479,230,1055.133533,11 +479,241,563.3379937,6 +479,242,534.4523212,6 +479,249,556.6092893,6 +479,251,904.0282652,10 +479,259,872.1427033,9 +479,261,496.7669952,5 +479,262,506.4476229,6 +479,269,604.899263,7 +479,271,757.5201619,8 +479,279,826.2390452,9 +479,280,321.6350203,4 +479,291,513.8948484,6 +479,292,332.6644127,4 +479,299,416.2291118,5 +479,300,1450.475152,15 +479,310,808.9452623,9 +479,321,1655.373655,17 +479,329,1756.324164,18 +479,330,925.4229094,10 +479,341,705.6716272,8 +479,342,648.1137326,7 +479,349,664.6991248,7 +479,350,1135.701104,12 +479,361,802.421196,9 +479,362,617.3035443,7 +479,363,745.8375981,8 +479,364,670.2877667,7 +479,369,728.5260075,8 +479,371,293.5626093,3 +479,372,323.3386177,4 +479,373,398.2467389,4 +479,379,375.6578473,4 +479,380,1092.576383,11 +479,391,273.7288086,3 +479,392,465.26591,5 +479,393,343.5255834,4 +479,394,315.0783854,4 +479,399,377.4348242,4 +479,401,649.4271298,7 +479,402,570.0778763,6 +479,409,650.6427553,7 +479,411,2027.075871,21 +479,419,1945.337053,20 +479,421,641.9817506,7 +479,422,464.0774024,5 +479,429,579.706209,6 +479,440,872.8355391,9 +479,451,391.6491101,4 +479,452,230.3057236,3 +479,459,333.2720524,4 +479,460,922.4660057,10 +479,471,222.497578,3 +479,472,122.39831,2 +479,479,146.6314839,2 +479,481,789.0642312,8 +479,482,627.5720394,7 +479,483,889.358894,9 +479,484,664.0456938,7 +479,485,1200.476692,13 +479,486,698.3482702,7 +479,487,969.2257376,10 +479,488,860.116162,9 +479,489,821.0280774,9 +479,491,1450.989649,15 +479,499,1418.661366,15 +479,500,904.6074172,10 +479,511,480.0918869,5 +479,512,530.519633,6 +479,513,499.5540861,5 +479,519,380.8261333,4 +479,531,2025.79097,21 +479,539,1927.013717,20 +479,540,362.1418318,4 +479,551,524.1609045,6 +479,559,645.9906762,7 +479,560,1239.402856,13 +479,801,1667.417811,17 +479,802,1292.305273,13 +479,803,3870.391813,39 +479,804,5800.174919,59 +479,805,6687.610876,67 +479,806,7203.871419,73 +479,807,7270.551993,73 +479,808,9963.03156,100 +481,11,678.3838412,7 +481,12,578.6927502,6 +481,19,679.3110147,7 +481,20,3100.640226,32 +481,41,861.5450363,9 +481,42,844.8912549,9 +481,49,846.1875551,9 +481,50,452.7577142,5 +481,61,1188.045579,12 +481,62,1462.805907,15 +481,63,1139.383643,12 +481,64,1490.099634,15 +481,69,1433.578746,15 +481,81,777.6185887,8 +481,89,752.0532485,8 +481,91,1613.962416,17 +481,92,1569.652883,16 +481,99,1621.302044,17 +481,100,1398.332002,14 +481,111,1316.259874,14 +481,121,947.4710513,10 +481,122,1084.244762,11 +481,123,982.1837768,10 +481,124,925.5420056,10 +481,129,881.7828798,9 +481,131,813.9501125,9 +481,132,968.9834851,10 +481,139,859.2064709,9 +481,151,3756.512096,38 +481,159,3719.722896,38 +481,160,1337.198335,14 +481,171,958.9166901,10 +481,172,739.6716535,8 +481,179,817.2357856,9 +481,181,966.7464312,10 +481,182,924.6459195,10 +481,189,928.0292209,10 +481,190,854.8747241,9 +481,201,618.5545536,7 +481,209,584.7825405,6 +481,211,880.1650825,9 +481,219,880.3776878,9 +481,221,391.924608,4 +481,222,272.6066205,3 +481,223,462.0183475,5 +481,229,343.4403242,4 +481,230,1826.345634,19 +481,241,1347.630143,14 +481,242,1318.461548,14 +481,249,1339.150559,14 +481,251,1685.568597,17 +481,259,1653.119246,17 +481,261,1166.10188,12 +481,262,1098.797213,11 +481,269,1193.559191,12 +481,271,1052.397549,11 +481,279,1084.233338,11 +481,280,512.4892993,6 +481,291,646.1362043,7 +481,292,696.4835113,7 +481,299,646.7721355,7 +481,300,1334.690383,14 +481,310,781.9123108,8 +481,321,1142.574921,12 +481,329,1309.686694,14 +481,330,1699.372184,17 +481,341,1488.827434,15 +481,342,1433.002464,15 +481,349,1448.505637,15 +481,350,576.1088774,6 +481,361,1573.25609,16 +481,362,1359.106157,14 +481,363,1528.056782,16 +481,364,1418.819133,15 +481,369,1489.135986,15 +481,371,1043.418933,11 +481,372,1091.590431,11 +481,373,1159.253791,12 +481,379,1127.410625,12 +481,380,1201.238228,13 +481,391,986.8695392,10 +481,392,1193.200879,12 +481,393,1070.373051,11 +481,394,1014.838091,11 +481,399,1099.970163,11 +481,401,360.3180217,4 +481,402,426.6244665,5 +481,409,376.8009067,4 +481,411,1720.162012,18 +481,419,1617.986089,17 +481,421,1425.468892,15 +481,422,1225.341621,13 +481,429,1350.525393,14 +481,440,1656.292062,17 +481,451,1052.044771,11 +481,452,951.5671194,10 +481,459,1021.650578,11 +481,460,983.3266961,10 +481,471,582.650044,6 +481,472,758.2625782,8 +481,479,789.0642312,8 +481,481,28.80928319,1 +481,482,211.9187732,3 +481,483,178.7151469,2 +481,484,196.9863165,2 +481,485,519.1056957,6 +481,486,141.4627983,2 +481,487,196.591542,2 +481,488,78.23983353,1 +481,489,238.2842784,3 +481,491,1090.657667,11 +481,499,1001.027171,11 +481,500,1669.668297,17 +481,511,1260.235875,13 +481,512,1305.593672,14 +481,513,1283.64643,13 +481,519,1161.490418,12 +481,531,1778.574657,18 +481,539,1682.878163,17 +481,540,1136.824169,12 +481,551,1042.521088,11 +481,559,1078.85591,11 +481,560,1038.594494,11 +481,801,2053.876226,21 +481,802,525.6846947,6 +481,803,3963.651423,40 +481,804,6225.754839,63 +481,805,7453.779151,75 +481,806,7831.950446,79 +481,807,7498.460234,75 +481,808,9271.241507,93 +482,11,492.7375776,5 +482,12,370.212005,4 +482,19,487.806637,5 +482,20,3218.817317,33 +482,41,1065.107034,11 +482,42,1051.863533,11 +482,49,1045.034693,11 +482,50,354.8705492,4 +482,61,1389.863155,14 +482,62,1648.556538,17 +482,63,1344.627666,14 +482,64,1681.562755,17 +482,69,1621.329992,17 +482,81,903.6987801,10 +482,89,890.4892913,9 +482,91,1451.958656,15 +482,92,1407.568394,15 +482,99,1457.26502,15 +482,100,1226.898219,13 +482,111,1146.610256,12 +482,121,737.8866779,8 +482,122,877.4938911,9 +482,123,771.6297259,8 +482,124,715.5831867,8 +482,129,672.6013629,7 +482,131,622.8065094,7 +482,132,764.530862,8 +482,139,660.3751386,7 +482,151,3966.320375,40 +482,159,3929.734087,40 +482,160,1479.737678,15 +482,171,872.4653211,9 +482,172,648.1261415,7 +482,179,723.9912022,8 +482,181,867.3398961,9 +482,182,802.5700514,9 +482,189,807.0057611,9 +482,190,829.6345445,9 +482,201,607.7055583,7 +482,209,634.4742201,7 +482,211,738.0527385,8 +482,219,731.92154,8 +482,221,184.2659107,2 +482,222,63.90940513,1 +482,223,252.2161868,3 +482,229,167.9068545,2 +482,230,1675.147085,17 +482,241,1179.634286,12 +482,242,1147.840088,12 +482,249,1169.229204,12 +482,251,1524.222016,16 +482,259,1491.555973,15 +482,261,1049.653338,11 +482,262,1001.945179,11 +482,269,1102.228053,12 +482,271,1034.736227,11 +482,279,1078.172378,11 +482,280,332.8270119,4 +482,291,622.2215038,7 +482,292,611.4559791,7 +482,299,588.1697827,6 +482,300,1439.168324,15 +482,310,829.6770662,9 +482,321,1330.93569,14 +482,329,1488.083832,15 +482,330,1545.671705,16 +482,341,1324.363074,14 +482,342,1263.972013,13 +482,349,1279.961842,13 +482,350,758.1276807,8 +482,361,1421.510007,15 +482,362,1221.407685,13 +482,363,1365.079414,14 +482,364,1278.761124,13 +482,369,1343.119044,14 +482,371,857.5998794,9 +482,372,909.8275977,10 +482,373,973.5024794,10 +482,379,941.4359054,10 +482,380,1242.891066,13 +482,391,847.2806513,9 +482,392,1057.701904,11 +482,393,930.875382,10 +482,394,881.3011371,9 +482,399,962.2535191,10 +482,401,412.7098418,5 +482,402,436.6424498,5 +482,409,423.3733092,5 +482,411,1876.825911,19 +482,419,1777.220281,18 +482,421,1260.248301,13 +482,422,1076.022822,11 +482,429,1196.202151,12 +482,440,1492.108435,15 +482,451,851.7056494,9 +482,452,764.5272498,8 +482,459,826.3736867,9 +482,460,1024.736764,11 +482,471,443.0184798,5 +482,472,602.2255838,7 +482,479,627.5720394,7 +482,481,211.9187732,3 +482,482,20.69988998,1 +482,483,264.4021867,3 +482,484,257.2985178,3 +482,485,725.3945942,8 +482,486,89.67607218,1 +482,487,353.1582355,4 +482,488,268.9892655,3 +482,489,353.2053015,4 +482,491,1246.480972,13 +482,499,1166.885395,12 +482,500,1522.325065,16 +482,511,1082.368078,11 +482,512,1123.458583,12 +482,513,1114.610827,12 +482,519,987.4967591,10 +482,531,1923.46806,20 +482,539,1825.498134,19 +482,540,976.89947,10 +482,551,962.7577513,10 +482,559,1024.846361,11 +482,560,1153.236612,12 +482,801,2038.711668,21 +482,802,668.5075022,7 +482,803,3817.943992,39 +482,804,6229.424239,63 +482,805,7256.140966,73 +482,806,7765.739442,78 +482,807,7564.758447,76 +482,808,9479.489417,95 +483,11,753.8946455,8 +483,12,610.2533551,7 +483,19,743.742673,8 +483,20,3257.474038,33 +483,41,940.5412352,10 +483,42,911.4982422,10 +483,49,935.1619329,10 +483,50,589.227731,6 +483,61,1266.961487,13 +483,62,1570.468431,16 +483,63,1208.236466,13 +483,64,1588.438323,16 +483,69,1537.088458,16 +483,81,940.132497,10 +483,89,907.502767,10 +483,91,1715.390814,18 +483,92,1670.991235,17 +483,99,1720.679968,18 +483,100,1489.778164,15 +483,111,1409.786597,15 +483,121,964.2782907,10 +483,122,1052.947298,11 +483,123,980.267575,10 +483,124,914.811886,10 +483,129,885.0748075,9 +483,131,880.8495122,9 +483,132,1007.272628,11 +483,139,909.2581335,10 +483,151,3789.93405,38 +483,159,3750.094917,38 +483,160,1486.240476,15 +483,171,1108.768737,12 +483,172,885.5661781,9 +483,179,962.3231063,10 +483,181,1110.619148,12 +483,182,1055.765693,11 +483,189,1059.578658,11 +483,190,1023.619135,11 +483,201,789.2478147,8 +483,209,759.3609727,8 +483,211,997.724649,10 +483,219,992.5073241,10 +483,221,432.3224329,5 +483,222,314.3788031,4 +483,223,485.1768074,5 +483,229,419.2440222,5 +483,230,1937.853686,20 +483,241,1442.900957,15 +483,242,1410.82,15 +483,249,1432.01893,15 +483,251,1787.637092,18 +483,259,1754.834168,18 +483,261,1301.59734,14 +483,262,1244.501484,13 +483,269,1341.634064,14 +483,271,1224.184806,13 +483,279,1257.770041,13 +483,280,591.8850387,6 +483,291,814.2110475,9 +483,292,844.8424895,9 +483,299,803.3373491,9 +483,300,1500.44573,16 +483,310,957.7199694,10 +483,321,1249.133691,13 +483,329,1427.86937,15 +483,330,1808.642082,19 +483,341,1587.749086,16 +483,342,1527.141391,16 +483,349,1542.994529,16 +483,350,698.8562669,7 +483,361,1684.212309,17 +483,362,1481.077355,15 +483,363,1628.464652,17 +483,364,1539.121438,16 +483,369,1604.770064,17 +483,371,1117.319551,12 +483,372,1170.906893,12 +483,373,1232.891341,13 +483,379,1200.30718,13 +483,380,1377.954418,14 +483,391,1106.638311,12 +483,392,1316.466949,14 +483,393,1190.436184,12 +483,394,1138.978902,12 +483,399,1221.001192,13 +483,401,536.6474146,6 +483,402,598.596041,6 +483,409,548.7849584,6 +483,411,1857.377355,19 +483,419,1753.203146,18 +483,421,1523.637255,16 +483,422,1338.036276,14 +483,429,1458.871838,15 +483,440,1755.509719,18 +483,451,1100.283565,12 +483,452,1024.097424,11 +483,459,1080.040398,11 +483,460,1159.79528,12 +483,471,699.9724811,7 +483,472,864.3834363,9 +483,479,889.358894,9 +483,481,178.7151469,2 +483,482,264.4021867,3 +483,483,37.8045307,1 +483,484,368.0557634,4 +483,485,599.1643991,6 +483,486,198.0037074,2 +483,487,118.2046591,2 +483,488,148.2375895,2 +483,489,351.5995075,4 +483,491,1232.826371,13 +483,499,1134.959747,12 +483,500,1784.408083,18 +483,511,1344.218246,14 +483,512,1383.977976,14 +483,513,1377.809776,14 +483,519,1250.069496,13 +483,531,1924.075255,20 +483,539,1830.042882,19 +483,540,1239.999664,13 +483,551,1195.681049,12 +483,559,1241.164919,13 +483,560,1202.515138,13 +483,801,2215.290662,23 +483,802,405.5405649,5 +483,803,3828.177483,39 +483,804,6402.634603,65 +483,805,7499.905851,75 +483,806,7995.37042,80 +483,807,7670.424195,77 +483,808,9256.480207,93 +484,11,588.0085978,6 +484,12,548.9210288,6 +484,19,602.1630071,7 +484,20,2968.061761,30 +484,41,868.6325447,9 +484,42,867.7662399,9 +484,49,840.8462777,9 +484,50,303.3405797,4 +484,61,1184.259337,12 +484,62,1415.806089,15 +484,63,1149.104583,12 +484,64,1455.318684,15 +484,69,1392.598306,14 +484,81,651.6246987,7 +484,89,641.5388535,7 +484,91,1473.176468,15 +484,92,1429.311964,15 +484,99,1482.436893,15 +484,100,1269.509096,13 +484,111,1186.350215,12 +484,121,909.6939551,10 +484,122,1093.957626,11 +484,123,963.5554464,10 +484,124,918.8258336,10 +484,129,862.4901801,9 +484,131,725.9695964,8 +484,132,906.6254741,10 +484,139,788.314451,8 +484,151,3783.268483,38 +484,159,3749.900295,38 +484,160,1227.80273,13 +484,171,779.0694692,8 +484,172,565.8110979,6 +484,179,643.7493635,7 +484,181,791.9059004,8 +484,182,762.4176418,8 +484,189,765.5839803,8 +484,190,665.0225002,7 +484,201,428.2258697,5 +484,209,411.0246423,5 +484,211,732.8823445,8 +484,219,739.112036,8 +484,221,381.6111476,4 +484,222,298.700109,3 +484,223,457.7246843,5 +484,229,299.9607748,3 +484,230,1674.769944,17 +484,241,1215.550665,13 +484,242,1189.725819,12 +484,249,1209.639309,13 +484,251,1543.639101,16 +484,259,1511.775276,16 +484,261,997.0264263,10 +484,262,921.4036692,10 +484,269,1014.242196,11 +484,271,861.3054891,9 +484,279,894.4225906,9 +484,280,433.0526259,5 +484,291,456.2174751,5 +484,292,520.9642617,6 +484,299,465.9543802,5 +484,300,1191.101351,12 +484,310,605.7387327,7 +484,321,1103.443925,12 +484,329,1250.183839,13 +484,330,1550.564243,16 +484,341,1351.571235,14 +484,342,1301.066226,14 +484,349,1316.085268,14 +484,350,538.1071487,6 +484,361,1423.70217,15 +484,362,1200.865057,13 +484,363,1388.986166,14 +484,364,1261.656781,13 +484,369,1335.849667,14 +484,371,939.4414384,10 +484,372,980.5534584,10 +484,373,1052.831275,11 +484,379,1022.764428,11 +484,380,1022.694282,11 +484,391,835.1118325,9 +484,392,1035.232092,11 +484,393,917.0369418,10 +484,394,858.2015525,9 +484,399,945.3849968,10 +484,401,180.9557536,2 +484,402,238.198116,3 +484,409,207.007269,3 +484,411,1626.481573,17 +484,419,1528.261818,16 +484,421,1289.590926,13 +484,422,1077.316443,11 +484,429,1205.432003,13 +484,440,1517.310913,16 +484,451,975.932403,10 +484,452,851.8024417,9 +484,459,935.3720534,10 +484,460,804.5419186,9 +484,471,447.1818937,5 +484,472,627.499091,7 +484,479,664.0456938,7 +484,481,196.9863165,2 +484,482,257.2985178,3 +484,483,368.0557634,4 +484,484,66.5945308,1 +484,485,549.6726701,6 +484,486,235.1281567,3 +484,487,385.0714787,4 +484,488,258.6927353,3 +484,489,242.5122924,3 +484,491,997.4866818,10 +484,499,923.6452698,10 +484,500,1515.988255,16 +484,511,1141.005449,12 +484,512,1191.481195,12 +484,513,1153.537476,12 +484,519,1039.269383,11 +484,531,1670.927518,17 +484,539,1573.053621,16 +484,540,999.7543817,10 +484,551,859.5852563,9 +484,559,890.4145901,9 +484,560,902.7854918,10 +484,801,1878.906688,19 +484,802,707.4303992,8 +484,803,4071.651732,41 +484,804,6038.6332,61 +484,805,7349.660658,74 +484,806,7640.68983,77 +484,807,7333.17775,74 +484,808,9334.309194,94 +485,11,1135.583402,12 +485,12,1080.446545,11 +485,19,1147.165784,12 +485,20,2745.494008,28 +485,41,344.3675067,4 +485,42,326.51175,4 +485,49,344.8006415,4 +485,50,829.400131,9 +485,61,672.2164445,7 +485,62,975.9644617,10 +485,63,620.5139181,7 +485,64,990.3845867,10 +485,69,943.3252566,10 +485,81,555.4479784,6 +485,89,496.6261219,5 +485,91,1980.703606,20 +485,92,1938.027031,20 +485,99,1992.582245,20 +485,100,1793.959209,18 +485,111,1710.820149,18 +485,121,1448.48814,15 +485,122,1602.062775,17 +485,123,1492.450218,15 +485,124,1439.58781,15 +485,129,1389.751489,14 +485,131,1273.709823,13 +485,132,1453.244923,15 +485,139,1333.970696,14 +485,151,3243.785163,33 +485,159,3208.826555,33 +485,160,973.8764262,10 +485,171,1211.659025,13 +485,172,1036.537865,11 +485,179,1103.009976,12 +485,181,1243.877749,13 +485,182,1249.914381,13 +485,189,1250.987672,13 +485,190,1001.240918,11 +485,201,801.1362893,9 +485,209,650.5131967,7 +485,211,1246.788788,13 +485,219,1259.901421,13 +485,221,897.5433608,9 +485,222,784.9966075,8 +485,223,971.6296616,10 +485,229,826.2338978,9 +485,230,2160.877065,22 +485,241,1737.347309,18 +485,242,1715.132525,18 +485,249,1733.798789,18 +485,251,2048.541102,21 +485,259,2017.757994,21 +485,261,1457.264655,15 +485,262,1355.952471,14 +485,269,1429.511409,15 +485,271,1146.100515,12 +485,279,1147.23969,12 +485,280,974.5852149,10 +485,291,844.3329712,9 +485,292,990.5957945,10 +485,299,906.7679862,10 +485,300,1079.877527,11 +485,310,779.4267249,8 +485,321,656.1935527,7 +485,329,845.7016194,9 +485,330,2043.856041,21 +485,341,1865.440812,19 +485,342,1821.966816,19 +485,349,1835.853419,19 +485,350,222.3355486,3 +485,361,1917.675409,20 +485,362,1682.029614,17 +485,363,1899.913024,19 +485,364,1743.799902,18 +485,369,1824.158357,19 +485,371,1483.291831,15 +485,372,1521.064349,16 +485,373,1594.968444,16 +485,379,1565.684278,16 +485,380,1129.811395,12 +485,391,1339.131547,14 +485,392,1521.640376,16 +485,393,1415.716575,15 +485,394,1353.069067,14 +485,399,1439.717214,15 +485,401,566.2183788,6 +485,402,659.1741598,7 +485,409,574.8293882,6 +485,411,1299.383425,13 +485,419,1194.387364,12 +485,421,1806.063152,19 +485,422,1580.524749,16 +485,429,1710.293096,18 +485,440,2026.860324,21 +485,451,1524.242746,16 +485,452,1397.496692,14 +485,459,1482.917302,15 +485,460,948.268602,10 +485,471,982.7276245,10 +485,472,1160.973464,12 +485,479,1200.476692,13 +485,481,519.1056957,6 +485,482,725.3945942,8 +485,483,599.1643991,6 +485,484,549.6726701,6 +485,485,0,1 +485,486,654.2862093,7 +485,487,497.9367776,5 +485,488,483.3017358,5 +485,489,448.5757172,5 +485,491,707.7931982,8 +485,499,595.0219648,6 +485,500,2000.330621,21 +485,511,1675.074571,17 +485,512,1728.596428,18 +485,513,1678.154753,17 +485,519,1572.07706,16 +485,531,1386.144661,14 +485,539,1300.362415,14 +485,540,1519.029299,16 +485,551,1271.009219,13 +485,559,1248.623371,13 +485,560,792.4803714,8 +485,801,2050.899732,21 +485,802,587.0839163,6 +485,803,4408.410787,45 +485,804,6097.119849,61 +485,805,7881.128007,79 +485,806,7856.294983,79 +485,807,7214.407376,73 +485,808,8785.699048,88 +486,11,570.3992483,6 +486,12,451.601229,5 +486,19,566.496542,6 +486,20,3191.913692,32 +486,41,995.8164982,10 +486,42,980.0083721,10 +486,49,978.4343015,10 +486,50,400.1447534,5 +486,61,1321.684822,14 +486,62,1589.710647,16 +486,63,1274.059361,13 +486,64,1619.625517,17 +486,69,1561.265883,16 +486,81,870.6751261,9 +486,89,852.0999573,9 +486,91,1524.316957,16 +486,92,1479.919094,15 +486,99,1530.179191,16 +486,100,1301.625315,14 +486,111,1220.820061,13 +486,121,818.1323661,9 +486,122,950.1893077,10 +486,123,849.7521098,9 +486,124,792.1580024,8 +486,129,750.7608323,8 +486,131,701.9129576,8 +486,132,845.558793,9 +486,139,740.5150333,8 +486,151,3890.999946,39 +486,159,3853.975607,39 +486,160,1441.098885,15 +486,171,919.5037097,10 +486,172,695.5671329,7 +486,179,772.5265677,8 +486,181,918.8574021,10 +486,182,861.5134519,9 +486,189,865.5822861,9 +486,190,854.320344,9 +486,201,624.9656504,7 +486,209,629.0354048,7 +486,211,803.3508547,9 +486,219,799.0898499,8 +486,221,266.1863148,3 +486,222,146.0647884,2 +486,223,332.5599184,4 +486,229,238.1794631,3 +486,230,1744.61602,18 +486,241,1253.424,13 +486,242,1222.295415,13 +486,249,1243.477314,13 +486,251,1596.442692,16 +486,259,1563.796565,16 +486,261,1107.533627,12 +486,262,1053.098709,11 +486,269,1151.75134,12 +486,271,1057.841462,11 +486,279,1097.127156,11 +486,280,407.7666952,5 +486,291,644.5613068,7 +486,292,656.2268091,7 +486,299,622.8530196,7 +486,300,1416.446528,15 +486,310,826.896198,9 +486,321,1270.579651,13 +486,329,1432.874688,15 +486,330,1615.771937,17 +486,341,1397.304257,14 +486,342,1338.098868,14 +486,349,1353.949708,14 +486,350,699.9538588,7 +486,361,1490.955969,15 +486,362,1286.421826,13 +486,363,1437.641058,15 +486,364,1344.57824,14 +486,369,1410.795853,15 +486,371,935.6485893,10 +486,372,986.9517027,10 +486,373,1051.584633,11 +486,379,1019.463408,11 +486,380,1244.529099,13 +486,391,912.1190494,10 +486,392,1121.749066,12 +486,393,995.9038001,10 +486,394,944.2945883,10 +486,399,1026.741224,11 +486,401,402.0020155,5 +486,402,442.7315139,5 +486,409,414.8014376,5 +486,411,1832.265714,19 +486,419,1731.356866,18 +486,421,1333.350512,14 +486,422,1144.35715,12 +486,429,1266.144138,13 +486,440,1565.081234,16 +486,451,932.4026665,10 +486,452,842.8130868,9 +486,459,906.2879175,10 +486,460,1025.583181,11 +486,471,505.7222087,6 +486,472,671.459278,7 +486,479,698.3482702,7 +486,481,141.4627983,2 +486,482,89.67607218,1 +486,483,198.0037074,2 +486,484,235.1281567,3 +486,485,654.2862093,7 +486,486,59.75102729,1 +486,487,277.3450681,3 +486,488,192.7906821,2 +486,489,308.6689818,4 +486,491,1201.680256,13 +486,499,1117.320494,12 +486,500,1590.571445,16 +486,511,1158.642726,12 +486,512,1200.778615,13 +486,513,1188.625388,12 +486,519,1062.687274,11 +486,531,1884.263175,19 +486,539,1787.194302,18 +486,540,1048.200704,11 +486,551,1007.858389,11 +486,559,1061.049565,11 +486,560,1125.687014,12 +486,801,2062.03167,21 +486,802,597.2832712,6 +486,803,3855.940744,39 +486,804,6249.231313,63 +486,805,7336.227971,74 +486,806,7810.65317,79 +486,807,7560.804645,76 +486,808,9399.412225,94 +487,11,844.3231994,9 +487,12,713.5203464,8 +487,19,837.6422857,9 +487,20,3192.104111,32 +487,41,835.5461448,9 +487,42,803.2939169,9 +487,49,834.2160064,9 +487,50,644.9057417,7 +487,61,1160.739277,12 +487,62,1473.445633,15 +487,63,1099.557284,11 +487,64,1487.645409,15 +487,69,1438.851664,15 +487,81,888.0957486,9 +487,89,849.0349169,9 +487,91,1796.737497,18 +487,92,1752.332787,18 +487,99,1803.099853,19 +487,100,1575.769619,16 +487,111,1494.686287,15 +487,121,1072.603943,11 +487,122,1166.765409,12 +487,123,1091.602223,11 +487,124,1027.052105,11 +487,129,994.6726464,10 +487,131,975.2069292,10 +487,132,1110.953451,12 +487,139,1008.831313,11 +487,151,3675.617859,37 +487,159,3635.731109,37 +487,160,1415.873839,15 +487,171,1154.746638,12 +487,172,935.2125027,10 +487,179,1012.057178,11 +487,181,1162.328739,12 +487,182,1117.721466,12 +487,189,1121.044952,12 +487,190,1043.470637,11 +487,201,807.2820122,9 +487,209,751.5002075,8 +487,211,1068.690854,11 +487,219,1066.492118,11 +487,221,530.7782727,6 +487,222,409.1869831,5 +487,223,588.9394642,6 +487,229,503.7947572,6 +487,230,2013.731511,21 +487,241,1527.003239,16 +487,242,1496.240254,15 +487,249,1517.14959,16 +487,251,1868.713128,19 +487,259,1836.010223,19 +487,261,1360.519832,14 +487,262,1294.543813,13 +487,269,1388.764044,14 +487,271,1238.247849,13 +487,279,1266.131418,13 +487,280,678.4361798,7 +487,291,837.0867626,9 +487,292,892.1687117,9 +487,299,840.4835391,9 +487,300,1450.8496,15 +487,310,945.3097556,10 +487,321,1152.755059,12 +487,329,1336.511786,14 +487,330,1885.745609,19 +487,341,1670.232901,17 +487,342,1611.924957,17 +487,349,1627.562149,17 +487,350,617.9427564,7 +487,361,1760.229448,18 +487,362,1549.999378,16 +487,363,1710.226125,18 +487,364,1609.210002,17 +487,369,1677.848774,17 +487,371,1209.984777,13 +487,372,1261.572395,13 +487,373,1325.957846,14 +487,379,1293.422407,13 +487,380,1361.997381,14 +487,391,1176.469715,12 +487,392,1384.349,14 +487,393,1260.223549,13 +487,394,1206.013261,13 +487,399,1289.991635,13 +487,401,539.7110799,6 +487,402,614.8649373,7 +487,409,552.4711822,6 +487,411,1776.033532,18 +487,419,1671.021931,17 +487,421,1606.42507,17 +487,422,1412.59734,15 +487,429,1536.044202,16 +487,440,1838.046207,19 +487,451,1201.535275,13 +487,452,1117.001467,12 +487,459,1178.021144,12 +487,460,1146.757886,12 +487,471,769.9445428,8 +487,472,941.4473388,10 +487,479,969.2257376,10 +487,481,196.591542,2 +487,482,353.1582355,4 +487,483,118.2046591,2 +487,484,385.0714787,4 +487,485,497.9367776,5 +487,486,277.3450681,3 +487,487,0,1 +487,488,131.5759524,2 +487,489,336.1105647,4 +487,491,1157.570323,12 +487,499,1054.798915,11 +487,500,1858.226539,19 +487,511,1433.31592,15 +487,512,1475.495592,15 +487,513,1462.333134,15 +487,519,1336.884858,14 +487,531,1848.996761,19 +487,539,1756.829314,18 +487,540,1319.65945,14 +487,551,1238.193598,13 +487,559,1271.722075,13 +487,560,1151.316484,12 +487,801,2221.742706,23 +487,802,330.3986302,4 +487,803,3915.372006,40 +487,804,6393.079023,64 +487,805,7604.901317,77 +487,806,8023.083843,81 +487,807,7625.543326,77 +487,808,9145.782058,92 +488,11,746.5537243,8 +488,12,637.9522149,7 +488,19,745.4205456,8 +488,20,3113.909897,32 +488,41,827.4294609,9 +488,42,805.6674421,9 +488,49,816.8106639,9 +488,50,524.0199829,6 +488,61,1154.865992,12 +488,62,1443.378011,15 +488,63,1101.985227,12 +488,64,1466.107241,15 +488,69,1412.248973,15 +488,81,796.0049505,8 +488,89,764.5197328,8 +488,91,1685.528131,17 +488,92,1641.206204,17 +488,99,1692.762442,17 +488,100,1469.176487,15 +488,111,1387.252271,14 +488,121,1005.043933,11 +488,122,1128.910835,12 +488,123,1035.07929,11 +488,124,975.8104398,10 +488,129,935.3752099,10 +488,131,881.185476,9 +488,132,1031.42197,11 +488,139,923.4124617,10 +488,151,3708.896758,38 +488,159,3671.18015,37 +488,160,1343.559102,14 +488,171,1028.046041,11 +488,172,809.8821504,9 +488,179,887.0517641,9 +488,181,1037.002744,11 +488,182,996.265464,10 +488,189,999.5228787,10 +488,190,915.9289715,10 +488,201,679.4933807,7 +488,209,631.794203,7 +488,211,952.1530764,10 +488,219,952.1665056,10 +488,221,451.1392767,5 +488,222,329.3848766,4 +488,223,517.9741658,6 +488,229,408.5290491,5 +488,230,1898.210449,19 +488,241,1418.760098,15 +488,242,1389.342101,14 +488,249,1410.039277,15 +488,251,1757.1696,18 +488,259,1724.672935,18 +488,261,1237.236199,13 +488,262,1168.586595,12 +488,269,1262.453954,13 +488,271,1111.141852,12 +488,279,1140.4095,12 +488,280,579.9629336,6 +488,291,708.9443117,8 +488,292,766.3450683,8 +488,299,713.8003792,8 +488,300,1357.241966,14 +488,310,827.0721648,9 +488,321,1122.144267,12 +488,329,1295.822699,13 +488,330,1771.212379,18 +488,341,1560.231264,16 +488,342,1504.078724,16 +488,349,1519.574212,16 +488,350,564.2904908,6 +488,361,1645.13312,17 +488,362,1430.960278,15 +488,363,1599.546923,16 +488,364,1490.703485,15 +488,369,1561.034391,16 +488,371,1112.097202,12 +488,372,1161.012979,12 +488,373,1228.023779,13 +488,379,1195.98413,12 +488,380,1245.170105,13 +488,391,1058.843479,11 +488,392,1265.068141,13 +488,393,1142.32233,12 +488,394,1086.736638,11 +488,399,1171.778985,12 +488,401,414.3175703,5 +488,402,487.3036769,5 +488,409,429.6291911,5 +488,411,1718.06194,18 +488,419,1614.673787,17 +488,421,1496.81751,15 +488,422,1297.245021,13 +488,429,1422.291753,15 +488,440,1727.747406,18 +488,451,1116.613834,12 +488,452,1019.93474,11 +488,459,1087.908937,11 +488,460,1028.590057,11 +488,471,654.6279136,7 +488,472,829.8244305,9 +488,479,860.116162,9 +488,481,78.23983353,1 +488,482,268.9892655,3 +488,483,148.2375895,2 +488,484,258.6927353,3 +488,485,483.3017358,5 +488,486,192.7906821,2 +488,487,131.5759524,2 +488,488,42.89079788,1 +488,489,254.7185067,3 +488,491,1091.600584,11 +488,499,996.5157041,10 +488,500,1741.565575,18 +488,511,1330.316089,14 +488,512,1375.082253,14 +488,513,1354.667216,14 +488,519,1231.942694,13 +488,531,1782.295585,18 +488,539,1687.916215,17 +488,540,1208.352892,13 +488,551,1110.748198,12 +488,559,1143.531117,12 +488,560,1058.990699,11 +488,801,2105.247814,22 +488,802,456.2664476,5 +488,803,3965.817157,40 +488,804,6273.900785,63 +488,805,7519.968488,76 +488,806,7894.546943,79 +488,807,7527.775171,76 +488,808,9211.979308,93 +489,11,738.2350557,8 +489,12,676.8005984,7 +489,19,747.5168021,8 +489,20,2956.992489,30 +489,41,766.1894691,8 +489,42,759.5096444,8 +489,49,745.1627496,8 +489,50,472.7102202,5 +489,61,1083.774504,11 +489,62,1337.633901,14 +489,63,1042.928703,11 +489,64,1369.747096,14 +489,69,1311.479116,14 +489,81,645.2574578,7 +489,89,621.5506508,7 +489,91,1622.625923,17 +489,92,1579.040987,16 +489,99,1631.932881,17 +489,100,1420.247806,15 +489,111,1337.75452,14 +489,121,1038.714289,11 +489,122,1200.152871,13 +489,123,1084.000938,11 +489,124,1033.862755,11 +489,129,983.4688006,10 +489,131,873.9098184,9 +489,132,1045.055739,11 +489,139,929.9905098,10 +489,151,3665.244155,37 +489,159,3630.628983,37 +489,160,1198.120632,12 +489,171,923.2623104,10 +489,172,720.2853925,8 +489,179,794.2508937,8 +489,181,939.7472621,10 +489,182,916.2229683,10 +489,189,918.9385874,10 +489,190,786.099014,8 +489,201,559.9495384,6 +489,209,496.4960055,5 +489,211,889.5777433,9 +489,219,895.9003144,9 +489,221,502.0313634,6 +489,222,402.5554242,5 +489,223,574.4065092,6 +489,229,435.9794863,5 +489,230,1821.786285,19 +489,241,1366.805412,14 +489,242,1341.002307,14 +489,249,1360.752582,14 +489,251,1692.608635,17 +489,259,1660.911867,17 +489,261,1144.466039,12 +489,262,1064.895557,11 +489,269,1153.210062,12 +489,271,969.9651604,10 +489,279,994.8686019,10 +489,280,580.872787,6 +489,291,592.3379265,6 +489,292,676.1909238,7 +489,299,615.3045731,7 +489,300,1198.55306,12 +489,310,678.2370412,7 +489,321,1021.913354,11 +489,329,1180.930927,12 +489,330,1698.735057,17 +489,341,1501.892533,16 +489,342,1451.727412,15 +489,349,1466.55579,15 +489,350,468.4779911,5 +489,361,1572.556018,16 +489,362,1349.737913,14 +489,363,1539.00163,16 +489,364,1410.272702,15 +489,369,1484.657636,15 +489,371,1089.412021,11 +489,372,1131.50288,12 +489,373,1202.387319,13 +489,379,1172.258034,12 +489,380,1085.717992,11 +489,391,989.6701394,10 +489,392,1185.952771,12 +489,393,1070.142868,11 +489,394,1011.642469,11 +489,399,1097.576874,11 +489,401,318.1081254,4 +489,402,388.5973361,4 +489,409,335.0303733,4 +489,411,1581.277436,16 +489,419,1480.378655,15 +489,421,1440.359626,15 +489,422,1229.194901,13 +489,429,1356.345243,14 +489,440,1666.604468,17 +489,451,1118.469337,12 +489,452,1001.636152,11 +489,459,1081.034449,11 +489,460,873.6493988,9 +489,471,610.3717892,7 +489,472,785.6836848,8 +489,479,821.0280774,9 +489,481,238.2842784,3 +489,482,353.2053015,4 +489,483,351.5995075,4 +489,484,242.5122924,3 +489,485,448.5757172,5 +489,486,308.6689818,4 +489,487,336.1105647,4 +489,488,254.7185067,3 +489,489,274.4019658,3 +489,491,954.6708307,10 +489,499,869.4900776,9 +489,500,1663.501433,17 +489,511,1291.865916,13 +489,512,1341.351565,14 +489,513,1305.183691,14 +489,519,1191.269532,12 +489,531,1637.643809,17 +489,539,1542.221637,16 +489,540,1152.905099,12 +489,551,998.8183847,10 +489,559,1017.409883,11 +489,560,903.9430946,10 +489,801,1961.778396,20 +489,802,616.197024,7 +489,803,4109.668172,42 +489,804,6104.309652,62 +489,805,7488.941828,75 +489,806,7741.021679,78 +489,807,7356.778402,74 +489,808,9200.604363,93 +491,11,1469.842338,15 +491,12,1513.061589,16 +491,19,1500.953229,16 +491,20,2045.763287,21 +491,41,539.5058716,6 +491,42,609.6089598,7 +491,49,495.4920109,5 +491,50,1143.302371,12 +491,61,555.215365,6 +491,62,507.165097,6 +491,63,605.8346163,7 +491,64,586.9498724,6 +491,69,526.3614869,6 +491,81,380.1078499,4 +491,89,380.61187,4 +491,91,2037.147651,21 +491,92,2001.839323,21 +491,99,2055.541642,21 +491,100,1921.296313,20 +491,111,1846.376224,19 +491,121,1838.109895,19 +491,122,2066.40647,21 +491,123,1912.74232,20 +491,124,1882.222037,19 +491,129,1816.173999,19 +491,131,1588.793962,16 +491,132,1796.448283,18 +491,139,1672.842058,17 +491,151,2988.773728,30 +491,159,2968.68938,30 +491,160,278.2990071,3 +491,171,1233.475413,13 +491,172,1173.191849,12 +491,179,1203.014767,13 +491,181,1289.650912,13 +491,182,1360.838585,14 +491,189,1358.781092,14 +491,190,962.2599646,10 +491,201,911.2591305,10 +491,209,748.7289281,8 +491,211,1417.360154,15 +491,219,1448.455864,15 +491,221,1368.165743,14 +491,222,1292.087066,13 +491,223,1442.705515,15 +491,229,1275.661373,13 +491,230,2145.59874,22 +491,241,1861.2378,19 +491,242,1853.951939,19 +491,249,1867.366345,19 +491,251,2091.614263,21 +491,259,2067.133106,21 +491,261,1472.613674,15 +491,262,1345.494461,14 +491,269,1373.111763,14 +491,271,976.1226352,10 +491,279,937.4552518,10 +491,280,1353.667574,14 +491,291,947.3609173,10 +491,292,1140.6428,12 +491,299,1052.637368,11 +491,300,463.2056437,5 +491,310,676.7495598,7 +491,321,338.6556742,4 +491,329,332.9125883,4 +491,330,2056.441781,21 +491,341,1951.46125,20 +491,342,1934.304031,20 +491,349,1943.985994,20 +491,350,560.1901075,6 +491,361,1943.942862,20 +491,362,1705.369348,18 +491,363,1973.936618,20 +491,364,1761.36003,18 +491,369,1847.086716,19 +491,371,1730.263604,18 +491,372,1743.711847,18 +491,373,1819.4922,19 +491,379,1800.536629,19 +491,380,738.490576,8 +491,391,1468.293453,15 +491,392,1579.718245,16 +491,393,1519.011611,16 +491,394,1458.63663,15 +491,399,1530.750956,16 +491,401,877.3318586,9 +491,402,918.7706377,10 +491,409,879.6514278,9 +491,411,631.7838706,7 +491,419,537.3691569,6 +491,421,1905.848363,20 +491,422,1669.888605,17 +491,429,1788.357754,18 +491,440,2085.104197,21 +491,451,1831.507016,19 +491,452,1667.858699,17 +491,459,1772.145069,18 +491,460,689.0148006,7 +491,471,1269.052911,13 +491,472,1404.258757,15 +491,479,1450.989649,15 +491,481,1090.657667,11 +491,482,1246.480972,13 +491,483,1232.826371,13 +491,484,997.4866818,10 +491,485,707.7931982,8 +491,486,1201.680256,13 +491,487,1157.570323,12 +491,488,1091.600584,11 +491,489,954.6708307,10 +491,491,56.54623292,1 +491,499,158.7217827,2 +491,500,1995.044582,20 +491,511,1851.034904,19 +491,512,1913.1412,20 +491,513,1817.92629,19 +491,519,1754.81565,18 +491,531,693.2962838,7 +491,539,604.8129023,7 +491,540,1661.710628,17 +491,551,1242.908995,13 +491,559,1148.111091,12 +491,560,306.0460489,4 +491,801,1616.021854,17 +491,802,1294.400845,13 +491,803,5053.847888,51 +491,804,5436.843722,55 +491,805,7848.930192,79 +491,806,7277.000809,73 +491,807,6507.476797,66 +491,808,8554.389325,86 +499,11,1423.878104,15 +499,12,1451.302068,15 +499,19,1452.125521,15 +499,20,2161.321105,22 +499,41,424.4490836,5 +499,42,493.0956511,5 +499,49,383.3879345,4 +499,50,1094.161943,11 +499,61,483.8847225,5 +499,62,530.0144376,6 +499,63,520.5144773,6 +499,64,593.1180526,6 +499,69,535.6530083,6 +499,81,359.9724155,4 +499,89,338.8829679,4 +499,91,2045.509038,21 +499,92,2008.603294,21 +499,99,2062.936565,21 +499,100,1916.271264,20 +499,111,1839.154929,19 +499,121,1786.944238,18 +499,122,2003.713853,21 +499,123,1856.841394,19 +499,124,1822.18753,19 +499,129,1758.301186,18 +499,131,1547.70455,16 +499,132,1752.904458,18 +499,139,1628.691398,17 +499,151,2993.31113,30 +499,159,2970.275135,30 +499,160,401.616752,5 +499,171,1236.346285,13 +499,172,1154.447605,12 +499,179,1191.423763,12 +499,181,1289.557998,13 +499,182,1350.841963,14 +499,189,1349.29789,14 +499,190,967.9410535,10 +499,201,887.9519774,9 +499,209,717.1549548,8 +499,211,1398.163971,14 +499,219,1426.647833,15 +499,221,1298.312409,13 +499,222,1215.343749,13 +499,223,1373.718,14 +499,229,1207.702274,13 +499,230,2167.285576,22 +499,241,1856.193632,19 +499,242,1846.243159,19 +499,249,1860.680172,19 +499,251,2102.765675,22 +499,259,2076.967256,21 +499,261,1481.322029,15 +499,262,1356.481534,14 +499,269,1392.812711,14 +499,271,1007.203999,11 +499,279,974.9587516,10 +499,280,1298.419187,13 +499,291,926.883282,10 +499,292,1118.707729,12 +499,299,1028.610805,11 +499,300,573.8320699,6 +499,310,679.2945957,7 +499,321,290.6614874,3 +499,329,361.7461539,4 +499,330,2072.573464,21 +499,341,1953.896824,20 +499,342,1932.008471,20 +499,349,1942.51339,20 +499,350,463.0567487,5 +499,361,1956.673034,20 +499,362,1716.002677,18 +499,363,1978.66729,20 +499,364,1773.667577,18 +499,369,1859.393399,19 +499,371,1702.522648,18 +499,372,1720.305919,18 +499,373,1796.606762,18 +499,379,1775.579165,18 +499,380,806.537527,9 +499,391,1457.10259,15 +499,392,1582.607157,16 +499,393,1513.124354,16 +499,394,1451.362487,15 +499,399,1527.144932,16 +499,401,819.1115378,9 +499,402,870.617545,9 +499,409,821.8278323,9 +499,411,732.0962863,8 +499,419,633.9972072,7 +499,421,1905.444612,20 +499,422,1668.58031,17 +499,429,1790.428091,18 +499,440,2093.572063,21 +499,451,1794.490083,18 +499,452,1635.370234,17 +499,459,1737.609887,18 +499,460,726.2068431,8 +499,471,1227.440977,13 +499,472,1372.46751,14 +499,479,1418.661366,15 +499,481,1001.027171,11 +499,482,1166.885395,12 +499,483,1134.959747,12 +499,484,923.6452698,10 +499,485,595.0219648,6 +499,486,1117.320494,12 +499,487,1054.798915,11 +499,488,996.5157041,10 +499,489,869.4900776,9 +499,491,158.7217827,2 +499,499,138.4016045,2 +499,500,2013.727597,21 +499,511,1836.869785,19 +499,512,1898.125426,19 +499,513,1809.663346,19 +499,519,1738.374813,18 +499,531,805.6423854,9 +499,539,720.2328092,8 +499,540,1651.052582,17 +499,551,1254.900386,13 +499,559,1170.979611,12 +499,560,373.0031087,4 +499,801,1704.055542,18 +499,802,1177.953049,12 +499,803,4958.260136,50 +499,804,5559.687143,56 +499,805,7890.831893,79 +499,806,7393.80974,74 +499,807,6626.835152,67 +499,808,8567.587841,86 +500,11,1054.404227,11 +500,12,1250.206629,13 +500,19,1085.448668,11 +500,20,3170.496865,32 +500,41,2226.173785,23 +500,42,2257.859222,23 +500,49,2172.627174,22 +500,50,1226.183404,13 +500,61,2461.908002,25 +500,62,2497.482867,25 +500,63,2469.325651,25 +500,64,2579.354805,26 +500,69,2498.135066,25 +500,81,1676.397526,17 +500,89,1734.955917,18 +500,91,170.6360687,2 +500,92,189.8474951,2 +500,99,189.9840348,2 +500,100,378.2494169,4 +500,111,427.3312414,5 +500,121,1083.813421,11 +500,122,1319.365491,14 +500,123,1168.584732,12 +500,124,1231.316638,13 +500,129,1198.031509,12 +500,131,959.3030341,10 +500,132,965.2524339,10 +500,139,988.8881319,10 +500,151,4971.799956,50 +500,159,4954.501063,50 +500,160,2048.532646,21 +500,171,800.4570741,9 +500,172,966.6950612,10 +500,179,907.2109238,10 +500,181,760.0158848,8 +500,182,757.4407238,8 +500,189,759.1494805,8 +500,190,1058.246307,11 +500,201,1207.059742,13 +500,209,1382.422633,14 +500,211,790.4563356,8 +500,219,796.0805333,8 +500,221,1378.81085,14 +500,222,1479.336045,15 +500,223,1358.196533,14 +500,229,1376.380888,14 +500,230,173.5224854,2 +500,241,392.4792808,4 +500,242,433.2986159,5 +500,249,420.8061719,5 +500,251,157.6043071,2 +500,259,167.9670181,2 +500,261,549.3258871,6 +500,262,665.1548154,7 +500,269,635.7854404,7 +500,271,1024.034114,11 +500,279,1081.877613,11 +500,280,1205.762037,13 +500,291,1162.929338,12 +500,292,1013.038203,11 +500,299,1103.644758,12 +500,300,1785.854765,18 +500,310,1347.38383,14 +500,321,2282.90053,23 +500,329,2316.003444,24 +500,330,91.53982396,1 +500,341,260.6155901,3 +500,342,334.6889541,4 +500,349,322.1832999,4 +500,350,1880.950039,19 +500,361,115.0462266,2 +500,362,322.2869426,4 +500,363,223.4032993,3 +500,364,260.5483464,3 +500,369,192.9535831,2 +500,371,745.0210158,8 +500,372,681.9597849,7 +500,373,658.2868112,7 +500,379,698.7942048,7 +500,380,1341.778255,14 +500,391,683.9934613,7 +500,392,483.4650014,5 +500,393,601.3377922,7 +500,394,658.9592464,7 +500,399,577.7690847,6 +500,401,1439.440927,15 +500,402,1344.931536,14 +500,409,1438.631488,15 +500,411,2418.821151,25 +500,419,2369.875261,24 +500,421,312.8096595,4 +500,422,448.4269501,5 +500,429,338.0584918,4 +500,440,187.2143569,2 +500,451,865.9982362,9 +500,452,824.8073454,9 +500,459,834.929276,9 +500,460,1314.49338,14 +500,471,1088.710279,11 +500,472,921.0052543,10 +500,479,904.6074172,10 +500,481,1669.668297,17 +500,482,1522.325065,16 +500,483,1784.408083,18 +500,484,1515.988255,16 +500,485,2000.330621,21 +500,486,1590.571445,16 +500,487,1858.226539,19 +500,488,1741.565575,18 +500,489,1663.501433,17 +500,491,1995.044582,20 +500,499,2013.727597,21 +500,500,58.21763324,1 +500,511,526.0907708,6 +500,512,529.7437712,6 +500,513,451.7101072,5 +500,519,586.6059499,6 +500,531,2359.33526,24 +500,539,2274.937359,23 +500,540,554.2868991,6 +500,551,763.757094,8 +500,559,853.4315084,9 +500,560,1714.903766,18 +500,801,1288.401122,13 +500,802,2185.905772,22 +500,803,4144.248542,42 +500,804,5124.802159,52 +500,805,5904.979933,60 +500,806,6351.542101,64 +500,807,6736.051875,68 +500,808,10453.97313,105 +511,11,591.6732387,6 +511,12,762.3210746,8 +511,19,612.8727744,7 +511,20,3363.84016,34 +511,41,1954.341892,20 +511,42,1971.132658,20 +511,49,1909.294021,20 +511,50,852.2061667,9 +511,61,2233.97292,23 +511,62,2352.437489,24 +511,63,2222.212904,23 +511,64,2420.62712,25 +511,69,2342.877569,24 +511,81,1486.744617,15 +511,89,1527.808074,16 +511,91,400.03106,5 +511,92,358.9111886,4 +511,99,397.9102107,4 +511,100,159.2214794,2 +511,111,103.7566664,2 +511,121,558.9806543,6 +511,122,803.2319398,9 +511,123,644.8581888,7 +511,124,706.3527948,8 +511,129,679.9895026,7 +511,131,470.9916457,5 +511,132,441.1580557,5 +511,139,482.892367,5 +511,151,4825.643009,49 +511,159,4799.784613,48 +511,160,1972.212147,20 +511,171,641.7574473,7 +511,172,685.5189196,7 +511,179,658.2321658,7 +511,181,579.8659549,6 +511,182,491.8944951,5 +511,189,501.9852337,6 +511,190,906.0023376,10 +511,201,955.0003352,10 +511,209,1135.77624,12 +511,211,444.0264195,5 +511,219,424.1218712,5 +511,221,917.2170326,10 +511,222,1030.711548,11 +511,223,881.5252981,9 +511,229,938.753787,10 +511,230,647.9292162,7 +511,241,137.7339891,2 +511,242,100.2631486,2 +511,249,136.1134066,2 +511,251,470.2394114,5 +511,259,441.5571452,5 +511,261,472.9143776,5 +511,262,583.6847758,6 +511,269,633.0351928,7 +511,271,980.9298729,10 +511,279,1052.981753,11 +511,280,763.5080376,8 +511,291,914.2151183,10 +511,292,724.3986202,8 +511,299,824.1613995,9 +511,300,1761.331205,18 +511,310,1179.366679,12 +511,321,2089.156349,21 +511,329,2168.030198,22 +511,330,518.5969352,6 +511,341,274.4208588,3 +511,342,201.0073372,3 +511,349,219.5333922,3 +511,350,1597.277008,16 +511,361,418.7545521,5 +511,362,372.9398492,4 +511,363,317.321962,4 +511,364,386.7150453,4 +511,369,393.7925009,4 +511,371,236.6536869,3 +511,372,177.4765745,2 +511,373,136.3913559,2 +511,379,202.65547,3 +511,380,1343.097197,14 +511,391,383.8542072,4 +511,392,349.7612772,4 +511,393,346.5082698,4 +511,394,399.1133218,4 +511,399,349.0056683,4 +511,401,1115.818926,12 +511,402,1029.507554,11 +511,409,1115.457705,12 +511,411,2378.539654,24 +511,419,2308.401288,24 +511,421,215.785463,3 +511,422,250.0689313,3 +511,429,251.2179403,3 +511,440,430.6025161,5 +511,451,341.3468513,4 +511,452,326.530605,4 +511,459,315.4675983,4 +511,460,1230.420676,13 +511,471,695.2927571,7 +511,472,515.5985059,6 +511,479,480.0918869,5 +511,481,1260.235875,13 +511,482,1082.368078,11 +511,483,1344.218246,14 +511,484,1141.005449,12 +511,485,1675.074571,17 +511,486,1158.642726,12 +511,487,1433.31592,15 +511,488,1330.316089,14 +511,489,1291.865916,13 +511,491,1851.034904,19 +511,499,1836.869785,19 +511,500,526.0907708,6 +511,511,34.59987472,1 +511,512,67.43645323,1 +511,513,94.72961763,1 +511,519,129.3816112,2 +511,531,2352.825893,24 +511,539,2257.879617,23 +511,540,205.8651113,3 +511,551,671.6801032,7 +511,559,810.4133258,9 +511,560,1604.367256,17 +511,801,1623.780054,17 +511,802,1748.843885,18 +511,803,3773.684556,38 +511,804,5626.583654,57 +511,805,6209.716476,63 +511,806,6873.323605,69 +511,807,7199.973606,72 +511,808,10403.05305,105 +512,11,632.3471709,7 +512,12,793.5037297,8 +512,19,649.8453849,7 +512,20,3420.795853,35 +512,41,2011.223872,21 +512,42,2027.009303,21 +512,49,1966.665672,20 +512,50,904.503917,10 +512,61,2292.885317,23 +512,62,2414.196018,25 +512,63,2280.161957,23 +512,64,2481.979156,25 +512,69,2404.215396,25 +512,81,1548.12965,16 +512,89,1588.50026,16 +512,91,389.5476854,4 +512,92,351.6482042,4 +512,99,383.7472477,4 +512,100,153.3023465,2 +512,111,131.6240731,2 +512,121,562.7753373,6 +512,122,790.5251123,8 +512,123,641.9479399,7 +512,124,707.4923379,8 +512,129,687.1899147,7 +512,131,505.926795,6 +512,132,450.2428175,5 +512,139,507.5162155,6 +512,151,4886.382082,49 +512,159,4860.218676,49 +512,160,2034.92951,21 +512,171,704.3633875,8 +512,172,746.1725616,8 +512,179,719.5467276,8 +512,181,642.514506,7 +512,182,554.2141848,6 +512,189,563.7509157,6 +512,190,968.6653656,10 +512,201,1015.504609,11 +512,209,1195.830051,12 +512,211,503.5950803,6 +512,219,482.05772,5 +512,221,954.7159402,10 +512,222,1070.37392,11 +512,223,915.2330243,10 +512,229,980.9311436,10 +512,230,639.6472378,7 +512,241,156.655199,2 +512,242,122.6540992,2 +512,249,145.0214303,2 +512,251,456.4336371,5 +512,259,429.530533,5 +512,261,530.975212,6 +512,262,644.1014894,7 +512,269,690.3414719,7 +512,271,1042.79511,11 +512,279,1114.508052,12 +512,280,806.2353201,9 +512,291,975.0093941,10 +512,292,784.4386863,8 +512,299,883.6785569,9 +512,300,1823.869477,19 +512,310,1241.647339,13 +512,321,2149.631564,22 +512,329,2229.794948,23 +512,330,513.6352751,6 +512,341,271.2876554,3 +512,342,196.1404238,2 +512,349,211.6143,3 +512,350,1654.00545,17 +512,361,425.2124897,5 +512,362,413.6355895,5 +512,363,312.3726336,4 +512,364,419.4170713,5 +512,369,414.8179284,5 +512,371,268.6586654,3 +512,372,215.6649555,3 +512,373,156.1172731,2 +512,379,209.2302957,3 +512,380,1404.772366,15 +512,391,446.1553656,5 +512,392,406.5761723,5 +512,393,408.7708016,5 +512,394,461.7687158,5 +512,399,410.0984295,5 +512,401,1171.388915,12 +512,402,1086.117047,11 +512,409,1170.935326,12 +512,411,2441.397849,25 +512,419,2371.221069,24 +512,421,221.1689561,3 +512,422,304.8365316,4 +512,429,283.9774089,3 +512,440,414.197752,5 +512,451,345.961424,4 +512,452,361.0566268,4 +512,459,331.7370578,4 +512,460,1293.137429,13 +512,471,746.966256,8 +512,472,568.2282892,6 +512,479,530.519633,6 +512,481,1305.593672,14 +512,482,1123.458583,12 +512,483,1383.977976,14 +512,484,1191.481195,12 +512,485,1728.596428,18 +512,486,1200.778615,13 +512,487,1475.495592,15 +512,488,1375.082253,14 +512,489,1341.351565,14 +512,491,1913.1412,20 +512,499,1898.125426,19 +512,500,529.7437712,6 +512,511,67.43645323,1 +512,512,26.01389953,1 +512,513,136.2957961,2 +512,519,173.7106013,2 +512,531,2415.474334,25 +512,539,2320.57586,24 +512,540,265.4119457,3 +512,551,733.285986,8 +512,559,871.3840549,9 +512,560,1667.014677,17 +512,801,1663.484724,17 +512,802,1787.871196,18 +512,803,3727.736767,38 +512,804,5645.179535,57 +512,805,6158.686392,62 +512,806,6866.335946,69 +512,807,7229.916804,73 +512,808,10464.41876,105 +513,11,628.5474911,7 +513,12,812.0213586,9 +513,19,654.8607313,7 +513,20,3288.990514,33 +513,41,1946.617502,20 +513,42,1966.713102,20 +513,49,1899.639782,19 +513,50,861.4301916,9 +513,61,2218.301929,23 +513,62,2321.723596,24 +513,63,2210.35885,23 +513,64,2392.585125,24 +513,69,2314.098433,24 +513,81,1459.596173,15 +513,89,1504.392242,16 +513,91,342.9341528,4 +513,92,299.5068179,3 +513,99,345.3779665,4 +513,100,120.4888463,2 +513,111,37.44040527,1 +513,121,637.4374085,7 +513,122,889.7742223,9 +513,123,727.0237806,8 +513,124,785.8233386,8 +513,129,753.7964237,8 +513,131,518.931913,6 +513,132,516.97801,6 +513,139,542.7673363,6 +513,151,4800.153966,49 +513,159,4775.779992,48 +513,160,1928.544798,20 +513,171,593.9955215,6 +513,172,666.0686091,7 +513,179,631.0162642,7 +513,181,533.6421895,6 +513,182,460.7563126,5 +513,189,470.0248128,5 +513,190,864.4998953,9 +513,201,934.6017591,10 +513,209,1116.740634,12 +513,211,433.7147673,5 +513,219,421.1127949,5 +513,221,956.4234505,10 +513,222,1065.706968,11 +513,223,926.7555736,10 +513,229,969.4419761,10 +513,230,583.8693107,6 +513,241,70.9504295,1 +513,242,52.95258564,1 +513,249,96.55309976,1 +513,251,415.243965,5 +513,259,385.7354475,4 +513,261,402.2880803,5 +513,262,520.0216016,6 +513,269,560.9174658,6 +513,271,922.9909524,10 +513,279,994.4647985,10 +513,280,794.2887399,8 +513,291,892.3661341,9 +513,292,707.8834018,8 +513,299,808.1306764,9 +513,300,1708.556632,18 +513,310,1145.064629,12 +513,321,2066.317626,21 +513,329,2137.151566,22 +513,330,452.6309383,5 +513,341,214.8094444,3 +513,342,151.4758764,2 +513,349,173.0508801,2 +513,350,1590.38967,16 +513,361,343.4698677,4 +513,362,283.1105457,3 +513,363,257.3294473,3 +513,364,296.898438,3 +513,369,309.376562,4 +513,371,296.1167583,3 +513,372,233.3771296,3 +513,373,213.6980448,3 +513,379,271.5156577,3 +513,380,1283.621937,13 +513,391,355.1201937,4 +513,392,277.2254414,3 +513,393,301.2423551,4 +513,394,360.0489721,4 +513,399,297.4874183,3 +513,401,1114.461237,12 +513,402,1025.116438,11 +513,409,1114.10793,12 +513,411,2330.872435,24 +513,419,2263.736975,23 +513,421,151.1625182,2 +513,422,174.4586576,2 +513,429,167.2831895,2 +513,440,379.8792022,4 +513,451,421.4830543,5 +513,452,378.9812386,4 +513,459,387.129849,4 +513,460,1182.286128,12 +513,471,707.9332181,8 +513,472,528.3106087,6 +513,479,499.5540861,5 +513,481,1283.64643,13 +513,482,1114.610827,12 +513,483,1377.809776,14 +513,484,1153.537476,12 +513,485,1678.154753,17 +513,486,1188.625388,12 +513,487,1462.333134,15 +513,488,1354.667216,14 +513,489,1305.183691,14 +513,491,1817.92629,19 +513,499,1809.663346,19 +513,500,451.7101072,5 +513,511,94.72961763,1 +513,512,136.2957961,2 +513,513,33.83472631,1 +513,519,153.9932371,2 +513,531,2300.121596,24 +513,539,2206.355684,23 +513,540,171.920654,2 +513,551,613.3442597,7 +513,559,748.9999848,8 +513,560,1564.008503,16 +513,801,1539.809312,16 +513,802,1782.730006,18 +513,803,3860.97013,39 +513,804,5538.966792,56 +513,805,6203.224742,63 +513,806,6801.893841,69 +513,807,7109.58916,72 +513,808,10371.87927,104 +519,11,499.8254159,5 +519,12,680.261381,7 +519,19,525.7517596,6 +519,20,3304.251164,34 +519,41,1851.374628,19 +519,42,1867.965203,19 +519,49,1806.695772,19 +519,50,750.3029083,8 +519,61,2131.950076,22 +519,62,2254.696775,23 +519,63,2119.580557,22 +519,64,2321.843077,24 +519,69,2244.692512,23 +519,81,1388.573783,14 +519,89,1428.415317,15 +519,91,479.1737905,5 +519,92,436.3252672,5 +519,99,480.4483075,5 +519,100,247.5686012,3 +519,111,176.3924283,2 +519,121,523.1285131,6 +519,122,787.6624103,8 +519,123,616.9924617,7 +519,124,670.1261002,7 +519,129,635.288638,7 +519,131,389.2087495,4 +519,132,402.7241886,5 +519,139,417.1203408,5 +519,151,4725.246157,48 +519,159,4699.020296,47 +519,160,1881.795941,19 +519,171,562.2298024,6 +519,172,587.5111927,6 +519,179,565.2051532,6 +519,181,500.5219524,6 +519,182,403.7050216,5 +519,189,415.5017046,5 +519,190,818.054019,9 +519,201,855.7880957,9 +519,209,1035.771456,11 +519,211,346.2067631,4 +519,219,326.1374224,4 +519,221,826.5345347,9 +519,222,937.3480039,10 +519,223,795.3781259,8 +519,229,843.5160033,9 +519,230,719.8832615,8 +519,241,209.756949,3 +519,242,177.7689703,2 +519,249,207.7016838,3 +519,251,550.7561854,6 +519,259,520.643906,6 +519,261,427.0163762,5 +519,262,522.9178017,6 +519,269,584.2749908,6 +519,271,906.0760205,10 +519,279,978.69544,10 +519,280,668.5530356,7 +519,291,815.6772021,9 +519,292,625.083727,7 +519,299,724.8411729,8 +519,300,1677.974149,17 +519,310,1085.350892,11 +519,321,1988.951601,20 +519,329,2070.578742,21 +519,330,589.1922657,6 +519,341,351.8363751,4 +519,342,285.2172898,3 +519,349,303.6818601,4 +519,350,1494.585145,15 +519,361,479.2091461,5 +519,362,382.4774151,4 +519,363,394.1501441,4 +519,364,410.4143955,5 +519,369,435.5469732,5 +519,371,184.3737816,2 +519,372,134.2485468,2 +519,373,145.8708435,2 +519,379,202.0907074,3 +519,380,1267.520703,13 +519,391,299.2640787,3 +519,392,316.6200077,4 +519,393,280.0739614,3 +519,394,321.8222813,4 +519,399,291.2361212,3 +519,401,1012.929841,11 +519,402,926.8614831,10 +519,409,1012.806121,11 +519,411,2290.01973,23 +519,419,2218.011387,23 +519,421,289.7512837,3 +519,422,236.4934722,3 +519,429,284.2275348,3 +519,440,514.3202533,6 +519,451,319.3335828,4 +519,452,254.3034409,3 +519,459,277.6757634,3 +519,460,1145.141824,12 +519,471,593.5564618,6 +519,472,414.0511696,5 +519,479,380.8261333,4 +519,481,1161.490418,12 +519,482,987.4967591,10 +519,483,1250.069496,13 +519,484,1039.269383,11 +519,485,1572.07706,16 +519,486,1062.687274,11 +519,487,1336.884858,14 +519,488,1231.942694,13 +519,489,1191.269532,12 +519,491,1754.81565,18 +519,499,1738.374813,18 +519,500,586.6059499,6 +519,511,129.3816112,2 +519,512,173.7106013,2 +519,513,153.9932371,2 +519,519,122.9945574,2 +519,531,2268.171125,23 +519,539,2172.456905,22 +519,540,162.1929026,2 +519,551,601.9156434,7 +519,559,742.0141056,8 +519,560,1512.521847,16 +519,801,1609.02405,17 +519,802,1654.852031,17 +519,803,3807.809615,39 +519,804,5647.862811,57 +519,805,6312.453419,64 +519,806,6932.601017,70 +519,807,7199.884039,72 +519,808,10302.99548,104 +531,11,2079.599377,21 +531,12,2156.802497,22 +531,19,2116.418989,22 +531,20,1373.512938,14 +531,41,1141.647415,12 +531,42,1209.101269,13 +531,49,1111.157162,12 +531,50,1770.997493,18 +531,61,964.5797243,10 +531,62,605.1963379,7 +531,63,1051.376075,11 +531,64,686.1068799,7 +531,69,653.1764166,7 +531,81,1023.778953,11 +531,89,1043.9123,11 +531,91,2444.289478,25 +531,92,2417.275015,25 +531,99,2465.902492,25 +531,100,2386.958555,24 +531,111,2323.510593,24 +531,121,2451.334511,25 +531,122,2703.227558,28 +531,123,2536.105996,26 +531,124,2515.724791,26 +531,129,2445.943591,25 +531,131,2182.508725,22 +531,132,2390.856627,24 +531,139,2271.902486,23 +531,151,2676.623868,27 +531,159,2672.808684,27 +531,160,457.1954726,5 +531,171,1712.189152,18 +531,172,1724.953047,18 +531,179,1730.825382,18 +531,181,1774.059635,18 +531,182,1873.44319,19 +531,189,1869.229437,19 +531,190,1459.169768,15 +531,201,1494.834334,15 +531,209,1363.94715,14 +531,211,1955.729535,20 +531,219,1992.867187,20 +531,221,2029.356245,21 +531,222,1964.810525,20 +531,223,2101.193212,22 +531,229,1935.236642,20 +531,230,2488.489986,25 +531,241,2329.637006,24 +531,242,2332.530243,24 +531,249,2341.683276,24 +531,251,2484.380276,25 +531,259,2466.7503,25 +531,261,1910.965767,20 +531,262,1785.097991,18 +531,269,1774.874413,18 +531,271,1379.861422,14 +531,279,1318.764851,14 +531,280,1987.286418,20 +531,291,1520.846935,16 +531,292,1703.496562,18 +531,299,1626.785934,17 +531,300,599.4570844,6 +531,310,1225.188672,13 +531,321,800.9104613,9 +531,329,610.1274675,7 +531,330,2429.036518,25 +531,341,2386.814118,24 +531,342,2388.997577,24 +531,349,2394.968181,24 +531,350,1245.065099,13 +531,361,2337.074601,24 +531,362,2120.589102,22 +531,363,2398.993605,24 +531,364,2166.378142,22 +531,369,2246.995272,23 +531,371,2281.198315,23 +531,372,2280.586827,23 +531,373,2351.858587,24 +531,379,2340.033231,24 +531,380,1029.942304,11 +531,391,1978.338123,20 +531,392,2033.134065,21 +531,393,2007.996621,21 +531,394,1956.070883,20 +531,399,2010.937795,21 +531,401,1532.567296,16 +531,402,1555.028361,16 +531,409,1533.533328,16 +531,411,153.3547043,2 +531,419,258.3257598,3 +531,421,2354.512621,24 +531,422,2133.821353,22 +531,429,2233.104997,23 +531,440,2489.621132,25 +531,451,2406.80318,25 +531,452,2235.16783,23 +531,459,2341.896128,24 +531,460,1128.212688,12 +531,471,1875.570732,19 +531,472,1979.850985,20 +531,479,2025.79097,21 +531,481,1778.574657,18 +531,482,1923.46806,20 +531,483,1924.075255,20 +531,484,1670.927518,17 +531,485,1386.144661,14 +531,486,1884.263175,19 +531,487,1848.996761,19 +531,488,1782.295585,18 +531,489,1637.643809,17 +531,491,693.2962838,7 +531,499,805.6423854,9 +531,500,2359.33526,24 +531,511,2352.825893,24 +531,512,2415.474334,25 +531,513,2300.121596,24 +531,519,2268.171125,23 +531,531,52.52970526,1 +531,539,151.5753764,2 +531,540,2159.473154,22 +531,551,1687.88399,17 +531,559,1560.684055,16 +531,560,805.0134477,9 +531,801,1513.773963,16 +531,802,1967.460128,20 +531,803,5739.460517,58 +531,804,4888.330208,49 +531,805,7951.135939,80 +531,806,6820.689232,69 +531,807,5844.273839,59 +531,808,8106.002363,82 +539,11,1979.848877,20 +539,12,2056.894194,21 +539,19,2016.618176,21 +539,20,1460.297817,15 +539,41,1069.105495,11 +539,42,1137.542911,12 +539,49,1035.840697,11 +539,50,1671.351463,17 +539,61,914.7700096,10 +539,62,579.2981856,6 +539,63,998.9281214,10 +539,64,666.5776235,7 +539,69,626.1234671,7 +539,81,926.3005955,10 +539,89,948.4942423,10 +539,91,2356.430447,24 +539,92,2328.675089,24 +539,99,2377.826705,24 +539,100,2294.476214,23 +539,111,2230.12142,23 +539,121,2351.46193,24 +539,122,2603.031869,27 +539,123,2436.056652,25 +539,124,2415.595515,25 +539,129,2345.8794,24 +539,131,2083.114732,21 +539,132,2291.460089,23 +539,139,2172.40626,22 +539,151,2744.512778,28 +539,159,2738.608466,28 +539,160,370.2877131,4 +539,171,1617.395246,17 +539,172,1626.723103,17 +539,179,1633.638956,17 +539,181,1679.099126,17 +539,182,1777.153986,18 +539,189,1773.107828,18 +539,190,1362.787224,14 +539,201,1395.61861,14 +539,209,1264.828662,13 +539,211,1858.2963,19 +539,219,1895.262668,19 +539,221,1930.064474,20 +539,222,1866.355443,19 +539,223,2001.715928,21 +539,229,1836.025886,19 +539,230,2406.427111,25 +539,241,2236.859135,23 +539,242,2239.059627,23 +539,249,2248.516917,23 +539,251,2397.825677,24 +539,259,2379.566936,24 +539,261,1819.30716,19 +539,262,1692.94859,17 +539,269,1685.415857,17 +539,271,1288.189638,13 +539,279,1228.352481,13 +539,280,1887.497168,19 +539,291,1421.840075,15 +539,292,1604.870777,17 +539,299,1527.870652,16 +539,300,510.1474275,6 +539,310,1126.710111,12 +539,321,738.2479408,8 +539,329,556.9794202,6 +539,330,2344.097719,24 +539,341,2296.575396,23 +539,342,2297.309831,23 +539,349,2303.573118,24 +539,350,1155.247059,12 +539,361,2250.115899,23 +539,362,2031.249229,21 +539,363,2309.58501,24 +539,364,2077.968061,21 +539,369,2159.258891,22 +539,371,2183.469184,22 +539,372,2183.552232,22 +539,373,2255.129826,23 +539,379,2242.976413,23 +539,380,942.3241417,10 +539,391,1882.354979,19 +539,392,1940.76861,20 +539,393,1913.280696,20 +539,394,1860.754575,19 +539,399,1916.77976,20 +539,401,1433.723323,15 +539,402,1455.602197,15 +539,409,1434.816771,15 +539,411,190.9013447,2 +539,419,248.1181999,3 +539,421,2263.200541,23 +539,422,2040.967913,21 +539,429,2141.837291,22 +539,440,2402.08472,25 +539,451,2308.080332,24 +539,452,2136.693908,22 +539,459,2243.387981,23 +539,460,1032.994842,11 +539,471,1775.906777,18 +539,472,1880.959188,19 +539,479,1927.013717,20 +539,481,1682.878163,17 +539,482,1825.498134,19 +539,483,1830.042882,19 +539,484,1573.053621,16 +539,485,1300.362415,14 +539,486,1787.194302,18 +539,487,1756.829314,18 +539,488,1687.916215,17 +539,489,1542.221637,16 +539,491,604.8129023,7 +539,499,720.2328092,8 +539,500,2274.937359,23 +539,511,2257.879617,23 +539,512,2320.57586,24 +539,513,2206.355684,23 +539,519,2172.456905,22 +539,531,151.5753764,2 +539,539,154.5979273,2 +539,540,2064.520776,21 +539,551,1595.044251,16 +539,559,1469.477531,15 +539,560,707.7271008,8 +539,801,1484.716949,15 +539,802,1883.138543,19 +539,803,5641.009557,57 +539,804,4942.358269,50 +539,805,7906.291879,80 +539,806,6858.650657,69 +539,807,5925.742138,60 +539,808,8194.830887,82 +540,11,503.826317,6 +540,12,701.3459422,8 +540,19,537.7808329,6 +540,20,3186.126683,32 +540,41,1785.126264,18 +540,42,1805.5825,19 +540,49,1738.324355,18 +540,50,707.6575237,8 +540,61,2056.78587,21 +540,62,2164.222648,22 +540,63,2048.609396,21 +540,64,2233.986715,23 +540,69,2156.260312,22 +540,81,1300.901499,14 +540,89,1344.727671,14 +540,91,479.6891672,5 +540,92,435.6631488,5 +540,99,487.0307429,5 +540,100,281.4997245,3 +540,111,200.3820843,3 +540,121,599.5275948,6 +540,122,878.2494455,9 +540,123,699.1995641,7 +540,124,745.6922608,8 +540,129,701.4493027,8 +540,131,416.3425306,5 +540,132,477.6742929,5 +540,139,463.9504587,5 +540,151,4640.437057,47 +540,159,4615.673694,47 +540,160,1779.683338,18 +540,171,451.7938779,5 +540,172,506.5976257,6 +540,179,476.0561753,5 +540,181,390.4033554,4 +540,182,306.7297126,4 +540,189,319.4543453,4 +540,190,715.158169,8 +540,201,774.5659485,8 +540,209,956.4655606,10 +540,211,276.7719323,3 +540,219,268.9453122,3 +540,221,828.2756467,9 +540,222,931.3707513,10 +540,223,807.256609,9 +540,229,831.8853578,9 +540,230,702.3577912,8 +540,241,224.1367854,3 +540,242,207.9506804,3 +540,249,227.8653304,3 +540,251,551.433039,6 +540,259,520.5360703,6 +540,261,306.4960191,4 +540,262,403.115012,5 +540,269,464.6686597,5 +540,271,791.3671473,8 +540,279,864.4137171,9 +540,280,659.2105165,7 +540,291,732.7048659,8 +540,292,547.9724939,6 +540,299,649.1210262,7 +540,300,1568.640037,16 +540,310,990.0813825,10 +540,321,1906.186648,20 +540,329,1979.880754,20 +540,330,572.0170911,6 +540,341,356.2669009,4 +540,342,307.1599353,4 +540,349,324.649009,4 +540,350,1429.497182,15 +540,361,449.9956922,5 +540,362,295.672096,3 +540,363,394.9112144,4 +540,364,337.460784,4 +540,369,383.8413763,4 +540,371,247.6706404,3 +540,372,200.1321669,3 +540,373,237.4191451,3 +540,379,277.2920368,3 +540,380,1153.250414,12 +540,391,202.1356657,3 +540,392,199.8628103,2 +540,393,166.1145179,2 +540,394,213.8371462,3 +540,399,177.4805609,2 +540,401,954.9245216,10 +540,402,865.0971198,9 +540,409,954.9916163,10 +540,411,2184.984046,22 +540,419,2115.29531,22 +540,421,294.1228675,3 +540,422,138.4363501,2 +540,429,234.6080489,3 +540,440,521.9802419,6 +540,451,405.3624255,5 +540,452,298.5746944,3 +540,459,351.8169366,4 +540,460,1038.055337,11 +540,471,557.0823549,6 +540,472,380.8115183,4 +540,479,362.1418318,4 +540,481,1136.824169,12 +540,482,976.89947,10 +540,483,1239.999664,13 +540,484,999.7543817,10 +540,485,1519.029299,16 +540,486,1048.200704,11 +540,487,1319.65945,14 +540,488,1208.352892,13 +540,489,1152.905099,12 +540,491,1661.710628,17 +540,499,1651.052582,17 +540,500,554.2868991,6 +540,511,205.8651113,3 +540,512,265.4119457,3 +540,513,171.920654,2 +540,519,162.1929026,2 +540,531,2159.473154,22 +540,539,2064.520776,21 +540,540,94.94864425,1 +540,551,484.9470845,5 +540,559,624.9668542,7 +540,560,1412.634079,15 +540,801,1508.211196,16 +540,802,1643.781917,17 +540,803,3922.907345,40 +540,804,5562.761988,56 +540,805,6362.766044,64 +540,806,6886.21198,69 +540,807,7099.565998,71 +540,808,10214.11822,103 +551,11,663.99318,7 +551,12,859.2151609,9 +551,19,712.4960023,8 +551,20,2716.546946,28 +551,41,1470.314967,15 +551,42,1505.946024,16 +551,49,1416.594782,15 +551,50,617.6761311,7 +551,61,1699.509327,17 +551,62,1748.256931,18 +551,63,1707.806748,18 +551,64,1826.595138,19 +551,69,1748.279771,18 +551,81,914.0064543,10 +551,89,973.7501471,10 +551,91,794.7233108,8 +551,92,759.8758458,8 +551,99,813.1894975,9 +551,100,700.7511199,8 +551,111,636.0134178,7 +551,121,950.6305585,10 +551,122,1244.830286,13 +551,123,1054.655901,11 +551,124,1074.942484,11 +551,129,1008.986199,11 +551,131,678.9723608,7 +551,132,845.7323927,9 +551,139,765.628698,8 +551,151,4230.12271,43 +551,159,4210.093646,43 +551,160,1328.665028,14 +551,171,97.14792068,1 +551,172,316.6416989,4 +551,179,253.5548239,3 +551,181,131.8857302,2 +551,182,254.8502886,3 +551,189,253.8602386,3 +551,190,300.6695687,4 +551,201,473.004048,5 +551,209,636.9510611,7 +551,211,368.7506229,4 +551,219,419.2759095,5 +551,221,888.9271394,9 +551,222,943.1807351,10 +551,223,910.1768175,10 +551,229,839.4163577,9 +551,230,920.8869854,10 +551,241,642.6331303,7 +551,242,645.2777807,7 +551,249,654.5400747,7 +551,251,849.9161875,9 +551,259,824.9615155,9 +551,261,232.7147479,3 +551,262,106.4329697,2 +551,269,194.8965836,2 +551,271,311.0496697,4 +551,279,390.1470274,4 +551,280,720.53251,8 +551,291,431.4197465,5 +551,292,353.1481841,4 +551,299,415.6242074,5 +551,300,1097.554002,11 +551,310,586.9628171,6 +551,321,1522.454441,16 +551,329,1565.419235,16 +551,330,820.1715049,9 +551,341,713.7682652,8 +551,342,705.861546,8 +551,349,714.323119,8 +551,350,1134.943164,12 +551,361,703.3691449,8 +551,362,463.8135595,5 +551,363,733.5926044,8 +551,364,520.2118647,6 +551,369,607.707137,7 +551,371,657.4945068,7 +551,372,635.2418308,7 +551,373,695.6200646,7 +551,379,700.8609331,8 +551,380,673.6212436,7 +551,391,329.3195358,4 +551,392,348.0315558,4 +551,393,331.6972857,4 +551,394,292.6472356,3 +551,399,331.2164334,4 +551,401,737.0823472,8 +551,402,644.9300867,7 +551,409,739.6133647,8 +551,411,1722.447286,18 +551,419,1659.755781,17 +551,421,673.5707997,7 +551,422,446.9724327,5 +551,429,554.3653069,6 +551,440,842.6400428,9 +551,451,814.2134049,9 +551,452,650.3469246,7 +551,459,747.5066399,8 +551,460,579.3758228,6 +551,471,548.545069,6 +551,472,487.1609227,5 +551,479,524.1609045,6 +551,481,1042.521088,11 +551,482,962.7577513,10 +551,483,1195.681049,12 +551,484,859.5852563,9 +551,485,1271.009219,13 +551,486,1007.858389,11 +551,487,1238.193598,13 +551,488,1110.748198,12 +551,489,998.8183847,10 +551,491,1242.908995,13 +551,499,1254.900386,13 +551,500,763.757094,8 +551,511,671.6801032,7 +551,512,733.285986,8 +551,513,613.3442597,7 +551,519,601.9156434,7 +551,531,1687.88399,17 +551,539,1595.044251,16 +551,540,484.9470845,5 +551,551,27.95886116,1 +551,559,157.0661512,2 +551,560,973.3234544,10 +551,801,1229.504229,13 +551,802,1565.021476,16 +551,803,4355.908676,44 +551,804,5313.162824,54 +551,805,6664.414737,67 +551,806,6803.92438,69 +551,807,6761.550337,68 +551,808,9777.287821,98 +559,11,778.5955514,8 +559,12,963.9746959,10 +559,19,826.9603425,9 +559,20,2578.509964,26 +559,41,1418.221588,15 +559,42,1459.21675,15 +559,49,1362.540717,14 +559,50,681.8284352,7 +559,61,1627.188004,17 +559,62,1649.995208,17 +559,63,1642.082084,17 +559,64,1731.677976,18 +559,69,1653.427756,17 +559,81,842.5302937,9 +559,89,908.4655788,10 +559,91,903.9687278,10 +559,92,872.2732545,9 +559,99,923.7904275,10 +559,100,830.8402306,9 +559,111,770.1124163,8 +559,121,1082.267299,11 +559,122,1375.297389,14 +559,123,1185.48982,12 +559,124,1202.015858,13 +559,129,1134.201833,12 +559,131,806.8272839,9 +559,132,980.7014402,10 +559,139,895.3240268,9 +559,151,4126.616629,42 +559,159,4108.421326,42 +559,160,1215.483914,13 +559,171,218.7380853,3 +559,172,399.3655615,4 +559,179,343.6381946,4 +559,181,269.277494,3 +559,182,390.6912832,4 +559,189,388.6539234,4 +559,190,271.7503106,3 +559,201,477.1853713,5 +559,209,614.771027,7 +559,211,501.832638,6 +559,219,549.9603225,6 +559,221,972.5302149,10 +559,222,1012.755226,11 +559,223,1002.080806,11 +559,229,912.9686887,10 +559,230,1004.596524,11 +559,241,774.2493562,8 +559,242,779.5620686,8 +559,249,787.662111,8 +559,251,953.7459569,10 +559,259,931.2837562,10 +559,261,358.9147694,4 +559,262,237.9108493,3 +559,269,263.6587291,3 +559,271,196.9041488,2 +559,279,277.3377718,3 +559,280,813.8300913,9 +559,291,442.5384705,5 +559,292,424.9504902,5 +559,299,457.1659669,5 +559,300,973.0879231,10 +559,310,523.5921186,6 +559,321,1440.717704,15 +559,329,1469.23974,15 +559,330,914.9692817,10 +559,341,833.7896778,9 +559,342,832.6035076,9 +559,349,839.5521751,9 +559,350,1098.286228,11 +559,361,805.7209949,9 +559,362,574.5991861,6 +559,363,849.6724732,9 +559,364,626.0560269,7 +559,369,712.110027,8 +559,371,797.9959745,8 +559,372,776.7322672,8 +559,373,837.0163688,9 +559,379,840.6324902,9 +559,380,543.8231063,6 +559,391,471.260975,5 +559,392,479.6662498,5 +559,393,473.9758243,5 +559,394,435.7510706,5 +559,399,471.5421896,5 +559,401,748.9894251,8 +559,402,663.492465,7 +559,409,752.1231659,8 +559,411,1600.762894,17 +559,419,1542.21791,16 +559,421,798.6086394,8 +559,422,580.3695137,6 +559,429,678.9478289,7 +559,440,951.0993875,10 +559,451,953.0487641,10 +559,452,787.5150964,8 +559,459,886.0353921,9 +559,460,474.9330505,5 +559,471,640.4914472,7 +559,472,607.2466049,7 +559,479,645.9906762,7 +559,481,1078.85591,11 +559,482,1024.846361,11 +559,483,1241.164919,13 +559,484,890.4145901,9 +559,485,1248.623371,13 +559,486,1061.049565,11 +559,487,1271.722075,13 +559,488,1143.531117,12 +559,489,1017.409883,11 +559,491,1148.111091,12 +559,499,1170.979611,12 +559,500,853.4315084,9 +559,511,810.4133258,9 +559,512,871.3840549,9 +559,513,748.9999848,8 +559,519,742.0141056,8 +559,531,1560.684055,16 +559,539,1469.477531,15 +559,540,624.9668542,7 +559,551,157.0661512,2 +559,559,127.4697142,2 +559,560,871.3780389,9 +559,801,1161.729749,12 +559,802,1591.721394,16 +559,803,4490.564837,45 +559,804,5224.280606,53 +559,805,6732.713389,68 +559,806,6756.748272,68 +559,807,6648.073251,67 +559,808,9657.102565,97 +560,11,1283.745984,13 +560,12,1361.300338,14 +560,19,1320.406572,14 +560,20,2077.125646,21 +560,41,744.5376806,8 +560,42,808.5254152,9 +560,49,690.4963889,7 +560,50,976.4889765,10 +560,61,834.4843031,9 +560,62,789.1747897,8 +560,63,875.0338402,9 +560,64,874.0669749,9 +560,69,804.6734322,9 +560,81,280.796539,3 +560,89,347.3828997,4 +560,91,1764.487935,18 +560,92,1730.749013,18 +560,99,1783.622232,18 +560,100,1662.703296,17 +560,111,1590.929552,16 +560,121,1655.036693,17 +560,122,1905.391351,20 +560,123,1738.656979,18 +560,124,1718.002969,18 +560,129,1648.537316,17 +560,131,1390.094172,14 +560,132,1598.615861,16 +560,139,1478.748121,15 +560,151,3262.673935,33 +560,159,3244.650805,33 +560,160,396.5967958,4 +560,171,973.7317985,10 +560,172,945.2119524,10 +560,179,963.8401805,10 +560,181,1032.384543,11 +560,182,1115.111171,12 +560,189,1112.901326,12 +560,190,706.4383746,8 +560,201,703.1389123,8 +560,209,575.2347979,6 +560,211,1184.020003,12 +560,219,1219.024871,13 +560,221,1241.957368,13 +560,222,1188.273294,12 +560,223,1311.541813,14 +560,229,1148.55358,12 +560,230,1863.237251,19 +560,241,1603.117127,17 +560,242,1599.053155,16 +560,249,1611.159908,17 +560,251,1816.431581,19 +560,259,1793.120596,18 +560,261,1203.502588,13 +560,262,1075.58122,11 +560,269,1096.674346,11 +560,271,695.6515217,7 +560,279,657.0630699,7 +560,280,1192.0825,12 +560,291,731.8478029,8 +560,292,919.1190927,10 +560,299,839.2975995,9 +560,300,347.0607502,4 +560,310,444.9899128,5 +560,321,623.5953059,7 +560,329,615.2593713,7 +560,330,1777.753375,18 +560,341,1684.725249,17 +560,342,1672.568497,17 +560,349,1681.391301,17 +560,350,611.9805603,7 +560,361,1668.175196,17 +560,362,1432.640398,15 +560,363,1704.874334,18 +560,364,1486.854111,15 +560,369,1572.29723,16 +560,371,1505.192602,16 +560,372,1511.569921,16 +560,373,1585.608774,16 +560,379,1570.443695,16 +560,380,464.7476146,5 +560,391,1222.340192,13 +560,392,1315.366229,14 +560,393,1265.433591,13 +560,394,1207.619746,13 +560,399,1274.418778,13 +560,401,750.1693262,8 +560,402,763.0834715,8 +560,409,753.3101587,8 +560,411,795.4331196,8 +560,419,718.2613404,8 +560,421,1642.283391,17 +560,422,1409.211702,15 +560,429,1523.179136,16 +560,440,1812.13344,19 +560,451,1620.884898,17 +560,452,1451.784929,15 +560,459,1558.101738,16 +560,460,414.5712395,5 +560,471,1080.034651,11 +560,472,1192.332027,12 +560,479,1239.402856,13 +560,481,1038.594494,11 +560,482,1153.236612,12 +560,483,1202.515138,13 +560,484,902.7854918,10 +560,485,792.4803714,8 +560,486,1125.687014,12 +560,487,1151.316484,12 +560,488,1058.990699,11 +560,489,903.9430946,10 +560,491,306.0460489,4 +560,499,373.0031087,4 +560,500,1714.903766,18 +560,511,1604.367256,17 +560,512,1667.014677,17 +560,513,1564.008503,16 +560,519,1512.521847,16 +560,531,805.0134477,9 +560,539,707.7271008,8 +560,540,1412.634079,15 +560,551,973.3234544,10 +560,559,871.3780389,9 +560,560,166.9518831,2 +560,801,1411.396743,15 +560,802,1355.054489,14 +560,803,4963.480551,50 +560,804,5312.546057,54 +560,805,7557.725051,76 +560,806,7093.61292,71 +560,807,6478.738897,65 +560,808,8811.463202,89 +801,11,1810.172544,19 +801,12,1991.7579,20 +801,19,1853.894806,19 +801,20,1945.433533,20 +801,41,2063.819157,21 +801,42,2123.106724,22 +801,49,2008.658569,21 +801,50,1728.567882,18 +801,61,2115.533546,22 +801,62,1936.150534,20 +801,63,2169.069235,22 +801,64,2028.329116,21 +801,69,1962.402165,20 +801,81,1560.654508,16 +801,89,1627.741253,17 +801,91,1440.562811,15 +801,92,1442.104562,15 +801,99,1462.543485,15 +801,100,1547.518424,16 +801,111,1539.571274,16 +801,121,2046.801966,21 +801,122,2325.763274,24 +801,123,2146.055852,22 +801,124,2176.551522,22 +801,129,2116.0113,22 +801,131,1809.435292,19 +801,132,1936.262784,20 +801,139,1882.506849,19 +801,151,4096.955281,41 +801,159,4097.623842,41 +801,160,1488.834065,15 +801,171,1305.927652,14 +801,172,1482.82723,15 +801,179,1429.470753,15 +801,181,1331.891693,14 +801,182,1429.016432,15 +801,189,1424.11112,15 +801,190,1313.712288,14 +801,201,1503.325422,16 +801,209,1556.003138,16 +801,211,1527.690262,16 +801,219,1561.666644,16 +801,221,2003.521837,21 +801,222,2033.845675,21 +801,223,2031.868436,21 +801,229,1944.121645,20 +801,230,1336.081953,14 +801,241,1520.27044,16 +801,242,1548.947241,16 +801,249,1544.388325,16 +801,251,1435.666688,15 +801,259,1439.841561,15 +801,261,1260.52981,13 +801,262,1233.969035,13 +801,269,1159.860751,12 +801,271,1151.157797,12 +801,279,1132.785655,12 +801,280,1856.473654,19 +801,291,1484.586848,15 +801,292,1505.347056,16 +801,299,1518.33859,16 +801,300,1257.362774,13 +801,310,1399.742639,14 +801,321,1907.933037,20 +801,329,1820.001399,19 +801,330,1353.090282,14 +801,341,1470.864329,15 +801,342,1520.532053,16 +801,349,1515.254396,16 +801,350,1878.606988,19 +801,361,1339.423386,14 +801,362,1279.491608,13 +801,363,1453.531453,15 +801,364,1275.630734,13 +801,369,1305.295754,14 +801,371,1725.458965,18 +801,372,1682.524261,17 +801,373,1710.809436,18 +801,379,1728.309698,18 +801,380,1100.689695,12 +801,391,1460.168433,15 +801,392,1337.190268,14 +801,393,1417.088974,15 +801,394,1418.907648,15 +801,399,1397.712862,14 +801,401,1729.148687,18 +801,402,1669.371562,17 +801,409,1728.794018,18 +801,411,1633.116392,17 +801,419,1651.141563,17 +801,421,1484.284821,15 +801,422,1406.288456,15 +801,429,1407.94252,15 +801,440,1465.555915,15 +801,451,1879.736367,19 +801,452,1750.714966,18 +801,459,1821.865721,19 +801,460,1243.809223,13 +801,471,1698.347224,17 +801,472,1646.615584,17 +801,479,1667.417811,17 +801,481,2053.876226,21 +801,482,2038.711668,21 +801,483,2215.290662,23 +801,484,1878.906688,19 +801,485,2050.899732,21 +801,486,2062.03167,21 +801,487,2221.742706,23 +801,488,2105.247814,22 +801,489,1961.778396,20 +801,491,1616.021854,17 +801,499,1704.055542,18 +801,500,1288.401122,13 +801,511,1623.780054,17 +801,512,1663.484724,17 +801,513,1539.809312,16 +801,519,1609.02405,17 +801,531,1513.773963,16 +801,539,1484.716949,15 +801,540,1508.211196,16 +801,551,1229.504229,13 +801,559,1161.729749,12 +801,560,1411.396743,15 +801,801,771.7957319,8 +801,802,2497.212566,25 +801,803,5330.827051,54 +801,804,4352.768348,44 +801,805,6527.389147,66 +801,806,5955.305088,60 +801,807,5739.607239,58 +801,808,9267.451806,93 +802,11,1158.317667,12 +802,12,1005.797263,11 +802,19,1145.55495,12 +802,20,3327.015469,34 +802,41,853.2954061,9 +802,42,798.2665407,8 +802,49,875.8540124,9 +802,50,974.3181969,10 +802,61,1146.851251,12 +802,62,1506.704013,16 +802,63,1068.046675,11 +802,64,1498.592983,15 +802,69,1465.123148,15 +802,81,1101.301547,12 +802,89,1046.811906,11 +802,91,2119.945557,22 +802,92,2075.525423,21 +802,99,2125.453894,22 +802,100,1894.738599,19 +802,111,1814.775172,19 +802,121,1344.782572,14 +802,122,1387.563071,14 +802,123,1346.294342,14 +802,124,1275.067228,13 +802,129,1255.281599,13 +802,131,1283.737648,13 +802,132,1399.56106,14 +802,139,1306.315475,14 +802,151,3516.051848,36 +802,159,3471.309266,35 +802,160,1559.906431,16 +802,171,1482.956874,15 +802,172,1264.681494,13 +802,179,1340.670005,14 +802,181,1491.994725,15 +802,182,1447.948789,15 +802,189,1451.077911,15 +802,190,1356.980063,14 +802,201,1122.523708,12 +802,209,1040.909521,11 +802,211,1397.092796,14 +802,219,1393.315525,14 +802,221,833.9783172,9 +802,222,718.3817728,8 +802,223,880.523088,9 +802,229,820.1181704,9 +802,230,2340.444807,24 +802,241,1847.816287,19 +802,242,1815.73399,19 +802,249,1836.696674,19 +802,251,2192.129635,22 +802,259,2159.202722,22 +802,261,1690.875449,17 +802,262,1623.67776,17 +802,269,1716.232286,18 +802,271,1545.658237,16 +802,279,1567.160264,16 +802,280,994.7612823,10 +802,291,1155.359893,12 +802,292,1221.229268,13 +802,299,1165.099478,12 +802,300,1650.224674,17 +802,310,1224.815456,13 +802,321,1201.911266,13 +802,329,1402.270539,15 +802,330,2211.791872,23 +802,341,1992.47454,20 +802,342,1932.133323,20 +802,349,1947.810646,20 +802,350,768.7069809,8 +802,361,2086.851179,21 +802,362,1879.283796,19 +802,363,2033.042535,21 +802,364,1938.19913,20 +802,369,2005.730614,21 +802,371,1520.872563,16 +802,372,1575.183811,16 +802,373,1636.158281,17 +802,379,1603.077286,17 +802,380,1629.847618,17 +802,391,1505.318778,16 +802,392,1713.844931,18 +802,393,1589.128215,16 +802,394,1535.607773,16 +802,399,1618.768504,17 +802,401,849.0049286,9 +802,402,931.853781,10 +802,409,858.468291,9 +802,411,1872.88771,19 +802,419,1766.215496,18 +802,421,1928.413744,20 +802,422,1739.769585,18 +802,429,1861.756516,19 +802,440,2160.303391,22 +802,451,1496.256509,15 +802,452,1427.652941,15 +802,459,1479.701514,15 +802,460,1422.041246,15 +802,471,1098.301123,11 +802,472,1266.950849,13 +802,479,1292.305273,13 +802,481,525.6846947,6 +802,482,668.5075022,7 +802,483,405.5405649,5 +802,484,707.4303992,8 +802,485,587.0839163,6 +802,486,597.2832712,6 +802,487,330.3986302,4 +802,488,456.2664476,5 +802,489,616.197024,7 +802,491,1294.400845,13 +802,499,1177.953049,12 +802,500,2185.905772,22 +802,511,1748.843885,18 +802,512,1787.871196,18 +802,513,1782.730006,18 +802,519,1654.852031,17 +802,531,1967.460128,20 +802,539,1883.138543,19 +802,540,1643.781917,17 +802,551,1565.021476,16 +802,559,1591.721394,16 +802,560,1355.054489,14 +802,801,2497.212566,25 +802,802,0,1 +802,803,3888.262753,39 +802,804,6651.376951,67 +802,805,7881.005268,79 +802,806,8332.636876,84 +802,807,7801.460255,79 +802,808,8895.390006,89 +803,11,3756.787553,38 +803,12,3627.105796,37 +803,19,3713.047824,38 +803,20,7008.6305,71 +803,41,4727.606918,48 +803,42,4679.987448,47 +803,49,4733.856163,48 +803,50,4016.539555,41 +803,61,5033.451129,51 +803,62,5380.555141,54 +803,63,4956.30938,50 +803,64,5382.251598,54 +803,69,5339.812116,54 +803,81,4721.101852,48 +803,89,4701.563112,48 +803,91,3977.560829,40 +803,92,3968.608389,40 +803,99,3956.282956,40 +803,100,3846.63922,39 +803,111,3858.135104,39 +803,121,3413.744046,35 +803,122,3124.908661,32 +803,123,3312.714348,34 +803,124,3307.692124,34 +803,129,3381.145891,34 +803,131,3695.29723,37 +803,132,3511.654757,36 +803,139,3605.197572,37 +803,151,7042.767449,71 +803,159,6980.141714,70 +803,160,5294.630891,53 +803,171,4283.392094,43 +803,172,4160.019702,42 +803,179,4190.135849,42 +803,181,4228.902079,43 +803,182,4105.031576,42 +803,189,4112.295384,42 +803,190,4447.106022,45 +803,201,4318.628543,44 +803,209,4412.108562,45 +803,211,3993.445173,40 +803,219,3954.226135,40 +803,221,3726.642921,38 +803,222,3779.440103,38 +803,223,3659.587908,37 +803,229,3820.900911,39 +803,230,4147.343065,42 +803,241,3876.889185,39 +803,242,3848.116657,39 +803,249,3853.487222,39 +803,251,3998.538284,40 +803,259,3987.529315,40 +803,261,4220.306361,43 +803,262,4300.273166,44 +803,269,4374.392306,44 +803,271,4618.790318,47 +803,279,4684.917416,47 +803,280,3803.933117,39 +803,291,4306.563203,44 +803,292,4162.166306,42 +803,299,4212.846927,43 +803,300,5236.558429,53 +803,310,4586.87471,46 +803,321,5063.107321,51 +803,329,5249.567068,53 +803,330,4086.164524,41 +803,341,3930.219598,40 +803,342,3875.52154,39 +803,349,3881.552658,39 +803,350,4519.079327,46 +803,361,4075.218044,41 +803,362,4140.712399,42 +803,363,3951.769067,40 +803,364,4138.897894,42 +803,369,4107.324859,42 +803,371,3706.065355,38 +803,372,3739.895607,38 +803,373,3695.956547,37 +803,379,3690.62694,37 +803,380,4944.240541,50 +803,391,4030.004308,41 +803,392,4108.760313,42 +803,393,4050.59121,41 +803,394,4071.457787,41 +803,399,4066.659153,41 +803,401,4218.851776,43 +803,402,4211.939783,43 +803,409,4220.345,43 +803,411,5683.1838,57 +803,419,5577.802577,56 +803,421,3913.552727,40 +803,422,4017.951602,41 +803,429,4000.525922,41 +803,440,3960.693718,40 +803,451,3544.37542,36 +803,452,3706.338466,38 +803,459,3612.187082,37 +803,460,4750.598413,48 +803,471,3947.444124,40 +803,472,3905.76,40 +803,479,3870.391813,39 +803,481,3963.651423,40 +803,482,3817.943992,39 +803,483,3828.177483,39 +803,484,4071.651732,41 +803,485,4408.410787,45 +803,486,3855.940744,39 +803,487,3915.372006,40 +803,488,3965.817157,40 +803,489,4109.668172,42 +803,491,5053.847888,51 +803,499,4958.260136,50 +803,500,4144.248542,42 +803,511,3773.684556,38 +803,512,3727.736767,38 +803,513,3860.97013,39 +803,519,3807.809615,39 +803,531,5739.460517,58 +803,539,5641.009557,57 +803,540,3922.907345,40 +803,551,4355.908676,44 +803,559,4490.564837,45 +803,560,4963.480551,50 +803,801,5330.827051,54 +803,802,3888.262753,39 +803,803,0,1 +803,804,8825.641276,89 +803,805,5574.991588,56 +803,806,8640.931241,87 +803,807,10572.81682,106 +803,808,9467.328055,95 +804,11,5966.345471,60 +804,12,6169.495187,62 +804,19,6011.419541,61 +804,20,3705.218578,38 +804,41,5969.950869,60 +804,42,6041.509626,61 +804,49,5920.360797,60 +804,50,5892.044095,59 +804,61,5848.025101,59 +804,62,5487.998622,55 +804,63,5935.423477,60 +804,64,5559.254713,56 +804,69,5532.990573,56 +804,81,5553.53874,56 +804,89,5617.601891,57 +804,91,5285.299912,53 +804,92,5312.624545,54 +804,99,5299.882307,53 +804,100,5495.45376,55 +804,111,5525.151191,56 +804,121,6159.283898,62 +804,122,6428.157141,65 +804,123,6257.345863,63 +804,124,6306.471583,64 +804,129,6249.085963,63 +804,131,5942.898245,60 +804,132,6036.553617,61 +804,139,6008.448832,61 +804,151,5882.468139,59 +804,159,5940.606047,60 +804,160,5188.397939,52 +804,171,5406.315382,55 +804,172,5616.339177,57 +804,179,5552.055467,56 +804,181,5433.827852,55 +804,182,5540.246806,56 +804,189,5534.164913,56 +804,190,5403.932484,55 +804,201,5625.214448,57 +804,209,5653.657027,57 +804,211,5647.034842,57 +804,219,5678.741538,57 +804,221,6193.993063,62 +804,222,6226.544841,63 +804,223,6221.680359,63 +804,229,6129.458151,62 +804,230,5054.215264,51 +804,241,5493.891813,55 +804,242,5532.873546,56 +804,249,5518.874442,56 +804,251,5236.457352,53 +804,259,5260.35497,53 +804,261,5323.318402,54 +804,262,5310.952429,54 +804,269,5212.81658,53 +804,271,5195.093636,52 +804,279,5155.232614,52 +804,280,6030.899122,61 +804,291,5607.921281,57 +804,292,5642.512643,57 +804,299,5652.360859,57 +804,300,5031.676924,51 +804,310,5455.316635,55 +804,321,5665.363076,57 +804,329,5481.661498,55 +804,330,5158.215694,52 +804,341,5381.800908,54 +804,342,5454.167816,55 +804,349,5442.124363,55 +804,350,5906.334773,60 +804,361,5223.745987,53 +804,362,5276.899301,53 +804,363,5345.724407,54 +804,364,5248.138907,53 +804,369,5238.58857,53 +804,371,5801.091868,59 +804,372,5744.028317,58 +804,373,5748.520144,58 +804,379,5772.390616,58 +804,380,5034.877812,51 +804,391,5558.983527,56 +804,392,5387.422253,54 +804,393,5497.331181,55 +804,394,5512.573514,56 +804,399,5470.339077,55 +804,401,5866.602042,59 +804,402,5809.884197,59 +804,409,5863.728521,59 +804,411,5027.768542,51 +804,419,5121.843057,52 +804,421,5425.489364,55 +804,422,5439.790099,55 +804,429,5391.034464,54 +804,440,5280.879395,53 +804,451,5953.434003,60 +804,452,5851.886999,59 +804,459,5903.539588,60 +804,460,5251.370865,53 +804,471,5858.605573,59 +804,472,5786.793102,58 +804,479,5800.174919,59 +804,481,6225.754839,63 +804,482,6229.424239,63 +804,483,6402.634603,65 +804,484,6038.6332,61 +804,485,6097.119849,61 +804,486,6249.231313,63 +804,487,6393.079023,64 +804,488,6273.900785,63 +804,489,6104.309652,62 +804,491,5436.843722,55 +804,499,5559.687143,56 +804,500,5124.802159,52 +804,511,5626.583654,57 +804,512,5645.179535,57 +804,513,5538.966792,56 +804,519,5647.862811,57 +804,531,4888.330208,49 +804,539,4942.358269,50 +804,540,5562.761988,56 +804,551,5313.162824,54 +804,559,5224.280606,53 +804,560,5312.546057,54 +804,801,4352.768348,44 +804,802,6651.376951,67 +804,803,8825.641276,89 +804,804,0,1 +804,805,4944.703912,50 +804,806,2038.738848,21 +804,807,1756.454699,18 +804,808,6580.510084,66 +805,11,6777.262674,68 +805,12,6891.42633,69 +805,19,6779.394155,68 +805,20,7688.80035,77 +805,41,8129.98479,82 +805,42,8159.250888,82 +805,49,8074.083524,81 +805,50,7059.063927,71 +805,61,8357.144865,84 +805,62,8319.327392,84 +805,63,8371.575765,84 +805,64,8412.480875,85 +805,69,8326.226664,84 +805,81,7571.243187,76 +805,89,7632.504507,77 +805,91,5905.616498,60 +805,92,5947.402396,60 +805,99,5892.393387,59 +805,100,6087.405485,61 +805,111,6170.403792,62 +805,121,6538.500193,66 +805,122,6509.30363,66 +805,123,6535.209148,66 +805,124,6607.116981,67 +805,129,6631.677548,67 +805,131,6640.700026,67 +805,132,6494.030254,65 +805,139,6601.549852,67 +805,151,10455.93002,105 +805,159,10480.17492,105 +805,160,7815.319075,79 +805,171,6703.679857,68 +805,172,6851.935751,69 +805,179,6794.909402,68 +805,181,6660.985537,67 +805,182,6637.591,67 +805,189,6638.703043,67 +805,190,6957.226079,70 +805,201,7106.887199,72 +805,209,7283.500605,73 +805,211,6634.541098,67 +805,219,6621.953002,67 +805,221,7075.344015,71 +805,222,7197.521923,72 +805,223,7016.994671,71 +805,229,7119.535754,72 +805,230,5746.437904,58 +805,241,6143.853149,62 +805,242,6166.478376,62 +805,249,6148.027357,62 +805,251,5839.963401,59 +805,259,5869.917416,59 +805,261,6451.698436,65 +805,262,6567.525042,66 +805,269,6519.182277,66 +805,271,6887.956345,69 +805,279,6924.621754,70 +805,280,6949.105482,70 +805,291,7062.687584,71 +805,292,6896.983555,69 +805,299,6989.245879,70 +805,300,7520.193189,76 +805,310,7242.189535,73 +805,321,8161.845564,82 +805,329,8152.353822,82 +805,330,5853.819011,59 +805,341,6017.511872,61 +805,342,6059.295002,61 +805,349,6046.189174,61 +805,350,7778.329288,78 +805,361,5977.291182,60 +805,362,6218.336046,63 +805,363,5984.378353,60 +805,364,6157.160118,62 +805,369,6074.030028,61 +805,371,6414.268442,65 +805,372,6370.357872,64 +805,373,6299.421735,63 +805,379,6331.172071,64 +805,380,7121.963924,72 +805,391,6544.026379,66 +805,392,6371.450487,64 +805,393,6469.911462,65 +805,394,6533.109388,66 +805,399,6448.710735,65 +805,401,7316.038332,74 +805,402,7224.719054,73 +805,409,7313.101827,74 +805,411,8072.432682,81 +805,419,8072.513016,81 +805,421,6075.900104,61 +805,422,6304.887924,64 +805,429,6175.709724,62 +805,440,5858.645715,59 +805,451,6404.6433,65 +805,452,6504.628667,66 +805,459,6433.294751,65 +805,460,7172.214856,72 +805,471,6904.639284,70 +805,472,6724.537955,68 +805,479,6687.610876,67 +805,481,7453.779151,75 +805,482,7256.140966,73 +805,483,7499.905851,75 +805,484,7349.660658,74 +805,485,7881.128007,79 +805,486,7336.227971,74 +805,487,7604.901317,77 +805,488,7519.968488,76 +805,489,7488.941828,75 +805,491,7848.930192,79 +805,499,7890.831893,79 +805,500,5904.979933,60 +805,511,6209.716476,63 +805,512,6158.686392,62 +805,513,6203.224742,63 +805,519,6312.453419,64 +805,531,7951.135939,80 +805,539,7906.291879,80 +805,540,6362.766044,64 +805,551,6664.414737,67 +805,559,6732.713389,68 +805,560,7557.725051,76 +805,801,6527.389147,66 +805,802,7881.005268,79 +805,803,5574.991588,56 +805,804,4944.703912,50 +805,805,0,1 +805,806,3361.820396,34 +805,807,5735.756456,58 +805,808,8083.847343,81 +806,11,7372.353098,74 +806,12,7579.850213,76 +806,19,7409.149434,75 +806,20,5714.230044,58 +806,41,7811.20816,79 +806,42,7881.370041,79 +806,49,7753.57655,78 +806,50,7417.982191,75 +806,61,7753.931339,78 +806,62,7424.181898,75 +806,63,7835.406427,79 +806,64,7505.220942,76 +806,69,7465.764301,75 +806,81,7302.721078,74 +806,89,7374.248355,74 +806,91,6477.418763,65 +806,92,6516.661939,66 +806,99,6483.118058,65 +806,100,6719.127346,68 +806,111,6777.354789,68 +806,121,7428.520682,75 +806,122,7625.343243,77 +806,123,7503.81946,76 +806,124,7572.708402,76 +806,129,7537.199944,76 +806,131,7299.620155,73 +806,132,7313.661641,74 +806,139,7335.650543,74 +806,151,7823.031853,79 +806,159,7885.718687,79 +806,160,7053.365669,71 +806,171,6893.691618,69 +806,172,7118.328647,72 +806,179,7045.173591,71 +806,181,6899.96526,69 +806,182,6976.666695,70 +806,189,6972.177885,70 +806,190,6982.456415,70 +806,201,7215.998095,73 +806,209,7297.970895,73 +806,211,7061.134713,71 +806,219,7081.324793,71 +806,221,7670.186865,77 +806,222,7742.079321,78 +806,223,7670.471867,77 +806,229,7633.942548,77 +806,230,6228.177674,63 +806,241,6741.703461,68 +806,242,6781.739579,68 +806,249,6762.853739,68 +806,251,6411.006428,65 +806,259,6442.444319,65 +806,261,6731.287472,68 +806,262,6765.840717,68 +806,269,6668.457899,67 +806,271,6787.809913,68 +806,279,6767.516944,68 +806,280,7490.324885,75 +806,291,7186.558466,72 +806,292,7156.038356,72 +806,299,7196.968501,72 +806,300,6843.8979,69 +806,310,7119.535267,72 +806,321,7550.166245,76 +806,329,7385.22744,74 +806,330,6355.862547,64 +806,341,6600.605272,67 +806,342,6674.936196,67 +806,349,6659.932438,67 +806,350,7662.678694,77 +806,361,6459.774281,65 +806,362,6601.56021,67 +806,363,6558.292818,66 +806,364,6553.84291,66 +806,369,6511.883967,66 +806,371,7095.435873,71 +806,372,7032.40623,71 +806,373,7006.463719,71 +806,379,7037.88691,71 +806,380,6732.203349,68 +806,391,6955.505764,70 +806,392,6750.763866,68 +806,393,6877.230915,69 +806,394,6914.175759,70 +806,399,6847.217085,69 +806,401,7486.41857,75 +806,402,7408.614082,75 +806,409,7482.571928,75 +806,411,6967.36907,70 +806,419,7050.231992,71 +806,421,6659.51538,67 +806,422,6765.534331,68 +806,429,6673.98951,67 +806,440,6453.732725,65 +806,451,7211.097876,73 +806,452,7172.52208,72 +806,459,7183.84085,72 +806,460,6927.762912,70 +806,471,7334.22274,74 +806,472,7207.926384,73 +806,479,7203.871419,73 +806,481,7831.950446,79 +806,482,7765.739442,78 +806,483,7995.37042,80 +806,484,7640.68983,77 +806,485,7856.294983,79 +806,486,7810.65317,79 +806,487,8023.083843,81 +806,488,7894.546943,79 +806,489,7741.021679,78 +806,491,7277.000809,73 +806,499,7393.80974,74 +806,500,6351.542101,64 +806,511,6873.323605,69 +806,512,6866.335946,69 +806,513,6801.893841,69 +806,519,6932.601017,70 +806,531,6820.689232,69 +806,539,6858.650657,69 +806,540,6886.21198,69 +806,551,6803.92438,69 +806,559,6756.748272,68 +806,560,7093.61292,71 +806,801,5955.305088,60 +806,802,8332.636876,84 +806,803,8640.931241,87 +806,804,2038.738848,21 +806,805,3361.820396,34 +806,806,0,1 +806,807,2375.831872,24 +806,808,6273.00062,63 +807,11,7423.311521,75 +807,12,7607.068248,77 +807,19,7470.150072,75 +807,20,4499.408806,45 +807,41,6983.943945,70 +807,42,7050.224215,71 +807,49,6951.100978,70 +807,50,7266.053447,73 +807,61,6759.89767,68 +807,62,6373.281949,64 +807,63,6850.371062,69 +807,64,6413.887201,65 +807,69,6420.275597,65 +807,81,6737.928914,68 +807,89,6785.365007,68 +807,91,6903.040027,70 +807,92,6923.804687,70 +807,99,6920.618523,70 +807,100,7087.683339,71 +807,111,7101.974401,72 +807,121,7685.811131,77 +807,122,7974.56203,80 +807,123,7789.479265,78 +807,124,7824.009288,79 +807,129,7757.250744,78 +807,131,7433.560947,75 +807,132,7567.348137,76 +807,139,7512.060251,76 +807,151,5713.81954,58 +807,159,5780.998812,58 +807,160,6242.993793,63 +807,171,6849.990608,69 +807,172,7032.577315,71 +807,179,6979.905757,70 +807,181,6890.550245,69 +807,182,7009.347716,71 +807,189,7002.527766,71 +807,190,6775.60059,68 +807,201,6967.756231,70 +807,209,6942.42897,70 +807,211,7123.050256,72 +807,219,7159.272055,72 +807,221,7581.245798,76 +807,222,7579.528178,76 +807,223,7627.191084,77 +807,229,7499.987659,75 +807,230,6690.874625,67 +807,241,7074.702225,71 +807,242,7110.845157,72 +807,249,7099.742882,71 +807,251,6863.976446,69 +807,259,6883.298059,69 +807,261,6826.606684,69 +807,262,6784.557174,68 +807,269,6692.627551,67 +807,271,6572.531274,66 +807,279,6518.450833,66 +807,280,7444.706705,75 +807,291,6962.627254,70 +807,292,7047.772629,71 +807,299,7031.473043,71 +807,300,6181.309162,62 +807,310,6742.270428,68 +807,321,6637.262346,67 +807,329,6435.979488,65 +807,330,6780.182633,68 +807,341,6982.652536,70 +807,342,7050.085926,71 +807,349,7040.066304,71 +807,350,7045.900281,71 +807,361,6825.492375,69 +807,362,6831.643805,69 +807,363,6951.339262,70 +807,364,6814.617301,69 +807,369,6821.697968,69 +807,371,7338.383845,74 +807,372,7288.378401,73 +807,373,7308.688154,74 +807,379,7325.876099,74 +807,380,6325.79861,64 +807,391,7052.771898,71 +807,392,6913.281841,70 +807,393,7005.798108,71 +807,394,7006.473491,71 +807,399,6982.245092,70 +807,401,7160.60755,72 +807,402,7128.794502,72 +807,409,7158.008221,72 +807,411,5952.725617,60 +807,419,6060.788331,61 +807,421,7016.860153,71 +807,422,6983.542518,70 +807,429,6960.166518,70 +807,440,6906.872413,70 +807,451,7500.466055,76 +807,452,7370.805609,74 +807,459,7441.523918,75 +807,460,6544.517084,66 +807,471,7274.947639,73 +807,472,7247.502478,73 +807,479,7270.551993,73 +807,481,7498.460234,75 +807,482,7564.758447,76 +807,483,7670.424195,77 +807,484,7333.17775,74 +807,485,7214.407376,73 +807,486,7560.804645,76 +807,487,7625.543326,77 +807,488,7527.775171,76 +807,489,7356.778402,74 +807,491,6507.476797,66 +807,499,6626.835152,67 +807,500,6736.051875,68 +807,511,7199.973606,72 +807,512,7229.916804,73 +807,513,7109.58916,72 +807,519,7199.884039,72 +807,531,5844.273839,59 +807,539,5925.742138,60 +807,540,7099.565998,71 +807,551,6761.550337,68 +807,559,6648.073251,67 +807,560,6478.738897,65 +807,801,5739.607239,58 +807,802,7801.460255,79 +807,803,10572.81682,106 +807,804,1756.454699,18 +807,805,5735.756456,58 +807,806,2375.831872,24 +807,807,0,1 +807,808,4826.512469,49 +808,11,9920.067683,100 +808,12,9849.326618,99 +808,19,9929.003443,100 +808,20,7354.655397,74 +808,41,8476.770259,85 +808,42,8469.862535,85 +808,49,8517.906911,86 +808,50,9598.45109,96 +808,61,8181.10236,82 +808,62,8051.328189,81 +808,63,8200.76549,83 +808,64,7982.805381,80 +808,69,8063.54893,81 +808,81,8916.64146,90 +808,89,8877.561878,89 +808,91,10549.97156,106 +808,92,10522.89045,106 +808,99,10571.76066,106 +808,100,10472.78652,105 +808,111,10400.04924,105 +808,121,10216.1816,103 +808,122,10278.62931,103 +808,123,10235.39906,103 +808,124,10167.60636,102 +808,129,10131.68226,102 +808,131,10057.6864,101 +808,132,10236.83227,103 +808,139,10115.40997,102 +808,151,5579.239519,56 +808,159,5607.38277,57 +808,160,8453.168418,85 +808,171,9782.224854,98 +808,172,9718.840365,98 +808,179,9750.836271,98 +808,181,9840.796004,99 +808,182,9914.345531,100 +808,189,9909.443158,100 +808,190,9510.233527,96 +808,201,9449.837725,95 +808,209,9271.18155,93 +808,211,9962.519804,100 +808,219,9987.978681,100 +808,221,9661.622307,97 +808,222,9540.32843,96 +808,223,9728.138362,98 +808,229,9600.052863,97 +808,230,10563.42263,106 +808,241,10413.21324,105 +808,242,10407.56333,105 +808,249,10420.35668,105 +808,251,10587.61966,106 +808,259,10571.5828,106 +808,261,10006.48329,101 +808,262,9878.385794,99 +808,269,9875.099531,99 +808,271,9476.803686,95 +808,279,9413.729683,95 +808,280,9754.810108,98 +808,291,9490.009272,95 +808,292,9681.471041,97 +808,299,9585.652791,96 +808,300,8691.732043,87 +808,310,9228.023695,93 +808,321,8316.68645,84 +808,329,8236.594623,83 +808,330,10525.82574,106 +808,341,10488.37926,105 +808,342,10482.07696,105 +808,349,10489.24913,105 +808,350,8833.0738,89 +808,361,10441.56576,105 +808,362,10224.77976,103 +808,363,10503.15523,106 +808,364,10272.00063,103 +808,369,10350.75026,104 +808,371,10252.96444,103 +808,372,10279.33351,103 +808,373,10355.83103,104 +808,379,10330.30697,104 +808,380,9132.666989,92 +808,391,10021.72871,101 +808,392,10123.29142,102 +808,393,10072.42297,101 +808,394,10012.72318,101 +808,399,10081.76583,101 +808,401,9316.84199,94 +808,402,9394.762357,94 +808,409,9318.252756,94 +808,411,8058.743393,81 +808,419,8119.135725,82 +808,421,10450.55004,105 +808,422,10218.83133,103 +808,429,10328.94075,104 +808,440,10595.01092,106 +808,451,10309.73489,104 +808,452,10174.16825,102 +808,459,10264.98403,103 +808,460,9200.813388,93 +808,471,9752.541447,98 +808,472,9919.455681,100 +808,479,9963.03156,100 +808,481,9271.241507,93 +808,482,9479.489417,95 +808,483,9256.480207,93 +808,484,9334.309194,94 +808,485,8785.699048,88 +808,486,9399.412225,94 +808,487,9145.782058,92 +808,488,9211.979308,93 +808,489,9200.604363,93 +808,491,8554.389325,86 +808,499,8567.587841,86 +808,500,10453.97313,105 +808,511,10403.05305,105 +808,512,10464.41876,105 +808,513,10371.87927,104 +808,519,10302.99548,104 +808,531,8106.002363,82 +808,539,8194.830887,82 +808,540,10214.11822,103 +808,551,9777.287821,98 +808,559,9657.102565,97 +808,560,8811.463202,89 +808,801,9267.451806,93 +808,802,8895.390006,89 +808,803,9467.328055,95 +808,804,6580.510084,66 +808,805,8083.847343,81 +808,806,6273.00062,63 +808,807,4826.512469,49 +808,808,0,1 diff --git a/lib/data/data_faf_ton_distribution.csv b/lib/data/data_faf_ton_distribution.csv new file mode 100644 index 0000000..8a2e4ed --- /dev/null +++ b/lib/data/data_faf_ton_distribution.csv @@ -0,0 +1,1782 @@ +SCTG,SCTG_GROUP,DistanceGroup,Tonnage,Proportion,cumProportion +1,01-05,1,33800387.846,0.381782025973128,0.381782025973128 +1,01-05,2,32164056.169,0.363299337973943,0.745081363947071 +1,01-05,3,16663917.748,0.18822222713737,0.933303591084441 +1,01-05,4,4137269.255,0.0467312696341488,0.98003486071859 +1,01-05,5,889574.396,0.0100479176956809,0.990082778414271 +1,01-05,6,65051.625,0.000734770893709826,0.99081754930798 +1,01-05,7,96235.854,0.0010870028911731,0.991904552199154 +1,01-05,8,254598.737,0.00287574278925212,0.994780294988406 +1,01-05,9,85904.794,0.000970311537357269,0.995750606525763 +1,01-05,10,141083.629,0.00159356732699845,0.997344173852761 +1,01-05,11,84374.265,0.000953023911395906,0.998297197764157 +1,01-05,12,71248.234,0.000804762810635812,0.999101960574793 +1,01-05,13,20954.779,0.000236688348574258,0.999338648923368 +1,01-05,14,24682.128,0.000278789488336692,0.999617438411704 +1,01-05,15,16360.166,0.000184791291425251,0.999802229703129 +1,01-05,16,5027.427,5.67857763714728e-05,0.999859015479501 +1,01-05,17,138.613,1.56566108671075e-06,0.999860581140588 +1,01-05,18,1958.38,2.2120287123088e-05,0.999882701427711 +1,01-05,19,350.064,3.95404170357984e-06,0.999886655469414 +1,01-05,20,106.722,1.20544597184928e-06,0.999887860915386 +1,01-05,21,1572.084,1.77569978561937e-05,0.999905617913242 +1,01-05,22,865.798,9.77935862835372e-06,0.999915397271871 +1,01-05,23,1485.888,1.67833970898145e-05,0.99993218066896 +1,01-05,24,1104.369,1.24740649770921e-05,0.999944654733938 +1,01-05,25,4467.635,5.04628156747706e-05,0.999995117549612 +1,01-05,26,396.768,4.48157256571931e-06,0.999999599122178 +1,01-05,27,35.127,3.96766371068287e-07,0.999999995888549 +1,01-05,28,0.05,5.64759830142465e-10,0.999999996453309 +1,01-05,32,0.314,3.54669173329468e-09,1 +2,01-05,1,554345086.828,0.457614894260805,0.457614894260805 +2,01-05,2,398162295.175,0.328685147455236,0.786300041716041 +2,01-05,3,81551702.0360001,0.067321375061762,0.853621416777803 +2,01-05,4,38055744.753,0.03141522496539,0.885036641743193 +2,01-05,5,20390261.999,0.0168322725506858,0.901868914293879 +2,01-05,6,18248421.978,0.0150641719252399,0.916933086219119 +2,01-05,7,42720470.126,0.0352659812164027,0.952199067435521 +2,01-05,8,11019436.136,0.00909660466379122,0.961295672099313 +2,01-05,9,9682103.66,0.00799262940697404,0.969288301506287 +2,01-05,10,2812372.924,0.0023216291959985,0.971609930702285 +2,01-05,11,13481116.174,0.011128734968651,0.982738665670936 +2,01-05,12,5451324.571,0.00450009818146635,0.987238763852402 +2,01-05,13,474004.118,0.000391292986069268,0.987630056838472 +2,01-05,14,10224725.272,0.00844056650878884,0.996070623347261 +2,01-05,15,4280220.519,0.00353334539577663,0.999603968743037 +2,01-05,16,172643.763,0.000142518368480725,0.999746487111518 +2,01-05,17,8234.923,6.79797387481874e-06,0.999753285085393 +2,01-05,18,230459.926,0.000190245926542441,0.999943531011935 +2,01-05,19,2269.856,1.87377851469899e-06,0.99994540479045 +2,01-05,20,3952.514,3.26282187603397e-06,0.999948667612326 +2,01-05,21,3478.87,2.87182616933888e-06,0.999951539438495 +2,01-05,22,13963.696,1.15271072484723e-05,0.999963066545744 +2,01-05,23,15334.787,1.26589503510731e-05,0.999975725496095 +2,01-05,24,21517.521,1.77628310075108e-05,0.999993488327102 +2,01-05,25,6813.553,5.62462518334328e-06,0.999999112952286 +2,01-05,26,1059.516,8.74636239823062e-07,0.999999987588526 +2,01-05,27,15.035,1.24114745466229e-08,1 +3,01-05,1,306173019.172,0.472482229767749,0.472482229767749 +3,01-05,2,161851496.885,0.249767129534404,0.722249359302153 +3,01-05,3,71827783.229,0.1108437029203,0.833093062222453 +3,01-05,4,28441542.566,0.0438906193823331,0.876983681604786 +3,01-05,5,7916405.703,0.0122164945442117,0.889200176148998 +3,01-05,6,9887492.448,0.0152582500289433,0.904458426177941 +3,01-05,7,20533092.198,0.0316864014078516,0.936144827585793 +3,01-05,8,5182106.013,0.00799695874749702,0.94414178633329 +3,01-05,9,6037249.417,0.00931660495076394,0.953458391284054 +3,01-05,10,4044286.891,0.00624109104469028,0.959699482328744 +3,01-05,11,12116732.936,0.0186983850196332,0.978397867348377 +3,01-05,12,1219524.21,0.00188195393426504,0.980279821282642 +3,01-05,13,1734572.17,0.00267676926200436,0.982956590544647 +3,01-05,14,1635510.705,0.00252389889480533,0.985480489439452 +3,01-05,15,1679970.65,0.00259250890494196,0.988072998344394 +3,01-05,16,1155995.471,0.00178391720869651,0.98985691555309 +3,01-05,17,644269.659,0.000994228576636989,0.990851144129727 +3,01-05,18,701814.997,0.00108303179543304,0.99193417592516 +3,01-05,19,787307.758,0.0012149631147097,0.99314913903987 +3,01-05,20,664039.637,0.00102473735011795,0.994173876389988 +3,01-05,21,558261.208,0.00086150145124479,0.995035377841233 +3,01-05,22,628639.547,0.000970108390641334,0.996005486231874 +3,01-05,23,830645.543,0.00128184142209737,0.997287327653972 +3,01-05,24,903326.04,0.00139400102184282,0.998681328675814 +3,01-05,25,351065.127,0.000541759147972067,0.999223087823786 +3,01-05,26,358433.888,0.000553130524317772,0.999776218348104 +3,01-05,27,66357.781,0.000102402466468499,0.999878620814573 +3,01-05,28,3207.471,4.94972762163618e-06,0.999883570542194 +3,01-05,29,48.607,7.50096915934297e-08,0.999883645551886 +3,01-05,30,59545.279,9.18895017926374e-05,0.999975535053679 +3,01-05,32,0.738,1.13887202246489e-09,0.999975536192551 +3,01-05,33,10917.994,1.68485066504601e-05,0.999992384699201 +3,01-05,34,2.6,4.0122862580064e-09,0.999992388711487 +3,01-05,35,0.086,1.32714083918673e-10,0.999992388844201 +3,01-05,36,0.305,4.70672041804597e-10,0.999992389314873 +3,01-05,37,0.584,9.0122122102913e-10,0.999992390216095 +3,01-05,38,0.188,2.90119160194309e-10,0.999992390506214 +3,01-05,39,0.491,7.57704827954286e-10,0.999992391263919 +3,01-05,40,2.134,3.29316110560987e-09,0.99999239455708 +3,01-05,41,981.321,1.51436183192042e-06,0.999993908918912 +3,01-05,42,3.522,5.43510469257636e-09,0.999993914354016 +3,01-05,43,0.876,1.3518318315437e-09,0.999993915705848 +3,01-05,44,0.15,2.31478053346523e-10,0.999993915937326 +3,01-05,45,1.32,2.0370068694494e-09,0.999993917974333 +3,01-05,46,5.433,8.38413509221107e-09,0.999993926358468 +3,01-05,47,2.308,3.56167564749184e-09,0.999993929920144 +3,01-05,48,3918.113,6.04638113354471e-06,0.999999976301277 +3,01-05,49,1.608,2.48144473187473e-09,0.999999978782722 +3,01-05,50,10.623,1.63932757380008e-08,0.999999995175998 +3,01-05,51,1.519,2.34410108688912e-09,0.999999997520099 +3,01-05,52,0.86,1.32714083918673e-09,0.99999999884724 +3,01-05,53,0.697,1.07560135455018e-09,0.999999999922841 +3,01-05,54,0.05,7.71593511155077e-11,1 +4,01-05,1,177472762.43,0.440821334098123,0.440821334098123 +4,01-05,2,111511262.208,0.276980775531032,0.717802109629155 +4,01-05,3,48687889.241,0.120934953599455,0.83873706322861 +4,01-05,4,19682214.301,0.0488882905037,0.88762535373231 +4,01-05,5,9284679.262,0.0230620442422107,0.910687397974521 +4,01-05,6,7866455.64699999,0.019539344660294,0.930226742634815 +4,01-05,7,5141579.96099999,0.0127710760048273,0.942997818639642 +4,01-05,8,5763897.903,0.0143168401078335,0.957314658747476 +4,01-05,9,3020905.834,0.00750357250146444,0.96481823124894 +4,01-05,10,4569792.587,0.0113508238513367,0.976169055100277 +4,01-05,11,3337587.101,0.00829017128254718,0.984459226382824 +4,01-05,12,1851900.977,0.00459990281393602,0.98905912919676 +4,01-05,13,865782.43,0.00215050107185799,0.991209630268618 +4,01-05,14,497338.355,0.00123532960296225,0.99244495987158 +4,01-05,15,1208641.238,0.00300212176610095,0.995447081637681 +4,01-05,16,238584.726,0.000592616217670236,0.996039697855351 +4,01-05,17,645050.853,0.0016022299629936,0.997641927818345 +4,01-05,18,192862.418,0.000479047416832107,0.998120975235177 +4,01-05,19,222399.825,0.000552414839422798,0.9986733900746 +4,01-05,20,100270.16,0.000249059208276348,0.998922449282876 +4,01-05,21,187669.431,0.00046614865182755,0.999388597934704 +4,01-05,22,15727.061,3.90641578828021e-05,0.999427662092586 +4,01-05,23,21589.15,5.36248930525224e-05,0.999481286985639 +4,01-05,24,57728.676,0.000143391197734219,0.999624678183373 +4,01-05,25,47492.63,0.000117966071129851,0.999742644254503 +4,01-05,26,72922.072,0.000181129794927931,0.999923774049431 +4,01-05,27,14622.47,3.63204845912747e-05,0.999960094534022 +4,01-05,29,13.563,3.36888865226914e-08,0.999960128222909 +4,01-05,30,8964.851,2.22676286980636e-05,0.999982395851607 +4,01-05,33,7039.999,1.74865241783426e-05,0.999999882375785 +4,01-05,35,0.116,2.88130268866195e-10,0.999999882663916 +4,01-05,37,46.993,1.16725049351975e-07,0.999999999388965 +4,01-05,47,0.196,4.86840799118743e-10,0.999999999875806 +4,01-05,51,0.05,1.24194081407843e-10,1 +5,01-05,1,27210535.041,0.300649646694327,0.300649646694327 +5,01-05,2,13064210.323,0.144346673523035,0.444996320217362 +5,01-05,3,10587500.215,0.11698146303333,0.561977783250692 +5,01-05,4,7696227.836,0.0850357472312096,0.647013530481902 +5,01-05,5,5763366.80399999,0.0636795340768401,0.710693064558742 +5,01-05,6,4491348.333,0.0496249811869918,0.760318045745733 +5,01-05,7,4585315.707,0.0506632282391473,0.810981273984881 +5,01-05,8,2872656.849,0.0317400325066945,0.842721306491575 +5,01-05,9,2298327.926,0.0253942628433598,0.868115569334935 +5,01-05,10,2501564.948,0.0276398320233645,0.8957554013583 +5,01-05,11,1658857.447,0.0183287430623957,0.914084144420695 +5,01-05,12,1653533.448,0.0182699181103711,0.932354062531066 +5,01-05,13,818387.869000001,0.00904238094925498,0.941396443480321 +5,01-05,14,1053183.509,0.0116366418156806,0.953033085296002 +5,01-05,15,955433.007,0.0105565949203802,0.963589680216382 +5,01-05,16,1146364.733,0.0126662026836287,0.976255882900011 +5,01-05,17,418332.28,0.00462216020351396,0.980878043103525 +5,01-05,18,366532.274,0.00404982109003464,0.984927864193559 +5,01-05,19,302647.918,0.00334396179576665,0.988271825989326 +5,01-05,20,173426.727,0.00191619474300448,0.990188020732331 +5,01-05,21,175658.941,0.00194085851199818,0.992128879244329 +5,01-05,22,123137.827,0.00136055186443319,0.993489431108762 +5,01-05,23,125737.05,0.00138927072187029,0.994878701830632 +5,01-05,24,261439.298,0.00288864707942267,0.997767348910055 +5,01-05,25,61679.047,0.00068149279905932,0.998448841709114 +5,01-05,26,49788.225,0.000550110912307793,0.998998952621422 +5,01-05,27,26765.369,0.00029573099982666,0.999294683621249 +5,01-05,28,2002.63,2.21270916228677e-05,0.999316810712872 +5,01-05,29,666.617,7.36546213547247e-06,0.999324176175007 +5,01-05,30,26932.713,0.000297579986419559,0.999621756161427 +5,01-05,32,6346.205,7.01193228367204e-05,0.999691875484263 +5,01-05,33,346.96,3.83356671450552e-06,0.999695709050978 +5,01-05,34,365.874,4.04254780984262e-06,0.999699751598788 +5,01-05,35,9486.506,0.000104816559945115,0.999804568158733 +5,01-05,36,166.168,1.83599294966553e-06,0.999806404151682 +5,01-05,37,56.21,6.21065209310455e-07,0.999807025216892 +5,01-05,39,138.512,1.53042135335367e-06,0.999808555638245 +5,01-05,40,0.1,1.10490163549271e-09,0.999808556743147 +5,01-05,41,1215.584,1.34310074967878e-05,0.999821987750644 +5,01-05,42,30.489,3.36873459645374e-07,0.999822324624103 +5,01-05,43,9.022,9.96842255541527e-08,0.999822424308329 +5,01-05,44,531.339,5.87077330101064e-06,0.99982829508163 +5,01-05,45,69.754,7.70713086821588e-07,0.999829065794717 +5,01-05,46,27.374,3.02455773699776e-07,0.99982936825049 +5,01-05,47,135.673,1.49905319592203e-06,0.999830867303686 +5,01-05,48,10325.045,0.000114081591070359,0.999944948894757 +5,01-05,49,48.768,5.38838429597087e-07,0.999945487733186 +5,01-05,50,2263.633,2.50109180385528e-05,0.999970498651225 +5,01-05,51,144.764,1.59949980360467e-06,0.999972098151028 +5,01-05,52,130.476,1.44163145792547e-06,0.999973539782486 +5,01-05,53,1412.533,1.56071002188743e-05,0.999989146882705 +5,01-05,54,982.27,1.08531172949543e-05,1 +6,06-09,1,52555424.283,0.397600339006357,0.397600339006357 +6,06-09,2,19631936.49,0.148522530457435,0.546122869463792 +6,06-09,3,15703213.179,0.11880035160289,0.664923221066682 +6,06-09,4,8301653.68299999,0.0628049409495844,0.727728162016266 +6,06-09,5,7884435.80499999,0.0596485404068154,0.787376702423082 +6,06-09,6,5038810.33899999,0.0381203791294132,0.825497081552495 +6,06-09,7,4274692.415,0.0323395572681481,0.857836638820643 +6,06-09,8,4209196.997,0.0318440613083032,0.889680700128946 +6,06-09,9,2294506.961,0.0173587552187481,0.907039455347694 +6,06-09,10,1846752.674,0.0139713359612399,0.921010791308934 +6,06-09,11,1777105.378,0.013444429578535,0.934455220887469 +6,06-09,12,778790.066,0.00589182179538686,0.940347042682856 +6,06-09,13,1171445.224,0.0088623966896684,0.949209439372525 +6,06-09,14,668094.687,0.00505437217306359,0.954263811545588 +6,06-09,15,1104255.018,0.00835407906027104,0.962617890605859 +6,06-09,16,623734.489,0.00471877161415241,0.967336662220012 +6,06-09,17,1419844.027,0.0107416213297313,0.978078283549743 +6,06-09,18,716746.671,0.00542244160824821,0.983500725157991 +6,06-09,19,343363.565,0.00259766659120268,0.986098391749194 +6,06-09,20,226668.794,0.00171482945035826,0.987813221199552 +6,06-09,21,266156.81,0.00201357023235147,0.989826791431904 +6,06-09,22,180844.418,0.00136815186795982,0.991194943299863 +6,06-09,23,183573.469,0.00138879810224617,0.992583741402109 +6,06-09,24,427716.609,0.00323582714928359,0.995819568551393 +6,06-09,25,232679.236,0.00176030056603054,0.997579869117424 +6,06-09,26,97270.823,0.000735888116742641,0.998315757234166 +6,06-09,27,22701.581,0.00017174547489097,0.998487502709057 +6,06-09,28,189597.616,0.0014343729010819,0.999921875610139 +6,06-09,30,4708.291,3.561988364246e-05,0.999957495493782 +6,06-09,32,0.248,1.87620755457343e-09,0.999957497369989 +6,06-09,33,15.323,1.15923904672293e-07,0.999957613293894 +6,06-09,35,0.248,1.87620755457343e-09,0.999957615170101 +6,06-09,36,0.298,2.25447520670517e-09,0.999957617424577 +6,06-09,46,0.5,3.7826765213174e-09,0.999957621207253 +6,06-09,47,5004.897,3.78638127470238e-05,0.99999548502 +6,06-09,48,16.176,1.22377150817661e-07,0.999995607397151 +6,06-09,52,580.373,4.39072664141309e-06,0.999999998123792 +6,06-09,53,0.248,1.87620755457343e-09,1 +7,06-09,1,292493385.359,0.465379384095768,0.465379384095768 +7,06-09,2,100762025.09,0.160320101321511,0.625699485417279 +7,06-09,3,73305237.7379998,0.116634249173302,0.742333734590581 +7,06-09,4,36799899.545,0.0585514594253756,0.800885194015957 +7,06-09,5,23201344.174,0.0369151160414705,0.837800310057427 +7,06-09,6,16855337.3530001,0.0268181330201292,0.864618443077556 +7,06-09,7,17302086.942,0.0275289458418231,0.89214738891938 +7,06-09,8,9468710.26699999,0.0150654434350002,0.90721283235438 +7,06-09,9,8631347.742,0.0137331355071779,0.920945967861558 +7,06-09,10,8576730.75199999,0.013646235691867,0.934592203553425 +7,06-09,11,6808798.71899999,0.0108333203856597,0.945425523939084 +7,06-09,12,4618139.979,0.00734781450341927,0.952773338442503 +7,06-09,13,3071078.21799999,0.00488632072088938,0.957659659163393 +7,06-09,14,4070337.29799999,0.00647621847065125,0.964135877634044 +7,06-09,15,3062536.538,0.0048727302536292,0.969008607887673 +7,06-09,16,3028589.074,0.00481871723768171,0.973827325125355 +7,06-09,17,2679273.295,0.00426292907212567,0.978090254197481 +7,06-09,18,1870083.357,0.00297544588852914,0.98106570008601 +7,06-09,19,2318258.801,0.00368852735476322,0.984754227440773 +7,06-09,20,1231258.122,0.00195902599908706,0.98671325343986 +7,06-09,21,2001582.87,0.00318467168792191,0.989897925127782 +7,06-09,22,872932.687000001,0.00138890278060308,0.991286827908385 +7,06-09,23,1809737.818,0.00287943151289368,0.994166259421279 +7,06-09,24,1622399.751,0.00258136229628167,0.996747621717561 +7,06-09,25,1364925.762,0.00217170145463757,0.998919323172198 +7,06-09,26,395828.209,0.000629793005014644,0.999549116177213 +7,06-09,27,130603.244,0.00020779976675038,0.999756915943963 +7,06-09,28,62648.952,9.96792821834944e-05,0.999856595226147 +7,06-09,29,5244.772,8.34483405526225e-06,0.999864940060202 +7,06-09,30,48764.412,7.75879153454982e-05,0.999942527975547 +7,06-09,31,1.634,2.59981918113857e-09,0.999942530575366 +7,06-09,32,13.782,2.19282178423818e-08,0.999942552503584 +7,06-09,33,4723.184,7.51494758827834e-06,0.999950067451173 +7,06-09,34,12.472,1.98439074829622e-08,0.99995008729508 +7,06-09,35,0.955,1.51947816278295e-09,0.999950088814558 +7,06-09,36,2985.984,4.7509293009626e-06,0.999954839743859 +7,06-09,37,48.826,7.76859065717699e-08,0.999954917429766 +7,06-09,38,0.05,7.95538305121963e-11,0.99995491750932 +7,06-09,39,8.175,1.30070512887441e-08,0.999954930516371 +7,06-09,40,0.526,8.36906296988305e-10,0.999954931353277 +7,06-09,41,2.961,4.71117784293226e-09,0.999954936064455 +7,06-09,42,9847.685,1.56684212685499e-05,0.999970604485724 +7,06-09,43,5.256,8.36269866344207e-09,0.999970612848422 +7,06-09,45,174.274,2.7728328517365e-07,0.999970890131707 +7,06-09,46,46.705,7.43112330814425e-08,0.999970964442941 +7,06-09,47,133.127,2.11815255891943e-07,0.999971176258196 +7,06-09,48,15038.593,2.3927553573278e-05,0.99999510381177 +7,06-09,49,0.809,1.28718097768734e-09,0.999995105098951 +7,06-09,50,892.525,1.42007565155796e-06,0.999996525174602 +7,06-09,51,69.78,1.11025325862821e-07,0.999996636199928 +7,06-09,52,479.975,7.63676996001828e-07,0.999997399876924 +7,06-09,53,1634.191,2.60012307677113e-06,1 +8,06-09,1,69031095.978,0.610446539632581,0.610446539632581 +8,06-09,2,14996867.861,0.132618292689314,0.743064832321895 +8,06-09,3,9082300.035,0.0803153788842866,0.823380211206182 +8,06-09,4,4472801.805,0.0395532816861952,0.862933492892377 +8,06-09,5,3227132.756,0.0285377480384055,0.891471240930782 +8,06-09,6,2268274.03,0.0200584970140593,0.911529737944842 +8,06-09,7,1994231.096,0.0176351172545321,0.929164855199374 +8,06-09,8,1080618.96,0.00955598481304122,0.938720840012415 +8,06-09,9,1314474.295,0.0116239829811547,0.95034482299357 +8,06-09,10,780849.372000001,0.00690510255354467,0.957249925547114 +8,06-09,11,742700.387,0.00656774856033605,0.96381767410745 +8,06-09,12,413293.157,0.00365477867575622,0.967472452783207 +8,06-09,13,184239.86,0.00162924524673974,0.969101698029946 +8,06-09,14,574940.479,0.00508423661725003,0.974185934647196 +8,06-09,15,357438.551,0.00316085270699994,0.977346787354196 +8,06-09,16,138864.635,0.00122798913608596,0.978574776490282 +8,06-09,17,199850.02,0.00176728692230792,0.98034206341259 +8,06-09,18,612703.125,0.00541817418917293,0.985760237601763 +8,06-09,19,124608.618,0.00110192223647645,0.98686215983824 +8,06-09,20,242202.903,0.00214181626310027,0.98900397610134 +8,06-09,21,75567.462,0.000668248055940153,0.98967222415728 +8,06-09,22,87645.612,0.00077505593387118,0.990447280091151 +8,06-09,23,155970.178,0.00137925458225843,0.99182653467341 +8,06-09,24,271474.242,0.00240066464656874,0.994227199319978 +8,06-09,25,166015.548,0.00146808645243159,0.99569528577241 +8,06-09,26,245212.847,0.0021684333966291,0.997863719169039 +8,06-09,27,146798.793,0.00129815141914665,0.999161870588186 +8,06-09,28,7300.292,6.45569641705771e-05,0.999226427552356 +8,06-09,29,1337.341,1.1826194763284e-05,0.99923825374712 +8,06-09,30,34485.255,0.000304955386914416,0.999543209134034 +8,06-09,32,0.188,1.66249641302957e-09,0.99954321079653 +8,06-09,33,0.452,3.99706584409238e-09,0.999543214793596 +8,06-09,35,1871.297,1.65480029266649e-05,0.999559762796523 +8,06-09,40,628.682,5.55947643583117e-06,0.999565322272959 +8,06-09,41,25171.08,0.000222589522404683,0.999787911795363 +8,06-09,42,9.208,8.14269519743421e-08,0.999787993222315 +8,06-09,44,9301.254,8.2251603253601e-05,0.999870244825569 +8,06-09,45,819.87,7.25016454335403e-06,0.999877494990112 +8,06-09,47,32.735,2.89477766385761e-07,0.999877784467879 +8,06-09,48,2523.399,2.23145839688426e-05,0.999900099051847 +8,06-09,49,0.109,9.63894196916083e-10,0.999900100015742 +8,06-09,50,0.068,6.01328489819208e-10,0.99990010061707 +8,06-09,51,12.359,1.09291453024641e-07,0.999900209908523 +8,06-09,52,11284.558,9.97900914767244e-05,1 +9,06-09,1,3532187.277,0.763892956448866,0.763892956448866 +9,06-09,2,244025.335,0.0527744482336448,0.816667404682511 +9,06-09,3,239300.72,0.0517526733849743,0.868420078067485 +9,06-09,4,90821.427,0.0196416109733739,0.888061689040859 +9,06-09,5,32012.877,0.0069233054020663,0.894984994442925 +9,06-09,6,169203.144,0.0365929323035165,0.931577926746442 +9,06-09,7,44037.676,0.00952386379222477,0.941101790538667 +9,06-09,8,15486.174,0.00334913703980866,0.944450927578475 +9,06-09,9,22480.862,0.00486185210181849,0.949312779680294 +9,06-09,10,43692.589,0.00944923311497315,0.958762012795267 +9,06-09,11,88165.344,0.019067189818342,0.977829202613609 +9,06-09,12,7017.174,0.00151757802528774,0.979346780638897 +9,06-09,13,4320.591,0.000934398086445621,0.980281178725342 +9,06-09,14,10901.689,0.00235766758312122,0.982638846308463 +9,06-09,15,5493.263,0.00118800748220383,0.983826853790667 +9,06-09,16,4160.319,0.000899736659314283,0.984726590449982 +9,06-09,17,5695.186,0.00123167661561853,0.9859582670656 +9,06-09,18,2103.06,0.000454820935302677,0.986413088000903 +9,06-09,19,16950.534,0.00366582871043138,0.990078916711334 +9,06-09,20,6617.913,0.00143123133929215,0.991510148050626 +9,06-09,21,9301.628,0.00201162836381157,0.993521776414438 +9,06-09,22,3561.619,0.000770258045311015,0.994292034459749 +9,06-09,23,11666.883,0.00252315323296858,0.996815187692718 +9,06-09,24,10884.08,0.00235385935042707,0.999169047043145 +9,06-09,25,2212.445,0.000478477220909404,0.999647524264054 +9,06-09,26,372.56,8.05721604026348e-05,0.999728096424457 +9,06-09,27,132.806,2.87214578441924e-05,0.999756817882301 +9,06-09,28,92.573,2.00204171273167e-05,0.999776838299428 +9,06-09,29,51.385,1.11128421255352e-05,0.999787951141554 +9,06-09,30,90.987,1.96774188279862e-05,0.999807628560382 +9,06-09,32,0.507,1.0964699732697e-07,0.999807738207379 +9,06-09,33,62.874,1.35975252661458e-05,0.999821335732645 +9,06-09,34,22.596,4.8867525672588e-06,0.999826222485212 +9,06-09,36,108.84,2.35384204912572e-05,0.999849760905704 +9,06-09,38,0.143,3.09260761691453e-08,0.99984979183178 +9,06-09,39,0.431,9.32107610412702e-08,0.999849885042541 +9,06-09,40,2.084,4.50698900255237e-07,0.999850335741441 +9,06-09,41,6.668,1.44206346780322e-06,0.999851777804909 +9,06-09,42,0.327,7.07190692818918e-08,0.999851848523978 +9,06-09,43,3.992,8.63334937533064e-07,0.999852711858916 +9,06-09,44,30.041,6.49685492445661e-06,0.99985920871384 +9,06-09,45,37.74,8.16188891345136e-06,0.999867370602754 +9,06-09,46,29.024,6.27691213100192e-06,0.999873647514885 +9,06-09,47,254.067,5.49461216368269e-05,0.999928593636522 +9,06-09,48,80.409,1.73897542565371e-05,0.999945983390778 +9,06-09,49,45.325,9.80226854801756e-06,0.999955785659326 +9,06-09,50,79.541,1.72020351368531e-05,0.999972987694463 +9,06-09,51,44.864,9.70256979896878e-06,0.999982690264262 +9,06-09,52,62.112,1.34327303707549e-05,0.999996122994633 +9,06-09,53,17.927,3.87700536702286e-06,1 +10,10-14,1,8842507.899,0.543775350441738,0.543775350441738 +10,10-14,2,4118488.773,0.253268948290304,0.797044298732042 +10,10-14,3,1170147.628,0.0719589333424545,0.869003232074497 +10,10-14,4,1036348.607,0.0637308819384784,0.932734114012975 +10,10-14,5,242081.72,0.0148869612141851,0.94762107522716 +10,10-14,6,82679.606,0.00508443218152163,0.952705507408682 +10,10-14,7,329191.769,0.0202438461571241,0.972949353565806 +10,10-14,8,84597.629,0.00520238216142476,0.978151735727231 +10,10-14,9,60343.091,0.00371083473490293,0.981862570462133 +10,10-14,10,76147.213,0.00468271873852885,0.986545289200662 +10,10-14,11,37702.886,0.00231856168877536,0.988863850889438 +10,10-14,12,27962.813,0.00171959003170711,0.990583440921145 +10,10-14,13,32510.989,0.00199928285488801,0.992582723776033 +10,10-14,14,4149.917,0.000255201646043689,0.992837925422076 +10,10-14,15,6563.857,0.000403648340628353,0.993241573762705 +10,10-14,16,28161.498,0.00173180828548043,0.994973382048185 +10,10-14,17,40462.831,0.00248828616928667,0.997461668217472 +10,10-14,18,2934.998,0.000180489470207461,0.997642157687679 +10,10-14,19,2282.575,0.000140368324768465,0.997782526012448 +10,10-14,20,1.152,7.08429340255071e-08,0.997782596855382 +10,10-14,21,1381.938,8.49831098622754e-05,0.997867579965244 +10,10-14,22,7407.656,0.000455538268482337,0.998323118233726 +10,10-14,23,12674.838,0.000779446798800339,0.999102565032527 +10,10-14,24,8331.009,0.000512320417493842,0.999614885450021 +10,10-14,25,2328.407,0.000143186791220077,0.999758072241241 +10,10-14,26,3058.375,0.000188076613151268,0.999946148854392 +10,10-14,27,875.691,5.38511456074048e-05,1 +11,10-14,1,440238405.067,0.71862305647629,0.71862305647629 +11,10-14,2,63537566.481,0.103715531630396,0.822338588106686 +11,10-14,3,30218484.022,0.0493271352522383,0.871665723358924 +11,10-14,4,8881882.74600001,0.0144983392015132,0.886164062560438 +11,10-14,5,8484661.76,0.0138499356188853,0.900013998179323 +11,10-14,6,7384543.84200001,0.0120541583954121,0.912068156574735 +11,10-14,7,3969751.496,0.00648002291638478,0.91854817949112 +11,10-14,8,8861976.692,0.0144658455589704,0.93301402505009 +11,10-14,9,4577704.426,0.00747241473800204,0.940486439788092 +11,10-14,10,9463227.887,0.0154472978050441,0.955933737593136 +11,10-14,11,21427449.524,0.0349770921668791,0.990910829760015 +11,10-14,12,4165432.455,0.00679944268356613,0.997710272443581 +11,10-14,13,800028.214,0.00130592586606444,0.999016198309646 +11,10-14,14,13067.965,2.13314895795972e-05,0.999037529799226 +11,10-14,15,39724.531,6.48443287903575e-05,0.999102374128016 +11,10-14,16,32541.046,5.31183687481709e-05,0.999155492496764 +11,10-14,17,192165.248,0.000313680897161318,0.999469173393925 +11,10-14,18,8938.524,1.4590797539095e-05,0.999483764191464 +11,10-14,19,76075.726,0.000124182193358284,0.999607946384823 +11,10-14,20,179380.586,0.000292811857166822,0.99990075824199 +11,10-14,21,7794.856,1.27239313495606e-05,0.999913482173339 +11,10-14,22,9673.117,1.57899102490498e-05,0.999929272083588 +11,10-14,23,5501.331,8.98009635780435e-06,0.999938252179946 +11,10-14,24,15155.072,2.4738378197833e-05,0.999962990558144 +11,10-14,25,2654.66,4.33333362366469e-06,0.999967323891767 +11,10-14,26,11068.724,1.80680290056973e-05,0.999985391920773 +11,10-14,30,8917.067,1.45557722102156e-05,0.999999947692983 +11,10-14,48,31.994,5.2225398339346e-08,0.999999999918382 +11,10-14,52,0.05,8.16174881842627e-11,1 +12,10-14,1,1409904795.175,0.749250021292455,0.749250021292455 +12,10-14,2,318510134.725,0.16926229773901,0.918512319031465 +12,10-14,3,100899243.284,0.0536197624390278,0.972132081470493 +12,10-14,4,25707538.826,0.0136614713835102,0.985793552854003 +12,10-14,5,10902619.662,0.00579385788448441,0.991587410738487 +12,10-14,6,6099732.55,0.0032415130146419,0.994828923753129 +12,10-14,7,1602783.214,0.000851749253798115,0.995680673006927 +12,10-14,8,1561336.917,0.000829723909238669,0.996510396916166 +12,10-14,9,1584592.635,0.000842082436755067,0.997352479352921 +12,10-14,10,577438.835,0.000306861896561704,0.997659341249483 +12,10-14,11,2178798.393,0.00115785459268872,0.998817195842171 +12,10-14,12,193174.692,0.000102656677663259,0.998919852519835 +12,10-14,13,1224176.746,0.000650550630188035,0.999570403150023 +12,10-14,14,12639.882,6.71707188318247e-06,0.999577120221906 +12,10-14,15,283751.987,0.000150791161948731,0.999727911383855 +12,10-14,16,76650.19,4.07333578026752e-05,0.999768644741657 +12,10-14,17,113495.191,6.03134868143962e-05,0.999828958228472 +12,10-14,18,68862.905,3.65950475621343e-05,0.999865553276034 +12,10-14,19,12284.51,6.52822049443767e-06,0.999872081496528 +12,10-14,20,12781.631,6.79239997741382e-06,0.999878873896506 +12,10-14,21,51825.03,2.75407991829424e-05,0.999906414695689 +12,10-14,22,36752.911,1.95311906474449e-05,0.999925945886336 +12,10-14,23,1417.715,7.53400511560632e-07,0.999926699286848 +12,10-14,24,137435.525,7.30358321958956e-05,0.999999735119044 +12,10-14,25,372.79,1.98107642724164e-07,0.999999933226686 +12,10-14,26,125.651,6.67733131680944e-08,1 +13,10-14,1,144000917.571,0.57943775343481,0.57943775343481 +13,10-14,2,37670513.034,0.151580405259539,0.731018158694349 +13,10-14,3,22300531.34,0.0897339405749347,0.820752099269284 +13,10-14,4,10853936.065,0.0436745851034441,0.864426684372728 +13,10-14,5,7015709.66800001,0.0282301468445329,0.892656831217261 +13,10-14,6,6828581.367,0.0274771710707358,0.920134002287996 +13,10-14,7,2871937.925,0.0115562406638537,0.93169024295185 +13,10-14,8,4718646.35,0.018987114015779,0.950677356967629 +13,10-14,9,2199484.791,0.00885039170241882,0.959527748670048 +13,10-14,10,3292476.988,0.0132484257832725,0.972776174453321 +13,10-14,11,2315438.81,0.0093169730090134,0.982093147462334 +13,10-14,12,1333687.68,0.0053665560339354,0.987459703496269 +13,10-14,13,668252.194,0.00268894501889773,0.990148648515167 +13,10-14,14,323370.698,0.00130119442248263,0.99144984293765 +13,10-14,15,504456.415,0.00202985575886528,0.993479698696515 +13,10-14,16,334079.336,0.00134428435030901,0.994823983046824 +13,10-14,17,137178.43,0.000551985102870775,0.995375968149695 +13,10-14,18,173082.243,0.000696456576354311,0.996072424726049 +13,10-14,19,167876.051,0.000675507652921633,0.996747932378971 +13,10-14,20,212498.497,0.000855061577293385,0.997602993956264 +13,10-14,21,180667.325,0.000726977790717628,0.998329971746982 +13,10-14,22,112490.072,0.000452642911606882,0.998782614658588 +13,10-14,23,185267.886,0.000745489747275581,0.999528104405864 +13,10-14,24,39077.495,0.000157241886333786,0.999685346292198 +13,10-14,25,34526.759,0.000138930417984879,0.999824276710183 +13,10-14,26,42407.18,0.00017064003148862,0.999994916741671 +13,10-14,27,281.971,1.13460834506981e-06,0.999996051350016 +13,10-14,30,981.312,3.94864998286047e-06,1 +14,10-14,1,23735313.437,0.443333888079,0.443333888079 +14,10-14,2,1920542.672,0.0358723575426695,0.479206245621669 +14,10-14,3,777796.708,0.0145278738200759,0.493734119441745 +14,10-14,4,452312.723,0.0084484057329784,0.502182525174724 +14,10-14,5,339189.349,0.00633546016935015,0.508517985344074 +14,10-14,6,18045864.817,0.337064999554514,0.845582984898588 +14,10-14,7,237970.952,0.0044448786269475,0.850027863525536 +14,10-14,8,3938684.861,0.0735677023174685,0.923595565843004 +14,10-14,9,3458530.072,0.0645992557851683,0.988194821628172 +14,10-14,10,260832.283,0.0048718880610463,0.993066709689218 +14,10-14,11,19682.612,0.000367636556756307,0.993434346245975 +14,10-14,12,60286.482,0.00112604539790913,0.994560391643884 +14,10-14,13,20137.424,0.000376131644585679,0.99493652328847 +14,10-14,14,4997.477,9.334407632223e-05,0.995029867364792 +14,10-14,15,27477.637,0.000513233906885921,0.995543101271678 +14,10-14,16,76658.318,0.00143184248494306,0.996974943756621 +14,10-14,17,44343.184,0.000828252646618821,0.99780319640324 +14,10-14,18,55404.569,0.00103485985374945,0.998838056256989 +14,10-14,19,11721.174,0.0002189309046229,0.999056987161612 +14,10-14,20,32437.62,0.000605877661266174,0.999662864822878 +14,10-14,21,3476.811,6.49407113513416e-05,0.99972780553423 +14,10-14,22,7746.719,0.000144695079053464,0.999872500613283 +14,10-14,23,5572.984,0.000104093534365154,0.999976594147648 +14,10-14,24,151.831,2.83593590367309e-06,0.999979430083552 +14,10-14,25,670.063,1.25155977331566e-05,0.999991945681285 +14,10-14,26,373.277,6.97215750614421e-06,0.999998917838791 +14,10-14,27,23.406,4.37182892567212e-07,0.999999355021684 +14,10-14,28,0.36,6.72416650962131e-09,0.99999936174585 +14,10-14,29,0.05,9.33912015225182e-10,0.999999362679762 +14,10-14,30,1.315,2.45618860004223e-08,0.999999387241648 +14,10-14,31,7.643,1.42757790647321e-07,0.999999529999439 +14,10-14,32,0.689,1.2869307569803e-08,0.999999542868746 +14,10-14,33,0.528,9.86211088077793e-09,0.999999552730857 +14,10-14,34,21.747,4.06195691902041e-07,0.999999958926549 +14,10-14,35,1.077,2.01164648079504e-08,0.999999979043014 +14,10-14,36,0.515,9.61929375681938e-09,0.999999988662308 +14,10-14,37,0.05,9.33912015225182e-10,0.99999998959622 +14,10-14,39,0.05,9.33912015225182e-10,0.999999990530132 +14,10-14,41,0.407,7.60204380393299e-09,0.999999998132176 +14,10-14,42,0.1,1.86782403045036e-09,1 +15,15-19,1,147521259.133,0.186647821476575,0.186647821476575 +15,15-19,2,266112296.672,0.336692356978709,0.523340178455284 +15,15-19,3,44278734.431,0.0560226327232941,0.579362811178578 +15,15-19,4,40749268.925,0.0515570590728028,0.630919870251381 +15,15-19,5,24245602.448,0.0306761812087462,0.661596051460127 +15,15-19,6,17147877.737,0.0216959510877828,0.68329200254791 +15,15-19,7,16912474.222,0.0213981122983033,0.704690114846213 +15,15-19,8,47240808.226,0.0597703272870393,0.764460442133253 +15,15-19,9,53670541.182,0.0679053964693839,0.832365838602636 +15,15-19,10,56156652.613,0.0710508907884489,0.903416729391085 +15,15-19,11,24693812.725,0.0312432687746816,0.934659998165767 +15,15-19,12,21660944.711,0.0274060034817604,0.962066001647527 +15,15-19,13,12109276.037,0.0153209781779781,0.977386979825505 +15,15-19,14,9543294.422,0.0120744299773767,0.989461409802882 +15,15-19,15,2347010.138,0.00296949966273126,0.992430909465613 +15,15-19,16,5256977.46,0.006651267730679,0.999082177196292 +15,15-19,17,0.651,8.23662518171046e-10,0.999082178019955 +15,15-19,18,656384.394,0.00083047499669772,0.999912653016653 +15,15-19,19,63424.299,8.0246110334214e-05,0.999992899126987 +15,15-19,22,678.479,8.5842967997876e-07,0.999993757556667 +15,15-19,23,4933.854,6.24244333322317e-06,1 +16,15-19,1,32149558.905,0.0633415100357093,0.0633415100357093 +16,15-19,2,24899321.266,0.049056990564415,0.112398500600124 +16,15-19,3,56898137.989,0.112101506247506,0.22450000684763 +16,15-19,4,67868170.949,0.133714818420191,0.358214825267821 +16,15-19,5,54290955.387,0.106964798666618,0.465179623934439 +16,15-19,6,25989172.397,0.0512042304862956,0.516383854420735 +16,15-19,7,59683568.353,0.11758940005894,0.633973254479675 +16,15-19,8,25357405.398,0.0499595143200291,0.683932768799704 +16,15-19,9,17550021.616,0.0345772977353009,0.718510066535005 +16,15-19,10,26324244.067,0.0518643933709778,0.770374459905983 +16,15-19,11,22746968.235,0.0448163945575979,0.815190854463581 +16,15-19,12,12934109.305,0.0254829628228027,0.840673817286383 +16,15-19,13,32347630.66,0.0637317537741754,0.904405571060559 +16,15-19,14,21673531.218,0.0427014939524007,0.947107065012959 +16,15-19,15,2650418.036,0.00522189063688863,0.952328955649848 +16,15-19,16,2344460.39,0.00461908860897039,0.956948044258818 +16,15-19,17,1807759.872,0.00356167375150619,0.960509718010325 +16,15-19,18,124974.583,0.000246226669133926,0.960755944679459 +16,15-19,19,405.278,7.98484376725299e-07,0.960756743163835 +16,15-19,20,771.565,1.52014814060486e-06,0.960758263311976 +16,15-19,22,7580338.328,0.0149348884597732,0.975693151771749 +16,15-19,26,11660973.05,0.0229746119893993,0.998667763761148 +16,15-19,28,673924.176,0.00132777482526431,0.999995538586413 +16,15-19,32,1157.807,2.28112752422581e-06,0.999997819713937 +16,15-19,34,14.611,2.87867962937375e-08,0.999997848500733 +16,15-19,35,1.923,3.78872146142339e-09,0.999997852289455 +16,15-19,40,1074.742,2.11747170093245e-06,0.999999969761156 +16,15-19,42,1.785,3.51683193377055e-09,0.999999973277987 +16,15-19,43,13.563,2.67220120547507e-08,1 +17,15-19,1,1061268260.286,0.776504825964712,0.776504825964712 +17,15-19,2,127405487.555,0.093219574770081,0.869724400734793 +17,15-19,3,50252657.848,0.0367686783792154,0.906493079114009 +17,15-19,4,43317395.08,0.0316943110300647,0.938187390144073 +17,15-19,5,20027473.183,0.0146536273253733,0.952841017469446 +17,15-19,6,8739344.944,0.00639437150693409,0.95923538897638 +17,15-19,7,13643032.998,0.00998228380154126,0.969217672777922 +17,15-19,8,3772455.88,0.00276021653165198,0.971977889309574 +17,15-19,9,9703154.052,0.00709956778169035,0.979077457091264 +17,15-19,10,10947341.288,0.00800991008562144,0.987087367176886 +17,15-19,11,6440896.537,0.00471265129814782,0.991800018475033 +17,15-19,12,2408920.032,0.0017625496777855,0.993562568152819 +17,15-19,13,4675769.699,0.00342114983764295,0.996983717990462 +17,15-19,14,1534271.605,0.00112259015953428,0.998106308149996 +17,15-19,15,332004.546,0.000242919855288754,0.998349228005285 +17,15-19,16,966062.608,0.000706845107281262,0.999056073112566 +17,15-19,17,521961.754,0.000381907040959446,0.999437980153526 +17,15-19,18,158575.192,0.000116025708554685,0.99955400586208 +17,15-19,19,556514.608,0.000407188545067205,0.999961194407148 +17,15-19,20,903.033,6.60727837386208e-07,0.999961855134985 +17,15-19,21,21529.455,1.57525918125403e-05,0.999977607726797 +17,15-19,22,30025.725,2.19691111456647e-05,0.999999576837943 +17,15-19,32,578.346,4.23162057024454e-07,1 +18,15-19,1,675277315.623,0.771934658673455,0.771934658673455 +18,15-19,2,87104234.531,0.0995720957835917,0.871506754457047 +18,15-19,3,62703924.516,0.0716791923094416,0.943185946766488 +18,15-19,4,16687914.947,0.0190765773269007,0.962262524093389 +18,15-19,5,3695899.514,0.00422492043464965,0.966487444528039 +18,15-19,6,2878507.222,0.00329052885162245,0.969777973379661 +18,15-19,7,3998491.742,0.00457082488432441,0.974348798263986 +18,15-19,8,2514893.881,0.00287486889417965,0.977223667158165 +18,15-19,9,3159411.419,0.003611640905018,0.980835308063183 +18,15-19,10,7623727.265,0.00871496667809411,0.989550274741277 +18,15-19,11,2539360.682,0.00290283780597604,0.992453112547253 +18,15-19,12,1043042.84,0.00119234113163473,0.993645453678888 +18,15-19,13,2184381.497,0.00249704787394442,0.996142501552832 +18,15-19,14,233187.117,0.000266564881425599,0.996409066434258 +18,15-19,15,2381089.501,0.00272191212217699,0.999130978556435 +18,15-19,16,434660.729,0.000496876873717897,0.999627855430153 +18,15-19,17,121743.66,0.000139169713617663,0.999767025143771 +18,15-19,18,150283.466,0.000171794629179785,0.99993881977295 +18,15-19,19,385.377,4.40538806906529e-07,0.999939260311757 +18,15-19,20,0.057,6.51588236808947e-11,0.999939260376916 +18,15-19,22,31083.817,3.55330693198631e-05,0.999974793446236 +18,15-19,23,1059.643,1.21131739301218e-06,0.999976004763629 +18,15-19,24,7845.4,8.96836904045774e-06,0.999984973132669 +18,15-19,25,12515.434,1.43068588999276e-05,0.999999279991569 +18,15-19,26,629.853,7.20008431085659e-07,1 +19,15-19,1,724767670.021001,0.285545653474317,0.285545653474317 +19,15-19,2,720528932.383999,0.283875665754764,0.569421319229081 +19,15-19,3,527460739.133,0.207810209626782,0.777231528855863 +19,15-19,4,348959438.17,0.137483851625716,0.914715380481579 +19,15-19,5,106121804.749,0.0418101156251203,0.956525496106699 +19,15-19,6,51880701.885,0.0204400796768836,0.976965575783583 +19,15-19,7,29756178.491,0.0117234084570367,0.98868898424062 +19,15-19,8,7027768.889,0.00276881674346461,0.991457800984084 +19,15-19,9,7512011.38999999,0.00295959973104472,0.994417400715129 +19,15-19,10,4650522.5,0.00183222367827339,0.996249624393402 +19,15-19,11,1911838.076,0.000753230414834428,0.997002854808237 +19,15-19,12,794197.070000001,0.000312899610069482,0.997315754418306 +19,15-19,13,3776408.503,0.00148783821130412,0.99880359262961 +19,15-19,14,981465.163,0.0003866799292013,0.999190272558812 +19,15-19,15,448021.603,0.000176512593884795,0.999366785152696 +19,15-19,16,465905.176,0.000183558405597937,0.999550343558294 +19,15-19,17,347123.081,0.000136760359353903,0.999687103917648 +19,15-19,18,149279.667,5.8813550641281e-05,0.999745917468289 +19,15-19,19,63497.057,2.50167183012393e-05,0.999770934186591 +19,15-19,20,52403.937,2.06462250652797e-05,0.999791580411656 +19,15-19,21,93749.315,3.69355733178177e-05,0.999828515984974 +19,15-19,22,7105.583,2.79947412802258e-06,0.999831315459102 +19,15-19,23,49463.835,1.94878768364647e-05,0.999850803335938 +19,15-19,24,338564.893,0.000133388584527157,0.999984191920466 +19,15-19,25,8124.272,3.20081959116068e-06,0.999987392740057 +19,15-19,26,5122.382,2.01812798229907e-06,0.999989410868039 +19,15-19,27,4967.437,1.95708239057683e-06,0.99999136795043 +19,15-19,28,504.585,1.98797572681689e-07,0.999991566748002 +19,15-19,29,0.84,3.30945155033579e-10,0.999991567078947 +19,15-19,30,10866.888,4.28136182606255e-06,0.999995848440773 +19,15-19,32,1938.831,7.63865149855845e-07,0.999996612305923 +19,15-19,34,10.304,4.05959390174524e-09,0.999996616365517 +19,15-19,36,0.05,1.96991163710464e-11,0.999996616385216 +19,15-19,38,7.925,3.12230994481085e-09,0.999996619507526 +19,15-19,39,70.665,2.78407611671999e-08,0.999996647348287 +19,15-19,41,999.361,3.93730572713706e-07,0.99999704107886 +19,15-19,44,0.86,3.38824801581998e-10,0.999997041417685 +19,15-19,46,0.882,3.47492412785258e-10,0.999997041765177 +19,15-19,47,324.387,1.27802745245092e-07,0.999997169567923 +19,15-19,49,258.849,1.0198193147058e-07,0.999997271549854 +19,15-19,51,6925.311,2.72845014589375e-06,1 +20,20-24,1,200830059.173,0.506688800617628,0.506688800617628 +20,20-24,2,52849762.336,0.133338519150099,0.640027319767727 +20,20-24,3,38111002.184,0.0961530264267477,0.736180346194475 +20,20-24,4,16896372.234,0.0426290895759765,0.778809435770451 +20,20-24,5,12270855.424,0.0309590359278984,0.80976847169835 +20,20-24,6,13869744.1770001,0.034992988952235,0.844761460650585 +20,20-24,7,10213812.151,0.0257691714568778,0.870530632107462 +20,20-24,8,10450845.296,0.0263671996626217,0.896897831770084 +20,20-24,9,7403061.30899999,0.0186777232004136,0.915575554970498 +20,20-24,10,9194272.58699999,0.0231969007470416,0.938772455717539 +20,20-24,11,3918246.968,0.00988563099027603,0.948658086707815 +20,20-24,12,7475852.902,0.0188613744182846,0.9675194611261 +20,20-24,13,3740602.775,0.00943743950211679,0.976956900628217 +20,20-24,14,2110437.857,0.00532457756047473,0.982281478188692 +20,20-24,15,679535.686,0.00171445013328218,0.983995928321974 +20,20-24,16,1985830.045,0.00501019542530104,0.989006123747275 +20,20-24,17,1255158.738,0.00316673150503885,0.992172855252313 +20,20-24,18,943526.541,0.00238049191131475,0.994553347163628 +20,20-24,19,706839.699,0.00178333741866161,0.99633668458229 +20,20-24,20,348268.974,0.000878673189935086,0.997215357772225 +20,20-24,21,413834.258,0.0010440926258946,0.99825945039812 +20,20-24,22,121912.707,0.000307582458244792,0.998567032856364 +20,20-24,23,205109.096,0.000517484694651616,0.999084517551016 +20,20-24,24,198395.255,0.000500545855626045,0.999585063406642 +20,20-24,25,85701.102,0.000216221559475729,0.999801284966118 +20,20-24,26,49733.634,0.000125476611746196,0.999926761577864 +20,20-24,27,2134.39,5.3850081686161e-06,0.999932146586033 +20,20-24,28,6179.763,1.559137469493e-05,0.999947737960727 +20,20-24,29,14151.861,3.57047620566624e-05,0.999983442722784 +20,20-24,30,26.785,6.75778296358127e-08,0.999983510300614 +20,20-24,32,45.774,1.15486562394986e-07,0.999983625787176 +20,20-24,33,5.793,1.4615582119853e-08,0.999983640402758 +20,20-24,34,5207.396,1.31381190865862e-05,0.999996778521845 +20,20-24,35,18.923,4.7742216546518e-08,0.999996826264061 +20,20-24,37,0.05,1.26148645950742e-10,0.99999682639021 +20,20-24,39,0.05,1.26148645950742e-10,0.999996826516359 +20,20-24,40,0.05,1.26148645950742e-10,0.999996826642507 +20,20-24,41,1.157,2.91907966730018e-09,0.999996829561587 +20,20-24,42,921.231,2.32424086515697e-06,0.999999153802452 +20,20-24,44,136.868,3.45314257479724e-07,0.99999949911671 +20,20-24,45,34.973,8.82359318967063e-08,0.999999587352642 +20,20-24,46,0.401,1.01171214052495e-09,0.999999588364354 +20,20-24,47,22.967,5.7945119031014e-08,0.999999646309473 +20,20-24,48,128.041,3.2304397552358e-07,0.999999969353448 +20,20-24,50,0.198,4.9954863796494e-10,0.999999969852997 +20,20-24,51,3.063,7.72786605094248e-09,0.999999977580863 +20,20-24,52,8.465,2.13569657594607e-08,0.999999998937829 +20,20-24,53,0.421,1.06217159890525e-09,1 +21,20-24,1,7197711.96300001,0.385131586031346,0.385131586031346 +21,20-24,2,2677913.648,0.143288469420686,0.528420055452032 +21,20-24,3,1764832.361,0.0944317707856818,0.622851826237714 +21,20-24,4,917526.399,0.049094545473478,0.671946371711192 +21,20-24,5,767574.156,0.0410709755567572,0.713017347267949 +21,20-24,6,659891.179,0.0353091284678802,0.748326475735829 +21,20-24,7,432662.595,0.0231506945936936,0.771477170329523 +21,20-24,8,513509.028999999,0.0274765853088898,0.798953755638413 +21,20-24,9,343538.124999999,0.0183818668520793,0.817335622490492 +21,20-24,10,742575.521000001,0.0397333610487496,0.857068983539242 +21,20-24,11,424799.629,0.0227299669260601,0.879798950465302 +21,20-24,12,305212.846,0.0163311769158553,0.896130127381157 +21,20-24,13,159171.783,0.0085168844701416,0.904647011851299 +21,20-24,14,148467.422,0.00794412085434616,0.912591132705645 +21,20-24,15,217079.553,0.0116153845793823,0.924206517285027 +21,20-24,16,110920.349,0.00593507077709112,0.930141588062118 +21,20-24,17,117835.182,0.0063050662164921,0.93644665427861 +21,20-24,18,172786.053,0.00924535004707941,0.94569200432569 +21,20-24,19,132532.406,0.00709147795656661,0.952783482282256 +21,20-24,20,45378.258,0.00242807722297287,0.955211559505229 +21,20-24,21,171775.03,0.00919125273205685,0.964402812237286 +21,20-24,22,224227.067,0.0119978301978166,0.976400642435103 +21,20-24,23,128407.243,0.00687075078979546,0.983271393224898 +21,20-24,24,212969.981,0.0113954916480722,0.99466688487297 +21,20-24,25,33434.457,0.00178899426910935,0.99645587914208 +21,20-24,26,13949.344,0.000746394549605964,0.997202273691686 +21,20-24,27,5817.807,0.00031129631869853,0.997513570010384 +21,20-24,28,12675.944,0.000678258096775763,0.99819182810716 +21,20-24,29,202.705,1.08462381584307e-05,0.998202674345318 +21,20-24,30,17343.743,0.000928020360309889,0.999130694705628 +21,20-24,31,1.635,8.74847654918934e-08,0.999130782190394 +21,20-24,32,2981.358,0.0001595250186406,0.999290307209034 +21,20-24,33,726.791,3.88887707624579e-05,0.999329195979797 +21,20-24,34,709.992,3.79898982392174e-05,0.999367185878036 +21,20-24,35,1159.774,6.20566094272753e-05,0.999429242487463 +21,20-24,36,999.244,5.34670501585208e-05,0.999482709537622 +21,20-24,37,84.069,4.49832217133822e-06,0.999487207859793 +21,20-24,38,0.241,1.28953079410069e-08,0.999487220755101 +21,20-24,39,1.675,8.96250655650896e-08,0.999487310380166 +21,20-24,41,613.497,3.28266918501408e-05,0.999520137072017 +21,20-24,42,8.23,4.40366740060112e-07,0.999520577438757 +21,20-24,44,7044.888,0.00037695435755147,0.999897531796308 +21,20-24,45,534.233,2.85854732250952e-05,0.999926117269533 +21,20-24,46,56.292,3.01204429300897e-06,0.999929129313826 +21,20-24,47,769.064,4.11506933873135e-05,0.999970280007214 +21,20-24,48,12.458,6.66596457796947e-07,0.999970946603671 +21,20-24,49,14.563,7.79229749148895e-07,0.999971725833421 +21,20-24,50,186.395,9.973530803585e-06,0.999981699364224 +21,20-24,51,8.254,4.41650920104029e-07,0.999982141015144 +21,20-24,52,203.135,1.08692463842176e-05,0.999993010261528 +21,20-24,53,130.631,6.98973847154222e-06,1 +22,20-24,1,85365535.314,0.521071637880287,0.521071637880287 +22,20-24,2,32939534.168,0.201063074890817,0.722134712771104 +22,20-24,3,14874068.288,0.0907913843246328,0.812926097095737 +22,20-24,4,8420152.029,0.0513966484578759,0.864322745553613 +22,20-24,5,4910806.526,0.0299755866393116,0.894298332192924 +22,20-24,6,3538498.588,0.0215990123895334,0.915897344582458 +22,20-24,7,4238399.263,0.0258712094739224,0.94176855405638 +22,20-24,8,1068786.639,0.00652387878175658,0.948292432838137 +22,20-24,9,1381225.235,0.00843100547352861,0.956723438311665 +22,20-24,10,1965025.57,0.0119945255245019,0.968717963836167 +22,20-24,11,1012104.394,0.00617789008582395,0.974895853921991 +22,20-24,12,527997.561,0.00322289965025201,0.978118753572243 +22,20-24,13,1169583.202,0.00713914148680401,0.985257895059047 +22,20-24,14,733574.147,0.00447774011933404,0.989735635178381 +22,20-24,15,431237.251,0.00263227425291751,0.992367909431299 +22,20-24,16,334326.146,0.00204072840217818,0.994408637833477 +22,20-24,17,264087.937,0.00161199403683055,0.996020631870307 +22,20-24,18,67650.443,0.000412938629245096,0.996433570499553 +22,20-24,19,136554.809,0.000833531210509381,0.997267101710062 +22,20-24,20,85827.948,0.000523894207138294,0.9977909959172 +22,20-24,21,46039.077,0.000281022747302474,0.998072018664503 +22,20-24,22,19408.061,0.00011846689763207,0.998190485562135 +22,20-24,23,19699.715,0.000120247155049954,0.998310732717185 +22,20-24,24,227767.244,0.00139029235217711,0.999701025069362 +22,20-24,25,28528.06,0.000174135415364861,0.999875160484727 +22,20-24,26,11319.211,6.90925183516686e-05,0.999944253003078 +22,20-24,27,6249.59,3.81475273996928e-05,0.999982400530478 +22,20-24,28,2113.721,1.29021631439512e-05,0.999995302693622 +22,20-24,37,0.173,1.05599283155325e-09,0.999995303749615 +22,20-24,43,769.322,4.69594518587403e-06,0.999999999694801 +22,20-24,51,0.05,3.05200240333308e-10,1 +23,20-24,1,46058196.412,0.366910529864316,0.366910529864316 +23,20-24,2,18536534.03,0.147666431875809,0.514576961740125 +23,20-24,3,14829012.4490001,0.118131434551996,0.632708396292121 +23,20-24,4,8687482.57199998,0.0692065491485255,0.701914945440647 +23,20-24,5,7418230.62499998,0.0590953867347982,0.761010332175445 +23,20-24,6,4332813.84699998,0.0345162240002957,0.79552655617574 +23,20-24,7,4558819.70199998,0.0363166403098862,0.831843196485627 +23,20-24,8,3537149.76299999,0.0281777749641458,0.860020971449773 +23,20-24,9,3175798.25599999,0.0252991630507602,0.885320134500533 +23,20-24,10,3179674.053,0.0253300385700315,0.910650173070564 +23,20-24,11,1663472.633,0.0132516180123327,0.923901791082897 +23,20-24,12,988587.951000002,0.00787532637349179,0.931777117456389 +23,20-24,13,1178939.282,0.00939171027816834,0.941168827734557 +23,20-24,14,1336207.613,0.0106445471487639,0.951813374883321 +23,20-24,15,1099836.815,0.00876156124191596,0.960574936125237 +23,20-24,16,413710.181,0.00329571354386389,0.963870649669101 +23,20-24,17,635049.988,0.00505895900705959,0.96892960867616 +23,20-24,18,395839.672,0.00315335282553523,0.972082961501695 +23,20-24,19,667310.751,0.00531595590594539,0.977398917407641 +23,20-24,20,423335.252,0.00337238914507505,0.980771306552716 +23,20-24,21,633919.967,0.00504995699143226,0.985821263544148 +23,20-24,22,714729.519000001,0.00569370507216894,0.991514968616317 +23,20-24,23,342837.946999999,0.00273112849808835,0.994246097114405 +23,20-24,24,424042.763,0.00337802534571071,0.997624122460116 +23,20-24,25,122959.185,0.000979522066310876,0.998603644526427 +23,20-24,26,102424.689,0.000815939394934415,0.999419583921361 +23,20-24,27,30066.791,0.000239519196940491,0.999659103118302 +23,20-24,28,26054.247,0.000207554318594531,0.999866657436896 +23,20-24,29,775.795,6.18016719477805e-06,0.999872837604091 +23,20-24,30,8069.723,6.42853297012045e-05,0.999937122933792 +23,20-24,31,0.513,4.08667981995391e-09,0.999937127020472 +23,20-24,32,108.028,8.60576700955128e-07,0.999937987597173 +23,20-24,33,1133.021,9.02591433973488e-06,0.999947013511513 +23,20-24,34,2.618,2.08556096854568e-08,0.999947034367123 +23,20-24,35,6.176,4.91994825887628e-08,0.999947083566605 +23,20-24,36,7.142,5.68948679807228e-08,0.999947140461473 +23,20-24,37,0.339,2.70055450090521e-09,0.999947143162028 +23,20-24,38,0.408,3.25022488604521e-09,0.999947146412253 +23,20-24,39,0.567,4.51685664310695e-09,0.999947150929109 +23,20-24,40,1.536,1.22361407474643e-08,0.99994716316525 +23,20-24,41,12.528,9.98010229715059e-08,0.999947262966273 +23,20-24,42,6.181,4.92393137760918e-08,0.999947312205587 +23,20-24,43,1396.757,1.11268979440143e-05,0.999958439103531 +23,20-24,44,8.044,6.40804141748718e-08,0.999958503183945 +23,20-24,45,12.658,1.0083663384206e-07,0.999958604020579 +23,20-24,46,14.293,1.13861432098638e-07,0.999958717882011 +23,20-24,47,238.24,1.8978764138515e-06,0.999960615758425 +23,20-24,48,16.65,1.32637853805522e-07,0.999960748396279 +23,20-24,49,1415.633,1.12772686424187e-05,0.999972025664921 +23,20-24,50,10.538,8.39482104145697e-08,0.999972109613131 +23,20-24,51,1669.638,1.33007327899185e-05,0.999985410345921 +23,20-24,52,1276.492,1.01688383951903e-05,0.999995579184317 +23,20-24,53,554.944,4.4208156842193e-06,1 +24,20-24,1,91589428.5849999,0.402318640809544,0.402318640809544 +24,20-24,2,24340888.976,0.106920564089251,0.509239204898795 +24,20-24,3,18585400.381,0.0816388215944138,0.590878026493209 +24,20-24,4,14200940.728,0.0623795044927441,0.653257530985953 +24,20-24,5,13125751.138,0.0576565924586338,0.710914123444587 +24,20-24,6,9954217.53999999,0.0437252129736641,0.754639336418251 +24,20-24,7,7321647.79899999,0.0321613032910906,0.786800639709341 +24,20-24,8,8306540.80699997,0.0364875756834731,0.823288215392815 +24,20-24,9,6871129.85399999,0.0301823438184425,0.853470559211257 +24,20-24,10,7623443.05199998,0.0334869787305551,0.886957537941812 +24,20-24,11,5007430.709,0.0219957996017325,0.908953337543545 +24,20-24,12,4544520.847,0.0199624069998305,0.928915744543375 +24,20-24,13,4054175.314,0.0178084995957624,0.946724244139137 +24,20-24,14,2258835.221,0.00992223152786739,0.956646475667005 +24,20-24,15,1477623.096,0.00649065426868348,0.963137129935688 +24,20-24,16,1159552.813,0.00509348861413736,0.968230618549826 +24,20-24,17,1166216.837,0.00512276121818591,0.973353379768012 +24,20-24,18,1249906.423,0.00549037875887387,0.978843758526886 +24,20-24,19,1437044.208,0.0063124061529572,0.985156164679843 +24,20-24,20,547041.622,0.00240295245018411,0.987559117130027 +24,20-24,21,863704.280000001,0.00379393492632724,0.991353052056354 +24,20-24,22,380019.694,0.00166928661017957,0.993022338666534 +24,20-24,23,534924.689,0.00234972722440583,0.995372065890939 +24,20-24,24,637611.714,0.00280079352064803,0.998172859411588 +24,20-24,25,193760.791,0.000851119821158802,0.999023979232746 +24,20-24,26,84898.8870000001,0.000372929554772624,0.999396908787519 +24,20-24,27,72987.055,0.000320605262178702,0.999717514049698 +24,20-24,28,3989.351,1.75237502496555e-05,0.999735037799947 +24,20-24,29,437.671,1.92252757291022e-06,0.99973696032752 +24,20-24,30,41553.621,0.000182529758943958,0.999919490086464 +24,20-24,31,7.833,3.44074852540053e-08,0.999919524493949 +24,20-24,32,208.947,9.17827246440527e-07,0.999920442321196 +24,20-24,33,510.318,2.24163909866635e-06,0.999922683960295 +24,20-24,34,2415.547,1.06106086790319e-05,0.999933294568974 +24,20-24,35,117.188,5.1476374083319e-07,0.999933809332714 +24,20-24,36,0.992,4.35749079177496e-09,0.999933813690205 +24,20-24,37,6.463,2.83895796242355e-08,0.999933842079785 +24,20-24,38,2349.847,1.03220127667137e-05,0.999944164092551 +24,20-24,39,0.05,2.19631592327367e-10,0.999944164312183 +24,20-24,40,0.506,2.22267171435295e-09,0.999944166534855 +24,20-24,41,150.635,6.61684098204659e-07,0.999944828218953 +24,20-24,42,3325.791,1.46089754615605e-05,0.999959437194415 +24,20-24,43,429.206,1.8853439443292e-06,0.999961322538359 +24,20-24,44,731.914,3.21502874533385e-06,0.999964537567104 +24,20-24,45,10.642,4.67463881109568e-08,0.999964584313492 +24,20-24,46,0.154,6.7646530436829e-10,0.999964584989958 +24,20-24,47,639.169,2.80763410472582e-06,0.999967392624062 +24,20-24,48,783.558,3.44188182441694e-06,0.999970834505887 +24,20-24,49,5028.302,2.20874794992577e-05,0.999992921985386 +24,20-24,50,280.651,1.23279652036536e-06,0.999994154781906 +24,20-24,51,1200.47,5.27322275282468e-06,0.999999428004659 +24,20-24,52,109.838,4.82477896761067e-07,0.999999910482556 +24,20-24,53,20.379,8.95174444007883e-08,1 +25,25-30,1,323904400.162,0.688381885531626,0.688381885531626 +25,25-30,2,124908163.92,0.265462640688234,0.95384452621986 +25,25-30,3,18195789.109,0.0386708288288908,0.992515355048751 +25,25-30,4,1259053.704,0.00267581966256592,0.995191174711317 +25,25-30,5,473728.152,0.00100679669167838,0.996197971402995 +25,25-30,6,574681.107,0.00122134822440882,0.997419319627404 +25,25-30,7,173491.873,0.000368715777249156,0.997788035404653 +25,25-30,8,125320.951,0.000266339921602947,0.998054375326256 +25,25-30,9,288026.681,0.000612132313272159,0.998666507639528 +25,25-30,10,188937.638,0.000401542082877794,0.999068049722406 +25,25-30,11,214368.4,0.000455589128510117,0.999523638850916 +25,25-30,12,65975.082,0.000140214369803402,0.999663853220719 +25,25-30,13,2114.677,4.49424379484285e-06,0.999668347464514 +25,25-30,14,7673.218,1.6307602713311e-05,0.999684655067228 +25,25-30,15,32099.227,6.82192844410763e-05,0.999752874351669 +25,25-30,16,40561.524,8.62038871876741e-05,0.999839078238857 +25,25-30,17,1400.479,2.97638554519566e-06,0.999842054624402 +25,25-30,18,31873.503,6.77395616813607e-05,0.999909794186083 +25,25-30,22,1364.047,2.89895798063912e-06,0.999912693144064 +25,25-30,23,18632.471,3.95988924901246e-05,0.999952292036554 +25,25-30,24,17838.258,3.79109813589999e-05,0.999990203017913 +25,25-30,25,3389.055,7.20263160952293e-06,0.999997405649522 +25,25-30,27,1220.72,2.59435047775171e-06,1 +26,25-30,1,185726929.205,0.510253629227395,0.510253629227395 +26,25-30,2,79687887.88,0.218929124442451,0.729182753669846 +26,25-30,3,32827665.777,0.0901885131761888,0.819371266846035 +26,25-30,4,17977019.2420001,0.0493888492648071,0.868760116110842 +26,25-30,5,14379699.108,0.0395058147381323,0.908265930848974 +26,25-30,6,6752291.29499999,0.0185507893423004,0.926816720191275 +26,25-30,7,5275472.42699999,0.0144934768656765,0.941310197056951 +26,25-30,8,3518334.311,0.00966603420789604,0.950976231264847 +26,25-30,9,2929211.035,0.00804751668365736,0.959023747948505 +26,25-30,10,2760464.634,0.00758391421148019,0.966607662159985 +26,25-30,11,1336059.57,0.00367059988217444,0.970278262042159 +26,25-30,12,1329050.876,0.00365134466934692,0.973929606711506 +26,25-30,13,961143.776000001,0.00264058153555107,0.976570188247057 +26,25-30,14,1622759.821,0.00445826080027256,0.98102844904733 +26,25-30,15,1146476.536,0.00314975225091001,0.98417820129824 +26,25-30,16,778223.991000001,0.00213804006483777,0.986316241363077 +26,25-30,17,1159691.215,0.00318605736803916,0.989502298731117 +26,25-30,18,524325.561,0.00144049665571996,0.990942795386837 +26,25-30,19,596093.636,0.00163766742082206,0.992580462807659 +26,25-30,20,413846.99,0.00113697528676229,0.993717438094421 +26,25-30,21,360685.808,0.000990923843572927,0.994708361937994 +26,25-30,22,594227.616,0.00163254084342541,0.996340902781419 +26,25-30,23,397252.958,0.00109138596329821,0.997432288744717 +26,25-30,24,545950.594,0.00149990781175233,0.99893219655647 +26,25-30,25,223943.753,0.000615247951388501,0.999547444507858 +26,25-30,26,46929.409,0.00012893069067715,0.999676375198536 +26,25-30,27,54842.843,0.000150671525113144,0.999827046723649 +26,25-30,28,20951.085,5.75595967868608e-05,0.999884606320436 +26,25-30,29,41388.652,0.000113708388881612,0.999998314709317 +26,25-30,30,50.534,1.38833700690309e-07,0.999998453543018 +26,25-30,31,0.452,1.24179429121027e-09,0.999998454784812 +26,25-30,32,433.219,1.19019663947748e-06,0.999999644981452 +26,25-30,33,19.787,5.43614682304814e-08,0.99999969934292 +26,25-30,34,64.591,1.77452953680448e-07,0.999999876795873 +26,25-30,35,33.818,9.29092905755506e-08,0.999999969705164 +26,25-30,36,0.1,2.74733250267759e-10,0.999999969979897 +26,25-30,40,7.452,2.04731218099534e-08,0.999999990453019 +26,25-30,41,0.15,4.12099875401638e-10,0.999999990865119 +26,25-30,42,0.6,1.64839950160655e-09,0.999999992513519 +26,25-30,47,0.05,1.37366625133879e-10,0.999999992650885 +26,25-30,50,0.158,4.34078535423058e-10,0.999999993084964 +26,25-30,51,2.413,6.62931332896101e-09,0.999999999714277 +26,25-30,52,0.054,1.4835595514459e-10,0.999999999862633 +26,25-30,53,0.05,1.37366625133879e-10,1 +27,25-30,1,36208326.008,0.277845648109934,0.277845648109934 +27,25-30,2,17897280.886,0.137335308074655,0.415180956184589 +27,25-30,3,14384606.57,0.110380699023894,0.525561655208483 +27,25-30,4,10402926.016,0.0798271568952566,0.60538881210374 +27,25-30,5,8796956.48099999,0.067503702720703,0.672892514824443 +27,25-30,6,6997790.54699999,0.0536977503306616,0.726590265155104 +27,25-30,7,7308229.375,0.0560799117524598,0.782670176907564 +27,25-30,8,5280199.21199999,0.0405177630107385,0.823187939918303 +27,25-30,9,4000775.538,0.0307000680465698,0.853888007964872 +27,25-30,10,3634040.596,0.0278859167482734,0.881773924713146 +27,25-30,11,2171317.081,0.0166616650957386,0.898435589808884 +27,25-30,12,1528907.222,0.0117321142629652,0.910167704071849 +27,25-30,13,796416.606,0.00611132610799775,0.916279030179847 +27,25-30,14,806986.279,0.00619243280274929,0.922471462982596 +27,25-30,15,1062159.836,0.0081505145519447,0.930621977534541 +27,25-30,16,824606.688,0.00632764352631285,0.936949621060854 +27,25-30,17,1126033.676,0.00864065233042551,0.94559027339128 +27,25-30,18,740365.203,0.0056812140285118,0.951271487419791 +27,25-30,19,422802.244,0.00324438537922354,0.954515872799015 +27,25-30,20,274989.268,0.00211013818683182,0.956626010985847 +27,25-30,21,293404.081,0.0022514447927124,0.958877455778559 +27,25-30,22,4235007.971,0.0324974574685738,0.991374913247133 +27,25-30,23,225429.885,0.0017298428125988,0.993104756059732 +27,25-30,24,609973.47,0.00468064925356037,0.997785405313292 +27,25-30,25,89138.109,0.000684003885209356,0.998469409198501 +27,25-30,26,175443.207,0.00134626857769205,0.999815677776193 +27,25-30,27,9732.614,7.46834980450726e-05,0.999890361274239 +27,25-30,28,0.119,9.13149978758394e-10,0.999890362187389 +27,25-30,29,0.081,6.21555867894369e-10,0.999890362808944 +27,25-30,30,14095.439,0.000108161763222187,0.999998524572167 +27,25-30,33,0.917,7.03662630690292e-09,0.999998531608793 +27,25-30,38,12.51,9.59958507081303e-08,0.999998627604644 +27,25-30,40,0.1,7.67352923326381e-10,0.999998628371997 +27,25-30,41,13.415,1.02940394664234e-07,0.999998731312391 +27,25-30,43,0.066,5.06452929395412e-10,0.999998731818844 +27,25-30,47,48.646,3.73286503081351e-07,0.999999105105347 +27,25-30,49,0.05,3.83676461663191e-10,0.999999105489024 +27,25-30,50,60.784,4.66427800914708e-07,0.999999571916825 +27,25-30,51,55.479,4.25719728332243e-07,0.999999997636553 +27,25-30,52,0.308,2.36344700384525e-09,1 +28,25-30,1,37095188.239,0.456075410259114,0.456075410259114 +28,25-30,2,13849972.341,0.170281702758903,0.626357113018017 +28,25-30,3,8817041.16400001,0.108403161084786,0.734760274102803 +28,25-30,4,4791506.75799999,0.0589102930637419,0.793670567166545 +28,25-30,5,3520610.605,0.0432849650389385,0.836955532205483 +28,25-30,6,3066997.588,0.0377079144119345,0.874663446617418 +28,25-30,7,1835522.068,0.0225672525182831,0.897230699135701 +28,25-30,8,1458611.415,0.0179332369260053,0.915163936061706 +28,25-30,9,1040820.382,0.0127966080039359,0.927960544065642 +28,25-30,10,1229822.608,0.0151203397830406,0.943080883848683 +28,25-30,11,551887.72,0.00678531179554278,0.949866195644226 +28,25-30,12,767497.598,0.00943617753401027,0.959302373178236 +28,25-30,13,247372.35,0.00304137682995762,0.962343750008193 +28,25-30,14,399087.282,0.004906671309892,0.967250421318085 +28,25-30,15,434193.845,0.00533829710512597,0.972588718423211 +28,25-30,16,413102.388,0.00507898328678756,0.977667701709999 +28,25-30,17,323303.498,0.0039749299703926,0.981642631680392 +28,25-30,18,271514.483,0.00333819789315225,0.984980829573544 +28,25-30,19,249237.161,0.00306430418205517,0.988045133755599 +28,25-30,20,175030.894,0.00215195799182232,0.990197091747421 +28,25-30,21,187347.32,0.00230338515279762,0.992500476900219 +28,25-30,22,205231.093,0.0025232613549456,0.995023738255165 +28,25-30,23,144545.373,0.00177714667108018,0.996800884926245 +28,25-30,24,136528.107,0.00167857653156375,0.998479461457809 +28,25-30,25,33978.716,0.000417759218255841,0.998897220676064 +28,25-30,26,42094.929,0.000517545884652472,0.999414766560717 +28,25-30,27,9207.035,0.000113198030910119,0.999527964591627 +28,25-30,28,27797.385,0.000341761408146106,0.999869725999773 +28,25-30,29,5683.503,6.98771481016153e-05,0.999939603147875 +28,25-30,30,4064.751,4.99750255473057e-05,0.999989578173422 +28,25-30,31,0.164,2.01633610269316e-09,0.999989580189758 +28,25-30,32,82.031,1.00854918804892e-06,0.999990588738946 +28,25-30,33,0.052,6.39326081341735e-10,0.999990589378272 +28,25-30,34,305.165,3.75192199255097e-06,0.999994341300265 +28,25-30,35,0.05,6.14736616674745e-10,0.999994341915001 +28,25-30,36,8.622,1.06005182179393e-07,0.999994447920183 +28,25-30,40,3.441,4.2306173959556e-08,0.999994490226358 +28,25-30,42,267.559,3.28956628841756e-06,0.999997779792646 +28,25-30,43,9.35,1.14955747318177e-07,0.999997894748393 +28,25-30,44,140.9,1.73232778578943e-06,0.999999627076179 +28,25-30,45,22.887,2.81389538916698e-07,0.999999908465718 +28,25-30,47,0.766,9.4177649674571e-09,0.999999917883483 +28,25-30,48,0.193,2.37288334036452e-09,0.999999920256366 +28,25-30,50,6.164,7.57847301036626e-08,0.999999996041096 +28,25-30,51,0.166,2.04092556736015e-09,0.999999998082022 +28,25-30,52,0.156,1.91797824402521e-09,1 +29,25-30,1,12513648.464,0.42638565345162,0.42638565345162 +29,25-30,2,4215758.58199999,0.143646274142318,0.570031927593938 +29,25-30,3,2609261.615,0.088907061912332,0.65893898950627 +29,25-30,4,2001599.28600001,0.0682017895871595,0.727140779093429 +29,25-30,5,1597016.05600001,0.0544161630054795,0.781556942098909 +29,25-30,6,1179624.52100001,0.0401941107472478,0.821751052846157 +29,25-30,7,1037372.17200001,0.0353470542746381,0.857098107120795 +29,25-30,8,825263.659000002,0.0281197434565068,0.885217850577302 +29,25-30,9,560062.554999998,0.0190833743791397,0.904301224956441 +29,25-30,10,505694.904999998,0.0172308702083082,0.92153209516475 +29,25-30,11,348464.996999999,0.0118734736618426,0.933405568826592 +29,25-30,12,322689.461999999,0.0109952071542244,0.944400775980817 +29,25-30,13,315967.083999999,0.0107661512122643,0.955166927193081 +29,25-30,14,123976.788,0.00422434143937233,0.959391268632453 +29,25-30,15,162069.733,0.00552230704008809,0.964913575672541 +29,25-30,16,180769.895,0.00615948977835661,0.971073065450898 +29,25-30,17,165094.309,0.00562536537818063,0.976698430829079 +29,25-30,18,116396.454,0.00396605180663492,0.980664482635713 +29,25-30,19,113953.426,0.00388280893041243,0.984547291566126 +29,25-30,20,60928.0200000001,0.00207603990921999,0.986623331475346 +29,25-30,21,105511.065,0.00359514689307652,0.990218478368423 +29,25-30,22,79976.874,0.00272510385597067,0.992943582224393 +29,25-30,23,66443.9190000001,0.00226398671036709,0.99520756893476 +29,25-30,24,63955.3750000001,0.00217919293798043,0.997386761872741 +29,25-30,25,29431.198,0.00100282828203108,0.998389590154772 +29,25-30,26,20918.694,0.000712776216800754,0.999102366371572 +29,25-30,27,8606.957,0.000293270423508598,0.999395636795081 +29,25-30,28,3479.382,0.000118555237662764,0.999514192032744 +29,25-30,29,188.159,6.41126354145307e-06,0.999520603296285 +29,25-30,30,6764.15,0.000230479266385981,0.999751082562671 +29,25-30,31,766.445,2.61155771715889e-05,0.999777198139843 +29,25-30,32,483.524,1.64754265946224e-05,0.999793673566437 +29,25-30,33,190.079,6.4766849456888e-06,0.999800150251383 +29,25-30,34,5.194,1.76978527916854e-07,0.999800327229911 +29,25-30,35,99.31,3.38385398679683e-06,0.999803711083898 +29,25-30,36,9.147,3.11671658616762e-07,0.999804022755557 +29,25-30,37,25.76,8.77737173495985e-07,0.99980490049273 +29,25-30,38,437.93,1.49218726859121e-05,0.999819822365416 +29,25-30,39,0.209,7.12139244024305e-09,0.999819829486808 +29,25-30,40,408.306,1.39124749363918e-05,0.999833741961745 +29,25-30,41,34.012,1.15891291711745e-06,0.999834900874662 +29,25-30,42,2164.326,7.37464823666099e-05,0.999908647357028 +29,25-30,43,516.414,1.75961088786396e-05,0.999926243465907 +29,25-30,44,654.203,2.2291082768346e-05,0.999948534548675 +29,25-30,45,172.671,5.88353088061822e-06,0.999954418079556 +29,25-30,46,277.827,9.46657941385361e-06,0.99996388465897 +29,25-30,47,325.443,1.10890302388996e-05,0.999974973689209 +29,25-30,48,40.824,1.39102260756212e-06,0.999976364711816 +29,25-30,49,0.536,1.82634753491401e-08,0.999976382975292 +29,25-30,50,178.875,6.09492379305491e-06,0.999982477899085 +29,25-30,51,32.912,1.12143190427406e-06,0.999983599330989 +29,25-30,52,474.169,1.61566676172134e-05,0.999999755998606 +29,25-30,53,7.161,2.44001393610433e-07,1 +30,25-30,1,15172023.216,0.370389133456739,0.370389133456739 +30,25-30,2,5777930.17199999,0.141054526420956,0.511443659877695 +30,25-30,3,3634779.803,0.0887345690401707,0.600178228917866 +30,25-30,4,2005405.77300001,0.0489572482137582,0.649135477131624 +30,25-30,5,1754040.927,0.0428207688420918,0.691956245973716 +30,25-30,6,1802119.83800001,0.0439945019645178,0.735950747938234 +30,25-30,7,1486223.69600001,0.0362826433262897,0.772233391264523 +30,25-30,8,1311366.93800001,0.0320139283268046,0.804247319591328 +30,25-30,9,885714.473000003,0.021622628140893,0.825869947732221 +30,25-30,10,939719.258000005,0.022941027489081,0.848810975221302 +30,25-30,11,778345.323,0.0190014637871139,0.867812439008416 +30,25-30,12,497809.073999999,0.0121528334699169,0.879965272478333 +30,25-30,13,433417.698999999,0.0105808700442884,0.890546142522621 +30,25-30,14,312856.804,0.0076376603752756,0.898183802897897 +30,25-30,15,300058.836,0.00732522819599129,0.905509031093888 +30,25-30,16,295379.735999999,0.00721099901444549,0.912720030108333 +30,25-30,17,370953.092,0.0090559441112694,0.921775974219603 +30,25-30,18,330908.668,0.00807835402364728,0.92985432824325 +30,25-30,19,434539.496999999,0.010608256094469,0.940462584337719 +30,25-30,20,331146.996999999,0.0080841722636098,0.948546756601329 +30,25-30,21,612505.425000001,0.014952874140349,0.963499630741678 +30,25-30,22,319251.258,0.00779376587566076,0.971293396617339 +30,25-30,23,340541.630999999,0.0083135200768094,0.979606916694148 +30,25-30,24,453190.492999999,0.0110635761363774,0.990670492830525 +30,25-30,25,234270.538,0.00571916219273626,0.996389655023262 +30,25-30,26,86615.5240000001,0.0021145135636511,0.998504168586913 +30,25-30,27,31870.427,0.000778041245479878,0.999282209832393 +30,25-30,28,2412.684,5.88999847510475e-05,0.999341109817144 +30,25-30,29,830.42,2.02727441044765e-05,0.999361382561248 +30,25-30,30,6530.042,0.000159415561351466,0.9995207981226 +30,25-30,31,12.084,2.95002335876417e-07,0.999521093124936 +30,25-30,32,2551.517,6.22892647325711e-05,0.999583382389668 +30,25-30,33,483.599,1.18059280559003e-05,0.999595188317724 +30,25-30,34,584.959,1.42803931969491e-05,0.999609468710921 +30,25-30,35,1756.997,4.28929343866152e-05,0.999652361645308 +30,25-30,36,25.25,6.16419147706019e-07,0.999652978064455 +30,25-30,37,283.552,6.92225275922128e-06,0.999659900317215 +30,25-30,38,986.405,2.4080749678929e-05,0.999683981066893 +30,25-30,39,78.512,1.91668515345327e-06,0.999685897752047 +30,25-30,40,136.198,3.32495267640651e-06,0.999689222704723 +30,25-30,41,1032.457,2.52050005537867e-05,0.999714427705277 +30,25-30,42,2582.657,6.30494743270093e-05,0.999777477179604 +30,25-30,43,81.036,1.97830265558436e-06,0.99977945548226 +30,25-30,44,207.991,5.07760930497119e-06,0.999784533091565 +30,25-30,45,2577.8,6.29309021368941e-05,0.999847463993702 +30,25-30,46,984.69,2.4038882002164e-05,0.999871502875704 +30,25-30,47,252.819,6.17197910906487e-06,0.999877674854813 +30,25-30,48,606.126,1.47971355375231e-05,0.99989247199035 +30,25-30,49,112.196,2.73900050281285e-06,0.999895210990853 +30,25-30,50,2431.192,5.93518138831561e-05,0.999954562804736 +30,25-30,51,112.073,2.73599774815274e-06,0.999957298802484 +30,25-30,52,1660.916,4.05473435695561e-05,0.999997846146054 +30,25-30,53,87.125,2.12695121757968e-06,0.999999973097271 +30,25-30,54,1.102,2.69027287434469e-08,1 +31,31-34,1,883797341.964,0.720437475615594,0.720437475615594 +31,31-34,2,187279498.218,0.152663017328046,0.87310049294364 +31,31-34,3,75662544.1199998,0.0616771851376381,0.934777678081278 +31,31-34,4,29094582.325,0.0237167803624905,0.958494458443769 +31,31-34,5,16297766.989,0.0132853105007467,0.971779768944515 +31,31-34,6,8942855.362,0.00728987046677165,0.979069639411287 +31,31-34,7,6362231.70099999,0.00518624567908764,0.984255885090375 +31,31-34,8,3762532.27599999,0.00306707106497956,0.987322956155354 +31,31-34,9,3141827.61799999,0.00256109658906789,0.989884052744422 +31,31-34,10,3771434.668,0.00307432795127566,0.992958380695698 +31,31-34,11,1659249.262,0.00135255594577361,0.994310936641471 +31,31-34,12,1102861.528,0.000899010143456892,0.995209946784928 +31,31-34,13,977223.978,0.000796595262729389,0.996006542047658 +31,31-34,14,711641.711999999,0.000580102851855966,0.996586644899514 +31,31-34,15,935014.434,0.000762187671891122,0.997348832571405 +31,31-34,16,501871.432,0.000409106217439145,0.997757938788844 +31,31-34,17,349984.167,0.000285293582371032,0.998043232371215 +31,31-34,18,323143.012,0.000263413708973999,0.998306646080189 +31,31-34,19,340754.768,0.000277770132592113,0.998584416212781 +31,31-34,20,169479.413,0.000138153075001561,0.998722569287782 +31,31-34,21,261453.421,0.000213126735816743,0.998935696023599 +31,31-34,22,108472.005,8.84221910913432e-05,0.999024118214691 +31,31-34,23,256682.233,0.000209237447543066,0.999233355662234 +31,31-34,24,204051.429,0.000166334847848527,0.999399690510082 +31,31-34,25,143811.257,0.000117229385107616,0.99951691989519 +31,31-34,26,27210.137,2.21806532794856e-05,0.999539100548469 +31,31-34,27,59871.678,4.880508065722e-05,0.999587905629127 +31,31-34,28,10808.308,8.81051544451579e-06,0.999596716144571 +31,31-34,29,419.308,3.41803694899241e-07,0.999597057948266 +31,31-34,30,478528.21,0.00039007772399172,0.999987135672258 +31,31-34,32,0.05,4.07580698316322e-11,0.999987135713016 +31,31-34,33,8.526,6.95006606768993e-09,0.999987142663082 +31,31-34,34,25.635,2.08966624026778e-08,0.999987163559744 +31,31-34,35,85.861,6.99905726762755e-08,0.999987233550317 +31,31-34,36,0.05,4.07580698316322e-11,0.999987233591075 +31,31-34,37,15.406,1.25583764765225e-08,0.999987246149452 +31,31-34,38,5185.486,4.22700800997903e-06,0.999991473157461 +31,31-34,39,16.373,1.33466375470663e-08,0.999991486504099 +31,31-34,40,0.64,5.21703293844893e-10,0.999991487025802 +31,31-34,41,20.514,1.67222208905221e-08,0.999991503748023 +31,31-34,42,89.112,7.26406623767282e-08,0.999991576388686 +31,31-34,43,33.781,2.75369671396474e-08,0.999991603925653 +31,31-34,44,47.94,3.9078837354569e-08,0.99999164300449 +31,31-34,45,2015.942,1.64331809625041e-06,0.999993286322586 +31,31-34,46,442.836,3.60982812239214e-07,0.999993647305399 +31,31-34,47,7017.896,5.72071790478265e-06,0.999999368023303 +31,31-34,48,313.13,2.5525148812758e-07,0.999999623274791 +31,31-34,49,17.752,1.44707451130227e-08,0.999999637745537 +31,31-34,50,45.905,3.74199839124216e-08,0.999999675165521 +31,31-34,51,387.809,3.16126926066709e-07,0.999999991292447 +31,31-34,52,10.632,8.66679596899828e-09,0.999999999959243 +31,31-34,53,0.05,4.07580698316322e-11,1 +32,31-34,1,114014176.942,0.355788413944469,0.355788413944469 +32,31-34,2,69576568.776,0.217118061248683,0.572906475193152 +32,31-34,3,44741661.0999999,0.139619169010077,0.712525644203229 +32,31-34,4,23417357.988,0.073075339232232,0.785600983435461 +32,31-34,5,16264525.36,0.0507544748960278,0.836355458331489 +32,31-34,6,17589612.381,0.0548894923314457,0.891244950662935 +32,31-34,7,9094590.197,0.0283802410231107,0.919625191686045 +32,31-34,8,5659665.24999999,0.0176613415696408,0.937286533255686 +32,31-34,9,3449564.364,0.0107645826754621,0.948051115931148 +32,31-34,10,4955633.498,0.015464366183518,0.963515482114666 +32,31-34,11,2144311.34,0.00669145847581608,0.970206940590482 +32,31-34,12,1967534.369,0.00613981481341441,0.976346755403897 +32,31-34,13,803731.112,0.00250809351298281,0.978854848916879 +32,31-34,14,669976.753,0.00209070461869664,0.980945553535576 +32,31-34,15,867173.914000001,0.00270607076901524,0.983651624304591 +32,31-34,16,618447.429,0.00192990412046635,0.985581528425058 +32,31-34,17,806555.619000001,0.00251690756481969,0.988098435989877 +32,31-34,18,1116054.376,0.00348271791248226,0.99158115390236 +32,31-34,19,803467.338000001,0.00250727038961678,0.994088424291976 +32,31-34,20,611613.621,0.00190857879255771,0.995997003084534 +32,31-34,21,509252.519,0.00158915453228599,0.99758615761682 +32,31-34,22,325007.606,0.00101420668692327,0.998600364303743 +32,31-34,23,163890.885,0.000511431820130302,0.999111796123874 +32,31-34,24,105497.434,0.00032921138164393,0.999441007505517 +32,31-34,25,78527.261,0.000245049259591693,0.999686056765109 +32,31-34,26,25153.805,7.84940314060339e-05,0.999764550796515 +32,31-34,27,2964.713,9.25157348289363e-06,0.999773802369998 +32,31-34,28,789.827,2.46470485651509e-06,0.999776267074855 +32,31-34,29,18551.763,5.78919438852014e-05,0.99983415901874 +32,31-34,30,6262.526,1.95426064774337e-05,0.999853701625217 +32,31-34,31,0.05,1.56028146449481e-10,0.999853701781245 +32,31-34,32,358.289,1.11806337126477e-06,0.999854819844617 +32,31-34,33,16.085,5.01942547127982e-08,0.999854870038871 +32,31-34,34,2.052,6.40339513028672e-09,0.999854876442267 +32,31-34,35,163.074,5.08882679082055e-07,0.999855385324946 +32,31-34,36,385.407,1.20268679677311e-06,0.999856588011742 +32,31-34,37,1.973,6.15687065889654e-09,0.999856594168613 +32,31-34,38,669.209,2.08830879714622e-06,0.99985868247741 +32,31-34,39,0.05,1.56028146449481e-10,0.999858682633438 +32,31-34,40,999.547,3.1191493139828e-06,0.999861801782752 +32,31-34,41,12605.536,3.93363683416442e-05,0.999901138151094 +32,31-34,42,4.817,1.5031751628943e-08,0.999901153182846 +32,31-34,43,531.036,1.65713125555894e-06,0.999902810314101 +32,31-34,44,14766.686,4.60803729156301e-05,0.999948890687017 +32,31-34,45,757.984,2.36533677116727e-06,0.999951256023788 +32,31-34,46,20.332,6.34472854722171e-08,0.999951319471073 +32,31-34,47,8140.013,2.54014228092937e-05,0.999976720893883 +32,31-34,48,861.854,2.68946964260143e-06,0.999979410363525 +32,31-34,49,997.602,3.11307981908591e-06,0.999982523443344 +32,31-34,50,5560.803,1.73528356972143e-05,0.999999876279042 +32,31-34,51,31.491,9.82696471968124e-08,0.999999974548689 +32,31-34,53,8.156,2.54513112488394e-08,1 +33,31-34,1,54417742.0969999,0.422242731279671,0.422242731279671 +33,31-34,2,17792883.329,0.138060040065346,0.560302771345017 +33,31-34,3,17725498.2460001,0.137537180049532,0.697839951394549 +33,31-34,4,7861446.21999996,0.0609991961412899,0.758839147535839 +33,31-34,5,6284363.74099998,0.0487621648400045,0.807601312375843 +33,31-34,6,4172862.42099998,0.0323784258221634,0.839979738198007 +33,31-34,7,3931386.01199999,0.0305047417157186,0.870484479913725 +33,31-34,8,3739931.14899998,0.0290191890052478,0.899503668918973 +33,31-34,9,2661964.894,0.0206549423790798,0.920158611298053 +33,31-34,10,2050395.244,0.0159095996023903,0.936068210900443 +33,31-34,11,1371770.246,0.0106439553174912,0.946712166217934 +33,31-34,12,1419871.087,0.0110171834173357,0.95772934963527 +33,31-34,13,1272538.82,0.00987399047278429,0.967603340108055 +33,31-34,14,594243.748,0.00461090617751341,0.972214246285568 +33,31-34,15,601074.697,0.00466390945276601,0.976878155738334 +33,31-34,16,454632.544,0.00352762315579,0.980405778894124 +33,31-34,17,412477.139999999,0.00320052739184908,0.983606306285973 +33,31-34,18,483671.426999999,0.00375294410441323,0.987359250390386 +33,31-34,19,380820.283,0.00295489283869942,0.990314143229086 +33,31-34,20,357148.782,0.00277121893290022,0.993085362161986 +33,31-34,21,237475.962,0.00184264350089004,0.994928005662876 +33,31-34,22,158205.557,0.00122756189281481,0.996155567555691 +33,31-34,23,180672.157,0.00140188662921528,0.997557454184906 +33,31-34,24,161119.888,0.00125017501555518,0.998807629200461 +33,31-34,25,67494.9210000001,0.000523712280082213,0.999331341480543 +33,31-34,26,21701.761,0.000168390133164379,0.999499731613708 +33,31-34,27,39643.24,0.000307603169285084,0.999807334782993 +33,31-34,28,3256.592,2.52688231402996e-05,0.999832603606133 +33,31-34,29,211.75,1.6430284481318e-06,0.999834246634581 +33,31-34,30,7839.339,6.08276599364775e-05,0.999895074294518 +33,31-34,31,0.05,3.879642144349e-10,0.999895074682482 +33,31-34,32,149.368,1.15898877563424e-06,0.999896233671258 +33,31-34,33,3406.779,2.64341667697663e-05,0.999922667838027 +33,31-34,34,280.739,2.17833371192479e-06,0.999924846171739 +33,31-34,35,1619.18,1.2563677934574e-05,0.999937409849674 +33,31-34,36,360.603,2.79802119235736e-06,0.999940207870866 +33,31-34,37,0.372,2.88645375539565e-09,0.99994021075732 +33,31-34,38,2.313,1.79472245597585e-08,0.999940228704545 +33,31-34,39,855.618,6.6389833045272e-06,0.999946867687849 +33,31-34,40,34.229,2.65592541917844e-07,0.999947133280391 +33,31-34,41,227.615,1.76612949337199e-06,0.999948899409884 +33,31-34,42,309.504,2.40152952448918e-06,0.999951300939409 +33,31-34,43,98.03,7.60642638821064e-07,0.999952061582048 +33,31-34,44,1038.133,8.05516907647891e-06,0.999960116751124 +33,31-34,45,180.893,1.40360021283545e-06,0.999961520351337 +33,31-34,46,62.501,4.84963027327913e-07,0.999962005314364 +33,31-34,47,600.907,4.66260824406864e-06,0.999966667922608 +33,31-34,48,2.826,2.19277373998605e-08,0.999966689850346 +33,31-34,49,0.05,3.879642144349e-10,0.99996669023831 +33,31-34,50,4093.968,3.17662615808323e-05,0.999998456499891 +33,31-34,51,74.123,5.75141429331161e-07,0.99999903164132 +33,31-34,52,46.928,3.64127693100019e-07,0.999999395769013 +33,31-34,53,77.872,6.0423098612949e-07,1 +34,31-34,1,43947044.657,0.468091391600079,0.468091391600079 +34,31-34,2,11123309.891,0.118477263868704,0.586568655468783 +34,31-34,3,7594315.78399998,0.0808890306806278,0.667457686149411 +34,31-34,4,4383706.22999999,0.046691994093846,0.714149680243257 +34,31-34,5,4493157.21899997,0.0478577850168278,0.762007465260085 +34,31-34,6,3158191.82,0.0336387216820122,0.795646186942097 +34,31-34,7,3199337.04899999,0.0340769702070411,0.829723157149138 +34,31-34,8,2220919.07,0.0236555860859659,0.853378743235104 +34,31-34,9,2119003.506,0.0225700569326223,0.875948800167726 +34,31-34,10,2603563.525,0.0277312316004015,0.903680031768128 +34,31-34,11,1491702.725,0.0158885133198066,0.919568545087934 +34,31-34,12,1504931.74700001,0.016029419070485,0.935597964158419 +34,31-34,13,785265.679000003,0.00836406878614403,0.943962032944563 +34,31-34,14,605941.288,0.00645403810293954,0.950416071047503 +34,31-34,15,804791.005,0.00857203810672332,0.958988109154226 +34,31-34,16,423910.044999999,0.00451517603574954,0.963503285189976 +34,31-34,17,528239.906999999,0.00562642050440906,0.969129705694385 +34,31-34,18,487224.243999999,0.00518955202051178,0.974319257714896 +34,31-34,19,556699.86,0.00592955485868972,0.980248812573586 +34,31-34,20,459755.799,0.00489697847556711,0.985145791049153 +34,31-34,21,294740.837,0.00313936123872498,0.988285152287878 +34,31-34,22,273613.747,0.00291433111358812,0.991199483401467 +34,31-34,23,249088.873,0.00265311030820575,0.993852593709672 +34,31-34,24,339575.370999999,0.0036169055099177,0.99746949921959 +34,31-34,25,111404.301,0.00118659615663184,0.998656095376222 +34,31-34,26,39782.115,0.000423729643630957,0.999079825019853 +34,31-34,27,32895.376,0.000350377197129572,0.999430202216982 +34,31-34,28,16671.591,0.00017757344759551,0.999607775664578 +34,31-34,29,1613.404,1.71847852220215e-05,0.9996249604498 +34,31-34,30,4268.208,4.54617924356912e-05,0.999670422242236 +34,31-34,31,885.035,9.42673774762664e-06,0.999679848979983 +34,31-34,32,1163.475,1.23924745359448e-05,0.999692241454519 +34,31-34,33,1635.853,1.74238953540462e-05,0.999709665349873 +34,31-34,34,4108.851,4.37644396222448e-05,0.999753429789495 +34,31-34,35,1025.914,1.09272765818511e-05,0.999764357066077 +34,31-34,36,3.351,3.56923717054092e-08,0.999764392758449 +34,31-34,37,168.011,1.78952881605417e-06,0.999766182287265 +34,31-34,38,21.467,2.2865059486721e-07,0.99976641093786 +34,31-34,39,2319.854,2.4709367732104e-05,0.999791120305592 +34,31-34,40,761.412,8.10999705310625e-06,0.999799230302645 +34,31-34,41,1086.163,1.15690043356199e-05,0.999810799306981 +34,31-34,42,5013.003,5.33947975041276e-05,0.999864194104485 +34,31-34,43,2488.018,2.65005261909128e-05,0.999890694630676 +34,31-34,44,2323.678,2.47500981497111e-05,0.999915444728826 +34,31-34,45,43.937,4.67984403348423e-07,0.999915912713229 +34,31-34,46,2989.021,3.18368393217768e-05,0.999947749552551 +34,31-34,47,841.083,8.9585935753807e-06,0.999956708146126 +34,31-34,48,17.055,1.81657236477396e-07,0.999956889803362 +34,31-34,49,3,3.19537795034998e-08,0.999956921757142 +34,31-34,50,2461.163,2.62144866080573e-05,0.99998313624375 +34,31-34,51,430.221,4.58239565725839e-06,0.999987718639407 +34,31-34,52,5.227,5.56741351549311e-08,0.999987774313542 +34,31-34,53,1147.727,1.22247384960711e-05,0.999999999052038 +34,31-34,54,0.089,9.47962125270493e-10,1 +35,35-38,1,25892064.908,0.43339853473882,0.43339853473882 +35,35-38,2,6530683.02499998,0.109314898751245,0.542713433490065 +35,35-38,3,4954909.72299999,0.0829385613446311,0.625651994834696 +35,35-38,4,3123931.39699999,0.0522904331846498,0.677942428019346 +35,35-38,5,1992005.512,0.0333435078723947,0.711285935891741 +35,35-38,6,2185087.354,0.0365754396516796,0.74786137554342 +35,35-38,7,2492159.296,0.0417154132379919,0.789576788781412 +35,35-38,8,1521158.871,0.0254621648809733,0.815038953662386 +35,35-38,9,1164317.103,0.0194891109768397,0.834528064639225 +35,35-38,10,1482046.81800001,0.0248074814279132,0.859335546067138 +35,35-38,11,821355.478,0.0137483921011999,0.873083938168338 +35,35-38,12,1082773.265,0.0181241761973328,0.891208114365671 +35,35-38,13,695911.519999999,0.0116486280313115,0.902856742396983 +35,35-38,14,562778.35,0.00942015683721577,0.912276899234198 +35,35-38,15,843209.129,0.0141141929886821,0.92639109222288 +35,35-38,16,499312.157999999,0.00835781767207046,0.934748909894951 +35,35-38,17,705175.46,0.011803693995968,0.946552603890919 +35,35-38,18,363434.352999999,0.0060834049591496,0.952636008850068 +35,35-38,19,427232.984,0.00715130870850255,0.959787317558571 +35,35-38,20,313181.676,0.00524224236142363,0.965029559919995 +35,35-38,21,399908.368,0.00669393118458626,0.971723491104581 +35,35-38,22,427556.388,0.0071567220588949,0.978880213163476 +35,35-38,23,316287.070999999,0.00529422252011577,0.984174435683592 +35,35-38,24,505059.964999999,0.0084540282732957,0.992628463956887 +35,35-38,25,202793.148,0.00339448605240893,0.996022950009296 +35,35-38,26,107537.849,0.00180003975546825,0.997822989764764 +35,35-38,27,51999.295,0.000870398646864525,0.998693388411629 +35,35-38,28,8934.927,0.00014955872710646,0.998842947138735 +35,35-38,29,12422.514,0.000207936268679328,0.999050883407415 +35,35-38,30,12189.848,0.000204041751040745,0.999254925158455 +35,35-38,31,372.586,6.23659128918317e-06,0.999261161749745 +35,35-38,32,12372.377,0.000207097042359858,0.999468258792105 +35,35-38,33,3189.096,5.33812014782329e-05,0.999521639993583 +35,35-38,34,2801.133,4.68872197764906e-05,0.999568527213359 +35,35-38,35,2992.544,5.00911838955231e-05,0.999618618397255 +35,35-38,36,978.619,1.63807731123261e-05,0.999634999170367 +35,35-38,37,610.716,1.02225689794163e-05,0.999645221739346 +35,35-38,38,439.284,7.35302659755745e-06,0.999652574765944 +35,35-38,39,1040.538,1.74172143528315e-05,0.999669991980297 +35,35-38,40,426.223,7.13440292724235e-06,0.999677126383224 +35,35-38,41,2059.214,3.44684880670879e-05,0.999711594871291 +35,35-38,42,540.573,9.04846897888705e-06,0.99972064334027 +35,35-38,43,346.717,5.8035788301539e-06,0.9997264469191 +35,35-38,44,637.157,1.06651559533694e-05,0.999737112075054 +35,35-38,45,493.048,8.25296404574832e-06,0.999745365039099 +35,35-38,46,591.515,9.901169921632e-06,0.999755266209021 +35,35-38,47,4264.268,7.13781426665053e-05,0.999826644351688 +35,35-38,48,4157.285,6.95873903411611e-05,0.999896231742029 +35,35-38,49,336.749,5.63672784280983e-06,0.999901868469872 +35,35-38,50,1599.404,2.67718836839943e-05,0.999928640353555 +35,35-38,51,2918.649,4.88542804334655e-05,0.999977494633989 +35,35-38,52,713.966,1.19508358778187e-05,0.999989445469867 +35,35-38,53,572.81,9.58807324042506e-06,0.999999033543107 +35,35-38,54,57.738,9.66456892784103e-07,1 +36,35-38,1,71240230.375,0.447510705761309,0.447510705761309 +36,35-38,2,25537103.145,0.160416761587687,0.607927467348996 +36,35-38,3,14199395.314,0.0891965310177024,0.697123998366699 +36,35-38,4,9112468.01999999,0.0572419119560932,0.754365910322792 +36,35-38,5,7523276.65599999,0.0472590673590187,0.80162497768181 +36,35-38,6,6401573.71899997,0.0402128510518972,0.841837828733708 +36,35-38,7,4501349.08599999,0.0282761846185829,0.870114013352291 +36,35-38,8,3245080.202,0.020384663606572,0.890498676958863 +36,35-38,9,2861479.616,0.0179749946868102,0.908473671645673 +36,35-38,10,2445721.324,0.0153633202761625,0.923836991921835 +36,35-38,11,1532106.359,0.00962425295943577,0.933461244881271 +36,35-38,12,2035475.645,0.012786274520156,0.946247519401427 +36,35-38,13,905520.609000001,0.00568822089263212,0.951935740294059 +36,35-38,14,621104.171000001,0.00390159835885431,0.955837338652913 +36,35-38,15,675484.539000001,0.00424320024216011,0.960080538895073 +36,35-38,16,768683.034,0.00482864647182275,0.964909185366896 +36,35-38,17,957340.504999999,0.00601373862480912,0.970922923991705 +36,35-38,18,1083501.638,0.00680624669744289,0.977729170689148 +36,35-38,19,1563045.125,0.00981860141865835,0.987547772107806 +36,35-38,20,539991.728,0.0033920732433138,0.99093984535112 +36,35-38,21,435106.385,0.00273321358462271,0.993673058935743 +36,35-38,22,312464.205,0.00196281056600522,0.995635869501748 +36,35-38,23,197216.099,0.0012388550006985,0.996874724502447 +36,35-38,24,243987.701,0.00153266079709233,0.998407385299539 +36,35-38,25,73908.7590000001,0.000464273637633257,0.998871658937172 +36,35-38,26,43364.847,0.00027240553805131,0.999144064475224 +36,35-38,27,19288.292,0.000121163521235317,0.999265227996459 +36,35-38,28,6014.803,3.77832682653679e-05,0.999303011264724 +36,35-38,29,7223.223,4.53742163042706e-05,0.999348385481029 +36,35-38,30,11228.751,7.05357949907949e-05,0.999418921276019 +36,35-38,31,12816.2,8.05076945566809e-05,0.999499428970576 +36,35-38,32,7291.699,4.58043629071999e-05,0.999545233333483 +36,35-38,33,3075.305,1.9318184454724e-05,0.999564551517938 +36,35-38,34,786.999,4.94370211984936e-06,0.999569495220058 +36,35-38,35,2437.154,1.53095028026711e-05,0.999584804722861 +36,35-38,36,420.814,2.64343291905363e-06,0.99958744815578 +36,35-38,37,5330.886,3.34870977204231e-05,0.9996209352535 +36,35-38,38,152.564,9.58363314581972e-07,0.999621893616815 +36,35-38,39,247.994,1.55782721897985e-06,0.999623451444034 +36,35-38,40,207.153,1.30127576430612e-06,0.999624752719798 +36,35-38,41,13831.368,8.68846889284695e-05,0.999711637408726 +36,35-38,42,5975.247,3.75347888123409e-05,0.999749172197539 +36,35-38,43,211.719,1.32995806743387e-06,0.999750502155606 +36,35-38,44,11060.522,6.94790286366824e-05,0.999819981184243 +36,35-38,45,11146.878,7.00214922741987e-05,0.999890002676517 +36,35-38,46,3112.017,1.95487987150012e-05,0.999909551475232 +36,35-38,47,2650.885,1.66520996773527e-05,0.999926203574909 +36,35-38,48,6231.401,3.91438748122061e-05,0.999965347449722 +36,35-38,49,210.898,1.32480078077862e-06,0.999966672250502 +36,35-38,50,372.129,2.33760770491121e-06,0.999969009858207 +36,35-38,51,577.637,3.6285500507668e-06,0.999972638408258 +36,35-38,52,549.209,3.44997350382954e-06,0.999976088381762 +36,35-38,53,3780.907,2.37505739535289e-05,0.999999838955715 +36,35-38,54,25.637,1.61044284994743e-07,1 +37,35-38,1,2196231.319,0.368728579269702,0.368728579269702 +37,35-38,2,459639.307,0.0771695345478407,0.445898113817543 +37,35-38,3,506836.464,0.0850935362208992,0.530991650038442 +37,35-38,4,503928.112,0.0846052486294698,0.615596898667912 +37,35-38,5,301963.153,0.0506970479084993,0.666293946576411 +37,35-38,6,274777.708999999,0.0461328428285442,0.712426789404955 +37,35-38,7,171955.583,0.0288698814503534,0.741296670855309 +37,35-38,8,642705.393,0.107904775057015,0.849201445912324 +37,35-38,9,95118.8679999999,0.0159696498069028,0.865171095719226 +37,35-38,10,167190.602,0.0280698816237518,0.893240977342978 +37,35-38,11,46020.366,0.00772642846217954,0.900967405805158 +37,35-38,12,80500.6999999999,0.0135153835957188,0.914482789400877 +37,35-38,13,66808.3420000001,0.0112165530178492,0.925699342418726 +37,35-38,14,50499.3480000001,0.00847841148652989,0.934177753905256 +37,35-38,15,63064.025,0.010587914005282,0.944765667910538 +37,35-38,16,21717.782,0.00364623108343402,0.948411898993972 +37,35-38,17,92335.383,0.015502326323903,0.963914225317875 +37,35-38,18,38424.078,0.00645107624507389,0.970365301562948 +37,35-38,19,29862.315,0.00501362897814787,0.975378930541096 +37,35-38,20,31934.329,0.00536150252490832,0.980740433066005 +37,35-38,21,57044.318,0.00957725634343761,0.990317689409442 +37,35-38,22,18685.544,0.00313714408514065,0.993454833494583 +37,35-38,23,15166.165,0.00254627025169923,0.996001103746282 +37,35-38,24,5773.876,0.000969384725525549,0.996970488471808 +37,35-38,25,8891.184,0.00149275425406385,0.998463242725872 +37,35-38,26,1850.373,0.000310661905923315,0.998773904631795 +37,35-38,27,6516.313,0.00109403359007772,0.999867938221873 +37,35-38,28,309.452,5.19543616945241e-05,0.999919892583567 +37,35-38,29,14.63,2.4562527034593e-06,0.999922348836271 +37,35-38,30,35.01,5.87788155489475e-06,0.999928226717826 +37,35-38,31,3.037,5.098864976354e-07,0.999928736604323 +37,35-38,32,152.273,2.55653429879602e-05,0.999954301947311 +37,35-38,33,13.025,2.18678683954596e-06,0.999956488734151 +37,35-38,34,14.816,2.48748052320253e-06,0.999958976214674 +37,35-38,35,24.864,4.17445435535285e-06,0.999963150669029 +37,35-38,36,13.007,2.18376479247404e-06,0.999965334433822 +37,35-38,37,22.195,3.72635193118792e-06,0.999969060785753 +37,35-38,38,22.601,3.79451588181023e-06,0.999972855301635 +37,35-38,39,7.039,1.1817882966268e-06,0.999974037089931 +37,35-38,40,5.552,9.32133630184966e-07,0.999974969223562 +37,35-38,41,64.353,1.0804321956645e-05,0.999985773545518 +37,35-38,42,3.971,6.66697162367525e-07,0.999986440242681 +37,35-38,43,2.336,3.92194553334308e-07,0.999986832437234 +37,35-38,44,3.21,5.38931727826682e-07,0.999987371368962 +37,35-38,45,5.196,8.72364254762443e-07,0.999988243733216 +37,35-38,46,3.184,5.3456654872279e-07,0.999988778299765 +37,35-38,47,9.649,1.61998512205597e-06,0.999990398284887 +37,35-38,48,3.324,5.58071359282209e-07,0.999990956356246 +37,35-38,49,5.834,9.79479034311795e-07,0.999991935835281 +37,35-38,50,13.196,2.21549628672925e-06,0.999994151331568 +37,35-38,51,17.92,3.00861575160565e-06,0.999997159947319 +37,35-38,52,13.37,2.24470940842453e-06,0.999999404656728 +37,35-38,53,2.792,4.68753079156416e-07,0.999999873409807 +37,35-38,54,0.754,1.26590194012872e-07,1 +38,35-38,1,3293357.724,0.423426664202585,0.423426664202585 +38,35-38,2,699861.148,0.0899810758919646,0.51340774009455 +38,35-38,3,432267.073,0.0555765331628473,0.568984273257397 +38,35-38,4,433618.577999998,0.0557502960218384,0.624734569279235 +38,35-38,5,310537.553999999,0.0399257814119709,0.664660350691206 +38,35-38,6,300850.524999999,0.038680321088723,0.703340671779929 +38,35-38,7,294179.252999999,0.037822596333115,0.741163268113044 +38,35-38,8,310560.172999999,0.0399286895344769,0.781091957647521 +38,35-38,9,221452.415,0.0284721142436868,0.809564071891208 +38,35-38,10,177003.188,0.0227572816951795,0.832321353586387 +38,35-38,11,156977.313,0.020182557003964,0.852503910590351 +38,35-38,12,170603.853,0.0219345198517215,0.874438430442073 +38,35-38,13,82587.5380000002,0.0106182712753024,0.885056701717375 +38,35-38,14,73191.66,0.00941024420621057,0.894466945923586 +38,35-38,15,118736.35,0.015265920320076,0.909732866243662 +38,35-38,16,80698.0260000001,0.010375336911598,0.92010820315526 +38,35-38,17,56059.373,0.00720754782685688,0.927315750982117 +38,35-38,18,84768.956,0.0108987359634352,0.938214486945552 +38,35-38,19,63448.8190000001,0.0081576081398571,0.946372095085409 +38,35-38,20,44121.54,0.00567270186458523,0.952044796949994 +38,35-38,21,75872.4930000001,0.0097549186295816,0.961799715579576 +38,35-38,22,55412.5810000001,0.00712438984587075,0.968924105425447 +38,35-38,23,75434.6150000001,0.00969862070011086,0.978622726125557 +38,35-38,24,81009.3710000002,0.0104153665062592,0.989038092631817 +38,35-38,25,48713.6510000001,0.00626310910404429,0.995301201735861 +38,35-38,26,21421.296,0.0027541338258146,0.998055335561676 +38,35-38,27,5665.898,0.000728463923724097,0.9987837994854 +38,35-38,28,229.348,2.94872487959145e-05,0.998813286734195 +38,35-38,29,1060.93,0.000136403661096018,0.998949690395292 +38,35-38,30,707.242,9.09300312752679e-05,0.999040620426567 +38,35-38,31,334.89,4.30567728921281e-05,0.999083677199459 +38,35-38,32,55.655,7.15555763179369e-06,0.999090832757091 +38,35-38,33,274.692,3.53171222170995e-05,0.999126149879308 +38,35-38,34,75.145,9.66138492931699e-06,0.999135811264237 +38,35-38,35,79.105,1.01705217224515e-05,0.99914598178596 +38,35-38,36,3.882,4.9910834114856e-07,0.999146480894301 +38,35-38,37,291.923,3.7532510116721e-05,0.999184013404417 +38,35-38,38,0.754,9.69417025311732e-08,0.99918411034612 +38,35-38,39,1163.778,0.000149626817889023,0.999333737164009 +38,35-38,40,1.787,2.29754406396826e-07,0.999333966918415 +38,35-38,41,1227.018,0.000157757578191505,0.999491724496607 +38,35-38,42,23.252,2.98950725100111e-06,0.999494714003858 +38,35-38,43,141.68,1.82157830432581e-05,0.999512929786901 +38,35-38,44,4.35,5.59279053064461e-07,0.999513489065954 +38,35-38,45,2955.162,0.00037994487471542,0.99989343394067 +38,35-38,46,3.404,4.37651930260097e-07,0.9998938715926 +38,35-38,47,27.182,3.49478694721797e-06,0.999897366379547 +38,35-38,48,224.736,2.88942844297689e-05,0.999926260663977 +38,35-38,49,132.608,1.70493969353499e-05,0.999943310060912 +38,35-38,50,54.007,6.94367444111548e-06,0.999950253735353 +38,35-38,51,187.544,2.41125128110164e-05,0.999974366248165 +38,35-38,52,187.986,2.41693407056036e-05,0.99999853558887 +38,35-38,53,11.39,1.46441112974809e-06,1 +39,39-43,1,26328027.779,0.505183674486189,0.505183674486189 +39,39-43,2,6954919.124,0.13345137844389,0.638635052930079 +39,39-43,3,3809158.94799999,0.0730903556546486,0.711725408584728 +39,39-43,4,2432198.02099999,0.0466691521157868,0.758394560700514 +39,39-43,5,1969597.228,0.0377927421397094,0.796187302840224 +39,39-43,6,1644992.516,0.0315642087098529,0.827751511550077 +39,39-43,7,1338177.817,0.0256770310477713,0.853428542597848 +39,39-43,8,1133534.657,0.0217503266096316,0.87517886920748 +39,39-43,9,802067.132000001,0.0153901091388073,0.890568978346287 +39,39-43,10,827181.487000002,0.0158720047919018,0.906440983138189 +39,39-43,11,650761.068000001,0.0124868398918593,0.918927823030048 +39,39-43,12,626202.109999998,0.0120156012275683,0.930943424257616 +39,39-43,13,426076.114,0.00817557238575246,0.939118996643369 +39,39-43,14,289450.112,0.00555398499226867,0.944672981635637 +39,39-43,15,363935.847999999,0.00698322147458893,0.951656203110226 +39,39-43,16,195423.564,0.00374979831271116,0.955406001422937 +39,39-43,17,271515.572,0.00520985603230737,0.960615857455245 +39,39-43,18,334357.954,0.00641567918467988,0.967031536639925 +39,39-43,19,269921.499,0.005179268870128,0.972210805510053 +39,39-43,20,258196.92,0.0049542969903221,0.977165102500375 +39,39-43,21,212803.187,0.00408327949413592,0.981248381994511 +39,39-43,22,183296.646,0.00351710632959501,0.984765488324106 +39,39-43,23,215301.759,0.0041312222338855,0.988896710557991 +39,39-43,24,233255.066,0.00447571129609595,0.993372421854087 +39,39-43,25,158082.296,0.00303329196682907,0.996405713820916 +39,39-43,26,66119.093,0.00126869686692129,0.997674410687838 +39,39-43,27,22014.883,0.000422422810423894,0.998096833498261 +39,39-43,28,5841.922,0.000112095127169977,0.998208928625431 +39,39-43,29,4612.315,8.85013590515236e-05,0.998297429984483 +39,39-43,30,17932.04,0.000344080989821008,0.998641510974304 +39,39-43,31,1132.16,2.17239496139732e-05,0.998663234923918 +39,39-43,32,4155.655,7.97389413449123e-05,0.998742973865263 +39,39-43,33,4100.187,7.86746182481876e-05,0.998821648483511 +39,39-43,34,7277.886,0.000139648484984667,0.998961296968496 +39,39-43,35,4319.17,8.2876476340963e-05,0.999044173444837 +39,39-43,36,3939.416,7.55897352781232e-05,0.999119763180115 +39,39-43,37,2437.822,4.67770653404426e-05,0.999166540245455 +39,39-43,38,538.442,1.03316553120115e-05,0.999176871900767 +39,39-43,39,2247.412,4.3123467575112e-05,0.999219995368342 +39,39-43,40,1779.066,3.41368182447118e-05,0.999254132186587 +39,39-43,41,3318.815,6.36816084635551e-05,0.999317813795051 +39,39-43,42,1268.341,2.43369982841086e-05,0.999342150793335 +39,39-43,43,730.008,1.40074344702139e-05,0.999356158227805 +39,39-43,44,1024.927,1.96663567923268e-05,0.999375824584597 +39,39-43,45,1665.8,3.19634638805086e-05,0.999407788048478 +39,39-43,46,2678.416,5.1393596513973e-05,0.999459181644992 +39,39-43,47,12881.597,0.000247172806118842,0.999706354451111 +39,39-43,48,984.043,1.88818723060195e-05,0.999725236323417 +39,39-43,49,1378.059,2.6442273425207e-05,0.999751678596842 +39,39-43,50,2934.486,5.63070820439777e-05,0.999807985678886 +39,39-43,51,5930.731,0.000113799199245715,0.999921784878132 +39,39-43,52,2944.323,5.64958349520054e-05,0.999978280713083 +39,39-43,53,891.428,1.71047704886985e-05,0.999995385483572 +39,39-43,54,240.489,4.61451642763815e-06,1 +40,39-43,1,42670464.01,0.434292035448651,0.434292035448651 +40,39-43,2,17212075.956,0.175181303382972,0.609473338831623 +40,39-43,3,9696453.42699997,0.0986886970448219,0.708162035876445 +40,39-43,4,6351103.716,0.0646403507475505,0.772802386623996 +40,39-43,5,3171524.72199999,0.0322791879336091,0.805081574557605 +40,39-43,6,2920908.211,0.0297284597612199,0.834810034318825 +40,39-43,7,2227788.58400001,0.0226740172890525,0.857484051607877 +40,39-43,8,1716691.08000001,0.0174721620837079,0.874956213691585 +40,39-43,9,1365254.866,0.01389530975155,0.888851523443135 +40,39-43,10,2402165.138,0.0244487893785576,0.913300312821692 +40,39-43,11,1107333.528,0.0112702344104567,0.924570547232149 +40,39-43,12,841031.993000001,0.00855986698508382,0.933130414217233 +40,39-43,13,599964.848,0.00610633048130195,0.939236744698535 +40,39-43,14,536658.361999999,0.00546200885743587,0.944698753555971 +40,39-43,15,514797.195,0.00523950997128625,0.949938263527257 +40,39-43,16,470016.915,0.00478374462163824,0.954722008148895 +40,39-43,17,764854.164000001,0.00778454322941254,0.962506551378308 +40,39-43,18,375881.897999999,0.00382565595097502,0.966332207329283 +40,39-43,19,824451.902000001,0.00839111790687772,0.97472332523616 +40,39-43,20,426344.79,0.0043392578671897,0.97906258310335 +40,39-43,21,364712.174,0.00371197258043041,0.982774555683781 +40,39-43,22,390614.039,0.00397559693825623,0.986750152622037 +40,39-43,23,462384.425,0.00470606255994647,0.991456215181983 +40,39-43,24,434229.247,0.00441950440207939,0.995875719584063 +40,39-43,25,181741.145,0.0018497275250703,0.997725447109133 +40,39-43,26,94989.921,0.000966789724351923,0.998692236833485 +40,39-43,27,30057.553,0.000305920176305477,0.998998157009791 +40,39-43,28,5162.613,5.25441135929112e-05,0.999050701123383 +40,39-43,29,5993.737,6.10031388705747e-05,0.999111704262254 +40,39-43,30,13599.29,0.000138411040793284,0.999250115303047 +40,39-43,31,535.578,5.45101313421405e-06,0.999255566316181 +40,39-43,32,5160.999,5.25276866015138e-05,0.999308094002783 +40,39-43,33,2675.79,2.72336922621889e-05,0.999335327695045 +40,39-43,34,2961.94,3.01460736676151e-05,0.999365473768713 +40,39-43,35,2397.335,2.43996291335922e-05,0.999389873397846 +40,39-43,36,2448.98,2.49252623248668e-05,0.999414798660171 +40,39-43,37,2385.036,2.42744522022438e-05,0.999439073112373 +40,39-43,38,4310.1,4.38673950568843e-05,0.99948294050743 +40,39-43,39,1272.124,1.29474411427447e-05,0.999495887948573 +40,39-43,40,1042.759,1.06130068912836e-05,0.999506500955464 +40,39-43,41,2650.753,2.69788703392546e-05,0.999533479825804 +40,39-43,42,6540.022,6.65631258566424e-05,0.99960004295166 +40,39-43,43,20640.622,0.000210076406462452,0.999810119358123 +40,39-43,44,2251.041,2.29106760484081e-05,0.999833030034171 +40,39-43,45,948.394,9.65257749648005e-06,0.999842682611668 +40,39-43,46,571.014,5.811674142366e-06,0.99984849428581 +40,39-43,47,4525.464,4.60593297379893e-05,0.999894553615548 +40,39-43,48,780.423,7.94299994257181e-06,0.999902496615491 +40,39-43,49,773.316,7.87066622022912e-06,0.999910367281711 +40,39-43,50,2347.784,2.38953082843164e-05,0.999934262589995 +40,39-43,51,3760.603,3.82747169330419e-05,0.999972537306928 +40,39-43,52,1917.887,1.9519896685335e-05,0.999992057203613 +40,39-43,53,621.626,6.32679365203377e-06,0.999998383997266 +40,39-43,54,158.777,1.61600273426299e-06,1 +41,39-43,1,472632444.045,0.735869257577756,0.735869257577756 +41,39-43,2,89865435.291,0.13991678307889,0.875786040656646 +41,39-43,3,36459593.201,0.0567660856093332,0.932552126265979 +41,39-43,4,16155612.616,0.0251536237328596,0.957705749998839 +41,39-43,5,10387821.898,0.0161734110390513,0.97387916103789 +41,39-43,6,5541315.234,0.00862759968898716,0.982506760726877 +41,39-43,7,3995958.668,0.006221543136494,0.988728303863371 +41,39-43,8,1681518.899,0.00261805569930845,0.99134635956268 +41,39-43,9,907460.3,0.00141287832787609,0.992759237890556 +41,39-43,10,1064544.428,0.00165745184817721,0.994416689738733 +41,39-43,11,154226.106,0.000240123697709002,0.994656813436442 +41,39-43,12,1155946.253,0.0017997607267814,0.996456574163224 +41,39-43,13,342915.924,0.000533905976165792,0.996990480139389 +41,39-43,14,96133.95,0.000149676602412385,0.997140156741801 +41,39-43,15,58087.356,9.04396218942282e-05,0.997230596363696 +41,39-43,16,184502.532,0.000287262846541126,0.997517859210237 +41,39-43,17,658760.376,0.00102566278493274,0.99854352199517 +41,39-43,18,151740.03,0.000236252979726239,0.998779774974896 +41,39-43,19,130336.248,0.000202928172324324,0.99898270314722 +41,39-43,20,46029.33,7.16657718289786e-05,0.999054368919049 +41,39-43,21,267132.879,0.000415914895012206,0.999470283814061 +41,39-43,22,17711.984,2.75768299035098e-05,0.999497860643965 +41,39-43,23,4085.384,6.36077469686741e-06,0.999504221418662 +41,39-43,24,24249.889,3.7756078829565e-05,0.999541977497491 +41,39-43,25,277186.35,0.00043156773546796,0.999973545232959 +41,39-43,26,404.805,6.30264719587048e-07,0.999974175497679 +41,39-43,27,13590.78,2.11602849413156e-05,0.99999533578262 +41,39-43,30,1072.935,1.67051562334983e-06,0.999997006298244 +41,39-43,52,1922.788,2.99370175676027e-06,1 +43,39-43,1,213924567.182,0.504510893631954,0.504510893631954 +43,39-43,2,98305315.4139998,0.231839209407367,0.736350103039321 +43,39-43,3,52169418.1539999,0.123034208365331,0.859384311404652 +43,39-43,4,21277388.575,0.0501797173907328,0.909564028795385 +43,39-43,5,11109364.957,0.0261998690284655,0.93576389782385 +43,39-43,6,5571770.05199998,0.0131402331442127,0.948904130968063 +43,39-43,7,3990910.66499999,0.00941199943759361,0.958316130405657 +43,39-43,8,3174976.583,0.00748773408426293,0.965803864489919 +43,39-43,9,2156970.422,0.00508691025755399,0.970890774747474 +43,39-43,10,2023305.75800001,0.00477168101591069,0.975662455763384 +43,39-43,11,1251280.386,0.00295096815686401,0.978613423920248 +43,39-43,12,1350898.993,0.00318590457908979,0.981799328499338 +43,39-43,13,821657.607000001,0.0019377634790977,0.983737091978436 +43,39-43,14,610112.443,0.00143886407198866,0.985175956050424 +43,39-43,15,584019.975,0.00137732866948136,0.986553284719906 +43,39-43,16,969841.016,0.00228723313132524,0.988840517851231 +43,39-43,17,818688.813000001,0.00193076199753026,0.990771279848761 +43,39-43,18,562070.184,0.00132556318588909,0.99209684303465 +43,39-43,19,684444.302,0.00161416526858994,0.99371100830324 +43,39-43,20,209948.438,0.000495133754235429,0.994206142057476 +43,39-43,21,350857.813,0.000827448624092749,0.995033590681568 +43,39-43,22,284489.026,0.000670927208718554,0.995704517890287 +43,39-43,23,516862.012,0.00121894609391301,0.9969234639842 +43,39-43,24,525891.685,0.00124024130303482,0.998163705287235 +43,39-43,25,262050.785,0.000618009784751964,0.998781715071987 +43,39-43,26,143213.794,0.000337749516771919,0.999119464588759 +43,39-43,27,91205.419,0.000215095105952088,0.999334559694711 +43,39-43,28,25935.907,6.11661754892929e-05,0.9993957258702 +43,39-43,29,5077.499,1.19745646404696e-05,0.999407700434841 +43,39-43,30,163017.253,0.000384453179323185,0.999792153614164 +43,39-43,31,1056.076,2.49060616796746e-06,0.999794644220332 +43,39-43,32,4784.664,1.12839546302083e-05,0.999805928174962 +43,39-43,33,5464.761,1.2887867400706e-05,0.999818816042363 +43,39-43,34,25515.098,6.01737568651255e-05,0.999878989799228 +43,39-43,35,5081.931,1.19850168868387e-05,0.999890974816114 +43,39-43,36,4367.708,1.03006227626429e-05,0.999901275438877 +43,39-43,37,2693.652,6.35259800010406e-06,0.999907628036877 +43,39-43,38,593.915,1.40066468914017e-06,0.999909028701567 +43,39-43,39,2480.469,5.84983598798958e-06,0.999914878537554 +43,39-43,40,1959.498,4.62119942591244e-06,0.99991949973698 +43,39-43,41,3663.055,8.6387981325246e-06,0.999928138535113 +43,39-43,42,2024.19,4.77376637584611e-06,0.999932912301489 +43,39-43,43,931.666,2.19720274495924e-06,0.999935109504234 +43,39-43,44,1412.979,3.3323115122477e-06,0.999938441815746 +43,39-43,45,2302.575,5.43029810090153e-06,0.999943872113847 +43,39-43,46,1236.797,2.91681113548992e-06,0.999946788924982 +43,39-43,47,2243.1,5.29003470902455e-06,0.999952078959691 +43,39-43,48,2033.229,4.79508358138081e-06,0.999956874043273 +43,39-43,49,1521.157,3.58743405460107e-06,0.999960461477327 +43,39-43,50,2685.78,6.33403299933305e-06,0.999966795510327 +43,39-43,51,6861.286,1.61813744766369e-05,0.999982976884803 +43,39-43,52,3068.458,7.23652504265707e-06,0.999990213409846 +43,39-43,53,3884.304,9.16058266702461e-06,0.999999373992513 +43,39-43,54,265.442,6.26007486618027e-07,1 diff --git a/lib/data/data_faf_ton_tradetype.csv b/lib/data/data_faf_ton_tradetype.csv new file mode 100644 index 0000000..944fb45 --- /dev/null +++ b/lib/data/data_faf_ton_tradetype.csv @@ -0,0 +1,127 @@ +SCTG,SCTG_GROUP,Trade_Type,Tonnage,Proportion +1,01-05,Domestic,88533208.864,0.984622951036373 +1,01-05,Import,965224.064,0.0107347488982008 +1,01-05,Export,417416.353,0.00464230006542578 +2,01-05,Domestic,1211379030.229,0.916075797559068 +2,01-05,Import,7590430.55999998,0.00574007767639353 +2,01-05,Export,103387306.475,0.0781841247645384 +3,01-05,Domestic,648009596.725998,0.861719321985305 +3,01-05,Import,29123459.8649999,0.0387282043592104 +3,01-05,Export,74863075.0879997,0.0995524736554846 +4,01-05,Domestic,402595674.715002,0.891491664480273 +4,01-05,Import,6965337.91700005,0.0154237640473651 +4,01-05,Export,42036787.7239999,0.0930845714723623 +5,01-05,Domestic,90505794.1699996,0.846929468335282 +5,01-05,Import,5879388.679,0.0550177761955101 +5,01-05,Export,10478254.49,0.0980527554692082 +6,06-09,Domestic,132181537.908999,0.930568387037468 +6,06-09,Import,5781815.94899996,0.040704437449597 +6,06-09,Export,4080519.274,0.0287271755129349 +7,06-09,Domestic,628505248.309,0.918674945315627 +7,06-09,Import,29184296.6800001,0.0426581674993313 +7,06-09,Export,26453689.2569997,0.0386668871850418 +8,06-09,Domestic,113082950.752,0.885289224798399 +8,06-09,Import,11932827.474,0.0934181812011453 +8,06-09,Export,2719822.28099999,0.021292594000456 +9,06-09,Domestic,4623929.632,0.961979456438825 +9,06-09,Import,123237.48,0.0256387820443568 +9,06-09,Export,59515.1939999999,0.0123817615168178 +10,10-14,Domestic,16261325.3650001,0.984441760913222 +10,10-14,Import,175006.114,0.0105946669886793 +10,10-14,Export,81989.879,0.00496357209809889 +11,10-14,Domestic,612613805.108999,0.981544538515882 +11,10-14,Import,2539835.04,0.00406938464568181 +11,10-14,Export,8978817.49300003,0.0143860768384365 +12,10-14,Domestic,1881754761.572,0.987194046448078 +12,10-14,Import,23551791.3029999,0.0123555888537177 +12,10-14,Export,858469.435000001,0.000450364698204176 +13,10-14,Domestic,248518355.453,0.842644977393032 +13,10-14,Import,35538491.598,0.120499475359045 +13,10-14,Export,10869678.497,0.0368555472479227 +14,10-14,Domestic,53538233.9929999,0.576699486809288 +14,10-14,Import,13796429.123,0.148611431525274 +14,10-14,Export,25500921.4779999,0.274689081665438 +15,15-19,Domestic,790372252.759,0.86202898221447 +15,15-19,Import,7293717.73100001,0.00795498077047338 +15,15-19,Export,119208367.921,0.130016037015056 +16,15-19,Domestic,507559085.454001,0.502940411565984 +16,15-19,Import,438096412.471,0.4341098333343 +16,15-19,Export,63527844.24,0.0629497550997163 +17,15-19,Domestic,1366724616.254,0.925752038751216 +17,15-19,Import,41506431.3219999,0.0281144152674629 +17,15-19,Export,68108791.8669998,0.0461335459813211 +18,15-19,Domestic,874785589.733,0.830932877401771 +18,15-19,Import,60666853.3629999,0.0576256440657817 +18,15-19,Export,117322833.372,0.111441478532447 +19,15-19,Domestic,2538184914.4,0.947525164693326 +19,15-19,Import,68863614.439,0.0257073498634813 +19,15-19,Export,71703454.726,0.0267674854431928 +20,20-24,Domestic,396357801.728008,0.820466863696888 +20,20-24,Import,30473358.8789998,0.0630803306425644 +20,20-24,Export,56256967.952,0.116452805660548 +21,20-24,Domestic,18688968.1970005,0.779573420781109 +21,20-24,Import,3621564.97,0.151066434619813 +21,20-24,Export,1662793.397,0.0693601445990784 +22,20-24,Domestic,163826869.682,0.783563610041809 +22,20-24,Import,31321711.731,0.149807864633379 +22,20-24,Export,13930640.213,0.0666285253248122 +23,20-24,Domestic,125529775.416996,0.85612895790343 +23,20-24,Import,7157569.998,0.0488155333916015 +23,20-24,Export,13937499.193,0.0950555087049684 +24,20-24,Domestic,227653952.103003,0.807242417591374 +24,20-24,Import,26222703.7389999,0.0929835769004138 +24,20-24,Export,28137702.1029996,0.0997740055082122 +25,25-30,Domestic,470530103.958,0.976886863609773 +25,25-30,Import,1018919.537,0.00211542067637717 +25,25-30,Export,10113819.446,0.0209977157138502 +26,25-30,Domestic,363989433.032007,0.893465209355255 +26,25-30,Import,28358082.5589999,0.0696090541954346 +26,25-30,Export,15043202.28,0.0369257364493101 +27,25-30,Domestic,130318132.582999,0.765583396117203 +27,25-30,Import,16089862.551,0.0945235430457711 +27,25-30,Export,23812693.0939998,0.139893060837026 +28,25-30,Domestic,81335646.2649978,0.938876733554456 +28,25-30,Import,2603216.325,0.0300495459517045 +28,25-30,Export,2691941.38899999,0.0310737204938397 +29,25-30,Domestic,29348193.0330021,0.9327727456751 +29,25-30,Import,1252379.608,0.0398043438063815 +29,25-30,Export,862817.738999999,0.0274229105185181 +30,25-30,Domestic,40962387.5149988,0.642950442360317 +30,25-30,Import,17041302.503,0.267482284295268 +30,25-30,Export,5706333.05100002,0.0895672733444153 +31,31-34,Domestic,1226750928.25897,0.961937025894524 +31,31-34,Import,33820359.3740002,0.0265196912930658 +31,31-34,Export,14721060.24,0.01154328281241 +32,31-34,Domestic,320455002.112009,0.845457299468463 +32,31-34,Import,44971229.3180001,0.118647716036224 +32,31-34,Export,13605332.0960001,0.0358949844953123 +33,31-34,Domestic,128877865.894994,0.797847334876997 +33,31-34,Import,23312980.3779999,0.14432423390516 +33,31-34,Export,9341141.44100009,0.0578284312178425 +34,31-34,Domestic,93885607.4809949,0.705872507661716 +34,31-34,Import,29306994.7899999,0.220342632481061 +34,31-34,Export,9813863.43200002,0.0737848598572231 +35,35-38,Domestic,59741929.9619979,0.719268495436947 +35,35-38,Import,16875486.863,0.203173986067022 +35,35-38,Export,6441872.35699998,0.0775575184960309 +36,35-38,Domestic,159192237.097001,0.770766032873324 +36,35-38,Import,33804752.5829998,0.163673527778785 +36,35-38,Export,13540701.7950001,0.0655604393478903 +37,35-38,Domestic,5956227.54099992,0.65009219053646 +37,35-38,Import,1081075.33299999,0.11799391922608 +37,35-38,Export,2124824.63299999,0.23191389023746 +38,35-38,Domestic,7777870.41399988,0.718145576786787 +38,35-38,Import,1920957.211,0.17736563491637 +38,35-38,Export,1131665.057,0.104488788296843 +39,39-43,Domestic,52115753.3559988,0.749893381091652 +39,39-43,Import,15645563.2900001,0.225123951955137 +39,39-43,Export,1736234.16600001,0.0249826669532107 +40,39-43,Domestic,98252927.8159966,0.91129836145312 +40,39-43,Import,7285315.43700008,0.0675714827841128 +40,39-43,Export,2278177.76999998,0.0211301557627669 +41,39-43,Domestic,642277740.479,0.912961898293659 +41,39-43,Import,12734205.408,0.0181009610170807 +41,39-43,Export,48497961.4589998,0.0689371406892605 +43,39-43,Domestic,424023682.902016,0.954500440729352 +43,39-43,Import,8045194.45399999,0.018110171581786 +43,39-43,Export,12167358.4890001,0.0273893876888624 diff --git a/lib/data/data_firm_pref_weights.csv b/lib/data/data_firm_pref_weights.csv new file mode 100644 index 0000000..ed463a3 --- /dev/null +++ b/lib/data/data_firm_pref_weights.csv @@ -0,0 +1,44 @@ +Commodity_SCTG,Commodity_SCTG_desc,Commodity_Type,CostWeight,TimeWeight,SingleSourceMaxFraction +1,Live animals/fish,Innovative,0.2,0.8,0.4 +2,Cereal grains,Semi-Functional,0.6,0.4,0.45 +3,Other ag prods.,Semi-Innovative,0.4,0.6,0.45 +4,Animal feed,Semi-Functional,0.6,0.4,0.45 +5,Meat/seafood,Semi-Innovative,0.4,0.6,0.45 +6,Milled grain prods.,Semi-Functional,0.6,0.4,0.45 +7,Other foodstuffs,Semi-Innovative,0.4,0.6,0.45 +8,Alcoholic beverages,Semi-Innovative,0.4,0.6,0.45 +9,Tobacco prods.,Innovative,0.2,0.8,0.4 +10,Building stone,Semi-Functional,0.6,0.4,0.45 +11,Natural sands,Functional,0.8,0.2,0.5 +12,Gravel,Functional,0.8,0.2,0.5 +13,Nonmetallic minerals,Semi-Functional,0.6,0.4,0.45 +14,Metallic ores,Semi-Innovative,0.4,0.6,0.45 +15,Coal,Semi-Functional,0.6,0.4,0.45 +16,Crude petroleum,Semi-Functional,0.6,0.4,0.45 +17,Gasoline,Semi-Functional,0.6,0.4,0.45 +18,Fuel oils,Semi-Functional,0.6,0.4,0.45 +19,Coal-n.e.c.,Semi-Functional,0.6,0.4,0.45 +20,Basic chemicals,Semi-Innovative,0.4,0.6,0.45 +21,Pharmaceuticals,Innovative,0.2,0.8,0.4 +22,Fertilizers,Semi-Innovative,0.4,0.6,0.45 +23,Chemical prods.,Semi-Innovative,0.4,0.6,0.45 +24,Plastics/rubber,Semi-Innovative,0.4,0.6,0.45 +25,Logs,Functional,0.8,0.2,0.5 +26,Wood prods.,Semi-Innovative,0.4,0.6,0.45 +27,Newsprint/paper,Semi-Functional,0.6,0.4,0.45 +28,Paper articles,Semi-Innovative,0.4,0.6,0.45 +29,Printed prods.,Semi-Innovative,0.4,0.6,0.45 +30,Textiles/leather,Innovative,0.2,0.8,0.4 +31,Nonmetal min. prods.,Semi-Innovative,0.4,0.6,0.45 +32,Base metals,Semi-Innovative,0.4,0.6,0.45 +33,Articles-base metal,Semi-Innovative,0.4,0.6,0.45 +34,Machinery,Innovative,0.2,0.8,0.4 +35,Electronics,Innovative,0.2,0.8,0.4 +36,Motorized vehicles,Innovative,0.2,0.8,0.4 +37,Transport equip.,Semi-Innovative,0.4,0.6,0.45 +38,Precision instruments,Innovative,0.2,0.8,0.4 +39,Furniture,Semi-Innovative,0.4,0.6,0.45 +40,Misc. mfg. prods.,Innovative,0.2,0.8,0.4 +41,Waste/scrap,Functional,0.8,0.2,0.5 +43,Mixed freight,Innovative,0.2,0.8,0.4 +99,Unknown,Semi-Functional,0.6,0.4,0.45 diff --git a/lib/data/data_firm_pref_weights_Orig.csv b/lib/data/data_firm_pref_weights_Orig.csv new file mode 100644 index 0000000..2fe7a4c --- /dev/null +++ b/lib/data/data_firm_pref_weights_Orig.csv @@ -0,0 +1,44 @@ +Commodity_SCTG,Commodity_SCTG_desc,Commodity_Type,CostWeight,TimeWeight,SingleSourceMaxFraction +1,Live animals/fish,Innovative,0.2,0.8,0.8 +2,Cereal grains,Semi-Functional,0.6,0.4,0.9 +3,Other ag prods.,Semi-Innovative,0.4,0.6,0.9 +4,Animal feed,Semi-Functional,0.6,0.4,0.9 +5,Meat/seafood,Semi-Innovative,0.4,0.6,0.9 +6,Milled grain prods.,Semi-Functional,0.6,0.4,0.9 +7,Other foodstuffs,Semi-Innovative,0.4,0.6,0.9 +8,Alcoholic beverages,Semi-Innovative,0.4,0.6,0.9 +9,Tobacco prods.,Innovative,0.2,0.8,0.8 +10,Building stone,Semi-Functional,0.6,0.4,0.9 +11,Natural sands,Functional,0.8,0.2,1 +12,Gravel,Functional,0.8,0.2,1 +13,Nonmetallic minerals,Semi-Functional,0.6,0.4,0.9 +14,Metallic ores,Semi-Innovative,0.4,0.6,0.9 +15,Coal,Semi-Functional,0.6,0.4,0.9 +16,Crude petroleum,Semi-Functional,0.6,0.4,0.9 +17,Gasoline,Semi-Functional,0.6,0.4,0.9 +18,Fuel oils,Semi-Functional,0.6,0.4,0.9 +19,Coal-n.e.c.,Semi-Functional,0.6,0.4,0.9 +20,Basic chemicals,Semi-Innovative,0.4,0.6,0.9 +21,Pharmaceuticals,Innovative,0.2,0.8,0.8 +22,Fertilizers,Semi-Innovative,0.4,0.6,0.9 +23,Chemical prods.,Semi-Innovative,0.4,0.6,0.9 +24,Plastics/rubber,Semi-Innovative,0.4,0.6,0.9 +25,Logs,Functional,0.8,0.2,1 +26,Wood prods.,Semi-Innovative,0.4,0.6,0.9 +27,Newsprint/paper,Semi-Functional,0.6,0.4,0.9 +28,Paper articles,Semi-Innovative,0.4,0.6,0.9 +29,Printed prods.,Semi-Innovative,0.4,0.6,0.9 +30,Textiles/leather,Innovative,0.2,0.8,0.8 +31,Nonmetal min. prods.,Semi-Innovative,0.4,0.6,0.9 +32,Base metals,Semi-Innovative,0.4,0.6,0.9 +33,Articles-base metal,Semi-Innovative,0.4,0.6,0.9 +34,Machinery,Innovative,0.2,0.8,0.8 +35,Electronics,Innovative,0.2,0.8,0.8 +36,Motorized vehicles,Innovative,0.2,0.8,0.8 +37,Transport equip.,Semi-Innovative,0.4,0.6,0.9 +38,Precision instruments,Innovative,0.2,0.8,0.8 +39,Furniture,Semi-Innovative,0.4,0.6,0.9 +40,Misc. mfg. prods.,Innovative,0.2,0.8,0.8 +41,Waste/scrap,Functional,0.8,0.2,1 +43,Mixed freight,Innovative,0.2,0.8,0.8 +99,Unknown,Semi-Functional,0.6,0.4,0.9 diff --git a/lib/data/data_mesozone_centroids.csv b/lib/data/data_mesozone_centroids.csv new file mode 100644 index 0000000..d285686 --- /dev/null +++ b/lib/data/data_mesozone_centroids.csv @@ -0,0 +1,271 @@ +stop_zone,x_coord,y_coord +1,102.576,375.557 +2,108.586,375.554 +3,114.59,375.541 +4,120.612,375.536 +5,125.29,374.56 +6,101.348,369.791 +7,107.31,369.928 +8,113.043,370.032 +9,118.928,370.21 +10,124.797,370.17 +11,128.452,369.775 +12,118.79,364.796 +13,124.86,364.79 +14,129.224,364.601 +15,119.014,358.576 +16,125.041,358.751 +17,130.025,358.776 +18,119.242,352.555 +19,125.229,352.719 +20,131.433,352.572 +21,113.751,345.131 +22,119.385,346.528 +23,125.424,346.686 +24,132.479,346.722 +25,119.611,340.471 +26,125.706,340.564 +27,132.631,340.581 +28,125.846,334.457 +29,132.747,334.513 +30,78.624,399.337 +31,84.623,399.326 +32,90.626,399.314 +33,97.588,399.35 +34,78.624,393.568 +35,84.606,393.561 +36,90.6,393.586 +37,97.57,393.582 +38,78.606,387.564 +39,84.596,387.545 +40,90.587,387.554 +41,97.598,387.556 +42,78.584,381.547 +43,84.574,381.55 +44,90.584,381.529 +45,97.609,381.556 +46,103.61,399.456 +47,108.621,399.295 +48,114.603,399.296 +49,119.773,399.281 +50,103.571,393.629 +51,108.504,393.554 +52,114.59,393.562 +53,119.445,393.789 +54,103.608,387.597 +55,108.578,387.548 +56,114.595,387.552 +57,119.128,387.391 +58,103.593,381.572 +59,108.596,381.544 +60,114.61,381.544 +61,120.179,381.226 +62,84.58,375.53 +63,90.581,375.545 +64,96.59,375.526 +65,83.775,369.599 +66,89.569,369.65 +67,95.382,369.717 +68,83.789,363.67 +69,89.634,363.772 +70,95.44,363.888 +71,83.75,357.656 +72,89.588,357.761 +73,95.42,357.87 +74,83.722,351.635 +75,89.581,351.76 +76,95.436,351.847 +77,101.363,364.027 +78,107.327,364.254 +79,113.102,364.433 +80,101.347,358.008 +81,107.273,358.185 +82,113.108,358.354 +83,101.323,351.985 +84,107.271,352.122 +85,113.216,352.33 +86,113.022,347.979 +87,101.411,345.909 +88,107.394,346.111 +89,101.592,339.887 +90,107.565,340.075 +91,113.594,340.29 +92,101.776,333.903 +93,107.77,334.087 +94,113.773,334.285 +95,119.799,334.434 +96,101.96,327.913 +97,107.966,328.101 +98,114.006,328.224 +99,120.046,328.371 +100,126.102,328.444 +101,132.876,328.524 +102,102.116,321.9 +103,108.134,322.077 +104,114.152,322.182 +105,120.179,322.335 +106,126.2,322.461 +107,132.939,322.584 +108,102.127,315.772 +109,108.148,316.148 +110,83.674,345.615 +111,89.765,345.583 +112,95.701,345.82 +113,83.887,339.581 +114,89.89,339.528 +115,95.768,339.778 +116,83.946,333.521 +117,89.985,333.602 +118,95.921,333.761 +119,90.264,318.559 +120,69.607,390.265 +121,72.16,360.592 +122,119.294,308.471 +123,52.32,391.321 +124,57.495,369.552 +125,57.441,351.418 +126,66.347,324.27 +127,144.112,328.25 +128,160.432,331.141 +129,177.301,337.323 +130,109.565,407.747 +131,108.545,419.522 +132,84.079,414.053 +133,120.689,408.291 +134,56.294,388.639 +135,98.717,356.526 +136,105.674,331.808 +137,143.439,339.586 +138,116.502,360.856 +139,127.143,357.446 +140,129.312,327.688 +141,116.389,367.106 +142,124.697,353.183 +143,142.221,341.833 +144,117,433.448 +145,136.145,349.403 +146,140.711,344.849 +147,55.127,385.953 +148,55.189,361.095 +149,104.039,325.924 +150,126.848,355.747 +151,182.791,-214.763 +152,118.475,-407.132 +153,183.646,-312.322 +154,-2032.295,2242.578 +155,-1296.452,-76.411 +156,-1297.923,-157.838 +157,-1231.268,24.019 +158,-140.106,-122.175 +159,-1540.538,90.778 +160,-1690.29,501.735 +161,-1580.2,-12.042 +162,-1773.616,433.164 +163,-1610.233,327.991 +164,-782.047,298.668 +165,-906.535,235.128 +166,912.598,423.978 +167,880.475,405.406 +168,938.228,412.944 +169,786.488,209.336 +170,705.534,192.847 +171,486.218,-431.906 +172,591.985,-706.129 +173,510.402,-542.141 +174,454.254,-585.326 +175,417.381,-473.101 +176,316.166,-200.312 +177,500.74,-308.708 +178,378.358,-285.835 +181,-1207.246,746.919 +183,2.866,150.333 +184,60.808,232.533 +185,154.12,303.231 +186,210.89,210.622 +187,211.582,292.623 +188,-171.045,381.174 +189,-252.057,158.863 +190,-459.246,155.904 +191,245.575,100.004 +192,322.057,89.597 +193,-72.238,-421.583 +194,-194.759,-448.661 +195,-10.361,-457.502 +196,-139.536,-360.035 +197,1023.557,712.754 +198,727.999,227.254 +199,697.666,205.653 +200,769.619,181.274 +201,974.722,477.121 +202,891.392,466.231 +203,365.582,420.441 +204,236.84,446.475 +205,272.019,543.244 +206,-163.318,589.38 +207,-194.581,683.959 +208,19.429,-275.214 +209,-227.259,182.225 +210,-30.318,140.825 +211,-128.155,116.421 +212,-911.975,857.471 +213,-501.185,376.118 +214,-1465.296,307.324 +215,-1430.053,478.411 +216,940.285,570.666 +217,829.556,329.377 +218,807.966,261.889 +219,826.473,249.434 +220,-928.196,-64.596 +221,831.122,488.585 +222,588.913,452.864 +223,844.485,396.307 +224,647.613,484.566 +225,708.406,503.959 +226,520.843,-74.651 +227,570.258,-14.885 +228,629.133,-36.391 +229,688.914,-57.893 +230,-474.206,789.005 +231,302.12,176.335 +232,454.232,339.721 +233,380.688,237.465 +234,311.881,228.899 +235,435.219,264.421 +236,-419.817,-63.452 +237,-342.043,-9.105 +238,-495.325,-0.619 +239,-1565.011,981.479 +240,-1512.174,826.148 +241,771.397,293.475 +242,533.057,288.866 +243,648.438,344.602 +244,964.078,431.623 +245,583.423,-232.497 +246,448.091,-121.319 +247,535.313,-179.621 +248,-494.678,579.911 +249,-2.262,-97.549 +250,183.289,-37.415 +251,290.595,-60.344 +252,-463.877,-418.362 +253,-257.817,-443.107 +254,-477.381,-612.896 +255,-406.47,-236.419 +256,-966.598,-248.514 +257,-330.239,-459.3 +258,-581.308,-583.153 +259,-526.207,-471.377 +260,-585.591,-305.986 +261,-1181.239,476.56 +262,-1157.374,310.427 +263,869.672,580.758 +264,689.189,93.541 +265,758.875,47.317 +266,682.973,175.092 +267,609.386,96.325 +268,-1466.836,1118.726 +269,-1392.09,1055.4 +270,484.927,131.672 +271,102.808,449.083 +272,8.36,555.817 +273,-881.511,550.544 diff --git a/lib/data/data_mesozone_emprankings.csv b/lib/data/data_mesozone_emprankings.csv new file mode 100644 index 0000000..7fb8010 --- /dev/null +++ b/lib/data/data_mesozone_emprankings.csv @@ -0,0 +1,133 @@ +CountyFIPS,Mesozone,rank11,rank21,rank22,rank23,rank3133,rank42,rank4445,rank4849,rank51,rank52,rank53,rank54,rank55,rank56,rank61,rank62,rank71,rank72,rank81,rank92,rank99 +17031,1,1,1,,1,1,1,1,2,1,3,3,1,1,1,1,1,1,1,1,1, +17031,2,2,,1,6,2,2,2,3,1,4,2,2,1,4,5,1,6,1,4,3, +17031,3,5,3,1,6,6,6,6,2,3,3,2,4,2,3,3,4,2,4,3,2, +17031,4,9,6,4,5,4,4,3,1,5,6,5,6,3,3,1,4,6,6,2,2, +17031,5,2,,1,1,1,1,1,1,1,1,1,1,1,1,2,2,3,1,2,1, +17031,6,1,1,1,2,1,1,2,1,1,1,1,1,1,3,1,1,1,1,1,1, +17031,7,6,1,1,3,3,5,4,1,7,5,4,5,1,6,3,3,4,6,3,4,10 +17031,8,3,1,1,7,8,8,1,4,3,2,2,4,1,3,1,3,1,2,2,1, +17031,9,2,1,1,4,4,4,4,3,2,2,4,3,1,5,7,6,3,3,6,1, +17031,10,6,2,2,7,7,7,10,3,4,2,6,4,2,6,3,6,5,8,4,3, +17031,11,4,,1,1,1,2,1,1,5,1,2,2,2,1,5,3,3,2,2,2, +17031,12,5,1,1,8,9,8,3,10,6,4,6,3,1,8,2,5,4,4,5,2, +17031,13,3,1,3,9,6,6,10,3,4,5,7,3,1,7,8,7,6,7,8,3, +17031,14,8,1,1,4,2,3,8,1,4,4,7,5,2,5,3,8,8,9,8,1, +17031,15,1,1,1,5,5,4,7,4,3,2,2,2,1,4,4,2,7,3,3,5, +17031,16,7,1,5,4,5,9,6,5,2,3,5,2,1,5,8,9,2,6,7,4, +17031,17,10,10,10,10,10,10,9,8,10,10,10,10,10,10,10,10,10,10,10,10, +17031,18,4,2,1,5,3,3,3,5,2,2,3,2,2,2,2,2,2,2,4,2, +17031,19,5,,2,3,8,5,7,6,2,3,3,1,1,4,6,2,1,5,5,3, +17031,20,1,1,2,1,2,1,4,2,3,1,4,5,1,2,7,7,5,2,6,1, +17031,21,1,2,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1, +17031,22,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1, +17031,23,3,3,1,8,3,3,8,2,2,3,3,1,1,7,6,5,4,5,6,2, +17031,24,1,1,1,1,1,1,2,1,1,1,1,1,1,2,4,3,1,1,5,1, +17031,25,2,1,,2,1,1,5,1,1,1,1,1,1,1,1,1,2,3,1,1, +17031,26,1,,1,2,1,1,2,2,2,1,1,1,1,1,2,1,1,1,1,2, +17031,27,1,,1,3,2,2,5,3,1,2,3,1,1,2,4,4,1,4,3,1, +17031,28,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1, +17031,29,3,,2,1,1,2,1,1,1,1,1,1,1,1,5,1,3,1,1,1, +17111,30,1,,1,1,2,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1, +17111,31,3,,,1,1,1,,,,,,1,,1,,1,,,1,, +17111,32,1,,,1,1,1,1,1,1,1,1,1,,1,1,1,,,1,1, +17111,33,9,,,2,6,2,1,5,1,1,1,2,1,2,1,1,1,1,2,1, +17111,34,1,10,,1,1,2,2,1,1,1,1,1,,1,,1,1,1,1,, +17111,35,10,,,1,1,1,1,1,,1,1,1,,1,,1,1,1,1,, +17111,36,1,,4,5,1,1,1,2,1,1,1,1,1,3,3,1,1,1,1,3, +17111,37,4,2,2,8,3,2,5,6,3,4,6,4,10,4,5,4,2,6,5,1, +17111,38,7,,1,2,2,1,1,1,1,1,2,2,,1,1,1,1,1,1,2, +17111,39,2,,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,2,1, +17111,40,2,,7,3,5,5,3,3,6,3,4,6,3,3,8,3,4,3,4,7, +17111,41,3,,10,6,7,10,2,4,2,7,5,7,1,7,2,10,3,2,7,5, +17111,42,1,,,1,1,1,,1,1,1,1,1,,1,1,1,1,,1,1, +17111,43,6,,1,1,1,1,1,1,1,1,1,1,1,2,1,1,2,1,1,2, +17111,44,5,,1,4,3,3,1,2,1,2,2,3,1,5,10,2,5,2,3,4, +17111,45,5,5,1,10,10,7,10,10,10,10,10,10,5,10,7,6,10,10,10,10, +17097,46,,3,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,, +17097,47,2,,,2,1,1,2,2,1,1,3,1,,1,1,1,1,1,2,1, +17097,48,1,7,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, +17097,49,1,1,6,2,1,1,3,2,1,1,2,1,1,1,2,3,2,1,3,1, +17097,50,1,,2,2,3,1,1,1,1,1,1,1,1,1,1,1,3,1,1,1, +17097,51,6,2,2,8,1,1,4,3,3,1,3,2,1,2,10,2,3,5,3,4, +17097,52,4,10,1,4,4,5,7,5,4,2,5,4,4,5,4,3,8,10,7,5, +17097,53,1,,10,10,9,2,3,10,2,4,7,4,1,3,6,6,2,4,10,10, +17097,54,1,,1,4,2,2,1,1,1,1,1,1,1,2,1,1,3,2,2,1, +17097,55,3,,3,1,1,1,2,1,3,5,1,1,1,1,1,1,1,1,1,1, +17097,56,10,1,,9,7,6,6,4,6,8,5,5,10,4,3,5,5,6,8,2, +17097,57,1,,5,1,2,3,1,1,2,3,4,3,3,4,5,9,4,3,4,7, +17097,58,2,,,3,1,1,1,2,2,1,1,2,1,2,1,4,2,1,1,2, +17097,59,1,4,1,5,2,2,5,6,4,2,2,3,1,6,3,2,1,2,5,3, +17097,60,5,,3,6,10,10,10,7,10,10,9,10,2,10,2,7,7,9,6,2, +17097,61,7,2,1,7,5,4,9,3,7,6,10,8,5,8,8,10,10,7,9,3, +17089,62,1,,1,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1, +17089,63,1,,,2,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1, +17089,64,8,10,1,9,3,8,3,4,4,10,6,5,2,5,2,2,1,3,3,2,10 +17089,65,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1, +17089,66,10,,,1,1,1,1,1,1,1,1,1,,1,,1,1,1,2,1, +17089,67,3,2,5,7,10,5,4,5,2,5,3,8,4,4,10,7,7,4,8,10, +17089,68,9,,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1, +17089,69,4,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, +17089,70,2,1,1,5,4,3,6,2,6,3,5,7,2,3,6,2,3,10,6,1, +17089,71,1,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, +17089,72,2,,,3,1,2,1,1,1,1,1,1,,1,1,1,1,1,1,1, +17089,73,4,6,10,4,6,6,10,7,10,2,8,3,10,8,3,4,4,8,4,8, +17089,74,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,,1,1, +17089,75,5,,,1,1,1,1,1,1,1,1,2,,1,5,1,1,1,1,1, +17089,76,6,4,3,10,8,10,8,10,8,6,10,10,5,10,8,10,10,6,10,5, +17043,77,1,10,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, +17043,78,4,,4,4,8,7,9,5,1,1,2,2,2,6,3,2,2,5,2,2, +17043,79,2,4,1,10,10,10,3,10,6,4,7,4,4,8,2,2,3,2,8,4, +17043,80,7,1,1,3,1,1,1,1,1,1,1,1,1,1,1,3,1,1,1,1, +17043,81,3,1,5,5,2,2,2,1,3,3,3,3,3,2,10,4,5,4,5,10, +17043,82,1,7,7,8,6,4,10,7,10,10,10,10,10,10,7,10,10,10,10,7, +17043,83,1,2,10,3,5,5,7,4,8,6,5,6,3,2,2,7,9,8,4,2, +17043,84,10,,2,2,3,2,4,2,5,7,3,8,1,3,4,1,7,3,3,5,10 +17043,85,1,3,2,7,2,3,5,2,2,2,4,5,2,4,5,6,4,7,7,3, +17043,86,2,,1,1,1,1,1,1,1,1,1,1,1,5,1,1,1,1,1,1, +17197,87,9,,1,7,1,3,5,4,2,3,3,4,10,5,6,2,4,2,3,1, +17197,88,1,10,1,6,10,10,10,10,9,6,9,10,2,10,4,4,8,10,8,6, +17197,89,2,,1,3,2,2,7,2,5,4,4,3,5,4,5,3,3,6,5,1, +17197,90,4,,2,2,4,2,3,5,2,2,5,2,6,2,10,2,2,3,4,3, +17197,91,6,,1,4,1,1,2,1,3,1,1,2,,2,3,1,2,2,2,1, +17197,92,1,1,1,4,2,4,6,7,4,5,8,5,9,7,2,5,10,5,4,4,10 +17197,93,10,,10,9,5,5,4,2,7,8,6,8,4,6,9,10,4,9,10,10, +17197,94,5,2,4,5,2,2,2,1,4,3,2,2,1,3,3,3,5,3,3,1, +17197,95,7,6,,10,8,7,8,4,10,10,10,7,7,9,7,6,5,7,6,3, +17197,96,1,2,1,1,3,1,1,2,1,2,1,1,1,1,1,1,3,1,1,1, +17197,97,2,,,1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,5, +17197,98,1,,,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, +17197,99,3,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, +17197,100,3,1,3,1,6,3,1,3,1,1,1,1,3,2,2,1,1,4,2,2, +17197,101,6,1,1,2,1,1,1,1,1,1,2,1,1,1,2,1,6,1,2,2, +17197,102,2,,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1, +17197,103,1,,,1,1,1,,,,,,1,,,1,1,,,,, +17197,104,1,,,1,1,1,,1,,1,,1,,1,1,1,,,1,1, +17197,105,3,,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1, +17197,106,1,,,1,,1,1,1,,,1,1,,1,,1,,,1,1, +17197,107,4,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,2, +17197,108,5,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,2, +17197,109,1,,,1,1,1,,1,,1,,1,,1,1,1,1,,1,1, +17093,110,5,2,4,4,7,3,2,4,2,3,3,5,1,4,5,2,2,6,4,4, +17093,111,2,10,10,6,4,4,5,6,7,6,5,4,,6,3,7,7,3,7,7, +17093,112,10,5,2,10,10,10,10,10,10,10,10,10,10,10,10,10,4,10,10,2, +17093,113,,,,1,1,,,1,,,,1,,1,1,,,,1,, +17093,114,2,,7,2,2,2,1,2,4,2,1,2,,3,1,4,1,1,2,10, +17093,115,1,,,1,1,1,1,1,1,1,1,1,,2,1,1,10,1,1,1, +17093,116,1,,,1,1,1,1,1,,1,,1,,1,2,1,1,1,1,1, +17093,117,1,,,1,1,1,,1,,1,1,1,,1,1,1,1,,1,1, +17093,118,1,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1, +17063,119,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, +17007,120,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10, +17037,121,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, +17091,122,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, +17201,123,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10 +17141,124,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, +17103,125,10,,,10,10,10,10,10,10,10,10,10,,10,10,10,,10,10,10, +17099,126,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, +18089,127,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, +18127,128,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, +18091,129,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, +55059,130,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, +55101,131,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, +55127,132,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, diff --git a/lib/data/data_mesozone_gcd.csv b/lib/data/data_mesozone_gcd.csv new file mode 100644 index 0000000..776840c --- /dev/null +++ b/lib/data/data_mesozone_gcd.csv @@ -0,0 +1,239122 @@ +Production_zone,Production_lon,Production_lat,Consumption_zone,Consumption_lon,Consumption_lat,GCD +1,-1.539031704,0.7349710123,1,-1.539031704,0.7349710123,3.0009350651 +2,-1.536990553,0.7349663874,1,-1.539031704,0.7349710123,5.9978998464 +3,-1.534951779,0.7349571355,1,-1.539031704,0.7349710123,11.988930368 +4,-1.532906461,0.7349480293,1,-1.539031704,0.7349710123,17.999239198 +5,-1.531320211,0.7346937278,1,-1.539031704,0.7349710123,22.689393364 +6,-1.539451648,0.7335131775,1,-1.539031704,0.7349710123,5.9050316745 +7,-1.537429487,0.7335445708,1,-1.539031704,0.7349710123,7.3565257691 +8,-1.535484998,0.7335658704,1,-1.539031704,0.7349710123,11.820797819 +9,-1.533488396,0.7336036027,1,-1.539031704,0.7349710123,17.175277092 +10,-1.531497785,0.7335842962,1,-1.539031704,0.7349710123,22.822858212 +11,-1.530259379,0.7334777758,1,-1.539031704,0.7349710123,26.463983036 +12,-1.5335454,0.7322346912,1,-1.539031704,0.7349710123,19.442576885 +13,-1.531489083,0.7322238773,1,-1.539031704,0.7349710123,24.715470187 +14,-1.530011122,0.7321679851,1,-1.539031704,0.7349710123,28.768961239 +15,-1.53348106,0.7306614094,1,-1.539031704,0.7349710123,23.631752462 +16,-1.531441779,0.7306962275,1,-1.539031704,0.7349710123,28.036366808 +17,-1.529755654,0.7306933243,1,-1.539031704,0.7349710123,32.139186581 +18,-1.533415048,0.7291384674,1,-1.539031704,0.7349710123,28.417636527 +19,-1.531392093,0.7291705353,1,-1.539031704,0.7349710123,32.163092133 +20,-1.529296523,0.7291214933,1,-1.539031704,0.7349710123,36.871320771 +21,-1.535280942,0.727267644,1,-1.539031704,0.7349710123,32.45554582 +22,-1.533378158,0.7276139666,1,-1.539031704,0.7349710123,33.571223419 +23,-1.531340368,0.7276446587,1,-1.539031704,0.7349710123,36.828093192 +24,-1.528960113,0.7276398177,1,-1.539031704,0.7349710123,41.532009638 +25,-1.533313146,0.7260818349,1,-1.539031704,0.7349710123,39.043247463 +26,-1.531259555,0.7260958115,1,-1.539031704,0.7349710123,41.971472648 +27,-1.528926415,0.7260865555,1,-1.539031704,0.7349710123,46.121822329 +28,-1.531226779,0.7245511789,1,-1.539031704,0.7349710123,47.269267803 +29,-1.528904772,0.7245519194,1,-1.539031704,0.7349710123,50.961147172 +30,-1.547195875,0.7409785979,1,-1.539031704,0.7349710123,33.743828397 +31,-1.5451475,0.740980426,1,-1.539031704,0.7349710123,29.795928476 +32,-1.543097679,0.7409798872,1,-1.539031704,0.7349710123,26.617029141 +33,-1.540720364,0.7409892687,1,-1.539031704,0.7349710123,24.346521467 +34,-1.547188511,0.7395198392,1,-1.539031704,0.7349710123,29.946072648 +35,-1.545148587,0.7395226109,1,-1.539031704,0.7349710123,25.431928376 +36,-1.543104538,0.7395314908,1,-1.539031704,0.7349710123,21.655232605 +37,-1.540727751,0.7395306258,1,-1.539031704,0.7349710123,18.732908291 +38,-1.547187029,0.7380014886,1,-1.539031704,0.7349710123,26.77301249 +39,-1.545147315,0.7380012252,1,-1.539031704,0.7349710123,21.5897703 +40,-1.54310719,0.7380060743,1,-1.539031704,0.7349710123,16.957262019 +41,-1.540719671,0.7380068206,1,-1.539031704,0.7349710123,13.005040504 +42,-1.547187189,0.7364799098,1,-1.539031704,0.7349710123,24.682788621 +43,-1.545149996,0.7364853874,1,-1.539031704,0.7349710123,18.940994819 +44,-1.543106091,0.7364823484,1,-1.539031704,0.7349710123,13.378368457 +45,-1.540717158,0.7364893901,1,-1.539031704,0.7349710123,7.7888907713 +46,-1.538663972,0.7410138672,1,-1.539031704,0.7349710123,23.959993245 +47,-1.53695285,0.7409699132,1,-1.539031704,0.7349710123,24.530157337 +48,-1.534910498,0.7409641297,1,-1.539031704,0.7349710123,26.634269352 +49,-1.533145034,0.7409536636,1,-1.539031704,0.7349710123,29.311309753 +50,-1.538681336,0.7395405883,1,-1.539031704,0.7349710123,18.129226664 +51,-1.536999189,0.7395183096,1,-1.539031704,0.7349710123,18.972353638 +52,-1.534923633,0.7395144222,1,-1.539031704,0.7349710123,21.656226645 +53,-1.533267822,0.7395654306,1,-1.539031704,0.7349710123,24.836523524 +54,-1.53867273,0.7380151077,1,-1.539031704,0.7349710123,12.103587234 +55,-1.536980576,0.7379994392,1,-1.539031704,0.7349710123,13.420942014 +56,-1.534931522,0.7379944961,1,-1.539031704,0.7349710123,16.976109125 +57,-1.533387952,0.7379480264,1,-1.539031704,0.7349710123,20.330705697 +58,-1.538682279,0.7364914363,1,-1.539031704,0.7349710123,6.1091829298 +59,-1.536980704,0.7364810563,1,-1.539031704,0.7349710123,8.4881377239 +60,-1.534935567,0.7364752065,1,-1.539031704,0.7349710123,13.422970392 +61,-1.533042592,0.7363876366,1,-1.539031704,0.7349710123,18.4609662 +62,-1.545143426,0.7349628011,1,-1.539031704,0.7349710123,17.95918544 +63,-1.543105297,0.7349691947,1,-1.539031704,0.7349710123,11.970134137 +64,-1.541064533,0.7349647152,1,-1.539031704,0.7349710123,5.9734716833 +65,-1.545411803,0.7334624714,1,-1.539031704,0.7349710123,19.689083376 +66,-1.543446606,0.7334780896,1,-1.539031704,0.7349710123,14.265200763 +67,-1.541475327,0.7334957295,1,-1.539031704,0.7349710123,9.2615351633 +68,-1.545401939,0.731963266,1,-1.539031704,0.7349710123,22.209860429 +69,-1.54342253,0.7319915583,1,-1.539031704,0.7349710123,17.498438055 +70,-1.541455867,0.7320216438,1,-1.539031704,0.7349710123,13.687822517 +71,-1.545410146,0.7304422281,1,-1.539031704,0.7349710123,25.971521122 +72,-1.543435491,0.7304713664,1,-1.539031704,0.7349710123,22.040787698 +73,-1.541463105,0.7304997613,1,-1.539031704,0.7349710123,19.102812644 +74,-1.545414768,0.7289194936,1,-1.539031704,0.7349710123,30.467807579 +75,-1.543435774,0.7289538557,1,-1.539031704,0.7349710123,27.137455132 +76,-1.541457714,0.7289765881,1,-1.539031704,0.7349710123,24.79651884 +77,-1.539449415,0.7320555866,1,-1.539031704,0.7349710123,11.613220303 +78,-1.537429183,0.7321097681,1,-1.539031704,0.7349710123,12.275066758 +79,-1.535472649,0.7321497267,1,-1.539031704,0.7349710123,15.3145374 +80,-1.539457899,0.7305333307,1,-1.539031704,0.7349710123,17.622392437 +81,-1.537453161,0.7305750503,1,-1.539031704,0.7349710123,18.022011442 +82,-1.535479385,0.7306124949,1,-1.539031704,0.7349710123,20.185068374 +83,-1.53946905,0.7290102593,1,-1.539031704,0.7349710123,23.645679387 +84,-1.537459922,0.7290417293,1,-1.539031704,0.7349710123,23.938105047 +85,-1.535451349,0.7290890157,1,-1.539031704,0.7349710123,25.575335575 +86,-1.535522937,0.7279887191,1,-1.539031704,0.7349710123,29.527540326 +87,-1.539442524,0.7274735939,1,-1.539031704,0.7349710123,29.721965395 +88,-1.537424111,0.727521351,1,-1.539031704,0.7349710123,29.886337631 +89,-1.539384641,0.7259505092,1,-1.539031704,0.7349710123,35.745383277 +90,-1.537372391,0.7259947145,1,-1.539031704,0.7349710123,35.890560349 +91,-1.535340789,0.7260435356,1,-1.539031704,0.7349710123,37.00035494 +92,-1.539325716,0.7244369706,1,-1.539031704,0.7349710123,41.734367166 +93,-1.537308932,0.7244801057,1,-1.539031704,0.7349710123,41.864590765 +94,-1.535289068,0.7245247645,1,-1.539031704,0.7349710123,42.827443652 +95,-1.533261366,0.7245550236,1,-1.539031704,0.7349710123,44.636319877 +96,-1.539267302,0.722921924,1,-1.539031704,0.7349710123,47.731514213 +97,-1.537248972,0.7229660258,1,-1.539031704,0.7349710123,47.842527489 +98,-1.535219431,0.7229916471,1,-1.539031704,0.7349710123,48.768543307 +99,-1.53318962,0.7230212049,1,-1.539031704,0.7349710123,50.381522124 +100,-1.531154816,0.7230299897,1,-1.539031704,0.7349710123,52.712715316 +101,-1.528878341,0.7230370244,1,-1.539031704,0.7349710123,55.983986492 +102,-1.539218189,0.7214009878,1,-1.539031704,0.7349710123,53.753694224 +103,-1.537198791,0.7214422745,1,-1.539031704,0.7349710123,53.860593339 +104,-1.535179266,0.7214634354,1,-1.539031704,0.7349710123,54.702204011 +105,-1.533156501,0.7214944644,1,-1.539031704,0.7349710123,56.13510978 +106,-1.53113574,0.7215166021,1,-1.539031704,0.7349710123,58.180608385 +107,-1.528874248,0.7215345535,1,-1.539031704,0.7349710123,61.108014964 +108,-1.539217656,0.7198512397,1,-1.539031704,0.7349710123,59.89194594 +109,-1.537199919,0.7199428763,1,-1.539031704,0.7349710123,59.772586802 +110,-1.545425832,0.727397149,1,-1.539031704,0.7349710123,35.432165426 +111,-1.543371177,0.7273916949,1,-1.539031704,0.7349710123,32.634492219 +112,-1.541368852,0.7274523163,1,-1.539031704,0.7349710123,30.568367518 +113,-1.545349067,0.7258710923,1,-1.539031704,0.7349710123,40.578930786 +114,-1.54332671,0.7258603556,1,-1.539031704,0.7349710123,38.247670587 +115,-1.541346831,0.7259242142,1,-1.539031704,0.7349710123,36.479568282 +116,-1.545324355,0.7243383958,1,-1.539031704,0.7349710123,46.031737345 +117,-1.543292796,0.7243617413,1,-1.539031704,0.7349710123,43.866099051 +118,-1.541295822,0.7244024384,1,-1.539031704,0.7349710123,42.39246767 +119,-1.543193859,0.7205570215,1,-1.539031704,0.7349710123,58.405686092 +120,-1.550257047,0.7386738187,1,-1.539031704,0.7349710123,36.048508363 +121,-1.549335448,0.7311736483,1,-1.539031704,0.7349710123,33.853972527 +122,-1.533478843,0.7179891343,1,-1.539031704,0.7349710123,69.245304074 +123,-1.556150555,0.738907041,1,-1.539031704,0.7349710123,52.577903026 +124,-1.554324226,0.733414257,1,-1.539031704,0.7349710123,45.388799066 +125,-1.554290846,0.7288285332,1,-1.539031704,0.7349710123,51.123167812 +126,-1.55122487,0.7219795312,1,-1.539031704,0.7349710123,62.823442245 +127,-1.525104458,0.7229399862,1,-1.539031704,0.7349710123,62.959885116 +128,-1.519607711,0.7236181429,1,-1.539031704,0.7349710123,72.891638792 +129,-1.513899999,0.7251107854,1,-1.539031704,0.7349710123,83.82920272 +130,-1.536620762,0.7431061895,1,-1.539031704,0.7349710123,32.987414685 +131,-1.5369566,0.7460845958,1,-1.539031704,0.7349710123,44.436989385 +132,-1.545345528,0.7447040685,1,-1.539031704,0.7349710123,42.749021665 +133,-1.532813921,0.7432306626,1,-1.539031704,0.7349710123,37.439125063 +134,-1.554788248,0.7382381001,1,-1.539031704,0.7349710123,48.008433723 +135,-1.540348126,0.7301594274,1,-1.539031704,0.7349710123,19.448959256 +136,-1.538016084,0.7239051786,1,-1.539031704,0.7349710123,43.934257773 +137,-1.525288962,0.7258085137,1,-1.539031704,0.7349710123,54.418393268 +138,-1.534326986,0.731241342,1,-1.539031704,0.7349710123,20.248774403 +139,-1.530733872,0.7303625216,1,-1.539031704,0.7349710123,30.499419857 +141,-1.534354939,0.7328219978,1,-1.539031704,0.7349710123,16.176582965 +142,-1.53157084,0.7292888153,1,-1.539031704,0.7349710123,31.459121792 +143,-1.525691035,0.7263799874,1,-1.539031704,0.7349710123,52.024907405 +144,-1.534031287,0.7495967835,1,-1.539031704,0.7349710123,59.743003538 +145,-1.527714986,0.7283095957,1,-1.539031704,0.7349710123,42.528433825 +146,-1.526189586,0.7271468292,1,-1.539031704,0.7349710123,48.933931955 +147,-1.555177336,0.7375563366,1,-1.539031704,0.7349710123,48.481536042 +148,-1.555080283,0.7312707794,1,-1.539031704,0.7349710123,49.458298891 +149,-1.53856994,0.7224180299,1,-1.539031704,0.7349710123,49.741082807 +150,-1.530837883,0.729933372,1,-1.539031704,0.7349710123,31.3131749 +151,-1.515066984,0.5854133365,1,-1.539031704,0.7349710123,597.09924037 +152,-1.534731633,0.5368370046,1,-1.539031704,0.7349710123,784.92739666 +153,-1.515231902,0.5607085576,1,-1.539031704,0.7349710123,694.30656472 +154,-2.616253799,1.0684566605,1,-1.539031704,0.7349710123,2820.8883816 +155,-1.956071439,0.5792177723,1,-1.539031704,0.7349710123,1439.5425305 +156,-1.951208514,0.5602434208,1,-1.539031704,0.7349710123,1467.5918136 +157,-1.944675062,0.6062144545,1,-1.539031704,0.7349710123,1352.749944 +158,-1.613778386,0.6077989518,1,-1.539031704,0.7349710123,554.31037493 +159,-2.035029014,0.6021432345,1,-1.539031704,0.7349710123,1620.0669886 +160,-2.114989471,0.6801825058,1,-1.539031704,0.7349710123,1736.3174137 +161,-2.037382079,0.5765830025,1,-1.539031704,0.7349710123,1675.7049074 +162,-2.129855121,0.6585019963,1,-1.539031704,0.7349710123,1808.0653289 +163,-2.075141798,0.6493615843,1,-1.539031704,0.7349710123,1660.1953 +164,-1.828626729,0.6948433129,1,-1.539031704,0.7349710123,879.21688365 +165,-1.863329418,0.6735427691,1,-1.539031704,0.7349710123,1006.4978091 +166,-1.266037071,0.727988852,1,-1.539031704,0.7349710123,804.06374721 +167,-1.277579582,0.7249010648,1,-1.539031704,0.7349710123,771.79515252 +168,-1.258418684,0.7241194816,1,-1.539031704,0.7349710123,828.49378105 +169,-1.317813974,0.6804850104,1,-1.539031704,0.7349710123,699.11275897 +170,-1.344165204,0.6790988904,1,-1.539031704,0.7349710123,626.59100963 +171,-1.427582102,0.5277120351,1,-1.539031704,0.7349710123,894.27097936 +172,-1.402238616,0.457167829,1,-1.539031704,0.7349710123,1186.8872171 +173,-1.422454264,0.4996161999,1,-1.539031704,0.7349710123,1004.5668062 +174,-1.439089277,0.4894859811,1,-1.539031704,0.7349710123,1024.2616535 +175,-1.448126995,0.5182330266,1,-1.539031704,0.7349710123,906.20758791 +176,-1.474626146,0.5881926574,1,-1.539031704,0.7349710123,615.0766866 +177,-1.421139645,0.5584869783,1,-1.539031704,0.7349710123,791.53082685 +178,-1.457037165,0.565943032,1,-1.539031704,0.7349710123,717.36314384 +179,-2.757159358,0.3745319,1,-1.539031704,0.7349710123,4221.6862332 +180,-2.714309238,0.342054471,1,-1.539031704,0.7349710123,4174.4721595 +181,-2.000525337,0.774119946,1,-1.539031704,0.7349710123,1334.9567351 +183,-1.571413436,0.6777838382,1,-1.539031704,0.7349710123,246.62201866 +184,-1.552860289,0.6987663893,1,-1.539031704,0.7349710123,149.23110544 +185,-1.521852374,0.7165827476,1,-1.539031704,0.7349710123,88.856263331 +186,-1.503656267,0.6928968252,1,-1.539031704,0.7349710123,197.44306911 +187,-1.502753178,0.7136205882,1,-1.539031704,0.7349710123,136.86935171 +188,-1.631894563,0.7343596465,1,-1.539031704,0.7349710123,272.9166219 +189,-1.653765416,0.6770714026,1,-1.539031704,0.7349710123,414.76230099 +190,-1.719812114,0.6715965947,1,-1.539031704,0.7349710123,600.54417219 +191,-1.493406659,0.6646955447,1,-1.539031704,0.7349710123,310.75693825 +192,-1.469120564,0.6613469966,1,-1.539031704,0.7349710123,360.51607158 +193,-1.590551461,0.5326612937,1,-1.539031704,0.7349710123,817.89612522 +194,-1.625979264,0.5247742243,1,-1.539031704,0.7349710123,877.44117677 +195,-1.572293943,0.5238808754,1,-1.539031704,0.7349710123,842.818675 +196,-1.610848725,0.5477107964,1,-1.539031704,0.7349710123,775.70469832 +197,-1.208485554,0.7918526018,1,-1.539031704,0.7349710123,969.92392139 +198,-1.335601374,0.6869083083,1,-1.539031704,0.7349710123,638.96552987 +199,-1.346156996,0.6825213377,1,-1.539031704,0.7349710123,615.52055253 +200,-1.324381037,0.6741422347,1,-1.539031704,0.7349710123,690.36095473 +201,-1.242424992,0.7378949807,1,-1.539031704,0.7349710123,869.04731118 +202,-1.270370057,0.7392461008,1,-1.539031704,0.7349710123,787.03239509 +203,-1.448950472,0.7441675014,1,-1.539031704,0.7349710123,266.05962978 +204,-1.492662363,0.7523026852,1,-1.539031704,0.7349710123,151.6050845 +205,-1.479098966,0.7763855017,1,-1.539031704,0.7349710123,238.20570326 +206,-1.633760714,0.7869022408,1,-1.539031704,0.7349710123,340.67952398 +207,-1.647406434,0.8101289331,1,-1.539031704,0.7349710123,427.68435582 +208,-1.564245052,0.5701509278,1,-1.539031704,0.7349710123,657.62693628 +209,-1.646289963,0.6833746083,1,-1.539031704,0.7349710123,381.58375858 +210,-1.5820631,0.6751952144,1,-1.539031704,0.7349710123,269.98778337 +211,-1.613236298,0.6681681791,1,-1.539031704,0.7349710123,346.91753249 +212,-1.914661867,0.8212566515,1,-1.539031704,0.7349710123,1109.3035232 +213,-1.742133237,0.7250275956,1,-1.539031704,0.7349710123,600.30799325 +214,-2.033144872,0.6557314699,1,-1.539031704,0.7349710123,1527.7899842 +215,-2.039551981,0.6964723658,1,-1.539031704,0.7349710123,1496.7536587 +216,-1.247341019,0.7622473908,1,-1.539031704,0.7349710123,851.8672488 +217,-1.298239787,0.7084123392,1,-1.539031704,0.7349710123,722.85856384 +218,-1.308539688,0.6926545592,1,-1.539031704,0.7349710123,709.35762278 +219,-1.303263185,0.6888938396,1,-1.539031704,0.7349710123,729.3423383 +220,-1.852400229,0.6004246149,1,-1.539031704,0.7349710123,1107.6738626 +221,-1.288947707,0.7473773692,1,-1.539031704,0.7349710123,731.49478559 +222,-1.372031502,0.7472790993,1,-1.539031704,0.7349710123,490.14678444 +223,-1.289805721,0.7242157877,1,-1.539031704,0.7349710123,736.26457007 +224,-1.350807603,0.7533498126,1,-1.539031704,0.7349710123,552.88728505 +225,-1.329290365,0.7560442322,1,-1.539031704,0.7349710123,615.54399668 +226,-1.410153004,0.616936428,1,-1.539031704,0.7349710123,613.64174305 +227,-1.393445434,0.6308995063,1,-1.539031704,0.7349710123,607.74902105 +228,-1.37595573,0.6241540638,1,-1.539031704,0.7349710123,666.43781619 +229,-1.358388707,0.6172645205,1,-1.539031704,0.7349710123,726.2798413 +230,-1.753741133,0.8281661666,1,-1.539031704,0.7349710123,706.3598752 +231,-1.47430987,0.6834615681,1,-1.539031704,0.7349710123,281.85785833 +232,-1.421012508,0.7222725206,1,-1.539031704,0.7349710123,352.29048305 +233,-1.4476833,0.6978557868,1,-1.539031704,0.7349710123,309.88132114 +234,-1.470370723,0.6966193374,1,-1.539031704,0.7349710123,255.27896932 +235,-1.429211703,0.7037216883,1,-1.539031704,0.7349710123,349.74131936 +236,-1.700578405,0.6178673663,1,-1.539031704,0.7349710123,680.51707346 +237,-1.678117619,0.6331716163,1,-1.539031704,0.7349710123,586.77335276 +238,-1.725644578,0.6316331145,1,-1.539031704,0.7349710123,703.47265107 +239,-2.14012759,0.7930497945,1,-1.539031704,0.7349710123,1721.1351713 +240,-2.103289431,0.7653606263,1,-1.539031704,0.7349710123,1629.0790136 +241,-1.318739838,0.7017808746,1,-1.539031704,0.7349710123,669.30346512 +242,-1.396417427,0.7077900843,1,-1.539031704,0.7349710123,437.43284363 +243,-1.35650337,0.7185539404,1,-1.539031704,0.7349710123,543.8646978 +244,-1.248884539,0.7274156818,1,-1.539031704,0.7349710123,854.6670039 +245,-1.395014798,0.5761185243,1,-1.539031704,0.7349710123,773.99919469 +246,-1.433377362,0.6064716109,1,-1.539031704,0.7349710123,605.04481761 +247,-1.408172432,0.5903155476,1,-1.539031704,0.7349710123,703.11945451 +248,-1.749645898,0.7757118084,1,-1.539031704,0.7349710123,627.77329841 +249,-1.571626686,0.615046989,1,-1.539031704,0.7349710123,485.55828068 +250,-1.514070049,0.6303003037,1,-1.539031704,0.7349710123,421.61954844 +251,-1.480890369,0.6237966528,1,-1.539031704,0.7349710123,475.30639755 +252,-1.704390658,0.5281680612,1,-1.539031704,0.7349710123,973.46704844 +253,-1.64434733,0.5254277498,1,-1.539031704,0.7349710123,895.19171085 +254,-1.703855997,0.4792484842,1,-1.539031704,0.7349710123,1144.3123001 +255,-1.692002383,0.5748825051,1,-1.539031704,0.7349710123,794.66175875 +256,-1.854136457,0.5544643913,1,-1.539031704,0.7349710123,1223.1526591 +257,-1.665021206,0.520317736,1,-1.539031704,0.7349710123,940.4137184 +258,-1.733654349,0.4845187345,1,-1.539031704,0.7349710123,1173.8679533 +259,-1.720938188,0.5135933906,1,-1.539031704,0.7349710123,1052.0450483 +260,-1.742668307,0.553296122,1,-1.539031704,0.7349710123,964.48643133 +261,-1.965659039,0.7142126903,1,-1.539031704,0.7349710123,1263.6712057 +262,-1.944438071,0.6772834804,1,-1.539031704,0.7349710123,1238.9912545 +263,-1.270340967,0.7681487096,1,-1.539031704,0.7349710123,787.41272826 +264,-1.353091884,0.6549276821,1,-1.539031704,0.7349710123,647.79137365 +265,-1.333236659,0.6413584414,1,-1.539031704,0.7349710123,729.7194042 +266,-1.352015998,0.6753788907,1,-1.539031704,0.7349710123,610.92577191 +267,-1.377988483,0.6577816235,1,-1.539031704,0.7349710123,576.52874461 +268,-2.13075611,0.8318642051,1,-1.539031704,0.7349710123,1689.9186091 +269,-2.097910953,0.8259670014,1,-1.539031704,0.7349710123,1601.6893157 +270,-1.416382069,0.6694271549,1,-1.539031704,0.7349710123,452.47008854 +271,-1.538905672,0.7535625993,1,-1.539031704,0.7349710123,73.642191606 +272,-1.572309477,0.7803125099,1,-1.539031704,0.7349710123,203.51539354 +273,-1.87759879,0.7503853417,1,-1.539031704,0.7349710123,987.59309658 +274,1.152365588,0.590457682,1,-1.539031704,0.7349710123,6944.8995385 +275,0.350198001,0.718001859,1,-1.539031704,0.7349710123,5154.4980732 +276,0.046513677,0.491503852,1,-1.539031704,0.7349710123,4986.6488574 +277,0.027510309,0.742571376,1,-1.539031704,0.7349710123,4347.5152959 +278,0.306285725,-0.214631579,1,-1.539031704,0.7349710123,7593.1685146 +279,-1.100564889,0.318051531,1,-1.539031704,0.7349710123,2214.9599069 +280,-1.078582306,0.301437596,1,-1.539031704,0.7349710123,2317.2055256 +281,-1.137371989,-0.617634065,1,-1.539031704,0.7349710123,5551.9770635 +282,0.784356344,0.703272339,1,-1.539031704,0.7349710123,6036.0775446 +283,-1.221209947,0.218327455,1,-1.539031704,0.7349710123,2320.7773045 +284,2.347301921,-0.449114658,1,-1.539031704,0.7349710123,9781.5709965 +285,0.246820618,0.830553713,1,-1.539031704,0.7349710123,4642.3090859 +286,0.829414965,0.703288228,1,-1.539031704,0.7349710123,6108.2096017 +287,-1.337537566,0.42332223,1,-1.539031704,0.7349710123,1400.4575368 +288,0.882453706,0.454478077,1,-1.539031704,0.7349710123,7046.5733764 +289,1.575629659,0.416419109,1,-1.539031704,0.7349710123,7882.125317 +290,-1.039455679,0.229888244,1,-1.539031704,0.7349710123,2634.4617189 +291,0.489558039,0.934482747,1,-1.539031704,0.7349710123,4828.8348851 +292,0.081344504,0.88384514,1,-1.539031704,0.7349710123,4170.0792734 +293,-1.547979814,0.300350308,1,-1.539031704,0.7349710123,1721.7994664 +294,0.040776181,0.168560074,1,-1.539031704,0.7349710123,5801.6435404 +295,-1.130374745,0.563894876,1,-1.539031704,0.7349710123,1449.6601058 +296,1.578326642,0.478507176,1,-1.539031704,0.7349710123,7636.4438593 +297,-1.12861823,-0.291640865,1,-1.539031704,0.7349710123,4334.3124528 +298,0.310524208,0.770885792,1,-1.539031704,0.7349710123,4928.3249974 +299,0.415649091,-0.387246002,1,-1.539031704,0.7349710123,8344.0953722 +300,-0.926533878,-0.188022748,1,-1.539031704,0.7349710123,4279.5575808 +301,1.258856172,-0.11716081,1,-1.539031704,0.7349710123,9715.8120146 +302,-1.126050026,0.322941926,1,-1.539031704,0.7349710123,2143.1206907 +303,2.002785835,0.07893892,1,-1.539031704,0.7349710123,8912.475509 +304,0.440437607,0.746258085,1,-1.539031704,0.7349710123,5266.8567545 +305,-0.030391866,0.214441206,1,-1.539031704,0.7349710123,5473.9154541 +306,0.521557815,-0.058929362,1,-1.539031704,0.7349710123,7799.7361885 +307,-0.097005111,0.13317729,1,-1.539031704,0.7349710123,5491.0962675 +308,1.83113859,0.221857587,1,-1.539031704,0.7349710123,8563.3549725 +309,0.222428864,0.099404236,1,-1.539031704,0.7349710123,6512.7148694 +310,-1.702731345,0.8728568183,1,-1.539031704,0.7349710123,706.49953952 +311,-0.418507569,0.278324921,1,-1.539031704,0.7349710123,4172.278959 +312,-1.41153306,0.339029988,1,-1.539031704,0.7349710123,1625.6545815 +313,0.357560442,0.114788776,1,-1.539031704,0.7349710123,6854.6948864 +314,0.325818979,0.268352149,1,-1.539031704,0.7349710123,6338.881113 +315,-1.246004659,-0.663679965,1,-1.539031704,0.7349710123,5639.9957297 +316,1.814603087,0.637404484,1,-1.539031704,0.7349710123,6953.9929953 +317,1.843704281,-0.18300445,1,-1.539031704,0.7349710123,10102.929465 +318,1.690644492,-0.211480909,1,-1.539031704,0.7349710123,10348.131023 +319,-1.275451936,0.068109467,1,-1.539031704,0.7349710123,2801.0899672 +320,0.762430171,-0.207594741,1,-1.539031704,0.7349710123,8884.2793799 +321,0.265668905,-0.014647884,1,-1.539031704,0.7349710123,6945.849773 +322,-2.773032013,-0.335515811,1,-1.539031704,0.7349710123,6179.5497339 +323,-1.469512853,0.174058777,1,-1.539031704,0.7349710123,2234.8799487 +324,0.286276986,0.785925691,1,-1.539031704,0.7349710123,4837.6346518 +325,-1.379324697,0.377432233,1,-1.539031704,0.7349710123,1512.4246472 +326,-1.203778265,0.212813032,1,-1.539031704,0.7349710123,2369.2948069 +327,0.579916301,0.611743168,1,-1.539031704,0.7349710123,5949.8874824 +328,0.267582642,0.868113908,1,-1.539031704,0.7349710123,4593.1928417 +329,0.412869244,-0.050245578,1,-1.539031704,0.7349710123,7467.3162674 +330,0.17524381,0.976660285,1,-1.539031704,0.7349710123,4164.9781767 +331,0.743157214,0.204812899,1,-1.539031704,0.7349710123,7586.9697881 +332,-1.070758176,0.269382282,1,-1.539031704,0.7349710123,2437.3665193 +333,-1.230364251,0.329790229,1,-1.539031704,0.7349710123,1910.9910194 +334,-1.374813124,-0.024926835,1,-1.539031704,0.7349710123,3066.8988017 +335,0.519780566,0.463669906,1,-1.539031704,0.7349710123,6266.3270029 +336,-1.55108034,0.239698561,1,-1.539031704,0.7349710123,1962.2100708 +337,0.180294813,0.029739425,1,-1.539031704,0.7349710123,6578.0804241 +338,0.67820924,0.268170153,1,-1.539031704,0.7349710123,7235.9087615 +339,0.445798684,1.024001867,1,-1.539031704,0.7349710123,4515.4535968 +340,0.691751283,0.150521402,1,-1.539031704,0.7349710123,7634.6126598 +341,-1.036643551,-0.903056181,1,-1.539031704,0.7349710123,6714.1218412 +342,-0.120287036,1.083325163,1,-1.539031704,0.7349710123,3444.7072962 +343,2.823513113,-0.304487164,1,-1.539031704,0.7349710123,8042.4996326 +344,0.457583172,1.12513373,1,-1.539031704,0.7349710123,4270.4656472 +345,0.042918831,0.813795399,1,-1.539031704,0.7349710123,4230.9210574 +346,1.196146777,-0.853142756,1,-1.539031704,0.7349710123,11228.382954 +347,0.206001358,-0.010430701,1,-1.539031704,0.7349710123,6760.6631886 +348,-0.268308653,0.234799412,1,-1.539031704,0.7349710123,4723.77109 +349,0.759363263,0.736189579,1,-1.539031704,0.7349710123,5886.2347488 +350,0.181363926,0.891988372,1,-1.539031704,0.7349710123,4361.9936649 +351,-0.021111158,0.139103292,1,-1.539031704,0.7349710123,5698.3159521 +352,-0.093355215,0.630686981,1,-1.539031704,0.7349710123,4282.9431939 +353,0.40118964,0.681375926,1,-1.539031704,0.7349710123,5366.4058126 +354,-0.721197315,1.304706234,1,-1.539031704,0.7349710123,2675.868268 +355,-1.076150317,0.212107639,1,-1.539031704,0.7349710123,2613.7112609 +356,-1.577164531,0.273993443,1,-1.539031704,0.7349710123,1830.5498886 +357,-0.190788414,0.182208586,1,-1.539031704,0.7349710123,5087.3367488 +358,-0.261349752,0.209710184,1,-1.539031704,0.7349710123,4808.7706825 +359,-1.029303852,0.083549259,1,-1.539031704,0.7349710123,3143.6603839 +360,-1.268609162,0.330525297,1,-1.539031704,0.7349710123,1841.8813299 +361,1.282982244,-0.926641967,1,-1.539031704,0.7349710123,11307.508502 +362,0.217352334,0.731352408,1,-1.539031704,0.7349710123,4822.6020464 +363,-1.511833084,0.258629297,1,-1.539031704,0.7349710123,1889.0796438 +364,0.338812194,0.823184618,1,-1.539031704,0.7349710123,4850.7755174 +365,-0.324406489,1.134201999,1,-1.539031704,0.7349710123,3054.8836665 +366,1.389579348,0.399185724,1,-1.539031704,0.7349710123,7884.2085087 +367,2.047152199,-0.039082036,1,-1.539031704,0.7349710123,9267.9573732 +368,0.947780369,0.568250077,1,-1.539031704,0.7349710123,6758.6072874 +369,0.763824846,0.576754987,1,-1.539031704,0.7349710123,6419.9776715 +370,-0.142334657,0.928153068,1,-1.539031704,0.7349710123,3604.1790212 +371,0.610266567,0.547265983,1,-1.539031704,0.7349710123,6211.819342 +372,0.210731629,0.746815056,1,-1.539031704,0.7349710123,4769.1311985 +373,-1.34931644,0.316895224,1,-1.539031704,0.7349710123,1775.3591341 +374,2.407696481,0.655030745,1,-1.539031704,0.7349710123,6218.7886815 +375,0.64207831,0.545359131,1,-1.539031704,0.7349710123,6283.9489047 +376,1.174597538,0.840588356,1,-1.539031704,0.7349710123,6026.2087085 +377,0.660059424,0.010604079,1,-1.539031704,0.7349710123,7977.7321859 +378,-0.730263819,0.010486456,1,-1.539031704,0.7349710123,4059.6965661 +379,0.831068936,0.512339172,1,-1.539031704,0.7349710123,6757.5121107 +380,1.301180979,0.72367476,1,-1.539031704,0.7349710123,6566.4059708 +381,1.811128231,0.322854402,1,-1.539031704,0.7349710123,8184.8250894 +382,0.435105812,0.992284428,1,-1.539031704,0.7349710123,4582.2068489 +383,0.62643634,0.592027932,1,-1.539031704,0.7349710123,6105.7447368 +384,0.492988703,-0.516339467,1,-1.539031704,0.7349710123,8861.5991966 +385,-0.162469483,0.112549365,1,-1.539031704,0.7349710123,5353.0805477 +386,0.314630866,0.472006421,1,-1.539031704,0.7349710123,5743.5733865 +387,0.166744804,0.822815954,1,-1.539031704,0.7349710123,4489.0300566 +388,0.417159608,0.965805736,1,-1.539031704,0.7349710123,4622.4061796 +389,0.106334961,0.868774244,1,-1.539031704,0.7349710123,4255.4646022 +390,0.815086969,-0.338144359,1,-1.539031704,0.7349710123,9384.6409148 +391,0.59867455,-0.230624824,1,-1.539031704,0.7349710123,8486.7370136 +392,1.915104874,0.066220985,1,-1.539031704,0.7349710123,9077.0375615 +393,1.278093622,0.064463721,1,-1.539031704,0.7349710123,9069.0975101 +394,-0.061477853,0.302997961,1,-1.539031704,0.7349710123,5155.416389 +395,0.251311504,0.626976942,1,-1.539031704,0.7349710123,5169.4904856 +396,2.950242872,0.149095644,1,-1.539031704,0.7349710123,6470.5139288 +397,-0.180294708,0.35375117,1,-1.539031704,0.7349710123,4683.2136346 +398,1.010448592,-0.351180233,1,-1.539031704,0.7349710123,9952.7399524 +399,-1.748740498,0.3686318073,1,-1.539031704,0.7349710123,1610.410609 +400,2.699635665,0.123533791,1,-1.539031704,0.7349710123,7235.9974195 +401,0.496808033,0.823843254,1,-1.539031704,0.7349710123,5155.4465245 +402,0.129574704,0.763364087,1,-1.539031704,0.7349710123,4543.1224339 +403,1.798920311,0.817447563,1,-1.539031704,0.7349710123,6256.0862831 +404,0.335987953,0.746786541,1,-1.539031704,0.7349710123,5046.4694985 +405,-1.085413643,0.292154671,1,-1.539031704,0.7349710123,2331.5609618 +406,-0.155321003,0.508207011,1,-1.539031704,0.7349710123,4387.034738 +407,0.620529244,-0.301175104,1,-1.539031704,0.7349710123,8733.0867573 +408,1.684402744,0.368716966,1,-1.539031704,0.7349710123,8061.8718603 +409,0.300582244,-0.386397212,1,-1.539031704,0.7349710123,8005.4408741 +410,2.913555946,-0.009225192,1,-1.539031704,0.7349710123,7006.3716115 +411,1.465101417,0.493232532,1,-1.539031704,0.7349710123,7553.044026 +412,0.090612882,0.907955955,1,-1.539031704,0.7349710123,4140.0652656 +413,2.987564726,-0.729568594,1,-1.539031704,0.7349710123,8524.503291 +414,-1.484261606,0.224149272,1,-1.539031704,0.7349710123,2032.1348253 +415,0.164073421,0.303955133,1,-1.539031704,0.7349710123,5796.0218486 +416,0.141441293,0.167552546,1,-1.539031704,0.7349710123,6096.0758935 +417,2.931321023,-0.506718887,1,-1.539031704,0.7349710123,8209.0673669 +418,2.21951565,0.700596356,1,-1.539031704,0.7349710123,6341.8282427 +419,0.268112576,1.199114336,1,-1.539031704,0.7349710123,3859.4741684 +420,0.978913739,0.359223811,1,-1.539031704,0.7349710123,7545.7407927 +421,1.210898818,0.522863584,1,-1.539031704,0.7349710123,7260.5042384 +422,2.347397336,0.129231362,1,-1.539031704,0.7349710123,8090.5100987 +423,0.614394501,0.556878345,1,-1.539031704,0.7349710123,6190.5909773 +424,-1.398079356,0.148483366,1,-1.539031704,0.7349710123,2374.6502334 +425,2.535303836,-0.112984496,1,-1.539031704,0.7349710123,8363.2639581 +426,-1.019372593,-0.405322349,1,-1.539031704,0.7349710123,4901.0231335 +427,-1.297785627,-0.160104069,1,-1.539031704,0.7349710123,3651.9225593 +428,2.144554488,0.205051084,1,-1.539031704,0.7349710123,8230.696106 +429,-2.242387083,-0.426171285,1,-1.539031704,0.7349710123,5270.1494243 +430,0.338637212,0.909723676,1,-1.539031704,0.7349710123,4627.6520216 +431,-0.148798452,0.691042401,1,-1.539031704,0.7349710123,4009.1256233 +432,0.893524764,0.441829531,1,-1.539031704,0.7349710123,7109.6982878 +433,0.969229347,-0.368847936,1,-1.539031704,0.7349710123,9891.8034334 +434,0.436043248,0.800045688,1,-1.539031704,0.7349710123,5107.0607104 +435,1.687946607,1.081504775,1,-1.539031704,0.7349710123,5243.5998156 +436,0.522302046,-0.034889271,1,-1.539031704,0.7349710123,7734.5425743 +437,-0.178996113,-0.438090009,1,-1.539031704,0.7349710123,6793.9758534 +438,-1.094339566,0.301444068,1,-1.539031704,0.7349710123,2281.9352959 +439,-1.064070054,0.242569932,1,-1.539031704,0.7349710123,2539.0609238 +440,-1.068153768,0.230387998,1,-1.539031704,0.7349710123,2570.1289549 +441,-3.00496892,-0.23989155,1,-1.539031704,0.7349710123,6554.6465752 +442,0.21751974,0.766874888,1,-1.539031704,0.7349710123,4734.9927426 +443,0.117229532,0.007619006,1,-1.539031704,0.7349710123,6452.6410201 +444,0.777758451,0.420554741,1,-1.539031704,0.7349710123,6962.3899962 +445,-0.252356999,0.250747086,1,-1.539031704,0.7349710123,4729.8999777 +446,0.363148444,0.768483434,1,-1.539031704,0.7349710123,5045.9642816 +447,0.903191366,-0.118210676,1,-1.539031704,0.7349710123,8987.3975966 +448,-0.205755923,0.149406178,1,-1.539031704,0.7349710123,5129.0461304 +449,1.811996086,0.02364353,1,-1.539031704,0.7349710123,9346.786225 +450,-1.100670221,0.314845373,1,-1.539031704,0.7349710123,2224.9560548 +451,0.340078597,0.850105132,1,-1.539031704,0.7349710123,4783.2599685 +452,0.258757267,0.804969236,1,-1.539031704,0.7349710123,4730.7696926 +453,2.78505352,-0.155160804,1,-1.539031704,0.7349710123,7770.7596052 +454,0.800551619,0.105822106,1,-1.539031704,0.7349710123,8035.6780037 +455,0.437940882,-0.506194031,1,-1.539031704,0.7349710123,8679.877519 +456,2.230431122,0.63458615,1,-1.539031704,0.7349710123,6562.765263 +457,0.527965361,0.127667701,1,-1.539031704,0.7349710123,7284.0101898 +458,-0.063643205,0.702093448,1,-1.539031704,0.7349710123,4207.0658499 +459,1.408447268,0.133010502,1,-1.539031704,0.7349710123,8934.6231405 +460,0.523795955,0.280266966,1,-1.539031704,0.7349710123,6823.5406441 +461,-0.975769313,0.072177659,1,-1.539031704,0.7349710123,3292.4776535 +462,0.549774164,-0.463663986,1,-1.539031704,0.7349710123,8913.6152511 +463,0.29245874,1.095549818,1,-1.539031704,0.7349710123,4107.75276 +464,0.143625958,0.816809593,1,-1.539031704,0.7349710123,4451.935099 +465,0.671902494,0.611159853,1,-1.539031704,0.7349710123,6135.2443036 +466,1.239840988,0.6724199,1,-1.539031704,0.7349710123,6718.0206908 +467,0.607829703,-0.10932137,1,-1.539031704,0.7349710123,8181.8270253 +468,1.763020906,0.263996692,1,-1.539031704,0.7349710123,8443.7540965 +469,0.378714634,0.726066797,1,-1.539031704,0.7349710123,5194.1198548 +470,2.196736143,-0.153862366,1,-1.539031704,0.7349710123,9350.3152891 +471,0.01702415,0.148991565,1,-1.539031704,0.7349710123,5783.9236266 +472,-2.998490902,-0.158002487,1,-1.539031704,0.7349710123,6317.4432665 +473,-3.051262951,-0.346595608,1,-1.539031704,0.7349710123,6966.8163992 +474,-1.069176439,0.182802941,1,-1.539031704,0.7349710123,2726.2920861 +475,0.167157509,0.595344954,1,-1.539031704,0.7349710123,5043.4790286 +476,0.613855648,0.681746124,1,-1.539031704,0.7349710123,5801.7724023 +477,1.037012736,0.682555367,1,-1.539031704,0.7349710123,6471.7880651 +478,-1.253574971,0.379755746,1,-1.539031704,0.7349710123,1696.3344382 +479,3.108590453,-0.132620738,1,-1.539031704,0.7349710123,6763.3444863 +480,0.565301296,0.022333262,1,-1.539031704,0.7349710123,7690.0742452 +481,0.547898238,0.855555614,1,-1.539031704,0.7349710123,5154.911926 +482,0.948309381,0.417393755,1,-1.539031704,0.7349710123,7289.5800063 +483,-0.050600732,0.945269213,1,-1.539031704,0.7349710123,3774.3780273 +484,-0.977651478,-0.572363064,1,-1.539031704,0.7349710123,5566.5096708 +485,1.102014914,0.728861163,1,-1.539031704,0.7349710123,6375.9395086 +486,2.927300795,-0.282939414,1,-1.539031704,0.7349710123,7683.7075436 +487,-1.154565557,0.124434095,1,-1.539031704,0.7349710123,2768.0182774 +488,1.855331234,0.291044755,1,-1.539031704,0.7349710123,8276.0239921 +489,0.830290659,0.276904518,1,-1.539031704,0.7349710123,7544.9888413 +490,0.485104466,-0.234867441,1,-1.539031704,0.7349710123,8169.157293 +491,0.521367572,-0.33161327,1,-1.539031704,0.7349710123,8520.0529131 +1,-1.539031704,0.7349710123,2,-1.536990553,0.7349663874,5.9978998464 +2,-1.536990553,0.7349663874,2,-1.536990553,0.7349663874,3.0015380407 +3,-1.534951779,0.7349571355,2,-1.536990553,0.7349663874,5.991034826 +4,-1.532906461,0.7349480293,2,-1.536990553,0.7349663874,12.001341161 +5,-1.531320211,0.7346937278,2,-1.536990553,0.7349663874,16.699193961 +6,-1.539451648,0.7335131775,2,-1.536990553,0.7349663874,9.2467386828 +7,-1.537429487,0.7335445708,2,-1.536990553,0.7349663874,5.7778080135 +8,-1.535484998,0.7335658704,2,-1.536990553,0.7349663874,7.0972594172 +9,-1.533488396,0.7336036027,2,-1.536990553,0.7349663874,11.626425339 +10,-1.531497785,0.7335842962,2,-1.536990553,0.7349663874,17.053064516 +11,-1.530259379,0.7334777758,2,-1.536990553,0.7349663874,20.652325316 +12,-1.5335454,0.7322346912,2,-1.536990553,0.7349663874,14.826195912 +13,-1.531489083,0.7322238773,2,-1.536990553,0.7349663874,19.493378505 +14,-1.530011122,0.7321679851,2,-1.536990553,0.7349663874,23.335455591 +15,-1.53348106,0.7306614094,2,-1.536990553,0.7349663874,19.938246916 +16,-1.531441779,0.7306962275,2,-1.536990553,0.7349663874,23.515166005 +17,-1.529755654,0.7306933243,2,-1.536990553,0.7349663874,27.206418888 +18,-1.533415048,0.7291384674,2,-1.536990553,0.7349663874,25.374336456 +19,-1.531392093,0.7291705353,2,-1.536990553,0.7349663874,28.268172814 +20,-1.529296523,0.7291214933,2,-1.536990553,0.7349663874,32.401348542 +21,-1.535280942,0.727267644,2,-1.536990553,0.7349663874,30.908580347 +22,-1.533378158,0.7276139666,2,-1.536990553,0.7349663874,31.009185031 +23,-1.531340368,0.7276446587,2,-1.536990553,0.7349663874,33.444829338 +24,-1.528960113,0.7276398177,2,-1.536990553,0.7349663874,37.452642205 +25,-1.533313146,0.7260818349,2,-1.536990553,0.7349663874,36.826086061 +26,-1.531259555,0.7260958115,2,-1.536990553,0.7349663874,38.992683211 +27,-1.528926415,0.7260865555,2,-1.536990553,0.7349663874,42.463479668 +28,-1.531226779,0.7245511789,2,-1.536990553,0.7349663874,44.626094443 +29,-1.528904772,0.7245519194,2,-1.536990553,0.7349663874,47.660563759 +30,-1.547195875,0.7409785979,2,-1.536990553,0.7349663874,38.22971881 +31,-1.5451475,0.740980426,2,-1.536990553,0.7349663874,33.746882436 +32,-1.543097679,0.7409798872,2,-1.536990553,0.7349663874,29.793617722 +33,-1.540720364,0.7409892687,2,-1.536990553,0.7349663874,26.241276337 +34,-1.547188511,0.7395198392,2,-1.536990553,0.7349663874,34.922643893 +35,-1.545148587,0.7395226109,2,-1.536990553,0.7349663874,29.966598882 +36,-1.543104538,0.7395314908,2,-1.536990553,0.7349663874,25.463871601 +37,-1.540727751,0.7395306258,2,-1.536990553,0.7349663874,21.141130173 +38,-1.547187029,0.7380014886,2,-1.536990553,0.7349663874,32.245786962 +39,-1.545147315,0.7380012252,2,-1.536990553,0.7349663874,26.784579885 +40,-1.54310719,0.7380060743,2,-1.536990553,0.7349663874,21.613155446 +41,-1.540719671,0.7380068206,2,-1.536990553,0.7349663874,16.272175456 +42,-1.547187189,0.7364799098,2,-1.536990553,0.7349663874,30.536323086 +43,-1.545149996,0.7364853874,2,-1.536990553,0.7349663874,24.703773604 +44,-1.543106091,0.7364823484,2,-1.536990553,0.7349663874,18.935376614 +45,-1.540717158,0.7364893901,2,-1.536990553,0.7349663874,12.495676058 +46,-1.538663972,0.7410138672,2,-1.536990553,0.7349663874,24.450865554 +47,-1.53695285,0.7409699132,2,-1.536990553,0.7349663874,23.78022233 +48,-1.534910498,0.7409641297,2,-1.536990553,0.7349663874,24.526593085 +49,-1.533145034,0.7409536636,2,-1.536990553,0.7349663874,26.256936827 +50,-1.538681336,0.7395405883,2,-1.536990553,0.7349663874,18.78453872 +51,-1.536999189,0.7395183096,2,-1.536990553,0.7349663874,18.030181571 +52,-1.534923633,0.7395144222,2,-1.536990553,0.7349663874,19.007065489 +53,-1.533267822,0.7395654306,2,-1.536990553,0.7349663874,21.237215361 +54,-1.53867273,0.7380151077,2,-1.536990553,0.7349663874,13.045904046 +55,-1.536980576,0.7379994392,2,-1.536990553,0.7349663874,12.013954045 +56,-1.534931522,0.7379944961,2,-1.536990553,0.7349663874,13.430244034 +57,-1.533387952,0.7379480264,2,-1.536990553,0.7349663874,15.850778083 +58,-1.538682279,0.7364914363,2,-1.536990553,0.7349663874,7.8210024536 +59,-1.536980704,0.7364810563,2,-1.536990553,0.7349663874,5.9996735442 +60,-1.534935567,0.7364752065,2,-1.536990553,0.7349663874,8.493049675 +61,-1.533042592,0.7363876366,2,-1.536990553,0.7349663874,12.888068844 +62,-1.545143426,0.7349628011,2,-1.536990553,0.7349663874,23.957075069 +63,-1.543105297,0.7349691947,2,-1.536990553,0.7349663874,17.968028833 +64,-1.541064533,0.7349647152,2,-1.536990553,0.7349663874,11.971320073 +65,-1.545411803,0.7334624714,2,-1.536990553,0.7349663874,25.468904533 +66,-1.543446606,0.7334780896,2,-1.536990553,0.7349663874,19.877989839 +67,-1.541475327,0.7334957295,2,-1.536990553,0.7349663874,14.4164949 +68,-1.545401939,0.731963266,2,-1.536990553,0.7349663874,27.460329807 +69,-1.54342253,0.7319915583,2,-1.536990553,0.7349663874,22.294040102 +70,-1.541455867,0.7320216438,2,-1.536990553,0.7349663874,17.569191283 +71,-1.545410146,0.7304422281,2,-1.536990553,0.7349663874,30.589845638 +72,-1.543435491,0.7304713664,2,-1.536990553,0.7349663874,26.021619962 +73,-1.541463105,0.7304997613,2,-1.536990553,0.7349663874,22.055370288 +74,-1.545414768,0.7289194936,2,-1.536990553,0.7349663874,34.493570766 +75,-1.543435774,0.7289538557,2,-1.536990553,0.7349663874,30.460152668 +76,-1.541457714,0.7289765881,2,-1.536990553,0.7349663874,27.131974067 +77,-1.539449415,0.7320555866,2,-1.536990553,0.7349663874,13.611613241 +78,-1.537429183,0.7321097681,2,-1.536990553,0.7349663874,11.388430792 +79,-1.535472649,0.7321497267,2,-1.536990553,0.7349663874,12.017452642 +80,-1.539457899,0.7305333307,2,-1.536990553,0.7349663874,19.002808982 +81,-1.537453161,0.7305750503,2,-1.536990553,0.7349663874,17.447333035 +82,-1.535479385,0.7306124949,2,-1.536990553,0.7349663874,17.810456379 +83,-1.53946905,0.7290102593,2,-1.536990553,0.7349663874,24.696563673 +84,-1.537459922,0.7290417293,2,-1.536990553,0.7349663874,23.508281713 +85,-1.535451349,0.7290890157,2,-1.536990553,0.7349663874,23.717844951 +86,-1.535522937,0.7279887191,2,-1.536990553,0.7349663874,27.975065406 +87,-1.539442524,0.7274735939,2,-1.536990553,0.7349663874,30.546751159 +88,-1.537424111,0.727521351,2,-1.536990553,0.7349663874,29.517480014 +89,-1.539384641,0.7259505092,2,-1.536990553,0.7349663874,36.403740225 +90,-1.537372391,0.7259947145,2,-1.536990553,0.7349663874,35.554648036 +91,-1.535340789,0.7260435356,2,-1.536990553,0.7349663874,35.676983386 +92,-1.539325716,0.7244369706,2,-1.536990553,0.7349663874,42.27300094 +93,-1.537308932,0.7244801057,2,-1.536990553,0.7349663874,41.546795734 +94,-1.535289068,0.7245247645,2,-1.536990553,0.7349663874,41.663195624 +95,-1.533261366,0.7245550236,2,-1.536990553,0.7349663874,42.683669933 +96,-1.539267302,0.722921924,2,-1.536990553,0.7349663874,48.17995789 +97,-1.537248972,0.7229660258,2,-1.536990553,0.7349663874,47.539562763 +98,-1.535219431,0.7229916471,2,-1.536990553,0.7349663874,47.719673915 +99,-1.53318962,0.7230212049,2,-1.536990553,0.7349663874,48.629039317 +100,-1.531154816,0.7230299897,2,-1.536990553,0.7349663874,50.325185352 +101,-1.528878341,0.7230370244,2,-1.536990553,0.7349663874,52.982073723 +102,-1.539218189,0.7214009878,2,-1.536990553,0.7349663874,54.134626703 +103,-1.537198791,0.7214422745,2,-1.536990553,0.7349663874,53.572548331 +104,-1.535179266,0.7214634354,2,-1.536990553,0.7349663874,53.752564345 +105,-1.533156501,0.7214944644,2,-1.536990553,0.7349663874,54.552734068 +106,-1.53113574,0.7215166021,2,-1.536990553,0.7349663874,56.015617907 +107,-1.528874248,0.7215345535,2,-1.536990553,0.7349663874,58.363393783 +108,-1.539217656,0.7198512397,2,-1.536990553,0.7349663874,60.232535673 +109,-1.537199919,0.7199428763,2,-1.536990553,0.7349663874,59.511350538 +110,-1.545425832,0.727397149,2,-1.536990553,0.7349663874,38.954929611 +111,-1.543371177,0.7273916949,2,-1.536990553,0.7349663874,35.413823426 +112,-1.541368852,0.7274523163,2,-1.536990553,0.7349663874,32.442157241 +113,-1.545349067,0.7258710923,2,-1.536990553,0.7349663874,43.658980119 +114,-1.54332671,0.7258603556,2,-1.536990553,0.7349663874,40.625983036 +115,-1.541346831,0.7259242142,2,-1.536990553,0.7349663874,38.052405197 +116,-1.545324355,0.7243383958,2,-1.536990553,0.7349663874,48.760964519 +117,-1.543292796,0.7243617413,2,-1.536990553,0.7349663874,45.941794263 +118,-1.541295822,0.7244024384,2,-1.536990553,0.7349663874,43.731825033 +119,-1.543193859,0.7205570215,2,-1.536990553,0.7349663874,59.951543157 +120,-1.550257047,0.7386738187,2,-1.536990553,0.7349663874,41.596205811 +121,-1.549335448,0.7311736483,2,-1.536990553,0.7349663874,39.32024937 +122,-1.533478843,0.7179891343,2,-1.536990553,0.7349663874,68.04596211 +123,-1.556150555,0.738907041,2,-1.536990553,0.7349663874,58.32773044 +124,-1.554324226,0.733414257,2,-1.536990553,0.7349663874,51.339523133 +125,-1.554290846,0.7288285332,2,-1.536990553,0.7349663874,56.477517797 +126,-1.55122487,0.7219795312,2,-1.536990553,0.7349663874,66.45386569 +127,-1.525104458,0.7229399862,2,-1.536990553,0.7349663874,59.180561605 +128,-1.519607711,0.7236181429,2,-1.536990553,0.7349663874,68.236641083 +129,-1.513899999,0.7251107854,2,-1.536990553,0.7349663874,78.539921542 +130,-1.536620762,0.7431061895,2,-1.536990553,0.7349663874,32.259926979 +131,-1.5369566,0.7460845958,2,-1.536990553,0.7349663874,44.039335544 +132,-1.545345528,0.7447040685,2,-1.536990553,0.7349663874,45.66334513 +133,-1.532813921,0.7432306626,2,-1.536990553,0.7349663874,34.943717882 +134,-1.554788248,0.7382381001,2,-1.536990553,0.7349663874,53.804386399 +135,-1.540348126,0.7301594274,2,-1.536990553,0.7349663874,21.454580042 +136,-1.538016084,0.7239051786,2,-1.536990553,0.7349663874,43.917990249 +137,-1.525288962,0.7258085137,2,-1.536990553,0.7349663874,50.078906283 +138,-1.534326986,0.731241342,2,-1.536990553,0.7349663874,16.708459295 +139,-1.530733872,0.7303625216,2,-1.536990553,0.7349663874,25.922297292 +141,-1.534354939,0.7328219978,2,-1.536990553,0.7349663874,11.499710481 +142,-1.53157084,0.7292888153,2,-1.536990553,0.7349663874,27.580359785 +143,-1.525691035,0.7263799874,2,-1.536990553,0.7349663874,47.620593526 +144,-1.534031287,0.7495967835,2,-1.536990553,0.7349663874,58.591201509 +145,-1.527714986,0.7283095957,2,-1.536990553,0.7349663874,37.981550167 +146,-1.526189586,0.7271468292,2,-1.536990553,0.7349663874,44.427092501 +147,-1.555177336,0.7375563366,2,-1.536990553,0.7349663874,54.355408331 +148,-1.555080283,0.7312707794,2,-1.536990553,0.7349663874,55.220162855 +149,-1.53856994,0.7224180299,2,-1.536990553,0.7349663874,49.922680203 +150,-1.530837883,0.729933372,2,-1.536990553,0.7349663874,26.940439025 +151,-1.515066984,0.5854133365,2,-1.536990553,0.7349663874,596.31685671 +152,-1.534731633,0.5368370046,2,-1.536990553,0.7349663874,784.82321482 +153,-1.515231902,0.5607085576,2,-1.536990553,0.7349663874,693.62459873 +154,-2.616253799,1.0684566605,2,-1.536990553,0.7349663874,2824.7939876 +155,-1.956071439,0.5792177723,2,-1.536990553,0.7349663874,1445.2589333 +156,-1.951208514,0.5602434208,2,-1.536990553,0.7349663874,1473.2096841 +157,-1.944675062,0.6062144545,2,-1.536990553,0.7349663874,1358.5548524 +158,-1.613778386,0.6077989518,2,-1.536990553,0.7349663874,556.95958018 +159,-2.035029014,0.6021432345,2,-1.536990553,0.7349663874,1625.9800397 +160,-2.114989471,0.6801825058,2,-1.536990553,0.7349663874,1742.3019702 +161,-2.037382079,0.5765830025,2,-1.536990553,0.7349663874,1681.5564018 +162,-2.129855121,0.6585019963,2,-1.536990553,0.7349663874,1814.0608368 +163,-2.075141798,0.6493615843,2,-1.536990553,0.7349663874,1666.1907971 +164,-1.828626729,0.6948433129,2,-1.536990553,0.7349663874,885.19211026 +165,-1.863329418,0.6735427691,2,-1.536990553,0.7349663874,1012.4387537 +166,-1.266037071,0.727988852,2,-1.536990553,0.7349663874,798.07661917 +167,-1.277579582,0.7249010648,2,-1.536990553,0.7349663874,765.80172588 +168,-1.258418684,0.7241194816,2,-1.536990553,0.7349663874,822.50192746 +169,-1.317813974,0.6804850104,2,-1.536990553,0.7349663874,693.28500576 +170,-1.344165204,0.6790988904,2,-1.536990553,0.7349663874,620.85241608 +171,-1.427582102,0.5277120351,2,-1.536990553,0.7349663874,891.69972002 +172,-1.402238616,0.457167829,2,-1.536990553,0.7349663874,1184.4001082 +173,-1.422454264,0.4996161999,2,-1.536990553,0.7349663874,1002.1278316 +174,-1.439089277,0.4894859811,2,-1.536990553,0.7349663874,1022.1979653 +175,-1.448126995,0.5182330266,2,-1.536990553,0.7349663874,904.12583657 +176,-1.474626146,0.5881926574,2,-1.536990553,0.7349663874,613.01239565 +177,-1.421139645,0.5584869783,2,-1.536990553,0.7349663874,788.5213873 +178,-1.457037165,0.565943032,2,-1.536990553,0.7349663874,715.06909138 +179,-2.757159358,0.3745319,2,-1.536990553,0.7349663874,4227.6728132 +180,-2.714309238,0.342054471,2,-1.536990553,0.7349663874,4180.470014 +181,-2.000525337,0.774119946,2,-1.536990553,0.7349663874,1340.7365507 +183,-1.571413436,0.6777838382,2,-1.536990553,0.7349663874,249.10047335 +184,-1.552860289,0.6987663893,2,-1.536990553,0.7349663874,151.01320746 +185,-1.521852374,0.7165827476,2,-1.536990553,0.7349663874,85.520775711 +186,-1.503656267,0.6928968252,2,-1.536990553,0.7349663874,194.22021133 +187,-1.502753178,0.7136205882,2,-1.536990553,0.7349663874,132.1501961 +188,-1.631894563,0.7343596465,2,-1.536990553,0.7349663874,278.91335947 +189,-1.653765416,0.6770714026,2,-1.536990553,0.7349663874,419.88693866 +190,-1.719812114,0.6715965947,2,-1.536990553,0.7349663874,606.13244111 +191,-1.493406659,0.6646955447,2,-1.536990553,0.7349663874,308.04289786 +192,-1.469120564,0.6613469966,2,-1.536990553,0.7349663874,356.8986286 +193,-1.590551461,0.5326612937,2,-1.536990553,0.7349663874,819.20071072 +194,-1.625979264,0.5247742243,2,-1.536990553,0.7349663874,879.49719121 +195,-1.572293943,0.5238808754,2,-1.536990553,0.7349663874,843.64308032 +196,-1.610848725,0.5477107964,2,-1.536990553,0.7349663874,777.60004078 +197,-1.208485554,0.7918526018,2,-1.536990553,0.7349663874,964.28967807 +198,-1.335601374,0.6869083083,2,-1.536990553,0.7349663874,633.13028283 +199,-1.346156996,0.6825213377,2,-1.536990553,0.7349663874,609.75458239 +200,-1.324381037,0.6741422347,2,-1.536990553,0.7349663874,684.60318159 +201,-1.242424992,0.7378949807,2,-1.536990553,0.7349663874,863.08970688 +202,-1.270370057,0.7392461008,2,-1.536990553,0.7349663874,781.07394016 +203,-1.448950472,0.7441675014,2,-1.536990553,0.7349663874,260.15013414 +204,-1.492662363,0.7523026852,2,-1.536990553,0.7349663874,146.33399035 +205,-1.479098966,0.7763855017,2,-1.536990553,0.7349663874,233.98922431 +206,-1.633760714,0.7869022408,2,-1.536990553,0.7349663874,345.37180179 +207,-1.647406434,0.8101289331,2,-1.536990553,0.7349663874,431.86640745 +208,-1.564245052,0.5701509278,2,-1.536990553,0.7349663874,658.40971351 +209,-1.646289963,0.6833746083,2,-1.536990553,0.7349663874,386.76498196 +210,-1.5820631,0.6751952144,2,-1.536990553,0.7349663874,272.98245697 +211,-1.613236298,0.6681681791,2,-1.536990553,0.7349663874,350.92588364 +212,-1.914661867,0.8212566515,2,-1.536990553,0.7349663874,1114.7359711 +213,-1.742133237,0.7250275956,2,-1.536990553,0.7349663874,606.30589306 +214,-2.033144872,0.6557314699,2,-1.536990553,0.7349663874,1533.7821512 +215,-2.039551981,0.6964723658,2,-1.536990553,0.7349663874,1502.7391782 +216,-1.247341019,0.7622473908,2,-1.536990553,0.7349663874,846.02574792 +217,-1.298239787,0.7084123392,2,-1.536990553,0.7349663874,716.8726803 +218,-1.308539688,0.6926545592,2,-1.536990553,0.7349663874,703.43621336 +219,-1.303263185,0.6888938396,2,-1.536990553,0.7349663874,723.43352389 +220,-1.852400229,0.6004246149,2,-1.536990553,0.7349663874,1113.1978068 +221,-1.288947707,0.7473773692,2,-1.536990553,0.7349663874,725.56829058 +222,-1.372031502,0.7472790993,2,-1.536990553,0.7349663874,484.22466167 +223,-1.289805721,0.7242157877,2,-1.536990553,0.7349663874,730.26906516 +224,-1.350807603,0.7533498126,2,-1.536990553,0.7349663874,547.00758939 +225,-1.329290365,0.7560442322,2,-1.536990553,0.7349663874,609.67795347 +226,-1.410153004,0.616936428,2,-1.536990553,0.7349663874,609.57215959 +227,-1.393445434,0.6308995063,2,-1.536990553,0.7349663874,603.15465012 +228,-1.37595573,0.6241540638,2,-1.536990553,0.7349663874,661.72052842 +229,-1.358388707,0.6172645205,2,-1.536990553,0.7349663874,721.46061586 +230,-1.753741133,0.8281661666,2,-1.536990553,0.7349663874,711.24835561 +231,-1.47430987,0.6834615681,2,-1.536990553,0.7349663874,277.64947099 +232,-1.421012508,0.7222725206,2,-1.536990553,0.7349663874,346.32390667 +233,-1.4476833,0.6978557868,2,-1.536990553,0.7349663874,304.52248752 +234,-1.470370723,0.6966193374,2,-1.536990553,0.7349663874,250.39372187 +235,-1.429211703,0.7037216883,2,-1.536990553,0.7349663874,344.05828984 +236,-1.700578405,0.6178673663,2,-1.536990553,0.7349663874,685.11841482 +237,-1.678117619,0.6331716163,2,-1.536990553,0.7349663874,591.31876429 +238,-1.725644578,0.6316331145,2,-1.536990553,0.7349663874,708.55578676 +239,-2.14012759,0.7930497945,2,-1.536990553,0.7349663874,1726.7948615 +240,-2.103289431,0.7653606263,2,-1.536990553,0.7349663874,1634.8693735 +241,-1.318739838,0.7017808746,2,-1.536990553,0.7349663874,663.35030987 +242,-1.396417427,0.7077900843,2,-1.536990553,0.7349663874,431.55450975 +243,-1.35650337,0.7185539404,2,-1.536990553,0.7349663874,537.8764194 +244,-1.248884539,0.7274156818,2,-1.536990553,0.7349663874,848.68181915 +245,-1.395014798,0.5761185243,2,-1.536990553,0.7349663874,770.28437389 +246,-1.433377362,0.6064716109,2,-1.536990553,0.7349663874,601.63741793 +247,-1.408172432,0.5903155476,2,-1.536990553,0.7349663874,699.4418988 +248,-1.749645898,0.7757118084,2,-1.536990553,0.7349663874,633.45294329 +249,-1.571626686,0.615046989,2,-1.536990553,0.7349663874,486.88506357 +250,-1.514070049,0.6303003037,2,-1.536990553,0.7349663874,420.50832179 +251,-1.480890369,0.6237966528,2,-1.536990553,0.7349663874,472.96209951 +252,-1.704390658,0.5281680612,2,-1.536990553,0.7349663874,976.97243161 +253,-1.64434733,0.5254277498,2,-1.536990553,0.7349663874,897.62937646 +254,-1.703855997,0.4792484842,2,-1.536990553,0.7349663874,1147.3765814 +255,-1.692002383,0.5748825051,2,-1.536990553,0.7349663874,798.51295837 +256,-1.854136457,0.5544643913,2,-1.536990553,0.7349663874,1228.3491168 +257,-1.665021206,0.520317736,2,-1.536990553,0.7349663874,943.1962455 +258,-1.733654349,0.4845187345,2,-1.536990553,0.7349663874,1177.3810109 +259,-1.720938188,0.5135933906,2,-1.536990553,0.7349663874,1055.6447332 +260,-1.742668307,0.553296122,2,-1.536990553,0.7349663874,968.76583304 +261,-1.965659039,0.7142126903,2,-1.536990553,0.7349663874,1269.6517197 +262,-1.944438071,0.6772834804,2,-1.536990553,0.7349663874,1244.9810521 +263,-1.270340967,0.7681487096,2,-1.536990553,0.7349663874,781.61921221 +264,-1.353091884,0.6549276821,2,-1.536990553,0.7349663874,642.38911779 +265,-1.333236659,0.6413584414,2,-1.536990553,0.7349663874,724.3567727 +266,-1.352015998,0.6753788907,2,-1.536990553,0.7349663874,605.25874971 +267,-1.377988483,0.6577816235,2,-1.536990553,0.7349663874,571.28167497 +268,-2.13075611,0.8318642051,2,-1.536990553,0.7349663874,1695.3713681 +269,-2.097910953,0.8259670014,2,-1.536990553,0.7349663874,1607.1761372 +270,-1.416382069,0.6694271549,2,-1.536990553,0.7349663874,447.42565288 +271,-1.538905672,0.7535625993,2,-1.536990553,0.7349663874,73.870625014 +272,-1.572309477,0.7803125099,2,-1.536990553,0.7349663874,206.35803382 +273,-1.87759879,0.7503853417,2,-1.536990553,0.7349663874,993.50112106 +274,1.152365588,0.590457682,2,-1.536990553,0.7349663874,6942.7073806 +275,0.350198001,0.718001859,2,-1.536990553,0.7349663874,5150.0574909 +276,0.046513677,0.491503852,2,-1.536990553,0.7349663874,4981.0991646 +277,0.027510309,0.742571376,2,-1.536990553,0.7349663874,4342.5596723 +278,0.306285725,-0.214631579,2,-1.536990553,0.7349663874,7587.1722298 +279,-1.100564889,0.318051531,2,-1.536990553,0.7349663874,2210.3944517 +280,-1.078582306,0.301437596,2,-1.536990553,0.7349663874,2312.5904319 +281,-1.137371989,-0.617634065,2,-1.536990553,0.7349663874,5550.0249913 +282,0.784356344,0.703272339,2,-1.536990553,0.7349663874,6032.7466046 +283,-1.221209947,0.218327455,2,-1.536990553,0.7349663874,2317.461013 +284,2.347301921,-0.449114658,2,-1.536990553,0.7349663874,9787.4550744 +285,0.246820618,0.830553713,2,-1.536990553,0.7349663874,4638.0312444 +286,0.829414965,0.703288228,2,-1.536990553,0.7349663874,6105.0254786 +287,-1.337537566,0.42332223,2,-1.536990553,0.7349663874,1397.2934813 +288,0.882453706,0.454478077,2,-1.536990553,0.7349663874,7042.9517592 +289,1.575629659,0.416419109,2,-1.536990553,0.7349663874,7881.9757984 +290,-1.039455679,0.229888244,2,-1.536990553,0.7349663874,2629.921514 +291,0.489558039,0.934482747,2,-1.536990553,0.7349663874,4825.4421072 +292,0.081344504,0.88384514,2,-1.536990553,0.7349663874,4165.7174594 +293,-1.547979814,0.300350308,2,-1.536990553,0.7349663874,1721.9167673 +294,0.040776181,0.168560074,2,-1.536990553,0.7349663874,5795.6993365 +295,-1.130374745,0.563894876,2,-1.536990553,0.7349663874,1444.0276452 +296,1.578326642,0.478507176,2,-1.536990553,0.7349663874,7636.3186729 +297,-1.12861823,-0.291640865,2,-1.536990553,0.7349663874,4331.7221015 +298,0.310524208,0.770885792,2,-1.536990553,0.7349663874,4923.9684795 +299,0.415649091,-0.387246002,2,-1.536990553,0.7349663874,8338.1058936 +300,-0.926533878,-0.188022748,2,-1.536990553,0.7349663874,4275.7080836 +301,1.258856172,-0.11716081,2,-1.536990553,0.7349663874,9712.6617586 +302,-1.126050026,0.322941926,2,-1.536990553,0.7349663874,2138.6823333 +303,2.002785835,0.07893892,2,-1.536990553,0.7349663874,8915.4793433 +304,0.440437607,0.746258085,2,-1.536990553,0.7349663874,5262.7059959 +305,-0.030391866,0.214441206,2,-1.536990553,0.7349663874,5467.9621067 +306,0.521557815,-0.058929362,2,-1.536990553,0.7349663874,7794.0078795 +307,-0.097005111,0.13317729,2,-1.536990553,0.7349663874,5485.0991123 +308,1.83113859,0.221857587,2,-1.536990553,0.7349663874,8564.9625423 +309,0.222428864,0.099404236,2,-1.536990553,0.7349663874,6506.8417596 +310,-1.702731345,0.8728568183,2,-1.536990553,0.7349663874,710.06783433 +311,-0.418507569,0.278324921,2,-1.536990553,0.7349663874,4166.303296 +312,-1.41153306,0.339029988,2,-1.536990553,0.7349663874,1623.847863 +313,0.357560442,0.114788776,2,-1.536990553,0.7349663874,6848.9813313 +314,0.325818979,0.268352149,2,-1.536990553,0.7349663874,6333.3491631 +315,-1.246004659,-0.663679965,2,-1.536990553,0.7349663874,5638.602929 +316,1.814603087,0.637404484,2,-1.536990553,0.7349663874,6955.0381846 +317,1.843704281,-0.18300445,2,-1.536990553,0.7349663874,10105.464599 +318,1.690644492,-0.211480909,2,-1.536990553,0.7349663874,10349.159543 +319,-1.275451936,0.068109467,2,-1.536990553,0.7349663874,2798.6816805 +320,0.762430171,-0.207594741,2,-1.536990553,0.7349663874,8878.6981825 +321,0.265668905,-0.014647884,2,-1.536990553,0.7349663874,6939.9191072 +322,-2.773032013,-0.335515811,2,-1.536990553,0.7349663874,6184.8888655 +323,-1.469512853,0.174058777,2,-1.536990553,0.7349663874,2234.1055789 +324,0.286276986,0.785925691,2,-1.536990553,0.7349663874,4833.2788877 +325,-1.379324697,0.377432233,2,-1.536990553,0.7349663874,1510.0414766 +326,-1.203778265,0.212813032,2,-1.536990553,0.7349663874,2365.8623487 +327,0.579916301,0.611743168,2,-1.536990553,0.7349663874,5945.6971217 +328,0.267582642,0.868113908,2,-1.536990553,0.7349663874,4589.0925638 +329,0.412869244,-0.050245578,2,-1.536990553,0.7349663874,7461.4721841 +330,0.17524381,0.976660285,2,-1.536990553,0.7349663874,4161.1629785 +331,0.743157214,0.204812899,2,-1.536990553,0.7349663874,7582.2518836 +332,-1.070758176,0.269382282,2,-1.536990553,0.7349663874,2432.8392847 +333,-1.230364251,0.329790229,2,-1.536990553,0.7349663874,1907.2695096 +334,-1.374813124,-0.024926835,2,-1.536990553,0.7349663874,3065.4874193 +335,0.519780566,0.463669906,2,-1.536990553,0.7349663874,6261.5970293 +336,-1.55108034,0.239698561,2,-1.536990553,0.7349663874,1962.3519319 +337,0.180294813,0.029739425,2,-1.536990553,0.7349663874,6572.1288777 +338,0.67820924,0.268170153,2,-1.536990553,0.7349663874,7231.1448568 +339,0.445798684,1.024001867,2,-1.536990553,0.7349663874,4512.324998 +340,0.691751283,0.150521402,2,-1.536990553,0.7349663874,7629.6206402 +341,-1.036643551,-0.903056181,2,-1.536990553,0.7349663874,6712.3055231 +342,-0.120287036,1.083325163,2,-1.536990553,0.7349663874,3441.0867952 +343,2.823513113,-0.304487164,2,-1.536990553,0.7349663874,8048.4974287 +344,0.457583172,1.12513373,2,-1.536990553,0.7349663874,4267.8079732 +345,0.042918831,0.813795399,2,-1.536990553,0.7349663874,4226.2307348 +346,1.196146777,-0.853142756,2,-1.536990553,0.7349663874,11223.210041 +347,0.206001358,-0.010430701,2,-1.536990553,0.7349663874,6754.7029303 +348,-0.268308653,0.234799412,2,-1.536990553,0.7349663874,4717.7743138 +349,0.759363263,0.736189579,2,-1.536990553,0.7349663874,5882.9157531 +350,0.181363926,0.891988372,2,-1.536990553,0.7349663874,4357.8293052 +351,-0.021111158,0.139103292,2,-1.536990553,0.7349663874,5692.3330746 +352,-0.093355215,0.630686981,2,-1.536990553,0.7349663874,4277.5038768 +353,0.40118964,0.681375926,2,-1.536990553,0.7349663874,5361.9681583 +354,-0.721197315,1.304706234,2,-1.536990553,0.7349663874,2674.0465717 +355,-1.076150317,0.212107639,2,-1.536990553,0.7349663874,2609.4330783 +356,-1.577164531,0.273993443,2,-1.536990553,0.7349663874,1831.0384925 +357,-0.190788414,0.182208586,2,-1.536990553,0.7349663874,5081.3391049 +358,-0.261349752,0.209710184,2,-1.536990553,0.7349663874,4802.7764717 +359,-1.029303852,0.083549259,2,-1.536990553,0.7349663874,3139.5615921 +360,-1.268609162,0.330525297,2,-1.536990553,0.7349663874,1838.4960738 +361,1.282982244,-0.926641967,2,-1.536990553,0.7349663874,11303.490369 +362,0.217352334,0.731352408,2,-1.536990553,0.7349663874,4817.9354323 +363,-1.511833084,0.258629297,2,-1.536990553,0.7349663874,1888.7306959 +364,0.338812194,0.823184618,2,-1.536990553,0.7349663874,4846.6543914 +365,-0.324406489,1.134201999,2,-1.536990553,0.7349663874,3051.4882405 +366,1.389579348,0.399185724,2,-1.536990553,0.7349663874,7882.9413419 +367,2.047152199,-0.039082036,2,-1.536990553,0.7349663874,9271.552987 +368,0.947780369,0.568250077,2,-1.536990553,0.7349663874,6755.511926 +369,0.763824846,0.576754987,2,-1.536990553,0.7349663874,6416.2444015 +370,-0.142334657,0.928153068,2,-1.536990553,0.7349663874,3599.7055626 +371,0.610266567,0.547265983,2,-1.536990553,0.7349663874,6207.5407989 +372,0.210731629,0.746815056,2,-1.536990553,0.7349663874,4764.5010266 +373,-1.34931644,0.316895224,2,-1.536990553,0.7349663874,1772.8739176 +374,2.407696481,0.655030745,2,-1.536990553,0.7349663874,6222.2294217 +375,0.64207831,0.545359131,2,-1.536990553,0.7349663874,6279.7563965 +376,1.174597538,0.840588356,2,-1.536990553,0.7349663874,6024.5601654 +377,0.660059424,0.010604079,2,-1.536990553,0.7349663874,7972.3667547 +378,-0.730263819,0.010486456,2,-1.536990553,0.7349663874,4054.61314 +379,0.831068936,0.512339172,2,-1.536990553,0.7349663874,6753.8445566 +380,1.301180979,0.72367476,2,-1.536990553,0.7349663874,6565.0801963 +381,1.811128231,0.322854402,2,-1.536990553,0.7349663874,8186.1754141 +382,0.435105812,0.992284428,2,-1.536990553,0.7349663874,4578.9254891 +383,0.62643634,0.592027932,2,-1.536990553,0.7349663874,6101.6306549 +384,0.492988703,-0.516339467,2,-1.536990553,0.7349663874,8855.6548632 +385,-0.162469483,0.112549365,2,-1.536990553,0.7349663874,5347.0884681 +386,0.314630866,0.472006421,2,-1.536990553,0.7349663874,5738.4133468 +387,0.166744804,0.822815954,2,-1.536990553,0.7349663874,4484.5777914 +388,0.417159608,0.965805736,2,-1.536990553,0.7349663874,4618.9815425 +389,0.106334961,0.868774244,2,-1.536990553,0.7349663874,4251.0826729 +390,0.815086969,-0.338144359,2,-1.536990553,0.7349663874,9378.8990784 +391,0.59867455,-0.230624824,2,-1.536990553,0.7349663874,8480.8826317 +392,1.915104874,0.066220985,2,-1.536990553,0.7349663874,9079.4966418 +393,1.278093622,0.064463721,2,-1.536990553,0.7349663874,9066.5716622 +394,-0.061477853,0.302997961,2,-1.536990553,0.7349663874,5149.5059828 +395,0.251311504,0.626976942,2,-1.536990553,0.7349663874,5164.5861257 +396,2.950242872,0.149095644,2,-1.536990553,0.7349663874,6476.3133012 +397,-0.180294708,0.35375117,2,-1.536990553,0.7349663874,4677.2723009 +398,1.010448592,-0.351180233,2,-1.536990553,0.7349663874,9947.4019206 +399,-1.748740498,0.3686318073,2,-1.536990553,0.7349663874,1613.3515029 +400,2.699635665,0.123533791,2,-1.536990553,0.7349663874,7241.4781811 +401,0.496808033,0.823843254,2,-1.536990553,0.7349663874,5151.6799547 +402,0.129574704,0.763364087,2,-1.536990553,0.7349663874,4538.4004607 +403,1.798920311,0.817447563,2,-1.536990553,0.7349663874,6256.900869 +404,0.335987953,0.746786541,2,-1.536990553,0.7349663874,5042.0883014 +405,-1.085413643,0.292154671,2,-1.536990553,0.7349663874,2327.0212018 +406,-0.155321003,0.508207011,2,-1.536990553,0.7349663874,4381.2839839 +407,0.620529244,-0.301175104,2,-1.536990553,0.7349663874,8727.1766804 +408,1.684402744,0.368716966,2,-1.536990553,0.7349663874,8062.3953478 +409,0.300582244,-0.386397212,2,-1.536990553,0.7349663874,7999.489937 +410,2.913555946,-0.009225192,2,-1.536990553,0.7349663874,7012.2858948 +411,1.465101417,0.493232532,2,-1.536990553,0.7349663874,7552.2897592 +412,0.090612882,0.907955955,2,-1.536990553,0.7349663874,4135.8172385 +413,2.987564726,-0.729568594,2,-1.536990553,0.7349663874,8529.7536466 +414,-1.484261606,0.224149272,2,-1.536990553,0.7349663874,2031.476437 +415,0.164073421,0.303955133,2,-1.536990553,0.7349663874,5790.3204027 +416,0.141441293,0.167552546,2,-1.536990553,0.7349663874,6090.1973652 +417,2.931321023,-0.506718887,2,-1.536990553,0.7349663874,8214.8705288 +418,2.21951565,0.700596356,2,-1.536990553,0.7349663874,6344.4948393 +419,0.268112576,1.199114336,2,-1.536990553,0.7349663874,3856.9298405 +420,0.978913739,0.359223811,2,-1.536990553,0.7349663874,7542.2800853 +421,1.210898818,0.522863584,2,-1.536990553,0.7349663874,7258.4626764 +422,2.347397336,0.129231362,2,-1.536990553,0.7349663874,8095.0445654 +423,0.614394501,0.556878345,2,-1.536990553,0.7349663874,6186.3492605 +424,-1.398079356,0.148483366,2,-1.536990553,0.7349663874,2373.1657468 +425,2.535303836,-0.112984496,2,-1.536990553,0.7349663874,8368.8521104 +426,-1.019372593,-0.405322349,2,-1.536990553,0.7349663874,4898.1151851 +427,-1.297785627,-0.160104069,2,-1.536990553,0.7349663874,3650.1366991 +428,2.144554488,0.205051084,2,-1.536990553,0.7349663874,8234.171341 +429,-2.242387083,-0.426171285,2,-1.536990553,0.7349663874,5273.7756407 +430,0.338637212,0.909723676,2,-1.536990553,0.7349663874,4623.8488043 +431,-0.148798452,0.691042401,2,-1.536990553,0.7349663874,4003.7707004 +432,0.893524764,0.441829531,2,-1.536990553,0.7349663874,7106.0881779 +433,0.969229347,-0.368847936,2,-1.536990553,0.7349663874,9886.2955677 +434,0.436043248,0.800045688,2,-1.536990553,0.7349663874,5103.0729584 +435,1.687946607,1.081504775,2,-1.536990553,0.7349663874,5243.8630955 +436,0.522302046,-0.034889271,2,-1.536990553,0.7349663874,7728.8490074 +437,-0.178996113,-0.438090009,2,-1.536990553,0.7349663874,6788.6022259 +438,-1.094339566,0.301444068,2,-1.536990553,0.7349663874,2277.4061769 +439,-1.064070054,0.242569932,2,-1.536990553,0.7349663874,2534.6017544 +440,-1.068153768,0.230387998,2,-1.536990553,0.7349663874,2565.7380257 +441,-3.00496892,-0.23989155,2,-1.536990553,0.7349663874,6560.4576915 +442,0.21751974,0.766874888,2,-1.536990553,0.7349663874,4730.4403492 +443,0.117229532,0.007619006,2,-1.536990553,0.7349663874,6446.6559451 +444,0.777758451,0.420554741,2,-1.536990553,0.7349663874,6958.3075353 +445,-0.252356999,0.250747086,2,-1.536990553,0.7349663874,4723.9021386 +446,0.363148444,0.768483434,2,-1.536990553,0.7349663874,5041.7107675 +447,0.903191366,-0.118210676,2,-1.536990553,0.7349663874,8982.3990137 +448,-0.205755923,0.149406178,2,-1.536990553,0.7349663874,5123.0543151 +449,1.811996086,0.02364353,2,-1.536990553,0.7349663874,9348.5648926 +450,-1.100670221,0.314845373,2,-1.536990553,0.7349663874,2220.4051172 +451,0.340078597,0.850105132,2,-1.536990553,0.7349663874,4779.2368347 +452,0.258757267,0.804969236,2,-1.536990553,0.7349663874,4726.4246105 +453,2.78505352,-0.155160804,2,-1.536990553,0.7349663874,7776.6941052 +454,0.800551619,0.105822106,2,-1.536990553,0.7349663874,8030.906531 +455,0.437940882,-0.506194031,2,-1.536990553,0.7349663874,8673.9519885 +456,2.230431122,0.63458615,2,-1.536990553,0.7349663874,6565.6253734 +457,0.527965361,0.127667701,2,-1.536990553,0.7349663874,7278.5905523 +458,-0.063643205,0.702093448,2,-1.536990553,0.7349663874,4201.8541525 +459,1.408447268,0.133010502,2,-1.536990553,0.7349663874,8933.1528164 +460,0.523795955,0.280266966,2,-1.536990553,0.7349663874,6818.4085034 +461,-0.975769313,0.072177659,2,-1.536990553,0.7349663874,3288.1460128 +462,0.549774164,-0.463663986,2,-1.536990553,0.7349663874,8907.6227312 +463,0.29245874,1.095549818,2,-1.536990553,0.7349663874,4104.6868764 +464,0.143625958,0.816809593,2,-1.536990553,0.7349663874,4447.4209327 +465,0.671902494,0.611159853,2,-1.536990553,0.7349663874,6131.3145124 +466,1.239840988,0.6724199,2,-1.536990553,0.7349663874,6716.3557717 +467,0.607829703,-0.10932137,2,-1.536990553,0.7349663874,8176.1500644 +468,1.763020906,0.263996692,2,-1.536990553,0.7349663874,8444.8578249 +469,0.378714634,0.726066797,2,-1.536990553,0.7349663874,5189.7661707 +470,2.196736143,-0.153862366,2,-1.536990553,0.7349663874,9355.0356237 +471,0.01702415,0.148991565,2,-1.536990553,0.7349663874,5777.9578323 +472,-2.998490902,-0.158002487,2,-1.536990553,0.7349663874,6323.3287653 +473,-3.051262951,-0.346595608,2,-1.536990553,0.7349663874,6972.5447569 +474,-1.069176439,0.182802941,2,-1.536990553,0.7349663874,2722.0808987 +475,0.167157509,0.595344954,2,-1.536990553,0.7349663874,5038.3400702 +476,0.613855648,0.681746124,2,-1.536990553,0.7349663874,5797.871242 +477,1.037012736,0.682555367,2,-1.536990553,0.7349663874,6469.3017266 +478,-1.253574971,0.379755746,2,-1.536990553,0.7349663874,1692.5521353 +479,3.108590453,-0.132620738,2,-1.536990553,0.7349663874,6769.3323002 +480,0.565301296,0.022333262,2,-1.536990553,0.7349663874,7684.5403103 +481,0.547898238,0.855555614,2,-1.536990553,0.7349663874,5151.3751964 +482,0.948309381,0.417393755,2,-1.536990553,0.7349663874,7286.1290452 +483,-0.050600732,0.945269213,2,-1.536990553,0.7349663874,3770.095529 +484,-0.977651478,-0.572363064,2,-1.536990553,0.7349663874,5563.7763229 +485,1.102014914,0.728861163,2,-1.536990553,0.7349663874,6373.8038986 +486,2.927300795,-0.282939414,2,-1.536990553,0.7349663874,7689.6959376 +487,-1.154565557,0.124434095,2,-1.536990553,0.7349663874,2764.5404246 +488,1.855331234,0.291044755,2,-1.536990553,0.7349663874,8277.6896928 +489,0.830290659,0.276904518,2,-1.536990553,0.7349663874,7540.7368741 +490,0.485104466,-0.234867441,2,-1.536990553,0.7349663874,8163.2106544 +491,0.521367572,-0.33161327,2,-1.536990553,0.7349663874,8514.0697512 +1,-1.539031704,0.7349710123,3,-1.534951779,0.7349571355,11.988930368 +2,-1.536990553,0.7349663874,3,-1.534951779,0.7349571355,5.991034826 +3,-1.534951779,0.7349571355,3,-1.534951779,0.7349571355,2.9994513736 +4,-1.532906461,0.7349480293,3,-1.534951779,0.7349571355,6.0103096422 +5,-1.531320211,0.7346937278,3,-1.534951779,0.7349571355,10.723527023 +6,-1.539451648,0.7335131775,3,-1.534951779,0.7349571355,14.414771561 +7,-1.537429487,0.7335445708,3,-1.534951779,0.7349571355,9.1860217337 +8,-1.535484998,0.7335658704,3,-1.534951779,0.7349571355,5.7294932089 +9,-1.533488396,0.7336036027,3,-1.534951779,0.7349571355,6.8744445131 +10,-1.531497785,0.7335842962,3,-1.534951779,0.7349571355,11.520048938 +11,-1.530259379,0.7334777758,3,-1.534951779,0.7349571355,14.990570056 +12,-1.5335454,0.7322346912,3,-1.534951779,0.7349571355,11.550188839 +13,-1.531489083,0.7322238773,3,-1.534951779,0.7349571355,14.866097856 +14,-1.530011122,0.7321679851,3,-1.534951779,0.7349571355,18.25819376 +15,-1.53348106,0.7306614094,3,-1.534951779,0.7349571355,17.557690353 +16,-1.531441779,0.7306962275,3,-1.534951779,0.7349571355,19.789880124 +17,-1.529755654,0.7306933243,3,-1.534951779,0.7349571355,22.787524006 +18,-1.533415048,0.7291384674,3,-1.534951779,0.7349571355,23.488231535 +19,-1.531392093,0.7291705353,3,-1.534951779,0.7349571355,25.206059382 +20,-1.529296523,0.7291214933,3,-1.534951779,0.7349571355,28.494094243 +21,-1.535280942,0.727267644,3,-1.534951779,0.7349571355,30.473536726 +22,-1.533378158,0.7276139666,3,-1.534951779,0.7349571355,29.453967175 +23,-1.531340368,0.7276446587,3,-1.534951779,0.7349571355,30.859602268 +24,-1.528960113,0.7276398177,3,-1.534951779,0.7349571355,33.942611313 +25,-1.533313146,0.7260818349,3,-1.534951779,0.7349571355,35.485906054 +26,-1.531259555,0.7260958115,3,-1.534951779,0.7349571355,36.751098513 +27,-1.528926415,0.7260865555,3,-1.534951779,0.7349571355,39.37710274 +28,-1.531226779,0.7245511789,3,-1.534951779,0.7349571355,42.659805946 +29,-1.528904772,0.7245519194,3,-1.534951779,0.7349571355,44.915277798 +30,-1.547195875,0.7409785979,3,-1.534951779,0.7349571355,43.084979178 +31,-1.5451475,0.740980426,3,-1.534951779,0.7349571355,38.23516087 +32,-1.543097679,0.7409798872,3,-1.534951779,0.7349571355,33.748422006 +33,-1.540720364,0.7409892687,3,-1.534951779,0.7349571355,29.268674328 +34,-1.547188511,0.7395198392,3,-1.534951779,0.7349571355,40.177562336 +35,-1.545148587,0.7395226109,3,-1.534951779,0.7349571355,34.944452769 +36,-1.543104538,0.7395314908,3,-1.534951779,0.7349571355,29.997581453 +37,-1.540727751,0.7395306258,3,-1.534951779,0.7349571355,24.800302461 +38,-1.547187029,0.7380014886,3,-1.534951779,0.7349571355,37.874621825 +39,-1.545147315,0.7380012252,3,-1.534951779,0.7349571355,32.256638624 +40,-1.54310719,0.7380060743,3,-1.534951779,0.7349571355,26.806196436 +41,-1.540719671,0.7380068206,3,-1.534951779,0.7349571355,20.794146715 +42,-1.547187189,0.7364799098,3,-1.534951779,0.7349571355,36.431732616 +43,-1.545149996,0.7364853874,3,-1.534951779,0.7349571355,30.55243108 +44,-1.543106091,0.7364823484,3,-1.534951779,0.7349571355,24.695298774 +45,-1.540717158,0.7364893901,3,-1.534951779,0.7349571355,17.984870542 +46,-1.538663972,0.7410138672,3,-1.534951779,0.7349571355,26.341838039 +47,-1.53695285,0.7409699132,3,-1.534951779,0.7349571355,24.527921565 +48,-1.534910498,0.7409641297,3,-1.534951779,0.7349571355,23.794011189 +49,-1.533145034,0.7409536636,3,-1.534951779,0.7349571355,24.335221615 +50,-1.538681336,0.7395405883,3,-1.534951779,0.7349571355,21.194677884 +51,-1.536999189,0.7395183096,3,-1.534951779,0.7349571355,19.038286055 +52,-1.534923633,0.7395144222,3,-1.534951779,0.7349571355,18.051601029 +53,-1.533267822,0.7395654306,3,-1.534951779,0.7349571355,18.909583553 +54,-1.53867273,0.7380151077,3,-1.534951779,0.7349571355,16.307605195 +55,-1.536980576,0.7379994392,3,-1.534951779,0.7349571355,13.440956705 +56,-1.534931522,0.7379944961,3,-1.534951779,0.7349571355,12.03113196 +57,-1.533387952,0.7379480264,3,-1.534951779,0.7349571355,12.704693188 +58,-1.538682279,0.7364914363,3,-1.534951779,0.7349571355,12.527373016 +59,-1.536980704,0.7364810563,3,-1.534951779,0.7349571355,8.4813233899 +60,-1.534935567,0.7364752065,3,-1.534951779,0.7349571355,6.0132675791 +61,-1.533042592,0.7363876366,3,-1.534951779,0.7349571355,7.9711419643 +62,-1.545143426,0.7349628011,3,-1.534951779,0.7349571355,29.948083913 +63,-1.543105297,0.7349691947,3,-1.534951779,0.7349571355,23.959046492 +64,-1.541064533,0.7349647152,3,-1.534951779,0.7349571355,17.962312273 +65,-1.545411803,0.7334624714,3,-1.534951779,0.7349571355,31.322127561 +66,-1.543446606,0.7334780896,3,-1.534951779,0.7349571355,25.656560478 +67,-1.541475327,0.7334957295,3,-1.534951779,0.7349571355,20.036513467 +68,-1.545401939,0.731963266,3,-1.534951779,0.7349571355,32.95673688 +69,-1.54342253,0.7319915583,3,-1.534951779,0.7349571355,27.553954436 +70,-1.541455867,0.7320216438,3,-1.534951779,0.7349571355,22.392986917 +71,-1.545410146,0.7304422281,3,-1.534951779,0.7349571355,35.610662443 +72,-1.543435491,0.7304713664,3,-1.534951779,0.7349571355,30.654481947 +73,-1.541463105,0.7304997613,3,-1.534951779,0.7349571355,26.063149079 +74,-1.545414768,0.7289194936,3,-1.534951779,0.7349571355,39.017486084 +75,-1.543435774,0.7289538557,3,-1.534951779,0.7349571355,34.501043578 +76,-1.541457714,0.7289765881,3,-1.534951779,0.7349571355,30.473341608 +77,-1.539449415,0.7320555866,3,-1.534951779,0.7349571355,17.527655229 +78,-1.537429183,0.7321097681,3,-1.534951779,0.7349571355,13.428905968 +79,-1.535472649,0.7321497267,3,-1.534951779,0.7349571355,11.225251759 +80,-1.539457899,0.7305333307,3,-1.534951779,0.7349571355,21.978977681 +81,-1.537453161,0.7305750503,3,-1.534951779,0.7349571355,18.855281393 +82,-1.535479385,0.7306124949,3,-1.534951779,0.7349571355,17.279089768 +83,-1.53946905,0.7290102593,3,-1.534951779,0.7349571355,27.055681002 +84,-1.537459922,0.7290417293,3,-1.534951779,0.7349571355,24.5686329 +85,-1.535451349,0.7290890157,3,-1.534951779,0.7349571355,23.290178131 +86,-1.535522937,0.7279887191,3,-1.534951779,0.7349571355,27.653196907 +87,-1.539442524,0.7274735939,3,-1.534951779,0.7349571355,32.465019089 +88,-1.537424111,0.727521351,3,-1.534951779,0.7349571355,30.341737396 +89,-1.539384641,0.7259505092,3,-1.534951779,0.7349571355,37.997056339 +90,-1.537372391,0.7259947145,3,-1.534951779,0.7349571355,36.211374437 +91,-1.535340789,0.7260435356,3,-1.534951779,0.7349571355,35.325418131 +92,-1.539325716,0.7244369706,3,-1.534951779,0.7349571355,43.625452064 +93,-1.537308932,0.7244801057,3,-1.534951779,0.7349571355,42.078959582 +94,-1.535289068,0.7245247645,3,-1.534951779,0.7349571355,41.334617681 +95,-1.533261366,0.7245550236,3,-1.534951779,0.7349571355,41.503890379 +96,-1.539267302,0.722921924,3,-1.534951779,0.7349571355,49.346969367 +97,-1.537248972,0.7229660258,3,-1.534951779,0.7349571355,47.979194494 +98,-1.535219431,0.7229916471,3,-1.534951779,0.7349571355,47.401895413 +99,-1.53318962,0.7230212049,3,-1.534951779,0.7349571355,47.563968084 +100,-1.531154816,0.7230299897,3,-1.534951779,0.7349571355,48.556819859 +101,-1.528878341,0.7230370244,3,-1.534951779,0.7349571355,50.509749068 +102,-1.539218189,0.7214009878,3,-1.534951779,0.7349571355,55.157402575 +103,-1.537198791,0.7214422745,3,-1.534951779,0.7349571355,53.94294866 +104,-1.535179266,0.7214634354,3,-1.534951779,0.7349571355,53.452777176 +105,-1.533156501,0.7214944644,3,-1.534951779,0.7349571355,53.589095007 +106,-1.53113574,0.7215166021,3,-1.534951779,0.7349571355,54.420042574 +107,-1.528874248,0.7215345535,3,-1.534951779,0.7349571355,56.120427319 +108,-1.539217656,0.7198512397,3,-1.534951779,0.7349571355,61.150871646 +109,-1.537199919,0.7199428763,3,-1.534951779,0.7349571355,59.842188566 +110,-1.545425832,0.727397149,3,-1.534951779,0.7349571355,43.016855518 +111,-1.543371177,0.7273916949,3,-1.534951779,0.7349571355,38.91356827 +112,-1.541368852,0.7274523163,3,-1.534951779,0.7349571355,35.23700455 +113,-1.545349067,0.7258710923,3,-1.534951779,0.7349571355,47.290149054 +114,-1.54332671,0.7258603556,3,-1.534951779,0.7349571355,43.691335232 +115,-1.541346831,0.7259242142,3,-1.534951779,0.7349571355,40.449648722 +116,-1.545324355,0.7243383958,3,-1.534951779,0.7349571355,52.028973274 +117,-1.543292796,0.7243617413,3,-1.534951779,0.7349571355,48.660234865 +118,-1.541295822,0.7244024384,3,-1.534951779,0.7349571355,45.81118494 +119,-1.543193859,0.7205570215,3,-1.534951779,0.7349571355,62.029047386 +120,-1.550257047,0.7386738187,3,-1.534951779,0.7349571355,47.250656933 +121,-1.549335448,0.7311736483,3,-1.534951779,0.7349571355,44.912527659 +122,-1.533478843,0.7179891343,3,-1.534951779,0.7349571355,67.351594021 +123,-1.556150555,0.738907041,3,-1.534951779,0.7349571355,64.118853022 +124,-1.554324226,0.733414257,3,-1.534951779,0.7349571355,57.292179809 +125,-1.554290846,0.7288285332,3,-1.534951779,0.7349571355,61.9396087 +126,-1.55122487,0.7219795312,3,-1.534951779,0.7349571355,70.396648641 +127,-1.525104458,0.7229399862,3,-1.534951779,0.7349571355,55.786382751 +128,-1.519607711,0.7236181429,3,-1.534951779,0.7349571355,63.804079412 +129,-1.513899999,0.7251107854,3,-1.534951779,0.7349571355,73.360306718 +130,-1.536620762,0.7431061895,3,-1.534951779,0.7349571355,32.646131617 +131,-1.5369566,0.7460845958,3,-1.534951779,0.7349571355,44.463893364 +132,-1.545345528,0.7447040685,3,-1.534951779,0.7349571355,49.143815498 +133,-1.532813921,0.7432306626,3,-1.534951779,0.7349571355,33.363695182 +134,-1.554788248,0.7382381001,3,-1.534951779,0.7349571355,59.63580595 +135,-1.540348126,0.7301594274,3,-1.534951779,0.7349571355,24.772572392 +136,-1.538016084,0.7239051786,3,-1.534951779,0.7349571355,44.702300129 +137,-1.525288962,0.7258085137,3,-1.534951779,0.7349571355,46.109052937 +138,-1.534326986,0.731241342,3,-1.534951779,0.7349571355,14.832706287 +139,-1.530733872,0.7303625216,3,-1.534951779,0.7349571355,22.033379306 +141,-1.534354939,0.7328219978,3,-1.534951779,0.7349571355,8.6375575643 +142,-1.53157084,0.7292888153,3,-1.534951779,0.7349571355,24.562350141 +143,-1.525691035,0.7263799874,3,-1.534951779,0.7349571355,43.594640086 +144,-1.534031287,0.7495967835,3,-1.534951779,0.7349571355,58.049858015 +145,-1.527714986,0.7283095957,3,-1.534951779,0.7349571355,33.885713317 +146,-1.526189586,0.7271468292,3,-1.534951779,0.7349571355,40.30739469 +147,-1.555177336,0.7375563366,3,-1.534951779,0.7349571355,60.248701476 +148,-1.555080283,0.7312707794,3,-1.534951779,0.7349571355,61.018433749 +149,-1.53856994,0.7224180299,3,-1.534951779,0.7349571355,50.805163682 +150,-1.530837883,0.729933372,3,-1.534951779,0.7349571355,23.297517235 +151,-1.515066984,0.5854133365,3,-1.534951779,0.7349571355,595.58411057 +152,-1.534731633,0.5368370046,3,-1.534951779,0.7349571355,784.75414957 +153,-1.515231902,0.5607085576,3,-1.534951779,0.7349571355,692.98394368 +154,-2.616253799,1.0684566605,3,-1.534951779,0.7349571355,2828.7088403 +155,-1.956071439,0.5792177723,3,-1.534951779,0.7349571355,1450.9678962 +156,-1.951208514,0.5602434208,3,-1.534951779,0.7349571355,1478.820421 +157,-1.944675062,0.6062144545,3,-1.534951779,0.7349571355,1364.3521703 +158,-1.613778386,0.6077989518,3,-1.534951779,0.7349571355,559.64801969 +159,-2.035029014,0.6021432345,3,-1.534951779,0.7349571355,1631.8852046 +160,-2.114989471,0.6801825058,3,-1.534951779,0.7349571355,1748.2804273 +161,-2.037382079,0.5765830025,3,-1.534951779,0.7349571355,1687.3999359 +162,-2.129855121,0.6585019963,3,-1.534951779,0.7349571355,1820.0497739 +163,-2.075141798,0.6493615843,3,-1.534951779,0.7349571355,1672.1791536 +164,-1.828626729,0.6948433129,3,-1.534951779,0.7349571355,891.1599151 +165,-1.863329418,0.6735427691,3,-1.534951779,0.7349571355,1018.3721581 +166,-1.266037071,0.727988852,3,-1.534951779,0.7349571355,792.09712795 +167,-1.277579582,0.7249010648,3,-1.534951779,0.7349571355,759.81563399 +168,-1.258418684,0.7241194816,3,-1.534951779,0.7349571355,816.51748867 +169,-1.317813974,0.6804850104,3,-1.534951779,0.7349571355,687.46439162 +170,-1.344165204,0.6790988904,3,-1.534951779,0.7349571355,615.1223033 +171,-1.427582102,0.5277120351,3,-1.534951779,0.7349571355,889.15460312 +172,-1.402238616,0.457167829,3,-1.534951779,0.7349571355,1181.9309872 +173,-1.422454264,0.4996161999,3,-1.534951779,0.7349571355,999.71168296 +174,-1.439089277,0.4894859811,3,-1.534951779,0.7349571355,1020.1574238 +175,-1.448126995,0.5182330266,3,-1.534951779,0.7349571355,902.07132169 +176,-1.474626146,0.5881926574,3,-1.534951779,0.7349571355,610.99229214 +177,-1.421139645,0.5584869783,3,-1.534951779,0.7349571355,785.54031849 +178,-1.457037165,0.565943032,3,-1.534951779,0.7349571355,712.81078571 +179,-2.757159358,0.3745319,3,-1.534951779,0.7349571355,4233.6531741 +180,-2.714309238,0.342054471,3,-1.534951779,0.7349571355,4186.4610345 +181,-2.000525337,0.774119946,3,-1.534951779,0.7349571355,1346.5142701 +183,-1.571413436,0.6777838382,3,-1.534951779,0.7349571355,251.6851781 +184,-1.552860289,0.6987663893,3,-1.534951779,0.7349571355,152.9977981 +185,-1.521852374,0.7165827476,3,-1.534951779,0.7349571355,82.48142036 +186,-1.503656267,0.6928968252,3,-1.534951779,0.7349571355,191.12585705 +187,-1.502753178,0.7136205882,3,-1.534951779,0.7349571355,127.53710966 +188,-1.631894563,0.7343596465,3,-1.534951779,0.7349571355,284.90346725 +189,-1.653765416,0.6770714026,3,-1.534951779,0.7349571355,425.02325262 +190,-1.719812114,0.6715965947,3,-1.534951779,0.7349571355,611.71835362 +191,-1.493406659,0.6646955447,3,-1.534951779,0.7349571355,305.41612839 +192,-1.469120564,0.6613469966,3,-1.534951779,0.7349571355,353.34160526 +193,-1.590551461,0.5326612937,3,-1.534951779,0.7349571355,820.53501756 +194,-1.625979264,0.5247742243,3,-1.534951779,0.7349571355,881.57670428 +195,-1.572293943,0.5238808754,3,-1.534951779,0.7349571355,844.49759011 +196,-1.610848725,0.5477107964,3,-1.534951779,0.7349571355,779.5245514 +197,-1.208485554,0.7918526018,3,-1.534951779,0.7349571355,958.66972026 +198,-1.335601374,0.6869083083,3,-1.534951779,0.7349571355,627.30237883 +199,-1.346156996,0.6825213377,3,-1.534951779,0.7349571355,603.99685791 +200,-1.324381037,0.6741422347,3,-1.534951779,0.7349571355,678.85323652 +201,-1.242424992,0.7378949807,3,-1.534951779,0.7349571355,857.14066914 +202,-1.270370057,0.7392461008,3,-1.534951779,0.7349571355,775.12408885 +203,-1.448950472,0.7441675014,3,-1.534951779,0.7349571355,254.25333511 +204,-1.492662363,0.7523026852,3,-1.534951779,0.7349571355,141.13197002 +205,-1.479098966,0.7763855017,3,-1.534951779,0.7349571355,229.86394035 +206,-1.633760714,0.7869022408,3,-1.534951779,0.7349571355,350.10459976 +207,-1.647406434,0.8101289331,3,-1.534951779,0.7349571355,436.09299131 +208,-1.564245052,0.5701509278,3,-1.534951779,0.7349571355,659.23460299 +209,-1.646289963,0.6833746083,3,-1.534951779,0.7349571355,391.95843449 +210,-1.5820631,0.6751952144,3,-1.534951779,0.7349571355,276.06256969 +211,-1.613236298,0.6681681791,3,-1.534951779,0.7349571355,354.97806158 +212,-1.914661867,0.8212566515,3,-1.534951779,0.7349571355,1120.1720743 +213,-1.742133237,0.7250275956,3,-1.534951779,0.7349571355,612.29692035 +214,-2.033144872,0.6557314699,3,-1.534951779,0.7349571355,1539.7670522 +215,-2.039551981,0.6964723658,3,-1.534951779,0.7349571355,1508.71858 +216,-1.247341019,0.7622473908,3,-1.534951779,0.7349571355,840.19543481 +217,-1.298239787,0.7084123392,3,-1.534951779,0.7349571355,710.8932063 +218,-1.308539688,0.6926545592,3,-1.534951779,0.7349571355,697.52124432 +219,-1.303263185,0.6888938396,3,-1.534951779,0.7349571355,717.5311756 +220,-1.852400229,0.6004246149,3,-1.534951779,0.7349571355,1118.7162379 +221,-1.288947707,0.7473773692,3,-1.534951779,0.7349571355,719.65133623 +222,-1.372031502,0.7472790993,3,-1.534951779,0.7349571355,478.31283993 +223,-1.289805721,0.7242157877,3,-1.534951779,0.7349571355,724.28076074 +224,-1.350807603,0.7533498126,3,-1.534951779,0.7349571355,541.13924351 +225,-1.329290365,0.7560442322,3,-1.534951779,0.7349571355,603.82334622 +226,-1.410153004,0.616936428,3,-1.534951779,0.7349571355,605.5314581 +227,-1.393445434,0.6308995063,3,-1.534951779,0.7349571355,598.58354392 +228,-1.37595573,0.6241540638,3,-1.534951779,0.7349571355,657.02296333 +229,-1.358388707,0.6172645205,3,-1.534951779,0.7349571355,716.65837108 +230,-1.753741133,0.8281661666,3,-1.534951779,0.7349571355,716.15371261 +231,-1.47430987,0.6834615681,3,-1.534951779,0.7349571355,273.50506721 +232,-1.421012508,0.7222725206,3,-1.534951779,0.7349571355,340.36420112 +233,-1.4476833,0.6978557868,3,-1.534951779,0.7349571355,299.18928167 +234,-1.470370723,0.6966193374,3,-1.534951779,0.7349571355,245.55717391 +235,-1.429211703,0.7037216883,3,-1.534951779,0.7349571355,338.38926832 +236,-1.700578405,0.6178673663,3,-1.534951779,0.7349571355,689.729247 +237,-1.678117619,0.6331716163,3,-1.534951779,0.7349571355,595.87788475 +238,-1.725644578,0.6316331145,3,-1.534951779,0.7349571355,713.64179401 +239,-2.14012759,0.7930497945,3,-1.534951779,0.7349571355,1732.453538 +240,-2.103289431,0.7653606263,3,-1.534951779,0.7349571355,1640.6571356 +241,-1.318739838,0.7017808746,3,-1.534951779,0.7349571355,657.40352691 +242,-1.396417427,0.7077900843,3,-1.534951779,0.7349571355,425.68417061 +243,-1.35650337,0.7185539404,3,-1.534951779,0.7349571355,531.89463432 +244,-1.248884539,0.7274156818,3,-1.534951779,0.7349571355,842.70433888 +245,-1.395014798,0.5761185243,3,-1.534951779,0.7349571355,766.5942927 +246,-1.433377362,0.6064716109,3,-1.534951779,0.7349571355,598.26583863 +247,-1.408172432,0.5903155476,3,-1.534951779,0.7349571355,695.79234824 +248,-1.749645898,0.7757118084,3,-1.534951779,0.7349571355,639.13505518 +249,-1.571626686,0.615046989,3,-1.534951779,0.7349571355,488.27007052 +250,-1.514070049,0.6303003037,3,-1.534951779,0.7349571355,419.47072497 +251,-1.480890369,0.6237966528,3,-1.534951779,0.7349571355,470.67541366 +252,-1.704390658,0.5281680612,3,-1.534951779,0.7349571355,980.48923031 +253,-1.64434733,0.5254277498,3,-1.534951779,0.7349571355,900.0877479 +254,-1.703855997,0.4792484842,3,-1.534951779,0.7349571355,1150.4510787 +255,-1.692002383,0.5748825051,3,-1.534951779,0.7349571355,802.37796632 +256,-1.854136457,0.5544643913,3,-1.534951779,0.7349571355,1233.5416073 +257,-1.665021206,0.520317736,3,-1.534951779,0.7349571355,945.99585812 +258,-1.733654349,0.4845187345,3,-1.534951779,0.7349571355,1180.9012375 +259,-1.720938188,0.5135933906,3,-1.534951779,0.7349571355,1059.2533902 +260,-1.742668307,0.553296122,3,-1.534951779,0.7349571355,973.05102115 +261,-1.965659039,0.7142126903,3,-1.534951779,0.7349571355,1275.6263046 +262,-1.944438071,0.6772834804,3,-1.534951779,0.7349571355,1250.9635366 +263,-1.270340967,0.7681487096,3,-1.534951779,0.7349571355,775.83805277 +264,-1.353091884,0.6549276821,3,-1.534951779,0.7349571355,636.99913401 +265,-1.333236659,0.6413584414,3,-1.534951779,0.7349571355,719.00559668 +266,-1.352015998,0.6753788907,3,-1.534951779,0.7349571355,599.6012252 +267,-1.377988483,0.6577816235,3,-1.534951779,0.7349571355,566.05041814 +268,-2.13075611,0.8318642051,3,-1.534951779,0.7349571355,1700.8255263 +269,-2.097910953,0.8259670014,3,-1.534951779,0.7349571355,1612.6641846 +270,-1.416382069,0.6694271549,3,-1.534951779,0.7349571355,442.40506809 +271,-1.538905672,0.7535625993,3,-1.534951779,0.7349571355,74.591156578 +272,-1.572309477,0.7803125099,3,-1.534951779,0.7349571355,209.33911727 +273,-1.87759879,0.7503853417,3,-1.534951779,0.7349571355,999.40515726 +274,1.152365588,0.590457682,3,-1.534951779,0.7349571355,6940.5257386 +275,0.350198001,0.718001859,3,-1.534951779,0.7349571355,5145.6299626 +276,0.046513677,0.491503852,3,-1.534951779,0.7349571355,4975.5601081 +277,0.027510309,0.742571376,3,-1.534951779,0.7349571355,4337.6169316 +278,0.306285725,-0.214631579,3,-1.534951779,0.7349571355,7581.1830504 +279,-1.100564889,0.318051531,3,-1.534951779,0.7349571355,2205.8337462 +280,-1.078582306,0.301437596,3,-1.534951779,0.7349571355,2307.9797336 +281,-1.137371989,-0.617634065,3,-1.534951779,0.7349571355,5548.0669434 +282,0.784356344,0.703272339,3,-1.534951779,0.7349571355,6029.4282253 +283,-1.221209947,0.218327455,3,-1.534951779,0.7349571355,2314.1495607 +284,2.347301921,-0.449114658,3,-1.534951779,0.7349571355,9793.3339527 +285,0.246820618,0.830553713,3,-1.534951779,0.7349571355,4633.7673102 +286,0.829414965,0.703288228,3,-1.534951779,0.7349571355,6101.8538011 +287,-1.337537566,0.42332223,3,-1.534951779,0.7349571355,1394.1422105 +288,0.882453706,0.454478077,3,-1.534951779,0.7349571355,7039.3411718 +289,1.575629659,0.416419109,3,-1.534951779,0.7349571355,7881.8325642 +290,-1.039455679,0.229888244,3,-1.534951779,0.7349571355,2625.3848182 +291,0.489558039,0.934482747,3,-1.534951779,0.7349571355,4822.063863 +292,0.081344504,0.88384514,3,-1.534951779,0.7349571355,4161.3700619 +293,-1.547979814,0.300350308,3,-1.534951779,0.7349571355,1722.0433008 +294,0.040776181,0.168560074,3,-1.534951779,0.7349571355,5789.7633181 +295,-1.130374745,0.563894876,3,-1.534951779,0.7349571355,1438.4009475 +296,1.578326642,0.478507176,3,-1.534951779,0.7349571355,7636.2003994 +297,-1.12861823,-0.291640865,3,-1.534951779,0.7349571355,4329.1293718 +298,0.310524208,0.770885792,3,-1.534951779,0.7349571355,4919.6253932 +299,0.415649091,-0.387246002,3,-1.534951779,0.7349571355,8332.1227267 +300,-0.926533878,-0.188022748,3,-1.534951779,0.7349571355,4271.8580607 +301,1.258856172,-0.11716081,3,-1.534951779,0.7349571355,9709.5157851 +302,-1.126050026,0.322941926,3,-1.534951779,0.7349571355,2134.249071 +303,2.002785835,0.07893892,3,-1.534951779,0.7349571355,8918.4830346 +304,0.440437607,0.746258085,3,-1.534951779,0.7349571355,5258.5684934 +305,-0.030391866,0.214441206,3,-1.534951779,0.7349571355,5462.0168433 +306,0.521557815,-0.058929362,3,-1.534951779,0.7349571355,7788.2888084 +307,-0.097005111,0.13317729,3,-1.534951779,0.7349571355,5479.1089904 +308,1.83113859,0.221857587,3,-1.534951779,0.7349571355,8566.5724006 +309,0.222428864,0.099404236,3,-1.534951779,0.7349571355,6500.9774135 +310,-1.702731345,0.8728568183,3,-1.534951779,0.7349571355,713.6723044 +311,-0.418507569,0.278324921,3,-1.534951779,0.7349571355,4160.3336449 +312,-1.41153306,0.339029988,3,-1.534951779,0.7349571355,1622.0525082 +313,0.357560442,0.114788776,3,-1.534951779,0.7349571355,6843.277278 +314,0.325818979,0.268352149,3,-1.534951779,0.7349571355,6327.8274381 +315,-1.246004659,-0.663679965,3,-1.534951779,0.7349571355,5637.2031207 +316,1.814603087,0.637404484,3,-1.534951779,0.7349571355,6956.0905284 +317,1.843704281,-0.18300445,3,-1.534951779,0.7349571355,10107.994918 +318,1.690644492,-0.211480909,3,-1.534951779,0.7349571355,10350.181827 +319,-1.275451936,0.068109467,3,-1.534951779,0.7349571355,2796.2757612 +320,0.762430171,-0.207594741,3,-1.534951779,0.7349571355,8873.1261294 +321,0.265668905,-0.014647884,3,-1.534951779,0.7349571355,6933.9967163 +322,-2.773032013,-0.335515811,3,-1.534951779,0.7349571355,6190.2172701 +323,-1.469512853,0.174058777,3,-1.534951779,0.7349571355,2233.3361223 +324,0.286276986,0.785925691,3,-1.534951779,0.7349571355,4828.9366669 +325,-1.379324697,0.377432233,3,-1.534951779,0.7349571355,1507.6707761 +326,-1.203778265,0.212813032,3,-1.534951779,0.7349571355,2362.4344581 +327,0.579916301,0.611743168,3,-1.534951779,0.7349571355,5941.5191523 +328,0.267582642,0.868113908,3,-1.534951779,0.7349571355,4585.0065126 +329,0.412869244,-0.050245578,3,-1.534951779,0.7349571355,7455.6369325 +330,0.17524381,0.976660285,3,-1.534951779,0.7349571355,4157.3630875 +331,0.743157214,0.204812899,3,-1.534951779,0.7349571355,7577.5444153 +332,-1.070758176,0.269382282,3,-1.534951779,0.7349571355,2428.3161035 +333,-1.230364251,0.329790229,3,-1.534951779,0.7349571355,1903.5549716 +334,-1.374813124,-0.024926835,3,-1.534951779,0.7349571355,3064.0765479 +335,0.519780566,0.463669906,3,-1.534951779,0.7349571355,6256.8786848 +336,-1.55108034,0.239698561,3,-1.534951779,0.7349571355,1962.5002496 +337,0.180294813,0.029739425,3,-1.534951779,0.7349571355,6566.1853989 +338,0.67820924,0.268170153,3,-1.534951779,0.7349571355,7226.3917059 +339,0.445798684,1.024001867,3,-1.534951779,0.7349571355,4509.2116923 +340,0.691751283,0.150521402,3,-1.534951779,0.7349571355,7624.6389321 +341,-1.036643551,-0.903056181,3,-1.534951779,0.7349571355,6710.4805865 +342,-0.120287036,1.083325163,3,-1.534951779,0.7349571355,3437.4834254 +343,2.823513113,-0.304487164,3,-1.534951779,0.7349571355,8054.4882914 +344,0.457583172,1.12513373,3,-1.534951779,0.7349571355,4265.1663709 +345,0.042918831,0.813795399,3,-1.534951779,0.7349571355,4221.5540647 +346,1.196146777,-0.853142756,3,-1.534951779,0.7349571355,11218.030682 +347,0.206001358,-0.010430701,3,-1.534951779,0.7349571355,6748.7506226 +348,-0.268308653,0.234799412,3,-1.534951779,0.7349571355,4711.7842145 +349,0.759363263,0.736189579,3,-1.534951779,0.7349571355,5879.6095585 +350,0.181363926,0.891988372,3,-1.534951779,0.7349571355,4353.6794209 +351,-0.021111158,0.139103292,3,-1.534951779,0.7349571355,5686.3577779 +352,-0.093355215,0.630686981,3,-1.534951779,0.7349571355,4272.0759377 +353,0.40118964,0.681375926,3,-1.534951779,0.7349571355,5357.5433278 +354,-0.721197315,1.304706234,3,-1.534951779,0.7349571355,2672.2469309 +355,-1.076150317,0.212107639,3,-1.534951779,0.7349571355,2605.1584288 +356,-1.577164531,0.273993443,3,-1.534951779,0.7349571355,1831.5344918 +357,-0.190788414,0.182208586,3,-1.534951779,0.7349571355,5075.3482407 +358,-0.261349752,0.209710184,3,-1.534951779,0.7349571355,4796.7887781 +359,-1.029303852,0.083549259,3,-1.534951779,0.7349571355,3135.464842 +360,-1.268609162,0.330525297,3,-1.534951779,0.7349571355,1835.1186571 +361,1.282982244,-0.926641967,3,-1.534951779,0.7349571355,11299.452522 +362,0.217352334,0.731352408,3,-1.534951779,0.7349571355,4813.2818733 +363,-1.511833084,0.258629297,3,-1.534951779,0.7349571355,1888.3895041 +364,0.338812194,0.823184618,3,-1.534951779,0.7349571355,4842.5471019 +365,-0.324406489,1.134201999,3,-1.534951779,0.7349571355,3048.1114406 +366,1.389579348,0.399185724,3,-1.534951779,0.7349571355,7881.6816882 +367,2.047152199,-0.039082036,3,-1.534951779,0.7349571355,9275.1469811 +368,0.947780369,0.568250077,3,-1.534951779,0.7349571355,6752.4279055 +369,0.763824846,0.576754987,3,-1.534951779,0.7349571355,6412.5230831 +370,-0.142334657,0.928153068,3,-1.534951779,0.7349571355,3595.2471407 +371,0.610266567,0.547265983,3,-1.534951779,0.7349571355,6203.2742906 +372,0.210731629,0.746815056,3,-1.534951779,0.7349571355,4759.884032 +373,-1.34931644,0.316895224,3,-1.534951779,0.7349571355,1770.3979547 +374,2.407696481,0.655030745,3,-1.534951779,0.7349571355,6225.6745346 +375,0.64207831,0.545359131,3,-1.534951779,0.7349571355,6275.5758856 +376,1.174597538,0.840588356,3,-1.534951779,0.7349571355,6022.9236916 +377,0.660059424,0.010604079,3,-1.534951779,0.7349571355,7967.0111495 +378,-0.730263819,0.010486456,3,-1.534951779,0.7349571355,4049.5317017 +379,0.831068936,0.512339172,3,-1.534951779,0.7349571355,6750.1884708 +380,1.301180979,0.72367476,3,-1.534951779,0.7349571355,6563.7650935 +381,1.811128231,0.322854402,3,-1.534951779,0.7349571355,8187.5294292 +382,0.435105812,0.992284428,3,-1.534951779,0.7349571355,4575.6591917 +383,0.62643634,0.592027932,3,-1.534951779,0.7349571355,6097.5288219 +384,0.492988703,-0.516339467,3,-1.534951779,0.7349571355,8849.7158644 +385,-0.162469483,0.112549365,3,-1.534951779,0.7349571355,5341.1028121 +386,0.314630866,0.472006421,3,-1.534951779,0.7349571355,5733.2646867 +387,0.166744804,0.822815954,3,-1.534951779,0.7349571355,4480.1393476 +388,0.417159608,0.965805736,3,-1.534951779,0.7349571355,4615.5717883 +389,0.106334961,0.868774244,3,-1.534951779,0.7349571355,4246.7150017 +390,0.815086969,-0.338144359,3,-1.534951779,0.7349571355,9373.1659763 +391,0.59867455,-0.230624824,3,-1.534951779,0.7349571355,8475.0368888 +392,1.915104874,0.066220985,3,-1.534951779,0.7349571355,9081.9555339 +393,1.278093622,0.064463721,3,-1.534951779,0.7349571355,9064.0513959 +394,-0.061477853,0.302997961,3,-1.534951779,0.7349571355,5143.6041517 +395,0.251311504,0.626976942,3,-1.534951779,0.7349571355,5159.694056 +396,2.950242872,0.149095644,3,-1.534951779,0.7349571355,6482.1085805 +397,-0.180294708,0.35375117,3,-1.534951779,0.7349571355,4671.3392384 +398,1.010448592,-0.351180233,3,-1.534951779,0.7349571355,9942.0720437 +399,-1.748740498,0.3686318073,3,-1.534951779,0.7349571355,1616.2961361 +400,2.699635665,0.123533791,3,-1.534951779,0.7349571355,7246.9563943 +401,0.496808033,0.823843254,3,-1.534951779,0.7349571355,5147.9271272 +402,0.129574704,0.763364087,3,-1.534951779,0.7349571355,4533.6917254 +403,1.798920311,0.817447563,3,-1.534951779,0.7349571355,6257.7245017 +404,0.335987953,0.746786541,3,-1.534951779,0.7349571355,5037.7203614 +405,-1.085413643,0.292154671,3,-1.534951779,0.7349571355,2322.4858172 +406,-0.155321003,0.508207011,3,-1.534951779,0.7349571355,4375.543075 +407,0.620529244,-0.301175104,3,-1.534951779,0.7349571355,8721.2749116 +408,1.684402744,0.368716966,3,-1.534951779,0.7349571355,8062.9238403 +409,0.300582244,-0.386397212,3,-1.534951779,0.7349571355,7993.5444849 +410,2.913555946,-0.009225192,3,-1.534951779,0.7349571355,7018.1950397 +411,1.465101417,0.493232532,3,-1.534951779,0.7349571355,7551.5433133 +412,0.090612882,0.907955955,3,-1.534951779,0.7349571355,4131.5838828 +413,2.987564726,-0.729568594,3,-1.534951779,0.7349571355,8534.9916727 +414,-1.484261606,0.224149272,3,-1.534951779,0.7349571355,2030.8246182 +415,0.164073421,0.303955133,3,-1.534951779,0.7349571355,5784.6287395 +416,0.141441293,0.167552546,3,-1.534951779,0.7349571355,6084.3276013 +417,2.931321023,-0.506718887,3,-1.534951779,0.7349571355,8220.664152 +418,2.21951565,0.700596356,3,-1.534951779,0.7349571355,6347.1672494 +419,0.268112576,1.199114336,3,-1.534951779,0.7349571355,3854.4026855 +420,0.978913739,0.359223811,3,-1.534951779,0.7349571355,7538.829539 +421,1.210898818,0.522863584,3,-1.534951779,0.7349571355,7256.4308521 +422,2.347397336,0.129231362,3,-1.534951779,0.7349571355,8099.5784986 +423,0.614394501,0.556878345,3,-1.534951779,0.7349571355,6182.1196238 +424,-1.398079356,0.148483366,3,-1.534951779,0.7349571355,2371.6855871 +425,2.535303836,-0.112984496,3,-1.534951779,0.7349571355,8374.4368303 +426,-1.019372593,-0.405322349,3,-1.534951779,0.7349571355,4895.2040948 +427,-1.297785627,-0.160104069,3,-1.534951779,0.7349571355,3648.3494623 +428,2.144554488,0.205051084,3,-1.534951779,0.7349571355,8237.6475195 +429,-2.242387083,-0.426171285,3,-1.534951779,0.7349571355,5277.3910206 +430,0.338637212,0.909723676,3,-1.534951779,0.7349571355,4620.0601163 +431,-0.148798452,0.691042401,3,-1.534951779,0.7349571355,3998.427648 +432,0.893524764,0.441829531,3,-1.534951779,0.7349571355,7102.4889982 +433,0.969229347,-0.368847936,3,-1.534951779,0.7349571355,9880.7961399 +434,0.436043248,0.800045688,3,-1.534951779,0.7349571355,5099.0988322 +435,1.687946607,1.081504775,3,-1.534951779,0.7349571355,5244.1384975 +436,0.522302046,-0.034889271,3,-1.534951779,0.7349571355,7723.1647973 +437,-0.178996113,-0.438090009,3,-1.534951779,0.7349571355,6783.2299901 +438,-1.094339566,0.301444068,3,-1.534951779,0.7349571355,2272.8815988 +439,-1.064070054,0.242569932,3,-1.534951779,0.7349571355,2530.1463459 +440,-1.068153768,0.230387998,3,-1.534951779,0.7349571355,2561.3507657 +441,-3.00496892,-0.23989155,3,-1.534951779,0.7349571355,6566.2595861 +442,0.21751974,0.766874888,3,-1.534951779,0.7349571355,4725.9013083 +443,0.117229532,0.007619006,3,-1.534951779,0.7349571355,6440.6783903 +444,0.777758451,0.420554741,3,-1.534951779,0.7349571355,6954.2362738 +445,-0.252356999,0.250747086,3,-1.534951779,0.7349571355,4717.911219 +446,0.363148444,0.768483434,3,-1.534951779,0.7349571355,5037.4706741 +447,0.903191366,-0.118210676,3,-1.534951779,0.7349571355,8977.4094459 +448,-0.205755923,0.149406178,3,-1.534951779,0.7349571355,5117.0689141 +449,1.811996086,0.02364353,3,-1.534951779,0.7349571355,9350.3428859 +450,-1.100670221,0.314845373,3,-1.534951779,0.7349571355,2215.8589029 +451,0.340078597,0.850105132,3,-1.534951779,0.7349571355,4775.2277482 +452,0.258757267,0.804969236,3,-1.534951779,0.7349571355,4722.0932207 +453,2.78505352,-0.155160804,3,-1.534951779,0.7349571355,7782.623199 +454,0.800551619,0.105822106,3,-1.534951779,0.7349571355,8026.1450382 +455,0.437940882,-0.506194031,3,-1.534951779,0.7349571355,8668.0315239 +456,2.230431122,0.63458615,3,-1.534951779,0.7349571355,6568.4905218 +457,0.527965361,0.127667701,3,-1.534951779,0.7349571355,7273.1810182 +458,-0.063643205,0.702093448,3,-1.534951779,0.7349571355,4196.6547017 +459,1.408447268,0.133010502,3,-1.534951779,0.7349571355,8931.6870634 +460,0.523795955,0.280266966,3,-1.534951779,0.7349571355,6813.2871289 +461,-0.975769313,0.072177659,3,-1.534951779,0.7349571355,3283.8162729 +462,0.549774164,-0.463663986,3,-1.534951779,0.7349571355,8901.6366365 +463,0.29245874,1.095549818,3,-1.534951779,0.7349571355,4101.6372054 +464,0.143625958,0.816809593,3,-1.534951779,0.7349571355,4442.9205205 +465,0.671902494,0.611159853,3,-1.534951779,0.7349571355,6127.3970135 +466,1.239840988,0.6724199,3,-1.534951779,0.7349571355,6714.7014639 +467,0.607829703,-0.10932137,3,-1.534951779,0.7349571355,8170.4823748 +468,1.763020906,0.263996692,3,-1.534951779,0.7349571355,8445.9647629 +469,0.378714634,0.726066797,3,-1.534951779,0.7349571355,5185.4256066 +470,2.196736143,-0.153862366,3,-1.534951779,0.7349571355,9359.7533299 +471,0.01702415,0.148991565,3,-1.534951779,0.7349571355,5771.999935 +472,-2.998490902,-0.158002487,3,-1.534951779,0.7349571355,6329.2055543 +473,-3.051262951,-0.346595608,3,-1.534951779,0.7349571355,6978.2633864 +474,-1.069176439,0.182802941,3,-1.534951779,0.7349571355,2717.8729026 +475,0.167157509,0.595344954,3,-1.534951779,0.7349571355,5033.2129826 +476,0.613855648,0.681746124,3,-1.534951779,0.7349571355,5793.9828278 +477,1.037012736,0.682555367,3,-1.534951779,0.7349571355,6466.8270068 +478,-1.253574971,0.379755746,3,-1.534951779,0.7349571355,1688.7782805 +479,3.108590453,-0.132620738,3,-1.534951779,0.7349571355,6775.312659 +480,0.565301296,0.022333262,3,-1.534951779,0.7349571355,7679.016108 +481,0.547898238,0.855555614,3,-1.534951779,0.7349571355,5147.852362 +482,0.948309381,0.417393755,3,-1.534951779,0.7349571355,7282.6886704 +483,-0.050600732,0.945269213,3,-1.534951779,0.7349571355,3765.8282239 +484,-0.977651478,-0.572363064,3,-1.534951779,0.7349571355,5561.0382734 +485,1.102014914,0.728861163,3,-1.534951779,0.7349571355,6371.6799195 +486,2.927300795,-0.282939414,3,-1.534951779,0.7349571355,7695.6768858 +487,-1.154565557,0.124434095,3,-1.534951779,0.7349571355,2761.0654551 +488,1.855331234,0.291044755,3,-1.534951779,0.7349571355,8279.3584607 +489,0.830290659,0.276904518,3,-1.534951779,0.7349571355,7536.4953774 +490,0.485104466,-0.234867441,3,-1.534951779,0.7349571355,8157.2720714 +491,0.521367572,-0.33161327,3,-1.534951779,0.7349571355,8508.0941272 +1,-1.539031704,0.7349710123,4,-1.532906461,0.7349480293,17.999239198 +2,-1.536990553,0.7349663874,4,-1.532906461,0.7349480293,12.001341161 +3,-1.534951779,0.7349571355,4,-1.532906461,0.7349480293,6.0103096422 +4,-1.532906461,0.7349480293,4,-1.532906461,0.7349480293,3.0123656991 +5,-1.531320211,0.7346937278,4,-1.532906461,0.7349480293,4.76936095 +6,-1.539451648,0.7335131775,4,-1.532906461,0.7349480293,20.067322372 +7,-1.537429487,0.7335445708,4,-1.532906461,0.7349480293,14.414551658 +8,-1.535484998,0.7335658704,4,-1.532906461,0.7349480293,9.351840659 +9,-1.533488396,0.7336036027,4,-1.532906461,0.7349480293,5.5934158466 +10,-1.531497785,0.7335842962,4,-1.532906461,0.7349480293,6.8069750487 +11,-1.530259379,0.7334777758,4,-1.532906461,0.7349480293,9.7211646681 +12,-1.5335454,0.7322346912,4,-1.532906461,0.7349480293,10.910694043 +13,-1.531489083,0.7322238773,4,-1.532906461,0.7349480293,11.568143694 +14,-1.530011122,0.7321679851,4,-1.532906461,0.7349480293,13.922182211 +15,-1.53348106,0.7306614094,4,-1.532906461,0.7349480293,17.063371859 +16,-1.531441779,0.7306962275,4,-1.532906461,0.7349480293,17.384703629 +17,-1.529755654,0.7306933243,4,-1.532906461,0.7349480293,19.237286526 +18,-1.533415048,0.7291384674,4,-1.532906461,0.7349480293,23.060407778 +19,-1.531392093,0.7291705353,4,-1.532906461,0.7349480293,23.315513974 +20,-1.529296523,0.7291214933,4,-1.532906461,0.7349480293,25.411712092 +21,-1.535280942,0.727267644,4,-1.532906461,0.7349480293,31.217314708 +22,-1.533378158,0.7276139666,4,-1.532906461,0.7349480293,29.083489819 +23,-1.531340368,0.7276446587,4,-1.532906461,0.7349480293,29.294790655 +24,-1.528960113,0.7276398177,4,-1.532906461,0.7349480293,31.198403174 +25,-1.533313146,0.7260818349,4,-1.532906461,0.7349480293,35.139485657 +26,-1.531259555,0.7260958115,4,-1.532906461,0.7349480293,35.398670349 +27,-1.528926415,0.7260865555,4,-1.532906461,0.7349480293,37.012256906 +28,-1.531226779,0.7245511789,4,-1.532906461,0.7349480293,41.479405084 +29,-1.528904772,0.7245519194,4,-1.532906461,0.7349480293,42.840163555 +30,-1.547195875,0.7409785979,4,-1.532906461,0.7349480293,48.208880103 +31,-1.5451475,0.740980426,4,-1.532906461,0.7349480293,43.101611309 +32,-1.543097679,0.7409798872,4,-1.532906461,0.7349480293,38.246141678 +33,-1.540720364,0.7409892687,4,-1.532906461,0.7349480293,33.120271469 +34,-1.547188511,0.7395198392,4,-1.532906461,0.7349480293,45.628517713 +35,-1.545148587,0.7395226109,4,-1.532906461,0.7349480293,40.212958129 +36,-1.543104538,0.7395314908,4,-1.532906461,0.7349480293,34.98455823 +37,-1.540727751,0.7395306258,4,-1.532906461,0.7349480293,29.249148212 +38,-1.547187029,0.7380014886,4,-1.532906461,0.7349480293,43.616173857 +39,-1.545147315,0.7380012252,4,-1.532906461,0.7349480293,37.901516462 +40,-1.54310719,0.7380060743,4,-1.532906461,0.7349480293,32.291519763 +41,-1.540719671,0.7380068206,4,-1.532906461,0.7349480293,25.93194652 +42,-1.547187189,0.7364799098,4,-1.532906461,0.7349480293,42.371815939 +43,-1.545149996,0.7364853874,4,-1.532906461,0.7349480293,36.464921602 +44,-1.543106091,0.7364823484,4,-1.532906461,0.7349480293,30.561428934 +45,-1.540717158,0.7364893901,4,-1.532906461,0.7349480293,23.734619655 +46,-1.538663972,0.7410138672,4,-1.532906461,0.7349480293,29.359030958 +47,-1.53695285,0.7409699132,4,-1.532906461,0.7349480293,26.637595737 +48,-1.534910498,0.7409641297,4,-1.532906461,0.7349480293,24.542789452 +49,-1.533145034,0.7409536636,4,-1.532906461,0.7349480293,23.798589318 +50,-1.538681336,0.7395405883,4,-1.532906461,0.7349480293,24.853330518 +51,-1.536999189,0.7395183096,4,-1.532906461,0.7349480293,21.719918434 +52,-1.534923633,0.7395144222,4,-1.532906461,0.7349480293,19.030166574 +53,-1.533267822,0.7395654306,4,-1.532906461,0.7349480293,18.320197691 +54,-1.53867273,0.7380151077,4,-1.532906461,0.7349480293,20.830379463 +55,-1.536980576,0.7379994392,4,-1.532906461,0.7349480293,17.000513769 +56,-1.534931522,0.7379944961,4,-1.532906461,0.7349480293,13.450912251 +57,-1.533387952,0.7379480264,4,-1.532906461,0.7349480293,11.966697555 +58,-1.538682279,0.7364914363,4,-1.532906461,0.7349480293,18.02871007 +59,-1.536980704,0.7364810563,4,-1.532906461,0.7349480293,13.416773203 +60,-1.534935567,0.7364752065,4,-1.532906461,0.7349480293,8.4909103693 +61,-1.533042592,0.7363876366,4,-1.532906461,0.7349480293,5.7162801503 +62,-1.545143426,0.7349628011,4,-1.532906461,0.7349480293,35.95839025 +63,-1.543105297,0.7349691947,4,-1.532906461,0.7349480293,29.969355303 +64,-1.541064533,0.7349647152,4,-1.532906461,0.7349480293,23.972616189 +65,-1.545411803,0.7334624714,4,-1.532906461,0.7349480293,37.239690144 +66,-1.543446606,0.7334780896,4,-1.532906461,0.7349480293,31.53518664 +67,-1.541475327,0.7334957295,4,-1.532906461,0.7349480293,25.844685287 +68,-1.545401939,0.731963266,4,-1.532906461,0.7349480293,38.621707962 +69,-1.54342253,0.7319915583,4,-1.532906461,0.7349480293,33.084782317 +70,-1.541455867,0.7320216438,4,-1.532906461,0.7349480293,27.697940052 +71,-1.545410146,0.7304422281,4,-1.532906461,0.7349480293,40.914803787 +72,-1.543435491,0.7304713664,4,-1.532906461,0.7349480293,35.715045443 +73,-1.541463105,0.7304997613,4,-1.532906461,0.7349480293,30.744175706 +74,-1.545414768,0.7289194936,4,-1.532906461,0.7349480293,43.915272075 +75,-1.543435774,0.7289538557,4,-1.532906461,0.7349480293,39.066922561 +76,-1.541457714,0.7289765881,4,-1.532906461,0.7349480293,34.558348041 +77,-1.539449415,0.7320555866,4,-1.532906461,0.7349480293,22.40293521 +78,-1.537429183,0.7321097681,4,-1.532906461,0.7349480293,17.420424211 +79,-1.535472649,0.7321497267,4,-1.532906461,0.7349480293,13.411353125 +80,-1.539457899,0.7305333307,4,-1.532906461,0.7349480293,26.036162045 +81,-1.537453161,0.7305750503,4,-1.532906461,0.7349480293,21.891553391 +82,-1.535479385,0.7306124949,4,-1.532906461,0.7349480293,18.769661836 +83,-1.53946905,0.7290102593,4,-1.532906461,0.7349480293,30.447409492 +84,-1.537459922,0.7290417293,4,-1.532906461,0.7349480293,26.9686855 +85,-1.535451349,0.7290890157,4,-1.532906461,0.7349480293,24.388725543 +86,-1.535522937,0.7279887191,4,-1.532906461,0.7349480293,28.624467971 +87,-1.539442524,0.7274735939,4,-1.532906461,0.7349480293,35.325633783 +88,-1.537424111,0.727521351,4,-1.532906461,0.7349480293,32.292042519 +89,-1.539384641,0.7259505092,4,-1.532906461,0.7349480293,40.440936314 +90,-1.537372391,0.7259947145,4,-1.532906461,0.7349480293,37.832658785 +91,-1.535340789,0.7260435356,4,-1.532906461,0.7349480293,35.994486525 +92,-1.539325716,0.7244369706,4,-1.532906461,0.7349480293,45.74495859 +93,-1.537308932,0.7244801057,4,-1.532906461,0.7349480293,43.452907105 +94,-1.535289068,0.7245247645,4,-1.532906461,0.7349480293,41.881481132 +95,-1.533261366,0.7245550236,4,-1.532906461,0.7349480293,41.180026958 +96,-1.539267302,0.722921924,4,-1.532906461,0.7349480293,51.208249634 +97,-1.537248972,0.7229660258,4,-1.532906461,0.7349480293,49.164092691 +98,-1.535219431,0.7229916471,4,-1.532906461,0.7349480293,47.849652272 +99,-1.53318962,0.7230212049,4,-1.532906461,0.7349480293,47.249557023 +100,-1.531154816,0.7230299897,4,-1.532906461,0.7349480293,47.490133674 +101,-1.528878341,0.7230370244,4,-1.532906461,0.7349480293,48.657113582 +102,-1.539218189,0.7214009878,4,-1.532906461,0.7349480293,56.811677946 +103,-1.537198791,0.7214422745,4,-1.532906461,0.7349480293,54.980697663 +104,-1.535179266,0.7214634354,4,-1.532906461,0.7349480293,53.833434503 +105,-1.533156501,0.7214944644,4,-1.532906461,0.7349480293,53.294697068 +106,-1.53113574,0.7215166021,4,-1.532906461,0.7349480293,53.458786997 +107,-1.528874248,0.7215345535,4,-1.532906461,0.7349480293,54.451507579 +108,-1.539217656,0.7198512397,4,-1.532906461,0.7349480293,62.645461063 +109,-1.537199919,0.7199428763,4,-1.532906461,0.7349480293,60.777378554 +110,-1.545425832,0.727397149,4,-1.532906461,0.7349480293,47.509480276 +111,-1.543371177,0.7273916949,4,-1.532906461,0.7349480293,42.987164571 +112,-1.541368852,0.7274523163,4,-1.532906461,0.7349480293,38.782345301 +113,-1.545349067,0.7258710923,4,-1.532906461,0.7349480293,51.38526977 +114,-1.54332671,0.7258603556,4,-1.532906461,0.7349480293,47.339211666 +115,-1.541346831,0.7259242142,4,-1.532906461,0.7349480293,43.563032937 +116,-1.545324355,0.7243383958,4,-1.532906461,0.7349480293,55.77039893 +117,-1.543292796,0.7243617413,4,-1.532906461,0.7349480293,51.948969637 +118,-1.541295822,0.7244024384,4,-1.532906461,0.7349480293,48.56266539 +119,-1.543193859,0.7205570215,4,-1.532906461,0.7349480293,64.614081468 +120,-1.550257047,0.7386738187,4,-1.532906461,0.7349480293,52.995193736 +121,-1.549335448,0.7311736483,4,-1.532906461,0.7349480293,50.617226853 +122,-1.533478843,0.7179891343,4,-1.532906461,0.7349480293,67.195557667 +123,-1.556150555,0.738907041,4,-1.532906461,0.7349480293,69.960437834 +124,-1.554324226,0.733414257,4,-1.532906461,0.7349480293,63.272125925 +125,-1.554290846,0.7288285332,4,-1.532906461,0.7349480293,67.512702076 +126,-1.55122487,0.7219795312,4,-1.532906461,0.7349480293,74.632712278 +127,-1.525104458,0.7229399862,4,-1.532906461,0.7349480293,52.85470426 +128,-1.519607711,0.7236181429,4,-1.532906461,0.7349480293,59.638244764 +129,-1.513899999,0.7251107854,4,-1.532906461,0.7349480293,68.302486932 +130,-1.536620762,0.7431061895,4,-1.532906461,0.7349480293,34.095045624 +131,-1.5369566,0.7460845958,4,-1.532906461,0.7349480293,45.673582453 +132,-1.545345528,0.7447040685,4,-1.532906461,0.7349480293,53.080990451 +133,-1.532813921,0.7432306626,4,-1.532906461,0.7349480293,32.808628918 +134,-1.554788248,0.7382381001,4,-1.532906461,0.7349480293,65.513158574 +135,-1.540348126,0.7301594274,4,-1.532906461,0.7349480293,28.983215612 +136,-1.538016084,0.7239051786,4,-1.532906461,0.7349480293,46.270250134 +137,-1.525288962,0.7258085137,4,-1.532906461,0.7349480293,42.611453914 +138,-1.534326986,0.731241342,4,-1.532906461,0.7349480293,15.265954032 +139,-1.530733872,0.7303625216,4,-1.532906461,0.7349480293,19.256909586 +141,-1.534354939,0.7328219978,4,-1.532906461,0.7349480293,9.437609348 +142,-1.53157084,0.7292888153,4,-1.532906461,0.7349480293,22.758867187 +143,-1.525691035,0.7263799874,4,-1.532906461,0.7349480293,40.06014037 +144,-1.534031287,0.7495967835,4,-1.532906461,0.7349480293,58.116532346 +145,-1.527714986,0.7283095957,4,-1.532906461,0.7349480293,30.422613848 +146,-1.526189586,0.7271468292,4,-1.532906461,0.7349480293,36.703690036 +147,-1.555177336,0.7375563366,4,-1.532906461,0.7349480293,66.1771991 +148,-1.555080283,0.7312707794,4,-1.532906461,0.7349480293,66.871457929 +149,-1.53856994,0.7224180299,4,-1.532906461,0.7349480293,52.377063008 +150,-1.530837883,0.729933372,4,-1.532906461,0.7349480293,20.776364316 +151,-1.515066984,0.5854133365,4,-1.532906461,0.7349480293,594.9171495 +152,-1.534731633,0.5368370046,4,-1.532906461,0.7349480293,784.73913849 +153,-1.515231902,0.5607085576,4,-1.532906461,0.7349480293,692.40108097 +154,-2.616253799,1.0684566605,4,-1.532906461,0.7349480293,2832.6355524 +155,-1.956071439,0.5792177723,4,-1.532906461,0.7349480293,1456.7000852 +156,-1.951208514,0.5602434208,4,-1.532906461,0.7349480293,1484.4551622 +157,-1.944675062,0.6062144545,4,-1.532906461,0.7349480293,1370.171979 +158,-1.613778386,0.6077989518,4,-1.532906461,0.7349480293,562.40390123 +159,-2.035029014,0.6021432345,4,-1.532906461,0.7349480293,1637.8114504 +160,-2.114989471,0.6801825058,4,-1.532906461,0.7349480293,1754.2776176 +161,-2.037382079,0.5765830025,4,-1.532906461,0.7349480293,1693.265195 +162,-2.129855121,0.6585019963,4,-1.532906461,0.7349480293,1826.0577502 +163,-2.075141798,0.6493615843,4,-1.532906461,0.7349480293,1678.1870532 +164,-1.828626729,0.6948433129,4,-1.532906461,0.7349480293,897.1479968 +165,-1.863329418,0.6735427691,4,-1.532906461,0.7349480293,1024.326529 +166,-1.266037071,0.727988852,4,-1.532906461,0.7349480293,786.09801999 +167,-1.277579582,0.7249010648,4,-1.532906461,0.7349480293,753.81000109 +168,-1.258418684,0.7241194816,4,-1.532906461,0.7349480293,810.51347624 +169,-1.317813974,0.6804850104,4,-1.532906461,0.7349480293,681.63013505 +170,-1.344165204,0.6790988904,4,-1.532906461,0.7349480293,609.38140511 +171,-1.427582102,0.5277120351,4,-1.532906461,0.7349480293,886.64218703 +172,-1.402238616,0.457167829,4,-1.532906461,0.7349480293,1179.4867058 +173,-1.422454264,0.4996161999,4,-1.532906461,0.7349480293,997.32559322 +174,-1.439089277,0.4894859811,4,-1.532906461,0.7349480293,1018.1493523 +175,-1.448126995,0.5182330266,4,-1.532906461,0.7349480293,900.05335488 +176,-1.474626146,0.5881926574,4,-1.532906461,0.7349480293,609.02620475 +177,-1.421139645,0.5584869783,4,-1.532906461,0.7349480293,782.59166491 +178,-1.457037165,0.565943032,4,-1.532906461,0.7349480293,710.5965935 +179,-2.757159358,0.3745319,4,-1.532906461,0.7349480293,4239.6522548 +180,-2.714309238,0.342054471,4,-1.532906461,0.7349480293,4192.4713036 +181,-2.000525337,0.774119946,4,-1.532906461,0.7349480293,1352.3100192 +183,-1.571413436,0.6777838382,4,-1.532906461,0.7349480293,254.40137603 +184,-1.552860289,0.6987663893,4,-1.532906461,0.7349480293,155.2039425 +185,-1.521852374,0.7165827476,4,-1.532906461,0.7349480293,79.776807754 +186,-1.503656267,0.6928968252,4,-1.532906461,0.7349480293,188.16985792 +187,-1.502753178,0.7136205882,4,-1.532906461,0.7349480293,123.03455223 +188,-1.631894563,0.7343596465,4,-1.532906461,0.7349480293,290.91272655 +189,-1.653765416,0.6770714026,4,-1.532906461,0.7349480293,430.20272831 +190,-1.719812114,0.6715965947,4,-1.532906461,0.7349480293,617.33298772 +191,-1.493406659,0.6646955447,4,-1.532906461,0.7349480293,302.88504227 +192,-1.469120564,0.6613469966,4,-1.532906461,0.7349480293,349.84700989 +193,-1.590551461,0.5326612937,4,-1.532906461,0.7349480293,821.92340203 +194,-1.625979264,0.5247742243,4,-1.532906461,0.7349480293,883.70654818 +195,-1.572293943,0.5238808754,4,-1.532906461,0.7349480293,845.40482768 +196,-1.610848725,0.5477107964,4,-1.532906461,0.7349480293,781.50452588 +197,-1.208485554,0.7918526018,4,-1.532906461,0.7349480293,953.03302204 +198,-1.335601374,0.6869083083,4,-1.532906461,0.7349480293,621.46091971 +199,-1.346156996,0.6825213377,4,-1.532906461,0.7349480293,598.22768544 +200,-1.324381037,0.6741422347,4,-1.532906461,0.7349480293,673.0915207 +201,-1.242424992,0.7378949807,4,-1.532906461,0.7349480293,851.17201521 +202,-1.270370057,0.7392461008,4,-1.532906461,0.7349480293,769.15467942 +203,-1.448950472,0.7441675014,4,-1.532906461,0.7349480293,248.34046482 +204,-1.492662363,0.7523026852,4,-1.532906461,0.7349480293,135.97378948 +205,-1.479098966,0.7763855017,4,-1.532906461,0.7349480293,225.80265204 +206,-1.633760714,0.7869022408,4,-1.532906461,0.7349480293,354.88536558 +207,-1.647406434,0.8101289331,4,-1.532906461,0.7349480293,440.3679092 +208,-1.564245052,0.5701509278,4,-1.532906461,0.7349480293,660.12407448 +209,-1.646289963,0.6833746083,4,-1.532906461,0.7349480293,397.19544716 +210,-1.5820631,0.6751952144,4,-1.532906461,0.7349480293,279.25499328 +211,-1.613236298,0.6681681791,4,-1.532906461,0.7349480293,359.1040805 +212,-1.914661867,0.8212566515,4,-1.532906461,0.7349480293,1125.6274461 +213,-1.742133237,0.7250275956,4,-1.532906461,0.7349480293,618.30722996 +214,-2.033144872,0.6557314699,4,-1.532906461,0.7349480293,1545.7716486 +215,-2.039551981,0.6964723658,4,-1.532906461,0.7349480293,1514.7167477 +216,-1.247341019,0.7622473908,4,-1.532906461,0.7349480293,834.34654947 +217,-1.298239787,0.7084123392,4,-1.532906461,0.7349480293,704.89525761 +218,-1.308539688,0.6926545592,4,-1.532906461,0.7349480293,691.5899895 +219,-1.303263185,0.6888938396,4,-1.532906461,0.7349480293,711.61286609 +220,-1.852400229,0.6004246149,4,-1.532906461,0.7349480293,1124.2605988 +221,-1.288947707,0.7473773692,4,-1.532906461,0.7349480293,713.71516383 +222,-1.372031502,0.7472790993,4,-1.532906461,0.7349480293,472.38252709 +223,-1.289805721,0.7242157877,4,-1.532906461,0.7349480293,718.27296947 +224,-1.350807603,0.7533498126,4,-1.532906461,0.7349480293,535.25291215 +225,-1.329290365,0.7560442322,4,-1.532906461,0.7349480293,597.95068277 +226,-1.410153004,0.616936428,4,-1.532906461,0.7349480293,601.51684376 +227,-1.393445434,0.6308995063,4,-1.532906461,0.7349480293,594.02874594 +228,-1.37595573,0.6241540638,4,-1.532906461,0.7349480293,652.33698752 +229,-1.358388707,0.6172645205,4,-1.532906461,0.7349480293,711.8639832 +230,-1.753741133,0.8281661666,4,-1.532906461,0.7349480293,721.08608083 +231,-1.47430987,0.6834615681,4,-1.532906461,0.7349480293,269.42362755 +232,-1.421012508,0.7222725206,4,-1.532906461,0.7349480293,334.38738634 +233,-1.4476833,0.6978557868,4,-1.532906461,0.7349480293,293.86852335 +234,-1.470370723,0.6966193374,4,-1.532906461,0.7349480293,240.76260391 +235,-1.429211703,0.7037216883,4,-1.532906461,0.7349480293,332.71628605 +236,-1.700578405,0.6178673663,4,-1.532906461,0.7349480293,694.38151241 +237,-1.678117619,0.6331716163,4,-1.532906461,0.7349480293,600.48248279 +238,-1.725644578,0.6316331145,4,-1.532906461,0.7349480293,718.76268983 +239,-2.14012759,0.7930497945,4,-1.532906461,0.7349480293,1738.1295903 +240,-2.103289431,0.7653606263,4,-1.532906461,0.7349480293,1646.4625956 +241,-1.318739838,0.7017808746,4,-1.532906461,0.7349480293,651.43952283 +242,-1.396417427,0.7077900843,4,-1.532906461,0.7349480293,419.80018451 +243,-1.35650337,0.7185539404,4,-1.532906461,0.7349480293,525.89432533 +244,-1.248884539,0.7274156818,4,-1.532906461,0.7349480293,836.70721959 +245,-1.395014798,0.5761185243,4,-1.532906461,0.7349480293,762.92839503 +246,-1.433377362,0.6064716109,4,-1.532906461,0.7349480293,594.9319615 +247,-1.408172432,0.5903155476,4,-1.532906461,0.7349480293,692.17062408 +248,-1.749645898,0.7757118084,4,-1.532906461,0.7349480293,644.83822105 +249,-1.571626686,0.615046989,4,-1.532906461,0.7349480293,489.73753757 +250,-1.514070049,0.6303003037,4,-1.532906461,0.7349480293,418.52189736 +251,-1.480890369,0.6237966528,4,-1.532906461,0.7349480293,468.45514843 +252,-1.704390658,0.5281680612,4,-1.532906461,0.7349480293,984.04805742 +253,-1.64434733,0.5254277498,4,-1.532906461,0.7349480293,902.59478958 +254,-1.703855997,0.4792484842,4,-1.532906461,0.7349480293,1153.5654754 +255,-1.692002383,0.5748825051,4,-1.532906461,0.7349480293,806.28793315 +256,-1.854136457,0.5544643913,4,-1.532906461,0.7349480293,1238.7622316 +257,-1.665021206,0.520317736,4,-1.532906461,0.7349480293,948.84147564 +258,-1.733654349,0.4845187345,4,-1.532906461,0.7349480293,1184.45932 +259,-1.720938188,0.5135933906,4,-1.532906461,0.7349480293,1062.9018462 +260,-1.742668307,0.553296122,4,-1.532906461,0.7349480293,977.37384755 +261,-1.965659039,0.7142126903,4,-1.532906461,0.7349480293,1281.6195974 +262,-1.944438071,0.6772834804,4,-1.532906461,0.7349480293,1256.9658142 +263,-1.270340967,0.7681487096,4,-1.532906461,0.7349480293,770.03911504 +264,-1.353091884,0.6549276821,4,-1.532906461,0.7349480293,631.60654879 +265,-1.333236659,0.6413584414,4,-1.532906461,0.7349480293,713.65137338 +266,-1.352015998,0.6753788907,4,-1.532906461,0.7349480293,593.93500482 +267,-1.377988483,0.6577816235,4,-1.532906461,0.7349480293,560.82191903 +268,-2.13075611,0.8318642051,4,-1.532906461,0.7349480293,1706.2969442 +269,-2.097910953,0.8259670014,4,-1.532906461,0.7349480293,1618.169706 +270,-1.416382069,0.6694271549,4,-1.532906461,0.7349480293,437.39773615 +271,-1.538905672,0.7535625993,4,-1.532906461,0.7349480293,75.775756514 +272,-1.572309477,0.7803125099,4,-1.532906461,0.7349480293,212.44986167 +273,-1.87759879,0.7503853417,4,-1.532906461,0.7349480293,1005.327692 +274,1.152365588,0.590457682,4,-1.532906461,0.7349480293,6938.3273212 +275,0.350198001,0.718001859,4,-1.532906461,0.7349480293,5141.1833313 +276,0.046513677,0.491503852,4,-1.532906461,0.7349480293,4970.0002646 +277,0.027510309,0.742571376,4,-1.532906461,0.7349480293,4332.6547451 +278,0.306285725,-0.214631579,4,-1.532906461,0.7349480293,7575.1743849 +279,-1.100564889,0.318051531,4,-1.532906461,0.7349480293,2201.2703367 +280,-1.078582306,0.301437596,4,-1.532906461,0.7349480293,2303.3655634 +281,-1.137371989,-0.617634065,4,-1.532906461,0.7349480293,5546.1124306 +282,0.784356344,0.703272339,4,-1.532906461,0.7349480293,6026.0920498 +283,-1.221209947,0.218327455,4,-1.532906461,0.7349480293,2310.8444848 +284,2.347301921,-0.449114658,4,-1.532906461,0.7349480293,9799.2295871 +285,0.246820618,0.830553713,4,-1.532906461,0.7349480293,4629.4852947 +286,0.829414965,0.703288228,4,-1.532906461,0.7349480293,6098.6645503 +287,-1.337537566,0.42332223,4,-1.532906461,0.7349480293,1391.0063914 +288,0.882453706,0.454478077,4,-1.532906461,0.7349480293,7035.7106389 +289,1.575629659,0.416419109,4,-1.532906461,0.7349480293,7881.675894 +290,-1.039455679,0.229888244,4,-1.532906461,0.7349480293,2620.8443563 +291,0.489558039,0.934482747,4,-1.532906461,0.7349480293,4818.6696717 +292,0.081344504,0.88384514,4,-1.532906461,0.7349480293,4157.0050069 +293,-1.547979814,0.300350308,4,-1.532906461,0.7349480293,1722.1987597 +294,0.040776181,0.168560074,4,-1.532906461,0.7349480293,5783.8070197 +295,-1.130374745,0.563894876,4,-1.532906461,0.7349480293,1432.7620718 +296,1.578326642,0.478507176,4,-1.532906461,0.7349480293,7636.0694278 +297,-1.12861823,-0.291640865,4,-1.532906461,0.7349480293,4326.5401867 +298,0.310524208,0.770885792,4,-1.532906461,0.7349480293,4915.2636624 +299,0.415649091,-0.387246002,4,-1.532906461,0.7349480293,8326.1207595 +300,-0.926533878,-0.188022748,4,-1.532906461,0.7349480293,4268.005367 +301,1.258856172,-0.11716081,4,-1.532906461,0.7349480293,9706.3441322 +302,-1.126050026,0.322941926,4,-1.532906461,0.7349480293,2129.814474 +303,2.002785835,0.07893892,4,-1.532906461,0.7349480293,8921.4831331 +304,0.440437607,0.746258085,4,-1.532906461,0.7349480293,5254.412409 +305,-0.030391866,0.214441206,4,-1.532906461,0.7349480293,5456.0513844 +306,0.521557815,-0.058929362,4,-1.532906461,0.7349480293,7782.5483508 +307,-0.097005111,0.13317729,4,-1.532906461,0.7349480293,5473.0994479 +308,1.83113859,0.221857587,4,-1.532906461,0.7349480293,8568.1731553 +309,0.222428864,0.099404236,4,-1.532906461,0.7349480293,6495.0923545 +310,-1.702731345,0.8728568183,4,-1.532906461,0.7349480293,717.31302575 +311,-0.418507569,0.278324921,4,-1.532906461,0.7349480293,4154.345586 +312,-1.41153306,0.339029988,4,-1.532906461,0.7349480293,1620.2790205 +313,0.357560442,0.114788776,4,-1.532906461,0.7349480293,6837.5520167 +314,0.325818979,0.268352149,4,-1.532906461,0.7349480293,6322.2844552 +315,-1.246004659,-0.663679965,4,-1.532906461,0.7349480293,5635.8087686 +316,1.814603087,0.637404484,4,-1.532906461,0.7349480293,6957.1358158 +317,1.843704281,-0.18300445,4,-1.532906461,0.7349480293,10110.514084 +318,1.690644492,-0.211480909,4,-1.532906461,0.7349480293,10351.183456 +319,-1.275451936,0.068109467,4,-1.532906461,0.7349480293,2793.8792504 +320,0.762430171,-0.207594741,4,-1.532906461,0.7349480293,8867.5319111 +321,0.265668905,-0.014647884,4,-1.532906461,0.7349480293,6928.0538938 +322,-2.773032013,-0.335515811,4,-1.532906461,0.7349480293,6195.5669065 +323,-1.469512853,0.174058777,4,-1.532906461,0.7349480293,2232.5872125 +324,0.286276986,0.785925691,4,-1.532906461,0.7349480293,4824.5759149 +325,-1.379324697,0.377432233,4,-1.532906461,0.7349480293,1505.3198859 +326,-1.203778265,0.212813032,4,-1.532906461,0.7349480293,2359.0119086 +327,0.579916301,0.611743168,4,-1.532906461,0.7349480293,5937.3216806 +328,0.267582642,0.868113908,4,-1.532906461,0.7349480293,4580.9029254 +329,0.412869244,-0.050245578,4,-1.532906461,0.7349480293,7449.7807429 +330,0.17524381,0.976660285,4,-1.532906461,0.7349480293,4153.5471967 +331,0.743157214,0.204812899,4,-1.532906461,0.7349480293,7572.8150498 +332,-1.070758176,0.269382282,4,-1.532906461,0.7349480293,2423.7898157 +333,-1.230364251,0.329790229,4,-1.532906461,0.7349480293,1899.8462785 +334,-1.374813124,-0.024926835,4,-1.532906461,0.7349480293,3062.6786266 +335,0.519780566,0.463669906,4,-1.532906461,0.7349480293,6252.1396355 +336,-1.55108034,0.239698561,4,-1.532906461,0.7349480293,1962.674802 +337,0.180294813,0.029739425,4,-1.532906461,0.7349480293,6560.2216703 +338,0.67820924,0.268170153,4,-1.532906461,0.7349480293,7221.6169639 +339,0.445798684,1.024001867,4,-1.532906461,0.7349480293,4506.0838134 +340,0.691751283,0.150521402,4,-1.532906461,0.7349480293,7619.6352098 +341,-1.036643551,-0.903056181,4,-1.532906461,0.7349480293,6708.6572561 +342,-0.120287036,1.083325163,4,-1.532906461,0.7349480293,3433.8662567 +343,2.823513113,-0.304487164,4,-1.532906461,0.7349480293,8060.4984891 +344,0.457583172,1.12513373,4,-1.532906461,0.7349480293,4262.51221 +345,0.042918831,0.813795399,4,-1.532906461,0.7349480293,4216.858738 +346,1.196146777,-0.853142756,4,-1.532906461,0.7349480293,11212.831959 +347,0.206001358,-0.010430701,4,-1.532906461,0.7349480293,6742.7781427 +348,-0.268308653,0.234799412,4,-1.532906461,0.7349480293,4705.7750091 +349,0.759363263,0.736189579,4,-1.532906461,0.7349480293,5876.2858359 +350,0.181363926,0.891988372,4,-1.532906461,0.7349480293,4349.5121652 +351,-0.021111158,0.139103292,4,-1.532906461,0.7349480293,5680.3626234 +352,-0.093355215,0.630686981,4,-1.532906461,0.7349480293,4266.6276354 +353,0.40118964,0.681375926,4,-1.532906461,0.7349480293,5353.0991655 +354,-0.721197315,1.304706234,4,-1.532906461,0.7349480293,2670.4433453 +355,-1.076150317,0.212107639,4,-1.532906461,0.7349480293,2600.8820921 +356,-1.577164531,0.273993443,4,-1.532906461,0.7349480293,1832.0591146 +357,-0.190788414,0.182208586,4,-1.532906461,0.7349480293,5069.3381764 +358,-0.261349752,0.209710184,4,-1.532906461,0.7349480293,4790.7821292 +359,-1.029303852,0.083549259,4,-1.532906461,0.7349480293,3131.3662308 +360,-1.268609162,0.330525297,4,-1.532906461,0.7349480293,1831.7502232 +361,1.282982244,-0.926641967,4,-1.532906461,0.7349480293,11295.391587 +362,0.217352334,0.731352408,4,-1.532906461,0.7349480293,4808.6090654 +363,-1.511833084,0.258629297,4,-1.532906461,0.7349480293,1888.0737022 +364,0.338812194,0.823184618,4,-1.532906461,0.7349480293,4838.4218544 +365,-0.324406489,1.134201999,4,-1.532906461,0.7349480293,3044.7228175 +366,1.389579348,0.399185724,4,-1.532906461,0.7349480293,7880.4053844 +367,2.047152199,-0.039082036,4,-1.532906461,0.7349480293,9278.7397184 +368,0.947780369,0.568250077,4,-1.532906461,0.7349480293,6749.3254147 +369,0.763824846,0.576754987,4,-1.532906461,0.7349480293,6408.7825335 +370,-0.142334657,0.928153068,4,-1.532906461,0.7349480293,3590.7715869 +371,0.610266567,0.547265983,4,-1.532906461,0.7349480293,6198.9878163 +372,0.210731629,0.746815056,4,-1.532906461,0.7349480293,4755.2479284 +373,-1.34931644,0.316895224,4,-1.532906461,0.7349480293,1767.9379437 +374,2.407696481,0.655030745,4,-1.532906461,0.7349480293,6229.1234204 +375,0.64207831,0.545359131,4,-1.532906461,0.7349480293,6271.3754738 +376,1.174597538,0.840588356,4,-1.532906461,0.7349480293,6021.2737931 +377,0.660059424,0.010604079,4,-1.532906461,0.7349480293,7961.6334619 +378,-0.730263819,0.010486456,4,-1.532906461,0.7349480293,4044.4402159 +379,0.831068936,0.512339172,4,-1.532906461,0.7349480293,6746.5127912 +380,1.301180979,0.72367476,4,-1.532906461,0.7349480293,6562.4363049 +381,1.811128231,0.322854402,4,-1.532906461,0.7349480293,8188.8744241 +382,0.435105812,0.992284428,4,-1.532906461,0.7349480293,4572.3777287 +383,0.62643634,0.592027932,4,-1.532906461,0.7349480293,6093.4074437 +384,0.492988703,-0.516339467,4,-1.532906461,0.7349480293,8843.7588134 +385,-0.162469483,0.112549365,4,-1.532906461,0.7349480293,5335.0982871 +386,0.314630866,0.472006421,4,-1.532906461,0.7349480293,5728.0951985 +387,0.166744804,0.822815954,4,-1.532906461,0.7349480293,4475.6825635 +388,0.417159608,0.965805736,4,-1.532906461,0.7349480293,4612.1463696 +389,0.106334961,0.868774244,4,-1.532906461,0.7349480293,4242.3294938 +390,0.815086969,-0.338144359,4,-1.532906461,0.7349480293,9367.4110691 +391,0.59867455,-0.230624824,4,-1.532906461,0.7349480293,8469.1701156 +392,1.915104874,0.066220985,4,-1.532906461,0.7349480293,9084.4075176 +393,1.278093622,0.064463721,4,-1.532906461,0.7349480293,9061.5083982 +394,-0.061477853,0.302997961,4,-1.532906461,0.7349480293,5137.6818793 +395,0.251311504,0.626976942,4,-1.532906461,0.7349480293,5154.7819323 +396,2.950242872,0.149095644,4,-1.532906461,0.7349480293,6487.9201968 +397,-0.180294708,0.35375117,4,-1.532906461,0.7349480293,4665.3859269 +398,1.010448592,-0.351180233,4,-1.532906461,0.7349480293,9936.71837 +399,-1.748740498,0.3686318073,4,-1.532906461,0.7349480293,1619.2739375 +400,2.699635665,0.123533791,4,-1.532906461,0.7349480293,7252.4482164 +401,0.496808033,0.823843254,4,-1.532906461,0.7349480293,5144.1568089 +402,0.129574704,0.763364087,4,-1.532906461,0.7349480293,4528.9639049 +403,1.798920311,0.817447563,4,-1.532906461,0.7349480293,6258.5418629 +404,0.335987953,0.746786541,4,-1.532906461,0.7349480293,5033.3335772 +405,-1.085413643,0.292154671,4,-1.532906461,0.7349480293,2317.9475541 +406,-0.155321003,0.508207011,4,-1.532906461,0.7349480293,4369.7815225 +407,0.620529244,-0.301175104,4,-1.532906461,0.7349480293,8715.3524329 +408,1.684402744,0.368716966,4,-1.532906461,0.7349480293,8063.4406116 +409,0.300582244,-0.386397212,4,-1.532906461,0.7349480293,7987.5809426 +410,2.913555946,-0.009225192,4,-1.532906461,0.7349480293,7024.1216679 +411,1.465101417,0.493232532,4,-1.532906461,0.7349480293,7550.7824856 +412,0.090612882,0.907955955,4,-1.532906461,0.7349480293,4127.3332502 +413,2.987564726,-0.729568594,4,-1.532906461,0.7349480293,8540.2494636 +414,-1.484261606,0.224149272,4,-1.532906461,0.7349480293,2030.1955666 +415,0.164073421,0.303955133,4,-1.532906461,0.7349480293,5778.9160828 +416,0.141441293,0.167552546,4,-1.532906461,0.7349480293,6078.4371852 +417,2.931321023,-0.506718887,4,-1.532906461,0.7349480293,8226.478357 +418,2.21951565,0.700596356,4,-1.532906461,0.7349480293,6349.8400362 +419,0.268112576,1.199114336,4,-1.532906461,0.7349480293,3851.8644039 +420,0.978913739,0.359223811,4,-1.532906461,0.7349480293,7535.3585026 +421,1.210898818,0.522863584,4,-1.532906461,0.7349480293,7254.381946 +422,2.347397336,0.129231362,4,-1.532906461,0.7349480293,8104.1191778 +423,0.614394501,0.556878345,4,-1.532906461,0.7349480293,6177.8701093 +424,-1.398079356,0.148483366,4,-1.532906461,0.7349480293,2370.2218588 +425,2.535303836,-0.112984496,4,-1.532906461,0.7349480293,8380.0355556 +426,-1.019372593,-0.405322349,4,-1.532906461,0.7349480293,4892.2938666 +427,-1.297785627,-0.160104069,4,-1.532906461,0.7349480293,3646.5713043 +428,2.144554488,0.205051084,4,-1.532906461,0.7349480293,8241.1242329 +429,-2.242387083,-0.426171285,4,-1.532906461,0.7349480293,5281.026549 +430,0.338637212,0.909723676,4,-1.532906461,0.7349480293,4616.2546652 +431,-0.148798452,0.691042401,4,-1.532906461,0.7349480293,3993.0645418 +432,0.893524764,0.441829531,4,-1.532906461,0.7349480293,7098.8697957 +433,0.969229347,-0.368847936,4,-1.532906461,0.7349480293,9875.2736012 +434,0.436043248,0.800045688,4,-1.532906461,0.7349480293,5095.1067292 +435,1.687946607,1.081504775,4,-1.532906461,0.7349480293,5244.4081601 +436,0.522302046,-0.034889271,4,-1.532906461,0.7349480293,7717.459127 +437,-0.178996113,-0.438090009,4,-1.532906461,0.7349480293,6777.8441709 +438,-1.094339566,0.301444068,4,-1.532906461,0.7349480293,2268.3543972 +439,-1.064070054,0.242569932,4,-1.532906461,0.7349480293,2525.6880761 +440,-1.068153768,0.230387998,4,-1.532906461,0.7349480293,2556.9610876 +441,-3.00496892,-0.23989155,4,-1.532906461,0.7349480293,6572.0823165 +442,0.21751974,0.766874888,4,-1.532906461,0.7349480293,4721.3433798 +443,0.117229532,0.007619006,4,-1.532906461,0.7349480293,6434.6810102 +444,0.777758451,0.420554741,4,-1.532906461,0.7349480293,6950.1444569 +445,-0.252356999,0.250747086,4,-1.532906461,0.7349480293,4711.9009763 +446,0.363148444,0.768483434,4,-1.532906461,0.7349480293,5033.2120374 +447,0.903191366,-0.118210676,4,-1.532906461,0.7349480293,8972.3965723 +448,-0.205755923,0.149406178,4,-1.532906461,0.7349480293,5111.0646551 +449,1.811996086,0.02364353,4,-1.532906461,0.7349480293,9352.1096888 +450,-1.100670221,0.314845373,4,-1.532906461,0.7349480293,2211.3100751 +451,0.340078597,0.850105132,4,-1.532906461,0.7349480293,4771.2010555 +452,0.258757267,0.804969236,4,-1.532906461,0.7349480293,4717.7434605 +453,2.78505352,-0.155160804,4,-1.532906461,0.7349480293,7788.5700026 +454,0.800551619,0.105822106,4,-1.532906461,0.7349480293,8021.3611782 +455,0.437940882,-0.506194031,4,-1.532906461,0.7349480293,8662.0932304 +456,2.230431122,0.63458615,4,-1.532906461,0.7349480293,6571.3564306 +457,0.527965361,0.127667701,4,-1.532906461,0.7349480293,7267.7497959 +458,-0.063643205,0.702093448,4,-1.532906461,0.7349480293,4191.435352 +459,1.408447268,0.133010502,4,-1.532906461,0.7349480293,8930.2009684 +460,0.523795955,0.280266966,4,-1.532906461,0.7349480293,6808.144285 +461,-0.975769313,0.072177659,4,-1.532906461,0.7349480293,3279.482775 +462,0.549774164,-0.463663986,4,-1.532906461,0.7349480293,8895.6316391 +463,0.29245874,1.095549818,4,-1.532906461,0.7349480293,4098.5740418 +464,0.143625958,0.816809593,4,-1.532906461,0.7349480293,4438.4016517 +465,0.671902494,0.611159853,4,-1.532906461,0.7349480293,6123.4602874 +466,1.239840988,0.6724199,4,-1.532906461,0.7349480293,6713.032207 +467,0.607829703,-0.10932137,4,-1.532906461,0.7349480293,8164.7930559 +468,1.763020906,0.263996692,4,-1.532906461,0.7349480293,8447.0609552 +469,0.378714634,0.726066797,4,-1.532906461,0.7349480293,5181.0660874 +470,2.196736143,-0.153862366,4,-1.532906461,0.7349480293,9364.4771877 +471,0.01702415,0.148991565,4,-1.532906461,0.7349480293,5766.02195 +472,-2.998490902,-0.158002487,4,-1.532906461,0.7349480293,6335.1029694 +473,-3.051262951,-0.346595608,4,-1.532906461,0.7349480293,6984.0029131 +474,-1.069176439,0.182802941,4,-1.532906461,0.7349480293,2713.6633785 +475,0.167157509,0.595344954,4,-1.532906461,0.7349480293,5028.0655402 +476,0.613855648,0.681746124,4,-1.532906461,0.7349480293,5790.075689 +477,1.037012736,0.682555367,4,-1.532906461,0.7349480293,6464.3357335 +478,-1.253574971,0.379755746,4,-1.532906461,0.7349480293,1685.011359 +479,3.108590453,-0.132620738,4,-1.532906461,0.7349480293,6781.3127799 +480,0.565301296,0.022333262,4,-1.532906461,0.7349480293,7673.4701626 +481,0.547898238,0.855555614,4,-1.532906461,0.7349480293,5144.3126329 +482,0.948309381,0.417393755,4,-1.532906461,0.7349480293,7279.2282531 +483,-0.050600732,0.945269213,4,-1.532906461,0.7349480293,3761.5441285 +484,-0.977651478,-0.572363064,4,-1.532906461,0.7349480293,5558.3005703 +485,1.102014914,0.728861163,4,-1.532906461,0.7349480293,6369.5404638 +486,2.927300795,-0.282939414,4,-1.532906461,0.7349480293,7701.6775759 +487,-1.154565557,0.124434095,4,-1.532906461,0.7349480293,2757.5938146 +488,1.855331234,0.291044755,4,-1.532906461,0.7349480293,8281.0192178 +489,0.830290659,0.276904518,4,-1.532906461,0.7349480293,7532.2323754 +490,0.485104466,-0.234867441,4,-1.532906461,0.7349480293,8151.3131276 +491,0.521367572,-0.33161327,4,-1.532906461,0.7349480293,8502.0986155 +1,-1.539031704,0.7349710123,5,-1.531320211,0.7346937278,22.689393364 +2,-1.536990553,0.7349663874,5,-1.531320211,0.7346937278,16.699193961 +3,-1.534951779,0.7349571355,5,-1.531320211,0.7346937278,10.723527023 +4,-1.532906461,0.7349480293,5,-1.531320211,0.7346937278,4.76936095 +5,-1.531320211,0.7346937278,5,-1.531320211,0.7346937278,1.9794482508 +6,-1.539451648,0.7335131775,5,-1.531320211,0.7346937278,24.365591325 +7,-1.537429487,0.7335445708,5,-1.531320211,0.7346937278,18.533372939 +8,-1.535484998,0.7335658704,5,-1.531320211,0.7346937278,13.036742286 +9,-1.533488396,0.7336036027,5,-1.531320211,0.7346937278,7.700439653 +10,-1.531497785,0.7335842962,5,-1.531320211,0.7346937278,4.425375367 +11,-1.530259379,0.7334777758,5,-1.531320211,0.7346937278,5.738483321 +12,-1.5335454,0.7322346912,5,-1.531320211,0.7346937278,11.736380878 +13,-1.531489083,0.7322238773,5,-1.531320211,0.7346937278,9.795689082 +14,-1.530011122,0.7321679851,5,-1.531320211,0.7346937278,10.72043619 +15,-1.53348106,0.7306614094,5,-1.531320211,0.7346937278,17.192713269 +16,-1.531441779,0.7306962275,5,-1.531320211,0.7346937278,15.83814455 +17,-1.529755654,0.7306933243,5,-1.531320211,0.7346937278,16.501697177 +18,-1.533415048,0.7291384674,5,-1.531320211,0.7346937278,22.853740719 +19,-1.531392093,0.7291705353,5,-1.531320211,0.7346937278,21.878390748 +20,-1.529296523,0.7291214933,5,-1.531320211,0.7346937278,22.862924141 +21,-1.535280942,0.727267644,5,-1.531320211,0.7346937278,31.648925307 +22,-1.533378158,0.7276139666,5,-1.531320211,0.7346937278,28.691926586 +23,-1.531340368,0.7276446587,5,-1.531320211,0.7346937278,27.921426036 +24,-1.528960113,0.7276398177,5,-1.531320211,0.7346937278,28.79407664 +25,-1.533313146,0.7260818349,5,-1.531320211,0.7346937278,34.614833909 +26,-1.531259555,0.7260958115,5,-1.531320211,0.7346937278,34.056816954 +27,-1.528926415,0.7260865555,5,-1.531320211,0.7346937278,34.81695411 +28,-1.531226779,0.7245511789,5,-1.531320211,0.7346937278,40.175583638 +29,-1.528904772,0.7245519194,5,-1.531320211,0.7346937278,40.799856408 +30,-1.547195875,0.7409785979,5,-1.531320211,0.7346937278,52.769731127 +31,-1.5451475,0.740980426,5,-1.531320211,0.7346937278,47.564545439 +32,-1.543097679,0.7409798872,5,-1.531320211,0.7346937278,42.561150554 +33,-1.540720364,0.7409892687,5,-1.531320211,0.7346937278,37.159681942 +34,-1.547188511,0.7395198392,5,-1.531320211,0.7346937278,50.3111864 +35,-1.545148587,0.7395226109,5,-1.531320211,0.7346937278,44.839585684 +36,-1.543104538,0.7395314908,5,-1.531320211,0.7346937278,39.517449519 +37,-1.540727751,0.7395306258,5,-1.531320211,0.7346937278,33.589830341 +38,-1.547187029,0.7380014886,5,-1.531320211,0.7346937278,48.373925157 +39,-1.545147315,0.7380012252,5,-1.531320211,0.7346937278,42.642104573 +40,-1.54310719,0.7380060743,5,-1.531320211,0.7346937278,36.996870736 +41,-1.540719671,0.7380068206,5,-1.531320211,0.7346937278,30.547919266 +42,-1.547187189,0.7364799098,5,-1.531320211,0.7346937278,47.132458663 +43,-1.545149996,0.7364853874,5,-1.531320211,0.7346937278,41.230843754 +44,-1.543106091,0.7364823484,5,-1.531320211,0.7346937278,35.330635338 +45,-1.540717158,0.7364893901,5,-1.531320211,0.7346937278,28.49891592 +46,-1.538663972,0.7410138672,5,-1.531320211,0.7346937278,33.014267653 +47,-1.53695285,0.7409699132,5,-1.531320211,0.7346937278,29.841984933 +48,-1.534910498,0.7409641297,5,-1.531320211,0.7346937278,26.974144319 +49,-1.533145034,0.7409536636,5,-1.531320211,0.7346937278,25.36585153 +50,-1.538681336,0.7395405883,5,-1.531320211,0.7346937278,28.890050525 +51,-1.536999189,0.7395183096,5,-1.531320211,0.7346937278,25.349435781 +52,-1.534923633,0.7395144222,5,-1.531320211,0.7346937278,21.824166604 +53,-1.533267822,0.7395654306,5,-1.531320211,0.7346937278,20.124404418 +54,-1.53867273,0.7380151077,5,-1.531320211,0.7346937278,25.272361965 +55,-1.536980576,0.7379994392,5,-1.531320211,0.7346937278,21.152109471 +56,-1.534931522,0.7379944961,5,-1.531320211,0.7346937278,16.830542053 +57,-1.533387952,0.7379480264,5,-1.531320211,0.7346937278,14.24733947 +58,-1.538682279,0.7364914363,5,-1.531320211,0.7346937278,22.763412246 +59,-1.536980704,0.7364810563,5,-1.531320211,0.7346937278,18.068608729 +60,-1.534935567,0.7364752065,5,-1.531320211,0.7346937278,12.748689186 +61,-1.533042592,0.7363876366,5,-1.531320211,0.7346937278,8.4028165568 +62,-1.545143426,0.7349628011,5,-1.531320211,0.7346937278,40.638155826 +63,-1.543105297,0.7349691947,5,-1.531320211,0.7346937278,34.651567007 +64,-1.541064533,0.7349647152,5,-1.531320211,0.7346937278,28.657111204 +65,-1.545411803,0.7334624714,5,-1.531320211,0.7346937278,41.72693079 +66,-1.543446606,0.7334780896,5,-1.531320211,0.7346937278,35.9850294 +67,-1.541475327,0.7334957295,5,-1.531320211,0.7346937278,30.238702893 +68,-1.545401939,0.731963266,5,-1.531320211,0.7346937278,42.827992915 +69,-1.54342253,0.7319915583,5,-1.531320211,0.7346937278,37.188026432 +70,-1.541455867,0.7320216438,5,-1.531320211,0.7346937278,31.648862281 +71,-1.545410146,0.7304422281,5,-1.531320211,0.7346937278,44.77957076 +72,-1.543435491,0.7304713664,5,-1.531320211,0.7346937278,39.402564679 +73,-1.541463105,0.7304997613,5,-1.531320211,0.7346937278,34.177264002 +74,-1.545414768,0.7289194936,5,-1.531320211,0.7346937278,47.415357725 +75,-1.543435774,0.7289538557,5,-1.531320211,0.7346937278,42.32664123 +76,-1.541457714,0.7289765881,5,-1.531320211,0.7346937278,37.486113019 +77,-1.539449415,0.7320555866,5,-1.531320211,0.7346937278,26.104560223 +78,-1.537429183,0.7321097681,5,-1.531320211,0.7346937278,20.685954919 +79,-1.535472649,0.7321497267,5,-1.531320211,0.7346937278,15.838004529 +80,-1.539457899,0.7305333307,5,-1.531320211,0.7346937278,29.082650855 +81,-1.537453161,0.7305750503,5,-1.531320211,0.7346937278,24.337061864 +82,-1.535479385,0.7306124949,5,-1.531320211,0.7346937278,20.281134208 +83,-1.53946905,0.7290102593,5,-1.531320211,0.7346937278,32.914941547 +84,-1.537459922,0.7290417293,5,-1.531320211,0.7346937278,28.783942636 +85,-1.535451349,0.7290890157,5,-1.531320211,0.7346937278,25.318593186 +86,-1.535522937,0.7279887191,5,-1.531320211,0.7346937278,29.306423064 +87,-1.539442524,0.7274735939,5,-1.531320211,0.7346937278,37.303257776 +88,-1.537424111,0.727521351,5,-1.531320211,0.7346937278,33.631251094 +89,-1.539384641,0.7259505092,5,-1.531320211,0.7346937278,42.01931245 +90,-1.537372391,0.7259947145,5,-1.531320211,0.7346937278,38.809573964 +91,-1.535340789,0.7260435356,5,-1.531320211,0.7346937278,36.25903646 +92,-1.539325716,0.7244369706,5,-1.531320211,0.7346937278,47.003363263 +93,-1.537308932,0.7244801057,5,-1.531320211,0.7346937278,44.151800475 +94,-1.535289068,0.7245247645,5,-1.531320211,0.7346937278,41.949294448 +95,-1.533261366,0.7245550236,5,-1.531320211,0.7346937278,40.566330913 +96,-1.539267302,0.722921924,5,-1.531320211,0.7346937278,52.206887696 +97,-1.537248972,0.7229660258,5,-1.531320211,0.7346937278,49.646590406 +98,-1.535219431,0.7229916471,5,-1.531320211,0.7346937278,47.762228569 +99,-1.53318962,0.7230212049,5,-1.531320211,0.7346937278,46.563611694 +100,-1.531154816,0.7230299897,5,-1.531320211,0.7346937278,46.202651212 +101,-1.528878341,0.7230370244,5,-1.531320211,0.7346937278,46.732472418 +102,-1.539218189,0.7214009878,5,-1.531320211,0.7346937278,57.598680667 +103,-1.537198791,0.7214422745,5,-1.531320211,0.7346937278,55.291892154 +104,-1.535179266,0.7214634354,5,-1.531320211,0.7346937278,53.632894688 +105,-1.533156501,0.7214944644,5,-1.531320211,0.7346937278,52.563417576 +106,-1.53113574,0.7215166021,5,-1.531320211,0.7346937278,52.197444439 +107,-1.528874248,0.7215345535,5,-1.531320211,0.7346937278,52.622751672 +108,-1.539217656,0.7198512397,5,-1.531320211,0.7346937278,63.264393602 +109,-1.537199919,0.7199428763,5,-1.531320211,0.7346937278,60.962770415 +110,-1.545425832,0.727397149,5,-1.531320211,0.7346937278,50.650496761 +111,-1.543371177,0.7273916949,5,-1.531320211,0.7346937278,45.819232872 +112,-1.541368852,0.7274523163,5,-1.531320211,0.7346937278,41.239945144 +113,-1.545349067,0.7258710923,5,-1.531320211,0.7346937278,54.175330388 +114,-1.54332671,0.7258603556,5,-1.531320211,0.7346937278,49.794390482 +115,-1.541346831,0.7259242142,5,-1.531320211,0.7346937278,45.628346021 +116,-1.545324355,0.7243383958,5,-1.531320211,0.7346937278,58.244669683 +117,-1.543292796,0.7243617413,5,-1.531320211,0.7346937278,54.080412932 +118,-1.541295822,0.7244024384,5,-1.531320211,0.7346937278,50.292446219 +119,-1.543193859,0.7205570215,5,-1.531320211,0.7346937278,66.097719386 +120,-1.550257047,0.7386738187,5,-1.531320211,0.7346937278,57.752003564 +121,-1.549335448,0.7311736483,5,-1.531320211,0.7346937278,54.836404954 +122,-1.533478843,0.7179891343,5,-1.531320211,0.7346937278,66.474931102 +123,-1.556150555,0.738907041,5,-1.531320211,0.7346937278,74.728757395 +124,-1.554324226,0.733414257,5,-1.531320211,0.7346937278,67.84145523 +125,-1.554290846,0.7288285332,5,-1.531320211,0.7346937278,71.568625916 +126,-1.55122487,0.7219795312,5,-1.531320211,0.7346937278,77.446788909 +127,-1.525104458,0.7229399862,5,-1.531320211,0.7346937278,50.048102051 +128,-1.519607711,0.7236181429,5,-1.531320211,0.7346937278,55.870614141 +129,-1.513899999,0.7251107854,5,-1.531320211,0.7346937278,63.914003053 +130,-1.536620762,0.7431061895,5,-1.531320211,0.7346937278,36.758767957 +131,-1.5369566,0.7460845958,5,-1.531320211,0.7346937278,48.034959627 +132,-1.545345528,0.7447040685,5,-1.531320211,0.7346937278,57.062424774 +133,-1.532813921,0.7432306626,5,-1.531320211,0.7346937278,34.096427482 +134,-1.554788248,0.7382381001,5,-1.531320211,0.7346937278,70.282470978 +135,-1.540348126,0.7301594274,5,-1.531320211,0.7346937278,32.086639667 +136,-1.538016084,0.7239051786,5,-1.531320211,0.7346937278,47.087475825 +137,-1.525288962,0.7258085137,5,-1.531320211,0.7346937278,39.438612007 +138,-1.534326986,0.731241342,5,-1.531320211,0.7346937278,16.289507218 +139,-1.530733872,0.7303625216,5,-1.531320211,0.7346937278,17.242586582 +141,-1.534354939,0.7328219978,5,-1.531320211,0.7346937278,11.604373018 +142,-1.53157084,0.7292888153,5,-1.531320211,0.7346937278,21.421590247 +143,-1.525691035,0.7263799874,5,-1.531320211,0.7346937278,36.881285078 +144,-1.534031287,0.7495967835,5,-1.531320211,0.7346937278,59.559174605 +145,-1.527714986,0.7283095957,5,-1.531320211,0.7346937278,27.429761468 +146,-1.526189586,0.7271468292,5,-1.531320211,0.7346937278,33.504601649 +147,-1.555177336,0.7375563366,5,-1.531320211,0.7346937278,70.941427185 +148,-1.555080283,0.7312707794,5,-1.531320211,0.7346937278,71.244752889 +149,-1.53856994,0.7224180299,5,-1.531320211,0.7346937278,53.135284081 +150,-1.530837883,0.729933372,5,-1.531320211,0.7346937278,18.90921558 +151,-1.515066984,0.5854133365,5,-1.531320211,0.7346937278,593.47126753 +152,-1.534731633,0.5368370046,5,-1.531320211,0.7346937278,783.78524547 +153,-1.515231902,0.5607085576,5,-1.531320211,0.7346937278,691.013638 +154,-2.616253799,1.0684566605,5,-1.531320211,0.7346937278,2836.4261291 +155,-1.956071439,0.5792177723,5,-1.531320211,0.7346937278,1460.8633771 +156,-1.951208514,0.5602434208,5,-1.531320211,0.7346937278,1488.4973323 +157,-1.944675062,0.6062144545,5,-1.531320211,0.7346937278,1374.4523995 +158,-1.613778386,0.6077989518,5,-1.531320211,0.7346937278,563.71974306 +159,-2.035029014,0.6021432345,5,-1.531320211,0.7346937278,1642.2541752 +160,-2.114989471,0.6801825058,5,-1.531320211,0.7346937278,1759.000695 +161,-2.037382079,0.5765830025,5,-1.531320211,0.7346937278,1697.6106264 +162,-2.129855121,0.6585019963,5,-1.531320211,0.7346937278,1830.7521367 +163,-2.075141798,0.6493615843,5,-1.531320211,0.7346937278,1682.8269339 +164,-1.828626729,0.6948433129,5,-1.531320211,0.7346937278,901.71741247 +165,-1.863329418,0.6735427691,5,-1.531320211,0.7346937278,1028.8213177 +166,-1.266037071,0.727988852,5,-1.531320211,0.7346937278,781.49849554 +167,-1.277579582,0.7249010648,5,-1.531320211,0.7346937278,749.18416974 +168,-1.258418684,0.7241194816,5,-1.531320211,0.7346937278,805.89505665 +169,-1.317813974,0.6804850104,5,-1.531320211,0.7346937278,676.86425918 +170,-1.344165204,0.6790988904,5,-1.531320211,0.7346937278,604.63436393 +171,-1.427582102,0.5277120351,5,-1.531320211,0.7346937278,883.82585585 +172,-1.402238616,0.457167829,5,-1.531320211,0.7346937278,1176.7134133 +173,-1.422454264,0.4996161999,5,-1.531320211,0.7346937278,994.59649883 +174,-1.439089277,0.4894859811,5,-1.531320211,0.7346937278,1015.6908923 +175,-1.448126995,0.5182330266,5,-1.531320211,0.7346937278,897.59035986 +176,-1.474626146,0.5881926574,5,-1.531320211,0.7346937278,606.6115915 +177,-1.421139645,0.5584869783,5,-1.531320211,0.7346937278,779.47277749 +178,-1.457037165,0.565943032,5,-1.531320211,0.7346937278,707.99805994 +179,-2.757159358,0.3745319,5,-1.531320211,0.7346937278,4244.3719615 +180,-2.714309238,0.342054471,5,-1.531320211,0.7346937278,4197.1438388 +181,-2.000525337,0.774119946,5,-1.531320211,0.7346937278,1357.0702899 +183,-1.571413436,0.6777838382,5,-1.531320211,0.7346937278,255.73254437 +184,-1.552860289,0.6987663893,5,-1.531320211,0.7346937278,156.16711361 +185,-1.521852374,0.7165827476,5,-1.531320211,0.7346937278,77.027644639 +186,-1.503656267,0.6928968252,5,-1.531320211,0.7346937278,185.11135996 +187,-1.502753178,0.7136205882,5,-1.531320211,0.7346937278,118.95516376 +188,-1.631894563,0.7343596465,5,-1.531320211,0.7346937278,295.60019661 +189,-1.653765416,0.6770714026,5,-1.531320211,0.7346937278,433.75538535 +190,-1.719812114,0.6715965947,5,-1.531320211,0.7346937278,621.35683692 +191,-1.493406659,0.6646955447,5,-1.531320211,0.7346937278,300.09482281 +192,-1.469120564,0.6613469966,5,-1.531320211,0.7346937278,346.37804867 +193,-1.590551461,0.5326612937,5,-1.531320211,0.7346937278,822.08499523 +194,-1.625979264,0.5247742243,5,-1.531320211,0.7346937278,884.47768623 +195,-1.572293943,0.5238808754,5,-1.531320211,0.7346937278,845.17683877 +196,-1.610848725,0.5477107964,5,-1.531320211,0.7346937278,782.1543977 +197,-1.208485554,0.7918526018,5,-1.531320211,0.7346937278,948.99828069 +198,-1.335601374,0.6869083083,5,-1.531320211,0.7346937278,616.69419745 +199,-1.346156996,0.6825213377,5,-1.531320211,0.7346937278,593.47371344 +200,-1.324381037,0.6741422347,5,-1.531320211,0.7346937278,668.33921115 +201,-1.242424992,0.7378949807,5,-1.531320211,0.7346937278,846.65183205 +202,-1.270370057,0.7392461008,5,-1.531320211,0.7346937278,764.6330687 +203,-1.448950472,0.7441675014,5,-1.531320211,0.7346937278,243.93237699 +204,-1.492662363,0.7523026852,5,-1.531320211,0.7346937278,132.54343226 +205,-1.479098966,0.7763855017,5,-1.531320211,0.7346937278,223.44358401 +206,-1.633760714,0.7869022408,5,-1.531320211,0.7346937278,359.20545004 +207,-1.647406434,0.8101289331,5,-1.531320211,0.7346937278,444.39288089 +208,-1.564245052,0.5701509278,5,-1.531320211,0.7346937278,659.890423 +209,-1.646289963,0.6833746083,5,-1.531320211,0.7346937278,400.80970827 +210,-1.5820631,0.6751952144,5,-1.531320211,0.7346937278,280.98608693 +211,-1.613236298,0.6681681791,5,-1.531320211,0.7346937278,361.64858255 +212,-1.914661867,0.8212566515,5,-1.531320211,0.7346937278,1130.2755632 +213,-1.742133237,0.7250275956,5,-1.531320211,0.7346937278,622.97682247 +214,-2.033144872,0.6557314699,5,-1.531320211,0.7346937278,1550.3942144 +215,-2.039551981,0.6964723658,5,-1.531320211,0.7346937278,1519.4381605 +216,-1.247341019,0.7622473908,5,-1.531320211,0.7346937278,830.03123468 +217,-1.298239787,0.7084123392,5,-1.531320211,0.7346937278,700.17365878 +218,-1.308539688,0.6926545592,5,-1.531320211,0.7346937278,686.82496865 +219,-1.303263185,0.6888938396,5,-1.531320211,0.7346937278,706.84561739 +220,-1.852400229,0.6004246149,5,-1.531320211,0.7346937278,1128.1975493 +221,-1.288947707,0.7473773692,5,-1.531320211,0.7346937278,709.25938376 +222,-1.372031502,0.7472790993,5,-1.531320211,0.7346937278,467.93899264 +223,-1.289805721,0.7242157877,5,-1.531320211,0.7346937278,713.63516387 +224,-1.350807603,0.7533498126,5,-1.531320211,0.7346937278,530.88254554 +225,-1.329290365,0.7560442322,5,-1.531320211,0.7346937278,593.60109158 +226,-1.410153004,0.616936428,5,-1.531320211,0.7346937278,597.69076596 +227,-1.393445434,0.6308995063,5,-1.531320211,0.7346937278,589.86736187 +228,-1.37595573,0.6241540638,5,-1.531320211,0.7346937278,648.09696315 +229,-1.358388707,0.6172645205,5,-1.531320211,0.7346937278,707.56053724 +230,-1.753741133,0.8281661666,5,-1.531320211,0.7346937278,725.48074297 +231,-1.47430987,0.6834615681,5,-1.531320211,0.7346937278,265.57575772 +232,-1.421012508,0.7222725206,5,-1.531320211,0.7346937278,329.64172418 +233,-1.4476833,0.6978557868,5,-1.531320211,0.7346937278,289.29174892 +234,-1.470370723,0.6966193374,5,-1.531320211,0.7346937278,236.4754077 +235,-1.429211703,0.7037216883,5,-1.531320211,0.7346937278,327.99030052 +236,-1.700578405,0.6178673663,5,-1.531320211,0.7346937278,697.39885491 +237,-1.678117619,0.6331716163,5,-1.531320211,0.7346937278,603.45713614 +238,-1.725644578,0.6316331145,5,-1.531320211,0.7346937278,722.24540412 +239,-2.14012759,0.7930497945,5,-1.531320211,0.7346937278,1742.8594492 +240,-2.103289431,0.7653606263,5,-1.531320211,0.7346937278,1651.2245523 +241,-1.318739838,0.7017808746,5,-1.531320211,0.7346937278,646.68583824 +242,-1.396417427,0.7077900843,5,-1.531320211,0.7346937278,415.03082734 +243,-1.35650337,0.7185539404,5,-1.531320211,0.7346937278,521.17726407 +244,-1.248884539,0.7274156818,5,-1.531320211,0.7346937278,832.11427755 +245,-1.395014798,0.5761185243,5,-1.531320211,0.7346937278,759.32501435 +246,-1.433377362,0.6064716109,5,-1.531320211,0.7346937278,591.55546874 +247,-1.408172432,0.5903155476,5,-1.531320211,0.7346937278,688.59811567 +248,-1.749645898,0.7757118084,5,-1.531320211,0.7346937278,649.57683312 +249,-1.571626686,0.615046989,5,-1.531320211,0.7346937278,489.9846247 +250,-1.514070049,0.6303003037,5,-1.531320211,0.7346937278,416.87879581 +251,-1.480890369,0.6237966528,5,-1.531320211,0.7346937278,465.86633272 +252,-1.704390658,0.5281680612,5,-1.531320211,0.7346937278,986.04783302 +253,-1.64434733,0.5254277498,5,-1.531320211,0.7346937278,903.68301233 +254,-1.703855997,0.4792484842,5,-1.531320211,0.7346937278,1155.1703318 +255,-1.692002383,0.5748825051,5,-1.531320211,0.7346937278,808.60813711 +256,-1.854136457,0.5544643913,5,-1.531320211,0.7346937278,1242.3428484 +257,-1.665021206,0.520317736,5,-1.531320211,0.7346937278,950.21773174 +258,-1.733654349,0.4845187345,5,-1.531320211,0.7346937278,1186.4549313 +259,-1.720938188,0.5135933906,5,-1.531320211,0.7346937278,1064.9802287 +260,-1.742668307,0.553296122,5,-1.531320211,0.7346937278,980.0714836 +261,-1.965659039,0.7142126903,5,-1.531320211,0.7346937278,1286.3485574 +262,-1.944438071,0.6772834804,5,-1.531320211,0.7346937278,1261.5788939 +263,-1.270340967,0.7681487096,5,-1.531320211,0.7346937278,765.79554665 +264,-1.353091884,0.6549276821,5,-1.531320211,0.7346937278,626.99117038 +265,-1.333236659,0.6413584414,5,-1.531320211,0.7346937278,709.05326682 +266,-1.352015998,0.6753788907,5,-1.531320211,0.7346937278,589.21010089 +267,-1.377988483,0.6577816235,5,-1.531320211,0.7346937278,556.2858937 +268,-2.13075611,0.8318642051,5,-1.531320211,0.7346937278,1710.9512042 +269,-2.097910953,0.8259670014,5,-1.531320211,0.7346937278,1622.8380339 +270,-1.416382069,0.6694271549,5,-1.531320211,0.7346937278,432.97984266 +271,-1.538905672,0.7535625993,5,-1.531320211,0.7346937278,77.939408586 +272,-1.572309477,0.7803125099,5,-1.531320211,0.7346937278,215.76911776 +273,-1.87759879,0.7503853417,5,-1.531320211,0.7346937278,1010.0941506 +274,1.152365588,0.590457682,5,-1.531320211,0.7346937278,6937.5245705 +275,0.350198001,0.718001859,5,-1.531320211,0.7346937278,5138.3852118 +276,0.046513677,0.491503852,5,-1.531320211,0.7346937278,4966.0516332 +277,0.027510309,0.742571376,5,-1.531320211,0.7346937278,4329.3508989 +278,0.306285725,-0.214631579,5,-1.531320211,0.7346937278,7570.5294457 +279,-1.100564889,0.318051531,5,-1.531320211,0.7346937278,2197.0946887 +280,-1.078582306,0.301437596,5,-1.531320211,0.7346937278,2299.1599289 +281,-1.137371989,-0.617634065,5,-1.531320211,0.7346937278,5543.6743072 +282,0.784356344,0.703272339,5,-1.531320211,0.7346937278,6024.3105503 +283,-1.221209947,0.218327455,5,-1.531320211,0.7346937278,2307.4692505 +284,2.347301921,-0.449114658,5,-1.531320211,0.7346937278,9803.9987215 +285,0.246820618,0.830553713,5,-1.531320211,0.7346937278,4626.8438932 +286,0.829414965,0.703288228,5,-1.531320211,0.7346937278,6097.0124791 +287,-1.337537566,0.42332223,5,-1.531320211,0.7346937278,1387.7501595 +288,0.882453706,0.454478077,5,-1.531320211,0.7346937278,7033.6652508 +289,1.575629659,0.416419109,5,-1.531320211,0.7346937278,7882.5246439 +290,-1.039455679,0.229888244,5,-1.531320211,0.7346937278,2616.681677 +291,0.489558039,0.934482747,5,-1.531320211,0.7346937278,4816.8384182 +292,0.081344504,0.88384514,5,-1.531320211,0.7346937278,4154.2857083 +293,-1.547979814,0.300350308,5,-1.531320211,0.7346937278,1721.3598958 +294,0.040776181,0.168560074,5,-1.531320211,0.7346937278,5779.3103332 +295,-1.130374745,0.563894876,5,-1.531320211,0.7346937278,1428.0453774 +296,1.578326642,0.478507176,5,-1.531320211,0.7346937278,7636.9387019 +297,-1.12861823,-0.291640865,5,-1.531320211,0.7346937278,4323.6525116 +298,0.310524208,0.770885792,5,-1.531320211,0.7346937278,4912.5465929 +299,0.415649091,-0.387246002,5,-1.531320211,0.7346937278,8321.4070101 +300,-0.926533878,-0.188022748,5,-1.531320211,0.7346937278,4264.2667661 +301,1.258856172,-0.11716081,5,-1.531320211,0.7346937278,9704.7007918 +302,-1.126050026,0.322941926,5,-1.531320211,0.7346937278,2125.7157684 +303,2.002785835,0.07893892,5,-1.531320211,0.7346937278,8924.6541138 +304,0.440437607,0.746258085,5,-1.531320211,0.7346937278,5251.8882668 +305,-0.030391866,0.214441206,5,-1.531320211,0.7346937278,5451.5361036 +306,0.521557815,-0.058929362,5,-1.531320211,0.7346937278,7778.3770111 +307,-0.097005111,0.13317729,5,-1.531320211,0.7346937278,5468.4466997 +308,1.83113859,0.221857587,5,-1.531320211,0.7346937278,8570.3514799 +309,0.222428864,0.099404236,5,-1.531320211,0.7346937278,6490.7183991 +310,-1.702731345,0.8728568183,5,-1.531320211,0.7346937278,720.93281559 +311,-0.418507569,0.278324921,5,-1.531320211,0.7346937278,4149.6102458 +312,-1.41153306,0.339029988,5,-1.531320211,0.7346937278,1617.9831508 +313,0.357560442,0.114788776,5,-1.531320211,0.7346937278,6833.4006036 +314,0.325818979,0.268352149,5,-1.531320211,0.7346937278,6318.3549135 +315,-1.246004659,-0.663679965,5,-1.531320211,0.7346937278,5633.779387 +316,1.814603087,0.637404484,5,-1.531320211,0.7346937278,6958.9055013 +317,1.843704281,-0.18300445,5,-1.531320211,0.7346937278,10113.348253 +318,1.690644492,-0.211480909,5,-1.531320211,0.7346937278,10352.911568 +319,-1.275451936,0.068109467,5,-1.531320211,0.7346937278,2791.130162 +320,0.762430171,-0.207594741,5,-1.531320211,0.7346937278,8863.5409158 +321,0.265668905,-0.014647884,5,-1.531320211,0.7346937278,6923.5827864 +322,-2.773032013,-0.335515811,5,-1.531320211,0.7346937278,6199.2788435 +323,-1.469512853,0.174058777,5,-1.531320211,0.7346937278,2231.0488674 +324,0.286276986,0.785925691,5,-1.531320211,0.7346937278,4821.8598764 +325,-1.379324697,0.377432233,5,-1.531320211,0.7346937278,1502.6093394 +326,-1.203778265,0.212813032,5,-1.531320211,0.7346937278,2355.5579071 +327,0.579916301,0.611743168,5,-1.531320211,0.7346937278,5934.7581447 +328,0.267582642,0.868113908,5,-1.531320211,0.7346937278,4578.4284554 +329,0.412869244,-0.050245578,5,-1.531320211,0.7346937278,7445.4503355 +330,0.17524381,0.976660285,5,-1.531320211,0.7346937278,4151.3378716 +331,0.743157214,0.204812899,5,-1.531320211,0.7346937278,7569.7408083 +332,-1.070758176,0.269382282,5,-1.531320211,0.7346937278,2419.635799 +333,-1.230364251,0.329790229,5,-1.531320211,0.7346937278,1896.2049702 +334,-1.374813124,-0.024926835,5,-1.531320211,0.7346937278,3060.6514582 +335,0.519780566,0.463669906,5,-1.531320211,0.7346937278,6249.0570417 +336,-1.55108034,0.239698561,5,-1.531320211,0.7346937278,1961.848942 +337,0.180294813,0.029739425,5,-1.531320211,0.7346937278,6555.7098689 +338,0.67820924,0.268170153,5,-1.531320211,0.7346937278,7218.4983294 +339,0.445798684,1.024001867,5,-1.531320211,0.7346937278,4504.4879156 +340,0.691751283,0.150521402,5,-1.531320211,0.7346937278,7616.2865264 +341,-1.036643551,-0.903056181,5,-1.531320211,0.7346937278,6706.3124905 +342,-0.120287036,1.083325163,5,-1.531320211,0.7346937278,3431.8381336 +343,2.823513113,-0.304487164,5,-1.531320211,0.7346937278,8065.1613245 +344,0.457583172,1.12513373,5,-1.531320211,0.7346937278,4261.3270869 +345,0.042918831,0.813795399,5,-1.531320211,0.7346937278,4213.8210163 +346,1.196146777,-0.853142756,5,-1.531320211,0.7346937278,11208.302249 +347,0.206001358,-0.010430701,5,-1.531320211,0.7346937278,6738.2476123 +348,-0.268308653,0.234799412,5,-1.531320211,0.7346937278,4701.0883113 +349,0.759363263,0.736189579,5,-1.531320211,0.7346937278,5874.5155538 +350,0.181363926,0.891988372,5,-1.531320211,0.7346937278,4346.9787236 +351,-0.021111158,0.139103292,5,-1.531320211,0.7346937278,5675.7746043 +352,-0.093355215,0.630686981,5,-1.531320211,0.7346937278,4262.8074099 +353,0.40118964,0.681375926,5,-1.531320211,0.7346937278,5350.303185 +354,-0.721197315,1.304706234,5,-1.531320211,0.7346937278,2669.9788795 +355,-1.076150317,0.212107639,5,-1.531320211,0.7346937278,2596.8788986 +356,-1.577164531,0.273993443,5,-1.531320211,0.7346937278,1831.509622 +357,-0.190788414,0.182208586,5,-1.531320211,0.7346937278,5064.6606729 +358,-0.261349752,0.209710184,5,-1.531320211,0.7346937278,4786.0820923 +359,-1.029303852,0.083549259,5,-1.531320211,0.7346937278,3127.4726924 +360,-1.268609162,0.330525297,5,-1.531320211,0.7346937278,1828.3342123 +361,1.282982244,-0.926641967,5,-1.531320211,0.7346937278,11291.510747 +362,0.217352334,0.731352408,5,-1.531320211,0.7346937278,4805.5927619 +363,-1.511833084,0.258629297,5,-1.531320211,0.7346937278,1886.8680889 +364,0.338812194,0.823184618,5,-1.531320211,0.7346937278,4835.9269232 +365,-0.324406489,1.134201999,5,-1.531320211,0.7346937278,3042.8999701 +366,1.389579348,0.399185724,5,-1.531320211,0.7346937278,7880.3624788 +367,2.047152199,-0.039082036,5,-1.531320211,0.7346937278,9282.308044 +368,0.947780369,0.568250077,5,-1.531320211,0.7346937278,6747.7484715 +369,0.763824846,0.576754987,5,-1.531320211,0.7346937278,6406.6386497 +370,-0.142334657,0.928153068,5,-1.531320211,0.7346937278,3587.947715 +371,0.610266567,0.547265983,5,-1.531320211,0.7346937278,6196.3404959 +372,0.210731629,0.746815056,5,-1.531320211,0.7346937278,4752.2674933 +373,-1.34931644,0.316895224,5,-1.531320211,0.7346937278,1765.1481707 +374,2.407696481,0.655030745,5,-1.531320211,0.7346937278,6232.5999397 +375,0.64207831,0.545359131,5,-1.531320211,0.7346937278,6268.8088321 +376,1.174597538,0.840588356,5,-1.531320211,0.7346937278,6020.9286462 +377,0.660059424,0.010604079,5,-1.531320211,0.7346937278,7957.8897727 +378,-0.730263819,0.010486456,5,-1.531320211,0.7346937278,4039.968301 +379,0.831068936,0.512339172,5,-1.531320211,0.7346937278,6744.4271132 +380,1.301180979,0.72367476,5,-1.531320211,0.7346937278,6562.3530405 +381,1.811128231,0.322854402,5,-1.531320211,0.7346937278,8190.8651397 +382,0.435105812,0.992284428,5,-1.531320211,0.7346937278,4570.6466674 +383,0.62643634,0.592027932,5,-1.531320211,0.7346937278,6090.9146736 +384,0.492988703,-0.516339467,5,-1.531320211,0.7346937278,8839.0019483 +385,-0.162469483,0.112549365,5,-1.531320211,0.7346937278,5330.3911581 +386,0.314630866,0.472006421,5,-1.531320211,0.7346937278,5724.5764143 +387,0.166744804,0.822815954,5,-1.531320211,0.7346937278,4472.8754767 +388,0.417159608,0.965805736,5,-1.531320211,0.7346937278,4610.2876741 +389,0.106334961,0.868774244,5,-1.531320211,0.7346937278,4239.5906593 +390,0.815086969,-0.338144359,5,-1.531320211,0.7346937278,9363.2201715 +391,0.59867455,-0.230624824,5,-1.531320211,0.7346937278,8464.8236795 +392,1.915104874,0.066220985,5,-1.531320211,0.7346937278,9087.197144 +393,1.278093622,0.064463721,5,-1.531320211,0.7346937278,9060.409963 +394,-0.061477853,0.302997961,5,-1.531320211,0.7346937278,5133.2475439 +395,0.251311504,0.626976942,5,-1.531320211,0.7346937278,5151.5279704 +396,2.950242872,0.149095644,5,-1.531320211,0.7346937278,6492.6830418 +397,-0.180294708,0.35375117,5,-1.531320211,0.7346937278,4660.8952478 +398,1.010448592,-0.351180233,5,-1.531320211,0.7346937278,9932.9990931 +399,-1.748740498,0.3686318073,5,-1.531320211,0.7346937278,1620.7543345 +400,2.699635665,0.123533791,5,-1.531320211,0.7346937278,7257.1098471 +401,0.496808033,0.823843254,5,-1.531320211,0.7346937278,5141.9875042 +402,0.129574704,0.763364087,5,-1.531320211,0.7346937278,4525.8939288 +403,1.798920311,0.817447563,5,-1.531320211,0.7346937278,6260.1413145 +404,0.335987953,0.746786541,5,-1.531320211,0.7346937278,5030.5925956 +405,-1.085413643,0.292154671,5,-1.531320211,0.7346937278,2313.7865922 +406,-0.155321003,0.508207011,5,-1.531320211,0.7346937278,4365.5836106 +407,0.620529244,-0.301175104,5,-1.531320211,0.7346937278,8710.9171232 +408,1.684402744,0.368716966,5,-1.531320211,0.7346937278,8064.8089997 +409,0.300582244,-0.386397212,5,-1.531320211,0.7346937278,7982.8271323 +410,2.913555946,-0.009225192,5,-1.531320211,0.7346937278,7028.8874951 +411,1.465101417,0.493232532,5,-1.531320211,0.7346937278,7551.1549935 +412,0.090612882,0.907955955,5,-1.531320211,0.7346937278,4124.7220308 +413,2.987564726,-0.729568594,5,-1.531320211,0.7346937278,8543.8605434 +414,-1.484261606,0.224149272,5,-1.531320211,0.7346937278,2028.749369 +415,0.164073421,0.303955133,5,-1.531320211,0.7346937278,5774.7811155 +416,0.141441293,0.167552546,5,-1.531320211,0.7346937278,6074.0549156 +417,2.931321023,-0.506718887,5,-1.531320211,0.7346937278,8230.7477307 +418,2.21951565,0.700596356,5,-1.531320211,0.7346937278,6352.7882122 +419,0.268112576,1.199114336,5,-1.531320211,0.7346937278,3850.7791728 +420,0.978913739,0.359223811,5,-1.531320211,0.7346937278,7533.455204 +421,1.210898818,0.522863584,5,-1.531320211,0.7346937278,7253.7039559 +422,2.347397336,0.129231362,5,-1.531320211,0.7346937278,8108.2834018 +423,0.614394501,0.556878345,5,-1.531320211,0.7346937278,6175.2575607 +424,-1.398079356,0.148483366,5,-1.531320211,0.7346937278,2368.1485579 +425,2.535303836,-0.112984496,5,-1.531320211,0.7346937278,8384.7386677 +426,-1.019372593,-0.405322349,5,-1.531320211,0.7346937278,4889.1826925 +427,-1.297785627,-0.160104069,5,-1.531320211,0.7346937278,3644.2639432 +428,2.144554488,0.205051084,5,-1.531320211,0.7346937278,8244.6173307 +429,-2.242387083,-0.426171285,5,-1.531320211,0.7346937278,5283.0765974 +430,0.338637212,0.909723676,5,-1.531320211,0.7346937278,4614.0541493 +431,-0.148798452,0.691042401,5,-1.531320211,0.7346937278,3989.3392178 +432,0.893524764,0.441829531,5,-1.531320211,0.7346937278,7096.8345114 +433,0.969229347,-0.368847936,5,-1.531320211,0.7346937278,9871.3654627 +434,0.436043248,0.800045688,5,-1.531320211,0.7346937278,5092.7347201 +435,1.687946607,1.081504775,5,-1.531320211,0.7346937278,5245.5918288 +436,0.522302046,-0.034889271,5,-1.531320211,0.7346937278,7713.3323707 +437,-0.178996113,-0.438090009,5,-1.531320211,0.7346937278,6773.2281316 +438,-1.094339566,0.301444068,5,-1.531320211,0.7346937278,2264.2000729 +439,-1.064070054,0.242569932,5,-1.531320211,0.7346937278,2521.5744959 +440,-1.068153768,0.230387998,5,-1.531320211,0.7346937278,2552.8887987 +441,-3.00496892,-0.23989155,5,-1.531320211,0.7346937278,6576.3641053 +442,0.21751974,0.766874888,5,-1.531320211,0.7346937278,4718.4387964 +443,0.117229532,0.007619006,5,-1.531320211,0.7346937278,6430.0859392 +444,0.777758451,0.420554741,5,-1.531320211,0.7346937278,6947.6781779 +445,-0.252356999,0.250747086,5,-1.531320211,0.7346937278,4707.2367472 +446,0.363148444,0.768483434,5,-1.531320211,0.7346937278,5030.5921562 +447,0.903191366,-0.118210676,5,-1.531320211,0.7346937278,8969.0372218 +448,-0.205755923,0.149406178,5,-1.531320211,0.7346937278,5106.356765 +449,1.811996086,0.02364353,5,-1.531320211,0.7346937278,9354.4074839 +450,-1.100670221,0.314845373,5,-1.531320211,0.7346937278,2207.1430273 +451,0.340078597,0.850105132,5,-1.531320211,0.7346937278,4768.7975525 +452,0.258757267,0.804969236,5,-1.531320211,0.7346937278,4715.0379628 +453,2.78505352,-0.155160804,5,-1.531320211,0.7346937278,7793.3307657 +454,0.800551619,0.105822106,5,-1.531320211,0.7346937278,8018.2327697 +455,0.437940882,-0.506194031,5,-1.531320211,0.7346937278,8657.3299946 +456,2.230431122,0.63458615,5,-1.531320211,0.7346937278,6574.4381599 +457,0.527965361,0.127667701,5,-1.531320211,0.7346937278,7263.9471458 +458,-0.063643205,0.702093448,5,-1.531320211,0.7346937278,4187.8650156 +459,1.408447268,0.133010502,5,-1.531320211,0.7346937278,8929.9847289 +460,0.523795955,0.280266966,5,-1.531320211,0.7346937278,6804.6526959 +461,-0.975769313,0.072177659,5,-1.531320211,0.7346937278,3275.4437594 +462,0.549774164,-0.463663986,5,-1.531320211,0.7346937278,8890.925871 +463,0.29245874,1.095549818,5,-1.531320211,0.7346937278,4097.035468 +464,0.143625958,0.816809593,5,-1.531320211,0.7346937278,4435.5350427 +465,0.671902494,0.611159853,5,-1.531320211,0.7346937278,6121.1379646 +466,1.239840988,0.6724199,5,-1.531320211,0.7346937278,6712.6700127 +467,0.607829703,-0.10932137,5,-1.531320211,0.7346937278,8160.6866869 +468,1.763020906,0.263996692,5,-1.531320211,0.7346937278,8448.8661576 +469,0.378714634,0.726066797,5,-1.531320211,0.7346937278,5178.350822 +470,2.196736143,-0.153862366,5,-1.531320211,0.7346937278,9368.7471457 +471,0.01702415,0.148991565,5,-1.531320211,0.7346937278,5761.4790165 +472,-2.998490902,-0.158002487,5,-1.531320211,0.7346937278,6339.4963598 +473,-3.051262951,-0.346595608,5,-1.531320211,0.7346937278,6988.1723137 +474,-1.069176439,0.182802941,5,-1.531320211,0.7346937278,2709.7012526 +475,0.167157509,0.595344954,5,-1.531320211,0.7346937278,5024.5703423 +476,0.613855648,0.681746124,5,-1.531320211,0.7346937278,5787.7808691 +477,1.037012736,0.682555367,5,-1.531320211,0.7346937278,6463.2861304 +478,-1.253574971,0.379755746,5,-1.531320211,0.7346937278,1681.3329979 +479,3.108590453,-0.132620738,5,-1.531320211,0.7346937278,6785.9170908 +480,0.565301296,0.022333262,5,-1.531320211,0.7346937278,7669.536561 +481,0.547898238,0.855555614,5,-1.531320211,0.7346937278,5142.3511557 +482,0.948309381,0.417393755,5,-1.531320211,0.7346937278,7277.3347776 +483,-0.050600732,0.945269213,5,-1.531320211,0.7346937278,3758.9019595 +484,-0.977651478,-0.572363064,5,-1.531320211,0.7346937278,5555.3078455 +485,1.102014914,0.728861163,5,-1.531320211,0.7346937278,6368.7880999 +486,2.927300795,-0.282939414,5,-1.531320211,0.7346937278,7706.2838724 +487,-1.154565557,0.124434095,5,-1.531320211,0.7346937278,2754.1062145 +488,1.855331234,0.291044755,5,-1.531320211,0.7346937278,8283.2419828 +489,0.830290659,0.276904518,5,-1.531320211,0.7346937278,7529.6056937 +490,0.485104466,-0.234867441,5,-1.531320211,0.7346937278,8146.8108696 +491,0.521367572,-0.33161327,5,-1.531320211,0.7346937278,8497.5092783 +1,-1.539031704,0.7349710123,6,-1.539451648,0.7335131775,5.9050316745 +2,-1.536990553,0.7349663874,6,-1.539451648,0.7335131775,9.2467386828 +3,-1.534951779,0.7349571355,6,-1.539451648,0.7335131775,14.414771561 +4,-1.532906461,0.7349480293,6,-1.539451648,0.7335131775,20.067322372 +5,-1.531320211,0.7346937278,6,-1.539451648,0.7335131775,24.365591325 +6,-1.539451648,0.7335131775,6,-1.539451648,0.7335131775,2.9029608463 +7,-1.537429487,0.7335445708,6,-1.539451648,0.7335131775,5.951095068 +8,-1.535484998,0.7335658704,6,-1.539451648,0.7335131775,11.672807491 +9,-1.533488396,0.7336036027,6,-1.539451648,0.7335131775,17.548830248 +10,-1.531497785,0.7335842962,6,-1.539451648,0.7335131775,23.403867256 +11,-1.530259379,0.7334777758,6,-1.539451648,0.7335131775,27.047510602 +12,-1.5335454,0.7322346912,6,-1.539451648,0.7335131775,18.110586127 +13,-1.531489083,0.7322238773,6,-1.539451648,0.7335131775,23.991955745 +14,-1.530011122,0.7321679851,6,-1.539451648,0.7335131775,28.300120834 +15,-1.53348106,0.7306614094,6,-1.539451648,0.7335131775,20.904659892 +16,-1.531441779,0.7306962275,6,-1.539451648,0.7335131775,26.102591803 +17,-1.529755654,0.7306933243,6,-1.539451648,0.7335131775,30.671115006 +18,-1.533415048,0.7291384674,6,-1.539451648,0.7335131775,24.839230378 +19,-1.531392093,0.7291705353,6,-1.539451648,0.7335131775,29.33305409 +20,-1.529296523,0.7291214933,6,-1.539451648,0.7335131775,34.625561905 +21,-1.535280942,0.727267644,6,-1.539451648,0.7335131775,27.63032045 +22,-1.533378158,0.7276139666,6,-1.539451648,0.7335131775,29.445645476 +23,-1.531340368,0.7276446587,6,-1.539451648,0.7335131775,33.360694696 +24,-1.528960113,0.7276398177,6,-1.539451648,0.7335131775,38.719442204 +25,-1.533313146,0.7260818349,6,-1.539451648,0.7335131775,34.566592034 +26,-1.531259555,0.7260958115,6,-1.539451648,0.7335131775,38.053455052 +27,-1.528926415,0.7260865555,6,-1.539451648,0.7335131775,42.78802036 +28,-1.531226779,0.7245511789,6,-1.539451648,0.7335131775,43.017573255 +29,-1.528904772,0.7245519194,6,-1.539451648,0.7335131775,47.230242042 +30,-1.547195875,0.7409785979,6,-1.539451648,0.7335131775,37.284311226 +31,-1.5451475,0.740980426,6,-1.539451648,0.7335131775,33.967880094 +32,-1.543097679,0.7409798872,6,-1.539451648,0.7335131775,31.44882369 +33,-1.540720364,0.7409892687,6,-1.539451648,0.7335131775,29.845582743 +34,-1.547188511,0.7395198392,6,-1.539451648,0.7335131775,32.885949278 +35,-1.545148587,0.7395226109,6,-1.539451648,0.7335131775,29.08693887 +36,-1.543104538,0.7395314908,6,-1.539451648,0.7335131775,26.137486628 +37,-1.540727751,0.7395306258,6,-1.539451648,0.7335131775,24.12745212 +38,-1.547187029,0.7380014886,6,-1.539451648,0.7335131775,28.844178656 +39,-1.545147315,0.7380012252,6,-1.539451648,0.7335131775,24.407764843 +40,-1.54310719,0.7380060743,6,-1.539451648,0.7335131775,20.782911105 +41,-1.540719671,0.7380068206,6,-1.539451648,0.7335131775,18.184590562 +42,-1.547187189,0.7364799098,6,-1.539451648,0.7335131775,25.588029006 +43,-1.545149996,0.7364853874,6,-1.539451648,0.7335131775,20.468557486 +44,-1.543106091,0.7364823484,6,-1.539451648,0.7335131775,15.925676871 +45,-1.540717158,0.7364893901,6,-1.539451648,0.7335131775,12.361348662 +46,-1.538663972,0.7410138672,6,-1.539451648,0.7335131775,29.799878529 +47,-1.53695285,0.7409699132,6,-1.539451648,0.7335131775,30.43148174 +48,-1.534910498,0.7409641297,6,-1.539451648,0.7335131775,32.378389785 +49,-1.533145034,0.7409536636,6,-1.539451648,0.7335131775,34.793694081 +50,-1.538681336,0.7395405883,6,-1.539451648,0.7335131775,23.981334886 +51,-1.536999189,0.7395183096,6,-1.539451648,0.7335131775,24.851097278 +52,-1.534923633,0.7395144222,6,-1.539451648,0.7335131775,27.232255301 +53,-1.533267822,0.7395654306,6,-1.539451648,0.7335131775,30.065722918 +54,-1.53867273,0.7380151077,6,-1.539451648,0.7335131775,17.978225575 +55,-1.536980576,0.7379994392,6,-1.539451648,0.7335131775,19.194405399 +56,-1.534931522,0.7379944961,6,-1.539451648,0.7335131775,22.164106384 +57,-1.533387952,0.7379480264,6,-1.539451648,0.7335131775,25.012433632 +58,-1.538682279,0.7364914363,6,-1.539451648,0.7335131775,12.011545119 +59,-1.536980704,0.7364810563,6,-1.539451648,0.7335131775,13.817182927 +60,-1.534935567,0.7364752065,6,-1.539451648,0.7335131775,17.71294278 +61,-1.533042592,0.7363876366,6,-1.539451648,0.7335131775,22.007303126 +62,-1.545143426,0.7349628011,6,-1.539451648,0.7335131775,17.693772542 +63,-1.543105297,0.7349691947,6,-1.539451648,0.7335131775,12.193363052 +64,-1.541064533,0.7349647152,6,-1.539451648,0.7335131775,7.4531171056 +65,-1.545411803,0.7334624714,6,-1.539451648,0.7335131775,17.538327293 +66,-1.543446606,0.7334780896,6,-1.539451648,0.7335131775,11.755518673 +67,-1.541475327,0.7334957295,6,-1.539451648,0.7335131775,5.9547961153 +68,-1.545401939,0.731963266,6,-1.539451648,0.7335131775,18.564459496 +69,-1.54342253,0.7319915583,6,-1.539451648,0.7335131775,13.153769866 +70,-1.541455867,0.7320216438,6,-1.539451648,0.7335131775,8.3502349274 +71,-1.545410146,0.7304422281,6,-1.539451648,0.7335131775,21.358394456 +72,-1.543435491,0.7304713664,6,-1.539451648,0.7335131775,16.821003789 +73,-1.541463105,0.7304997613,6,-1.539451648,0.7335131775,13.326432732 +74,-1.545414768,0.7289194936,6,-1.539451648,0.7335131775,25.302097511 +75,-1.543435774,0.7289538557,6,-1.539451648,0.7335131775,21.54364511 +76,-1.541457714,0.7289765881,6,-1.539451648,0.7335131775,18.917781309 +77,-1.539449415,0.7320555866,6,-1.539451648,0.7335131775,5.7735215164 +78,-1.537429183,0.7321097681,6,-1.539451648,0.7335131775,8.1460352582 +79,-1.535472649,0.7321497267,6,-1.539451648,0.7335131775,12.899687549 +80,-1.539457899,0.7305333307,6,-1.539451648,0.7335131775,11.803187875 +81,-1.537453161,0.7305750503,6,-1.539451648,0.7335131775,13.042610956 +82,-1.535479385,0.7306124949,6,-1.539451648,0.7335131775,16.400331542 +83,-1.53946905,0.7290102593,6,-1.539451648,0.7335131775,17.836132897 +84,-1.537459922,0.7290417293,6,-1.539451648,0.7335131775,18.659462812 +85,-1.535451349,0.7290890157,6,-1.539451648,0.7335131775,21.1230666 +86,-1.535522937,0.7279887191,6,-1.539451648,0.7335131775,24.761393925 +87,-1.539442524,0.7274735939,6,-1.539451648,0.7335131775,23.922805764 +88,-1.537424111,0.727521351,6,-1.539451648,0.7335131775,24.475829886 +89,-1.539384641,0.7259505092,6,-1.539451648,0.7335131775,29.956382654 +90,-1.537372391,0.7259947145,6,-1.539451648,0.7335131775,30.406699302 +91,-1.535340789,0.7260435356,6,-1.539451648,0.7335131775,31.979517942 +92,-1.539325716,0.7244369706,6,-1.539451648,0.7335131775,35.952780588 +93,-1.537308932,0.7244801057,6,-1.539451648,0.7335131775,36.335638291 +94,-1.535289068,0.7245247645,6,-1.539451648,0.7335131775,37.666942605 +95,-1.533261366,0.7245550236,6,-1.539451648,0.7335131775,39.918367662 +96,-1.539267302,0.722921924,6,-1.539451648,0.7335131775,41.955495101 +97,-1.537248972,0.7229660258,6,-1.539451648,0.7335131775,42.281690866 +98,-1.535219431,0.7229916471,6,-1.539451648,0.7335131775,43.513250784 +99,-1.53318962,0.7230212049,6,-1.539451648,0.7335131775,45.495094849 +100,-1.531154816,0.7230299897,6,-1.539451648,0.7335131775,48.226463154 +101,-1.528878341,0.7230370244,6,-1.539451648,0.7335131775,51.950624102 +102,-1.539218189,0.7214009878,6,-1.539451648,0.7335131775,47.981354076 +103,-1.537198791,0.7214422745,6,-1.539451648,0.7335131775,48.275080821 +104,-1.535179266,0.7214634354,6,-1.539451648,0.7335131775,49.374015061 +105,-1.533156501,0.7214944644,6,-1.539451648,0.7335131775,51.118716659 +106,-1.53113574,0.7215166021,6,-1.539451648,0.7335131775,53.508295665 +107,-1.528874248,0.7215345535,6,-1.539451648,0.7335131775,56.835305977 +108,-1.539217656,0.7198512397,6,-1.539451648,0.7335131775,54.119369033 +109,-1.537199919,0.7199428763,6,-1.539451648,0.7335131775,54.163668188 +110,-1.545425832,0.727397149,6,-1.539451648,0.7335131775,29.959415585 +111,-1.543371177,0.7273916949,6,-1.539451648,0.7335131775,26.863706798 +112,-1.541368852,0.7274523163,6,-1.539451648,0.7335131775,24.664438113 +113,-1.545349067,0.7258710923,6,-1.539451648,0.7335131775,34.920730107 +114,-1.54332671,0.7258603556,6,-1.539451648,0.7335131775,32.400019314 +115,-1.541346831,0.7259242142,6,-1.539451648,0.7335131775,30.576191421 +116,-1.545324355,0.7243383958,6,-1.539451648,0.7335131775,40.27073015 +117,-1.543292796,0.7243617413,6,-1.539451648,0.7335131775,37.983712219 +118,-1.541295822,0.7244024384,6,-1.539451648,0.7335131775,36.496602722 +119,-1.543193859,0.7205570215,6,-1.539451648,0.7335131775,52.500682712 +120,-1.550257047,0.7386738187,6,-1.539451648,0.7335131775,37.735068162 +121,-1.549335448,0.7311736483,6,-1.539451648,0.7335131775,30.55136475 +122,-1.533478843,0.7179891343,6,-1.539451648,0.7335131775,63.9863443 +123,-1.556150555,0.738907041,6,-1.539451648,0.7335131775,53.467890706 +124,-1.554324226,0.733414257,6,-1.539451648,0.7335131775,43.763670704 +125,-1.554290846,0.7288285332,6,-1.539451648,0.7335131775,47.525825927 +126,-1.55122487,0.7219795312,6,-1.539451648,0.7335131775,57.441252483 +127,-1.525104458,0.7229399862,6,-1.539451648,0.7335131775,59.60633753 +128,-1.519607711,0.7236181429,6,-1.539451648,0.7335131775,70.537483332 +129,-1.513899999,0.7251107854,6,-1.539451648,0.7335131775,82.477184283 +130,-1.536620762,0.7431061895,6,-1.539451648,0.7335131775,38.892405855 +131,-1.5369566,0.7460845958,6,-1.539451648,0.7335131775,50.327541499 +132,-1.545345528,0.7447040685,6,-1.539451648,0.7335131775,47.566636347 +133,-1.532813921,0.7432306626,6,-1.539451648,0.7335131775,43.12352559 +134,-1.554788248,0.7382381001,6,-1.539451648,0.7335131775,48.763401042 +135,-1.540348126,0.7301594274,6,-1.539451648,0.7335131775,13.544326194 +136,-1.538016084,0.7239051786,6,-1.539451648,0.7335131775,38.292978915 +137,-1.525288962,0.7258085137,6,-1.539451648,0.7335131775,51.767514766 +138,-1.534326986,0.731241342,6,-1.539451648,0.7335131775,17.572790897 +139,-1.530733872,0.7303625216,6,-1.539451648,0.7335131775,28.558076268 +141,-1.534354939,0.7328219978,6,-1.539451648,0.7335131775,15.248683621 +142,-1.53157084,0.7292888153,6,-1.539451648,0.7335131775,28.630563438 +143,-1.525691035,0.7263799874,6,-1.539451648,0.7335131775,49.47856302 +144,-1.534031287,0.7495967835,6,-1.539451648,0.7335131775,65.644870892 +145,-1.527714986,0.7283095957,6,-1.539451648,0.7335131775,40.285836721 +146,-1.526189586,0.7271468292,6,-1.539451648,0.7335131775,46.554088213 +147,-1.555177336,0.7375563366,6,-1.539451648,0.7335131775,48.883381555 +148,-1.555080283,0.7312707794,6,-1.539451648,0.7335131775,46.880036886 +149,-1.53856994,0.7224180299,6,-1.539451648,0.7335131775,44.025145679 +150,-1.530837883,0.729933372,6,-1.539451648,0.7335131775,29.07710713 +151,-1.515066984,0.5854133365,6,-1.539451648,0.7335131775,591.54388501 +152,-1.534731633,0.5368370046,6,-1.539451648,0.7335131775,779.17843984 +153,-1.515231902,0.5607085576,6,-1.539451648,0.7335131775,688.71632023 +154,-2.616253799,1.0684566605,6,-1.539451648,0.7335131775,2824.4835911 +155,-1.956071439,0.5792177723,6,-1.539451648,0.7335131775,1436.6345257 +156,-1.951208514,0.5602434208,6,-1.539451648,0.7335131775,1464.4282605 +157,-1.944675062,0.6062144545,6,-1.539451648,0.7335131775,1350.1207119 +158,-1.613778386,0.6077989518,6,-1.539451648,0.7335131775,548.58242533 +159,-2.035029014,0.6021432345,6,-1.539451648,0.7335131775,1617.9012173 +160,-2.114989471,0.6801825058,6,-1.539451648,0.7335131775,1735.493186 +161,-2.037382079,0.5765830025,6,-1.539451648,0.7335131775,1673.2502502 +162,-2.129855121,0.6585019963,6,-1.539451648,0.7335131775,1807.0159634 +163,-2.075141798,0.6493615843,6,-1.539451648,0.7335131775,1658.8194175 +164,-1.828626729,0.6948433129,6,-1.539451648,0.7335131775,877.51395599 +165,-1.863329418,0.6735427691,6,-1.539451648,0.7335131775,1004.5060125 +166,-1.266037071,0.727988852,6,-1.539451648,0.7335131775,805.64815344 +167,-1.277579582,0.7249010648,6,-1.539451648,0.7335131775,773.2593314 +168,-1.258418684,0.7241194816,6,-1.539451648,0.7335131775,829.99229932 +169,-1.317813974,0.6804850104,6,-1.539451648,0.7335131775,698.96433133 +170,-1.344165204,0.6790988904,6,-1.539451648,0.7335131775,626.11533011 +171,-1.427582102,0.5277120351,6,-1.539451648,0.7335131775,889.59321079 +172,-1.402238616,0.457167829,6,-1.539451648,0.7335131775,1182.1496943 +173,-1.422454264,0.4996161999,6,-1.539451648,0.7335131775,999.80087213 +174,-1.439089277,0.4894859811,6,-1.539451648,0.7335131775,1019.2707918 +175,-1.448126995,0.5182330266,6,-1.539451648,0.7335131775,901.22871352 +176,-1.474626146,0.5881926574,6,-1.539451648,0.7335131775,610.09537 +177,-1.421139645,0.5584869783,6,-1.539451648,0.7335131775,787.16925766 +178,-1.457037165,0.565943032,6,-1.539451648,0.7335131775,712.51317234 +179,-2.757159358,0.3745319,6,-1.539451648,0.7335131775,4220.8239149 +180,-2.714309238,0.342054471,6,-1.539451648,0.7335131775,4173.2751071 +181,-2.000525337,0.774119946,6,-1.539451648,0.7335131775,1335.3388432 +183,-1.571413436,0.6777838382,6,-1.539451648,0.7335131775,240.84550658 +184,-1.552860289,0.6987663893,6,-1.539451648,0.7335131775,143.34295192 +185,-1.521852374,0.7165827476,6,-1.539451648,0.7335131775,84.966725961 +186,-1.503656267,0.6928968252,6,-1.539451648,0.7335131775,193.32613843 +187,-1.502753178,0.7136205882,6,-1.539451648,0.7335131775,134.44338323 +188,-1.631894563,0.7343596465,6,-1.539451648,0.7335131775,271.87169029 +189,-1.653765416,0.6770714026,6,-1.539451648,0.7335131775,410.72265371 +190,-1.719812114,0.6715965947,6,-1.539451648,0.7335131775,597.31865816 +191,-1.493406659,0.6646955447,6,-1.539451648,0.7335131775,306.21281764 +192,-1.469120564,0.6613469966,6,-1.539451648,0.7335131775,356.7026068 +193,-1.590551461,0.5326612937,6,-1.539451648,0.7335131775,811.9912519 +194,-1.625979264,0.5247742243,6,-1.539451648,0.7335131775,871.59289512 +195,-1.572293943,0.5238808754,6,-1.539451648,0.7335131775,836.92992514 +196,-1.610848725,0.5477107964,6,-1.539451648,0.7335131775,769.8352717 +197,-1.208485554,0.7918526018,6,-1.539451648,0.7335131775,973.06024458 +198,-1.335601374,0.6869083083,6,-1.539451648,0.7335131775,638.85143752 +199,-1.346156996,0.6825213377,6,-1.539451648,0.7335131775,615.1400587 +200,-1.324381037,0.6741422347,6,-1.539451648,0.7335131775,689.94762855 +201,-1.242424992,0.7378949807,6,-1.539451648,0.7335131775,870.94507349 +202,-1.270370057,0.7392461008,6,-1.539451648,0.7335131775,788.9249623 +203,-1.448950472,0.7441675014,6,-1.539451648,0.7335131775,268.29720773 +204,-1.492662363,0.7523026852,6,-1.539451648,0.7335131775,155.45857631 +205,-1.479098966,0.7763855017,6,-1.539451648,0.7335131775,243.16609386 +206,-1.633760714,0.7869022408,6,-1.539451648,0.7335131775,343.39111055 +207,-1.647406434,0.8101289331,6,-1.539451648,0.7335131775,431.02568033 +208,-1.564245052,0.5701509278,6,-1.539451648,0.7335131775,651.74193978 +209,-1.646289963,0.6833746083,6,-1.539451648,0.7335131775,377.62574278 +210,-1.5820631,0.6751952144,6,-1.539451648,0.7335131775,264.36078508 +211,-1.613236298,0.6681681791,6,-1.539451648,0.7335131775,341.79691892 +212,-1.914661867,0.8212566515,6,-1.539451648,0.7335131775,1110.6664543 +213,-1.742133237,0.7250275956,6,-1.539451648,0.7335131775,599.11429289 +214,-2.033144872,0.6557314699,6,-1.539451648,0.7335131775,1526.3264027 +215,-2.039551981,0.6964723658,6,-1.539451648,0.7335131775,1495.9168372 +216,-1.247341019,0.7622473908,6,-1.539451648,0.7335131775,854.38029388 +217,-1.298239787,0.7084123392,6,-1.539451648,0.7335131775,723.73737303 +218,-1.308539688,0.6926545592,6,-1.539451648,0.7335131775,709.6724427 +219,-1.303263185,0.6888938396,6,-1.539451648,0.7335131775,729.58182291 +220,-1.852400229,0.6004246149,6,-1.539451648,0.7335131775,1104.3029913 +221,-1.288947707,0.7473773692,6,-1.539451648,0.7335131775,733.60805614 +222,-1.372031502,0.7472790993,6,-1.539451648,0.7335131775,492.29408464 +223,-1.289805721,0.7242157877,6,-1.539451648,0.7335131775,737.67067867 +224,-1.350807603,0.7533498126,6,-1.539451648,0.7335131775,555.24696952 +225,-1.329290365,0.7560442322,6,-1.539451648,0.7335131775,617.9617129 +226,-1.410153004,0.616936428,6,-1.539451648,0.7335131775,610.26304634 +227,-1.393445434,0.6308995063,6,-1.539451648,0.7335131775,605.0099416 +228,-1.37595573,0.6241540638,6,-1.539451648,0.7335131775,663.86644318 +229,-1.358388707,0.6172645205,6,-1.539451648,0.7335131775,723.85513677 +230,-1.753741133,0.8281661666,6,-1.539451648,0.7335131775,708.74496774 +231,-1.47430987,0.6834615681,6,-1.539451648,0.7335131775,278.68015622 +232,-1.421012508,0.7222725206,6,-1.539451648,0.7335131775,352.97018421 +233,-1.4476833,0.6978557868,6,-1.539451648,0.7335131775,308.45593297 +234,-1.470370723,0.6966193374,6,-1.539451648,0.7335131775,253.0177183 +235,-1.429211703,0.7037216883,6,-1.539451648,0.7335131775,349.11712695 +236,-1.700578405,0.6178673663,6,-1.539451648,0.7335131775,675.87332446 +237,-1.678117619,0.6331716163,6,-1.539451648,0.7335131775,582.07703531 +238,-1.725644578,0.6316331145,6,-1.539451648,0.7335131775,699.37365668 +239,-2.14012759,0.7930497945,6,-1.539451648,0.7335131775,1721.9071961 +240,-2.103289431,0.7653606263,6,-1.539451648,0.7335131775,1629.4186833 +241,-1.318739838,0.7017808746,6,-1.539451648,0.7335131775,669.84069693 +242,-1.396417427,0.7077900843,6,-1.539451648,0.7335131775,437.53034257 +243,-1.35650337,0.7185539404,6,-1.539451648,0.7335131775,544.7904535 +244,-1.248884539,0.7274156818,6,-1.539451648,0.7335131775,856.27962362 +245,-1.395014798,0.5761185243,6,-1.539451648,0.7335131775,770.24715461 +246,-1.433377362,0.6064716109,6,-1.539451648,0.7335131775,601.01727186 +247,-1.408172432,0.5903155476,6,-1.539451648,0.7335131775,699.33433845 +248,-1.749645898,0.7757118084,6,-1.539451648,0.7335131775,628.5091022 +249,-1.571626686,0.615046989,6,-1.539451648,0.7335131775,479.65347149 +250,-1.514070049,0.6303003037,6,-1.539451648,0.7335131775,416.19106747 +251,-1.480890369,0.6237966528,6,-1.539451648,0.7335131775,470.49829065 +252,-1.704390658,0.5281680612,6,-1.539451648,0.7335131775,968.06206647 +253,-1.64434733,0.5254277498,6,-1.539451648,0.7335131775,889.41366413 +254,-1.703855997,0.4792484842,6,-1.539451648,0.7335131775,1138.7190446 +255,-1.692002383,0.5748825051,6,-1.539451648,0.7335131775,789.44505827 +256,-1.854136457,0.5544643913,6,-1.539451648,0.7335131775,1219.2113932 +257,-1.665021206,0.520317736,6,-1.539451648,0.7335131775,934.72583788 +258,-1.733654349,0.4845187345,6,-1.539451648,0.7335131775,1168.4672761 +259,-1.720938188,0.5135933906,6,-1.539451648,0.7335131775,1046.6879436 +260,-1.742668307,0.553296122,6,-1.539451648,0.7335131775,959.56512536 +261,-1.965659039,0.7142126903,6,-1.539451648,0.7335131775,1262.9065014 +262,-1.944438071,0.6772834804,6,-1.539451648,0.7335131775,1237.4828218 +263,-1.270340967,0.7681487096,6,-1.539451648,0.7335131775,790.10049995 +264,-1.353091884,0.6549276821,6,-1.539451648,0.7335131775,646.41867367 +265,-1.333236659,0.6413584414,6,-1.539451648,0.7335131775,728.25689909 +266,-1.352015998,0.6753788907,6,-1.539451648,0.7335131775,610.22525377 +267,-1.377988483,0.6577816235,6,-1.539451648,0.7335131775,574.84066108 +268,-2.13075611,0.8318642051,6,-1.539451648,0.7335131775,1691.2274605 +269,-2.097910953,0.8259670014,6,-1.539451648,0.7335131775,1602.9190577 +270,-1.416382069,0.6694271549,6,-1.539451648,0.7335131775,450.42593645 +271,-1.538905672,0.7535625993,6,-1.539451648,0.7335131775,79.431710161 +272,-1.572309477,0.7803125099,6,-1.539451648,0.7335131775,208.10620649 +273,-1.87759879,0.7503853417,6,-1.539451648,0.7335131775,987.40614202 +274,1.152365588,0.590457682,6,-1.539451648,0.7335131775,6950.723774 +275,0.350198001,0.718001859,6,-1.539451648,0.7335131775,5159.2861981 +276,0.046513677,0.491503852,6,-1.539451648,0.7335131775,4989.9713053 +277,0.027510309,0.742571376,6,-1.539451648,0.7335131775,4351.7795987 +278,0.306285725,-0.214631579,6,-1.539451648,0.7335131775,7594.5227037 +279,-1.100564889,0.318051531,6,-1.539451648,0.7335131775,2212.1527359 +280,-1.078582306,0.301437596,6,-1.539451648,0.7335131775,2314.4648321 +281,-1.137371989,-0.617634065,6,-1.539451648,0.7335131775,5546.9126349 +282,0.784356344,0.703272339,6,-1.539451648,0.7335131775,6041.5605367 +283,-1.221209947,0.218327455,6,-1.539451648,0.7335131775,2316.6464924 +284,2.347301921,-0.449114658,6,-1.539451648,0.7335131775,9781.4857891 +285,0.246820618,0.830553713,6,-1.539451648,0.7335131775,4647.2298969 +286,0.829414965,0.703288228,6,-1.539451648,0.7335131775,6113.7541817 +287,-1.337537566,0.42332223,6,-1.539451648,0.7335131775,1396.207046 +288,0.882453706,0.454478077,6,-1.539451648,0.7335131775,7051.9165132 +289,1.575629659,0.416419109,6,-1.539451648,0.7335131775,7887.9307749 +290,-1.039455679,0.229888244,6,-1.539451648,0.7335131775,2631.6191021 +291,0.489558039,0.934482747,6,-1.539451648,0.7335131775,4834.289916 +292,0.081344504,0.88384514,6,-1.539451648,0.7335131775,4174.9331931 +293,-1.547979814,0.300350308,6,-1.539451648,0.7335131775,1716.0016086 +294,0.040776181,0.168560074,6,-1.539451648,0.7335131775,5803.6261981 +295,-1.130374745,0.563894876,6,-1.539451648,0.7335131775,1448.8370724 +296,1.578326642,0.478507176,6,-1.539451648,0.7335131775,7642.2449578 +297,-1.12861823,-0.291640865,6,-1.539451648,0.7335131775,4329.6316228 +298,0.310524208,0.770885792,6,-1.539451648,0.7335131775,4933.1833085 +299,0.415649091,-0.387246002,6,-1.539451648,0.7335131775,8345.0068611 +300,-0.926533878,-0.188022748,6,-1.539451648,0.7335131775,4275.9143667 +301,1.258856172,-0.11716081,6,-1.539451648,0.7335131775,9721.3709523 +302,-1.126050026,0.322941926,6,-1.539451648,0.7335131775,2140.148801 +303,2.002785835,0.07893892,6,-1.539451648,0.7335131775,8916.8603645 +304,0.440437607,0.746258085,6,-1.539451648,0.7335131775,5271.8726194 +305,-0.030391866,0.214441206,6,-1.539451648,0.7335131775,5475.8318075 +306,0.521557815,-0.058929362,6,-1.539451648,0.7335131775,7802.6148483 +307,-0.097005111,0.13317729,6,-1.539451648,0.7335131775,5492.4098445 +308,1.83113859,0.221857587,6,-1.539451648,0.7335131775,8568.591351 +309,0.222428864,0.099404236,6,-1.539451648,0.7335131775,6515.0835028 +310,-1.702731345,0.8728568183,6,-1.539451648,0.7335131775,710.44460472 +311,-0.418507569,0.278324921,6,-1.539451648,0.7335131775,4173.0020277 +312,-1.41153306,0.339029988,6,-1.539451648,0.7335131775,1620.52107 +313,0.357560442,0.114788776,6,-1.539451648,0.7335131775,6857.6162517 +314,0.325818979,0.268352149,6,-1.539451648,0.7335131775,6342.2406177 +315,-1.246004659,-0.663679965,6,-1.539451648,0.7335131775,5634.6605765 +316,1.814603087,0.637404484,6,-1.539451648,0.7335131775,6959.4684685 +317,1.843704281,-0.18300445,6,-1.539451648,0.7335131775,10107.642778 +318,1.690644492,-0.211480909,6,-1.539451648,0.7335131775,10353.609281 +319,-1.275451936,0.068109467,6,-1.539451648,0.7335131775,2796.2940781 +320,0.762430171,-0.207594741,6,-1.539451648,0.7335131775,8887.530838 +321,0.265668905,-0.014647884,6,-1.539451648,0.7335131775,6947.9200029 +322,-2.773032013,-0.335515811,6,-1.539451648,0.7335131775,6175.8297246 +323,-1.469512853,0.174058777,6,-1.539451648,0.7335131775,2229.3119356 +324,0.286276986,0.785925691,6,-1.539451648,0.7335131775,4842.4935679 +325,-1.379324697,0.377432233,6,-1.539451648,0.7335131775,1507.6181767 +326,-1.203778265,0.212813032,6,-1.539451648,0.7335131775,2365.2637948 +327,0.579916301,0.611743168,6,-1.539451648,0.7335131775,5954.8745951 +328,0.267582642,0.868113908,6,-1.539451648,0.7335131775,4598.2443938 +329,0.412869244,-0.050245578,6,-1.539451648,0.7335131775,7469.8059477 +330,0.17524381,0.976660285,6,-1.539451648,0.7335131775,4170.2128516 +331,0.743157214,0.204812899,6,-1.539451648,0.7335131775,7591.4982048 +332,-1.070758176,0.269382282,6,-1.539451648,0.7335131775,2434.5076565 +333,-1.230364251,0.329790229,6,-1.539451648,0.7335131775,1907.2286595 +334,-1.374813124,-0.024926835,6,-1.539451648,0.7335131775,3061.5741011 +335,0.519780566,0.463669906,6,-1.539451648,0.7335131775,6270.8430338 +336,-1.55108034,0.239698561,6,-1.539451648,0.7335131775,1956.4073698 +337,0.180294813,0.029739425,6,-1.539451648,0.7335131775,6580.0094606 +338,0.67820924,0.268170153,6,-1.539451648,0.7335131775,7240.3893622 +339,0.445798684,1.024001867,6,-1.539451648,0.7335131775,4521.0196263 +340,0.691751283,0.150521402,6,-1.539451648,0.7335131775,7638.8320134 +341,-1.036643551,-0.903056181,6,-1.539451648,0.7335131775,6708.9855188 +342,-0.120287036,1.083325163,6,-1.539451648,0.7335131775,3450.05026 +343,2.823513113,-0.304487164,6,-1.539451648,0.7335131775,8041.241684 +344,0.457583172,1.12513373,6,-1.539451648,0.7335131775,4276.185812 +345,0.042918831,0.813795399,6,-1.539451648,0.7335131775,4235.4774608 +346,1.196146777,-0.853142756,6,-1.539451648,0.7335131775,11226.493522 +347,0.206001358,-0.010430701,6,-1.539451648,0.7335131775,6762.5231977 +348,-0.268308653,0.234799412,6,-1.539451648,0.7335131775,4724.8826885 +349,0.759363263,0.736189579,6,-1.539451648,0.7335131775,5891.722941 +350,0.181363926,0.891988372,6,-1.539451648,0.7335131775,4366.9995814 +351,-0.021111158,0.139103292,6,-1.539451648,0.7335131775,5699.9439491 +352,-0.093355215,0.630686981,6,-1.539451648,0.7335131775,4286.4865981 +353,0.40118964,0.681375926,6,-1.539451648,0.7335131775,5371.1964586 +354,-0.721197315,1.304706234,6,-1.539451648,0.7335131775,2681.7432257 +355,-1.076150317,0.212107639,6,-1.539451648,0.7335131775,2610.5411496 +356,-1.577164531,0.273993443,6,-1.539451648,0.7335131775,1824.6936107 +357,-0.190788414,0.182208586,6,-1.539451648,0.7335131775,5088.5065131 +358,-0.261349752,0.209710184,6,-1.539451648,0.7335131775,4809.7909138 +359,-1.029303852,0.083549259,6,-1.539451648,0.7335131775,3140.283179 +360,-1.268609162,0.330525297,6,-1.539451648,0.7335131775,1837.8118489 +361,1.282982244,-0.926641967,6,-1.539451648,0.7335131775,11304.019119 +362,0.217352334,0.731352408,6,-1.539451648,0.7335131775,4827.1820743 +363,-1.511833084,0.258629297,6,-1.539451648,0.7335131775,1883.3861791 +364,0.338812194,0.823184618,6,-1.539451648,0.7335131775,4855.8124604 +365,-0.324406489,1.134201999,6,-1.539451648,0.7335131775,3060.3369792 +366,1.389579348,0.399185724,6,-1.539451648,0.7335131775,7890.1134905 +367,2.047152199,-0.039082036,6,-1.539451648,0.7335131775,9271.8438658 +368,0.947780369,0.568250077,6,-1.539451648,0.7335131775,6764.1864429 +369,0.763824846,0.576754987,6,-1.539451648,0.7335131775,6425.2599607 +370,-0.142334657,0.928153068,6,-1.539451648,0.7335131775,3608.9385761 +371,0.610266567,0.547265983,6,-1.539451648,0.7335131775,6216.7397706 +372,0.210731629,0.746815056,6,-1.539451648,0.7335131775,4773.7468342 +373,-1.34931644,0.316895224,6,-1.539451648,0.7335131775,1770.6157589 +374,2.407696481,0.655030745,6,-1.539451648,0.7335131775,6222.819811 +375,0.64207831,0.545359131,6,-1.539451648,0.7335131775,6288.9344721 +376,1.174597538,0.840588356,6,-1.539451648,0.7335131775,6032.0992644 +377,0.660059424,0.010604079,6,-1.539451648,0.7335131775,7981.4069373 +378,-0.730263819,0.010486456,6,-1.539451648,0.7335131775,4057.6697001 +379,0.831068936,0.512339172,6,-1.539451648,0.7335131775,6762.8306967 +380,1.301180979,0.72367476,6,-1.539451648,0.7335131775,6572.3103919 +381,1.811128231,0.322854402,6,-1.539451648,0.7335131775,8190.1774837 +382,0.435105812,0.992284428,6,-1.539451648,0.7335131775,4587.7109851 +383,0.62643634,0.592027932,6,-1.539451648,0.7335131775,6110.7868151 +384,0.492988703,-0.516339467,6,-1.539451648,0.7335131775,8862.0359137 +385,-0.162469483,0.112549365,6,-1.539451648,0.7335131775,5354.0478381 +386,0.314630866,0.472006421,6,-1.539451648,0.7335131775,5747.5697882 +387,0.166744804,0.822815954,6,-1.539451648,0.7335131775,4493.8080884 +388,0.417159608,0.965805736,6,-1.539451648,0.7335131775,4627.846461 +389,0.106334961,0.868774244,6,-1.539451648,0.7335131775,4260.3020097 +390,0.815086969,-0.338144359,6,-1.539451648,0.7335131775,9387.4783865 +391,0.59867455,-0.230624824,6,-1.539451648,0.7335131775,8489.1841686 +392,1.915104874,0.066220985,6,-1.539451648,0.7335131775,9081.8024645 +393,1.278093622,0.064463721,6,-1.539451648,0.7335131775,9074.8526553 +394,-0.061477853,0.302997961,6,-1.539451648,0.7335131775,5157.6045237 +395,0.251311504,0.626976942,6,-1.539451648,0.7335131775,5173.8155023 +396,2.950242872,0.149095644,6,-1.539451648,0.7335131775,6470.8061777 +397,-0.180294708,0.35375117,6,-1.539451648,0.7335131775,4685.2169601 +398,1.010448592,-0.351180233,6,-1.539451648,0.7335131775,9956.4603431 +399,-1.748740498,0.3686318073,6,-1.539451648,0.7335131775,1604.7745897 +400,2.699635665,0.123533791,6,-1.539451648,0.7335131775,7237.2260384 +401,0.496808033,0.823843254,6,-1.539451648,0.7335131775,5160.7096835 +402,0.129574704,0.763364087,6,-1.539451648,0.7335131775,4547.646717 +403,1.798920311,0.817447563,6,-1.539451648,0.7335131775,6261.6440071 +404,0.335987953,0.746786541,6,-1.539451648,0.7335131775,5051.3075827 +405,-1.085413643,0.292154671,6,-1.539451648,0.7335131775,2328.7190841 +406,-0.155321003,0.508207011,6,-1.539451648,0.7335131775,4389.8487652 +407,0.620529244,-0.301175104,6,-1.539451648,0.7335131775,8735.2735348 +408,1.684402744,0.368716966,6,-1.539451648,0.7335131775,8067.5195487 +409,0.300582244,-0.386397212,6,-1.539451648,0.7335131775,8005.9293146 +410,2.913555946,-0.009225192,6,-1.539451648,0.7335131775,7006.1269933 +411,1.465101417,0.493232532,6,-1.539451648,0.7335131775,7558.9289098 +412,0.090612882,0.907955955,6,-1.539451648,0.7335131775,4145.0089431 +413,2.987564726,-0.729568594,6,-1.539451648,0.7335131775,8520.6400155 +414,-1.484261606,0.224149272,6,-1.539451648,0.7335131775,2026.5298949 +415,0.164073421,0.303955133,6,-1.539451648,0.7335131775,5798.9774274 +416,0.141441293,0.167552546,6,-1.539451648,0.7335131775,6098.4204604 +417,2.931321023,-0.506718887,6,-1.539451648,0.7335131775,8206.4235602 +418,2.21951565,0.700596356,6,-1.539451648,0.7335131775,6346.4597198 +419,0.268112576,1.199114336,6,-1.539451648,0.7335131775,3865.2237044 +420,0.978913739,0.359223811,6,-1.539451648,0.7335131775,7551.1646572 +421,1.210898818,0.522863584,6,-1.539451648,0.7335131775,7266.3525441 +422,2.347397336,0.129231362,6,-1.539451648,0.7335131775,8093.3648258 +423,0.614394501,0.556878345,6,-1.539451648,0.7335131775,6195.5396927 +424,-1.398079356,0.148483366,6,-1.539451648,0.7335131775,2369.3592627 +425,2.535303836,-0.112984496,6,-1.539451648,0.7335131775,8364.2206487 +426,-1.019372593,-0.405322349,6,-1.539451648,0.7335131775,4896.5642886 +427,-1.297785627,-0.160104069,6,-1.539451648,0.7335131775,3646.7735755 +428,2.144554488,0.205051084,6,-1.539451648,0.7335131775,8234.6939454 +429,-2.242387083,-0.426171285,6,-1.539451648,0.7335131775,5264.8086855 +430,0.338637212,0.909723676,6,-1.539451648,0.7335131775,4632.8938373 +431,-0.148798452,0.691042401,6,-1.539451648,0.7335131775,4012.8196231 +432,0.893524764,0.441829531,6,-1.539451648,0.7335131775,7115.0474681 +433,0.969229347,-0.368847936,6,-1.539451648,0.7335131775,9895.2106707 +434,0.436043248,0.800045688,6,-1.539451648,0.7335131775,5112.1883617 +435,1.687946607,1.081504775,6,-1.539451648,0.7335131775,5249.318182 +436,0.522302046,-0.034889271,6,-1.539451648,0.7335131775,7737.5185598 +437,-0.178996113,-0.438090009,6,-1.539451648,0.7335131775,6792.5033696 +438,-1.094339566,0.301444068,6,-1.539451648,0.7335131775,2279.0796499 +439,-1.064070054,0.242569932,6,-1.539451648,0.7335131775,2536.113551 +440,-1.068153768,0.230387998,6,-1.539451648,0.7335131775,2567.0956543 +441,-3.00496892,-0.23989155,6,-1.539451648,0.7335131775,6552.0319603 +442,0.21751974,0.766874888,6,-1.539451648,0.7335131775,4739.6816344 +443,0.117229532,0.007619006,6,-1.539451648,0.7335131775,6454.2377096 +444,0.777758451,0.420554741,6,-1.539451648,0.7335131775,6967.4542485 +445,-0.252356999,0.250747086,6,-1.539451648,0.7335131775,4731.1495655 +446,0.363148444,0.768483434,6,-1.539451648,0.7335131775,5050.9038815 +447,0.903191366,-0.118210676,6,-1.539451648,0.7335131775,8991.6085694 +448,-0.205755923,0.149406178,6,-1.539451648,0.7335131775,5130.0079306 +449,1.811996086,0.02364353,6,-1.539451648,0.7335131775,9351.9380557 +450,-1.100670221,0.314845373,6,-1.539451648,0.7335131775,2222.1295105 +451,0.340078597,0.850105132,6,-1.539451648,0.7335131775,4788.3642065 +452,0.258757267,0.804969236,6,-1.539451648,0.7335131775,4735.6372597 +453,2.78505352,-0.155160804,6,-1.539451648,0.7335131775,7770.386295 +454,0.800551619,0.105822106,6,-1.539451648,0.7335131775,8040.1505686 +455,0.437940882,-0.506194031,6,-1.539451648,0.7335131775,8680.1863304 +456,2.230431122,0.63458615,6,-1.539451648,0.7335131775,6567.2602868 +457,0.527965361,0.127667701,6,-1.539451648,0.7335131775,7287.5889242 +458,-0.063643205,0.702093448,6,-1.539451648,0.7335131775,4210.9875021 +459,1.408447268,0.133010502,6,-1.539451648,0.7335131775,8940.5237617 +460,0.523795955,0.280266966,6,-1.539451648,0.7335131775,6827.5760617 +461,-0.975769313,0.072177659,6,-1.539451648,0.7335131775,3289.3693677 +462,0.549774164,-0.463663986,6,-1.539451648,0.7335131775,8914.587833 +463,0.29245874,1.095549818,6,-1.539451648,0.7335131775,4113.3423381 +464,0.143625958,0.816809593,6,-1.539451648,0.7335131775,4456.6586748 +465,0.671902494,0.611159853,6,-1.539451648,0.7335131775,6140.4093509 +466,1.239840988,0.6724199,6,-1.539451648,0.7335131775,6723.9100998 +467,0.607829703,-0.10932137,6,-1.539451648,0.7335131775,8184.8469594 +468,1.763020906,0.263996692,6,-1.539451648,0.7335131775,8449.2063332 +469,0.378714634,0.726066797,6,-1.539451648,0.7335131775,5198.9804943 +470,2.196736143,-0.153862366,6,-1.539451648,0.7335131775,9352.9118419 +471,0.01702415,0.148991565,6,-1.539451648,0.7335131775,5785.7363624 +472,-2.998490902,-0.158002487,6,-1.539451648,0.7335131775,6315.1309629 +473,-3.051262951,-0.346595608,6,-1.539451648,0.7335131775,6963.9365372 +474,-1.069176439,0.182802941,6,-1.539451648,0.7335131775,2723.043203 +475,0.167157509,0.595344954,6,-1.539451648,0.7335131775,5047.5052565 +476,0.613855648,0.681746124,6,-1.539451648,0.7335131775,5806.9553299 +477,1.037012736,0.682555367,6,-1.539451648,0.7335131775,6477.5521042 +478,-1.253574971,0.379755746,6,-1.539451648,0.7335131775,1692.6330359 +479,3.108590453,-0.132620738,6,-1.539451648,0.7335131775,6761.7891889 +480,0.565301296,0.022333262,6,-1.539451648,0.7335131775,7693.4290242 +481,0.547898238,0.855555614,6,-1.539451648,0.7335131775,5160.298221 +482,0.948309381,0.417393755,6,-1.539451648,0.7335131775,7295.0084499 +483,-0.050600732,0.945269213,6,-1.539451648,0.7335131775,3779.2951081 +484,-0.977651478,-0.572363064,6,-1.539451648,0.7335131775,5561.9247901 +485,1.102014914,0.728861163,6,-1.539451648,0.7335131775,6381.77321 +486,2.927300795,-0.282939414,6,-1.539451648,0.7335131775,7682.1609307 +487,-1.154565557,0.124434095,6,-1.539451648,0.7335131775,2764.0259866 +488,1.855331234,0.291044755,6,-1.539451648,0.7335131775,8281.2329019 +489,0.830290659,0.276904518,6,-1.539451648,0.7335131775,7549.9298895 +490,0.485104466,-0.234867441,6,-1.539451648,0.7335131775,8171.1206758 +491,0.521367572,-0.33161327,6,-1.539451648,0.7335131775,8521.6741169 +1,-1.539031704,0.7349710123,7,-1.537429487,0.7335445708,7.3565257691 +2,-1.536990553,0.7349663874,7,-1.537429487,0.7335445708,5.7778080135 +3,-1.534951779,0.7349571355,7,-1.537429487,0.7335445708,9.1860217337 +4,-1.532906461,0.7349480293,7,-1.537429487,0.7335445708,14.414551658 +5,-1.531320211,0.7346937278,7,-1.537429487,0.7335445708,18.533372939 +6,-1.539451648,0.7335131775,7,-1.537429487,0.7335445708,5.951095068 +7,-1.537429487,0.7335445708,7,-1.537429487,0.7335445708,2.7780883747 +8,-1.535484998,0.7335658704,7,-1.537429487,0.7335445708,5.7217463518 +9,-1.533488396,0.7336036027,7,-1.537429487,0.7335445708,11.597738313 +10,-1.531497785,0.7335842962,7,-1.537429487,0.7335445708,17.452960738 +11,-1.530259379,0.7334777758,7,-1.537429487,0.7335445708,21.098554676 +12,-1.5335454,0.7322346912,7,-1.537429487,0.7335445708,12.556766903 +13,-1.531489083,0.7322238773,7,-1.537429487,0.7335445708,18.254203179 +14,-1.530011122,0.7321679851,7,-1.537429487,0.7335445708,22.510592503 +15,-1.53348106,0.7306614094,7,-1.537429487,0.7335445708,16.301300228 +16,-1.531441779,0.7306962275,7,-1.537429487,0.7335445708,20.939363852 +17,-1.529755654,0.7306933243,7,-1.537429487,0.7335445708,25.271327124 +18,-1.533415048,0.7291384674,7,-1.537429487,0.7335445708,21.086891176 +19,-1.531392093,0.7291705353,7,-1.537429487,0.7335445708,24.838680021 +20,-1.529296523,0.7291214933,7,-1.537429487,0.7335445708,29.695628327 +21,-1.535280942,0.727267644,7,-1.537429487,0.7335445708,25.65836821 +22,-1.533378158,0.7276139666,7,-1.537429487,0.7335445708,26.356744929 +23,-1.531340368,0.7276446587,7,-1.537429487,0.7335445708,29.475620233 +24,-1.528960113,0.7276398177,7,-1.537429487,0.7335445708,34.224078831 +25,-1.533313146,0.7260818349,7,-1.537429487,0.7335445708,31.960216155 +26,-1.531259555,0.7260958115,7,-1.537429487,0.7335445708,34.673815569 +27,-1.528926415,0.7260865555,7,-1.537429487,0.7335445708,38.765795094 +28,-1.531226779,0.7245511789,7,-1.537429487,0.7335445708,40.059161856 +29,-1.528904772,0.7245519194,7,-1.537429487,0.7335445708,43.622904155 +30,-1.547195875,0.7409785979,7,-1.537429487,0.7335445708,41.076008819 +31,-1.5451475,0.740980426,7,-1.537429487,0.7335445708,37.144406449 +32,-1.543097679,0.7409798872,7,-1.537429487,0.7335445708,33.817748765 +33,-1.540720364,0.7409892687,7,-1.537429487,0.7335445708,31.027252737 +34,-1.547188511,0.7395198392,7,-1.537429487,0.7335445708,37.15090738 +35,-1.545148587,0.7395226109,7,-1.537429487,0.7335445708,32.767728706 +36,-1.543104538,0.7395314908,7,-1.537429487,0.7335445708,28.976876644 +37,-1.540727751,0.7395306258,7,-1.537429487,0.7335445708,25.609864374 +38,-1.547187029,0.7380014886,7,-1.537429487,0.7335445708,33.653464988 +39,-1.545147315,0.7380012252,7,-1.537429487,0.7335445708,28.726132265 +40,-1.54310719,0.7380060743,7,-1.537429487,0.7335445708,24.294877697 +41,-1.540719671,0.7380068206,7,-1.537429487,0.7335445708,20.142995817 +42,-1.547187189,0.7364799098,7,-1.537429487,0.7335445708,30.939325367 +43,-1.545149996,0.7364853874,7,-1.537429487,0.7335445708,25.501412599 +44,-1.543106091,0.7364823484,7,-1.537429487,0.7335445708,20.337809358 +45,-1.540717158,0.7364893901,7,-1.537429487,0.7335445708,15.145308436 +46,-1.538663972,0.7410138672,7,-1.537429487,0.7335445708,29.80651058 +47,-1.53695285,0.7409699132,7,-1.537429487,0.7335445708,29.444971772 +48,-1.534910498,0.7409641297,7,-1.537429487,0.7335445708,30.302935256 +49,-1.533145034,0.7409536636,7,-1.537429487,0.7335445708,31.923606384 +50,-1.538681336,0.7395405883,7,-1.537429487,0.7335445708,24.032605562 +51,-1.536999189,0.7395183096,7,-1.537429487,0.7335445708,23.695642733 +52,-1.534923633,0.7395144222,7,-1.537429487,0.7335445708,24.763414643 +53,-1.533267822,0.7395654306,7,-1.537429487,0.7335445708,26.793161534 +54,-1.53867273,0.7380151077,7,-1.537429487,0.7335445708,18.080170674 +55,-1.536980576,0.7379994392,7,-1.537429487,0.7335445708,17.694898879 +56,-1.534931522,0.7379944961,7,-1.537429487,0.7335445708,19.091401564 +57,-1.533387952,0.7379480264,7,-1.537429487,0.7335445708,21.096573097 +58,-1.538682279,0.7364914363,7,-1.537429487,0.7335445708,12.2392308 +59,-1.536980704,0.7364810563,7,-1.537429487,0.7335445708,11.705931959 +60,-1.534935567,0.7364752065,7,-1.537429487,0.7335445708,13.72776558 +61,-1.533042592,0.7363876366,7,-1.537429487,0.7335445708,17.116985992 +62,-1.545143426,0.7349628011,7,-1.537429487,0.7335445708,23.367131614 +63,-1.543105297,0.7349691947,7,-1.537429487,0.7335445708,17.617133308 +64,-1.541064533,0.7349647152,7,-1.537429487,0.7335445708,12.078252655 +65,-1.545411803,0.7334624714,7,-1.537429487,0.7335445708,23.4890962 +66,-1.543446606,0.7334780896,7,-1.537429487,0.7335445708,17.706370881 +67,-1.541475327,0.7334957295,7,-1.537429487,0.7335445708,11.905722556 +68,-1.545401939,0.731963266,7,-1.537429487,0.7335445708,24.294948437 +69,-1.54342253,0.7319915583,7,-1.537429487,0.7335445708,18.686894615 +70,-1.541455867,0.7320216438,7,-1.537429487,0.7335445708,13.301277729 +71,-1.545410146,0.7304422281,7,-1.537429487,0.7335445708,26.531234619 +72,-1.543435491,0.7304713664,7,-1.537429487,0.7335445708,21.478260079 +73,-1.541463105,0.7304997613,7,-1.537429487,0.7335445708,16.931900669 +74,-1.545414768,0.7289194936,7,-1.537429487,0.7335445708,29.831492702 +75,-1.543435774,0.7289538557,7,-1.537429487,0.7335445708,25.381912197 +76,-1.541457714,0.7289765881,7,-1.537429487,0.7335445708,21.643329389 +77,-1.539449415,0.7320555866,7,-1.537429487,0.7335445708,8.3757476774 +78,-1.537429183,0.7321097681,7,-1.537429487,0.7335445708,5.6832536241 +79,-1.535472649,0.7321497267,7,-1.537429487,0.7335445708,7.9822292394 +80,-1.539457899,0.7305333307,7,-1.537429487,0.7335445708,13.340937877 +81,-1.537453161,0.7305750503,7,-1.537429487,0.7335445708,11.762477374 +82,-1.535479385,0.7306124949,7,-1.537429487,0.7335445708,12.957312277 +83,-1.53946905,0.7290102593,7,-1.537429487,0.7335445708,18.940277971 +84,-1.537459922,0.7290417293,7,-1.537429487,0.7335445708,17.835980626 +85,-1.535451349,0.7290890157,7,-1.537429487,0.7335445708,18.58704532 +86,-1.535522937,0.7279887191,7,-1.537429487,0.7335445708,22.713882134 +87,-1.539442524,0.7274735939,7,-1.537429487,0.7335445708,24.769674645 +88,-1.537424111,0.727521351,7,-1.537429487,0.7335445708,23.857978649 +89,-1.539384641,0.7259505092,7,-1.537429487,0.7335445708,30.628890315 +90,-1.537372391,0.7259947145,7,-1.537429487,0.7335445708,29.905455714 +91,-1.535340789,0.7260435356,7,-1.537429487,0.7335445708,30.344699172 +92,-1.539325716,0.7244369706,7,-1.537429487,0.7335445708,36.507565626 +93,-1.537308932,0.7244801057,7,-1.537429487,0.7335445708,35.906112291 +94,-1.535289068,0.7245247645,7,-1.537429487,0.7335445708,36.282677359 +95,-1.533261366,0.7245550236,7,-1.537429487,0.7335445708,37.676425238 +96,-1.539267302,0.722921924,7,-1.537429487,0.7335445708,42.425620874 +97,-1.537248972,0.7229660258,7,-1.537429487,0.7335445708,41.905014515 +98,-1.535219431,0.7229916471,7,-1.537429487,0.7335445708,42.307619416 +99,-1.53318962,0.7230212049,7,-1.537429487,0.7335445708,43.526622133 +100,-1.531154816,0.7230299897,7,-1.537429487,0.7335445708,45.591970203 +101,-1.528878341,0.7230370244,7,-1.537429487,0.7335445708,48.695326513 +102,-1.539218189,0.7214009878,7,-1.537429487,0.7335445708,48.390902666 +103,-1.537198791,0.7214422745,7,-1.537429487,0.7335445708,47.942053049 +104,-1.535179266,0.7214634354,7,-1.537429487,0.7335445708,48.314126964 +105,-1.533156501,0.7214944644,7,-1.537429487,0.7335445708,49.375776614 +106,-1.53113574,0.7215166021,7,-1.537429487,0.7335445708,51.151190864 +107,-1.528874248,0.7215345535,7,-1.537429487,0.7335445708,53.884182238 +108,-1.539217656,0.7198512397,7,-1.537429487,0.7335445708,54.496978114 +109,-1.537199919,0.7199428763,7,-1.537429487,0.7335445708,53.880597505 +110,-1.545425832,0.727397149,7,-1.537429487,0.7335445708,33.904442788 +111,-1.543371177,0.7273916949,7,-1.537429487,0.7335445708,30.021354017 +112,-1.541368852,0.7274523163,7,-1.537429487,0.7335445708,26.784393974 +113,-1.545349067,0.7258710923,7,-1.537429487,0.7335445708,38.347543303 +114,-1.54332671,0.7258603556,7,-1.537429487,0.7335445708,35.06511452 +115,-1.541346831,0.7259242142,7,-1.537429487,0.7335445708,32.324020527 +116,-1.545324355,0.7243383958,7,-1.537429487,0.7335445708,43.287157694 +117,-1.543292796,0.7243617413,7,-1.537429487,0.7335445708,40.287370326 +118,-1.541295822,0.7244024384,7,-1.537429487,0.7335445708,37.970753274 +119,-1.543193859,0.7205570215,7,-1.537429487,0.7335445708,54.198276971 +120,-1.550257047,0.7386738187,7,-1.537429487,0.7335445708,42.785819814 +121,-1.549335448,0.7311736483,7,-1.537429487,0.7335445708,36.303376545 +122,-1.533478843,0.7179891343,7,-1.537429487,0.7335445708,62.716940779 +123,-1.556150555,0.738907041,7,-1.537429487,0.7335445708,58.91076783 +124,-1.554324226,0.733414257,7,-1.537429487,0.7335445708,49.713954533 +125,-1.554290846,0.7288285332,7,-1.537429487,0.7335445708,53.108952409 +126,-1.55122487,0.7219795312,7,-1.537429487,0.7335445708,61.343896037 +127,-1.525104458,0.7229399862,7,-1.537429487,0.7335445708,55.605255071 +128,-1.519607711,0.7236181429,7,-1.537429487,0.7335445708,65.726576292 +129,-1.513899999,0.7251107854,7,-1.537429487,0.7335445708,77.103518556 +130,-1.536620762,0.7431061895,7,-1.537429487,0.7335445708,37.947600391 +131,-1.5369566,0.7460845958,7,-1.537429487,0.7335445708,49.690300998 +132,-1.545345528,0.7447040685,7,-1.537429487,0.7335445708,49.908675282 +133,-1.532813921,0.7432306626,7,-1.537429487,0.7335445708,40.679254955 +134,-1.554788248,0.7382381001,7,-1.537429487,0.7335445708,54.250222962 +135,-1.540348126,0.7301594274,7,-1.537429487,0.7335445708,15.929754143 +136,-1.538016084,0.7239051786,7,-1.537429487,0.7335445708,38.220958208 +137,-1.525288962,0.7258085137,7,-1.537429487,0.7335445708,47.157008814 +138,-1.534326986,0.731241342,7,-1.537429487,0.7335445708,12.912408123 +139,-1.530733872,0.7303625216,7,-1.537429487,0.7335445708,23.410945082 +141,-1.534354939,0.7328219978,7,-1.537429487,0.7335445708,9.4908849958 +142,-1.53157084,0.7292888153,7,-1.537429487,0.7335445708,24.133659986 +143,-1.525691035,0.7263799874,7,-1.537429487,0.7335445708,44.787039676 +144,-1.534031287,0.7495967835,7,-1.537429487,0.7335445708,64.35282985 +145,-1.527714986,0.7283095957,7,-1.537429487,0.7335445708,35.366316781 +146,-1.526189586,0.7271468292,7,-1.537429487,0.7335445708,41.738991601 +147,-1.555177336,0.7375563366,7,-1.537429487,0.7335445708,54.492165436 +148,-1.555080283,0.7312707794,7,-1.537429487,0.7335445708,52.760387964 +149,-1.53856994,0.7224180299,7,-1.537429487,0.7335445708,44.20105367 +150,-1.530837883,0.729933372,7,-1.537429487,0.7335445708,24.123831001 +151,-1.515066984,0.5854133365,7,-1.537429487,0.7335445708,590.88776538 +152,-1.534731633,0.5368370046,7,-1.537429487,0.7335445708,779.20574754 +153,-1.515231902,0.5607085576,7,-1.537429487,0.7335445708,688.1636825 +154,-2.616253799,1.0684566605,7,-1.537429487,0.7335445708,2828.2445006 +155,-1.956071439,0.5792177723,7,-1.537429487,0.7335445708,1442.352932 +156,-1.951208514,0.5602434208,7,-1.537429487,0.7335445708,1470.0562558 +157,-1.944675062,0.6062144545,7,-1.537429487,0.7335445708,1355.9191347 +158,-1.613778386,0.6077989518,7,-1.537429487,0.7335445708,551.34990739 +159,-2.035029014,0.6021432345,7,-1.537429487,0.7335445708,1623.7927613 +160,-2.114989471,0.6801825058,7,-1.537429487,0.7335445708,1741.4182949 +161,-2.037382079,0.5765830025,7,-1.537429487,0.7335445708,1679.0888214 +162,-2.129855121,0.6585019963,7,-1.537429487,0.7335445708,1812.9581078 +163,-2.075141798,0.6493615843,7,-1.537429487,0.7335445708,1664.7705064 +164,-1.828626729,0.6948433129,7,-1.537429487,0.7335445708,883.45535711 +165,-1.863329418,0.6735427691,7,-1.537429487,0.7335445708,1010.4218328 +166,-1.266037071,0.727988852,7,-1.537429487,0.7335445708,799.70260699 +167,-1.277579582,0.7249010648,7,-1.537429487,0.7335445708,767.30970386 +168,-1.258418684,0.7241194816,7,-1.537429487,0.7335445708,824.04353168 +169,-1.317813974,0.6804850104,7,-1.537429487,0.7335445708,693.20435495 +170,-1.344165204,0.6790988904,7,-1.537429487,0.7335445708,620.44702991 +171,-1.427582102,0.5277120351,7,-1.537429487,0.7335445708,887.14847631 +172,-1.402238616,0.457167829,7,-1.537429487,0.7335445708,1179.7950929 +173,-1.422454264,0.4996161999,7,-1.537429487,0.7335445708,997.49164408 +174,-1.439089277,0.4894859811,7,-1.537429487,0.7335445708,1017.3390476 +175,-1.448126995,0.5182330266,7,-1.537429487,0.7335445708,899.27650411 +176,-1.474626146,0.5881926574,7,-1.537429487,0.7335445708,608.15123175 +177,-1.421139645,0.5584869783,7,-1.537429487,0.7335445708,784.28015171 +178,-1.457037165,0.565943032,7,-1.537429487,0.7335445708,710.34205175 +179,-2.757159358,0.3745319,7,-1.537429487,0.7335445708,4226.7530598 +180,-2.714309238,0.342054471,7,-1.537429487,0.7335445708,4179.2238076 +181,-2.000525337,0.774119946,7,-1.537429487,0.7335445708,1341.0270438 +183,-1.571413436,0.6777838382,7,-1.537429487,0.7335445708,243.45915918 +184,-1.552860289,0.6987663893,7,-1.537429487,0.7335445708,145.26481281 +185,-1.521852374,0.7165827476,7,-1.537429487,0.7335445708,81.52532592 +186,-1.503656267,0.6928968252,7,-1.537429487,0.7335445708,190.13949163 +187,-1.502753178,0.7136205882,7,-1.537429487,0.7335445708,129.70231944 +188,-1.631894563,0.7343596465,7,-1.537429487,0.7335445708,277.81053694 +189,-1.653765416,0.6770714026,7,-1.537429487,0.7335445708,415.90905994 +190,-1.719812114,0.6715965947,7,-1.537429487,0.7335445708,602.929056 +191,-1.493406659,0.6646955447,7,-1.537429487,0.7335445708,303.58154898 +192,-1.469120564,0.6613469966,7,-1.537429487,0.7335445708,353.16677528 +193,-1.590551461,0.5326612937,7,-1.537429487,0.7335445708,813.42290621 +194,-1.625979264,0.5247742243,7,-1.537429487,0.7335445708,873.76947626 +195,-1.572293943,0.5238808754,7,-1.537429487,0.7335445708,837.88403126 +196,-1.610848725,0.5477107964,7,-1.537429487,0.7335445708,771.8533436 +197,-1.208485554,0.7918526018,7,-1.537429487,0.7335445708,967.43282587 +198,-1.335601374,0.6869083083,7,-1.537429487,0.7335445708,633.08237925 +199,-1.346156996,0.6825213377,7,-1.537429487,0.7335445708,609.44296378 +200,-1.324381037,0.6741422347,7,-1.537429487,0.7335445708,684.26090214 +201,-1.242424992,0.7378949807,7,-1.537429487,0.7335445708,865.02287173 +202,-1.270370057,0.7392461008,7,-1.537429487,0.7335445708,783.00243625 +203,-1.448950472,0.7441675014,7,-1.537429487,0.7335445708,262.43049265 +204,-1.492662363,0.7523026852,7,-1.537429487,0.7335445708,150.24358624 +205,-1.479098966,0.7763855017,7,-1.537429487,0.7335445708,238.93741835 +206,-1.633760714,0.7869022408,7,-1.537429487,0.7335445708,347.89952695 +207,-1.647406434,0.8101289331,7,-1.537429487,0.7335445708,435.02384951 +208,-1.564245052,0.5701509278,7,-1.537429487,0.7335445708,652.65361026 +209,-1.646289963,0.6833746083,7,-1.537429487,0.7335445708,382.86813136 +210,-1.5820631,0.6751952144,7,-1.537429487,0.7335445708,267.48697055 +211,-1.613236298,0.6681681791,7,-1.537429487,0.7335445708,345.9137548 +212,-1.914661867,0.8212566515,7,-1.537429487,0.7335445708,1115.9820523 +213,-1.742133237,0.7250275956,7,-1.537429487,0.7335445708,605.06211449 +214,-2.033144872,0.6557314699,7,-1.537429487,0.7335445708,1532.2766823 +215,-2.039551981,0.6964723658,7,-1.537429487,0.7335445708,1501.8429871 +216,-1.247341019,0.7622473908,7,-1.537429487,0.7335445708,848.5615598 +217,-1.298239787,0.7084123392,7,-1.537429487,0.7335445708,717.80486249 +218,-1.308539688,0.6926545592,7,-1.537429487,0.7335445708,703.81262907 +219,-1.303263185,0.6888938396,7,-1.537429487,0.7335445708,723.735908 +220,-1.852400229,0.6004246149,7,-1.537429487,0.7335445708,1109.846288 +221,-1.288947707,0.7473773692,7,-1.537429487,0.7335445708,727.71367326 +222,-1.372031502,0.7472790993,7,-1.537429487,0.7335445708,486.40675327 +223,-1.289805721,0.7242157877,7,-1.537429487,0.7335445708,731.72002831 +224,-1.350807603,0.7533498126,7,-1.537429487,0.7335445708,549.39722273 +225,-1.329290365,0.7560442322,7,-1.537429487,0.7335445708,612.1233938 +226,-1.410153004,0.616936428,7,-1.537429487,0.7335445708,606.29503675 +227,-1.393445434,0.6308995063,7,-1.537429487,0.7335445708,600.50989603 +228,-1.37595573,0.6241540638,7,-1.537429487,0.7335445708,659.24458118 +229,-1.358388707,0.6172645205,7,-1.537429487,0.7335445708,719.13212254 +230,-1.753741133,0.8281661666,7,-1.537429487,0.7335445708,713.48559652 +231,-1.47430987,0.6834615681,7,-1.537429487,0.7335445708,274.53014615 +232,-1.421012508,0.7222725206,7,-1.537429487,0.7335445708,347.05464474 +233,-1.4476833,0.6978557868,7,-1.537429487,0.7335445708,303.15287575 +234,-1.470370723,0.6966193374,7,-1.537429487,0.7335445708,248.17839625 +235,-1.429211703,0.7037216883,7,-1.537429487,0.7335445708,343.49178754 +236,-1.700578405,0.6178673663,7,-1.537429487,0.7335445708,680.5471144 +237,-1.678117619,0.6331716163,7,-1.537429487,0.7335445708,586.70002116 +238,-1.725644578,0.6316331145,7,-1.537429487,0.7335445708,704.50825203 +239,-2.14012759,0.7930497945,7,-1.537429487,0.7335445708,1727.4678905 +240,-2.103289431,0.7653606263,7,-1.537429487,0.7335445708,1635.1198106 +241,-1.318739838,0.7017808746,7,-1.537429487,0.7335445708,663.94556452 +242,-1.396417427,0.7077900843,7,-1.537429487,0.7335445708,431.71034078 +243,-1.35650337,0.7185539404,7,-1.537429487,0.7335445708,538.8538216 +244,-1.248884539,0.7274156818,7,-1.537429487,0.7335445708,850.33536556 +245,-1.395014798,0.5761185243,7,-1.537429487,0.7335445708,766.64537485 +246,-1.433377362,0.6064716109,7,-1.537429487,0.7335445708,597.71821164 +247,-1.408172432,0.5903155476,7,-1.537429487,0.7335445708,695.76736596 +248,-1.749645898,0.7757118084,7,-1.537429487,0.7335445708,634.07870856 +249,-1.571626686,0.615046989,7,-1.537429487,0.7335445708,481.10741339 +250,-1.514070049,0.6303003037,7,-1.537429487,0.7335445708,415.19508732 +251,-1.480890369,0.6237966528,7,-1.537429487,0.7335445708,468.26298743 +252,-1.704390658,0.5281680612,7,-1.537429487,0.7335445708,971.66451062 +253,-1.64434733,0.5254277498,7,-1.537429487,0.7335445708,891.9672913 +254,-1.703855997,0.4792484842,7,-1.537429487,0.7335445708,1141.8875313 +255,-1.692002383,0.5748825051,7,-1.537429487,0.7335445708,793.38815702 +256,-1.854136457,0.5544643913,7,-1.537429487,0.7335445708,1224.4458988 +257,-1.665021206,0.520317736,7,-1.537429487,0.7335445708,937.61903423 +258,-1.733654349,0.4845187345,7,-1.537429487,0.7335445708,1172.0752332 +259,-1.720938188,0.5135933906,7,-1.537429487,0.7335445708,1050.3817281 +260,-1.742668307,0.553296122,7,-1.537429487,0.7335445708,963.92184258 +261,-1.965659039,0.7142126903,7,-1.537429487,0.7335445708,1268.8252966 +262,-1.944438071,0.6772834804,7,-1.537429487,0.7335445708,1243.4322133 +263,-1.270340967,0.7681487096,7,-1.537429487,0.7335445708,784.32661395 +264,-1.353091884,0.6549276821,7,-1.537429487,0.7335445708,641.09773389 +265,-1.333236659,0.6413584414,7,-1.537429487,0.7335445708,722.97930403 +266,-1.352015998,0.6753788907,7,-1.537429487,0.7335445708,604.63067851 +267,-1.377988483,0.6577816235,7,-1.537429487,0.7335445708,569.67526756 +268,-2.13075611,0.8318642051,7,-1.537429487,0.7335445708,1696.5692331 +269,-2.097910953,0.8259670014,7,-1.537429487,0.7335445708,1608.2961043 +270,-1.416382069,0.6694271549,7,-1.537429487,0.7335445708,445.45820391 +271,-1.538905672,0.7535625993,7,-1.537429487,0.7335445708,79.40811885 +272,-1.572309477,0.7803125099,7,-1.537429487,0.7335445708,210.7052133 +273,-1.87759879,0.7503853417,7,-1.537429487,0.7335445708,993.23531939 +274,1.152365588,0.590457682,7,-1.537429487,0.7335445708,6948.4180273 +275,0.350198001,0.718001859,7,-1.537429487,0.7335445708,5154.7877677 +276,0.046513677,0.491503852,7,-1.537429487,0.7335445708,4984.4138853 +277,0.027510309,0.742571376,7,-1.537429487,0.7335445708,4346.786379 +278,0.306285725,-0.214631579,7,-1.537429487,0.7335445708,7588.5716114 +279,-1.100564889,0.318051531,7,-1.537429487,0.7335445708,2207.7072423 +280,-1.078582306,0.301437596,7,-1.537429487,0.7335445708,2309.9692319 +281,-1.137371989,-0.617634065,7,-1.537429487,0.7335445708,5545.1087343 +282,0.784356344,0.703272339,7,-1.537429487,0.7335445708,6038.1395386 +283,-1.221209947,0.218327455,7,-1.537429487,0.7335445708,2313.466277 +284,2.347301921,-0.449114658,7,-1.537429487,0.7335445708,9787.2974014 +285,0.246820618,0.830553713,7,-1.537429487,0.7335445708,4642.8893115 +286,0.829414965,0.703288228,7,-1.537429487,0.7335445708,6110.4765323 +287,-1.337537566,0.42332223,7,-1.537429487,0.7335445708,1393.1738573 +288,0.882453706,0.454478077,7,-1.537429487,0.7335445708,7048.2113114 +289,1.575629659,0.416419109,7,-1.537429487,0.7335445708,7887.6424392 +290,-1.039455679,0.229888244,7,-1.537429487,0.7335445708,2627.2009894 +291,0.489558039,0.934482747,7,-1.537429487,0.7335445708,4830.8094229 +292,0.081344504,0.88384514,7,-1.537429487,0.7335445708,4170.511864 +293,-1.547979814,0.300350308,7,-1.537429487,0.7335445708,1716.2550634 +294,0.040776181,0.168560074,7,-1.537429487,0.7335445708,5797.711329 +295,-1.130374745,0.563894876,7,-1.537429487,0.7335445708,1443.2902461 +296,1.578326642,0.478507176,7,-1.537429487,0.7335445708,7641.9806376 +297,-1.12861823,-0.291640865,7,-1.537429487,0.7335445708,4327.1866606 +298,0.310524208,0.770885792,7,-1.537429487,0.7335445708,4928.7663352 +299,0.415649091,-0.387246002,7,-1.537429487,0.7335445708,8339.0736397 +300,-0.926533878,-0.188022748,7,-1.537429487,0.7335445708,4272.2010571 +301,1.258856172,-0.11716081,7,-1.537429487,0.7335445708,9718.1233644 +302,-1.126050026,0.322941926,7,-1.537429487,0.7335445708,2135.8322772 +303,2.002785835,0.07893892,7,-1.537429487,0.7335445708,8919.7222441 +304,0.440437607,0.746258085,7,-1.537429487,0.7335445708,5267.654554 +305,-0.030391866,0.214441206,7,-1.537429487,0.7335445708,5469.9095962 +306,0.521557815,-0.058929362,7,-1.537429487,0.7335445708,7796.8902127 +307,-0.097005111,0.13317729,7,-1.537429487,0.7335445708,5486.4589229 +308,1.83113859,0.221857587,7,-1.537429487,0.7335445708,8570.0529478 +309,0.222428864,0.099404236,7,-1.537429487,0.7335445708,6509.2291766 +310,-1.702731345,0.8728568183,7,-1.537429487,0.7335445708,713.84110061 +311,-0.418507569,0.278324921,7,-1.537429487,0.7335445708,4167.086228 +312,-1.41153306,0.339029988,7,-1.537429487,0.7335445708,1618.8535445 +313,0.357560442,0.114788776,7,-1.537429487,0.7335445708,6851.9056848 +314,0.325818979,0.268352149,7,-1.537429487,0.7335445708,6336.6988824 +315,-1.246004659,-0.663679965,7,-1.537429487,0.7335445708,5633.4154361 +316,1.814603087,0.637404484,7,-1.537429487,0.7335445708,6960.3671768 +317,1.843704281,-0.18300445,7,-1.537429487,0.7335445708,10110.037095 +318,1.690644492,-0.211480909,7,-1.537429487,0.7335445708,10354.49639 +319,-1.275451936,0.068109467,7,-1.537429487,0.7335445708,2794.0286174 +320,0.762430171,-0.207594741,7,-1.537429487,0.7335445708,8881.9411822 +321,0.265668905,-0.014647884,7,-1.537429487,0.7335445708,6942.0160504 +322,-2.773032013,-0.335515811,7,-1.537429487,0.7335445708,6181.1898973 +323,-1.469512853,0.174058777,7,-1.537429487,0.7335445708,2228.6787839 +324,0.286276986,0.785925691,7,-1.537429487,0.7335445708,4838.0774086 +325,-1.379324697,0.377432233,7,-1.537429487,0.7335445708,1505.3716088 +326,-1.203778265,0.212813032,7,-1.537429487,0.7335445708,2361.9666509 +327,0.579916301,0.611743168,7,-1.537429487,0.7335445708,5950.617576 +328,0.267582642,0.868113908,7,-1.537429487,0.7335445708,4594.0758816 +329,0.412869244,-0.050245578,7,-1.537429487,0.7335445708,7463.9768882 +330,0.17524381,0.976660285,7,-1.537429487,0.7335445708,4166.3215673 +331,0.743157214,0.204812899,7,-1.537429487,0.7335445708,7586.7302809 +332,-1.070758176,0.269382282,7,-1.537429487,0.7335445708,2430.1020234 +333,-1.230364251,0.329790229,7,-1.537429487,0.7335445708,1903.6372744 +334,-1.374813124,-0.024926835,7,-1.537429487,0.7335445708,3060.3071361 +335,0.519780566,0.463669906,7,-1.537429487,0.7335445708,6266.0646638 +336,-1.55108034,0.239698561,7,-1.537429487,0.7335445708,1956.6857589 +337,0.180294813,0.029739425,7,-1.537429487,0.7335445708,6574.0884637 +338,0.67820924,0.268170153,7,-1.537429487,0.7335445708,7235.5775304 +339,0.445798684,1.024001867,7,-1.537429487,0.7335445708,4517.7972851 +340,0.691751283,0.150521402,7,-1.537429487,0.7335445708,7633.8010669 +341,-1.036643551,-0.903056181,7,-1.537429487,0.7335445708,6707.3185975 +342,-0.120287036,1.083325163,7,-1.537429487,0.7335445708,3446.3491872 +343,2.823513113,-0.304487164,7,-1.537429487,0.7335445708,8047.1919122 +344,0.457583172,1.12513373,7,-1.537429487,0.7335445708,4273.4243917 +345,0.042918831,0.813795399,7,-1.537429487,0.7335445708,4230.7391189 +346,1.196146777,-0.853142756,7,-1.537429487,0.7335445708,11221.447537 +347,0.206001358,-0.010430701,7,-1.537429487,0.7335445708,6756.5952555 +348,-0.268308653,0.234799412,7,-1.537429487,0.7335445708,4718.936953 +349,0.759363263,0.736189579,7,-1.537429487,0.7335445708,5888.3137027 +350,0.181363926,0.891988372,7,-1.537429487,0.7335445708,4362.7691799 +351,-0.021111158,0.139103292,7,-1.537429487,0.7335445708,5693.9995145 +352,-0.093355215,0.630686981,7,-1.537429487,0.7335445708,4281.0333895 +353,0.40118964,0.681375926,7,-1.537429487,0.7335445708,5366.7006675 +354,-0.721197315,1.304706234,7,-1.537429487,0.7335445708,2679.80306 +355,-1.076150317,0.212107639,7,-1.537429487,0.7335445708,2606.3893491 +356,-1.577164531,0.273993443,7,-1.537429487,0.7335445708,1825.316268 +357,-0.190788414,0.182208586,7,-1.537429487,0.7335445708,5082.5585559 +358,-0.261349752,0.209710184,7,-1.537429487,0.7335445708,4803.8498935 +359,-1.029303852,0.083549259,7,-1.537429487,0.7335445708,3136.3149992 +360,-1.268609162,0.330525297,7,-1.537429487,0.7335445708,1834.5594863 +361,1.282982244,-0.926641967,7,-1.537429487,0.7335445708,11300.156271 +362,0.217352334,0.731352408,7,-1.537429487,0.7335445708,4822.46595 +363,-1.511833084,0.258629297,7,-1.537429487,0.7335445708,1883.1760264 +364,0.338812194,0.823184618,7,-1.537429487,0.7335445708,4851.6234915 +365,-0.324406489,1.134201999,7,-1.537429487,0.7335445708,3056.8556773 +366,1.389579348,0.399185724,7,-1.537429487,0.7335445708,7888.7189419 +367,2.047152199,-0.039082036,7,-1.537429487,0.7335445708,9275.3029624 +368,0.947780369,0.568250077,7,-1.537429487,0.7335445708,6760.9951618 +369,0.763824846,0.576754987,7,-1.537429487,0.7335445708,6421.4465036 +370,-0.142334657,0.928153068,7,-1.537429487,0.7335445708,3604.4100666 +371,0.610266567,0.547265983,7,-1.537429487,0.7335445708,6212.3971306 +372,0.210731629,0.746815056,7,-1.537429487,0.7335445708,4769.0658603 +373,-1.34931644,0.316895224,7,-1.537429487,0.7335445708,1768.2686931 +374,2.407696481,0.655030745,7,-1.537429487,0.7335445708,6226.1174107 +375,0.64207831,0.545359131,7,-1.537429487,0.7335445708,6284.6750977 +376,1.174597538,0.840588356,7,-1.537429487,0.7335445708,6030.328684 +377,0.660059424,0.010604079,7,-1.537429487,0.7335445708,7976.0205495 +378,-0.730263819,0.010486456,7,-1.537429487,0.7335445708,4052.6993203 +379,0.831068936,0.512339172,7,-1.537429487,0.7335445708,6759.0809662 +380,1.301180979,0.72367476,7,-1.537429487,0.7335445708,6570.8579997 +381,1.811128231,0.322854402,7,-1.537429487,0.7335445708,8191.3816945 +382,0.435105812,0.992284428,7,-1.537429487,0.7335445708,4584.3394048 +383,0.62643634,0.592027932,7,-1.537429487,0.7335445708,6106.6036111 +384,0.492988703,-0.516339467,7,-1.537429487,0.7335445708,8856.1594759 +385,-0.162469483,0.112549365,7,-1.537429487,0.7335445708,5348.1102535 +386,0.314630866,0.472006421,7,-1.537429487,0.7335445708,5742.3800495 +387,0.166744804,0.822815954,7,-1.537429487,0.7335445708,4489.2990115 +388,0.417159608,0.965805736,7,-1.537429487,0.7335445708,4624.3350573 +389,0.106334961,0.868774244,7,-1.537429487,0.7335445708,4255.8611403 +390,0.815086969,-0.338144359,7,-1.537429487,0.7335445708,9381.7401577 +391,0.59867455,-0.230624824,7,-1.537429487,0.7335445708,8483.3454867 +392,1.915104874,0.066220985,7,-1.537429487,0.7335445708,9084.1174796 +393,1.278093622,0.064463721,7,-1.537429487,0.7335445708,9072.2180028 +394,-0.061477853,0.302997961,7,-1.537429487,0.7335445708,5151.7182485 +395,0.251311504,0.626976942,7,-1.537429487,0.7335445708,5168.8706146 +396,2.950242872,0.149095644,7,-1.537429487,0.7335445708,6476.5229107 +397,-0.180294708,0.35375117,7,-1.537429487,0.7335445708,4679.3047315 +398,1.010448592,-0.351180233,7,-1.537429487,0.7335445708,9951.0971969 +399,-1.748740498,0.3686318073,7,-1.537429487,0.7335445708,1607.8195858 +400,2.699635665,0.123533791,7,-1.537429487,0.7335445708,7242.6062758 +401,0.496808033,0.823843254,7,-1.537429487,0.7335445708,5156.8647976 +402,0.129574704,0.763364087,7,-1.537429487,0.7335445708,4542.8775893 +403,1.798920311,0.817447563,7,-1.537429487,0.7335445708,6262.3125343 +404,0.335987953,0.746786541,7,-1.537429487,0.7335445708,5046.8666386 +405,-1.085413643,0.292154671,7,-1.537429487,0.7335445708,2324.3002682 +406,-0.155321003,0.508207011,7,-1.537429487,0.7335445708,4384.1054866 +407,0.620529244,-0.301175104,7,-1.537429487,0.7335445708,8729.3863354 +408,1.684402744,0.368716966,7,-1.537429487,0.7335445708,8067.8998443 +409,0.300582244,-0.386397212,7,-1.537429487,0.7335445708,8000.044682 +410,2.913555946,-0.009225192,7,-1.537429487,0.7335445708,7011.9703862 +411,1.465101417,0.493232532,7,-1.537429487,0.7335445708,7558.0413175 +412,0.090612882,0.907955955,7,-1.537429487,0.7335445708,4140.6977385 +413,2.987564726,-0.729568594,7,-1.537429487,0.7335445708,8525.9140092 +414,-1.484261606,0.224149272,7,-1.537429487,0.7335445708,2026.0118142 +415,0.164073421,0.303955133,7,-1.537429487,0.7335445708,5793.2785717 +416,0.141441293,0.167552546,7,-1.537429487,0.7335445708,6092.5615309 +417,2.931321023,-0.506718887,7,-1.537429487,0.7335445708,8212.2144259 +418,2.21951565,0.700596356,7,-1.537429487,0.7335445708,6348.9787947 +419,0.268112576,1.199114336,7,-1.537429487,0.7335445708,3862.573605 +420,0.978913739,0.359223811,7,-1.537429487,0.7335445708,7547.6159572 +421,1.210898818,0.522863584,7,-1.537429487,0.7335445708,7264.1947897 +422,2.347397336,0.129231362,7,-1.537429487,0.7335445708,8097.7731293 +423,0.614394501,0.556878345,7,-1.537429487,0.7335445708,6191.2327265 +424,-1.398079356,0.148483366,7,-1.537429487,0.7335445708,2368.0175728 +425,2.535303836,-0.112984496,7,-1.537429487,0.7335445708,8369.7144962 +426,-1.019372593,-0.405322349,7,-1.537429487,0.7335445708,4893.8012092 +427,-1.297785627,-0.160104069,7,-1.537429487,0.7335445708,3645.1333981 +428,2.144554488,0.205051084,7,-1.537429487,0.7335445708,8238.0293279 +429,-2.242387083,-0.426171285,7,-1.537429487,0.7335445708,5268.5184659 +430,0.338637212,0.909723676,7,-1.537429487,0.7335445708,4629.0137601 +431,-0.148798452,0.691042401,7,-1.537429487,0.7335445708,4007.4463763 +432,0.893524764,0.441829531,7,-1.537429487,0.7335445708,7111.3534303 +433,0.969229347,-0.368847936,7,-1.537429487,0.7335445708,9889.6880271 +434,0.436043248,0.800045688,7,-1.537429487,0.7335445708,5108.1285649 +435,1.687946607,1.081504775,7,-1.537429487,0.7335445708,5249.4380968 +436,0.522302046,-0.034889271,7,-1.537429487,0.7335445708,7731.8258374 +437,-0.178996113,-0.438090009,7,-1.537429487,0.7335445708,6787.2362906 +438,-1.094339566,0.301444068,7,-1.537429487,0.7335445708,2274.6714505 +439,-1.064070054,0.242569932,7,-1.537429487,0.7335445708,2531.7775637 +440,-1.068153768,0.230387998,7,-1.537429487,0.7335445708,2562.8291661 +441,-3.00496892,-0.23989155,7,-1.537429487,0.7335445708,6557.8308324 +442,0.21751974,0.766874888,7,-1.537429487,0.7335445708,4735.0756698 +443,0.117229532,0.007619006,7,-1.537429487,0.7335445708,6448.2917783 +444,0.777758451,0.420554741,7,-1.537429487,0.7335445708,6963.301016 +445,-0.252356999,0.250747086,7,-1.537429487,0.7335445708,4725.1994987 +446,0.363148444,0.768483434,7,-1.537429487,0.7335445708,5046.5864672 +447,0.903191366,-0.118210676,7,-1.537429487,0.7335445708,8986.5698274 +448,-0.205755923,0.149406178,7,-1.537429487,0.7335445708,5124.0707097 +449,1.811996086,0.02364353,7,-1.537429487,0.7335445708,9353.5720787 +450,-1.100670221,0.314845373,7,-1.537429487,0.7335445708,2217.698844 +451,0.340078597,0.850105132,7,-1.537429487,0.7335445708,4784.2703528 +452,0.258757267,0.804969236,7,-1.537429487,0.7335445708,4731.2315328 +453,2.78505352,-0.155160804,7,-1.537429487,0.7335445708,7776.2530252 +454,0.800551619,0.105822106,7,-1.537429487,0.7335445708,8035.3306918 +455,0.437940882,-0.506194031,7,-1.537429487,0.7335445708,8674.3316109 +456,2.230431122,0.63458615,7,-1.537429487,0.7335445708,6569.9739603 +457,0.527965361,0.127667701,7,-1.537429487,0.7335445708,7282.1519864 +458,-0.063643205,0.702093448,7,-1.537429487,0.7335445708,4205.7499548 +459,1.408447268,0.133010502,7,-1.537429487,0.7335445708,8938.9285815 +460,0.523795955,0.280266966,7,-1.537429487,0.7335445708,6822.4120367 +461,-0.975769313,0.072177659,7,-1.537429487,0.7335445708,3285.1652803 +462,0.549774164,-0.463663986,7,-1.537429487,0.7335445708,8908.6501674 +463,0.29245874,1.095549818,7,-1.537429487,0.7335445708,4110.1815949 +464,0.143625958,0.816809593,7,-1.537429487,0.7335445708,4452.0898753 +465,0.671902494,0.611159853,7,-1.537429487,0.7335445708,6136.4050098 +466,1.239840988,0.6724199,7,-1.537429487,0.7335445708,6722.1232902 +467,0.607829703,-0.10932137,7,-1.537429487,0.7335445708,8179.169218 +468,1.763020906,0.263996692,7,-1.537429487,0.7335445708,8450.1648622 +469,0.378714634,0.726066797,7,-1.537429487,0.7335445708,5194.5660189 +470,2.196736143,-0.153862366,7,-1.537429487,0.7335445708,9357.51223 +471,0.01702415,0.148991565,7,-1.537429487,0.7335445708,5779.8043041 +472,-2.998490902,-0.158002487,7,-1.537429487,0.7335445708,6320.995998 +473,-3.051262951,-0.346595608,7,-1.537429487,0.7335445708,6969.6599409 +474,-1.069176439,0.182802941,7,-1.537429487,0.7335445708,2718.9597888 +475,0.167157509,0.595344954,7,-1.537429487,0.7335445708,5042.3361877 +476,0.613855648,0.681746124,7,-1.537429487,0.7335445708,5802.97907 +477,1.037012736,0.682555367,7,-1.537429487,0.7335445708,6474.9576121 +478,-1.253574971,0.379755746,7,-1.537429487,0.7335445708,1688.9786679 +479,3.108590453,-0.132620738,7,-1.537429487,0.7335445708,6767.7367357 +480,0.565301296,0.022333262,7,-1.537429487,0.7335445708,7687.8844931 +481,0.547898238,0.855555614,7,-1.537429487,0.7335445708,5156.6771242 +482,0.948309381,0.417393755,7,-1.537429487,0.7335445708,7291.4694533 +483,-0.050600732,0.945269213,7,-1.537429487,0.7335445708,3774.9509664 +484,-0.977651478,-0.572363064,7,-1.537429487,0.7335445708,5559.3380253 +485,1.102014914,0.728861163,7,-1.537429487,0.7335445708,6379.5232306 +486,2.927300795,-0.282939414,7,-1.537429487,0.7335445708,7688.1087472 +487,-1.154565557,0.124434095,7,-1.537429487,0.7335445708,2760.6845429 +488,1.855331234,0.291044755,7,-1.537429487,0.7335445708,8282.7521836 +489,0.830290659,0.276904518,7,-1.537429487,0.7335445708,7545.6118346 +490,0.485104466,-0.234867441,7,-1.537429487,0.7335445708,8165.203253 +491,0.521367572,-0.33161327,7,-1.537429487,0.7335445708,8515.7291882 +1,-1.539031704,0.7349710123,8,-1.535484998,0.7335658704,11.820797819 +2,-1.536990553,0.7349663874,8,-1.535484998,0.7335658704,7.0972594172 +3,-1.534951779,0.7349571355,8,-1.535484998,0.7335658704,5.7294932089 +4,-1.532906461,0.7349480293,8,-1.535484998,0.7335658704,9.351840659 +5,-1.531320211,0.7346937278,8,-1.535484998,0.7335658704,13.036742286 +6,-1.539451648,0.7335131775,8,-1.535484998,0.7335658704,11.672807491 +7,-1.537429487,0.7335445708,8,-1.535484998,0.7335658704,5.7217463518 +8,-1.535484998,0.7335658704,8,-1.535484998,0.7335658704,2.654900662 +9,-1.533488396,0.7336036027,8,-1.535484998,0.7335658704,5.8762010625 +10,-1.531497785,0.7335842962,8,-1.535484998,0.7335658704,11.731296599 +11,-1.530259379,0.7334777758,8,-1.535484998,0.7335658704,15.379367812 +12,-1.5335454,0.7322346912,8,-1.535484998,0.7335658704,7.772238833 +13,-1.531489083,0.7322238773,8,-1.535484998,0.7335658704,12.909094257 +14,-1.530011122,0.7321679851,8,-1.535484998,0.7335658704,17.040050145 +15,-1.53348106,0.7306614094,8,-1.535484998,0.7335658704,12.930918718 +16,-1.531441779,0.7306962275,8,-1.535484998,0.7335658704,16.464510535 +17,-1.529755654,0.7306933243,8,-1.535484998,0.7335658704,20.355612242 +18,-1.533415048,0.7291384674,8,-1.535484998,0.7335658704,18.568326046 +19,-1.531392093,0.7291705353,8,-1.535484998,0.7335658704,21.182349764 +20,-1.529296523,0.7291214933,8,-1.535484998,0.7335658704,25.352584949 +21,-1.535280942,0.727267644,8,-1.535484998,0.7335658704,24.954538735 +22,-1.533378158,0.7276139666,8,-1.535484998,0.7335658704,24.381014468 +23,-1.531340368,0.7276446587,8,-1.535484998,0.7335658704,26.449567571 +24,-1.528960113,0.7276398177,8,-1.535484998,0.7335658704,30.356119338 +25,-1.533313146,0.7260818349,8,-1.535484998,0.7335658704,30.329679265 +26,-1.531259555,0.7260958115,8,-1.535484998,0.7335658704,32.110711562 +27,-1.528926415,0.7260865555,8,-1.535484998,0.7335658704,35.391208524 +28,-1.531226779,0.7245511789,8,-1.535484998,0.7335658704,37.858137934 +29,-1.528904772,0.7245519194,8,-1.535484998,0.7335658704,40.652811711 +30,-1.547195875,0.7409785979,8,-1.535484998,0.7335658704,45.181328486 +31,-1.5451475,0.740980426,8,-1.535484998,0.7335658704,40.808454392 +32,-1.543097679,0.7409798872,8,-1.535484998,0.7335658704,36.887995776 +33,-1.540720364,0.7409892687,8,-1.535484998,0.7335658704,33.170393008 +34,-1.547188511,0.7395198392,8,-1.535484998,0.7335658704,41.659452378 +35,-1.545148587,0.7395226109,8,-1.535484998,0.7335658704,36.88826526 +36,-1.543104538,0.7395314908,8,-1.535484998,0.7335658704,32.530516221 +37,-1.540727751,0.7395306258,8,-1.535484998,0.7335658704,28.193290018 +38,-1.547187029,0.7380014886,8,-1.535484998,0.7335658704,38.591931899 +39,-1.545147315,0.7380012252,8,-1.535484998,0.7335658704,33.370461975 +40,-1.54310719,0.7380060743,8,-1.535484998,0.7335658704,28.464600895 +41,-1.540719671,0.7380068206,8,-1.535484998,0.7335658704,23.359847744 +42,-1.547187189,0.7364799098,8,-1.535484998,0.7335658704,36.270406951 +43,-1.545149996,0.7364853874,8,-1.535484998,0.7335658704,30.66305629 +44,-1.543106091,0.7364823484,8,-1.535484998,0.7335658704,25.197394782 +45,-1.540717158,0.7364893901,8,-1.535484998,0.7335658704,19.247056466 +46,-1.538663972,0.7410138672,8,-1.535484998,0.7335658704,30.939170014 +47,-1.53695285,0.7409699132,8,-1.535484998,0.7335658704,29.641585795 +48,-1.534910498,0.7409641297,8,-1.535484998,0.7335658704,29.352887239 +49,-1.533145034,0.7409536636,8,-1.535484998,0.7335658704,30.056742633 +50,-1.538681336,0.7395405883,8,-1.535484998,0.7335658704,25.456541793 +51,-1.536999189,0.7395183096,8,-1.535484998,0.7335658704,23.992592628 +52,-1.534923633,0.7395144222,8,-1.535484998,0.7335658704,23.619720265 +53,-1.533267822,0.7395654306,8,-1.535484998,0.7335658704,24.638662539 +54,-1.53867273,0.7380151077,8,-1.535484998,0.7335658704,19.954857153 +55,-1.536980576,0.7379994392,8,-1.535484998,0.7335658704,18.102115426 +56,-1.534931522,0.7379944961,8,-1.535484998,0.7335658704,17.616908649 +57,-1.533387952,0.7379480264,8,-1.535484998,0.7335658704,18.417594652 +58,-1.538682279,0.7364914363,8,-1.535484998,0.7335658704,14.917915731 +59,-1.536980704,0.7364810563,8,-1.535484998,0.7335658704,12.35513138 +60,-1.534935567,0.7364752065,8,-1.535484998,0.7335658704,11.636414497 +61,-1.533042592,0.7363876366,8,-1.535484998,0.7335658704,13.282823128 +62,-1.545143426,0.7349628011,8,-1.535484998,0.7335658704,28.933074963 +63,-1.543105297,0.7349691947,8,-1.535484998,0.7335658704,23.085407168 +64,-1.541064533,0.7349647152,8,-1.535484998,0.7335658704,17.31613771 +65,-1.545411803,0.7334624714,8,-1.535484998,0.7335658704,29.210801512 +66,-1.543446606,0.7334780896,8,-1.535484998,0.7335658704,23.428103304 +67,-1.541475327,0.7334957295,8,-1.535484998,0.7335658704,17.627468423 +68,-1.545401939,0.731963266,8,-1.535484998,0.7335658704,29.88066944 +69,-1.54342253,0.7319915583,8,-1.535484998,0.7335658704,24.187962105 +70,-1.541455867,0.7320216438,8,-1.535484998,0.7335658704,18.613407016 +71,-1.545410146,0.7304422281,8,-1.535484998,0.7335658704,31.752512759 +72,-1.543435491,0.7304713664,8,-1.535484998,0.7335658704,26.437614164 +73,-1.541463105,0.7304997613,8,-1.535484998,0.7335658704,21.394302155 +74,-1.545414768,0.7289194936,8,-1.535484998,0.7335658704,34.580631096 +75,-1.543435774,0.7289538557,8,-1.535484998,0.7335658704,29.718974933 +76,-1.541457714,0.7289765881,8,-1.535484998,0.7335658704,25.308637168 +77,-1.539449415,0.7320555866,8,-1.535484998,0.7335658704,13.115767339 +78,-1.537429183,0.7321097681,8,-1.535484998,0.7335658704,8.1258105377 +79,-1.535472649,0.7321497267,8,-1.535484998,0.7335658704,5.6094632066 +80,-1.539457899,0.7305333307,8,-1.535484998,0.7335658704,16.771780361 +81,-1.537453161,0.7305750503,8,-1.535484998,0.7335658704,13.189602902 +82,-1.535479385,0.7306124949,8,-1.535484998,0.7335658704,11.698331943 +83,-1.53946905,0.7290102593,8,-1.535484998,0.7335658704,21.530891697 +84,-1.537459922,0.7290417293,8,-1.535484998,0.7335658704,18.842279713 +85,-1.535451349,0.7290890157,8,-1.535484998,0.7335658704,17.733098953 +86,-1.535522937,0.7279887191,8,-1.535484998,0.7335658704,22.091379636 +87,-1.539442524,0.7274735939,8,-1.535484998,0.7335658704,26.80766701 +88,-1.537424111,0.727521351,8,-1.535484998,0.7335658704,24.616306915 +89,-1.539384641,0.7259505092,8,-1.535484998,0.7335658704,32.286784782 +90,-1.537372391,0.7259947145,8,-1.535484998,0.7335658704,30.502583423 +91,-1.535340789,0.7260435356,8,-1.535484998,0.7335658704,29.799009645 +92,-1.539325716,0.7244369706,8,-1.535484998,0.7335658704,37.897957077 +93,-1.537308932,0.7244801057,8,-1.535484998,0.7335658704,36.389841277 +94,-1.535289068,0.7245247645,8,-1.535484998,0.7335658704,35.816497526 +95,-1.533261366,0.7245550236,8,-1.535484998,0.7335658704,36.291394978 +96,-1.539267302,0.722921924,8,-1.535484998,0.7335658704,43.618165469 +97,-1.537248972,0.7229660258,8,-1.535484998,0.7335658704,42.308568038 +98,-1.535219431,0.7229916471,8,-1.535484998,0.7335658704,41.891855309 +99,-1.53318962,0.7230212049,8,-1.535484998,0.7335658704,42.314989785 +100,-1.531154816,0.7230299897,8,-1.535484998,0.7335658704,43.651589109 +101,-1.528878341,0.7230370244,8,-1.535484998,0.7335658704,46.05103353 +102,-1.539218189,0.7214009878,8,-1.535484998,0.7335658704,49.434444075 +103,-1.537198791,0.7214422745,8,-1.535484998,0.7335658704,48.288426213 +104,-1.535179266,0.7214634354,8,-1.535484998,0.7335658704,47.946275682 +105,-1.533156501,0.7214944644,8,-1.535484998,0.7335658704,48.308405868 +106,-1.53113574,0.7215166021,8,-1.535484998,0.7335658704,49.430746146 +107,-1.528874248,0.7215345535,8,-1.535484998,0.7335658704,51.51203962 +108,-1.539217656,0.7198512397,8,-1.535484998,0.7335658704,55.436013821 +109,-1.537199919,0.7199428763,8,-1.535484998,0.7335658704,54.198933893 +110,-1.545425832,0.727397149,8,-1.535484998,0.7335658704,38.173517836 +111,-1.543371177,0.7273916949,8,-1.535484998,0.7335658704,33.755661402 +112,-1.541368852,0.7274523163,8,-1.535484998,0.7335658704,29.794940158 +113,-1.545349067,0.7258710923,8,-1.535484998,0.7335658704,42.155325755 +114,-1.54332671,0.7258603556,8,-1.535484998,0.7335658704,38.308760083 +115,-1.541346831,0.7259242142,8,-1.535484998,0.7335658704,34.866581682 +116,-1.545324355,0.7243383958,8,-1.535484998,0.7335658704,46.700236003 +117,-1.543292796,0.7243617413,8,-1.535484998,0.7335658704,43.141998375 +118,-1.541295822,0.7244024384,8,-1.535484998,0.7335658704,40.151270322 +119,-1.543193859,0.7205570215,8,-1.535484998,0.7335658704,56.352189797 +120,-1.550257047,0.7386738187,8,-1.535484998,0.7335658704,47.849758355 +121,-1.549335448,0.7311736483,8,-1.535484998,0.7335658704,41.880511002 +122,-1.533478843,0.7179891343,8,-1.535484998,0.7335658704,61.985065012 +123,-1.556150555,0.738907041,8,-1.535484998,0.7335658704,64.238635552 +124,-1.554324226,0.733414257,8,-1.535484998,0.7335658704,55.435408845 +125,-1.554290846,0.7288285332,8,-1.535484998,0.7335658704,58.537051375 +126,-1.55122487,0.7219795312,8,-1.535484998,0.7335658704,65.368898667 +127,-1.525104458,0.7229399862,8,-1.535484998,0.7335658704,52.088188996 +128,-1.519607711,0.7236181429,8,-1.535484998,0.7335658704,61.272145416 +129,-1.513899999,0.7251107854,8,-1.535484998,0.7335658704,72.009535383 +130,-1.536620762,0.7431061895,8,-1.535484998,0.7335658704,37.935394339 +131,-1.5369566,0.7460845958,8,-1.535484998,0.7335658704,49.773207071 +132,-1.545345528,0.7447040685,8,-1.535484998,0.7335658704,52.722104491 +133,-1.532813921,0.7432306626,8,-1.535484998,0.7335658704,39.073666505 +134,-1.554788248,0.7382381001,8,-1.535484998,0.7335658704,59.618805531 +135,-1.540348126,0.7301594274,8,-1.535484998,0.7335658704,19.682823371 +136,-1.538016084,0.7239051786,8,-1.535484998,0.7335658704,38.990064283 +137,-1.525288962,0.7258085137,8,-1.535484998,0.7335658704,43.015555813 +138,-1.534326986,0.731241342,8,-1.535484998,0.7335658704,9.8188549971 +139,-1.530733872,0.7303625216,8,-1.535484998,0.7335658704,18.893546077 +141,-1.534354939,0.7328219978,8,-1.535484998,0.7335658704,4.4434035945 +142,-1.53157084,0.7292888153,8,-1.535484998,0.7335658704,20.497451366 +143,-1.525691035,0.7263799874,8,-1.535484998,0.7335658704,40.569306094 +144,-1.534031287,0.7495967835,8,-1.535484998,0.7335658704,63.640242502 +145,-1.527714986,0.7283095957,8,-1.535484998,0.7335658704,30.960753181 +146,-1.526189586,0.7271468292,8,-1.535484998,0.7335658704,37.399892753 +147,-1.555177336,0.7375563366,8,-1.535484998,0.7335658704,59.954946898 +148,-1.555080283,0.7312707794,8,-1.535484998,0.7335658704,58.423954926 +149,-1.53856994,0.7224180299,8,-1.535484998,0.7335658704,45.08893801 +150,-1.530837883,0.729933372,8,-1.535484998,0.7335658704,19.86400373 +151,-1.515066984,0.5854133365,8,-1.535484998,0.7335658704,590.28493911 +152,-1.534731633,0.5368370046,8,-1.535484998,0.7335658704,779.24670822 +153,-1.515231902,0.5607085576,8,-1.535484998,0.7335658704,687.65249954 +154,-2.616253799,1.0684566605,8,-1.535484998,0.7335658704,2831.8876169 +155,-1.956071439,0.5792177723,8,-1.535484998,0.7335658704,1447.8449842 +156,-1.951208514,0.5602434208,8,-1.535484998,0.7335658704,1475.4606505 +157,-1.944675062,0.6062144545,8,-1.535484998,0.7335658704,1361.4890481 +158,-1.613778386,0.6077989518,8,-1.535484998,0.7335658704,554.03338701 +159,-2.035029014,0.6021432345,8,-1.535484998,0.7335658704,1629.4536962 +160,-2.114989471,0.6801825058,8,-1.535484998,0.7335658704,1747.1177104 +161,-2.037382079,0.5765830025,8,-1.535484998,0.7335658704,1684.6976973 +162,-2.129855121,0.6585019963,8,-1.535484998,0.7335658704,1818.6727397 +163,-2.075141798,0.6493615843,8,-1.535484998,0.7335658704,1670.4921412 +164,-1.828626729,0.6948433129,8,-1.535484998,0.7335658704,889.16627795 +165,-1.863329418,0.6735427691,8,-1.535484998,0.7335658704,1016.1070028 +166,-1.266037071,0.727988852,8,-1.535484998,0.7335658704,793.98754395 +167,-1.277579582,0.7249010648,8,-1.535484998,0.7335658704,761.59007658 +168,-1.258418684,0.7241194816,8,-1.535484998,0.7335658704,818.3249013 +169,-1.317813974,0.6804850104,8,-1.535484998,0.7335658704,687.66244255 +170,-1.344165204,0.6790988904,8,-1.535484998,0.7335658704,614.99372207 +171,-1.427582102,0.5277120351,8,-1.535484998,0.7335658704,884.80357177 +172,-1.402238616,0.457167829,8,-1.535484998,0.7335658704,1177.5290526 +173,-1.422454264,0.4996161999,8,-1.535484998,0.7335658704,995.27381317 +174,-1.439089277,0.4894859811,8,-1.535484998,0.7335658704,1015.4843688 +175,-1.448126995,0.5182330266,8,-1.535484998,0.7335658704,897.40603611 +176,-1.474626146,0.5881926574,8,-1.535484998,0.7335658704,606.30465033 +177,-1.421139645,0.5584869783,8,-1.535484998,0.7335658704,781.5103969 +178,-1.457037165,0.565943032,8,-1.535484998,0.7335658704,708.26925412 +179,-2.757159358,0.3745319,8,-1.535484998,0.7335658704,4232.456035 +180,-2.714309238,0.342054471,8,-1.535484998,0.7335658704,4184.9439709 +181,-2.000525337,0.774119946,8,-1.535484998,0.7335658704,1346.5060881 +183,-1.571413436,0.6777838382,8,-1.535484998,0.7335658704,246.05707573 +184,-1.552860289,0.6987663893,8,-1.535484998,0.7335658704,147.2900995 +185,-1.521852374,0.7165827476,8,-1.535484998,0.7335658704,78.476346729 +186,-1.503656267,0.6928968252,8,-1.535484998,0.7335658704,187.17900309 +187,-1.502753178,0.7136205882,8,-1.535484998,0.7335658704,125.22384955 +188,-1.631894563,0.7343596465,8,-1.535484998,0.7335658704,283.52264086 +189,-1.653765416,0.6770714026,8,-1.535484998,0.7335658704,420.90125126 +190,-1.719812114,0.6715965947,8,-1.535484998,0.7335658704,608.32015167 +191,-1.493406659,0.6646955447,8,-1.535484998,0.7335658704,301.11570652 +192,-1.469120564,0.6613469966,8,-1.535484998,0.7335658704,349.80633135 +193,-1.590551461,0.5326612937,8,-1.535484998,0.7335658704,814.81072153 +194,-1.625979264,0.5247742243,8,-1.535484998,0.7335658704,875.86904854 +195,-1.572293943,0.5238808754,8,-1.535484998,0.7335658704,838.81237082 +196,-1.610848725,0.5477107964,8,-1.535484998,0.7335658704,773.80546571 +197,-1.208485554,0.7918526018,8,-1.535484998,0.7335658704,962.03499679 +198,-1.335601374,0.6869083083,8,-1.535484998,0.7335658704,627.53203399 +199,-1.346156996,0.6825213377,8,-1.535484998,0.7335658704,603.96198994 +200,-1.324381037,0.6741422347,8,-1.535484998,0.7335658704,678.78939863 +201,-1.242424992,0.7378949807,8,-1.535484998,0.7335658704,859.33208517 +202,-1.270370057,0.7392461008,8,-1.535484998,0.7335658704,777.31136115 +203,-1.448950472,0.7441675014,8,-1.535484998,0.7335658704,256.7983822 +204,-1.492662363,0.7523026852,8,-1.535484998,0.7335658704,145.2969497 +205,-1.479098966,0.7763855017,8,-1.535484998,0.7335658704,234.96197382 +206,-1.633760714,0.7869022408,8,-1.535484998,0.7335658704,352.29210847 +207,-1.647406434,0.8101289331,8,-1.535484998,0.7335658704,438.92963422 +208,-1.564245052,0.5701509278,8,-1.535484998,0.7335658704,653.55236755 +209,-1.646289963,0.6833746083,8,-1.535484998,0.7335658704,387.91484684 +210,-1.5820631,0.6751952144,8,-1.535484998,0.7335658704,270.55880364 +211,-1.613236298,0.6681681791,8,-1.535484998,0.7335658704,349.9019457 +212,-1.914661867,0.8212566515,8,-1.535484998,0.7335658704,1121.1109207 +213,-1.742133237,0.7250275956,8,-1.535484998,0.7335658704,610.78160956 +214,-2.033144872,0.6557314699,8,-1.535484998,0.7335658704,1537.9971295 +215,-2.039551981,0.6964723658,8,-1.535484998,0.7335658704,1507.5433704 +216,-1.247341019,0.7622473908,8,-1.535484998,0.7335658704,842.97469988 +217,-1.298239787,0.7084123392,8,-1.535484998,0.7335658704,712.09913504 +218,-1.308539688,0.6926545592,8,-1.535484998,0.7335658704,698.17527959 +219,-1.303263185,0.6888938396,8,-1.535484998,0.7335658704,718.11173892 +220,-1.852400229,0.6004246149,8,-1.535484998,0.7335658704,1115.1697814 +221,-1.288947707,0.7473773692,8,-1.535484998,0.7335658704,722.05123274 +222,-1.372031502,0.7472790993,8,-1.535484998,0.7335658704,480.75195342 +223,-1.289805721,0.7242157877,8,-1.535484998,0.7335658704,725.99912474 +224,-1.350807603,0.7533498126,8,-1.535484998,0.7335658704,543.78019574 +225,-1.329290365,0.7560442322,8,-1.535484998,0.7335658704,606.51761494 +226,-1.410153004,0.616936428,8,-1.535484998,0.7335658704,602.48977516 +227,-1.393445434,0.6308995063,8,-1.535484998,0.7335658704,596.18887206 +228,-1.37595573,0.6241540638,8,-1.535484998,0.7335658704,654.80338054 +229,-1.358388707,0.6172645205,8,-1.535484998,0.7335658704,714.59133733 +230,-1.753741133,0.8281661666,8,-1.535484998,0.7335658704,718.07680838 +231,-1.47430987,0.6834615681,8,-1.535484998,0.7335658704,270.58320179 +232,-1.421012508,0.7222725206,8,-1.535484998,0.7335658704,341.36522527 +233,-1.4476833,0.6978557868,8,-1.535484998,0.7335658704,298.06443199 +234,-1.470370723,0.6966193374,8,-1.535484998,0.7335658704,243.555492 +235,-1.429211703,0.7037216883,8,-1.535484998,0.7335658704,338.08457421 +236,-1.700578405,0.6178673663,8,-1.535484998,0.7335658704,685.04231272 +237,-1.678117619,0.6331716163,8,-1.535484998,0.7335658704,591.14984839 +238,-1.725644578,0.6316331145,8,-1.535484998,0.7335658704,709.44300764 +239,-2.14012759,0.7930497945,8,-1.535484998,0.7335658704,1732.8262963 +240,-2.103289431,0.7653606263,8,-1.535484998,0.7335658704,1640.6106134 +241,-1.318739838,0.7017808746,8,-1.535484998,0.7335658704,658.27480662 +242,-1.396417427,0.7077900843,8,-1.535484998,0.7335658704,426.1122276 +243,-1.35650337,0.7185539404,8,-1.535484998,0.7335658704,533.14439643 +244,-1.248884539,0.7274156818,8,-1.535484998,0.7335658704,844.62168486 +245,-1.395014798,0.5761185243,8,-1.535484998,0.7335658704,763.18770638 +246,-1.433377362,0.6064716109,8,-1.535484998,0.7335658704,594.5617872 +247,-1.408172432,0.5903155476,8,-1.535484998,0.7335658704,692.34623196 +248,-1.749645898,0.7757118084,8,-1.535484998,0.7335658704,639.4496312 +249,-1.571626686,0.615046989,8,-1.535484998,0.7335658704,482.54342167 +250,-1.514070049,0.6303003037,8,-1.535484998,0.7335658704,414.28826797 +251,-1.480890369,0.6237966528,8,-1.535484998,0.7335658704,466.14934852 +252,-1.704390658,0.5281680612,8,-1.535484998,0.7335658704,975.12749254 +253,-1.64434733,0.5254277498,8,-1.535484998,0.7335658704,894.4275981 +254,-1.703855997,0.4792484842,8,-1.535484998,0.7335658704,1144.9309232 +255,-1.692002383,0.5748825051,8,-1.535484998,0.7335658704,797.18191371 +256,-1.854136457,0.5544643913,8,-1.535484998,0.7335658704,1229.4715156 +257,-1.665021206,0.520317736,8,-1.535484998,0.7335658704,940.40329939 +258,-1.733654349,0.4845187345,8,-1.535484998,0.7335658704,1175.5396928 +259,-1.720938188,0.5135933906,8,-1.535484998,0.7335658704,1053.9306095 +260,-1.742668307,0.553296122,8,-1.535484998,0.7335658704,968.10762169 +261,-1.965659039,0.7142126903,8,-1.535484998,0.7335658704,1274.5190483 +262,-1.944438071,0.6772834804,8,-1.535484998,0.7335658704,1249.1516145 +263,-1.270340967,0.7681487096,8,-1.535484998,0.7335658704,778.78455042 +264,-1.353091884,0.6549276821,8,-1.535484998,0.7335658704,635.97984721 +265,-1.333236659,0.6413584414,8,-1.535484998,0.7335658704,717.9020951 +266,-1.352015998,0.6753788907,8,-1.535484998,0.7335658704,599.24866586 +267,-1.377988483,0.6577816235,8,-1.535484998,0.7335658704,564.70959705 +268,-2.13075611,0.8318642051,8,-1.535484998,0.7335658704,1701.7207692 +269,-2.097910953,0.8259670014,8,-1.535484998,0.7335658704,1613.4812261 +270,-1.416382069,0.6694271549,8,-1.535484998,0.7335658704,440.68941089 +271,-1.538905672,0.7535625993,8,-1.535484998,0.7335658704,79.832365321 +272,-1.572309477,0.7803125099,8,-1.535484998,0.7335658704,213.35499463 +273,-1.87759879,0.7503853417,8,-1.535484998,0.7335658704,998.84662012 +274,1.152365588,0.590457682,8,-1.535484998,0.7335658704,6946.2252752 +275,0.350198001,0.718001859,8,-1.535484998,0.7335658704,5150.4818256 +276,0.046513677,0.491503852,8,-1.535484998,0.7335658704,4979.0809297 +277,0.027510309,0.742571376,8,-1.535484998,0.7335658704,4342.0019559 +278,0.306285725,-0.214631579,8,-1.535484998,0.7335658704,7582.8499075 +279,-1.100564889,0.318051531,8,-1.535484998,0.7335658704,2203.4207169 +280,-1.078582306,0.301437596,8,-1.535484998,0.7335658704,2305.6343055 +281,-1.137371989,-0.617634065,8,-1.535484998,0.7335658704,5543.3493943 +282,0.784356344,0.703272339,8,-1.535484998,0.7335658704,6034.8732647 +283,-1.221209947,0.218327455,8,-1.535484998,0.7335658704,2310.3944153 +284,2.347301921,-0.449114658,8,-1.535484998,0.7335658704,9792.890438 +285,0.246820618,0.830553713,8,-1.535484998,0.7335658704,4638.7366104 +286,0.829414965,0.703288228,8,-1.535484998,0.7335658704,6107.3484363 +287,-1.337537566,0.42332223,8,-1.535484998,0.7335658704,1390.2508224 +288,0.882453706,0.454478077,8,-1.535484998,0.7335658704,7044.6694415 +289,1.575629659,0.416419109,8,-1.535484998,0.7335658704,7887.3890202 +290,-1.039455679,0.229888244,8,-1.535484998,0.7335658704,2622.939518 +291,0.489558039,0.934482747,8,-1.535484998,0.7335658704,4827.4875313 +292,0.081344504,0.88384514,8,-1.535484998,0.7335658704,4166.28162 +293,-1.547979814,0.300350308,8,-1.535484998,0.7335658704,1716.4893709 +294,0.040776181,0.168560074,8,-1.535484998,0.7335658704,5792.0275307 +295,-1.130374745,0.563894876,8,-1.535484998,0.7335658704,1437.9501107 +296,1.578326642,0.478507176,8,-1.535484998,0.7335658704,7641.7509224 +297,-1.12861823,-0.291640865,8,-1.535484998,0.7335658704,4324.814415 +298,0.310524208,0.770885792,8,-1.535484998,0.7335658704,4924.5394233 +299,0.415649091,-0.387246002,8,-1.535484998,0.7335658704,8333.3669801 +300,-0.926533878,-0.188022748,8,-1.535484998,0.7335658704,4268.6120771 +301,1.258856172,-0.11716081,8,-1.535484998,0.7335658704,9715.0168694 +302,-1.126050026,0.322941926,8,-1.535484998,0.7335658704,2131.6697966 +303,2.002785835,0.07893892,8,-1.535484998,0.7335658704,8922.4927591 +304,0.440437607,0.746258085,8,-1.535484998,0.7335658704,5263.6196009 +305,-0.030391866,0.214441206,8,-1.535484998,0.7335658704,5464.2184192 +306,0.521557815,-0.058929362,8,-1.535484998,0.7335658704,7791.3935318 +307,-0.097005111,0.13317729,8,-1.535484998,0.7335658704,5480.7371992 +308,1.83113859,0.221857587,8,-1.535484998,0.7335658704,8571.4796228 +309,0.222428864,0.099404236,8,-1.535484998,0.7335658704,6503.605471 +310,-1.702731345,0.8728568183,8,-1.535484998,0.7335658704,717.1602245 +311,-0.418507569,0.278324921,8,-1.535484998,0.7335658704,4161.3955352 +312,-1.41153306,0.339029988,8,-1.535484998,0.7335658704,1617.2417289 +313,0.357560442,0.114788776,8,-1.535484998,0.7335658704,6846.4229175 +314,0.325818979,0.268352149,8,-1.535484998,0.7335658704,6331.3808067 +315,-1.246004659,-0.663679965,8,-1.535484998,0.7335658704,5632.1925152 +316,1.814603087,0.637404484,8,-1.535484998,0.7335658704,6961.2569674 +317,1.843704281,-0.18300445,8,-1.535484998,0.7335658704,10112.353828 +318,1.690644492,-0.211480909,8,-1.535484998,0.7335658704,10355.362447 +319,-1.275451936,0.068109467,8,-1.535484998,0.7335658704,2791.833418 +320,0.762430171,-0.207594741,8,-1.535484998,0.7335658704,8876.5756751 +321,0.265668905,-0.014647884,8,-1.535484998,0.7335658704,6936.3431367 +322,-2.773032013,-0.335515811,8,-1.535484998,0.7335658704,6186.3314626 +323,-1.469512853,0.174058777,8,-1.535484998,0.7335658704,2228.0558105 +324,0.286276986,0.785925691,8,-1.535484998,0.7335658704,4833.8513825 +325,-1.379324697,0.377432233,8,-1.535484998,0.7335658704,1503.2041609 +326,-1.203778265,0.212813032,8,-1.535484998,0.7335658704,2358.782216 +327,0.579916301,0.611743168,8,-1.535484998,0.7335658704,5946.5442338 +328,0.267582642,0.868113908,8,-1.535484998,0.7335658704,4590.0896465 +329,0.412869244,-0.050245578,8,-1.535484998,0.7335658704,7458.3779847 +330,0.17524381,0.976660285,8,-1.535484998,0.7335658704,4162.603947 +331,0.743157214,0.204812899,8,-1.535484998,0.7335658704,7582.1615816 +332,-1.070758176,0.269382282,8,-1.535484998,0.7335658704,2425.8530521 +333,-1.230364251,0.329790229,8,-1.535484998,0.7335658704,1900.1725754 +334,-1.374813124,-0.024926835,8,-1.535484998,0.7335658704,3059.0702959 +335,0.519780566,0.463669906,8,-1.535484998,0.7335658704,6261.4869159 +336,-1.55108034,0.239698561,8,-1.535484998,0.7335658704,1956.9414744 +337,0.180294813,0.029739425,8,-1.535484998,0.7335658704,6568.3984857 +338,0.67820924,0.268170153,8,-1.535484998,0.7335658704,7230.9666622 +339,0.445798684,1.024001867,8,-1.535484998,0.7335658704,4514.7251143 +340,0.691751283,0.150521402,8,-1.535484998,0.7335658704,7628.9778993 +341,-1.036643551,-0.903056181,8,-1.535484998,0.7335658704,6705.6884897 +342,-0.120287036,1.083325163,8,-1.535484998,0.7335658704,3442.8167905 +343,2.823513113,-0.304487164,8,-1.535484998,0.7335658704,8052.9132287 +344,0.457583172,1.12513373,8,-1.535484998,0.7335658704,4270.7974294 +345,0.042918831,0.813795399,8,-1.535484998,0.7335658704,4226.2018505 +346,1.196146777,-0.853142756,8,-1.535484998,0.7335658704,11216.574125 +347,0.206001358,-0.010430701,8,-1.535484998,0.7335658704,6750.8982584 +348,-0.268308653,0.234799412,8,-1.535484998,0.7335658704,4713.2192604 +349,0.759363263,0.736189579,8,-1.535484998,0.7335658704,5885.0589905 +350,0.181363926,0.891988372,8,-1.535484998,0.7335658704,4358.7234018 +351,-0.021111158,0.139103292,8,-1.535484998,0.7335658704,5688.2855466 +352,-0.093355215,0.630686981,8,-1.535484998,0.7335658704,4275.8021857 +353,0.40118964,0.681375926,8,-1.535484998,0.7335658704,5362.3970712 +354,-0.721197315,1.304706234,8,-1.535484998,0.7335658704,2677.9731886 +355,-1.076150317,0.212107639,8,-1.535484998,0.7335658704,2602.3833966 +356,-1.577164531,0.273993443,8,-1.535484998,0.7335658704,1825.9042801 +357,-0.190788414,0.182208586,8,-1.535484998,0.7335658704,5076.8389989 +358,-0.261349752,0.209710184,8,-1.535484998,0.7335658704,4798.1363044 +359,-1.029303852,0.083549259,8,-1.535484998,0.7335658704,3132.4838245 +360,-1.268609162,0.330525297,8,-1.535484998,0.7335658704,1831.421195 +361,1.282982244,-0.926641967,8,-1.535484998,0.7335658704,11296.405072 +362,0.217352334,0.731352408,8,-1.535484998,0.7335658704,4817.9496314 +363,-1.511833084,0.258629297,8,-1.535484998,0.7335658704,1882.9627493 +364,0.338812194,0.823184618,8,-1.535484998,0.7335658704,4847.6171539 +365,-0.324406489,1.134201999,8,-1.535484998,0.7335658704,3053.5366955 +366,1.389579348,0.399185724,8,-1.535484998,0.7335658704,7887.4014097 +367,2.047152199,-0.039082036,8,-1.535484998,0.7335658704,9278.6457673 +368,0.947780369,0.568250077,8,-1.535484998,0.7335658704,6757.9493716 +369,0.763824846,0.576754987,8,-1.535484998,0.7335658704,6417.8009895 +370,-0.142334657,0.928153068,8,-1.535484998,0.7335658704,3600.0768209 +371,0.610266567,0.547265983,8,-1.535484998,0.7335658704,6208.2407781 +372,0.210731629,0.746815056,8,-1.535484998,0.7335658704,4764.5836258 +373,-1.34931644,0.316895224,8,-1.535484998,0.7335658704,1766.0015933 +374,2.407696481,0.655030745,8,-1.535484998,0.7335658704,6229.3108537 +375,0.64207831,0.545359131,8,-1.535484998,0.7335658704,6280.5991296 +376,1.174597538,0.840588356,8,-1.535484998,0.7335658704,6028.6530792 +377,0.660059424,0.010604079,8,-1.535484998,0.7335658704,7970.8528074 +378,-0.730263819,0.010486456,8,-1.535484998,0.7335658704,4047.9069119 +379,0.831068936,0.512339172,8,-1.535484998,0.7335658704,6755.4965196 +380,1.301180979,0.72367476,8,-1.535484998,0.7335658704,6569.4876578 +381,1.811128231,0.322854402,8,-1.535484998,0.7335658704,8192.5621263 +382,0.435105812,0.992284428,8,-1.535484998,0.7335658704,4581.1230641 +383,0.62643634,0.592027932,8,-1.535484998,0.7335658704,6102.6014231 +384,0.492988703,-0.516339467,8,-1.535484998,0.7335658704,8850.5050604 +385,-0.162469483,0.112549365,8,-1.535484998,0.7335658704,5342.3997126 +386,0.314630866,0.472006421,8,-1.535484998,0.7335658704,5737.4041299 +387,0.166744804,0.822815954,8,-1.535484998,0.7335658704,4484.9834637 +388,0.417159608,0.965805736,8,-1.535484998,0.7335658704,4620.9836572 +389,0.106334961,0.868774244,8,-1.535484998,0.7335658704,4251.6118783 +390,0.815086969,-0.338144359,8,-1.535484998,0.7335658704,9376.2298308 +391,0.59867455,-0.230624824,8,-1.535484998,0.7335658704,8477.737015 +392,1.915104874,0.066220985,8,-1.535484998,0.7335658704,9086.3623813 +393,1.278093622,0.064463721,8,-1.535484998,0.7335658704,9069.7037031 +394,-0.061477853,0.302997961,8,-1.535484998,0.7335658704,5146.0630048 +395,0.251311504,0.626976942,8,-1.535484998,0.7335658704,5164.1324255 +396,2.950242872,0.149095644,8,-1.535484998,0.7335658704,6482.0268905 +397,-0.180294708,0.35375117,8,-1.535484998,0.7335658704,4673.6236165 +398,1.010448592,-0.351180233,8,-1.535484998,0.7335658704,9945.9505568 +399,-1.748740498,0.3686318073,8,-1.535484998,0.7335658704,1610.7380046 +400,2.699635665,0.123533791,8,-1.535484998,0.7335658704,7247.7904987 +401,0.496808033,0.823843254,8,-1.535484998,0.7335658704,5153.1905578 +402,0.129574704,0.763364087,8,-1.535484998,0.7335658704,4538.3101934 +403,1.798920311,0.817447563,8,-1.535484998,0.7335658704,6262.9826267 +404,0.335987953,0.746786541,8,-1.535484998,0.7335658704,5042.6164152 +405,-1.085413643,0.292154671,8,-1.535484998,0.7335658704,2320.0389659 +406,-0.155321003,0.508207011,8,-1.535484998,0.7335658704,4378.5911384 +407,0.620529244,-0.301175104,8,-1.535484998,0.7335658704,8723.7299826 +408,1.684402744,0.368716966,8,-1.535484998,0.7335658704,8068.288798 +409,0.300582244,-0.386397212,8,-1.535484998,0.7335658704,7994.3827038 +410,2.913555946,-0.009225192,8,-1.535484998,0.7335658704,7017.5936833 +411,1.465101417,0.493232532,8,-1.535484998,0.7335658704,7557.2123356 +412,0.090612882,0.907955955,8,-1.535484998,0.7335658704,4136.574096 +413,2.987564726,-0.729568594,8,-1.535484998,0.7335658704,8530.9706986 +414,-1.484261606,0.224149272,8,-1.535484998,0.7335658704,2025.5011137 +415,0.164073421,0.303955133,8,-1.535484998,0.7335658704,5787.8074345 +416,0.141441293,0.167552546,8,-1.535484998,0.7335658704,6086.9333106 +417,2.931321023,-0.506718887,8,-1.535484998,0.7335658704,8217.7754387 +418,2.21951565,0.700596356,8,-1.535484998,0.7335658704,6351.4255399 +419,0.268112576,1.199114336,8,-1.535484998,0.7335658704,3860.0549754 +420,0.978913739,0.359223811,8,-1.535484998,0.7335658704,7544.224314 +421,1.210898818,0.522863584,8,-1.535484998,0.7335658704,7262.1439576 +422,2.347397336,0.129231362,8,-1.535484998,0.7335658704,8102.0280954 +423,0.614394501,0.556878345,8,-1.535484998,0.7335658704,6187.1108695 +424,-1.398079356,0.148483366,8,-1.535484998,0.7335658704,2366.7124568 +425,2.535303836,-0.112984496,8,-1.535484998,0.7335658704,8375.0064253 +426,-1.019372593,-0.405322349,8,-1.535484998,0.7335658704,4891.1225015 +427,-1.297785627,-0.160104069,8,-1.535484998,0.7335658704,3643.5358406 +428,2.144554488,0.205051084,8,-1.535484998,0.7335658704,8241.2557732 +429,-2.242387083,-0.426171285,8,-1.535484998,0.7335658704,5272.0649279 +430,0.338637212,0.909723676,8,-1.535484998,0.7335658704,4625.3062595 +431,-0.148798452,0.691042401,8,-1.535484998,0.7335658704,4002.293121 +432,0.893524764,0.441829531,8,-1.535484998,0.7335658704,7107.8222441 +433,0.969229347,-0.368847936,8,-1.535484998,0.7335658704,9884.3869823 +434,0.436043248,0.800045688,8,-1.535484998,0.7335658704,5104.2467622 +435,1.687946607,1.081504775,8,-1.535484998,0.7335658704,5249.583091 +436,0.522302046,-0.034889271,8,-1.535484998,0.7335658704,7726.3603195 +437,-0.178996113,-0.438090009,8,-1.535484998,0.7335658704,6782.1591537 +438,-1.094339566,0.301444068,8,-1.535484998,0.7335658704,2270.4204924 +439,-1.064070054,0.242569932,8,-1.535484998,0.7335658704,2527.5951156 +440,-1.068153768,0.230387998,8,-1.535484998,0.7335658704,2558.7133035 +441,-3.00496892,-0.23989155,8,-1.535484998,0.7335658704,6563.3999185 +442,0.21751974,0.766874888,8,-1.535484998,0.7335658704,4730.6660845 +443,0.117229532,0.007619006,8,-1.535484998,0.7335658704,6442.5762116 +444,0.777758451,0.420554741,8,-1.535484998,0.7335658704,6959.326831 +445,-0.252356999,0.250747086,8,-1.535484998,0.7335658704,4719.4782952 +446,0.363148444,0.768483434,8,-1.535484998,0.7335658704,5042.4557132 +447,0.903191366,-0.118210676,8,-1.535484998,0.7335658704,8981.7379899 +448,-0.205755923,0.149406178,8,-1.535484998,0.7335658704,5118.360496 +449,1.811996086,0.02364353,8,-1.535484998,0.7335658704,9355.1617818 +450,-1.100670221,0.314845373,8,-1.535484998,0.7335658704,2213.4265138 +451,0.340078597,0.850105132,8,-1.535484998,0.7335658704,4780.3560455 +452,0.258757267,0.804969236,8,-1.535484998,0.7335658704,4727.0157169 +453,2.78505352,-0.155160804,8,-1.535484998,0.7335658704,7781.8981285 +454,0.800551619,0.105822106,8,-1.535484998,0.7335658704,8030.7113658 +455,0.437940882,-0.506194031,8,-1.535484998,0.7335658704,8668.6974598 +456,2.230431122,0.63458615,8,-1.535484998,0.7335658704,6572.6069956 +457,0.527965361,0.127667701,8,-1.535484998,0.7335658704,7276.9354756 +458,-0.063643205,0.702093448,8,-1.535484998,0.7335658704,4200.7284935 +459,1.408447268,0.133010502,8,-1.535484998,0.7335658704,8937.4150663 +460,0.523795955,0.280266966,8,-1.535484998,0.7335658704,6817.4604789 +461,-0.975769313,0.072177659,8,-1.535484998,0.7335658704,3281.1075721 +462,0.549774164,-0.463663986,8,-1.535484998,0.7335658704,8902.9395191 +463,0.29245874,1.095549818,8,-1.535484998,0.7335658704,4107.1696703 +464,0.143625958,0.816809593,8,-1.535484998,0.7335658704,4447.7165605 +465,0.671902494,0.611159853,8,-1.535484998,0.7335658704,6132.5755512 +466,1.239840988,0.6724199,8,-1.535484998,0.7335658704,6720.4307095 +467,0.607829703,-0.10932137,8,-1.535484998,0.7335658704,8173.718205 +468,1.763020906,0.263996692,8,-1.535484998,0.7335658704,8451.1085034 +469,0.378714634,0.726066797,8,-1.535484998,0.7335658704,5190.3412432 +470,2.196736143,-0.153862366,8,-1.535484998,0.7335658704,9361.94937 +471,0.01702415,0.148991565,8,-1.535484998,0.7335658704,5774.1031392 +472,-2.998490902,-0.158002487,8,-1.535484998,0.7335658704,6326.6302529 +473,-3.051262951,-0.346595608,8,-1.535484998,0.7335658704,6975.1550225 +474,-1.069176439,0.182802941,8,-1.535484998,0.7335658704,2715.0191303 +475,0.167157509,0.595344954,8,-1.535484998,0.7335658704,5037.3807053 +476,0.613855648,0.681746124,8,-1.535484998,0.7335658704,5799.1771263 +477,1.037012736,0.682555367,8,-1.535484998,0.7335658704,6472.4875352 +478,-1.253574971,0.379755746,8,-1.535484998,0.7335658704,1685.4549142 +479,3.108590453,-0.132620738,8,-1.535484998,0.7335658704,6773.4540495 +480,0.565301296,0.022333262,8,-1.535484998,0.7335658704,7682.5632897 +481,0.547898238,0.855555614,8,-1.535484998,0.7335658704,5153.2189924 +482,0.948309381,0.417393755,8,-1.535484998,0.7335658704,7288.0875558 +483,-0.050600732,0.945269213,8,-1.535484998,0.7335658704,3770.795975 +484,-0.977651478,-0.572363064,8,-1.535484998,0.7335658704,5556.8272782 +485,1.102014914,0.728861163,8,-1.535484998,0.7335658704,6377.3852474 +486,2.927300795,-0.282939414,8,-1.535484998,0.7335658704,7693.8263546 +487,-1.154565557,0.124434095,8,-1.535484998,0.7335658704,2757.4559456 +488,1.855331234,0.291044755,8,-1.535484998,0.7335658704,8284.235071 +489,0.830290659,0.276904518,8,-1.535484998,0.7335658704,7541.4778348 +490,0.485104466,-0.234867441,8,-1.535484998,0.7335658704,8159.5168247 +491,0.521367572,-0.33161327,8,-1.535484998,0.7335658704,8510.0146798 +1,-1.539031704,0.7349710123,9,-1.533488396,0.7336036027,17.175277092 +2,-1.536990553,0.7349663874,9,-1.533488396,0.7336036027,11.626425339 +3,-1.534951779,0.7349571355,9,-1.533488396,0.7336036027,6.8744445131 +4,-1.532906461,0.7349480293,9,-1.533488396,0.7336036027,5.5934158466 +5,-1.531320211,0.7346937278,9,-1.533488396,0.7336036027,7.700439653 +6,-1.539451648,0.7335131775,9,-1.533488396,0.7336036027,17.548830248 +7,-1.537429487,0.7335445708,9,-1.533488396,0.7336036027,11.597738313 +8,-1.535484998,0.7335658704,9,-1.533488396,0.7336036027,5.8762010625 +9,-1.533488396,0.7336036027,9,-1.533488396,0.7336036027,2.6124917158 +10,-1.531497785,0.7335842962,9,-1.533488396,0.7336036027,5.8571206428 +11,-1.530259379,0.7334777758,9,-1.533488396,0.7336036027,9.5136835228 +12,-1.5335454,0.7322346912,9,-1.533488396,0.7336036027,5.4248546464 +13,-1.531489083,0.7322238773,9,-1.533488396,0.7336036027,8.0318237204 +14,-1.530011122,0.7321679851,9,-1.533488396,0.7336036027,11.710426018 +15,-1.53348106,0.7306614094,9,-1.533488396,0.7336036027,11.654047795 +16,-1.531441779,0.7306962275,9,-1.533488396,0.7336036027,12.998938407 +17,-1.529755654,0.7306933243,9,-1.533488396,0.7336036027,15.931358989 +18,-1.533415048,0.7291384674,9,-1.533488396,0.7336036027,17.687722809 +19,-1.531392093,0.7291705353,9,-1.533488396,0.7336036027,18.6151002 +20,-1.529296523,0.7291214933,9,-1.533488396,0.7336036027,21.63112134 +21,-1.535280942,0.727267644,9,-1.533488396,0.7336036027,25.647961378 +22,-1.533378158,0.7276139666,9,-1.533488396,0.7336036027,23.727177351 +23,-1.531340368,0.7276446587,9,-1.533488396,0.7336036027,24.439151942 +24,-1.528960113,0.7276398177,9,-1.533488396,0.7336036027,27.137979216 +25,-1.533313146,0.7260818349,9,-1.533488396,0.7336036027,29.798213528 +26,-1.531259555,0.7260958115,9,-1.533488396,0.7336036027,30.457522932 +27,-1.528926415,0.7260865555,9,-1.533488396,0.7336036027,32.678949285 +28,-1.531226779,0.7245511789,9,-1.533488396,0.7336036027,36.473741489 +29,-1.528904772,0.7245519194,9,-1.533488396,0.7336036027,38.32526179 +30,-1.547195875,0.7409785979,9,-1.533488396,0.7336036027,49.688189778 +31,-1.5451475,0.740980426,9,-1.533488396,0.7336036027,44.973058105 +32,-1.543097679,0.7409798872,9,-1.533488396,0.7336036027,40.590680821 +33,-1.540720364,0.7409892687,9,-1.533488396,0.7336036027,36.132080463 +34,-1.547188511,0.7395198392,9,-1.533488396,0.7336036027,46.530938578 +35,-1.545148587,0.7395226109,9,-1.533488396,0.7336036027,41.475777588 +36,-1.543104538,0.7395314908,9,-1.533488396,0.7336036027,36.707694266 +37,-1.540727751,0.7395306258,9,-1.533488396,0.7336036027,31.660378536 +38,-1.547187029,0.7380014886,9,-1.533488396,0.7336036027,43.832697601 +39,-1.545147315,0.7380012252,9,-1.533488396,0.7336036027,38.410267153 +40,-1.54310719,0.7380060743,9,-1.533488396,0.7336036027,33.19280598 +41,-1.540719671,0.7380068206,9,-1.533488396,0.7336036027,27.477698791 +42,-1.547187189,0.7364799098,9,-1.533488396,0.7336036027,41.832061178 +43,-1.545149996,0.7364853874,9,-1.533488396,0.7336036027,36.116144539 +44,-1.543106091,0.7364823484,9,-1.533488396,0.7336036027,30.473170541 +45,-1.540717158,0.7364893901,9,-1.533488396,0.7336036027,24.120450115 +46,-1.538663972,0.7410138672,9,-1.533488396,0.7336036027,33.043201024 +47,-1.53695285,0.7409699132,9,-1.533488396,0.7336036027,30.895853085 +48,-1.534910498,0.7409641297,9,-1.533488396,0.7336036027,29.451755143 +49,-1.533145034,0.7409536636,9,-1.533488396,0.7336036027,29.130996056 +50,-1.538681336,0.7395405883,9,-1.533488396,0.7336036027,28.021249197 +51,-1.536999189,0.7395183096,9,-1.533488396,0.7336036027,25.592939211 +52,-1.534923633,0.7395144222,9,-1.533488396,0.7336036027,23.788492216 +53,-1.533267822,0.7395654306,9,-1.533488396,0.7336036027,23.623667589 +54,-1.53867273,0.7380151077,9,-1.533488396,0.7336036027,23.174581909 +55,-1.536980576,0.7379994392,9,-1.533488396,0.7336036027,20.206868307 +56,-1.534931522,0.7379944961,9,-1.533488396,0.7336036027,17.901078424 +57,-1.533387952,0.7379480264,9,-1.533488396,0.7336036027,17.210789382 +58,-1.538682279,0.7364914363,9,-1.533488396,0.7336036027,19.072010985 +59,-1.536980704,0.7364810563,9,-1.533488396,0.7336036027,15.336253905 +60,-1.534935567,0.7364752065,9,-1.533488396,0.7336036027,12.143257486 +61,-1.533042592,0.7363876366,9,-1.533488396,0.7336036027,11.105089055 +62,-1.545143426,0.7349628011,9,-1.533488396,0.7336036027,34.689455427 +63,-1.543105297,0.7349691947,9,-1.533488396,0.7336036027,28.789106053 +64,-1.541064533,0.7349647152,9,-1.533488396,0.7336036027,22.919167895 +65,-1.545411803,0.7334624714,9,-1.533488396,0.7336036027,35.086421936 +66,-1.543446606,0.7334780896,9,-1.533488396,0.7336036027,29.303848632 +67,-1.541475327,0.7334957295,9,-1.533488396,0.7336036027,23.503333447 +68,-1.545401939,0.731963266,9,-1.533488396,0.7336036027,35.673297398 +69,-1.54342253,0.7319915583,9,-1.533488396,0.7336036027,29.937243652 +70,-1.541455867,0.7320216438,9,-1.533488396,0.7336036027,24.280249449 +71,-1.545410146,0.7304422281,9,-1.533488396,0.7336036027,37.290126277 +72,-1.543435491,0.7304713664,9,-1.533488396,0.7336036027,31.824520322 +73,-1.541463105,0.7304997613,9,-1.533488396,0.7336036027,26.517361128 +74,-1.545414768,0.7289194936,9,-1.533488396,0.7336036027,39.757157021 +75,-1.543435774,0.7289538557,9,-1.533488396,0.7336036027,34.630890243 +76,-1.541457714,0.7289765881,9,-1.533488396,0.7336036027,29.798118469 +77,-1.539449415,0.7320555866,9,-1.533488396,0.7336036027,18.590433697 +78,-1.537429183,0.7321097681,9,-1.533488396,0.7336036027,13.023737445 +79,-1.535472649,0.7321497267,9,-1.533488396,0.7336036027,8.2029970609 +80,-1.539457899,0.7305333307,9,-1.533488396,0.7336036027,21.382349271 +81,-1.537453161,0.7305750503,9,-1.533488396,0.7336036027,16.743451486 +82,-1.535479385,0.7306124949,9,-1.533488396,0.7336036027,13.220239333 +83,-1.53946905,0.7290102593,9,-1.533488396,0.7336036027,25.336082767 +84,-1.537459922,0.7290417293,9,-1.533488396,0.7336036027,21.531383191 +85,-1.535451349,0.7290890157,9,-1.533488396,0.7336036027,18.795328272 +86,-1.535522937,0.7279887191,9,-1.533488396,0.7336036027,23.035911878 +87,-1.539442524,0.7274735939,9,-1.533488396,0.7336036027,29.968716381 +88,-1.537424111,0.727521351,9,-1.533488396,0.7336036027,26.743736195 +89,-1.539384641,0.7259505092,9,-1.533488396,0.7336036027,34.95614977 +90,-1.537372391,0.7259947145,9,-1.533488396,0.7336036027,32.246226659 +91,-1.535340789,0.7260435356,9,-1.533488396,0.7336036027,30.440631092 +92,-1.539325716,0.7244369706,9,-1.533488396,0.7336036027,40.196010711 +93,-1.537308932,0.7244801057,9,-1.533488396,0.7336036027,37.859600862 +94,-1.535289068,0.7245247645,9,-1.533488396,0.7336036027,36.352560364 +95,-1.533261366,0.7245550236,9,-1.533488396,0.7336036027,35.847695594 +96,-1.539267302,0.722921924,9,-1.533488396,0.7336036027,45.628836911 +97,-1.537248972,0.7229660258,9,-1.533488396,0.7336036027,43.577245976 +98,-1.535219431,0.7229916471,9,-1.533488396,0.7336036027,42.344279256 +99,-1.53318962,0.7230212049,9,-1.533488396,0.7336036027,41.926181072 +100,-1.531154816,0.7230299897,9,-1.533488396,0.7336036027,42.446353851 +101,-1.528878341,0.7230370244,9,-1.533488396,0.7336036027,44.016837503 +102,-1.539218189,0.7214009878,9,-1.533488396,0.7336036027,51.220308904 +103,-1.537198791,0.7214422745,9,-1.533488396,0.7336036027,49.405610047 +104,-1.535179266,0.7214634354,9,-1.533488396,0.7336036027,48.346627221 +105,-1.533156501,0.7214944644,9,-1.533488396,0.7336036027,47.974343417 +106,-1.53113574,0.7215166021,9,-1.533488396,0.7336036027,48.379746718 +107,-1.528874248,0.7215345535,9,-1.533488396,0.7336036027,49.715692562 +108,-1.539217656,0.7198512397,9,-1.533488396,0.7336036027,57.052168423 +109,-1.537199919,0.7199428763,9,-1.533488396,0.7336036027,55.214190905 +110,-1.545425832,0.727397149,9,-1.533488396,0.7336036027,42.95034538 +111,-1.543371177,0.7273916949,9,-1.533488396,0.7336036027,38.151857798 +112,-1.541368852,0.7274523163,9,-1.533488396,0.7336036027,33.677671366 +113,-1.545349067,0.7258710923,9,-1.533488396,0.7336036027,46.521383928 +114,-1.54332671,0.7258603556,9,-1.533488396,0.7336036027,42.241780605 +115,-1.541346831,0.7259242142,9,-1.533488396,0.7336036027,38.255647327 +116,-1.545324355,0.7243383958,9,-1.533488396,0.7336036027,50.690716942 +117,-1.543292796,0.7243617413,9,-1.533488396,0.7336036027,46.680206694 +118,-1.541295822,0.7244024384,9,-1.533488396,0.7336036027,43.131056691 +119,-1.543193859,0.7205570215,9,-1.533488396,0.7336036027,59.122413652 +120,-1.550257047,0.7386738187,9,-1.533488396,0.7336036027,53.161122299 +121,-1.549335448,0.7311736483,9,-1.533488396,0.7336036027,47.656441138 +122,-1.533478843,0.7179891343,9,-1.533488396,0.7336036027,61.8489159 +123,-1.556150555,0.738907041,9,-1.533488396,0.7336036027,69.75222001 +124,-1.554324226,0.733414257,9,-1.533488396,0.7336036027,61.310372952 +125,-1.554290846,0.7288285332,9,-1.533488396,0.7336036027,64.183828861 +126,-1.55122487,0.7219795312,9,-1.533488396,0.7336036027,69.79497285 +127,-1.525104458,0.7229399862,9,-1.533488396,0.7336036027,48.972967052 +128,-1.519607711,0.7236181429,9,-1.533488396,0.7336036027,56.983389801 +129,-1.513899999,0.7251107854,9,-1.533488396,0.7336036027,66.919970952 +130,-1.536620762,0.7431061895,9,-1.533488396,0.7336036027,38.742097029 +131,-1.5369566,0.7460845958,9,-1.533488396,0.7336036027,50.467600973 +132,-1.545345528,0.7447040685,9,-1.533488396,0.7336036027,56.017738195 +133,-1.532813921,0.7432306626,9,-1.533488396,0.7336036027,38.18393202 +134,-1.554788248,0.7382381001,9,-1.533488396,0.7336036027,65.173205423 +135,-1.540348126,0.7301594274,9,-1.533488396,0.7336036027,24.386262214 +136,-1.538016084,0.7239051786,9,-1.533488396,0.7336036027,40.678489334 +137,-1.525288962,0.7258085137,9,-1.533488396,0.7336036027,39.234802315 +138,-1.534326986,0.731241342,9,-1.533488396,0.7336036027,9.6773938391 +139,-1.530733872,0.7303625216,9,-1.533488396,0.7336036027,15.18815209 +141,-1.534354939,0.7328219978,9,-1.533488396,0.7336036027,4.0111249991 +142,-1.53157084,0.7292888153,9,-1.533488396,0.7336036027,18.001377987 +143,-1.525691035,0.7263799874,9,-1.533488396,0.7336036027,36.720246471 +144,-1.534031287,0.7495967835,9,-1.533488396,0.7336036027,63.368829827 +145,-1.527714986,0.7283095957,9,-1.533488396,0.7336036027,27.011449039 +146,-1.526189586,0.7271468292,9,-1.533488396,0.7336036027,33.434952522 +147,-1.555177336,0.7375563366,9,-1.533488396,0.7336036027,65.592493933 +148,-1.555080283,0.7312707794,9,-1.533488396,0.7336036027,64.259429037 +149,-1.53856994,0.7224180299,9,-1.533488396,0.7336036027,46.78445246 +150,-1.530837883,0.729933372,9,-1.533488396,0.7336036027,16.503269145 +151,-1.515066984,0.5854133365,9,-1.533488396,0.7336036027,589.79288323 +152,-1.534731633,0.5368370046,9,-1.533488396,0.7336036027,779.40248924 +153,-1.515231902,0.5607085576,9,-1.533488396,0.7336036027,687.24661621 +154,-2.616253799,1.0684566605,9,-1.533488396,0.7336036027,2835.5803588 +155,-1.956071439,0.5792177723,9,-1.533488396,0.7336036027,1453.5063341 +156,-1.951208514,0.5602434208,9,-1.533488396,0.7336036027,1481.0359547 +157,-1.944675062,0.6062144545,9,-1.533488396,0.7336036027,1367.2262142 +158,-1.613778386,0.6077989518,9,-1.533488396,0.7336036027,556.89840042 +159,-2.035029014,0.6021432345,9,-1.533488396,0.7336036027,1635.2776528 +160,-2.114989471,0.6801825058,9,-1.533488396,0.7336036027,1752.9644981 +161,-2.037382079,0.5765830025,9,-1.533488396,0.7336036027,1690.472189 +162,-2.129855121,0.6585019963,9,-1.533488396,0.7336036027,1824.5377526 +163,-2.075141798,0.6493615843,9,-1.533488396,0.7336036027,1676.3682446 +164,-1.828626729,0.6948433129,9,-1.533488396,0.7336036027,895.03538025 +165,-1.863329418,0.6735427691,9,-1.533488396,0.7336036027,1021.9535381 +166,-1.266037071,0.727988852,9,-1.533488396,0.7336036027,788.11528524 +167,-1.277579582,0.7249010648,9,-1.533488396,0.7336036027,755.71456918 +168,-1.258418684,0.7241194816,9,-1.533488396,0.7336036027,812.45001842 +169,-1.317813974,0.6804850104,9,-1.533488396,0.7336036027,681.99217422 +170,-1.344165204,0.6790988904,9,-1.533488396,0.7336036027,609.42034785 +171,-1.427582102,0.5277120351,9,-1.533488396,0.7336036027,882.49176341 +172,-1.402238616,0.457167829,9,-1.533488396,0.7336036027,1175.2907183 +173,-1.422454264,0.4996161999,9,-1.533488396,0.7336036027,993.09009094 +174,-1.439089277,0.4894859811,9,-1.533488396,0.7336036027,1013.6761276 +175,-1.448126995,0.5182330266,9,-1.533488396,0.7336036027,895.58551708 +176,-1.474626146,0.5881926574,9,-1.533488396,0.7336036027,604.52556445 +177,-1.421139645,0.5584869783,9,-1.533488396,0.7336036027,778.76122978 +178,-1.457037165,0.565943032,9,-1.533488396,0.7336036027,706.24819489 +179,-2.757159358,0.3745319,9,-1.533488396,0.7336036027,4238.3068619 +180,-2.714309238,0.342054471,9,-1.533488396,0.7336036027,4190.8164674 +181,-2.000525337,0.774119946,9,-1.533488396,0.7336036027,1352.1144266 +183,-1.571413436,0.6777838382,9,-1.533488396,0.7336036027,248.8953651 +184,-1.552860289,0.6987663893,9,-1.533488396,0.7336036027,149.63375604 +185,-1.521852374,0.7165827476,9,-1.533488396,0.7336036027,75.731463089 +186,-1.503656267,0.6928968252,9,-1.533488396,0.7336036027,184.33599111 +187,-1.502753178,0.7136205882,9,-1.533488396,0.7336036027,120.78052047 +188,-1.631894563,0.7343596465,9,-1.533488396,0.7336036027,289.38494829 +189,-1.653765416,0.6770714026,9,-1.533488396,0.7336036027,426.08072948 +190,-1.719812114,0.6715965947,9,-1.533488396,0.7336036027,613.8858909 +191,-1.493406659,0.6646955447,9,-1.533488396,0.7336036027,298.74067302 +192,-1.469120564,0.6613469966,9,-1.533488396,0.7336036027,346.47764469 +193,-1.590551461,0.5326612937,9,-1.533488396,0.7336036027,816.34291872 +194,-1.625979264,0.5247742243,9,-1.533488396,0.7336036027,878.12358847 +195,-1.572293943,0.5238808754,9,-1.533488396,0.7336036027,839.87413603 +196,-1.610848725,0.5477107964,9,-1.533488396,0.7336036027,775.91453748 +197,-1.208485554,0.7918526018,9,-1.533488396,0.7336036027,956.47209341 +198,-1.335601374,0.6869083083,9,-1.533488396,0.7336036027,621.85285847 +199,-1.346156996,0.6825213377,9,-1.533488396,0.7336036027,598.35866426 +200,-1.324381037,0.6741422347,9,-1.533488396,0.7336036027,673.19578893 +201,-1.242424992,0.7378949807,9,-1.533488396,0.7336036027,853.4811227 +202,-1.270370057,0.7392461008,9,-1.533488396,0.7336036027,771.46017124 +203,-1.448950472,0.7441675014,9,-1.533488396,0.7336036027,251.0060088 +204,-1.492662363,0.7523026852,9,-1.533488396,0.7336036027,140.24113978 +205,-1.479098966,0.7763855017,9,-1.533488396,0.7336036027,230.90367469 +206,-1.633760714,0.7869022408,9,-1.533488396,0.7336036027,356.79768077 +207,-1.647406434,0.8101289331,9,-1.533488396,0.7336036027,442.93059895 +208,-1.564245052,0.5701509278,9,-1.533488396,0.7336036027,654.59518187 +209,-1.646289963,0.6833746083,9,-1.533488396,0.7336036027,393.14921351 +210,-1.5820631,0.6751952144,9,-1.533488396,0.7336036027,273.86028741 +211,-1.613236298,0.6681681791,9,-1.533488396,0.7336036027,354.09658975 +212,-1.914661867,0.8212566515,9,-1.533488396,0.7336036027,1126.3525732 +213,-1.742133237,0.7250275956,9,-1.533488396,0.7336036027,616.65317024 +214,-2.033144872,0.6557314699,9,-1.533488396,0.7336036027,1543.8730795 +215,-2.039551981,0.6964723658,9,-1.533488396,0.7336036027,1513.3913109 +216,-1.247341019,0.7622473908,9,-1.533488396,0.7336036027,837.22392343 +217,-1.298239787,0.7084123392,9,-1.533488396,0.7336036027,706.24542001 +218,-1.308539688,0.6926545592,9,-1.533488396,0.7336036027,692.3998262 +219,-1.303263185,0.6888938396,9,-1.533488396,0.7336036027,712.35090178 +220,-1.852400229,0.6004246149,9,-1.533488396,0.7336036027,1120.6662508 +221,-1.288947707,0.7473773692,9,-1.533488396,0.7336036027,716.22707532 +222,-1.372031502,0.7472790993,9,-1.533488396,0.7336036027,474.93563154 +223,-1.289805721,0.7242157877,9,-1.533488396,0.7336036027,720.12300438 +224,-1.350807603,0.7533498126,9,-1.533488396,0.7336036027,538.00059022 +225,-1.329290365,0.7560442322,9,-1.533488396,0.7336036027,600.74885188 +226,-1.410153004,0.616936428,9,-1.533488396,0.7336036027,598.66678488 +227,-1.393445434,0.6308995063,9,-1.533488396,0.7336036027,591.82285117 +228,-1.37595573,0.6241540638,9,-1.533488396,0.7336036027,650.30821744 +229,-1.358388707,0.6172645205,9,-1.533488396,0.7336036027,709.98924236 +230,-1.753741133,0.8281661666,9,-1.533488396,0.7336036027,722.76651148 +231,-1.47430987,0.6834615681,9,-1.533488396,0.7336036027,266.64913458 +232,-1.421012508,0.7222725206,9,-1.533488396,0.7336036027,335.53147867 +233,-1.4476833,0.6978557868,9,-1.533488396,0.7336036027,292.89642017 +234,-1.470370723,0.6966193374,9,-1.533488396,0.7336036027,238.90041724 +235,-1.429211703,0.7037216883,9,-1.533488396,0.7336036027,332.56637972 +236,-1.700578405,0.6178673663,9,-1.533488396,0.7336036027,689.72048127 +237,-1.678117619,0.6331716163,9,-1.533488396,0.7336036027,595.78576537 +238,-1.725644578,0.6316331145,9,-1.533488396,0.7336036027,714.55804356 +239,-2.14012759,0.7930497945,9,-1.533488396,0.7336036027,1738.3065678 +240,-2.103289431,0.7653606263,9,-1.533488396,0.7336036027,1646.2310205 +241,-1.318739838,0.7017808746,9,-1.533488396,0.7336036027,652.46183666 +242,-1.396417427,0.7077900843,9,-1.533488396,0.7336036027,420.38175598 +243,-1.35650337,0.7185539404,9,-1.533488396,0.7336036027,527.2862582 +244,-1.248884539,0.7274156818,9,-1.533488396,0.7336036027,838.75052162 +245,-1.395014798,0.5761185243,9,-1.533488396,0.7336036027,759.7216914 +246,-1.433377362,0.6064716109,9,-1.533488396,0.7336036027,591.4195103 +247,-1.408172432,0.5903155476,9,-1.533488396,0.7336036027,688.92144728 +248,-1.749645898,0.7757118084,9,-1.533488396,0.7336036027,644.94734364 +249,-1.571626686,0.615046989,9,-1.533488396,0.7336036027,484.15171733 +250,-1.514070049,0.6303003037,9,-1.533488396,0.7336036027,413.50699447 +251,-1.480890369,0.6237966528,9,-1.533488396,0.7336036027,464.10795395 +252,-1.704390658,0.5281680612,9,-1.533488396,0.7336036027,978.76119842 +253,-1.64434733,0.5254277498,9,-1.533488396,0.7336036027,897.04802709 +254,-1.703855997,0.4792484842,9,-1.533488396,0.7336036027,1148.1364596 +255,-1.692002383,0.5748825051,9,-1.533488396,0.7336036027,801.15376688 +256,-1.854136457,0.5544643913,9,-1.533488396,0.7336036027,1234.6720635 +257,-1.665021206,0.520317736,9,-1.533488396,0.7336036027,943.35094983 +258,-1.733654349,0.4845187345,9,-1.533488396,0.7336036027,1179.1711036 +259,-1.720938188,0.5135933906,9,-1.533488396,0.7336036027,1057.6494655 +260,-1.742668307,0.553296122,9,-1.533488396,0.7336036027,972.4698536 +261,-1.965659039,0.7142126903,9,-1.533488396,0.7336036027,1280.3594028 +262,-1.944438071,0.6772834804,9,-1.533488396,0.7336036027,1255.0270138 +263,-1.270340967,0.7681487096,9,-1.533488396,0.7336036027,773.07824796 +264,-1.353091884,0.6549276821,9,-1.533488396,0.7336036027,630.76684017 +265,-1.333236659,0.6413584414,9,-1.533488396,0.7336036027,712.73115228 +266,-1.352015998,0.6753788907,9,-1.533488396,0.7336036027,593.75261884 +267,-1.377988483,0.6577816235,9,-1.533488396,0.7336036027,559.66071085 +268,-2.13075611,0.8318642051,9,-1.533488396,0.7336036027,1706.9839519 +269,-2.097910953,0.8259670014,9,-1.533488396,0.7336036027,1618.7797837 +270,-1.416382069,0.6694271549,9,-1.533488396,0.7336036027,435.85566466 +271,-1.538905672,0.7535625993,9,-1.533488396,0.7336036027,80.6196151 +272,-1.572309477,0.7803125099,9,-1.533488396,0.7336036027,216.13848451 +273,-1.87759879,0.7503853417,9,-1.533488396,0.7336036027,1004.5965654 +274,1.152365588,0.590457682,9,-1.533488396,0.7336036027,6943.9069591 +275,0.350198001,0.718001859,9,-1.533488396,0.7336036027,5146.0145036 +276,0.046513677,0.491503852,9,-1.533488396,0.7336036027,4973.5791876 +277,0.027510309,0.742571376,9,-1.533488396,0.7336036027,4337.0513211 +278,0.306285725,-0.214631579,9,-1.533488396,0.7336036027,7576.973902 +279,-1.100564889,0.318051531,9,-1.533488396,0.7336036027,2199.0717513 +280,-1.078582306,0.301437596,9,-1.533488396,0.7336036027,2301.2344412 +281,-1.137371989,-0.617634065,9,-1.533488396,0.7336036027,5541.6112048 +282,0.784356344,0.703272339,9,-1.533488396,0.7336036027,6031.4613858 +283,-1.221209947,0.218327455,9,-1.533488396,0.7336036027,2307.3087973 +284,2.347301921,-0.449114658,9,-1.533488396,0.7336036027,9798.6186293 +285,0.246820618,0.830553713,9,-1.533488396,0.7336036027,4634.4252539 +286,0.829414965,0.703288228,9,-1.533488396,0.7336036027,6104.0772083 +287,-1.337537566,0.42332223,9,-1.533488396,0.7336036027,1387.3273548 +288,0.882453706,0.454478077,9,-1.533488396,0.7336036027,7040.9756928 +289,1.575629659,0.416419109,9,-1.533488396,0.7336036027,7887.0544369 +290,-1.039455679,0.229888244,9,-1.533488396,0.7336036027,2618.6154423 +291,0.489558039,0.934482747,9,-1.533488396,0.7336036027,4824.0208184 +292,0.081344504,0.88384514,9,-1.533488396,0.7336036027,4161.8921596 +293,-1.547979814,0.300350308,9,-1.533488396,0.7336036027,1716.8190461 +294,0.040776181,0.168560074,9,-1.533488396,0.7336036027,5786.1826188 +295,-1.130374745,0.563894876,9,-1.533488396,0.7336036027,1432.4946299 +296,1.578326642,0.478507176,9,-1.533488396,0.7336036027,7641.4412891 +297,-1.12861823,-0.291640865,9,-1.533488396,0.7336036027,4322.4462631 +298,0.310524208,0.770885792,9,-1.533488396,0.7336036027,4920.1524566 +299,0.415649091,-0.387246002,9,-1.533488396,0.7336036027,8327.5117838 +300,-0.926533878,-0.188022748,9,-1.533488396,0.7336036027,4264.9842931 +301,1.258856172,-0.11716081,9,-1.533488396,0.7336036027,9711.7602053 +302,-1.126050026,0.322941926,9,-1.533488396,0.7336036027,2127.4506119 +303,2.002785835,0.07893892,9,-1.533488396,0.7336036027,8925.2707048 +304,0.440437607,0.746258085,9,-1.533488396,0.7336036027,5259.4270348 +305,-0.030391866,0.214441206,9,-1.533488396,0.7336036027,5458.3667634 +306,0.521557815,-0.058929362,9,-1.533488396,0.7336036027,7785.7290189 +307,-0.097005111,0.13317729,9,-1.533488396,0.7336036027,5474.8616441 +308,1.83113859,0.221857587,9,-1.533488396,0.7336036027,8572.8708921 +309,0.222428864,0.099404236,9,-1.533488396,0.7336036027,6497.817346 +310,-1.702731345,0.8728568183,9,-1.533488396,0.7336036027,720.54264699 +311,-0.418507569,0.278324921,9,-1.533488396,0.7336036027,4155.5590534 +312,-1.41153306,0.339029988,9,-1.533488396,0.7336036027,1615.6726613 +313,0.357560442,0.114788776,9,-1.533488396,0.7336036027,6840.7722636 +314,0.325818979,0.268352149,9,-1.533488396,0.7336036027,6325.8934972 +315,-1.246004659,-0.663679965,9,-1.533488396,0.7336036027,5631.0068544 +316,1.814603087,0.637404484,9,-1.533488396,0.7336036027,6962.0994042 +317,1.843704281,-0.18300445,9,-1.533488396,0.7336036027,10114.657526 +318,1.690644492,-0.211480909,9,-1.533488396,0.7336036027,10356.167577 +319,-1.275451936,0.068109467,9,-1.533488396,0.7336036027,2789.6529936 +320,0.762430171,-0.207594741,9,-1.533488396,0.7336036027,8871.0404314 +321,0.265668905,-0.014647884,9,-1.533488396,0.7336036027,6930.5082826 +322,-2.773032013,-0.335515811,9,-1.533488396,0.7336036027,6191.642421 +323,-1.469512853,0.174058777,9,-1.533488396,0.7336036027,2227.4997354 +324,0.286276986,0.785925691,9,-1.533488396,0.7336036027,4829.4654129 +325,-1.379324697,0.377432233,9,-1.533488396,0.7336036027,1501.0623163 +326,-1.203778265,0.212813032,9,-1.533488396,0.7336036027,2355.5795713 +327,0.579916301,0.611743168,9,-1.533488396,0.7336036027,5942.3119624 +328,0.267582642,0.868113908,9,-1.533488396,0.7336036027,4585.9473726 +329,0.412869244,-0.050245578,9,-1.533488396,0.7336036027,7452.6137035 +330,0.17524381,0.976660285,9,-1.533488396,0.7336036027,4158.7354012 +331,0.743157214,0.204812899,9,-1.533488396,0.7336036027,7577.4263157 +332,-1.070758176,0.269382282,9,-1.533488396,0.7336036027,2421.5425761 +333,-1.230364251,0.329790229,9,-1.533488396,0.7336036027,1896.6814059 +334,-1.374813124,-0.024926835,9,-1.533488396,0.7336036027,3057.8775211 +335,0.519780566,0.463669906,9,-1.533488396,0.7336036027,6256.7435637 +336,-1.55108034,0.239698561,9,-1.533488396,0.7336036027,1957.2905027 +337,0.180294813,0.029739425,9,-1.533488396,0.7336036027,6562.5478982 +338,0.67820924,0.268170153,9,-1.533488396,0.7336036027,7226.1891128 +339,0.445798684,1.024001867,9,-1.533488396,0.7336036027,4511.5134839 +340,0.691751283,0.150521402,9,-1.533488396,0.7336036027,7623.9860247 +341,-1.036643551,-0.903056181,9,-1.533488396,0.7336036027,6704.0811749 +342,-0.120287036,1.083325163,9,-1.533488396,0.7336036027,3439.1382186 +343,2.823513113,-0.304487164,9,-1.533488396,0.7336036027,8058.7876977 +344,0.457583172,1.12513373,9,-1.533488396,0.7336036027,4268.0406616 +345,0.042918831,0.813795399,9,-1.533488396,0.7336036027,4221.5011602 +346,1.196146777,-0.853142756,9,-1.533488396,0.7336036027,11211.598935 +347,0.206001358,-0.010430701,9,-1.533488396,0.7336036027,6745.0413314 +348,-0.268308653,0.234799412,9,-1.533488396,0.7336036027,4707.3503096 +349,0.759363263,0.736189579,9,-1.533488396,0.7336036027,5881.6591051 +350,0.181363926,0.891988372,9,-1.533488396,0.7336036027,4354.5209529 +351,-0.021111158,0.139103292,9,-1.533488396,0.7336036027,5682.4140805 +352,-0.093355215,0.630686981,9,-1.533488396,0.7336036027,4270.4022907 +353,0.40118964,0.681375926,9,-1.533488396,0.7336036027,5357.9319187 +354,-0.721197315,1.304706234,9,-1.533488396,0.7336036027,2676.0367603 +355,-1.076150317,0.212107639,9,-1.533488396,0.7336036027,2598.3257902 +356,-1.577164531,0.273993443,9,-1.533488396,0.7336036027,1826.5954226 +357,-0.190788414,0.182208586,9,-1.533488396,0.7336036027,5070.9674257 +358,-0.261349752,0.209710184,9,-1.533488396,0.7336036027,4792.2726838 +359,-1.029303852,0.083549259,9,-1.533488396,0.7336036027,3128.6067088 +360,-1.268609162,0.330525297,9,-1.533488396,0.7336036027,1828.2696632 +361,1.282982244,-0.926641967,9,-1.533488396,0.7336036027,11292.589521 +362,0.217352334,0.731352408,9,-1.533488396,0.7336036027,4813.2695733 +363,-1.511833084,0.258629297,9,-1.533488396,0.7336036027,1882.8309578 +364,0.338812194,0.823184618,9,-1.533488396,0.7336036027,4843.4541349 +365,-0.324406489,1.134201999,9,-1.533488396,0.7336036027,3050.0766819 +366,1.389579348,0.399185724,9,-1.533488396,0.7336036027,7885.9761036 +367,2.047152199,-0.039082036,9,-1.533488396,0.7336036027,9282.0156932 +368,0.947780369,0.568250077,9,-1.533488396,0.7336036027,6754.7610126 +369,0.763824846,0.576754987,9,-1.533488396,0.7336036027,6414.0026914 +370,-0.142334657,0.928153068,9,-1.533488396,0.7336036027,3595.5836356 +371,0.610266567,0.547265983,9,-1.533488396,0.7336036027,6203.9240454 +372,0.210731629,0.746815056,9,-1.533488396,0.7336036027,4759.9381139 +373,-1.34931644,0.316895224,9,-1.533488396,0.7336036027,1763.7535713 +374,2.407696481,0.655030745,9,-1.533488396,0.7336036027,6232.5316928 +375,0.64207831,0.545359131,9,-1.533488396,0.7336036027,6276.3638428 +376,1.174597538,0.840588356,9,-1.533488396,0.7336036027,6026.8652666 +377,0.660059424,0.010604079,9,-1.533488396,0.7336036027,7965.5149317 +378,-0.730263819,0.010486456,9,-1.533488396,0.7336036027,4043.0256628 +379,0.831068936,0.512339172,9,-1.533488396,0.7336036027,6751.7598701 +380,1.301180979,0.72367476,9,-1.533488396,0.7336036027,6568.0111937 +381,1.811128231,0.322854402,9,-1.533488396,0.7336036027,8193.7007873 +382,0.435105812,0.992284428,9,-1.533488396,0.7336036027,4577.764325 +383,0.62643634,0.592027932,9,-1.533488396,0.7336036027,6098.4411873 +384,0.492988703,-0.516339467,9,-1.533488396,0.7336036027,8844.7090459 +385,-0.162469483,0.112549365,9,-1.533488396,0.7336036027,5336.5398672 +386,0.314630866,0.472006421,9,-1.533488396,0.7336036027,5732.2596658 +387,0.166744804,0.822815954,9,-1.533488396,0.7336036027,4480.5071038 +388,0.417159608,0.965805736,9,-1.533488396,0.7336036027,4617.4872207 +389,0.106334961,0.868774244,9,-1.533488396,0.7336036027,4247.2030158 +390,0.815086969,-0.338144359,9,-1.533488396,0.7336036027,9370.5515605 +391,0.59867455,-0.230624824,9,-1.533488396,0.7336036027,8471.9633914 +392,1.915104874,0.066220985,9,-1.533488396,0.7336036027,9088.5963223 +393,1.278093622,0.064463721,9,-1.533488396,0.7336036027,9067.0523033 +394,-0.061477853,0.302997961,9,-1.533488396,0.7336036027,5140.2448405 +395,0.251311504,0.626976942,9,-1.533488396,0.7336036027,5159.2278401 +396,2.950242872,0.149095644,9,-1.533488396,0.7336036027,6487.6597084 +397,-0.180294708,0.35375117,9,-1.533488396,0.7336036027,4667.7812115 +398,1.010448592,-0.351180233,9,-1.533488396,0.7336036027,9940.6323676 +399,-1.748740498,0.3686318073,9,-1.533488396,0.7336036027,1613.8102864 +400,2.699635665,0.123533791,9,-1.533488396,0.7336036027,7253.0839932 +401,0.496808033,0.823843254,9,-1.533488396,0.7336036027,5149.3646819 +402,0.129574704,0.763364087,9,-1.533488396,0.7336036027,4533.5787122 +403,1.798920311,0.817447563,9,-1.533488396,0.7336036027,6263.6005796 +404,0.335987953,0.746786541,9,-1.533488396,0.7336036027,5038.2056844 +405,-1.085413643,0.292154671,9,-1.533488396,0.7336036027,2315.7159479 +406,-0.155321003,0.508207011,9,-1.533488396,0.7336036027,4372.9098009 +407,0.620529244,-0.301175104,9,-1.533488396,0.7336036027,8717.9105933 +408,1.684402744,0.368716966,9,-1.533488396,0.7336036027,8068.6134963 +409,0.300582244,-0.386397212,9,-1.533488396,0.7336036027,7988.5783814 +410,2.913555946,-0.009225192,9,-1.533488396,0.7336036027,7023.3552595 +411,1.465101417,0.493232532,9,-1.533488396,0.7336036027,7556.2882624 +412,0.090612882,0.907955955,9,-1.533488396,0.7336036027,4132.2928764 +413,2.987564726,-0.729568594,9,-1.533488396,0.7336036027,8536.1953389 +414,-1.484261606,0.224149272,9,-1.533488396,0.7336036027,2025.0621942 +415,0.164073421,0.303955133,9,-1.533488396,0.7336036027,5782.1684307 +416,0.141441293,0.167552546,9,-1.533488396,0.7336036027,6081.1408773 +417,2.931321023,-0.506718887,9,-1.533488396,0.7336036027,8223.5025226 +418,2.21951565,0.700596356,9,-1.533488396,0.7336036027,6353.8741225 +419,0.268112576,1.199114336,9,-1.533488396,0.7336036027,3857.4098404 +420,0.978913739,0.359223811,9,-1.533488396,0.7336036027,7540.6826178 +421,1.210898818,0.522863584,9,-1.533488396,0.7336036027,7259.9700288 +422,2.347397336,0.129231362,9,-1.533488396,0.7336036027,8106.3484044 +423,0.614394501,0.556878345,9,-1.533488396,0.7336036027,6182.829137 +424,-1.398079356,0.148483366,9,-1.533488396,0.7336036027,2365.4529621 +425,2.535303836,-0.112984496,9,-1.533488396,0.7336036027,8380.4131916 +426,-1.019372593,-0.405322349,9,-1.533488396,0.7336036027,4888.436415 +427,-1.297785627,-0.160104069,9,-1.533488396,0.7336036027,3641.9691206 +428,2.144554488,0.205051084,9,-1.533488396,0.7336036027,8244.5074677 +429,-2.242387083,-0.426171285,9,-1.533488396,0.7336036027,5275.7635222 +430,0.338637212,0.909723676,9,-1.533488396,0.7336036027,4621.4472927 +431,-0.148798452,0.691042401,9,-1.533488396,0.7336036027,3996.9714517 +432,0.893524764,0.441829531,9,-1.533488396,0.7336036027,7104.1392712 +433,0.969229347,-0.368847936,9,-1.533488396,0.7336036027,9878.9151284 +434,0.436043248,0.800045688,9,-1.533488396,0.7336036027,5100.2099346 +435,1.687946607,1.081504775,9,-1.533488396,0.7336036027,5249.6635897 +436,0.522302046,-0.034889271,9,-1.533488396,0.7336036027,7720.7265017 +437,-0.178996113,-0.438090009,9,-1.533488396,0.7336036027,6776.9776132 +438,-1.094339566,0.301444068,9,-1.533488396,0.7336036027,2266.1084388 +439,-1.064070054,0.242569932,9,-1.533488396,0.7336036027,2523.3537509 +440,-1.068153768,0.230387998,9,-1.533488396,0.7336036027,2554.5412848 +441,-3.00496892,-0.23989155,9,-1.533488396,0.7336036027,6569.1350836 +442,0.21751974,0.766874888,9,-1.533488396,0.7336036027,4726.0941702 +443,0.117229532,0.007619006,9,-1.533488396,0.7336036027,6436.7035005 +444,0.777758451,0.420554741,9,-1.533488396,0.7336036027,6955.1940623 +445,-0.252356999,0.250747086,9,-1.533488396,0.7336036027,4713.6040495 +446,0.363148444,0.768483434,9,-1.533488396,0.7336036027,5038.1661634 +447,0.903191366,-0.118210676,9,-1.533488396,0.7336036027,8976.7362731 +448,-0.205755923,0.149406178,9,-1.533488396,0.7336036027,5112.5010534 +449,1.811996086,0.02364353,9,-1.533488396,0.7336036027,9356.7184096 +450,-1.100670221,0.314845373,9,-1.533488396,0.7336036027,2209.0923392 +451,0.340078597,0.850105132,9,-1.533488396,0.7336036027,4776.2866016 +452,0.258757267,0.804969236,9,-1.533488396,0.7336036027,4722.6402222 +453,2.78505352,-0.155160804,9,-1.533488396,0.7336036027,7787.6835807 +454,0.800551619,0.105822106,9,-1.533488396,0.7336036027,8025.9246047 +455,0.437940882,-0.506194031,9,-1.533488396,0.7336036027,8662.923733 +456,2.230431122,0.63458615,9,-1.533488396,0.7336036027,6575.2476461 +457,0.527965361,0.127667701,9,-1.533488396,0.7336036027,7271.549158 +458,-0.063643205,0.702093448,9,-1.533488396,0.7336036027,4195.5390916 +459,1.408447268,0.133010502,9,-1.533488396,0.7336036027,8935.7862363 +460,0.523795955,0.280266966,9,-1.533488396,0.7336036027,6812.3399416 +461,-0.975769313,0.072177659,9,-1.533488396,0.7336036027,3276.9943867 +462,0.549774164,-0.463663986,9,-1.533488396,0.7336036027,8897.0794972 +463,0.29245874,1.095549818,9,-1.533488396,0.7336036027,4104.0202943 +464,0.143625958,0.816809593,9,-1.533488396,0.7336036027,4443.1816886 +465,0.671902494,0.611159853,9,-1.533488396,0.7336036027,6128.5906694 +466,1.239840988,0.6724199,9,-1.533488396,0.7336036027,6718.6241591 +467,0.607829703,-0.10932137,9,-1.533488396,0.7336036027,8168.0985942 +468,1.763020906,0.263996692,9,-1.533488396,0.7336036027,8452.0026426 +469,0.378714634,0.726066797,9,-1.533488396,0.7336036027,5185.9561618 +470,2.196736143,-0.153862366,9,-1.533488396,0.7336036027,9366.4578383 +471,0.01702415,0.148991565,9,-1.533488396,0.7336036027,5768.2425224 +472,-2.998490902,-0.158002487,9,-1.533488396,0.7336036027,6332.4284721 +473,-3.051262951,-0.346595608,9,-1.533488396,0.7336036027,6980.8175801 +474,-1.069176439,0.182802941,9,-1.533488396,0.7336036027,2711.0291904 +475,0.167157509,0.595344954,9,-1.533488396,0.7336036027,5032.257181 +476,0.613855648,0.681746124,9,-1.533488396,0.7336036027,5795.2205975 +477,1.037012736,0.682555367,9,-1.533488396,0.7336036027,6469.8868629 +478,-1.253574971,0.379755746,9,-1.533488396,0.7336036027,1681.9038768 +479,3.108590453,-0.132620738,9,-1.533488396,0.7336036027,6779.3280513 +480,0.565301296,0.022333262,9,-1.533488396,0.7336036027,7677.0724682 +481,0.547898238,0.855555614,9,-1.533488396,0.7336036027,5149.613029 +482,0.948309381,0.417393755,9,-1.533488396,0.7336036027,7284.5561651 +483,-0.050600732,0.945269213,9,-1.533488396,0.7336036027,3766.4834511 +484,-0.977651478,-0.572363064,9,-1.533488396,0.7336036027,5554.3135474 +485,1.102014914,0.728861163,9,-1.533488396,0.7336036027,6375.1239568 +486,2.927300795,-0.282939414,9,-1.533488396,0.7336036027,7699.7005626 +487,-1.154565557,0.124434095,9,-1.533488396,0.7336036027,2754.2058103 +488,1.855331234,0.291044755,9,-1.533488396,0.7336036027,8285.6850888 +489,0.830290659,0.276904518,9,-1.533488396,0.7336036027,7537.1823574 +490,0.485104466,-0.234867441,9,-1.533488396,0.7336036027,8153.6694392 +491,0.521367572,-0.33161327,9,-1.533488396,0.7336036027,8504.1427771 +1,-1.539031704,0.7349710123,10,-1.531497785,0.7335842962,22.822858212 +2,-1.536990553,0.7349663874,10,-1.531497785,0.7335842962,17.053064516 +3,-1.534951779,0.7349571355,10,-1.531497785,0.7335842962,11.520048938 +4,-1.532906461,0.7349480293,10,-1.531497785,0.7335842962,6.8069750487 +5,-1.531320211,0.7346937278,10,-1.531497785,0.7335842962,4.425375367 +6,-1.539451648,0.7335131775,10,-1.531497785,0.7335842962,23.403867256 +7,-1.537429487,0.7335445708,10,-1.531497785,0.7335842962,17.452960738 +8,-1.535484998,0.7335658704,10,-1.531497785,0.7335842962,11.731296599 +9,-1.533488396,0.7336036027,10,-1.531497785,0.7335842962,5.8571206428 +10,-1.531497785,0.7335842962,10,-1.531497785,0.7335842962,2.6483915888 +11,-1.530259379,0.7334777758,10,-1.531497785,0.7335842962,3.6680971533 +12,-1.5335454,0.7322346912,10,-1.531497785,0.7335842962,8.0569723777 +13,-1.531489083,0.7322238773,10,-1.531497785,0.7335842962,5.3886800645 +14,-1.530011122,0.7321679851,10,-1.531497785,0.7335842962,7.1153590523 +15,-1.53348106,0.7306614094,10,-1.531497785,0.7335842962,12.968332873 +16,-1.531441779,0.7306962275,10,-1.531497785,0.7335842962,11.440830079 +17,-1.529755654,0.7306933243,10,-1.531497785,0.7335842962,12.548660114 +18,-1.533415048,0.7291384674,10,-1.531497785,0.7335842962,18.494764764 +19,-1.531392093,0.7291705353,10,-1.531497785,0.7335842962,17.485683067 +20,-1.529296523,0.7291214933,10,-1.531497785,0.7335842962,18.830688106 +21,-1.535280942,0.727267644,10,-1.531497785,0.7335842962,27.397218978 +22,-1.533378158,0.7276139666,10,-1.531497785,0.7335842962,24.290357995 +23,-1.531340368,0.7276446587,10,-1.531497785,0.7335842962,23.53148665 +24,-1.528960113,0.7276398177,10,-1.531497785,0.7335842962,24.707491745 +25,-1.533313146,0.7260818349,10,-1.531497785,0.7335842962,30.196593281 +26,-1.531259555,0.7260958115,10,-1.531497785,0.7335842962,29.670223826 +27,-1.528926415,0.7260865555,10,-1.531497785,0.7335842962,30.653290888 +28,-1.531226779,0.7245511789,10,-1.531497785,0.7335842962,35.789132924 +29,-1.528904772,0.7245519194,10,-1.531497785,0.7335842962,36.588052852 +30,-1.547195875,0.7409785979,10,-1.531497785,0.7335842962,54.559296813 +31,-1.5451475,0.740980426,10,-1.531497785,0.7335842962,49.600927793 +32,-1.543097679,0.7409798872,10,-1.531497785,0.7335842962,44.889925315 +33,-1.540720364,0.7409892687,10,-1.531497785,0.7335842962,39.895460975 +34,-1.547188511,0.7395198392,10,-1.531497785,0.7335842962,51.69586335 +35,-1.545148587,0.7395226109,10,-1.531497785,0.7335842962,46.450470353 +36,-1.543104538,0.7395314908,10,-1.531497785,0.7335842962,41.410071371 +37,-1.540727751,0.7395306258,10,-1.531497785,0.7335842962,35.892120961 +38,-1.547187029,0.7380014886,10,-1.531497785,0.7335842962,49.278438736 +39,-1.545147315,0.7380012252,10,-1.531497785,0.7335842962,43.730879055 +40,-1.54310719,0.7380060743,10,-1.531497785,0.7335842962,38.324577539 +41,-1.540719671,0.7380068206,10,-1.531497785,0.7335842962,32.250263417 +42,-1.547187189,0.7364799098,10,-1.531497785,0.7335842962,47.505374499 +43,-1.545149996,0.7364853874,10,-1.531497785,0.7335842962,41.727549285 +44,-1.543106091,0.7364823484,10,-1.531497785,0.7335842962,35.988440889 +45,-1.540717158,0.7364893901,10,-1.531497785,0.7335842962,29.431867673 +46,-1.538663972,0.7410138672,10,-1.531497785,0.7335842962,36.160572365 +47,-1.53695285,0.7409699132,10,-1.531497785,0.7335842962,33.342043493 +48,-1.534910498,0.7409641297,10,-1.531497785,0.7335842962,30.897008527 +49,-1.533145034,0.7409536636,10,-1.531497785,0.7335842962,29.587015592 +50,-1.538681336,0.7395405883,10,-1.531497785,0.7335842962,31.63717355 +51,-1.536999189,0.7395183096,10,-1.531497785,0.7335842962,28.513993002 +52,-1.534923633,0.7395144222,10,-1.531497785,0.7335842962,25.549814126 +53,-1.533267822,0.7395654306,10,-1.531497785,0.7335842962,24.253869186 +54,-1.53867273,0.7380151077,10,-1.531497785,0.7335842962,27.419999766 +55,-1.536980576,0.7379994392,10,-1.531497785,0.7335842962,23.770173186 +56,-1.534931522,0.7379944961,10,-1.531497785,0.7335842962,20.169641323 +57,-1.533387952,0.7379480264,10,-1.531497785,0.7335842962,18.153970414 +58,-1.538682279,0.7364914363,10,-1.531497785,0.7335842962,24.046521368 +59,-1.536980704,0.7364810563,10,-1.531497785,0.7335842962,19.778802979 +60,-1.534935567,0.7364752065,10,-1.531497785,0.7335842962,15.269530241 +61,-1.533042592,0.7363876366,10,-1.531497785,0.7335842962,11.996030868 +62,-1.545143426,0.7349628011,10,-1.531497785,0.7335842962,40.492244127 +63,-1.543105297,0.7349691947,10,-1.531497785,0.7335842962,34.567644312 +64,-1.541064533,0.7349647152,10,-1.531497785,0.7335842962,28.655723662 +65,-1.545411803,0.7334624714,10,-1.531497785,0.7335842962,40.942056791 +66,-1.543446606,0.7334780896,10,-1.531497785,0.7335842962,35.159316466 +67,-1.541475327,0.7334957295,10,-1.531497785,0.7335842962,29.35862963 +68,-1.545401939,0.731963266,10,-1.531497785,0.7335842962,41.438288324 +69,-1.54342253,0.7319915583,10,-1.531497785,0.7335842962,35.671761187 +70,-1.541455867,0.7320216438,10,-1.531497785,0.7335842962,29.964968814 +71,-1.545410146,0.7304422281,10,-1.531497785,0.7335842962,42.837742559 +72,-1.543435491,0.7304713664,10,-1.531497785,0.7335842962,37.270340951 +73,-1.541463105,0.7304997613,10,-1.531497785,0.7335842962,31.8007937 +74,-1.545414768,0.7289194936,10,-1.531497785,0.7335842962,44.999965629 +75,-1.543435774,0.7289538557,10,-1.531497785,0.7335842962,39.688557439 +76,-1.541457714,0.7289765881,10,-1.531497785,0.7335842962,34.574004472 +77,-1.539449415,0.7320555866,10,-1.531497785,0.7335842962,24.181368678 +78,-1.537429183,0.7321097681,10,-1.531497785,0.7335842962,18.413479725 +79,-1.535472649,0.7321497267,10,-1.531497785,0.7335842962,13.008852116 +80,-1.539457899,0.7305333307,10,-1.531497785,0.7335842962,26.382543594 +81,-1.537453161,0.7305750503,10,-1.531497785,0.7335842962,21.211210281 +82,-1.535479385,0.7306124949,10,-1.531497785,0.7335842962,16.618041894 +83,-1.53946905,0.7290102593,10,-1.531497785,0.7335842962,29.673938239 +84,-1.537459922,0.7290417293,10,-1.531497785,0.7335842962,25.153794302 +85,-1.535451349,0.7290890157,10,-1.531497785,0.7335842962,21.281373138 +86,-1.535522937,0.7279887191,10,-1.531497785,0.7335842962,25.143575753 +87,-1.539442524,0.7274735939,10,-1.531497785,0.7335842962,33.693189465 +88,-1.537424111,0.727521351,10,-1.531497785,0.7335842962,29.705420922 +89,-1.539384641,0.7259505092,10,-1.531497785,0.7335842962,38.163272033 +90,-1.537372391,0.7259947145,10,-1.531497785,0.7335842962,34.706151088 +91,-1.535340789,0.7260435356,10,-1.531497785,0.7335842962,31.950931694 +92,-1.539325716,0.7244369706,10,-1.531497785,0.7335842962,42.983482889 +93,-1.537308932,0.7244801057,10,-1.531497785,0.7335842962,39.939364784 +94,-1.535289068,0.7245247645,10,-1.531497785,0.7335842962,37.591955957 +95,-1.533261366,0.7245550236,10,-1.531497785,0.7335842962,36.142395041 +96,-1.539267302,0.722921924,10,-1.531497785,0.7335842962,48.075151775 +97,-1.537248972,0.7229660258,10,-1.531497785,0.7335842962,45.365199568 +98,-1.535219431,0.7229916471,10,-1.531497785,0.7335842962,43.375859072 +99,-1.53318962,0.7230212049,10,-1.531497785,0.7335842962,42.138239797 +100,-1.531154816,0.7230299897,10,-1.531497785,0.7335842962,41.817899724 +101,-1.528878341,0.7230370244,10,-1.531497785,0.7335842962,42.489257896 +102,-1.539218189,0.7214009878,10,-1.531497785,0.7335842962,53.389459167 +103,-1.537198791,0.7214422745,10,-1.531497785,0.7335842962,50.965587417 +104,-1.535179266,0.7214634354,10,-1.531497785,0.7335842962,49.230344189 +105,-1.533156501,0.7214944644,10,-1.531497785,0.7335842962,48.138532603 +106,-1.53113574,0.7215166021,10,-1.531497785,0.7335842962,47.812131787 +107,-1.528874248,0.7215345535,10,-1.531497785,0.7335842962,48.355817239 +108,-1.539217656,0.7198512397,10,-1.531497785,0.7335842962,59.00192713 +109,-1.537199919,0.7199428763,10,-1.531497785,0.7335842962,56.608583682 +110,-1.545425832,0.727397149,10,-1.531497785,0.7335842962,47.845244094 +111,-1.543371177,0.7273916949,10,-1.531497785,0.7335842962,42.764367138 +112,-1.541368852,0.7274523163,10,-1.531497785,0.7335842962,37.921489977 +113,-1.545349067,0.7258710923,10,-1.531497785,0.7335842962,51.046016168 +114,-1.54332671,0.7258603556,10,-1.531497785,0.7335842962,46.428857468 +115,-1.541346831,0.7259242142,10,-1.531497785,0.7335842962,42.024726969 +116,-1.545324355,0.7243383958,10,-1.531497785,0.7335842962,54.861884513 +117,-1.543292796,0.7243617413,10,-1.531497785,0.7335842962,50.484921227 +118,-1.541295822,0.7244024384,10,-1.531497785,0.7335842962,46.482176175 +119,-1.543193859,0.7205570215,10,-1.531497785,0.7335842962,62.134182936 +120,-1.550257047,0.7386738187,10,-1.531497785,0.7335842962,58.639450008 +121,-1.549335448,0.7311736483,10,-1.531497785,0.7335842962,53.398351752 +122,-1.533478843,0.7179891343,10,-1.531497785,0.7335842962,62.05063171 +123,-1.556150555,0.738907041,10,-1.531497785,0.7335842962,75.365826096 +124,-1.554324226,0.733414257,10,-1.531497785,0.7335842962,67.166661015 +125,-1.554290846,0.7288285332,10,-1.531497785,0.7335842962,69.793504966 +126,-1.55122487,0.7219795312,10,-1.531497785,0.7335842962,74.273808872 +127,-1.525104458,0.7229399862,10,-1.531497785,0.7335842962,46.204385877 +128,-1.519607711,0.7236181429,10,-1.531497785,0.7335842962,52.849429398 +129,-1.513899999,0.7251107854,10,-1.531497785,0.7335842962,61.867409539 +130,-1.536620762,0.7431061895,10,-1.531497785,0.7335842962,40.592343412 +131,-1.5369566,0.7460845958,10,-1.531497785,0.7335842962,52.025276941 +132,-1.545345528,0.7447040685,10,-1.531497785,0.7335842962,59.859847957 +133,-1.532813921,0.7432306626,10,-1.531497785,0.7335842962,38.403267269 +134,-1.554788248,0.7382381001,10,-1.531497785,0.7335842962,70.820307349 +135,-1.540348126,0.7301594274,10,-1.531497785,0.7335842962,29.396479604 +136,-1.538016084,0.7239051786,10,-1.531497785,0.7335842962,42.905277817 +137,-1.525288962,0.7258085137,10,-1.531497785,0.7335842962,35.842119729 +138,-1.534326986,0.731241342,10,-1.531497785,0.7335842962,12.472393372 +139,-1.530733872,0.7303625216,10,-1.531497785,0.7335842962,12.958422264 +141,-1.534354939,0.7328219978,10,-1.531497785,0.7335842962,8.9347306718 +142,-1.53157084,0.7292888153,10,-1.531497785,0.7335842962,17.015762889 +143,-1.525691035,0.7263799874,10,-1.531497785,0.7335842962,33.287876508 +144,-1.534031287,0.7495967835,10,-1.531497785,0.7335842962,63.855647705 +145,-1.527714986,0.7283095957,10,-1.531497785,0.7335842962,23.684931317 +146,-1.526189586,0.7271468292,10,-1.531497785,0.7335842962,29.925031457 +147,-1.555177336,0.7375563366,10,-1.531497785,0.7335842962,71.300539861 +148,-1.555080283,0.7312707794,10,-1.531497785,0.7335842962,70.056679677 +149,-1.53856994,0.7224180299,10,-1.531497785,0.7335842962,48.923815941 +150,-1.530837883,0.729933372,10,-1.531497785,0.7335842962,14.591485061 +151,-1.515066984,0.5854133365,10,-1.531497785,0.7335842962,589.14309687 +152,-1.534731633,0.5368370046,10,-1.531497785,0.7335842962,779.3836478 +153,-1.515231902,0.5607085576,10,-1.531497785,0.7335842962,686.67431836 +154,-2.616253799,1.0684566605,10,-1.531497785,0.7335842962,2839.4335838 +155,-1.956071439,0.5792177723,10,-1.531497785,0.7335842962,1459.0890547 +156,-1.951208514,0.5602434208,10,-1.531497785,0.7335842962,1486.5231596 +157,-1.944675062,0.6062144545,10,-1.531497785,0.7335842962,1372.8951709 +158,-1.613778386,0.6077989518,10,-1.531497785,0.7335842962,559.61007104 +159,-2.035029014,0.6021432345,10,-1.531497785,0.7335842962,1641.0502475 +160,-2.114989471,0.6801825058,10,-1.531497785,0.7335842962,1758.8101155 +161,-2.037382079,0.5765830025,10,-1.531497785,0.7335842962,1696.184505 +162,-2.129855121,0.6585019963,10,-1.531497785,0.7335842962,1830.3931254 +163,-2.075141798,0.6493615843,10,-1.531497785,0.7335842962,1682.222487 +164,-1.828626729,0.6948433129,10,-1.531497785,0.7335842962,900.87091306 +165,-1.863329418,0.6735427691,10,-1.531497785,0.7335842962,1027.7557623 +166,-1.266037071,0.727988852,10,-1.531497785,0.7335842962,782.27428017 +167,-1.277579582,0.7249010648,10,-1.531497785,0.7335842962,749.86560662 +168,-1.258418684,0.7241194816,10,-1.531497785,0.7335842962,806.60296002 +169,-1.317813974,0.6804850104,10,-1.531497785,0.7335842962,676.28990272 +170,-1.344165204,0.6790988904,10,-1.531497785,0.7335842962,603.80470819 +171,-1.427582102,0.5277120351,10,-1.531497785,0.7335842962,880.0206568 +172,-1.402238616,0.457167829,10,-1.531497785,0.7335842962,1172.8837278 +173,-1.422454264,0.4996161999,10,-1.531497785,0.7335842962,990.74153478 +174,-1.439089277,0.4894859811,10,-1.531497785,0.7335842962,1011.6974691 +175,-1.448126995,0.5182330266,10,-1.531497785,0.7335842962,893.59878879 +176,-1.474626146,0.5881926574,10,-1.531497785,0.7335842962,602.59653474 +177,-1.421139645,0.5584869783,10,-1.531497785,0.7335842962,775.86368142 +178,-1.457037165,0.565943032,10,-1.531497785,0.7335842962,704.07243614 +179,-2.757159358,0.3745319,10,-1.531497785,0.7335842962,4244.1548841 +180,-2.714309238,0.342054471,10,-1.531497785,0.7335842962,4196.67358 +181,-2.000525337,0.774119946,10,-1.531497785,0.7335842962,1357.7674375 +183,-1.571413436,0.6777838382,10,-1.531497785,0.7335842962,251.63967438 +184,-1.552860289,0.6987663893,10,-1.531497785,0.7335842962,151.9633037 +185,-1.521852374,0.7165827476,10,-1.531497785,0.7335842962,73.162034727 +186,-1.503656267,0.6928968252,10,-1.531497785,0.7335842962,181.45416797 +187,-1.502753178,0.7136205882,10,-1.531497785,0.7335842962,116.33068777 +188,-1.631894563,0.7343596465,10,-1.531497785,0.7335842962,295.23932466 +189,-1.653765416,0.6770714026,10,-1.531497785,0.7335842962,431.15663114 +190,-1.719812114,0.6715965947,10,-1.531497785,0.7335842962,619.36655784 +191,-1.493406659,0.6646955447,10,-1.531497785,0.7335842962,296.27035945 +192,-1.469120564,0.6613469966,10,-1.531497785,0.7335842962,343.04795726 +193,-1.590551461,0.5326612937,10,-1.531497785,0.7335842962,817.69817361 +194,-1.625979264,0.5247742243,10,-1.531497785,0.7335842962,880.2017891 +195,-1.572293943,0.5238808754,10,-1.531497785,0.7335842962,840.75701252 +196,-1.610848725,0.5477107964,10,-1.531497785,0.7335842962,777.85098557 +197,-1.208485554,0.7918526018,10,-1.531497785,0.7335842962,951.00547812 +198,-1.335601374,0.6869083083,10,-1.531497785,0.7335842962,616.14307274 +199,-1.346156996,0.6825213377,10,-1.531497785,0.7335842962,592.71618035 +200,-1.324381037,0.6741422347,10,-1.531497785,0.7335842962,667.56150867 +201,-1.242424992,0.7378949807,10,-1.531497785,0.7335842962,847.67390389 +202,-1.270370057,0.7392461008,10,-1.531497785,0.7335842962,765.65269397 +203,-1.448950472,0.7441675014,10,-1.531497785,0.7335842962,245.27839465 +204,-1.492662363,0.7523026852,10,-1.531497785,0.7335842962,135.38826119 +205,-1.479098966,0.7763855017,10,-1.531497785,0.7335842962,227.10192959 +206,-1.633760714,0.7869022408,10,-1.531497785,0.7335842962,361.46167531 +207,-1.647406434,0.8101289331,10,-1.531497785,0.7335842962,447.11409503 +208,-1.564245052,0.5701509278,10,-1.531497785,0.7335842962,655.47051902 +209,-1.646289963,0.6833746083,10,-1.531497785,0.7335842962,398.28382633 +210,-1.5820631,0.6751952144,10,-1.531497785,0.7335842962,277.05668258 +211,-1.613236298,0.6681681791,10,-1.531497785,0.7335842962,358.17192599 +212,-1.914661867,0.8212566515,10,-1.531497785,0.7335842962,1131.6773366 +213,-1.742133237,0.7250275956,10,-1.531497785,0.7335842962,622.51027422 +214,-2.033144872,0.6557314699,10,-1.531497785,0.7335842962,1549.7239222 +215,-2.039551981,0.6964723658,10,-1.531497785,0.7335842962,1519.2376579 +216,-1.247341019,0.7622473908,10,-1.531497785,0.7335842962,831.54269411 +217,-1.298239787,0.7084123392,10,-1.531497785,0.7335842962,700.39589101 +218,-1.308539688,0.6926545592,10,-1.531497785,0.7335842962,686.6081955 +219,-1.303263185,0.6888938396,10,-1.531497785,0.7335842962,706.57121207 +220,-1.852400229,0.6004246149,10,-1.531497785,0.7335842962,1126.0684141 +221,-1.288947707,0.7473773692,10,-1.531497785,0.7335842962,710.45595798 +222,-1.372031502,0.7472790993,10,-1.531497785,0.7335842962,469.17527901 +223,-1.289805721,0.7242157877,10,-1.531497785,0.7335842962,714.27119571 +224,-1.350807603,0.7533498126,10,-1.531497785,0.7335842962,532.28578628 +225,-1.329290365,0.7560442322,10,-1.531497785,0.7335842962,595.04691644 +226,-1.410153004,0.616936428,10,-1.531497785,0.7335842962,594.72506506 +227,-1.393445434,0.6308995063,10,-1.531497785,0.7335842962,587.35277633 +228,-1.37595573,0.6241540638,10,-1.531497785,0.7335842962,645.71102792 +229,-1.358388707,0.6172645205,10,-1.531497785,0.7335842962,705.28728576 +230,-1.753741133,0.8281661666,10,-1.531497785,0.7335842962,727.58457967 +231,-1.47430987,0.6834615681,10,-1.531497785,0.7335842962,262.63736309 +232,-1.421012508,0.7222725206,10,-1.531497785,0.7335842962,329.69545707 +233,-1.4476833,0.6978557868,10,-1.531497785,0.7335842962,287.66945452 +234,-1.470370723,0.6966193374,10,-1.531497785,0.7335842962,234.18152663 +235,-1.429211703,0.7037216883,10,-1.531497785,0.7335842962,327.00566465 +236,-1.700578405,0.6178673663,10,-1.531497785,0.7335842962,694.26782562 +237,-1.678117619,0.6331716163,10,-1.531497785,0.7335842962,600.29272023 +238,-1.725644578,0.6316331145,10,-1.531497785,0.7335842962,719.55843054 +239,-2.14012759,0.7930497945,10,-1.531497785,0.7335842962,1743.845857 +240,-2.103289431,0.7653606263,10,-1.531497785,0.7335842962,1651.8941866 +241,-1.318739838,0.7017808746,10,-1.531497785,0.7335842962,646.64064368 +242,-1.396417427,0.7077900843,10,-1.531497785,0.7335842962,414.62877849 +243,-1.35650337,0.7185539404,10,-1.531497785,0.7335842962,521.4342865 +244,-1.248884539,0.7274156818,10,-1.531497785,0.7335842962,832.91166163 +245,-1.395014798,0.5761185243,10,-1.531497785,0.7335842962,756.12166329 +246,-1.433377362,0.6064716109,10,-1.531497785,0.7335842962,588.1456467 +247,-1.408172432,0.5903155476,10,-1.531497785,0.7335842962,685.36476327 +248,-1.749645898,0.7757118084,10,-1.531497785,0.7335842962,650.50584128 +249,-1.571626686,0.615046989,10,-1.531497785,0.7335842962,485.6105079 +250,-1.514070049,0.6303003037,10,-1.531497785,0.7335842962,412.59396526 +251,-1.480890369,0.6237966528,10,-1.531497785,0.7335842962,461.93426248 +252,-1.704390658,0.5281680612,10,-1.531497785,0.7335842962,982.23168238 +253,-1.64434733,0.5254277498,10,-1.531497785,0.7335842962,899.49427358 +254,-1.703855997,0.4792484842,10,-1.531497785,0.7335842962,1151.1681164 +255,-1.692002383,0.5748825051,10,-1.531497785,0.7335842962,804.97365598 +256,-1.854136457,0.5544643913,10,-1.531497785,0.7335842962,1239.7572801 +257,-1.665021206,0.520317736,10,-1.531497785,0.7335842962,946.12626844 +258,-1.733654349,0.4845187345,10,-1.531497785,0.7335842962,1182.6353326 +259,-1.720938188,0.5135933906,10,-1.531497785,0.7335842962,1061.2050132 +260,-1.742668307,0.553296122,10,-1.531497785,0.7335842962,976.68555811 +261,-1.965659039,0.7142126903,10,-1.531497785,0.7335842962,1286.2009461 +262,-1.944438071,0.6772834804,10,-1.531497785,0.7335842962,1260.8757475 +263,-1.270340967,0.7681487096,10,-1.531497785,0.7335842962,767.44946138 +264,-1.353091884,0.6549276821,10,-1.531497785,0.7335842962,625.48430427 +265,-1.333236659,0.6413584414,10,-1.531497785,0.7335842962,707.48693486 +266,-1.352015998,0.6753788907,10,-1.531497785,0.7335842962,588.20742469 +267,-1.377988483,0.6577816235,10,-1.531497785,0.7335842962,554.5349867 +268,-2.13075611,0.8318642051,10,-1.531497785,0.7335842962,1712.3264983 +269,-2.097910953,0.8259670014,10,-1.531497785,0.7335842962,1624.1548786 +270,-1.416382069,0.6694271549,10,-1.531497785,0.7335842962,430.94083223 +271,-1.538905672,0.7535625993,10,-1.531497785,0.7335842962,82.028088374 +272,-1.572309477,0.7803125099,10,-1.531497785,0.7335842962,219.2203868 +273,-1.87759879,0.7503853417,10,-1.531497785,0.7335842962,1010.369809 +274,1.152365588,0.590457682,10,-1.531497785,0.7335842962,6941.7963298 +275,0.350198001,0.718001859,10,-1.531497785,0.7335842962,5141.7072066 +276,0.046513677,0.491503852,10,-1.531497785,0.7335842962,4968.1759319 +277,0.027510309,0.742571376,10,-1.531497785,0.7335842962,4332.2388014 +278,0.306285725,-0.214631579,10,-1.531497785,0.7335842962,7571.1192431 +279,-1.100564889,0.318051531,10,-1.531497785,0.7335842962,2194.5995144 +280,-1.078582306,0.301437596,10,-1.531497785,0.7335842962,2296.7131088 +281,-1.137371989,-0.617634065,10,-1.531497785,0.7335842962,5539.673346 +282,0.784356344,0.703272339,10,-1.531497785,0.7335842962,6028.2403802 +283,-1.221209947,0.218327455,10,-1.531497785,0.7335842962,2304.0593541 +284,2.347301921,-0.449114658,10,-1.531497785,0.7335842962,9804.3723878 +285,0.246820618,0.830553713,10,-1.531497785,0.7335842962,4630.2805132 +286,0.829414965,0.703288228,10,-1.531497785,0.7335842962,6100.9997984 +287,-1.337537566,0.42332223,10,-1.531497785,0.7335842962,1384.2439585 +288,0.882453706,0.454478077,10,-1.531497785,0.7335842962,7037.464561 +289,1.575629659,0.416419109,10,-1.531497785,0.7335842962,7886.9345387 +290,-1.039455679,0.229888244,10,-1.531497785,0.7335842962,2614.165852 +291,0.489558039,0.934482747,10,-1.531497785,0.7335842962,4820.7456084 +292,0.081344504,0.88384514,10,-1.531497785,0.7335842962,4157.6669717 +293,-1.547979814,0.300350308,10,-1.531497785,0.7335842962,1716.9488962 +294,0.040776181,0.168560074,10,-1.531497785,0.7335842962,5780.3831488 +295,-1.130374745,0.563894876,10,-1.531497785,0.7335842962,1426.9825106 +296,1.578326642,0.478507176,10,-1.531497785,0.7335842962,7641.3469207 +297,-1.12861823,-0.291640865,10,-1.531497785,0.7335842962,4319.8919716 +298,0.310524208,0.770885792,10,-1.531497785,0.7335842962,4915.9289137 +299,0.415649091,-0.387246002,10,-1.531497785,0.7335842962,8321.6612309 +300,-0.926533878,-0.188022748,10,-1.531497785,0.7335842962,4261.2023734 +301,1.258856172,-0.11716081,10,-1.531497785,0.7335842962,9708.6899336 +302,-1.126050026,0.322941926,10,-1.531497785,0.7335842962,2123.1032398 +303,2.002785835,0.07893892,10,-1.531497785,0.7335842962,8928.2241533 +304,0.440437607,0.746258085,10,-1.531497785,0.7335842962,5255.4045456 +305,-0.030391866,0.214441206,10,-1.531497785,0.7335842962,5452.5580261 +306,0.521557815,-0.058929362,10,-1.531497785,0.7335842962,7780.144366 +307,-0.097005111,0.13317729,10,-1.531497785,0.7335842962,5469.005984 +308,1.83113859,0.221857587,10,-1.531497785,0.7335842962,8574.4626491 +309,0.222428864,0.099404236,10,-1.531497785,0.7335842962,6492.0895069 +310,-1.702731345,0.8728568183,10,-1.531497785,0.7335842962,724.11982047 +311,-0.418507569,0.278324921,10,-1.531497785,0.7335842962,4149.7203205 +312,-1.41153306,0.339029988,10,-1.531497785,0.7335842962,1613.9184308 +313,0.357560442,0.114788776,10,-1.531497785,0.7335842962,6835.2034293 +314,0.325818979,0.268352149,10,-1.531497785,0.7335842962,6320.5055913 +315,-1.246004659,-0.663679965,10,-1.531497785,0.7335842962,5629.6139749 +316,1.814603087,0.637404484,10,-1.531497785,0.7335842962,6963.1522813 +317,1.843704281,-0.18300445,10,-1.531497785,0.7335842962,10117.141585 +318,1.690644492,-0.211480909,10,-1.531497785,0.7335842962,10357.170575 +319,-1.275451936,0.068109467,10,-1.531497785,0.7335842962,2787.2876954 +320,0.762430171,-0.207594741,10,-1.531497785,0.7335842962,8865.5991161 +321,0.265668905,-0.014647884,10,-1.531497785,0.7335842962,6924.7221238 +322,-2.773032013,-0.335515811,10,-1.531497785,0.7335842962,6196.8393763 +323,-1.469512853,0.174058777,10,-1.531497785,0.7335842962,2226.7427894 +324,0.286276986,0.785925691,10,-1.531497785,0.7335842962,4825.2430104 +325,-1.379324697,0.377432233,10,-1.531497785,0.7335842962,1498.7447637 +326,-1.203778265,0.212813032,10,-1.531497785,0.7335842962,2352.2157865 +327,0.579916301,0.611743168,10,-1.531497785,0.7335842962,5938.2476091 +328,0.267582642,0.868113908,10,-1.531497785,0.7335842962,4581.9777542 +329,0.412869244,-0.050245578,10,-1.531497785,0.7335842962,7446.9142353 +330,0.17524381,0.976660285,10,-1.531497785,0.7335842962,4155.0488243 +331,0.743157214,0.204812899,10,-1.531497785,0.7335842962,7572.8373644 +332,-1.070758176,0.269382282,10,-1.531497785,0.7335842962,2417.1065571 +333,-1.230364251,0.329790229,10,-1.531497785,0.7335842962,1893.0393253 +334,-1.374813124,-0.024926835,10,-1.531497785,0.7335842962,3056.4848143 +335,0.519780566,0.463669906,10,-1.531497785,0.7335842962,6252.1472863 +336,-1.55108034,0.239698561,10,-1.531497785,0.7335842962,1957.4370285 +337,0.180294813,0.029739425,10,-1.531497785,0.7335842962,6556.7406173 +338,0.67820924,0.268170153,10,-1.531497785,0.7335842962,7221.5562302 +339,0.445798684,1.024001867,10,-1.531497785,0.7335842962,4508.4996161 +340,0.691751283,0.150521402,10,-1.531497785,0.7335842962,7619.1276197 +341,-1.036643551,-0.903056181,10,-1.531497785,0.7335842962,6702.2699231 +342,-0.120287036,1.083325163,10,-1.531497785,0.7335842962,3435.6484729 +343,2.823513113,-0.304487164,10,-1.531497785,0.7335842962,8064.644333 +344,0.457583172,1.12513373,10,-1.531497785,0.7335842962,4265.4906484 +345,0.042918831,0.813795399,10,-1.531497785,0.7335842962,4216.9513948 +346,1.196146777,-0.853142756,10,-1.531497785,0.7335842962,11206.520596 +347,0.206001358,-0.010430701,10,-1.531497785,0.7335842962,6739.2250481 +348,-0.268308653,0.234799412,10,-1.531497785,0.7335842962,4701.4936495 +349,0.759363263,0.736189579,10,-1.531497785,0.7335842962,5878.4505902 +350,0.181363926,0.891988372,10,-1.531497785,0.7335842962,4350.4894148 +351,-0.021111158,0.139103292,10,-1.531497785,0.7335842962,5676.5744585 +352,-0.093355215,0.630686981,10,-1.531497785,0.7335842962,4265.1102833 +353,0.40118964,0.681375926,10,-1.531497785,0.7335842962,5353.6266558 +354,-0.721197315,1.304706234,10,-1.531497785,0.7335842962,2674.3232259 +355,-1.076150317,0.212107639,10,-1.531497785,0.7335842962,2594.1323493 +356,-1.577164531,0.273993443,10,-1.531497785,0.7335842962,1827.08507 +357,-0.190788414,0.182208586,10,-1.531497785,0.7335842962,5065.110324 +358,-0.261349752,0.209710184,10,-1.531497785,0.7335842962,4786.4179109 +359,-1.029303852,0.083549259,10,-1.531497785,0.7335842962,3124.58596 +360,-1.268609162,0.330525297,10,-1.531497785,0.7335842962,1824.9588754 +361,1.282982244,-0.926641967,10,-1.531497785,0.7335842962,11288.607588 +362,0.217352334,0.731352408,10,-1.531497785,0.7335842962,4808.74078 +363,-1.511833084,0.258629297,10,-1.531497785,0.7335842962,1882.498955 +364,0.338812194,0.823184618,10,-1.531497785,0.7335842962,4839.4627225 +365,-0.324406489,1.134201999,10,-1.531497785,0.7335842962,3046.8122413 +366,1.389579348,0.399185724,10,-1.531497785,0.7335842962,7884.7638097 +367,2.047152199,-0.039082036,10,-1.531497785,0.7335842962,9285.5451611 +368,0.947780369,0.568250077,10,-1.531497785,0.7335842962,6751.7671223 +369,0.763824846,0.576754987,10,-1.531497785,0.7335842962,6410.3851109 +370,-0.142334657,0.928153068,10,-1.531497785,0.7335842962,3591.2513645 +371,0.610266567,0.547265983,10,-1.531497785,0.7335842962,6199.7719543 +372,0.210731629,0.746815056,10,-1.531497785,0.7335842962,4755.4454832 +373,-1.34931644,0.316895224,10,-1.531497785,0.7335842962,1761.3285179 +374,2.407696481,0.655030745,10,-1.531497785,0.7335842962,6235.9218389 +375,0.64207831,0.545359131,10,-1.531497785,0.7335842962,6272.2959972 +376,1.174597538,0.840588356,10,-1.531497785,0.7335842962,6025.2921635 +377,0.660059424,0.010604079,10,-1.531497785,0.7335842962,7960.2882417 +378,-0.730263819,0.010486456,10,-1.531497785,0.7335842962,4038.0439902 +379,0.831068936,0.512339172,10,-1.531497785,0.7335842962,6748.2051328 +380,1.301180979,0.72367476,10,-1.531497785,0.7335842962,6566.7504327 +381,1.811128231,0.322854402,10,-1.531497785,0.7335842962,8195.0439546 +382,0.435105812,0.992284428,10,-1.531497785,0.7335842962,4574.6000223 +383,0.62643634,0.592027932,10,-1.531497785,0.7335842962,6094.4511377 +384,0.492988703,-0.516339467,10,-1.531497785,0.7335842962,8838.8998887 +385,-0.162469483,0.112549365,10,-1.531497785,0.7335842962,5330.6868617 +386,0.314630866,0.472006421,10,-1.531497785,0.7335842962,5727.2408793 +387,0.166744804,0.822815954,10,-1.531497785,0.7335842962,4476.191151 +388,0.417159608,0.965805736,10,-1.531497785,0.7335842962,4614.1819284 +389,0.106334961,0.868774244,10,-1.531497785,0.7335842962,4242.9575522 +390,0.815086969,-0.338144359,10,-1.531497785,0.7335842962,9364.9509225 +391,0.59867455,-0.230624824,10,-1.531497785,0.7335842962,8466.2527163 +392,1.915104874,0.066220985,10,-1.531497785,0.7335842962,9091.0163246 +393,1.278093622,0.064463721,10,-1.531497785,0.7335842962,9064.5993229 +394,-0.061477853,0.302997961,10,-1.531497785,0.7335842962,5134.4801462 +395,0.251311504,0.626976942,10,-1.531497785,0.7335842962,5154.4631865 +396,2.950242872,0.149095644,10,-1.531497785,0.7335842962,6493.3322966 +397,-0.180294708,0.35375117,10,-1.531497785,0.7335842962,4661.9851656 +398,1.010448592,-0.351180233,10,-1.531497785,0.7335842962,9935.4252581 +399,-1.748740498,0.3686318073,10,-1.531497785,0.7335842962,1616.7000614 +400,2.699635665,0.123533791,10,-1.531497785,0.7335842962,7258.4507418 +401,0.496808033,0.823843254,10,-1.531497785,0.7335842962,5145.7204714 +402,0.129574704,0.763364087,10,-1.531497785,0.7335842962,4528.9963775 +403,1.798920311,0.817447563,10,-1.531497785,0.7335842962,6264.4323997 +404,0.335987953,0.746786541,10,-1.531497785,0.7335842962,5033.9573265 +405,-1.085413643,0.292154671,10,-1.531497785,0.7335842962,2311.2682169 +406,-0.155321003,0.508207011,10,-1.531497785,0.7335842962,4367.3067397 +407,0.620529244,-0.301175104,10,-1.531497785,0.7335842962,8712.1441144 +408,1.684402744,0.368716966,10,-1.531497785,0.7335842962,8069.1498451 +409,0.300582244,-0.386397212,10,-1.531497785,0.7335842962,7982.7629019 +410,2.913555946,-0.009225192,10,-1.531497785,0.7335842962,7029.1368811 +411,1.465101417,0.493232532,10,-1.531497785,0.7335842962,7555.5797272 +412,0.090612882,0.907955955,10,-1.531497785,0.7335842962,4128.1800633 +413,2.987564726,-0.729568594,10,-1.531497785,0.7335842962,8541.2984967 +414,-1.484261606,0.224149272,10,-1.531497785,0.7335842962,2024.4233165 +415,0.164073421,0.303955133,10,-1.531497785,0.7335842962,5776.6129077 +416,0.141441293,0.167552546,10,-1.531497785,0.7335842962,6075.4078599 +417,2.931321023,-0.506718887,10,-1.531497785,0.7335842962,8229.158059 +418,2.21951565,0.700596356,10,-1.531497785,0.7335842962,6356.510641 +419,0.268112576,1.199114336,10,-1.531497785,0.7335842962,3854.9742485 +420,0.978913739,0.359223811,10,-1.531497785,0.7335842962,7537.326501 +421,1.210898818,0.522863584,10,-1.531497785,0.7335842962,7258.0047606 +422,2.347397336,0.129231362,10,-1.531497785,0.7335842962,8110.7972741 +423,0.614394501,0.556878345,10,-1.531497785,0.7335842962,6178.7133226 +424,-1.398079356,0.148483366,10,-1.531497785,0.7335842962,2363.9979023 +425,2.535303836,-0.112984496,10,-1.531497785,0.7335842962,8385.8831996 +426,-1.019372593,-0.405322349,10,-1.531497785,0.7335842962,4885.5696991 +427,-1.297785627,-0.160104069,10,-1.531497785,0.7335842962,3640.2048919 +428,2.144554488,0.205051084,10,-1.531497785,0.7335842962,8247.9243637 +429,-2.242387083,-0.426171285,10,-1.531497785,0.7335842962,5279.2798082 +430,0.338637212,0.909723676,10,-1.531497785,0.7335842962,4617.7698209 +431,-0.148798452,0.691042401,10,-1.531497785,0.7335842962,3991.7641002 +432,0.893524764,0.441829531,10,-1.531497785,0.7335842962,7100.6390985 +433,0.969229347,-0.368847936,10,-1.531497785,0.7335842962,9873.5423854 +434,0.436043248,0.800045688,10,-1.531497785,0.7335842962,5096.3485171 +435,1.687946607,1.081504775,10,-1.531497785,0.7335842962,5249.9635151 +436,0.522302046,-0.034889271,10,-1.531497785,0.7335842962,7715.1763715 +437,-0.178996113,-0.438090009,10,-1.531497785,0.7335842962,6771.713589 +438,-1.094339566,0.301444068,10,-1.531497785,0.7335842962,2261.6713833 +439,-1.064070054,0.242569932,10,-1.531497785,0.7335842962,2518.9837717 +440,-1.068153768,0.230387998,10,-1.531497785,0.7335842962,2550.2378538 +441,-3.00496892,-0.23989155,10,-1.531497785,0.7335842962,6574.8002473 +442,0.21751974,0.766874888,10,-1.531497785,0.7335842962,4721.6783961 +443,0.117229532,0.007619006,10,-1.531497785,0.7335842962,6430.8613958 +444,0.777758451,0.420554741,10,-1.531497785,0.7335842962,6951.2313765 +445,-0.252356999,0.250747086,10,-1.531497785,0.7335842962,4707.7473066 +446,0.363148444,0.768483434,10,-1.531497785,0.7335842962,5034.0435341 +447,0.903191366,-0.118210676,10,-1.531497785,0.7335842962,8971.8662741 +448,-0.205755923,0.149406178,10,-1.531497785,0.7335842962,5106.6482522 +449,1.811996086,0.02364353,10,-1.531497785,0.7335842962,9358.4706988 +450,-1.100670221,0.314845373,10,-1.531497785,0.7335842962,2204.6342525 +451,0.340078597,0.850105132,10,-1.531497785,0.7335842962,4772.3919596 +452,0.258757267,0.804969236,10,-1.531497785,0.7335842962,4718.4288228 +453,2.78505352,-0.155160804,10,-1.531497785,0.7335842962,7793.4842814 +454,0.800551619,0.105822106,10,-1.531497785,0.7335842962,8021.2813493 +455,0.437940882,-0.506194031,10,-1.531497785,0.7335842962,8657.1321135 +456,2.230431122,0.63458615,10,-1.531497785,0.7335842962,6578.0716905 +457,0.527965361,0.127667701,10,-1.531497785,0.7335842962,7266.2705908 +458,-0.063643205,0.702093448,10,-1.531497785,0.7335842962,4190.4733807 +459,1.408447268,0.133010502,10,-1.531497785,0.7335842962,8934.3662431 +460,0.523795955,0.280266966,10,-1.531497785,0.7335842962,6807.345955 +461,-0.975769313,0.072177659,10,-1.531497785,0.7335842962,3272.7458364 +462,0.549774164,-0.463663986,10,-1.531497785,0.7335842962,8891.2263851 +463,0.29245874,1.095549818,10,-1.531497785,0.7335842962,4101.0708057 +464,0.143625958,0.816809593,10,-1.531497785,0.7335842962,4438.8048463 +465,0.671902494,0.611159853,10,-1.531497785,0.7335842962,6124.7815028 +466,1.239840988,0.6724199,10,-1.531497785,0.7335842962,6717.0307675 +467,0.607829703,-0.10932137,10,-1.531497785,0.7335842962,8162.5642244 +468,1.763020906,0.263996692,10,-1.531497785,0.7335842962,8453.1030264 +469,0.378714634,0.726066797,10,-1.531497785,0.7335842962,5181.7342766 +470,2.196736143,-0.153862366,10,-1.531497785,0.7335842962,9371.08473 +471,0.01702415,0.148991565,10,-1.531497785,0.7335842962,5762.4208149 +472,-2.998490902,-0.158002487,10,-1.531497785,0.7335842962,6338.1685338 +473,-3.051262951,-0.346595608,10,-1.531497785,0.7335842962,6986.3995693 +474,-1.069176439,0.182802941,10,-1.531497785,0.7335842962,2706.9006456 +475,0.167157509,0.595344954,10,-1.531497785,0.7335842962,5027.2610761 +476,0.613855648,0.681746124,10,-1.531497785,0.7335842962,5791.4410572 +477,1.037012736,0.682555367,10,-1.531497785,0.7335842962,6467.4911 +478,-1.253574971,0.379755746,10,-1.531497785,0.7335842962,1678.2051268 +479,3.108590453,-0.132620738,10,-1.531497785,0.7335842962,6785.1729816 +480,0.565301296,0.022333262,10,-1.531497785,0.7335842962,7671.6802704 +481,0.547898238,0.855555614,10,-1.531497785,0.7335842962,5146.1946283 +482,0.948309381,0.417393755,10,-1.531497785,0.7335842962,7281.2110035 +483,-0.050600732,0.945269213,10,-1.531497785,0.7335842962,3762.3387318 +484,-0.977651478,-0.572363064,10,-1.531497785,0.7335842962,5551.6142014 +485,1.102014914,0.728861163,10,-1.531497785,0.7335842962,6373.0721107 +486,2.927300795,-0.282939414,10,-1.531497785,0.7335842962,7705.5459784 +487,-1.154565557,0.124434095,10,-1.531497785,0.7335842962,2750.794135 +488,1.855331234,0.291044755,10,-1.531497785,0.7335842962,8287.335661 +489,0.830290659,0.276904518,10,-1.531497785,0.7335842962,7533.0507914 +490,0.485104466,-0.234867441,10,-1.531497785,0.7335842962,8147.8665135 +491,0.521367572,-0.33161327,10,-1.531497785,0.7335842962,8498.3022784 +1,-1.539031704,0.7349710123,11,-1.530259379,0.7334777758,26.463983036 +2,-1.536990553,0.7349663874,11,-1.530259379,0.7334777758,20.652325316 +3,-1.534951779,0.7349571355,11,-1.530259379,0.7334777758,14.990570056 +4,-1.532906461,0.7349480293,11,-1.530259379,0.7334777758,9.7211646681 +5,-1.531320211,0.7346937278,11,-1.530259379,0.7334777758,5.738483321 +6,-1.539451648,0.7335131775,11,-1.530259379,0.7334777758,27.047510602 +7,-1.537429487,0.7335445708,11,-1.530259379,0.7334777758,21.098554676 +8,-1.535484998,0.7335658704,11,-1.530259379,0.7334777758,15.379367812 +9,-1.533488396,0.7336036027,11,-1.530259379,0.7334777758,9.5136835228 +10,-1.531497785,0.7335842962,11,-1.530259379,0.7334777758,3.6680971533 +11,-1.530259379,0.7334777758,11,-1.530259379,0.7334777758,1.1567615011 +12,-1.5335454,0.7322346912,11,-1.530259379,0.7334777758,10.855252052 +13,-1.531489083,0.7322238773,11,-1.530259379,0.7334777758,6.1461416205 +14,-1.530011122,0.7321679851,11,-1.530259379,0.7334777758,5.2393141487 +15,-1.53348106,0.7306614094,11,-1.530259379,0.7334777758,14.647122039 +16,-1.531441779,0.7306962275,11,-1.530259379,0.7334777758,11.55528688 +17,-1.529755654,0.7306933243,11,-1.530259379,0.7334777758,11.128606578 +18,-1.533415048,0.7291384674,11,-1.530259379,0.7334777758,19.544347032 +19,-1.531392093,0.7291705353,11,-1.530259379,0.7334777758,17.38472085 +20,-1.529296523,0.7291214933,11,-1.530259379,0.7334777758,17.487174402 +21,-1.535280942,0.727267644,11,-1.530259379,0.7334777758,28.716115753 +22,-1.533378158,0.7276139666,11,-1.530259379,0.7334777758,24.982595815 +23,-1.531340368,0.7276446587,11,-1.530259379,0.7334777758,23.324024279 +24,-1.528960113,0.7276398177,11,-1.530259379,0.7334777758,23.439677154 +25,-1.533313146,0.7260818349,11,-1.530259379,0.7334777758,30.651129958 +26,-1.531259555,0.7260958115,11,-1.530259379,0.7334777758,29.388666256 +27,-1.528926415,0.7260865555,11,-1.530259379,0.7334777758,29.539908321 +28,-1.531226779,0.7245511789,11,-1.530259379,0.7334777758,35.473559927 +29,-1.528904772,0.7245519194,11,-1.530259379,0.7334777758,35.581072692 +30,-1.547195875,0.7409785979,11,-1.530259379,0.7334777758,57.873513856 +31,-1.5451475,0.740980426,11,-1.530259379,0.7334777758,52.81296542 +32,-1.543097679,0.7409798872,11,-1.530259379,0.7334777758,47.962084615 +33,-1.540720364,0.7409892687,11,-1.530259379,0.7334777758,42.734768313 +34,-1.547188511,0.7395198392,11,-1.530259379,0.7334777758,55.140895358 +35,-1.545148587,0.7395226109,11,-1.530259379,0.7334777758,49.821260985 +36,-1.543104538,0.7395314908,11,-1.530259379,0.7334777758,44.673248577 +37,-1.540727751,0.7395306258,11,-1.530259379,0.7334777758,38.966883125 +38,-1.547187029,0.7380014886,11,-1.530259379,0.7334777758,52.837433846 +39,-1.545147315,0.7380012252,11,-1.530259379,0.7334777758,47.24627536 +40,-1.54310719,0.7380060743,11,-1.530259379,0.7334777758,41.77317626 +41,-1.540719671,0.7380068206,11,-1.530259379,0.7334777758,35.570751212 +42,-1.547187189,0.7364799098,11,-1.530259379,0.7334777758,51.142830166 +43,-1.545149996,0.7364853874,11,-1.530259379,0.7334777758,45.347757214 +44,-1.543106091,0.7364823484,11,-1.530259379,0.7334777758,39.580771549 +45,-1.540717158,0.7364893901,11,-1.530259379,0.7334777758,32.963575774 +46,-1.538663972,0.7410138672,11,-1.530259379,0.7334777758,38.709857475 +47,-1.53695285,0.7409699132,11,-1.530259379,0.7334777758,35.580265931 +48,-1.534910498,0.7409641297,11,-1.530259379,0.7334777758,32.63978124 +49,-1.533145034,0.7409536636,11,-1.530259379,0.7334777758,30.797359551 +50,-1.538681336,0.7395405883,11,-1.530259379,0.7334777758,34.459334024 +51,-1.536999189,0.7395183096,11,-1.530259379,0.7334777758,31.042216792 +52,-1.534923633,0.7395144222,11,-1.530259379,0.7334777758,27.551247911 +53,-1.533267822,0.7395654306,11,-1.530259379,0.7334777758,25.678315815 +54,-1.53867273,0.7380151077,11,-1.530259379,0.7334777758,30.550605176 +55,-1.536980576,0.7379994392,11,-1.530259379,0.7334777758,26.651424395 +56,-1.534931522,0.7379944961,11,-1.530259379,0.7334777758,22.545512467 +57,-1.533387952,0.7379480264,11,-1.530259379,0.7334777758,19.948112538 +58,-1.538682279,0.7364914363,11,-1.530259379,0.7334777758,27.47835318 +59,-1.536980704,0.7364810563,11,-1.530259379,0.7334777758,23.056136483 +60,-1.534935567,0.7364752065,11,-1.530259379,0.7334777758,18.159622496 +61,-1.533042592,0.7363876366,11,-1.530259379,0.7334777758,14.132874534 +62,-1.545143426,0.7349628011,11,-1.530259379,0.7334777758,44.159293504 +63,-1.543105297,0.7349691947,11,-1.530259379,0.7334777758,38.231860256 +64,-1.541064533,0.7349647152,11,-1.530259379,0.7334777758,32.313334071 +65,-1.545411803,0.7334624714,11,-1.530259379,0.7334777758,44.585126446 +66,-1.543446606,0.7334780896,11,-1.530259379,0.7334777758,38.80237952 +67,-1.541475327,0.7334957295,11,-1.530259379,0.7334777758,33.001892021 +68,-1.545401939,0.731963266,11,-1.530259379,0.7334777758,44.987898941 +69,-1.54342253,0.7319915583,11,-1.530259379,0.7334777758,39.201995449 +70,-1.541455867,0.7320216438,11,-1.530259379,0.7334777758,33.467171307 +71,-1.545410146,0.7304422281,11,-1.530259379,0.7334777758,46.231703408 +72,-1.543435491,0.7304713664,11,-1.530259379,0.7334777758,40.607461172 +73,-1.541463105,0.7304997613,11,-1.530259379,0.7334777758,35.054560078 +74,-1.545414768,0.7289194936,11,-1.530259379,0.7334777758,48.194725112 +75,-1.543435774,0.7289538557,11,-1.530259379,0.7334777758,42.782827157 +76,-1.541457714,0.7289765881,11,-1.530259379,0.7334777758,37.523284383 +77,-1.539449415,0.7320555866,11,-1.530259379,0.7334777758,27.638503012 +78,-1.537429183,0.7321097681,11,-1.530259379,0.7334777758,21.794004348 +79,-1.535472649,0.7321497267,11,-1.530259379,0.7334777758,16.225264441 +80,-1.539457899,0.7305333307,11,-1.530259379,0.7334777758,29.504796344 +81,-1.537453161,0.7305750503,11,-1.530259379,0.7334777758,24.112606295 +82,-1.535479385,0.7306124949,11,-1.530259379,0.7334777758,19.113639389 +83,-1.53946905,0.7290102593,11,-1.530259379,0.7334777758,32.410464773 +84,-1.537459922,0.7290417293,11,-1.530259379,0.7334777758,27.557766671 +85,-1.535451349,0.7290890157,11,-1.530259379,0.7334777758,23.162639019 +86,-1.535522937,0.7279887191,11,-1.530259379,0.7334777758,26.716525025 +87,-1.539442524,0.7274735939,11,-1.530259379,0.7334777758,36.050967251 +88,-1.537424111,0.727521351,11,-1.530259379,0.7334777758,31.67755607 +89,-1.539384641,0.7259505092,11,-1.530259379,0.7334777758,40.184401262 +90,-1.537372391,0.7259947145,11,-1.530259379,0.7334777758,36.325538942 +91,-1.535340789,0.7260435356,11,-1.530259379,0.7334777758,33.048056746 +92,-1.539325716,0.7244369706,11,-1.530259379,0.7334777758,44.71961832 +93,-1.537308932,0.7244801057,11,-1.530259379,0.7334777758,41.278743348 +94,-1.535289068,0.7245247645,11,-1.530259379,0.7334777758,38.45000025 +95,-1.533261366,0.7245550236,11,-1.530259379,0.7334777758,36.438699555 +96,-1.539267302,0.722921924,11,-1.530259379,0.7334777758,49.572179233 +97,-1.537248972,0.7229660258,11,-1.530259379,0.7334777758,46.482369129 +98,-1.535219431,0.7229916471,11,-1.530259379,0.7334777758,44.047814956 +99,-1.53318962,0.7230212049,11,-1.530259379,0.7334777758,42.314625396 +100,-1.531154816,0.7230299897,11,-1.530259379,0.7334777758,41.468254388 +101,-1.528878341,0.7230370244,11,-1.530259379,0.7334777758,41.556843604 +102,-1.539218189,0.7214009878,11,-1.530259379,0.7334777758,54.687390594 +103,-1.537198791,0.7214422745,11,-1.530259379,0.7334777758,51.904769685 +104,-1.535179266,0.7214634354,11,-1.530259379,0.7334777758,49.764645006 +105,-1.533156501,0.7214944644,11,-1.530259379,0.7334777758,48.233402798 +106,-1.53113574,0.7215166021,11,-1.530259379,0.7334777758,47.449082108 +107,-1.528874248,0.7215345535,11,-1.530259379,0.7334777758,47.484218209 +108,-1.539217656,0.7198512397,11,-1.530259379,0.7334777758,60.137837856 +109,-1.537199919,0.7199428763,11,-1.530259379,0.7334777758,57.413760767 +110,-1.545425832,0.727397149,11,-1.530259379,0.7334777758,50.818091974 +111,-1.543371177,0.7273916949,11,-1.530259379,0.7334777758,45.582254597 +112,-1.541368852,0.7274523163,11,-1.530259379,0.7334777758,40.545934238 +113,-1.545349067,0.7258710923,11,-1.530259379,0.7334777758,53.783583552 +114,-1.54332671,0.7258603556,11,-1.530259379,0.7334777758,48.978343452 +115,-1.541346831,0.7259242142,11,-1.530259379,0.7334777758,44.347896092 +116,-1.545324355,0.7243383958,11,-1.530259379,0.7334777758,57.37222923 +117,-1.543292796,0.7243617413,11,-1.530259379,0.7334777758,52.788085669 +118,-1.541295822,0.7244024384,11,-1.530259379,0.7334777758,48.532121566 +119,-1.543193859,0.7205570215,11,-1.530259379,0.7334777758,63.91049685 +120,-1.550257047,0.7386738187,11,-1.530259379,0.7334777758,62.206567671 +121,-1.549335448,0.7311736483,11,-1.530259379,0.7334777758,56.924241367 +122,-1.533478843,0.7179891343,11,-1.530259379,0.7334777758,62.087591868 +123,-1.556150555,0.738907041,11,-1.530259379,0.7334777758,78.979301844 +124,-1.554324226,0.733414257,11,-1.530259379,0.7334777758,70.810872096 +125,-1.554290846,0.7288285332,11,-1.530259379,0.7334777758,73.211884385 +126,-1.55122487,0.7219795312,11,-1.530259379,0.7334777758,76.935734707 +127,-1.525104458,0.7229399862,11,-1.530259379,0.7334777758,44.435205165 +128,-1.519607711,0.7236181429,11,-1.530259379,0.7334777758,50.161901678 +129,-1.513899999,0.7251107854,11,-1.530259379,0.7334777758,58.59071917 +130,-1.536620762,0.7431061895,11,-1.530259379,0.7334777758,42.447942346 +131,-1.5369566,0.7460845958,11,-1.530259379,0.7334777758,53.641992698 +132,-1.545345528,0.7447040685,11,-1.530259379,0.7334777758,62.671990815 +133,-1.532813921,0.7432306626,11,-1.530259379,0.7334777758,39.349317084 +134,-1.554788248,0.7382381001,11,-1.530259379,0.7334777758,74.44590353 +135,-1.540348126,0.7301594274,11,-1.530259379,0.7334777758,32.505671075 +136,-1.538016084,0.7239051786,11,-1.530259379,0.7334777758,44.306834424 +137,-1.525288962,0.7258085137,11,-1.530259379,0.7334777758,33.737034575 +138,-1.534326986,0.731241342,11,-1.530259379,0.7334777758,14.900011833 +139,-1.530733872,0.7303625216,11,-1.530259379,0.7334777758,12.418475794 +141,-1.534354939,0.7328219978,11,-1.530259379,0.7334777758,12.331147674 +142,-1.53157084,0.7292888153,11,-1.530259379,0.7334777758,17.036937913 +143,-1.525691035,0.7263799874,11,-1.530259379,0.7334777758,31.181038748 +144,-1.534031287,0.7495967835,11,-1.530259379,0.7334777758,64.790952569 +145,-1.527714986,0.7283095957,11,-1.530259379,0.7334777758,21.803204344 +146,-1.526189586,0.7271468292,11,-1.530259379,0.7334777758,27.80411377 +147,-1.555177336,0.7375563366,11,-1.530259379,0.7334777758,74.945366565 +148,-1.555080283,0.7312707794,11,-1.530259379,0.7334777758,73.626327919 +149,-1.53856994,0.7224180299,11,-1.530259379,0.7334777758,50.229534844 +150,-1.530837883,0.729933372,11,-1.530259379,0.7334777758,14.142526326 +151,-1.515066984,0.5854133365,11,-1.530259379,0.7334777758,588.39860898 +152,-1.534731633,0.5368370046,11,-1.530259379,0.7334777758,779.02350899 +153,-1.515231902,0.5607085576,11,-1.530259379,0.7334777758,685.97359763 +154,-2.616253799,1.0684566605,11,-1.530259379,0.7334777758,2842.1158293 +155,-1.956071439,0.5792177723,11,-1.530259379,0.7334777758,1462.4569366 +156,-1.951208514,0.5602434208,11,-1.530259379,0.7334777758,1489.8143986 +157,-1.944675062,0.6062144545,11,-1.530259379,0.7334777758,1376.3353826 +158,-1.613778386,0.6077989518,11,-1.530259379,0.7334777758,560.99725517 +159,-2.035029014,0.6021432345,11,-1.530259379,0.7334777758,1644.584794 +160,-2.114989471,0.6801825058,11,-1.530259379,0.7334777758,1762.4754917 +161,-2.037382079,0.5765830025,11,-1.530259379,0.7334777758,1699.6625802 +162,-2.129855121,0.6585019963,11,-1.530259379,0.7334777758,1834.0504445 +163,-2.075141798,0.6493615843,11,-1.530259379,0.7334777758,1685.8585249 +164,-1.828626729,0.6948433129,11,-1.530259379,0.7334777758,904.47548243 +165,-1.863329418,0.6735427691,11,-1.530259379,0.7334777758,1031.3210026 +166,-1.266037071,0.727988852,11,-1.530259379,0.7334777758,778.66286166 +167,-1.277579582,0.7249010648,11,-1.530259379,0.7334777758,746.24120446 +168,-1.258418684,0.7241194816,11,-1.530259379,0.7334777758,802.9819112 +169,-1.317813974,0.6804850104,11,-1.530259379,0.7334777758,672.65306267 +170,-1.344165204,0.6790988904,11,-1.530259379,0.7334777758,600.20188702 +171,-1.427582102,0.5277120351,11,-1.530259379,0.7334777758,878.16014787 +172,-1.402238616,0.457167829,11,-1.530259379,0.7334777758,1171.0575725 +173,-1.422454264,0.4996161999,11,-1.530259379,0.7334777758,988.95248124 +174,-1.439089277,0.4894859811,11,-1.530259379,0.7334777758,1010.1301818 +175,-1.448126995,0.5182330266,11,-1.530259379,0.7334777758,892.02858741 +176,-1.474626146,0.5881926574,11,-1.530259379,0.7334777758,601.06921553 +177,-1.421139645,0.5584869783,11,-1.530259379,0.7334777758,773.7518536 +178,-1.457037165,0.565943032,11,-1.530259379,0.7334777758,702.39282847 +179,-2.757159358,0.3745319,11,-1.530259379,0.7334777758,4247.8192002 +180,-2.714309238,0.342054471,11,-1.530259379,0.7334777758,4200.3223201 +181,-2.000525337,0.774119946,11,-1.530259379,0.7334777758,1361.386987 +183,-1.571413436,0.6777838382,11,-1.530259379,0.7334777758,253.07983752 +184,-1.552860289,0.6987663893,11,-1.530259379,0.7334777758,153.17619127 +185,-1.521852374,0.7165827476,11,-1.530259379,0.7334777758,71.411666058 +186,-1.503656267,0.6928968252,11,-1.530259379,0.7334777758,179.40373648 +187,-1.502753178,0.7136205882,11,-1.530259379,0.7334777758,113.37183278 +188,-1.631894563,0.7343596465,11,-1.530259379,0.7334777758,298.89833558 +189,-1.653765416,0.6770714026,11,-1.530259379,0.7334777758,434.14687823 +190,-1.719812114,0.6715965947,11,-1.530259379,0.7334777758,622.65553103 +191,-1.493406659,0.6646955447,11,-1.530259379,0.7334777758,294.44062595 +192,-1.469120564,0.6613469966,11,-1.530259379,0.7334777758,340.64088577 +193,-1.590551461,0.5326612937,11,-1.530259379,0.7334777758,818.20270799 +194,-1.625979264,0.5247742243,11,-1.530259379,0.7334777758,881.16820021 +195,-1.572293943,0.5238808754,11,-1.530259379,0.7334777758,840.96124291 +196,-1.610848725,0.5477107964,11,-1.530259379,0.7334777758,778.72852928 +197,-1.208485554,0.7918526018,11,-1.530259379,0.7334777758,947.73562871 +198,-1.335601374,0.6869083083,11,-1.530259379,0.7334777758,612.50361567 +199,-1.346156996,0.6825213377,11,-1.530259379,0.7334777758,589.10236655 +200,-1.324381037,0.6741422347,11,-1.530259379,0.7334777758,663.95088322 +201,-1.242424992,0.7378949807,11,-1.530259379,0.7334777758,844.10467771 +202,-1.270370057,0.7392461008,11,-1.530259379,0.7334777758,762.08326656 +203,-1.448950472,0.7441675014,11,-1.530259379,0.7334777758,241.79264502 +204,-1.492662363,0.7523026852,11,-1.530259379,0.7334777758,132.62182069 +205,-1.479098966,0.7763855017,11,-1.530259379,0.7334777758,225.06495617 +206,-1.633760714,0.7869022408,11,-1.530259379,0.7334777758,364.60593876 +207,-1.647406434,0.8101289331,11,-1.530259379,0.7334777758,449.99607031 +208,-1.564245052,0.5701509278,11,-1.530259379,0.7334777758,655.67587434 +209,-1.646289963,0.6833746083,11,-1.530259379,0.7334777758,401.31746972 +210,-1.5820631,0.6751952144,11,-1.530259379,0.7334777758,278.78558157 +211,-1.613236298,0.6681681791,11,-1.530259379,0.7334777758,360.473324 +212,-1.914661867,0.8212566515,11,-1.530259379,0.7334777758,1135.1511139 +213,-1.742133237,0.7250275956,11,-1.530259379,0.7334777758,626.16059768 +214,-2.033144872,0.6557314699,11,-1.530259379,0.7334777758,1553.3523511 +215,-2.039551981,0.6964723658,11,-1.530259379,0.7334777758,1522.9027404 +216,-1.247341019,0.7622473908,11,-1.530259379,0.7334777758,828.09499968 +217,-1.298239787,0.7084123392,11,-1.530259379,0.7334777758,696.73240439 +218,-1.308539688,0.6926545592,11,-1.530259379,0.7334777758,682.94455432 +219,-1.303263185,0.6888938396,11,-1.530259379,0.7334777758,702.91026844 +220,-1.852400229,0.6004246149,11,-1.530259379,0.7334777758,1129.2942104 +221,-1.288947707,0.7473773692,11,-1.530259379,0.7334777758,706.92480305 +222,-1.372031502,0.7472790993,11,-1.530259379,0.7334777758,465.65554988 +223,-1.289805721,0.7242157877,11,-1.530259379,0.7334777758,710.64120819 +224,-1.350807603,0.7533498126,11,-1.530259379,0.7334777758,528.80892264 +225,-1.329290365,0.7560442322,11,-1.530259379,0.7334777758,591.5814868 +226,-1.410153004,0.616936428,11,-1.530259379,0.7334777758,592.00910938 +227,-1.393445434,0.6308995063,11,-1.530259379,0.7334777758,584.33864799 +228,-1.37595573,0.6241540638,11,-1.530259379,0.7334777758,642.62570782 +229,-1.358388707,0.6172645205,11,-1.530259379,0.7334777758,702.14393926 +230,-1.753741133,0.8281661666,11,-1.530259379,0.7334777758,730.80324524 +231,-1.47430987,0.6834615681,11,-1.530259379,0.7334777758,259.89877529 +232,-1.421012508,0.7222725206,11,-1.530259379,0.7334777758,326.02780492 +233,-1.4476833,0.6978557868,11,-1.530259379,0.7334777758,284.25476737 +234,-1.470370723,0.6966193374,11,-1.530259379,0.7334777758,231.04346472 +235,-1.429211703,0.7037216883,11,-1.530259379,0.7334777758,323.4278966 +236,-1.700578405,0.6178673663,11,-1.530259379,0.7334777758,696.87921177 +237,-1.678117619,0.6331716163,11,-1.530259379,0.7334777758,602.87797626 +238,-1.725644578,0.6316331145,11,-1.530259379,0.7334777758,722.4891141 +239,-2.14012759,0.7930497945,11,-1.530259379,0.7334777758,1747.4181384 +240,-2.103289431,0.7653606263,11,-1.530259379,0.7334777758,1655.5175513 +241,-1.318739838,0.7017808746,11,-1.530259379,0.7334777758,642.97273727 +242,-1.396417427,0.7077900843,11,-1.530259379,0.7334777758,410.97533805 +243,-1.35650337,0.7185539404,11,-1.530259379,0.7334777758,517.77261161 +244,-1.248884539,0.7274156818,11,-1.530259379,0.7334777758,829.30334852 +245,-1.395014798,0.5761185243,11,-1.530259379,0.7334777758,753.59910417 +246,-1.433377362,0.6064716109,11,-1.530259379,0.7334777758,585.81704915 +247,-1.408172432,0.5903155476,11,-1.530259379,0.7334777758,682.8686697 +248,-1.749645898,0.7757118084,11,-1.530259379,0.7334777758,654.0874836 +249,-1.571626686,0.615046989,11,-1.530259379,0.7334777758,486.19524016 +250,-1.514070049,0.6303003037,11,-1.530259379,0.7334777758,411.69931389 +251,-1.480890369,0.6237966528,11,-1.530259379,0.7334777758,460.26655598 +252,-1.704390658,0.5281680612,11,-1.530259379,0.7334777758,984.10804136 +253,-1.64434733,0.5254277498,11,-1.530259379,0.7334777758,900.69856403 +254,-1.703855997,0.4792484842,11,-1.530259379,0.7334777758,1152.7517597 +255,-1.692002383,0.5748825051,11,-1.530259379,0.7334777758,807.08660871 +256,-1.854136457,0.5544643913,11,-1.530259379,0.7334777758,1242.7460911 +257,-1.665021206,0.520317736,11,-1.530259379,0.7334777758,947.54430598 +258,-1.733654349,0.4845187345,11,-1.530259379,0.7334777758,1184.5053276 +259,-1.720938188,0.5135933906,11,-1.530259379,0.7334777758,1063.1371782 +260,-1.742668307,0.553296122,11,-1.530259379,0.7334777758,979.06470286 +261,-1.965659039,0.7142126903,11,-1.530259379,0.7334777758,1289.8675727 +262,-1.944438071,0.6772834804,11,-1.530259379,0.7334777758,1264.500249 +263,-1.270340967,0.7681487096,11,-1.530259379,0.7334777758,764.04741368 +264,-1.353091884,0.6549276821,11,-1.530259379,0.7334777758,622.03671181 +265,-1.333236659,0.6413584414,11,-1.530259379,0.7334777758,704.058064 +266,-1.352015998,0.6753788907,11,-1.530259379,0.7334777758,584.63506655 +267,-1.377988483,0.6577816235,11,-1.530259379,0.7334777758,551.16767892 +268,-2.13075611,0.8318642051,11,-1.530259379,0.7334777758,1715.8081656 +269,-2.097910953,0.8259670014,11,-1.530259379,0.7334777758,1627.6521398 +270,-1.416382069,0.6694271549,11,-1.530259379,0.7334777758,427.68660325 +271,-1.538905672,0.7535625993,11,-1.530259379,0.7334777758,83.454186856 +272,-1.572309477,0.7803125099,11,-1.530259379,0.7334777758,221.5072775 +273,-1.87759879,0.7503853417,11,-1.530259379,0.7334777758,1014.0295042 +274,1.152365588,0.590457682,11,-1.530259379,0.7334777758,6940.8260268 +275,0.350198001,0.718001859,11,-1.530259379,0.7334777758,5139.2751217 +276,0.046513677,0.491503852,11,-1.530259379,0.7334777758,4964.9526108 +277,0.027510309,0.742571376,11,-1.530259379,0.7334777758,4329.4523005 +278,0.306285725,-0.214631579,11,-1.530259379,0.7334777758,7567.4821494 +279,-1.100564889,0.318051531,11,-1.530259379,0.7334777758,2191.576348 +280,-1.078582306,0.301437596,11,-1.530259379,0.7334777758,2293.6628517 +281,-1.137371989,-0.617634065,11,-1.530259379,0.7334777758,5538.1170709 +282,0.784356344,0.703272339,11,-1.530259379,0.7334777758,6026.5429955 +283,-1.221209947,0.218327455,11,-1.530259379,0.7334777758,2301.7307912 +284,2.347301921,-0.449114658,11,-1.530259379,0.7334777758,9808.0265386 +285,0.246820618,0.830553713,11,-1.530259379,0.7334777758,4627.96084 +286,0.829414965,0.703288228,11,-1.530259379,0.7334777758,6099.3976158 +287,-1.337537566,0.42332223,11,-1.530259379,0.7334777758,1382.0158714 +288,0.882453706,0.454478077,11,-1.530259379,0.7334777758,7035.572705 +289,1.575629659,0.416419109,11,-1.530259379,0.7334777758,7887.228167 +290,-1.039455679,0.229888244,11,-1.530259379,0.7334777758,2611.1546414 +291,0.489558039,0.934482747,11,-1.530259379,0.7334777758,4819.0132221 +292,0.081344504,0.88384514,11,-1.530259379,0.7334777758,4155.2923031 +293,-1.547979814,0.300350308,11,-1.530259379,0.7334777758,1716.6690085 +294,0.040776181,0.168560074,11,-1.530259379,0.7334777758,5776.8215764 +295,-1.130374745,0.563894876,11,-1.530259379,0.7334777758,1423.4237332 +296,1.578326642,0.478507176,11,-1.530259379,0.7334777758,7641.6568042 +297,-1.12861823,-0.291640865,11,-1.530259379,0.7334777758,4317.9689149 +298,0.310524208,0.770885792,11,-1.530259379,0.7334777758,4913.5548182 +299,0.415649091,-0.387246002,11,-1.530259379,0.7334777758,8317.9984388 +300,-0.926533878,-0.188022748,11,-1.530259379,0.7334777758,4258.5644065 +301,1.258856172,-0.11716081,11,-1.530259379,0.7334777758,9707.0881914 +302,-1.126050026,0.322941926,11,-1.530259379,0.7334777758,2120.1491712 +303,2.002785835,0.07893892,11,-1.530259379,0.7334777758,8930.3817289 +304,0.440437607,0.746258085,11,-1.530259379,0.7334777758,5253.1681536 +305,-0.030391866,0.214441206,11,-1.530259379,0.7334777758,5448.9863614 +306,0.521557815,-0.058929362,11,-1.530259379,0.7334777758,7776.7761846 +307,-0.097005111,0.13317729,11,-1.530259379,0.7334777758,5465.3658201 +308,1.83113859,0.221857587,11,-1.530259379,0.7334777758,8575.8082144 +309,0.222428864,0.099404236,11,-1.530259379,0.7334777758,6488.5980711 +310,-1.702731345,0.8728568183,11,-1.530259379,0.7334777758,726.65512518 +311,-0.418507569,0.278324921,11,-1.530259379,0.7334777758,4146.0530995 +312,-1.41153306,0.339029988,11,-1.530259379,0.7334777758,1612.4809058 +313,0.357560442,0.114788776,11,-1.530259379,0.7334777758,6831.8483684 +314,0.325818979,0.268352149,11,-1.530259379,0.7334777758,6317.2938191 +315,-1.246004659,-0.663679965,11,-1.530259379,0.7334777758,5628.3869782 +316,1.814603087,0.637404484,11,-1.530259379,0.7334777758,6964.1718466 +317,1.843704281,-0.18300445,11,-1.530259379,0.7334777758,10119.019674 +318,1.690644492,-0.211480909,11,-1.530259379,0.7334777758,10358.153273 +319,-1.275451936,0.068109467,11,-1.530259379,0.7334777758,2785.4791951 +320,0.762430171,-0.207594741,11,-1.530259379,0.7334777758,8862.3452466 +321,0.265668905,-0.014647884,11,-1.530259379,0.7334777758,6921.1744261 +322,-2.773032013,-0.335515811,11,-1.530259379,0.7334777758,6199.9065894 +323,-1.469512853,0.174058777,11,-1.530259379,0.7334777758,2225.9106115 +324,0.286276986,0.785925691,11,-1.530259379,0.7334777758,4822.8697635 +325,-1.379324697,0.377432233,11,-1.530259379,0.7334777758,1496.9693847 +326,-1.203778265,0.212813032,11,-1.530259379,0.7334777758,2349.820668 +327,0.579916301,0.611743168,11,-1.530259379,0.7334777758,5935.9821379 +328,0.267582642,0.868113908,11,-1.530259379,0.7334777758,4579.7779481 +329,0.412869244,-0.050245578,11,-1.530259379,0.7334777758,7443.4483414 +330,0.17524381,0.976660285,11,-1.530259379,0.7334777758,4153.0413591 +331,0.743157214,0.204812899,11,-1.530259379,0.7334777758,7570.2076062 +332,-1.070758176,0.269382282,11,-1.530259379,0.7334777758,2414.1030459 +333,-1.230364251,0.329790229,11,-1.530259379,0.7334777758,1890.4846476 +334,-1.374813124,-0.024926835,11,-1.530259379,0.7334777758,3055.2614246 +335,0.519780566,0.463669906,11,-1.530259379,0.7334777758,6249.5130731 +336,-1.55108034,0.239698561,11,-1.530259379,0.7334777758,1957.16622 +337,0.180294813,0.029739425,11,-1.530259379,0.7334777758,6553.1705193 +338,0.67820924,0.268170153,11,-1.530259379,0.7334777758,7218.8957615 +339,0.445798684,1.024001867,11,-1.530259379,0.7334777758,4506.9409793 +340,0.691751283,0.150521402,11,-1.530259379,0.7334777758,7616.3067814 +341,-1.036643551,-0.903056181,11,-1.530259379,0.7334777758,6700.7887211 +342,-0.120287036,1.083325163,11,-1.530259379,0.7334777758,3433.7742502 +343,2.823513113,-0.304487164,11,-1.530259379,0.7334777758,8068.2886002 +344,0.457583172,1.12513373,11,-1.530259379,0.7334777758,4264.2373026 +345,0.042918831,0.813795399,11,-1.530259379,0.7334777758,4214.3509879 +346,1.196146777,-0.853142756,11,-1.530259379,0.7334777758,11203.169361 +347,0.206001358,-0.010430701,11,-1.530259379,0.7334777758,6735.6447818 +348,-0.268308653,0.234799412,11,-1.530259379,0.7334777758,4697.8399454 +349,0.759363263,0.736189579,11,-1.530259379,0.7334777758,5876.7616346 +350,0.181363926,0.891988372,11,-1.530259379,0.7334777758,4348.2475276 +351,-0.021111158,0.139103292,11,-1.530259379,0.7334777758,5672.9646311 +352,-0.093355215,0.630686981,11,-1.530259379,0.7334777758,4261.9723264 +353,0.40118964,0.681375926,11,-1.530259379,0.7334777758,5351.1958459 +354,-0.721197315,1.304706234,11,-1.530259379,0.7334777758,2673.614974 +355,-1.076150317,0.212107639,11,-1.530259379,0.7334777758,2591.2633934 +356,-1.577164531,0.273993443,11,-1.530259379,0.7334777758,1827.0299283 +357,-0.190788414,0.182208586,11,-1.530259379,0.7334777758,5061.4600488 +358,-0.261349752,0.209710184,11,-1.530259379,0.7334777758,4782.7595386 +359,-1.029303852,0.083549259,11,-1.530259379,0.7334777758,3121.8134685 +360,-1.268609162,0.330525297,11,-1.530259379,0.7334777758,1822.5959668 +361,1.282982244,-0.926641967,11,-1.530259379,0.7334777758,11285.848146 +362,0.217352334,0.731352408,11,-1.530259379,0.7334777758,4806.1547035 +363,-1.511833084,0.258629297,11,-1.530259379,0.7334777758,1881.9307376 +364,0.338812194,0.823184618,11,-1.530259379,0.7334777758,4837.24785 +365,-0.324406489,1.134201999,11,-1.530259379,0.7334777758,3045.0892235 +366,1.389579348,0.399185724,11,-1.530259379,0.7334777758,7884.3689004 +367,2.047152199,-0.039082036,11,-1.530259379,0.7334777758,9288.0373723 +368,0.947780369,0.568250077,11,-1.530259379,0.7334777758,6750.2196008 +369,0.763824846,0.576754987,11,-1.530259379,0.7334777758,6408.4222733 +370,-0.142334657,0.928153068,11,-1.530259379,0.7334777758,3588.803144 +371,0.610266567,0.547265983,11,-1.530259379,0.7334777758,6197.4461852 +372,0.210731629,0.746815056,11,-1.530259379,0.7334777758,4752.8847475 +373,-1.34931644,0.316895224,11,-1.530259379,0.7334777758,1759.4875651 +374,2.407696481,0.655030745,11,-1.530259379,0.7334777758,6238.3361274 +375,0.64207831,0.545359131,11,-1.530259379,0.7334777758,6270.0279188 +376,1.174597538,0.840588356,11,-1.530259379,0.7334777758,6024.668996 +377,0.660059424,0.010604079,11,-1.530259379,0.7334777758,7957.1983014 +378,-0.730263819,0.010486456,11,-1.530259379,0.7334777758,4034.7458945 +379,0.831068936,0.512339172,11,-1.530259379,0.7334777758,6746.2842611 +380,1.301180979,0.72367476,11,-1.530259379,0.7334777758,6566.3262144 +381,1.811128231,0.322854402,11,-1.530259379,0.7334777758,8196.2391511 +382,0.435105812,0.992284428,11,-1.530259379,0.7334777758,4572.9416304 +383,0.62643634,0.592027932,11,-1.530259379,0.7334777758,6092.236312 +384,0.492988703,-0.516339467,11,-1.530259379,0.7334777758,8835.2331124 +385,-0.162469483,0.112549365,11,-1.530259379,0.7334777758,5327.0261938 +386,0.314630866,0.472006421,11,-1.530259379,0.7334777758,5724.3049842 +387,0.166744804,0.822815954,11,-1.530259379,0.7334777758,4473.7535201 +388,0.417159608,0.965805736,11,-1.530259379,0.7334777758,4612.4296967 +389,0.106334961,0.868774244,11,-1.530259379,0.7334777758,4240.5688279 +390,0.815086969,-0.338144359,11,-1.530259379,0.7334777758,9361.5692054 +391,0.59867455,-0.230624824,11,-1.530259379,0.7334777758,8462.776681 +392,1.915104874,0.066220985,11,-1.530259379,0.7334777758,9092.8584053 +393,1.278093622,0.064463721,11,-1.530259379,0.7334777758,9063.4039314 +394,-0.061477853,0.302997961,11,-1.530259379,0.7334777758,5130.9539937 +395,0.251311504,0.626976942,11,-1.530259379,0.7334777758,5151.7104089 +396,2.950242872,0.149095644,11,-1.530259379,0.7334777758,6496.9588985 +397,-0.180294708,0.35375117,11,-1.530259379,0.7334777758,4658.4272963 +398,1.010448592,-0.351180233,11,-1.530259379,0.7334777758,9932.3488765 +399,-1.748740498,0.3686318073,11,-1.530259379,0.7334777758,1618.1866911 +400,2.699635665,0.123533791,11,-1.530259379,0.7334777758,7261.9427791 +401,0.496808033,0.823843254,11,-1.530259379,0.7334777758,5143.7406879 +402,0.129574704,0.763364087,11,-1.530259379,0.7334777758,4526.372894 +403,1.798920311,0.817447563,11,-1.530259379,0.7334777758,6265.3172487 +404,0.335987953,0.746786541,11,-1.530259379,0.7334777758,5031.5660385 +405,-1.085413643,0.292154671,11,-1.530259379,0.7334777758,2308.2583838 +406,-0.155321003,0.508207011,11,-1.530259379,0.7334777758,4363.9238655 +407,0.620529244,-0.301175104,11,-1.530259379,0.7334777758,8708.6159586 +408,1.684402744,0.368716966,11,-1.530259379,0.7334777758,8069.8506822 +409,0.300582244,-0.386397212,11,-1.530259379,0.7334777758,7979.0954072 +410,2.913555946,-0.009225192,11,-1.530259379,0.7334777758,7032.7984606 +411,1.465101417,0.493232532,11,-1.530259379,0.7334777758,7555.5043816 +412,0.090612882,0.907955955,11,-1.530259379,0.7334777758,4125.8827073 +413,2.987564726,-0.729568594,11,-1.530259379,0.7334777758,8544.2954212 +414,-1.484261606,0.224149272,11,-1.530259379,0.7334777758,2023.6646939 +415,0.164073421,0.303955133,11,-1.530259379,0.7334777758,5773.2688604 +416,0.141441293,0.167552546,11,-1.530259379,0.7334777758,6071.9116838 +417,2.931321023,-0.506718887,11,-1.530259379,0.7334777758,8232.5852189 +418,2.21951565,0.700596356,11,-1.530259379,0.7334777758,6358.4839732 +419,0.268112576,1.199114336,11,-1.530259379,0.7334777758,3853.7961803 +420,0.978913739,0.359223811,11,-1.530259379,0.7334777758,7535.5378566 +421,1.210898818,0.522863584,11,-1.530259379,0.7334777758,7257.1280841 +422,2.347397336,0.129231362,11,-1.530259379,0.7334777758,8113.8092929 +423,0.614394501,0.556878345,11,-1.530259379,0.7334777758,6176.4124553 +424,-1.398079356,0.148483366,11,-1.530259379,0.7334777758,2362.7383818 +425,2.535303836,-0.112984496,11,-1.530259379,0.7334777758,8389.4235441 +426,-1.019372593,-0.405322349,11,-1.530259379,0.7334777758,4883.4616559 +427,-1.297785627,-0.160104069,11,-1.530259379,0.7334777758,3638.7554015 +428,2.144554488,0.205051084,11,-1.530259379,0.7334777758,8250.3526588 +429,-2.242387083,-0.426171285,11,-1.530259379,0.7334777758,5281.1752237 +430,0.338637212,0.909723676,11,-1.530259379,0.7334777758,4615.7680656 +431,-0.148798452,0.691042401,11,-1.530259379,0.7334777758,3988.6898929 +432,0.893524764,0.441829531,11,-1.530259379,0.7334777758,7098.7545345 +433,0.969229347,-0.368847936,11,-1.530259379,0.7334777758,9870.3410826 +434,0.436043248,0.800045688,11,-1.530259379,0.7334777758,5094.2219135 +435,1.687946607,1.081504775,11,-1.530259379,0.7334777758,5250.5213598 +436,0.522302046,-0.034889271,11,-1.530259379,0.7334777758,7711.8363714 +437,-0.178996113,-0.438090009,11,-1.530259379,0.7334777758,6768.2712863 +438,-1.094339566,0.301444068,11,-1.530259379,0.7334777758,2258.6675002 +439,-1.064070054,0.242569932,11,-1.530259379,0.7334777758,2516.0166259 +440,-1.068153768,0.230387998,11,-1.530259379,0.7334777758,2547.3075958 +441,-3.00496892,-0.23989155,11,-1.530259379,0.7334777758,6578.235914 +442,0.21751974,0.766874888,11,-1.530259379,0.7334777758,4719.1712955 +443,0.117229532,0.007619006,11,-1.530259379,0.7334777758,6427.2479004 +444,0.777758451,0.420554741,11,-1.530259379,0.7334777758,6949.0346137 +445,-0.252356999,0.250747086,11,-1.530259379,0.7334777758,4704.1024072 +446,0.363148444,0.768483434,11,-1.530259379,0.7334777758,5031.738748 +447,0.903191366,-0.118210676,11,-1.530259379,0.7334777758,8969.03636 +448,-0.205755923,0.149406178,11,-1.530259379,0.7334777758,5102.9873713 +449,1.811996086,0.02364353,11,-1.530259379,0.7334777758,9359.9120288 +450,-1.100670221,0.314845373,11,-1.530259379,0.7334777758,2201.6188597 +451,0.340078597,0.850105132,11,-1.530259379,0.7334777758,4770.2430408 +452,0.258757267,0.804969236,11,-1.530259379,0.7334777758,4716.0632328 +453,2.78505352,-0.155160804,11,-1.530259379,0.7334777758,7797.1497558 +454,0.800551619,0.105822106,11,-1.530259379,0.7334777758,8018.6131247 +455,0.437940882,-0.506194031,11,-1.530259379,0.7334777758,8653.4683218 +456,2.230431122,0.63458615,11,-1.530259379,0.7334777758,6580.1554441 +457,0.527965361,0.127667701,11,-1.530259379,0.7334777758,7263.1419278 +458,-0.063643205,0.702093448,11,-1.530259379,0.7334777758,4187.5038253 +459,1.408447268,0.133010502,11,-1.530259379,0.7334777758,8933.8373372 +460,0.523795955,0.280266966,11,-1.530259379,0.7334777758,6804.4276918 +461,-0.975769313,0.072177659,11,-1.530259379,0.7334777758,3269.8454123 +462,0.549774164,-0.463663986,11,-1.530259379,0.7334777758,8887.5658312 +463,0.29245874,1.095549818,11,-1.530259379,0.7334777758,4099.5551756 +464,0.143625958,0.816809593,11,-1.530259379,0.7334777758,4436.3250086 +465,0.671902494,0.611159853,11,-1.530259379,0.7334777758,6122.6895725 +466,1.239840988,0.6724199,11,-1.530259379,0.7334777758,6716.393859 +467,0.607829703,-0.10932137,11,-1.530259379,0.7334777758,8159.2368566 +468,1.763020906,0.263996692,11,-1.530259379,0.7334777758,8454.1498144 +469,0.378714634,0.726066797,11,-1.530259379,0.7334777758,5179.3611461 +470,2.196736143,-0.153862366,11,-1.530259379,0.7334777758,9374.1932817 +471,0.01702415,0.148991565,11,-1.530259379,0.7334777758,5758.8342112 +472,-2.998490902,-0.158002487,11,-1.530259379,0.7334777758,6341.6712633 +473,-3.051262951,-0.346595608,11,-1.530259379,0.7334777758,6989.7651984 +474,-1.069176439,0.182802941,11,-1.530259379,0.7334777758,2704.0679296 +475,0.167157509,0.595344954,11,-1.530259379,0.7334777758,5024.3419554 +476,0.613855648,0.681746124,11,-1.530259379,0.7334777758,5789.3694223 +477,1.037012736,0.682555367,11,-1.530259379,0.7334777758,6466.3361214 +478,-1.253574971,0.379755746,11,-1.530259379,0.7334777758,1675.6185893 +479,3.108590453,-0.132620738,11,-1.530259379,0.7334777758,6788.790843 +480,0.565301296,0.022333262,11,-1.530259379,0.7334777758,7668.4648626 +481,0.547898238,0.855555614,11,-1.530259379,0.7334777758,5144.3663879 +482,0.948309381,0.417393755,11,-1.530259379,0.7334777758,7279.4298947 +483,-0.050600732,0.945269213,11,-1.530259379,0.7334777758,3760.0198004 +484,-0.977651478,-0.572363064,11,-1.530259379,0.7334777758,5549.6041931 +485,1.102014914,0.728861163,11,-1.530259379,0.7334777758,6372.1404306 +486,2.927300795,-0.282939414,11,-1.530259379,0.7334777758,7709.164604 +487,-1.154565557,0.124434095,11,-1.530259379,0.7334777758,2748.370528 +488,1.855331234,0.291044755,11,-1.530259379,0.7334777758,8288.7172105 +489,0.830290659,0.276904518,11,-1.530259379,0.7334777758,7530.7382302 +490,0.485104466,-0.234867441,11,-1.530259379,0.7334777758,8144.3011014 +491,0.521367572,-0.33161327,11,-1.530259379,0.7334777758,8494.6911104 +1,-1.539031704,0.7349710123,12,-1.5335454,0.7322346912,19.442576885 +2,-1.536990553,0.7349663874,12,-1.5335454,0.7322346912,14.826195912 +3,-1.534951779,0.7349571355,12,-1.5335454,0.7322346912,11.550188839 +4,-1.532906461,0.7349480293,12,-1.5335454,0.7322346912,10.910694043 +5,-1.531320211,0.7346937278,12,-1.5335454,0.7322346912,11.736380878 +6,-1.539451648,0.7335131775,12,-1.5335454,0.7322346912,18.110586127 +7,-1.537429487,0.7335445708,12,-1.5335454,0.7322346912,12.556766903 +8,-1.535484998,0.7335658704,12,-1.5335454,0.7322346912,7.772238833 +9,-1.533488396,0.7336036027,12,-1.5335454,0.7322346912,5.4248546464 +10,-1.531497785,0.7335842962,12,-1.5335454,0.7322346912,8.0569723777 +11,-1.530259379,0.7334777758,12,-1.5335454,0.7322346912,10.855252052 +12,-1.5335454,0.7322346912,12,-1.5335454,0.7322346912,3.0497445 +13,-1.531489083,0.7322238773,12,-1.5335454,0.7322346912,6.0575256995 +14,-1.530011122,0.7321679851,12,-1.5335454,0.7322346912,10.414674371 +15,-1.53348106,0.7306614094,12,-1.5335454,0.7322346912,6.2346549045 +16,-1.531441779,0.7306962275,12,-1.5335454,0.7322346912,8.6940854692 +17,-1.529755654,0.7306933243,12,-1.5335454,0.7322346912,12.730781151 +18,-1.533415048,0.7291384674,12,-1.5335454,0.7322346912,12.270169052 +19,-1.531392093,0.7291705353,12,-1.5335454,0.7322346912,13.698712021 +20,-1.529296523,0.7291214933,12,-1.5335454,0.7322346912,17.582706984 +21,-1.535280942,0.727267644,12,-1.5335454,0.7322346912,20.330724629 +22,-1.533378158,0.7276139666,12,-1.5335454,0.7322346912,18.309346868 +23,-1.531340368,0.7276446587,12,-1.5335454,0.7322346912,19.311067275 +24,-1.528960113,0.7276398177,12,-1.5335454,0.7322346912,22.681309598 +25,-1.533313146,0.7260818349,12,-1.5335454,0.7322346912,24.38111784 +26,-1.531259555,0.7260958115,12,-1.5335454,0.7322346912,25.236127768 +27,-1.528926415,0.7260865555,12,-1.5335454,0.7322346912,27.914302516 +28,-1.531226779,0.7245511789,12,-1.5335454,0.7322346912,31.19651772 +29,-1.528904772,0.7245519194,12,-1.5335454,0.7322346912,33.380081621 +30,-1.547195875,0.7409785979,12,-1.5335454,0.7322346912,52.949819569 +31,-1.5451475,0.740980426,12,-1.5335454,0.7322346912,48.568297741 +32,-1.543097679,0.7409798872,12,-1.5335454,0.7322346912,44.558187214 +33,-1.540720364,0.7409892687,12,-1.5335454,0.7322346912,40.566815139 +34,-1.547188511,0.7395198392,12,-1.5335454,0.7322346912,49.368239574 +35,-1.545148587,0.7395226109,12,-1.5335454,0.7322346912,44.653199841 +36,-1.543104538,0.7395314908,12,-1.5335454,0.7322346912,40.28710041 +37,-1.540727751,0.7395306258,12,-1.5335454,0.7322346912,35.774956926 +38,-1.547187029,0.7380014886,12,-1.5335454,0.7322346912,46.13202117 +39,-1.545147315,0.7380012252,12,-1.5335454,0.7322346912,41.032325547 +40,-1.54310719,0.7380060743,12,-1.5335454,0.7322346912,36.219044947 +41,-1.540719671,0.7380068206,12,-1.5335454,0.7322346912,31.097170241 +42,-1.547187189,0.7364799098,12,-1.5335454,0.7322346912,43.490259635 +43,-1.545149996,0.7364853874,12,-1.5335454,0.7322346912,38.046674862 +44,-1.543106091,0.7364823484,12,-1.5335454,0.7322346912,32.759849643 +45,-1.540717158,0.7364893901,12,-1.5335454,0.7322346912,26.992916557 +46,-1.538663972,0.7410138672,12,-1.5335454,0.7322346912,37.878702511 +47,-1.53695285,0.7409699132,12,-1.5335454,0.7322346912,36.015700834 +48,-1.534910498,0.7409641297,12,-1.5335454,0.7322346912,34.808516876 +49,-1.533145034,0.7409536636,12,-1.5335454,0.7322346912,34.555822761 +50,-1.538681336,0.7395405883,12,-1.5335454,0.7322346912,32.631683772 +51,-1.536999189,0.7395183096,12,-1.5335454,0.7322346912,30.580634722 +52,-1.534923633,0.7395144222,12,-1.5335454,0.7322346912,29.117566068 +53,-1.533267822,0.7395654306,12,-1.5335454,0.7322346912,29.04849312 +54,-1.53867273,0.7380151077,12,-1.5335454,0.7322346912,27.407501197 +55,-1.536980576,0.7379994392,12,-1.5335454,0.7322346912,24.965240764 +56,-1.534931522,0.7379944961,12,-1.5335454,0.7322346912,23.175220869 +57,-1.533387952,0.7379480264,12,-1.5335454,0.7322346912,22.63524814 +58,-1.538682279,0.7364914363,12,-1.5335454,0.7322346912,22.635963478 +59,-1.536980704,0.7364810563,12,-1.5335454,0.7322346912,19.619361973 +60,-1.534935567,0.7364752065,12,-1.5335454,0.7322346912,17.286813232 +61,-1.533042592,0.7363876366,12,-1.5335454,0.7322346912,16.516113857 +62,-1.545143426,0.7349628011,12,-1.5335454,0.7322346912,35.792725964 +63,-1.543105297,0.7349691947,12,-1.5335454,0.7322346912,30.139625403 +64,-1.541064533,0.7349647152,12,-1.5335454,0.7322346912,24.623561872 +65,-1.545411803,0.7334624714,12,-1.5335454,0.7322346912,35.272638695 +66,-1.543446606,0.7334780896,12,-1.5335454,0.7322346912,29.563007868 +67,-1.541475327,0.7334957295,12,-1.5335454,0.7322346912,23.874477692 +68,-1.545401939,0.731963266,12,-1.5335454,0.7322346912,34.946819737 +69,-1.54342253,0.7319915583,12,-1.5335454,0.7322346912,29.114372867 +70,-1.541455867,0.7320216438,12,-1.5335454,0.7322346912,23.319541249 +71,-1.545410146,0.7304422281,12,-1.5335454,0.7322346912,35.691628034 +72,-1.543435491,0.7304713664,12,-1.5335454,0.7322346912,29.981420557 +73,-1.541463105,0.7304997613,12,-1.5335454,0.7322346912,24.332121615 +74,-1.545414768,0.7289194936,12,-1.5335454,0.7322346912,37.397096181 +75,-1.543435774,0.7289538557,12,-1.5335454,0.7322346912,31.940357454 +76,-1.541457714,0.7289765881,12,-1.5335454,0.7322346912,26.671627012 +77,-1.539449415,0.7320555866,12,-1.5335454,0.7322346912,17.407458849 +78,-1.537429183,0.7321097681,12,-1.5335454,0.7322346912,11.451893563 +79,-1.535472649,0.7321497267,12,-1.5335454,0.7322346912,5.6873300501 +80,-1.539457899,0.7305333307,12,-1.5335454,0.7322346912,18.687335609 +81,-1.537453161,0.7305750503,12,-1.5335454,0.7322346912,13.263497425 +82,-1.535479385,0.7306124949,12,-1.5335454,0.7322346912,8.5901266581 +83,-1.53946905,0.7290102593,12,-1.5335454,0.7322346912,21.644575494 +84,-1.537459922,0.7290417293,12,-1.5335454,0.7322346912,17.126070774 +85,-1.535451349,0.7290890157,12,-1.5335454,0.7322346912,13.669772151 +86,-1.535522937,0.7279887191,12,-1.5335454,0.7322346912,17.802198408 +87,-1.539442524,0.7274735939,12,-1.5335454,0.7322346912,25.6651908 +88,-1.537424111,0.727521351,12,-1.5335454,0.7322346912,21.900880751 +89,-1.539384641,0.7259505092,12,-1.5335454,0.7322346912,30.284132782 +90,-1.537372391,0.7259947145,12,-1.5335454,0.7322346912,27.17913502 +91,-1.535340789,0.7260435356,12,-1.5335454,0.7322346912,25.090070466 +92,-1.539325716,0.7244369706,12,-1.5335454,0.7322346912,35.297946725 +93,-1.537308932,0.7244801057,12,-1.5335454,0.7322346912,32.668460902 +94,-1.535289068,0.7245247645,12,-1.5335454,0.7322346912,30.970894774 +95,-1.533261366,0.7245550236,12,-1.5335454,0.7322346912,30.430746931 +96,-1.539267302,0.722921924,12,-1.5335454,0.7322346912,40.585477575 +97,-1.537248972,0.7229660258,12,-1.5335454,0.7322346912,38.312762944 +98,-1.535219431,0.7229916471,12,-1.5335454,0.7322346912,36.945024721 +99,-1.53318962,0.7230212049,12,-1.5335454,0.7322346912,36.50978868 +100,-1.531154816,0.7230299897,12,-1.5335454,0.7322346912,37.139162965 +101,-1.528878341,0.7230370244,12,-1.5335454,0.7322346912,38.959581002 +102,-1.539218189,0.7214009878,12,-1.5335454,0.7322346912,46.080514444 +103,-1.537198791,0.7214422745,12,-1.5335454,0.7322346912,44.095283185 +104,-1.535179266,0.7214634354,12,-1.5335454,0.7322346912,42.938153976 +105,-1.533156501,0.7214944644,12,-1.5335454,0.7322346912,42.557608509 +106,-1.53113574,0.7215166021,12,-1.5335454,0.7322346912,43.049271962 +107,-1.528874248,0.7215345535,12,-1.5335454,0.7322346912,44.581263367 +108,-1.539217656,0.7198512397,12,-1.5335454,0.7322346912,51.84850056 +109,-1.537199919,0.7199428763,12,-1.5335454,0.7322346912,49.876587027 +110,-1.545425832,0.727397149,12,-1.5335454,0.7322346912,39.965333877 +111,-1.543371177,0.7273916949,12,-1.5335454,0.7322346912,34.776240388 +112,-1.541368852,0.7274523163,12,-1.5335454,0.7322346912,29.870070113 +113,-1.545349067,0.7258710923,12,-1.5335454,0.7322346912,43.025862546 +114,-1.54332671,0.7258603556,12,-1.5335454,0.7322346912,38.372309027 +115,-1.541346831,0.7259242142,12,-1.5335454,0.7322346912,33.998505301 +116,-1.545324355,0.7243383958,12,-1.5335454,0.7322346912,46.804922629 +117,-1.543292796,0.7243617413,12,-1.5335454,0.7322346912,42.458792245 +118,-1.541295822,0.7244024384,12,-1.5335454,0.7322346912,38.56625479 +119,-1.543193859,0.7205570215,12,-1.5335454,0.7322346912,54.36710612 +120,-1.550257047,0.7386738187,12,-1.5335454,0.7322346912,55.315702462 +121,-1.549335448,0.7311736483,12,-1.5335454,0.7322346912,46.724500451 +122,-1.533478843,0.7179891343,12,-1.5335454,0.7322346912,56.426996028 +123,-1.556150555,0.738907041,12,-1.5335454,0.7322346912,71.45484223 +124,-1.554324226,0.733414257,12,-1.5335454,0.7322346912,61.353912161 +125,-1.554290846,0.7288285332,12,-1.5335454,0.7322346912,62.672712578 +126,-1.55122487,0.7219795312,12,-1.5335454,0.7322346912,66.235380688 +127,-1.525104458,0.7229399862,12,-1.5335454,0.7322346912,44.484171933 +128,-1.519607711,0.7236181429,12,-1.5335454,0.7322346912,53.511819902 +129,-1.513899999,0.7251107854,12,-1.5335454,0.7322346912,64.548572379 +130,-1.536620762,0.7431061895,12,-1.5335454,0.7322346912,43.995449163 +131,-1.5369566,0.7460845958,12,-1.5335454,0.7322346912,55.760824898 +132,-1.545345528,0.7447040685,12,-1.5335454,0.7322346912,60.283760153 +133,-1.532813921,0.7432306626,12,-1.5335454,0.7322346912,43.607780761 +134,-1.554788248,0.7382381001,12,-1.5335454,0.7322346912,66.78267347 +135,-1.540348126,0.7301594274,12,-1.5335454,0.7322346912,21.67667634 +136,-1.538016084,0.7239051786,12,-1.5335454,0.7322346912,35.542637051 +137,-1.525288962,0.7258085137,12,-1.5335454,0.7322346912,35.253920479 +138,-1.534326986,0.731241342,12,-1.5335454,0.7322346912,4.5592771047 +139,-1.530733872,0.7303625216,12,-1.5335454,0.7322346912,11.12199523 +141,-1.534354939,0.7328219978,12,-1.5335454,0.7322346912,3.3309850641 +142,-1.53157084,0.7292888153,12,-1.5335454,0.7322346912,13.041391477 +143,-1.525691035,0.7263799874,12,-1.5335454,0.7322346912,32.801223625 +144,-1.534031287,0.7495967835,12,-1.5335454,0.7322346912,68.785906128 +145,-1.527714986,0.7283095957,12,-1.5335454,0.7322346912,23.18903473 +146,-1.526189586,0.7271468292,12,-1.5335454,0.7322346912,29.627655258 +147,-1.555177336,0.7375563366,12,-1.5335454,0.7322346912,66.972029755 +148,-1.555080283,0.7312707794,12,-1.5335454,0.7322346912,63.57752359 +149,-1.53856994,0.7224180299,12,-1.5335454,0.7322346912,41.628626597 +150,-1.530837883,0.729933372,12,-1.5335454,0.7322346912,12.117528014 +151,-1.515066984,0.5854133365,12,-1.5335454,0.7322346912,584.41757269 +152,-1.534731633,0.5368370046,12,-1.5335454,0.7322346912,773.97940963 +153,-1.515231902,0.5607085576,12,-1.5335454,0.7322346912,681.86149549 +154,-2.616253799,1.0684566605,12,-1.5335454,0.7322346912,2839.6032711 +155,-1.956071439,0.5792177723,12,-1.5335454,0.7322346912,1451.7753151 +156,-1.951208514,0.5602434208,12,-1.5335454,0.7322346912,1479.0494576 +157,-1.944675062,0.6062144545,12,-1.5335454,0.7322346912,1365.7718567 +158,-1.613778386,0.6077989518,12,-1.5335454,0.7322346912,552.03817822 +159,-2.035029014,0.6021432345,12,-1.5335454,0.7322346912,1634.2669078 +160,-2.114989471,0.6801825058,12,-1.5335454,0.7322346912,1753.2120906 +161,-2.037382079,0.5765830025,12,-1.5335454,0.7322346912,1689.1811649 +162,-2.129855121,0.6585019963,12,-1.5335454,0.7322346912,1824.5772377 +163,-2.075141798,0.6493615843,12,-1.5335454,0.7322346912,1676.1055003 +164,-1.828626729,0.6948433129,12,-1.5335454,0.7322346912,894.48427962 +165,-1.863329418,0.6735427691,12,-1.5335454,0.7322346912,1021.1245952 +166,-1.266037071,0.727988852,12,-1.5335454,0.7322346912,788.63459418 +167,-1.277579582,0.7249010648,12,-1.5335454,0.7322346912,756.11935865 +168,-1.258418684,0.7241194816,12,-1.5335454,0.7322346912,812.88497831 +169,-1.317813974,0.6804850104,12,-1.5335454,0.7322346912,680.87691605 +170,-1.344165204,0.6790988904,12,-1.5335454,0.7322346912,608.00498504 +171,-1.427582102,0.5277120351,12,-1.5335454,0.7322346912,877.62697699 +172,-1.402238616,0.457167829,12,-1.5335454,0.7322346912,1170.3947403 +173,-1.422454264,0.4996161999,12,-1.5335454,0.7322346912,988.17027709 +174,-1.439089277,0.4894859811,12,-1.5335454,0.7322346912,1008.6120772 +175,-1.448126995,0.5182330266,12,-1.5335454,0.7322346912,890.52529591 +176,-1.474626146,0.5881926574,12,-1.5335454,0.7322346912,599.4490267 +177,-1.421139645,0.5584869783,12,-1.5335454,0.7322346912,774.11126224 +178,-1.457037165,0.565943032,12,-1.5335454,0.7322346912,701.26107212 +179,-2.757159358,0.3745319,12,-1.5335454,0.7322346912,4238.5106493 +180,-2.714309238,0.342054471,12,-1.5335454,0.7322346912,4190.7088107 +181,-2.000525337,0.774119946,12,-1.5335454,0.7322346912,1353.4492848 +183,-1.571413436,0.6777838382,12,-1.5335454,0.7322346912,244.04313643 +184,-1.552860289,0.6987663893,12,-1.5335454,0.7322346912,144.59459771 +185,-1.521852374,0.7165827476,12,-1.5335454,0.7322346912,71.039999363 +186,-1.503656267,0.6928968252,12,-1.5335454,0.7322346912,179.7243943 +187,-1.502753178,0.7136205882,12,-1.5335454,0.7322346912,117.4737812 +188,-1.631894563,0.7343596465,12,-1.5335454,0.7322346912,289.50268822 +189,-1.653765416,0.6770714026,12,-1.5335454,0.7322346912,423.29659736 +190,-1.719812114,0.6715965947,12,-1.5335454,0.7322346912,611.89066097 +191,-1.493406659,0.6646955447,12,-1.5335454,0.7322346912,293.89655693 +192,-1.469120564,0.6613469966,12,-1.5335454,0.7322346912,342.17800495 +193,-1.590551461,0.5326612937,12,-1.5335454,0.7322346912,811.03972741 +194,-1.625979264,0.5247742243,12,-1.5335454,0.7322346912,873.01310073 +195,-1.572293943,0.5238808754,12,-1.5335454,0.7322346912,834.49488962 +196,-1.610848725,0.5477107964,12,-1.5335454,0.7322346912,770.75819771 +197,-1.208485554,0.7918526018,12,-1.5335454,0.7322346912,958.52092837 +198,-1.335601374,0.6869083083,12,-1.5335454,0.7322346912,620.77022392 +199,-1.346156996,0.6825213377,12,-1.5335454,0.7322346912,597.03063586 +200,-1.324381037,0.6741422347,12,-1.5335454,0.7322346912,671.83728133 +201,-1.242424992,0.7378949807,12,-1.5335454,0.7322346912,854.30171741 +202,-1.270370057,0.7392461008,12,-1.5335454,0.7322346912,772.28050996 +203,-1.448950472,0.7441675014,12,-1.5335454,0.7322346912,252.28113818 +204,-1.492662363,0.7523026852,12,-1.5335454,0.7322346912,143.37883584 +205,-1.479098966,0.7763855017,12,-1.5335454,0.7322346912,235.08740288 +206,-1.633760714,0.7869022408,12,-1.5335454,0.7322346912,360.0464066 +207,-1.647406434,0.8101289331,12,-1.5335454,0.7322346912,446.69004928 +208,-1.564245052,0.5701509278,12,-1.5335454,0.7322346912,649.21441921 +209,-1.646289963,0.6833746083,12,-1.5335454,0.7322346912,390.4626726 +210,-1.5820631,0.6751952144,12,-1.5335454,0.7322346912,269.24970612 +211,-1.613236298,0.6681681791,12,-1.5335454,0.7322346912,350.12828179 +212,-1.914661867,0.8212566515,12,-1.5335454,0.7322346912,1128.5362593 +213,-1.742133237,0.7250275956,12,-1.5335454,0.7322346912,616.58911062 +214,-2.033144872,0.6557314699,12,-1.5335454,0.7322346912,1543.5299597 +215,-2.039551981,0.6964723658,12,-1.5335454,0.7322346912,1513.6294292 +216,-1.247341019,0.7622473908,12,-1.5335454,0.7322346912,838.65257618 +217,-1.298239787,0.7084123392,12,-1.5335454,0.7322346912,706.09167973 +218,-1.308539688,0.6926545592,12,-1.5335454,0.7322346912,691.7146613 +219,-1.303263185,0.6888938396,12,-1.5335454,0.7322346912,711.59484819 +220,-1.852400229,0.6004246149,12,-1.5335454,0.7322346912,1118.4832926 +221,-1.288947707,0.7473773692,12,-1.5335454,0.7322346912,717.26827567 +222,-1.372031502,0.7472790993,12,-1.5335454,0.7322346912,476.04018604 +223,-1.289805721,0.7242157877,12,-1.5335454,0.7322346912,720.47378068 +224,-1.350807603,0.7533498126,12,-1.5335454,0.7322346912,539.30660146 +225,-1.329290365,0.7560442322,12,-1.5335454,0.7322346912,602.10413352 +226,-1.410153004,0.616936428,12,-1.5335454,0.7322346912,594.74779105 +227,-1.393445434,0.6308995063,12,-1.5335454,0.7322346912,588.42327783 +228,-1.37595573,0.6241540638,12,-1.5335454,0.7322346912,647.05274553 +229,-1.358388707,0.6172645205,12,-1.5335454,0.7322346912,706.86037531 +230,-1.753741133,0.8281661666,12,-1.5335454,0.7322346912,725.79194611 +231,-1.47430987,0.6834615681,12,-1.5335454,0.7322346912,262.82447822 +232,-1.421012508,0.7222725206,12,-1.5335454,0.7322346912,335.2194938 +233,-1.4476833,0.6978557868,12,-1.5335454,0.7322346912,290.60222568 +234,-1.470370723,0.6966193374,12,-1.5335454,0.7322346912,235.842958 +235,-1.429211703,0.7037216883,12,-1.5335454,0.7322346912,331.01330812 +236,-1.700578405,0.6178673663,12,-1.5335454,0.7322346912,686.22516112 +237,-1.678117619,0.6331716163,12,-1.5335454,0.7322346912,592.24549094 +238,-1.725644578,0.6316331145,12,-1.5335454,0.7322346912,711.65259789 +239,-2.14012759,0.7930497945,12,-1.5335454,0.7322346912,1739.9835344 +240,-2.103289431,0.7653606263,12,-1.5335454,0.7322346912,1647.5280558 +241,-1.318739838,0.7017808746,12,-1.5335454,0.7322346912,651.98694631 +242,-1.396417427,0.7077900843,12,-1.5335454,0.7322346912,419.50336963 +243,-1.35650337,0.7185539404,12,-1.5335454,0.7322346912,527.1885069 +244,-1.248884539,0.7274156818,12,-1.5335454,0.7322346912,839.29453332 +245,-1.395014798,0.5761185243,12,-1.5335454,0.7322346912,755.52313112 +246,-1.433377362,0.6064716109,12,-1.5335454,0.7322346912,586.99935725 +247,-1.408172432,0.5903155476,12,-1.5335454,0.7322346912,684.69282667 +248,-1.749645898,0.7757118084,12,-1.5335454,0.7322346912,646.58940557 +249,-1.571626686,0.615046989,12,-1.5335454,0.7322346912,478.86797534 +250,-1.514070049,0.6303003037,12,-1.5335454,0.7322346912,408.17297939 +251,-1.480890369,0.6237966528,12,-1.5335454,0.7322346912,459.12609406 +252,-1.704390658,0.5281680612,12,-1.5335454,0.7322346912,974.32978584 +253,-1.64434733,0.5254277498,12,-1.5335454,0.7322346912,892.07400764 +254,-1.703855997,0.4792484842,12,-1.5335454,0.7322346912,1143.4408687 +255,-1.692002383,0.5748825051,12,-1.5335454,0.7322346912,796.97432244 +256,-1.854136457,0.5544643913,12,-1.5335454,0.7322346912,1231.8965052 +257,-1.665021206,0.520317736,12,-1.5335454,0.7322346912,938.52340234 +258,-1.733654349,0.4845187345,12,-1.5335454,0.7322346912,1174.7359738 +259,-1.720938188,0.5135933906,12,-1.5335454,0.7322346912,1053.2759875 +260,-1.742668307,0.553296122,12,-1.5335454,0.7322346912,968.63149818 +261,-1.965659039,0.7142126903,12,-1.5335454,0.7322346912,1280.666185 +262,-1.944438071,0.6772834804,12,-1.5335454,0.7322346912,1254.6468989 +263,-1.270340967,0.7681487096,12,-1.5335454,0.7322346912,774.68648796 +264,-1.353091884,0.6549276821,12,-1.5335454,0.7322346912,628.54393399 +265,-1.333236659,0.6413584414,12,-1.5335454,0.7322346912,710.43145072 +266,-1.352015998,0.6753788907,12,-1.5335454,0.7322346912,592.13211611 +267,-1.377988483,0.6577816235,12,-1.5335454,0.7322346912,557.1569107 +268,-2.13075611,0.8318642051,12,-1.5335454,0.7322346912,1709.1252638 +269,-2.097910953,0.8259670014,12,-1.5335454,0.7322346912,1620.8528226 +270,-1.416382069,0.6694271549,12,-1.5335454,0.7322346912,433.03121498 +271,-1.538905672,0.7535625993,12,-1.5335454,0.7322346912,85.914762384 +272,-1.572309477,0.7803125099,12,-1.5335454,0.7322346912,220.7501183 +273,-1.87759879,0.7503853417,12,-1.5335454,0.7322346912,1005.4284873 +274,1.152365588,0.590457682,12,-1.5335454,0.7322346912,6949.0029307 +275,0.350198001,0.718001859,12,-1.5335454,0.7322346912,5149.764026 +276,0.046513677,0.491503852,12,-1.5335454,0.7322346912,4975.7661386 +277,0.027510309,0.742571376,12,-1.5335454,0.7322346912,4340.2259543 +278,0.306285725,-0.214631579,12,-1.5335454,0.7322346912,7577.2305447 +279,-1.100564889,0.318051531,12,-1.5335454,0.7322346912,2195.6530592 +280,-1.078582306,0.301437596,12,-1.5335454,0.7322346912,2297.8707484 +281,-1.137371989,-0.617634065,12,-1.5335454,0.7322346912,5536.5263849 +282,0.784356344,0.703272339,12,-1.5335454,0.7322346912,6036.0468577 +283,-1.221209947,0.218327455,12,-1.5335454,0.7322346912,2302.8567441 +284,2.347301921,-0.449114658,12,-1.5335454,0.7322346912,9799.5286434 +285,0.246820618,0.830553713,12,-1.5335454,0.7322346912,4638.3288434 +286,0.829414965,0.703288228,12,-1.5335454,0.7322346912,6108.7450326 +287,-1.337537566,0.42332223,12,-1.5335454,0.7322346912,1382.7769672 +288,0.882453706,0.454478077,12,-1.5335454,0.7322346912,7045.3775153 +289,1.575629659,0.416419109,12,-1.5335454,0.7322346912,7892.4792848 +290,-1.039455679,0.229888244,12,-1.5335454,0.7322346912,2615.1703 +291,0.489558039,0.934482747,12,-1.5335454,0.7322346912,4828.5735442 +292,0.081344504,0.88384514,12,-1.5335454,0.7322346912,4165.7210585 +293,-1.547979814,0.300350308,12,-1.5335454,0.7322346912,1711.3942024 +294,0.040776181,0.168560074,12,-1.5335454,0.7322346912,5787.041822 +295,-1.130374745,0.563894876,12,-1.5335454,0.7322346912,1430.7676226 +296,1.578326642,0.478507176,12,-1.5335454,0.7322346912,7646.8661235 +297,-1.12861823,-0.291640865,12,-1.5335454,0.7322346912,4317.6104618 +298,0.310524208,0.770885792,12,-1.5335454,0.7322346912,4923.9829369 +299,0.415649091,-0.387246002,12,-1.5335454,0.7322346912,8327.3533154 +300,-0.926533878,-0.188022748,12,-1.5335454,0.7322346912,4260.9096174 +301,1.258856172,-0.11716081,12,-1.5335454,0.7322346912,9716.4329459 +302,-1.126050026,0.322941926,12,-1.5335454,0.7322346912,2123.8975745 +303,2.002785835,0.07893892,12,-1.5335454,0.7322346912,8929.9014991 +304,0.440437607,0.746258085,12,-1.5335454,0.7322346912,5263.4386543 +305,-0.030391866,0.214441206,12,-1.5335454,0.7322346912,5459.1629872 +306,0.521557815,-0.058929362,12,-1.5335454,0.7322346912,7787.4592025 +307,-0.097005111,0.13317729,12,-1.5335454,0.7322346912,5475.084152 +308,1.83113859,0.221857587,12,-1.5335454,0.7322346912,8578.0623363 +309,0.222428864,0.099404236,12,-1.5335454,0.7322346912,6499.0489571 +310,-1.702731345,0.8728568183,12,-1.5335454,0.7322346912,724.79451282 +311,-0.418507569,0.278324921,12,-1.5335454,0.7322346912,4155.2323247 +312,-1.41153306,0.339029988,12,-1.5335454,0.7322346912,1610.5315864 +313,0.357560442,0.114788776,12,-1.5335454,0.7322346912,6842.5483814 +314,0.325818979,0.268352149,12,-1.5335454,0.7322346912,6328.1132435 +315,-1.246004659,-0.663679965,12,-1.5335454,0.7322346912,5625.7626774 +316,1.814603087,0.637404484,12,-1.5335454,0.7322346912,6967.4166888 +317,1.843704281,-0.18300445,12,-1.5335454,0.7322346912,10119.523275 +318,1.690644492,-0.211480909,12,-1.5335454,0.7322346912,10361.492605 +319,-1.275451936,0.068109467,12,-1.5335454,0.7322346912,2784.7342878 +320,0.762430171,-0.207594741,12,-1.5335454,0.7322346912,8873.1397554 +321,0.265668905,-0.014647884,12,-1.5335454,0.7322346912,6931.4489878 +322,-2.773032013,-0.335515811,12,-1.5335454,0.7322346912,6189.0514669 +323,-1.469512853,0.174058777,12,-1.5335454,0.7322346912,2222.1353844 +324,0.286276986,0.785925691,12,-1.5335454,0.7322346912,4833.2969694 +325,-1.379324697,0.377432233,12,-1.5335454,0.7322346912,1496.1263412 +326,-1.203778265,0.212813032,12,-1.5335454,0.7322346912,2351.2019611 +327,0.579916301,0.611743168,12,-1.5335454,0.7322346912,5946.2873608 +328,0.267582642,0.868113908,12,-1.5335454,0.7322346912,4590.0037017 +329,0.412869244,-0.050245578,12,-1.5335454,0.7322346912,7453.9608393 +330,0.17524381,0.976660285,12,-1.5335454,0.7322346912,4163.0132528 +331,0.743157214,0.204812899,12,-1.5335454,0.7322346912,7580.8756262 +332,-1.070758176,0.269382282,12,-1.5335454,0.7322346912,2418.083154 +333,-1.230364251,0.329790229,12,-1.5335454,0.7322346912,1892.5030111 +334,-1.374813124,-0.024926835,12,-1.5335454,0.7322346912,3052.634392 +335,0.519780566,0.463669906,12,-1.5335454,0.7322346912,6260.1845294 +336,-1.55108034,0.239698561,12,-1.5335454,0.7322346912,1951.8657182 +337,0.180294813,0.029739425,12,-1.5335454,0.7322346912,6563.3535671 +338,0.67820924,0.268170153,12,-1.5335454,0.7322346912,7229.5872548 +339,0.445798684,1.024001867,12,-1.5335454,0.7322346912,4516.2156959 +340,0.691751283,0.150521402,12,-1.5335454,0.7322346912,7627.0987311 +341,-1.036643551,-0.903056181,12,-1.5335454,0.7322346912,6698.9540603 +342,-0.120287036,1.083325163,12,-1.5335454,0.7322346912,3443.5537849 +343,2.823513113,-0.304487164,12,-1.5335454,0.7322346912,8058.6153255 +344,0.457583172,1.12513373,12,-1.5335454,0.7322346912,4272.9669437 +345,0.042918831,0.813795399,12,-1.5335454,0.7322346912,4224.9952858 +346,1.196146777,-0.853142756,12,-1.5335454,0.7322346912,11208.969556 +347,0.206001358,-0.010430701,12,-1.5335454,0.7322346912,6745.7803082 +348,-0.268308653,0.234799412,12,-1.5335454,0.7322346912,4707.3845246 +349,0.759363263,0.736189579,12,-1.5335454,0.7322346912,5886.251929 +350,0.181363926,0.891988372,12,-1.5335454,0.7322346912,4358.5247242 +351,-0.021111158,0.139103292,12,-1.5335454,0.7322346912,5682.9339172 +352,-0.093355215,0.630686981,12,-1.5335454,0.7322346912,4272.8185025 +353,0.40118964,0.681375926,12,-1.5335454,0.7322346912,5361.6834502 +354,-0.721197315,1.304706234,12,-1.5335454,0.7322346912,2681.2518767 +355,-1.076150317,0.212107639,12,-1.5335454,0.7322346912,2594.6164449 +356,-1.577164531,0.273993443,12,-1.5335454,0.7322346912,1821.1815819 +357,-0.190788414,0.182208586,12,-1.5335454,0.7322346912,5071.0554834 +358,-0.261349752,0.209710184,12,-1.5335454,0.7322346912,4792.2212581 +359,-1.029303852,0.083549259,12,-1.5335454,0.7322346912,3124.7356487 +360,-1.268609162,0.330525297,12,-1.5335454,0.7322346912,1823.8587311 +361,1.282982244,-0.926641967,12,-1.5335454,0.7322346912,11288.667603 +362,0.217352334,0.731352408,12,-1.5335454,0.7322346912,4816.7871025 +363,-1.511833084,0.258629297,12,-1.5335454,0.7322346912,1877.4221017 +364,0.338812194,0.823184618,12,-1.5335454,0.7322346912,4847.4921719 +365,-0.324406489,1.134201999,12,-1.5335454,0.7322346912,3054.6354581 +366,1.389579348,0.399185724,12,-1.5335454,0.7322346912,7891.3036909 +367,2.047152199,-0.039082036,12,-1.5335454,0.7322346912,9286.2802319 +368,0.947780369,0.568250077,12,-1.5335454,0.7322346912,6759.4744055 +369,0.763824846,0.576754987,12,-1.5335454,0.7322346912,6418.3306378 +370,-0.142334657,0.928153068,12,-1.5335454,0.7322346912,3599.3083368 +371,0.610266567,0.547265983,12,-1.5335454,0.7322346912,6207.8210063 +372,0.210731629,0.746815056,12,-1.5335454,0.7322346912,4763.4954392 +373,-1.34931644,0.316895224,12,-1.5335454,0.7322346912,1758.862853 +374,2.407696481,0.655030745,12,-1.5335454,0.7322346912,6236.8963945 +375,0.64207831,0.545359131,12,-1.5335454,0.7322346912,6280.3362028 +376,1.174597538,0.840588356,12,-1.5335454,0.7322346912,6032.1169139 +377,0.660059424,0.010604079,12,-1.5335454,0.7322346912,7968.0520922 +378,-0.730263819,0.010486456,12,-1.5335454,0.7322346912,4040.2615739 +379,0.831068936,0.512339172,12,-1.5335454,0.7322346912,6756.1318556 +380,1.301180979,0.72367476,12,-1.5335454,0.7322346912,6573.3297038 +381,1.811128231,0.322854402,12,-1.5335454,0.7322346912,8198.9564147 +382,0.435105812,0.992284428,12,-1.5335454,0.7322346912,4582.3826678 +383,0.62643634,0.592027932,12,-1.5335454,0.7322346912,6102.4804763 +384,0.492988703,-0.516339467,12,-1.5335454,0.7322346912,8844.1129804 +385,-0.162469483,0.112549365,12,-1.5335454,0.7322346912,5336.438117 +386,0.314630866,0.472006421,12,-1.5335454,0.7322346912,5735.1423 +387,0.166744804,0.822815954,12,-1.5335454,0.7322346912,4484.2480565 +388,0.417159608,0.965805736,12,-1.5335454,0.7322346912,4622.0215101 +389,0.106334961,0.868774244,12,-1.5335454,0.7322346912,4251.0126206 +390,0.815086969,-0.338144359,12,-1.5335454,0.7322346912,9372.2330667 +391,0.59867455,-0.230624824,12,-1.5335454,0.7322346912,8473.2652074 +392,1.915104874,0.066220985,12,-1.5335454,0.7322346912,9093.4920137 +393,1.278093622,0.064463721,12,-1.5335454,0.7322346912,9072.0205782 +394,-0.061477853,0.302997961,12,-1.5335454,0.7322346912,5141.3045438 +395,0.251311504,0.626976942,12,-1.5335454,0.7322346912,5162.4644284 +396,2.950242872,0.149095644,12,-1.5335454,0.7322346912,6488.9126032 +397,-0.180294708,0.35375117,12,-1.5335454,0.7322346912,4668.663382 +398,1.010448592,-0.351180233,12,-1.5335454,0.7322346912,9943.2036052 +399,-1.748740498,0.3686318073,12,-1.5335454,0.7322346912,1609.0408896 +400,2.699635665,0.123533791,12,-1.5335454,0.7322346912,7255.1629778 +401,0.496808033,0.823843254,12,-1.5335454,0.7322346912,5153.673428 +402,0.129574704,0.763364087,12,-1.5335454,0.7322346912,4537.0358504 +403,1.798920311,0.817447563,12,-1.5335454,0.7322346912,6268.9552096 +404,0.335987953,0.746786541,12,-1.5335454,0.7322346912,5042.0125379 +405,-1.085413643,0.292154671,12,-1.5335454,0.7322346912,2312.2697163 +406,-0.155321003,0.508207011,12,-1.5335454,0.7322346912,4374.5874172 +407,0.620529244,-0.301175104,12,-1.5335454,0.7322346912,8718.9581782 +408,1.684402744,0.368716966,12,-1.5335454,0.7322346912,8074.005159 +409,0.300582244,-0.386397212,12,-1.5335454,0.7322346912,7988.0307895 +410,2.913555946,-0.009225192,12,-1.5335454,0.7322346912,7024.1230214 +411,1.465101417,0.493232532,12,-1.5335454,0.7322346912,7561.6846634 +412,0.090612882,0.907955955,12,-1.5335454,0.7322346912,4136.2252567 +413,2.987564726,-0.729568594,12,-1.5335454,0.7322346912,8533.4448372 +414,-1.484261606,0.224149272,12,-1.5335454,0.7322346912,2019.6826456 +415,0.164073421,0.303955133,12,-1.5335454,0.7322346912,5783.9822537 +416,0.141441293,0.167552546,12,-1.5335454,0.7322346912,6082.3501831 +417,2.931321023,-0.506718887,12,-1.5335454,0.7322346912,8221.9931895 +418,2.21951565,0.700596356,12,-1.5335454,0.7322346912,6358.6720339 +419,0.268112576,1.199114336,12,-1.5335454,0.7322346912,3862.3838688 +420,0.978913739,0.359223811,12,-1.5335454,0.7322346912,7545.1857773 +421,1.210898818,0.522863584,12,-1.5335454,0.7322346912,7265.1135295 +422,2.347397336,0.129231362,12,-1.5335454,0.7322346912,8109.7975996 +423,0.614394501,0.556878345,12,-1.5335454,0.7322346912,6186.7589432 +424,-1.398079356,0.148483366,12,-1.5335454,0.7322346912,2360.2260166 +425,2.535303836,-0.112984496,12,-1.5335454,0.7322346912,8382.2554464 +426,-1.019372593,-0.405322349,12,-1.5335454,0.7322346912,4883.7568115 +427,-1.297785627,-0.160104069,12,-1.5335454,0.7322346912,3636.8286607 +428,2.144554488,0.205051084,12,-1.5335454,0.7322346912,8248.8521924 +429,-2.242387083,-0.426171285,12,-1.5335454,0.7322346912,5271.36517 +430,0.338637212,0.909723676,12,-1.5335454,0.7322346912,4625.7318759 +431,-0.148798452,0.691042401,12,-1.5335454,0.7322346912,3999.5447797 +432,0.893524764,0.441829531,12,-1.5335454,0.7322346912,7108.5484989 +433,0.969229347,-0.368847936,12,-1.5335454,0.7322346912,9881.1651498 +434,0.436043248,0.800045688,12,-1.5335454,0.7322346912,5104.3545063 +435,1.687946607,1.081504775,12,-1.5335454,0.7322346912,5255.0753098 +436,0.522302046,-0.034889271,12,-1.5335454,0.7322346912,7722.5540503 +437,-0.178996113,-0.438090009,12,-1.5335454,0.7322346912,6774.689185 +438,-1.094339566,0.301444068,12,-1.5335454,0.7322346912,2262.6506832 +439,-1.064070054,0.242569932,12,-1.5335454,0.7322346912,2519.8230865 +440,-1.068153768,0.230387998,12,-1.5335454,0.7322346912,2550.9414212 +441,-3.00496892,-0.23989155,12,-1.5335454,0.7322346912,6567.6602343 +442,0.21751974,0.766874888,12,-1.5335454,0.7322346912,4729.7335019 +443,0.117229532,0.007619006,12,-1.5335454,0.7322346912,6437.1919186 +444,0.777758451,0.420554741,12,-1.5335454,0.7322346912,6959.2563815 +445,-0.252356999,0.250747086,12,-1.5335454,0.7322346912,4713.7678316 +446,0.363148444,0.768483434,12,-1.5335454,0.7322346912,5042.0897852 +447,0.903191366,-0.118210676,12,-1.5335454,0.7322346912,8979.8328514 +448,-0.205755923,0.149406178,12,-1.5335454,0.7322346912,5112.394551 +449,1.811996086,0.02364353,12,-1.5335454,0.7322346912,9361.8621658 +450,-1.100670221,0.314845373,12,-1.5335454,0.7322346912,2205.6579119 +451,0.340078597,0.850105132,12,-1.5335454,0.7322346912,4780.404534 +452,0.258757267,0.804969236,12,-1.5335454,0.7322346912,4726.4821523 +453,2.78505352,-0.155160804,12,-1.5335454,0.7322346912,7788.333092 +454,0.800551619,0.105822106,12,-1.5335454,0.7322346912,8029.3103836 +455,0.437940882,-0.506194031,12,-1.5335454,0.7322346912,8662.21143 +456,2.230431122,0.63458615,12,-1.5335454,0.7322346912,6579.9506584 +457,0.527965361,0.127667701,12,-1.5335454,0.7322346912,7273.9900444 +458,-0.063643205,0.702093448,12,-1.5335454,0.7322346912,4198.3494489 +459,1.408447268,0.133010502,12,-1.5335454,0.7322346912,8941.0733221 +460,0.523795955,0.280266966,12,-1.5335454,0.7322346912,6815.2597258 +461,-0.975769313,0.072177659,12,-1.5335454,0.7322346912,3273.3375552 +462,0.549774164,-0.463663986,12,-1.5335454,0.7322346912,8896.9764257 +463,0.29245874,1.095549818,12,-1.5335454,0.7322346912,4108.7565475 +464,0.143625958,0.816809593,12,-1.5335454,0.7322346912,4446.8612928 +465,0.671902494,0.611159853,12,-1.5335454,0.7322346912,6132.776371 +466,1.239840988,0.6724199,12,-1.5335454,0.7322346912,6723.8710099 +467,0.607829703,-0.10932137,12,-1.5335454,0.7322346912,8169.9683074 +468,1.763020906,0.263996692,12,-1.5335454,0.7322346912,8457.3104456 +469,0.378714634,0.726066797,12,-1.5335454,0.7322346912,5189.788218 +470,2.196736143,-0.153862366,12,-1.5335454,0.7322346912,9369.699555 +471,0.01702415,0.148991565,12,-1.5335454,0.7322346912,5768.938548 +472,-2.998490902,-0.158002487,12,-1.5335454,0.7322346912,6331.2507184 +473,-3.051262951,-0.346595608,12,-1.5335454,0.7322346912,6979.0783242 +474,-1.069176439,0.182802941,12,-1.5335454,0.7322346912,2707.2576961 +475,0.167157509,0.595344954,12,-1.5335454,0.7322346912,5035.1742003 +476,0.613855648,0.681746124,12,-1.5335454,0.7322346912,5799.4290814 +477,1.037012736,0.682555367,12,-1.5335454,0.7322346912,6474.8775462 +478,-1.253574971,0.379755746,12,-1.5335454,0.7322346912,1677.7697851 +479,3.108590453,-0.132620738,12,-1.5335454,0.7322346912,6778.8772918 +480,0.565301296,0.022333262,12,-1.5335454,0.7322346912,7679.2823432 +481,0.547898238,0.855555614,12,-1.5335454,0.7322346912,5154.0759568 +482,0.948309381,0.417393755,12,-1.5335454,0.7322346912,7289.066165 +483,-0.050600732,0.945269213,12,-1.5335454,0.7322346912,3770.3870085 +484,-0.977651478,-0.572363064,12,-1.5335454,0.7322346912,5549.5468367 +485,1.102014914,0.728861163,12,-1.5335454,0.7322346912,6380.2394877 +486,2.927300795,-0.282939414,12,-1.5335454,0.7322346912,7699.2559636 +487,-1.154565557,0.124434095,12,-1.5335454,0.7322346912,2749.8596199 +488,1.855331234,0.291044755,12,-1.5335454,0.7322346912,8290.859945 +489,0.830290659,0.276904518,12,-1.5335454,0.7322346912,7541.09804 +490,0.485104466,-0.234867441,12,-1.5335454,0.7322346912,8154.5037298 +491,0.521367572,-0.33161327,12,-1.5335454,0.7322346912,8504.6493555 +1,-1.539031704,0.7349710123,13,-1.531489083,0.7322238773,24.715470187 +2,-1.536990553,0.7349663874,13,-1.531489083,0.7322238773,19.493378505 +3,-1.534951779,0.7349571355,13,-1.531489083,0.7322238773,14.866097856 +4,-1.532906461,0.7349480293,13,-1.531489083,0.7322238773,11.568143694 +5,-1.531320211,0.7346937278,13,-1.531489083,0.7322238773,9.795689082 +6,-1.539451648,0.7335131775,13,-1.531489083,0.7322238773,23.991955745 +7,-1.537429487,0.7335445708,13,-1.531489083,0.7322238773,18.254203179 +8,-1.535484998,0.7335658704,13,-1.531489083,0.7322238773,12.909094257 +9,-1.533488396,0.7336036027,13,-1.531489083,0.7322238773,8.0318237204 +10,-1.531497785,0.7335842962,13,-1.531489083,0.7322238773,5.3886800645 +11,-1.530259379,0.7334777758,13,-1.531489083,0.7322238773,6.1461416205 +12,-1.5335454,0.7322346912,13,-1.531489083,0.7322238773,6.0575256995 +13,-1.531489083,0.7322238773,13,-1.531489083,0.7322238773,3.0338536299 +14,-1.530011122,0.7321679851,13,-1.531489083,0.7322238773,4.3594437587 +15,-1.53348106,0.7306614094,13,-1.531489083,0.7322238773,8.5313068079 +16,-1.531441779,0.7306962275,13,-1.531489083,0.7322238773,6.0526276158 +17,-1.529755654,0.7306933243,13,-1.531489083,0.7322238773,7.9286741015 +18,-1.533415048,0.7291384674,13,-1.531489083,0.7322238773,13.477286286 +19,-1.531392093,0.7291705353,13,-1.531489083,0.7322238773,12.097671155 +20,-1.529296523,0.7291214933,13,-1.531489083,0.7322238773,13.886679546 +21,-1.535280942,0.727267644,13,-1.531489083,0.7322238773,22.599168414 +22,-1.533378158,0.7276139666,13,-1.531489083,0.7322238773,19.092325414 +23,-1.531340368,0.7276446587,13,-1.531489083,0.7322238773,18.143596126 +24,-1.528960113,0.7276398177,13,-1.531489083,0.7322238773,19.63211747 +25,-1.533313146,0.7260818349,13,-1.531489083,0.7322238773,24.918126194 +26,-1.531259555,0.7260958115,13,-1.531489083,0.7322238773,24.282735667 +27,-1.528926415,0.7260865555,13,-1.531489083,0.7322238773,25.461219858 +28,-1.531226779,0.7245511789,13,-1.531489083,0.7322238773,30.40144706 +29,-1.528904772,0.7245519194,13,-1.531489083,0.7322238773,31.334022752 +30,-1.547195875,0.7409785979,13,-1.531489083,0.7322238773,57.674635309 +31,-1.5451475,0.740980426,13,-1.531489083,0.7322238773,53.000326395 +32,-1.543097679,0.7409798872,13,-1.531489083,0.7322238773,48.610810537 +33,-1.540720364,0.7409892687,13,-1.531489083,0.7322238773,44.034923533 +34,-1.547188511,0.7395198392,13,-1.531489083,0.7322238773,54.404394913 +35,-1.545148587,0.7395226109,13,-1.531489083,0.7322238773,49.438864906 +36,-1.543104538,0.7395314908,13,-1.531489083,0.7322238773,44.731147626 +37,-1.540727751,0.7395306258,13,-1.531489083,0.7322238773,39.666215451 +38,-1.547187029,0.7380014886,13,-1.531489083,0.7322238773,51.487170917 +39,-1.545147315,0.7380012252,13,-1.531489083,0.7322238773,46.195269837 +40,-1.54310719,0.7380060743,13,-1.531489083,0.7322238773,41.106465188 +41,-1.540719671,0.7380068206,13,-1.531489083,0.7322238773,35.499218081 +42,-1.547187189,0.7364799098,13,-1.531489083,0.7322238773,49.136302086 +43,-1.545149996,0.7364853874,13,-1.531489083,0.7322238773,43.567167559 +44,-1.543106091,0.7364823484,13,-1.531489083,0.7322238773,38.093220811 +45,-1.540717158,0.7364893901,13,-1.531489083,0.7322238773,31.962079993 +46,-1.538663972,0.7410138672,13,-1.531489083,0.7322238773,40.686600787 +47,-1.53695285,0.7409699132,13,-1.531489083,0.7322238773,38.172548726 +48,-1.534910498,0.7409641297,13,-1.531489083,0.7322238773,36.046254567 +49,-1.533145034,0.7409536636,13,-1.531489083,0.7322238773,34.918378029 +50,-1.538681336,0.7395405883,13,-1.531489083,0.7322238773,35.858584529 +51,-1.536999189,0.7395183096,13,-1.531489083,0.7322238773,33.114137088 +52,-1.534923633,0.7395144222,13,-1.531489083,0.7322238773,30.587873184 +53,-1.533267822,0.7395654306,13,-1.531489083,0.7322238773,29.545104793 +54,-1.53867273,0.7380151077,13,-1.531489083,0.7322238773,31.171499353 +55,-1.536980576,0.7379994392,13,-1.531489083,0.7322238773,27.994237683 +56,-1.534931522,0.7379944961,13,-1.531489083,0.7322238773,24.99516767 +57,-1.533387952,0.7379480264,13,-1.531489083,0.7322238773,23.349689935 +58,-1.538682279,0.7364914363,13,-1.531489083,0.7322238773,27.074019632 +59,-1.536980704,0.7364810563,13,-1.531489083,0.7322238773,23.346112846 +60,-1.534935567,0.7364752065,13,-1.531489083,0.7322238773,19.653189034 +61,-1.533042592,0.7363876366,13,-1.531489083,0.7322238773,17.11347776 +62,-1.545143426,0.7349628011,13,-1.531489083,0.7322238773,41.61172863 +63,-1.543105297,0.7349691947,13,-1.531489083,0.7322238773,35.864416689 +64,-1.541064533,0.7349647152,13,-1.531489083,0.7322238773,30.191523368 +65,-1.545411803,0.7334624714,13,-1.531489083,0.7322238773,41.282471158 +66,-1.543446606,0.7334780896,13,-1.531489083,0.7322238773,35.552762373 +67,-1.541475327,0.7334957295,13,-1.531489083,0.7322238773,29.82863619 +68,-1.545401939,0.731963266,13,-1.531489083,0.7322238773,41.001502068 +69,-1.54342253,0.7319915583,13,-1.531489083,0.7322238773,35.168619382 +70,-1.541455867,0.7320216438,13,-1.531489083,0.7322238773,29.373232843 +71,-1.545410146,0.7304422281,13,-1.531489083,0.7322238773,41.6430158 +72,-1.543435491,0.7304713664,13,-1.531489083,0.7322238773,35.896372366 +73,-1.541463105,0.7304997613,13,-1.531489083,0.7322238773,30.186360636 +74,-1.545414768,0.7289194936,13,-1.531489083,0.7322238773,43.116917803 +75,-1.543435774,0.7289538557,13,-1.531489083,0.7322238773,37.5483173 +76,-1.541457714,0.7289765881,13,-1.531489083,0.7322238773,32.097763461 +77,-1.539449415,0.7320555866,13,-1.531489083,0.7322238773,23.460399218 +78,-1.537429183,0.7321097681,13,-1.531489083,0.7322238773,17.504796748 +79,-1.535472649,0.7321497267,13,-1.531489083,0.7322238773,11.738669479 +80,-1.539457899,0.7305333307,13,-1.531489083,0.7322238773,24.427693501 +81,-1.537453161,0.7305750503,13,-1.531489083,0.7322238773,18.755540341 +82,-1.535479385,0.7306124949,13,-1.531489083,0.7322238773,13.383036461 +83,-1.53946905,0.7290102593,13,-1.531489083,0.7322238773,26.761990364 +84,-1.537459922,0.7290417293,13,-1.531489083,0.7322238773,21.659091714 +85,-1.535451349,0.7290890157,13,-1.531489083,0.7322238773,17.052925824 +86,-1.535522937,0.7279887191,13,-1.531489083,0.7322238773,20.570665712 +87,-1.539442524,0.7274735939,13,-1.531489083,0.7322238773,30.088005295 +88,-1.537424111,0.727521351,13,-1.531489083,0.7322238773,25.57153888 +89,-1.539384641,0.7259505092,13,-1.531489083,0.7322238773,34.080163968 +90,-1.537372391,0.7259947145,13,-1.531489083,0.7322238773,30.179887645 +91,-1.535340789,0.7260435356,13,-1.531489083,0.7322238773,26.995110423 +92,-1.539325716,0.7244369706,13,-1.531489083,0.7322238773,38.574271757 +93,-1.537308932,0.7244801057,13,-1.531489083,0.7322238773,35.168009609 +94,-1.535289068,0.7245247645,13,-1.531489083,0.7322238773,32.498979541 +95,-1.533261366,0.7245550236,13,-1.531489083,0.7322238773,30.824739147 +96,-1.539267302,0.722921924,13,-1.531489083,0.7322238773,43.438727768 +97,-1.537248972,0.7229660258,13,-1.531489083,0.7322238773,40.43498856 +98,-1.535219431,0.7229916471,13,-1.531489083,0.7322238773,38.197273314 +99,-1.53318962,0.7230212049,13,-1.531489083,0.7322238773,36.797190964 +100,-1.531154816,0.7230299897,13,-1.531489083,0.7322238773,36.430408262 +101,-1.528878341,0.7230370244,13,-1.531489083,0.7322238773,37.199470024 +102,-1.539218189,0.7214009878,13,-1.531489083,0.7322238773,48.592149474 +103,-1.537198791,0.7214422745,13,-1.531489083,0.7322238773,45.928410221 +104,-1.535179266,0.7214634354,13,-1.531489083,0.7322238773,43.999404897 +105,-1.533156501,0.7214944644,13,-1.531489083,0.7322238773,42.784810272 +106,-1.53113574,0.7215166021,13,-1.531489083,0.7322238773,42.424409995 +107,-1.528874248,0.7215345535,13,-1.531489083,0.7322238773,43.041947987 +108,-1.539217656,0.7198512397,13,-1.531489083,0.7322238773,54.090991365 +109,-1.537199919,0.7199428763,13,-1.531489083,0.7322238773,51.501980207 +110,-1.545425832,0.727397149,13,-1.531489083,0.7322238773,45.368069381 +111,-1.543371177,0.7273916949,13,-1.531489083,0.7322238773,39.959688541 +112,-1.541368852,0.7274523163,13,-1.531489083,0.7322238773,34.754073246 +113,-1.545349067,0.7258710923,13,-1.531489083,0.7322238773,48.058453504 +114,-1.54332671,0.7258603556,13,-1.531489083,0.7322238773,43.107299795 +115,-1.541346831,0.7259242142,13,-1.531489083,0.7322238773,38.349004876 +116,-1.545324355,0.7243383958,13,-1.531489083,0.7322238773,51.461735957 +117,-1.543292796,0.7243617413,13,-1.531489083,0.7322238773,46.769047548 +118,-1.541295822,0.7244024384,13,-1.531489083,0.7322238773,42.428564169 +119,-1.543193859,0.7205570215,13,-1.531489083,0.7322238773,57.765248481 +120,-1.550257047,0.7386738187,13,-1.531489083,0.7322238773,60.75712078 +121,-1.549335448,0.7311736483,13,-1.531489083,0.7322238773,52.759747741 +122,-1.533478843,0.7179891343,13,-1.531489083,0.7322238773,56.691511457 +123,-1.556150555,0.738907041,13,-1.531489083,0.7322238773,77.112882051 +124,-1.554324226,0.733414257,13,-1.531489083,0.7322238773,67.3951891 +125,-1.554290846,0.7288285332,13,-1.531489083,0.7322238773,68.601257327 +126,-1.55122487,0.7219795312,13,-1.531489083,0.7322238773,71.115435953 +127,-1.525104458,0.7229399862,13,-1.531489083,0.7322238773,41.339503565 +128,-1.519607711,0.7236181429,13,-1.531489083,0.7322238773,48.952597606 +129,-1.513899999,0.7251107854,13,-1.531489083,0.7322238773,59.122899924 +130,-1.536620762,0.7431061895,13,-1.531489083,0.7322238773,45.654090641 +131,-1.5369566,0.7460845958,13,-1.531489083,0.7322238773,57.187552792 +132,-1.545345528,0.7447040685,13,-1.531489083,0.7322238773,63.961060295 +133,-1.532813921,0.7432306626,13,-1.531489083,0.7322238773,43.770471169 +134,-1.554788248,0.7382381001,13,-1.531489083,0.7322238773,72.47383896 +135,-1.540348126,0.7301594274,13,-1.531489083,0.7322238773,27.370777849 +136,-1.538016084,0.7239051786,13,-1.531489083,0.7322238773,38.185824145 +137,-1.525288962,0.7258085137,13,-1.531489083,0.7322238773,31.324518373 +138,-1.534326986,0.731241342,13,-1.531489083,0.7322238773,9.2246197569 +139,-1.530733872,0.7303625216,13,-1.531489083,0.7322238773,7.7016909376 +141,-1.534354939,0.7328219978,13,-1.531489083,0.7322238773,8.7660540539 +142,-1.53157084,0.7292888153,13,-1.531489083,0.7322238773,11.628281717 +143,-1.525691035,0.7263799874,13,-1.531489083,0.7322238773,28.793332695 +144,-1.534031287,0.7495967835,13,-1.531489083,0.7322238773,69.213994489 +145,-1.527714986,0.7283095957,13,-1.531489083,0.7322238773,19.089866514 +146,-1.526189586,0.7271468292,13,-1.531489083,0.7322238773,25.480057488 +147,-1.555177336,0.7375563366,13,-1.531489083,0.7322238773,72.745178918 +148,-1.555080283,0.7312707794,13,-1.531489083,0.7322238773,69.625335116 +149,-1.53856994,0.7224180299,13,-1.531489083,0.7322238773,44.130670419 +150,-1.530837883,0.729933372,13,-1.531489083,0.7322238773,9.2736768625 +151,-1.515066984,0.5854133365,13,-1.531489083,0.7322238773,583.77535681 +152,-1.534731633,0.5368370046,13,-1.531489083,0.7322238773,773.99594418 +153,-1.515231902,0.5607085576,13,-1.531489083,0.7322238773,681.30098061 +154,-2.616253799,1.0684566605,13,-1.531489083,0.7322238773,2843.5563087 +155,-1.956071439,0.5792177723,13,-1.531489083,0.7322238773,1457.5659327 +156,-1.951208514,0.5602434208,13,-1.531489083,0.7322238773,1484.7437142 +157,-1.944675062,0.6062144545,13,-1.531489083,0.7322238773,1371.6491877 +158,-1.613778386,0.6077989518,13,-1.531489083,0.7322238773,554.89863856 +159,-2.035029014,0.6021432345,13,-1.531489083,0.7322238773,1640.2460368 +160,-2.114989471,0.6801825058,13,-1.531489083,0.7322238773,1759.2541299 +161,-2.037382079,0.5765830025,13,-1.531489083,0.7322238773,1695.1006019 +162,-2.129855121,0.6585019963,13,-1.531489083,0.7322238773,1830.6314365 +163,-2.075141798,0.6493615843,13,-1.531489083,0.7322238773,1682.1615119 +164,-1.828626729,0.6948433129,13,-1.531489083,0.7322238773,900.52522001 +165,-1.863329418,0.6735427691,13,-1.531489083,0.7322238773,1027.1341462 +166,-1.266037071,0.727988852,13,-1.531489083,0.7322238773,782.59409781 +167,-1.277579582,0.7249010648,13,-1.531489083,0.7322238773,750.0706294 +168,-1.258418684,0.7241194816,13,-1.531489083,0.7322238773,806.83807358 +169,-1.317813974,0.6804850104,13,-1.531489083,0.7322238773,674.97716952 +170,-1.344165204,0.6790988904,13,-1.531489083,0.7322238773,602.19286737 +171,-1.427582102,0.5277120351,13,-1.531489083,0.7322238773,875.09005928 +172,-1.402238616,0.457167829,13,-1.531489083,0.7322238773,1167.9281928 +173,-1.422454264,0.4996161999,13,-1.531489083,0.7322238773,985.76257225 +174,-1.439089277,0.4894859811,13,-1.531489083,0.7322238773,1006.5896592 +175,-1.448126995,0.5182330266,13,-1.531489083,0.7322238773,888.49307257 +176,-1.474626146,0.5881926574,13,-1.531489083,0.7322238773,597.47125735 +177,-1.421139645,0.5584869783,13,-1.531489083,0.7322238773,771.12801695 +178,-1.457037165,0.565943032,13,-1.531489083,0.7322238773,699.02848798 +179,-2.757159358,0.3745319,13,-1.531489083,0.7322238773,4244.5563631 +180,-2.714309238,0.342054471,13,-1.531489083,0.7322238773,4196.7662585 +181,-2.000525337,0.774119946,13,-1.531489083,0.7322238773,1359.2801233 +183,-1.571413436,0.6777838382,13,-1.531489083,0.7322238773,246.96802314 +184,-1.552860289,0.6987663893,13,-1.531489083,0.7322238773,147.11833232 +185,-1.521852374,0.7165827476,13,-1.531489083,0.7322238773,68.230982472 +186,-1.503656267,0.6928968252,13,-1.531489083,0.7322238773,176.69692124 +187,-1.502753178,0.7136205882,13,-1.531489083,0.7322238773,112.75676141 +188,-1.631894563,0.7343596465,13,-1.531489083,0.7322238773,295.55104677 +189,-1.653765416,0.6770714026,13,-1.531489083,0.7322238773,428.59657356 +190,-1.719812114,0.6715965947,13,-1.531489083,0.7322238773,617.58847843 +191,-1.493406659,0.6646955447,13,-1.531489083,0.7322238773,291.3317922 +192,-1.469120564,0.6613469966,13,-1.531489083,0.7322238773,338.61475038 +193,-1.590551461,0.5326612937,13,-1.531489083,0.7322238773,812.48543904 +194,-1.625979264,0.5247742243,13,-1.531489083,0.7322238773,875.20836272 +195,-1.572293943,0.5238808754,13,-1.531489083,0.7322238773,835.44945036 +196,-1.610848725,0.5477107964,13,-1.531489083,0.7322238773,772.80802427 +197,-1.208485554,0.7918526018,13,-1.531489083,0.7322238773,952.86554729 +198,-1.335601374,0.6869083083,13,-1.531489083,0.7322238773,614.86172932 +199,-1.346156996,0.6825213377,13,-1.531489083,0.7322238773,591.19067629 +200,-1.324381037,0.6741422347,13,-1.531489083,0.7322238773,666.00736553 +201,-1.242424992,0.7378949807,13,-1.531489083,0.7322238773,848.29598221 +202,-1.270370057,0.7392461008,13,-1.531489083,0.7322238773,766.27504529 +203,-1.448950472,0.7441675014,13,-1.531489083,0.7322238773,246.37749956 +204,-1.492662363,0.7523026852,13,-1.531489083,0.7322238773,138.44913409 +205,-1.479098966,0.7763855017,13,-1.531489083,0.7322238773,231.19751255 +206,-1.633760714,0.7869022408,13,-1.531489083,0.7322238773,364.80393641 +207,-1.647406434,0.8101289331,13,-1.531489083,0.7322238773,450.95459818 +208,-1.564245052,0.5701509278,13,-1.531489083,0.7322238773,650.16281043 +209,-1.646289963,0.6833746083,13,-1.531489083,0.7322238773,395.82451845 +210,-1.5820631,0.6751952144,13,-1.531489083,0.7322238773,272.64045683 +211,-1.613236298,0.6681681791,13,-1.531489083,0.7322238773,354.41476557 +212,-1.914661867,0.8212566515,13,-1.531489083,0.7322238773,1134.0172006 +213,-1.742133237,0.7250275956,13,-1.531489083,0.7322238773,622.64576017 +214,-2.033144872,0.6557314699,13,-1.531489083,0.7322238773,1549.5833345 +215,-2.039551981,0.6964723658,13,-1.531489083,0.7322238773,1519.672114 +216,-1.247341019,0.7622473908,13,-1.531489083,0.7322238773,832.77727208 +217,-1.298239787,0.7084123392,13,-1.531489083,0.7322238773,700.04151127 +218,-1.308539688,0.6926545592,13,-1.531489083,0.7322238773,685.72332721 +219,-1.303263185,0.6888938396,13,-1.531489083,0.7322238773,705.61595824 +220,-1.852400229,0.6004246149,13,-1.531489083,0.7322238773,1124.094098 +221,-1.288947707,0.7473773692,13,-1.531489083,0.7322238773,711.30115689 +222,-1.372031502,0.7472790993,13,-1.531489083,0.7322238773,470.08854027 +223,-1.289805721,0.7242157877,13,-1.531489083,0.7322238773,714.42213606 +224,-1.350807603,0.7533498126,13,-1.531489083,0.7322238773,533.40135449 +225,-1.329290365,0.7560442322,13,-1.531489083,0.7322238773,596.2109303 +226,-1.410153004,0.616936428,13,-1.531489083,0.7322238773,590.67065379 +227,-1.393445434,0.6308995063,13,-1.531489083,0.7322238773,583.79627416 +228,-1.37595573,0.6241540638,13,-1.531489083,0.7322238773,642.29618242 +229,-1.358388707,0.6172645205,13,-1.531489083,0.7322238773,701.99708369 +230,-1.753741133,0.8281661666,13,-1.531489083,0.7322238773,730.7331494 +231,-1.47430987,0.6834615681,13,-1.531489083,0.7322238773,258.63934414 +232,-1.421012508,0.7222725206,13,-1.531489083,0.7322238773,329.17885987 +233,-1.4476833,0.6978557868,13,-1.531489083,0.7322238773,285.16732256 +234,-1.470370723,0.6966193374,13,-1.531489083,0.7322238773,230.91753441 +235,-1.429211703,0.7037216883,13,-1.531489083,0.7322238773,325.24426308 +236,-1.700578405,0.6178673663,13,-1.531489083,0.7322238773,690.97357632 +237,-1.678117619,0.6331716163,13,-1.531489083,0.7322238773,596.9562142 +238,-1.725644578,0.6316331145,13,-1.531489083,0.7322238773,716.86266592 +239,-2.14012759,0.7930497945,13,-1.531489083,0.7322238773,1745.6949898 +240,-2.103289431,0.7653606263,13,-1.531489083,0.7322238773,1653.3709181 +241,-1.318739838,0.7017808746,13,-1.531489083,0.7322238773,645.96509526 +242,-1.396417427,0.7077900843,13,-1.531489083,0.7322238773,413.54603002 +243,-1.35650337,0.7185539404,13,-1.531489083,0.7322238773,521.13527606 +244,-1.248884539,0.7274156818,13,-1.531489083,0.7322238773,833.2560745 +245,-1.395014798,0.5761185243,13,-1.531489083,0.7322238773,751.80764345 +246,-1.433377362,0.6064716109,13,-1.531489083,0.7322238773,583.6177198 +247,-1.408172432,0.5903155476,13,-1.531489083,0.7322238773,681.02027445 +248,-1.749645898,0.7757118084,13,-1.531489083,0.7322238773,652.3111953 +249,-1.571626686,0.615046989,13,-1.531489083,0.7322238773,480.42801764 +250,-1.514070049,0.6303003037,13,-1.531489083,0.7322238773,407.25210551 +251,-1.480890369,0.6237966528,13,-1.531489083,0.7322238773,456.88707743 +252,-1.704390658,0.5281680612,13,-1.531489083,0.7322238773,977.96367249 +253,-1.64434733,0.5254277498,13,-1.531489083,0.7322238773,894.65038523 +254,-1.703855997,0.4792484842,13,-1.531489083,0.7322238773,1146.6193907 +255,-1.692002383,0.5748825051,13,-1.531489083,0.7322238773,800.97209329 +256,-1.854136457,0.5544643913,13,-1.531489083,0.7322238773,1237.1844652 +257,-1.665021206,0.520317736,13,-1.531489083,0.7322238773,941.43967184 +258,-1.733654349,0.4845187345,13,-1.531489083,0.7322238773,1178.3606337 +259,-1.720938188,0.5135933906,13,-1.531489083,0.7322238773,1056.9963863 +260,-1.742668307,0.553296122,13,-1.531489083,0.7322238773,973.0328454 +261,-1.965659039,0.7142126903,13,-1.531489083,0.7322238773,1286.7028727 +262,-1.944438071,0.6772834804,13,-1.531489083,0.7322238773,1260.6987193 +263,-1.270340967,0.7681487096,13,-1.531489083,0.7322238773,768.86624378 +264,-1.353091884,0.6549276821,13,-1.531489083,0.7322238773,623.07606598 +265,-1.333236659,0.6413584414,13,-1.531489083,0.7322238773,705.00565187 +266,-1.352015998,0.6753788907,13,-1.531489083,0.7322238773,586.39203785 +267,-1.377988483,0.6577816235,13,-1.531489083,0.7322238773,551.8484771 +268,-2.13075611,0.8318642051,13,-1.531489083,0.7322238773,1714.628879 +269,-2.097910953,0.8259670014,13,-1.531489083,0.7322238773,1626.3903094 +270,-1.416382069,0.6694271549,13,-1.531489083,0.7322238773,427.9333567 +271,-1.538905672,0.7535625993,13,-1.531489083,0.7322238773,87.247720591 +272,-1.572309477,0.7803125099,13,-1.531489083,0.7322238773,223.84029627 +273,-1.87759879,0.7503853417,13,-1.531489083,0.7322238773,1011.3875174 +274,1.152365588,0.590457682,13,-1.531489083,0.7322238773,6946.7858816 +275,0.350198001,0.718001859,13,-1.531489083,0.7322238773,5145.2860686 +276,0.046513677,0.491503852,13,-1.531489083,0.7322238773,4970.1650979 +277,0.027510309,0.742571376,13,-1.531489083,0.7322238773,4335.2302289 +278,0.306285725,-0.214631579,13,-1.531489083,0.7322238773,7571.1745577 +279,-1.100564889,0.318051531,13,-1.531489083,0.7322238773,2191.0446025 +280,-1.078582306,0.301437596,13,-1.531489083,0.7322238773,2293.2115498 +281,-1.137371989,-0.617634065,13,-1.531489083,0.7322238773,5534.5559286 +282,0.784356344,0.703272339,13,-1.531489083,0.7322238773,6032.6856832 +283,-1.221209947,0.218327455,13,-1.531489083,0.7322238773,2299.5204321 +284,2.347301921,-0.449114658,13,-1.531489083,0.7322238773,9805.4743825 +285,0.246820618,0.830553713,13,-1.531489083,0.7322238773,4634.0185559 +286,0.829414965,0.703288228,13,-1.531489083,0.7322238773,6105.5317265 +287,-1.337537566,0.42332223,13,-1.531489083,0.7322238773,1379.6086623 +288,0.882453706,0.454478077,13,-1.531489083,0.7322238773,7041.7165418 +289,1.575629659,0.416419109,13,-1.531489083,0.7322238773,7892.3190591 +290,-1.039455679,0.229888244,13,-1.531489083,0.7322238773,2610.586763 +291,0.489558039,0.934482747,13,-1.531489083,0.7322238773,4825.1577583 +292,0.081344504,0.88384514,13,-1.531489083,0.7322238773,4161.3286896 +293,-1.547979814,0.300350308,13,-1.531489083,0.7322238773,1711.5650389 +294,0.040776181,0.168560074,13,-1.531489083,0.7322238773,5781.0390875 +295,-1.130374745,0.563894876,13,-1.531489083,0.7322238773,1425.07217 +296,1.578326642,0.478507176,13,-1.531489083,0.7322238773,7646.7323235 +297,-1.12861823,-0.291640865,13,-1.531489083,0.7322238773,4314.999664 +298,0.310524208,0.770885792,13,-1.531489083,0.7322238773,4919.5913079 +299,0.415649091,-0.387246002,13,-1.531489083,0.7322238773,8321.3046621 +300,-0.926533878,-0.188022748,13,-1.531489083,0.7322238773,4257.0237657 +301,1.258856172,-0.11716081,13,-1.531489083,0.7322238773,9713.222426 +302,-1.126050026,0.322941926,13,-1.531489083,0.7322238773,2119.4188002 +303,2.002785835,0.07893892,13,-1.531489083,0.7322238773,8932.9276647 +304,0.440437607,0.746258085,13,-1.531489083,0.7322238773,5259.2533409 +305,-0.030391866,0.214441206,13,-1.531489083,0.7322238773,5453.1511659 +306,0.521557815,-0.058929362,13,-1.531489083,0.7322238773,7781.6717005 +307,-0.097005111,0.13317729,13,-1.531489083,0.7322238773,5469.0274634 +308,1.83113859,0.221857587,13,-1.531489083,0.7322238773,8579.6751934 +309,0.222428864,0.099404236,13,-1.531489083,0.7322238773,6493.117573 +310,-1.702731345,0.8728568183,13,-1.531489083,0.7322238773,728.44369195 +311,-0.418507569,0.278324921,13,-1.531489083,0.7322238773,4149.1963844 +312,-1.41153306,0.339029988,13,-1.531489083,0.7322238773,1608.7463664 +313,0.357560442,0.114788776,13,-1.531489083,0.7322238773,6836.7775287 +314,0.325818979,0.268352149,13,-1.531489083,0.7322238773,6322.5268293 +315,-1.246004659,-0.663679965,13,-1.531489083,0.7322238773,5624.3569983 +316,1.814603087,0.637404484,13,-1.531489083,0.7322238773,6968.4702789 +317,1.843704281,-0.18300445,13,-1.531489083,0.7322238773,10122.064325 +318,1.690644492,-0.211480909,13,-1.531489083,0.7322238773,10362.496685 +319,-1.275451936,0.068109467,13,-1.531489083,0.7322238773,2782.3175691 +320,0.762430171,-0.207594741,13,-1.531489083,0.7322238773,8867.4967732 +321,0.265668905,-0.014647884,13,-1.531489083,0.7322238773,6925.4591273 +322,-2.773032013,-0.335515811,13,-1.531489083,0.7322238773,6194.4428453 +323,-1.469512853,0.174058777,13,-1.531489083,0.7322238773,2221.3867209 +324,0.286276986,0.785925691,13,-1.531489083,0.7322238773,4828.9066183 +325,-1.379324697,0.377432233,13,-1.531489083,0.7322238773,1493.755148 +326,-1.203778265,0.212813032,13,-1.531489083,0.7322238773,2347.7469601 +327,0.579916301,0.611743168,13,-1.531489083,0.7322238773,5942.0582716 +328,0.267582642,0.868113908,13,-1.531489083,0.7322238773,4585.8735406 +329,0.412869244,-0.050245578,13,-1.531489083,0.7322238773,7448.0575535 +330,0.17524381,0.976660285,13,-1.531489083,0.7322238773,4159.1748146 +331,0.743157214,0.204812899,13,-1.531489083,0.7322238773,7576.1058535 +332,-1.070758176,0.269382282,13,-1.531489083,0.7322238773,2413.5131621 +333,-1.230364251,0.329790229,13,-1.531489083,0.7322238773,1888.7568856 +334,-1.374813124,-0.024926835,13,-1.531489083,0.7322238773,3051.2272115 +335,0.519780566,0.463669906,13,-1.531489083,0.7322238773,6255.4086247 +336,-1.55108034,0.239698561,13,-1.531489083,0.7322238773,1952.0537862 +337,0.180294813,0.029739425,13,-1.531489083,0.7322238773,6557.3428991 +338,0.67820924,0.268170153,13,-1.531489083,0.7322238773,7224.772789 +339,0.445798684,1.024001867,13,-1.531489083,0.7322238773,4513.0694305 +340,0.691751283,0.150521402,13,-1.531489083,0.7322238773,7622.0525848 +341,-1.036643551,-0.903056181,13,-1.531489083,0.7322238773,6697.1155518 +342,-0.120287036,1.083325163,13,-1.531489083,0.7322238773,3439.9189916 +343,2.823513113,-0.304487164,13,-1.531489083,0.7322238773,8064.6726768 +344,0.457583172,1.12513373,13,-1.531489083,0.7322238773,4270.2989095 +345,0.042918831,0.813795399,13,-1.531489083,0.7322238773,4220.2693797 +346,1.196146777,-0.853142756,13,-1.531489083,0.7322238773,11203.746777 +347,0.206001358,-0.010430701,13,-1.531489083,0.7322238773,6739.7607404 +348,-0.268308653,0.234799412,13,-1.531489083,0.7322238773,4701.3279758 +349,0.759363263,0.736189579,13,-1.531489083,0.7322238773,5882.9037648 +350,0.181363926,0.891988372,13,-1.531489083,0.7322238773,4354.3311805 +351,-0.021111158,0.139103292,13,-1.531489083,0.7322238773,5676.8918844 +352,-0.093355215,0.630686981,13,-1.531489083,0.7322238773,4267.3317262 +353,0.40118964,0.681375926,13,-1.531489083,0.7322238773,5357.2073502 +354,-0.721197315,1.304706234,13,-1.531489083,0.7322238773,2679.4480416 +355,-1.076150317,0.212107639,13,-1.531489083,0.7322238773,2590.2994316 +356,-1.577164531,0.273993443,13,-1.531489083,0.7322238773,1821.7253944 +357,-0.190788414,0.182208586,13,-1.531489083,0.7322238773,5064.9981565 +358,-0.261349752,0.209710184,13,-1.531489083,0.7322238773,4786.1671856 +359,-1.029303852,0.083549259,13,-1.531489083,0.7322238773,3120.5995732 +360,-1.268609162,0.330525297,13,-1.531489083,0.7322238773,1820.4567456 +361,1.282982244,-0.926641967,13,-1.531489083,0.7322238773,11284.589819 +362,0.217352334,0.731352408,13,-1.531489083,0.7322238773,4812.082002 +363,-1.511833084,0.258629297,13,-1.531489083,0.7322238773,1877.1139329 +364,0.338812194,0.823184618,13,-1.531489083,0.7322238773,4843.3392881 +365,-0.324406489,1.134201999,13,-1.531489083,0.7322238773,3051.2332863 +366,1.389579348,0.399185724,13,-1.531489083,0.7322238773,7890.0138156 +367,2.047152199,-0.039082036,13,-1.531489083,0.7322238773,9289.905442 +368,0.947780369,0.568250077,13,-1.531489083,0.7322238773,6756.3465634 +369,0.763824846,0.576754987,13,-1.531489083,0.7322238773,6414.5607139 +370,-0.142334657,0.928153068,13,-1.531489083,0.7322238773,3594.8067727 +371,0.610266567,0.547265983,13,-1.531489083,0.7322238773,6203.5014404 +372,0.210731629,0.746815056,13,-1.531489083,0.7322238773,4758.8275362 +373,-1.34931644,0.316895224,13,-1.531489083,0.7322238773,1756.3812142 +374,2.407696481,0.655030745,13,-1.531489083,0.7322238773,6240.3730016 +375,0.64207831,0.545359131,13,-1.531489083,0.7322238773,6276.1031759 +376,1.174597538,0.840588356,13,-1.531489083,0.7322238773,6030.4552884 +377,0.660059424,0.010604079,13,-1.531489083,0.7322238773,7962.6287973 +378,-0.730263819,0.010486456,13,-1.531489083,0.7322238773,4035.1262652 +379,0.831068936,0.512339172,13,-1.531489083,0.7322238773,6752.4262832 +380,1.301180979,0.72367476,13,-1.531489083,0.7322238773,6571.9903636 +381,1.811128231,0.322854402,13,-1.531489083,0.7322238773,8200.3113256 +382,0.435105812,0.992284428,13,-1.531489083,0.7322238773,4579.081375 +383,0.62643634,0.592027932,13,-1.531489083,0.7322238773,6098.3276348 +384,0.492988703,-0.516339467,13,-1.531489083,0.7322238773,8838.1106403 +385,-0.162469483,0.112549365,13,-1.531489083,0.7322238773,5330.3862287 +386,0.314630866,0.472006421,13,-1.531489083,0.7322238773,5729.933694 +387,0.166744804,0.822815954,13,-1.531489083,0.7322238773,4479.7619898 +388,0.417159608,0.965805736,13,-1.531489083,0.7322238773,4618.5749778 +389,0.106334961,0.868774244,13,-1.531489083,0.7322238773,4246.5992965 +390,0.815086969,-0.338144359,13,-1.531489083,0.7322238773,9366.4280143 +391,0.59867455,-0.230624824,13,-1.531489083,0.7322238773,8467.3500982 +392,1.915104874,0.066220985,13,-1.531489083,0.7322238773,9095.9646076 +393,1.278093622,0.064463721,13,-1.531489083,0.7322238773,9069.4481345 +394,-0.061477853,0.302997961,13,-1.531489083,0.7322238773,5135.3367058 +395,0.251311504,0.626976942,13,-1.531489083,0.7322238773,5157.516874 +396,2.950242872,0.149095644,13,-1.531489083,0.7322238773,6494.770312 +397,-0.180294708,0.35375117,13,-1.531489083,0.7322238773,4662.6643888 +398,1.010448592,-0.351180233,13,-1.531489083,0.7322238773,9937.7973371 +399,-1.748740498,0.3686318073,13,-1.531489083,0.7322238773,1612.0691425 +400,2.699635665,0.123533791,13,-1.531489083,0.7322238773,7260.6995928 +401,0.496808033,0.823843254,13,-1.531489083,0.7322238773,5149.8773994 +402,0.129574704,0.763364087,13,-1.531489083,0.7322238773,4532.2761075 +403,1.798920311,0.817447563,13,-1.531489083,0.7322238773,6269.7796957 +404,0.335987953,0.746786541,13,-1.531489083,0.7322238773,5037.5952697 +405,-1.085413643,0.292154671,13,-1.531489083,0.7322238773,2307.6871852 +406,-0.155321003,0.508207011,13,-1.531489083,0.7322238773,4368.7833536 +407,0.620529244,-0.301175104,13,-1.531489083,0.7322238773,8712.9871637 +408,1.684402744,0.368716966,13,-1.531489083,0.7322238773,8074.5242226 +409,0.300582244,-0.386397212,13,-1.531489083,0.7322238773,7982.0212316 +410,2.913555946,-0.009225192,13,-1.531489083,0.7322238773,7030.0968499 +411,1.465101417,0.493232532,13,-1.531489083,0.7322238773,7560.9156564 +412,0.090612882,0.907955955,13,-1.531489083,0.7322238773,4131.9484455 +413,2.987564726,-0.729568594,13,-1.531489083,0.7322238773,8538.7379402 +414,-1.484261606,0.224149272,13,-1.531489083,0.7322238773,2019.0562587 +415,0.164073421,0.303955133,13,-1.531489083,0.7322238773,5778.2255668 +416,0.141441293,0.167552546,13,-1.531489083,0.7322238773,6076.4137666 +417,2.931321023,-0.506718887,13,-1.531489083,0.7322238773,8227.8504083 +418,2.21951565,0.700596356,13,-1.531489083,0.7322238773,6361.3665392 +419,0.268112576,1.199114336,13,-1.531489083,0.7322238773,3859.834218 +420,0.978913739,0.359223811,13,-1.531489083,0.7322238773,7541.6839185 +421,1.210898818,0.522863584,13,-1.531489083,0.7322238773,7263.0462909 +422,2.347397336,0.129231362,13,-1.531489083,0.7322238773,8114.3772131 +423,0.614394501,0.556878345,13,-1.531489083,0.7322238773,6182.4766933 +424,-1.398079356,0.148483366,13,-1.531489083,0.7322238773,2358.7532847 +425,2.535303836,-0.112984496,13,-1.531489083,0.7322238773,8387.9012872 +426,-1.019372593,-0.405322349,13,-1.531489083,0.7322238773,4880.8223512 +427,-1.297785627,-0.160104069,13,-1.531489083,0.7322238773,3635.0367623 +428,2.144554488,0.205051084,13,-1.531489083,0.7322238773,8252.3587771 +429,-2.242387083,-0.426171285,13,-1.531489083,0.7322238773,5275.0315841 +430,0.338637212,0.909723676,13,-1.531489083,0.7322238773,4621.9022195 +431,-0.148798452,0.691042401,13,-1.531489083,0.7322238773,3994.1448937 +432,0.893524764,0.441829531,13,-1.531489083,0.7322238773,7104.898744 +433,0.969229347,-0.368847936,13,-1.531489083,0.7322238773,9875.5903477 +434,0.436043248,0.800045688,13,-1.531489083,0.7322238773,5100.3350365 +435,1.687946607,1.081504775,13,-1.531489083,0.7322238773,5255.349274 +436,0.522302046,-0.034889271,13,-1.531489083,0.7322238773,7716.8015929 +437,-0.178996113,-0.438090009,13,-1.531489083,0.7322238773,6769.2614633 +438,-1.094339566,0.301444068,13,-1.531489083,0.7322238773,2258.0790913 +439,-1.064070054,0.242569932,13,-1.531489083,0.7322238773,2515.3221441 +440,-1.068153768,0.230387998,13,-1.531489083,0.7322238773,2546.5098294 +441,-3.00496892,-0.23989155,13,-1.531489083,0.7322238773,6573.5281367 +442,0.21751974,0.766874888,13,-1.531489083,0.7322238773,4725.1445786 +443,0.117229532,0.007619006,13,-1.531489083,0.7322238773,6431.1474137 +444,0.777758451,0.420554741,13,-1.531489083,0.7322238773,6955.1307885 +445,-0.252356999,0.250747086,13,-1.531489083,0.7322238773,4707.7104126 +446,0.363148444,0.768483434,13,-1.531489083,0.7322238773,5037.8017542 +447,0.903191366,-0.118210676,13,-1.531489083,0.7322238773,8974.7730671 +448,-0.205755923,0.149406178,13,-1.531489083,0.7322238773,5106.3428835 +449,1.811996086,0.02364353,13,-1.531489083,0.7322238773,9363.6422743 +450,-1.100670221,0.314845373,13,-1.531489083,0.7322238773,2201.0642217 +451,0.340078597,0.850105132,13,-1.531489083,0.7322238773,4776.3512588 +452,0.258757267,0.804969236,13,-1.531489083,0.7322238773,4722.1032373 +453,2.78505352,-0.155160804,13,-1.531489083,0.7322238773,7794.327647 +454,0.800551619,0.105822106,13,-1.531489083,0.7322238773,8024.484361 +455,0.437940882,-0.506194031,13,-1.531489083,0.7322238773,8656.2280447 +456,2.230431122,0.63458615,13,-1.531489083,0.7322238773,6582.8399151 +457,0.527965361,0.127667701,13,-1.531489083,0.7322238773,7268.5144313 +458,-0.063643205,0.702093448,13,-1.531489083,0.7322238773,4193.09435 +459,1.408447268,0.133010502,13,-1.531489083,0.7322238773,8939.5681001 +460,0.523795955,0.280266966,13,-1.531489083,0.7322238773,6810.0755186 +461,-0.975769313,0.072177659,13,-1.531489083,0.7322238773,3268.96478 +462,0.549774164,-0.463663986,13,-1.531489083,0.7322238773,8890.9247786 +463,0.29245874,1.095549818,13,-1.531489083,0.7322238773,4105.6770753 +464,0.143625958,0.816809593,13,-1.531489083,0.7322238773,4442.3127114 +465,0.671902494,0.611159853,13,-1.531489083,0.7322238773,6128.809569 +466,1.239840988,0.6724199,13,-1.531489083,0.7322238773,6722.1880597 +467,0.607829703,-0.10932137,13,-1.531489083,0.7322238773,8164.231498 +468,1.763020906,0.263996692,13,-1.531489083,0.7322238773,8458.4139103 +469,0.378714634,0.726066797,13,-1.531489083,0.7322238773,5185.3979919 +470,2.196736143,-0.153862366,13,-1.531489083,0.7322238773,9374.4666134 +471,0.01702415,0.148991565,13,-1.531489083,0.7322238773,5762.913883 +472,-2.998490902,-0.158002487,13,-1.531489083,0.7322238773,6337.1942227 +473,-3.051262951,-0.346595608,13,-1.531489083,0.7322238773,6984.8616985 +474,-1.069176439,0.182802941,13,-1.531489083,0.7322238773,2703.0085093 +475,0.167157509,0.595344954,13,-1.531489083,0.7322238773,5029.9895005 +476,0.613855648,0.681746124,13,-1.531489083,0.7322238773,5795.493106 +477,1.037012736,0.682555367,13,-1.531489083,0.7322238773,6472.3666648 +478,-1.253574971,0.379755746,13,-1.531489083,0.7322238773,1673.9635604 +479,3.108590453,-0.132620738,13,-1.531489083,0.7322238773,6784.9243652 +480,0.565301296,0.022333262,13,-1.531489083,0.7322238773,7673.6905032 +481,0.547898238,0.855555614,13,-1.531489083,0.7322238773,5150.5123762 +482,0.948309381,0.417393755,13,-1.531489083,0.7322238773,7285.5758648 +483,-0.050600732,0.945269213,13,-1.531489083,0.7322238773,3766.0779347 +484,-0.977651478,-0.572363064,13,-1.531489083,0.7322238773,5546.7866905 +485,1.102014914,0.728861163,13,-1.531489083,0.7322238773,6378.0835003 +486,2.927300795,-0.282939414,13,-1.531489083,0.7322238773,7705.303375 +487,-1.154565557,0.124434095,13,-1.531489083,0.7322238773,2746.3559439 +488,1.855331234,0.291044755,13,-1.531489083,0.7322238773,8292.5335567 +489,0.830290659,0.276904518,13,-1.531489083,0.7322238773,7536.7981391 +490,0.485104466,-0.234867441,13,-1.531489083,0.7322238773,8148.4968912 +491,0.521367572,-0.33161327,13,-1.531489083,0.7322238773,8498.6060374 +1,-1.539031704,0.7349710123,14,-1.530011122,0.7321679851,28.768961239 +2,-1.536990553,0.7349663874,14,-1.530011122,0.7321679851,23.335455591 +3,-1.534951779,0.7349571355,14,-1.530011122,0.7321679851,18.25819376 +4,-1.532906461,0.7349480293,14,-1.530011122,0.7321679851,13.922182211 +5,-1.531320211,0.7346937278,14,-1.530011122,0.7321679851,10.72043619 +6,-1.539451648,0.7335131775,14,-1.530011122,0.7321679851,28.300120834 +7,-1.537429487,0.7335445708,14,-1.530011122,0.7321679851,22.510592503 +8,-1.535484998,0.7335658704,14,-1.530011122,0.7321679851,17.040050145 +9,-1.533488396,0.7336036027,14,-1.530011122,0.7321679851,11.710426018 +10,-1.531497785,0.7335842962,14,-1.530011122,0.7321679851,7.1153590523 +11,-1.530259379,0.7334777758,14,-1.530011122,0.7321679851,5.2393141487 +12,-1.5335454,0.7322346912,14,-1.530011122,0.7321679851,10.414674371 +13,-1.531489083,0.7322238773,14,-1.530011122,0.7321679851,4.3594437587 +14,-1.530011122,0.7321679851,14,-1.530011122,0.7321679851,1.9542869384 +15,-1.53348106,0.7306614094,14,-1.530011122,0.7321679851,11.842476328 +16,-1.531441779,0.7306962275,14,-1.530011122,0.7321679851,7.1951874746 +17,-1.529755654,0.7306933243,14,-1.530011122,0.7321679851,5.8894780896 +18,-1.533415048,0.7291384674,14,-1.530011122,0.7321679851,15.646882868 +19,-1.531392093,0.7291705353,14,-1.530011122,0.7321679851,12.552312489 +20,-1.529296523,0.7291214933,14,-1.530011122,0.7321679851,12.249895585 +21,-1.535280942,0.727267644,14,-1.530011122,0.7321679851,24.876161231 +22,-1.533378158,0.7276139666,14,-1.530011122,0.7321679851,20.595484977 +23,-1.531340368,0.7276446587,14,-1.530011122,0.7321679851,18.341513173 +24,-1.528960113,0.7276398177,14,-1.530011122,0.7321679851,18.202413599 +25,-1.533313146,0.7260818349,14,-1.530011122,0.7321679851,26.005741141 +26,-1.531259555,0.7260958115,14,-1.530011122,0.7321679851,24.33295058 +27,-1.528926415,0.7260865555,14,-1.530011122,0.7321679851,24.300708292 +28,-1.531226779,0.7245511789,14,-1.530011122,0.7321679851,30.383411828 +29,-1.528904772,0.7245519194,14,-1.530011122,0.7321679851,30.343978536 +30,-1.547195875,0.7409785979,14,-1.530011122,0.7321679851,61.322008612 +31,-1.5451475,0.740980426,14,-1.530011122,0.7321679851,56.488145935 +32,-1.543097679,0.7409798872,14,-1.530011122,0.7321679851,51.891238437 +33,-1.540720364,0.7409892687,14,-1.530011122,0.7321679851,46.992118841 +34,-1.547188511,0.7395198392,14,-1.530011122,0.7321679851,58.238078069 +35,-1.545148587,0.7395226109,14,-1.530011122,0.7321679851,53.141652453 +36,-1.543104538,0.7395314908,14,-1.530011122,0.7321679851,48.255722607 +37,-1.540727751,0.7395306258,14,-1.530011122,0.7321679851,42.901757942 +38,-1.547187029,0.7380014886,14,-1.530011122,0.7321679851,55.503530867 +39,-1.545147315,0.7380012252,14,-1.530011122,0.7321679851,50.116301838 +40,-1.54310719,0.7380060743,14,-1.530011122,0.7321679851,44.892201271 +41,-1.540719671,0.7380068206,14,-1.530011122,0.7321679851,39.048946393 +42,-1.547187189,0.7364799098,14,-1.530011122,0.7321679851,53.310446813 +43,-1.545149996,0.7364853874,14,-1.530011122,0.7321679851,47.682847859 +44,-1.543106091,0.7364823484,14,-1.530011122,0.7321679851,42.123592775 +45,-1.540717158,0.7364893901,14,-1.530011122,0.7321679851,35.830501911 +46,-1.538663972,0.7410138672,14,-1.530011122,0.7321679851,43.269818808 +47,-1.53695285,0.7409699132,14,-1.530011122,0.7321679851,40.378176754 +48,-1.534910498,0.7409641297,14,-1.530011122,0.7321679851,37.690760721 +49,-1.533145034,0.7409536636,14,-1.530011122,0.7321679851,35.994488674 +50,-1.538681336,0.7395405883,14,-1.530011122,0.7321679851,38.740740244 +51,-1.536999189,0.7395183096,14,-1.530011122,0.7321679851,35.61802611 +52,-1.534923633,0.7395144222,14,-1.530011122,0.7321679851,32.477854822 +53,-1.533267822,0.7395654306,14,-1.530011122,0.7321679851,30.821983801 +54,-1.53867273,0.7380151077,14,-1.530011122,0.7321679851,34.410092716 +55,-1.536980576,0.7379994392,14,-1.530011122,0.7321679851,30.868366749 +56,-1.534931522,0.7379944961,14,-1.530011122,0.7321679851,27.232959199 +57,-1.533387952,0.7379480264,14,-1.530011122,0.7321679851,24.95221314 +58,-1.538682279,0.7364914363,14,-1.530011122,0.7321679851,30.712307344 +59,-1.536980704,0.7364810563,14,-1.530011122,0.7321679851,26.679185102 +60,-1.534935567,0.7364752065,14,-1.530011122,0.7321679851,22.37653491 +61,-1.533042592,0.7363876366,14,-1.530011122,0.7321679851,18.942239175 +62,-1.545143426,0.7349628011,14,-1.530011122,0.7321679851,45.877665762 +63,-1.543105297,0.7349691947,14,-1.530011122,0.7321679851,40.091371956 +64,-1.541064533,0.7349647152,14,-1.530011122,0.7321679851,34.356177656 +65,-1.545411803,0.7334624714,14,-1.530011122,0.7321679851,45.631277554 +66,-1.543446606,0.7334780896,14,-1.530011122,0.7321679851,39.895102792 +67,-1.541475327,0.7334957295,14,-1.530011122,0.7321679851,34.159457065 +68,-1.545401939,0.731963266,14,-1.530011122,0.7321679851,45.351061429 +69,-1.54342253,0.7319915583,14,-1.530011122,0.7321679851,39.517875019 +70,-1.541455867,0.7320216438,14,-1.530011122,0.7321679851,33.722214438 +71,-1.545410146,0.7304422281,14,-1.530011122,0.7321679851,45.910709121 +72,-1.543435491,0.7304713664,14,-1.530011122,0.7321679851,40.143381387 +73,-1.541463105,0.7304997613,14,-1.530011122,0.7321679851,34.40217502 +74,-1.545414768,0.7289194936,14,-1.530011122,0.7321679851,47.230108886 +75,-1.543435774,0.7289538557,14,-1.530011122,0.7321679851,41.600559475 +76,-1.541457714,0.7289765881,14,-1.530011122,0.7321679851,36.05724817 +77,-1.539449415,0.7320555866,14,-1.530011122,0.7321679851,27.809209723 +78,-1.537429183,0.7321097681,14,-1.530011122,0.7321679851,21.854647826 +79,-1.535472649,0.7321497267,14,-1.530011122,0.7321679851,16.089410232 +80,-1.539457899,0.7305333307,14,-1.530011122,0.7321679851,28.592435991 +81,-1.537453161,0.7305750503,14,-1.530011122,0.7321679851,22.828461726 +82,-1.535479385,0.7306124949,14,-1.530011122,0.7321679851,17.25754045 +83,-1.53946905,0.7290102593,14,-1.530011122,0.7321679851,30.576793298 +84,-1.537459922,0.7290417293,14,-1.530011122,0.7321679851,25.223123227 +85,-1.535451349,0.7290890157,14,-1.530011122,0.7321679851,20.15668505 +86,-1.535522937,0.7279887191,14,-1.530011122,0.7321679851,23.209366408 +87,-1.539442524,0.7274735939,14,-1.530011122,0.7321679851,33.480646608 +88,-1.537424111,0.727521351,14,-1.530011122,0.7321679851,28.59438224 +89,-1.539384641,0.7259505092,14,-1.530011122,0.7321679851,37.057556729 +90,-1.537372391,0.7259947145,14,-1.530011122,0.7321679851,32.722818762 +91,-1.535340789,0.7260435356,14,-1.530011122,0.7321679851,28.919911193 +92,-1.539325716,0.7244369706,14,-1.530011122,0.7321679851,41.181333338 +93,-1.537308932,0.7244801057,14,-1.530011122,0.7321679851,37.318634136 +94,-1.535289068,0.7245247645,14,-1.530011122,0.7321679851,34.058320482 +95,-1.533261366,0.7245550236,14,-1.530011122,0.7321679851,31.648453913 +96,-1.539267302,0.722921924,14,-1.530011122,0.7321679851,45.727236348 +97,-1.537248972,0.7229660258,14,-1.530011122,0.7321679851,42.271750101 +98,-1.535219431,0.7229916471,14,-1.530011122,0.7321679851,39.477671246 +99,-1.53318962,0.7230212049,14,-1.530011122,0.7321679851,37.430414042 +100,-1.531154816,0.7230299897,14,-1.530011122,0.7321679851,36.353348433 +101,-1.528878341,0.7230370244,14,-1.530011122,0.7321679851,36.322612231 +102,-1.539218189,0.7214009878,14,-1.530011122,0.7321679851,50.612357744 +103,-1.537198791,0.7214422745,14,-1.530011122,0.7321679851,47.514058584 +104,-1.535179266,0.7214634354,14,-1.530011122,0.7321679851,45.075916123 +105,-1.533156501,0.7214944644,14,-1.530011122,0.7321679851,43.290789551 +106,-1.53113574,0.7215166021,14,-1.530011122,0.7321679851,42.321243243 +107,-1.528874248,0.7215345535,14,-1.530011122,0.7321679851,42.253229905 +108,-1.539217656,0.7198512397,14,-1.530011122,0.7321679851,55.891119805 +109,-1.537199919,0.7199428763,14,-1.530011122,0.7321679851,52.898406982 +110,-1.545425832,0.727397149,14,-1.530011122,0.7321679851,49.274788764 +111,-1.543371177,0.7273916949,14,-1.530011122,0.7321679851,43.744235798 +112,-1.541368852,0.7274523163,14,-1.530011122,0.7321679851,38.381198139 +113,-1.545349067,0.7258710923,14,-1.530011122,0.7321679851,51.722477931 +114,-1.54332671,0.7258603556,14,-1.530011122,0.7321679851,46.600765099 +115,-1.541346831,0.7259242142,14,-1.530011122,0.7321679851,41.629812686 +116,-1.545324355,0.7243383958,14,-1.530011122,0.7321679851,54.873459689 +117,-1.543292796,0.7243617413,14,-1.530011122,0.7321679851,49.976629003 +118,-1.541295822,0.7244024384,14,-1.530011122,0.7321679851,45.375776763 +119,-1.543193859,0.7205570215,14,-1.530011122,0.7321679851,60.324107234 +120,-1.550257047,0.7386738187,14,-1.530011122,0.7321679851,64.810464364 +121,-1.549335448,0.7311736483,14,-1.530011122,0.7321679851,57.0886248 +122,-1.533478843,0.7179891343,14,-1.530011122,0.7321679851,57.095525476 +123,-1.556150555,0.738907041,14,-1.530011122,0.7321679851,81.277474701 +124,-1.554324226,0.733414257,14,-1.530011122,0.7321679851,71.753102417 +125,-1.554290846,0.7288285332,14,-1.530011122,0.7321679851,72.843104511 +126,-1.55122487,0.7219795312,14,-1.530011122,0.7321679851,74.630168947 +127,-1.525104458,0.7229399862,14,-1.530011122,0.7321679851,39.328326597 +128,-1.519607711,0.7236181429,14,-1.530011122,0.7321679851,45.753223281 +129,-1.513899999,0.7251107854,14,-1.530011122,0.7321679851,55.210992776 +130,-1.536620762,0.7431061895,14,-1.530011122,0.7321679851,47.461061433 +131,-1.5369566,0.7460845958,14,-1.530011122,0.7321679851,58.753702556 +132,-1.545345528,0.7447040685,14,-1.530011122,0.7321679851,66.956720546 +133,-1.532813921,0.7432306626,14,-1.530011122,0.7321679851,44.582749853 +134,-1.554788248,0.7382381001,14,-1.530011122,0.7321679851,76.65852915 +135,-1.540348126,0.7301594274,14,-1.530011122,0.7321679851,31.500439963 +136,-1.538016084,0.7239051786,14,-1.530011122,0.7321679851,40.390654626 +137,-1.525288962,0.7258085137,14,-1.530011122,0.7321679851,28.794952344 +138,-1.534326986,0.731241342,14,-1.530011122,0.7321679851,13.238398457 +139,-1.530733872,0.7303625216,14,-1.530011122,0.7321679851,7.4621537157 +141,-1.534354939,0.7328219978,14,-1.530011122,0.7321679851,13.052351234 +142,-1.53157084,0.7292888153,14,-1.530011122,0.7321679851,12.297425555 +143,-1.525691035,0.7263799874,14,-1.530011122,0.7321679851,26.237745175 +144,-1.534031287,0.7495967835,14,-1.530011122,0.7321679851,70.028148666 +145,-1.527714986,0.7283095957,14,-1.530011122,0.7321679851,16.717814041 +146,-1.526189586,0.7271468292,14,-1.530011122,0.7321679851,22.866456391 +147,-1.555177336,0.7375563366,14,-1.530011122,0.7321679851,76.974391448 +148,-1.555080283,0.7312707794,14,-1.530011122,0.7321679851,73.9656196 +149,-1.53856994,0.7224180299,14,-1.530011122,0.7321679851,46.181577517 +150,-1.530837883,0.729933372,14,-1.530011122,0.7321679851,9.1809258825 +151,-1.515066984,0.5854133365,14,-1.530011122,0.7321679851,583.16711048 +152,-1.534731633,0.5368370046,14,-1.530011122,0.7321679851,773.85131838 +153,-1.515231902,0.5607085576,14,-1.530011122,0.7321679851,680.74582101 +154,-2.616253799,1.0684566605,14,-1.530011122,0.7321679851,2846.5427189 +155,-1.956071439,0.5792177723,14,-1.530011122,0.7321679851,1461.676612 +156,-1.951208514,0.5602434208,14,-1.530011122,0.7321679851,1488.7767364 +157,-1.944675062,0.6062144545,14,-1.530011122,0.7321679851,1375.8313873 +158,-1.613778386,0.6077989518,14,-1.530011122,0.7321679851,556.82436661 +159,-2.035029014,0.6021432345,14,-1.530011122,0.7321679851,1644.5158935 +160,-2.114989471,0.6801825058,14,-1.530011122,0.7321679851,1763.6117634 +161,-2.037382079,0.5765830025,14,-1.530011122,0.7321679851,1699.3181688 +162,-2.129855121,0.6585019963,14,-1.530011122,0.7321679851,1834.9906856 +163,-2.075141798,0.6493615843,14,-1.530011122,0.7321679851,1686.5118074 +164,-1.828626729,0.6948433129,14,-1.530011122,0.7321679851,904.85534128 +165,-1.863329418,0.6735427691,14,-1.530011122,0.7321679851,1031.4323718 +166,-1.266037071,0.727988852,14,-1.530011122,0.7321679851,778.26505373 +167,-1.277579582,0.7249010648,14,-1.530011122,0.7321679851,745.73165493 +168,-1.258418684,0.7241194816,14,-1.530011122,0.7321679851,802.50140809 +169,-1.317813974,0.6804850104,14,-1.530011122,0.7321679851,670.69436726 +170,-1.344165204,0.6790988904,14,-1.530011122,0.7321679851,597.96397208 +171,-1.427582102,0.5277120351,14,-1.530011122,0.7321679851,873.11803813 +172,-1.402238616,0.457167829,14,-1.530011122,0.7321679851,1166.0006372 +173,-1.422454264,0.4996161999,14,-1.530011122,0.7321679851,983.87971559 +174,-1.439089277,0.4894859811,14,-1.530011122,0.7321679851,1004.9798829 +175,-1.448126995,0.5182330266,14,-1.530011122,0.7321679851,886.87898677 +176,-1.474626146,0.5881926574,14,-1.530011122,0.7321679851,595.90694919 +177,-1.421139645,0.5584869783,14,-1.530011122,0.7321679851,768.84290417 +178,-1.457037165,0.565943032,14,-1.530011122,0.7321679851,697.27796388 +179,-2.757159358,0.3745319,14,-1.530011122,0.7321679851,4248.9149459 +180,-2.714309238,0.342054471,14,-1.530011122,0.7321679851,4201.1226422 +181,-2.000525337,0.774119946,14,-1.530011122,0.7321679851,1363.5238189 +183,-1.571413436,0.6777838382,14,-1.530011122,0.7321679851,248.98079833 +184,-1.552860289,0.6987663893,14,-1.530011122,0.7321679851,148.89376754 +185,-1.521852374,0.7165827476,14,-1.530011122,0.7321679851,66.307602582 +186,-1.503656267,0.6928968252,14,-1.530011122,0.7321679851,174.45360225 +187,-1.502753178,0.7136205882,14,-1.530011122,0.7321679851,109.32443786 +188,-1.631894563,0.7343596465,14,-1.530011122,0.7321679851,299.91018615 +189,-1.653765416,0.6770714026,14,-1.530011122,0.7321679851,432.33119568 +190,-1.719812114,0.6715965947,14,-1.530011122,0.7321679851,621.62727561 +191,-1.493406659,0.6646955447,14,-1.530011122,0.7321679851,289.38207279 +192,-1.469120564,0.6613469966,14,-1.530011122,0.7321679851,335.94484531 +193,-1.590551461,0.5326612937,14,-1.530011122,0.7321679851,813.37115618 +194,-1.625979264,0.5247742243,14,-1.530011122,0.7321679851,876.63658807 +195,-1.572293943,0.5238808754,14,-1.530011122,0.7321679851,835.97897916 +196,-1.610848725,0.5477107964,14,-1.530011122,0.7321679851,774.13355497 +197,-1.208485554,0.7918526018,14,-1.530011122,0.7321679851,948.86914208 +198,-1.335601374,0.6869083083,14,-1.530011122,0.7321679851,610.57384412 +199,-1.346156996,0.6825213377,14,-1.530011122,0.7321679851,586.94449761 +200,-1.324381037,0.6741422347,14,-1.530011122,0.7321679851,661.76715739 +201,-1.242424992,0.7378949807,14,-1.530011122,0.7321679851,844.00259877 +202,-1.270370057,0.7392461008,14,-1.530011122,0.7321679851,761.98199738 +203,-1.448950472,0.7441675014,14,-1.530011122,0.7321679851,242.18017419 +204,-1.492662363,0.7523026852,14,-1.530011122,0.7321679851,135.07387523 +205,-1.479098966,0.7763855017,14,-1.530011122,0.7321679851,228.60395274 +206,-1.633760714,0.7869022408,14,-1.530011122,0.7321679851,368.36124726 +207,-1.647406434,0.8101289331,14,-1.530011122,0.7321679851,454.17620181 +208,-1.564245052,0.5701509278,14,-1.530011122,0.7321679851,650.69557696 +209,-1.646289963,0.6833746083,14,-1.530011122,0.7321679851,399.60720494 +210,-1.5820631,0.6751952144,14,-1.530011122,0.7321679851,274.98368789 +211,-1.613236298,0.6681681791,14,-1.530011122,0.7321679851,357.39934231 +212,-1.914661867,0.8212566515,14,-1.530011122,0.7321679851,1138.040162 +213,-1.742133237,0.7250275956,14,-1.530011122,0.7321679851,627.00378236 +214,-2.033144872,0.6557314699,14,-1.530011122,0.7321679851,1553.9290434 +215,-2.039551981,0.6964723658,14,-1.530011122,0.7321679851,1524.0299344 +216,-1.247341019,0.7622473908,14,-1.530011122,0.7321679851,828.59994189 +217,-1.298239787,0.7084123392,14,-1.530011122,0.7321679851,695.6821734 +218,-1.308539688,0.6926545592,14,-1.530011122,0.7321679851,681.388533 +219,-1.303263185,0.6888938396,14,-1.530011122,0.7321679851,701.28775979 +220,-1.852400229,0.6004246149,14,-1.530011122,0.7321679851,1128.0617009 +221,-1.288947707,0.7473773692,14,-1.530011122,0.7321679851,707.04387262 +222,-1.372031502,0.7472790993,14,-1.530011122,0.7321679851,465.84594386 +223,-1.289805721,0.7242157877,14,-1.530011122,0.7321679851,710.07920638 +224,-1.350807603,0.7533498126,14,-1.530011122,0.7321679851,529.19937304 +225,-1.329290365,0.7560442322,14,-1.530011122,0.7321679851,592.01906456 +226,-1.410153004,0.616936428,14,-1.530011122,0.7321679851,587.62175857 +227,-1.393445434,0.6308995063,14,-1.530011122,0.7321679851,580.36468461 +228,-1.37595573,0.6241540638,14,-1.530011122,0.7321679851,638.77375004 +229,-1.358388707,0.6172645205,14,-1.530011122,0.7321679851,698.40021197 +230,-1.753741133,0.8281661666,14,-1.530011122,0.7321679851,734.40262179 +231,-1.47430987,0.6834615681,14,-1.530011122,0.7321679851,255.53975243 +232,-1.421012508,0.7222725206,14,-1.530011122,0.7321679851,324.82179614 +233,-1.4476833,0.6978557868,14,-1.530011122,0.7321679851,281.19143708 +234,-1.470370723,0.6966193374,14,-1.530011122,0.7321679851,227.29907058 +235,-1.429211703,0.7037216883,14,-1.530011122,0.7321679851,321.04500857 +236,-1.700578405,0.6178673663,14,-1.530011122,0.7321679851,694.28607758 +237,-1.678117619,0.6331716163,14,-1.530011122,0.7321679851,600.24268609 +238,-1.725644578,0.6316331145,14,-1.530011122,0.7321679851,720.52316241 +239,-2.14012759,0.7930497945,14,-1.530011122,0.7321679851,1749.8645631 +240,-2.103289431,0.7653606263,14,-1.530011122,0.7321679851,1657.6217077 +241,-1.318739838,0.7017808746,14,-1.530011122,0.7321679851,641.61536138 +242,-1.396417427,0.7077900843,14,-1.530011122,0.7321679851,409.23023818 +243,-1.35650337,0.7185539404,14,-1.530011122,0.7321679851,516.77588039 +244,-1.248884539,0.7274156818,14,-1.530011122,0.7321679851,828.92930752 +245,-1.395014798,0.5761185243,14,-1.530011122,0.7321679851,749.00744677 +246,-1.433377362,0.6064716109,14,-1.530011122,0.7321679851,581.05797918 +247,-1.408172432,0.5903155476,14,-1.530011122,0.7321679851,678.25212786 +248,-1.749645898,0.7757118084,14,-1.530011122,0.7321679851,656.48924476 +249,-1.571626686,0.615046989,14,-1.530011122,0.7321679851,481.41500473 +250,-1.514070049,0.6303003037,14,-1.530011122,0.7321679851,406.46049458 +251,-1.480890369,0.6237966528,14,-1.530011122,0.7321679851,455.14666239 +252,-1.704390658,0.5281680612,14,-1.530011122,0.7321679851,980.44331136 +253,-1.64434733,0.5254277498,14,-1.530011122,0.7321679851,896.35596939 +254,-1.703855997,0.4792484842,14,-1.530011122,0.7321679851,1148.7613761 +255,-1.692002383,0.5748825051,14,-1.530011122,0.7321679851,803.72380448 +256,-1.854136457,0.5544643913,14,-1.530011122,0.7321679851,1240.9008365 +257,-1.665021206,0.520317736,14,-1.530011122,0.7321679851,943.39271408 +258,-1.733654349,0.4845187345,14,-1.530011122,0.7321679851,1180.8307671 +259,-1.720938188,0.5135933906,14,-1.530011122,0.7321679851,1059.538715 +260,-1.742668307,0.553296122,14,-1.530011122,0.7321679851,976.08153776 +261,-1.965659039,0.7142126903,14,-1.530011122,0.7321679851,1291.0588009 +262,-1.944438071,0.6772834804,14,-1.530011122,0.7321679851,1265.0421586 +263,-1.270340967,0.7681487096,14,-1.530011122,0.7321679851,764.73549348 +264,-1.353091884,0.6549276821,14,-1.530011122,0.7321679851,619.07063367 +265,-1.333236659,0.6413584414,14,-1.530011122,0.7321679851,701.02749961 +266,-1.352015998,0.6753788907,14,-1.530011122,0.7321679851,582.20881136 +267,-1.377988483,0.6577816235,14,-1.530011122,0.7321679851,547.9507791 +268,-2.13075611,0.8318642051,14,-1.530011122,0.7321679851,1718.665458 +269,-2.097910953,0.8259670014,14,-1.530011122,0.7321679851,1630.4489354 +270,-1.416382069,0.6694271549,14,-1.530011122,0.7321679851,424.18181698 +271,-1.538905672,0.7535625993,14,-1.530011122,0.7321679851,88.627404563 +272,-1.572309477,0.7803125099,14,-1.530011122,0.7321679851,226.29312728 +273,-1.87759879,0.7503853417,14,-1.530011122,0.7321679851,1015.7059885 +274,1.152365588,0.590457682,14,-1.530011122,0.7321679851,6945.3634178 +275,0.350198001,0.718001859,14,-1.530011122,0.7321679851,5142.1919798 +276,0.046513677,0.491503852,14,-1.530011122,0.7321679851,4966.2087631 +277,0.027510309,0.742571376,14,-1.530011122,0.7321679851,4331.7441019 +278,0.306285725,-0.214631579,14,-1.530011122,0.7321679851,7566.824341 +279,-1.100564889,0.318051531,14,-1.530011122,0.7321679851,2187.6142968 +280,-1.078582306,0.301437596,14,-1.530011122,0.7321679851,2289.7462918 +281,-1.137371989,-0.617634065,14,-1.530011122,0.7321679851,5532.9646391 +282,0.784356344,0.703272339,14,-1.530011122,0.7321679851,6030.4234033 +283,-1.221209947,0.218327455,14,-1.530011122,0.7321679851,2296.9726058 +284,2.347301921,-0.449114658,14,-1.530011122,0.7321679851,9809.7847769 +285,0.246820618,0.830553713,14,-1.530011122,0.7321679851,4631.0509376 +286,0.829414965,0.703288228,14,-1.530011122,0.7321679851,6103.378621 +287,-1.337537566,0.42332223,14,-1.530011122,0.7321679851,1377.1835685 +288,0.882453706,0.454478077,14,-1.530011122,0.7321679851,7039.2311713 +289,1.575629659,0.416419109,14,-1.530011122,0.7321679851,7892.3866692 +290,-1.039455679,0.229888244,14,-1.530011122,0.7321679851,2607.1727932 +291,0.489558039,0.934482747,14,-1.530011122,0.7321679851,4822.8563831 +292,0.081344504,0.88384514,14,-1.530011122,0.7321679851,4158.2998416 +293,-1.547979814,0.300350308,14,-1.530011122,0.7321679851,1711.5149224 +294,0.040776181,0.168560074,14,-1.530011122,0.7321679851,5776.7478901 +295,-1.130374745,0.563894876,14,-1.530011122,0.7321679851,1420.9153415 +296,1.578326642,0.478507176,14,-1.530011122,0.7321679851,7646.8193698 +297,-1.12861823,-0.291640865,14,-1.530011122,0.7321679851,4312.9574647 +298,0.310524208,0.770885792,14,-1.530011122,0.7321679851,4916.5623461 +299,0.415649091,-0.387246002,14,-1.530011122,0.7321679851,8316.9455091 +300,-0.926533878,-0.188022748,14,-1.530011122,0.7321679851,4254.0892179 +301,1.258856172,-0.11716081,14,-1.530011122,0.7321679851,9711.0660705 +302,-1.126050026,0.322941926,14,-1.530011122,0.7321679851,2116.0776945 +303,2.002785835,0.07893892,14,-1.530011122,0.7321679851,8935.2608118 +304,0.440437607,0.746258085,14,-1.530011122,0.7321679851,5256.3788589 +305,-0.030391866,0.214441206,14,-1.530011122,0.7321679851,5448.8512952 +306,0.521557815,-0.058929362,14,-1.530011122,0.7321679851,7777.5648593 +307,-0.097005111,0.13317729,14,-1.530011122,0.7321679851,5464.6756529 +308,1.83113859,0.221857587,14,-1.530011122,0.7321679851,8581.0100884 +309,0.222428864,0.099404236,14,-1.530011122,0.7321679851,6488.8904022 +310,-1.702731345,0.8728568183,14,-1.530011122,0.7321679851,731.23420985 +311,-0.418507569,0.278324921,14,-1.530011122,0.7321679851,4144.8407746 +312,-1.41153306,0.339029988,14,-1.530011122,0.7321679851,1607.2974788 +313,0.357560442,0.114788776,14,-1.530011122,0.7321679851,6832.6844322 +314,0.325818979,0.268352149,14,-1.530011122,0.7321679851,6318.5817512 +315,-1.246004659,-0.663679965,14,-1.530011122,0.7321679851,5623.1667055 +316,1.814603087,0.637404484,14,-1.530011122,0.7321679851,6969.4094113 +317,1.843704281,-0.18300445,14,-1.530011122,0.7321679851,10124.05283 +318,1.690644492,-0.211480909,14,-1.530011122,0.7321679851,10363.392019 +319,-1.275451936,0.068109467,14,-1.530011122,0.7321679851,2780.4153821 +320,0.762430171,-0.207594741,14,-1.530011122,0.7321679851,8863.5060754 +321,0.265668905,-0.014647884,14,-1.530011122,0.7321679851,6921.1798917 +322,-2.773032013,-0.335515811,14,-1.530011122,0.7321679851,6198.2348293 +323,-1.469512853,0.174058777,14,-1.530011122,0.7321679851,2220.6732962 +324,0.286276986,0.785925691,14,-1.530011122,0.7321679851,4825.8786917 +325,-1.379324697,0.377432233,14,-1.530011122,0.7321679851,1491.8914951 +326,-1.203778265,0.212813032,14,-1.530011122,0.7321679851,2345.11591 +327,0.579916301,0.611743168,14,-1.530011122,0.7321679851,5939.1504547 +328,0.267582642,0.868113908,14,-1.530011122,0.7321679851,4583.0409421 +329,0.412869244,-0.050245578,14,-1.530011122,0.7321679851,7443.8544235 +330,0.17524381,0.976660285,14,-1.530011122,0.7321679851,4156.560422 +331,0.743157214,0.204812899,14,-1.530011122,0.7321679851,7572.789762 +332,-1.070758176,0.269382282,14,-1.530011122,0.7321679851,2410.1088049 +333,-1.230364251,0.329790229,14,-1.530011122,0.7321679851,1885.9241316 +334,-1.374813124,-0.024926835,14,-1.530011122,0.7321679851,3050.0405419 +335,0.519780566,0.463669906,14,-1.530011122,0.7321679851,6252.0886988 +336,-1.55108034,0.239698561,14,-1.530011122,0.7321679851,1952.0143201 +337,0.180294813,0.029739425,14,-1.530011122,0.7321679851,6553.0441042 +338,0.67820924,0.268170153,14,-1.530011122,0.7321679851,7221.4230377 +339,0.445798684,1.024001867,14,-1.530011122,0.7321679851,4510.9676652 +340,0.691751283,0.150521402,14,-1.530011122,0.7321679851,7618.5261805 +341,-1.036643551,-0.903056181,14,-1.530011122,0.7321679851,6695.6163043 +342,-0.120287036,1.083325163,14,-1.530011122,0.7321679851,3437.4570921 +343,2.823513113,-0.304487164,14,-1.530011122,0.7321679851,8069.0266378 +344,0.457583172,1.12513373,14,-1.530011122,0.7321679851,4268.5495787 +345,0.042918831,0.813795399,14,-1.530011122,0.7321679851,4216.9886938 +346,1.196146777,-0.853142756,14,-1.530011122,0.7321679851,11199.893466 +347,0.206001358,-0.010430701,14,-1.530011122,0.7321679851,6735.4532491 +348,-0.268308653,0.234799412,14,-1.530011122,0.7321679851,4696.9698503 +349,0.759363263,0.736189579,14,-1.530011122,0.7321679851,5880.6512623 +350,0.181363926,0.891988372,14,-1.530011122,0.7321679851,4351.4513637 +351,-0.021111158,0.139103292,14,-1.530011122,0.7321679851,5672.5607901 +352,-0.093355215,0.630686981,14,-1.530011122,0.7321679851,4263.4658223 +353,0.40118964,0.681375926,14,-1.530011122,0.7321679851,5354.1145023 +354,-0.721197315,1.304706234,14,-1.530011122,0.7321679851,2678.3347057 +355,-1.076150317,0.212107639,14,-1.530011122,0.7321679851,2587.068764 +356,-1.577164531,0.273993443,14,-1.530011122,0.7321679851,1821.9432311 +357,-0.190788414,0.182208586,14,-1.530011122,0.7321679851,5060.6413003 +358,-0.261349752,0.209710184,14,-1.530011122,0.7321679851,4781.8079098 +359,-1.029303852,0.083549259,14,-1.530011122,0.7321679851,3117.4930231 +360,-1.268609162,0.330525297,14,-1.530011122,0.7321679851,1817.8648054 +361,1.282982244,-0.926641967,14,-1.530011122,0.7321679851,11281.510863 +362,0.217352334,0.731352408,14,-1.530011122,0.7321679851,4808.8166391 +363,-1.511833084,0.258629297,14,-1.530011122,0.7321679851,1876.7182429 +364,0.338812194,0.823184618,14,-1.530011122,0.7321679851,4840.4894446 +365,-0.324406489,1.134201999,14,-1.530011122,0.7321679851,3048.9446953 +366,1.389579348,0.399185724,14,-1.530011122,0.7321679851,7889.2650844 +367,2.047152199,-0.039082036,14,-1.530011122,0.7321679851,9292.6571872 +368,0.947780369,0.568250077,14,-1.530011122,0.7321679851,6754.2557993 +369,0.763824846,0.576754987,14,-1.530011122,0.7321679851,6411.9950341 +370,-0.142334657,0.928153068,14,-1.530011122,0.7321679851,3591.6962801 +371,0.610266567,0.547265983,14,-1.530011122,0.7321679851,6200.5256038 +372,0.210731629,0.746815056,14,-1.530011122,0.7321679851,4755.5903687 +373,-1.34931644,0.316895224,14,-1.530011122,0.7321679851,1754.4374557 +374,2.407696481,0.655030745,14,-1.530011122,0.7321679851,6243.0246106 +375,0.64207831,0.545359131,14,-1.530011122,0.7321679851,6273.1921474 +376,1.174597538,0.840588356,14,-1.530011122,0.7321679851,6029.4391407 +377,0.660059424,0.010604079,14,-1.530011122,0.7321679851,7958.8113381 +378,-0.730263819,0.010486456,14,-1.530011122,0.7321679851,4031.3364004 +379,0.831068936,0.512339172,14,-1.530011122,0.7321679851,6749.908092 +380,1.301180979,0.72367476,14,-1.530011122,0.7321679851,6571.2077204 +381,1.811128231,0.322854402,14,-1.530011122,0.7321679851,8201.4633636 +382,0.435105812,0.992284428,14,-1.530011122,0.7321679851,4576.865004 +383,0.62643634,0.592027932,14,-1.530011122,0.7321679851,6095.4767587 +384,0.492988703,-0.516339467,14,-1.530011122,0.7321679851,8833.7697987 +385,-0.162469483,0.112549365,14,-1.530011122,0.7321679851,5326.0267858 +386,0.314630866,0.472006421,14,-1.530011122,0.7321679851,5726.283474 +387,0.166744804,0.822815954,14,-1.530011122,0.7321679851,4476.6623238 +388,0.417159608,0.965805736,14,-1.530011122,0.7321679851,4616.2510804 +389,0.106334961,0.868774244,14,-1.530011122,0.7321679851,4243.5546048 +390,0.815086969,-0.338144359,14,-1.530011122,0.7321679851,9362.3064584 +391,0.59867455,-0.230624824,14,-1.530011122,0.7321679851,8463.1367603 +392,1.915104874,0.066220985,14,-1.530011122,0.7321679851,9097.907637 +393,1.278093622,0.064463721,14,-1.530011122,0.7321679851,9067.7621657 +394,-0.061477853,0.302997961,14,-1.530011122,0.7321679851,5131.0775553 +395,0.251311504,0.626976942,14,-1.530011122,0.7321679851,5154.0670425 +396,2.950242872,0.149095644,14,-1.530011122,0.7321679851,6499.0293557 +397,-0.180294708,0.35375117,14,-1.530011122,0.7321679851,4658.3767633 +398,1.010448592,-0.351180233,14,-1.530011122,0.7321679851,9933.9919794 +399,-1.748740498,0.3686318073,14,-1.530011122,0.7321679851,1614.0962101 +400,2.699635665,0.123533791,14,-1.530011122,0.7321679851,7264.7555621 +401,0.496808033,0.823843254,14,-1.530011122,0.7321679851,5147.2935019 +402,0.129574704,0.763364087,14,-1.530011122,0.7321679851,4528.9695269 +403,1.798920311,0.817447563,14,-1.530011122,0.7321679851,6270.5561785 +404,0.335987953,0.746786541,14,-1.530011122,0.7321679851,5034.5469353 +405,-1.085413643,0.292154671,14,-1.530011122,0.7321679851,2304.2744233 +406,-0.155321003,0.508207011,14,-1.530011122,0.7321679851,4364.6634721 +407,0.620529244,-0.301175104,14,-1.530011122,0.7321679851,8708.7249375 +408,1.684402744,0.368716966,14,-1.530011122,0.7321679851,8075.079355 +409,0.300582244,-0.386397212,14,-1.530011122,0.7321679851,7977.6769074 +410,2.913555946,-0.009225192,14,-1.530011122,0.7321679851,7034.4228674 +411,1.465101417,0.493232532,14,-1.530011122,0.7321679851,7560.5446787 +412,0.090612882,0.907955955,14,-1.530011122,0.7321679851,4129.0064307 +413,2.987564726,-0.729568594,14,-1.530011122,0.7321679851,8542.4526236 +414,-1.484261606,0.224149272,14,-1.530011122,0.7321679851,2018.4314862 +415,0.164073421,0.303955133,14,-1.530011122,0.7321679851,5774.1441707 +416,0.141441293,0.167552546,14,-1.530011122,0.7321679851,6072.1822586 +417,2.931321023,-0.506718887,14,-1.530011122,0.7321679851,8232.0143281 +418,2.21951565,0.700596356,14,-1.530011122,0.7321679851,6363.4698869 +419,0.268112576,1.199114336,14,-1.530011122,0.7321679851,3858.172474 +420,0.978913739,0.359223811,14,-1.530011122,0.7321679851,7539.3159492 +421,1.210898818,0.522863584,14,-1.530011122,0.7321679851,7261.7328269 +422,2.347397336,0.129231362,14,-1.530011122,0.7321679851,8117.7902624 +423,0.614394501,0.556878345,14,-1.530011122,0.7321679851,6179.528856 +424,-1.398079356,0.148483366,14,-1.530011122,0.7321679851,2357.522304 +425,2.535303836,-0.112984496,14,-1.530011122,0.7321679851,8392.0275855 +426,-1.019372593,-0.405322349,14,-1.530011122,0.7321679851,4878.5516613 +427,-1.297785627,-0.160104069,14,-1.530011122,0.7321679851,3633.5751184 +428,2.144554488,0.205051084,14,-1.530011122,0.7321679851,8255.0292584 +429,-2.242387083,-0.426171285,14,-1.530011122,0.7321679851,5277.5211197 +430,0.338637212,0.909723676,14,-1.530011122,0.7321679851,4619.2938393 +431,-0.148798452,0.691042401,14,-1.530011122,0.7321679851,3990.3471232 +432,0.893524764,0.441829531,14,-1.530011122,0.7321679851,7102.4216334 +433,0.969229347,-0.368847936,14,-1.530011122,0.7321679851,9871.6531624 +434,0.436043248,0.800045688,14,-1.530011122,0.7321679851,5097.5846723 +435,1.687946607,1.081504775,14,-1.530011122,0.7321679851,5255.7329409 +436,0.522302046,-0.034889271,14,-1.530011122,0.7321679851,7712.7232924 +437,-0.178996113,-0.438090009,14,-1.530011122,0.7321679851,6765.2763312 +438,-1.094339566,0.301444068,14,-1.530011122,0.7321679851,2254.6739291 +439,-1.064070054,0.242569932,14,-1.530011122,0.7321679851,2511.9650043 +440,-1.068153768,0.230387998,14,-1.530011122,0.7321679851,2543.2003121 +441,-3.00496892,-0.23989155,14,-1.530011122,0.7321679851,6577.7012133 +442,0.21751974,0.766874888,14,-1.530011122,0.7321679851,4721.9671337 +443,0.117229532,0.007619006,14,-1.530011122,0.7321679851,6426.8134289 +444,0.777758451,0.420554741,14,-1.530011122,0.7321679851,6952.2995779 +445,-0.252356999,0.250747086,14,-1.530011122,0.7321679851,4703.3560951 +446,0.363148444,0.768483434,14,-1.530011122,0.7321679851,5034.8504871 +447,0.903191366,-0.118210676,14,-1.530011122,0.7321679851,8971.2353547 +448,-0.205755923,0.149406178,14,-1.530011122,0.7321679851,5101.9834443 +449,1.811996086,0.02364353,14,-1.530011122,0.7321679851,9365.0942597 +450,-1.100670221,0.314845373,14,-1.530011122,0.7321679851,2197.6440188 +451,0.340078597,0.850105132,14,-1.530011122,0.7321679851,4773.5759546 +452,0.258757267,0.804969236,14,-1.530011122,0.7321679851,4719.0839965 +453,2.78505352,-0.155160804,14,-1.530011122,0.7321679851,7798.6645071 +454,0.800551619,0.105822106,14,-1.530011122,0.7321679851,8021.1253189 +455,0.437940882,-0.506194031,14,-1.530011122,0.7321679851,8651.8968659 +456,2.230431122,0.63458615,14,-1.530011122,0.7321679851,6585.0799622 +457,0.527965361,0.127667701,14,-1.530011122,0.7321679851,7264.6563335 +458,-0.063643205,0.702093448,14,-1.530011122,0.7321679851,4189.4089381 +459,1.408447268,0.133010502,14,-1.530011122,0.7321679851,8938.6609805 +460,0.523795955,0.280266966,14,-1.530011122,0.7321679851,6806.4436307 +461,-0.975769313,0.072177659,14,-1.530011122,0.7321679851,3265.6946946 +462,0.549774164,-0.463663986,14,-1.530011122,0.7321679851,8886.5653396 +463,0.29245874,1.095549818,14,-1.530011122,0.7321679851,4103.6251675 +464,0.143625958,0.816809593,14,-1.530011122,0.7321679851,4439.1659427 +465,0.671902494,0.611159853,14,-1.530011122,0.7321679851,6126.0975856 +466,1.239840988,0.6724199,14,-1.530011122,0.7321679851,6721.1554485 +467,0.607829703,-0.10932137,14,-1.530011122,0.7321679851,8160.165773 +468,1.763020906,0.263996692,14,-1.530011122,0.7321679851,8459.3862077 +469,0.378714634,0.726066797,14,-1.530011122,0.7321679851,5182.3698723 +470,2.196736143,-0.153862366,14,-1.530011122,0.7321679851,9378.0066003 +471,0.01702415,0.148991565,14,-1.530011122,0.7321679851,5758.6013156 +472,-2.998490902,-0.158002487,14,-1.530011122,0.7321679851,6341.4319151 +473,-3.051262951,-0.346595608,14,-1.530011122,0.7321679851,6988.9647963 +474,-1.069176439,0.182802941,14,-1.530011122,0.7321679851,2699.824449 +475,0.167157509,0.595344954,14,-1.530011122,0.7321679851,5026.3580096 +476,0.613855648,0.681746124,14,-1.530011122,0.7321679851,5792.8043952 +477,1.037012736,0.682555367,14,-1.530011122,0.7321679851,6470.7297454 +478,-1.253574971,0.379755746,14,-1.530011122,0.7321679851,1671.0898741 +479,3.108590453,-0.132620738,14,-1.530011122,0.7321679851,6789.2614511 +480,0.565301296,0.022333262,14,-1.530011122,0.7321679851,7669.7407781 +481,0.547898238,0.855555614,14,-1.530011122,0.7321679851,5148.101131 +482,0.948309381,0.417393755,14,-1.530011122,0.7321679851,7283.2167348 +483,-0.050600732,0.945269213,14,-1.530011122,0.7321679851,3763.1120992 +484,-0.977651478,-0.572363064,14,-1.530011122,0.7321679851,5544.6377589 +485,1.102014914,0.728861163,14,-1.530011122,0.7321679851,6376.7064025 +486,2.927300795,-0.282939414,14,-1.530011122,0.7321679851,7709.6408706 +487,-1.154565557,0.124434095,14,-1.530011122,0.7321679851,2743.6898326 +488,1.855331234,0.291044755,14,-1.530011122,0.7321679851,8293.9121596 +489,0.830290659,0.276904518,14,-1.530011122,0.7321679851,7533.8359984 +490,0.485104466,-0.234867441,14,-1.530011122,0.7321679851,8144.2017035 +491,0.521367572,-0.33161327,14,-1.530011122,0.7321679851,8494.2734143 +1,-1.539031704,0.7349710123,15,-1.53348106,0.7306614094,23.631752462 +2,-1.536990553,0.7349663874,15,-1.53348106,0.7306614094,19.938246916 +3,-1.534951779,0.7349571355,15,-1.53348106,0.7306614094,17.557690353 +4,-1.532906461,0.7349480293,15,-1.53348106,0.7306614094,17.063371859 +5,-1.531320211,0.7346937278,15,-1.53348106,0.7306614094,17.192713269 +6,-1.539451648,0.7335131775,15,-1.53348106,0.7306614094,20.904659892 +7,-1.537429487,0.7335445708,15,-1.53348106,0.7306614094,16.301300228 +8,-1.535484998,0.7335658704,15,-1.53348106,0.7306614094,12.930918718 +9,-1.533488396,0.7336036027,15,-1.53348106,0.7306614094,11.654047795 +10,-1.531497785,0.7335842962,15,-1.53348106,0.7306614094,12.968332873 +11,-1.530259379,0.7334777758,15,-1.53348106,0.7306614094,14.647122039 +12,-1.5335454,0.7322346912,15,-1.53348106,0.7306614094,6.2346549045 +13,-1.531489083,0.7322238773,15,-1.53348106,0.7306614094,8.5313068079 +14,-1.530011122,0.7321679851,15,-1.53348106,0.7306614094,11.842476328 +15,-1.53348106,0.7306614094,15,-1.53348106,0.7306614094,3.0092449045 +16,-1.531441779,0.7306962275,15,-1.53348106,0.7306614094,6.0171379007 +17,-1.529755654,0.7306933243,15,-1.53348106,0.7306614094,10.990098797 +18,-1.533415048,0.7291384674,15,-1.53348106,0.7306614094,6.035519738 +19,-1.531392093,0.7291705353,15,-1.53348106,0.7306614094,8.5379630348 +20,-1.529296523,0.7291214933,15,-1.53348106,0.7306614094,13.776339786 +21,-1.535280942,0.727267644,15,-1.53348106,0.7306614094,14.456216751 +22,-1.533378158,0.7276139666,15,-1.53348106,0.7306614094,12.074747412 +23,-1.531340368,0.7276446587,15,-1.53348106,0.7306614094,13.519294575 +24,-1.528960113,0.7276398177,15,-1.53348106,0.7306614094,17.93273597 +25,-1.533313146,0.7260818349,15,-1.53348106,0.7306614094,18.146483715 +26,-1.531259555,0.7260958115,15,-1.53348106,0.7306614094,19.239616058 +27,-1.528926415,0.7260865555,15,-1.53348106,0.7306614094,22.574919493 +28,-1.531226779,0.7245511789,15,-1.53348106,0.7306614094,25.104369864 +29,-1.528904772,0.7245519194,15,-1.53348106,0.7306614094,27.728285119 +30,-1.547195875,0.7409785979,15,-1.53348106,0.7306614094,57.372831525 +31,-1.5451475,0.740980426,15,-1.53348106,0.7306614094,53.329395124 +32,-1.543097679,0.7409798872,15,-1.53348106,0.7306614094,49.676422858 +33,-1.540720364,0.7409892687,15,-1.53348106,0.7306614094,46.101212372 +34,-1.547188511,0.7395198392,15,-1.53348106,0.7306614094,53.415135475 +35,-1.545148587,0.7395226109,15,-1.53348106,0.7306614094,49.062241277 +36,-1.543104538,0.7395314908,15,-1.53348106,0.7306614094,45.098613916 +37,-1.540727751,0.7395306258,15,-1.53348106,0.7306614094,41.07935081 +38,-1.547187029,0.7380014886,15,-1.53348106,0.7306614094,49.690840447 +39,-1.545147315,0.7380012252,15,-1.53348106,0.7306614094,44.963947307 +40,-1.54310719,0.7380060743,15,-1.53348106,0.7306614094,40.587758115 +41,-1.540719671,0.7380068206,15,-1.53348106,0.7306614094,36.048209242 +42,-1.547187189,0.7364799098,15,-1.53348106,0.7306614094,46.447008284 +43,-1.545149996,0.7364853874,15,-1.53348106,0.7306614094,41.362339788 +44,-1.543106091,0.7364823484,15,-1.53348106,0.7306614094,36.517740848 +45,-1.540717158,0.7364893901,15,-1.53348106,0.7306614094,31.403066903 +46,-1.538663972,0.7410138672,15,-1.53348106,0.7306614094,43.738721751 +47,-1.53695285,0.7409699132,15,-1.53348106,0.7306614094,42.085203183 +48,-1.534910498,0.7409641297,15,-1.53348106,0.7306614094,41.024337121 +49,-1.533145034,0.7409536636,15,-1.53348106,0.7306614094,40.779556443 +50,-1.538681336,0.7395405883,15,-1.53348106,0.7306614094,38.345832962 +51,-1.536999189,0.7395183096,15,-1.53348106,0.7306614094,36.573302811 +52,-1.534923633,0.7395144222,15,-1.53348106,0.7306614094,35.322002607 +53,-1.533267822,0.7395654306,15,-1.53348106,0.7306614094,35.274392373 +54,-1.53867273,0.7380151077,15,-1.53348106,0.7306614094,32.8851755 +55,-1.536980576,0.7379994392,15,-1.53348106,0.7306614094,30.833325932 +56,-1.534931522,0.7379944961,15,-1.53348106,0.7306614094,29.357749796 +57,-1.533387952,0.7379480264,15,-1.53348106,0.7306614094,28.863588123 +58,-1.538682279,0.7364914363,15,-1.53348106,0.7306614094,27.702884086 +59,-1.536980704,0.7364810563,15,-1.53348106,0.7306614094,25.246703586 +60,-1.534935567,0.7364752065,15,-1.53348106,0.7306614094,23.422701664 +61,-1.533042592,0.7363876366,15,-1.53348106,0.7306614094,22.718245915 +62,-1.545143426,0.7349628011,15,-1.53348106,0.7306614094,38.330871969 +63,-1.543105297,0.7349691947,15,-1.53348106,0.7306614094,33.07639084 +64,-1.541064533,0.7349647152,15,-1.53348106,0.7306614094,28.0899651 +65,-1.545411803,0.7334624714,15,-1.53348106,0.7306614094,36.859503098 +66,-1.543446606,0.7334780896,15,-1.53348106,0.7306614094,31.408389825 +67,-1.541475327,0.7334957295,15,-1.53348106,0.7306614094,26.091077555 +68,-1.545401939,0.731963266,15,-1.53348106,0.7306614094,35.52093247 +69,-1.54342253,0.7319915583,15,-1.53348106,0.7306614094,29.778482986 +70,-1.541455867,0.7320216438,15,-1.53348106,0.7306614094,24.119882247 +71,-1.545410146,0.7304422281,15,-1.53348106,0.7306614094,35.203538811 +72,-1.543435491,0.7304713664,15,-1.53348106,0.7306614094,29.37655032 +73,-1.541463105,0.7304997613,15,-1.53348106,0.7306614094,23.556521627 +74,-1.545414768,0.7289194936,15,-1.53348106,0.7306614094,35.899738636 +75,-1.543435774,0.7289538557,15,-1.53348106,0.7306614094,30.155968157 +76,-1.541457714,0.7289765881,15,-1.53348106,0.7306614094,24.475350497 +77,-1.539449415,0.7320555866,15,-1.53348106,0.7306614094,18.441226756 +78,-1.537429183,0.7321097681,15,-1.53348106,0.7306614094,12.976048253 +79,-1.535472649,0.7321497267,15,-1.53348106,0.7306614094,8.320026291 +80,-1.539457899,0.7305333307,15,-1.53348106,0.7306614094,17.639303569 +81,-1.537453161,0.7305750503,15,-1.53348106,0.7306614094,11.722695471 +82,-1.535479385,0.7306124949,15,-1.53348106,0.7306614094,5.8981470358 +83,-1.53946905,0.7290102593,15,-1.53348106,0.7306614094,18.848039954 +84,-1.537459922,0.7290417293,15,-1.53348106,0.7306614094,13.383604035 +85,-1.535451349,0.7290890157,15,-1.53348106,0.7306614094,8.5217118907 +86,-1.535522937,0.7279887191,15,-1.53348106,0.7306614094,12.183660221 +87,-1.539442524,0.7274735939,15,-1.53348106,0.7306614094,21.669717018 +88,-1.537424111,0.727521351,15,-1.53348106,0.7306614094,17.040290412 +89,-1.539384641,0.7259505092,15,-1.53348106,0.7306614094,25.548923149 +90,-1.537372391,0.7259947145,15,-1.53348106,0.7306614094,21.771638664 +91,-1.535340789,0.7260435356,15,-1.53348106,0.7306614094,19.099624885 +92,-1.539325716,0.7244369706,15,-1.53348106,0.7306614094,30.112750779 +93,-1.537308932,0.7244801057,15,-1.53348106,0.7306614094,26.975590535 +94,-1.535289068,0.7245247645,15,-1.53348106,0.7306614094,24.888629366 +95,-1.533261366,0.7245550236,15,-1.53348106,0.7306614094,24.196121876 +96,-1.539267302,0.722921924,15,-1.53348106,0.7306614094,35.11628873 +97,-1.537248972,0.7229660258,15,-1.53348106,0.7306614094,32.457780104 +98,-1.535219431,0.7229916471,15,-1.53348106,0.7306614094,30.812605238 +99,-1.53318962,0.7230212049,15,-1.53348106,0.7306614094,30.275142238 +100,-1.531154816,0.7230299897,15,-1.53348106,0.7306614094,31.002347247 +101,-1.528878341,0.7230370244,15,-1.53348106,0.7306614094,33.130890656 +102,-1.539218189,0.7214009878,15,-1.53348106,0.7306614094,40.425827802 +103,-1.537198791,0.7214422745,15,-1.53348106,0.7306614094,38.141232431 +104,-1.535179266,0.7214634354,15,-1.53348106,0.7306614094,36.778765991 +105,-1.533156501,0.7214944644,15,-1.53348106,0.7306614094,36.322992566 +106,-1.53113574,0.7215166021,15,-1.53348106,0.7306614094,36.882665058 +107,-1.528874248,0.7215345535,15,-1.53348106,0.7306614094,38.640794799 +108,-1.539217656,0.7198512397,15,-1.53348106,0.7306614094,46.07169527 +109,-1.537199919,0.7199428763,15,-1.53348106,0.7306614094,43.863631229 +110,-1.545425832,0.727397149,15,-1.53348106,0.7306614094,37.581329069 +111,-1.543371177,0.7273916949,15,-1.53348106,0.7306614094,31.959197449 +112,-1.541368852,0.7274523163,15,-1.53348106,0.7306614094,26.543051342 +113,-1.545349067,0.7258710923,15,-1.53348106,0.7306614094,39.88640879 +114,-1.54332671,0.7258603556,15,-1.53348106,0.7306614094,34.767708281 +115,-1.541346831,0.7259242142,15,-1.53348106,0.7306614094,29.879005956 +116,-1.545324355,0.7243383958,15,-1.53348106,0.7306614094,43.066457276 +117,-1.543292796,0.7243617413,15,-1.53348106,0.7306614094,38.276546831 +118,-1.541295822,0.7244024384,15,-1.53348106,0.7306614094,33.897356725 +119,-1.543193859,0.7205570215,15,-1.53348106,0.7306614094,49.297053152 +120,-1.550257047,0.7386738187,15,-1.53348106,0.7306614094,58.639376623 +121,-1.549335448,0.7311736483,15,-1.53348106,0.7306614094,46.801715059 +122,-1.533478843,0.7179891343,15,-1.53348106,0.7306614094,50.194882098 +123,-1.556150555,0.738907041,15,-1.53348106,0.7306614094,74.198619496 +124,-1.554324226,0.733414257,15,-1.53348106,0.7306614094,62.369124076 +125,-1.554290846,0.7288285332,15,-1.53348106,0.7306614094,61.863880703 +126,-1.55122487,0.7219795312,15,-1.53348106,0.7306614094,62.797477955 +127,-1.525104458,0.7229399862,15,-1.53348106,0.7306614094,39.372734523 +128,-1.519607711,0.7236181429,15,-1.53348106,0.7306614094,49.635593622 +129,-1.513899999,0.7251107854,15,-1.53348106,0.7306614094,61.938198862 +130,-1.536620762,0.7431061895,15,-1.53348106,0.7306614094,50.1467395 +131,-1.5369566,0.7460845958,15,-1.53348106,0.7306614094,61.933767027 +132,-1.545345528,0.7447040685,15,-1.53348106,0.7306614094,65.59980066 +133,-1.532813921,0.7432306626,15,-1.53348106,0.7306614094,49.825252488 +134,-1.554788248,0.7382381001,15,-1.53348106,0.7306614094,69.457282683 +135,-1.540348126,0.7301594274,15,-1.53348106,0.7306614094,20.358941655 +136,-1.538016084,0.7239051786,15,-1.53348106,0.7306614094,29.936945786 +137,-1.525288962,0.7258085137,15,-1.53348106,0.7306614094,30.919502636 +138,-1.534326986,0.731241342,15,-1.53348106,0.7306614094,3.3912306217 +139,-1.530733872,0.7303625216,15,-1.53348106,0.7306614094,8.1909905227 +141,-1.534354939,0.7328219978,15,-1.53348106,0.7306614094,8.9371878596 +142,-1.53157084,0.7292888153,15,-1.53348106,0.7306614094,7.8326769192 +143,-1.525691035,0.7263799874,15,-1.53348106,0.7306614094,28.59521396 +144,-1.534031287,0.7495967835,15,-1.53348106,0.7306614094,75.020277237 +145,-1.527714986,0.7283095957,15,-1.53348106,0.7306614094,19.408848156 +146,-1.526189586,0.7271468292,15,-1.53348106,0.7306614094,25.649442523 +147,-1.555177336,0.7375563366,15,-1.53348106,0.7306614094,69.402000559 +148,-1.555080283,0.7312707794,15,-1.53348106,0.7306614094,63.74305202 +149,-1.53856994,0.7224180299,15,-1.53348106,0.7306614094,35.960575725 +150,-1.530837883,0.729933372,15,-1.53348106,0.7306614094,8.3156516621 +151,-1.515066984,0.5854133365,15,-1.53348106,0.7306614094,578.20039929 +152,-1.534731633,0.5368370046,15,-1.53348106,0.7306614094,767.74875848 +153,-1.515231902,0.5607085576,15,-1.53348106,0.7306614094,675.63824282 +154,-2.616253799,1.0684566605,15,-1.53348106,0.7306614094,2844.4787611 +155,-1.956071439,0.5792177723,15,-1.53348106,0.7306614094,1450.1741341 +156,-1.951208514,0.5602434208,15,-1.53348106,0.7306614094,1477.1475327 +157,-1.944675062,0.6062144545,15,-1.53348106,0.7306614094,1364.4962025 +158,-1.613778386,0.6077989518,15,-1.53348106,0.7306614094,546.64838379 +159,-2.035029014,0.6021432345,15,-1.53348106,0.7306614094,1633.5036873 +160,-2.114989471,0.6801825058,15,-1.53348106,0.7306614094,1753.8972464 +161,-2.037382079,0.5765830025,15,-1.53348106,0.7306614094,1688.0910446 +162,-2.129855121,0.6585019963,15,-1.53348106,0.7306614094,1825.0233058 +163,-2.075141798,0.6493615843,15,-1.53348106,0.7306614094,1676.2063789 +164,-1.828626729,0.6948433129,15,-1.53348106,0.7306614094,894.27229513 +165,-1.863329418,0.6735427691,15,-1.53348106,0.7306614094,1020.5859834 +166,-1.266037071,0.727988852,15,-1.53348106,0.7306614094,788.89501856 +167,-1.277579582,0.7249010648,15,-1.53348106,0.7306614094,756.24981118 +168,-1.258418684,0.7241194816,15,-1.53348106,0.7306614094,813.04679254 +169,-1.317813974,0.6804850104,15,-1.53348106,0.7306614094,679.2729926 +170,-1.344165204,0.6790988904,15,-1.53348106,0.7306614094,606.06617656 +171,-1.427582102,0.5277120351,15,-1.53348106,0.7306614094,871.88385866 +172,-1.402238616,0.457167829,15,-1.53348106,0.7306614094,1164.6183742 +173,-1.422454264,0.4996161999,15,-1.53348106,0.7306614094,982.3707626 +174,-1.439089277,0.4894859811,15,-1.53348106,0.7306614094,1002.6694182 +175,-1.448126995,0.5182330266,15,-1.53348106,0.7306614094,884.58686221 +176,-1.474626146,0.5881926574,15,-1.53348106,0.7306614094,593.4966184 +177,-1.421139645,0.5584869783,15,-1.53348106,0.7306614094,768.59076989 +178,-1.457037165,0.565943032,15,-1.53348106,0.7306614094,695.39612372 +179,-2.757159358,0.3745319,15,-1.53348106,0.7306614094,4239.1314932 +180,-2.714309238,0.342054471,15,-1.53348106,0.7306614094,4190.9727648 +181,-2.000525337,0.774119946,15,-1.53348106,0.7306614094,1355.3746869 +183,-1.571413436,0.6777838382,15,-1.53348106,0.7306614094,238.68434877 +184,-1.552860289,0.6987663893,15,-1.53348106,0.7306614094,139.00034254 +185,-1.521852374,0.7165827476,15,-1.53348106,0.7306614094,65.584141381 +186,-1.503656267,0.6928968252,15,-1.53348106,0.7306614094,174.28220116 +187,-1.502753178,0.7136205882,15,-1.53348106,0.7306614094,113.5638971 +188,-1.631894563,0.7343596465,15,-1.53348106,0.7306614094,290.14440674 +189,-1.653765416,0.6770714026,15,-1.53348106,0.7306614094,420.49790453 +190,-1.719812114,0.6715965947,15,-1.53348106,0.7306614094,610.01035087 +191,-1.493406659,0.6646955447,15,-1.53348106,0.7306614094,288.1885752 +192,-1.469120564,0.6613469966,15,-1.53348106,0.7306614094,337.04781875 +193,-1.590551461,0.5326612937,15,-1.53348106,0.7306614094,805.03980998 +194,-1.625979264,0.5247742243,15,-1.53348106,0.7306614094,867.28499194 +195,-1.572293943,0.5238808754,15,-1.53348106,0.7306614094,828.375094 +196,-1.610848725,0.5477107964,15,-1.53348106,0.7306614094,764.96800501 +197,-1.208485554,0.7918526018,15,-1.53348106,0.7306614094,960.5500742 +198,-1.335601374,0.6869083083,15,-1.53348106,0.7306614094,619.20832367 +199,-1.346156996,0.6825213377,15,-1.53348106,0.7306614094,595.19197514 +200,-1.324381037,0.6741422347,15,-1.53348106,0.7306614094,669.95774055 +201,-1.242424992,0.7378949807,15,-1.53348106,0.7306614094,854.90643858 +202,-1.270370057,0.7392461008,15,-1.53348106,0.7306614094,772.88945836 +203,-1.448950472,0.7441675014,15,-1.53348106,0.7306614094,253.51023159 +204,-1.492662363,0.7523026852,15,-1.53348106,0.7306614094,146.84167919 +205,-1.479098966,0.7763855017,15,-1.53348106,0.7306614094,239.71159707 +206,-1.633760714,0.7869022408,15,-1.53348106,0.7306614094,364.13851874 +207,-1.647406434,0.8101289331,15,-1.53348106,0.7306614094,451.31609016 +208,-1.564245052,0.5701509278,15,-1.53348106,0.7306614094,643.09240911 +209,-1.646289963,0.6833746083,15,-1.53348106,0.7306614094,387.78722237 +210,-1.5820631,0.6751952144,15,-1.53348106,0.7306614094,264.20633972 +211,-1.613236298,0.6681681791,15,-1.53348106,0.7306614094,345.89050172 +212,-1.914661867,0.8212566515,15,-1.53348106,0.7306614094,1131.4162518 +213,-1.742133237,0.7250275956,15,-1.53348106,0.7306614094,616.95628846 +214,-2.033144872,0.6557314699,15,-1.53348106,0.7306614094,1543.5402839 +215,-2.039551981,0.6964723658,15,-1.53348106,0.7306614094,1514.3071924 +216,-1.247341019,0.7622473908,15,-1.53348106,0.7306614094,839.96311448 +217,-1.298239787,0.7084123392,15,-1.53348106,0.7306614094,705.58375771 +218,-1.308539688,0.6926545592,15,-1.53348106,0.7306614094,690.59990465 +219,-1.303263185,0.6888938396,15,-1.53348106,0.7306614094,710.39777119 +220,-1.852400229,0.6004246149,15,-1.53348106,0.7306614094,1116.3568212 +221,-1.288947707,0.7473773692,15,-1.53348106,0.7306614094,718.13636324 +222,-1.372031502,0.7472790993,15,-1.53348106,0.7306614094,477.00679527 +223,-1.289805721,0.7242157877,15,-1.53348106,0.7306614094,720.54443703 +224,-1.350807603,0.7533498126,15,-1.53348106,0.7306614094,540.49788467 +225,-1.329290365,0.7560442322,15,-1.53348106,0.7306614094,603.34581218 +226,-1.410153004,0.616936428,15,-1.53348106,0.7306614094,590.01421655 +227,-1.393445434,0.6308995063,15,-1.53348106,0.7306614094,584.26022158 +228,-1.37595573,0.6241540638,15,-1.53348106,0.7306614094,643.04574686 +229,-1.358388707,0.6172645205,15,-1.53348106,0.7306614094,702.99066285 +230,-1.753741133,0.8281661666,15,-1.53348106,0.7306614094,729.61156615 +231,-1.47430987,0.6834615681,15,-1.53348106,0.7306614094,258.23003845 +232,-1.421012508,0.7222725206,15,-1.53348106,0.7306614094,334.58702636 +233,-1.4476833,0.6978557868,15,-1.53348106,0.7306614094,287.72281736 +234,-1.470370723,0.6966193374,15,-1.53348106,0.7306614094,232.11956528 +235,-1.429211703,0.7037216883,15,-1.53348106,0.7306614094,328.96350532 +236,-1.700578405,0.6178673663,15,-1.53348106,0.7306614094,682.54127885 +237,-1.678117619,0.6331716163,15,-1.53348106,0.7306614094,588.51210486 +238,-1.725644578,0.6316331145,15,-1.53348106,0.7306614094,708.68088627 +239,-2.14012759,0.7930497945,15,-1.53348106,0.7306614094,1742.2878938 +240,-2.103289431,0.7653606263,15,-1.53348106,0.7306614094,1649.4062344 +241,-1.318739838,0.7017808746,15,-1.53348106,0.7306614094,651.11558358 +242,-1.396417427,0.7077900843,15,-1.53348106,0.7306614094,418.20123461 +243,-1.35650337,0.7185539404,15,-1.53348106,0.7306614094,526.76233719 +244,-1.248884539,0.7274156818,15,-1.53348106,0.7306614094,839.5806334 +245,-1.395014798,0.5761185243,15,-1.53348106,0.7306614094,750.48176168 +246,-1.433377362,0.6064716109,15,-1.53348106,0.7306614094,581.72538571 +247,-1.408172432,0.5903155476,15,-1.53348106,0.7306614094,679.62095552 +248,-1.749645898,0.7757118084,15,-1.53348106,0.7306614094,648.88625078 +249,-1.571626686,0.615046989,15,-1.53348106,0.7306614094,472.89921974 +250,-1.514070049,0.6303003037,15,-1.53348106,0.7306614094,401.98622593 +251,-1.480890369,0.6237966528,15,-1.53348106,0.7306614094,453.26988207 +252,-1.704390658,0.5281680612,15,-1.53348106,0.7306614094,969.48087237 +253,-1.64434733,0.5254277498,15,-1.53348106,0.7306614094,886.52871583 +254,-1.703855997,0.4792484842,15,-1.53348106,0.7306614094,1138.2550532 +255,-1.692002383,0.5748825051,15,-1.53348106,0.7306614094,792.44427583 +256,-1.854136457,0.5544643913,15,-1.53348106,0.7306614094,1229.063413 +257,-1.665021206,0.520317736,15,-1.53348106,0.7306614094,933.16953156 +258,-1.733654349,0.4845187345,15,-1.53348106,0.7306614094,1169.8799073 +259,-1.720938188,0.5135933906,15,-1.53348106,0.7306614094,1048.4987163 +260,-1.742668307,0.553296122,15,-1.53348106,0.7306614094,964.51883459 +261,-1.965659039,0.7142126903,15,-1.53348106,0.7306614094,1281.426909 +262,-1.944438071,0.6772834804,15,-1.53348106,0.7306614094,1254.6202498 +263,-1.270340967,0.7681487096,15,-1.53348106,0.7306614094,776.2094297 +264,-1.353091884,0.6549276821,15,-1.53348106,0.7306614094,625.69101104 +265,-1.333236659,0.6413584414,15,-1.53348106,0.7306614094,707.48688124 +266,-1.352015998,0.6753788907,15,-1.53348106,0.7306614094,589.96221925 +267,-1.377988483,0.6577816235,15,-1.53348106,0.7306614094,553.99423453 +268,-2.13075611,0.8318642051,15,-1.53348106,0.7306614094,1711.9489838 +269,-2.097910953,0.8259670014,15,-1.53348106,0.7306614094,1623.6014691 +270,-1.416382069,0.6694271549,15,-1.53348106,0.7306614094,429.52259321 +271,-1.538905672,0.7535625993,15,-1.53348106,0.7306614094,92.083444384 +272,-1.572309477,0.7803125099,15,-1.53348106,0.7306614094,226.27939027 +273,-1.87759879,0.7503853417,15,-1.53348106,0.7306614094,1006.794528 +274,1.152365588,0.590457682,15,-1.53348106,0.7306614094,6954.7172192 +275,0.350198001,0.718001859,15,-1.53348106,0.7306614094,5153.7902672 +276,0.046513677,0.491503852,15,-1.53348106,0.7306614094,4977.9274977 +277,0.027510309,0.742571376,15,-1.53348106,0.7306614094,4343.5608675 +278,0.306285725,-0.214631579,15,-1.53348106,0.7306614094,7577.1397401 +279,-1.100564889,0.318051531,15,-1.53348106,0.7306614094,2191.4428058 +280,-1.078582306,0.301437596,15,-1.53348106,0.7306614094,2293.7202033 +281,-1.137371989,-0.617634065,15,-1.53348106,0.7306614094,5530.5604285 +282,0.784356344,0.703272339,15,-1.53348106,0.7306614094,6041.1027394 +283,-1.221209947,0.218327455,15,-1.53348106,0.7306614094,2297.5352152 +284,2.347301921,-0.449114658,15,-1.53348106,0.7306614094,9800.9383738 +285,0.246820618,0.830553713,15,-1.53348106,0.7306614094,4642.5432294 +286,0.829414965,0.703288228,15,-1.53348106,0.7306614094,6113.904804 +287,-1.337537566,0.42332223,15,-1.53348106,0.7306614094,1377.3554167 +288,0.882453706,0.454478077,15,-1.53348106,0.7306614094,7050.2026731 +289,1.575629659,0.416419109,15,-1.53348106,0.7306614094,7898.7015854 +290,-1.039455679,0.229888244,15,-1.53348106,0.7306614094,2610.9294785 +291,0.489558039,0.934482747,15,-1.53348106,0.7306614094,4833.5892562 +292,0.081344504,0.88384514,15,-1.53348106,0.7306614094,4169.8452409 +293,-1.547979814,0.300350308,15,-1.53348106,0.7306614094,1705.1721082 +294,0.040776181,0.168560074,15,-1.53348106,0.7306614094,5787.6508845 +295,-1.130374745,0.563894876,15,-1.53348106,0.7306614094,1428.4451934 +296,1.578326642,0.478507176,15,-1.53348106,0.7306614094,7653.0900582 +297,-1.12861823,-0.291640865,15,-1.53348106,0.7306614094,4311.8907777 +298,0.310524208,0.770885792,15,-1.53348106,0.7306614094,4928.1078796 +299,0.415649091,-0.387246002,15,-1.53348106,0.7306614094,8326.7839727 +300,-0.926533878,-0.188022748,15,-1.53348106,0.7306614094,4255.9850075 +301,1.258856172,-0.11716081,15,-1.53348106,0.7306614094,9721.5955145 +302,-1.126050026,0.322941926,15,-1.53348106,0.7306614094,2119.5410022 +303,2.002785835,0.07893892,15,-1.53348106,0.7306614094,8935.4109871 +304,0.440437607,0.746258085,15,-1.53348106,0.7306614094,5267.7841685 +305,-0.030391866,0.214441206,15,-1.53348106,0.7306614094,5459.6998918 +306,0.521557815,-0.058929362,15,-1.53348106,0.7306614094,7789.0779826 +307,-0.097005111,0.13317729,15,-1.53348106,0.7306614094,5474.9591004 +308,1.83113859,0.221857587,15,-1.53348106,0.7306614094,8584.1280885 +309,0.222428864,0.099404236,15,-1.53348106,0.7306614094,6500.0887518 +310,-1.702731345,0.8728568183,15,-1.53348106,0.7306614094,729.92609089 +311,-0.418507569,0.278324921,15,-1.53348106,0.7306614094,4154.4810715 +312,-1.41153306,0.339029988,15,-1.53348106,0.7306614094,1604.5137492 +313,0.357560442,0.114788776,15,-1.53348106,0.7306614094,6844.2231647 +314,0.325818979,0.268352149,15,-1.53348106,0.7306614094,6330.310439 +315,-1.246004659,-0.663679965,15,-1.53348106,0.7306614094,5619.6492175 +316,1.814603087,0.637404484,15,-1.53348106,0.7306614094,6973.5919399 +317,1.843704281,-0.18300445,15,-1.53348106,0.7306614094,10125.271699 +318,1.690644492,-0.211480909,15,-1.53348106,0.7306614094,10367.673699 +319,-1.275451936,0.068109467,15,-1.53348106,0.7306614094,2778.9322569 +320,0.762430171,-0.207594741,15,-1.53348106,0.7306614094,8875.1889394 +321,0.265668905,-0.014647884,15,-1.53348106,0.7306614094,6932.1498766 +322,-2.773032013,-0.335515811,15,-1.53348106,0.7306614094,6186.4153482 +323,-1.469512853,0.174058777,15,-1.53348106,0.7306614094,2215.9250724 +324,0.286276986,0.785925691,15,-1.53348106,0.7306614094,4837.4233506 +325,-1.379324697,0.377432233,15,-1.53348106,0.7306614094,1490.3087903 +326,-1.203778265,0.212813032,15,-1.53348106,0.7306614094,2345.9586666 +327,0.579916301,0.611743168,15,-1.53348106,0.7306614094,5950.587743 +328,0.267582642,0.868113908,15,-1.53348106,0.7306614094,4594.4048299 +329,0.412869244,-0.050245578,15,-1.53348106,0.7306614094,7455.1329405 +330,0.17524381,0.976660285,15,-1.53348106,0.7306614094,4167.6875187 +331,0.743157214,0.204812899,15,-1.53348106,0.7306614094,7584.5351529 +332,-1.070758176,0.269382282,15,-1.53348106,0.7306614094,2413.8274535 +333,-1.230364251,0.329790229,15,-1.53348106,0.7306614094,1887.4724696 +334,-1.374813124,-0.024926835,15,-1.53348106,0.7306614094,3046.5222132 +335,0.519780566,0.463669906,15,-1.53348106,0.7306614094,6263.8360446 +336,-1.55108034,0.239698561,15,-1.53348106,0.7306614094,1945.6448674 +337,0.180294813,0.029739425,15,-1.53348106,0.7306614094,6563.8988513 +338,0.67820924,0.268170153,15,-1.53348106,0.7306614094,7233.1856951 +339,0.445798684,1.024001867,15,-1.53348106,0.7306614094,4521.4202093 +340,0.691751283,0.150521402,15,-1.53348106,0.7306614094,7630.3537701 +341,-1.036643551,-0.903056181,15,-1.53348106,0.7306614094,6692.9476625 +342,-0.120287036,1.083325163,15,-1.53348106,0.7306614094,3448.3997679 +343,2.823513113,-0.304487164,15,-1.53348106,0.7306614094,8058.7951822 +344,0.457583172,1.12513373,15,-1.53348106,0.7306614094,4278.458866 +345,0.042918831,0.813795399,15,-1.53348106,0.7306614094,4228.7141437 +346,1.196146777,-0.853142756,15,-1.53348106,0.7306614094,11205.598368 +347,0.206001358,-0.010430701,15,-1.53348106,0.7306614094,6746.247987 +348,-0.268308653,0.234799412,15,-1.53348106,0.7306614094,4707.0450977 +349,0.759363263,0.736189579,15,-1.53348106,0.7306614094,5891.3171791 +350,0.181363926,0.891988372,15,-1.53348106,0.7306614094,4362.8618385 +351,-0.021111158,0.139103292,15,-1.53348106,0.7306614094,5683.1508756 +352,-0.093355215,0.630686981,15,-1.53348106,0.7306614094,4275.2519419 +353,0.40118964,0.681375926,15,-1.53348106,0.7306614094,5365.7118341 +354,-0.721197315,1.304706234,15,-1.53348106,0.7306614094,2687.1300759 +355,-1.076150317,0.212107639,15,-1.53348106,0.7306614094,2590.0881991 +356,-1.577164531,0.273993443,15,-1.53348106,0.7306614094,1814.9958736 +357,-0.190788414,0.182208586,15,-1.53348106,0.7306614094,5070.7769205 +358,-0.261349752,0.209710184,15,-1.53348106,0.7306614094,4791.78337 +359,-1.029303852,0.083549259,15,-1.53348106,0.7306614094,3120.0312775 +360,-1.268609162,0.330525297,15,-1.53348106,0.7306614094,1818.5817775 +361,1.282982244,-0.926641967,15,-1.53348106,0.7306614094,11283.891454 +362,0.217352334,0.731352408,15,-1.53348106,0.7306614094,4820.5331372 +363,-1.511833084,0.258629297,15,-1.53348106,0.7306614094,1871.1882032 +364,0.338812194,0.823184618,15,-1.53348106,0.7306614094,4851.8705524 +365,-0.324406489,1.134201999,15,-1.53348106,0.7306614094,3059.6608079 +366,1.389579348,0.399185724,15,-1.53348106,0.7306614094,7897.3427255 +367,2.047152199,-0.039082036,15,-1.53348106,0.7306614094,9291.4054518 +368,0.947780369,0.568250077,15,-1.53348106,0.7306614094,6764.6915403 +369,0.763824846,0.576754987,15,-1.53348106,0.7306614094,6423.0645566 +370,-0.142334657,0.928153068,15,-1.53348106,0.7306614094,3603.307104 +371,0.610266567,0.547265983,15,-1.53348106,0.7306614094,6212.0252731 +372,0.210731629,0.746815056,15,-1.53348106,0.7306614094,4767.289592 +373,-1.34931644,0.316895224,15,-1.53348106,0.7306614094,1753.0901346 +374,2.407696481,0.655030745,15,-1.53348106,0.7306614094,6242.1302555 +375,0.64207831,0.545359131,15,-1.53348106,0.7306614094,6284.632474 +376,1.174597538,0.840588356,15,-1.53348106,0.7306614094,6038.0453337 +377,0.660059424,0.010604079,15,-1.53348106,0.7306614094,7970.620988 +378,-0.730263819,0.010486456,15,-1.53348106,0.7306614094,4036.7657782 +379,0.831068936,0.512339172,15,-1.53348106,0.7306614094,6760.9201515 +380,1.301180979,0.72367476,15,-1.53348106,0.7306614094,6579.3552469 +381,1.811128231,0.322854402,15,-1.53348106,0.7306614094,8205.0797667 +382,0.435105812,0.992284428,15,-1.53348106,0.7306614094,4587.4811071 +383,0.62643634,0.592027932,15,-1.53348106,0.7306614094,6106.8588942 +384,0.492988703,-0.516339467,15,-1.53348106,0.7306614094,8843.042207 +385,-0.162469483,0.112549365,15,-1.53348106,0.7306614094,5335.9411766 +386,0.314630866,0.472006421,15,-1.53348106,0.7306614094,5738.12595 +387,0.166744804,0.822815954,15,-1.53348106,0.7306614094,4488.2648997 +388,0.417159608,0.965805736,15,-1.53348106,0.7306614094,4627.0142924 +389,0.106334961,0.868774244,15,-1.53348106,0.7306614094,4255.1132052 +390,0.815086969,-0.338144359,15,-1.53348106,0.7306614094,9373.7897097 +391,0.59867455,-0.230624824,15,-1.53348106,0.7306614094,8474.3817076 +392,1.915104874,0.066220985,15,-1.53348106,0.7306614094,9099.2714167 +393,1.278093622,0.064463721,15,-1.53348106,0.7306614094,9077.5646224 +394,-0.061477853,0.302997961,15,-1.53348106,0.7306614094,5142.1476527 +395,0.251311504,0.626976942,15,-1.53348106,0.7306614094,5165.8720323 +396,2.950242872,0.149095644,15,-1.53348106,0.7306614094,6490.7212701 +397,-0.180294708,0.35375117,15,-1.53348106,0.7306614094,4669.3017968 +398,1.010448592,-0.351180233,15,-1.53348106,0.7306614094,9945.8062068 +399,-1.748740498,0.3686318073,15,-1.53348106,0.7306614094,1603.7577717 +400,2.699635665,0.123533791,15,-1.53348106,0.7306614094,7257.8989755 +401,0.496808033,0.823843254,15,-1.53348106,0.7306614094,5158.3847797 +402,0.129574704,0.763364087,15,-1.53348106,0.7306614094,4540.7095692 +403,1.798920311,0.817447563,15,-1.53348106,0.7306614094,6275.1588959 +404,0.335987953,0.746786541,15,-1.53348106,0.7306614094,5046.1085793 +405,-1.085413643,0.292154671,15,-1.53348106,0.7306614094,2308.0288481 +406,-0.155321003,0.508207011,15,-1.53348106,0.7306614094,4376.1525032 +407,0.620529244,-0.301175104,15,-1.53348106,0.7306614094,8719.7781598 +408,1.684402744,0.368716966,15,-1.53348106,0.7306614094,8080.2322179 +409,0.300582244,-0.386397212,15,-1.53348106,0.7306614094,7987.0179414 +410,2.913555946,-0.009225192,15,-1.53348106,0.7306614094,7025.3804301 +411,1.465101417,0.493232532,15,-1.53348106,0.7306614094,7567.8357607 +412,0.090612882,0.907955955,15,-1.53348106,0.7306614094,4140.4755167 +413,2.987564726,-0.729568594,15,-1.53348106,0.7306614094,8530.6145378 +414,-1.484261606,0.224149272,15,-1.53348106,0.7306614094,2013.4624917 +415,0.164073421,0.303955133,15,-1.53348106,0.7306614094,5785.7034865 +416,0.141441293,0.167552546,15,-1.53348106,0.7306614094,6083.3649627 +417,2.931321023,-0.506718887,15,-1.53348106,0.7306614094,8220.6242889 +418,2.21951565,0.700596356,15,-1.53348106,0.7306614094,6364.3541595 +419,0.268112576,1.199114336,15,-1.53348106,0.7306614094,3867.9382386 +420,0.978913739,0.359223811,15,-1.53348106,0.7306614094,7550.1370634 +421,1.210898818,0.522863584,15,-1.53348106,0.7306614094,7270.8918394 +422,2.347397336,0.129231362,15,-1.53348106,0.7306614094,8114.046739 +423,0.614394501,0.556878345,15,-1.53348106,0.7306614094,6191.003324 +424,-1.398079356,0.148483366,15,-1.53348106,0.7306614094,2354.1284498 +425,2.535303836,-0.112984496,15,-1.53348106,0.7306614094,8384.7236136 +426,-1.019372593,-0.405322349,15,-1.53348106,0.7306614094,4878.1960569 +427,-1.297785627,-0.160104069,15,-1.53348106,0.7306614094,3630.8103247 +428,2.144554488,0.205051084,15,-1.53348106,0.7306614094,8254.0634256 +429,-2.242387083,-0.426171285,15,-1.53348106,0.7306614094,5266.5444546 +430,0.338637212,0.909723676,15,-1.53348106,0.7306614094,4630.4138986 +431,-0.148798452,0.691042401,15,-1.53348106,0.7306614094,4002.1647517 +432,0.893524764,0.441829531,15,-1.53348106,0.7306614094,7113.3828232 +433,0.969229347,-0.368847936,15,-1.53348106,0.7306614094,9883.3877813 +434,0.436043248,0.800045688,15,-1.53348106,0.7306614094,5108.8633169 +435,1.687946607,1.081504775,15,-1.53348106,0.7306614094,5261.3097541 +436,0.522302046,-0.034889271,15,-1.53348106,0.7306614094,7724.2871007 +437,-0.178996113,-0.438090009,15,-1.53348106,0.7306614094,6771.7164115 +438,-1.094339566,0.301444068,15,-1.53348106,0.7306614094,2258.3974393 +439,-1.064070054,0.242569932,15,-1.53348106,0.7306614094,2515.4893014 +440,-1.068153768,0.230387998,15,-1.53348106,0.7306614094,2546.532196 +441,-3.00496892,-0.23989155,15,-1.53348106,0.7306614094,6566.3356176 +442,0.21751974,0.766874888,15,-1.53348106,0.7306614094,4733.6268329 +443,0.117229532,0.007619006,15,-1.53348106,0.7306614094,6437.3708793 +444,0.777758451,0.420554741,15,-1.53348106,0.7306614094,6963.6620641 +445,-0.252356999,0.250747086,15,-1.53348106,0.7306614094,4713.5771873 +446,0.363148444,0.768483434,15,-1.53348106,0.7306614094,5046.3280462 +447,0.903191366,-0.118210676,15,-1.53348106,0.7306614094,8983.06552 +448,-0.205755923,0.149406178,15,-1.53348106,0.7306614094,5111.8927162 +449,1.811996086,0.02364353,15,-1.53348106,0.7306614094,9367.883428 +450,-1.100670221,0.314845373,15,-1.53348106,0.7306614094,2201.4304109 +451,0.340078597,0.850105132,15,-1.53348106,0.7306614094,4784.8809926 +452,0.258757267,0.804969236,15,-1.53348106,0.7306614094,4730.62131 +453,2.78505352,-0.155160804,15,-1.53348106,0.7306614094,7789.4540462 +454,0.800551619,0.105822106,15,-1.53348106,0.7306614094,8032.8925484 +455,0.437940882,-0.506194031,15,-1.53348106,0.7306614094,8661.0089986 +456,2.230431122,0.63458615,15,-1.53348106,0.7306614094,6585.5359461 +457,0.527965361,0.127667701,15,-1.53348106,0.7306614094,7276.4464616 +458,-0.063643205,0.702093448,15,-1.53348106,0.7306614094,4201.2501569 +459,1.408447268,0.133010502,15,-1.53348106,0.7306614094,8947.0520345 +460,0.523795955,0.280266966,15,-1.53348106,0.7306614094,6818.2857478 +461,-0.975769313,0.072177659,15,-1.53348106,0.7306614094,3268.8645392 +462,0.549774164,-0.463663986,15,-1.53348106,0.7306614094,8896.4685833 +463,0.29245874,1.095549818,15,-1.53348106,0.7306614094,4114.0046294 +464,0.143625958,0.816809593,15,-1.53348106,0.7306614094,4450.8038364 +465,0.671902494,0.611159853,15,-1.53348106,0.7306614094,6137.3346994 +466,1.239840988,0.6724199,15,-1.53348106,0.7306614094,6729.7924885 +467,0.607829703,-0.10932137,15,-1.53348106,0.7306614094,8171.749671 +468,1.763020906,0.263996692,15,-1.53348106,0.7306614094,8463.4779457 +469,0.378714634,0.726066797,15,-1.53348106,0.7306614094,5193.91471 +470,2.196736143,-0.153862366,15,-1.53348106,0.7306614094,9373.7191716 +471,0.01702415,0.148991565,15,-1.53348106,0.7306614094,5769.3588094 +472,-2.998490902,-0.158002487,15,-1.53348106,0.7306614094,6330.2727015 +473,-3.051262951,-0.346595608,15,-1.53348106,0.7306614094,6977.4437429 +474,-1.069176439,0.182802941,15,-1.53348106,0.7306614094,2702.6618207 +475,0.167157509,0.595344954,15,-1.53348106,0.7306614094,5038.2000986 +476,0.613855648,0.681746124,15,-1.53348106,0.7306614094,5804.0158478 +477,1.037012736,0.682555367,15,-1.53348106,0.7306614094,6480.4524246 +478,-1.253574971,0.379755746,15,-1.53348106,0.7306614094,1672.7875449 +479,3.108590453,-0.132620738,15,-1.53348106,0.7306614094,6778.7399661 +480,0.565301296,0.022333262,15,-1.53348106,0.7306614094,7681.4650499 +481,0.547898238,0.855555614,15,-1.53348106,0.7306614094,5158.9789936 +482,0.948309381,0.417393755,15,-1.53348106,0.7306614094,7294.0262542 +483,-0.050600732,0.945269213,15,-1.53348106,0.7306614094,3774.6027597 +484,-0.977651478,-0.572363064,15,-1.53348106,0.7306614094,5543.8966357 +485,1.102014914,0.728861163,15,-1.53348106,0.7306614094,6385.9802555 +486,2.927300795,-0.282939414,15,-1.53348106,0.7306614094,7699.1234532 +487,-1.154565557,0.124434095,15,-1.53348106,0.7306614094,2744.6486846 +488,1.855331234,0.291044755,15,-1.53348106,0.7306614094,8296.9104829 +489,0.830290659,0.276904518,15,-1.53348106,0.7306614094,7545.3234657 +490,0.485104466,-0.234867441,15,-1.53348106,0.7306614094,8155.0781282 +491,0.521367572,-0.33161327,15,-1.53348106,0.7306614094,8504.8438171 +1,-1.539031704,0.7349710123,16,-1.531441779,0.7306962275,28.036366808 +2,-1.536990553,0.7349663874,16,-1.531441779,0.7306962275,23.515166005 +3,-1.534951779,0.7349571355,16,-1.531441779,0.7306962275,19.789880124 +4,-1.532906461,0.7349480293,16,-1.531441779,0.7306962275,17.384703629 +5,-1.531320211,0.7346937278,16,-1.531441779,0.7306962275,15.83814455 +6,-1.539451648,0.7335131775,16,-1.531441779,0.7306962275,26.102591803 +7,-1.537429487,0.7335445708,16,-1.531441779,0.7306962275,20.939363852 +8,-1.535484998,0.7335658704,16,-1.531441779,0.7306962275,16.464510535 +9,-1.533488396,0.7336036027,16,-1.531441779,0.7306962275,12.998938407 +10,-1.531497785,0.7335842962,16,-1.531441779,0.7306962275,11.440830079 +11,-1.530259379,0.7334777758,16,-1.531441779,0.7306962275,11.55528688 +12,-1.5335454,0.7322346912,16,-1.531441779,0.7306962275,8.6940854692 +13,-1.531489083,0.7322238773,16,-1.531441779,0.7306962275,6.0526276158 +14,-1.530011122,0.7321679851,16,-1.531441779,0.7306962275,7.1951874746 +15,-1.53348106,0.7306614094,16,-1.531441779,0.7306962275,6.0171379007 +16,-1.531441779,0.7306962275,16,-1.531441779,0.7306962275,3.0362181044 +17,-1.529755654,0.7306933243,16,-1.531441779,0.7306962275,4.9737445233 +18,-1.533415048,0.7291384674,16,-1.531441779,0.7306962275,8.4853261065 +19,-1.531392093,0.7291705353,16,-1.531441779,0.7306962275,6.0450459237 +20,-1.529296523,0.7291214933,16,-1.531441779,0.7306962275,8.8886216674 +21,-1.535280942,0.727267644,16,-1.531441779,0.7306962275,17.693972471 +22,-1.533378158,0.7276139666,16,-1.531441779,0.7306962275,13.482274909 +23,-1.531340368,0.7276446587,16,-1.531441779,0.7306962275,12.090974944 +24,-1.528960113,0.7276398177,16,-1.531441779,0.7306962275,14.152767306 +25,-1.533313146,0.7260818349,16,-1.531441779,0.7306962275,19.09630516 +26,-1.531259555,0.7260958115,16,-1.531441779,0.7306962275,18.230206609 +27,-1.528926415,0.7260865555,16,-1.531441779,0.7306962275,19.714675343 +28,-1.531226779,0.7245511789,16,-1.531441779,0.7306962275,24.348843771 +29,-1.528904772,0.7245519194,16,-1.531441779,0.7306962275,25.468248857 +30,-1.547195875,0.7409785979,16,-1.531441779,0.7306962275,61.6311642 +31,-1.5451475,0.740980426,16,-1.531441779,0.7306962275,57.260592307 +32,-1.543097679,0.7409798872,16,-1.531441779,0.7306962275,53.201881309 +33,-1.540720364,0.7409892687,16,-1.531441779,0.7306962275,49.03495917 +34,-1.547188511,0.7395198392,16,-1.531441779,0.7306962275,57.982396386 +35,-1.545148587,0.7395226109,16,-1.531441779,0.7306962275,53.329896872 +36,-1.543104538,0.7395314908,16,-1.531441779,0.7306962275,48.978520791 +37,-1.540727751,0.7395306258,16,-1.531441779,0.7306962275,44.371816245 +38,-1.547187029,0.7380014886,16,-1.531441779,0.7306962275,54.591970809 +39,-1.545147315,0.7380012252,16,-1.531441779,0.7306962275,49.608123023 +40,-1.54310719,0.7380060743,16,-1.531441779,0.7306962275,44.884921147 +41,-1.540719671,0.7380068206,16,-1.531441779,0.7306962275,39.7819233 +42,-1.547187189,0.7364799098,16,-1.531441779,0.7306962275,51.679902411 +43,-1.545149996,0.7364853874,16,-1.531441779,0.7306962275,46.394156459 +44,-1.543106091,0.7364823484,16,-1.531441779,0.7306962275,41.267175604 +45,-1.540717158,0.7364893901,16,-1.531441779,0.7306962275,35.654596969 +46,-1.538663972,0.7410138672,16,-1.531441779,0.7306962275,46.041873826 +47,-1.53695285,0.7409699132,16,-1.531441779,0.7306962275,43.793143746 +48,-1.534910498,0.7409641297,16,-1.531441779,0.7306962275,41.926964293 +49,-1.533145034,0.7409536636,16,-1.531441779,0.7306962275,40.936329848 +50,-1.538681336,0.7395405883,16,-1.531441779,0.7306962275,40.984080793 +51,-1.536999189,0.7395183096,16,-1.531441779,0.7306962275,38.570814955 +52,-1.534923633,0.7395144222,16,-1.531441779,0.7306962275,36.396126378 +53,-1.533267822,0.7395654306,16,-1.531441779,0.7306962275,35.538199615 +54,-1.53867273,0.7380151077,16,-1.531441779,0.7306962275,35.949876295 +55,-1.536980576,0.7379994392,16,-1.531441779,0.7306962275,33.196672387 +56,-1.534931522,0.7379944961,16,-1.531441779,0.7306962275,30.675235658 +57,-1.533387952,0.7379480264,16,-1.531441779,0.7306962275,29.288767931 +58,-1.538682279,0.7364914363,16,-1.531441779,0.7306962275,31.316335433 +59,-1.536980704,0.7364810563,16,-1.531441779,0.7306962275,28.117678262 +60,-1.534935567,0.7364752065,16,-1.531441779,0.7306962275,25.092593033 +61,-1.533042592,0.7363876366,16,-1.531441779,0.7306962275,23.030439067 +62,-1.545143426,0.7349628011,16,-1.531441779,0.7306962275,43.736464716 +63,-1.543105297,0.7349691947,16,-1.531441779,0.7306962275,38.283434287 +64,-1.541064533,0.7349647152,16,-1.531441779,0.7306962275,32.992279647 +65,-1.545411803,0.7334624714,16,-1.531441779,0.7306962275,42.590963002 +66,-1.543446606,0.7334780896,16,-1.531441779,0.7306962275,37.044245197 +67,-1.541475327,0.7334957295,16,-1.531441779,0.7306962275,31.571136062 +68,-1.545401939,0.731963266,16,-1.531441779,0.7306962275,41.460952466 +69,-1.54342253,0.7319915583,16,-1.531441779,0.7306962275,35.690869735 +70,-1.541455867,0.7320216438,16,-1.531441779,0.7306962275,29.985080491 +71,-1.545410146,0.7304422281,16,-1.531441779,0.7306962275,41.220654819 +72,-1.543435491,0.7304713664,16,-1.531441779,0.7306962275,35.39368402 +73,-1.541463105,0.7304997613,16,-1.531441779,0.7306962275,29.573657508 +74,-1.545414768,0.7289194936,16,-1.531441779,0.7306962275,41.846134484 +75,-1.543435774,0.7289538557,16,-1.531441779,0.7306962275,36.073686069 +76,-1.541457714,0.7289765881,16,-1.531441779,0.7306962275,30.342092733 +77,-1.539449415,0.7320555866,16,-1.531441779,0.7306962275,24.21274989 +78,-1.537429183,0.7321097681,16,-1.531441779,0.7306962275,18.517189541 +79,-1.535472649,0.7321497267,16,-1.531441779,0.7306962275,13.203796467 +80,-1.539457899,0.7305333307,16,-1.531441779,0.7306962275,23.65641896 +81,-1.537453161,0.7305750503,16,-1.531441779,0.7306962275,17.73979736 +82,-1.535479385,0.7306124949,16,-1.531441779,0.7306962275,11.915175158 +83,-1.53946905,0.7290102593,16,-1.531441779,0.7306962275,24.619681825 +84,-1.537459922,0.7290417293,16,-1.531441779,0.7306962275,18.935639739 +85,-1.535451349,0.7290890157,16,-1.531441779,0.7306962275,13.439386603 +86,-1.535522937,0.7279887191,16,-1.531441779,0.7306962275,16.133578066 +87,-1.539442524,0.7274735939,16,-1.531441779,0.7306962275,26.861375716 +88,-1.537424111,0.727521351,16,-1.531441779,0.7306962275,21.689560894 +89,-1.539384641,0.7259505092,16,-1.531441779,0.7306962275,30.07728143 +90,-1.537372391,0.7259947145,16,-1.531441779,0.7306962275,25.576061005 +91,-1.535340789,0.7260435356,16,-1.531441779,0.7306962275,21.736366317 +92,-1.539325716,0.7244369706,16,-1.531441779,0.7306962275,34.037567154 +93,-1.537308932,0.7244801057,16,-1.531441779,0.7306962275,30.123729707 +94,-1.535289068,0.7245247645,16,-1.531441779,0.7306962275,26.964237967 +95,-1.533261366,0.7245550236,16,-1.531441779,0.7306962275,24.913608834 +96,-1.539267302,0.722921924,16,-1.531441779,0.7306962275,38.533479172 +97,-1.537248972,0.7229660258,16,-1.531441779,0.7306962275,35.114214615 +98,-1.535219431,0.7229916471,16,-1.531441779,0.7306962275,32.50179655 +99,-1.53318962,0.7230212049,16,-1.531441779,0.7306962275,30.837814473 +100,-1.531154816,0.7230299897,16,-1.531441779,0.7306962275,30.377844619 +101,-1.528878341,0.7230370244,16,-1.531441779,0.7306962275,31.272511009 +102,-1.539218189,0.7214009878,16,-1.531441779,0.7306962275,43.429879476 +103,-1.537198791,0.7214422745,16,-1.531441779,0.7306962275,40.427144674 +104,-1.535179266,0.7214634354,16,-1.531441779,0.7306962275,38.209861369 +105,-1.533156501,0.7214944644,16,-1.531441779,0.7306962275,36.800333387 +106,-1.53113574,0.7215166021,16,-1.531441779,0.7306962275,36.371792773 +107,-1.528874248,0.7215345535,16,-1.531441779,0.7306962275,37.077621357 +108,-1.539217656,0.7198512397,16,-1.531441779,0.7306962275,48.749488049 +109,-1.537199919,0.7199428763,16,-1.531441779,0.7306962275,45.885960532 +110,-1.545425832,0.727397149,16,-1.531441779,0.7306962275,43.328362303 +111,-1.543371177,0.7273916949,16,-1.531441779,0.7306962275,37.59349427 +112,-1.541368852,0.7274523163,16,-1.531441779,0.7306962275,32.01674147 +113,-1.545349067,0.7258710923,16,-1.531441779,0.7306962275,45.337351177 +114,-1.54332671,0.7258603556,16,-1.531441779,0.7306962275,40.016149351 +115,-1.541346831,0.7259242142,16,-1.531441779,0.7306962275,34.851249159 +116,-1.545324355,0.7243383958,16,-1.531441779,0.7306962275,48.173518705 +117,-1.543292796,0.7243617413,16,-1.531441779,0.7306962275,43.11073599 +118,-1.541295822,0.7244024384,16,-1.531441779,0.7306962275,38.355652205 +119,-1.543193859,0.7205570215,16,-1.531441779,0.7306962275,53.155978991 +120,-1.550257047,0.7386738187,16,-1.531441779,0.7306962275,63.692755817 +121,-1.549335448,0.7311736483,16,-1.531441779,0.7306962275,52.804937523 +122,-1.533478843,0.7179891343,16,-1.531441779,0.7306962275,50.694247775 +123,-1.556150555,0.738907041,16,-1.531441779,0.7306962275,79.566103413 +124,-1.554324226,0.733414257,16,-1.531441779,0.7306962275,68.269804296 +125,-1.554290846,0.7288285332,16,-1.531441779,0.7306962275,67.860236427 +126,-1.55122487,0.7219795312,16,-1.531441779,0.7306962275,68.000009607 +127,-1.525104458,0.7229399862,16,-1.531441779,0.7306962275,35.996529073 +128,-1.519607711,0.7236181429,16,-1.531441779,0.7306962275,44.858791361 +129,-1.513899999,0.7251107854,16,-1.531441779,0.7306962275,56.394359074 +130,-1.536620762,0.7431061895,16,-1.531441779,0.7306962275,51.449740377 +131,-1.5369566,0.7460845958,16,-1.531441779,0.7306962275,63.057689404 +132,-1.545345528,0.7447040685,16,-1.531441779,0.7306962275,68.843578558 +133,-1.532813921,0.7432306626,16,-1.531441779,0.7306962275,49.811752655 +134,-1.554788248,0.7382381001,16,-1.531441779,0.7306962275,74.852418449 +135,-1.540348126,0.7301594274,16,-1.531441779,0.7306962275,26.364068048 +136,-1.538016084,0.7239051786,16,-1.531441779,0.7306962275,33.195485138 +137,-1.525288962,0.7258085137,16,-1.531441779,0.7306962275,26.564351348 +138,-1.534326986,0.731241342,16,-1.531441779,0.7306962275,8.7783809203 +139,-1.530733872,0.7303625216,16,-1.531441779,0.7306962275,2.4716353208 +141,-1.534354939,0.7328219978,16,-1.531441779,0.7306962275,12.025062586 +142,-1.53157084,0.7292888153,16,-1.531441779,0.7306962275,5.5877602152 +143,-1.525691035,0.7263799874,16,-1.531441779,0.7306962275,24.107399065 +144,-1.534031287,0.7495967835,16,-1.531441779,0.7306962275,75.247161371 +145,-1.527714986,0.7283095957,16,-1.531441779,0.7306962275,14.507861915 +146,-1.526189586,0.7271468292,16,-1.531441779,0.7306962275,20.939251087 +147,-1.555177336,0.7375563366,16,-1.531441779,0.7306962275,74.900979229 +148,-1.555080283,0.7312707794,16,-1.531441779,0.7306962275,69.747224184 +149,-1.53856994,0.7224180299,16,-1.531441779,0.7306962275,38.994460736 +150,-1.530837883,0.729933372,16,-1.531441779,0.7306962275,3.5079813849 +151,-1.515066984,0.5854133365,16,-1.531441779,0.7306962275,577.73782782 +152,-1.534731633,0.5368370046,16,-1.531441779,0.7306962275,767.94758383 +153,-1.515231902,0.5607085576,16,-1.531441779,0.7306962275,675.25843341 +154,-2.616253799,1.0684566605,16,-1.531441779,0.7306962275,2848.2615734 +155,-1.956071439,0.5792177723,16,-1.531441779,0.7306962275,1455.9827525 +156,-1.951208514,0.5602434208,16,-1.531441779,0.7306962275,1482.8699374 +157,-1.944675062,0.6062144545,16,-1.531441779,0.7306962275,1370.3808037 +158,-1.613778386,0.6077989518,16,-1.531441779,0.7306962275,549.67684872 +159,-2.035029014,0.6021432345,16,-1.531441779,0.7306962275,1639.4719688 +160,-2.114989471,0.6801825058,16,-1.531441779,0.7306962275,1759.8813723 +161,-2.037382079,0.5765830025,16,-1.531441779,0.7306962275,1694.0103782 +162,-2.129855121,0.6585019963,16,-1.531441779,0.7306962275,1831.027229 +163,-2.075141798,0.6493615843,16,-1.531441779,0.7306962275,1682.2231456 +164,-1.828626729,0.6948433129,16,-1.531441779,0.7306962275,900.28525637 +165,-1.863329418,0.6735427691,16,-1.531441779,0.7306962275,1026.5787331 +166,-1.266037071,0.727988852,16,-1.531441779,0.7306962275,782.88622753 +167,-1.277579582,0.7249010648,16,-1.531441779,0.7306962275,750.23573904 +168,-1.258418684,0.7241194816,16,-1.531441779,0.7306962275,807.03370002 +169,-1.317813974,0.6804850104,16,-1.531441779,0.7306962275,673.44303676 +170,-1.344165204,0.6790988904,16,-1.531441779,0.7306962275,600.32866027 +171,-1.427582102,0.5277120351,16,-1.531441779,0.7306962275,869.51415893 +172,-1.402238616,0.457167829,16,-1.531441779,0.7306962275,1162.3236654 +173,-1.422454264,0.4996161999,16,-1.531441779,0.7306962275,980.13342976 +174,-1.439089277,0.4894859811,16,-1.531441779,0.7306962275,1000.8213232 +175,-1.448126995,0.5182330266,16,-1.531441779,0.7306962275,882.72742704 +176,-1.474626146,0.5881926574,16,-1.531441779,0.7306962275,591.68630635 +177,-1.421139645,0.5584869783,16,-1.531441779,0.7306962275,765.76653527 +178,-1.457037165,0.565943032,16,-1.531441779,0.7306962275,693.33069812 +179,-2.757159358,0.3745319,16,-1.531441779,0.7306962275,4245.1224421 +180,-2.714309238,0.342054471,16,-1.531441779,0.7306962275,4196.9860093 +181,-2.000525337,0.774119946,16,-1.531441779,0.7306962275,1361.1075568 +183,-1.571413436,0.6777838382,16,-1.531441779,0.7306962275,241.81413061 +184,-1.552860289,0.6987663893,16,-1.531441779,0.7306962275,141.77529969 +185,-1.521852374,0.7165827476,16,-1.531441779,0.7306962275,62.732825723 +186,-1.503656267,0.6928968252,16,-1.531441779,0.7306962275,171.34462158 +187,-1.502753178,0.7136205882,16,-1.531441779,0.7306962275,108.83411911 +188,-1.631894563,0.7343596465,16,-1.531441779,0.7306962275,296.12783897 +189,-1.653765416,0.6770714026,16,-1.531441779,0.7306962275,425.88269816 +190,-1.719812114,0.6715965947,16,-1.531441779,0.7306962275,615.74641479 +191,-1.493406659,0.6646955447,16,-1.531441779,0.7306962275,285.75947494 +192,-1.469120564,0.6613469966,16,-1.531441779,0.7306962275,333.60528608 +193,-1.590551461,0.5326612937,16,-1.531441779,0.7306962275,806.6625101 +194,-1.625979264,0.5247742243,16,-1.531441779,0.7306962275,869.64819633 +195,-1.572293943,0.5238808754,16,-1.531441779,0.7306962275,829.50951594 +196,-1.610848725,0.5477107964,16,-1.531441779,0.7306962275,767.18965445 +197,-1.208485554,0.7918526018,16,-1.531441779,0.7306962275,954.88210889 +198,-1.335601374,0.6869083083,16,-1.531441779,0.7306962275,613.36759802 +199,-1.346156996,0.6825213377,16,-1.531441779,0.7306962275,589.42442408 +200,-1.324381037,0.6741422347,16,-1.531441779,0.7306962275,664.20287974 +201,-1.242424992,0.7378949807,16,-1.531441779,0.7306962275,848.92429013 +202,-1.270370057,0.7392461008,16,-1.531441779,0.7306962275,766.90803736 +203,-1.448950472,0.7441675014,16,-1.531441779,0.7306962275,247.63798299 +204,-1.492662363,0.7523026852,16,-1.531441779,0.7306962275,141.96380452 +205,-1.479098966,0.7763855017,16,-1.531441779,0.7306962275,235.78894013 +206,-1.633760714,0.7869022408,16,-1.531441779,0.7306962275,368.70061802 +207,-1.647406434,0.8101289331,16,-1.531441779,0.7306962275,455.38147927 +208,-1.564245052,0.5701509278,16,-1.531441779,0.7306962275,644.22311392 +209,-1.646289963,0.6833746083,16,-1.531441779,0.7306962275,393.23170107 +210,-1.5820631,0.6751952144,16,-1.531441779,0.7306962275,267.7885066 +211,-1.613236298,0.6681681791,16,-1.531441779,0.7306962275,350.32683211 +212,-1.914661867,0.8212566515,16,-1.531441779,0.7306962275,1136.7684305 +213,-1.742133237,0.7250275956,16,-1.531441779,0.7306962275,622.96370355 +214,-2.033144872,0.6557314699,16,-1.531441779,0.7306962275,1549.5573905 +215,-2.039551981,0.6964723658,16,-1.531441779,0.7306962275,1520.2918979 +216,-1.247341019,0.7622473908,16,-1.531441779,0.7306962275,834.09489041 +217,-1.298239787,0.7084123392,16,-1.531441779,0.7306962275,699.58165165 +218,-1.308539688,0.6926545592,16,-1.531441779,0.7306962275,684.66879353 +219,-1.303263185,0.6888938396,16,-1.531441779,0.7306962275,704.48100526 +220,-1.852400229,0.6004246149,16,-1.531441779,0.7306962275,1122.0062549 +221,-1.288947707,0.7473773692,16,-1.531441779,0.7306962275,712.18802851 +222,-1.372031502,0.7472790993,16,-1.531441779,0.7306962275,471.07635559 +223,-1.289805721,0.7242157877,16,-1.531441779,0.7306962275,714.52882292 +224,-1.350807603,0.7533498126,16,-1.531441779,0.7306962275,534.60774697 +225,-1.329290365,0.7560442322,16,-1.531441779,0.7306962275,597.46513394 +226,-1.410153004,0.616936428,16,-1.531441779,0.7306962275,586.06910836 +227,-1.393445434,0.6308995063,16,-1.531441779,0.7306962275,579.75164505 +228,-1.37595573,0.6241540638,16,-1.531441779,0.7306962275,638.40695752 +229,-1.358388707,0.6172645205,16,-1.531441779,0.7306962275,698.24447706 +230,-1.753741133,0.8281661666,16,-1.531441779,0.7306962275,734.38905272 +231,-1.47430987,0.6834615681,16,-1.531441779,0.7306962275,254.13446914 +232,-1.421012508,0.7222725206,16,-1.531441779,0.7306962275,328.5923085 +233,-1.4476833,0.6978557868,16,-1.531441779,0.7306962275,282.35386325 +234,-1.470370723,0.6966193374,16,-1.531441779,0.7306962275,227.2581508 +235,-1.429211703,0.7037216883,16,-1.531441779,0.7306962275,323.25598908 +236,-1.700578405,0.6178673663,16,-1.531441779,0.7306962275,687.39362746 +237,-1.678117619,0.6331716163,16,-1.531441779,0.7306962275,593.33273037 +238,-1.725644578,0.6316331145,16,-1.531441779,0.7306962275,713.96772265 +239,-2.14012759,0.7930497945,16,-1.531441779,0.7306962275,1747.891831 +240,-2.103289431,0.7653606263,16,-1.531441779,0.7306962275,1655.1539318 +241,-1.318739838,0.7017808746,16,-1.531441779,0.7306962275,645.14868575 +242,-1.396417427,0.7077900843,16,-1.531441779,0.7306962275,412.30137411 +243,-1.35650337,0.7185539404,16,-1.531441779,0.7306962275,520.7546513 +244,-1.248884539,0.7274156818,16,-1.531441779,0.7306962275,833.57311728 +245,-1.395014798,0.5761185243,16,-1.531441779,0.7306962275,746.91234146 +246,-1.433377362,0.6064716109,16,-1.531441779,0.7306962275,578.48939778 +247,-1.408172432,0.5903155476,16,-1.531441779,0.7306962275,676.09284061 +248,-1.749645898,0.7757118084,16,-1.531441779,0.7306962275,654.48910395 +249,-1.571626686,0.615046989,16,-1.531441779,0.7306962275,474.64430727 +250,-1.514070049,0.6303003037,16,-1.531441779,0.7306962275,401.23968845 +251,-1.480890369,0.6237966528,16,-1.531441779,0.7306962275,451.1888435 +252,-1.704390658,0.5281680612,16,-1.531441779,0.7306962275,973.25169064 +253,-1.64434733,0.5254277498,16,-1.531441779,0.7306962275,889.2668995 +254,-1.703855997,0.4792484842,16,-1.531441779,0.7306962275,1141.5793115 +255,-1.692002383,0.5748825051,16,-1.531441779,0.7306962275,796.57227124 +256,-1.854136457,0.5544643913,16,-1.531441779,0.7306962275,1234.4137388 +257,-1.665021206,0.520317736,16,-1.531441779,0.7306962275,936.24047133 +258,-1.733654349,0.4845187345,16,-1.531441779,0.7306962275,1173.6385005 +259,-1.720938188,0.5135933906,16,-1.531441779,0.7306962275,1052.3521528 +260,-1.742668307,0.553296122,16,-1.531441779,0.7306962275,969.03162352 +261,-1.965659039,0.7142126903,16,-1.531441779,0.7306962275,1287.4024985 +262,-1.944438071,0.6772834804,16,-1.531441779,0.7306962275,1260.6371624 +263,-1.270340967,0.7681487096,16,-1.531441779,0.7306962275,770.39205178 +264,-1.353091884,0.6549276821,16,-1.531441779,0.7306962275,620.3161224 +265,-1.333236659,0.6413584414,16,-1.531441779,0.7306962275,702.1586485 +266,-1.352015998,0.6753788907,16,-1.531441779,0.7306962275,584.30062086 +267,-1.377988483,0.6577816235,16,-1.531441779,0.7306962275,548.78176521 +268,-2.13075611,0.8318642051,16,-1.531441779,0.7306962275,1717.3299056 +269,-2.097910953,0.8259670014,16,-1.531441779,0.7306962275,1629.0179389 +270,-1.416382069,0.6694271549,16,-1.531441779,0.7306962275,424.51884263 +271,-1.538905672,0.7535625993,16,-1.531441779,0.7306962275,93.157514494 +272,-1.572309477,0.7803125099,16,-1.531441779,0.7306962275,229.12373676 +273,-1.87759879,0.7503853417,16,-1.531441779,0.7306962275,1012.6712939 +274,1.152365588,0.590457682,16,-1.531441779,0.7306962275,6952.3471742 +275,0.350198001,0.718001859,16,-1.531441779,0.7306962275,5149.2237833 +276,0.046513677,0.491503852,16,-1.531441779,0.7306962275,4972.2985091 +277,0.027510309,0.742571376,16,-1.531441779,0.7306962275,4338.5006989 +278,0.306285725,-0.214631579,16,-1.531441779,0.7306962275,7571.1227967 +279,-1.100564889,0.318051531,16,-1.531441779,0.7306962275,2186.9769047 +280,-1.078582306,0.301437596,16,-1.531441779,0.7306962275,2289.202559 +281,-1.137371989,-0.617634065,16,-1.531441779,0.7306962275,5528.7743795 +282,0.784356344,0.703272339,16,-1.531441779,0.7306962275,6037.6153804 +283,-1.221209947,0.218327455,16,-1.531441779,0.7306962275,2294.3671124 +284,2.347301921,-0.449114658,16,-1.531441779,0.7306962275,9806.8097978 +285,0.246820618,0.830553713,16,-1.531441779,0.7306962275,4638.1386394 +286,0.829414965,0.703288228,16,-1.531441779,0.7306962275,6110.5613272 +287,-1.337537566,0.42332223,16,-1.531441779,0.7306962275,1374.3526067 +288,0.882453706,0.454478077,16,-1.531441779,0.7306962275,7046.4228384 +289,1.575629659,0.416419109,16,-1.531441779,0.7306962275,7898.3616379 +290,-1.039455679,0.229888244,16,-1.531441779,0.7306962275,2606.4906985 +291,0.489558039,0.934482747,16,-1.531441779,0.7306962275,4830.0502036 +292,0.081344504,0.88384514,16,-1.531441779,0.7306962275,4165.362367 +293,-1.547979814,0.300350308,16,-1.531441779,0.7306962275,1705.5235874 +294,0.040776181,0.168560074,16,-1.531441779,0.7306962275,5781.6667232 +295,-1.130374745,0.563894876,16,-1.531441779,0.7306962275,1422.8433494 +296,1.578326642,0.478507176,16,-1.531441779,0.7306962275,7652.7763854 +297,-1.12861823,-0.291640865,16,-1.531441779,0.7306962275,4309.459799 +298,0.310524208,0.770885792,16,-1.531441779,0.7306962275,4923.6246399 +299,0.415649091,-0.387246002,16,-1.531441779,0.7306962275,8320.7885935 +300,-0.926533878,-0.188022748,16,-1.531441779,0.7306962275,4252.2629605 +301,1.258856172,-0.11716081,16,-1.531441779,0.7306962275,9718.2493573 +302,-1.126050026,0.322941926,16,-1.531441779,0.7306962275,2115.2079034 +303,2.002785835,0.07893892,16,-1.531441779,0.7306962275,8938.2622651 +304,0.440437607,0.746258085,16,-1.531441779,0.7306962275,5263.4991784 +305,-0.030391866,0.214441206,16,-1.531441779,0.7306962275,5453.708863 +306,0.521557815,-0.058929362,16,-1.531441779,0.7306962275,7783.2773203 +307,-0.097005111,0.13317729,16,-1.531441779,0.7306962275,5468.9424795 +308,1.83113859,0.221857587,16,-1.531441779,0.7306962275,8585.556755 +309,0.222428864,0.099404236,16,-1.531441779,0.7306962275,6494.1627814 +310,-1.702731345,0.8728568183,16,-1.531441779,0.7306962275,733.38161915 +311,-0.418507569,0.278324921,16,-1.531441779,0.7306962275,4148.5027098 +312,-1.41153306,0.339029988,16,-1.531441779,0.7306962275,1602.9083775 +313,0.357560442,0.114788776,16,-1.531441779,0.7306962275,6838.4380613 +314,0.325818979,0.268352149,16,-1.531441779,0.7306962275,6324.6938343 +315,-1.246004659,-0.663679965,16,-1.531441779,0.7306962275,5618.429003 +316,1.814603087,0.637404484,16,-1.531441779,0.7306962275,6974.4603633 +317,1.843704281,-0.18300445,16,-1.531441779,0.7306962275,10127.635694 +318,1.690644492,-0.211480909,16,-1.531441779,0.7306962275,10368.494577 +319,-1.275451936,0.068109467,16,-1.531441779,0.7306962275,2776.6946342 +320,0.762430171,-0.207594741,16,-1.531441779,0.7306962275,8869.5180899 +321,0.265668905,-0.014647884,16,-1.531441779,0.7306962275,6926.175507 +322,-2.773032013,-0.335515811,16,-1.531441779,0.7306962275,6191.8507633 +323,-1.469512853,0.174058777,16,-1.531441779,0.7306962275,2215.3596889 +324,0.286276986,0.785925691,16,-1.531441779,0.7306962275,4832.9414597 +325,-1.379324697,0.377432233,16,-1.531441779,0.7306962275,1488.1127978 +326,-1.203778265,0.212813032,16,-1.531441779,0.7306962275,2342.6703473 +327,0.579916301,0.611743168,16,-1.531441779,0.7306962275,5946.2597193 +328,0.267582642,0.868113908,16,-1.531441779,0.7306962275,4590.173938 +329,0.412869244,-0.050245578,16,-1.531441779,0.7306962275,7449.230575 +330,0.17524381,0.976660285,16,-1.531441779,0.7306962275,4163.7392784 +331,0.743157214,0.204812899,16,-1.531441779,0.7306962275,7579.6863525 +332,-1.070758176,0.269382282,16,-1.531441779,0.7306962275,2409.4019273 +333,-1.230364251,0.329790229,16,-1.531441779,0.7306962275,1883.8863794 +334,-1.374813124,-0.024926835,16,-1.531441779,0.7306962275,3045.2988948 +335,0.519780566,0.463669906,16,-1.531441779,0.7306962275,6258.9829422 +336,-1.55108034,0.239698561,16,-1.531441779,0.7306962275,1946.0133114 +337,0.180294813,0.029739425,16,-1.531441779,0.7306962275,6557.9084468 +338,0.67820924,0.268170153,16,-1.531441779,0.7306962275,7228.2946869 +339,0.445798684,1.024001867,16,-1.531441779,0.7306962275,4518.1439087 +340,0.691751283,0.150521402,16,-1.531441779,0.7306962275,7625.2420252 +341,-1.036643551,-0.903056181,16,-1.531441779,0.7306962275,6691.2946771 +342,-0.120287036,1.083325163,16,-1.531441779,0.7306962275,3444.6501658 +343,2.823513113,-0.304487164,16,-1.531441779,0.7306962275,8064.810908 +344,0.457583172,1.12513373,16,-1.531441779,0.7306962275,4275.6496912 +345,0.042918831,0.813795399,16,-1.531441779,0.7306962275,4223.9113243 +346,1.196146777,-0.853142756,16,-1.531441779,0.7306962275,11200.517269 +347,0.206001358,-0.010430701,16,-1.531441779,0.7306962275,6740.2509551 +348,-0.268308653,0.234799412,16,-1.531441779,0.7306962275,4701.0347084 +349,0.759363263,0.736189579,16,-1.531441779,0.7306962275,5887.8426474 +350,0.181363926,0.891988372,16,-1.531441779,0.7306962275,4358.5701371 +351,-0.021111158,0.139103292,16,-1.531441779,0.7306962275,5677.1389733 +352,-0.093355215,0.630686981,16,-1.531441779,0.7306962275,4269.7294718 +353,0.40118964,0.681375926,16,-1.531441779,0.7306962275,5361.1468709 +354,-0.721197315,1.304706234,16,-1.531441779,0.7306962275,2685.1702154 +355,-1.076150317,0.212107639,16,-1.531441779,0.7306962275,2585.9225856 +356,-1.577164531,0.273993443,16,-1.531441779,0.7306962275,1815.7180769 +357,-0.190788414,0.182208586,16,-1.531441779,0.7306962275,5064.7640507 +358,-0.261349752,0.209710184,16,-1.531441779,0.7306962275,4785.77825 +359,-1.029303852,0.083549259,16,-1.531441779,0.7306962275,3116.0520445 +360,-1.268609162,0.330525297,16,-1.531441779,0.7306962275,1815.3449888 +361,1.282982244,-0.926641967,16,-1.531441779,0.7306962275,11279.991511 +362,0.217352334,0.731352408,16,-1.531441779,0.7306962275,4815.749395 +363,-1.511833084,0.258629297,16,-1.531441779,0.7306962275,1871.0623545 +364,0.338812194,0.823184618,16,-1.531441779,0.7306962275,4847.6173813 +365,-0.324406489,1.134201999,16,-1.531441779,0.7306962275,3056.1379402 +366,1.389579348,0.399185724,16,-1.531441779,0.7306962275,7895.8844992 +367,2.047152199,-0.039082036,16,-1.531441779,0.7306962275,9294.8643944 +368,0.947780369,0.568250077,16,-1.531441779,0.7306962275,6761.4306456 +369,0.763824846,0.576754987,16,-1.531441779,0.7306962275,6419.1798079 +370,-0.142334657,0.928153068,16,-1.531441779,0.7306962275,3598.7202754 +371,0.610266567,0.547265983,16,-1.531441779,0.7306962275,6207.6097945 +372,0.210731629,0.746815056,16,-1.531441779,0.7306962275,4762.5415063 +373,-1.34931644,0.316895224,16,-1.531441779,0.7306962275,1750.784078 +374,2.407696481,0.655030745,16,-1.531441779,0.7306962275,6245.4341933 +375,0.64207831,0.545359131,16,-1.531441779,0.7306962275,6280.30026 +376,1.174597538,0.840588356,16,-1.531441779,0.7306962275,6036.2219184 +377,0.660059424,0.010604079,16,-1.531441779,0.7306962275,7965.1541241 +378,-0.730263819,0.010486456,16,-1.531441779,0.7306962275,4031.7601878 +379,0.831068936,0.512339172,16,-1.531441779,0.7306962275,6757.0973966 +380,1.301180979,0.72367476,16,-1.531441779,0.7306962275,6577.8490303 +381,1.811128231,0.322854402,16,-1.531441779,0.7306962275,8206.2498958 +382,0.435105812,0.992284428,16,-1.531441779,0.7306962275,4584.0537498 +383,0.62643634,0.592027932,16,-1.531441779,0.7306962275,6102.6042113 +384,0.492988703,-0.516339467,16,-1.531441779,0.7306962275,8837.1080877 +385,-0.162469483,0.112549365,16,-1.531441779,0.7306962275,5329.939987 +386,0.314630866,0.472006421,16,-1.531441779,0.7306962275,5732.8626559 +387,0.166744804,0.822815954,16,-1.531441779,0.7306962275,4483.6915161 +388,0.417159608,0.965805736,16,-1.531441779,0.7306962275,4623.4456193 +389,0.106334961,0.868774244,16,-1.531441779,0.7306962275,4250.6100523 +390,0.815086969,-0.338144359,16,-1.531441779,0.7306962275,9367.9719885 +391,0.59867455,-0.230624824,16,-1.531441779,0.7306962275,8468.4686524 +392,1.915104874,0.066220985,16,-1.531441779,0.7306962275,9101.5643721 +393,1.278093622,0.064463721,16,-1.531441779,0.7306962275,9074.8435866 +394,-0.061477853,0.302997961,16,-1.531441779,0.7306962275,5136.1916705 +395,0.251311504,0.626976942,16,-1.531441779,0.7306962275,5160.8566191 +396,2.950242872,0.149095644,16,-1.531441779,0.7306962275,6496.4914515 +397,-0.180294708,0.35375117,16,-1.531441779,0.7306962275,4663.3208522 +398,1.010448592,-0.351180233,16,-1.531441779,0.7306962275,9940.35201 +399,-1.748740498,0.3686318073,16,-1.531441779,0.7306962275,1606.9307327 +400,2.699635665,0.123533791,16,-1.531441779,0.7306962275,7263.3238714 +401,0.496808033,0.823843254,16,-1.531441779,0.7306962275,5154.4762441 +402,0.129574704,0.763364087,16,-1.531441779,0.7306962275,4535.8739691 +403,1.798920311,0.817447563,16,-1.531441779,0.7306962275,6275.7985368 +404,0.335987953,0.746786541,16,-1.531441779,0.7306962275,5041.6005376 +405,-1.085413643,0.292154671,16,-1.531441779,0.7306962275,2303.5900513 +406,-0.155321003,0.508207011,16,-1.531441779,0.7306962275,4370.3391937 +407,0.620529244,-0.301175104,16,-1.531441779,0.7306962275,8713.8182738 +408,1.684402744,0.368716966,16,-1.531441779,0.7306962275,8080.5678253 +409,0.300582244,-0.386397212,16,-1.531441779,0.7306962275,7981.0745192 +410,2.913555946,-0.009225192,16,-1.531441779,0.7306962275,7031.2821911 +411,1.465101417,0.493232532,16,-1.531441779,0.7306962275,7566.8924934 +412,0.090612882,0.907955955,16,-1.531441779,0.7306962275,4136.103906 +413,2.987564726,-0.729568594,16,-1.531441779,0.7306962275,8535.9553109 +414,-1.484261606,0.224149272,16,-1.531441779,0.7306962275,2013.0191018 +415,0.164073421,0.303955133,16,-1.531441779,0.7306962275,5779.9318128 +416,0.141441293,0.167552546,16,-1.531441779,0.7306962275,6077.4348941 +417,2.931321023,-0.506718887,16,-1.531441779,0.7306962275,8226.4847698 +418,2.21951565,0.700596356,16,-1.531441779,0.7306962275,6366.867804 +419,0.268112576,1.199114336,16,-1.531441779,0.7306962275,3865.2453907 +420,0.978913739,0.359223811,16,-1.531441779,0.7306962275,7546.5111325 +421,1.210898818,0.522863584,16,-1.531441779,0.7306962275,7268.6686101 +422,2.347397336,0.129231362,16,-1.531441779,0.7306962275,8118.4779074 +423,0.614394501,0.556878345,16,-1.531441779,0.7306962275,6186.6237986 +424,-1.398079356,0.148483366,16,-1.531441779,0.7306962275,2352.8386139 +425,2.535303836,-0.112984496,16,-1.531441779,0.7306962275,8390.2658481 +426,-1.019372593,-0.405322349,16,-1.531441779,0.7306962275,4875.4392037 +427,-1.297785627,-0.160104069,16,-1.531441779,0.7306962275,3629.2019478 +428,2.144554488,0.205051084,16,-1.531441779,0.7306962275,8257.4001481 +429,-2.242387083,-0.426171285,16,-1.531441779,0.7306962275,5270.3297231 +430,0.338637212,0.909723676,16,-1.531441779,0.7306962275,4626.4734848 +431,-0.148798452,0.691042401,16,-1.531441779,0.7306962275,3996.7236844 +432,0.893524764,0.441829531,16,-1.531441779,0.7306962275,7109.6137984 +433,0.969229347,-0.368847936,16,-1.531441779,0.7306962275,9877.7777922 +434,0.436043248,0.800045688,16,-1.531441779,0.7306962275,5104.7386353 +435,1.687946607,1.081504775,16,-1.531441779,0.7306962275,5261.4012552 +436,0.522302046,-0.034889271,16,-1.531441779,0.7306962275,7718.5179475 +437,-0.178996113,-0.438090009,16,-1.531441779,0.7306962275,6766.4080662 +438,-1.094339566,0.301444068,16,-1.531441779,0.7306962275,2253.9696815 +439,-1.064070054,0.242569932,16,-1.531441779,0.7306962275,2511.1349974 +440,-1.068153768,0.230387998,16,-1.531441779,0.7306962275,2542.2491042 +441,-3.00496892,-0.23989155,16,-1.531441779,0.7306962275,6572.2064442 +442,0.21751974,0.766874888,16,-1.531441779,0.7306962275,4728.9544362 +443,0.117229532,0.007619006,16,-1.531441779,0.7306962275,6431.357525 +444,0.777758451,0.420554741,16,-1.531441779,0.7306962275,6959.4326517 +445,-0.252356999,0.250747086,16,-1.531441779,0.7306962275,4707.5617072 +446,0.363148444,0.768483434,16,-1.531441779,0.7306962275,5041.9443468 +447,0.903191366,-0.118210676,16,-1.531441779,0.7306962275,8977.9389133 +448,-0.205755923,0.149406178,16,-1.531441779,0.7306962275,5105.8918539 +449,1.811996086,0.02364353,16,-1.531441779,0.7306962275,9369.4805684 +450,-1.100670221,0.314845373,16,-1.531441779,0.7306962275,2196.9797224 +451,0.340078597,0.850105132,16,-1.531441779,0.7306962275,4780.7240743 +452,0.258757267,0.804969236,16,-1.531441779,0.7306962275,4726.1505609 +453,2.78505352,-0.155160804,16,-1.531441779,0.7306962275,7795.3806306 +454,0.800551619,0.105822106,16,-1.531441779,0.7306962275,8027.9895008 +455,0.437940882,-0.506194031,16,-1.531441779,0.7306962275,8655.0975723 +456,2.230431122,0.63458615,16,-1.531441779,0.7306962275,6588.2461901 +457,0.527965361,0.127667701,16,-1.531441779,0.7306962275,7270.9316098 +458,-0.063643205,0.702093448,16,-1.531441779,0.7306962275,4195.9447673 +459,1.408447268,0.133010502,16,-1.531441779,0.7306962275,8945.3804479 +460,0.523795955,0.280266966,16,-1.531441779,0.7306962275,6813.0443704 +461,-0.975769313,0.072177659,16,-1.531441779,0.7306962275,3264.6436161 +462,0.549774164,-0.463663986,16,-1.531441779,0.7306962275,8890.4685081 +463,0.29245874,1.095549818,16,-1.531441779,0.7306962275,4110.7939863 +464,0.143625958,0.816809593,16,-1.531441779,0.7306962275,4446.1705115 +465,0.671902494,0.611159853,16,-1.531441779,0.7306962275,6133.2596831 +466,1.239840988,0.6724199,16,-1.531441779,0.7306962275,6727.947601 +467,0.607829703,-0.10932137,16,-1.531441779,0.7306962275,8165.994275 +468,1.763020906,0.263996692,16,-1.531441779,0.7306962275,8464.3967805 +469,0.378714634,0.726066797,16,-1.531441779,0.7306962275,5189.4324782 +470,2.196736143,-0.153862366,16,-1.531441779,0.7306962275,9378.3455073 +471,0.01702415,0.148991565,16,-1.531441779,0.7306962275,5763.3582978 +472,-2.998490902,-0.158002487,16,-1.531441779,0.7306962275,6336.2087635 +473,-3.051262951,-0.346595608,16,-1.531441779,0.7306962275,6983.2392359 +474,-1.069176439,0.182802941,16,-1.531441779,0.7306962275,2698.5659297 +475,0.167157509,0.595344954,16,-1.531441779,0.7306962275,5032.9600968 +476,0.613855648,0.681746124,16,-1.531441779,0.7306962275,5799.9710419 +477,1.037012736,0.682555367,16,-1.531441779,0.7306962275,6477.7947489 +478,-1.253574971,0.379755746,16,-1.531441779,0.7306962275,1669.1389996 +479,3.108590453,-0.132620738,16,-1.531441779,0.7306962275,6784.7545838 +480,0.565301296,0.022333262,16,-1.531441779,0.7306962275,7675.8423299 +481,0.547898238,0.855555614,16,-1.531441779,0.7306962275,5155.2959217 +482,0.948309381,0.417393755,16,-1.531441779,0.7306962275,7290.4118776 +483,-0.050600732,0.945269213,16,-1.531441779,0.7306962275,3770.2006916 +484,-0.977651478,-0.572363064,16,-1.531441779,0.7306962275,5541.3163368 +485,1.102014914,0.728861163,16,-1.531441779,0.7306962275,6383.6706322 +486,2.927300795,-0.282939414,16,-1.531441779,0.7306962275,7705.1381693 +487,-1.154565557,0.124434095,16,-1.531441779,0.7306962275,2741.3121696 +488,1.855331234,0.291044755,16,-1.531441779,0.7306962275,8298.3998182 +489,0.830290659,0.276904518,16,-1.531441779,0.7306962275,7540.9252854 +490,0.485104466,-0.234867441,16,-1.531441779,0.7306962275,8149.0902195 +491,0.521367572,-0.33161327,16,-1.531441779,0.7306962275,8498.8309021 +1,-1.539031704,0.7349710123,17,-1.529755654,0.7306933243,32.139186581 +2,-1.536990553,0.7349663874,17,-1.529755654,0.7306933243,27.206418888 +3,-1.534951779,0.7349571355,17,-1.529755654,0.7306933243,22.787524006 +4,-1.532906461,0.7349480293,17,-1.529755654,0.7306933243,19.237286526 +5,-1.531320211,0.7346937278,17,-1.529755654,0.7306933243,16.501697177 +6,-1.539451648,0.7335131775,17,-1.529755654,0.7306933243,30.671115006 +7,-1.537429487,0.7335445708,17,-1.529755654,0.7306933243,25.271327124 +8,-1.535484998,0.7335658704,17,-1.529755654,0.7306933243,20.355612242 +9,-1.533488396,0.7336036027,17,-1.529755654,0.7306933243,15.931358989 +10,-1.531497785,0.7335842962,17,-1.529755654,0.7306933243,12.548660114 +11,-1.530259379,0.7334777758,17,-1.529755654,0.7306933243,11.128606578 +12,-1.5335454,0.7322346912,17,-1.529755654,0.7306933243,12.730781151 +13,-1.531489083,0.7322238773,17,-1.529755654,0.7306933243,7.9286741015 +14,-1.530011122,0.7321679851,17,-1.529755654,0.7306933243,5.8894780896 +15,-1.53348106,0.7306614094,17,-1.529755654,0.7306933243,10.990098797 +16,-1.531441779,0.7306962275,17,-1.529755654,0.7306933243,4.9737445233 +17,-1.529755654,0.7306933243,17,-1.529755654,0.7306933243,2.4065405414 +18,-1.533415048,0.7291384674,17,-1.529755654,0.7306933243,12.434388404 +19,-1.531392093,0.7291705353,17,-1.529755654,0.7306933243,7.7275879349 +20,-1.529296523,0.7291214933,17,-1.529755654,0.7306933243,6.3718279674 +21,-1.535280942,0.727267644,17,-1.529755654,0.7306933243,21.226795514 +22,-1.533378158,0.7276139666,17,-1.529755654,0.7306933243,16.225700413 +23,-1.531340368,0.7276446587,17,-1.529755654,0.7306933243,12.951277087 +24,-1.528960113,0.7276398177,17,-1.529755654,0.7306933243,12.321102166 +25,-1.533313146,0.7260818349,17,-1.529755654,0.7306933243,21.076694952 +26,-1.531259555,0.7260958115,17,-1.529755654,0.7306933243,18.745460201 +27,-1.528926415,0.7260865555,17,-1.529755654,0.7306933243,18.411301912 +28,-1.531226779,0.7245511789,17,-1.529755654,0.7306933243,24.715117666 +29,-1.528904772,0.7245519194,17,-1.529755654,0.7306933243,24.45595496 +30,-1.547195875,0.7409785979,17,-1.529755654,0.7306933243,65.435761073 +31,-1.5451475,0.740980426,17,-1.529755654,0.7306933243,60.84953308 +32,-1.543097679,0.7409798872,17,-1.529755654,0.7306933243,56.522034305 +33,-1.540720364,0.7409892687,17,-1.529755654,0.7306933243,51.957813056 +34,-1.547188511,0.7395198392,17,-1.529755654,0.7306933243,62.013632847 +35,-1.545148587,0.7395226109,17,-1.529755654,0.7306933243,57.170172924 +36,-1.543104538,0.7395314908,17,-1.529755654,0.7306933243,52.571312078 +37,-1.540727751,0.7395306258,17,-1.529755654,0.7306933243,47.58695588 +38,-1.547187029,0.7380014886,17,-1.529755654,0.7306933243,58.860007654 +39,-1.545147315,0.7380012252,17,-1.529755654,0.7306933243,53.718959231 +40,-1.54310719,0.7380060743,17,-1.529755654,0.7306933243,48.784695393 +41,-1.540719671,0.7380068206,17,-1.529755654,0.7306933243,43.339308669 +42,-1.547187189,0.7364799098,17,-1.529755654,0.7306933243,56.174394079 +43,-1.545149996,0.7364853874,17,-1.529755654,0.7306933243,50.771068215 +44,-1.543106091,0.7364823484,17,-1.529755654,0.7306933243,45.48189618 +45,-1.540717158,0.7364893901,17,-1.529755654,0.7306933243,39.587103539 +46,-1.538663972,0.7410138672,17,-1.529755654,0.7306933243,48.530985898 +47,-1.53695285,0.7409699132,17,-1.529755654,0.7306933243,45.863950067 +48,-1.534910498,0.7409641297,17,-1.529755654,0.7306933243,43.406889047 +49,-1.533145034,0.7409536636,17,-1.529755654,0.7306933243,41.841903838 +50,-1.538681336,0.7395405883,17,-1.529755654,0.7306933243,43.769661404 +51,-1.536999189,0.7395183096,17,-1.529755654,0.7306933243,40.924701917 +52,-1.534923633,0.7395144222,17,-1.529755654,0.7306933243,38.097001675 +53,-1.533267822,0.7395654306,17,-1.529755654,0.7306933243,36.626040571 +54,-1.53867273,0.7380151077,17,-1.529755654,0.7306933243,39.094991083 +55,-1.536980576,0.7379994392,17,-1.529755654,0.7306933243,35.898728954 +56,-1.534931522,0.7379944961,17,-1.529755654,0.7306933243,32.679335951 +57,-1.533387952,0.7379480264,17,-1.529755654,0.7306933243,30.656223063 +58,-1.538682279,0.7364914363,17,-1.529755654,0.7306933243,34.8884307 +59,-1.536980704,0.7364810563,17,-1.529755654,0.7306933243,31.263796486 +60,-1.534935567,0.7364752065,17,-1.529755654,0.7306933243,27.509285099 +61,-1.533042592,0.7363876366,17,-1.529755654,0.7306933243,24.541066473 +62,-1.545143426,0.7349628011,17,-1.529755654,0.7306933243,48.357171197 +63,-1.543105297,0.7349691947,17,-1.529755654,0.7306933243,42.796996797 +64,-1.541064533,0.7349647152,17,-1.529755654,0.7306933243,37.347037249 +65,-1.545411803,0.7334624714,17,-1.529755654,0.7306933243,47.411197925 +66,-1.543446606,0.7334780896,17,-1.529755654,0.7306933243,41.816066052 +67,-1.541475327,0.7334957295,17,-1.529755654,0.7306933243,36.267649347 +68,-1.545401939,0.731963266,17,-1.529755654,0.7306933243,46.400445424 +69,-1.54342253,0.7319915583,17,-1.529755654,0.7306933243,40.617821469 +70,-1.541455867,0.7320216438,17,-1.529755654,0.7306933243,34.891667042 +71,-1.545410146,0.7304422281,17,-1.529755654,0.7306933243,46.193373749 +72,-1.543435491,0.7304713664,17,-1.529755654,0.7306933243,40.366283648 +73,-1.541463105,0.7304997613,17,-1.529755654,0.7306933243,34.546100918 +74,-1.545414768,0.7289194936,17,-1.529755654,0.7306933243,46.758679449 +75,-1.543435774,0.7289538557,17,-1.529755654,0.7306933243,40.968484966 +76,-1.541457714,0.7289765881,17,-1.529755654,0.7306933243,35.208125718 +77,-1.539449415,0.7320555866,17,-1.529755654,0.7306933243,29.082140448 +78,-1.537429183,0.7321097681,17,-1.529755654,0.7306933243,23.306390881 +79,-1.535472649,0.7321497267,17,-1.529755654,0.7306933243,17.812985364 +80,-1.539457899,0.7305333307,17,-1.529755654,0.7306933243,28.628736464 +81,-1.537453161,0.7305750503,17,-1.529755654,0.7306933243,22.712146506 +82,-1.535479385,0.7306124949,17,-1.529755654,0.7306933243,16.887520395 +83,-1.53946905,0.7290102593,17,-1.529755654,0.7306933243,29.438930756 +84,-1.537459922,0.7290417293,17,-1.529755654,0.7306933243,23.665054934 +85,-1.535451349,0.7290890157,17,-1.529755654,0.7306933243,17.974060311 +86,-1.535522937,0.7279887191,17,-1.529755654,0.7306933243,20.12182158 +87,-1.539442524,0.7274735939,17,-1.529755654,0.7306933243,31.328782585 +88,-1.537424111,0.727521351,17,-1.529755654,0.7306933243,25.903570476 +89,-1.539384641,0.7259505092,17,-1.529755654,0.7306933243,34.104409121 +90,-1.537372391,0.7259947145,17,-1.529755654,0.7306933243,29.21134921 +91,-1.535340789,0.7260435356,17,-1.529755654,0.7306933243,24.734023838 +92,-1.539325716,0.7244369706,17,-1.529755654,0.7306933243,37.623071315 +93,-1.537308932,0.7244801057,17,-1.529755654,0.7306933243,33.239515878 +94,-1.535289068,0.7245247645,17,-1.529755654,0.7306933243,29.409126293 +95,-1.533261366,0.7245550236,17,-1.529755654,0.7306933243,26.432703443 +96,-1.539267302,0.722921924,17,-1.529755654,0.7306933243,41.716309135 +97,-1.537248972,0.7229660258,17,-1.529755654,0.7306933243,37.799347749 +98,-1.535219431,0.7229916471,17,-1.529755654,0.7306933243,34.5280228 +99,-1.53318962,0.7230212049,17,-1.529755654,0.7306933243,32.044003296 +100,-1.531154816,0.7230299897,17,-1.529755654,0.7306933243,30.635675835 +101,-1.528878341,0.7230370244,17,-1.529755654,0.7306933243,30.437574731 +102,-1.539218189,0.7214009878,17,-1.529755654,0.7306933243,46.263687123 +103,-1.537198791,0.7214422745,17,-1.529755654,0.7306933243,42.764213691 +104,-1.535179266,0.7214634354,17,-1.529755654,0.7306933243,39.933295664 +105,-1.533156501,0.7214944644,17,-1.529755654,0.7306933243,37.803391054 +106,-1.53113574,0.7215166021,17,-1.529755654,0.7306933243,36.578112238 +107,-1.528874248,0.7215345535,17,-1.529755654,0.7306933243,36.371699574 +108,-1.539217656,0.7198512397,17,-1.529755654,0.7306933243,51.292090517 +109,-1.537199919,0.7199428763,17,-1.529755654,0.7306933243,47.959362326 +110,-1.545425832,0.727397149,17,-1.529755654,0.7306933243,48.097828009 +111,-1.543371177,0.7273916949,17,-1.529755654,0.7306933243,42.294913793 +112,-1.541368852,0.7274523163,17,-1.529755654,0.7306933243,36.629521484 +113,-1.545349067,0.7258710923,17,-1.529755654,0.7306933243,49.897108995 +114,-1.54332671,0.7258603556,17,-1.529755654,0.7306933243,44.451591498 +115,-1.541346831,0.7259242142,17,-1.529755654,0.7306933243,39.126756184 +116,-1.545324355,0.7243383958,17,-1.529755654,0.7306933243,52.484827977 +117,-1.543292796,0.7243617413,17,-1.529755654,0.7306933243,47.249863136 +118,-1.541295822,0.7244024384,17,-1.529755654,0.7306933243,42.263862478 +119,-1.543193859,0.7205570215,17,-1.529755654,0.7306933243,56.546957794 +120,-1.550257047,0.7386738187,17,-1.529755654,0.7306933243,68.045456171 +121,-1.549335448,0.7311736483,17,-1.529755654,0.7306933243,57.775038276 +122,-1.533478843,0.7179891343,17,-1.529755654,0.7306933243,51.519110977 +123,-1.556150555,0.738907041,17,-1.529755654,0.7306933243,84.117326576 +124,-1.554324226,0.733414257,17,-1.529755654,0.7306933243,73.181127059 +125,-1.554290846,0.7288285332,17,-1.529755654,0.7306933243,72.809244402 +126,-1.55122487,0.7219795312,17,-1.529755654,0.7306933243,72.340468912 +127,-1.525104458,0.7229399862,17,-1.529755654,0.7306933243,33.655748276 +128,-1.519607711,0.7236181429,17,-1.529755654,0.7306933243,41.074601457 +129,-1.513899999,0.7251107854,17,-1.529755654,0.7306933243,51.84007844 +130,-1.536620762,0.7431061895,17,-1.529755654,0.7306933243,53.13132151 +131,-1.5369566,0.7460845958,17,-1.529755654,0.7306933243,64.510823604 +132,-1.545345528,0.7447040685,17,-1.529755654,0.7306933243,71.888577441 +133,-1.532813921,0.7432306626,17,-1.529755654,0.7306933243,50.464046269 +134,-1.554788248,0.7382381001,17,-1.529755654,0.7306933243,79.426294961 +135,-1.540348126,0.7301594274,17,-1.529755654,0.7306933243,31.324588535 +136,-1.538016084,0.7239051786,17,-1.529755654,0.7306933243,36.335809603 +137,-1.525288962,0.7258085137,17,-1.529755654,0.7306933243,23.425101067 +138,-1.534326986,0.731241342,17,-1.529755654,0.7306933243,13.654855844 +139,-1.530733872,0.7303625216,17,-1.529755654,0.7306933243,3.1695092929 +141,-1.534354939,0.7328219978,17,-1.529755654,0.7306933243,15.962605825 +142,-1.53157084,0.7292888153,17,-1.529755654,0.7306933243,7.7237282715 +143,-1.525691035,0.7263799874,17,-1.529755654,0.7306933243,20.885695398 +144,-1.534031287,0.7495967835,17,-1.529755654,0.7306933243,75.913511787 +145,-1.527714986,0.7283095957,17,-1.529755654,0.7306933243,11.201024493 +146,-1.526189586,0.7271468292,17,-1.529755654,0.7306933243,17.559659684 +147,-1.555177336,0.7375563366,17,-1.529755654,0.7306933243,79.545759804 +148,-1.555080283,0.7312707794,17,-1.529755654,0.7306933243,74.717478987 +149,-1.53856994,0.7224180299,17,-1.529755654,0.7306933243,41.898015432 +150,-1.530837883,0.729933372,17,-1.529755654,0.7306933243,4.3885379802 +151,-1.515066984,0.5854133365,17,-1.529755654,0.7306933243,577.28320806 +152,-1.534731633,0.5368370046,17,-1.529755654,0.7306933243,768.02776604 +153,-1.515231902,0.5607085576,17,-1.529755654,0.7306933243,674.86534379 +154,-2.616253799,1.0684566605,17,-1.529755654,0.7306933243,2851.4849475 +155,-1.956071439,0.5792177723,17,-1.529755654,0.7306933243,1460.7529933 +156,-1.951208514,0.5602434208,17,-1.529755654,0.7306933243,1487.563667 +157,-1.944675062,0.6062144545,17,-1.529755654,0.7306933243,1375.2196609 +158,-1.613778386,0.6077989518,17,-1.529755654,0.7306933243,552.11381075 +159,-2.035029014,0.6021432345,17,-1.529755654,0.7306933243,1644.3890615 +160,-2.114989471,0.6801825058,17,-1.529755654,0.7306933243,1764.8389963 +161,-2.037382079,0.5765830025,17,-1.529755654,0.7306933243,1698.8810283 +162,-2.129855121,0.6585019963,17,-1.529755654,0.7306933243,1835.9965577 +163,-2.075141798,0.6493615843,17,-1.529755654,0.7306933243,1687.1964773 +164,-1.828626729,0.6948433129,17,-1.529755654,0.7306933243,905.24976074 +165,-1.863329418,0.6735427691,17,-1.529755654,0.7306933243,1031.5204584 +166,-1.266037071,0.727988852,17,-1.529755654,0.7306933243,777.92726279 +167,-1.277579582,0.7249010648,17,-1.529755654,0.7306933243,745.26985409 +168,-1.258418684,0.7241194816,17,-1.529755654,0.7306933243,802.06920092 +169,-1.317813974,0.6804850104,17,-1.529755654,0.7306933243,668.59802501 +170,-1.344165204,0.6790988904,17,-1.529755654,0.7306933243,595.55515306 +171,-1.427582102,0.5277120351,17,-1.529755654,0.7306933243,867.47205708 +172,-1.402238616,0.457167829,17,-1.529755654,0.7306933243,1160.3363758 +173,-1.422454264,0.4996161999,17,-1.529755654,0.7306933243,978.19707789 +174,-1.439089277,0.4894859811,17,-1.529755654,0.7306933243,999.20454906 +175,-1.448126995,0.5182330266,17,-1.529755654,0.7306933243,881.10466196 +176,-1.474626146,0.5881926574,17,-1.529755654,0.7306933243,590.11789042 +177,-1.421139645,0.5584869783,17,-1.529755654,0.7306933243,763.35439899 +178,-1.457037165,0.565943032,17,-1.529755654,0.7306933243,691.54590962 +179,-2.757159358,0.3745319,17,-1.529755654,0.7306933243,4250.0842551 +180,-2.714309238,0.342054471,17,-1.529755654,0.7306933243,4201.9593979 +181,-2.000525337,0.774119946,17,-1.529755654,0.7306933243,1365.8827858 +183,-1.571413436,0.6777838382,17,-1.529755654,0.7306933243,244.38175855 +184,-1.552860289,0.6987663893,17,-1.529755654,0.7306933243,144.1145558 +185,-1.521852374,0.7165827476,17,-1.529755654,0.7306933243,60.615610512 +186,-1.503656267,0.6928968252,17,-1.529755654,0.7306933243,168.93377153 +187,-1.502753178,0.7136205882,17,-1.529755654,0.7306933243,104.94703141 +188,-1.631894563,0.7343596465,17,-1.529755654,0.7306933243,301.08561321 +189,-1.653765416,0.6770714026,17,-1.529755654,0.7306933243,430.29271561 +190,-1.719812114,0.6715965947,17,-1.529755654,0.7306933243,620.4548544 +191,-1.493406659,0.6646955447,17,-1.529755654,0.7306933243,283.7222529 +192,-1.469120564,0.6613469966,17,-1.529755654,0.7306933243,330.71676834 +193,-1.590551461,0.5326612937,17,-1.529755654,0.7306933243,807.91977584 +194,-1.625979264,0.5247742243,17,-1.529755654,0.7306933243,871.51780113 +195,-1.572293943,0.5238808754,17,-1.529755654,0.7306933243,830.36126006 +196,-1.610848725,0.5477107964,17,-1.529755654,0.7306933243,768.94537544 +197,-1.208485554,0.7918526018,17,-1.529755654,0.7306933243,950.24188466 +198,-1.335601374,0.6869083083,17,-1.529755654,0.7306933243,608.51460736 +199,-1.346156996,0.6825213377,17,-1.529755654,0.7306933243,584.62768973 +200,-1.324381037,0.6741422347,17,-1.529755654,0.7306933243,659.41556941 +201,-1.242424992,0.7378949807,17,-1.529755654,0.7306933243,843.9942358 +202,-1.270370057,0.7392461008,17,-1.529755654,0.7306933243,761.97878154 +203,-1.448950472,0.7441675014,17,-1.529755654,0.7306933243,242.81763204 +204,-1.492662363,0.7523026852,17,-1.529755654,0.7306933243,138.07390639 +205,-1.479098966,0.7763855017,17,-1.529755654,0.7306933243,232.70735988 +206,-1.633760714,0.7869022408,17,-1.529755654,0.7306933243,372.57818343 +207,-1.647406434,0.8101289331,17,-1.529755654,0.7306933243,458.86010908 +208,-1.564245052,0.5701509278,17,-1.529755654,0.7306933243,645.08106312 +209,-1.646289963,0.6833746083,17,-1.529755654,0.7306933243,397.69334083 +210,-1.5820631,0.6751952144,17,-1.529755654,0.7306933243,270.71955262 +211,-1.613236298,0.6681681791,17,-1.529755654,0.7306933243,353.94871689 +212,-1.914661867,0.8212566515,17,-1.529755654,0.7306933243,1141.250307 +213,-1.742133237,0.7250275956,17,-1.529755654,0.7306933243,627.93482745 +214,-2.033144872,0.6557314699,17,-1.529755654,0.7306933243,1554.5292997 +215,-2.039551981,0.6964723658,17,-1.529755654,0.7306933243,1525.249908 +216,-1.247341019,0.7622473908,17,-1.529755654,0.7306933243,829.27385187 +217,-1.298239787,0.7084123392,17,-1.529755654,0.7306933243,694.61344048 +218,-1.308539688,0.6926545592,17,-1.529755654,0.7306933243,679.74837528 +219,-1.303263185,0.6888938396,17,-1.529755654,0.7306933243,699.57098059 +220,-1.852400229,0.6004246149,17,-1.529755654,0.7306933243,1126.6367104 +221,-1.288947707,0.7473773692,17,-1.529755654,0.7306933243,707.29163999 +222,-1.372031502,0.7472790993,17,-1.529755654,0.7306933243,466.19788936 +223,-1.289805721,0.7242157877,17,-1.529755654,0.7306933243,709.56051299 +224,-1.350807603,0.7533498126,17,-1.529755654,0.7306933243,529.76727648 +225,-1.329290365,0.7560442322,17,-1.529755654,0.7306933243,592.63324404 +226,-1.410153004,0.616936428,17,-1.529755654,0.7306933243,582.74468113 +227,-1.393445434,0.6308995063,17,-1.529755654,0.7306933243,575.96677678 +228,-1.37595573,0.6241540638,17,-1.529755654,0.7306933243,634.51425268 +229,-1.358388707,0.6172645205,17,-1.529755654,0.7306933243,694.26314836 +230,-1.753741133,0.8281661666,17,-1.529755654,0.7306933243,738.4224152 +231,-1.47430987,0.6834615681,17,-1.529755654,0.7306933243,250.71918965 +232,-1.421012508,0.7222725206,17,-1.529755654,0.7306933243,323.62862848 +233,-1.4476833,0.6978557868,17,-1.529755654,0.7306933243,277.88196627 +234,-1.470370723,0.6966193374,17,-1.529755654,0.7306933243,223.21102826 +235,-1.429211703,0.7037216883,17,-1.529755654,0.7306933243,318.50946086 +236,-1.700578405,0.6178673663,17,-1.529755654,0.7306933243,691.34719035 +237,-1.678117619,0.6331716163,17,-1.529755654,0.7306933243,597.2619194 +238,-1.725644578,0.6316331145,17,-1.529755654,0.7306933243,718.28870947 +239,-2.14012759,0.7930497945,17,-1.529755654,0.7306933243,1752.5679071 +240,-2.103289431,0.7653606263,17,-1.529755654,0.7306933243,1659.9401025 +241,-1.318739838,0.7017808746,17,-1.529755654,0.7306933243,640.20302851 +242,-1.396417427,0.7077900843,17,-1.529755654,0.7306933243,407.40468005 +243,-1.35650337,0.7185539404,17,-1.529755654,0.7306933243,515.78354022 +244,-1.248884539,0.7274156818,17,-1.529755654,0.7306933243,828.61567597 +245,-1.395014798,0.5761185243,17,-1.529755654,0.7306933243,743.88958632 +246,-1.433377362,0.6064716109,17,-1.529755654,0.7306933243,575.74746931 +247,-1.408172432,0.5903155476,17,-1.529755654,0.7306933243,673.10641497 +248,-1.749645898,0.7757118084,17,-1.529755654,0.7306933243,659.16756015 +249,-1.571626686,0.615046989,17,-1.529755654,0.7306933243,476.02506426 +250,-1.514070049,0.6303003037,17,-1.529755654,0.7306933243,400.57103175 +251,-1.480890369,0.6237966528,17,-1.529755654,0.7306933243,449.40982038 +252,-1.704390658,0.5281680612,17,-1.529755654,0.7306933243,976.29188187 +253,-1.64434733,0.5254277498,17,-1.529755654,0.7306933243,891.44769754 +254,-1.703855997,0.4792484842,17,-1.529755654,0.7306933243,1144.2433915 +255,-1.692002383,0.5748825051,17,-1.529755654,0.7306933243,799.9150946 +256,-1.854136457,0.5544643913,17,-1.529755654,0.7306933243,1238.7852078 +257,-1.665021206,0.520317736,17,-1.529755654,0.7306933243,938.69712615 +258,-1.733654349,0.4845187345,17,-1.529755654,0.7306933243,1176.6654024 +259,-1.720938188,0.5135933906,17,-1.529755654,0.7306933243,1055.4601816 +260,-1.742668307,0.553296122,17,-1.529755654,0.7306933243,972.69440905 +261,-1.965659039,0.7142126903,17,-1.529755654,0.7306933243,1292.354678 +262,-1.944438071,0.6772834804,17,-1.529755654,0.7306933243,1265.6082701 +263,-1.270340967,0.7681487096,17,-1.529755654,0.7306933243,765.61791235 +264,-1.353091884,0.6549276821,17,-1.529755654,0.7306933243,615.82918678 +265,-1.333236659,0.6413584414,17,-1.529755654,0.7306933243,697.70799866 +266,-1.352015998,0.6753788907,17,-1.529755654,0.7306933243,579.58656298 +267,-1.377988483,0.6577816235,17,-1.529755654,0.7306933243,544.42649254 +268,-2.13075611,0.8318642051,17,-1.529755654,0.7306933243,1721.8326464 +269,-2.097910953,0.8259670014,17,-1.529755654,0.7306933243,1633.5486301 +270,-1.416382069,0.6694271549,17,-1.529755654,0.7306933243,420.33662731 +271,-1.538905672,0.7535625993,17,-1.529755654,0.7306933243,94.441089797 +272,-1.572309477,0.7803125099,17,-1.529755654,0.7306933243,231.66911395 +273,-1.87759879,0.7503853417,17,-1.529755654,0.7306933243,1017.5542568 +274,1.152365588,0.590457682,17,-1.529755654,0.7306933243,6950.4972333 +275,0.350198001,0.718001859,17,-1.529755654,0.7306933243,5145.5287726 +276,0.046513677,0.491503852,17,-1.529755654,0.7306933243,4967.6894134 +277,0.027510309,0.742571376,17,-1.529755654,0.7306933243,4334.3848436 +278,0.306285725,-0.214631579,17,-1.529755654,0.7306933243,7566.1496847 +279,-1.100564889,0.318051531,17,-1.529755654,0.7306933243,2183.2113505 +280,-1.078582306,0.301437596,17,-1.529755654,0.7306933243,2285.3949932 +281,-1.137371989,-0.617634065,17,-1.529755654,0.7306933243,5527.1856255 +282,0.784356344,0.703272339,17,-1.529755654,0.7306933243,6034.831022 +283,-1.221209947,0.218327455,17,-1.529755654,0.7306933243,2291.6551524 +284,2.347301921,-0.449114658,17,-1.529755654,0.7306933243,9811.6874401 +285,0.246820618,0.830553713,17,-1.529755654,0.7306933243,4634.5815619 +286,0.829414965,0.703288228,17,-1.529755654,0.7306933243,6107.897753 +287,-1.337537566,0.42332223,17,-1.529755654,0.7306933243,1371.7818776 +288,0.882453706,0.454478077,17,-1.529755654,0.7306933243,7043.3912678 +289,1.575629659,0.416419109,17,-1.529755654,0.7306933243,7898.1967402 +290,-1.039455679,0.229888244,17,-1.529755654,0.7306933243,2602.7460392 +291,0.489558039,0.934482747,17,-1.529755654,0.7306933243,4827.2238685 +292,0.081344504,0.88384514,17,-1.529755654,0.7306933243,4161.7393177 +293,-1.547979814,0.300350308,17,-1.529755654,0.7306933243,1705.7099193 +294,0.040776181,0.168560074,17,-1.529755654,0.7306933243,5776.7341463 +295,-1.130374745,0.563894876,17,-1.529755654,0.7306933243,1418.1729018 +296,1.578326642,0.478507176,17,-1.529755654,0.7306933243,7652.633728 +297,-1.12861823,-0.291640865,17,-1.529755654,0.7306933243,4307.3447751 +298,0.310524208,0.770885792,17,-1.529755654,0.7306933243,4920.0005412 +299,0.415649091,-0.387246002,17,-1.529755654,0.7306933243,8315.8241048 +300,-0.926533878,-0.188022748,17,-1.529755654,0.7306933243,4249.0957156 +301,1.258856172,-0.11716081,17,-1.529755654,0.7306933243,9715.5774692 +302,-1.126050026,0.322941926,17,-1.529755654,0.7306933243,2111.5498472 +303,2.002785835,0.07893892,17,-1.529755654,0.7306933243,8940.7192145 +304,0.440437607,0.746258085,17,-1.529755654,0.7306933243,5260.0428736 +305,-0.030391866,0.214441206,17,-1.529755654,0.7306933243,5448.7692446 +306,0.521557815,-0.058929362,17,-1.529755654,0.7306933243,7778.5153804 +307,-0.097005111,0.13317729,17,-1.529755654,0.7306933243,5463.9690295 +308,1.83113859,0.221857587,17,-1.529755654,0.7306933243,8586.8488635 +309,0.222428864,0.099404236,17,-1.529755654,0.7306933243,6489.286479 +310,-1.702731345,0.8728568183,17,-1.529755654,0.7306933243,736.35878734 +311,-0.418507569,0.278324921,17,-1.529755654,0.7306933243,4143.5489525 +312,-1.41153306,0.339029988,17,-1.529755654,0.7306933243,1601.4816018 +313,0.357560442,0.114788776,17,-1.529755654,0.7306933243,6833.6902138 +314,0.325818979,0.268352149,17,-1.529755654,0.7306933243,6320.0952837 +315,-1.246004659,-0.663679965,17,-1.529755654,0.7306933243,5617.3048411 +316,1.814603087,0.637404484,17,-1.529755654,0.7306933243,6975.2947656 +317,1.843704281,-0.18300445,17,-1.529755654,0.7306933243,10129.690234 +318,1.690644492,-0.211480909,17,-1.529755654,0.7306933243,10369.279453 +319,-1.275451936,0.068109467,17,-1.529755654,0.7306933243,2774.7417461 +320,0.762430171,-0.207594741,17,-1.529755654,0.7306933243,8864.8711583 +321,0.265668905,-0.014647884,17,-1.529755654,0.7306933243,6921.2527132 +322,-2.773032013,-0.335515811,17,-1.529755654,0.7306933243,6196.2911938 +323,-1.469512853,0.174058777,17,-1.529755654,0.7306933243,2214.7845814 +324,0.286276986,0.785925691,17,-1.529755654,0.7306933243,4829.3185883 +325,-1.379324697,0.377432233,17,-1.529755654,0.7306933243,1486.2020064 +326,-1.203778265,0.212813032,17,-1.529755654,0.7306933243,2339.860142 +327,0.579916301,0.611743168,17,-1.529755654,0.7306933243,5942.7663502 +328,0.267582642,0.868113908,17,-1.529755654,0.7306933243,4586.7641203 +329,0.412869244,-0.050245578,17,-1.529755654,0.7306933243,7444.3761989 +330,0.17524381,0.976660285,17,-1.529755654,0.7306933243,4160.5689693 +331,0.743157214,0.204812899,17,-1.529755654,0.7306933243,7575.7492521 +332,-1.070758176,0.269382282,17,-1.529755654,0.7306933243,2405.6683979 +333,-1.230364251,0.329790229,17,-1.529755654,0.7306933243,1880.8355994 +334,-1.374813124,-0.024926835,17,-1.529755654,0.7306933243,3044.1779605 +335,0.519780566,0.463669906,17,-1.529755654,0.7306933243,6255.0430511 +336,-1.55108034,0.239698561,17,-1.529755654,0.7306933243,1946.2115572 +337,0.180294813,0.029739425,17,-1.529755654,0.7306933243,6552.9694523 +338,0.67820924,0.268170153,17,-1.529755654,0.7306933243,7224.3218211 +339,0.445798684,1.024001867,17,-1.529755654,0.7306933243,4515.5388639 +340,0.691751283,0.150521402,17,-1.529755654,0.7306933243,7621.0800842 +341,-1.036643551,-0.903056181,17,-1.529755654,0.7306933243,6689.8132427 +342,-0.120287036,1.083325163,17,-1.529755654,0.7306933243,3441.6486296 +343,2.823513113,-0.304487164,17,-1.529755654,0.7306933243,8069.7846391 +344,0.457583172,1.12513373,17,-1.529755654,0.7306933243,4273.4367596 +345,0.042918831,0.813795399,17,-1.529755654,0.7306933243,4220.0157963 +346,1.196146777,-0.853142756,17,-1.529755654,0.7306933243,11196.248801 +347,0.206001358,-0.010430701,17,-1.529755654,0.7306933243,6735.3049934 +348,-0.268308653,0.234799412,17,-1.529755654,0.7306933243,4696.062325 +349,0.759363263,0.736189579,17,-1.529755654,0.7306933243,5885.0692491 +350,0.181363926,0.891988372,17,-1.529755654,0.7306933243,4355.1090675 +351,-0.021111158,0.139103292,17,-1.529755654,0.7306933243,5672.1759661 +352,-0.093355215,0.630686981,17,-1.529755654,0.7306933243,4265.2139396 +353,0.40118964,0.681375926,17,-1.529755654,0.7306933243,5357.4529792 +354,-0.721197315,1.304706234,17,-1.529755654,0.7306933243,2683.6712293 +355,-1.076150317,0.212107639,17,-1.529755654,0.7306933243,2582.398742 +356,-1.577164531,0.273993443,17,-1.529755654,0.7306933243,1816.2102554 +357,-0.190788414,0.182208586,17,-1.529755654,0.7306933243,5059.790772 +358,-0.261349752,0.209710184,17,-1.529755654,0.7306933243,4780.8083361 +359,-1.029303852,0.083549259,17,-1.529755654,0.7306933243,3112.6780285 +360,-1.268609162,0.330525297,17,-1.529755654,0.7306933243,1812.5793893 +361,1.282982244,-0.926641967,17,-1.529755654,0.7306933243,11276.665105 +362,0.217352334,0.731352408,17,-1.529755654,0.7306933243,4811.8696675 +363,-1.511833084,0.258629297,17,-1.529755654,0.7306933243,1870.8525552 +364,0.338812194,0.823184618,17,-1.529755654,0.7306933243,4844.1884287 +365,-0.324406489,1.134201999,17,-1.529755654,0.7306933243,3053.3282976 +366,1.389579348,0.399185724,17,-1.529755654,0.7306933243,7894.7922944 +367,2.047152199,-0.039082036,17,-1.529755654,0.7306933243,9297.8159282 +368,0.947780369,0.568250077,17,-1.529755654,0.7306933243,6758.8355689 +369,0.763824846,0.576754987,17,-1.529755654,0.7306933243,6416.0605224 +370,-0.142334657,0.928153068,17,-1.529755654,0.7306933243,3595.0094824 +371,0.610266567,0.547265983,17,-1.529755654,0.7306933243,6204.0420938 +372,0.210731629,0.746815056,17,-1.529755654,0.7306933243,4758.6922273 +373,-1.34931644,0.316895224,17,-1.529755654,0.7306933243,1748.7805127 +374,2.407696481,0.655030745,17,-1.529755654,0.7306933243,6248.2641217 +375,0.64207831,0.545359131,17,-1.529755654,0.7306933243,6276.8030508 +376,1.174597538,0.840588356,17,-1.529755654,0.7306933243,6034.8291248 +377,0.660059424,0.010604079,17,-1.529755654,0.7306933243,7960.6857713 +378,-0.730263819,0.010486456,17,-1.529755654,0.7306933243,4027.5588067 +379,0.831068936,0.512339172,17,-1.529755654,0.7306933243,6754.0299964 +380,1.301180979,0.72367476,17,-1.529755654,0.7306933243,6576.7192833 +381,1.811128231,0.322854402,17,-1.529755654,0.7306933243,8207.3302694 +382,0.435105812,0.992284428,17,-1.529755654,0.7306933243,4581.3216859 +383,0.62643634,0.592027932,17,-1.529755654,0.7306933243,6099.1727949 +384,0.492988703,-0.516339467,17,-1.529755654,0.7306933243,8832.1845087 +385,-0.162469483,0.112549365,17,-1.529755654,0.7306933243,5324.9721763 +386,0.314630866,0.472006421,17,-1.529755654,0.7306933243,5728.5713255 +387,0.166744804,0.822815954,17,-1.529755654,0.7306933243,4479.9912224 +388,0.417159608,0.965805736,17,-1.529755654,0.7306933243,4620.5946396 +389,0.106334961,0.868774244,17,-1.529755654,0.7306933243,4246.9696848 +390,0.815086969,-0.338144359,17,-1.529755654,0.7306933243,9363.1944083 +391,0.59867455,-0.230624824,17,-1.529755654,0.7306933243,8463.6042654 +392,1.915104874,0.066220985,17,-1.529755654,0.7306933243,9103.5643155 +393,1.278093622,0.064463721,17,-1.529755654,0.7306933243,9072.6965548 +394,-0.061477853,0.302997961,17,-1.529755654,0.7306933243,5131.2869109 +395,0.251311504,0.626976942,17,-1.529755654,0.7306933243,5156.7786181 +396,2.950242872,0.149095644,17,-1.529755654,0.7306933243,6501.2934875 +397,-0.180294708,0.35375117,17,-1.529755654,0.7306933243,4658.3915605 +398,1.010448592,-0.351180233,17,-1.529755654,0.7306933243,9935.8934725 +399,-1.748740498,0.3686318073,17,-1.529755654,0.7306933243,1609.4631869 +400,2.699635665,0.123533791,17,-1.529755654,0.7306933243,7267.8580762 +401,0.496808033,0.823843254,17,-1.529755654,0.7306933243,5151.338242 +402,0.129574704,0.763364087,17,-1.529755654,0.7306933243,4531.9501967 +403,1.798920311,0.817447563,17,-1.529755654,0.7306933243,6276.4456557 +404,0.335987953,0.746786541,17,-1.529755654,0.7306933243,5037.9552726 +405,-1.085413643,0.292154671,17,-1.529755654,0.7306933243,2299.8460682 +406,-0.155321003,0.508207011,17,-1.529755654,0.7306933243,4365.5663709 +407,0.620529244,-0.301175104,17,-1.529755654,0.7306933243,8708.9095711 +408,1.684402744,0.368716966,17,-1.529755654,0.7306933243,8080.9608066 +409,0.300582244,-0.386397212,17,-1.529755654,0.7306933243,7976.1444393 +410,2.913555946,-0.009225192,17,-1.529755654,0.7306933243,7036.1823696 +411,1.465101417,0.493232532,17,-1.529755654,0.7306933243,7566.2284661 +412,0.090612882,0.907955955,17,-1.529755654,0.7306933243,4132.5753382 +413,2.987564726,-0.729568594,17,-1.529755654,0.7306933243,8540.3127104 +414,-1.484261606,0.224149272,17,-1.529755654,0.7306933243,2012.5459997 +415,0.164073421,0.303955133,17,-1.529755654,0.7306933243,5775.1961415 +416,0.141441293,0.167552546,17,-1.529755654,0.7306933243,6072.5547641 +417,2.931321023,-0.506718887,17,-1.529755654,0.7306933243,8231.3003526 +418,2.21951565,0.700596356,17,-1.529755654,0.7306933243,6369.0531754 +419,0.268112576,1.199114336,17,-1.529755654,0.7306933243,3863.130632 +420,0.978913739,0.359223811,17,-1.529755654,0.7306933243,7543.6084651 +421,1.210898818,0.522863584,17,-1.529755654,0.7306933243,7266.9406632 +422,2.347397336,0.129231362,17,-1.529755654,0.7306933243,8122.2187823 +423,0.614394501,0.556878345,17,-1.529755654,0.7306933243,6183.0865895 +424,-1.398079356,0.148483366,17,-1.529755654,0.7306933243,2351.6658796 +425,2.535303836,-0.112984496,17,-1.529755654,0.7306933243,8394.8915941 +426,-1.019372593,-0.405322349,17,-1.529755654,0.7306933243,4873.056893 +427,-1.297785627,-0.160104069,17,-1.529755654,0.7306933243,3627.7627477 +428,2.144554488,0.205051084,17,-1.529755654,0.7306933243,8260.2541313 +429,-2.242387083,-0.426171285,17,-1.529755654,0.7306933243,5273.3660142 +430,0.338637212,0.909723676,17,-1.529755654,0.7306933243,4623.3091917 +431,-0.148798452,0.691042401,17,-1.529755654,0.7306933243,3992.2792082 +432,0.893524764,0.441829531,17,-1.529755654,0.7306933243,7106.591258 +433,0.969229347,-0.368847936,17,-1.529755654,0.7306933243,9873.1837745 +434,0.436043248,0.800045688,17,-1.529755654,0.7306933243,5101.4181351 +435,1.687946607,1.081504775,17,-1.529755654,0.7306933243,5261.5978735 +436,0.522302046,-0.034889271,17,-1.529755654,0.7306933243,7713.7842113 +437,-0.178996113,-0.438090009,17,-1.529755654,0.7306933243,6761.9650905 +438,-1.094339566,0.301444068,17,-1.529755654,0.7306933243,2250.2347397 +439,-1.064070054,0.242569932,17,-1.529755654,0.7306933243,2507.4587463 +440,-1.068153768,0.230387998,17,-1.529755654,0.7306933243,2538.6303308 +441,-3.00496892,-0.23989155,17,-1.529755654,0.7306933243,6577.0316662 +442,0.21751974,0.766874888,17,-1.529755654,0.7306933243,4725.1696725 +443,0.117229532,0.007619006,17,-1.529755654,0.7306933243,6426.3925681 +444,0.777758451,0.420554741,17,-1.529755654,0.7306933243,6956.0218282 +445,-0.252356999,0.250747086,17,-1.529755654,0.7306933243,4702.5879633 +446,0.363148444,0.768483434,17,-1.529755654,0.7306933243,5038.4046018 +447,0.903191366,-0.118210676,17,-1.529755654,0.7306933243,8973.7632959 +448,-0.205755923,0.149406178,17,-1.529755654,0.7306933243,5100.9242266 +449,1.811996086,0.02364353,17,-1.529755654,0.7306933243,9370.9089428 +450,-1.100670221,0.314845373,17,-1.529755654,0.7306933243,2193.2264208 +451,0.340078597,0.850105132,17,-1.529755654,0.7306933243,4777.3766533 +452,0.258757267,0.804969236,17,-1.529755654,0.7306933243,4722.5372487 +453,2.78505352,-0.155160804,17,-1.529755654,0.7306933243,7800.2986659 +454,0.800551619,0.105822106,17,-1.529755654,0.7306933243,8024.0057969 +455,0.437940882,-0.506194031,17,-1.529755654,0.7306933243,8650.1902085 +456,2.230431122,0.63458615,17,-1.529755654,0.7306933243,6590.5918485 +457,0.527965361,0.127667701,17,-1.529755654,0.7306933243,7266.4217649 +458,-0.063643205,0.702093448,17,-1.529755654,0.7306933243,4191.6178235 +459,1.408447268,0.133010502,17,-1.529755654,0.7306933243,8944.108457 +460,0.523795955,0.280266966,17,-1.529755654,0.7306933243,6808.7714491 +461,-0.975769313,0.072177659,17,-1.529755654,0.7306933243,3261.0737203 +462,0.549774164,-0.463663986,17,-1.529755654,0.7306933243,8885.5012977 +463,0.29245874,1.095549818,17,-1.529755654,0.7306933243,4108.2447298 +464,0.143625958,0.816809593,17,-1.529755654,0.7306933243,4442.419257 +465,0.671902494,0.611159853,17,-1.529755654,0.7306933243,6129.9801325 +466,1.239840988,0.6724199,17,-1.529755654,0.7306933243,6726.5358186 +467,0.607829703,-0.10932137,17,-1.529755654,0.7306933243,8161.2727119 +468,1.763020906,0.263996692,17,-1.529755654,0.7306933243,8465.2697237 +469,0.378714634,0.726066797,17,-1.529755654,0.7306933243,5185.8090012 +470,2.196736143,-0.153862366,17,-1.529755654,0.7306933243,9382.2420426 +471,0.01702415,0.148991565,17,-1.529755654,0.7306933243,5758.4085942 +472,-2.998490902,-0.158002487,17,-1.529755654,0.7306933243,6341.0945519 +473,-3.051262951,-0.346595608,17,-1.529755654,0.7306933243,6987.9961962 +474,-1.069176439,0.182802941,17,-1.529755654,0.7306933243,2695.0982734 +475,0.167157509,0.595344954,17,-1.529755654,0.7306933243,5028.6891747 +476,0.613855648,0.681746124,17,-1.529755654,0.7306933243,5796.7173343 +477,1.037012736,0.682555367,17,-1.529755654,0.7306933243,6475.7052358 +478,-1.253574971,0.379755746,17,-1.529755654,0.7306933243,1666.0386048 +479,3.108590453,-0.132620738,17,-1.529755654,0.7306933243,6789.7213595 +480,0.565301296,0.022333262,17,-1.529755654,0.7306933243,7671.2380666 +481,0.547898238,0.855555614,17,-1.529755654,0.7306933243,5152.3479586 +482,0.948309381,0.417393755,17,-1.529755654,0.7306933243,7287.5192464 +483,-0.050600732,0.945269213,17,-1.529755654,0.7306933243,3766.6467185 +484,-0.977651478,-0.572363064,17,-1.529755654,0.7306933243,5539.0772581 +485,1.102014914,0.728861163,17,-1.529755654,0.7306933243,6381.8719863 +486,2.927300795,-0.282939414,17,-1.529755654,0.7306933243,7710.1050908 +487,-1.154565557,0.124434095,17,-1.529755654,0.7306933243,2738.4613554 +488,1.855331234,0.291044755,17,-1.529755654,0.7306933243,8299.7424338 +489,0.830290659,0.276904518,17,-1.529755654,0.7306933243,7537.3710839 +490,0.485104466,-0.234867441,17,-1.529755654,0.7306933243,8144.1537574 +491,0.521367572,-0.33161327,17,-1.529755654,0.7306933243,8493.8665345 +1,-1.539031704,0.7349710123,18,-1.533415048,0.7291384674,28.417636527 +2,-1.536990553,0.7349663874,18,-1.533415048,0.7291384674,25.374336456 +3,-1.534951779,0.7349571355,18,-1.533415048,0.7291384674,23.488231535 +4,-1.532906461,0.7349480293,18,-1.533415048,0.7291384674,23.060407778 +5,-1.531320211,0.7346937278,18,-1.533415048,0.7291384674,22.853740719 +6,-1.539451648,0.7335131775,18,-1.533415048,0.7291384674,24.839230378 +7,-1.537429487,0.7335445708,18,-1.533415048,0.7291384674,21.086891176 +8,-1.535484998,0.7335658704,18,-1.533415048,0.7291384674,18.568326046 +9,-1.533488396,0.7336036027,18,-1.533415048,0.7291384674,17.687722809 +10,-1.531497785,0.7335842962,18,-1.533415048,0.7291384674,18.494764764 +11,-1.530259379,0.7334777758,18,-1.533415048,0.7291384674,19.544347032 +12,-1.5335454,0.7322346912,18,-1.533415048,0.7291384674,12.270169052 +13,-1.531489083,0.7322238773,18,-1.533415048,0.7291384674,13.477286286 +14,-1.530011122,0.7321679851,18,-1.533415048,0.7291384674,15.646882868 +15,-1.53348106,0.7306614094,18,-1.533415048,0.7291384674,6.035519738 +16,-1.531441779,0.7306962275,18,-1.533415048,0.7291384674,8.4853261065 +17,-1.529755654,0.7306933243,18,-1.533415048,0.7291384674,12.434388404 +18,-1.533415048,0.7291384674,18,-1.533415048,0.7291384674,2.9912113374 +19,-1.531392093,0.7291705353,18,-1.533415048,0.7291384674,5.9768915105 +20,-1.529296523,0.7291214933,18,-1.533415048,0.7291384674,12.16602967 +21,-1.535280942,0.727267644,18,-1.533415048,0.7291384674,9.2380955505 +22,-1.533378158,0.7276139666,18,-1.533415048,0.7291384674,6.039532053 +23,-1.531340368,0.7276446587,18,-1.533415048,0.7291384674,8.5216312344 +24,-1.528960113,0.7276398177,18,-1.533415048,0.7291384674,14.444422903 +25,-1.533313146,0.7260818349,18,-1.533415048,0.7291384674,12.111072629 +26,-1.531259555,0.7260958115,18,-1.533415048,0.7291384674,13.634522627 +27,-1.528926415,0.7260865555,18,-1.533415048,0.7291384674,17.955919863 +28,-1.531226779,0.7245511789,18,-1.533415048,0.7291384674,19.290193466 +29,-1.528904772,0.7245519194,18,-1.533415048,0.7291384674,22.545029597 +30,-1.547195875,0.7409785979,18,-1.533415048,0.7291384674,61.959365394 +31,-1.5451475,0.740980426,18,-1.533415048,0.7291384674,58.210691898 +32,-1.543097679,0.7409798872,18,-1.533415048,0.7291384674,54.857363582 +33,-1.540720364,0.7409892687,18,-1.533415048,0.7291384674,51.615607081 +34,-1.547188511,0.7395198392,18,-1.533415048,0.7291384674,57.713064302 +35,-1.545148587,0.7395226109,18,-1.533415048,0.7291384674,53.683494187 +36,-1.543104538,0.7395314908,18,-1.533415048,0.7291384674,50.062725018 +37,-1.540727751,0.7395306258,18,-1.533415048,0.7291384674,46.440037319 +38,-1.547187029,0.7380014886,18,-1.533415048,0.7291384674,53.61214732 +39,-1.545147315,0.7380012252,18,-1.533415048,0.7291384674,49.232955074 +40,-1.54310719,0.7380060743,18,-1.533415048,0.7291384674,45.242458561 +41,-1.540719671,0.7380068206,18,-1.533415048,0.7291384674,41.180316555 +42,-1.547187189,0.7364799098,18,-1.533415048,0.7291384674,49.89706476 +43,-1.545149996,0.7364853874,18,-1.533415048,0.7291384674,45.172495781 +44,-1.543106091,0.7364823484,18,-1.533415048,0.7291384674,40.746256913 +45,-1.540717158,0.7364893901,18,-1.533415048,0.7291384674,36.193792933 +46,-1.538663972,0.7410138672,18,-1.533415048,0.7291384674,49.502070985 +47,-1.53695285,0.7409699132,18,-1.533415048,0.7291384674,48.003315201 +48,-1.534910498,0.7409641297,18,-1.533415048,0.7291384674,47.047081423 +49,-1.533145034,0.7409536636,18,-1.533415048,0.7291384674,46.80671647 +50,-1.538681336,0.7395405883,18,-1.533415048,0.7291384674,44.015981184 +51,-1.536999189,0.7395183096,18,-1.533415048,0.7291384674,42.443522723 +52,-1.534923633,0.7395144222,18,-1.533415048,0.7291384674,41.337801918 +53,-1.533267822,0.7395654306,18,-1.533415048,0.7291384674,41.303469803 +54,-1.53867273,0.7380151077,18,-1.533415048,0.7291384674,38.41270278 +55,-1.536980576,0.7379994392,18,-1.533415048,0.7291384674,36.632479411 +56,-1.534931522,0.7379944961,18,-1.533415048,0.7291384674,35.361337264 +57,-1.533387952,0.7379480264,18,-1.533415048,0.7291384674,34.894754264 +58,-1.538682279,0.7364914363,18,-1.533415048,0.7291384674,32.996324733 +59,-1.536980704,0.7364810563,18,-1.533415048,0.7291384674,30.920628195 +60,-1.534935567,0.7364752065,18,-1.533415048,0.7291384674,29.40360972 +61,-1.533042592,0.7363876366,18,-1.533415048,0.7291384674,28.734892294 +62,-1.545143426,0.7349628011,18,-1.533415048,0.7291384674,41.547747204 +63,-1.543105297,0.7349691947,18,-1.533415048,0.7291384674,36.721428429 +64,-1.541064533,0.7349647152,18,-1.533415048,0.7291384674,32.256678526 +65,-1.545411803,0.7334624714,18,-1.533415048,0.7291384674,39.297410594 +66,-1.543446606,0.7334780896,18,-1.533415048,0.7291384674,34.207186884 +67,-1.541475327,0.7334957295,18,-1.533415048,0.7291384674,29.369205578 +68,-1.545401939,0.731963266,18,-1.533415048,0.7291384674,37.091254402 +69,-1.54342253,0.7319915583,18,-1.533415048,0.7291384674,31.612443748 +70,-1.541455867,0.7320216438,18,-1.533415048,0.7291384674,26.327117054 +71,-1.545410146,0.7304422281,18,-1.533415048,0.7291384674,35.786274574 +72,-1.543435491,0.7304713664,18,-1.533415048,0.7291384674,30.049245672 +73,-1.541463105,0.7304997613,18,-1.533415048,0.7291384674,24.362933492 +74,-1.545414768,0.7289194936,18,-1.533415048,0.7291384674,35.460077965 +75,-1.543435774,0.7289538557,18,-1.533415048,0.7291384674,29.611742575 +76,-1.541457714,0.7289765881,18,-1.533415048,0.7291384674,23.76765511 +77,-1.539449415,0.7320555866,18,-1.533415048,0.7291384674,21.222908591 +78,-1.537429183,0.7321097681,18,-1.533415048,0.7291384674,16.695540186 +79,-1.535472649,0.7321497267,18,-1.533415048,0.7291384674,13.383191681 +80,-1.539457899,0.7305333307,18,-1.533415048,0.7291384674,18.674915929 +81,-1.537453161,0.7305750503,18,-1.533415048,0.7291384674,13.209061683 +82,-1.535479385,0.7306124949,18,-1.533415048,0.7291384674,8.439460629 +83,-1.53946905,0.7290102593,18,-1.533415048,0.7291384674,17.891199566 +84,-1.537459922,0.7290417293,18,-1.533415048,0.7291384674,11.954849605 +85,-1.535451349,0.7290890157,18,-1.533415048,0.7291384674,6.0183724566 +86,-1.535522937,0.7279887191,18,-1.533415048,0.7291384674,7.7168380248 +87,-1.539442524,0.7274735939,18,-1.533415048,0.7291384674,18.999043617 +88,-1.537424111,0.727521351,18,-1.533415048,0.7291384674,13.471238476 +89,-1.539384641,0.7259505092,18,-1.533415048,0.7291384674,21.709060084 +90,-1.537372391,0.7259947145,18,-1.533415048,0.7291384674,17.090734937 +91,-1.535340789,0.7260435356,18,-1.533415048,0.7291384674,13.517828339 +92,-1.539325716,0.7244369706,18,-1.533415048,0.7291384674,25.552241232 +93,-1.537308932,0.7244801057,18,-1.533415048,0.7291384674,21.755864333 +94,-1.535289068,0.7245247645,18,-1.533415048,0.7291384674,19.098194957 +95,-1.533261366,0.7245550236,18,-1.533415048,0.7291384674,18.160718493 +96,-1.539267302,0.722921924,18,-1.533415048,0.7291384674,30.113534163 +97,-1.537248972,0.7229660258,18,-1.533415048,0.7291384674,26.95771382 +98,-1.535219431,0.7229916471,18,-1.533415048,0.7291384674,24.92725046 +99,-1.53318962,0.7230212049,18,-1.533415048,0.7291384674,24.239674623 +100,-1.531154816,0.7230299897,18,-1.533415048,0.7291384674,25.104772093 +101,-1.528878341,0.7230370244,18,-1.533415048,0.7291384674,27.652258383 +102,-1.539218189,0.7214009878,18,-1.533415048,0.7291384674,35.145145009 +103,-1.537198791,0.7214422745,18,-1.533415048,0.7291384674,32.482150508 +104,-1.535179266,0.7214634354,18,-1.533415048,0.7291384674,30.847244349 +105,-1.533156501,0.7214944644,18,-1.533415048,0.7291384674,30.287591903 +106,-1.53113574,0.7215166021,18,-1.533415048,0.7291384674,30.93683889 +107,-1.528874248,0.7215345535,18,-1.533415048,0.7291384674,32.989249702 +108,-1.539217656,0.7198512397,18,-1.533415048,0.7291384674,40.613833216 +109,-1.537199919,0.7199428763,18,-1.533415048,0.7291384674,38.114406559 +110,-1.545425832,0.727397149,18,-1.533415048,0.7291384674,36.169982915 +111,-1.543371177,0.7273916949,18,-1.533415048,0.7291384674,30.234701168 +112,-1.541368852,0.7274523163,18,-1.533415048,0.7291384674,24.442657249 +113,-1.545349067,0.7258710923,18,-1.533415048,0.7291384674,37.60078123 +114,-1.54332671,0.7258603556,18,-1.533415048,0.7291384674,32.067347198 +115,-1.541346831,0.7259242142,18,-1.533415048,0.7291384674,26.694994266 +116,-1.545324355,0.7243383958,18,-1.533415048,0.7291384674,40.054364934 +117,-1.543292796,0.7243617413,18,-1.533415048,0.7291384674,34.827685741 +118,-1.541295822,0.7244024384,18,-1.533415048,0.7291384674,29.935256275 +119,-1.543193859,0.7205570215,18,-1.533415048,0.7291384674,44.678340307 +120,-1.550257047,0.7386738187,18,-1.533415048,0.7291384674,62.292781618 +121,-1.549335448,0.7311736483,18,-1.533415048,0.7291384674,47.67095697 +122,-1.533478843,0.7179891343,18,-1.533415048,0.7291384674,44.162914373 +123,-1.556150555,0.738907041,18,-1.533415048,0.7291384674,77.251967446 +124,-1.554324226,0.733414257,18,-1.533415048,0.7291384674,63.929309381 +125,-1.554290846,0.7288285332,18,-1.533415048,0.7291384674,61.685493373 +126,-1.55122487,0.7219795312,18,-1.533415048,0.7291384674,59.911447569 +127,-1.525104458,0.7229399862,18,-1.533415048,0.7291384674,34.767487921 +128,-1.519607711,0.7236181429,18,-1.533415048,0.7291384674,46.365563377 +129,-1.513899999,0.7251107854,18,-1.533415048,0.7291384674,59.911925242 +130,-1.536620762,0.7431061895,18,-1.533415048,0.7291384674,56.120648568 +131,-1.5369566,0.7460845958,18,-1.533415048,0.7291384674,67.921673833 +132,-1.545345528,0.7447040685,18,-1.533415048,0.7291384674,70.894093839 +133,-1.532813921,0.7432306626,18,-1.533415048,0.7291384674,55.847064085 +134,-1.554788248,0.7382381001,18,-1.533415048,0.7291384674,72.474347977 +135,-1.540348126,0.7301594274,18,-1.533415048,0.7291384674,20.865963219 +136,-1.538016084,0.7239051786,18,-1.533415048,0.7291384674,24.804680543 +137,-1.525288962,0.7258085137,18,-1.533415048,0.7291384674,27.420143427 +138,-1.534326986,0.731241342,18,-1.533415048,0.7291384674,8.7534657087 +139,-1.530733872,0.7303625216,18,-1.533415048,0.7291384674,9.2824986781 +141,-1.534354939,0.7328219978,18,-1.533415048,0.7291384674,14.851410067 +142,-1.53157084,0.7292888153,18,-1.533415048,0.7291384674,5.4797175149 +143,-1.525691035,0.7263799874,18,-1.533415048,0.7291384674,25.322660989 +144,-1.534031287,0.7495967835,18,-1.533415048,0.7291384674,81.055456198 +145,-1.527714986,0.7283095957,18,-1.533415048,0.7291384674,17.160686906 +146,-1.526189586,0.7271468292,18,-1.533415048,0.7291384674,22.772412012 +147,-1.555177336,0.7375563366,18,-1.533415048,0.7291384674,72.200650588 +148,-1.555080283,0.7312707794,18,-1.533415048,0.7291384674,64.491038715 +149,-1.53856994,0.7224180299,18,-1.533415048,0.7291384674,30.68971238 +150,-1.530837883,0.729933372,18,-1.533415048,0.7291384674,8.235655282 +151,-1.515066984,0.5854133365,18,-1.533415048,0.7291384674,572.18129756 +152,-1.534731633,0.5368370046,18,-1.533415048,0.7291384674,761.71760514 +153,-1.515231902,0.5607085576,18,-1.533415048,0.7291384674,669.61326627 +154,-2.616253799,1.0684566605,18,-1.533415048,0.7291384674,2849.2098376 +155,-1.956071439,0.5792177723,18,-1.533415048,0.7291384674,1448.6580495 +156,-1.951208514,0.5602434208,18,-1.533415048,0.7291384674,1475.3390493 +157,-1.944675062,0.6062144545,18,-1.533415048,0.7291384674,1363.2975754 +158,-1.613778386,0.6077989518,18,-1.533415048,0.7291384674,541.45379355 +159,-2.035029014,0.6021432345,18,-1.533415048,0.7291384674,1632.7973467 +160,-2.114989471,0.6801825058,18,-1.533415048,0.7291384674,1754.5914337 +161,-2.037382079,0.5765830025,18,-1.533415048,0.7291384674,1687.0670737 +162,-2.129855121,0.6585019963,18,-1.533415048,0.7291384674,1825.4853482 +163,-2.075141798,0.6493615843,18,-1.533415048,0.7291384674,1676.3363057 +164,-1.828626729,0.6948433129,18,-1.533415048,0.7291384674,894.11926369 +165,-1.863329418,0.6735427691,18,-1.533415048,0.7291384674,1020.1112919 +166,-1.266037071,0.727988852,18,-1.533415048,0.7291384674,789.18183502 +167,-1.277579582,0.7249010648,18,-1.533415048,0.7291384674,756.41291528 +168,-1.258418684,0.7241194816,18,-1.533415048,0.7291384674,813.23678352 +169,-1.317813974,0.6804850104,18,-1.533415048,0.7291384674,677.75964452 +170,-1.344165204,0.6790988904,18,-1.533415048,0.7291384674,604.23321749 +171,-1.427582102,0.5277120351,18,-1.533415048,0.7291384674,866.32602648 +172,-1.402238616,0.457167829,18,-1.533415048,0.7291384674,1159.0265407 +173,-1.422454264,0.4996161999,18,-1.533415048,0.7291384674,976.75723071 +174,-1.439089277,0.4894859811,18,-1.533415048,0.7291384674,996.91638767 +175,-1.448126995,0.5182330266,18,-1.533415048,0.7291384674,878.83841176 +176,-1.474626146,0.5881926574,18,-1.533415048,0.7291384674,587.73639526 +177,-1.421139645,0.5584869783,18,-1.533415048,0.7291384674,763.25154559 +178,-1.457037165,0.565943032,18,-1.533415048,0.7291384674,689.72066907 +179,-2.757159358,0.3745319,18,-1.533415048,0.7291384674,4239.7490342 +180,-2.714309238,0.342054471,18,-1.533415048,0.7291384674,4191.2450536 +181,-2.000525337,0.774119946,18,-1.533415048,0.7291384674,1357.2732369 +183,-1.571413436,0.6777838382,18,-1.533415048,0.7291384674,233.5441889 +184,-1.552860289,0.6987663893,18,-1.533415048,0.7291384674,133.64416002 +185,-1.521852374,0.7165827476,18,-1.533415048,0.7291384674,60.439896625 +186,-1.503656267,0.6928968252,18,-1.533415048,0.7291384674,169.06006802 +187,-1.502753178,0.7136205882,18,-1.533415048,0.7291384674,109.97387522 +188,-1.631894563,0.7343596465,18,-1.533415048,0.7291384674,290.90279403 +189,-1.653765416,0.6770714026,18,-1.533415048,0.7291384674,417.86949977 +190,-1.719812114,0.6715965947,18,-1.533415048,0.7291384674,608.25603995 +191,-1.493406659,0.6646955447,18,-1.533415048,0.7291384674,282.67930324 +192,-1.469120564,0.6613469966,18,-1.533415048,0.7291384674,332.11072081 +193,-1.590551461,0.5326612937,18,-1.533415048,0.7291384674,799.23808259 +194,-1.625979264,0.5247742243,18,-1.533415048,0.7291384674,861.75103346 +195,-1.572293943,0.5238808754,18,-1.533415048,0.7291384674,822.45462066 +196,-1.610848725,0.5477107964,18,-1.533415048,0.7291384674,759.37370226 +197,-1.208485554,0.7918526018,18,-1.533415048,0.7291384674,962.53726188 +198,-1.335601374,0.6869083083,18,-1.533415048,0.7291384674,617.74083869 +199,-1.346156996,0.6825213377,18,-1.533415048,0.7291384674,593.45752344 +200,-1.324381037,0.6741422347,18,-1.533415048,0.7291384674,668.17710294 +201,-1.242424992,0.7378949807,18,-1.533415048,0.7291384674,855.52259424 +202,-1.270370057,0.7392461008,18,-1.533415048,0.7291384674,773.51431255 +203,-1.448950472,0.7441675014,18,-1.533415048,0.7291384674,254.82835688 +204,-1.492662363,0.7523026852,18,-1.533415048,0.7291384674,150.35497714 +205,-1.479098966,0.7763855017,18,-1.533415048,0.7291384674,244.24870408 +206,-1.633760714,0.7869022408,18,-1.533415048,0.7291384674,368.16556674 +207,-1.647406434,0.8101289331,18,-1.533415048,0.7291384674,455.83833252 +208,-1.564245052,0.5701509278,18,-1.533415048,0.7291384674,637.17022082 +209,-1.646289963,0.6833746083,18,-1.533415048,0.7291384674,385.28590903 +210,-1.5820631,0.6751952144,18,-1.533415048,0.7291384674,259.38030811 +211,-1.613236298,0.6681681791,18,-1.533415048,0.7291384674,341.85481747 +212,-1.914661867,0.8212566515,18,-1.533415048,0.7291384674,1134.2394154 +213,-1.742133237,0.7250275956,18,-1.533415048,0.7291384674,617.38251901 +214,-2.033144872,0.6557314699,18,-1.533415048,0.7291384674,1543.5845639 +215,-2.039551981,0.6964723658,18,-1.533415048,0.7291384674,1514.9977197 +216,-1.247341019,0.7622473908,18,-1.533415048,0.7291384674,841.26199084 +217,-1.298239787,0.7084123392,18,-1.533415048,0.7291384674,705.13217491 +218,-1.308539688,0.6926545592,18,-1.533415048,0.7291384674,689.56084576 +219,-1.303263185,0.6888938396,18,-1.533415048,0.7291384674,709.2773357 +220,-1.852400229,0.6004246149,18,-1.533415048,0.7291384674,1114.3377162 +221,-1.288947707,0.7473773692,18,-1.533415048,0.7291384674,719.01527924 +222,-1.372031502,0.7472790993,18,-1.533415048,0.7291384674,478.00642164 +223,-1.289805721,0.7242157877,18,-1.533415048,0.7291384674,720.65212418 +224,-1.350807603,0.7533498126,18,-1.533415048,0.7291384674,541.70529625 +225,-1.329290365,0.7560442322,18,-1.533415048,0.7291384674,604.59493421 +226,-1.410153004,0.616936428,18,-1.533415048,0.7291384674,585.45084272 +227,-1.393445434,0.6308995063,18,-1.533415048,0.7291384674,580.25657706 +228,-1.37595573,0.6241540638,18,-1.533415048,0.7291384674,639.19153118 +229,-1.358388707,0.6172645205,18,-1.533415048,0.7291384674,699.26765779 +230,-1.753741133,0.8281661666,18,-1.533415048,0.7291384674,733.34940545 +231,-1.47430987,0.6834615681,18,-1.533415048,0.7291384674,253.84092632 +232,-1.421012508,0.7222725206,18,-1.533415048,0.7291384674,334.07272038 +233,-1.4476833,0.6978557868,18,-1.533415048,0.7291384674,285.02704939 +234,-1.470370723,0.6966193374,18,-1.533415048,0.7291384674,228.60974714 +235,-1.429211703,0.7037216883,18,-1.533415048,0.7291384674,327.06895126 +236,-1.700578405,0.6178673663,18,-1.533415048,0.7291384674,679.01957706 +237,-1.678117619,0.6331716163,18,-1.533415048,0.7291384674,584.94758867 +238,-1.725644578,0.6316331145,18,-1.533415048,0.7291384674,705.85439552 +239,-2.14012759,0.7930497945,18,-1.533415048,0.7291384674,1744.546466 +240,-2.103289431,0.7653606263,18,-1.533415048,0.7291384674,1651.2545901 +241,-1.318739838,0.7017808746,18,-1.533415048,0.7291384674,650.31594568 +242,-1.396417427,0.7077900843,18,-1.533415048,0.7291384674,417.01398394 +243,-1.35650337,0.7185539404,18,-1.533415048,0.7291384674,526.4078738 +244,-1.248884539,0.7274156818,18,-1.533415048,0.7291384674,839.88942384 +245,-1.395014798,0.5761185243,18,-1.533415048,0.7291384674,745.61155974 +246,-1.433377362,0.6064716109,18,-1.533415048,0.7291384674,576.63177909 +247,-1.408172432,0.5903155476,18,-1.533415048,0.7291384674,674.72269199 +248,-1.749645898,0.7757118084,18,-1.533415048,0.7291384674,651.16909861 +249,-1.571626686,0.615046989,18,-1.533415048,0.7291384674,467.13109405 +250,-1.514070049,0.6303003037,18,-1.533415048,0.7291384674,395.99705677 +251,-1.480890369,0.6237966528,18,-1.533415048,0.7291384674,447.60639397 +252,-1.704390658,0.5281680612,18,-1.533415048,0.7291384674,964.80899728 +253,-1.64434733,0.5254277498,18,-1.533415048,0.7291384674,881.17449668 +254,-1.703855997,0.4792484842,18,-1.533415048,0.7291384674,1133.2511098 +255,-1.692002383,0.5748825051,18,-1.533415048,0.7291384674,788.08879257 +256,-1.854136457,0.5544643913,18,-1.533415048,0.7291384674,1226.3542977 +257,-1.665021206,0.520317736,18,-1.533415048,0.7291384674,928.00290929 +258,-1.733654349,0.4845187345,18,-1.533415048,0.7291384674,1165.1983554 +259,-1.720938188,0.5135933906,18,-1.533415048,0.7291384674,1043.8957929 +260,-1.742668307,0.553296122,18,-1.533415048,0.7291384674,960.56759238 +261,-1.965659039,0.7142126903,18,-1.533415048,0.7291384674,1282.2022123 +262,-1.944438071,0.6772834804,18,-1.533415048,0.7291384674,1254.6344953 +263,-1.270340967,0.7681487096,18,-1.533415048,0.7291384674,777.71678154 +264,-1.353091884,0.6549276821,18,-1.533415048,0.7291384674,622.96550232 +265,-1.333236659,0.6413584414,18,-1.533415048,0.7291384674,704.66653803 +266,-1.352015998,0.6753788907,18,-1.533415048,0.7291384674,587.90571693 +267,-1.377988483,0.6577816235,18,-1.533415048,0.7291384674,550.97215219 +268,-2.13075611,0.8318642051,18,-1.533415048,0.7291384674,1714.7088444 +269,-2.097910953,0.8259670014,18,-1.533415048,0.7291384674,1626.289944 +270,-1.416382069,0.6694271549,18,-1.533415048,0.7291384674,426.17554093 +271,-1.538905672,0.7535625993,18,-1.533415048,0.7291384674,98.064552634 +272,-1.572309477,0.7803125099,18,-1.533415048,0.7291384674,231.67127177 +273,-1.87759879,0.7503853417,18,-1.533415048,0.7291384674,1008.1623674 +274,1.152365588,0.590457682,18,-1.533415048,0.7291384674,6960.2440923 +275,0.350198001,0.718001859,18,-1.533415048,0.7291384674,5157.6806138 +276,0.046513677,0.491503852,18,-1.533415048,0.7291384674,4980.0116837 +277,0.027510309,0.742571376,18,-1.533415048,0.7291384674,4346.782951 +278,0.306285725,-0.214631579,18,-1.533415048,0.7291384674,7577.0369849 +279,-1.100564889,0.318051531,18,-1.533415048,0.7291384674,2187.3667624 +280,-1.078582306,0.301437596,18,-1.533415048,0.7291384674,2289.701588 +281,-1.137371989,-0.617634065,18,-1.533415048,0.7291384674,5524.7818266 +282,0.784356344,0.703272339,18,-1.533415048,0.7291384674,6045.9905308 +283,-1.221209947,0.218327455,18,-1.533415048,0.7291384674,2292.3815241 +284,2.347301921,-0.449114658,18,-1.533415048,0.7291384674,9802.3030426 +285,0.246820618,0.830553713,18,-1.533415048,0.7291384674,4646.6166516 +286,0.829414965,0.703288228,18,-1.533415048,0.7291384674,6118.8933751 +287,-1.337537566,0.42332223,18,-1.533415048,0.7291384674,1372.10763 +288,0.882453706,0.454478077,18,-1.533415048,0.7291384674,7054.8656104 +289,1.575629659,0.416419109,18,-1.533415048,0.7291384674,7904.7243918 +290,-1.039455679,0.229888244,18,-1.533415048,0.7291384674,2606.8221442 +291,0.489558039,0.934482747,18,-1.533415048,0.7291384674,4838.4391225 +292,0.081344504,0.88384514,18,-1.533415048,0.7291384674,4173.8320499 +293,-1.547979814,0.300350308,18,-1.533415048,0.7291384674,1699.1495761 +294,0.040776181,0.168560074,18,-1.533415048,0.7291384674,5788.2300433 +295,-1.130374745,0.563894876,18,-1.533415048,0.7291384674,1426.2076089 +296,1.578326642,0.478507176,18,-1.533415048,0.7291384674,7659.1145009 +297,-1.12861823,-0.291640865,18,-1.533415048,0.7291384674,4306.3499751 +298,0.310524208,0.770885792,18,-1.533415048,0.7291384674,4932.0942076 +299,0.415649091,-0.387246002,18,-1.533415048,0.7291384674,8326.2158931 +300,-0.926533878,-0.188022748,18,-1.533415048,0.7291384674,4251.2125296 +301,1.258856172,-0.11716081,18,-1.533415048,0.7291384674,9726.5831194 +302,-1.126050026,0.322941926,18,-1.533415048,0.7291384674,2115.3234049 +303,2.002785835,0.07893892,18,-1.533415048,0.7291384674,8940.7482198 +304,0.440437607,0.746258085,18,-1.533415048,0.7291384674,5271.9837996 +305,-0.030391866,0.214441206,18,-1.533415048,0.7291384674,5460.2099741 +306,0.521557815,-0.058929362,18,-1.533415048,0.7291384674,7790.6302826 +307,-0.097005111,0.13317729,18,-1.533415048,0.7291384674,5474.8283049 +308,1.83113859,0.221857587,18,-1.533415048,0.7291384674,8590.0024183 +309,0.222428864,0.099404236,18,-1.533415048,0.7291384674,6501.0833315 +310,-1.702731345,0.8728568183,18,-1.533415048,0.7291384674,734.91630409 +311,-0.418507569,0.278324921,18,-1.533415048,0.7291384674,4153.7476721 +312,-1.41153306,0.339029988,18,-1.533415048,0.7291384674,1598.6865994 +313,0.357560442,0.114788776,18,-1.533415048,0.7291384674,6845.831977 +314,0.325818979,0.268352149,18,-1.533415048,0.7291384674,6332.4264435 +315,-1.246004659,-0.663679965,18,-1.533415048,0.7291384674,5613.7288257 +316,1.814603087,0.637404484,18,-1.533415048,0.7291384674,6979.5714959 +317,1.843704281,-0.18300445,18,-1.533415048,0.7291384674,10130.838866 +318,1.690644492,-0.211480909,18,-1.533415048,0.7291384674,10373.658593 +319,-1.275451936,0.068109467,18,-1.533415048,0.7291384674,2773.3128093 +320,0.762430171,-0.207594741,18,-1.533415048,0.7291384674,8877.1551721 +321,0.265668905,-0.014647884,18,-1.533415048,0.7291384674,6932.8152535 +322,-2.773032013,-0.335515811,18,-1.533415048,0.7291384674,6183.8739438 +323,-1.469512853,0.174058777,18,-1.533415048,0.7291384674,2209.9122246 +324,0.286276986,0.785925691,18,-1.533415048,0.7291384674,4841.4112081 +325,-1.379324697,0.377432233,18,-1.533415048,0.7291384674,1484.6759669 +326,-1.203778265,0.212813032,18,-1.533415048,0.7291384674,2340.8806743 +327,0.579916301,0.611743168,18,-1.533415048,0.7291384674,5954.7427566 +328,0.267582642,0.868113908,18,-1.533415048,0.7291384674,4598.6592641 +329,0.412869244,-0.050245578,18,-1.533415048,0.7291384674,7456.2533806 +330,0.17524381,0.976660285,18,-1.533415048,0.7291384674,4172.2071967 +331,0.743157214,0.204812899,18,-1.533415048,0.7291384674,7588.0662575 +332,-1.070758176,0.269382282,18,-1.533415048,0.7291384674,2409.7064102 +333,-1.230364251,0.329790229,18,-1.533415048,0.7291384674,1882.6021154 +334,-1.374813124,-0.024926835,18,-1.533415048,0.7291384674,3040.6033666 +335,0.519780566,0.463669906,18,-1.533415048,0.7291384674,6267.3615183 +336,-1.55108034,0.239698561,18,-1.533415048,0.7291384674,1939.6235692 +337,0.180294813,0.029739425,18,-1.533415048,0.7291384674,6564.4144353 +338,0.67820924,0.268170153,18,-1.533415048,0.7291384674,7236.6581534 +339,0.445798684,1.024001867,18,-1.533415048,0.7291384674,4526.4534385 +340,0.691751283,0.150521402,18,-1.533415048,0.7291384674,7633.4924783 +341,-1.036643551,-0.903056181,18,-1.533415048,0.7291384674,6687.1299507 +342,-0.120287036,1.083325163,18,-1.533415048,0.7291384674,3453.0868371 +343,2.823513113,-0.304487164,18,-1.533415048,0.7291384674,8058.976142 +344,0.457583172,1.12513373,18,-1.533415048,0.7291384674,4283.7710356 +345,0.042918831,0.813795399,18,-1.533415048,0.7291384674,4232.3082858 +346,1.196146777,-0.853142756,18,-1.533415048,0.7291384674,11202.304791 +347,0.206001358,-0.010430701,18,-1.533415048,0.7291384674,6746.687998 +348,-0.268308653,0.234799412,18,-1.533415048,0.7291384674,4706.7087547 +349,0.759363263,0.736189579,18,-1.533415048,0.7291384674,5896.2141838 +350,0.181363926,0.891988372,18,-1.533415048,0.7291384674,4367.0545912 +351,-0.021111158,0.139103292,18,-1.533415048,0.7291384674,5683.3506652 +352,-0.093355215,0.630686981,18,-1.533415048,0.7291384674,4277.6012885 +353,0.40118964,0.681375926,18,-1.533415048,0.7291384674,5369.6039474 +354,-0.721197315,1.304706234,18,-1.533415048,0.7291384674,2692.8179705 +355,-1.076150317,0.212107639,18,-1.533415048,0.7291384674,2585.7024267 +356,-1.577164531,0.273993443,18,-1.533415048,0.7291384674,1809.0094932 +357,-0.190788414,0.182208586,18,-1.533415048,0.7291384674,5070.4985332 +358,-0.261349752,0.209710184,18,-1.533415048,0.7291384674,4791.3514856 +359,-1.029303852,0.083549259,18,-1.533415048,0.7291384674,3115.473609 +360,-1.268609162,0.330525297,18,-1.533415048,0.7291384674,1813.4725952 +361,1.282982244,-0.926641967,18,-1.533415048,0.7291384674,11279.24774 +362,0.217352334,0.731352408,18,-1.533415048,0.7291384674,4824.1525153 +363,-1.511833084,0.258629297,18,-1.533415048,0.7291384674,1865.1532509 +364,0.338812194,0.823184618,18,-1.533415048,0.7291384674,4856.1025871 +365,-0.324406489,1.134201999,18,-1.533415048,0.7291384674,3064.5221879 +366,1.389579348,0.399185724,18,-1.533415048,0.7291384674,7903.1857354 +367,2.047152199,-0.039082036,18,-1.533415048,0.7291384674,9296.3705652 +368,0.947780369,0.568250077,18,-1.533415048,0.7291384674,6769.7353327 +369,0.763824846,0.576754987,18,-1.533415048,0.7291384674,6427.6395644 +370,-0.142334657,0.928153068,18,-1.533415048,0.7291384674,3607.1735895 +371,0.610266567,0.547265983,18,-1.533415048,0.7291384674,6216.0867513 +372,0.210731629,0.746815056,18,-1.533415048,0.7291384674,4770.955677 +373,-1.34931644,0.316895224,18,-1.533415048,0.7291384674,1747.5002574 +374,2.407696481,0.655030745,18,-1.533415048,0.7291384674,6247.2031856 +375,0.64207831,0.545359131,18,-1.533415048,0.7291384674,6288.7830857 +376,1.174597538,0.840588356,18,-1.533415048,0.7291384674,6043.7808639 +377,0.660059424,0.010604079,18,-1.533415048,0.7291384674,7973.0936549 +378,-0.730263819,0.010486456,18,-1.533415048,0.7291384674,4033.3760413 +379,0.831068936,0.512339172,18,-1.533415048,0.7291384674,6765.5475935 +380,1.301180979,0.72367476,18,-1.533415048,0.7291384674,6585.1853074 +381,1.811128231,0.322854402,18,-1.533415048,0.7291384674,8211.009517 +382,0.435105812,0.992284428,18,-1.533415048,0.7291384674,4592.4114209 +383,0.62643634,0.592027932,18,-1.533415048,0.7291384674,6111.0893917 +384,0.492988703,-0.516339467,18,-1.533415048,0.7291384674,8841.9872221 +385,-0.162469483,0.112549365,18,-1.533415048,0.7291384674,5335.4507347 +386,0.314630866,0.472006421,18,-1.533415048,0.7291384674,5741.0050644 +387,0.166744804,0.822815954,18,-1.533415048,0.7291384674,4492.1471881 +388,0.417159608,0.965805736,18,-1.533415048,0.7291384674,4631.8421274 +389,0.106334961,0.868774244,18,-1.533415048,0.7291384674,4259.0770088 +390,0.815086969,-0.338144359,18,-1.533415048,0.7291384674,9375.2765135 +391,0.59867455,-0.230624824,18,-1.533415048,0.7291384674,8475.4454208 +392,1.915104874,0.066220985,18,-1.533415048,0.7291384674,9104.8693759 +393,1.278093622,0.064463721,18,-1.533415048,0.7291384674,9082.9245775 +394,-0.061477853,0.302997961,18,-1.533415048,0.7291384674,5142.9549797 +395,0.251311504,0.626976942,18,-1.533415048,0.7291384674,5169.1629343 +396,2.950242872,0.149095644,18,-1.533415048,0.7291384674,6492.4826117 +397,-0.180294708,0.35375117,18,-1.533415048,0.7291384674,4669.9121808 +398,1.010448592,-0.351180233,18,-1.533415048,0.7291384674,9948.3046094 +399,-1.748740498,0.3686318073,18,-1.533415048,0.7291384674,1598.6557218 +400,2.699635665,0.123533791,18,-1.533415048,0.7291384674,7260.5559174 +401,0.496808033,0.823843254,18,-1.533415048,0.7291384674,5162.9392015 +402,0.129574704,0.763364087,18,-1.533415048,0.7291384674,4544.2593945 +403,1.798920311,0.817447563,18,-1.533415048,0.7291384674,6281.1655712 +404,0.335987953,0.746786541,18,-1.533415048,0.7291384674,5050.0667267 +405,-1.085413643,0.292154671,18,-1.533415048,0.7291384674,2303.9226075 +406,-0.155321003,0.508207011,18,-1.533415048,0.7291384674,4377.6608504 +407,0.620529244,-0.301175104,18,-1.533415048,0.7291384674,8720.5538159 +408,1.684402744,0.368716966,18,-1.533415048,0.7291384674,8086.2609311 +409,0.300582244,-0.386397212,18,-1.533415048,0.7291384674,7986.02173 +410,2.913555946,-0.009225192,18,-1.533415048,0.7291384674,7026.6071184 +411,1.465101417,0.493232532,18,-1.533415048,0.7291384674,7573.7884109 +412,0.090612882,0.907955955,18,-1.533415048,0.7291384674,4144.5844923 +413,2.987564726,-0.729568594,18,-1.533415048,0.7291384674,8527.8800136 +414,-1.484261606,0.224149272,18,-1.533415048,0.7291384674,2007.4403103 +415,0.164073421,0.303955133,18,-1.533415048,0.7291384674,5787.3596198 +416,0.141441293,0.167552546,18,-1.533415048,0.7291384674,6084.3362769 +417,2.931321023,-0.506718887,18,-1.533415048,0.7291384674,8219.3054399 +418,2.21951565,0.700596356,18,-1.533415048,0.7291384674,6369.859474 +419,0.268112576,1.199114336,18,-1.533415048,0.7291384674,3873.311267 +420,0.978913739,0.359223811,18,-1.533415048,0.7291384674,7554.9219852 +421,1.210898818,0.522863584,18,-1.533415048,0.7291384674,7276.4808917 +422,2.347397336,0.129231362,18,-1.533415048,0.7291384674,8118.1660001 +423,0.614394501,0.556878345,18,-1.533415048,0.7291384674,6195.1037298 +424,-1.398079356,0.148483366,18,-1.533415048,0.7291384674,2348.2238419 +425,2.535303836,-0.112984496,18,-1.533415048,0.7291384674,8387.1187395 +426,-1.019372593,-0.405322349,18,-1.533415048,0.7291384674,4872.8083826 +427,-1.297785627,-0.160104069,18,-1.533415048,0.7291384674,3624.9817002 +428,2.144554488,0.205051084,18,-1.533415048,0.7291384674,8259.1129474 +429,-2.242387083,-0.426171285,18,-1.533415048,0.7291384674,5261.8859574 +430,0.338637212,0.909723676,18,-1.533415048,0.7291384674,4634.9404961 +431,-0.148798452,0.691042401,18,-1.533415048,0.7291384674,4004.6954148 +432,0.893524764,0.441829531,18,-1.533415048,0.7291384674,7118.0545968 +433,0.969229347,-0.368847936,18,-1.533415048,0.7291384674,9885.5178175 +434,0.436043248,0.800045688,18,-1.533415048,0.7291384674,5113.2214395 +435,1.687946607,1.081504775,18,-1.533415048,0.7291384674,5267.3451538 +436,0.522302046,-0.034889271,18,-1.533415048,0.7291384674,7725.9502832 +437,-0.178996113,-0.438090009,18,-1.533415048,0.7291384674,6768.8274568 +438,-1.094339566,0.301444068,18,-1.533415048,0.7291384674,2254.279412 +439,-1.064070054,0.242569932,18,-1.533415048,0.7291384674,2511.2922084 +440,-1.068153768,0.230387998,18,-1.533415048,0.7291384674,2542.2618914 +441,-3.00496892,-0.23989155,18,-1.533415048,0.7291384674,6565.0637937 +442,0.21751974,0.766874888,18,-1.533415048,0.7291384674,4737.3890571 +443,0.117229532,0.007619006,18,-1.533415048,0.7291384674,6437.532096 +444,0.777758451,0.420554741,18,-1.533415048,0.7291384674,6967.9179778 +445,-0.252356999,0.250747086,18,-1.533415048,0.7291384674,4713.3848529 +446,0.363148444,0.768483434,18,-1.533415048,0.7291384674,5050.4240193 +447,0.903191366,-0.118210676,18,-1.533415048,0.7291384674,8986.1793409 +448,-0.205755923,0.149406178,18,-1.533415048,0.7291384674,5111.398097 +449,1.811996086,0.02364353,18,-1.533415048,0.7291384674,9373.714715 +450,-1.100670221,0.314845373,18,-1.533415048,0.7291384674,2197.3375972 +451,0.340078597,0.850105132,18,-1.533415048,0.7291384674,4789.2081675 +452,0.258757267,0.804969236,18,-1.533415048,0.7291384674,4734.6217091 +453,2.78505352,-0.155160804,18,-1.533415048,0.7291384674,7790.5467533 +454,0.800551619,0.105822106,18,-1.533415048,0.7291384674,8036.3477723 +455,0.437940882,-0.506194031,18,-1.533415048,0.7291384674,8659.827304 +456,2.230431122,0.63458615,18,-1.533415048,0.7291384674,6590.9477814 +457,0.527965361,0.127667701,18,-1.533415048,0.7291384674,7278.8116683 +458,-0.063643205,0.702093448,18,-1.533415048,0.7291384674,4204.0521135 +459,1.408447268,0.133010502,18,-1.533415048,0.7291384674,8952.8358835 +460,0.523795955,0.280266966,18,-1.533415048,0.7291384674,6821.2039519 +461,-0.975769313,0.072177659,18,-1.533415048,0.7291384674,3264.5305521 +462,0.549774164,-0.463663986,18,-1.533415048,0.7291384674,8895.9580429 +463,0.29245874,1.095549818,18,-1.533415048,0.7291384674,4119.0804671 +464,0.143625958,0.816809593,18,-1.533415048,0.7291384674,4454.6142161 +465,0.671902494,0.611159853,18,-1.533415048,0.7291384674,6141.7396578 +466,1.239840988,0.6724199,18,-1.533415048,0.7291384674,6735.5210989 +467,0.607829703,-0.10932137,18,-1.533415048,0.7291384674,8173.4584821 +468,1.763020906,0.263996692,18,-1.533415048,0.7291384674,8469.4500067 +469,0.378714634,0.726066797,18,-1.533415048,0.7291384674,5197.9021538 +470,2.196736143,-0.153862366,18,-1.533415048,0.7291384674,9377.613635 +471,0.01702415,0.148991565,18,-1.533415048,0.7291384674,5769.7552175 +472,-2.998490902,-0.158002487,18,-1.533415048,0.7291384674,6329.3370558 +473,-3.051262951,-0.346595608,18,-1.533415048,0.7291384674,6975.8708117 +474,-1.069176439,0.182802941,18,-1.533415048,0.7291384674,2698.2102034 +475,0.167157509,0.595344954,18,-1.533415048,0.7291384674,5041.1214731 +476,0.613855648,0.681746124,18,-1.533415048,0.7291384674,5808.448755 +477,1.037012736,0.682555367,18,-1.533415048,0.7291384674,6485.8439488 +478,-1.253574971,0.379755746,18,-1.533415048,0.7291384674,1667.9650293 +479,3.108590453,-0.132620738,18,-1.533415048,0.7291384674,6778.6172256 +480,0.565301296,0.022333262,18,-1.533415048,0.7291384674,7683.5640715 +481,0.547898238,0.855555614,18,-1.533415048,0.7291384674,5163.7192843 +482,0.948309381,0.417393755,18,-1.533415048,0.7291384674,7298.8199712 +483,-0.050600732,0.945269213,18,-1.533415048,0.7291384674,3778.6789751 +484,-0.977651478,-0.572363064,18,-1.533415048,0.7291384674,5538.422328 +485,1.102014914,0.728861163,18,-1.533415048,0.7291384674,6391.5330983 +486,2.927300795,-0.282939414,18,-1.533415048,0.7291384674,7699.0030407 +487,-1.154565557,0.124434095,18,-1.533415048,0.7291384674,2739.6012537 +488,1.855331234,0.291044755,18,-1.533415048,0.7291384674,8302.7702246 +489,0.830290659,0.276904518,18,-1.533415048,0.7291384674,7549.4036904 +490,0.485104466,-0.234867441,18,-1.533415048,0.7291384674,8155.617782 +491,0.521367572,-0.33161327,18,-1.533415048,0.7291384674,8505.0144783 +1,-1.539031704,0.7349710123,19,-1.531392093,0.7291705353,32.163092133 +2,-1.536990553,0.7349663874,19,-1.531392093,0.7291705353,28.268172814 +3,-1.534951779,0.7349571355,19,-1.531392093,0.7291705353,25.206059382 +4,-1.532906461,0.7349480293,19,-1.531392093,0.7291705353,23.315513974 +5,-1.531320211,0.7346937278,19,-1.531392093,0.7291705353,21.878390748 +6,-1.539451648,0.7335131775,19,-1.531392093,0.7291705353,29.33305409 +7,-1.537429487,0.7335445708,19,-1.531392093,0.7291705353,24.838680021 +8,-1.535484998,0.7335658704,19,-1.531392093,0.7291705353,21.182349764 +9,-1.533488396,0.7336036027,19,-1.531392093,0.7291705353,18.6151002 +10,-1.531497785,0.7335842962,19,-1.531392093,0.7291705353,17.485683067 +11,-1.530259379,0.7334777758,19,-1.531392093,0.7291705353,17.38472085 +12,-1.5335454,0.7322346912,19,-1.531392093,0.7291705353,13.698712021 +13,-1.531489083,0.7322238773,19,-1.531392093,0.7291705353,12.097671155 +14,-1.530011122,0.7321679851,19,-1.531392093,0.7291705353,12.552312489 +15,-1.53348106,0.7306614094,19,-1.531392093,0.7291705353,8.5379630348 +16,-1.531441779,0.7306962275,19,-1.531392093,0.7291705353,6.0450459237 +17,-1.529755654,0.7306933243,19,-1.531392093,0.7291705353,7.7275879349 +18,-1.533415048,0.7291384674,19,-1.531392093,0.7291705353,5.9768915105 +19,-1.531392093,0.7291705353,19,-1.531392093,0.7291705353,3.0219053249 +20,-1.529296523,0.7291214933,19,-1.531392093,0.7291705353,6.1931328294 +21,-1.535280942,0.727267644,19,-1.531392093,0.7291705353,13.747238326 +22,-1.533378158,0.7276139666,19,-1.531392093,0.7291705353,8.5133866944 +23,-1.531340368,0.7276446587,19,-1.531392093,0.7291705353,6.0459307209 +24,-1.528960113,0.7276398177,19,-1.531392093,0.7291705353,9.4041126855 +25,-1.533313146,0.7260818349,19,-1.531392093,0.7291705353,13.489527071 +26,-1.531259555,0.7260958115,19,-1.531392093,0.7291705353,12.185289173 +27,-1.528926415,0.7260865555,19,-1.531392093,0.7291705353,14.227181805 +28,-1.531226779,0.7245511789,19,-1.531392093,0.7291705353,18.303812549 +29,-1.528904772,0.7245519194,19,-1.531392093,0.7291705353,19.720172865 +30,-1.547195875,0.7409785979,19,-1.531392093,0.7291705353,65.906433079 +31,-1.5451475,0.740980426,19,-1.531392093,0.7291705353,61.819493341 +32,-1.543097679,0.7409798872,19,-1.531392093,0.7291705353,58.059586635 +33,-1.540720364,0.7409892687,19,-1.531392093,0.7291705353,54.246879068 +34,-1.547188511,0.7395198392,19,-1.531392093,0.7291705353,61.946665001 +35,-1.545148587,0.7395226109,19,-1.531392093,0.7291705353,57.594950727 +36,-1.543104538,0.7395314908,19,-1.531392093,0.7291705353,53.572862083 +37,-1.540727751,0.7395306258,19,-1.531392093,0.7291705353,49.369443381 +38,-1.547187029,0.7380014886,19,-1.531392093,0.7291705353,58.163931027 +39,-1.545147315,0.7380012252,19,-1.531392093,0.7291705353,53.490624929 +40,-1.54310719,0.7380060743,19,-1.531392093,0.7291705353,49.120275787 +41,-1.540719671,0.7380068206,19,-1.531392093,0.7291705353,44.476248203 +42,-1.547187189,0.7364799098,19,-1.531392093,0.7291705353,54.779083411 +43,-1.545149996,0.7364853874,19,-1.531392093,0.7291705353,49.801101109 +44,-1.543106091,0.7364823484,19,-1.531392093,0.7291705353,45.035442338 +45,-1.540717158,0.7364893901,19,-1.531392093,0.7291705353,39.926783156 +46,-1.538663972,0.7410138672,19,-1.531392093,0.7291705353,51.547677467 +47,-1.53695285,0.7409699132,19,-1.531392093,0.7291705353,49.51079485 +48,-1.534910498,0.7409641297,19,-1.531392093,0.7291705353,47.844581209 +49,-1.533145034,0.7409536636,19,-1.531392093,0.7291705353,46.956290327 +50,-1.538681336,0.7395405883,19,-1.531392093,0.7291705353,46.330310094 +51,-1.536999189,0.7395183096,19,-1.531392093,0.7291705353,44.1785513 +52,-1.534923633,0.7395144222,19,-1.531392093,0.7291705353,42.267288387 +53,-1.533267822,0.7395654306,19,-1.531392093,0.7291705353,41.541845293 +54,-1.53867273,0.7380151077,19,-1.531392093,0.7291705353,41.062934903 +55,-1.536980576,0.7379994392,19,-1.531392093,0.7291705353,38.643609994 +56,-1.534931522,0.7379944961,19,-1.531392093,0.7291705353,36.470006228 +57,-1.533387952,0.7379480264,19,-1.531392093,0.7291705353,35.260054451 +58,-1.538682279,0.7364914363,19,-1.531392093,0.7291705353,36.077104461 +59,-1.536980704,0.7364810563,19,-1.531392093,0.7291705353,33.305077086 +60,-1.534935567,0.7364752065,19,-1.531392093,0.7291705353,30.7571451 +61,-1.533042592,0.7363876366,19,-1.531392093,0.7291705353,28.997030321 +62,-1.545143426,0.7349628011,19,-1.531392093,0.7291705353,46.558856195 +63,-1.543105297,0.7349691947,19,-1.531392093,0.7291705353,41.453647864 +64,-1.541064533,0.7349647152,19,-1.531392093,0.7291705353,36.589399561 +65,-1.545411803,0.7334624714,19,-1.531392093,0.7291705353,44.691707224 +66,-1.543446606,0.7334780896,19,-1.531392093,0.7291705353,39.421807369 +67,-1.541475327,0.7334957295,19,-1.531392093,0.7291705353,34.309845058 +68,-1.545401939,0.731963266,19,-1.531392093,0.7291705353,42.785527617 +69,-1.54342253,0.7319915583,19,-1.531392093,0.7291705353,37.208348497 +70,-1.541455867,0.7320216438,19,-1.531392093,0.7291705353,31.764026367 +71,-1.545410146,0.7304422281,19,-1.531392093,0.7291705353,41.688632055 +72,-1.543435491,0.7304713664,19,-1.531392093,0.7291705353,35.924747794 +73,-1.541463105,0.7304997613,19,-1.531392093,0.7291705353,30.192889613 +74,-1.545414768,0.7289194936,19,-1.531392093,0.7291705353,41.436964008 +75,-1.543435774,0.7289538557,19,-1.531392093,0.7291705353,35.588633282 +76,-1.541457714,0.7289765881,19,-1.531392093,0.7291705353,29.744533154 +77,-1.539449415,0.7320555866,19,-1.531392093,0.7291705353,26.373576416 +78,-1.537429183,0.7321097681,19,-1.531392093,0.7291705353,21.276871485 +79,-1.535472649,0.7321497267,19,-1.531392093,0.7291705353,16.856669121 +80,-1.539457899,0.7305333307,19,-1.531392093,0.7291705353,24.414664833 +81,-1.537453161,0.7305750503,19,-1.531392093,0.7291705353,18.73704374 +82,-1.535479385,0.7306124949,19,-1.531392093,0.7291705353,13.34898226 +83,-1.53946905,0.7290102593,19,-1.531392093,0.7291705353,23.868046834 +84,-1.537459922,0.7290417293,19,-1.531392093,0.7291705353,17.931587431 +85,-1.535451349,0.7290890157,19,-1.531392093,0.7291705353,11.995115627 +86,-1.535522937,0.7279887191,19,-1.531392093,0.7291705353,13.074944445 +87,-1.539442524,0.7274735939,19,-1.531392093,0.7291705353,24.72858758 +88,-1.537424111,0.727521351,19,-1.531392093,0.7291705353,18.989574118 +89,-1.539384641,0.7259505092,19,-1.531392093,0.7291705353,26.863428756 +90,-1.537372391,0.7259947145,19,-1.531392093,0.7291705353,21.706439842 +91,-1.535340789,0.7260435356,19,-1.531392093,0.7291705353,17.0245982 +92,-1.539325716,0.7244369706,19,-1.531392093,0.7291705353,30.05069224 +93,-1.537308932,0.7244801057,19,-1.531392093,0.7291705353,25.532436457 +94,-1.535289068,0.7245247645,19,-1.531392093,0.7291705353,21.718231859 +95,-1.533261366,0.7245550236,19,-1.531392093,0.7291705353,19.100931044 +96,-1.539267302,0.722921924,19,-1.531392093,0.7291705353,34.010771649 +97,-1.537248972,0.7229660258,19,-1.531392093,0.7291705353,30.082131728 +98,-1.535219431,0.7229916471,19,-1.531392093,0.7291705353,26.97254694 +99,-1.53318962,0.7230212049,19,-1.531392093,0.7291705353,24.93258662 +100,-1.531154816,0.7230299897,19,-1.531392093,0.7291705353,24.332852587 +101,-1.528878341,0.7230370244,19,-1.531392093,0.7291705353,25.41011458 +102,-1.539218189,0.7214009878,19,-1.531392093,0.7291705353,38.53830941 +103,-1.537198791,0.7214422745,19,-1.531392093,0.7291705353,35.118197598 +104,-1.535179266,0.7214634354,19,-1.531392093,0.7291705353,32.526115552 +105,-1.533156501,0.7214944644,19,-1.531392093,0.7291705353,30.851371298 +106,-1.53113574,0.7215166021,19,-1.531392093,0.7291705353,30.326748865 +107,-1.528874248,0.7215345535,19,-1.531392093,0.7291705353,31.153127517 +108,-1.539217656,0.7198512397,19,-1.531392093,0.7291705353,43.60475818 +109,-1.537199919,0.7199428763,19,-1.531392093,0.7291705353,40.406434378 +110,-1.545425832,0.727397149,19,-1.531392093,0.7291705353,42.076356092 +111,-1.543371177,0.7273916949,19,-1.531392093,0.7291705353,36.106289707 +112,-1.541368852,0.7274523163,19,-1.531392093,0.7291705353,30.267255863 +113,-1.545349067,0.7258710923,19,-1.531392093,0.7291705353,43.306058147 +114,-1.54332671,0.7258603556,19,-1.531392093,0.7291705353,37.660818652 +115,-1.541346831,0.7259242142,19,-1.531392093,0.7291705353,32.132155658 +116,-1.545324355,0.7243383958,19,-1.531392093,0.7291705353,45.466892268 +117,-1.543292796,0.7243617413,19,-1.531392093,0.7291705353,40.047606274 +118,-1.541295822,0.7244024384,19,-1.531392093,0.7291705353,34.872961136 +119,-1.543193859,0.7205570215,19,-1.531392093,0.7291705353,48.873377278 +120,-1.550257047,0.7386738187,19,-1.531392093,0.7291705353,67.04923741 +121,-1.549335448,0.7311736483,19,-1.531392093,0.7291705353,53.544865255 +122,-1.533478843,0.7179891343,19,-1.531392093,0.7291705353,44.720621486 +123,-1.556150555,0.738907041,19,-1.531392093,0.7291705353,82.394543643 +124,-1.554324226,0.733414257,19,-1.531392093,0.7291705353,69.666449425 +125,-1.554290846,0.7288285332,19,-1.531392093,0.7291705353,67.662165264 +126,-1.55122487,0.7219795312,19,-1.531392093,0.7291705353,65.308273991 +127,-1.525104458,0.7229399862,19,-1.531392093,0.7291705353,30.917940329 +128,-1.519607711,0.7236181429,19,-1.531392093,0.7291705353,41.247454906 +129,-1.513899999,0.7251107854,19,-1.531392093,0.7291705353,54.202125256 +130,-1.536620762,0.7431061895,19,-1.531392093,0.7291705353,57.293044489 +131,-1.5369566,0.7460845958,19,-1.531392093,0.7291705353,68.953580589 +132,-1.545345528,0.7447040685,19,-1.531392093,0.7291705353,73.897025882 +133,-1.532813921,0.7432306626,19,-1.531392093,0.7291705353,55.848303209 +134,-1.554788248,0.7382381001,19,-1.531392093,0.7291705353,77.633909854 +135,-1.540348126,0.7301594274,19,-1.531392093,0.7291705353,26.731368542 +136,-1.538016084,0.7239051786,19,-1.531392093,0.7291705353,28.628755818 +137,-1.525288962,0.7258085137,19,-1.531392093,0.7291705353,22.434571489 +138,-1.534326986,0.731241342,19,-1.531392093,0.7291705353,11.928772741 +139,-1.530733872,0.7303625216,19,-1.531392093,0.7291705353,5.1057146669 +141,-1.534354939,0.7328219978,19,-1.531392093,0.7291705353,16.897743128 +142,-1.53157084,0.7292888153,19,-1.531392093,0.7291705353,0.7058596221 +143,-1.525691035,0.7263799874,19,-1.531392093,0.7291705353,20.161004353 +144,-1.534031287,0.7495967835,19,-1.531392093,0.7291705353,81.276194782 +145,-1.527714986,0.7283095957,19,-1.531392093,0.7291705353,11.388280259 +146,-1.526189586,0.7271468292,19,-1.531392093,0.7291705353,17.344593832 +147,-1.555177336,0.7375563366,19,-1.531392093,0.7291705353,77.474017722 +148,-1.555080283,0.7312707794,19,-1.531392093,0.7291705353,70.397601161 +149,-1.53856994,0.7224180299,19,-1.531392093,0.7291705353,34.170428567 +150,-1.530837883,0.729933372,19,-1.531392093,0.7291705353,3.4362933426 +151,-1.515066984,0.5854133365,19,-1.531392093,0.7291705353,571.70763852 +152,-1.534731633,0.5368370046,19,-1.531392093,0.7291705353,761.90715979 +153,-1.515231902,0.5607085576,19,-1.531392093,0.7291705353,669.22319632 +154,-2.616253799,1.0684566605,19,-1.531392093,0.7291705353,2852.9698726 +155,-1.956071439,0.5792177723,19,-1.531392093,0.7291705353,1454.4312506 +156,-1.951208514,0.5602434208,19,-1.531392093,0.7291705353,1481.0270099 +157,-1.944675062,0.6062144545,19,-1.531392093,0.7291705353,1369.1459486 +158,-1.613778386,0.6077989518,19,-1.531392093,0.7291705353,544.4825579 +159,-2.035029014,0.6021432345,19,-1.531392093,0.7291705353,1638.7270853 +160,-2.114989471,0.6801825058,19,-1.531392093,0.7291705353,1760.5345522 +161,-2.037382079,0.5765830025,19,-1.531392093,0.7291705353,1692.9486024 +162,-2.129855121,0.6585019963,19,-1.531392093,0.7291705353,1831.4485422 +163,-2.075141798,0.6493615843,19,-1.531392093,0.7291705353,1682.3127032 +164,-1.828626729,0.6948433129,19,-1.531392093,0.7291705353,900.09304203 +165,-1.863329418,0.6735427691,19,-1.531392093,0.7291705353,1026.0661233 +166,-1.266037071,0.727988852,19,-1.531392093,0.7291705353,783.21638368 +167,-1.277579582,0.7249010648,19,-1.531392093,0.7291705353,750.44116266 +168,-1.258418684,0.7241194816,19,-1.531392093,0.7291705353,807.26611814 +169,-1.317813974,0.6804850104,19,-1.531392093,0.7291705353,671.95388834 +170,-1.344165204,0.6790988904,19,-1.531392093,0.7291705353,598.51440926 +171,-1.427582102,0.5277120351,19,-1.531392093,0.7291705353,863.94856706 +172,-1.402238616,0.457167829,19,-1.531392093,0.7291705353,1156.7276526 +173,-1.422454264,0.4996161999,19,-1.531392093,0.7291705353,974.5134921 +174,-1.439089277,0.4894859811,19,-1.531392093,0.7291705353,995.06119699 +175,-1.448126995,0.5182330266,19,-1.531392093,0.7291705353,876.97047169 +176,-1.474626146,0.5881926574,19,-1.531392093,0.7291705353,585.91169826 +177,-1.421139645,0.5584869783,19,-1.531392093,0.7291705353,760.41843891 +178,-1.457037165,0.565943032,19,-1.531392093,0.7291705353,687.6434471 +179,-2.757159358,0.3745319,19,-1.531392093,0.7291705353,4245.7003564 +180,-2.714309238,0.342054471,19,-1.531392093,0.7291705353,4197.2182424 +181,-2.000525337,0.774119946,19,-1.531392093,0.7291705353,1362.9633394 +183,-1.571413436,0.6777838382,19,-1.531392093,0.7291705353,236.71322607 +184,-1.552860289,0.6987663893,19,-1.531392093,0.7291705353,136.50185409 +185,-1.521852374,0.7165827476,19,-1.531392093,0.7291705353,57.349498353 +186,-1.503656267,0.6928968252,19,-1.531392093,0.7291705353,166.04330408 +187,-1.502753178,0.7136205882,19,-1.531392093,0.7291705353,105.11219013 +188,-1.631894563,0.7343596465,19,-1.531392093,0.7291705353,296.83330722 +189,-1.653765416,0.6770714026,19,-1.531392093,0.7291705353,423.24783631 +190,-1.719812114,0.6715965947,19,-1.531392093,0.7291705353,613.96752835 +191,-1.493406659,0.6646955447,19,-1.531392093,0.7291705353,280.21094485 +192,-1.469120564,0.6613469966,19,-1.531392093,0.7291705353,328.63270877 +193,-1.590551461,0.5326612937,19,-1.531392093,0.7291705353,800.85232578 +194,-1.625979264,0.5247742243,19,-1.531392093,0.7291705353,864.10452571 +195,-1.572293943,0.5238808754,19,-1.531392093,0.7291705353,823.58011409 +196,-1.610848725,0.5477107964,19,-1.531392093,0.7291705353,761.58773974 +197,-1.208485554,0.7918526018,19,-1.531392093,0.7291705353,956.92231859 +198,-1.335601374,0.6869083083,19,-1.531392093,0.7291705353,611.9236221 +199,-1.346156996,0.6825213377,19,-1.531392093,0.7291705353,587.70959171 +200,-1.324381037,0.6741422347,19,-1.531392093,0.7291705353,662.44320029 +201,-1.242424992,0.7378949807,19,-1.531392093,0.7291705353,849.58619129 +202,-1.270370057,0.7392461008,19,-1.531392093,0.7291705353,767.57922345 +203,-1.448950472,0.7441675014,19,-1.531392093,0.7291705353,249.0298393 +204,-1.492662363,0.7523026852,19,-1.531392093,0.7291705353,145.63455485 +205,-1.479098966,0.7763855017,19,-1.531392093,0.7291705353,240.43430802 +206,-1.633760714,0.7869022408,19,-1.531392093,0.7291705353,372.65542578 +207,-1.647406434,0.8101289331,19,-1.531392093,0.7291705353,459.84473409 +208,-1.564245052,0.5701509278,19,-1.531392093,0.7291705353,638.29444106 +209,-1.646289963,0.6833746083,19,-1.531392093,0.7291705353,390.72522584 +210,-1.5820631,0.6751952144,19,-1.531392093,0.7291705353,262.99691879 +211,-1.613236298,0.6681681791,19,-1.531392093,0.7291705353,346.30699478 +212,-1.914661867,0.8212566515,19,-1.531392093,0.7291705353,1139.5477071 +213,-1.742133237,0.7250275956,19,-1.531392093,0.7291705353,623.34684145 +214,-2.033144872,0.6557314699,19,-1.531392093,0.7291705353,1549.5614514 +215,-2.039551981,0.6964723658,19,-1.531392093,0.7291705353,1520.9410623 +216,-1.247341019,0.7622473908,19,-1.531392093,0.7291705353,835.44454247 +217,-1.298239787,0.7084123392,19,-1.531392093,0.7291705353,699.16624809 +218,-1.308539688,0.6926545592,19,-1.531392093,0.7291705353,683.65943416 +219,-1.303263185,0.6888938396,19,-1.531392093,0.7291705353,703.38962794 +220,-1.852400229,0.6004246149,19,-1.531392093,0.7291705353,1119.9561632 +221,-1.288947707,0.7473773692,19,-1.531392093,0.7291705353,713.11592814 +222,-1.372031502,0.7472790993,19,-1.531392093,0.7291705353,472.13050246 +223,-1.289805721,0.7242157877,19,-1.531392093,0.7291705353,714.67838098 +224,-1.350807603,0.7533498126,19,-1.531392093,0.7291705353,535.87034455 +225,-1.329290365,0.7560442322,19,-1.531392093,0.7291705353,598.76836748 +226,-1.410153004,0.616936428,19,-1.531392093,0.7291705353,581.49468297 +227,-1.393445434,0.6308995063,19,-1.531392093,0.7291705353,575.7412767 +228,-1.37595573,0.6241540638,19,-1.531392093,0.7291705353,634.55027493 +229,-1.358388707,0.6172645205,19,-1.531392093,0.7291705353,694.52264311 +230,-1.753741133,0.8281661666,19,-1.531392093,0.7291705353,738.07748728 +231,-1.47430987,0.6834615681,19,-1.531392093,0.7291705353,249.69526972 +232,-1.421012508,0.7222725206,19,-1.531392093,0.7291705353,328.10907777 +233,-1.4476833,0.6978557868,19,-1.531392093,0.7291705353,279.6394576 +234,-1.470370723,0.6966193374,19,-1.531392093,0.7291705353,223.7007757 +235,-1.429211703,0.7037216883,19,-1.531392093,0.7291705353,321.36426379 +236,-1.700578405,0.6178673663,19,-1.531392093,0.7291705353,683.85874763 +237,-1.678117619,0.6331716163,19,-1.531392093,0.7291705353,589.7594059 +238,-1.725644578,0.6316331145,19,-1.531392093,0.7291705353,711.12234026 +239,-2.14012759,0.7930497945,19,-1.531392093,0.7291705353,1750.1099293 +240,-2.103289431,0.7653606263,19,-1.531392093,0.7291705353,1656.9609215 +241,-1.318739838,0.7017808746,19,-1.531392093,0.7291705353,644.38098423 +242,-1.396417427,0.7077900843,19,-1.531392093,0.7291705353,411.13569238 +243,-1.35650337,0.7185539404,19,-1.531392093,0.7291705353,520.43650109 +244,-1.248884539,0.7274156818,19,-1.531392093,0.7291705353,833.92526692 +245,-1.395014798,0.5761185243,19,-1.531392093,0.7291705353,742.03550662 +246,-1.433377362,0.6064716109,19,-1.531392093,0.7291705353,573.3812792 +247,-1.408172432,0.5903155476,19,-1.531392093,0.7291705353,671.18531921 +248,-1.749645898,0.7757118084,19,-1.531392093,0.7291705353,656.71936198 +249,-1.571626686,0.615046989,19,-1.531392093,0.7291705353,468.87686815 +250,-1.514070049,0.6303003037,19,-1.531392093,0.7291705353,395.235135 +251,-1.480890369,0.6237966528,19,-1.531392093,0.7291705353,445.50443286 +252,-1.704390658,0.5281680612,19,-1.531392093,0.7291705353,968.56498373 +253,-1.64434733,0.5254277498,19,-1.531392093,0.7291705353,883.902157 +254,-1.703855997,0.4792484842,19,-1.531392093,0.7291705353,1136.5593682 +255,-1.692002383,0.5748825051,19,-1.531392093,0.7291705353,792.20469079 +256,-1.854136457,0.5544643913,19,-1.531392093,0.7291705353,1231.6759569 +257,-1.665021206,0.520317736,19,-1.531392093,0.7291705353,931.061807 +258,-1.733654349,0.4845187345,19,-1.531392093,0.7291705353,1168.9389421 +259,-1.720938188,0.5135933906,19,-1.531392093,0.7291705353,1047.7326517 +260,-1.742668307,0.553296122,19,-1.531392093,0.7291705353,965.06204985 +261,-1.965659039,0.7142126903,19,-1.531392093,0.7291705353,1288.1357967 +262,-1.944438071,0.6772834804,19,-1.531392093,0.7291705353,1260.6112916 +263,-1.270340967,0.7681487096,19,-1.531392093,0.7291705353,771.95242146 +264,-1.353091884,0.6549276821,19,-1.531392093,0.7291705353,617.59934838 +265,-1.333236659,0.6413584414,19,-1.531392093,0.7291705353,699.34876287 +266,-1.352015998,0.6753788907,19,-1.531392093,0.7291705353,582.25956407 +267,-1.377988483,0.6577816235,19,-1.531392093,0.7291705353,545.76177808 +268,-2.13075611,0.8318642051,19,-1.531392093,0.7291705353,1720.0502715 +269,-2.097910953,0.8259670014,19,-1.531392093,0.7291705353,1631.6662491 +270,-1.416382069,0.6694271549,19,-1.531392093,0.7291705353,421.16122986 +271,-1.538905672,0.7535625993,19,-1.531392093,0.7291705353,99.07860471 +272,-1.572309477,0.7803125099,19,-1.531392093,0.7291705353,234.44121887 +273,-1.87759879,0.7503853417,19,-1.531392093,0.7291705353,1013.9945527 +274,1.152365588,0.590457682,19,-1.531392093,0.7291705353,6957.8982307 +275,0.350198001,0.718001859,19,-1.531392093,0.7291705353,5153.1522774 +276,0.046513677,0.491503852,19,-1.531392093,0.7291705353,4974.4247821 +277,0.027510309,0.742571376,19,-1.531392093,0.7291705353,4341.7640498 +278,0.306285725,-0.214631579,19,-1.531392093,0.7291705353,7571.0602379 +279,-1.100564889,0.318051531,19,-1.531392093,0.7291705353,2182.9169005 +280,-1.078582306,0.301437596,19,-1.531392093,0.7291705353,2285.2008491 +281,-1.137371989,-0.617634065,19,-1.531392093,0.7291705353,5522.9979727 +282,0.784356344,0.703272339,19,-1.531392093,0.7291705353,6042.5346391 +283,-1.221209947,0.218327455,19,-1.531392093,0.7291705353,2289.2201487 +284,2.347301921,-0.449114658,19,-1.531392093,0.7291705353,9808.1397614 +285,0.246820618,0.830553713,19,-1.531392093,0.7291705353,4642.2500939 +286,0.829414965,0.703288228,19,-1.531392093,0.7291705353,6115.5804811 +287,-1.337537566,0.42332223,19,-1.531392093,0.7291705353,1369.1056546 +288,0.882453706,0.454478077,19,-1.531392093,0.7291705353,7051.1176895 +289,1.575629659,0.416419109,19,-1.531392093,0.7291705353,7904.3961914 +290,-1.039455679,0.229888244,19,-1.531392093,0.7291705353,2602.4006497 +291,0.489558039,0.934482747,19,-1.531392093,0.7291705353,4834.9332228 +292,0.081344504,0.88384514,19,-1.531392093,0.7291705353,4169.3882644 +293,-1.547979814,0.300350308,19,-1.531392093,0.7291705353,1699.4902461 +294,0.040776181,0.168560074,19,-1.531392093,0.7291705353,5782.287041 +295,-1.130374745,0.563894876,19,-1.531392093,0.7291705353,1420.6315306 +296,1.578326642,0.478507176,19,-1.531392093,0.7291705353,7658.8124577 +297,-1.12861823,-0.291640865,19,-1.531392093,0.7291705353,4303.9246022 +298,0.310524208,0.770885792,19,-1.531392093,0.7291705353,4927.6490037 +299,0.415649091,-0.387246002,19,-1.531392093,0.7291705353,8320.260241 +300,-0.926533878,-0.188022748,19,-1.531392093,0.7291705353,4247.505342 +301,1.258856172,-0.11716081,19,-1.531392093,0.7291705353,9723.2622613 +302,-1.126050026,0.322941926,19,-1.531392093,0.7291705353,2111.0048867 +303,2.002785835,0.07893892,19,-1.531392093,0.7291705353,8943.5920836 +304,0.440437607,0.746258085,19,-1.531392093,0.7291705353,5267.7354428 +305,-0.030391866,0.214441206,19,-1.531392093,0.7291705353,5454.2600999 +306,0.521557815,-0.058929362,19,-1.531392093,0.7291705353,7784.870036 +307,-0.097005111,0.13317729,19,-1.531392093,0.7291705353,5468.8517874 +308,1.83113859,0.221857587,19,-1.531392093,0.7291705353,8591.4323896 +309,0.222428864,0.099404236,19,-1.531392093,0.7291705353,6495.1985855 +310,-1.702731345,0.8728568183,19,-1.531392093,0.7291705353,738.33407722 +311,-0.418507569,0.278324921,19,-1.531392093,0.7291705353,4147.8076207 +312,-1.41153306,0.339029988,19,-1.531392093,0.7291705353,1597.0771987 +313,0.357560442,0.114788776,19,-1.531392093,0.7291705353,6840.087872 +314,0.325818979,0.268352149,19,-1.531392093,0.7291705353,6326.850826 +315,-1.246004659,-0.663679965,19,-1.531392093,0.7291705353,5612.5069625 +316,1.814603087,0.637404484,19,-1.531392093,0.7291705353,6980.4439922 +317,1.843704281,-0.18300445,19,-1.531392093,0.7291705353,10133.200922 +318,1.690644492,-0.211480909,19,-1.531392093,0.7291705353,10374.485686 +319,-1.275451936,0.068109467,19,-1.531392093,0.7291705353,2771.0774311 +320,0.762430171,-0.207594741,19,-1.531392093,0.7291705353,8871.5232337 +321,0.265668905,-0.014647884,19,-1.531392093,0.7291705353,6926.8818146 +322,-2.773032013,-0.335515811,19,-1.531392093,0.7291705353,6189.2688476 +323,-1.469512853,0.174058777,19,-1.531392093,0.7291705353,2209.3396361 +324,0.286276986,0.785925691,19,-1.531392093,0.7291705353,4836.9674637 +325,-1.379324697,0.377432233,19,-1.531392093,0.7291705353,1482.4778341 +326,-1.203778265,0.212813032,19,-1.531392093,0.7291705353,2337.6000352 +327,0.579916301,0.611743168,19,-1.531392093,0.7291705353,5950.4507702 +328,0.267582642,0.868113908,19,-1.531392093,0.7291705353,4594.4656034 +329,0.412869244,-0.050245578,19,-1.531392093,0.7291705353,7450.3918327 +330,0.17524381,0.976660285,19,-1.531392093,0.7291705353,4168.2953164 +331,0.743157214,0.204812899,19,-1.531392093,0.7291705353,7583.2540978 +332,-1.070758176,0.269382282,19,-1.531392093,0.7291705353,2405.2974125 +333,-1.230364251,0.329790229,19,-1.531392093,0.7291705353,1879.0237874 +334,-1.374813124,-0.024926835,19,-1.531392093,0.7291705353,3039.3768631 +335,0.519780566,0.463669906,19,-1.531392093,0.7291705353,6262.5465969 +336,-1.55108034,0.239698561,19,-1.531392093,0.7291705353,1939.9809601 +337,0.180294813,0.029739425,19,-1.531392093,0.7291705353,6558.4649491 +338,0.67820924,0.268170153,19,-1.531392093,0.7291705353,7231.8044084 +339,0.445798684,1.024001867,19,-1.531392093,0.7291705353,4523.2091497 +340,0.691751283,0.150521402,19,-1.531392093,0.7291705353,7628.418546 +341,-1.036643551,-0.903056181,19,-1.531392093,0.7291705353,6685.4789358 +342,-0.120287036,1.083325163,19,-1.531392093,0.7291705353,3449.3737109 +343,2.823513113,-0.304487164,19,-1.531392093,0.7291705353,8064.9519236 +344,0.457583172,1.12513373,19,-1.531392093,0.7291705353,4280.9913 +345,0.042918831,0.813795399,19,-1.531392093,0.7291705353,4227.5458947 +346,1.196146777,-0.853142756,19,-1.531392093,0.7291705353,11197.265122 +347,0.206001358,-0.010430701,19,-1.531392093,0.7291705353,6740.7317816 +348,-0.268308653,0.234799412,19,-1.531392093,0.7291705353,4700.7379467 +349,0.759363263,0.736189579,19,-1.531392093,0.7291705353,5892.7712126 +350,0.181363926,0.891988372,19,-1.531392093,0.7291705353,4362.8007566 +351,-0.021111158,0.139103292,19,-1.531392093,0.7291705353,5677.379443 +352,-0.093355215,0.630686981,19,-1.531392093,0.7291705353,4272.1214235 +353,0.40118964,0.681375926,19,-1.531392093,0.7291705353,5365.0768667 +354,-0.721197315,1.304706234,19,-1.531392093,0.7291705353,2690.883965 +355,-1.076150317,0.212107639,19,-1.531392093,0.7291705353,2581.5517382 +356,-1.577164531,0.273993443,19,-1.531392093,0.7291705353,1809.7195004 +357,-0.190788414,0.182208586,19,-1.531392093,0.7291705353,5064.5254245 +358,-0.261349752,0.209710184,19,-1.531392093,0.7291705353,4785.3857132 +359,-1.029303852,0.083549259,19,-1.531392093,0.7291705353,3111.5092119 +360,-1.268609162,0.330525297,19,-1.531392093,0.7291705353,1810.2409376 +361,1.282982244,-0.926641967,19,-1.531392093,0.7291705353,11275.381208 +362,0.217352334,0.731352408,19,-1.531392093,0.7291705353,4819.4083202 +363,-1.511833084,0.258629297,19,-1.531392093,0.7291705353,1865.0182255 +364,0.338812194,0.823184618,19,-1.531392093,0.7291705353,4851.886415 +365,-0.324406489,1.134201999,19,-1.531392093,0.7291705353,3061.0352612 +366,1.389579348,0.399185724,19,-1.531392093,0.7291705353,7901.7457292 +367,2.047152199,-0.039082036,19,-1.531392093,0.7291705353,9299.8185112 +368,0.947780369,0.568250077,19,-1.531392093,0.7291705353,6766.5038623 +369,0.763824846,0.576754987,19,-1.531392093,0.7291705353,6423.7880141 +370,-0.142334657,0.928153068,19,-1.531392093,0.7291705353,3602.627274 +371,0.610266567,0.547265983,19,-1.531392093,0.7291705353,6211.7074423 +372,0.210731629,0.746815056,19,-1.531392093,0.7291705353,4766.2470514 +373,-1.34931644,0.316895224,19,-1.531392093,0.7291705353,1745.1938892 +374,2.407696481,0.655030745,19,-1.531392093,0.7291705353,6250.4931883 +375,0.64207831,0.545359131,19,-1.531392093,0.7291705353,6284.4865428 +376,1.174597538,0.840588356,19,-1.531392093,0.7291705353,6041.9790547 +377,0.660059424,0.010604079,19,-1.531392093,0.7291705353,7967.6657921 +378,-0.730263819,0.010486456,19,-1.531392093,0.7291705353,4028.3959524 +379,0.831068936,0.512339172,19,-1.531392093,0.7291705353,6761.7573188 +380,1.301180979,0.72367476,19,-1.531392093,0.7291705353,6583.6983943 +381,1.811128231,0.322854402,19,-1.531392093,0.7291705353,8212.1823023 +382,0.435105812,0.992284428,19,-1.531392093,0.7291705353,4589.0168833 +383,0.62643634,0.592027932,19,-1.531392093,0.7291705353,6106.870195 +384,0.492988703,-0.516339467,19,-1.531392093,0.7291705353,8836.0923374 +385,-0.162469483,0.112549365,19,-1.531392093,0.7291705353,5329.4888367 +386,0.314630866,0.472006421,19,-1.531392093,0.7291705353,5735.7821813 +387,0.166744804,0.822815954,19,-1.531392093,0.7291705353,4487.6128524 +388,0.417159608,0.965805736,19,-1.531392093,0.7291705353,4628.3070411 +389,0.106334961,0.868774244,19,-1.531392093,0.7291705353,4254.6129117 +390,0.815086969,-0.338144359,19,-1.531392093,0.7291705353,9369.4978943 +391,0.59867455,-0.230624824,19,-1.531392093,0.7291705353,8469.5726616 +392,1.915104874,0.066220985,19,-1.531392093,0.7291705353,9107.1588201 +393,1.278093622,0.064463721,19,-1.531392093,0.7291705353,9080.2271639 +394,-0.061477853,0.302997961,19,-1.531392093,0.7291705353,5137.0405926 +395,0.251311504,0.626976942,19,-1.531392093,0.7291705353,5164.1876111 +396,2.950242872,0.149095644,19,-1.531392093,0.7291705353,6498.217123 +397,-0.180294708,0.35375117,19,-1.531392093,0.7291705353,4663.9727338 +398,1.010448592,-0.351180233,19,-1.531392093,0.7291705353,9942.8862194 +399,-1.748740498,0.3686318073,19,-1.531392093,0.7291705353,1601.808814 +400,2.699635665,0.123533791,19,-1.531392093,0.7291705353,7265.9496855 +401,0.496808033,0.823843254,19,-1.531392093,0.7291705353,5159.0654686 +402,0.129574704,0.763364087,19,-1.531392093,0.7291705353,4539.4639256 +403,1.798920311,0.817447563,19,-1.531392093,0.7291705353,6281.8106334 +404,0.335987953,0.746786541,19,-1.531392093,0.7291705353,5045.5966895 +405,-1.085413643,0.292154671,19,-1.531392093,0.7291705353,2299.5000714 +406,-0.155321003,0.508207011,19,-1.531392093,0.7291705353,4371.8901005 +407,0.620529244,-0.301175104,19,-1.531392093,0.7291705353,8714.6342285 +408,1.684402744,0.368716966,19,-1.531392093,0.7291705353,8086.6042539 +409,0.300582244,-0.386397212,19,-1.531392093,0.7291705353,7980.1172121 +410,2.913555946,-0.009225192,19,-1.531392093,0.7291705353,7032.471652 +411,1.465101417,0.493232532,19,-1.531392093,0.7291705353,7572.8605592 +412,0.090612882,0.907955955,19,-1.531392093,0.7291705353,4140.2514786 +413,2.987564726,-0.729568594,19,-1.531392093,0.7291705353,8533.1780949 +414,-1.484261606,0.224149272,19,-1.531392093,0.7291705353,2006.9890522 +415,0.164073421,0.303955133,19,-1.531392093,0.7291705353,5781.6295892 +416,0.141441293,0.167552546,19,-1.531392093,0.7291705353,6078.4475864 +417,2.931321023,-0.506718887,19,-1.531392093,0.7291705353,8225.1233818 +418,2.21951565,0.700596356,19,-1.531392093,0.7291705353,6372.3652805 +419,0.268112576,1.199114336,19,-1.531392093,0.7291705353,3870.6476374 +420,0.978913739,0.359223811,19,-1.531392093,0.7291705353,7551.3265455 +421,1.210898818,0.522863584,19,-1.531392093,0.7291705353,7274.2807267 +422,2.347397336,0.129231362,19,-1.531392093,0.7291705353,8122.5764563 +423,0.614394501,0.556878345,19,-1.531392093,0.7291705353,6190.76022 +424,-1.398079356,0.148483366,19,-1.531392093,0.7291705353,2346.930357 +425,2.535303836,-0.112984496,19,-1.531392093,0.7291705353,8392.6296673 +426,-1.019372593,-0.405322349,19,-1.531392093,0.7291705353,4870.0600133 +427,-1.297785627,-0.160104069,19,-1.531392093,0.7291705353,3623.3729264 +428,2.144554488,0.205051084,19,-1.531392093,0.7291705353,8262.4378089 +429,-2.242387083,-0.426171285,19,-1.531392093,0.7291705353,5265.6394351 +430,0.338637212,0.909723676,19,-1.531392093,0.7291705353,4631.0357372 +431,-0.148798452,0.691042401,19,-1.531392093,0.7291705353,3999.2971327 +432,0.893524764,0.441829531,19,-1.531392093,0.7291705353,7114.3173536 +433,0.969229347,-0.368847936,19,-1.531392093,0.7291705353,9879.9447963 +434,0.436043248,0.800045688,19,-1.531392093,0.7291705353,5109.1327676 +435,1.687946607,1.081504775,19,-1.531392093,0.7291705353,5267.4457621 +436,0.522302046,-0.034889271,19,-1.531392093,0.7291705353,7720.2214992 +437,-0.178996113,-0.438090009,19,-1.531392093,0.7291705353,6763.5505585 +438,-1.094339566,0.301444068,19,-1.531392093,0.7291705353,2249.8676277 +439,-1.064070054,0.242569932,19,-1.531392093,0.7291705353,2506.9541619 +440,-1.068153768,0.230387998,19,-1.531392093,0.7291705353,2537.9945559 +441,-3.00496892,-0.23989155,19,-1.531392093,0.7291705353,6570.8930368 +442,0.21751974,0.766874888,19,-1.531392093,0.7291705353,4732.7558284 +443,0.117229532,0.007619006,19,-1.531392093,0.7291705353,6431.5592981 +444,0.777758451,0.420554741,19,-1.531392093,0.7291705353,6963.7229203 +445,-0.252356999,0.250747086,19,-1.531392093,0.7291705353,4707.4093086 +446,0.363148444,0.768483434,19,-1.531392093,0.7291705353,5046.077721 +447,0.903191366,-0.118210676,19,-1.531392093,0.7291705353,8981.0887109 +448,-0.205755923,0.149406178,19,-1.531392093,0.7291705353,5105.4364761 +449,1.811996086,0.02364353,19,-1.531392093,0.7291705353,9375.3128964 +450,-1.100670221,0.314845373,19,-1.531392093,0.7291705353,2192.9028548 +451,0.340078597,0.850105132,19,-1.531392093,0.7291705353,4785.087843 +452,0.258757267,0.804969236,19,-1.531392093,0.7291705353,4730.1891938 +453,2.78505352,-0.155160804,19,-1.531392093,0.7291705353,7796.4360151 +454,0.800551619,0.105822106,19,-1.531392093,0.7291705353,8031.4810439 +455,0.437940882,-0.506194031,19,-1.531392093,0.7291705353,8653.9547787 +456,2.230431122,0.63458615,19,-1.531392093,0.7291705353,6593.6489296 +457,0.527965361,0.127667701,19,-1.531392093,0.7291705353,7273.3366925 +458,-0.063643205,0.702093448,19,-1.531392093,0.7291705353,4198.7889498 +459,1.408447268,0.133010502,19,-1.531392093,0.7291705353,8951.1827982 +460,0.523795955,0.280266966,19,-1.531392093,0.7291705353,6816.0018303 +461,-0.975769313,0.072177659,19,-1.531392093,0.7291705353,3260.3267369 +462,0.549774164,-0.463663986,19,-1.531392093,0.7291705353,8889.9979139 +463,0.29245874,1.095549818,19,-1.531392093,0.7291705353,4115.901986 +464,0.143625958,0.816809593,19,-1.531392093,0.7291705353,4450.0202656 +465,0.671902494,0.611159853,19,-1.531392093,0.7291705353,6137.6991689 +466,1.239840988,0.6724199,19,-1.531392093,0.7291705353,6733.6974768 +467,0.607829703,-0.10932137,19,-1.531392093,0.7291705353,8167.7430615 +468,1.763020906,0.263996692,19,-1.531392093,0.7291705353,8470.373168 +469,0.378714634,0.726066797,19,-1.531392093,0.7291705353,5193.4576189 +470,2.196736143,-0.153862366,19,-1.531392093,0.7291705353,9382.2198038 +471,0.01702415,0.148991565,19,-1.531392093,0.7291705353,5763.7956525 +472,-2.998490902,-0.158002487,19,-1.531392093,0.7291705353,6335.2317702 +473,-3.051262951,-0.346595608,19,-1.531392093,0.7291705353,6981.6244525 +474,-1.069176439,0.182802941,19,-1.531392093,0.7291705353,2694.1290109 +475,0.167157509,0.595344954,19,-1.531392093,0.7291705353,5035.9225264 +476,0.613855648,0.681746124,19,-1.531392093,0.7291705353,5804.4387052 +477,1.037012736,0.682555367,19,-1.531392093,0.7291705353,6483.2125534 +478,-1.253574971,0.379755746,19,-1.531392093,0.7291705353,1664.3234129 +479,3.108590453,-0.132620738,19,-1.531392093,0.7291705353,6784.5912841 +480,0.565301296,0.022333262,19,-1.531392093,0.7291705353,7677.9812603 +481,0.547898238,0.855555614,19,-1.531392093,0.7291705353,5160.0697787 +482,0.948309381,0.417393755,19,-1.531392093,0.7291705353,7295.2363383 +483,-0.050600732,0.945269213,19,-1.531392093,0.7291705353,3774.3162514 +484,-0.977651478,-0.572363064,19,-1.531392093,0.7291705353,5535.8498831 +485,1.102014914,0.728861163,19,-1.531392093,0.7291705353,6389.2477856 +486,2.927300795,-0.282939414,19,-1.531392093,0.7291705353,7704.977134 +487,-1.154565557,0.124434095,19,-1.531392093,0.7291705353,2736.2739198 +488,1.855331234,0.291044755,19,-1.531392093,0.7291705353,8304.2602745 +489,0.830290659,0.276904518,19,-1.531392093,0.7291705353,7545.0399939 +490,0.485104466,-0.234867441,19,-1.531392093,0.7291705353,8149.6704119 +491,0.521367572,-0.33161327,19,-1.531392093,0.7291705353,8499.0419262 +1,-1.539031704,0.7349710123,20,-1.529296523,0.7291214933,36.871320771 +2,-1.536990553,0.7349663874,20,-1.529296523,0.7291214933,32.401348542 +3,-1.534951779,0.7349571355,20,-1.529296523,0.7291214933,28.494094243 +4,-1.532906461,0.7349480293,20,-1.529296523,0.7291214933,25.411712092 +5,-1.531320211,0.7346937278,20,-1.529296523,0.7291214933,22.862924141 +6,-1.539451648,0.7335131775,20,-1.529296523,0.7291214933,34.625561905 +7,-1.537429487,0.7335445708,20,-1.529296523,0.7291214933,29.695628327 +8,-1.535484998,0.7335658704,20,-1.529296523,0.7291214933,25.352584949 +9,-1.533488396,0.7336036027,20,-1.529296523,0.7291214933,21.63112134 +10,-1.531497785,0.7335842962,20,-1.529296523,0.7291214933,18.830688106 +11,-1.530259379,0.7334777758,20,-1.529296523,0.7291214933,17.487174402 +12,-1.5335454,0.7322346912,20,-1.529296523,0.7291214933,17.582706984 +13,-1.531489083,0.7322238773,20,-1.529296523,0.7291214933,13.886679546 +14,-1.530011122,0.7321679851,20,-1.529296523,0.7291214933,12.249895585 +15,-1.53348106,0.7306614094,20,-1.529296523,0.7291214933,13.776339786 +16,-1.531441779,0.7306962275,20,-1.529296523,0.7291214933,8.8886216674 +17,-1.529755654,0.7306933243,20,-1.529296523,0.7291214933,6.3718279674 +18,-1.533415048,0.7291384674,20,-1.529296523,0.7291214933,12.16602967 +19,-1.531392093,0.7291705353,20,-1.529296523,0.7291214933,6.1931328294 +20,-1.529296523,0.7291214933,20,-1.529296523,0.7291214933,3.0416240222 +21,-1.535280942,0.727267644,20,-1.529296523,0.7291214933,19.155657325 +22,-1.533378158,0.7276139666,20,-1.529296523,0.7291214933,13.461894878 +23,-1.531340368,0.7276446587,20,-1.529296523,0.7291214933,8.409404679 +24,-1.528960113,0.7276398177,20,-1.529296523,0.7291214933,5.9525633033 +25,-1.533313146,0.7260818349,20,-1.529296523,0.7291214933,16.915139266 +26,-1.531259555,0.7260958115,20,-1.529296523,0.7291214933,13.317261518 +27,-1.528926415,0.7260865555,20,-1.529296523,0.7291214933,12.071134576 +28,-1.531226779,0.7245511789,20,-1.529296523,0.7291214933,18.983235913 +29,-1.528904772,0.7245519194,20,-1.529296523,0.7291214933,18.137187794 +30,-1.547195875,0.7409785979,20,-1.529296523,0.7291214933,70.510108114 +31,-1.5451475,0.740980426,20,-1.529296523,0.7291214933,66.14783142 +32,-1.543097679,0.7409798872,20,-1.529296523,0.7291214933,62.053342514 +33,-1.540720364,0.7409892687,20,-1.529296523,0.7291214933,57.761614166 +34,-1.547188511,0.7395198392,20,-1.529296523,0.7291214933,66.810963504 +35,-1.545148587,0.7395226109,20,-1.529296523,0.7291214933,62.205876795 +36,-1.543104538,0.7395314908,20,-1.529296523,0.7291214933,57.865200698 +37,-1.540727751,0.7395306258,20,-1.529296523,0.7291214933,53.193455781 +38,-1.547187029,0.7380014886,20,-1.529296523,0.7291214933,63.307264357 +39,-1.545147315,0.7380012252,20,-1.529296523,0.7291214933,58.412272046 +40,-1.54310719,0.7380060743,20,-1.529296523,0.7291214933,53.754262357 +41,-1.540719671,0.7380068206,20,-1.529296523,0.7291214933,48.664370494 +42,-1.547187189,0.7364799098,20,-1.529296523,0.7291214933,60.199846326 +43,-1.545149996,0.7364853874,20,-1.529296523,0.7291214933,55.039972139 +44,-1.543106091,0.7364823484,20,-1.529296523,0.7291214933,50.031637389 +45,-1.540717158,0.7364893901,20,-1.529296523,0.7291214933,44.523289849 +46,-1.538663972,0.7410138672,20,-1.529296523,0.7291214933,54.556932089 +47,-1.53695285,0.7409699132,20,-1.529296523,0.7291214933,52.044584929 +48,-1.534910498,0.7409641297,20,-1.529296523,0.7291214933,49.724361162 +49,-1.533145034,0.7409536636,20,-1.529296523,0.7291214933,48.212069764 +50,-1.538681336,0.7395405883,20,-1.529296523,0.7291214933,49.644326728 +51,-1.536999189,0.7395183096,20,-1.529296523,0.7291214933,46.99814502 +52,-1.534923633,0.7395144222,20,-1.529296523,0.7291214933,44.366596123 +53,-1.533267822,0.7395654306,20,-1.529296523,0.7291214933,42.984598952 +54,-1.53867273,0.7380151077,20,-1.529296523,0.7291214933,44.743545414 +55,-1.536980576,0.7379994392,20,-1.529296523,0.7291214933,41.805857323 +56,-1.534931522,0.7379944961,20,-1.529296523,0.7291214933,38.860118322 +57,-1.533387952,0.7379480264,20,-1.529296523,0.7291214933,36.976311067 +58,-1.538682279,0.7364914363,20,-1.529296523,0.7291214933,40.196977564 +59,-1.536980704,0.7364810563,20,-1.529296523,0.7291214933,36.900250507 +60,-1.534935567,0.7364752065,20,-1.529296523,0.7291214933,33.527413357 +61,-1.533042592,0.7363876366,20,-1.529296523,0.7291214933,30.822236028 +62,-1.545143426,0.7349628011,20,-1.529296523,0.7291214933,52.106947301 +63,-1.543105297,0.7349691947,20,-1.529296523,0.7291214933,46.815116959 +64,-1.541064533,0.7349647152,20,-1.529296523,0.7291214933,41.686594127 +65,-1.545411803,0.7334624714,20,-1.529296523,0.7291214933,50.526765673 +66,-1.543446606,0.7334780896,20,-1.529296523,0.7291214933,45.145261176 +67,-1.541475327,0.7334957295,20,-1.529296523,0.7291214933,39.866984843 +68,-1.545401939,0.731963266,20,-1.529296523,0.7291214933,48.829087198 +69,-1.54342253,0.7319915583,20,-1.529296523,0.7291214933,43.196631636 +70,-1.541455867,0.7320216438,20,-1.529296523,0.7291214933,37.665945926 +71,-1.545410146,0.7304422281,20,-1.529296523,0.7291214933,47.857382626 +72,-1.543435491,0.7304713664,20,-1.529296523,0.7291214933,42.081587661 +73,-1.541463105,0.7304997613,20,-1.529296523,0.7291214933,36.329829751 +74,-1.545414768,0.7289194936,20,-1.529296523,0.7291214933,47.623362418 +75,-1.543435774,0.7289538557,20,-1.529296523,0.7291214933,41.774965698 +76,-1.541457714,0.7289765881,20,-1.529296523,0.7291214933,35.930426674 +77,-1.539449415,0.7320555866,20,-1.529296523,0.7291214933,32.127517557 +78,-1.537429183,0.7321097681,20,-1.529296523,0.7291214933,26.752374694 +79,-1.535472649,0.7321497267,20,-1.529296523,0.7291214933,21.81324608 +80,-1.539457899,0.7305333307,20,-1.529296523,0.7291214933,30.514072634 +81,-1.537453161,0.7305750503,20,-1.529296523,0.7291214933,24.757444012 +82,-1.535479385,0.7306124949,20,-1.529296523,0.7291214933,19.183433504 +83,-1.53946905,0.7290102593,20,-1.529296523,0.7291214933,30.053855236 +84,-1.537459922,0.7290417293,20,-1.529296523,0.7291214933,24.117214611 +85,-1.535451349,0.7290890157,20,-1.529296523,0.7291214933,18.181788895 +86,-1.535522937,0.7279887191,20,-1.529296523,0.7291214933,18.940960741 +87,-1.539442524,0.7274735939,20,-1.529296523,0.7291214933,30.694869088 +88,-1.537424111,0.727521351,20,-1.529296523,0.7291214933,24.847615788 +89,-1.539384641,0.7259505092,20,-1.529296523,0.7291214933,32.377471579 +90,-1.537372391,0.7259947145,20,-1.529296523,0.7291214933,26.908656856 +91,-1.535340789,0.7260435356,20,-1.529296523,0.7291214933,21.640187494 +92,-1.539325716,0.7244369706,20,-1.529296523,0.7291214933,35.009330583 +93,-1.537308932,0.7244801057,20,-1.529296523,0.7291214933,30.008280824 +94,-1.535289068,0.7245247645,20,-1.529296523,0.7291214933,25.419539425 +95,-1.533261366,0.7245550236,20,-1.529296523,0.7291214933,21.561464818 +96,-1.539267302,0.722921924,20,-1.529296523,0.7291214933,38.409694067 +97,-1.537248972,0.7229660258,20,-1.529296523,0.7291214933,33.901833324 +98,-1.535219431,0.7229916471,20,-1.529296523,0.7291214933,29.955236827 +99,-1.53318962,0.7230212049,20,-1.529296523,0.7291214933,26.773720292 +100,-1.531154816,0.7230299897,20,-1.529296523,0.7291214933,24.748294747 +101,-1.528878341,0.7230370244,20,-1.529296523,0.7291214933,24.132389941 +102,-1.539218189,0.7214009878,20,-1.529296523,0.7291214933,42.42717439 +103,-1.537198791,0.7214422745,20,-1.529296523,0.7291214933,38.390579083 +104,-1.535179266,0.7214634354,20,-1.529296523,0.7291214933,34.98796225 +105,-1.533156501,0.7214944644,20,-1.529296523,0.7291214933,32.304451372 +106,-1.53113574,0.7215166021,20,-1.529296523,0.7291214933,30.612263201 +107,-1.528874248,0.7215345535,20,-1.529296523,0.7291214933,30.077920083 +108,-1.539217656,0.7198512397,20,-1.529296523,0.7291214933,47.056143747 +109,-1.537199919,0.7199428763,20,-1.529296523,0.7291214933,43.258485273 +110,-1.545425832,0.727397149,20,-1.529296523,0.7291214933,48.168393397 +111,-1.543371177,0.7273916949,20,-1.529296523,0.7291214933,42.168213877 +112,-1.541368852,0.7274523163,20,-1.529296523,0.7291214933,36.294865565 +113,-1.545349067,0.7258710923,20,-1.529296523,0.7291214933,49.201371532 +114,-1.54332671,0.7258603556,20,-1.529296523,0.7291214933,43.468311109 +115,-1.541346831,0.7259242142,20,-1.529296523,0.7291214933,37.829564798 +116,-1.545324355,0.7243383958,20,-1.529296523,0.7291214933,51.088954481 +117,-1.543292796,0.7243617413,20,-1.529296523,0.7291214933,45.519768656 +118,-1.541295822,0.7244024384,20,-1.529296523,0.7291214933,40.137935674 +119,-1.543193859,0.7205570215,20,-1.529296523,0.7291214933,53.375514418 +120,-1.550257047,0.7386738187,20,-1.529296523,0.7291214933,72.335151701 +121,-1.549335448,0.7311736483,20,-1.529296523,0.7291214933,59.69533671 +122,-1.533478843,0.7179891343,20,-1.529296523,0.7291214933,45.809775931 +123,-1.556150555,0.738907041,20,-1.529296523,0.7291214933,87.974743273 +124,-1.554324226,0.733414257,20,-1.529296523,0.7291214933,75.721551797 +125,-1.554290846,0.7288285332,20,-1.529296523,0.7291214933,73.850036685 +126,-1.55122487,0.7219795312,20,-1.529296523,0.7291214933,70.871407318 +127,-1.525104458,0.7229399862,20,-1.529296523,0.7291214933,27.4536052 +128,-1.519607711,0.7236181429,20,-1.529296523,0.7291214933,36.032275443 +129,-1.513899999,0.7251107854,20,-1.529296523,0.7291214933,48.251932849 +130,-1.536620762,0.7431061895,20,-1.529296523,0.7291214933,59.419198612 +131,-1.5369566,0.7460845958,20,-1.529296523,0.7291214933,70.843532719 +132,-1.545345528,0.7447040685,20,-1.529296523,0.7291214933,77.625444183 +133,-1.532813921,0.7432306626,20,-1.529296523,0.7291214933,56.832041562 +134,-1.554788248,0.7382381001,20,-1.529296523,0.7291214933,83.233557586 +135,-1.540348126,0.7301594274,20,-1.529296523,0.7291214933,32.88869912 +136,-1.538016084,0.7239051786,20,-1.529296523,0.7291214933,33.067018073 +137,-1.525288962,0.7258085137,20,-1.529296523,0.7291214933,17.685068258 +138,-1.534326986,0.731241342,20,-1.529296523,0.7291214933,17.055754801 +139,-1.530733872,0.7303625216,20,-1.529296523,0.7291214933,6.4939672011 +141,-1.534354939,0.7328219978,20,-1.529296523,0.7291214933,20.913683741 +142,-1.53157084,0.7292888153,20,-1.529296523,0.7291214933,6.7503419443 +143,-1.525691035,0.7263799874,20,-1.529296523,0.7291214933,15.219386347 +144,-1.534031287,0.7495967835,20,-1.529296523,0.7291214933,82.277859409 +145,-1.527714986,0.7283095957,20,-1.529296523,0.7291214933,5.6730606554 +146,-1.526189586,0.7271468292,20,-1.529296523,0.7291214933,12.064728442 +147,-1.555177336,0.7375563366,20,-1.529296523,0.7291214933,83.166402167 +148,-1.555080283,0.7312707794,20,-1.529296523,0.7291214933,76.564698905 +149,-1.53856994,0.7224180299,20,-1.529296523,0.7291214933,38.208658396 +150,-1.530837883,0.729933372,20,-1.529296523,0.7291214933,5.5729234817 +151,-1.515066984,0.5854133365,20,-1.529296523,0.7291214933,570.96581803 +152,-1.534731633,0.5368370046,20,-1.529296523,0.7291214933,761.83502864 +153,-1.515231902,0.5607085576,20,-1.529296523,0.7291214933,668.55814994 +154,-2.616253799,1.0684566605,20,-1.529296523,0.7291214933,2857.113584 +155,-1.956071439,0.5792177723,20,-1.529296523,0.7291214933,1460.3254983 +156,-1.951208514,0.5602434208,20,-1.529296523,0.7291214933,1486.8184141 +157,-1.944675062,0.6062144545,20,-1.529296523,0.7291214933,1375.134075 +158,-1.613778386,0.6077989518,20,-1.529296523,0.7291214933,547.39633892 +159,-2.035029014,0.6021432345,20,-1.529296523,0.7291214933,1644.82409 +160,-2.114989471,0.6801825058,20,-1.529296523,0.7291214933,1766.7183726 +161,-2.037382079,0.5765830025,20,-1.529296523,0.7291214933,1698.979435 +162,-2.129855121,0.6585019963,20,-1.529296523,0.7291214933,1837.6408489 +163,-2.075141798,0.6493615843,20,-1.529296523,0.7291214933,1688.501282 +164,-1.828626729,0.6948433129,20,-1.529296523,0.7291214933,906.26478054 +165,-1.863329418,0.6735427691,20,-1.529296523,0.7291214933,1032.2016065 +166,-1.266037071,0.727988852,20,-1.529296523,0.7291214933,777.06331747 +167,-1.277579582,0.7249010648,20,-1.529296523,0.7291214933,744.27494666 +168,-1.258418684,0.7241194816,20,-1.529296523,0.7291214933,801.10236035 +169,-1.317813974,0.6804850104,20,-1.529296523,0.7291214933,665.87283182 +170,-1.344165204,0.6790988904,20,-1.529296523,0.7291214933,592.50829629 +171,-1.427582102,0.5277120351,20,-1.529296523,0.7291214933,861.23220204 +172,-1.402238616,0.457167829,20,-1.529296523,0.7291214933,1154.0819596 +173,-1.422454264,0.4996161999,20,-1.529296523,0.7291214933,971.92911243 +174,-1.439089277,0.4894859811,20,-1.529296523,0.7291214933,992.87246985 +175,-1.448126995,0.5182330266,20,-1.529296523,0.7291214933,874.773301 +176,-1.474626146,0.5881926574,20,-1.529296523,0.7291214933,583.77790556 +177,-1.421139645,0.5584869783,20,-1.529296523,0.7291214933,757.24378237 +178,-1.457037165,0.565943032,20,-1.529296523,0.7291214933,685.24281078 +179,-2.757159358,0.3745319,20,-1.529296523,0.7291214933,4251.8882278 +180,-2.714309238,0.342054471,20,-1.529296523,0.7291214933,4203.4105766 +181,-2.000525337,0.774119946,20,-1.529296523,0.7291214933,1368.9505748 +183,-1.571413436,0.6777838382,20,-1.529296523,0.7291214933,239.84175237 +184,-1.552860289,0.6987663893,20,-1.529296523,0.7291214933,139.39751804 +185,-1.521852374,0.7165827476,20,-1.529296523,0.7291214933,54.365842985 +186,-1.503656267,0.6928968252,20,-1.529296523,0.7291214933,162.81207648 +187,-1.502753178,0.7136205882,20,-1.529296523,0.7291214933,100.01059226 +188,-1.631894563,0.7343596465,20,-1.529296523,0.7291214933,303.01065664 +189,-1.653765416,0.6770714026,20,-1.529296523,0.7291214933,428.69443009 +190,-1.719812114,0.6715965947,20,-1.529296523,0.7291214933,619.79100228 +191,-1.493406659,0.6646955447,20,-1.529296523,0.7291214933,277.47605157 +192,-1.469120564,0.6613469966,20,-1.529296523,0.7291214933,324.84780593 +193,-1.590551461,0.5326612937,20,-1.529296523,0.7291214933,802.26109444 +194,-1.625979264,0.5247742243,20,-1.529296523,0.7291214933,866.28562843 +195,-1.572293943,0.5238808754,20,-1.529296523,0.7291214933,824.47720739 +196,-1.610848725,0.5477107964,20,-1.529296523,0.7291214933,763.62743904 +197,-1.208485554,0.7918526018,20,-1.529296523,0.7291214933,951.22616653 +198,-1.335601374,0.6869083083,20,-1.529296523,0.7291214933,605.8332691 +199,-1.346156996,0.6825213377,20,-1.529296523,0.7291214933,581.67814177 +200,-1.324381037,0.6741422347,20,-1.529296523,0.7291214933,656.423505 +201,-1.242424992,0.7378949807,20,-1.529296523,0.7291214933,843.48099968 +202,-1.270370057,0.7392461008,20,-1.529296523,0.7291214933,761.4761265 +203,-1.448950472,0.7441675014,20,-1.529296523,0.7291214933,243.11844329 +204,-1.492662363,0.7523026852,20,-1.529296523,0.7291214933,141.05487999 +205,-1.479098966,0.7763855017,20,-1.529296523,0.7291214933,236.83149379 +206,-1.633760714,0.7869022408,20,-1.529296523,0.7291214933,377.55057833 +207,-1.647406434,0.8101289331,20,-1.529296523,0.7291214933,464.26743181 +208,-1.564245052,0.5701509278,20,-1.529296523,0.7291214933,639.20329964 +209,-1.646289963,0.6833746083,20,-1.529296523,0.7291214933,396.24155298 +210,-1.5820631,0.6751952144,20,-1.529296523,0.7291214933,266.58150657 +211,-1.613236298,0.6681681791,20,-1.529296523,0.7291214933,350.75432535 +212,-1.914661867,0.8212566515,20,-1.529296523,0.7291214933,1145.1924124 +213,-1.742133237,0.7250275956,20,-1.529296523,0.7291214933,629.5394317 +214,-2.033144872,0.6557314699,20,-1.529296523,0.7291214933,1555.7461162 +215,-2.039551981,0.6964723658,20,-1.529296523,0.7291214933,1527.1250176 +216,-1.247341019,0.7622473908,20,-1.529296523,0.7291214933,829.5005116 +217,-1.298239787,0.7084123392,20,-1.529296523,0.7291214933,692.97340222 +218,-1.308539688,0.6926545592,20,-1.529296523,0.7291214933,677.50306401 +219,-1.303263185,0.6888938396,20,-1.529296523,0.7291214933,697.24326183 +220,-1.852400229,0.6004246149,20,-1.529296523,0.7291214933,1125.6666454 +221,-1.288947707,0.7473773692,20,-1.529296523,0.7291214933,707.06417889 +222,-1.372031502,0.7472790993,20,-1.529296523,0.7291214933,466.11197486 +223,-1.289805721,0.7242157877,20,-1.529296523,0.7291214933,708.5071925 +224,-1.350807603,0.7533498126,20,-1.529296523,0.7291214933,529.90551484 +225,-1.329290365,0.7560442322,20,-1.529296523,0.7291214933,592.81390143 +226,-1.410153004,0.616936428,20,-1.529296523,0.7291214933,577.19685277 +227,-1.393445434,0.6308995063,20,-1.529296523,0.7291214933,570.88650754 +228,-1.37595573,0.6241540638,20,-1.529296523,0.7291214933,629.56882563 +229,-1.358388707,0.6172645205,20,-1.529296523,0.7291214933,689.43748102 +230,-1.753741133,0.8281661666,20,-1.529296523,0.7291214933,743.18117444 +231,-1.47430987,0.6834615681,20,-1.529296523,0.7291214933,245.2503893 +232,-1.421012508,0.7222725206,20,-1.529296523,0.7291214933,321.91674729 +233,-1.4476833,0.6978557868,20,-1.529296523,0.7291214933,273.94861345 +234,-1.470370723,0.6966193374,20,-1.529296523,0.7291214933,218.48978471 +235,-1.429211703,0.7037216883,20,-1.529296523,0.7291214933,315.3744048 +236,-1.700578405,0.6178673663,20,-1.529296523,0.7291214933,688.70086044 +237,-1.678117619,0.6331716163,20,-1.529296523,0.7291214933,594.57503429 +238,-1.725644578,0.6316331145,20,-1.529296523,0.7291214933,716.43714618 +239,-2.14012759,0.7930497945,20,-1.529296523,0.7291214933,1755.9852262 +240,-2.103289431,0.7653606263,20,-1.529296523,0.7291214933,1662.9617623 +241,-1.318739838,0.7017808746,20,-1.529296523,0.7291214933,638.20222126 +242,-1.396417427,0.7077900843,20,-1.529296523,0.7291214933,404.99720743 +243,-1.35650337,0.7185539404,20,-1.529296523,0.7291214933,514.24357041 +244,-1.248884539,0.7274156818,20,-1.529296523,0.7291214933,827.77462055 +245,-1.395014798,0.5761185243,20,-1.529296523,0.7291214933,738.11120367 +246,-1.433377362,0.6064716109,20,-1.529296523,0.7291214933,569.79521887 +247,-1.408172432,0.5903155476,20,-1.529296523,0.7291214933,667.30327111 +248,-1.749645898,0.7757118084,20,-1.529296523,0.7291214933,662.58690677 +249,-1.571626686,0.615046989,20,-1.529296523,0.7291214933,470.45451132 +250,-1.514070049,0.6303003037,20,-1.529296523,0.7291214933,394.22462714 +251,-1.480890369,0.6237966528,20,-1.529296523,0.7291214933,443.10421305 +252,-1.704390658,0.5281680612,20,-1.529296523,0.7291214933,972.22934334 +253,-1.64434733,0.5254277498,20,-1.529296523,0.7291214933,886.47683794 +254,-1.703855997,0.4792484842,20,-1.529296523,0.7291214933,1139.7419918 +255,-1.692002383,0.5748825051,20,-1.529296523,0.7291214933,796.26017606 +256,-1.854136457,0.5544643913,20,-1.529296523,0.7291214933,1237.0455266 +257,-1.665021206,0.520317736,20,-1.529296523,0.7291214933,933.98516895 +258,-1.733654349,0.4845187345,20,-1.529296523,0.7291214933,1172.5824482 +259,-1.720938188,0.5135933906,20,-1.529296523,0.7291214933,1051.4817222 +260,-1.742668307,0.553296122,20,-1.529296523,0.7291214933,969.52186345 +261,-1.965659039,0.7142126903,20,-1.529296523,0.7291214933,1294.3142897 +262,-1.944438071,0.6772834804,20,-1.529296523,0.7291214933,1266.7944545 +263,-1.270340967,0.7681487096,20,-1.529296523,0.7291214933,766.07561004 +264,-1.353091884,0.6549276821,20,-1.529296523,0.7291214933,611.91665537 +265,-1.333236659,0.6413584414,20,-1.529296523,0.7291214933,693.71054241 +266,-1.352015998,0.6753788907,20,-1.529296523,0.7291214933,576.31823501 +267,-1.377988483,0.6577816235,20,-1.529296523,0.7291214933,540.22892702 +268,-2.13075611,0.8318642051,20,-1.529296523,0.7291214933,1725.7235434 +269,-2.097910953,0.8259670014,20,-1.529296523,0.7291214933,1637.3718655 +270,-1.416382069,0.6694271549,20,-1.529296523,0.7291214933,415.82325199 +271,-1.538905672,0.7535625993,20,-1.529296523,0.7291214933,100.79863747 +272,-1.572309477,0.7803125099,20,-1.529296523,0.7291214933,237.70788746 +273,-1.87759879,0.7503853417,20,-1.529296523,0.7291214933,1020.1003766 +274,1.152365588,0.590457682,20,-1.529296523,0.7291214933,6955.7609476 +275,0.350198001,0.718001859,20,-1.529296523,0.7291214933,5148.6745694 +276,0.046513677,0.491503852,20,-1.529296523,0.7291214933,4968.7565552 +277,0.027510309,0.742571376,20,-1.529296523,0.7291214933,4336.744302 +278,0.306285725,-0.214631579,20,-1.529296523,0.7291214933,7564.873178 +279,-1.100564889,0.318051531,20,-1.529296523,0.7291214933,2178.1065967 +280,-1.078582306,0.301437596,20,-1.529296523,0.7291214933,2280.3404121 +281,-1.137371989,-0.617634065,20,-1.529296523,0.7291214933,5520.8506948 +282,0.784356344,0.703272339,20,-1.529296523,0.7291214933,6039.2175833 +283,-1.221209947,0.218327455,20,-1.529296523,0.7291214933,2285.6894341 +284,2.347301921,-0.449114658,20,-1.529296523,0.7291214933,9814.2476388 +285,0.246820618,0.830553713,20,-1.529296523,0.7291214933,4637.9501697 +286,0.829414965,0.703288228,20,-1.529296523,0.7291214933,6112.4165011 +287,-1.337537566,0.42332223,20,-1.529296523,0.7291214933,1365.743683 +288,0.882453706,0.454478077,20,-1.529296523,0.7291214933,7047.4851174 +289,1.575629659,0.416419109,20,-1.529296523,0.7291214933,7904.369063 +290,-1.039455679,0.229888244,20,-1.529296523,0.7291214933,2597.6168345 +291,0.489558039,0.934482747,20,-1.529296523,0.7291214933,4831.5646179 +292,0.081344504,0.88384514,20,-1.529296523,0.7291214933,4165.0045636 +293,-1.547979814,0.300350308,20,-1.529296523,0.7291214933,1699.5467951 +294,0.040776181,0.168560074,20,-1.529296523,0.7291214933,5776.1708709 +295,-1.130374745,0.563894876,20,-1.529296523,0.7291214933,1414.7497339 +296,1.578326642,0.478507176,20,-1.529296523,0.7291214933,7658.8131616 +297,-1.12861823,-0.291640865,20,-1.529296523,0.7291214933,4301.1288304 +298,0.310524208,0.770885792,20,-1.529296523,0.7291214933,4923.262681 +299,0.415649091,-0.387246002,20,-1.529296523,0.7291214933,8314.0704849 +300,-0.926533878,-0.188022748,20,-1.529296523,0.7291214933,4243.4231906 +301,1.258856172,-0.11716081,20,-1.529296523,0.7291214933,9720.081157 +302,-1.126050026,0.322941926,20,-1.529296523,0.7291214933,2106.3237541 +303,2.002785835,0.07893892,20,-1.529296523,0.7291214933,8946.8082481 +304,0.440437607,0.746258085,20,-1.529296523,0.7291214933,5263.5635818 +305,-0.030391866,0.214441206,20,-1.529296523,0.7291214933,5448.1332238 +306,0.521557815,-0.058929362,20,-1.529296523,0.7291214933,7778.9935077 +307,-0.097005111,0.13317729,20,-1.529296523,0.7291214933,5462.6636259 +308,1.83113859,0.221857587,20,-1.529296523,0.7291214933,8593.2142279 +309,0.222428864,0.099404236,20,-1.529296523,0.7291214933,6489.164407 +310,-1.702731345,0.8728568183,20,-1.529296523,0.7291214933,742.16305357 +311,-0.418507569,0.278324921,20,-1.529296523,0.7291214933,4141.6255982 +312,-1.41153306,0.339029988,20,-1.529296523,0.7291214933,1595.126426 +313,0.357560442,0.114788776,20,-1.529296523,0.7291214933,6834.231302 +314,0.325818979,0.268352149,20,-1.529296523,0.7291214933,6321.1953262 +315,-1.246004659,-0.663679965,20,-1.529296523,0.7291214933,5610.9333663 +316,1.814603087,0.637404484,20,-1.529296523,0.7291214933,6981.6589659 +317,1.843704281,-0.18300445,20,-1.529296523,0.7291214933,10135.92492 +318,1.690644492,-0.211480909,20,-1.529296523,0.7291214933,10375.639793 +319,-1.275451936,0.068109467,20,-1.529296523,0.7291214933,2768.4793782 +320,0.762430171,-0.207594741,20,-1.529296523,0.7291214933,8865.8003931 +321,0.265668905,-0.014647884,20,-1.529296523,0.7291214933,6920.7799259 +322,-2.773032013,-0.335515811,20,-1.529296523,0.7291214933,6194.7150488 +323,-1.469512853,0.174058777,20,-1.529296523,0.7291214933,2208.4462662 +324,0.286276986,0.785925691,20,-1.529296523,0.7291214933,4832.5828577 +325,-1.379324697,0.377432233,20,-1.529296523,0.7291214933,1479.9284259 +326,-1.203778265,0.212813032,20,-1.529296523,0.7291214933,2333.9493774 +327,0.579916301,0.611743168,20,-1.529296523,0.7291214933,5946.2304907 +328,0.267582642,0.868113908,20,-1.529296523,0.7291214933,4590.3542571 +329,0.412869244,-0.050245578,20,-1.529296523,0.7291214933,7444.388058 +330,0.17524381,0.976660285,20,-1.529296523,0.7291214933,4164.4904195 +331,0.743157214,0.204812899,20,-1.529296523,0.7291214933,7578.4612389 +332,-1.070758176,0.269382282,20,-1.529296523,0.7291214933,2400.5264083 +333,-1.230364251,0.329790229,20,-1.529296523,0.7291214933,1875.0779414 +334,-1.374813124,-0.024926835,20,-1.529296523,0.7291214933,3037.8064099 +335,0.519780566,0.463669906,20,-1.529296523,0.7291214933,6257.7519665 +336,-1.55108034,0.239698561,20,-1.529296523,0.7291214933,1940.0519147 +337,0.180294813,0.029739425,20,-1.529296523,0.7291214933,6552.3386423 +338,0.67820924,0.268170153,20,-1.529296523,0.7291214933,7226.9658703 +339,0.445798684,1.024001867,20,-1.529296523,0.7291214933,4520.1215857 +340,0.691751283,0.150521402,20,-1.529296523,0.7291214933,7623.3345222 +341,-1.036643551,-0.903056181,20,-1.529296523,0.7291214933,6683.4644931 +342,-0.120287036,1.083325163,20,-1.529296523,0.7291214933,3445.7851415 +343,2.823513113,-0.304487164,20,-1.529296523,0.7291214933,8071.1418885 +344,0.457583172,1.12513373,20,-1.529296523,0.7291214933,4278.399787 +345,0.042918831,0.813795399,20,-1.529296523,0.7291214933,4222.8115059 +346,1.196146777,-0.853142756,20,-1.529296523,0.7291214933,11191.872001 +347,0.206001358,-0.010430701,20,-1.529296523,0.7291214933,6734.5945251 +348,-0.268308653,0.234799412,20,-1.529296523,0.7291214933,4694.5449298 +349,0.759363263,0.736189579,20,-1.529296523,0.7291214933,5889.468267 +350,0.181363926,0.891988372,20,-1.529296523,0.7291214933,4358.6242539 +351,-0.021111158,0.139103292,20,-1.529296523,0.7291214933,5671.2141339 +352,-0.093355215,0.630686981,20,-1.529296523,0.7291214933,4266.5783916 +353,0.40118964,0.681375926,20,-1.529296523,0.7291214933,5360.6002854 +354,-0.721197315,1.304706234,20,-1.529296523,0.7291214933,2689.1936408 +355,-1.076150317,0.212107639,20,-1.529296523,0.7291214933,2577.0342137 +356,-1.577164531,0.273993443,20,-1.529296523,0.7291214933,1810.1584138 +357,-0.190788414,0.182208586,20,-1.529296523,0.7291214933,5058.3330519 +358,-0.261349752,0.209710184,20,-1.529296523,0.7291214933,4779.1928762 +359,-1.029303852,0.083549259,20,-1.529296523,0.7291214933,3107.1743019 +360,-1.268609162,0.330525297,20,-1.529296523,0.7291214933,1806.6428731 +361,1.282982244,-0.926641967,20,-1.529296523,0.7291214933,11271.121167 +362,0.217352334,0.731352408,20,-1.529296523,0.7291214933,4814.6933507 +363,-1.511833084,0.258629297,20,-1.529296523,0.7291214933,1864.5799175 +364,0.338812194,0.823184618,20,-1.529296523,0.7291214933,4847.7501808 +365,-0.324406489,1.134201999,20,-1.529296523,0.7291214933,3057.6914025 +366,1.389579348,0.399185724,20,-1.529296523,0.7291214933,7900.5594001 +367,2.047152199,-0.039082036,20,-1.529296523,0.7291214933,9303.6397731 +368,0.947780369,0.568250077,20,-1.529296523,0.7291214933,6763.4258067 +369,0.763824846,0.576754987,20,-1.529296523,0.7291214933,6420.0446723 +370,-0.142334657,0.928153068,20,-1.529296523,0.7291214933,3598.132031 +371,0.610266567,0.547265983,20,-1.529296523,0.7291214933,6207.3915848 +372,0.210731629,0.746815056,20,-1.529296523,0.7291214933,4761.571424 +373,-1.34931644,0.316895224,20,-1.529296523,0.7291214933,1742.5311241 +374,2.407696481,0.655030745,20,-1.529296523,0.7291214933,6254.1625845 +375,0.64207831,0.545359131,20,-1.529296523,0.7291214933,6280.2608785 +376,1.174597538,0.840588356,20,-1.529296523,0.7291214933,6040.4174283 +377,0.660059424,0.010604079,20,-1.529296523,0.7291214933,7962.1808487 +378,-0.730263819,0.010486456,20,-1.529296523,0.7291214933,4023.0686203 +379,0.831068936,0.512339172,20,-1.529296523,0.7291214933,6758.079564 +380,1.301180979,0.72367476,20,-1.529296523,0.7291214933,6582.4661796 +381,1.811128231,0.322854402,20,-1.529296523,0.7291214933,8213.7020923 +382,0.435105812,0.992284428,20,-1.529296523,0.7291214933,4585.7682591 +383,0.62643634,0.592027932,20,-1.529296523,0.7291214933,6102.7289658 +384,0.492988703,-0.516339467,20,-1.529296523,0.7291214933,8829.939704 +385,-0.162469483,0.112549365,20,-1.529296523,0.7291214933,5323.2968945 +386,0.314630866,0.472006421,20,-1.529296523,0.7291214933,5730.5320214 +387,0.166744804,0.822815954,20,-1.529296523,0.7291214933,4483.1294058 +388,0.417159608,0.965805736,20,-1.529296523,0.7291214933,4624.9074786 +389,0.106334961,0.868774244,20,-1.529296523,0.7291214933,4250.2068306 +390,0.815086969,-0.338144359,20,-1.529296523,0.7291214933,9363.5982863 +391,0.59867455,-0.230624824,20,-1.529296523,0.7291214933,8463.5540845 +392,1.915104874,0.066220985,20,-1.529296523,0.7291214933,9109.8140575 +393,1.278093622,0.064463721,20,-1.529296523,0.7291214933,9077.7120463 +394,-0.061477853,0.302997961,20,-1.529296523,0.7291214933,5130.9661268 +395,0.251311504,0.626976942,20,-1.529296523,0.7291214933,5159.2157607 +396,2.950242872,0.149095644,20,-1.529296523,0.7291214933,6504.2407011 +397,-0.180294708,0.35375117,20,-1.529296523,0.7291214933,4657.8620294 +398,1.010448592,-0.351180233,20,-1.529296523,0.7291214933,9937.4103783 +399,-1.748740498,0.3686318073,20,-1.529296523,0.7291214933,1604.8189173 +400,2.699635665,0.123533791,20,-1.529296523,0.7291214933,7271.6675475 +401,0.496808033,0.823843254,20,-1.529296523,0.7291214933,5155.3000923 +402,0.129574704,0.763364087,20,-1.529296523,0.7291214933,4534.6925527 +403,1.798920311,0.817447563,20,-1.529296523,0.7291214933,6282.7934402 +404,0.335987953,0.746786541,20,-1.529296523,0.7291214933,5041.1830231 +405,-1.085413643,0.292154671,20,-1.529296523,0.7291214933,2294.7161373 +406,-0.155321003,0.508207011,20,-1.529296523,0.7291214933,4366.0014516 +407,0.620529244,-0.301175104,20,-1.529296523,0.7291214933,8708.5521432 +408,1.684402744,0.368716966,20,-1.529296523,0.7291214933,8087.2714895 +409,0.300582244,-0.386397212,20,-1.529296523,0.7291214933,7973.957819 +410,2.913555946,-0.009225192,20,-1.529296523,0.7291214933,7038.6015658 +411,1.465101417,0.493232532,20,-1.529296523,0.7291214933,7572.2105035 +412,0.090612882,0.907955955,20,-1.529296523,0.7291214933,4135.9889631 +413,2.987564726,-0.729568594,20,-1.529296523,0.7291214933,8538.5122417 +414,-1.484261606,0.224149272,20,-1.529296523,0.7291214933,2006.2226266 +415,0.164073421,0.303955133,20,-1.529296523,0.7291214933,5775.7903975 +416,0.141441293,0.167552546,20,-1.529296523,0.7291214933,6072.4081789 +417,2.931321023,-0.506718887,20,-1.529296523,0.7291214933,8231.07084 +418,2.21951565,0.700596356,20,-1.529296523,0.7291214933,6375.2460972 +419,0.268112576,1.199114336,20,-1.529296523,0.7291214933,3868.1806288 +420,0.978913739,0.359223811,20,-1.529296523,0.7291214933,7547.8571304 +421,1.210898818,0.522863584,20,-1.529296523,0.7291214933,7272.2966515 +422,2.347397336,0.129231362,20,-1.529296523,0.7291214933,8127.3525425 +423,0.614394501,0.556878345,20,-1.529296523,0.7291214933,6186.4834623 +424,-1.398079356,0.148483366,20,-1.529296523,0.7291214933,2345.2952979 +425,2.535303836,-0.112984496,20,-1.529296523,0.7291214933,8398.4545814 +426,-1.019372593,-0.405322349,20,-1.529296523,0.7291214933,4866.9367586 +427,-1.297785627,-0.160104069,20,-1.529296523,0.7291214933,3621.4092045 +428,2.144554488,0.205051084,20,-1.529296523,0.7291214933,8266.1385696 +429,-2.242387083,-0.426171285,20,-1.529296523,0.7291214933,5269.2781994 +430,0.338637212,0.909723676,20,-1.529296523,0.7291214933,4627.2376966 +431,-0.148798452,0.691042401,20,-1.529296523,0.7291214933,3993.8483619 +432,0.893524764,0.441829531,20,-1.529296523,0.7291214933,7110.6961788 +433,0.969229347,-0.368847936,20,-1.529296523,0.7291214933,9874.2904003 +434,0.436043248,0.800045688,20,-1.529296523,0.7291214933,5105.1347235 +435,1.687946607,1.081504775,20,-1.529296523,0.7291214933,5267.8694363 +436,0.522302046,-0.034889271,20,-1.529296523,0.7291214933,7714.3833197 +437,-0.178996113,-0.438090009,20,-1.529296523,0.7291214933,6757.9406855 +438,-1.094339566,0.301444068,20,-1.529296523,0.7291214933,2245.0944006 +439,-1.064070054,0.242569932,20,-1.529296523,0.7291214933,2502.2524562 +440,-1.068153768,0.230387998,20,-1.529296523,0.7291214933,2533.3622542 +441,-3.00496892,-0.23989155,20,-1.529296523,0.7291214933,6576.8551055 +442,0.21751974,0.766874888,20,-1.529296523,0.7291214933,4728.1633508 +443,0.117229532,0.007619006,20,-1.529296523,0.7291214933,6425.390272 +444,0.777758451,0.420554741,20,-1.529296523,0.7291214933,6959.606808 +445,-0.252356999,0.250747086,20,-1.529296523,0.7291214933,4701.2189668 +446,0.363148444,0.768483434,20,-1.529296523,0.7291214933,5041.7993663 +447,0.903191366,-0.118210676,20,-1.529296523,0.7291214933,8975.9846241 +448,-0.205755923,0.149406178,20,-1.529296523,0.7291214933,5099.244615 +449,1.811996086,0.02364353,20,-1.529296523,0.7291214933,9377.2636306 +450,-1.100670221,0.314845373,20,-1.529296523,0.7291214933,2188.107327 +451,0.340078597,0.850105132,20,-1.529296523,0.7291214933,4781.0559245 +452,0.258757267,0.804969236,20,-1.529296523,0.7291214933,4725.8170219 +453,2.78505352,-0.155160804,20,-1.529296523,0.7291214933,7802.5843961 +454,0.800551619,0.105822106,20,-1.529296523,0.7291214933,8026.6272962 +455,0.437940882,-0.506194031,20,-1.529296523,0.7291214933,8647.8186001 +456,2.230431122,0.63458615,20,-1.529296523,0.7291214933,6596.726474 +457,0.527965361,0.127667701,20,-1.529296523,0.7291214933,7267.7978604 +458,-0.063643205,0.702093448,20,-1.529296523,0.7291214933,4193.494256 +459,1.408447268,0.133010502,20,-1.529296523,0.7291214933,8949.7696731 +460,0.523795955,0.280266966,20,-1.529296523,0.7291214933,6810.7744057 +461,-0.975769313,0.072177659,20,-1.529296523,0.7291214933,3255.7551315 +462,0.549774164,-0.463663986,20,-1.529296523,0.7291214933,8883.8065055 +463,0.29245874,1.095549818,20,-1.529296523,0.7291214933,4112.8857322 +464,0.143625958,0.816809593,20,-1.529296523,0.7291214933,4445.4713664 +465,0.671902494,0.611159853,20,-1.529296523,0.7291214933,6133.7519098 +466,1.239840988,0.6724199,20,-1.529296523,0.7291214933,6732.1113607 +467,0.607829703,-0.10932137,20,-1.529296523,0.7291214933,8161.9209025 +468,1.763020906,0.263996692,20,-1.529296523,0.7291214933,8471.6361033 +469,0.378714634,0.726066797,20,-1.529296523,0.7291214933,5189.0716901 +470,2.196736143,-0.153862366,20,-1.529296523,0.7291214933,9387.1849421 +471,0.01702415,0.148991565,20,-1.529296523,0.7291214933,5757.6527375 +472,-2.998490902,-0.158002487,20,-1.529296523,0.7291214933,6341.2792892 +473,-3.051262951,-0.346595608,20,-1.529296523,0.7291214933,6987.4923488 +474,-1.069176439,0.182802941,20,-1.529296523,0.7291214933,2689.6797466 +475,0.167157509,0.595344954,20,-1.529296523,0.7291214933,5030.6998956 +476,0.613855648,0.681746124,20,-1.529296523,0.7291214933,5800.5248913 +477,1.037012736,0.682555367,20,-1.529296523,0.7291214933,6480.7738851 +478,-1.253574971,0.379755746,20,-1.529296523,0.7291214933,1660.3160207 +479,3.108590453,-0.132620738,20,-1.529296523,0.7291214933,6790.7635789 +480,0.565301296,0.022333262,20,-1.529296523,0.7291214933,7672.3167973 +481,0.547898238,0.855555614,20,-1.529296523,0.7291214933,5156.5462008 +482,0.948309381,0.417393755,20,-1.529296523,0.7291214933,7291.7800611 +483,-0.050600732,0.945269213,20,-1.529296523,0.7291214933,3770.0219097 +484,-0.977651478,-0.572363064,20,-1.529296523,0.7291214933,5532.902785 +485,1.102014914,0.728861163,20,-1.529296523,0.7291214933,6387.1757166 +486,2.927300795,-0.282939414,20,-1.529296523,0.7291214933,7711.149514 +487,-1.154565557,0.124434095,20,-1.529296523,0.7291214933,2732.5746932 +488,1.855331234,0.291044755,20,-1.529296523,0.7291214933,8306.1044012 +489,0.830290659,0.276904518,20,-1.529296523,0.7291214933,7540.7395014 +490,0.485104466,-0.234867441,20,-1.529296523,0.7291214933,8143.5473618 +491,0.521367572,-0.33161327,20,-1.529296523,0.7291214933,8492.8734689 +1,-1.539031704,0.7349710123,21,-1.535280942,0.727267644,32.45554582 +2,-1.536990553,0.7349663874,21,-1.535280942,0.727267644,30.908580347 +3,-1.534951779,0.7349571355,21,-1.535280942,0.727267644,30.473536726 +4,-1.532906461,0.7349480293,21,-1.535280942,0.727267644,31.217314708 +5,-1.531320211,0.7346937278,21,-1.535280942,0.727267644,31.648925307 +6,-1.539451648,0.7335131775,21,-1.535280942,0.727267644,27.63032045 +7,-1.537429487,0.7335445708,21,-1.535280942,0.727267644,25.65836821 +8,-1.535484998,0.7335658704,21,-1.535280942,0.727267644,24.954538735 +9,-1.533488396,0.7336036027,21,-1.535280942,0.727267644,25.647961378 +10,-1.531497785,0.7335842962,21,-1.535280942,0.727267644,27.397218978 +11,-1.530259379,0.7334777758,21,-1.535280942,0.727267644,28.716115753 +12,-1.5335454,0.7322346912,21,-1.535280942,0.727267644,20.330724629 +13,-1.531489083,0.7322238773,21,-1.535280942,0.727267644,22.599168414 +14,-1.530011122,0.7321679851,21,-1.535280942,0.727267644,24.876161231 +15,-1.53348106,0.7306614094,21,-1.535280942,0.727267644,14.456216751 +16,-1.531441779,0.7306962275,21,-1.535280942,0.727267644,17.693972471 +17,-1.529755654,0.7306933243,21,-1.535280942,0.727267644,21.226795514 +18,-1.533415048,0.7291384674,21,-1.535280942,0.727267644,9.2380955505 +19,-1.531392093,0.7291705353,21,-1.535280942,0.727267644,13.747238326 +20,-1.529296523,0.7291214933,21,-1.535280942,0.727267644,19.155657325 +21,-1.535280942,0.727267644,21,-1.535280942,0.727267644,2.2950034581 +22,-1.533378158,0.7276139666,21,-1.535280942,0.727267644,5.793907661 +23,-1.531340368,0.7276446587,21,-1.535280942,0.727267644,11.752838261 +24,-1.528960113,0.7276398177,21,-1.535280942,0.727267644,18.757243581 +25,-1.533313146,0.7260818349,21,-1.535280942,0.727267644,7.4831672708 +26,-1.531259555,0.7260958115,21,-1.535280942,0.727267644,12.777720728 +27,-1.528926415,0.7260865555,21,-1.535280942,0.727267644,19.384895896 +28,-1.531226779,0.7245511789,21,-1.535280942,0.727267644,16.12508701 +29,-1.528904772,0.7245519194,21,-1.535280942,0.727267644,21.737080797 +30,-1.547195875,0.7409785979,21,-1.535280942,0.727267644,64.630481935 +31,-1.5451475,0.740980426,21,-1.535280942,0.727267644,61.579795371 +32,-1.543097679,0.7409798872,21,-1.535280942,0.727267644,58.977926934 +33,-1.540720364,0.7409892687,21,-1.535280942,0.727267644,56.656149338 +34,-1.547188511,0.7395198392,21,-1.535280942,0.727267644,59.858040511 +35,-1.545148587,0.7395226109,21,-1.535280942,0.727267644,56.563487908 +36,-1.543104538,0.7395314908,21,-1.535280942,0.727267644,53.756149698 +37,-1.540727751,0.7395306258,21,-1.535280942,0.727267644,51.149651706 +38,-1.547187029,0.7380014886,21,-1.535280942,0.727267644,55.107105979 +39,-1.545147315,0.7380012252,21,-1.535280942,0.727267644,51.494101537 +40,-1.54310719,0.7380060743,21,-1.535280942,0.727267644,48.376673284 +41,-1.540719671,0.7380068206,21,-1.535280942,0.727267644,45.452712672 +42,-1.547187189,0.7364799098,21,-1.535280942,0.727267644,50.619649937 +43,-1.545149996,0.7364853874,21,-1.535280942,0.727267644,46.677215043 +44,-1.543106091,0.7364823484,21,-1.535280942,0.727267644,43.17262518 +45,-1.540717158,0.7364893901,21,-1.535280942,0.727267644,39.885327373 +46,-1.538663972,0.7410138672,21,-1.535280942,0.727267644,55.350118697 +47,-1.53695285,0.7409699132,21,-1.535280942,0.727267644,54.496914613 +48,-1.534910498,0.7409641297,21,-1.535280942,0.727267644,54.262715249 +49,-1.533145034,0.7409536636,21,-1.535280942,0.727267644,54.572981067 +50,-1.538681336,0.7395405883,21,-1.535280942,0.727267644,49.632188136 +51,-1.536999189,0.7395183096,21,-1.535280942,0.727267644,48.787587842 +52,-1.534923633,0.7395144222,21,-1.535280942,0.727267644,48.52088133 +53,-1.533267822,0.7395654306,21,-1.535280942,0.727267644,49.070390808 +54,-1.53867273,0.7380151077,21,-1.535280942,0.727267644,43.726582927 +55,-1.536980576,0.7379994392,21,-1.535280942,0.727267644,42.802246606 +56,-1.534931522,0.7379944961,21,-1.535280942,0.727267644,42.501517206 +57,-1.533387952,0.7379480264,21,-1.535280942,0.727267644,42.670657492 +58,-1.538682279,0.7364914363,21,-1.535280942,0.727267644,37.885201967 +59,-1.536980704,0.7364810563,21,-1.535280942,0.727267644,36.836419754 +60,-1.534935567,0.7364752065,21,-1.535280942,0.727267644,36.485351325 +61,-1.533042592,0.7363876366,21,-1.535280942,0.727267644,36.721522749 +62,-1.545143426,0.7349628011,21,-1.535280942,0.727267644,42.128039602 +63,-1.543105297,0.7349691947,21,-1.535280942,0.727267644,38.247759478 +64,-1.541064533,0.7349647152,21,-1.535280942,0.727267644,34.933615167 +65,-1.545411803,0.7334624714,21,-1.535280942,0.727267644,38.673866132 +66,-1.543446606,0.7334780896,21,-1.535280942,0.727267644,34.433313224 +67,-1.541475327,0.7334957295,21,-1.535280942,0.727267644,30.702408991 +68,-1.545401939,0.731963266,21,-1.535280942,0.727267644,35.198964635 +69,-1.54342253,0.7319915583,21,-1.535280942,0.727267644,30.462833117 +70,-1.541455867,0.7320216438,21,-1.535280942,0.727267644,26.210524908 +71,-1.545410146,0.7304422281,21,-1.535280942,0.727267644,32.462566744 +72,-1.543435491,0.7304713664,21,-1.535280942,0.727267644,27.231100458 +73,-1.541463105,0.7304997613,21,-1.535280942,0.727267644,22.305529194 +74,-1.545414768,0.7289194936,21,-1.535280942,0.727267644,30.668357809 +75,-1.543435774,0.7289538557,21,-1.535280942,0.727267644,25.018719603 +76,-1.541457714,0.7289765881,21,-1.535280942,0.727267644,19.476340313 +77,-1.539449415,0.7320555866,21,-1.535280942,0.727267644,22.608564228 +78,-1.537429183,0.7321097681,21,-1.535280942,0.727267644,20.201170229 +79,-1.535472649,0.7321497267,21,-1.535280942,0.727267644,19.346210474 +80,-1.539457899,0.7305333307,21,-1.535280942,0.727267644,17.878013758 +81,-1.537453161,0.7305750503,21,-1.535280942,0.727267644,14.588162408 +82,-1.535479385,0.7306124949,21,-1.535280942,0.727267644,13.26192004 +83,-1.53946905,0.7290102593,21,-1.535280942,0.727267644,14.176264577 +84,-1.537459922,0.7290417293,21,-1.535280942,0.727267644,9.5332203796 +85,-1.535451349,0.7290890157,21,-1.535280942,0.727267644,7.2320223852 +86,-1.535522937,0.7279887191,21,-1.535280942,0.727267644,2.9445060402 +87,-1.539442524,0.7274735939,21,-1.535280942,0.727267644,12.33932536 +88,-1.537424111,0.727521351,21,-1.535280942,0.727267644,6.4197245587 +89,-1.539384641,0.7259505092,21,-1.535280942,0.727267644,13.222120453 +90,-1.537372391,0.7259947145,21,-1.535280942,0.727267644,7.9850170183 +91,-1.535340789,0.7260435356,21,-1.535280942,0.727267644,4.8519295708 +92,-1.539325716,0.7244369706,21,-1.535280942,0.727267644,16.410524432 +93,-1.537308932,0.7244801057,21,-1.535280942,0.727267644,12.570148296 +94,-1.535289068,0.7245247645,21,-1.535280942,0.727267644,10.864572433 +95,-1.533261366,0.7245550236,21,-1.535280942,0.727267644,12.298063706 +96,-1.539267302,0.722921924,21,-1.535280942,0.727267644,20.879664498 +97,-1.537248972,0.7229660258,21,-1.535280942,0.727267644,18.009875474 +98,-1.535219431,0.7229916471,21,-1.535280942,0.727267644,16.938205602 +99,-1.53318962,0.7230212049,21,-1.535280942,0.727267644,17.926287634 +100,-1.531154816,0.7230299897,21,-1.535280942,0.727267644,20.769158661 +101,-1.528878341,0.7230370244,21,-1.535280942,0.727267644,25.318925633 +102,-1.539218189,0.7214009878,21,-1.535280942,0.727267644,26.00805333 +103,-1.537198791,0.7214422745,21,-1.535280942,0.727267644,23.765323279 +104,-1.535179266,0.7214634354,21,-1.535280942,0.727267644,22.992448977 +105,-1.533156501,0.7214944644,21,-1.535280942,0.727267644,23.720043332 +106,-1.53113574,0.7215166021,21,-1.535280942,0.727267644,25.886699515 +107,-1.528874248,0.7215345535,21,-1.535280942,0.727267644,29.611862553 +108,-1.539217656,0.7198512397,21,-1.535280942,0.727267644,31.615551944 +109,-1.537199919,0.7199428763,21,-1.535280942,0.727267644,29.567319074 +110,-1.545425832,0.727397149,21,-1.535280942,0.727267644,30.019724936 +111,-1.543371177,0.7273916949,21,-1.535280942,0.727267644,23.941419215 +112,-1.541368852,0.7274523163,21,-1.535280942,0.727267644,18.026519782 +113,-1.545349067,0.7258710923,21,-1.535280942,0.727267644,30.317369509 +114,-1.54332671,0.7258603556,21,-1.535280942,0.727267644,24.464538696 +115,-1.541346831,0.7259242142,21,-1.535280942,0.727267644,18.730511122 +116,-1.545324355,0.7243383958,21,-1.535280942,0.727267644,31.937640306 +117,-1.543292796,0.7243617413,21,-1.535280942,0.727267644,26.379963813 +118,-1.541295822,0.7244024384,21,-1.535280942,0.727267644,21.126856528 +119,-1.543193859,0.7205570215,21,-1.535280942,0.727267644,35.467929356 +120,-1.550257047,0.7386738187,21,-1.535280942,0.727267644,63.124735692 +121,-1.549335448,0.7311736483,21,-1.535280942,0.727267644,44.301888358 +122,-1.533478843,0.7179891343,21,-1.535280942,0.727267644,37.140114355 +123,-1.556150555,0.738907041,21,-1.535280942,0.727267644,76.804049398 +124,-1.554324226,0.733414257,21,-1.535280942,0.727267644,61.238814621 +125,-1.554290846,0.7288285332,21,-1.535280942,0.727267644,56.54684017 +126,-1.55122487,0.7219795312,21,-1.535280942,0.727267644,51.717606396 +127,-1.525104458,0.7229399862,21,-1.535280942,0.727267644,34.698344005 +128,-1.519607711,0.7236181429,21,-1.535280942,0.727267644,48.646975066 +129,-1.513899999,0.7251107854,21,-1.535280942,0.727267644,63.896668733 +130,-1.536620762,0.7431061895,21,-1.535280942,0.727267644,62.85983373 +131,-1.5369566,0.7460845958,21,-1.535280942,0.727267644,74.695892526 +132,-1.545345528,0.7447040685,21,-1.535280942,0.727267644,75.120119264 +133,-1.532813921,0.7432306626,21,-1.535280942,0.727267644,63.643486037 +134,-1.554788248,0.7382381001,21,-1.535280942,0.727267644,72.021018972 +135,-1.540348126,0.7301594274,21,-1.535280942,0.727267644,18.85239458 +136,-1.538016084,0.7239051786,21,-1.535280942,0.727267644,15.590973889 +137,-1.525288962,0.7258085137,21,-1.535280942,0.727267644,30.143097101 +138,-1.534326986,0.731241342,21,-1.535280942,0.727267644,15.990020218 +139,-1.530733872,0.7303625216,21,-1.535280942,0.727267644,18.187659444 +141,-1.534354939,0.7328219978,21,-1.535280942,0.727267644,22.169908726 +142,-1.53157084,0.7292888153,21,-1.535280942,0.727267644,13.578832161 +143,-1.525691035,0.7263799874,21,-1.535280942,0.727267644,28.603102387 +144,-1.534031287,0.7495967835,21,-1.535280942,0.727267644,88.521429069 +145,-1.527714986,0.7283095957,21,-1.535280942,0.727267644,22.753497993 +146,-1.526189586,0.7271468292,21,-1.535280942,0.727267644,26.905549299 +147,-1.555177336,0.7375563366,21,-1.535280942,0.727267644,71.376824171 +148,-1.555080283,0.7312707794,21,-1.535280942,0.727267644,60.589711125 +149,-1.53856994,0.7224180299,21,-1.535280942,0.727267644,21.543224137 +150,-1.530837883,0.729933372,21,-1.535280942,0.727267644,16.849519447 +151,-1.515066984,0.5854133365,21,-1.535280942,0.727267644,565.43738216 +152,-1.534731633,0.5368370046,21,-1.535280942,0.727267644,754.29778947 +153,-1.515231902,0.5607085576,21,-1.535280942,0.727267644,662.77122071 +154,-2.616253799,1.0684566605,21,-1.535280942,0.727267644,2851.315135 +155,-1.956071439,0.5792177723,21,-1.535280942,0.727267644,1441.291733 +156,-1.951208514,0.5602434208,21,-1.535280942,0.727267644,1467.7000515 +157,-1.944675062,0.6062144545,21,-1.535280942,0.727267644,1356.2453447 +158,-1.613778386,0.6077989518,21,-1.535280942,0.727267644,532.30217884 +159,-2.035029014,0.6021432345,21,-1.535280942,0.727267644,1626.2579347 +160,-2.114989471,0.6801825058,21,-1.535280942,0.727267644,1749.7325833 +161,-2.037382079,0.5765830025,21,-1.535280942,0.727267644,1680.1885405 +162,-2.129855121,0.6585019963,21,-1.535280942,0.727267644,1820.3249821 +163,-2.075141798,0.6493615843,21,-1.535280942,0.727267644,1670.7638333 +164,-1.828626729,0.6948433129,21,-1.535280942,0.727267644,888.23230349 +165,-1.863329418,0.6735427691,21,-1.535280942,0.727267644,1013.8454756 +166,-1.266037071,0.727988852,21,-1.535280942,0.727267644,795.33149192 +167,-1.277579582,0.7249010648,21,-1.535280942,0.727267644,762.42297849 +168,-1.258418684,0.7241194816,21,-1.535280942,0.727267644,819.27369263 +169,-1.317813974,0.6804850104,21,-1.535280942,0.727267644,681.60861941 +170,-1.344165204,0.6790988904,21,-1.535280942,0.727267644,607.62543236 +171,-1.427582102,0.5277120351,21,-1.535280942,0.727267644,861.9661332 +172,-1.402238616,0.457167829,21,-1.535280942,0.727267644,1154.5342052 +173,-1.422454264,0.4996161999,21,-1.535280942,0.727267644,972.19353824 +174,-1.439089277,0.4894859811,21,-1.535280942,0.727267644,991.80621909 +175,-1.448126995,0.5182330266,21,-1.535280942,0.727267644,873.7526785 +176,-1.474626146,0.5881926574,21,-1.535280942,0.727267644,582.62149415 +177,-1.421139645,0.5584869783,21,-1.535280942,0.727267644,759.60654755 +178,-1.457037165,0.565943032,21,-1.535280942,0.727267644,684.94190449 +179,-2.757159358,0.3745319,21,-1.535280942,0.727267644,4234.7689041 +180,-2.714309238,0.342054471,21,-1.535280942,0.727267644,4185.8270604 +181,-2.000525337,0.774119946,21,-1.535280942,0.727267644,1354.125468 +183,-1.571413436,0.6777838382,21,-1.535280942,0.727267644,224.36896008 +184,-1.552860289,0.6987663893,21,-1.535280942,0.727267644,124.57251239 +185,-1.521852374,0.7165827476,21,-1.535280942,0.727267644,58.179727671 +186,-1.503656267,0.6928968252,21,-1.535280942,0.727267644,165.99620389 +187,-1.502753178,0.7136205882,21,-1.535280942,0.727267644,110.89017876 +188,-1.631894563,0.7343596465,21,-1.535280942,0.727267644,286.29057545 +189,-1.653765416,0.6770714026,21,-1.535280942,0.727267644,409.58669137 +190,-1.719812114,0.6715965947,21,-1.535280942,0.727267644,600.69530792 +191,-1.493406659,0.6646955447,21,-1.535280942,0.727267644,278.59220613 +192,-1.469120564,0.6613469966,21,-1.535280942,0.727267644,329.67753266 +193,-1.590551461,0.5326612937,21,-1.535280942,0.727267644,790.71039335 +194,-1.625979264,0.5247742243,21,-1.535280942,0.727267644,852.82877639 +195,-1.572293943,0.5238808754,21,-1.535280942,0.727267644,814.25661966 +196,-1.610848725,0.5477107964,21,-1.535280942,0.727267644,750.51689045 +197,-1.208485554,0.7918526018,21,-1.535280942,0.727267644,970.37847325 +198,-1.335601374,0.6869083083,21,-1.535280942,0.727267644,621.66399356 +199,-1.346156996,0.6825213377,21,-1.535280942,0.727267644,596.99767765 +200,-1.324381037,0.6741422347,21,-1.535280942,0.727267644,671.63738855 +201,-1.242424992,0.7378949807,21,-1.535280942,0.727267644,862.0345448 +202,-1.270370057,0.7392461008,21,-1.535280942,0.727267644,780.0408375 +203,-1.448950472,0.7441675014,21,-1.535280942,0.727267644,262.15282174 +204,-1.492662363,0.7523026852,21,-1.535280942,0.727267644,159.29966497 +205,-1.479098966,0.7763855017,21,-1.535280942,0.727267644,253.47998487 +206,-1.633760714,0.7869022408,21,-1.535280942,0.727267644,368.86927288 +207,-1.647406434,0.8101289331,21,-1.535280942,0.727267644,457.5688437 +208,-1.564245052,0.5701509278,21,-1.535280942,0.727267644,628.98094271 +209,-1.646289963,0.6833746083,21,-1.535280942,0.727267644,377.10612345 +210,-1.5820631,0.6751952144,21,-1.535280942,0.727267644,250.14446717 +211,-1.613236298,0.6681681791,21,-1.535280942,0.727267644,332.75698437 +212,-1.914661867,0.8212566515,21,-1.535280942,0.727267644,1132.5867793 +213,-1.742133237,0.7250275956,21,-1.535280942,0.727267644,612.23428754 +214,-2.033144872,0.6557314699,21,-1.535280942,0.727267644,1537.9105658 +215,-2.039551981,0.6964723658,21,-1.535280942,0.727267644,1510.1392712 +216,-1.247341019,0.7622473908,21,-1.535280942,0.727267644,848.4784329 +217,-1.298239787,0.7084123392,21,-1.535280942,0.727267644,710.4050056 +218,-1.308539688,0.6926545592,21,-1.535280942,0.727267644,694.06926547 +219,-1.303263185,0.6888938396,21,-1.535280942,0.727267644,713.67279043 +220,-1.852400229,0.6004246149,21,-1.535280942,0.727267644,1106.5181468 +221,-1.288947707,0.7473773692,21,-1.535280942,0.727267644,725.81576633 +222,-1.372031502,0.7472790993,21,-1.535280942,0.727267644,484.95718795 +223,-1.289805721,0.7242157877,21,-1.535280942,0.727267644,726.60081383 +224,-1.350807603,0.7533498126,21,-1.535280942,0.727267644,548.85471926 +225,-1.329290365,0.7560442322,21,-1.535280942,0.727267644,611.77864858 +226,-1.410153004,0.616936428,21,-1.535280942,0.727267644,583.85652762 +227,-1.393445434,0.6308995063,21,-1.535280942,0.727267644,579.88044603 +228,-1.37595573,0.6241540638,21,-1.535280942,0.727267644,639.10744295 +229,-1.358388707,0.6172645205,21,-1.535280942,0.727267644,699.43356561 +230,-1.753741133,0.8281661666,21,-1.535280942,0.727267644,733.39082061 +231,-1.47430987,0.6834615681,21,-1.535280942,0.727267644,252.77843087 +232,-1.421012508,0.7222725206,21,-1.535280942,0.727267644,339.34779421 +233,-1.4476833,0.6978557868,21,-1.535280942,0.727267644,287.17736895 +234,-1.470370723,0.6966193374,21,-1.535280942,0.727267644,229.37544769 +235,-1.429211703,0.7037216883,21,-1.535280942,0.727267644,330.45524463 +236,-1.700578405,0.6178673663,21,-1.535280942,0.727267644,670.14229717 +237,-1.678117619,0.6331716163,21,-1.535280942,0.727267644,576.05024463 +238,-1.725644578,0.6316331145,21,-1.535280942,0.727267644,697.40786541 +239,-2.14012759,0.7930497945,21,-1.535280942,0.727267644,1741.9457576 +240,-2.103289431,0.7653606263,21,-1.535280942,0.727267644,1648.0223305 +241,-1.318739838,0.7017808746,21,-1.535280942,0.727267644,655.14825082 +242,-1.396417427,0.7077900843,21,-1.535280942,0.727267644,421.37443509 +243,-1.35650337,0.7185539404,21,-1.535280942,0.727267644,531.82632844 +244,-1.248884539,0.7274156818,21,-1.535280942,0.727267644,846.06064811 +245,-1.395014798,0.5761185243,21,-1.535280942,0.727267644,743.25590468 +246,-1.433377362,0.6064716109,21,-1.535280942,0.727267644,573.71311942 +247,-1.408172432,0.5903155476,21,-1.535280942,0.727267644,672.30398804 +248,-1.749645898,0.7757118084,21,-1.535280942,0.727267644,648.67046187 +249,-1.571626686,0.615046989,21,-1.535280942,0.727267644,458.53756371 +250,-1.514070049,0.6303003037,21,-1.535280942,0.727267644,389.60184436 +251,-1.480890369,0.6237966528,21,-1.535280942,0.727267644,442.90541562 +252,-1.704390658,0.5281680612,21,-1.535280942,0.727267644,955.57190921 +253,-1.64434733,0.5254277498,21,-1.535280942,0.727267644,872.10704655 +254,-1.703855997,0.4792484842,21,-1.535280942,0.727267644,1124.0413431 +255,-1.692002383,0.5748825051,21,-1.535280942,0.727267644,778.89234074 +256,-1.854136457,0.5544643913,21,-1.535280942,0.727267644,1217.9811208 +257,-1.665021206,0.520317736,21,-1.535280942,0.727267644,918.84102324 +258,-1.733654349,0.4845187345,21,-1.535280942,0.727267644,1155.9609091 +259,-1.720938188,0.5135933906,21,-1.535280942,0.727267644,1034.662599 +260,-1.742668307,0.553296122,21,-1.535280942,0.727267644,951.49134547 +261,-1.965659039,0.7142126903,21,-1.535280942,0.727267644,1277.4624865 +262,-1.944438071,0.6772834804,21,-1.535280942,0.727267644,1248.9317612 +263,-1.270340967,0.7681487096,21,-1.535280942,0.727267644,785.13554246 +264,-1.353091884,0.6549276821,21,-1.535280942,0.727267644,624.94298345 +265,-1.333236659,0.6413584414,21,-1.535280942,0.727267644,706.47175734 +266,-1.352015998,0.6753788907,21,-1.535280942,0.727267644,590.96245774 +267,-1.377988483,0.6577816235,21,-1.535280942,0.727267644,552.45575557 +268,-2.13075611,0.8318642051,21,-1.535280942,0.727267644,1712.9284671 +269,-2.097910953,0.8259670014,21,-1.535280942,0.727267644,1624.3918034 +270,-1.416382069,0.6694271549,21,-1.535280942,0.727267644,427.11216159 +271,-1.538905672,0.7535625993,21,-1.535280942,0.727267644,104.69206801 +272,-1.572309477,0.7803125099,21,-1.535280942,0.727267644,235.73646382 +273,-1.87759879,0.7503853417,21,-1.535280942,0.727267644,1004.2503711 +274,1.152365588,0.590457682,21,-1.535280942,0.727267644,6969.1733294 +275,0.350198001,0.718001859,21,-1.535280942,0.727267644,5166.739477 +276,0.046513677,0.491503852,21,-1.535280942,0.727267644,4987.9114891 +277,0.027510309,0.742571376,21,-1.535280942,0.727267644,4355.5095729 +278,0.306285725,-0.214631579,21,-1.535280942,0.727267644,7582.6657316 +279,-1.100564889,0.318051531,21,-1.535280942,0.727267644,2186.7590751 +280,-1.078582306,0.301437596,21,-1.535280942,0.727267644,2289.2108555 +281,-1.137371989,-0.617634065,21,-1.535280942,0.727267644,5519.5278473 +282,0.784356344,0.703272339,21,-1.535280942,0.727267644,6055.2188975 +283,-1.221209947,0.218327455,21,-1.535280942,0.727267644,2289.2282529 +284,2.347301921,-0.449114658,21,-1.535280942,0.727267644,9798.309762 +285,0.246820618,0.830553713,21,-1.535280942,0.727267644,4655.7413538 +286,0.829414965,0.703288228,21,-1.535280942,0.727267644,6128.1055432 +287,-1.337537566,0.42332223,21,-1.535280942,0.727267644,1368.7041359 +288,0.882453706,0.454478077,21,-1.535280942,0.727267644,7064.1026383 +289,1.575629659,0.416419109,21,-1.535280942,0.727267644,7912.306088 +290,-1.039455679,0.229888244,21,-1.535280942,0.727267644,2606.1441744 +291,0.489558039,0.934482747,21,-1.535280942,0.727267644,4847.6714311 +292,0.081344504,0.88384514,21,-1.535280942,0.727267644,4182.9274469 +293,-1.547979814,0.300350308,21,-1.535280942,0.727267644,1691.5698545 +294,0.040776181,0.168560074,21,-1.535280942,0.727267644,5794.6549187 +295,-1.130374745,0.563894876,21,-1.535280942,0.727267644,1428.9185646 +296,1.578326642,0.478507176,21,-1.535280942,0.727267644,7666.6735323 +297,-1.12861823,-0.291640865,21,-1.535280942,0.727267644,4302.0056406 +298,0.310524208,0.770885792,21,-1.535280942,0.727267644,4941.1891428 +299,0.415649091,-0.387246002,21,-1.535280942,0.727267644,8331.2593993 +300,-0.926533878,-0.188022748,21,-1.535280942,0.727267644,4249.031564 +301,1.258856172,-0.11716081,21,-1.535280942,0.727267644,9735.7957772 +302,-1.126050026,0.322941926,21,-1.535280942,0.727267644,2114.4192609 +303,2.002785835,0.07893892,21,-1.535280942,0.727267644,8944.4393535 +304,0.440437607,0.746258085,21,-1.535280942,0.727267644,5281.1460072 +305,-0.030391866,0.214441206,21,-1.535280942,0.727267644,5466.5590642 +306,0.521557815,-0.058929362,21,-1.535280942,0.727267644,7798.0485158 +307,-0.097005111,0.13317729,21,-1.535280942,0.727267644,5480.4297352 +308,1.83113859,0.221857587,21,-1.535280942,0.727267644,8595.7073714 +309,0.222428864,0.099404236,21,-1.535280942,0.727267644,6507.9515243 +310,-1.702731345,0.8728568183,21,-1.535280942,0.727267644,737.7239708 +311,-0.418507569,0.278324921,21,-1.535280942,0.727267644,4158.5919859 +312,-1.41153306,0.339029988,21,-1.535280942,0.727267644,1593.2306431 +313,0.357560442,0.114788776,21,-1.535280942,0.727267644,6853.3053016 +314,0.325818979,0.268352149,21,-1.535280942,0.727267644,6340.3508497 +315,-1.246004659,-0.663679965,21,-1.535280942,0.727267644,5607.7619391 +316,1.814603087,0.637404484,21,-1.535280942,0.727267644,6985.9460334 +317,1.843704281,-0.18300445,21,-1.535280942,0.727267644,10135.26342 +318,1.690644492,-0.211480909,21,-1.535280942,0.727267644,10380.06799 +319,-1.275451936,0.068109467,21,-1.535280942,0.727267644,2768.6986784 +320,0.762430171,-0.207594741,21,-1.535280942,0.727267644,8884.9465118 +321,0.265668905,-0.014647884,21,-1.535280942,0.727267644,6939.3317671 +322,-2.773032013,-0.335515811,21,-1.535280942,0.727267644,6175.6100236 +323,-1.469512853,0.174058777,21,-1.535280942,0.727267644,2203.221853 +324,0.286276986,0.785925691,21,-1.535280942,0.727267644,4850.5067215 +325,-1.379324697,0.377432233,21,-1.535280942,0.727267644,1480.0267219 +326,-1.203778265,0.212813032,21,-1.535280942,0.727267644,2337.9333526 +327,0.579916301,0.611743168,21,-1.535280942,0.727267644,5963.8922251 +328,0.267582642,0.868113908,21,-1.535280942,0.727267644,4607.8358932 +329,0.412869244,-0.050245578,21,-1.535280942,0.727267644,7463.2486032 +330,0.17524381,0.976660285,21,-1.535280942,0.727267644,4181.4331136 +331,0.743157214,0.204812899,21,-1.535280942,0.727267644,7596.9612761 +332,-1.070758176,0.269382282,21,-1.535280942,0.727267644,2409.0020737 +333,-1.230364251,0.329790229,21,-1.535280942,0.727267644,1880.1994833 +334,-1.374813124,-0.024926835,21,-1.535280942,0.727267644,3034.6522278 +335,0.519780566,0.463669906,21,-1.535280942,0.727267644,6276.2544747 +336,-1.55108034,0.239698561,21,-1.535280942,0.727267644,1932.0267281 +337,0.180294813,0.029739425,21,-1.535280942,0.727267644,6570.7666315 +338,0.67820924,0.268170153,21,-1.535280942,0.727267644,7245.5230063 +339,0.445798684,1.024001867,21,-1.535280942,0.727267644,4535.6555029 +340,0.691751283,0.150521402,21,-1.535280942,0.727267644,7642.1657637 +341,-1.036643551,-0.903056181,21,-1.535280942,0.727267644,6681.6973766 +342,-0.120287036,1.083325163,21,-1.535280942,0.727267644,3462.3246096 +343,2.823513113,-0.304487164,21,-1.535280942,0.727267644,8053.4321029 +344,0.457583172,1.12513373,21,-1.535280942,0.727267644,4292.8627284 +345,0.042918831,0.813795399,21,-1.535280942,0.727267644,4241.236817 +346,1.196146777,-0.853142756,21,-1.535280942,0.727267644,11203.13531 +347,0.206001358,-0.010430701,21,-1.535280942,0.727267644,6752.9549242 +348,-0.268308653,0.234799412,21,-1.535280942,0.727267644,4712.0593541 +349,0.759363263,0.736189579,21,-1.535280942,0.727267644,5905.4414077 +350,0.181363926,0.891988372,21,-1.535280942,0.727267644,4376.2151327 +351,-0.021111158,0.139103292,21,-1.535280942,0.727267644,5689.3452423 +352,-0.093355215,0.630686981,21,-1.535280942,0.727267644,4285.719518 +353,0.40118964,0.681375926,21,-1.535280942,0.727267644,5378.6634199 +354,-0.721197315,1.304706234,21,-1.535280942,0.727267644,2701.5528115 +355,-1.076150317,0.212107639,21,-1.535280942,0.727267644,2584.4274759 +356,-1.577164531,0.273993443,21,-1.535280942,0.727267644,1801.1152342 +357,-0.190788414,0.182208586,21,-1.535280942,0.727267644,5075.9199587 +358,-0.261349752,0.209710184,21,-1.535280942,0.727267644,4796.5816689 +359,-1.029303852,0.083549259,21,-1.535280942,0.727267644,3113.8067621 +360,-1.268609162,0.330525297,21,-1.535280942,0.727267644,1810.4480359 +361,1.282982244,-0.926641967,21,-1.535280942,0.727267644,11277.317722 +362,0.217352334,0.731352408,21,-1.535280942,0.727267644,4833.0929012 +363,-1.511833084,0.258629297,21,-1.535280942,0.727267644,1858.0166047 +364,0.338812194,0.823184618,21,-1.535280942,0.727267644,4865.2734861 +365,-0.324406489,1.134201999,21,-1.535280942,0.727267644,3073.7533037 +366,1.389579348,0.399185724,21,-1.535280942,0.727267644,7911.622134 +367,2.047152199,-0.039082036,21,-1.535280942,0.727267644,9299.0275433 +368,0.947780369,0.568250077,21,-1.535280942,0.727267644,6778.9349182 +369,0.763824846,0.576754987,21,-1.535280942,0.727267644,6436.8710746 +370,-0.142334657,0.928153068,21,-1.535280942,0.727267644,3616.2237536 +371,0.610266567,0.547265983,21,-1.535280942,0.727267644,6225.207098 +372,0.210731629,0.746815056,21,-1.535280942,0.727267644,4779.9182385 +373,-1.34931644,0.316895224,21,-1.535280942,0.727267644,1743.0021953 +374,2.407696481,0.655030745,21,-1.535280942,0.727267644,6250.1566471 +375,0.64207831,0.545359131,21,-1.535280942,0.727267644,6297.9311891 +376,1.174597538,0.840588356,21,-1.535280942,0.727267644,6052.439128 +377,0.660059424,0.010604079,21,-1.535280942,0.727267644,7981.3028148 +378,-0.730263819,0.010486456,21,-1.535280942,0.727267644,4034.0917389 +379,0.831068936,0.512339172,21,-1.535280942,0.727267644,6774.7829439 +380,1.301180979,0.72367476,21,-1.535280942,0.727267644,6593.6535081 +381,1.811128231,0.322854402,21,-1.535280942,0.727267644,8217.0308204 +382,0.435105812,0.992284428,21,-1.535280942,0.727267644,4601.6339 +383,0.62643634,0.592027932,21,-1.535280942,0.727267644,6120.2596402 +384,0.492988703,-0.516339467,21,-1.535280942,0.727267644,8846.3814563 +385,-0.162469483,0.112549365,21,-1.535280942,0.727267644,5340.6046032 +386,0.314630866,0.472006421,21,-1.535280942,0.727267644,5749.5117981 +387,0.166744804,0.822815954,21,-1.535280942,0.727267644,4501.2031631 +388,0.417159608,0.965805736,21,-1.535280942,0.727267644,4641.0762526 +389,0.106334961,0.868774244,21,-1.535280942,0.727267644,4268.1640668 +390,0.815086969,-0.338144359,21,-1.535280942,0.727267644,9382.6276385 +391,0.59867455,-0.230624824,21,-1.535280942,0.727267644,8482.3796951 +392,1.915104874,0.066220985,21,-1.535280942,0.727267644,9109.4091252 +393,1.278093622,0.064463721,21,-1.535280942,0.727267644,9091.9875498 +394,-0.061477853,0.302997961,21,-1.535280942,0.727267644,5149.6294398 +395,0.251311504,0.626976942,21,-1.535280942,0.727267644,5177.9290724 +396,2.950242872,0.149095644,21,-1.535280942,0.727267644,6489.0836055 +397,-0.180294708,0.35375117,21,-1.535280942,0.727267644,4676.3746619 +398,1.010448592,-0.351180233,21,-1.535280942,0.727267644,9956.5288917 +399,-1.748740498,0.3686318073,21,-1.535280942,0.727267644,1589.4719946 +400,2.699635665,0.123533791,21,-1.535280942,0.727267644,7258.562897 +401,0.496808033,0.823843254,21,-1.535280942,0.727267644,5172.1688388 +402,0.129574704,0.763364087,21,-1.535280942,0.727267644,4553.1657491 +403,1.798920311,0.817447563,21,-1.535280942,0.727267644,6287.7937106 +404,0.335987953,0.746786541,21,-1.535280942,0.727267644,5059.1514026 +405,-1.085413643,0.292154671,21,-1.535280942,0.727267644,2303.2505235 +406,-0.155321003,0.508207011,21,-1.535280942,0.727267644,4385.044766 +407,0.620529244,-0.301175104,21,-1.535280942,0.727267644,8727.1842126 +408,1.684402744,0.368716966,21,-1.535280942,0.727267644,8093.2018692 +409,0.300582244,-0.386397212,21,-1.535280942,0.727267644,7990.5003875 +410,2.913555946,-0.009225192,21,-1.535280942,0.727267644,7022.4356892 +411,1.465101417,0.493232532,21,-1.535280942,0.727267644,7581.8641528 +412,0.090612882,0.907955955,21,-1.535280942,0.727267644,4153.7206142 +413,2.987564726,-0.729568594,21,-1.535280942,0.727267644,8519.4714711 +414,-1.484261606,0.224149272,21,-1.535280942,0.727267644,2000.6232909 +415,0.164073421,0.303955133,21,-1.535280942,0.727267644,5794.8789676 +416,0.141441293,0.167552546,21,-1.535280942,0.727267644,6091.1812813 +417,2.931321023,-0.506718887,21,-1.535280942,0.727267644,8212.10412 +418,2.21951565,0.700596356,21,-1.535280942,0.727267644,6374.0897824 +419,0.268112576,1.199114336,21,-1.535280942,0.727267644,3882.3653206 +420,0.978913739,0.359223811,21,-1.535280942,0.727267644,7564.1587097 +421,1.210898818,0.522863584,21,-1.535280942,0.727267644,7285.3443535 +422,2.347397336,0.129231362,21,-1.535280942,0.727267644,8118.8811317 +423,0.614394501,0.556878345,21,-1.535280942,0.727267644,6204.2366034 +424,-1.398079356,0.148483366,21,-1.535280942,0.727267644,2342.3593936 +425,2.535303836,-0.112984496,21,-1.535280942,0.727267644,8384.6917001 +426,-1.019372593,-0.405322349,21,-1.535280942,0.727267644,4868.9579905 +427,-1.297785627,-0.160104069,21,-1.535280942,0.727267644,3619.5053778 +428,2.144554488,0.205051084,21,-1.535280942,0.727267644,8261.9965406 +429,-2.242387083,-0.426171285,21,-1.535280942,0.727267644,5252.649101 +430,0.338637212,0.909723676,21,-1.535280942,0.727267644,4644.167182 +431,-0.148798452,0.691042401,21,-1.535280942,0.727267644,4012.9544203 +432,0.893524764,0.441829531,21,-1.535280942,0.727267644,7127.2919235 +433,0.969229347,-0.368847936,21,-1.535280942,0.727267644,9893.4459247 +434,0.436043248,0.800045688,21,-1.535280942,0.727267644,5122.4213025 +435,1.687946607,1.081504775,21,-1.535280942,0.727267644,5274.5346668 +436,0.522302046,-0.034889271,21,-1.535280942,0.727267644,7733.4722973 +437,-0.178996113,-0.438090009,21,-1.535280942,0.727267644,6770.4215243 +438,-1.094339566,0.301444068,21,-1.535280942,0.727267644,2253.5833972 +439,-1.064070054,0.242569932,21,-1.535280942,0.727267644,2510.4264833 +440,-1.068153768,0.230387998,21,-1.535280942,0.727267644,2541.2392706 +441,-3.00496892,-0.23989155,21,-1.535280942,0.727267644,6557.9128648 +442,0.21751974,0.766874888,21,-1.535280942,0.727267644,4746.395034 +443,0.117229532,0.007619006,21,-1.535280942,0.727267644,6443.4793768 +444,0.777758451,0.420554741,21,-1.535280942,0.727267644,6977.094526 +445,-0.252356999,0.250747086,21,-1.535280942,0.727267644,4718.9137021 +446,0.363148444,0.768483434,21,-1.535280942,0.727267644,5059.555804 +447,0.903191366,-0.118210676,21,-1.535280942,0.727267644,8994.8355895 +448,-0.205755923,0.149406178,21,-1.535280942,0.727267644,5116.54744 +449,1.811996086,0.02364353,21,-1.535280942,0.727267644,9379.2016027 +450,-1.100670221,0.314845373,21,-1.535280942,0.727267644,2196.6949465 +451,0.340078597,0.850105132,21,-1.535280942,0.727267644,4798.4016371 +452,0.258757267,0.804969236,21,-1.535280942,0.727267644,4743.7217041 +453,2.78505352,-0.155160804,21,-1.535280942,0.727267644,7786.1868961 +454,0.800551619,0.105822106,21,-1.535280942,0.727267644,8045.2029215 +455,0.437940882,-0.506194031,21,-1.535280942,0.727267644,8664.0479322 +456,2.230431122,0.63458615,21,-1.535280942,0.727267644,6594.8763396 +457,0.527965361,0.127667701,21,-1.535280942,0.727267644,7286.9379908 +458,-0.063643205,0.702093448,21,-1.535280942,0.727267644,4212.5076287 +459,1.408447268,0.133010502,21,-1.535280942,0.727267644,8961.4040223 +460,0.523795955,0.280266966,21,-1.535280942,0.727267644,6829.7359668 +461,-0.975769313,0.072177659,21,-1.535280942,0.727267644,3263.3634169 +462,0.549774164,-0.463663986,21,-1.535280942,0.727267644,8901.0725895 +463,0.29245874,1.095549818,21,-1.535280942,0.727267644,4128.2712075 +464,0.143625958,0.816809593,21,-1.535280942,0.727267644,4463.6409313 +465,0.671902494,0.611159853,21,-1.535280942,0.727267644,6150.9482838 +466,1.239840988,0.6724199,21,-1.535280942,0.727267644,6744.1910091 +467,0.607829703,-0.10932137,21,-1.535280942,0.727267644,8181.0214836 +468,1.763020906,0.263996692,21,-1.535280942,0.727267644,8475.7621938 +469,0.378714634,0.726066797,21,-1.535280942,0.727267644,5206.9973955 +470,2.196736143,-0.153862366,21,-1.535280942,0.727267644,9377.8609243 +471,0.01702415,0.148991565,21,-1.535280942,0.727267644,5775.9755694 +472,-2.998490902,-0.158002487,21,-1.535280942,0.727267644,6322.5293758 +473,-3.051262951,-0.346595608,21,-1.535280942,0.727267644,6968.4283583 +474,-1.069176439,0.182802941,21,-1.535280942,0.727267644,2696.7876078 +475,0.167157509,0.595344954,21,-1.535280942,0.727267644,5049.6574214 +476,0.613855648,0.681746124,21,-1.535280942,0.727267644,5817.6622149 +477,1.037012736,0.682555367,21,-1.535280942,0.727267644,6494.8855291 +478,-1.253574971,0.379755746,21,-1.535280942,0.727267644,1665.68557 +479,3.108590453,-0.132620738,21,-1.535280942,0.727267644,6772.7128355 +480,0.565301296,0.022333262,21,-1.535280942,0.727267644,7691.4719268 +481,0.547898238,0.855555614,21,-1.535280942,0.727267644,5172.9572415 +482,0.948309381,0.417393755,21,-1.535280942,0.727267644,7308.0562822 +483,-0.050600732,0.945269213,21,-1.535280942,0.727267644,3787.8048885 +484,-0.977651478,-0.572363064,21,-1.535280942,0.727267644,5534.2954374 +485,1.102014914,0.728861163,21,-1.535280942,0.727267644,6400.436122 +486,2.927300795,-0.282939414,21,-1.535280942,0.727267644,7693.0984491 +487,-1.154565557,0.124434095,21,-1.535280942,0.727267644,2736.7318242 +488,1.855331234,0.291044755,21,-1.535280942,0.727267644,8308.4007549 +489,0.830290659,0.276904518,21,-1.535280942,0.727267644,7558.5297697 +490,0.485104466,-0.234867441,21,-1.535280942,0.727267644,8161.9920201 +491,0.521367572,-0.33161327,21,-1.535280942,0.727267644,8510.9658624 +1,-1.539031704,0.7349710123,22,-1.533378158,0.7276139666,33.571223419 +2,-1.536990553,0.7349663874,22,-1.533378158,0.7276139666,31.009185031 +3,-1.534951779,0.7349571355,22,-1.533378158,0.7276139666,29.453967175 +4,-1.532906461,0.7349480293,22,-1.533378158,0.7276139666,29.083489819 +5,-1.531320211,0.7346937278,22,-1.533378158,0.7276139666,28.691926586 +6,-1.539451648,0.7335131775,22,-1.533378158,0.7276139666,29.445645476 +7,-1.537429487,0.7335445708,22,-1.533378158,0.7276139666,26.356744929 +8,-1.535484998,0.7335658704,22,-1.533378158,0.7276139666,24.381014468 +9,-1.533488396,0.7336036027,22,-1.533378158,0.7276139666,23.727177351 +10,-1.531497785,0.7335842962,22,-1.533378158,0.7276139666,24.290357995 +11,-1.530259379,0.7334777758,22,-1.533378158,0.7276139666,24.982595815 +12,-1.5335454,0.7322346912,22,-1.533378158,0.7276139666,18.309346868 +13,-1.531489083,0.7322238773,22,-1.533378158,0.7276139666,19.092325414 +14,-1.530011122,0.7321679851,22,-1.533378158,0.7276139666,20.595484977 +15,-1.53348106,0.7306614094,22,-1.533378158,0.7276139666,12.074747412 +16,-1.531441779,0.7306962275,22,-1.533378158,0.7276139666,13.482274909 +17,-1.529755654,0.7306933243,22,-1.533378158,0.7276139666,16.225700413 +18,-1.533415048,0.7291384674,22,-1.533378158,0.7276139666,6.039532053 +19,-1.531392093,0.7291705353,22,-1.533378158,0.7276139666,8.5133866944 +20,-1.529296523,0.7291214933,22,-1.533378158,0.7276139666,13.461894878 +21,-1.535280942,0.727267644,22,-1.533378158,0.7276139666,5.793907661 +22,-1.533378158,0.7276139666,22,-1.533378158,0.7276139666,3.022179301 +23,-1.531340368,0.7276446587,22,-1.533378158,0.7276139666,6.0287808827 +24,-1.528960113,0.7276398177,22,-1.533378158,0.7276139666,13.068511848 +25,-1.533313146,0.7260818349,22,-1.533378158,0.7276139666,6.0718236924 +26,-1.531259555,0.7260958115,22,-1.533378158,0.7276139666,8.6882369829 +27,-1.528926415,0.7260865555,22,-1.533378158,0.7276139666,14.499439754 +28,-1.531226779,0.7245511789,22,-1.533378158,0.7276139666,13.703440425 +29,-1.528904772,0.7245519194,22,-1.533378158,0.7276139666,17.962980159 +30,-1.547195875,0.7409785979,22,-1.533378158,0.7276139666,66.729832084 +31,-1.5451475,0.740980426,22,-1.533378158,0.7276139666,63.249951451 +32,-1.543097679,0.7409798872,22,-1.533378158,0.7276139666,60.162702731 +33,-1.540720364,0.7409892687,22,-1.533378158,0.7276139666,57.20880331 +34,-1.547188511,0.7395198392,22,-1.533378158,0.7276139666,62.248923481 +35,-1.545148587,0.7395226109,22,-1.533378158,0.7276139666,58.517206212 +36,-1.543104538,0.7395314908,22,-1.533378158,0.7276139666,55.201670126 +37,-1.540727751,0.7395306258,22,-1.533378158,0.7276139666,51.919056156 +38,-1.547187029,0.7380014886,22,-1.533378158,0.7276139666,57.84264561 +39,-1.545147315,0.7380012252,22,-1.533378158,0.7276139666,53.790902274 +40,-1.54310719,0.7380060743,22,-1.533378158,0.7276139666,50.148458382 +41,-1.540719671,0.7380068206,22,-1.533378158,0.7276139666,46.495541548 +42,-1.547187189,0.7364799098,22,-1.533378158,0.7276139666,53.744322257 +43,-1.545149996,0.7364853874,22,-1.533378158,0.7276139666,49.372381616 +44,-1.543106091,0.7364823484,22,-1.533378158,0.7276139666,45.336108622 +45,-1.540717158,0.7364893901,22,-1.533378158,0.7276139666,41.272540182 +46,-1.538663972,0.7410138672,22,-1.533378158,0.7276139666,55.305439943 +47,-1.53695285,0.7409699132,22,-1.533378158,0.7276139666,53.936848114 +48,-1.534910498,0.7409641297,22,-1.533378158,0.7276139666,53.071579448 +49,-1.533145034,0.7409536636,22,-1.533378158,0.7276139666,52.842985579 +50,-1.538681336,0.7395405883,22,-1.533378158,0.7276139666,49.751215784 +51,-1.536999189,0.7395183096,22,-1.533378158,0.7276139666,48.341634601 +52,-1.534923633,0.7395144222,22,-1.533378158,0.7276139666,47.35650423 +53,-1.533267822,0.7395654306,22,-1.533378158,0.7276139666,47.34086212 +54,-1.53867273,0.7380151077,22,-1.533378158,0.7276139666,44.049245038 +55,-1.536980576,0.7379994392,22,-1.533378158,0.7276139666,42.482121099 +56,-1.534931522,0.7379944961,22,-1.533378158,0.7276139666,41.370837809 +57,-1.533387952,0.7379480264,22,-1.533378158,0.7276139666,40.933220903 +58,-1.538682279,0.7364914363,22,-1.533378158,0.7276139666,38.479624305 +59,-1.536980704,0.7364810563,22,-1.533378158,0.7276139666,36.691214615 +60,-1.534935567,0.7364752065,22,-1.533378158,0.7276139666,35.398016869 +61,-1.533042592,0.7363876366,22,-1.533378158,0.7276139666,34.766567475 +62,-1.545143426,0.7349628011,22,-1.533378158,0.7276139666,45.282028296 +63,-1.543105297,0.7349691947,22,-1.533378158,0.7276139666,40.880215251 +64,-1.541064533,0.7349647152,22,-1.533378158,0.7276139666,36.895528498 +65,-1.545411803,0.7334624714,22,-1.533378158,0.7276139666,42.391280927 +66,-1.543446606,0.7334780896,22,-1.533378158,0.7276139666,37.707266518 +67,-1.541475327,0.7334957295,22,-1.533378158,0.7276139666,33.367826393 +68,-1.545401939,0.731963266,22,-1.533378158,0.7276139666,39.456050444 +69,-1.54342253,0.7319915583,22,-1.533378158,0.7276139666,34.350102062 +70,-1.541455867,0.7320216438,22,-1.533378158,0.7276139666,29.554247507 +71,-1.545410146,0.7304422281,22,-1.533378158,0.7276139666,37.268394897 +72,-1.543435491,0.7304713664,22,-1.533378158,0.7276139666,31.793698222 +73,-1.541463105,0.7304997613,22,-1.533378158,0.7276139666,26.478290124 +74,-1.545414768,0.7289194936,22,-1.533378158,0.7276139666,35.956438989 +75,-1.543435774,0.7289538557,22,-1.533378158,0.7276139666,30.20188099 +76,-1.541457714,0.7289765881,22,-1.533378158,0.7276139666,24.486472152 +77,-1.539449415,0.7320555866,22,-1.533378158,0.7276139666,25.114674338 +78,-1.537429183,0.7321097681,22,-1.533378158,0.7276139666,21.450597941 +79,-1.535472649,0.7321497267,22,-1.533378158,0.7276139666,19.000251503 +80,-1.539457899,0.7305333307,22,-1.533378158,0.7276139666,21.360690808 +81,-1.537453161,0.7305750503,22,-1.533378158,0.7276139666,16.806873131 +82,-1.535479385,0.7306124949,22,-1.533378158,0.7276139666,13.401255579 +83,-1.53946905,0.7290102593,22,-1.533378158,0.7276139666,18.835508141 +84,-1.537459922,0.7290417293,22,-1.533378158,0.7276139666,13.325494332 +85,-1.535451349,0.7290890157,22,-1.533378158,0.7276139666,8.4671804694 +86,-1.535522937,0.7279887191,22,-1.533378158,0.7276139666,6.5144209267 +87,-1.539442524,0.7274735939,22,-1.533378158,0.7276139666,17.947694758 +88,-1.537424111,0.727521351,22,-1.533378158,0.7276139666,11.973758417 +89,-1.539384641,0.7259505092,22,-1.533378158,0.7276139666,18.961512353 +90,-1.537372391,0.7259947145,22,-1.533378158,0.7276139666,13.450833036 +91,-1.535340789,0.7260435356,22,-1.533378158,0.7276139666,8.511359581 +92,-1.539325716,0.7244369706,22,-1.533378158,0.7276139666,21.650127829 +93,-1.537308932,0.7244801057,22,-1.533378158,0.7276139666,17.019136472 +94,-1.535289068,0.7245247645,22,-1.533378158,0.7276139666,13.482006628 +95,-1.533261366,0.7245550236,22,-1.533378158,0.7276139666,12.121410248 +96,-1.539267302,0.722921924,22,-1.533378158,0.7276139666,25.497441207 +97,-1.537248972,0.7229660258,22,-1.533378158,0.7276139666,21.692884752 +98,-1.535219431,0.7229916471,22,-1.533378158,0.7276139666,19.105089907 +99,-1.53318962,0.7230212049,22,-1.533378158,0.7276139666,18.200509828 +100,-1.531154816,0.7230299897,22,-1.533378158,0.7276139666,19.316001767 +101,-1.528878341,0.7230370244,22,-1.533378158,0.7276139666,22.506690022 +102,-1.539218189,0.7214009878,22,-1.533378158,0.7276139666,30.094599531 +103,-1.537198791,0.7214422745,22,-1.533378158,0.7276139666,26.944890456 +104,-1.535179266,0.7214634354,22,-1.533378158,0.7276139666,24.941077396 +105,-1.533156501,0.7214944644,22,-1.533378158,0.7276139666,24.248262046 +106,-1.53113574,0.7215166021,22,-1.533378158,0.7276139666,25.050680879 +107,-1.528874248,0.7215345535,22,-1.533378158,0.7276139666,27.537503957 +108,-1.539217656,0.7198512397,22,-1.533378158,0.7276139666,35.296689975 +109,-1.537199919,0.7199428763,22,-1.533378158,0.7276139666,32.433346412 +110,-1.545425832,0.727397149,22,-1.533378158,0.7276139666,35.649870225 +111,-1.543371177,0.7273916949,22,-1.533378158,0.7276139666,29.574630016 +112,-1.541368852,0.7274523163,22,-1.533378158,0.7276139666,23.646260373 +113,-1.545349067,0.7258710923,22,-1.533378158,0.7276139666,36.102661722 +114,-1.54332671,0.7258603556,22,-1.533378158,0.7276139666,30.258082176 +115,-1.541346831,0.7259242142,22,-1.533378158,0.7276139666,24.519658613 +116,-1.545324355,0.7243383958,22,-1.533378158,0.7276139666,37.690903968 +117,-1.543292796,0.7243617413,22,-1.533378158,0.7276139666,32.070144978 +118,-1.541295822,0.7244024384,22,-1.533378158,0.7276139666,26.681035464 +119,-1.543193859,0.7205570215,22,-1.533378158,0.7276139666,40.368417619 +120,-1.550257047,0.7386738187,22,-1.533378158,0.7276139666,66.235406329 +121,-1.549335448,0.7311736483,22,-1.533378158,0.7276139666,49.189483481 +122,-1.533478843,0.7179891343,22,-1.533378158,0.7276139666,38.125133969 +123,-1.556150555,0.738907041,22,-1.533378158,0.7276139666,80.574690335 +124,-1.554324226,0.733414257,22,-1.533378158,0.7276139666,65.928622824 +125,-1.554290846,0.7288285332,22,-1.533378158,0.7276139666,62.011188372 +126,-1.55122487,0.7219795312,22,-1.533378158,0.7276139666,57.434555723 +127,-1.525104458,0.7229399862,22,-1.533378158,0.7276139666,30.727366202 +128,-1.519607711,0.7236181429,22,-1.533378158,0.7276139666,43.766307573 +129,-1.513899999,0.7251107854,22,-1.533378158,0.7276139666,58.524766522 +130,-1.536620762,0.7431061895,22,-1.533378158,0.7276139666,62.099468398 +131,-1.5369566,0.7460845958,22,-1.533378158,0.7276139666,73.911323747 +132,-1.545345528,0.7447040685,22,-1.533378158,0.7276139666,76.264840368 +133,-1.532813921,0.7432306626,22,-1.533378158,0.7276139666,61.879928991 +134,-1.554788248,0.7382381001,22,-1.533378158,0.7276139666,75.785056269 +135,-1.540348126,0.7301594274,22,-1.533378158,0.7276139666,22.92902909 +136,-1.538016084,0.7239051786,22,-1.533378158,0.7276139666,20.115502074 +137,-1.525288962,0.7258085137,22,-1.533378158,0.7276139666,24.99150963 +138,-1.534326986,0.731241342,22,-1.533378158,0.7276139666,14.638706771 +139,-1.530733872,0.7303625216,22,-1.533378158,0.7276139666,13.399814445 +141,-1.534354939,0.7328219978,22,-1.533378158,0.7276139666,20.82942866 +142,-1.53157084,0.7292888153,22,-1.533378158,0.7276139666,8.5174623332 +143,-1.525691035,0.7263799874,22,-1.533378158,0.7276139666,23.269566226 +144,-1.534031287,0.7495967835,22,-1.533378158,0.7276139666,87.094943794 +145,-1.527714986,0.7283095957,22,-1.533378158,0.7276139666,16.971235599 +146,-1.526189586,0.7271468292,22,-1.533378158,0.7276139666,21.348031913 +147,-1.555177336,0.7375563366,22,-1.533378158,0.7276139666,75.310169256 +148,-1.555080283,0.7312707794,22,-1.533378158,0.7276139666,65.70450868 +149,-1.53856994,0.7224180299,22,-1.533378158,0.7276139666,25.700313546 +150,-1.530837883,0.729933372,22,-1.533378158,0.7276139666,11.863673387 +151,-1.515066984,0.5854133365,22,-1.533378158,0.7276139666,566.16557709 +152,-1.534731633,0.5368370046,22,-1.533378158,0.7276139666,755.6798244 +153,-1.515231902,0.5607085576,22,-1.533378158,0.7276139666,663.59022303 +154,-2.616253799,1.0684566605,22,-1.533378158,0.7276139666,2853.8944857 +155,-1.956071439,0.5792177723,22,-1.533378158,0.7276139666,1447.0805147 +156,-1.951208514,0.5602434208,22,-1.533378158,0.7276139666,1473.4690502 +157,-1.944675062,0.6062144545,22,-1.533378158,0.7276139666,1362.0387996 +158,-1.613778386,0.6077989518,22,-1.533378158,0.7276139666,536.2294975 +159,-2.035029014,0.6021432345,22,-1.533378158,0.7276139666,1632.0261531 +160,-2.114989471,0.6801825058,22,-1.533378158,0.7276139666,1755.2200051 +161,-2.037382079,0.5765830025,22,-1.533378158,0.7276139666,1685.9776499 +162,-2.129855121,0.6585019963,22,-1.533378158,0.7276139666,1825.8805957 +163,-2.075141798,0.6493615843,22,-1.533378158,0.7276139666,1676.400997 +164,-1.828626729,0.6948433129,22,-1.533378158,0.7276139666,893.92045448 +165,-1.863329418,0.6735427691,22,-1.533378158,0.7276139666,1019.5855258 +166,-1.266037071,0.727988852,22,-1.533378158,0.7276139666,789.5998914 +167,-1.277579582,0.7249010648,22,-1.533378158,0.7276139666,756.70937438 +168,-1.258418684,0.7241194816,22,-1.533378158,0.7276139666,813.5567111 +169,-1.317813974,0.6804850104,22,-1.533378158,0.7276139666,676.37876161 +170,-1.344165204,0.6790988904,22,-1.533378158,0.7276139666,602.53580831 +171,-1.427582102,0.5277120351,22,-1.533378158,0.7276139666,860.80515724 +172,-1.402238616,0.457167829,22,-1.533378158,0.7276139666,1153.4684065 +173,-1.422454264,0.4996161999,22,-1.533378158,0.7276139666,971.17727131 +174,-1.439089277,0.4894859811,22,-1.533378158,0.7276139666,991.18955887 +175,-1.448126995,0.5182330266,22,-1.533378158,0.7276139666,873.11692578 +176,-1.474626146,0.5881926574,22,-1.533378158,0.7276139666,582.00445596 +177,-1.421139645,0.5584869783,22,-1.533378158,0.7276139666,757.96004897 +178,-1.457037165,0.565943032,22,-1.533378158,0.7276139666,684.07766339 +179,-2.757159358,0.3745319,22,-1.533378158,0.7276139666,4240.2866022 +180,-2.714309238,0.342054471,22,-1.533378158,0.7276139666,4191.4369959 +181,-2.000525337,0.774119946,22,-1.533378158,0.7276139666,1359.1148317 +183,-1.571413436,0.6777838382,22,-1.533378158,0.7276139666,228.39848053 +184,-1.552860289,0.6987663893,22,-1.533378158,0.7276139666,128.30334218 +185,-1.521852374,0.7165827476,22,-1.533378158,0.7276139666,55.523738505 +186,-1.503656267,0.6928968252,22,-1.533378158,0.7276139666,163.93593139 +187,-1.502753178,0.7136205882,22,-1.533378158,0.7276139666,106.67526361 +188,-1.631894563,0.7343596465,22,-1.533378158,0.7276139666,291.69968001 +189,-1.653765416,0.6770714026,22,-1.533378158,0.7276139666,415.2325736 +190,-1.719812114,0.6715965947,22,-1.533378158,0.7276139666,606.4729325 +191,-1.493406659,0.6646955447,22,-1.533378158,0.7276139666,277.22489741 +192,-1.469120564,0.6613469966,22,-1.533378158,0.7276139666,327.25806435 +193,-1.590551461,0.5326612937,22,-1.533378158,0.7276139666,793.41263669 +194,-1.625979264,0.5247742243,22,-1.533378158,0.7276139666,856.18607711 +195,-1.572293943,0.5238808754,22,-1.533378158,0.7276139666,816.51563079 +196,-1.610848725,0.5477107964,22,-1.533378158,0.7276139666,753.75043633 +197,-1.208485554,0.7918526018,22,-1.533378158,0.7276139666,964.63933908 +198,-1.335601374,0.6869083083,22,-1.533378158,0.7276139666,616.41120828 +199,-1.346156996,0.6825213377,22,-1.533378158,0.7276139666,591.86068697 +200,-1.324381037,0.6741422347,22,-1.533378158,0.7276139666,666.52719538 +201,-1.242424992,0.7378949807,22,-1.533378158,0.7276139666,856.26579941 +202,-1.270370057,0.7392461008,22,-1.533378158,0.7276139666,774.27070899 +203,-1.448950472,0.7441675014,22,-1.533378158,0.7276139666,256.36554643 +204,-1.492662363,0.7523026852,22,-1.533378158,0.7276139666,154.0940321 +205,-1.479098966,0.7763855017,22,-1.533378158,0.7276139666,248.90701525 +206,-1.633760714,0.7869022408,22,-1.533378158,0.7276139666,372.18624244 +207,-1.647406434,0.8101289331,22,-1.533378158,0.7276139666,460.34175203 +208,-1.564245052,0.5701509278,22,-1.533378158,0.7276139666,631.23005616 +209,-1.646289963,0.6833746083,22,-1.533378158,0.7276139666,382.78301954 +210,-1.5820631,0.6751952144,22,-1.533378158,0.7276139666,254.55018388 +211,-1.613236298,0.6681681791,22,-1.533378158,0.7276139666,337.81148071 +212,-1.914661867,0.8212566515,22,-1.533378158,0.7276139666,1137.0130075 +213,-1.742133237,0.7250275956,22,-1.533378158,0.7276139666,617.78177773 +214,-2.033144872,0.6557314699,22,-1.533378158,0.7276139666,1543.5655229 +215,-2.039551981,0.6964723658,22,-1.533378158,0.7276139666,1515.6260642 +216,-1.247341019,0.7622473908,22,-1.533378158,0.7276139666,842.68580189 +217,-1.298239787,0.7084123392,22,-1.533378158,0.7276139666,704.81683501 +218,-1.308539688,0.6926545592,22,-1.533378158,0.7276139666,688.65672494 +219,-1.303263185,0.6888938396,22,-1.533378158,0.7276139666,708.28990591 +220,-1.852400229,0.6004246149,22,-1.533378158,0.7276139666,1112.2647748 +221,-1.288947707,0.7473773692,22,-1.533378158,0.7276139666,720.0284024 +222,-1.372031502,0.7472790993,22,-1.533378158,0.7276139666,479.16457171 +223,-1.289805721,0.7242157877,22,-1.533378158,0.7276139666,720.89560151 +224,-1.350807603,0.7533498126,22,-1.533378158,0.7276139666,543.06118838 +225,-1.329290365,0.7560442322,22,-1.533378158,0.7276139666,605.98555038 +226,-1.410153004,0.616936428,22,-1.533378158,0.7276139666,580.9683673 +227,-1.393445434,0.6308995063,22,-1.533378158,0.7276139666,576.35068591 +228,-1.37595573,0.6241540638,22,-1.533378158,0.7276139666,635.43541924 +229,-1.358388707,0.6172645205,22,-1.533378158,0.7276139666,695.64272184 +230,-1.753741133,0.8281661666,22,-1.533378158,0.7276139666,737.05267146 +231,-1.47430987,0.6834615681,22,-1.533378158,0.7276139666,249.57850344 +232,-1.421012508,0.7222725206,22,-1.533378158,0.7276139666,333.75197324 +233,-1.4476833,0.6978557868,22,-1.533378158,0.7276139666,282.51073389 +234,-1.470370723,0.6966193374,22,-1.533378158,0.7276139666,225.27636291 +235,-1.429211703,0.7037216883,22,-1.533378158,0.7276139666,325.35626425 +236,-1.700578405,0.6178673663,22,-1.533378158,0.7276139666,675.46095154 +237,-1.678117619,0.6331716163,22,-1.533378158,0.7276139666,581.35176672 +238,-1.725644578,0.6316331145,22,-1.533378158,0.7276139666,702.99014142 +239,-2.14012759,0.7930497945,22,-1.533378158,0.7276139666,1746.7437001 +240,-2.103289431,0.7653606263,22,-1.533378158,0.7276139666,1653.0412922 +241,-1.318739838,0.7017808746,22,-1.533378158,0.7276139666,649.65565799 +242,-1.396417427,0.7077900843,22,-1.533378158,0.7276139666,415.99445385 +243,-1.35650337,0.7185539404,22,-1.533378158,0.7276139666,526.20755303 +244,-1.248884539,0.7274156818,22,-1.533378158,0.7276139666,840.32661476 +245,-1.395014798,0.5761185243,22,-1.533378158,0.7276139666,740.80672953 +246,-1.433377362,0.6064716109,22,-1.533378158,0.7276139666,571.60014546 +247,-1.408172432,0.5903155476,22,-1.533378158,0.7276139666,669.89071742 +248,-1.749645898,0.7757118084,22,-1.533378158,0.7276139666,653.42164207 +249,-1.571626686,0.615046989,22,-1.533378158,0.7276139666,461.34082273 +250,-1.514070049,0.6303003037,22,-1.533378158,0.7276139666,390.01679672 +251,-1.480890369,0.6237966528,22,-1.533378158,0.7276139666,441.97974464 +252,-1.704390658,0.5281680612,22,-1.533378158,0.7276139666,960.09472205 +253,-1.64434733,0.5254277498,22,-1.533378158,0.7276139666,875.786042 +254,-1.703855997,0.4792484842,22,-1.533378158,0.7276139666,1128.2059087 +255,-1.692002383,0.5748825051,22,-1.533378158,0.7276139666,783.69299526 +256,-1.854136457,0.5544643913,22,-1.533378158,0.7276139666,1223.5897979 +257,-1.665021206,0.520317736,22,-1.533378158,0.7276139666,922.79904095 +258,-1.733654349,0.4845187345,22,-1.533378158,0.7276139666,1160.4718694 +259,-1.720938188,0.5135933906,22,-1.533378158,0.7276139666,1039.2487775 +260,-1.742668307,0.553296122,22,-1.533378158,0.7276139666,956.5702491 +261,-1.965659039,0.7142126903,22,-1.533378158,0.7276139666,1282.9199424 +262,-1.944438071,0.6772834804,22,-1.533378158,0.7276139666,1254.5910699 +263,-1.270340967,0.7681487096,22,-1.533378158,0.7276139666,779.35108963 +264,-1.353091884,0.6549276821,22,-1.533378158,0.7276139666,620.36187608 +265,-1.333236659,0.6413584414,22,-1.533378158,0.7276139666,701.96104709 +266,-1.352015998,0.6753788907,22,-1.533378158,0.7276139666,585.98369732 +267,-1.377988483,0.6577816235,22,-1.533378158,0.7276139666,548.0727353 +268,-2.13075611,0.8318642051,22,-1.533378158,0.7276139666,1717.4098923 +269,-2.097910953,0.8259670014,22,-1.533378158,0.7276139666,1628.9202538 +270,-1.416382069,0.6694271549,22,-1.533378158,0.7276139666,422.95827444 +271,-1.538905672,0.7535625993,22,-1.533378158,0.7276139666,104.04486312 +272,-1.572309477,0.7803125099,22,-1.533378158,0.7276139666,237.06000634 +273,-1.87759879,0.7503853417,22,-1.533378158,0.7276139666,1009.4811332 +274,1.152365588,0.590457682,22,-1.533378158,0.7276139666,6965.808275 +275,0.350198001,0.718001859,22,-1.533378158,0.7276139666,5161.6401776 +276,0.046513677,0.491503852,22,-1.533378158,0.7276139666,4982.1801392 +277,0.027510309,0.742571376,22,-1.533378158,0.7276139666,4350.0826948 +278,0.306285725,-0.214631579,22,-1.533378158,0.7276139666,7577.0166438 +279,-1.100564889,0.318051531,22,-1.533378158,0.7276139666,2183.3599684 +280,-1.078582306,0.301437596,22,-1.533378158,0.7276139666,2285.7527105 +281,-1.137371989,-0.617634065,22,-1.533378158,0.7276139666,5519.0248686 +282,0.784356344,0.703272339,22,-1.533378158,0.7276139666,6050.931528 +283,-1.221209947,0.218327455,22,-1.533378158,0.7276139666,2287.2735198 +284,2.347301921,-0.449114658,22,-1.533378158,0.7276139666,9803.5737854 +285,0.246820618,0.830553713,22,-1.533378158,0.7276139666,4650.7577187 +286,0.829414965,0.703288228,22,-1.533378158,0.7276139666,6123.9331071 +287,-1.337537566,0.42332223,22,-1.533378158,0.7276139666,1366.9057282 +288,0.882453706,0.454478077,22,-1.533378158,0.7276139666,7059.5848571 +289,1.575629659,0.416419109,22,-1.533378158,0.7276139666,7910.7561458 +290,-1.039455679,0.229888244,22,-1.533378158,0.7276139666,2602.7818615 +291,0.489558039,0.934482747,22,-1.533378158,0.7276139666,4843.3439254 +292,0.081344504,0.88384514,22,-1.533378158,0.7276139666,4177.8883889 +293,-1.547979814,0.300350308,22,-1.533378158,0.7276139666,1693.1180854 +294,0.040776181,0.168560074,22,-1.533378158,0.7276139666,5788.8958958 +295,-1.130374745,0.563894876,22,-1.533378158,0.7276139666,1424.0697122 +296,1.578326642,0.478507176,22,-1.533378158,0.7276139666,7665.1475256 +297,-1.12861823,-0.291640865,22,-1.533378158,0.7276139666,4300.8408518 +298,0.310524208,0.770885792,22,-1.533378158,0.7276139666,4936.1488967 +299,0.415649091,-0.387246002,22,-1.533378158,0.7276139666,8325.727504 +300,-0.926533878,-0.188022748,22,-1.533378158,0.7276139666,4246.4917876 +301,1.258856172,-0.11716081,22,-1.533378158,0.7276139666,9731.6183713 +302,-1.126050026,0.322941926,22,-1.533378158,0.7276139666,2111.1729223 +303,2.002785835,0.07893892,22,-1.533378158,0.7276139666,8946.0467058 +304,0.440437607,0.746258085,22,-1.533378158,0.7276139666,5276.2485317 +305,-0.030391866,0.214441206,22,-1.533378158,0.7276139666,5460.8075757 +306,0.521557815,-0.058929362,22,-1.533378158,0.7276139666,7792.2627611 +307,-0.097005111,0.13317729,22,-1.533378158,0.7276139666,5474.784935 +308,1.83113859,0.221857587,22,-1.533378158,0.7276139666,8595.8600113 +309,0.222428864,0.099404236,22,-1.533378158,0.7276139666,6502.1624322 +310,-1.702731345,0.8728568183,22,-1.533378158,0.7276139666,739.87699001 +311,-0.418507569,0.278324921,22,-1.533378158,0.7276139666,4153.1042182 +312,-1.41153306,0.339029988,22,-1.533378158,0.7276139666,1592.8800895 +313,0.357560442,0.114788776,22,-1.533378158,0.7276139666,6847.5230059 +314,0.325818979,0.268352149,22,-1.533378158,0.7276139666,6334.6237366 +315,-1.246004659,-0.663679965,22,-1.533378158,0.7276139666,5607.8218265 +316,1.814603087,0.637404484,22,-1.533378158,0.7276139666,6985.5427336 +317,1.843704281,-0.18300445,22,-1.533378158,0.7276139666,10136.373859 +318,1.690644492,-0.211480909,22,-1.533378158,0.7276139666,10379.635465 +319,-1.275451936,0.068109467,22,-1.533378158,0.7276139666,2767.7230211 +320,0.762430171,-0.207594741,22,-1.533378158,0.7276139666,8879.1971197 +321,0.265668905,-0.014647884,22,-1.533378158,0.7276139666,6933.5645996 +322,-2.773032013,-0.335515811,22,-1.533378158,0.7276139666,6181.2533896 +323,-1.469512853,0.174058777,22,-1.533378158,0.7276139666,2203.9035523 +324,0.286276986,0.785925691,22,-1.533378158,0.7276139666,4845.467538 +325,-1.379324697,0.377432233,22,-1.533378158,0.7276139666,1479.0739673 +326,-1.203778265,0.212813032,22,-1.533378158,0.7276139666,2335.8503213 +327,0.579916301,0.611743168,22,-1.533378158,0.7276139666,5958.9626377 +328,0.267582642,0.868113908,22,-1.533378158,0.7276139666,4602.9788976 +329,0.412869244,-0.050245578,22,-1.533378158,0.7276139666,7457.4558727 +330,0.17524381,0.976660285,22,-1.533378158,0.7276139666,4176.7885065 +331,0.743157214,0.204812899,22,-1.533378158,0.7276139666,7591.666764 +332,-1.070758176,0.269382282,22,-1.533378158,0.7276139666,2405.6529077 +333,-1.230364251,0.329790229,22,-1.533378158,0.7276139666,1877.786105 +334,-1.374813124,-0.024926835,22,-1.533378158,0.7276139666,3034.6983696 +335,0.519780566,0.463669906,22,-1.533378158,0.7276139666,6270.9585219 +336,-1.55108034,0.239698561,22,-1.533378158,0.7276139666,1933.5930496 +337,0.180294813,0.029739425,22,-1.533378158,0.7276139666,6565.0149686 +338,0.67820924,0.268170153,22,-1.533378158,0.7276139666,7240.2011272 +339,0.445798684,1.024001867,22,-1.533378158,0.7276139666,4531.5380723 +340,0.691751283,0.150521402,22,-1.533378158,0.7276139666,7636.7037416 +341,-1.036643551,-0.903056181,22,-1.533378158,0.7276139666,6681.3317072 +342,-0.120287036,1.083325163,22,-1.533378158,0.7276139666,3457.8335692 +343,2.823513113,-0.304487164,22,-1.533378158,0.7276139666,8059.0668773 +344,0.457583172,1.12513373,22,-1.533378158,0.7276139666,4289.1279721 +345,0.042918831,0.813795399,22,-1.533378158,0.7276139666,4235.9765624 +346,1.196146777,-0.853142756,22,-1.533378158,0.7276139666,11199.061057 +347,0.206001358,-0.010430701,22,-1.533378158,0.7276139666,6747.2125732 +348,-0.268308653,0.234799412,22,-1.533378158,0.7276139666,4706.4615477 +349,0.759363263,0.736189579,22,-1.533378158,0.7276139666,5901.1643332 +350,0.181363926,0.891988372,22,-1.533378158,0.7276139666,4371.313757 +351,-0.021111158,0.139103292,22,-1.533378158,0.7276139666,5683.63754 +352,-0.093355215,0.630686981,22,-1.533378158,0.7276139666,4280.0350937 +353,0.40118964,0.681375926,22,-1.533378158,0.7276139666,5373.564957 +354,-0.721197315,1.304706234,22,-1.533378158,0.7276139666,2698.5389544 +355,-1.076150317,0.212107639,22,-1.533378158,0.7276139666,2581.3789183 +356,-1.577164531,0.273993443,22,-1.533378158,0.7276139666,1803.0090717 +357,-0.190788414,0.182208586,22,-1.533378158,0.7276139666,5070.3084107 +358,-0.261349752,0.209710184,22,-1.533378158,0.7276139666,4791.0083646 +359,-1.029303852,0.083549259,22,-1.533378158,0.7276139666,3110.9736417 +360,-1.268609162,0.330525297,22,-1.533378158,0.7276139666,1808.411677 +361,1.282982244,-0.926641967,22,-1.533378158,0.7276139666,11274.643515 +362,0.217352334,0.731352408,22,-1.533378158,0.7276139666,4827.8447005 +363,-1.511833084,0.258629297,22,-1.533378158,0.7276139666,1859.1160821 +364,0.338812194,0.823184618,22,-1.533378158,0.7276139666,4860.3997997 +365,-0.324406489,1.134201999,22,-1.533378158,0.7276139666,3069.4403464 +366,1.389579348,0.399185724,22,-1.533378158,0.7276139666,7909.0532877 +367,2.047152199,-0.039082036,22,-1.533378158,0.7276139666,9301.2867029 +368,0.947780369,0.568250077,22,-1.533378158,0.7276139666,6774.8286968 +369,0.763824846,0.576754987,22,-1.533378158,0.7276139666,6432.2728911 +370,-0.142334657,0.928153068,22,-1.533378158,0.7276139666,3611.1122436 +371,0.610266567,0.547265983,22,-1.533378158,0.7276139666,6220.2139662 +372,0.210731629,0.746815056,22,-1.533378158,0.7276139666,4774.6941488 +373,-1.34931644,0.316895224,22,-1.533378158,0.7276139666,1741.9424986 +374,2.407696481,0.655030745,22,-1.533378158,0.7276139666,6252.2324929 +375,0.64207831,0.545359131,22,-1.533378158,0.7276139666,6292.9982211 +376,1.174597538,0.840588356,22,-1.533378158,0.7276139666,6049.5463678 +377,0.660059424,0.010604079,22,-1.533378158,0.7276139666,7975.6423588 +378,-0.730263819,0.010486456,22,-1.533378158,0.7276139666,4030.0592952 +379,0.831068936,0.512339172,22,-1.533378158,0.7276139666,6770.2321939 +380,1.301180979,0.72367476,22,-1.533378158,0.7276139666,6591.0407896 +381,1.811128231,0.322854402,22,-1.533378158,0.7276139666,8216.9264297 +382,0.435105812,0.992284428,22,-1.533378158,0.7276139666,4597.3952782 +383,0.62643634,0.592027932,22,-1.533378158,0.7276139666,6115.3835712 +384,0.492988703,-0.516339467,22,-1.533378158,0.7276139666,8841.0091132 +385,-0.162469483,0.112549365,22,-1.533378158,0.7276139666,5335.0475801 +386,0.314630866,0.472006421,22,-1.533378158,0.7276139666,5743.9620353 +387,0.166744804,0.822815954,22,-1.533378158,0.7276139666,4496.0998035 +388,0.417159608,0.965805736,22,-1.533378158,0.7276139666,4636.72552 +389,0.106334961,0.868774244,22,-1.533378158,0.7276139666,4263.1104976 +390,0.815086969,-0.338144359,22,-1.533378158,0.7276139666,9376.8384865 +391,0.59867455,-0.230624824,22,-1.533378158,0.7276139666,8476.5884714 +392,1.915104874,0.066220985,22,-1.533378158,0.7276139666,9110.4372233 +393,1.278093622,0.064463721,22,-1.533378158,0.7276139666,9088.3253349 +394,-0.061477853,0.302997961,22,-1.533378158,0.7276139666,5143.8502714 +395,0.251311504,0.626976942,22,-1.533378158,0.7276139666,5172.5293202 +396,2.950242872,0.149095644,22,-1.533378158,0.7276139666,6494.1623375 +397,-0.180294708,0.35375117,22,-1.533378158,0.7276139666,4670.6119875 +398,1.010448592,-0.351180233,22,-1.533378158,0.7276139666,9950.8721221 +399,-1.748740498,0.3686318073,22,-1.533378158,0.7276139666,1593.5109416 +400,2.699635665,0.123533791,22,-1.533378158,0.7276139666,7263.1353394 +401,0.496808033,0.823843254,22,-1.533378158,0.7276139666,5167.553526 +402,0.129574704,0.763364087,22,-1.533378158,0.7276139666,4547.8832528 +403,1.798920311,0.817447563,22,-1.533378158,0.7276139666,6287.1672573 +404,0.335987953,0.746786541,22,-1.533378158,0.7276139666,5054.0934195 +405,-1.085413643,0.292154671,22,-1.533378158,0.7276139666,2299.8845862 +406,-0.155321003,0.508207011,22,-1.533378158,0.7276139666,4379.2574004 +407,0.620529244,-0.301175104,22,-1.533378158,0.7276139666,8721.4083665 +408,1.684402744,0.368716966,22,-1.533378158,0.7276139666,8092.2889561 +409,0.300582244,-0.386397212,22,-1.533378158,0.7276139666,7985.1052541 +410,2.913555946,-0.009225192,22,-1.533378158,0.7276139666,7027.7487002 +411,1.465101417,0.493232532,22,-1.533378158,0.7276139666,7579.7585026 +412,0.090612882,0.907955955,22,-1.533378158,0.7276139666,4148.761402 +413,2.987564726,-0.729568594,22,-1.533378158,0.7276139666,8525.0627314 +414,-1.484261606,0.224149272,22,-1.533378158,0.7276139666,2001.4205301 +415,0.164073421,0.303955133,22,-1.533378158,0.7276139666,5789.1000893 +416,0.141441293,0.167552546,22,-1.533378158,0.7276139666,6085.393094 +417,2.931321023,-0.506718887,22,-1.533378158,0.7276139666,8217.8973443 +418,2.21951565,0.700596356,22,-1.533378158,0.7276139666,6375.3326826 +419,0.268112576,1.199114336,22,-1.533378158,0.7276139666,3878.7276228 +420,0.978913739,0.359223811,22,-1.533378158,0.7276139666,7559.7607128 +421,1.210898818,0.522863584,22,-1.533378158,0.7276139666,7282.1051281 +422,2.347397336,0.129231362,22,-1.533378158,0.7276139666,8122.2222974 +423,0.614394501,0.556878345,22,-1.533378158,0.7276139666,6199.2694121 +424,-1.398079356,0.148483366,22,-1.533378158,0.7276139666,2342.334318 +425,2.535303836,-0.112984496,22,-1.533378158,0.7276139666,8389.4317316 +426,-1.019372593,-0.405322349,22,-1.533378158,0.7276139666,4867.4570173 +427,-1.297785627,-0.160104069,22,-1.533378158,0.7276139666,3619.1725678 +428,2.144554488,0.205051084,22,-1.533378158,0.7276139666,8264.1167263 +429,-2.242387083,-0.426171285,22,-1.533378158,0.7276139666,5257.1712015 +430,0.338637212,0.909723676,22,-1.533378158,0.7276139666,4639.5280374 +431,-0.148798452,0.691042401,22,-1.533378158,0.7276139666,4007.3100695 +432,0.893524764,0.441829531,22,-1.533378158,0.7276139666,7122.782476 +433,0.969229347,-0.368847936,22,-1.533378158,0.7276139666,9887.718686 +434,0.436043248,0.800045688,22,-1.533378158,0.7276139666,5117.6425889 +435,1.687946607,1.081504775,22,-1.533378158,0.7276139666,5273.3834164 +436,0.522302046,-0.034889271,22,-1.533378158,0.7276139666,7727.6934714 +437,-0.178996113,-0.438090009,22,-1.533378158,0.7276139666,6766.0111754 +438,-1.094339566,0.301444068,22,-1.533378158,0.7276139666,2250.2296174 +439,-1.064070054,0.242569932,22,-1.533378158,0.7276139666,2507.1609877 +440,-1.068153768,0.230387998,22,-1.533378158,0.7276139666,2538.0560769 +441,-3.00496892,-0.23989155,22,-1.533378158,0.7276139666,6563.7066556 +442,0.21751974,0.766874888,22,-1.533378158,0.7276139666,4741.22264 +443,0.117229532,0.007619006,22,-1.533378158,0.7276139666,6437.7786346 +444,0.777758451,0.420554741,22,-1.533378158,0.7276139666,6972.2362389 +445,-0.252356999,0.250747086,22,-1.533378158,0.7276139666,4713.2818131 +446,0.363148444,0.768483434,22,-1.533378158,0.7276139666,5054.5867745 +447,0.903191366,-0.118210676,22,-1.533378158,0.7276139666,8989.3627893 +448,-0.205755923,0.149406178,22,-1.533378158,0.7276139666,5110.9913102 +449,1.811996086,0.02364353,22,-1.533378158,0.7276139666,9379.5264919 +450,-1.100670221,0.314845373,22,-1.533378158,0.7276139666,2193.3137021 +451,0.340078597,0.850105132,22,-1.533378158,0.7276139666,4793.5992243 +452,0.258757267,0.804969236,22,-1.533378158,0.7276139666,4738.6905772 +453,2.78505352,-0.155160804,22,-1.533378158,0.7276139666,7791.5519942 +454,0.800551619,0.105822106,22,-1.533378158,0.7276139666,8039.8722558 +455,0.437940882,-0.506194031,22,-1.533378158,0.7276139666,8658.7227614 +456,2.230431122,0.63458615,22,-1.533378158,0.7276139666,6596.3245244 +457,0.527965361,0.127667701,22,-1.533378158,0.7276139666,7281.2550009 +458,-0.063643205,0.702093448,22,-1.533378158,0.7276139666,4206.9355976 +459,1.408447268,0.133010502,22,-1.533378158,0.7276139666,8958.6469245 +460,0.523795955,0.280266966,22,-1.533378158,0.7276139666,6824.1978102 +461,-0.975769313,0.072177659,22,-1.533378158,0.7276139666,3260.258029 +462,0.549774164,-0.463663986,22,-1.533378158,0.7276139666,8895.5253412 +463,0.29245874,1.095549818,22,-1.533378158,0.7276139666,4124.207097 +464,0.143625958,0.816809593,22,-1.533378158,0.7276139666,4458.4958558 +465,0.671902494,0.611159853,22,-1.533378158,0.7276139666,6146.205814 +466,1.239840988,0.6724199,22,-1.533378158,0.7276139666,6741.2798284 +467,0.607829703,-0.10932137,22,-1.533378158,0.7276139666,8175.2459924 +468,1.763020906,0.263996692,22,-1.533378158,0.7276139666,8475.4128901 +469,0.378714634,0.726066797,22,-1.533378158,0.7276139666,5201.9575722 +470,2.196736143,-0.153862366,22,-1.533378158,0.7276139666,9381.4391752 +471,0.01702415,0.148991565,22,-1.533378158,0.7276139666,5770.2384756 +472,-2.998490902,-0.158002487,22,-1.533378158,0.7276139666,6328.3159139 +473,-3.051262951,-0.346595608,22,-1.533378158,0.7276139666,6974.2125512 +474,-1.069176439,0.182802941,22,-1.533378158,0.7276139666,2693.8192946 +475,0.167157509,0.595344954,22,-1.533378158,0.7276139666,5044.1216812 +476,0.613855648,0.681746124,22,-1.533378158,0.7276139666,5812.9427976 +477,1.037012736,0.682555367,22,-1.533378158,0.7276139666,6491.2769413 +478,-1.253574971,0.379755746,22,-1.533378158,0.7276139666,1663.1990258 +479,3.108590453,-0.132620738,22,-1.533378158,0.7276139666,6778.4073701 +480,0.565301296,0.022333262,22,-1.533378158,0.7276139666,7685.7415807 +481,0.547898238,0.855555614,22,-1.533378158,0.7276139666,5168.5162732 +482,0.948309381,0.417393755,22,-1.533378158,0.7276139666,7303.6675785 +483,-0.050600732,0.945269213,22,-1.533378158,0.7276139666,3782.8242153 +484,-0.977651478,-0.572363064,22,-1.533378158,0.7276139666,5532.9813456 +485,1.102014914,0.728861163,22,-1.533378158,0.7276139666,6397.1226212 +486,2.927300795,-0.282939414,22,-1.533378158,0.7276139666,7698.7932171 +487,-1.154565557,0.124434095,22,-1.533378158,0.7276139666,2734.6014553 +488,1.855331234,0.291044755,22,-1.533378158,0.7276139666,8308.61239 +489,0.830290659,0.276904518,22,-1.533378158,0.7276139666,7553.5477044 +490,0.485104466,-0.234867441,22,-1.533378158,0.7276139666,8156.2383191 +491,0.521367572,-0.33161327,22,-1.533378158,0.7276139666,8505.264989 +1,-1.539031704,0.7349710123,23,-1.531340368,0.7276446587,36.828093192 +2,-1.536990553,0.7349663874,23,-1.531340368,0.7276446587,33.444829338 +3,-1.534951779,0.7349571355,23,-1.531340368,0.7276446587,30.859602268 +4,-1.532906461,0.7349480293,23,-1.531340368,0.7276446587,29.294790655 +5,-1.531320211,0.7346937278,23,-1.531340368,0.7276446587,27.921426036 +6,-1.539451648,0.7335131775,23,-1.531340368,0.7276446587,33.360694696 +7,-1.537429487,0.7335445708,23,-1.531340368,0.7276446587,29.475620233 +8,-1.535484998,0.7335658704,23,-1.531340368,0.7276446587,26.449567571 +9,-1.533488396,0.7336036027,23,-1.531340368,0.7276446587,24.439151942 +10,-1.531497785,0.7335842962,23,-1.531340368,0.7276446587,23.53148665 +11,-1.530259379,0.7334777758,23,-1.531340368,0.7276446587,23.324024279 +12,-1.5335454,0.7322346912,23,-1.531340368,0.7276446587,19.311067275 +13,-1.531489083,0.7322238773,23,-1.531340368,0.7276446587,18.143596126 +14,-1.530011122,0.7321679851,23,-1.531340368,0.7276446587,18.341513173 +15,-1.53348106,0.7306614094,23,-1.531340368,0.7276446587,13.519294575 +16,-1.531441779,0.7306962275,23,-1.531340368,0.7276446587,12.090974944 +17,-1.529755654,0.7306933243,23,-1.531340368,0.7276446587,12.951277087 +18,-1.533415048,0.7291384674,23,-1.531340368,0.7276446587,8.5216312344 +19,-1.531392093,0.7291705353,23,-1.531340368,0.7276446587,6.0459307209 +20,-1.529296523,0.7291214933,23,-1.531340368,0.7276446587,8.409404679 +21,-1.535280942,0.727267644,23,-1.531340368,0.7276446587,11.752838261 +22,-1.533378158,0.7276139666,23,-1.531340368,0.7276446587,6.0287808827 +23,-1.531340368,0.7276446587,23,-1.531340368,0.7276446587,3.0147844343 +24,-1.528960113,0.7276398177,23,-1.531340368,0.7276446587,7.0404760784 +25,-1.533313146,0.7260818349,23,-1.531340368,0.7276446587,8.5098213018 +26,-1.531259555,0.7260958115,23,-1.531340368,0.7276446587,6.1396452857 +27,-1.528926415,0.7260865555,23,-1.531340368,0.7276446587,9.4414562024 +28,-1.531226779,0.7245511789,23,-1.531340368,0.7276446587,12.257891758 +29,-1.528904772,0.7245519194,23,-1.531340368,0.7276446587,14.216647862 +30,-1.547195875,0.7409785979,23,-1.531340368,0.7276446587,70.446224308 +31,-1.5451475,0.740980426,23,-1.531340368,0.7276446587,66.619838338 +32,-1.543097679,0.7409798872,23,-1.531340368,0.7276446587,63.126803632 +33,-1.540720364,0.7409892687,23,-1.531340368,0.7276446587,59.619913727 +34,-1.547188511,0.7395198392,23,-1.531340368,0.7276446587,66.23116711 +35,-1.545148587,0.7395226109,23,-1.531340368,0.7276446587,62.160678074 +36,-1.543104538,0.7395314908,23,-1.531340368,0.7276446587,58.436310688 +37,-1.540727751,0.7395306258,23,-1.531340368,0.7276446587,54.583254772 +38,-1.547187029,0.7380014886,23,-1.531340368,0.7276446587,62.125209476 +39,-1.545147315,0.7380012252,23,-1.531340368,0.7276446587,57.751112874 +40,-1.54310719,0.7380060743,23,-1.531340368,0.7276446587,53.707853831 +41,-1.540719671,0.7380068206,23,-1.531340368,0.7276446587,49.46887096 +42,-1.547187189,0.7364799098,23,-1.531340368,0.7276446587,58.347363947 +43,-1.545149996,0.7364853874,23,-1.531340368,0.7276446587,53.679946541 +44,-1.543106091,0.7364823484,23,-1.531340368,0.7276446587,49.264397513 +45,-1.540717158,0.7364893901,23,-1.531340368,0.7276446587,44.615408761 +46,-1.538663972,0.7410138672,23,-1.531340368,0.7276446587,57.165625384 +47,-1.53695285,0.7409699132,23,-1.531340368,0.7276446587,55.300728851 +48,-1.534910498,0.7409641297,23,-1.531340368,0.7276446587,53.792503083 +49,-1.533145034,0.7409536636,23,-1.531340368,0.7276446587,52.983325496 +50,-1.538681336,0.7395405883,23,-1.531340368,0.7276446587,51.833673342 +51,-1.536999189,0.7395183096,23,-1.531340368,0.7276446587,49.891353191 +52,-1.534923633,0.7395144222,23,-1.531340368,0.7276446587,48.183580917 +53,-1.533267822,0.7395654306,23,-1.531340368,0.7276446587,47.557464055 +54,-1.53867273,0.7380151077,23,-1.531340368,0.7276446587,46.404269418 +55,-1.536980576,0.7379994392,23,-1.531340368,0.7276446587,44.249238194 +56,-1.534931522,0.7379944961,23,-1.531340368,0.7276446587,42.33712926 +57,-1.533387952,0.7379480264,23,-1.531340368,0.7276446587,41.254484347 +58,-1.538682279,0.7364914363,23,-1.531340368,0.7276446587,41.180269728 +59,-1.536980704,0.7364810563,23,-1.531340368,0.7276446587,38.745335174 +60,-1.534935567,0.7364752065,23,-1.531340368,0.7276446587,36.546370675 +61,-1.533042592,0.7363876366,23,-1.531340368,0.7276446587,34.992199782 +62,-1.545143426,0.7349628011,23,-1.531340368,0.7276446587,49.962211679 +63,-1.543105297,0.7349691947,23,-1.531340368,0.7276446587,45.219010039 +64,-1.541064533,0.7349647152,23,-1.531340368,0.7276446587,40.774643099 +65,-1.545411803,0.7334624714,23,-1.531340368,0.7276446587,47.480060487 +66,-1.543446606,0.7334780896,23,-1.531340368,0.7276446587,42.537711301 +67,-1.541475327,0.7334957295,23,-1.531340368,0.7276446587,37.829822831 +68,-1.545401939,0.731963266,23,-1.531340368,0.7276446587,44.898026153 +69,-1.54342253,0.7319915583,23,-1.531340368,0.7276446587,39.606193249 +70,-1.541455867,0.7320216438,23,-1.531340368,0.7276446587,34.529612858 +71,-1.545410146,0.7304422281,23,-1.531340368,0.7276446587,43.015980164 +72,-1.543435491,0.7304713664,23,-1.531340368,0.7276446587,37.443568463 +73,-1.541463105,0.7304997613,23,-1.531340368,0.7276446587,31.970368306 +74,-1.545414768,0.7289194936,23,-1.531340368,0.7276446587,41.911453901 +75,-1.543435774,0.7289538557,23,-1.531340368,0.7276446587,36.129508394 +76,-1.541457714,0.7289765881,23,-1.531340368,0.7276446587,30.369523524 +77,-1.539449415,0.7320555866,23,-1.531340368,0.7276446587,29.635972356 +78,-1.537429183,0.7321097681,23,-1.531340368,0.7276446587,25.216370365 +79,-1.535472649,0.7321497267,23,-1.531340368,0.7276446587,21.615313535 +80,-1.539457899,0.7305333307,23,-1.531340368,0.7276446587,26.569429457 +81,-1.537453161,0.7305750503,23,-1.531340368,0.7276446587,21.465943204 +82,-1.535479385,0.7306124949,23,-1.531340368,0.7276446587,16.961082316 +83,-1.53946905,0.7290102593,23,-1.531340368,0.7276446587,24.63005639 +84,-1.537459922,0.7290417293,23,-1.531340368,0.7276446587,18.916935859 +85,-1.535451349,0.7290890157,23,-1.531340368,0.7276446587,13.431229572 +86,-1.535522937,0.7279887191,23,-1.531340368,0.7276446587,12.444355473 +87,-1.539442524,0.7274735939,23,-1.531340368,0.7276446587,23.976326721 +88,-1.537424111,0.727521351,23,-1.531340368,0.7276446587,18.002396043 +89,-1.539384641,0.7259505092,23,-1.531340368,0.7276446587,24.739156489 +90,-1.537372391,0.7259947145,23,-1.531340368,0.7276446587,19.013395077 +91,-1.535340789,0.7260435356,23,-1.531340368,0.7276446587,13.432513046 +92,-1.539325716,0.7244369706,23,-1.531340368,0.7276446587,26.849633177 +93,-1.537308932,0.7244801057,23,-1.531340368,0.7276446587,21.671772817 +94,-1.535289068,0.7245247645,23,-1.531340368,0.7276446587,17.015013909 +95,-1.533261366,0.7245550236,23,-1.531340368,0.7276446587,13.496066929 +96,-1.539267302,0.722921924,23,-1.531340368,0.7276446587,30.033251465 +97,-1.537248972,0.7229660258,23,-1.531340368,0.7276446587,25.497936064 +98,-1.535219431,0.7229916471,23,-1.531340368,0.7276446587,21.722710783 +99,-1.53318962,0.7230212049,23,-1.531340368,0.7276446587,19.116121018 +100,-1.531154816,0.7230299897,23,-1.531340368,0.7276446587,18.28697567 +101,-1.528878341,0.7230370244,23,-1.531340368,0.7276446587,19.655594553 +102,-1.539218189,0.7214009878,23,-1.531340368,0.7276446587,34.023491383 +103,-1.537198791,0.7214422745,23,-1.531340368,0.7276446587,30.091439167 +104,-1.535179266,0.7214634354,23,-1.531340368,0.7276446587,27.001835481 +105,-1.533156501,0.7214944644,23,-1.531340368,0.7276446587,24.949325948 +106,-1.53113574,0.7215166021,23,-1.531340368,0.7276446587,24.280818249 +107,-1.528874248,0.7215345535,23,-1.531340368,0.7276446587,25.28320154 +108,-1.539217656,0.7198512397,23,-1.531340368,0.7276446587,38.724392384 +109,-1.537199919,0.7199428763,23,-1.531340368,0.7276446587,35.115571255 +110,-1.545425832,0.727397149,23,-1.531340368,0.7276446587,41.678649627 +111,-1.543371177,0.7273916949,23,-1.531340368,0.7276446587,35.603332191 +112,-1.541368852,0.7274523163,23,-1.531340368,0.7276446587,29.675010471 +113,-1.545349067,0.7258710923,23,-1.531340368,0.7276446587,42.059009623 +114,-1.54332671,0.7258603556,23,-1.531340368,0.7276446587,36.17889151 +115,-1.541346831,0.7259242142,23,-1.531340368,0.7276446587,30.394022324 +116,-1.545324355,0.7243383958,23,-1.531340368,0.7276446587,43.444055869 +117,-1.543292796,0.7243617413,23,-1.531340368,0.7276446587,37.717456705 +118,-1.541295822,0.7244024384,23,-1.531340368,0.7276446587,32.164202158 +119,-1.543193859,0.7205570215,23,-1.531340368,0.7276446587,45.001692367 +120,-1.550257047,0.7386738187,23,-1.531340368,0.7276446587,70.769276122 +121,-1.549335448,0.7311736483,23,-1.531340368,0.7276446587,54.950230664 +122,-1.533478843,0.7179891343,23,-1.531340368,0.7276446587,38.769482807 +123,-1.556150555,0.738907041,23,-1.531340368,0.7276446587,85.563041653 +124,-1.554324226,0.733414257,23,-1.531340368,0.7276446587,71.554484263 +125,-1.554290846,0.7288285332,23,-1.531340368,0.7276446587,68.009436013 +126,-1.55122487,0.7219795312,23,-1.531340368,0.7276446587,63.088413818 +127,-1.525104458,0.7229399862,23,-1.531340368,0.7276446587,26.247043907 +128,-1.519607711,0.7236181429,23,-1.531340368,0.7276446587,38.249264294 +129,-1.513899999,0.7251107854,23,-1.531340368,0.7276446587,52.610063962 +130,-1.536620762,0.7431061895,23,-1.531340368,0.7276446587,63.176593835 +131,-1.5369566,0.7460845958,23,-1.531340368,0.7276446587,74.875372384 +132,-1.545345528,0.7447040685,23,-1.531340368,0.7276446587,79.093668549 +133,-1.532813921,0.7432306626,23,-1.531340368,0.7276446587,61.887682629 +134,-1.554788248,0.7382381001,23,-1.531340368,0.7276446587,80.778628143 +135,-1.540348126,0.7301594274,23,-1.531340368,0.7276446587,28.416696314 +136,-1.538016084,0.7239051786,23,-1.531340368,0.7276446587,24.710098783 +137,-1.525288962,0.7258085137,23,-1.531340368,0.7276446587,19.333875199 +138,-1.534326986,0.731241342,23,-1.531340368,0.7276446587,16.75560333 +139,-1.530733872,0.7303625216,23,-1.531340368,0.7276446587,10.913541325 +141,-1.534354939,0.7328219978,23,-1.531340368,0.7276446587,22.353842664 +142,-1.53157084,0.7292888153,23,-1.531340368,0.7276446587,6.5480333433 +143,-1.525691035,0.7263799874,23,-1.531340368,0.7276446587,17.453589131 +144,-1.534031287,0.7495967835,23,-1.531340368,0.7276446587,87.308739911 +145,-1.527714986,0.7283095957,23,-1.531340368,0.7276446587,11.038963594 +146,-1.526189586,0.7271468292,23,-1.531340368,0.7276446587,15.365659787 +147,-1.555177336,0.7375563366,23,-1.531340368,0.7276446587,80.425895128 +148,-1.555080283,0.7312707794,23,-1.531340368,0.7276446587,71.560944588 +149,-1.53856994,0.7224180299,23,-1.531340368,0.7276446587,29.799314624 +150,-1.530837883,0.729933372,23,-1.531340368,0.7276446587,9.1863750217 +151,-1.515066984,0.5854133365,23,-1.531340368,0.7276446587,565.67642858 +152,-1.534731633,0.5368370046,23,-1.531340368,0.7276446587,755.86618171 +153,-1.515231902,0.5607085576,23,-1.531340368,0.7276446587,663.1868862 +154,-2.616253799,1.0684566605,23,-1.531340368,0.7276446587,2857.6870026 +155,-1.956071439,0.5792177723,23,-1.531340368,0.7276446587,1452.9081625 +156,-1.951208514,0.5602434208,23,-1.531340368,0.7276446587,1479.2112892 +157,-1.944675062,0.6062144545,23,-1.531340368,0.7276446587,1367.9417745 +158,-1.613778386,0.6077989518,23,-1.531340368,0.7276446587,539.30845819 +159,-2.035029014,0.6021432345,23,-1.531340368,0.7276446587,1638.0091672 +160,-2.114989471,0.6801825058,23,-1.531340368,0.7276446587,1761.2133414 +161,-2.037382079,0.5765830025,23,-1.531340368,0.7276446587,1691.9126354 +162,-2.129855121,0.6585019963,23,-1.531340368,0.7276446587,1831.8947318 +163,-2.075141798,0.6493615843,23,-1.531340368,0.7276446587,1682.4290834 +164,-1.828626729,0.6948433129,23,-1.531340368,0.7276446587,899.94708387 +165,-1.863329418,0.6735427691,23,-1.531340368,0.7276446587,1025.5944203 +166,-1.266037071,0.727988852,23,-1.531340368,0.7276446587,783.5860892 +167,-1.277579582,0.7249010648,23,-1.531340368,0.7276446587,750.68826179 +168,-1.258418684,0.7241194816,23,-1.531340368,0.7276446587,807.53673408 +169,-1.317813974,0.6804850104,23,-1.531340368,0.7276446587,670.50899992 +170,-1.344165204,0.6790988904,23,-1.531340368,0.7276446587,596.74905835 +171,-1.427582102,0.5277120351,23,-1.531340368,0.7276446587,858.38601975 +172,-1.402238616,0.457167829,23,-1.531340368,0.7276446587,1151.132793 +173,-1.422454264,0.4996161999,23,-1.531340368,0.7276446587,968.89536764 +174,-1.439089277,0.4894859811,23,-1.531340368,0.7276446587,989.3015973 +175,-1.448126995,0.5182330266,23,-1.531340368,0.7276446587,871.21454105 +176,-1.474626146,0.5881926574,23,-1.531340368,0.7276446587,580.13979406 +177,-1.421139645,0.5584869783,23,-1.531340368,0.7276446587,755.07693032 +178,-1.457037165,0.565943032,23,-1.531340368,0.7276446587,681.95926095 +179,-2.757159358,0.3745319,23,-1.531340368,0.7276446587,4246.289719 +180,-2.714309238,0.342054471,23,-1.531340368,0.7276446587,4197.4620844 +181,-2.000525337,0.774119946,23,-1.531340368,0.7276446587,1364.848776 +183,-1.571413436,0.6777838382,23,-1.531340368,0.7276446587,231.66051711 +184,-1.552860289,0.6987663893,23,-1.531340368,0.7276446587,131.29748245 +185,-1.521852374,0.7165827476,23,-1.531340368,0.7276446587,52.107374063 +186,-1.503656267,0.6928968252,23,-1.531340368,0.7276446587,160.79045077 +187,-1.502753178,0.7136205882,23,-1.531340368,0.7276446587,101.6079377 +188,-1.631894563,0.7343596465,23,-1.531340368,0.7276446587,297.66614047 +189,-1.653765416,0.6770714026,23,-1.531340368,0.7276446587,420.68852799 +190,-1.719812114,0.6715965947,23,-1.531340368,0.7276446587,612.24863042 +191,-1.493406659,0.6646955447,23,-1.531340368,0.7276446587,274.67991038 +192,-1.469120564,0.6613469966,23,-1.531340368,0.7276446587,323.69210538 +193,-1.590551461,0.5326612937,23,-1.531340368,0.7276446587,795.04653817 +194,-1.625979264,0.5247742243,23,-1.531340368,0.7276446587,858.56928863 +195,-1.572293943,0.5238808754,23,-1.531340368,0.7276446587,817.6527787 +196,-1.610848725,0.5477107964,23,-1.531340368,0.7276446587,755.99418808 +197,-1.208485554,0.7918526018,23,-1.531340368,0.7276446587,958.98992308 +198,-1.335601374,0.6869083083,23,-1.531340368,0.7276446587,610.52918985 +199,-1.346156996,0.6825213377,23,-1.531340368,0.7276446587,586.04526297 +200,-1.324381037,0.6741422347,23,-1.531340368,0.7276446587,660.72726428 +201,-1.242424992,0.7378949807,23,-1.531340368,0.7276446587,850.28364168 +202,-1.270370057,0.7392461008,23,-1.531340368,0.7276446587,768.29054262 +203,-1.448950472,0.7441675014,23,-1.531340368,0.7276446587,250.5537134 +204,-1.492662363,0.7523026852,23,-1.531340368,0.7276446587,149.45532852 +205,-1.479098966,0.7763855017,23,-1.531340368,0.7276446587,245.13735402 +206,-1.633760714,0.7869022408,23,-1.531340368,0.7276446587,376.67092927 +207,-1.647406434,0.8101289331,23,-1.531340368,0.7276446587,464.34854829 +208,-1.564245052,0.5701509278,23,-1.531340368,0.7276446587,632.36835809 +209,-1.646289963,0.6833746083,23,-1.531340368,0.7276446587,388.30197623 +210,-1.5820631,0.6751952144,23,-1.531340368,0.7276446587,258.26118352 +211,-1.613236298,0.6681681791,23,-1.531340368,0.7276446587,342.3508489 +212,-1.914661867,0.8212566515,23,-1.531340368,0.7276446587,1142.3575975 +213,-1.742133237,0.7250275956,23,-1.531340368,0.7276446587,623.79430782 +214,-2.033144872,0.6557314699,23,-1.531340368,0.7276446587,1549.594297 +215,-2.039551981,0.6964723658,23,-1.531340368,0.7276446587,1521.6192587 +216,-1.247341019,0.7622473908,23,-1.531340368,0.7276446587,836.82904071 +217,-1.298239787,0.7084123392,23,-1.531340368,0.7276446587,698.79589901 +218,-1.308539688,0.6926545592,23,-1.531340368,0.7276446587,682.69512073 +219,-1.303263185,0.6888938396,23,-1.531340368,0.7276446587,702.34158536 +220,-1.852400229,0.6004246149,23,-1.531340368,0.7276446587,1117.9399792 +221,-1.288947707,0.7473773692,23,-1.531340368,0.7276446587,714.08707922 +222,-1.372031502,0.7472790993,23,-1.531340368,0.7276446587,473.25304574 +223,-1.289805721,0.7242157877,23,-1.531340368,0.7276446587,714.87209618 +224,-1.350807603,0.7533498126,23,-1.531340368,0.7276446587,537.19155657 +225,-1.329290365,0.7560442322,23,-1.531340368,0.7276446587,600.12318483 +226,-1.410153004,0.616936428,23,-1.531340368,0.7276446587,576.94222835 +227,-1.393445434,0.6308995063,23,-1.531340368,0.7276446587,571.76101358 +228,-1.37595573,0.6241540638,23,-1.531340368,0.7276446587,630.72211472 +229,-1.358388707,0.6172645205,23,-1.531340368,0.7276446587,690.82768742 +230,-1.753741133,0.8281661666,23,-1.531340368,0.7276446587,741.80207499 +231,-1.47430987,0.6834615681,23,-1.531340368,0.7276446587,245.31951409 +232,-1.421012508,0.7222725206,23,-1.531340368,0.7276446587,327.7299494 +233,-1.4476833,0.6978557868,23,-1.531340368,0.7276446587,277.02402334 +234,-1.470370723,0.6966193374,23,-1.531340368,0.7276446587,220.24596459 +235,-1.429211703,0.7037216883,23,-1.531340368,0.7276446587,319.56908126 +236,-1.700578405,0.6178673663,23,-1.531340368,0.7276446587,680.36359383 +237,-1.678117619,0.6331716163,23,-1.531340368,0.7276446587,586.23104161 +238,-1.725644578,0.6316331145,23,-1.531340368,0.7276446587,708.32197027 +239,-2.14012759,0.7930497945,23,-1.531340368,0.7276446587,1752.3511667 +240,-2.103289431,0.7653606263,23,-1.531340368,0.7276446587,1658.7931671 +241,-1.318739838,0.7017808746,23,-1.531340368,0.7276446587,643.66217664 +242,-1.396417427,0.7077900843,23,-1.531340368,0.7276446587,410.04904424 +243,-1.35650337,0.7185539404,23,-1.531340368,0.7276446587,520.18156637 +244,-1.248884539,0.7274156818,23,-1.531340368,0.7276446587,834.31408527 +245,-1.395014798,0.5761185243,23,-1.531340368,0.7276446587,737.17124235 +246,-1.433377362,0.6064716109,23,-1.531340368,0.7276446587,568.28720353 +247,-1.408172432,0.5903155476,23,-1.531340368,0.7276446587,666.29181959 +248,-1.749645898,0.7757118084,23,-1.531340368,0.7276446587,659.00335247 +249,-1.571626686,0.615046989,23,-1.531340368,0.7276446587,463.11759359 +250,-1.514070049,0.6303003037,23,-1.531340368,0.7276446587,389.23019767 +251,-1.480890369,0.6237966528,23,-1.531340368,0.7276446587,439.82654832 +252,-1.704390658,0.5281680612,23,-1.531340368,0.7276446587,963.89649514 +253,-1.64434733,0.5254277498,23,-1.531340368,0.7276446587,878.54830338 +254,-1.703855997,0.4792484842,23,-1.531340368,0.7276446587,1131.5520372 +255,-1.692002383,0.5748825051,23,-1.531340368,0.7276446587,787.86282016 +256,-1.854136457,0.5544643913,23,-1.531340368,0.7276446587,1228.9663836 +257,-1.665021206,0.520317736,23,-1.531340368,0.7276446587,925.89603206 +258,-1.733654349,0.4845187345,23,-1.531340368,0.7276446587,1164.2548113 +259,-1.720938188,0.5135933906,23,-1.531340368,0.7276446587,1043.1308743 +260,-1.742668307,0.553296122,23,-1.531340368,0.7276446587,961.11796232 +261,-1.965659039,0.7142126903,23,-1.531340368,0.7276446587,1288.902511 +262,-1.944438071,0.6772834804,23,-1.531340368,0.7276446587,1260.619838 +263,-1.270340967,0.7681487096,23,-1.531340368,0.7276446587,773.55038689 +264,-1.353091884,0.6549276821,23,-1.531340368,0.7276446587,614.92346114 +265,-1.333236659,0.6413584414,23,-1.531340368,0.7276446587,696.57346197 +266,-1.352015998,0.6753788907,23,-1.531340368,0.7276446587,580.2675493 +267,-1.377988483,0.6577816235,23,-1.531340368,0.7276446587,542.78596253 +268,-2.13075611,0.8318642051,23,-1.531340368,0.7276446587,1722.7925918 +269,-2.097910953,0.8259670014,23,-1.531340368,0.7276446587,1634.337736 +270,-1.416382069,0.6694271549,23,-1.531340368,0.7276446587,417.85799171 +271,-1.538905672,0.7535625993,23,-1.531340368,0.7276446587,105.01586602 +272,-1.572309477,0.7803125099,23,-1.531340368,0.7276446587,239.79687024 +273,-1.87759879,0.7503853417,23,-1.531340368,0.7276446587,1015.3577716 +274,1.152365588,0.590457682,23,-1.531340368,0.7276446587,6963.4472847 +275,0.350198001,0.718001859,23,-1.531340368,0.7276446587,5157.0779463 +276,0.046513677,0.491503852,23,-1.531340368,0.7276446587,4976.5479979 +277,0.027510309,0.742571376,23,-1.531340368,0.7276446587,4345.0258405 +278,0.306285725,-0.214631579,23,-1.531340368,0.7276446587,7570.9879878 +279,-1.100564889,0.318051531,23,-1.531340368,0.7276446587,2178.8597965 +280,-1.078582306,0.301437596,23,-1.531340368,0.7276446587,2281.2017163 +281,-1.137371989,-0.617634065,23,-1.531340368,0.7276446587,5517.2189756 +282,0.784356344,0.703272339,23,-1.531340368,0.7276446587,6047.4510298 +283,-1.221209947,0.218327455,23,-1.531340368,0.7276446587,2284.0729606 +284,2.347301921,-0.449114658,23,-1.531340368,0.7276446587,9809.464985 +285,0.246820618,0.830553713,23,-1.531340368,0.7276446587,4646.3595388 +286,0.829414965,0.703288228,23,-1.531340368,0.7276446587,6120.5968701 +287,-1.337537566,0.42332223,23,-1.531340368,0.7276446587,1363.8610784 +288,0.882453706,0.454478077,23,-1.531340368,0.7276446587,7055.8084061 +289,1.575629659,0.416419109,23,-1.531340368,0.7276446587,7910.4312323 +290,-1.039455679,0.229888244,23,-1.531340368,0.7276446587,2598.3117687 +291,0.489558039,0.934482747,23,-1.531340368,0.7276446587,4839.814347 +292,0.081344504,0.88384514,23,-1.531340368,0.7276446587,4173.4128955 +293,-1.547979814,0.300350308,23,-1.531340368,0.7276446587,1693.4565043 +294,0.040776181,0.168560074,23,-1.531340368,0.7276446587,5782.9020885 +295,-1.130374745,0.563894876,23,-1.531340368,0.7276446587,1418.4347602 +296,1.578326642,0.478507176,23,-1.531340368,0.7276446587,7664.8490501 +297,-1.12861823,-0.291640865,23,-1.531340368,0.7276446587,4298.3868027 +298,0.310524208,0.770885792,23,-1.531340368,0.7276446587,4931.6709124 +299,0.415649091,-0.387246002,23,-1.531340368,0.7276446587,8319.7200626 +300,-0.926533878,-0.188022748,23,-1.531340368,0.7276446587,4242.7449829 +301,1.258856172,-0.11716081,23,-1.531340368,0.7276446587,9728.2687842 +302,-1.126050026,0.322941926,23,-1.531340368,0.7276446587,2106.8047313 +303,2.002785835,0.07893892,23,-1.531340368,0.7276446587,8948.9240225 +304,0.440437607,0.746258085,23,-1.531340368,0.7276446587,5271.9689055 +305,-0.030391866,0.214441206,23,-1.531340368,0.7276446587,5454.8068277 +306,0.521557815,-0.058929362,23,-1.531340368,0.7276446587,7786.4532201 +307,-0.097005111,0.13317729,23,-1.531340368,0.7276446587,5468.7564458 +308,1.83113859,0.221857587,23,-1.531340368,0.7276446587,8597.3100428 +309,0.222428864,0.099404236,23,-1.531340368,0.7276446587,6496.2276039 +310,-1.702731345,0.8728568183,23,-1.531340368,0.7276446587,743.30688057 +311,-0.418507569,0.278324921,23,-1.531340368,0.7276446587,4147.1113174 +312,-1.41153306,0.339029988,23,-1.531340368,0.7276446587,1591.244979 +313,0.357560442,0.114788776,23,-1.531340368,0.7276446587,6841.7304098 +314,0.325818979,0.268352149,23,-1.531340368,0.7276446587,6329.0019283 +315,-1.246004659,-0.663679965,23,-1.531340368,0.7276446587,5606.5828288 +316,1.814603087,0.637404484,23,-1.531340368,0.7276446587,6986.4293694 +317,1.843704281,-0.18300445,23,-1.531340368,0.7276446587,10138.767337 +318,1.690644492,-0.211480909,23,-1.531340368,0.7276446587,10380.47824 +319,-1.275451936,0.068109467,23,-1.531340368,0.7276446587,2765.4585332 +320,0.762430171,-0.207594741,23,-1.531340368,0.7276446587,8873.5161224 +321,0.265668905,-0.014647884,23,-1.531340368,0.7276446587,6927.5802192 +322,-2.773032013,-0.335515811,23,-1.531340368,0.7276446587,6186.6924158 +323,-1.469512853,0.174058777,23,-1.531340368,0.7276446587,2203.3182433 +324,0.286276986,0.785925691,23,-1.531340368,0.7276446587,4840.9911456 +325,-1.379324697,0.377432233,23,-1.531340368,0.7276446587,1476.842805 +326,-1.203778265,0.212813032,23,-1.531340368,0.7276446587,2332.5295748 +327,0.579916301,0.611743168,23,-1.531340368,0.7276446587,5954.6381406 +328,0.267582642,0.868113908,23,-1.531340368,0.7276446587,4598.7553747 +329,0.412869244,-0.050245578,23,-1.531340368,0.7276446587,7451.5441175 +330,0.17524381,0.976660285,23,-1.531340368,0.7276446587,4172.8500809 +331,0.743157214,0.204812899,23,-1.531340368,0.7276446587,7586.8150314 +332,-1.070758176,0.269382282,23,-1.531340368,0.7276446587,2401.1947495 +333,-1.230364251,0.329790229,23,-1.531340368,0.7276446587,1874.163021 +334,-1.374813124,-0.024926835,23,-1.531340368,0.7276446587,3033.4530639 +335,0.519780566,0.463669906,23,-1.531340368,0.7276446587,6266.1055296 +336,-1.55108034,0.239698561,23,-1.531340368,0.7276446587,1933.9482193 +337,0.180294813,0.029739425,23,-1.531340368,0.7276446587,6559.014368 +338,0.67820924,0.268170153,23,-1.531340368,0.7276446587,7235.3078243 +339,0.445798684,1.024001867,23,-1.531340368,0.7276446587,4528.2728886 +340,0.691751283,0.150521402,23,-1.531340368,0.7276446587,7631.5875942 +341,-1.036643551,-0.903056181,23,-1.531340368,0.7276446587,6679.6605169 +342,-0.120287036,1.083325163,23,-1.531340368,0.7276446587,3454.0969726 +343,2.823513113,-0.304487164,23,-1.531340368,0.7276446587,8065.0947403 +344,0.457583172,1.12513373,23,-1.531340368,0.7276446587,4286.3317669 +345,0.042918831,0.813795399,23,-1.531340368,0.7276446587,4231.179119 +346,1.196146777,-0.853142756,23,-1.531340368,0.7276446587,11193.987026 +347,0.206001358,-0.010430701,23,-1.531340368,0.7276446587,6741.205078 +348,-0.268308653,0.234799412,23,-1.531340368,0.7276446587,4700.4384568 +349,0.759363263,0.736189579,23,-1.531340368,0.7276446587,5897.6970416 +350,0.181363926,0.891988372,23,-1.531340368,0.7276446587,4367.0298028 +351,-0.021111158,0.139103292,23,-1.531340368,0.7276446587,5677.6148151 +352,-0.093355215,0.630686981,23,-1.531340368,0.7276446587,4274.5120102 +353,0.40118964,0.681375926,23,-1.531340368,0.7276446587,5369.0037354 +354,-0.721197315,1.304706234,23,-1.531340368,0.7276446587,2696.5976755 +355,-1.076150317,0.212107639,23,-1.531340368,0.7276446587,2577.1815942 +356,-1.577164531,0.273993443,23,-1.531340368,0.7276446587,1803.7211349 +357,-0.190788414,0.182208586,23,-1.531340368,0.7276446587,5064.2831274 +358,-0.261349752,0.209710184,23,-1.531340368,0.7276446587,4784.9902068 +359,-1.029303852,0.083549259,23,-1.531340368,0.7276446587,3106.9654989 +360,-1.268609162,0.330525297,23,-1.531340368,0.7276446587,1805.1380944 +361,1.282982244,-0.926641967,23,-1.531340368,0.7276446587,11270.753453 +362,0.217352334,0.731352408,23,-1.531340368,0.7276446587,4823.0648377 +363,-1.511833084,0.258629297,23,-1.531340368,0.7276446587,1858.9731086 +364,0.338812194,0.823184618,23,-1.531340368,0.7276446587,4856.1532 +365,-0.324406489,1.134201999,23,-1.531340368,0.7276446587,3065.9327923 +366,1.389579348,0.399185724,23,-1.531340368,0.7276446587,7907.6059933 +367,2.047152199,-0.039082036,23,-1.531340368,0.7276446587,9304.7740481 +368,0.947780369,0.568250077,23,-1.531340368,0.7276446587,6771.5739534 +369,0.763824846,0.576754987,23,-1.531340368,0.7276446587,6428.3925444 +370,-0.142334657,0.928153068,23,-1.531340368,0.7276446587,3606.5341325 +371,0.610266567,0.547265983,23,-1.531340368,0.7276446587,6215.8009861 +372,0.210731629,0.746815056,23,-1.531340368,0.7276446587,4769.95029 +373,-1.34931644,0.316895224,23,-1.531340368,0.7276446587,1739.6032768 +374,2.407696481,0.655030745,23,-1.531340368,0.7276446587,6255.556411 +375,0.64207831,0.545359131,23,-1.531340368,0.7276446587,6288.6687341 +376,1.174597538,0.840588356,23,-1.531340368,0.7276446587,6047.7351142 +377,0.660059424,0.010604079,23,-1.531340368,0.7276446587,7970.1683887 +378,-0.730263819,0.010486456,23,-1.531340368,0.7276446587,4025.0298352 +379,0.831068936,0.512339172,23,-1.531340368,0.7276446587,6766.4133213 +380,1.301180979,0.72367476,23,-1.531340368,0.7276446587,6589.5469387 +381,1.811128231,0.322854402,23,-1.531340368,0.7276446587,8218.11662 +382,0.435105812,0.992284428,23,-1.531340368,0.7276446587,4593.9783972 +383,0.62643634,0.592027932,23,-1.531340368,0.7276446587,6111.1323922 +384,0.492988703,-0.516339467,23,-1.531340368,0.7276446587,8835.0631619 +385,-0.162469483,0.112549365,23,-1.531340368,0.7276446587,5329.0333291 +386,0.314630866,0.472006421,23,-1.531340368,0.7276446587,5738.6973909 +387,0.166744804,0.822815954,23,-1.531340368,0.7276446587,4491.5323846 +388,0.417159608,0.965805736,23,-1.531340368,0.7276446587,4633.1667499 +389,0.106334961,0.868774244,23,-1.531340368,0.7276446587,4258.6143603 +390,0.815086969,-0.338144359,23,-1.531340368,0.7276446587,9371.0090098 +391,0.59867455,-0.230624824,23,-1.531340368,0.7276446587,8470.6648392 +392,1.915104874,0.066220985,23,-1.531340368,0.7276446587,9112.7553348 +393,1.278093622,0.064463721,23,-1.531340368,0.7276446587,9085.6069226 +394,-0.061477853,0.302997961,23,-1.531340368,0.7276446587,5137.8858315 +395,0.251311504,0.626976942,23,-1.531340368,0.7276446587,5167.515497 +396,2.950242872,0.149095644,23,-1.531340368,0.7276446587,6499.9485998 +397,-0.180294708,0.35375117,23,-1.531340368,0.7276446587,4664.6221202 +398,1.010448592,-0.351180233,23,-1.531340368,0.7276446587,9945.4045587 +399,-1.748740498,0.3686318073,23,-1.531340368,0.7276446587,1596.6956704 +400,2.699635665,0.123533791,23,-1.531340368,0.7276446587,7268.5796392 +401,0.496808033,0.823843254,23,-1.531340368,0.7276446587,5163.6522651 +402,0.129574704,0.763364087,23,-1.531340368,0.7276446587,4543.0519499 +403,1.798920311,0.817447563,23,-1.531340368,0.7276446587,6287.8242737 +404,0.335987953,0.746786541,23,-1.531340368,0.7276446587,5049.5902043 +405,-1.085413643,0.292154671,23,-1.531340368,0.7276446587,2295.4124024 +406,-0.155321003,0.508207011,23,-1.531340368,0.7276446587,4373.4393835 +407,0.620529244,-0.301175104,23,-1.531340368,0.7276446587,8715.4373501 +408,1.684402744,0.368716966,23,-1.531340368,0.7276446587,8092.6418918 +409,0.300582244,-0.386397212,23,-1.531340368,0.7276446587,7979.1491576 +410,2.913555946,-0.009225192,23,-1.531340368,0.7276446587,7033.665733 +411,1.465101417,0.493232532,23,-1.531340368,0.7276446587,7578.8283913 +412,0.090612882,0.907955955,23,-1.531340368,0.7276446587,4144.3978258 +413,2.987564726,-0.729568594,23,-1.531340368,0.7276446587,8530.4013617 +414,-1.484261606,0.224149272,23,-1.531340368,0.7276446587,2000.9577528 +415,0.164073421,0.303955133,23,-1.531340368,0.7276446587,5783.3224079 +416,0.141441293,0.167552546,23,-1.531340368,0.7276446587,6079.4544296 +417,2.931321023,-0.506718887,23,-1.531340368,0.7276446587,8223.7631913 +418,2.21951565,0.700596356,23,-1.531340368,0.7276446587,6377.866165 +419,0.268112576,1.199114336,23,-1.531340368,0.7276446587,3876.049051 +420,0.978913739,0.359223811,23,-1.531340368,0.7276446587,7556.137605 +421,1.210898818,0.522863584,23,-1.531340368,0.7276446587,7279.8909303 +422,2.347397336,0.129231362,23,-1.531340368,0.7276446587,8126.6777239 +423,0.614394501,0.556878345,23,-1.531340368,0.7276446587,6194.892607 +424,-1.398079356,0.148483366,23,-1.531340368,0.7276446587,2341.0204924 +425,2.535303836,-0.112984496,23,-1.531340368,0.7276446587,8394.9949633 +426,-1.019372593,-0.405322349,23,-1.531340368,0.7276446587,4864.6777934 +427,-1.297785627,-0.160104069,23,-1.531340368,0.7276446587,3617.5418524 +428,2.144554488,0.205051084,23,-1.531340368,0.7276446587,8267.4781551 +429,-2.242387083,-0.426171285,23,-1.531340368,0.7276446587,5260.9534149 +430,0.338637212,0.909723676,23,-1.531340368,0.7276446587,4635.596137 +431,-0.148798452,0.691042401,23,-1.531340368,0.7276446587,4001.8699042 +432,0.893524764,0.441829531,23,-1.531340368,0.7276446587,7119.0167301 +433,0.969229347,-0.368847936,23,-1.531340368,0.7276446587,9882.0954777 +434,0.436043248,0.800045688,23,-1.531340368,0.7276446587,5113.5243945 +435,1.687946607,1.081504775,23,-1.531340368,0.7276446587,5273.4912363 +436,0.522302046,-0.034889271,23,-1.531340368,0.7276446587,7721.9157688 +437,-0.178996113,-0.438090009,23,-1.531340368,0.7276446587,6760.6859984 +438,-1.094339566,0.301444068,23,-1.531340368,0.7276446587,2245.7680683 +439,-1.064070054,0.242569932,23,-1.531340368,0.7276446587,2502.7746467 +440,-1.068153768,0.230387998,23,-1.531340368,0.7276446587,2533.7410758 +441,-3.00496892,-0.23989155,23,-1.531340368,0.7276446587,6569.5849204 +442,0.21751974,0.766874888,23,-1.531340368,0.7276446587,4736.5549931 +443,0.117229532,0.007619006,23,-1.531340368,0.7276446587,6431.7542035 +444,0.777758451,0.420554741,23,-1.531340368,0.7276446587,6968.0084276 +445,-0.252356999,0.250747086,23,-1.531340368,0.7276446587,4707.2541858 +446,0.363148444,0.768483434,23,-1.531340368,0.7276446587,5050.2085235 +447,0.903191366,-0.118210676,23,-1.531340368,0.7276446587,8984.2278624 +448,-0.205755923,0.149406178,23,-1.531340368,0.7276446587,5104.9772944 +449,1.811996086,0.02364353,23,-1.531340368,0.7276446587,9381.1471119 +450,-1.100670221,0.314845373,23,-1.531340368,0.7276446587,2188.8287987 +451,0.340078597,0.850105132,23,-1.531340368,0.7276446587,4789.4494898 +452,0.258757267,0.804969236,23,-1.531340368,0.7276446587,4734.2256669 +453,2.78505352,-0.155160804,23,-1.531340368,0.7276446587,7797.494112 +454,0.800551619,0.105822106,23,-1.531340368,0.7276446587,8034.9648343 +455,0.437940882,-0.506194031,23,-1.531340368,0.7276446587,8652.7992529 +456,2.230431122,0.63458615,23,-1.531340368,0.7276446587,6599.0551591 +457,0.527965361,0.127667701,23,-1.531340368,0.7276446587,7275.7341295 +458,-0.063643205,0.702093448,23,-1.531340368,0.7276446587,4201.6319166 +459,1.408447268,0.133010502,23,-1.531340368,0.7276446587,8956.9835937 +460,0.523795955,0.280266966,23,-1.531340368,0.7276446587,6818.9530671 +461,-0.975769313,0.072177659,23,-1.531340368,0.7276446587,3256.0089299 +462,0.549774164,-0.463663986,23,-1.531340368,0.7276446587,8889.5135398 +463,0.29245874,1.095549818,23,-1.531340368,0.7276446587,4121.0088561 +464,0.143625958,0.816809593,23,-1.531340368,0.7276446587,4453.8682711 +465,0.671902494,0.611159853,23,-1.531340368,0.7276446587,6142.1350404 +466,1.239840988,0.6724199,23,-1.531340368,0.7276446587,6739.4460968 +467,0.607829703,-0.10932137,23,-1.531340368,0.7276446587,8169.4814379 +468,1.763020906,0.263996692,23,-1.531340368,0.7276446587,8476.3512589 +469,0.378714634,0.726066797,23,-1.531340368,0.7276446587,5197.4799283 +470,2.196736143,-0.153862366,23,-1.531340368,0.7276446587,9386.0940148 +471,0.01702415,0.148991565,23,-1.531340368,0.7276446587,5764.2277419 +472,-2.998490902,-0.158002487,23,-1.531340368,0.7276446587,6334.2607054 +473,-3.051262951,-0.346595608,23,-1.531340368,0.7276446587,6980.0139485 +474,-1.069176439,0.182802941,23,-1.531340368,0.7276446587,2689.6923501 +475,0.167157509,0.595344954,23,-1.531340368,0.7276446587,5038.8819641 +476,0.613855648,0.681746124,23,-1.531340368,0.7276446587,5808.903144 +477,1.037012736,0.682555367,23,-1.531340368,0.7276446587,6488.6281832 +478,-1.253574971,0.379755746,23,-1.531340368,0.7276446587,1659.5107994 +479,3.108590453,-0.132620738,23,-1.531340368,0.7276446587,6784.4330519 +480,0.565301296,0.022333262,23,-1.531340368,0.7276446587,7680.1113938 +481,0.547898238,0.855555614,23,-1.531340368,0.7276446587,5164.8413534 +482,0.948309381,0.417393755,23,-1.531340368,0.7276446587,7300.0567057 +483,-0.050600732,0.945269213,23,-1.531340368,0.7276446587,3778.4312359 +484,-0.977651478,-0.572363064,23,-1.531340368,0.7276446587,5530.3801881 +485,1.102014914,0.728861163,23,-1.531340368,0.7276446587,6394.8232202 +486,2.927300795,-0.282939414,23,-1.531340368,0.7276446587,7704.8188619 +487,-1.154565557,0.124434095,23,-1.531340368,0.7276446587,2731.2347975 +488,1.855331234,0.291044755,23,-1.531340368,0.7276446587,8310.1228377 +489,0.830290659,0.276904518,23,-1.531340368,0.7276446587,7549.1488828 +490,0.485104466,-0.234867441,23,-1.531340368,0.7276446587,8150.2394673 +491,0.521367572,-0.33161327,23,-1.531340368,0.7276446587,8499.2406008 +1,-1.539031704,0.7349710123,24,-1.528960113,0.7276398177,41.532009638 +2,-1.536990553,0.7349663874,24,-1.528960113,0.7276398177,37.452642205 +3,-1.534951779,0.7349571355,24,-1.528960113,0.7276398177,33.942611313 +4,-1.532906461,0.7349480293,24,-1.528960113,0.7276398177,31.198403174 +5,-1.531320211,0.7346937278,24,-1.528960113,0.7276398177,28.79407664 +6,-1.539451648,0.7335131775,24,-1.528960113,0.7276398177,38.719442204 +7,-1.537429487,0.7335445708,24,-1.528960113,0.7276398177,34.224078831 +8,-1.535484998,0.7335658704,24,-1.528960113,0.7276398177,30.356119338 +9,-1.533488396,0.7336036027,24,-1.528960113,0.7276398177,27.137979216 +10,-1.531497785,0.7335842962,24,-1.528960113,0.7276398177,24.707491745 +11,-1.530259379,0.7334777758,24,-1.528960113,0.7276398177,23.439677154 +12,-1.5335454,0.7322346912,24,-1.528960113,0.7276398177,22.681309598 +13,-1.531489083,0.7322238773,24,-1.528960113,0.7276398177,19.63211747 +14,-1.530011122,0.7321679851,24,-1.528960113,0.7276398177,18.202413599 +15,-1.53348106,0.7306614094,24,-1.528960113,0.7276398177,17.93273597 +16,-1.531441779,0.7306962275,24,-1.528960113,0.7276398177,14.152767306 +17,-1.529755654,0.7306933243,24,-1.528960113,0.7276398177,12.321102166 +18,-1.533415048,0.7291384674,24,-1.528960113,0.7276398177,14.444422903 +19,-1.531392093,0.7291705353,24,-1.528960113,0.7276398177,9.4041126855 +20,-1.529296523,0.7291214933,24,-1.528960113,0.7276398177,5.9525633033 +21,-1.535280942,0.727267644,24,-1.528960113,0.7276398177,18.757243581 +22,-1.533378158,0.7276139666,24,-1.528960113,0.7276398177,13.068511848 +23,-1.531340368,0.7276446587,24,-1.528960113,0.7276398177,7.0404760784 +24,-1.528960113,0.7276398177,24,-1.528960113,0.7276398177,3.5510126587 +25,-1.533313146,0.7260818349,24,-1.528960113,0.7276398177,14.286218302 +26,-1.531259555,0.7260958115,24,-1.528960113,0.7276398177,9.1501985391 +27,-1.528926415,0.7260865555,24,-1.528960113,0.7276398177,6.1532801446 +28,-1.531226779,0.7245511789,24,-1.528960113,0.7276398177,13.955170353 +29,-1.528904772,0.7245519194,24,-1.528960113,0.7276398177,12.23226348 +30,-1.547195875,0.7409785979,24,-1.528960113,0.7276398177,75.273868185 +31,-1.5451475,0.740980426,24,-1.528960113,0.7276398177,71.115359457 +32,-1.543097679,0.7409798872,24,-1.528960113,0.7276398177,67.229698261 +33,-1.540720364,0.7409892687,24,-1.528960113,0.7276398177,63.178638974 +34,-1.547188511,0.7395198392,24,-1.528960113,0.7276398177,71.347447747 +35,-1.545148587,0.7395226109,24,-1.528960113,0.7276398177,66.961058984 +36,-1.543104538,0.7395314908,24,-1.528960113,0.7276398177,62.852257405 +37,-1.540727751,0.7395306258,24,-1.528960113,0.7276398177,58.455095695 +38,-1.547187029,0.7380014886,24,-1.528960113,0.7276398177,67.558184961 +39,-1.545147315,0.7380012252,24,-1.528960113,0.7276398177,62.893517319 +40,-1.54310719,0.7380060743,24,-1.528960113,0.7276398177,58.487214718 +41,-1.540719671,0.7380068206,24,-1.528960113,0.7276398177,53.711020467 +42,-1.547187189,0.7364799098,24,-1.528960113,0.7276398177,64.107141538 +43,-1.545149996,0.7364853874,24,-1.528960113,0.7276398177,59.183359282 +44,-1.543106091,0.7364823484,24,-1.528960113,0.7276398177,54.439529293 +45,-1.540717158,0.7364893901,24,-1.528960113,0.7276398177,49.279855053 +46,-1.538663972,0.7410138672,24,-1.528960113,0.7276398177,60.168822896 +47,-1.53695285,0.7409699132,24,-1.528960113,0.7276398177,57.793941286 +48,-1.534910498,0.7409641297,24,-1.528960113,0.7276398177,55.601750578 +49,-1.533145034,0.7409536636,24,-1.528960113,0.7276398177,54.152561413 +50,-1.538681336,0.7395405883,24,-1.528960113,0.7276398177,55.136826308 +51,-1.536999189,0.7395183096,24,-1.528960113,0.7276398177,52.660943041 +52,-1.534923633,0.7395144222,24,-1.528960113,0.7276398177,50.201177262 +53,-1.533267822,0.7395654306,24,-1.528960113,0.7276398177,48.907911659 +54,-1.53867273,0.7380151077,24,-1.528960113,0.7276398177,50.065917472 +55,-1.536980576,0.7379994392,24,-1.528960113,0.7276398177,47.34356572 +56,-1.534931522,0.7379944961,24,-1.528960113,0.7276398177,44.623976231 +57,-1.533387952,0.7379480264,24,-1.528960113,0.7276398177,42.861452017 +58,-1.538682279,0.7364914363,24,-1.528960113,0.7276398177,45.273643207 +59,-1.536980704,0.7364810563,24,-1.528960113,0.7276398177,42.246671398 +60,-1.534935567,0.7364752065,24,-1.528960113,0.7276398177,39.175396917 +61,-1.533042592,0.7363876366,24,-1.528960113,0.7276398177,36.678409561 +62,-1.545143426,0.7349628011,24,-1.528960113,0.7276398177,55.836414362 +63,-1.543105297,0.7349691947,24,-1.528960113,0.7276398177,50.812491677 +64,-1.541064533,0.7349647152,24,-1.528960113,0.7276398177,45.992214723 +65,-1.545411803,0.7334624714,24,-1.528960113,0.7276398177,53.736102909 +66,-1.543446606,0.7334780896,24,-1.528960113,0.7276398177,48.592611857 +67,-1.541475327,0.7334957295,24,-1.528960113,0.7276398177,43.602776389 +68,-1.545401939,0.731963266,24,-1.528960113,0.7276398177,51.470966598 +69,-1.54342253,0.7319915583,24,-1.528960113,0.7276398177,46.042881993 +70,-1.541455867,0.7320216438,24,-1.528960113,0.7276398177,40.767525886 +71,-1.545410146,0.7304422281,24,-1.528960113,0.7276398177,49.84751741 +72,-1.543435491,0.7304713664,24,-1.528960113,0.7276398177,44.208316763 +73,-1.541463105,0.7304997613,24,-1.528960113,0.7276398177,38.633029895 +74,-1.545414768,0.7289194936,24,-1.528960113,0.7276398177,48.905977844 +75,-1.543435774,0.7289538557,24,-1.528960113,0.7276398177,43.107146922 +76,-1.541457714,0.7289765881,24,-1.528960113,0.7276398177,37.32156323 +77,-1.539449415,0.7320555866,24,-1.528960113,0.7276398177,35.563196554 +78,-1.537429183,0.7321097681,24,-1.528960113,0.7276398177,30.634933003 +79,-1.535472649,0.7321497267,24,-1.528960113,0.7276398177,26.24290584 +80,-1.539457899,0.7305333307,24,-1.528960113,0.7276398177,33.061041086 +81,-1.537453161,0.7305750503,24,-1.528960113,0.7276398177,27.651382887 +82,-1.535479385,0.7306124949,24,-1.528960113,0.7276398177,22.572046391 +83,-1.53946905,0.7290102593,24,-1.528960113,0.7276398177,31.535642497 +84,-1.537459922,0.7290417293,24,-1.528960113,0.7276398177,25.731830382 +85,-1.535451349,0.7290890157,24,-1.528960113,0.7276398177,20.028004986 +86,-1.535522937,0.7279887191,24,-1.528960113,0.7276398177,19.458033628 +87,-1.539442524,0.7274735939,24,-1.528960113,0.7276398177,31.014744644 +88,-1.537424111,0.727521351,24,-1.528960113,0.7276398177,25.041021479 +89,-1.539384641,0.7259505092,24,-1.528960113,0.7276398177,31.574592576 +90,-1.537372391,0.7259947145,24,-1.528960113,0.7276398177,25.739039748 +91,-1.535340789,0.7260435356,24,-1.528960113,0.7276398177,19.916835884 +92,-1.539325716,0.7244369706,24,-1.528960113,0.7276398177,33.221352399 +93,-1.537308932,0.7244801057,24,-1.528960113,0.7276398177,27.716046725 +94,-1.535289068,0.7245247645,24,-1.528960113,0.7276398177,22.442365397 +95,-1.533261366,0.7245550236,24,-1.528960113,0.7276398177,17.652397417 +96,-1.539267302,0.722921924,24,-1.528960113,0.7276398177,35.813301403 +97,-1.537248972,0.7229660258,24,-1.528960113,0.7276398177,30.762338812 +98,-1.535219431,0.7229916471,24,-1.528960113,0.7276398177,26.137547424 +99,-1.53318962,0.7230212049,24,-1.528960113,0.7276398177,22.177296207 +100,-1.531154816,0.7230299897,24,-1.528960113,0.7276398177,19.383610242 +101,-1.528878341,0.7230370244,24,-1.528960113,0.7276398177,18.233275171 +102,-1.539218189,0.7214009878,24,-1.528960113,0.7276398177,39.197177729 +103,-1.537198791,0.7214422745,24,-1.528960113,0.7276398177,34.637235256 +104,-1.535179266,0.7214634354,24,-1.528960113,0.7276398177,30.639294557 +105,-1.533156501,0.7214944644,24,-1.528960113,0.7276398177,27.339126988 +106,-1.53113574,0.7215166021,24,-1.528960113,0.7276398177,25.097738191 +107,-1.528874248,0.7215345535,24,-1.528960113,0.7276398177,24.184292274 +108,-1.539217656,0.7198512397,24,-1.528960113,0.7276398177,43.343513111 +109,-1.537199919,0.7199428763,24,-1.528960113,0.7276398177,39.083964007 +110,-1.545425832,0.727397149,24,-1.528960113,0.7276398177,48.717826251 +111,-1.543371177,0.7273916949,24,-1.528960113,0.7276398177,42.641809578 +112,-1.541368852,0.7274523163,24,-1.528960113,0.7276398177,36.713810167 +113,-1.545349067,0.7258710923,24,-1.528960113,0.7276398177,49.017416867 +114,-1.54332671,0.7258603556,24,-1.528960113,0.7276398177,43.108024548 +115,-1.541346831,0.7259242142,24,-1.528960113,0.7276398177,37.290468205 +116,-1.545324355,0.7243383958,24,-1.528960113,0.7276398177,50.206875365 +117,-1.543292796,0.7243617413,24,-1.528960113,0.7276398177,44.396880856 +118,-1.541295822,0.7244024384,24,-1.528960113,0.7276398177,38.724507134 +119,-1.543193859,0.7205570215,24,-1.528960113,0.7276398177,50.702584537 +120,-1.550257047,0.7386738187,24,-1.528960113,0.7276398177,76.414186528 +121,-1.549335448,0.7311736483,24,-1.528960113,0.7276398177,61.778553758 +122,-1.533478843,0.7179891343,24,-1.528960113,0.7276398177,40.514543823 +123,-1.556150555,0.738907041,24,-1.528960113,0.7276398177,91.622594254 +124,-1.554324226,0.733414257,24,-1.528960113,0.7276398177,78.246668231 +125,-1.554290846,0.7288285332,24,-1.528960113,0.7276398177,75.03211389 +126,-1.55122487,0.7219795312,24,-1.528960113,0.7276398177,69.724001927 +127,-1.525104458,0.7229399862,24,-1.528960113,0.7276398177,21.844052585 +128,-1.519607711,0.7236181429,24,-1.528960113,0.7276398177,31.964710531 +129,-1.513899999,0.7251107854,24,-1.528960113,0.7276398177,45.706916452 +130,-1.536620762,0.7431061895,24,-1.528960113,0.7276398177,65.264010145 +131,-1.5369566,0.7460845958,24,-1.528960113,0.7276398177,76.732750231 +132,-1.545345528,0.7447040685,24,-1.528960113,0.7276398177,82.955359895 +133,-1.532813921,0.7432306626,24,-1.528960113,0.7276398177,62.784110251 +134,-1.554788248,0.7382381001,24,-1.528960113,0.7276398177,86.8516283 +135,-1.540348126,0.7301594274,24,-1.528960113,0.7276398177,35.095199286 +136,-1.538016084,0.7239051786,24,-1.528960113,0.7276398177,30.638501006 +137,-1.525288962,0.7258085137,24,-1.528960113,0.7276398177,13.066074948 +138,-1.534326986,0.731241342,24,-1.528960113,0.7276398177,21.323635334 +139,-1.530733872,0.7303625216,24,-1.528960113,0.7276398177,11.990309783 +141,-1.534354939,0.7328219978,24,-1.528960113,0.7276398177,25.976810929 +142,-1.53157084,0.7292888153,24,-1.528960113,0.7276398177,10.109750423 +143,-1.525691035,0.7263799874,24,-1.528960113,0.7276398177,10.886033329 +144,-1.534031287,0.7495967835,24,-1.528960113,0.7276398177,88.23042244 +145,-1.527714986,0.7283095957,24,-1.528960113,0.7276398177,4.5380754103 +146,-1.526189586,0.7271468292,24,-1.528960113,0.7276398177,8.4260279291 +147,-1.555177336,0.7375563366,24,-1.528960113,0.7276398177,86.619441396 +148,-1.555080283,0.7312707794,24,-1.528960113,0.7276398177,78.463071388 +149,-1.53856994,0.7224180299,24,-1.528960113,0.7276398177,35.206665307 +150,-1.530837883,0.729933372,24,-1.528960113,0.7276398177,10.645135427 +151,-1.515066984,0.5854133365,24,-1.528960113,0.7276398177,565.035122 +152,-1.534731633,0.5368370046,24,-1.528960113,0.7276398177,755.99313415 +153,-1.515231902,0.5607085576,24,-1.528960113,0.7276398177,662.6338109 +154,-2.616253799,1.0684566605,24,-1.528960113,0.7276398177,2862.2399089 +155,-1.956071439,0.5792177723,24,-1.528960113,0.7276398177,1459.675791 +156,-1.951208514,0.5602434208,24,-1.528960113,0.7276398177,1485.8726885 +157,-1.944675062,0.6062144545,24,-1.528960113,0.7276398177,1374.8046499 +158,-1.613778386,0.6077989518,24,-1.528960113,0.7276398177,542.83709438 +159,-2.035029014,0.6021432345,24,-1.528960113,0.7276398177,1644.9765582 +160,-2.114989471,0.6801825058,24,-1.528960113,0.7276398177,1768.227352 +161,-2.037382079,0.5765830025,24,-1.528960113,0.7276398177,1698.8164244 +162,-2.129855121,0.6585019963,24,-1.528960113,0.7276398177,1838.9270641 +163,-2.075141798,0.6493615843,24,-1.528960113,0.7276398177,1689.4694218 +164,-1.828626729,0.6948433129,24,-1.528960113,0.7276398177,906.97949609 +165,-1.863329418,0.6735427691,24,-1.528960113,0.7276398177,1032.598238 +166,-1.266037071,0.727988852,24,-1.528960113,0.7276398177,776.57577997 +167,-1.277579582,0.7249010648,24,-1.528960113,0.7276398177,743.66622931 +168,-1.258418684,0.7241194816,24,-1.528960113,0.7276398177,800.51657883 +169,-1.317813974,0.6804850104,24,-1.528960113,0.7276398177,663.62448038 +170,-1.344165204,0.6790988904,24,-1.528960113,0.7276398177,589.95589736 +171,-1.427582102,0.5277120351,24,-1.528960113,0.7276398177,855.46720127 +172,-1.402238616,0.457167829,24,-1.528960113,0.7276398177,1148.2994569 +173,-1.422454264,0.4996161999,24,-1.528960113,0.7276398177,966.13099372 +174,-1.439089277,0.4894859811,24,-1.528960113,0.7276398177,986.99480748 +175,-1.448126995,0.5182330266,24,-1.528960113,0.7276398177,868.89670417 +176,-1.474626146,0.5881926574,24,-1.528960113,0.7276398177,577.89000918 +177,-1.421139645,0.5584869783,24,-1.528960113,0.7276398177,751.62411399 +178,-1.457037165,0.565943032,24,-1.528960113,0.7276398177,679.40277412 +179,-2.757159358,0.3745319,24,-1.528960113,0.7276398177,4253.3125519 +180,-2.714309238,0.342054471,24,-1.528960113,0.7276398177,4204.5019134 +181,-2.000525337,0.774119946,24,-1.528960113,0.7276398177,1371.5927526 +183,-1.571413436,0.6777838382,24,-1.528960113,0.7276398177,235.48322804 +184,-1.552860289,0.6987663893,24,-1.528960113,0.7276398177,134.92422751 +185,-1.521852374,0.7165827476,24,-1.528960113,0.7276398177,48.626253394 +186,-1.503656267,0.6928968252,24,-1.528960113,0.7276398177,157.19801313 +187,-1.502753178,0.7136205882,24,-1.528960113,0.7276398177,95.743882865 +188,-1.631894563,0.7343596465,24,-1.528960113,0.7276398177,304.65629612 +189,-1.653765416,0.6770714026,24,-1.528960113,0.7276398177,427.0152393 +190,-1.719812114,0.6715965947,24,-1.528960113,0.7276398177,618.95551529 +191,-1.493406659,0.6646955447,24,-1.528960113,0.7276398177,271.70861667 +192,-1.469120564,0.6613469966,24,-1.528960113,0.7276398177,319.49824901 +193,-1.590551461,0.5326612937,24,-1.528960113,0.7276398177,796.86228073 +194,-1.625979264,0.5247742243,24,-1.528960113,0.7276398177,861.25825368 +195,-1.572293943,0.5238808754,24,-1.528960113,0.7276398177,818.88608791 +196,-1.610848725,0.5477107964,24,-1.528960113,0.7276398177,758.52618236 +197,-1.208485554,0.7918526018,24,-1.528960113,0.7276398177,952.45292659 +198,-1.335601374,0.6869083083,24,-1.528960113,0.7276398177,603.63172896 +199,-1.346156996,0.6825213377,24,-1.528960113,0.7276398177,579.22057968 +200,-1.324381037,0.6741422347,24,-1.528960113,0.7276398177,653.91904291 +201,-1.242424992,0.7378949807,24,-1.528960113,0.7276398177,843.31899178 +202,-1.270370057,0.7392461008,24,-1.528960113,0.7276398177,761.32877313 +203,-1.448950472,0.7441675014,24,-1.528960113,0.7276398177,243.82318405 +204,-1.492662363,0.7523026852,24,-1.528960113,0.7276398177,144.27101013 +205,-1.479098966,0.7763855017,24,-1.528960113,0.7276398177,240.97298831 +206,-1.633760714,0.7869022408,24,-1.528960113,0.7276398177,382.05943153 +207,-1.647406434,0.8101289331,24,-1.528960113,0.7276398177,469.19222224 +208,-1.564245052,0.5701509278,24,-1.528960113,0.7276398177,633.61913294 +209,-1.646289963,0.6833746083,24,-1.528960113,0.7276398177,394.70515382 +210,-1.5820631,0.6751952144,24,-1.528960113,0.7276398177,262.58656383 +211,-1.613236298,0.6681681791,24,-1.528960113,0.7276398177,347.61085614 +212,-1.914661867,0.8212566515,24,-1.528960113,0.7276398177,1148.6752278 +213,-1.742133237,0.7250275956,24,-1.528960113,0.7276398177,630.8254927 +214,-2.033144872,0.6557314699,24,-1.528960113,0.7276398177,1556.6333819 +215,-2.039551981,0.6964723658,24,-1.528960113,0.7276398177,1528.6331736 +216,-1.247341019,0.7622473908,24,-1.528960113,0.7276398177,830.03028374 +217,-1.298239787,0.7084123392,24,-1.528960113,0.7276398177,691.75858375 +218,-1.308539688,0.6926545592,24,-1.528960113,0.7276398177,675.71342499 +219,-1.303263185,0.6888938396,24,-1.528960113,0.7276398177,695.3735146 +220,-1.852400229,0.6004246149,24,-1.528960113,0.7276398177,1124.5200984 +221,-1.288947707,0.7473773692,24,-1.528960113,0.7276398177,707.17814476 +222,-1.372031502,0.7472790993,24,-1.528960113,0.7276398177,466.38510772 +223,-1.289805721,0.7242157877,24,-1.528960113,0.7276398177,707.84591883 +224,-1.350807603,0.7533498126,24,-1.528960113,0.7276398177,530.37807076 +225,-1.329290365,0.7560442322,24,-1.528960113,0.7276398177,593.31858875 +226,-1.410153004,0.616936428,24,-1.528960113,0.7276398177,572.17221077 +227,-1.393445434,0.6308995063,24,-1.528960113,0.7276398177,566.33719725 +228,-1.37595573,0.6241540638,24,-1.528960113,0.7276398177,625.15229846 +229,-1.358388707,0.6172645205,24,-1.528960113,0.7276398177,685.13819881 +230,-1.753741133,0.8281661666,24,-1.528960113,0.7276398177,747.46220145 +231,-1.47430987,0.6834615681,24,-1.528960113,0.7276398177,240.33286353 +232,-1.421012508,0.7222725206,24,-1.528960113,0.7276398177,320.69197304 +233,-1.4476833,0.6978557868,24,-1.528960113,0.7276398177,270.58263037 +234,-1.470370723,0.6966193374,24,-1.528960113,0.7276398177,214.351556 +235,-1.429211703,0.7037216883,24,-1.528960113,0.7276398177,312.78029111 +236,-1.700578405,0.6178673663,24,-1.528960113,0.7276398177,686.02340803 +237,-1.678117619,0.6331716163,24,-1.528960113,0.7276398177,591.86706625 +238,-1.725644578,0.6316331145,24,-1.528960113,0.7276398177,714.49147802 +239,-2.14012759,0.7930497945,24,-1.528960113,0.7276398177,1758.9565338 +240,-2.103289431,0.7653606263,24,-1.528960113,0.7276398177,1665.5559995 +241,-1.318739838,0.7017808746,24,-1.528960113,0.7276398177,636.64883458 +242,-1.396417427,0.7077900843,24,-1.528960113,0.7276398177,403.08506851 +243,-1.35650337,0.7185539404,24,-1.528960113,0.7276398177,513.14139238 +244,-1.248884539,0.7274156818,24,-1.528960113,0.7276398177,827.30570413 +245,-1.395014798,0.5761185243,24,-1.528960113,0.7276398177,732.84485194 +246,-1.433377362,0.6064716109,24,-1.528960113,0.7276398177,564.34848661 +247,-1.408172432,0.5903155476,24,-1.528960113,0.7276398177,662.01217927 +248,-1.749645898,0.7757118084,24,-1.528960113,0.7276398177,665.58623024 +249,-1.571626686,0.615046989,24,-1.528960113,0.7276398177,465.13875061 +250,-1.514070049,0.6303003037,24,-1.528960113,0.7276398177,388.27787105 +251,-1.480890369,0.6237966528,24,-1.528960113,0.7276398177,437.26199028 +252,-1.704390658,0.5281680612,24,-1.528960113,0.7276398177,968.24699296 +253,-1.64434733,0.5254277498,24,-1.528960113,0.7276398177,881.68054993 +254,-1.703855997,0.4792484842,24,-1.528960113,0.7276398177,1135.3612121 +255,-1.692002383,0.5748825051,24,-1.528960113,0.7276398177,792.65317405 +256,-1.854136457,0.5544643913,24,-1.528960113,0.7276398177,1235.1834189 +257,-1.665021206,0.520317736,24,-1.528960113,0.7276398177,929.4189908 +258,-1.733654349,0.4845187345,24,-1.528960113,0.7276398177,1168.5779307 +259,-1.720938188,0.5135933906,24,-1.528960113,0.7276398177,1047.573818 +260,-1.742668307,0.553296122,24,-1.528960113,0.7276398177,966.34949089 +261,-1.965659039,0.7142126903,24,-1.528960113,0.7276398177,1295.9064457 +262,-1.944438071,0.6772834804,24,-1.528960113,0.7276398177,1267.6583846 +263,-1.270340967,0.7681487096,24,-1.528960113,0.7276398177,766.82382366 +264,-1.353091884,0.6549276821,24,-1.528960113,0.7276398177,608.52181182 +265,-1.333236659,0.6413584414,24,-1.528960113,0.7276398177,690.22797033 +266,-1.352015998,0.6753788907,24,-1.528960113,0.7276398177,573.55303906 +267,-1.377988483,0.6577816235,24,-1.528960113,0.7276398177,536.55945735 +268,-2.13075611,0.8318642051,24,-1.528960113,0.7276398177,1729.1497702 +269,-2.097910953,0.8259670014,24,-1.528960113,0.7276398177,1640.7337948 +270,-1.416382069,0.6694271549,24,-1.528960113,0.7276398177,411.85278155 +271,-1.538905672,0.7535625993,24,-1.528960113,0.7276398177,106.71657451 +272,-1.572309477,0.7803125099,24,-1.528960113,0.7276398177,243.27407714 +273,-1.87759879,0.7503853417,24,-1.528960113,0.7276398177,1022.2545519 +274,1.152365588,0.590457682,24,-1.528960113,0.7276398177,6960.827596 +275,0.350198001,0.718001859,24,-1.528960113,0.7276398177,5151.8513468 +276,0.046513677,0.491503852,24,-1.528960113,0.7276398177,4970.0265489 +277,0.027510309,0.742571376,24,-1.528960113,0.7276398177,4339.2057089 +278,0.306285725,-0.214631579,24,-1.528960113,0.7276398177,7563.9483017 +279,-1.100564889,0.318051531,24,-1.528960113,0.7276398177,2173.5133975 +280,-1.078582306,0.301437596,24,-1.528960113,0.7276398177,2275.7967475 +281,-1.137371989,-0.617634065,24,-1.528960113,0.7276398177,5514.968522 +282,0.784356344,0.703272339,24,-1.528960113,0.7276398177,6043.5108812 +283,-1.221209947,0.218327455,24,-1.528960113,0.7276398177,2280.2209504 +284,2.347301921,-0.449114658,24,-1.528960113,0.7276398177,9816.3746751 +285,0.246820618,0.830553713,24,-1.528960113,0.7276398177,4641.3299799 +286,0.829414965,0.703288228,24,-1.528960113,0.7276398177,6116.8274877 +287,-1.337537566,0.42332223,24,-1.528960113,0.7276398177,1360.1998793 +288,0.882453706,0.454478077,24,-1.528960113,0.7276398177,7051.51524 +289,1.575629659,0.416419109,24,-1.528960113,0.7276398177,7910.1971976 +290,-1.039455679,0.229888244,24,-1.528960113,0.7276398177,2592.9981139 +291,0.489558039,0.934482747,24,-1.528960113,0.7276398177,4835.8185126 +292,0.081344504,0.88384514,24,-1.528960113,0.7276398177,4168.2916793 +293,-1.547979814,0.300350308,24,-1.528960113,0.7276398177,1693.726505 +294,0.040776181,0.168560074,24,-1.528960113,0.7276398177,5775.9203003 +295,-1.130374745,0.563894876,24,-1.528960113,0.7276398177,1411.8057052 +296,1.578326642,0.478507176,24,-1.528960113,0.7276398177,7664.6467604 +297,-1.12861823,-0.291640865,24,-1.528960113,0.7276398177,4295.3888921 +298,0.310524208,0.770885792,24,-1.528960113,0.7276398177,4926.5454666 +299,0.415649091,-0.387246002,24,-1.528960113,0.7276398177,8312.6934087 +300,-0.926533878,-0.188022748,24,-1.528960113,0.7276398177,4238.256077 +301,1.258856172,-0.11716081,24,-1.528960113,0.7276398177,9724.4733629 +302,-1.126050026,0.322941926,24,-1.528960113,0.7276398177,2101.6098166 +303,2.002785835,0.07893892,24,-1.528960113,0.7276398177,8952.4086811 +304,0.440437607,0.746258085,24,-1.528960113,0.7276398177,5267.0799296 +305,-0.030391866,0.214441206,24,-1.528960113,0.7276398177,5447.8152509 +306,0.521557815,-0.058929362,24,-1.528960113,0.7276398177,7779.7102414 +307,-0.097005111,0.13317729,24,-1.528960113,0.7276398177,5461.7164421 +308,1.83113859,0.221857587,24,-1.528960113,0.7276398177,8599.1419711 +309,0.222428864,0.099404236,24,-1.528960113,0.7276398177,6489.3249264 +310,-1.702731345,0.8728568183,24,-1.528960113,0.7276398177,747.47563666 +311,-0.418507569,0.278324921,24,-1.528960113,0.7276398177,4140.0979773 +312,-1.41153306,0.339029988,24,-1.528960113,0.7276398177,1589.2158842 +313,0.357560442,0.114788776,24,-1.528960113,0.7276398177,6835.008944 +314,0.325818979,0.268352149,24,-1.528960113,0.7276398177,6322.4926481 +315,-1.246004659,-0.663679965,24,-1.528960113,0.7276398177,5604.990393 +316,1.814603087,0.637404484,24,-1.528960113,0.7276398177,6987.6115073 +317,1.843704281,-0.18300445,24,-1.528960113,0.7276398177,10141.685562 +318,1.690644492,-0.211480909,24,-1.528960113,0.7276398177,10381.591779 +319,-1.275451936,0.068109467,24,-1.528960113,0.7276398177,2762.6866227 +320,0.762430171,-0.207594741,24,-1.528960113,0.7276398177,8866.9326669 +321,0.265668905,-0.014647884,24,-1.528960113,0.7276398177,6920.6114268 +322,-2.773032013,-0.335515811,24,-1.528960113,0.7276398177,6192.9776822 +323,-1.469512853,0.174058777,24,-1.528960113,0.7276398177,2202.5032262 +324,0.286276986,0.785925691,24,-1.528960113,0.7276398177,4835.867743 +325,-1.379324697,0.377432233,24,-1.528960113,0.7276398177,1474.1230614 +326,-1.203778265,0.212813032,24,-1.528960113,0.7276398177,2328.538463 +327,0.579916301,0.611743168,24,-1.528960113,0.7276398177,5949.6945706 +328,0.267582642,0.868113908,24,-1.528960113,0.7276398177,4593.9344951 +329,0.412869244,-0.050245578,24,-1.528960113,0.7276398177,7444.6712901 +330,0.17524381,0.976660285,24,-1.528960113,0.7276398177,4168.369874 +331,0.743157214,0.204812899,24,-1.528960113,0.7276398177,7581.2384072 +332,-1.070758176,0.269382282,24,-1.528960113,0.7276398177,2395.895473 +333,-1.230364251,0.329790229,24,-1.528960113,0.7276398177,1869.8265452 +334,-1.374813124,-0.024926835,24,-1.528960113,0.7276398177,3031.8630504 +335,0.519780566,0.463669906,24,-1.528960113,0.7276398177,6260.528878 +336,-1.55108034,0.239698561,24,-1.528960113,0.7276398177,1934.2341795 +337,0.180294813,0.029739425,24,-1.528960113,0.7276398177,6552.02296 +338,0.67820924,0.268170153,24,-1.528960113,0.7276398177,7229.6816877 +339,0.445798684,1.024001867,24,-1.528960113,0.7276398177,4524.5912367 +340,0.691751283,0.150521402,24,-1.528960113,0.7276398177,7625.692775 +341,-1.036643551,-0.903056181,24,-1.528960113,0.7276398177,6677.5632062 +342,-0.120287036,1.083325163,24,-1.528960113,0.7276398177,3449.8588505 +343,2.823513113,-0.304487164,24,-1.528960113,0.7276398177,8072.135161 +344,0.457583172,1.12513373,24,-1.528960113,0.7276398177,4283.2056094 +345,0.042918831,0.813795399,24,-1.528960113,0.7276398177,4225.671671 +346,1.196146777,-0.853142756,24,-1.528960113,0.7276398177,11187.971635 +347,0.206001358,-0.010430701,24,-1.528960113,0.7276398177,6734.2037146 +348,-0.268308653,0.234799412,24,-1.528960113,0.7276398177,4693.3996922 +349,0.759363263,0.736189579,24,-1.528960113,0.7276398177,5893.7728484 +350,0.181363926,0.891988372,24,-1.528960113,0.7276398177,4362.1372153 +351,-0.021111158,0.139103292,24,-1.528960113,0.7276398177,5670.5897885 +352,-0.093355215,0.630686981,24,-1.528960113,0.7276398177,4268.1251072 +353,0.40118964,0.681375926,24,-1.528960113,0.7276398177,5363.7780519 +354,-0.721197315,1.304706234,24,-1.528960113,0.7276398177,2694.4869209 +355,-1.076150317,0.212107639,24,-1.528960113,0.7276398177,2572.1804106 +356,-1.577164531,0.273993443,24,-1.528960113,0.7276398177,1804.426216 +357,-0.190788414,0.182208586,24,-1.528960113,0.7276398177,5057.2432151 +358,-0.261349752,0.209710184,24,-1.528960113,0.7276398177,4777.9548085 +359,-1.029303852,0.083549259,24,-1.528960113,0.7276398177,3102.1794832 +360,-1.268609162,0.330525297,24,-1.528960113,0.7276398177,1801.2057961 +361,1.282982244,-0.926641967,24,-1.528960113,0.7276398177,11266.074918 +362,0.217352334,0.731352408,24,-1.528960113,0.7276398177,4817.577705 +363,-1.511833084,0.258629297,24,-1.528960113,0.7276398177,1858.6782906 +364,0.338812194,0.823184618,24,-1.528960113,0.7276398177,4851.3043252 +365,-0.324406489,1.134201999,24,-1.528960113,0.7276398177,3061.968276 +366,1.389579348,0.399185724,24,-1.528960113,0.7276398177,7906.0576077 +367,2.047152199,-0.039082036,24,-1.528960113,0.7276398177,9308.9612372 +368,0.947780369,0.568250077,24,-1.528960113,0.7276398177,6767.8996651 +369,0.763824846,0.576754987,24,-1.528960113,0.7276398177,6423.9771217 +370,-0.142334657,0.928153068,24,-1.528960113,0.7276398177,3601.2910801 +371,0.610266567,0.547265983,24,-1.528960113,0.7276398177,6210.7513953 +372,0.210731629,0.746815056,24,-1.528960113,0.7276398177,4764.5064649 +373,-1.34931644,0.316895224,24,-1.528960113,0.7276398177,1736.7538839 +374,2.407696481,0.655030745,24,-1.528960113,0.7276398177,6259.5629716 +375,0.64207831,0.545359131,24,-1.528960113,0.7276398177,6283.7187177 +376,1.174597538,0.840588356,24,-1.528960113,0.7276398177,6045.7647027 +377,0.660059424,0.010604079,24,-1.528960113,0.7276398177,7963.8394515 +378,-0.730263819,0.010486456,24,-1.528960113,0.7276398177,4019.0766536 +379,0.831068936,0.512339172,24,-1.528960113,0.7276398177,6762.0703251 +380,1.301180979,0.72367476,24,-1.528960113,0.7276398177,6587.9478797 +381,1.811128231,0.322854402,24,-1.528960113,0.7276398177,8219.647938 +382,0.435105812,0.992284428,24,-1.528960113,0.7276398177,4590.1167996 +383,0.62643634,0.592027932,24,-1.528960113,0.7276398177,6106.2760546 +384,0.492988703,-0.516339467,24,-1.528960113,0.7276398177,8828.0958973 +385,-0.162469483,0.112549365,24,-1.528960113,0.7276398177,5322.0009764 +386,0.314630866,0.472006421,24,-1.528960113,0.7276398177,5732.6245318 +387,0.166744804,0.822815954,24,-1.528960113,0.7276398177,4486.3005583 +388,0.417159608,0.965805736,24,-1.528960113,0.7276398177,4629.1367456 +389,0.106334961,0.868774244,24,-1.528960113,0.7276398177,4253.4682821 +390,0.815086969,-0.338144359,24,-1.528960113,0.7276398177,9364.2404325 +391,0.59867455,-0.230624824,24,-1.528960113,0.7276398177,8463.7764837 +392,1.915104874,0.066220985,24,-1.528960113,0.7276398177,9115.5923019 +393,1.278093622,0.064463721,24,-1.528960113,0.7276398177,9082.5593685 +394,-0.061477853,0.302997961,24,-1.528960113,0.7276398177,5130.9441501 +395,0.251311504,0.626976942,24,-1.528960113,0.7276398177,5161.7464092 +396,2.950242872,0.149095644,24,-1.528960113,0.7276398177,6506.746594 +397,-0.180294708,0.35375117,24,-1.528960113,0.7276398177,4657.6458799 +398,1.010448592,-0.351180233,24,-1.528960113,0.7276398177,9939.0814608 +399,-1.748740498,0.3686318073,24,-1.528960113,0.7276398177,1600.3059248 +400,2.699635665,0.123533791,24,-1.528960113,0.7276398177,7275.000327 +401,0.496808033,0.823843254,24,-1.528960113,0.7276398177,5159.2142469 +402,0.129574704,0.763364087,24,-1.528960113,0.7276398177,4537.5033601 +403,1.798920311,0.817447563,24,-1.528960113,0.7276398177,6288.7410819 +404,0.335987953,0.746786541,24,-1.528960113,0.7276398177,5044.4343961 +405,-1.085413643,0.292154671,24,-1.528960113,0.7276398177,2290.0975119 +406,-0.155321003,0.508207011,24,-1.528960113,0.7276398177,4366.6865764 +407,0.620529244,-0.301175104,24,-1.528960113,0.7276398177,8708.486556 +408,1.684402744,0.368716966,24,-1.528960113,0.7276398177,8093.1986024 +409,0.300582244,-0.386397212,24,-1.528960113,0.7276398177,7972.1717071 +410,2.913555946,-0.009225192,24,-1.528960113,0.7276398177,7040.6029494 +411,1.465101417,0.493232532,24,-1.528960113,0.7276398177,7577.88738 +412,0.090612882,0.907955955,24,-1.528960113,0.7276398177,4139.4105316 +413,2.987564726,-0.729568594,24,-1.528960113,0.7276398177,8536.5626213 +414,-1.484261606,0.224149272,24,-1.528960113,0.7276398177,2000.2879088 +415,0.164073421,0.303955133,24,-1.528960113,0.7276398177,5776.6199024 +416,0.141441293,0.167552546,24,-1.528960113,0.7276398177,6072.546775 +417,2.931321023,-0.506718887,24,-1.528960113,0.7276398177,8230.5766054 +418,2.21951565,0.700596356,24,-1.528960113,0.7276398177,6380.9605835 +419,0.268112576,1.199114336,24,-1.528960113,0.7276398177,3873.0631798 +420,0.978913739,0.359223811,24,-1.528960113,0.7276398177,7552.0253417 +421,1.210898818,0.522863584,24,-1.528960113,0.7276398177,7277.4432382 +422,2.347397336,0.129231362,24,-1.528960113,0.7276398177,8131.9785648 +423,0.614394501,0.556878345,24,-1.528960113,0.7276398177,6189.8862461 +424,-1.398079356,0.148483366,24,-1.528960113,0.7276398177,2339.355738 +425,2.535303836,-0.112984496,24,-1.528960113,0.7276398177,8401.5474108 +426,-1.019372593,-0.405322349,24,-1.528960113,0.7276398177,4861.3023153 +427,-1.297785627,-0.160104069,24,-1.528960113,0.7276398177,3615.5009776 +428,2.144554488,0.205051084,24,-1.528960113,0.7276398177,8271.5235072 +429,-2.242387083,-0.426171285,24,-1.528960113,0.7276398177,5265.2536662 +430,0.338637212,0.909723676,24,-1.528960113,0.7276398177,4631.1226979 +431,-0.148798452,0.691042401,24,-1.528960113,0.7276398177,3995.5847186 +432,0.893524764,0.441829531,24,-1.528960113,0.7276398177,7114.7361503 +433,0.969229347,-0.368847936,24,-1.528960113,0.7276398177,9875.5823484 +434,0.436043248,0.800045688,24,-1.528960113,0.7276398177,5108.8281972 +435,1.687946607,1.081504775,24,-1.528960113,0.7276398177,5273.7707302 +436,0.522302046,-0.034889271,24,-1.528960113,0.7276398177,7715.2127002 +437,-0.178996113,-0.438090009,24,-1.528960113,0.7276398177,6754.3975984 +438,-1.094339566,0.301444068,24,-1.528960113,0.7276398177,2240.4655639 +439,-1.064070054,0.242569932,24,-1.528960113,0.7276398177,2497.5571698 +440,-1.068153768,0.230387998,24,-1.528960113,0.7276398177,2528.6051798 +441,-3.00496892,-0.23989155,24,-1.528960113,0.7276398177,6576.4145027 +442,0.21751974,0.766874888,24,-1.528960113,0.7276398177,4731.2026649 +443,0.117229532,0.007619006,24,-1.528960113,0.7276398177,6424.7261467 +444,0.777758451,0.420554741,24,-1.528960113,0.7276398177,6963.178621 +445,-0.252356999,0.250747086,24,-1.528960113,0.7276398177,4700.2137218 +446,0.363148444,0.768483434,24,-1.528960113,0.7276398177,5045.2021291 +447,0.903191366,-0.118210676,24,-1.528960113,0.7276398177,8978.3088185 +448,-0.205755923,0.149406178,24,-1.528960113,0.7276398177,5097.9451343 +449,1.811996086,0.02364353,24,-1.528960113,0.7276398177,9383.1735642 +450,-1.100670221,0.314845373,24,-1.528960113,0.7276398177,2183.4998248 +451,0.340078597,0.850105132,24,-1.528960113,0.7276398177,4784.7162744 +452,0.258757267,0.804969236,24,-1.528960113,0.7276398177,4729.1161672 +453,2.78505352,-0.155160804,24,-1.528960113,0.7276398177,7804.4571537 +454,0.800551619,0.105822106,24,-1.528960113,0.7276398177,8029.3207861 +455,0.437940882,-0.506194031,24,-1.528960113,0.7276398177,8645.8550083 +456,2.230431122,0.63458615,24,-1.528960113,0.7276398177,6602.376872 +457,0.527965361,0.127667701,24,-1.528960113,0.7276398177,7269.348309 +458,-0.063643205,0.702093448,24,-1.528960113,0.7276398177,4195.5129051 +459,1.408447268,0.133010502,24,-1.528960113,0.7276398177,8955.1775893 +460,0.523795955,0.280266966,24,-1.528960113,0.7276398177,6812.9035164 +461,-0.975769313,0.072177659,24,-1.528960113,0.7276398177,3250.946205 +462,0.549774164,-0.463663986,24,-1.528960113,0.7276398177,8882.4831616 +463,0.29245874,1.095549818,24,-1.528960113,0.7276398177,4117.4076026 +464,0.143625958,0.816809593,24,-1.528960113,0.7276398177,4448.564399 +465,0.671902494,0.611159853,24,-1.528960113,0.7276398177,6137.4936021 +466,1.239840988,0.6724199,24,-1.528960113,0.7276398177,6737.4473944 +467,0.607829703,-0.10932137,24,-1.528960113,0.7276398177,8162.7946369 +468,1.763020906,0.263996692,24,-1.528960113,0.7276398177,8477.5885963 +469,0.378714634,0.726066797,24,-1.528960113,0.7276398177,5192.3544941 +470,2.196736143,-0.153862366,24,-1.528960113,0.7276398177,9391.6199417 +471,0.01702415,0.148991565,24,-1.528960113,0.7276398177,5757.2216234 +472,-2.998490902,-0.158002487,24,-1.528960113,0.7276398177,6341.1764099 +473,-3.051262951,-0.346595608,24,-1.528960113,0.7276398177,6986.7461173 +474,-1.069176439,0.182802941,24,-1.528960113,0.7276398177,2684.7714561 +475,0.167157509,0.595344954,24,-1.528960113,0.7276398177,5032.8398832 +476,0.613855648,0.681746124,24,-1.528960113,0.7276398177,5804.2993058 +477,1.037012736,0.682555367,24,-1.528960113,0.7276398177,6485.6704699 +478,-1.253574971,0.379755746,24,-1.528960113,0.7276398177,1655.1012884 +479,3.108590453,-0.132620738,24,-1.528960113,0.7276398177,6791.4634561 +480,0.565301296,0.022333262,24,-1.528960113,0.7276398177,7673.591209 +481,0.547898238,0.855555614,24,-1.528960113,0.7276398177,5160.6723196 +482,0.948309381,0.417393755,24,-1.528960113,0.7276398177,7295.959489 +483,-0.050600732,0.945269213,24,-1.528960113,0.7276398177,3773.4095257 +484,-0.977651478,-0.572363064,24,-1.528960113,0.7276398177,5527.2088226 +485,1.102014914,0.728861163,24,-1.528960113,0.7276398177,6392.2775342 +486,2.927300795,-0.282939414,24,-1.528960113,0.7276398177,7711.8491871 +487,-1.154565557,0.124434095,24,-1.528960113,0.7276398177,2727.1884706 +488,1.855331234,0.291044755,24,-1.528960113,0.7276398177,8312.0260595 +489,0.830290659,0.276904518,24,-1.528960113,0.7276398177,7544.1142367 +490,0.485104466,-0.234867441,24,-1.528960113,0.7276398177,8143.2504752 +491,0.521367572,-0.33161327,24,-1.528960113,0.7276398177,8492.212602 +1,-1.539031704,0.7349710123,25,-1.533313146,0.7260818349,39.043247463 +2,-1.536990553,0.7349663874,25,-1.533313146,0.7260818349,36.826086061 +3,-1.534951779,0.7349571355,25,-1.533313146,0.7260818349,35.485906054 +4,-1.532906461,0.7349480293,25,-1.533313146,0.7260818349,35.139485657 +5,-1.531320211,0.7346937278,25,-1.533313146,0.7260818349,34.614833909 +6,-1.539451648,0.7335131775,25,-1.533313146,0.7260818349,34.566592034 +7,-1.537429487,0.7335445708,25,-1.533313146,0.7260818349,31.960216155 +8,-1.535484998,0.7335658704,25,-1.533313146,0.7260818349,30.329679265 +9,-1.533488396,0.7336036027,25,-1.533313146,0.7260818349,29.798213528 +10,-1.531497785,0.7335842962,25,-1.533313146,0.7260818349,30.196593281 +11,-1.530259379,0.7334777758,25,-1.533313146,0.7260818349,30.651129958 +12,-1.5335454,0.7322346912,25,-1.533313146,0.7260818349,24.38111784 +13,-1.531489083,0.7322238773,25,-1.533313146,0.7260818349,24.918126194 +14,-1.530011122,0.7321679851,25,-1.533313146,0.7260818349,26.005741141 +15,-1.53348106,0.7306614094,25,-1.533313146,0.7260818349,18.146483715 +16,-1.531441779,0.7306962275,25,-1.533313146,0.7260818349,19.09630516 +17,-1.529755654,0.7306933243,25,-1.533313146,0.7260818349,21.076694952 +18,-1.533415048,0.7291384674,25,-1.533313146,0.7260818349,12.111072629 +19,-1.531392093,0.7291705353,25,-1.533313146,0.7260818349,13.489527071 +20,-1.529296523,0.7291214933,25,-1.533313146,0.7260818349,16.915139266 +21,-1.535280942,0.727267644,25,-1.533313146,0.7260818349,7.4831672708 +22,-1.533378158,0.7276139666,25,-1.533313146,0.7260818349,6.0718236924 +23,-1.531340368,0.7276446587,25,-1.533313146,0.7260818349,8.5098213018 +24,-1.528960113,0.7276398177,25,-1.533313146,0.7260818349,14.286218302 +25,-1.533313146,0.7260818349,25,-1.533313146,0.7260818349,3.0193731974 +26,-1.531259555,0.7260958115,25,-1.533313146,0.7260818349,6.0828761694 +27,-1.528926415,0.7260865555,25,-1.533313146,0.7260818349,12.993316776 +28,-1.531226779,0.7245511789,25,-1.533313146,0.7260818349,8.6602646019 +29,-1.528904772,0.7245519194,25,-1.533313146,0.7260818349,14.403182342 +30,-1.547195875,0.7409785979,25,-1.533313146,0.7260818349,71.764062005 +31,-1.5451475,0.740980426,25,-1.533313146,0.7260818349,68.519543709 +32,-1.543097679,0.7409798872,25,-1.533313146,0.7260818349,65.658719189 +33,-1.540720364,0.7409892687,25,-1.533313146,0.7260818349,62.941706554 +34,-1.547188511,0.7395198392,25,-1.533313146,0.7260818349,67.097077653 +35,-1.545148587,0.7395226109,25,-1.533313146,0.7260818349,63.628360323 +36,-1.543104538,0.7395314908,25,-1.533313146,0.7260818349,60.573354957 +37,-1.540727751,0.7395306258,25,-1.533313146,0.7260818349,57.569903997 +38,-1.547187029,0.7380014886,25,-1.533313146,0.7260818349,62.449056819 +39,-1.545147315,0.7380012252,25,-1.533313146,0.7260818349,58.691059733 +40,-1.54310719,0.7380060743,25,-1.533313146,0.7260818349,55.34850838 +41,-1.540719671,0.7380068206,25,-1.533313146,0.7260818349,52.031554026 +42,-1.547187189,0.7364799098,25,-1.533313146,0.7260818349,58.046844174 +43,-1.545149996,0.7364853874,25,-1.533313146,0.7260818349,53.999611991 +44,-1.543106091,0.7364823484,25,-1.533313146,0.7260818349,50.306172088 +45,-1.540717158,0.7364893901,25,-1.533313146,0.7260818349,46.646813731 +46,-1.538663972,0.7410138672,25,-1.533313146,0.7260818349,61.205091418 +47,-1.53695285,0.7409699132,25,-1.533313146,0.7260818349,59.936104298 +48,-1.534910498,0.7409641297,25,-1.533313146,0.7260818349,59.135819599 +49,-1.533145034,0.7409536636,25,-1.533313146,0.7260818349,58.909390182 +50,-1.538681336,0.7395405883,25,-1.533313146,0.7260818349,55.603547211 +51,-1.536999189,0.7395183096,25,-1.533313146,0.7260818349,54.317030619 +52,-1.534923633,0.7395144222,25,-1.533313146,0.7260818349,53.417332408 +53,-1.533267822,0.7395654306,25,-1.533313146,0.7260818349,53.40868952 +54,-1.53867273,0.7380151077,25,-1.533313146,0.7260818349,49.835374126 +55,-1.536980576,0.7379994392,25,-1.533313146,0.7260818349,48.426413524 +56,-1.534931522,0.7379944961,25,-1.533313146,0.7260818349,47.42633844 +57,-1.533387952,0.7379480264,25,-1.533313146,0.7260818349,47.002501129 +58,-1.538682279,0.7364914363,25,-1.533313146,0.7260818349,44.166472379 +59,-1.536980704,0.7364810563,25,-1.533313146,0.7260818349,42.586841073 +60,-1.534935567,0.7364752065,25,-1.533313146,0.7260818349,41.445090683 +61,-1.533042592,0.7363876366,25,-1.533313146,0.7260818349,40.829073349 +62,-1.545143426,0.7349628011,25,-1.533313146,0.7260818349,49.553984575 +63,-1.543105297,0.7349691947,25,-1.533313146,0.7260818349,45.539076231 +64,-1.541064533,0.7349647152,25,-1.533313146,0.7260818349,41.963654379 +65,-1.545411803,0.7334624714,25,-1.533313146,0.7260818349,46.156520106 +66,-1.543446606,0.7334780896,25,-1.533313146,0.7260818349,41.871812266 +67,-1.541475327,0.7334957295,25,-1.533313146,0.7260818349,37.986980188 +68,-1.545401939,0.731963266,25,-1.533313146,0.7260818349,42.639327871 +69,-1.54342253,0.7319915583,25,-1.533313146,0.7260818349,37.945430041 +70,-1.541455867,0.7320216438,25,-1.533313146,0.7260818349,33.647733692 +71,-1.545410146,0.7304422281,25,-1.533313146,0.7260818349,39.713607746 +72,-1.543435491,0.7304713664,25,-1.533313146,0.7260818349,34.608001315 +73,-1.541463105,0.7304997613,25,-1.533313146,0.7260818349,29.777034695 +74,-1.545414768,0.7289194936,25,-1.533313146,0.7260818349,37.522276743 +75,-1.543435774,0.7289538557,25,-1.533313146,0.7260818349,32.032607066 +76,-1.541457714,0.7289765881,25,-1.533313146,0.7260818349,26.682127559 +77,-1.539449415,0.7320555866,25,-1.533313146,0.7260818349,29.807386804 +78,-1.537429183,0.7321097681,25,-1.533313146,0.7260818349,26.794225953 +79,-1.535472649,0.7321497267,25,-1.533313146,0.7260818349,24.867045162 +80,-1.539457899,0.7305333307,25,-1.533313146,0.7260818349,25.314975504 +81,-1.537453161,0.7305750503,25,-1.533313146,0.7260818349,21.599192415 +82,-1.535479385,0.7306124949,25,-1.533313146,0.7260818349,19.054137721 +83,-1.53946905,0.7290102593,25,-1.533313146,0.7260818349,21.590389378 +84,-1.537459922,0.7290417293,25,-1.533313146,0.7260818349,16.968224057 +85,-1.535451349,0.7290890157,25,-1.533313146,0.7260818349,13.486499433 +86,-1.535522937,0.7279887191,25,-1.533313146,0.7260818349,9.9909429467 +87,-1.539442524,0.7274735939,25,-1.533313146,0.7260818349,18.962756402 +88,-1.537424111,0.727521351,25,-1.533313146,0.7260818349,13.438377473 +89,-1.539384641,0.7259505092,25,-1.533313146,0.7260818349,17.992099038 +90,-1.537372391,0.7259947145,25,-1.533313146,0.7260818349,12.028743276 +91,-1.535340789,0.7260435356,25,-1.533313146,0.7260818349,6.0078181343 +92,-1.539325716,0.7244369706,25,-1.533313146,0.7260818349,18.97557474 +93,-1.537308932,0.7244801057,25,-1.533313146,0.7260818349,13.43603367 +94,-1.535289068,0.7245247645,25,-1.533313146,0.7260818349,8.5052383726 +95,-1.533261366,0.7245550236,25,-1.533313146,0.7260818349,6.0496464371 +96,-1.539267302,0.722921924,25,-1.533313146,0.7260818349,21.64623922 +97,-1.537248972,0.7229660258,25,-1.533313146,0.7260818349,16.988146343 +98,-1.535219431,0.7229916471,25,-1.533313146,0.7260818349,13.483022081 +99,-1.53318962,0.7230212049,25,-1.533313146,0.7260818349,12.128690232 +100,-1.531154816,0.7230299897,25,-1.533313146,0.7260818349,13.678747005 +101,-1.528878341,0.7230370244,25,-1.533313146,0.7260818349,17.845692662 +102,-1.539218189,0.7214009878,25,-1.533313146,0.7260818349,25.513713384 +103,-1.537198791,0.7214422745,25,-1.533313146,0.7260818349,21.696310975 +104,-1.535179266,0.7214634354,25,-1.533313146,0.7260818349,19.113565015 +105,-1.533156501,0.7214944644,25,-1.533313146,0.7260818349,18.176521464 +106,-1.53113574,0.7215166021,25,-1.533313146,0.7260818349,19.202963509 +107,-1.528874248,0.7215345535,25,-1.533313146,0.7260818349,22.315620214 +108,-1.539217656,0.7198512397,25,-1.533313146,0.7260818349,30.275779323 +109,-1.537199919,0.7199428763,25,-1.533313146,0.7260818349,26.917388407 +110,-1.545425832,0.727397149,25,-1.533313146,0.7260818349,36.232792934 +111,-1.543371177,0.7273916949,25,-1.533313146,0.7260818349,30.222793005 +112,-1.541368852,0.7274523163,25,-1.533313146,0.7260818349,24.456225574 +113,-1.545349067,0.7258710923,25,-1.533313146,0.7260818349,35.662959702 +114,-1.54332671,0.7258603556,25,-1.533313146,0.7260818349,29.675633977 +115,-1.541346831,0.7259242142,25,-1.533313146,0.7260818349,23.805302015 +116,-1.545324355,0.7243383958,25,-1.533313146,0.7260818349,36.267702424 +117,-1.543292796,0.7243617413,25,-1.533313146,0.7260818349,30.356326358 +118,-1.541295822,0.7244024384,25,-1.533313146,0.7260818349,24.579243417 +119,-1.543193859,0.7205570215,25,-1.533313146,0.7260818349,36.600633243 +120,-1.550257047,0.7386738187,25,-1.533313146,0.7260818349,70.555902859 +121,-1.549335448,0.7311736483,25,-1.533313146,0.7260818349,51.466135593 +122,-1.533478843,0.7179891343,25,-1.533313146,0.7260818349,32.058970954 +123,-1.556150555,0.738907041,25,-1.533313146,0.7260818349,84.284710693 +124,-1.554324226,0.733414257,25,-1.533313146,0.7260818349,68.492815805 +125,-1.554290846,0.7288285332,25,-1.533313146,0.7260818349,63.005226829 +126,-1.55122487,0.7219795312,25,-1.533313146,0.7260818349,55.578347279 +127,-1.525104458,0.7229399862,25,-1.533313146,0.7260818349,27.343786538 +128,-1.519607711,0.7236181429,25,-1.533313146,0.7260818349,41.794441468 +129,-1.513899999,0.7251107854,25,-1.533313146,0.7260818349,57.653843954 +130,-1.536620762,0.7431061895,25,-1.533313146,0.7260818349,68.130715935 +131,-1.5369566,0.7460845958,25,-1.533313146,0.7260818349,79.949481948 +132,-1.545345528,0.7447040685,25,-1.533313146,0.7260818349,81.792100087 +133,-1.532813921,0.7432306626,25,-1.533313146,0.7260818349,67.942352715 +134,-1.554788248,0.7382381001,25,-1.533313146,0.7260818349,79.502279968 +135,-1.540348126,0.7301594274,25,-1.533313146,0.7260818349,26.334118817 +136,-1.538016084,0.7239051786,25,-1.533313146,0.7260818349,16.393649933 +137,-1.525288962,0.7258085137,25,-1.533313146,0.7260818349,23.79483242 +138,-1.534326986,0.731241342,25,-1.533313146,0.7260818349,20.655252316 +139,-1.530733872,0.7303625216,25,-1.533313146,0.7260818349,18.591454875 +141,-1.534354939,0.7328219978,25,-1.533313146,0.7260818349,26.874457664 +142,-1.53157084,0.7292888153,25,-1.533313146,0.7260818349,13.708345651 +143,-1.525691035,0.7263799874,25,-1.533313146,0.7260818349,22.604271036 +144,-1.534031287,0.7495967835,25,-1.533313146,0.7260818349,93.166485172 +145,-1.527714986,0.7283095957,25,-1.533313146,0.7260818349,18.768824457 +146,-1.526189586,0.7271468292,25,-1.533313146,0.7260818349,21.507474532 +147,-1.555177336,0.7375563366,25,-1.533313146,0.7260818349,78.846293926 +148,-1.555080283,0.7312707794,25,-1.533313146,0.7260818349,67.527826775 +149,-1.53856994,0.7224180299,25,-1.533313146,0.7260818349,21.30336254 +150,-1.530837883,0.729933372,25,-1.533313146,0.7260818349,16.920770025 +151,-1.515066984,0.5854133365,25,-1.533313146,0.7260818349,560.11129292 +152,-1.534731633,0.5368370046,25,-1.533313146,0.7260818349,749.61238494 +153,-1.515231902,0.5607085576,25,-1.533313146,0.7260818349,657.52963472 +154,-2.616253799,1.0684566605,25,-1.533313146,0.7260818349,2858.6602453 +155,-1.956071439,0.5792177723,25,-1.533313146,0.7260818349,1445.5975996 +156,-1.951208514,0.5602434208,25,-1.533313146,0.7260818349,1471.6898563 +157,-1.944675062,0.6062144545,25,-1.533313146,0.7260818349,1360.8795416 +158,-1.613778386,0.6077989518,25,-1.533313146,0.7260818349,531.03735831 +159,-2.035029014,0.6021432345,25,-1.533313146,0.7260818349,1631.3542141 +160,-2.114989471,0.6801825058,25,-1.533313146,0.7260818349,1755.9537534 +161,-2.037382079,0.5765830025,25,-1.533313146,0.7260818349,1684.9840645 +162,-2.129855121,0.6585019963,25,-1.533313146,0.7260818349,1826.3793505 +163,-2.075141798,0.6493615843,25,-1.533313146,0.7260818349,1676.5696503 +164,-1.828626729,0.6948433129,25,-1.533313146,0.7260818349,893.84400004 +165,-1.863329418,0.6735427691,25,-1.533313146,0.7260818349,1019.1747809 +166,-1.266037071,0.727988852,25,-1.533313146,0.7260818349,789.98307881 +167,-1.277579582,0.7249010648,25,-1.533313146,0.7260818349,756.97236972 +168,-1.258418684,0.7241194816,25,-1.533313146,0.7260818349,813.83986664 +169,-1.317813974,0.6804850104,25,-1.533313146,0.7260818349,674.96066739 +170,-1.344165204,0.6790988904,25,-1.533313146,0.7260818349,600.80538772 +171,-1.427582102,0.5277120351,25,-1.533313146,0.7260818349,855.22826012 +172,-1.402238616,0.457167829,25,-1.533313146,0.7260818349,1147.8531277 +173,-1.422454264,0.4996161999,25,-1.533313146,0.7260818349,965.5414266 +174,-1.439089277,0.4894859811,25,-1.533313146,0.7260818349,985.40973928 +175,-1.448126995,0.5182330266,25,-1.533313146,0.7260818349,867.34281699 +176,-1.474626146,0.5881926574,25,-1.533313146,0.7260818349,576.22215245 +177,-1.421139645,0.5584869783,25,-1.533313146,0.7260818349,752.61152927 +178,-1.457037165,0.565943032,25,-1.533313146,0.7260818349,678.38187829 +179,-2.757159358,0.3745319,25,-1.533313146,0.7260818349,4240.9147193 +180,-2.714309238,0.342054471,25,-1.533313146,0.7260818349,4191.7181499 +181,-2.000525337,0.774119946,25,-1.533313146,0.7260818349,1361.0685537 +183,-1.571413436,0.6777838382,25,-1.533313146,0.7260818349,223.31580225 +184,-1.552860289,0.6987663893,25,-1.533313146,0.7260818349,123.04091144 +185,-1.521852374,0.7165827476,25,-1.533313146,0.7260818349,50.7714777 +186,-1.503656267,0.6928968252,25,-1.533313146,0.7260818349,158.80365362 +187,-1.502753178,0.7136205882,25,-1.533313146,0.7260818349,103.53586771 +188,-1.631894563,0.7343596465,25,-1.533313146,0.7260818349,292.7059324 +189,-1.653765416,0.6770714026,25,-1.533313146,0.7260818349,412.72904565 +190,-1.719812114,0.6715965947,25,-1.533313146,0.7260818349,604.81519117 +191,-1.493406659,0.6646955447,25,-1.533313146,0.7260818349,271.73003042 +192,-1.469120564,0.6613469966,25,-1.533313146,0.7260818349,322.36970674 +193,-1.590551461,0.5326612937,25,-1.533313146,0.7260818349,787.58195382 +194,-1.625979264,0.5247742243,25,-1.533313146,0.7260818349,850.63089116 +195,-1.572293943,0.5238808754,25,-1.533313146,0.7260818349,810.56217655 +196,-1.610848725,0.5477107964,25,-1.533313146,0.7260818349,748.1347277 +197,-1.208485554,0.7918526018,25,-1.533313146,0.7260818349,966.70763063 +198,-1.335601374,0.6869083083,25,-1.533313146,0.7260818349,615.0497582 +199,-1.346156996,0.6825213377,25,-1.533313146,0.7260818349,590.2325671 +200,-1.324381037,0.6741422347,25,-1.533313146,0.7260818349,664.83914186 +201,-1.242424992,0.7378949807,25,-1.533313146,0.7260818349,856.97220654 +202,-1.270370057,0.7392461008,25,-1.533313146,0.7260818349,774.99492082 +203,-1.448950472,0.7441675014,25,-1.533313146,0.7260818349,257.96437226 +204,-1.492662363,0.7523026852,25,-1.533313146,0.7260818349,157.93342218 +205,-1.479098966,0.7763855017,25,-1.533313146,0.7260818349,253.59707708 +206,-1.633760714,0.7869022408,25,-1.533313146,0.7260818349,376.34324171 +207,-1.647406434,0.8101289331,25,-1.533313146,0.7260818349,464.9583035 +208,-1.564245052,0.5701509278,25,-1.533313146,0.7260818349,625.27580937 +209,-1.646289963,0.6833746083,25,-1.533313146,0.7260818349,380.42309351 +210,-1.5820631,0.6751952144,25,-1.533313146,0.7260818349,249.79896106 +211,-1.613236298,0.6681681791,25,-1.533313146,0.7260818349,333.87032454 +212,-1.914661867,0.8212566515,25,-1.533313146,0.7260818349,1139.8994125 +213,-1.742133237,0.7250275956,25,-1.533313146,0.7260818349,618.3246217 +214,-2.033144872,0.6557314699,25,-1.533313146,0.7260818349,1543.6520117 +215,-2.039551981,0.6964723658,25,-1.533313146,0.7260818349,1516.3630414 +216,-1.247341019,0.7622473908,25,-1.533313146,0.7260818349,844.07711773 +217,-1.298239787,0.7084123392,25,-1.533313146,0.7260818349,704.46836219 +218,-1.308539688,0.6926545592,25,-1.533313146,0.7260818349,687.71733334 +219,-1.303263185,0.6888938396,25,-1.533313146,0.7260818349,707.26525788 +220,-1.852400229,0.6004246149,25,-1.533313146,0.7260818349,1110.2875836 +221,-1.288947707,0.7473773692,25,-1.533313146,0.7260818349,721.01417465 +222,-1.372031502,0.7472790993,25,-1.533313146,0.7260818349,480.3209836 +223,-1.289805721,0.7242157877,25,-1.533313146,0.7260818349,721.10777515 +224,-1.350807603,0.7533498126,25,-1.533313146,0.7260818349,544.40732314 +225,-1.329290365,0.7560442322,25,-1.533313146,0.7260818349,607.35982604 +226,-1.410153004,0.616936428,25,-1.533313146,0.7260818349,576.43449726 +227,-1.393445434,0.6308995063,25,-1.533313146,0.7260818349,572.39740591 +228,-1.37595573,0.6241540638,25,-1.533313146,0.7260818349,631.62936803 +229,-1.358388707,0.6172645205,25,-1.533313146,0.7260818349,691.96545606 +230,-1.753741133,0.8281661666,25,-1.533313146,0.7260818349,740.87110289 +231,-1.47430987,0.6834615681,25,-1.533313146,0.7260818349,245.30847253 +232,-1.421012508,0.7222725206,25,-1.533313146,0.7260818349,333.45620869 +233,-1.4476833,0.6978557868,25,-1.533313146,0.7260818349,280.01304423 +234,-1.470370723,0.6966193374,25,-1.533313146,0.7260818349,221.96975316 +235,-1.429211703,0.7037216883,25,-1.533313146,0.7260818349,323.6585644 +236,-1.700578405,0.6178673663,25,-1.533313146,0.7260818349,671.98661818 +237,-1.678117619,0.6331716163,25,-1.533313146,0.7260818349,577.84516308 +238,-1.725644578,0.6316331145,25,-1.533313146,0.7260818349,700.22465308 +239,-2.14012759,0.7930497945,25,-1.533313146,0.7260818349,1749.0467211 +240,-2.103289431,0.7653606263,25,-1.533313146,0.7260818349,1654.9356535 +241,-1.318739838,0.7017808746,25,-1.533313146,0.7260818349,648.96471648 +242,-1.396417427,0.7077900843,25,-1.533313146,0.7260818349,414.97319012 +243,-1.35650337,0.7185539404,25,-1.533313146,0.7260818349,525.99255952 +244,-1.248884539,0.7274156818,25,-1.533313146,0.7260818349,840.7261999 +245,-1.395014798,0.5761185243,25,-1.533313146,0.7260818349,735.94399163 +246,-1.433377362,0.6064716109,25,-1.533313146,0.7260818349,566.51526663 +247,-1.408172432,0.5903155476,25,-1.533313146,0.7260818349,665.00271991 +248,-1.749645898,0.7757118084,25,-1.533313146,0.7260818349,655.81048775 +249,-1.571626686,0.615046989,25,-1.533313146,0.7260818349,455.55069451 +250,-1.514070049,0.6303003037,25,-1.533313146,0.7260818349,383.99512188 +251,-1.480890369,0.6237966528,25,-1.533313146,0.7260818349,436.30387216 +252,-1.704390658,0.5281680612,25,-1.533313146,0.7260818349,955.42270121 +253,-1.64434733,0.5254277498,25,-1.533313146,0.7260818349,870.41560447 +254,-1.703855997,0.4792484842,25,-1.533313146,0.7260818349,1123.1897712 +255,-1.692002383,0.5748825051,25,-1.533313146,0.7260818349,779.35341683 +256,-1.854136457,0.5544643913,25,-1.533313146,0.7260818349,1220.9078822 +257,-1.665021206,0.520317736,25,-1.533313146,0.7260818349,917.62046616 +258,-1.733654349,0.4845187345,25,-1.533313146,0.7260818349,1155.7845281 +259,-1.720938188,0.5135933906,25,-1.533313146,0.7260818349,1034.6448996 +260,-1.742668307,0.553296122,25,-1.533313146,0.7260818349,952.635799 +261,-1.965659039,0.7142126903,25,-1.533313146,0.7260818349,1283.751058 +262,-1.944438071,0.6772834804,25,-1.533313146,0.7260818349,1254.6587632 +263,-1.270340967,0.7681487096,25,-1.533313146,0.7260818349,780.9573648 +264,-1.353091884,0.6549276821,25,-1.533313146,0.7260818349,617.71724339 +265,-1.333236659,0.6413584414,25,-1.533313146,0.7260818349,699.20827169 +266,-1.352015998,0.6753788907,25,-1.533313146,0.7260818349,584.02864384 +267,-1.377988483,0.6577816235,25,-1.533313146,0.7260818349,545.13624068 +268,-2.13075611,0.8318642051,25,-1.533313146,0.7260818349,1720.215242 +269,-2.097910953,0.8259670014,25,-1.533313146,0.7260818349,1631.6561703 +270,-1.416382069,0.6694271549,25,-1.533313146,0.7260818349,419.71553601 +271,-1.538905672,0.7535625993,25,-1.533313146,0.7260818349,110.07377979 +272,-1.572309477,0.7803125099,25,-1.533313146,0.7260818349,242.5441674 +273,-1.87759879,0.7503853417,25,-1.533313146,0.7260818349,1010.9215787 +274,1.152365588,0.590457682,25,-1.533313146,0.7260818349,6971.3691169 +275,0.350198001,0.718001859,25,-1.533313146,0.7260818349,5165.5593201 +276,0.046513677,0.491503852,25,-1.533313146,0.7260818349,4984.2851273 +277,0.027510309,0.742571376,25,-1.533313146,0.7260818349,4353.3336003 +278,0.306285725,-0.214631579,25,-1.533313146,0.7260818349,7576.9098605 +279,-1.100564889,0.318051531,25,-1.533313146,0.7260818349,2179.2783141 +280,-1.078582306,0.301437596,25,-1.533313146,0.7260818349,2281.7282976 +281,-1.137371989,-0.617634065,25,-1.533313146,0.7260818349,5513.212713 +282,0.784356344,0.703272339,25,-1.533313146,0.7260818349,6055.8508674 +283,-1.221209947,0.218327455,25,-1.533313146,0.7260818349,2282.0983151 +284,2.347301921,-0.449114658,25,-1.533313146,0.7260818349,9804.921144 +285,0.246820618,0.830553713,25,-1.533313146,0.7260818349,4654.8621967 +286,0.829414965,0.703288228,25,-1.533313146,0.7260818349,6128.9536272 +287,-1.337537566,0.42332223,25,-1.533313146,0.7260818349,1361.6407748 +288,0.882453706,0.454478077,25,-1.533313146,0.7260818349,7064.2762819 +289,1.575629659,0.416419109,25,-1.533313146,0.7260818349,7916.8153546 +290,-1.039455679,0.229888244,25,-1.533313146,0.7260818349,2598.665174 +291,0.489558039,0.934482747,25,-1.533313146,0.7260818349,4848.2272226 +292,0.081344504,0.88384514,25,-1.533313146,0.7260818349,4181.9074611 +293,-1.547979814,0.300350308,25,-1.533313146,0.7260818349,1687.0592742 +294,0.040776181,0.168560074,25,-1.533313146,0.7260818349,5789.4837299 +295,-1.130374745,0.563894876,25,-1.533313146,0.7260818349,1421.8643954 +296,1.578326642,0.478507176,25,-1.533313146,0.7260818349,7671.2083754 +297,-1.12861823,-0.291640865,25,-1.533313146,0.7260818349,4295.2695499 +298,0.310524208,0.770885792,25,-1.533313146,0.7260818349,4940.165094 +299,0.415649091,-0.387246002,25,-1.533313146,0.7260818349,8325.1483835 +300,-0.926533878,-0.188022748,25,-1.533313146,0.7260818349,4241.6963777 +301,1.258856172,-0.11716081,25,-1.533313146,0.7260818349,9736.6306429 +302,-1.126050026,0.322941926,25,-1.533313146,0.7260818349,2106.9484777 +303,2.002785835,0.07893892,25,-1.533313146,0.7260818349,8951.4111801 +304,0.440437607,0.746258085,25,-1.533313146,0.7260818349,5280.4780286 +305,-0.030391866,0.214441206,25,-1.533313146,0.7260818349,5461.3274847 +306,0.521557815,-0.058929362,25,-1.533313146,0.7260818349,7793.8202516 +307,-0.097005111,0.13317729,25,-1.533313146,0.7260818349,5474.66008 +308,1.83113859,0.221857587,25,-1.533313146,0.7260818349,8601.7682526 +309,0.222428864,0.099404236,25,-1.533313146,0.7260818349,6503.1648673 +310,-1.702731345,0.8728568183,25,-1.533313146,0.7260818349,744.92649808 +311,-0.418507569,0.278324921,25,-1.533313146,0.7260818349,4152.3800971 +312,-1.41153306,0.339029988,25,-1.533313146,0.7260818349,1587.0217787 +313,0.357560442,0.114788776,25,-1.533313146,0.7260818349,6849.1418369 +314,0.325818979,0.268352149,25,-1.533313146,0.7260818349,6336.7549997 +315,-1.246004659,-0.663679965,25,-1.533313146,0.7260818349,5601.8665576 +316,1.814603087,0.637404484,25,-1.533313146,0.7260818349,6991.5577523 +317,1.843704281,-0.18300445,25,-1.533313146,0.7260818349,10141.968992 +318,1.690644492,-0.211480909,25,-1.533313146,0.7260818349,10385.655372 +319,-1.275451936,0.068109467,25,-1.533313146,0.7260818349,2762.0739384 +320,0.762430171,-0.207594741,25,-1.533313146,0.7260818349,8881.1650768 +321,0.265668905,-0.014647884,25,-1.533313146,0.7260818349,6934.2338285 +322,-2.773032013,-0.335515811,25,-1.533313146,0.7260818349,6178.693956 +323,-1.469512853,0.174058777,25,-1.533313146,0.7260818349,2197.8550584 +324,0.286276986,0.785925691,25,-1.533313146,0.7260818349,4849.4855373 +325,-1.379324697,0.377432233,25,-1.533313146,0.7260818349,1473.4146676 +326,-1.203778265,0.212813032,25,-1.533313146,0.7260818349,2330.7517205 +327,0.579916301,0.611743168,25,-1.533313146,0.7260818349,5963.1456061 +328,0.267582642,0.868113908,25,-1.533313146,0.7260818349,4607.2651953 +329,0.412869244,-0.050245578,25,-1.533313146,0.7260818349,7458.5804264 +330,0.17524381,0.976660285,25,-1.533313146,0.7260818349,4181.3420662 +331,0.743157214,0.204812899,25,-1.533313146,0.7260818349,7595.2173308 +332,-1.070758176,0.269382282,25,-1.533313146,0.7260818349,2401.523776 +333,-1.230364251,0.329790229,25,-1.533313146,0.7260818349,1872.9011188 +334,-1.374813124,-0.024926835,25,-1.533313146,0.7260818349,3028.7453135 +335,0.519780566,0.463669906,25,-1.533313146,0.7260818349,6274.5076458 +336,-1.55108034,0.239698561,25,-1.533313146,0.7260818349,1927.5354614 +337,0.180294813,0.029739425,25,-1.533313146,0.7260818349,6565.5352373 +338,0.67820924,0.268170153,25,-1.533313146,0.7260818349,7243.6938437 +339,0.445798684,1.024001867,25,-1.533313146,0.7260818349,4536.605875 +340,0.691751283,0.150521402,25,-1.533313146,0.7260818349,7639.8590343 +341,-1.036643551,-0.903056181,25,-1.533313146,0.7260818349,6675.4796935 +342,-0.120287036,1.083325163,25,-1.533313146,0.7260818349,3462.5569472 +343,2.823513113,-0.304487164,25,-1.533313146,0.7260818349,8059.2364704 +344,0.457583172,1.12513373,25,-1.533313146,0.7260818349,4294.4757941 +345,0.042918831,0.813795399,25,-1.533313146,0.7260818349,4239.6014059 +346,1.196146777,-0.853142756,25,-1.533313146,0.7260818349,11195.710243 +347,0.206001358,-0.010430701,25,-1.533313146,0.7260818349,6747.6559559 +348,-0.268308653,0.234799412,25,-1.533313146,0.7260818349,4706.1338068 +349,0.759363263,0.736189579,25,-1.533313146,0.7260818349,5906.0931703 +350,0.181363926,0.891988372,25,-1.533313146,0.7260818349,4375.5388272 +351,-0.021111158,0.139103292,25,-1.533313146,0.7260818349,5683.8442521 +352,-0.093355215,0.630686981,25,-1.533313146,0.7260818349,4282.4098778 +353,0.40118964,0.681375926,25,-1.533313146,0.7260818349,5377.4852639 +354,-0.721197315,1.304706234,25,-1.533313146,0.7260818349,2704.2646252 +355,-1.076150317,0.212107639,25,-1.533313146,0.7260818349,2576.9805403 +356,-1.577164531,0.273993443,25,-1.533313146,0.7260818349,1796.9868572 +357,-0.190788414,0.182208586,25,-1.533313146,0.7260818349,5070.0370725 +358,-0.261349752,0.209710184,25,-1.533313146,0.7260818349,4790.5840363 +359,-1.029303852,0.083549259,25,-1.533313146,0.7260818349,3106.3986977 +360,-1.268609162,0.330525297,25,-1.533313146,0.7260818349,1803.2843294 +361,1.282982244,-0.926641967,25,-1.533313146,0.7260818349,11269.948943 +362,0.217352334,0.731352408,25,-1.533313146,0.7260818349,4831.4927394 +363,-1.511833084,0.258629297,25,-1.533313146,0.7260818349,1853.0448849 +364,0.338812194,0.823184618,25,-1.533313146,0.7260818349,4864.6629149 +365,-0.324406489,1.134201999,25,-1.533313146,0.7260818349,3074.3394284 +366,1.389579348,0.399185724,25,-1.533313146,0.7260818349,7914.9317303 +367,2.047152199,-0.039082036,25,-1.533313146,0.7260818349,9306.2738963 +368,0.947780369,0.568250077,25,-1.533313146,0.7260818349,6779.9038065 +369,0.763824846,0.576754987,25,-1.533313146,0.7260818349,6436.8770873 +370,-0.142334657,0.928153068,25,-1.533313146,0.7260818349,3615.0128436 +371,0.610266567,0.547265983,25,-1.533313146,0.7260818349,6224.3022435 +372,0.210731629,0.746815056,25,-1.533313146,0.7260818349,4778.3892709 +373,-1.34931644,0.316895224,25,-1.533313146,0.7260818349,1736.3259362 +374,2.407696481,0.655030745,25,-1.533313146,0.7260818349,6257.3341689 +375,0.64207831,0.545359131,25,-1.533313146,0.7260818349,6297.1759458 +376,1.174597538,0.840588356,25,-1.533313146,0.7260818349,6055.3174676 +377,0.660059424,0.010604079,25,-1.533313146,0.7260818349,7978.1255224 +378,-0.730263819,0.010486456,25,-1.533313146,0.7260818349,4026.6596904 +379,0.831068936,0.512339172,25,-1.533313146,0.7260818349,6774.8884675 +380,1.301180979,0.72367476,25,-1.533313146,0.7260818349,6596.906631 +381,1.811128231,0.322854402,25,-1.533313146,0.7260818349,8222.8908829 +382,0.435105812,0.992284428,25,-1.533313146,0.7260818349,4602.3597413 +383,0.62643634,0.592027932,25,-1.533313146,0.7260818349,6119.6420472 +384,0.492988703,-0.516339467,25,-1.533313146,0.7260818349,8839.9369249 +385,-0.162469483,0.112549365,25,-1.533313146,0.7260818349,5334.5615635 +386,0.314630866,0.472006421,25,-1.533313146,0.7260818349,5746.8630055 +387,0.166744804,0.822815954,25,-1.533313146,0.7260818349,4500.0129144 +388,0.417159608,0.965805736,25,-1.533313146,0.7260818349,4641.5871057 +389,0.106334961,0.868774244,25,-1.533313146,0.7260818349,4267.1061957 +390,0.815086969,-0.338144359,25,-1.533313146,0.7260818349,9378.3195512 +391,0.59867455,-0.230624824,25,-1.533313146,0.7260818349,8477.6502463 +392,1.915104874,0.066220985,25,-1.533313146,0.7260818349,9116.0652992 +393,1.278093622,0.064463721,25,-1.533313146,0.7260818349,9093.7155834 +394,-0.061477853,0.302997961,25,-1.533313146,0.7260818349,5144.6706936 +395,0.251311504,0.626976942,25,-1.533313146,0.7260818349,5175.8462117 +396,2.950242872,0.149095644,25,-1.533313146,0.7260818349,6495.9300552 +397,-0.180294708,0.35375117,25,-1.533313146,0.7260818349,4671.2367891 +398,1.010448592,-0.351180233,25,-1.533313146,0.7260818349,9953.367414 +399,-1.748740498,0.3686318073,25,-1.533313146,0.7260818349,1588.3888321 +400,2.699635665,0.123533791,25,-1.533313146,0.7260818349,7265.8013649 +401,0.496808033,0.823843254,25,-1.533313146,0.7260818349,5172.1395962 +402,0.129574704,0.763364087,25,-1.533313146,0.7260818349,4551.4624345 +403,1.798920311,0.817447563,25,-1.533313146,0.7260818349,6293.2097477 +404,0.335987953,0.746786541,25,-1.533313146,0.7260818349,5058.0809739 +405,-1.085413643,0.292154671,25,-1.533313146,0.7260818349,2295.771302 +406,-0.155321003,0.508207011,25,-1.533313146,0.7260818349,4380.7866163 +407,0.620529244,-0.301175104,25,-1.533313146,0.7260818349,8722.1785438 +408,1.684402744,0.368716966,25,-1.533313146,0.7260818349,8098.3537551 +409,0.300582244,-0.386397212,25,-1.533313146,0.7260818349,7984.0975832 +410,2.913555946,-0.009225192,25,-1.533313146,0.7260818349,7028.9759732 +411,1.465101417,0.493232532,25,-1.533313146,0.7260818349,7585.7473125 +412,0.090612882,0.907955955,25,-1.533313146,0.7260818349,4152.9031276 +413,2.987564726,-0.729568594,25,-1.533313146,0.7260818349,8522.2992721 +414,-1.484261606,0.224149272,25,-1.533313146,0.7260818349,1995.3625037 +415,0.164073421,0.303955133,25,-1.533313146,0.7260818349,5790.7711322 +416,0.141441293,0.167552546,25,-1.533313146,0.7260818349,6086.3740238 +417,2.931321023,-0.506718887,25,-1.533313146,0.7260818349,8216.5577326 +418,2.21951565,0.700596356,25,-1.533313146,0.7260818349,6380.8696828 +419,0.268112576,1.199114336,25,-1.533313146,0.7260818349,3884.1369666 +420,0.978913739,0.359223811,25,-1.533313146,0.7260818349,7564.5739687 +421,1.210898818,0.522863584,25,-1.533313146,0.7260818349,7287.7282933 +422,2.347397336,0.129231362,25,-1.533313146,0.7260818349,8126.3588151 +423,0.614394501,0.556878345,25,-1.533313146,0.7260818349,6203.3968845 +424,-1.398079356,0.148483366,25,-1.533313146,0.7260818349,2336.3960869 +425,2.535303836,-0.112984496,25,-1.533313146,0.7260818349,8391.8287873 +426,-1.019372593,-0.405322349,25,-1.533313146,0.7260818349,4862.0397342 +427,-1.297785627,-0.160104069,25,-1.533313146,0.7260818349,3613.3107051 +428,2.144554488,0.205051084,25,-1.533313146,0.7260818349,8269.1916837 +429,-2.242387083,-0.426171285,25,-1.533313146,0.7260818349,5252.4844963 +430,0.338637212,0.909723676,25,-1.533313146,0.7260818349,4644.0873685 +431,-0.148798452,0.691042401,25,-1.533313146,0.7260818349,4009.8683753 +432,0.893524764,0.441829531,25,-1.533313146,0.7260818349,7127.4826702 +433,0.969229347,-0.368847936,25,-1.533313146,0.7260818349,9889.8430086 +434,0.436043248,0.800045688,25,-1.533313146,0.7260818349,5122.0316552 +435,1.687946607,1.081504775,25,-1.533313146,0.7260818349,5279.4550987 +436,0.522302046,-0.034889271,25,-1.533313146,0.7260818349,7729.3628975 +437,-0.178996113,-0.438090009,25,-1.533313146,0.7260818349,6763.1056568 +438,-1.094339566,0.301444068,25,-1.533313146,0.7260818349,2246.1048205 +439,-1.064070054,0.242569932,25,-1.533313146,0.7260818349,2502.9541118 +440,-1.068153768,0.230387998,25,-1.533313146,0.7260818349,2533.774874 +441,-3.00496892,-0.23989155,25,-1.533313146,0.7260818349,6562.4225302 +442,0.21751974,0.766874888,25,-1.533313146,0.7260818349,4745.0144099 +443,0.117229532,0.007619006,25,-1.533313146,0.7260818349,6437.9430008 +444,0.777758451,0.420554741,25,-1.533313146,0.7260818349,6976.5182453 +445,-0.252356999,0.250747086,25,-1.533313146,0.7260818349,4713.0989276 +446,0.363148444,0.768483434,25,-1.533313146,0.7260818349,5058.7127451 +447,0.903191366,-0.118210676,25,-1.533313146,0.7260818349,8992.4866935 +448,-0.205755923,0.149406178,25,-1.533313146,0.7260818349,5110.5022023 +449,1.811996086,0.02364353,25,-1.533313146,0.7260818349,9385.3907291 +450,-1.100670221,0.314845373,25,-1.533313146,0.7260818349,2189.2149627 +451,0.340078597,0.850105132,25,-1.533313146,0.7260818349,4797.9580238 +452,0.258757267,0.804969236,25,-1.533313146,0.7260818349,4742.7214869 +453,2.78505352,-0.155160804,25,-1.533313146,0.7260818349,7792.6406247 +454,0.800551619,0.105822106,25,-1.533313146,0.7260818349,8043.3447554 +455,0.437940882,-0.506194031,25,-1.533313146,0.7260818349,8657.5244725 +456,2.230431122,0.63458615,25,-1.533313146,0.7260818349,6601.7671515 +457,0.527965361,0.127667701,25,-1.533313146,0.7260818349,7283.6330882 +458,-0.063643205,0.702093448,25,-1.533313146,0.7260818349,4209.7653105 +459,1.408447268,0.133010502,25,-1.533313146,0.7260818349,8964.4652543 +460,0.523795955,0.280266966,25,-1.533313146,0.7260818349,6827.1341977 +461,-0.975769313,0.072177659,25,-1.533313146,0.7260818349,3255.9085944 +462,0.549774164,-0.463663986,25,-1.533313146,0.7260818349,8895.0001702 +463,0.29245874,1.095549818,25,-1.533313146,0.7260818349,4129.3183297 +464,0.143625958,0.816809593,25,-1.533313146,0.7260818349,4462.3369167 +465,0.671902494,0.611159853,25,-1.533313146,0.7260818349,6150.6396181 +466,1.239840988,0.6724199,25,-1.533313146,0.7260818349,6747.0436649 +467,0.607829703,-0.10932137,25,-1.533313146,0.7260818349,8176.9589999 +468,1.763020906,0.263996692,25,-1.533313146,0.7260818349,8481.4201498 +469,0.378714634,0.726066797,25,-1.533313146,0.7260818349,5205.9741316 +470,2.196736143,-0.153862366,25,-1.533313146,0.7260818349,9385.3434542 +471,0.01702415,0.148991565,25,-1.533313146,0.7260818349,5770.6425655 +472,-2.998490902,-0.158002487,25,-1.533313146,0.7260818349,6327.3710006 +473,-3.051262951,-0.346595608,25,-1.533313146,0.7260818349,6972.6237609 +474,-1.069176439,0.182802941,25,-1.533313146,0.7260818349,2689.3536123 +475,0.167157509,0.595344954,25,-1.533313146,0.7260818349,5047.0677541 +476,0.613855648,0.681746124,25,-1.533313146,0.7260818349,5817.4054154 +477,1.037012736,0.682555367,25,-1.533313146,0.7260818349,6496.7020804 +478,-1.253574971,0.379755746,25,-1.533313146,0.7260818349,1658.3646474 +479,3.108590453,-0.132620738,25,-1.533313146,0.7260818349,6778.2780809 +480,0.565301296,0.022333262,25,-1.533313146,0.7260818349,7687.8499279 +481,0.547898238,0.855555614,25,-1.533313146,0.7260818349,5173.2889702 +482,0.948309381,0.417393755,25,-1.533313146,0.7260818349,7308.4901737 +483,-0.050600732,0.945269213,25,-1.533313146,0.7260818349,3786.9343819 +484,-0.977651478,-0.572363064,25,-1.533313146,0.7260818349,5527.4760391 +485,1.102014914,0.728861163,25,-1.533313146,0.7260818349,6402.7099924 +486,2.927300795,-0.282939414,25,-1.533313146,0.7260818349,7698.6616434 +487,-1.154565557,0.124434095,25,-1.533313146,0.7260818349,2729.5322527 +488,1.855331234,0.291044755,25,-1.533313146,0.7260818349,8314.5059747 +489,0.830290659,0.276904518,25,-1.533313146,0.7260818349,7557.6513334 +490,0.485104466,-0.234867441,25,-1.533313146,0.7260818349,8156.7746348 +491,0.521367572,-0.33161327,25,-1.533313146,0.7260818349,8505.4278274 +1,-1.539031704,0.7349710123,26,-1.531259555,0.7260958115,41.971472648 +2,-1.536990553,0.7349663874,26,-1.531259555,0.7260958115,38.992683211 +3,-1.534951779,0.7349571355,26,-1.531259555,0.7260958115,36.751098513 +4,-1.532906461,0.7349480293,26,-1.531259555,0.7260958115,35.398670349 +5,-1.531320211,0.7346937278,26,-1.531259555,0.7260958115,34.056816954 +6,-1.539451648,0.7335131775,26,-1.531259555,0.7260958115,38.053455052 +7,-1.537429487,0.7335445708,26,-1.531259555,0.7260958115,34.673815569 +8,-1.535484998,0.7335658704,26,-1.531259555,0.7260958115,32.110711562 +9,-1.533488396,0.7336036027,26,-1.531259555,0.7260958115,30.457522932 +10,-1.531497785,0.7335842962,26,-1.531259555,0.7260958115,29.670223826 +11,-1.530259379,0.7334777758,26,-1.531259555,0.7260958115,29.388666256 +12,-1.5335454,0.7322346912,26,-1.531259555,0.7260958115,25.236127768 +13,-1.531489083,0.7322238773,26,-1.531259555,0.7260958115,24.282735667 +14,-1.530011122,0.7321679851,26,-1.531259555,0.7260958115,24.33295058 +15,-1.53348106,0.7306614094,26,-1.531259555,0.7260958115,19.239616058 +16,-1.531441779,0.7306962275,26,-1.531259555,0.7260958115,18.230206609 +17,-1.529755654,0.7306933243,26,-1.531259555,0.7260958115,18.745460201 +18,-1.533415048,0.7291384674,26,-1.531259555,0.7260958115,13.634522627 +19,-1.531392093,0.7291705353,26,-1.531259555,0.7260958115,12.185289173 +20,-1.529296523,0.7291214933,26,-1.531259555,0.7260958115,13.317261518 +21,-1.535280942,0.727267644,26,-1.531259555,0.7260958115,12.777720728 +22,-1.533378158,0.7276139666,26,-1.531259555,0.7260958115,8.6882369829 +23,-1.531340368,0.7276446587,26,-1.531259555,0.7260958115,6.1396452857 +24,-1.528960113,0.7276398177,26,-1.531259555,0.7260958115,9.1501985391 +25,-1.533313146,0.7260818349,26,-1.531259555,0.7260958115,6.0828761694 +26,-1.531259555,0.7260958115,26,-1.531259555,0.7260958115,3.0738294215 +27,-1.528926415,0.7260865555,26,-1.531259555,0.7260958115,6.9107118939 +28,-1.531226779,0.7245511789,26,-1.531259555,0.7260958115,6.1190609858 +29,-1.528904772,0.7245519194,26,-1.531259555,0.7260958115,9.2795773336 +30,-1.547195875,0.7409785979,26,-1.531259555,0.7260958115,75.32334941 +31,-1.5451475,0.740980426,26,-1.531259555,0.7260958115,71.733078528 +32,-1.543097679,0.7409798872,26,-1.531259555,0.7260958115,68.475567515 +33,-1.540720364,0.7409892687,26,-1.531259555,0.7260958115,65.230146453 +34,-1.547188511,0.7395198392,26,-1.531259555,0.7260958115,70.898695725 +35,-1.545148587,0.7395226109,26,-1.531259555,0.7260958115,67.086207064 +36,-1.543104538,0.7395314908,26,-1.531259555,0.7260958115,63.626668778 +37,-1.540727751,0.7395306258,26,-1.531259555,0.7260958115,60.074186752 +38,-1.547187029,0.7380014886,26,-1.531259555,0.7260958115,66.526955406 +39,-1.545147315,0.7380012252,26,-1.531259555,0.7260958115,62.433047024 +40,-1.54310719,0.7380060743,26,-1.531259555,0.7260958115,58.6853947 +41,-1.540719671,0.7380068206,26,-1.531259555,0.7260958115,54.796828278 +42,-1.547187189,0.7364799098,26,-1.531259555,0.7260958115,62.424287449 +43,-1.545149996,0.7364853874,26,-1.531259555,0.7260958115,58.056803001 +44,-1.543106091,0.7364823484,26,-1.531259555,0.7260958115,53.966564271 +45,-1.540717158,0.7364893901,26,-1.531259555,0.7260958115,49.722466138 +46,-1.538663972,0.7410138672,26,-1.531259555,0.7260958115,62.97819788 +47,-1.53695285,0.7409699132,26,-1.531259555,0.7260958115,61.251288171 +48,-1.534910498,0.7409641297,26,-1.531259555,0.7260958115,59.865013854 +49,-1.533145034,0.7409536636,26,-1.531259555,0.7260958115,59.112831575 +50,-1.538681336,0.7395405883,26,-1.531259555,0.7260958115,57.563119576 +51,-1.536999189,0.7395183096,26,-1.531259555,0.7260958115,55.787353817 +52,-1.534923633,0.7395144222,26,-1.531259555,0.7260958115,54.234790889 +53,-1.533267822,0.7395654306,26,-1.531259555,0.7260958115,53.679765971 +54,-1.53867273,0.7380151077,26,-1.531259555,0.7260958115,52.01922825 +55,-1.536980576,0.7379994392,26,-1.531259555,0.7260958115,50.07235109 +56,-1.534931522,0.7379944961,26,-1.531259555,0.7260958115,48.356344046 +57,-1.533387952,0.7379480264,26,-1.531259555,0.7260958115,47.363569305 +58,-1.538682279,0.7364914363,26,-1.531259555,0.7260958115,46.630847172 +59,-1.536980704,0.7364810563,26,-1.531259555,0.7260958115,44.459670146 +60,-1.534935567,0.7364752065,26,-1.531259555,0.7260958115,42.517224203 +61,-1.533042592,0.7363876366,26,-1.531259555,0.7260958115,41.103474779 +62,-1.545143426,0.7349628011,26,-1.531259555,0.7260958115,53.956424406 +63,-1.543105297,0.7349691947,26,-1.531259555,0.7260958115,49.564598345 +64,-1.541064533,0.7349647152,26,-1.531259555,0.7260958115,45.506556261 +65,-1.545411803,0.7334624714,26,-1.531259555,0.7260958115,50.960841457 +66,-1.543446606,0.7334780896,26,-1.531259555,0.7260958115,46.362485486 +67,-1.541475327,0.7334957295,26,-1.531259555,0.7260958115,42.055579366 +68,-1.545401939,0.731963266,26,-1.531259555,0.7260958115,47.808283428 +69,-1.54342253,0.7319915583,26,-1.531259555,0.7260958115,42.853349431 +70,-1.541455867,0.7320216438,26,-1.531259555,0.7260958115,38.186589555 +71,-1.545410146,0.7304422281,26,-1.531259555,0.7260958115,45.23596633 +72,-1.543435491,0.7304713664,26,-1.531259555,0.7260958115,39.949258207 +73,-1.541463105,0.7304997613,26,-1.531259555,0.7260958115,34.843835604 +74,-1.545414768,0.7289194936,26,-1.531259555,0.7260958115,43.341876295 +75,-1.543435774,0.7289538557,26,-1.531259555,0.7260958115,37.756269012 +76,-1.541457714,0.7289765881,26,-1.531259555,0.7260958115,32.253367299 +77,-1.539449415,0.7320555866,26,-1.531259555,0.7260958115,33.802241423 +78,-1.537429183,0.7321097681,26,-1.531259555,0.7260958115,29.993404034 +79,-1.535472649,0.7321497267,26,-1.531259555,0.7260958115,27.01670726 +80,-1.539457899,0.7305333307,26,-1.531259555,0.7260958115,29.937961127 +81,-1.537453161,0.7305750503,26,-1.531259555,0.7260958115,25.494822224 +82,-1.535479385,0.7306124949,26,-1.531259555,0.7260958115,21.809766978 +83,-1.53946905,0.7290102593,26,-1.531259555,0.7260958115,26.888614105 +84,-1.537459922,0.7290417293,26,-1.531259555,0.7260958115,21.738239937 +85,-1.535451349,0.7290890157,26,-1.531259555,0.7260958115,17.155412595 +86,-1.535522937,0.7279887191,26,-1.531259555,0.7260958115,14.67687707 +87,-1.539442524,0.7274735939,26,-1.531259555,0.7260958115,24.829656391 +88,-1.537424111,0.727521351,26,-1.531259555,0.7260958115,19.101063587 +89,-1.539384641,0.7259505092,26,-1.531259555,0.7260958115,24.074309241 +90,-1.537372391,0.7259947145,26,-1.531259555,0.7260958115,18.110996473 +91,-1.535340789,0.7260435356,26,-1.531259555,0.7260958115,12.090363383 +92,-1.539325716,0.7244369706,26,-1.531259555,0.7260958115,24.795366736 +93,-1.537308932,0.7244801057,26,-1.531259555,0.7260958115,19.038522007 +94,-1.535289068,0.7245247645,26,-1.531259555,0.7260958115,13.467380338 +95,-1.533261366,0.7245550236,26,-1.531259555,0.7260958115,8.5118162289 +96,-1.539267302,0.722921924,26,-1.531259555,0.7260958115,26.873627917 +97,-1.537248972,0.7229660258,26,-1.531259555,0.7260958115,21.662777035 +98,-1.535219431,0.7229916471,26,-1.531259555,0.7260958115,17.00371898 +99,-1.53318962,0.7230212049,26,-1.531259555,0.7260958115,13.456825838 +100,-1.531154816,0.7230299897,26,-1.531259555,0.7260958115,12.14769287 +101,-1.528878341,0.7230370244,26,-1.531259555,0.7260958115,14.024030271 +102,-1.539218189,0.7214009878,26,-1.531259555,0.7260958115,30.06344274 +103,-1.537198791,0.7214422745,26,-1.531259555,0.7260958115,25.50495301 +104,-1.535179266,0.7214634354,26,-1.531259555,0.7260958115,21.726090261 +105,-1.533156501,0.7214944644,26,-1.531259555,0.7260958115,19.075700144 +106,-1.53113574,0.7215166021,26,-1.531259555,0.7260958115,18.141970305 +107,-1.528874248,0.7215345535,26,-1.531259555,0.7260958115,19.404615738 +108,-1.539217656,0.7198512397,26,-1.531259555,0.7260958115,34.212372879 +109,-1.537199919,0.7199428763,26,-1.531259555,0.7260958115,30.087400479 +110,-1.545425832,0.727397149,26,-1.531259555,0.7260958115,42.250662951 +111,-1.543371177,0.7273916949,26,-1.531259555,0.7260958115,36.218554148 +112,-1.541368852,0.7274523163,26,-1.531259555,0.7260958115,30.403443674 +113,-1.545349067,0.7258710923,26,-1.531259555,0.7260958115,41.745594902 +114,-1.54332671,0.7258603556,26,-1.531259555,0.7260958115,35.757826352 +115,-1.541346831,0.7259242142,26,-1.531259555,0.7260958115,29.887718206 +116,-1.545324355,0.7243383958,26,-1.531259555,0.7260958115,42.268366234 +117,-1.543292796,0.7243617413,26,-1.531259555,0.7260958115,36.324204975 +118,-1.541295822,0.7244024384,26,-1.531259555,0.7260958115,30.495739029 +119,-1.543193859,0.7205570215,26,-1.531259555,0.7260958115,41.676975547 +120,-1.550257047,0.7386738187,26,-1.531259555,0.7260958115,74.91882295 +121,-1.549335448,0.7311736483,26,-1.531259555,0.7260958115,57.079207405 +122,-1.533478843,0.7179891343,26,-1.531259555,0.7260958115,32.781191903 +123,-1.556150555,0.738907041,26,-1.531259555,0.7260958115,89.152975461 +124,-1.554324226,0.733414257,26,-1.531259555,0.7260958115,74.00593843 +125,-1.554290846,0.7288285332,26,-1.531259555,0.7260958115,68.987888093 +126,-1.55122487,0.7219795312,26,-1.531259555,0.7260958115,61.445841326 +127,-1.525104458,0.7229399862,26,-1.531259555,0.7260958115,22.125835506 +128,-1.519607711,0.7236181429,26,-1.531259555,0.7260958115,35.916551042 +129,-1.513899999,0.7251107854,26,-1.531259555,0.7260958115,51.587668061 +130,-1.536620762,0.7431061895,26,-1.531259555,0.7260958115,69.196349421 +131,-1.5369566,0.7460845958,26,-1.531259555,0.7260958115,80.922304276 +132,-1.545345528,0.7447040685,26,-1.531259555,0.7260958115,84.525059887 +133,-1.532813921,0.7432306626,26,-1.531259555,0.7260958115,68.024729628 +134,-1.554788248,0.7382381001,26,-1.531259555,0.7260958115,84.363611148 +135,-1.540348126,0.7301594274,26,-1.531259555,0.7260958115,31.322974797 +136,-1.538016084,0.7239051786,26,-1.531259555,0.7260958115,21.830334813 +137,-1.525288962,0.7258085137,26,-1.531259555,0.7260958115,17.723269237 +138,-1.534326986,0.731241342,26,-1.531259555,0.7260958115,22.306318572 +139,-1.530733872,0.7303625216,26,-1.531259555,0.7260958115,16.971740606 +141,-1.534354939,0.7328219978,26,-1.531259555,0.7260958115,28.166880583 +142,-1.53157084,0.7292888153,26,-1.531259555,0.7260958115,12.680955297 +143,-1.525691035,0.7263799874,26,-1.531259555,0.7260958115,16.529824217 +144,-1.534031287,0.7495967835,26,-1.531259555,0.7260958115,93.441075207 +145,-1.527714986,0.7283095957,26,-1.531259555,0.7260958115,13.67109037 +146,-1.526189586,0.7271468292,26,-1.531259555,0.7260958115,15.576486146 +147,-1.555177336,0.7375563366,26,-1.531259555,0.7260958115,83.833236978 +148,-1.555080283,0.7312707794,26,-1.531259555,0.7260958115,73.315683686 +149,-1.53856994,0.7224180299,26,-1.531259555,0.7260958115,26.126428521 +150,-1.530837883,0.729933372,26,-1.531259555,0.7260958115,15.251626809 +151,-1.515066984,0.5854133365,26,-1.531259555,0.7260958115,559.54666711 +152,-1.534731633,0.5368370046,26,-1.531259555,0.7260958115,749.73567945 +153,-1.515231902,0.5607085576,26,-1.531259555,0.7260958115,657.05295593 +154,-2.616253799,1.0684566605,26,-1.531259555,0.7260958115,2862.5335864 +155,-1.956071439,0.5792177723,26,-1.531259555,0.7260958115,1451.4663102 +156,-1.951208514,0.5602434208,26,-1.531259555,0.7260958115,1477.4700531 +157,-1.944675062,0.6062144545,26,-1.531259555,0.7260958115,1366.8269451 +158,-1.613778386,0.6077989518,26,-1.531259555,0.7260958115,534.11749962 +159,-2.035029014,0.6021432345,26,-1.531259555,0.7260958115,1637.3851195 +160,-2.114989471,0.6801825058,26,-1.531259555,0.7260958115,1762.0058212 +161,-2.037382079,0.5765830025,26,-1.531259555,0.7260958115,1690.9639346 +162,-2.129855121,0.6585019963,26,-1.531259555,0.7260958115,1832.4506202 +163,-2.075141798,0.6493615843,26,-1.531259555,0.7260958115,1682.652352 +164,-1.828626729,0.6948433129,26,-1.531259555,0.7260958115,899.9239455 +165,-1.863329418,0.6735427691,26,-1.531259555,0.7260958115,1025.2349486 +166,-1.266037071,0.727988852,26,-1.531259555,0.7260958115,783.9243688 +167,-1.277579582,0.7249010648,26,-1.531259555,0.7260958115,750.90415949 +168,-1.258418684,0.7241194816,26,-1.531259555,0.7260958115,807.7729637 +169,-1.317813974,0.6804850104,26,-1.531259555,0.7260958115,669.01198874 +170,-1.344165204,0.6790988904,26,-1.531259555,0.7260958115,594.93264782 +171,-1.427582102,0.5277120351,26,-1.531259555,0.7260958115,852.71108159 +172,-1.402238616,0.457167829,26,-1.531259555,0.7260958115,1145.4241435 +173,-1.422454264,0.4996161999,26,-1.531259555,0.7260958115,963.16449604 +174,-1.439089277,0.4894859811,26,-1.531259555,0.7260958115,983.4308751 +175,-1.448126995,0.5182330266,26,-1.531259555,0.7260958115,865.34789012 +176,-1.474626146,0.5881926574,26,-1.531259555,0.7260958115,574.25925262 +177,-1.421139645,0.5584869783,26,-1.531259555,0.7260958115,749.62406716 +178,-1.457037165,0.565943032,26,-1.531259555,0.7260958115,676.16480527 +179,-2.757159358,0.3745319,26,-1.531259555,0.7260958115,4246.9770952 +180,-2.714309238,0.342054471,26,-1.531259555,0.7260958115,4197.7991483 +181,-2.000525337,0.774119946,26,-1.531259555,0.7260958115,1366.8668656 +183,-1.571413436,0.6777838382,26,-1.531259555,0.7260958115,226.62752642 +184,-1.552860289,0.6987663893,26,-1.531259555,0.7260958115,126.13530611 +185,-1.521852374,0.7165827476,26,-1.531259555,0.7260958115,46.933737857 +186,-1.503656267,0.6928968252,26,-1.531259555,0.7260958115,155.47180534 +187,-1.502753178,0.7136205882,26,-1.531259555,0.7260958115,98.230484669 +188,-1.631894563,0.7343596465,26,-1.531259555,0.7260958115,298.71752411 +189,-1.653765416,0.6770714026,26,-1.531259555,0.7260958115,418.23996129 +190,-1.719812114,0.6715965947,26,-1.531259555,0.7260958115,610.64022188 +191,-1.493406659,0.6646955447,26,-1.531259555,0.7260958115,269.05123688 +192,-1.469120564,0.6613469966,26,-1.531259555,0.7260958115,318.66460984 +193,-1.590551461,0.5326612937,26,-1.531259555,0.7260958115,789.17872551 +194,-1.625979264,0.5247742243,26,-1.531259555,0.7260958115,852.98998626 +195,-1.572293943,0.5238808754,26,-1.531259555,0.7260958115,811.65268908 +196,-1.610848725,0.5477107964,26,-1.531259555,0.7260958115,750.35389841 +197,-1.208485554,0.7918526018,26,-1.531259555,0.7260958115,961.04415511 +198,-1.335601374,0.6869083083,26,-1.531259555,0.7260958115,609.08869622 +199,-1.346156996,0.6825213377,26,-1.531259555,0.7260958115,584.33268064 +200,-1.324381037,0.6741422347,26,-1.531259555,0.7260958115,658.95549625 +201,-1.242424992,0.7378949807,26,-1.531259555,0.7260958115,850.95095159 +202,-1.270370057,0.7392461008,26,-1.531259555,0.7260958115,768.97663397 +203,-1.448950472,0.7441675014,26,-1.531259555,0.7260958115,252.15904251 +204,-1.492662363,0.7523026852,26,-1.531259555,0.7260958115,153.41858386 +205,-1.479098966,0.7763855017,26,-1.531259555,0.7260958115,249.92045742 +206,-1.633760714,0.7869022408,26,-1.531259555,0.7260958115,380.86499939 +207,-1.647406434,0.8101289331,26,-1.531259555,0.7260958115,469.01247288 +208,-1.564245052,0.5701509278,26,-1.531259555,0.7260958115,626.37024341 +209,-1.646289963,0.6833746083,26,-1.531259555,0.7260958115,386.00039369 +210,-1.5820631,0.6751952144,26,-1.531259555,0.7260958115,253.56328444 +211,-1.613236298,0.6681681791,26,-1.531259555,0.7260958115,338.46163535 +212,-1.914661867,0.8212566515,26,-1.531259555,0.7260958115,1145.3099956 +213,-1.742133237,0.7250275956,26,-1.531259555,0.7260958115,624.3916804 +214,-2.033144872,0.6557314699,26,-1.531259555,0.7260958115,1549.7347866 +215,-2.039551981,0.6964723658,26,-1.531259555,0.7260958115,1522.414623 +216,-1.247341019,0.7622473908,26,-1.531259555,0.7260958115,838.19471028 +217,-1.298239787,0.7084123392,26,-1.531259555,0.7260958115,698.38848612 +218,-1.308539688,0.6926545592,26,-1.531259555,0.7260958115,681.68554557 +219,-1.303263185,0.6888938396,26,-1.531259555,0.7260958115,701.24542831 +220,-1.852400229,0.6004246149,26,-1.531259555,0.7260958115,1116.0013685 +221,-1.288947707,0.7473773692,26,-1.531259555,0.7260958115,715.04061047 +222,-1.372031502,0.7472790993,26,-1.531259555,0.7260958115,474.38616188 +223,-1.289805721,0.7242157877,26,-1.531259555,0.7260958115,715.03630972 +224,-1.350807603,0.7533498126,26,-1.531259555,0.7260958115,538.51694788 +225,-1.329290365,0.7560442322,26,-1.531259555,0.7260958115,601.47565587 +226,-1.410153004,0.616936428,26,-1.531259555,0.7260958115,572.2916421 +227,-1.393445434,0.6308995063,26,-1.531259555,0.7260958115,567.69242083 +228,-1.37595573,0.6241540638,26,-1.531259555,0.7260958115,626.80462019 +229,-1.358388707,0.6172645205,26,-1.531259555,0.7260958115,687.04234813 +230,-1.753741133,0.8281661666,26,-1.531259555,0.7260958115,745.68067029 +231,-1.47430987,0.6834615681,26,-1.531259555,0.7260958115,240.8904756 +232,-1.421012508,0.7222725206,26,-1.531259555,0.7260958115,327.37431039 +233,-1.4476833,0.6978557868,26,-1.531259555,0.7260958115,274.40188617 +234,-1.470370723,0.6966193374,26,-1.531259555,0.7260958115,216.78323947 +235,-1.429211703,0.7037216883,26,-1.531259555,0.7260958115,317.77221734 +236,-1.700578405,0.6178673663,26,-1.531259555,0.7260958115,676.92030268 +237,-1.678117619,0.6331716163,26,-1.531259555,0.7260958115,582.75937688 +238,-1.725644578,0.6316331145,26,-1.531259555,0.7260958115,705.59476574 +239,-2.14012759,0.7930497945,26,-1.531259555,0.7260958115,1754.72221 +240,-2.103289431,0.7653606263,26,-1.531259555,0.7260958115,1660.753046 +241,-1.318739838,0.7017808746,26,-1.531259555,0.7260958115,642.90535288 +242,-1.396417427,0.7077900843,26,-1.531259555,0.7260958115,408.9506434 +243,-1.35650337,0.7185539404,26,-1.531259555,0.7260958115,519.90987002 +244,-1.248884539,0.7274156818,26,-1.531259555,0.7260958115,834.66883991 +245,-1.395014798,0.5761185243,26,-1.531259555,0.7260958115,732.19932169 +246,-1.433377362,0.6064716109,26,-1.531259555,0.7260958115,563.0877993 +247,-1.408172432,0.5903155476,26,-1.531259555,0.7260958115,661.2922333 +248,-1.749645898,0.7757118084,26,-1.531259555,0.7260958115,661.44816301 +249,-1.571626686,0.615046989,26,-1.531259555,0.7260958115,457.30326393 +250,-1.514070049,0.6303003037,26,-1.531259555,0.7260958115,383.12405344 +251,-1.480890369,0.6237966528,26,-1.531259555,0.7260958115,434.04181635 +252,-1.704390658,0.5281680612,26,-1.531259555,0.7260958115,959.22544307 +253,-1.64434733,0.5254277498,26,-1.531259555,0.7260958115,873.16056965 +254,-1.703855997,0.4792484842,26,-1.531259555,0.7260958115,1126.5252369 +255,-1.692002383,0.5748825051,26,-1.531259555,0.7260958115,783.53599112 +256,-1.854136457,0.5544643913,26,-1.531259555,0.7260958115,1226.3142165 +257,-1.665021206,0.520317736,26,-1.531259555,0.7260958115,920.70558817 +258,-1.733654349,0.4845187345,26,-1.531259555,0.7260958115,1159.5646288 +259,-1.720938188,0.5135933906,26,-1.531259555,0.7260958115,1038.5280096 +260,-1.742668307,0.553296122,26,-1.531259555,0.7260958115,957.19936675 +261,-1.965659039,0.7142126903,26,-1.531259555,0.7260958115,1289.7920544 +262,-1.944438071,0.6772834804,26,-1.531259555,0.7260958115,1260.7414255 +263,-1.270340967,0.7681487096,26,-1.531259555,0.7260958115,775.13627649 +264,-1.353091884,0.6549276821,26,-1.531259555,0.7260958115,612.17904097 +265,-1.333236659,0.6413584414,26,-1.531259555,0.7260958115,693.72222438 +266,-1.352015998,0.6753788907,26,-1.531259555,0.7260958115,578.22214103 +267,-1.377988483,0.6577816235,26,-1.531259555,0.7260958115,539.7425393 +268,-2.13075611,0.8318642051,26,-1.531259555,0.7260958115,1725.6681917 +269,-2.097910953,0.8259670014,26,-1.531259555,0.7260958115,1637.1431135 +270,-1.416382069,0.6694271549,26,-1.531259555,0.7260958115,414.49552531 +271,-1.538905672,0.7535625993,26,-1.531259555,0.7260958115,111.0712227 +272,-1.572309477,0.7803125099,26,-1.531259555,0.7260958115,245.3056265 +273,-1.87759879,0.7503853417,26,-1.531259555,0.7260958115,1016.8580555 +274,1.152365588,0.590457682,26,-1.531259555,0.7260958115,6969.0480768 +275,0.350198001,0.718001859,26,-1.531259555,0.7260958115,5161.0015446 +276,0.046513677,0.491503852,26,-1.531259555,0.7260958115,4978.6277481 +277,0.027510309,0.742571376,26,-1.531259555,0.7260958115,4348.2704167 +278,0.306285725,-0.214631579,26,-1.531259555,0.7260958115,7570.8270338 +279,-1.100564889,0.318051531,26,-1.531259555,0.7260958115,2174.6860494 +280,-1.078582306,0.301437596,26,-1.531259555,0.7260958115,2277.0858342 +281,-1.137371989,-0.617634065,26,-1.531259555,0.7260958115,5511.326333 +282,0.784356344,0.703272339,26,-1.531259555,0.7260958115,6052.3942653 +283,-1.221209947,0.218327455,26,-1.531259555,0.7260958115,2278.8061531 +284,2.347301921,-0.449114658,26,-1.531259555,0.7260958115,9810.8814128 +285,0.246820618,0.830553713,26,-1.531259555,0.7260958115,4650.4726659 +286,0.829414965,0.703288228,26,-1.531259555,0.7260958115,6125.6435847 +287,-1.337537566,0.42332223,26,-1.531259555,0.7260958115,1358.5001026 +288,0.882453706,0.454478077,26,-1.531259555,0.7260958115,7060.517402 +289,1.575629659,0.416419109,26,-1.531259555,0.7260958115,7916.5541661 +290,-1.039455679,0.229888244,26,-1.531259555,0.7260958115,2594.1043778 +291,0.489558039,0.934482747,26,-1.531259555,0.7260958115,4844.7221778 +292,0.081344504,0.88384514,26,-1.531259555,0.7260958115,4177.4396976 +293,-1.547979814,0.300350308,26,-1.531259555,0.7260958115,1687.335274 +294,0.040776181,0.168560074,26,-1.531259555,0.7260958115,5783.443838 +295,-1.130374745,0.563894876,26,-1.531259555,0.7260958115,1416.1474139 +296,1.578326642,0.478507176,26,-1.531259555,0.7260958115,7670.9739386 +297,-1.12861823,-0.291640865,26,-1.531259555,0.7260958115,4292.7306514 +298,0.310524208,0.770885792,26,-1.531259555,0.7260958115,4935.6936821 +299,0.415649091,-0.387246002,26,-1.531259555,0.7260958115,8319.082175 +300,-0.926533878,-0.188022748,26,-1.531259555,0.7260958115,4237.8612601 +301,1.258856172,-0.11716081,26,-1.531259555,0.7260958115,9733.3014541 +302,-1.126050026,0.322941926,26,-1.531259555,0.7260958115,2102.4874242 +303,2.002785835,0.07893892,26,-1.531259555,0.7260958115,8954.3761551 +304,0.440437607,0.746258085,26,-1.531259555,0.7260958115,5276.2086344 +305,-0.030391866,0.214441206,26,-1.531259555,0.7260958115,5455.2799112 +306,0.521557815,-0.058929362,26,-1.531259555,0.7260958115,7787.975793 +307,-0.097005111,0.13317729,26,-1.531259555,0.7260958115,5468.5772105 +308,1.83113859,0.221857587,26,-1.531259555,0.7260958115,8603.2976545 +309,0.222428864,0.099404236,26,-1.531259555,0.7260958115,6497.1888133 +310,-1.702731345,0.8728568183,26,-1.531259555,0.7260958115,748.41971149 +311,-0.418507569,0.278324921,26,-1.531259555,0.7260958115,4146.3259662 +312,-1.41153306,0.339029988,26,-1.531259555,0.7260958115,1585.3021465 +313,0.357560442,0.114788776,26,-1.531259555,0.7260958115,6843.3157796 +314,0.325818979,0.268352149,26,-1.531259555,0.7260958115,6331.1072044 +315,-1.246004659,-0.663679965,26,-1.531259555,0.7260958115,5600.550662 +316,1.814603087,0.637404484,26,-1.531259555,0.7260958115,6992.5188131 +317,1.843704281,-0.18300445,26,-1.531259555,0.7260958115,10144.450299 +318,1.690644492,-0.211480909,26,-1.531259555,0.7260958115,10386.574032 +319,-1.275451936,0.068109467,26,-1.531259555,0.7260958115,2759.7234325 +320,0.762430171,-0.207594741,26,-1.531259555,0.7260958115,8875.453457 +321,0.265668905,-0.014647884,26,-1.531259555,0.7260958115,6928.2040131 +322,-2.773032013,-0.335515811,26,-1.531259555,0.7260958115,6184.1525829 +323,-1.469512853,0.174058777,26,-1.531259555,0.7260958115,2197.1966056 +324,0.286276986,0.785925691,26,-1.531259555,0.7260958115,4845.0158742 +325,-1.379324697,0.377432233,26,-1.531259555,0.7260958115,1471.0934544 +326,-1.203778265,0.212813032,26,-1.531259555,0.7260958115,2327.3391858 +327,0.579916301,0.611743168,26,-1.531259555,0.7260958115,5958.8295819 +328,0.267582642,0.868113908,26,-1.531259555,0.7260958115,4603.0539373 +329,0.412869244,-0.050245578,26,-1.531259555,0.7260958115,7452.6285143 +330,0.17524381,0.976660285,26,-1.531259555,0.7260958115,4177.4219832 +331,0.743157214,0.204812899,26,-1.531259555,0.7260958115,7590.3604851 +332,-1.070758176,0.269382282,26,-1.531259555,0.7260958115,2396.9742207 +333,-1.230364251,0.329790229,26,-1.531259555,0.7260958115,1869.1836311 +334,-1.374813124,-0.024926835,26,-1.531259555,0.7260958115,3027.4215152 +335,0.519780566,0.463669906,26,-1.531259555,0.7260958115,6269.6511089 +336,-1.55108034,0.239698561,26,-1.531259555,0.7260958115,1927.8282111 +337,0.180294813,0.029739425,26,-1.531259555,0.7260958115,6559.487547 +338,0.67820924,0.268170153,26,-1.531259555,0.7260958115,7238.7948795 +339,0.445798684,1.024001867,26,-1.531259555,0.7260958115,4533.3699256 +340,0.691751283,0.150521402,26,-1.531259555,0.7260958115,7634.7311316 +341,-1.036643551,-0.903056181,26,-1.531259555,0.7260958115,6673.7294961 +342,-0.120287036,1.083325163,26,-1.531259555,0.7260958115,3458.8435702 +343,2.823513113,-0.304487164,26,-1.531259555,0.7260958115,8065.3192491 +344,0.457583172,1.12513373,26,-1.531259555,0.7260958115,4291.716153 +345,0.042918831,0.813795399,26,-1.531259555,0.7260958115,4234.804336 +346,1.196146777,-0.853142756,26,-1.531259555,0.7260958115,11190.56754 +347,0.206001358,-0.010430701,26,-1.531259555,0.7260958115,6741.6004327 +348,-0.268308653,0.234799412,26,-1.531259555,0.7260958115,4700.0540084 +349,0.759363263,0.736189579,26,-1.531259555,0.7260958115,5902.650168 +350,0.181363926,0.891988372,26,-1.531259555,0.7260958115,4371.2662737 +351,-0.021111158,0.139103292,26,-1.531259555,0.7260958115,5677.77093 +352,-0.093355215,0.630686981,26,-1.531259555,0.7260958115,4276.8663401 +353,0.40118964,0.681375926,26,-1.531259555,0.7260958115,5372.9282501 +354,-0.721197315,1.304706234,26,-1.531259555,0.7260958115,2702.3731797 +355,-1.076150317,0.212107639,26,-1.531259555,0.7260958115,2572.6917132 +356,-1.577164531,0.273993443,26,-1.531259555,0.7260958115,1797.6412678 +357,-0.190788414,0.182208586,26,-1.531259555,0.7260958115,5063.9557478 +358,-0.261349752,0.209710184,26,-1.531259555,0.7260958115,4784.5081004 +359,-1.029303852,0.083549259,26,-1.531259555,0.7260958115,3102.3002365 +360,-1.268609162,0.330525297,26,-1.531259555,0.7260958115,1799.916834 +361,1.282982244,-0.926641967,26,-1.531259555,0.7260958115,11265.987737 +362,0.217352334,0.731352408,26,-1.531259555,0.7260958115,4826.7128278 +363,-1.511833084,0.258629297,26,-1.531259555,0.7260958115,1852.8334859 +364,0.338812194,0.823184618,26,-1.531259555,0.7260958115,4860.4277597 +365,-0.324406489,1.134201999,26,-1.531259555,0.7260958115,3070.8597795 +366,1.389579348,0.399185724,26,-1.531259555,0.7260958115,7913.5355341 +367,2.047152199,-0.039082036,26,-1.531259555,0.7260958115,9309.8512199 +368,0.947780369,0.568250077,26,-1.531259555,0.7260958115,6776.6758477 +369,0.763824846,0.576754987,26,-1.531259555,0.7260958115,6433.0131946 +370,-0.142334657,0.928153068,26,-1.531259555,0.7260958115,3610.4412192 +371,0.610266567,0.547265983,26,-1.531259555,0.7260958115,6219.8955959 +372,0.210731629,0.746815056,26,-1.531259555,0.7260958115,4773.6462795 +373,-1.34931644,0.316895224,26,-1.531259555,0.7260958115,1733.8972432 +374,2.407696481,0.655030745,26,-1.531259555,0.7260958115,6260.7436521 +375,0.64207831,0.545359131,26,-1.531259555,0.7260958115,6292.8544241 +376,1.174597538,0.840588356,26,-1.531259555,0.7260958115,6053.5541112 +377,0.660059424,0.010604079,26,-1.531259555,0.7260958115,7972.6291096 +378,-0.730263819,0.010486456,26,-1.531259555,0.7260958115,4021.5458605 +379,0.831068936,0.512339172,26,-1.531259555,0.7260958115,6771.0867578 +380,1.301180979,0.72367476,26,-1.531259555,0.7260958115,6595.4641653 +381,1.811128231,0.322854402,26,-1.531259555,0.7260958115,8224.158298 +382,0.435105812,0.992284428,26,-1.531259555,0.7260958115,4598.9695797 +383,0.62643634,0.592027932,26,-1.531259555,0.7260958115,6115.4006287 +384,0.492988703,-0.516339467,26,-1.531259555,0.7260958115,8833.928025 +385,-0.162469483,0.112549365,26,-1.531259555,0.7260958115,5328.4889418 +386,0.314630866,0.472006421,26,-1.531259555,0.7260958115,5741.5845965 +387,0.166744804,0.822815954,26,-1.531259555,0.7260958115,4495.4507478 +388,0.417159608,0.965805736,26,-1.531259555,0.7260958115,4638.0526561 +389,0.106334961,0.868774244,26,-1.531259555,0.7260958115,4262.6172116 +390,0.815086969,-0.338144359,26,-1.531259555,0.7260958115,9372.4527497 +391,0.59867455,-0.230624824,26,-1.531259555,0.7260958115,8471.6851272 +392,1.915104874,0.066220985,26,-1.531259555,0.7260958115,9118.4687884 +393,1.278093622,0.064463721,26,-1.531259555,0.7260958115,9091.0293021 +394,-0.061477853,0.302997961,26,-1.531259555,0.7260958115,5138.6632731 +395,0.251311504,0.626976942,26,-1.531259555,0.7260958115,5170.8261269 +396,2.950242872,0.149095644,26,-1.531259555,0.7260958115,6501.7868669 +397,-0.180294708,0.35375117,26,-1.531259555,0.7260958115,4665.2016253 +398,1.010448592,-0.351180233,26,-1.531259555,0.7260958115,9947.8743003 +399,-1.748740498,0.3686318073,26,-1.531259555,0.7260958115,1591.5552521 +400,2.699635665,0.123533791,26,-1.531259555,0.7260958115,7271.3239187 +401,0.496808033,0.823843254,26,-1.531259555,0.7260958115,5168.2559543 +402,0.129574704,0.763364087,26,-1.531259555,0.7260958115,4546.6302369 +403,1.798920311,0.817447563,26,-1.531259555,0.7260958115,6293.9392477 +404,0.335987953,0.746786541,26,-1.531259555,0.7260958115,5053.5836341 +405,-1.085413643,0.292154671,26,-1.531259555,0.7260958115,2291.2073837 +406,-0.155321003,0.508207011,26,-1.531259555,0.7260958115,4374.9355624 +407,0.620529244,-0.301175104,26,-1.531259555,0.7260958115,8716.1625624 +408,1.684402744,0.368716966,26,-1.531259555,0.7260958115,8098.7769412 +409,0.300582244,-0.386397212,26,-1.531259555,0.7260958115,7978.0786684 +410,2.913555946,-0.009225192,26,-1.531259555,0.7260958115,7034.9589225 +411,1.465101417,0.493232532,26,-1.531259555,0.7260958115,7584.8745607 +412,0.090612882,0.907955955,26,-1.531259555,0.7260958115,4148.5496779 +413,2.987564726,-0.729568594,26,-1.531259555,0.7260958115,8527.6517323 +414,-1.484261606,0.224149272,26,-1.531259555,0.7260958115,1994.8277443 +415,0.164073421,0.303955133,26,-1.531259555,0.7260958115,5784.9613956 +416,0.141441293,0.167552546,26,-1.531259555,0.7260958115,6080.3940392 +417,2.931321023,-0.506718887,26,-1.531259555,0.7260958115,8222.4591563 +418,2.21951565,0.700596356,26,-1.531259555,0.7260958115,6383.4866878 +419,0.268112576,1.199114336,26,-1.531259555,0.7260958115,3881.4971548 +420,0.978913739,0.359223811,26,-1.531259555,0.7260958115,7560.9705066 +421,1.210898818,0.522863584,26,-1.531259555,0.7260958115,7285.555775 +422,2.347397336,0.129231362,26,-1.531259555,0.7260958115,8130.9014634 +423,0.614394501,0.556878345,26,-1.531259555,0.7260958115,6199.0271879 +424,-1.398079356,0.148483366,26,-1.531259555,0.7260958115,2335.0023825 +425,2.535303836,-0.112984496,26,-1.531259555,0.7260958115,8397.4693859 +426,-1.019372593,-0.405322349,26,-1.531259555,0.7260958115,4859.1749536 +427,-1.297785627,-0.160104069,26,-1.531259555,0.7260958115,3611.5991627 +428,2.144554488,0.205051084,26,-1.531259555,0.7260958115,8272.6410896 +429,-2.242387083,-0.426171285,26,-1.531259555,0.7260958115,5256.2494013 +430,0.338637212,0.909723676,26,-1.531259555,0.7260958115,4640.1732377 +431,-0.148798452,0.691042401,26,-1.531259555,0.7260958115,4004.4109642 +432,0.893524764,0.441829531,26,-1.531259555,0.7260958115,7123.7346085 +433,0.969229347,-0.368847936,26,-1.531259555,0.7260958115,9884.1895321 +434,0.436043248,0.800045688,26,-1.531259555,0.7260958115,5117.927077 +435,1.687946607,1.081504775,26,-1.531259555,0.7260958115,5279.6308753 +436,0.522302046,-0.034889271,26,-1.531259555,0.7260958115,7723.5517786 +437,-0.178996113,-0.438090009,26,-1.531259555,0.7260958115,6757.7021242 +438,-1.094339566,0.301444068,26,-1.531259555,0.7260958115,2241.5513041 +439,-1.064070054,0.242569932,26,-1.531259555,0.7260958115,2498.4764817 +440,-1.068153768,0.230387998,26,-1.531259555,0.7260958115,2529.3684852 +441,-3.00496892,-0.23989155,26,-1.531259555,0.7260958115,6568.3381132 +442,0.21751974,0.766874888,26,-1.531259555,0.7260958115,4740.3494293 +443,0.117229532,0.007619006,26,-1.531259555,0.7260958115,6431.8674027 +444,0.777758451,0.420554741,26,-1.531259555,0.7260958115,6972.2996079 +445,-0.252356999,0.250747086,26,-1.531259555,0.7260958115,4707.0162426 +446,0.363148444,0.768483434,26,-1.531259555,0.7260958115,5054.3430033 +447,0.903191366,-0.118210676,26,-1.531259555,0.7260958115,8987.3375117 +448,-0.205755923,0.149406178,26,-1.531259555,0.7260958115,5104.4297463 +449,1.811996086,0.02364353,26,-1.531259555,0.7260958115,9387.092686 +450,-1.100670221,0.314845373,26,-1.531259555,0.7260958115,2184.6379482 +451,0.340078597,0.850105132,26,-1.531259555,0.7260958115,4793.8217318 +452,0.258757267,0.804969236,26,-1.531259555,0.7260958115,4738.2636976 +453,2.78505352,-0.155160804,26,-1.531259555,0.7260958115,7798.6476278 +454,0.800551619,0.105822106,26,-1.531259555,0.7260958115,8038.4302793 +455,0.437940882,-0.506194031,26,-1.531259555,0.7260958115,8651.5368461 +456,2.230431122,0.63458615,26,-1.531259555,0.7260958115,6604.5822153 +457,0.527965361,0.127667701,26,-1.531259555,0.7260958115,7278.0889654 +458,-0.063643205,0.702093448,26,-1.531259555,0.7260958115,4204.4484808 +459,1.408447268,0.133010502,26,-1.531259555,0.7260958115,8962.849337 +460,0.523795955,0.280266966,26,-1.531259555,0.7260958115,6821.8751296 +461,-0.975769313,0.072177659,26,-1.531259555,0.7260958115,3251.5698475 +462,0.549774164,-0.463663986,26,-1.531259555,0.7260958115,8888.9302502 +463,0.29245874,1.095549818,26,-1.531259555,0.7260958115,4126.1509363 +464,0.143625958,0.816809593,26,-1.531259555,0.7260958115,4457.7133033 +465,0.671902494,0.611159853,26,-1.531259555,0.7260958115,6146.5820881 +466,1.239840988,0.6724199,26,-1.531259555,0.7260958115,6745.2570513 +467,0.607829703,-0.10932137,26,-1.531259555,0.7260958115,8171.1612309 +468,1.763020906,0.263996692,26,-1.531259555,0.7260958115,8482.4339101 +469,0.378714634,0.726066797,26,-1.531259555,0.7260958115,5201.5027173 +470,2.196736143,-0.153862366,26,-1.531259555,0.7260958115,9390.0869639 +471,0.01702415,0.148991565,26,-1.531259555,0.7260958115,5764.5835431 +472,-2.998490902,-0.158002487,26,-1.531259555,0.7260958115,6333.3575778 +473,-3.051262951,-0.346595608,26,-1.531259555,0.7260958115,6978.4581333 +474,-1.069176439,0.182802941,26,-1.531259555,0.7260958115,2685.1353952 +475,0.167157509,0.595344954,26,-1.531259555,0.7260958115,5041.8157589 +476,0.613855648,0.681746124,26,-1.531259555,0.7260958115,5813.3800017 +477,1.037012736,0.682555367,26,-1.531259555,0.7260958115,6494.0896533 +478,-1.253574971,0.379755746,26,-1.531259555,0.7260958115,1654.5806321 +479,3.108590453,-0.132620738,26,-1.531259555,0.7260958115,6784.3552554 +480,0.565301296,0.022333262,26,-1.531259555,0.7260958115,7682.1922766 +481,0.547898238,0.855555614,26,-1.531259555,0.7260958115,5169.6356927 +482,0.948309381,0.417393755,26,-1.531259555,0.7260958115,7304.899489 +483,-0.050600732,0.945269213,26,-1.531259555,0.7260958115,3782.551546 +484,-0.977651478,-0.572363064,26,-1.531259555,0.7260958115,5524.7906255 +485,1.102014914,0.728861163,26,-1.531259555,0.7260958115,6400.4518932 +486,2.927300795,-0.282939414,26,-1.531259555,0.7260958115,7704.7386652 +487,-1.154565557,0.124434095,26,-1.531259555,0.7260958115,2726.0748881 +488,1.855331234,0.291044755,26,-1.531259555,0.7260958115,8316.0960027 +489,0.830290659,0.276904518,26,-1.531259555,0.7260958115,7553.2574597 +490,0.485104466,-0.234867441,26,-1.531259555,0.7260958115,8150.7284472 +491,0.521367572,-0.33161327,26,-1.531259555,0.7260958115,8499.3520137 +1,-1.539031704,0.7349710123,27,-1.528926415,0.7260865555,46.121822329 +2,-1.536990553,0.7349663874,27,-1.528926415,0.7260865555,42.463479668 +3,-1.534951779,0.7349571355,27,-1.528926415,0.7260865555,39.37710274 +4,-1.532906461,0.7349480293,27,-1.528926415,0.7260865555,37.012256906 +5,-1.531320211,0.7346937278,27,-1.528926415,0.7260865555,34.81695411 +6,-1.539451648,0.7335131775,27,-1.528926415,0.7260865555,42.78802036 +7,-1.537429487,0.7335445708,27,-1.528926415,0.7260865555,38.765795094 +8,-1.535484998,0.7335658704,27,-1.528926415,0.7260865555,35.391208524 +9,-1.533488396,0.7336036027,27,-1.528926415,0.7260865555,32.678949285 +10,-1.531497785,0.7335842962,27,-1.528926415,0.7260865555,30.653290888 +11,-1.530259379,0.7334777758,27,-1.528926415,0.7260865555,29.539908321 +12,-1.5335454,0.7322346912,27,-1.528926415,0.7260865555,27.914302516 +13,-1.531489083,0.7322238773,27,-1.528926415,0.7260865555,25.461219858 +14,-1.530011122,0.7321679851,27,-1.528926415,0.7260865555,24.300708292 +15,-1.53348106,0.7306614094,27,-1.528926415,0.7260865555,22.574919493 +16,-1.531441779,0.7306962275,27,-1.528926415,0.7260865555,19.714675343 +17,-1.529755654,0.7306933243,27,-1.528926415,0.7260865555,18.411301912 +18,-1.533415048,0.7291384674,27,-1.528926415,0.7260865555,17.955919863 +19,-1.531392093,0.7291705353,27,-1.528926415,0.7260865555,14.227181805 +20,-1.529296523,0.7291214933,27,-1.528926415,0.7260865555,12.071134576 +21,-1.535280942,0.727267644,27,-1.528926415,0.7260865555,19.384895896 +22,-1.533378158,0.7276139666,27,-1.528926415,0.7260865555,14.499439754 +23,-1.531340368,0.7276446587,27,-1.528926415,0.7260865555,9.4414562024 +24,-1.528960113,0.7276398177,27,-1.528926415,0.7260865555,6.1532801446 +25,-1.533313146,0.7260818349,27,-1.528926415,0.7260865555,12.993316776 +26,-1.531259555,0.7260958115,27,-1.528926415,0.7260865555,6.9107118939 +27,-1.528926415,0.7260865555,27,-1.528926415,0.7260865555,3.4455909029 +28,-1.531226779,0.7245511789,27,-1.528926415,0.7260865555,9.1364152954 +29,-1.528904772,0.7245519194,27,-1.528926415,0.7260865555,6.0790319613 +30,-1.547195875,0.7409785979,27,-1.528926415,0.7260865555,79.804648253 +31,-1.5451475,0.740980426,27,-1.528926415,0.7260865555,75.881935321 +32,-1.543097679,0.7409798872,27,-1.528926415,0.7260865555,72.239444274 +33,-1.540720364,0.7409892687,27,-1.528926415,0.7260865555,68.473178113 +34,-1.547188511,0.7395198392,27,-1.528926415,0.7260865555,75.643869192 +35,-1.545148587,0.7395226109,27,-1.528926415,0.7260865555,71.508177843 +36,-1.543104538,0.7395314908,27,-1.528926415,0.7260865555,67.664877569 +37,-1.540727751,0.7395306258,27,-1.528926415,0.7260865555,63.584248454 +38,-1.547187029,0.7380014886,27,-1.528926415,0.7260865555,71.565754238 +39,-1.545147315,0.7380012252,27,-1.528926415,0.7260865555,67.164669493 +40,-1.54310719,0.7380060743,27,-1.528926415,0.7260865555,63.044039547 +41,-1.540719671,0.7380068206,27,-1.528926415,0.7260865555,58.62223068 +42,-1.547187189,0.7364799098,27,-1.528926415,0.7260865555,67.772641572 +43,-1.545149996,0.7364853874,27,-1.528926415,0.7260865555,63.121349213 +44,-1.543106091,0.7364823484,27,-1.528926415,0.7260865555,58.678830318 +45,-1.540717158,0.7364893901,27,-1.528926415,0.7260865555,53.909605487 +46,-1.538663972,0.7410138672,27,-1.528926415,0.7260865555,65.702297103 +47,-1.53695285,0.7409699132,27,-1.528926415,0.7260865555,63.507008701 +48,-1.534910498,0.7409641297,27,-1.528926415,0.7260865555,61.503981139 +49,-1.533145034,0.7409536636,27,-1.528926415,0.7260865555,60.182471659 +50,-1.538681336,0.7395405883,27,-1.528926415,0.7260865555,60.53750463 +51,-1.536999189,0.7395183096,27,-1.528926415,0.7260865555,58.270637617 +52,-1.534923633,0.7395144222,27,-1.528926415,0.7260865555,56.041940838 +53,-1.533267822,0.7395654306,27,-1.528926415,0.7260865555,54.898442757 +54,-1.53867273,0.7380151077,27,-1.528926415,0.7260865555,55.289835897 +55,-1.536980576,0.7379994392,27,-1.528926415,0.7260865555,52.817313188 +56,-1.534931522,0.7379944961,27,-1.528926415,0.7260865555,50.376284946 +57,-1.533387952,0.7379480264,27,-1.528926415,0.7260865555,48.787436654 +58,-1.538682279,0.7364914363,27,-1.528926415,0.7260865555,50.257593098 +59,-1.536980704,0.7364810563,27,-1.528926415,0.7260865555,47.529338163 +60,-1.534935567,0.7364752065,27,-1.528926415,0.7260865555,44.801123605 +61,-1.533042592,0.7363876366,27,-1.528926415,0.7260865555,42.569103446 +62,-1.545143426,0.7349628011,27,-1.528926415,0.7260865555,59.372875773 +63,-1.543105297,0.7349691947,27,-1.528926415,0.7260865555,54.659982466 +64,-1.541064533,0.7349647152,27,-1.528926415,0.7260865555,50.189912091 +65,-1.545411803,0.7334624714,27,-1.528926415,0.7260865555,56.764026184 +66,-1.543446606,0.7334780896,27,-1.528926415,0.7260865555,51.910513259 +67,-1.541475327,0.7334957295,27,-1.528926415,0.7260865555,47.262261978 +68,-1.545401939,0.731963266,27,-1.528926415,0.7260865555,53.951655198 +69,-1.54342253,0.7319915583,27,-1.528926415,0.7260865555,48.794916321 +70,-1.541455867,0.7320216438,27,-1.528926415,0.7260865555,43.848119571 +71,-1.545410146,0.7304422281,27,-1.528926415,0.7260865555,51.693175188 +72,-1.543435491,0.7304713664,27,-1.528926415,0.7260865555,46.274225463 +73,-1.541463105,0.7304997613,27,-1.528926415,0.7260865555,40.975834778 +74,-1.545414768,0.7289194936,27,-1.528926415,0.7260865555,50.050039839 +75,-1.543435774,0.7289538557,27,-1.528926415,0.7260865555,44.398258215 +76,-1.541457714,0.7289765881,27,-1.528926415,0.7260865555,38.796579219 +77,-1.539449415,0.7320555866,27,-1.528926415,0.7260865555,39.055407299 +78,-1.537429183,0.7321097681,27,-1.528926415,0.7260865555,34.642071811 +79,-1.535472649,0.7321497267,27,-1.528926415,0.7260865555,30.833539425 +80,-1.539457899,0.7305333307,27,-1.528926415,0.7260865555,35.769237993 +81,-1.537453161,0.7305750503,27,-1.528926415,0.7260865555,30.844734162 +82,-1.535479385,0.7306124949,27,-1.528926415,0.7260865555,26.393191583 +83,-1.53946905,0.7290102593,27,-1.528926415,0.7260865555,33.266909569 +84,-1.537459922,0.7290417293,27,-1.528926415,0.7260865555,27.824535987 +85,-1.535451349,0.7290890157,27,-1.528926415,0.7260865555,22.670570764 +86,-1.535522937,0.7279887191,27,-1.528926415,0.7260865555,20.92553844 +87,-1.539442524,0.7274735939,27,-1.528926415,0.7260865555,31.610048848 +88,-1.537424111,0.727521351,27,-1.528926415,0.7260865555,25.787718153 +89,-1.539384641,0.7259505092,27,-1.528926415,0.7260865555,30.983242076 +90,-1.537372391,0.7259947145,27,-1.528926415,0.7260865555,25.02019317 +91,-1.535340789,0.7260435356,27,-1.528926415,0.7260865555,19.000168968 +92,-1.539325716,0.7244369706,27,-1.528926415,0.7260865555,31.509594356 +93,-1.537308932,0.7244801057,27,-1.528926415,0.7260865555,25.648122646 +94,-1.535289068,0.7245247645,27,-1.528926415,0.7260865555,19.847619727 +95,-1.533261366,0.7245550236,27,-1.528926415,0.7260865555,14.208742973 +96,-1.539267302,0.722921924,27,-1.528926415,0.7260865555,33.134658816 +97,-1.537248972,0.7229660258,27,-1.528926415,0.7260865555,27.606738412 +98,-1.535219431,0.7229916471,27,-1.528926415,0.7260865555,22.330902979 +99,-1.53318962,0.7230212049,27,-1.528926415,0.7260865555,17.530238321 +100,-1.531154816,0.7230299897,27,-1.528926415,0.7260865555,13.793635566 +101,-1.528878341,0.7230370244,27,-1.528926415,0.7260865555,12.080034125 +102,-1.539218189,0.7214009878,27,-1.528926415,0.7260865555,35.743102161 +103,-1.537198791,0.7214422745,27,-1.528926415,0.7260865555,30.679774055 +104,-1.535179266,0.7214634354,27,-1.528926415,0.7260865555,26.072108073 +105,-1.533156501,0.7214944644,27,-1.528926415,0.7260865555,22.101402995 +106,-1.53113574,0.7215166021,27,-1.528926415,0.7260865555,19.25262657 +107,-1.528874248,0.7215345535,27,-1.528926415,0.7260865555,18.031144458 +108,-1.539217656,0.7198512397,27,-1.528926415,0.7260865555,39.297392687 +109,-1.537199919,0.7199428763,27,-1.528926415,0.7260865555,34.583149277 +110,-1.545425832,0.727397149,27,-1.528926415,0.7260865555,49.116862901 +111,-1.543371177,0.7273916949,27,-1.528926415,0.7260865555,43.071067265 +112,-1.541368852,0.7274523163,27,-1.528926415,0.7260865555,37.226586941 +113,-1.545349067,0.7258710923,27,-1.528926415,0.7260865555,48.654977259 +114,-1.54332671,0.7258603556,27,-1.528926415,0.7260865555,42.666487885 +115,-1.541346831,0.7259242142,27,-1.528926415,0.7260865555,36.796823619 +116,-1.545324355,0.7243383958,27,-1.528926415,0.7260865555,49.098043216 +117,-1.543292796,0.7243617413,27,-1.528926415,0.7260865555,43.129450595 +118,-1.541295822,0.7244024384,27,-1.528926415,0.7260865555,37.266732574 +119,-1.543193859,0.7205570215,27,-1.528926415,0.7260865555,47.689802527 +120,-1.550257047,0.7386738187,27,-1.528926415,0.7260865555,80.204065549 +121,-1.549335448,0.7311736483,27,-1.528926415,0.7260865555,63.590065981 +122,-1.533478843,0.7179891343,27,-1.528926415,0.7260865555,34.811740029 +123,-1.556150555,0.738907041,27,-1.528926415,0.7260865555,94.902627699 +124,-1.554324226,0.733414257,27,-1.528926415,0.7260865555,80.402158595 +125,-1.554290846,0.7288285332,27,-1.528926415,0.7260865555,75.817651411 +126,-1.55122487,0.7219795312,27,-1.528926415,0.7260865555,68.136948967 +127,-1.525104458,0.7229399862,27,-1.528926415,0.7260865555,16.847861466 +128,-1.519607711,0.7236181429,27,-1.528926415,0.7260865555,29.310543359 +129,-1.513899999,0.7251107854,27,-1.528926415,0.7260865555,44.694017902 +130,-1.536620762,0.7431061895,27,-1.528926415,0.7260865555,71.107296865 +131,-1.5369566,0.7460845958,27,-1.528926415,0.7260865555,82.644924043 +132,-1.545345528,0.7447040685,27,-1.528926415,0.7260865555,88.113049211 +133,-1.532813921,0.7432306626,27,-1.528926415,0.7260865555,68.862363367 +134,-1.554788248,0.7382381001,27,-1.528926415,0.7260865555,90.115245585 +135,-1.540348126,0.7301594274,27,-1.528926415,0.7260865555,37.424819586 +136,-1.538016084,0.7239051786,27,-1.528926415,0.7260865555,28.300418346 +137,-1.525288962,0.7258085137,27,-1.528926415,0.7260865555,10.831418243 +138,-1.534326986,0.731241342,27,-1.528926415,0.7260865555,25.915336277 +139,-1.530733872,0.7303625216,27,-1.528926415,0.7260865555,17.759995147 +141,-1.534354939,0.7328219978,27,-1.528926415,0.7260865555,31.12488069 +142,-1.53157084,0.7292888153,27,-1.528926415,0.7260865555,14.901795025 +143,-1.525691035,0.7263799874,27,-1.528926415,0.7260865555,9.6520222318 +144,-1.534031287,0.7495967835,27,-1.528926415,0.7260865555,94.318040672 +145,-1.527714986,0.7283095957,27,-1.528926415,0.7260865555,9.5071477925 +146,-1.526189586,0.7271468292,27,-1.528926415,0.7260865555,9.1262735334 +147,-1.555177336,0.7375563366,27,-1.528926415,0.7260865555,89.709165189 +148,-1.555080283,0.7312707794,27,-1.528926415,0.7260865555,79.968112715 +149,-1.53856994,0.7224180299,27,-1.528926415,0.7260865555,32.088682197 +150,-1.530837883,0.729933372,27,-1.528926415,0.7260865555,16.251719887 +151,-1.515066984,0.5854133365,27,-1.528926415,0.7260865555,558.8951067 +152,-1.534731633,0.5368370046,27,-1.528926415,0.7260865555,749.84542088 +153,-1.515231902,0.5607085576,27,-1.528926415,0.7260865555,656.48946805 +154,-2.616253799,1.0684566605,27,-1.528926415,0.7260865555,2867.0102035 +155,-1.956071439,0.5792177723,27,-1.528926415,0.7260865555,1458.1117975 +156,-1.951208514,0.5602434208,27,-1.528926415,0.7260865555,1484.0114344 +157,-1.944675062,0.6062144545,27,-1.528926415,0.7260865555,1373.5659114 +158,-1.613778386,0.6077989518,27,-1.528926415,0.7260865555,537.60180495 +159,-2.035029014,0.6021432345,27,-1.528926415,0.7260865555,1644.225046 +160,-2.114989471,0.6801825058,27,-1.528926415,0.7260865555,1768.8901455 +161,-2.037382079,0.5765830025,27,-1.528926415,0.7260865555,1697.7415772 +162,-2.129855121,0.6585019963,27,-1.528926415,0.7260865555,1839.3531541 +163,-2.075141798,0.6493615843,27,-1.528926415,0.7260865555,1689.5629639 +164,-1.828626729,0.6948433129,27,-1.528926415,0.7260865555,906.8280521 +165,-1.863329418,0.6735427691,27,-1.528926415,0.7260865555,1032.1119518 +166,-1.266037071,0.727988852,27,-1.528926415,0.7260865555,777.05021582 +167,-1.277579582,0.7249010648,27,-1.528926415,0.7260865555,744.01727248 +168,-1.258418684,0.7241194816,27,-1.528926415,0.7260865555,800.88783205 +169,-1.317813974,0.6804850104,27,-1.528926415,0.7260865555,662.23827331 +170,-1.344165204,0.6790988904,27,-1.528926415,0.7260865555,588.24268115 +171,-1.427582102,0.5277120351,27,-1.528926415,0.7260865555,849.81281465 +172,-1.402238616,0.457167829,27,-1.528926415,0.7260865555,1142.6145951 +173,-1.422454264,0.4996161999,27,-1.528926415,0.7260865555,960.42042485 +174,-1.439089277,0.4894859811,27,-1.528926415,0.7260865555,981.13805991 +175,-1.448126995,0.5182330266,27,-1.528926415,0.7260865555,863.04248065 +176,-1.474626146,0.5881926574,27,-1.528926415,0.7260865555,572.01404447 +177,-1.421139645,0.5584869783,27,-1.528926415,0.7260865555,746.19696101 +178,-1.457037165,0.565943032,27,-1.528926415,0.7260865555,673.61966351 +179,-2.757159358,0.3745319,27,-1.528926415,0.7260865555,4253.8713125 +180,-2.714309238,0.342054471,27,-1.528926415,0.7260865555,4204.7093724 +181,-2.000525337,0.774119946,27,-1.528926415,0.7260865555,1373.4834764 +183,-1.571413436,0.6777838382,27,-1.528926415,0.7260865555,230.45329674 +184,-1.552860289,0.6987663893,27,-1.528926415,0.7260865555,129.83297809 +185,-1.521852374,0.7165827476,27,-1.528926415,0.7260865555,43.125766888 +186,-1.503656267,0.6928968252,27,-1.528926415,0.7260865555,151.81630603 +187,-1.502753178,0.7136205882,27,-1.528926415,0.7260865555,92.272206263 +188,-1.631894563,0.7343596465,27,-1.528926415,0.7260865555,305.56332823 +189,-1.653765416,0.6770714026,27,-1.528926415,0.7260865555,424.48215655 +190,-1.719812114,0.6715965947,27,-1.528926415,0.7260865555,617.23805163 +191,-1.493406659,0.6646955447,27,-1.528926415,0.7260865555,266.06229952 +192,-1.469120564,0.6613469966,27,-1.528926415,0.7260865555,314.47290208 +193,-1.590551461,0.5326612937,27,-1.528926415,0.7260865555,790.95872909 +194,-1.625979264,0.5247742243,27,-1.528926415,0.7260865555,855.63167789 +195,-1.572293943,0.5238808754,27,-1.528926415,0.7260865555,812.85636127 +196,-1.610848725,0.5477107964,27,-1.528926415,0.7260865555,752.84302113 +197,-1.208485554,0.7918526018,27,-1.528926415,0.7260865555,954.64956652 +198,-1.335601374,0.6869083083,27,-1.528926415,0.7260865555,602.30177623 +199,-1.346156996,0.6825213377,27,-1.528926415,0.7260865555,577.61285565 +200,-1.324381037,0.6741422347,27,-1.528926415,0.7260865555,652.25303979 +201,-1.242424992,0.7378949807,27,-1.528926415,0.7260865555,844.12473268 +202,-1.270370057,0.7392461008,27,-1.528926415,0.7260865555,762.15428109 +203,-1.448950472,0.7441675014,27,-1.528926415,0.7260865555,245.60824829 +204,-1.492662363,0.7523026852,27,-1.528926415,0.7260865555,148.48846884 +205,-1.479098966,0.7763855017,27,-1.528926415,0.7260865555,245.93258803 +206,-1.633760714,0.7869022408,27,-1.528926415,0.7260865555,386.11229113 +207,-1.647406434,0.8101289331,27,-1.528926415,0.7260865555,473.73621643 +208,-1.564245052,0.5701509278,27,-1.528926415,0.7260865555,627.59437653 +209,-1.646289963,0.6833746083,27,-1.528926415,0.7260865555,392.31948372 +210,-1.5820631,0.6751952144,27,-1.528926415,0.7260865555,257.87822862 +211,-1.613236298,0.6681681791,27,-1.528926415,0.7260865555,343.67601277 +212,-1.914661867,0.8212566515,27,-1.528926415,0.7260865555,1151.5049123 +213,-1.742133237,0.7250275956,27,-1.528926415,0.7260865555,631.29056577 +214,-2.033144872,0.6557314699,27,-1.528926415,0.7260865555,1556.6442939 +215,-2.039551981,0.6964723658,27,-1.528926415,0.7260865555,1529.298504 +216,-1.247341019,0.7622473908,27,-1.528926415,0.7260865555,831.53880672 +217,-1.298239787,0.7084123392,27,-1.528926415,0.7260865555,691.47898055 +218,-1.308539688,0.6926545592,27,-1.528926415,0.7260865555,674.82281505 +219,-1.303263185,0.6888938396,27,-1.528926415,0.7260865555,694.39520967 +220,-1.852400229,0.6004246149,27,-1.528926415,0.7260865555,1122.4663485 +221,-1.288947707,0.7473773692,27,-1.528926415,0.7260865555,708.2740145 +222,-1.372031502,0.7472790993,27,-1.528926415,0.7260865555,467.66885031 +223,-1.289805721,0.7242157877,27,-1.528926415,0.7260865555,708.14493546 +224,-1.350807603,0.7533498126,27,-1.528926415,0.7260865555,531.85346578 +225,-1.329290365,0.7560442322,27,-1.528926415,0.7260865555,594.81912295 +226,-1.410153004,0.616936428,27,-1.528926415,0.7260865555,567.56117806 +227,-1.393445434,0.6308995063,27,-1.528926415,0.7260865555,562.32193093 +228,-1.37595573,0.6241540638,27,-1.528926415,0.7260865555,621.295108 +229,-1.358388707,0.6172645205,27,-1.528926415,0.7260865555,681.41903277 +230,-1.753741133,0.8281661666,27,-1.528926415,0.7260865555,751.22069024 +231,-1.47430987,0.6834615681,27,-1.528926415,0.7260865555,235.89807626 +232,-1.421012508,0.7222725206,27,-1.528926415,0.7260865555,320.46369198 +233,-1.4476833,0.6978557868,27,-1.528926415,0.7260865555,268.01683426 +234,-1.470370723,0.6966193374,27,-1.528926415,0.7260865555,210.90081041 +235,-1.429211703,0.7037216883,27,-1.528926415,0.7260865555,311.07124753 +236,-1.700578405,0.6178673663,27,-1.528926415,0.7260865555,682.49551346 +237,-1.678117619,0.6331716163,27,-1.528926415,0.7260865555,588.31620376 +238,-1.725644578,0.6316331145,27,-1.528926415,0.7260865555,711.66745394 +239,-2.14012759,0.7930497945,27,-1.528926415,0.7260865555,1761.2046765 +240,-2.103289431,0.7653606263,27,-1.528926415,0.7260865555,1667.3897645 +241,-1.318739838,0.7017808746,27,-1.528926415,0.7260865555,636.01449427 +242,-1.396417427,0.7077900843,27,-1.528926415,0.7260865555,402.09837092 +243,-1.35650337,0.7185539404,27,-1.528926415,0.7260865555,512.99924815 +244,-1.248884539,0.7274156818,27,-1.528926415,0.7260865555,827.79643074 +245,-1.395014798,0.5761185243,27,-1.528926415,0.7260865555,727.91213783 +246,-1.433377362,0.6064716109,27,-1.528926415,0.7260865555,559.17396192 +247,-1.408172432,0.5903155476,27,-1.528926415,0.7260865555,657.04806923 +248,-1.749645898,0.7757118084,27,-1.528926415,0.7260865555,667.8950916 +249,-1.571626686,0.615046989,27,-1.528926415,0.7260865555,459.29825352 +250,-1.514070049,0.6303003037,27,-1.528926415,0.7260865555,382.16034145 +251,-1.480890369,0.6237966528,27,-1.528926415,0.7260865555,431.47764715 +252,-1.704390658,0.5281680612,27,-1.528926415,0.7260865555,963.50377177 +253,-1.64434733,0.5254277498,27,-1.528926415,0.7260865555,876.23952388 +254,-1.703855997,0.4792484842,27,-1.528926415,0.7260865555,1130.2668565 +255,-1.692002383,0.5748825051,27,-1.528926415,0.7260865555,788.25259966 +256,-1.854136457,0.5544643913,27,-1.528926415,0.7260865555,1232.4224757 +257,-1.665021206,0.520317736,27,-1.528926415,0.7260865555,924.16899638 +258,-1.733654349,0.4845187345,27,-1.528926415,0.7260865555,1163.8120615 +259,-1.720938188,0.5135933906,27,-1.528926415,0.7260865555,1042.8956583 +260,-1.742668307,0.553296122,27,-1.528926415,0.7260865555,962.34484655 +261,-1.965659039,0.7142126903,27,-1.528926415,0.7260865555,1296.665479 +262,-1.944438071,0.6772834804,27,-1.528926415,0.7260865555,1267.6505756 +263,-1.270340967,0.7681487096,27,-1.528926415,0.7260865555,768.55468442 +264,-1.353091884,0.6549276821,27,-1.528926415,0.7260865555,605.86267225 +265,-1.333236659,0.6413584414,27,-1.528926415,0.7260865555,687.46299423 +266,-1.352015998,0.6753788907,27,-1.528926415,0.7260865555,571.60578997 +267,-1.377988483,0.6577816235,27,-1.528926415,0.7260865555,533.59112954 +268,-2.13075611,0.8318642051,27,-1.528926415,0.7260865555,1731.9069647 +269,-2.097910953,0.8259670014,27,-1.528926415,0.7260865555,1643.4194999 +270,-1.416382069,0.6694271549,27,-1.528926415,0.7260865555,408.54756806 +271,-1.538905672,0.7535625993,27,-1.528926415,0.7260865555,112.67954035 +272,-1.572309477,0.7803125099,27,-1.528926415,0.7260865555,248.66411218 +273,-1.87759879,0.7503853417,27,-1.528926415,0.7260865555,1023.6232569 +274,1.152365588,0.590457682,27,-1.528926415,0.7260865555,6966.4922398 +275,0.350198001,0.718001859,27,-1.528926415,0.7260865555,5155.8845856 +276,0.046513677,0.491503852,27,-1.528926415,0.7260865555,4972.2343842 +277,0.027510309,0.742571376,27,-1.528926415,0.7260865555,4342.5700886 +278,0.306285725,-0.214631579,27,-1.528926415,0.7260865555,7563.9173176 +279,-1.100564889,0.318051531,27,-1.528926415,0.7260865555,2169.4183633 +280,-1.078582306,0.301437596,27,-1.528926415,0.7260865555,2271.7613291 +281,-1.137371989,-0.617634065,27,-1.528926415,0.7260865555,5509.1001748 +282,0.784356344,0.703272339,27,-1.528926415,0.7260865555,6048.5415471 +283,-1.221209947,0.218327455,27,-1.528926415,0.7260865555,2275.0032305 +284,2.347301921,-0.449114658,27,-1.528926415,0.7260865555,9817.6696178 +285,0.246820618,0.830553713,27,-1.528926415,0.7260865555,4645.5504491 +286,0.829414965,0.703288228,27,-1.528926415,0.7260865555,6121.9586645 +287,-1.337537566,0.42332223,27,-1.528926415,0.7260865555,1354.878725 +288,0.882453706,0.454478077,27,-1.528926415,0.7260865555,7056.3161564 +289,1.575629659,0.416419109,27,-1.528926415,0.7260865555,7916.3417045 +290,-1.039455679,0.229888244,27,-1.528926415,0.7260865555,2588.8704357 +291,0.489558039,0.934482747,27,-1.528926415,0.7260865555,4840.8163816 +292,0.081344504,0.88384514,27,-1.528926415,0.7260865555,4172.42809 +293,-1.547979814,0.300350308,27,-1.528926415,0.7260865555,1687.5843519 +294,0.040776181,0.168560074,27,-1.528926415,0.7260865555,5776.5931768 +295,-1.130374745,0.563894876,27,-1.528926415,0.7260865555,1409.625731 +296,1.578326642,0.478507176,27,-1.528926415,0.7260865555,7670.7927073 +297,-1.12861823,-0.291640865,27,-1.528926415,0.7260865555,4289.7700577 +298,0.310524208,0.770885792,27,-1.528926415,0.7260865555,4930.6766363 +299,0.415649091,-0.387246002,27,-1.528926415,0.7260865555,8312.1843295 +300,-0.926533878,-0.188022748,27,-1.528926415,0.7260865555,4233.4387915 +301,1.258856172,-0.11716081,27,-1.528926415,0.7260865555,9729.5845575 +302,-1.126050026,0.322941926,27,-1.528926415,0.7260865555,2097.3675919 +303,2.002785835,0.07893892,27,-1.528926415,0.7260865555,8957.8154455 +304,0.440437607,0.746258085,27,-1.528926415,0.7260865555,5271.4237872 +305,-0.030391866,0.214441206,27,-1.528926415,0.7260865555,5448.4195409 +306,0.521557815,-0.058929362,27,-1.528926415,0.7260865555,7781.3609235 +307,-0.097005111,0.13317729,27,-1.528926415,0.7260865555,5461.6672178 +308,1.83113859,0.221857587,27,-1.528926415,0.7260865555,8605.1144223 +309,0.222428864,0.099404236,27,-1.528926415,0.7260865555,6490.4166983 +310,-1.702731345,0.8728568183,27,-1.528926415,0.7260865555,752.50021873 +311,-0.418507569,0.278324921,27,-1.528926415,0.7260865555,4139.4398482 +312,-1.41153306,0.339029988,27,-1.528926415,0.7260865555,1583.2873401 +313,0.357560442,0.114788776,27,-1.528926415,0.7260865555,6836.7229643 +314,0.325818979,0.268352149,27,-1.528926415,0.7260865555,6324.7245149 +315,-1.246004659,-0.663679965,27,-1.528926415,0.7260865555,5598.9701354 +316,1.814603087,0.637404484,27,-1.528926415,0.7260865555,6993.6967742 +317,1.843704281,-0.18300445,27,-1.528926415,0.7260865555,10147.336474 +318,1.690644492,-0.211480909,27,-1.528926415,0.7260865555,10387.686773 +319,-1.275451936,0.068109467,27,-1.528926415,0.7260865555,2756.9821588 +320,0.762430171,-0.207594741,27,-1.528926415,0.7260865555,8868.9947382 +321,0.265668905,-0.014647884,27,-1.528926415,0.7260865555,6921.3659114 +322,-2.773032013,-0.335515811,27,-1.528926415,0.7260865555,6190.3141012 +323,-1.469512853,0.174058777,27,-1.528926415,0.7260865555,2196.377682 +324,0.286276986,0.785925691,27,-1.528926415,0.7260865555,4840.0009813 +325,-1.379324697,0.377432233,27,-1.528926415,0.7260865555,1468.3985437 +326,-1.203778265,0.212813032,27,-1.528926415,0.7260865555,2323.3999936 +327,0.579916301,0.611743168,27,-1.528926415,0.7260865555,5953.9900342 +328,0.267582642,0.868113908,27,-1.528926415,0.7260865555,4598.3371428 +329,0.412869244,-0.050245578,27,-1.528926415,0.7260865555,7445.8854573 +330,0.17524381,0.976660285,27,-1.528926415,0.7260865555,4173.0410357 +331,0.743157214,0.204812899,27,-1.528926415,0.7260865555,7584.8954845 +332,-1.070758176,0.269382282,27,-1.528926415,0.7260865555,2391.7536057 +333,-1.230364251,0.329790229,27,-1.528926415,0.7260865555,1864.9034683 +334,-1.374813124,-0.024926835,27,-1.528926415,0.7260865555,3025.8415525 +335,0.519780566,0.463669906,27,-1.528926415,0.7260865555,6264.1879312 +336,-1.55108034,0.239698561,27,-1.528926415,0.7260865555,1928.0927707 +337,0.180294813,0.029739425,27,-1.528926415,0.7260865555,6552.6269841 +338,0.67820924,0.268170153,27,-1.528926415,0.7260865555,7233.2816442 +339,0.445798684,1.024001867,27,-1.528926415,0.7260865555,4529.7734126 +340,0.691751283,0.150521402,27,-1.528926415,0.7260865555,7628.9527262 +341,-1.036643551,-0.903056181,27,-1.528926415,0.7260865555,6671.654384 +342,-0.120287036,1.083325163,27,-1.528926415,0.7260865555,3454.7021217 +343,2.823513113,-0.304487164,27,-1.528926415,0.7260865555,8072.2297773 +344,0.457583172,1.12513373,27,-1.528926415,0.7260865555,4288.6657811 +345,0.042918831,0.813795399,27,-1.528926415,0.7260865555,4229.4123165 +346,1.196146777,-0.853142756,27,-1.528926415,0.7260865555,11184.668124 +347,0.206001358,-0.010430701,27,-1.528926415,0.7260865555,6734.7298343 +348,-0.268308653,0.234799412,27,-1.528926415,0.7260865555,4693.1445279 +349,0.759363263,0.736189579,27,-1.528926415,0.7260865555,5898.8133346 +350,0.181363926,0.891988372,27,-1.528926415,0.7260865555,4366.4793198 +351,-0.021111158,0.139103292,27,-1.528926415,0.7260865555,5670.8766716 +352,-0.093355215,0.630686981,27,-1.528926415,0.7260865555,4270.6068098 +353,0.40118964,0.681375926,27,-1.528926415,0.7260865555,5367.8118809 +354,-0.721197315,1.304706234,27,-1.528926415,0.7260865555,2700.3222512 +355,-1.076150317,0.212107639,27,-1.528926415,0.7260865555,2567.7635226 +356,-1.577164531,0.273993443,27,-1.528926415,0.7260865555,1798.3187095 +357,-0.190788414,0.182208586,27,-1.528926415,0.7260865555,5057.0453572 +358,-0.261349752,0.209710184,27,-1.528926415,0.7260865555,4777.6015844 +359,-1.029303852,0.083549259,27,-1.528926415,0.7260865555,3097.5843757 +360,-1.268609162,0.330525297,27,-1.528926415,0.7260865555,1796.03275 +361,1.282982244,-0.926641967,27,-1.528926415,0.7260865555,11261.399043 +362,0.217352334,0.731352408,27,-1.528926415,0.7260865555,4821.3398449 +363,-1.511833084,0.258629297,27,-1.528926415,0.7260865555,1852.5262946 +364,0.338812194,0.823184618,27,-1.528926415,0.7260865555,4855.6830044 +365,-0.324406489,1.134201999,27,-1.528926415,0.7260865555,3066.9882085 +366,1.389579348,0.399185724,27,-1.528926415,0.7260865555,7912.0316547 +367,2.047152199,-0.039082036,27,-1.528926415,0.7260865555,9313.9802015 +368,0.947780369,0.568250077,27,-1.528926415,0.7260865555,6773.0835857 +369,0.763824846,0.576754987,27,-1.528926415,0.7260865555,6428.6925749 +370,-0.142334657,0.928153068,27,-1.528926415,0.7260865555,3605.310814 +371,0.610266567,0.547265983,27,-1.528926415,0.7260865555,6214.9513496 +372,0.210731629,0.746815056,27,-1.528926415,0.7260865555,4768.3160306 +373,-1.34931644,0.316895224,27,-1.528926415,0.7260865555,1731.0764144 +374,2.407696481,0.655030745,27,-1.528926415,0.7260865555,6264.690855 +375,0.64207831,0.545359131,27,-1.528926415,0.7260865555,6288.0080653 +376,1.174597538,0.840588356,27,-1.528926415,0.7260865555,6051.6370374 +377,0.660059424,0.010604079,27,-1.528926415,0.7260865555,7966.4225123 +378,-0.730263819,0.010486456,27,-1.528926415,0.7260865555,4015.6901025 +379,0.831068936,0.512339172,27,-1.528926415,0.7260865555,6766.8369079 +380,1.301180979,0.72367476,27,-1.528926415,0.7260865555,6593.9114519 +381,1.811128231,0.322854402,27,-1.528926415,0.7260865555,8225.679631 +382,0.435105812,0.992284428,27,-1.528926415,0.7260865555,4595.1961102 +383,0.62643634,0.592027932,27,-1.528926415,0.7260865555,6110.6466969 +384,0.492988703,-0.516339467,27,-1.528926415,0.7260865555,8827.0878286 +385,-0.162469483,0.112549365,27,-1.528926415,0.7260865555,5321.5852702 +386,0.314630866,0.472006421,27,-1.528926415,0.7260865555,5735.6331684 +387,0.166744804,0.822815954,27,-1.528926415,0.7260865555,4490.3296948 +388,0.417159608,0.965805736,27,-1.528926415,0.7260865555,4634.1135852 +389,0.106334961,0.868774244,27,-1.528926415,0.7260865555,4257.5809762 +390,0.815086969,-0.338144359,27,-1.528926415,0.7260865555,9365.8108536 +391,0.59867455,-0.230624824,27,-1.528926415,0.7260865555,8464.9259854 +392,1.915104874,0.066220985,27,-1.528926415,0.7260865555,9121.2728437 +393,1.278093622,0.064463721,27,-1.528926415,0.7260865555,9088.0498415 +394,-0.061477853,0.302997961,27,-1.528926415,0.7260865555,5131.8529988 +395,0.251311504,0.626976942,27,-1.528926415,0.7260865555,5165.1748731 +396,2.950242872,0.149095644,27,-1.528926415,0.7260865555,6508.464307 +397,-0.180294708,0.35375117,27,-1.528926415,0.7260865555,4658.3569666 +398,1.010448592,-0.351180233,27,-1.528926415,0.7260865555,9941.6695966 +399,-1.748740498,0.3686318073,27,-1.528926415,0.7260865555,1595.0955241 +400,2.699635665,0.123533791,27,-1.528926415,0.7260865555,7277.6345258 +401,0.496808033,0.823843254,27,-1.528926415,0.7260865555,5163.9148863 +402,0.129574704,0.763364087,27,-1.528926415,0.7260865555,4541.1971633 +403,1.798920311,0.817447563,27,-1.528926415,0.7260865555,6294.8566025 +404,0.335987953,0.746786541,27,-1.528926415,0.7260865555,5048.5365215 +405,-1.085413643,0.292154671,27,-1.528926415,0.7260865555,2285.9710508 +406,-0.155321003,0.508207011,27,-1.528926415,0.7260865555,4368.3137077 +407,0.620529244,-0.301175104,27,-1.528926415,0.7260865555,8709.3414529 +408,1.684402744,0.368716966,27,-1.528926415,0.7260865555,8099.3411797 +409,0.300582244,-0.386397212,27,-1.528926415,0.7260865555,7971.2281544 +410,2.913555946,-0.009225192,27,-1.528926415,0.7260865555,7041.7716242 +411,1.465101417,0.493232532,27,-1.528926415,0.7260865555,7583.9676951 +412,0.090612882,0.907955955,27,-1.528926415,0.7260865555,4143.6699317 +413,2.987564726,-0.729568594,27,-1.528926415,0.7260865555,8533.6878461 +414,-1.484261606,0.224149272,27,-1.528926415,0.7260865555,1994.1514927 +415,0.164073421,0.303955133,27,-1.528926415,0.7260865555,5778.3881828 +416,0.141441293,0.167552546,27,-1.528926415,0.7260865555,6073.6171971 +417,2.931321023,-0.506718887,27,-1.528926415,0.7260865555,8229.1410653 +418,2.21951565,0.700596356,27,-1.528926415,0.7260865555,6386.5400127 +419,0.268112576,1.199114336,27,-1.528926415,0.7260865555,3878.5851948 +420,0.978913739,0.359223811,27,-1.528926415,0.7260865555,7556.9464598 +421,1.210898818,0.522863584,27,-1.528926415,0.7260865555,7283.1686493 +422,2.347397336,0.129231362,27,-1.528926415,0.7260865555,8136.1188527 +423,0.614394501,0.556878345,27,-1.528926415,0.7260865555,6194.1255138 +424,-1.398079356,0.148483366,27,-1.528926415,0.7260865555,2333.3480163 +425,2.535303836,-0.112984496,27,-1.528926415,0.7260865555,8403.9096671 +426,-1.019372593,-0.405322349,27,-1.528926415,0.7260865555,4855.844751 +427,-1.297785627,-0.160104069,27,-1.528926415,0.7260865555,3609.5770166 +428,2.144554488,0.205051084,27,-1.528926415,0.7260865555,8276.6289966 +429,-2.242387083,-0.426171285,27,-1.528926415,0.7260865555,5260.4577981 +430,0.338637212,0.909723676,27,-1.528926415,0.7260865555,4635.7981503 +431,-0.148798452,0.691042401,27,-1.528926415,0.7260865555,3998.2523288 +432,0.893524764,0.441829531,27,-1.528926415,0.7260865555,7119.5456522 +433,0.969229347,-0.368847936,27,-1.528926415,0.7260865555,9877.7980791 +434,0.436043248,0.800045688,27,-1.528926415,0.7260865555,5113.3321337 +435,1.687946607,1.081504775,27,-1.528926415,0.7260865555,5279.9227569 +436,0.522302046,-0.034889271,27,-1.528926415,0.7260865555,7716.9763926 +437,-0.178996113,-0.438090009,27,-1.528926415,0.7260865555,6751.5223141 +438,-1.094339566,0.301444068,27,-1.528926415,0.7260865555,2236.3268681 +439,-1.064070054,0.242569932,27,-1.528926415,0.7260865555,2493.3362999 +440,-1.068153768,0.230387998,27,-1.528926415,0.7260865555,2524.3082609 +441,-3.00496892,-0.23989155,27,-1.528926415,0.7260865555,6575.0372984 +442,0.21751974,0.766874888,27,-1.528926415,0.7260865555,4735.1093332 +443,0.117229532,0.007619006,27,-1.528926415,0.7260865555,6424.9699125 +444,0.777758451,0.420554741,27,-1.528926415,0.7260865555,6967.5705708 +445,-0.252356999,0.250747086,27,-1.528926415,0.7260865555,4700.1056178 +446,0.363148444,0.768483434,27,-1.528926415,0.7260865555,5049.4429449 +447,0.903191366,-0.118210676,27,-1.528926415,0.7260865555,8981.5329208 +448,-0.205755923,0.149406178,27,-1.528926415,0.7260865555,5097.5262229 +449,1.811996086,0.02364353,27,-1.528926415,0.7260865555,9389.1013436 +450,-1.100670221,0.314845373,27,-1.528926415,0.7260865555,2179.3873545 +451,0.340078597,0.850105132,27,-1.528926415,0.7260865555,4789.1908735 +452,0.258757267,0.804969236,27,-1.528926415,0.7260865555,4733.2626592 +453,2.78505352,-0.155160804,27,-1.528926415,0.7260865555,7805.4855555 +454,0.800551619,0.105822106,27,-1.528926415,0.7260865555,8032.8981896 +455,0.437940882,-0.506194031,27,-1.528926415,0.7260865555,8644.718921 +456,2.230431122,0.63458615,27,-1.528926415,0.7260865555,6607.8585994 +457,0.527965361,0.127667701,27,-1.528926415,0.7260865555,7271.8271307 +458,-0.063643205,0.702093448,27,-1.528926415,0.7260865555,4198.4536009 +459,1.408447268,0.133010502,27,-1.528926415,0.7260865555,8961.0911633 +460,0.523795955,0.280266966,27,-1.528926415,0.7260865555,6815.945361 +461,-0.975769313,0.072177659,27,-1.528926415,0.7260865555,3246.5834048 +462,0.549774164,-0.463663986,27,-1.528926415,0.7260865555,8882.0289705 +463,0.29245874,1.095549818,27,-1.528926415,0.7260865555,4122.6340801 +464,0.143625958,0.816809593,27,-1.528926415,0.7260865555,4452.5213822 +465,0.671902494,0.611159853,27,-1.528926415,0.7260865555,6142.0395403 +466,1.239840988,0.6724199,27,-1.528926415,0.7260865555,6743.3116241 +467,0.607829703,-0.10932137,27,-1.528926415,0.7260865555,8164.6014659 +468,1.763020906,0.263996692,27,-1.528926415,0.7260865555,8483.6667296 +469,0.378714634,0.726066797,27,-1.528926415,0.7260865555,5196.4852789 +470,2.196736143,-0.153862366,27,-1.528926415,0.7260865555,9395.5271371 +471,0.01702415,0.148991565,27,-1.528926415,0.7260865555,5757.7084389 +472,-2.998490902,-0.158002487,27,-1.528926415,0.7260865555,6340.1424425 +473,-3.051262951,-0.346595608,27,-1.528926415,0.7260865555,6985.0604603 +474,-1.069176439,0.182802941,27,-1.528926415,0.7260865555,2680.2862105 +475,0.167157509,0.595344954,27,-1.528926415,0.7260865555,5035.8955721 +476,0.613855648,0.681746124,27,-1.528926415,0.7260865555,5808.8749072 +477,1.037012736,0.682555367,27,-1.528926415,0.7260865555,6491.2021202 +478,-1.253574971,0.379755746,27,-1.528926415,0.7260865555,1650.2273773 +479,3.108590453,-0.132620738,27,-1.528926415,0.7260865555,6791.2550321 +480,0.565301296,0.022333262,27,-1.528926415,0.7260865555,7675.7974508 +481,0.547898238,0.855555614,27,-1.528926415,0.7260865555,5165.5591354 +482,0.948309381,0.417393755,27,-1.528926415,0.7260865555,7300.8906177 +483,-0.050600732,0.945269213,27,-1.528926415,0.7260865555,3777.6386529 +484,-0.977651478,-0.572363064,27,-1.528926415,0.7260865555,5521.6613097 +485,1.102014914,0.728861163,27,-1.528926415,0.7260865555,6397.9693523 +486,2.927300795,-0.282939414,27,-1.528926415,0.7260865555,7711.6382087 +487,-1.154565557,0.124434095,27,-1.528926415,0.7260865555,2722.0829118 +488,1.855331234,0.291044755,27,-1.528926415,0.7260865555,8317.9825151 +489,0.830290659,0.276904518,27,-1.528926415,0.7260865555,7548.3259864 +490,0.485104466,-0.234867441,27,-1.528926415,0.7260865555,8143.8697215 +491,0.521367572,-0.33161327,27,-1.528926415,0.7260865555,8492.4541908 +1,-1.539031704,0.7349710123,28,-1.531226779,0.7245511789,47.269267803 +2,-1.536990553,0.7349663874,28,-1.531226779,0.7245511789,44.626094443 +3,-1.534951779,0.7349571355,28,-1.531226779,0.7245511789,42.659805946 +4,-1.532906461,0.7349480293,28,-1.531226779,0.7245511789,41.479405084 +5,-1.531320211,0.7346937278,28,-1.531226779,0.7245511789,40.175583638 +6,-1.539451648,0.7335131775,28,-1.531226779,0.7245511789,43.017573255 +7,-1.537429487,0.7335445708,28,-1.531226779,0.7245511789,40.059161856 +8,-1.535484998,0.7335658704,28,-1.531226779,0.7245511789,37.858137934 +9,-1.533488396,0.7336036027,28,-1.531226779,0.7245511789,36.473741489 +10,-1.531497785,0.7335842962,28,-1.531226779,0.7245511789,35.789132924 +11,-1.530259379,0.7334777758,28,-1.531226779,0.7245511789,35.473559927 +12,-1.5335454,0.7322346912,28,-1.531226779,0.7245511789,31.19651772 +13,-1.531489083,0.7322238773,28,-1.531226779,0.7245511789,30.40144706 +14,-1.530011122,0.7321679851,28,-1.531226779,0.7245511789,30.383411828 +15,-1.53348106,0.7306614094,28,-1.531226779,0.7245511789,25.104369864 +16,-1.531441779,0.7306962275,28,-1.531226779,0.7245511789,24.348843771 +17,-1.529755654,0.7306933243,28,-1.531226779,0.7245511789,24.715117666 +18,-1.533415048,0.7291384674,28,-1.531226779,0.7245511789,19.290193466 +19,-1.531392093,0.7291705353,28,-1.531226779,0.7245511789,18.303812549 +20,-1.529296523,0.7291214933,28,-1.531226779,0.7245511789,18.983235913 +21,-1.535280942,0.727267644,28,-1.531226779,0.7245511789,16.12508701 +22,-1.533378158,0.7276139666,28,-1.531226779,0.7245511789,13.703440425 +23,-1.531340368,0.7276446587,28,-1.531226779,0.7245511789,12.257891758 +24,-1.528960113,0.7276398177,28,-1.531226779,0.7245511789,13.955170353 +25,-1.533313146,0.7260818349,28,-1.531226779,0.7245511789,8.6602646019 +26,-1.531259555,0.7260958115,28,-1.531226779,0.7245511789,6.1190609858 +27,-1.528926415,0.7260865555,28,-1.531226779,0.7245511789,9.1364152954 +28,-1.531226779,0.7245511789,28,-1.531226779,0.7245511789,3.0246235923 +29,-1.528904772,0.7245519194,28,-1.531226779,0.7245511789,6.8870356648 +30,-1.547195875,0.7409785979,28,-1.531226779,0.7245511789,80.277583048 +31,-1.5451475,0.740980426,28,-1.531226779,0.7245511789,76.907175972 +32,-1.543097679,0.7409798872,28,-1.531226779,0.7245511789,73.865841101 +33,-1.540720364,0.7409892687,28,-1.531226779,0.7245511789,70.857115669 +34,-1.547188511,0.7395198392,28,-1.531226779,0.7245511789,75.675696946 +35,-1.545148587,0.7395226109,28,-1.531226779,0.7245511789,72.104040172 +36,-1.543104538,0.7395314908,28,-1.531226779,0.7245511789,68.887050039 +37,-1.540727751,0.7395306258,28,-1.531226779,0.7245511789,65.604736869 +38,-1.547187029,0.7380014886,28,-1.531226779,0.7245511789,71.080533947 +39,-1.545147315,0.7380012252,28,-1.531226779,0.7245511789,67.250206258 +40,-1.54310719,0.7380060743,28,-1.531226779,0.7245511789,63.774020077 +41,-1.540719671,0.7380068206,28,-1.531226779,0.7245511789,60.198923673 +42,-1.547187189,0.7364799098,28,-1.531226779,0.7245511789,66.70579984 +43,-1.545149996,0.7364853874,28,-1.531226779,0.7245511789,62.624604631 +44,-1.543106091,0.7364823484,28,-1.531226779,0.7245511789,58.836181626 +45,-1.540717158,0.7364893901,28,-1.531226779,0.7245511789,54.95452168 +46,-1.538663972,0.7410138672,28,-1.531226779,0.7245511789,68.786787558 +47,-1.53695285,0.7409699132,28,-1.531226779,0.7245511789,67.18421766 +48,-1.534910498,0.7409641297,28,-1.531226779,0.7245511789,65.910167313 +49,-1.533145034,0.7409536636,28,-1.531226779,0.7245511789,65.215259324 +50,-1.538681336,0.7395405883,28,-1.531226779,0.7245511789,63.304755726 +51,-1.536999189,0.7395183096,28,-1.531226779,0.7245511789,61.675821927 +52,-1.534923633,0.7395144222,28,-1.531226779,0.7245511789,60.261831198 +53,-1.533267822,0.7395654306,28,-1.531226779,0.7245511789,59.774668881 +54,-1.53867273,0.7380151077,28,-1.531226779,0.7245511789,57.671836885 +55,-1.536980576,0.7379994392,28,-1.531226779,0.7245511789,55.904310356 +56,-1.534931522,0.7379944961,28,-1.531226779,0.7245511789,54.357617045 +57,-1.533387952,0.7379480264,28,-1.531226779,0.7245511789,53.446079958 +58,-1.538682279,0.7364914363,28,-1.531226779,0.7245511789,52.159746045 +59,-1.536980704,0.7364810563,28,-1.531226779,0.7245511789,50.210796625 +60,-1.534935567,0.7364752065,28,-1.531226779,0.7245511789,48.48191385 +61,-1.533042592,0.7363876366,28,-1.531226779,0.7245511789,47.189292022 +62,-1.545143426,0.7349628011,28,-1.531226779,0.7245511789,58.212996004 +63,-1.543105297,0.7349691947,28,-1.531226779,0.7245511789,54.153710253 +64,-1.541064533,0.7349647152,28,-1.531226779,0.7245511789,50.447098189 +65,-1.545411803,0.7334624714,28,-1.531226779,0.7245511789,54.790520338 +66,-1.543446606,0.7334780896,28,-1.531226779,0.7245511789,50.532033367 +67,-1.541475327,0.7334957295,28,-1.531226779,0.7245511789,46.603392952 +68,-1.545401939,0.731963266,28,-1.531226779,0.7245511789,51.166047253 +69,-1.54342253,0.7319915583,28,-1.531226779,0.7245511789,46.565598359 +70,-1.541455867,0.7320216438,28,-1.531226779,0.7245511789,42.307981573 +71,-1.545410146,0.7304422281,28,-1.531226779,0.7245511789,48.009605207 +72,-1.543435491,0.7304713664,28,-1.531226779,0.7245511789,43.060752708 +73,-1.541463105,0.7304997613,28,-1.531226779,0.7245511789,38.367866604 +74,-1.545414768,0.7289194936,28,-1.531226779,0.7245511789,45.424215986 +75,-1.543435774,0.7289538557,28,-1.531226779,0.7245511789,40.128291751 +76,-1.541457714,0.7289765881,28,-1.531226779,0.7245511789,34.992252423 +77,-1.539449415,0.7320555866,28,-1.531226779,0.7245511789,38.397846592 +78,-1.537429183,0.7321097681,28,-1.531226779,0.7245511789,35.107383065 +79,-1.535472649,0.7321497267,28,-1.531226779,0.7245511789,32.609799172 +80,-1.539457899,0.7305333307,28,-1.531226779,0.7245511789,33.975223793 +81,-1.537453161,0.7305750503,28,-1.531226779,0.7245511789,30.142099948 +82,-1.535479385,0.7306124949,28,-1.531226779,0.7245511789,27.104654424 +83,-1.53946905,0.7290102593,28,-1.531226779,0.7245511789,30.120186716 +84,-1.537459922,0.7290417293,28,-1.531226779,0.7245511789,25.628163493 +85,-1.535451349,0.7290890157,28,-1.531226779,0.7245511789,21.89628793 +86,-1.535522937,0.7279887191,28,-1.531226779,0.7245511789,18.635195355 +87,-1.539442524,0.7274735939,28,-1.531226779,0.7245511789,26.948947478 +88,-1.537424111,0.727521351,28,-1.531226779,0.7245511789,21.803445739 +89,-1.539384641,0.7259505092,28,-1.531226779,0.7245511789,24.808185897 +90,-1.537372391,0.7259947145,28,-1.531226779,0.7245511789,19.092429973 +91,-1.535340789,0.7260435356,28,-1.531226779,0.7245511789,13.551261537 +92,-1.539325716,0.7244369706,28,-1.531226779,0.7245511789,24.026767081 +93,-1.537308932,0.7244801057,28,-1.531226779,0.7245511789,18.042325286 +94,-1.535289068,0.7245247645,28,-1.531226779,0.7245511789,12.04927977 +95,-1.533261366,0.7245550236,28,-1.531226779,0.7245511789,6.0345611927 +96,-1.539267302,0.722921924,28,-1.531226779,0.7245511789,24.722380005 +97,-1.537248972,0.7229660258,28,-1.531226779,0.7245511789,18.94496546 +98,-1.535219431,0.7229916471,28,-1.531226779,0.7245511789,13.363714346 +99,-1.53318962,0.7230212049,28,-1.531226779,0.7245511789,8.4062515086 +100,-1.531154816,0.7230299897,28,-1.531226779,0.7245511789,6.0292146444 +101,-1.528878341,0.7230370244,28,-1.531226779,0.7245511789,9.1952723973 +102,-1.539218189,0.7214009878,28,-1.531226779,0.7245511789,26.815393971 +103,-1.537198791,0.7214422745,28,-1.531226779,0.7245511789,21.592877439 +104,-1.535179266,0.7214634354,28,-1.531226779,0.7245511789,16.952597739 +105,-1.533156501,0.7214944644,28,-1.531226779,0.7245511789,13.395610559 +106,-1.53113574,0.7215166021,28,-1.531226779,0.7245511789,12.022999121 +107,-1.528874248,0.7215345535,28,-1.531226779,0.7245511789,13.84165571 +108,-1.539217656,0.7198512397,28,-1.531226779,0.7245511789,30.176693152 +109,-1.537199919,0.7199428763,28,-1.531226779,0.7245511789,25.462376279 +110,-1.545425832,0.727397149,28,-1.531226779,0.7245511789,43.545333581 +111,-1.543371177,0.7273916949,28,-1.531226779,0.7245511789,37.693053353 +112,-1.541368852,0.7274523163,28,-1.531226779,0.7245511789,32.165253008 +113,-1.545349067,0.7258710923,28,-1.531226779,0.7245511789,42.187063404 +114,-1.54332671,0.7258603556,28,-1.531226779,0.7245511789,36.240232651 +115,-1.541346831,0.7259242142,28,-1.531226779,0.7245511789,30.486635348 +116,-1.545324355,0.7243383958,28,-1.531226779,0.7245511789,41.825474101 +117,-1.543292796,0.7243617413,28,-1.531226779,0.7245511789,35.798392476 +118,-1.541295822,0.7244024384,28,-1.531226779,0.7245511789,29.872349652 +119,-1.543193859,0.7205570215,28,-1.531226779,0.7245511789,38.917565263 +120,-1.550257047,0.7386738187,28,-1.531226779,0.7245511789,79.215188291 +121,-1.549335448,0.7311736483,28,-1.531226779,0.7245511789,59.631181637 +122,-1.533478843,0.7179891343,28,-1.531226779,0.7245511789,26.841626036 +123,-1.556150555,0.738907041,28,-1.531226779,0.7245511789,92.888184093 +124,-1.554324226,0.733414257,28,-1.531226779,0.7245511789,76.73726834 +125,-1.554290846,0.7288285332,28,-1.531226779,0.7245511789,70.347879277 +126,-1.55122487,0.7219795312,28,-1.531226779,0.7245511789,60.248356304 +127,-1.525104458,0.7229399862,28,-1.531226779,0.7245511789,19.259735827 +128,-1.519607711,0.7236181429,28,-1.531226779,0.7245511789,34.673639724 +129,-1.513899999,0.7251107854,28,-1.531226779,0.7245511789,51.425746739 +130,-1.536620762,0.7431061895,28,-1.531226779,0.7245511789,75.189348397 +131,-1.5369566,0.7460845958,28,-1.531226779,0.7245511789,86.938533439 +132,-1.545345528,0.7447040685,28,-1.531226779,0.7245511789,89.967734091 +133,-1.532813921,0.7432306626,28,-1.531226779,0.7245511789,74.136546181 +134,-1.554788248,0.7382381001,28,-1.531226779,0.7245511789,88.109050276 +135,-1.540348126,0.7301594274,28,-1.531226779,0.7245511789,34.953361919 +136,-1.538016084,0.7239051786,28,-1.531226779,0.7245511789,20.304591667 +137,-1.525288962,0.7258085137,28,-1.531226779,0.7245511789,18.292668306 +138,-1.534326986,0.731241342,28,-1.531226779,0.7245511789,28.040775703 +139,-1.530733872,0.7303625216,28,-1.531226779,0.7245511789,23.064868379 +141,-1.534354939,0.7328219978,28,-1.531226779,0.7245511789,34.039900708 +142,-1.53157084,0.7292888153,28,-1.531226779,0.7245511789,18.793387525 +143,-1.525691035,0.7263799874,28,-1.531226779,0.7245511789,17.933729422 +144,-1.534031287,0.7495967835,28,-1.531226779,0.7245511789,99.545978437 +145,-1.527714986,0.7283095957,28,-1.531226779,0.7245511789,18.159169362 +146,-1.526189586,0.7271468292,28,-1.531226779,0.7245511789,18.121912849 +147,-1.555177336,0.7375563366,28,-1.531226779,0.7245511789,87.415136635 +148,-1.555080283,0.7312707794,28,-1.531226779,0.7245511789,75.391760124 +149,-1.53856994,0.7224180299,28,-1.531226779,0.7245511789,23.380373105 +150,-1.530837883,0.729933372,28,-1.531226779,0.7245511789,21.349899358 +151,-1.515066984,0.5854133365,28,-1.531226779,0.7245511789,553.44744741 +152,-1.534731633,0.5368370046,28,-1.531226779,0.7245511789,743.61972665 +153,-1.515231902,0.5607085576,28,-1.531226779,0.7245511789,650.94750692 +154,-2.616253799,1.0684566605,28,-1.531226779,0.7245511789,2867.2802595 +155,-1.956071439,0.5792177723,28,-1.531226779,0.7245511789,1449.9156861 +156,-1.951208514,0.5602434208,28,-1.531226779,0.7245511789,1475.6218841 +157,-1.944675062,0.6062144545,28,-1.531226779,0.7245511789,1365.6027517 +158,-1.613778386,0.6077989518,28,-1.531226779,0.7245511789,528.88899549 +159,-2.035029014,0.6021432345,28,-1.531226779,0.7245511789,1636.644283 +160,-2.114989471,0.6801825058,28,-1.531226779,0.7245511789,1762.6751542 +161,-2.037382079,0.5765830025,28,-1.531226779,0.7245511789,1689.8995081 +162,-2.129855121,0.6585019963,28,-1.531226779,0.7245511789,1832.8828898 +163,-2.075141798,0.6493615843,28,-1.531226779,0.7245511789,1682.7547625 +164,-1.828626729,0.6948433129,28,-1.531226779,0.7245511789,899.80076844 +165,-1.863329418,0.6735427691,28,-1.531226779,0.7245511789,1024.7715239 +166,-1.266037071,0.727988852,28,-1.531226779,0.7245511789,784.44921086 +167,-1.277579582,0.7249010648,28,-1.531226779,0.7245511789,751.30943594 +168,-1.258418684,0.7241194816,28,-1.531226779,0.7245511789,808.19491555 +169,-1.317813974,0.6804850104,28,-1.531226779,0.7245511789,667.70996353 +170,-1.344165204,0.6790988904,28,-1.531226779,0.7245511789,593.31539684 +171,-1.427582102,0.5277120351,28,-1.531226779,0.7245511789,847.11739571 +172,-1.402238616,0.457167829,28,-1.531226779,0.7245511789,1139.7927821 +173,-1.422454264,0.4996161999,28,-1.531226779,0.7245511789,957.5103611 +174,-1.439089277,0.4894859811,28,-1.531226779,0.7245511789,977.62627297 +175,-1.448126995,0.5182330266,28,-1.531226779,0.7245511789,859.54821868 +176,-1.474626146,0.5881926574,28,-1.531226779,0.7245511789,568.44658174 +177,-1.421139645,0.5584869783,28,-1.531226779,0.7245511789,744.26698316 +178,-1.457037165,0.565943032,28,-1.531226779,0.7245511789,670.4446063 +179,-2.757159358,0.3745319,28,-1.531226779,0.7245511789,4247.5269144 +180,-2.714309238,0.342054471,28,-1.531226779,0.7245511789,4197.9994409 +181,-2.000525337,0.774119946,28,-1.531226779,0.7245511789,1368.7681655 +183,-1.571413436,0.6777838382,28,-1.531226779,0.7245511789,221.58468799 +184,-1.552860289,0.6987663893,28,-1.531226779,0.7245511789,121.00144709 +185,-1.521852374,0.7165827476,28,-1.531226779,0.7245511789,42.127611194 +186,-1.503656267,0.6928968252,28,-1.531226779,0.7245511789,150.30886473 +187,-1.502753178,0.7136205882,28,-1.531226779,0.7245511789,95.264084741 +188,-1.631894563,0.7343596465,28,-1.531226779,0.7245511789,299.74806121 +189,-1.653765416,0.6770714026,28,-1.531226779,0.7245511789,415.74531989 +190,-1.719812114,0.6715965947,28,-1.531226779,0.7245511789,608.95784886 +191,-1.493406659,0.6646955447,28,-1.531226779,0.7245511789,263.52375413 +192,-1.469120564,0.6613469966,28,-1.531226779,0.7245511789,313.7775099 +193,-1.590551461,0.5326612937,28,-1.531226779,0.7245511789,783.29427162 +194,-1.625979264,0.5247742243,28,-1.531226779,0.7245511789,847.37901584 +195,-1.572293943,0.5238808754,28,-1.531226779,0.7245511789,805.64614446 +196,-1.610848725,0.5477107964,28,-1.531226779,0.7245511789,744.68543638 +197,-1.208485554,0.7918526018,28,-1.531226779,0.7245511789,963.25736086 +198,-1.335601374,0.6869083083,28,-1.531226779,0.7245511789,607.8488478 +199,-1.346156996,0.6825213377,28,-1.531226779,0.7245511789,582.82124353 +200,-1.324381037,0.6741422347,28,-1.531226779,0.7245511789,657.37754065 +201,-1.242424992,0.7378949807,28,-1.531226779,0.7245511789,851.79873911 +202,-1.270370057,0.7392461008,28,-1.531226779,0.7245511789,769.84772724 +203,-1.448950472,0.7441675014,28,-1.531226779,0.7245511789,254.03077564 +204,-1.492662363,0.7523026852,28,-1.531226779,0.7245511789,157.60993493 +205,-1.479098966,0.7763855017,28,-1.531226779,0.7245511789,254.82999717 +206,-1.633760714,0.7869022408,28,-1.531226779,0.7245511789,384.99434863 +207,-1.647406434,0.8101289331,28,-1.531226779,0.7245511789,473.60247115 +208,-1.564245052,0.5701509278,28,-1.531226779,0.7245511789,620.36602741 +209,-1.646289963,0.6833746083,28,-1.531226779,0.7245511789,383.65892446 +210,-1.5820631,0.6751952144,28,-1.531226779,0.7245511789,248.85139542 +211,-1.613236298,0.6681681791,28,-1.531226779,0.7245511789,334.54239878 +212,-1.914661867,0.8212566515,28,-1.531226779,0.7245511789,1148.1528944 +213,-1.742133237,0.7250275956,28,-1.531226779,0.7245511789,624.90563345 +214,-2.033144872,0.6557314699,28,-1.531226779,0.7245511789,1549.7566903 +215,-2.039551981,0.6964723658,28,-1.531226779,0.7245511789,1523.0903364 +216,-1.247341019,0.7622473908,28,-1.531226779,0.7245511789,839.73444498 +217,-1.298239787,0.7084123392,28,-1.531226779,0.7245511789,698.17633064 +218,-1.308539688,0.6926545592,28,-1.531226779,0.7245511789,680.87211835 +219,-1.303263185,0.6888938396,28,-1.531226779,0.7245511789,700.34364096 +220,-1.852400229,0.6004246149,28,-1.531226779,0.7245511789,1113.9650769 +221,-1.288947707,0.7473773692,28,-1.531226779,0.7245511789,716.18030289 +222,-1.372031502,0.7472790993,28,-1.531226779,0.7245511789,475.72909292 +223,-1.289805721,0.7242157877,28,-1.531226779,0.7245511789,715.39269576 +224,-1.350807603,0.7533498126,28,-1.531226779,0.7245511789,540.04056381 +225,-1.329290365,0.7560442322,28,-1.531226779,0.7245511789,603.0190791 +226,-1.410153004,0.616936428,28,-1.531226779,0.7245511789,567.77905518 +227,-1.393445434,0.6308995063,28,-1.531226779,0.7245511789,563.78237103 +228,-1.37595573,0.6241540638,28,-1.531226779,0.7245511789,623.04631022 +229,-1.358388707,0.6172645205,28,-1.531226779,0.7245511789,683.41634507 +230,-1.753741133,0.8281661666,28,-1.531226779,0.7245511789,749.46643153 +231,-1.47430987,0.6834615681,28,-1.531226779,0.7245511789,236.65379612 +232,-1.421012508,0.7222725206,28,-1.531226779,0.7245511789,327.27493922 +233,-1.4476833,0.6978557868,28,-1.531226779,0.7245511789,272.03114608 +234,-1.470370723,0.6966193374,28,-1.531226779,0.7245511789,213.57197424 +235,-1.429211703,0.7037216883,28,-1.531226779,0.7245511789,316.22607114 +236,-1.700578405,0.6178673663,28,-1.531226779,0.7245511789,673.40958539 +237,-1.678117619,0.6331716163,28,-1.531226779,0.7245511789,579.22660614 +238,-1.725644578,0.6316331145,28,-1.531226779,0.7245511789,702.79268564 +239,-2.14012759,0.7930497945,28,-1.531226779,0.7245511789,1756.9717543 +240,-2.103289431,0.7653606263,28,-1.531226779,0.7245511789,1662.5914247 +241,-1.318739838,0.7017808746,28,-1.531226779,0.7245511789,642.34847497 +242,-1.396417427,0.7077900843,28,-1.531226779,0.7245511789,408.08418267 +243,-1.35650337,0.7185539404,28,-1.531226779,0.7245511789,519.8517594 +244,-1.248884539,0.7274156818,28,-1.531226779,0.7245511789,835.20712772 +245,-1.395014798,0.5761185243,28,-1.531226779,0.7245511789,727.34653398 +246,-1.433377362,0.6064716109,28,-1.531226779,0.7245511789,558.00215016 +247,-1.408172432,0.5903155476,28,-1.531226779,0.7245511789,656.41260688 +248,-1.749645898,0.7757118084,28,-1.531226779,0.7245511789,663.80252459 +249,-1.571626686,0.615046989,28,-1.531226779,0.7245511789,451.47233862 +250,-1.514070049,0.6303003037,28,-1.531226779,0.7245511789,377.05617466 +251,-1.480890369,0.6237966528,28,-1.531226779,0.7245511789,428.33603564 +252,-1.704390658,0.5281680612,28,-1.531226779,0.7245511789,954.49530576 +253,-1.64434733,0.5254277498,28,-1.531226779,0.7245511789,867.7338459 +254,-1.703855997,0.4792484842,28,-1.531226779,0.7245511789,1121.4458257 +255,-1.692002383,0.5748825051,28,-1.531226779,0.7245511789,779.14782102 +256,-1.854136457,0.5544643913,28,-1.531226779,0.7245511789,1223.5681413 +257,-1.665021206,0.520317736,28,-1.531226779,0.7245511789,915.46942466 +258,-1.733654349,0.4845187345,28,-1.531226779,0.7245511789,1154.8129792 +259,-1.720938188,0.5135933906,28,-1.531226779,0.7245511789,1033.863354 +260,-1.742668307,0.553296122,28,-1.531226779,0.7245511789,953.20855201 +261,-1.965659039,0.7142126903,28,-1.531226779,0.7245511789,1290.5663708 +262,-1.944438071,0.6772834804,28,-1.531226779,0.7245511789,1260.7502704 +263,-1.270340967,0.7681487096,28,-1.531226779,0.7245511789,776.89675989 +264,-1.353091884,0.6549276821,28,-1.531226779,0.7245511789,609.62040051 +265,-1.333236659,0.6413584414,28,-1.531226779,0.7245511789,691.04911358 +266,-1.352015998,0.6753788907,28,-1.531226779,0.7245511789,576.37525761 +267,-1.377988483,0.6577816235,28,-1.531226779,0.7245511789,536.88602195 +268,-2.13075611,0.8318642051,28,-1.531226779,0.7245511789,1728.4248937 +269,-2.097910953,0.8259670014,28,-1.531226779,0.7245511789,1639.8302173 +270,-1.416382069,0.6694271549,28,-1.531226779,0.7245511789,411.32827285 +271,-1.538905672,0.7535625993,28,-1.531226779,0.7245511789,117.09200206 +272,-1.572309477,0.7803125099,28,-1.531226779,0.7245511789,250.76336312 +273,-1.87759879,0.7503853417,28,-1.531226779,0.7245511789,1018.2502772 +274,1.152365588,0.590457682,28,-1.531226779,0.7245511789,6974.6861176 +275,0.350198001,0.718001859,28,-1.531226779,0.7245511789,5165.0209431 +276,0.046513677,0.491503852,28,-1.531226779,0.7245511789,4980.8353861 +277,0.027510309,0.742571376,28,-1.531226779,0.7245511789,4351.6264289 +278,0.306285725,-0.214631579,28,-1.531226779,0.7245511789,7570.8043244 +279,-1.100564889,0.318051531,28,-1.531226779,0.7245511789,2170.6394625 +280,-1.078582306,0.301437596,28,-1.531226779,0.7245511789,2273.0978247 +281,-1.137371989,-0.617634065,28,-1.531226779,0.7245511789,5505.4947689 +282,0.784356344,0.703272339,28,-1.531226779,0.7245511789,6057.4034193 +283,-1.221209947,0.218327455,28,-1.531226779,0.7245511789,2273.6349839 +284,2.347301921,-0.449114658,28,-1.531226779,0.7245511789,9812.1439233 +285,0.246820618,0.830553713,28,-1.531226779,0.7245511789,4654.6777612 +286,0.829414965,0.703288228,28,-1.531226779,0.7245511789,6130.752451 +287,-1.337537566,0.42332223,28,-1.531226779,0.7245511789,1353.2339946 +288,0.882453706,0.454478077,28,-1.531226779,0.7245511789,7065.2990768 +289,1.575629659,0.416419109,28,-1.531226779,0.7245511789,7922.6653373 +290,-1.039455679,0.229888244,28,-1.531226779,0.7245511789,2590.0217022 +291,0.489558039,0.934482747,28,-1.531226779,0.7245511789,4849.698194 +292,0.081344504,0.88384514,28,-1.531226779,0.7245511789,4181.5613869 +293,-1.547979814,0.300350308,28,-1.531226779,0.7245511789,1681.2253451 +294,0.040776181,0.168560074,28,-1.531226779,0.7245511789,5784.1251837 +295,-1.130374745,0.563894876,28,-1.531226779,0.7245511789,1414.0214077 +296,1.578326642,0.478507176,28,-1.531226779,0.7245511789,7677.0864349 +297,-1.12861823,-0.291640865,28,-1.531226779,0.7245511789,4287.1506541 +298,0.310524208,0.770885792,28,-1.531226779,0.7245511789,4939.8102302 +299,0.415649091,-0.387246002,28,-1.531226779,0.7245511789,8318.5813988 +300,-0.926533878,-0.188022748,28,-1.531226779,0.7245511789,4233.0826863 +301,1.258856172,-0.11716081,28,-1.531226779,0.7245511789,9738.3930932 +302,-1.126050026,0.322941926,28,-1.531226779,0.7245511789,2098.2944813 +303,2.002785835,0.07893892,28,-1.531226779,0.7245511789,8959.7419369 +304,0.440437607,0.746258085,28,-1.531226779,0.7245511789,5280.5362219 +305,-0.030391866,0.214441206,28,-1.531226779,0.7245511789,5455.8937687 +306,0.521557815,-0.058929362,28,-1.531226779,0.7245511789,7789.6258418 +307,-0.097005111,0.13317729,28,-1.531226779,0.7245511789,5468.5414514 +308,1.83113859,0.221857587,28,-1.531226779,0.7245511789,8609.2320396 +309,0.222428864,0.099404236,28,-1.531226779,0.7245511789,6498.2852323 +310,-1.702731345,0.8728568183,28,-1.531226779,0.7245511789,753.45181169 +311,-0.418507569,0.278324921,28,-1.531226779,0.7245511789,4145.6887676 +312,-1.41153306,0.339029988,28,-1.531226779,0.7245511789,1579.417854 +313,0.357560442,0.114788776,28,-1.531226779,0.7245511789,6845.0303113 +314,0.325818979,0.268352149,28,-1.531226779,0.7245511789,6333.3371502 +315,-1.246004659,-0.663679965,28,-1.531226779,0.7245511789,5594.5666582 +316,1.814603087,0.637404484,28,-1.531226779,0.7245511789,6998.5681862 +317,1.843704281,-0.18300445,28,-1.531226779,0.7245511789,10150.057066 +318,1.690644492,-0.211480909,28,-1.531226779,0.7245511789,10392.630634 +319,-1.275451936,0.068109467,28,-1.531226779,0.7245511789,2754.0610147 +320,0.762430171,-0.207594741,28,-1.531226779,0.7245511789,8877.5109655 +321,0.265668905,-0.014647884,28,-1.531226779,0.7245511789,6928.9642036 +322,-2.773032013,-0.335515811,28,-1.531226779,0.7245511789,6181.4935823 +323,-1.469512853,0.174058777,28,-1.531226779,0.7245511789,2191.1080438 +324,0.286276986,0.785925691,28,-1.531226779,0.7245511789,4849.134468 +325,-1.379324697,0.377432233,28,-1.531226779,0.7245511789,1465.417681 +326,-1.203778265,0.212813032,28,-1.531226779,0.7245511789,2322.2472111 +327,0.579916301,0.611743168,28,-1.531226779,0.7245511789,5963.1092643 +328,0.267582642,0.868113908,28,-1.531226779,0.7245511789,4607.4396908 +329,0.412869244,-0.050245578,28,-1.531226779,0.7245511789,7453.8449095 +330,0.17524381,0.976660285,28,-1.531226779,0.7245511789,4182.0738007 +331,0.743157214,0.204812899,28,-1.531226779,0.7245511789,7594.0060646 +332,-1.070758176,0.269382282,28,-1.531226779,0.7245511789,2392.8788763 +333,-1.230364251,0.329790229,28,-1.531226779,0.7245511789,1864.3114506 +334,-1.374813124,-0.024926835,28,-1.531226779,0.7245511789,3021.4385506 +335,0.519780566,0.463669906,28,-1.531226779,0.7245511789,6273.2989534 +336,-1.55108034,0.239698561,28,-1.531226779,0.7245511789,1921.7191388 +337,0.180294813,0.029739425,28,-1.531226779,0.7245511789,6560.0988585 +338,0.67820924,0.268170153,28,-1.531226779,0.7245511789,7242.3837817 +339,0.445798684,1.024001867,28,-1.531226779,0.7245511789,4538.5284335 +340,0.691751283,0.150521402,28,-1.531226779,0.7245511789,7637.9819202 +341,-1.036643551,-0.903056181,28,-1.531226779,0.7245511789,6667.85631 +342,-0.120287036,1.083325163,28,-1.531226779,0.7245511789,3463.6655265 +343,2.823513113,-0.304487164,28,-1.531226779,0.7245511789,8065.3972217 +344,0.457583172,1.12513373,28,-1.531226779,0.7245511789,4297.1499301 +345,0.042918831,0.813795399,28,-1.531226779,0.7245511789,4238.5335826 +346,1.196146777,-0.853142756,28,-1.531226779,0.7245511789,11187.257232 +347,0.206001358,-0.010430701,28,-1.531226779,0.7245511789,6742.1338889 +348,-0.268308653,0.234799412,28,-1.531226779,0.7245511789,4699.8155596 +349,0.759363263,0.736189579,28,-1.531226779,0.7245511789,5907.6689864 +350,0.181363926,0.891988372,28,-1.531226779,0.7245511789,4375.5919394 +351,-0.021111158,0.139103292,28,-1.531226779,0.7245511789,5678.0688065 +352,-0.093355215,0.630686981,28,-1.531226779,0.7245511789,4279.3466889 +353,0.40118964,0.681375926,28,-1.531226779,0.7245511789,5376.9482353 +354,-0.721197315,1.304706234,28,-1.531226779,0.7245511789,2708.1768626 +355,-1.076150317,0.212107639,28,-1.531226779,0.7245511789,2568.3203137 +356,-1.577164531,0.273993443,28,-1.531226779,0.7245511789,1791.5640474 +357,-0.190788414,0.182208586,28,-1.531226779,0.7245511789,5063.7732631 +358,-0.261349752,0.209710184,28,-1.531226779,0.7245511789,4784.1719496 +359,-1.029303852,0.083549259,28,-1.531226779,0.7245511789,3097.7477422 +360,-1.268609162,0.330525297,28,-1.531226779,0.7245511789,1794.7943589 +361,1.282982244,-0.926641967,28,-1.531226779,0.7245511789,11261.315444 +362,0.217352334,0.731352408,28,-1.531226779,0.7245511789,4830.4632786 +363,-1.511833084,0.258629297,28,-1.531226779,0.7245511789,1846.7164634 +364,0.338812194,0.823184618,28,-1.531226779,0.7245511789,4864.7898034 +365,-0.324406489,1.134201999,28,-1.531226779,0.7245511789,3075.8563888 +366,1.389579348,0.399185724,28,-1.531226779,0.7245511789,7919.4799584 +367,2.047152199,-0.039082036,28,-1.531226779,0.7245511789,9314.8275931 +368,0.947780369,0.568250077,28,-1.531226779,0.7245511789,6781.8373698 +369,0.763824846,0.576754987,28,-1.531226779,0.7245511789,6437.7098087 +370,-0.142334657,0.928153068,28,-1.531226779,0.7245511789,3614.4472252 +371,0.610266567,0.547265983,28,-1.531226779,0.7245511789,6224.0805089 +372,0.210731629,0.746815056,28,-1.531226779,0.7245511789,4777.4437899 +373,-1.34931644,0.316895224,28,-1.531226779,0.7245511789,1728.2669333 +374,2.407696481,0.655030745,28,-1.531226779,0.7245511789,6265.8366354 +375,0.64207831,0.545359131,28,-1.531226779,0.7245511789,6297.1280861 +376,1.174597538,0.840588356,28,-1.531226779,0.7245511789,6059.3970863 +377,0.660059424,0.010604079,28,-1.531226779,0.7245511789,7975.2064646 +378,-0.730263819,0.010486456,28,-1.531226779,0.7245511789,4018.1947241 +379,0.831068936,0.512339172,28,-1.531226779,0.7245511789,6775.8342399 +380,1.301180979,0.72367476,28,-1.531226779,0.7245511789,6601.3975555 +381,1.811128231,0.322854402,28,-1.531226779,0.7245511789,8230.1528212 +382,0.435105812,0.992284428,28,-1.531226779,0.7245511789,4604.0261816 +383,0.62643634,0.592027932,28,-1.531226779,0.7245511789,6119.754953 +384,0.492988703,-0.516339467,28,-1.531226779,0.7245511789,8832.9284968 +385,-0.162469483,0.112549365,28,-1.531226779,0.7245511789,5328.0891953 +386,0.314630866,0.472006421,28,-1.531226779,0.7245511789,5744.5867338 +387,0.166744804,0.822815954,28,-1.531226779,0.7245511789,4499.4660746 +388,0.417159608,0.965805736,28,-1.531226779,0.7245511789,4643.0077119 +389,0.106334961,0.868774244,28,-1.531226779,0.7245511789,4266.7153917 +390,0.815086969,-0.338144359,28,-1.531226779,0.7245511789,9374.019327 +391,0.59867455,-0.230624824,28,-1.531226779,0.7245511789,8472.8349884 +392,1.915104874,0.066220985,28,-1.531226779,0.7245511789,9124.1086905 +393,1.278093622,0.064463721,28,-1.531226779,0.7245511789,9096.4965054 +394,-0.061477853,0.302997961,28,-1.531226779,0.7245511789,5139.5804329 +395,0.251311504,0.626976942,28,-1.531226779,0.7245511789,5174.2453646 +396,2.950242872,0.149095644,28,-1.531226779,0.7245511789,6503.4832733 +397,-0.180294708,0.35375117,28,-1.531226779,0.7245511789,4665.9233459 +398,1.010448592,-0.351180233,28,-1.531226779,0.7245511789,9950.4535337 +399,-1.748740498,0.3686318073,28,-1.531226779,0.7245511789,1586.3626237 +400,2.699635665,0.123533791,28,-1.531226779,0.7245511789,7273.9299902 +401,0.496808033,0.823843254,28,-1.531226779,0.7245511789,5172.9374075 +402,0.129574704,0.763364087,28,-1.531226779,0.7245511789,4550.3129523 +403,1.798920311,0.817447563,28,-1.531226779,0.7245511789,6300.019465 +404,0.335987953,0.746786541,28,-1.531226779,0.7245511789,5057.6713756 +405,-1.085413643,0.292154671,28,-1.531226779,0.7245511789,2287.1283236 +406,-0.155321003,0.508207011,28,-1.531226779,0.7245511789,4376.5675828 +407,0.620529244,-0.301175104,28,-1.531226779,0.7245511789,8717.0184555 +408,1.684402744,0.368716966,28,-1.531226779,0.7245511789,8104.8843246 +409,0.300582244,-0.386397212,28,-1.531226779,0.7245511789,7977.1465721 +410,2.913555946,-0.009225192,28,-1.531226779,0.7245511789,7036.1076357 +411,1.465101417,0.493232532,28,-1.531226779,0.7245511789,7590.9232963 +412,0.090612882,0.907955955,28,-1.531226779,0.7245511789,4152.7933007 +413,2.987564726,-0.729568594,28,-1.531226779,0.7245511789,8524.7810298 +414,-1.484261606,0.224149272,28,-1.531226779,0.7245511789,1988.7279039 +415,0.164073421,0.303955133,28,-1.531226779,0.7245511789,5786.7313647 +416,0.141441293,0.167552546,28,-1.531226779,0.7245511789,6081.4699822 +417,2.931321023,-0.506718887,28,-1.531226779,0.7245511789,8221.0170333 +418,2.21951565,0.700596356,28,-1.531226779,0.7245511789,6389.0300404 +419,0.268112576,1.199114336,28,-1.531226779,0.7245511789,3886.9918507 +420,0.978913739,0.359223811,28,-1.531226779,0.7245511789,7565.8717155 +421,1.210898818,0.522863584,28,-1.531226779,0.7245511789,7291.2541656 +422,2.347397336,0.129231362,28,-1.531226779,0.7245511789,8135.0048477 +423,0.614394501,0.556878345,28,-1.531226779,0.7245511789,6203.2511244 +424,-1.398079356,0.148483366,28,-1.531226779,0.7245511789,2329.0346273 +425,2.535303836,-0.112984496,28,-1.531226779,0.7245511789,8399.8008273 +426,-1.019372593,-0.405322349,28,-1.531226779,0.7245511789,4853.7552965 +427,-1.297785627,-0.160104069,28,-1.531226779,0.7245511789,3605.7139414 +428,2.144554488,0.205051084,28,-1.531226779,0.7245511789,8277.7073415 +429,-2.242387083,-0.426171285,28,-1.531226779,0.7245511789,5251.4726835 +430,0.338637212,0.909723676,28,-1.531226779,0.7245511789,4644.8295071 +431,-0.148798452,0.691042401,28,-1.531226779,0.7245511789,4007.0760852 +432,0.893524764,0.441829531,28,-1.531226779,0.7245511789,7128.5248312 +433,0.969229347,-0.368847936,28,-1.531226779,0.7245511789,9886.3976595 +434,0.436043248,0.800045688,28,-1.531226779,0.7245511789,5122.4134213 +435,1.687946607,1.081504775,28,-1.531226779,0.7245511789,5285.7485069 +436,0.522302046,-0.034889271,28,-1.531226779,0.7245511789,7725.3143651 +437,-0.178996113,-0.438090009,28,-1.531226779,0.7245511789,6754.8513271 +438,-1.094339566,0.301444068,28,-1.531226779,0.7245511789,2237.4604703 +439,-1.064070054,0.242569932,28,-1.531226779,0.7245511789,2494.3014414 +440,-1.068153768,0.230387998,28,-1.531226779,0.7245511789,2525.1172537 +441,-3.00496892,-0.23989155,28,-1.531226779,0.7245511789,6566.9569003 +442,0.21751974,0.766874888,28,-1.531226779,0.7245511789,4744.2432725 +443,0.117229532,0.007619006,28,-1.531226779,0.7245511789,6432.1207323 +444,0.777758451,0.420554741,28,-1.531226779,0.7245511789,6976.675256 +445,-0.252356999,0.250747086,28,-1.531226779,0.7245511789,4706.9239265 +446,0.363148444,0.768483434,28,-1.531226779,0.7245511789,5058.5683332 +447,0.903191366,-0.118210676,28,-1.531226779,0.7245511789,8990.5517556 +448,-0.205755923,0.149406178,28,-1.531226779,0.7245511789,5104.0274126 +449,1.811996086,0.02364353,28,-1.531226779,0.7245511789,9392.9808743 +450,-1.100670221,0.314845373,28,-1.531226779,0.7245511789,2180.5738474 +451,0.340078597,0.850105132,28,-1.531226779,0.7245511789,4798.2788882 +452,0.258757267,0.804969236,28,-1.531226779,0.7245511789,4742.3954299 +453,2.78505352,-0.155160804,28,-1.531226779,0.7245511789,7799.6545519 +454,0.800551619,0.105822106,28,-1.531226779,0.7245511789,8041.9965235 +455,0.437940882,-0.506194031,28,-1.531226779,0.7245511789,8650.4106309 +456,2.230431122,0.63458615,28,-1.531226779,0.7245511789,6610.0276666 +457,0.527965361,0.127667701,28,-1.531226779,0.7245511789,7280.5633858 +458,-0.063643205,0.702093448,28,-1.531226779,0.7245511789,4207.3842995 +459,1.408447268,0.133010502,28,-1.531226779,0.7245511789,8968.7349146 +460,0.523795955,0.280266966,28,-1.531226779,0.7245511789,6824.9095891 +461,-0.975769313,0.072177659,28,-1.531226779,0.7245511789,3247.248641 +462,0.549774164,-0.463663986,28,-1.531226779,0.7245511789,8888.4819923 +463,0.29245874,1.095549818,28,-1.531226779,0.7245511789,4131.3530583 +464,0.143625958,0.816809593,28,-1.531226779,0.7245511789,4461.6570715 +465,0.671902494,0.611159853,28,-1.531226779,0.7245511789,6151.1103909 +466,1.239840988,0.6724199,28,-1.531226779,0.7245511789,6751.0924034 +467,0.607829703,-0.10932137,28,-1.531226779,0.7245511789,8172.9659807 +468,1.763020906,0.263996692,28,-1.531226779,0.7245511789,8488.4752381 +469,0.378714634,0.726066797,28,-1.531226779,0.7245511789,5205.6189009 +470,2.196736143,-0.153862366,28,-1.531226779,0.7245511789,9393.9525155 +471,0.01702415,0.148991565,28,-1.531226779,0.7245511789,5765.0799774 +472,-2.998490902,-0.158002487,28,-1.531226779,0.7245511789,6332.317927 +473,-3.051262951,-0.346595608,28,-1.531226779,0.7245511789,6976.7697883 +474,-1.069176439,0.182802941,28,-1.531226779,0.7245511789,2680.6949524 +475,0.167157509,0.595344954,28,-1.531226779,0.7245511789,5044.8650591 +476,0.613855648,0.681746124,28,-1.531226779,0.7245511789,5817.9376415 +477,1.037012736,0.682555367,28,-1.531226779,0.7245511789,6499.5956857 +478,-1.253574971,0.379755746,28,-1.531226779,0.7245511789,1649.7603238 +479,3.108590453,-0.132620738,28,-1.531226779,0.7245511789,6784.1353338 +480,0.565301296,0.022333262,28,-1.531226779,0.7245511789,7684.3951509 +481,0.547898238,0.855555614,28,-1.531226779,0.7245511789,5174.5017704 +482,0.948309381,0.417393755,28,-1.531226779,0.7245511789,7309.810505 +483,-0.050600732,0.945269213,28,-1.531226779,0.7245511789,3786.7650965 +484,-0.977651478,-0.572363064,28,-1.531226779,0.7245511789,5519.2799555 +485,1.102014914,0.728861163,28,-1.531226779,0.7245511789,6406.1164835 +486,2.927300795,-0.282939414,28,-1.531226779,0.7245511789,7704.5139888 +487,-1.154565557,0.124434095,28,-1.531226779,0.7245511789,2721.0136614 +488,1.855331234,0.291044755,28,-1.531226779,0.7245511789,8322.0145916 +489,0.830290659,0.276904518,28,-1.531226779,0.7245511789,7557.4542282 +490,0.485104466,-0.234867441,28,-1.531226779,0.7245511789,8151.3513092 +491,0.521367572,-0.33161327,28,-1.531226779,0.7245511789,8499.5979381 +1,-1.539031704,0.7349710123,29,-1.528904772,0.7245519194,50.961147172 +2,-1.536990553,0.7349663874,29,-1.528904772,0.7245519194,47.660563759 +3,-1.534951779,0.7349571355,29,-1.528904772,0.7245519194,44.915277798 +4,-1.532906461,0.7349480293,29,-1.528904772,0.7245519194,42.840163555 +5,-1.531320211,0.7346937278,29,-1.528904772,0.7245519194,40.799856408 +6,-1.539451648,0.7335131775,29,-1.528904772,0.7245519194,47.230242042 +7,-1.537429487,0.7335445708,29,-1.528904772,0.7245519194,43.622904155 +8,-1.535484998,0.7335658704,29,-1.528904772,0.7245519194,40.652811711 +9,-1.533488396,0.7336036027,29,-1.528904772,0.7245519194,38.32526179 +10,-1.531497785,0.7335842962,29,-1.528904772,0.7245519194,36.588052852 +11,-1.530259379,0.7334777758,29,-1.528904772,0.7245519194,35.581072692 +12,-1.5335454,0.7322346912,29,-1.528904772,0.7245519194,33.380081621 +13,-1.531489083,0.7322238773,29,-1.528904772,0.7245519194,31.334022752 +14,-1.530011122,0.7321679851,29,-1.528904772,0.7245519194,30.343978536 +15,-1.53348106,0.7306614094,29,-1.528904772,0.7245519194,27.728285119 +16,-1.531441779,0.7306962275,29,-1.528904772,0.7245519194,25.468248857 +17,-1.529755654,0.7306933243,29,-1.528904772,0.7245519194,24.45595496 +18,-1.533415048,0.7291384674,29,-1.528904772,0.7245519194,22.545029597 +19,-1.531392093,0.7291705353,29,-1.528904772,0.7245519194,19.720172865 +20,-1.529296523,0.7291214933,29,-1.528904772,0.7245519194,18.137187794 +21,-1.535280942,0.727267644,29,-1.528904772,0.7245519194,21.737080797 +22,-1.533378158,0.7276139666,29,-1.528904772,0.7245519194,17.962980159 +23,-1.531340368,0.7276446587,29,-1.528904772,0.7245519194,14.216647862 +24,-1.528960113,0.7276398177,29,-1.528904772,0.7245519194,12.23226348 +25,-1.533313146,0.7260818349,29,-1.528904772,0.7245519194,14.403182342 +26,-1.531259555,0.7260958115,29,-1.528904772,0.7245519194,9.2795773336 +27,-1.528926415,0.7260865555,29,-1.528904772,0.7245519194,6.0790319613 +28,-1.531226779,0.7245511789,29,-1.528904772,0.7245519194,6.8870356648 +29,-1.528904772,0.7245519194,29,-1.528904772,0.7245519194,3.4226375294 +30,-1.547195875,0.7409785979,29,-1.528904772,0.7245519194,84.461118326 +31,-1.5451475,0.740980426,29,-1.528904772,0.7245519194,80.755487045 +32,-1.543097679,0.7409798872,29,-1.528904772,0.7245519194,77.332944636 +33,-1.540720364,0.7409892687,29,-1.528904772,0.7245519194,73.819043112 +34,-1.547188511,0.7395198392,29,-1.528904772,0.7245519194,80.104011574 +35,-1.545148587,0.7395226109,29,-1.528904772,0.7245519194,76.201113678 +36,-1.543104538,0.7395314908,29,-1.528904772,0.7245519194,72.599230616 +37,-1.540727751,0.7395306258,29,-1.528904772,0.7245519194,68.799724667 +38,-1.547187029,0.7380014886,29,-1.528904772,0.7245519194,75.783966377 +39,-1.545147315,0.7380012252,29,-1.528904772,0.7245519194,71.631208826 +40,-1.54310719,0.7380060743,29,-1.528904772,0.7245519194,67.773281568 +41,-1.540719671,0.7380068206,29,-1.528904772,0.7245519194,63.668156052 +42,-1.547187189,0.7364799098,29,-1.528904772,0.7245519194,71.70372278 +43,-1.545149996,0.7364853874,29,-1.528904772,0.7245519194,67.314627757 +44,-1.543106091,0.7364823484,29,-1.528904772,0.7245519194,63.154609958 +45,-1.540717158,0.7364893901,29,-1.528904772,0.7245519194,58.738803326 +46,-1.538663972,0.7410138672,29,-1.528904772,0.7245519194,71.255560112 +47,-1.53695285,0.7409699132,29,-1.528904772,0.7245519194,69.214047173 +48,-1.534910498,0.7409641297,29,-1.528904772,0.7245519194,67.370615493 +49,-1.533145034,0.7409536636,29,-1.528904772,0.7245519194,66.155952685 +50,-1.538681336,0.7395405883,29,-1.528904772,0.7245519194,65.988047749 +51,-1.536999189,0.7395183096,29,-1.528904772,0.7245519194,63.898667019 +52,-1.534923633,0.7395144222,29,-1.528904772,0.7245519194,61.862412711 +53,-1.533267822,0.7395654306,29,-1.528904772,0.7245519194,60.841836187 +54,-1.53867273,0.7380151077,29,-1.528904772,0.7245519194,60.606431595 +55,-1.536980576,0.7379994392,29,-1.528904772,0.7245519194,58.344609249 +56,-1.534931522,0.7379944961,29,-1.528904772,0.7245519194,56.132378744 +57,-1.533387952,0.7379480264,29,-1.528904772,0.7245519194,54.683430473 +58,-1.538682279,0.7364914363,29,-1.528904772,0.7245519194,55.395288798 +59,-1.536980704,0.7364810563,29,-1.528904772,0.7245519194,52.918327188 +60,-1.534935567,0.7364752065,29,-1.528904772,0.7245519194,50.468386933 +61,-1.533042592,0.7363876366,29,-1.528904772,0.7245519194,48.444692087 +62,-1.545143426,0.7349628011,29,-1.528904772,0.7245519194,63.235890865 +63,-1.543105297,0.7349691947,29,-1.528904772,0.7245519194,58.823085751 +64,-1.541064533,0.7349647152,29,-1.528904772,0.7245519194,54.679472644 +65,-1.545411803,0.7334624714,29,-1.528904772,0.7245519194,60.197689003 +66,-1.543446606,0.7334780896,29,-1.528904772,0.7245519194,55.638052716 +67,-1.541475327,0.7334957295,29,-1.528904772,0.7245519194,51.323313812 +68,-1.545401939,0.731963266,29,-1.528904772,0.7245519194,56.922725343 +69,-1.54342253,0.7319915583,29,-1.528904772,0.7245519194,52.059991408 +70,-1.541455867,0.7320216438,29,-1.528904772,0.7245519194,47.455537829 +71,-1.545410146,0.7304422281,29,-1.528904772,0.7245519194,54.114426058 +72,-1.543435491,0.7304713664,29,-1.528904772,0.7245519194,48.963416607 +73,-1.541463105,0.7304997613,29,-1.528904772,0.7245519194,43.989947661 +74,-1.545414768,0.7289194936,29,-1.528904772,0.7245519194,51.844767851 +75,-1.543435774,0.7289538557,29,-1.528904772,0.7245519194,46.413907806 +76,-1.541457714,0.7289765881,29,-1.528904772,0.7245519194,41.084379915 +77,-1.539449415,0.7320555866,29,-1.528904772,0.7245519194,43.069941204 +78,-1.537429183,0.7321097681,29,-1.528904772,0.7245519194,39.129977467 +79,-1.535472649,0.7321497267,29,-1.528904772,0.7245519194,35.813720368 +80,-1.539457899,0.7305333307,29,-1.528904772,0.7245519194,39.189798983 +81,-1.537453161,0.7305750503,29,-1.528904772,0.7245519194,34.764834583 +82,-1.535479385,0.7306124949,29,-1.528904772,0.7245519194,30.894940967 +83,-1.53946905,0.7290102593,29,-1.528904772,0.7245519194,35.913209462 +84,-1.537459922,0.7290417293,29,-1.528904772,0.7245519194,30.944664479 +85,-1.535451349,0.7290890157,29,-1.528904772,0.7245519194,26.428708051 +86,-1.535522937,0.7279887191,29,-1.528904772,0.7245519194,23.86327439 +87,-1.539442524,0.7274735939,29,-1.528904772,0.7245519194,33.29050266 +88,-1.537424111,0.727521351,29,-1.528904772,0.7245519194,27.841401083 +89,-1.539384641,0.7259505092,29,-1.528904772,0.7245519194,31.553903436 +90,-1.537372391,0.7259947145,29,-1.528904772,0.7245519194,25.741141903 +91,-1.535340789,0.7260435356,29,-1.528904772,0.7245519194,19.970485457 +92,-1.539325716,0.7244369706,29,-1.528904772,0.7245519194,30.913204586 +93,-1.537308932,0.7244801057,29,-1.528904772,0.7245519194,24.928978186 +94,-1.535289068,0.7245247645,29,-1.528904772,0.7245519194,18.936232784 +95,-1.533261366,0.7245550236,29,-1.528904772,0.7245519194,12.921565817 +96,-1.539267302,0.722921924,29,-1.528904772,0.7245519194,31.427521986 +97,-1.537248972,0.7229660258,29,-1.528904772,0.7245519194,25.550317059 +98,-1.535219431,0.7229916471,29,-1.528904772,0.7245519194,19.734761221 +99,-1.53318962,0.7230212049,29,-1.528904772,0.7245519194,14.088781149 +100,-1.531154816,0.7230299897,29,-1.528904772,0.7245519194,8.9965528567 +101,-1.528878341,0.7230370244,29,-1.528904772,0.7245519194,6.001011874 +102,-1.539218189,0.7214009878,29,-1.528904772,0.7245519194,33.076985454 +103,-1.537198791,0.7214422745,29,-1.528904772,0.7245519194,27.541498507 +104,-1.535179266,0.7214634354,29,-1.528904772,0.7245519194,22.292083099 +105,-1.533156501,0.7214944644,29,-1.528904772,0.7245519194,17.496343787 +106,-1.53113574,0.7215166021,29,-1.528904772,0.7245519194,13.727793035 +107,-1.528874248,0.7215345535,29,-1.528904772,0.7245519194,11.952130038 +108,-1.539217656,0.7198512397,29,-1.528904772,0.7245519194,35.863351035 +109,-1.537199919,0.7199428763,29,-1.528904772,0.7245519194,30.677045645 +110,-1.545425832,0.727397149,29,-1.528904772,0.7245519194,50.220017455 +111,-1.543371177,0.7273916949,29,-1.528904772,0.7245519194,44.304612287 +112,-1.541368852,0.7274523163,29,-1.528904772,0.7245519194,38.666733057 +113,-1.545349067,0.7258710923,29,-1.528904772,0.7245519194,49.024019751 +114,-1.54332671,0.7258603556,29,-1.528904772,0.7245519194,43.063278342 +115,-1.541346831,0.7259242142,29,-1.528904772,0.7245519194,37.27881802 +116,-1.545324355,0.7243383958,29,-1.528904772,0.7245519194,48.7119064 +117,-1.543292796,0.7243617413,29,-1.528904772,0.7245519194,42.684710094 +118,-1.541295822,0.7244024384,29,-1.528904772,0.7245519194,36.758739497 +119,-1.543193859,0.7205570215,29,-1.528904772,0.7245519194,45.308782878 +120,-1.550257047,0.7386738187,29,-1.528904772,0.7245519194,84.197459261 +121,-1.549335448,0.7311736483,29,-1.528904772,0.7245519194,65.865857809 +122,-1.533478843,0.7179891343,29,-1.528904772,0.7245519194,29.340576939 +123,-1.556150555,0.738907041,29,-1.528904772,0.7245519194,98.386323253 +124,-1.554324226,0.733414257,29,-1.528904772,0.7245519194,82.895128778 +125,-1.554290846,0.7288285332,29,-1.528904772,0.7245519194,77.036413737 +126,-1.55122487,0.7219795312,29,-1.528904772,0.7245519194,67.054351233 +127,-1.525104458,0.7229399862,29,-1.528904772,0.7245519194,12.96140811 +128,-1.519607711,0.7236181429,29,-1.528904772,0.7245519194,27.833120119 +129,-1.513899999,0.7251107854,29,-1.528904772,0.7245519194,44.54774109 +130,-1.536620762,0.7431061895,29,-1.528904772,0.7245519194,76.917957476 +131,-1.5369566,0.7460845958,29,-1.528904772,0.7245519194,88.5093963 +132,-1.545345528,0.7447040685,29,-1.528904772,0.7245519194,93.309844945 +133,-1.532813921,0.7432306626,29,-1.528904772,0.7245519194,74.874533552 +134,-1.554788248,0.7382381001,29,-1.528904772,0.7245519194,93.597770398 +135,-1.540348126,0.7301594274,29,-1.528904772,0.7245519194,40.49179549 +136,-1.538016084,0.7239051786,29,-1.528904772,0.7245519194,27.152802116 +137,-1.525288962,0.7258085137,29,-1.528904772,0.7245519194,11.817764865 +138,-1.534326986,0.731241342,29,-1.528904772,0.7245519194,30.970662471 +139,-1.530733872,0.7303625216,29,-1.528904772,0.7245519194,23.643320451 +141,-1.534354939,0.7328219978,29,-1.528904772,0.7245519194,36.502925813 +142,-1.53157084,0.7292888153,29,-1.528904772,0.7245519194,20.35461616 +143,-1.525691035,0.7263799874,29,-1.528904772,0.7245519194,11.964176869 +144,-1.534031287,0.7495967835,29,-1.528904772,0.7245519194,100.33543678 +145,-1.527714986,0.7283095957,29,-1.528904772,0.7245519194,15.295412363 +146,-1.526189586,0.7271468292,29,-1.528904772,0.7245519194,13.051861383 +147,-1.555177336,0.7375563366,29,-1.528904772,0.7245519194,93.032709142 +148,-1.555080283,0.7312707794,29,-1.528904772,0.7245519194,81.850790463 +149,-1.53856994,0.7224180299,29,-1.528904772,0.7245519194,29.912723862 +150,-1.530837883,0.729933372,29,-1.528904772,0.7245519194,22.070024969 +151,-1.515066984,0.5854133365,29,-1.528904772,0.7245519194,552.83185144 +152,-1.534731633,0.5368370046,29,-1.528904772,0.7245519194,743.77059967 +153,-1.515231902,0.5607085576,29,-1.528904772,0.7245519194,650.42140009 +154,-2.616253799,1.0684566605,29,-1.528904772,0.7245519194,2871.7054837 +155,-1.956071439,0.5792177723,29,-1.528904772,0.7245519194,1456.5562809 +156,-1.951208514,0.5602434208,29,-1.528904772,0.7245519194,1482.161646 +157,-1.944675062,0.6062144545,29,-1.528904772,0.7245519194,1372.3334593 +158,-1.613778386,0.6077989518,29,-1.528904772,0.7245519194,532.43065594 +159,-2.035029014,0.6021432345,29,-1.528904772,0.7245519194,1643.4695563 +160,-2.114989471,0.6801825058,29,-1.528904772,0.7245519194,1769.5302348 +161,-2.037382079,0.5765830025,29,-1.528904772,0.7245519194,1696.6658585 +162,-2.129855121,0.6585019963,29,-1.528904772,0.7245519194,1839.7585528 +163,-2.075141798,0.6493615843,29,-1.528904772,0.7245519194,1689.6417493 +164,-1.828626729,0.6948433129,29,-1.528904772,0.7245519194,906.68442147 +165,-1.863329418,0.6735427691,29,-1.528904772,0.7245519194,1031.6323432 +166,-1.266037071,0.727988852,29,-1.528904772,0.7245519194,777.59998782 +167,-1.277579582,0.7249010648,29,-1.528904772,0.7245519194,744.44747127 +168,-1.258418684,0.7241194816,29,-1.528904772,0.7245519194,801.33439367 +169,-1.317813974,0.6804850104,29,-1.528904772,0.7245519194,660.95521721 +170,-1.344165204,0.6790988904,29,-1.528904772,0.7245519194,586.64126739 +171,-1.427582102,0.5277120351,29,-1.528904772,0.7245519194,844.24714595 +172,-1.402238616,0.457167829,29,-1.528904772,0.7245519194,1137.0162882 +173,-1.422454264,0.4996161999,29,-1.528904772,0.7245519194,954.79702677 +174,-1.439089277,0.4894859811,29,-1.528904772,0.7245519194,975.36619227 +175,-1.448126995,0.5182330266,29,-1.528904772,0.7245519194,857.2736998 +176,-1.474626146,0.5881926574,29,-1.528904772,0.7245519194,566.22515105 +177,-1.421139645,0.5584869783,29,-1.528904772,0.7245519194,740.86272216 +178,-1.457037165,0.565943032,29,-1.528904772,0.7245519194,667.924719 +179,-2.757159358,0.3745319,29,-1.528904772,0.7245519194,4254.3942328 +180,-2.714309238,0.342054471,29,-1.528904772,0.7245519194,4204.885299 +181,-2.000525337,0.774119946,29,-1.528904772,0.7245519194,1375.3422898 +183,-1.571413436,0.6777838382,29,-1.528904772,0.7245519194,225.51838336 +184,-1.552860289,0.6987663893,29,-1.528904772,0.7245519194,124.87673406 +185,-1.521852374,0.7165827476,29,-1.528904772,0.7245519194,37.907977322 +186,-1.503656267,0.6928968252,29,-1.528904772,0.7245519194,146.57675551 +187,-1.502753178,0.7136205882,29,-1.528904772,0.7245519194,89.15707881 +188,-1.631894563,0.7343596465,29,-1.528904772,0.7245519194,306.54408325 +189,-1.653765416,0.6770714026,29,-1.528904772,0.7245519194,422.02105257 +190,-1.719812114,0.6715965947,29,-1.528904772,0.7245519194,615.56352735 +191,-1.493406659,0.6646955447,29,-1.528904772,0.7245519194,260.52078159 +192,-1.469120564,0.6613469966,29,-1.528904772,0.7245519194,309.56844453 +193,-1.590551461,0.5326612937,29,-1.528904772,0.7245519194,785.1204469 +194,-1.625979264,0.5247742243,29,-1.528904772,0.7245519194,850.06612639 +195,-1.572293943,0.5238808754,29,-1.528904772,0.7245519194,806.89438294 +196,-1.610848725,0.5477107964,29,-1.528904772,0.7245519194,747.22245984 +197,-1.208485554,0.7918526018,29,-1.528904772,0.7245519194,956.88482819 +198,-1.335601374,0.6869083083,29,-1.528904772,0.7245519194,601.07998435 +199,-1.346156996,0.6825213377,29,-1.528904772,0.7245519194,576.11748756 +200,-1.324381037,0.6741422347,29,-1.528904772,0.7245519194,650.69276251 +201,-1.242424992,0.7378949807,29,-1.528904772,0.7245519194,844.99726766 +202,-1.270370057,0.7392461008,29,-1.528904772,0.7245519194,763.05099083 +203,-1.448950472,0.7441675014,29,-1.528904772,0.7245519194,247.54161643 +204,-1.492662363,0.7523026852,29,-1.528904772,0.7245519194,152.80790985 +205,-1.479098966,0.7763855017,29,-1.528904772,0.7245519194,250.90381595 +206,-1.633760714,0.7869022408,29,-1.528904772,0.7245519194,390.14457648 +207,-1.647406434,0.8101289331,29,-1.528904772,0.7245519194,478.23770099 +208,-1.564245052,0.5701509278,29,-1.528904772,0.7245519194,621.63779478 +209,-1.646289963,0.6833746083,29,-1.528904772,0.7245519194,390.01149278 +210,-1.5820631,0.6751952144,29,-1.528904772,0.7245519194,253.26487151 +211,-1.613236298,0.6681681791,29,-1.528904772,0.7245519194,339.82641293 +212,-1.914661867,0.8212566515,29,-1.528904772,0.7245519194,1154.2947547 +213,-1.742133237,0.7250275956,29,-1.528904772,0.7245519194,631.77389321 +214,-2.033144872,0.6557314699,29,-1.528904772,0.7245519194,1556.6434346 +215,-2.039551981,0.6964723658,29,-1.528904772,0.7245519194,1529.9445481 +216,-1.247341019,0.7622473908,29,-1.528904772,0.7245519194,833.10358042 +217,-1.298239787,0.7084123392,29,-1.528904772,0.7245519194,691.29014931 +218,-1.308539688,0.6926545592,29,-1.528904772,0.7245519194,674.03043456 +219,-1.303263185,0.6888938396,29,-1.528904772,0.7245519194,693.51436051 +220,-1.852400229,0.6004246149,29,-1.528904772,0.7245519194,1120.4337026 +221,-1.288947707,0.7473773692,29,-1.528904772,0.7245519194,709.4405058 +222,-1.372031502,0.7472790993,29,-1.528904772,0.7245519194,469.04594396 +223,-1.289805721,0.7242157877,29,-1.528904772,0.7245519194,708.52635282 +224,-1.350807603,0.7533498126,29,-1.528904772,0.7245519194,533.4094842 +225,-1.329290365,0.7560442322,29,-1.528904772,0.7245519194,596.39284641 +226,-1.410153004,0.616936428,29,-1.528904772,0.7245519194,563.05758428 +227,-1.393445434,0.6308995063,29,-1.528904772,0.7245519194,558.41940284 +228,-1.37595573,0.6241540638,29,-1.528904772,0.7245519194,617.54772425 +229,-1.358388707,0.6172645205,29,-1.528904772,0.7245519194,677.80680286 +230,-1.753741133,0.8281661666,29,-1.528904772,0.7245519194,754.93732961 +231,-1.47430987,0.6834615681,29,-1.528904772,0.7245519194,231.61837178 +232,-1.421012508,0.7222725206,29,-1.528904772,0.7245519194,320.3881151 +233,-1.4476833,0.6978557868,29,-1.528904772,0.7245519194,265.62912142 +234,-1.470370723,0.6966193374,29,-1.528904772,0.7245519194,207.64350154 +235,-1.429211703,0.7037216883,29,-1.528904772,0.7245519194,309.52669612 +236,-1.700578405,0.6178673663,29,-1.528904772,0.7245519194,679.01833177 +237,-1.678117619,0.6331716163,29,-1.528904772,0.7245519194,584.82208567 +238,-1.725644578,0.6316331145,29,-1.528904772,0.7245519194,708.88786711 +239,-2.14012759,0.7930497945,29,-1.528904772,0.7245519194,1763.4108523 +240,-2.103289431,0.7653606263,29,-1.528904772,0.7245519194,1669.1877837 +241,-1.318739838,0.7017808746,29,-1.528904772,0.7245519194,635.47935543 +242,-1.396417427,0.7077900843,29,-1.528904772,0.7245519194,401.24753163 +243,-1.35650337,0.7185539404,29,-1.528904772,0.7245519194,512.96514785 +244,-1.248884539,0.7274156818,29,-1.528904772,0.7245519194,828.35931932 +245,-1.395014798,0.5761185243,29,-1.528904772,0.7245519194,723.0778886 +246,-1.433377362,0.6064716109,29,-1.528904772,0.7245519194,554.10028076 +247,-1.408172432,0.5903155476,29,-1.528904772,0.7245519194,652.18414252 +248,-1.749645898,0.7757118084,29,-1.528904772,0.7245519194,670.19165744 +249,-1.571626686,0.615046989,29,-1.528904772,0.7245519194,453.52541244 +250,-1.514070049,0.6303003037,29,-1.528904772,0.7245519194,376.12164697 +251,-1.480890369,0.6237966528,29,-1.528904772,0.7245519194,425.78523623 +252,-1.704390658,0.5281680612,29,-1.528904772,0.7245519194,958.81128591 +253,-1.64434733,0.5254277498,29,-1.528904772,0.7245519194,870.85723933 +254,-1.703855997,0.4792484842,29,-1.528904772,0.7245519194,1125.2248077 +255,-1.692002383,0.5748825051,29,-1.528904772,0.7245519194,783.90389798 +256,-1.854136457,0.5544643913,29,-1.528904772,0.7245519194,1229.6875164 +257,-1.665021206,0.520317736,29,-1.528904772,0.7245519194,918.9752085 +258,-1.733654349,0.4845187345,29,-1.528904772,0.7245519194,1159.0944221 +259,-1.720938188,0.5135933906,29,-1.528904772,0.7245519194,1038.2663643 +260,-1.742668307,0.553296122,29,-1.528904772,0.7245519194,958.3843196 +261,-1.965659039,0.7142126903,29,-1.528904772,0.7245519194,1297.4085562 +262,-1.944438071,0.6772834804,29,-1.528904772,0.7245519194,1267.6369005 +263,-1.270340967,0.7681487096,29,-1.528904772,0.7245519194,770.34130971 +264,-1.353091884,0.6549276821,29,-1.528904772,0.7245519194,603.31650259 +265,-1.333236659,0.6413584414,29,-1.528904772,0.7245519194,684.80512628 +266,-1.352015998,0.6753788907,29,-1.528904772,0.7245519194,569.77306355 +267,-1.377988483,0.6577816235,29,-1.528904772,0.7245519194,530.74236859 +268,-2.13075611,0.8318642051,29,-1.528904772,0.7245519194,1734.6162926 +269,-2.097910953,0.8259670014,29,-1.528904772,0.7245519194,1646.0592067 +270,-1.416382069,0.6694271549,29,-1.528904772,0.7245519194,405.37657948 +271,-1.538905672,0.7535625993,29,-1.528904772,0.7245519194,118.58173252 +272,-1.572309477,0.7803125099,29,-1.528904772,0.7245519194,254.00702955 +273,-1.87759879,0.7503853417,29,-1.528904772,0.7245519194,1024.9757763 +274,1.152365588,0.590457682,29,-1.528904772,0.7245519194,6972.1015638 +275,0.350198001,0.718001859,29,-1.528904772,0.7245519194,5159.8964504 +276,0.046513677,0.491503852,29,-1.528904772,0.7245519194,4974.4502035 +277,0.027510309,0.742571376,29,-1.528904772,0.7245519194,4345.9258827 +278,0.306285725,-0.214631579,29,-1.528904772,0.7245519194,7563.9176817 +279,-1.100564889,0.318051531,29,-1.528904772,0.7245519194,2165.4070461 +280,-1.078582306,0.301437596,29,-1.528904772,0.7245519194,2267.8089023 +281,-1.137371989,-0.617634065,29,-1.528904772,0.7245519194,5503.3131999 +282,0.784356344,0.703272339,29,-1.528904772,0.7245519194,6053.5313076 +283,-1.221209947,0.218327455,29,-1.528904772,0.7245519194,2269.8708624 +284,2.347301921,-0.449114658,29,-1.528904772,0.7245519194,9818.903888 +285,0.246820618,0.830553713,29,-1.528904772,0.7245519194,4649.7469454 +286,0.829414965,0.703288228,29,-1.528904772,0.7245519194,6127.046838 +287,-1.337537566,0.42332223,29,-1.528904772,0.7245519194,1349.6458473 +288,0.882453706,0.454478077,29,-1.528904772,0.7245519194,7061.0797338 +289,1.575629659,0.416419109,29,-1.528904772,0.7245519194,7922.4137922 +290,-1.039455679,0.229888244,29,-1.528904772,0.7245519194,2584.8248545 +291,0.489558039,0.934482747,29,-1.528904772,0.7245519194,4845.7750106 +292,0.081344504,0.88384514,29,-1.528904772,0.7245519194,4176.5428083 +293,-1.547979814,0.300350308,29,-1.528904772,0.7245519194,1681.5144133 +294,0.040776181,0.168560074,29,-1.528904772,0.7245519194,5777.2930459 +295,-1.130374745,0.563894876,29,-1.528904772,0.7245519194,1407.5263392 +296,1.578326642,0.478507176,29,-1.528904772,0.7245519194,7676.8660639 +297,-1.12861823,-0.291640865,29,-1.528904772,0.7245519194,4284.2339292 +298,0.310524208,0.770885792,29,-1.528904772,0.7245519194,4934.7850284 +299,0.415649091,-0.387246002,29,-1.528904772,0.7245519194,8311.7101287 +300,-0.926533878,-0.188022748,29,-1.528904772,0.7245519194,4228.7030554 +301,1.258856172,-0.11716081,29,-1.528904772,0.7245519194,9734.6495651 +302,-1.126050026,0.322941926,29,-1.528904772,0.7245519194,2093.2099529 +303,2.002785835,0.07893892,29,-1.528904772,0.7245519194,8963.1387203 +304,0.440437607,0.746258085,29,-1.528904772,0.7245519194,5275.7405847 +305,-0.030391866,0.214441206,29,-1.528904772,0.7245519194,5449.0524832 +306,0.521557815,-0.058929362,29,-1.528904772,0.7245519194,7783.0210768 +307,-0.097005111,0.13317729,29,-1.528904772,0.7245519194,5461.6546932 +308,1.83113859,0.221857587,29,-1.528904772,0.7245519194,8611.0060771 +309,0.222428864,0.099404236,29,-1.528904772,0.7245519194,6491.5284011 +310,-1.702731345,0.8728568183,29,-1.528904772,0.7245519194,757.46065734 +311,-0.418507569,0.278324921,29,-1.528904772,0.7245519194,4138.8291452 +312,-1.41153306,0.339029988,29,-1.528904772,0.7245519194,1577.4412539 +313,0.357560442,0.114788776,29,-1.528904772,0.7245519194,6838.4478491 +314,0.325818979,0.268352149,29,-1.528904772,0.7245519194,6326.9611525 +315,-1.246004659,-0.663679965,29,-1.528904772,0.7245519194,5593.0297715 +316,1.814603087,0.637404484,29,-1.528904772,0.7245519194,6999.7033918 +317,1.843704281,-0.18300445,29,-1.528904772,0.7245519194,10152.90325 +318,1.690644492,-0.211480909,29,-1.528904772,0.7245519194,10393.70309 +319,-1.275451936,0.068109467,29,-1.528904772,0.7245519194,2751.3610846 +320,0.762430171,-0.207594741,29,-1.528904772,0.7245519194,8871.0576339 +321,0.265668905,-0.014647884,29,-1.528904772,0.7245519194,6922.1436555 +322,-2.773032013,-0.335515811,29,-1.528904772,0.7245519194,6187.6518588 +323,-1.469512853,0.174058777,29,-1.528904772,0.7245519194,2190.329548 +324,0.286276986,0.785925691,29,-1.528904772,0.7245519194,4844.1115365 +325,-1.379324697,0.377432233,29,-1.528904772,0.7245519194,1462.7590937 +326,-1.203778265,0.212813032,29,-1.528904772,0.7245519194,2318.3468051 +327,0.579916301,0.611743168,29,-1.528904772,0.7245519194,5958.2584693 +328,0.267582642,0.868113908,29,-1.528904772,0.7245519194,4602.7125193 +329,0.412869244,-0.050245578,29,-1.528904772,0.7245519194,7447.1156876 +330,0.17524381,0.976660285,29,-1.528904772,0.7245519194,4177.6803141 +331,0.743157214,0.204812899,29,-1.528904772,0.7245519194,7588.5337841 +332,-1.070758176,0.269382282,29,-1.528904772,0.7245519194,2387.6946448 +333,-1.230364251,0.329790229,29,-1.528904772,0.7245519194,1860.0671663 +334,-1.374813124,-0.024926835,29,-1.528904772,0.7245519194,3019.9002969 +335,0.519780566,0.463669906,29,-1.528904772,0.7245519194,6267.830273 +336,-1.55108034,0.239698561,29,-1.528904772,0.7245519194,1922.0234944 +337,0.180294813,0.029739425,29,-1.528904772,0.7245519194,6553.2570494 +338,0.67820924,0.268170153,29,-1.528904772,0.7245519194,7236.8643061 +339,0.445798684,1.024001867,29,-1.528904772,0.7245519194,4534.9126866 +340,0.691751283,0.150521402,29,-1.528904772,0.7245519194,7632.1998735 +341,-1.036643551,-0.903056181,29,-1.528904772,0.7245519194,6665.8264343 +342,-0.120287036,1.083325163,29,-1.528904772,0.7245519194,3459.5109859 +343,2.823513113,-0.304487164,29,-1.528904772,0.7245519194,8072.2842389 +344,0.457583172,1.12513373,29,-1.528904772,0.7245519194,4294.0768305 +345,0.042918831,0.813795399,29,-1.528904772,0.7245519194,4233.1382206 +346,1.196146777,-0.853142756,29,-1.528904772,0.7245519194,11181.413087 +347,0.206001358,-0.010430701,29,-1.528904772,0.7245519194,6735.2825415 +348,-0.268308653,0.234799412,29,-1.528904772,0.7245519194,4692.930508 +349,0.759363263,0.736189579,29,-1.528904772,0.7245519194,5903.8128336 +350,0.181363926,0.891988372,29,-1.528904772,0.7245519194,4370.795616 +351,-0.021111158,0.139103292,29,-1.528904772,0.7245519194,5671.1956442 +352,-0.093355215,0.630686981,29,-1.528904772,0.7245519194,4273.0940999 +353,0.40118964,0.681375926,29,-1.528904772,0.7245519194,5371.824024 +354,-0.721197315,1.304706234,29,-1.528904772,0.7245519194,2706.0990888 +355,-1.076150317,0.212107639,29,-1.528904772,0.7245519194,2563.4299366 +356,-1.577164531,0.273993443,29,-1.528904772,0.7245519194,1792.2810876 +357,-0.190788414,0.182208586,29,-1.528904772,0.7245519194,5056.8869948 +358,-0.261349752,0.209710184,29,-1.528904772,0.7245519194,4777.2904263 +359,-1.029303852,0.083549259,29,-1.528904772,0.7245519194,3093.0718117 +360,-1.268609162,0.330525297,29,-1.528904772,0.7245519194,1790.946507 +361,1.282982244,-0.926641967,29,-1.528904772,0.7245519194,11256.788979 +362,0.217352334,0.731352408,29,-1.528904772,0.7245519194,4825.0858126 +363,-1.511833084,0.258629297,29,-1.528904772,0.7245519194,1846.4493395 +364,0.338812194,0.823184618,29,-1.528904772,0.7245519194,4860.0345155 +365,-0.324406489,1.134201999,29,-1.528904772,0.7245519194,3071.9704827 +366,1.389579348,0.399185724,29,-1.528904772,0.7245519194,7917.9414994 +367,2.047152199,-0.039082036,29,-1.528904772,0.7245519194,9318.9155398 +368,0.947780369,0.568250077,29,-1.528904772,0.7245519194,6778.2229663 +369,0.763824846,0.576754987,29,-1.528904772,0.7245519194,6433.3728792 +370,-0.142334657,0.928153068,29,-1.528904772,0.7245519194,3609.3120842 +371,0.610266567,0.547265983,29,-1.528904772,0.7245519194,6219.1256227 +372,0.210731629,0.746815056,29,-1.528904772,0.7245519194,4772.1086998 +373,-1.34931644,0.316895224,29,-1.528904772,0.7245519194,1725.4838165 +374,2.407696481,0.655030745,29,-1.528904772,0.7245519194,6269.7378025 +375,0.64207831,0.545359131,29,-1.528904772,0.7245519194,6292.2700885 +376,1.174597538,0.840588356,29,-1.528904772,0.7245519194,6057.4486972 +377,0.660059424,0.010604079,29,-1.528904772,0.7245519194,7969.0018482 +378,-0.730263819,0.010486456,29,-1.528904772,0.7245519194,4012.3771907 +379,0.831068936,0.512339172,29,-1.528904772,0.7245519194,6771.5670657 +380,1.301180979,0.72367476,29,-1.528904772,0.7245519194,6599.8113664 +381,1.811128231,0.322854402,29,-1.528904772,0.7245519194,8231.6314546 +382,0.435105812,0.992284428,29,-1.528904772,0.7245519194,4600.2346879 +383,0.62643634,0.592027932,29,-1.528904772,0.7245519194,6114.9887933 +384,0.492988703,-0.516339467,29,-1.528904772,0.7245519194,8826.118694 +385,-0.162469483,0.112549365,29,-1.528904772,0.7245519194,5321.2109527 +386,0.314630866,0.472006421,29,-1.528904772,0.7245519194,5738.636236 +387,0.166744804,0.822815954,29,-1.528904772,0.7245519194,4494.3385475 +388,0.417159608,0.965805736,29,-1.528904772,0.7245519194,4639.0518131 +389,0.106334961,0.868774244,29,-1.528904772,0.7245519194,4261.6722667 +390,0.815086969,-0.338144359,29,-1.528904772,0.7245519194,9367.3865415 +391,0.59867455,-0.230624824,29,-1.528904772,0.7245519194,8466.0895264 +392,1.915104874,0.066220985,29,-1.528904772,0.7245519194,9126.8703019 +393,1.278093622,0.064463721,29,-1.528904772,0.7245519194,9093.4877911 +394,-0.061477853,0.302997961,29,-1.528904772,0.7245519194,5132.7873617 +395,0.251311504,0.626976942,29,-1.528904772,0.7245519194,5168.5921399 +396,2.950242872,0.149095644,29,-1.528904772,0.7245519194,6510.1277185 +397,-0.180294708,0.35375117,29,-1.528904772,0.7245519194,4659.0973683 +398,1.010448592,-0.351180233,29,-1.528904772,0.7245519194,9944.2470378 +399,-1.748740498,0.3686318073,29,-1.528904772,0.7245519194,1589.9360104 +400,2.699635665,0.123533791,29,-1.528904772,0.7245519194,7280.2038143 +401,0.496808033,0.823843254,29,-1.528904772,0.7245519194,5168.5819128 +402,0.129574704,0.763364087,29,-1.528904772,0.7245519194,4544.8764494 +403,1.798920311,0.817447563,29,-1.528904772,0.7245519194,6300.8944401 +404,0.335987953,0.746786541,29,-1.528904772,0.7245519194,5052.6162162 +405,-1.085413643,0.292154671,29,-1.528904772,0.7245519194,2281.9278835 +406,-0.155321003,0.508207011,29,-1.528904772,0.7245519194,4369.9586424 +407,0.620529244,-0.301175104,29,-1.528904772,0.7245519194,8710.213294 +408,1.684402744,0.368716966,29,-1.528904772,0.7245519194,8105.4075012 +409,0.300582244,-0.386397212,29,-1.528904772,0.7245519194,7970.3255398 +410,2.913555946,-0.009225192,29,-1.528904772,0.7245519194,7042.8906178 +411,1.465101417,0.493232532,29,-1.528904772,0.7245519194,7589.9797357 +412,0.090612882,0.907955955,29,-1.528904772,0.7245519194,4147.9054151 +413,2.987564726,-0.729568594,29,-1.528904772,0.7245519194,8530.8126723 +414,-1.484261606,0.224149272,29,-1.528904772,0.7245519194,1988.0918585 +415,0.164073421,0.303955133,29,-1.528904772,0.7245519194,5780.1689003 +416,0.141441293,0.167552546,29,-1.528904772,0.7245519194,6074.7087859 +417,2.931321023,-0.506718887,29,-1.528904772,0.7245519194,8227.6846178 +418,2.21951565,0.700596356,29,-1.528904772,0.7245519194,6392.0375035 +419,0.268112576,1.199114336,29,-1.528904772,0.7245519194,3884.0568226 +420,0.978913739,0.359223811,29,-1.528904772,0.7245519194,7561.827528 +421,1.210898818,0.522863584,29,-1.528904772,0.7245519194,7288.8371067 +422,2.347397336,0.129231362,29,-1.528904772,0.7245519194,8140.1810385 +423,0.614394501,0.556878345,29,-1.528904772,0.7245519194,6198.3384444 +424,-1.398079356,0.148483366,29,-1.528904772,0.7245519194,2327.4209768 +425,2.535303836,-0.112984496,29,-1.528904772,0.7245519194,8406.2067919 +426,-1.019372593,-0.405322349,29,-1.528904772,0.7245519194,4850.4696919 +427,-1.297785627,-0.160104069,29,-1.528904772,0.7245519194,3603.7344506 +428,2.144554488,0.205051084,29,-1.528904772,0.7245519194,8281.6519735 +429,-2.242387083,-0.426171285,29,-1.528904772,0.7245519194,5255.6992988 +430,0.338637212,0.909723676,29,-1.528904772,0.7245519194,4640.4410627 +431,-0.148798452,0.691042401,29,-1.528904772,0.7245519194,4000.9233735 +432,0.893524764,0.441829531,29,-1.528904772,0.7245519194,7124.3175953 +433,0.969229347,-0.368847936,29,-1.528904772,0.7245519194,9880.0082537 +434,0.436043248,0.800045688,29,-1.528904772,0.7245519194,5117.8062517 +435,1.687946607,1.081504775,29,-1.528904772,0.7245519194,5285.9997634 +436,0.522302046,-0.034889271,29,-1.528904772,0.7245519194,7718.748212 +437,-0.178996113,-0.438090009,29,-1.528904772,0.7245519194,6748.7110873 +438,-1.094339566,0.301444068,29,-1.528904772,0.7245519194,2232.2717368 +439,-1.064070054,0.242569932,29,-1.528904772,0.7245519194,2489.1982604 +440,-1.068153768,0.230387998,29,-1.528904772,0.7245519194,2520.0943557 +441,-3.00496892,-0.23989155,29,-1.528904772,0.7245519194,6573.6425261 +442,0.21751974,0.766874888,29,-1.528904772,0.7245519194,4738.9974784 +443,0.117229532,0.007619006,29,-1.528904772,0.7245519194,6425.2445076 +444,0.777758451,0.420554741,29,-1.528904772,0.7245519194,6971.9325975 +445,-0.252356999,0.250747086,29,-1.528904772,0.7245519194,4700.0368909 +446,0.363148444,0.768483434,29,-1.528904772,0.7245519194,5053.6588528 +447,0.903191366,-0.118210676,29,-1.528904772,0.7245519194,8984.7415969 +448,-0.205755923,0.149406178,29,-1.528904772,0.7245519194,5097.1493026 +449,1.811996086,0.02364353,29,-1.528904772,0.7245519194,9394.9475899 +450,-1.100670221,0.314845373,29,-1.528904772,0.7245519194,2175.3586183 +451,0.340078597,0.850105132,29,-1.528904772,0.7245519194,4793.6365999 +452,0.258757267,0.804969236,29,-1.528904772,0.7245519194,4737.3863874 +453,2.78505352,-0.155160804,29,-1.528904772,0.7245519194,7806.4638709 +454,0.800551619,0.105822106,29,-1.528904772,0.7245519194,8036.4572233 +455,0.437940882,-0.506194031,29,-1.528904772,0.7245519194,8643.6238847 +456,2.230431122,0.63458615,29,-1.528904772,0.7245519194,6613.2583298 +457,0.527965361,0.127667701,29,-1.528904772,0.7245519194,7274.3052532 +458,-0.063643205,0.702093448,29,-1.528904772,0.7245519194,4201.3929194 +459,1.408447268,0.133010502,29,-1.528904772,0.7245519194,8966.9421869 +460,0.523795955,0.280266966,29,-1.528904772,0.7245519194,6818.9791871 +461,-0.975769313,0.072177659,29,-1.528904772,0.7245519194,3242.3018919 +462,0.549774164,-0.463663986,29,-1.528904772,0.7245519194,8881.6070315 +463,0.29245874,1.095549818,29,-1.528904772,0.7245519194,4127.8170138 +464,0.143625958,0.816809593,29,-1.528904772,0.7245519194,4456.4594269 +465,0.671902494,0.611159853,29,-1.528904772,0.7245519194,6146.5537431 +466,1.239840988,0.6724199,29,-1.528904772,0.7245519194,6749.1152741 +467,0.607829703,-0.10932137,29,-1.528904772,0.7245519194,8166.4146661 +468,1.763020906,0.263996692,29,-1.528904772,0.7245519194,8489.6659301 +469,0.378714634,0.726066797,29,-1.528904772,0.7245519194,5200.5929185 +470,2.196736143,-0.153862366,29,-1.528904772,0.7245519194,9399.3548135 +471,0.01702415,0.148991565,29,-1.528904772,0.7245519194,5758.2246446 +472,-2.998490902,-0.158002487,29,-1.528904772,0.7245519194,6339.0869013 +473,-3.051262951,-0.346595608,29,-1.528904772,0.7245519194,6983.3605098 +474,-1.069176439,0.182802941,29,-1.528904772,0.7245519194,2675.88416 +475,0.167157509,0.595344954,29,-1.528904772,0.7245519194,5038.9462698 +476,0.613855648,0.681746124,29,-1.528904772,0.7245519194,5813.4185822 +477,1.037012736,0.682555367,29,-1.528904772,0.7245519194,6496.6818312 +478,-1.253574971,0.379755746,29,-1.528904772,0.7245519194,1645.4412917 +479,3.108590453,-0.132620738,29,-1.528904772,0.7245519194,6791.0135076 +480,0.565301296,0.022333262,29,-1.528904772,0.7245519194,7678.0059038 +481,0.547898238,0.855555614,29,-1.528904772,0.7245519194,5170.4086768 +482,0.948309381,0.417393755,29,-1.528904772,0.7245519194,7305.7817459 +483,-0.050600732,0.945269213,29,-1.528904772,0.7245519194,3781.8450681 +484,-0.977651478,-0.572363064,29,-1.528904772,0.7245519194,5516.1959749 +485,1.102014914,0.728861163,29,-1.528904772,0.7245519194,6403.6053677 +486,2.927300795,-0.282939414,29,-1.528904772,0.7245519194,7711.3918164 +487,-1.154565557,0.124434095,29,-1.528904772,0.7245519194,2717.0617879 +488,1.855331234,0.291044755,29,-1.528904772,0.7245519194,8323.8580454 +489,0.830290659,0.276904518,29,-1.528904772,0.7245519194,7552.5101192 +490,0.485104466,-0.234867441,29,-1.528904772,0.7245519194,8144.5106988 +491,0.521367572,-0.33161327,29,-1.528904772,0.7245519194,8492.7210681 +1,-1.539031704,0.7349710123,30,-1.547195875,0.7409785979,33.743828397 +2,-1.536990553,0.7349663874,30,-1.547195875,0.7409785979,38.22971881 +3,-1.534951779,0.7349571355,30,-1.547195875,0.7409785979,43.084979178 +4,-1.532906461,0.7349480293,30,-1.547195875,0.7409785979,48.208880103 +5,-1.531320211,0.7346937278,30,-1.547195875,0.7409785979,52.769731127 +6,-1.539451648,0.7335131775,30,-1.547195875,0.7409785979,37.284311226 +7,-1.537429487,0.7335445708,30,-1.547195875,0.7409785979,41.076008819 +8,-1.535484998,0.7335658704,30,-1.547195875,0.7409785979,45.181328486 +9,-1.533488396,0.7336036027,30,-1.547195875,0.7409785979,49.688189778 +10,-1.531497785,0.7335842962,30,-1.547195875,0.7409785979,54.559296813 +11,-1.530259379,0.7334777758,30,-1.547195875,0.7409785979,57.873513856 +12,-1.5335454,0.7322346912,30,-1.547195875,0.7409785979,52.949819569 +13,-1.531489083,0.7322238773,30,-1.547195875,0.7409785979,57.674635309 +14,-1.530011122,0.7321679851,30,-1.547195875,0.7409785979,61.322008612 +15,-1.53348106,0.7306614094,30,-1.547195875,0.7409785979,57.372831525 +16,-1.531441779,0.7306962275,30,-1.547195875,0.7409785979,61.6311642 +17,-1.529755654,0.7306933243,30,-1.547195875,0.7409785979,65.435761073 +18,-1.533415048,0.7291384674,30,-1.547195875,0.7409785979,61.959365394 +19,-1.531392093,0.7291705353,30,-1.547195875,0.7409785979,65.906433079 +20,-1.529296523,0.7291214933,30,-1.547195875,0.7409785979,70.510108114 +21,-1.535280942,0.727267644,30,-1.547195875,0.7409785979,64.630481935 +22,-1.533378158,0.7276139666,30,-1.547195875,0.7409785979,66.729832084 +23,-1.531340368,0.7276446587,30,-1.547195875,0.7409785979,70.446224308 +24,-1.528960113,0.7276398177,30,-1.547195875,0.7409785979,75.273868185 +25,-1.533313146,0.7260818349,30,-1.547195875,0.7409785979,71.764062005 +26,-1.531259555,0.7260958115,30,-1.547195875,0.7409785979,75.32334941 +27,-1.528926415,0.7260865555,30,-1.547195875,0.7409785979,79.804648253 +28,-1.531226779,0.7245511789,30,-1.547195875,0.7409785979,80.277583048 +29,-1.528904772,0.7245519194,30,-1.547195875,0.7409785979,84.461118326 +30,-1.547195875,0.7409785979,30,-1.547195875,0.7409785979,2.8707592994 +31,-1.5451475,0.740980426,30,-1.547195875,0.7409785979,5.9862909707 +32,-1.543097679,0.7409798872,30,-1.547195875,0.7409785979,11.976799736 +33,-1.540720364,0.7409892687,30,-1.547195875,0.7409785979,18.924356324 +34,-1.547188511,0.7395198392,30,-1.547195875,0.7409785979,5.7781835633 +35,-1.545148587,0.7395226109,30,-1.547195875,0.7409785979,8.3129731158 +36,-1.543104538,0.7395314908,30,-1.547195875,0.7409785979,13.266838403 +37,-1.540727751,0.7395306258,30,-1.547195875,0.7409785979,19.765737415 +38,-1.547187029,0.7380014886,30,-1.547195875,0.7409785979,11.792358486 +39,-1.545147315,0.7380012252,30,-1.547195875,0.7409785979,13.229638252 +40,-1.54310719,0.7380060743,30,-1.547195875,0.7409785979,16.786830569 +41,-1.540719671,0.7380068206,30,-1.547195875,0.7409785979,22.310172748 +42,-1.547187189,0.7364799098,30,-1.547195875,0.7409785979,17.819321618 +43,-1.545149996,0.7364853874,30,-1.547195875,0.7409785979,18.778975965 +44,-1.543106091,0.7364823484,30,-1.547195875,0.7409785979,21.462192913 +45,-1.540717158,0.7364893901,30,-1.547195875,0.7409785979,26.00285159 +46,-1.538663972,0.7410138672,30,-1.547195875,0.7409785979,24.934090556 +47,-1.53695285,0.7409699132,30,-1.547195875,0.7409785979,29.934899234 +48,-1.534910498,0.7409641297,30,-1.547195875,0.7409785979,35.903689353 +49,-1.533145034,0.7409536636,30,-1.547195875,0.7409785979,41.063439239 +50,-1.538681336,0.7395405883,30,-1.547195875,0.7409785979,25.542895597 +51,-1.536999189,0.7395183096,30,-1.547195875,0.7409785979,30.375042205 +52,-1.534923633,0.7395144222,30,-1.547195875,0.7409785979,36.354603119 +53,-1.533267822,0.7395654306,30,-1.547195875,0.7409785979,41.113139585 +54,-1.53867273,0.7380151077,30,-1.547195875,0.7409785979,27.566352018 +55,-1.536980576,0.7379994392,30,-1.547195875,0.7409785979,32.139110995 +56,-1.534931522,0.7379944961,30,-1.547195875,0.7409785979,37.787074273 +57,-1.533387952,0.7379480264,30,-1.547195875,0.7409785979,42.154098701 +58,-1.538682279,0.7364914363,30,-1.547195875,0.7409785979,30.618361078 +59,-1.536980704,0.7364810563,30,-1.547195875,0.7409785979,34.817380607 +60,-1.534935567,0.7364752065,30,-1.547195875,0.7409785979,40.090793987 +61,-1.533042592,0.7363876366,30,-1.547195875,0.7409785979,45.262510391 +62,-1.545143426,0.7349628011,30,-1.547195875,0.7409785979,24.575939049 +63,-1.543105297,0.7349691947,30,-1.547195875,0.7409785979,26.651258399 +64,-1.541064533,0.7349647152,30,-1.547195875,0.7409785979,29.837524332 +65,-1.545411803,0.7334624714,30,-1.547195875,0.7409785979,30.227567785 +66,-1.543446606,0.7334780896,30,-1.547195875,0.7409785979,31.678612088 +67,-1.541475327,0.7334957295,30,-1.547195875,0.7409785979,34.057450567 +68,-1.545401939,0.731963266,30,-1.547195875,0.7409785979,36.095660558 +69,-1.54342253,0.7319915583,30,-1.547195875,0.7409785979,37.279950982 +70,-1.541455867,0.7320216438,30,-1.547195875,0.7409785979,39.273658959 +71,-1.545410146,0.7304422281,30,-1.547195875,0.7409785979,42.062692638 +72,-1.543435491,0.7304713664,30,-1.547195875,0.7409785979,43.059031452 +73,-1.541463105,0.7304997613,30,-1.547195875,0.7409785979,44.790326962 +74,-1.545414768,0.7289194936,30,-1.547195875,0.7409785979,48.051985575 +75,-1.543435774,0.7289538557,30,-1.547195875,0.7409785979,48.894705828 +76,-1.541457714,0.7289765881,30,-1.547195875,0.7409785979,50.441445234 +77,-1.539449415,0.7320555866,30,-1.547195875,0.7409785979,42.022399905 +78,-1.537429183,0.7321097681,30,-1.547195875,0.7409785979,45.335991827 +79,-1.535472649,0.7321497267,30,-1.547195875,0.7409785979,49.053219561 +80,-1.539457899,0.7305333307,30,-1.547195875,0.7409785979,47.202116205 +81,-1.537453161,0.7305750503,30,-1.547195875,0.7409785979,50.164869826 +82,-1.535479385,0.7306124949,30,-1.547195875,0.7409785979,53.56723911 +83,-1.53946905,0.7290102593,30,-1.547195875,0.7409785979,52.562905563 +84,-1.537459922,0.7290417293,30,-1.547195875,0.7409785979,55.262556931 +85,-1.535451349,0.7290890157,30,-1.547195875,0.7409785979,58.384231539 +86,-1.535522937,0.7279887191,30,-1.547195875,0.7409785979,61.845808209 +87,-1.539442524,0.7274735939,30,-1.547195875,0.7409785979,58.148689631 +88,-1.537424111,0.727521351,30,-1.547195875,0.7409785979,60.554576903 +89,-1.539384641,0.7259505092,30,-1.547195875,0.7409785979,63.809231714 +90,-1.537372391,0.7259947145,30,-1.547195875,0.7409785979,66.015038839 +91,-1.535340789,0.7260435356,30,-1.547195875,0.7409785979,68.675282559 +92,-1.539325716,0.7244369706,30,-1.547195875,0.7409785979,69.498333697 +93,-1.537308932,0.7244801057,30,-1.547195875,0.7409785979,71.540815488 +94,-1.535289068,0.7245247645,30,-1.547195875,0.7409785979,74.003756258 +95,-1.533261366,0.7245550236,30,-1.547195875,0.7409785979,76.90979162 +96,-1.539267302,0.722921924,30,-1.547195875,0.7409785979,75.240731339 +97,-1.537248972,0.7229660258,30,-1.547195875,0.7409785979,77.132160785 +98,-1.535219431,0.7229916471,30,-1.547195875,0.7409785979,79.505372777 +99,-1.53318962,0.7230212049,30,-1.547195875,0.7409785979,82.232524964 +100,-1.531154816,0.7230299897,30,-1.547195875,0.7409785979,85.369323977 +101,-1.528878341,0.7230370244,30,-1.547195875,0.7409785979,89.23482389 +102,-1.539218189,0.7214009878,30,-1.547195875,0.7409785979,81.03550424 +103,-1.537198791,0.7214422745,30,-1.547195875,0.7409785979,82.806463014 +104,-1.535179266,0.7214634354,30,-1.547195875,0.7409785979,85.031493379 +105,-1.533156501,0.7214944644,30,-1.547195875,0.7409785979,87.575325712 +106,-1.53113574,0.7215166021,30,-1.547195875,0.7409785979,90.468418587 +107,-1.528874248,0.7215345535,30,-1.547195875,0.7409785979,94.07090682 +108,-1.539217656,0.7198512397,30,-1.547195875,0.7409785979,86.932846163 +109,-1.537199919,0.7199428763,30,-1.547195875,0.7409785979,88.387321114 +110,-1.545425832,0.727397149,30,-1.547195875,0.7409785979,54.04731183 +111,-1.543371177,0.7273916949,30,-1.547195875,0.7409785979,54.980265604 +112,-1.541368852,0.7274523163,30,-1.547195875,0.7409785979,56.25055408 +113,-1.545349067,0.7258710923,30,-1.547195875,0.7409785979,60.087064375 +114,-1.54332671,0.7258603556,30,-1.547195875,0.7409785979,60.956002601 +115,-1.541346831,0.7259242142,30,-1.547195875,0.7409785979,62.064313207 +116,-1.545324355,0.7243383958,30,-1.547195875,0.7409785979,66.141803367 +117,-1.543292796,0.7243617413,30,-1.547195875,0.7409785979,66.815159474 +118,-1.541295822,0.7244024384,30,-1.547195875,0.7409785979,67.917490866 +119,-1.543193859,0.7205570215,30,-1.547195875,0.7409785979,81.746539981 +120,-1.550257047,0.7386738187,30,-1.547195875,0.7409785979,12.788472405 +121,-1.549335448,0.7311736483,30,-1.547195875,0.7409785979,39.341977309 +122,-1.533478843,0.7179891343,30,-1.547195875,0.7409785979,99.66275099 +123,-1.556150555,0.738907041,30,-1.547195875,0.7409785979,27.449524009 +124,-1.554324226,0.733414257,30,-1.547195875,0.7409785979,36.533849754 +125,-1.554290846,0.7288285332,30,-1.547195875,0.7409785979,52.448435534 +126,-1.55122487,0.7219795312,30,-1.547195875,0.7409785979,76.186575673 +127,-1.525104458,0.7229399862,30,-1.547195875,0.7409785979,96.652223034 +128,-1.519607711,0.7236181429,30,-1.547195875,0.7409785979,106.44920188 +129,-1.513899999,0.7251107854,30,-1.547195875,0.7409785979,116.42642634 +130,-1.536620762,0.7431061895,30,-1.547195875,0.7409785979,32.004622236 +131,-1.5369566,0.7460845958,30,-1.547195875,0.7409785979,36.059505396 +132,-1.545345528,0.7447040685,30,-1.547195875,0.7409785979,15.71301499 +133,-1.532813921,0.7432306626,30,-1.547195875,0.7409785979,42.924289558 +134,-1.554788248,0.7382381001,30,-1.547195875,0.7409785979,24.726312348 +135,-1.540348126,0.7301594274,30,-1.547195875,0.7409785979,47.33885171 +136,-1.538016084,0.7239051786,30,-1.547195875,0.7409785979,72.831375021 +137,-1.525288962,0.7258085137,30,-1.547195875,0.7409785979,88.124762144 +138,-1.534326986,0.731241342,30,-1.547195875,0.7409785979,53.986639538 +139,-1.530733872,0.7303625216,30,-1.547195875,0.7409785979,64.071223337 +141,-1.534354939,0.7328219978,30,-1.547195875,0.7409785979,49.624376468 +142,-1.53157084,0.7292888153,30,-1.547195875,0.7409785979,65.202243579 +143,-1.525691035,0.7263799874,30,-1.547195875,0.7409785979,85.708179437 +144,-1.534031287,0.7495967835,30,-1.547195875,0.7409785979,51.320190854 +145,-1.527714986,0.7283095957,30,-1.547195875,0.7409785979,76.136962891 +146,-1.526189586,0.7271468292,30,-1.547195875,0.7409785979,82.570012973 +147,-1.555177336,0.7375563366,30,-1.547195875,0.7409785979,27.009854399 +148,-1.555080283,0.7312707794,30,-1.547195875,0.7409785979,44.880201762 +149,-1.53856994,0.7224180299,30,-1.547195875,0.7409785979,77.789226212 +150,-1.530837883,0.729933372,30,-1.547195875,0.7409785979,64.980181388 +151,-1.515066984,0.5854133365,30,-1.547195875,0.7409785979,624.25523831 +152,-1.534731633,0.5368370046,30,-1.547195875,0.7409785979,809.56655061 +153,-1.515231902,0.5607085576,30,-1.547195875,0.7409785979,721.06660395 +154,-2.616253799,1.0684566605,30,-1.547195875,0.7409785979,2787.2515896 +155,-1.956071439,0.5792177723,30,-1.547195875,0.7409785979,1424.2748553 +156,-1.951208514,0.5602434208,30,-1.547195875,0.7409785979,1453.8596997 +157,-1.944675062,0.6062144545,30,-1.547195875,0.7409785979,1335.9129498 +158,-1.613778386,0.6077989518,30,-1.547195875,0.7409785979,566.1523946 +159,-2.035029014,0.6021432345,30,-1.547195875,0.7409785979,1600.709938 +160,-2.114989471,0.6801825058,30,-1.547195875,0.7409785979,1710.999432 +161,-2.037382079,0.5765830025,30,-1.547195875,0.7409785979,1657.8406424 +162,-2.129855121,0.6585019963,30,-1.547195875,0.7409785979,1783.6249713 +163,-2.075141798,0.6493615843,30,-1.547195875,0.7409785979,1637.1359443 +164,-1.828626729,0.6948433129,30,-1.547195875,0.7409785979,857.84835238 +165,-1.863329418,0.6735427691,30,-1.547195875,0.7409785979,986.45072069 +166,-1.266037071,0.727988852,30,-1.547195875,0.7409785979,826.89476467 +167,-1.277579582,0.7249010648,30,-1.547195875,0.7409785979,795.15681719 +168,-1.258418684,0.7241194816,30,-1.547195875,0.7409785979,851.67834669 +169,-1.317813974,0.6804850104,30,-1.547195875,0.7409785979,728.17065122 +170,-1.344165204,0.6790988904,30,-1.547195875,0.7409785979,656.56487293 +171,-1.427582102,0.5277120351,30,-1.547195875,0.7409785979,926.13181118 +172,-1.402238616,0.457167829,30,-1.547195875,0.7409785979,1218.5482114 +173,-1.422454264,0.4996161999,30,-1.547195875,0.7409785979,1036.1411885 +174,-1.439089277,0.4894859811,30,-1.547195875,0.7409785979,1054.9733082 +175,-1.448126995,0.5182330266,30,-1.547195875,0.7409785979,936.98034146 +176,-1.474626146,0.5881926574,30,-1.547195875,0.7409785979,645.87609745 +177,-1.421139645,0.5584869783,30,-1.547195875,0.7409785979,824.19497326 +178,-1.457037165,0.565943032,30,-1.547195875,0.7409785979,748.66424674 +179,-2.757159358,0.3745319,30,-1.547195875,0.7409785979,4196.3879379 +180,-2.714309238,0.342054471,30,-1.547195875,0.7409785979,4150.5044358 +181,-2.000525337,0.774119946,30,-1.547195875,0.7409785979,1305.64073 +183,-1.571413436,0.6777838382,30,-1.547195875,0.7409785979,260.67071482 +184,-1.552860289,0.6987663893,30,-1.547195875,0.7409785979,168.05103675 +185,-1.521852374,0.7165827476,30,-1.547195875,0.7409785979,122.24821659 +186,-1.503656267,0.6928968252,30,-1.547195875,0.7409785979,230.56717514 +187,-1.502753178,0.7136205882,30,-1.547195875,0.7409785979,170.37920901 +188,-1.631894563,0.7343596465,30,-1.547195875,0.7409785979,249.62201385 +189,-1.653765416,0.6770714026,30,-1.547195875,0.7409785979,408.13485028 +190,-1.719812114,0.6715965947,30,-1.547195875,0.7409785979,587.76941741 +191,-1.493406659,0.6646955447,30,-1.547195875,0.7409785979,343.0506444 +192,-1.469120564,0.6613469966,30,-1.547195875,0.7409785979,393.98441192 +193,-1.590551461,0.5326612937,30,-1.547195875,0.7409785979,836.50695496 +194,-1.625979264,0.5247742243,30,-1.547195875,0.7409785979,892.21791878 +195,-1.572293943,0.5238808754,30,-1.547195875,0.7409785979,863.6162431 +196,-1.610848725,0.5477107964,30,-1.547195875,0.7409785979,791.40902131 +197,-1.208485554,0.7918526018,30,-1.547195875,0.7409785979,984.72319013 +198,-1.335601374,0.6869083083,30,-1.547195875,0.7409785979,667.95147605 +199,-1.346156996,0.6825213377,30,-1.547195875,0.7409785979,645.25086051 +200,-1.324381037,0.6741422347,30,-1.547195875,0.7409785979,720.14827756 +201,-1.242424992,0.7378949807,30,-1.547195875,0.7409785979,890.44352244 +202,-1.270370057,0.7392461008,30,-1.547195875,0.7409785979,808.50157601 +203,-1.448950472,0.7441675014,30,-1.547195875,0.7409785979,286.92394969 +204,-1.492662363,0.7523026852,30,-1.547195875,0.7409785979,164.7551478 +205,-1.479098966,0.7763855017,30,-1.547195875,0.7409785979,240.76501786 +206,-1.633760714,0.7869022408,30,-1.547195875,0.7409785979,307.14265629 +207,-1.647406434,0.8101289331,30,-1.547195875,0.7409785979,393.94872792 +208,-1.564245052,0.5701509278,30,-1.547195875,0.7409785979,678.74841922 +209,-1.646289963,0.6833746083,30,-1.547195875,0.7409785979,374.46595994 +210,-1.5820631,0.6751952144,30,-1.547195875,0.7409785979,280.87067197 +211,-1.613236298,0.6681681791,30,-1.547195875,0.7409785979,350.47724113 +212,-1.914661867,0.8212566515,30,-1.547195875,0.7409785979,1077.5980478 +213,-1.742133237,0.7250275956,30,-1.547195875,0.7409785979,576.87712157 +214,-2.033144872,0.6557314699,30,-1.547195875,0.7409785979,1505.1340094 +215,-2.039551981,0.6964723658,30,-1.547195875,0.7409785979,1471.5153057 +216,-1.247341019,0.7622473908,30,-1.547195875,0.7409785979,870.24411628 +217,-1.298239787,0.7084123392,30,-1.547195875,0.7409785979,748.55399919 +218,-1.308539688,0.6926545592,30,-1.547195875,0.7409785979,737.00590047 +219,-1.303263185,0.6888938396,30,-1.547195875,0.7409785979,757.22194855 +220,-1.852400229,0.6004246149,30,-1.547195875,0.7409785979,1095.3887403 +221,-1.288947707,0.7473773692,30,-1.547195875,0.7409785979,751.96683283 +222,-1.372031502,0.7472790993,30,-1.547195875,0.7409785979,510.74001839 +223,-1.289805721,0.7242157877,30,-1.547195875,0.7409785979,759.89062192 +224,-1.350807603,0.7533498126,30,-1.547195875,0.7409785979,572.34198089 +225,-1.329290365,0.7560442322,30,-1.547195875,0.7409785979,634.62274448 +226,-1.410153004,0.616936428,30,-1.547195875,0.7409785979,647.36193542 +227,-1.393445434,0.6308995063,30,-1.547195875,0.7409785979,641.36902997 +228,-1.37595573,0.6241540638,30,-1.547195875,0.7409785979,699.9499988 +229,-1.358388707,0.6172645205,30,-1.547195875,0.7409785979,759.67167388 +230,-1.753741133,0.8281661666,30,-1.547195875,0.7409785979,673.08323656 +231,-1.47430987,0.6834615681,30,-1.547195875,0.7409785979,315.60159795 +232,-1.421012508,0.7222725206,30,-1.547195875,0.7409785979,379.08790649 +233,-1.4476833,0.6978557868,30,-1.547195875,0.7409785979,342.06108973 +234,-1.470370723,0.6966193374,30,-1.547195875,0.7409785979,288.58786009 +235,-1.429211703,0.7037216883,30,-1.547195875,0.7409785979,380.26708663 +236,-1.700578405,0.6178673663,30,-1.547195875,0.7409785979,678.35845425 +237,-1.678117619,0.6331716163,30,-1.547195875,0.7409785979,585.25285452 +238,-1.725644578,0.6316331145,30,-1.547195875,0.7409785979,696.68218261 +239,-2.14012759,0.7930497945,30,-1.547195875,0.7409785979,1690.7376979 +240,-2.103289431,0.7653606263,30,-1.547195875,0.7409785979,1599.8576583 +241,-1.318739838,0.7017808746,30,-1.547195875,0.7409785979,696.23767651 +242,-1.396417427,0.7077900843,30,-1.547195875,0.7409785979,465.94674079 +243,-1.35650337,0.7185539404,30,-1.547195875,0.7409785979,569.52183298 +244,-1.248884539,0.7274156818,30,-1.547195875,0.7409785979,877.34809737 +245,-1.395014798,0.5761185243,30,-1.547195875,0.7409785979,807.52256761 +246,-1.433377362,0.6064716109,30,-1.547195875,0.7409785979,638.27481961 +247,-1.408172432,0.5903155476,30,-1.547195875,0.7409785979,736.6144656 +248,-1.749645898,0.7757118084,30,-1.547195875,0.7409785979,597.63456391 +249,-1.571626686,0.615046989,30,-1.547195875,0.7409785979,504.45457542 +250,-1.514070049,0.6303003037,30,-1.547195875,0.7409785979,449.97105565 +251,-1.480890369,0.6237966528,30,-1.547195875,0.7409785979,506.79246546 +252,-1.704390658,0.5281680612,30,-1.547195875,0.7409785979,979.44246749 +253,-1.64434733,0.5254277498,30,-1.547195875,0.7409785979,907.85368965 +254,-1.703855997,0.4792484842,30,-1.547195875,0.7409785979,1153.0800079 +255,-1.692002383,0.5748825051,30,-1.547195875,0.7409785979,798.34916747 +256,-1.854136457,0.5544643913,30,-1.547195875,0.7409785979,1214.7816885 +257,-1.665021206,0.520317736,30,-1.547195875,0.7409785979,951.03123011 +258,-1.733654349,0.4845187345,30,-1.547195875,0.7409785979,1179.6779091 +259,-1.720938188,0.5135933906,30,-1.547195875,0.7409785979,1057.3225062 +260,-1.742668307,0.553296122,30,-1.547195875,0.7409785979,964.75272215 +261,-1.965659039,0.7142126903,30,-1.547195875,0.7409785979,1238.1968348 +262,-1.944438071,0.6772834804,30,-1.547195875,0.7409785979,1216.596364 +263,-1.270340967,0.7681487096,30,-1.547195875,0.7409785979,804.9025092 +264,-1.353091884,0.6549276821,30,-1.547195875,0.7409785979,679.74245144 +265,-1.333236659,0.6413584414,30,-1.547195875,0.7409785979,761.8184528 +266,-1.352015998,0.6753788907,30,-1.547195875,0.7409785979,641.46344075 +267,-1.377988483,0.6577816235,30,-1.547195875,0.7409785979,609.03072203 +268,-2.13075611,0.8318642051,30,-1.547195875,0.7409785979,1658.2907064 +269,-2.097910953,0.8259670014,30,-1.547195875,0.7409785979,1570.2311102 +270,-1.416382069,0.6694271549,30,-1.547195875,0.7409785979,485.48985383 +271,-1.538905672,0.7535625993,30,-1.547195875,0.7409785979,55.360109812 +272,-1.572309477,0.7803125099,30,-1.547195875,0.7409785979,171.65080097 +273,-1.87759879,0.7503853417,30,-1.547195875,0.7409785979,960.11023817 +274,1.152365588,0.590457682,30,-1.547195875,0.7409785979,6931.4563421 +275,0.350198001,0.718001859,30,-1.547195875,0.7409785979,5156.2467199 +276,0.046513677,0.491503852,30,-1.547195875,0.7409785979,4999.7904429 +277,0.027510309,0.742571376,30,-1.547195875,0.7409785979,4353.9431874 +278,0.306285725,-0.214631579,30,-1.547195875,0.7409785979,7616.4982857 +279,-1.100564889,0.318051531,30,-1.547195875,0.7409785979,2248.6020357 +280,-1.078582306,0.301437596,30,-1.547195875,0.7409785979,2350.8115394 +281,-1.137371989,-0.617634065,30,-1.547195875,0.7409785979,5582.2760961 +282,0.784356344,0.703272339,30,-1.547195875,0.7409785979,6029.5703298 +283,-1.221209947,0.218327455,30,-1.547195875,0.7409785979,2353.8508018 +284,2.347301921,-0.449114658,30,-1.547195875,0.7409785979,9753.4417792 +285,0.246820618,0.830553713,30,-1.547195875,0.7409785979,4642.7488797 +286,0.829414965,0.703288228,30,-1.547195875,0.7409785979,6100.7370758 +287,-1.337537566,0.42332223,30,-1.547195875,0.7409785979,1433.3303268 +288,0.882453706,0.454478077,30,-1.547195875,0.7409785979,7042.0046897 +289,1.575629659,0.416419109,30,-1.547195875,0.7409785979,7858.8822458 +290,-1.039455679,0.229888244,30,-1.547195875,0.7409785979,2668.1201042 +291,0.489558039,0.934482747,30,-1.547195875,0.7409785979,4822.7915304 +292,0.081344504,0.88384514,30,-1.547195875,0.7409785979,4171.2236374 +293,-1.547979814,0.300350308,30,-1.547195875,0.7409785979,1745.3306676 +294,0.040776181,0.168560074,30,-1.547195875,0.7409785979,5822.1769879 +295,-1.130374745,0.563894876,30,-1.547195875,0.7409785979,1480.3561467 +296,1.578326642,0.478507176,30,-1.547195875,0.7409785979,7613.108596 +297,-1.12861823,-0.291640865,30,-1.547195875,0.7409785979,4366.1237948 +298,0.310524208,0.770885792,30,-1.547195875,0.7409785979,4929.3887713 +299,0.415649091,-0.387246002,30,-1.547195875,0.7409785979,8369.2010591 +300,-0.926533878,-0.188022748,30,-1.547195875,0.7409785979,4313.163749 +301,1.258856172,-0.11716081,30,-1.547195875,0.7409785979,9707.9255672 +302,-1.126050026,0.322941926,30,-1.547195875,0.7409785979,2176.8290604 +303,2.002785835,0.07893892,30,-1.547195875,0.7409785979,8879.8812289 +304,0.440437607,0.746258085,30,-1.547195875,0.7409785979,5266.2634412 +305,-0.030391866,0.214441206,30,-1.547195875,0.7409785979,5494.7749832 +306,0.521557815,-0.058929362,30,-1.547195875,0.7409785979,7815.4702409 +307,-0.097005111,0.13317729,30,-1.547195875,0.7409785979,5514.6478234 +308,1.83113859,0.221857587,30,-1.547195875,0.7409785979,8533.9796011 +309,0.222428864,0.099404236,30,-1.547195875,0.7409785979,6531.2948079 +310,-1.702731345,0.8728568183,30,-1.547195875,0.7409785979,673.17434058 +311,-0.418507569,0.278324921,30,-1.547195875,0.7409785979,4198.1868368 +312,-1.41153306,0.339029988,30,-1.547195875,0.7409785979,1655.6529874 +313,0.357560442,0.114788776,30,-1.547195875,0.7409785979,6870.2149302 +314,0.325818979,0.268352149,30,-1.547195875,0.7409785979,6351.7359571 +315,-1.246004659,-0.663679965,30,-1.547195875,0.7409785979,5668.7112454 +316,1.814603087,0.637404484,30,-1.547195875,0.7409785979,6926.3732848 +317,1.843704281,-0.18300445,30,-1.547195875,0.7409785979,10071.210167 +318,1.690644492,-0.211480909,30,-1.547195875,0.7409785979,10320.472244 +319,-1.275451936,0.068109467,30,-1.547195875,0.7409785979,2832.5266123 +320,0.762430171,-0.207594741,30,-1.547195875,0.7409785979,8897.7125763 +321,0.265668905,-0.014647884,30,-1.547195875,0.7409785979,6965.9254468 +322,-2.773032013,-0.335515811,30,-1.547195875,0.7409785979,6169.1084908 +323,-1.469512853,0.174058777,30,-1.547195875,0.7409785979,2261.6815156 +324,0.286276986,0.785925691,30,-1.547195875,0.7409785979,4838.6964061 +325,-1.379324697,0.377432233,30,-1.547195875,0.7409785979,1543.8415908 +326,-1.203778265,0.212813032,30,-1.547195875,0.7409785979,2402.5147385 +327,0.579916301,0.611743168,30,-1.547195875,0.7409785979,5949.5754237 +328,0.267582642,0.868113908,30,-1.547195875,0.7409785979,4592.239276 +329,0.412869244,-0.050245578,30,-1.547195875,0.7409785979,7485.2270988 +330,0.17524381,0.976660285,30,-1.547195875,0.7409785979,4161.9153805 +331,0.743157214,0.204812899,30,-1.547195875,0.7409785979,7591.0265448 +332,-1.070758176,0.269382282,30,-1.547195875,0.7409785979,2471.0325348 +333,-1.230364251,0.329790229,30,-1.547195875,0.7409785979,1944.5068526 +334,-1.374813124,-0.024926835,30,-1.547195875,0.7409785979,3095.715931 +335,0.519780566,0.463669906,30,-1.547195875,0.7409785979,6270.5478133 +336,-1.55108034,0.239698561,30,-1.547195875,0.7409785979,1985.614796 +337,0.180294813,0.029739425,30,-1.547195875,0.7409785979,6598.8493224 +338,0.67820924,0.268170153,30,-1.547195875,0.7409785979,7240.4000154 +339,0.445798684,1.024001867,30,-1.547195875,0.7409785979,4507.6910743 +340,0.691751283,0.150521402,30,-1.547195875,0.7409785979,7641.2652221 +341,-1.036643551,-0.903056181,30,-1.547195875,0.7409785979,6744.0460477 +342,-0.120287036,1.083325163,30,-1.547195875,0.7409785979,3440.3011916 +343,2.823513113,-0.304487164,30,-1.547195875,0.7409785979,8018.6884519 +344,0.457583172,1.12513373,30,-1.547195875,0.7409785979,4259.8036483 +345,0.042918831,0.813795399,30,-1.547195875,0.7409785979,4234.872541 +346,1.196146777,-0.853142756,30,-1.547195875,0.7409785979,11261.039229 +347,0.206001358,-0.010430701,30,-1.547195875,0.7409785979,6781.7538447 +348,-0.268308653,0.234799412,30,-1.547195875,0.7409785979,4748.1703007 +349,0.759363263,0.736189579,30,-1.547195875,0.7409785979,5879.6543747 +350,0.181363926,0.891988372,30,-1.547195875,0.7409785979,4361.5488784 +351,-0.021111158,0.139103292,30,-1.547195875,0.7409785979,5720.4991454 +352,-0.093355215,0.630686981,30,-1.547195875,0.7409785979,4294.6728392 +353,0.40118964,0.681375926,30,-1.547195875,0.7409785979,5368.1208865 +354,-0.721197315,1.304706234,30,-1.547195875,0.7409785979,2660.6216486 +355,-1.076150317,0.212107639,30,-1.547195875,0.7409785979,2647.4542419 +356,-1.577164531,0.273993443,30,-1.547195875,0.7409785979,1852.5323654 +357,-0.190788414,0.182208586,30,-1.547195875,0.7409785979,5111.4920424 +358,-0.261349752,0.209710184,30,-1.547195875,0.7409785979,4833.5310767 +359,-1.029303852,0.083549259,30,-1.547195875,0.7409785979,3177.3839378 +360,-1.268609162,0.330525297,30,-1.547195875,0.7409785979,1875.0480594 +361,1.282982244,-0.926641967,30,-1.547195875,0.7409785979,11341.198783 +362,0.217352334,0.731352408,30,-1.547195875,0.7409785979,4826.3133155 +363,-1.511833084,0.258629297,30,-1.547195875,0.7409785979,1914.3900141 +364,0.338812194,0.823184618,30,-1.547195875,0.7409785979,4849.9707079 +365,-0.324406489,1.134201999,30,-1.547195875,0.7409785979,3048.9640532 +366,1.389579348,0.399185724,30,-1.547195875,0.7409785979,7865.9390782 +367,2.047152199,-0.039082036,30,-1.547195875,0.7409785979,9234.5613539 +368,0.947780369,0.568250077,30,-1.547195875,0.7409785979,6750.5384917 +369,0.763824846,0.576754987,30,-1.547195875,0.7409785979,6416.2241124 +370,-0.142334657,0.928153068,30,-1.547195875,0.7409785979,3606.2838527 +371,0.610266567,0.547265983,30,-1.547195875,0.7409785979,6212.1970795 +372,0.210731629,0.746815056,30,-1.547195875,0.7409785979,4772.522408 +373,-1.34931644,0.316895224,30,-1.547195875,0.7409785979,1806.9872269 +374,2.407696481,0.655030745,30,-1.547195875,0.7409785979,6185.5706564 +375,0.64207831,0.545359131,30,-1.547195875,0.7409785979,6283.6400556 +376,1.174597538,0.840588356,30,-1.547195875,0.7409785979,6009.9006852 +377,0.660059424,0.010604079,30,-1.547195875,0.7409785979,7988.4196595 +378,-0.730263819,0.010486456,30,-1.547195875,0.7409785979,4092.6028166 +379,0.831068936,0.512339172,30,-1.547195875,0.7409785979,6753.278176 +380,1.301180979,0.72367476,30,-1.547195875,0.7409785979,6548.4656073 +381,1.811128231,0.322854402,30,-1.547195875,0.7409785979,8156.218136 +382,0.435105812,0.992284428,30,-1.547195875,0.7409785979,4575.4342695 +383,0.62643634,0.592027932,30,-1.547195875,0.7409785979,6104.831699 +384,0.492988703,-0.516339467,30,-1.547195875,0.7409785979,8888.4358888 +385,-0.162469483,0.112549365,30,-1.547195875,0.7409785979,5378.0359648 +386,0.314630866,0.472006421,30,-1.547195875,0.7409785979,5752.0311207 +387,0.166744804,0.822815954,30,-1.547195875,0.7409785979,4490.9071877 +388,0.417159608,0.965805736,30,-1.547195875,0.7409785979,4616.5869536 +389,0.106334961,0.868774244,30,-1.547195875,0.7409785979,4256.7695472 +390,0.815086969,-0.338144359,30,-1.547195875,0.7409785979,9400.5329286 +391,0.59867455,-0.230624824,30,-1.547195875,0.7409785979,8504.8353456 +392,1.915104874,0.066220985,30,-1.547195875,0.7409785979,9045.4968406 +393,1.278093622,0.064463721,30,-1.547195875,0.7409785979,9057.448225 +394,-0.061477853,0.302997961,30,-1.547195875,0.7409785979,5174.9594951 +395,0.251311504,0.626976942,30,-1.547195875,0.7409785979,5175.3840282 +396,2.950242872,0.149095644,30,-1.547195875,0.7409785979,6441.3136954 +397,-0.180294708,0.35375117,30,-1.547195875,0.7409785979,4703.6805922 +398,1.010448592,-0.351180233,30,-1.547195875,0.7409785979,9962.9751652 +399,-1.748740498,0.3686318073,30,-1.547195875,0.7409785979,1619.7888214 +400,2.699635665,0.123533791,30,-1.547195875,0.7409785979,7204.4699646 +401,0.496808033,0.823843254,30,-1.547195875,0.7409785979,5151.9844143 +402,0.129574704,0.763364087,30,-1.547195875,0.7409785979,4547.3433617 +403,1.798920311,0.817447563,30,-1.547195875,0.7409785979,6229.2534132 +404,0.335987953,0.746786541,30,-1.547195875,0.7409785979,5047.7304481 +405,-1.085413643,0.292154671,30,-1.547195875,0.7409785979,2365.2195143 +406,-0.155321003,0.508207011,30,-1.547195875,0.7409785979,4403.2604876 +407,0.620529244,-0.301175104,30,-1.547195875,0.7409785979,8752.5204154 +408,1.684402744,0.368716966,30,-1.547195875,0.7409785979,8036.0325835 +409,0.300582244,-0.386397212,30,-1.547195875,0.7409785979,8032.1174193 +410,2.913555946,-0.009225192,30,-1.547195875,0.7409785979,6978.8190189 +411,1.465101417,0.493232532,30,-1.547195875,0.7409785979,7532.3974085 +412,0.090612882,0.907955955,30,-1.547195875,0.7409785979,4140.2923486 +413,2.987564726,-0.729568594,30,-1.547195875,0.7409785979,8514.982212 +414,-1.484261606,0.224149272,30,-1.547195875,0.7409785979,2058.5480462 +415,0.164073421,0.303955133,30,-1.547195875,0.7409785979,5811.3772586 +416,0.141441293,0.167552546,30,-1.547195875,0.7409785979,6114.7933784 +417,2.931321023,-0.506718887,30,-1.547195875,0.7409785979,8191.883234 +418,2.21951565,0.700596356,30,-1.547195875,0.7409785979,6309.8719784 +419,0.268112576,1.199114336,30,-1.547195875,0.7409785979,3848.1639986 +420,0.978913739,0.359223811,30,-1.547195875,0.7409785979,7540.0416926 +421,1.210898818,0.522863584,30,-1.547195875,0.7409785979,7246.2239194 +422,2.347397336,0.129231362,30,-1.547195875,0.7409785979,8056.8479011 +423,0.614394501,0.556878345,30,-1.547195875,0.7409785979,6190.6752665 +424,-1.398079356,0.148483366,30,-1.547195875,0.7409785979,2403.7065403 +425,2.535303836,-0.112984496,30,-1.547195875,0.7409785979,8332.3228264 +426,-1.019372593,-0.405322349,30,-1.547195875,0.7409785979,4933.44419 +427,-1.297785627,-0.160104069,30,-1.547195875,0.7409785979,3681.8007815 +428,2.144554488,0.205051084,30,-1.547195875,0.7409785979,8197.4329203 +429,-2.242387083,-0.426171285,30,-1.547195875,0.7409785979,5274.6913822 +430,0.338637212,0.909723676,30,-1.547195875,0.7409785979,4624.4786745 +431,-0.148798452,0.691042401,30,-1.547195875,0.7409785979,4019.8422747 +432,0.893524764,0.441829531,30,-1.547195875,0.7409785979,7105.0465299 +433,0.969229347,-0.368847936,30,-1.547195875,0.7409785979,9904.1631005 +434,0.436043248,0.800045688,30,-1.547195875,0.7409785979,5105.2268713 +435,1.687946607,1.081504775,30,-1.547195875,0.7409785979,5218.789215 +436,0.522302046,-0.034889271,30,-1.547195875,0.7409785979,7749.7095075 +437,-0.178996113,-0.438090009,30,-1.547195875,0.7409785979,6825.9755623 +438,-1.094339566,0.301444068,30,-1.547195875,0.7409785979,2315.6001584 +439,-1.064070054,0.242569932,30,-1.547195875,0.7409785979,2572.7610731 +440,-1.068153768,0.230387998,30,-1.547195875,0.7409785979,2603.8531305 +441,-3.00496892,-0.23989155,30,-1.547195875,0.7409785979,6537.3606084 +442,0.21751974,0.766874888,30,-1.547195875,0.7409785979,4737.7084934 +443,0.117229532,0.007619006,30,-1.547195875,0.7409785979,6474.9450217 +444,0.777758451,0.420554741,30,-1.547195875,0.7409785979,6961.1979808 +445,-0.252356999,0.250747086,30,-1.547195875,0.7409785979,4753.736863 +446,0.363148444,0.768483434,30,-1.547195875,0.7409785979,5046.1907758 +447,0.903191366,-0.118210676,30,-1.547195875,0.7409785979,8994.0446237 +448,-0.205755923,0.149406178,30,-1.547195875,0.7409785979,5154.0278349 +449,1.811996086,0.02364353,30,-1.547195875,0.7409785979,9316.91715 +450,-1.100670221,0.314845373,30,-1.547195875,0.7409785979,2258.6076324 +451,0.340078597,0.850105132,30,-1.547195875,0.7409785979,4781.7079586 +452,0.258757267,0.804969236,30,-1.547195875,0.7409785979,4731.7491885 +453,2.78505352,-0.155160804,30,-1.547195875,0.7409785979,7743.6245012 +454,0.800551619,0.105822106,30,-1.547195875,0.7409785979,8040.2026433 +455,0.437940882,-0.506194031,30,-1.547195875,0.7409785979,8707.1576325 +456,2.230431122,0.63458615,30,-1.547195875,0.7409785979,6530.43524 +457,0.527965361,0.127667701,30,-1.547195875,0.7409785979,7295.384428 +458,-0.063643205,0.702093448,30,-1.547195875,0.7409785979,4216.145686 +459,1.408447268,0.133010502,30,-1.547195875,0.7409785979,8917.3036455 +460,0.523795955,0.280266966,30,-1.547195875,0.7409785979,6831.6616183 +461,-0.975769313,0.072177659,30,-1.547195875,0.7409785979,3326.2149716 +462,0.549774164,-0.463663986,30,-1.547195875,0.7409785979,8938.4650935 +463,0.29245874,1.095549818,30,-1.547195875,0.7409785979,4099.6103445 +464,0.143625958,0.816809593,30,-1.547195875,0.7409785979,4454.3370527 +465,0.671902494,0.611159853,30,-1.547195875,0.7409785979,6132.9338504 +466,1.239840988,0.6724199,30,-1.547195875,0.7409785979,6701.7735222 +467,0.607829703,-0.10932137,30,-1.547195875,0.7409785979,8196.7141641 +468,1.763020906,0.263996692,30,-1.547195875,0.7409785979,8415.9170569 +469,0.378714634,0.726066797,30,-1.547195875,0.7409785979,5195.1486551 +470,2.196736143,-0.153862366,30,-1.547195875,0.7409785979,9316.8067868 +471,0.01702415,0.148991565,30,-1.547195875,0.7409785979,5805.2614805 +472,-2.998490902,-0.158002487,30,-1.547195875,0.7409785979,6298.5600998 +473,-3.051262951,-0.346595608,30,-1.547195875,0.7409785979,6951.0087528 +474,-1.069176439,0.182802941,30,-1.547195875,0.7409785979,2760.0346468 +475,0.167157509,0.595344954,30,-1.547195875,0.7409785979,5051.7400717 +476,0.613855648,0.681746124,30,-1.547195875,0.7409785979,5799.2635904 +477,1.037012736,0.682555367,30,-1.547195875,0.7409785979,6460.0295953 +478,-1.253574971,0.379755746,30,-1.547195875,0.7409785979,1729.8989076 +479,3.108590453,-0.132620738,30,-1.547195875,0.7409785979,6740.8376964 +480,0.565301296,0.022333262,30,-1.547195875,0.7409785979,7702.9084152 +481,0.547898238,0.855555614,30,-1.547195875,0.7409785979,5149.8326904 +482,0.948309381,0.417393755,30,-1.547195875,0.7409785979,7283.8261624 +483,-0.050600732,0.945269213,30,-1.547195875,0.7409785979,3774.901965 +484,-0.977651478,-0.572363064,30,-1.547195875,0.7409785979,5598.6013394 +485,1.102014914,0.728861163,30,-1.547195875,0.7409785979,6362.2048516 +486,2.927300795,-0.282939414,30,-1.547195875,0.7409785979,7661.1381936 +487,-1.154565557,0.124434095,30,-1.547195875,0.7409785979,2801.289224 +488,1.855331234,0.291044755,30,-1.547195875,0.7409785979,8246.4878105 +489,0.830290659,0.276904518,30,-1.547195875,0.7409785979,7545.0973842 +490,0.485104466,-0.234867441,30,-1.547195875,0.7409785979,8189.7132809 +491,0.521367572,-0.33161327,30,-1.547195875,0.7409785979,8542.1876415 +1,-1.539031704,0.7349710123,31,-1.5451475,0.740980426,29.795928476 +2,-1.536990553,0.7349663874,31,-1.5451475,0.740980426,33.746882436 +3,-1.534951779,0.7349571355,31,-1.5451475,0.740980426,38.23516087 +4,-1.532906461,0.7349480293,31,-1.5451475,0.740980426,43.101611309 +5,-1.531320211,0.7346937278,31,-1.5451475,0.740980426,47.564545439 +6,-1.539451648,0.7335131775,31,-1.5451475,0.740980426,33.967880094 +7,-1.537429487,0.7335445708,31,-1.5451475,0.740980426,37.144406449 +8,-1.535484998,0.7335658704,31,-1.5451475,0.740980426,40.808454392 +9,-1.533488396,0.7336036027,31,-1.5451475,0.740980426,44.973058105 +10,-1.531497785,0.7335842962,31,-1.5451475,0.740980426,49.600927793 +11,-1.530259379,0.7334777758,31,-1.5451475,0.740980426,52.81296542 +12,-1.5335454,0.7322346912,31,-1.5451475,0.740980426,48.568297741 +13,-1.531489083,0.7322238773,31,-1.5451475,0.740980426,53.000326395 +14,-1.530011122,0.7321679851,31,-1.5451475,0.740980426,56.488145935 +15,-1.53348106,0.7306614094,31,-1.5451475,0.740980426,53.329395124 +16,-1.531441779,0.7306962275,31,-1.5451475,0.740980426,57.260592307 +17,-1.529755654,0.7306933243,31,-1.5451475,0.740980426,60.84953308 +18,-1.533415048,0.7291384674,31,-1.5451475,0.740980426,58.210691898 +19,-1.531392093,0.7291705353,31,-1.5451475,0.740980426,61.819493341 +20,-1.529296523,0.7291214933,31,-1.5451475,0.740980426,66.14783142 +21,-1.535280942,0.727267644,31,-1.5451475,0.740980426,61.579795371 +22,-1.533378158,0.7276139666,31,-1.5451475,0.740980426,63.249951451 +23,-1.531340368,0.7276446587,31,-1.5451475,0.740980426,66.619838338 +24,-1.528960113,0.7276398177,31,-1.5451475,0.740980426,71.115359457 +25,-1.533313146,0.7260818349,31,-1.5451475,0.740980426,68.519543709 +26,-1.531259555,0.7260958115,31,-1.5451475,0.740980426,71.733078528 +27,-1.528926415,0.7260865555,31,-1.5451475,0.740980426,75.881935321 +28,-1.531226779,0.7245511789,31,-1.5451475,0.740980426,76.907175972 +29,-1.528904772,0.7245519194,31,-1.5451475,0.740980426,80.755487045 +30,-1.547195875,0.7409785979,31,-1.5451475,0.740980426,5.9862909707 +31,-1.5451475,0.740980426,31,-1.5451475,0.740980426,2.888231574 +32,-1.543097679,0.7409798872,31,-1.5451475,0.740980426,5.9905088149 +33,-1.540720364,0.7409892687,31,-1.5451475,0.740980426,12.938093113 +34,-1.547188511,0.7395198392,31,-1.5451475,0.740980426,8.3124334875 +35,-1.545148587,0.7395226109,31,-1.5451475,0.740980426,5.7744063099 +36,-1.543104538,0.7395314908,31,-1.5451475,0.740980426,8.2844685035 +37,-1.540727751,0.7395306258,31,-1.5451475,0.740980426,14.143389573 +38,-1.547187029,0.7380014886,31,-1.5451475,0.740980426,13.223211452 +39,-1.545147315,0.7380012252,31,-1.5451475,0.740980426,11.800614232 +40,-1.54310719,0.7380060743,31,-1.5451475,0.740980426,13.208032221 +41,-1.540719671,0.7380068206,31,-1.5451475,0.740980426,17.510959456 +42,-1.547187189,0.7364799098,31,-1.5451475,0.740980426,18.800639138 +43,-1.545149996,0.7364853874,31,-1.5451475,0.740980426,17.804849358 +44,-1.543106091,0.7364823484,31,-1.5451475,0.740980426,18.793080403 +45,-1.540717158,0.7364893901,31,-1.5451475,0.740980426,22.017557039 +46,-1.538663972,0.7410138672,31,-1.5451475,0.740980426,18.947970198 +47,-1.53695285,0.7409699132,31,-1.5451475,0.740980426,23.948608883 +48,-1.534910498,0.7409641297,31,-1.5451475,0.740980426,29.917399897 +49,-1.533145034,0.7409536636,31,-1.5451475,0.740980426,35.077148935 +50,-1.538681336,0.7395405883,31,-1.5451475,0.740980426,19.750827368 +51,-1.536999189,0.7395183096,31,-1.5451475,0.740980426,24.522632654 +52,-1.534923633,0.7395144222,31,-1.5451475,0.740980426,30.457414651 +53,-1.533267822,0.7395654306,31,-1.5451475,0.740980426,35.189392392 +54,-1.53867273,0.7380151077,31,-1.5451475,0.740980426,22.293043947 +55,-1.536980576,0.7379994392,31,-1.5451475,0.740980426,26.657599642 +56,-1.534931522,0.7379944961,31,-1.5451475,0.740980426,32.150855195 +57,-1.533387952,0.7379480264,31,-1.5451475,0.740980426,36.450125949 +58,-1.538682279,0.7364914363,31,-1.5451475,0.740980426,25.973413148 +59,-1.536980704,0.7364810563,31,-1.5451475,0.740980426,29.82618337 +60,-1.534935567,0.7364752065,31,-1.5451475,0.740980426,34.824852816 +61,-1.533042592,0.7363876366,31,-1.5451475,0.740980426,39.845413384 +62,-1.545143426,0.7349628011,31,-1.5451475,0.740980426,23.835815256 +63,-1.543105297,0.7349691947,31,-1.5451475,0.740980426,24.55106263 +64,-1.541064533,0.7349647152,31,-1.5451475,0.740980426,26.663566403 +65,-1.545411803,0.7334624714,31,-1.5451475,0.740980426,29.78870283 +66,-1.543446606,0.7334780896,31,-1.5451475,0.740980426,30.1324299 +67,-1.541475327,0.7334957295,31,-1.5451475,0.740980426,31.541951182 +68,-1.545401939,0.731963266,31,-1.5451475,0.740980426,35.724773764 +69,-1.54342253,0.7319915583,31,-1.5451475,0.740980426,35.962907293 +70,-1.541455867,0.7320216438,31,-1.5451475,0.740980426,37.102329152 +71,-1.545410146,0.7304422281,31,-1.5451475,0.740980426,41.748926089 +72,-1.543435491,0.7304713664,31,-1.5451475,0.740980426,41.928848787 +73,-1.541463105,0.7304997613,31,-1.5451475,0.740980426,42.900475722 +74,-1.545414768,0.7289194936,31,-1.5451475,0.740980426,47.779807867 +75,-1.543435774,0.7289538557,31,-1.5451475,0.740980426,47.902042258 +76,-1.541457714,0.7289765881,31,-1.5451475,0.740980426,48.7676716 +77,-1.539449415,0.7320555866,31,-1.5451475,0.740980426,39.105911127 +78,-1.537429183,0.7321097681,31,-1.5451475,0.740980426,41.803026674 +79,-1.535472649,0.7321497267,31,-1.5451475,0.740980426,45.048417812 +80,-1.539457899,0.7305333307,31,-1.5451475,0.740980426,44.62613249 +81,-1.537453161,0.7305750503,31,-1.5451475,0.740980426,47.001739448 +82,-1.535479385,0.7306124949,31,-1.5451475,0.740980426,49.923881792 +83,-1.53946905,0.7290102593,31,-1.5451475,0.740980426,50.263983952 +84,-1.537459922,0.7290417293,31,-1.5451475,0.740980426,52.407081283 +85,-1.535451349,0.7290890157,31,-1.5451475,0.740980426,55.047633694 +86,-1.535522937,0.7279887191,31,-1.5451475,0.740980426,58.725214392 +87,-1.539442524,0.7274735939,31,-1.5451475,0.740980426,56.068717761 +88,-1.537424111,0.727521351,31,-1.5451475,0.740980426,57.946592334 +89,-1.539384641,0.7259505092,31,-1.5451475,0.740980426,61.901201803 +90,-1.537372391,0.7259947145,31,-1.5451475,0.740980426,63.614199087 +91,-1.535340789,0.7260435356,31,-1.5451475,0.740980426,65.825806084 +92,-1.539325716,0.7244369706,31,-1.5451475,0.740980426,67.733508102 +93,-1.537308932,0.7244801057,31,-1.5451475,0.740980426,69.31291894 +94,-1.535289068,0.7245247645,31,-1.5451475,0.740980426,71.351440882 +95,-1.533261366,0.7245550236,31,-1.5451475,0.740980426,73.875508942 +96,-1.539267302,0.722921924,31,-1.5451475,0.740980426,73.59795555 +97,-1.537248972,0.7229660258,31,-1.5451475,0.740980426,75.05393459 +98,-1.535219431,0.7229916471,31,-1.5451475,0.740980426,77.02376687 +99,-1.53318962,0.7230212049,31,-1.5451475,0.740980426,79.38245229 +100,-1.531154816,0.7230299897,31,-1.5451475,0.740980426,82.188530599 +101,-1.528878341,0.7230370244,31,-1.5451475,0.740980426,85.72597134 +102,-1.539218189,0.7214009878,31,-1.5451475,0.740980426,79.500006892 +103,-1.537198791,0.7214422745,31,-1.5451475,0.740980426,80.861018761 +104,-1.535179266,0.7214634354,31,-1.5451475,0.740980426,82.704535472 +105,-1.533156501,0.7214944644,31,-1.5451475,0.740980426,84.89467429 +106,-1.53113574,0.7215166021,31,-1.5451475,0.740980426,87.465752434 +107,-1.528874248,0.7215345535,31,-1.5451475,0.740980426,90.744387875 +108,-1.539217656,0.7198512397,31,-1.5451475,0.740980426,85.501742193 +109,-1.537199919,0.7199428763,31,-1.5451475,0.740980426,86.565665735 +110,-1.545425832,0.727397149,31,-1.5451475,0.740980426,53.809584291 +111,-1.543371177,0.7273916949,31,-1.5451475,0.740980426,54.077804124 +112,-1.541368852,0.7274523163,31,-1.5451475,0.740980426,54.72461326 +113,-1.545349067,0.7258710923,31,-1.5451475,0.740980426,59.851009441 +114,-1.54332671,0.7258603556,31,-1.5451475,0.740980426,60.129761925 +115,-1.541346831,0.7259242142,31,-1.5451475,0.740980426,60.677108922 +116,-1.545324355,0.7243383958,31,-1.5451475,0.740980426,65.921138276 +117,-1.543292796,0.7243617413,31,-1.5451475,0.740980426,66.052752092 +118,-1.541295822,0.7244024384,31,-1.5451475,0.740980426,66.637537602 +119,-1.543193859,0.7205570215,31,-1.5451475,0.740980426,81.10205748 +120,-1.550257047,0.7386738187,31,-1.5451475,0.740980426,17.519192386 +121,-1.549335448,0.7311736483,31,-1.5451475,0.740980426,40.743598261 +122,-1.533478843,0.7179891343,31,-1.5451475,0.740980426,97.368417164 +123,-1.556150555,0.738907041,31,-1.5451475,0.740980426,33.217563142 +124,-1.554324226,0.733414257,31,-1.5451475,0.740980426,40.278709273 +125,-1.554290846,0.7288285332,31,-1.5451475,0.740980426,55.124958043 +126,-1.55122487,0.7219795312,31,-1.5451475,0.740980426,77.364998875 +127,-1.525104458,0.7229399862,31,-1.5451475,0.740980426,92.701087028 +128,-1.519607711,0.7236181429,31,-1.5451475,0.740980426,101.92321889 +129,-1.513899999,0.7251107854,31,-1.5451475,0.740980426,111.40302479 +130,-1.536620762,0.7431061895,31,-1.5451475,0.740980426,26.280128184 +131,-1.5369566,0.7460845958,31,-1.5451475,0.740980426,31.29017436 +132,-1.545345528,0.7447040685,31,-1.5451475,0.740980426,14.760658857 +133,-1.532813921,0.7432306626,31,-1.5451475,0.740980426,37.093846202 +134,-1.554788248,0.7382381001,31,-1.5451475,0.740980426,30.228926983 +135,-1.540348126,0.7301594274,31,-1.5451475,0.740980426,45.120017333 +136,-1.538016084,0.7239051786,31,-1.5451475,0.740980426,70.820901941 +137,-1.525288962,0.7258085137,31,-1.5451475,0.740980426,83.821857839 +138,-1.534326986,0.731241342,31,-1.5451475,0.740980426,49.96999966 +139,-1.530733872,0.7303625216,31,-1.5451475,0.740980426,59.668683703 +141,-1.534354939,0.7328219978,31,-1.5451475,0.740980426,45.238395454 +142,-1.53157084,0.7292888153,31,-1.5451475,0.740980426,61.120321412 +143,-1.525691035,0.7263799874,31,-1.5451475,0.740980426,81.36720035 +144,-1.534031287,0.7495967835,31,-1.5451475,0.740980426,47.030260046 +145,-1.527714986,0.7283095957,31,-1.5451475,0.740980426,71.724033787 +146,-1.526189586,0.7271468292,31,-1.5451475,0.740980426,78.170660623 +147,-1.555177336,0.7375563366,31,-1.5451475,0.740980426,32.339026437 +148,-1.555080283,0.7312707794,31,-1.5451475,0.740980426,48.262314799 +149,-1.53856994,0.7224180299,31,-1.5451475,0.740980426,76.037901761 +150,-1.530837883,0.729933372,31,-1.5451475,0.740980426,60.672432877 +151,-1.515066984,0.5854133365,31,-1.5451475,0.740980426,623.27293466 +152,-1.534731633,0.5368370046,31,-1.5451475,0.740980426,809.28378746 +153,-1.515231902,0.5607085576,31,-1.5451475,0.740980426,720.20697932 +154,-2.616253799,1.0684566605,31,-1.5451475,0.740980426,2791.1516339 +155,-1.956071439,0.5792177723,31,-1.5451475,0.740980426,1429.9403603 +156,-1.951208514,0.5602434208,31,-1.5451475,0.740980426,1459.4207323 +157,-1.944675062,0.6062144545,31,-1.5451475,0.740980426,1341.6719504 +158,-1.613778386,0.6077989518,31,-1.5451475,0.740980426,568.48487467 +159,-2.035029014,0.6021432345,31,-1.5451475,0.740980426,1606.593198 +160,-2.114989471,0.6801825058,31,-1.5451475,0.740980426,1716.9771903 +161,-2.037382079,0.5765830025,31,-1.5451475,0.740980426,1663.6571407 +162,-2.129855121,0.6585019963,31,-1.5451475,0.740980426,1789.6105902 +163,-2.075141798,0.6493615843,31,-1.5451475,0.740980426,1643.1165536 +164,-1.828626729,0.6948433129,31,-1.5451475,0.740980426,863.79324236 +165,-1.863329418,0.6735427691,31,-1.5451475,0.740980426,992.35500128 +166,-1.266037071,0.727988852,31,-1.5451475,0.740980426,820.9113519 +167,-1.277579582,0.7249010648,31,-1.5451475,0.740980426,789.17077158 +168,-1.258418684,0.7241194816,31,-1.5451475,0.740980426,845.6929491 +169,-1.317813974,0.6804850104,31,-1.5451475,0.740980426,722.38766755 +170,-1.344165204,0.6790988904,31,-1.5451475,0.740980426,650.87849904 +171,-1.427582102,0.5277120351,31,-1.5451475,0.740980426,923.49356099 +172,-1.402238616,0.457167829,31,-1.5451475,0.740980426,1216.0077526 +173,-1.422454264,0.4996161999,31,-1.5451475,0.740980426,1033.6374825 +174,-1.439089277,0.4894859811,31,-1.5451475,0.740980426,1052.8325466 +175,-1.448126995,0.5182330266,31,-1.5451475,0.740980426,934.81249076 +176,-1.474626146,0.5881926574,31,-1.5451475,0.740980426,643.68610532 +177,-1.421139645,0.5584869783,31,-1.5451475,0.740980426,821.1308823 +178,-1.457037165,0.565943032,31,-1.5451475,0.740980426,746.27311994 +179,-2.757159358,0.3745319,31,-1.5451475,0.740980426,4202.3644771 +180,-2.714309238,0.342054471,31,-1.5451475,0.740980426,4156.490725 +181,-2.000525337,0.774119946,31,-1.5451475,0.740980426,1311.4302607 +183,-1.571413436,0.6777838382,31,-1.5451475,0.740980426,262.46118616 +184,-1.552860289,0.6987663893,31,-1.5451475,0.740980426,168.7794414 +185,-1.521852374,0.7165827476,31,-1.5451475,0.740980426,118.64364785 +186,-1.503656267,0.6928968252,31,-1.5451475,0.740980426,227.18335641 +187,-1.502753178,0.7136205882,31,-1.5451475,0.740980426,165.75283492 +188,-1.631894563,0.7343596465,31,-1.5451475,0.740980426,255.59197736 +189,-1.653765416,0.6770714026,31,-1.5451475,0.740980426,412.98172896 +190,-1.719812114,0.6715965947,31,-1.5451475,0.740980426,593.22355961 +191,-1.493406659,0.6646955447,31,-1.5451475,0.740980426,340.17198965 +192,-1.469120564,0.6613469966,31,-1.5451475,0.740980426,390.31104026 +193,-1.590551461,0.5326612937,31,-1.5451475,0.740980426,837.60481673 +194,-1.625979264,0.5247742243,31,-1.5451475,0.740980426,894.07213952 +195,-1.572293943,0.5238808754,31,-1.5451475,0.740980426,864.24912448 +196,-1.610848725,0.5477107964,31,-1.5451475,0.740980426,793.0784906 +197,-1.208485554,0.7918526018,31,-1.5451475,0.740980426,979.04217079 +198,-1.335601374,0.6869083083,31,-1.5451475,0.740980426,662.16401863 +199,-1.346156996,0.6825213377,31,-1.5451475,0.740980426,639.53714799 +200,-1.324381037,0.6741422347,31,-1.5451475,0.740980426,714.43822744 +201,-1.242424992,0.7378949807,31,-1.5451475,0.740980426,884.48035668 +202,-1.270370057,0.7392461008,31,-1.5451475,0.740980426,802.53621722 +203,-1.448950472,0.7441675014,31,-1.5451475,0.740980426,280.95499314 +204,-1.492662363,0.7523026852,31,-1.5451475,0.740980426,159.03206252 +205,-1.479098966,0.7763855017,31,-1.5451475,0.740980426,236.0014345 +206,-1.633760714,0.7869022408,31,-1.5451475,0.740980426,311.87471791 +207,-1.647406434,0.8101289331,31,-1.5451475,0.740980426,398.12198301 +208,-1.564245052,0.5701509278,31,-1.5451475,0.740980426,679.28951157 +209,-1.646289963,0.6833746083,31,-1.5451475,0.740980426,379.35352091 +210,-1.5820631,0.6751952144,31,-1.5451475,0.740980426,283.23409711 +211,-1.613236298,0.6681681791,31,-1.5451475,0.740980426,354.02871316 +212,-1.914661867,0.8212566515,31,-1.5451475,0.740980426,1083.0488529 +213,-1.742133237,0.7250275956,31,-1.5451475,0.740980426,582.85816652 +214,-2.033144872,0.6557314699,31,-1.5451475,0.740980426,1511.1093148 +215,-2.039551981,0.6964723658,31,-1.5451475,0.740980426,1477.4945024 +216,-1.247341019,0.7622473908,31,-1.5451475,0.740980426,864.37433126 +217,-1.298239787,0.7084123392,31,-1.5451475,0.740980426,742.59279533 +218,-1.308539688,0.6926545592,31,-1.5451475,0.740980426,731.12196098 +219,-1.303263185,0.6888938396,31,-1.5451475,0.740980426,751.35108042 +220,-1.852400229,0.6004246149,31,-1.5451475,0.740980426,1100.8322092 +221,-1.288947707,0.7473773692,31,-1.5451475,0.740980426,746.0234339 +222,-1.372031502,0.7472790993,31,-1.5451475,0.740980426,504.7878711 +223,-1.289805721,0.7242157877,31,-1.5451475,0.740980426,753.9043492 +224,-1.350807603,0.7533498126,31,-1.5451475,0.740980426,566.42390693 +225,-1.329290365,0.7560442322,31,-1.5451475,0.740980426,628.7196322 +226,-1.410153004,0.616936428,31,-1.5451475,0.740980426,643.28523518 +227,-1.393445434,0.6308995063,31,-1.5451475,0.740980426,636.79590011 +228,-1.37595573,0.6241540638,31,-1.5451475,0.740980426,695.25805923 +229,-1.358388707,0.6172645205,31,-1.5451475,0.740980426,754.88018464 +230,-1.753741133,0.8281661666,31,-1.5451475,0.740980426,677.99443494 +231,-1.47430987,0.6834615681,31,-1.5451475,0.740980426,311.39143935 +232,-1.421012508,0.7222725206,31,-1.5451475,0.740980426,373.17557431 +233,-1.4476833,0.6978557868,31,-1.5451475,0.740980426,336.79485349 +234,-1.470370723,0.6966193374,31,-1.5451475,0.740980426,283.77532661 +235,-1.429211703,0.7037216883,31,-1.5451475,0.740980426,374.67220895 +236,-1.700578405,0.6178673663,31,-1.5451475,0.740980426,682.75268506 +237,-1.678117619,0.6331716163,31,-1.5451475,0.740980426,589.55496262 +238,-1.725644578,0.6316331145,31,-1.5451475,0.740980426,701.59798437 +239,-2.14012759,0.7930497945,31,-1.5451475,0.740980426,1696.4045583 +240,-2.103289431,0.7653606263,31,-1.5451475,0.740980426,1605.6537513 +241,-1.318739838,0.7017808746,31,-1.5451475,0.740980426,690.31912714 +242,-1.396417427,0.7077900843,31,-1.5451475,0.740980426,460.13023805 +243,-1.35650337,0.7185539404,31,-1.5451475,0.740980426,563.56238446 +244,-1.248884539,0.7274156818,31,-1.5451475,0.740980426,871.36609558 +245,-1.395014798,0.5761185243,31,-1.5451475,0.740980426,803.78598135 +246,-1.433377362,0.6064716109,31,-1.5451475,0.740980426,634.82083642 +247,-1.408172432,0.5903155476,31,-1.5451475,0.740980426,732.91091325 +248,-1.749645898,0.7757118084,31,-1.5451475,0.740980426,603.35088302 +249,-1.571626686,0.615046989,31,-1.5451475,0.740980426,505.4405466 +250,-1.514070049,0.6303003037,31,-1.5451475,0.740980426,448.60674246 +251,-1.480890369,0.6237966528,31,-1.5451475,0.740980426,504.3088429 +252,-1.704390658,0.5281680612,31,-1.5451475,0.740980426,982.7714096 +253,-1.64434733,0.5254277498,31,-1.5451475,0.740980426,910.09195964 +254,-1.703855997,0.4792484842,31,-1.5451475,0.740980426,1155.9890296 +255,-1.692002383,0.5748825051,31,-1.5451475,0.740980426,801.99356718 +256,-1.854136457,0.5544643913,31,-1.5451475,0.740980426,1219.8850978 +257,-1.665021206,0.520317736,31,-1.5451475,0.740980426,953.62414292 +258,-1.733654349,0.4845187345,31,-1.5451475,0.740980426,1183.0439475 +259,-1.720938188,0.5135933906,31,-1.5451475,0.740980426,1060.7600004 +260,-1.742668307,0.553296122,31,-1.5451475,0.740980426,968.8725434 +261,-1.965659039,0.7142126903,31,-1.5451475,0.740980426,1244.1731025 +262,-1.944438071,0.6772834804,31,-1.5451475,0.740980426,1222.5666897 +263,-1.270340967,0.7681487096,31,-1.5451475,0.740980426,799.06995251 +264,-1.353091884,0.6549276821,31,-1.5451475,0.740980426,674.39010367 +265,-1.333236659,0.6413584414,31,-1.5451475,0.740980426,756.50022025 +266,-1.352015998,0.6753788907,31,-1.5451475,0.740980426,635.85091784 +267,-1.377988483,0.6577816235,31,-1.5451475,0.740980426,603.83459103 +268,-2.13075611,0.8318642051,31,-1.5451475,0.740980426,1663.7522589 +269,-2.097910953,0.8259670014,31,-1.5451475,0.740980426,1575.7276777 +270,-1.416382069,0.6694271549,31,-1.5451475,0.740980426,480.49889349 +271,-1.538905672,0.7535625993,31,-1.5451475,0.740980426,53.035152545 +272,-1.572309477,0.7803125099,31,-1.5451475,0.740980426,174.19197967 +273,-1.87759879,0.7503853417,31,-1.5451475,0.740980426,966.02709226 +274,1.152365588,0.590457682,31,-1.5451475,0.740980426,6929.2832182 +275,0.350198001,0.718001859,31,-1.5451475,0.740980426,5151.8102018 +276,0.046513677,0.491503852,31,-1.5451475,0.740980426,4994.2485562 +277,0.027510309,0.742571376,31,-1.5451475,0.740980426,4348.98688 +278,0.306285725,-0.214631579,31,-1.5451475,0.740980426,7610.5141234 +279,-1.100564889,0.318051531,31,-1.5451475,0.740980426,2244.0446713 +280,-1.078582306,0.301437596,31,-1.5451475,0.740980426,2346.2050492 +281,-1.137371989,-0.617634065,31,-1.5451475,0.740980426,5580.317314 +282,0.784356344,0.703272339,31,-1.5451475,0.740980426,6026.2499378 +283,-1.221209947,0.218327455,31,-1.5451475,0.740980426,2350.5221664 +284,2.347301921,-0.449114658,31,-1.5451475,0.740980426,9759.3090078 +285,0.246820618,0.830553713,31,-1.5451475,0.740980426,4638.4693941 +286,0.829414965,0.703288228,31,-1.5451475,0.740980426,6097.5640721 +287,-1.337537566,0.42332223,31,-1.5451475,0.740980426,1430.1398066 +288,0.882453706,0.454478077,31,-1.5451475,0.740980426,7038.4044169 +289,1.575629659,0.416419109,31,-1.5451475,0.740980426,7858.7567026 +290,-1.039455679,0.229888244,31,-1.5451475,0.740980426,2663.586854 +291,0.489558039,0.934482747,31,-1.5451475,0.740980426,4819.3961403 +292,0.081344504,0.88384514,31,-1.5451475,0.740980426,4166.8553755 +293,-1.547979814,0.300350308,31,-1.5451475,0.740980426,1745.3621502 +294,0.040776181,0.168560074,31,-1.5451475,0.740980426,5816.2447048 +295,-1.130374745,0.563894876,31,-1.5451475,0.740980426,1474.7510221 +296,1.578326642,0.478507176,31,-1.5451475,0.740980426,7613.0046174 +297,-1.12861823,-0.291640865,31,-1.5451475,0.740980426,4363.5239831 +298,0.310524208,0.770885792,31,-1.5451475,0.740980426,4925.0338543 +299,0.415649091,-0.387246002,31,-1.5451475,0.740980426,8363.2217706 +300,-0.926533878,-0.188022748,31,-1.5451475,0.740980426,4309.3141997 +301,1.258856172,-0.11716081,31,-1.5451475,0.740980426,9704.8389823 +302,-1.126050026,0.322941926,31,-1.5451475,0.740980426,2172.3968919 +303,2.002785835,0.07893892,31,-1.5451475,0.740980426,8882.8947695 +304,0.440437607,0.746258085,31,-1.5451475,0.740980426,5262.1169431 +305,-0.030391866,0.214441206,31,-1.5451475,0.740980426,5488.8331292 +306,0.521557815,-0.058929362,31,-1.5451475,0.740980426,7809.7608984 +307,-0.097005111,0.13317729,31,-1.5451475,0.740980426,5508.6622853 +308,1.83113859,0.221857587,31,-1.5451475,0.740980426,8535.6072452 +309,0.222428864,0.099404236,31,-1.5451475,0.740980426,6525.4352137 +310,-1.702731345,0.8728568183,31,-1.5451475,0.740980426,676.70580816 +311,-0.418507569,0.278324921,31,-1.5451475,0.740980426,4192.2237086 +312,-1.41153306,0.339029988,31,-1.5451475,0.740980426,1653.7919921 +313,0.357560442,0.114788776,31,-1.5451475,0.740980426,6864.5169218 +314,0.325818979,0.268352149,31,-1.5451475,0.740980426,6346.2181126 +315,-1.246004659,-0.663679965,31,-1.5451475,0.740980426,5667.310236 +316,1.814603087,0.637404484,31,-1.5451475,0.740980426,6927.4289748 +317,1.843704281,-0.18300445,31,-1.5451475,0.740980426,10073.770403 +318,1.690644492,-0.211480909,31,-1.5451475,0.740980426,10321.554911 +319,-1.275451936,0.068109467,31,-1.5451475,0.740980426,2830.0965241 +320,0.762430171,-0.207594741,31,-1.5451475,0.740980426,8892.1586844 +321,0.265668905,-0.014647884,31,-1.5451475,0.740980426,6960.008517 +322,-2.773032013,-0.335515811,31,-1.5451475,0.740980426,6174.4336879 +323,-1.469512853,0.174058777,31,-1.5451475,0.740980426,2260.8531084 +324,0.286276986,0.785925691,31,-1.5451475,0.740980426,4834.34134 +325,-1.379324697,0.377432233,31,-1.5451475,0.740980426,1541.4140975 +326,-1.203778265,0.212813032,31,-1.5451475,0.740980426,2399.0721701 +327,0.579916301,0.611743168,31,-1.5451475,0.740980426,5945.3958967 +328,0.267582642,0.868113908,31,-1.5451475,0.740980426,4588.1360531 +329,0.412869244,-0.050245578,31,-1.5451475,0.740980426,7479.3991949 +330,0.17524381,0.976660285,31,-1.5451475,0.740980426,4158.0908098 +331,0.743157214,0.204812899,31,-1.5451475,0.740980426,7586.3335662 +332,-1.070758176,0.269382282,31,-1.5451475,0.740980426,2466.5123922 +333,-1.230364251,0.329790229,31,-1.5451475,0.740980426,1940.7779245 +334,-1.374813124,-0.024926835,31,-1.5451475,0.740980426,3094.2739392 +335,0.519780566,0.463669906,31,-1.5451475,0.740980426,6265.8318601 +336,-1.55108034,0.239698561,31,-1.5451475,0.740980426,1985.681434 +337,0.180294813,0.029739425,31,-1.5451475,0.740980426,6592.9106753 +338,0.67820924,0.268170153,31,-1.5451475,0.740980426,7235.6578568 +339,0.445798684,1.024001867,31,-1.5451475,0.740980426,4504.5552732 +340,0.691751283,0.150521402,31,-1.5451475,0.740980426,7636.2973138 +341,-1.036643551,-0.903056181,31,-1.5451475,0.740980426,6742.2291355 +342,-0.120287036,1.083325163,31,-1.5451475,0.740980426,3436.659513 +343,2.823513113,-0.304487164,31,-1.5451475,0.740980426,8024.6746917 +344,0.457583172,1.12513373,31,-1.5451475,0.740980426,4257.1343344 +345,0.042918831,0.813795399,31,-1.5451475,0.740980426,4230.1785413 +346,1.196146777,-0.853142756,31,-1.5451475,0.740980426,11255.851934 +347,0.206001358,-0.010430701,31,-1.5451475,0.740980426,6775.8065755 +348,-0.268308653,0.234799412,31,-1.5451475,0.740980426,4742.1852617 +349,0.759363263,0.736189579,31,-1.5451475,0.740980426,5876.3443269 +350,0.181363926,0.891988372,31,-1.5451475,0.740980426,4357.3792336 +351,-0.021111158,0.139103292,31,-1.5451475,0.740980426,5714.5280117 +352,-0.093355215,0.630686981,31,-1.5451475,0.740980426,4289.2364531 +353,0.40118964,0.681375926,31,-1.5451475,0.740980426,5363.689231 +354,-0.721197315,1.304706234,31,-1.5451475,0.740980426,2658.7562211 +355,-1.076150317,0.212107639,31,-1.5451475,0.740980426,2643.1794805 +356,-1.577164531,0.273993443,31,-1.5451475,0.740980426,1852.9356719 +357,-0.190788414,0.182208586,31,-1.5451475,0.740980426,5105.5060358 +358,-0.261349752,0.209710184,31,-1.5451475,0.740980426,4827.5486622 +359,-1.029303852,0.083549259,31,-1.5451475,0.740980426,3173.2864369 +360,-1.268609162,0.330525297,31,-1.5451475,0.740980426,1871.6478997 +361,1.282982244,-0.926641967,31,-1.5451475,0.740980426,11337.190081 +362,0.217352334,0.731352408,31,-1.5451475,0.740980426,4821.6486077 +363,-1.511833084,0.258629297,31,-1.5451475,0.740980426,1913.9696493 +364,0.338812194,0.823184618,31,-1.5451475,0.740980426,4845.8495126 +365,-0.324406489,1.134201999,31,-1.5451475,0.740980426,3045.5386698 +366,1.389579348,0.399185724,31,-1.5451475,0.740980426,7864.7001344 +367,2.047152199,-0.039082036,31,-1.5451475,0.740980426,9238.1615197 +368,0.947780369,0.568250077,31,-1.5451475,0.740980426,6747.4611408 +369,0.763824846,0.576754987,31,-1.5451475,0.740980426,6412.5057673 +370,-0.142334657,0.928153068,31,-1.5451475,0.740980426,3601.7976287 +371,0.610266567,0.547265983,31,-1.5451475,0.740980426,6207.9318573 +372,0.210731629,0.746815056,31,-1.5451475,0.740980426,4767.8934778 +373,-1.34931644,0.316895224,31,-1.5451475,0.740980426,1804.4667316 +374,2.407696481,0.655030745,31,-1.5451475,0.740980426,6189.0107149 +375,0.64207831,0.545359131,31,-1.5451475,0.740980426,6279.4614668 +376,1.174597538,0.840588356,31,-1.5451475,0.740980426,6008.2601721 +377,0.660059424,0.010604079,31,-1.5451475,0.740980426,7983.0782457 +378,-0.730263819,0.010486456,31,-1.5451475,0.740980426,4087.5289376 +379,0.831068936,0.512339172,31,-1.5451475,0.740980426,6749.6289465 +380,1.301180979,0.72367476,31,-1.5451475,0.740980426,6547.1531319 +381,1.811128231,0.322854402,31,-1.5451475,0.740980426,8157.5871341 +382,0.435105812,0.992284428,31,-1.5451475,0.740980426,4572.1469786 +383,0.62643634,0.592027932,31,-1.5451475,0.740980426,6100.7298125 +384,0.492988703,-0.516339467,31,-1.5451475,0.740980426,8882.4989059 +385,-0.162469483,0.112549365,31,-1.5451475,0.740980426,5372.0554926 +386,0.314630866,0.472006421,31,-1.5451475,0.740980426,5746.8817677 +387,0.166744804,0.822815954,31,-1.5451475,0.740980426,4486.4525042 +388,0.417159608,0.965805736,31,-1.5451475,0.740980426,4613.1573026 +389,0.106334961,0.868774244,31,-1.5451475,0.740980426,4252.3822695 +390,0.815086969,-0.338144359,31,-1.5451475,0.740980426,9394.8179386 +391,0.59867455,-0.230624824,31,-1.5451475,0.740980426,8499.0000341 +392,1.915104874,0.066220985,31,-1.5451475,0.740980426,9047.9722866 +393,1.278093622,0.064463721,31,-1.5451475,0.740980426,9054.9718684 +394,-0.061477853,0.302997961,31,-1.5451475,0.740980426,5169.05984 +395,0.251311504,0.626976942,31,-1.5451475,0.740980426,5170.4855273 +396,2.950242872,0.149095644,31,-1.5451475,0.740980426,6447.1033234 +397,-0.180294708,0.35375117,31,-1.5451475,0.740980426,4697.7495092 +398,1.010448592,-0.351180233,31,-1.5451475,0.740980426,9957.681718 +399,-1.748740498,0.3686318073,31,-1.5451475,0.740980426,1622.6182364 +400,2.699635665,0.123533791,31,-1.5451475,0.740980426,7209.9411945 +401,0.496808033,0.823843254,31,-1.5451475,0.740980426,5148.2199178 +402,0.129574704,0.763364087,31,-1.5451475,0.740980426,4542.6209917 +403,1.798920311,0.817447563,31,-1.5451475,0.740980426,6230.0738597 +404,0.335987953,0.746786541,31,-1.5451475,0.740980426,5043.352091 +405,-1.085413643,0.292154671,31,-1.5451475,0.740980426,2360.6872161 +406,-0.155321003,0.508207011,31,-1.5451475,0.740980426,4397.5166436 +407,0.620529244,-0.301175104,31,-1.5451475,0.740980426,8746.6283926 +408,1.684402744,0.368716966,31,-1.5451475,0.740980426,8036.5786215 +409,0.300582244,-0.386397212,31,-1.5451475,0.740980426,8026.1752275 +410,2.913555946,-0.009225192,31,-1.5451475,0.740980426,6984.7221078 +411,1.465101417,0.493232532,31,-1.5451475,0.740980426,7531.6657528 +412,0.090612882,0.907955955,31,-1.5451475,0.740980426,4136.0368496 +413,2.987564726,-0.729568594,31,-1.5451475,0.740980426,8520.2343352 +414,-1.484261606,0.224149272,31,-1.5451475,0.740980426,2057.8279889 +415,0.164073421,0.303955133,31,-1.5451475,0.740980426,5805.6876235 +416,0.141441293,0.167552546,31,-1.5451475,0.740980426,6108.9274345 +417,2.931321023,-0.506718887,31,-1.5451475,0.740980426,8197.6793493 +418,2.21951565,0.700596356,31,-1.5451475,0.740980426,6312.5403785 +419,0.268112576,1.199114336,31,-1.5451475,0.740980426,3845.6016175 +420,0.978913739,0.359223811,31,-1.5451475,0.740980426,7536.6079137 +421,1.210898818,0.522863584,31,-1.5451475,0.740980426,7244.2047906 +422,2.347397336,0.129231362,31,-1.5451475,0.740980426,8061.3772297 +423,0.614394501,0.556878345,31,-1.5451475,0.740980426,6186.4466492 +424,-1.398079356,0.148483366,31,-1.5451475,0.740980426,2402.1812865 +425,2.535303836,-0.112984496,31,-1.5451475,0.740980426,8337.8984266 +426,-1.019372593,-0.405322349,31,-1.5451475,0.740980426,4930.5312158 +427,-1.297785627,-0.160104069,31,-1.5451475,0.740980426,3679.9943269 +428,2.144554488,0.205051084,31,-1.5451475,0.740980426,8200.911268 +429,-2.242387083,-0.426171285,31,-1.5451475,0.740980426,5278.2948927 +430,0.338637212,0.909723676,31,-1.5451475,0.740980426,4620.6717509 +431,-0.148798452,0.691042401,31,-1.5451475,0.740980426,4014.4874666 +432,0.893524764,0.441829531,31,-1.5451475,0.740980426,7101.45844 +433,0.969229347,-0.368847936,31,-1.5451475,0.740980426,9898.6942314 +434,0.436043248,0.800045688,31,-1.5451475,0.740980426,5101.2412962 +435,1.687946607,1.081504775,31,-1.5451475,0.740980426,5219.0504992 +436,0.522302046,-0.034889271,31,-1.5451475,0.740980426,7744.0350948 +437,-0.178996113,-0.438090009,31,-1.5451475,0.740980426,6820.6080112 +438,-1.094339566,0.301444068,31,-1.5451475,0.740980426,2311.0784346 +439,-1.064070054,0.242569932,31,-1.5451475,0.740980426,2568.307893 +440,-1.068153768,0.230387998,31,-1.5451475,0.740980426,2599.4672115 +441,-3.00496892,-0.23989155,31,-1.5451475,0.740980426,6543.1595555 +442,0.21751974,0.766874888,31,-1.5451475,0.740980426,4733.1566496 +443,0.117229532,0.007619006,31,-1.5451475,0.740980426,6468.9721694 +444,0.777758451,0.420554741,31,-1.5451475,0.740980426,6957.1358538 +445,-0.252356999,0.250747086,31,-1.5451475,0.740980426,4747.7506058 +446,0.363148444,0.768483434,31,-1.5451475,0.740980426,5041.9396549 +447,0.903191366,-0.118210676,31,-1.5451475,0.740980426,8989.0831401 +448,-0.205755923,0.149406178,31,-1.5451475,0.740980426,5148.0477195 +449,1.811996086,0.02364353,31,-1.5451475,0.740980426,9318.7220623 +450,-1.100670221,0.314845373,31,-1.5451475,0.740980426,2254.0645389 +451,0.340078597,0.850105132,31,-1.5451475,0.740980426,4777.6836738 +452,0.258757267,0.804969236,31,-1.5451475,0.740980426,4727.4036783 +453,2.78505352,-0.155160804,31,-1.5451475,0.740980426,7749.5467797 +454,0.800551619,0.105822106,31,-1.5451475,0.740980426,8035.4600137 +455,0.437940882,-0.506194031,31,-1.5451475,0.740980426,8701.2391615 +456,2.230431122,0.63458615,31,-1.5451475,0.740980426,6533.2973258 +457,0.527965361,0.127667701,31,-1.5451475,0.740980426,7289.9841251 +458,-0.063643205,0.702093448,31,-1.5451475,0.740980426,4210.9341978 +459,1.408447268,0.133010502,31,-1.5451475,0.740980426,8915.8778288 +460,0.523795955,0.280266966,31,-1.5451475,0.740980426,6826.5471577 +461,-0.975769313,0.072177659,31,-1.5451475,0.740980426,3321.8872446 +462,0.549774164,-0.463663986,31,-1.5451475,0.740980426,8932.4827795 +463,0.29245874,1.095549818,31,-1.5451475,0.740980426,4096.5315072 +464,0.143625958,0.816809593,31,-1.5451475,0.740980426,4449.8204147 +465,0.671902494,0.611159853,31,-1.5451475,0.740980426,6129.0163425 +466,1.239840988,0.6724199,31,-1.5451475,0.740980426,6700.1241919 +467,0.607829703,-0.10932137,31,-1.5451475,0.740980426,8191.0586326 +468,1.763020906,0.263996692,31,-1.5451475,0.740980426,8417.0435399 +469,0.378714634,0.726066797,31,-1.5451475,0.740980426,5190.7991262 +470,2.196736143,-0.153862366,31,-1.5451475,0.740980426,9321.5188205 +471,0.01702415,0.148991565,31,-1.5451475,0.740980426,5799.3075471 +472,-2.998490902,-0.158002487,31,-1.5451475,0.740980426,6304.4329723 +473,-3.051262951,-0.346595608,31,-1.5451475,0.740980426,6956.7263707 +474,-1.069176439,0.182802941,31,-1.5451475,0.740980426,2755.8259686 +475,0.167157509,0.595344954,31,-1.5451475,0.740980426,5046.6070431 +476,0.613855648,0.681746124,31,-1.5451475,0.740980426,5795.3714131 +477,1.037012736,0.682555367,31,-1.5451475,0.740980426,6457.5574239 +478,-1.253574971,0.379755746,31,-1.5451475,0.740980426,1726.1092803 +479,3.108590453,-0.132620738,31,-1.5451475,0.740980426,6746.8137932 +480,0.565301296,0.022333262,31,-1.5451475,0.740980426,7697.3951609 +481,0.547898238,0.855555614,31,-1.5451475,0.740980426,5146.2974479 +482,0.948309381,0.417393755,31,-1.5451475,0.740980426,7280.3992116 +483,-0.050600732,0.945269213,31,-1.5451475,0.740980426,3770.607544 +484,-0.977651478,-0.572363064,31,-1.5451475,0.740980426,5595.8644584 +485,1.102014914,0.728861163,31,-1.5451475,0.740980426,6360.0818448 +486,2.927300795,-0.282939414,31,-1.5451475,0.740980426,7667.1153996 +487,-1.154565557,0.124434095,31,-1.5451475,0.740980426,2797.8039036 +488,1.855331234,0.291044755,31,-1.5451475,0.740980426,8248.1707551 +489,0.830290659,0.276904518,31,-1.5451475,0.740980426,7540.8713235 +490,0.485104466,-0.234867441,31,-1.5451475,0.740980426,8183.7820171 +491,0.521367572,-0.33161327,31,-1.5451475,0.740980426,8536.2184385 +1,-1.539031704,0.7349710123,32,-1.543097679,0.7409798872,26.617029141 +2,-1.536990553,0.7349663874,32,-1.543097679,0.7409798872,29.793617722 +3,-1.534951779,0.7349571355,32,-1.543097679,0.7409798872,33.748422006 +4,-1.532906461,0.7349480293,32,-1.543097679,0.7409798872,38.246141678 +5,-1.531320211,0.7346937278,32,-1.543097679,0.7409798872,42.561150554 +6,-1.539451648,0.7335131775,32,-1.543097679,0.7409798872,31.44882369 +7,-1.537429487,0.7335445708,32,-1.543097679,0.7409798872,33.817748765 +8,-1.535484998,0.7335658704,32,-1.543097679,0.7409798872,36.887995776 +9,-1.533488396,0.7336036027,32,-1.543097679,0.7409798872,40.590680821 +10,-1.531497785,0.7335842962,32,-1.543097679,0.7409798872,44.889925315 +11,-1.530259379,0.7334777758,32,-1.543097679,0.7409798872,47.962084615 +12,-1.5335454,0.7322346912,32,-1.543097679,0.7409798872,44.558187214 +13,-1.531489083,0.7322238773,32,-1.543097679,0.7409798872,48.610810537 +14,-1.530011122,0.7321679851,32,-1.543097679,0.7409798872,51.891238437 +15,-1.53348106,0.7306614094,32,-1.543097679,0.7409798872,49.676422858 +16,-1.531441779,0.7306962275,32,-1.543097679,0.7409798872,53.201881309 +17,-1.529755654,0.7306933243,32,-1.543097679,0.7409798872,56.522034305 +18,-1.533415048,0.7291384674,32,-1.543097679,0.7409798872,54.857363582 +19,-1.531392093,0.7291705353,32,-1.543097679,0.7409798872,58.059586635 +20,-1.529296523,0.7291214933,32,-1.543097679,0.7409798872,62.053342514 +21,-1.535280942,0.727267644,32,-1.543097679,0.7409798872,58.977926934 +22,-1.533378158,0.7276139666,32,-1.543097679,0.7409798872,60.162702731 +23,-1.531340368,0.7276446587,32,-1.543097679,0.7409798872,63.126803632 +24,-1.528960113,0.7276398177,32,-1.543097679,0.7409798872,67.229698261 +25,-1.533313146,0.7260818349,32,-1.543097679,0.7409798872,65.658719189 +26,-1.531259555,0.7260958115,32,-1.543097679,0.7409798872,68.475567515 +27,-1.528926415,0.7260865555,32,-1.543097679,0.7409798872,72.239444274 +28,-1.531226779,0.7245511789,32,-1.543097679,0.7409798872,73.865841101 +29,-1.528904772,0.7245519194,32,-1.543097679,0.7409798872,77.332944636 +30,-1.547195875,0.7409785979,32,-1.543097679,0.7409798872,11.976799736 +31,-1.5451475,0.740980426,32,-1.543097679,0.7409798872,5.9905088149 +32,-1.543097679,0.7409798872,32,-1.543097679,0.7409798872,2.8504041849 +33,-1.540720364,0.7409892687,32,-1.543097679,0.7409798872,6.9476676563 +34,-1.547188511,0.7395198392,32,-1.543097679,0.7409798872,13.287786959 +35,-1.545148587,0.7395226109,32,-1.543097679,0.7409798872,8.3241367902 +36,-1.543104538,0.7395314908,32,-1.543097679,0.7409798872,5.7371331542 +37,-1.540727751,0.7395306258,32,-1.543097679,0.7409798872,8.9992649659 +38,-1.547187029,0.7380014886,32,-1.543097679,0.7409798872,16.804560272 +39,-1.545147315,0.7380012252,32,-1.543097679,0.7409798872,13.235616635 +40,-1.54310719,0.7380060743,32,-1.543097679,0.7409798872,11.779305905 +41,-1.540719671,0.7380068206,32,-1.543097679,0.7409798872,13.678819637 +42,-1.547187189,0.7364799098,32,-1.543097679,0.7409798872,21.474002909 +43,-1.545149996,0.7364853874,32,-1.543097679,0.7409798872,18.78983628 +44,-1.543106091,0.7364823484,32,-1.543097679,0.7409798872,17.814768119 +45,-1.540717158,0.7364893901,32,-1.543097679,0.7409798872,19.104194446 +46,-1.538663972,0.7410138672,32,-1.543097679,0.7409798872,12.957803924 +47,-1.53695285,0.7409699132,32,-1.543097679,0.7409798872,17.958101978 +48,-1.534910498,0.7409641297,32,-1.543097679,0.7409798872,23.926894547 +49,-1.533145034,0.7409536636,32,-1.543097679,0.7409798872,29.086641856 +50,-1.538681336,0.7395405883,32,-1.543097679,0.7409798872,14.117388948 +51,-1.536999189,0.7395183096,32,-1.543097679,0.7409798872,18.75057292 +52,-1.534923633,0.7395144222,32,-1.543097679,0.7409798872,24.598943112 +53,-1.533267822,0.7395654306,32,-1.543097679,0.7409798872,29.286738333 +54,-1.53867273,0.7380151077,32,-1.543097679,0.7409798872,17.481186555 +55,-1.536980576,0.7379994392,32,-1.543097679,0.7409798872,21.443574605 +56,-1.534931522,0.7379944961,32,-1.543097679,0.7409798872,26.663373529 +57,-1.533387952,0.7379480264,32,-1.543097679,0.7409798872,30.848992033 +58,-1.538682279,0.7364914363,32,-1.543097679,0.7409798872,21.983515122 +59,-1.536980704,0.7364810563,32,-1.543097679,0.7409798872,25.267229047 +60,-1.534935567,0.7364752065,32,-1.543097679,0.7409798872,29.82781942 +61,-1.533042592,0.7363876366,32,-1.543097679,0.7409798872,34.61215603 +62,-1.545143426,0.7349628011,32,-1.543097679,0.7409798872,24.576090894 +63,-1.543105297,0.7349691947,32,-1.543097679,0.7409798872,23.808363308 +64,-1.541064533,0.7349647152,32,-1.543097679,0.7409798872,24.559753021 +65,-1.545411803,0.7334624714,32,-1.543097679,0.7409798872,30.539970873 +66,-1.543446606,0.7334780896,32,-1.543097679,0.7409798872,29.732231734 +67,-1.541475327,0.7334957295,32,-1.543097679,0.7409798872,30.024058391 +68,-1.545401939,0.731963266,32,-1.543097679,0.7409798872,36.349284073 +69,-1.54342253,0.7319915583,32,-1.543097679,0.7409798872,35.615529745 +70,-1.541455867,0.7320216438,32,-1.543097679,0.7409798872,35.809162014 +71,-1.545410146,0.7304422281,32,-1.543097679,0.7409798872,42.288416052 +72,-1.543435491,0.7304713664,32,-1.543097679,0.7409798872,41.63606894 +73,-1.541463105,0.7304997613,32,-1.543097679,0.7409798872,41.788337373 +74,-1.545414768,0.7289194936,32,-1.543097679,0.7409798872,48.253989204 +75,-1.543435774,0.7289538557,32,-1.543097679,0.7409798872,47.645469401 +76,-1.541457714,0.7289765881,32,-1.543097679,0.7409798872,47.788647482 +77,-1.539449415,0.7320555866,32,-1.543097679,0.7409798872,36.934586398 +78,-1.537429183,0.7321097681,32,-1.543097679,0.7409798872,38.872682783 +79,-1.535472649,0.7321497267,32,-1.543097679,0.7409798872,41.519933864 +80,-1.539457899,0.7305333307,32,-1.543097679,0.7409798872,42.736763633 +81,-1.537453161,0.7305750503,32,-1.543097679,0.7409798872,44.421287098 +82,-1.535479385,0.7306124949,32,-1.543097679,0.7409798872,46.762463941 +83,-1.53946905,0.7290102593,32,-1.543097679,0.7409798872,48.595787399 +84,-1.537459922,0.7290417293,32,-1.543097679,0.7409798872,50.104668932 +85,-1.535451349,0.7290890157,32,-1.543097679,0.7409798872,52.183710434 +86,-1.535522937,0.7279887191,32,-1.543097679,0.7409798872,56.069271136 +87,-1.539442524,0.7274735939,32,-1.543097679,0.7409798872,54.567302106 +88,-1.537424111,0.727521351,32,-1.543097679,0.7409798872,55.858453459 +89,-1.539384641,0.7259505092,32,-1.543097679,0.7409798872,60.525548362 +90,-1.537372391,0.7259947145,32,-1.543097679,0.7409798872,61.700405018 +91,-1.535340789,0.7260435356,32,-1.543097679,0.7409798872,63.412313623 +92,-1.539325716,0.7244369706,32,-1.543097679,0.7409798872,66.460999359 +93,-1.537308932,0.7244801057,32,-1.543097679,0.7409798872,67.541467066 +94,-1.535289068,0.7245247645,32,-1.543097679,0.7409798872,69.114592163 +95,-1.533261366,0.7245550236,32,-1.543097679,0.7409798872,71.213354158 +96,-1.539267302,0.722921924,32,-1.543097679,0.7409798872,72.412437009 +97,-1.537248972,0.7229660258,32,-1.543097679,0.7409798872,73.404199096 +98,-1.535219431,0.7229916471,32,-1.543097679,0.7409798872,74.936819923 +99,-1.53318962,0.7230212049,32,-1.543097679,0.7409798872,76.890953872 +100,-1.531154816,0.7230299897,32,-1.543097679,0.7409798872,79.329668847 +101,-1.528878341,0.7230370244,32,-1.543097679,0.7409798872,82.49959051 +102,-1.539218189,0.7214009878,32,-1.543097679,0.7409798872,78.390967918 +103,-1.537198791,0.7214422745,32,-1.543097679,0.7409798872,79.318615696 +104,-1.535179266,0.7214634354,32,-1.543097679,0.7409798872,80.752829858 +105,-1.533156501,0.7214944644,32,-1.543097679,0.7409798872,82.559175443 +106,-1.53113574,0.7215166021,32,-1.543097679,0.7409798872,84.777203633 +107,-1.528874248,0.7215345535,32,-1.543097679,0.7409798872,87.697715323 +108,-1.539217656,0.7198512397,32,-1.543097679,0.7409798872,84.469850052 +109,-1.537199919,0.7199428763,32,-1.543097679,0.7409798872,85.124850512 +110,-1.545425832,0.727397149,32,-1.543097679,0.7409798872,54.23502282 +111,-1.543371177,0.7273916949,32,-1.543097679,0.7409798872,53.828837583 +112,-1.541368852,0.7274523163,32,-1.543097679,0.7409798872,53.823302923 +113,-1.545349067,0.7258710923,32,-1.543097679,0.7409798872,60.211478067 +114,-1.54332671,0.7258603556,32,-1.543097679,0.7409798872,59.892256407 +115,-1.541346831,0.7259242142,32,-1.543097679,0.7409798872,59.857625711 +116,-1.545324355,0.7243383958,32,-1.543097679,0.7409798872,66.242210779 +117,-1.543292796,0.7243617413,32,-1.543097679,0.7409798872,65.826982784 +118,-1.541295822,0.7244024384,32,-1.543097679,0.7409798872,65.877255436 +119,-1.543193859,0.7205570215,32,-1.543097679,0.7409798872,80.895468408 +120,-1.550257047,0.7386738187,32,-1.543097679,0.7409798872,22.850104401 +121,-1.549335448,0.7311736483,32,-1.543097679,0.7409798872,42.94216309 +122,-1.533478843,0.7179891343,32,-1.543097679,0.7409798872,95.392716416 +123,-1.556150555,0.738907041,32,-1.543097679,0.7409798872,39.055249733 +124,-1.554324226,0.733414257,32,-1.543097679,0.7409798872,44.518644626 +125,-1.554290846,0.7288285332,32,-1.543097679,0.7409798872,58.296869066 +126,-1.55122487,0.7219795312,32,-1.543097679,0.7409798872,78.980967081 +127,-1.525104458,0.7229399862,32,-1.543097679,0.7409798872,88.974083653 +128,-1.519607711,0.7236181429,32,-1.543097679,0.7409798872,97.550904193 +129,-1.513899999,0.7251107854,32,-1.543097679,0.7409798872,106.47513548 +130,-1.536620762,0.7431061895,32,-1.543097679,0.7409798872,20.700843515 +131,-1.5369566,0.7460845958,32,-1.543097679,0.7409798872,27.007899597 +132,-1.545345528,0.7447040685,32,-1.543097679,0.7409798872,16.143540055 +133,-1.532813921,0.7432306626,32,-1.543097679,0.7409798872,31.318529695 +134,-1.554788248,0.7382381001,32,-1.543097679,0.7409798872,35.890416512 +135,-1.540348126,0.7301594274,32,-1.543097679,0.7409798872,43.613886052 +136,-1.538016084,0.7239051786,32,-1.543097679,0.7409798872,69.268895264 +137,-1.525288962,0.7258085137,32,-1.543097679,0.7409798872,79.732826765 +138,-1.534326986,0.731241342,32,-1.543097679,0.7409798872,46.376836288 +139,-1.530733872,0.7303625216,32,-1.543097679,0.7409798872,55.559436196 +141,-1.534354939,0.7328219978,32,-1.543097679,0.7409798872,41.253217973 +142,-1.53157084,0.7292888153,32,-1.543097679,0.7409798872,57.370152408 +143,-1.525691035,0.7263799874,32,-1.543097679,0.7409798872,77.24283679 +144,-1.534031287,0.7495967835,32,-1.543097679,0.7409798872,43.144544542 +145,-1.527714986,0.7283095957,32,-1.543097679,0.7409798872,67.550065005 +146,-1.526189586,0.7271468292,32,-1.543097679,0.7409798872,73.990691852 +147,-1.555177336,0.7375563366,32,-1.543097679,0.7409798872,37.868631921 +148,-1.555080283,0.7312707794,32,-1.543097679,0.7409798872,52.116719557 +149,-1.53856994,0.7224180299,32,-1.543097679,0.7409798872,74.724490818 +150,-1.530837883,0.729933372,32,-1.543097679,0.7409798872,56.666848694 +151,-1.515066984,0.5854133365,32,-1.543097679,0.7409798872,622.34448552 +152,-1.534731633,0.5368370046,32,-1.543097679,0.7409798872,809.04335687 +153,-1.515231902,0.5607085576,32,-1.543097679,0.7409798872,719.39396384 +154,-2.616253799,1.0684566605,32,-1.543097679,0.7409798872,2795.0613782 +155,-1.956071439,0.5792177723,32,-1.543097679,0.7409798872,1435.6119981 +156,-1.951208514,0.5602434208,32,-1.543097679,0.7409798872,1464.988483 +157,-1.944675062,0.6062144545,32,-1.543097679,0.7409798872,1347.4366189 +158,-1.613778386,0.6077989518,32,-1.543097679,0.7409798872,570.87093384 +159,-2.035029014,0.6021432345,32,-1.543097679,0.7409798872,1612.4811192 +160,-2.114989471,0.6801825058,32,-1.543097679,0.7409798872,1722.959274 +161,-2.037382079,0.5765830025,32,-1.543097679,0.7409798872,1669.47861 +162,-2.129855121,0.6585019963,32,-1.543097679,0.7409798872,1795.6004469 +163,-2.075141798,0.6493615843,32,-1.543097679,0.7409798872,1649.1013682 +164,-1.828626729,0.6948433129,32,-1.543097679,0.7409798872,869.74275329 +165,-1.863329418,0.6735427691,32,-1.543097679,0.7409798872,998.26422035 +166,-1.266037071,0.727988852,32,-1.543097679,0.7409798872,814.92379942 +167,-1.277579582,0.7249010648,32,-1.543097679,0.7409798872,783.18052212 +168,-1.258418684,0.7241194816,32,-1.543097679,0.7409798872,839.70336605 +169,-1.317813974,0.6804850104,32,-1.543097679,0.7409798872,716.6036284 +170,-1.344165204,0.6790988904,32,-1.543097679,0.7409798872,645.19315459 +171,-1.427582102,0.5277120351,32,-1.543097679,0.7409798872,920.8832829 +172,-1.402238616,0.457167829,32,-1.543097679,0.7409798872,1213.4879806 +173,-1.422454264,0.4996161999,32,-1.543097679,0.7409798872,1031.1590633 +174,-1.439089277,0.4894859811,32,-1.543097679,0.7409798872,1050.7183219 +175,-1.448126995,0.5182330266,32,-1.543097679,0.7409798872,932.6748845 +176,-1.474626146,0.5881926574,32,-1.543097679,0.7409798872,641.54155385 +177,-1.421139645,0.5584869783,32,-1.543097679,0.7409798872,818.09558293 +178,-1.457037165,0.565943032,32,-1.543097679,0.7409798872,743.91934796 +179,-2.757159358,0.3745319,32,-1.543097679,0.7409798872,4208.345306 +180,-2.714309238,0.342054471,32,-1.543097679,0.7409798872,4162.4812311 +181,-2.000525337,0.774119946,32,-1.543097679,0.7409798872,1317.2258434 +183,-1.571413436,0.6777838382,32,-1.543097679,0.7409798872,264.37528774 +184,-1.552860289,0.6987663893,32,-1.543097679,0.7409798872,169.71552767 +185,-1.521852374,0.7165827476,32,-1.543097679,0.7409798872,115.23417353 +186,-1.503656267,0.6928968252,32,-1.543097679,0.7409798872,223.90516048 +187,-1.502753178,0.7136205882,32,-1.543097679,0.7409798872,161.21206671 +188,-1.631894563,0.7343596465,32,-1.543097679,0.7409798872,261.56681522 +189,-1.653765416,0.6770714026,32,-1.543097679,0.7409798872,417.86085741 +190,-1.719812114,0.6715965947,32,-1.543097679,0.7409798872,598.69120387 +191,-1.493406659,0.6646955447,32,-1.543097679,0.7409798872,337.37188617 +192,-1.469120564,0.6613469966,32,-1.543097679,0.7409798872,386.69185779 +193,-1.590551461,0.5326612937,32,-1.543097679,0.7409798872,838.7430943 +194,-1.625979264,0.5247742243,32,-1.543097679,0.7409798872,895.96221224 +195,-1.572293943,0.5238808754,32,-1.543097679,0.7409798872,864.92172581 +196,-1.610848725,0.5477107964,32,-1.543097679,0.7409798872,794.78915853 +197,-1.208485554,0.7918526018,32,-1.543097679,0.7409798872,973.36108447 +198,-1.335601374,0.6869083083,32,-1.543097679,0.7409798872,656.37573695 +199,-1.346156996,0.6825213377,32,-1.543097679,0.7409798872,633.82407169 +200,-1.324381037,0.6741422347,32,-1.543097679,0.7409798872,708.72833541 +201,-1.242424992,0.7378949807,32,-1.543097679,0.7409798872,878.51339612 +202,-1.270370057,0.7392461008,32,-1.543097679,0.7409798872,796.56705794 +203,-1.448950472,0.7441675014,32,-1.543097679,0.7409798872,274.98267013 +204,-1.492662363,0.7523026852,32,-1.543097679,0.7409798872,153.32539602 +205,-1.479098966,0.7763855017,32,-1.543097679,0.7409798872,231.29200478 +206,-1.633760714,0.7869022408,32,-1.543097679,0.7409798872,316.65318424 +207,-1.647406434,0.8101289331,32,-1.543097679,0.7409798872,402.34462967 +208,-1.564245052,0.5701509278,32,-1.543097679,0.7409798872,679.8817183 +209,-1.646289963,0.6833746083,32,-1.543097679,0.7409798872,384.27493664 +210,-1.5820631,0.6751952144,32,-1.543097679,0.7409798872,285.70402536 +211,-1.613236298,0.6681681791,32,-1.543097679,0.7409798872,357.64665476 +212,-1.914661867,0.8212566515,32,-1.543097679,0.7409798872,1088.5094395 +213,-1.742133237,0.7250275956,32,-1.543097679,0.7409798872,588.84348637 +214,-2.033144872,0.6557314699,32,-1.543097679,0.7409798872,1517.0888468 +215,-2.039551981,0.6964723658,32,-1.543097679,0.7409798872,1483.4780195 +216,-1.247341019,0.7622473908,32,-1.543097679,0.7409798872,858.50221245 +217,-1.298239787,0.7084123392,32,-1.543097679,0.7409798872,736.62769264 +218,-1.308539688,0.6926545592,32,-1.543097679,0.7409798872,725.23532972 +219,-1.303263185,0.6888938396,32,-1.543097679,0.7409798872,745.47767505 +220,-1.852400229,0.6004246149,32,-1.543097679,0.7409798872,1106.284531 +221,-1.288947707,0.7473773692,32,-1.543097679,0.7409798872,740.07666363 +222,-1.372031502,0.7472790993,32,-1.543097679,0.7409798872,498.83246244 +223,-1.289805721,0.7242157877,32,-1.543097679,0.7409798872,747.9138563 +224,-1.350807603,0.7533498126,32,-1.543097679,0.7409798872,560.50327099 +225,-1.329290365,0.7560442322,32,-1.543097679,0.7409798872,622.81412119 +226,-1.410153004,0.616936428,32,-1.543097679,0.7409798872,639.23468073 +227,-1.393445434,0.6308995063,32,-1.543097679,0.7409798872,632.24225644 +228,-1.37595573,0.6241540638,32,-1.543097679,0.7409798872,690.5819554 +229,-1.358388707,0.6172645205,32,-1.543097679,0.7409798872,750.10163317 +230,-1.753741133,0.8281661666,32,-1.543097679,0.7409798872,682.9267194 +231,-1.47430987,0.6834615681,32,-1.543097679,0.7409798872,307.23641089 +232,-1.421012508,0.7222725206,32,-1.543097679,0.7409798872,367.26129235 +233,-1.4476833,0.6978557868,32,-1.543097679,0.7409798872,331.54877911 +234,-1.470370723,0.6966193374,32,-1.543097679,0.7409798872,279.00413751 +235,-1.429211703,0.7037216883,32,-1.543097679,0.7409798872,369.08524903 +236,-1.700578405,0.6178673663,32,-1.543097679,0.7409798872,687.17311414 +237,-1.678117619,0.6331716163,32,-1.543097679,0.7409798872,593.88834268 +238,-1.725644578,0.6316331145,32,-1.543097679,0.7409798872,706.53299527 +239,-2.14012759,0.7930497945,32,-1.543097679,0.7409798872,1702.0778167 +240,-2.103289431,0.7653606263,32,-1.543097679,0.7409798872,1611.4555155 +241,-1.318739838,0.7017808746,32,-1.543097679,0.7409798872,684.39740901 +242,-1.396417427,0.7077900843,32,-1.543097679,0.7409798872,454.31376902 +243,-1.35650337,0.7185539404,32,-1.543097679,0.7409798872,557.59920368 +244,-1.248884539,0.7274156818,32,-1.543097679,0.7409798872,865.37997932 +245,-1.395014798,0.5761185243,32,-1.543097679,0.7409798872,800.072892 +246,-1.433377362,0.6064716109,32,-1.543097679,0.7409798872,631.40109427 +247,-1.408172432,0.5903155476,32,-1.543097679,0.7409798872,729.23390127 +248,-1.749645898,0.7757118084,32,-1.543097679,0.7409798872,609.07670286 +249,-1.571626686,0.615046989,32,-1.543097679,0.7409798872,506.494673 +250,-1.514070049,0.6303003037,32,-1.543097679,0.7409798872,447.31610954 +251,-1.480890369,0.6237966528,32,-1.543097679,0.7409798872,501.88132391 +252,-1.704390658,0.5281680612,32,-1.543097679,0.7409798872,986.12640507 +253,-1.64434733,0.5254277498,32,-1.543097679,0.7409798872,912.36402264 +254,-1.703855997,0.4792484842,32,-1.543097679,0.7409798872,1158.9221193 +255,-1.692002383,0.5748825051,32,-1.543097679,0.7409798872,805.66731432 +256,-1.854136457,0.5544643913,32,-1.543097679,0.7409798872,1224.9992819 +257,-1.665021206,0.520317736,32,-1.543097679,0.7409798872,956.24778784 +258,-1.733654349,0.4845187345,32,-1.543097679,0.7409798872,1186.4315162 +259,-1.720938188,0.5135933906,32,-1.543097679,0.7409798872,1064.2210779 +260,-1.742668307,0.553296122,32,-1.543097679,0.7409798872,973.01349799 +261,-1.965659039,0.7142126903,32,-1.543097679,0.7409798872,1250.1537365 +262,-1.944438071,0.6772834804,32,-1.543097679,0.7409798872,1228.5412933 +263,-1.270340967,0.7681487096,32,-1.543097679,0.7409798872,793.23579705 +264,-1.353091884,0.6549276821,32,-1.543097679,0.7409798872,669.04413916 +265,-1.333236659,0.6413584414,32,-1.543097679,0.7409798872,751.18767372 +266,-1.352015998,0.6753788907,32,-1.543097679,0.7409798872,630.24088116 +267,-1.377988483,0.6577816235,32,-1.543097679,0.7409798872,598.64890853 +268,-2.13075611,0.8318642051,32,-1.543097679,0.7409798872,1669.2214943 +269,-2.097910953,0.8259670014,32,-1.543097679,0.7409798872,1581.2319201 +270,-1.416382069,0.6694271549,32,-1.543097679,0.7409798872,475.52669035 +271,-1.538905672,0.7535625993,32,-1.543097679,0.7409798872,51.306802308 +272,-1.572309477,0.7803125099,32,-1.543097679,0.7409798872,176.90213587 +273,-1.87759879,0.7503853417,32,-1.543097679,0.7409798872,971.94911429 +274,1.152365588,0.590457682,32,-1.543097679,0.7409798872,6927.1081634 +275,0.350198001,0.718001859,32,-1.543097679,0.7409798872,5147.3724239 +276,0.046513677,0.491503852,32,-1.543097679,0.7409798872,4988.7035938 +277,0.027510309,0.742571376,32,-1.543097679,0.7409798872,4344.0291529 +278,0.306285725,-0.214631579,32,-1.543097679,0.7409798872,7604.5257716 +279,-1.100564889,0.318051531,32,-1.543097679,0.7409798872,2239.4893814 +280,-1.078582306,0.301437596,32,-1.543097679,0.7409798872,2341.6001115 +281,-1.137371989,-0.617634065,32,-1.543097679,0.7409798872,5578.3574394 +282,0.784356344,0.703272339,32,-1.543097679,0.7409798872,6022.928427 +283,-1.221209947,0.218327455,32,-1.543097679,0.7409798872,2347.1995617 +284,2.347301921,-0.449114658,32,-1.543097679,0.7409798872,9765.1801441 +285,0.246820618,0.830553713,32,-1.543097679,0.7409798872,4634.1895308 +286,0.829414965,0.703288228,32,-1.543097679,0.7409798872,6094.3899653 +287,-1.337537566,0.42332223,32,-1.543097679,0.7409798872,1426.9633177 +288,0.882453706,0.454478077,32,-1.543097679,0.7409798872,7034.8012729 +289,1.575629659,0.416419109,32,-1.543097679,0.7409798872,7858.6281957 +290,-1.039455679,0.229888244,32,-1.543097679,0.7409798872,2659.0545521 +291,0.489558039,0.934482747,32,-1.543097679,0.7409798872,4816.0015312 +292,0.081344504,0.88384514,32,-1.543097679,0.7409798872,4162.4872041 +293,-1.547979814,0.300350308,32,-1.543097679,0.7409798872,1745.4117657 +294,0.040776181,0.168560074,32,-1.543097679,0.7409798872,5810.3084053 +295,-1.130374745,0.563894876,32,-1.543097679,0.7409798872,1469.1444316 +296,1.578326642,0.478507176,32,-1.543097679,0.7409798872,7612.8983424 +297,-1.12861823,-0.291640865,32,-1.543097679,0.7409798872,4360.9250798 +298,0.310524208,0.770885792,32,-1.543097679,0.7409798872,4920.6780688 +299,0.415649091,-0.387246002,32,-1.543097679,0.7409798872,8357.2382037 +300,-0.926533878,-0.188022748,32,-1.543097679,0.7409798872,4305.4638855 +301,1.258856172,-0.11716081,32,-1.543097679,0.7409798872,9701.743135 +302,-1.126050026,0.322941926,32,-1.543097679,0.7409798872,2167.967573 +303,2.002785835,0.07893892,32,-1.543097679,0.7409798872,8885.9059998 +304,0.440437607,0.746258085,32,-1.543097679,0.7409798872,5257.969478 +305,-0.030391866,0.214441206,32,-1.543097679,0.7409798872,5482.8872469 +306,0.521557815,-0.058929362,32,-1.543097679,0.7409798872,7804.0475152 +307,-0.097005111,0.13317729,32,-1.543097679,0.7409798872,5502.6725478 +308,1.83113859,0.221857587,32,-1.543097679,0.7409798872,8537.2315437 +309,0.222428864,0.099404236,32,-1.543097679,0.7409798872,6519.5716858 +310,-1.702731345,0.8728568183,32,-1.543097679,0.7409798872,680.27468998 +311,-0.418507569,0.278324921,32,-1.543097679,0.7409798872,4186.2563221 +312,-1.41153306,0.339029988,32,-1.543097679,0.7409798872,1651.9471066 +313,0.357560442,0.114788776,32,-1.543097679,0.7409798872,6858.8150949 +314,0.325818979,0.268352149,32,-1.543097679,0.7409798872,6340.6967619 +315,-1.246004659,-0.663679965,32,-1.543097679,0.7409798872,5665.9083821 +316,1.814603087,0.637404484,32,-1.543097679,0.7409798872,6928.484906 +317,1.843704281,-0.18300445,32,-1.543097679,0.7409798872,10076.322568 +318,1.690644492,-0.211480909,32,-1.543097679,0.7409798872,10322.624656 +319,-1.275451936,0.068109467,32,-1.543097679,0.7409798872,2827.6724497 +320,0.762430171,-0.207594741,32,-1.543097679,0.7409798872,8886.6002806 +321,0.265668905,-0.014647884,32,-1.543097679,0.7409798872,6954.087545 +322,-2.773032013,-0.335515811,32,-1.543097679,0.7409798872,6179.7621598 +323,-1.469512853,0.174058777,32,-1.543097679,0.7409798872,2260.0368732 +324,0.286276986,0.785925691,32,-1.543097679,0.7409798872,4829.985515 +325,-1.379324697,0.377432233,32,-1.543097679,0.7409798872,1539.0023734 +326,-1.203778265,0.212813032,32,-1.543097679,0.7409798872,2395.6350433 +327,0.579916301,0.611743168,32,-1.543097679,0.7409798872,5941.214533 +328,0.267582642,0.868113908,32,-1.543097679,0.7409798872,4584.0328386 +329,0.412869244,-0.050245578,32,-1.543097679,0.7409798872,7473.5672795 +330,0.17524381,0.976660285,32,-1.543097679,0.7409798872,4154.267465 +331,0.743157214,0.204812899,32,-1.543097679,0.7409798872,7581.6367083 +332,-1.070758176,0.269382282,32,-1.543097679,0.7409798872,2461.9937765 +333,-1.230364251,0.329790229,32,-1.543097679,0.7409798872,1937.0559211 +334,-1.374813124,-0.024926835,32,-1.543097679,0.7409798872,3092.8384753 +335,0.519780566,0.463669906,32,-1.543097679,0.7409798872,6261.1132201 +336,-1.55108034,0.239698561,32,-1.543097679,0.7409798872,1985.7635489 +337,0.180294813,0.029739425,32,-1.543097679,0.7409798872,6586.9679682 +338,0.67820924,0.268170153,32,-1.543097679,0.7409798872,7230.9121421 +339,0.445798684,1.024001867,32,-1.543097679,0.7409798872,4501.4212387 +340,0.691751283,0.150521402,32,-1.543097679,0.7409798872,7631.3254642 +341,-1.036643551,-0.903056181,32,-1.543097679,0.7409798872,6740.4088142 +342,-0.120287036,1.083325163,32,-1.543097679,0.7409798872,3433.0209782 +343,2.823513113,-0.304487164,32,-1.543097679,0.7409798872,8030.6651445 +344,0.457583172,1.12513373,32,-1.543097679,0.7409798872,4254.4680479 +345,0.042918831,0.813795399,32,-1.543097679,0.7409798872,4225.4838337 +346,1.196146777,-0.853142756,32,-1.543097679,0.7409798872,11250.653176 +347,0.206001358,-0.010430701,32,-1.543097679,0.7409798872,6769.8552242 +348,-0.268308653,0.234799412,32,-1.543097679,0.7409798872,4736.1959849 +349,0.759363263,0.736189579,32,-1.543097679,0.7409798872,5873.0334088 +350,0.181363926,0.891988372,32,-1.543097679,0.7409798872,4353.2098108 +351,-0.021111158,0.139103292,32,-1.543097679,0.7409798872,5708.5527547 +352,-0.093355215,0.630686981,32,-1.543097679,0.7409798872,4283.7975386 +353,0.40118964,0.681375926,32,-1.543097679,0.7409798872,5359.2560903 +354,-0.721197315,1.304706234,32,-1.543097679,0.7409798872,2656.9008214 +355,-1.076150317,0.212107639,32,-1.543097679,0.7409798872,2638.9065808 +356,-1.577164531,0.273993443,32,-1.543097679,0.7409798872,1853.3560131 +357,-0.190788414,0.182208586,32,-1.543097679,0.7409798872,5099.5158013 +358,-0.261349752,0.209710184,32,-1.543097679,0.7409798872,4821.5619976 +359,-1.029303852,0.083549259,32,-1.543097679,0.7409798872,3169.1899191 +360,-1.268609162,0.330525297,32,-1.543097679,0.7409798872,1868.2564639 +361,1.282982244,-0.926641967,32,-1.543097679,0.7409798872,11333.160394 +362,0.217352334,0.731352408,32,-1.543097679,0.7409798872,4816.9826128 +363,-1.511833084,0.258629297,32,-1.543097679,0.7409798872,1913.5650757 +364,0.338812194,0.823184618,32,-1.543097679,0.7409798872,4841.7279335 +365,-0.324406489,1.134201999,32,-1.543097679,0.7409798872,3042.1180734 +366,1.389579348,0.399185724,32,-1.543097679,0.7409798872,7863.457572 +367,2.047152199,-0.039082036,32,-1.543097679,0.7409798872,9241.7595817 +368,0.947780369,0.568250077,32,-1.543097679,0.7409798872,6744.3816709 +369,0.763824846,0.576754987,32,-1.543097679,0.7409798872,6408.7853921 +370,-0.142334657,0.928153068,32,-1.543097679,0.7409798872,3597.3120629 +371,0.610266567,0.547265983,32,-1.543097679,0.7409798872,6203.6644135 +372,0.210731629,0.746815056,32,-1.543097679,0.7409798872,4763.2633813 +373,-1.34931644,0.316895224,32,-1.543097679,0.7409798872,1801.9586943 +374,2.407696481,0.655030745,32,-1.543097679,0.7409798872,6192.4541432 +375,0.64207831,0.545359131,32,-1.543097679,0.7409798872,6275.2806499 +376,1.174597538,0.840588356,32,-1.543097679,0.7409798872,6006.6200079 +377,0.660059424,0.010604079,32,-1.543097679,0.7409798872,7977.7326831 +378,-0.730263819,0.010486456,32,-1.543097679,0.7409798872,4082.4524283 +379,0.831068936,0.512339172,32,-1.543097679,0.7409798872,6745.9772504 +380,1.301180979,0.72367476,32,-1.543097679,0.7409798872,6545.84009 +381,1.811128231,0.322854402,32,-1.543097679,0.7409798872,8158.9535979 +382,0.435105812,0.992284428,32,-1.543097679,0.7409798872,4568.8610861 +383,0.62643634,0.592027932,32,-1.543097679,0.7409798872,6096.62598 +384,0.492988703,-0.516339467,32,-1.543097679,0.7409798872,8876.557482 +385,-0.162469483,0.112549365,32,-1.543097679,0.7409798872,5366.0707625 +386,0.314630866,0.472006421,32,-1.543097679,0.7409798872,5741.7296287 +387,0.166744804,0.822815954,32,-1.543097679,0.7409798872,4481.9973082 +388,0.417159608,0.965805736,32,-1.543097679,0.7409798872,4609.7287501 +389,0.106334961,0.868774244,32,-1.543097679,0.7409798872,4247.9949224 +390,0.815086969,-0.338144359,32,-1.543097679,0.7409798872,9389.0984205 +391,0.59867455,-0.230624824,32,-1.543097679,0.7409798872,8493.160563 +392,1.915104874,0.066220985,32,-1.543097679,0.7409798872,9050.4439717 +393,1.278093622,0.064463721,32,-1.543097679,0.7409798872,9052.488245 +394,-0.061477853,0.302997961,32,-1.543097679,0.7409798872,5163.1562848 +395,0.251311504,0.626976942,32,-1.543097679,0.7409798872,5165.5850181 +396,2.950242872,0.149095644,32,-1.543097679,0.7409798872,6452.8972756 +397,-0.180294708,0.35375117,32,-1.543097679,0.7409798872,4691.8144632 +398,1.010448592,-0.351180233,32,-1.543097679,0.7409798872,9952.3823335 +399,-1.748740498,0.3686318073,32,-1.543097679,0.7409798872,1625.4648543 +400,2.699635665,0.123533791,32,-1.543097679,0.7409798872,7215.4163435 +401,0.496808033,0.823843254,32,-1.543097679,0.7409798872,5144.4551421 +402,0.129574704,0.763364087,32,-1.543097679,0.7409798872,4537.8975122 +403,1.798920311,0.817447563,32,-1.543097679,0.7409798872,6230.8959499 +404,0.335987953,0.746786541,32,-1.543097679,0.7409798872,5038.9726876 +405,-1.085413643,0.292154671,32,-1.543097679,0.7409798872,2356.1567162 +406,-0.155321003,0.508207011,32,-1.543097679,0.7409798872,4391.7694181 +407,0.620529244,-0.301175104,32,-1.543097679,0.7409798872,8740.7322023 +408,1.684402744,0.368716966,32,-1.543097679,0.7409798872,8037.121705 +409,0.300582244,-0.386397212,32,-1.543097679,0.7409798872,8020.2286515 +410,2.913555946,-0.009225192,32,-1.543097679,0.7409798872,6990.6294889 +411,1.465101417,0.493232532,32,-1.543097679,0.7409798872,7530.9316055 +412,0.090612882,0.907955955,32,-1.543097679,0.7409798872,4131.7817288 +413,2.987564726,-0.729568594,32,-1.543097679,0.7409798872,8525.4882651 +414,-1.484261606,0.224149272,32,-1.543097679,0.7409798872,2057.1219485 +415,0.164073421,0.303955133,32,-1.543097679,0.7409798872,5799.9944123 +416,0.141441293,0.167552546,32,-1.543097679,0.7409798872,6103.0575862 +417,2.931321023,-0.506718887,32,-1.543097679,0.7409798872,8203.4789657 +418,2.21951565,0.700596356,32,-1.543097679,0.7409798872,6315.2114721 +419,0.268112576,1.199114336,32,-1.543097679,0.7409798872,3843.043483 +420,0.978913739,0.359223811,32,-1.543097679,0.7409798872,7533.1705177 +421,1.210898818,0.522863584,32,-1.543097679,0.7409798872,7242.1831507 +422,2.347397336,0.129231362,32,-1.543097679,0.7409798872,8065.908525 +423,0.614394501,0.556878345,32,-1.543097679,0.7409798872,6182.2158678 +424,-1.398079356,0.148483366,32,-1.543097679,0.7409798872,2400.6661145 +425,2.535303836,-0.112984496,32,-1.543097679,0.7409798872,8343.4776434 +426,-1.019372593,-0.405322349,32,-1.543097679,0.7409798872,4927.6175704 +427,-1.297785627,-0.160104069,32,-1.543097679,0.7409798872,3678.1917091 +428,2.144554488,0.205051084,32,-1.543097679,0.7409798872,8204.3896819 +429,-2.242387083,-0.426171285,32,-1.543097679,0.7409798872,5281.9014707 +430,0.338637212,0.909723676,32,-1.543097679,0.7409798872,4616.8652986 +431,-0.148798452,0.691042401,32,-1.543097679,0.7409798872,4009.1305044 +432,0.893524764,0.441829531,32,-1.543097679,0.7409798872,7097.8673878 +433,0.969229347,-0.368847936,32,-1.543097679,0.7409798872,9893.2199554 +434,0.436043248,0.800045688,32,-1.543097679,0.7409798872,5097.2551961 +435,1.687946607,1.081504775,32,-1.543097679,0.7409798872,5219.3153995 +436,0.522302046,-0.034889271,32,-1.543097679,0.7409798872,7738.3566609 +437,-0.178996113,-0.438090009,32,-1.543097679,0.7409798872,6815.2359236 +438,-1.094339566,0.301444068,32,-1.543097679,0.7409798872,2306.5587081 +439,-1.064070054,0.242569932,32,-1.543097679,0.7409798872,2563.8561888 +440,-1.068153768,0.230387998,32,-1.543097679,0.7409798872,2595.0829111 +441,-3.00496892,-0.23989155,32,-1.543097679,0.7409798872,6548.9622712 +442,0.21751974,0.766874888,32,-1.543097679,0.7409798872,4728.6038181 +443,0.117229532,0.007619006,32,-1.543097679,0.7409798872,6462.9951796 +444,0.777758451,0.420554741,32,-1.543097679,0.7409798872,6953.070751 +445,-0.252356999,0.250747086,32,-1.543097679,0.7409798872,4741.7601347 +446,0.363148444,0.768483434,32,-1.543097679,0.7409798872,5037.6876886 +447,0.903191366,-0.118210676,32,-1.543097679,0.7409798872,8984.1163932 +448,-0.205755923,0.149406178,32,-1.543097679,0.7409798872,5142.0633461 +449,1.811996086,0.02364353,32,-1.543097679,0.7409798872,9320.521112 +450,-1.100670221,0.314845373,32,-1.543097679,0.7409798872,2249.5235447 +451,0.340078597,0.850105132,32,-1.543097679,0.7409798872,4773.6592594 +452,0.258757267,0.804969236,32,-1.543097679,0.7409798872,4723.0575581 +453,2.78505352,-0.155160804,32,-1.543097679,0.7409798872,7755.4733123 +454,0.800551619,0.105822106,32,-1.543097679,0.7409798872,8030.713049 +455,0.437940882,-0.506194031,32,-1.543097679,0.7409798872,8695.3162093 +456,2.230431122,0.63458615,32,-1.543097679,0.7409798872,6536.161839 +457,0.527965361,0.127667701,32,-1.543097679,0.7409798872,7284.5800234 +458,-0.063643205,0.702093448,32,-1.543097679,0.7409798872,4205.7207976 +459,1.408447268,0.133010502,32,-1.543097679,0.7409798872,8914.4451618 +460,0.523795955,0.280266966,32,-1.543097679,0.7409798872,6821.429286 +461,-0.975769313,0.072177659,32,-1.543097679,0.7409798872,3317.5596009 +462,0.549774164,-0.463663986,32,-1.543097679,0.7409798872,8926.4962009 +463,0.29245874,1.095549818,32,-1.543097679,0.7409798872,4093.4554036 +464,0.143625958,0.816809593,32,-1.543097679,0.7409798872,4445.3031861 +465,0.671902494,0.611159853,32,-1.543097679,0.7409798872,6125.0970234 +466,1.239840988,0.6724199,32,-1.543097679,0.7409798872,6698.4737362 +467,0.607829703,-0.10932137,32,-1.543097679,0.7409798872,8185.3989471 +468,1.763020906,0.263996692,32,-1.543097679,0.7409798872,8418.1664842 +469,0.378714634,0.726066797,32,-1.543097679,0.7409798872,5186.4484241 +470,2.196736143,-0.153862366,32,-1.543097679,0.7409798872,9326.2314206 +471,0.01702415,0.148991565,32,-1.543097679,0.7409798872,5793.3495429 +472,-2.998490902,-0.158002487,32,-1.543097679,0.7409798872,6310.3097635 +473,-3.051262951,-0.346595608,32,-1.543097679,0.7409798872,6962.4475437 +474,-1.069176439,0.182802941,32,-1.543097679,0.7409798872,2751.6190374 +475,0.167157509,0.595344954,32,-1.543097679,0.7409798872,5041.4716948 +476,0.613855648,0.681746124,32,-1.543097679,0.7409798872,5791.4778903 +477,1.037012736,0.682555367,32,-1.543097679,0.7409798872,6455.0840598 +478,-1.253574971,0.379755746,32,-1.543097679,0.7409798872,1722.3278128 +479,3.108590453,-0.132620738,32,-1.543097679,0.7409798872,6752.7940326 +480,0.565301296,0.022333262,32,-1.543097679,0.7409798872,7691.8779112 +481,0.547898238,0.855555614,32,-1.543097679,0.7409798872,5142.7622406 +482,0.948309381,0.417393755,32,-1.543097679,0.7409798872,7276.9690767 +483,-0.050600732,0.945269213,32,-1.543097679,0.7409798872,3766.3139937 +484,-0.977651478,-0.572363064,32,-1.543097679,0.7409798872,5593.1258175 +485,1.102014914,0.728861163,32,-1.543097679,0.7409798872,6357.958089 +486,2.927300795,-0.282939414,32,-1.543097679,0.7409798872,7673.096746 +487,-1.154565557,0.124434095,32,-1.543097679,0.7409798872,2794.3222607 +488,1.855331234,0.291044755,32,-1.543097679,0.7409798872,8249.8512523 +489,0.830290659,0.276904518,32,-1.543097679,0.7409798872,7536.6414892 +490,0.485104466,-0.234867441,32,-1.543097679,0.7409798872,8177.8466328 +491,0.521367572,-0.33161327,32,-1.543097679,0.7409798872,8530.2450782 +1,-1.539031704,0.7349710123,33,-1.540720364,0.7409892687,24.346521467 +2,-1.536990553,0.7349663874,33,-1.540720364,0.7409892687,26.241276337 +3,-1.534951779,0.7349571355,33,-1.540720364,0.7409892687,29.268674328 +4,-1.532906461,0.7349480293,33,-1.540720364,0.7409892687,33.120271469 +5,-1.531320211,0.7346937278,33,-1.540720364,0.7409892687,37.159681942 +6,-1.539451648,0.7335131775,33,-1.540720364,0.7409892687,29.845582743 +7,-1.537429487,0.7335445708,33,-1.540720364,0.7409892687,31.027252737 +8,-1.535484998,0.7335658704,33,-1.540720364,0.7409892687,33.170393008 +9,-1.533488396,0.7336036027,33,-1.540720364,0.7409892687,36.132080463 +10,-1.531497785,0.7335842962,33,-1.540720364,0.7409892687,39.895460975 +11,-1.530259379,0.7334777758,33,-1.540720364,0.7409892687,42.734768313 +12,-1.5335454,0.7322346912,33,-1.540720364,0.7409892687,40.566815139 +13,-1.531489083,0.7322238773,33,-1.540720364,0.7409892687,44.034923533 +14,-1.530011122,0.7321679851,33,-1.540720364,0.7409892687,46.992118841 +15,-1.53348106,0.7306614094,33,-1.540720364,0.7409892687,46.101212372 +16,-1.531441779,0.7306962275,33,-1.540720364,0.7409892687,49.03495917 +17,-1.529755654,0.7306933243,33,-1.540720364,0.7409892687,51.957813056 +18,-1.533415048,0.7291384674,33,-1.540720364,0.7409892687,51.615607081 +19,-1.531392093,0.7291705353,33,-1.540720364,0.7409892687,54.246879068 +20,-1.529296523,0.7291214933,33,-1.540720364,0.7409892687,57.761614166 +21,-1.535280942,0.727267644,33,-1.540720364,0.7409892687,56.656149338 +22,-1.533378158,0.7276139666,33,-1.540720364,0.7409892687,57.20880331 +23,-1.531340368,0.7276446587,33,-1.540720364,0.7409892687,59.619913727 +24,-1.528960113,0.7276398177,33,-1.540720364,0.7409892687,63.178638974 +25,-1.533313146,0.7260818349,33,-1.540720364,0.7409892687,62.941706554 +26,-1.531259555,0.7260958115,33,-1.540720364,0.7409892687,65.230146453 +27,-1.528926415,0.7260865555,33,-1.540720364,0.7409892687,68.473178113 +28,-1.531226779,0.7245511789,33,-1.540720364,0.7409892687,70.857115669 +29,-1.528904772,0.7245519194,33,-1.540720364,0.7409892687,73.819043112 +30,-1.547195875,0.7409785979,33,-1.540720364,0.7409892687,18.924356324 +31,-1.5451475,0.740980426,33,-1.540720364,0.7409892687,12.938093113 +32,-1.543097679,0.7409798872,33,-1.540720364,0.7409892687,6.9476676563 +33,-1.540720364,0.7409892687,33,-1.540720364,0.7409892687,3.2975033514 +34,-1.547188511,0.7395198392,33,-1.540720364,0.7409892687,19.790633555 +35,-1.545148587,0.7395226109,33,-1.540720364,0.7409892687,14.193236198 +36,-1.543104538,0.7395314908,33,-1.540720364,0.7409892687,9.0528450511 +37,-1.540727751,0.7395306258,33,-1.540720364,0.7409892687,5.7777247832 +38,-1.547187029,0.7380014886,33,-1.540720364,0.7409892687,22.319971281 +39,-1.545147315,0.7380012252,33,-1.540720364,0.7409892687,17.547568584 +40,-1.54310719,0.7380060743,33,-1.540720364,0.7409892687,13.726472173 +41,-1.540719671,0.7380068206,33,-1.540720364,0.7409892687,11.813477184 +42,-1.547187189,0.7364799098,33,-1.540720364,0.7409892687,26.03214649 +43,-1.545149996,0.7364853874,33,-1.540720364,0.7409892687,22.057446891 +44,-1.543106091,0.7364823484,33,-1.540720364,0.7409892687,19.170324134 +45,-1.540717158,0.7364893901,33,-1.540720364,0.7409892687,17.824021461 +46,-1.538663972,0.7410138672,33,-1.540720364,0.7409892687,6.0103824058 +47,-1.53695285,0.7409699132,33,-1.540720364,0.7409892687,11.010657557 +48,-1.534910498,0.7409641297,33,-1.540720364,0.7409892687,16.979402903 +49,-1.533145034,0.7409536636,33,-1.540720364,0.7409892687,22.139158983 +50,-1.538681336,0.7395405883,33,-1.540720364,0.7409892687,8.2754403173 +51,-1.536999189,0.7395183096,33,-1.540720364,0.7409892687,12.343808354 +52,-1.534923633,0.7395144222,33,-1.540720364,0.7409892687,17.930309071 +53,-1.533267822,0.7395654306,33,-1.540720364,0.7409892687,22.511602842 +54,-1.53867273,0.7380151077,33,-1.540720364,0.7409892687,13.21703956 +55,-1.536980576,0.7379994392,33,-1.540720364,0.7409892687,16.12529437 +56,-1.534931522,0.7379944961,33,-1.540720364,0.7409892687,20.680868382 +57,-1.533387952,0.7379480264,33,-1.540720364,0.7409892687,24.608313018 +58,-1.538682279,0.7364914363,33,-1.540720364,0.7409892687,18.789049555 +59,-1.536980704,0.7364810563,33,-1.540720364,0.7409892687,20.947697178 +60,-1.534935567,0.7364752065,33,-1.540720364,0.7409892687,24.63089674 +61,-1.533042592,0.7363876366,33,-1.540720364,0.7409892687,28.944662377 +62,-1.545143426,0.7349628011,33,-1.540720364,0.7409892687,27.162839507 +63,-1.543105297,0.7349691947,33,-1.540720364,0.7409892687,24.848613788 +64,-1.541064533,0.7349647152,33,-1.540720364,0.7409892687,23.884560481 +65,-1.545411803,0.7334624714,33,-1.540720364,0.7409892687,32.834727119 +66,-1.543446606,0.7334780896,33,-1.540720364,0.7409892687,30.807150869 +67,-1.541475327,0.7334957295,33,-1.540720364,0.7409892687,29.764355863 +68,-1.545401939,0.731963266,33,-1.540720364,0.7409892687,38.300540022 +69,-1.54342253,0.7319915583,33,-1.540720364,0.7409892687,36.511330494 +70,-1.541455867,0.7320216438,33,-1.540720364,0.7409892687,35.586268408 +71,-1.545410146,0.7304422281,33,-1.540720364,0.7409892687,43.988080984 +72,-1.543435491,0.7304713664,33,-1.540720364,0.7409892687,42.417417242 +73,-1.541463105,0.7304997613,33,-1.540720364,0.7409892687,41.606140129 +74,-1.545414768,0.7289194936,33,-1.540720364,0.7409892687,49.758647801 +75,-1.543435774,0.7289538557,33,-1.540720364,0.7409892687,48.335385501 +76,-1.541457714,0.7289765881,33,-1.540720364,0.7409892687,47.631529766 +77,-1.539449415,0.7320555866,33,-1.540720364,0.7409892687,35.582290268 +78,-1.537429183,0.7321097681,33,-1.540720364,0.7409892687,36.473392177 +79,-1.535472649,0.7321497267,33,-1.540720364,0.7409892687,38.249588793 +80,-1.539457899,0.7305333307,33,-1.540720364,0.7409892687,41.581540147 +81,-1.537453161,0.7305750503,33,-1.540720364,0.7409892687,42.3515609 +82,-1.535479385,0.7306124949,33,-1.540720364,0.7409892687,43.888697746 +83,-1.53946905,0.7290102593,33,-1.540720364,0.7409892687,47.591098096 +84,-1.537459922,0.7290417293,33,-1.540720364,0.7409892687,48.284148079 +85,-1.535451349,0.7290890157,33,-1.540720364,0.7409892687,49.614172307 +86,-1.535522937,0.7279887191,33,-1.540720364,0.7409892687,53.713996257 +87,-1.539442524,0.7274735939,33,-1.540720364,0.7409892687,53.667275561 +88,-1.537424111,0.727521351,33,-1.540720364,0.7409892687,54.21968728 +89,-1.539384641,0.7259505092,33,-1.540720364,0.7409892687,59.698036844 +90,-1.537372391,0.7259947145,33,-1.540720364,0.7409892687,60.20478722 +91,-1.535340789,0.7260435356,33,-1.540720364,0.7409892687,61.279444107 +92,-1.539325716,0.7244369706,33,-1.540720364,0.7409892687,65.692118418 +93,-1.537308932,0.7244801057,33,-1.540720364,0.7409892687,66.159686388 +94,-1.535289068,0.7245247645,33,-1.540720364,0.7409892687,67.147781904 +95,-1.533261366,0.7245550236,33,-1.540720364,0.7409892687,68.700553973 +96,-1.539267302,0.722921924,33,-1.540720364,0.7409892687,71.692694419 +97,-1.537248972,0.7229660258,33,-1.540720364,0.7409892687,72.118972906 +98,-1.535219431,0.7229916471,33,-1.540720364,0.7409892687,73.107657731 +99,-1.53318962,0.7230212049,33,-1.540720364,0.7409892687,74.549627598 +100,-1.531154816,0.7230299897,33,-1.540720364,0.7409892687,76.515661152 +101,-1.528878341,0.7230370244,33,-1.540720364,0.7409892687,79.206575571 +102,-1.539218189,0.7214009878,33,-1.540720364,0.7409892687,77.715480613 +103,-1.537198791,0.7214422745,33,-1.540720364,0.7409892687,78.118672589 +104,-1.535179266,0.7214634354,33,-1.540720364,0.7409892687,79.048323629 +105,-1.533156501,0.7214944644,33,-1.540720364,0.7409892687,80.374364982 +106,-1.53113574,0.7215166021,33,-1.540720364,0.7409892687,82.144294137 +107,-1.528874248,0.7215345535,33,-1.540720364,0.7409892687,84.604634397 +108,-1.539217656,0.7198512397,33,-1.540720364,0.7409892687,83.845030564 +109,-1.537199919,0.7199428763,33,-1.540720364,0.7409892687,84.009249188 +110,-1.545425832,0.727397149,33,-1.540720364,0.7409892687,55.587882695 +111,-1.543371177,0.7273916949,33,-1.540720364,0.7409892687,54.421085555 +112,-1.541368852,0.7274523163,33,-1.540720364,0.7409892687,53.653762238 +113,-1.545349067,0.7258710923,33,-1.540720364,0.7409892687,61.412405429 +114,-1.54332671,0.7258603556,33,-1.540720364,0.7409892687,60.414367062 +115,-1.541346831,0.7259242142,33,-1.540720364,0.7409892687,59.70114439 +116,-1.545324355,0.7243383958,33,-1.540720364,0.7409892687,67.332890113 +117,-1.543292796,0.7243617413,33,-1.540720364,0.7409892687,66.295748297 +118,-1.541295822,0.7244024384,33,-1.540720364,0.7409892687,65.722279494 +119,-1.543193859,0.7205570215,33,-1.540720364,0.7409892687,81.260274862 +120,-1.550257047,0.7386738187,33,-1.540720364,0.7409892687,29.368538686 +121,-1.549335448,0.7311736483,33,-1.540720364,0.7409892687,46.380812113 +122,-1.533478843,0.7179891343,33,-1.540720364,0.7409892687,93.579185549 +123,-1.556150555,0.738907041,33,-1.540720364,0.7409892687,45.883713302 +124,-1.554324226,0.733414257,33,-1.540720364,0.7409892687,49.917497413 +125,-1.554290846,0.7288285332,33,-1.540720364,0.7409892687,62.533601232 +126,-1.55122487,0.7219795312,33,-1.540720364,0.7409892687,81.415026939 +127,-1.525104458,0.7229399862,33,-1.540720364,0.7409892687,85.01826977 +128,-1.519607711,0.7236181429,33,-1.540720364,0.7409892687,92.743651607 +129,-1.513899999,0.7251107854,33,-1.540720364,0.7409892687,100.93478659 +130,-1.536620762,0.7431061895,33,-1.540720364,0.7409892687,14.614087176 +131,-1.5369566,0.7460845958,33,-1.540720364,0.7409892687,22.972967498 +132,-1.545345528,0.7447040685,33,-1.540720364,0.7409892687,19.964746878 +133,-1.532813921,0.7432306626,33,-1.540720364,0.7409892687,24.730817176 +134,-1.554788248,0.7382381001,33,-1.540720364,0.7409892687,42.581930686 +135,-1.540348126,0.7301594274,33,-1.540720364,0.7409892687,42.91092872 +136,-1.538016084,0.7239051786,33,-1.540720364,0.7409892687,68.137129942 +137,-1.525288962,0.7258085137,33,-1.540720364,0.7409892687,75.34960409 +138,-1.534326986,0.731241342,33,-1.540720364,0.7409892687,42.93078188 +139,-1.530733872,0.7303625216,33,-1.540720364,0.7409892687,51.3008997 +141,-1.534354939,0.7328219978,33,-1.540720364,0.7409892687,37.352238104 +142,-1.53157084,0.7292888153,33,-1.540720364,0.7409892687,53.576950211 +143,-1.525691035,0.7263799874,33,-1.540720364,0.7409892687,72.824584084 +144,-1.534031287,0.7495967835,33,-1.540720364,0.7409892687,39.262510969 +145,-1.527714986,0.7283095957,33,-1.540720364,0.7409892687,63.116523631 +146,-1.526189586,0.7271468292,33,-1.540720364,0.7409892687,69.514878241 +147,-1.555177336,0.7375563366,33,-1.540720364,0.7409892687,44.446669026 +148,-1.555080283,0.7312707794,33,-1.540720364,0.7409892687,57.084006705 +149,-1.53856994,0.7224180299,33,-1.540720364,0.7409892687,73.833150689 +150,-1.530837883,0.729933372,33,-1.540720364,0.7409892687,52.538356673 +151,-1.515066984,0.5854133365,33,-1.540720364,0.7409892687,621.38726137 +152,-1.534731633,0.5368370046,33,-1.540720364,0.7409892687,808.8692191 +153,-1.515231902,0.5607085576,33,-1.540720364,0.7409892687,718.56143421 +154,-2.616253799,1.0684566605,33,-1.540720364,0.7409892687,2799.5655133 +155,-1.956071439,0.5792177723,33,-1.540720364,0.7409892687,1442.2087633 +156,-1.951208514,0.5602434208,33,-1.540720364,0.7409892687,1471.4679915 +157,-1.944675062,0.6062144545,33,-1.540720364,0.7409892687,1354.1380609 +158,-1.613778386,0.6077989518,33,-1.540720364,0.7409892687,573.74918053 +159,-2.035029014,0.6021432345,33,-1.540720364,0.7409892687,1619.3196858 +160,-2.114989471,0.6801825058,33,-1.540720364,0.7409892687,1729.8944222 +161,-2.037382079,0.5765830025,33,-1.540720364,0.7409892687,1676.2431913 +162,-2.129855121,0.6585019963,33,-1.540720364,0.7409892687,1802.5464496 +163,-2.075141798,0.6493615843,33,-1.540720364,0.7409892687,1656.0444691 +164,-1.828626729,0.6948433129,33,-1.540720364,0.7409892687,876.64915995 +165,-1.863329418,0.6735427691,33,-1.540720364,0.7409892687,1005.1267465 +166,-1.266037071,0.727988852,33,-1.540720364,0.7409892687,807.97820586 +167,-1.277579582,0.7249010648,33,-1.540720364,0.7409892687,776.23287053 +168,-1.258418684,0.7241194816,33,-1.540720364,0.7409892687,832.75608037 +169,-1.317813974,0.6804850104,33,-1.540720364,0.7409892687,709.91302897 +170,-1.344165204,0.6790988904,33,-1.540720364,0.7409892687,638.62249848 +171,-1.427582102,0.5277120351,33,-1.540720364,0.7409892687,917.94018853 +172,-1.402238616,0.457167829,33,-1.540720364,0.7409892687,1210.6407971 +173,-1.422454264,0.4996161999,33,-1.540720364,0.7409892687,1028.3658311 +174,-1.439089277,0.4894859811,33,-1.540720364,0.7409892687,1048.349947 +175,-1.448126995,0.5182330266,33,-1.540720364,0.7409892687,930.28407269 +176,-1.474626146,0.5881926574,33,-1.540720364,0.7409892687,639.1621394 +177,-1.421139645,0.5584869783,33,-1.540720364,0.7409892687,814.65919943 +178,-1.457037165,0.565943032,33,-1.540720364,0.7409892687,741.28646009 +179,-2.757159358,0.3745319,33,-1.540720364,0.7409892687,4215.2787497 +180,-2.714309238,0.342054471,33,-1.540720364,0.7409892687,4169.4287631 +181,-2.000525337,0.774119946,33,-1.540720364,0.7409892687,1323.9367927 +183,-1.571413436,0.6777838382,33,-1.540720364,0.7409892687,266.79307187 +184,-1.552860289,0.6987663893,33,-1.540720364,0.7409892687,171.10638337 +185,-1.521852374,0.7165827476,33,-1.540720364,0.7409892687,111.5957734 +186,-1.503656267,0.6928968252,33,-1.540720364,0.7409892687,220.2889847 +187,-1.502753178,0.7136205882,33,-1.540720364,0.7409892687,156.10258034 +188,-1.631894563,0.7343596465,33,-1.540720364,0.7409892687,268.50048829 +189,-1.653765416,0.6770714026,33,-1.540720364,0.7409892687,423.58347769 +190,-1.719812114,0.6715965947,33,-1.540720364,0.7409892687,605.06474003 +191,-1.493406659,0.6646955447,33,-1.540720364,0.7409892687,334.27413208 +192,-1.469120564,0.6613469966,33,-1.540720364,0.7409892687,382.60935224 +193,-1.590551461,0.5326612937,33,-1.540720364,0.7409892687,840.16299835 +194,-1.625979264,0.5247742243,33,-1.540720364,0.7409892687,898.24580617 +195,-1.572293943,0.5238808754,33,-1.540720364,0.7409892687,865.80185104 +196,-1.610848725,0.5477107964,33,-1.540720364,0.7409892687,796.87197544 +197,-1.208485554,0.7918526018,33,-1.540720364,0.7409892687,966.76101556 +198,-1.335601374,0.6869083083,33,-1.540720364,0.7409892687,649.68040774 +199,-1.346156996,0.6825213377,33,-1.540720364,0.7409892687,627.22003541 +200,-1.324381037,0.6741422347,33,-1.540720364,0.7409892687,702.12741846 +201,-1.242424992,0.7378949807,33,-1.540720364,0.7409892687,871.58913796 +202,-1.270370057,0.7392461008,33,-1.540720364,0.7409892687,789.64046033 +203,-1.448950472,0.7441675014,33,-1.540720364,0.7409892687,268.05325504 +204,-1.492662363,0.7523026852,33,-1.540720364,0.7409892687,146.71923846 +205,-1.479098966,0.7763855017,33,-1.540720364,0.7409892687,225.87420011 +206,-1.633760714,0.7869022408,33,-1.540720364,0.7409892687,322.21621673 +207,-1.647406434,0.8101289331,33,-1.540720364,0.7409892687,407.26231187 +208,-1.564245052,0.5701509278,33,-1.540720364,0.7409892687,680.6829708 +209,-1.646289963,0.6833746083,33,-1.540720364,0.7409892687,390.04781037 +210,-1.5820631,0.6751952144,33,-1.540720364,0.7409892687,288.74243974 +211,-1.613236298,0.6681681791,33,-1.540720364,0.7409892687,361.96043664 +212,-1.914661867,0.8212566515,33,-1.540720364,0.7409892687,1094.8287168 +213,-1.742133237,0.7250275956,33,-1.540720364,0.7409892687,595.7871347 +214,-2.033144872,0.6557314699,33,-1.540720364,0.7409892687,1524.0267152 +215,-2.039551981,0.6964723658,33,-1.540720364,0.7409892687,1490.4150658 +216,-1.247341019,0.7622473908,33,-1.540720364,0.7409892687,851.68405556 +217,-1.298239787,0.7084123392,33,-1.540720364,0.7409892687,729.71484983 +218,-1.308539688,0.6926545592,33,-1.540720364,0.7409892687,718.41984067 +219,-1.303263185,0.6888938396,33,-1.540720364,0.7409892687,738.67829642 +220,-1.852400229,0.6004246149,33,-1.540720364,0.7409892687,1112.6351644 +221,-1.288947707,0.7473773692,33,-1.540720364,0.7409892687,733.17467161 +222,-1.372031502,0.7472790993,33,-1.540720364,0.7409892687,491.9212321 +223,-1.289805721,0.7242157877,33,-1.540720364,0.7409892687,740.96650595 +224,-1.350807603,0.7533498126,33,-1.540720364,0.7409892687,553.63093949 +225,-1.329290365,0.7560442322,33,-1.540720364,0.7409892687,615.95872243 +226,-1.410153004,0.616936428,33,-1.540720364,0.7409892687,634.61239676 +227,-1.393445434,0.6308995063,33,-1.540720364,0.7409892687,627.02406165 +228,-1.37595573,0.6241540638,33,-1.540720364,0.7409892687,685.21582536 +229,-1.358388707,0.6172645205,33,-1.540720364,0.7409892687,744.61188114 +230,-1.753741133,0.8281661666,33,-1.540720364,0.7409892687,688.63969625 +231,-1.47430987,0.6834615681,33,-1.540720364,0.7409892687,302.53141162 +232,-1.421012508,0.7222725206,33,-1.540720364,0.7409892687,360.41352554 +233,-1.4476833,0.6978557868,33,-1.540720364,0.7409892687,325.52155042 +234,-1.470370723,0.6966193374,33,-1.540720364,0.7409892687,273.56185331 +235,-1.429211703,0.7037216883,33,-1.540720364,0.7409892687,362.64037424 +236,-1.700578405,0.6178673663,33,-1.540720364,0.7409892687,692.36237851 +237,-1.678117619,0.6331716163,33,-1.540720364,0.7409892687,598.98360437 +238,-1.725644578,0.6316331145,33,-1.540720364,0.7409892687,712.30446293 +239,-2.14012759,0.7930497945,33,-1.540720364,0.7409892687,1708.6439399 +240,-2.103289431,0.7653606263,33,-1.540720364,0.7409892687,1618.1733482 +241,-1.318739838,0.7017808746,33,-1.540720364,0.7409892687,677.53886905 +242,-1.396417427,0.7077900843,33,-1.540720364,0.7409892687,447.58607597 +243,-1.35650337,0.7185539404,33,-1.540720364,0.7409892687,550.68900704 +244,-1.248884539,0.7274156818,33,-1.540720364,0.7409892687,858.43572609 +245,-1.395014798,0.5761185243,33,-1.540720364,0.7409892687,795.84049024 +246,-1.433377362,0.6064716109,33,-1.540720364,0.7409892687,627.52435558 +247,-1.408172432,0.5903155476,33,-1.540720364,0.7409892687,725.04749817 +248,-1.749645898,0.7757118084,33,-1.540720364,0.7409892687,615.70900038 +249,-1.571626686,0.615046989,33,-1.540720364,0.7409892687,507.85155825 +250,-1.514070049,0.6303003037,33,-1.540720364,0.7409892687,445.9640735 +251,-1.480890369,0.6237966528,33,-1.540720364,0.7409892687,499.18695229 +252,-1.704390658,0.5281680612,33,-1.540720364,0.7409892687,990.08907796 +253,-1.64434733,0.5254277498,33,-1.540720364,0.7409892687,915.08644258 +254,-1.703855997,0.4792484842,33,-1.540720364,0.7409892687,1162.3957552 +255,-1.692002383,0.5748825051,33,-1.540720364,0.7409892687,810.00129531 +256,-1.854136457,0.5544643913,33,-1.540720364,0.7409892687,1230.965909 +257,-1.665021206,0.520317736,33,-1.540720364,0.7409892687,959.37244674 +258,-1.733654349,0.4845187345,33,-1.540720364,0.7409892687,1190.4262194 +259,-1.720938188,0.5135933906,33,-1.540720364,0.7409892687,1068.3030206 +260,-1.742668307,0.553296122,33,-1.540720364,0.7409892687,977.87537705 +261,-1.965659039,0.7142126903,33,-1.540720364,0.7409892687,1257.0870381 +262,-1.944438071,0.6772834804,33,-1.540720364,0.7409892687,1235.4741365 +263,-1.270340967,0.7681487096,33,-1.540720364,0.7409892687,786.46105561 +264,-1.353091884,0.6549276821,33,-1.540720364,0.7409892687,662.88070312 +265,-1.333236659,0.6413584414,33,-1.540720364,0.7409892687,745.06256125 +266,-1.352015998,0.6753788907,33,-1.540720364,0.7409892687,623.76123388 +267,-1.377988483,0.6577816235,33,-1.540720364,0.7409892687,592.67908135 +268,-2.13075611,0.8318642051,33,-1.540720364,0.7409892687,1675.5483319 +269,-2.097910953,0.8259670014,33,-1.540720364,0.7409892687,1587.6000029 +270,-1.416382069,0.6694271549,33,-1.540720364,0.7409892687,469.8181813 +271,-1.538905672,0.7535625993,33,-1.540720364,0.7409892687,50.081285677 +272,-1.572309477,0.7803125099,33,-1.540720364,0.7409892687,180.20009396 +273,-1.87759879,0.7503853417,33,-1.540720364,0.7409892687,978.81073148 +274,1.152365588,0.590457682,33,-1.540720364,0.7409892687,6924.5372784 +275,0.350198001,0.718001859,33,-1.540720364,0.7409892687,5142.1935251 +276,0.046513677,0.491503852,33,-1.540720364,0.7409892687,4982.2544092 +277,0.027510309,0.742571376,33,-1.540720364,0.7409892687,4338.2531641 +278,0.306285725,-0.214631579,33,-1.540720364,0.7409892687,7597.5794416 +279,-1.100564889,0.318051531,33,-1.540720364,0.7409892687,2234.2465265 +280,-1.078582306,0.301437596,33,-1.540720364,0.7409892687,2336.2985508 +281,-1.137371989,-0.617634065,33,-1.540720364,0.7409892687,5576.1334075 +282,0.784356344,0.703272339,33,-1.540720364,0.7409892687,6019.0350764 +283,-1.221209947,0.218327455,33,-1.540720364,0.7409892687,2343.3995625 +284,2.347301921,-0.449114658,33,-1.540720364,0.7409892687,9771.9786644 +285,0.246820618,0.830553713,33,-1.540720364,0.7409892687,4629.1932961 +286,0.829414965,0.703288228,33,-1.540720364,0.7409892687,6090.666641 +287,-1.337537566,0.42332223,33,-1.540720364,0.7409892687,1423.3436485 +288,0.882453706,0.454478077,33,-1.540720364,0.7409892687,7030.5810782 +289,1.575629659,0.416419109,33,-1.540720364,0.7409892687,7858.4241841 +290,-1.039455679,0.229888244,33,-1.540720364,0.7409892687,2653.8371207 +291,0.489558039,0.934482747,33,-1.540720364,0.7409892687,4812.0262602 +292,0.081344504,0.88384514,33,-1.540720364,0.7409892687,4157.3900025 +293,-1.547979814,0.300350308,33,-1.540720364,0.7409892687,1745.5433768 +294,0.040776181,0.168560074,33,-1.540720364,0.7409892687,5803.4170932 +295,-1.130374745,0.563894876,33,-1.540720364,0.7409892687,1462.663553 +296,1.578326642,0.478507176,33,-1.540720364,0.7409892687,7612.7209273 +297,-1.12861823,-0.291640865,33,-1.540720364,0.7409892687,4357.9607719 +298,0.310524208,0.770885792,33,-1.540720364,0.7409892687,4915.5939161 +299,0.415649091,-0.387246002,33,-1.540720364,0.7409892687,8350.3011548 +300,-0.926533878,-0.188022748,33,-1.540720364,0.7409892687,4301.0403377 +301,1.258856172,-0.11716081,33,-1.540720364,0.7409892687,9698.0999582 +302,-1.126050026,0.322941926,33,-1.540720364,0.7409892687,2162.8729095 +303,2.002785835,0.07893892,33,-1.540720364,0.7409892687,8889.348232 +304,0.440437607,0.746258085,33,-1.540720364,0.7409892687,5253.1248206 +305,-0.030391866,0.214441206,33,-1.540720364,0.7409892687,5475.9854502 +306,0.521557815,-0.058929362,33,-1.540720364,0.7409892687,7797.4059697 +307,-0.097005111,0.13317729,33,-1.540720364,0.7409892687,5495.7251523 +308,1.83113859,0.221857587,33,-1.540720364,0.7409892687,8539.0602006 +309,0.222428864,0.099404236,33,-1.540720364,0.7409892687,6512.7611867 +310,-1.702731345,0.8728568183,33,-1.540720364,0.7409892687,684.41581787 +311,-0.418507569,0.278324921,33,-1.540720364,0.7409892687,4179.3400966 +312,-1.41153306,0.339029988,33,-1.540720364,0.7409892687,1649.8783795 +313,0.357560442,0.114788776,33,-1.540720364,0.7409892687,6852.1868995 +314,0.325818979,0.268352149,33,-1.540720364,0.7409892687,6334.2739269 +315,-1.246004659,-0.663679965,33,-1.540720364,0.7409892687,5664.3327303 +316,1.814603087,0.637404484,33,-1.540720364,0.7409892687,6929.6583022 +317,1.843704281,-0.18300445,33,-1.540720364,0.7409892687,10079.223461 +318,1.690644492,-0.211480909,33,-1.540720364,0.7409892687,10323.797521 +319,-1.275451936,0.068109467,33,-1.540720364,0.7409892687,2824.9178855 +320,0.762430171,-0.207594741,33,-1.540720364,0.7409892687,8880.134054 +321,0.265668905,-0.014647884,33,-1.540720364,0.7409892687,6947.2130585 +322,-2.773032013,-0.335515811,33,-1.540720364,0.7409892687,6185.9647306 +323,-1.469512853,0.174058777,33,-1.540720364,0.7409892687,2259.1571788 +324,0.286276986,0.785925691,33,-1.540720364,0.7409892687,4824.9014531 +325,-1.379324697,0.377432233,33,-1.540720364,0.7409892687,1536.2745407 +326,-1.203778265,0.212813032,33,-1.540720364,0.7409892687,2391.7009158 +327,0.579916301,0.611743168,33,-1.540720364,0.7409892687,5936.3297924 +328,0.267582642,0.868113908,33,-1.540720364,0.7409892687,4579.2403152 +329,0.412869244,-0.050245578,33,-1.540720364,0.7409892687,7466.7921033 +330,0.17524381,0.976660285,33,-1.540720364,0.7409892687,4149.7986752 +331,0.743157214,0.204812899,33,-1.540720364,0.7409892687,7576.1569467 +332,-1.070758176,0.269382282,33,-1.540720364,0.7409892687,2456.7930811 +333,-1.230364251,0.329790229,33,-1.540720364,0.7409892687,1932.7917545 +334,-1.374813124,-0.024926835,33,-1.540720364,0.7409892687,3091.2330835 +335,0.519780566,0.463669906,33,-1.540720364,0.7409892687,6255.6099259 +336,-1.55108034,0.239698561,33,-1.540720364,0.7409892687,1985.9294884 +337,0.180294813,0.029739425,33,-1.540720364,0.7409892687,6580.0695976 +338,0.67820924,0.268170153,33,-1.540720364,0.7409892687,7225.3766971 +339,0.445798684,1.024001867,33,-1.540720364,0.7409892687,4497.7477187 +340,0.691751283,0.150521402,33,-1.540720364,0.7409892687,7625.5301754 +341,-1.036643551,-0.903056181,33,-1.540720364,0.7409892687,6738.3439888 +342,-0.120287036,1.083325163,33,-1.540720364,0.7409892687,3428.7674933 +343,2.823513113,-0.304487164,33,-1.540720364,0.7409892687,8037.6127835 +344,0.457583172,1.12513373,33,-1.540720364,0.7409892687,4251.3359427 +345,0.042918831,0.813795399,33,-1.540720364,0.7409892687,4220.0104661 +346,1.196146777,-0.853142756,33,-1.540720364,0.7409892687,11244.639626 +347,0.206001358,-0.010430701,33,-1.540720364,0.7409892687,6762.9474215 +348,-0.268308653,0.234799412,33,-1.540720364,0.7409892687,4729.2509435 +349,0.759363263,0.736189579,33,-1.540720364,0.7409892687,5869.152583 +350,0.181363926,0.891988372,33,-1.540720364,0.7409892687,4348.3413677 +351,-0.021111158,0.139103292,33,-1.540720364,0.7409892687,5701.6193949 +352,-0.093355215,0.630686981,33,-1.540720364,0.7409892687,4277.4698353 +353,0.40118964,0.681375926,33,-1.540720364,0.7409892687,5354.0822422 +354,-0.721197315,1.304706234,33,-1.540720364,0.7409892687,2654.7143569 +355,-1.076150317,0.212107639,33,-1.540720364,0.7409892687,2633.9933261 +356,-1.577164531,0.273993443,33,-1.540720364,0.7409892687,1853.9157157 +357,-0.190788414,0.182208586,33,-1.540720364,0.7409892687,5092.5691112 +358,-0.261349752,0.209710184,33,-1.540720364,0.7409892687,4814.6207669 +359,-1.029303852,0.083549259,33,-1.540720364,0.7409892687,3164.4814132 +360,-1.268609162,0.330525297,33,-1.540720364,0.7409892687,1864.3797381 +361,1.282982244,-0.926641967,33,-1.540720364,0.7409892687,11328.502278 +362,0.217352334,0.731352408,33,-1.540720364,0.7409892687,4811.5414928 +363,-1.511833084,0.258629297,33,-1.540720364,0.7409892687,1913.1673258 +364,0.338812194,0.823184618,33,-1.540720364,0.7409892687,4836.9137884 +365,-0.324406489,1.134201999,33,-1.540720364,0.7409892687,3038.1178442 +366,1.389579348,0.399185724,33,-1.540720364,0.7409892687,7861.9628186 +367,2.047152199,-0.039082036,33,-1.540720364,0.7409892687,9245.88545 +368,0.947780369,0.568250077,33,-1.540720364,0.7409892687,6740.766257 +369,0.763824846,0.576754987,33,-1.540720364,0.7409892687,6404.4311629 +370,-0.142334657,0.928153068,33,-1.540720364,0.7409892687,3592.0806255 +371,0.610266567,0.547265983,33,-1.540720364,0.7409892687,6198.6801734 +372,0.210731629,0.746815056,33,-1.540720364,0.7409892687,4757.8636348 +373,-1.34931644,0.316895224,33,-1.540720364,0.7409892687,1799.1146786 +374,2.407696481,0.655030745,33,-1.540720364,0.7409892687,6196.4067856 +375,0.64207831,0.545359131,33,-1.540720364,0.7409892687,6270.3960529 +376,1.174597538,0.840588356,33,-1.540720364,0.7409892687,6004.6702935 +377,0.660059424,0.010604079,33,-1.540720364,0.7409892687,7971.509523 +378,-0.730263819,0.010486456,33,-1.540720364,0.7409892687,4076.5934588 +379,0.831068936,0.512339172,33,-1.540720364,0.7409892687,6741.7016097 +380,1.301180979,0.72367476,33,-1.540720364,0.7409892687,6544.267608 +381,1.811128231,0.322854402,33,-1.540720364,0.7409892687,8160.4839159 +382,0.435105812,0.992284428,33,-1.540720364,0.7409892687,4565.0119482 +383,0.62643634,0.592027932,33,-1.540720364,0.7409892687,6091.8303164 +384,0.492988703,-0.516339467,33,-1.540720364,0.7409892687,8869.6731509 +385,-0.162469483,0.112549365,33,-1.540720364,0.7409892687,5359.132179 +386,0.314630866,0.472006421,33,-1.540720364,0.7409892687,5735.7292745 +387,0.166744804,0.822815954,33,-1.540720364,0.7409892687,4476.7993175 +388,0.417159608,0.965805736,33,-1.540720364,0.7409892687,4605.7147405 +389,0.106334961,0.868774244,33,-1.540720364,0.7409892687,4242.8754755 +390,0.815086969,-0.338144359,33,-1.540720364,0.7409892687,9382.4493468 +391,0.59867455,-0.230624824,33,-1.540720364,0.7409892687,8486.376734 +392,1.915104874,0.066220985,33,-1.540720364,0.7409892687,9053.2567402 +393,1.278093622,0.064463721,33,-1.540720364,0.7409892687,9049.5542446 +394,-0.061477853,0.302997961,33,-1.540720364,0.7409892687,5156.3012345 +395,0.251311504,0.626976942,33,-1.540720364,0.7409892687,5159.8738998 +396,2.950242872,0.149095644,33,-1.540720364,0.7409892687,6459.6040551 +397,-0.180294708,0.35375117,33,-1.540720364,0.7409892687,4684.9245867 +398,1.010448592,-0.351180233,33,-1.540720364,0.7409892687,9946.209742 +399,-1.748740498,0.3686318073,33,-1.540720364,0.7409892687,1628.8302564 +400,2.699635665,0.123533791,33,-1.540720364,0.7409892687,7221.7453565 +401,0.496808033,0.823843254,33,-1.540720364,0.7409892687,5140.0519407 +402,0.129574704,0.763364087,33,-1.540720364,0.7409892687,4532.3906161 +403,1.798920311,0.817447563,33,-1.540720364,0.7409892687,6231.7998001 +404,0.335987953,0.746786541,33,-1.540720364,0.7409892687,5033.8611594 +405,-1.085413643,0.292154671,33,-1.540720364,0.7409892687,2350.9424805 +406,-0.155321003,0.508207011,33,-1.540720364,0.7409892687,4385.0904025 +407,0.620529244,-0.301175104,33,-1.540720364,0.7409892687,8733.8850146 +408,1.684402744,0.368716966,33,-1.540720364,0.7409892687,8037.6961783 +409,0.300582244,-0.386397212,33,-1.540720364,0.7409892687,8013.3380728 +410,2.913555946,-0.009225192,33,-1.540720364,0.7409892687,6997.4722003 +411,1.465101417,0.493232532,33,-1.540720364,0.7409892687,7530.0267114 +412,0.090612882,0.907955955,33,-1.540720364,0.7409892687,4126.8148929 +413,2.987564726,-0.729568594,33,-1.540720364,0.7409892687,8531.6038455 +414,-1.484261606,0.224149272,33,-1.540720364,0.7409892687,2056.37239 +415,0.164073421,0.303955133,33,-1.540720364,0.7409892687,5793.3762681 +416,0.141441293,0.167552546,33,-1.540720364,0.7409892687,6096.2400595 +417,2.931321023,-0.506718887,33,-1.540720364,0.7409892687,8210.2172187 +418,2.21951565,0.700596356,33,-1.540720364,0.7409892687,6318.2642863 +419,0.268112576,1.199114336,33,-1.540720364,0.7409892687,3840.0377876 +420,0.978913739,0.359223811,33,-1.540720364,0.7409892687,7529.1404437 +421,1.210898818,0.522863584,33,-1.540720364,0.7409892687,7239.7888362 +422,2.347397336,0.129231362,33,-1.540720364,0.7409892687,8071.1285037 +423,0.614394501,0.556878345,33,-1.540720364,0.7409892687,6177.2738697 +424,-1.398079356,0.148483366,33,-1.540720364,0.7409892687,2398.9726623 +425,2.535303836,-0.112984496,33,-1.540720364,0.7409892687,8349.9290032 +426,-1.019372593,-0.405322349,33,-1.540720364,0.7409892687,4924.285129 +427,-1.297785627,-0.160104069,33,-1.540720364,0.7409892687,3676.156571 +428,2.144554488,0.205051084,33,-1.540720364,0.7409892687,8208.3789002 +429,-2.242387083,-0.426171285,33,-1.540720364,0.7409892687,5286.1258666 +430,0.338637212,0.909723676,33,-1.540720364,0.7409892687,4612.4150253 +431,-0.148798452,0.691042401,33,-1.540720364,0.7409892687,4002.8967766 +432,0.893524764,0.441829531,33,-1.540720364,0.7409892687,7093.6610149 +433,0.969229347,-0.368847936,33,-1.540720364,0.7409892687,9886.8484307 +434,0.436043248,0.800045688,33,-1.540720364,0.7409892687,5092.5968116 +435,1.687946607,1.081504775,33,-1.540720364,0.7409892687,5219.5755809 +436,0.522302046,-0.034889271,33,-1.540720364,0.7409892687,7731.754721 +437,-0.178996113,-0.438090009,33,-1.540720364,0.7409892687,6809.0274392 +438,-1.094339566,0.301444068,33,-1.540720364,0.7409892687,2301.3573182 +439,-1.064070054,0.242569932,33,-1.540720364,0.7409892687,2558.7336127 +440,-1.068153768,0.230387998,33,-1.540720364,0.7409892687,2590.0392558 +441,-3.00496892,-0.23989155,33,-1.540720364,0.7409892687,6555.7043357 +442,0.21751974,0.766874888,33,-1.540720364,0.7409892687,4723.2930439 +443,0.117229532,0.007619006,33,-1.540720364,0.7409892687,6456.0600097 +444,0.777758451,0.420554741,33,-1.540720364,0.7409892687,6948.3183829 +445,-0.252356999,0.250747086,33,-1.540720364,0.7409892687,4734.8125134 +446,0.363148444,0.768483434,33,-1.540720364,0.7409892687,5032.7229588 +447,0.903191366,-0.118210676,33,-1.540720364,0.7409892687,8978.3253297 +448,-0.205755923,0.149406178,33,-1.540720364,0.7409892687,5135.1252453 +449,1.811996086,0.02364353,33,-1.540720364,0.7409892687,9322.549551 +450,-1.100670221,0.314845373,33,-1.540720364,0.7409892687,2244.2974304 +451,0.340078597,0.850105132,33,-1.540720364,0.7409892687,4768.9572607 +452,0.258757267,0.804969236,33,-1.540720364,0.7409892687,4717.9848398 +453,2.78505352,-0.155160804,33,-1.540720364,0.7409892687,7762.3392074 +454,0.800551619,0.105822106,33,-1.540720364,0.7409892687,8025.1752089 +455,0.437940882,-0.506194031,33,-1.540720364,0.7409892687,8688.4543639 +456,2.230431122,0.63458615,33,-1.540720364,0.7409892687,6539.4393282 +457,0.527965361,0.127667701,33,-1.540720364,0.7409892687,7278.2904717 +458,-0.063643205,0.702093448,33,-1.540720364,0.7409892687,4199.6514328 +459,1.408447268,0.133010502,33,-1.540720364,0.7409892687,8912.7264432 +460,0.523795955,0.280266966,33,-1.540720364,0.7409892687,6815.4673849 +461,-0.975769313,0.072177659,33,-1.540720364,0.7409892687,3312.5801529 +462,0.549774164,-0.463663986,33,-1.540720364,0.7409892687,8919.5550669 +463,0.29245874,1.095549818,33,-1.540720364,0.7409892687,4089.8499248 +464,0.143625958,0.816809593,33,-1.540720364,0.7409892687,4440.0338109 +465,0.671902494,0.611159853,33,-1.540720364,0.7409892687,6120.513928 +466,1.239840988,0.6724199,33,-1.540720364,0.7409892687,6696.510278 +467,0.607829703,-0.10932137,33,-1.540720364,0.7409892687,8178.818103 +468,1.763020906,0.263996692,33,-1.540720364,0.7409892687,8419.4128932 +469,0.378714634,0.726066797,33,-1.540720364,0.7409892687,5181.3697378 +470,2.196736143,-0.153862366,33,-1.540720364,0.7409892687,9331.6615992 +471,0.01702415,0.148991565,33,-1.540720364,0.7409892687,5786.4345611 +472,-2.998490902,-0.158002487,33,-1.540720364,0.7409892687,6317.1350574 +473,-3.051262951,-0.346595608,33,-1.540720364,0.7409892687,6969.0973158 +474,-1.069176439,0.182802941,33,-1.540720364,0.7409892687,2746.7826473 +475,0.167157509,0.595344954,33,-1.540720364,0.7409892687,5035.4911331 +476,0.613855648,0.681746124,33,-1.540720364,0.7409892687,5786.925078 +477,1.037012736,0.682555367,33,-1.540720364,0.7409892687,6452.1694725 +478,-1.253574971,0.379755746,33,-1.540720364,0.7409892687,1717.9959134 +479,3.108590453,-0.132620738,33,-1.540720364,0.7409892687,6759.7325333 +480,0.565301296,0.022333262,33,-1.540720364,0.7409892687,7685.4591487 +481,0.547898238,0.855555614,33,-1.540720364,0.7409892687,5138.6239591 +482,0.948309381,0.417393755,33,-1.540720364,0.7409892687,7272.9479118 +483,-0.050600732,0.945269213,33,-1.540720364,0.7409892687,3761.3035713 +484,-0.977651478,-0.572363064,33,-1.540720364,0.7409892687,5589.99561 +485,1.102014914,0.728861163,33,-1.540720364,0.7409892687,6355.4479585 +486,2.927300795,-0.282939414,33,-1.540720364,0.7409892687,7680.036362 +487,-1.154565557,0.124434095,33,-1.540720364,0.7409892687,2790.3340327 +488,1.855331234,0.291044755,33,-1.540720364,0.7409892687,8251.7463046 +489,0.830290659,0.276904518,33,-1.540720364,0.7409892687,7531.6985866 +490,0.485104466,-0.234867441,33,-1.540720364,0.7409892687,8170.9562032 +491,0.521367572,-0.33161327,33,-1.540720364,0.7409892687,8523.3136601 +1,-1.539031704,0.7349710123,34,-1.547188511,0.7395198392,29.946072648 +2,-1.536990553,0.7349663874,34,-1.547188511,0.7395198392,34.922643893 +3,-1.534951779,0.7349571355,34,-1.547188511,0.7395198392,40.177562336 +4,-1.532906461,0.7349480293,34,-1.547188511,0.7395198392,45.628517713 +5,-1.531320211,0.7346937278,34,-1.547188511,0.7395198392,50.3111864 +6,-1.539451648,0.7335131775,34,-1.547188511,0.7395198392,32.885949278 +7,-1.537429487,0.7335445708,34,-1.547188511,0.7395198392,37.15090738 +8,-1.535484998,0.7335658704,34,-1.547188511,0.7395198392,41.659452378 +9,-1.533488396,0.7336036027,34,-1.547188511,0.7395198392,46.530938578 +10,-1.531497785,0.7335842962,34,-1.547188511,0.7395198392,51.69586335 +11,-1.530259379,0.7334777758,34,-1.547188511,0.7395198392,55.140895358 +12,-1.5335454,0.7322346912,34,-1.547188511,0.7395198392,49.368239574 +13,-1.531489083,0.7322238773,34,-1.547188511,0.7395198392,54.404394913 +14,-1.530011122,0.7321679851,34,-1.547188511,0.7395198392,58.238078069 +15,-1.53348106,0.7306614094,34,-1.547188511,0.7395198392,53.415135475 +16,-1.531441779,0.7306962275,34,-1.547188511,0.7395198392,57.982396386 +17,-1.529755654,0.7306933243,34,-1.547188511,0.7395198392,62.013632847 +18,-1.533415048,0.7291384674,34,-1.547188511,0.7395198392,57.713064302 +19,-1.531392093,0.7291705353,34,-1.547188511,0.7395198392,61.946665001 +20,-1.529296523,0.7291214933,34,-1.547188511,0.7395198392,66.810963504 +21,-1.535280942,0.727267644,34,-1.547188511,0.7395198392,59.858040511 +22,-1.533378158,0.7276139666,34,-1.547188511,0.7395198392,62.248923481 +23,-1.531340368,0.7276446587,34,-1.547188511,0.7395198392,66.23116711 +24,-1.528960113,0.7276398177,34,-1.547188511,0.7395198392,71.347447747 +25,-1.533313146,0.7260818349,34,-1.547188511,0.7395198392,67.097077653 +26,-1.531259555,0.7260958115,34,-1.547188511,0.7395198392,70.898695725 +27,-1.528926415,0.7260865555,34,-1.547188511,0.7395198392,75.643869192 +28,-1.531226779,0.7245511789,34,-1.547188511,0.7395198392,75.675696946 +29,-1.528904772,0.7245519194,34,-1.547188511,0.7395198392,80.104011574 +30,-1.547195875,0.7409785979,34,-1.547188511,0.7395198392,5.7781835633 +31,-1.5451475,0.740980426,34,-1.547188511,0.7395198392,8.3124334875 +32,-1.543097679,0.7409798872,34,-1.547188511,0.7395198392,13.287786959 +33,-1.540720364,0.7409892687,34,-1.547188511,0.7395198392,19.790633555 +34,-1.547188511,0.7395198392,34,-1.547188511,0.7395198392,3.0009614597 +35,-1.545148587,0.7395226109,34,-1.547188511,0.7395198392,5.9695467747 +36,-1.543104538,0.7395314908,34,-1.547188511,0.7395198392,11.951179625 +37,-1.540727751,0.7395306258,34,-1.547188511,0.7395198392,18.906423482 +38,-1.547187029,0.7380014886,34,-1.547188511,0.7395198392,6.0141882086 +39,-1.545147315,0.7380012252,34,-1.547188511,0.7395198392,8.4801107671 +40,-1.54310719,0.7380060743,34,-1.547188511,0.7395198392,13.371379753 +41,-1.540719671,0.7380068206,34,-1.547188511,0.7395198392,19.8685774 +42,-1.547187189,0.7364799098,34,-1.547188511,0.7395198392,12.041160656 +43,-1.545149996,0.7364853874,34,-1.547188511,0.7395198392,13.422076571 +44,-1.543106091,0.7364823484,34,-1.547188511,0.7395198392,16.966836224 +45,-1.540717158,0.7364893901,34,-1.547188511,0.7395198392,22.443364816 +46,-1.538663972,0.7410138672,34,-1.547188511,0.7395198392,25.621579676 +47,-1.53695285,0.7409699132,34,-1.547188511,0.7395198392,30.479388734 +48,-1.534910498,0.7409641297,34,-1.547188511,0.7395198392,36.358933497 +49,-1.533145034,0.7409536636,34,-1.547188511,0.7395198392,41.459997925 +50,-1.538681336,0.7395405883,34,-1.547188511,0.7395198392,24.894888953 +51,-1.536999189,0.7395183096,34,-1.547188511,0.7395198392,29.817546199 +52,-1.534923633,0.7395144222,34,-1.547188511,0.7395198392,35.891392222 +53,-1.533267822,0.7395654306,34,-1.547188511,0.7395198392,40.736296034 +54,-1.53867273,0.7380151077,34,-1.547188511,0.7395198392,25.639646793 +55,-1.536980576,0.7379994392,34,-1.547188511,0.7395198392,30.493295302 +56,-1.534931522,0.7379944961,34,-1.547188511,0.7395198392,36.398106204 +57,-1.533387952,0.7379480264,34,-1.547188511,0.7395198392,40.890883162 +58,-1.538682279,0.7364914363,34,-1.547188511,0.7395198392,27.662701996 +59,-1.536980704,0.7364810563,34,-1.547188511,0.7395198392,32.243831039 +60,-1.534935567,0.7364752065,34,-1.547188511,0.7395198392,37.877234924 +61,-1.533042592,0.7363876366,34,-1.547188511,0.7395198392,43.271597229 +62,-1.545143426,0.7349628011,34,-1.547188511,0.7395198392,19.020583191 +63,-1.543105297,0.7349691947,34,-1.547188511,0.7395198392,21.639616927 +64,-1.541064533,0.7349647152,34,-1.547188511,0.7395198392,25.456555572 +65,-1.545411803,0.7334624714,34,-1.547188511,0.7395198392,24.553143049 +66,-1.543446606,0.7334780896,34,-1.547188511,0.7395198392,26.330125756 +67,-1.541475327,0.7334957295,34,-1.547188511,0.7395198392,29.161995817 +68,-1.545401939,0.731963266,34,-1.547188511,0.7395198392,30.387847263 +69,-1.54342253,0.7319915583,34,-1.547188511,0.7395198392,31.803917278 +70,-1.541455867,0.7320216438,34,-1.547188511,0.7395198392,34.138779946 +71,-1.545410146,0.7304422281,34,-1.547188511,0.7395198392,36.334149402 +72,-1.543435491,0.7304713664,34,-1.547188511,0.7395198392,37.499182038 +73,-1.541463105,0.7304997613,34,-1.547188511,0.7395198392,39.49107925 +74,-1.545414768,0.7289194936,34,-1.547188511,0.7395198392,42.310653505 +75,-1.543435774,0.7289538557,34,-1.547188511,0.7395198392,43.282063153 +76,-1.541457714,0.7289765881,34,-1.547188511,0.7395198392,45.033190614 +77,-1.539449415,0.7320555866,34,-1.547188511,0.7395198392,37.2897683 +78,-1.537429183,0.7321097681,34,-1.547188511,0.7395198392,41.01981876 +79,-1.535472649,0.7321497267,34,-1.547188511,0.7395198392,45.117111086 +80,-1.539457899,0.7305333307,34,-1.547188511,0.7395198392,42.225618452 +81,-1.537453161,0.7305750503,34,-1.547188511,0.7395198392,45.536068648 +82,-1.535479385,0.7306124949,34,-1.547188511,0.7395198392,49.278969236 +83,-1.53946905,0.7290102593,34,-1.547188511,0.7395198392,47.414164726 +84,-1.537459922,0.7290417293,34,-1.547188511,0.7395198392,50.406162187 +85,-1.535451349,0.7290890157,34,-1.547188511,0.7395198392,53.832638582 +86,-1.535522937,0.7279887191,34,-1.547188511,0.7395198392,57.129347474 +87,-1.539442524,0.7274735939,34,-1.547188511,0.7395198392,52.878867221 +88,-1.537424111,0.727521351,34,-1.547188511,0.7395198392,55.534637164 +89,-1.539384641,0.7259505092,34,-1.547188511,0.7395198392,58.453454457 +90,-1.537372391,0.7259947145,34,-1.547188511,0.7395198392,60.871567756 +91,-1.535340789,0.7260435356,34,-1.547188511,0.7395198392,63.766276748 +92,-1.539325716,0.7244369706,34,-1.547188511,0.7395198392,64.077512229 +93,-1.537308932,0.7244801057,34,-1.547188511,0.7395198392,66.303286139 +94,-1.535289068,0.7245247645,34,-1.547188511,0.7395198392,68.970177572 +95,-1.533261366,0.7245550236,34,-1.547188511,0.7395198392,72.091425492 +96,-1.539267302,0.722921924,34,-1.547188511,0.7395198392,69.769110307 +97,-1.537248972,0.7229660258,34,-1.547188511,0.7395198392,71.819960389 +98,-1.535219431,0.7229916471,34,-1.547188511,0.7395198392,74.372478702 +99,-1.53318962,0.7230212049,34,-1.547188511,0.7395198392,77.291974125 +100,-1.531154816,0.7230299897,34,-1.547188511,0.7395198392,80.626468946 +101,-1.528878341,0.7230370244,34,-1.547188511,0.7395198392,84.714167092 +102,-1.539218189,0.7214009878,34,-1.547188511,0.7395198392,75.522817283 +103,-1.537198791,0.7214422745,34,-1.547188511,0.7395198392,77.433211132 +104,-1.535179266,0.7214634354,34,-1.547188511,0.7395198392,79.815839772 +105,-1.533156501,0.7214944644,34,-1.547188511,0.7395198392,82.531320558 +106,-1.53113574,0.7215166021,34,-1.547188511,0.7395198392,85.603565751 +107,-1.528874248,0.7215345535,34,-1.547188511,0.7395198392,89.410279783 +108,-1.539217656,0.7198512397,34,-1.547188511,0.7395198392,81.383801003 +109,-1.537199919,0.7199428763,34,-1.547188511,0.7395198392,82.961890939 +110,-1.545425832,0.727397149,34,-1.547188511,0.7395198392,48.297268962 +111,-1.543371177,0.7273916949,34,-1.547188511,0.7395198392,49.335222047 +112,-1.541368852,0.7274523163,34,-1.547188511,0.7395198392,50.774016565 +113,-1.545349067,0.7258710923,34,-1.547188511,0.7395198392,54.333307241 +114,-1.54332671,0.7258603556,34,-1.547188511,0.7395198392,55.287162009 +115,-1.541346831,0.7259242142,34,-1.547188511,0.7395198392,56.532347402 +116,-1.545324355,0.7243383958,34,-1.547188511,0.7395198392,60.384024273 +117,-1.543292796,0.7243617413,34,-1.547188511,0.7395198392,61.128565249 +118,-1.541295822,0.7244024384,34,-1.547188511,0.7395198392,62.346243744 +119,-1.543193859,0.7205570215,34,-1.547188511,0.7395198392,76.031366955 +120,-1.550257047,0.7386738187,34,-1.547188511,0.7395198392,9.587789978 +121,-1.549335448,0.7311736483,34,-1.547188511,0.7395198392,33.655411595 +122,-1.533478843,0.7179891343,34,-1.547188511,0.7395198392,94.414656501 +123,-1.556150555,0.738907041,34,-1.547188511,0.7395198392,26.345474132 +124,-1.554324226,0.733414257,34,-1.547188511,0.7395198392,31.989707356 +125,-1.554290846,0.7288285332,34,-1.547188511,0.7395198392,47.218048063 +126,-1.55122487,0.7219795312,34,-1.547188511,0.7395198392,70.489807198 +127,-1.525104458,0.7229399862,34,-1.547188511,0.7395198392,92.477660787 +128,-1.519607711,0.7236181429,34,-1.547188511,0.7395198392,102.83665198 +129,-1.513899999,0.7251107854,34,-1.547188511,0.7395198392,113.44885917 +130,-1.536620762,0.7431061895,34,-1.547188511,0.7395198392,33.985522001 +131,-1.5369566,0.7460845958,34,-1.547188511,0.7395198392,39.589227453 +132,-1.545345528,0.7447040685,34,-1.547188511,0.7395198392,21.227912473 +133,-1.532813921,0.7432306626,34,-1.547188511,0.7395198392,44.491738161 +134,-1.554788248,0.7382381001,34,-1.547188511,0.7395198392,22.82431953 +135,-1.540348126,0.7301594274,34,-1.547188511,0.7395198392,42.175573392 +136,-1.538016084,0.7239051786,34,-1.547188511,0.7395198392,67.498628214 +137,-1.525288962,0.7258085137,34,-1.547188511,0.7395198392,84.307019961 +138,-1.534326986,0.731241342,34,-1.547188511,0.7395198392,50.024878163 +139,-1.530733872,0.7303625216,34,-1.547188511,0.7395198392,60.444813992 +141,-1.534354939,0.7328219978,34,-1.547188511,0.7395198392,46.074500852 +142,-1.53157084,0.7292888153,34,-1.547188511,0.7395198392,61.240807724 +143,-1.525691035,0.7263799874,34,-1.547188511,0.7395198392,81.936569921 +144,-1.534031287,0.7495967835,34,-1.547188511,0.7395198392,55.334997583 +145,-1.527714986,0.7283095957,34,-1.547188511,0.7395198392,72.471918695 +146,-1.526189586,0.7271468292,34,-1.547188511,0.7395198392,78.869755494 +147,-1.555177336,0.7375563366,34,-1.547188511,0.7395198392,24.657718648 +148,-1.555080283,0.7312707794,34,-1.547188511,0.7395198392,40.061997955 +149,-1.53856994,0.7224180299,34,-1.547188511,0.7395198392,72.351244575 +150,-1.530837883,0.729933372,34,-1.547188511,0.7395198392,61.247104227 +151,-1.515066984,0.5854133365,34,-1.547188511,0.7395198392,618.55886231 +152,-1.534731633,0.5368370046,34,-1.547188511,0.7395198392,803.79537029 +153,-1.515231902,0.5607085576,34,-1.547188511,0.7395198392,715.35066509 +154,-2.616253799,1.0684566605,34,-1.547188511,0.7395198392,2791.6467251 +155,-1.956071439,0.5792177723,34,-1.547188511,0.7395198392,1422.4252621 +156,-1.951208514,0.5602434208,34,-1.547188511,0.7395198392,1451.736148 +157,-1.944675062,0.6062144545,34,-1.547188511,0.7395198392,1334.3539068 +158,-1.613778386,0.6077989518,34,-1.547188511,0.7395198392,560.82855921 +159,-2.035029014,0.6021432345,34,-1.547188511,0.7395198392,1599.6605842 +160,-2.114989471,0.6801825058,34,-1.547188511,0.7395198392,1711.3280005 +161,-2.037382079,0.5765830025,34,-1.547188511,0.7395198392,1656.4911924 +162,-2.129855121,0.6585019963,34,-1.547188511,0.7395198392,1783.7309682 +163,-2.075141798,0.6493615843,34,-1.547188511,0.7395198392,1636.9039756 +164,-1.828626729,0.6948433129,34,-1.547188511,0.7395198392,857.19705678 +165,-1.863329418,0.6735427691,34,-1.547188511,0.7395198392,985.52133015 +166,-1.266037071,0.727988852,34,-1.547188511,0.7395198392,827.08259401 +167,-1.277579582,0.7249010648,34,-1.547188511,0.7395198392,795.21908002 +168,-1.258418684,0.7241194816,34,-1.547188511,0.7395198392,851.78654923 +169,-1.317813974,0.6804850104,34,-1.547188511,0.7395198392,726.69441959 +170,-1.344165204,0.6790988904,34,-1.547188511,0.7395198392,654.77938411 +171,-1.427582102,0.5277120351,34,-1.547188511,0.7395198392,920.95111715 +172,-1.402238616,0.457167829,34,-1.547188511,0.7395198392,1213.3193585 +173,-1.422454264,0.4996161999,34,-1.547188511,0.7395198392,1030.8972115 +174,-1.439089277,0.4894859811,34,-1.547188511,0.7395198392,1049.5807956 +175,-1.448126995,0.5182330266,34,-1.547188511,0.7395198392,931.59896375 +176,-1.474626146,0.5881926574,34,-1.547188511,0.7395198392,640.50715313 +177,-1.421139645,0.5584869783,34,-1.547188511,0.7395198392,819.24006689 +178,-1.457037165,0.565943032,34,-1.547188511,0.7395198392,743.37474984 +179,-2.757159358,0.3745319,34,-1.547188511,0.7395198392,4196.7306625 +180,-2.714309238,0.342054471,34,-1.547188511,0.7395198392,4150.5130054 +181,-2.000525337,0.774119946,34,-1.547188511,0.7395198392,1307.1348321 +183,-1.571413436,0.6777838382,34,-1.547188511,0.7395198392,255.14705982 +184,-1.552860289,0.6987663893,34,-1.547188511,0.7395198392,162.30653664 +185,-1.521852374,0.7165827476,34,-1.547188511,0.7395198392,117.75167545 +186,-1.503656267,0.6928968252,34,-1.547188511,0.7395198392,225.85417298 +187,-1.502753178,0.7136205882,34,-1.547188511,0.7395198392,166.81504149 +188,-1.631894563,0.7343596465,34,-1.547188511,0.7395198392,249.26755328 +189,-1.653765416,0.6770714026,34,-1.547188511,0.7395198392,404.75907048 +190,-1.719812114,0.6715965947,34,-1.547188511,0.7395198392,585.40998128 +191,-1.493406659,0.6646955447,34,-1.547188511,0.7395198392,338.01228166 +192,-1.469120564,0.6613469966,34,-1.547188511,0.7395198392,389.45306225 +193,-1.590551461,0.5326612937,34,-1.547188511,0.7395198392,830.82570344 +194,-1.625979264,0.5247742243,34,-1.547188511,0.7395198392,886.72333735 +195,-1.572293943,0.5238808754,34,-1.547188511,0.7395198392,857.86970238 +196,-1.610848725,0.5477107964,34,-1.547188511,0.7395198392,785.8588795 +197,-1.208485554,0.7918526018,34,-1.547188511,0.7395198392,986.54459149 +198,-1.335601374,0.6869083083,34,-1.547188511,0.7395198392,666.49394495 +199,-1.346156996,0.6825213377,34,-1.547188511,0.7395198392,643.54803073 +200,-1.324381037,0.6741422347,34,-1.547188511,0.7395198392,718.4309038 +201,-1.242424992,0.7378949807,34,-1.547188511,0.7395198392,890.95700735 +202,-1.270370057,0.7392461008,34,-1.547188511,0.7395198392,808.99228484 +203,-1.448950472,0.7441675014,34,-1.547188511,0.7395198392,287.4059087 +204,-1.492662363,0.7523026852,34,-1.547188511,0.7395198392,166.50186399 +205,-1.479098966,0.7763855017,34,-1.547188511,0.7395198392,244.26497227 +206,-1.633760714,0.7869022408,34,-1.547188511,0.7395198392,310.75014855 +207,-1.647406434,0.8101289331,34,-1.547188511,0.7395198392,398.14041345 +208,-1.564245052,0.5701509278,34,-1.547188511,0.7395198392,672.99278049 +209,-1.646289963,0.6833746083,34,-1.547188511,0.7395198392,371.14639756 +210,-1.5820631,0.6751952144,34,-1.547188511,0.7395198392,275.55305189 +211,-1.613236298,0.6681681791,34,-1.547188511,0.7395198392,345.82536954 +212,-1.914661867,0.8212566515,34,-1.547188511,0.7395198392,1080.0147274 +213,-1.742133237,0.7250275956,34,-1.547188511,0.7395198392,576.67328442 +214,-2.033144872,0.6557314699,34,-1.547188511,0.7395198392,1504.804519 +215,-2.039551981,0.6964723658,34,-1.547188511,0.7395198392,1471.8184147 +216,-1.247341019,0.7622473908,34,-1.547188511,0.7395198392,871.38255213 +217,-1.298239787,0.7084123392,34,-1.547188511,0.7395198392,748.03897912 +218,-1.308539688,0.6926545592,34,-1.547188511,0.7395198392,735.95745075 +219,-1.303263185,0.6888938396,34,-1.547188511,0.7395198392,756.10768941 +220,-1.852400229,0.6004246149,34,-1.547188511,0.7395198392,1093.0005934 +221,-1.288947707,0.7473773692,34,-1.547188511,0.7395198392,752.66570717 +222,-1.372031502,0.7472790993,34,-1.547188511,0.7395198392,511.3742985 +223,-1.289805721,0.7242157877,34,-1.547188511,0.7395198392,759.88754233 +224,-1.350807603,0.7533498126,34,-1.547188511,0.7395198392,573.22516852 +225,-1.329290365,0.7560442322,34,-1.547188511,0.7395198392,635.59311431 +226,-1.410153004,0.616936428,34,-1.547188511,0.7395198392,643.14870416 +227,-1.393445434,0.6308995063,34,-1.547188511,0.7395198392,637.66070471 +228,-1.37595573,0.6241540638,34,-1.547188511,0.7395198392,696.37976251 +229,-1.358388707,0.6172645205,34,-1.547188511,0.7395198392,756.22425669 +230,-1.753741133,0.8281661666,34,-1.547188511,0.7395198392,676.42398528 +231,-1.47430987,0.6834615681,34,-1.547188511,0.7395198392,311.54069068 +232,-1.421012508,0.7222725206,34,-1.547188511,0.7395198392,378.22197863 +233,-1.4476833,0.6978557868,34,-1.547188511,0.7395198392,339.36353104 +234,-1.470370723,0.6966193374,34,-1.547188511,0.7395198392,285.2096716 +235,-1.429211703,0.7037216883,34,-1.547188511,0.7395198392,378.2557285 +236,-1.700578405,0.6178673663,34,-1.547188511,0.7395198392,674.4428838 +237,-1.678117619,0.6331716163,34,-1.547188511,0.7395198392,581.24257178 +238,-1.725644578,0.6316331145,34,-1.547188511,0.7395198392,693.39796121 +239,-2.14012759,0.7930497945,34,-1.547188511,0.7395198392,1692.6211763 +240,-2.103289431,0.7653606263,34,-1.547188511,0.7395198392,1601.3245321 +241,-1.318739838,0.7017808746,34,-1.547188511,0.7395198392,695.38729207 +242,-1.396417427,0.7077900843,34,-1.547188511,0.7395198392,464.61234498 +243,-1.35650337,0.7185539404,34,-1.547188511,0.7395198392,568.99645427 +244,-1.248884539,0.7274156818,34,-1.547188511,0.7395198392,877.5741837 +245,-1.395014798,0.5761185243,34,-1.547188511,0.7395198392,803.01996008 +246,-1.433377362,0.6064716109,34,-1.547188511,0.7395198392,633.57078225 +247,-1.408172432,0.5903155476,34,-1.547188511,0.7395198392,732.08825868 +248,-1.749645898,0.7757118084,34,-1.547188511,0.7395198392,599.39359006 +249,-1.571626686,0.615046989,34,-1.547188511,0.7395198392,498.75241442 +250,-1.514070049,0.6303003037,34,-1.547188511,0.7395198392,444.3531076 +251,-1.480890369,0.6237966528,34,-1.547188511,0.7395198392,501.54931046 +252,-1.704390658,0.5281680612,34,-1.547188511,0.7395198392,974.64317627 +253,-1.64434733,0.5254277498,34,-1.547188511,0.7395198392,902.494596 +254,-1.703855997,0.4792484842,34,-1.547188511,0.7395198392,1148.0322259 +255,-1.692002383,0.5748825051,34,-1.547188511,0.7395198392,793.76895093 +256,-1.854136457,0.5544643913,34,-1.547188511,0.7395198392,1211.7740014 +257,-1.665021206,0.520317736,34,-1.547188511,0.7395198392,945.82406034 +258,-1.733654349,0.4845187345,34,-1.547188511,0.7395198392,1174.9033904 +259,-1.720938188,0.5135933906,34,-1.547188511,0.7395198392,1052.5955993 +260,-1.742668307,0.553296122,34,-1.547188511,0.7395198392,960.56715005 +261,-1.965659039,0.7142126903,34,-1.547188511,0.7395198392,1238.5553859 +262,-1.944438071,0.6772834804,34,-1.547188511,0.7395198392,1216.1974058 +263,-1.270340967,0.7681487096,34,-1.547188511,0.7395198392,806.20804812 +264,-1.353091884,0.6549276821,34,-1.547188511,0.7395198392,677.17477855 +265,-1.333236659,0.6413584414,34,-1.547188511,0.7395198392,759.18279625 +266,-1.352015998,0.6753788907,34,-1.547188511,0.7395198392,639.47526482 +267,-1.377988483,0.6577816235,34,-1.547188511,0.7395198392,606.18513211 +268,-2.13075611,0.8318642051,34,-1.547188511,0.7395198392,1660.6775946 +269,-2.097910953,0.8259670014,34,-1.547188511,0.7395198392,1572.5419903 +270,-1.416382069,0.6694271549,34,-1.547188511,0.7395198392,482.33085758 +271,-1.538905672,0.7535625993,34,-1.547188511,0.7395198392,60.612706934 +272,-1.572309477,0.7803125099,34,-1.547188511,0.7395198392,176.94050746 +273,-1.87759879,0.7503853417,34,-1.547188511,0.7395198392,961.01747618 +274,1.152365588,0.590457682,34,-1.547188511,0.7395198392,6936.8366749 +275,0.350198001,0.718001859,34,-1.547188511,0.7395198392,5160.1182797 +276,0.046513677,0.491503852,34,-1.547188511,0.7395198392,5001.9660771 +277,0.027510309,0.742571376,34,-1.547188511,0.7395198392,4357.1753498 +278,0.306285725,-0.214631579,34,-1.547188511,0.7395198392,7616.6402943 +279,-1.100564889,0.318051531,34,-1.547188511,0.7395198392,2244.8546336 +280,-1.078582306,0.301437596,34,-1.547188511,0.7395198392,2347.1201191 +281,-1.137371989,-0.617634065,34,-1.547188511,0.7395198392,5576.8128382 +282,0.784356344,0.703272339,34,-1.547188511,0.7395198392,6034.372296 +283,-1.221209947,0.218327455,34,-1.547188511,0.7395198392,2349.0472857 +284,2.347301921,-0.449114658,34,-1.547188511,0.7395198392,9754.5927539 +285,0.246820618,0.830553713,34,-1.547188511,0.7395198392,4646.7816794 +286,0.829414965,0.703288228,34,-1.547188511,0.7395198392,6105.6311655 +287,-1.337537566,0.42332223,34,-1.547188511,0.7395198392,1428.4439582 +288,0.882453706,0.454478077,34,-1.547188511,0.7395198392,7046.6148291 +289,1.575629659,0.416419109,34,-1.547188511,0.7395198392,7864.6589697 +290,-1.039455679,0.229888244,34,-1.547188511,0.7395198392,2664.3441089 +291,0.489558039,0.934482747,34,-1.547188511,0.7395198392,4827.5440961 +292,0.081344504,0.88384514,34,-1.547188511,0.7395198392,4175.1668244 +293,-1.547979814,0.300350308,34,-1.547188511,0.7395198392,1739.5525712 +294,0.040776181,0.168560074,34,-1.547188511,0.7395198392,5822.9412908 +295,-1.130374745,0.563894876,34,-1.547188511,0.7395198392,1478.3304529 +296,1.578326642,0.478507176,34,-1.547188511,0.7395198392,7618.8857446 +297,-1.12861823,-0.291640865,34,-1.547188511,0.7395198392,4360.9156564 +298,0.310524208,0.770885792,34,-1.547188511,0.7395198392,4933.345663 +299,0.415649091,-0.387246002,34,-1.547188511,0.7395198392,8368.9084466 +300,-0.926533878,-0.188022748,34,-1.547188511,0.7395198392,4308.7339738 +301,1.258856172,-0.11716081,34,-1.547188511,0.7395198392,9712.8719729 +302,-1.126050026,0.322941926,34,-1.547188511,0.7395198392,2172.9445729 +303,2.002785835,0.07893892,34,-1.547188511,0.7395198392,8884.8768262 +304,0.440437607,0.746258085,34,-1.547188511,0.7395198392,5270.4236412 +305,-0.030391866,0.214441206,34,-1.547188511,0.7395198392,5495.4679023 +306,0.521557815,-0.058929362,34,-1.547188511,0.7395198392,7817.1962388 +307,-0.097005111,0.13317729,34,-1.547188511,0.7395198392,5514.7296441 +308,1.83113859,0.221857587,34,-1.547188511,0.7395198392,8539.5420113 +309,0.222428864,0.099404236,34,-1.547188511,0.7395198392,6532.4667112 +310,-1.702731345,0.8728568183,34,-1.547188511,0.7395198392,677.86661048 +311,-0.418507569,0.278324921,34,-1.547188511,0.7395198392,4197.6710589 +312,-1.41153306,0.339029988,34,-1.547188511,0.7395198392,1650.1616502 +313,0.357560442,0.114788776,34,-1.547188511,0.7395198392,6871.9759594 +314,0.325818979,0.268352149,34,-1.547188511,0.7395198392,6353.9668807 +315,-1.246004659,-0.663679965,34,-1.547188511,0.7395198392,5663.0912417 +316,1.814603087,0.637404484,34,-1.547188511,0.7395198392,6932.0626043 +317,1.843704281,-0.18300445,34,-1.547188511,0.7395198392,10076.434149 +318,1.690644492,-0.211480909,34,-1.547188511,0.7395198392,10326.155512 +319,-1.275451936,0.068109467,34,-1.547188511,0.7395198392,2827.2443144 +320,0.762430171,-0.207594741,34,-1.547188511,0.7395198392,8899.8572341 +321,0.265668905,-0.014647884,34,-1.547188511,0.7395198392,6966.7913911 +322,-2.773032013,-0.335515811,34,-1.547188511,0.7395198392,6166.4783974 +323,-1.469512853,0.174058777,34,-1.547188511,0.7395198392,2255.9585214 +324,0.286276986,0.785925691,34,-1.547188511,0.7395198392,4842.6531464 +325,-1.379324697,0.377432233,34,-1.547188511,0.7395198392,1538.5611531 +326,-1.203778265,0.212813032,34,-1.547188511,0.7395198392,2397.7864995 +327,0.579916301,0.611743168,34,-1.547188511,0.7395198392,5953.7047423 +328,0.267582642,0.868113908,34,-1.547188511,0.7395198392,4596.4392215 +329,0.412869244,-0.050245578,34,-1.547188511,0.7395198392,7486.5361788 +330,0.17524381,0.976660285,34,-1.547188511,0.7395198392,4166.3535327 +331,0.743157214,0.204812899,34,-1.547188511,0.7395198392,7594.6052876 +332,-1.070758176,0.269382282,34,-1.547188511,0.7395198392,2467.2425509 +333,-1.230364251,0.329790229,34,-1.547188511,0.7395198392,1939.9870856 +334,-1.374813124,-0.024926835,34,-1.547188511,0.7395198392,3090.1066216 +335,0.519780566,0.463669906,34,-1.547188511,0.7395198392,6274.0984963 +336,-1.55108034,0.239698561,34,-1.547188511,0.7395198392,1979.837001 +337,0.180294813,0.029739425,34,-1.547188511,0.7395198392,6599.5660477 +338,0.67820924,0.268170153,34,-1.547188511,0.7395198392,7243.9179259 +339,0.445798684,1.024001867,34,-1.547188511,0.7395198392,4512.6071519 +340,0.691751283,0.150521402,34,-1.547188511,0.7395198392,7644.4799977 +341,-1.036643551,-0.903056181,34,-1.547188511,0.7395198392,6738.5370205 +342,-0.120287036,1.083325163,34,-1.547188511,0.7395198392,3444.8803169 +343,2.823513113,-0.304487164,34,-1.547188511,0.7395198392,8018.673069 +344,0.457583172,1.12513373,34,-1.547188511,0.7395198392,4264.970378 +345,0.042918831,0.813795399,34,-1.547188511,0.7395198392,4238.4504641 +346,1.196146777,-0.853142756,34,-1.547188511,0.7395198392,11258.129694 +347,0.206001358,-0.010430701,34,-1.547188511,0.7395198392,6782.4015001 +348,-0.268308653,0.234799412,34,-1.547188511,0.7395198392,4748.0432464 +349,0.759363263,0.736189579,34,-1.547188511,0.7395198392,5884.4629723 +350,0.181363926,0.891988372,34,-1.547188511,0.7395198392,4365.6874357 +351,-0.021111158,0.139103292,34,-1.547188511,0.7395198392,5720.9000241 +352,-0.093355215,0.630686981,34,-1.547188511,0.7395198392,4297.0833415 +353,0.40118964,0.681375926,34,-1.547188511,0.7395198392,5371.9976202 +354,-0.721197315,1.304706234,34,-1.547188511,0.7395198392,2666.1077069 +355,-1.076150317,0.212107639,34,-1.547188511,0.7395198392,2643.4071556 +356,-1.577164531,0.273993443,34,-1.547188511,0.7395198392,1846.7674797 +357,-0.190788414,0.182208586,34,-1.547188511,0.7395198392,5111.4263751 +358,-0.261349752,0.209710184,34,-1.547188511,0.7395198392,4833.3142041 +359,-1.029303852,0.083549259,34,-1.547188511,0.7395198392,3173.1682492 +360,-1.268609162,0.330525297,34,-1.547188511,0.7395198392,1870.2930566 +361,1.282982244,-0.926641967,34,-1.547188511,0.7395198392,11336.886278 +362,0.217352334,0.731352408,34,-1.547188511,0.7395198392,4829.9266275 +363,-1.511833084,0.258629297,34,-1.547188511,0.7395198392,1908.6259748 +364,0.338812194,0.823184618,34,-1.547188511,0.7395198392,4854.1542443 +365,-0.324406489,1.134201999,34,-1.547188511,0.7395198392,3053.6960601 +366,1.389579348,0.399185724,34,-1.547188511,0.7395198392,7871.5902717 +367,2.047152199,-0.039082036,34,-1.547188511,0.7395198392,9239.1807209 +368,0.947780369,0.568250077,34,-1.547188511,0.7395198392,6755.4893986 +369,0.763824846,0.576754987,34,-1.547188511,0.7395198392,6420.7459093 +370,-0.142334657,0.928153068,34,-1.547188511,0.7395198392,3610.1018143 +371,0.610266567,0.547265983,34,-1.547188511,0.7395198392,6216.2439426 +372,0.210731629,0.746815056,34,-1.547188511,0.7395198392,4776.1782938 +373,-1.34931644,0.316895224,34,-1.547188511,0.7395198392,1801.7466588 +374,2.407696481,0.655030745,34,-1.547188511,0.7395198392,6190.3055875 +375,0.64207831,0.545359131,34,-1.547188511,0.7395198392,6287.7702693 +376,1.174597538,0.840588356,34,-1.547188511,0.7395198392,6015.4547116 +377,0.660059424,0.010604079,34,-1.547188511,0.7395198392,7991.0182726 +378,-0.730263819,0.010486456,34,-1.547188511,0.7395198392,4089.5305727 +379,0.831068936,0.512339172,34,-1.547188511,0.7395198392,6757.8522279 +380,1.301180979,0.72367476,34,-1.547188511,0.7395198392,6554.1009388 +381,1.811128231,0.322854402,34,-1.547188511,0.7395198392,8161.8449734 +382,0.435105812,0.992284428,34,-1.547188511,0.7395198392,4580.2571517 +383,0.62643634,0.592027932,34,-1.547188511,0.7395198392,6109.0329404 +384,0.492988703,-0.516339467,34,-1.547188511,0.7395198392,8887.6815658 +385,-0.162469483,0.112549365,34,-1.547188511,0.7395198392,5377.7716537 +386,0.314630866,0.472006421,34,-1.547188511,0.7395198392,5754.9688817 +387,0.166744804,0.822815954,34,-1.547188511,0.7395198392,4494.7593098 +388,0.417159608,0.965805736,34,-1.547188511,0.7395198392,4621.3164799 +389,0.106334961,0.868774244,34,-1.547188511,0.7395198392,4260.6930301 +390,0.815086969,-0.338144359,34,-1.547188511,0.7395198392,9402.2399324 +391,0.59867455,-0.230624824,34,-1.547188511,0.7395198392,8506.1125819 +392,1.915104874,0.066220985,34,-1.547188511,0.7395198392,9050.7601734 +393,1.278093622,0.064463721,34,-1.547188511,0.7395198392,9062.7052583 +394,-0.061477853,0.302997961,34,-1.547188511,0.7395198392,5175.9294788 +395,0.251311504,0.626976942,34,-1.547188511,0.7395198392,5178.6969448 +396,2.950242872,0.149095644,34,-1.547188511,0.7395198392,6442.7925332 +397,-0.180294708,0.35375117,34,-1.547188511,0.7395198392,4704.4544873 +398,1.010448592,-0.351180233,34,-1.547188511,0.7395198392,9965.6621079 +399,-1.748740498,0.3686318073,34,-1.547188511,0.7395198392,1614.6997748 +400,2.699635665,0.123533791,34,-1.547188511,0.7395198392,7206.8231292 +401,0.496808033,0.823843254,34,-1.547188511,0.7395198392,5156.4703097 +402,0.129574704,0.763364087,34,-1.547188511,0.7395198392,4550.8863328 +403,1.798920311,0.817447563,34,-1.547188511,0.7395198392,6234.9785085 +404,0.335987953,0.746786541,34,-1.547188511,0.7395198392,5051.6631776 +405,-1.085413643,0.292154671,34,-1.547188511,0.7395198392,2361.443452 +406,-0.155321003,0.508207011,34,-1.547188511,0.7395198392,4404.8794525 +407,0.620529244,-0.301175104,34,-1.547188511,0.7395198392,8753.5289364 +408,1.684402744,0.368716966,34,-1.547188511,0.7395198392,8041.7874246 +409,0.300582244,-0.386397212,34,-1.547188511,0.7395198392,8031.4045638 +410,2.913555946,-0.009225192,34,-1.547188511,0.7395198392,6979.7885256 +411,1.465101417,0.493232532,34,-1.547188511,0.7395198392,7538.131133 +412,0.090612882,0.907955955,34,-1.547188511,0.7395198392,4144.3487078 +413,2.987564726,-0.729568594,34,-1.547188511,0.7395198392,8512.2179902 +414,-1.484261606,0.224149272,34,-1.547188511,0.7395198392,2052.8115624 +415,0.164073421,0.303955133,34,-1.547188511,0.7395198392,5813.1638844 +416,0.141441293,0.167552546,34,-1.547188511,0.7395198392,6115.9359011 +417,2.931321023,-0.506718887,34,-1.547188511,0.7395198392,8190.4470287 +418,2.21951565,0.700596356,34,-1.547188511,0.7395198392,6315.0490012 +419,0.268112576,1.199114336,34,-1.547188511,0.7395198392,3853.3809252 +420,0.978913739,0.359223811,34,-1.547188511,0.7395198392,7544.7689384 +421,1.210898818,0.522863584,34,-1.547188511,0.7395198392,7251.6601685 +422,2.347397336,0.129231362,34,-1.547188511,0.7395198392,8060.6317225 +423,0.614394501,0.556878345,34,-1.547188511,0.7395198392,6194.7577612 +424,-1.398079356,0.148483366,34,-1.547188511,0.7395198392,2398.1183113 +425,2.535303836,-0.112984496,34,-1.547188511,0.7395198392,8334.4329573 +426,-1.019372593,-0.405322349,34,-1.547188511,0.7395198392,4928.3920758 +427,-1.297785627,-0.160104069,34,-1.547188511,0.7395198392,3676.2900024 +428,2.144554488,0.205051084,34,-1.547188511,0.7395198392,8202.1398253 +429,-2.242387083,-0.426171285,34,-1.547188511,0.7395198392,5270.0835839 +430,0.338637212,0.909723676,34,-1.547188511,0.7395198392,4628.9310053 +431,-0.148798452,0.691042401,34,-1.547188511,0.7395198392,4022.4169334 +432,0.893524764,0.441829531,34,-1.547188511,0.7395198392,7109.6655307 +433,0.969229347,-0.368847936,34,-1.547188511,0.7395198392,9906.500832 +434,0.436043248,0.800045688,34,-1.547188511,0.7395198392,5109.5311028 +435,1.687946607,1.081504775,34,-1.547188511,0.7395198392,5224.5623925 +436,0.522302046,-0.034889271,34,-1.547188511,0.7395198392,7751.539206 +437,-0.178996113,-0.438090009,34,-1.547188511,0.7395198392,6823.4069634 +438,-1.094339566,0.301444068,34,-1.547188511,0.7395198392,2311.8124884 +439,-1.064070054,0.242569932,34,-1.547188511,0.7395198392,2568.8976135 +440,-1.068153768,0.230387998,34,-1.547188511,0.7395198392,2599.9185441 +441,-3.00496892,-0.23989155,34,-1.547188511,0.7395198392,6535.9363734 +442,0.21751974,0.766874888,34,-1.547188511,0.7395198392,4741.4533821 +443,0.117229532,0.007619006,34,-1.547188511,0.7395198392,6475.3211844 +444,0.777758451,0.420554741,34,-1.547188511,0.7395198392,6965.4351198 +445,-0.252356999,0.250747086,34,-1.547188511,0.7395198392,4753.7473481 +446,0.363148444,0.768483434,34,-1.547188511,0.7395198392,5050.2514221 +447,0.903191366,-0.118210676,34,-1.547188511,0.7395198392,8997.2682094 +448,-0.205755923,0.149406178,34,-1.547188511,0.7395198392,5153.7561037 +449,1.811996086,0.02364353,34,-1.547188511,0.7395198392,9322.4279976 +450,-1.100670221,0.314845373,34,-1.547188511,0.7395198392,2254.8440823 +451,0.340078597,0.850105132,34,-1.547188511,0.7395198392,4785.9784742 +452,0.258757267,0.804969236,34,-1.547188511,0.7395198392,4735.7157008 +453,2.78505352,-0.155160804,34,-1.547188511,0.7395198392,7744.4757754 +454,0.800551619,0.105822106,34,-1.547188511,0.7395198392,8043.7198377 +455,0.437940882,-0.506194031,34,-1.547188511,0.7395198392,8706.2764259 +456,2.230431122,0.63458615,34,-1.547188511,0.7395198392,6535.5150541 +457,0.527965361,0.127667701,34,-1.547188511,0.7395198392,7297.8677096 +458,-0.063643205,0.702093448,34,-1.547188511,0.7395198392,4218.980336 +459,1.408447268,0.133010502,34,-1.547188511,0.7395198392,8922.913639 +460,0.523795955,0.280266966,34,-1.547188511,0.7395198392,6834.6552018 +461,-0.975769313,0.072177659,34,-1.547188511,0.7395198392,3322.2190544 +462,0.549774164,-0.463663986,34,-1.547188511,0.7395198392,8938.2403736 +463,0.29245874,1.095549818,34,-1.547188511,0.7395198392,4104.5597987 +464,0.143625958,0.816809593,34,-1.547188511,0.7395198392,4458.1214302 +465,0.671902494,0.611159853,34,-1.547188511,0.7395198392,6137.296018 +466,1.239840988,0.6724199,34,-1.547188511,0.7395198392,6707.3252479 +467,0.607829703,-0.10932137,34,-1.547188511,0.7395198392,8198.5969506 +468,1.763020906,0.263996692,34,-1.547188511,0.7395198392,8421.5934065 +469,0.378714634,0.726066797,34,-1.547188511,0.7395198392,5199.1110578 +470,2.196736143,-0.153862366,34,-1.547188511,0.7395198392,9320.3742636 +471,0.01702415,0.148991565,34,-1.547188511,0.7395198392,5805.85133 +472,-2.998490902,-0.158002487,34,-1.547188511,0.7395198392,6297.4509621 +473,-3.051262951,-0.346595608,34,-1.547188511,0.7395198392,6949.3067283 +474,-1.069176439,0.182802941,34,-1.547188511,0.7395198392,2755.923234 +475,0.167157509,0.595344954,34,-1.547188511,0.7395198392,5054.7044929 +476,0.613855648,0.681746124,34,-1.547188511,0.7395198392,5803.6468123 +477,1.037012736,0.682555367,34,-1.547188511,0.7395198392,6465.2877218 +478,-1.253574971,0.379755746,34,-1.547188511,0.7395198392,1725.4274783 +479,3.108590453,-0.132620738,34,-1.547188511,0.7395198392,6740.5106567 +480,0.565301296,0.022333262,34,-1.547188511,0.7395198392,7705.1491257 +481,0.547898238,0.855555614,34,-1.547188511,0.7395198392,5154.4892454 +482,0.948309381,0.417393755,34,-1.547188511,0.7395198392,7288.5579827 +483,-0.050600732,0.945269213,34,-1.547188511,0.7395198392,3778.9199505 +484,-0.977651478,-0.572363064,34,-1.547188511,0.7395198392,5593.4580042 +485,1.102014914,0.728861163,34,-1.547188511,0.7395198392,6367.6037353 +486,2.927300795,-0.282939414,34,-1.547188511,0.7395198392,7660.8290192 +487,-1.154565557,0.124434095,34,-1.547188511,0.7395198392,2796.589307 +488,1.855331234,0.291044755,34,-1.547188511,0.7395198392,8252.0350717 +489,0.830290659,0.276904518,34,-1.547188511,0.7395198392,7549.1823724 +490,0.485104466,-0.234867441,34,-1.547188511,0.7395198392,8190.4825388 +491,0.521367572,-0.33161327,34,-1.547188511,0.7395198392,8542.6108183 +1,-1.539031704,0.7349710123,35,-1.545148587,0.7395226109,25.431928376 +2,-1.536990553,0.7349663874,35,-1.545148587,0.7395226109,29.966598882 +3,-1.534951779,0.7349571355,35,-1.545148587,0.7395226109,34.944452769 +4,-1.532906461,0.7349480293,35,-1.545148587,0.7395226109,40.212958129 +5,-1.531320211,0.7346937278,35,-1.545148587,0.7395226109,44.839585684 +6,-1.539451648,0.7335131775,35,-1.545148587,0.7395226109,29.08693887 +7,-1.537429487,0.7335445708,35,-1.545148587,0.7395226109,32.767728706 +8,-1.535484998,0.7335658704,35,-1.545148587,0.7395226109,36.88826526 +9,-1.533488396,0.7336036027,35,-1.545148587,0.7395226109,41.475777588 +10,-1.531497785,0.7335842962,35,-1.545148587,0.7395226109,46.450470353 +11,-1.530259379,0.7334777758,35,-1.545148587,0.7395226109,49.821260985 +12,-1.5335454,0.7322346912,35,-1.545148587,0.7395226109,44.653199841 +13,-1.531489083,0.7322238773,35,-1.545148587,0.7395226109,49.438864906 +14,-1.530011122,0.7321679851,35,-1.545148587,0.7395226109,53.141652453 +15,-1.53348106,0.7306614094,35,-1.545148587,0.7395226109,49.062241277 +16,-1.531441779,0.7306962275,35,-1.545148587,0.7395226109,53.329896872 +17,-1.529755654,0.7306933243,35,-1.545148587,0.7395226109,57.170172924 +18,-1.533415048,0.7291384674,35,-1.545148587,0.7395226109,53.683494187 +19,-1.531392093,0.7291705353,35,-1.545148587,0.7395226109,57.594950727 +20,-1.529296523,0.7291214933,35,-1.545148587,0.7395226109,62.205876795 +21,-1.535280942,0.727267644,35,-1.545148587,0.7395226109,56.563487908 +22,-1.533378158,0.7276139666,35,-1.545148587,0.7395226109,58.517206212 +23,-1.531340368,0.7276446587,35,-1.545148587,0.7395226109,62.160678074 +24,-1.528960113,0.7276398177,35,-1.545148587,0.7395226109,66.961058984 +25,-1.533313146,0.7260818349,35,-1.545148587,0.7395226109,63.628360323 +26,-1.531259555,0.7260958115,35,-1.545148587,0.7395226109,67.086207064 +27,-1.528926415,0.7260865555,35,-1.545148587,0.7395226109,71.508177843 +28,-1.531226779,0.7245511789,35,-1.545148587,0.7395226109,72.104040172 +29,-1.528904772,0.7245519194,35,-1.545148587,0.7395226109,76.201113678 +30,-1.547195875,0.7409785979,35,-1.545148587,0.7395226109,8.3129731158 +31,-1.5451475,0.740980426,35,-1.545148587,0.7395226109,5.7744063099 +32,-1.543097679,0.7409798872,35,-1.545148587,0.7395226109,8.3241367902 +33,-1.540720364,0.7409892687,35,-1.545148587,0.7395226109,14.193236198 +34,-1.547188511,0.7395198392,35,-1.545148587,0.7395226109,5.9695467747 +35,-1.545148587,0.7395226109,35,-1.545148587,0.7395226109,2.9982588735 +36,-1.543104538,0.7395314908,35,-1.545148587,0.7395226109,5.98167669 +37,-1.540727751,0.7395306258,35,-1.545148587,0.7395226109,12.936892627 +38,-1.547187029,0.7380014886,35,-1.545148587,0.7395226109,8.4814798661 +39,-1.545147315,0.7380012252,35,-1.545148587,0.7395226109,6.0262099338 +40,-1.54310719,0.7380060743,35,-1.545148587,0.7395226109,8.4746762098 +41,-1.540719671,0.7380068206,35,-1.545148587,0.7395226109,14.29183198 +42,-1.547187189,0.7364799098,35,-1.545148587,0.7395226109,13.451461888 +43,-1.545149996,0.7364853874,35,-1.545148587,0.7395226109,12.030443131 +44,-1.543106091,0.7364823484,35,-1.545148587,0.7395226109,13.447879454 +45,-1.540717158,0.7364893901,35,-1.545148587,0.7395226109,17.691285005 +46,-1.538663972,0.7410138672,35,-1.545148587,0.7395226109,19.861978273 +47,-1.53695285,0.7409699132,35,-1.545148587,0.7395226109,24.643773544 +48,-1.534910498,0.7409641297,35,-1.545148587,0.7395226109,30.480034512 +49,-1.533145034,0.7409536636,35,-1.545148587,0.7395226109,35.55824993 +50,-1.538681336,0.7395405883,35,-1.545148587,0.7395226109,18.925394242 +51,-1.536999189,0.7395183096,35,-1.545148587,0.7395226109,23.848001272 +52,-1.534923633,0.7395144222,35,-1.545148587,0.7395226109,29.921849089 +53,-1.533267822,0.7395654306,35,-1.545148587,0.7395226109,34.766901481 +54,-1.53867273,0.7380151077,35,-1.545148587,0.7395226109,19.881506564 +55,-1.536980576,0.7379994392,35,-1.545148587,0.7395226109,24.668186772 +56,-1.534931522,0.7379944961,35,-1.545148587,0.7395226109,30.525578243 +57,-1.533387952,0.7379480264,35,-1.545148587,0.7395226109,35.000500088 +58,-1.538682279,0.7364914363,35,-1.545148587,0.7395226109,22.43237742 +59,-1.536980704,0.7364810563,35,-1.545148587,0.7395226109,26.796187518 +60,-1.534935567,0.7364752065,35,-1.545148587,0.7395226109,32.270797651 +61,-1.533042592,0.7363876366,35,-1.545148587,0.7395226109,37.587267464 +62,-1.545143426,0.7349628011,35,-1.545148587,0.7395226109,18.061413171 +63,-1.543105297,0.7349691947,35,-1.545148587,0.7395226109,19.005300237 +64,-1.541064533,0.7349647152,35,-1.545148587,0.7395226109,21.664914879 +65,-1.545411803,0.7334624714,35,-1.545148587,0.7395226109,24.016636051 +66,-1.543446606,0.7334780896,35,-1.545148587,0.7395226109,24.457694619 +67,-1.541475327,0.7334957295,35,-1.545148587,0.7395226109,26.193034946 +68,-1.545401939,0.731963266,35,-1.545148587,0.7395226109,29.951805661 +69,-1.54342253,0.7319915583,35,-1.545148587,0.7395226109,30.257999317 +70,-1.541455867,0.7320216438,35,-1.545148587,0.7395226109,31.62805126 +71,-1.545410146,0.7304422281,35,-1.545148587,0.7395226109,35.975606828 +72,-1.543435491,0.7304713664,35,-1.545148587,0.7395226109,36.203626418 +73,-1.541463105,0.7304997613,35,-1.545148587,0.7395226109,37.344113615 +74,-1.545414768,0.7289194936,35,-1.545148587,0.7395226109,42.00623985 +75,-1.543435774,0.7289538557,35,-1.545148587,0.7395226109,42.164696454 +76,-1.541457714,0.7289765881,35,-1.545148587,0.7395226109,43.159486301 +77,-1.539449415,0.7320555866,35,-1.545148587,0.7395226109,33.982773846 +78,-1.537429183,0.7321097681,35,-1.545148587,0.7395226109,37.092803934 +79,-1.535472649,0.7321497267,35,-1.545148587,0.7395226109,40.743058895 +80,-1.539457899,0.7305333307,35,-1.545148587,0.7395226109,39.337160087 +81,-1.537453161,0.7305750503,35,-1.545148587,0.7395226109,42.039710223 +82,-1.535479385,0.7306124949,35,-1.545148587,0.7395226109,45.306842394 +83,-1.53946905,0.7290102593,35,-1.545148587,0.7395226109,44.863288721 +84,-1.537459922,0.7290417293,35,-1.545148587,0.7395226109,47.270855759 +85,-1.535451349,0.7290890157,35,-1.545148587,0.7395226109,50.20831126 +86,-1.535522937,0.7279887191,35,-1.545148587,0.7395226109,53.748805224 +87,-1.539442524,0.7274735939,35,-1.545148587,0.7395226109,50.593058833 +88,-1.537424111,0.727521351,35,-1.545148587,0.7395226109,52.690582474 +89,-1.539384641,0.7259505092,35,-1.545148587,0.7395226109,56.374206519 +90,-1.537372391,0.7259947145,35,-1.545148587,0.7395226109,58.270330558 +91,-1.535340789,0.7260435356,35,-1.545148587,0.7395226109,60.69912149 +92,-1.539325716,0.7244369706,35,-1.545148587,0.7395226109,62.168266181 +93,-1.537308932,0.7244801057,35,-1.545148587,0.7395226109,63.903627609 +94,-1.535289068,0.7245247645,35,-1.545148587,0.7395226109,66.128001402 +95,-1.533261366,0.7245550236,35,-1.545148587,0.7395226109,68.857854521 +96,-1.539267302,0.722921924,35,-1.545148587,0.7395226109,68.003147806 +97,-1.537248972,0.7229660258,35,-1.545148587,0.7395226109,69.593371666 +98,-1.535219431,0.7229916471,35,-1.545148587,0.7395226109,71.72469035 +99,-1.53318962,0.7230212049,35,-1.545148587,0.7395226109,74.264698027 +100,-1.531154816,0.7230299897,35,-1.545148587,0.7395226109,77.263662051 +101,-1.528878341,0.7230370244,35,-1.545148587,0.7395226109,81.023562989 +102,-1.539218189,0.7214009878,35,-1.545148587,0.7395226109,73.881345638 +103,-1.537198791,0.7214422745,35,-1.545148587,0.7395226109,75.358846495 +104,-1.535179266,0.7214634354,35,-1.545148587,0.7395226109,77.342834441 +105,-1.533156501,0.7214944644,35,-1.545148587,0.7395226109,79.692836718 +106,-1.53113574,0.7215166021,35,-1.545148587,0.7395226109,82.436373776 +107,-1.528874248,0.7215345535,35,-1.545148587,0.7395226109,85.916783196 +108,-1.539217656,0.7198512397,35,-1.545148587,0.7395226109,79.861490309 +109,-1.537199919,0.7199428763,35,-1.545148587,0.7395226109,81.027629105 +110,-1.545425832,0.727397149,35,-1.545148587,0.7395226109,48.035881936 +111,-1.543371177,0.7273916949,35,-1.545148587,0.7395226109,48.334335112 +112,-1.541368852,0.7274523163,35,-1.545148587,0.7395226109,49.086868874 +113,-1.545349067,0.7258710923,35,-1.545148587,0.7395226109,54.076887108 +114,-1.54332671,0.7258603556,35,-1.545148587,0.7395226109,54.381423279 +115,-1.541346831,0.7259242142,35,-1.545148587,0.7395226109,55.014077481 +116,-1.545324355,0.7243383958,35,-1.545148587,0.7395226109,60.146905643 +117,-1.543292796,0.7243617413,35,-1.545148587,0.7395226109,60.300624106 +118,-1.541295822,0.7244024384,35,-1.545148587,0.7395226109,60.957287321 +119,-1.543193859,0.7205570215,35,-1.545148587,0.7395226109,75.343898505 +120,-1.550257047,0.7386738187,35,-1.545148587,0.7395226109,15.328174563 +121,-1.549335448,0.7311736483,35,-1.545148587,0.7395226109,35.283102281 +122,-1.533478843,0.7179891343,35,-1.545148587,0.7395226109,92.000054806 +123,-1.556150555,0.738907041,35,-1.545148587,0.7395226109,32.296728017 +124,-1.554324226,0.733414257,35,-1.545148587,0.7395226109,36.199391978 +125,-1.554290846,0.7288285332,35,-1.545148587,0.7395226109,50.169758084 +126,-1.55122487,0.7219795312,35,-1.545148587,0.7395226109,71.762133596 +127,-1.525104458,0.7229399862,35,-1.545148587,0.7395226109,88.354824072 +128,-1.519607711,0.7236181429,35,-1.545148587,0.7395226109,98.160222709 +129,-1.513899999,0.7251107854,35,-1.545148587,0.7395226109,108.3043135 +130,-1.536620762,0.7431061895,35,-1.545148587,0.7395226109,28.674319065 +131,-1.5369566,0.7460845958,35,-1.545148587,0.7395226109,35.310358445 +132,-1.545345528,0.7447040685,35,-1.545148587,0.7395226109,20.531805223 +133,-1.532813921,0.7432306626,35,-1.545148587,0.7395226109,38.91262499 +134,-1.554788248,0.7382381001,35,-1.545148587,0.7395226109,28.680388213 +135,-1.540348126,0.7301594274,35,-1.545148587,0.7395226109,39.680079999 +136,-1.538016084,0.7239051786,35,-1.545148587,0.7395226109,65.334205436 +137,-1.525288962,0.7258085137,35,-1.545148587,0.7395226109,79.814232526 +138,-1.534326986,0.731241342,35,-1.545148587,0.7395226109,45.676851358 +139,-1.530733872,0.7303625216,35,-1.545148587,0.7395226109,55.773027897 +141,-1.534354939,0.7328219978,35,-1.545148587,0.7395226109,41.330186331 +142,-1.53157084,0.7292888153,35,-1.545148587,0.7395226109,56.89089103 +143,-1.525691035,0.7263799874,35,-1.545148587,0.7395226109,77.40013317 +144,-1.534031287,0.7495967835,35,-1.545148587,0.7395226109,51.39015583 +145,-1.527714986,0.7283095957,35,-1.545148587,0.7395226109,67.83706215 +146,-1.526189586,0.7271468292,35,-1.545148587,0.7395226109,74.267486148 +147,-1.555177336,0.7375563366,35,-1.545148587,0.7395226109,30.388853868 +148,-1.555080283,0.7312707794,35,-1.545148587,0.7395226109,43.81063233 +149,-1.53856994,0.7224180299,35,-1.545148587,0.7395226109,70.474067805 +150,-1.530837883,0.729933372,35,-1.545148587,0.7395226109,56.672356895 +151,-1.515066984,0.5854133365,35,-1.545148587,0.7395226109,617.57409072 +152,-1.534731633,0.5368370046,35,-1.545148587,0.7395226109,803.51518451 +153,-1.515231902,0.5607085576,35,-1.545148587,0.7395226109,714.49041582 +154,-2.616253799,1.0684566605,35,-1.545148587,0.7395226109,2795.5279398 +155,-1.956071439,0.5792177723,35,-1.545148587,0.7395226109,1428.0831589 +156,-1.951208514,0.5602434208,35,-1.545148587,0.7395226109,1457.2907569 +157,-1.944675062,0.6062144545,35,-1.545148587,0.7395226109,1340.1042785 +158,-1.613778386,0.6077989518,35,-1.545148587,0.7395226109,563.17984963 +159,-2.035029014,0.6021432345,35,-1.545148587,0.7395226109,1605.5317292 +160,-2.114989471,0.6801825058,35,-1.545148587,0.7395226109,1717.2877903 +161,-2.037382079,0.5765830025,35,-1.545148587,0.7395226109,1662.296763 +162,-2.129855121,0.6585019963,35,-1.545148587,0.7395226109,1789.6994795 +163,-2.075141798,0.6493615843,35,-1.545148587,0.7395226109,1642.8688366 +164,-1.828626729,0.6948433129,35,-1.545148587,0.7395226109,863.13020801 +165,-1.863329418,0.6735427691,35,-1.545148587,0.7395226109,991.41515959 +166,-1.266037071,0.727988852,35,-1.545148587,0.7395226109,821.11719585 +167,-1.277579582,0.7249010648,35,-1.545148587,0.7395226109,789.25026107 +168,-1.258418684,0.7241194816,35,-1.545148587,0.7395226109,845.81862903 +169,-1.317813974,0.6804850104,35,-1.545148587,0.7395226109,720.91696887 +170,-1.344165204,0.6790988904,35,-1.545148587,0.7395226109,649.09470368 +171,-1.427582102,0.5277120351,35,-1.545148587,0.7395226109,918.30908461 +172,-1.402238616,0.457167829,35,-1.545148587,0.7395226109,1210.7788443 +173,-1.422454264,0.4996161999,35,-1.545148587,0.7395226109,1028.3915151 +174,-1.439089277,0.4894859811,35,-1.545148587,0.7395226109,1047.4388327 +175,-1.448126995,0.5182330266,35,-1.545148587,0.7395226109,929.42843055 +176,-1.474626146,0.5881926574,35,-1.545148587,0.7395226109,638.30862204 +177,-1.421139645,0.5584869783,35,-1.545148587,0.7395226109,816.16953473 +178,-1.457037165,0.565943032,35,-1.545148587,0.7395226109,740.97697852 +179,-2.757159358,0.3745319,35,-1.545148587,0.7395226109,4202.6899857 +180,-2.714309238,0.342054471,35,-1.545148587,0.7395226109,4156.4825507 +181,-2.000525337,0.774119946,35,-1.545148587,0.7395226109,1312.9009103 +183,-1.571413436,0.6777838382,35,-1.545148587,0.7395226109,256.97449547 +184,-1.552860289,0.6987663893,35,-1.545148587,0.7395226109,163.06229683 +185,-1.521852374,0.7165827476,35,-1.545148587,0.7395226109,114.01882432 +186,-1.503656267,0.6928968252,35,-1.545148587,0.7395226109,222.411639 +187,-1.502753178,0.7136205882,35,-1.545148587,0.7395226109,162.10287524 +188,-1.631894563,0.7343596465,35,-1.545148587,0.7395226109,255.22951003 +189,-1.653765416,0.6770714026,35,-1.545148587,0.7395226109,409.63435972 +190,-1.719812114,0.6715965947,35,-1.545148587,0.7395226109,590.87203369 +191,-1.493406659,0.6646955447,35,-1.545148587,0.7395226109,335.10200683 +192,-1.469120564,0.6613469966,35,-1.545148587,0.7395226109,385.75013163 +193,-1.590551461,0.5326612937,35,-1.545148587,0.7395226109,831.93158052 +194,-1.625979264,0.5247742243,35,-1.545148587,0.7395226109,888.58721052 +195,-1.572293943,0.5238808754,35,-1.545148587,0.7395226109,858.50873468 +196,-1.610848725,0.5477107964,35,-1.545148587,0.7395226109,787.53889201 +197,-1.208485554,0.7918526018,35,-1.545148587,0.7395226109,980.88861229 +198,-1.335601374,0.6869083083,35,-1.545148587,0.7395226109,660.71109275 +199,-1.346156996,0.6825213377,35,-1.545148587,0.7395226109,637.83641424 +200,-1.324381037,0.6741422347,35,-1.545148587,0.7395226109,712.7244473 +201,-1.242424992,0.7378949807,35,-1.545148587,0.7395226109,885.01362774 +202,-1.270370057,0.7392461008,35,-1.545148587,0.7395226109,803.04693171 +203,-1.448950472,0.7441675014,35,-1.545148587,0.7395226109,281.46368005 +204,-1.492662363,0.7523026852,35,-1.545148587,0.7395226109,160.85585383 +205,-1.479098966,0.7763855017,35,-1.545148587,0.7395226109,239.58185644 +206,-1.633760714,0.7869022408,35,-1.545148587,0.7395226109,315.41292203 +207,-1.647406434,0.8101289331,35,-1.545148587,0.7395226109,402.25615342 +208,-1.564245052,0.5701509278,35,-1.545148587,0.7395226109,673.54069867 +209,-1.646289963,0.6833746083,35,-1.545148587,0.7395226109,376.06543053 +210,-1.5820631,0.6751952144,35,-1.545148587,0.7395226109,277.95839523 +211,-1.613236298,0.6681681791,35,-1.545148587,0.7395226109,349.41702261 +212,-1.914661867,0.8212566515,35,-1.545148587,0.7395226109,1085.436962 +213,-1.742133237,0.7250275956,35,-1.545148587,0.7395226109,582.63989777 +214,-2.033144872,0.6557314699,35,-1.545148587,0.7395226109,1510.7645999 +215,-2.039551981,0.6964723658,35,-1.545148587,0.7395226109,1477.7795633 +216,-1.247341019,0.7622473908,35,-1.545148587,0.7395226109,865.53606456 +217,-1.298239787,0.7084123392,35,-1.545148587,0.7395226109,742.09077484 +218,-1.308539688,0.6926545592,35,-1.545148587,0.7395226109,730.08239298 +219,-1.303263185,0.6888938396,35,-1.545148587,0.7395226109,750.24544726 +220,-1.852400229,0.6004246149,35,-1.545148587,0.7395226109,1098.4419318 +221,-1.288947707,0.7473773692,35,-1.545148587,0.7395226109,746.74401573 +222,-1.372031502,0.7472790993,35,-1.545148587,0.7395226109,505.4458846 +223,-1.289805721,0.7242157877,35,-1.545148587,0.7395226109,753.91805434 +224,-1.350807603,0.7533498126,35,-1.545148587,0.7395226109,567.33227322 +225,-1.329290365,0.7560442322,35,-1.545148587,0.7395226109,629.71494294 +226,-1.410153004,0.616936428,35,-1.545148587,0.7395226109,639.05965429 +227,-1.393445434,0.6308995063,35,-1.545148587,0.7395226109,633.07637555 +228,-1.37595573,0.6241540638,35,-1.545148587,0.7395226109,691.679441 +229,-1.358388707,0.6172645205,35,-1.545148587,0.7395226109,751.42682632 +230,-1.753741133,0.8281661666,35,-1.545148587,0.7395226109,681.29556259 +231,-1.47430987,0.6834615681,35,-1.545148587,0.7395226109,307.28973367 +232,-1.421012508,0.7222725206,35,-1.545148587,0.7395226109,372.31321852 +233,-1.4476833,0.6978557868,35,-1.545148587,0.7395226109,334.07163914 +234,-1.470370723,0.6966193374,35,-1.545148587,0.7395226109,280.35525253 +235,-1.429211703,0.7037216883,35,-1.545148587,0.7395226109,372.64793234 +236,-1.700578405,0.6178673663,35,-1.545148587,0.7395226109,678.85244403 +237,-1.678117619,0.6331716163,35,-1.545148587,0.7395226109,585.56447257 +238,-1.725644578,0.6316331145,35,-1.545148587,0.7395226109,698.32501823 +239,-2.14012759,0.7930497945,35,-1.545148587,0.7395226109,1698.2651116 +240,-2.103289431,0.7653606263,35,-1.545148587,0.7395226109,1607.0985088 +241,-1.318739838,0.7017808746,35,-1.545148587,0.7395226109,689.47872048 +242,-1.396417427,0.7077900843,35,-1.545148587,0.7395226109,458.79630392 +243,-1.35650337,0.7185539404,35,-1.545148587,0.7395226109,563.04859991 +244,-1.248884539,0.7274156818,35,-1.545148587,0.7395226109,871.6103407 +245,-1.395014798,0.5761185243,35,-1.545148587,0.7395226109,799.27610837 +246,-1.433377362,0.6064716109,35,-1.545148587,0.7395226109,630.10409283 +247,-1.408172432,0.5903155476,35,-1.545148587,0.7395226109,728.37538271 +248,-1.749645898,0.7757118084,35,-1.545148587,0.7395226109,605.07642376 +249,-1.571626686,0.615046989,35,-1.545148587,0.7395226109,499.75052907 +250,-1.514070049,0.6303003037,35,-1.545148587,0.7395226109,442.97914061 +251,-1.480890369,0.6237966528,35,-1.545148587,0.7395226109,499.05023154 +252,-1.704390658,0.5281680612,35,-1.545148587,0.7395226109,977.98191464 +253,-1.64434733,0.5254277498,35,-1.545148587,0.7395226109,904.74310567 +254,-1.703855997,0.4792484842,35,-1.545148587,0.7395226109,1150.9487802 +255,-1.692002383,0.5748825051,35,-1.545148587,0.7395226109,797.42676114 +256,-1.854136457,0.5544643913,35,-1.545148587,0.7395226109,1216.8773102 +257,-1.665021206,0.520317736,35,-1.545148587,0.7395226109,948.42705606 +258,-1.733654349,0.4845187345,35,-1.545148587,0.7395226109,1178.2763424 +259,-1.720938188,0.5135933906,35,-1.545148587,0.7395226109,1056.0415585 +260,-1.742668307,0.553296122,35,-1.545148587,0.7395226109,964.69567514 +261,-1.965659039,0.7142126903,35,-1.545148587,0.7395226109,1244.5130901 +262,-1.944438071,0.6772834804,35,-1.545148587,0.7395226109,1222.1532198 +263,-1.270340967,0.7681487096,35,-1.545148587,0.7395226109,800.4003602 +264,-1.353091884,0.6549276821,35,-1.545148587,0.7395226109,671.81895128 +265,-1.333236659,0.6413584414,35,-1.545148587,0.7395226109,753.8629103 +266,-1.352015998,0.6753788907,35,-1.545148587,0.7395226109,633.8624163 +267,-1.377988483,0.6577816235,35,-1.545148587,0.7395226109,600.98113173 +268,-2.13075611,0.8318642051,35,-1.545148587,0.7395226109,1666.1150088 +269,-2.097910953,0.8259670014,35,-1.545148587,0.7395226109,1578.0141125 +270,-1.416382069,0.6694271549,35,-1.545148587,0.7395226109,477.32324569 +271,-1.538905672,0.7535625993,35,-1.545148587,0.7395226109,58.499536753 +272,-1.572309477,0.7803125099,35,-1.545148587,0.7395226109,179.39663396 +273,-1.87759879,0.7503853417,35,-1.545148587,0.7395226109,966.91182249 +274,1.152365588,0.590457682,35,-1.545148587,0.7395226109,6934.6655813 +275,0.350198001,0.718001859,35,-1.545148587,0.7395226109,5155.6928345 +276,0.046513677,0.491503852,35,-1.545148587,0.7395226109,4996.4392385 +277,0.027510309,0.742571376,35,-1.545148587,0.7395226109,4352.2328535 +278,0.306285725,-0.214631579,35,-1.545148587,0.7395226109,7610.6726886 +279,-1.100564889,0.318051531,35,-1.545148587,0.7395226109,2240.3057075 +280,-1.078582306,0.301437596,35,-1.545148587,0.7395226109,2342.5225661 +281,-1.137371989,-0.617634065,35,-1.545148587,0.7395226109,5574.8626581 +282,0.784356344,0.703272339,35,-1.545148587,0.7395226109,6031.058249 +283,-1.221209947,0.218327455,35,-1.545148587,0.7395226109,2345.7251265 +284,2.347301921,-0.449114658,35,-1.545148587,0.7395226109,9760.4449204 +285,0.246820618,0.830553713,35,-1.545148587,0.7395226109,4642.5133607 +286,0.829414965,0.703288228,35,-1.545148587,0.7395226109,6102.4639589 +287,-1.337537566,0.42332223,35,-1.545148587,0.7395226109,1425.2551421 +288,0.882453706,0.454478077,35,-1.545148587,0.7395226109,7043.0207354 +289,1.575629659,0.416419109,35,-1.545148587,0.7395226109,7864.529926 +290,-1.039455679,0.229888244,35,-1.545148587,0.7395226109,2659.8205952 +291,0.489558039,0.934482747,35,-1.545148587,0.7395226109,4824.1565968 +292,0.081344504,0.88384514,35,-1.545148587,0.7395226109,4170.8106768 +293,-1.547979814,0.300350308,35,-1.545148587,0.7395226109,1739.5878411 +294,0.040776181,0.168560074,35,-1.545148587,0.7395226109,5817.0252139 +295,-1.130374745,0.563894876,35,-1.545148587,0.7395226109,1472.7350307 +296,1.578326642,0.478507176,35,-1.545148587,0.7395226109,7618.7782298 +297,-1.12861823,-0.291640865,35,-1.545148587,0.7395226109,4358.3247864 +298,0.310524208,0.770885792,35,-1.545148587,0.7395226109,4929.0018109 +299,0.415649091,-0.387246002,35,-1.545148587,0.7395226109,8362.9463246 +300,-0.926533878,-0.188022748,35,-1.545148587,0.7395226109,4304.8958324 +301,1.258856172,-0.11716081,35,-1.545148587,0.7395226109,9709.7861324 +302,-1.126050026,0.322941926,35,-1.545148587,0.7395226109,2168.520246 +303,2.002785835,0.07893892,35,-1.545148587,0.7395226109,8887.8816914 +304,0.440437607,0.746258085,35,-1.545148587,0.7395226109,5266.2870923 +305,-0.030391866,0.214441206,35,-1.545148587,0.7395226109,5489.5424058 +306,0.521557815,-0.058929362,35,-1.545148587,0.7395226109,7811.5006755 +307,-0.097005111,0.13317729,35,-1.545148587,0.7395226109,5508.7608137 +308,1.83113859,0.221857587,35,-1.545148587,0.7395226109,8541.1629799 +309,0.222428864,0.099404236,35,-1.545148587,0.7395226109,6526.6226013 +310,-1.702731345,0.8728568183,35,-1.545148587,0.7395226109,681.36117993 +311,-0.418507569,0.278324921,35,-1.545148587,0.7395226109,4191.7245136 +312,-1.41153306,0.339029988,35,-1.545148587,0.7395226109,1648.3036365 +313,0.357560442,0.114788776,35,-1.545148587,0.7395226109,6866.2923166 +314,0.325818979,0.268352149,35,-1.545148587,0.7395226109,6348.4629083 +315,-1.246004659,-0.663679965,35,-1.545148587,0.7395226109,5661.6975376 +316,1.814603087,0.637404484,35,-1.545148587,0.7395226109,6933.1119019 +317,1.843704281,-0.18300445,35,-1.545148587,0.7395226109,10078.988756 +318,1.690644492,-0.211480909,35,-1.545148587,0.7395226109,10327.234051 +319,-1.275451936,0.068109467,35,-1.545148587,0.7395226109,2824.8207437 +320,0.762430171,-0.207594741,35,-1.545148587,0.7395226109,8894.3150642 +321,0.265668905,-0.014647884,35,-1.545148587,0.7395226109,6960.8901941 +322,-2.773032013,-0.335515811,35,-1.545148587,0.7395226109,6171.7904669 +323,-1.469512853,0.174058777,35,-1.545148587,0.7395226109,2255.1343084 +324,0.286276986,0.785925691,35,-1.545148587,0.7395226109,4838.3092574 +325,-1.379324697,0.377432233,35,-1.545148587,0.7395226109,1536.1360141 +326,-1.203778265,0.212813032,35,-1.545148587,0.7395226109,2394.3507276 +327,0.579916301,0.611743168,35,-1.545148587,0.7395226109,5949.5345065 +328,0.267582642,0.868113908,35,-1.545148587,0.7395226109,4592.3466261 +329,0.412869244,-0.050245578,35,-1.545148587,0.7395226109,7480.7230796 +330,0.17524381,0.976660285,35,-1.545148587,0.7395226109,4162.5392089 +331,0.743157214,0.204812899,35,-1.545148587,0.7395226109,7589.9215715 +332,-1.070758176,0.269382282,35,-1.545148587,0.7395226109,2462.7315225 +333,-1.230364251,0.329790229,35,-1.545148587,0.7395226109,1936.2635794 +334,-1.374813124,-0.024926835,35,-1.545148587,0.7395226109,3088.6702702 +335,0.519780566,0.463669906,35,-1.545148587,0.7395226109,6269.3933611 +336,-1.55108034,0.239698561,35,-1.545148587,0.7395226109,1979.9074067 +337,0.180294813,0.029739425,35,-1.545148587,0.7395226109,6593.6434354 +338,0.67820924,0.268170153,35,-1.545148587,0.7395226109,7239.1856257 +339,0.445798684,1.024001867,35,-1.545148587,0.7395226109,4509.4787039 +340,0.691751283,0.150521402,35,-1.545148587,0.7395226109,7639.522375 +341,-1.036643551,-0.903056181,35,-1.545148587,0.7395226109,6736.7291147 +342,-0.120287036,1.083325163,35,-1.545148587,0.7395226109,3441.2493871 +343,2.823513113,-0.304487164,35,-1.545148587,0.7395226109,8024.6425627 +344,0.457583172,1.12513373,35,-1.545148587,0.7395226109,4262.3070318 +345,0.042918831,0.813795399,35,-1.545148587,0.7395226109,4233.7695779 +346,1.196146777,-0.853142756,35,-1.545148587,0.7395226109,11252.971018 +347,0.206001358,-0.010430701,35,-1.545148587,0.7395226109,6776.4702985 +348,-0.268308653,0.234799412,35,-1.545148587,0.7395226109,4742.0749556 +349,0.759363263,0.736189579,35,-1.545148587,0.7395226109,5881.1593884 +350,0.181363926,0.891988372,35,-1.545148587,0.7395226109,4361.5289565 +351,-0.021111158,0.139103292,35,-1.545148587,0.7395226109,5714.9454036 +352,-0.093355215,0.630686981,35,-1.545148587,0.7395226109,4291.6623352 +353,0.40118964,0.681375926,35,-1.545148587,0.7395226109,5367.5767749 +354,-0.721197315,1.304706234,35,-1.545148587,0.7395226109,2664.2471541 +355,-1.076150317,0.212107639,35,-1.545148587,0.7395226109,2639.1414673 +356,-1.577164531,0.273993443,35,-1.545148587,0.7395226109,1847.174589 +357,-0.190788414,0.182208586,35,-1.545148587,0.7395226109,5105.4571243 +358,-0.261349752,0.209710184,35,-1.545148587,0.7395226109,4827.348544 +359,-1.029303852,0.083549259,35,-1.545148587,0.7395226109,3169.0807487 +360,-1.268609162,0.330525297,35,-1.545148587,0.7395226109,1866.8975425 +361,1.282982244,-0.926641967,35,-1.545148587,0.7395226109,11332.906675 +362,0.217352334,0.731352408,35,-1.545148587,0.7395226109,4825.274168 +363,-1.511833084,0.258629297,35,-1.545148587,0.7395226109,1908.209388 +364,0.338812194,0.823184618,35,-1.545148587,0.7395226109,4850.0434105 +365,-0.324406489,1.134201999,35,-1.545148587,0.7395226109,3050.2813789 +366,1.389579348,0.399185724,35,-1.545148587,0.7395226109,7870.350325 +367,2.047152199,-0.039082036,35,-1.545148587,0.7395226109,9242.7717925 +368,0.947780369,0.568250077,35,-1.545148587,0.7395226109,6752.416905 +369,0.763824846,0.576754987,35,-1.545148587,0.7395226109,6417.0348018 +370,-0.142334657,0.928153068,35,-1.545148587,0.7395226109,3605.6289973 +371,0.610266567,0.547265983,35,-1.545148587,0.7395226109,6211.9880163 +372,0.210731629,0.746815056,35,-1.545148587,0.7395226109,4771.5615564 +373,-1.34931644,0.316895224,35,-1.545148587,0.7395226109,1799.229839 +374,2.407696481,0.655030745,35,-1.545148587,0.7395226109,6193.7329038 +375,0.64207831,0.545359131,35,-1.545148587,0.7395226109,6283.6006012 +376,1.174597538,0.840588356,35,-1.545148587,0.7395226109,6013.8152829 +377,0.660059424,0.010604079,35,-1.545148587,0.7395226109,7985.6884251 +378,-0.730263819,0.010486456,35,-1.545148587,0.7395226109,4084.4705473 +379,0.831068936,0.512339172,35,-1.545148587,0.7395226109,6754.2096488 +380,1.301180979,0.72367476,35,-1.545148587,0.7395226109,6552.7883005 +381,1.811128231,0.322854402,35,-1.545148587,0.7395226109,8163.2075017 +382,0.435105812,0.992284428,35,-1.545148587,0.7395226109,4576.9776675 +383,0.62643634,0.592027932,35,-1.545148587,0.7395226109,6104.93991 +384,0.492988703,-0.516339467,35,-1.545148587,0.7395226109,8881.7625617 +385,-0.162469483,0.112549365,35,-1.545148587,0.7395226109,5371.8079928 +386,0.314630866,0.472006421,35,-1.545148587,0.7395226109,5749.8324657 +387,0.166744804,0.822815954,35,-1.545148587,0.7395226109,4490.3165896 +388,0.417159608,0.965805736,35,-1.545148587,0.7395226109,4617.8950849 +389,0.106334961,0.868774244,35,-1.545148587,0.7395226109,4256.3178086 +390,0.815086969,-0.338144359,35,-1.545148587,0.7395226109,9396.5372598 +391,0.59867455,-0.230624824,35,-1.545148587,0.7395226109,8500.2915281 +392,1.915104874,0.066220985,35,-1.545148587,0.7395226109,9053.2281003 +393,1.278093622,0.064463721,35,-1.545148587,0.7395226109,9060.2295391 +394,-0.061477853,0.302997961,35,-1.545148587,0.7395226109,5170.0460812 +395,0.251311504,0.626976942,35,-1.545148587,0.7395226109,5173.8110868 +396,2.950242872,0.149095644,35,-1.545148587,0.7395226109,6448.5651283 +397,-0.180294708,0.35375117,35,-1.545148587,0.7395226109,4698.5399554 +398,1.010448592,-0.351180233,35,-1.545148587,0.7395226109,9960.3767528 +399,-1.748740498,0.3686318073,35,-1.545148587,0.7395226109,1617.5329837 +400,2.699635665,0.123533791,35,-1.545148587,0.7395226109,7212.2783462 +401,0.496808033,0.823843254,35,-1.545148587,0.7395226109,5152.7145897 +402,0.129574704,0.763364087,35,-1.545148587,0.7395226109,4546.1767539 +403,1.798920311,0.817447563,35,-1.545148587,0.7395226109,6235.7929278 +404,0.335987953,0.746786541,35,-1.545148587,0.7395226109,5047.2958225 +405,-1.085413643,0.292154671,35,-1.545148587,0.7395226109,2356.9199474 +406,-0.155321003,0.508207011,35,-1.545148587,0.7395226109,4399.1517771 +407,0.620529244,-0.301175104,35,-1.545148587,0.7395226109,8747.6516122 +408,1.684402744,0.368716966,35,-1.545148587,0.7395226109,8042.3285692 +409,0.300582244,-0.386397212,35,-1.545148587,0.7395226109,8025.4799687 +410,2.913555946,-0.009225192,35,-1.545148587,0.7395226109,6985.6747533 +411,1.465101417,0.493232532,35,-1.545148587,0.7395226109,7537.3974168 +412,0.090612882,0.907955955,35,-1.545148587,0.7395226109,4140.1049842 +413,2.987564726,-0.729568594,35,-1.545148587,0.7395226109,8517.4548352 +414,-1.484261606,0.224149272,35,-1.545148587,0.7395226109,2052.0954458 +415,0.164073421,0.303955133,35,-1.545148587,0.7395226109,5807.4892609 +416,0.141441293,0.167552546,35,-1.545148587,0.7395226109,6110.0856605 +417,2.931321023,-0.506718887,35,-1.545148587,0.7395226109,8196.2267291 +418,2.21951565,0.700596356,35,-1.545148587,0.7395226109,6317.706642 +419,0.268112576,1.199114336,35,-1.545148587,0.7395226109,3850.824603 +420,0.978913739,0.359223811,35,-1.545148587,0.7395226109,7541.3402612 +421,1.210898818,0.522863584,35,-1.545148587,0.7395226109,7249.6424047 +422,2.347397336,0.129231362,35,-1.545148587,0.7395226109,8065.1480732 +423,0.614394501,0.556878345,35,-1.545148587,0.7395226109,6190.5383378 +424,-1.398079356,0.148483366,35,-1.545148587,0.7395226109,2396.5978761 +425,2.535303836,-0.112984496,35,-1.545148587,0.7395226109,8339.9933336 +426,-1.019372593,-0.405322349,35,-1.545148587,0.7395226109,4925.4892922 +427,-1.297785627,-0.160104069,35,-1.545148587,0.7395226109,3674.4903238 +428,2.144554488,0.205051084,35,-1.545148587,0.7395226109,8205.607622 +429,-2.242387083,-0.426171285,35,-1.545148587,0.7395226109,5273.6810463 +430,0.338637212,0.909723676,35,-1.545148587,0.7395226109,4625.1336429 +431,-0.148798452,0.691042401,35,-1.545148587,0.7395226109,4017.077582 +432,0.893524764,0.441829531,35,-1.545148587,0.7395226109,7106.0835117 +433,0.969229347,-0.368847936,35,-1.545148587,0.7395226109,9901.0414098 +434,0.436043248,0.800045688,35,-1.545148587,0.7395226109,5105.555115 +435,1.687946607,1.081504775,35,-1.545148587,0.7395226109,5224.8190815 +436,0.522302046,-0.034889271,35,-1.545148587,0.7395226109,7745.8784018 +437,-0.178996113,-0.438090009,35,-1.545148587,0.7395226109,6818.0566248 +438,-1.094339566,0.301444068,35,-1.545148587,0.7395226109,2307.2993568 +439,-1.064070054,0.242569932,35,-1.545148587,0.7395226109,2564.4536981 +440,-1.068153768,0.230387998,35,-1.545148587,0.7395226109,2595.5418232 +441,-3.00496892,-0.23989155,35,-1.545148587,0.7395226109,6541.7198673 +442,0.21751974,0.766874888,35,-1.545148587,0.7395226109,4736.9135127 +443,0.117229532,0.007619006,35,-1.545148587,0.7395226109,6469.364751 +444,0.777758451,0.420554741,35,-1.545148587,0.7395226109,6961.3807665 +445,-0.252356999,0.250747086,35,-1.545148587,0.7395226109,4747.7778337 +446,0.363148444,0.768483434,35,-1.545148587,0.7395226109,5046.010869 +447,0.903191366,-0.118210676,35,-1.545148587,0.7395226109,8992.3151005 +448,-0.205755923,0.149406178,35,-1.545148587,0.7395226109,5147.7927771 +449,1.811996086,0.02364353,35,-1.545148587,0.7395226109,9324.2267518 +450,-1.100670221,0.314845373,35,-1.545148587,0.7395226109,2250.3094273 +451,0.340078597,0.850105132,35,-1.545148587,0.7395226109,4781.9643028 +452,0.258757267,0.804969236,35,-1.545148587,0.7395226109,4731.3814693 +453,2.78505352,-0.155160804,35,-1.545148587,0.7395226109,7750.3814477 +454,0.800551619,0.105822106,35,-1.545148587,0.7395226109,8038.9860957 +455,0.437940882,-0.506194031,35,-1.545148587,0.7395226109,8700.3760187 +456,2.230431122,0.63458615,35,-1.545148587,0.7395226109,6538.3661107 +457,0.527965361,0.127667701,35,-1.545148587,0.7395226109,7292.4799469 +458,-0.063643205,0.702093448,35,-1.545148587,0.7395226109,4213.7836391 +459,1.408447268,0.133010502,35,-1.545148587,0.7395226109,8921.4865133 +460,0.523795955,0.280266966,35,-1.545148587,0.7395226109,6829.5524901 +461,-0.975769313,0.072177659,35,-1.545148587,0.7395226109,3317.9021299 +462,0.549774164,-0.463663986,35,-1.545148587,0.7395226109,8932.275199 +463,0.29245874,1.095549818,35,-1.545148587,0.7395226109,4101.4886186 +464,0.143625958,0.816809593,35,-1.545148587,0.7395226109,4453.6170139 +465,0.671902494,0.611159853,35,-1.545148587,0.7395226109,6133.3867137 +466,1.239840988,0.6724199,35,-1.545148587,0.7395226109,6705.6766242 +467,0.607829703,-0.10932137,35,-1.545148587,0.7395226109,8192.9545409 +468,1.763020906,0.263996692,35,-1.545148587,0.7395226109,8422.7140305 +469,0.378714634,0.726066797,35,-1.545148587,0.7395226109,5194.7722572 +470,2.196736143,-0.153862366,35,-1.545148587,0.7395226109,9325.0749924 +471,0.01702415,0.148991565,35,-1.545148587,0.7395226109,5799.913755 +472,-2.998490902,-0.158002487,35,-1.545148587,0.7395226109,6303.3081041 +473,-3.051262951,-0.346595608,35,-1.545148587,0.7395226109,6955.0090104 +474,-1.069176439,0.182802941,35,-1.545148587,0.7395226109,2751.7237969 +475,0.167157509,0.595344954,35,-1.545148587,0.7395226109,5049.5850519 +476,0.613855648,0.681746124,35,-1.545148587,0.7395226109,5799.7631178 +477,1.037012736,0.682555367,35,-1.545148587,0.7395226109,6462.8188331 +478,-1.253574971,0.379755746,35,-1.545148587,0.7395226109,1721.6422027 +479,3.108590453,-0.132620738,35,-1.545148587,0.7395226109,6746.47019 +480,0.565301296,0.022333262,35,-1.545148587,0.7395226109,7699.6486025 +481,0.547898238,0.855555614,35,-1.545148587,0.7395226109,5150.9619994 +482,0.948309381,0.417393755,35,-1.545148587,0.7395226109,7285.1364028 +483,-0.050600732,0.945269213,35,-1.545148587,0.7395226109,3774.6380061 +484,-0.977651478,-0.572363064,35,-1.545148587,0.7395226109,5590.7315676 +485,1.102014914,0.728861163,35,-1.545148587,0.7395226109,6365.4830378 +486,2.927300795,-0.282939414,35,-1.545148587,0.7395226109,7666.7895316 +487,-1.154565557,0.124434095,35,-1.545148587,0.7395226109,2793.1119693 +488,1.855331234,0.291044755,35,-1.545148587,0.7395226109,8253.7110088 +489,0.830290659,0.276904518,35,-1.545148587,0.7395226109,7544.9639524 +490,0.485104466,-0.234867441,35,-1.545148587,0.7395226109,8184.5667295 +491,0.521367572,-0.33161327,35,-1.545148587,0.7395226109,8536.6576003 +1,-1.539031704,0.7349710123,36,-1.543104538,0.7395314908,21.655232605 +2,-1.536990553,0.7349663874,36,-1.543104538,0.7395314908,25.463871601 +3,-1.534951779,0.7349571355,36,-1.543104538,0.7395314908,29.997581453 +4,-1.532906461,0.7349480293,36,-1.543104538,0.7395314908,34.98455823 +5,-1.531320211,0.7346937278,36,-1.543104538,0.7395314908,39.517449519 +6,-1.539451648,0.7335131775,36,-1.543104538,0.7395314908,26.137486628 +7,-1.537429487,0.7335445708,36,-1.543104538,0.7395314908,28.976876644 +8,-1.535484998,0.7335658704,36,-1.543104538,0.7395314908,32.530516221 +9,-1.533488396,0.7336036027,36,-1.543104538,0.7395314908,36.707694266 +10,-1.531497785,0.7335842962,36,-1.543104538,0.7395314908,41.410071371 +11,-1.530259379,0.7334777758,36,-1.543104538,0.7395314908,44.673248577 +12,-1.5335454,0.7322346912,36,-1.543104538,0.7395314908,40.28710041 +13,-1.531489083,0.7322238773,36,-1.543104538,0.7395314908,44.731147626 +14,-1.530011122,0.7321679851,36,-1.543104538,0.7395314908,48.255722607 +15,-1.53348106,0.7306614094,36,-1.543104538,0.7395314908,45.098613916 +16,-1.531441779,0.7306962275,36,-1.543104538,0.7395314908,48.978520791 +17,-1.529755654,0.7306933243,36,-1.543104538,0.7395314908,52.571312078 +18,-1.533415048,0.7291384674,36,-1.543104538,0.7395314908,50.062725018 +19,-1.531392093,0.7291705353,36,-1.543104538,0.7395314908,53.572862083 +20,-1.529296523,0.7291214933,36,-1.543104538,0.7395314908,57.865200698 +21,-1.535280942,0.727267644,36,-1.543104538,0.7395314908,53.756149698 +22,-1.533378158,0.7276139666,36,-1.543104538,0.7395314908,55.201670126 +23,-1.531340368,0.7276446587,36,-1.543104538,0.7395314908,58.436310688 +24,-1.528960113,0.7276398177,36,-1.543104538,0.7395314908,62.852257405 +25,-1.533313146,0.7260818349,36,-1.543104538,0.7395314908,60.573354957 +26,-1.531259555,0.7260958115,36,-1.543104538,0.7395314908,63.626668778 +27,-1.528926415,0.7260865555,36,-1.543104538,0.7395314908,67.664877569 +28,-1.531226779,0.7245511789,36,-1.543104538,0.7395314908,68.887050039 +29,-1.528904772,0.7245519194,36,-1.543104538,0.7395314908,72.599230616 +30,-1.547195875,0.7409785979,36,-1.543104538,0.7395314908,13.266838403 +31,-1.5451475,0.740980426,36,-1.543104538,0.7395314908,8.2844685035 +32,-1.543097679,0.7409798872,36,-1.543104538,0.7395314908,5.7371331542 +33,-1.540720364,0.7409892687,36,-1.543104538,0.7395314908,9.0528450511 +34,-1.547188511,0.7395198392,36,-1.543104538,0.7395314908,11.951179625 +35,-1.545148587,0.7395226109,36,-1.543104538,0.7395314908,5.98167669 +36,-1.543104538,0.7395314908,36,-1.543104538,0.7395314908,2.9996358796 +37,-1.540727751,0.7395306258,36,-1.543104538,0.7395314908,6.9552542784 +38,-1.547187029,0.7380014886,36,-1.543104538,0.7395314908,13.403366375 +39,-1.545147315,0.7380012252,36,-1.543104538,0.7395314908,8.5161402708 +40,-1.54310719,0.7380060743,36,-1.543104538,0.7395314908,6.0421799237 +41,-1.540719671,0.7380068206,36,-1.543104538,0.7395314908,9.2328140756 +42,-1.547187189,0.7364799098,36,-1.543104538,0.7395314908,17.006898538 +43,-1.545149996,0.7364853874,36,-1.543104538,0.7395314908,13.472446196 +44,-1.543106091,0.7364823484,36,-1.543104538,0.7395314908,12.077653858 +45,-1.540717158,0.7364893901,36,-1.543104538,0.7395314908,13.933403316 +46,-1.538663972,0.7410138672,36,-1.543104538,0.7395314908,14.251535294 +47,-1.53695285,0.7409699132,36,-1.543104538,0.7395314908,18.870687762 +48,-1.534910498,0.7409641297,36,-1.543104538,0.7395314908,24.625466086 +49,-1.533145034,0.7409536636,36,-1.543104538,0.7395314908,29.665531537 +50,-1.538681336,0.7395405883,36,-1.543104538,0.7395314908,12.943719272 +51,-1.536999189,0.7395183096,36,-1.543104538,0.7395314908,17.866406769 +52,-1.534923633,0.7395144222,36,-1.543104538,0.7395314908,23.940238574 +53,-1.533267822,0.7395654306,36,-1.543104538,0.7395314908,28.785244116 +54,-1.53867273,0.7380151077,36,-1.543104538,0.7395314908,14.30041434 +55,-1.536980576,0.7379994392,36,-1.543104538,0.7395314908,18.93214002 +56,-1.534931522,0.7379944961,36,-1.543104538,0.7395314908,24.695799573 +57,-1.533387952,0.7379480264,36,-1.543104538,0.7395314908,29.137426267 +58,-1.538682279,0.7364914363,36,-1.543104538,0.7395314908,17.689939042 +59,-1.536980704,0.7364810563,36,-1.543104538,0.7395314908,21.633857365 +60,-1.534935567,0.7364752065,36,-1.543104538,0.7395314908,26.825285331 +61,-1.533042592,0.7363876366,36,-1.543104538,0.7395314908,32.008321677 +62,-1.545143426,0.7349628011,36,-1.543104538,0.7395314908,19.058667568 +63,-1.543105297,0.7349691947,36,-1.543104538,0.7395314908,18.071254891 +64,-1.541064533,0.7349647152,36,-1.543104538,0.7395314908,19.052496383 +65,-1.545411803,0.7334624714,36,-1.543104538,0.7395314908,24.974602376 +66,-1.543446606,0.7334780896,36,-1.543104538,0.7395314908,23.998522618 +67,-1.541475327,0.7334957295,36,-1.543104538,0.7395314908,24.380948527 +68,-1.545401939,0.731963266,36,-1.543104538,0.7395314908,30.727412894 +69,-1.54342253,0.7319915583,36,-1.543104538,0.7395314908,29.880265371 +70,-1.541455867,0.7320216438,36,-1.543104538,0.7395314908,30.137846728 +71,-1.545410146,0.7304422281,36,-1.543104538,0.7395314908,36.634445886 +72,-1.543435491,0.7304713664,36,-1.543104538,0.7395314908,35.900325955 +73,-1.541463105,0.7304997613,36,-1.543104538,0.7395314908,36.098331661 +74,-1.545414768,0.7289194936,36,-1.543104538,0.7395314908,42.579480206 +75,-1.543435774,0.7289538557,36,-1.543104538,0.7395314908,41.909331304 +76,-1.541457714,0.7289765881,36,-1.543104538,0.7395314908,42.087447317 +77,-1.539449415,0.7320555866,36,-1.543104538,0.7395314908,31.496952664 +78,-1.537429183,0.7321097681,36,-1.543104538,0.7395314908,33.791939468 +79,-1.535472649,0.7321497267,36,-1.543104538,0.7395314908,36.838263826 +80,-1.539457899,0.7305333307,36,-1.543104538,0.7395314908,37.2174539 +81,-1.537453161,0.7305750503,36,-1.543104538,0.7395314908,39.170191743 +82,-1.535479385,0.7306124949,36,-1.543104538,0.7395314908,41.833175137 +83,-1.53946905,0.7290102593,36,-1.543104538,0.7395314908,43.023649501 +84,-1.537459922,0.7290417293,36,-1.543104538,0.7395314908,44.74195144 +85,-1.535451349,0.7290890157,36,-1.543104538,0.7395314908,47.087100775 +86,-1.535522937,0.7279887191,36,-1.543104538,0.7395314908,50.870337762 +87,-1.539442524,0.7274735939,36,-1.543104538,0.7395314908,48.96161801 +88,-1.537424111,0.727521351,36,-1.543104538,0.7395314908,50.422625355 +89,-1.539384641,0.7259505092,36,-1.543104538,0.7395314908,54.897913628 +90,-1.537372391,0.7259947145,36,-1.543104538,0.7395314908,56.212488336 +91,-1.535340789,0.7260435356,36,-1.543104538,0.7395314908,58.110224075 +92,-1.539325716,0.7244369706,36,-1.543104538,0.7395314908,60.817159346 +93,-1.537308932,0.7244801057,36,-1.543104538,0.7395314908,62.015585594 +94,-1.535289068,0.7245247645,36,-1.543104538,0.7395314908,63.745537482 +95,-1.533261366,0.7245550236,36,-1.543104538,0.7395314908,66.030549496 +96,-1.539267302,0.722921924,36,-1.543104538,0.7395314908,66.756111658 +97,-1.537248972,0.7229660258,36,-1.543104538,0.7395314908,67.848817374 +98,-1.535219431,0.7229916471,36,-1.543104538,0.7395314908,69.516452609 +99,-1.53318962,0.7230212049,36,-1.543104538,0.7395314908,71.632581177 +100,-1.531154816,0.7230299897,36,-1.543104538,0.7395314908,74.251962363 +101,-1.528878341,0.7230370244,36,-1.543104538,0.7395314908,77.637692624 +102,-1.539218189,0.7214009878,36,-1.543104538,0.7395314908,72.724457614 +103,-1.537198791,0.7214422745,36,-1.543104538,0.7395314908,73.739330996 +104,-1.535179266,0.7214634354,36,-1.543104538,0.7395314908,75.290022453 +105,-1.533156501,0.7214944644,36,-1.543104538,0.7395314908,77.237620575 +106,-1.53113574,0.7215166021,36,-1.543104538,0.7395314908,79.615074603 +107,-1.528874248,0.7215345535,36,-1.543104538,0.7395314908,82.728699995 +108,-1.539217656,0.7198512397,36,-1.543104538,0.7395314908,78.793555453 +109,-1.537199919,0.7199428763,36,-1.543104538,0.7395314908,79.524465953 +110,-1.545425832,0.727397149,36,-1.543104538,0.7395314908,48.547006343 +111,-1.543371177,0.7273916949,36,-1.543104538,0.7395314908,48.092131571 +112,-1.541368852,0.7274523163,36,-1.543104538,0.7395314908,48.117393059 +113,-1.545349067,0.7258710923,36,-1.543104538,0.7395314908,54.510942141 +114,-1.54332671,0.7258603556,36,-1.543104538,0.7395314908,54.155317793 +115,-1.541346831,0.7259242142,36,-1.543104538,0.7395314908,54.146316384 +116,-1.545324355,0.7243383958,36,-1.543104538,0.7395314908,60.534226711 +117,-1.543292796,0.7243617413,36,-1.543104538,0.7395314908,60.089937724 +118,-1.541295822,0.7244024384,36,-1.543104538,0.7395314908,60.162661421 +119,-1.543193859,0.7205570215,36,-1.543104538,0.7395314908,75.158335259 +120,-1.550257047,0.7386738187,36,-1.543104538,0.7395314908,21.2125339 +121,-1.549335448,0.7311736483,36,-1.543104538,0.7395314908,37.828052738 +122,-1.533478843,0.7179891343,36,-1.543104538,0.7395314908,89.944333254 +123,-1.556150555,0.738907041,36,-1.543104538,0.7395314908,38.26764936 +124,-1.554324226,0.733414257,36,-1.543104538,0.7395314908,40.878811393 +125,-1.554290846,0.7288285332,36,-1.543104538,0.7395314908,53.658811155 +126,-1.55122487,0.7219795312,36,-1.543104538,0.7395314908,73.533257594 +127,-1.525104458,0.7229399862,36,-1.543104538,0.7395314908,84.470378434 +128,-1.519607711,0.7236181429,36,-1.543104538,0.7395314908,93.643546175 +129,-1.513899999,0.7251107854,36,-1.543104538,0.7395314908,103.25613899 +130,-1.536620762,0.7431061895,36,-1.543104538,0.7395314908,23.649755347 +131,-1.5369566,0.7460845958,36,-1.543104538,0.7395314908,31.55137438 +132,-1.545345528,0.7447040685,36,-1.543104538,0.7395314908,21.507770547 +133,-1.532813921,0.7432306626,36,-1.543104538,0.7395314908,33.443384133 +134,-1.554788248,0.7382381001,36,-1.543104538,0.7395314908,34.591873218 +135,-1.540348126,0.7301594274,36,-1.543104538,0.7395314908,37.996253912 +136,-1.538016084,0.7239051786,36,-1.543104538,0.7395314908,63.686430009 +137,-1.525288962,0.7258085137,36,-1.543104538,0.7395314908,75.541016575 +138,-1.534326986,0.731241342,36,-1.543104538,0.7395314908,41.749593286 +139,-1.530733872,0.7303625216,36,-1.543104538,0.7395314908,51.384993606 +141,-1.534354939,0.7328219978,36,-1.543104538,0.7395314908,36.957735226 +142,-1.53157084,0.7292888153,36,-1.543104538,0.7395314908,52.875111036 +143,-1.525691035,0.7263799874,36,-1.543104538,0.7395314908,73.084465124 +144,-1.534031287,0.7495967835,36,-1.543104538,0.7395314908,47.83282215 +145,-1.527714986,0.7283095957,36,-1.543104538,0.7395314908,63.439662046 +146,-1.526189586,0.7271468292,36,-1.543104538,0.7395314908,69.886344202 +147,-1.555177336,0.7375563366,36,-1.543104538,0.7395314908,36.215770845 +148,-1.555080283,0.7312707794,36,-1.543104538,0.7395314908,48.041748033 +149,-1.53856994,0.7224180299,36,-1.543104538,0.7395314908,69.092802411 +150,-1.530837883,0.729933372,36,-1.543104538,0.7395314908,52.394210623 +151,-1.515066984,0.5854133365,36,-1.543104538,0.7395314908,616.67529646 +152,-1.534731633,0.5368370046,36,-1.543104538,0.7395314908,803.31060555 +153,-1.515231902,0.5607085576,36,-1.543104538,0.7395314908,713.70906311 +154,-2.616253799,1.0684566605,36,-1.543104538,0.7395314908,2799.3985122 +155,-1.956071439,0.5792177723,36,-1.543104538,0.7395314908,1433.7651686 +156,-1.951208514,0.5602434208,36,-1.543104538,0.7395314908,1462.8715065 +157,-1.944675062,0.6062144545,36,-1.543104538,0.7395314908,1345.8767377 +158,-1.613778386,0.6077989518,36,-1.543104538,0.7395314908,565.61851578 +159,-2.035029014,0.6021432345,36,-1.543104538,0.7395314908,1611.4212323 +160,-2.114989471,0.6801825058,36,-1.543104538,0.7395314908,1723.2578234 +161,-2.037382079,0.5765830025,36,-1.543104538,0.7395314908,1668.1226431 +162,-2.129855121,0.6585019963,36,-1.543104538,0.7395314908,1795.6794367 +163,-2.075141798,0.6493615843,36,-1.543104538,0.7395314908,1648.8470397 +164,-1.828626729,0.6948433129,36,-1.543104538,0.7395314908,869.0793573 +165,-1.863329418,0.6735427691,36,-1.543104538,0.7395314908,997.32686342 +166,-1.266037071,0.727988852,36,-1.543104538,0.7395314908,815.13860365 +167,-1.277579582,0.7249010648,36,-1.543104538,0.7395314908,783.26890139 +168,-1.258418684,0.7241194816,36,-1.543104538,0.7395314908,839.83792907 +169,-1.317813974,0.6804850104,36,-1.543104538,0.7395314908,715.13924576 +170,-1.344165204,0.6790988904,36,-1.543104538,0.7395314908,643.41370557 +171,-1.427582102,0.5277120351,36,-1.543104538,0.7395314908,915.72172513 +172,-1.402238616,0.457167829,36,-1.543104538,0.7395314908,1208.2860813 +173,-1.422454264,0.4996161999,36,-1.543104538,0.7395314908,1025.9383329 +174,-1.439089277,0.4894859811,36,-1.543104538,0.7395314908,1045.3519776 +175,-1.448126995,0.5182330266,36,-1.543104538,0.7395314908,927.31664098 +176,-1.474626146,0.5881926574,36,-1.543104538,0.7395314908,636.18407954 +177,-1.421139645,0.5584869783,36,-1.543104538,0.7395314908,813.15261943 +178,-1.457037165,0.565943032,36,-1.543104538,0.7395314908,738.64429655 +179,-2.757159358,0.3745319,36,-1.543104538,0.7395314908,4208.6594544 +180,-2.714309238,0.342054471,36,-1.543104538,0.7395314908,4162.4641154 +181,-2.000525337,0.774119946,36,-1.543104538,0.7395314908,1318.6720352 +183,-1.571413436,0.6777838382,36,-1.543104538,0.7395314908,258.96108422 +184,-1.552860289,0.6987663893,36,-1.543104538,0.7395314908,164.06588443 +185,-1.521852374,0.7165827476,36,-1.543104538,0.7395314908,110.50211059 +186,-1.503656267,0.6928968252,36,-1.543104538,0.7395314908,219.09805192 +187,-1.502753178,0.7136205882,36,-1.543104538,0.7395314908,157.48750449 +188,-1.631894563,0.7343596465,36,-1.543104538,0.7395314908,261.20542038 +189,-1.653765416,0.6770714026,36,-1.543104538,0.7395314908,414.56646587 +190,-1.719812114,0.6715965947,36,-1.543104538,0.7395314908,596.36768673 +191,-1.493406659,0.6646955447,36,-1.543104538,0.7395314908,332.2963359 +192,-1.469120564,0.6613469966,36,-1.543104538,0.7395314908,382.12288406 +193,-1.590551461,0.5326612937,36,-1.543104538,0.7395314908,833.11229051 +194,-1.625979264,0.5247742243,36,-1.543104538,0.7395314908,890.52114912 +195,-1.572293943,0.5238808754,36,-1.543104538,0.7395314908,859.22171658 +196,-1.610848725,0.5477107964,36,-1.543104538,0.7395314908,789.29443924 +197,-1.208485554,0.7918526018,36,-1.543104538,0.7395314908,975.21444357 +198,-1.335601374,0.6869083083,36,-1.543104538,0.7395314908,654.92805064 +199,-1.346156996,0.6825213377,36,-1.543104538,0.7395314908,632.12756447 +200,-1.324381037,0.6741422347,36,-1.543104538,0.7395314908,707.02041828 +201,-1.242424992,0.7378949807,36,-1.543104538,0.7395314908,879.05554814 +202,-1.270370057,0.7392461008,36,-1.543104538,0.7395314908,797.08699702 +203,-1.448950472,0.7441675014,36,-1.543104538,0.7395314908,275.50745246 +204,-1.492662363,0.7523026852,36,-1.543104538,0.7395314908,155.21163527 +205,-1.479098966,0.7763855017,36,-1.543104538,0.7395314908,234.92704468 +206,-1.633760714,0.7869022408,36,-1.543104538,0.7395314908,320.10875963 +207,-1.647406434,0.8101289331,36,-1.543104538,0.7395314908,406.40307082 +208,-1.564245052,0.5701509278,36,-1.543104538,0.7395314908,674.17401602 +209,-1.646289963,0.6833746083,36,-1.543104538,0.7395314908,381.04241254 +210,-1.5820631,0.6751952144,36,-1.543104538,0.7395314908,280.50444829 +211,-1.613236298,0.6681681791,36,-1.543104538,0.7395314908,353.10583089 +212,-1.914661867,0.8212566515,36,-1.543104538,0.7395314908,1090.862269 +213,-1.742133237,0.7250275956,36,-1.543104538,0.7395314908,588.61960783 +214,-2.033144872,0.6557314699,36,-1.543104538,0.7395314908,1516.738589 +215,-2.039551981,0.6964723658,36,-1.543104538,0.7395314908,1483.7510936 +216,-1.247341019,0.7622473908,36,-1.543104538,0.7395314908,859.67284161 +217,-1.298239787,0.7084123392,36,-1.543104538,0.7395314908,736.13368509 +218,-1.308539688,0.6926545592,36,-1.543104538,0.7395314908,724.2028284 +219,-1.303263185,0.6888938396,36,-1.543104538,0.7395314908,744.37925792 +220,-1.852400229,0.6004246149,36,-1.543104538,0.7395314908,1103.9128137 +221,-1.288947707,0.7473773692,36,-1.543104538,0.7395314908,740.80699728 +222,-1.372031502,0.7472790993,36,-1.543104538,0.7395314908,499.50262525 +223,-1.289805721,0.7242157877,36,-1.543104538,0.7395314908,747.93638044 +224,-1.350807603,0.7533498126,36,-1.543104538,0.7395314908,561.42384749 +225,-1.329290365,0.7560442322,36,-1.543104538,0.7395314908,623.82091331 +226,-1.410153004,0.616936428,36,-1.543104538,0.7395314908,635.01580672 +227,-1.393445434,0.6308995063,36,-1.543104538,0.7395314908,628.52690939 +228,-1.37595573,0.6241540638,36,-1.543104538,0.7395314908,687.00938639 +229,-1.358388707,0.6172645205,36,-1.543104538,0.7395314908,746.65593443 +230,-1.753741133,0.8281661666,36,-1.543104538,0.7395314908,686.17566698 +231,-1.47430987,0.6834615681,36,-1.543104538,0.7395314908,303.11144053 +232,-1.421012508,0.7222725206,36,-1.543104538,0.7395314908,366.39923473 +233,-1.4476833,0.6978557868,36,-1.543104538,0.7395314908,328.80765396 +234,-1.470370723,0.6966193374,36,-1.543104538,0.7395314908,275.55426237 +235,-1.429211703,0.7037216883,36,-1.543104538,0.7395314908,367.05159815 +236,-1.700578405,0.6178673663,36,-1.543104538,0.7395314908,683.31606785 +237,-1.678117619,0.6331716163,36,-1.543104538,0.7395314908,589.9458219 +238,-1.725644578,0.6316331145,36,-1.543104538,0.7395314908,703.2961534 +239,-2.14012759,0.7930497945,36,-1.543104538,0.7395314908,1703.9120145 +240,-2.103289431,0.7653606263,36,-1.543104538,0.7395314908,1612.8772981 +241,-1.318739838,0.7017808746,36,-1.543104538,0.7395314908,683.56396133 +242,-1.396417427,0.7077900843,36,-1.543104538,0.7395314908,452.9799605 +243,-1.35650337,0.7185539404,36,-1.543104538,0.7395314908,557.09201423 +244,-1.248884539,0.7274156818,36,-1.543104538,0.7395314908,865.63311465 +245,-1.395014798,0.5761185243,36,-1.543104538,0.7395314908,795.57700359 +246,-1.433377362,0.6064716109,36,-1.543104538,0.7395314908,626.69448737 +247,-1.408172432,0.5903155476,36,-1.543104538,0.7395314908,724.71048213 +248,-1.749645898,0.7757118084,36,-1.543104538,0.7395314908,610.76638226 +249,-1.571626686,0.615046989,36,-1.543104538,0.7395314908,500.85151635 +250,-1.514070049,0.6303003037,36,-1.543104538,0.7395314908,441.71040145 +251,-1.480890369,0.6237966528,36,-1.543104538,0.7395314908,496.6348051 +252,-1.704390658,0.5281680612,36,-1.543104538,0.7395314908,981.37863533 +253,-1.64434733,0.5254277498,36,-1.543104538,0.7395314908,907.05928559 +254,-1.703855997,0.4792484842,36,-1.543104538,0.7395314908,1153.9223027 +255,-1.692002383,0.5748825051,36,-1.543104538,0.7395314908,801.14487403 +256,-1.854136457,0.5544643913,36,-1.543104538,0.7395314908,1222.0152479 +257,-1.665021206,0.520317736,36,-1.543104538,0.7395314908,951.09420001 +258,-1.733654349,0.4845187345,36,-1.543104538,0.7395314908,1181.7027044 +259,-1.720938188,0.5135933906,36,-1.543104538,0.7395314908,1059.5427626 +260,-1.742668307,0.553296122,36,-1.543104538,0.7395314908,968.87465242 +261,-1.965659039,0.7142126903,36,-1.543104538,0.7395314908,1250.4808966 +262,-1.944438071,0.6772834804,36,-1.543104538,0.7395314908,1228.1233595 +263,-1.270340967,0.7681487096,36,-1.543104538,0.7395314908,794.5757549 +264,-1.353091884,0.6549276821,36,-1.543104538,0.7395314908,666.47716157 +265,-1.333236659,0.6413584414,36,-1.543104538,0.7395314908,748.55685665 +266,-1.352015998,0.6753788907,36,-1.543104538,0.7395314908,628.25596493 +267,-1.377988483,0.6577816235,36,-1.543104538,0.7395314908,595.79700553 +268,-2.13075611,0.8318642051,36,-1.543104538,0.7395314908,1671.5535054 +269,-2.097910953,0.8259670014,36,-1.543104538,0.7395314908,1583.4878004 +270,-1.416382069,0.6694271549,36,-1.543104538,0.7395314908,472.34576451 +271,-1.538905672,0.7535625993,36,-1.543104538,0.7395314908,56.902210092 +272,-1.572309477,0.7803125099,36,-1.543104538,0.7395314908,181.99190079 +273,-1.87759879,0.7503853417,36,-1.543104538,0.7395314908,972.81387999 +274,1.152365588,0.590457682,36,-1.543104538,0.7395314908,6932.4585036 +275,0.350198001,0.718001859,36,-1.543104538,0.7395314908,5151.2378263 +276,0.046513677,0.491503852,36,-1.543104538,0.7395314908,4990.8894089 +277,0.027510309,0.742571376,36,-1.543104538,0.7395314908,4347.2636472 +278,0.306285725,-0.214631579,36,-1.543104538,0.7395314908,7604.6922169 +279,-1.100564889,0.318051531,36,-1.543104538,0.7395314908,2235.7746173 +280,-1.078582306,0.301437596,36,-1.543104538,0.7395314908,2337.941937 +281,-1.137371989,-0.617634065,36,-1.543104538,0.7395314908,5572.9405023 +282,0.784356344,0.703272339,36,-1.543104538,0.7395314908,6027.7108645 +283,-1.221209947,0.218327455,36,-1.543104538,0.7395314908,2342.4325089 +284,2.347301921,-0.449114658,36,-1.543104538,0.7395314908,9766.3020425 +285,0.246820618,0.830553713,36,-1.543104538,0.7395314908,4638.2156215 +286,0.829414965,0.703288228,36,-1.543104538,0.7395314908,6099.2630909 +287,-1.337537566,0.42332223,36,-1.543104538,0.7395314908,1422.1045535 +288,0.882453706,0.454478077,36,-1.543104538,0.7395314908,7039.3923166 +289,1.575629659,0.416419109,36,-1.543104538,0.7395314908,7864.3642559 +290,-1.039455679,0.229888244,36,-1.543104538,0.7395314908,2655.3139884 +291,0.489558039,0.934482747,36,-1.543104538,0.7395314908,4820.737824 +292,0.081344504,0.88384514,36,-1.543104538,0.7395314908,4166.42597 +293,-1.547979814,0.300350308,36,-1.543104538,0.7395314908,1739.6747916 +294,0.040776181,0.168560074,36,-1.543104538,0.7395314908,5811.0928909 +295,-1.130374745,0.563894876,36,-1.543104538,0.7395314908,1467.1424939 +296,1.578326642,0.478507176,36,-1.543104538,0.7395314908,7618.63478 +297,-1.12861823,-0.291640865,36,-1.543104538,0.7395314908,4355.7616235 +298,0.310524208,0.770885792,36,-1.543104538,0.7395314908,4924.6283949 +299,0.415649091,-0.387246002,36,-1.543104538,0.7395314908,8356.9737754 +300,-0.926533878,-0.188022748,36,-1.543104538,0.7395314908,4301.0775697 +301,1.258856172,-0.11716081,36,-1.543104538,0.7395314908,9706.6583674 +302,-1.126050026,0.322941926,36,-1.543104538,0.7395314908,2164.1154915 +303,2.002785835,0.07893892,36,-1.543104538,0.7395314908,8890.859219 +304,0.440437607,0.746258085,36,-1.543104538,0.7395314908,5262.1199813 +305,-0.030391866,0.214441206,36,-1.543104538,0.7395314908,5483.6010499 +306,0.521557815,-0.058929362,36,-1.543104538,0.7395314908,7805.7835841 +307,-0.097005111,0.13317729,36,-1.543104538,0.7395314908,5502.7794408 +308,1.83113859,0.221857587,36,-1.543104538,0.7395314908,8542.7504755 +309,0.222428864,0.099404236,36,-1.543104538,0.7395314908,6520.7600666 +310,-1.702731345,0.8728568183,36,-1.543104538,0.7395314908,684.8706959 +311,-0.418507569,0.278324921,36,-1.543104538,0.7395314908,4185.7688572 +312,-1.41153306,0.339029988,36,-1.543104538,0.7395314908,1646.4911777 +313,0.357560442,0.114788776,36,-1.543104538,0.7395314908,6860.5871654 +314,0.325818979,0.268352149,36,-1.543104538,0.7395314908,6342.9352447 +315,-1.246004659,-0.663679965,36,-1.543104538,0.7395314908,5660.3337476 +316,1.814603087,0.637404484,36,-1.543104538,0.7395314908,6934.1298273 +317,1.843704281,-0.18300445,36,-1.543104538,0.7395314908,10081.508334 +318,1.690644492,-0.211480909,36,-1.543104538,0.7395314908,10328.268117 +319,-1.275451936,0.068109467,36,-1.543104538,0.7395314908,2822.4306472 +320,0.762430171,-0.207594741,36,-1.543104538,0.7395314908,8888.7486989 +321,0.265668905,-0.014647884,36,-1.543104538,0.7395314908,6954.9721666 +322,-2.773032013,-0.335515811,36,-1.543104538,0.7395314908,6177.1280592 +323,-1.469512853,0.174058777,36,-1.543104538,0.7395314908,2254.3543763 +324,0.286276986,0.785925691,36,-1.543104538,0.7395314908,4833.935913 +325,-1.379324697,0.377432233,36,-1.543104538,0.7395314908,1533.7541307 +326,-1.203778265,0.212813032,36,-1.543104538,0.7395314908,2390.9433211 +327,0.579916301,0.611743168,36,-1.543104538,0.7395314908,5945.3329882 +328,0.267582642,0.868113908,36,-1.543104538,0.7395314908,4588.2242566 +329,0.412869244,-0.050245578,36,-1.543104538,0.7395314908,7474.8907358 +330,0.17524381,0.976660285,36,-1.543104538,0.7395314908,4158.6953021 +331,0.743157214,0.204812899,36,-1.543104538,0.7395314908,7585.207082 +332,-1.070758176,0.269382282,36,-1.543104538,0.7395314908,2458.2380786 +333,-1.230364251,0.329790229,36,-1.543104538,0.7395314908,1932.5683401 +334,-1.374813124,-0.024926835,36,-1.543104538,0.7395314908,3087.2710911 +335,0.519780566,0.463669906,36,-1.543104538,0.7395314908,6264.6587516 +336,-1.55108034,0.239698561,36,-1.543104538,0.7395314908,1980.0268751 +337,0.180294813,0.029739425,36,-1.543104538,0.7395314908,6587.7048078 +338,0.67820924,0.268170153,36,-1.543104538,0.7395314908,7234.4231563 +339,0.445798684,1.024001867,36,-1.543104538,0.7395314908,4506.3193538 +340,0.691751283,0.150521402,36,-1.543104538,0.7395314908,7634.5356672 +341,-1.036643551,-0.903056181,36,-1.543104538,0.7395314908,6734.9473699 +342,-0.120287036,1.083325163,36,-1.543104538,0.7395314908,3437.5901944 +343,2.823513113,-0.304487164,36,-1.543104538,0.7395314908,8030.6242351 +344,0.457583172,1.12513373,36,-1.543104538,0.7395314908,4259.6131978 +345,0.042918831,0.813795399,36,-1.543104538,0.7395314908,4229.0610285 +346,1.196146777,-0.853142756,36,-1.543104538,0.7395314908,11247.8108 +347,0.206001358,-0.010430701,36,-1.543104538,0.7395314908,6770.5234502 +348,-0.268308653,0.234799412,36,-1.543104538,0.7395314908,4736.095292 +349,0.759363263,0.736189579,36,-1.543104538,0.7395314908,5877.8226878 +350,0.181363926,0.891988372,36,-1.543104538,0.7395314908,4357.3411809 +351,-0.021111158,0.139103292,36,-1.543104538,0.7395314908,5708.9764862 +352,-0.093355215,0.630686981,36,-1.543104538,0.7395314908,4286.2176492 +353,0.40118964,0.681375926,36,-1.543104538,0.7395314908,5363.1261218 +354,-0.721197315,1.304706234,36,-1.543104538,0.7395314908,2662.3622657 +355,-1.076150317,0.212107639,36,-1.543104538,0.7395314908,2634.8955136 +356,-1.577164531,0.273993443,36,-1.543104538,0.7395314908,1847.6326774 +357,-0.190788414,0.182208586,36,-1.543104538,0.7395314908,5099.4761553 +358,-0.261349752,0.209710184,36,-1.543104538,0.7395314908,4821.3720239 +359,-1.029303852,0.083549259,36,-1.543104538,0.7395314908,3165.0133132 +360,-1.268609162,0.330525297,36,-1.543104538,0.7395314908,1863.5338955 +361,1.282982244,-0.926641967,36,-1.543104538,0.7395314908,11328.925727 +362,0.217352334,0.731352408,36,-1.543104538,0.7395314908,4820.5933111 +363,-1.511833084,0.258629297,36,-1.543104538,0.7395314908,1907.8414738 +364,0.338812194,0.823184618,36,-1.543104538,0.7395314908,4845.9024876 +365,-0.324406489,1.134201999,36,-1.543104538,0.7395314908,3046.8394606 +366,1.389579348,0.399185724,36,-1.543104538,0.7395314908,7869.0723707 +367,2.047152199,-0.039082036,36,-1.543104538,0.7395314908,9246.3386828 +368,0.947780369,0.568250077,36,-1.543104538,0.7395314908,6749.3095419 +369,0.763824846,0.576754987,36,-1.543104538,0.7395314908,6413.2905557 +370,-0.142334657,0.928153068,36,-1.543104538,0.7395314908,3601.1287471 +371,0.610266567,0.547265983,36,-1.543104538,0.7395314908,6207.7007934 +372,0.210731629,0.746815056,36,-1.543104538,0.7395314908,4766.9163412 +373,-1.34931644,0.316895224,36,-1.543104538,0.7395314908,1796.7525976 +374,2.407696481,0.655030745,36,-1.543104538,0.7395314908,6197.1406462 +375,0.64207831,0.545359131,36,-1.543104538,0.7395314908,6279.3992615 +376,1.174597538,0.840588356,36,-1.543104538,0.7395314908,6012.1418269 +377,0.660059424,0.010604079,36,-1.543104538,0.7395314908,7980.3323731 +378,-0.730263819,0.010486456,36,-1.543104538,0.7395314908,4079.4190495 +379,0.831068936,0.512339172,36,-1.543104538,0.7395314908,6750.5332888 +380,1.301180979,0.72367476,36,-1.543104538,0.7395314908,6551.4406859 +381,1.811128231,0.322854402,36,-1.543104538,0.7395314908,8164.536657 +382,0.435105812,0.992284428,36,-1.543104538,0.7395314908,4573.6672559 +383,0.62643634,0.592027932,36,-1.543104538,0.7395314908,6100.8151753 +384,0.492988703,-0.516339467,36,-1.543104538,0.7395314908,8875.8356969 +385,-0.162469483,0.112549365,36,-1.543104538,0.7395314908,5365.8337448 +386,0.314630866,0.472006421,36,-1.543104538,0.7395314908,5744.6694534 +387,0.166744804,0.822815954,36,-1.543104538,0.7395314908,4485.8451293 +388,0.417159608,0.965805736,36,-1.543104538,0.7395314908,4614.4428183 +389,0.106334961,0.868774244,36,-1.543104538,0.7395314908,4251.9139593 +390,0.815086969,-0.338144359,36,-1.543104538,0.7395314908,9390.8127108 +391,0.59867455,-0.230624824,36,-1.543104538,0.7395314908,8494.4512722 +392,1.915104874,0.066220985,36,-1.543104538,0.7395314908,9055.66498 +393,1.278093622,0.064463721,36,-1.543104538,0.7395314908,9057.7128598 +394,-0.061477853,0.302997961,36,-1.543104538,0.7395314908,5164.145397 +395,0.251311504,0.626976942,36,-1.543104538,0.7395314908,5168.8975531 +396,2.950242872,0.149095644,36,-1.543104538,0.7395314908,6454.3410788 +397,-0.180294708,0.35375117,36,-1.543104538,0.7395314908,4692.6091662 +398,1.010448592,-0.351180233,36,-1.543104538,0.7395314908,9955.0630276 +399,-1.748740498,0.3686318073,36,-1.543104538,0.7395314908,1620.4164893 +400,2.699635665,0.123533791,36,-1.543104538,0.7395314908,7217.7310224 +401,0.496808033,0.823843254,36,-1.543104538,0.7395314908,5148.9276052 +402,0.129574704,0.763364087,36,-1.543104538,0.7395314908,4541.4392821 +403,1.798920311,0.817447563,36,-1.543104538,0.7395314908,6236.5768581 +404,0.335987953,0.746786541,36,-1.543104538,0.7395314908,5042.8988374 +405,-1.085413643,0.292154671,36,-1.543104538,0.7395314908,2352.414202 +406,-0.155321003,0.508207011,36,-1.543104538,0.7395314908,4393.4037626 +407,0.620529244,-0.301175104,36,-1.543104538,0.7395314908,8741.7565626 +408,1.684402744,0.368716966,36,-1.543104538,0.7395314908,8042.834102 +409,0.300582244,-0.386397212,36,-1.543104538,0.7395314908,8019.5473206 +410,2.913555946,-0.009225192,36,-1.543104538,0.7395314908,6991.5674088 +411,1.465101417,0.493232532,36,-1.543104538,0.7395314908,7536.6270005 +412,0.090612882,0.907955955,36,-1.543104538,0.7395314908,4135.8324794 +413,2.987564726,-0.729568594,36,-1.543104538,0.7395314908,8522.7164566 +414,-1.484261606,0.224149272,36,-1.543104538,0.7395314908,2051.4256777 +415,0.164073421,0.303955133,36,-1.543104538,0.7395314908,5801.7932201 +416,0.141441293,0.167552546,36,-1.543104538,0.7395314908,6104.2171821 +417,2.931321023,-0.506718887,36,-1.543104538,0.7395314908,8202.0258975 +418,2.21951565,0.700596356,36,-1.543104538,0.7395314908,6320.3404528 +419,0.268112576,1.199114336,36,-1.543104538,0.7395314908,3848.2388509 +420,0.978913739,0.359223811,36,-1.543104538,0.7395314908,7537.876062 +421,1.210898818,0.522863584,36,-1.543104538,0.7395314908,7247.5879587 +422,2.347397336,0.129231362,36,-1.543104538,0.7395314908,8069.6503882 +423,0.614394501,0.556878345,36,-1.543104538,0.7395314908,6186.2875161 +424,-1.398079356,0.148483366,36,-1.543104538,0.7395314908,2395.1179434 +425,2.535303836,-0.112984496,36,-1.543104538,0.7395314908,8345.5524134 +426,-1.019372593,-0.405322349,36,-1.543104538,0.7395314908,4922.6113183 +427,-1.297785627,-0.160104069,36,-1.543104538,0.7395314908,3672.7240768 +428,2.144554488,0.205051084,36,-1.543104538,0.7395314908,8209.0527457 +429,-2.242387083,-0.426171285,36,-1.543104538,0.7395314908,5277.3130183 +430,0.338637212,0.909723676,36,-1.543104538,0.7395314908,4621.3058947 +431,-0.148798452,0.691042401,36,-1.543104538,0.7395314908,4011.7140744 +432,0.893524764,0.441829531,36,-1.543104538,0.7395314908,7102.4670423 +433,0.969229347,-0.368847936,36,-1.543104538,0.7395314908,9895.5559327 +434,0.436043248,0.800045688,36,-1.543104538,0.7395314908,5101.5483799 +435,1.687946607,1.081504775,36,-1.543104538,0.7395314908,5225.0462317 +436,0.522302046,-0.034889271,36,-1.543104538,0.7395314908,7740.195533 +437,-0.178996113,-0.438090009,36,-1.543104538,0.7395314908,6812.7095909 +438,-1.094339566,0.301444068,36,-1.543104538,0.7395314908,2302.8042649 +439,-1.064070054,0.242569932,36,-1.543104538,0.7395314908,2560.0278308 +440,-1.068153768,0.230387998,36,-1.543104538,0.7395314908,2591.1837945 +441,-3.00496892,-0.23989155,36,-1.543104538,0.7395314908,6547.5230115 +442,0.21751974,0.766874888,36,-1.543104538,0.7395314908,4732.344928 +443,0.117229532,0.007619006,36,-1.543104538,0.7395314908,6463.394153 +444,0.777758451,0.420554741,36,-1.543104538,0.7395314908,6957.2935397 +445,-0.252356999,0.250747086,36,-1.543104538,0.7395314908,4741.7961705 +446,0.363148444,0.768483434,36,-1.543104538,0.7395314908,5041.7403114 +447,0.903191366,-0.118210676,36,-1.543104538,0.7395314908,8987.3315789 +448,-0.205755923,0.149406178,36,-1.543104538,0.7395314908,5141.8189059 +449,1.811996086,0.02364353,36,-1.543104538,0.7395314908,9325.9900434 +450,-1.100670221,0.314845373,36,-1.543104538,0.7395314908,2245.7927458 +451,0.340078597,0.850105132,36,-1.543104538,0.7395314908,4777.9199177 +452,0.258757267,0.804969236,36,-1.543104538,0.7395314908,4727.0178848 +453,2.78505352,-0.155160804,36,-1.543104538,0.7395314908,7756.2942234 +454,0.800551619,0.105822106,36,-1.543104538,0.7395314908,8034.2214269 +455,0.437940882,-0.506194031,36,-1.543104538,0.7395314908,8694.4684684 +456,2.230431122,0.63458615,36,-1.543104538,0.7395314908,6541.1938893 +457,0.527965361,0.127667701,36,-1.543104538,0.7395314908,7287.066907 +458,-0.063643205,0.702093448,36,-1.543104538,0.7395314908,4208.5617101 +459,1.408447268,0.133010502,36,-1.543104538,0.7395314908,8920.0181587 +460,0.523795955,0.280266966,36,-1.543104538,0.7395314908,6824.4222975 +461,-0.975769313,0.072177659,36,-1.543104538,0.7395314908,3313.6027917 +462,0.549774164,-0.463663986,36,-1.543104538,0.7395314908,8926.2992179 +463,0.29245874,1.095549818,36,-1.543104538,0.7395314908,4098.3873746 +464,0.143625958,0.816809593,36,-1.543104538,0.7395314908,4449.0840905 +465,0.671902494,0.611159853,36,-1.543104538,0.7395314908,6129.445149 +466,1.239840988,0.6724199,36,-1.543104538,0.7395314908,6703.9925106 +467,0.607829703,-0.10932137,36,-1.543104538,0.7395314908,8187.2896595 +468,1.763020906,0.263996692,36,-1.543104538,0.7395314908,8423.7996729 +469,0.378714634,0.726066797,36,-1.543104538,0.7395314908,5190.4035683 +470,2.196736143,-0.153862366,36,-1.543104538,0.7395314908,9329.7617764 +471,0.01702415,0.148991565,36,-1.543104538,0.7395314908,5793.9608626 +472,-2.998490902,-0.158002487,36,-1.543104538,0.7395314908,6309.1833135 +473,-3.051262951,-0.346595608,36,-1.543104538,0.7395314908,6960.7322386 +474,-1.069176439,0.182802941,36,-1.543104538,0.7395314908,2747.5444396 +475,0.167157509,0.595344954,36,-1.543104538,0.7395314908,5044.4393357 +476,0.613855648,0.681746124,36,-1.543104538,0.7395314908,5795.8475333 +477,1.037012736,0.682555367,36,-1.543104538,0.7395314908,6460.3150077 +478,-1.253574971,0.379755746,36,-1.543104538,0.7395314908,1717.8860708 +479,3.108590453,-0.132620738,36,-1.543104538,0.7395314908,6752.4436179 +480,0.565301296,0.022333262,36,-1.543104538,0.7395314908,7694.1238703 +481,0.547898238,0.855555614,36,-1.543104538,0.7395314908,5147.4031143 +482,0.948309381,0.417393755,36,-1.543104538,0.7395314908,7281.6797111 +483,-0.050600732,0.945269213,36,-1.543104538,0.7395314908,3770.3279357 +484,-0.977651478,-0.572363064,36,-1.543104538,0.7395314908,5588.0296105 +485,1.102014914,0.728861163,36,-1.543104538,0.7395314908,6363.3274872 +486,2.927300795,-0.282939414,36,-1.543104538,0.7395314908,7672.7638411 +487,-1.154565557,0.124434095,36,-1.543104538,0.7395314908,2789.6610081 +488,1.855331234,0.291044755,36,-1.543104538,0.7395314908,8255.354532 +489,0.830290659,0.276904518,36,-1.543104538,0.7395314908,7540.7125407 +490,0.485104466,-0.234867441,36,-1.543104538,0.7395314908,8178.6345662 +491,0.521367572,-0.33161327,36,-1.543104538,0.7395314908,8530.689949 +1,-1.539031704,0.7349710123,37,-1.540727751,0.7395306258,18.732908291 +2,-1.536990553,0.7349663874,37,-1.540727751,0.7395306258,21.141130173 +3,-1.534951779,0.7349571355,37,-1.540727751,0.7395306258,24.800302461 +4,-1.532906461,0.7349480293,37,-1.540727751,0.7395306258,29.249148212 +5,-1.531320211,0.7346937278,37,-1.540727751,0.7395306258,33.589830341 +6,-1.539451648,0.7335131775,37,-1.540727751,0.7395306258,24.12745212 +7,-1.537429487,0.7335445708,37,-1.540727751,0.7395306258,25.609864374 +8,-1.535484998,0.7335658704,37,-1.540727751,0.7395306258,28.193290018 +9,-1.533488396,0.7336036027,37,-1.540727751,0.7395306258,31.660378536 +10,-1.531497785,0.7335842962,37,-1.540727751,0.7395306258,35.892120961 +11,-1.530259379,0.7334777758,37,-1.540727751,0.7395306258,38.966883125 +12,-1.5335454,0.7322346912,37,-1.540727751,0.7395306258,35.774956926 +13,-1.531489083,0.7322238773,37,-1.540727751,0.7395306258,39.666215451 +14,-1.530011122,0.7321679851,37,-1.540727751,0.7395306258,42.901757942 +15,-1.53348106,0.7306614094,37,-1.540727751,0.7395306258,41.07935081 +16,-1.531441779,0.7306962275,37,-1.540727751,0.7395306258,44.371816245 +17,-1.529755654,0.7306933243,37,-1.540727751,0.7395306258,47.58695588 +18,-1.533415048,0.7291384674,37,-1.540727751,0.7395306258,46.440037319 +19,-1.531392093,0.7291705353,37,-1.540727751,0.7395306258,49.369443381 +20,-1.529296523,0.7291214933,37,-1.540727751,0.7395306258,53.193455781 +21,-1.535280942,0.727267644,37,-1.540727751,0.7395306258,51.149651706 +22,-1.533378158,0.7276139666,37,-1.540727751,0.7395306258,51.919056156 +23,-1.531340368,0.7276446587,37,-1.540727751,0.7395306258,54.583254772 +24,-1.528960113,0.7276398177,37,-1.540727751,0.7395306258,58.455095695 +25,-1.533313146,0.7260818349,37,-1.540727751,0.7395306258,57.569903997 +26,-1.531259555,0.7260958115,37,-1.540727751,0.7395306258,60.074186752 +27,-1.528926415,0.7260865555,37,-1.540727751,0.7395306258,63.584248454 +28,-1.531226779,0.7245511789,37,-1.540727751,0.7395306258,65.604736869 +29,-1.528904772,0.7245519194,37,-1.540727751,0.7395306258,68.799724667 +30,-1.547195875,0.7409785979,37,-1.540727751,0.7395306258,19.765737415 +31,-1.5451475,0.740980426,37,-1.540727751,0.7395306258,14.143389573 +32,-1.543097679,0.7409798872,37,-1.540727751,0.7395306258,8.9992649659 +33,-1.540720364,0.7409892687,37,-1.540727751,0.7395306258,5.7777247832 +34,-1.547188511,0.7395198392,37,-1.540727751,0.7395306258,18.906423482 +35,-1.545148587,0.7395226109,37,-1.540727751,0.7395306258,12.936892627 +36,-1.543104538,0.7395314908,37,-1.540727751,0.7395306258,6.9552542784 +37,-1.540727751,0.7395306258,37,-1.540727751,0.7395306258,3.4728626348 +38,-1.547187029,0.7380014886,37,-1.540727751,0.7395306258,19.861215428 +39,-1.545147315,0.7380012252,37,-1.540727751,0.7395306258,14.289743785 +40,-1.54310719,0.7380060743,37,-1.540727751,0.7395306258,9.2204924369 +41,-1.540719671,0.7380068206,37,-1.540727751,0.7395306258,6.0358390005 +42,-1.547187189,0.7364799098,37,-1.540727751,0.7395306258,22.456953849 +43,-1.545149996,0.7364853874,37,-1.540727751,0.7395306258,17.703920085 +44,-1.543106091,0.7364823484,37,-1.540727751,0.7395306258,13.941316654 +45,-1.540717158,0.7364893901,37,-1.540727751,0.7395306258,12.046374598 +46,-1.538663972,0.7410138672,37,-1.540727751,0.7395306258,8.4226306049 +47,-1.53695285,0.7409699132,37,-1.540727751,0.7395306258,12.424513453 +48,-1.534910498,0.7409641297,37,-1.540727751,0.7395306258,17.93461093 +49,-1.533145034,0.7409536636,37,-1.540727751,0.7395306258,22.88024841 +50,-1.538681336,0.7395405883,37,-1.540727751,0.7395306258,5.9885832349 +51,-1.536999189,0.7395183096,37,-1.540727751,0.7395306258,10.91116033 +52,-1.534923633,0.7395144222,37,-1.540727751,0.7395306258,16.984984988 +53,-1.533267822,0.7395654306,37,-1.540727751,0.7395306258,21.830260075 +54,-1.53867273,0.7380151077,37,-1.540727751,0.7395306258,8.499985343 +55,-1.536980576,0.7379994392,37,-1.540727751,0.7395306258,12.537692207 +56,-1.534931522,0.7379944961,37,-1.540727751,0.7395306258,18.031169807 +57,-1.533387952,0.7379480264,37,-1.540727751,0.7395306258,22.389587104 +58,-1.538682279,0.7364914363,37,-1.540727751,0.7395306258,13.44793886 +59,-1.536980704,0.7364810563,37,-1.540727751,0.7395306258,16.324146583 +60,-1.534935567,0.7364752065,37,-1.540727751,0.7395306258,20.846270678 +61,-1.533042592,0.7363876366,37,-1.540727751,0.7395306258,25.733296932 +62,-1.545143426,0.7349628011,37,-1.540727751,0.7395306258,22.249207501 +63,-1.543105297,0.7349691947,37,-1.540727751,0.7395306258,19.366311141 +64,-1.541064533,0.7349647152,37,-1.540727751,0.7395306258,18.112515891 +65,-1.545411803,0.7334624714,37,-1.540727751,0.7395306258,27.688420464 +66,-1.543446606,0.7334780896,37,-1.540727751,0.7395306258,25.266737454 +67,-1.541475327,0.7334957295,37,-1.540727751,0.7395306258,24.004667344 +68,-1.545401939,0.731963266,37,-1.540727751,0.7395306258,32.967263004 +69,-1.54342253,0.7319915583,37,-1.540727751,0.7395306258,30.892817205 +70,-1.541455867,0.7320216438,37,-1.540727751,0.7395306258,29.819818797 +71,-1.545410146,0.7304422281,37,-1.540727751,0.7395306258,38.538816934 +72,-1.543435491,0.7304713664,37,-1.540727751,0.7395306258,36.755197057 +73,-1.541463105,0.7304997613,37,-1.540727751,0.7395306258,35.836451646 +74,-1.545414768,0.7289194936,37,-1.540727751,0.7395306258,44.232506895 +75,-1.543435774,0.7289538557,37,-1.540727751,0.7395306258,42.644561096 +76,-1.541457714,0.7289765881,37,-1.540727751,0.7395306258,41.859605686 +77,-1.539449415,0.7320555866,37,-1.540727751,0.7395306258,29.845602137 +78,-1.537429183,0.7321097681,37,-1.540727751,0.7395306258,30.948532873 +79,-1.535472649,0.7321497267,37,-1.540727751,0.7395306258,33.057582539 +80,-1.539457899,0.7305333307,37,-1.540727751,0.7395306258,35.833072445 +81,-1.537453161,0.7305750503,37,-1.540727751,0.7395306258,36.754708528 +82,-1.535479385,0.7306124949,37,-1.540727751,0.7395306258,38.543866919 +83,-1.53946905,0.7290102593,37,-1.540727751,0.7395306258,41.835194393 +84,-1.537459922,0.7290417293,37,-1.540727751,0.7395306258,42.643062714 +85,-1.535451349,0.7290890157,37,-1.540727751,0.7395306258,44.173014656 +86,-1.535522937,0.7279887191,37,-1.540727751,0.7395306258,48.213111845 +87,-1.539442524,0.7274735939,37,-1.540727751,0.7395306258,47.907382615 +88,-1.537424111,0.727521351,37,-1.540727751,0.7395306258,48.551676762 +89,-1.539384641,0.7259505092,37,-1.540727751,0.7395306258,53.936008404 +90,-1.537372391,0.7259947145,37,-1.540727751,0.7395306258,54.51828207 +91,-1.535340789,0.7260435356,37,-1.540727751,0.7395306258,55.726971194 +92,-1.539325716,0.7244369706,37,-1.540727751,0.7395306258,59.92850393 +93,-1.537308932,0.7244801057,37,-1.540727751,0.7395306258,60.460066579 +94,-1.535289068,0.7245247645,37,-1.540727751,0.7395306258,61.56012128 +95,-1.533261366,0.7245550236,37,-1.540727751,0.7395306258,63.265594342 +96,-1.539267302,0.722921924,37,-1.540727751,0.7395306258,65.927826805 +97,-1.537248972,0.7229660258,37,-1.540727751,0.7395306258,66.409142972 +98,-1.535219431,0.7229916471,37,-1.540727751,0.7395306258,67.493706531 +99,-1.53318962,0.7230212049,37,-1.540727751,0.7395306258,69.066891873 +100,-1.531154816,0.7230299897,37,-1.540727751,0.7395306258,71.191983245 +101,-1.528878341,0.7230370244,37,-1.540727751,0.7395306258,74.084468825 +102,-1.539218189,0.7214009878,37,-1.540727751,0.7395306258,71.949465692 +103,-1.537198791,0.7214422745,37,-1.540727751,0.7395306258,72.400434318 +104,-1.535179266,0.7214634354,37,-1.540727751,0.7395306258,73.4123442 +105,-1.533156501,0.7214944644,37,-1.540727751,0.7395306258,74.851578514 +106,-1.53113574,0.7215166021,37,-1.540727751,0.7395306258,76.759867701 +107,-1.528874248,0.7215345535,37,-1.540727751,0.7395306258,79.397775043 +108,-1.539217656,0.7198512397,37,-1.540727751,0.7395306258,78.077435742 +109,-1.537199919,0.7199428763,37,-1.540727751,0.7395306258,78.282958729 +110,-1.545425832,0.727397149,37,-1.540727751,0.7395306258,50.009244628 +111,-1.543371177,0.7273916949,37,-1.540727751,0.7395306258,48.707352112 +112,-1.541368852,0.7274523163,37,-1.540727751,0.7395306258,47.87935704 +113,-1.545349067,0.7258710923,37,-1.540727751,0.7395306258,55.790209833 +114,-1.54332671,0.7258603556,37,-1.540727751,0.7395306258,54.686006505 +115,-1.541346831,0.7259242142,37,-1.540727751,0.7395306258,53.925811819 +116,-1.545324355,0.7243383958,37,-1.540727751,0.7395306258,61.68167662 +117,-1.543292796,0.7243617413,37,-1.540727751,0.7395306258,60.557402142 +118,-1.541295822,0.7244024384,37,-1.540727751,0.7395306258,59.946120601 +119,-1.543193859,0.7205570215,37,-1.540727751,0.7395306258,75.506065135 +120,-1.550257047,0.7386738187,37,-1.540727751,0.7395306258,28.102364482 +121,-1.549335448,0.7311736483,37,-1.540727751,0.7395306258,41.653865803 +122,-1.533478843,0.7179891343,37,-1.540727751,0.7395306258,87.973007256 +123,-1.556150555,0.738907041,37,-1.540727751,0.7395306258,45.212319862 +124,-1.554324226,0.733414257,37,-1.540727751,0.7395306258,46.677727292 +125,-1.554290846,0.7288285332,37,-1.540727751,0.7395306258,58.203131695 +126,-1.55122487,0.7219795312,37,-1.540727751,0.7395306258,76.102674746 +127,-1.525104458,0.7229399862,37,-1.540727751,0.7395306258,80.250659534 +128,-1.519607711,0.7236181429,37,-1.540727751,0.7395306258,88.586181075 +129,-1.513899999,0.7251107854,37,-1.540727751,0.7395306258,97.499458596 +130,-1.536620762,0.7431061895,37,-1.540727751,0.7395306258,18.562195368 +131,-1.5369566,0.7460845958,37,-1.540727751,0.7395306258,28.195583076 +132,-1.545345528,0.7447040685,37,-1.540727751,0.7395306258,24.52882744 +133,-1.532813921,0.7432306626,37,-1.540727751,0.7395306258,27.373236655 +134,-1.554788248,0.7382381001,37,-1.540727751,0.7395306258,41.486810841 +135,-1.540348126,0.7301594274,37,-1.540727751,0.7395306258,37.136078532 +136,-1.538016084,0.7239051786,37,-1.540727751,0.7395306258,62.406161086 +137,-1.525288962,0.7258085137,37,-1.540727751,0.7395306258,70.857752554 +138,-1.534326986,0.731241342,37,-1.540727751,0.7395306258,37.835786338 +139,-1.530733872,0.7303625216,37,-1.540727751,0.7395306258,46.703171987 +141,-1.534354939,0.7328219978,37,-1.540727751,0.7395306258,32.496509025 +142,-1.53157084,0.7292888153,37,-1.540727751,0.7395306258,48.687375513 +143,-1.525691035,0.7263799874,37,-1.540727751,0.7395306258,68.356720203 +144,-1.534031287,0.7495967835,37,-1.540727751,0.7395306258,44.387449409 +145,-1.527714986,0.7283095957,37,-1.540727751,0.7395306258,58.654249606 +146,-1.526189586,0.7271468292,37,-1.540727751,0.7395306258,65.087657292 +147,-1.555177336,0.7375563366,37,-1.540727751,0.7395306258,43.038508975 +148,-1.555080283,0.7312707794,37,-1.540727751,0.7395306258,53.363598113 +149,-1.53856994,0.7224180299,37,-1.540727751,0.7395306258,68.081018078 +150,-1.530837883,0.729933372,37,-1.540727751,0.7395306258,47.853987854 +151,-1.515066984,0.5854133365,37,-1.540727751,0.7395306258,615.6674179 +152,-1.534731633,0.5368370046,37,-1.540727751,0.7395306258,803.09396147 +153,-1.515231902,0.5607085576,37,-1.540727751,0.7395306258,712.82818131 +154,-2.616253799,1.0684566605,37,-1.540727751,0.7395306258,2803.9325722 +155,-1.956071439,0.5792177723,37,-1.540727751,0.7395306258,1440.3642724 +156,-1.951208514,0.5602434208,37,-1.540727751,0.7395306258,1469.3521362 +157,-1.944675062,0.6062144545,37,-1.540727751,0.7395306258,1352.5819972 +158,-1.613778386,0.6077989518,37,-1.540727751,0.7395306258,568.48881417 +159,-2.035029014,0.6021432345,37,-1.540727751,0.7395306258,1618.2641271 +160,-2.114989471,0.6801825058,37,-1.540727751,0.7395306258,1730.2016579 +161,-2.037382079,0.5765830025,37,-1.540727751,0.7395306258,1674.8903025 +162,-2.129855121,0.6585019963,37,-1.540727751,0.7395306258,1802.6334325 +163,-2.075141798,0.6493615843,37,-1.540727751,0.7395306258,1655.7970514 +164,-1.828626729,0.6948433129,37,-1.540727751,0.7395306258,875.99375856 +165,-1.863329418,0.6735427691,37,-1.540727751,0.7395306258,1004.1965647 +166,-1.266037071,0.727988852,37,-1.540727751,0.7395306258,808.18817983 +167,-1.277579582,0.7249010648,37,-1.540727751,0.7395306258,776.3144595 +168,-1.258418684,0.7241194816,37,-1.540727751,0.7395306258,832.88453241 +169,-1.317813974,0.6804850104,37,-1.540727751,0.7395306258,708.41652055 +170,-1.344165204,0.6790988904,37,-1.540727751,0.7395306258,636.80422164 +171,-1.427582102,0.5277120351,37,-1.540727751,0.7395306258,912.72187117 +172,-1.402238616,0.457167829,37,-1.540727751,0.7395306258,1205.386532 +173,-1.422454264,0.4996161999,37,-1.540727751,0.7395306258,1023.0905633 +174,-1.439089277,0.4894859811,37,-1.540727751,0.7395306258,1042.9305645 +175,-1.448126995,0.5182330266,37,-1.540727751,0.7395306258,924.87107054 +176,-1.474626146,0.5881926574,37,-1.540727751,0.7395306258,633.74335318 +177,-1.421139645,0.5584869783,37,-1.540727751,0.7395306258,809.65605325 +178,-1.457037165,0.565943032,37,-1.540727751,0.7395306258,735.9517744 +179,-2.757159358,0.3745319,37,-1.540727751,0.7395306258,4215.6026226 +180,-2.714309238,0.342054471,37,-1.540727751,0.7395306258,4169.4193644 +181,-2.000525337,0.774119946,37,-1.540727751,0.7395306258,1325.3935187 +183,-1.571413436,0.6777838382,37,-1.540727751,0.7395306258,261.39231136 +184,-1.552860289,0.6987663893,37,-1.540727751,0.7395306258,165.46396728 +185,-1.521852374,0.7165827476,37,-1.540727751,0.7395306258,106.66038374 +186,-1.503656267,0.6928968252,37,-1.540727751,0.7395306258,215.36089028 +187,-1.502753178,0.7136205882,37,-1.540727751,0.7395306258,152.21789305 +188,-1.631894563,0.7343596465,37,-1.540727751,0.7395306258,268.15277627 +189,-1.653765416,0.6770714026,37,-1.540727751,0.7395306258,420.31655575 +190,-1.719812114,0.6715965947,37,-1.540727751,0.7395306258,602.75607775 +191,-1.493406659,0.6646955447,37,-1.540727751,0.7395306258,329.11002449 +192,-1.469120564,0.6613469966,37,-1.540727751,0.7395306258,377.95291631 +193,-1.590551461,0.5326612937,37,-1.540727751,0.7395306258,834.50298595 +194,-1.625979264,0.5247742243,37,-1.540727751,0.7395306258,892.78216804 +195,-1.572293943,0.5238808754,37,-1.540727751,0.7395306258,860.06781478 +196,-1.610848725,0.5477107964,37,-1.540727751,0.7395306258,791.35461342 +197,-1.208485554,0.7918526018,37,-1.540727751,0.7395306258,968.63223614 +198,-1.335601374,0.6869083083,37,-1.540727751,0.7395306258,648.19952585 +199,-1.346156996,0.6825213377,37,-1.540727751,0.7395306258,625.48568635 +200,-1.324381037,0.6741422347,37,-1.540727751,0.7395306258,700.38347947 +201,-1.242424992,0.7378949807,37,-1.540727751,0.7395306258,872.13126173 +202,-1.270370057,0.7392461008,37,-1.540727751,0.7395306258,790.16044321 +203,-1.448950472,0.7441675014,37,-1.540727751,0.7395306258,268.58653859 +204,-1.492662363,0.7523026852,37,-1.540727751,0.7395306258,148.69396052 +205,-1.479098966,0.7763855017,37,-1.540727751,0.7395306258,229.61393299 +206,-1.633760714,0.7869022408,37,-1.540727751,0.7395306258,325.64226456 +207,-1.647406434,0.8101289331,37,-1.540727751,0.7395306258,411.30556685 +208,-1.564245052,0.5701509278,37,-1.540727751,0.7395306258,674.94195857 +209,-1.646289963,0.6833746083,37,-1.540727751,0.7395306258,386.84662114 +210,-1.5820631,0.6751952144,37,-1.540727751,0.7395306258,283.564315 +211,-1.613236298,0.6681681791,37,-1.540727751,0.7395306258,357.44650219 +212,-1.914661867,0.8212566515,37,-1.540727751,0.7395306258,1097.1918023 +213,-1.742133237,0.7250275956,37,-1.540727751,0.7395306258,595.57168636 +214,-2.033144872,0.6557314699,37,-1.540727751,0.7395306258,1523.6831835 +215,-2.039551981,0.6964723658,37,-1.540727751,0.7395306258,1490.69653 +216,-1.247341019,0.7622473908,37,-1.540727751,0.7395306258,852.86423938 +217,-1.298239787,0.7084123392,37,-1.540727751,0.7395306258,729.20448564 +218,-1.308539688,0.6926545592,37,-1.540727751,0.7395306258,717.36215445 +219,-1.303263185,0.6888938396,37,-1.540727751,0.7395306258,737.55394632 +220,-1.852400229,0.6004246149,37,-1.540727751,0.7395306258,1110.2668909 +221,-1.288947707,0.7473773692,37,-1.540727751,0.7395306258,733.90885146 +222,-1.372031502,0.7472790993,37,-1.540727751,0.7395306258,492.59720742 +223,-1.289805721,0.7242157877,37,-1.540727751,0.7395306258,740.98117991 +224,-1.350807603,0.7533498126,37,-1.540727751,0.7395306258,554.56120282 +225,-1.329290365,0.7560442322,37,-1.540727751,0.7395306258,616.97564157 +226,-1.410153004,0.616936428,37,-1.540727751,0.7395306258,630.32696893 +227,-1.393445434,0.6308995063,37,-1.540727751,0.7395306258,623.24489159 +228,-1.37595573,0.6241540638,37,-1.540727751,0.7395306258,681.58335033 +229,-1.358388707,0.6172645205,37,-1.540727751,0.7395306258,741.10972001 +230,-1.753741133,0.8281661666,37,-1.540727751,0.7395306258,691.89092957 +231,-1.47430987,0.6834615681,37,-1.540727751,0.7395306258,298.3053656 +232,-1.421012508,0.7222725206,37,-1.540727751,0.7395306258,359.52034881 +233,-1.4476833,0.6978557868,37,-1.540727751,0.7395306258,322.70178598 +234,-1.470370723,0.6966193374,37,-1.540727751,0.7395306258,270.01026891 +235,-1.429211703,0.7037216883,37,-1.540727751,0.7395306258,360.54769649 +236,-1.700578405,0.6178673663,37,-1.540727751,0.7395306258,688.51243355 +237,-1.678117619,0.6331716163,37,-1.540727751,0.7395306258,595.05216465 +238,-1.725644578,0.6316331145,37,-1.540727751,0.7395306258,709.07707216 +239,-2.14012759,0.7930497945,37,-1.540727751,0.7395306258,1710.4917576 +240,-2.103289431,0.7653606263,37,-1.540727751,0.7395306258,1619.607034 +241,-1.318739838,0.7017808746,37,-1.540727751,0.7395306258,676.68292448 +242,-1.396417427,0.7077900843,37,-1.540727751,0.7395306258,446.21440235 +243,-1.35650337,0.7185539404,37,-1.540727751,0.7395306258,550.16353534 +244,-1.248884539,0.7274156818,37,-1.540727751,0.7395306258,858.68452043 +245,-1.395014798,0.5761185243,37,-1.540727751,0.7395306258,791.28362718 +246,-1.433377362,0.6064716109,37,-1.540727751,0.7395306258,622.75018735 +247,-1.408172432,0.5903155476,37,-1.540727751,0.7395306258,720.46063382 +248,-1.749645898,0.7757118084,37,-1.540727751,0.7395306258,617.39955733 +249,-1.571626686,0.615046989,37,-1.540727751,0.7395306258,502.18452204 +250,-1.514070049,0.6303003037,37,-1.540727751,0.7395306258,440.29901815 +251,-1.480890369,0.6237966528,37,-1.540727751,0.7395306258,493.87080065 +252,-1.704390658,0.5281680612,37,-1.540727751,0.7395306258,985.33066308 +253,-1.64434733,0.5254277498,37,-1.540727751,0.7395306258,909.76253394 +254,-1.703855997,0.4792484842,37,-1.540727751,0.7395306258,1157.3788432 +255,-1.692002383,0.5748825051,37,-1.540727751,0.7395306258,805.47550036 +256,-1.854136457,0.5544643913,37,-1.540727751,0.7395306258,1227.9813922 +257,-1.665021206,0.520317736,37,-1.540727751,0.7395306258,954.20219855 +258,-1.733654349,0.4845187345,37,-1.540727751,0.7395306258,1185.6837198 +259,-1.720938188,0.5135933906,37,-1.540727751,0.7395306258,1063.6135271 +260,-1.742668307,0.553296122,37,-1.540727751,0.7395306258,973.73279287 +261,-1.965659039,0.7142126903,37,-1.540727751,0.7395306258,1257.422395 +262,-1.944438071,0.6772834804,37,-1.540727751,0.7395306258,1235.0631605 +263,-1.270340967,0.7681487096,37,-1.540727751,0.7395306258,787.81396367 +264,-1.353091884,0.6549276821,37,-1.540727751,0.7395306258,660.26419681 +265,-1.333236659,0.6413584414,37,-1.540727751,0.7395306258,742.38416151 +266,-1.352015998,0.6753788907,37,-1.540727751,0.7395306258,621.7337897 +267,-1.377988483,0.6577816235,37,-1.540727751,0.7395306258,589.77083566 +268,-2.13075611,0.8318642051,37,-1.540727751,0.7395306258,1677.8955364 +269,-2.097910953,0.8259670014,37,-1.540727751,0.7395306258,1589.8702877 +270,-1.416382069,0.6694271549,37,-1.540727751,0.7395306258,466.56856718 +271,-1.538905672,0.7535625993,37,-1.540727751,0.7395306258,55.832542311 +272,-1.572309477,0.7803125099,37,-1.540727751,0.7395306258,185.23654283 +273,-1.87759879,0.7503853417,37,-1.540727751,0.7395306258,979.68313369 +274,1.152365588,0.590457682,37,-1.540727751,0.7395306258,6929.9220153 +275,0.350198001,0.718001859,37,-1.540727751,0.7395306258,5146.0818609 +276,0.046513677,0.491503852,37,-1.540727751,0.7395306258,4984.4495541 +277,0.027510309,0.742571376,37,-1.540727751,0.7395306258,4341.5064521 +278,0.306285725,-0.214631579,37,-1.540727751,0.7395306258,7597.739126 +279,-1.100564889,0.318051531,37,-1.540727751,0.7395306258,2230.4915325 +280,-1.078582306,0.301437596,37,-1.540727751,0.7395306258,2332.6009504 +281,-1.137371989,-0.617634065,37,-1.540727751,0.7395306258,5570.6750412 +282,0.784356344,0.703272339,37,-1.540727751,0.7395306258,6023.8472384 +283,-1.221209947,0.218327455,37,-1.540727751,0.7395306258,2338.5874235 +284,2.347301921,-0.449114658,37,-1.540727751,0.7395306258,9773.1187193 +285,0.246820618,0.830553713,37,-1.540727751,0.7395306258,4633.2444064 +286,0.829414965,0.703288228,37,-1.540727751,0.7395306258,6095.570238 +287,-1.337537566,0.42332223,37,-1.540727751,0.7395306258,1418.4341698 +288,0.882453706,0.454478077,37,-1.540727751,0.7395306258,7035.1988771 +289,1.575629659,0.416419109,37,-1.540727751,0.7395306258,7864.2005771 +290,-1.039455679,0.229888244,37,-1.540727751,0.7395306258,2650.0577676 +291,0.489558039,0.934482747,37,-1.540727751,0.7395306258,4816.793369 +292,0.081344504,0.88384514,37,-1.540727751,0.7395306258,4161.3537993 +293,-1.547979814,0.300350308,37,-1.540727751,0.7395306258,1739.7661059 +294,0.040776181,0.168560074,37,-1.540727751,0.7395306258,5804.1994799 +295,-1.130374745,0.563894876,37,-1.540727751,0.7395306258,1460.6313685 +296,1.578326642,0.478507176,37,-1.540727751,0.7395306258,7618.4977597 +297,-1.12861823,-0.291640865,37,-1.540727751,0.7395306258,4352.7553373 +298,0.310524208,0.770885792,37,-1.540727751,0.7395306258,4919.5682048 +299,0.415649091,-0.387246002,37,-1.540727751,0.7395306258,8350.0273234 +300,-0.926533878,-0.188022748,37,-1.540727751,0.7395306258,4296.6152825 +301,1.258856172,-0.11716081,37,-1.540727751,0.7395306258,9703.0405084 +302,-1.126050026,0.322941926,37,-1.540727751,0.7395306258,2158.9794004 +303,2.002785835,0.07893892,37,-1.540727751,0.7395306258,8894.3439865 +304,0.440437607,0.746258085,37,-1.540727751,0.7395306258,5257.3005112 +305,-0.030391866,0.214441206,37,-1.540727751,0.7395306258,5476.6967288 +306,0.521557815,-0.058929362,37,-1.540727751,0.7395306258,7799.1456225 +307,-0.097005111,0.13317729,37,-1.540727751,0.7395306258,5495.8249655 +308,1.83113859,0.221857587,37,-1.540727751,0.7395306258,8544.6220802 +309,0.222428864,0.099404236,37,-1.540727751,0.7395306258,6513.9501368 +310,-1.702731345,0.8728568183,37,-1.540727751,0.7395306258,689.02103845 +311,-0.418507569,0.278324921,37,-1.540727751,0.7395306258,4178.8408277 +312,-1.41153306,0.339029988,37,-1.540727751,0.7395306258,1644.3747244 +313,0.357560442,0.114788776,37,-1.540727751,0.7395306258,6853.9635593 +314,0.325818979,0.268352149,37,-1.540727751,0.7395306258,6336.5209029 +315,-1.246004659,-0.663679965,37,-1.540727751,0.7395306258,5658.716472 +316,1.814603087,0.637404484,37,-1.540727751,0.7395306258,6935.3448814 +317,1.843704281,-0.18300445,37,-1.540727751,0.7395306258,10084.455037 +318,1.690644492,-0.211480909,37,-1.540727751,0.7395306258,10329.485309 +319,-1.275451936,0.068109467,37,-1.540727751,0.7395306258,2819.6314581 +320,0.762430171,-0.207594741,37,-1.540727751,0.7395306258,8882.2876279 +321,0.265668905,-0.014647884,37,-1.540727751,0.7395306258,6948.0958972 +322,-2.773032013,-0.335515811,37,-1.540727751,0.7395306258,6183.3190196 +323,-1.469512853,0.174058777,37,-1.540727751,0.7395306258,2253.4312814 +324,0.286276986,0.785925691,37,-1.540727751,0.7395306258,4828.875944 +325,-1.379324697,0.377432233,37,-1.540727751,0.7395306258,1530.9768505 +326,-1.203778265,0.212813032,37,-1.540727751,0.7395306258,2386.9645451 +327,0.579916301,0.611743168,37,-1.540727751,0.7395306258,5940.4722694 +328,0.267582642,0.868113908,37,-1.540727751,0.7395306258,4583.4582269 +329,0.412869244,-0.050245578,37,-1.540727751,0.7395306258,7468.116553 +330,0.17524381,0.976660285,37,-1.540727751,0.7395306258,4154.2556891 +331,0.743157214,0.204812899,37,-1.540727751,0.7395306258,7579.7446752 +332,-1.070758176,0.269382282,37,-1.540727751,0.7395306258,2452.9978027 +333,-1.230364251,0.329790229,37,-1.540727751,0.7395306258,1928.2581916 +334,-1.374813124,-0.024926835,37,-1.540727751,0.7395306258,3085.6220311 +335,0.519780566,0.463669906,37,-1.540727751,0.7395306258,6259.1743131 +336,-1.55108034,0.239698561,37,-1.540727751,0.7395306258,1980.1526204 +337,0.180294813,0.029739425,37,-1.540727751,0.7395306258,6580.8037429 +338,0.67820924,0.268170153,37,-1.540727751,0.7395306258,7228.9050666 +339,0.445798684,1.024001867,37,-1.540727751,0.7395306258,4502.6784777 +340,0.691751283,0.150521402,37,-1.540727751,0.7395306258,7628.7548446 +341,-1.036643551,-0.903056181,37,-1.540727751,0.7395306258,6732.841887 +342,-0.120287036,1.083325163,37,-1.540727751,0.7395306258,3433.3684127 +343,2.823513113,-0.304487164,37,-1.540727751,0.7395306258,8037.5794421 +344,0.457583172,1.12513373,37,-1.540727751,0.7395306258,4256.5161903 +345,0.042918831,0.813795399,37,-1.540727751,0.7395306258,4223.6095301 +346,1.196146777,-0.853142756,37,-1.540727751,0.7395306258,11241.784435 +347,0.206001358,-0.010430701,37,-1.540727751,0.7395306258,6763.6124154 +348,-0.268308653,0.234799412,37,-1.540727751,0.7395306258,4729.1415825 +349,0.759363263,0.736189579,37,-1.540727751,0.7395306258,5873.9718255 +350,0.181363926,0.891988372,37,-1.540727751,0.7395306258,4352.4990832 +351,-0.021111158,0.139103292,37,-1.540727751,0.7395306258,5702.0383749 +352,-0.093355215,0.630686981,37,-1.540727751,0.7395306258,4279.9019799 +353,0.40118964,0.681375926,37,-1.540727751,0.7395306258,5357.9749607 +354,-0.721197315,1.304706234,37,-1.540727751,0.7395306258,2660.215749 +355,-1.076150317,0.212107639,37,-1.540727751,0.7395306258,2629.9417654 +356,-1.577164531,0.273993443,37,-1.540727751,0.7395306258,1848.1538868 +357,-0.190788414,0.182208586,37,-1.540727751,0.7395306258,5092.5212847 +358,-0.261349752,0.209710184,37,-1.540727751,0.7395306258,4814.4214445 +359,-1.029303852,0.083549259,37,-1.540727751,0.7395306258,3160.2649235 +360,-1.268609162,0.330525297,37,-1.540727751,0.7395306258,1859.6099671 +361,1.282982244,-0.926641967,37,-1.540727751,0.7395306258,11324.249898 +362,0.217352334,0.731352408,37,-1.540727751,0.7395306258,4815.1734512 +363,-1.511833084,0.258629297,37,-1.540727751,0.7395306258,1907.4014255 +364,0.338812194,0.823184618,37,-1.540727751,0.7395306258,4841.114313 +365,-0.324406489,1.134201999,37,-1.540727751,0.7395306258,3042.8730582 +366,1.389579348,0.399185724,37,-1.540727751,0.7395306258,7867.6148197 +367,2.047152199,-0.039082036,37,-1.540727751,0.7395306258,9250.5063602 +368,0.947780369,0.568250077,37,-1.540727751,0.7395306258,6745.7243731 +369,0.763824846,0.576754987,37,-1.540727751,0.7395306258,6408.963099 +370,-0.142334657,0.928153068,37,-1.540727751,0.7395306258,3595.9223486 +371,0.610266567,0.547265983,37,-1.540727751,0.7395306258,6202.7395463 +372,0.210731629,0.746815056,37,-1.540727751,0.7395306258,4761.5382851 +373,-1.34931644,0.316895224,37,-1.540727751,0.7395306258,1793.8605465 +374,2.407696481,0.655030745,37,-1.540727751,0.7395306258,6201.1309456 +375,0.64207831,0.545359131,37,-1.540727751,0.7395306258,6274.5382617 +376,1.174597538,0.840588356,37,-1.540727751,0.7395306258,6010.2291859 +377,0.660059424,0.010604079,37,-1.540727751,0.7395306258,7974.1186801 +378,-0.730263819,0.010486456,37,-1.540727751,0.7395306258,4073.5291862 +379,0.831068936,0.512339172,37,-1.540727751,0.7395306258,6746.2844529 +380,1.301180979,0.72367476,37,-1.540727751,0.7395306258,6549.9059419 +381,1.811128231,0.322854402,37,-1.540727751,0.7395306258,8166.1094846 +382,0.435105812,0.992284428,37,-1.540727751,0.7395306258,4569.8498768 +383,0.62643634,0.592027932,37,-1.540727751,0.7395306258,6096.0439369 +384,0.492988703,-0.516339467,37,-1.540727751,0.7395306258,8868.9395156 +385,-0.162469483,0.112549365,37,-1.540727751,0.7395306258,5358.8855243 +386,0.314630866,0.472006421,37,-1.540727751,0.7395306258,5738.6836866 +387,0.166744804,0.822815954,37,-1.540727751,0.7395306258,4480.6708861 +388,0.417159608,0.965805736,37,-1.540727751,0.7395306258,4610.4597182 +389,0.106334961,0.868774244,37,-1.540727751,0.7395306258,4246.819234 +390,0.815086969,-0.338144359,37,-1.540727751,0.7395306258,9384.1653579 +391,0.59867455,-0.230624824,37,-1.540727751,0.7395306258,8487.6675247 +392,1.915104874,0.066220985,37,-1.540727751,0.7395306258,9058.5212596 +393,1.278093622,0.064463721,37,-1.540727751,0.7395306258,9054.8092574 +394,-0.061477853,0.302997961,37,-1.540727751,0.7395306258,5157.290057 +395,0.251311504,0.626976942,37,-1.540727751,0.7395306258,5163.2047477 +396,2.950242872,0.149095644,37,-1.540727751,0.7395306258,6461.0658295 +397,-0.180294708,0.35375117,37,-1.540727751,0.7395306258,4685.7176677 +398,1.010448592,-0.351180233,37,-1.540727751,0.7395306258,9948.8967729 +399,-1.748740498,0.3686318073,37,-1.540727751,0.7395306258,1623.7596714 +400,2.699635665,0.123533791,37,-1.540727751,0.7395306258,7224.0845795 +401,0.496808033,0.823843254,37,-1.540727751,0.7395306258,5144.5524963 +402,0.129574704,0.763364087,37,-1.540727751,0.7395306258,4535.9534729 +403,1.798920311,0.817447563,37,-1.540727751,0.7395306258,6237.5219989 +404,0.335987953,0.746786541,37,-1.540727751,0.7395306258,5037.8109023 +405,-1.085413643,0.292154671,37,-1.540727751,0.7395306258,2347.1600547 +406,-0.155321003,0.508207011,37,-1.540727751,0.7395306258,4386.7301256 +407,0.620529244,-0.301175104,37,-1.540727751,0.7395306258,8734.9076243 +408,1.684402744,0.368716966,37,-1.540727751,0.7395306258,8043.45017 +409,0.300582244,-0.386397212,37,-1.540727751,0.7395306258,8012.6447323 +410,2.913555946,-0.009225192,37,-1.540727751,0.7395306258,6998.4248455 +411,1.465101417,0.493232532,37,-1.540727751,0.7395306258,7535.7610291 +412,0.090612882,0.907955955,37,-1.540727751,0.7395306258,4130.8916734 +413,2.987564726,-0.729568594,37,-1.540727751,0.7395306258,8528.816519 +414,-1.484261606,0.224149272,37,-1.540727751,0.7395306258,2050.6328322 +415,0.164073421,0.303955133,37,-1.540727751,0.7395306258,5795.180656 +416,0.141441293,0.167552546,37,-1.540727751,0.7395306258,6097.4002209 +417,2.931321023,-0.506718887,37,-1.540727751,0.7395306258,8208.7601482 +418,2.21951565,0.700596356,37,-1.540727751,0.7395306258,6323.4331727 +419,0.268112576,1.199114336,37,-1.540727751,0.7395306258,3845.2692384 +420,0.978913739,0.359223811,37,-1.540727751,0.7395306258,7533.8731486 +421,1.210898818,0.522863584,37,-1.540727751,0.7395306258,7245.2283964 +422,2.347397336,0.129231362,37,-1.540727751,0.7395306258,8074.9053384 +423,0.614394501,0.556878345,37,-1.540727751,0.7395306258,6181.368836 +424,-1.398079356,0.148483366,37,-1.540727751,0.7395306258,2393.3796611 +425,2.535303836,-0.112984496,37,-1.540727751,0.7395306258,8352.0278474 +426,-1.019372593,-0.405322349,37,-1.540727751,0.7395306258,4919.2381511 +427,-1.297785627,-0.160104069,37,-1.540727751,0.7395306258,3670.6456934 +428,2.144554488,0.205051084,37,-1.540727751,0.7395306258,8213.0821704 +429,-2.242387083,-0.426171285,37,-1.540727751,0.7395306258,5281.5108462 +430,0.338637212,0.909723676,37,-1.540727751,0.7395306258,4616.884182 +431,-0.148798452,0.691042401,37,-1.540727751,0.7395306258,4005.4941254 +432,0.893524764,0.441829531,37,-1.540727751,0.7395306258,7098.287422 +433,0.969229347,-0.368847936,37,-1.540727751,0.7395306258,9889.1888137 +434,0.436043248,0.800045688,37,-1.540727751,0.7395306258,5096.9166154 +435,1.687946607,1.081504775,37,-1.540727751,0.7395306258,5225.3472036 +436,0.522302046,-0.034889271,37,-1.540727751,0.7395306258,7733.5979436 +437,-0.178996113,-0.438090009,37,-1.540727751,0.7395306258,6806.4767859 +438,-1.094339566,0.301444068,37,-1.540727751,0.7395306258,2297.5626814 +439,-1.064070054,0.242569932,37,-1.540727751,0.7395306258,2554.8655926 +440,-1.068153768,0.230387998,37,-1.540727751,0.7395306258,2586.1001557 +441,-3.00496892,-0.23989155,37,-1.540727751,0.7395306258,6554.2623024 +442,0.21751974,0.766874888,37,-1.540727751,0.7395306258,4727.0566336 +443,0.117229532,0.007619006,37,-1.540727751,0.7395306258,6456.4539266 +444,0.777758451,0.420554741,37,-1.540727751,0.7395306258,6952.564786 +445,-0.252356999,0.250747086,37,-1.540727751,0.7395306258,4734.8409428 +446,0.363148444,0.768483434,37,-1.540727751,0.7395306258,5036.8002426 +447,0.903191366,-0.118210676,37,-1.540727751,0.7395306258,8981.552848 +448,-0.205755923,0.149406178,37,-1.540727751,0.7395306258,5134.8710831 +449,1.811996086,0.02364353,37,-1.540727751,0.7395306258,9328.0624412 +450,-1.100670221,0.314845373,37,-1.540727751,0.7395306258,2240.5263426 +451,0.340078597,0.850105132,37,-1.540727751,0.7395306258,4773.2447187 +452,0.258757267,0.804969236,37,-1.540727751,0.7395306258,4721.969499 +453,2.78505352,-0.155160804,37,-1.540727751,0.7395306258,7763.1743193 +454,0.800551619,0.105822106,37,-1.540727751,0.7395306258,8028.6997975 +455,0.437940882,-0.506194031,37,-1.540727751,0.7395306258,8687.593965 +456,2.230431122,0.63458615,37,-1.540727751,0.7395306258,6544.5110963 +457,0.527965361,0.127667701,37,-1.540727751,0.7395306258,7280.7867933 +458,-0.063643205,0.702093448,37,-1.540727751,0.7395306258,4202.5080248 +459,1.408447268,0.133010502,37,-1.540727751,0.7395306258,8918.3350938 +460,0.523795955,0.280266966,37,-1.540727751,0.7395306258,6818.474185 +461,-0.975769313,0.072177659,37,-1.540727751,0.7395306258,3308.5850624 +462,0.549774164,-0.463663986,37,-1.540727751,0.7395306258,8919.3491727 +463,0.29245874,1.095549818,37,-1.540727751,0.7395306258,4094.8154172 +464,0.143625958,0.816809593,37,-1.540727751,0.7395306258,4443.8379554 +465,0.671902494,0.611159853,37,-1.540727751,0.7395306258,6124.8878082 +466,1.239840988,0.6724199,37,-1.540727751,0.7395306258,6702.0656216 +467,0.607829703,-0.10932137,37,-1.540727751,0.7395306258,8180.7130993 +468,1.763020906,0.263996692,37,-1.540727751,0.7395306258,8425.0885829 +469,0.378714634,0.726066797,37,-1.540727751,0.7395306258,5185.348516 +470,2.196736143,-0.153862366,37,-1.540727751,0.7395306258,9335.2280765 +471,0.01702415,0.148991565,37,-1.540727751,0.7395306258,5787.0425007 +472,-2.998490902,-0.158002487,37,-1.540727751,0.7395306258,6316.0083019 +473,-3.051262951,-0.346595608,37,-1.540727751,0.7395306258,6967.3768387 +474,-1.069176439,0.182802941,37,-1.540727751,0.7395306258,2742.6675611 +475,0.167157509,0.595344954,37,-1.540727751,0.7395306258,5038.4744081 +476,0.613855648,0.681746124,37,-1.540727751,0.7395306258,5791.321084 +477,1.037012736,0.682555367,37,-1.540727751,0.7395306258,6457.4339728 +478,-1.253574971,0.379755746,37,-1.540727751,0.7395306258,1713.5070117 +479,3.108590453,-0.132620738,37,-1.540727751,0.7395306258,6759.3874101 +480,0.565301296,0.022333262,37,-1.540727751,0.7395306258,7687.7123669 +481,0.547898238,0.855555614,37,-1.540727751,0.7395306258,5143.2943856 +482,0.948309381,0.417393755,37,-1.540727751,0.7395306258,7277.6860905 +483,-0.050600732,0.945269213,37,-1.540727751,0.7395306258,3765.3438926 +484,-0.977651478,-0.572363064,37,-1.540727751,0.7395306258,5584.8590737 +485,1.102014914,0.728861163,37,-1.540727751,0.7395306258,6360.8524567 +486,2.927300795,-0.282939414,37,-1.540727751,0.7395306258,7679.7087486 +487,-1.154565557,0.124434095,37,-1.540727751,0.7395306258,2785.6295577 +488,1.855331234,0.291044755,37,-1.540727751,0.7395306258,8257.292279 +489,0.830290659,0.276904518,37,-1.540727751,0.7395306258,7535.7911625 +490,0.485104466,-0.234867441,37,-1.540727751,0.7395306258,8171.7412205 +491,0.521367572,-0.33161327,37,-1.540727751,0.7395306258,8523.753371 +1,-1.539031704,0.7349710123,38,-1.547187029,0.7380014886,26.77301249 +2,-1.536990553,0.7349663874,38,-1.547187029,0.7380014886,32.245786962 +3,-1.534951779,0.7349571355,38,-1.547187029,0.7380014886,37.874621825 +4,-1.532906461,0.7349480293,38,-1.547187029,0.7380014886,43.616173857 +5,-1.531320211,0.7346937278,38,-1.547187029,0.7380014886,48.373925157 +6,-1.539451648,0.7335131775,38,-1.547187029,0.7380014886,28.844178656 +7,-1.537429487,0.7335445708,38,-1.547187029,0.7380014886,33.653464988 +8,-1.535484998,0.7335658704,38,-1.547187029,0.7380014886,38.591931899 +9,-1.533488396,0.7336036027,38,-1.547187029,0.7380014886,43.832697601 +10,-1.531497785,0.7335842962,38,-1.547187029,0.7380014886,49.278438736 +11,-1.530259379,0.7334777758,38,-1.547187029,0.7380014886,52.837433846 +12,-1.5335454,0.7322346912,38,-1.547187029,0.7380014886,46.13202117 +13,-1.531489083,0.7322238773,38,-1.547187029,0.7380014886,51.487170917 +14,-1.530011122,0.7321679851,38,-1.547187029,0.7380014886,55.503530867 +15,-1.53348106,0.7306614094,38,-1.547187029,0.7380014886,49.690840447 +16,-1.531441779,0.7306962275,38,-1.547187029,0.7380014886,54.591970809 +17,-1.529755654,0.7306933243,38,-1.547187029,0.7380014886,58.860007654 +18,-1.533415048,0.7291384674,38,-1.547187029,0.7380014886,53.61214732 +19,-1.531392093,0.7291705353,38,-1.547187029,0.7380014886,58.163931027 +20,-1.529296523,0.7291214933,38,-1.547187029,0.7380014886,63.307264357 +21,-1.535280942,0.727267644,38,-1.547187029,0.7380014886,55.107105979 +22,-1.533378158,0.7276139666,38,-1.547187029,0.7380014886,57.84264561 +23,-1.531340368,0.7276446587,38,-1.547187029,0.7380014886,62.125209476 +24,-1.528960113,0.7276398177,38,-1.547187029,0.7380014886,67.558184961 +25,-1.533313146,0.7260818349,38,-1.547187029,0.7380014886,62.449056819 +26,-1.531259555,0.7260958115,38,-1.547187029,0.7380014886,66.526955406 +27,-1.528926415,0.7260865555,38,-1.547187029,0.7380014886,71.565754238 +28,-1.531226779,0.7245511789,38,-1.547187029,0.7380014886,71.080533947 +29,-1.528904772,0.7245519194,38,-1.547187029,0.7380014886,75.783966377 +30,-1.547195875,0.7409785979,38,-1.547187029,0.7380014886,11.792358486 +31,-1.5451475,0.740980426,38,-1.547187029,0.7380014886,13.223211452 +32,-1.543097679,0.7409798872,38,-1.547187029,0.7380014886,16.804560272 +33,-1.540720364,0.7409892687,38,-1.547187029,0.7380014886,22.319971281 +34,-1.547188511,0.7395198392,38,-1.547187029,0.7380014886,6.0141882086 +35,-1.545148587,0.7395226109,38,-1.547187029,0.7380014886,8.4814798661 +36,-1.543104538,0.7395314908,38,-1.547187029,0.7380014886,13.403366375 +37,-1.540727751,0.7395306258,38,-1.547187029,0.7380014886,19.861215428 +38,-1.547187029,0.7380014886,38,-1.547187029,0.7380014886,2.9967122993 +39,-1.545147315,0.7380012252,38,-1.547187029,0.7380014886,5.9771899893 +40,-1.54310719,0.7380060743,38,-1.547187029,0.7380014886,11.955568888 +41,-1.540719671,0.7380068206,38,-1.547187029,0.7380014886,18.951935192 +42,-1.547187189,0.7364799098,38,-1.547187029,0.7380014886,6.0269734074 +43,-1.545149996,0.7364853874,38,-1.547187029,0.7380014886,8.4702659388 +44,-1.543106091,0.7364823484,38,-1.547187029,0.7380014886,13.394718264 +45,-1.540717158,0.7364893901,38,-1.547187029,0.7380014886,19.895315158 +46,-1.538663972,0.7410138672,38,-1.547187029,0.7380014886,27.648910719 +47,-1.53695285,0.7409699132,38,-1.547187029,0.7380014886,32.175032562 +48,-1.534910498,0.7409641297,38,-1.547187029,0.7380014886,37.794561742 +49,-1.533145034,0.7409536636,38,-1.547187029,0.7380014886,42.72464485 +50,-1.538681336,0.7395405883,38,-1.547187029,0.7380014886,25.642860344 +51,-1.536999189,0.7395183096,38,-1.547187029,0.7380014886,30.432802701 +52,-1.534923633,0.7395144222,38,-1.547187029,0.7380014886,36.408460298 +53,-1.533267822,0.7395654306,38,-1.547187029,0.7380014886,41.227804893 +54,-1.53867273,0.7380151077,38,-1.547187029,0.7380014886,24.950222905 +55,-1.536980576,0.7379994392,38,-1.547187029,0.7380014886,29.909020765 +56,-1.534931522,0.7379944961,38,-1.547187029,0.7380014886,35.913633709 +57,-1.533387952,0.7379480264,38,-1.547187029,0.7380014886,40.438289057 +58,-1.538682279,0.7364914363,38,-1.547187029,0.7380014886,25.646667481 +59,-1.536980704,0.7364810563,38,-1.547187029,0.7380014886,30.52918795 +60,-1.534935567,0.7364752065,38,-1.547187029,0.7380014886,36.431665093 +61,-1.533042592,0.7363876366,38,-1.547187029,0.7380014886,41.968862642 +62,-1.545143426,0.7349628011,38,-1.547187029,0.7380014886,13.447426499 +63,-1.543105297,0.7349691947,38,-1.547187029,0.7380014886,16.962451569 +64,-1.541064533,0.7349647152,38,-1.547187029,0.7380014886,21.621054782 +65,-1.545411803,0.7334624714,38,-1.547187029,0.7380014886,18.719504998 +66,-1.543446606,0.7334780896,38,-1.547187029,0.7380014886,21.015742931 +67,-1.541475327,0.7334957295,38,-1.547187029,0.7380014886,24.491216273 +68,-1.545401939,0.731963266,38,-1.547187029,0.7380014886,24.485826714 +69,-1.54342253,0.7319915583,38,-1.547187029,0.7380014886,26.249795245 +70,-1.541455867,0.7320216438,38,-1.547187029,0.7380014886,29.062421213 +71,-1.545410146,0.7304422281,38,-1.547187029,0.7380014886,30.394666891 +72,-1.543435491,0.7304713664,38,-1.547187029,0.7380014886,31.801286377 +73,-1.541463105,0.7304997613,38,-1.547187029,0.7380014886,34.149722252 +74,-1.545414768,0.7289194936,38,-1.547187029,0.7380014886,36.349785455 +75,-1.543435774,0.7289538557,38,-1.547187029,0.7380014886,37.498923595 +76,-1.541457714,0.7289765881,38,-1.547187029,0.7380014886,39.523113531 +77,-1.539449415,0.7320555866,38,-1.547187029,0.7380014886,32.735033604 +78,-1.537429183,0.7321097681,38,-1.547187029,0.7380014886,36.96798118 +79,-1.535472649,0.7321497267,38,-1.547187029,0.7380014886,41.495947117 +80,-1.539457899,0.7305333307,38,-1.547187029,0.7380014886,37.303223318 +81,-1.537453161,0.7305750503,38,-1.547187029,0.7380014886,41.041620242 +82,-1.535479385,0.7306124949,38,-1.547187029,0.7380014886,45.183353993 +83,-1.53946905,0.7290102593,38,-1.547187029,0.7380014886,42.238174317 +84,-1.537459922,0.7290417293,38,-1.547187029,0.7380014886,45.591745674 +85,-1.535451349,0.7290890157,38,-1.547187029,0.7380014886,49.381114197 +86,-1.535522937,0.7279887191,38,-1.547187029,0.7380014886,52.458205867 +87,-1.539442524,0.7274735939,38,-1.547187029,0.7380014886,47.528159969 +88,-1.537424111,0.727521351,38,-1.547187029,0.7380014886,50.492499397 +89,-1.539384641,0.7259505092,38,-1.547187029,0.7380014886,52.981136738 +90,-1.537372391,0.7259947145,38,-1.547187029,0.7380014886,55.659859893 +91,-1.535340789,0.7260435356,38,-1.547187029,0.7380014886,58.83544498 +92,-1.539325716,0.7244369706,38,-1.547187029,0.7380014886,58.515128729 +93,-1.537308932,0.7244801057,38,-1.547187029,0.7380014886,60.964327781 +94,-1.535289068,0.7245247645,38,-1.547187029,0.7380014886,63.874958164 +95,-1.533261366,0.7245550236,38,-1.547187029,0.7380014886,67.248150409 +96,-1.539267302,0.722921924,38,-1.547187029,0.7380014886,64.137725489 +97,-1.537248972,0.7229660258,38,-1.547187029,0.7380014886,66.381518908 +98,-1.535219431,0.7229916471,38,-1.547187029,0.7380014886,69.147415347 +99,-1.53318962,0.7230212049,38,-1.547187029,0.7380014886,72.292011931 +100,-1.531154816,0.7230299897,38,-1.547187029,0.7380014886,75.853873359 +101,-1.528878341,0.7230370244,38,-1.547187029,0.7380014886,80.192793671 +102,-1.539218189,0.7214009878,38,-1.547187029,0.7380014886,69.836661786 +103,-1.537198791,0.7214422745,38,-1.547187029,0.7380014886,71.914634062 +104,-1.535179266,0.7214634354,38,-1.547187029,0.7380014886,74.484014794 +105,-1.533156501,0.7214944644,38,-1.547187029,0.7380014886,77.400100796 +106,-1.53113574,0.7215166021,38,-1.547187029,0.7380014886,80.678729212 +107,-1.528874248,0.7215345535,38,-1.547187029,0.7380014886,84.717247722 +108,-1.539217656,0.7198512397,38,-1.547187029,0.7380014886,75.650182269 +109,-1.537199919,0.7199428763,38,-1.547187029,0.7380014886,77.376031088 +110,-1.545425832,0.727397149,38,-1.547187029,0.7380014886,42.322692532 +111,-1.543371177,0.7273916949,38,-1.547187029,0.7380014886,43.501406885 +112,-1.541368852,0.7274523163,38,-1.547187029,0.7380014886,45.160558991 +113,-1.545349067,0.7258710923,38,-1.547187029,0.7380014886,48.352721206 +114,-1.54332671,0.7258603556,38,-1.547187029,0.7380014886,49.417828427 +115,-1.541346831,0.7259242142,38,-1.547187029,0.7380014886,50.838752611 +116,-1.545324355,0.7243383958,38,-1.547187029,0.7380014886,54.397461344 +117,-1.543292796,0.7243617413,38,-1.547187029,0.7380014886,55.233637351 +118,-1.541295822,0.7244024384,38,-1.547187029,0.7380014886,56.597071118 +119,-1.543193859,0.7205570215,38,-1.547187029,0.7380014886,70.096756221 +120,-1.550257047,0.7386738187,38,-1.547187029,0.7380014886,9.3796459347 +121,-1.549335448,0.7311736483,38,-1.547187029,0.7380014886,27.772610672 +122,-1.533478843,0.7179891343,38,-1.547187029,0.7380014886,89.030214259 +123,-1.556150555,0.738907041,38,-1.547187029,0.7380014886,26.499780682 +124,-1.554324226,0.733414257,38,-1.547187029,0.7380014886,27.738115578 +125,-1.554290846,0.7288285332,38,-1.547187029,0.7380014886,41.917984869 +126,-1.55122487,0.7219795312,38,-1.547187029,0.7380014886,64.572326155 +127,-1.525104458,0.7229399862,38,-1.547187029,0.7380014886,88.338069191 +128,-1.519607711,0.7236181429,38,-1.547187029,0.7380014886,99.30913595 +129,-1.513899999,0.7251107854,38,-1.547187029,0.7380014886,110.60146722 +130,-1.536620762,0.7431061895,38,-1.547187029,0.7380014886,36.920309324 +131,-1.5369566,0.7460845958,38,-1.547187029,0.7380014886,43.786177413 +132,-1.545345528,0.7447040685,38,-1.547187029,0.7380014886,27.088515894 +133,-1.532813921,0.7432306626,38,-1.547187029,0.7380014886,46.846190698 +134,-1.554788248,0.7382381001,38,-1.547187029,0.7380014886,22.29194545 +135,-1.540348126,0.7301594274,38,-1.547187029,0.7380014886,37.004872066 +136,-1.538016084,0.7239051786,38,-1.547187029,0.7380014886,62.040741968 +137,-1.525288962,0.7258085137,38,-1.547187029,0.7380014886,80.596154605 +138,-1.534326986,0.731241342,38,-1.547187029,0.7380014886,46.323594613 +139,-1.530733872,0.7303625216,38,-1.547187029,0.7380014886,57.063606115 +141,-1.534354939,0.7328219978,38,-1.547187029,0.7380014886,42.91324931 +142,-1.53157084,0.7292888153,38,-1.547187029,0.7380014886,57.460099037 +143,-1.525691035,0.7263799874,38,-1.547187029,0.7380014886,78.285989344 +144,-1.534031287,0.7495967835,38,-1.547187029,0.7380014886,59.832697723 +145,-1.527714986,0.7283095957,38,-1.547187029,0.7380014886,68.980192729 +146,-1.526189586,0.7271468292,38,-1.547187029,0.7380014886,75.311531743 +147,-1.555177336,0.7375563366,38,-1.547187029,0.7380014886,23.485834288 +148,-1.555080283,0.7312707794,38,-1.547187029,0.7380014886,35.341991633 +149,-1.53856994,0.7224180299,38,-1.547187029,0.7380014886,66.758775007 +150,-1.530837883,0.729933372,38,-1.547187029,0.7380014886,57.735633642 +151,-1.515066984,0.5854133365,38,-1.547187029,0.7380014886,612.6345351 +152,-1.534731633,0.5368370046,38,-1.547187029,0.7380014886,797.78950345 +153,-1.515231902,0.5607085576,38,-1.547187029,0.7380014886,709.40502634 +154,-2.616253799,1.0684566605,38,-1.547187029,0.7380014886,2796.2140854 +155,-1.956071439,0.5792177723,38,-1.547187029,0.7380014886,1420.5044239 +156,-1.951208514,0.5602434208,38,-1.547187029,0.7380014886,1449.5292425 +157,-1.944675062,0.6062144545,38,-1.547187029,0.7380014886,1332.7375032 +158,-1.613778386,0.6077989518,38,-1.547187029,0.7380014886,555.2897624 +159,-2.035029014,0.6021432345,38,-1.547187029,0.7380014886,1598.570871 +160,-2.114989471,0.6801825058,38,-1.547187029,0.7380014886,1711.671312 +161,-2.037382079,0.5765830025,38,-1.547187029,0.7380014886,1655.0881121 +162,-2.129855121,0.6585019963,38,-1.547187029,0.7380014886,1783.84175 +163,-2.075141798,0.6493615843,38,-1.547187029,0.7380014886,1636.664871 +164,-1.828626729,0.6948433129,38,-1.547187029,0.7380014886,856.54143218 +165,-1.863329418,0.6735427691,38,-1.547187029,0.7380014886,984.57049206 +166,-1.266037071,0.727988852,38,-1.547187029,0.7380014886,827.33833019 +167,-1.277579582,0.7249010648,38,-1.547187029,0.7380014886,795.34592194 +168,-1.258418684,0.7241194816,38,-1.547187029,0.7380014886,851.95818852 +169,-1.317813974,0.6804850104,38,-1.547187029,0.7380014886,725.2206044 +170,-1.344165204,0.6790988904,38,-1.547187029,0.7380014886,652.98689602 +171,-1.427582102,0.5277120351,38,-1.547187029,0.7380014886,915.57437028 +172,-1.402238616,0.457167829,38,-1.547187029,0.7380014886,1207.889846 +173,-1.422454264,0.4996161999,38,-1.547187029,0.7380014886,1025.4526756 +174,-1.439089277,0.4894859811,38,-1.547187029,0.7380014886,1043.9788732 +175,-1.448126995,0.5182330266,38,-1.547187029,0.7380014886,926.00943297 +176,-1.474626146,0.5881926574,38,-1.547187029,0.7380014886,634.9332698 +177,-1.421139645,0.5584869783,38,-1.547187029,0.7380014886,814.10354383 +178,-1.457037165,0.565943032,38,-1.547187029,0.7380014886,737.88427391 +179,-2.757159358,0.3745319,38,-1.547187029,0.7380014886,4197.0743627 +180,-2.714309238,0.342054471,38,-1.547187029,0.7380014886,4150.509027 +181,-2.000525337,0.774119946,38,-1.547187029,0.7380014886,1308.6968983 +183,-1.571413436,0.6777838382,38,-1.547187029,0.7380014886,249.40457471 +184,-1.552860289,0.6987663893,38,-1.547187029,0.7380014886,156.32801408 +185,-1.521852374,0.7165827476,38,-1.547187029,0.7380014886,113.20710677 +186,-1.503656267,0.6928968252,38,-1.547187029,0.7380014886,221.01313449 +187,-1.502753178,0.7136205882,38,-1.547187029,0.7380014886,163.25454604 +188,-1.631894563,0.7343596465,38,-1.547187029,0.7380014886,249.02226934 +189,-1.653765416,0.6770714026,38,-1.547187029,0.7380014886,401.28858537 +190,-1.719812114,0.6715965947,38,-1.547187029,0.7380014886,582.98791524 +191,-1.493406659,0.6646955447,38,-1.547187029,0.7380014886,332.80267849 +192,-1.469120564,0.6613469966,38,-1.547187029,0.7380014886,384.78342975 +193,-1.590551461,0.5326612937,38,-1.547187029,0.7380014886,824.91051383 +194,-1.625979264,0.5247742243,38,-1.547187029,0.7380014886,881.00250884 +195,-1.572293943,0.5238808754,38,-1.547187029,0.7380014886,851.88701741 +196,-1.610848725,0.5477107964,38,-1.547187029,0.7380014886,780.08046645 +197,-1.208485554,0.7918526018,38,-1.547187029,0.7380014886,988.48910826 +198,-1.335601374,0.6869083083,38,-1.547187029,0.7380014886,665.04387914 +199,-1.346156996,0.6825213377,38,-1.547187029,0.7380014886,641.84299114 +200,-1.324381037,0.6741422347,38,-1.547187029,0.7380014886,716.70531029 +201,-1.242424992,0.7378949807,38,-1.547187029,0.7380014886,891.54822796 +202,-1.270370057,0.7392461008,38,-1.547187029,0.7380014886,809.56389231 +203,-1.448950472,0.7441675014,38,-1.547187029,0.7380014886,288.04756117 +204,-1.492662363,0.7523026852,38,-1.547187029,0.7380014886,168.52803384 +205,-1.479098966,0.7763855017,38,-1.547187029,0.7380014886,248.01234297 +206,-1.633760714,0.7869022408,38,-1.547187029,0.7380014886,314.55976882 +207,-1.647406434,0.8101289331,38,-1.547187029,0.7380014886,402.53265134 +208,-1.564245052,0.5701509278,38,-1.547187029,0.7380014886,667.00088051 +209,-1.646289963,0.6833746083,38,-1.547187029,0.7380014886,367.74069723 +210,-1.5820631,0.6751952144,38,-1.547187029,0.7380014886,270.03105274 +211,-1.613236298,0.6681681791,38,-1.547187029,0.7380014886,341.00907823 +212,-1.914661867,0.8212566515,38,-1.547187029,0.7380014886,1082.5401096 +213,-1.742133237,0.7250275956,38,-1.547187029,0.7380014886,576.50406681 +214,-2.033144872,0.6557314699,38,-1.547187029,0.7380014886,1504.4658892 +215,-2.039551981,0.6964723658,38,-1.547187029,0.7380014886,1472.1387798 +216,-1.247341019,0.7622473908,38,-1.547187029,0.7380014886,872.62357975 +217,-1.298239787,0.7084123392,38,-1.547187029,0.7380014886,747.56742987 +218,-1.308539688,0.6926545592,38,-1.547187029,0.7380014886,734.93010485 +219,-1.303263185,0.6888938396,38,-1.547187029,0.7380014886,755.0103547 +220,-1.852400229,0.6004246149,38,-1.547187029,0.7380014886,1090.5246909 +221,-1.288947707,0.7473773692,38,-1.547187029,0.7380014886,753.45684185 +222,-1.372031502,0.7472790993,38,-1.547187029,0.7380014886,512.12043051 +223,-1.289805721,0.7242157877,38,-1.547187029,0.7380014886,759.9484853 +224,-1.350807603,0.7533498126,38,-1.547187029,0.7380014886,574.22212307 +225,-1.329290365,0.7560442322,38,-1.547187029,0.7380014886,636.6745377 +226,-1.410153004,0.616936428,38,-1.547187029,0.7380014886,638.80165739 +227,-1.393445434,0.6308995063,38,-1.547187029,0.7380014886,633.84752336 +228,-1.37595573,0.6241540638,38,-1.547187029,0.7380014886,692.70935054 +229,-1.358388707,0.6172645205,38,-1.547187029,0.7380014886,752.68061425 +230,-1.753741133,0.8281661666,38,-1.547187029,0.7380014886,679.92092861 +231,-1.47430987,0.6834615681,38,-1.547187029,0.7380014886,307.38531106 +232,-1.421012508,0.7222725206,38,-1.547187029,0.7380014886,377.43017805 +233,-1.4476833,0.6978557868,38,-1.547187029,0.7380014886,336.65415394 +234,-1.470370723,0.6966193374,38,-1.547187029,0.7380014886,281.79113443 +235,-1.429211703,0.7037216883,38,-1.547187029,0.7380014886,376.26187644 +236,-1.700578405,0.6178673663,38,-1.547187029,0.7380014886,670.38233315 +237,-1.678117619,0.6331716163,38,-1.547187029,0.7380014886,577.08699142 +238,-1.725644578,0.6316331145,38,-1.547187029,0.7380014886,689.99908072 +239,-2.14012759,0.7930497945,38,-1.547187029,0.7380014886,1694.5820808 +240,-2.103289431,0.7653606263,38,-1.547187029,0.7380014886,1602.8534265 +241,-1.318739838,0.7017808746,38,-1.547187029,0.7380014886,694.56950916 +242,-1.396417427,0.7077900843,38,-1.547187029,0.7380014886,463.31322851 +243,-1.35650337,0.7185539404,38,-1.547187029,0.7380014886,568.52906251 +244,-1.248884539,0.7274156818,38,-1.547187029,0.7380014886,877.86721243 +245,-1.395014798,0.5761185243,38,-1.547187029,0.7380014886,798.362089 +246,-1.433377362,0.6064716109,38,-1.547187029,0.7380014886,628.70409961 +247,-1.408172432,0.5903155476,38,-1.547187029,0.7380014886,727.40715693 +248,-1.749645898,0.7757118084,38,-1.547187029,0.7380014886,601.26043485 +249,-1.571626686,0.615046989,38,-1.547187029,0.7380014886,492.81628028 +250,-1.514070049,0.6303003037,38,-1.547187029,0.7380014886,438.51443661 +251,-1.480890369,0.6237966528,38,-1.547187029,0.7380014886,496.11229648 +252,-1.704390658,0.5281680612,38,-1.547187029,0.7380014886,969.64886356 +253,-1.64434733,0.5254277498,38,-1.547187029,0.7380014886,896.91525766 +254,-1.703855997,0.4792484842,38,-1.547187029,0.7380014886,1142.7765903 +255,-1.692002383,0.5748825051,38,-1.547187029,0.7380014886,789.00705318 +256,-1.854136457,0.5544643913,38,-1.547187029,0.7380014886,1208.6487221 +257,-1.665021206,0.520317736,38,-1.547187029,0.7380014886,940.40328851 +258,-1.733654349,0.4845187345,38,-1.547187029,0.7380014886,1169.9329803 +259,-1.720938188,0.5135933906,38,-1.547187029,0.7380014886,1047.6761215 +260,-1.742668307,0.553296122,38,-1.547187029,0.7380014886,956.21538677 +261,-1.965659039,0.7142126903,38,-1.547187029,0.7380014886,1238.9381403 +262,-1.944438071,0.6772834804,38,-1.547187029,0.7380014886,1215.7922393 +263,-1.270340967,0.7681487096,38,-1.547187029,0.7380014886,807.62554389 +264,-1.353091884,0.6549276821,38,-1.547187029,0.7380014886,674.5602911 +265,-1.333236659,0.6413584414,38,-1.547187029,0.7380014886,756.49232276 +266,-1.352015998,0.6753788907,38,-1.547187029,0.7380014886,637.47154471 +267,-1.377988483,0.6577816235,38,-1.547187029,0.7380014886,603.28333603 +268,-2.13075611,0.8318642051,38,-1.547187029,0.7380014886,1663.1621859 +269,-2.097910953,0.8259670014,38,-1.547187029,0.7380014886,1574.9486403 +270,-1.416382069,0.6694271549,38,-1.547187029,0.7380014886,479.10975946 +271,-1.538905672,0.7535625993,38,-1.547187029,0.7380014886,66.179517711 +272,-1.572309477,0.7803125099,38,-1.547187029,0.7380014886,182.47075253 +273,-1.87759879,0.7503853417,38,-1.547187029,0.7380014886,961.97920205 +274,1.152365588,0.590457682,38,-1.547187029,0.7380014886,6942.4431076 +275,0.350198001,0.718001859,38,-1.547187029,0.7380014886,5164.1627067 +276,0.046513677,0.491503852,38,-1.547187029,0.7380014886,5004.249732 +277,0.027510309,0.742571376,38,-1.547187029,0.7380014886,4360.5576009 +278,0.306285725,-0.214631579,38,-1.547187029,0.7380014886,7616.8028689 +279,-1.100564889,0.318051531,38,-1.547187029,0.7380014886,2240.9761309 +280,-1.078582306,0.301437596,38,-1.547187029,0.7380014886,2343.2997477 +281,-1.137371989,-0.617634065,38,-1.547187029,0.7380014886,5571.1325029 +282,0.784356344,0.703272339,38,-1.547187029,0.7380014886,6039.3805463 +283,-1.221209947,0.218327455,38,-1.547187029,0.7380014886,2344.0617728 +284,2.347301921,-0.449114658,38,-1.547187029,0.7380014886,9755.7623682 +285,0.246820618,0.830553713,38,-1.547187029,0.7380014886,4650.9940287 +286,0.829414965,0.703288228,38,-1.547187029,0.7380014886,6110.7348008 +287,-1.337537566,0.42332223,38,-1.547187029,0.7380014886,1423.374506 +288,0.882453706,0.454478077,38,-1.547187029,0.7380014886,7051.4234474 +289,1.575629659,0.416419109,38,-1.547187029,0.7380014886,7870.6720158 +290,-1.039455679,0.229888244,38,-1.547187029,0.7380014886,2660.4340464 +291,0.489558039,0.934482747,38,-1.547187029,0.7380014886,4832.5020814 +292,0.081344504,0.88384514,38,-1.547187029,0.7380014886,4179.2869538 +293,-1.547979814,0.300350308,38,-1.547187029,0.7380014886,1733.5384019 +294,0.040776181,0.168560074,38,-1.547187029,0.7380014886,5823.755596 +295,-1.130374745,0.563894876,38,-1.547187029,0.7380014886,1476.2590577 +296,1.578326642,0.478507176,38,-1.547187029,0.7380014886,7624.8991694 +297,-1.12861823,-0.291640865,38,-1.547187029,0.7380014886,4355.5035034 +298,0.310524208,0.770885792,38,-1.547187029,0.7380014886,4937.4789081 +299,0.415649091,-0.387246002,38,-1.547187029,0.7380014886,8368.6165416 +300,-0.926533878,-0.188022748,38,-1.547187029,0.7380014886,4304.136832 +301,1.258856172,-0.11716081,38,-1.547187029,0.7380014886,9718.0268373 +302,-1.126050026,0.322941926,38,-1.547187029,0.7380014886,2168.9228892 +303,2.002785835,0.07893892,38,-1.547187029,0.7380014886,8890.0655499 +304,0.440437607,0.746258085,38,-1.547187029,0.7380014886,5274.767325 +305,-0.030391866,0.214441206,38,-1.547187029,0.7380014886,5496.2086842 +306,0.521557815,-0.058929362,38,-1.547187029,0.7380014886,7819.0064905 +307,-0.097005111,0.13317729,38,-1.547187029,0.7380014886,5514.8344787 +308,1.83113859,0.221857587,38,-1.547187029,0.7380014886,8545.3262558 +309,0.222428864,0.099404236,38,-1.547187029,0.7380014886,6533.7034843 +310,-1.702731345,0.8728568183,38,-1.547187029,0.7380014886,682.7575975 +311,-0.418507569,0.278324921,38,-1.547187029,0.7380014886,4197.1571862 +312,-1.41153306,0.339029988,38,-1.547187029,0.7380014886,1644.4536618 +313,0.357560442,0.114788776,38,-1.547187029,0.7380014886,6873.8247649 +314,0.325818979,0.268352149,38,-1.547187029,0.7380014886,6356.305319 +315,-1.246004659,-0.663679965,38,-1.547187029,0.7380014886,5657.2459869 +316,1.814603087,0.637404484,38,-1.547187029,0.7380014886,6937.9810665 +317,1.843704281,-0.18300445,38,-1.547187029,0.7380014886,10081.861328 +318,1.690644492,-0.211480909,38,-1.547187029,0.7380014886,10332.067116 +319,-1.275451936,0.068109467,38,-1.547187029,0.7380014886,2821.7553283 +320,0.762430171,-0.207594741,38,-1.547187029,0.7380014886,8902.1000636 +321,0.265668905,-0.014647884,38,-1.547187029,0.7380014886,6967.7088908 +322,-2.773032013,-0.335515811,38,-1.547187029,0.7380014886,6163.7249119 +323,-1.469512853,0.174058777,38,-1.547187029,0.7380014886,2250.0045689 +324,0.286276986,0.785925691,38,-1.547187029,0.7380014886,4846.786356 +325,-1.379324697,0.377432233,38,-1.547187029,0.7380014886,1533.0760541 +326,-1.203778265,0.212813032,38,-1.547187029,0.7380014886,2392.8798522 +327,0.579916301,0.611743168,38,-1.547187029,0.7380014886,5958.0156275 +328,0.267582642,0.868113908,38,-1.547187029,0.7380014886,4600.8249202 +329,0.412869244,-0.050245578,38,-1.547187029,0.7380014886,7487.9135055 +330,0.17524381,0.976660285,38,-1.547187029,0.7380014886,4170.9865843 +331,0.743157214,0.204812899,38,-1.547187029,0.7380014886,7598.3423761 +332,-1.070758176,0.269382282,38,-1.547187029,0.7380014886,2463.3185575 +333,-1.230364251,0.329790229,38,-1.547187029,0.7380014886,1935.3005549 +334,-1.374813124,-0.024926835,38,-1.547187029,0.7380014886,3084.273097 +335,0.519780566,0.463669906,38,-1.547187029,0.7380014886,6277.8083609 +336,-1.55108034,0.239698561,38,-1.547187029,0.7380014886,1973.8230364 +337,0.180294813,0.029739425,38,-1.547187029,0.7380014886,6600.3291208 +338,0.67820924,0.268170153,38,-1.547187029,0.7380014886,7247.5923499 +339,0.445798684,1.024001867,38,-1.547187029,0.7380014886,4517.7346182 +340,0.691751283,0.150521402,38,-1.547187029,0.7380014886,7647.8387545 +341,-1.036643551,-0.903056181,38,-1.547187029,0.7380014886,6732.808347 +342,-0.120287036,1.083325163,38,-1.547187029,0.7380014886,3449.6602565 +343,2.823513113,-0.304487164,38,-1.547187029,0.7380014886,8018.6346346 +344,0.457583172,1.12513373,38,-1.547187029,0.7380014886,4270.357156 +345,0.042918831,0.813795399,38,-1.547187029,0.7380014886,4242.1916963 +346,1.196146777,-0.853142756,38,-1.547187029,0.7380014886,11255.095282 +347,0.206001358,-0.010430701,38,-1.547187029,0.7380014886,6783.0922918 +348,-0.268308653,0.234799412,38,-1.547187029,0.7380014886,4747.9325505 +349,0.759363263,0.736189579,38,-1.547187029,0.7380014886,5889.4781969 +350,0.181363926,0.891988372,38,-1.547187029,0.7380014886,4370.0098073 +351,-0.021111158,0.139103292,38,-1.547187029,0.7380014886,5721.3364225 +352,-0.093355215,0.630686981,38,-1.547187029,0.7380014886,4299.612596 +353,0.40118964,0.681375926,38,-1.547187029,0.7380014886,5376.0471366 +354,-0.721197315,1.304706234,38,-1.547187029,0.7380014886,2671.8245714 +355,-1.076150317,0.212107639,38,-1.547187029,0.7380014886,2639.2134998 +356,-1.577164531,0.273993443,38,-1.547187029,0.7380014886,1840.7660117 +357,-0.190788414,0.182208586,38,-1.547187029,0.7380014886,5111.3786614 +358,-0.261349752,0.209710184,38,-1.547187029,0.7380014886,4833.1097906 +359,-1.029303852,0.083549259,38,-1.547187029,0.7380014886,3168.7968264 +360,-1.268609162,0.330525297,38,-1.547187029,0.7380014886,1865.3598321 +361,1.282982244,-0.926641967,38,-1.547187029,0.7380014886,11332.395838 +362,0.217352334,0.731352408,38,-1.547187029,0.7380014886,4833.7035883 +363,-1.511833084,0.258629297,38,-1.547187029,0.7380014886,1902.627888 +364,0.338812194,0.823184618,38,-1.547187029,0.7380014886,4858.5226147 +365,-0.324406489,1.134201999,38,-1.547187029,0.7380014886,3058.6346943 +366,1.389579348,0.399185724,38,-1.547187029,0.7380014886,7877.4758532 +367,2.047152199,-0.039082036,38,-1.547187029,0.7380014886,9243.9747878 +368,0.947780369,0.568250077,38,-1.547187029,0.7380014886,6760.6514887 +369,0.763824846,0.576754987,38,-1.547187029,0.7380014886,6425.4634433 +370,-0.142334657,0.928153068,38,-1.547187029,0.7380014886,3614.0931451 +371,0.610266567,0.547265983,38,-1.547187029,0.7380014886,6220.4689738 +372,0.210731629,0.746815056,38,-1.547187029,0.7380014886,4779.9995115 +373,-1.34931644,0.316895224,38,-1.547187029,0.7380014886,1796.3029647 +374,2.407696481,0.655030745,38,-1.547187029,0.7380014886,6195.2235634 +375,0.64207831,0.545359131,38,-1.547187029,0.7380014886,6292.0817152 +376,1.174597538,0.840588356,38,-1.547187029,0.7380014886,6021.2405773 +377,0.660059424,0.010604079,38,-1.547187029,0.7380014886,7993.7357277 +378,-0.730263819,0.010486456,38,-1.547187029,0.7380014886,4086.3520027 +379,0.831068936,0.512339172,38,-1.547187029,0.7380014886,6762.6236634 +380,1.301180979,0.72367476,38,-1.547187029,0.7380014886,6559.9703686 +381,1.811128231,0.322854402,38,-1.547187029,0.7380014886,8167.6972495 +382,0.435105812,0.992284428,38,-1.547187029,0.7380014886,4585.2881293 +383,0.62643634,0.592027932,38,-1.547187029,0.7380014886,6113.4182761 +384,0.492988703,-0.516339467,38,-1.547187029,0.7380014886,8886.9073232 +385,-0.162469483,0.112549365,38,-1.547187029,0.7380014886,5377.5165221 +386,0.314630866,0.472006421,38,-1.547187029,0.7380014886,5758.0429537 +387,0.166744804,0.822815954,38,-1.547187029,0.7380014886,4498.7845175 +388,0.417159608,0.965805736,38,-1.547187029,0.7380014886,4626.2507864 +389,0.106334961,0.868774244,38,-1.547187029,0.7380014886,4264.7925962 +390,0.815086969,-0.338144359,38,-1.547187029,0.7380014886,9404.0254477 +391,0.59867455,-0.230624824,38,-1.547187029,0.7380014886,8507.4540581 +392,1.915104874,0.066220985,38,-1.547187029,0.7380014886,9056.2296696 +393,1.278093622,0.064463721,38,-1.547187029,0.7380014886,9068.1831476 +394,-0.061477853,0.302997961,38,-1.547187029,0.7380014886,5176.9592292 +395,0.251311504,0.626976942,38,-1.547187029,0.7380014886,5182.1615696 +396,2.950242872,0.149095644,38,-1.547187029,0.7380014886,6444.3138407 +397,-0.180294708,0.35375117,38,-1.547187029,0.7380014886,4705.2814249 +398,1.010448592,-0.351180233,38,-1.547187029,0.7380014886,9968.465073 +399,-1.748740498,0.3686318073,38,-1.547187029,0.7380014886,1609.398967 +400,2.699635665,0.123533791,38,-1.547187029,0.7380014886,7209.2540018 +401,0.496808033,0.823843254,38,-1.547187029,0.7380014886,5161.1517637 +402,0.129574704,0.763364087,38,-1.547187029,0.7380014886,4554.5907599 +403,1.798920311,0.817447563,38,-1.547187029,0.7380014886,6240.9349704 +404,0.335987953,0.746786541,38,-1.547187029,0.7380014886,5055.771204 +405,-1.085413643,0.292154671,38,-1.547187029,0.7380014886,2357.5344468 +406,-0.155321003,0.508207011,38,-1.547187029,0.7380014886,4406.5859386 +407,0.620529244,-0.301175104,38,-1.547187029,0.7380014886,8754.5899797 +408,1.684402744,0.368716966,38,-1.547187029,0.7380014886,8047.7756308 +409,0.300582244,-0.386397212,38,-1.547187029,0.7380014886,8030.6761816 +410,2.913555946,-0.009225192,38,-1.547187029,0.7380014886,6980.7781366 +411,1.465101417,0.493232532,38,-1.547187029,0.7380014886,7544.1012096 +412,0.090612882,0.907955955,38,-1.547187029,0.7380014886,4148.5862009 +413,2.987564726,-0.729568594,38,-1.547187029,0.7380014886,8509.3205288 +414,-1.484261606,0.224149272,38,-1.547187029,0.7380014886,2046.8432046 +415,0.164073421,0.303955133,38,-1.547187029,0.7380014886,5815.0414862 +416,0.141441293,0.167552546,38,-1.547187029,0.7380014886,6117.1430162 +417,2.931321023,-0.506718887,38,-1.547187029,0.7380014886,8188.9301281 +418,2.21951565,0.700596356,38,-1.547187029,0.7380014886,6320.4293879 +419,0.268112576,1.199114336,38,-1.547187029,0.7380014886,3858.8197873 +420,0.978913739,0.359223811,38,-1.547187029,0.7380014886,7549.698606 +421,1.210898818,0.522863584,38,-1.547187029,0.7380014886,7257.3242807 +422,2.347397336,0.129231362,38,-1.547187029,0.7380014886,8064.5538529 +423,0.614394501,0.556878345,38,-1.547187029,0.7380014886,6199.019793 +424,-1.398079356,0.148483366,38,-1.547187029,0.7380014886,2392.3073076 +425,2.535303836,-0.112984496,38,-1.547187029,0.7380014886,8336.6078627 +426,-1.019372593,-0.405322349,38,-1.547187029,0.7380014886,4923.1431208 +427,-1.297785627,-0.160104069,38,-1.547187029,0.7380014886,3670.5602121 +428,2.144554488,0.205051084,38,-1.547187029,0.7380014886,8207.026826 +429,-2.242387083,-0.426171285,38,-1.547187029,0.7380014886,5265.2775034 +430,0.338637212,0.909723676,38,-1.547187029,0.7380014886,4633.5782151 +431,-0.148798452,0.691042401,38,-1.547187029,0.7380014886,4025.1173461 +432,0.893524764,0.441829531,38,-1.547187029,0.7380014886,7114.4832866 +433,0.969229347,-0.368847936,38,-1.547187029,0.7380014886,9908.9405182 +434,0.436043248,0.800045688,38,-1.547187029,0.7380014886,5114.0243081 +435,1.687946607,1.081504775,38,-1.547187029,0.7380014886,5230.570596 +436,0.522302046,-0.034889271,38,-1.547187029,0.7380014886,7753.4574874 +437,-0.178996113,-0.438090009,38,-1.547187029,0.7380014886,6820.7485396 +438,-1.094339566,0.301444068,38,-1.547187029,0.7380014886,2307.8915435 +439,-1.064070054,0.242569932,38,-1.547187029,0.7380014886,2564.8963678 +440,-1.068153768,0.230387998,38,-1.547187029,0.7380014886,2595.8427648 +441,-3.00496892,-0.23989155,38,-1.547187029,0.7380014886,6534.4358045 +442,0.21751974,0.766874888,38,-1.547187029,0.7380014886,4745.3669902 +443,0.117229532,0.007619006,38,-1.547187029,0.7380014886,6475.7301592 +444,0.777758451,0.420554741,38,-1.547187029,0.7380014886,6969.8567969 +445,-0.252356999,0.250747086,38,-1.547187029,0.7380014886,4753.7797994 +446,0.363148444,0.768483434,38,-1.547187029,0.7380014886,5054.4921247 +447,0.903191366,-0.118210676,38,-1.547187029,0.7380014886,9000.6332434 +448,-0.205755923,0.149406178,38,-1.547187029,0.7380014886,5153.4937837 +449,1.811996086,0.02364353,38,-1.547187029,0.7380014886,9328.1576576 +450,-1.100670221,0.314845373,38,-1.547187029,0.7380014886,2250.9486327 +451,0.340078597,0.850105132,38,-1.547187029,0.7380014886,4790.4370924 +452,0.258757267,0.804969236,38,-1.547187029,0.7380014886,4739.8591906 +453,2.78505352,-0.155160804,38,-1.547187029,0.7380014886,7745.3404077 +454,0.800551619,0.105822106,38,-1.547187029,0.7380014886,8047.3922169 +455,0.437940882,-0.506194031,38,-1.547187029,0.7380014886,8705.3707376 +456,2.230431122,0.63458615,38,-1.547187029,0.7380014886,6540.7935556 +457,0.527965361,0.127667701,38,-1.547187029,0.7380014886,7300.4666843 +458,-0.063643205,0.702093448,38,-1.547187029,0.7380014886,4221.9502407 +459,1.408447268,0.133010502,38,-1.547187029,0.7380014886,8928.7566569 +460,0.523795955,0.280266966,38,-1.547187029,0.7380014886,6837.7854693 +461,-0.975769313,0.072177659,38,-1.547187029,0.7380014886,3318.0772107 +462,0.549774164,-0.463663986,38,-1.547187029,0.7380014886,8938.0172065 +463,0.29245874,1.095549818,38,-1.547187029,0.7380014886,4109.7221042 +464,0.143625958,0.816809593,38,-1.547187029,0.7380014886,4462.0764353 +465,0.671902494,0.611159853,38,-1.547187029,0.7380014886,6141.8482587 +466,1.239840988,0.6724199,38,-1.547187029,0.7380014886,6713.1086256 +467,0.607829703,-0.10932137,38,-1.547187029,0.7380014886,8200.5693465 +468,1.763020906,0.263996692,38,-1.547187029,0.7380014886,8427.4980005 +469,0.378714634,0.726066797,38,-1.547187029,0.7380014886,5203.2496734 +470,2.196736143,-0.153862366,38,-1.547187029,0.7380014886,9324.0676981 +471,0.01702415,0.148991565,38,-1.547187029,0.7380014886,5806.4841668 +472,-2.998490902,-0.158002487,38,-1.547187029,0.7380014886,6296.2786405 +473,-3.051262951,-0.346595608,38,-1.547187029,0.7380014886,6947.5164202 +474,-1.069176439,0.182802941,38,-1.547187029,0.7380014886,2751.6619267 +475,0.167157509,0.595344954,38,-1.547187029,0.7380014886,5057.8074765 +476,0.613855648,0.681746124,38,-1.547187029,0.7380014886,5808.2212099 +477,1.037012736,0.682555367,38,-1.547187029,0.7380014886,6470.7679808 +478,-1.253574971,0.379755746,38,-1.547187029,0.7380014886,1720.7926554 +479,3.108590453,-0.132620738,38,-1.547187029,0.7380014886,6740.151056 +480,0.565301296,0.022333262,38,-1.547187029,0.7380014886,7707.495007 +481,0.547898238,0.855555614,38,-1.547187029,0.7380014886,5159.3475246 +482,0.948309381,0.417393755,38,-1.547187029,0.7380014886,7293.4926032 +483,-0.050600732,0.945269213,38,-1.547187029,0.7380014886,3783.1182677 +484,-0.977651478,-0.572363064,38,-1.547187029,0.7380014886,5588.1131481 +485,1.102014914,0.728861163,38,-1.547187029,0.7380014886,6373.2295 +486,2.927300795,-0.282939414,38,-1.547187029,0.7380014886,7660.4857927 +487,-1.154565557,0.124434095,38,-1.547187029,0.7380014886,2791.7115343 +488,1.855331234,0.291044755,38,-1.547187029,0.7380014886,8257.8034243 +489,0.830290659,0.276904518,38,-1.547187029,0.7380014886,7553.4454085 +490,0.485104466,-0.234867441,38,-1.547187029,0.7380014886,8191.2963438 +491,0.521367572,-0.33161327,38,-1.547187029,0.7380014886,8543.0633803 +1,-1.539031704,0.7349710123,39,-1.545147315,0.7380012252,21.5897703 +2,-1.536990553,0.7349663874,39,-1.545147315,0.7380012252,26.784579885 +3,-1.534951779,0.7349571355,39,-1.545147315,0.7380012252,32.256638624 +4,-1.532906461,0.7349480293,39,-1.545147315,0.7380012252,37.901516462 +5,-1.531320211,0.7346937278,39,-1.545147315,0.7380012252,42.642104573 +6,-1.539451648,0.7335131775,39,-1.545147315,0.7380012252,24.407764843 +7,-1.537429487,0.7335445708,39,-1.545147315,0.7380012252,28.726132265 +8,-1.535484998,0.7335658704,39,-1.545147315,0.7380012252,33.370461975 +9,-1.533488396,0.7336036027,39,-1.545147315,0.7380012252,38.410267153 +10,-1.531497785,0.7335842962,39,-1.545147315,0.7380012252,43.730879055 +11,-1.530259379,0.7334777758,39,-1.545147315,0.7380012252,47.24627536 +12,-1.5335454,0.7322346912,39,-1.545147315,0.7380012252,41.032325547 +13,-1.531489083,0.7322238773,39,-1.545147315,0.7380012252,46.195269837 +14,-1.530011122,0.7321679851,39,-1.545147315,0.7380012252,50.116301838 +15,-1.53348106,0.7306614094,39,-1.545147315,0.7380012252,44.963947307 +16,-1.531441779,0.7306962275,39,-1.545147315,0.7380012252,49.608123023 +17,-1.529755654,0.7306933243,39,-1.545147315,0.7380012252,53.718959231 +18,-1.533415048,0.7291384674,39,-1.545147315,0.7380012252,49.232955074 +19,-1.531392093,0.7291705353,39,-1.545147315,0.7380012252,53.490624929 +20,-1.529296523,0.7291214933,39,-1.545147315,0.7380012252,58.412272046 +21,-1.535280942,0.727267644,39,-1.545147315,0.7380012252,51.494101537 +22,-1.533378158,0.7276139666,39,-1.545147315,0.7380012252,53.790902274 +23,-1.531340368,0.7276446587,39,-1.545147315,0.7380012252,57.751112874 +24,-1.528960113,0.7276398177,39,-1.545147315,0.7380012252,62.893517319 +25,-1.533313146,0.7260818349,39,-1.545147315,0.7380012252,58.691059733 +26,-1.531259555,0.7260958115,39,-1.545147315,0.7380012252,62.433047024 +27,-1.528926415,0.7260865555,39,-1.545147315,0.7380012252,67.164669493 +28,-1.531226779,0.7245511789,39,-1.545147315,0.7380012252,67.250206258 +29,-1.528904772,0.7245519194,39,-1.545147315,0.7380012252,71.631208826 +30,-1.547195875,0.7409785979,39,-1.545147315,0.7380012252,13.229638252 +31,-1.5451475,0.740980426,39,-1.545147315,0.7380012252,11.800614232 +32,-1.543097679,0.7409798872,39,-1.545147315,0.7380012252,13.235616635 +33,-1.540720364,0.7409892687,39,-1.545147315,0.7380012252,17.547568584 +34,-1.547188511,0.7395198392,39,-1.545147315,0.7380012252,8.4801107671 +35,-1.545148587,0.7395226109,39,-1.545147315,0.7380012252,6.0262099338 +36,-1.543104538,0.7395314908,39,-1.545147315,0.7380012252,8.5161402708 +37,-1.540727751,0.7395306258,39,-1.545147315,0.7380012252,14.289743785 +38,-1.547187029,0.7380014886,39,-1.545147315,0.7380012252,5.9771899893 +39,-1.545147315,0.7380012252,39,-1.545147315,0.7380012252,2.9994836664 +40,-1.54310719,0.7380060743,39,-1.545147315,0.7380012252,5.978412756 +41,-1.540719671,0.7380068206,39,-1.545147315,0.7380012252,12.974778902 +42,-1.547187189,0.7364799098,39,-1.545147315,0.7380012252,8.4907973716 +43,-1.545149996,0.7364853874,39,-1.545147315,0.7380012252,6.0042387838 +44,-1.543106091,0.7364823484,39,-1.545147315,0.7380012252,8.4867338094 +45,-1.540717158,0.7364893901,39,-1.545147315,0.7380012252,14.304848767 +46,-1.538663972,0.7410138672,39,-1.545147315,0.7380012252,22.413461948 +47,-1.53695285,0.7409699132,39,-1.545147315,0.7380012252,26.708485712 +48,-1.534910498,0.7409641297,39,-1.545147315,0.7380012252,32.174312816 +49,-1.533145034,0.7409536636,39,-1.545147315,0.7380012252,37.019873151 +50,-1.538681336,0.7395405883,39,-1.545147315,0.7380012252,19.892204039 +51,-1.536999189,0.7395183096,39,-1.545147315,0.7380012252,24.605856958 +52,-1.534923633,0.7395144222,39,-1.545147315,0.7380012252,30.532937092 +53,-1.533267822,0.7395654306,39,-1.545147315,0.7380012252,35.334323215 +54,-1.53867273,0.7380151077,39,-1.545147315,0.7380012252,18.973113023 +55,-1.536980576,0.7379994392,39,-1.545147315,0.7380012252,23.931857014 +56,-1.534931522,0.7379944961,39,-1.545147315,0.7380012252,29.936472636 +57,-1.533387952,0.7379480264,39,-1.545147315,0.7380012252,34.461103359 +58,-1.538682279,0.7364914363,39,-1.545147315,0.7380012252,19.879027234 +59,-1.536980704,0.7364810563,39,-1.545147315,0.7380012252,24.693387013 +60,-1.534935567,0.7364752065,39,-1.545147315,0.7380012252,30.549228344 +61,-1.533042592,0.7363876366,39,-1.545147315,0.7380012252,36.06846875 +62,-1.545143426,0.7349628011,39,-1.545147315,0.7380012252,12.035203459 +63,-1.543105297,0.7349691947,39,-1.545147315,0.7380012252,13.421744877 +64,-1.541064533,0.7349647152,39,-1.545147315,0.7380012252,16.976474857 +65,-1.545411803,0.7334624714,39,-1.545147315,0.7380012252,17.994771848 +66,-1.543446606,0.7334780896,39,-1.545147315,0.7380012252,18.599141184 +67,-1.541475327,0.7334957295,39,-1.545147315,0.7380012252,20.850647069 +68,-1.545401939,0.731963266,39,-1.545147315,0.7380012252,23.928056687 +69,-1.54342253,0.7319915583,39,-1.545147315,0.7380012252,24.337825169 +70,-1.541455867,0.7320216438,39,-1.545147315,0.7380012252,26.050662786 +71,-1.545410146,0.7304422281,39,-1.545147315,0.7380012252,29.951159936 +72,-1.543435491,0.7304713664,39,-1.545147315,0.7380012252,30.247514182 +73,-1.541463105,0.7304997613,39,-1.545147315,0.7380012252,31.626439436 +74,-1.545414768,0.7289194936,39,-1.545147315,0.7380012252,35.981345795 +75,-1.543435774,0.7289538557,39,-1.545147315,0.7380012252,36.188751739 +76,-1.541457714,0.7289765881,39,-1.545147315,0.7380012252,37.358730729 +77,-1.539449415,0.7320555866,39,-1.545147315,0.7380012252,28.895214743 +78,-1.537429183,0.7321097681,39,-1.545147315,0.7380012252,32.539916483 +79,-1.535472649,0.7321497267,39,-1.545147315,0.7380012252,36.677478702 +80,-1.539457899,0.7305333307,39,-1.545147315,0.7380012252,33.982994686 +81,-1.537453161,0.7305750503,39,-1.545147315,0.7380012252,37.108447932 +82,-1.535479385,0.7306124949,39,-1.545147315,0.7380012252,40.799055258 +83,-1.53946905,0.7290102593,39,-1.545147315,0.7380012252,39.33744342 +84,-1.537459922,0.7290417293,39,-1.545147315,0.7380012252,42.083637624 +85,-1.535451349,0.7290890157,39,-1.545147315,0.7380012252,45.387262674 +86,-1.535522937,0.7279887191,39,-1.545147315,0.7380012252,48.739315718 +87,-1.539442524,0.7274735939,39,-1.545147315,0.7380012252,44.955764021 +88,-1.537424111,0.727521351,39,-1.545147315,0.7380012252,47.330963303 +89,-1.539384641,0.7259505092,39,-1.545147315,0.7380012252,50.662704091 +90,-1.537372391,0.7259947145,39,-1.545147315,0.7380012252,52.787136338 +91,-1.535340789,0.7260435356,39,-1.545147315,0.7380012252,55.48105029 +92,-1.539325716,0.7244369706,39,-1.545147315,0.7380012252,56.403040681 +93,-1.537308932,0.7244801057,39,-1.545147315,0.7380012252,58.330334389 +94,-1.535289068,0.7245247645,39,-1.545147315,0.7380012252,60.779784949 +95,-1.533261366,0.7245550236,39,-1.545147315,0.7380012252,63.754227581 +96,-1.539267302,0.722921924,39,-1.545147315,0.7380012252,62.197404089 +97,-1.537248972,0.7229660258,39,-1.545147315,0.7380012252,63.95092171 +98,-1.535219431,0.7229916471,39,-1.545147315,0.7380012252,66.276134811 +99,-1.53318962,0.7230212049,39,-1.545147315,0.7380012252,69.030708767 +100,-1.531154816,0.7230299897,39,-1.545147315,0.7380012252,72.254231755 +101,-1.528878341,0.7230370244,39,-1.545147315,0.7380012252,76.268796463 +102,-1.539218189,0.7214009878,39,-1.545147315,0.7380012252,68.043657281 +103,-1.537198791,0.7214422745,39,-1.545147315,0.7380012252,69.661353816 +104,-1.535179266,0.7214634354,39,-1.545147315,0.7380012252,71.812686608 +105,-1.533156501,0.7214944644,39,-1.545147315,0.7380012252,74.350960711 +106,-1.53113574,0.7215166021,39,-1.545147315,0.7380012252,77.294987602 +107,-1.528874248,0.7215345535,39,-1.545147315,0.7380012252,81.006674356 +108,-1.539217656,0.7198512397,39,-1.545147315,0.7380012252,73.995672306 +109,-1.537199919,0.7199428763,39,-1.545147315,0.7380012252,75.28376054 +110,-1.545425832,0.727397149,39,-1.545147315,0.7380012252,42.010750713 +111,-1.543371177,0.7273916949,39,-1.545147315,0.7380012252,42.348510625 +112,-1.541368852,0.7274523163,39,-1.545147315,0.7380012252,43.239935625 +113,-1.545349067,0.7258710923,39,-1.545147315,0.7380012252,48.051133592 +114,-1.54332671,0.7258603556,39,-1.545147315,0.7380012252,48.38825212 +115,-1.541346831,0.7259242142,39,-1.545147315,0.7380012252,49.130139132 +116,-1.545324355,0.7243383958,39,-1.545147315,0.7380012252,54.120984567 +117,-1.543292796,0.7243617413,39,-1.545147315,0.7380012252,54.301993074 +118,-1.541295822,0.7244024384,39,-1.545147315,0.7380012252,55.048771944 +119,-1.543193859,0.7205570215,39,-1.545147315,0.7380012252,69.336935289 +120,-1.550257047,0.7386738187,39,-1.545147315,0.7380012252,15.204233243 +121,-1.549335448,0.7311736483,39,-1.545147315,0.7380012252,29.714260947 +122,-1.533478843,0.7179891343,39,-1.545147315,0.7380012252,86.450574846 +123,-1.556150555,0.738907041,39,-1.545147315,0.7380012252,32.429693693 +124,-1.554324226,0.733414257,39,-1.545147315,0.7380012252,32.50084898 +125,-1.554290846,0.7288285332,39,-1.545147315,0.7380012252,45.210489232 +126,-1.55122487,0.7219795312,39,-1.545147315,0.7380012252,65.948436029 +127,-1.525104458,0.7229399862,39,-1.545147315,0.7380012252,83.997695436 +128,-1.519607711,0.7236181429,39,-1.545147315,0.7380012252,94.444273745 +129,-1.513899999,0.7251107854,39,-1.545147315,0.7380012252,105.30490309 +130,-1.536620762,0.7431061895,39,-1.545147315,0.7380012252,32.098088358 +131,-1.5369566,0.7460845958,39,-1.545147315,0.7380012252,39.962732946 +132,-1.545345528,0.7447040685,39,-1.545147315,0.7380012252,26.556276302 +133,-1.532813921,0.7432306626,39,-1.545147315,0.7380012252,41.582016156 +134,-1.554788248,0.7382381001,39,-1.545147315,0.7380012252,28.264337172 +135,-1.540348126,0.7301594274,39,-1.545147315,0.7380012252,34.117424049 +136,-1.538016084,0.7239051786,39,-1.545147315,0.7380012252,59.663681049 +137,-1.525288962,0.7258085137,39,-1.545147315,0.7380012252,75.869637884 +138,-1.534326986,0.731241342,39,-1.545147315,0.7380012252,41.575290566 +139,-1.530733872,0.7303625216,39,-1.545147315,0.7380012252,52.075041934 +141,-1.534354939,0.7328219978,39,-1.545147315,0.7380012252,37.759327686 +142,-1.53157084,0.7292888153,39,-1.545147315,0.7380012252,52.784791327 +143,-1.525691035,0.7263799874,39,-1.545147315,0.7380012252,73.510348744 +144,-1.534031287,0.7495967835,39,-1.545147315,0.7380012252,56.208720691 +145,-1.527714986,0.7283095957,39,-1.545147315,0.7380012252,64.079052758 +146,-1.526189586,0.7271468292,39,-1.545147315,0.7380012252,70.463036027 +147,-1.555177336,0.7375563366,39,-1.545147315,0.7380012252,29.450694889 +148,-1.555080283,0.7312707794,39,-1.545147315,0.7380012252,39.53659568 +149,-1.53856994,0.7224180299,39,-1.545147315,0.7380012252,64.704839455 +150,-1.530837883,0.729933372,39,-1.545147315,0.7380012252,52.843306149 +151,-1.515066984,0.5854133365,39,-1.545147315,0.7380012252,611.62709014 +152,-1.534731633,0.5368370046,39,-1.545147315,0.7380012252,797.49480447 +153,-1.515231902,0.5607085576,39,-1.545147315,0.7380012252,708.52455841 +154,-2.616253799,1.0684566605,39,-1.545147315,0.7380012252,2800.10414 +155,-1.956071439,0.5792177723,39,-1.545147315,0.7380012252,1426.1730247 +156,-1.951208514,0.5602434208,39,-1.545147315,0.7380012252,1455.0946074 +157,-1.944675062,0.6062144545,39,-1.545147315,0.7380012252,1338.498693 +158,-1.613778386,0.6077989518,39,-1.545147315,0.7380012252,557.65619042 +159,-2.035029014,0.6021432345,39,-1.545147315,0.7380012252,1604.4511261 +160,-2.114989471,0.6801825058,39,-1.545147315,0.7380012252,1717.6382934 +161,-2.037382079,0.5765830025,39,-1.545147315,0.7380012252,1660.9029317 +162,-2.129855121,0.6585019963,39,-1.545147315,0.7380012252,1789.8177742 +163,-2.075141798,0.6493615843,39,-1.545147315,0.7380012252,1642.6377049 +164,-1.828626729,0.6948433129,39,-1.545147315,0.7380012252,862.48529897 +165,-1.863329418,0.6735427691,39,-1.545147315,0.7380012252,990.47550512 +166,-1.266037071,0.727988852,39,-1.545147315,0.7380012252,821.36759799 +167,-1.277579582,0.7249010648,39,-1.545147315,0.7380012252,789.37061828 +168,-1.258418684,0.7241194816,39,-1.545147315,0.7380012252,845.98412354 +169,-1.317813974,0.6804850104,39,-1.545147315,0.7380012252,719.42101676 +170,-1.344165204,0.6790988904,39,-1.545147315,0.7380012252,647.27564595 +171,-1.427582102,0.5277120351,39,-1.545147315,0.7380012252,912.90282213 +172,-1.402238616,0.457167829,39,-1.545147315,0.7380012252,1205.3240606 +173,-1.422454264,0.4996161999,39,-1.545147315,0.7380012252,1022.9197598 +174,-1.439089277,0.4894859811,39,-1.545147315,0.7380012252,1041.811636 +175,-1.448126995,0.5182330266,39,-1.545147315,0.7380012252,923.81196023 +176,-1.474626146,0.5881926574,39,-1.545147315,0.7380012252,632.70144452 +177,-1.421139645,0.5584869783,39,-1.545147315,0.7380012252,810.9995202 +178,-1.457037165,0.565943032,39,-1.545147315,0.7380012252,735.45464349 +179,-2.757159358,0.3745319,39,-1.545147315,0.7380012252,4203.0417186 +180,-2.714309238,0.342054471,39,-1.545147315,0.7380012252,4156.4862164 +181,-2.000525337,0.774119946,39,-1.545147315,0.7380012252,1314.4668489 +183,-1.571413436,0.6777838382,39,-1.545147315,0.7380012252,251.26455073 +184,-1.552860289,0.6987663893,39,-1.545147315,0.7380012252,157.10135808 +185,-1.521852374,0.7165827476,39,-1.545147315,0.7380012252,109.30449896 +186,-1.503656267,0.6928968252,39,-1.545147315,0.7380012252,217.47954739 +187,-1.502753178,0.7136205882,39,-1.545147315,0.7380012252,158.42285442 +188,-1.631894563,0.7343596465,39,-1.545147315,0.7380012252,254.99701205 +189,-1.653765416,0.6770714026,39,-1.545147315,0.7380012252,406.20474698 +190,-1.719812114,0.6715965947,39,-1.545147315,0.7380012252,588.47446302 +191,-1.493406659,0.6646955447,39,-1.545147315,0.7380012252,329.83213106 +192,-1.469120564,0.6613469966,39,-1.545147315,0.7380012252,381.0209328 +193,-1.590551461,0.5326612937,39,-1.545147315,0.7380012252,826.01375509 +194,-1.625979264,0.5247742243,39,-1.545147315,0.7380012252,882.86919673 +195,-1.572293943,0.5238808754,39,-1.545147315,0.7380012252,852.51928169 +196,-1.610848725,0.5477107964,39,-1.545147315,0.7380012252,781.76331699 +197,-1.208485554,0.7918526018,39,-1.545147315,0.7380012252,982.84073225 +198,-1.335601374,0.6869083083,39,-1.545147315,0.7380012252,659.23802689 +199,-1.346156996,0.6825213377,39,-1.545147315,0.7380012252,636.10537034 +200,-1.324381037,0.6741422347,39,-1.545147315,0.7380012252,710.97430153 +201,-1.242424992,0.7378949807,39,-1.545147315,0.7380012252,885.60229334 +202,-1.270370057,0.7392461008,39,-1.545147315,0.7380012252,803.61620923 +203,-1.448950472,0.7441675014,39,-1.545147315,0.7380012252,282.11243236 +204,-1.492662363,0.7523026852,39,-1.545147315,0.7380012252,162.9490614 +205,-1.479098966,0.7763855017,39,-1.545147315,0.7380012252,243.40283621 +206,-1.633760714,0.7869022408,39,-1.545147315,0.7380012252,319.1803182 +207,-1.647406434,0.8101289331,39,-1.545147315,0.7380012252,406.61791594 +208,-1.564245052,0.5701509278,39,-1.545147315,0.7380012252,667.5423396 +209,-1.646289963,0.6833746083,39,-1.545147315,0.7380012252,372.70410249 +210,-1.5820631,0.6751952144,39,-1.545147315,0.7380012252,272.47711902 +211,-1.613236298,0.6681681791,39,-1.545147315,0.7380012252,344.64582577 +212,-1.914661867,0.8212566515,39,-1.545147315,0.7380012252,1087.9620075 +213,-1.742133237,0.7250275956,39,-1.545147315,0.7380012252,582.47966843 +214,-2.033144872,0.6557314699,39,-1.545147315,0.7380012252,1510.4341905 +215,-2.039551981,0.6964723658,39,-1.545147315,0.7380012252,1478.1069569 +216,-1.247341019,0.7622473908,39,-1.545147315,0.7380012252,866.78030914 +217,-1.298239787,0.7084123392,39,-1.545147315,0.7380012252,741.60686895 +218,-1.308539688,0.6926545592,39,-1.545147315,0.7380012252,729.03721006 +219,-1.303263185,0.6888938396,39,-1.545147315,0.7380012252,749.12985297 +220,-1.852400229,0.6004246149,39,-1.545147315,0.7380012252,1095.9800425 +221,-1.288947707,0.7473773692,39,-1.545147315,0.7380012252,747.53531528 +222,-1.372031502,0.7472790993,39,-1.545147315,0.7380012252,506.19457092 +223,-1.289805721,0.7242157877,39,-1.545147315,0.7380012252,753.971907 +224,-1.350807603,0.7533498126,39,-1.545147315,0.7380012252,568.33391559 +225,-1.329290365,0.7560442322,39,-1.545147315,0.7380012252,630.80097194 +226,-1.410153004,0.616936428,39,-1.545147315,0.7380012252,634.67076145 +227,-1.393445434,0.6308995063,39,-1.545147315,0.7380012252,629.22200315 +228,-1.37595573,0.6241540638,39,-1.545147315,0.7380012252,687.97071228 +229,-1.358388707,0.6172645205,39,-1.545147315,0.7380012252,747.84737065 +230,-1.753741133,0.8281661666,39,-1.545147315,0.7380012252,684.78098401 +231,-1.47430987,0.6834615681,39,-1.545147315,0.7380012252,303.06212458 +232,-1.421012508,0.7222725206,39,-1.545147315,0.7380012252,371.49958482 +233,-1.4476833,0.6978557868,39,-1.545147315,0.7380012252,331.30665366 +234,-1.470370723,0.6966193374,39,-1.545147315,0.7380012252,276.86350861 +235,-1.429211703,0.7037216883,39,-1.545147315,0.7380012252,370.61264597 +236,-1.700578405,0.6178673663,39,-1.545147315,0.7380012252,674.81573589 +237,-1.678117619,0.6331716163,39,-1.545147315,0.7380012252,581.43682851 +238,-1.725644578,0.6316331145,39,-1.545147315,0.7380012252,694.94953725 +239,-2.14012759,0.7930497945,39,-1.545147315,0.7380012252,1700.2310302 +240,-2.103289431,0.7653606263,39,-1.545147315,0.7380012252,1608.6326445 +241,-1.318739838,0.7017808746,39,-1.545147315,0.7380012252,688.64471798 +242,-1.396417427,0.7077900843,39,-1.545147315,0.7380012252,457.47057427 +243,-1.35650337,0.7185539404,39,-1.545147315,0.7380012252,562.56767352 +244,-1.248884539,0.7274156818,39,-1.545147315,0.7380012252,871.89825566 +245,-1.395014798,0.5761185243,39,-1.545147315,0.7380012252,794.5823573 +246,-1.433377362,0.6064716109,39,-1.545147315,0.7380012252,625.1963277 +247,-1.408172432,0.5903155476,39,-1.545147315,0.7380012252,723.65628455 +248,-1.749645898,0.7757118084,39,-1.545147315,0.7380012252,606.93683724 +249,-1.571626686,0.615046989,39,-1.545147315,0.7380012252,493.8156902 +250,-1.514070049,0.6303003037,39,-1.545147315,0.7380012252,437.10859875 +251,-1.480890369,0.6237966528,39,-1.545147315,0.7380012252,493.57158605 +252,-1.704390658,0.5281680612,39,-1.545147315,0.7380012252,972.99869907 +253,-1.64434733,0.5254277498,39,-1.545147315,0.7380012252,899.16920033 +254,-1.703855997,0.4792484842,39,-1.545147315,0.7380012252,1145.6993826 +255,-1.692002383,0.5748825051,39,-1.545147315,0.7380012252,792.68173118 +256,-1.854136457,0.5544643913,39,-1.545147315,0.7380012252,1213.765065 +257,-1.665021206,0.520317736,39,-1.545147315,0.7380012252,943.01346256 +258,-1.733654349,0.4845187345,39,-1.545147315,0.7380012252,1173.3141952 +259,-1.720938188,0.5135933906,39,-1.545147315,0.7380012252,1051.1324208 +260,-1.742668307,0.553296122,39,-1.545147315,0.7380012252,960.35886306 +261,-1.965659039,0.7142126903,39,-1.545147315,0.7380012252,1244.9024482 +262,-1.944438071,0.6772834804,39,-1.545147315,0.7380012252,1221.756774 +263,-1.270340967,0.7681487096,39,-1.545147315,0.7380012252,801.8233685 +264,-1.353091884,0.6549276821,39,-1.545147315,0.7380012252,669.17153157 +265,-1.333236659,0.6413584414,39,-1.545147315,0.7380012252,751.14130978 +266,-1.352015998,0.6753788907,39,-1.545147315,0.7380012252,631.82974148 +267,-1.377988483,0.6577816235,39,-1.545147315,0.7380012252,598.04167067 +268,-2.13075611,0.8318642051,39,-1.545147315,0.7380012252,1668.6038832 +269,-2.097910953,0.8259670014,39,-1.545147315,0.7380012252,1580.4246582 +270,-1.416382069,0.6694271549,39,-1.545147315,0.7380012252,474.0552479 +271,-1.538905672,0.7535625993,39,-1.545147315,0.7380012252,64.258071562 +272,-1.572309477,0.7803125099,39,-1.545147315,0.7380012252,184.86722133 +273,-1.87759879,0.7503853417,39,-1.545147315,0.7380012252,967.8772392 +274,1.152365588,0.590457682,39,-1.545147315,0.7380012252,6940.2798836 +275,0.350198001,0.718001859,39,-1.545147315,0.7380012252,5159.7409216 +276,0.046513677,0.491503852,39,-1.545147315,0.7380012252,4998.7213924 +277,0.027510309,0.742571376,39,-1.545147315,0.7380012252,4355.6176862 +278,0.306285725,-0.214631579,39,-1.545147315,0.7380012252,7610.8278507 +279,-1.100564889,0.318051531,39,-1.545147315,0.7380012252,2236.4065504 +280,-1.078582306,0.301437596,39,-1.545147315,0.7380012252,2338.6820121 +281,-1.137371989,-0.617634065,39,-1.545147315,0.7380012252,5569.1679942 +282,0.784356344,0.703272339,39,-1.545147315,0.7380012252,6036.0724671 +283,-1.221209947,0.218327455,39,-1.545147315,0.7380012252,2340.7191192 +284,2.347301921,-0.449114658,39,-1.545147315,0.7380012252,9761.6265407 +285,0.246820618,0.830553713,39,-1.545147315,0.7380012252,4646.7305736 +286,0.829414965,0.703288228,39,-1.545147315,0.7380012252,6107.5738621 +287,-1.337537566,0.42332223,39,-1.545147315,0.7380012252,1420.160513 +288,0.882453706,0.454478077,39,-1.545147315,0.7380012252,7047.8334416 +289,1.575629659,0.416419109,39,-1.545147315,0.7380012252,7870.554753 +290,-1.039455679,0.229888244,39,-1.545147315,0.7380012252,2655.8912571 +291,0.489558039,0.934482747,39,-1.545147315,0.7380012252,4829.1217152 +292,0.081344504,0.88384514,39,-1.545147315,0.7380012252,4174.936042 +293,-1.547979814,0.300350308,39,-1.545147315,0.7380012252,1733.5617784 +294,0.040776181,0.168560074,39,-1.545147315,0.7380012252,5817.8336872 +295,-1.130374745,0.563894876,39,-1.545147315,0.7380012252,1470.6447617 +296,1.578326642,0.478507176,39,-1.545147315,0.7380012252,7624.8034893 +297,-1.12861823,-0.291640865,39,-1.545147315,0.7380012252,4352.8966717 +298,0.310524208,0.770885792,39,-1.545147315,0.7380012252,4933.1392865 +299,0.415649091,-0.387246002,39,-1.545147315,0.7380012252,8362.6464616 +300,-0.926533878,-0.188022748,39,-1.545147315,0.7380012252,4300.282218 +301,1.258856172,-0.11716081,39,-1.545147315,0.7380012252,9714.9424731 +302,-1.126050026,0.322941926,39,-1.545147315,0.7380012252,2164.4774261 +303,2.002785835,0.07893892,39,-1.545147315,0.7380012252,8893.0878073 +304,0.440437607,0.746258085,39,-1.545147315,0.7380012252,5270.6352745 +305,-0.030391866,0.214441206,39,-1.545147315,0.7380012252,5490.2772788 +306,0.521557815,-0.058929362,39,-1.545147315,0.7380012252,7813.3061391 +307,-0.097005111,0.13317729,39,-1.545147315,0.7380012252,5508.8582335 +308,1.83113859,0.221857587,39,-1.545147315,0.7380012252,8546.9624575 +309,0.222428864,0.099404236,39,-1.545147315,0.7380012252,6527.8542142 +310,-1.702731345,0.8728568183,39,-1.545147315,0.7380012252,686.24163446 +311,-0.418507569,0.278324921,39,-1.545147315,0.7380012252,4191.2015505 +312,-1.41153306,0.339029988,39,-1.545147315,0.7380012252,1642.5757251 +313,0.357560442,0.114788776,39,-1.545147315,0.7380012252,6868.1370959 +314,0.325818979,0.268352149,39,-1.545147315,0.7380012252,6350.7988612 +315,-1.246004659,-0.663679965,39,-1.545147315,0.7380012252,5655.8385069 +316,1.814603087,0.637404484,39,-1.545147315,0.7380012252,6939.0438369 +317,1.843704281,-0.18300445,39,-1.545147315,0.7380012252,10084.435259 +318,1.690644492,-0.211480909,39,-1.545147315,0.7380012252,10333.161618 +319,-1.275451936,0.068109467,39,-1.545147315,0.7380012252,2819.3137562 +320,0.762430171,-0.207594741,39,-1.545147315,0.7380012252,8896.5527588 +321,0.265668905,-0.014647884,39,-1.545147315,0.7380012252,6961.8017053 +322,-2.773032013,-0.335515811,39,-1.545147315,0.7380012252,6169.0383339 +323,-1.469512853,0.174058777,39,-1.545147315,0.7380012252,2249.165425 +324,0.286276986,0.785925691,39,-1.545147315,0.7380012252,4842.4468141 +325,-1.379324697,0.377432233,39,-1.545147315,0.7380012252,1530.6285318 +326,-1.203778265,0.212813032,39,-1.545147315,0.7380012252,2389.423653 +327,0.579916301,0.611743168,39,-1.545147315,0.7380012252,5953.8489771 +328,0.267582642,0.868113908,39,-1.545147315,0.7380012252,4596.7378251 +329,0.412869244,-0.050245578,39,-1.545147315,0.7380012252,7482.0950426 +330,0.17524381,0.976660285,39,-1.545147315,0.7380012252,4167.179189 +331,0.743157214,0.204812899,39,-1.545147315,0.7380012252,7593.6585339 +332,-1.070758176,0.269382282,39,-1.545147315,0.7380012252,2458.7876189 +333,-1.230364251,0.329790229,39,-1.545147315,0.7380012252,1931.5545538 +334,-1.374813124,-0.024926835,39,-1.545147315,0.7380012252,3082.8210737 +335,0.519780566,0.463669906,39,-1.545147315,0.7380012252,6273.1045574 +336,-1.55108034,0.239698561,39,-1.545147315,0.7380012252,1973.8816796 +337,0.180294813,0.029739425,39,-1.545147315,0.7380012252,6594.4003342 +338,0.67820924,0.268170153,39,-1.545147315,0.7380012252,7242.860174 +339,0.445798684,1.024001867,39,-1.545147315,0.7380012252,4514.6142816 +340,0.691751283,0.150521402,39,-1.545147315,0.7380012252,7642.8799158 +341,-1.036643551,-0.903056181,39,-1.545147315,0.7380012252,6730.9870068 +342,-0.120287036,1.083325163,39,-1.545147315,0.7380012252,3446.0379352 +343,2.823513113,-0.304487164,39,-1.545147315,0.7380012252,8024.6116793 +344,0.457583172,1.12513373,39,-1.545147315,0.7380012252,4267.703121 +345,0.042918831,0.813795399,39,-1.545147315,0.7380012252,4237.5147169 +346,1.196146777,-0.853142756,39,-1.545147315,0.7380012252,11249.936706 +347,0.206001358,-0.010430701,39,-1.545147315,0.7380012252,6777.1547224 +348,-0.268308653,0.234799412,39,-1.545147315,0.7380012252,4741.9563188 +349,0.759363263,0.736189579,39,-1.545147315,0.7380012252,5886.1807669 +350,0.181363926,0.891988372,39,-1.545147315,0.7380012252,4365.8569436 +351,-0.021111158,0.139103292,39,-1.545147315,0.7380012252,5715.3751245 +352,-0.093355215,0.630686981,39,-1.545147315,0.7380012252,4294.1915318 +353,0.40118964,0.681375926,39,-1.545147315,0.7380012252,5371.629711 +354,-0.721197315,1.304706234,39,-1.545147315,0.7380012252,2669.9764301 +355,-1.076150317,0.212107639,39,-1.545147315,0.7380012252,2634.9281718 +356,-1.577164531,0.273993443,39,-1.545147315,0.7380012252,1841.1628502 +357,-0.190788414,0.182208586,39,-1.545147315,0.7380012252,5105.4016399 +358,-0.261349752,0.209710184,39,-1.545147315,0.7380012252,4827.1359578 +359,-1.029303852,0.083549259,39,-1.545147315,0.7380012252,3164.6909327 +360,-1.268609162,0.330525297,39,-1.545147315,0.7380012252,1861.9417315 +361,1.282982244,-0.926641967,39,-1.545147315,0.7380012252,11328.417833 +362,0.217352334,0.731352408,39,-1.545147315,0.7380012252,4829.0543492 +363,-1.511833084,0.258629297,39,-1.545147315,0.7380012252,1902.1975338 +364,0.338812194,0.823184618,39,-1.545147315,0.7380012252,4854.4168821 +365,-0.324406489,1.134201999,39,-1.545147315,0.7380012252,3055.2298991 +366,1.389579348,0.399185724,39,-1.545147315,0.7380012252,7876.2452758 +367,2.047152199,-0.039082036,39,-1.545147315,0.7380012252,9247.5842341 +368,0.947780369,0.568250077,39,-1.545147315,0.7380012252,6757.5848382 +369,0.763824846,0.576754987,39,-1.545147315,0.7380012252,6421.7567922 +370,-0.142334657,0.928153068,39,-1.545147315,0.7380012252,3609.6260771 +371,0.610266567,0.547265983,39,-1.545147315,0.7380012252,6216.2160498 +372,0.210731629,0.746815056,39,-1.545147315,0.7380012252,4775.3862042 +373,-1.34931644,0.316895224,39,-1.545147315,0.7380012252,1793.7648799 +374,2.407696481,0.655030745,39,-1.545147315,0.7380012252,6198.6650816 +375,0.64207831,0.545359131,39,-1.545147315,0.7380012252,6287.9152505 +376,1.174597538,0.840588356,39,-1.545147315,0.7380012252,6019.6107444 +377,0.660059424,0.010604079,39,-1.545147315,0.7380012252,7988.4027321 +378,-0.730263819,0.010486456,39,-1.545147315,0.7380012252,4081.2766871 +379,0.831068936,0.512339172,39,-1.545147315,0.7380012252,6758.9853607 +380,1.301180979,0.72367476,39,-1.545147315,0.7380012252,6558.6676243 +381,1.811128231,0.322854402,39,-1.545147315,0.7380012252,8169.0743165 +382,0.435105812,0.992284428,39,-1.545147315,0.7380012252,4582.0163378 +383,0.62643634,0.592027932,39,-1.545147315,0.7380012252,6109.3289 +384,0.492988703,-0.516339467,39,-1.545147315,0.7380012252,8880.9801113 +385,-0.162469483,0.112549365,39,-1.545147315,0.7380012252,5371.5446203 +386,0.314630866,0.472006421,39,-1.545147315,0.7380012252,5752.9065761 +387,0.166744804,0.822815954,39,-1.545147315,0.7380012252,4494.3462606 +388,0.417159608,0.965805736,39,-1.545147315,0.7380012252,4622.8366992 +389,0.106334961,0.868774244,39,-1.545147315,0.7380012252,4260.4224153 +390,0.815086969,-0.338144359,39,-1.545147315,0.7380012252,9398.3163769 +391,0.59867455,-0.230624824,39,-1.545147315,0.7380012252,8501.6269458 +392,1.915104874,0.066220985,39,-1.545147315,0.7380012252,9058.7146823 +393,1.278093622,0.064463721,39,-1.545147315,0.7380012252,9065.7122223 +394,-0.061477853,0.302997961,39,-1.545147315,0.7380012252,5171.0707632 +395,0.251311504,0.626976942,39,-1.545147315,0.7380012252,5177.2775334 +396,2.950242872,0.149095644,39,-1.545147315,0.7380012252,6450.097006 +397,-0.180294708,0.35375117,39,-1.545147315,0.7380012252,4699.3614623 +398,1.010448592,-0.351180233,39,-1.545147315,0.7380012252,9963.173372 +399,-1.748740498,0.3686318073,39,-1.545147315,0.7380012252,1612.2340041 +400,2.699635665,0.123533791,39,-1.545147315,0.7380012252,7214.7219335 +401,0.496808033,0.823843254,39,-1.545147315,0.7380012252,5157.4018181 +402,0.129574704,0.763364087,39,-1.545147315,0.7380012252,4549.884534 +403,1.798920311,0.817447563,39,-1.545147315,0.7380012252,6241.762354 +404,0.335987953,0.746786541,39,-1.545147315,0.7380012252,5051.4078482 +405,-1.085413643,0.292154671,39,-1.545147315,0.7380012252,2352.9906845 +406,-0.155321003,0.508207011,39,-1.545147315,0.7380012252,4400.8555548 +407,0.620529244,-0.301175104,39,-1.545147315,0.7380012252,8748.706077 +408,1.684402744,0.368716966,39,-1.545147315,0.7380012252,8048.3298602 +409,0.300582244,-0.386397212,39,-1.545147315,0.7380012252,8024.7430737 +410,2.913555946,-0.009225192,39,-1.545147315,0.7380012252,6986.6741785 +411,1.465101417,0.493232532,39,-1.545147315,0.7380012252,7543.3781151 +412,0.090612882,0.907955955,39,-1.545147315,0.7380012252,4144.3481436 +413,2.987564726,-0.729568594,39,-1.545147315,0.7380012252,8514.5557861 +414,-1.484261606,0.224149272,39,-1.545147315,0.7380012252,2046.1123074 +415,0.164073421,0.303955133,39,-1.545147315,0.7380012252,5809.3636239 +416,0.141441293,0.167552546,39,-1.545147315,0.7380012252,6111.2877391 +417,2.931321023,-0.506718887,39,-1.545147315,0.7380012252,8194.7130012 +418,2.21951565,0.700596356,39,-1.545147315,0.7380012252,6323.1012876 +419,0.268112576,1.199114336,39,-1.545147315,0.7380012252,3856.2734572 +420,0.978913739,0.359223811,39,-1.545147315,0.7380012252,7546.2739114 +421,1.210898818,0.522863584,39,-1.545147315,0.7380012252,7255.3144917 +422,2.347397336,0.129231362,39,-1.545147315,0.7380012252,8069.0860973 +423,0.614394501,0.556878345,39,-1.545147315,0.7380012252,6194.8035172 +424,-1.398079356,0.148483366,39,-1.545147315,0.7380012252,2390.7700399 +425,2.535303836,-0.112984496,39,-1.545147315,0.7380012252,8342.181536 +426,-1.019372593,-0.405322349,39,-1.545147315,0.7380012252,4920.2248007 +427,-1.297785627,-0.160104069,39,-1.545147315,0.7380012252,3668.744796 +428,2.144554488,0.205051084,39,-1.545147315,0.7380012252,8210.5112013 +429,-2.242387083,-0.426171285,39,-1.545147315,0.7380012252,5268.8710353 +430,0.338637212,0.909723676,39,-1.545147315,0.7380012252,4629.7871774 +431,-0.148798452,0.691042401,39,-1.545147315,0.7380012252,4019.7788147 +432,0.893524764,0.441829531,39,-1.545147315,0.7380012252,7110.9053178 +433,0.969229347,-0.368847936,39,-1.545147315,0.7380012252,9903.4744682 +434,0.436043248,0.800045688,39,-1.545147315,0.7380012252,5110.0535136 +435,1.687946607,1.081504775,39,-1.545147315,0.7380012252,5230.8395299 +436,0.522302046,-0.034889271,39,-1.545147315,0.7380012252,7747.79215 +437,-0.178996113,-0.438090009,39,-1.545147315,0.7380012252,6815.3865728 +438,-1.094339566,0.301444068,39,-1.545147315,0.7380012252,2303.3579557 +439,-1.064070054,0.242569932,39,-1.545147315,0.7380012252,2560.4327758 +440,-1.068153768,0.230387998,39,-1.545147315,0.7380012252,2591.4463817 +441,-3.00496892,-0.23989155,39,-1.545147315,0.7380012252,6540.2235358 +442,0.21751974,0.766874888,39,-1.545147315,0.7380012252,4740.8308915 +443,0.117229532,0.007619006,39,-1.545147315,0.7380012252,6469.7668692 +444,0.777758451,0.420554741,39,-1.545147315,0.7380012252,6965.8052302 +445,-0.252356999,0.250747086,39,-1.545147315,0.7380012252,4747.8027135 +446,0.363148444,0.768483434,39,-1.545147315,0.7380012252,5050.2560037 +447,0.903191366,-0.118210676,39,-1.545147315,0.7380012252,8995.6769643 +448,-0.205755923,0.149406178,39,-1.545147315,0.7380012252,5147.5221756 +449,1.811996086,0.02364353,39,-1.545147315,0.7380012252,9329.9727937 +450,-1.100670221,0.314845373,39,-1.545147315,0.7380012252,2246.3933384 +451,0.340078597,0.850105132,39,-1.545147315,0.7380012252,4786.4284095 +452,0.258757267,0.804969236,39,-1.545147315,0.7380012252,4735.5294796 +453,2.78505352,-0.155160804,39,-1.545147315,0.7380012252,7751.2559082 +454,0.800551619,0.105822106,39,-1.545147315,0.7380012252,8042.6575765 +455,0.437940882,-0.506194031,39,-1.545147315,0.7380012252,8699.4619386 +456,2.230431122,0.63458615,39,-1.545147315,0.7380012252,6543.6591334 +457,0.527965361,0.127667701,39,-1.545147315,0.7380012252,7295.0762294 +458,-0.063643205,0.702093448,39,-1.545147315,0.7380012252,4216.7549844 +459,1.408447268,0.133010502,39,-1.545147315,0.7380012252,8927.337681 +460,0.523795955,0.280266966,39,-1.545147315,0.7380012252,6832.6818492 +461,-0.975769313,0.072177659,39,-1.545147315,0.7380012252,3313.7423763 +462,0.549774164,-0.463663986,39,-1.545147315,0.7380012252,8932.0442195 +463,0.29245874,1.095549818,39,-1.545147315,0.7380012252,4106.6596834 +464,0.143625958,0.816809593,39,-1.545147315,0.7380012252,4457.5763058 +465,0.671902494,0.611159853,39,-1.545147315,0.7380012252,6137.9431448 +466,1.239840988,0.6724199,39,-1.545147315,0.7380012252,6711.4691599 +467,0.607829703,-0.10932137,39,-1.545147315,0.7380012252,8194.9221188 +468,1.763020906,0.263996692,39,-1.545147315,0.7380012252,8428.6329216 +469,0.378714634,0.726066797,39,-1.545147315,0.7380012252,5198.9147885 +470,2.196736143,-0.153862366,39,-1.545147315,0.7380012252,9328.7862337 +471,0.01702415,0.148991565,39,-1.545147315,0.7380012252,5800.5403461 +472,-2.998490902,-0.158002487,39,-1.545147315,0.7380012252,6302.140912 +473,-3.051262951,-0.346595608,39,-1.545147315,0.7380012252,6953.2219509 +474,-1.069176439,0.182802941,39,-1.545147315,0.7380012252,2747.4431243 +475,0.167157509,0.595344954,39,-1.545147315,0.7380012252,5052.6888997 +476,0.613855648,0.681746124,39,-1.545147315,0.7380012252,5804.3421628 +477,1.037012736,0.682555367,39,-1.545147315,0.7380012252,6468.3066782 +478,-1.253574971,0.379755746,39,-1.545147315,0.7380012252,1716.9836393 +479,3.108590453,-0.132620738,39,-1.545147315,0.7380012252,6746.1174391 +480,0.565301296,0.022333262,39,-1.545147315,0.7380012252,7701.9908452 +481,0.547898238,0.855555614,39,-1.545147315,0.7380012252,5155.8266706 +482,0.948309381,0.417393755,39,-1.545147315,0.7380012252,7290.0753294 +483,-0.050600732,0.945269213,39,-1.545147315,0.7380012252,3778.8424544 +484,-0.977651478,-0.572363064,39,-1.545147315,0.7380012252,5585.3719284 +485,1.102014914,0.728861163,39,-1.545147315,0.7380012252,6371.1172254 +486,2.927300795,-0.282939414,39,-1.545147315,0.7380012252,7666.453065 +487,-1.154565557,0.124434095,39,-1.545147315,0.7380012252,2788.2149145 +488,1.855331234,0.291044755,39,-1.545147315,0.7380012252,8259.4944363 +489,0.830290659,0.276904518,39,-1.545147315,0.7380012252,7549.2285252 +490,0.485104466,-0.234867441,39,-1.545147315,0.7380012252,8185.3739223 +491,0.521367572,-0.33161327,39,-1.545147315,0.7380012252,8537.1029886 +1,-1.539031704,0.7349710123,40,-1.54310719,0.7380060743,16.957262019 +2,-1.536990553,0.7349663874,40,-1.54310719,0.7380060743,21.613155446 +3,-1.534951779,0.7349571355,40,-1.54310719,0.7380060743,26.806196436 +4,-1.532906461,0.7349480293,40,-1.54310719,0.7380060743,32.291519763 +5,-1.531320211,0.7346937278,40,-1.54310719,0.7380060743,36.996870736 +6,-1.539451648,0.7335131775,40,-1.54310719,0.7380060743,20.782911105 +7,-1.537429487,0.7335445708,40,-1.54310719,0.7380060743,24.294877697 +8,-1.535484998,0.7335658704,40,-1.54310719,0.7380060743,28.464600895 +9,-1.533488396,0.7336036027,40,-1.54310719,0.7380060743,33.19280598 +10,-1.531497785,0.7335842962,40,-1.54310719,0.7380060743,38.324577539 +11,-1.530259379,0.7334777758,40,-1.54310719,0.7380060743,41.77317626 +12,-1.5335454,0.7322346912,40,-1.54310719,0.7380060743,36.219044947 +13,-1.531489083,0.7322238773,40,-1.54310719,0.7380060743,41.106465188 +14,-1.530011122,0.7321679851,40,-1.54310719,0.7380060743,44.892201271 +15,-1.53348106,0.7306614094,40,-1.54310719,0.7380060743,40.587758115 +16,-1.531441779,0.7306962275,40,-1.54310719,0.7380060743,44.884921147 +17,-1.529755654,0.7306933243,40,-1.54310719,0.7380060743,48.784695393 +18,-1.533415048,0.7291384674,40,-1.54310719,0.7380060743,45.242458561 +19,-1.531392093,0.7291705353,40,-1.54310719,0.7380060743,49.120275787 +20,-1.529296523,0.7291214933,40,-1.54310719,0.7380060743,53.754262357 +21,-1.535280942,0.727267644,40,-1.54310719,0.7380060743,48.376673284 +22,-1.533378158,0.7276139666,40,-1.54310719,0.7380060743,50.148458382 +23,-1.531340368,0.7276446587,40,-1.54310719,0.7380060743,53.707853831 +24,-1.528960113,0.7276398177,40,-1.54310719,0.7380060743,58.487214718 +25,-1.533313146,0.7260818349,40,-1.54310719,0.7380060743,55.34850838 +26,-1.531259555,0.7260958115,40,-1.54310719,0.7380060743,58.6853947 +27,-1.528926415,0.7260865555,40,-1.54310719,0.7380060743,63.044039547 +28,-1.531226779,0.7245511789,40,-1.54310719,0.7380060743,63.774020077 +29,-1.528904772,0.7245519194,40,-1.54310719,0.7380060743,67.773281568 +30,-1.547195875,0.7409785979,40,-1.54310719,0.7380060743,16.786830569 +31,-1.5451475,0.740980426,40,-1.54310719,0.7380060743,13.208032221 +32,-1.543097679,0.7409798872,40,-1.54310719,0.7380060743,11.779305905 +33,-1.540720364,0.7409892687,40,-1.54310719,0.7380060743,13.726472173 +34,-1.547188511,0.7395198392,40,-1.54310719,0.7380060743,13.371379753 +35,-1.545148587,0.7395226109,40,-1.54310719,0.7380060743,8.4746762098 +36,-1.543104538,0.7395314908,40,-1.54310719,0.7380060743,6.0421799237 +37,-1.540727751,0.7395306258,40,-1.54310719,0.7380060743,9.2204924369 +38,-1.547187029,0.7380014886,40,-1.54310719,0.7380060743,11.955568888 +39,-1.545147315,0.7380012252,40,-1.54310719,0.7380060743,5.978412756 +40,-1.54310719,0.7380060743,40,-1.54310719,0.7380060743,3.0105476395 +41,-1.540719671,0.7380068206,40,-1.54310719,0.7380060743,6.9963688731 +42,-1.547187189,0.7364799098,40,-1.54310719,0.7380060743,13.404769871 +43,-1.545149996,0.7364853874,40,-1.54310719,0.7380060743,8.4950716172 +44,-1.543106091,0.7364823484,40,-1.54310719,0.7380060743,6.0354789294 +45,-1.540717158,0.7364893901,40,-1.54310719,0.7380060743,9.2309815782 +46,-1.538663972,0.7410138672,40,-1.54310719,0.7380060743,17.635366092 +47,-1.53695285,0.7409699132,40,-1.54310719,0.7380060743,21.498657027 +48,-1.534910498,0.7409641297,40,-1.54310719,0.7380060743,26.695834575 +49,-1.533145034,0.7409536636,40,-1.54310719,0.7380060743,31.404751193 +50,-1.538681336,0.7395405883,40,-1.54310719,0.7380060743,14.3149383 +51,-1.536999189,0.7395183096,40,-1.54310719,0.7380060743,18.862850447 +52,-1.534923633,0.7395144222,40,-1.54310719,0.7380060743,24.698079632 +53,-1.533267822,0.7395654306,40,-1.54310719,0.7380060743,29.467313095 +54,-1.53867273,0.7380151077,40,-1.54310719,0.7380060743,12.994706316 +55,-1.536980576,0.7379994392,40,-1.54310719,0.7380060743,17.953452605 +56,-1.534931522,0.7379944961,40,-1.54310719,0.7380060743,23.958066716 +57,-1.533387952,0.7379480264,40,-1.54310719,0.7380060743,28.482823327 +58,-1.538682279,0.7364914363,40,-1.54310719,0.7380060743,14.295499022 +59,-1.536980704,0.7364810563,40,-1.54310719,0.7380060743,18.953785029 +60,-1.534935567,0.7364752065,40,-1.54310719,0.7380060743,24.718011518 +61,-1.533042592,0.7363876366,40,-1.54310719,0.7380060743,30.203034708 +62,-1.545143426,0.7349628011,40,-1.54310719,0.7380060743,13.454064547 +63,-1.543105297,0.7349691947,40,-1.54310719,0.7380060743,12.029081104 +64,-1.541064533,0.7349647152,40,-1.54310719,0.7380060743,13.455654264 +65,-1.545411803,0.7334624714,40,-1.54310719,0.7380060743,19.22749171 +66,-1.543446606,0.7334780896,40,-1.54310719,0.7380060743,17.963017957 +67,-1.541475327,0.7334957295,40,-1.54310719,0.7380060743,18.49692948 +68,-1.545401939,0.731963266,40,-1.54310719,0.7380060743,24.867212653 +69,-1.54342253,0.7319915583,40,-1.54310719,0.7380060743,23.841510163 +70,-1.541455867,0.7320216438,40,-1.54310719,0.7380060743,24.195838157 +71,-1.545410146,0.7304422281,40,-1.54310719,0.7380060743,30.71613265 +72,-1.543435491,0.7304713664,40,-1.54310719,0.7380060743,29.860585506 +73,-1.541463105,0.7304997613,40,-1.54310719,0.7380060743,30.122935596 +74,-1.545414768,0.7289194936,40,-1.54310719,0.7380060743,36.62680559 +75,-1.543435774,0.7289538557,40,-1.54310719,0.7380060743,35.868870182 +76,-1.541457714,0.7289765881,40,-1.54310719,0.7380060743,36.093588512 +77,-1.539449415,0.7320555866,40,-1.54310719,0.7380060743,25.904645273 +78,-1.537429183,0.7321097681,40,-1.54310719,0.7380060743,28.701901291 +79,-1.535472649,0.7321497267,40,-1.54310719,0.7380060743,32.268796024 +80,-1.539457899,0.7305333307,40,-1.54310719,0.7380060743,31.484381106 +81,-1.537453161,0.7305750503,40,-1.54310719,0.7380060743,33.804485531 +82,-1.535479385,0.7306124949,40,-1.54310719,0.7380060743,36.886993241 +83,-1.53946905,0.7290102593,40,-1.54310719,0.7380060743,37.20560667 +84,-1.537459922,0.7290417293,40,-1.54310719,0.7380060743,39.203148756 +85,-1.535451349,0.7290890157,40,-1.54310719,0.7380060743,41.891708272 +86,-1.535522937,0.7279887191,40,-1.54310719,0.7380060743,45.528330789 +87,-1.539442524,0.7274735939,40,-1.54310719,0.7380060743,43.09190753 +88,-1.537424111,0.727521351,40,-1.54310719,0.7380060743,44.774081498 +89,-1.539384641,0.7259505092,40,-1.54310719,0.7380060743,48.995483288 +90,-1.537372391,0.7259947145,40,-1.54310719,0.7380060743,50.488187216 +91,-1.535340789,0.7260435356,40,-1.54310719,0.7380060743,52.619109062 +92,-1.539325716,0.7244369706,40,-1.54310719,0.7380060743,54.891388356 +93,-1.537308932,0.7244801057,40,-1.54310719,0.7380060743,56.237532017 +94,-1.535289068,0.7245247645,40,-1.54310719,0.7380060743,58.161684131 +95,-1.533261366,0.7245550236,40,-1.54310719,0.7380060743,60.673660899 +96,-1.539267302,0.722921924,40,-1.54310719,0.7380060743,60.812869612 +97,-1.537248972,0.7229660258,40,-1.54310719,0.7380060743,62.03005637 +98,-1.535219431,0.7229916471,40,-1.54310719,0.7380060743,63.862807603 +99,-1.53318962,0.7230212049,40,-1.54310719,0.7380060743,66.174695333 +100,-1.531154816,0.7230299897,40,-1.54310719,0.7380060743,69.00917683 +101,-1.528878341,0.7230370244,40,-1.54310719,0.7380060743,72.647654013 +102,-1.539218189,0.7214009878,40,-1.54310719,0.7380060743,66.767352182 +103,-1.537198791,0.7214422745,40,-1.54310719,0.7380060743,67.888355918 +104,-1.535179266,0.7214634354,40,-1.54310719,0.7380060743,69.579950575 +105,-1.533156501,0.7214944644,40,-1.54310719,0.7380060743,71.696900307 +106,-1.53113574,0.7215166021,40,-1.54310719,0.7380060743,74.263323087 +107,-1.528874248,0.7215345535,40,-1.54310719,0.7380060743,77.602803068 +108,-1.539217656,0.7198512397,40,-1.54310719,0.7380060743,72.823602031 +109,-1.537199919,0.7199428763,40,-1.54310719,0.7380060743,73.645846678 +110,-1.545425832,0.727397149,40,-1.54310719,0.7380060743,42.572924224 +111,-1.543371177,0.7273916949,40,-1.54310719,0.7380060743,42.050741307 +112,-1.541368852,0.7274523163,40,-1.54310719,0.7380060743,42.115606167 +113,-1.545349067,0.7258710923,40,-1.54310719,0.7380060743,48.518426422 +114,-1.54332671,0.7258603556,40,-1.54310719,0.7380060743,48.113539523 +115,-1.541346831,0.7259242142,40,-1.54310719,0.7380060743,48.136494666 +116,-1.545324355,0.7243383958,40,-1.54310719,0.7380060743,54.530936144 +117,-1.543292796,0.7243617413,40,-1.54310719,0.7380060743,54.047973196 +118,-1.541295822,0.7244024384,40,-1.54310719,0.7380060743,54.148015277 +119,-1.543193859,0.7205570215,40,-1.54310719,0.7380060743,69.116171985 +120,-1.550257047,0.7386738187,40,-1.54310719,0.7380060743,21.11184716 +121,-1.549335448,0.7311736483,40,-1.54310719,0.7380060743,32.674011356 +122,-1.533478843,0.7179891343,40,-1.54310719,0.7380060743,84.243128346 +123,-1.556150555,0.738907041,40,-1.54310719,0.7380060743,38.372710538 +124,-1.554324226,0.733414257,40,-1.54310719,0.7380060743,37.62669253 +125,-1.554290846,0.7288285332,40,-1.54310719,0.7380060743,49.035213438 +126,-1.55122487,0.7219795312,40,-1.54310719,0.7380060743,67.852202256 +127,-1.525104458,0.7229399862,40,-1.54310719,0.7380060743,79.889335928 +128,-1.519607711,0.7236181429,40,-1.54310719,0.7380060743,89.73085908 +129,-1.513899999,0.7251107854,40,-1.54310719,0.7380060743,100.09823739 +130,-1.536620762,0.7431061895,40,-1.54310719,0.7380060743,27.707750187 +131,-1.5369566,0.7460845958,40,-1.54310719,0.7380060743,36.693259428 +132,-1.545345528,0.7447040685,40,-1.54310719,0.7380060743,27.324741464 +133,-1.532813921,0.7432306626,40,-1.54310719,0.7380060743,36.520650894 +134,-1.554788248,0.7382381001,40,-1.54310719,0.7380060743,34.238734217 +135,-1.540348126,0.7301594274,40,-1.54310719,0.7380060743,32.122210646 +136,-1.538016084,0.7239051786,40,-1.54310719,0.7380060743,57.83635706 +137,-1.525288962,0.7258085137,40,-1.54310719,0.7380060743,71.349252866 +138,-1.534326986,0.731241342,40,-1.54310719,0.7380060743,37.202731578 +139,-1.530733872,0.7303625216,40,-1.54310719,0.7380060743,47.333302787 +141,-1.534354939,0.7328219978,40,-1.54310719,0.7380060743,32.901979461 +142,-1.53157084,0.7292888153,40,-1.54310719,0.7380060743,48.416224378 +143,-1.525691035,0.7263799874,40,-1.54310719,0.7380060743,68.940365621 +144,-1.534031287,0.7495967835,40,-1.54310719,0.7380060743,52.987329493 +145,-1.527714986,0.7283095957,40,-1.54310719,0.7380060743,59.392718301 +146,-1.526189586,0.7271468292,40,-1.54310719,0.7380060743,65.818019429 +147,-1.555177336,0.7375563366,40,-1.54310719,0.7380060743,35.422234093 +148,-1.555080283,0.7312707794,40,-1.54310719,0.7380060743,44.161932348 +149,-1.53856994,0.7224180299,40,-1.54310719,0.7380060743,63.179308863 +150,-1.530837883,0.729933372,40,-1.54310719,0.7380060743,48.214113674 +151,-1.515066984,0.5854133365,40,-1.54310719,0.7380060743,610.70397249 +152,-1.534731633,0.5368370046,40,-1.54310719,0.7380060743,797.27259546 +153,-1.515231902,0.5607085576,40,-1.54310719,0.7380060743,707.7209908 +154,-2.616253799,1.0684566605,40,-1.54310719,0.7380060743,2803.9794607 +155,-1.956071439,0.5792177723,40,-1.54310719,0.7380060743,1431.8540965 +156,-1.951208514,0.5602434208,40,-1.54310719,0.7380060743,1460.674479 +157,-1.944675062,0.6062144545,40,-1.54310719,0.7380060743,1344.2703447 +158,-1.613778386,0.6077989518,40,-1.54310719,0.7380060743,560.10249323 +159,-2.035029014,0.6021432345,40,-1.54310719,0.7380060743,1610.3382698 +160,-2.114989471,0.6801825058,40,-1.54310719,0.7380060743,1723.6048402 +161,-2.037382079,0.5765830025,40,-1.54310719,0.7380060743,1666.7265115 +162,-2.129855121,0.6585019963,40,-1.54310719,0.7380060743,1795.7944012 +163,-2.075141798,0.6493615843,40,-1.54310719,0.7380060743,1648.6128035 +164,-1.828626729,0.6948433129,40,-1.54310719,0.7380060743,868.4337354 +165,-1.863329418,0.6735427691,40,-1.54310719,0.7380060743,996.38687312 +166,-1.266037071,0.727988852,40,-1.54310719,0.7380060743,815.39446905 +167,-1.277579582,0.7249010648,40,-1.54310719,0.7380060743,783.39346594 +168,-1.258418684,0.7241194816,40,-1.54310719,0.7380060743,840.0080187 +169,-1.317813974,0.6804850104,40,-1.54310719,0.7380060743,713.63017616 +170,-1.344165204,0.6790988904,40,-1.54310719,0.7380060743,641.57660007 +171,-1.427582102,0.5277120351,40,-1.54310719,0.7380060743,910.28718001 +172,-1.402238616,0.457167829,40,-1.54310719,0.7380060743,1202.8070422 +173,-1.422454264,0.4996161999,40,-1.54310719,0.7380060743,1020.4403123 +174,-1.439089277,0.4894859811,40,-1.54310719,0.7380060743,1039.6997414 +175,-1.448126995,0.5182330266,40,-1.54310719,0.7380060743,921.67354091 +176,-1.474626146,0.5881926574,40,-1.54310719,0.7380060743,630.54408404 +177,-1.421139645,0.5584869783,40,-1.54310719,0.7380060743,807.95120217 +178,-1.457037165,0.565943032,40,-1.54310719,0.7380060743,733.09089477 +179,-2.757159358,0.3745319,40,-1.54310719,0.7380060743,4209.0086147 +180,-2.714309238,0.342054471,40,-1.54310719,0.7380060743,4162.4645733 +181,-2.000525337,0.774119946,40,-1.54310719,0.7380060743,1320.2323102 +183,-1.571413436,0.6777838382,40,-1.54310719,0.7380060743,253.27892712 +184,-1.552860289,0.6987663893,40,-1.54310719,0.7380060743,158.12511834 +185,-1.521852374,0.7165827476,40,-1.54310719,0.7380060743,105.61812599 +186,-1.503656267,0.6928968252,40,-1.54310719,0.7380060743,214.07730425 +187,-1.502753178,0.7136205882,40,-1.54310719,0.7380060743,153.68833254 +188,-1.631894563,0.7343596465,40,-1.54310719,0.7380060743,260.97380907 +189,-1.653765416,0.6770714026,40,-1.54310719,0.7380060743,411.16577698 +190,-1.719812114,0.6715965947,40,-1.54310719,0.7380060743,593.98260972 +191,-1.493406659,0.6646955447,40,-1.54310719,0.7380060743,326.96815875 +192,-1.469120564,0.6613469966,40,-1.54310719,0.7380060743,377.33715644 +193,-1.590551461,0.5326612937,40,-1.54310719,0.7380060743,827.18624756 +194,-1.625979264,0.5247742243,40,-1.54310719,0.7380060743,884.79904065 +195,-1.572293943,0.5238808754,40,-1.54310719,0.7380060743,853.22070937 +196,-1.610848725,0.5477107964,40,-1.54310719,0.7380060743,783.5151617 +197,-1.208485554,0.7918526018,40,-1.54310719,0.7380060743,977.1857101 +198,-1.335601374,0.6869083083,40,-1.54310719,0.7380060743,653.44096858 +199,-1.346156996,0.6825213377,40,-1.54310719,0.7380060743,630.37913941 +200,-1.324381037,0.6741422347,40,-1.54310719,0.7380060743,705.25440948 +201,-1.242424992,0.7378949807,40,-1.54310719,0.7380060743,879.65269161 +202,-1.270370057,0.7392461008,40,-1.54310719,0.7380060743,797.66495733 +203,-1.448950472,0.7441675014,40,-1.54310719,0.7380060743,276.17449159 +204,-1.492662363,0.7523026852,40,-1.54310719,0.7380060743,157.38749254 +205,-1.479098966,0.7763855017,40,-1.54310719,0.7380060743,238.83437395 +206,-1.633760714,0.7869022408,40,-1.54310719,0.7380060743,323.8284153 +207,-1.647406434,0.8101289331,40,-1.54310719,0.7380060743,410.72971292 +208,-1.564245052,0.5701509278,40,-1.54310719,0.7380060743,668.16475357 +209,-1.646289963,0.6833746083,40,-1.54310719,0.7380060743,377.71329911 +210,-1.5820631,0.6751952144,40,-1.54310719,0.7380060743,275.05729382 +211,-1.613236298,0.6681681791,40,-1.54310719,0.7380060743,348.3699576 +212,-1.914661867,0.8212566515,40,-1.54310719,0.7380060743,1093.378708 +213,-1.742133237,0.7250275956,40,-1.54310719,0.7380060743,588.45710356 +214,-2.033144872,0.6557314699,40,-1.54310719,0.7380060743,1516.4052547 +215,-2.039551981,0.6964723658,40,-1.54310719,0.7380060743,1484.0748035 +216,-1.247341019,0.7622473908,40,-1.54310719,0.7380060743,860.93166963 +217,-1.298239787,0.7084123392,40,-1.54310719,0.7380060743,735.64757008 +218,-1.308539688,0.6926545592,40,-1.54310719,0.7380060743,723.14936497 +219,-1.303263185,0.6888938396,40,-1.54310719,0.7380060743,743.25489706 +220,-1.852400229,0.6004246149,40,-1.54310719,0.7380060743,1101.4532722 +221,-1.288947707,0.7473773692,40,-1.54310719,0.7380060743,741.60960734 +222,-1.372031502,0.7472790993,40,-1.54310719,0.7380060743,500.26499499 +223,-1.289805721,0.7242157877,40,-1.54310719,0.7380060743,747.99377206 +224,-1.350807603,0.7533498126,40,-1.54310719,0.7380060743,562.44146766 +225,-1.329290365,0.7560442322,40,-1.54310719,0.7380060743,624.92287129 +226,-1.410153004,0.616936428,40,-1.54310719,0.7380060743,630.58918324 +227,-1.393445434,0.6308995063,40,-1.54310719,0.7380060743,624.63656614 +228,-1.37595573,0.6241540638,40,-1.54310719,0.7380060743,683.26791411 +229,-1.358388707,0.6172645205,40,-1.54310719,0.7380060743,743.04654478 +230,-1.753741133,0.8281661666,40,-1.54310719,0.7380060743,689.64297401 +231,-1.47430987,0.6834615681,40,-1.54310719,0.7380060743,298.81510211 +232,-1.421012508,0.7222725206,40,-1.54310719,0.7380060743,365.5729925 +233,-1.4476833,0.6978557868,40,-1.54310719,0.7380060743,325.99297567 +234,-1.470370723,0.6966193374,40,-1.54310719,0.7380060743,271.99349862 +235,-1.429211703,0.7037216883,40,-1.54310719,0.7380060743,364.98225521 +236,-1.700578405,0.6178673663,40,-1.54310719,0.7380060743,679.2923348 +237,-1.678117619,0.6331716163,40,-1.54310719,0.7380060743,585.83529777 +238,-1.725644578,0.6316331145,40,-1.54310719,0.7380060743,699.93260058 +239,-2.14012759,0.7930497945,40,-1.54310719,0.7380060743,1705.8739137 +240,-2.103289431,0.7653606263,40,-1.54310719,0.7380060743,1614.4071157 +241,-1.318739838,0.7017808746,40,-1.54310719,0.7380060743,682.72349491 +242,-1.396417427,0.7077900843,40,-1.54310719,0.7380060743,451.63641719 +243,-1.35650337,0.7185539404,40,-1.54310719,0.7380060743,556.60757064 +244,-1.248884539,0.7274156818,40,-1.54310719,0.7380060743,865.92674944 +245,-1.395014798,0.5761185243,40,-1.54310719,0.7380060743,790.85084754 +246,-1.433377362,0.6064716109,40,-1.54310719,0.7380060743,621.74848012 +247,-1.408172432,0.5903155476,40,-1.54310719,0.7380060743,719.95676807 +248,-1.749645898,0.7757118084,40,-1.54310719,0.7380060743,612.6112261 +249,-1.571626686,0.615046989,40,-1.54310719,0.7380060743,494.91309515 +250,-1.514070049,0.6303003037,40,-1.54310719,0.7380060743,435.80743636 +251,-1.480890369,0.6237966528,40,-1.54310719,0.7380060743,491.11565284 +252,-1.704390658,0.5281680612,40,-1.54310719,0.7380060743,976.39723009 +253,-1.64434733,0.5254277498,40,-1.54310719,0.7380060743,901.48325778 +254,-1.703855997,0.4792484842,40,-1.54310719,0.7380060743,1148.6704797 +255,-1.692002383,0.5748825051,40,-1.54310719,0.7380060743,796.40695034 +256,-1.854136457,0.5544643913,40,-1.54310719,0.7380060743,1218.9046102 +257,-1.665021206,0.520317736,40,-1.54310719,0.7380060743,945.67964158 +258,-1.733654349,0.4845187345,40,-1.54310719,0.7380060743,1176.7394761 +259,-1.720938188,0.5135933906,40,-1.54310719,0.7380060743,1054.6345178 +260,-1.742668307,0.553296122,40,-1.54310719,0.7380060743,964.54238886 +261,-1.965659039,0.7142126903,40,-1.54310719,0.7380060743,1250.8661735 +262,-1.944438071,0.6772834804,40,-1.54310719,0.7380060743,1227.7244186 +263,-1.270340967,0.7681487096,40,-1.54310719,0.7380060743,796.01571805 +264,-1.353091884,0.6549276821,40,-1.54310719,0.7380060743,663.80417294 +265,-1.333236659,0.6413584414,40,-1.54310719,0.7380060743,745.81147615 +266,-1.352015998,0.6753788907,40,-1.54310719,0.7380060743,626.20254375 +267,-1.377988483,0.6577816235,40,-1.54310719,0.7380060743,592.82666496 +268,-2.13075611,0.8318642051,40,-1.54310719,0.7380060743,1674.0383497 +269,-2.097910953,0.8259670014,40,-1.54310719,0.7380060743,1585.8938114 +270,-1.416382069,0.6694271549,40,-1.54310719,0.7380060743,469.03679617 +271,-1.538905672,0.7535625993,40,-1.54310719,0.7380060743,62.82022677 +272,-1.572309477,0.7803125099,40,-1.54310719,0.7380060743,187.3985885 +273,-1.87759879,0.7503853417,40,-1.54310719,0.7380060743,973.77278842 +274,1.152365588,0.590457682,40,-1.54310719,0.7380060743,6938.0882812 +275,0.350198001,0.718001859,40,-1.54310719,0.7380060743,5155.3002495 +276,0.046513677,0.491503852,40,-1.54310719,0.7380060743,4993.1815749 +277,0.027510309,0.742571376,40,-1.54310719,0.7380060743,4350.662239 +278,0.306285725,-0.214631579,40,-1.54310719,0.7380060743,7604.8509091 +279,-1.100564889,0.318051531,40,-1.54310719,0.7380060743,2231.8604102 +280,-1.078582306,0.301437596,40,-1.54310719,0.7380060743,2334.0869361 +281,-1.137371989,-0.617634065,40,-1.54310719,0.7380060743,5567.2313225 +282,0.784356344,0.703272339,40,-1.54310719,0.7380060743,6032.7403408 +283,-1.221209947,0.218327455,40,-1.54310719,0.7380060743,2337.4087076 +284,2.347301921,-0.449114658,40,-1.54310719,0.7380060743,9767.4859026 +285,0.246820618,0.830553713,40,-1.54310719,0.7380060743,4642.4481999 +286,0.829414965,0.703288228,40,-1.54310719,0.7380060743,6104.3883484 +287,-1.337537566,0.42332223,40,-1.54310719,0.7380060743,1416.987121 +288,0.882453706,0.454478077,40,-1.54310719,0.7380060743,7044.2187772 +289,1.575629659,0.416419109,40,-1.54310719,0.7380060743,7870.4050313 +290,-1.039455679,0.229888244,40,-1.54310719,0.7380060743,2651.3709353 +291,0.489558039,0.934482747,40,-1.54310719,0.7380060743,4825.719469 +292,0.081344504,0.88384514,40,-1.54310719,0.7380060743,4170.5671721 +293,-1.547979814,0.300350308,40,-1.54310719,0.7380060743,1733.6328949 +294,0.040776181,0.168560074,40,-1.54310719,0.7380060743,5811.906789 +295,-1.130374745,0.563894876,40,-1.54310719,0.7380060743,1465.0419369 +296,1.578326642,0.478507176,40,-1.54310719,0.7380060743,7624.6760039 +297,-1.12861823,-0.291640865,40,-1.54310719,0.7380060743,4350.3186856 +298,0.310524208,0.770885792,40,-1.54310719,0.7380060743,4928.7806874 +299,0.415649091,-0.387246002,40,-1.54310719,0.7380060743,8356.6766007 +300,-0.926533878,-0.188022748,40,-1.54310719,0.7380060743,4296.4514036 +301,1.258856172,-0.11716081,40,-1.54310719,0.7380060743,9711.8251426 +302,-1.126050026,0.322941926,40,-1.54310719,0.7380060743,2160.0568193 +303,2.002785835,0.07893892,40,-1.54310719,0.7380060743,8896.0807046 +304,0.440437607,0.746258085,40,-1.54310719,0.7380060743,5266.4830105 +305,-0.030391866,0.214441206,40,-1.54310719,0.7380060743,5484.3412362 +306,0.521557815,-0.058929362,40,-1.54310719,0.7380060743,7807.5957876 +307,-0.097005111,0.13317729,40,-1.54310719,0.7380060743,5502.8803279 +308,1.83113859,0.221857587,40,-1.54310719,0.7380060743,8548.5660421 +309,0.222428864,0.099404236,40,-1.54310719,0.7380060743,6521.9979297 +310,-1.702731345,0.8728568183,40,-1.54310719,0.7380060743,689.7372653 +311,-0.418507569,0.278324921,40,-1.54310719,0.7380060743,4185.2472181 +312,-1.41153306,0.339029988,40,-1.54310719,0.7380060743,1640.7429754 +313,0.357560442,0.114788776,40,-1.54310719,0.7380060743,6862.4394417 +314,0.325818979,0.268352149,40,-1.54310719,0.7380060743,6345.2802269 +315,-1.246004659,-0.663679965,40,-1.54310719,0.7380060743,5654.4596389 +316,1.814603087,0.637404484,40,-1.54310719,0.7380060743,6940.0772089 +317,1.843704281,-0.18300445,40,-1.54310719,0.7380060743,10086.973114 +318,1.690644492,-0.211480909,40,-1.54310719,0.7380060743,10334.213546 +319,-1.275451936,0.068109467,40,-1.54310719,0.7380060743,2816.9064338 +320,0.762430171,-0.207594741,40,-1.54310719,0.7380060743,8890.9928026 +321,0.265668905,-0.014647884,40,-1.54310719,0.7380060743,6955.888998 +322,-2.773032013,-0.335515811,40,-1.54310719,0.7380060743,6174.3658404 +323,-1.469512853,0.174058777,40,-1.54310719,0.7380060743,2248.368176 +324,0.286276986,0.785925691,40,-1.54310719,0.7380060743,4838.0884033 +325,-1.379324697,0.377432233,40,-1.54310719,0.7380060743,1528.2250403 +326,-1.203778265,0.212813032,40,-1.54310719,0.7380060743,2385.9987751 +327,0.579916301,0.611743168,40,-1.54310719,0.7380060743,5949.6614316 +328,0.267582642,0.868113908,40,-1.54310719,0.7380060743,4592.6312531 +329,0.412869244,-0.050245578,40,-1.54310719,0.7380060743,7476.2687903 +330,0.17524381,0.976660285,40,-1.54310719,0.7380060743,4163.3521668 +331,0.743157214,0.204812899,40,-1.54310719,0.7380060743,7588.9548641 +332,-1.070758176,0.269382282,40,-1.54310719,0.7380060743,2454.2797845 +333,-1.230364251,0.329790229,40,-1.54310719,0.7380060743,1927.8404105 +334,-1.374813124,-0.024926835,40,-1.54310719,0.7380060743,3081.4050028 +335,0.519780566,0.463669906,40,-1.54310719,0.7380060743,6268.3822437 +336,-1.55108034,0.239698561,40,-1.54310719,0.7380060743,1973.9853658 +337,0.180294813,0.029739425,40,-1.54310719,0.7380060743,6588.466775 +338,0.67820924,0.268170153,40,-1.54310719,0.7380060743,7238.1088208 +339,0.445798684,1.024001867,40,-1.54310719,0.7380060743,4511.4720777 +340,0.691751283,0.150521402,40,-1.54310719,0.7380060743,7637.9031887 +341,-1.036643551,-0.903056181,40,-1.54310719,0.7380060743,6729.1913571 +342,-0.120287036,1.083325163,40,-1.54310719,0.7380060743,3442.3970727 +343,2.823513113,-0.304487164,40,-1.54310719,0.7380060743,8030.5900773 +344,0.457583172,1.12513373,40,-1.54310719,0.7380060743,4265.0269591 +345,0.042918831,0.813795399,40,-1.54310719,0.7380060743,4232.8210145 +346,1.196146777,-0.853142756,40,-1.54310719,0.7380060743,11244.784043 +347,0.206001358,-0.010430701,40,-1.54310719,0.7380060743,6771.2127189 +348,-0.268308653,0.234799412,40,-1.54310719,0.7380060743,4735.9794433 +349,0.759363263,0.736189579,40,-1.54310719,0.7380060743,5882.8594967 +350,0.181363926,0.891988372,40,-1.54310719,0.7380060743,4361.6851589 +351,-0.021111158,0.139103292,40,-1.54310719,0.7380060743,5709.4106065 +352,-0.093355215,0.630686981,40,-1.54310719,0.7380060743,4288.7582685 +353,0.40118964,0.681375926,40,-1.54310719,0.7380060743,5367.1931484 +354,-0.721197315,1.304706234,40,-1.54310719,0.7380060743,2668.1110664 +355,-1.076150317,0.212107639,40,-1.54310719,0.7380060743,2630.667491 +356,-1.577164531,0.273993443,40,-1.54310719,0.7380060743,1841.6060581 +357,-0.190788414,0.182208586,40,-1.54310719,0.7380060743,5099.4236773 +358,-0.261349752,0.209710184,40,-1.54310719,0.7380060743,4821.1619287 +359,-1.029303852,0.083549259,40,-1.54310719,0.7380060743,3160.6095984 +360,-1.268609162,0.330525297,40,-1.54310719,0.7380060743,1858.5583448 +361,1.282982244,-0.926641967,40,-1.54310719,0.7380060743,11324.442874 +362,0.217352334,0.731352408,40,-1.54310719,0.7380060743,4824.3876244 +363,-1.511833084,0.258629297,40,-1.54310719,0.7380060743,1901.8127209 +364,0.338812194,0.823184618,40,-1.54310719,0.7380060743,4850.2913788 +365,-0.324406489,1.134201999,40,-1.54310719,0.7380060743,3051.8073014 +366,1.389579348,0.399185724,40,-1.54310719,0.7380060743,7874.9827868 +367,2.047152199,-0.039082036,40,-1.54310719,0.7380060743,9251.1661714 +368,0.947780369,0.568250077,40,-1.54310719,0.7380060743,6754.4922695 +369,0.763824846,0.576754987,40,-1.54310719,0.7380060743,6418.0268227 +370,-0.142334657,0.928153068,40,-1.54310719,0.7380060743,3605.1423051 +371,0.610266567,0.547265983,40,-1.54310719,0.7380060743,6211.9423156 +372,0.210731629,0.746815056,40,-1.54310719,0.7380060743,4770.7552954 +373,-1.34931644,0.316895224,40,-1.54310719,0.7380060743,1791.2673371 +374,2.407696481,0.655030745,40,-1.54310719,0.7380060743,6202.0840349 +375,0.64207831,0.545359131,40,-1.54310719,0.7380060743,6283.7275009 +376,1.174597538,0.840588356,40,-1.54310719,0.7380060743,6017.9536452 +377,0.660059424,0.010604079,40,-1.54310719,0.7380060743,7983.0549888 +378,-0.730263819,0.010486456,40,-1.54310719,0.7380060743,4076.2169503 +379,0.831068936,0.512339172,40,-1.54310719,0.7380060743,6755.3230076 +380,1.301180979,0.72367476,40,-1.54310719,0.7380060743,6557.3361256 +381,1.811128231,0.322854402,40,-1.54310719,0.7380060743,8170.4193765 +382,0.435105812,0.992284428,40,-1.54310719,0.7380060743,4578.7228645 +383,0.62643634,0.592027932,40,-1.54310719,0.7380060743,6105.2181156 +384,0.492988703,-0.516339467,40,-1.54310719,0.7380060743,8875.0553003 +385,-0.162469483,0.112549365,40,-1.54310719,0.7380060743,5365.5727652 +386,0.314630866,0.472006421,40,-1.54310719,0.7380060743,5747.7549305 +387,0.166744804,0.822815954,40,-1.54310719,0.7380060743,4489.8899589 +388,0.417159608,0.965805736,40,-1.54310719,0.7380060743,4619.40118 +389,0.106334961,0.868774244,40,-1.54310719,0.7380060743,4256.0342287 +390,0.815086969,-0.338144359,40,-1.54310719,0.7380060743,9392.596978 +391,0.59867455,-0.230624824,40,-1.54310719,0.7380060743,8495.7920899 +392,1.915104874,0.066220985,40,-1.54310719,0.7380060743,9061.1677756 +393,1.278093622,0.064463721,40,-1.54310719,0.7380060743,9063.2084001 +394,-0.061477853,0.302997961,40,-1.54310719,0.7380060743,5165.1763438 +395,0.251311504,0.626976942,40,-1.54310719,0.7380060743,5172.3769511 +396,2.950242872,0.149095644,40,-1.54310719,0.7380060743,6455.8740632 +397,-0.180294708,0.35375117,40,-1.54310719,0.7380060743,4693.4364934 +398,1.010448592,-0.351180233,40,-1.54310719,0.7380060743,9957.8647618 +399,-1.748740498,0.3686318073,40,-1.54310719,0.7380060743,1615.110771 +400,2.699635665,0.123533791,40,-1.54310719,0.7380060743,7220.1790453 +401,0.496808033,0.823843254,40,-1.54310719,0.7380060743,5153.6304874 +402,0.129574704,0.763364087,40,-1.54310719,0.7380060743,4545.1613829 +403,1.798920311,0.817447563,40,-1.54310719,0.7380060743,6242.5616715 +404,0.335987953,0.746786541,40,-1.54310719,0.7380060743,5047.0254749 +405,-1.085413643,0.292154671,40,-1.54310719,0.7380060743,2348.4702275 +406,-0.155321003,0.508207011,40,-1.54310719,0.7380060743,4395.1163242 +407,0.620529244,-0.301175104,40,-1.54310719,0.7380060743,8742.8158308 +408,1.684402744,0.368716966,40,-1.54310719,0.7380060743,8048.8514165 +409,0.300582244,-0.386397212,40,-1.54310719,0.7380060743,8018.8122002 +410,2.913555946,-0.009225192,40,-1.54310719,0.7380060743,6992.5666371 +411,1.465101417,0.493232532,40,-1.54310719,0.7380060743,7542.6235559 +412,0.090612882,0.907955955,40,-1.54310719,0.7380060743,4140.09178 +413,2.987564726,-0.729568594,40,-1.54310719,0.7380060743,8519.80443 +414,-1.484261606,0.224149272,40,-1.54310719,0.7380060743,2045.4251762 +415,0.164073421,0.303955133,40,-1.54310719,0.7380060743,5803.6758625 +416,0.141441293,0.167552546,40,-1.54310719,0.7380060743,6105.4256225 +417,2.931321023,-0.506718887,40,-1.54310719,0.7380060743,8200.5038829 +418,2.21951565,0.700596356,40,-1.54310719,0.7380060743,6325.7480641 +419,0.268112576,1.199114336,40,-1.54310719,0.7380060743,3853.7058984 +420,0.978913739,0.359223811,40,-1.54310719,0.7380060743,7542.823139 +421,1.210898818,0.522863584,40,-1.54310719,0.7380060743,7253.2753849 +422,2.347397336,0.129231362,40,-1.54310719,0.7380060743,8073.598718 +423,0.614394501,0.556878345,40,-1.54310719,0.7380060743,6190.5662878 +424,-1.398079356,0.148483366,40,-1.54310719,0.7380060743,2389.2722249 +425,2.535303836,-0.112984496,40,-1.54310719,0.7380060743,8347.7452967 +426,-1.019372593,-0.405322349,40,-1.54310719,0.7380060743,4917.3331032 +427,-1.297785627,-0.160104069,40,-1.54310719,0.7380060743,3666.9623129 +428,2.144554488,0.205051084,40,-1.54310719,0.7380060743,8213.9698412 +429,-2.242387083,-0.426171285,40,-1.54310719,0.7380060743,5272.489406 +430,0.338637212,0.909723676,40,-1.54310719,0.7380060743,4625.9756873 +431,-0.148798452,0.691042401,40,-1.54310719,0.7380060743,4014.4275723 +432,0.893524764,0.441829531,40,-1.54310719,0.7380060743,7107.3025491 +433,0.969229347,-0.368847936,40,-1.54310719,0.7380060743,9897.9939052 +434,0.436043248,0.800045688,40,-1.54310719,0.7380060743,5106.0621273 +435,1.687946607,1.081504775,40,-1.54310719,0.7380060743,5231.0823907 +436,0.522302046,-0.034889271,40,-1.54310719,0.7380060743,7742.1162827 +437,-0.178996113,-0.438090009,40,-1.54310719,0.7380060743,6810.0358743 +438,-1.094339566,0.301444068,40,-1.54310719,0.7380060743,2298.8479243 +439,-1.064070054,0.242569932,40,-1.54310719,0.7380060743,2555.9925861 +440,-1.068153768,0.230387998,40,-1.54310719,0.7380060743,2587.0738773 +441,-3.00496892,-0.23989155,40,-1.54310719,0.7380060743,6546.019449 +442,0.21751974,0.766874888,40,-1.54310719,0.7380060743,4736.2768753 +443,0.117229532,0.007619006,40,-1.54310719,0.7380060743,6463.800485 +444,0.777758451,0.420554741,40,-1.54310719,0.7380060743,6961.731039 +445,-0.252356999,0.250747086,40,-1.54310719,0.7380060743,4741.8243047 +446,0.363148444,0.768483434,40,-1.54310719,0.7380060743,5046.0003478 +447,0.903191366,-0.118210676,40,-1.54310719,0.7380060743,8990.7014742 +448,-0.205755923,0.149406178,40,-1.54310719,0.7380060743,5141.5506486 +449,1.811996086,0.02364353,40,-1.54310719,0.7380060743,9331.7529682 +450,-1.100670221,0.314845373,40,-1.54310719,0.7380060743,2241.861586 +451,0.340078597,0.850105132,40,-1.54310719,0.7380060743,4782.3997155 +452,0.258757267,0.804969236,40,-1.54310719,0.7380060743,4731.1809915 +453,2.78505352,-0.155160804,40,-1.54310719,0.7380060743,7757.1683949 +454,0.800551619,0.105822106,40,-1.54310719,0.7380060743,8037.9030051 +455,0.437940882,-0.506194031,40,-1.54310719,0.7380060743,8693.5561349 +456,2.230431122,0.63458615,40,-1.54310719,0.7380060743,6546.4997248 +457,0.527965361,0.127667701,40,-1.54310719,0.7380060743,7289.6719771 +458,-0.063643205,0.702093448,40,-1.54310719,0.7380060743,4211.5458617 +459,1.408447268,0.133010502,40,-1.54310719,0.7380060743,8925.8838757 +460,0.523795955,0.280266966,40,-1.54310719,0.7380060743,6827.5620557 +461,-0.975769313,0.072177659,40,-1.54310719,0.7380060743,3309.4301891 +462,0.549774164,-0.463663986,40,-1.54310719,0.7380060743,8926.0711329 +463,0.29245874,1.095549818,40,-1.54310719,0.7380060743,4103.5761535 +464,0.143625958,0.816809593,40,-1.54310719,0.7380060743,4453.0584302 +465,0.671902494,0.611159853,40,-1.54310719,0.7380060743,6134.0158424 +466,1.239840988,0.6724199,40,-1.54310719,0.7380060743,6709.8009788 +467,0.607829703,-0.10932137,40,-1.54310719,0.7380060743,8189.2639604 +468,1.763020906,0.263996692,40,-1.54310719,0.7380060743,8429.7346979 +469,0.378714634,0.726066797,40,-1.54310719,0.7380060743,5194.5605958 +470,2.196736143,-0.153862366,40,-1.54310719,0.7380060743,9333.4847857 +471,0.01702415,0.148991565,40,-1.54310719,0.7380060743,5794.5923842 +472,-2.998490902,-0.158002487,40,-1.54310719,0.7380060743,6308.0098628 +473,-3.051262951,-0.346595608,40,-1.54310719,0.7380060743,6958.9369191 +474,-1.069176439,0.182802941,40,-1.54310719,0.7380060743,2743.2491558 +475,0.167157509,0.595344954,40,-1.54310719,0.7380060743,5047.5553626 +476,0.613855648,0.681746124,40,-1.54310719,0.7380060743,5800.4412659 +477,1.037012736,0.682555367,40,-1.54310719,0.7380060743,6465.8185037 +478,-1.253574971,0.379755746,40,-1.54310719,0.7380060743,1713.2074862 +479,3.108590453,-0.132620738,40,-1.54310719,0.7380060743,6752.0866816 +480,0.565301296,0.022333262,40,-1.54310719,0.7380060743,7696.4739968 +481,0.547898238,0.855555614,40,-1.54310719,0.7380060743,5152.2837583 +482,0.948309381,0.417393755,40,-1.54310719,0.7380060743,7286.632379 +483,-0.050600732,0.945269213,40,-1.54310719,0.7380060743,3774.5490344 +484,-0.977651478,-0.572363064,40,-1.54310719,0.7380060743,5582.656625 +485,1.102014914,0.728861163,40,-1.54310719,0.7380060743,6368.9776262 +486,2.927300795,-0.282939414,40,-1.54310719,0.7380060743,7672.423119 +487,-1.154565557,0.124434095,40,-1.54310719,0.7380060743,2784.747731 +488,1.855331234,0.291044755,40,-1.54310719,0.7380060743,8261.15378 +489,0.830290659,0.276904518,40,-1.54310719,0.7380060743,7544.9890938 +490,0.485104466,-0.234867441,40,-1.54310719,0.7380060743,8179.4464287 +491,0.521367572,-0.33161327,40,-1.54310719,0.7380060743,8531.1392829 +1,-1.539031704,0.7349710123,41,-1.540719671,0.7380068206,13.005040504 +2,-1.536990553,0.7349663874,41,-1.540719671,0.7380068206,16.272175456 +3,-1.534951779,0.7349571355,41,-1.540719671,0.7380068206,20.794146715 +4,-1.532906461,0.7349480293,41,-1.540719671,0.7380068206,25.93194652 +5,-1.531320211,0.7346937278,41,-1.540719671,0.7380068206,30.547919266 +6,-1.539451648,0.7335131775,41,-1.540719671,0.7380068206,18.184590562 +7,-1.537429487,0.7335445708,41,-1.540719671,0.7380068206,20.142995817 +8,-1.535484998,0.7335658704,41,-1.540719671,0.7380068206,23.359847744 +9,-1.533488396,0.7336036027,41,-1.540719671,0.7380068206,27.477698791 +10,-1.531497785,0.7335842962,41,-1.540719671,0.7380068206,32.250263417 +11,-1.530259379,0.7334777758,41,-1.540719671,0.7380068206,35.570751212 +12,-1.5335454,0.7322346912,41,-1.540719671,0.7380068206,31.097170241 +13,-1.531489083,0.7322238773,41,-1.540719671,0.7380068206,35.499218081 +14,-1.530011122,0.7321679851,41,-1.540719671,0.7380068206,39.048946393 +15,-1.53348106,0.7306614094,41,-1.540719671,0.7380068206,36.048209242 +16,-1.531441779,0.7306962275,41,-1.540719671,0.7380068206,39.7819233 +17,-1.529755654,0.7306933243,41,-1.540719671,0.7380068206,43.339308669 +18,-1.533415048,0.7291384674,41,-1.540719671,0.7380068206,41.180316555 +19,-1.531392093,0.7291705353,41,-1.540719671,0.7380068206,44.476248203 +20,-1.529296523,0.7291214933,41,-1.540719671,0.7380068206,48.664370494 +21,-1.535280942,0.727267644,41,-1.540719671,0.7380068206,45.452712672 +22,-1.533378158,0.7276139666,41,-1.540719671,0.7380068206,46.495541548 +23,-1.531340368,0.7276446587,41,-1.540719671,0.7380068206,49.46887096 +24,-1.528960113,0.7276398177,41,-1.540719671,0.7380068206,53.711020467 +25,-1.533313146,0.7260818349,41,-1.540719671,0.7380068206,52.031554026 +26,-1.531259555,0.7260958115,41,-1.540719671,0.7380068206,54.796828278 +27,-1.528926415,0.7260865555,41,-1.540719671,0.7380068206,58.62223068 +28,-1.531226779,0.7245511789,41,-1.540719671,0.7380068206,60.198923673 +29,-1.528904772,0.7245519194,41,-1.540719671,0.7380068206,63.668156052 +30,-1.547195875,0.7409785979,41,-1.540719671,0.7380068206,22.310172748 +31,-1.5451475,0.740980426,41,-1.540719671,0.7380068206,17.510959456 +32,-1.543097679,0.7409798872,41,-1.540719671,0.7380068206,13.678819637 +33,-1.540720364,0.7409892687,41,-1.540719671,0.7380068206,11.813477184 +34,-1.547188511,0.7395198392,41,-1.540719671,0.7380068206,19.8685774 +35,-1.545148587,0.7395226109,41,-1.540719671,0.7380068206,14.29183198 +36,-1.543104538,0.7395314908,41,-1.540719671,0.7380068206,9.2328140756 +37,-1.540727751,0.7395306258,41,-1.540719671,0.7380068206,6.0358390005 +38,-1.547187029,0.7380014886,41,-1.540719671,0.7380068206,18.951935192 +39,-1.545147315,0.7380012252,41,-1.540719671,0.7380068206,12.974778902 +40,-1.54310719,0.7380060743,41,-1.540719671,0.7380068206,6.9963688731 +41,-1.540719671,0.7380068206,41,-1.540719671,0.7380068206,3.4752967258 +42,-1.547187189,0.7364799098,41,-1.540719671,0.7380068206,19.906514505 +43,-1.545149996,0.7364853874,41,-1.540719671,0.7380068206,14.321241927 +44,-1.543106091,0.7364823484,41,-1.540719671,0.7380068206,9.2430794334 +45,-1.540717158,0.7364893901,41,-1.540719671,0.7380068206,6.010546497 +46,-1.538663972,0.7410138672,41,-1.540719671,0.7380068206,13.343877913 +47,-1.53695285,0.7409699132,41,-1.540719671,0.7380068206,16.101775082 +48,-1.534910498,0.7409641297,41,-1.540719671,0.7380068206,20.645158786 +49,-1.533145034,0.7409536636,41,-1.540719671,0.7380068206,25.052235977 +50,-1.538681336,0.7395405883,41,-1.540719671,0.7380068206,8.5168701945 +51,-1.536999189,0.7395183096,41,-1.540719671,0.7380068206,12.43159484 +52,-1.534923633,0.7395144222,41,-1.540719671,0.7380068206,17.992852085 +53,-1.533267822,0.7395654306,41,-1.540719671,0.7380068206,22.67783332 +54,-1.53867273,0.7380151077,41,-1.540719671,0.7380068206,5.9984065441 +55,-1.536980576,0.7379994392,41,-1.540719671,0.7380068206,10.957085996 +56,-1.534931522,0.7379944961,41,-1.540719671,0.7380068206,16.961698592 +57,-1.533387952,0.7379480264,41,-1.540719671,0.7380068206,21.486622993 +58,-1.538682279,0.7364914363,41,-1.540719671,0.7380068206,8.4689735701 +59,-1.536980704,0.7364810563,41,-1.540719671,0.7380068206,12.519540162 +60,-1.534935567,0.7364752065,41,-1.540719671,0.7380068206,18.013791775 +61,-1.533042592,0.7363876366,41,-1.540719671,0.7380068206,23.409100262 +62,-1.545143426,0.7349628011,41,-1.540719671,0.7380068206,17.71701305 +63,-1.543105297,0.7349691947,41,-1.540719671,0.7380068206,13.920355381 +64,-1.541064533,0.7349647152,41,-1.540719671,0.7380068206,12.092199108 +65,-1.545411803,0.7334624714,41,-1.540719671,0.7380068206,22.668092658 +66,-1.543446606,0.7334780896,41,-1.540719671,0.7380068206,19.644366115 +67,-1.541475327,0.7334957295,41,-1.540719671,0.7380068206,18.005675926 +68,-1.545401939,0.731963266,41,-1.540719671,0.7380068206,27.610641316 +69,-1.54342253,0.7319915583,41,-1.540719671,0.7380068206,25.115246475 +70,-1.541455867,0.7320216438,41,-1.540719671,0.7380068206,23.805771837 +71,-1.545410146,0.7304422281,41,-1.540719671,0.7380068206,32.985169454 +72,-1.543435491,0.7304713664,41,-1.540719671,0.7380068206,30.8977084 +73,-1.541463105,0.7304997613,41,-1.540719671,0.7380068206,29.815701993 +74,-1.545414768,0.7289194936,41,-1.540719671,0.7380068206,38.554993772 +75,-1.543435774,0.7289538557,41,-1.540719671,0.7380068206,36.73856966 +76,-1.541457714,0.7289765881,41,-1.540719671,0.7380068206,35.834610897 +77,-1.539449415,0.7320555866,41,-1.540719671,0.7380068206,23.866490773 +78,-1.537429183,0.7321097681,41,-1.540719671,0.7380068206,25.280039984 +79,-1.535472649,0.7321497267,41,-1.540719671,0.7380068206,27.855162871 +80,-1.539457899,0.7305333307,41,-1.540719671,0.7380068206,29.834069311 +81,-1.537453161,0.7305750503,41,-1.540719671,0.7380068206,30.96441342 +82,-1.535479385,0.7306124949,41,-1.540719671,0.7380068206,33.094286289 +83,-1.53946905,0.7290102593,41,-1.540719671,0.7380068206,35.824860145 +84,-1.537459922,0.7290417293,41,-1.540719671,0.7380068206,36.78315382 +85,-1.535451349,0.7290890157,41,-1.540719671,0.7380068206,38.574735357 +86,-1.535522937,0.7279887191,41,-1.540719671,0.7380068206,42.528206662 +87,-1.539442524,0.7274735939,41,-1.540719671,0.7380068206,41.891225702 +88,-1.537424111,0.727521351,41,-1.540719671,0.7380068206,42.651312784 +89,-1.539384641,0.7259505092,41,-1.540719671,0.7380068206,47.916769753 +90,-1.537372391,0.7259947145,41,-1.540719671,0.7380068206,48.591271107 +91,-1.535340789,0.7260435356,41,-1.540719671,0.7380068206,49.966249996 +92,-1.539325716,0.7244369706,41,-1.540719671,0.7380068206,53.907069614 +93,-1.537308932,0.7244801057,41,-1.540719671,0.7380068206,54.514787558 +94,-1.535289068,0.7245247645,41,-1.540719671,0.7380068206,55.750849193 +95,-1.533261366,0.7245550236,41,-1.540719671,0.7380068206,57.641304265 +96,-1.539267302,0.722921924,41,-1.540719671,0.7380068206,59.904721633 +97,-1.537248972,0.7229660258,41,-1.540719671,0.7380068206,60.450112601 +98,-1.535219431,0.7229916471,41,-1.540719671,0.7380068206,61.649013124 +99,-1.53318962,0.7230212049,41,-1.540719671,0.7380068206,63.378873704 +100,-1.531154816,0.7230299897,41,-1.540719671,0.7380068206,65.692437163 +101,-1.528878341,0.7230370244,41,-1.540719671,0.7380068206,68.820838737 +102,-1.539218189,0.7214009878,41,-1.540719671,0.7380068206,65.92490518 +103,-1.537198791,0.7214422745,41,-1.540719671,0.7380068206,66.430432308 +104,-1.535179266,0.7214634354,41,-1.540719671,0.7380068206,67.538872616 +105,-1.533156501,0.7214944644,41,-1.540719671,0.7380068206,69.111528693 +106,-1.53113574,0.7215166021,41,-1.540719671,0.7380068206,71.182247896 +107,-1.528874248,0.7215345535,41,-1.540719671,0.7380068206,74.026780404 +108,-1.539217656,0.7198512397,41,-1.540719671,0.7380068206,72.051031199 +109,-1.537199919,0.7199428763,41,-1.540719671,0.7380068206,72.30287716 +110,-1.545425832,0.727397149,41,-1.540719671,0.7380068206,44.250532019 +111,-1.543371177,0.7273916949,41,-1.540719671,0.7380068206,42.765194921 +112,-1.541368852,0.7274523163,41,-1.540719671,0.7380068206,41.850064817 +113,-1.545349067,0.7258710923,41,-1.540719671,0.7380068206,49.967440146 +114,-1.54332671,0.7258603556,41,-1.540719671,0.7380068206,48.721502094 +115,-1.541346831,0.7259242142,41,-1.540719671,0.7380068206,47.894863401 +116,-1.545324355,0.7243383958,41,-1.540719671,0.7380068206,55.816977307 +117,-1.543292796,0.7243617413,41,-1.540719671,0.7380068206,54.578027055 +118,-1.541295822,0.7244024384,41,-1.540719671,0.7380068206,53.913725711 +119,-1.543193859,0.7205570215,41,-1.540719671,0.7380068206,69.503846176 +120,-1.550257047,0.7386738187,41,-1.540719671,0.7380068206,28.064354116 +121,-1.549335448,0.7311736483,41,-1.540719671,0.7380068206,37.067098494 +122,-1.533478843,0.7179891343,41,-1.540719671,0.7380068206,82.12960069 +123,-1.556150555,0.738907041,41,-1.540719671,0.7380068206,45.340240996 +124,-1.554324226,0.733414257,41,-1.540719671,0.7380068206,43.896301907 +125,-1.554290846,0.7288285332,41,-1.540719671,0.7380068206,54.003781732 +126,-1.55122487,0.7219795312,41,-1.540719671,0.7380068206,70.651498643 +127,-1.525104458,0.7229399862,41,-1.540719671,0.7380068206,75.392581076 +128,-1.519607711,0.7236181429,41,-1.540719671,0.7380068206,84.41245037 +129,-1.513899999,0.7251107854,41,-1.540719671,0.7380068206,94.116661121 +130,-1.536620762,0.7431061895,41,-1.540719671,0.7380068206,23.485888965 +131,-1.5369566,0.7460845958,41,-1.540719671,0.7380068206,33.829765566 +132,-1.545345528,0.7447040685,41,-1.540719671,0.7380068206,29.771724855 +133,-1.532813921,0.7432306626,41,-1.540719671,0.7380068206,31.020885223 +134,-1.554788248,0.7382381001,41,-1.540719671,0.7380068206,41.232128642 +135,-1.540348126,0.7301594274,41,-1.540719671,0.7380068206,31.102722597 +136,-1.538016084,0.7239051786,41,-1.540719671,0.7380068206,56.422761979 +137,-1.525288962,0.7258085137,41,-1.540719671,0.7380068206,66.346157822 +138,-1.534326986,0.731241342,41,-1.540719671,0.7380068206,32.729456615 +139,-1.530733872,0.7303625216,41,-1.540719671,0.7380068206,42.178636096 +141,-1.534354939,0.7328219978,41,-1.540719671,0.7380068206,27.771822427 +142,-1.53157084,0.7292888153,41,-1.540719671,0.7380068206,43.782375439 +143,-1.525691035,0.7263799874,41,-1.540719671,0.7380068206,63.88167112 +144,-1.534031287,0.7495967835,41,-1.540719671,0.7380068206,49.875915531 +145,-1.527714986,0.7283095957,41,-1.540719671,0.7380068206,54.225618513 +146,-1.526189586,0.7271468292,41,-1.540719671,0.7380068206,60.672814594 +147,-1.555177336,0.7375563366,41,-1.540719671,0.7380068206,42.412681235 +148,-1.555080283,0.7312707794,41,-1.540719671,0.7380068206,49.936173361 +149,-1.53856994,0.7224180299,41,-1.540719671,0.7380068206,62.072219638 +150,-1.530837883,0.729933372,41,-1.540719671,0.7380068206,43.212553049 +151,-1.515066984,0.5854133365,41,-1.540719671,0.7380068206,609.68675771 +152,-1.534731633,0.5368370046,41,-1.540719671,0.7380068206,797.05954997 +153,-1.515231902,0.5607085576,41,-1.540719671,0.7380068206,706.83394703 +154,-2.616253799,1.0684566605,41,-1.540719671,0.7380068206,2808.5293044 +155,-1.956071439,0.5792177723,41,-1.540719671,0.7380068206,1438.5026002 +156,-1.951208514,0.5602434208,41,-1.540719671,0.7380068206,1467.2049988 +157,-1.944675062,0.6062144545,41,-1.540719671,0.7380068206,1351.0245805 +158,-1.613778386,0.6077989518,41,-1.540719671,0.7380068206,563.0237618 +159,-2.035029014,0.6021432345,41,-1.540719671,0.7380068206,1617.2270515 +160,-2.114989471,0.6801825058,41,-1.540719671,0.7380068206,1730.5879841 +161,-2.037382079,0.5765830025,41,-1.540719671,0.7380068206,1673.5409355 +162,-2.129855121,0.6585019963,41,-1.540719671,0.7380068206,1802.7889097 +163,-2.075141798,0.6493615843,41,-1.540719671,0.7380068206,1655.6050155 +164,-1.828626729,0.6948433129,41,-1.540719671,0.7380068206,875.39462833 +165,-1.863329418,0.6735427691,41,-1.540719671,0.7380068206,1003.3044173 +166,-1.266037071,0.727988852,41,-1.540719671,0.7380068206,808.40477462 +167,-1.277579582,0.7249010648,41,-1.540719671,0.7380068206,776.39879162 +168,-1.258418684,0.7241194816,41,-1.540719671,0.7380068206,833.01465393 +169,-1.317813974,0.6804850104,41,-1.540719671,0.7380068206,706.85495393 +170,-1.344165204,0.6790988904,41,-1.540719671,0.7380068206,634.91084929 +171,-1.427582102,0.5277120351,41,-1.540719671,0.7380068206,907.25768385 +172,-1.402238616,0.457167829,41,-1.540719671,0.7380068206,1199.883324 +173,-1.422454264,0.4996161999,41,-1.540719671,0.7380068206,1017.5664834 +174,-1.439089277,0.4894859811,41,-1.540719671,0.7380068206,1037.2571232 +175,-1.448126995,0.5182330266,41,-1.540719671,0.7380068206,919.20475949 +176,-1.474626146,0.5881926574,41,-1.540719671,0.7380068206,628.07317703 +177,-1.421139645,0.5584869783,41,-1.540719671,0.7380068206,804.41713921 +178,-1.457037165,0.565943032,41,-1.540719671,0.7380068206,730.36809413 +179,-2.757159358,0.3745319,41,-1.540719671,0.7380068206,4215.9920884 +180,-2.714309238,0.342054471,41,-1.540719671,0.7380068206,4169.4609102 +181,-2.000525337,0.774119946,41,-1.540719671,0.7380068206,1326.9841571 +183,-1.571413436,0.6777838382,41,-1.540719671,0.7380068206,255.78497482 +184,-1.552860289,0.6987663893,41,-1.540719671,0.7380068206,159.59048412 +185,-1.521852374,0.7165827476,41,-1.540719671,0.7380068206,101.57373575 +186,-1.503656267,0.6928968252,41,-1.540719671,0.7380068206,210.23395348 +187,-1.502753178,0.7136205882,41,-1.540719671,0.7380068206,148.25593483 +188,-1.631894563,0.7343596465,41,-1.540719671,0.7380068206,267.96816905 +189,-1.653765416,0.6770714026,41,-1.540719671,0.7380068206,417.00032321 +190,-1.719812114,0.6715965947,41,-1.540719671,0.7380068206,600.43648962 +191,-1.493406659,0.6646955447,41,-1.540719671,0.7380068206,323.71623248 +192,-1.469120564,0.6613469966,41,-1.540719671,0.7380068206,373.09409597 +193,-1.590551461,0.5326612937,41,-1.540719671,0.7380068206,828.60138333 +194,-1.625979264,0.5247742243,41,-1.540719671,0.7380068206,887.09397 +195,-1.572293943,0.5238808754,41,-1.540719671,0.7380068206,854.08414452 +196,-1.610848725,0.5477107964,41,-1.540719671,0.7380068206,785.60875208 +197,-1.208485554,0.7918526018,41,-1.540719671,0.7380068206,970.57560404 +198,-1.335601374,0.6869083083,41,-1.540719671,0.7380068206,646.65873738 +199,-1.346156996,0.6825213377,41,-1.540719671,0.7380068206,623.68120142 +200,-1.324381037,0.6741422347,41,-1.540719671,0.7380068206,698.56334195 +201,-1.242424992,0.7378949807,41,-1.540719671,0.7380068206,872.69143952 +202,-1.270370057,0.7392461008,41,-1.540719671,0.7380068206,790.70177049 +203,-1.448950472,0.7441675014,41,-1.540719671,0.7380068206,269.22885898 +204,-1.492662363,0.7523026852,41,-1.540719671,0.7380068206,150.92295256 +205,-1.479098966,0.7763855017,41,-1.540719671,0.7380068206,233.57485898 +206,-1.633760714,0.7869022408,41,-1.540719671,0.7380068206,329.32793308 +207,-1.647406434,0.8101289331,41,-1.540719671,0.7380068206,415.60547637 +208,-1.564245052,0.5701509278,41,-1.540719671,0.7380068206,668.95059007 +209,-1.646289963,0.6833746083,41,-1.540719671,0.7380068206,383.60570748 +210,-1.5820631,0.6751952144,41,-1.540719671,0.7380068206,278.20129591 +211,-1.613236298,0.6681681791,41,-1.540719671,0.7380068206,352.7997445 +212,-1.914661867,0.8212566515,41,-1.540719671,0.7380068206,1099.7287392 +213,-1.742133237,0.7250275956,41,-1.540719671,0.7380068206,595.4521854 +214,-2.033144872,0.6557314699,41,-1.540719671,0.7380068206,1523.3926392 +215,-2.039551981,0.6964723658,41,-1.540719671,0.7380068206,1491.0594411 +216,-1.247341019,0.7622473908,41,-1.540719671,0.7380068206,854.09132943 +217,-1.298239787,0.7084123392,41,-1.540719671,0.7380068206,728.6732317 +218,-1.308539688,0.6926545592,41,-1.540719671,0.7380068206,716.25927534 +219,-1.303263185,0.6888938396,41,-1.540719671,0.7380068206,736.37998857 +220,-1.852400229,0.6004246149,41,-1.540719671,0.7380068206,1107.8612627 +221,-1.288947707,0.7473773692,41,-1.540719671,0.7380068206,734.6772168 +222,-1.372031502,0.7472790993,41,-1.540719671,0.7380068206,493.32845737 +223,-1.289805721,0.7242157877,41,-1.540719671,0.7380068206,740.9978288 +224,-1.350807603,0.7533498126,41,-1.540719671,0.7380068206,555.54958848 +225,-1.329290365,0.7560442322,41,-1.540719671,0.7380068206,618.04801022 +226,-1.410153004,0.616936428,41,-1.540719671,0.7380068206,625.84430052 +227,-1.393445434,0.6308995063,41,-1.540719671,0.7380068206,619.29437429 +228,-1.37595573,0.6241540638,41,-1.540719671,0.7380068206,677.78395586 +229,-1.358388707,0.6172645205,41,-1.540719671,0.7380068206,737.44439632 +230,-1.753741133,0.8281661666,41,-1.540719671,0.7380068206,695.35993443 +231,-1.47430987,0.6834615681,41,-1.540719671,0.7380068206,293.91473255 +232,-1.421012508,0.7222725206,41,-1.540719671,0.7380068206,358.63822328 +233,-1.4476833,0.6978557868,41,-1.540719671,0.7380068206,319.79998655 +234,-1.470370723,0.6966193374,41,-1.540719671,0.7380068206,266.34607349 +235,-1.429211703,0.7037216883,41,-1.540719671,0.7380068206,358.40430692 +236,-1.700578405,0.6178673663,41,-1.540719671,0.7380068206,684.55404601 +237,-1.678117619,0.6331716163,41,-1.540719671,0.7380068206,591.01158464 +238,-1.725644578,0.6316331145,41,-1.540719671,0.7380068206,705.77859386 +239,-2.14012759,0.7930497945,41,-1.540719671,0.7380068206,1712.483318 +240,-2.103289431,0.7653606263,41,-1.540719671,0.7380068206,1621.1689279 +241,-1.318739838,0.7017808746,41,-1.540719671,0.7380068206,675.79405155 +242,-1.396417427,0.7077900843,41,-1.540719671,0.7380068206,444.81168572 +243,-1.35650337,0.7185539404,41,-1.540719671,0.7380068206,549.63241247 +244,-1.248884539,0.7274156818,41,-1.540719671,0.7380068206,858.93903141 +245,-1.395014798,0.5761185243,41,-1.540719671,0.7380068206,786.51155976 +246,-1.433377362,0.6064716109,41,-1.540719671,0.7380068206,617.75469289 +247,-1.408172432,0.5903155476,41,-1.540719671,0.7380068206,715.65882408 +248,-1.749645898,0.7757118084,41,-1.540719671,0.7380068206,619.26182788 +249,-1.571626686,0.615046989,41,-1.540719671,0.7380068206,496.27636773 +250,-1.514070049,0.6303003037,41,-1.540719671,0.7380068206,434.37494669 +251,-1.480890369,0.6237966528,41,-1.540719671,0.7380068206,488.31005052 +252,-1.704390658,0.5281680612,41,-1.540719671,0.7380068206,980.39768822 +253,-1.64434733,0.5254277498,41,-1.540719671,0.7380068206,904.22491497 +254,-1.703855997,0.4792484842,41,-1.540719671,0.7380068206,1152.1684349 +255,-1.692002383,0.5748825051,41,-1.540719671,0.7380068206,800.79360981 +256,-1.854136457,0.5544643913,41,-1.540719671,0.7380068206,1224.9240167 +257,-1.665021206,0.520317736,41,-1.540719671,0.7380068206,948.82927958 +258,-1.733654349,0.4845187345,41,-1.540719671,0.7380068206,1180.7656189 +259,-1.720938188,0.5135933906,41,-1.540719671,0.7380068206,1058.7530774 +260,-1.742668307,0.553296122,41,-1.540719671,0.7380068206,969.45521303 +261,-1.965659039,0.7142126903,41,-1.540719671,0.7380068206,1257.8461521 +262,-1.944438071,0.6772834804,41,-1.540719671,0.7380068206,1234.7077662 +263,-1.270340967,0.7681487096,41,-1.540719671,0.7380068206,789.22457338 +264,-1.353091884,0.6549276821,41,-1.540719671,0.7380068206,657.53210995 +265,-1.333236659,0.6413584414,41,-1.540719671,0.7380068206,739.58239838 +266,-1.352015998,0.6753788907,41,-1.540719671,0.7380068206,619.62236172 +267,-1.377988483,0.6577816235,41,-1.540719671,0.7380068206,586.73753532 +268,-2.13075611,0.8318642051,41,-1.540719671,0.7380068206,1680.4063312 +269,-2.097910953,0.8259670014,41,-1.540719671,0.7380068206,1592.3022573 +270,-1.416382069,0.6694271549,41,-1.540719671,0.7380068206,463.18761957 +271,-1.538905672,0.7535625993,41,-1.540719671,0.7380068206,61.842061563 +272,-1.572309477,0.7803125099,41,-1.540719671,0.7380068206,190.56446696 +273,-1.87759879,0.7503853417,41,-1.540719671,0.7380068206,980.67492217 +274,1.152365588,0.590457682,41,-1.540719671,0.7380068206,6935.5301654 +275,0.350198001,0.718001859,41,-1.540719671,0.7380068206,5150.1109744 +276,0.046513677,0.491503852,41,-1.540719671,0.7380068206,4986.7024307 +277,0.027510309,0.742571376,41,-1.540719671,0.7380068206,4344.8699534 +278,0.306285725,-0.214631579,41,-1.540719671,0.7380068206,7597.8564674 +279,-1.100564889,0.318051531,41,-1.540719671,0.7380068206,2226.5419323 +280,-1.078582306,0.301437596,41,-1.540719671,0.7380068206,2328.7106427 +281,-1.137371989,-0.617634065,41,-1.540719671,0.7380068206,5564.9579923 +282,0.784356344,0.703272339,41,-1.540719671,0.7380068206,6028.8487844 +283,-1.221209947,0.218327455,41,-1.540719671,0.7380068206,2333.538917 +284,2.347301921,-0.449114658,41,-1.540719671,0.7380068206,9774.3441914 +285,0.246820618,0.830553713,41,-1.540719671,0.7380068206,4637.4453694 +286,0.829414965,0.703288228,41,-1.540719671,0.7380068206,6100.6683793 +287,-1.337537566,0.42332223,41,-1.540719671,0.7380068206,1413.2877244 +288,0.882453706,0.454478077,41,-1.540719671,0.7380068206,7039.9943561 +289,1.575629659,0.416419109,41,-1.540719671,0.7380068206,7870.2338523 +290,-1.039455679,0.229888244,41,-1.540719671,0.7380068206,2646.0811774 +291,0.489558039,0.934482747,41,-1.540719671,0.7380068206,4821.7482574 +292,0.081344504,0.88384514,41,-1.540719671,0.7380068206,4165.463674 +293,-1.547979814,0.300350308,41,-1.540719671,0.7380068206,1733.7315041 +294,0.040776181,0.168560074,41,-1.540719671,0.7380068206,5804.9719248 +295,-1.130374745,0.563894876,41,-1.540719671,0.7380068206,1458.485532 +296,1.578326642,0.478507176,41,-1.540719671,0.7380068206,7624.531675 +297,-1.12861823,-0.291640865,41,-1.540719671,0.7380068206,4347.2982979 +298,0.310524208,0.770885792,41,-1.540719671,0.7380068206,4923.6879967 +299,0.415649091,-0.387246002,41,-1.540719671,0.7380068206,8349.6897403 +300,-0.926533878,-0.188022748,41,-1.540719671,0.7380068206,4291.9648914 +301,1.258856172,-0.11716081,41,-1.540719671,0.7380068206,9708.1746714 +302,-1.126050026,0.322941926,41,-1.540719671,0.7380068206,2154.8859451 +303,2.002785835,0.07893892,41,-1.540719671,0.7380068206,8899.5842111 +304,0.440437607,0.746258085,41,-1.540719671,0.7380068206,5261.6317464 +305,-0.030391866,0.214441206,41,-1.540719671,0.7380068206,5477.3955704 +306,0.521557815,-0.058929362,41,-1.540719671,0.7380068206,7800.915396 +307,-0.097005111,0.13317729,41,-1.540719671,0.7380068206,5495.8846774 +308,1.83113859,0.221857587,41,-1.540719671,0.7380068206,8550.4443588 +309,0.222428864,0.099404236,41,-1.540719671,0.7380068206,6515.1462844 +310,-1.702731345,0.8728568183,41,-1.540719671,0.7380068206,693.87803806 +311,-0.418507569,0.278324921,41,-1.540719671,0.7380068206,4178.2782706 +312,-1.41153306,0.339029988,41,-1.540719671,0.7380068206,1638.6131267 +313,0.357560442,0.114788776,41,-1.540719671,0.7380068206,6855.774226 +314,0.325818979,0.268352149,41,-1.540719671,0.7380068206,6338.8253761 +315,-1.246004659,-0.663679965,41,-1.540719671,0.7380068206,5652.8386991 +316,1.814603087,0.637404484,41,-1.540719671,0.7380068206,6941.2934603 +317,1.843704281,-0.18300445,41,-1.540719671,0.7380068206,10089.937452 +318,1.690644492,-0.211480909,41,-1.540719671,0.7380068206,10335.434702 +319,-1.275451936,0.068109467,41,-1.540719671,0.7380068206,2814.0920276 +320,0.762430171,-0.207594741,41,-1.540719671,0.7380068206,8884.4882515 +321,0.265668905,-0.014647884,41,-1.540719671,0.7380068206,6948.9708263 +322,-2.773032013,-0.335515811,41,-1.540719671,0.7380068206,6180.5963655 +323,-1.469512853,0.174058777,41,-1.540719671,0.7380068206,2247.4438128 +324,0.286276986,0.785925691,41,-1.540719671,0.7380068206,4832.996072 +325,-1.379324697,0.377432233,41,-1.540719671,0.7380068206,1525.4276439 +326,-1.203778265,0.212813032,41,-1.540719671,0.7380068206,2381.9944772 +327,0.579916301,0.611743168,41,-1.540719671,0.7380068206,5944.7677667 +328,0.267582642,0.868113908,41,-1.540719671,0.7380068206,4587.8347115 +329,0.412869244,-0.050245578,41,-1.540719671,0.7380068206,7469.4523462 +330,0.17524381,0.976660285,41,-1.540719671,0.7380068206,4158.8843842 +331,0.743157214,0.204812899,41,-1.540719671,0.7380068206,7583.4543405 +332,-1.070758176,0.269382282,41,-1.540719671,0.7380068206,2449.0053473 +333,-1.230364251,0.329790229,41,-1.540719671,0.7380068206,1923.5000286 +334,-1.374813124,-0.024926835,41,-1.540719671,0.7380068206,3079.7499528 +335,0.519780566,0.463669906,41,-1.540719671,0.7380068206,6262.8613874 +336,-1.55108034,0.239698561,41,-1.540719671,0.7380068206,1974.1186582 +337,0.180294813,0.029739425,41,-1.540719671,0.7380068206,6581.5239993 +338,0.67820924,0.268170153,41,-1.540719671,0.7380068206,7232.5528639 +339,0.445798684,1.024001867,41,-1.540719671,0.7380068206,4507.8064184 +340,0.691751283,0.150521402,41,-1.540719671,0.7380068206,7632.0827948 +341,-1.036643551,-0.903056181,41,-1.540719671,0.7380068206,6727.0799388 +342,-0.120287036,1.083325163,41,-1.540719671,0.7380068206,3438.1496037 +343,2.823513113,-0.304487164,41,-1.540719671,0.7380068206,8037.5864029 +344,0.457583172,1.12513373,41,-1.540719671,0.7380068206,4261.9082045 +345,0.042918831,0.813795399,41,-1.540719671,0.7380068206,4227.3361691 +346,1.196146777,-0.853142756,41,-1.540719671,0.7380068206,11238.740059 +347,0.206001358,-0.010430701,41,-1.540719671,0.7380068206,6764.2599476 +348,-0.268308653,0.234799412,41,-1.540719671,0.7380068206,4728.9846752 +349,0.759363263,0.736189579,41,-1.540719671,0.7380068206,5878.9809585 +350,0.181363926,0.891988372,41,-1.540719671,0.7380068206,4356.8125506 +351,-0.021111158,0.139103292,41,-1.540719671,0.7380068206,5702.4311315 +352,-0.093355215,0.630686981,41,-1.540719671,0.7380068206,4282.4047395 +353,0.40118964,0.681375926,41,-1.540719671,0.7380068206,5362.0083995 +354,-0.721197315,1.304706234,41,-1.540719671,0.7380068206,2665.9497086 +355,-1.076150317,0.212107639,41,-1.540719671,0.7380068206,2625.6821569 +356,-1.577164531,0.273993443,41,-1.540719671,0.7380068206,1842.1383718 +357,-0.190788414,0.182208586,41,-1.540719671,0.7380068206,5092.4277298 +358,-0.261349752,0.209710184,41,-1.540719671,0.7380068206,4814.1703533 +359,-1.029303852,0.083549259,41,-1.540719671,0.7380068206,3155.8326447 +360,-1.268609162,0.330525297,41,-1.540719671,0.7380068206,1854.6067355 +361,1.282982244,-0.926641967,41,-1.540719671,0.7380068206,11319.762409 +362,0.217352334,0.731352408,41,-1.540719671,0.7380068206,4818.9336337 +363,-1.511833084,0.258629297,41,-1.540719671,0.7380068206,1901.3752179 +364,0.338812194,0.823184618,41,-1.540719671,0.7380068206,4845.4721796 +365,-0.324406489,1.134201999,41,-1.540719671,0.7380068206,3047.8173527 +366,1.389579348,0.399185724,41,-1.540719671,0.7380068206,7873.5093725 +367,2.047152199,-0.039082036,41,-1.540719671,0.7380068206,9255.3582495 +368,0.947780369,0.568250077,41,-1.540719671,0.7380068206,6750.8797782 +369,0.763824846,0.576754987,41,-1.540719671,0.7380068206,6413.6685127 +370,-0.142334657,0.928153068,41,-1.540719671,0.7380068206,3599.9050055 +371,0.610266567,0.547265983,41,-1.540719671,0.7380068206,6206.9472666 +372,0.210731629,0.746815056,41,-1.540719671,0.7380068206,4765.3433968 +373,-1.34931644,0.316895224,41,-1.540719671,0.7380068206,1788.3557496 +374,2.407696481,0.655030745,41,-1.540719671,0.7380068206,6206.0926403 +375,0.64207831,0.545359131,41,-1.540719671,0.7380068206,6278.8331029 +376,1.174597538,0.840588356,41,-1.540719671,0.7380068206,6016.0236798 +377,0.660059424,0.010604079,41,-1.540719671,0.7380068206,7976.7996539 +378,-0.730263819,0.010486456,41,-1.540719671,0.7380068206,4070.2927918 +379,0.831068936,0.512339172,41,-1.540719671,0.7380068206,6751.0432841 +380,1.301180979,0.72367476,41,-1.540719671,0.7380068206,6555.7858584 +381,1.811128231,0.322854402,41,-1.540719671,0.7380068206,8171.9965001 +382,0.435105812,0.992284428,41,-1.540719671,0.7380068206,4574.8797248 +383,0.62643634,0.592027932,41,-1.540719671,0.7380068206,6100.4141704 +384,0.492988703,-0.516339467,41,-1.540719671,0.7380068206,8868.1202906 +385,-0.162469483,0.112549365,41,-1.540719671,0.7380068206,5358.5836557 +386,0.314630866,0.472006421,41,-1.540719671,0.7380068206,5741.731083 +387,0.166744804,0.822815954,41,-1.540719671,0.7380068206,4484.6833322 +388,0.417159608,0.965805736,41,-1.540719671,0.7380068206,4615.391432 +389,0.106334961,0.868774244,41,-1.540719671,0.7380068206,4250.9079123 +390,0.815086969,-0.338144359,41,-1.540719671,0.7380068206,9385.9053751 +391,0.59867455,-0.230624824,41,-1.540719671,0.7380068206,8488.9653554 +392,1.915104874,0.066220985,41,-1.540719671,0.7380068206,9064.0385562 +393,1.278093622,0.064463721,41,-1.540719671,0.7380068206,9060.278269 +394,-0.061477853,0.302997961,41,-1.540719671,0.7380068206,5158.2798845 +395,0.251311504,0.626976942,41,-1.540719671,0.7380068206,5166.6481779 +396,2.950242872,0.149095644,41,-1.540719671,0.7380068206,6462.6370831 +397,-0.180294708,0.35375117,41,-1.540719671,0.7380068206,4686.5039727 +398,1.010448592,-0.351180233,41,-1.540719671,0.7380068206,9951.6530882 +399,-1.748740498,0.3686318073,41,-1.540719671,0.7380068206,1618.489757 +400,2.699635665,0.123533791,41,-1.540719671,0.7380068206,7226.5685712 +401,0.496808033,0.823843254,41,-1.540719671,0.7380068206,5149.225981 +402,0.129574704,0.763364087,41,-1.540719671,0.7380068206,4539.6415424 +403,1.798920311,0.817447563,41,-1.540719671,0.7380068206,6243.5060495 +404,0.335987953,0.746786541,41,-1.540719671,0.7380068206,5041.9047255 +405,-1.085413643,0.292154671,41,-1.540719671,0.7380068206,2343.181394 +406,-0.155321003,0.508207011,41,-1.540719671,0.7380068206,4388.4028674 +407,0.620529244,-0.301175104,41,-1.540719671,0.7380068206,8735.9239533 +408,1.684402744,0.368716966,41,-1.540719671,0.7380068206,8049.4651934 +409,0.300582244,-0.386397212,41,-1.540719671,0.7380068206,8011.8702386 +410,2.913555946,-0.009225192,41,-1.540719671,0.7380068206,6999.4638843 +411,1.465101417,0.493232532,41,-1.540719671,0.7380068206,7541.7456388 +412,0.090612882,0.907955955,41,-1.540719671,0.7380068206,4135.1203583 +413,2.987564726,-0.729568594,41,-1.540719671,0.7380068206,8525.9406787 +414,-1.484261606,0.224149272,41,-1.540719671,0.7380068206,2044.631924 +415,0.164073421,0.303955133,41,-1.540719671,0.7380068206,5797.0225594 +416,0.141441293,0.167552546,41,-1.540719671,0.7380068206,6098.567157 +417,2.931321023,-0.506718887,41,-1.540719671,0.7380068206,8207.2781327 +418,2.21951565,0.700596356,41,-1.540719671,0.7380068206,6328.8534283 +419,0.268112576,1.199114336,41,-1.540719671,0.7380068206,3850.7157513 +420,0.978913739,0.359223811,41,-1.540719671,0.7380068206,7538.7895823 +421,1.210898818,0.522863584,41,-1.540719671,0.7380068206,7250.8949331 +422,2.347397336,0.129231362,41,-1.540719671,0.7380068206,8078.8831915 +423,0.614394501,0.556878345,41,-1.540719671,0.7380068206,6185.6140466 +424,-1.398079356,0.148483366,41,-1.540719671,0.7380068206,2387.5261582 +425,2.535303836,-0.112984496,41,-1.540719671,0.7380068206,8354.2588253 +426,-1.019372593,-0.405322349,41,-1.540719671,0.7380068206,4913.9440669 +427,-1.297785627,-0.160104069,41,-1.540719671,0.7380068206,3664.8754917 +428,2.144554488,0.205051084,41,-1.540719671,0.7380068206,8218.0206196 +429,-2.242387083,-0.426171285,41,-1.540719671,0.7380068206,5276.7184124 +430,0.338637212,0.909723676,41,-1.540719671,0.7380068206,4621.5251276 +431,-0.148798452,0.691042401,41,-1.540719671,0.7380068206,4008.1706534 +432,0.893524764,0.441829531,41,-1.540719671,0.7380068206,7103.0919352 +433,0.969229347,-0.368847936,41,-1.540719671,0.7380068206,9891.5813489 +434,0.436043248,0.800045688,41,-1.540719671,0.7380068206,5101.3997412 +435,1.687946607,1.081504775,41,-1.540719671,0.7380068206,5231.3786191 +436,0.522302046,-0.034889271,41,-1.540719671,0.7380068206,7735.4763794 +437,-0.178996113,-0.438090009,41,-1.540719671,0.7380068206,6803.7697084 +438,-1.094339566,0.301444068,41,-1.540719671,0.7380068206,2293.5715202 +439,-1.064070054,0.242569932,41,-1.540719671,0.7380068206,2550.7970893 +440,-1.068153768,0.230387998,41,-1.540719671,0.7380068206,2581.9576181 +441,-3.00496892,-0.23989155,41,-1.540719671,0.7380068206,6552.7999496 +442,0.21751974,0.766874888,41,-1.540719671,0.7380068206,4730.9552376 +443,0.117229532,0.007619006,41,-1.540719671,0.7380068206,6456.8187728 +444,0.777758451,0.420554741,41,-1.540719671,0.7380068206,6956.96863 +445,-0.252356999,0.250747086,41,-1.540719671,0.7380068206,4734.8279567 +446,0.363148444,0.768483434,41,-1.540719671,0.7380068206,5041.0282026 +447,0.903191366,-0.118210676,41,-1.540719671,0.7380068206,8984.8808822 +448,-0.205755923,0.149406178,41,-1.540719671,0.7380068206,5134.5619142 +449,1.811996086,0.02364353,41,-1.540719671,0.7380068206,9333.8345064 +450,-1.100670221,0.314845373,41,-1.540719671,0.7380068206,2236.5599435 +451,0.340078597,0.850105132,41,-1.540719671,0.7380068206,4777.6941603 +452,0.258757267,0.804969236,41,-1.540719671,0.7380068206,4726.1004659 +453,2.78505352,-0.155160804,41,-1.540719671,0.7380068206,7764.0888531 +454,0.800551619,0.105822106,41,-1.540719671,0.7380068206,8032.3423031 +455,0.437940882,-0.506194031,41,-1.540719671,0.7380068206,8686.6431339 +456,2.230431122,0.63458615,41,-1.540719671,0.7380068206,6549.8312658 +457,0.527965361,0.127667701,41,-1.540719671,0.7380068206,7283.350848 +458,-0.063643205,0.702093448,41,-1.540719671,0.7380068206,4205.4557837 +459,1.408447268,0.133010502,41,-1.540719671,0.7380068206,8924.18259 +460,0.523795955,0.280266966,41,-1.540719671,0.7380068206,6821.5747369 +461,-0.975769313,0.072177659,41,-1.540719671,0.7380068206,3304.3824262 +462,0.549774164,-0.463663986,41,-1.540719671,0.7380068206,8919.0806031 +463,0.29245874,1.095549818,41,-1.540719671,0.7380068206,4099.9803757 +464,0.143625958,0.816809593,41,-1.540719671,0.7380068206,4447.7796122 +465,0.671902494,0.611159853,41,-1.540719671,0.7380068206,6129.4268409 +466,1.239840988,0.6724199,41,-1.540719671,0.7380068206,6707.8561852 +467,0.607829703,-0.10932137,41,-1.540719671,0.7380068206,8182.6446698 +468,1.763020906,0.263996692,41,-1.540719671,0.7380068206,8431.0261205 +469,0.378714634,0.726066797,41,-1.540719671,0.7380068206,5189.472678 +470,2.196736143,-0.153862366,41,-1.540719671,0.7380068206,9338.9846142 +471,0.01702415,0.148991565,41,-1.540719671,0.7380068206,5787.6325872 +472,-2.998490902,-0.158002487,41,-1.540719671,0.7380068206,6314.8763829 +473,-3.051262951,-0.346595608,41,-1.540719671,0.7380068206,6965.6221214 +474,-1.069176439,0.182802941,41,-1.540719671,0.7380068206,2738.3416021 +475,0.167157509,0.595344954,41,-1.540719671,0.7380068206,5041.5533204 +476,0.613855648,0.681746124,41,-1.540719671,0.7380068206,5795.8837603 +477,1.037012736,0.682555367,41,-1.540719671,0.7380068206,6462.9143558 +478,-1.253574971,0.379755746,41,-1.540719671,0.7380068206,1708.7962387 +479,3.108590453,-0.132620738,41,-1.540719671,0.7380068206,6759.0718042 +480,0.565301296,0.022333262,41,-1.540719671,0.7380068206,7690.0206286 +481,0.547898238,0.855555614,41,-1.540719671,0.7380068206,5148.1469831 +482,0.948309381,0.417393755,41,-1.540719671,0.7380068206,7282.6085222 +483,-0.050600732,0.945269213,41,-1.540719671,0.7380068206,3769.5348581 +484,-0.977651478,-0.572363064,41,-1.540719671,0.7380068206,5579.4723564 +485,1.102014914,0.728861163,41,-1.540719671,0.7380068206,6366.481842 +486,2.927300795,-0.282939414,41,-1.540719671,0.7380068206,7679.4092061 +487,-1.154565557,0.124434095,41,-1.540719671,0.7380068206,2780.6917446 +488,1.855331234,0.291044755,41,-1.540719671,0.7380068206,8263.0984231 +489,0.830290659,0.276904518,41,-1.540719671,0.7380068206,7540.0322471 +490,0.485104466,-0.234867441,41,-1.540719671,0.7380068206,8172.5107339 +491,0.521367572,-0.33161327,41,-1.540719671,0.7380068206,8524.160731 +1,-1.539031704,0.7349710123,42,-1.547187189,0.7364799098,24.682788621 +2,-1.536990553,0.7349663874,42,-1.547187189,0.7364799098,30.536323086 +3,-1.534951779,0.7349571355,42,-1.547187189,0.7364799098,36.431732616 +4,-1.532906461,0.7349480293,42,-1.547187189,0.7364799098,42.371815939 +5,-1.531320211,0.7346937278,42,-1.547187189,0.7364799098,47.132458663 +6,-1.539451648,0.7335131775,42,-1.547187189,0.7364799098,25.588029006 +7,-1.537429487,0.7335445708,42,-1.547187189,0.7364799098,30.939325367 +8,-1.535484998,0.7335658704,42,-1.547187189,0.7364799098,36.270406951 +9,-1.533488396,0.7336036027,42,-1.547187189,0.7364799098,41.832061178 +10,-1.531497785,0.7335842962,42,-1.547187189,0.7364799098,47.505374499 +11,-1.530259379,0.7334777758,42,-1.547187189,0.7364799098,51.142830166 +12,-1.5335454,0.7322346912,42,-1.547187189,0.7364799098,43.490259635 +13,-1.531489083,0.7322238773,42,-1.547187189,0.7364799098,49.136302086 +14,-1.530011122,0.7321679851,42,-1.547187189,0.7364799098,53.310446813 +15,-1.53348106,0.7306614094,42,-1.547187189,0.7364799098,46.447008284 +16,-1.531441779,0.7306962275,42,-1.547187189,0.7364799098,51.679902411 +17,-1.529755654,0.7306933243,42,-1.547187189,0.7364799098,56.174394079 +18,-1.533415048,0.7291384674,42,-1.547187189,0.7364799098,49.89706476 +19,-1.531392093,0.7291705353,42,-1.547187189,0.7364799098,54.779083411 +20,-1.529296523,0.7291214933,42,-1.547187189,0.7364799098,60.199846326 +21,-1.535280942,0.727267644,42,-1.547187189,0.7364799098,50.619649937 +22,-1.533378158,0.7276139666,42,-1.547187189,0.7364799098,53.744322257 +23,-1.531340368,0.7276446587,42,-1.547187189,0.7364799098,58.347363947 +24,-1.528960113,0.7276398177,42,-1.547187189,0.7364799098,64.107141538 +25,-1.533313146,0.7260818349,42,-1.547187189,0.7364799098,58.046844174 +26,-1.531259555,0.7260958115,42,-1.547187189,0.7364799098,62.424287449 +27,-1.528926415,0.7260865555,42,-1.547187189,0.7364799098,67.772641572 +28,-1.531226779,0.7245511789,42,-1.547187189,0.7364799098,66.70579984 +29,-1.528904772,0.7245519194,42,-1.547187189,0.7364799098,71.70372278 +30,-1.547195875,0.7409785979,42,-1.547187189,0.7364799098,17.819321618 +31,-1.5451475,0.740980426,42,-1.547187189,0.7364799098,18.800639138 +32,-1.543097679,0.7409798872,42,-1.547187189,0.7364799098,21.474002909 +33,-1.540720364,0.7409892687,42,-1.547187189,0.7364799098,26.03214649 +34,-1.547188511,0.7395198392,42,-1.547187189,0.7364799098,12.041160656 +35,-1.545148587,0.7395226109,42,-1.547187189,0.7364799098,13.451461888 +36,-1.543104538,0.7395314908,42,-1.547187189,0.7364799098,17.006898538 +37,-1.540727751,0.7395306258,42,-1.547187189,0.7364799098,22.456953849 +38,-1.547187029,0.7380014886,42,-1.547187189,0.7364799098,6.0269734074 +39,-1.545147315,0.7380012252,42,-1.547187189,0.7364799098,8.4907973716 +40,-1.54310719,0.7380060743,42,-1.547187189,0.7364799098,13.404769871 +41,-1.540719671,0.7380068206,42,-1.547187189,0.7364799098,19.906514505 +42,-1.547187189,0.7364799098,42,-1.547187189,0.7364799098,3.0017572599 +43,-1.545149996,0.7364853874,42,-1.547187189,0.7364799098,5.9780802249 +44,-1.543106091,0.7364823484,42,-1.547187189,0.7364799098,11.975794837 +45,-1.540717158,0.7364893901,42,-1.547187189,0.7364799098,18.985971403 +46,-1.538663972,0.7410138672,42,-1.547187189,0.7364799098,30.748973464 +47,-1.53695285,0.7409699132,42,-1.547187189,0.7364799098,34.850487466 +48,-1.534910498,0.7409641297,42,-1.547187189,0.7364799098,40.100214904 +49,-1.533145034,0.7409536636,42,-1.547187189,0.7364799098,44.777781145 +50,-1.538681336,0.7395405883,42,-1.547187189,0.7364799098,27.717284405 +51,-1.536999189,0.7395183096,42,-1.547187189,0.7364799098,32.189456279 +52,-1.534923633,0.7395144222,42,-1.547187189,0.7364799098,37.893992184 +53,-1.533267822,0.7395654306,42,-1.547187189,0.7364799098,42.580100002 +54,-1.53867273,0.7380151077,42,-1.547187189,0.7364799098,25.697715568 +55,-1.536980576,0.7379994392,42,-1.547187189,0.7364799098,30.529350655 +56,-1.534931522,0.7379944961,42,-1.547187189,0.7364799098,36.436205091 +57,-1.533387952,0.7379480264,42,-1.547187189,0.7364799098,40.881858692 +58,-1.538682279,0.7364914363,42,-1.547187189,0.7364799098,24.957174685 +59,-1.536980704,0.7364810563,42,-1.547187189,0.7364799098,29.950423065 +60,-1.534935567,0.7364752065,42,-1.547187189,0.7364799098,35.951842539 +61,-1.533042592,0.7363876366,42,-1.547187189,0.7364799098,41.509906373 +62,-1.545143426,0.7349628011,42,-1.547187189,0.7364799098,8.4928663428 +63,-1.543105297,0.7349691947,42,-1.547187189,0.7364799098,13.397001428 +64,-1.541064533,0.7349647152,42,-1.547187189,0.7364799098,18.954269966 +65,-1.545411803,0.7334624714,42,-1.547187189,0.7364799098,13.041020152 +66,-1.543446606,0.7334780896,42,-1.547187189,0.7364799098,16.192280626 +67,-1.541475327,0.7334957295,42,-1.547187189,0.7364799098,20.528459657 +68,-1.545401939,0.731963266,42,-1.547187189,0.7364799098,18.644676104 +69,-1.54342253,0.7319915583,42,-1.547187189,0.7364799098,20.942950215 +70,-1.541455867,0.7320216438,42,-1.547187189,0.7364799098,24.409918314 +71,-1.545410146,0.7304422281,42,-1.547187189,0.7364799098,24.480210105 +72,-1.543435491,0.7304713664,42,-1.547187189,0.7364799098,26.235349831 +73,-1.541463105,0.7304997613,42,-1.547187189,0.7364799098,29.064743736 +74,-1.545414768,0.7289194936,42,-1.547187189,0.7364799098,30.398151978 +75,-1.543435774,0.7289538557,42,-1.547187189,0.7364799098,31.791297121 +76,-1.541457714,0.7289765881,42,-1.547187189,0.7364799098,34.17467544 +77,-1.539449415,0.7320555866,42,-1.547187189,0.7364799098,28.718466799 +78,-1.537429183,0.7321097681,42,-1.547187189,0.7364799098,33.508403719 +79,-1.535472649,0.7321497267,42,-1.547187189,0.7364799098,38.477380917 +80,-1.539457899,0.7305333307,42,-1.547187189,0.7364799098,32.741659232 +81,-1.537453161,0.7305750503,42,-1.547187189,0.7364799098,36.977226173 +82,-1.535479385,0.7306124949,42,-1.547187189,0.7364799098,41.553988924 +83,-1.53946905,0.7290102593,42,-1.547187189,0.7364799098,37.307205523 +84,-1.537459922,0.7290417293,42,-1.547187189,0.7364799098,41.088901723 +85,-1.535451349,0.7290890157,42,-1.547187189,0.7364799098,45.287555494 +86,-1.535522937,0.7279887191,42,-1.547187189,0.7364799098,48.080952366 +87,-1.539442524,0.7274735939,42,-1.547187189,0.7364799098,42.347687578 +88,-1.537424111,0.727521351,42,-1.547187189,0.7364799098,45.679327286 +89,-1.539384641,0.7259505092,42,-1.547187189,0.7364799098,47.630791485 +90,-1.537372391,0.7259947145,42,-1.547187189,0.7364799098,50.618685671 +91,-1.535340789,0.7260435356,42,-1.547187189,0.7364799098,54.11749705 +92,-1.539325716,0.7244369706,42,-1.547187189,0.7364799098,53.042045725 +93,-1.537308932,0.7244801057,42,-1.547187189,0.7364799098,55.75464679 +94,-1.535289068,0.7245247645,42,-1.547187189,0.7364799098,58.945785499 +95,-1.533261366,0.7245550236,42,-1.547187189,0.7364799098,62.601803143 +96,-1.539267302,0.722921924,42,-1.547187189,0.7364799098,58.572698643 +97,-1.537248972,0.7229660258,42,-1.547187189,0.7364799098,61.042296763 +98,-1.535219431,0.7229916471,42,-1.547187189,0.7364799098,64.052963545 +99,-1.53318962,0.7230212049,42,-1.547187189,0.7364799098,67.450721803 +100,-1.531154816,0.7230299897,42,-1.547187189,0.7364799098,71.263114874 +101,-1.528878341,0.7230370244,42,-1.547187189,0.7364799098,75.873471168 +102,-1.539218189,0.7214009878,42,-1.547187189,0.7364799098,64.200190788 +103,-1.537198791,0.7214422745,42,-1.547187189,0.7364799098,66.472784463 +104,-1.535179266,0.7214634354,42,-1.547187189,0.7364799098,69.255563583 +105,-1.533156501,0.7214944644,42,-1.547187189,0.7364799098,72.397226002 +106,-1.53113574,0.7215166021,42,-1.547187189,0.7364799098,75.904090241 +107,-1.528874248,0.7215345535,42,-1.547187189,0.7364799098,80.194638389 +108,-1.539217656,0.7198512397,42,-1.547187189,0.7364799098,69.953285842 +109,-1.537199919,0.7199428763,42,-1.547187189,0.7364799098,71.849687281 +110,-1.545425832,0.727397149,42,-1.547187189,0.7364799098,36.349211831 +111,-1.543371177,0.7273916949,42,-1.547187189,0.7364799098,37.713517983 +112,-1.541368852,0.7274523163,42,-1.547187189,0.7364799098,39.655308175 +113,-1.545349067,0.7258710923,42,-1.547187189,0.7364799098,42.369581968 +114,-1.54332671,0.7258603556,42,-1.547187189,0.7364799098,43.576924163 +115,-1.541346831,0.7259242142,42,-1.547187189,0.7364799098,45.218241261 +116,-1.545324355,0.7243383958,42,-1.547187189,0.7364799098,48.40559048 +117,-1.543292796,0.7243617413,42,-1.547187189,0.7364799098,49.356177749 +118,-1.541295822,0.7244024384,42,-1.547187189,0.7364799098,50.898806036 +119,-1.543193859,0.7205570215,42,-1.547187189,0.7364799098,64.165285739 +120,-1.550257047,0.7386738187,42,-1.547187189,0.7364799098,12.510255938 +121,-1.549335448,0.7311736483,42,-1.547187189,0.7364799098,21.947471418 +122,-1.533478843,0.7179891343,42,-1.547187189,0.7364799098,83.722718258 +123,-1.556150555,0.738907041,42,-1.547187189,0.7364799098,27.977279238 +124,-1.554324226,0.733414257,42,-1.547187189,0.7364799098,24.234144519 +125,-1.554290846,0.7288285332,42,-1.547187189,0.7364799098,36.824658327 +126,-1.55122487,0.7219795312,42,-1.547187189,0.7364799098,58.661013053 +127,-1.525104458,0.7229399862,42,-1.547187189,0.7364799098,84.419881063 +128,-1.519607711,0.7236181429,42,-1.547187189,0.7364799098,96.026378675 +129,-1.513899999,0.7251107854,42,-1.547187189,0.7364799098,108.01331262 +130,-1.536620762,0.7431061895,42,-1.547187189,0.7364799098,40.55258532 +131,-1.5369566,0.7460845958,42,-1.547187189,0.7364799098,48.38132451 +132,-1.545345528,0.7447040685,42,-1.547187189,0.7364799098,33.017821031 +133,-1.532813921,0.7432306626,42,-1.547187189,0.7364799098,49.830173432 +134,-1.554788248,0.7382381001,42,-1.547187189,0.7364799098,23.349896577 +135,-1.540348126,0.7301594274,42,-1.547187189,0.7364799098,32.122221086 +136,-1.538016084,0.7239051786,42,-1.547187189,0.7364799098,56.686611891 +137,-1.525288962,0.7258085137,42,-1.547187189,0.7364799098,77.173152192 +138,-1.534326986,0.731241342,42,-1.547187189,0.7364799098,43.144394103 +139,-1.530733872,0.7303625216,42,-1.547187189,0.7364799098,54.139869468 +141,-1.534354939,0.7328219978,42,-1.547187189,0.7364799098,40.405067086 +142,-1.53157084,0.7292888153,42,-1.547187189,0.7364799098,54.08278623 +143,-1.525691035,0.7263799874,42,-1.547187189,0.7364799098,74.938144178 +144,-1.534031287,0.7495967835,42,-1.547187189,0.7364799098,64.590862088 +145,-1.527714986,0.7283095957,42,-1.547187189,0.7364799098,65.851542282 +146,-1.526189586,0.7271468292,42,-1.547187189,0.7364799098,72.07782476 +147,-1.555177336,0.7375563366,42,-1.547187189,0.7364799098,23.819975319 +148,-1.555080283,0.7312707794,42,-1.547187189,0.7364799098,31.060252601 +149,-1.53856994,0.7224180299,42,-1.547187189,0.7364799098,61.236661499 +150,-1.530837883,0.729933372,42,-1.547187189,0.7364799098,54.660254699 +151,-1.515066984,0.5854133365,42,-1.547187189,0.7364799098,606.70021619 +152,-1.534731633,0.5368370046,42,-1.547187189,0.7364799098,791.77125197 +153,-1.515231902,0.5607085576,42,-1.547187189,0.7364799098,703.4486403 +154,-2.616253799,1.0684566605,42,-1.547187189,0.7364799098,2800.7925709 +155,-1.956071439,0.5792177723,42,-1.547187189,0.7364799098,1418.5969082 +156,-1.951208514,0.5602434208,42,-1.547187189,0.7364799098,1447.3338755 +157,-1.944675062,0.6062144545,42,-1.547187189,0.7364799098,1331.1373474 +158,-1.613778386,0.6077989518,42,-1.547187189,0.7364799098,549.74724508 +159,-2.035029014,0.6021432345,42,-1.547187189,0.7364799098,1597.4948657 +160,-2.114989471,0.6801825058,42,-1.547187189,0.7364799098,1712.0303435 +161,-2.037382079,0.5765830025,42,-1.547187189,0.7364799098,1653.6968891 +162,-2.129855121,0.6585019963,42,-1.547187189,0.7364799098,1783.9668951 +163,-2.075141798,0.6493615843,42,-1.547187189,0.7364799098,1636.4413121 +164,-1.828626729,0.6948433129,42,-1.547187189,0.7364799098,855.92085994 +165,-1.863329418,0.6735427691,42,-1.547187189,0.7364799098,983.64809684 +166,-1.266037071,0.727988852,42,-1.547187189,0.7364799098,827.64254263 +167,-1.277579582,0.7249010648,42,-1.547187189,0.7364799098,795.52282358 +168,-1.258418684,0.7241194816,42,-1.547187189,0.7364799098,852.17689082 +169,-1.317813974,0.6804850104,42,-1.547187189,0.7364799098,723.79493188 +170,-1.344165204,0.6790988904,42,-1.547187189,0.7364799098,651.24551925 +171,-1.427582102,0.5277120351,42,-1.547187189,0.7364799098,910.19622936 +172,-1.402238616,0.457167829,42,-1.547187189,0.7364799098,1202.4562839 +173,-1.422454264,0.4996161999,42,-1.547187189,0.7364799098,1020.004903 +174,-1.439089277,0.4894859811,42,-1.547187189,0.7364799098,1038.3713274 +175,-1.448126995,0.5182330266,42,-1.547187189,0.7364799098,920.41508591 +176,-1.474626146,0.5881926574,42,-1.547187189,0.7364799098,629.35743328 +177,-1.421139645,0.5584869783,42,-1.547187189,0.7364799098,808.97059392 +178,-1.457037165,0.565943032,42,-1.547187189,0.7364799098,732.39227066 +179,-2.757159358,0.3745319,42,-1.547187189,0.7364799098,4197.4191101 +180,-2.714309238,0.342054471,42,-1.547187189,0.7364799098,4150.5055082 +181,-2.000525337,0.774119946,42,-1.547187189,0.7364799098,1310.2825246 +183,-1.571413436,0.6777838382,42,-1.547187189,0.7364799098,243.66153717 +184,-1.552860289,0.6987663893,42,-1.547187189,0.7364799098,150.33908224 +185,-1.521852374,0.7165827476,42,-1.547187189,0.7364799098,108.7993602 +186,-1.503656267,0.6928968252,42,-1.547187189,0.7364799098,216.22378761 +187,-1.502753178,0.7136205882,42,-1.547187189,0.7364799098,159.83792471 +188,-1.631894563,0.7343596465,42,-1.547187189,0.7364799098,248.91703121 +189,-1.653765416,0.6770714026,42,-1.547187189,0.7364799098,397.86736842 +190,-1.719812114,0.6715965947,42,-1.547187189,0.7364799098,580.60825052 +191,-1.493406659,0.6646955447,42,-1.547187189,0.7364799098,327.61205194 +192,-1.469120564,0.6613469966,42,-1.547187189,0.7364799098,380.14475064 +193,-1.590551461,0.5326612937,42,-1.547187189,0.7364799098,818.9832979 +194,-1.625979264,0.5247742243,42,-1.547187189,0.7364799098,875.27190143 +195,-1.572293943,0.5238808754,42,-1.547187189,0.7364799098,845.89156024 +196,-1.610848725,0.5477107964,42,-1.547187189,0.7364799098,774.29197742 +197,-1.208485554,0.7918526018,42,-1.547187189,0.7364799098,990.47442263 +198,-1.335601374,0.6869083083,42,-1.547187189,0.7364799098,663.64643149 +199,-1.346156996,0.6825213377,42,-1.547187189,0.7364799098,640.19062937 +200,-1.324381037,0.6741422347,42,-1.547187189,0.7364799098,715.02673696 +201,-1.242424992,0.7378949807,42,-1.547187189,0.7364799098,892.18508685 +202,-1.270370057,0.7392461008,42,-1.547187189,0.7364799098,810.18526543 +203,-1.448950472,0.7441675014,42,-1.547187189,0.7364799098,288.81936004 +204,-1.492662363,0.7523026852,42,-1.547187189,0.7364799098,170.75133954 +205,-1.479098966,0.7763855017,42,-1.547187189,0.7364799098,251.85939848 +206,-1.633760714,0.7869022408,42,-1.547187189,0.7364799098,318.44192178 +207,-1.647406434,0.8101289331,42,-1.547187189,0.7364799098,406.97245688 +208,-1.564245052,0.5701509278,42,-1.547187189,0.7364799098,660.99622734 +209,-1.646289963,0.6833746083,42,-1.547187189,0.7364799098,364.39119287 +210,-1.5820631,0.6751952144,42,-1.547187189,0.7364799098,264.51685077 +211,-1.613236298,0.6681681791,42,-1.547187189,0.7364799098,336.21822123 +212,-1.914661867,0.8212566515,42,-1.547187189,0.7364799098,1085.0933631 +213,-1.742133237,0.7250275956,42,-1.547187189,0.7364799098,576.3921384 +214,-2.033144872,0.6557314699,42,-1.547187189,0.7364799098,1504.1446123 +215,-2.039551981,0.6964723658,42,-1.547187189,0.7364799098,1472.4784525 +216,-1.247341019,0.7622473908,42,-1.547187189,0.7364799098,873.91105458 +217,-1.298239787,0.7084123392,42,-1.547187189,0.7364799098,747.14737505 +218,-1.308539688,0.6926545592,42,-1.547187189,0.7364799098,733.95277252 +219,-1.303263185,0.6888938396,42,-1.547187189,0.7364799098,753.96139058 +220,-1.852400229,0.6004246149,42,-1.547187189,0.7364799098,1088.0661175 +221,-1.288947707,0.7473773692,42,-1.547187189,0.7364799098,754.30112523 +222,-1.372031502,0.7472790993,42,-1.547187189,0.7364799098,512.94218241 +223,-1.289805721,0.7242157877,42,-1.547187189,0.7364799098,760.06152016 +224,-1.350807603,0.7533498126,42,-1.547187189,0.7364799098,575.28684563 +225,-1.329290365,0.7560442322,42,-1.547187189,0.7364799098,637.81756176 +226,-1.410153004,0.616936428,42,-1.547187189,0.7364799098,634.47580459 +227,-1.393445434,0.6308995063,42,-1.547187189,0.7364799098,630.06413674 +228,-1.37595573,0.6241540638,42,-1.547187189,0.7364799098,689.06768745 +229,-1.358388707,0.6172645205,42,-1.547187189,0.7364799098,749.16459297 +230,-1.753741133,0.8281661666,42,-1.547187189,0.7364799098,683.45621791 +231,-1.47430987,0.6834615681,42,-1.547187189,0.7364799098,303.28705593 +232,-1.421012508,0.7222725206,42,-1.547187189,0.7364799098,376.73585212 +233,-1.4476833,0.6978557868,42,-1.547187189,0.7364799098,334.02975224 +234,-1.470370723,0.6966193374,42,-1.547187189,0.7364799098,278.45743502 +235,-1.429211703,0.7037216883,42,-1.547187189,0.7364799098,374.35438805 +236,-1.700578405,0.6178673663,42,-1.547187189,0.7364799098,666.33891695 +237,-1.678117619,0.6331716163,42,-1.547187189,0.7364799098,572.95192132 +238,-1.725644578,0.6316331145,42,-1.547187189,0.7364799098,686.62457868 +239,-2.14012759,0.7930497945,42,-1.547187189,0.7364799098,1696.5605456 +240,-2.103289431,0.7653606263,42,-1.547187189,0.7364799098,1604.4009106 +241,-1.318739838,0.7017808746,42,-1.547187189,0.7364799098,693.8055715 +242,-1.396417427,0.7077900843,42,-1.547187189,0.7364799098,462.09059464 +243,-1.35650337,0.7185539404,42,-1.547187189,0.7364799098,568.12853158 +244,-1.248884539,0.7274156818,42,-1.547187189,0.7364799098,878.20621306 +245,-1.395014798,0.5761185243,42,-1.547187189,0.7364799098,793.7154339 +246,-1.433377362,0.6064716109,42,-1.547187189,0.7364799098,623.84984159 +247,-1.408172432,0.5903155476,42,-1.547187189,0.7364799098,722.73872247 +248,-1.749645898,0.7757118084,42,-1.547187189,0.7364799098,603.18064027 +249,-1.571626686,0.615046989,42,-1.547187189,0.7364799098,486.86865374 +250,-1.514070049,0.6303003037,42,-1.547187189,0.7364799098,432.66933663 +251,-1.480890369,0.6237966528,42,-1.547187189,0.7364799098,490.67925893 +252,-1.704390658,0.5281680612,42,-1.547187189,0.7364799098,964.65267395 +253,-1.64434733,0.5254277498,42,-1.547187189,0.7364799098,891.32782311 +254,-1.703855997,0.4792484842,42,-1.547187189,0.7364799098,1137.514756 +255,-1.692002383,0.5748825051,42,-1.547187189,0.7364799098,784.24909972 +256,-1.854136457,0.5544643913,42,-1.547187189,0.7364799098,1205.5339561 +257,-1.665021206,0.520317736,42,-1.547187189,0.7364799098,934.97603494 +258,-1.733654349,0.4845187345,42,-1.547187189,0.7364799098,1164.9588623 +259,-1.720938188,0.5135933906,42,-1.547187189,0.7364799098,1042.7546436 +260,-1.742668307,0.553296122,42,-1.547187189,0.7364799098,951.86883537 +261,-1.965659039,0.7142126903,42,-1.547187189,0.7364799098,1239.3451103 +262,-1.944438071,0.6772834804,42,-1.547187189,0.7364799098,1215.4101873 +263,-1.270340967,0.7681487096,42,-1.547187189,0.7364799098,809.09248767 +264,-1.353091884,0.6549276821,42,-1.547187189,0.7364799098,671.98797482 +265,-1.333236659,0.6413584414,42,-1.547187189,0.7364799098,753.8384898 +266,-1.352015998,0.6753788907,42,-1.547187189,0.7364799098,635.51844544 +267,-1.377988483,0.6577816235,42,-1.547187189,0.7364799098,600.42562394 +268,-2.13075611,0.8318642051,42,-1.547187189,0.7364799098,1665.6646782 +269,-2.097910953,0.8259670014,42,-1.547187189,0.7364799098,1577.3742972 +270,-1.416382069,0.6694271549,42,-1.547187189,0.7364799098,475.9400272 +271,-1.538905672,0.7535625993,42,-1.547187189,0.7364799098,71.832156522 +272,-1.572309477,0.7803125099,42,-1.547187189,0.7364799098,188.04073204 +273,-1.87759879,0.7503853417,42,-1.547187189,0.7364799098,962.97422211 +274,1.152365588,0.590457682,42,-1.547187189,0.7364799098,6948.0629788 +275,0.350198001,0.718001859,42,-1.547187189,0.7364799098,5168.2206633 +276,0.046513677,0.491503852,42,-1.547187189,0.7364799098,5006.5451808 +277,0.027510309,0.742571376,42,-1.547187189,0.7364799098,4363.9541979 +278,0.306285725,-0.214631579,42,-1.547187189,0.7364799098,7616.9672366 +279,-1.100564889,0.318051531,42,-1.547187189,0.7364799098,2237.1015111 +280,-1.078582306,0.301437596,42,-1.547187189,0.7364799098,2339.4831261 +281,-1.137371989,-0.617634065,42,-1.547187189,0.7364799098,5565.4418398 +282,0.784356344,0.703272339,42,-1.547187189,0.7364799098,6044.4022358 +283,-1.221209947,0.218327455,42,-1.547187189,0.7364799098,2339.0726344 +284,2.347301921,-0.449114658,42,-1.547187189,0.7364799098,9756.9188105 +285,0.246820618,0.830553713,42,-1.547187189,0.7364799098,4655.2207179 +286,0.829414965,0.703288228,42,-1.547187189,0.7364799098,6115.8519021 +287,-1.337537566,0.42332223,42,-1.547187189,0.7364799098,1418.3039653 +288,0.882453706,0.454478077,42,-1.547187189,0.7364799098,7056.2444758 +289,1.575629659,0.416419109,42,-1.547187189,0.7364799098,7876.6979351 +290,-1.039455679,0.229888244,42,-1.547187189,0.7364799098,2656.5259978 +291,0.489558039,0.934482747,42,-1.547187189,0.7364799098,4837.4744008 +292,0.081344504,0.88384514,42,-1.547187189,0.7364799098,4183.4220979 +293,-1.547979814,0.300350308,42,-1.547187189,0.7364799098,1727.5114373 +294,0.040776181,0.168560074,42,-1.547187189,0.7364799098,5824.5773077 +295,-1.130374745,0.563894876,42,-1.547187189,0.7364799098,1474.2084663 +296,1.578326642,0.478507176,42,-1.547187189,0.7364799098,7630.9254516 +297,-1.12861823,-0.291640865,42,-1.547187189,0.7364799098,4350.0828363 +298,0.310524208,0.770885792,42,-1.547187189,0.7364799098,4941.6260573 +299,0.415649091,-0.387246002,42,-1.547187189,0.7364799098,8368.3233208 +300,-0.926533878,-0.188022748,42,-1.547187189,0.7364799098,4299.5350291 +301,1.258856172,-0.11716081,42,-1.547187189,0.7364799098,9723.1921827 +302,-1.126050026,0.322941926,42,-1.547187189,0.7364799098,2164.9045644 +303,2.002785835,0.07893892,42,-1.547187189,0.7364799098,8895.2609936 +304,0.440437607,0.746258085,42,-1.547187189,0.7364799098,5279.124637 +305,-0.030391866,0.214441206,42,-1.547187189,0.7364799098,5496.9574884 +306,0.521557815,-0.058929362,42,-1.547187189,0.7364799098,7820.8216266 +307,-0.097005111,0.13317729,42,-1.547187189,0.7364799098,5514.9460007 +308,1.83113859,0.221857587,42,-1.547187189,0.7364799098,8551.1210177 +309,0.222428864,0.099404236,42,-1.547187189,0.7364799098,6534.9469046 +310,-1.702731345,0.8728568183,42,-1.547187189,0.7364799098,687.67390203 +311,-0.418507569,0.278324921,42,-1.547187189,0.7364799098,4196.6521183 +312,-1.41153306,0.339029988,42,-1.547187189,0.7364799098,1638.7371338 +313,0.357560442,0.114788776,42,-1.547187189,0.7364799098,6875.6807027 +314,0.325818979,0.268352149,42,-1.547187189,0.7364799098,6358.6528982 +315,-1.246004659,-0.663679965,42,-1.547187189,0.7364799098,5651.389514 +316,1.814603087,0.637404484,42,-1.547187189,0.7364799098,6943.9111999 +317,1.843704281,-0.18300445,42,-1.547187189,0.7364799098,10087.295452 +318,1.690644492,-0.211480909,42,-1.547187189,0.7364799098,10337.98987 +319,-1.275451936,0.068109467,42,-1.547187189,0.7364799098,2816.2584216 +320,0.762430171,-0.207594741,42,-1.547187189,0.7364799098,8904.3457923 +321,0.265668905,-0.014647884,42,-1.547187189,0.7364799098,6968.6313927 +322,-2.773032013,-0.335515811,42,-1.547187189,0.7364799098,6160.9614012 +323,-1.469512853,0.174058777,42,-1.547187189,0.7364799098,2244.0389298 +324,0.286276986,0.785925691,42,-1.547187189,0.7364799098,4850.9335937 +325,-1.379324697,0.377432233,42,-1.547187189,0.7364799098,1527.5850739 +326,-1.203778265,0.212813032,42,-1.547187189,0.7364799098,2387.9700128 +327,0.579916301,0.611743168,42,-1.547187189,0.7364799098,5962.3393285 +328,0.267582642,0.868113908,42,-1.547187189,0.7364799098,4605.2250916 +329,0.412869244,-0.050245578,42,-1.547187189,0.7364799098,7489.2955724 +330,0.17524381,0.976660285,42,-1.547187189,0.7364799098,4175.6346693 +331,0.743157214,0.204812899,42,-1.547187189,0.7364799098,7602.0891433 +332,-1.070758176,0.269382282,42,-1.547187189,0.7364799098,2459.3972287 +333,-1.230364251,0.329790229,42,-1.547187189,0.7364799098,1930.6138734 +334,-1.374813124,-0.024926835,42,-1.547187189,0.7364799098,3078.4288969 +335,0.519780566,0.463669906,42,-1.547187189,0.7364799098,6281.5298192 +336,-1.55108034,0.239698561,42,-1.547187189,0.7364799098,1967.7962485 +337,0.180294813,0.029739425,42,-1.547187189,0.7364799098,6601.0977263 +338,0.67820924,0.268170153,42,-1.547187189,0.7364799098,7251.2768745 +339,0.445798684,1.024001867,42,-1.547187189,0.7364799098,4522.8766439 +340,0.691751283,0.150521402,42,-1.547187189,0.7364799098,7651.2062714 +341,-1.036643551,-0.903056181,42,-1.547187189,0.7364799098,6727.0688519 +342,-0.120287036,1.083325163,42,-1.547187189,0.7364799098,3454.4561111 +343,2.823513113,-0.304487164,42,-1.547187189,0.7364799098,8018.5868398 +344,0.457583172,1.12513373,42,-1.547187189,0.7364799098,4275.7584936 +345,0.042918831,0.813795399,42,-1.547187189,0.7364799098,4245.947711 +346,1.196146777,-0.853142756,42,-1.547187189,0.7364799098,11252.036548 +347,0.206001358,-0.010430701,42,-1.547187189,0.7364799098,6783.7880439 +348,-0.268308653,0.234799412,42,-1.547187189,0.7364799098,4747.8300061 +349,0.759363263,0.736189579,42,-1.547187189,0.7364799098,5894.5069722 +350,0.181363926,0.891988372,42,-1.547187189,0.7364799098,4374.346945 +351,-0.021111158,0.139103292,42,-1.547187189,0.7364799098,5721.7797065 +352,-0.093355215,0.630686981,42,-1.547187189,0.7364799098,4302.1555664 +353,0.40118964,0.681375926,42,-1.547187189,0.7364799098,5380.1099034 +354,-0.721197315,1.304706234,42,-1.547187189,0.7364799098,2677.5561805 +355,-1.076150317,0.212107639,42,-1.547187189,0.7364799098,2635.0203815 +356,-1.577164531,0.273993443,42,-1.547187189,0.7364799098,1834.7515506 +357,-0.190788414,0.182208586,42,-1.547187189,0.7364799098,5111.3382971 +358,-0.261349752,0.209710184,42,-1.547187189,0.7364799098,4832.9130996 +359,-1.029303852,0.083549259,42,-1.547187189,0.7364799098,3164.4236241 +360,-1.268609162,0.330525297,42,-1.547187189,0.7364799098,1860.4247863 +361,1.282982244,-0.926641967,42,-1.547187189,0.7364799098,11327.885025 +362,0.217352334,0.731352408,42,-1.547187189,0.7364799098,4837.494348 +363,-1.511833084,0.258629297,42,-1.547187189,0.7364799098,1896.6174998 +364,0.338812194,0.823184618,42,-1.547187189,0.7364799098,4862.9051271 +365,-0.324406489,1.134201999,42,-1.547187189,0.7364799098,3063.5896267 +366,1.389579348,0.399185724,42,-1.547187189,0.7364799098,7883.3747635 +367,2.047152199,-0.039082036,42,-1.547187189,0.7364799098,9248.7729364 +368,0.947780369,0.568250077,42,-1.547187189,0.7364799098,6765.8266911 +369,0.763824846,0.576754987,42,-1.547187189,0.7364799098,6430.1938089 +370,-0.142334657,0.928153068,42,-1.547187189,0.7364799098,3618.1005177 +371,0.610266567,0.547265983,42,-1.547187189,0.7364799098,6224.7064124 +372,0.210731629,0.746815056,42,-1.547187189,0.7364799098,4783.8346465 +373,-1.34931644,0.316895224,42,-1.547187189,0.7364799098,1790.8531611 +374,2.407696481,0.655030745,42,-1.547187189,0.7364799098,6200.1492426 +375,0.64207831,0.545359131,42,-1.547187189,0.7364799098,6296.405602 +376,1.174597538,0.840588356,42,-1.547187189,0.7364799098,6027.040089 +377,0.660059424,0.010604079,42,-1.547187189,0.7364799098,7996.4597559 +378,-0.730263819,0.010486456,42,-1.547187189,0.7364799098,4083.1747172 +379,0.831068936,0.512339172,42,-1.547187189,0.7364799098,6767.407705 +380,1.301180979,0.72367476,42,-1.547187189,0.7364799098,6565.8532865 +381,1.811128231,0.322854402,42,-1.547187189,0.7364799098,8173.5605937 +382,0.435105812,0.992284428,42,-1.547187189,0.7364799098,4590.3336406 +383,0.62643634,0.592027932,42,-1.547187189,0.7364799098,6117.816344 +384,0.492988703,-0.516339467,42,-1.547187189,0.7364799098,8886.1290294 +385,-0.162469483,0.112549365,42,-1.547187189,0.7364799098,5377.2676366 +386,0.314630866,0.472006421,42,-1.547187189,0.7364799098,5761.1284921 +387,0.166744804,0.822815954,42,-1.547187189,0.7364799098,4502.8242036 +388,0.417159608,0.965805736,42,-1.547187189,0.7364799098,4631.1996059 +389,0.106334961,0.868774244,42,-1.547187189,0.7364799098,4268.907035 +390,0.815086969,-0.338144359,42,-1.547187189,0.7364799098,9405.8106944 +391,0.59867455,-0.230624824,42,-1.547187189,0.7364799098,8508.7974116 +392,1.915104874,0.066220985,42,-1.547187189,0.7364799098,9061.7074075 +393,1.278093622,0.064463721,42,-1.547187189,0.7364799098,9073.6733039 +394,-0.061477853,0.302997961,42,-1.547187189,0.7364799098,5177.9983116 +395,0.251311504,0.626976942,42,-1.547187189,0.7364799098,5185.6391356 +396,2.950242872,0.149095644,42,-1.547187189,0.7364799098,6445.8332432 +397,-0.180294708,0.35375117,42,-1.547187189,0.7364799098,4706.1185066 +398,1.010448592,-0.351180233,42,-1.547187189,0.7364799098,9971.2683103 +399,-1.748740498,0.3686318073,42,-1.547187189,0.7364799098,1604.0893742 +400,2.699635665,0.123533791,42,-1.547187189,0.7364799098,7211.6836866 +401,0.496808033,0.823843254,42,-1.547187189,0.7364799098,5165.8471785 +402,0.129574704,0.763364087,42,-1.547187189,0.7364799098,4558.3093944 +403,1.798920311,0.817447563,42,-1.547187189,0.7364799098,6246.9034267 +404,0.335987953,0.746786541,42,-1.547187189,0.7364799098,5059.8929569 +405,-1.085413643,0.292154671,42,-1.547187189,0.7364799098,2353.6286241 +406,-0.155321003,0.508207011,42,-1.547187189,0.7364799098,4408.3048202 +407,0.620529244,-0.301175104,42,-1.547187189,0.7364799098,8755.6514159 +408,1.684402744,0.368716966,42,-1.547187189,0.7364799098,8053.7760784 +409,0.300582244,-0.386397212,42,-1.547187189,0.7364799098,8029.9465942 +410,2.913555946,-0.009225192,42,-1.547187189,0.7364799098,6981.7633744 +411,1.465101417,0.493232532,42,-1.547187189,0.7364799098,7550.0845116 +412,0.090612882,0.907955955,42,-1.547187189,0.7364799098,4152.8387738 +413,2.987564726,-0.729568594,42,-1.547187189,0.7364799098,8506.4081128 +414,-1.484261606,0.224149272,42,-1.547187189,0.7364799098,2040.8630019 +415,0.164073421,0.303955133,42,-1.547187189,0.7364799098,5816.9285033 +416,0.141441293,0.167552546,42,-1.547187189,0.7364799098,6118.3576446 +417,2.931321023,-0.506718887,42,-1.547187189,0.7364799098,8187.4006999 +418,2.21951565,0.700596356,42,-1.547187189,0.7364799098,6325.8190144 +419,0.268112576,1.199114336,42,-1.547187189,0.7364799098,3864.2733935 +420,0.978913739,0.359223811,42,-1.547187189,0.7364799098,7554.6404628 +421,1.210898818,0.522863584,42,-1.547187189,0.7364799098,7263.001774 +422,2.347397336,0.129231362,42,-1.547187189,0.7364799098,8068.4780245 +423,0.614394501,0.556878345,42,-1.547187189,0.7364799098,6203.294306 +424,-1.398079356,0.148483366,42,-1.547187189,0.7364799098,2386.4860808 +425,2.535303836,-0.112984496,42,-1.547187189,0.7364799098,8338.7781928 +426,-1.019372593,-0.405322349,42,-1.547187189,0.7364799098,4917.886103 +427,-1.297785627,-0.160104069,42,-1.547187189,0.7364799098,3664.820344 +428,2.144554488,0.205051084,42,-1.547187189,0.7364799098,8211.9197 +429,-2.242387083,-0.426171285,42,-1.547187189,0.7364799098,5260.4591285 +430,0.338637212,0.909723676,42,-1.547187189,0.7364799098,4638.2399195 +431,-0.148798452,0.691042401,42,-1.547187189,0.7364799098,4027.8323253 +432,0.893524764,0.441829531,42,-1.547187189,0.7364799098,7119.3134122 +433,0.969229347,-0.368847936,42,-1.547187189,0.7364799098,9911.3795063 +434,0.436043248,0.800045688,42,-1.547187189,0.7364799098,5118.5314238 +435,1.687946607,1.081504775,42,-1.547187189,0.7364799098,5236.5913602 +436,0.522302046,-0.034889271,42,-1.547187189,0.7364799098,7755.3810582 +437,-0.178996113,-0.438090009,42,-1.547187189,0.7364799098,6818.0876591 +438,-1.094339566,0.301444068,42,-1.547187189,0.7364799098,2303.9739273 +439,-1.064070054,0.242569932,42,-1.547187189,0.7364799098,2560.896978 +440,-1.068153768,0.230387998,42,-1.547187189,0.7364799098,2591.7683214 +441,-3.00496892,-0.23989155,42,-1.547187189,0.7364799098,6532.9267064 +442,0.21751974,0.766874888,42,-1.547187189,0.7364799098,4749.2946338 +443,0.117229532,0.007619006,42,-1.547187189,0.7364799098,6476.1442201 +444,0.777758451,0.420554741,42,-1.547187189,0.7364799098,6974.2903315 +445,-0.252356999,0.250747086,42,-1.547187189,0.7364799098,4753.8206925 +446,0.363148444,0.768483434,42,-1.547187189,0.7364799098,5058.7466501 +447,0.903191366,-0.118210676,42,-1.547187189,0.7364799098,9004.0041026 +448,-0.205755923,0.149406178,42,-1.547187189,0.7364799098,5153.2382427 +449,1.811996086,0.02364353,42,-1.547187189,0.7364799098,9333.8971846 +450,-1.100670221,0.314845373,42,-1.547187189,0.7364799098,2247.0569192 +451,0.340078597,0.850105132,42,-1.547187189,0.7364799098,4794.9099745 +452,0.258757267,0.804969236,42,-1.547187189,0.7364799098,4744.0168628 +453,2.78505352,-0.155160804,42,-1.547187189,0.7364799098,7746.1984824 +454,0.800551619,0.105822106,42,-1.547187189,0.7364799098,8051.0733622 +455,0.437940882,-0.506194031,42,-1.547187189,0.7364799098,8704.4613959 +456,2.230431122,0.63458615,42,-1.547187189,0.7364799098,6546.0807998 +457,0.527965361,0.127667701,42,-1.547187189,0.7364799098,7303.0734441 +458,-0.063643205,0.702093448,42,-1.547187189,0.7364799098,4224.9344675 +459,1.408447268,0.133010502,42,-1.547187189,0.7364799098,8934.6128173 +460,0.523795955,0.280266966,42,-1.547187189,0.7364799098,6840.9254536 +461,-0.975769313,0.072177659,42,-1.547187189,0.7364799098,3313.9343993 +462,0.549774164,-0.463663986,42,-1.547187189,0.7364799098,8937.7908903 +463,0.29245874,1.095549818,42,-1.547187189,0.7364799098,4114.899271 +464,0.143625958,0.816809593,42,-1.547187189,0.7364799098,4466.045944 +465,0.671902494,0.611159853,42,-1.547187189,0.7364799098,6146.4133997 +466,1.239840988,0.6724199,42,-1.547187189,0.7364799098,6718.905531 +467,0.607829703,-0.10932137,42,-1.547187189,0.7364799098,8202.546021 +468,1.763020906,0.263996692,42,-1.547187189,0.7364799098,8433.4140227 +469,0.378714634,0.726066797,42,-1.547187189,0.7364799098,5207.4018446 +470,2.196736143,-0.153862366,42,-1.547187189,0.7364799098,9327.7594934 +471,0.01702415,0.148991565,42,-1.547187189,0.7364799098,5807.1240887 +472,-2.998490902,-0.158002487,42,-1.547187189,0.7364799098,6295.0989409 +473,-3.051262951,-0.346595608,42,-1.547187189,0.7364799098,6945.7161659 +474,-1.069176439,0.182802941,42,-1.547187189,0.7364799098,2747.4004466 +475,0.167157509,0.595344954,42,-1.547187189,0.7364799098,5060.9232112 +476,0.613855648,0.681746124,42,-1.547187189,0.7364799098,5812.8088594 +477,1.037012736,0.682555367,42,-1.547187189,0.7364799098,6476.2617733 +478,-1.253574971,0.379755746,42,-1.547187189,0.7364799098,1716.1590979 +479,3.108590453,-0.132620738,42,-1.547187189,0.7364799098,6739.7846856 +480,0.565301296,0.022333262,42,-1.547187189,0.7364799098,7709.8472495 +481,0.547898238,0.855555614,42,-1.547187189,0.7364799098,5164.2198405 +482,0.948309381,0.417393755,42,-1.547187189,0.7364799098,7298.4396346 +483,-0.050600732,0.945269213,42,-1.547187189,0.7364799098,3787.332271 +484,-0.977651478,-0.572363064,42,-1.547187189,0.7364799098,5582.7594496 +485,1.102014914,0.728861163,42,-1.547187189,0.7364799098,6378.8688804 +486,2.927300795,-0.282939414,42,-1.547187189,0.7364799098,7660.1335616 +487,-1.154565557,0.124434095,42,-1.547187189,0.7364799098,2786.8299067 +488,1.855331234,0.291044755,42,-1.547187189,0.7364799098,8263.5822595 +489,0.830290659,0.276904518,42,-1.547187189,0.7364799098,7557.7193093 +490,0.485104466,-0.234867441,42,-1.547187189,0.7364799098,8192.1117674 +491,0.521367572,-0.33161327,42,-1.547187189,0.7364799098,8543.5156575 +1,-1.539031704,0.7349710123,43,-1.545149996,0.7364853874,18.940994819 +2,-1.536990553,0.7349663874,43,-1.545149996,0.7364853874,24.703773604 +3,-1.534951779,0.7349571355,43,-1.545149996,0.7364853874,30.55243108 +4,-1.532906461,0.7349480293,43,-1.545149996,0.7364853874,36.464921602 +5,-1.531320211,0.7346937278,43,-1.545149996,0.7364853874,41.230843754 +6,-1.539451648,0.7335131775,43,-1.545149996,0.7364853874,20.468557486 +7,-1.537429487,0.7335445708,43,-1.545149996,0.7364853874,25.501412599 +8,-1.535484998,0.7335658704,43,-1.545149996,0.7364853874,30.66305629 +9,-1.533488396,0.7336036027,43,-1.545149996,0.7364853874,36.116144539 +10,-1.531497785,0.7335842962,43,-1.545149996,0.7364853874,41.727549285 +11,-1.530259379,0.7334777758,43,-1.545149996,0.7364853874,45.347757214 +12,-1.5335454,0.7322346912,43,-1.545149996,0.7364853874,38.046674862 +13,-1.531489083,0.7322238773,43,-1.545149996,0.7364853874,43.567167559 +14,-1.530011122,0.7321679851,43,-1.545149996,0.7364853874,47.682847859 +15,-1.53348106,0.7306614094,43,-1.545149996,0.7364853874,41.362339788 +16,-1.531441779,0.7306962275,43,-1.545149996,0.7364853874,46.394156459 +17,-1.529755654,0.7306933243,43,-1.545149996,0.7364853874,50.771068215 +18,-1.533415048,0.7291384674,43,-1.545149996,0.7364853874,45.172495781 +19,-1.531392093,0.7291705353,43,-1.545149996,0.7364853874,49.801101109 +20,-1.529296523,0.7291214933,43,-1.545149996,0.7364853874,55.039972139 +21,-1.535280942,0.727267644,43,-1.545149996,0.7364853874,46.677215043 +22,-1.533378158,0.7276139666,43,-1.545149996,0.7364853874,49.372381616 +23,-1.531340368,0.7276446587,43,-1.545149996,0.7364853874,53.679946541 +24,-1.528960113,0.7276398177,43,-1.545149996,0.7364853874,59.183359282 +25,-1.533313146,0.7260818349,43,-1.545149996,0.7364853874,53.999611991 +26,-1.531259555,0.7260958115,43,-1.545149996,0.7364853874,58.056803001 +27,-1.528926415,0.7260865555,43,-1.545149996,0.7364853874,63.121349213 +28,-1.531226779,0.7245511789,43,-1.545149996,0.7364853874,62.624604631 +29,-1.528904772,0.7245519194,43,-1.545149996,0.7364853874,67.314627757 +30,-1.547195875,0.7409785979,43,-1.545149996,0.7364853874,18.778975965 +31,-1.5451475,0.740980426,43,-1.545149996,0.7364853874,17.804849358 +32,-1.543097679,0.7409798872,43,-1.545149996,0.7364853874,18.78983628 +33,-1.540720364,0.7409892687,43,-1.545149996,0.7364853874,22.057446891 +34,-1.547188511,0.7395198392,43,-1.545149996,0.7364853874,13.422076571 +35,-1.545148587,0.7395226109,43,-1.545149996,0.7364853874,12.030443131 +36,-1.543104538,0.7395314908,43,-1.545149996,0.7364853874,13.472446196 +37,-1.540727751,0.7395306258,43,-1.545149996,0.7364853874,17.703920085 +38,-1.547187029,0.7380014886,43,-1.545149996,0.7364853874,8.4702659388 +39,-1.545147315,0.7380012252,43,-1.545149996,0.7364853874,6.0042387838 +40,-1.54310719,0.7380060743,43,-1.545149996,0.7364853874,8.4950716172 +41,-1.540719671,0.7380068206,43,-1.545149996,0.7364853874,14.321241927 +42,-1.547187189,0.7364799098,43,-1.545149996,0.7364853874,5.9780802249 +43,-1.545149996,0.7364853874,43,-1.545149996,0.7364853874,2.9991743255 +44,-1.543106091,0.7364823484,43,-1.545149996,0.7364853874,5.9977418517 +45,-1.540717158,0.7364893901,43,-1.545149996,0.7364853874,13.007891293 +46,-1.538663972,0.7410138672,43,-1.545149996,0.7364853874,26.124828428 +47,-1.53695285,0.7409699132,43,-1.545149996,0.7364853874,29.862539415 +48,-1.534910498,0.7409641297,43,-1.545149996,0.7364853874,34.840750796 +49,-1.533145034,0.7409536636,43,-1.545149996,0.7364853874,39.36000073 +50,-1.538681336,0.7395405883,43,-1.545149996,0.7364853874,22.489179757 +51,-1.536999189,0.7395183096,43,-1.545149996,0.7364853874,26.736117566 +52,-1.534923633,0.7395144222,43,-1.545149996,0.7364853874,32.279923513 +53,-1.533267822,0.7395654306,43,-1.545149996,0.7364853874,36.894209157 +54,-1.53867273,0.7380151077,43,-1.545149996,0.7364853874,19.937017671 +55,-1.536980576,0.7379994392,43,-1.545149996,0.7364853874,24.695450954 +56,-1.534931522,0.7379944961,43,-1.545149996,0.7364853874,30.555341697 +57,-1.533387952,0.7379480264,43,-1.545149996,0.7364853874,34.975224737 +58,-1.538682279,0.7364914363,43,-1.545149996,0.7364853874,18.979095005 +59,-1.536980704,0.7364810563,43,-1.545149996,0.7364853874,23.972344853 +60,-1.534935567,0.7364752065,43,-1.545149996,0.7364853874,29.973764158 +61,-1.533042592,0.7363876366,43,-1.545149996,0.7364853874,35.532070679 +62,-1.545143426,0.7349628011,43,-1.545149996,0.7364853874,6.0309952667 +63,-1.543105297,0.7349691947,43,-1.545149996,0.7364853874,8.4922179771 +64,-1.541064533,0.7349647152,43,-1.545149996,0.7364853874,13.424031473 +65,-1.545411803,0.7334624714,43,-1.545149996,0.7364853874,11.998458708 +66,-1.543446606,0.7334780896,43,-1.545149996,0.7364853874,12.920781036 +67,-1.541475327,0.7334957295,43,-1.545149996,0.7364853874,16.025726799 +68,-1.545401939,0.731963266,43,-1.545149996,0.7364853874,17.927436066 +69,-1.54342253,0.7319915583,43,-1.545149996,0.7364853874,18.510613948 +70,-1.541455867,0.7320216438,43,-1.545149996,0.7364853874,20.750873265 +71,-1.545410146,0.7304422281,43,-1.545149996,0.7364853874,23.949190322 +72,-1.543435491,0.7304713664,43,-1.545149996,0.7364853874,24.349855629 +73,-1.541463105,0.7304997613,43,-1.545149996,0.7364853874,26.0730439 +74,-1.545414768,0.7289194936,43,-1.545149996,0.7364853874,29.978643937 +75,-1.543435774,0.7289538557,43,-1.545149996,0.7364853874,30.256371287 +76,-1.541457714,0.7289765881,43,-1.545149996,0.7364853874,31.666973931 +77,-1.539449415,0.7320555866,43,-1.545149996,0.7364853874,24.265742275 +78,-1.537429183,0.7321097681,43,-1.545149996,0.7364853874,28.561012644 +79,-1.535472649,0.7321497267,43,-1.545149996,0.7364853874,33.234288123 +80,-1.539457899,0.7305333307,43,-1.545149996,0.7364853874,28.919352509 +81,-1.537453161,0.7305750503,43,-1.545149996,0.7364853874,32.571737409 +82,-1.535479385,0.7306124949,43,-1.545149996,0.7364853874,36.752194298 +83,-1.53946905,0.7290102593,43,-1.545149996,0.7364853874,34.006946539 +84,-1.537459922,0.7290417293,43,-1.545149996,0.7364853874,37.174991581 +85,-1.535451349,0.7290890157,43,-1.545149996,0.7364853874,40.910984388 +86,-1.535522937,0.7279887191,43,-1.545149996,0.7364853874,44.009897046 +87,-1.539442524,0.7274735939,43,-1.545149996,0.7364853874,39.45848275 +88,-1.537424111,0.727521351,43,-1.545149996,0.7364853874,42.176524261 +89,-1.539384641,0.7259505092,43,-1.545149996,0.7364853874,45.05802538 +90,-1.537372391,0.7259947145,43,-1.545149996,0.7364853874,47.46070583 +91,-1.535340789,0.7260435356,43,-1.545149996,0.7364853874,50.468068223 +92,-1.539325716,0.7244369706,43,-1.545149996,0.7364853874,50.723153946 +93,-1.537308932,0.7244801057,43,-1.545149996,0.7364853874,52.881351995 +94,-1.535289068,0.7245247645,43,-1.545149996,0.7364853874,55.595288686 +95,-1.533261366,0.7245550236,43,-1.545149996,0.7364853874,58.849933467 +96,-1.539267302,0.722921924,43,-1.545149996,0.7364853874,56.462376655 +97,-1.537248972,0.7229660258,43,-1.545149996,0.7364853874,58.409990252 +98,-1.535219431,0.7229916471,43,-1.545149996,0.7364853874,60.961279416 +99,-1.53318962,0.7230212049,43,-1.545149996,0.7364853874,63.961088356 +100,-1.531154816,0.7230299897,43,-1.545149996,0.7364853874,67.435885902 +101,-1.528878341,0.7230370244,43,-1.545149996,0.7364853874,71.729467632 +102,-1.539218189,0.7214009878,43,-1.545149996,0.7364853874,62.266266692 +103,-1.537198791,0.7214422745,43,-1.545149996,0.7364853874,64.048775634 +104,-1.535179266,0.7214634354,43,-1.545149996,0.7364853874,66.393796866 +105,-1.533156501,0.7214944644,43,-1.545149996,0.7364853874,69.146513366 +106,-1.53113574,0.7215166021,43,-1.545149996,0.7364853874,72.315037768 +107,-1.528874248,0.7215345535,43,-1.545149996,0.7364853874,76.281111112 +108,-1.539217656,0.7198512397,43,-1.545149996,0.7364853874,68.182068021 +109,-1.537199919,0.7199428763,43,-1.545149996,0.7364853874,69.612263067 +110,-1.545425832,0.727397149,43,-1.545149996,0.7364853874,36.007685602 +111,-1.543371177,0.7273916949,43,-1.545149996,0.7364853874,36.399442451 +112,-1.541368852,0.7274523163,43,-1.545149996,0.7364853874,37.474312479 +113,-1.545349067,0.7258710923,43,-1.545149996,0.7364853874,42.047319742 +114,-1.54332671,0.7258603556,43,-1.545149996,0.7364853874,42.427716672 +115,-1.541346831,0.7259242142,43,-1.545149996,0.7364853874,43.309595065 +116,-1.545324355,0.7243383958,43,-1.545149996,0.7364853874,48.116983732 +117,-1.543292796,0.7243617413,43,-1.545149996,0.7364853874,48.333378423 +118,-1.541295822,0.7244024384,43,-1.545149996,0.7364853874,49.192896534 +119,-1.543193859,0.7205570215,43,-1.545149996,0.7364853874,63.35657478 +120,-1.550257047,0.7386738187,43,-1.545149996,0.7364853874,17.29986277 +121,-1.549335448,0.7311736483,43,-1.545149996,0.7364853874,24.377137613 +122,-1.533478843,0.7179891343,43,-1.545149996,0.7364853874,80.994088927 +123,-1.556150555,0.738907041,43,-1.545149996,0.7364853874,33.641439511 +124,-1.554324226,0.733414257,43,-1.545149996,0.7364853874,29.576147483 +125,-1.554290846,0.7288285332,43,-1.545149996,0.7364853874,40.550020841 +126,-1.55122487,0.7219795312,43,-1.545149996,0.7364853874,60.194045347 +127,-1.525104458,0.7229399862,43,-1.545149996,0.7364853874,79.881132145 +128,-1.519607711,0.7236181429,43,-1.545149996,0.7364853874,90.997811764 +129,-1.513899999,0.7251107854,43,-1.545149996,0.7364853874,102.59201555 +130,-1.536620762,0.7431061895,43,-1.545149996,0.7364853874,36.199551821 +131,-1.5369566,0.7460845958,43,-1.545149996,0.7364853874,44.930232812 +132,-1.545345528,0.7447040685,43,-1.545149996,0.7364853874,32.559214173 +133,-1.532813921,0.7432306626,43,-1.545149996,0.7364853874,44.902298161 +134,-1.554788248,0.7382381001,43,-1.545149996,0.7364853874,29.10061749 +135,-1.540348126,0.7301594274,43,-1.545149996,0.7364853874,28.767110228 +136,-1.538016084,0.7239051786,43,-1.545149996,0.7364853874,54.094905495 +137,-1.525288962,0.7258085137,43,-1.545149996,0.7364853874,72.235182872 +138,-1.534326986,0.731241342,43,-1.545149996,0.7364853874,38.011975711 +139,-1.530733872,0.7303625216,43,-1.545149996,0.7364853874,48.863676669 +141,-1.534354939,0.7328219978,43,-1.545149996,0.7364853874,34.890496434 +142,-1.53157084,0.7292888153,43,-1.545149996,0.7364853874,49.098842907 +143,-1.525691035,0.7263799874,43,-1.545149996,0.7364853874,69.946155923 +144,-1.534031287,0.7495967835,43,-1.545149996,0.7364853874,61.228913083 +145,-1.527714986,0.7283095957,43,-1.545149996,0.7364853874,60.709250053 +146,-1.526189586,0.7271468292,43,-1.545149996,0.7364853874,67.007122782 +147,-1.555177336,0.7375563366,43,-1.545149996,0.7364853874,29.71465848 +148,-1.555080283,0.7312707794,43,-1.545149996,0.7364853874,35.773829301 +149,-1.53856994,0.7224180299,43,-1.545149996,0.7364853874,59.01158892 +150,-1.530837883,0.729933372,43,-1.545149996,0.7364853874,49.475364252 +151,-1.515066984,0.5854133365,43,-1.545149996,0.7364853874,605.70522509 +152,-1.534731633,0.5368370046,43,-1.545149996,0.7364853874,791.49698721 +153,-1.515231902,0.5607085576,43,-1.545149996,0.7364853874,702.58313093 +154,-2.616253799,1.0684566605,43,-1.545149996,0.7364853874,2804.6606459 +155,-1.956071439,0.5792177723,43,-1.545149996,0.7364853874,1424.2806764 +156,-1.951208514,0.5602434208,43,-1.545149996,0.7364853874,1452.9162461 +157,-1.944675062,0.6062144545,43,-1.545149996,0.7364853874,1336.9119247 +158,-1.613778386,0.6077989518,43,-1.545149996,0.7364853874,552.15837013 +159,-2.035029014,0.6021432345,43,-1.545149996,0.7364853874,1603.383664 +160,-2.114989471,0.6801825058,43,-1.545149996,0.7364853874,1717.9955903 +161,-2.037382079,0.5765830025,43,-1.545149996,0.7364853874,1659.5222895 +162,-2.129855121,0.6585019963,43,-1.545149996,0.7364853874,1789.9428465 +163,-2.075141798,0.6493615843,43,-1.545149996,0.7364853874,1642.4165343 +164,-1.828626729,0.6948433129,43,-1.545149996,0.7364853874,861.87199266 +165,-1.863329418,0.6735427691,43,-1.545149996,0.7364853874,989.56269649 +166,-1.266037071,0.727988852,43,-1.545149996,0.7364853874,821.67189374 +167,-1.277579582,0.7249010648,43,-1.545149996,0.7364853874,789.54722368 +168,-1.258418684,0.7241194816,43,-1.545149996,0.7364853874,846.20257849 +169,-1.317813974,0.6804850104,43,-1.545149996,0.7364853874,717.98844932 +170,-1.344165204,0.6790988904,43,-1.545149996,0.7364853874,645.52470103 +171,-1.427582102,0.5277120351,43,-1.545149996,0.7364853874,907.52906597 +172,-1.402238616,0.457167829,43,-1.545149996,0.7364853874,1199.899394 +173,-1.422454264,0.4996161999,43,-1.545149996,0.7364853874,1017.4789426 +174,-1.439089277,0.4894859811,43,-1.545149996,0.7364853874,1036.2134988 +175,-1.448126995,0.5182330266,43,-1.545149996,0.7364853874,918.22528194 +176,-1.474626146,0.5881926574,43,-1.545149996,0.7364853874,627.12668126 +177,-1.421139645,0.5584869783,43,-1.545149996,0.7364853874,805.86603046 +178,-1.457037165,0.565943032,43,-1.545149996,0.7364853874,729.96497311 +179,-2.757159358,0.3745319,43,-1.545149996,0.7364853874,4203.3856956 +180,-2.714309238,0.342054471,43,-1.545149996,0.7364853874,4156.4835346 +181,-2.000525337,0.774119946,43,-1.545149996,0.7364853874,1316.040565 +183,-1.571413436,0.6777838382,43,-1.545149996,0.7364853874,245.58661787 +184,-1.552860289,0.6987663893,43,-1.545149996,0.7364853874,151.16551038 +185,-1.521852374,0.7165827476,43,-1.545149996,0.7364853874,104.74889276 +186,-1.503656267,0.6928968252,43,-1.545149996,0.7364853874,212.62835612 +187,-1.502753178,0.7136205882,43,-1.545149996,0.7364853874,154.91193561 +188,-1.631894563,0.7343596465,43,-1.545149996,0.7364853874,254.89510861 +189,-1.653765416,0.6770714026,43,-1.545149996,0.7364853874,402.83841564 +190,-1.719812114,0.6715965947,43,-1.545149996,0.7364853874,586.12644092 +191,-1.493406659,0.6646955447,43,-1.545149996,0.7364853874,324.61334277 +192,-1.469120564,0.6613469966,43,-1.545149996,0.7364853874,376.35304181 +193,-1.590551461,0.5326612937,43,-1.545149996,0.7364853874,820.11685538 +194,-1.625979264,0.5247742243,43,-1.545149996,0.7364853874,877.17238778 +195,-1.572293943,0.5238808754,43,-1.545149996,0.7364853874,846.55089827 +196,-1.610848725,0.5477107964,43,-1.545149996,0.7364853874,776.00921228 +197,-1.208485554,0.7918526018,43,-1.545149996,0.7364853874,984.82879806 +198,-1.335601374,0.6869083083,43,-1.545149996,0.7364853874,657.83273841 +199,-1.346156996,0.6825213377,43,-1.545149996,0.7364853874,634.44355089 +200,-1.324381037,0.6741422347,43,-1.545149996,0.7364853874,709.28777727 +201,-1.242424992,0.7378949807,43,-1.545149996,0.7364853874,886.24000777 +202,-1.270370057,0.7392461008,43,-1.545149996,0.7364853874,804.23881521 +203,-1.448950472,0.7441675014,43,-1.545149996,0.7364853874,282.89628653 +204,-1.492662363,0.7523026852,43,-1.545149996,0.7364853874,165.23748561 +205,-1.479098966,0.7763855017,43,-1.545149996,0.7364853874,247.30585421 +206,-1.633760714,0.7869022408,43,-1.545149996,0.7364853874,322.99307492 +207,-1.647406434,0.8101289331,43,-1.545149996,0.7364853874,410.99760493 +208,-1.564245052,0.5701509278,43,-1.545149996,0.7364853874,661.56523375 +209,-1.646289963,0.6833746083,43,-1.545149996,0.7364853874,369.41245642 +210,-1.5820631,0.6751952144,43,-1.545149996,0.7364853874,267.03419977 +211,-1.613236298,0.6681681791,43,-1.545149996,0.7364853874,339.9243638 +212,-1.914661867,0.8212566515,43,-1.545149996,0.7364853874,1090.4939867 +213,-1.742133237,0.7250275956,43,-1.545149996,0.7364853874,582.36997945 +214,-2.033144872,0.6557314699,43,-1.545149996,0.7364853874,1510.1161054 +215,-2.039551981,0.6964723658,43,-1.545149996,0.7364853874,1478.4448205 +216,-1.247341019,0.7622473908,43,-1.545149996,0.7364853874,868.07051012 +217,-1.298239787,0.7084123392,43,-1.545149996,0.7364853874,741.18412271 +218,-1.308539688,0.6926545592,43,-1.545149996,0.7364853874,728.05483206 +219,-1.303263185,0.6888938396,43,-1.545149996,0.7364853874,748.07579382 +220,-1.852400229,0.6004246149,43,-1.545149996,0.7364853874,1093.5433445 +221,-1.288947707,0.7473773692,43,-1.545149996,0.7364853874,748.38204784 +222,-1.372031502,0.7472790993,43,-1.545149996,0.7364853874,507.02174029 +223,-1.289805721,0.7242157877,43,-1.545149996,0.7364853874,754.08444658 +224,-1.350807603,0.7533498126,43,-1.545149996,0.7364853874,569.40454244 +225,-1.329290365,0.7560442322,43,-1.545149996,0.7364853874,631.94922321 +226,-1.410153004,0.616936428,43,-1.545149996,0.7364853874,630.33256448 +227,-1.393445434,0.6308995063,43,-1.545149996,0.7364853874,625.42450301 +228,-1.37595573,0.6241540638,43,-1.545149996,0.7364853874,684.31716305 +229,-1.358388707,0.6172645205,43,-1.545149996,0.7364853874,744.32137627 +230,-1.753741133,0.8281661666,43,-1.545149996,0.7364853874,688.27889635 +231,-1.47430987,0.6834615681,43,-1.545149996,0.7364853874,298.91960263 +232,-1.421012508,0.7222725206,43,-1.545149996,0.7364853874,370.79578154 +233,-1.4476833,0.6978557868,43,-1.545149996,0.7364853874,328.64873217 +234,-1.470370723,0.6966193374,43,-1.545149996,0.7364853874,273.48170711 +235,-1.429211703,0.7037216883,43,-1.545149996,0.7364853874,368.6823085 +236,-1.700578405,0.6178673663,43,-1.545149996,0.7364853874,670.81447663 +237,-1.678117619,0.6331716163,43,-1.545149996,0.7364853874,577.34868833 +238,-1.725644578,0.6316331145,43,-1.545149996,0.7364853874,691.61218095 +239,-2.14012759,0.7930497945,43,-1.545149996,0.7364853874,1702.196638 +240,-2.103289431,0.7653606263,43,-1.545149996,0.7364853874,1610.1698199 +241,-1.318739838,0.7017808746,43,-1.545149996,0.7364853874,687.87621969 +242,-1.396417427,0.7077900843,43,-1.545149996,0.7364853874,456.23601925 +243,-1.35650337,0.7185539404,43,-1.545149996,0.7364853874,562.16346166 +244,-1.248884539,0.7274156818,43,-1.545149996,0.7364853874,872.23731813 +245,-1.395014798,0.5761185243,43,-1.545149996,0.7364853874,789.93079002 +246,-1.433377362,0.6064716109,43,-1.545149996,0.7364853874,620.33270123 +247,-1.408172432,0.5903155476,43,-1.545149996,0.7364853874,718.98087791 +248,-1.749645898,0.7757118084,43,-1.545149996,0.7364853874,608.83275772 +249,-1.571626686,0.615046989,43,-1.545149996,0.7364853874,487.90267265 +250,-1.514070049,0.6303003037,43,-1.545149996,0.7364853874,431.26639093 +251,-1.480890369,0.6237966528,43,-1.545149996,0.7364853874,488.13059399 +252,-1.704390658,0.5281680612,43,-1.545149996,0.7364853874,968.03866253 +253,-1.64434733,0.5254277498,43,-1.545149996,0.7364853874,893.61692647 +254,-1.703855997,0.4792484842,43,-1.545149996,0.7364853874,1140.4708353 +255,-1.692002383,0.5748825051,43,-1.545149996,0.7364853874,787.96399633 +256,-1.854136457,0.5544643913,43,-1.545149996,0.7364853874,1210.6754106 +257,-1.665021206,0.520317736,43,-1.545149996,0.7364853874,937.6217818 +258,-1.733654349,0.4845187345,43,-1.545149996,0.7364853874,1168.3732007 +259,-1.720938188,0.5135933906,43,-1.545149996,0.7364853874,1046.2457697 +260,-1.742668307,0.553296122,43,-1.545149996,0.7364853874,956.04763466 +261,-1.965659039,0.7142126903,43,-1.545149996,0.7364853874,1245.3067675 +262,-1.944438071,0.6772834804,43,-1.545149996,0.7364853874,1221.3787245 +263,-1.270340967,0.7681487096,43,-1.545149996,0.7364853874,803.29427602 +264,-1.353091884,0.6549276821,43,-1.545149996,0.7364853874,666.58753357 +265,-1.333236659,0.6413584414,43,-1.545149996,0.7364853874,748.4779667 +266,-1.352015998,0.6753788907,43,-1.545149996,0.7364853874,629.86581305 +267,-1.377988483,0.6577816235,43,-1.545149996,0.7364853874,595.16900148 +268,-2.13075611,0.8318642051,43,-1.545149996,0.7364853874,1671.0900161 +269,-2.097910953,0.8259670014,43,-1.545149996,0.7364853874,1582.8339677 +270,-1.416382069,0.6694271549,43,-1.545149996,0.7364853874,470.86288285 +271,-1.538905672,0.7535625993,43,-1.545149996,0.7364853874,70.043389393 +272,-1.572309477,0.7803125099,43,-1.545149996,0.7364853874,190.34656441 +273,-1.87759879,0.7503853417,43,-1.545149996,0.7364853874,968.8633244 +274,1.152365588,0.590457682,43,-1.545149996,0.7364853874,6945.8776919 +275,0.350198001,0.718001859,43,-1.545149996,0.7364853874,5163.7841857 +276,0.046513677,0.491503852,43,-1.545149996,0.7364853874,5001.0084203 +277,0.027510309,0.742571376,43,-1.545149996,0.7364853874,4359.0029182 +278,0.306285725,-0.214631579,43,-1.545149996,0.7364853874,7610.9906828 +279,-1.100564889,0.318051531,43,-1.545149996,0.7364853874,2232.5388426 +280,-1.078582306,0.301437596,43,-1.545149996,0.7364853874,2334.8724959 +281,-1.137371989,-0.617634065,43,-1.545149996,0.7364853874,5563.4980525 +282,0.784356344,0.703272339,43,-1.545149996,0.7364853874,6041.0749444 +283,-1.221209947,0.218327455,43,-1.545149996,0.7364853874,2335.7420533 +284,2.347301921,-0.449114658,43,-1.545149996,0.7364853874,9762.7815875 +285,0.246820618,0.830553713,43,-1.545149996,0.7364853874,4650.9426174 +286,0.829414965,0.703288228,43,-1.545149996,0.7364853874,6112.6713335 +287,-1.337537566,0.42332223,43,-1.545149996,0.7364853874,1415.0976462 +288,0.882453706,0.454478077,43,-1.545149996,0.7364853874,7052.6348604 +289,1.575629659,0.416419109,43,-1.545149996,0.7364853874,7876.5578491 +290,-1.039455679,0.229888244,43,-1.545149996,0.7364853874,2651.9916599 +291,0.489558039,0.934482747,43,-1.545149996,0.7364853874,4834.0763495 +292,0.081344504,0.88384514,43,-1.545149996,0.7364853874,4179.0575387 +293,-1.547979814,0.300350308,43,-1.545149996,0.7364853874,1727.5576171 +294,0.040776181,0.168560074,43,-1.545149996,0.7364853874,5818.6515954 +295,-1.130374745,0.563894876,43,-1.545149996,0.7364853874,1468.5936228 +296,1.578326642,0.478507176,43,-1.545149996,0.7364853874,7630.8069746 +297,-1.12861823,-0.291640865,43,-1.545149996,0.7364853874,4347.4942676 +298,0.310524208,0.770885792,43,-1.545149996,0.7364853874,4937.2717042 +299,0.415649091,-0.387246002,43,-1.545149996,0.7364853874,8362.3537923 +300,-0.926533878,-0.188022748,43,-1.545149996,0.7364853874,4295.6948754 +301,1.258856172,-0.11716081,43,-1.545149996,0.7364853874,9720.0830378 +302,-1.126050026,0.322941926,43,-1.545149996,0.7364853874,2160.4662148 +303,2.002785835,0.07893892,43,-1.545149996,0.7364853874,8898.2672441 +304,0.440437607,0.746258085,43,-1.545149996,0.7364853874,5274.9766748 +305,-0.030391866,0.214441206,43,-1.545149996,0.7364853874,5491.0226349 +306,0.521557815,-0.058929362,43,-1.545149996,0.7364853874,7815.1125339 +307,-0.097005111,0.13317729,43,-1.545149996,0.7364853874,5508.9685277 +308,1.83113859,0.221857587,43,-1.545149996,0.7364853874,8552.7371827 +309,0.222428864,0.099404236,43,-1.545149996,0.7364853874,6529.0919869 +310,-1.702731345,0.8728568183,43,-1.545149996,0.7364853874,691.11537269 +311,-0.418507569,0.278324921,43,-1.545149996,0.7364853874,4190.6971192 +312,-1.41153306,0.339029988,43,-1.545149996,0.7364853874,1636.8743278 +313,0.357560442,0.114788776,43,-1.545149996,0.7364853874,6869.9848036 +314,0.325818979,0.268352149,43,-1.545149996,0.7364853874,6353.1367088 +315,-1.246004659,-0.663679965,43,-1.545149996,0.7364853874,5650.0036283 +316,1.814603087,0.637404484,43,-1.545149996,0.7364853874,6944.9520418 +317,1.843704281,-0.18300445,43,-1.545149996,0.7364853874,10089.854458 +318,1.690644492,-0.211480909,43,-1.545149996,0.7364853874,10339.064965 +319,-1.275451936,0.068109467,43,-1.545149996,0.7364853874,2813.8333134 +320,0.762430171,-0.207594741,43,-1.545149996,0.7364853874,8898.7867452 +321,0.265668905,-0.014647884,43,-1.545149996,0.7364853874,6962.7196475 +322,-2.773032013,-0.335515811,43,-1.545149996,0.7364853874,6166.2860412 +323,-1.469512853,0.174058777,43,-1.545149996,0.7364853874,2243.2201842 +324,0.286276986,0.785925691,43,-1.545149996,0.7364853874,4846.5794359 +325,-1.379324697,0.377432233,43,-1.545149996,0.7364853874,1525.1495654 +326,-1.203778265,0.212813032,43,-1.545149996,0.7364853874,2384.5256282 +327,0.579916301,0.611743168,43,-1.545149996,0.7364853874,5958.1560891 +328,0.267582642,0.868113908,43,-1.545149996,0.7364853874,4601.122785 +329,0.412869244,-0.050245578,43,-1.545149996,0.7364853874,7483.4704239 +330,0.17524381,0.976660285,43,-1.545149996,0.7364853874,4171.8117383 +331,0.743157214,0.204812899,43,-1.545149996,0.7364853874,7597.3889223 +332,-1.070758176,0.269382282,43,-1.545149996,0.7364853874,2454.8741701 +333,-1.230364251,0.329790229,43,-1.545149996,0.7364853874,1926.8766604 +334,-1.374813124,-0.024926835,43,-1.545149996,0.7364853874,3076.9965404 +335,0.519780566,0.463669906,43,-1.545149996,0.7364853874,6276.8112607 +336,-1.55108034,0.239698561,43,-1.545149996,0.7364853874,1967.8777886 +337,0.180294813,0.029739425,43,-1.545149996,0.7364853874,6595.1651067 +338,0.67820924,0.268170153,43,-1.545149996,0.7364853874,7246.5289834 +339,0.445798684,1.024001867,43,-1.545149996,0.7364853874,4519.7383223 +340,0.691751283,0.150521402,43,-1.545149996,0.7364853874,7646.2324651 +341,-1.036643551,-0.903056181,43,-1.545149996,0.7364853874,6725.2692468 +342,-0.120287036,1.083325163,43,-1.545149996,0.7364853874,3450.8188631 +343,2.823513113,-0.304487164,43,-1.545149996,0.7364853874,8024.5648743 +344,0.457583172,1.12513373,43,-1.545149996,0.7364853874,4273.0856438 +345,0.042918831,0.813795399,43,-1.545149996,0.7364853874,4241.2583166 +346,1.196146777,-0.853142756,43,-1.545149996,0.7364853874,11246.901585 +347,0.206001358,-0.010430701,43,-1.545149996,0.7364853874,6777.8468776 +348,-0.268308653,0.234799412,43,-1.545149996,0.7364853874,4741.8532585 +349,0.759363263,0.736189579,43,-1.545149996,0.7364853874,5891.1904625 +350,0.181363926,0.891988372,43,-1.545149996,0.7364853874,4370.1794226 +351,-0.021111158,0.139103292,43,-1.545149996,0.7364853874,5715.8159871 +352,-0.093355215,0.630686981,43,-1.545149996,0.7364853874,4296.7259743 +353,0.40118964,0.681375926,43,-1.545149996,0.7364853874,5375.6775127 +354,-0.721197315,1.304706234,43,-1.545149996,0.7364853874,2675.6894802 +355,-1.076150317,0.212107639,43,-1.545149996,0.7364853874,2630.7444855 +356,-1.577164531,0.273993443,43,-1.545149996,0.7364853874,1835.1723232 +357,-0.190788414,0.182208586,43,-1.545149996,0.7364853874,5105.3605701 +358,-0.261349752,0.209710184,43,-1.545149996,0.7364853874,4826.9390589 +359,-1.029303852,0.083549259,43,-1.545149996,0.7364853874,3160.3292403 +360,-1.268609162,0.330525297,43,-1.545149996,0.7364853874,1857.0164302 +361,1.282982244,-0.926641967,43,-1.545149996,0.7364853874,11323.939065 +362,0.217352334,0.731352408,43,-1.545149996,0.7364853874,4832.831777 +363,-1.511833084,0.258629297,43,-1.545149996,0.7364853874,1896.2084948 +364,0.338812194,0.823184618,43,-1.545149996,0.7364853874,4858.7839084 +365,-0.324406489,1.134201999,43,-1.545149996,0.7364853874,3060.1700102 +366,1.389579348,0.399185724,43,-1.545149996,0.7364853874,7882.1209532 +367,2.047152199,-0.039082036,43,-1.545149996,0.7364853874,9252.3689761 +368,0.947780369,0.568250077,43,-1.545149996,0.7364853874,6762.7395454 +369,0.763824846,0.576754987,43,-1.545149996,0.7364853874,6426.4685707 +370,-0.142334657,0.928153068,43,-1.545149996,0.7364853874,3613.6211829 +371,0.610266567,0.547265983,43,-1.545149996,0.7364853874,6220.436913 +372,0.210731629,0.746815056,43,-1.545149996,0.7364853874,4779.2079199 +373,-1.34931644,0.316895224,43,-1.545149996,0.7364853874,1788.3280909 +374,2.407696481,0.655030745,43,-1.545149996,0.7364853874,6203.5726365 +375,0.64207831,0.545359131,43,-1.545149996,0.7364853874,6292.2221661 +376,1.174597538,0.840588356,43,-1.545149996,0.7364853874,6025.3882716 +377,0.660059424,0.010604079,43,-1.545149996,0.7364853874,7991.1139989 +378,-0.730263819,0.010486456,43,-1.545149996,0.7364853874,4078.1082341 +379,0.831068936,0.512339172,43,-1.545149996,0.7364853874,6763.7502486 +380,1.301180979,0.72367476,43,-1.545149996,0.7364853874,6564.5280042 +381,1.811128231,0.322854402,43,-1.545149996,0.7364853874,8174.9168282 +382,0.435105812,0.992284428,43,-1.545149996,0.7364853874,4587.0441756 +383,0.62643634,0.592027932,43,-1.545149996,0.7364853874,6113.7099311 +384,0.492988703,-0.516339467,43,-1.545149996,0.7364853874,8880.2048668 +385,-0.162469483,0.112549365,43,-1.545149996,0.7364853874,5371.2957545 +386,0.314630866,0.472006421,43,-1.545149996,0.7364853874,5755.9802273 +387,0.166744804,0.822815954,43,-1.545149996,0.7364853874,4498.3721792 +388,0.417159608,0.965805736,43,-1.545149996,0.7364853874,4627.7681807 +389,0.106334961,0.868774244,43,-1.545149996,0.7364853874,4264.5231536 +390,0.815086969,-0.338144359,43,-1.545149996,0.7364853874,9400.0914615 +391,0.59867455,-0.230624824,43,-1.545149996,0.7364853874,8502.9631539 +392,1.915104874,0.066220985,43,-1.545149996,0.7364853874,9064.1750961 +393,1.278093622,0.064463721,43,-1.545149996,0.7364853874,9071.1783439 +394,-0.061477853,0.302997961,43,-1.545149996,0.7364853874,5172.1055156 +395,0.251311504,0.626976942,43,-1.545149996,0.7364853874,5180.742445 +396,2.950242872,0.149095644,43,-1.545149996,0.7364853874,6451.6116112 +397,-0.180294708,0.35375117,43,-1.545149996,0.7364853874,4700.1950549 +398,1.010448592,-0.351180233,43,-1.545149996,0.7364853874,9965.9601564 +399,-1.748740498,0.3686318073,43,-1.545149996,0.7364853874,1606.9536291 +400,2.699635665,0.123533791,43,-1.545149996,0.7364853874,7217.1440754 +401,0.496808033,0.823843254,43,-1.545149996,0.7364853874,5162.0802099 +402,0.129574704,0.763364087,43,-1.545149996,0.7364853874,4553.5904497 +403,1.798920311,0.817447563,43,-1.545149996,0.7364853874,6247.7084193 +404,0.335987953,0.746786541,43,-1.545149996,0.7364853874,5055.5148127 +405,-1.085413643,0.292154671,43,-1.545149996,0.7364853874,2349.09232 +406,-0.155321003,0.508207011,43,-1.545149996,0.7364853874,4402.5683673 +407,0.620529244,-0.301175104,43,-1.545149996,0.7364853874,8749.7615389 +408,1.684402744,0.368716966,43,-1.545149996,0.7364853874,8054.3081699 +409,0.300582244,-0.386397212,43,-1.545149996,0.7364853874,8024.0159554 +410,2.913555946,-0.009225192,43,-1.545149996,0.7364853874,6987.6568113 +411,1.465101417,0.493232532,43,-1.545149996,0.7364853874,7549.3383702 +412,0.090612882,0.907955955,43,-1.545149996,0.7364853874,4148.586693 +413,2.987564726,-0.729568594,43,-1.545149996,0.7364853874,8511.652597 +414,-1.484261606,0.224149272,43,-1.545149996,0.7364853874,2040.1526101 +415,0.164073421,0.303955133,43,-1.545149996,0.7364853874,5811.2430081 +416,0.141441293,0.167552546,43,-1.545149996,0.7364853874,6112.4970171 +417,2.931321023,-0.506718887,43,-1.545149996,0.7364853874,8193.1889528 +418,2.21951565,0.700596356,43,-1.545149996,0.7364853874,6328.4710507 +419,0.268112576,1.199114336,43,-1.545149996,0.7364853874,3861.7085014 +420,0.978913739,0.359223811,43,-1.545149996,0.7364853874,7551.1951692 +421,1.210898818,0.522863584,43,-1.545149996,0.7364853874,7260.9695213 +422,2.347397336,0.129231362,43,-1.545149996,0.7364853874,8072.998359 +423,0.614394501,0.556878345,43,-1.545149996,0.7364853874,6199.0613445 +424,-1.398079356,0.148483366,43,-1.545149996,0.7364853874,2384.9672748 +425,2.535303836,-0.112984496,43,-1.545149996,0.7364853874,8344.3462725 +426,-1.019372593,-0.405322349,43,-1.545149996,0.7364853874,4914.985885 +427,-1.297785627,-0.160104069,43,-1.545149996,0.7364853874,3663.0243474 +428,2.144554488,0.205051084,43,-1.545149996,0.7364853874,8215.3884674 +429,-2.242387083,-0.426171285,43,-1.545149996,0.7364853874,5264.0724077 +430,0.338637212,0.909723676,43,-1.545149996,0.7364853874,4634.4326479 +431,-0.148798452,0.691042401,43,-1.545149996,0.7364853874,4022.4850571 +432,0.893524764,0.441829531,43,-1.545149996,0.7364853874,7115.7157301 +433,0.969229347,-0.368847936,43,-1.545149996,0.7364853874,9905.8990217 +434,0.436043248,0.800045688,43,-1.545149996,0.7364853874,5114.5443634 +435,1.687946607,1.081504775,43,-1.545149996,0.7364853874,5236.8375158 +436,0.522302046,-0.034889271,43,-1.545149996,0.7364853874,7749.7065688 +437,-0.178996113,-0.438090009,43,-1.545149996,0.7364853874,6812.7355274 +438,-1.094339566,0.301444068,43,-1.545149996,0.7364853874,2299.4476553 +439,-1.064070054,0.242569932,43,-1.545149996,0.7364853874,2556.4418711 +440,-1.068153768,0.230387998,43,-1.545149996,0.7364853874,2587.3807926 +441,-3.00496892,-0.23989155,43,-1.545149996,0.7364853874,6538.7207641 +442,0.21751974,0.766874888,43,-1.545149996,0.7364853874,4744.7448343 +443,0.117229532,0.007619006,43,-1.545149996,0.7364853874,6470.1784986 +444,0.777758451,0.420554741,43,-1.545149996,0.7364853874,6970.2206148 +445,-0.252356999,0.250747086,43,-1.545149996,0.7364853874,4747.8426339 +446,0.363148444,0.768483434,43,-1.545149996,0.7364853874,5054.495262 +447,0.903191366,-0.118210676,43,-1.545149996,0.7364853874,8999.0308829 +448,-0.205755923,0.149406178,43,-1.545149996,0.7364853874,5147.266653 +449,1.811996086,0.02364353,43,-1.545149996,0.7364853874,9335.6935521 +450,-1.100670221,0.314845373,43,-1.545149996,0.7364853874,2242.5086339 +451,0.340078597,0.850105132,43,-1.545149996,0.7364853874,4790.8855602 +452,0.258757267,0.804969236,43,-1.545149996,0.7364853874,4739.6726375 +453,2.78505352,-0.155160804,43,-1.545149996,0.7364853874,7752.1120985 +454,0.800551619,0.105822106,43,-1.545149996,0.7364853874,8046.3220078 +455,0.437940882,-0.506194031,43,-1.545149996,0.7364853874,8698.5561957 +456,2.230431122,0.63458615,43,-1.545149996,0.7364853874,6548.9271456 +457,0.527965361,0.127667701,43,-1.545149996,0.7364853874,7297.6714243 +458,-0.063643205,0.702093448,43,-1.545149996,0.7364853874,4219.7293771 +459,1.408447268,0.133010502,43,-1.545149996,0.7364853874,8933.1698536 +460,0.523795955,0.280266966,43,-1.545149996,0.7364853874,6835.8086495 +461,-0.975769313,0.072177659,43,-1.545149996,0.7364853874,3309.6104938 +462,0.549774164,-0.463663986,43,-1.545149996,0.7364853874,8931.8182199 +463,0.29245874,1.095549818,43,-1.545149996,0.7364853874,4111.8192413 +464,0.143625958,0.816809593,43,-1.545149996,0.7364853874,4461.5323461 +465,0.671902494,0.611159853,43,-1.545149996,0.7364853874,6142.4906112 +466,1.239840988,0.6724199,43,-1.545149996,0.7364853874,6717.2436718 +467,0.607829703,-0.10932137,43,-1.545149996,0.7364853874,8196.8890305 +468,1.763020906,0.263996692,43,-1.545149996,0.7364853874,8434.5278438 +469,0.378714634,0.726066797,43,-1.545149996,0.7364853874,5203.05188 +470,2.196736143,-0.153862366,43,-1.545149996,0.7364853874,9332.4691535 +471,0.01702415,0.148991565,43,-1.545149996,0.7364853874,5801.1771242 +472,-2.998490902,-0.158002487,43,-1.545149996,0.7364853874,6300.9664467 +473,-3.051262951,-0.346595608,43,-1.545149996,0.7364853874,6951.4288069 +474,-1.069176439,0.182802941,43,-1.545149996,0.7364853874,2743.1916679 +475,0.167157509,0.595344954,43,-1.545149996,0.7364853874,5055.7933776 +476,0.613855648,0.681746124,43,-1.545149996,0.7364853874,5808.9124338 +477,1.037012736,0.682555367,43,-1.545149996,0.7364853874,6473.7791896 +478,-1.253574971,0.379755746,43,-1.545149996,0.7364853874,1712.3573857 +479,3.108590453,-0.132620738,43,-1.545149996,0.7364853874,6745.753213 +480,0.565301296,0.022333262,43,-1.545149996,0.7364853874,7704.3321746 +481,0.547898238,0.855555614,43,-1.545149996,0.7364853874,5160.681299 +482,0.948309381,0.417393755,43,-1.545149996,0.7364853874,7295.0020464 +483,-0.050600732,0.945269213,43,-1.545149996,0.7364853874,3783.0431626 +484,-0.977651478,-0.572363064,43,-1.545149996,0.7364853874,5580.037441 +485,1.102014914,0.728861163,43,-1.545149996,0.7364853874,6376.7349234 +486,2.927300795,-0.282939414,43,-1.545149996,0.7364853874,7666.102802 +487,-1.154565557,0.124434095,43,-1.545149996,0.7364853874,2783.3461349 +488,1.855331234,0.291044755,43,-1.545149996,0.7364853874,8265.2531042 +489,0.830290659,0.276904518,43,-1.545149996,0.7364853874,7553.4841371 +490,0.485104466,-0.234867441,43,-1.545149996,0.7364853874,8186.1847981 +491,0.521367572,-0.33161327,43,-1.545149996,0.7364853874,8537.5522942 +1,-1.539031704,0.7349710123,44,-1.543106091,0.7364823484,13.378368457 +2,-1.536990553,0.7349663874,44,-1.543106091,0.7364823484,18.935376614 +3,-1.534951779,0.7349571355,44,-1.543106091,0.7364823484,24.695298774 +4,-1.532906461,0.7349480293,44,-1.543106091,0.7364823484,30.561428934 +5,-1.531320211,0.7346937278,44,-1.543106091,0.7364823484,35.330635338 +6,-1.539451648,0.7335131775,44,-1.543106091,0.7364823484,15.925676871 +7,-1.537429487,0.7335445708,44,-1.543106091,0.7364823484,20.337809358 +8,-1.535484998,0.7335658704,44,-1.543106091,0.7364823484,25.197394782 +9,-1.533488396,0.7336036027,44,-1.543106091,0.7364823484,30.473170541 +10,-1.531497785,0.7335842962,44,-1.543106091,0.7364823484,35.988440889 +11,-1.530259379,0.7334777758,44,-1.543106091,0.7364823484,39.580771549 +12,-1.5335454,0.7322346912,44,-1.543106091,0.7364823484,32.759849643 +13,-1.531489083,0.7322238773,44,-1.543106091,0.7364823484,38.093220811 +14,-1.530011122,0.7321679851,44,-1.543106091,0.7364823484,42.123592775 +15,-1.53348106,0.7306614094,44,-1.543106091,0.7364823484,36.517740848 +16,-1.531441779,0.7306962275,44,-1.543106091,0.7364823484,41.267175604 +17,-1.529755654,0.7306933243,44,-1.543106091,0.7364823484,45.48189618 +18,-1.533415048,0.7291384674,44,-1.543106091,0.7364823484,40.746256913 +19,-1.531392093,0.7291705353,44,-1.543106091,0.7364823484,45.035442338 +20,-1.529296523,0.7291214933,44,-1.543106091,0.7364823484,50.031637389 +21,-1.535280942,0.727267644,44,-1.543106091,0.7364823484,43.17262518 +22,-1.533378158,0.7276139666,44,-1.543106091,0.7364823484,45.336108622 +23,-1.531340368,0.7276446587,44,-1.543106091,0.7364823484,49.264397513 +24,-1.528960113,0.7276398177,44,-1.543106091,0.7364823484,54.439529293 +25,-1.533313146,0.7260818349,44,-1.543106091,0.7364823484,50.306172088 +26,-1.531259555,0.7260958115,44,-1.543106091,0.7364823484,53.966564271 +27,-1.528926415,0.7260865555,44,-1.543106091,0.7364823484,58.678830318 +28,-1.531226779,0.7245511789,44,-1.543106091,0.7364823484,58.836181626 +29,-1.528904772,0.7245519194,44,-1.543106091,0.7364823484,63.154609958 +30,-1.547195875,0.7409785979,44,-1.543106091,0.7364823484,21.462192913 +31,-1.5451475,0.740980426,44,-1.543106091,0.7364823484,18.793080403 +32,-1.543097679,0.7409798872,44,-1.543106091,0.7364823484,17.814768119 +33,-1.540720364,0.7409892687,44,-1.543106091,0.7364823484,19.170324134 +34,-1.547188511,0.7395198392,44,-1.543106091,0.7364823484,16.966836224 +35,-1.545148587,0.7395226109,44,-1.543106091,0.7364823484,13.447879454 +36,-1.543104538,0.7395314908,44,-1.543106091,0.7364823484,12.077653858 +37,-1.540727751,0.7395306258,44,-1.543106091,0.7364823484,13.941316654 +38,-1.547187029,0.7380014886,44,-1.543106091,0.7364823484,13.394718264 +39,-1.545147315,0.7380012252,44,-1.543106091,0.7364823484,8.4867338094 +40,-1.54310719,0.7380060743,44,-1.543106091,0.7364823484,6.0354789294 +41,-1.540719671,0.7380068206,44,-1.543106091,0.7364823484,9.2430794334 +42,-1.547187189,0.7364799098,44,-1.543106091,0.7364823484,11.975794837 +43,-1.545149996,0.7364853874,44,-1.543106091,0.7364823484,5.9977418517 +44,-1.543106091,0.7364823484,44,-1.543106091,0.7364823484,3.0031262003 +45,-1.540717158,0.7364893901,44,-1.543106091,0.7364823484,7.010239733 +46,-1.538663972,0.7410138672,44,-1.543106091,0.7364823484,22.167443412 +47,-1.53695285,0.7409699132,44,-1.543106091,0.7364823484,25.311324357 +48,-1.534910498,0.7409641297,44,-1.543106091,0.7364823484,29.852494931 +49,-1.533145034,0.7409536636,44,-1.543106091,0.7364823484,34.126371474 +50,-1.538681336,0.7395405883,44,-1.543106091,0.7364823484,17.744392821 +51,-1.536999189,0.7395183096,44,-1.543106091,0.7364823484,21.560768373 +52,-1.534923633,0.7395144222,44,-1.543106091,0.7364823484,26.817572207 +53,-1.533267822,0.7395654306,44,-1.543106091,0.7364823484,31.309292434 +54,-1.53867273,0.7380151077,44,-1.543106091,0.7364823484,14.34821732 +55,-1.536980576,0.7379994392,44,-1.543106091,0.7364823484,18.941140272 +56,-1.534931522,0.7379944961,44,-1.543106091,0.7364823484,24.708353796 +57,-1.533387952,0.7379480264,44,-1.543106091,0.7364823484,29.083715326 +58,-1.538682279,0.7364914363,44,-1.543106091,0.7364823484,12.98145229 +59,-1.536980704,0.7364810563,44,-1.543106091,0.7364823484,17.974647846 +60,-1.534935567,0.7364752065,44,-1.543106091,0.7364823484,23.976065788 +61,-1.533042592,0.7363876366,44,-1.543106091,0.7364823484,29.53443838 +62,-1.545143426,0.7349628011,44,-1.543106091,0.7364823484,8.4863809631 +63,-1.543105297,0.7349691947,44,-1.543106091,0.7364823484,5.9936022059 +64,-1.541064533,0.7349647152,44,-1.543106091,0.7364823484,8.4897548545 +65,-1.545411803,0.7334624714,44,-1.543106091,0.7364823484,13.74725328 +66,-1.543446606,0.7334780896,44,-1.543106091,0.7364823484,11.941861167 +67,-1.541475327,0.7334957295,44,-1.543106091,0.7364823484,12.763651519 +68,-1.545401939,0.731963266,44,-1.543106091,0.7364823484,19.130775978 +69,-1.54342253,0.7319915583,44,-1.543106091,0.7364823484,17.812338373 +70,-1.541455867,0.7320216438,44,-1.543106091,0.7364823484,18.323013278 +71,-1.545410146,0.7304422281,44,-1.543106091,0.7364823484,24.86693339 +72,-1.543435491,0.7304713664,44,-1.543106091,0.7364823484,23.829219278 +73,-1.541463105,0.7304997613,44,-1.543106091,0.7364823484,24.185108333 +74,-1.545414768,0.7289194936,44,-1.543106091,0.7364823484,30.718078081 +75,-1.543435774,0.7289538557,44,-1.543106091,0.7364823484,29.836155292 +76,-1.541457714,0.7289765881,44,-1.543106091,0.7364823484,30.123875408 +77,-1.539449415,0.7320555866,44,-1.543106091,0.7364823484,20.568343196 +78,-1.537429183,0.7321097681,44,-1.543106091,0.7364823484,24.053740477 +79,-1.535472649,0.7321497267,44,-1.543106091,0.7364823484,28.253187191 +80,-1.539457899,0.7305333307,44,-1.543106091,0.7364823484,25.893784855 +81,-1.537453161,0.7305750503,44,-1.543106091,0.7364823484,28.70791466 +82,-1.535479385,0.7306124949,44,-1.543106091,0.7364823484,32.312802105 +83,-1.53946905,0.7290102593,44,-1.543106091,0.7364823484,31.474681657 +84,-1.537459922,0.7290417293,44,-1.543106091,0.7364823484,33.837473441 +85,-1.535451349,0.7290890157,44,-1.543106091,0.7364823484,36.953279685 +86,-1.535522937,0.7279887191,44,-1.543106091,0.7364823484,40.383642755 +87,-1.539442524,0.7274735939,44,-1.543106091,0.7364823484,37.280559094 +88,-1.537424111,0.727521351,44,-1.543106091,0.7364823484,39.244318104 +89,-1.539384641,0.7259505092,44,-1.543106091,0.7364823484,43.135434149 +90,-1.537372391,0.7259947145,44,-1.543106091,0.7364823484,44.849395304 +91,-1.535340789,0.7260435356,44,-1.543106091,0.7364823484,47.263152642 +92,-1.539325716,0.7244369706,44,-1.543106091,0.7364823484,48.998062328 +93,-1.537308932,0.7244801057,44,-1.543106091,0.7364823484,50.523864243 +94,-1.535289068,0.7245247645,44,-1.543106091,0.7364823484,52.680246875 +95,-1.533261366,0.7245550236,44,-1.543106091,0.7364823484,55.457704921 +96,-1.539267302,0.722921924,44,-1.543106091,0.7364823484,54.895500258 +97,-1.537248972,0.7229660258,44,-1.543106091,0.7364823484,56.261384187 +98,-1.535219431,0.7229916471,44,-1.543106091,0.7364823484,58.288885975 +99,-1.53318962,0.7230212049,44,-1.543106091,0.7364823484,60.827904282 +100,-1.531154816,0.7230299897,44,-1.543106091,0.7364823484,63.907156272 +101,-1.528878341,0.7230370244,44,-1.543106091,0.7364823484,67.827332062 +102,-1.539218189,0.7214009878,44,-1.543106091,0.7364823484,60.831514873 +103,-1.537198791,0.7214422745,44,-1.543106091,0.7364823484,62.077334116 +104,-1.535179266,0.7214634354,44,-1.543106091,0.7364823484,63.93312379 +105,-1.533156501,0.7214944644,44,-1.543106091,0.7364823484,66.244991884 +106,-1.53113574,0.7215166021,44,-1.543106091,0.7364823484,69.025689043 +107,-1.528874248,0.7215345535,44,-1.543106091,0.7364823484,72.616978047 +108,-1.539217656,0.7198512397,44,-1.543106091,0.7364823484,66.871315081 +109,-1.537199919,0.7199428763,44,-1.543106091,0.7364823484,67.799605427 +110,-1.545425832,0.727397149,44,-1.543106091,0.7364823484,36.629827949 +111,-1.543371177,0.7273916949,44,-1.543106091,0.7364823484,36.0165489 +112,-1.541368852,0.7274523163,44,-1.543106091,0.7364823484,36.132351353 +113,-1.545349067,0.7258710923,44,-1.543106091,0.7364823484,42.548291821 +114,-1.54332671,0.7258603556,44,-1.543106091,0.7364823484,42.078741918 +115,-1.541346831,0.7259242142,44,-1.543106091,0.7364823484,42.141213827 +116,-1.545324355,0.7243383958,44,-1.543106091,0.7364823484,48.54542038 +117,-1.543292796,0.7243617413,44,-1.543106091,0.7364823484,48.012884804 +118,-1.541295822,0.7244024384,44,-1.543106091,0.7364823484,48.145693263 +119,-1.543193859,0.7205570215,44,-1.543106091,0.7364823484,63.080753258 +120,-1.550257047,0.7386738187,44,-1.543106091,0.7364823484,22.689355596 +121,-1.549335448,0.7311736483,44,-1.543106091,0.7364823484,27.891224031 +122,-1.533478843,0.7179891343,44,-1.543106091,0.7364823484,78.595098191 +123,-1.556150555,0.738907041,44,-1.543106091,0.7364823484,39.423833647 +124,-1.554324226,0.733414257,44,-1.543106091,0.7364823484,35.133449056 +125,-1.554290846,0.7288285332,44,-1.543106091,0.7364823484,44.763611319 +126,-1.55122487,0.7219795312,44,-1.543106091,0.7364823484,62.249629912 +127,-1.525104458,0.7229399862,44,-1.543106091,0.7364823484,75.511043323 +128,-1.519607711,0.7236181429,44,-1.543106091,0.7364823484,86.059810478 +129,-1.513899999,0.7251107854,44,-1.543106091,0.7364823484,97.206880475 +130,-1.536620762,0.7431061895,44,-1.543106091,0.7364823484,32.3786264 +131,-1.5369566,0.7460845958,44,-1.543106091,0.7364823484,42.064398129 +132,-1.545345528,0.7447040685,44,-1.543106091,0.7364823484,33.21778911 +133,-1.532813921,0.7432306626,44,-1.543106091,0.7364823484,40.26228112 +134,-1.554788248,0.7382381001,44,-1.543106091,0.7364823484,34.952183883 +135,-1.540348126,0.7301594274,44,-1.543106091,0.7364823484,26.327355052 +136,-1.538016084,0.7239051786,44,-1.543106091,0.7364823484,52.033425398 +137,-1.525288962,0.7258085137,44,-1.543106091,0.7364823484,67.434413467 +138,-1.534326986,0.731241342,44,-1.543106091,0.7364823484,33.13277637 +139,-1.530733872,0.7303625216,44,-1.543106091,0.7364823484,43.737851447 +141,-1.534354939,0.7328219978,44,-1.543106091,0.7364823484,29.527072737 +142,-1.53157084,0.7292888153,44,-1.543106091,0.7364823484,44.329779476 +143,-1.525691035,0.7263799874,44,-1.543106091,0.7364823484,65.089318151 +144,-1.534031287,0.7495967835,44,-1.543106091,0.7364823484,58.301586211 +145,-1.527714986,0.7283095957,44,-1.543106091,0.7364823484,55.703163763 +146,-1.526189586,0.7271468292,44,-1.543106091,0.7364823484,62.06710553 +147,-1.555177336,0.7375563366,44,-1.543106091,0.7364823484,35.659777603 +148,-1.555080283,0.7312707794,44,-1.543106091,0.7364823484,40.824099346 +149,-1.53856994,0.7224180299,44,-1.543106091,0.7364823484,57.296595791 +150,-1.530837883,0.729933372,44,-1.543106091,0.7364823484,44.459100199 +151,-1.515066984,0.5854133365,44,-1.543106091,0.7364823484,604.73897397 +152,-1.534731633,0.5368370046,44,-1.543106091,0.7364823484,791.24094208 +153,-1.515231902,0.5607085576,44,-1.543106091,0.7364823484,701.73900112 +154,-2.616253799,1.0684566605,44,-1.543106091,0.7364823484,2808.5670303 +155,-1.956071439,0.5792177723,44,-1.543106091,0.7364823484,1429.9775107 +156,-1.951208514,0.5602434208,44,-1.543106091,0.7364823484,1458.5108325 +157,-1.944675062,0.6062144545,44,-1.543106091,0.7364823484,1342.7005863 +158,-1.613778386,0.6077989518,44,-1.543106091,0.7364823484,554.60801762 +159,-2.035029014,0.6021432345,44,-1.543106091,0.7364823484,1609.2880195 +160,-2.114989471,0.6801825058,44,-1.543106091,0.7364823484,1723.9821533 +161,-2.037382079,0.5765830025,44,-1.543106091,0.7364823484,1665.3621029 +162,-2.129855121,0.6585019963,44,-1.543106091,0.7364823484,1795.9390909 +163,-2.075141798,0.6493615843,44,-1.543106091,0.7364823484,1648.410587 +164,-1.828626729,0.6948433129,44,-1.543106091,0.7364823484,867.84060892 +165,-1.863329418,0.6735427691,44,-1.543106091,0.7364823484,995.49375555 +166,-1.266037071,0.727988852,44,-1.543106091,0.7364823484,815.6830595 +167,-1.277579582,0.7249010648,44,-1.543106091,0.7364823484,783.55280804 +168,-1.258418684,0.7241194816,44,-1.543106091,0.7364823484,840.20964267 +169,-1.317813974,0.6804850104,44,-1.543106091,0.7364823484,712.15958521 +170,-1.344165204,0.6790988904,44,-1.543106091,0.7364823484,639.78228159 +171,-1.427582102,0.5277120351,44,-1.543106091,0.7364823484,904.86138791 +172,-1.402238616,0.457167829,44,-1.543106091,0.7364823484,1197.3346716 +173,-1.422454264,0.4996161999,44,-1.543106091,0.7364823484,1014.949848 +174,-1.439089277,0.4894859811,44,-1.543106091,0.7364823484,1034.0541726 +175,-1.448126995,0.5182330266,44,-1.543106091,0.7364823484,916.03773918 +176,-1.474626146,0.5881926574,44,-1.543106091,0.7364823484,624.91380371 +177,-1.421139645,0.5584869783,44,-1.543106091,0.7364823484,802.76151412 +178,-1.457037165,0.565943032,44,-1.543106091,0.7364823484,727.54697426 +179,-2.757159358,0.3745319,44,-1.543106091,0.7364823484,4209.3734539 +180,-2.714309238,0.342054471,44,-1.543106091,0.7364823484,4162.4812764 +181,-2.000525337,0.774119946,44,-1.543106091,0.7364823484,1321.8262159 +183,-1.571413436,0.6777838382,44,-1.543106091,0.7364823484,247.62393679 +184,-1.552860289,0.6987663893,44,-1.543106091,0.7364823484,152.2010376 +185,-1.521852374,0.7165827476,44,-1.543106091,0.7364823484,100.85794377 +186,-1.503656267,0.6928968252,44,-1.543106091,0.7364823484,209.10970851 +187,-1.502753178,0.7136205882,44,-1.543106091,0.7364823484,150.03140354 +188,-1.631894563,0.7343596465,44,-1.543106091,0.7364823484,260.89277044 +189,-1.653765416,0.6770714026,44,-1.543106091,0.7364823484,407.83889332 +190,-1.719812114,0.6715965947,44,-1.543106091,0.7364823484,591.66194187 +191,-1.493406659,0.6646955447,44,-1.543106091,0.7364823484,321.66573432 +192,-1.469120564,0.6613469966,44,-1.543106091,0.7364823484,372.58625789 +193,-1.590551461,0.5326612937,44,-1.543106091,0.7364823484,821.27061638 +194,-1.625979264,0.5247742243,44,-1.543106091,0.7364823484,879.09105156 +195,-1.572293943,0.5238808754,44,-1.543106091,0.7364823484,847.2282354 +196,-1.610848725,0.5477107964,44,-1.543106091,0.7364823484,777.74947829 +197,-1.208485554,0.7918526018,44,-1.543106091,0.7364823484,979.17702507 +198,-1.335601374,0.6869083083,44,-1.543106091,0.7364823484,651.99690021 +199,-1.346156996,0.6825213377,44,-1.543106091,0.7364823484,628.67477629 +200,-1.324381037,0.6741422347,44,-1.543106091,0.7364823484,703.52670362 +201,-1.242424992,0.7378949807,44,-1.543106091,0.7364823484,880.27858322 +202,-1.270370057,0.7392461008,44,-1.543106091,0.7364823484,798.27598769 +203,-1.448950472,0.7441675014,44,-1.543106091,0.7364823484,276.95973241 +204,-1.492662363,0.7523026852,44,-1.543106091,0.7364823484,159.74948809 +205,-1.479098966,0.7763855017,44,-1.543106091,0.7364823484,242.81643449 +206,-1.633760714,0.7869022408,44,-1.543106091,0.7364823484,327.62138561 +207,-1.647406434,0.8101289331,44,-1.543106091,0.7364823484,415.10172447 +208,-1.564245052,0.5701509278,44,-1.543106091,0.7364823484,662.16391778 +209,-1.646289963,0.6833746083,44,-1.543106091,0.7364823484,374.46474867 +210,-1.5820631,0.6751952144,44,-1.543106091,0.7364823484,269.64635443 +211,-1.613236298,0.6681681791,44,-1.543106091,0.7364823484,343.68709541 +212,-1.914661867,0.8212566515,44,-1.543106091,0.7364823484,1095.9290877 +213,-1.742133237,0.7250275956,44,-1.543106091,0.7364823484,588.3672068 +214,-2.033144872,0.6557314699,44,-1.543106091,0.7364823484,1516.1060398 +215,-2.039551981,0.6964723658,44,-1.543106091,0.7364823484,1484.4324392 +216,-1.247341019,0.7622473908,44,-1.543106091,0.7364823484,862.21818503 +217,-1.298239787,0.7084123392,44,-1.543106091,0.7364823484,735.199729 +218,-1.308539688,0.6926545592,44,-1.543106091,0.7364823484,722.13463136 +219,-1.303263185,0.6888938396,44,-1.543106091,0.7364823484,742.16782589 +220,-1.852400229,0.6004246149,44,-1.543106091,0.7364823484,1099.0334725 +221,-1.288947707,0.7473773692,44,-1.543106091,0.7364823484,742.44812419 +222,-1.372031502,0.7472790993,44,-1.543106091,0.7364823484,501.0868553 +223,-1.289805721,0.7242157877,44,-1.543106091,0.7364823484,748.0882607 +224,-1.350807603,0.7533498126,44,-1.543106091,0.7364823484,563.50959097 +225,-1.329290365,0.7560442322,44,-1.543106091,0.7364823484,626.06865476 +226,-1.410153004,0.616936428,44,-1.543106091,0.7364823484,626.18666106 +227,-1.393445434,0.6308995063,44,-1.543106091,0.7364823484,620.77615209 +228,-1.37595573,0.6241540638,44,-1.543106091,0.7364823484,679.55464576 +229,-1.358388707,0.6172645205,44,-1.543106091,0.7364823484,739.46362267 +230,-1.753741133,0.8281661666,44,-1.543106091,0.7364823484,693.15026587 +231,-1.47430987,0.6834615681,44,-1.543106091,0.7364823484,294.57670742 +232,-1.421012508,0.7222725206,44,-1.543106091,0.7364823484,364.83452283 +233,-1.4476833,0.6978557868,44,-1.543106091,0.7364823484,323.25967589 +234,-1.470370723,0.6966193374,44,-1.543106091,0.7364823484,268.51611363 +235,-1.429211703,0.7037216883,44,-1.543106091,0.7364823484,362.99319726 +236,-1.700578405,0.6178673663,44,-1.543106091,0.7364823484,675.31107295 +237,-1.678117619,0.6331716163,44,-1.543106091,0.7364823484,581.77087733 +238,-1.725644578,0.6316331145,44,-1.543106091,0.7364823484,696.61769788 +239,-2.14012759,0.7930497945,44,-1.543106091,0.7364823484,1707.8618976 +240,-2.103289431,0.7653606263,44,-1.543106091,0.7364823484,1615.965768 +241,-1.318739838,0.7017808746,44,-1.543106091,0.7364823484,681.92496533 +242,-1.396417427,0.7077900843,44,-1.543106091,0.7364823484,450.36021465 +243,-1.35650337,0.7185539404,44,-1.543106091,0.7364823484,556.17739276 +244,-1.248884539,0.7274156818,44,-1.543106091,0.7364823484,866.25040404 +245,-1.395014798,0.5761185243,44,-1.543106091,0.7364823484,786.14079579 +246,-1.433377362,0.6064716109,44,-1.543106091,0.7364823484,616.82091915 +247,-1.408172432,0.5903155476,44,-1.543106091,0.7364823484,715.22069172 +248,-1.749645898,0.7757118084,44,-1.543106091,0.7364823484,614.51778311 +249,-1.571626686,0.615046989,44,-1.543106091,0.7364823484,488.98585678 +250,-1.514070049,0.6303003037,44,-1.543106091,0.7364823484,429.91248265 +251,-1.480890369,0.6237966528,44,-1.543106091,0.7364823484,485.61045431 +252,-1.704390658,0.5281680612,44,-1.543106091,0.7364823484,971.43938928 +253,-1.64434733,0.5254277498,44,-1.543106091,0.7364823484,895.92362009 +254,-1.703855997,0.4792484842,44,-1.543106091,0.7364823484,1143.4375275 +255,-1.692002383,0.5748825051,44,-1.543106091,0.7364823484,791.6986511 +256,-1.854136457,0.5544643913,44,-1.543106091,0.7364823484,1215.8282046 +257,-1.665021206,0.520317736,44,-1.543106091,0.7364823484,940.28349843 +258,-1.733654349,0.4845187345,44,-1.543106091,0.7364823484,1171.7978758 +259,-1.720938188,0.5135933906,44,-1.543106091,0.7364823484,1049.7496982 +260,-1.742668307,0.553296122,44,-1.543106091,0.7364823484,960.24071611 +261,-1.965659039,0.7142126903,44,-1.543106091,0.7364823484,1251.2900125 +262,-1.944438071,0.6772834804,44,-1.543106091,0.7364823484,1227.3654932 +263,-1.270340967,0.7681487096,44,-1.543106091,0.7364823484,797.48597567 +264,-1.353091884,0.6549276821,44,-1.543106091,0.7364823484,661.1681696 +265,-1.333236659,0.6413584414,44,-1.543106091,0.7364823484,743.0977719 +266,-1.352015998,0.6753788907,44,-1.543106091,0.7364823484,624.19224482 +267,-1.377988483,0.6577816235,44,-1.543106091,0.7364823484,589.89649557 +268,-2.13075611,0.8318642051,44,-1.543106091,0.7364823484,1676.5473959 +269,-2.097910953,0.8259670014,44,-1.543106091,0.7364823484,1588.3254657 +270,-1.416382069,0.6694271549,44,-1.543106091,0.7364823484,465.7767473 +271,-1.538905672,0.7535625993,44,-1.543106091,0.7364823484,68.751310894 +272,-1.572309477,0.7803125099,44,-1.543106091,0.7364823484,192.84160797 +273,-1.87759879,0.7503853417,44,-1.543106091,0.7364823484,974.77716776 +274,1.152365588,0.590457682,44,-1.543106091,0.7364823484,6943.7075962 +275,0.350198001,0.718001859,44,-1.543106091,0.7364823484,5159.3514287 +276,0.046513677,0.491503852,44,-1.543106091,0.7364823484,4995.463565 +277,0.027510309,0.742571376,44,-1.543106091,0.7364823484,4354.0511982 +278,0.306285725,-0.214631579,44,-1.543106091,0.7364823484,7604.9951028 +279,-1.100564889,0.318051531,44,-1.543106091,0.7364823484,2227.9506333 +280,-1.078582306,0.301437596,44,-1.543106091,0.7364823484,2330.2359183 +281,-1.137371989,-0.617634065,44,-1.543106091,0.7364823484,5561.525053 +282,0.784356344,0.703272339,44,-1.543106091,0.7364823484,6037.7582827 +283,-1.221209947,0.218327455,44,-1.543106091,0.7364823484,2332.3886187 +284,2.347301921,-0.449114658,44,-1.543106091,0.7364823484,9768.668176 +285,0.246820618,0.830553713,44,-1.543106091,0.7364823484,4646.6702215 +286,0.829414965,0.703288228,44,-1.543106091,0.7364823484,6109.5021762 +287,-1.337537566,0.42332223,44,-1.543106091,0.7364823484,1411.8764874 +288,0.882453706,0.454478077,44,-1.543106091,0.7364823484,7049.0325684 +289,1.575629659,0.416419109,44,-1.543106091,0.7364823484,7876.4388585 +290,-1.039455679,0.229888244,44,-1.543106091,0.7364823484,2647.4306129 +291,0.489558039,0.934482747,44,-1.543106091,0.7364823484,4830.6904562 +292,0.081344504,0.88384514,44,-1.543106091,0.7364823484,4174.698566 +293,-1.547979814,0.300350308,44,-1.543106091,0.7364823484,1727.5978175 +294,0.040776181,0.168560074,44,-1.543106091,0.7364823484,5812.7098438 +295,-1.130374745,0.563894876,44,-1.543106091,0.7364823484,1462.9542915 +296,1.578326642,0.478507176,44,-1.543106091,0.7364823484,7630.7103214 +297,-1.12861823,-0.291640865,44,-1.543106091,0.7364823484,4344.8779089 +298,0.310524208,0.770885792,44,-1.543106091,0.7364823484,4932.9220406 +299,0.415649091,-0.387246002,44,-1.543106091,0.7364823484,8356.363303 +300,-0.926533878,-0.188022748,44,-1.543106091,0.7364823484,4291.8253205 +301,1.258856172,-0.11716081,44,-1.543106091,0.7364823484,9716.9774713 +302,-1.126050026,0.322941926,44,-1.543106091,0.7364823484,2156.0028389 +303,2.002785835,0.07893892,44,-1.543106091,0.7364823484,8901.3000563 +304,0.440437607,0.746258085,44,-1.543106091,0.7364823484,5270.8346851 +305,-0.030391866,0.214441206,44,-1.543106091,0.7364823484,5485.0714129 +306,0.521557815,-0.058929362,44,-1.543106091,0.7364823484,7809.3919584 +307,-0.097005111,0.13317729,44,-1.543106091,0.7364823484,5502.9718148 +308,1.83113859,0.221857587,44,-1.543106091,0.7364823484,8554.3776808 +309,0.222428864,0.099404236,44,-1.543106091,0.7364823484,6523.2230031 +310,-1.702731345,0.8728568183,44,-1.543106091,0.7364823484,694.62311501 +311,-0.418507569,0.278324921,44,-1.543106091,0.7364823484,4184.7203791 +312,-1.41153306,0.339029988,44,-1.543106091,0.7364823484,1634.9997516 +313,0.357560442,0.114788776,44,-1.543106091,0.7364823484,6864.2778499 +314,0.325818979,0.268352149,44,-1.543106091,0.7364823484,6347.6122431 +315,-1.246004659,-0.663679965,44,-1.543106091,0.7364823484,5648.5895551 +316,1.814603087,0.637404484,44,-1.543106091,0.7364823484,6946.0198702 +317,1.843704281,-0.18300445,44,-1.543106091,0.7364823484,10092.434044 +318,1.690644492,-0.211480909,44,-1.543106091,0.7364823484,10340.153838 +319,-1.275451936,0.068109467,44,-1.543106091,0.7364823484,2811.3856536 +320,0.762430171,-0.207594741,44,-1.543106091,0.7364823484,8893.2178772 +321,0.265668905,-0.014647884,44,-1.543106091,0.7364823484,6956.7922742 +322,-2.773032013,-0.335515811,44,-1.543106091,0.7364823484,6171.6165409 +323,-1.469512853,0.174058777,44,-1.543106091,0.7364823484,2242.387395 +324,0.286276986,0.785925691,44,-1.543106091,0.7364823484,4842.2300794 +325,-1.379324697,0.377432233,44,-1.543106091,0.7364823484,1522.7013379 +326,-1.203778265,0.212813032,44,-1.543106091,0.7364823484,2381.0578224 +327,0.579916301,0.611743168,44,-1.543106091,0.7364823484,5953.977717 +328,0.267582642,0.868113908,44,-1.543106091,0.7364823484,4597.0277275 +329,0.412869244,-0.050245578,44,-1.543106091,0.7364823484,7477.6317648 +330,0.17524381,0.976660285,44,-1.543106091,0.7364823484,4167.9990072 +331,0.743157214,0.204812899,44,-1.543106091,0.7364823484,7592.6878319 +332,-1.070758176,0.269382282,44,-1.543106091,0.7364823484,2450.3249488 +333,-1.230364251,0.329790229,44,-1.543106091,0.7364823484,1923.1176302 +334,-1.374813124,-0.024926835,44,-1.543106091,0.7364823484,3075.5433302 +335,0.519780566,0.463669906,44,-1.543106091,0.7364823484,6272.0928873 +336,-1.55108034,0.239698561,44,-1.543106091,0.7364823484,1967.9507348 +337,0.180294813,0.029739425,44,-1.543106091,0.7364823484,6589.2161647 +338,0.67820924,0.268170153,44,-1.543106091,0.7364823484,7241.7801732 +339,0.445798684,1.024001867,44,-1.543106091,0.7364823484,4516.6145062 +340,0.691751283,0.150521402,44,-1.543106091,0.7364823484,7641.2554804 +341,-1.036643551,-0.903056181,44,-1.543106091,0.7364823484,6723.4382902 +342,-0.120287036,1.083325163,44,-1.543106091,0.7364823484,3447.1948229 +343,2.823513113,-0.304487164,44,-1.543106091,0.7364823484,8030.5624154 +344,0.457583172,1.12513373,44,-1.543106091,0.7364823484,4270.4308143 +345,0.042918831,0.813795399,44,-1.543106091,0.7364823484,4236.571332 +346,1.196146777,-0.853142756,44,-1.543106091,0.7364823484,11241.729167 +347,0.206001358,-0.010430701,44,-1.543106091,0.7364823484,6771.8890475 +348,-0.268308653,0.234799412,44,-1.543106091,0.7364823484,4735.8563692 +349,0.759363263,0.736189579,44,-1.543106091,0.7364823484,5887.8848892 +350,0.181363926,0.891988372,44,-1.543106091,0.7364823484,4366.0189427 +351,-0.021111158,0.139103292,44,-1.543106091,0.7364823484,5709.8344862 +352,-0.093355215,0.630686981,44,-1.543106091,0.7364823484,4291.2901305 +353,0.40118964,0.681375926,44,-1.543106091,0.7364823484,5371.2486446 +354,-0.721197315,1.304706234,44,-1.543106091,0.7364823484,2673.8512024 +355,-1.076150317,0.212107639,44,-1.543106091,0.7364823484,2626.4423131 +356,-1.577164531,0.273993443,44,-1.543106091,0.7364823484,1835.5870181 +357,-0.190788414,0.182208586,44,-1.543106091,0.7364823484,5099.3629593 +358,-0.261349752,0.209710184,44,-1.543106091,0.7364823484,4820.9444878 +359,-1.029303852,0.083549259,44,-1.543106091,0.7364823484,3156.2074574 +360,-1.268609162,0.330525297,44,-1.543106091,0.7364823484,1853.5879256 +361,1.282982244,-0.926641967,44,-1.543106091,0.7364823484,11319.943492 +362,0.217352334,0.731352408,44,-1.543106091,0.7364823484,4828.1712358 +363,-1.511833084,0.258629297,44,-1.543106091,0.7364823484,1895.7900081 +364,0.338812194,0.823184618,44,-1.543106091,0.7364823484,4854.6694223 +365,-0.324406489,1.134201999,44,-1.543106091,0.7364823484,3056.7664554 +366,1.389579348,0.399185724,44,-1.543106091,0.7364823484,7880.8841796 +367,2.047152199,-0.039082036,44,-1.543106091,0.7364823484,9255.9917148 +368,0.947780369,0.568250077,44,-1.543106091,0.7364823484,6759.6632668 +369,0.763824846,0.576754987,44,-1.543106091,0.7364823484,6422.7508362 +370,-0.142334657,0.928153068,44,-1.543106091,0.7364823484,3609.1472013 +371,0.610266567,0.547265983,44,-1.543106091,0.7364823484,6216.17132 +372,0.210731629,0.746815056,44,-1.543106091,0.7364823484,4774.5836174 +373,-1.34931644,0.316895224,44,-1.543106091,0.7364823484,1785.7868858 +374,2.407696481,0.655030745,44,-1.543106091,0.7364823484,6207.0282607 +375,0.64207831,0.545359131,44,-1.543106091,0.7364823484,6288.0432029 +376,1.174597538,0.840588356,44,-1.543106091,0.7364823484,6023.7560418 +377,0.660059424,0.010604079,44,-1.543106091,0.7364823484,7985.7612803 +378,-0.730263819,0.010486456,44,-1.543106091,0.7364823484,4073.0130749 +379,0.831068936,0.512339172,44,-1.543106091,0.7364823484,6760.1002492 +380,1.301180979,0.72367476,44,-1.543106091,0.7364823484,6563.2225745 +381,1.811128231,0.322854402,44,-1.543106091,0.7364823484,8176.2978135 +382,0.435105812,0.992284428,44,-1.543106091,0.7364823484,4583.7680656 +383,0.62643634,0.592027932,44,-1.543106091,0.7364823484,6109.608775 +384,0.492988703,-0.516339467,44,-1.543106091,0.7364823484,8874.2577223 +385,-0.162469483,0.112549365,44,-1.543106091,0.7364823484,5365.3031245 +386,0.314630866,0.472006421,44,-1.543106091,0.7364823484,5750.8283611 +387,0.166744804,0.822815954,44,-1.543106091,0.7364823484,4493.924519 +388,0.417159608,0.965805736,44,-1.543106091,0.7364823484,4624.3490519 +389,0.106334961,0.868774244,44,-1.543106091,0.7364823484,4260.144563 +390,0.815086969,-0.338144359,44,-1.543106091,0.7364823484,9394.3601072 +391,0.59867455,-0.230624824,44,-1.543106091,0.7364823484,8497.1150514 +392,1.915104874,0.066220985,44,-1.543106091,0.7364823484,9066.6676322 +393,1.278093622,0.064463721,44,-1.543106091,0.7364823484,9068.691877 +394,-0.061477853,0.302997961,44,-1.543106091,0.7364823484,5166.1977709 +395,0.251311504,0.626976942,44,-1.543106091,0.7364823484,5175.845181 +396,2.950242872,0.149095644,44,-1.543106091,0.7364823484,6457.4154553 +397,-0.180294708,0.35375117,44,-1.543106091,0.7364823484,4694.2556961 +398,1.010448592,-0.351180233,44,-1.543106091,0.7364823484,9960.6436773 +399,-1.748740498,0.3686318073,44,-1.543106091,0.7364823484,1609.8211141 +400,2.699635665,0.123533791,44,-1.543106091,0.7364823484,7222.6324077 +401,0.496808033,0.823843254,44,-1.543106091,0.7364823484,5158.3222594 +402,0.129574704,0.763364087,44,-1.543106091,0.7364823484,4548.8732788 +403,1.798920311,0.817447563,44,-1.543106091,0.7364823484,6248.5413459 +404,0.335987953,0.746786541,44,-1.543106091,0.7364823484,5051.1410139 +405,-1.085413643,0.292154671,44,-1.543106091,0.7364823484,2344.5301481 +406,-0.155321003,0.508207011,44,-1.543106091,0.7364823484,4396.8206634 +407,0.620529244,-0.301175104,44,-1.543106091,0.7364823484,8743.8565189 +408,1.684402744,0.368716966,44,-1.543106091,0.7364823484,8054.8630061 +409,0.300582244,-0.386397212,44,-1.543106091,0.7364823484,8018.0625817 +410,2.913555946,-0.009225192,44,-1.543106091,0.7364823484,6993.5738197 +411,1.465101417,0.493232532,44,-1.543106091,0.7364823484,7548.6120555 +412,0.090612882,0.907955955,44,-1.543106091,0.7364823484,4144.3412536 +413,2.987564726,-0.729568594,44,-1.543106091,0.7364823484,8516.9006225 +414,-1.484261606,0.224149272,44,-1.543106091,0.7364823484,2039.4302704 +415,0.164073421,0.303955133,44,-1.543106091,0.7364823484,5805.5468635 +416,0.141441293,0.167552546,44,-1.543106091,0.7364823484,6106.6222244 +417,2.931321023,-0.506718887,44,-1.543106091,0.7364823484,8198.9894782 +418,2.21951565,0.700596356,44,-1.543106091,0.7364823484,6331.1545191 +419,0.268112576,1.199114336,44,-1.543106091,0.7364823484,3859.1633407 +420,0.978913739,0.359223811,44,-1.543106091,0.7364823484,7547.7573631 +421,1.210898818,0.522863584,44,-1.543106091,0.7364823484,7258.9525062 +422,2.347397336,0.129231362,44,-1.543106091,0.7364823484,8077.548316 +423,0.614394501,0.556878345,44,-1.543106091,0.7364823484,6194.8325921 +424,-1.398079356,0.148483366,44,-1.543106091,0.7364823484,2383.4310699 +425,2.535303836,-0.112984496,44,-1.543106091,0.7364823484,8349.9412242 +426,-1.019372593,-0.405322349,44,-1.543106091,0.7364823484,4912.0561492 +427,-1.297785627,-0.160104069,44,-1.543106091,0.7364823484,3661.204266 +428,2.144554488,0.205051084,44,-1.543106091,0.7364823484,8218.8861513 +429,-2.242387083,-0.426171285,44,-1.543106091,0.7364823484,5267.6785814 +430,0.338637212,0.909723676,44,-1.543106091,0.7364823484,4630.6349106 +431,-0.148798452,0.691042401,44,-1.543106091,0.7364823484,4017.1328298 +432,0.893524764,0.441829531,44,-1.543106091,0.7364823484,7112.1253475 +433,0.969229347,-0.368847936,44,-1.543106091,0.7364823484,9900.4088166 +434,0.436043248,0.800045688,44,-1.543106091,0.7364823484,5110.5647433 +435,1.687946607,1.081504775,44,-1.543106091,0.7364823484,5237.1123397 +436,0.522302046,-0.034889271,44,-1.543106091,0.7364823484,7744.0211464 +437,-0.178996113,-0.438090009,44,-1.543106091,0.7364823484,6807.3541774 +438,-1.094339566,0.301444068,44,-1.543106091,0.7364823484,2294.8956902 +439,-1.064070054,0.242569932,44,-1.543106091,0.7364823484,2551.9604161 +440,-1.068153768,0.230387998,44,-1.543106091,0.7364823484,2582.9669317 +441,-3.00496892,-0.23989155,44,-1.543106091,0.7364823484,6544.5274809 +442,0.21751974,0.766874888,44,-1.543106091,0.7364823484,4740.1982124 +443,0.117229532,0.007619006,44,-1.543106091,0.7364823484,6464.1948522 +444,0.777758451,0.420554741,44,-1.543106091,0.7364823484,6966.1553552 +445,-0.252356999,0.250747086,44,-1.543106091,0.7364823484,4741.8450373 +446,0.363148444,0.768483434,44,-1.543106091,0.7364823484,5050.2492864 +447,0.903191366,-0.118210676,44,-1.543106091,0.7364823484,8994.0531721 +448,-0.205755923,0.149406178,44,-1.543106091,0.7364823484,5141.2742904 +449,1.811996086,0.02364353,44,-1.543106091,0.7364823484,9337.5119667 +450,-1.100670221,0.314845373,44,-1.543106091,0.7364823484,2237.9348017 +451,0.340078597,0.850105132,44,-1.543106091,0.7364823484,4786.8687506 +452,0.258757267,0.804969236,44,-1.543106091,0.7364823484,4735.3334321 +453,2.78505352,-0.155160804,44,-1.543106091,0.7364823484,7758.0487816 +454,0.800551619,0.105822106,44,-1.543106091,0.7364823484,8041.5689268 +455,0.437940882,-0.506194031,44,-1.543106091,0.7364823484,8692.6274927 +456,2.230431122,0.63458615,44,-1.543106091,0.7364823484,6551.8047472 +457,0.527965361,0.127667701,44,-1.543106091,0.7364823484,7292.2621755 +458,-0.063643205,0.702093448,44,-1.543106091,0.7364823484,4214.5210265 +459,1.408447268,0.133010502,44,-1.543106091,0.7364823484,8931.7400081 +460,0.523795955,0.280266966,44,-1.543106091,0.7364823484,6830.6879101 +461,-0.975769313,0.072177659,44,-1.543106091,0.7364823484,3305.2586274 +462,0.549774164,-0.463663986,44,-1.543106091,0.7364823484,8925.8248606 +463,0.29245874,1.095549818,44,-1.543106091,0.7364823484,4108.7549806 +464,0.143625958,0.816809593,44,-1.543106091,0.7364823484,4457.0225911 +465,0.671902494,0.611159853,44,-1.543106091,0.7364823484,6138.5743666 +466,1.239840988,0.6724199,44,-1.543106091,0.7364823484,6715.5998845 +467,0.607829703,-0.10932137,44,-1.543106091,0.7364823484,8191.2212329 +468,1.763020906,0.263996692,44,-1.543106091,0.7364823484,8435.6649904 +469,0.378714634,0.726066797,44,-1.543106091,0.7364823484,5198.7063281 +470,2.196736143,-0.153862366,44,-1.543106091,0.7364823484,9337.2066035 +471,0.01702415,0.148991565,44,-1.543106091,0.7364823484,5795.2132723 +472,-2.998490902,-0.158002487,44,-1.543106091,0.7364823484,6306.848292 +473,-3.051262951,-0.346595608,44,-1.543106091,0.7364823484,6957.1524955 +474,-1.069176439,0.182802941,44,-1.543106091,0.7364823484,2738.9563997 +475,0.167157509,0.595344954,44,-1.543106091,0.7364823484,5050.660589 +476,0.613855648,0.681746124,44,-1.543106091,0.7364823484,5805.0231809 +477,1.037012736,0.682555367,44,-1.543106091,0.7364823484,6471.3112586 +478,-1.253574971,0.379755746,44,-1.543106091,0.7364823484,1708.5351258 +479,3.108590453,-0.132620738,44,-1.543106091,0.7364823484,6751.739866 +480,0.565301296,0.022333262,44,-1.543106091,0.7364823484,7698.8083457 +481,0.547898238,0.855555614,44,-1.543106091,0.7364823484,5157.1533978 +482,0.948309381,0.417393755,44,-1.543106091,0.7364823484,7291.5724223 +483,-0.050600732,0.945269213,44,-1.543106091,0.7364823484,3778.7609441 +484,-0.977651478,-0.572363064,44,-1.543106091,0.7364823484,5577.2848974 +485,1.102014914,0.728861163,44,-1.543106091,0.7364823484,6374.6175564 +486,2.927300795,-0.282939414,44,-1.543106091,0.7364823484,7672.0902182 +487,-1.154565557,0.124434095,44,-1.543106091,0.7364823484,2779.8371908 +488,1.855331234,0.291044755,44,-1.543106091,0.7364823484,8266.9492617 +489,0.830290659,0.276904518,44,-1.543106091,0.7364823484,7549.2515432 +490,0.485104466,-0.234867441,44,-1.543106091,0.7364823484,8180.2416403 +491,0.521367572,-0.33161327,44,-1.543106091,0.7364823484,8531.571134 +1,-1.539031704,0.7349710123,45,-1.540717158,0.7364893901,7.7888907713 +2,-1.536990553,0.7349663874,45,-1.540717158,0.7364893901,12.495676058 +3,-1.534951779,0.7349571355,45,-1.540717158,0.7364893901,17.984870542 +4,-1.532906461,0.7349480293,45,-1.540717158,0.7364893901,23.734619655 +5,-1.531320211,0.7346937278,45,-1.540717158,0.7364893901,28.49891592 +6,-1.539451648,0.7335131775,45,-1.540717158,0.7364893901,12.361348662 +7,-1.537429487,0.7335445708,45,-1.540717158,0.7364893901,15.145308436 +8,-1.535484998,0.7335658704,45,-1.540717158,0.7364893901,19.247056466 +9,-1.533488396,0.7336036027,45,-1.540717158,0.7364893901,24.120450115 +10,-1.531497785,0.7335842962,45,-1.540717158,0.7364893901,29.431867673 +11,-1.530259379,0.7334777758,45,-1.540717158,0.7364893901,32.963575774 +12,-1.5335454,0.7322346912,45,-1.540717158,0.7364893901,26.992916557 +13,-1.531489083,0.7322238773,45,-1.540717158,0.7364893901,31.962079993 +14,-1.530011122,0.7321679851,45,-1.540717158,0.7364893901,35.830501911 +15,-1.53348106,0.7306614094,45,-1.540717158,0.7364893901,31.403066903 +16,-1.531441779,0.7306962275,45,-1.540717158,0.7364893901,35.654596969 +17,-1.529755654,0.7306933243,45,-1.540717158,0.7364893901,39.587103539 +18,-1.533415048,0.7291384674,45,-1.540717158,0.7364893901,36.193792933 +19,-1.531392093,0.7291705353,45,-1.540717158,0.7364893901,39.926783156 +20,-1.529296523,0.7291214933,45,-1.540717158,0.7364893901,44.523289849 +21,-1.535280942,0.727267644,45,-1.540717158,0.7364893901,39.885327373 +22,-1.533378158,0.7276139666,45,-1.540717158,0.7364893901,41.272540182 +23,-1.531340368,0.7276446587,45,-1.540717158,0.7364893901,44.615408761 +24,-1.528960113,0.7276398177,45,-1.540717158,0.7364893901,49.279855053 +25,-1.533313146,0.7260818349,45,-1.540717158,0.7364893901,46.646813731 +26,-1.531259555,0.7260958115,45,-1.540717158,0.7364893901,49.722466138 +27,-1.528926415,0.7260865555,45,-1.540717158,0.7364893901,53.909605487 +28,-1.531226779,0.7245511789,45,-1.540717158,0.7364893901,54.95452168 +29,-1.528904772,0.7245519194,45,-1.540717158,0.7364893901,58.738803326 +30,-1.547195875,0.7409785979,45,-1.540717158,0.7364893901,26.00285159 +31,-1.5451475,0.740980426,45,-1.540717158,0.7364893901,22.017557039 +32,-1.543097679,0.7409798872,45,-1.540717158,0.7364893901,19.104194446 +33,-1.540720364,0.7409892687,45,-1.540717158,0.7364893901,17.824021461 +34,-1.547188511,0.7395198392,45,-1.540717158,0.7364893901,22.443364816 +35,-1.545148587,0.7395226109,45,-1.540717158,0.7364893901,17.691285005 +36,-1.543104538,0.7395314908,45,-1.540717158,0.7364893901,13.933403316 +37,-1.540727751,0.7395306258,45,-1.540717158,0.7364893901,12.046374598 +38,-1.547187029,0.7380014886,45,-1.540717158,0.7364893901,19.895315158 +39,-1.545147315,0.7380012252,45,-1.540717158,0.7364893901,14.304848767 +40,-1.54310719,0.7380060743,45,-1.540717158,0.7364893901,9.2309815782 +41,-1.540719671,0.7380068206,45,-1.540717158,0.7364893901,6.010546497 +42,-1.547187189,0.7364799098,45,-1.540717158,0.7364893901,18.985971403 +43,-1.545149996,0.7364853874,45,-1.540717158,0.7364893901,13.007891293 +44,-1.543106091,0.7364823484,45,-1.540717158,0.7364893901,7.010239733 +45,-1.540717158,0.7364893901,45,-1.540717158,0.7364893901,3.4633782525 +46,-1.538663972,0.7410138672,45,-1.540717158,0.7364893901,18.903152476 +47,-1.53695285,0.7409699132,45,-1.540717158,0.7364893901,20.89230505 +48,-1.534910498,0.7409641297,45,-1.540717158,0.7364893901,24.562403605 +49,-1.533145034,0.7409536636,45,-1.540717158,0.7364893901,28.362097463 +50,-1.538681336,0.7395405883,45,-1.540717158,0.7364893901,13.477984792 +51,-1.536999189,0.7395183096,45,-1.540717158,0.7364893901,16.206318548 +52,-1.534923633,0.7395144222,45,-1.540717158,0.7364893901,20.779845938 +53,-1.533267822,0.7395654306,45,-1.540717158,0.7364893901,24.999206177 +54,-1.53867273,0.7380151077,45,-1.540717158,0.7364893901,8.5125377035 +55,-1.536980576,0.7379994392,45,-1.540717158,0.7364893901,12.483465309 +56,-1.534931522,0.7379944961,45,-1.540717158,0.7364893901,17.982927178 +57,-1.533387952,0.7379480264,45,-1.540717158,0.7364893901,22.255827974 +58,-1.538682279,0.7364914363,45,-1.540717158,0.7364893901,5.971214637 +59,-1.536980704,0.7364810563,45,-1.540717158,0.7364893901,10.964460127 +60,-1.534935567,0.7364752065,45,-1.540717158,0.7364893901,16.965877317 +61,-1.533042592,0.7363876366,45,-1.540717158,0.7364893901,22.525112857 +62,-1.545143426,0.7349628011,45,-1.540717158,0.7364893901,14.335291002 +63,-1.543105297,0.7349691947,45,-1.540717158,0.7364893901,9.24314693 +64,-1.541064533,0.7349647152,45,-1.540717158,0.7364893901,6.1247772284 +65,-1.545411803,0.7334624714,45,-1.540717158,0.7364893901,18.277106275 +66,-1.543446606,0.7334780896,45,-1.540717158,0.7364893901,14.373467899 +67,-1.541475327,0.7334957295,45,-1.540717158,0.7364893901,12.065350873 +68,-1.545401939,0.731963266,45,-1.540717158,0.7364893901,22.609096106 +69,-1.54342253,0.7319915583,45,-1.540717158,0.7364893901,19.511195312 +70,-1.541455867,0.7320216438,45,-1.540717158,0.7364893901,17.82954315 +71,-1.545410146,0.7304422281,45,-1.540717158,0.7364893901,27.648180389 +72,-1.543435491,0.7304713664,45,-1.540717158,0.7364893901,25.143516725 +73,-1.541463105,0.7304997613,45,-1.540717158,0.7364893901,23.826229237 +74,-1.545414768,0.7289194936,45,-1.540717158,0.7364893901,33.020954588 +75,-1.543435774,0.7289538557,45,-1.540717158,0.7364893901,30.902973305 +76,-1.541457714,0.7289765881,45,-1.540717158,0.7364893901,29.837987439 +77,-1.539449415,0.7320555866,45,-1.540717158,0.7364893901,17.953522207 +78,-1.537429183,0.7321097681,45,-1.540717158,0.7364893901,19.85954594 +79,-1.535472649,0.7321497267,45,-1.540717158,0.7364893901,23.09214888 +80,-1.539457899,0.7305333307,45,-1.540717158,0.7364893901,23.881129066 +81,-1.537453161,0.7305750503,45,-1.540717158,0.7364893901,25.318743043 +82,-1.535479385,0.7306124949,45,-1.540717158,0.7364893901,27.917241151 +83,-1.53946905,0.7290102593,45,-1.540717158,0.7364893901,29.85189285 +84,-1.537459922,0.7290417293,45,-1.540717158,0.7364893901,31.019897928 +85,-1.535451349,0.7290890157,45,-1.540717158,0.7364893901,33.160394548 +86,-1.535522937,0.7279887191,45,-1.540717158,0.7364893901,36.984495417 +87,-1.539442524,0.7274735939,45,-1.540717158,0.7364893901,35.908497099 +88,-1.537424111,0.727521351,45,-1.540717158,0.7364893901,36.823575226 +89,-1.539384641,0.7259505092,45,-1.540717158,0.7364893901,41.928975009 +90,-1.537372391,0.7259947145,45,-1.540717158,0.7364893901,42.723096783 +91,-1.535340789,0.7260435356,45,-1.540717158,0.7364893901,44.308291545 +92,-1.539325716,0.7244369706,45,-1.540717158,0.7364893901,47.915818265 +93,-1.537308932,0.7244801057,45,-1.540717158,0.7364893901,48.619921914 +94,-1.535289068,0.7245247645,45,-1.540717158,0.7364893901,50.024424494 +95,-1.533261366,0.7245550236,45,-1.540717158,0.7364893901,52.138945815 +96,-1.539267302,0.722921924,45,-1.540717158,0.7364893901,53.910933922 +97,-1.537248972,0.7229660258,45,-1.540717158,0.7364893901,54.535854004 +98,-1.535219431,0.7229916471,45,-1.540717158,0.7364893901,55.873898178 +99,-1.53318962,0.7230212049,45,-1.540717158,0.7364893901,57.791068146 +100,-1.531154816,0.7230299897,45,-1.540717158,0.7364893901,60.32550577 +101,-1.528878341,0.7230370244,45,-1.540717158,0.7364893901,63.724368838 +102,-1.539218189,0.7214009878,45,-1.540717158,0.7364893901,59.929004699 +103,-1.537198791,0.7214422745,45,-1.540717158,0.7364893901,60.501184217 +104,-1.535179266,0.7214634354,45,-1.540717158,0.7364893901,61.725423479 +105,-1.533156501,0.7214944644,45,-1.540717158,0.7364893901,63.455790877 +106,-1.53113574,0.7215166021,45,-1.540717158,0.7364893901,65.715491749 +107,-1.528874248,0.7215345535,45,-1.540717158,0.7364893901,68.796164301 +108,-1.539217656,0.7198512397,45,-1.540717158,0.7364893901,66.052641504 +109,-1.537199919,0.7199428763,45,-1.540717158,0.7364893901,66.360396687 +110,-1.545425832,0.727397149,45,-1.540717158,0.7364893901,38.594306221 +111,-1.543371177,0.7273916949,45,-1.540717158,0.7364893901,36.874698043 +112,-1.541368852,0.7274523163,45,-1.540717158,0.7364893901,35.847312326 +113,-1.545349067,0.7258710923,45,-1.540717158,0.7364893901,44.22081616 +114,-1.54332671,0.7258603556,45,-1.540717158,0.7364893901,42.798904334 +115,-1.541346831,0.7259242142,45,-1.540717158,0.7364893901,41.889822106 +116,-1.545324355,0.7243383958,45,-1.540717158,0.7364893901,50.012868436 +117,-1.543292796,0.7243617413,45,-1.540717158,0.7364893901,48.63498569 +118,-1.541295822,0.7244024384,45,-1.540717158,0.7364893901,47.906847288 +119,-1.543193859,0.7205570215,45,-1.540717158,0.7364893901,63.531188894 +120,-1.550257047,0.7386738187,45,-1.540717158,0.7364893901,29.274272554 +121,-1.549335448,0.7311736483,45,-1.540717158,0.7364893901,32.954340881 +122,-1.533478843,0.7179891343,45,-1.540717158,0.7364893901,76.344970265 +123,-1.556150555,0.738907041,45,-1.540717158,0.7364893901,46.240823868 +124,-1.554324226,0.733414257,45,-1.540717158,0.7364893901,41.798597278 +125,-1.554290846,0.7288285332,45,-1.540717158,0.7364893901,50.182564766 +126,-1.55122487,0.7219795312,45,-1.540717158,0.7364893901,65.317625286 +127,-1.525104458,0.7229399862,45,-1.540717158,0.7364893901,70.745882421 +128,-1.519607711,0.7236181429,45,-1.540717158,0.7364893901,80.503784144 +129,-1.513899999,0.7251107854,45,-1.540717158,0.7364893901,91.035303239 +130,-1.536620762,0.7431061895,45,-1.540717158,0.7364893901,28.819174365 +131,-1.5369566,0.7460845958,45,-1.540717158,0.7364893901,39.562768414 +132,-1.545345528,0.7447040685,45,-1.540717158,0.7364893901,35.239557424 +133,-1.532813921,0.7432306626,45,-1.540717158,0.7364893901,35.320758257 +134,-1.554788248,0.7382381001,45,-1.540717158,0.7364893901,41.835146153 +135,-1.540348126,0.7301594274,45,-1.540717158,0.7364893901,25.096490469 +136,-1.538016084,0.7239051786,45,-1.540717158,0.7364893901,50.479368928 +137,-1.525288962,0.7258085137,45,-1.540717158,0.7364893901,62.123062098 +138,-1.534326986,0.731241342,45,-1.540717158,0.7364893901,28.025167809 +139,-1.530733872,0.7303625216,45,-1.540717158,0.7364893901,38.104173732 +141,-1.534354939,0.7328219978,45,-1.540717158,0.7364893901,23.679685959 +142,-1.53157084,0.7292888153,45,-1.540717158,0.7364893901,39.223821639 +143,-1.525691035,0.7263799874,45,-1.540717158,0.7364893901,59.711072746 +144,-1.534031287,0.7495967835,45,-1.540717158,0.7364893901,55.46022062 +145,-1.527714986,0.7283095957,45,-1.540717158,0.7364893901,50.162261268 +146,-1.526189586,0.7271468292,45,-1.540717158,0.7364893901,56.587046896 +147,-1.555177336,0.7375563366,45,-1.540717158,0.7364893901,42.621750194 +148,-1.555080283,0.7312707794,45,-1.540717158,0.7364893901,47.03279593 +149,-1.53856994,0.7224180299,45,-1.540717158,0.7364893901,56.096165737 +150,-1.530837883,0.729933372,45,-1.540717158,0.7364893901,38.984116326 +151,-1.515066984,0.5854133365,45,-1.540717158,0.7364893901,603.73447688 +152,-1.534731633,0.5368370046,45,-1.540717158,0.7364893901,791.0508239 +153,-1.515231902,0.5607085576,45,-1.540717158,0.7364893901,700.86747414 +154,-2.616253799,1.0684566605,45,-1.540717158,0.7364893901,2813.1007677 +155,-1.956071439,0.5792177723,45,-1.540717158,0.7364893901,1436.655114 +156,-1.951208514,0.5602434208,45,-1.540717158,0.7364893901,1465.0723075 +157,-1.944675062,0.6062144545,45,-1.540717158,0.7364893901,1349.4821073 +158,-1.613778386,0.6077989518,45,-1.540717158,0.7364893901,557.58628535 +159,-2.035029014,0.6021432345,45,-1.540717158,0.7364893901,1616.1988966 +160,-2.114989471,0.6801825058,45,-1.540717158,0.7364893901,1730.9760438 +161,-2.037382079,0.5765830025,45,-1.540717158,0.7364893901,1672.200776 +162,-2.129855121,0.6585019963,45,-1.540717158,0.7364893901,1802.9462323 +163,-2.075141798,0.6493615843,45,-1.540717158,0.7364893901,1655.4181789 +164,-1.828626729,0.6948433129,45,-1.540717158,0.7364893901,874.82220954 +165,-1.863329418,0.6735427691,45,-1.540717158,0.7364893901,1002.4345641 +166,-1.266037071,0.727988852,45,-1.540717158,0.7364893901,808.68070384 +167,-1.277579582,0.7249010648,45,-1.540717158,0.7364893901,776.54495075 +168,-1.258418684,0.7241194816,45,-1.540717158,0.7364893901,833.20318192 +169,-1.317813974,0.6804850104,45,-1.540717158,0.7364893901,705.36298848 +170,-1.344165204,0.6790988904,45,-1.540717158,0.7364893901,633.0919558 +171,-1.427582102,0.5277120351,45,-1.540717158,0.7364893901,901.83045992 +172,-1.402238616,0.457167829,45,-1.540717158,0.7364893901,1194.4148381 +173,-1.422454264,0.4996161999,45,-1.540717158,0.7364893901,1012.0778197 +174,-1.439089277,0.4894859811,45,-1.540717158,0.7364893901,1031.6170329 +175,-1.448126995,0.5182330266,45,-1.540717158,0.7364893901,913.57245347 +176,-1.474626146,0.5881926574,45,-1.540717158,0.7364893901,622.43917547 +177,-1.421139645,0.5584869783,45,-1.540717158,0.7364893901,799.21932261 +178,-1.457037165,0.565943032,45,-1.540717158,0.7364893901,724.82116345 +179,-2.757159358,0.3745319,45,-1.540717158,0.7364893901,4216.3688328 +180,-2.714309238,0.342054471,45,-1.540717158,0.7364893901,4169.4913217 +181,-2.000525337,0.774119946,45,-1.540717158,0.7364893901,1328.576954 +183,-1.571413436,0.6777838382,45,-1.540717158,0.7364893901,250.21475835 +184,-1.552860289,0.6987663893,45,-1.540717158,0.7364893901,153.75018792 +185,-1.521852374,0.7165827476,45,-1.540717158,0.7364893901,96.626418766 +186,-1.503656267,0.6928968252,45,-1.540717158,0.7364893901,205.18646627 +187,-1.502753178,0.7136205882,45,-1.540717158,0.7364893901,144.46591503 +188,-1.631894563,0.7343596465,45,-1.540717158,0.7364893901,267.90299102 +189,-1.653765416,0.6770714026,45,-1.540717158,0.7364893901,413.74518941 +190,-1.719812114,0.6715965947,45,-1.540717158,0.7364893901,598.16280399 +191,-1.493406659,0.6646955447,45,-1.540717158,0.7364893901,318.37535683 +192,-1.469120564,0.6613469966,45,-1.540717158,0.7364893901,368.29993273 +193,-1.590551461,0.5326612937,45,-1.540717158,0.7364893901,822.72301174 +194,-1.625979264,0.5247742243,45,-1.540717158,0.7364893901,881.42868559 +195,-1.572293943,0.5238808754,45,-1.540717158,0.7364893901,848.12414948 +196,-1.610848725,0.5477107964,45,-1.540717158,0.7364893901,779.88627859 +197,-1.208485554,0.7918526018,45,-1.540717158,0.7364893901,972.55878315 +198,-1.335601374,0.6869083083,45,-1.540717158,0.7364893901,645.19209045 +199,-1.346156996,0.6825213377,45,-1.540717158,0.7364893901,621.95234985 +200,-1.324381037,0.6741422347,45,-1.540717158,0.7364893901,696.81305546 +201,-1.242424992,0.7378949807,45,-1.540717158,0.7364893901,873.30578572 +202,-1.270370057,0.7392461008,45,-1.540717158,0.7364893901,791.30169689 +203,-1.448950472,0.7441675014,45,-1.540717158,0.7364893901,270.01689198 +204,-1.492662363,0.7523026852,45,-1.540717158,0.7364893901,153.36119984 +205,-1.479098966,0.7763855017,45,-1.540717158,0.7364893901,237.61773194 +206,-1.633760714,0.7869022408,45,-1.540717158,0.7364893901,333.05356973 +207,-1.647406434,0.8101289331,45,-1.540717158,0.7364893901,419.91848425 +208,-1.564245052,0.5701509278,45,-1.540717158,0.7364893901,662.98315788 +209,-1.646289963,0.6833746083,45,-1.540717158,0.7364893901,380.43208894 +210,-1.5820631,0.6751952144,45,-1.540717158,0.7364893901,272.88101591 +211,-1.613236298,0.6681681791,45,-1.540717158,0.7364893901,348.20418688 +212,-1.914661867,0.8212566515,45,-1.540717158,0.7364893901,1102.266757 +213,-1.742133237,0.7250275956,45,-1.540717158,0.7364893901,595.37733954 +214,-2.033144872,0.6557314699,45,-1.540717158,0.7364893901,1523.1096894 +215,-2.039551981,0.6964723658,45,-1.540717158,0.7364893901,1491.4277269 +216,-1.247341019,0.7622473908,45,-1.540717158,0.7364893901,855.36901857 +217,-1.298239787,0.7084123392,45,-1.540717158,0.7364893901,728.20910428 +218,-1.308539688,0.6926545592,45,-1.540717158,0.7364893901,715.22535009 +219,-1.303263185,0.6888938396,45,-1.540717158,0.7364893901,735.27368181 +220,-1.852400229,0.6004246149,45,-1.540717158,0.7364893901,1105.4776683 +221,-1.288947707,0.7473773692,45,-1.540717158,0.7364893901,735.50624343 +222,-1.372031502,0.7472790993,45,-1.540717158,0.7364893901,494.14447664 +223,-1.289805721,0.7242157877,45,-1.540717158,0.7364893901,741.07885938 +224,-1.350807603,0.7533498126,45,-1.540717158,0.7364893901,556.61262478 +225,-1.329290365,0.7560442322,45,-1.540717158,0.7364893901,619.18791941 +226,-1.410153004,0.616936428,45,-1.540717158,0.7364893901,621.41728335 +227,-1.393445434,0.6308995063,45,-1.540717158,0.7364893901,615.4061193 +228,-1.37595573,0.6241540638,45,-1.540717158,0.7364893901,674.0452759 +229,-1.358388707,0.6172645205,45,-1.540717158,0.7364893901,733.83816687 +230,-1.753741133,0.8281661666,45,-1.540717158,0.7364893901,698.83559184 +231,-1.47430987,0.6834615681,45,-1.540717158,0.7364893901,289.61261504 +232,-1.421012508,0.7222725206,45,-1.540717158,0.7364893901,357.87459451 +233,-1.4476833,0.6978557868,45,-1.540717158,0.7364893901,317.01235369 +234,-1.470370723,0.6966193374,45,-1.540717158,0.7364893901,262.79723362 +235,-1.429211703,0.7037216883,45,-1.540717158,0.7364893901,356.37370167 +236,-1.700578405,0.6178673663,45,-1.540717158,0.7364893901,680.62995675 +237,-1.678117619,0.6331716163,45,-1.540717158,0.7364893901,587.00959626 +238,-1.725644578,0.6316331145,45,-1.540717158,0.7364893901,702.51607113 +239,-2.14012759,0.7930497945,45,-1.540717158,0.7364893901,1714.4689162 +240,-2.103289431,0.7653606263,45,-1.540717158,0.7364893901,1622.7283136 +241,-1.318739838,0.7017808746,45,-1.540717158,0.7364893901,674.97689563 +242,-1.396417427,0.7077900843,45,-1.540717158,0.7364893901,443.50755408 +243,-1.35650337,0.7185539404,45,-1.540717158,0.7364893901,549.18464159 +244,-1.248884539,0.7274156818,45,-1.540717158,0.7364893901,859.25002225 +245,-1.395014798,0.5761185243,45,-1.540717158,0.7364893901,781.78662873 +246,-1.433377362,0.6064716109,45,-1.540717158,0.7364893901,612.80779338 +247,-1.408172432,0.5903155476,45,-1.540717158,0.7364893901,710.90553839 +248,-1.749645898,0.7757118084,45,-1.540717158,0.7364893901,621.15328215 +249,-1.571626686,0.615046989,45,-1.540717158,0.7364893901,490.39269852 +250,-1.514070049,0.6303003037,45,-1.540717158,0.7364893901,428.48196984 +251,-1.480890369,0.6237966528,45,-1.540717158,0.7364893901,482.79030054 +252,-1.704390658,0.5281680612,45,-1.540717158,0.7364893901,975.48808416 +253,-1.64434733,0.5254277498,45,-1.540717158,0.7364893901,898.71029306 +254,-1.703855997,0.4792484842,45,-1.540717158,0.7364893901,1146.9794759 +255,-1.692002383,0.5748825051,45,-1.540717158,0.7364893901,796.13892453 +256,-1.854136457,0.5544643913,45,-1.540717158,0.7364893901,1221.8867884 +257,-1.665021206,0.520317736,45,-1.540717158,0.7364893901,943.47927716 +258,-1.733654349,0.4845187345,45,-1.540717158,0.7364893901,1175.8687504 +259,-1.720938188,0.5135933906,45,-1.540717158,0.7364893901,1053.9151454 +260,-1.742668307,0.553296122,45,-1.540717158,0.7364893901,965.20238403 +261,-1.965659039,0.7142126903,45,-1.540717158,0.7364893901,1258.2796699 +262,-1.944438071,0.6772834804,45,-1.540717158,0.7364893901,1234.365987 +263,-1.270340967,0.7681487096,45,-1.540717158,0.7364893901,790.68766201 +264,-1.353091884,0.6549276821,45,-1.540717158,0.7364893901,654.86954091 +265,-1.333236659,0.6413584414,45,-1.540717158,0.7364893901,736.84488532 +266,-1.352015998,0.6753788907,45,-1.540717158,0.7364893901,617.58604163 +267,-1.377988483,0.6577816235,45,-1.540717158,0.7364893901,583.77705793 +268,-2.13075611,0.8318642051,45,-1.540717158,0.7364893901,1682.9086318 +269,-2.097910953,0.8259670014,45,-1.540717158,0.7364893901,1594.7272407 +270,-1.416382069,0.6694271549,45,-1.540717158,0.7364893901,459.88816981 +271,-1.538905672,0.7535625993,45,-1.540717158,0.7364893901,67.832329955 +272,-1.572309477,0.7803125099,45,-1.540717158,0.7364893901,195.9035369 +273,-1.87759879,0.7503853417,45,-1.540717158,0.7364893901,981.68177093 +274,1.152365588,0.590457682,45,-1.540717158,0.7364893901,6941.1205485 +275,0.350198001,0.718001859,45,-1.540717158,0.7364893901,5154.1366306 +276,0.046513677,0.491503852,45,-1.540717158,0.7364893901,4988.9633925 +277,0.027510309,0.742571376,45,-1.540717158,0.7364893901,4348.2359975 +278,0.306285725,-0.214631579,45,-1.540717158,0.7364893901,7597.9861772 +279,-1.100564889,0.318051531,45,-1.540717158,0.7364893901,2222.6294641 +280,-1.078582306,0.301437596,45,-1.540717158,0.7364893901,2324.8570699 +281,-1.137371989,-0.617634065,45,-1.540717158,0.7364893901,5559.2702658 +282,0.784356344,0.703272339,45,-1.540717158,0.7364893901,6033.8385452 +283,-1.221209947,0.218327455,45,-1.540717158,0.7364893901,2328.5245885 +284,2.347301921,-0.449114658,45,-1.540717158,0.7364893901,9775.5377047 +285,0.246820618,0.830553713,45,-1.540717158,0.7364893901,4641.642309 +286,0.829414965,0.703288228,45,-1.540717158,0.7364893901,6105.7538755 +287,-1.337537566,0.42332223,45,-1.540717158,0.7364893901,1408.1780734 +288,0.882453706,0.454478077,45,-1.540717158,0.7364893901,7044.7788404 +289,1.575629659,0.416419109,45,-1.540717158,0.7364893901,7876.2422922 +290,-1.039455679,0.229888244,45,-1.540717158,0.7364893901,2642.1400173 +291,0.489558039,0.934482747,45,-1.540717158,0.7364893901,4826.6926927 +292,0.081344504,0.88384514,45,-1.540717158,0.7364893901,4169.5709444 +293,-1.547979814,0.300350308,45,-1.540717158,0.7364893901,1727.7218904 +294,0.040776181,0.168560074,45,-1.540717158,0.7364893901,5805.7581177 +295,-1.130374745,0.563894876,45,-1.540717158,0.7364893901,1456.3845659 +296,1.578326642,0.478507176,45,-1.540717158,0.7364893901,7630.5406905 +297,-1.12861823,-0.291640865,45,-1.540717158,0.7364893901,4341.8719178 +298,0.310524208,0.770885792,45,-1.540717158,0.7364893901,4927.8039818 +299,0.415649091,-0.387246002,45,-1.540717158,0.7364893901,8349.3642912 +300,-0.926533878,-0.188022748,45,-1.540717158,0.7364893901,4287.3462916 +301,1.258856172,-0.11716081,45,-1.540717158,0.7364893901,9713.2927622 +302,-1.126050026,0.322941926,45,-1.540717158,0.7364893901,2150.8297457 +303,2.002785835,0.07893892,45,-1.540717158,0.7364893901,8904.7926135 +304,0.440437607,0.746258085,45,-1.540717158,0.7364893901,5265.9571706 +305,-0.030391866,0.214441206,45,-1.540717158,0.7364893901,5478.1092577 +306,0.521557815,-0.058929362,45,-1.540717158,0.7364893901,7802.6896926 +307,-0.097005111,0.13317729,45,-1.540717158,0.7364893901,5495.9620033 +308,1.83113859,0.221857587,45,-1.540717158,0.7364893901,8556.2375252 +309,0.222428864,0.099404236,45,-1.540717158,0.7364893901,6516.352615 +310,-1.702731345,0.8728568183,45,-1.540717158,0.7364893901,698.72324237 +311,-0.418507569,0.278324921,45,-1.540717158,0.7364893901,4177.7393148 +312,-1.41153306,0.339029988,45,-1.540717158,0.7364893901,1632.8823912 +313,0.357560442,0.114788776,45,-1.540717158,0.7364893901,6857.5913844 +314,0.325818979,0.268352149,45,-1.540717158,0.7364893901,6341.1349005 +315,-1.246004659,-0.663679965,45,-1.540717158,0.7364893901,5646.9893237 +316,1.814603087,0.637404484,45,-1.540717158,0.7364893901,6947.2143018 +317,1.843704281,-0.18300445,45,-1.540717158,0.7364893901,10095.387716 +318,1.690644492,-0.211480909,45,-1.540717158,0.7364893901,10341.355965 +319,-1.275451936,0.068109467,45,-1.540717158,0.7364893901,2808.5839457 +320,0.762430171,-0.207594741,45,-1.540717158,0.7364893901,8886.6884041 +321,0.265668905,-0.014647884,45,-1.540717158,0.7364893901,6949.8564262 +322,-2.773032013,-0.335515811,45,-1.540717158,0.7364893901,6177.8707736 +323,-1.469512853,0.174058777,45,-1.540717158,0.7364893901,2241.4837355 +324,0.286276986,0.785925691,45,-1.540717158,0.7364893901,4837.1125157 +325,-1.379324697,0.377432233,45,-1.540717158,0.7364893901,1519.9116064 +326,-1.203778265,0.212813032,45,-1.540717158,0.7364893901,2377.0587514 +327,0.579916301,0.611743168,45,-1.540717158,0.7364893901,5949.0569241 +328,0.267582642,0.868113908,45,-1.540717158,0.7364893901,4592.2058658 +329,0.412869244,-0.050245578,45,-1.540717158,0.7364893901,7470.7954777 +330,0.17524381,0.976660285,45,-1.540717158,0.7364893901,4163.5061933 +331,0.743157214,0.204812899,45,-1.540717158,0.7364893901,7587.1591738 +332,-1.070758176,0.269382282,45,-1.540717158,0.7364893901,2445.0490274 +333,-1.230364251,0.329790229,45,-1.540717158,0.7364893901,1918.7783756 +334,-1.374813124,-0.024926835,45,-1.540717158,0.7364893901,3073.9067495 +335,0.519780566,0.463669906,45,-1.540717158,0.7364893901,6266.5457424 +336,-1.55108034,0.239698561,45,-1.540717158,0.7364893901,1968.1096081 +337,0.180294813,0.029739425,45,-1.540717158,0.7364893901,6582.2564708 +338,0.67820924,0.268170153,45,-1.540717158,0.7364893901,7236.1967373 +339,0.445798684,1.024001867,45,-1.540717158,0.7364893901,4512.9225484 +340,0.691751283,0.150521402,45,-1.540717158,0.7364893901,7635.4079188 +341,-1.036643551,-0.903056181,45,-1.540717158,0.7364893901,6721.346867 +342,-0.120287036,1.083325163,45,-1.540717158,0.7364893901,3442.9234786 +343,2.823513113,-0.304487164,45,-1.540717158,0.7364893901,8037.5726534 +344,0.457583172,1.12513373,45,-1.540717158,0.7364893901,4267.2858591 +345,0.042918831,0.813795399,45,-1.540717158,0.7364893901,4231.0630039 +346,1.196146777,-0.853142756,45,-1.540717158,0.7364893901,11235.700713 +347,0.206001358,-0.010430701,45,-1.540717158,0.7364893901,6764.9195976 +348,-0.268308653,0.234799412,45,-1.540717158,0.7364893901,4728.8482075 +349,0.759363263,0.736189579,45,-1.540717158,0.7364893901,5883.9783509 +350,0.181363926,0.891988372,45,-1.540717158,0.7364893901,4361.1215048 +351,-0.021111158,0.139103292,45,-1.540717158,0.7364893901,5702.8395779 +352,-0.093355215,0.630686981,45,-1.540717158,0.7364893901,4284.9157426 +353,0.40118964,0.681375926,45,-1.540717158,0.7364893901,5366.038064 +354,-0.721197315,1.304706234,45,-1.540717158,0.7364893901,2671.6657727 +355,-1.076150317,0.212107639,45,-1.540717158,0.7364893901,2621.4577782 +356,-1.577164531,0.273993443,45,-1.540717158,0.7364893901,1836.1468768 +357,-0.190788414,0.182208586,45,-1.540717158,0.7364893901,5092.3534153 +358,-0.261349752,0.209710184,45,-1.540717158,0.7364893901,4813.9398595 +359,-1.029303852,0.083549259,45,-1.540717158,0.7364893901,3151.4340711 +360,-1.268609162,0.330525297,45,-1.540717158,0.7364893901,1849.6392357 +361,1.282982244,-0.926641967,45,-1.540717158,0.7364893901,11315.29053 +362,0.217352334,0.731352408,45,-1.540717158,0.7364893901,4822.6927566 +363,-1.511833084,0.258629297,45,-1.540717158,0.7364893901,1895.3752576 +364,0.338812194,0.823184618,45,-1.540717158,0.7364893901,4849.8245355 +365,-0.324406489,1.134201999,45,-1.540717158,0.7364893901,3052.7532685 +366,1.389579348,0.399185724,45,-1.540717158,0.7364893901,7879.3824981 +367,2.047152199,-0.039082036,45,-1.540717158,0.7364893901,9260.1770404 +368,0.947780369,0.568250077,45,-1.540717158,0.7364893901,6756.0216415 +369,0.763824846,0.576754987,45,-1.540717158,0.7364893901,6418.3641472 +370,-0.142334657,0.928153068,45,-1.540717158,0.7364893901,3603.8871144 +371,0.610266567,0.547265983,45,-1.540717158,0.7364893901,6211.1489514 +372,0.210731629,0.746815056,45,-1.540717158,0.7364893901,4769.1472168 +373,-1.34931644,0.316895224,45,-1.540717158,0.7364893901,1782.8838808 +374,2.407696481,0.655030745,45,-1.540717158,0.7364893901,6211.0243291 +375,0.64207831,0.545359131,45,-1.540717158,0.7364893901,6283.1212294 +376,1.174597538,0.840588356,45,-1.540717158,0.7364893901,6021.7984355 +377,0.660059424,0.010604079,45,-1.540717158,0.7364893901,7979.4803969 +378,-0.730263819,0.010486456,45,-1.540717158,0.7364893901,4067.0875647 +379,0.831068936,0.512339172,45,-1.540717158,0.7364893901,6755.7916416 +380,1.301180979,0.72367476,45,-1.540717158,0.7364893901,6561.6447279 +381,1.811128231,0.322854402,45,-1.540717158,0.7364893901,8177.8550133 +382,0.435105812,0.992284428,45,-1.540717158,0.7364893901,4579.8986416 +383,0.62643634,0.592027932,45,-1.540717158,0.7364893901,6104.7773622 +384,0.492988703,-0.516339467,45,-1.540717158,0.7364893901,8867.3134409 +385,-0.162469483,0.112549365,45,-1.540717158,0.7364893901,5358.3012237 +386,0.314630866,0.472006421,45,-1.540717158,0.7364893901,5744.780485 +387,0.166744804,0.822815954,45,-1.540717158,0.7364893901,4488.6934137 +388,0.417159608,0.965805736,45,-1.540717158,0.7364893901,4620.3130818 +389,0.106334961,0.868774244,45,-1.540717158,0.7364893901,4254.9940136 +390,0.815086969,-0.338144359,45,-1.540717158,0.7364893901,9387.6449783 +391,0.59867455,-0.230624824,45,-1.540717158,0.7364893901,8490.2679234 +392,1.915104874,0.066220985,45,-1.540717158,0.7364893901,9069.5248305 +393,1.278093622,0.064463721,45,-1.540717158,0.7364893901,9065.729771 +394,-0.061477853,0.302997961,45,-1.540717158,0.7364893901,5159.2839584 +395,0.251311504,0.626976942,45,-1.540717158,0.7364893901,5170.0921252 +396,2.950242872,0.149095644,45,-1.540717158,0.7364893901,6464.1856143 +397,-0.180294708,0.35375117,45,-1.540717158,0.7364893901,4687.3066793 +398,1.010448592,-0.351180233,45,-1.540717158,0.7364893901,9954.4023029 +399,-1.748740498,0.3686318073,45,-1.540717158,0.7364893901,1613.2390572 +400,2.699635665,0.123533791,45,-1.540717158,0.7364893901,7229.025435 +401,0.496808033,0.823843254,45,-1.540717158,0.7364893901,5153.8911097 +402,0.129574704,0.763364087,45,-1.540717158,0.7364893901,4543.3295263 +403,1.798920311,0.817447563,45,-1.540717158,0.7364893901,6249.4628884 +404,0.335987953,0.746786541,45,-1.540717158,0.7364893901,5045.9947716 +405,-1.085413643,0.292154671,45,-1.540717158,0.7364893901,2339.2393122 +406,-0.155321003,0.508207011,45,-1.540717158,0.7364893901,4390.0883367 +407,0.620529244,-0.301175104,45,-1.540717158,0.7364893901,8736.9454244 +408,1.684402744,0.368716966,45,-1.540717158,0.7364893901,8055.4536152 +409,0.300582244,-0.386397212,45,-1.540717158,0.7364893901,8011.1106655 +410,2.913555946,-0.009225192,45,-1.540717158,0.7364893901,7000.4808706 +411,1.465101417,0.493232532,45,-1.540717158,0.7364893901,7547.7071995 +412,0.090612882,0.907955955,45,-1.540717158,0.7364893901,4139.3455418 +413,2.987564726,-0.729568594,45,-1.540717158,0.7364893901,8523.0580489 +414,-1.484261606,0.224149272,45,-1.540717158,0.7364893901,2038.6581142 +415,0.164073421,0.303955133,45,-1.540717158,0.7364893901,5798.8730291 +416,0.141441293,0.167552546,45,-1.540717158,0.7364893901,6099.745339 +417,2.931321023,-0.506718887,45,-1.540717158,0.7364893901,8205.7819567 +418,2.21951565,0.700596356,45,-1.540717158,0.7364893901,6334.2437884 +419,0.268112576,1.199114336,45,-1.540717158,0.7364893901,3856.1475381 +420,0.978913739,0.359223811,45,-1.540717158,0.7364893901,7543.693721 +421,1.210898818,0.522863584,45,-1.540717158,0.7364893901,7256.5429889 +422,2.347397336,0.129231362,45,-1.540717158,0.7364893901,8082.8295699 +423,0.614394501,0.556878345,45,-1.540717158,0.7364893901,6189.8529904 +424,-1.398079356,0.148483366,45,-1.540717158,0.7364893901,2381.7019542 +425,2.535303836,-0.112984496,45,-1.540717158,0.7364893901,8356.4606991 +426,-1.019372593,-0.405322349,45,-1.540717158,0.7364893901,4908.6806813 +427,-1.297785627,-0.160104069,45,-1.540717158,0.7364893901,3659.1348359 +428,2.144554488,0.205051084,45,-1.540717158,0.7364893901,8222.9273827 +429,-2.242387083,-0.426171285,45,-1.540717158,0.7364893901,5271.9370647 +430,0.338637212,0.909723676,45,-1.540717158,0.7364893901,4626.1585375 +431,-0.148798452,0.691042401,45,-1.540717158,0.7364893901,4010.8550312 +432,0.893524764,0.441829531,45,-1.540717158,0.7364893901,7107.8853329 +433,0.969229347,-0.368847936,45,-1.540717158,0.7364893901,9893.9684524 +434,0.436043248,0.800045688,45,-1.540717158,0.7364893901,5105.8760779 +435,1.687946607,1.081504775,45,-1.540717158,0.7364893901,5237.3841236 +436,0.522302046,-0.034889271,45,-1.540717158,0.7364893901,7737.3589917 +437,-0.178996113,-0.438090009,45,-1.540717158,0.7364893901,6801.0873554 +438,-1.094339566,0.301444068,45,-1.540717158,0.7364893901,2289.6171362 +439,-1.064070054,0.242569932,45,-1.540717158,0.7364893901,2546.7642709 +440,-1.068153768,0.230387998,45,-1.540717158,0.7364893901,2577.8505835 +441,-3.00496892,-0.23989155,45,-1.540717158,0.7364893901,6551.3273209 +442,0.21751974,0.766874888,45,-1.540717158,0.7364893901,4734.8519337 +443,0.117229532,0.007619006,45,-1.540717158,0.7364893901,6457.1976899 +444,0.777758451,0.420554741,45,-1.540717158,0.7364893901,6961.3642639 +445,-0.252356999,0.250747086,45,-1.540717158,0.7364893901,4734.8347985 +446,0.363148444,0.768483434,45,-1.540717158,0.7364893901,5045.2513959 +447,0.903191366,-0.118210676,45,-1.540717158,0.7364893901,8988.2031288 +448,-0.205755923,0.149406178,45,-1.540717158,0.7364893901,5134.2727598 +449,1.811996086,0.02364353,45,-1.540717158,0.7364893901,9339.576842 +450,-1.100670221,0.314845373,45,-1.540717158,0.7364893901,2232.6306085 +451,0.340078597,0.850105132,45,-1.540717158,0.7364893901,4782.137453 +452,0.258757267,0.804969236,45,-1.540717158,0.7364893901,4730.2278172 +453,2.78505352,-0.155160804,45,-1.540717158,0.7364893901,7764.9799004 +454,0.800551619,0.105822106,45,-1.540717158,0.7364893901,8035.9795761 +455,0.437940882,-0.506194031,45,-1.540717158,0.7364893901,8685.7058635 +456,2.230431122,0.63458615,45,-1.540717158,0.7364893901,6555.1213142 +457,0.527965361,0.127667701,45,-1.540717158,0.7364893901,7285.9167355 +458,-0.063643205,0.702093448,45,-1.540717158,0.7364893901,4208.4091656 +459,1.408447268,0.133010502,45,-1.540717158,0.7364893901,8930.0091206 +460,0.523795955,0.280266966,45,-1.540717158,0.7364893901,6824.6751355 +461,-0.975769313,0.072177659,45,-1.540717158,0.7364893901,3300.2133137 +462,0.549774164,-0.463663986,45,-1.540717158,0.7364893901,8918.8219237 +463,0.29245874,1.095549818,45,-1.540717158,0.7364893901,4105.1334819 +464,0.143625958,0.816809593,45,-1.540717158,0.7364893901,4451.7194933 +465,0.671902494,0.611159853,45,-1.540717158,0.7364893901,6133.9575883 +466,1.239840988,0.6724199,45,-1.540717158,0.7364893901,6713.6269377 +467,0.607829703,-0.10932137,45,-1.540717158,0.7364893901,8184.5790363 +468,1.763020906,0.263996692,45,-1.540717158,0.7364893901,8436.9356612 +469,0.378714634,0.726066797,45,-1.540717158,0.7364893901,5193.5926452 +470,2.196736143,-0.153862366,45,-1.540717158,0.7364893901,9342.7070995 +471,0.01702415,0.148991565,45,-1.540717158,0.7364893901,5788.2372886 +472,-2.998490902,-0.158002487,45,-1.540717158,0.7364893901,6313.7331202 +473,-3.051262951,-0.346595608,45,-1.540717158,0.7364893901,6963.857703 +474,-1.069176439,0.182802941,45,-1.540717158,0.7364893901,2734.0504639 +475,0.167157509,0.595344954,45,-1.540717158,0.7364893901,5044.6353001 +476,0.613855648,0.681746124,45,-1.540717158,0.7364893901,5800.4383082 +477,1.037012736,0.682555367,45,-1.540717158,0.7364893901,6468.3784333 +478,-1.253574971,0.379755746,45,-1.540717158,0.7364893901,1704.1231527 +479,3.108590453,-0.132620738,45,-1.540717158,0.7364893901,6758.7401295 +480,0.565301296,0.022333262,45,-1.540717158,0.7364893901,7692.3311236 +481,0.547898238,0.855555614,45,-1.540717158,0.7364893901,5152.9897386 +482,0.948309381,0.417393755,45,-1.540717158,0.7364893901,7287.5188324 +483,-0.050600732,0.945269213,45,-1.540717158,0.7364893901,3773.7232415 +484,-0.977651478,-0.572363064,45,-1.540717158,0.7364893901,5574.1158331 +485,1.102014914,0.728861163,45,-1.540717158,0.7364893901,6372.0934086 +486,2.927300795,-0.282939414,45,-1.540717158,0.7364893901,7679.0912545 +487,-1.154565557,0.124434095,45,-1.540717158,0.7364893901,2775.7875409 +488,1.855331234,0.291044755,45,-1.540717158,0.7364893901,8268.8754054 +489,0.830290659,0.276904518,45,-1.540717158,0.7364893901,7544.2654576 +490,0.485104466,-0.234867441,45,-1.540717158,0.7364893901,8173.2882371 +491,0.521367572,-0.33161327,45,-1.540717158,0.7364893901,8524.5765412 +1,-1.539031704,0.7349710123,46,-1.538663972,0.7410138672,23.959993245 +2,-1.536990553,0.7349663874,46,-1.538663972,0.7410138672,24.450865554 +3,-1.534951779,0.7349571355,46,-1.538663972,0.7410138672,26.341838039 +4,-1.532906461,0.7349480293,46,-1.538663972,0.7410138672,29.359030958 +5,-1.531320211,0.7346937278,46,-1.538663972,0.7410138672,33.014267653 +6,-1.539451648,0.7335131775,46,-1.538663972,0.7410138672,29.799878529 +7,-1.537429487,0.7335445708,46,-1.538663972,0.7410138672,29.80651058 +8,-1.535484998,0.7335658704,46,-1.538663972,0.7410138672,30.939170014 +9,-1.533488396,0.7336036027,46,-1.538663972,0.7410138672,33.043201024 +10,-1.531497785,0.7335842962,46,-1.538663972,0.7410138672,36.160572365 +11,-1.530259379,0.7334777758,46,-1.538663972,0.7410138672,38.709857475 +12,-1.5335454,0.7322346912,46,-1.538663972,0.7410138672,37.878702511 +13,-1.531489083,0.7322238773,46,-1.538663972,0.7410138672,40.686600787 +14,-1.530011122,0.7321679851,46,-1.538663972,0.7410138672,43.269818808 +15,-1.53348106,0.7306614094,46,-1.538663972,0.7410138672,43.738721751 +16,-1.531441779,0.7306962275,46,-1.538663972,0.7410138672,46.041873826 +17,-1.529755654,0.7306933243,46,-1.538663972,0.7410138672,48.530985898 +18,-1.533415048,0.7291384674,46,-1.538663972,0.7410138672,49.502070985 +19,-1.531392093,0.7291705353,46,-1.538663972,0.7410138672,51.547677467 +20,-1.529296523,0.7291214933,46,-1.538663972,0.7410138672,54.556932089 +21,-1.535280942,0.727267644,46,-1.538663972,0.7410138672,55.350118697 +22,-1.533378158,0.7276139666,46,-1.538663972,0.7410138672,55.305439943 +23,-1.531340368,0.7276446587,46,-1.538663972,0.7410138672,57.165625384 +24,-1.528960113,0.7276398177,46,-1.538663972,0.7410138672,60.168822896 +25,-1.533313146,0.7260818349,46,-1.538663972,0.7410138672,61.205091418 +26,-1.531259555,0.7260958115,46,-1.538663972,0.7410138672,62.97819788 +27,-1.528926415,0.7260865555,46,-1.538663972,0.7410138672,65.702297103 +28,-1.531226779,0.7245511789,46,-1.538663972,0.7410138672,68.786787558 +29,-1.528904772,0.7245519194,46,-1.538663972,0.7410138672,71.255560112 +30,-1.547195875,0.7409785979,46,-1.538663972,0.7410138672,24.934090556 +31,-1.5451475,0.740980426,46,-1.538663972,0.7410138672,18.947970198 +32,-1.543097679,0.7409798872,46,-1.538663972,0.7410138672,12.957803924 +33,-1.540720364,0.7409892687,46,-1.538663972,0.7410138672,6.0103824058 +34,-1.547188511,0.7395198392,46,-1.538663972,0.7410138672,25.621579676 +35,-1.545148587,0.7395226109,46,-1.538663972,0.7410138672,19.861978273 +36,-1.543104538,0.7395314908,46,-1.538663972,0.7410138672,14.251535294 +37,-1.540727751,0.7395306258,46,-1.538663972,0.7410138672,8.4226306049 +38,-1.547187029,0.7380014886,46,-1.538663972,0.7410138672,27.648910719 +39,-1.545147315,0.7380012252,46,-1.538663972,0.7410138672,22.413461948 +40,-1.54310719,0.7380060743,46,-1.538663972,0.7410138672,17.635366092 +41,-1.540719671,0.7380068206,46,-1.538663972,0.7410138672,13.343877913 +42,-1.547187189,0.7364799098,46,-1.538663972,0.7410138672,30.748973464 +43,-1.545149996,0.7364853874,46,-1.538663972,0.7410138672,26.124828428 +44,-1.543106091,0.7364823484,46,-1.538663972,0.7410138672,22.167443412 +45,-1.540717158,0.7364893901,46,-1.538663972,0.7410138672,18.903152476 +46,-1.538663972,0.7410138672,46,-1.538663972,0.7410138672,2.3678314018 +47,-1.53695285,0.7409699132,46,-1.538663972,0.7410138672,5.0036529918 +48,-1.534910498,0.7409641297,46,-1.538663972,0.7410138672,10.97103465 +49,-1.533145034,0.7409536636,46,-1.538663972,0.7410138672,16.130547273 +50,-1.538681336,0.7395405883,46,-1.538663972,0.7410138672,5.8358784276 +51,-1.536999189,0.7395183096,46,-1.538663972,0.7410138672,7.6677392077 +52,-1.534923633,0.7395144222,46,-1.538663972,0.7410138672,12.446598711 +53,-1.533267822,0.7395654306,46,-1.538663972,0.7410138672,16.790560222 +54,-1.53867273,0.7380151077,46,-1.538663972,0.7410138672,11.878113811 +55,-1.536980576,0.7379994392,46,-1.538663972,0.7410138672,12.916473437 +56,-1.534931522,0.7379944961,46,-1.538663972,0.7410138672,16.196872239 +57,-1.533387952,0.7379480264,46,-1.538663972,0.7410138672,19.643481039 +58,-1.538682279,0.7364914363,46,-1.538663972,0.7410138672,17.913428755 +59,-1.536980704,0.7364810563,46,-1.538663972,0.7410138672,18.618827479 +60,-1.534935567,0.7364752065,46,-1.538663972,0.7410138672,21.033426109 +61,-1.533042592,0.7363876366,46,-1.538663972,0.7410138672,24.633257151 +62,-1.545143426,0.7349628011,46,-1.538663972,0.7410138672,30.577848033 +63,-1.543105297,0.7349691947,46,-1.538663972,0.7410138672,27.251663065 +64,-1.541064533,0.7349647152,46,-1.538663972,0.7410138672,24.972006756 +65,-1.545411803,0.7334624714,46,-1.538663972,0.7410138672,35.863836069 +66,-1.543446606,0.7334780896,46,-1.538663972,0.7410138672,32.979750589 +67,-1.541475327,0.7334957295,46,-1.538663972,0.7410138672,30.899381287 +68,-1.545401939,0.731963266,46,-1.538663972,0.7410138672,40.940305418 +69,-1.54342253,0.7319915583,46,-1.538663972,0.7410138672,38.368395816 +70,-1.541455867,0.7320216438,46,-1.538663972,0.7410138672,36.548187649 +71,-1.545410146,0.7304422281,46,-1.538663972,0.7410138672,46.323543745 +72,-1.543435491,0.7304713664,46,-1.538663972,0.7410138672,44.046654597 +73,-1.541463105,0.7304997613,46,-1.538663972,0.7410138672,42.449681569 +74,-1.545414768,0.7289194936,46,-1.538663972,0.7410138672,51.850356103 +75,-1.543435774,0.7289538557,46,-1.538663972,0.7410138672,49.784961672 +76,-1.541457714,0.7289765881,46,-1.538663972,0.7410138672,48.381168182 +77,-1.539449415,0.7320555866,46,-1.538663972,0.7410138672,35.558517311 +78,-1.537429183,0.7321097681,46,-1.538663972,0.7410138672,35.45474623 +79,-1.535472649,0.7321497267,46,-1.538663972,0.7410138672,36.338048821 +80,-1.539457899,0.7305333307,46,-1.538663972,0.7410138672,41.578808321 +81,-1.537453161,0.7305750503,46,-1.538663972,0.7410138672,41.500716044 +82,-1.535479385,0.7306124949,46,-1.538663972,0.7410138672,42.247590902 +83,-1.53946905,0.7290102593,46,-1.538663972,0.7410138672,47.60510095 +84,-1.537459922,0.7290417293,46,-1.538663972,0.7410138672,47.553420952 +85,-1.535451349,0.7290890157,46,-1.538663972,0.7410138672,48.168279226 +86,-1.535522937,0.7279887191,46,-1.538663972,0.7410138672,52.412360395 +87,-1.539442524,0.7274735939,46,-1.538663972,0.7410138672,53.681854339 +88,-1.537424111,0.727521351,46,-1.538663972,0.7410138672,53.568046019 +89,-1.539384641,0.7259505092,46,-1.538663972,0.7410138672,59.703627951 +90,-1.537372391,0.7259947145,46,-1.538663972,0.7410138672,59.612114587 +91,-1.535340789,0.7260435356,46,-1.538663972,0.7410138672,60.098174527 +92,-1.539325716,0.7244369706,46,-1.538663972,0.7410138672,65.689988251 +93,-1.537308932,0.7244801057,46,-1.538663972,0.7410138672,65.611636621 +94,-1.535289068,0.7245247645,46,-1.538663972,0.7410138672,66.064841715 +95,-1.533261366,0.7245550236,46,-1.538663972,0.7410138672,67.105840911 +96,-1.539267302,0.722921924,46,-1.538663972,0.7410138672,71.684230319 +97,-1.537248972,0.7229660258,46,-1.538663972,0.7410138672,71.608955703 +98,-1.535219431,0.7229916471,46,-1.538663972,0.7410138672,72.103753813 +99,-1.53318962,0.7230212049,46,-1.538663972,0.7410138672,73.0710904 +100,-1.531154816,0.7230299897,46,-1.538663972,0.7410138672,74.590442037 +101,-1.528878341,0.7230370244,46,-1.538663972,0.7410138672,76.821171541 +102,-1.539218189,0.7214009878,46,-1.538663972,0.7410138672,77.703797065 +103,-1.537198791,0.7214422745,46,-1.538663972,0.7410138672,77.643334875 +104,-1.535179266,0.7214634354,46,-1.538663972,0.7410138672,78.117771333 +105,-1.533156501,0.7214944644,46,-1.538663972,0.7410138672,79.002883568 +106,-1.53113574,0.7215166021,46,-1.538663972,0.7410138672,80.354522858 +107,-1.528874248,0.7215345535,46,-1.538663972,0.7410138672,82.378718902 +108,-1.539217656,0.7198512397,46,-1.538663972,0.7410138672,83.841082774 +109,-1.537199919,0.7199428763,46,-1.538663972,0.7410138672,83.573881979 +110,-1.545425832,0.727397149,46,-1.538663972,0.7410138672,57.483866802 +111,-1.543371177,0.7273916949,46,-1.538663972,0.7410138672,55.704420517 +112,-1.541368852,0.7274523163,46,-1.538663972,0.7410138672,54.302887084 +113,-1.545349067,0.7258710923,46,-1.538663972,0.7410138672,63.123598115 +114,-1.54332671,0.7258603556,46,-1.538663972,0.7410138672,61.571109083 +115,-1.541346831,0.7259242142,46,-1.538663972,0.7410138672,60.289144057 +116,-1.545324355,0.7243383958,46,-1.538663972,0.7410138672,68.901382831 +117,-1.543292796,0.7243617413,46,-1.538663972,0.7410138672,67.3524501 +118,-1.541295822,0.7244024384,46,-1.538663972,0.7410138672,66.252608815 +119,-1.543193859,0.7205570215,46,-1.538663972,0.7410138672,82.123627022 +120,-1.550257047,0.7386738187,46,-1.538663972,0.7410138672,35.159099546 +121,-1.549335448,0.7311736483,46,-1.538663972,0.7410138672,50.004985151 +122,-1.533478843,0.7179891343,46,-1.538663972,0.7410138672,92.477138456 +123,-1.556150555,0.738907041,46,-1.538663972,0.7410138672,51.8273362 +124,-1.554324226,0.733414257,46,-1.538663972,0.7410138672,54.909650173 +125,-1.554290846,0.7288285332,46,-1.538663972,0.7410138672,66.620263639 +126,-1.55122487,0.7219795312,46,-1.538663972,0.7410138672,83.994908186 +127,-1.525104458,0.7229399862,46,-1.538663972,0.7410138672,81.982996874 +128,-1.519607711,0.7236181429,46,-1.538663972,0.7410138672,88.871444013 +129,-1.513899999,0.7251107854,46,-1.538663972,0.7410138672,96.337803595 +130,-1.536620762,0.7431061895,46,-1.538663972,0.7410138672,10.211286429 +131,-1.5369566,0.7460845958,46,-1.538663972,0.7410138672,20.692837195 +132,-1.545345528,0.7447040685,46,-1.538663972,0.7410138672,24.364445696 +133,-1.532813921,0.7432306626,46,-1.538663972,0.7410138672,19.203649035 +134,-1.554788248,0.7382381001,46,-1.538663972,0.7410138672,48.444682875 +135,-1.540348126,0.7301594274,46,-1.538663972,0.7410138672,43.27798971 +136,-1.538016084,0.7239051786,46,-1.538663972,0.7410138672,67.794371138 +137,-1.525288962,0.7258085137,46,-1.538663972,0.7410138672,71.946881848 +138,-1.534326986,0.731241342,46,-1.538663972,0.7410138672,40.748648673 +139,-1.530733872,0.7303625216,46,-1.538663972,0.7410138672,48.189945685 +141,-1.534354939,0.7328219978,46,-1.538663972,0.7410138672,34.822836424 +142,-1.53157084,0.7292888153,46,-1.538663972,0.7410138672,50.903974711 +143,-1.525691035,0.7263799874,46,-1.538663972,0.7410138672,69.399883167 +144,-1.534031287,0.7495967835,46,-1.538663972,0.7410138672,36.573699609 +145,-1.527714986,0.7283095957,46,-1.538663972,0.7410138672,59.731981483 +146,-1.526189586,0.7271468292,46,-1.538663972,0.7410138672,66.050934266 +147,-1.555177336,0.7375563366,46,-1.538663972,0.7410138672,50.236796624 +148,-1.555080283,0.7312707794,46,-1.538663972,0.7410138672,61.736044621 +149,-1.53856994,0.7224180299,46,-1.538663972,0.7410138672,73.658632539 +150,-1.530837883,0.729933372,46,-1.538663972,0.7410138672,49.544592841 +151,-1.515066984,0.5854133365,46,-1.538663972,0.7410138672,620.69400161 +152,-1.534731633,0.5368370046,46,-1.538663972,0.7410138672,808.84030644 +153,-1.515231902,0.5607085576,46,-1.538663972,0.7410138672,717.96800383 +154,-2.616253799,1.0684566605,46,-1.538663972,0.7410138672,2803.4119239 +155,-1.956071439,0.5792177723,46,-1.538663972,0.7410138672,1447.9408491 +156,-1.951208514,0.5602434208,46,-1.538663972,0.7410138672,1477.1028736 +157,-1.944675062,0.6062144545,46,-1.538663972,0.7410138672,1359.9563837 +158,-1.613778386,0.6077989518,46,-1.538663972,0.7410138672,576.36166958 +159,-2.035029014,0.6021432345,46,-1.538663972,0.7410138672,1625.2489815 +160,-2.114989471,0.6801825058,46,-1.538663972,0.7410138672,1735.8891582 +161,-2.037382079,0.5765830025,46,-1.538663972,0.7410138672,1682.1127265 +162,-2.129855121,0.6585019963,46,-1.538663972,0.7410138672,1808.5533256 +163,-2.075141798,0.6493615843,46,-1.538663972,0.7410138672,1662.0531511 +164,-1.828626729,0.6948433129,46,-1.538663972,0.7410138672,882.63190714 +165,-1.863329418,0.6735427691,46,-1.538663972,0.7410138672,1011.0754293 +166,-1.266037071,0.727988852,46,-1.538663972,0.7410138672,801.96827251 +167,-1.277579582,0.7249010648,46,-1.538663972,0.7410138672,770.22280315 +168,-1.258418684,0.7241194816,46,-1.538663972,0.7410138672,826.74570811 +169,-1.317813974,0.6804850104,46,-1.538663972,0.7410138672,704.14972956 +170,-1.344165204,0.6790988904,46,-1.538663972,0.7410138672,632.96961876 +171,-1.427582102,0.5277120351,46,-1.538663972,0.7410138672,915.49618168 +172,-1.402238616,0.457167829,46,-1.538663972,0.7410138672,1208.2718479 +173,-1.422454264,0.4996161999,46,-1.538663972,0.7410138672,1026.048967 +174,-1.439089277,0.4894859811,46,-1.538663972,0.7410138672,1046.4033967 +175,-1.448126995,0.5182330266,46,-1.538663972,0.7410138672,928.32223585 +176,-1.474626146,0.5881926574,46,-1.538663972,0.7410138672,637.22749298 +177,-1.421139645,0.5584869783,46,-1.538663972,0.7410138672,811.78727967 +178,-1.457037165,0.565943032,46,-1.538663972,0.7410138672,739.12259954 +179,-2.757159358,0.3745319,46,-1.538663972,0.7410138672,4221.271647 +180,-2.714309238,0.342054471,46,-1.538663972,0.7410138672,4175.4381062 +181,-2.000525337,0.774119946,46,-1.538663972,0.7410138672,1329.7247404 +183,-1.571413436,0.6777838382,46,-1.538663972,0.7410138672,269.08032388 +184,-1.552860289,0.6987663893,46,-1.538663972,0.7410138672,172.59803189 +185,-1.521852374,0.7165827476,46,-1.538663972,0.7410138672,108.77464309 +186,-1.503656267,0.6928968252,46,-1.538663972,0.7410138672,217.35626898 +187,-1.502753178,0.7136205882,46,-1.538663972,0.7410138672,151.85309402 +188,-1.631894563,0.7343596465,46,-1.538663972,0.7410138672,274.5034358 +189,-1.653765416,0.6770714026,46,-1.538663972,0.7410138672,428.60416661 +190,-1.719812114,0.6715965947,46,-1.538663972,0.7410138672,610.61720356 +191,-1.493406659,0.6646955447,46,-1.538663972,0.7410138672,331.75564702 +192,-1.469120564,0.6613469966,46,-1.538663972,0.7410138672,379.20588128 +193,-1.590551461,0.5326612937,46,-1.538663972,0.7410138672,841.50747833 +194,-1.625979264,0.5247742243,46,-1.538663972,0.7410138672,900.32900977 +195,-1.572293943,0.5238808754,46,-1.538663972,0.7410138672,866.68026927 +196,-1.610848725,0.5477107964,46,-1.538663972,0.7410138672,798.78805443 +197,-1.208485554,0.7918526018,46,-1.538663972,0.7410138672,961.03223542 +198,-1.335601374,0.6869083083,46,-1.538663972,0.7410138672,643.91315859 +199,-1.346156996,0.6825213377,46,-1.538663972,0.7410138672,621.53676347 +200,-1.324381037,0.6741422347,46,-1.538663972,0.7410138672,696.44630224 +201,-1.242424992,0.7378949807,46,-1.538663972,0.7410138672,865.59360703 +202,-1.270370057,0.7392461008,46,-1.538663972,0.7410138672,783.64321385 +203,-1.448950472,0.7441675014,46,-1.538663972,0.7410138672,262.05433507 +204,-1.492662363,0.7523026852,46,-1.538663972,0.7410138672,141.00675047 +205,-1.479098966,0.7763855017,46,-1.538663972,0.7410138672,221.20852405 +206,-1.633760714,0.7869022408,46,-1.538663972,0.7410138672,327.02756993 +207,-1.647406434,0.8101289331,46,-1.538663972,0.7410138672,411.51167935 +208,-1.564245052,0.5701509278,46,-1.538663972,0.7410138672,681.50556731 +209,-1.646289963,0.6833746083,46,-1.538663972,0.7410138672,395.11243166 +210,-1.5820631,0.6751952144,46,-1.538663972,0.7410138672,291.54444523 +211,-1.613236298,0.6681681791,46,-1.538663972,0.7410138672,365.81450396 +212,-1.914661867,0.8212566515,46,-1.538663972,0.7410138672,1100.2703883 +213,-1.742133237,0.7250275956,46,-1.538663972,0.7410138672,601.79614691 +214,-2.033144872,0.6557314699,46,-1.538663972,0.7410138672,1530.0321526 +215,-2.039551981,0.6964723658,46,-1.538663972,0.7410138672,1496.4117976 +216,-1.247341019,0.7622473908,46,-1.538663972,0.7410138672,845.77340889 +217,-1.298239787,0.7084123392,46,-1.538663972,0.7410138672,723.74311049 +218,-1.308539688,0.6926545592,46,-1.538663972,0.7410138672,712.54090282 +219,-1.303263185,0.6888938396,46,-1.538663972,0.7410138672,732.81432491 +220,-1.852400229,0.6004246149,46,-1.538663972,0.7410138672,1118.1641151 +221,-1.288947707,0.7473773692,46,-1.538663972,0.7410138672,727.19634355 +222,-1.372031502,0.7472790993,46,-1.538663972,0.7410138672,485.93592307 +223,-1.289805721,0.7242157877,46,-1.538663972,0.7410138672,734.95758456 +224,-1.350807603,0.7533498126,46,-1.538663972,0.7410138672,547.67661713 +225,-1.329290365,0.7560442322,46,-1.538663972,0.7410138672,610.01803934 +226,-1.410153004,0.616936428,46,-1.538663972,0.7410138672,630.70411791 +227,-1.393445434,0.6308995063,46,-1.538663972,0.7410138672,622.58681344 +228,-1.37595573,0.6241540638,46,-1.538663972,0.7410138672,680.6445116 +229,-1.358388707,0.6172645205,46,-1.538663972,0.7410138672,739.92861416 +230,-1.753741133,0.8281661666,46,-1.538663972,0.7410138672,693.55777803 +231,-1.47430987,0.6834615681,46,-1.538663972,0.7410138672,298.58775863 +232,-1.421012508,0.7222725206,46,-1.538663972,0.7410138672,354.50603515 +233,-1.4476833,0.6978557868,46,-1.538663972,0.7410138672,320.37573426 +234,-1.470370723,0.6966193374,46,-1.538663972,0.7410138672,268.95743452 +235,-1.429211703,0.7037216883,46,-1.538663972,0.7410138672,357.10897963 +236,-1.700578405,0.6178673663,46,-1.538663972,0.7410138672,696.92458474 +237,-1.678117619,0.6331716163,46,-1.538663972,0.7410138672,603.4706638 +238,-1.725644578,0.6316331145,46,-1.538663972,0.7410138672,717.35449097 +239,-2.14012759,0.7930497945,46,-1.538663972,0.7410138672,1714.3019332 +240,-2.103289431,0.7653606263,46,-1.538663972,0.7410138672,1623.9670846 +241,-1.318739838,0.7017808746,46,-1.538663972,0.7410138672,671.61953485 +242,-1.396417427,0.7077900843,46,-1.538663972,0.7410138672,441.79083907 +243,-1.35650337,0.7185539404,46,-1.538663972,0.7410138672,544.7201031 +244,-1.248884539,0.7274156818,46,-1.538663972,0.7410138672,852.42644962 +245,-1.395014798,0.5761185243,46,-1.538663972,0.7410138672,792.26916962 +246,-1.433377362,0.6064716109,46,-1.538663972,0.7410138672,624.27562431 +247,-1.408172432,0.5903155476,46,-1.538663972,0.7410138672,721.51987883 +248,-1.749645898,0.7757118084,46,-1.538663972,0.7410138672,621.42983224 +249,-1.571626686,0.615046989,46,-1.538663972,0.7410138672,509.17104724 +250,-1.514070049,0.6303003037,46,-1.538663972,0.7410138672,444.95153343 +251,-1.480890369,0.6237966528,46,-1.538663972,0.7410138672,496.99143301 +252,-1.704390658,0.5281680612,46,-1.538663972,0.7410138672,993.60347968 +253,-1.64434733,0.5254277498,46,-1.538663972,0.7410138672,917.5447638 +254,-1.703855997,0.4792484842,46,-1.538663972,0.7410138672,1165.4889609 +255,-1.692002383,0.5748825051,46,-1.538663972,0.7410138672,813.83677189 +256,-1.854136457,0.5544643913,46,-1.538663972,0.7410138672,1236.1730219 +257,-1.665021206,0.520317736,46,-1.538663972,0.7410138672,962.17307296 +258,-1.733654349,0.4845187345,46,-1.538663972,0.7410138672,1193.9634274 +259,-1.720938188,0.5135933906,46,-1.538663972,0.7410138672,1071.9170284 +260,-1.742668307,0.553296122,46,-1.538663972,0.7410138672,982.15357081 +261,-1.965659039,0.7142126903,46,-1.538663972,0.7410138672,1263.0799195 +262,-1.944438071,0.6772834804,46,-1.538663972,0.7410138672,1241.476182 +263,-1.270340967,0.7681487096,46,-1.538663972,0.7410138672,780.58647844 +264,-1.353091884,0.6549276821,46,-1.538663972,0.7410138672,657.59637729 +265,-1.333236659,0.6413584414,46,-1.538663972,0.7410138672,739.81121056 +266,-1.352015998,0.6753788907,46,-1.538663972,0.7410138672,618.19147922 +267,-1.377988483,0.6577816235,46,-1.538663972,0.7410138672,587.57075258 +268,-2.13075611,0.8318642051,46,-1.538663972,0.7410138672,1680.9943927 +269,-2.097910953,0.8259670014,46,-1.538663972,0.7410138672,1593.0827184 +270,-1.416382069,0.6694271549,46,-1.538663972,0.7410138672,464.9502955 +271,-1.538905672,0.7535625993,46,-1.538663972,0.7410138672,49.710488518 +272,-1.572309477,0.7803125099,46,-1.538663972,0.7410138672,183.15381169 +273,-1.87759879,0.7503853417,46,-1.538663972,0.7410138672,984.73562864 +274,1.152365588,0.590457682,46,-1.538663972,0.7410138672,6922.242871 +275,0.350198001,0.718001859,46,-1.538663972,0.7410138672,5137.6653143 +276,0.046513677,0.491503852,46,-1.538663972,0.7410138672,4976.6484778 +277,0.027510309,0.742571376,46,-1.538663972,0.7410138672,4333.2170149 +278,0.306285725,-0.214631579,46,-1.538663972,0.7410138672,7591.5692174 +279,-1.100564889,0.318051531,46,-1.538663972,0.7410138672,2229.7668972 +280,-1.078582306,0.301437596,46,-1.538663972,0.7410138672,2331.7668434 +281,-1.137371989,-0.617634065,46,-1.538663972,0.7410138672,5574.2813941 +282,0.784356344,0.703272339,46,-1.538663972,0.7410138672,6015.606038 +283,-1.221209947,0.218327455,46,-1.538663972,0.7410138672,2340.1850344 +284,2.347301921,-0.449114658,46,-1.538663972,0.7410138672,9777.8436932 +285,0.246820618,0.830553713,46,-1.538663972,0.7410138672,4624.8217788 +286,0.829414965,0.703288228,46,-1.538663972,0.7410138672,6087.3833764 +287,-1.337537566,0.42332223,46,-1.538663972,0.7410138672,1420.2952569 +288,0.882453706,0.454478077,46,-1.538663972,0.7410138672,7026.8702178 +289,1.575629659,0.416419109,46,-1.538663972,0.7410138672,7858.1691533 +290,-1.039455679,0.229888244,46,-1.538663972,0.7410138672,2649.3784822 +291,0.489558039,0.934482747,46,-1.538663972,0.7410138672,4808.5290467 +292,0.081344504,0.88384514,46,-1.538663972,0.7410138672,4152.9328625 +293,-1.547979814,0.300350308,46,-1.538663972,0.7410138672,1745.7523212 +294,0.040776181,0.168560074,46,-1.538663972,0.7410138672,5797.4464912 +295,-1.130374745,0.563894876,46,-1.538663972,0.7410138672,1457.0876508 +296,1.578326642,0.478507176,46,-1.538663972,0.7410138672,7612.489602 +297,-1.12861823,-0.291640865,46,-1.538663972,0.7410138672,4355.4678735 +298,0.310524208,0.770885792,46,-1.538663972,0.7410138672,4911.1468897 +299,0.415649091,-0.387246002,46,-1.538663972,0.7410138672,8344.3044982 +300,-0.926533878,-0.188022748,46,-1.538663972,0.7410138672,4297.2742563 +301,1.258856172,-0.11716081,46,-1.538663972,0.7410138672,9694.8767823 +302,-1.126050026,0.322941926,46,-1.538663972,0.7410138672,2158.5240307 +303,2.002785835,0.07893892,46,-1.538663972,0.7410138672,8892.2553496 +304,0.440437607,0.746258085,46,-1.538663972,0.7410138672,5248.8820526 +305,-0.030391866,0.214441206,46,-1.538663972,0.7410138672,5470.0067055 +306,0.521557815,-0.058929362,46,-1.538663972,0.7410138672,7791.6387082 +307,-0.097005111,0.13317729,46,-1.538663972,0.7410138672,5489.7148069 +308,1.83113859,0.221857587,46,-1.538663972,0.7410138672,8540.5642834 +309,0.222428864,0.099404236,46,-1.538663972,0.7410138672,6506.8552042 +310,-1.702731345,0.8728568183,46,-1.538663972,0.7410138672,687.97497707 +311,-0.418507569,0.278324921,46,-1.538663972,0.7410138672,4173.3644911 +312,-1.41153306,0.339029988,46,-1.538663972,0.7410138672,1648.1801712 +313,0.357560442,0.114788776,46,-1.538663972,0.7410138672,6846.430928 +314,0.325818979,0.268352149,46,-1.538663972,0.7410138672,6328.6896362 +315,-1.246004659,-0.663679965,46,-1.538663972,0.7410138672,5663.0434235 +316,1.814603087,0.637404484,46,-1.538663972,0.7410138672,6930.5983753 +317,1.843704281,-0.18300445,46,-1.538663972,0.7410138672,10081.653263 +318,1.690644492,-0.211480909,46,-1.538663972,0.7410138672,10324.722702 +319,-1.275451936,0.068109467,46,-1.538663972,0.7410138672,2822.6129661 +320,0.762430171,-0.207594741,46,-1.538663972,0.7410138672,8874.5124238 +321,0.265668905,-0.014647884,46,-1.538663972,0.7410138672,6941.255652 +322,-2.773032013,-0.335515811,46,-1.538663972,0.7410138672,6191.3636103 +323,-1.469512853,0.174058777,46,-1.538663972,0.7410138672,2258.4850226 +324,0.286276986,0.785925691,46,-1.538663972,0.7410138672,4820.4546198 +325,-1.379324697,0.377432233,46,-1.538663972,0.7410138672,1534.0037474 +326,-1.203778265,0.212813032,46,-1.538663972,0.7410138672,2388.368829 +327,0.579916301,0.611743168,46,-1.538663972,0.7410138672,5932.0518857 +328,0.267582642,0.868113908,46,-1.538663972,0.7410138672,4575.0430998 +329,0.412869244,-0.050245578,46,-1.538663972,0.7410138672,7460.9147955 +330,0.17524381,0.976660285,46,-1.538663972,0.7410138672,4145.8794457 +331,0.743157214,0.204812899,46,-1.538663972,0.7410138672,7571.3698449 +332,-1.070758176,0.269382282,46,-1.538663972,0.7410138672,2452.349777 +333,-1.230364251,0.329790229,46,-1.538663972,0.7410138672,1929.1735069 +334,-1.374813124,-0.024926835,46,-1.538663972,0.7410138672,3089.9260909 +335,0.519780566,0.463669906,46,-1.538663972,0.7410138672,6250.8040529 +336,-1.55108034,0.239698561,46,-1.538663972,0.7410138672,1986.1652089 +337,0.180294813,0.029739425,46,-1.538663972,0.7410138672,6574.0934733 +338,0.67820924,0.268170153,46,-1.538663972,0.7410138672,7220.5425858 +339,0.445798684,1.024001867,46,-1.538663972,0.7410138672,4494.5102293 +340,0.691751283,0.150521402,46,-1.538663972,0.7410138672,7620.4750434 +341,-1.036643551,-0.903056181,46,-1.538663972,0.7410138672,6736.6276038 +342,-0.120287036,1.083325163,46,-1.538663972,0.7410138672,3425.0345383 +343,2.823513113,-0.304487164,46,-1.538663972,0.7410138672,8043.6224677 +344,0.457583172,1.12513373,46,-1.538663972,0.7410138672,4248.5644944 +345,0.042918831,0.813795399,46,-1.538663972,0.7410138672,4215.2321161 +346,1.196146777,-0.853142756,46,-1.538663972,0.7410138672,11239.466834 +347,0.206001358,-0.010430701,46,-1.538663972,0.7410138672,6756.9640232 +348,-0.268308653,0.234799412,46,-1.538663972,0.7410138672,4723.2453393 +349,0.759363263,0.736189579,46,-1.538663972,0.7410138672,5865.7345436 +350,0.181363926,0.891988372,46,-1.538663972,0.7410138672,4344.0795509 +351,-0.021111158,0.139103292,46,-1.538663972,0.7410138672,5695.6170873 +352,-0.093355215,0.630686981,46,-1.538663972,0.7410138672,4271.9663858 +353,0.40118964,0.681375926,46,-1.538663972,0.7410138672,5349.5580988 +354,-0.721197315,1.304706234,46,-1.538663972,0.7410138672,2652.7636093 +355,-1.076150317,0.212107639,46,-1.538663972,0.7410138672,2629.8021361 +356,-1.577164531,0.273993443,46,-1.538663972,0.7410138672,1854.4932025 +357,-0.190788414,0.182208586,46,-1.538663972,0.7410138672,5086.5612815 +358,-0.261349752,0.209710184,46,-1.538663972,0.7410138672,4808.6196185 +359,-1.029303852,0.083549259,46,-1.538663972,0.7410138672,3160.4683144 +360,-1.268609162,0.330525297,46,-1.538663972,0.7410138672,1861.1013962 +361,1.282982244,-0.926641967,46,-1.538663972,0.7410138672,11324.509046 +362,0.217352334,0.731352408,46,-1.538663972,0.7410138672,4806.7899651 +363,-1.511833084,0.258629297,46,-1.538663972,0.7410138672,1912.9161278 +364,0.338812194,0.823184618,46,-1.538663972,0.7410138672,4832.6976923 +365,-0.324406489,1.134201999,46,-1.538663972,0.7410138672,3034.6035374 +366,1.389579348,0.399185724,46,-1.538663972,0.7410138672,7860.5931685 +367,2.047152199,-0.039082036,46,-1.538663972,0.7410138672,9249.388496 +368,0.947780369,0.568250077,46,-1.538663972,0.7410138672,6737.5744568 +369,0.763824846,0.576754987,46,-1.538663972,0.7410138672,6400.606478 +370,-0.142334657,0.928153068,46,-1.538663972,0.7410138672,3587.5096707 +371,0.610266567,0.547265983,46,-1.538663972,0.7410138672,6194.3169451 +372,0.210731629,0.746815056,46,-1.538663972,0.7410138672,4753.1474374 +373,-1.34931644,0.316895224,46,-1.538663972,0.7410138672,1796.7392182 +374,2.407696481,0.655030745,46,-1.538663972,0.7410138672,6199.7648827 +375,0.64207831,0.545359131,46,-1.538663972,0.7410138672,6266.1178564 +376,1.174597538,0.840588356,46,-1.538663972,0.7410138672,6002.9129325 +377,0.660059424,0.010604079,46,-1.538663972,0.7410138672,7966.0924053 +378,-0.730263819,0.010486456,46,-1.538663972,0.7410138672,4071.5669708 +379,0.831068936,0.512339172,46,-1.538663972,0.7410138672,6737.9437168 +380,1.301180979,0.72367476,46,-1.538663972,0.7410138672,6542.834254 +381,1.811128231,0.322854402,46,-1.538663972,0.7410138672,8161.7302205 +382,0.435105812,0.992284428,46,-1.538663972,0.7410138672,4561.6234896 +383,0.62643634,0.592027932,46,-1.538663972,0.7410138672,6087.6283522 +384,0.492988703,-0.516339467,46,-1.538663972,0.7410138672,8863.7278629 +385,-0.162469483,0.112549365,46,-1.538663972,0.7410138672,5353.1339191 +386,0.314630866,0.472006421,46,-1.538663972,0.7410138672,5730.5016559 +387,0.166744804,0.822815954,46,-1.538663972,0.7410138672,4472.2556242 +388,0.417159608,0.965805736,46,-1.538663972,0.7410138672,4602.1846759 +389,0.106334961,0.868774244,46,-1.538663972,0.7410138672,4238.3991992 +390,0.815086969,-0.338144359,46,-1.538663972,0.7410138672,9376.6753755 +391,0.59867455,-0.230624824,46,-1.538663972,0.7410138672,8480.4922277 +392,1.915104874,0.066220985,46,-1.538663972,0.7410138672,9055.6147443 +393,1.278093622,0.064463721,46,-1.538663972,0.7410138672,9046.9419842 +394,-0.061477853,0.302997961,46,-1.538663972,0.7410138672,5150.359403 +395,0.251311504,0.626976942,46,-1.538663972,0.7410138672,5154.892177 +396,2.950242872,0.149095644,46,-1.538663972,0.7410138672,6465.3861696 +397,-0.180294708,0.35375117,46,-1.538663972,0.7410138672,4678.9551506 +398,1.010448592,-0.351180233,46,-1.538663972,0.7410138672,9940.8334517 +399,-1.748740498,0.3686318073,46,-1.538663972,0.7410138672,1631.82346 +400,2.699635665,0.123533791,46,-1.538663972,0.7410138672,7227.1890352 +401,0.496808033,0.823843254,46,-1.538663972,0.7410138672,5136.1872135 +402,0.129574704,0.763364087,46,-1.538663972,0.7410138672,4527.5833306 +403,1.798920311,0.817447563,46,-1.538663972,0.7410138672,6232.5079787 +404,0.335987953,0.746786541,46,-1.538663972,0.7410138672,5029.390603 +405,-1.085413643,0.292154671,46,-1.538663972,0.7410138672,2346.4876207 +406,-0.155321003,0.508207011,46,-1.538663972,0.7410138672,4379.2927632 +407,0.620529244,-0.301175104,46,-1.538663972,0.7410138672,8727.9492351 +408,1.684402744,0.368716966,46,-1.538663972,0.7410138672,8038.1142588 +409,0.300582244,-0.386397212,46,-1.538663972,0.7410138672,8007.3869469 +410,2.913555946,-0.009225192,46,-1.538663972,0.7410138672,7003.3784058 +411,1.465101417,0.493232532,46,-1.538663972,0.7410138672,7529.1669975 +412,0.090612882,0.907955955,46,-1.538663972,0.7410138672,4122.4692604 +413,2.987564726,-0.729568594,46,-1.538663972,0.7410138672,8536.9278284 +414,-1.484261606,0.224149272,46,-1.538663972,0.7410138672,2055.8148913 +415,0.164073421,0.303955133,46,-1.538663972,0.7410138672,5787.628879 +416,0.141441293,0.167552546,46,-1.538663972,0.7410138672,6090.3284117 +417,2.931321023,-0.506718887,46,-1.538663972,0.7410138672,8216.0637955 +418,2.21951565,0.700596356,46,-1.538663972,0.7410138672,6320.8381314 +419,0.268112576,1.199114336,46,-1.538663972,0.7410138672,3837.3762427 +420,0.978913739,0.359223811,46,-1.538663972,0.7410138672,7525.5916041 +421,1.210898818,0.522863584,46,-1.538663972,0.7410138672,7237.6456938 +422,2.347397336,0.129231362,46,-1.538663972,0.7410138672,8075.5927032 +423,0.614394501,0.556878345,46,-1.538663972,0.7410138672,6172.946747 +424,-1.398079356,0.148483366,46,-1.538663972,0.7410138672,2397.593243 +425,2.535303836,-0.112984496,46,-1.538663972,0.7410138672,8355.4811904 +426,-1.019372593,-0.405322349,46,-1.538663972,0.7410138672,4921.4702549 +427,-1.297785627,-0.160104069,46,-1.538663972,0.7410138672,3674.4739143 +428,2.144554488,0.205051084,46,-1.538663972,0.7410138672,8211.7652053 +429,-2.242387083,-0.426171285,46,-1.538663972,0.7410138672,5289.8405312 +430,0.338637212,0.909723676,46,-1.538663972,0.7410138672,4608.5108297 +431,-0.148798452,0.691042401,46,-1.538663972,0.7410138672,3997.4727904 +432,0.893524764,0.441829531,46,-1.538663972,0.7410138672,7089.9618908 +433,0.969229347,-0.368847936,46,-1.538663972,0.7410138672,9881.3052828 +434,0.436043248,0.800045688,46,-1.538663972,0.7410138672,5088.5136291 +435,1.687946607,1.081504775,46,-1.538663972,0.7410138672,5219.7289534 +436,0.522302046,-0.034889271,46,-1.538663972,0.7410138672,7726.0203591 +437,-0.178996113,-0.438090009,46,-1.538663972,0.7410138672,6803.6899655 +438,-1.094339566,0.301444068,46,-1.538663972,0.7410138672,2296.9139468 +439,-1.064070054,0.242569932,46,-1.538663972,0.7410138672,2554.3587041 +440,-1.068153768,0.230387998,46,-1.538663972,0.7410138672,2585.7336362 +441,-3.00496892,-0.23989155,46,-1.538663972,0.7410138672,6561.5542994 +442,0.21751974,0.766874888,46,-1.538663972,0.7410138672,4718.6527742 +443,0.117229532,0.007619006,46,-1.538663972,0.7410138672,6450.0564421 +444,0.777758451,0.420554741,46,-1.538663972,0.7410138672,6944.1523131 +445,-0.252356999,0.250747086,46,-1.538663972,0.7410138672,4728.8029022 +446,0.363148444,0.768483434,46,-1.538663972,0.7410138672,5028.3778284 +447,0.903191366,-0.118210676,46,-1.538663972,0.7410138672,8973.2724246 +448,-0.205755923,0.149406178,46,-1.538663972,0.7410138672,5129.127505 +449,1.811996086,0.02364353,46,-1.538663972,0.7410138672,9324.2241607 +450,-1.100670221,0.314845373,46,-1.538663972,0.7410138672,2239.8325052 +451,0.340078597,0.850105132,46,-1.538663972,0.7410138672,4764.837229 +452,0.258757267,0.804969236,46,-1.538663972,0.7410138672,4713.5478373 +453,2.78505352,-0.155160804,46,-1.538663972,0.7410138672,7768.2669262 +454,0.800551619,0.105822106,46,-1.538663972,0.7410138672,8020.3382546 +455,0.437940882,-0.506194031,46,-1.538663972,0.7410138672,8682.5301257 +456,2.230431122,0.63458615,46,-1.538663972,0.7410138672,6542.2083277 +457,0.527965361,0.127667701,46,-1.538663972,0.7410138672,7272.8178129 +458,-0.063643205,0.702093448,46,-1.538663972,0.7410138672,4194.3663761 +459,1.408447268,0.133010502,46,-1.538663972,0.7410138672,8911.1603136 +460,0.523795955,0.280266966,46,-1.538663972,0.7410138672,6810.2716555 +461,-0.975769313,0.072177659,46,-1.538663972,0.7410138672,3308.328999 +462,0.549774164,-0.463663986,46,-1.538663972,0.7410138672,8913.5539943 +463,0.29245874,1.095549818,46,-1.538663972,0.7410138672,4086.6718316 +464,0.143625958,0.816809593,46,-1.538663972,0.7410138672,4435.4292173 +465,0.671902494,0.611159853,46,-1.538663972,0.7410138672,6116.4937351 +466,1.239840988,0.6724199,46,-1.538663972,0.7410138672,6694.7394936 +467,0.607829703,-0.10932137,46,-1.538663972,0.7410138672,8173.1011586 +468,1.763020906,0.263996692,46,-1.538663972,0.7410138672,8420.4120764 +469,0.378714634,0.726066797,46,-1.538663972,0.7410138672,5176.9270515 +470,2.196736143,-0.153862366,46,-1.538663972,0.7410138672,9336.3086002 +471,0.01702415,0.148991565,46,-1.538663972,0.7410138672,5780.4457233 +472,-2.998490902,-0.158002487,46,-1.538663972,0.7410138672,6323.0529974 +473,-3.051262951,-0.346595608,46,-1.538663972,0.7410138672,6974.8709219 +474,-1.069176439,0.182802941,46,-1.538663972,0.7410138672,2742.6585782 +475,0.167157509,0.595344954,46,-1.538663972,0.7410138672,5030.2807393 +476,0.613855648,0.681746124,46,-1.538663972,0.7410138672,5782.9312672 +477,1.037012736,0.682555367,46,-1.538663972,0.7410138672,6449.5803753 +478,-1.253574971,0.379755746,46,-1.538663972,0.7410138672,1714.3199655 +479,3.108590453,-0.132620738,46,-1.538663972,0.7410138672,6765.7383393 +480,0.565301296,0.022333262,46,-1.538663972,0.7410138672,7679.8777812 +481,0.547898238,0.855555614,46,-1.538663972,0.7410138672,5134.9863186 +482,0.948309381,0.417393755,46,-1.538663972,0.7410138672,7269.4071627 +483,-0.050600732,0.945269213,46,-1.538663972,0.7410138672,3756.9212729 +484,-0.977651478,-0.572363064,46,-1.538663972,0.7410138672,5587.355484 +485,1.102014914,0.728861163,46,-1.538663972,0.7410138672,6353.207074 +486,2.927300795,-0.282939414,46,-1.538663972,0.7410138672,7686.04289 +487,-1.154565557,0.124434095,46,-1.538663972,0.7410138672,2786.9527927 +488,1.855331234,0.291044755,46,-1.538663972,0.7410138672,8253.3089637 +489,0.830290659,0.276904518,46,-1.538663972,0.7410138672,7527.3690022 +490,0.485104466,-0.234867441,46,-1.538663972,0.7410138672,8164.9862022 +491,0.521367572,-0.33161327,46,-1.538663972,0.7410138672,8517.3126929 +1,-1.539031704,0.7349710123,47,-1.53695285,0.7409699132,24.530157337 +2,-1.536990553,0.7349663874,47,-1.53695285,0.7409699132,23.78022233 +3,-1.534951779,0.7349571355,47,-1.53695285,0.7409699132,24.527921565 +4,-1.532906461,0.7349480293,47,-1.53695285,0.7409699132,26.637595737 +5,-1.531320211,0.7346937278,47,-1.53695285,0.7409699132,29.841984933 +6,-1.539451648,0.7335131775,47,-1.53695285,0.7409699132,30.43148174 +7,-1.537429487,0.7335445708,47,-1.53695285,0.7409699132,29.444971772 +8,-1.535484998,0.7335658704,47,-1.53695285,0.7409699132,29.641585795 +9,-1.533488396,0.7336036027,47,-1.53695285,0.7409699132,30.895853085 +10,-1.531497785,0.7335842962,47,-1.53695285,0.7409699132,33.342043493 +11,-1.530259379,0.7334777758,47,-1.53695285,0.7409699132,35.580265931 +12,-1.5335454,0.7322346912,47,-1.53695285,0.7409699132,36.015700834 +13,-1.531489083,0.7322238773,47,-1.53695285,0.7409699132,38.172548726 +14,-1.530011122,0.7321679851,47,-1.53695285,0.7409699132,40.378176754 +15,-1.53348106,0.7306614094,47,-1.53695285,0.7409699132,42.085203183 +16,-1.531441779,0.7306962275,47,-1.53695285,0.7409699132,43.793143746 +17,-1.529755654,0.7306933243,47,-1.53695285,0.7409699132,45.863950067 +18,-1.533415048,0.7291384674,47,-1.53695285,0.7409699132,48.003315201 +19,-1.531392093,0.7291705353,47,-1.53695285,0.7409699132,49.51079485 +20,-1.529296523,0.7291214933,47,-1.53695285,0.7409699132,52.044584929 +21,-1.535280942,0.727267644,47,-1.53695285,0.7409699132,54.496914613 +22,-1.533378158,0.7276139666,47,-1.53695285,0.7409699132,53.936848114 +23,-1.531340368,0.7276446587,47,-1.53695285,0.7409699132,55.300728851 +24,-1.528960113,0.7276398177,47,-1.53695285,0.7409699132,57.793941286 +25,-1.533313146,0.7260818349,47,-1.53695285,0.7409699132,59.936104298 +26,-1.531259555,0.7260958115,47,-1.53695285,0.7409699132,61.251288171 +27,-1.528926415,0.7260865555,47,-1.53695285,0.7409699132,63.507008701 +28,-1.531226779,0.7245511789,47,-1.53695285,0.7409699132,67.18421766 +29,-1.528904772,0.7245519194,47,-1.53695285,0.7409699132,69.214047173 +30,-1.547195875,0.7409785979,47,-1.53695285,0.7409699132,29.934899234 +31,-1.5451475,0.740980426,47,-1.53695285,0.7409699132,23.948608883 +32,-1.543097679,0.7409798872,47,-1.53695285,0.7409699132,17.958101978 +33,-1.540720364,0.7409892687,47,-1.53695285,0.7409699132,11.010657557 +34,-1.547188511,0.7395198392,47,-1.53695285,0.7409699132,30.479388734 +35,-1.545148587,0.7395226109,47,-1.53695285,0.7409699132,24.643773544 +36,-1.543104538,0.7395314908,47,-1.53695285,0.7409699132,18.870687762 +37,-1.540727751,0.7395306258,47,-1.53695285,0.7409699132,12.424513453 +38,-1.547187029,0.7380014886,47,-1.53695285,0.7409699132,32.175032562 +39,-1.545147315,0.7380012252,47,-1.53695285,0.7409699132,26.708485712 +40,-1.54310719,0.7380060743,47,-1.53695285,0.7409699132,21.498657027 +41,-1.540719671,0.7380068206,47,-1.53695285,0.7409699132,16.101775082 +42,-1.547187189,0.7364799098,47,-1.53695285,0.7409699132,34.850487466 +43,-1.545149996,0.7364853874,47,-1.53695285,0.7409699132,29.862539415 +44,-1.543106091,0.7364823484,47,-1.53695285,0.7409699132,25.311324357 +45,-1.540717158,0.7364893901,47,-1.53695285,0.7409699132,20.89230505 +46,-1.538663972,0.7410138672,47,-1.53695285,0.7409699132,5.0036529918 +47,-1.53695285,0.7409699132,47,-1.53695285,0.7409699132,2.8819224599 +48,-1.534910498,0.7409641297,47,-1.53695285,0.7409699132,5.9687954049 +49,-1.533145034,0.7409536636,47,-1.53695285,0.7409699132,11.128540052 +50,-1.538681336,0.7395405883,47,-1.53695285,0.7409699132,7.5897237188 +51,-1.536999189,0.7395183096,47,-1.53695285,0.7409699132,5.7513986224 +52,-1.534923633,0.7395144222,47,-1.53695285,0.7409699132,8.273655271 +53,-1.533267822,0.7395654306,47,-1.53695285,0.7409699132,12.127578444 +54,-1.53867273,0.7380151077,47,-1.53695285,0.7409699132,12.74030382 +55,-1.536980576,0.7379994392,47,-1.53695285,0.7409699132,11.766327047 +56,-1.534931522,0.7379944961,47,-1.53695285,0.7409699132,13.186812245 +57,-1.533387952,0.7379480264,47,-1.53695285,0.7409699132,15.878138413 +58,-1.538682279,0.7364914363,47,-1.53695285,0.7409699132,18.448050008 +59,-1.536980704,0.7364810563,47,-1.53695285,0.7409699132,17.780548921 +60,-1.534935567,0.7364752065,47,-1.53695285,0.7409699132,18.758066578 +61,-1.533042592,0.7363876366,47,-1.53695285,0.7409699132,21.461005885 +62,-1.545143426,0.7349628011,47,-1.53695285,0.7409699132,33.797545037 +63,-1.543105297,0.7349691947,47,-1.53695285,0.7409699132,29.833269329 +64,-1.541064533,0.7349647152,47,-1.53695285,0.7409699132,26.66430622 +65,-1.545411803,0.7334624714,47,-1.53695285,0.7409699132,38.724756801 +66,-1.543446606,0.7334780896,47,-1.53695285,0.7409699132,35.259518897 +67,-1.541475327,0.7334957295,47,-1.53695285,0.7409699132,32.43989504 +68,-1.545401939,0.731963266,47,-1.53695285,0.7409699132,43.44473712 +69,-1.54342253,0.7319915583,47,-1.53695285,0.7409699132,40.313353784 +70,-1.541455867,0.7320216438,47,-1.53695285,0.7409699132,37.827002514 +71,-1.545410146,0.7304422281,47,-1.53695285,0.7409699132,48.535124554 +72,-1.543435491,0.7304713664,47,-1.53695285,0.7409699132,45.734591823 +73,-1.541463105,0.7304997613,47,-1.53695285,0.7409699132,43.535612316 +74,-1.545414768,0.7289194936,47,-1.53695285,0.7409699132,53.819981513 +75,-1.543435774,0.7289538557,47,-1.53695285,0.7409699132,51.266259326 +76,-1.541457714,0.7289765881,47,-1.53695285,0.7409699132,49.315302117 +77,-1.539449415,0.7320555866,47,-1.53695285,0.7409699132,36.061586083 +78,-1.537429183,0.7321097681,47,-1.53695285,0.7409699132,35.122855736 +79,-1.535472649,0.7321497267,47,-1.53695285,0.7409699132,35.205691015 +80,-1.539457899,0.7305333307,47,-1.53695285,0.7409699132,41.988620628 +81,-1.537453161,0.7305750503,47,-1.53695285,0.7409699132,41.200250923 +82,-1.535479385,0.7306124949,47,-1.53695285,0.7409699132,41.253230138 +83,-1.53946905,0.7290102593,47,-1.53695285,0.7409699132,47.945677993 +84,-1.537459922,0.7290417293,47,-1.53695285,0.7409699132,47.271022639 +85,-1.535451349,0.7290890157,47,-1.53695285,0.7409699132,47.266579928 +86,-1.535522937,0.7279887191,47,-1.53695285,0.7409699132,51.590044528 +87,-1.539442524,0.7274735939,47,-1.53695285,0.7409699132,53.957827964 +88,-1.537424111,0.727521351,47,-1.53695285,0.7409699132,53.287773445 +89,-1.539384641,0.7259505092,47,-1.53695285,0.7409699132,59.920606362 +90,-1.537372391,0.7259947145,47,-1.53695285,0.7409699132,59.329605114 +91,-1.535340789,0.7260435356,47,-1.53695285,0.7409699132,59.313331588 +92,-1.539325716,0.7244369706,47,-1.53695285,0.7409699132,65.858619119 +93,-1.537308932,0.7244801057,47,-1.53695285,0.7409699132,65.324540939 +94,-1.535289068,0.7245247645,47,-1.53695285,0.7409699132,65.3231659 +95,-1.533261366,0.7245550236,47,-1.53695285,0.7409699132,65.921499586 +96,-1.539267302,0.722921924,47,-1.53695285,0.7409699132,71.812587406 +97,-1.537248972,0.7229660258,47,-1.53695285,0.7409699132,71.31873456 +98,-1.535219431,0.7229916471,47,-1.53695285,0.7409699132,71.394810409 +99,-1.53318962,0.7230212049,47,-1.53695285,0.7409699132,71.954178735 +100,-1.531154816,0.7230299897,47,-1.53695285,0.7409699132,73.084411855 +101,-1.528878341,0.7230370244,47,-1.53695285,0.7409699132,74.909888355 +102,-1.539218189,0.7214009878,47,-1.53695285,0.7409699132,77.799734329 +103,-1.537198791,0.7214422745,47,-1.53695285,0.7409699132,77.352375449 +104,-1.535179266,0.7214634354,47,-1.53695285,0.7409699132,77.441894549 +105,-1.533156501,0.7214944644,47,-1.53695285,0.7409699132,77.949974042 +106,-1.53113574,0.7215166021,47,-1.53695285,0.7409699132,78.940017381 +107,-1.528874248,0.7215345535,47,-1.53695285,0.7409699132,80.583524796 +108,-1.539217656,0.7198512397,47,-1.53695285,0.7409699132,83.917518671 +109,-1.537199919,0.7199428763,47,-1.53695285,0.7409699132,83.291282713 +110,-1.545425832,0.727397149,47,-1.53695285,0.7409699132,59.254202208 +111,-1.543371177,0.7273916949,47,-1.53695285,0.7409699132,56.99856182 +112,-1.541368852,0.7274523163,47,-1.53695285,0.7409699132,55.095196739 +113,-1.545349067,0.7258710923,47,-1.53695285,0.7409699132,64.708438872 +114,-1.54332671,0.7258603556,47,-1.53695285,0.7409699132,62.71882227 +115,-1.541346831,0.7259242142,47,-1.53695285,0.7409699132,60.982308178 +116,-1.545324355,0.7243383958,47,-1.53695285,0.7409699132,70.338127615 +117,-1.543292796,0.7243617413,47,-1.53695285,0.7409699132,68.382359095 +118,-1.541295822,0.7244024384,47,-1.53695285,0.7409699132,66.858052136 +119,-1.543193859,0.7205570215,47,-1.53695285,0.7409699132,82.92431339 +120,-1.550257047,0.7386738187,47,-1.53695285,0.7409699132,39.970396229 +121,-1.549335448,0.7311736483,47,-1.53695285,0.7409699132,53.168844117 +122,-1.533478843,0.7179891343,47,-1.53695285,0.7409699132,91.603040009 +123,-1.556150555,0.738907041,47,-1.53695285,0.7409699132,56.748772869 +124,-1.554324226,0.733414257,47,-1.53695285,0.7409699132,59.082673146 +125,-1.554290846,0.7288285332,47,-1.53695285,0.7409699132,70.061769302 +126,-1.55122487,0.7219795312,47,-1.53695285,0.7409699132,86.185194925 +127,-1.525104458,0.7229399862,47,-1.53695285,0.7409699132,79.49196806 +128,-1.519607711,0.7236181429,47,-1.53695285,0.7409699132,85.638363999 +129,-1.513899999,0.7251107854,47,-1.53695285,0.7409699132,92.468429597 +130,-1.536620762,0.7431061895,47,-1.53695285,0.7409699132,8.5171573951 +131,-1.5369566,0.7460845958,47,-1.53695285,0.7409699132,20.25926097 +132,-1.545345528,0.7447040685,47,-1.53695285,0.7409699132,28.606112693 +133,-1.532813921,0.7432306626,47,-1.53695285,0.7409699132,15.039877628 +134,-1.554788248,0.7382381001,47,-1.53695285,0.7409699132,53.298324782 +135,-1.540348126,0.7301594274,47,-1.53695285,0.7409699132,43.966004743 +136,-1.538016084,0.7239051786,47,-1.53695285,0.7409699132,67.665904151 +137,-1.525288962,0.7258085137,47,-1.53695285,0.7409699132,69.170075551 +138,-1.534326986,0.731241342,47,-1.53695285,0.7409699132,39.298211453 +139,-1.530733872,0.7303625216,47,-1.53695285,0.7409699132,45.813229267 +141,-1.534354939,0.7328219978,47,-1.53695285,0.7409699132,33.161367632 +142,-1.53157084,0.7292888153,47,-1.53695285,0.7409699132,48.896143992 +143,-1.525691035,0.7263799874,47,-1.53695285,0.7409699132,66.613593992 +144,-1.534031287,0.7495967835,47,-1.53695285,0.7409699132,35.213398767 +145,-1.527714986,0.7283095957,47,-1.53695285,0.7409699132,57.026650874 +146,-1.526189586,0.7271468292,47,-1.53695285,0.7409699132,63.244029564 +147,-1.555177336,0.7375563366,47,-1.53695285,0.7409699132,55.030356972 +148,-1.555080283,0.7312707794,47,-1.53695285,0.7409699132,65.630156271 +149,-1.53856994,0.7224180299,47,-1.53695285,0.7409699132,73.638375994 +150,-1.530837883,0.729933372,47,-1.53695285,0.7409699132,47.261458735 +151,-1.515066984,0.5854133365,47,-1.53695285,0.7409699132,619.91350679 +152,-1.534731633,0.5368370046,47,-1.53695285,0.7409699132,808.60101148 +153,-1.515231902,0.5607085576,47,-1.53695285,0.7409699132,717.26429971 +154,-2.616253799,1.0684566605,47,-1.53695285,0.7409699132,2806.8057806 +155,-1.956071439,0.5792177723,47,-1.53695285,0.7409699132,1452.6341196 +156,-1.951208514,0.5602434208,47,-1.53695285,0.7409699132,1481.704139 +157,-1.944675062,0.6062144545,47,-1.53695285,0.7409699132,1364.7333435 +158,-1.613778386,0.6077989518,47,-1.53695285,0.7409699132,578.34947689 +159,-2.035029014,0.6021432345,47,-1.53695285,0.7409699132,1630.1389256 +160,-2.114989471,0.6801825058,47,-1.53695285,0.7409699132,1740.891569 +161,-2.037382079,0.5765830025,47,-1.53695285,0.7409699132,1686.9404948 +162,-2.129855121,0.6585019963,47,-1.53695285,0.7409699132,1813.5563686 +163,-2.075141798,0.6493615843,47,-1.53695285,0.7409699132,1667.0433367 +164,-1.828626729,0.6948433129,47,-1.53695285,0.7409699132,887.58308714 +165,-1.863329418,0.6735427691,47,-1.53695285,0.7409699132,1015.9868768 +166,-1.266037071,0.727988852,47,-1.53695285,0.7409699132,796.97429649 +167,-1.277579582,0.7249010648,47,-1.53695285,0.7409699132,765.22307121 +168,-1.258418684,0.7241194816,47,-1.53695285,0.7409699132,821.74782834 +169,-1.317813974,0.6804850104,47,-1.53695285,0.7409699132,699.2895157 +170,-1.344165204,0.6790988904,47,-1.53695285,0.7409699132,628.18893468 +171,-1.427582102,0.5277120351,47,-1.53695285,0.7409699132,913.26066539 +172,-1.402238616,0.457167829,47,-1.53695285,0.7409699132,1206.0915689 +173,-1.422454264,0.4996161999,47,-1.53695285,0.7409699132,1023.9146829 +174,-1.439089277,0.4894859811,47,-1.53695285,0.7409699132,1044.5719659 +175,-1.448126995,0.5182330266,47,-1.53695285,0.7409699132,926.48125126 +176,-1.474626146,0.5881926574,47,-1.53695285,0.7409699132,635.42086788 +177,-1.421139645,0.5584869783,47,-1.53695285,0.7409699132,809.20566143 +178,-1.457037165,0.565943032,47,-1.53695285,0.7409699132,737.12251387 +179,-2.757159358,0.3745319,47,-1.53695285,0.7409699132,4226.2735414 +180,-2.714309238,0.342054471,47,-1.53695285,0.7409699132,4180.4393331 +181,-2.000525337,0.774119946,47,-1.53695285,0.7409699132,1334.6054017 +183,-1.571413436,0.6777838382,47,-1.53695285,0.7409699132,270.84138381 +184,-1.552860289,0.6987663893,47,-1.53695285,0.7409699132,173.74861927 +185,-1.521852374,0.7165827476,47,-1.53695285,0.7409699132,106.40334369 +186,-1.503656267,0.6928968252,47,-1.53695285,0.7409699132,214.79423525 +187,-1.502753178,0.7136205882,47,-1.53695285,0.7409699132,148.23003096 +188,-1.631894563,0.7343596465,47,-1.53695285,0.7409699132,279.48305429 +189,-1.653765416,0.6770714026,47,-1.53695285,0.7409699132,432.66325567 +190,-1.719812114,0.6715965947,47,-1.53695285,0.7409699132,615.14635438 +191,-1.493406659,0.6646955447,47,-1.53695285,0.7409699132,329.50209861 +192,-1.469120564,0.6613469966,47,-1.53695285,0.7409699132,376.21802005 +193,-1.590551461,0.5326612937,47,-1.53695285,0.7409699132,842.41395145 +194,-1.625979264,0.5247742243,47,-1.53695285,0.7409699132,901.85485041 +195,-1.572293943,0.5238808754,47,-1.53695285,0.7409699132,867.19540423 +196,-1.610848725,0.5477107964,47,-1.53695285,0.7409699132,800.17662127 +197,-1.208485554,0.7918526018,47,-1.53695285,0.7409699132,956.3473729 +198,-1.335601374,0.6869083083,47,-1.53695285,0.7409699132,639.05039946 +199,-1.346156996,0.6825213377,47,-1.53695285,0.7409699132,616.73406947 +200,-1.324381037,0.6741422347,47,-1.53695285,0.7409699132,691.64475334 +201,-1.242424992,0.7378949807,47,-1.53695285,0.7409699132,860.62632027 +202,-1.270370057,0.7392461008,47,-1.53695285,0.7409699132,778.67346901 +203,-1.448950472,0.7441675014,47,-1.53695285,0.7409699132,257.08276175 +204,-1.492662363,0.7523026852,47,-1.53695285,0.7409699132,136.35832399 +205,-1.479098966,0.7763855017,47,-1.53695285,0.7409699132,217.54072929 +206,-1.633760714,0.7869022408,47,-1.53695285,0.7409699132,331.20412044 +207,-1.647406434,0.8101289331,47,-1.53695285,0.7409699132,415.25151109 +208,-1.564245052,0.5701509278,47,-1.53695285,0.7409699132,681.98266623 +209,-1.646289963,0.6833746083,47,-1.53695285,0.7409699132,399.21178311 +210,-1.5820631,0.6751952144,47,-1.53695285,0.7409699132,293.73012839 +211,-1.613236298,0.6681681791,47,-1.53695285,0.7409699132,368.87461951 +212,-1.914661867,0.8212566515,47,-1.53695285,0.7409699132,1104.9043425 +213,-1.742133237,0.7250275956,47,-1.53695285,0.7409699132,606.7873003 +214,-2.033144872,0.6557314699,47,-1.53695285,0.7409699132,1535.0155121 +215,-2.039551981,0.6964723658,47,-1.53695285,0.7409699132,1501.4146835 +216,-1.247341019,0.7622473908,47,-1.53695285,0.7409699132,840.90551798 +217,-1.298239787,0.7084123392,47,-1.53695285,0.7409699132,718.7498297 +218,-1.308539688,0.6926545592,47,-1.53695285,0.7409699132,707.60212374 +219,-1.303263185,0.6888938396,47,-1.53695285,0.7409699132,727.88527823 +220,-1.852400229,0.6004246149,47,-1.53695285,0.7409699132,1122.6680319 +221,-1.288947707,0.7473773692,47,-1.53695285,0.7409699132,722.25191383 +222,-1.372031502,0.7472790993,47,-1.53695285,0.7409699132,480.98291906 +223,-1.289805721,0.7242157877,47,-1.53695285,0.7409699132,729.95585065 +224,-1.350807603,0.7533498126,47,-1.53695285,0.7409699132,542.76114808 +225,-1.329290365,0.7560442322,47,-1.53695285,0.7409699132,605.11788585 +226,-1.410153004,0.616936428,47,-1.53695285,0.7409699132,627.28904518 +227,-1.393445434,0.6308995063,47,-1.53695285,0.7409699132,618.74805166 +228,-1.37595573,0.6241540638,47,-1.53695285,0.7409699132,676.69761765 +229,-1.358388707,0.6172645205,47,-1.53695285,0.7409699132,735.89190503 +230,-1.753741133,0.8281661666,47,-1.53695285,0.7409699132,697.80163229 +231,-1.47430987,0.6834615681,47,-1.53695285,0.7409699132,295.1706662 +232,-1.421012508,0.7222725206,47,-1.53695285,0.7409699132,349.55000758 +233,-1.4476833,0.6978557868,47,-1.53695285,0.7409699132,315.98906457 +234,-1.470370723,0.6966193374,47,-1.53695285,0.7409699132,265.0082802 +235,-1.429211703,0.7037216883,47,-1.53695285,0.7409699132,352.42241502 +236,-1.700578405,0.6178673663,47,-1.53695285,0.7409699132,700.57384837 +237,-1.678117619,0.6331716163,47,-1.53695285,0.7409699132,607.0575505 +238,-1.725644578,0.6316331145,47,-1.53695285,0.7409699132,721.43090456 +239,-2.14012759,0.7930497945,47,-1.53695285,0.7409699132,1719.091708 +240,-2.103289431,0.7653606263,47,-1.53695285,0.7409699132,1628.8514569 +241,-1.318739838,0.7017808746,47,-1.53695285,0.7409699132,666.6554032 +242,-1.396417427,0.7077900843,47,-1.53695285,0.7409699132,436.90960797 +243,-1.35650337,0.7185539404,47,-1.53695285,0.7409699132,539.72827533 +244,-1.248884539,0.7274156818,47,-1.53695285,0.7409699132,847.43476958 +245,-1.395014798,0.5761185243,47,-1.53695285,0.7409699132,789.12068191 +246,-1.433377362,0.6064716109,47,-1.53695285,0.7409699132,621.3947243 +247,-1.408172432,0.5903155476,47,-1.53695285,0.7409699132,718.40886412 +248,-1.749645898,0.7757118084,47,-1.53695285,0.7409699132,626.26605192 +249,-1.571626686,0.615046989,47,-1.53695285,0.7409699132,510.07732908 +250,-1.514070049,0.6303003037,47,-1.53695285,0.7409699132,443.92361844 +251,-1.480890369,0.6237966528,47,-1.53695285,0.7409699132,494.98087757 +252,-1.704390658,0.5281680612,47,-1.53695285,0.7409699132,996.34250518 +253,-1.64434733,0.5254277498,47,-1.53695285,0.7409699132,919.38702815 +254,-1.703855997,0.4792484842,47,-1.53695285,0.7409699132,1167.865112 +255,-1.692002383,0.5748825051,47,-1.53695285,0.7409699132,816.85519223 +256,-1.854136457,0.5544643913,47,-1.53695285,0.7409699132,1240.3843779 +257,-1.665021206,0.520317736,47,-1.53695285,0.7409699132,964.30431839 +258,-1.733654349,0.4845187345,47,-1.53695285,0.7409699132,1196.7187176 +259,-1.720938188,0.5135933906,47,-1.53695285,0.7409699132,1074.7400037 +260,-1.742668307,0.553296122,47,-1.53695285,0.7409699132,985.55051548 +261,-1.965659039,0.7142126903,47,-1.53695285,0.7409699132,1268.0818338 +262,-1.944438071,0.6772834804,47,-1.53695285,0.7409699132,1246.4537793 +263,-1.270340967,0.7681487096,47,-1.53695285,0.7409699132,775.75664478 +264,-1.353091884,0.6549276821,47,-1.53695285,0.7409699132,653.09231639 +265,-1.333236659,0.6413584414,47,-1.53695285,0.7409699132,735.33148115 +266,-1.352015998,0.6753788907,47,-1.53695285,0.7409699132,613.4720863 +267,-1.377988483,0.6577816235,47,-1.53695285,0.7409699132,583.20374911 +268,-2.13075611,0.8318642051,47,-1.53695285,0.7409699132,1685.6302205 +269,-2.097910953,0.8259670014,47,-1.53695285,0.7409699132,1597.7456863 +270,-1.416382069,0.6694271549,47,-1.53695285,0.7409699132,460.77530352 +271,-1.538905672,0.7535625993,47,-1.53695285,0.7409699132,50.201308246 +272,-1.572309477,0.7803125099,47,-1.53695285,0.7409699132,185.93400875 +273,-1.87759879,0.7503853417,47,-1.53695285,0.7409699132,989.70429724 +274,1.152365588,0.590457682,47,-1.53695285,0.7409699132,6920.5639927 +275,0.350198001,0.718001859,47,-1.53695285,0.7409699132,5134.0647439 +276,0.046513677,0.491503852,47,-1.53695285,0.7409699132,4972.0773761 +277,0.027510309,0.742571376,47,-1.53695285,0.7409699132,4329.1665813 +278,0.306285725,-0.214631579,47,-1.53695285,0.7409699132,7586.5736858 +279,-1.100564889,0.318051531,47,-1.53695285,0.7409699132,2225.8808496 +280,-1.078582306,0.301437596,47,-1.53695285,0.7409699132,2327.8395545 +281,-1.137371989,-0.617634065,47,-1.53695285,0.7409699132,5572.5058253 +282,0.784356344,0.703272339,47,-1.53695285,0.7409699132,6012.9594724 +283,-1.221209947,0.218327455,47,-1.53695285,0.7409699132,2337.3090911 +284,2.347301921,-0.449114658,47,-1.53695285,0.7409699132,9782.7743918 +285,0.246820618,0.830553713,47,-1.53695285,0.7409699132,4621.3592315 +286,0.829414965,0.703288228,47,-1.53695285,0.7409699132,6084.8619968 +287,-1.337537566,0.42332223,47,-1.53695285,0.7409699132,1417.5593953 +288,0.882453706,0.454478077,47,-1.53695285,0.7409699132,7023.9795139 +289,1.575629659,0.416419109,47,-1.53695285,0.7409699132,7858.2026205 +290,-1.039455679,0.229888244,47,-1.53695285,0.7409699132,2645.5080565 +291,0.489558039,0.934482747,47,-1.53695285,0.7409699132,4805.8253516 +292,0.081344504,0.88384514,47,-1.53695285,0.7409699132,4149.3957284 +293,-1.547979814,0.300350308,47,-1.53695285,0.7409699132,1745.6921555 +294,0.040776181,0.168560074,47,-1.53695285,0.7409699132,5792.5106969 +295,-1.130374745,0.563894876,47,-1.53695285,0.7409699132,1452.3606553 +296,1.578326642,0.478507176,47,-1.53695285,0.7409699132,7612.5433204 +297,-1.12861823,-0.291640865,47,-1.53695285,0.7409699132,4353.1715517 +298,0.310524208,0.770885792,47,-1.53695285,0.7409699132,4907.6178471 +299,0.415649091,-0.387246002,47,-1.53695285,0.7409699132,8339.3016393 +300,-0.926533878,-0.188022748,47,-1.53695285,0.7409699132,4293.9510727 +301,1.258856172,-0.11716081,47,-1.53695285,0.7409699132,9692.4005754 +302,-1.126050026,0.322941926,47,-1.53695285,0.7409699132,2154.7413892 +303,2.002785835,0.07893892,47,-1.53695285,0.7409699132,8894.8862039 +304,0.440437607,0.746258085,47,-1.53695285,0.7409699132,5245.5314668 +305,-0.030391866,0.214441206,47,-1.53695285,0.7409699132,5465.0610659 +306,0.521557815,-0.058929362,47,-1.53695285,0.7409699132,7786.9131463 +307,-0.097005111,0.13317729,47,-1.53695285,0.7409699132,5484.7165022 +308,1.83113859,0.221857587,47,-1.53695285,0.7409699132,8542.0515244 +309,0.222428864,0.099404236,47,-1.53695285,0.7409699132,6501.9906904 +310,-1.702731345,0.8728568183,47,-1.53695285,0.7409699132,691.15903186 +311,-0.418507569,0.278324921,47,-1.53695285,0.7409699132,4168.3692378 +312,-1.41153306,0.339029988,47,-1.53695285,0.7409699132,1646.5436724 +313,0.357560442,0.114788776,47,-1.53695285,0.7409699132,6841.7165023 +314,0.325818979,0.268352149,47,-1.53695285,0.7409699132,6324.1384299 +315,-1.246004659,-0.663679965,47,-1.53695285,0.7409699132,5661.7293288 +316,1.814603087,0.637404484,47,-1.53695285,0.7409699132,6931.6245364 +317,1.843704281,-0.18300445,47,-1.53695285,0.7409699132,10083.892836 +318,1.690644492,-0.211480909,47,-1.53695285,0.7409699132,10325.726473 +319,-1.275451936,0.068109467,47,-1.53695285,0.7409699132,2820.4733759 +320,0.762430171,-0.207594741,47,-1.53695285,0.7409699132,8869.9253942 +321,0.265668905,-0.014647884,47,-1.53695285,0.7409699132,6936.3351592 +322,-2.773032013,-0.335515811,47,-1.53695285,0.7409699132,6195.7433043 +323,-1.469512853,0.174058777,47,-1.53695285,0.7409699132,2257.689525 +324,0.286276986,0.785925691,47,-1.53695285,0.7409699132,4816.9258344 +325,-1.379324697,0.377432233,47,-1.53695285,0.7409699132,1531.8994819 +326,-1.203778265,0.212813032,47,-1.53695285,0.7409699132,2385.3978949 +327,0.579916301,0.611743168,47,-1.53695285,0.7409699132,5928.6699536 +328,0.267582642,0.868113908,47,-1.53695285,0.7409699132,4571.7329952 +329,0.412869244,-0.050245578,47,-1.53695285,0.7409699132,7456.079908 +330,0.17524381,0.976660285,47,-1.53695285,0.7409699132,4142.8117909 +331,0.743157214,0.204812899,47,-1.53695285,0.7409699132,7567.5389539 +332,-1.070758176,0.269382282,47,-1.53695285,0.7409699132,2448.4918369 +333,-1.230364251,0.329790229,47,-1.53695285,0.7409699132,1925.9742994 +334,-1.374813124,-0.024926835,47,-1.53695285,0.7409699132,3088.6031081 +335,0.519780566,0.463669906,47,-1.53695285,0.7409699132,6246.9574924 +336,-1.55108034,0.239698561,47,-1.53695285,0.7409699132,1986.1252905 +337,0.180294813,0.029739425,47,-1.53695285,0.7409699132,6569.1510066 +338,0.67820924,0.268170153,47,-1.53695285,0.7409699132,7216.6703022 +339,0.445798684,1.024001867,47,-1.53695285,0.7409699132,4492.0303658 +340,0.691751283,0.150521402,47,-1.53695285,0.7409699132,7616.4055864 +341,-1.036643551,-0.903056181,47,-1.53695285,0.7409699132,6734.9612326 +342,-0.120287036,1.083325163,47,-1.53695285,0.7409699132,3422.1295294 +343,2.823513113,-0.304487164,47,-1.53695285,0.7409699132,8048.6231423 +344,0.457583172,1.12513373,47,-1.53695285,0.7409699132,4246.4839626 +345,0.042918831,0.813795399,47,-1.53695285,0.7409699132,4211.4115211 +346,1.196146777,-0.853142756,47,-1.53695285,0.7409699132,11235.034081 +347,0.206001358,-0.010430701,47,-1.53695285,0.7409699132,6752.0125282 +348,-0.268308653,0.234799412,47,-1.53695285,0.7409699132,4718.2419293 +349,0.759363263,0.736189579,47,-1.53695285,0.7409699132,5863.0976274 +350,0.181363926,0.891988372,47,-1.53695285,0.7409699132,4340.713303 +351,-0.021111158,0.139103292,47,-1.53695285,0.7409699132,5690.6392362 +352,-0.093355215,0.630686981,47,-1.53695285,0.7409699132,4267.4911307 +353,0.40118964,0.681375926,47,-1.53695285,0.7409699132,5345.9609194 +354,-0.721197315,1.304706234,47,-1.53695285,0.7409699132,2651.3849842 +355,-1.076150317,0.212107639,47,-1.53695285,0.7409699132,2626.1432063 +356,-1.577164531,0.273993443,47,-1.53695285,0.7409699132,1854.7394269 +357,-0.190788414,0.182208586,47,-1.53695285,0.7409699132,5081.5586895 +358,-0.261349752,0.209710184,47,-1.53695285,0.7409699132,4803.6160472 +359,-1.029303852,0.083549259,47,-1.53695285,0.7409699132,3156.9498435 +360,-1.268609162,0.330525297,47,-1.53695285,0.7409699132,1858.1761972 +361,1.282982244,-0.926641967,47,-1.53695285,0.7409699132,11320.99037 +362,0.217352334,0.731352408,47,-1.53695285,0.7409699132,4802.9926255 +363,-1.511833084,0.258629297,47,-1.53695285,0.7409699132,1912.4718746 +364,0.338812194,0.823184618,47,-1.53695285,0.7409699132,4829.3708233 +365,-0.324406489,1.134201999,47,-1.53695285,0.7409699132,3031.8883232 +366,1.389579348,0.399185724,47,-1.53695285,0.7409699132,7859.6936474 +367,2.047152199,-0.039082036,47,-1.53695285,0.7409699132,9252.4991717 +368,0.947780369,0.568250077,47,-1.53695285,0.7409699132,6735.1306919 +369,0.763824846,0.576754987,47,-1.53695285,0.7409699132,6397.6180794 +370,-0.142334657,0.928153068,47,-1.53695285,0.7409699132,3583.8730922 +371,0.610266567,0.547265983,47,-1.53695285,0.7409699132,6190.8601728 +372,0.210731629,0.746815056,47,-1.53695285,0.7409699132,4749.3814132 +373,-1.34931644,0.316895224,47,-1.53695285,0.7409699132,1794.5472159 +374,2.407696481,0.655030745,47,-1.53695285,0.7409699132,6202.7634078 +375,0.64207831,0.545359131,47,-1.53695285,0.7409699132,6262.7353602 +376,1.174597538,0.840588356,47,-1.53695285,0.7409699132,6001.690013 +377,0.660059424,0.010604079,47,-1.53695285,0.7409699132,7961.6952929 +378,-0.730263819,0.010486456,47,-1.53695285,0.7409699132,4067.2523074 +379,0.831068936,0.512339172,47,-1.53695285,0.7409699132,6735.0127126 +380,1.301180979,0.72367476,47,-1.53695285,0.7409699132,6541.8835307 +381,1.811128231,0.322854402,47,-1.53695285,0.7409699132,8163.0063815 +382,0.435105812,0.992284428,47,-1.53695285,0.7409699132,4559.0137817 +383,0.62643634,0.592027932,47,-1.53695285,0.7409699132,6084.3125524 +384,0.492988703,-0.516339467,47,-1.53695285,0.7409699132,8858.7479402 +385,-0.162469483,0.112549365,47,-1.53695285,0.7409699132,5348.1307421 +386,0.314630866,0.472006421,47,-1.53695285,0.7409699132,5726.2780459 +387,0.166744804,0.822815954,47,-1.53695285,0.7409699132,4468.6420564 +388,0.417159608,0.965805736,47,-1.53695285,0.7409699132,4599.4529605 +389,0.106334961,0.868774244,47,-1.53695285,0.7409699132,4234.8451597 +390,0.815086969,-0.338144359,47,-1.53695285,0.7409699132,9371.9428798 +391,0.59867455,-0.230624824,47,-1.53695285,0.7409699132,8475.649823 +392,1.915104874,0.066220985,47,-1.53695285,0.7409699132,9057.7992512 +393,1.278093622,0.064463721,47,-1.53695285,0.7409699132,9044.9889838 +394,-0.061477853,0.302997961,47,-1.53695285,0.7409699132,5145.4564718 +395,0.251311504,0.626976942,47,-1.53695285,0.7409699132,5150.8898701 +396,2.950242872,0.149095644,47,-1.53695285,0.7409699132,6470.2617247 +397,-0.180294708,0.35375117,47,-1.53695285,0.7409699132,4674.020789 +398,1.010448592,-0.351180233,47,-1.53695285,0.7409699132,9936.4722671 +399,-1.748740498,0.3686318073,47,-1.53695285,0.7409699132,1634.1089161 +400,2.699635665,0.123533791,47,-1.53695285,0.7409699132,7231.8204859 +401,0.496808033,0.823843254,47,-1.53695285,0.7409699132,5133.1655553 +402,0.129574704,0.763364087,47,-1.53695285,0.7409699132,4523.7367912 +403,1.798920311,0.817447563,47,-1.53695285,0.7409699132,6233.3438479 +404,0.335987953,0.746786541,47,-1.53695285,0.7409699132,5025.8407934 +405,-1.085413643,0.292154671,47,-1.53695285,0.7409699132,2342.6208101 +406,-0.155321003,0.508207011,47,-1.53695285,0.7409699132,4374.5381058 +407,0.620529244,-0.301175104,47,-1.53695285,0.7409699132,8723.0526903 +408,1.684402744,0.368716966,47,-1.53695285,0.7409699132,8038.706674 +409,0.300582244,-0.386397212,47,-1.53695285,0.7409699132,8002.403868 +410,2.913555946,-0.009225192,47,-1.53695285,0.7409699132,7008.3353391 +411,1.465101417,0.493232532,47,-1.53695285,0.7409699132,7528.6960464 +412,0.090612882,0.907955955,47,-1.53695285,0.7409699132,4119.0299519 +413,2.987564726,-0.729568594,47,-1.53695285,0.7409699132,8541.2379835 +414,-1.484261606,0.224149272,47,-1.53695285,0.7409699132,2055.1156037 +415,0.164073421,0.303955133,47,-1.53695285,0.7409699132,5782.9229571 +416,0.141441293,0.167552546,47,-1.53695285,0.7409699132,6085.4579631 +417,2.931321023,-0.506718887,47,-1.53695285,0.7409699132,8220.8671 +418,2.21951565,0.700596356,47,-1.53695285,0.7409699132,6323.2028981 +419,0.268112576,1.199114336,47,-1.53695285,0.7409699132,3835.3902849 +420,0.978913739,0.359223811,47,-1.53695285,0.7409699132,7522.8400078 +421,1.210898818,0.522863584,47,-1.53695285,0.7409699132,7236.0945339 +422,2.347397336,0.129231362,47,-1.53695285,0.7409699132,8079.4696922 +423,0.614394501,0.556878345,47,-1.53695285,0.7409699132,6169.5215793 +424,-1.398079356,0.148483366,47,-1.53695285,0.7409699132,2396.2134959 +425,2.535303836,-0.112984496,47,-1.53695285,0.7409699132,8360.1924472 +426,-1.019372593,-0.405322349,47,-1.53695285,0.7409699132,4918.9117244 +427,-1.297785627,-0.160104069,47,-1.53695285,0.7409699132,3672.8406881 +428,2.144554488,0.205051084,47,-1.53695285,0.7409699132,8214.7838898 +429,-2.242387083,-0.426171285,47,-1.53695285,0.7409699132,5292.7346736 +430,0.338637212,0.909723676,47,-1.53695285,0.7409699132,4605.4555959 +431,-0.148798452,0.691042401,47,-1.53695285,0.7409699132,3993.0710214 +432,0.893524764,0.441829531,47,-1.53695285,0.7409699132,7087.0812463 +433,0.969229347,-0.368847936,47,-1.53695285,0.7409699132,9876.7908672 +434,0.436043248,0.800045688,47,-1.53695285,0.7409699132,5085.302317 +435,1.687946607,1.081504775,47,-1.53695285,0.7409699132,5220.106978 +436,0.522302046,-0.034889271,47,-1.53695285,0.7409699132,7721.3266182 +437,-0.178996113,-0.438090009,47,-1.53695285,0.7409699132,6799.1374343 +438,-1.094339566,0.301444068,47,-1.53695285,0.7409699132,2293.056313 +439,-1.064070054,0.242569932,47,-1.53695285,0.7409699132,2550.5545152 +440,-1.068153768,0.230387998,47,-1.53695285,0.7409699132,2581.98415 +441,-3.00496892,-0.23989155,47,-1.53695285,0.7409699132,6566.361242 +442,0.21751974,0.766874888,47,-1.53695285,0.7409699132,4714.9538633 +443,0.117229532,0.007619006,47,-1.53695285,0.7409699132,6445.0764858 +444,0.777758451,0.420554741,47,-1.53695285,0.7409699132,6940.8669579 +445,-0.252356999,0.250747086,47,-1.53695285,0.7409699132,4723.8020947 +446,0.363148444,0.768483434,47,-1.53695285,0.7409699132,5024.9379764 +447,0.903191366,-0.118210676,47,-1.53695285,0.7409699132,8969.2039073 +448,-0.205755923,0.149406178,47,-1.53695285,0.7409699132,5124.1244259 +449,1.811996086,0.02364353,47,-1.53695285,0.7409699132,9325.8492434 +450,-1.100670221,0.314845373,47,-1.53695285,0.7409699132,2235.9580199 +451,0.340078597,0.850105132,47,-1.53695285,0.7409699132,4761.5941959 +452,0.258757267,0.804969236,47,-1.53695285,0.7409699132,4710.0277846 +453,2.78505352,-0.155160804,47,-1.53695285,0.7409699132,7773.2367305 +454,0.800551619,0.105822106,47,-1.53695285,0.7409699132,8016.4628292 +455,0.437940882,-0.506194031,47,-1.53695285,0.7409699132,8677.5622302 +456,2.230431122,0.63458615,47,-1.53695285,0.7409699132,6544.7310609 +457,0.527965361,0.127667701,47,-1.53695285,0.7409699132,7268.3699334 +458,-0.063643205,0.702093448,47,-1.53695285,0.7409699132,4190.091488 +459,1.408447268,0.133010502,47,-1.53695285,0.7409699132,8910.0929918 +460,0.523795955,0.280266966,47,-1.53695285,0.7409699132,6806.0763238 +461,-0.975769313,0.072177659,47,-1.53695285,0.7409699132,3304.6213304 +462,0.549774164,-0.463663986,47,-1.53695285,0.7409699132,8908.550428 +463,0.29245874,1.095549818,47,-1.53695285,0.7409699132,4084.2436306 +464,0.143625958,0.816809593,47,-1.53695285,0.7409699132,4431.7620396 +465,0.671902494,0.611159853,47,-1.53695285,0.7409699132,6113.3361105 +466,1.239840988,0.6724199,47,-1.53695285,0.7409699132,6693.5041054 +467,0.607829703,-0.10932137,47,-1.53695285,0.7409699132,8168.4240293 +468,1.763020906,0.263996692,47,-1.53695285,0.7409699132,8421.4840606 +469,0.378714634,0.726066797,47,-1.53695285,0.7409699132,5173.4015674 +470,2.196736143,-0.153862366,47,-1.53695285,0.7409699132,9340.3276774 +471,0.01702415,0.148991565,47,-1.53695285,0.7409699132,5775.4872303 +472,-2.998490902,-0.158002487,47,-1.53695285,0.7409699132,6327.9301238 +473,-3.051262951,-0.346595608,47,-1.53695285,0.7409699132,6979.6022401 +474,-1.069176439,0.182802941,47,-1.53695285,0.7409699132,2739.0526846 +475,0.167157509,0.595344954,47,-1.53695285,0.7409699132,5026.0730658 +476,0.613855648,0.681746124,47,-1.53695285,0.7409699132,5779.7969062 +477,1.037012736,0.682555367,47,-1.53695285,0.7409699132,6447.6518 +478,-1.253574971,0.379755746,47,-1.53695285,0.7409699132,1711.0755876 +479,3.108590453,-0.132620738,47,-1.53695285,0.7409699132,6770.7222861 +480,0.565301296,0.022333262,47,-1.53695285,0.7409699132,7675.3289015 +481,0.547898238,0.855555614,47,-1.53695285,0.7409699132,5132.1610806 +482,0.948309381,0.417393755,47,-1.53695285,0.7409699132,7266.6628721 +483,-0.050600732,0.945269213,47,-1.53695285,0.7409699132,3753.4503004 +484,-0.977651478,-0.572363064,47,-1.53695285,0.7409699132,5584.9376645 +485,1.102014914,0.728861163,47,-1.53695285,0.7409699132,6351.5744886 +486,2.927300795,-0.282939414,47,-1.53695285,0.7409699132,7691.0282271 +487,-1.154565557,0.124434095,47,-1.53695285,0.7409699132,2783.9410253 +488,1.855331234,0.291044755,47,-1.53695285,0.7409699132,8254.8449289 +489,0.830290659,0.276904518,47,-1.53695285,0.7409699132,7523.9404077 +490,0.485104466,-0.234867441,47,-1.53695285,0.7409699132,8160.0510204 +491,0.521367572,-0.33161327,47,-1.53695285,0.7409699132,8512.3369397 +1,-1.539031704,0.7349710123,48,-1.534910498,0.7409641297,26.634269352 +2,-1.536990553,0.7349663874,48,-1.534910498,0.7409641297,24.526593085 +3,-1.534951779,0.7349571355,48,-1.534910498,0.7409641297,23.794011189 +4,-1.532906461,0.7349480293,48,-1.534910498,0.7409641297,24.542789452 +5,-1.531320211,0.7346937278,48,-1.534910498,0.7409641297,26.974144319 +6,-1.539451648,0.7335131775,48,-1.534910498,0.7409641297,32.378389785 +7,-1.537429487,0.7335445708,48,-1.534910498,0.7409641297,30.302935256 +8,-1.535484998,0.7335658704,48,-1.534910498,0.7409641297,29.352887239 +9,-1.533488396,0.7336036027,48,-1.534910498,0.7409641297,29.451755143 +10,-1.531497785,0.7335842962,48,-1.534910498,0.7409641297,30.897008527 +11,-1.530259379,0.7334777758,48,-1.534910498,0.7409641297,32.63978124 +12,-1.5335454,0.7322346912,48,-1.534910498,0.7409641297,34.808516876 +13,-1.531489083,0.7322238773,48,-1.534910498,0.7409641297,36.046254567 +14,-1.530011122,0.7321679851,48,-1.534910498,0.7409641297,37.690760721 +15,-1.53348106,0.7306614094,48,-1.534910498,0.7409641297,41.024337121 +16,-1.531441779,0.7306962275,48,-1.534910498,0.7409641297,41.926964293 +17,-1.529755654,0.7306933243,48,-1.534910498,0.7409641297,43.406889047 +18,-1.533415048,0.7291384674,48,-1.534910498,0.7409641297,47.047081423 +19,-1.531392093,0.7291705353,48,-1.534910498,0.7409641297,47.844581209 +20,-1.529296523,0.7291214933,48,-1.534910498,0.7409641297,49.724361162 +21,-1.535280942,0.727267644,48,-1.534910498,0.7409641297,54.262715249 +22,-1.533378158,0.7276139666,48,-1.534910498,0.7409641297,53.071579448 +23,-1.531340368,0.7276446587,48,-1.534910498,0.7409641297,53.792503083 +24,-1.528960113,0.7276398177,48,-1.534910498,0.7409641297,55.601750578 +25,-1.533313146,0.7260818349,48,-1.534910498,0.7409641297,59.135819599 +26,-1.531259555,0.7260958115,48,-1.534910498,0.7409641297,59.865013854 +27,-1.528926415,0.7260865555,48,-1.534910498,0.7409641297,61.503981139 +28,-1.531226779,0.7245511789,48,-1.534910498,0.7409641297,65.910167313 +29,-1.528904772,0.7245519194,48,-1.534910498,0.7409641297,67.370615493 +30,-1.547195875,0.7409785979,48,-1.534910498,0.7409641297,35.903689353 +31,-1.5451475,0.740980426,48,-1.534910498,0.7409641297,29.917399897 +32,-1.543097679,0.7409798872,48,-1.534910498,0.7409641297,23.926894547 +33,-1.540720364,0.7409892687,48,-1.534910498,0.7409641297,16.979402903 +34,-1.547188511,0.7395198392,48,-1.534910498,0.7409641297,36.358933497 +35,-1.545148587,0.7395226109,48,-1.534910498,0.7409641297,30.480034512 +36,-1.543104538,0.7395314908,48,-1.534910498,0.7409641297,24.625466086 +37,-1.540727751,0.7395306258,48,-1.534910498,0.7409641297,17.93461093 +38,-1.547187029,0.7380014886,48,-1.534910498,0.7409641297,37.794561742 +39,-1.545147315,0.7380012252,48,-1.534910498,0.7409641297,32.174312816 +40,-1.54310719,0.7380060743,48,-1.534910498,0.7409641297,26.695834575 +41,-1.540719671,0.7380068206,48,-1.534910498,0.7409641297,20.645158786 +42,-1.547187189,0.7364799098,48,-1.534910498,0.7409641297,40.100214904 +43,-1.545149996,0.7364853874,48,-1.534910498,0.7409641297,34.840750796 +44,-1.543106091,0.7364823484,48,-1.534910498,0.7409641297,29.852494931 +45,-1.540717158,0.7364893901,48,-1.534910498,0.7409641297,24.562403605 +46,-1.538663972,0.7410138672,48,-1.534910498,0.7409641297,10.97103465 +47,-1.53695285,0.7409699132,48,-1.534910498,0.7409641297,5.9687954049 +48,-1.534910498,0.7409641297,48,-1.534910498,0.7409641297,2.8841623814 +49,-1.533145034,0.7409536636,48,-1.534910498,0.7409641297,5.1597563756 +50,-1.538681336,0.7395405883,48,-1.534910498,0.7409641297,12.385418098 +51,-1.536999189,0.7395183096,48,-1.534910498,0.7409641297,8.3730371791 +52,-1.534923633,0.7395144222,48,-1.534910498,0.7409641297,5.7424197956 +53,-1.533267822,0.7395654306,48,-1.534910498,0.7409641297,7.3328501774 +54,-1.53867273,0.7380151077,48,-1.534910498,0.7409641297,16.051971145 +55,-1.536980576,0.7379994392,48,-1.534910498,0.7409641297,13.213648733 +56,-1.534931522,0.7379944961,48,-1.534910498,0.7409641297,11.762879455 +57,-1.533387952,0.7379480264,48,-1.534910498,0.7409641297,12.750667459 +58,-1.538682279,0.7364914363,48,-1.534910498,0.7409641297,20.877545499 +59,-1.536980704,0.7364810563,48,-1.534910498,0.7409641297,18.763837217 +60,-1.534935567,0.7364752065,48,-1.534910498,0.7409641297,17.780776083 +61,-1.533042592,0.7363876366,48,-1.534910498,0.7409641297,18.934903324 +62,-1.545143426,0.7349628011,48,-1.534910498,0.7409641297,38.266436814 +63,-1.543105297,0.7349691947,48,-1.534910498,0.7409641297,33.772399914 +64,-1.541064533,0.7349647152,48,-1.534910498,0.7409641297,29.832016675 +65,-1.545411803,0.7334624714,48,-1.534910498,0.7409641297,42.793067958 +66,-1.543446606,0.7334780896,48,-1.534910498,0.7409641297,38.805187347 +67,-1.541475327,0.7334957295,48,-1.534910498,0.7409641297,35.294658917 +68,-1.545401939,0.731963266,48,-1.534910498,0.7409641297,47.105381221 +69,-1.54342253,0.7319915583,48,-1.534910498,0.7409641297,43.439765414 +70,-1.541455867,0.7320216438,48,-1.534910498,0.7409641297,40.293368504 +71,-1.545410146,0.7304422281,48,-1.534910498,0.7409641297,51.842064014 +72,-1.543435491,0.7304713664,48,-1.534910498,0.7409641297,48.518461622 +73,-1.541463105,0.7304997613,48,-1.534910498,0.7409641297,45.697572876 +74,-1.545414768,0.7289194936,48,-1.534910498,0.7409641297,56.823192655 +75,-1.543435774,0.7289538557,48,-1.534910498,0.7409641297,53.765347698 +76,-1.541457714,0.7289765881,48,-1.534910498,0.7409641297,51.231999692 +77,-1.539449415,0.7320555866,48,-1.534910498,0.7409641297,37.716611292 +78,-1.537429183,0.7321097681,48,-1.534910498,0.7409641297,35.842344225 +79,-1.535472649,0.7321497267,48,-1.534910498,0.7409641297,34.952792526 +80,-1.539457899,0.7305333307,48,-1.534910498,0.7409641297,43.420516912 +81,-1.537453161,0.7305750503,48,-1.534910498,0.7409641297,41.822937308 +82,-1.535479385,0.7306124949,48,-1.534910498,0.7409641297,41.036835688 +83,-1.53946905,0.7290102593,48,-1.534910498,0.7409641297,49.207437786 +84,-1.537459922,0.7290417293,48,-1.534910498,0.7409641297,47.815070872 +85,-1.535451349,0.7290890157,48,-1.534910498,0.7409641297,47.064163685 +86,-1.535522937,0.7279887191,48,-1.534910498,0.7409641297,51.427125341 +87,-1.539442524,0.7274735939,48,-1.534910498,0.7409641297,55.072564046 +88,-1.537424111,0.727521351,48,-1.534910498,0.7409641297,53.757335714 +89,-1.539384641,0.7259505092,48,-1.534910498,0.7409641297,60.908658606 +90,-1.537372391,0.7259947145,48,-1.534910498,0.7409641297,59.73468282 +91,-1.535340789,0.7260435356,48,-1.534910498,0.7409641297,59.114031916 +92,-1.539325716,0.7244369706,48,-1.534910498,0.7409641297,66.742391991 +93,-1.537308932,0.7244801057,48,-1.534910498,0.7409641297,65.673988914 +94,-1.535289068,0.7245247645,48,-1.534910498,0.7409641297,65.125864093 +95,-1.533261366,0.7245550236,48,-1.534910498,0.7409641297,65.177572821 +96,-1.539267302,0.722921924,48,-1.534910498,0.7409641297,72.60890204 +97,-1.537248972,0.7229660258,48,-1.534910498,0.7409641297,71.622649733 +98,-1.535219431,0.7229916471,48,-1.534910498,0.7409641297,71.194822056 +99,-1.53318962,0.7230212049,48,-1.534910498,0.7409641297,71.252540117 +100,-1.531154816,0.7230299897,48,-1.534910498,0.7409641297,71.893735467 +101,-1.528878341,0.7230370244,48,-1.534910498,0.7409641297,73.199448979 +102,-1.539218189,0.7214009878,48,-1.534910498,0.7409641297,78.52352155 +103,-1.537198791,0.7214422745,48,-1.534910498,0.7409641297,77.619823149 +104,-1.535179266,0.7214634354,48,-1.534910498,0.7409641297,77.246314398 +105,-1.533156501,0.7214944644,48,-1.534910498,0.7409641297,77.292524693 +106,-1.53113574,0.7215166021,48,-1.534910498,0.7409641297,77.831386972 +107,-1.528874248,0.7215345535,48,-1.534910498,0.7409641297,78.991270617 +108,-1.539217656,0.7198512397,48,-1.534910498,0.7409641297,84.588147207 +109,-1.537199919,0.7199428763,48,-1.534910498,0.7409641297,83.538688428 +110,-1.545425832,0.727397149,48,-1.534910498,0.7409641297,61.999324875 +111,-1.543371177,0.7273916949,48,-1.534910498,0.7409641297,59.237867922 +112,-1.541368852,0.7274523163,48,-1.534910498,0.7409641297,56.789531523 +113,-1.545349067,0.7258710923,48,-1.534910498,0.7409641297,67.212376748 +114,-1.54332671,0.7258603556,48,-1.534910498,0.7409641297,64.749122444 +115,-1.541346831,0.7259242142,48,-1.534910498,0.7409641297,62.510946496 +116,-1.545324355,0.7243383958,48,-1.534910498,0.7409641297,72.643484041 +117,-1.543292796,0.7243617413,48,-1.534910498,0.7409641297,70.241169216 +118,-1.541295822,0.7244024384,48,-1.534910498,0.7409641297,68.241871896 +119,-1.543193859,0.7205570215,48,-1.534910498,0.7409641297,84.444018732 +120,-1.550257047,0.7386738187,48,-1.534910498,0.7409641297,45.804346757 +121,-1.549335448,0.7311736483,48,-1.534910498,0.7409641297,57.419036969 +122,-1.533478843,0.7179891343,48,-1.534910498,0.7409641297,91.10209082 +123,-1.556150555,0.738907041,48,-1.534910498,0.7409641297,62.663826441 +124,-1.554324226,0.733414257,48,-1.534910498,0.7409641297,64.307676603 +125,-1.554290846,0.7288285332,48,-1.534910498,0.7409641297,74.525362524 +126,-1.55122487,0.7219795312,48,-1.534910498,0.7409641297,89.259086085 +127,-1.525104458,0.7229399862,48,-1.534910498,0.7409641297,77.018113737 +128,-1.519607711,0.7236181429,48,-1.534910498,0.7409641297,82.172531069 +129,-1.513899999,0.7251107854,48,-1.534910498,0.7409641297,88.135541417 +130,-1.536620762,0.7431061895,48,-1.534910498,0.7409641297,9.8449755186 +131,-1.5369566,0.7460845958,48,-1.534910498,0.7409641297,21.141324649 +132,-1.545345528,0.7447040685,48,-1.534910498,0.7409641297,33.856884879 +133,-1.532813921,0.7432306626,48,-1.534910498,0.7409641297,10.865769543 +134,-1.554788248,0.7382381001,48,-1.534910498,0.7409641297,59.158338175 +135,-1.540348126,0.7301594274,48,-1.534910498,0.7409641297,45.679800017 +136,-1.538016084,0.7239051786,48,-1.534910498,0.7409641297,68.186697793 +137,-1.525288962,0.7258085137,48,-1.534910498,0.7409641297,66.372745572 +138,-1.534326986,0.731241342,48,-1.534910498,0.7409641297,38.550033619 +139,-1.530733872,0.7303625216,48,-1.534910498,0.7409641297,43.747453802 +141,-1.534354939,0.7328219978,48,-1.534910498,0.7409641297,32.292130674 +142,-1.53157084,0.7292888153,48,-1.534910498,0.7409641297,47.27534985 +143,-1.525691035,0.7263799874,48,-1.534910498,0.7409641297,63.817875994 +144,-1.534031287,0.7495967835,48,-1.534910498,0.7409641297,34.289585084 +145,-1.527714986,0.7283095957,48,-1.534910498,0.7409641297,54.40390414 +146,-1.526189586,0.7271468292,48,-1.534910498,0.7409641297,60.441342911 +147,-1.555177336,0.7375563366,48,-1.534910498,0.7409641297,60.837812775 +148,-1.555080283,0.7312707794,48,-1.534910498,0.7409641297,70.565592944 +149,-1.53856994,0.7224180299,48,-1.534910498,0.7409641297,74.248485533 +150,-1.530837883,0.729933372,48,-1.534910498,0.7409641297,45.300659909 +151,-1.515066984,0.5854133365,48,-1.534910498,0.7409641297,619.22447445 +152,-1.534731633,0.5368370046,48,-1.534910498,0.7409641297,808.54774054 +153,-1.515231902,0.5607085576,48,-1.534910498,0.7409641297,716.66030563 +154,-2.616253799,1.0684566605,48,-1.534910498,0.7409641297,2810.7162694 +155,-1.956071439,0.5792177723,48,-1.534910498,0.7409641297,1458.2986853 +156,-1.951208514,0.5602434208,48,-1.534910498,0.7409641297,1487.2685225 +157,-1.944675062,0.6062144545,48,-1.534910498,0.7409641297,1370.4877173 +158,-1.613778386,0.6077989518,48,-1.534910498,0.7409641297,580.94207872 +159,-2.035029014,0.6021432345,48,-1.534910498,0.7409641297,1636.0104854 +160,-2.114989471,0.6801825058,48,-1.534910498,0.7409641297,1746.851536 +161,-2.037382079,0.5765830025,48,-1.534910498,0.7409641297,1692.7480721 +162,-2.129855121,0.6585019963,48,-1.534910498,0.7409641297,1819.5243406 +163,-2.075141798,0.6493615843,48,-1.534910498,0.7409641297,1673.0071203 +164,-1.828626729,0.6948433129,48,-1.534910498,0.7409641297,893.51451862 +165,-1.863329418,0.6735427691,48,-1.534910498,0.7409641297,1021.8802621 +166,-1.266037071,0.727988852,48,-1.534910498,0.7409641297,791.00823656 +167,-1.277579582,0.7249010648,48,-1.534910498,0.7409641297,759.25444445 +168,-1.258418684,0.7241194816,48,-1.534910498,0.7409641297,815.77979814 +169,-1.317813974,0.6804850104,48,-1.534910498,0.7409641297,693.54376237 +170,-1.344165204,0.6790988904,48,-1.534910498,0.7409641297,622.55115533 +171,-1.427582102,0.5277120351,48,-1.534910498,0.7409641297,910.79635874 +172,-1.402238616,0.457167829,48,-1.534910498,0.7409641297,1203.6870699 +173,-1.422454264,0.4996161999,48,-1.534910498,0.7409641297,1021.5702327 +174,-1.439089277,0.4894859811,48,-1.534910498,0.7409641297,1042.5944742 +175,-1.448126995,0.5182330266,48,-1.534910498,0.7409641297,924.49579156 +176,-1.474626146,0.5881926574,48,-1.534910498,0.7409641297,633.4916487 +177,-1.421139645,0.5584869783,48,-1.534910498,0.7409641297,806.322694 +178,-1.457037165,0.565943032,48,-1.534910498,0.7409641297,734.95196524 +179,-2.757159358,0.3745319,48,-1.534910498,0.7409641297,4232.2320529 +180,-2.714309238,0.342054471,48,-1.534910498,0.7409641297,4186.4081249 +181,-2.000525337,0.774119946,48,-1.534910498,0.7409641297,1340.3834778 +183,-1.571413436,0.6777838382,48,-1.534910498,0.7409641297,273.22389534 +184,-1.552860289,0.6987663893,48,-1.534910498,0.7409641297,175.48210169 +185,-1.521852374,0.7165827476,48,-1.534910498,0.7409641297,103.9962247 +186,-1.503656267,0.6928968252,48,-1.534910498,0.7409641297,212.02199191 +187,-1.502753178,0.7136205882,48,-1.534910498,0.7409641297,144.15668514 +188,-1.631894563,0.7343596465,48,-1.534910498,0.7409641297,285.4395292 +189,-1.653765416,0.6770714026,48,-1.534910498,0.7409641297,437.63897905 +190,-1.719812114,0.6715965947,48,-1.534910498,0.7409641297,620.63654366 +191,-1.493406659,0.6646955447,48,-1.534910498,0.7409641297,327.06857466 +192,-1.469120564,0.6613469966,48,-1.534910498,0.7409641297,372.8683722 +193,-1.590551461,0.5326612937,48,-1.534910498,0.7409641297,843.72047622 +194,-1.625979264,0.5247742243,48,-1.534910498,0.7409641297,903.88899739 +195,-1.572293943,0.5238808754,48,-1.534910498,0.7409641297,868.0374149 +196,-1.610848725,0.5477107964,48,-1.534910498,0.7409641297,802.05356413 +197,-1.208485554,0.7918526018,48,-1.534910498,0.7409641297,950.69783046 +198,-1.335601374,0.6869083083,48,-1.534910498,0.7409641297,633.30146479 +199,-1.346156996,0.6825213377,48,-1.534910498,0.7409641297,611.06685421 +200,-1.324381037,0.6741422347,48,-1.534910498,0.7409641297,685.97852961 +201,-1.242424992,0.7378949807,48,-1.534910498,0.7409641297,854.68117791 +202,-1.270370057,0.7392461008,48,-1.534910498,0.7409641297,772.72619431 +203,-1.448950472,0.7441675014,48,-1.534910498,0.7409641297,251.13457739 +204,-1.492662363,0.7523026852,48,-1.534910498,0.7409641297,130.77508174 +205,-1.479098966,0.7763855017,48,-1.534910498,0.7409641297,213.10412651 +206,-1.633760714,0.7869022408,48,-1.534910498,0.7409641297,336.10948311 +207,-1.647406434,0.8101289331,48,-1.534910498,0.7409641297,419.61884687 +208,-1.564245052,0.5701509278,48,-1.534910498,0.7409641297,682.78975694 +209,-1.646289963,0.6833746083,48,-1.534910498,0.7409641297,404.23426778 +210,-1.5820631,0.6751952144,48,-1.534910498,0.7409641297,296.59604336 +211,-1.613236298,0.6681681791,48,-1.534910498,0.7409641297,372.72798234 +212,-1.914661867,0.8212566515,48,-1.534910498,0.7409641297,1110.3612949 +213,-1.742133237,0.7250275956,48,-1.534910498,0.7409641297,612.75178828 +214,-2.033144872,0.6557314699,48,-1.534910498,0.7409641297,1540.9744025 +215,-2.039551981,0.6964723658,48,-1.534910498,0.7409641297,1507.3761325 +216,-1.247341019,0.7622473908,48,-1.534910498,0.7409641297,835.05883977 +217,-1.298239787,0.7084123392,48,-1.534910498,0.7409641297,712.80923773 +218,-1.308539688,0.6926545592,48,-1.534910498,0.7409641297,701.7462255 +219,-1.303263185,0.6888938396,48,-1.534910498,0.7409641297,722.04335339 +220,-1.852400229,0.6004246149,48,-1.534910498,0.7409641297,1128.1265177 +221,-1.288947707,0.7473773692,48,-1.534910498,0.7409641297,716.32806956 +222,-1.372031502,0.7472790993,48,-1.534910498,0.7409641297,475.05125194 +223,-1.289805721,0.7242157877,48,-1.534910498,0.7409641297,723.98711456 +224,-1.350807603,0.7533498126,48,-1.534910498,0.7409641297,536.86623502 +225,-1.329290365,0.7560442322,48,-1.534910498,0.7409641297,599.23838362 +226,-1.410153004,0.616936428,48,-1.534910498,0.7409641297,623.38704966 +227,-1.393445434,0.6308995063,48,-1.534910498,0.7409641297,614.31763684 +228,-1.37595573,0.6241540638,48,-1.534910498,0.7409641297,672.12947743 +229,-1.358388707,0.6172645205,48,-1.534910498,0.7409641297,731.20922864 +230,-1.753741133,0.8281661666,48,-1.534910498,0.7409641297,702.77352967 +231,-1.47430987,0.6834615681,48,-1.534910498,0.7409641297,291.29972464 +232,-1.421012508,0.7222725206,48,-1.534910498,0.7409641297,343.6700649 +233,-1.4476833,0.6978557868,48,-1.534910498,0.7409641297,310.8780582 +234,-1.470370723,0.6966193374,48,-1.534910498,0.7409641297,260.46830897 +235,-1.429211703,0.7037216883,48,-1.534910498,0.7409641297,346.91528291 +236,-1.700578405,0.6178673663,48,-1.534910498,0.7409641297,705.07671542 +237,-1.678117619,0.6331716163,48,-1.534910498,0.7409641297,611.49269127 +238,-1.725644578,0.6316331145,48,-1.534910498,0.7409641297,726.4165722 +239,-2.14012759,0.7930497945,48,-1.534910498,0.7409641297,1724.7485093 +240,-2.103289431,0.7653606263,48,-1.534910498,0.7409641297,1634.6342885 +241,-1.318739838,0.7017808746,48,-1.534910498,0.7409641297,660.76205785 +242,-1.396417427,0.7077900843,48,-1.534910498,0.7409641297,431.13665959 +243,-1.35650337,0.7185539404,48,-1.534910498,0.7409641297,533.79042434 +244,-1.248884539,0.7274156818,48,-1.534910498,0.7409641297,841.47012405 +245,-1.395014798,0.5761185243,48,-1.534910498,0.7409641297,785.54216906 +246,-1.433377362,0.6064716109,48,-1.534910498,0.7409641297,618.15351724 +247,-1.408172432,0.5903155476,48,-1.534910498,0.7409641297,714.87922243 +248,-1.749645898,0.7757118084,48,-1.534910498,0.7409641297,631.98682053 +249,-1.571626686,0.615046989,48,-1.534910498,0.7409641297,511.40800177 +250,-1.514070049,0.6303003037,48,-1.534910498,0.7409641297,442.95750429 +251,-1.480890369,0.6237966528,48,-1.534910498,0.7409641297,492.81649056 +252,-1.704390658,0.5281680612,48,-1.534910498,0.7409641297,999.79083602 +253,-1.64434733,0.5254277498,48,-1.534910498,0.7409641297,921.79187557 +254,-1.703855997,0.4792484842,48,-1.534910498,0.7409641297,1170.8878463 +255,-1.692002383,0.5748825051,48,-1.534910498,0.7409641297,820.63143415 +256,-1.854136457,0.5544643913,48,-1.534910498,0.7409641297,1245.5161567 +257,-1.665021206,0.520317736,48,-1.534910498,0.7409641297,967.04587452 +258,-1.733654349,0.4845187345,48,-1.534910498,0.7409641297,1200.1821342 +259,-1.720938188,0.5135933906,48,-1.534910498,0.7409641297,1078.2840527 +260,-1.742668307,0.553296122,48,-1.534910498,0.7409641297,989.75846991 +261,-1.965659039,0.7142126903,48,-1.534910498,0.7409641297,1274.0404498 +262,-1.944438071,0.6772834804,48,-1.534910498,0.7409641297,1252.4081621 +263,-1.270340967,0.7681487096,48,-1.534910498,0.7409641297,769.95029101 +264,-1.353091884,0.6549276821,48,-1.534910498,0.7409641297,647.81654272 +265,-1.333236659,0.6413584414,48,-1.534910498,0.7409641297,730.08581917 +266,-1.352015998,0.6753788907,48,-1.534910498,0.7409641297,607.91596582 +267,-1.377988483,0.6577816235,48,-1.534910498,0.7409641297,578.10560613 +268,-2.13075611,0.8318642051,48,-1.534910498,0.7409641297,1691.087883 +269,-2.097910953,0.8259670014,48,-1.534910498,0.7409641297,1603.2383053 +270,-1.416382069,0.6694271549,48,-1.534910498,0.7409641297,455.92697568 +271,-1.538905672,0.7535625993,48,-1.534910498,0.7409641297,51.234861544 +272,-1.572309477,0.7803125099,48,-1.534910498,0.7409641297,189.21233881 +273,-1.87759879,0.7503853417,48,-1.534910498,0.7409641297,995.60623065 +274,1.152365588,0.590457682,48,-1.534910498,0.7409641297,6918.3798416 +275,0.350198001,0.718001859,48,-1.534910498,0.7409641297,5129.6393999 +276,0.046513677,0.491503852,48,-1.534910498,0.7409641297,4966.5495648 +277,0.027510309,0.742571376,48,-1.534910498,0.7409641297,4324.2258239 +278,0.306285725,-0.214631579,48,-1.534910498,0.7409641297,7580.6067158 +279,-1.100564889,0.318051531,48,-1.534910498,0.7409641297,2221.3743459 +280,-1.078582306,0.301437596,48,-1.534910498,0.7409641297,2323.2814332 +281,-1.137371989,-0.617634065,48,-1.534910498,0.7409641297,5570.5699167 +282,0.784356344,0.703272339,48,-1.534910498,0.7409641297,6009.6411243 +283,-1.221209947,0.218327455,48,-1.534910498,0.7409641297,2334.0461571 +284,2.347301921,-0.449114658,48,-1.534910498,0.7409641297,9788.6199864 +285,0.246820618,0.830553713,48,-1.534910498,0.7409641297,4617.0938491 +286,0.829414965,0.703288228,48,-1.534910498,0.7409641297,6081.6899041 +287,-1.337537566,0.42332223,48,-1.534910498,0.7409641297,1414.4745873 +288,0.882453706,0.454478077,48,-1.534910498,0.7409641297,7020.374931 +289,1.575629659,0.416419109,48,-1.534910498,0.7409641297,7858.0465595 +290,-1.039455679,0.229888244,48,-1.534910498,0.7409641297,2641.0198467 +291,0.489558039,0.934482747,48,-1.534910498,0.7409641297,4802.4420911 +292,0.081344504,0.88384514,48,-1.534910498,0.7409641297,4145.0447383 +293,-1.547979814,0.300350308,48,-1.534910498,0.7409641297,1745.8302736 +294,0.040776181,0.168560074,48,-1.534910498,0.7409641297,5786.5943544 +295,-1.130374745,0.563894876,48,-1.534910498,0.7409641297,1446.7905471 +296,1.578326642,0.478507176,48,-1.534910498,0.7409641297,7612.4120062 +297,-1.12861823,-0.291640865,48,-1.534910498,0.7409641297,4350.6080287 +298,0.310524208,0.770885792,48,-1.534910498,0.7409641297,4903.2752869 +299,0.415649091,-0.387246002,48,-1.534910498,0.7409641297,8333.3403086 +300,-0.926533878,-0.188022748,48,-1.534910498,0.7409641297,4290.1352982 +301,1.258856172,-0.11716081,48,-1.534910498,0.7409641297,9689.273864 +302,-1.126050026,0.322941926,48,-1.534910498,0.7409641297,2150.3635801 +303,2.002785835,0.07893892,48,-1.534910498,0.7409641297,8897.8543415 +304,0.440437607,0.746258085,48,-1.534910498,0.7409641297,5241.3949123 +305,-0.030391866,0.214441206,48,-1.534910498,0.7409641297,5459.135359 +306,0.521557815,-0.058929362,48,-1.534910498,0.7409641297,7781.2154588 +307,-0.097005111,0.13317729,48,-1.534910498,0.7409641297,5478.7482931 +308,1.83113859,0.221857587,48,-1.534910498,0.7409641297,8543.6359867 +309,0.222428864,0.099404236,48,-1.534910498,0.7409641297,6496.1458165 +310,-1.702731345,0.8728568183,48,-1.534910498,0.7409641297,694.83579167 +311,-0.418507569,0.278324921,48,-1.534910498,0.7409641297,4162.4247295 +312,-1.41153306,0.339029988,48,-1.534910498,0.7409641297,1644.7913125 +313,0.357560442,0.114788776,48,-1.534910498,0.7409641297,6836.0310697 +314,0.325818979,0.268352149,48,-1.534910498,0.7409641297,6318.632213 +315,-1.246004659,-0.663679965,48,-1.534910498,0.7409641297,5660.3492794 +316,1.814603087,0.637404484,48,-1.534910498,0.7409641297,6932.6582901 +317,1.843704281,-0.18300445,48,-1.534910498,0.7409641297,10086.381008 +318,1.690644492,-0.211480909,48,-1.534910498,0.7409641297,10326.721274 +319,-1.275451936,0.068109467,48,-1.534910498,0.7409641297,2818.104296 +320,0.762430171,-0.207594741,48,-1.534910498,0.7409641297,8864.3786606 +321,0.265668905,-0.014647884,48,-1.534910498,0.7409641297,6930.433654 +322,-2.773032013,-0.335515811,48,-1.534910498,0.7409641297,6201.0580995 +323,-1.469512853,0.174058777,48,-1.534910498,0.7409641297,2256.9436447 +324,0.286276986,0.785925691,48,-1.534910498,0.7409641297,4812.5836733 +325,-1.379324697,0.377432233,48,-1.534910498,0.7409641297,1529.5822509 +326,-1.203778265,0.212813032,48,-1.534910498,0.7409641297,2382.0185944 +327,0.579916301,0.611743168,48,-1.534910498,0.7409641297,5924.4963435 +328,0.267582642,0.868113908,48,-1.534910498,0.7409641297,4567.6441888 +329,0.412869244,-0.050245578,48,-1.534910498,0.7409641297,7450.2657477 +330,0.17524381,0.976660285,48,-1.534910498,0.7409641297,4139.0052409 +331,0.743157214,0.204812899,48,-1.534910498,0.7409641297,7562.8466334 +332,-1.070758176,0.269382282,48,-1.534910498,0.7409641297,2444.0196316 +333,-1.230364251,0.329790229,48,-1.534910498,0.7409641297,1922.3175227 +334,-1.374813124,-0.024926835,48,-1.534910498,0.7409641297,3087.2191378 +335,0.519780566,0.463669906,48,-1.534910498,0.7409641297,6242.2483272 +336,-1.55108034,0.239698561,48,-1.534910498,0.7409641297,1986.28511 +337,0.180294813,0.029739425,48,-1.534910498,0.7409641297,6563.2282611 +338,0.67820924,0.268170153,48,-1.534910498,0.7409641297,7211.9308878 +339,0.445798684,1.024001867,48,-1.534910498,0.7409641297,4488.9094713 +340,0.691751283,0.150521402,48,-1.534910498,0.7409641297,7611.4408308 +341,-1.036643551,-0.903056181,48,-1.534910498,0.7409641297,6733.1548638 +342,-0.120287036,1.083325163,48,-1.534910498,0.7409641297,3418.5138877 +343,2.823513113,-0.304487164,48,-1.534910498,0.7409641297,8054.5919222 +344,0.457583172,1.12513373,48,-1.534910498,0.7409641297,4243.83212 +345,0.042918831,0.813795399,48,-1.534910498,0.7409641297,4206.7339496 +346,1.196146777,-0.853142756,48,-1.534910498,0.7409641297,11229.83211 +347,0.206001358,-0.010430701,48,-1.534910498,0.7409641297,6746.0813033 +348,-0.268308653,0.234799412,48,-1.534910498,0.7409641297,4712.2746286 +349,0.759363263,0.736189579,48,-1.534910498,0.7409641297,5859.7907743 +350,0.181363926,0.891988372,48,-1.534910498,0.7409641297,4336.5597463 +351,-0.021111158,0.139103292,48,-1.534910498,0.7409641297,5684.6848017 +352,-0.093355215,0.630686981,48,-1.534910498,0.7409641297,4262.0701992 +353,0.40118964,0.681375926,48,-1.534910498,0.7409641297,5341.5392697 +354,-0.721197315,1.304706234,48,-1.534910498,0.7409641297,2649.5659092 +355,-1.076150317,0.212107639,48,-1.534910498,0.7409641297,2621.9171764 +356,-1.577164531,0.273993443,48,-1.534910498,0.7409641297,1855.2413536 +357,-0.190788414,0.182208586,48,-1.534910498,0.7409641297,5075.5902981 +358,-0.261349752,0.209710184,48,-1.534910498,0.7409641297,4797.651551 +359,-1.029303852,0.083549259,48,-1.534910498,0.7409641297,3152.8959308 +360,-1.268609162,0.330525297,48,-1.534910498,0.7409641297,1854.8557621 +361,1.282982244,-0.926641967,48,-1.534910498,0.7409641297,11316.916924 +362,0.217352334,0.731352408,48,-1.534910498,0.7409641297,4798.3411623 +363,-1.511833084,0.258629297,48,-1.534910498,0.7409641297,1912.1494971 +364,0.338812194,0.823184618,48,-1.534910498,0.7409641297,4825.2622499 +365,-0.324406489,1.134201999,48,-1.534910498,0.7409641297,3028.495375 +366,1.389579348,0.399185724,48,-1.534910498,0.7409641297,7858.4284906 +367,2.047152199,-0.039082036,48,-1.534910498,0.7409641297,9256.0522075 +368,0.947780369,0.568250077,48,-1.534910498,0.7409641297,6732.0484277 +369,0.763824846,0.576754987,48,-1.534910498,0.7409641297,6393.9006078 +370,-0.142334657,0.928153068,48,-1.534910498,0.7409641297,3579.4081063 +371,0.610266567,0.547265983,48,-1.534910498,0.7409641297,6186.5997408 +372,0.210731629,0.746815056,48,-1.534910498,0.7409641297,4744.7659783 +373,-1.34931644,0.316895224,48,-1.534910498,0.7409641297,1792.1207318 +374,2.407696481,0.655030745,48,-1.534910498,0.7409641297,6206.1844978 +375,0.64207831,0.545359131,48,-1.534910498,0.7409641297,6258.5607356 +376,1.174597538,0.840588356,48,-1.534910498,0.7409641297,6000.04588 +377,0.660059424,0.010604079,48,-1.534910498,0.7409641297,7956.3601603 +378,-0.730263819,0.010486456,48,-1.534910498,0.7409641297,4062.2068678 +379,0.831068936,0.512339172,48,-1.534910498,0.7409641297,6731.3615976 +380,1.301180979,0.72367476,48,-1.534910498,0.7409641297,6540.560534 +381,1.811128231,0.322854402,48,-1.534910498,0.7409641297,8164.337748 +382,0.435105812,0.992284428,48,-1.534910498,0.7409641297,4555.740803 +383,0.62643634,0.592027932,48,-1.534910498,0.7409641297,6080.2153358 +384,0.492988703,-0.516339467,48,-1.534910498,0.7409641297,8852.8291523 +385,-0.162469483,0.112549365,48,-1.534910498,0.7409641297,5342.16827 +386,0.314630866,0.472006421,48,-1.534910498,0.7409641297,5721.1395155 +387,0.166744804,0.822815954,48,-1.534910498,0.7409641297,4464.2024483 +388,0.417159608,0.965805736,48,-1.534910498,0.7409641297,4596.0373102 +389,0.106334961,0.868774244,48,-1.534910498,0.7409641297,4230.4745332 +390,0.815086969,-0.338144359,48,-1.534910498,0.7409641297,9366.2372542 +391,0.59867455,-0.230624824,48,-1.534910498,0.7409641297,8469.8276688 +392,1.915104874,0.066220985,48,-1.534910498,0.7409641297,9060.2247617 +393,1.278093622,0.064463721,48,-1.534910498,0.7409641297,9042.477474 +394,-0.061477853,0.302997961,48,-1.534910498,0.7409641297,5139.5725354 +395,0.251311504,0.626976942,48,-1.534910498,0.7409641297,5146.0033801 +396,2.950242872,0.149095644,48,-1.534910498,0.7409641297,6476.0314167 +397,-0.180294708,0.35375117,48,-1.534910498,0.7409641297,4668.1058758 +398,1.010448592,-0.351180233,48,-1.534910498,0.7409641297,9931.175809 +399,-1.748740498,0.3686318073,48,-1.534910498,0.7409641297,1637.0194332 +400,2.699635665,0.123533791,48,-1.534910498,0.7409641297,7237.2692724 +401,0.496808033,0.823843254,48,-1.534910498,0.7409641297,5129.4110418 +402,0.129574704,0.763364087,48,-1.534910498,0.7409641297,4519.0291243 +403,1.798920311,0.817447563,48,-1.534910498,0.7409641297,6234.1507621 +404,0.335987953,0.746786541,48,-1.534910498,0.7409641297,5021.4741266 +405,-1.085413643,0.292154671,48,-1.534910498,0.7409641297,2338.1378756 +406,-0.155321003,0.508207011,48,-1.534910498,0.7409641297,4368.8097039 +407,0.620529244,-0.301175104,48,-1.534910498,0.7409641297,8717.1749134 +408,1.684402744,0.368716966,48,-1.534910498,0.7409641297,8039.2179532 +409,0.300582244,-0.386397212,48,-1.534910498,0.7409641297,7996.4800743 +410,2.913555946,-0.009225192,48,-1.534910498,0.7409641297,7014.2190658 +411,1.465101417,0.493232532,48,-1.534910498,0.7409641297,7527.940265 +412,0.090612882,0.907955955,48,-1.534910498,0.7409641297,4114.7921116 +413,2.987564726,-0.729568594,48,-1.534910498,0.7409641297,8546.4732431 +414,-1.484261606,0.224149272,48,-1.534910498,0.7409641297,2054.4866106 +415,0.164073421,0.303955133,48,-1.534910498,0.7409641297,5777.2469697 +416,0.141441293,0.167552546,48,-1.534910498,0.7409641297,6079.6070088 +417,2.931321023,-0.506718887,48,-1.534910498,0.7409641297,8226.6475101 +418,2.21951565,0.700596356,48,-1.534910498,0.7409641297,6325.8526564 +419,0.268112576,1.199114336,48,-1.534910498,0.7409641297,3832.850631 +420,0.978913739,0.359223811,48,-1.534910498,0.7409641297,7519.3968181 +421,1.210898818,0.522863584,48,-1.534910498,0.7409641297,7234.0603435 +422,2.347397336,0.129231362,48,-1.534910498,0.7409641297,8083.9687304 +423,0.614394501,0.556878345,48,-1.534910498,0.7409641297,6165.2977007 +424,-1.398079356,0.148483366,48,-1.534910498,0.7409641297,2394.7645584 +425,2.535303836,-0.112984496,48,-1.534910498,0.7409641297,8365.7440965 +426,-1.019372593,-0.405322349,48,-1.534910498,0.7409641297,4916.028714 +427,-1.297785627,-0.160104069,48,-1.534910498,0.7409641297,3671.0808887 +428,2.144554488,0.205051084,48,-1.534910498,0.7409641297,8218.226569 +429,-2.242387083,-0.426171285,48,-1.534910498,0.7409641297,5296.3434398 +430,0.338637212,0.909723676,48,-1.534910498,0.7409641297,4601.6627685 +431,-0.148798452,0.691042401,48,-1.534910498,0.7409641297,3987.7325439 +432,0.893524764,0.441829531,48,-1.534910498,0.7409641297,7083.4882911 +433,0.969229347,-0.368847936,48,-1.534910498,0.7409641297,9871.3237022 +434,0.436043248,0.800045688,48,-1.534910498,0.7409641297,5081.3274421 +435,1.687946607,1.081504775,48,-1.534910498,0.7409641297,5220.3680197 +436,0.522302046,-0.034889271,48,-1.534910498,0.7409641297,7715.6634375 +437,-0.178996113,-0.438090009,48,-1.534910498,0.7409641297,6793.7891799 +438,-1.094339566,0.301444068,48,-1.534910498,0.7409641297,2288.5849294 +439,-1.064070054,0.242569932,48,-1.534910498,0.7409641297,2546.1487738 +440,-1.068153768,0.230387998,48,-1.534910498,0.7409641297,2577.6461481 +441,-3.00496892,-0.23989155,48,-1.534910498,0.7409641297,6572.1457614 +442,0.21751974,0.766874888,48,-1.534910498,0.7409641297,4710.4156553 +443,0.117229532,0.007619006,48,-1.534910498,0.7409641297,6439.1203433 +444,0.777758451,0.420554741,48,-1.534910498,0.7409641297,6936.804033 +445,-0.252356999,0.250747086,48,-1.534910498,0.7409641297,4717.833306 +446,0.363148444,0.768483434,48,-1.534910498,0.7409641297,5020.6983623 +447,0.903191366,-0.118210676,48,-1.534910498,0.7409641297,8964.2390125 +448,-0.205755923,0.149406178,48,-1.534910498,0.7409641297,5118.1623313 +449,1.811996086,0.02364353,48,-1.534910498,0.7409641297,9327.5973664 +450,-1.100670221,0.314845373,48,-1.534910498,0.7409641297,2231.4658635 +451,0.340078597,0.850105132,48,-1.534910498,0.7409641297,4757.582929 +452,0.258757267,0.804969236,48,-1.534910498,0.7409641297,4705.6958326 +453,2.78505352,-0.155160804,48,-1.534910498,0.7409641297,7779.1396665 +454,0.800551619,0.105822106,48,-1.534910498,0.7409641297,8011.719104 +455,0.437940882,-0.506194031,48,-1.534910498,0.7409641297,8671.6619995 +456,2.230431122,0.63458615,48,-1.534910498,0.7409641297,6547.5722074 +457,0.527965361,0.127667701,48,-1.534910498,0.7409641297,7262.9783409 +458,-0.063643205,0.702093448,48,-1.534910498,0.7409641297,4184.8958719 +459,1.408447268,0.133010502,48,-1.534910498,0.7409641297,8908.6262522 +460,0.523795955,0.280266966,48,-1.534910498,0.7409641297,6800.9692041 +461,-0.975769313,0.072177659,48,-1.534910498,0.7409641297,3300.3335273 +462,0.549774164,-0.463663986,48,-1.534910498,0.7409641297,8902.5859624 +463,0.29245874,1.095549818,48,-1.534910498,0.7409641297,4081.1840667 +464,0.143625958,0.816809593,48,-1.534910498,0.7409641297,4427.2606803 +465,0.671902494,0.611159853,48,-1.534910498,0.7409641297,6109.4222985 +466,1.239840988,0.6724199,48,-1.534910498,0.7409641297,6691.843885 +467,0.607829703,-0.10932137,48,-1.534910498,0.7409641297,8162.7788056 +468,1.763020906,0.263996692,48,-1.534910498,0.7409641297,8422.5693296 +469,0.378714634,0.726066797,48,-1.534910498,0.7409641297,5169.0628259 +470,2.196736143,-0.153862366,48,-1.534910498,0.7409641297,9345.0017734 +471,0.01702415,0.148991565,48,-1.534910498,0.7409641297,5769.5496051 +472,-2.998490902,-0.158002487,48,-1.534910498,0.7409641297,6333.7879383 +473,-3.051262951,-0.346595608,48,-1.534910498,0.7409641297,6985.3056848 +474,-1.069176439,0.182802941,48,-1.534910498,0.7409641297,2734.8918993 +475,0.167157509,0.595344954,48,-1.534910498,0.7409641297,5020.9529983 +476,0.613855648,0.681746124,48,-1.534910498,0.7409641297,5775.9105172 +477,1.037012736,0.682555367,48,-1.534910498,0.7409641297,6445.1745447 +478,-1.253574971,0.379755746,48,-1.534910498,0.7409641297,1707.3647032 +479,3.108590453,-0.132620738,48,-1.534910498,0.7409641297,6776.6815359 +480,0.565301296,0.022333262,48,-1.534910498,0.7409641297,7669.8248036 +481,0.547898238,0.855555614,48,-1.534910498,0.7409641297,5128.6354245 +482,0.948309381,0.417393755,48,-1.534910498,0.7409641297,7263.2285985 +483,-0.050600732,0.945269213,48,-1.534910498,0.7409641297,3749.1763659 +484,-0.977651478,-0.572363064,48,-1.534910498,0.7409641297,5582.2244305 +485,1.102014914,0.728861163,48,-1.534910498,0.7409641297,6349.445953 +486,2.927300795,-0.282939414,48,-1.534910498,0.7409641297,7696.988516 +487,-1.154565557,0.124434095,48,-1.534910498,0.7409641297,2780.5102513 +488,1.855331234,0.291044755,48,-1.534910498,0.7409641297,8256.4888662 +489,0.830290659,0.276904518,48,-1.534910498,0.7409641297,7519.711087 +490,0.485104466,-0.234867441,48,-1.534910498,0.7409641297,8154.1351633 +491,0.521367572,-0.33161327,48,-1.534910498,0.7409641297,8506.3841897 +1,-1.539031704,0.7349710123,49,-1.533145034,0.7409536636,29.311309753 +2,-1.536990553,0.7349663874,49,-1.533145034,0.7409536636,26.256936827 +3,-1.534951779,0.7349571355,49,-1.533145034,0.7409536636,24.335221615 +4,-1.532906461,0.7349480293,49,-1.533145034,0.7409536636,23.798589318 +5,-1.531320211,0.7346937278,49,-1.533145034,0.7409536636,25.36585153 +6,-1.539451648,0.7335131775,49,-1.533145034,0.7409536636,34.793694081 +7,-1.537429487,0.7335445708,49,-1.533145034,0.7409536636,31.923606384 +8,-1.535484998,0.7335658704,49,-1.533145034,0.7409536636,30.056742633 +9,-1.533488396,0.7336036027,49,-1.533145034,0.7409536636,29.130996056 +10,-1.531497785,0.7335842962,49,-1.533145034,0.7409536636,29.587015592 +11,-1.530259379,0.7334777758,49,-1.533145034,0.7409536636,30.797359551 +12,-1.5335454,0.7322346912,49,-1.533145034,0.7409536636,34.555822761 +13,-1.531489083,0.7322238773,49,-1.533145034,0.7409536636,34.918378029 +14,-1.530011122,0.7321679851,49,-1.533145034,0.7409536636,35.994488674 +15,-1.53348106,0.7306614094,49,-1.533145034,0.7409536636,40.779556443 +16,-1.531441779,0.7306962275,49,-1.533145034,0.7409536636,40.936329848 +17,-1.529755654,0.7306933243,49,-1.533145034,0.7409536636,41.841903838 +18,-1.533415048,0.7291384674,49,-1.533145034,0.7409536636,46.80671647 +19,-1.531392093,0.7291705353,49,-1.533145034,0.7409536636,46.956290327 +20,-1.529296523,0.7291214933,49,-1.533145034,0.7409536636,48.212069764 +21,-1.535280942,0.727267644,49,-1.533145034,0.7409536636,54.572981067 +22,-1.533378158,0.7276139666,49,-1.533145034,0.7409536636,52.842985579 +23,-1.531340368,0.7276446587,49,-1.533145034,0.7409536636,52.983325496 +24,-1.528960113,0.7276398177,49,-1.533145034,0.7409536636,54.152561413 +25,-1.533313146,0.7260818349,49,-1.533145034,0.7409536636,58.909390182 +26,-1.531259555,0.7260958115,49,-1.533145034,0.7409536636,59.112831575 +27,-1.528926415,0.7260865555,49,-1.533145034,0.7409536636,60.182471659 +28,-1.531226779,0.7245511789,49,-1.533145034,0.7409536636,65.215259324 +29,-1.528904772,0.7245519194,49,-1.533145034,0.7409536636,66.155952685 +30,-1.547195875,0.7409785979,49,-1.533145034,0.7409536636,41.063439239 +31,-1.5451475,0.740980426,49,-1.533145034,0.7409536636,35.077148935 +32,-1.543097679,0.7409798872,49,-1.533145034,0.7409536636,29.086641856 +33,-1.540720364,0.7409892687,49,-1.533145034,0.7409536636,22.139158983 +34,-1.547188511,0.7395198392,49,-1.533145034,0.7409536636,41.459997925 +35,-1.545148587,0.7395226109,49,-1.533145034,0.7409536636,35.55824993 +36,-1.543104538,0.7395314908,49,-1.533145034,0.7409536636,29.665531537 +37,-1.540727751,0.7395306258,49,-1.533145034,0.7409536636,22.88024841 +38,-1.547187029,0.7380014886,49,-1.533145034,0.7409536636,42.72464485 +39,-1.545147315,0.7380012252,49,-1.533145034,0.7409536636,37.019873151 +40,-1.54310719,0.7380060743,49,-1.533145034,0.7409536636,31.404751193 +41,-1.540719671,0.7380068206,49,-1.533145034,0.7409536636,25.052235977 +42,-1.547187189,0.7364799098,49,-1.533145034,0.7409536636,44.777781145 +43,-1.545149996,0.7364853874,49,-1.533145034,0.7409536636,39.36000073 +44,-1.543106091,0.7364823484,49,-1.533145034,0.7409536636,34.126371474 +45,-1.540717158,0.7364893901,49,-1.533145034,0.7409536636,28.362097463 +46,-1.538663972,0.7410138672,49,-1.533145034,0.7409536636,16.130547273 +47,-1.53695285,0.7409699132,49,-1.533145034,0.7409536636,11.128540052 +48,-1.534910498,0.7409641297,49,-1.533145034,0.7409536636,5.1597563756 +49,-1.533145034,0.7409536636,49,-1.533145034,0.7409536636,2.3944632478 +50,-1.538681336,0.7395405883,49,-1.533145034,0.7409536636,17.130627498 +51,-1.536999189,0.7395183096,49,-1.533145034,0.7409536636,12.623999243 +52,-1.534923633,0.7395144222,49,-1.533145034,0.7409536636,7.717143518 +53,-1.533267822,0.7395654306,49,-1.533145034,0.7409536636,5.5105025364 +54,-1.53867273,0.7380151077,49,-1.533145034,0.7409536636,19.928871149 +55,-1.536980576,0.7379994392,49,-1.533145034,0.7409536636,16.214831386 +56,-1.534931522,0.7379944961,49,-1.533145034,0.7409536636,12.834373651 +57,-1.533387952,0.7379480264,49,-1.533145034,0.7409536636,11.926535757 +58,-1.538682279,0.7364914363,49,-1.533145034,0.7409536636,23.986444767 +59,-1.536980704,0.7364810563,49,-1.533145034,0.7409536636,20.976901602 +60,-1.534935567,0.7364752065,49,-1.533145034,0.7409536636,18.497922437 +61,-1.533042592,0.7363876366,49,-1.533145034,0.7409536636,18.088521338 +62,-1.545143426,0.7349628011,49,-1.533145034,0.7409536636,42.419548646 +63,-1.543105297,0.7349691947,49,-1.533145034,0.7409536636,37.601453793 +64,-1.541064533,0.7349647152,49,-1.533145034,0.7409536636,33.186735743 +65,-1.545411803,0.7334624714,49,-1.533145034,0.7409536636,46.631095115 +66,-1.543446606,0.7334780896,49,-1.533145034,0.7409536636,42.301093674 +67,-1.541475327,0.7334957295,49,-1.533145034,0.7409536636,38.33272658 +68,-1.545401939,0.731963266,49,-1.533145034,0.7409536636,50.614277478 +69,-1.54342253,0.7319915583,49,-1.533145034,0.7409536636,46.580220556 +70,-1.541455867,0.7320216438,49,-1.533145034,0.7409536636,42.970522497 +71,-1.545410146,0.7304422281,49,-1.533145034,0.7409536636,55.051903251 +72,-1.543435491,0.7304713664,49,-1.533145034,0.7409536636,51.35203474 +73,-1.541463105,0.7304997613,49,-1.533145034,0.7409536636,48.075032095 +74,-1.545414768,0.7289194936,49,-1.533145034,0.7409536636,59.767070913 +75,-1.543435774,0.7289538557,49,-1.533145034,0.7409536636,56.334748394 +76,-1.541457714,0.7289765881,49,-1.533145034,0.7409536636,53.360131637 +77,-1.539449415,0.7320555866,49,-1.533145034,0.7409536636,39.805201171 +78,-1.537429183,0.7321097681,49,-1.533145034,0.7409536636,37.217950315 +79,-1.535472649,0.7321497267,49,-1.533145034,0.7409536636,35.534906786 +80,-1.539457899,0.7305333307,49,-1.533145034,0.7409536636,45.246403519 +81,-1.537453161,0.7305750503,49,-1.533145034,0.7409536636,43.011966268 +82,-1.535479385,0.7306124949,49,-1.533145034,0.7409536636,41.530890073 +83,-1.53946905,0.7290102593,49,-1.533145034,0.7409536636,50.826506394 +84,-1.537459922,0.7290417293,49,-1.533145034,0.7409536636,48.856917961 +85,-1.535451349,0.7290890157,49,-1.533145034,0.7409536636,47.481933377 +86,-1.535522937,0.7279887191,49,-1.533145034,0.7409536636,51.827730302 +87,-1.539442524,0.7274735939,49,-1.533145034,0.7409536636,56.514274418 +88,-1.537424111,0.727521351,49,-1.533145034,0.7409536636,54.672833246 +89,-1.539384641,0.7259505092,49,-1.533145034,0.7409536636,62.198842985 +90,-1.537372391,0.7259947145,49,-1.533145034,0.7409536636,60.543860525 +91,-1.535340789,0.7260435356,49,-1.533145034,0.7409536636,59.411328665 +92,-1.539325716,0.7244369706,49,-1.533145034,0.7409536636,67.906542504 +93,-1.537308932,0.7244801057,49,-1.533145034,0.7409536636,66.393507163 +94,-1.535289068,0.7245247645,49,-1.533145034,0.7409536636,65.380332579 +95,-1.533261366,0.7245550236,49,-1.533145034,0.7409536636,64.955915936 +96,-1.539267302,0.722921924,49,-1.533145034,0.7409536636,73.666375145 +97,-1.537248972,0.7229660258,49,-1.533145034,0.7409536636,72.267760227 +98,-1.535219431,0.7229916471,49,-1.533145034,0.7409536636,71.409573229 +99,-1.53318962,0.7230212049,49,-1.533145034,0.7409536636,71.030590393 +100,-1.531154816,0.7230299897,49,-1.533145034,0.7409536636,71.237404849 +101,-1.528878341,0.7230370244,49,-1.533145034,0.7409536636,72.072536704 +102,-1.539218189,0.7214009878,49,-1.533145034,0.7409536636,79.491103237 +103,-1.537198791,0.7214422745,49,-1.533145034,0.7409536636,78.203293279 +104,-1.535179266,0.7214634354,49,-1.533145034,0.7409536636,77.433406666 +105,-1.533156501,0.7214944644,49,-1.533145034,0.7409536636,77.077895663 +106,-1.53113574,0.7215166021,49,-1.533145034,0.7409536636,77.217761372 +107,-1.528874248,0.7215345535,49,-1.533145034,0.7409536636,77.942815386 +108,-1.539217656,0.7198512397,49,-1.533145034,0.7409536636,85.485320313 +109,-1.537199919,0.7199428763,49,-1.533145034,0.7409536636,84.079141766 +110,-1.545425832,0.727397149,49,-1.533145034,0.7409536636,64.710551763 +111,-1.543371177,0.7273916949,49,-1.533145034,0.7409536636,61.562429261 +112,-1.541368852,0.7274523163,49,-1.533145034,0.7409536636,58.691846192 +113,-1.545349067,0.7258710923,49,-1.533145034,0.7409536636,69.704157601 +114,-1.54332671,0.7258603556,49,-1.533145034,0.7409536636,66.871404856 +115,-1.541346831,0.7259242142,49,-1.533145034,0.7409536636,64.237306739 +116,-1.545324355,0.7243383958,49,-1.533145034,0.7409536636,74.949683738 +117,-1.543292796,0.7243617413,49,-1.533145034,0.7409536636,72.194234012 +118,-1.541295822,0.7244024384,49,-1.533145034,0.7409536636,69.814100843 +119,-1.543193859,0.7205570215,49,-1.533145034,0.7409536636,86.056078879 +120,-1.550257047,0.7386738187,49,-1.533145034,0.7409536636,50.870062851 +121,-1.549335448,0.7311736483,49,-1.533145034,0.7409536636,61.314836166 +122,-1.533478843,0.7179891343,49,-1.533145034,0.7409536636,90.967840992 +123,-1.556150555,0.738907041,49,-1.533145034,0.7409536636,67.782928586 +124,-1.554324226,0.733414257,49,-1.533145034,0.7409536636,68.915357812 +125,-1.554290846,0.7288285332,49,-1.533145034,0.7409536636,78.536008993 +126,-1.55122487,0.7219795312,49,-1.533145034,0.7409536636,92.133251208 +127,-1.525104458,0.7229399862,49,-1.533145034,0.7409536636,75.182211912 +128,-1.519607711,0.7236181429,49,-1.533145034,0.7409536636,79.403524364 +129,-1.513899999,0.7251107854,49,-1.533145034,0.7409536636,84.539690987 +130,-1.536620762,0.7431061895,49,-1.533145034,0.7409536636,13.25424274 +131,-1.5369566,0.7460845958,49,-1.533145034,0.7409536636,23.16359778 +132,-1.545345528,0.7447040685,49,-1.533145034,0.7409536636,38.570389669 +133,-1.532813921,0.7432306626,49,-1.533145034,0.7409536636,9.0708492059 +134,-1.554788248,0.7382381001,49,-1.533145034,0.7409536636,64.237685048 +135,-1.540348126,0.7301594274,49,-1.533145034,0.7409536636,47.70309117 +136,-1.538016084,0.7239051786,49,-1.533145034,0.7409536636,69.03600933 +137,-1.525288962,0.7258085137,49,-1.533145034,0.7409536636,64.289943467 +138,-1.534326986,0.731241342,49,-1.533145034,0.7409536636,38.626643192 +139,-1.530733872,0.7303625216,49,-1.533145034,0.7409536636,42.544852646 +141,-1.534354939,0.7328219978,49,-1.533145034,0.7409536636,32.404468591 +142,-1.53157084,0.7292888153,49,-1.533145034,0.7409536636,46.43536549 +143,-1.525691035,0.7263799874,49,-1.533145034,0.7409536636,61.751004122 +144,-1.534031287,0.7495967835,49,-1.533145034,0.7409536636,34.332460578 +145,-1.527714986,0.7283095957,49,-1.533145034,0.7409536636,52.564828524 +146,-1.526189586,0.7271468292,49,-1.533145034,0.7409536636,58.388962773 +147,-1.555177336,0.7375563366,49,-1.533145034,0.7409536636,65.878275108 +148,-1.555080283,0.7312707794,49,-1.533145034,0.7409536636,74.9456062 +149,-1.53856994,0.7224180299,49,-1.533145034,0.7409536636,75.140138397 +150,-1.530837883,0.729933372,49,-1.533145034,0.7409536636,44.17423626 +151,-1.515066984,0.5854133365,49,-1.533145034,0.7409536636,618.65931164 +152,-1.534731633,0.5368370046,49,-1.533145034,0.7409536636,808.52168047 +153,-1.515231902,0.5607085576,49,-1.533145034,0.7409536636,716.16246533 +154,-2.616253799,1.0684566605,49,-1.533145034,0.7409536636,2814.1128413 +155,-1.956071439,0.5792177723,49,-1.533145034,0.7409536636,1463.1925778 +156,-1.951208514,0.5602434208,49,-1.533145034,0.7409536636,1492.0756536 +157,-1.944675062,0.6062144545,49,-1.533145034,0.7409536636,1375.4595401 +158,-1.613778386,0.6077989518,49,-1.533145034,0.7409536636,583.2094641 +159,-2.035029014,0.6021432345,49,-1.533145034,0.7409536636,1641.0840094 +160,-2.114989471,0.6801825058,49,-1.533145034,0.7409536636,1752.0044972 +161,-2.037382079,0.5765830025,49,-1.533145034,0.7409536636,1697.7658345 +162,-2.129855121,0.6585019963,49,-1.533145034,0.7409536636,1824.6836159 +163,-2.075141798,0.6493615843,49,-1.533145034,0.7409536636,1678.1619367 +164,-1.828626729,0.6948433129,49,-1.533145034,0.7409536636,898.64068261 +165,-1.863329418,0.6735427691,49,-1.533145034,0.7409536636,1026.9731326 +166,-1.266037071,0.727988852,49,-1.533145034,0.7409536636,785.8513593 +167,-1.277579582,0.7249010648,49,-1.533145034,0.7409536636,754.09497213 +168,-1.258418684,0.7241194816,49,-1.533145034,0.7409536636,810.62097712 +169,-1.317813974,0.6804850104,49,-1.533145034,0.7409536636,688.57574945 +170,-1.344165204,0.6790988904,49,-1.533145034,0.7409536636,617.67754516 +171,-1.427582102,0.5277120351,49,-1.533145034,0.7409536636,908.67809876 +172,-1.402238616,0.457167829,49,-1.533145034,0.7409536636,1201.6141059 +173,-1.422454264,0.4996161999,49,-1.533145034,0.7409536636,1019.5529958 +174,-1.439089277,0.4894859811,49,-1.533145034,0.7409536636,1040.8948031 +175,-1.448126995,0.5182330266,49,-1.533145034,0.7409536636,922.79241521 +176,-1.474626146,0.5881926574,49,-1.533145034,0.7409536636,631.85000189 +177,-1.421139645,0.5584869783,49,-1.533145034,0.7409536636,803.84429485 +178,-1.457037165,0.565943032,49,-1.533145034,0.7409536636,733.09517445 +179,-2.757159358,0.3745319,49,-1.533145034,0.7409536636,4237.3837917 +180,-2.714309238,0.342054471,49,-1.533145034,0.7409536636,4191.5678728 +181,-2.000525337,0.774119946,49,-1.533145034,0.7409536636,1345.3833811 +183,-1.571413436,0.6777838382,49,-1.533145034,0.7409536636,275.35737954 +184,-1.552860289,0.6987663893,49,-1.533145034,0.7409536636,177.11482538 +185,-1.521852374,0.7165827476,49,-1.533145034,0.7409536636,102.13679817 +186,-1.503656267,0.6928968252,49,-1.533145034,0.7409536636,209.71926988 +187,-1.502753178,0.7136205882,49,-1.533145034,0.7409536636,140.73305085 +188,-1.631894563,0.7343596465,49,-1.533145034,0.7409536636,290.58808268 +189,-1.653765416,0.6770714026,49,-1.533145034,0.7409536636,441.95181986 +190,-1.719812114,0.6715965947,49,-1.533145034,0.7409536636,625.38373237 +191,-1.493406659,0.6646955447,49,-1.533145034,0.7409536636,325.02454378 +192,-1.469120564,0.6613469966,49,-1.533145034,0.7409536636,370.01317845 +193,-1.590551461,0.5326612937,49,-1.533145034,0.7409536636,844.86714056 +194,-1.625979264,0.5247742243,49,-1.533145034,0.7409536636,905.66087114 +195,-1.572293943,0.5238808754,49,-1.533145034,0.7409536636,868.78230964 +196,-1.610848725,0.5477107964,49,-1.533145034,0.7409536636,803.69362604 +197,-1.208485554,0.7918526018,49,-1.533145034,0.7409536636,945.82205964 +198,-1.335601374,0.6869083083,49,-1.533145034,0.7409536636,628.33097559 +199,-1.346156996,0.6825213377,49,-1.533145034,0.7409536636,606.16767494 +200,-1.324381037,0.6741422347,49,-1.533145034,0.7409536636,681.07970199 +201,-1.242424992,0.7378949807,49,-1.533145034,0.7409536636,849.54350214 +202,-1.270370057,0.7392461008,49,-1.533145034,0.7409536636,767.58661712 +203,-1.448950472,0.7441675014,49,-1.533145034,0.7409536636,245.99475246 +204,-1.492662363,0.7523026852,49,-1.533145034,0.7409536636,125.98275373 +205,-1.479098966,0.7763855017,49,-1.533145034,0.7409536636,209.34055911 +206,-1.633760714,0.7869022408,49,-1.533145034,0.7409536636,340.38563594 +207,-1.647406434,0.8101289331,49,-1.533145034,0.7409536636,423.43568013 +208,-1.564245052,0.5701509278,49,-1.533145034,0.7409536636,683.51341579 +209,-1.646289963,0.6833746083,49,-1.533145034,0.7409536636,408.58842628 +210,-1.5820631,0.6751952144,49,-1.533145034,0.7409536636,299.1342064 +211,-1.613236298,0.6681681791,49,-1.533145034,0.7409536636,376.09211049 +212,-1.914661867,0.8212566515,49,-1.533145034,0.7409536636,1115.0887283 +213,-1.742133237,0.7250275956,49,-1.533145034,0.7409536636,617.90730278 +214,-2.033144872,0.6557314699,49,-1.533145034,0.7409536636,1546.1247724 +215,-2.039551981,0.6964723658,49,-1.533145034,0.7409536636,1512.5303021 +216,-1.247341019,0.7622473908,49,-1.533145034,0.7409536636,830.00910147 +217,-1.298239787,0.7084123392,49,-1.533145034,0.7409536636,707.67278707 +218,-1.308539688,0.6926545592,49,-1.533145034,0.7409536636,696.68267227 +219,-1.303263185,0.6888938396,49,-1.533145034,0.7409536636,716.99184318 +220,-1.852400229,0.6004246149,49,-1.533145034,0.7409536636,1132.8431117 +221,-1.288947707,0.7473773692,49,-1.533145034,0.7409536636,711.20965317 +222,-1.372031502,0.7472790993,49,-1.533145034,0.7409536636,469.92606887 +223,-1.289805721,0.7242157877,49,-1.533145034,0.7409536636,718.82736455 +224,-1.350807603,0.7533498126,49,-1.533145034,0.7409536636,531.77408014 +225,-1.329290365,0.7560442322,49,-1.533145034,0.7409536636,594.15988612 +226,-1.410153004,0.616936428,49,-1.533145034,0.7409536636,620.0287948 +227,-1.393445434,0.6308995063,49,-1.533145034,0.7409536636,610.49853977 +228,-1.37595573,0.6241540638,49,-1.533145034,0.7409536636,668.18841114 +229,-1.358388707,0.6172645205,49,-1.533145034,0.7409536636,727.16689371 +230,-1.753741133,0.8281661666,49,-1.533145034,0.7409536636,707.09202757 +231,-1.47430987,0.6834615681,49,-1.533145034,0.7409536636,287.99950037 +232,-1.421012508,0.7222725206,49,-1.533145034,0.7409536636,338.58699565 +233,-1.4476833,0.6978557868,49,-1.533145034,0.7409536636,306.47684576 +234,-1.470370723,0.6966193374,49,-1.533145034,0.7409536636,256.5808317 +235,-1.429211703,0.7037216883,49,-1.533145034,0.7409536636,342.16116039 +236,-1.700578405,0.6178673663,49,-1.533145034,0.7409536636,708.97671513 +237,-1.678117619,0.6331716163,49,-1.533145034,0.7409536636,615.33743249 +238,-1.725644578,0.6316331145,49,-1.533145034,0.7409536636,730.7300018 +239,-2.14012759,0.7930497945,49,-1.533145034,0.7409536636,1729.6448952 +240,-2.103289431,0.7653606263,49,-1.533145034,0.7409536636,1639.6379827 +241,-1.318739838,0.7017808746,49,-1.533145034,0.7409536636,655.66622626 +242,-1.396417427,0.7077900843,49,-1.533145034,0.7409536636,426.14667014 +243,-1.35650337,0.7185539404,49,-1.533145034,0.7409536636,528.65644728 +244,-1.248884539,0.7274156818,49,-1.533145034,0.7409536636,836.31458948 +245,-1.395014798,0.5761185243,49,-1.533145034,0.7409536636,782.45981464 +246,-1.433377362,0.6064716109,49,-1.533145034,0.7409536636,615.37157622 +247,-1.408172432,0.5903155476,49,-1.533145034,0.7409536636,711.84176518 +248,-1.749645898,0.7757118084,49,-1.533145034,0.7409536636,636.94001871 +249,-1.571626686,0.615046989,49,-1.533145034,0.7409536636,512.5966446 +250,-1.514070049,0.6303003037,49,-1.533145034,0.7409536636,442.17044679 +251,-1.480890369,0.6237966528,49,-1.533145034,0.7409536636,490.98192484 +252,-1.704390658,0.5281680612,49,-1.533145034,0.7409536636,1002.7782153 +253,-1.64434733,0.5254277498,49,-1.533145034,0.7409536636,923.88260982 +254,-1.703855997,0.4792484842,49,-1.533145034,0.7409536636,1173.5056039 +255,-1.692002383,0.5748825051,49,-1.533145034,0.7409536636,823.90485115 +256,-1.854136457,0.5544643913,49,-1.533145034,0.7409536636,1249.9504934 +257,-1.665021206,0.520317736,49,-1.533145034,0.7409536636,969.42542689 +258,-1.733654349,0.4845187345,49,-1.533145034,0.7409536636,1203.1792441 +259,-1.720938188,0.5135933906,49,-1.533145034,0.7409536636,1081.3524413 +260,-1.742668307,0.553296122,49,-1.533145034,0.7409536636,993.39968351 +261,-1.965659039,0.7142126903,49,-1.533145034,0.7409536636,1279.1923302 +262,-1.944438071,0.6772834804,49,-1.533145034,0.7409536636,1257.5545073 +263,-1.270340967,0.7681487096,49,-1.533145034,0.7409536636,764.93648538 +264,-1.353091884,0.6549276821,49,-1.533145034,0.7409536636,643.25846333 +265,-1.333236659,0.6413584414,49,-1.533145034,0.7409536636,725.55286599 +266,-1.352015998,0.6753788907,49,-1.533145034,0.7409536636,603.11371643 +267,-1.377988483,0.6577816235,49,-1.533145034,0.7409536636,573.70404006 +268,-2.13075611,0.8318642051,49,-1.533145034,0.7409536636,1695.8144304 +269,-2.097910953,0.8259670014,49,-1.533145034,0.7409536636,1607.9948467 +270,-1.416382069,0.6694271549,49,-1.533145034,0.7409536636,451.74846677 +271,-1.538905672,0.7535625993,49,-1.533145034,0.7409536636,52.674049449 +272,-1.572309477,0.7803125099,49,-1.533145034,0.7409536636,192.16284065 +273,-1.87759879,0.7503853417,49,-1.533145034,0.7409536636,1000.7110165 +274,1.152365588,0.590457682,49,-1.533145034,0.7409536636,6916.5046118 +275,0.350198001,0.718001859,49,-1.533145034,0.7409536636,5125.8249129 +276,0.046513677,0.491503852,49,-1.533145034,0.7409536636,4961.7770484 +277,0.027510309,0.742571376,49,-1.533145034,0.7409536636,4319.9644002 +278,0.306285725,-0.214631579,49,-1.533145034,0.7409536636,7575.448929 +279,-1.100564889,0.318051531,49,-1.533145034,0.7409536636,2217.4737866 +280,-1.078582306,0.301437596,49,-1.533145034,0.7409536636,2319.3359895 +281,-1.137371989,-0.617634065,49,-1.533145034,0.7409536636,5568.8832822 +282,0.784356344,0.703272339,49,-1.533145034,0.7409536636,6006.785329 +283,-1.221209947,0.218327455,49,-1.533145034,0.7409536636,2331.2205193 +284,2.347301921,-0.449114658,49,-1.533145034,0.7409536636,9793.6758898 +285,0.246820618,0.830553713,49,-1.533145034,0.7409536636,4613.418669 +286,0.829414965,0.703288228,49,-1.533145034,0.7409536636,6078.9606933 +287,-1.337537566,0.42332223,49,-1.533145034,0.7409536636,1411.809287 +288,0.882453706,0.454478077,49,-1.533145034,0.7409536636,7017.269973 +289,1.575629659,0.416419109,49,-1.533145034,0.7409536636,7857.9234945 +290,-1.039455679,0.229888244,49,-1.533145034,0.7409536636,2637.1340918 +291,0.489558039,0.934482747,49,-1.533145034,0.7409536636,4799.5316502 +292,0.081344504,0.88384514,49,-1.533145034,0.7409536636,4141.2957758 +293,-1.547979814,0.300350308,49,-1.533145034,0.7409536636,1745.9500103 +294,0.040776181,0.168560074,49,-1.533145034,0.7409536636,5781.4819646 +295,-1.130374745,0.563894876,49,-1.533145034,0.7409536636,1441.9724883 +296,1.578326642,0.478507176,49,-1.533145034,0.7409536636,7612.3108565 +297,-1.12861823,-0.291640865,49,-1.533145034,0.7409536636,4348.3814366 +298,0.310524208,0.770885792,49,-1.533145034,0.7409536636,4899.5328452 +299,0.415649091,-0.387246002,49,-1.533145034,0.7409536636,8328.1862661 +300,-0.926533878,-0.188022748,49,-1.533145034,0.7409536636,4286.8274608 +301,1.258856172,-0.11716081,49,-1.533145034,0.7409536636,9686.5774556 +302,-1.126050026,0.322941926,49,-1.533145034,0.7409536636,2146.5744988 +303,2.002785835,0.07893892,49,-1.533145034,0.7409536636,8900.4288222 +304,0.440437607,0.746258085,49,-1.533145034,0.7409536636,5237.8308468 +305,-0.030391866,0.214441206,49,-1.533145034,0.7409536636,5454.0146952 +306,0.521557815,-0.058929362,49,-1.533145034,0.7409536636,7776.2942891 +307,-0.097005111,0.13317729,49,-1.533145034,0.7409536636,5473.5892764 +308,1.83113859,0.221857587,49,-1.533145034,0.7409536636,8545.0156916 +309,0.222428864,0.099404236,49,-1.533145034,0.7409536636,6491.0962302 +310,-1.702731345,0.8728568183,49,-1.533145034,0.7409536636,698.0511838 +311,-0.418507569,0.278324921,49,-1.533145034,0.7409536636,4157.2846685 +312,-1.41153306,0.339029988,49,-1.533145034,0.7409536636,1643.2771386 +313,0.357560442,0.114788776,49,-1.533145034,0.7409536636,6831.1207557 +314,0.325818979,0.268352149,49,-1.533145034,0.7409536636,6313.8781269 +315,-1.246004659,-0.663679965,49,-1.533145034,0.7409536636,5659.1426567 +316,1.814603087,0.637404484,49,-1.533145034,0.7409536636,6933.5654408 +317,1.843704281,-0.18300445,49,-1.533145034,0.7409536636,10088.536731 +318,1.690644492,-0.211480909,49,-1.533145034,0.7409536636,10327.584143 +319,-1.275451936,0.068109467,49,-1.533145034,0.7409536636,2816.0496274 +320,0.762430171,-0.207594741,49,-1.533145034,0.7409536636,8859.5885401 +321,0.265668905,-0.014647884,49,-1.533145034,0.7409536636,6925.3343077 +322,-2.773032013,-0.335515811,49,-1.533145034,0.7409536636,6205.6456537 +323,-1.469512853,0.174058777,49,-1.533145034,0.7409536636,2256.2950965 +324,0.286276986,0.785925691,49,-1.533145034,0.7409536636,4808.8416665 +325,-1.379324697,0.377432233,49,-1.533145034,0.7409536636,1527.5804052 +326,-1.203778265,0.212813032,49,-1.533145034,0.7409536636,2379.0921343 +327,0.579916301,0.611743168,49,-1.533145034,0.7409536636,5920.8994786 +328,0.267582642,0.868113908,49,-1.533145034,0.7409536636,4564.1222718 +329,0.412869244,-0.050245578,49,-1.533145034,0.7409536636,7445.242964 +330,0.17524381,0.976660285,49,-1.533145034,0.7409536636,4135.7287391 +331,0.743157214,0.204812899,49,-1.533145034,0.7409536636,7558.7986541 +332,-1.070758176,0.269382282,49,-1.533145034,0.7409536636,2440.1481437 +333,-1.230364251,0.329790229,49,-1.533145034,0.7409536636,1919.1531132 +334,-1.374813124,-0.024926835,49,-1.533145034,0.7409536636,3086.0150861 +335,0.519780566,0.463669906,49,-1.533145034,0.7409536636,6238.1866979 +336,-1.55108034,0.239698561,49,-1.533145034,0.7409536636,1986.4214627 +337,0.180294813,0.029739425,49,-1.533145034,0.7409536636,6558.110187 +338,0.67820924,0.268170153,49,-1.533145034,0.7409536636,7207.8423378 +339,0.445798684,1.024001867,49,-1.533145034,0.7409536636,4486.2268847 +340,0.691751283,0.150521402,49,-1.533145034,0.7409536636,7607.1565565 +341,-1.036643551,-0.903056181,49,-1.533145034,0.7409536636,6731.5781744 +342,-0.120287036,1.083325163,49,-1.533145034,0.7409536636,3415.4042341 +343,2.823513113,-0.304487164,49,-1.533145034,0.7409536636,8059.7516088 +344,0.457583172,1.12513373,49,-1.533145034,0.7409536636,4241.5563697 +345,0.042918831,0.813795399,49,-1.533145034,0.7409536636,4202.7013159 +346,1.196146777,-0.853142756,49,-1.533145034,0.7409536636,11225.322446 +347,0.206001358,-0.010430701,49,-1.533145034,0.7409536636,6740.955717 +348,-0.268308653,0.234799412,49,-1.533145034,0.7409536636,4707.1158512 +349,0.759363263,0.736189579,49,-1.533145034,0.7409536636,5856.9451275 +350,0.181363926,0.891988372,49,-1.533145034,0.7409536636,4332.9819219 +351,-0.021111158,0.139103292,49,-1.533145034,0.7409536636,5679.538528 +352,-0.093355215,0.630686981,49,-1.533145034,0.7409536636,4257.3910451 +353,0.40118964,0.681375926,49,-1.533145034,0.7409536636,5337.7278011 +354,-0.721197315,1.304706234,49,-1.533145034,0.7409536636,2648.0160473 +355,-1.076150317,0.212107639,49,-1.533145034,0.7409536636,2618.2579943 +356,-1.577164531,0.273993443,49,-1.533145034,0.7409536636,1855.6745036 +357,-0.190788414,0.182208586,49,-1.533145034,0.7409536636,5070.4307383 +358,-0.261349752,0.209710184,49,-1.533145034,0.7409536636,4792.4949663 +359,-1.029303852,0.083549259,49,-1.533145034,0.7409536636,3149.3843048 +360,-1.268609162,0.330525297,49,-1.533145034,0.7409536636,1851.9828049 +361,1.282982244,-0.926641967,49,-1.533145034,0.7409536636,11313.371499 +362,0.217352334,0.731352408,49,-1.533145034,0.7409536636,4794.3306868 +363,-1.511833084,0.258629297,49,-1.533145034,0.7409536636,1911.8696054 +364,0.338812194,0.823184618,49,-1.533145034,0.7409536636,4821.7228935 +365,-0.324406489,1.134201999,49,-1.533145034,0.7409536636,3025.579828 +366,1.389579348,0.399185724,49,-1.533145034,0.7409536636,7857.3464673 +367,2.047152199,-0.039082036,49,-1.533145034,0.7409536636,9259.1312148 +368,0.947780369,0.568250077,49,-1.533145034,0.7409536636,6729.3961335 +369,0.763824846,0.576754987,49,-1.533145034,0.7409536636,6390.6985928 +370,-0.142334657,0.928153068,49,-1.533145034,0.7409536636,3575.5608395 +371,0.610266567,0.547265983,49,-1.533145034,0.7409536636,6182.9273563 +372,0.210731629,0.746815056,49,-1.533145034,0.7409536636,4740.7868302 +373,-1.34931644,0.316895224,49,-1.533145034,0.7409536636,1790.0218664 +374,2.407696481,0.655030745,49,-1.533145034,0.7409536636,6209.1541935 +375,0.64207831,0.545359131,49,-1.533145034,0.7409536636,6254.9626769 +376,1.174597538,0.840588356,49,-1.533145034,0.7409536636,5998.6394236 +377,0.660059424,0.010604079,49,-1.533145034,0.7409536636,7951.7542445 +378,-0.730263819,0.010486456,49,-1.533145034,0.7409536636,4057.8385509 +379,0.831068936,0.512339172,49,-1.533145034,0.7409536636,6728.2166805 +380,1.301180979,0.72367476,49,-1.533145034,0.7409536636,6539.4309596 +381,1.811128231,0.322854402,49,-1.533145034,0.7409536636,8165.4996194 +382,0.435105812,0.992284428,49,-1.533145034,0.7409536636,4552.926308 +383,0.62643634,0.592027932,49,-1.533145034,0.7409536636,6076.6845519 +384,0.492988703,-0.516339467,49,-1.533145034,0.7409536636,8847.7106147 +385,-0.162469483,0.112549365,49,-1.533145034,0.7409536636,5337.0133135 +386,0.314630866,0.472006421,49,-1.533145034,0.7409536636,5716.7053878 +387,0.166744804,0.822815954,49,-1.533145034,0.7409536636,4460.3762101 +388,0.417159608,0.965805736,49,-1.533145034,0.7409536636,4593.0990934 +389,0.106334961,0.868774244,49,-1.533145034,0.7409536636,4226.7084268 +390,0.815086969,-0.338144359,49,-1.533145034,0.7409536636,9361.308785 +391,0.59867455,-0.230624824,49,-1.533145034,0.7409536636,8464.7977795 +392,1.915104874,0.066220985,49,-1.533145034,0.7409536636,9062.3299608 +393,1.278093622,0.064463721,49,-1.533145034,0.7409536636,9040.3148664 +394,-0.061477853,0.302997961,49,-1.533145034,0.7409536636,5134.4887403 +395,0.251311504,0.626976942,49,-1.533145034,0.7409536636,5141.7885426 +396,2.950242872,0.149095644,49,-1.533145034,0.7409536636,6481.0228536 +397,-0.180294708,0.35375117,49,-1.533145034,0.7409536636,4662.9947894 +398,1.010448592,-0.351180233,49,-1.533145034,0.7409536636,9926.6020957 +399,-1.748740498,0.3686318073,49,-1.533145034,0.7409536636,1639.5349292 +400,2.699635665,0.123533791,49,-1.533145034,0.7409536636,7241.9853033 +401,0.496808033,0.823843254,49,-1.533145034,0.7409536636,5126.1783689 +402,0.129574704,0.763364087,49,-1.533145034,0.7409536636,4514.9700726 +403,1.798920311,0.817447563,49,-1.533145034,0.7409536636,6234.8631626 +404,0.335987953,0.746786541,49,-1.533145034,0.7409536636,5017.7106544 +405,-1.085413643,0.292154671,49,-1.533145034,0.7409536636,2334.2573775 +406,-0.155321003,0.508207011,49,-1.533145034,0.7409536636,4363.8622916 +407,0.620529244,-0.301175104,49,-1.533145034,0.7409536636,8712.0963096 +408,1.684402744,0.368716966,49,-1.533145034,0.7409536636,8039.6713433 +409,0.300582244,-0.386397212,49,-1.533145034,0.7409536636,7991.35735 +410,2.913555946,-0.009225192,49,-1.533145034,0.7409536636,7019.3077491 +411,1.465101417,0.493232532,49,-1.533145034,0.7409536636,7527.2993878 +412,0.090612882,0.907955955,49,-1.533145034,0.7409536636,4111.1414082 +413,2.987564726,-0.729568594,49,-1.533145034,0.7409536636,8550.990535 +414,-1.484261606,0.224149272,49,-1.533145034,0.7409536636,2053.9404926 +415,0.164073421,0.303955133,49,-1.533145034,0.7409536636,5772.3450801 +416,0.141441293,0.167552546,49,-1.533145034,0.7409536636,6074.5521229 +417,2.931321023,-0.506718887,49,-1.533145034,0.7409536636,8231.6403964 +418,2.21951565,0.700596356,49,-1.533145034,0.7409536636,6328.1565524 +419,0.268112576,1.199114336,49,-1.533145034,0.7409536636,3830.6729157 +420,0.978913739,0.359223811,49,-1.533145034,0.7409536636,7516.4309698 +421,1.210898818,0.522863584,49,-1.533145034,0.7409536636,7232.314331 +422,2.347397336,0.129231362,49,-1.533145034,0.7409536636,8087.8662195 +423,0.614394501,0.556878345,49,-1.533145034,0.7409536636,6161.657028 +424,-1.398079356,0.148483366,49,-1.533145034,0.7409536636,2393.5073161 +425,2.535303836,-0.112984496,49,-1.533145034,0.7409536636,8370.5481639 +426,-1.019372593,-0.405322349,49,-1.533145034,0.7409536636,4913.525235 +427,-1.297785627,-0.160104069,49,-1.533145034,0.7409536636,3669.5502365 +428,2.144554488,0.205051084,49,-1.533145034,0.7409536636,8221.2122094 +429,-2.242387083,-0.426171285,49,-1.533145034,0.7409536636,5299.452176 +430,0.338637212,0.909723676,49,-1.533145034,0.7409536636,4598.3975326 +431,-0.148798452,0.691042401,49,-1.533145034,0.7409536636,3983.1253333 +432,0.893524764,0.441829531,49,-1.533145034,0.7409536636,7080.3933262 +433,0.969229347,-0.368847936,49,-1.533145034,0.7409536636,9866.6020812 +434,0.436043248,0.800045688,49,-1.533145034,0.7409536636,5077.9037611 +435,1.687946607,1.081504775,49,-1.533145034,0.7409536636,5220.6105541 +436,0.522302046,-0.034889271,49,-1.533145034,0.7409536636,7710.7723472 +437,-0.178996113,-0.438090009,49,-1.533145034,0.7409536636,6789.1589975 +438,-1.094339566,0.301444068,49,-1.533145034,0.7409536636,2284.7145458 +439,-1.064070054,0.242569932,49,-1.533145034,0.7409536636,2542.3344792 +440,-1.068153768,0.230387998,49,-1.533145034,0.7409536636,2573.8903138 +441,-3.00496892,-0.23989155,49,-1.533145034,0.7409536636,6577.1424547 +442,0.21751974,0.766874888,49,-1.533145034,0.7409536636,4706.5035855 +443,0.117229532,0.007619006,49,-1.533145034,0.7409536636,6433.9725225 +444,0.777758451,0.420554741,49,-1.533145034,0.7409536636,6933.3021233 +445,-0.252356999,0.250747086,49,-1.533145034,0.7409536636,4712.6736 +446,0.363148444,0.768483434,49,-1.533145034,0.7409536636,5017.0451241 +447,0.903191366,-0.118210676,49,-1.533145034,0.7409536636,8959.9535774 +448,-0.205755923,0.149406178,49,-1.533145034,0.7409536636,5113.007682 +449,1.811996086,0.02364353,49,-1.533145034,0.7409536636,9329.1162948 +450,-1.100670221,0.314845373,49,-1.533145034,0.7409536636,2227.5776792 +451,0.340078597,0.850105132,49,-1.533145034,0.7409536636,4754.1280537 +452,0.258757267,0.804969236,49,-1.533145034,0.7409536636,4701.9627921 +453,2.78505352,-0.155160804,49,-1.533145034,0.7409536636,7784.2446301 +454,0.800551619,0.105822106,49,-1.533145034,0.7409536636,8007.6261982 +455,0.437940882,-0.506194031,49,-1.533145034,0.7409536636,8666.5591511 +456,2.230431122,0.63458615,49,-1.533145034,0.7409536636,6550.0409913 +457,0.527965361,0.127667701,49,-1.533145034,0.7409536636,7258.3236529 +458,-0.063643205,0.702093448,49,-1.533145034,0.7409536636,4180.412908 +459,1.408447268,0.133010502,49,-1.533145034,0.7409536636,8907.3673954 +460,0.523795955,0.280266966,49,-1.533145034,0.7409536636,6796.5618337 +461,-0.975769313,0.072177659,49,-1.533145034,0.7409536636,3296.6196548 +462,0.549774164,-0.463663986,49,-1.533145034,0.7409536636,8897.4293911 +463,0.29245874,1.095549818,49,-1.533145034,0.7409536636,4078.5553361 +464,0.143625958,0.816809593,49,-1.533145034,0.7409536636,4423.3808681 +465,0.671902494,0.611159853,49,-1.533145034,0.7409536636,6106.0504571 +466,1.239840988,0.6724199,49,-1.533145034,0.7409536636,6690.4223359 +467,0.607829703,-0.10932137,49,-1.533145034,0.7409536636,8157.9032495 +468,1.763020906,0.263996692,49,-1.533145034,0.7409536636,8423.5179155 +469,0.378714634,0.726066797,49,-1.533145034,0.7409536636,5165.3234452 +470,2.196736143,-0.153862366,49,-1.533145034,0.7409536636,9349.0488372 +471,0.01702415,0.148991565,49,-1.533145034,0.7409536636,5764.4183579 +472,-2.998490902,-0.158002487,49,-1.533145034,0.7409536636,6338.8488441 +473,-3.051262951,-0.346595608,49,-1.533145034,0.7409536636,6990.2314827 +474,-1.069176439,0.182802941,49,-1.533145034,0.7409536636,2731.2888279 +475,0.167157509,0.595344954,49,-1.533145034,0.7409536636,5016.5352723 +476,0.613855648,0.681746124,49,-1.533145034,0.7409536636,5772.5627972 +477,1.037012736,0.682555367,49,-1.533145034,0.7409536636,6443.0464053 +478,-1.253574971,0.379755746,49,-1.533145034,0.7409536636,1704.1547105 +479,3.108590453,-0.132620738,49,-1.533145034,0.7409536636,6781.8321659 +480,0.565301296,0.022333262,49,-1.533145034,0.7409536636,7665.0721696 +481,0.547898238,0.855555614,49,-1.533145034,0.7409536636,5125.601128 +482,0.948309381,0.417393755,49,-1.533145034,0.7409536636,7260.2708131 +483,-0.050600732,0.945269213,49,-1.533145034,0.7409536636,3745.4947997 +484,-0.977651478,-0.572363064,49,-1.533145034,0.7409536636,5579.8665256 +485,1.102014914,0.728861163,49,-1.533145034,0.7409536636,6347.6197672 +486,2.927300795,-0.282939414,49,-1.533145034,0.7409536636,7702.1400866 +487,-1.154565557,0.124434095,49,-1.533145034,0.7409536636,2777.5379478 +488,1.855331234,0.291044755,49,-1.533145034,0.7409536636,8257.9206364 +489,0.830290659,0.276904518,49,-1.533145034,0.7409536636,7516.0644126 +490,0.485104466,-0.234867441,49,-1.533145034,0.7409536636,8149.0231176 +491,0.521367572,-0.33161327,49,-1.533145034,0.7409536636,8501.2393997 +1,-1.539031704,0.7349710123,50,-1.538681336,0.7395405883,18.129226664 +2,-1.536990553,0.7349663874,50,-1.538681336,0.7395405883,18.78453872 +3,-1.534951779,0.7349571355,50,-1.538681336,0.7395405883,21.194677884 +4,-1.532906461,0.7349480293,50,-1.538681336,0.7395405883,24.853330518 +5,-1.531320211,0.7346937278,50,-1.538681336,0.7395405883,28.890050525 +6,-1.539451648,0.7335131775,50,-1.538681336,0.7395405883,23.981334886 +7,-1.537429487,0.7335445708,50,-1.538681336,0.7395405883,24.032605562 +8,-1.535484998,0.7335658704,50,-1.538681336,0.7395405883,25.456541793 +9,-1.533488396,0.7336036027,50,-1.538681336,0.7395405883,28.021249197 +10,-1.531497785,0.7335842962,50,-1.538681336,0.7395405883,31.63717355 +11,-1.530259379,0.7334777758,50,-1.538681336,0.7395405883,34.459334024 +12,-1.5335454,0.7322346912,50,-1.538681336,0.7395405883,32.631683772 +13,-1.531489083,0.7322238773,50,-1.538681336,0.7395405883,35.858584529 +14,-1.530011122,0.7321679851,50,-1.538681336,0.7395405883,38.740740244 +15,-1.53348106,0.7306614094,50,-1.538681336,0.7395405883,38.345832962 +16,-1.531441779,0.7306962275,50,-1.538681336,0.7395405883,40.984080793 +17,-1.529755654,0.7306933243,50,-1.538681336,0.7395405883,43.769661404 +18,-1.533415048,0.7291384674,50,-1.538681336,0.7395405883,44.015981184 +19,-1.531392093,0.7291705353,50,-1.538681336,0.7395405883,46.330310094 +20,-1.529296523,0.7291214933,50,-1.538681336,0.7395405883,49.644326728 +21,-1.535280942,0.727267644,50,-1.538681336,0.7395405883,49.632188136 +22,-1.533378158,0.7276139666,50,-1.538681336,0.7395405883,49.751215784 +23,-1.531340368,0.7276446587,50,-1.538681336,0.7395405883,51.833673342 +24,-1.528960113,0.7276398177,50,-1.538681336,0.7395405883,55.136826308 +25,-1.533313146,0.7260818349,50,-1.538681336,0.7395405883,55.603547211 +26,-1.531259555,0.7260958115,50,-1.538681336,0.7395405883,57.563119576 +27,-1.528926415,0.7260865555,50,-1.538681336,0.7395405883,60.53750463 +28,-1.531226779,0.7245511789,50,-1.538681336,0.7395405883,63.304755726 +29,-1.528904772,0.7245519194,50,-1.538681336,0.7395405883,65.988047749 +30,-1.547195875,0.7409785979,50,-1.538681336,0.7395405883,25.542895597 +31,-1.5451475,0.740980426,50,-1.538681336,0.7395405883,19.750827368 +32,-1.543097679,0.7409798872,50,-1.538681336,0.7395405883,14.117388948 +33,-1.540720364,0.7409892687,50,-1.538681336,0.7395405883,8.2754403173 +34,-1.547188511,0.7395198392,50,-1.538681336,0.7395405883,24.894888953 +35,-1.545148587,0.7395226109,50,-1.538681336,0.7395405883,18.925394242 +36,-1.543104538,0.7395314908,50,-1.538681336,0.7395405883,12.943719272 +37,-1.540727751,0.7395306258,50,-1.538681336,0.7395405883,5.9885832349 +38,-1.547187029,0.7380014886,50,-1.538681336,0.7395405883,25.642860344 +39,-1.545147315,0.7380012252,50,-1.538681336,0.7395405883,19.892204039 +40,-1.54310719,0.7380060743,50,-1.538681336,0.7395405883,14.3149383 +41,-1.540719671,0.7380068206,50,-1.538681336,0.7395405883,8.5168701945 +42,-1.547187189,0.7364799098,50,-1.538681336,0.7395405883,27.717284405 +43,-1.545149996,0.7364853874,50,-1.538681336,0.7395405883,22.489179757 +44,-1.543106091,0.7364823484,50,-1.538681336,0.7395405883,17.744392821 +45,-1.540717158,0.7364893901,50,-1.538681336,0.7395405883,13.477984792 +46,-1.538663972,0.7410138672,50,-1.538681336,0.7395405883,5.8358784276 +47,-1.53695285,0.7409699132,50,-1.538681336,0.7395405883,7.5897237188 +48,-1.534910498,0.7409641297,50,-1.538681336,0.7395405883,12.385418098 +49,-1.533145034,0.7409536636,50,-1.538681336,0.7395405883,17.130627498 +50,-1.538681336,0.7395405883,50,-1.538681336,0.7395405883,2.4613717451 +51,-1.536999189,0.7395183096,50,-1.538681336,0.7395405883,4.9233078958 +52,-1.534923633,0.7395144222,50,-1.538681336,0.7395405883,10.99678491 +53,-1.533267822,0.7395654306,50,-1.538681336,0.7395405883,15.841686753 +54,-1.53867273,0.7380151077,50,-1.538681336,0.7395405883,6.0424812051 +55,-1.536980576,0.7379994392,50,-1.538681336,0.7395405883,7.8784201189 +56,-1.534931522,0.7379944961,50,-1.538681336,0.7395405883,12.5730854 +57,-1.533387952,0.7379480264,50,-1.538681336,0.7395405883,16.735646395 +58,-1.538682279,0.7364914363,50,-1.538681336,0.7395405883,12.07769134 +59,-1.536980704,0.7364810563,50,-1.538681336,0.7395405883,13.103460396 +60,-1.534935567,0.7364752065,50,-1.538681336,0.7395405883,16.368019464 +61,-1.533042592,0.7363876366,50,-1.538681336,0.7395405883,20.712914891 +62,-1.545143426,0.7349628011,50,-1.538681336,0.7395405883,26.227290391 +63,-1.543105297,0.7349691947,50,-1.538681336,0.7395405883,22.274792526 +64,-1.541064533,0.7349647152,50,-1.538681336,0.7395405883,19.425640309 +65,-1.545411803,0.7334624714,50,-1.538681336,0.7395405883,31.13966727 +66,-1.543446606,0.7334780896,50,-1.538681336,0.7395405883,27.788054876 +67,-1.541475327,0.7334957295,50,-1.538681336,0.7395405883,25.308414076 +68,-1.545401939,0.731963266,50,-1.538681336,0.7395405883,35.920237709 +69,-1.54342253,0.7319915583,50,-1.538681336,0.7395405883,32.983726758 +70,-1.541455867,0.7320216438,50,-1.538681336,0.7395405883,30.876698397 +71,-1.545410146,0.7304422281,50,-1.538681336,0.7395405883,41.10601368 +72,-1.543435491,0.7304713664,50,-1.538681336,0.7395405883,38.543708072 +73,-1.541463105,0.7304997613,50,-1.538681336,0.7395405883,36.731681602 +74,-1.545414768,0.7289194936,50,-1.538681336,0.7395405883,46.496171304 +75,-1.543435774,0.7289538557,50,-1.538681336,0.7395405883,44.202891662 +76,-1.541457714,0.7289765881,50,-1.538681336,0.7395405883,42.632876753 +77,-1.539449415,0.7320555866,50,-1.538681336,0.7395405883,29.733745107 +78,-1.537429183,0.7321097681,50,-1.538681336,0.7395405883,29.662208943 +79,-1.535472649,0.7321497267,50,-1.538681336,0.7395405883,30.753772903 +80,-1.539457899,0.7305333307,50,-1.538681336,0.7395405883,35.750636819 +81,-1.537453161,0.7305750503,50,-1.538681336,0.7395405883,35.695371974 +82,-1.535479385,0.7306124949,50,-1.538681336,0.7395405883,36.594156036 +83,-1.53946905,0.7290102593,50,-1.538681336,0.7395405883,41.774887219 +84,-1.537459922,0.7290417293,50,-1.538681336,0.7395405883,41.740756366 +85,-1.535451349,0.7290890157,50,-1.538681336,0.7395405883,42.473965868 +86,-1.535522937,0.7279887191,50,-1.538681336,0.7395405883,46.690658796 +87,-1.539442524,0.7274735939,50,-1.538681336,0.7395405883,47.849807259 +88,-1.537424111,0.727521351,50,-1.538681336,0.7395405883,47.751686179 +89,-1.539384641,0.7259505092,50,-1.538681336,0.7395405883,53.870117319 +90,-1.537372391,0.7259947145,50,-1.538681336,0.7395405883,53.793431497 +91,-1.535340789,0.7260435356,50,-1.538681336,0.7395405883,54.35896375 +92,-1.539325716,0.7244369706,50,-1.538681336,0.7395405883,59.85554639 +93,-1.537308932,0.7244801057,50,-1.538681336,0.7395405883,59.791446438 +94,-1.535289068,0.7245247645,50,-1.538681336,0.7395405883,60.311506673 +95,-1.533261366,0.7245550236,50,-1.538681336,0.7395405883,61.468081653 +96,-1.539267302,0.722921924,50,-1.538681336,0.7395405883,65.849195439 +97,-1.537248972,0.7229660258,50,-1.538681336,0.7395405883,65.787516356 +98,-1.535219431,0.7229916471,50,-1.538681336,0.7395405883,66.340166813 +99,-1.53318962,0.7230212049,50,-1.538681336,0.7395405883,67.406528521 +100,-1.531154816,0.7230299897,50,-1.538681336,0.7395405883,69.060242295 +101,-1.528878341,0.7230370244,50,-1.538681336,0.7395405883,71.474086932 +102,-1.539218189,0.7214009878,50,-1.538681336,0.7395405883,71.86841233 +103,-1.537198791,0.7214422745,50,-1.538681336,0.7395405883,71.820724904 +104,-1.535179266,0.7214634354,50,-1.538681336,0.7395405883,72.345146133 +105,-1.533156501,0.7214944644,50,-1.538681336,0.7395405883,73.31539312 +106,-1.53113574,0.7215166021,50,-1.538681336,0.7395405883,74.782892452 +107,-1.528874248,0.7215345535,50,-1.538681336,0.7395405883,76.966574992 +108,-1.539217656,0.7198512397,50,-1.538681336,0.7395405883,78.005581365 +109,-1.537199919,0.7199428763,50,-1.538681336,0.7395405883,77.749635093 +110,-1.545425832,0.727397149,50,-1.538681336,0.7395405883,52.033137713 +111,-1.543371177,0.7273916949,50,-1.538681336,0.7395405883,50.061236625 +112,-1.541368852,0.7274523163,50,-1.538681336,0.7395405883,48.530207812 +113,-1.545349067,0.7258710923,50,-1.538681336,0.7395405883,57.594272181 +114,-1.54332671,0.7258603556,50,-1.538681336,0.7395405883,55.887022751 +115,-1.541346831,0.7259242142,50,-1.538681336,0.7395405883,54.502461875 +116,-1.545324355,0.7243383958,50,-1.538681336,0.7395405883,63.317112357 +117,-1.543292796,0.7243617413,50,-1.538681336,0.7395405883,61.639550707 +118,-1.541295822,0.7244024384,50,-1.538681336,0.7395405883,60.454983452 +119,-1.543193859,0.7205570215,50,-1.538681336,0.7395405883,76.364222411 +120,-1.550257047,0.7386738187,50,-1.538681336,0.7395405883,34.06078728 +121,-1.549335448,0.7311736483,50,-1.538681336,0.7395405883,45.582470399 +122,-1.533478843,0.7179891343,50,-1.538681336,0.7395405883,86.738276681 +123,-1.556150555,0.738907041,50,-1.538681336,0.7395405883,51.196198666 +124,-1.554324226,0.733414257,50,-1.538681336,0.7395405883,51.922510017 +125,-1.554290846,0.7288285332,50,-1.538681336,0.7395405883,62.50699193 +126,-1.55122487,0.7219795312,50,-1.538681336,0.7395405883,78.786308286 +127,-1.525104458,0.7229399862,50,-1.538681336,0.7395405883,76.980136385 +128,-1.519607711,0.7236181429,50,-1.538681336,0.7395405883,84.486398002 +129,-1.513899999,0.7251107854,50,-1.538681336,0.7395405883,92.706020431 +130,-1.536620762,0.7431061895,50,-1.538681336,0.7395405883,15.352839619 +131,-1.5369566,0.7460845958,50,-1.538681336,0.7395405883,26.404721401 +132,-1.545345528,0.7447040685,50,-1.538681336,0.7395405883,28.22794702 +133,-1.532813921,0.7432306626,50,-1.538681336,0.7395405883,22.526592159 +134,-1.554788248,0.7382381001,50,-1.538681336,0.7395405883,47.442767114 +135,-1.540348126,0.7301594274,50,-1.538681336,0.7395405883,37.480234859 +136,-1.538016084,0.7239051786,50,-1.538681336,0.7395405883,61.962880256 +137,-1.525288962,0.7258085137,50,-1.538681336,0.7395405883,67.183099356 +138,-1.534326986,0.731241342,50,-1.538681336,0.7395405883,35.27381896 +139,-1.530733872,0.7303625216,50,-1.538681336,0.7395405883,43.209044295 +141,-1.534354939,0.7328219978,50,-1.538681336,0.7395405883,29.486955137 +142,-1.53157084,0.7292888153,50,-1.538681336,0.7395405883,45.672022729 +143,-1.525691035,0.7263799874,50,-1.538681336,0.7395405883,64.65084348 +144,-1.534031287,0.7495967835,50,-1.538681336,0.7395405883,42.07246854 +145,-1.527714986,0.7283095957,50,-1.538681336,0.7395405883,54.948391167 +146,-1.526189586,0.7271468292,50,-1.538681336,0.7395405883,61.329148039 +147,-1.555177336,0.7375563366,50,-1.538681336,0.7395405883,48.950742822 +148,-1.555080283,0.7312707794,50,-1.538681336,0.7395405883,58.250936755 +149,-1.53856994,0.7224180299,50,-1.538681336,0.7395405883,67.823249313 +150,-1.530837883,0.729933372,50,-1.538681336,0.7395405883,44.491893849 +151,-1.515066984,0.5854133365,50,-1.538681336,0.7395405883,614.9117647 +152,-1.534731633,0.5368370046,50,-1.538681336,0.7395405883,803.00631969 +153,-1.515231902,0.5607085576,50,-1.538681336,0.7395405883,712.17373185 +154,-2.616253799,1.0684566605,50,-1.538681336,0.7395405883,2807.8040337 +155,-1.956071439,0.5792177723,50,-1.538681336,0.7395405883,1446.0646734 +156,-1.951208514,0.5602434208,50,-1.538681336,0.7395405883,1474.9536927 +157,-1.944675062,0.6062144545,50,-1.538681336,0.7395405883,1358.3706074 +158,-1.613778386,0.6077989518,50,-1.538681336,0.7395405883,571.06246429 +159,-2.035029014,0.6021432345,50,-1.538681336,0.7395405883,1624.1656138 +160,-2.114989471,0.6801825058,50,-1.538681336,0.7395405883,1736.1773325 +161,-2.037382079,0.5765830025,50,-1.538681336,0.7395405883,1680.7300853 +162,-2.129855121,0.6585019963,50,-1.538681336,0.7395405883,1808.6197483 +163,-2.075141798,0.6493615843,50,-1.538681336,0.7395405883,1661.7829169 +164,-1.828626729,0.6948433129,50,-1.538681336,0.7395405883,881.9529534 +165,-1.863329418,0.6735427691,50,-1.538681336,0.7395405883,1010.1201419 +166,-1.266037071,0.727988852,50,-1.538681336,0.7395405883,802.20210815 +167,-1.277579582,0.7249010648,50,-1.538681336,0.7395405883,770.32601492 +168,-1.258418684,0.7241194816,50,-1.538681336,0.7395405883,826.89659504 +169,-1.317813974,0.6804850104,50,-1.538681336,0.7395405883,702.64528298 +170,-1.344165204,0.6790988904,50,-1.538681336,0.7395405883,631.13567569 +171,-1.427582102,0.5277120351,50,-1.538681336,0.7395405883,910.21960593 +172,-1.402238616,0.457167829,50,-1.538681336,0.7395405883,1202.9626671 +173,-1.422454264,0.4996161999,50,-1.538681336,0.7395405883,1020.7165859 +174,-1.439089277,0.4894859811,50,-1.538681336,0.7395405883,1040.9259989 +175,-1.448126995,0.5182330266,50,-1.538681336,0.7395405883,922.84983351 +176,-1.474626146,0.5881926574,50,-1.538681336,0.7395405883,631.74358241 +177,-1.421139645,0.5584869783,50,-1.538681336,0.7395405883,806.72559836 +178,-1.457037165,0.565943032,50,-1.538681336,0.7395405883,733.72550948 +179,-2.757159358,0.3745319,50,-1.538681336,0.7395405883,4221.5775778 +180,-2.714309238,0.342054471,50,-1.538681336,0.7395405883,4175.40766 +181,-2.000525337,0.774119946,50,-1.538681336,0.7395405883,1331.1693514 +183,-1.571413436,0.6777838382,50,-1.538681336,0.7395405883,263.6619264 +184,-1.552860289,0.6987663893,50,-1.538681336,0.7395405883,166.94019154 +185,-1.521852374,0.7165827476,50,-1.538681336,0.7395405883,103.65773215 +186,-1.503656267,0.6928968252,50,-1.538681336,0.7395405883,212.31732931 +187,-1.502753178,0.7136205882,50,-1.538681336,0.7395405883,147.82763161 +188,-1.631894563,0.7343596465,50,-1.538681336,0.7395405883,274.13702574 +189,-1.653765416,0.6770714026,50,-1.538681336,0.7395405883,425.32438151 +190,-1.719812114,0.6715965947,50,-1.538681336,0.7395405883,608.28628022 +191,-1.493406659,0.6646955447,50,-1.538681336,0.7395405883,326.50647943 +192,-1.469120564,0.6613469966,50,-1.538681336,0.7395405883,374.47044371 +193,-1.590551461,0.5326612937,50,-1.538681336,0.7395405883,835.79439798 +194,-1.625979264,0.5247742243,50,-1.538681336,0.7395405883,894.81533231 +195,-1.572293943,0.5238808754,50,-1.538681336,0.7395405883,860.89083459 +196,-1.610848725,0.5477107964,50,-1.538681336,0.7395405883,793.22123252 +197,-1.208485554,0.7918526018,50,-1.538681336,0.7395405883,962.95244025 +198,-1.335601374,0.6869083083,50,-1.538681336,0.7395405883,642.42339354 +199,-1.346156996,0.6825213377,50,-1.538681336,0.7395405883,619.78805471 +200,-1.324381037,0.6741422347,50,-1.538681336,0.7395405883,694.68966985 +201,-1.242424992,0.7378949807,50,-1.538681336,0.7395405883,866.16506311 +202,-1.270370057,0.7392461008,50,-1.538681336,0.7395405883,784.19247974 +203,-1.448950472,0.7441675014,50,-1.538681336,0.7395405883,262.62392106 +204,-1.492662363,0.7523026852,50,-1.538681336,0.7395405883,143.09632112 +205,-1.479098966,0.7763855017,50,-1.538681336,0.7395405883,225.07688082 +206,-1.633760714,0.7869022408,50,-1.538681336,0.7395405883,330.41909236 +207,-1.647406434,0.8101289331,50,-1.538681336,0.7395405883,415.53747219 +208,-1.564245052,0.5701509278,50,-1.538681336,0.7395405883,675.71019896 +209,-1.646289963,0.6833746083,50,-1.538681336,0.7395405883,391.90160189 +210,-1.5820631,0.6751952144,50,-1.538681336,0.7395405883,286.35322507 +211,-1.613236298,0.6681681791,50,-1.538681336,0.7395405883,361.28852957 +212,-1.914661867,0.8212566515,50,-1.538681336,0.7395405883,1102.6261974 +213,-1.742133237,0.7250275956,50,-1.538681336,0.7395405883,601.55890278 +214,-2.033144872,0.6557314699,50,-1.538681336,0.7395405883,1529.6652679 +215,-2.039551981,0.6964723658,50,-1.538681336,0.7395405883,1496.6738002 +216,-1.247341019,0.7622473908,50,-1.538681336,0.7395405883,846.99342272 +217,-1.298239787,0.7084123392,50,-1.538681336,0.7395405883,723.24344978 +218,-1.308539688,0.6926545592,50,-1.538681336,0.7395405883,711.48360512 +219,-1.303263185,0.6888938396,50,-1.538681336,0.7395405883,731.68940205 +220,-1.852400229,0.6004246149,50,-1.538681336,0.7395405883,1115.7639667 +221,-1.288947707,0.7473773692,50,-1.538681336,0.7395405883,727.9638713 +222,-1.372031502,0.7472790993,50,-1.538681336,0.7395405883,486.64663422 +223,-1.289805721,0.7242157877,50,-1.538681336,0.7395405883,734.99266118 +224,-1.350807603,0.7533498126,50,-1.538681336,0.7395405883,548.6459429 +225,-1.329290365,0.7560442322,50,-1.538681336,0.7395405883,611.07471648 +226,-1.410153004,0.616936428,50,-1.538681336,0.7395405883,626.36172291 +227,-1.393445434,0.6308995063,50,-1.538681336,0.7395405883,618.75723414 +228,-1.37595573,0.6241540638,50,-1.538681336,0.7395405883,676.96626806 +229,-1.358388707,0.6172645205,50,-1.538681336,0.7395405883,736.38474934 +230,-1.753741133,0.8281661666,50,-1.538681336,0.7395405883,696.80062947 +231,-1.47430987,0.6834615681,50,-1.538681336,0.7395405883,294.27403509 +232,-1.421012508,0.7222725206,50,-1.538681336,0.7395405883,353.60791472 +233,-1.4476833,0.6978557868,50,-1.538681336,0.7395405883,317.49789053 +234,-1.470370723,0.6966193374,50,-1.538681336,0.7395405883,265.32204407 +235,-1.429211703,0.7037216883,50,-1.538681336,0.7395405883,354.9802594 +236,-1.700578405,0.6178673663,50,-1.538681336,0.7395405883,693.04466107 +237,-1.678117619,0.6331716163,50,-1.538681336,0.7395405883,599.5126792 +238,-1.725644578,0.6316331145,50,-1.538681336,0.7395405883,714.09918777 +239,-2.14012759,0.7930497945,50,-1.538681336,0.7395405883,1716.1424774 +240,-2.103289431,0.7653606263,50,-1.538681336,0.7395405883,1625.389768 +241,-1.318739838,0.7017808746,50,-1.538681336,0.7395405883,670.76726057 +242,-1.396417427,0.7077900843,50,-1.538681336,0.7395405883,440.40623722 +243,-1.35650337,0.7185539404,50,-1.538681336,0.7395405883,544.20334908 +244,-1.248884539,0.7274156818,50,-1.538681336,0.7395405883,852.699708 +245,-1.395014798,0.5761185243,50,-1.538681336,0.7395405883,787.65783041 +246,-1.433377362,0.6064716109,50,-1.538681336,0.7395405883,619.4389487 +247,-1.408172432,0.5903155476,50,-1.538681336,0.7395405883,716.87604728 +248,-1.749645898,0.7757118084,50,-1.538681336,0.7395405883,623.10098012 +249,-1.571626686,0.615046989,50,-1.538681336,0.7395405883,503.45618265 +250,-1.514070049,0.6303003037,50,-1.538681336,0.7395405883,439.2185885 +251,-1.480890369,0.6237966528,50,-1.538681336,0.7395405883,491.60454704 +252,-1.704390658,0.5281680612,50,-1.538681336,0.7395405883,988.80130868 +253,-1.64434733,0.5254277498,50,-1.538681336,0.7395405883,912.17253629 +254,-1.703855997,0.4792484842,50,-1.538681336,0.7395405883,1160.4236746 +255,-1.692002383,0.5748825051,50,-1.538681336,0.7395405883,809.27290496 +256,-1.854136457,0.5544643913,50,-1.538681336,0.7395405883,1233.1524041 +257,-1.665021206,0.520317736,50,-1.538681336,0.7395405883,956.9556483 +258,-1.733654349,0.4845187345,50,-1.538681336,0.7395405883,1189.174478 +259,-1.720938188,0.5135933906,50,-1.538681336,0.7395405883,1067.1831071 +260,-1.742668307,0.553296122,50,-1.538681336,0.7395405883,977.97195584 +261,-1.965659039,0.7142126903,50,-1.538681336,0.7395405883,1263.3958289 +262,-1.944438071,0.6772834804,50,-1.538681336,0.7395405883,1241.0417488 +263,-1.270340967,0.7681487096,50,-1.538681336,0.7395405883,781.98268968 +264,-1.353091884,0.6549276821,50,-1.538681336,0.7395405883,654.95015046 +265,-1.333236659,0.6413584414,50,-1.538681336,0.7395405883,737.10452857 +266,-1.352015998,0.6753788907,50,-1.538681336,0.7395405883,616.1439155 +267,-1.377988483,0.6577816235,50,-1.538681336,0.7395405883,584.62479519 +268,-2.13075611,0.8318642051,50,-1.538681336,0.7395405883,1683.3385959 +269,-2.097910953,0.8259670014,50,-1.538681336,0.7395405883,1595.3488414 +270,-1.416382069,0.6694271549,50,-1.538681336,0.7395405883,461.64947307 +271,-1.538905672,0.7535625993,50,-1.538681336,0.7395405883,55.545015136 +272,-1.572309477,0.7803125099,50,-1.538681336,0.7395405883,188.14690626 +273,-1.87759879,0.7503853417,50,-1.538681336,0.7395405883,985.59042651 +274,1.152365588,0.590457682,50,-1.538681336,0.7395405883,6927.6888125 +275,0.350198001,0.718001859,50,-1.538681336,0.7395405883,5141.6094116 +276,0.046513677,0.491503852,50,-1.538681336,0.7395405883,4978.8859853 +277,0.027510309,0.742571376,50,-1.538681336,0.7395405883,4336.5223482 +278,0.306285725,-0.214631579,50,-1.538681336,0.7395405883,7591.7513439 +279,-1.100564889,0.318051531,50,-1.538681336,0.7395405883,2225.9829354 +280,-1.078582306,0.301437596,50,-1.538681336,0.7395405883,2328.0414419 +281,-1.137371989,-0.617634065,50,-1.538681336,0.7395405883,5568.7745101 +282,0.784356344,0.703272339,50,-1.538681336,0.7395405883,6020.4783657 +283,-1.221209947,0.218327455,50,-1.538681336,0.7395405883,2335.3298799 +284,2.347301921,-0.449114658,50,-1.538681336,0.7395405883,9778.9770586 +285,0.246820618,0.830553713,50,-1.538681336,0.7395405883,4628.930369 +286,0.829414965,0.703288228,50,-1.538681336,0.7395405883,6092.3474693 +287,-1.337537566,0.42332223,50,-1.538681336,0.7395405883,1415.3366854 +288,0.882453706,0.454478077,50,-1.538681336,0.7395405883,7031.5461507 +289,1.575629659,0.416419109,50,-1.538681336,0.7395405883,7864.0040268 +290,-1.039455679,0.229888244,50,-1.538681336,0.7395405883,2645.5712573 +291,0.489558039,0.934482747,50,-1.538681336,0.7395405883,4813.3574107 +292,0.081344504,0.88384514,50,-1.538681336,0.7395405883,4156.9542048 +293,-1.547979814,0.300350308,50,-1.538681336,0.7395405883,1739.9168752 +294,0.040776181,0.168560074,50,-1.538681336,0.7395405883,5798.2575486 +295,-1.130374745,0.563894876,50,-1.538681336,0.7395405883,1455.0466913 +296,1.578326642,0.478507176,50,-1.538681336,0.7395405883,7618.3248624 +297,-1.12861823,-0.291640865,50,-1.538681336,0.7395405883,4350.2173527 +298,0.310524208,0.770885792,50,-1.538681336,0.7395405883,4915.1777916 +299,0.415649091,-0.387246002,50,-1.538681336,0.7395405883,8344.0491023 +300,-0.926533878,-0.188022748,50,-1.538681336,0.7395405883,4292.815778 +301,1.258856172,-0.11716081,50,-1.538681336,0.7395405883,9699.8732045 +302,-1.126050026,0.322941926,50,-1.538681336,0.7395405883,2154.5993766 +303,2.002785835,0.07893892,50,-1.538681336,0.7395405883,8897.2939794 +304,0.440437607,0.746258085,50,-1.538681336,0.7395405883,5253.1152582 +305,-0.030391866,0.214441206,50,-1.538681336,0.7395405883,5470.7460413 +306,0.521557815,-0.058929362,50,-1.538681336,0.7395405883,7793.4147623 +307,-0.097005111,0.13317729,50,-1.538681336,0.7395405883,5489.8365047 +308,1.83113859,0.221857587,50,-1.538681336,0.7395405883,8546.1780067 +309,0.222428864,0.099404236,50,-1.538681336,0.7395405883,6508.0764282 +310,-1.702731345,0.8728568183,50,-1.538681336,0.7395405883,692.58922698 +311,-0.418507569,0.278324921,50,-1.538681336,0.7395405883,4172.8804922 +312,-1.41153306,0.339029988,50,-1.538681336,0.7395405883,1642.6216385 +313,0.357560442,0.114788776,50,-1.538681336,0.7395405883,6848.2449355 +314,0.325818979,0.268352149,50,-1.538681336,0.7395405883,6330.9783664 +315,-1.246004659,-0.663679965,50,-1.538681336,0.7395405883,5657.3752823 +316,1.814603087,0.637404484,50,-1.538681336,0.7395405883,6936.338745 +317,1.843704281,-0.18300445,50,-1.538681336,0.7395405883,10086.933674 +318,1.690644492,-0.211480909,50,-1.538681336,0.7395405883,10330.466656 +319,-1.275451936,0.068109467,50,-1.538681336,0.7395405883,2817.2779595 +320,0.762430171,-0.207594741,50,-1.538681336,0.7395405883,8876.7047114 +321,0.265668905,-0.014647884,50,-1.538681336,0.7395405883,6942.1677863 +322,-2.773032013,-0.335515811,50,-1.538681336,0.7395405883,6188.6727538 +323,-1.469512853,0.174058777,50,-1.538681336,0.7395405883,2252.702456 +324,0.286276986,0.785925691,50,-1.538681336,0.7395405883,4824.4858368 +325,-1.379324697,0.377432233,50,-1.538681336,0.7395405883,1528.6530705 +326,-1.203778265,0.212813032,50,-1.538681336,0.7395405883,2383.590653 +327,0.579916301,0.611743168,50,-1.538681336,0.7395405883,5936.2509 +328,0.267582642,0.868113908,50,-1.538681336,0.7395405883,4579.3196138 +329,0.412869244,-0.050245578,50,-1.538681336,0.7395405883,7462.2722968 +330,0.17524381,0.976660285,50,-1.538681336,0.7395405883,4150.3970368 +331,0.743157214,0.204812899,50,-1.538681336,0.7395405883,7575.0085339 +332,-1.070758176,0.269382282,50,-1.538681336,0.7395405883,2448.5257936 +333,-1.230364251,0.329790229,50,-1.538681336,0.7395405883,1924.5990331 +334,-1.374813124,-0.024926835,50,-1.538681336,0.7395405883,3084.2614749 +335,0.519780566,0.463669906,50,-1.538681336,0.7395405883,6254.4206925 +336,-1.55108034,0.239698561,50,-1.538681336,0.7395405883,1980.3301162 +337,0.180294813,0.029739425,50,-1.538681336,0.7395405883,6574.8556276 +338,0.67820924,0.268170153,50,-1.538681336,0.7395405883,7224.1219015 +339,0.445798684,1.024001867,50,-1.538681336,0.7395405883,4499.503268 +340,0.691751283,0.150521402,50,-1.538681336,0.7395405883,7623.7480012 +341,-1.036643551,-0.903056181,50,-1.538681336,0.7395405883,6731.0768706 +342,-0.120287036,1.083325163,50,-1.538681336,0.7395405883,3429.6979286 +343,2.823513113,-0.304487164,50,-1.538681336,0.7395405883,8043.5679538 +344,0.457583172,1.12513373,50,-1.538681336,0.7395405883,4253.8079709 +345,0.042918831,0.813795399,50,-1.538681336,0.7395405883,4218.8860473 +346,1.196146777,-0.853142756,50,-1.538681336,0.7395405883,11236.613536 +347,0.206001358,-0.010430701,50,-1.538681336,0.7395405883,6757.6563295 +348,-0.268308653,0.234799412,50,-1.538681336,0.7395405883,4723.1556341 +349,0.759363263,0.736189579,50,-1.538681336,0.7395405883,5870.6141362 +350,0.181363926,0.891988372,50,-1.538681336,0.7395405883,4348.2958043 +351,-0.021111158,0.139103292,50,-1.538681336,0.7395405883,5696.0611746 +352,-0.093355215,0.630686981,50,-1.538681336,0.7395405883,4274.4436774 +353,0.40118964,0.681375926,50,-1.538681336,0.7395405883,5353.5063636 +354,-0.721197315,1.304706234,50,-1.538681336,0.7395405883,2658.3298994 +355,-1.076150317,0.212107639,50,-1.538681336,0.7395405883,2625.7189509 +356,-1.577164531,0.273993443,50,-1.538681336,0.7395405883,1848.6731259 +357,-0.190788414,0.182208586,50,-1.538681336,0.7395405883,5086.533792 +358,-0.261349752,0.209710184,50,-1.538681336,0.7395405883,4808.4389948 +359,-1.029303852,0.083549259,50,-1.538681336,0.7395405883,3156.2193075 +360,-1.268609162,0.330525297,50,-1.538681336,0.7395405883,1856.2871966 +361,1.282982244,-0.926641967,50,-1.538681336,0.7395405883,11320.24348 +362,0.217352334,0.731352408,50,-1.538681336,0.7395405883,4810.4762678 +363,-1.511833084,0.258629297,50,-1.538681336,0.7395405883,1907.0924509 +364,0.338812194,0.823184618,50,-1.538681336,0.7395405883,4836.9563847 +365,-0.324406489,1.134201999,50,-1.538681336,0.7395405883,3039.4226576 +366,1.389579348,0.399185724,50,-1.538681336,0.7395405883,7866.305579 +367,2.047152199,-0.039082036,50,-1.538681336,0.7395405883,9254.047487 +368,0.947780369,0.568250077,50,-1.538681336,0.7395405883,6742.5926598 +369,0.763824846,0.576754987,50,-1.538681336,0.7395405883,6405.1967565 +370,-0.142334657,0.928153068,50,-1.538681336,0.7395405883,3591.4089966 +371,0.610266567,0.547265983,50,-1.538681336,0.7395405883,6198.4320346 +372,0.210731629,0.746815056,50,-1.538681336,0.7395405883,4756.8768079 +373,-1.34931644,0.316895224,50,-1.538681336,0.7395405883,1791.4339719 +374,2.407696481,0.655030745,50,-1.538681336,0.7395405883,6204.5245169 +375,0.64207831,0.545359131,50,-1.538681336,0.7395405883,6270.3162349 +376,1.174597538,0.840588356,50,-1.538681336,0.7395405883,6008.5335565 +377,0.660059424,0.010604079,50,-1.538681336,0.7395405883,7968.7448117 +378,-0.730263819,0.010486456,50,-1.538681336,0.7395405883,4068.4871154 +379,0.831068936,0.512339172,50,-1.538681336,0.7395405883,6742.5848192 +380,1.301180979,0.72367476,50,-1.538681336,0.7395405883,6548.5337096 +381,1.811128231,0.322854402,50,-1.538681336,0.7395405883,8167.4086799 +382,0.435105812,0.992284428,50,-1.538681336,0.7395405883,4566.5232657 +383,0.62643634,0.592027932,50,-1.538681336,0.7395405883,6091.8987856 +384,0.492988703,-0.516339467,50,-1.538681336,0.7395405883,8863.0085467 +385,-0.162469483,0.112549365,50,-1.538681336,0.7395405883,5352.9055309 +386,0.314630866,0.472006421,50,-1.538681336,0.7395405883,5733.5041971 +387,0.166744804,0.822815954,50,-1.538681336,0.7395405883,4476.1836658 +388,0.417159608,0.965805736,50,-1.538681336,0.7395405883,4606.9910564 +389,0.106334961,0.868774244,50,-1.538681336,0.7395405883,4242.4002452 +390,0.815086969,-0.338144359,50,-1.538681336,0.7395405883,9378.4261543 +391,0.59867455,-0.230624824,50,-1.538681336,0.7395405883,8481.8152061 +392,1.915104874,0.066220985,50,-1.538681336,0.7395405883,9060.9265401 +393,1.278093622,0.064463721,50,-1.538681336,0.7395405883,9052.255679 +394,-0.061477853,0.302997961,50,-1.538681336,0.7395405883,5151.3791193 +395,0.251311504,0.626976942,50,-1.538681336,0.7395405883,5158.2747074 +396,2.950242872,0.149095644,50,-1.538681336,0.7395405883,6466.8425855 +397,-0.180294708,0.35375117,50,-1.538681336,0.7395405883,4679.7773285 +398,1.010448592,-0.351180233,50,-1.538681336,0.7395405883,9943.5611778 +399,-1.748740498,0.3686318073,50,-1.538681336,0.7395405883,1626.7002811 +400,2.699635665,0.123533791,50,-1.538681336,0.7395405883,7229.5335733 +401,0.496808033,0.823843254,50,-1.538681336,0.7395405883,5140.7473215 +402,0.129574704,0.763364087,50,-1.538681336,0.7395405883,4531.2003696 +403,1.798920311,0.817447563,50,-1.538681336,0.7395405883,6238.2848513 +404,0.335987953,0.746786541,50,-1.538681336,0.7395405883,5033.3966518 +405,-1.085413643,0.292154671,50,-1.538681336,0.7395405883,2342.6762957 +406,-0.155321003,0.508207011,50,-1.538681336,0.7395405883,4380.9701417 +407,0.620529244,-0.301175104,50,-1.538681336,0.7395405883,8729.0016527 +408,1.684402744,0.368716966,50,-1.538681336,0.7395405883,8043.9246458 +409,0.300582244,-0.386397212,50,-1.538681336,0.7395405883,8006.7079403 +410,2.913555946,-0.009225192,50,-1.538681336,0.7395405883,7004.3203514 +411,1.465101417,0.493232532,50,-1.538681336,0.7395405883,7534.9611917 +412,0.090612882,0.907955955,50,-1.538681336,0.7395405883,4126.6043776 +413,2.987564726,-0.729568594,50,-1.538681336,0.7395405883,8534.091784 +414,-1.484261606,0.224149272,50,-1.538681336,0.7395405883,2050.0181929 +415,0.164073421,0.303955133,50,-1.538681336,0.7395405883,5789.4715257 +416,0.141441293,0.167552546,50,-1.538681336,0.7395405883,6091.5207508 +417,2.931321023,-0.506718887,50,-1.538681336,0.7395405883,8214.5707496 +418,2.21951565,0.700596356,50,-1.538681336,0.7395405883,6326.0497704 +419,0.268112576,1.199114336,50,-1.538681336,0.7395405883,3842.6714702 +420,0.978913739,0.359223811,50,-1.538681336,0.7395405883,7530.3824912 +421,1.210898818,0.522863584,50,-1.538681336,0.7395405883,7243.1462808 +422,2.347397336,0.129231362,50,-1.538681336,0.7395405883,8079.3939825 +423,0.614394501,0.556878345,50,-1.538681336,0.7395405883,6177.0976833 +424,-1.398079356,0.148483366,50,-1.538681336,0.7395405883,2391.9460727 +425,2.535303836,-0.112984496,50,-1.538681336,0.7395405883,8357.5835528 +426,-1.019372593,-0.405322349,50,-1.538681336,0.7395405883,4916.3813752 +427,-1.297785627,-0.160104069,50,-1.538681336,0.7395405883,3668.9119494 +428,2.144554488,0.205051084,50,-1.538681336,0.7395405883,8216.5059895 +429,-2.242387083,-0.426171285,50,-1.538681336,0.7395405883,5285.1675326 +430,0.338637212,0.909723676,50,-1.538681336,0.7395405883,4613.040006 +431,-0.148798452,0.691042401,50,-1.538681336,0.7395405883,4000.1170722 +432,0.893524764,0.441829531,50,-1.538681336,0.7395405883,7094.6464088 +433,0.969229347,-0.368847936,50,-1.538681336,0.7395405883,9883.6841216 +434,0.436043248,0.800045688,50,-1.538681336,0.7395405883,5092.8920141 +435,1.687946607,1.081504775,50,-1.538681336,0.7395405883,5225.5575583 +436,0.522302046,-0.034889271,50,-1.538681336,0.7395405883,7727.9008949 +437,-0.178996113,-0.438090009,50,-1.538681336,0.7395405883,6801.1329293 +438,-1.094339566,0.301444068,50,-1.538681336,0.7395405883,2293.0900621 +439,-1.064070054,0.242569932,50,-1.538681336,0.7395405883,2550.4613231 +440,-1.068153768,0.230387998,50,-1.538681336,0.7395405883,2581.7643077 +441,-3.00496892,-0.23989155,50,-1.538681336,0.7395405883,6560.0773703 +442,0.21751974,0.766874888,50,-1.538681336,0.7395405883,4722.4717638 +443,0.117229532,0.007619006,50,-1.538681336,0.7395405883,6450.4751273 +444,0.777758451,0.420554741,50,-1.538681336,0.7395405883,6948.4547873 +445,-0.252356999,0.250747086,50,-1.538681336,0.7395405883,4728.8524606 +446,0.363148444,0.768483434,50,-1.538681336,0.7395405883,5032.5122608 +447,0.903191366,-0.118210676,50,-1.538681336,0.7395405883,8976.5463977 +448,-0.205755923,0.149406178,50,-1.538681336,0.7395405883,5128.8914984 +449,1.811996086,0.02364353,50,-1.538681336,0.7395405883,9329.788805 +450,-1.100670221,0.314845373,50,-1.538681336,0.7395405883,2236.0322703 +451,0.340078597,0.850105132,50,-1.538681336,0.7395405883,4769.1834686 +452,0.258757267,0.804969236,50,-1.538681336,0.7395405883,4717.5894244 +453,2.78505352,-0.155160804,50,-1.538681336,0.7395405883,7769.090352 +454,0.800551619,0.105822106,50,-1.538681336,0.7395405883,8023.9128003 +455,0.437940882,-0.506194031,50,-1.538681336,0.7395405883,8681.6827518 +456,2.230431122,0.63458615,50,-1.538681336,0.7395405883,6547.3214157 +457,0.527965361,0.127667701,50,-1.538681336,0.7395405883,7275.3571694 +458,-0.063643205,0.702093448,50,-1.538681336,0.7395405883,4197.2719182 +459,1.408447268,0.133010502,50,-1.538681336,0.7395405883,8916.8287556 +460,0.523795955,0.280266966,50,-1.538681336,0.7395405883,6813.3259559 +461,-0.975769313,0.072177659,50,-1.538681336,0.7395405883,3304.3047329 +462,0.549774164,-0.463663986,50,-1.538681336,0.7395405883,8913.367265 +463,0.29245874,1.095549818,50,-1.538681336,0.7395405883,4091.7002274 +464,0.143625958,0.816809593,50,-1.538681336,0.7395405883,4439.2894138 +465,0.671902494,0.611159853,50,-1.538681336,0.7395405883,6120.9253642 +466,1.239840988,0.6724199,50,-1.538681336,0.7395405883,6700.3561767 +467,0.607829703,-0.10932137,50,-1.538681336,0.7395405883,8175.0335387 +468,1.763020906,0.263996692,50,-1.538681336,0.7395405883,8426.1419773 +469,0.378714634,0.726066797,50,-1.538681336,0.7395405883,5180.9621555 +470,2.196736143,-0.153862366,50,-1.538681336,0.7395405883,9339.8989216 +471,0.01702415,0.148991565,50,-1.538681336,0.7395405883,5781.0806308 +472,-2.998490902,-0.158002487,50,-1.538681336,0.7395405883,6321.8943893 +473,-3.051262951,-0.346595608,50,-1.538681336,0.7395405883,6973.1127488 +474,-1.069176439,0.182802941,50,-1.538681336,0.7395405883,2738.5113273 +475,0.167157509,0.595344954,50,-1.538681336,0.7395405883,5033.3130786 +476,0.613855648,0.681746124,50,-1.538681336,0.7395405883,5787.3855141 +477,1.037012736,0.682555367,50,-1.538681336,0.7395405883,6454.9062419 +478,-1.253574971,0.379755746,50,-1.538681336,0.7395405883,1709.789542 +479,3.108590453,-0.132620738,50,-1.538681336,0.7395405883,6765.3688472 +480,0.565301296,0.022333262,50,-1.538681336,0.7395405883,7682.1717124 +481,0.547898238,0.855555614,50,-1.538681336,0.7395405883,5139.7171761 +482,0.948309381,0.417393755,50,-1.538681336,0.7395405883,7274.203841 +483,-0.050600732,0.945269213,50,-1.538681336,0.7395405883,3761.0202616 +484,-0.977651478,-0.572363064,50,-1.538681336,0.7395405883,5582.1762506 +485,1.102014914,0.728861163,50,-1.538681336,0.7395405883,6358.6732194 +486,2.927300795,-0.282939414,50,-1.538681336,0.7395405883,7685.6909939 +487,-1.154565557,0.124434095,50,-1.538681336,0.7395405883,2782.2081155 +488,1.855331234,0.291044755,50,-1.538681336,0.7395405883,8258.9062304 +489,0.830290659,0.276904518,50,-1.538681336,0.7395405883,7531.5159963 +490,0.485104466,-0.234867441,50,-1.538681336,0.7395405883,8165.7992408 +491,0.521367572,-0.33161327,50,-1.538681336,0.7395405883,8517.7772995 +1,-1.539031704,0.7349710123,51,-1.536999189,0.7395183096,18.972353638 +2,-1.536990553,0.7349663874,51,-1.536999189,0.7395183096,18.030181571 +3,-1.534951779,0.7349571355,51,-1.536999189,0.7395183096,19.038286055 +4,-1.532906461,0.7349480293,51,-1.536999189,0.7395183096,21.719918434 +5,-1.531320211,0.7346937278,51,-1.536999189,0.7395183096,25.349435781 +6,-1.539451648,0.7335131775,51,-1.536999189,0.7395183096,24.851097278 +7,-1.537429487,0.7335445708,51,-1.536999189,0.7395183096,23.695642733 +8,-1.535484998,0.7335658704,51,-1.536999189,0.7395183096,23.992592628 +9,-1.533488396,0.7336036027,51,-1.536999189,0.7395183096,25.592939211 +10,-1.531497785,0.7335842962,51,-1.536999189,0.7395183096,28.513993002 +11,-1.530259379,0.7334777758,51,-1.536999189,0.7395183096,31.042216792 +12,-1.5335454,0.7322346912,51,-1.536999189,0.7395183096,30.580634722 +13,-1.531489083,0.7322238773,51,-1.536999189,0.7395183096,33.114137088 +14,-1.530011122,0.7321679851,51,-1.536999189,0.7395183096,35.61802611 +15,-1.53348106,0.7306614094,51,-1.536999189,0.7395183096,36.573302811 +16,-1.531441779,0.7306962275,51,-1.536999189,0.7395183096,38.570814955 +17,-1.529755654,0.7306933243,51,-1.536999189,0.7395183096,40.924701917 +18,-1.533415048,0.7291384674,51,-1.536999189,0.7395183096,42.443522723 +19,-1.531392093,0.7291705353,51,-1.536999189,0.7395183096,44.1785513 +20,-1.529296523,0.7291214933,51,-1.536999189,0.7395183096,46.99814502 +21,-1.535280942,0.727267644,51,-1.536999189,0.7395183096,48.787587842 +22,-1.533378158,0.7276139666,51,-1.536999189,0.7395183096,48.341634601 +23,-1.531340368,0.7276446587,51,-1.536999189,0.7395183096,49.891353191 +24,-1.528960113,0.7276398177,51,-1.536999189,0.7395183096,52.660943041 +25,-1.533313146,0.7260818349,51,-1.536999189,0.7395183096,54.317030619 +26,-1.531259555,0.7260958115,51,-1.536999189,0.7395183096,55.787353817 +27,-1.528926415,0.7260865555,51,-1.536999189,0.7395183096,58.270637617 +28,-1.531226779,0.7245511789,51,-1.536999189,0.7395183096,61.675821927 +29,-1.528904772,0.7245519194,51,-1.536999189,0.7395183096,63.898667019 +30,-1.547195875,0.7409785979,51,-1.536999189,0.7395183096,30.375042205 +31,-1.5451475,0.740980426,51,-1.536999189,0.7395183096,24.522632654 +32,-1.543097679,0.7409798872,51,-1.536999189,0.7395183096,18.75057292 +33,-1.540720364,0.7409892687,51,-1.536999189,0.7395183096,12.343808354 +34,-1.547188511,0.7395198392,51,-1.536999189,0.7395183096,29.817546199 +35,-1.545148587,0.7395226109,51,-1.536999189,0.7395183096,23.848001272 +36,-1.543104538,0.7395314908,51,-1.536999189,0.7395183096,17.866406769 +37,-1.540727751,0.7395306258,51,-1.536999189,0.7395183096,10.91116033 +38,-1.547187029,0.7380014886,51,-1.536999189,0.7395183096,30.432802701 +39,-1.545147315,0.7380012252,51,-1.536999189,0.7395183096,24.605856958 +40,-1.54310719,0.7380060743,51,-1.536999189,0.7395183096,18.862850447 +41,-1.540719671,0.7380068206,51,-1.536999189,0.7395183096,12.43159484 +42,-1.547187189,0.7364799098,51,-1.536999189,0.7395183096,32.189456279 +43,-1.545149996,0.7364853874,51,-1.536999189,0.7395183096,26.736117566 +44,-1.543106091,0.7364823484,51,-1.536999189,0.7395183096,21.560768373 +45,-1.540717158,0.7364893901,51,-1.536999189,0.7395183096,16.206318548 +46,-1.538663972,0.7410138672,51,-1.536999189,0.7395183096,7.6677392077 +47,-1.53695285,0.7409699132,51,-1.536999189,0.7395183096,5.7513986224 +48,-1.534910498,0.7409641297,51,-1.536999189,0.7395183096,8.3730371791 +49,-1.533145034,0.7409536636,51,-1.536999189,0.7395183096,12.623999243 +50,-1.538681336,0.7395405883,51,-1.536999189,0.7395183096,4.9233078958 +51,-1.536999189,0.7395183096,51,-1.536999189,0.7395183096,2.9877721872 +52,-1.534923633,0.7395144222,51,-1.536999189,0.7395183096,6.0738542065 +53,-1.533267822,0.7395654306,51,-1.536999189,0.7395183096,10.9206817 +54,-1.53867273,0.7380151077,51,-1.536999189,0.7395183096,7.711647651 +55,-1.536980576,0.7379994392,51,-1.536999189,0.7395183096,6.0164923176 +56,-1.534931522,0.7379944961,51,-1.536999189,0.7395183096,8.5494728775 +57,-1.533387952,0.7379480264,51,-1.536999189,0.7395183096,12.268857466 +58,-1.538682279,0.7364914363,51,-1.536999189,0.7395183096,12.964278825 +59,-1.536980704,0.7364810563,51,-1.536999189,0.7395183096,12.030681905 +60,-1.534935567,0.7364752065,51,-1.536999189,0.7395183096,13.485617347 +61,-1.533042592,0.7363876366,51,-1.536999189,0.7395183096,16.976957904 +62,-1.545143426,0.7349628011,51,-1.536999189,0.7395183096,29.932669902 +63,-1.543105297,0.7349691947,51,-1.536999189,0.7395183096,25.402710149 +64,-1.541064533,0.7349647152,51,-1.536999189,0.7395183096,21.620430856 +65,-1.545411803,0.7334624714,51,-1.536999189,0.7395183096,34.420720855 +66,-1.543446606,0.7334780896,51,-1.536999189,0.7395183096,30.501773368 +67,-1.541475327,0.7334957295,51,-1.536999189,0.7395183096,27.232347945 +68,-1.545401939,0.731963266,51,-1.536999189,0.7395183096,38.785735072 +69,-1.54342253,0.7319915583,51,-1.536999189,0.7395183096,35.278729258 +70,-1.541455867,0.7320216438,51,-1.536999189,0.7395183096,32.449970073 +71,-1.545410146,0.7304422281,51,-1.536999189,0.7395183096,43.626249681 +72,-1.543435491,0.7304713664,51,-1.536999189,0.7395183096,40.519321028 +73,-1.541463105,0.7304997613,51,-1.536999189,0.7395183096,38.054389665 +74,-1.545414768,0.7289194936,51,-1.536999189,0.7395183096,48.732021544 +75,-1.543435774,0.7289538557,51,-1.536999189,0.7395183096,45.926707705 +76,-1.541457714,0.7289765881,51,-1.536999189,0.7395183096,43.76533628 +77,-1.539449415,0.7320555866,51,-1.536999189,0.7395183096,30.42278574 +78,-1.537429183,0.7321097681,51,-1.536999189,0.7395183096,29.372380317 +79,-1.535472649,0.7321497267,51,-1.536999189,0.7395183096,29.52910673 +80,-1.539457899,0.7305333307,51,-1.536999189,0.7395183096,36.315348759 +81,-1.537453161,0.7305750503,51,-1.536999189,0.7395183096,35.449354059 +82,-1.535479385,0.7306124949,51,-1.536999189,0.7395183096,35.557442694 +83,-1.53946905,0.7290102593,51,-1.536999189,0.7395183096,42.251172562 +84,-1.537459922,0.7290417293,51,-1.536999189,0.7395183096,41.519839624 +85,-1.535451349,0.7290890157,51,-1.536999189,0.7395183096,41.560353844 +86,-1.535522937,0.7279887191,51,-1.536999189,0.7395183096,45.874710989 +87,-1.539442524,0.7274735939,51,-1.536999189,0.7395183096,48.247723443 +88,-1.537424111,0.727521351,51,-1.536999189,0.7395183096,47.536396362 +89,-1.539384641,0.7259505092,51,-1.536999189,0.7395183096,54.199067258 +90,-1.537372391,0.7259947145,51,-1.536999189,0.7395183096,53.578228534 +91,-1.535340789,0.7260435356,51,-1.536999189,0.7395183096,53.59645004 +92,-1.539325716,0.7244369706,51,-1.536999189,0.7395183096,60.129174057 +93,-1.537308932,0.7244801057,51,-1.536999189,0.7395183096,59.573315462 +94,-1.535289068,0.7245247645,51,-1.536999189,0.7395183096,59.602764943 +95,-1.533261366,0.7245550236,51,-1.536999189,0.7395183096,60.283922424 +96,-1.539267302,0.722921924,51,-1.536999189,0.7395183096,66.077520593 +97,-1.537248972,0.7229660258,51,-1.536999189,0.7395183096,65.56773158 +98,-1.535219431,0.7229916471,51,-1.536999189,0.7395183096,65.672062753 +99,-1.53318962,0.7230212049,51,-1.536999189,0.7395183096,66.303196103 +100,-1.531154816,0.7230299897,51,-1.536999189,0.7395183096,67.544823039 +101,-1.528878341,0.7230370244,51,-1.536999189,0.7395183096,69.534012089 +102,-1.539218189,0.7214009878,51,-1.536999189,0.7395183096,72.060708745 +103,-1.537198791,0.7214422745,51,-1.536999189,0.7395183096,71.601596475 +104,-1.535179266,0.7214634354,51,-1.536999189,0.7395183096,71.71662239 +105,-1.533156501,0.7214944644,51,-1.536999189,0.7395183096,72.286923759 +106,-1.53113574,0.7215166021,51,-1.536999189,0.7395183096,73.372938025 +107,-1.528874248,0.7215345535,51,-1.536999189,0.7395183096,75.158285153 +108,-1.539217656,0.7198512397,51,-1.536999189,0.7395183096,78.176109335 +109,-1.537199919,0.7199428763,51,-1.536999189,0.7395183096,77.540555703 +110,-1.545425832,0.727397149,51,-1.536999189,0.7395183096,54.036302605 +111,-1.543371177,0.7273916949,51,-1.536999189,0.7395183096,51.563052048 +112,-1.541368852,0.7274523163,51,-1.536999189,0.7395183096,49.492558986 +113,-1.545349067,0.7258710923,51,-1.536999189,0.7395183096,59.384931541 +114,-1.54332671,0.7258603556,51,-1.536999189,0.7395183096,57.217419886 +115,-1.541346831,0.7259242142,51,-1.536999189,0.7395183096,55.346910475 +116,-1.545324355,0.7243383958,51,-1.536999189,0.7395183096,64.938683451 +117,-1.543292796,0.7243617413,51,-1.536999189,0.7395183096,62.833777817 +118,-1.541295822,0.7244024384,51,-1.536999189,0.7395183096,61.197649426 +119,-1.543193859,0.7205570215,51,-1.536999189,0.7395183096,77.298919519 +120,-1.550257047,0.7386738187,51,-1.536999189,0.7395183096,38.955953963 +121,-1.549335448,0.7311736483,51,-1.536999189,0.7395183096,49.047231951 +122,-1.533478843,0.7179891343,51,-1.536999189,0.7395183096,85.909094014 +123,-1.556150555,0.738907041,51,-1.536999189,0.7395183096,56.111286268 +124,-1.554324226,0.733414257,51,-1.536999189,0.7395183096,56.296120148 +125,-1.554290846,0.7288285332,51,-1.536999189,0.7395183096,66.168177394 +126,-1.55122487,0.7219795312,51,-1.536999189,0.7395183096,81.158990939 +127,-1.525104458,0.7229399862,51,-1.536999189,0.7395183096,74.444218929 +128,-1.519607711,0.7236181429,51,-1.536999189,0.7395183096,81.203714347 +129,-1.513899999,0.7251107854,51,-1.536999189,0.7395183096,88.801565145 +130,-1.536620762,0.7431061895,51,-1.536999189,0.7395183096,14.254532996 +131,-1.5369566,0.7460845958,51,-1.536999189,0.7395183096,26.009356699 +132,-1.545345528,0.7447040685,51,-1.536999189,0.7395183096,31.869205248 +133,-1.532813921,0.7432306626,51,-1.536999189,0.7395183096,19.12383787 +134,-1.554788248,0.7382381001,51,-1.536999189,0.7395183096,52.333510118 +135,-1.540348126,0.7301594274,51,-1.536999189,0.7395183096,38.354729718 +136,-1.538016084,0.7239051786,51,-1.536999189,0.7395183096,61.916178153 +137,-1.525288962,0.7258085137,51,-1.536999189,0.7395183096,64.32654741 +138,-1.534326986,0.731241342,51,-1.536999189,0.7395183096,33.711581794 +139,-1.530733872,0.7303625216,51,-1.536999189,0.7395183096,40.671643703 +141,-1.534354939,0.7328219978,51,-1.536999189,0.7395183096,27.636376881 +142,-1.53157084,0.7292888153,51,-1.536999189,0.7395183096,43.54859509 +143,-1.525691035,0.7263799874,51,-1.536999189,0.7395183096,61.776802748 +144,-1.534031287,0.7495967835,51,-1.536999189,0.7395183096,40.846161051 +145,-1.527714986,0.7283095957,51,-1.536999189,0.7395183096,52.123138345 +146,-1.526189586,0.7271468292,51,-1.536999189,0.7395183096,58.422658266 +147,-1.555177336,0.7375563366,51,-1.536999189,0.7395183096,53.807186769 +148,-1.555080283,0.7312707794,51,-1.536999189,0.7395183096,62.352638739 +149,-1.53856994,0.7224180299,51,-1.536999189,0.7395183096,67.892407145 +150,-1.530837883,0.729933372,51,-1.536999189,0.7395183096,42.063434258 +151,-1.515066984,0.5854133365,51,-1.536999189,0.7395183096,614.2196089 +152,-1.534731633,0.5368370046,51,-1.536999189,0.7395183096,802.8527655 +153,-1.515231902,0.5607085576,51,-1.536999189,0.7395183096,711.55877956 +154,-2.616253799,1.0684566605,51,-1.536999189,0.7395183096,2811.0777821 +155,-1.956071439,0.5792177723,51,-1.536999189,0.7395183096,1450.716543 +156,-1.951208514,0.5602434208,51,-1.536999189,0.7395183096,1479.5194424 +157,-1.944675062,0.6062144545,51,-1.536999189,0.7395183096,1363.1002914 +158,-1.613778386,0.6077989518,51,-1.536999189,0.7395183096,573.11289382 +159,-2.035029014,0.6021432345,51,-1.536999189,0.7395183096,1628.9970904 +160,-2.114989471,0.6801825058,51,-1.536999189,0.7395183096,1741.0962467 +161,-2.037382079,0.5765830025,51,-1.536999189,0.7395183096,1685.5052456 +162,-2.129855121,0.6585019963,51,-1.536999189,0.7395183096,1813.5430125 +163,-2.075141798,0.6493615843,51,-1.536999189,0.7395183096,1666.6992433 +164,-1.828626729,0.6948433129,51,-1.536999189,0.7395183096,886.83984414 +165,-1.863329418,0.6735427691,51,-1.536999189,0.7395183096,1014.9725577 +166,-1.266037071,0.727988852,51,-1.536999189,0.7395183096,797.28558012 +167,-1.277579582,0.7249010648,51,-1.536999189,0.7395183096,765.40494971 +168,-1.258418684,0.7241194816,51,-1.536999189,0.7395183096,821.97686182 +169,-1.317813974,0.6804850104,51,-1.536999189,0.7395183096,697.8737664 +170,-1.344165204,0.6790988904,51,-1.536999189,0.7395183096,626.44379939 +171,-1.427582102,0.5277120351,51,-1.536999189,0.7395183096,908.08259181 +172,-1.402238616,0.457167829,51,-1.536999189,0.7395183096,1200.8836569 +173,-1.422454264,0.4996161999,51,-1.536999189,0.7395183096,1018.6817197 +174,-1.439089277,0.4894859811,51,-1.536999189,0.7395183096,1039.1927119 +175,-1.448126995,0.5182330266,51,-1.536999189,0.7395183096,921.10586849 +176,-1.474626146,0.5881926574,51,-1.536999189,0.7395183096,630.02915734 +177,-1.421139645,0.5584869783,51,-1.536999189,0.7395183096,804.24179237 +178,-1.457037165,0.565943032,51,-1.536999189,0.7395183096,731.82030242 +179,-2.757159358,0.3745319,51,-1.536999189,0.7395183096,4226.4960827 +180,-2.714309238,0.342054471,51,-1.536999189,0.7395183096,4180.3305221 +181,-2.000525337,0.774119946,51,-1.536999189,0.7395183096,1335.9479048 +183,-1.571413436,0.6777838382,51,-1.536999189,0.7395183096,265.50904938 +184,-1.552860289,0.6987663893,51,-1.536999189,0.7395183096,168.19375446 +185,-1.521852374,0.7165827476,51,-1.536999189,0.7395183096,101.28557949 +186,-1.503656267,0.6928968252,51,-1.536999189,0.7395183096,209.81021749 +187,-1.502753178,0.7136205882,51,-1.536999189,0.7395183096,144.22444109 +188,-1.631894563,0.7343596465,51,-1.536999189,0.7395183096,279.05137099 +189,-1.653765416,0.6770714026,51,-1.536999189,0.7395183096,429.39720182 +190,-1.719812114,0.6715965947,51,-1.536999189,0.7395183096,612.79451416 +191,-1.493406659,0.6646955447,51,-1.536999189,0.7395183096,324.32944345 +192,-1.469120564,0.6613469966,51,-1.536999189,0.7395183096,371.56162042 +193,-1.590551461,0.5326612937,51,-1.536999189,0.7395183096,836.77436547 +194,-1.625979264,0.5247742243,51,-1.536999189,0.7395183096,896.40504908 +195,-1.572293943,0.5238808754,51,-1.536999189,0.7395183096,861.48409748 +196,-1.610848725,0.5477107964,51,-1.536999189,0.7395183096,794.67703424 +197,-1.208485554,0.7918526018,51,-1.536999189,0.7395183096,958.32358916 +198,-1.335601374,0.6869083083,51,-1.536999189,0.7395183096,637.64836231 +199,-1.346156996,0.6825213377,51,-1.536999189,0.7395183096,615.07364131 +200,-1.324381037,0.6741422347,51,-1.536999189,0.7395183096,689.97781008 +201,-1.242424992,0.7378949807,51,-1.536999189,0.7395183096,861.27170035 +202,-1.270370057,0.7392461008,51,-1.536999189,0.7395183096,779.29728064 +203,-1.448950472,0.7441675014,51,-1.536999189,0.7395183096,257.73518624 +204,-1.492662363,0.7523026852,51,-1.536999189,0.7395183096,138.56302037 +205,-1.479098966,0.7763855017,51,-1.536999189,0.7395183096,221.47627018 +206,-1.633760714,0.7869022408,51,-1.536999189,0.7395183096,334.44203628 +207,-1.647406434,0.8101289331,51,-1.536999189,0.7395183096,419.12754423 +208,-1.564245052,0.5701509278,51,-1.536999189,0.7395183096,676.26690263 +209,-1.646289963,0.6833746083,51,-1.536999189,0.7395183096,396.01534173 +210,-1.5820631,0.6751952144,51,-1.536999189,0.7395183096,288.61812992 +211,-1.613236298,0.6681681791,51,-1.536999189,0.7395183096,364.40290913 +212,-1.914661867,0.8212566515,51,-1.536999189,0.7395183096,1107.1446659 +213,-1.742133237,0.7250275956,51,-1.536999189,0.7395183096,606.4773721 +214,-2.033144872,0.6557314699,51,-1.536999189,0.7395183096,1534.5766363 +215,-2.039551981,0.6964723658,51,-1.536999189,0.7395183096,1501.5935461 +216,-1.247341019,0.7622473908,51,-1.536999189,0.7395183096,842.19226769 +217,-1.298239787,0.7084123392,51,-1.536999189,0.7395183096,718.33337423 +218,-1.308539688,0.6926545592,51,-1.536999189,0.7395183096,706.63135706 +219,-1.303263185,0.6888938396,51,-1.536999189,0.7395183096,726.84745108 +220,-1.852400229,0.6004246149,51,-1.536999189,0.7395183096,1120.2405143 +221,-1.288947707,0.7473773692,51,-1.536999189,0.7395183096,723.09221315 +222,-1.372031502,0.7472790993,51,-1.536999189,0.7395183096,481.76970178 +223,-1.289805721,0.7242157877,51,-1.536999189,0.7395183096,730.07021038 +224,-1.350807603,0.7533498126,51,-1.536999189,0.7395183096,543.80355322 +225,-1.329290365,0.7560442322,51,-1.536999189,0.7395183096,606.24584046 +226,-1.410153004,0.616936428,51,-1.536999189,0.7395183096,623.04020025 +227,-1.393445434,0.6308995063,51,-1.536999189,0.7395183096,615.0113109 +228,-1.37595573,0.6241540638,51,-1.536999189,0.7395183096,673.11397283 +229,-1.358388707,0.6172645205,51,-1.536999189,0.7395183096,732.44407165 +230,-1.753741133,0.8281661666,51,-1.536999189,0.7395183096,700.9132741 +231,-1.47430987,0.6834615681,51,-1.536999189,0.7395183096,290.92488945 +232,-1.421012508,0.7222725206,51,-1.536999189,0.7395183096,348.73187639 +233,-1.4476833,0.6978557868,51,-1.536999189,0.7395183096,313.18391026 +234,-1.470370723,0.6966193374,51,-1.536999189,0.7395183096,261.4356199 +235,-1.429211703,0.7037216883,51,-1.536999189,0.7395183096,350.37174739 +236,-1.700578405,0.6178673663,51,-1.536999189,0.7395183096,696.71177067 +237,-1.678117619,0.6331716163,51,-1.536999189,0.7395183096,603.12276727 +238,-1.725644578,0.6316331145,51,-1.536999189,0.7395183096,718.17601295 +239,-2.14012759,0.7930497945,51,-1.536999189,0.7395183096,1720.8261323 +240,-2.103289431,0.7653606263,51,-1.536999189,0.7395183096,1630.1732418 +241,-1.318739838,0.7017808746,51,-1.536999189,0.7395183096,665.88817201 +242,-1.396417427,0.7077900843,51,-1.536999189,0.7395183096,435.60782055 +243,-1.35650337,0.7185539404,51,-1.536999189,0.7395183096,539.29389355 +244,-1.248884539,0.7274156818,51,-1.536999189,0.7395183096,847.78497755 +245,-1.395014798,0.5761185243,51,-1.536999189,0.7395183096,784.60753024 +246,-1.433377362,0.6064716109,51,-1.536999189,0.7395183096,616.6513773 +247,-1.408172432,0.5903155476,51,-1.536999189,0.7395183096,713.86145337 +248,-1.749645898,0.7757118084,51,-1.536999189,0.7395183096,627.82553356 +249,-1.571626686,0.615046989,51,-1.536999189,0.7395183096,504.44039736 +250,-1.514070049,0.6303003037,51,-1.536999189,0.7395183096,438.27664048 +251,-1.480890369,0.6237966528,51,-1.536999189,0.7395183096,489.68204538 +252,-1.704390658,0.5281680612,51,-1.536999189,0.7395183096,991.5785361 +253,-1.64434733,0.5254277498,51,-1.536999189,0.7395183096,914.07302756 +254,-1.703855997,0.4792484842,51,-1.536999189,0.7395183096,1162.8445713 +255,-1.692002383,0.5748825051,51,-1.536999189,0.7395183096,812.32546441 +256,-1.854136457,0.5544643913,51,-1.536999189,0.7395183096,1237.3503278 +257,-1.665021206,0.520317736,51,-1.536999189,0.7395183096,959.13904025 +258,-1.733654349,0.4845187345,51,-1.536999189,0.7395183096,1191.9652507 +259,-1.720938188,0.5135933906,51,-1.536999189,0.7395183096,1070.0411709 +260,-1.742668307,0.553296122,51,-1.536999189,0.7395183096,981.3890508 +261,-1.965659039,0.7142126903,51,-1.536999189,0.7395183096,1268.3135524 +262,-1.944438071,0.6772834804,51,-1.536999189,0.7395183096,1245.9490133 +263,-1.270340967,0.7681487096,51,-1.536999189,0.7395183096,777.21810604 +264,-1.353091884,0.6549276821,51,-1.536999189,0.7395183096,650.53791747 +265,-1.333236659,0.6413584414,51,-1.536999189,0.7395183096,732.71876128 +266,-1.352015998,0.6753788907,51,-1.536999189,0.7395183096,611.51367953 +267,-1.377988483,0.6577816235,51,-1.536999189,0.7395183096,580.34808053 +268,-2.13075611,0.8318642051,51,-1.536999189,0.7395183096,1687.8623653 +269,-2.097910953,0.8259670014,51,-1.536999189,0.7395183096,1599.9002585 +270,-1.416382069,0.6694271549,51,-1.536999189,0.7395183096,457.5592895 +271,-1.538905672,0.7535625993,51,-1.536999189,0.7395183096,55.904907729 +272,-1.572309477,0.7803125099,51,-1.536999189,0.7395183096,190.74443071 +273,-1.87759879,0.7503853417,51,-1.536999189,0.7395183096,990.46496908 +274,1.152365588,0.590457682,51,-1.536999189,0.7395183096,6925.9585307 +275,0.350198001,0.718001859,51,-1.536999189,0.7395183096,5138.0105485 +276,0.046513677,0.491503852,51,-1.536999189,0.7395183096,4974.3560172 +277,0.027510309,0.742571376,51,-1.536999189,0.7395183096,4332.4905504 +278,0.306285725,-0.214631579,51,-1.536999189,0.7395183096,7586.8318961 +279,-1.100564889,0.318051531,51,-1.536999189,0.7395183096,2222.2064821 +280,-1.078582306,0.301437596,51,-1.536999189,0.7395183096,2324.2238956 +281,-1.137371989,-0.617634065,51,-1.536999189,0.7395183096,5567.104901 +282,0.784356344,0.703272339,51,-1.536999189,0.7395183096,6017.8044148 +283,-1.221209947,0.218327455,51,-1.536999189,0.7395183096,2332.5634377 +284,2.347301921,-0.449114658,51,-1.536999189,0.7395183096,9783.8154274 +285,0.246820618,0.830553713,51,-1.536999189,0.7395183096,4625.4655402 +286,0.829414965,0.703288228,51,-1.536999189,0.7395183096,6089.7953616 +287,-1.337537566,0.42332223,51,-1.536999189,0.7395183096,1412.7059446 +288,0.882453706,0.454478077,51,-1.536999189,0.7395183096,7028.633826 +289,1.575629659,0.416419109,51,-1.536999189,0.7395183096,7863.9539356 +290,-1.039455679,0.229888244,51,-1.536999189,0.7395183096,2641.8116169 +291,0.489558039,0.934482747,51,-1.536999189,0.7395183096,4810.6289253 +292,0.081344504,0.88384514,51,-1.536999189,0.7395183096,4153.4177447 +293,-1.547979814,0.300350308,51,-1.536999189,0.7395183096,1739.9407605 +294,0.040776181,0.168560074,51,-1.536999189,0.7395183096,5793.3881935 +295,-1.130374745,0.563894876,51,-1.536999189,0.7395183096,1450.4174518 +296,1.578326642,0.478507176,51,-1.536999189,0.7395183096,7618.2947142 +297,-1.12861823,-0.291640865,51,-1.536999189,0.7395183096,4348.0304925 +298,0.310524208,0.770885792,51,-1.536999189,0.7395183096,4911.6483216 +299,0.415649091,-0.387246002,51,-1.536999189,0.7395183096,8339.128903 +300,-0.926533878,-0.188022748,51,-1.536999189,0.7395183096,4289.6065758 +301,1.258856172,-0.11716081,51,-1.536999189,0.7395183096,9697.3611884 +302,-1.126050026,0.322941926,51,-1.536999189,0.7395183096,2150.9264156 +303,2.002785835,0.07893892,51,-1.536999189,0.7395183096,8899.8141638 +304,0.440437607,0.746258085,51,-1.536999189,0.7395183096,5249.7582148 +305,-0.030391866,0.214441206,51,-1.536999189,0.7395183096,5465.8680933 +306,0.521557815,-0.058929362,51,-1.536999189,0.7395183096,7788.737568 +307,-0.097005111,0.13317729,51,-1.536999189,0.7395183096,5484.9153621 +308,1.83113859,0.221857587,51,-1.536999189,0.7395183096,8547.5632114 +309,0.222428864,0.099404236,51,-1.536999189,0.7395183096,6503.2711631 +310,-1.702731345,0.8728568183,51,-1.536999189,0.7395183096,695.63787921 +311,-0.418507569,0.278324921,51,-1.536999189,0.7395183096,4167.9706494 +312,-1.41153306,0.339029988,51,-1.536999189,0.7395183096,1641.0852536 +313,0.357560442,0.114788776,51,-1.536999189,0.7395183096,6843.5787207 +314,0.325818979,0.268352149,51,-1.536999189,0.7395183096,6326.4663245 +315,-1.246004659,-0.663679965,51,-1.536999189,0.7395183096,5656.1622955 +316,1.814603087,0.637404484,51,-1.536999189,0.7395183096,6937.2673089 +317,1.843704281,-0.18300445,51,-1.536999189,0.7395183096,10089.0669 +318,1.690644492,-0.211480909,51,-1.536999189,0.7395183096,10331.375059 +319,-1.275451936,0.068109467,51,-1.536999189,0.7395183096,2815.24491 +320,0.762430171,-0.207594741,51,-1.536999189,0.7395183096,8872.1568087 +321,0.265668905,-0.014647884,51,-1.536999189,0.7395183096,6937.3117108 +322,-2.773032013,-0.335515811,51,-1.536999189,0.7395183096,6193.0216597 +323,-1.469512853,0.174058777,51,-1.536999189,0.7395183096,2252.0002017 +324,0.286276986,0.785925691,51,-1.536999189,0.7395183096,4820.9567086 +325,-1.379324697,0.377432233,51,-1.536999189,0.7395183096,1526.6516344 +326,-1.203778265,0.212813032,51,-1.536999189,0.7395183096,2380.7296676 +327,0.579916301,0.611743168,51,-1.536999189,0.7395183096,5932.8628526 +328,0.267582642,0.868113908,51,-1.536999189,0.7395183096,4576.002481 +329,0.412869244,-0.050245578,51,-1.536999189,0.7395183096,7457.4938067 +330,0.17524381,0.976660285,51,-1.536999189,0.7395183096,4147.3155491 +331,0.743157214,0.204812899,51,-1.536999189,0.7395183096,7571.1850605 +332,-1.070758176,0.269382282,51,-1.536999189,0.7395183096,2444.778191 +333,-1.230364251,0.329790229,51,-1.536999189,0.7395183096,1921.5088045 +334,-1.374813124,-0.024926835,51,-1.536999189,0.7395183096,3083.0382068 +335,0.519780566,0.463669906,51,-1.536999189,0.7395183096,6250.5833395 +336,-1.55108034,0.239698561,51,-1.536999189,0.7395183096,1980.3739632 +337,0.180294813,0.029739425,51,-1.536999189,0.7395183096,6569.9801891 +338,0.67820924,0.268170153,51,-1.536999189,0.7395183096,7220.2588811 +339,0.445798684,1.024001867,51,-1.536999189,0.7395183096,4496.9929746 +340,0.691751283,0.150521402,51,-1.536999189,0.7395183096,7619.694934 +341,-1.036643551,-0.903056181,51,-1.536999189,0.7395183096,6729.5160125 +342,-0.120287036,1.083325163,51,-1.536999189,0.7395183096,3426.7753497 +343,2.823513113,-0.304487164,51,-1.536999189,0.7395183096,8048.4904306 +344,0.457583172,1.12513373,51,-1.536999189,0.7395183096,4251.6871984 +345,0.042918831,0.813795399,51,-1.536999189,0.7395183096,4215.0757128 +346,1.196146777,-0.853142756,51,-1.536999189,0.7395183096,11232.300703 +347,0.206001358,-0.010430701,51,-1.536999189,0.7395183096,6752.772961 +348,-0.268308653,0.234799412,51,-1.536999189,0.7395183096,4718.2324276 +349,0.759363263,0.736189579,51,-1.536999189,0.7395183096,5867.9497036 +350,0.181363926,0.891988372,51,-1.536999189,0.7395183096,4344.9245328 +351,-0.021111158,0.139103292,51,-1.536999189,0.7395183096,5691.1556155 +352,-0.093355215,0.630686981,51,-1.536999189,0.7395183096,4270.0053016 +353,0.40118964,0.681375926,51,-1.536999189,0.7395183096,5349.9105735 +354,-0.721197315,1.304706234,51,-1.536999189,0.7395183096,2656.8963836 +355,-1.076150317,0.212107639,51,-1.536999189,0.7395183096,2622.1712869 +356,-1.577164531,0.273993443,51,-1.536999189,0.7395183096,1848.9992094 +357,-0.190788414,0.182208586,51,-1.536999189,0.7395183096,5081.6105269 +358,-0.261349752,0.209710184,51,-1.536999189,0.7395183096,4803.5168808 +359,-1.029303852,0.083549259,51,-1.536999189,0.7395183096,3152.8133171 +360,-1.268609162,0.330525297,51,-1.536999189,0.7395183096,1853.4700509 +361,1.282982244,-0.926641967,51,-1.536999189,0.7395183096,11316.85311 +362,0.217352334,0.731352408,51,-1.536999189,0.7395183096,4806.6877209 +363,-1.511833084,0.258629297,51,-1.536999189,0.7395183096,1906.7370818 +364,0.338812194,0.823184618,51,-1.536999189,0.7395183096,4833.6227347 +365,-0.324406489,1.134201999,51,-1.536999189,0.7395183096,3036.6851894 +366,1.389579348,0.399185724,51,-1.536999189,0.7395183096,7865.3383838 +367,2.047152199,-0.039082036,51,-1.536999189,0.7395183096,9257.0461156 +368,0.947780369,0.568250077,51,-1.536999189,0.7395183096,6740.1156541 +369,0.763824846,0.576754987,51,-1.536999189,0.7395183096,6402.1900477 +370,-0.142334657,0.928153068,51,-1.536999189,0.7395183096,3587.7771408 +371,0.610266567,0.547265983,51,-1.536999189,0.7395183096,6194.9712821 +372,0.210731629,0.746815056,51,-1.536999189,0.7395183096,4753.1185293 +373,-1.34931644,0.316895224,51,-1.536999189,0.7395183096,1789.3464101 +374,2.407696481,0.655030745,51,-1.536999189,0.7395183096,6207.4080292 +375,0.64207831,0.545359131,51,-1.536999189,0.7395183096,6266.9273368 +376,1.174597538,0.840588356,51,-1.536999189,0.7395183096,6007.250081 +377,0.660059424,0.010604079,51,-1.536999189,0.7395183096,7964.3779283 +378,-0.730263819,0.010486456,51,-1.536999189,0.7395183096,4064.2824245 +379,0.831068936,0.512339172,51,-1.536999189,0.7395183096,6739.6335807 +380,1.301180979,0.72367476,51,-1.536999189,0.7395183096,6547.5167965 +381,1.811128231,0.322854402,51,-1.536999189,0.7395183096,8168.5848201 +382,0.435105812,0.992284428,51,-1.536999189,0.7395183096,4563.8864821 +383,0.62643634,0.592027932,51,-1.536999189,0.7395183096,6088.574669 +384,0.492988703,-0.516339467,51,-1.536999189,0.7395183096,8858.1180005 +385,-0.162469483,0.112549365,51,-1.536999189,0.7395183096,5347.9844862 +386,0.314630866,0.472006421,51,-1.536999189,0.7395183096,5729.3049058 +387,0.166744804,0.822815954,51,-1.536999189,0.7395183096,4472.5729303 +388,0.417159608,0.965805736,51,-1.536999189,0.7395183096,4604.2355147 +389,0.106334961,0.868774244,51,-1.536999189,0.7395183096,4238.8473322 +390,0.815086969,-0.338144359,51,-1.536999189,0.7395183096,9373.7412079 +391,0.59867455,-0.230624824,51,-1.536999189,0.7395183096,8477.0292836 +392,1.915104874,0.066220985,51,-1.536999189,0.7395183096,9063.0033973 +393,1.278093622,0.064463721,51,-1.536999189,0.7395183096,9050.25559 +394,-0.061477853,0.302997961,51,-1.536999189,0.7395183096,5146.539396 +395,0.251311504,0.626976942,51,-1.536999189,0.7395183096,5154.2883706 +396,2.950242872,0.149095644,51,-1.536999189,0.7395183096,6471.6206199 +397,-0.180294708,0.35375117,51,-1.536999189,0.7395183096,4674.909565 +398,1.010448592,-0.351180233,51,-1.536999189,0.7395183096,9939.2258411 +399,-1.748740498,0.3686318073,51,-1.536999189,0.7395183096,1629.0294296 +400,2.699635665,0.123533791,51,-1.536999189,0.7395183096,7234.0592808 +401,0.496808033,0.823843254,51,-1.536999189,0.7395183096,5137.7094492 +402,0.129574704,0.763364087,51,-1.536999189,0.7395183096,4527.3646683 +403,1.798920311,0.817447563,51,-1.536999189,0.7395183096,6239.0253715 +404,0.335987953,0.746786541,51,-1.536999189,0.7395183096,5029.8469762 +405,-1.085413643,0.292154671,51,-1.536999189,0.7395183096,2338.9194988 +406,-0.155321003,0.508207011,51,-1.536999189,0.7395183096,4376.2676681 +407,0.620529244,-0.301175104,51,-1.536999189,0.7395183096,8724.166362 +408,1.684402744,0.368716966,51,-1.536999189,0.7395183096,8044.4254229 +409,0.300582244,-0.386397212,51,-1.536999189,0.7395183096,8001.8134623 +410,2.913555946,-0.009225192,51,-1.536999189,0.7395183096,7009.1859021 +411,1.465101417,0.493232532,51,-1.536999189,0.7395183096,7534.4149798 +412,0.090612882,0.907955955,51,-1.536999189,0.7395183096,4123.1626186 +413,2.987564726,-0.729568594,51,-1.536999189,0.7395183096,8538.3722267 +414,-1.484261606,0.224149272,51,-1.536999189,0.7395183096,2049.4108764 +415,0.164073421,0.303955133,51,-1.536999189,0.7395183096,5784.8138731 +416,0.141441293,0.167552546,51,-1.536999189,0.7395183096,6086.7102203 +417,2.931321023,-0.506718887,51,-1.536999189,0.7395183096,8219.3184882 +418,2.21951565,0.700596356,51,-1.536999189,0.7395183096,6328.3031824 +419,0.268112576,1.199114336,51,-1.536999189,0.7395183096,3840.6433785 +420,0.978913739,0.359223811,51,-1.536999189,0.7395183096,7527.6050064 +421,1.210898818,0.522863584,51,-1.536999189,0.7395183096,7241.5407666 +422,2.347397336,0.129231362,51,-1.536999189,0.7395183096,8083.1575137 +423,0.614394501,0.556878345,51,-1.536999189,0.7395183096,6173.6675464 +424,-1.398079356,0.148483366,51,-1.536999189,0.7395183096,2390.6658389 +425,2.535303836,-0.112984496,51,-1.536999189,0.7395183096,8362.191971 +426,-1.019372593,-0.405322349,51,-1.536999189,0.7395183096,4913.9345394 +427,-1.297785627,-0.160104069,51,-1.536999189,0.7395183096,3667.3820248 +428,2.144554488,0.205051084,51,-1.536999189,0.7395183096,8219.4114861 +429,-2.242387083,-0.426171285,51,-1.536999189,0.7395183096,5288.0833162 +430,0.338637212,0.909723676,51,-1.536999189,0.7395183096,4609.9700602 +431,-0.148798452,0.691042401,51,-1.536999189,0.7395183096,3995.7489971 +432,0.893524764,0.441829531,51,-1.536999189,0.7395183096,7091.7438066 +433,0.969229347,-0.368847936,51,-1.536999189,0.7395183096,9879.2034378 +434,0.436043248,0.800045688,51,-1.536999189,0.7395183096,5089.6701302 +435,1.687946607,1.081504775,51,-1.536999189,0.7395183096,5225.8466116 +436,0.522302046,-0.034889271,51,-1.536999189,0.7395183096,7723.2535333 +437,-0.178996113,-0.438090009,51,-1.536999189,0.7395183096,6796.6889798 +438,-1.094339566,0.301444068,51,-1.536999189,0.7395183096,2289.3423275 +439,-1.064070054,0.242569932,51,-1.536999189,0.7395183096,2546.7679024 +440,-1.068153768,0.230387998,51,-1.536999189,0.7395183096,2578.1258086 +441,-3.00496892,-0.23989155,51,-1.536999189,0.7395183096,6564.8293357 +442,0.21751974,0.766874888,51,-1.536999189,0.7395183096,4718.7783091 +443,0.117229532,0.007619006,51,-1.536999189,0.7395183096,6445.5677323 +444,0.777758451,0.420554741,51,-1.536999189,0.7395183096,6945.1593956 +445,-0.252356999,0.250747086,51,-1.536999189,0.7395183096,4723.9299024 +446,0.363148444,0.768483434,51,-1.536999189,0.7395183096,5029.0689834 +447,0.903191366,-0.118210676,51,-1.536999189,0.7395183096,8972.4926674 +448,-0.205755923,0.149406178,51,-1.536999189,0.7395183096,5123.9706462 +449,1.811996086,0.02364353,51,-1.536999189,0.7395183096,9331.3111831 +450,-1.100670221,0.314845373,51,-1.536999189,0.7395183096,2232.2674521 +451,0.340078597,0.850105132,51,-1.536999189,0.7395183096,4765.9311502 +452,0.258757267,0.804969236,51,-1.536999189,0.7395183096,4714.0688556 +453,2.78505352,-0.155160804,51,-1.536999189,0.7395183096,7773.9704145 +454,0.800551619,0.105822106,51,-1.536999189,0.7395183096,8020.0459452 +455,0.437940882,-0.506194031,51,-1.536999189,0.7395183096,8676.8059204 +456,2.230431122,0.63458615,51,-1.536999189,0.7395183096,6549.7318776 +457,0.527965361,0.127667701,51,-1.536999189,0.7395183096,7270.9425465 +458,-0.063643205,0.702093448,51,-1.536999189,0.7395183096,4193.0249138 +459,1.408447268,0.133010502,51,-1.536999189,0.7395183096,8915.6963393 +460,0.523795955,0.280266966,51,-1.536999189,0.7395183096,6809.1528695 +461,-0.975769313,0.072177659,51,-1.536999189,0.7395183096,3300.7095879 +462,0.549774164,-0.463663986,51,-1.536999189,0.7395183096,8908.4453658 +463,0.29245874,1.095549818,51,-1.536999189,0.7395183096,4089.240671 +464,0.143625958,0.816809593,51,-1.536999189,0.7395183096,4435.6269156 +465,0.671902494,0.611159853,51,-1.536999189,0.7395183096,6117.7546076 +466,1.239840988,0.6724199,51,-1.536999189,0.7395183096,6699.0601651 +467,0.607829703,-0.10932137,51,-1.536999189,0.7395183096,8170.4014472 +468,1.763020906,0.263996692,51,-1.536999189,0.7395183096,8427.1164046 +469,0.378714634,0.726066797,51,-1.536999189,0.7395183096,5177.435863 +470,2.196736143,-0.153862366,51,-1.536999189,0.7395183096,9343.8069579 +471,0.01702415,0.148991565,51,-1.536999189,0.7395183096,5776.1914219 +472,-2.998490902,-0.158002487,51,-1.536999189,0.7395183096,6326.7110254 +473,-3.051262951,-0.346595608,51,-1.536999189,0.7395183096,6977.7940273 +474,-1.069176439,0.182802941,51,-1.536999189,0.7395183096,2735.017027 +475,0.167157509,0.595344954,51,-1.536999189,0.7395183096,5029.1296539 +476,0.613855648,0.681746124,51,-1.536999189,0.7395183096,5784.2376326 +477,1.037012736,0.682555367,51,-1.536999189,0.7395183096,6452.9321811 +478,-1.253574971,0.379755746,51,-1.536999189,0.7395183096,1706.6532331 +479,3.108590453,-0.132620738,51,-1.536999189,0.7395183096,6770.2793543 +480,0.565301296,0.022333262,51,-1.536999189,0.7395183096,7677.6609255 +481,0.547898238,0.855555614,51,-1.536999189,0.7395183096,5136.8701698 +482,0.948309381,0.417393755,51,-1.536999189,0.7395183096,7271.4337032 +483,-0.050600732,0.945269213,51,-1.536999189,0.7395183096,3757.5483274 +484,-0.977651478,-0.572363064,51,-1.536999189,0.7395183096,5579.8697592 +485,1.102014914,0.728861163,51,-1.536999189,0.7395183096,6356.9885599 +486,2.927300795,-0.282939414,51,-1.536999189,0.7395183096,7690.6024845 +487,-1.154565557,0.124434095,51,-1.536999189,0.7395183096,2779.3073579 +488,1.855331234,0.291044755,51,-1.536999189,0.7395183096,8260.3394681 +489,0.830290659,0.276904518,51,-1.536999189,0.7395183096,7528.0812634 +490,0.485104466,-0.234867441,51,-1.536999189,0.7395183096,8160.929752 +491,0.521367572,-0.33161327,51,-1.536999189,0.7395183096,8512.8729745 +1,-1.539031704,0.7349710123,52,-1.534923633,0.7395144222,21.656226645 +2,-1.536990553,0.7349663874,52,-1.534923633,0.7395144222,19.007065489 +3,-1.534951779,0.7349571355,52,-1.534923633,0.7395144222,18.051601029 +4,-1.532906461,0.7349480293,52,-1.534923633,0.7395144222,19.030166574 +5,-1.531320211,0.7346937278,52,-1.534923633,0.7395144222,21.824166604 +6,-1.539451648,0.7335131775,52,-1.534923633,0.7395144222,27.232255301 +7,-1.537429487,0.7335445708,52,-1.534923633,0.7395144222,24.763414643 +8,-1.535484998,0.7335658704,52,-1.534923633,0.7395144222,23.619720265 +9,-1.533488396,0.7336036027,52,-1.534923633,0.7395144222,23.788492216 +10,-1.531497785,0.7335842962,52,-1.534923633,0.7395144222,25.549814126 +11,-1.530259379,0.7334777758,52,-1.534923633,0.7395144222,27.551247911 +12,-1.5335454,0.7322346912,52,-1.534923633,0.7395144222,29.117566068 +13,-1.531489083,0.7322238773,52,-1.534923633,0.7395144222,30.587873184 +14,-1.530011122,0.7321679851,52,-1.534923633,0.7395144222,32.477854822 +15,-1.53348106,0.7306614094,52,-1.534923633,0.7395144222,35.322002607 +16,-1.531441779,0.7306962275,52,-1.534923633,0.7395144222,36.396126378 +17,-1.529755654,0.7306933243,52,-1.534923633,0.7395144222,38.097001675 +18,-1.533415048,0.7291384674,52,-1.534923633,0.7395144222,41.337801918 +19,-1.531392093,0.7291705353,52,-1.534923633,0.7395144222,42.267288387 +20,-1.529296523,0.7291214933,52,-1.534923633,0.7395144222,44.366596123 +21,-1.535280942,0.727267644,52,-1.534923633,0.7395144222,48.52088133 +22,-1.533378158,0.7276139666,52,-1.534923633,0.7395144222,47.35650423 +23,-1.531340368,0.7276446587,52,-1.534923633,0.7395144222,48.183580917 +24,-1.528960113,0.7276398177,52,-1.534923633,0.7395144222,50.201177262 +25,-1.533313146,0.7260818349,52,-1.534923633,0.7395144222,53.417332408 +26,-1.531259555,0.7260958115,52,-1.534923633,0.7395144222,54.234790889 +27,-1.528926415,0.7260865555,52,-1.534923633,0.7395144222,56.041940838 +28,-1.531226779,0.7245511789,52,-1.534923633,0.7395144222,60.261831198 +29,-1.528904772,0.7245519194,52,-1.534923633,0.7395144222,61.862412711 +30,-1.547195875,0.7409785979,52,-1.534923633,0.7395144222,36.354603119 +31,-1.5451475,0.740980426,52,-1.534923633,0.7395144222,30.457414651 +32,-1.543097679,0.7409798872,52,-1.534923633,0.7395144222,24.598943112 +33,-1.540720364,0.7409892687,52,-1.534923633,0.7395144222,17.930309071 +34,-1.547188511,0.7395198392,52,-1.534923633,0.7395144222,35.891392222 +35,-1.545148587,0.7395226109,52,-1.534923633,0.7395144222,29.921849089 +36,-1.543104538,0.7395314908,52,-1.534923633,0.7395144222,23.940238574 +37,-1.540727751,0.7395306258,52,-1.534923633,0.7395144222,16.984984988 +38,-1.547187029,0.7380014886,52,-1.534923633,0.7395144222,36.408460298 +39,-1.545147315,0.7380012252,52,-1.534923633,0.7395144222,30.532937092 +40,-1.54310719,0.7380060743,52,-1.534923633,0.7395144222,24.698079632 +41,-1.540719671,0.7380068206,52,-1.534923633,0.7395144222,17.992852085 +42,-1.547187189,0.7364799098,52,-1.534923633,0.7395144222,37.893992184 +43,-1.545149996,0.7364853874,52,-1.534923633,0.7395144222,32.279923513 +44,-1.543106091,0.7364823484,52,-1.534923633,0.7395144222,26.817572207 +45,-1.540717158,0.7364893901,52,-1.534923633,0.7395144222,20.779845938 +46,-1.538663972,0.7410138672,52,-1.534923633,0.7395144222,12.446598711 +47,-1.53695285,0.7409699132,52,-1.534923633,0.7395144222,8.273655271 +48,-1.534910498,0.7409641297,52,-1.534923633,0.7395144222,5.7424197956 +49,-1.533145034,0.7409536636,52,-1.534923633,0.7395144222,7.717143518 +50,-1.538681336,0.7395405883,52,-1.534923633,0.7395144222,10.99678491 +51,-1.536999189,0.7395183096,52,-1.534923633,0.7395144222,6.0738542065 +52,-1.534923633,0.7395144222,52,-1.534923633,0.7395144222,3.0324044795 +53,-1.533267822,0.7395654306,52,-1.534923633,0.7395144222,4.8496145439 +54,-1.53867273,0.7380151077,52,-1.534923633,0.7395144222,12.482061669 +55,-1.536980576,0.7379994392,52,-1.534923633,0.7395144222,8.5025352875 +56,-1.534931522,0.7379944961,52,-1.534923633,0.7395144222,6.020471555 +57,-1.533387952,0.7379480264,52,-1.534923633,0.7395144222,7.6629216651 +58,-1.538682279,0.7364914363,52,-1.534923633,0.7395144222,16.269392905 +59,-1.536980704,0.7364810563,52,-1.534923633,0.7395144222,13.442531893 +60,-1.534935567,0.7364752065,52,-1.534923633,0.7395144222,12.038384002 +61,-1.533042592,0.7363876366,52,-1.534923633,0.7395144222,13.556560141 +62,-1.545143426,0.7349628011,52,-1.534923633,0.7395144222,34.973852694 +63,-1.543105297,0.7349691947,52,-1.534923633,0.7395144222,29.995830163 +64,-1.541064533,0.7349647152,52,-1.534923633,0.7395144222,25.476433278 +65,-1.545411803,0.7334624714,52,-1.534923633,0.7395144222,39.010852104 +66,-1.543446606,0.7334780896,52,-1.534923633,0.7395144222,34.600176438 +67,-1.541475327,0.7334957295,52,-1.534923633,0.7395144222,30.626011128 +68,-1.545401939,0.731963266,52,-1.534923633,0.7395144222,42.910546855 +69,-1.54342253,0.7319915583,52,-1.534923633,0.7395144222,38.867965832 +70,-1.541455867,0.7320216438,52,-1.534923633,0.7395144222,35.33749111 +71,-1.545410146,0.7304422281,52,-1.534923633,0.7395144222,47.33711956 +72,-1.543435491,0.7304713664,52,-1.534923633,0.7395144222,43.687413376 +73,-1.541463105,0.7304997613,52,-1.534923633,0.7395144222,40.548953313 +74,-1.545414768,0.7289194936,52,-1.534923633,0.7395144222,52.084608843 +75,-1.543435774,0.7289538557,52,-1.534923633,0.7395144222,48.746562842 +76,-1.541457714,0.7289765881,52,-1.534923633,0.7395144222,45.949713978 +77,-1.539449415,0.7320555866,52,-1.534923633,0.7395144222,32.3955404 +78,-1.537429183,0.7321097681,52,-1.534923633,0.7395144222,30.238419847 +79,-1.535472649,0.7321497267,52,-1.534923633,0.7395144222,29.216063843 +80,-1.539457899,0.7305333307,52,-1.534923633,0.7395144222,37.987092764 +81,-1.537453161,0.7305750503,52,-1.534923633,0.7395144222,36.18047434 +82,-1.535479385,0.7306124949,52,-1.534923633,0.7395144222,35.298323151 +83,-1.53946905,0.7290102593,52,-1.534923633,0.7395144222,43.700824868 +84,-1.537459922,0.7290417293,52,-1.534923633,0.7395144222,42.147317027 +85,-1.535451349,0.7290890157,52,-1.534923633,0.7395144222,41.324173919 +86,-1.535522937,0.7279887191,52,-1.534923633,0.7395144222,45.687335788 +87,-1.539442524,0.7274735939,52,-1.534923633,0.7395144222,49.512381804 +88,-1.537424111,0.727521351,52,-1.534923633,0.7395144222,48.070876387 +89,-1.539384641,0.7259505092,52,-1.534923633,0.7395144222,55.308892313 +90,-1.537372391,0.7259947145,52,-1.534923633,0.7395144222,54.034721349 +91,-1.535340789,0.7260435356,52,-1.534923633,0.7395144222,53.372315238 +92,-1.539325716,0.7244369706,52,-1.534923633,0.7395144222,61.113914173 +93,-1.537308932,0.7244801057,52,-1.534923633,0.7395144222,59.964169637 +94,-1.535289068,0.7245247645,52,-1.534923633,0.7395144222,59.383794718 +95,-1.533261366,0.7245550236,52,-1.534923633,0.7395144222,59.456212342 +96,-1.539267302,0.722921924,52,-1.534923633,0.7395144222,66.95896092 +97,-1.537248972,0.7229660258,52,-1.534923633,0.7395144222,65.90573865 +98,-1.535219431,0.7229916471,52,-1.534923633,0.7395144222,65.452522127 +99,-1.53318962,0.7230212049,52,-1.534923633,0.7395144222,65.529346628 +100,-1.531154816,0.7230299897,52,-1.534923633,0.7395144222,66.233462868 +101,-1.528878341,0.7230370244,52,-1.534923633,0.7395144222,67.656605171 +102,-1.539218189,0.7214009878,52,-1.534923633,0.7395144222,72.857466198 +103,-1.537198791,0.7214422745,52,-1.534923633,0.7395144222,71.897784525 +104,-1.535179266,0.7214634354,52,-1.534923633,0.7395144222,71.503936039 +105,-1.533156501,0.7214944644,52,-1.534923633,0.7395144222,71.56718894 +106,-1.53113574,0.7215166021,52,-1.534923633,0.7395144222,72.159890755 +107,-1.528874248,0.7215345535,52,-1.534923633,0.7395144222,73.420251575 +108,-1.539217656,0.7198512397,52,-1.534923633,0.7395144222,78.910846966 +109,-1.537199919,0.7199428763,52,-1.534923633,0.7395144222,77.813609481 +110,-1.545425832,0.727397149,52,-1.534923633,0.7395144222,57.084089936 +111,-1.543371177,0.7273916949,52,-1.534923633,0.7395144222,54.070107802 +112,-1.541368852,0.7274523163,52,-1.534923633,0.7395144222,51.404036086 +113,-1.545349067,0.7258710923,52,-1.534923633,0.7395144222,62.151078225 +114,-1.54332671,0.7258603556,52,-1.534923633,0.7395144222,59.474689748 +115,-1.541346831,0.7259242142,52,-1.534923633,0.7395144222,57.05636333 +116,-1.545324355,0.7243383958,52,-1.534923633,0.7395144222,67.472981166 +117,-1.543292796,0.7243617413,52,-1.534923633,0.7395144222,64.887891098 +118,-1.541295822,0.7244024384,52,-1.534923633,0.7395144222,62.73387888 +119,-1.543193859,0.7205570215,52,-1.534923633,0.7395144222,78.957769773 +120,-1.550257047,0.7386738187,52,-1.534923633,0.7395144222,45.01156627 +121,-1.549335448,0.7311736483,52,-1.534923633,0.7395144222,53.699596227 +122,-1.533478843,0.7179891343,52,-1.534923633,0.7395144222,85.368470444 +123,-1.556150555,0.738907041,52,-1.534923633,0.7395144222,62.181069131 +124,-1.554324226,0.733414257,52,-1.534923633,0.7395144222,61.845766025 +125,-1.554290846,0.7288285332,52,-1.534923633,0.7395144222,70.956534472 +126,-1.55122487,0.7219795312,52,-1.534923633,0.7395144222,84.474007516 +127,-1.525104458,0.7229399862,52,-1.534923633,0.7395144222,71.750802011 +128,-1.519607711,0.7236181429,52,-1.534923633,0.7395144222,77.475106123 +129,-1.513899999,0.7251107854,52,-1.534923633,0.7395144222,84.199183531 +130,-1.536620762,0.7431061895,52,-1.534923633,0.7395144222,15.066245061 +131,-1.5369566,0.7460845958,52,-1.534923633,0.7395144222,26.691813869 +132,-1.545345528,0.7447040685,52,-1.534923633,0.7395144222,36.719059906 +133,-1.532813921,0.7432306626,52,-1.534923633,0.7395144222,15.958247217 +134,-1.554788248,0.7382381001,52,-1.534923633,0.7395144222,58.383896716 +135,-1.540348126,0.7301594274,52,-1.534923633,0.7395144222,40.338715785 +136,-1.538016084,0.7239051786,52,-1.534923633,0.7395144222,62.49627001 +137,-1.525288962,0.7258085137,52,-1.534923633,0.7395144222,61.254627236 +138,-1.534326986,0.731241342,52,-1.534923633,0.7395144222,32.81650215 +139,-1.530733872,0.7303625216,52,-1.534923633,0.7395144222,38.284323657 +141,-1.534354939,0.7328219978,52,-1.534923633,0.7395144222,26.561198394 +142,-1.53157084,0.7292888153,52,-1.534923633,0.7395144222,41.685781489 +143,-1.525691035,0.7263799874,52,-1.534923633,0.7395144222,58.696903459 +144,-1.534031287,0.7495967835,52,-1.534923633,0.7395144222,40.020730208 +145,-1.527714986,0.7283095957,52,-1.534923633,0.7395144222,49.186638422 +146,-1.526189586,0.7271468292,52,-1.534923633,0.7395144222,55.321133501 +147,-1.555177336,0.7375563366,52,-1.534923633,0.7395144222,59.827122194 +148,-1.555080283,0.7312707794,52,-1.534923633,0.7395144222,67.613477892 +149,-1.53856994,0.7224180299,52,-1.534923633,0.7395144222,68.567193648 +150,-1.530837883,0.729933372,52,-1.534923633,0.7395144222,39.805079425 +151,-1.515066984,0.5854133365,52,-1.534923633,0.7395144222,613.5190932 +152,-1.534731633,0.5368370046,52,-1.534923633,0.7395144222,802.80548131 +153,-1.515231902,0.5607085576,52,-1.534923633,0.7395144222,710.94647712 +154,-2.616253799,1.0684566605,52,-1.534923633,0.7395144222,2815.0460617 +155,-1.956071439,0.5792177723,52,-1.534923633,0.7395144222,1456.4900311 +156,-1.951208514,0.5602434208,52,-1.534923633,0.7395144222,1485.1920568 +157,-1.944675062,0.6062144545,52,-1.534923633,0.7395144222,1368.964203 +158,-1.613778386,0.6077989518,52,-1.534923633,0.7395144222,575.78115495 +159,-2.035029014,0.6021432345,52,-1.534923633,0.7395144222,1634.9768945 +160,-2.114989471,0.6801825058,52,-1.534923633,0.7395144222,1747.1596198 +161,-2.037382079,0.5765830025,52,-1.534923633,0.7395144222,1691.4211323 +162,-2.129855121,0.6585019963,52,-1.534923633,0.7395144222,1819.6155489 +163,-2.075141798,0.6493615843,52,-1.534923633,0.7395144222,1672.769059 +164,-1.828626729,0.6948433129,52,-1.534923633,0.7395144222,892.880649 +165,-1.863329418,0.6735427691,52,-1.534923633,0.7395144222,1020.9760096 +166,-1.266037071,0.727988852,52,-1.534923633,0.7395144222,791.21568886 +167,-1.277579582,0.7249010648,52,-1.534923633,0.7395144222,759.33166365 +168,-1.258418684,0.7241194816,52,-1.534923633,0.7395144222,815.90443029 +169,-1.317813974,0.6804850104,52,-1.534923633,0.7395144222,692.01611942 +170,-1.344165204,0.6790988904,52,-1.534923633,0.7395144222,620.69221814 +171,-1.427582102,0.5277120351,52,-1.534923633,0.7395144222,905.56743801 +172,-1.402238616,0.457167829,52,-1.534923633,0.7395144222,1198.4333059 +173,-1.422454264,0.4996161999,52,-1.534923633,0.7395144222,1016.2907357 +174,-1.439089277,0.4894859811,52,-1.534923633,0.7395144222,1037.1771704 +175,-1.448126995,0.5182330266,52,-1.534923633,0.7395144222,919.08075393 +176,-1.474626146,0.5881926574,52,-1.534923633,0.7395144222,628.05597554 +177,-1.421139645,0.5584869783,52,-1.534923633,0.7395144222,801.29640663 +178,-1.457037165,0.565943032,52,-1.534923633,0.7395144222,729.60235358 +179,-2.757159358,0.3745319,52,-1.534923633,0.7395144222,4232.5587175 +180,-2.714309238,0.342054471,52,-1.534923633,0.7395144222,4186.4043452 +181,-2.000525337,0.774119946,52,-1.534923633,0.7395144222,1341.819543 +183,-1.571413436,0.6777838382,52,-1.534923633,0.7395144222,267.98709093 +184,-1.552860289,0.6987663893,52,-1.534923633,0.7395144222,170.02027025 +185,-1.521852374,0.7165827476,52,-1.534923633,0.7395144222,98.711826847 +186,-1.503656267,0.6928968252,52,-1.534923633,0.7395144222,206.92597103 +187,-1.502753178,0.7136205882,52,-1.534923633,0.7395144222,139.9626267 +188,-1.631894563,0.7343596465,52,-1.534923633,0.7395144222,285.11968935 +189,-1.653765416,0.6770714026,52,-1.534923633,0.7395144222,434.50120494 +190,-1.719812114,0.6715965947,52,-1.534923633,0.7395144222,618.40432645 +191,-1.493406659,0.6646955447,52,-1.534923633,0.7395144222,321.81910861 +192,-1.469120564,0.6613469966,52,-1.534923633,0.7395144222,368.1151301 +193,-1.590551461,0.5326612937,52,-1.534923633,0.7395144222,838.11980995 +194,-1.625979264,0.5247742243,52,-1.534923633,0.7395144222,898.49417569 +195,-1.572293943,0.5238808754,52,-1.534923633,0.7395144222,862.35376381 +196,-1.610848725,0.5477107964,52,-1.534923633,0.7395144222,796.60687389 +197,-1.208485554,0.7918526018,52,-1.534923633,0.7395144222,952.58304339 +198,-1.335601374,0.6869083083,52,-1.534923633,0.7395144222,631.78632933 +199,-1.346156996,0.6825213377,52,-1.534923633,0.7395144222,609.29237104 +200,-1.324381037,0.6741422347,52,-1.534923633,0.7395144222,684.1993666 +201,-1.242424992,0.7378949807,52,-1.534923633,0.7395144222,855.22484912 +202,-1.270370057,0.7392461008,52,-1.534923633,0.7395144222,773.24852201 +203,-1.448950472,0.7441675014,52,-1.534923633,0.7395144222,251.69432562 +204,-1.492662363,0.7523026852,52,-1.534923633,0.7395144222,132.96753616 +205,-1.479098966,0.7763855017,52,-1.534923633,0.7395144222,217.03537216 +206,-1.633760714,0.7869022408,52,-1.534923633,0.7395144222,339.37993874 +207,-1.647406434,0.8101289331,52,-1.534923633,0.7395144222,423.52455736 +208,-1.564245052,0.5701509278,52,-1.534923633,0.7395144222,677.10219222 +209,-1.646289963,0.6833746083,52,-1.534923633,0.7395144222,401.16937436 +210,-1.5820631,0.6751952144,52,-1.534923633,0.7395144222,291.59068867 +211,-1.613236298,0.6681681791,52,-1.534923633,0.7395144222,368.37599863 +212,-1.914661867,0.8212566515,52,-1.534923633,0.7395144222,1112.6830144 +213,-1.742133237,0.7250275956,52,-1.534923633,0.7395144222,612.5489518 +214,-2.033144872,0.6557314699,52,-1.534923633,0.7395144222,1540.6420274 +215,-2.039551981,0.6964723658,52,-1.534923633,0.7395144222,1507.6583709 +216,-1.247341019,0.7622473908,52,-1.534923633,0.7395144222,836.24925277 +217,-1.298239787,0.7084123392,52,-1.534923633,0.7395144222,712.2844404 +218,-1.308539688,0.6926545592,52,-1.534923633,0.7395144222,700.66468636 +219,-1.303263185,0.6888938396,52,-1.534923633,0.7395144222,720.89482834 +220,-1.852400229,0.6004246149,52,-1.534923633,0.7395144222,1125.8092673 +221,-1.288947707,0.7473773692,52,-1.534923633,0.7395144222,717.06909534 +222,-1.372031502,0.7472790993,52,-1.534923633,0.7395144222,475.74111801 +223,-1.289805721,0.7242157877,52,-1.534923633,0.7395144222,723.99636924 +224,-1.350807603,0.7533498126,52,-1.534923633,0.7395144222,537.81382742 +225,-1.329290365,0.7560442322,52,-1.534923633,0.7395144222,600.2714263 +226,-1.410153004,0.616936428,52,-1.534923633,0.7395144222,619.04753541 +227,-1.393445434,0.6308995063,52,-1.534923633,0.7395144222,610.47981976 +228,-1.37595573,0.6241540638,52,-1.534923633,0.7395144222,668.44488284 +229,-1.358388707,0.6172645205,52,-1.534923633,0.7395144222,727.6606655 +230,-1.753741133,0.8281661666,52,-1.534923633,0.7395144222,705.94540844 +231,-1.47430987,0.6834615681,52,-1.534923633,0.7395144222,286.93170739 +232,-1.421012508,0.7222725206,52,-1.534923633,0.7395144222,342.73337267 +233,-1.4476833,0.6978557868,52,-1.534923633,0.7395144222,307.93758621 +234,-1.470370723,0.6966193374,52,-1.534923633,0.7395144222,256.7543098 +235,-1.429211703,0.7037216883,52,-1.534923633,0.7395144222,344.73543022 +236,-1.700578405,0.6178673663,52,-1.534923633,0.7395144222,701.3231097 +237,-1.678117619,0.6331716163,52,-1.534923633,0.7395144222,607.66918753 +238,-1.725644578,0.6316331145,52,-1.534923633,0.7395144222,723.27539221 +239,-2.14012759,0.7930497945,52,-1.534923633,0.7395144222,1726.5742085 +240,-2.103289431,0.7653606263,52,-1.534923633,0.7395144222,1636.0510207 +241,-1.318739838,0.7017808746,52,-1.534923633,0.7395144222,659.88430944 +242,-1.396417427,0.7077900843,52,-1.534923633,0.7395144222,429.71583014 +243,-1.35650337,0.7185539404,52,-1.534923633,0.7395144222,533.24603184 +244,-1.248884539,0.7274156818,52,-1.534923633,0.7395144222,841.71665986 +245,-1.395014798,0.5761185243,52,-1.534923633,0.7395144222,780.95085366 +246,-1.433377362,0.6064716109,52,-1.534923633,0.7395144222,613.33357262 +247,-1.408172432,0.5903155476,52,-1.534923633,0.7395144222,710.25251554 +248,-1.749645898,0.7757118084,52,-1.534923633,0.7395144222,633.62942996 +249,-1.571626686,0.615046989,52,-1.534923633,0.7395144222,505.81627245 +250,-1.514070049,0.6303003037,52,-1.534923633,0.7395144222,437.28765656 +251,-1.480890369,0.6237966528,52,-1.534923633,0.7395144222,487.46212126 +252,-1.704390658,0.5281680612,52,-1.534923633,0.7395144222,995.10984458 +253,-1.64434733,0.5254277498,52,-1.534923633,0.7395144222,916.54077105 +254,-1.703855997,0.4792484842,52,-1.534923633,0.7395144222,1165.9396708 +255,-1.692002383,0.5748825051,52,-1.534923633,0.7395144222,816.1945617 +256,-1.854136457,0.5544643913,52,-1.534923633,0.7395144222,1242.5882145 +257,-1.665021206,0.520317736,52,-1.534923633,0.7395144222,961.94996411 +258,-1.733654349,0.4845187345,52,-1.534923633,0.7395144222,1195.5091277 +259,-1.720938188,0.5135933906,52,-1.534923633,0.7395144222,1073.6687759 +260,-1.742668307,0.553296122,52,-1.534923633,0.7395144222,985.69371395 +261,-1.965659039,0.7142126903,52,-1.534923633,0.7395144222,1274.374951 +262,-1.944438071,0.6772834804,52,-1.534923633,0.7395144222,1252.0105134 +263,-1.270340967,0.7681487096,52,-1.534923633,0.7395144222,771.31785191 +264,-1.353091884,0.6549276821,52,-1.534923633,0.7395144222,645.15083923 +265,-1.333236659,0.6413584414,52,-1.534923633,0.7395144222,727.36463101 +266,-1.352015998,0.6753788907,52,-1.534923633,0.7395144222,605.84333519 +267,-1.377988483,0.6577816235,52,-1.534923633,0.7395144222,575.13756499 +268,-2.13075611,0.8318642051,52,-1.534923633,0.7395144222,1693.4056758 +269,-2.097910953,0.8259670014,52,-1.534923633,0.7395144222,1605.4790034 +270,-1.416382069,0.6694271549,52,-1.534923633,0.7395144222,452.59390213 +271,-1.538905672,0.7535625993,52,-1.534923633,0.7395144222,56.836506463 +272,-1.572309477,0.7803125099,52,-1.534923633,0.7395144222,193.98876522 +273,-1.87759879,0.7503853417,52,-1.534923633,0.7395144222,996.46439413 +274,1.152365588,0.590457682,52,-1.534923633,0.7395144222,6923.7281655 +275,0.350198001,0.718001859,52,-1.534923633,0.7395144222,5133.5033086 +276,0.046513677,0.491503852,52,-1.534923633,0.7395144222,4968.7289732 +277,0.027510309,0.742571376,52,-1.534923633,0.7395144222,4327.4605621 +278,0.306285725,-0.214631579,52,-1.534923633,0.7395144222,7580.7596387 +279,-1.100564889,0.318051531,52,-1.534923633,0.7395144222,2217.6187504 +280,-1.078582306,0.301437596,52,-1.534923633,0.7395144222,2319.5839736 +281,-1.137371989,-0.617634065,52,-1.534923633,0.7395144222,5565.1418254 +282,0.784356344,0.703272339,52,-1.534923633,0.7395144222,6014.4213958 +283,-1.221209947,0.218327455,52,-1.534923633,0.7395144222,2329.2434501 +284,2.347301921,-0.449114658,52,-1.534923633,0.7395144222,9789.7645395 +285,0.246820618,0.830553713,52,-1.534923633,0.7395144222,4621.1214947 +286,0.829414965,0.703288228,52,-1.534923633,0.7395144222,6086.5609719 +287,-1.337537566,0.42332223,52,-1.534923633,0.7395144222,1409.5628415 +288,0.882453706,0.454478077,52,-1.534923633,0.7395144222,7024.9587325 +289,1.575629659,0.416419109,52,-1.534923633,0.7395144222,7863.7872811 +290,-1.039455679,0.229888244,52,-1.534923633,0.7395144222,2637.243938 +291,0.489558039,0.934482747,52,-1.534923633,0.7395144222,4807.1812079 +292,0.081344504,0.88384514,52,-1.534923633,0.7395144222,4148.9873474 +293,-1.547979814,0.300350308,52,-1.534923633,0.7395144222,1740.0893212 +294,0.040776181,0.168560074,52,-1.534923633,0.7395144222,5787.3668149 +295,-1.130374745,0.563894876,52,-1.534923633,0.7395144222,1444.7443618 +296,1.578326642,0.478507176,52,-1.534923633,0.7395144222,7618.1532641 +297,-1.12861823,-0.291640865,52,-1.534923633,0.7395144222,4345.4270959 +298,0.310524208,0.770885792,52,-1.534923633,0.7395144222,4907.2254818 +299,0.415649091,-0.387246002,52,-1.534923633,0.7395144222,8333.0633086 +300,-0.926533878,-0.188022748,52,-1.534923633,0.7395144222,4285.7273016 +301,1.258856172,-0.11716081,52,-1.534923633,0.7395144222,9694.1681749 +302,-1.126050026,0.322941926,52,-1.534923633,0.7395144222,2146.4694862 +303,2.002785835,0.07893892,52,-1.534923633,0.7395144222,8902.8308932 +304,0.440437607,0.746258085,52,-1.534923633,0.7395144222,5245.5443308 +305,-0.030391866,0.214441206,52,-1.534923633,0.7395144222,5459.8373578 +306,0.521557815,-0.058929362,52,-1.534923633,0.7395144222,7782.9362418 +307,-0.097005111,0.13317729,52,-1.534923633,0.7395144222,5478.8420218 +308,1.83113859,0.221857587,52,-1.534923633,0.7395144222,8549.1696104 +309,0.222428864,0.099404236,52,-1.534923633,0.7395144222,6497.3217151 +310,-1.702731345,0.8728568183,52,-1.534923633,0.7395144222,699.34875998 +311,-0.418507569,0.278324921,52,-1.534923633,0.7395144222,4161.9217602 +312,-1.41153306,0.339029988,52,-1.534923633,0.7395144222,1639.3036665 +313,0.357560442,0.114788776,52,-1.534923633,0.7395144222,6837.7904506 +314,0.325818979,0.268352149,52,-1.534923633,0.7395144222,6320.8601086 +315,-1.246004659,-0.663679965,52,-1.534923633,0.7395144222,5654.7652398 +316,1.814603087,0.637404484,52,-1.534923633,0.7395144222,6938.3118742 +317,1.843704281,-0.18300445,52,-1.534923633,0.7395144222,10091.596845 +318,1.690644492,-0.211480909,52,-1.534923633,0.7395144222,10332.382303 +319,-1.275451936,0.068109467,52,-1.534923633,0.7395144222,2812.8374568 +320,0.762430171,-0.207594741,52,-1.534923633,0.7395144222,8866.5072061 +321,0.265668905,-0.014647884,52,-1.534923633,0.7395144222,6931.304935 +322,-2.773032013,-0.335515811,52,-1.534923633,0.7395144222,6198.4335665 +323,-1.469512853,0.174058777,52,-1.534923633,0.7395144222,2251.2470612 +324,0.286276986,0.785925691,52,-1.534923633,0.7395144222,4816.5343866 +325,-1.379324697,0.377432233,52,-1.534923633,0.7395144222,1524.2928145 +326,-1.203778265,0.212813032,52,-1.534923633,0.7395144222,2377.2912105 +327,0.579916301,0.611743168,52,-1.534923633,0.7395144222,5928.610537 +328,0.267582642,0.868113908,52,-1.534923633,0.7395144222,4571.837953 +329,0.412869244,-0.050245578,52,-1.534923633,0.7395144222,7451.5749337 +330,0.17524381,0.976660285,52,-1.534923633,0.7395144222,4143.438469 +331,0.743157214,0.204812899,52,-1.534923633,0.7395144222,7566.4038407 +332,-1.070758176,0.269382282,52,-1.534923633,0.7395144222,2440.2262015 +333,-1.230364251,0.329790229,52,-1.534923633,0.7395144222,1917.7856034 +334,-1.374813124,-0.024926835,52,-1.534923633,0.7395144222,3081.6353466 +335,0.519780566,0.463669906,52,-1.534923633,0.7395144222,6245.7864768 +336,-1.55108034,0.239698561,52,-1.534923633,0.7395144222,1980.5446342 +337,0.180294813,0.029739425,52,-1.534923633,0.7395144222,6563.9521409 +338,0.67820924,0.268170153,52,-1.534923633,0.7395144222,7215.430235 +339,0.445798684,1.024001867,52,-1.534923633,0.7395144222,4493.8123055 +340,0.691751283,0.150521402,52,-1.534923633,0.7395144222,7614.6369917 +341,-1.036643551,-0.903056181,52,-1.534923633,0.7395144222,6727.6856178 +342,-0.120287036,1.083325163,52,-1.534923633,0.7395144222,3423.0934392 +343,2.823513113,-0.304487164,52,-1.534923633,0.7395144222,8054.5642758 +344,0.457583172,1.12513373,52,-1.534923633,0.7395144222,4248.9835649 +345,0.042918831,0.813795399,52,-1.534923633,0.7395144222,4210.313335 +346,1.196146777,-0.853142756,52,-1.534923633,0.7395144222,11227.023039 +347,0.206001358,-0.010430701,52,-1.534923633,0.7395144222,6746.7363411 +348,-0.268308653,0.234799412,52,-1.534923633,0.7395144222,4712.1601914 +349,0.759363263,0.736189579,52,-1.534923633,0.7395144222,5864.5785232 +350,0.181363926,0.891988372,52,-1.534923633,0.7395144222,4340.6945106 +351,-0.021111158,0.139103292,52,-1.534923633,0.7395144222,5685.095921 +352,-0.093355215,0.630686981,52,-1.534923633,0.7395144222,4264.4874874 +353,0.40118964,0.681375926,52,-1.534923633,0.7395144222,5345.406841 +354,-0.721197315,1.304706234,52,-1.534923633,0.7395144222,2655.0409822 +355,-1.076150317,0.212107639,52,-1.534923633,0.7395144222,2617.8706545 +356,-1.577164531,0.273993443,52,-1.534923633,0.7395144222,1849.5190027 +357,-0.190788414,0.182208586,52,-1.534923633,0.7395144222,5075.5371463 +358,-0.261349752,0.209710184,52,-1.534923633,0.7395144222,4797.4475734 +359,-1.029303852,0.083549259,52,-1.534923633,0.7395144222,3148.6894139 +360,-1.268609162,0.330525297,52,-1.534923633,0.7395144222,1850.0894445 +361,1.282982244,-0.926641967,52,-1.534923633,0.7395144222,11312.728891 +362,0.217352334,0.731352408,52,-1.534923633,0.7395144222,4801.9511013 +363,-1.511833084,0.258629297,52,-1.534923633,0.7395144222,1906.4157113 +364,0.338812194,0.823184618,52,-1.534923633,0.7395144222,4829.4377887 +365,-0.324406489,1.134201999,52,-1.534923633,0.7395144222,3033.230325 +366,1.389579348,0.399185724,52,-1.534923633,0.7395144222,7864.0425844 +367,2.047152199,-0.039082036,52,-1.534923633,0.7395144222,9260.6595476 +368,0.947780369,0.568250077,52,-1.534923633,0.7395144222,6736.9719691 +369,0.763824846,0.576754987,52,-1.534923633,0.7395144222,6398.4008624 +370,-0.142334657,0.928153068,52,-1.534923633,0.7395144222,3583.2317966 +371,0.610266567,0.547265983,52,-1.534923633,0.7395144222,6190.6304413 +372,0.210731629,0.746815056,52,-1.534923633,0.7395144222,4748.4185867 +373,-1.34931644,0.316895224,52,-1.534923633,0.7395144222,1786.8774161 +374,2.407696481,0.655030745,52,-1.534923633,0.7395144222,6210.8829309 +375,0.64207831,0.545359131,52,-1.534923633,0.7395144222,6262.6736228 +376,1.174597538,0.840588356,52,-1.534923633,0.7395144222,6005.5696435 +377,0.660059424,0.010604079,52,-1.534923633,0.7395144222,7958.9437574 +378,-0.730263819,0.010486456,52,-1.534923633,0.7395144222,4059.149912 +379,0.831068936,0.512339172,52,-1.534923633,0.7395144222,6735.9114927 +380,1.301180979,0.72367476,52,-1.534923633,0.7395144222,6546.1627688 +381,1.811128231,0.322854402,52,-1.534923633,0.7395144222,8169.9330992 +382,0.435105812,0.992284428,52,-1.534923633,0.7395144222,4560.5511509 +383,0.62643634,0.592027932,52,-1.534923633,0.7395144222,6084.3998239 +384,0.492988703,-0.516339467,52,-1.534923633,0.7395144222,8852.096944 +385,-0.162469483,0.112549365,52,-1.534923633,0.7395144222,5341.9173367 +386,0.314630866,0.472006421,52,-1.534923633,0.7395144222,5724.0724525 +387,0.166744804,0.822815954,52,-1.534923633,0.7395144222,4468.0520276 +388,0.417159608,0.965805736,52,-1.534923633,0.7395144222,4600.7551207 +389,0.106334961,0.868774244,52,-1.534923633,0.7395144222,4234.3968556 +390,0.815086969,-0.338144359,52,-1.534923633,0.7395144222,9367.9303765 +391,0.59867455,-0.230624824,52,-1.534923633,0.7395144222,8471.1017428 +392,1.915104874,0.066220985,52,-1.534923633,0.7395144222,9065.4674055 +393,1.278093622,0.064463721,52,-1.534923633,0.7395144222,9047.6899702 +394,-0.061477853,0.302997961,52,-1.534923633,0.7395144222,5140.5509944 +395,0.251311504,0.626976942,52,-1.534923633,0.7395144222,5149.3125393 +396,2.950242872,0.149095644,52,-1.534923633,0.7395144222,6477.4900056 +397,-0.180294708,0.35375117,52,-1.534923633,0.7395144222,4668.8899805 +398,1.010448592,-0.351180233,52,-1.534923633,0.7395144222,9933.8277068 +399,-1.748740498,0.3686318073,52,-1.534923633,0.7395144222,1632.0063821 +400,2.699635665,0.123533791,52,-1.534923633,0.7395144222,7239.6016536 +401,0.496808033,0.823843254,52,-1.534923633,0.7395144222,5133.8839934 +402,0.129574704,0.763364087,52,-1.534923633,0.7395144222,4522.5712873 +403,1.798920311,0.817447563,52,-1.534923633,0.7395144222,6239.8387721 +404,0.335987953,0.746786541,52,-1.534923633,0.7395144222,5025.3994946 +405,-1.085413643,0.292154671,52,-1.534923633,0.7395144222,2334.3562135 +406,-0.155321003,0.508207011,52,-1.534923633,0.7395144222,4370.437444 +407,0.620529244,-0.301175104,52,-1.534923633,0.7395144222,8718.1826885 +408,1.684402744,0.368716966,52,-1.534923633,0.7395144222,8044.9383587 +409,0.300582244,-0.386397212,52,-1.534923633,0.7395144222,7995.7868854 +410,2.913555946,-0.009225192,52,-1.534923633,0.7395144222,7015.1721724 +411,1.465101417,0.493232532,52,-1.534923633,0.7395144222,7533.6378208 +412,0.090612882,0.907955955,52,-1.534923633,0.7395144222,4118.8472575 +413,2.987564726,-0.729568594,52,-1.534923633,0.7395144222,8543.7009285 +414,-1.484261606,0.224149272,52,-1.534923633,0.7395144222,2048.7767659 +415,0.164073421,0.303955133,52,-1.534923633,0.7395144222,5779.0358625 +416,0.141441293,0.167552546,52,-1.534923633,0.7395144222,6080.7548049 +417,2.931321023,-0.506718887,52,-1.534923633,0.7395144222,8225.2014099 +418,2.21951565,0.700596356,52,-1.534923633,0.7395144222,6330.9926909 +419,0.268112576,1.199114336,52,-1.534923633,0.7395144222,3838.0542477 +420,0.978913739,0.359223811,52,-1.534923633,0.7395144222,7524.0934581 +421,1.210898818,0.522863584,52,-1.534923633,0.7395144222,7239.4627308 +422,2.347397336,0.129231362,52,-1.534923633,0.7395144222,8087.7328587 +423,0.614394501,0.556878345,52,-1.534923633,0.7395144222,6169.3638777 +424,-1.398079356,0.148483366,52,-1.534923633,0.7395144222,2389.1958117 +425,2.535303836,-0.112984496,52,-1.534923633,0.7395144222,8367.8402902 +426,-1.019372593,-0.405322349,52,-1.534923633,0.7395144222,4911.0063058 +427,-1.297785627,-0.160104069,52,-1.534923633,0.7395144222,3665.596762 +428,2.144554488,0.205051084,52,-1.534923633,0.7395144222,8222.9107224 +429,-2.242387083,-0.426171285,52,-1.534923633,0.7395144222,5291.7628036 +430,0.338637212,0.909723676,52,-1.534923633,0.7395144222,4606.1063016 +431,-0.148798452,0.691042401,52,-1.534923633,0.7395144222,3990.3152826 +432,0.893524764,0.441829531,52,-1.534923633,0.7395144222,7088.0804657 +433,0.969229347,-0.368847936,52,-1.534923633,0.7395144222,9873.6326879 +434,0.436043248,0.800045688,52,-1.534923633,0.7395144222,5085.6207563 +435,1.687946607,1.081504775,52,-1.534923633,0.7395144222,5226.1043384 +436,0.522302046,-0.034889271,52,-1.534923633,0.7395144222,7717.4871762 +437,-0.178996113,-0.438090009,52,-1.534923633,0.7395144222,6791.2505681 +438,-1.094339566,0.301444068,52,-1.534923633,0.7395144222,2284.7906266 +439,-1.064070054,0.242569932,52,-1.534923633,0.7395144222,2542.2839485 +440,-1.068153768,0.230387998,52,-1.534923633,0.7395144222,2573.7109623 +441,-3.00496892,-0.23989155,52,-1.534923633,0.7395144222,6570.7174035 +442,0.21751974,0.766874888,52,-1.534923633,0.7395144222,4714.1568867 +443,0.117229532,0.007619006,52,-1.534923633,0.7395144222,6439.5062204 +444,0.777758451,0.420554741,52,-1.534923633,0.7395144222,6941.0184573 +445,-0.252356999,0.250747086,52,-1.534923633,0.7395144222,4717.8560501 +446,0.363148444,0.768483434,52,-1.534923633,0.7395144222,5024.7506215 +447,0.903191366,-0.118210676,52,-1.534923633,0.7395144222,8967.4327154 +448,-0.205755923,0.149406178,52,-1.534923633,0.7395144222,5117.9038631 +449,1.811996086,0.02364353,52,-1.534923633,0.7395144222,9333.0851804 +450,-1.100670221,0.314845373,52,-1.534923633,0.7395144222,2227.6943738 +451,0.340078597,0.850105132,52,-1.534923633,0.7395144222,4761.8451838 +452,0.258757267,0.804969236,52,-1.534923633,0.7395144222,4709.6570435 +453,2.78505352,-0.155160804,52,-1.534923633,0.7395144222,7779.9766297 +454,0.800551619,0.105822106,52,-1.534923633,0.7395144222,8015.2119521 +455,0.437940882,-0.506194031,52,-1.534923633,0.7395144222,8670.8039709 +456,2.230431122,0.63458615,52,-1.534923633,0.7395144222,6552.6164887 +457,0.527965361,0.127667701,52,-1.534923633,0.7395144222,7265.4518016 +458,-0.063643205,0.702093448,52,-1.534923633,0.7395144222,4187.7361272 +459,1.408447268,0.133010502,52,-1.534923633,0.7395144222,8914.194612 +460,0.523795955,0.280266966,52,-1.534923633,0.7395144222,6803.9512556 +461,-0.975769313,0.072177659,52,-1.534923633,0.7395144222,3296.3476879 +462,0.549774164,-0.463663986,52,-1.534923633,0.7395144222,8902.3765024 +463,0.29245874,1.095549818,52,-1.534923633,0.7395144222,4086.1228423 +464,0.143625958,0.816809593,52,-1.534923633,0.7395144222,4431.0433082 +465,0.671902494,0.611159853,52,-1.534923633,0.7395144222,6113.7661452 +466,1.239840988,0.6724199,52,-1.534923633,0.7395144222,6697.3629678 +467,0.607829703,-0.10932137,52,-1.534923633,0.7395144222,8164.6528995 +468,1.763020906,0.263996692,52,-1.534923633,0.7395144222,8428.2141525 +469,0.378714634,0.726066797,52,-1.534923633,0.7395144222,5173.0165846 +470,2.196736143,-0.153862366,52,-1.534923633,0.7395144222,9348.5628355 +471,0.01702415,0.148991565,52,-1.534923633,0.7395144222,5770.1485967 +472,-2.998490902,-0.158002487,52,-1.534923633,0.7395144222,6332.6733909 +473,-3.051262951,-0.346595608,52,-1.534923633,0.7395144222,6983.5996745 +474,-1.069176439,0.182802941,52,-1.534923633,0.7395144222,2730.7831967 +475,0.167157509,0.595344954,52,-1.534923633,0.7395144222,5023.9166662 +476,0.613855648,0.681746124,52,-1.534923633,0.7395144222,5780.277408 +477,1.037012736,0.682555367,52,-1.534923633,0.7395144222,6450.4040495 +478,-1.253574971,0.379755746,52,-1.534923633,0.7395144222,1702.8736593 +479,3.108590453,-0.132620738,52,-1.534923633,0.7395144222,6776.3438622 +480,0.565301296,0.022333262,52,-1.534923633,0.7395144222,7672.0557419 +481,0.547898238,0.855555614,52,-1.534923633,0.7395144222,5133.2773384 +482,0.948309381,0.417393755,52,-1.534923633,0.7395144222,7267.9315101 +483,-0.050600732,0.945269213,52,-1.534923633,0.7395144222,3753.196857 +484,-0.977651478,-0.572363064,52,-1.534923633,0.7395144222,5577.1151157 +485,1.102014914,0.728861163,52,-1.534923633,0.7395144222,6354.8151868 +486,2.927300795,-0.282939414,52,-1.534923633,0.7395144222,7696.6679138 +487,-1.154565557,0.124434095,52,-1.534923633,0.7395144222,2775.8175893 +488,1.855331234,0.291044755,52,-1.534923633,0.7395144222,8262.0062195 +489,0.830290659,0.276904518,52,-1.534923633,0.7395144222,7523.7705225 +490,0.485104466,-0.234867441,52,-1.534923633,0.7395144222,8154.9081288 +491,0.521367572,-0.33161327,52,-1.534923633,0.7395144222,8506.814473 +1,-1.539031704,0.7349710123,53,-1.533267822,0.7395654306,24.836523524 +2,-1.536990553,0.7349663874,53,-1.533267822,0.7395654306,21.237215361 +3,-1.534951779,0.7349571355,53,-1.533267822,0.7395654306,18.909583553 +4,-1.532906461,0.7349480293,53,-1.533267822,0.7395654306,18.320197691 +5,-1.531320211,0.7346937278,53,-1.533267822,0.7395654306,20.124404418 +6,-1.539451648,0.7335131775,53,-1.533267822,0.7395654306,30.065722918 +7,-1.537429487,0.7335445708,53,-1.533267822,0.7395654306,26.793161534 +8,-1.535484998,0.7335658704,53,-1.533267822,0.7395654306,24.638662539 +9,-1.533488396,0.7336036027,53,-1.533267822,0.7395654306,23.623667589 +10,-1.531497785,0.7335842962,53,-1.533267822,0.7395654306,24.253869186 +11,-1.530259379,0.7334777758,53,-1.533267822,0.7395654306,25.678315815 +12,-1.5335454,0.7322346912,53,-1.533267822,0.7395654306,29.04849312 +13,-1.531489083,0.7322238773,53,-1.533267822,0.7395654306,29.545104793 +14,-1.530011122,0.7321679851,53,-1.533267822,0.7395654306,30.821983801 +15,-1.53348106,0.7306614094,53,-1.533267822,0.7395654306,35.274392373 +16,-1.531441779,0.7306962275,53,-1.533267822,0.7395654306,35.538199615 +17,-1.529755654,0.7306933243,53,-1.533267822,0.7395654306,36.626040571 +18,-1.533415048,0.7291384674,53,-1.533267822,0.7395654306,41.303469803 +19,-1.531392093,0.7291705353,53,-1.533267822,0.7395654306,41.541845293 +20,-1.529296523,0.7291214933,53,-1.533267822,0.7395654306,42.984598952 +21,-1.535280942,0.727267644,53,-1.533267822,0.7395654306,49.070390808 +22,-1.533378158,0.7276139666,53,-1.533267822,0.7395654306,47.34086212 +23,-1.531340368,0.7276446587,53,-1.533267822,0.7395654306,47.557464055 +24,-1.528960113,0.7276398177,53,-1.533267822,0.7395654306,48.907911659 +25,-1.533313146,0.7260818349,53,-1.533267822,0.7395654306,53.40868952 +26,-1.531259555,0.7260958115,53,-1.533267822,0.7395654306,53.679765971 +27,-1.528926415,0.7260865555,53,-1.533267822,0.7395654306,54.898442757 +28,-1.531226779,0.7245511789,53,-1.533267822,0.7395654306,59.774668881 +29,-1.528904772,0.7245519194,53,-1.533267822,0.7395654306,60.841836187 +30,-1.547195875,0.7409785979,53,-1.533267822,0.7395654306,41.113139585 +31,-1.5451475,0.740980426,53,-1.533267822,0.7395654306,35.189392392 +32,-1.543097679,0.7409798872,53,-1.533267822,0.7395654306,29.286738333 +33,-1.540720364,0.7409892687,53,-1.533267822,0.7395654306,22.511602842 +34,-1.547188511,0.7395198392,53,-1.533267822,0.7395654306,40.736296034 +35,-1.545148587,0.7395226109,53,-1.533267822,0.7395654306,34.766901481 +36,-1.543104538,0.7395314908,53,-1.533267822,0.7395654306,28.785244116 +37,-1.540727751,0.7395306258,53,-1.533267822,0.7395654306,21.830260075 +38,-1.547187029,0.7380014886,53,-1.533267822,0.7395654306,41.227804893 +39,-1.545147315,0.7380012252,53,-1.533267822,0.7395654306,35.334323215 +40,-1.54310719,0.7380060743,53,-1.533267822,0.7395654306,29.467313095 +41,-1.540719671,0.7380068206,53,-1.533267822,0.7395654306,22.67783332 +42,-1.547187189,0.7364799098,53,-1.533267822,0.7395654306,42.580100002 +43,-1.545149996,0.7364853874,53,-1.533267822,0.7395654306,36.894209157 +44,-1.543106091,0.7364823484,53,-1.533267822,0.7395654306,31.309292434 +45,-1.540717158,0.7364893901,53,-1.533267822,0.7395654306,24.999206177 +46,-1.538663972,0.7410138672,53,-1.533267822,0.7395654306,16.790560222 +47,-1.53695285,0.7409699132,53,-1.533267822,0.7395654306,12.127578444 +48,-1.534910498,0.7409641297,53,-1.533267822,0.7395654306,7.3328501774 +49,-1.533145034,0.7409536636,53,-1.533267822,0.7395654306,5.5105025364 +50,-1.538681336,0.7395405883,53,-1.533267822,0.7395654306,15.841686753 +51,-1.536999189,0.7395183096,53,-1.533267822,0.7395654306,10.9206817 +52,-1.534923633,0.7395144222,53,-1.533267822,0.7395654306,4.8496145439 +53,-1.533267822,0.7395654306,53,-1.533267822,0.7395654306,2.2959815374 +54,-1.53867273,0.7380151077,53,-1.533267822,0.7395654306,16.976742832 +55,-1.536980576,0.7379994392,53,-1.533267822,0.7395654306,12.517159028 +56,-1.534931522,0.7379944961,53,-1.533267822,0.7395654306,7.902795835 +57,-1.533387952,0.7379480264,53,-1.533267822,0.7395654306,6.4161896023 +58,-1.538682279,0.7364914363,53,-1.533267822,0.7395654306,19.999786767 +59,-1.536980704,0.7364810563,53,-1.533267822,0.7395654306,16.359550666 +60,-1.534935567,0.7364752065,53,-1.533267822,0.7395654306,13.179923884 +61,-1.533042592,0.7363876366,53,-1.533267822,0.7395654306,12.604535294 +62,-1.545143426,0.7349628011,53,-1.533267822,0.7395654306,39.307044625 +63,-1.543105297,0.7349691947,53,-1.533267822,0.7395654306,34.111442316 +64,-1.541064533,0.7349647152,53,-1.533267822,0.7395654306,29.236924928 +65,-1.545411803,0.7334624714,53,-1.533267822,0.7395654306,43.060407056 +66,-1.543446606,0.7334780896,53,-1.533267822,0.7395654306,38.385873812 +67,-1.541475327,0.7334957295,53,-1.533267822,0.7395654306,34.029806489 +68,-1.545401939,0.731963266,53,-1.533267822,0.7395654306,46.649992847 +69,-1.54342253,0.7319915583,53,-1.533267822,0.7395654306,42.297420195 +70,-1.541455867,0.7320216438,53,-1.533267822,0.7395654306,38.352279513 +71,-1.545410146,0.7304422281,53,-1.533267822,0.7395654306,50.782093144 +72,-1.543435491,0.7304713664,53,-1.533267822,0.7395654306,46.798625093 +73,-1.541463105,0.7304997613,53,-1.533267822,0.7395654306,43.235489228 +74,-1.545414768,0.7289194936,53,-1.533267822,0.7395654306,55.26152895 +75,-1.543435774,0.7289538557,53,-1.533267822,0.7395654306,51.580515924 +76,-1.541457714,0.7289765881,53,-1.533267822,0.7395654306,48.363602018 +77,-1.539449415,0.7320555866,53,-1.533267822,0.7395654306,34.846710557 +78,-1.537429183,0.7321097681,53,-1.533267822,0.7395654306,31.959659618 +79,-1.535472649,0.7321497267,53,-1.533267822,0.7395654306,30.078492003 +80,-1.539457899,0.7305333307,53,-1.533267822,0.7395654306,40.133900986 +81,-1.537453161,0.7305750503,53,-1.533267822,0.7395654306,37.674367849 +82,-1.535479385,0.7306124949,53,-1.533267822,0.7395654306,36.052966341 +83,-1.53946905,0.7290102593,53,-1.533267822,0.7395654306,45.611836834 +84,-1.537459922,0.7290417293,53,-1.533267822,0.7395654306,43.468466612 +85,-1.535451349,0.7290890157,53,-1.533267822,0.7395654306,41.990739187 +86,-1.535522937,0.7279887191,53,-1.533267822,0.7395654306,46.332690421 +87,-1.539442524,0.7274735939,53,-1.533267822,0.7395654306,51.225624207 +88,-1.537424111,0.727521351,53,-1.533267822,0.7395654306,49.248945569 +89,-1.539384641,0.7259505092,53,-1.533267822,0.7395654306,56.856374151 +90,-1.537372391,0.7259947145,53,-1.533267822,0.7395654306,55.095278839 +91,-1.535340789,0.7260435356,53,-1.533267822,0.7395654306,53.906824328 +92,-1.539325716,0.7244369706,53,-1.533267822,0.7395654306,62.525339114 +93,-1.537308932,0.7244801057,53,-1.533267822,0.7395654306,60.927560335 +94,-1.535289068,0.7245247645,53,-1.533267822,0.7395654306,59.872944442 +95,-1.533261366,0.7245550236,53,-1.533267822,0.7395654306,59.456225178 +96,-1.539267302,0.722921924,53,-1.533267822,0.7395654306,68.256547891 +97,-1.537248972,0.7229660258,53,-1.533267822,0.7395654306,66.789628223 +98,-1.535219431,0.7229916471,53,-1.533267822,0.7395654306,65.900404927 +99,-1.53318962,0.7230212049,53,-1.533267822,0.7395654306,65.532083687 +100,-1.531154816,0.7230299897,53,-1.533267822,0.7395654306,65.792447099 +101,-1.528878341,0.7230370244,53,-1.533267822,0.7395654306,66.735671957 +102,-1.539218189,0.7214009878,53,-1.533267822,0.7395654306,74.060003624 +103,-1.537198791,0.7214422745,53,-1.533267822,0.7395654306,72.716537514 +104,-1.535179266,0.7214634354,53,-1.533267822,0.7395654306,71.923402766 +105,-1.533156501,0.7214944644,53,-1.533267822,0.7395654306,71.579850833 +106,-1.53113574,0.7215166021,53,-1.533267822,0.7395654306,71.767563183 +107,-1.528874248,0.7215345535,53,-1.533267822,0.7395654306,72.586869829 +108,-1.539217656,0.7198512397,53,-1.533267822,0.7395654306,80.039135233 +109,-1.537199919,0.7199428763,53,-1.533267822,0.7395654306,78.586973555 +110,-1.545425832,0.727397149,53,-1.533267822,0.7395654306,60.023489092 +111,-1.543371177,0.7273916949,53,-1.533267822,0.7395654306,56.647346949 +112,-1.541368852,0.7274523163,53,-1.533267822,0.7395654306,53.574408665 +113,-1.545349067,0.7258710923,53,-1.533267822,0.7395654306,64.866515959 +114,-1.54332671,0.7258603556,53,-1.533267822,0.7395654306,61.839492096 +115,-1.541346831,0.7259242142,53,-1.533267822,0.7395654306,59.037018484 +116,-1.545324355,0.7243383958,53,-1.533267822,0.7395654306,69.99782878 +117,-1.543292796,0.7243617413,53,-1.533267822,0.7395654306,67.075334614 +118,-1.541295822,0.7244024384,53,-1.533267822,0.7395654306,64.550233322 +119,-1.543193859,0.7205570215,53,-1.533267822,0.7395654306,80.790606234 +120,-1.550257047,0.7386738187,53,-1.533267822,0.7395654306,49.85962714 +121,-1.549335448,0.7311736483,53,-1.533267822,0.7395654306,57.72691488 +122,-1.533478843,0.7179891343,53,-1.533267822,0.7395654306,85.465984266 +123,-1.556150555,0.738907041,53,-1.533267822,0.7395654306,67.030426924 +124,-1.554324226,0.733414257,53,-1.533267822,0.7395654306,66.418106014 +125,-1.554290846,0.7288285332,53,-1.533267822,0.7395654306,75.033759857 +126,-1.55122487,0.7219795312,53,-1.533267822,0.7395654306,87.50611288 +127,-1.525104458,0.7229399862,53,-1.533267822,0.7395654306,70.113492943 +128,-1.519607711,0.7236181429,53,-1.533267822,0.7395654306,74.906681606 +129,-1.513899999,0.7251107854,53,-1.533267822,0.7395654306,80.822257022 +130,-1.536620762,0.7431061895,53,-1.533267822,0.7395654306,17.107104015 +131,-1.5369566,0.7460845958,53,-1.533267822,0.7395654306,27.975306086 +132,-1.545345528,0.7447040685,53,-1.533267822,0.7395654306,40.712268092 +133,-1.532813921,0.7432306626,53,-1.533267822,0.7395654306,14.578412674 +134,-1.554788248,0.7382381001,53,-1.533267822,0.7395654306,63.230316856 +135,-1.540348126,0.7301594274,53,-1.533267822,0.7395654306,42.673516213 +136,-1.538016084,0.7239051786,53,-1.533267822,0.7395654306,63.588938529 +137,-1.525288962,0.7258085137,53,-1.533267822,0.7395654306,59.339875609 +138,-1.534326986,0.731241342,53,-1.533267822,0.7395654306,33.118163821 +139,-1.530733872,0.7303625216,53,-1.533267822,0.7395654306,37.205406418 +141,-1.534354939,0.7328219978,53,-1.533267822,0.7395654306,26.900657303 +142,-1.53157084,0.7292888153,53,-1.533267822,0.7395654306,41.01025524 +143,-1.525691035,0.7263799874,53,-1.533267822,0.7395654306,56.790607123 +144,-1.534031287,0.7495967835,53,-1.533267822,0.7395654306,39.796369108 +145,-1.527714986,0.7283095957,53,-1.533267822,0.7395654306,47.48148965 +146,-1.526189586,0.7271468292,53,-1.533267822,0.7395654306,53.418277689 +147,-1.555177336,0.7375563366,53,-1.533267822,0.7395654306,64.662044673 +148,-1.555080283,0.7312707794,53,-1.533267822,0.7395654306,72.001264154 +149,-1.53856994,0.7224180299,53,-1.533267822,0.7395654306,69.697251967 +150,-1.530837883,0.729933372,53,-1.533267822,0.7395654306,38.815236871 +151,-1.515066984,0.5854133365,53,-1.533267822,0.7395654306,613.22183454 +152,-1.534731633,0.5368370046,53,-1.533267822,0.7395654306,803.02067601 +153,-1.515231902,0.5607085576,53,-1.533267822,0.7395654306,710.71407109 +154,-2.616253799,1.0684566605,53,-1.533267822,0.7395654306,2818.0490503 +155,-1.956071439,0.5792177723,53,-1.533267822,0.7395654306,1461.1648605 +156,-1.951208514,0.5602434208,53,-1.533267822,0.7395654306,1489.7972124 +157,-1.944675062,0.6062144545,53,-1.533267822,0.7395654306,1373.699769 +158,-1.613778386,0.6077989518,53,-1.533267822,0.7395654306,578.14290103 +159,-2.035029014,0.6021432345,53,-1.533267822,0.7395654306,1639.7854287 +160,-2.114989471,0.6801825058,53,-1.533267822,0.7395654306,1751.9830354 +161,-2.037382079,0.5765830025,53,-1.533267822,0.7395654306,1696.1902325 +162,-2.129855121,0.6585019963,53,-1.533267822,0.7395654306,1824.4545458 +163,-2.075141798,0.6493615843,53,-1.533267822,0.7395654306,1677.618475 +164,-1.828626729,0.6948433129,53,-1.533267822,0.7395654306,897.7219972 +165,-1.863329418,0.6735427691,53,-1.533267822,0.7395654306,1025.7982763 +166,-1.266037071,0.727988852,53,-1.533267822,0.7395654306,786.36628099 +167,-1.277579582,0.7249010648,53,-1.533267822,0.7395654306,754.48450641 +168,-1.258418684,0.7241194816,53,-1.533267822,0.7395654306,811.05619067 +169,-1.317813974,0.6804850104,53,-1.533267822,0.7395654306,687.40558593 +170,-1.344165204,0.6790988904,53,-1.533267822,0.7395654306,616.18079223 +171,-1.427582102,0.5277120351,53,-1.533267822,0.7395654306,903.78648007 +172,-1.402238616,0.457167829,53,-1.533267822,0.7395654306,1196.6990098 +173,-1.422454264,0.4996161999,53,-1.533267822,0.7395654306,1014.6084212 +174,-1.439089277,0.4894859811,53,-1.533267822,0.7395654306,1035.8001858 +175,-1.448126995,0.5182330266,53,-1.533267822,0.7395654306,917.69903708 +176,-1.474626146,0.5881926574,53,-1.533267822,0.7395654306,626.72887354 +177,-1.421139645,0.5584869783,53,-1.533267822,0.7395654306,799.16576823 +178,-1.457037165,0.565943032,53,-1.533267822,0.7395654306,728.07040936 +179,-2.757159358,0.3745319,53,-1.533267822,0.7395654306,4237.3810119 +180,-2.714309238,0.342054471,53,-1.533267822,0.7395654306,4191.2482215 +181,-2.000525337,0.774119946,53,-1.533267822,0.7395654306,1346.4480132 +183,-1.571413436,0.6777838382,53,-1.533267822,0.7395654306,270.24393226 +184,-1.552860289,0.6987663893,53,-1.533267822,0.7395654306,171.82439999 +185,-1.521852374,0.7165827476,53,-1.533267822,0.7395654306,97.089149571 +186,-1.503656267,0.6928968252,53,-1.533267822,0.7395654306,204.92287077 +187,-1.502753178,0.7136205882,53,-1.533267822,0.7395654306,136.82490865 +188,-1.631894563,0.7343596465,53,-1.533267822,0.7395654306,289.9692791 +189,-1.653765416,0.6770714026,53,-1.533267822,0.7395654306,438.70760971 +190,-1.719812114,0.6715965947,53,-1.533267822,0.7395654306,622.96854286 +191,-1.493406659,0.6646955447,53,-1.533267822,0.7395654306,320.08794825 +192,-1.469120564,0.6613469966,53,-1.533267822,0.7395654306,365.59879105 +193,-1.590551461,0.5326612937,53,-1.533267822,0.7395654306,839.43697417 +194,-1.625979264,0.5247742243,53,-1.533267822,0.7395654306,900.39231069 +195,-1.572293943,0.5238808754,53,-1.533267822,0.7395654306,863.29482327 +196,-1.610848725,0.5477107964,53,-1.533267822,0.7395654306,798.38387824 +197,-1.208485554,0.7918526018,53,-1.533267822,0.7395654306,947.93466723 +198,-1.335601374,0.6869083083,53,-1.533267822,0.7395654306,627.17197547 +199,-1.346156996,0.6825213377,53,-1.533267822,0.7395654306,604.75367091 +200,-1.324381037,0.6741422347,53,-1.533267822,0.7395654306,679.6627217 +201,-1.242424992,0.7378949807,53,-1.533267822,0.7395654306,850.38113401 +202,-1.270370057,0.7392461008,53,-1.533267822,0.7395654306,768.40402907 +203,-1.448950472,0.7441675014,53,-1.533267822,0.7395654306,246.85362623 +204,-1.492662363,0.7523026852,53,-1.533267822,0.7395654306,128.44523312 +205,-1.479098966,0.7763855017,53,-1.533267822,0.7395654306,213.39651732 +206,-1.633760714,0.7869022408,53,-1.533267822,0.7395654306,343.21864746 +207,-1.647406434,0.8101289331,53,-1.533267822,0.7395654306,426.91105542 +208,-1.564245052,0.5701509278,53,-1.533267822,0.7395654306,678.02430767 +209,-1.646289963,0.6833746083,53,-1.533267822,0.7395654306,405.41325986 +210,-1.5820631,0.6751952144,53,-1.533267822,0.7395654306,294.21960713 +211,-1.613236298,0.6681681791,53,-1.533267822,0.7395654306,371.75002423 +212,-1.914661867,0.8212566515,53,-1.533267822,0.7395654306,1117.0144652 +213,-1.742133237,0.7250275956,53,-1.533267822,0.7395654306,617.39776648 +214,-2.033144872,0.6557314699,53,-1.533267822,0.7395654306,1545.4915155 +215,-2.039551981,0.6964723658,53,-1.533267822,0.7395654306,1512.4838815 +216,-1.247341019,0.7622473908,53,-1.533267822,0.7395654306,831.46445287 +217,-1.298239787,0.7084123392,53,-1.533267822,0.7395654306,707.48021599 +218,-1.308539688,0.6926545592,53,-1.533267822,0.7395654306,695.94860298 +219,-1.303263185,0.6888938396,53,-1.533267822,0.7395654306,716.19268288 +220,-1.852400229,0.6004246149,53,-1.533267822,0.7395654306,1130.3420959 +221,-1.288947707,0.7473773692,53,-1.533267822,0.7395654306,712.23686611 +222,-1.372031502,0.7472790993,53,-1.533267822,0.7395654306,470.90619928 +223,-1.289805721,0.7242157877,53,-1.533267822,0.7395654306,719.15134824 +224,-1.350807603,0.7533498126,53,-1.533267822,0.7395654306,533.00063914 +225,-1.329290365,0.7560442322,53,-1.533267822,0.7395654306,595.46737451 +226,-1.410153004,0.616936428,53,-1.533267822,0.7395654306,616.0546072 +227,-1.393445434,0.6308995063,53,-1.533267822,0.7395654306,607.03279596 +228,-1.37595573,0.6241540638,53,-1.533267822,0.7395654306,664.87912813 +229,-1.358388707,0.6172645205,53,-1.533267822,0.7395654306,723.99606763 +230,-1.753741133,0.8281661666,53,-1.533267822,0.7395654306,709.84839293 +231,-1.47430987,0.6834615681,53,-1.533267822,0.7395654306,283.96861455 +232,-1.421012508,0.7222725206,53,-1.533267822,0.7395654306,337.98627059 +233,-1.4476833,0.6978557868,53,-1.533267822,0.7395654306,303.88869877 +234,-1.470370723,0.6966193374,53,-1.533267822,0.7395654306,253.20662425 +235,-1.429211703,0.7037216883,53,-1.533267822,0.7395654306,340.33454167 +236,-1.700578405,0.6178673663,53,-1.533267822,0.7395654306,705.15918167 +237,-1.678117619,0.6331716163,53,-1.533267822,0.7395654306,611.45913873 +238,-1.725644578,0.6316331145,53,-1.533267822,0.7395654306,727.47204026 +239,-2.14012759,0.7930497945,53,-1.533267822,0.7395654306,1731.0895397 +240,-2.103289431,0.7653606263,53,-1.533267822,0.7395654306,1640.6848994 +241,-1.318739838,0.7017808746,53,-1.533267822,0.7395654306,655.13024376 +242,-1.396417427,0.7077900843,53,-1.533267822,0.7395654306,425.07448562 +243,-1.35650337,0.7185539404,53,-1.533267822,0.7395654306,528.44330147 +244,-1.248884539,0.7274156818,53,-1.533267822,0.7395654306,836.86706199 +245,-1.395014798,0.5761185243,53,-1.533267822,0.7395654306,778.23268141 +246,-1.433377362,0.6064716109,53,-1.533267822,0.7395654306,610.90329925 +247,-1.408172432,0.5903155476,53,-1.533267822,0.7395654306,707.57635248 +248,-1.749645898,0.7757118084,53,-1.533267822,0.7395654306,638.19809413 +249,-1.571626686,0.615046989,53,-1.533267822,0.7395654306,507.17683382 +250,-1.514070049,0.6303003037,53,-1.533267822,0.7395654306,436.77564823 +251,-1.480890369,0.6237966528,53,-1.533267822,0.7395654306,485.94477501 +252,-1.704390658,0.5281680612,53,-1.533267822,0.7395654306,998.12218311 +253,-1.64434733,0.5254277498,53,-1.533267822,0.7395654306,918.73340926 +254,-1.703855997,0.4792484842,53,-1.533267822,0.7395654306,1168.6136668 +255,-1.692002383,0.5748825051,53,-1.533267822,0.7395654306,819.4684186 +256,-1.854136457,0.5544643913,53,-1.533267822,0.7395654306,1246.8823147 +257,-1.665021206,0.520317736,53,-1.533267822,0.7395654306,964.40780245 +258,-1.733654349,0.4845187345,53,-1.533267822,0.7395654306,1198.5282429 +259,-1.720938188,0.5135933906,53,-1.533267822,0.7395654306,1076.7536665 +260,-1.742668307,0.553296122,53,-1.533267822,0.7395654306,989.29486808 +261,-1.965659039,0.7142126903,53,-1.533267822,0.7395654306,1279.1956941 +262,-1.944438071,0.6772834804,53,-1.533267822,0.7395654306,1256.8593299 +263,-1.270340967,0.7681487096,53,-1.533267822,0.7395654306,766.56082686 +264,-1.353091884,0.6549276821,53,-1.533267822,0.7395654306,640.96568659 +265,-1.333236659,0.6413584414,53,-1.533267822,0.7395654306,723.20724217 +266,-1.352015998,0.6753788907,53,-1.533267822,0.7395654306,601.40617496 +267,-1.377988483,0.6577816235,53,-1.533267822,0.7395654306,571.10834819 +268,-2.13075611,0.8318642051,53,-1.533267822,0.7395654306,1697.7398268 +269,-2.097910953,0.8259670014,53,-1.533267822,0.7395654306,1609.8443431 +270,-1.416382069,0.6694271549,53,-1.533267822,0.7395654306,448.78168463 +271,-1.538905672,0.7535625993,53,-1.533267822,0.7395654306,57.815066152 +272,-1.572309477,0.7803125099,53,-1.533267822,0.7395654306,196.49035236 +273,-1.87759879,0.7503853417,53,-1.533267822,0.7395654306,1001.2161453 +274,1.152365588,0.590457682,53,-1.533267822,0.7395654306,6921.7431626 +275,0.350198001,0.718001859,53,-1.533267822,0.7395654306,5129.7612963 +276,0.046513677,0.491503852,53,-1.533267822,0.7395654306,4964.1580381 +277,0.027510309,0.742571376,53,-1.533267822,0.7395654306,4323.3259976 +278,0.306285725,-0.214631579,53,-1.533267822,0.7395654306,7575.9112557 +279,-1.100564889,0.318051531,53,-1.533267822,0.7395654306,2214.1088884 +280,-1.078582306,0.301437596,53,-1.533267822,0.7395654306,2316.0298672 +281,-1.137371989,-0.617634065,53,-1.533267822,0.7395654306,5563.7856572 +282,0.784356344,0.703272339,53,-1.533267822,0.7395654306,6011.540213 +283,-1.221209947,0.218327455,53,-1.533267822,0.7395654306,2326.787285 +284,2.347301921,-0.449114658,53,-1.533267822,0.7395654306,9794.4647438 +285,0.246820618,0.830553713,53,-1.533267822,0.7395654306,4617.5038632 +286,0.829414965,0.703288228,53,-1.533267822,0.7395654306,6083.7947599 +287,-1.337537566,0.42332223,53,-1.533267822,0.7395654306,1407.2581653 +288,0.882453706,0.454478077,53,-1.533267822,0.7395654306,7021.8511002 +289,1.575629659,0.416419109,53,-1.533267822,0.7395654306,7863.4310886 +290,-1.039455679,0.229888244,53,-1.533267822,0.7395654306,2633.7499496 +291,0.489558039,0.934482747,53,-1.533267822,0.7395654306,4804.2513998 +292,0.081344504,0.88384514,53,-1.533267822,0.7395654306,4145.3044901 +293,-1.547979814,0.300350308,53,-1.533267822,0.7395654306,1740.4423429 +294,0.040776181,0.168560074,53,-1.533267822,0.7395654306,5782.5351629 +295,-1.130374745,0.563894876,53,-1.533267822,0.7395654306,1440.3007905 +296,1.578326642,0.478507176,53,-1.533267822,0.7395654306,7617.817631 +297,-1.12861823,-0.291640865,53,-1.533267822,0.7395654306,4343.5526126 +298,0.310524208,0.770885792,53,-1.533267822,0.7395654306,4903.5476884 +299,0.415649091,-0.387246002,53,-1.533267822,0.7395654306,8328.2367573 +300,-0.926533878,-0.188022748,53,-1.533267822,0.7395654306,4282.8049555 +301,1.258856172,-0.11716081,53,-1.533267822,0.7395654306,9691.4283058 +302,-1.126050026,0.322941926,53,-1.533267822,0.7395654306,2143.0698114 +303,2.002785835,0.07893892,53,-1.533267822,0.7395654306,8905.0415791 +304,0.440437607,0.746258085,53,-1.533267822,0.7395654306,5242.0253427 +305,-0.030391866,0.214441206,53,-1.533267822,0.7395654306,5455.000939 +306,0.521557815,-0.058929362,53,-1.533267822,0.7395654306,7778.2435329 +307,-0.097005111,0.13317729,53,-1.533267822,0.7395654306,5473.9949619 +308,1.83113859,0.221857587,53,-1.533267822,0.7395654306,8550.2341183 +309,0.222428864,0.099404236,53,-1.533267822,0.7395654306,6492.5319443 +310,-1.702731345,0.8728568183,53,-1.533267822,0.7395654306,702.15868143 +311,-0.418507569,0.278324921,53,-1.533267822,0.7395654306,4157.1170915 +312,-1.41153306,0.339029988,53,-1.533267822,0.7395654306,1638.1075522 +313,0.357560442,0.114788776,53,-1.533267822,0.7395654306,6833.1067637 +314,0.325818979,0.268352149,53,-1.533267822,0.7395654306,6316.3036675 +315,-1.246004659,-0.663679965,53,-1.533267822,0.7395654306,5653.8663607 +316,1.814603087,0.637404484,53,-1.533267822,0.7395654306,6938.9267027 +317,1.843704281,-0.18300445,53,-1.533267822,0.7395654306,10093.405955 +318,1.690644492,-0.211480909,53,-1.533267822,0.7395654306,10332.957201 +319,-1.275451936,0.068109467,53,-1.533267822,0.7395654306,2811.1263349 +320,0.762430171,-0.207594741,53,-1.533267822,0.7395654306,8861.919465 +321,0.265668905,-0.014647884,53,-1.533267822,0.7395654306,6926.4811511 +322,-2.773032013,-0.335515811,53,-1.533267822,0.7395654306,6202.8502605 +323,-1.469512853,0.174058777,53,-1.533267822,0.7395654306,2250.8754424 +324,0.286276986,0.785925691,53,-1.533267822,0.7395654306,4812.8570619 +325,-1.379324697,0.377432233,53,-1.533267822,0.7395654306,1522.6289038 +326,-1.203778265,0.212813032,53,-1.533267822,0.7395654306,2374.7372783 +327,0.579916301,0.611743168,53,-1.533267822,0.7395654306,5925.06167 +328,0.267582642,0.868113908,53,-1.533267822,0.7395654306,4568.3572792 +329,0.412869244,-0.050245578,53,-1.533267822,0.7395654306,7446.8043927 +330,0.17524381,0.976660285,53,-1.533267822,0.7395654306,4140.1785443 +331,0.743157214,0.204812899,53,-1.533267822,0.7395654306,7562.4535034 +332,-1.070758176,0.269382282,53,-1.533267822,0.7395654306,2436.7458471 +333,-1.230364251,0.329790229,53,-1.533267822,0.7395654306,1914.9984145 +334,-1.374813124,-0.024926835,53,-1.533267822,0.7395654306,3080.7373789 +335,0.519780566,0.463669906,53,-1.533267822,0.7395654306,6241.825199 +336,-1.55108034,0.239698561,53,-1.533267822,0.7395654306,1980.9132836 +337,0.180294813,0.029739425,53,-1.533267822,0.7395654306,6559.1170498 +338,0.67820924,0.268170153,53,-1.533267822,0.7395654306,7211.4445421 +339,0.445798684,1.024001867,53,-1.533267822,0.7395654306,4491.0897423 +340,0.691751283,0.150521402,53,-1.533267822,0.7395654306,7610.4799801 +341,-1.036643551,-0.903056181,53,-1.533267822,0.7395654306,6726.435042 +342,-0.120287036,1.083325163,53,-1.533267822,0.7395654306,3419.984814 +343,2.823513113,-0.304487164,53,-1.533267822,0.7395654306,8059.4092489 +344,0.457583172,1.12513373,53,-1.533267822,0.7395654306,4246.6325437 +345,0.042918831,0.813795399,53,-1.533267822,0.7395654306,4206.3792963 +346,1.196146777,-0.853142756,53,-1.533267822,0.7395654306,11222.916843 +347,0.206001358,-0.010430701,53,-1.533267822,0.7395654306,6741.8970627 +348,-0.268308653,0.234799412,53,-1.533267822,0.7395654306,4707.3219745 +349,0.759363263,0.736189579,53,-1.533267822,0.7395654306,5861.7066646 +350,0.181363926,0.891988372,53,-1.533267822,0.7395654306,4337.1640571 +351,-0.021111158,0.139103292,53,-1.533267822,0.7395654306,5680.2475711 +352,-0.093355215,0.630686981,53,-1.533267822,0.7395654306,4259.9948006 +353,0.40118964,0.681375926,53,-1.533267822,0.7395654306,5341.6673281 +354,-0.721197315,1.304706234,53,-1.533267822,0.7395654306,2653.358682 +355,-1.076150317,0.212107639,53,-1.533267822,0.7395654306,2614.6006244 +356,-1.577164531,0.273993443,53,-1.533267822,0.7395654306,1850.1662781 +357,-0.190788414,0.182208586,53,-1.533267822,0.7395654306,5070.6956775 +358,-0.261349752,0.209710184,53,-1.533267822,0.7395654306,4792.6151367 +359,-1.029303852,0.083549259,53,-1.533267822,0.7395654306,3145.5657002 +360,-1.268609162,0.330525297,53,-1.533267822,0.7395654306,1847.5856975 +361,1.282982244,-0.926641967,53,-1.533267822,0.7395654306,11309.588187 +362,0.217352334,0.731352408,53,-1.533267822,0.7395654306,4798.0360214 +363,-1.511833084,0.258629297,53,-1.533267822,0.7395654306,1906.3922847 +364,0.338812194,0.823184618,53,-1.533267822,0.7395654306,4825.9412674 +365,-0.324406489,1.134201999,53,-1.533267822,0.7395654306,3030.2978717 +366,1.389579348,0.399185724,53,-1.533267822,0.7395654306,7862.7909254 +367,2.047152199,-0.039082036,53,-1.533267822,0.7395654306,9263.3601422 +368,0.947780369,0.568250077,53,-1.533267822,0.7395654306,6734.275303 +369,0.763824846,0.576754987,53,-1.533267822,0.7395654306,6395.2061084 +370,-0.142334657,0.928153068,53,-1.533267822,0.7395654306,3579.462294 +371,0.610266567,0.547265983,53,-1.533267822,0.7395654306,6187.0139683 +372,0.210731629,0.746815056,53,-1.533267822,0.7395654306,4744.5311803 +373,-1.34931644,0.316895224,53,-1.533267822,0.7395654306,1785.1213479 +374,2.407696481,0.655030745,53,-1.533267822,0.7395654306,6213.4737983 +375,0.64207831,0.545359131,53,-1.533267822,0.7395654306,6259.1234209 +376,1.174597538,0.840588356,53,-1.533267822,0.7395654306,6004.0178154 +377,0.660059424,0.010604079,53,-1.533267822,0.7395654306,7954.5103695 +378,-0.730263819,0.010486456,53,-1.533267822,0.7395654306,4055.1752887 +379,0.831068936,0.512339172,53,-1.533267822,0.7395654306,6732.7679965 +380,1.301180979,0.72367476,53,-1.533267822,0.7395654306,6544.8673897 +381,1.811128231,0.322854402,53,-1.533267822,0.7395654306,8170.7901364 +382,0.435105812,0.992284428,53,-1.533267822,0.7395654306,4557.7086162 +383,0.62643634,0.592027932,53,-1.533267822,0.7395654306,6080.9099188 +384,0.492988703,-0.516339467,53,-1.533267822,0.7395654306,8847.3233133 +385,-0.162469483,0.112549365,53,-1.533267822,0.7395654306,5337.0884449 +386,0.314630866,0.472006421,53,-1.533267822,0.7395654306,5719.7872282 +387,0.166744804,0.822815954,53,-1.533267822,0.7395654306,4464.3001939 +388,0.417159608,0.965805736,53,-1.533267822,0.7395654306,4597.8003167 +389,0.106334961,0.868774244,53,-1.533267822,0.7395654306,4230.6986632 +390,0.815086969,-0.338144359,53,-1.533267822,0.7395654306,9363.2309464 +391,0.59867455,-0.230624824,53,-1.533267822,0.7395654306,8466.3256063 +392,1.915104874,0.066220985,53,-1.533267822,0.7395654306,9067.2262547 +393,1.278093622,0.064463721,53,-1.533267822,0.7395654306,9045.4392003 +394,-0.061477853,0.302997961,53,-1.533267822,0.7395654306,5135.7377401 +395,0.251311504,0.626976942,53,-1.533267822,0.7395654306,5145.2178853 +396,2.950242872,0.149095644,53,-1.533267822,0.7395654306,6482.1147754 +397,-0.180294708,0.35375117,53,-1.533267822,0.7395654306,4664.0592924 +398,1.010448592,-0.351180233,53,-1.533267822,0.7395654306,9929.4193598 +399,-1.748740498,0.3686318073,53,-1.533267822,0.7395654306,1634.5841414 +400,2.699635665,0.123533791,53,-1.533267822,0.7395654306,7243.9318306 +401,0.496808033,0.823843254,53,-1.533267822,0.7395654306,5130.6626165 +402,0.129574704,0.763364087,53,-1.533267822,0.7395654306,4518.613695 +403,1.798920311,0.817447563,53,-1.533267822,0.7395654306,6240.26909 +404,0.335987953,0.746786541,53,-1.533267822,0.7395654306,5021.7028933 +405,-1.085413643,0.292154671,53,-1.533267822,0.7395654306,2330.8666186 +406,-0.155321003,0.508207011,53,-1.533267822,0.7395654306,4365.7255714 +407,0.620529244,-0.301175104,53,-1.533267822,0.7395654306,8713.3720797 +408,1.684402744,0.368716966,53,-1.533267822,0.7395654306,8045.1245481 +409,0.300582244,-0.386397212,53,-1.533267822,0.7395654306,7991.0073612 +410,2.913555946,-0.009225192,53,-1.533267822,0.7395654306,7019.9095651 +411,1.465101417,0.493232532,53,-1.533267822,0.7395654306,7532.7971003 +412,0.090612882,0.907955955,53,-1.533267822,0.7395654306,4115.2519598 +413,2.987564726,-0.729568594,53,-1.533267822,0.7395654306,8548.0560649 +414,-1.484261606,0.224149272,53,-1.533267822,0.7395654306,2048.501894 +415,0.164073421,0.303955133,53,-1.533267822,0.7395654306,5774.3593336 +416,0.141441293,0.167552546,53,-1.533267822,0.7395654306,6075.9613608 +417,2.931321023,-0.506718887,53,-1.533267822,0.7395654306,8229.94838 +418,2.21951565,0.700596356,53,-1.533267822,0.7395654306,6332.9401012 +419,0.268112576,1.199114336,53,-1.533267822,0.7395654306,3835.7933647 +420,0.978913739,0.359223811,53,-1.533267822,0.7395654306,7521.111297 +421,1.210898818,0.522863584,53,-1.533267822,0.7395654306,7237.5966271 +422,2.347397336,0.129231362,53,-1.533267822,0.7395654306,8091.2356746 +423,0.614394501,0.556878345,53,-1.533267822,0.7395654306,6165.7757044 +424,-1.398079356,0.148483366,53,-1.533267822,0.7395654306,2388.2464392 +425,2.535303836,-0.112984496,53,-1.533267822,0.7395654306,8372.2637917 +426,-1.019372593,-0.405322349,53,-1.533267822,0.7395654306,4908.8656374 +427,-1.297785627,-0.160104069,53,-1.533267822,0.7395654306,3664.3881778 +428,2.144554488,0.205051084,53,-1.533267822,0.7395654306,8225.5190224 +429,-2.242387083,-0.426171285,53,-1.533267822,0.7395654306,5294.8739532 +430,0.338637212,0.909723676,53,-1.533267822,0.7395654306,4602.8560612 +431,-0.148798452,0.691042401,53,-1.533267822,0.7395654306,3985.8835054 +432,0.893524764,0.441829531,53,-1.533267822,0.7395654306,7084.9818138 +433,0.969229347,-0.368847936,53,-1.533267822,0.7395654306,9869.1003406 +434,0.436043248,0.800045688,53,-1.533267822,0.7395654306,5082.2276558 +435,1.687946607,1.081504775,53,-1.533267822,0.7395654306,5226.0914017 +436,0.522302046,-0.034889271,53,-1.533267822,0.7395654306,7712.8183819 +437,-0.178996113,-0.438090009,53,-1.533267822,0.7395654306,6787.0107395 +438,-1.094339566,0.301444068,53,-1.533267822,0.7395654306,2281.3109076 +439,-1.064070054,0.242569932,53,-1.533267822,0.7395654306,2538.8605232 +440,-1.068153768,0.230387998,53,-1.533267822,0.7395654306,2570.3454329 +441,-3.00496892,-0.23989155,53,-1.533267822,0.7395654306,6575.4678927 +442,0.21751974,0.766874888,53,-1.533267822,0.7395654306,4710.3287762 +443,0.117229532,0.007619006,53,-1.533267822,0.7395654306,6434.6574171 +444,0.777758451,0.420554741,53,-1.533267822,0.7395654306,6937.5537102 +445,-0.252356999,0.250747086,53,-1.533267822,0.7395654306,4713.0112749 +446,0.363148444,0.768483434,53,-1.533267822,0.7395654306,5021.1521871 +447,0.903191366,-0.118210676,53,-1.533267822,0.7395654306,8963.2733573 +448,-0.205755923,0.149406178,53,-1.533267822,0.7395654306,5113.0755455 +449,1.811996086,0.02364353,53,-1.533267822,0.7395654306,9334.2831082 +450,-1.100670221,0.314845373,53,-1.533267822,0.7395654306,2224.1968211 +451,0.340078597,0.850105132,53,-1.533267822,0.7395654306,4758.4243922 +452,0.258757267,0.804969236,53,-1.533267822,0.7395654306,4705.987795 +453,2.78505352,-0.155160804,53,-1.533267822,0.7395654306,7784.7343885 +454,0.800551619,0.105822106,53,-1.533267822,0.7395654306,8011.221736 +455,0.437940882,-0.506194031,53,-1.533267822,0.7395654306,8666.0503733 +456,2.230431122,0.63458615,53,-1.533267822,0.7395654306,6554.7228777 +457,0.527965361,0.127667701,53,-1.533267822,0.7395654306,7260.9777734 +458,-0.063643205,0.702093448,53,-1.533267822,0.7395654306,4183.4101273 +459,1.408447268,0.133010502,53,-1.533267822,0.7395654306,8912.7782545 +460,0.523795955,0.280266966,53,-1.533267822,0.7395654306,6799.6883226 +461,-0.975769313,0.072177659,53,-1.533267822,0.7395654306,3293.0251041 +462,0.549774164,-0.463663986,53,-1.533267822,0.7395654306,8897.5447859 +463,0.29245874,1.095549818,53,-1.533267822,0.7395654306,4083.4496782 +464,0.143625958,0.816809593,53,-1.533267822,0.7395654306,4427.2440186 +465,0.671902494,0.611159853,53,-1.533267822,0.7395654306,6110.4187448 +466,1.239840988,0.6724199,53,-1.533267822,0.7395654306,6695.7968887 +467,0.607829703,-0.10932137,53,-1.533267822,0.7395654306,8159.9962955 +468,1.763020906,0.263996692,53,-1.533267822,0.7395654306,8428.8688732 +469,0.378714634,0.726066797,53,-1.533267822,0.7395654306,5169.3412814 +470,2.196736143,-0.153862366,53,-1.533267822,0.7395654306,9352.2162706 +471,0.01702415,0.148991565,53,-1.533267822,0.7395654306,5765.306495 +472,-2.998490902,-0.158002487,53,-1.533267822,0.7395654306,6337.4711023 +473,-3.051262951,-0.346595608,53,-1.533267822,0.7395654306,6988.2950385 +474,-1.069176439,0.182802941,53,-1.533267822,0.7395654306,2727.5687077 +475,0.167157509,0.595344954,53,-1.533267822,0.7395654306,5019.6460742 +476,0.613855648,0.681746124,53,-1.533267822,0.7395654306,5776.9519517 +477,1.037012736,0.682555367,53,-1.533267822,0.7395654306,6448.1868442 +478,-1.253574971,0.379755746,53,-1.533267822,0.7395654306,1700.0409647 +479,3.108590453,-0.132620738,53,-1.533267822,0.7395654306,6781.1932331 +480,0.565301296,0.022333262,53,-1.533267822,0.7395654306,7667.4997333 +481,0.547898238,0.855555614,53,-1.533267822,0.7395654306,5130.2350834 +482,0.948309381,0.417393755,53,-1.533267822,0.7395654306,7264.9568673 +483,-0.050600732,0.945269213,53,-1.533267822,0.7395654306,3749.5744589 +484,-0.977651478,-0.572363064,53,-1.533267822,0.7395654306,5575.1153155 +485,1.102014914,0.728861163,53,-1.533267822,0.7395654306,6352.8756544 +486,2.927300795,-0.282939414,53,-1.533267822,0.7395654306,7701.5174017 +487,-1.154565557,0.124434095,53,-1.533267822,0.7395654306,2773.2200524 +488,1.855331234,0.291044755,53,-1.533267822,0.7395654306,8263.1201288 +489,0.830290659,0.276904518,53,-1.533267822,0.7395654306,7520.1758691 +490,0.485104466,-0.234867441,53,-1.533267822,0.7395654306,8150.0763083 +491,0.521367572,-0.33161327,53,-1.533267822,0.7395654306,8501.9664479 +1,-1.539031704,0.7349710123,54,-1.53867273,0.7380151077,12.103587234 +2,-1.536990553,0.7349663874,54,-1.53867273,0.7380151077,13.045904046 +3,-1.534951779,0.7349571355,54,-1.53867273,0.7380151077,16.307605195 +4,-1.532906461,0.7349480293,54,-1.53867273,0.7380151077,20.830379463 +5,-1.531320211,0.7346937278,54,-1.53867273,0.7380151077,25.272361965 +6,-1.539451648,0.7335131775,54,-1.53867273,0.7380151077,17.978225575 +7,-1.537429487,0.7335445708,54,-1.53867273,0.7380151077,18.080170674 +8,-1.535484998,0.7335658704,54,-1.53867273,0.7380151077,19.954857153 +9,-1.533488396,0.7336036027,54,-1.53867273,0.7380151077,23.174581909 +10,-1.531497785,0.7335842962,54,-1.53867273,0.7380151077,27.419999766 +11,-1.530259379,0.7334777758,54,-1.53867273,0.7380151077,30.550605176 +12,-1.5335454,0.7322346912,54,-1.53867273,0.7380151077,27.407501197 +13,-1.531489083,0.7322238773,54,-1.53867273,0.7380151077,31.171499353 +14,-1.530011122,0.7321679851,54,-1.53867273,0.7380151077,34.410092716 +15,-1.53348106,0.7306614094,54,-1.53867273,0.7380151077,32.8851755 +16,-1.531441779,0.7306962275,54,-1.53867273,0.7380151077,35.949876295 +17,-1.529755654,0.7306933243,54,-1.53867273,0.7380151077,39.094991083 +18,-1.533415048,0.7291384674,54,-1.53867273,0.7380151077,38.41270278 +19,-1.531392093,0.7291705353,54,-1.53867273,0.7380151077,41.062934903 +20,-1.529296523,0.7291214933,54,-1.53867273,0.7380151077,44.743545414 +21,-1.535280942,0.727267644,54,-1.53867273,0.7380151077,43.726582927 +22,-1.533378158,0.7276139666,54,-1.53867273,0.7380151077,44.049245038 +23,-1.531340368,0.7276446587,54,-1.53867273,0.7380151077,46.404269418 +24,-1.528960113,0.7276398177,54,-1.53867273,0.7380151077,50.065917472 +25,-1.533313146,0.7260818349,54,-1.53867273,0.7380151077,49.835374126 +26,-1.531259555,0.7260958115,54,-1.53867273,0.7380151077,52.01922825 +27,-1.528926415,0.7260865555,54,-1.53867273,0.7380151077,55.289835897 +28,-1.531226779,0.7245511789,54,-1.53867273,0.7380151077,57.671836885 +29,-1.528904772,0.7245519194,54,-1.53867273,0.7380151077,60.606431595 +30,-1.547195875,0.7409785979,54,-1.53867273,0.7380151077,27.566352018 +31,-1.5451475,0.740980426,54,-1.53867273,0.7380151077,22.293043947 +32,-1.543097679,0.7409798872,54,-1.53867273,0.7380151077,17.481186555 +33,-1.540720364,0.7409892687,54,-1.53867273,0.7380151077,13.21703956 +34,-1.547188511,0.7395198392,54,-1.53867273,0.7380151077,25.639646793 +35,-1.545148587,0.7395226109,54,-1.53867273,0.7380151077,19.881506564 +36,-1.543104538,0.7395314908,54,-1.53867273,0.7380151077,14.30041434 +37,-1.540727751,0.7395306258,54,-1.53867273,0.7380151077,8.499985343 +38,-1.547187029,0.7380014886,54,-1.53867273,0.7380151077,24.950222905 +39,-1.545147315,0.7380012252,54,-1.53867273,0.7380151077,18.973113023 +40,-1.54310719,0.7380060743,54,-1.53867273,0.7380151077,12.994706316 +41,-1.540719671,0.7380068206,54,-1.53867273,0.7380151077,5.9984065441 +42,-1.547187189,0.7364799098,54,-1.53867273,0.7380151077,25.697715568 +43,-1.545149996,0.7364853874,54,-1.53867273,0.7380151077,19.937017671 +44,-1.543106091,0.7364823484,54,-1.53867273,0.7380151077,14.34821732 +45,-1.540717158,0.7364893901,54,-1.53867273,0.7380151077,8.5125377035 +46,-1.538663972,0.7410138672,54,-1.53867273,0.7380151077,11.878113811 +47,-1.53695285,0.7409699132,54,-1.53867273,0.7380151077,12.74030382 +48,-1.534910498,0.7409641297,54,-1.53867273,0.7380151077,16.051971145 +49,-1.533145034,0.7409536636,54,-1.53867273,0.7380151077,19.928871149 +50,-1.538681336,0.7395405883,54,-1.53867273,0.7380151077,6.0424812051 +51,-1.536999189,0.7395183096,54,-1.53867273,0.7380151077,7.711647651 +52,-1.534923633,0.7395144222,54,-1.53867273,0.7380151077,12.482061669 +53,-1.533267822,0.7395654306,54,-1.53867273,0.7380151077,16.976742832 +54,-1.53867273,0.7380151077,54,-1.53867273,0.7380151077,2.4493102641 +55,-1.536980576,0.7379994392,54,-1.53867273,0.7380151077,4.9590593619 +56,-1.534931522,0.7379944961,54,-1.53867273,0.7380151077,10.963525423 +57,-1.533387952,0.7379480264,54,-1.53867273,0.7380151077,15.489095233 +58,-1.538682279,0.7364914363,54,-1.53867273,0.7380151077,6.0353273313 +59,-1.536980704,0.7364810563,54,-1.53867273,0.7380151077,7.8448074324 +60,-1.534935567,0.7364752065,54,-1.53867273,0.7380151077,12.542031343 +61,-1.533042592,0.7363876366,54,-1.53867273,0.7380151077,17.724424544 +62,-1.545143426,0.7349628011,54,-1.53867273,0.7380151077,22.510189459 +63,-1.543105297,0.7349691947,54,-1.53867273,0.7380151077,17.741006528 +64,-1.541064533,0.7349647152,54,-1.53867273,0.7380151077,13.973176956 +65,-1.545411803,0.7334624714,54,-1.53867273,0.7380151077,26.772796361 +66,-1.543446606,0.7334780896,54,-1.53867273,0.7380151077,22.791790847 +67,-1.541475327,0.7334957295,54,-1.53867273,0.7380151077,19.702266772 +68,-1.545401939,0.731963266,54,-1.53867273,0.7380151077,31.074134199 +69,-1.54342253,0.7319915583,54,-1.53867273,0.7380151077,27.641515133 +70,-1.541455867,0.7320216438,54,-1.53867273,0.7380151077,25.109136253 +71,-1.545410146,0.7304422281,54,-1.53867273,0.7380151077,35.947709603 +72,-1.543435491,0.7304713664,54,-1.53867273,0.7380151077,32.999703277 +73,-1.541463105,0.7304997613,54,-1.53867273,0.7380151077,30.878264223 +74,-1.545414768,0.7289194936,54,-1.53867273,0.7380151077,41.128338345 +75,-1.543435774,0.7289538557,54,-1.53867273,0.7380151077,38.530760275 +76,-1.541457714,0.7289765881,54,-1.53867273,0.7380151077,36.727387428 +77,-1.539449415,0.7320555866,54,-1.53867273,0.7380151077,23.71572085 +78,-1.537429183,0.7321097681,54,-1.53867273,0.7380151077,23.674701928 +79,-1.535472649,0.7321497267,54,-1.53867273,0.7380151077,25.063236249 +80,-1.539457899,0.7305333307,54,-1.53867273,0.7380151077,29.72510561 +81,-1.537453161,0.7305750503,54,-1.53867273,0.7380151077,29.687421823 +82,-1.535479385,0.7306124949,54,-1.53867273,0.7380151077,30.788294116 +83,-1.53946905,0.7290102593,54,-1.53867273,0.7380151077,35.745077233 +84,-1.537459922,0.7290417293,54,-1.53867273,0.7380151077,35.722227779 +85,-1.535451349,0.7290890157,54,-1.53867273,0.7380151077,36.604588779 +86,-1.535522937,0.7279887191,54,-1.53867273,0.7380151077,40.782489244 +87,-1.539442524,0.7274735939,54,-1.53867273,0.7380151077,41.816406291 +88,-1.537424111,0.727521351,54,-1.53867273,0.7380151077,41.728026384 +89,-1.539384641,0.7259505092,54,-1.53867273,0.7380151077,47.83388559 +90,-1.537372391,0.7259947145,54,-1.53867273,0.7380151077,47.766665466 +91,-1.535340789,0.7260435356,54,-1.53867273,0.7380151077,48.424836194 +92,-1.539325716,0.7244369706,54,-1.53867273,0.7380151077,53.817447338 +93,-1.537308932,0.7244801057,54,-1.53867273,0.7380151077,53.762709683 +94,-1.535289068,0.7245247645,54,-1.53867273,0.7380151077,54.358447537 +95,-1.533261366,0.7245550236,54,-1.53867273,0.7380151077,55.651124665 +96,-1.539267302,0.722921924,54,-1.53867273,0.7380151077,59.809830532 +97,-1.537248972,0.7229660258,54,-1.53867273,0.7380151077,59.75722395 +98,-1.535219431,0.7229916471,54,-1.53867273,0.7380151077,60.373735897 +99,-1.53318962,0.7230212049,54,-1.53867273,0.7380151077,61.554362299 +100,-1.531154816,0.7230299897,54,-1.53867273,0.7380151077,63.364425874 +101,-1.528878341,0.7230370244,54,-1.53867273,0.7380151077,65.990516193 +102,-1.539218189,0.7214009878,54,-1.53867273,0.7380151077,65.828228889 +103,-1.537198791,0.7214422745,54,-1.53867273,0.7380151077,65.789055943 +104,-1.535179266,0.7214634354,54,-1.53867273,0.7380151077,66.367420866 +105,-1.533156501,0.7214944644,54,-1.53867273,0.7380151077,67.434135958 +106,-1.53113574,0.7215166021,54,-1.53867273,0.7380151077,69.034563838 +107,-1.528874248,0.7215345535,54,-1.53867273,0.7380151077,71.401229888 +108,-1.539217656,0.7198512397,54,-1.53867273,0.7380151077,71.965090478 +109,-1.537199919,0.7199428763,54,-1.53867273,0.7380151077,71.716215705 +110,-1.545425832,0.727397149,54,-1.53867273,0.7380151077,46.521254932 +111,-1.543371177,0.7273916949,54,-1.53867273,0.7380151077,44.29512198 +112,-1.541368852,0.7274523163,54,-1.53867273,0.7380151077,42.585647968 +113,-1.545349067,0.7258710923,54,-1.53867273,0.7380151077,51.969302944 +114,-1.54332671,0.7258603556,54,-1.53867273,0.7380151077,50.05973374 +115,-1.541346831,0.7259242142,54,-1.53867273,0.7380151077,48.535793315 +116,-1.545324355,0.7243383958,54,-1.53867273,0.7380151077,57.614163368 +117,-1.543292796,0.7243617413,54,-1.53867273,0.7380151077,55.770137918 +118,-1.541295822,0.7244024384,54,-1.53867273,0.7380151077,54.471599056 +119,-1.543193859,0.7205570215,54,-1.53867273,0.7380151077,70.428835535 +120,-1.550257047,0.7386738187,54,-1.53867273,0.7380151077,34.036227027 +121,-1.549335448,0.7311736483,54,-1.53867273,0.7380151077,41.433151223 +122,-1.533478843,0.7179891343,54,-1.53867273,0.7380151077,80.79576629 +123,-1.556150555,0.738907041,54,-1.53867273,0.7380151077,51.317164755 +124,-1.554324226,0.733414257,54,-1.53867273,0.7380151077,49.441363777 +125,-1.554290846,0.7288285332,54,-1.53867273,0.7380151077,58.61838231 +126,-1.55122487,0.7219795312,54,-1.53867273,0.7380151077,73.53197636 +127,-1.525104458,0.7229399862,54,-1.53867273,0.7380151077,71.888762909 +128,-1.519607711,0.7236181429,54,-1.53867273,0.7380151077,80.086201051 +129,-1.513899999,0.7251107854,54,-1.53867273,0.7380151077,89.128310318 +130,-1.536620762,0.7431061895,54,-1.53867273,0.7380151077,21.039182697 +131,-1.5369566,0.7460845958,54,-1.53867273,0.7380151077,32.353554304 +132,-1.545345528,0.7447040685,54,-1.53867273,0.7380151077,32.893784903 +133,-1.532813921,0.7432306626,54,-1.53867273,0.7380151077,26.835460397 +134,-1.554788248,0.7382381001,54,-1.53867273,0.7380151077,47.22766431 +135,-1.540348126,0.7301594274,54,-1.53867273,0.7380151077,31.50400646 +136,-1.538016084,0.7239051786,54,-1.53867273,0.7380151077,55.922966515 +137,-1.525288962,0.7258085137,54,-1.53867273,0.7380151077,62.393128074 +138,-1.534326986,0.731241342,54,-1.53867273,0.7380151077,29.716390359 +139,-1.530733872,0.7303625216,54,-1.53867273,0.7380151077,38.259240372 +141,-1.534354939,0.7328219978,54,-1.53867273,0.7380151077,24.165410794 +142,-1.53157084,0.7292888153,54,-1.53867273,0.7380151077,40.388839613 +143,-1.525691035,0.7263799874,54,-1.53867273,0.7380151077,59.886173016 +144,-1.534031287,0.7495967835,54,-1.53867273,0.7380151077,47.828353614 +145,-1.527714986,0.7283095957,54,-1.53867273,0.7380151077,50.180042284 +146,-1.526189586,0.7271468292,54,-1.53867273,0.7380151077,56.608448465 +147,-1.555177336,0.7375563366,54,-1.53867273,0.7380151077,48.408553081 +148,-1.555080283,0.7312707794,54,-1.53867273,0.7380151077,55.131469073 +149,-1.53856994,0.7224180299,54,-1.53867273,0.7380151077,61.780769766 +150,-1.530837883,0.729933372,54,-1.53867273,0.7380151077,39.442737468 +151,-1.515066984,0.5854133365,54,-1.53867273,0.7380151077,608.9157236 +152,-1.534731633,0.5368370046,54,-1.53867273,0.7380151077,796.96432821 +153,-1.515231902,0.5607085576,54,-1.53867273,0.7380151077,706.1661611 +154,-2.616253799,1.0684566605,54,-1.53867273,0.7380151077,2812.4069318 +155,-1.956071439,0.5792177723,54,-1.53867273,0.7380151077,1444.2172868 +156,-1.951208514,0.5602434208,54,-1.53867273,0.7380151077,1472.8211337 +157,-1.944675062,0.6062144545,54,-1.53867273,0.7380151077,1356.8273134 +158,-1.613778386,0.6077989518,54,-1.53867273,0.7380151077,565.62020461 +159,-2.035029014,0.6021432345,54,-1.53867273,0.7380151077,1623.1406006 +160,-2.114989471,0.6801825058,54,-1.53867273,0.7380151077,1736.5726045 +161,-2.037382079,0.5765830025,54,-1.53867273,0.7380151077,1679.3931895 +162,-2.129855121,0.6585019963,54,-1.53867273,0.7380151077,1808.7847035 +163,-2.075141798,0.6493615843,54,-1.53867273,0.7380151077,1661.6011016 +164,-1.828626729,0.6948433129,54,-1.53867273,0.7380151077,881.3668373 +165,-1.863329418,0.6735427691,54,-1.53867273,0.7380151077,1009.2417834 +166,-1.266037071,0.727988852,54,-1.53867273,0.7380151077,802.41057742 +167,-1.277579582,0.7249010648,54,-1.53867273,0.7380151077,770.40111733 +168,-1.258418684,0.7241194816,54,-1.53867273,0.7380151077,827.01782928 +169,-1.317813974,0.6804850104,54,-1.53867273,0.7380151077,701.05961123 +170,-1.344165204,0.6790988904,54,-1.53867273,0.7380151077,629.2137805 +171,-1.427582102,0.5277120351,54,-1.53867273,0.7380151077,904.73028274 +172,-1.402238616,0.457167829,54,-1.53867273,0.7380151077,1197.4384966 +173,-1.422454264,0.4996161999,54,-1.53867273,0.7380151077,1015.1697473 +174,-1.439089277,0.4894859811,54,-1.53867273,0.7380151077,1035.2321474 +175,-1.448126995,0.5182330266,54,-1.53867273,0.7380151077,917.16154774 +176,-1.474626146,0.5881926574,54,-1.53867273,0.7380151077,626.04570164 +177,-1.421139645,0.5584869783,54,-1.53867273,0.7380151077,801.45702422 +178,-1.457037165,0.565943032,54,-1.53867273,0.7380151077,728.11495317 +179,-2.757159358,0.3745319,54,-1.53867273,0.7380151077,4221.9769531 +180,-2.714309238,0.342054471,54,-1.53867273,0.7380151077,4175.4590428 +181,-2.000525337,0.774119946,54,-1.53867273,0.7380151077,1332.7645148 +183,-1.571413436,0.6777838382,54,-1.53867273,0.7380151077,258.10114099 +184,-1.552860289,0.6987663893,54,-1.53867273,0.7380151077,161.11601236 +185,-1.521852374,0.7165827476,54,-1.53867273,0.7380151077,98.404101227 +186,-1.503656267,0.6928968252,54,-1.53867273,0.7380151077,207.10380851 +187,-1.502753178,0.7136205882,54,-1.53867273,0.7380151077,143.73217074 +188,-1.631894563,0.7343596465,54,-1.53867273,0.7380151077,273.96571695 +189,-1.653765416,0.6770714026,54,-1.53867273,0.7380151077,422.05179309 +190,-1.719812114,0.6715965947,54,-1.53867273,0.7380151077,605.99411679 +191,-1.493406659,0.6646955447,54,-1.53867273,0.7380151077,321.05840248 +192,-1.469120564,0.6613469966,54,-1.53867273,0.7380151077,369.55450478 +193,-1.590551461,0.5326612937,54,-1.53867273,0.7380151077,829.89736145 +194,-1.625979264,0.5247742243,54,-1.53867273,0.7380151077,889.13691113 +195,-1.572293943,0.5238808754,54,-1.53867273,0.7380151077,854.9074866 +196,-1.610848725,0.5477107964,54,-1.53867273,0.7380151077,787.4854509 +197,-1.208485554,0.7918526018,54,-1.53867273,0.7380151077,964.89975999 +198,-1.335601374,0.6869083083,54,-1.53867273,0.7380151077,640.85745296 +199,-1.346156996,0.6825213377,54,-1.53867273,0.7380151077,617.95550642 +200,-1.324381037,0.6741422347,54,-1.53867273,0.7380151077,692.84317762 +201,-1.242424992,0.7378949807,54,-1.53867273,0.7380151077,866.71974354 +202,-1.270370057,0.7392461008,54,-1.53867273,0.7380151077,784.72854281 +203,-1.448950472,0.7441675014,54,-1.53867273,0.7380151077,263.27133253 +204,-1.492662363,0.7523026852,54,-1.53867273,0.7380151077,145.40391591 +205,-1.479098966,0.7763855017,54,-1.53867273,0.7380151077,229.11287822 +206,-1.633760714,0.7869022408,54,-1.53867273,0.7380151077,334.06366715 +207,-1.647406434,0.8101289331,54,-1.53867273,0.7380151077,419.80555154 +208,-1.564245052,0.5701509278,54,-1.53867273,0.7380151077,669.72016356 +209,-1.646289963,0.6833746083,54,-1.53867273,0.7380151077,388.70729273 +210,-1.5820631,0.6751952144,54,-1.53867273,0.7380151077,281.04181088 +211,-1.613236298,0.6681681791,54,-1.53867273,0.7380151077,356.69274107 +212,-1.914661867,0.8212566515,54,-1.53867273,0.7380151077,1105.1625935 +213,-1.742133237,0.7250275956,54,-1.53867273,0.7380151077,601.45012592 +214,-2.033144872,0.6557314699,54,-1.53867273,0.7380151077,1529.3852535 +215,-2.039551981,0.6964723658,54,-1.53867273,0.7380151077,1497.0454875 +216,-1.247341019,0.7622473908,54,-1.53867273,0.7380151077,848.22048721 +217,-1.298239787,0.7084123392,54,-1.53867273,0.7380151077,722.69732917 +218,-1.308539688,0.6926545592,54,-1.53867273,0.7380151077,710.36065382 +219,-1.303263185,0.6888938396,54,-1.53867273,0.7380151077,730.49503105 +220,-1.852400229,0.6004246149,54,-1.53867273,0.7380151077,1113.3762239 +221,-1.288947707,0.7473773692,54,-1.53867273,0.7380151077,728.72939129 +222,-1.372031502,0.7472790993,54,-1.53867273,0.7380151077,487.37761218 +223,-1.289805721,0.7242157877,54,-1.53867273,0.7380151077,734.99948457 +224,-1.350807603,0.7533498126,54,-1.53867273,0.7380151077,549.63611277 +225,-1.329290365,0.7560442322,54,-1.53867273,0.7380151077,612.14868986 +226,-1.410153004,0.616936428,54,-1.53867273,0.7380151077,621.8390115 +227,-1.393445434,0.6308995063,54,-1.53867273,0.7380151077,614.76614193 +228,-1.37595573,0.6241540638,54,-1.53867273,0.7380151077,673.12907048 +229,-1.358388707,0.6172645205,54,-1.53867273,0.7380151077,732.68405363 +230,-1.753741133,0.8281661666,54,-1.53867273,0.7380151077,700.25725738 +231,-1.47430987,0.6834615681,54,-1.53867273,0.7380151077,289.81047422 +232,-1.421012508,0.7222725206,54,-1.53867273,0.7380151077,352.70002455 +233,-1.4476833,0.6978557868,54,-1.53867273,0.7380151077,314.53598719 +234,-1.470370723,0.6966193374,54,-1.53867273,0.7380151077,261.57998005 +235,-1.429211703,0.7037216883,54,-1.53867273,0.7380151077,352.79124596 +236,-1.700578405,0.6178673663,54,-1.53867273,0.7380151077,689.11505185 +237,-1.678117619,0.6331716163,54,-1.53867273,0.7380151077,595.50492478 +238,-1.725644578,0.6316331145,54,-1.53867273,0.7380151077,710.82830043 +239,-2.14012759,0.7930497945,54,-1.53867273,0.7380151077,1718.1393161 +240,-2.103289431,0.7653606263,54,-1.53867273,0.7380151077,1626.9575802 +241,-1.318739838,0.7017808746,54,-1.53867273,0.7380151077,669.85973902 +242,-1.396417427,0.7077900843,54,-1.53867273,0.7380151077,438.97366481 +243,-1.35650337,0.7185539404,54,-1.53867273,0.7380151077,543.65585759 +244,-1.248884539,0.7274156818,54,-1.53867273,0.7380151077,852.94630991 +245,-1.395014798,0.5761185243,54,-1.53867273,0.7380151077,782.85254431 +246,-1.433377362,0.6064716109,54,-1.53867273,0.7380151077,614.40556677 +247,-1.408172432,0.5903155476,54,-1.53867273,0.7380151077,712.03893669 +248,-1.749645898,0.7757118084,54,-1.53867273,0.7380151077,624.95762133 +249,-1.571626686,0.615046989,54,-1.53867273,0.7380151077,497.55846795 +250,-1.514070049,0.6303003037,54,-1.53867273,0.7380151077,433.27123302 +251,-1.480890369,0.6237966528,54,-1.53867273,0.7380151077,486.00787246 +252,-1.704390658,0.5281680612,54,-1.53867273,0.7380151077,983.88558168 +253,-1.64434733,0.5254277498,54,-1.53867273,0.7380151077,906.64716005 +254,-1.703855997,0.4792484842,54,-1.53867273,0.7380151077,1155.2258126 +255,-1.692002383,0.5748825051,54,-1.53867273,0.7380151077,804.61381736 +256,-1.854136457,0.5544643913,54,-1.53867273,0.7380151077,1230.1125435 +257,-1.665021206,0.520317736,54,-1.53867273,0.7380151077,951.59650965 +258,-1.733654349,0.4845187345,54,-1.53867273,0.7380151077,1184.2707034 +259,-1.720938188,0.5135933906,54,-1.53867273,0.7380151077,1062.3390486 +260,-1.742668307,0.553296122,54,-1.53867273,0.7380151077,973.71481693 +261,-1.965659039,0.7142126903,54,-1.53867273,0.7380151077,1263.8278534 +262,-1.944438071,0.6772834804,54,-1.53867273,0.7380151077,1240.6973695 +263,-1.270340967,0.7681487096,54,-1.53867273,0.7380151077,783.39553696 +264,-1.353091884,0.6549276821,54,-1.53867273,0.7380151077,652.18404518 +265,-1.333236659,0.6413584414,54,-1.53867273,0.7380151077,734.2708953 +266,-1.352015998,0.6753788907,54,-1.53867273,0.7380151077,614.00168931 +267,-1.377988483,0.6577816235,54,-1.53867273,0.7380151077,581.5528018 +268,-2.13075611,0.8318642051,54,-1.53867273,0.7380151077,1685.8534186 +269,-2.097910953,0.8259670014,54,-1.53867273,0.7380151077,1597.7845353 +270,-1.416382069,0.6694271549,54,-1.53867273,0.7380151077,458.22026662 +271,-1.538905672,0.7535625993,54,-1.53867273,0.7380151077,61.58734334 +272,-1.572309477,0.7803125099,54,-1.53867273,0.7380151077,193.40469124 +273,-1.87759879,0.7503853417,54,-1.53867273,0.7380151077,986.58708602 +274,1.152365588,0.590457682,54,-1.53867273,0.7380151077,6933.2989172 +275,0.350198001,0.718001859,54,-1.53867273,0.7380151077,5145.6368893 +276,0.046513677,0.491503852,54,-1.53867273,0.7380151077,4981.1332252 +277,0.027510309,0.742571376,54,-1.53867273,0.7380151077,4339.8835434 +278,0.306285725,-0.214631579,54,-1.53867273,0.7380151077,7591.8589192 +279,-1.100564889,0.318051531,54,-1.53867273,0.7380151077,2222.0143537 +280,-1.078582306,0.301437596,54,-1.53867273,0.7380151077,2324.1325575 +281,-1.137371989,-0.617634065,54,-1.53867273,0.7380151077,5563.0475595 +282,0.784356344,0.703272339,54,-1.53867273,0.7380151077,6025.4801112 +283,-1.221209947,0.218327455,54,-1.53867273,0.7380151077,2330.2641708 +284,2.347301921,-0.449114658,54,-1.53867273,0.7380151077,9780.2158251 +285,0.246820618,0.830553713,54,-1.53867273,0.7380151077,4633.1308179 +286,0.829414965,0.703288228,54,-1.53867273,0.7380151077,6097.4460765 +287,-1.337537566,0.42332223,54,-1.53867273,0.7380151077,1410.1685523 +288,0.882453706,0.454478077,54,-1.53867273,0.7380151077,7036.3400046 +289,1.575629659,0.416419109,54,-1.53867273,0.7380151077,7870.0435212 +290,-1.039455679,0.229888244,54,-1.53867273,0.7380151077,2641.5771375 +291,0.489558039,0.934482747,54,-1.53867273,0.7380151077,4818.313712 +292,0.081344504,0.88384514,54,-1.53867273,0.7380151077,4161.0639971 +293,-1.547979814,0.300350308,54,-1.53867273,0.7380151077,1733.8762975 +294,0.040776181,0.168560074,54,-1.53867273,0.7380151077,5799.0212026 +295,-1.130374745,0.563894876,54,-1.53867273,0.7380151077,1452.8813468 +296,1.578326642,0.478507176,54,-1.53867273,0.7380151077,7624.3650698 +297,-1.12861823,-0.291640865,54,-1.53867273,0.7380151077,4344.7483074 +298,0.310524208,0.770885792,54,-1.53867273,0.7380151077,4919.2964729 +299,0.415649091,-0.387246002,54,-1.53867273,0.7380151077,8343.7016402 +300,-0.926533878,-0.188022748,54,-1.53867273,0.7380151077,4288.1516221 +301,1.258856172,-0.11716081,54,-1.53867273,0.7380151077,9705.0028902 +302,-1.126050026,0.322941926,54,-1.53867273,0.7380151077,2150.4866433 +303,2.002785835,0.07893892,54,-1.53867273,0.7380151077,8902.5479992 +304,0.440437607,0.746258085,54,-1.53867273,0.7380151077,5257.4455334 +305,-0.030391866,0.214441206,54,-1.53867273,0.7380151077,5471.4360714 +306,0.521557815,-0.058929362,54,-1.53867273,0.7380151077,7795.1760046 +307,-0.097005111,0.13317729,54,-1.53867273,0.7380151077,5489.8864529 +308,1.83113859,0.221857587,54,-1.53867273,0.7380151077,8552.0108169 +309,0.222428864,0.099404236,54,-1.53867273,0.7380151077,6509.2641153 +310,-1.702731345,0.8728568183,54,-1.53867273,0.7380151077,697.43265654 +311,-0.418507569,0.278324921,54,-1.53867273,0.7380151077,4172.3070211 +312,-1.41153306,0.339029988,54,-1.53867273,0.7380151077,1636.844913 +313,0.357560442,0.114788776,54,-1.53867273,0.7380151077,6850.0477876 +314,0.325818979,0.268352149,54,-1.53867273,0.7380151077,6333.2761848 +315,-1.246004659,-0.663679965,54,-1.53867273,0.7380151077,5651.4885216 +316,1.814603087,0.637404484,54,-1.53867273,0.7380151077,6942.2958063 +317,1.843704281,-0.18300445,54,-1.53867273,0.7380151077,10092.431347 +318,1.690644492,-0.211480909,54,-1.53867273,0.7380151077,10336.426784 +319,-1.275451936,0.068109467,54,-1.53867273,0.7380151077,2811.7246772 +320,0.762430171,-0.207594741,54,-1.53867273,0.7380151077,8878.8961413 +321,0.265668905,-0.014647884,54,-1.53867273,0.7380151077,6943.0337014 +322,-2.773032013,-0.335515811,54,-1.53867273,0.7380151077,6185.9559254 +323,-1.469512853,0.174058777,54,-1.53867273,0.7380151077,2246.705406 +324,0.286276986,0.785925691,54,-1.53867273,0.7380151077,4828.6049724 +325,-1.379324697,0.377432233,54,-1.53867273,0.7380151077,1523.0857931 +326,-1.203778265,0.212813032,54,-1.53867273,0.7380151077,2378.6033216 +327,0.579916301,0.611743168,54,-1.53867273,0.7380151077,5940.5445294 +328,0.267582642,0.868113908,54,-1.53867273,0.7380151077,4583.696133 +329,0.412869244,-0.050245578,54,-1.53867273,0.7380151077,7463.5993273 +330,0.17524381,0.976660285,54,-1.53867273,0.7380151077,4155.0270895 +331,0.743157214,0.204812899,54,-1.53867273,0.7380151077,7578.7129354 +332,-1.070758176,0.269382282,54,-1.53867273,0.7380151077,2444.5151792 +333,-1.230364251,0.329790229,54,-1.53867273,0.7380151077,1919.8211891 +334,-1.374813124,-0.024926835,54,-1.53867273,0.7380151077,3078.3785963 +335,0.519780566,0.463669906,54,-1.53867273,0.7380151077,6258.1039862 +336,-1.55108034,0.239698561,54,-1.53867273,0.7380151077,1974.2902358 +337,0.180294813,0.029739425,54,-1.53867273,0.7380151077,6575.5668086 +338,0.67820924,0.268170153,54,-1.53867273,0.7380151077,7227.7647267 +339,0.445798684,1.024001867,54,-1.53867273,0.7380151077,4504.6335528 +340,0.691751283,0.150521402,54,-1.53867273,0.7380151077,7627.0698448 +341,-1.036643551,-0.903056181,54,-1.53867273,0.7380151077,6725.3059914 +342,-0.120287036,1.083325163,54,-1.53867273,0.7380151077,3434.4821192 +343,2.823513113,-0.304487164,54,-1.53867273,0.7380151077,8043.584782 +344,0.457583172,1.12513373,54,-1.53867273,0.7380151077,4259.2034767 +345,0.042918831,0.813795399,54,-1.53867273,0.7380151077,4222.6114878 +346,1.196146777,-0.853142756,54,-1.53867273,0.7380151077,11233.570017 +347,0.206001358,-0.010430701,54,-1.53867273,0.7380151077,6758.2946583 +348,-0.268308653,0.234799412,54,-1.53867273,0.7380151077,4722.9886114 +349,0.759363263,0.736189579,54,-1.53867273,0.7380151077,5875.6236561 +350,0.181363926,0.891988372,54,-1.53867273,0.7380151077,4352.6094588 +351,-0.021111158,0.139103292,54,-1.53867273,0.7380151077,5696.4446172 +352,-0.093355215,0.630686981,54,-1.53867273,0.7380151077,4276.9420654 +353,0.40118964,0.681375926,54,-1.53867273,0.7380151077,5357.53792 +354,-0.721197315,1.304706234,54,-1.53867273,0.7380151077,2664.0705023 +355,-1.076150317,0.212107639,54,-1.53867273,0.7380151077,2621.4418254 +356,-1.577164531,0.273993443,54,-1.53867273,0.7380151077,1842.6533479 +357,-0.190788414,0.182208586,54,-1.53867273,0.7380151077,5086.4302444 +358,-0.261349752,0.209710184,54,-1.53867273,0.7380151077,4808.1776434 +359,-1.029303852,0.083549259,54,-1.53867273,0.7380151077,3151.7710183 +360,-1.268609162,0.330525297,54,-1.53867273,0.7380151077,1851.2645952 +361,1.282982244,-0.926641967,54,-1.53867273,0.7380151077,11315.760083 +362,0.217352334,0.731352408,54,-1.53867273,0.7380151077,4814.234534 +363,-1.511833084,0.258629297,54,-1.53867273,0.7380151077,1901.0581291 +364,0.338812194,0.823184618,54,-1.53867273,0.7380151077,4841.3138898 +365,-0.324406489,1.134201999,54,-1.53867273,0.7380151077,3044.3711854 +366,1.389579348,0.399185724,54,-1.53867273,0.7380151077,7872.2036382 +367,2.047152199,-0.039082036,54,-1.53867273,0.7380151077,9258.9147639 +368,0.947780369,0.568250077,54,-1.53867273,0.7380151077,6747.7480712 +369,0.763824846,0.576754987,54,-1.53867273,0.7380151077,6409.9009666 +370,-0.142334657,0.928153068,54,-1.53867273,0.7380151077,3595.3921701 +371,0.610266567,0.547265983,54,-1.53867273,0.7380151077,6202.6373457 +372,0.210731629,0.746815056,54,-1.53867273,0.7380151077,4760.6801878 +373,-1.34931644,0.316895224,54,-1.53867273,0.7380151077,1785.9120762 +374,2.407696481,0.655030745,54,-1.53867273,0.7380151077,6209.4972514 +375,0.64207831,0.545359131,54,-1.53867273,0.7380151077,6274.6088208 +376,1.174597538,0.840588356,54,-1.53867273,0.7380151077,6014.3317948 +377,0.660059424,0.010604079,54,-1.53867273,0.7380151077,7971.4182013 +378,-0.730263819,0.010486456,54,-1.53867273,0.7380151077,4065.2363474 +379,0.831068936,0.512339172,54,-1.53867273,0.7380151077,6747.3422359 +380,1.301180979,0.72367476,54,-1.53867273,0.7380151077,6554.4176972 +381,1.811128231,0.322854402,54,-1.53867273,0.7380151077,8173.3053834 +382,0.435105812,0.992284428,54,-1.53867273,0.7380151077,4571.5550674 +383,0.62643634,0.592027932,54,-1.53867273,0.7380151077,6096.2671791 +384,0.492988703,-0.516339467,54,-1.53867273,0.7380151077,8862.1796583 +385,-0.162469483,0.112549365,54,-1.53867273,0.7380151077,5352.5933938 +386,0.314630866,0.472006421,54,-1.53867273,0.7380151077,5736.5469353 +387,0.166744804,0.822815954,54,-1.53867273,0.7380151077,4480.195302 +388,0.417159608,0.965805736,54,-1.53867273,0.7380151077,4611.9243716 +389,0.106334961,0.868774244,54,-1.53867273,0.7380151077,4246.4886551 +390,0.815086969,-0.338144359,54,-1.53867273,0.7380151077,9380.1560971 +391,0.59867455,-0.230624824,54,-1.53867273,0.7380151077,8483.1036328 +392,1.915104874,0.066220985,54,-1.53867273,0.7380151077,9066.4568368 +393,1.278093622,0.064463721,54,-1.53867273,0.7380151077,9057.7234814 +394,-0.061477853,0.302997961,54,-1.53867273,0.7380151077,5152.3607278 +395,0.251311504,0.626976942,54,-1.53867273,0.7380151077,5161.7150099 +396,2.950242872,0.149095644,54,-1.53867273,0.7380151077,6468.4252112 +397,-0.180294708,0.35375117,54,-1.53867273,0.7380151077,4680.555213 +398,1.010448592,-0.351180233,54,-1.53867273,0.7380151077,9946.3067016 +399,-1.748740498,0.3686318073,54,-1.53867273,0.7380151077,1621.4383646 +400,2.699635665,0.123533791,54,-1.53867273,0.7380151077,7232.0301604 +401,0.496808033,0.823843254,54,-1.53867273,0.7380151077,5145.4209632 +402,0.129574704,0.763364087,54,-1.53867273,0.7380151077,4534.8867029 +403,1.798920311,0.817447563,54,-1.53867273,0.7380151077,6244.2767713 +404,0.335987953,0.746786541,54,-1.53867273,0.7380151077,5037.489145 +405,-1.085413643,0.292154671,54,-1.53867273,0.7380151077,2338.6791008 +406,-0.155321003,0.508207011,54,-1.53867273,0.7380151077,4382.6364727 +407,0.620529244,-0.301175104,54,-1.53867273,0.7380151077,8730.0083006 +408,1.684402744,0.368716966,54,-1.53867273,0.7380151077,8049.9474636 +409,0.300582244,-0.386397212,54,-1.53867273,0.7380151077,8005.9234105 +410,2.913555946,-0.009225192,54,-1.53867273,0.7380151077,7005.3705414 +411,1.465101417,0.493232532,54,-1.53867273,0.7380151077,7540.9506871 +412,0.090612882,0.907955955,54,-1.53867273,0.7380151077,4130.8333496 +413,2.987564726,-0.729568594,54,-1.53867273,0.7380151077,8531.2189217 +414,-1.484261606,0.224149272,54,-1.53867273,0.7380151077,2044.0079598 +415,0.164073421,0.303955133,54,-1.53867273,0.7380151077,5791.3063675 +416,0.141441293,0.167552546,54,-1.53867273,0.7380151077,6092.6793681 +417,2.931321023,-0.506718887,54,-1.53867273,0.7380151077,8213.0954631 +418,2.21951565,0.700596356,54,-1.53867273,0.7380151077,6331.4804099 +419,0.268112576,1.199114336,54,-1.53867273,0.7380151077,3848.1221618 +420,0.978913739,0.359223811,54,-1.53867273,0.7380151077,7535.2971321 +421,1.210898818,0.522863584,54,-1.53867273,0.7380151077,7248.8148702 +422,2.347397336,0.129231362,54,-1.53867273,0.7380151077,8083.3859097 +423,0.614394501,0.556878345,54,-1.53867273,0.7380151077,6181.3406105 +424,-1.398079356,0.148483366,54,-1.53867273,0.7380151077,2386.0806266 +425,2.535303836,-0.112984496,54,-1.53867273,0.7380151077,8359.8280173 +426,-1.019372593,-0.405322349,54,-1.53867273,0.7380151077,4911.0754285 +427,-1.297785627,-0.160104069,54,-1.53867273,0.7380151077,3663.1306 +428,2.144554488,0.205051084,54,-1.53867273,0.7380151077,8221.4578945 +429,-2.242387083,-0.426171285,54,-1.53867273,0.7380151077,5280.376883 +430,0.338637212,0.909723676,54,-1.53867273,0.7380151077,4617.6816867 +431,-0.148798452,0.691042401,54,-1.53867273,0.7380151077,4002.7899882 +432,0.893524764,0.441829531,54,-1.53867273,0.7380151077,7099.4492538 +433,0.969229347,-0.368847936,54,-1.53867273,0.7380151077,9886.0658603 +434,0.436043248,0.800045688,54,-1.53867273,0.7380151077,5097.3748036 +435,1.687946607,1.081504775,54,-1.53867273,0.7380151077,5231.5958936 +436,0.522302046,-0.034889271,54,-1.53867273,0.7380151077,7729.7709674 +437,-0.178996113,-0.438090009,54,-1.53867273,0.7380151077,6798.4146234 +438,-1.094339566,0.301444068,54,-1.53867273,0.7380151077,2289.0801797 +439,-1.064070054,0.242569932,54,-1.53867273,0.7380151077,2546.3750032 +440,-1.068153768,0.230387998,54,-1.53867273,0.7380151077,2577.6040691 +441,-3.00496892,-0.23989155,54,-1.53867273,0.7380151077,6558.6227788 +442,0.21751974,0.766874888,54,-1.53867273,0.7380151077,4726.3689237 +443,0.117229532,0.007619006,54,-1.53867273,0.7380151077,6450.8305197 +444,0.777758451,0.420554741,54,-1.53867273,0.7380151077,6952.8558906 +445,-0.252356999,0.250747086,54,-1.53867273,0.7380151077,4728.8296005 +446,0.363148444,0.768483434,54,-1.53867273,0.7380151077,5036.7392521 +447,0.903191366,-0.118210676,54,-1.53867273,0.7380151077,8979.8663742 +448,-0.205755923,0.149406178,54,-1.53867273,0.7380151077,5128.5720214 +449,1.811996086,0.02364353,54,-1.53867273,0.7380151077,9335.5726303 +450,-1.100670221,0.314845373,54,-1.53867273,0.7380151077,2232.0469283 +451,0.340078597,0.850105132,54,-1.53867273,0.7380151077,4773.6328929 +452,0.258757267,0.804969236,54,-1.53867273,0.7380151077,4721.7195689 +453,2.78505352,-0.155160804,54,-1.53867273,0.7380151077,7770.0161924 +454,0.800551619,0.105822106,54,-1.53867273,0.7380151077,8027.5493094 +455,0.437940882,-0.506194031,54,-1.53867273,0.7380151077,8680.7221926 +456,2.230431122,0.63458615,54,-1.53867273,0.7380151077,6552.6523953 +457,0.527965361,0.127667701,54,-1.53867273,0.7380151077,7277.9141762 +458,-0.063643205,0.702093448,54,-1.53867273,0.7380151077,4200.2165005 +459,1.408447268,0.133010502,54,-1.53867273,0.7380151077,8922.6784457 +460,0.523795955,0.280266966,54,-1.53867273,0.7380151077,6816.4208634 +461,-0.975769313,0.072177659,54,-1.53867273,0.7380151077,3300.0862641 +462,0.549774164,-0.463663986,54,-1.53867273,0.7380151077,8913.0889172 +463,0.29245874,1.095549818,54,-1.53867273,0.7380151077,4096.8681804 +464,0.143625958,0.816809593,54,-1.53867273,0.7380151077,4443.2301242 +465,0.671902494,0.611159853,54,-1.53867273,0.7380151077,6125.4630092 +466,1.239840988,0.6724199,54,-1.53867273,0.7380151077,6706.1500234 +467,0.607829703,-0.10932137,54,-1.53867273,0.7380151077,8176.956427 +468,1.763020906,0.263996692,54,-1.53867273,0.7380151077,8432.0888062 +469,0.378714634,0.726066797,54,-1.53867273,0.7380151077,5185.0848845 +470,2.196736143,-0.153862366,54,-1.53867273,0.7380151077,9343.6717714 +471,0.01702415,0.148991565,54,-1.53867273,0.7380151077,5781.661667 +472,-2.998490902,-0.158002487,54,-1.53867273,0.7380151077,6320.7708531 +473,-3.051262951,-0.346595608,54,-1.53867273,0.7380151077,6971.3650382 +474,-1.069176439,0.182802941,54,-1.53867273,0.7380151077,2734.1682229 +475,0.167157509,0.595344954,54,-1.53867273,0.7380151077,5036.3881421 +476,0.613855648,0.681746124,54,-1.53867273,0.7380151077,5791.9472555 +477,1.037012736,0.682555367,54,-1.53867273,0.7380151077,6460.3883157 +478,-1.253574971,0.379755746,54,-1.53867273,0.7380151077,1705.0577533 +479,3.108590453,-0.132620738,54,-1.53867273,0.7380151077,6765.0626608 +480,0.565301296,0.022333262,54,-1.53867273,0.7380151077,7684.4721735 +481,0.547898238,0.855555614,54,-1.53867273,0.7380151077,5144.5704744 +482,0.948309381,0.417393755,54,-1.53867273,0.7380151077,7279.124808 +483,-0.050600732,0.945269213,54,-1.53867273,0.7380151077,3765.2120096 +484,-0.977651478,-0.572363064,54,-1.53867273,0.7380151077,5576.7785726 +485,1.102014914,0.728861163,54,-1.53867273,0.7380151077,6364.305132 +486,2.927300795,-0.282939414,54,-1.53867273,0.7380151077,7685.4007866 +487,-1.154565557,0.124434095,54,-1.53867273,0.7380151077,2777.2541354 +488,1.855331234,0.291044755,54,-1.53867273,0.7380151077,8264.7227964 +489,0.830290659,0.276904518,54,-1.53867273,0.7380151077,7535.7531671 +490,0.485104466,-0.234867441,54,-1.53867273,0.7380151077,8166.559233 +491,0.521367572,-0.33161327,54,-1.53867273,0.7380151077,8518.1749008 +1,-1.539031704,0.7349710123,55,-1.536980576,0.7379994392,13.420942014 +2,-1.536990553,0.7349663874,55,-1.536980576,0.7379994392,12.013954045 +3,-1.534951779,0.7349571355,55,-1.536980576,0.7379994392,13.440956705 +4,-1.532906461,0.7349480293,55,-1.536980576,0.7379994392,17.000513769 +5,-1.531320211,0.7346937278,55,-1.536980576,0.7379994392,21.152109471 +6,-1.539451648,0.7335131775,55,-1.536980576,0.7379994392,19.194405399 +7,-1.537429487,0.7335445708,55,-1.536980576,0.7379994392,17.694898879 +8,-1.535484998,0.7335658704,55,-1.536980576,0.7379994392,18.102115426 +9,-1.533488396,0.7336036027,55,-1.536980576,0.7379994392,20.206868307 +10,-1.531497785,0.7335842962,55,-1.536980576,0.7379994392,23.770173186 +11,-1.530259379,0.7334777758,55,-1.536980576,0.7379994392,26.651424395 +12,-1.5335454,0.7322346912,55,-1.536980576,0.7379994392,24.965240764 +13,-1.531489083,0.7322238773,55,-1.536980576,0.7379994392,27.994237683 +14,-1.530011122,0.7321679851,55,-1.536980576,0.7379994392,30.868366749 +15,-1.53348106,0.7306614094,55,-1.536980576,0.7379994392,30.833325932 +16,-1.531441779,0.7306962275,55,-1.536980576,0.7379994392,33.196672387 +17,-1.529755654,0.7306933243,55,-1.536980576,0.7379994392,35.898728954 +18,-1.533415048,0.7291384674,55,-1.536980576,0.7379994392,36.632479411 +19,-1.531392093,0.7291705353,55,-1.536980576,0.7379994392,38.643609994 +20,-1.529296523,0.7291214933,55,-1.536980576,0.7379994392,41.805857323 +21,-1.535280942,0.727267644,55,-1.536980576,0.7379994392,42.802246606 +22,-1.533378158,0.7276139666,55,-1.536980576,0.7379994392,42.482121099 +23,-1.531340368,0.7276446587,55,-1.536980576,0.7379994392,44.249238194 +24,-1.528960113,0.7276398177,55,-1.536980576,0.7379994392,47.34356572 +25,-1.533313146,0.7260818349,55,-1.536980576,0.7379994392,48.426413524 +26,-1.531259555,0.7260958115,55,-1.536980576,0.7379994392,50.07235109 +27,-1.528926415,0.7260865555,55,-1.536980576,0.7379994392,52.817313188 +28,-1.531226779,0.7245511789,55,-1.536980576,0.7379994392,55.904310356 +29,-1.528904772,0.7245519194,55,-1.536980576,0.7379994392,58.344609249 +30,-1.547195875,0.7409785979,55,-1.536980576,0.7379994392,32.139110995 +31,-1.5451475,0.740980426,55,-1.536980576,0.7379994392,26.657599642 +32,-1.543097679,0.7409798872,55,-1.536980576,0.7379994392,21.443574605 +33,-1.540720364,0.7409892687,55,-1.536980576,0.7379994392,16.12529437 +34,-1.547188511,0.7395198392,55,-1.536980576,0.7379994392,30.493295302 +35,-1.545148587,0.7395226109,55,-1.536980576,0.7379994392,24.668186772 +36,-1.543104538,0.7395314908,55,-1.536980576,0.7379994392,18.93214002 +37,-1.540727751,0.7395306258,55,-1.536980576,0.7379994392,12.537692207 +38,-1.547187029,0.7380014886,55,-1.536980576,0.7379994392,29.909020765 +39,-1.545147315,0.7380012252,55,-1.536980576,0.7379994392,23.931857014 +40,-1.54310719,0.7380060743,55,-1.536980576,0.7379994392,17.953452605 +41,-1.540719671,0.7380068206,55,-1.536980576,0.7379994392,10.957085996 +42,-1.547187189,0.7364799098,55,-1.536980576,0.7379994392,30.529350655 +43,-1.545149996,0.7364853874,55,-1.536980576,0.7379994392,24.695450954 +44,-1.543106091,0.7364823484,55,-1.536980576,0.7379994392,18.941140272 +45,-1.540717158,0.7364893901,55,-1.536980576,0.7379994392,12.483465309 +46,-1.538663972,0.7410138672,55,-1.536980576,0.7379994392,12.916473437 +47,-1.53695285,0.7409699132,55,-1.536980576,0.7379994392,11.766327047 +48,-1.534910498,0.7409641297,55,-1.536980576,0.7379994392,13.213648733 +49,-1.533145034,0.7409536636,55,-1.536980576,0.7379994392,16.214831386 +50,-1.538681336,0.7395405883,55,-1.536980576,0.7379994392,7.8784201189 +51,-1.536999189,0.7395183096,55,-1.536980576,0.7379994392,6.0164923176 +52,-1.534923633,0.7395144222,55,-1.536980576,0.7379994392,8.5025352875 +53,-1.533267822,0.7395654306,55,-1.536980576,0.7379994392,12.517159028 +54,-1.53867273,0.7380151077,55,-1.536980576,0.7379994392,4.9590593619 +55,-1.536980576,0.7379994392,55,-1.536980576,0.7379994392,2.9888902702 +56,-1.534931522,0.7379944961,55,-1.536980576,0.7379994392,6.0046161561 +57,-1.533387952,0.7379480264,55,-1.536980576,0.7379994392,10.530078817 +58,-1.538682279,0.7364914363,55,-1.536980576,0.7379994392,7.7833319702 +59,-1.536980704,0.7364810563,55,-1.536980576,0.7379994392,6.0143145503 +60,-1.534935567,0.7364752065,55,-1.536980576,0.7379994392,8.5096201577 +61,-1.533042592,0.7363876366,55,-1.536980576,0.7379994392,13.195624726 +62,-1.545143426,0.7349628011,55,-1.536980576,0.7379994392,26.803794417 +63,-1.543105297,0.7349691947,55,-1.536980576,0.7379994392,21.612090721 +64,-1.541064533,0.7349647152,55,-1.536980576,0.7379994392,16.973903054 +65,-1.545411803,0.7334624714,55,-1.536980576,0.7379994392,30.592501166 +66,-1.543446606,0.7334780896,55,-1.536980576,0.7379994392,26.100562873 +67,-1.541475327,0.7334957295,55,-1.536980576,0.7379994392,22.19084814 +68,-1.545401939,0.731963266,55,-1.536980576,0.7379994392,34.409219173 +69,-1.54342253,0.7319915583,55,-1.536980576,0.7379994392,30.407442679 +70,-1.541455867,0.7320216438,55,-1.536980576,0.7379994392,27.084522358 +71,-1.545410146,0.7304422281,55,-1.536980576,0.7379994392,38.864195934 +72,-1.543435491,0.7304713664,55,-1.536980576,0.7379994392,35.346784706 +73,-1.541463105,0.7304997613,55,-1.536980576,0.7379994392,32.498902256 +74,-1.545414768,0.7289194936,55,-1.536980576,0.7379994392,43.696890101 +75,-1.543435774,0.7289538557,55,-1.536980576,0.7379994392,40.552682201 +76,-1.541457714,0.7289765881,55,-1.536980576,0.7379994392,38.090039192 +77,-1.539449415,0.7320555866,55,-1.536980576,0.7379994392,24.635837765 +78,-1.537429183,0.7321097681,55,-1.536980576,0.7379994392,23.36619513 +79,-1.535472649,0.7321497267,55,-1.536980576,0.7379994392,23.590500443 +80,-1.539457899,0.7305333307,55,-1.536980576,0.7379994392,30.457113396 +81,-1.537453161,0.7305750503,55,-1.536980576,0.7379994392,29.440813545 +82,-1.535479385,0.7306124949,55,-1.536980576,0.7379994392,29.590725485 +83,-1.53946905,0.7290102593,55,-1.536980576,0.7379994392,36.351169674 +84,-1.537459922,0.7290417293,55,-1.536980576,0.7379994392,35.509508538 +85,-1.535451349,0.7290890157,55,-1.536980576,0.7379994392,35.579819885 +86,-1.535522937,0.7279887191,55,-1.536980576,0.7379994392,39.883941831 +87,-1.539442524,0.7274735939,55,-1.536980576,0.7379994392,42.318332585 +88,-1.537424111,0.727521351,55,-1.536980576,0.7379994392,41.524246872 +89,-1.539384641,0.7259505092,55,-1.536980576,0.7379994392,48.248576722 +90,-1.537372391,0.7259947145,55,-1.536980576,0.7379994392,47.564725362 +91,-1.535340789,0.7260435356,55,-1.536980576,0.7379994392,47.603125166 +92,-1.539325716,0.7244369706,55,-1.536980576,0.7379994392,54.16406786 +93,-1.537308932,0.7244801057,55,-1.536980576,0.7379994392,53.55882979 +94,-1.535289068,0.7245247645,55,-1.536980576,0.7379994392,53.605658517 +95,-1.533261366,0.7245550236,55,-1.536980576,0.7379994392,54.370455962 +96,-1.539267302,0.722921924,55,-1.536980576,0.7379994392,60.101898082 +97,-1.537248972,0.7229660258,55,-1.536980576,0.7379994392,59.552615095 +98,-1.535219431,0.7229916471,55,-1.536980576,0.7379994392,59.672498177 +99,-1.53318962,0.7230212049,55,-1.536980576,0.7379994392,60.373734718 +100,-1.531154816,0.7230299897,55,-1.536980576,0.7379994392,61.734686914 +101,-1.528878341,0.7230370244,55,-1.536980576,0.7379994392,63.90481458 +102,-1.539218189,0.7214009878,55,-1.536980576,0.7379994392,66.077520884 +103,-1.537198791,0.7214422745,55,-1.536980576,0.7379994392,65.586093579 +104,-1.535179266,0.7214634354,55,-1.536980576,0.7379994392,65.714636562 +105,-1.533156501,0.7214944644,55,-1.536980576,0.7379994392,66.343791109 +106,-1.53113574,0.7215166021,55,-1.536980576,0.7379994392,67.53015361 +107,-1.528874248,0.7215345535,55,-1.536980576,0.7379994392,69.46943277 +108,-1.539217656,0.7198512397,55,-1.536980576,0.7379994392,72.188197454 +109,-1.537199919,0.7199428763,55,-1.536980576,0.7379994392,71.524981167 +110,-1.545425832,0.727397149,55,-1.536980576,0.7379994392,48.805578094 +111,-1.543371177,0.7273916949,55,-1.536980576,0.7379994392,46.038297197 +112,-1.541368852,0.7274523163,55,-1.536980576,0.7379994392,43.729579025 +113,-1.545349067,0.7258710923,55,-1.536980576,0.7379994392,53.998739058 +114,-1.54332671,0.7258603556,55,-1.536980576,0.7379994392,51.590764708 +115,-1.541346831,0.7259242142,55,-1.536980576,0.7379994392,49.529844333 +116,-1.545324355,0.7243383958,55,-1.536980576,0.7379994392,59.441302023 +117,-1.543292796,0.7243617413,55,-1.536980576,0.7379994392,57.135098845 +118,-1.541295822,0.7244024384,55,-1.536980576,0.7379994392,55.3401183 +119,-1.543193859,0.7205570215,55,-1.536980576,0.7379994392,71.484852583 +120,-1.550257047,0.7386738187,55,-1.536980576,0.7379994392,38.985079182 +121,-1.549335448,0.7311736483,55,-1.536980576,0.7379994392,45.275794567 +122,-1.533478843,0.7179891343,55,-1.536980576,0.7379994392,79.934211308 +123,-1.556150555,0.738907041,55,-1.536980576,0.7379994392,56.267299421 +124,-1.554324226,0.733414257,55,-1.536980576,0.7379994392,54.070883534 +125,-1.554290846,0.7288285332,55,-1.536980576,0.7379994392,62.562635796 +126,-1.55122487,0.7219795312,55,-1.536980576,0.7379994392,76.119020871 +127,-1.525104458,0.7229399862,55,-1.536980576,0.7379994392,69.179794726 +128,-1.519607711,0.7236181429,55,-1.536980576,0.7379994392,76.618626385 +129,-1.513899999,0.7251107854,55,-1.536980576,0.7379994392,85.053805069 +130,-1.536620762,0.7431061895,55,-1.536980576,0.7379994392,20.255172728 +131,-1.5369566,0.7460845958,55,-1.536980576,0.7379994392,32.0253818 +132,-1.545345528,0.7447040685,55,-1.536980576,0.7379994392,36.089843561 +133,-1.532813921,0.7432306626,55,-1.536980576,0.7379994392,24.035981802 +134,-1.554788248,0.7382381001,55,-1.536980576,0.7379994392,52.186390836 +135,-1.540348126,0.7301594274,55,-1.536980576,0.7379994392,32.595160817 +136,-1.538016084,0.7239051786,55,-1.536980576,0.7379994392,55.910823945 +137,-1.525288962,0.7258085137,55,-1.536980576,0.7379994392,59.317264535 +138,-1.534326986,0.731241342,55,-1.536980576,0.7379994392,27.88204609 +139,-1.530733872,0.7303625216,55,-1.536980576,0.7379994392,35.390120655 +141,-1.534354939,0.7328219978,55,-1.536980576,0.7379994392,21.910056799 +142,-1.53157084,0.7292888153,55,-1.536980576,0.7379994392,37.996524509 +143,-1.525691035,0.7263799874,55,-1.536980576,0.7379994392,56.782604317 +144,-1.534031287,0.7495967835,55,-1.536980576,0.7379994392,46.734561788 +145,-1.527714986,0.7283095957,55,-1.536980576,0.7379994392,47.083319873 +146,-1.526189586,0.7271468292,55,-1.536980576,0.7379994392,53.457246444 +147,-1.555177336,0.7375563366,55,-1.536980576,0.7379994392,53.363270188 +148,-1.555080283,0.7312707794,55,-1.536980576,0.7379994392,59.503580434 +149,-1.53856994,0.7224180299,55,-1.536980576,0.7379994392,61.895918069 +150,-1.530837883,0.729933372,55,-1.536980576,0.7379994392,36.703874304 +151,-1.515066984,0.5854133365,55,-1.536980576,0.7379994392,608.23954382 +152,-1.534731633,0.5368370046,55,-1.536980576,0.7379994392,796.83627432 +153,-1.515231902,0.5607085576,55,-1.536980576,0.7379994392,705.56923225 +154,-2.616253799,1.0684566605,55,-1.536980576,0.7379994392,2815.6800728 +155,-1.956071439,0.5792177723,55,-1.536980576,0.7379994392,1448.9176953 +156,-1.951208514,0.5602434208,55,-1.536980576,0.7379994392,1477.4366714 +157,-1.944675062,0.6062144545,55,-1.536980576,0.7379994392,1361.6042622 +158,-1.613778386,0.6077989518,55,-1.536980576,0.7379994392,567.73074619 +159,-2.035029014,0.6021432345,55,-1.536980576,0.7379994392,1628.015424 +160,-2.114989471,0.6801825058,55,-1.536980576,0.7379994392,1741.5252403 +161,-2.037382079,0.5765830025,55,-1.536980576,0.7379994392,1684.2133516 +162,-2.129855121,0.6585019963,55,-1.536980576,0.7379994392,1813.7433614 +163,-2.075141798,0.6493615843,55,-1.536980576,0.7379994392,1666.5552657 +164,-1.828626729,0.6948433129,55,-1.536980576,0.7379994392,886.29613698 +165,-1.863329418,0.6735427691,55,-1.536980576,0.7379994392,1014.1385105 +166,-1.266037071,0.727988852,55,-1.536980576,0.7379994392,797.4588809 +167,-1.277579582,0.7249010648,55,-1.536980576,0.7379994392,765.44467977 +168,-1.258418684,0.7241194816,55,-1.536980576,0.7379994392,822.06271612 +169,-1.317813974,0.6804850104,55,-1.536980576,0.7379994392,696.25003829 +170,-1.344165204,0.6790988904,55,-1.536980576,0.7379994392,624.48245902 +171,-1.427582102,0.5277120351,55,-1.536980576,0.7379994392,902.58990715 +172,-1.402238616,0.457167829,55,-1.536980576,0.7379994392,1195.3599803 +173,-1.422454264,0.4996161999,55,-1.536980576,0.7379994392,1013.1343237 +174,-1.439089277,0.4894859811,55,-1.536980576,0.7379994392,1033.5027408 +175,-1.448126995,0.5182330266,55,-1.536980576,0.7379994392,915.42013468 +176,-1.474626146,0.5881926574,55,-1.536980576,0.7379994392,624.32956913 +177,-1.421139645,0.5584869783,55,-1.536980576,0.7379994392,798.96301498 +178,-1.457037165,0.565943032,55,-1.536980576,0.7379994392,726.20704282 +179,-2.757159358,0.3745319,55,-1.536980576,0.7379994392,4226.9297074 +180,-2.714309238,0.342054471,55,-1.536980576,0.7379994392,4180.4179745 +181,-2.000525337,0.774119946,55,-1.536980576,0.7379994392,1337.5660775 +183,-1.571413436,0.6777838382,55,-1.536980576,0.7379994392,260.02887931 +184,-1.552860289,0.6987663893,55,-1.536980576,0.7379994392,162.45420109 +185,-1.521852374,0.7165827476,55,-1.536980576,0.7379994392,95.914859261 +186,-1.503656267,0.6928968252,55,-1.536980576,0.7379994392,204.54076792 +187,-1.502753178,0.7136205882,55,-1.536980576,0.7379994392,140.01962421 +188,-1.631894563,0.7343596465,55,-1.536980576,0.7379994392,278.92204912 +189,-1.653765416,0.6770714026,55,-1.536980576,0.7379994392,426.20184285 +190,-1.719812114,0.6715965947,55,-1.536980576,0.7379994392,610.56354235 +191,-1.493406659,0.6646955447,55,-1.536980576,0.7379994392,318.85453812 +192,-1.469120564,0.6613469966,55,-1.536980576,0.7379994392,366.60895881 +193,-1.590551461,0.5326612937,55,-1.536980576,0.7379994392,830.91850845 +194,-1.625979264,0.5247742243,55,-1.536980576,0.7379994392,890.77437203 +195,-1.572293943,0.5238808754,55,-1.536980576,0.7379994392,855.53666892 +196,-1.610848725,0.5477107964,55,-1.536980576,0.7379994392,788.98885621 +197,-1.208485554,0.7918526018,55,-1.536980576,0.7379994392,960.23797851 +198,-1.335601374,0.6869083083,55,-1.536980576,0.7379994392,636.04342708 +199,-1.346156996,0.6825213377,55,-1.536980576,0.7379994392,613.20144354 +200,-1.324381037,0.6741422347,55,-1.536980576,0.7379994392,688.09310991 +201,-1.242424992,0.7378949807,55,-1.536980576,0.7379994392,861.79162801 +202,-1.270370057,0.7392461008,55,-1.536980576,0.7379994392,779.79895233 +203,-1.448950472,0.7441675014,55,-1.536980576,0.7379994392,258.35816216 +204,-1.492662363,0.7523026852,55,-1.536980576,0.7379994392,140.90557438 +205,-1.479098966,0.7763855017,55,-1.536980576,0.7379994392,225.53518971 +206,-1.633760714,0.7869022408,55,-1.536980576,0.7379994392,338.05846638 +207,-1.647406434,0.8101289331,55,-1.536980576,0.7379994392,423.36843135 +208,-1.564245052,0.5701509278,55,-1.536980576,0.7379994392,670.31363146 +209,-1.646289963,0.6833746083,55,-1.536980576,0.7379994392,392.90052117 +210,-1.5820631,0.6751952144,55,-1.536980576,0.7379994392,283.3919716 +211,-1.613236298,0.6681681791,55,-1.536980576,0.7379994392,359.89211162 +212,-1.914661867,0.8212566515,55,-1.536980576,0.7379994392,1109.6934855 +213,-1.742133237,0.7250275956,55,-1.536980576,0.7379994392,606.40709798 +214,-2.033144872,0.6557314699,55,-1.536980576,0.7379994392,1534.3352387 +215,-2.039551981,0.6964723658,55,-1.536980576,0.7379994392,1501.999005 +216,-1.247341019,0.7622473908,55,-1.536980576,0.7379994392,843.38607935 +217,-1.298239787,0.7084123392,55,-1.536980576,0.7379994392,717.75059306 +218,-1.308539688,0.6926545592,55,-1.536980576,0.7379994392,705.47079906 +219,-1.303263185,0.6888938396,55,-1.536980576,0.7379994392,725.61560604 +220,-1.852400229,0.6004246149,55,-1.536980576,0.7379994392,1117.9062075 +221,-1.288947707,0.7473773692,55,-1.536980576,0.7379994392,723.82433128 +222,-1.372031502,0.7472790993,55,-1.536980576,0.7379994392,482.47004935 +223,-1.289805721,0.7242157877,55,-1.536980576,0.7379994392,730.04155835 +224,-1.350807603,0.7533498126,55,-1.536980576,0.7379994392,544.7634613 +225,-1.329290365,0.7560442322,55,-1.536980576,0.7379994392,607.2888982 +226,-1.410153004,0.616936428,55,-1.536980576,0.7379994392,618.49004142 +227,-1.393445434,0.6308995063,55,-1.536980576,0.7379994392,610.98707539 +228,-1.37595573,0.6241540638,55,-1.536980576,0.7379994392,669.24446887 +229,-1.358388707,0.6172645205,55,-1.536980576,0.7379994392,728.71182426 +230,-1.753741133,0.8281661666,55,-1.536980576,0.7379994392,704.36564738 +231,-1.47430987,0.6834615681,55,-1.536980576,0.7379994392,286.40655185 +232,-1.421012508,0.7222725206,55,-1.536980576,0.7379994392,347.78100413 +233,-1.4476833,0.6978557868,55,-1.536980576,0.7379994392,310.16412354 +234,-1.470370723,0.6966193374,55,-1.536980576,0.7379994392,257.62748396 +235,-1.429211703,0.7037216883,55,-1.536980576,0.7379994392,348.13121997 +236,-1.700578405,0.6178673663,55,-1.536980576,0.7379994392,692.84820161 +237,-1.678117619,0.6331716163,55,-1.536980576,0.7379994392,599.18451625 +238,-1.725644578,0.6316331145,55,-1.536980576,0.7379994392,714.96904948 +239,-2.14012759,0.7930497945,55,-1.536980576,0.7379994392,1722.8437971 +240,-2.103289431,0.7653606263,55,-1.536980576,0.7379994392,1631.765291 +241,-1.318739838,0.7017808746,55,-1.536980576,0.7379994392,664.94298265 +242,-1.396417427,0.7077900843,55,-1.536980576,0.7379994392,434.13177744 +243,-1.35650337,0.7185539404,55,-1.536980576,0.7379994392,538.70874757 +244,-1.248884539,0.7274156818,55,-1.536980576,0.7379994392,847.99635195 +245,-1.395014798,0.5761185243,55,-1.536980576,0.7379994392,779.78339808 +246,-1.433377362,0.6064716109,55,-1.536980576,0.7379994392,611.59813668 +247,-1.408172432,0.5903155476,55,-1.536980576,0.7379994392,709.00419159 +248,-1.749645898,0.7757118084,55,-1.536980576,0.7379994392,629.69576289 +249,-1.571626686,0.615046989,55,-1.536980576,0.7379994392,498.58922483 +250,-1.514070049,0.6303003037,55,-1.536980576,0.7379994392,432.33753512 +251,-1.480890369,0.6237966528,55,-1.536980576,0.7379994392,484.07538445 +252,-1.704390658,0.5281680612,55,-1.536980576,0.7379994392,986.71938628 +253,-1.64434733,0.5254277498,55,-1.536980576,0.7379994392,908.59837422 +254,-1.703855997,0.4792484842,55,-1.536980576,0.7379994392,1157.6988255 +255,-1.692002383,0.5748825051,55,-1.536980576,0.7379994392,807.72780635 +256,-1.854136457,0.5544643913,55,-1.536980576,0.7379994392,1234.3654109 +257,-1.665021206,0.520317736,55,-1.536980576,0.7379994392,953.83259994 +258,-1.733654349,0.4845187345,55,-1.536980576,0.7379994392,1187.1156065 +259,-1.720938188,0.5135933906,55,-1.536980576,0.7379994392,1065.2530423 +260,-1.742668307,0.553296122,55,-1.536980576,0.7379994392,977.19128889 +261,-1.965659039,0.7142126903,55,-1.536980576,0.7379994392,1268.7786774 +262,-1.944438071,0.6772834804,55,-1.536980576,0.7379994392,1245.6440574 +263,-1.270340967,0.7681487096,55,-1.536980576,0.7379994392,778.59886286 +264,-1.353091884,0.6549276821,55,-1.536980576,0.7379994392,647.73381039 +265,-1.333236659,0.6413584414,55,-1.536980576,0.7379994392,729.84936385 +266,-1.352015998,0.6753788907,55,-1.536980576,0.7379994392,609.331637 +267,-1.377988483,0.6577816235,55,-1.536980576,0.7379994392,577.23663581 +268,-2.13075611,0.8318642051,55,-1.536980576,0.7379994392,1690.3933065 +269,-2.097910953,0.8259670014,55,-1.536980576,0.7379994392,1602.3524249 +270,-1.416382069,0.6694271549,55,-1.536980576,0.7379994392,454.08572698 +271,-1.538905672,0.7535625993,55,-1.536980576,0.7379994392,61.899604378 +272,-1.572309477,0.7803125099,55,-1.536980576,0.7379994392,195.93162348 +273,-1.87759879,0.7503853417,55,-1.536980576,0.7379994392,991.48883996 +274,1.152365588,0.590457682,55,-1.536980576,0.7379994392,6931.5304613 +275,0.350198001,0.718001859,55,-1.536980576,0.7379994392,5141.9946786 +276,0.046513677,0.491503852,55,-1.536980576,0.7379994392,4976.5607856 +277,0.027510309,0.742571376,55,-1.536980576,0.7379994392,4335.8089516 +278,0.306285725,-0.214631579,55,-1.536980576,0.7379994392,7586.9026649 +279,-1.100564889,0.318051531,55,-1.536980576,0.7379994392,2218.2219488 +280,-1.078582306,0.301437596,55,-1.536980576,0.7379994392,2320.2988342 +281,-1.137371989,-0.617634065,55,-1.536980576,0.7379994392,5561.3907549 +282,0.784356344,0.703272339,55,-1.536980576,0.7379994392,6022.764399 +283,-1.221209947,0.218327455,55,-1.536980576,0.7379994392,2327.4948232 +284,2.347301921,-0.449114658,55,-1.536980576,0.7379994392,9785.0860444 +285,0.246820618,0.830553713,55,-1.536980576,0.7379994392,4629.623424 +286,0.829414965,0.703288228,55,-1.536980576,0.7379994392,6094.8526062 +287,-1.337537566,0.42332223,55,-1.536980576,0.7379994392,1407.53262 +288,0.882453706,0.454478077,55,-1.536980576,0.7379994392,7033.384139 +289,1.575629659,0.416419109,55,-1.536980576,0.7379994392,7869.9660802 +290,-1.039455679,0.229888244,55,-1.536980576,0.7379994392,2637.8029447 +291,0.489558039,0.934482747,55,-1.536980576,0.7379994392,4815.5444198 +292,0.081344504,0.88384514,55,-1.536980576,0.7379994392,4157.4854175 +293,-1.547979814,0.300350308,55,-1.536980576,0.7379994392,1733.9277019 +294,0.040776181,0.168560074,55,-1.536980576,0.7379994392,5794.1127074 +295,-1.130374745,0.563894876,55,-1.536980576,0.7379994392,1448.2214044 +296,1.578326642,0.478507176,55,-1.536980576,0.7379994392,7624.3077457 +297,-1.12861823,-0.291640865,55,-1.536980576,0.7379994392,4342.5682085 +298,0.310524208,0.770885792,55,-1.536980576,0.7379994392,4915.7240047 +299,0.415649091,-0.387246002,55,-1.536980576,0.7379994392,8338.7469244 +300,-0.926533878,-0.188022748,55,-1.536980576,0.7379994392,4284.9376093 +301,1.258856172,-0.11716081,55,-1.536980576,0.7379994392,9702.4454121 +302,-1.126050026,0.322941926,55,-1.536980576,0.7379994392,2146.7988472 +303,2.002785835,0.07893892,55,-1.536980576,0.7379994392,8905.0659255 +304,0.440437607,0.746258085,55,-1.536980576,0.7379994392,5254.0454641 +305,-0.030391866,0.214441206,55,-1.536980576,0.7379994392,5466.519322 +306,0.521557815,-0.058929362,55,-1.536980576,0.7379994392,7790.4555972 +307,-0.097005111,0.13317729,55,-1.536980576,0.7379994392,5484.9288849 +308,1.83113859,0.221857587,55,-1.536980576,0.7379994392,8553.3815193 +309,0.222428864,0.099404236,55,-1.536980576,0.7379994392,6504.4180648 +310,-1.702731345,0.8728568183,55,-1.536980576,0.7379994392,700.46223688 +311,-0.418507569,0.278324921,55,-1.536980576,0.7379994392,4167.3632456 +312,-1.41153306,0.339029988,55,-1.536980576,0.7379994392,1635.3181949 +313,0.357560442,0.114788776,55,-1.536980576,0.7379994392,6845.3388271 +314,0.325818979,0.268352149,55,-1.536980576,0.7379994392,6328.7206173 +315,-1.246004659,-0.663679965,55,-1.536980576,0.7379994392,5650.2925531 +316,1.814603087,0.637404484,55,-1.536980576,0.7379994392,6943.2049328 +317,1.843704281,-0.18300445,55,-1.536980576,0.7379994392,10094.559968 +318,1.690644492,-0.211480909,55,-1.536980576,0.7379994392,10337.317381 +319,-1.275451936,0.068109467,55,-1.536980576,0.7379994392,2809.6982377 +320,0.762430171,-0.207594741,55,-1.536980576,0.7379994392,8874.3028823 +321,0.265668905,-0.014647884,55,-1.536980576,0.7379994392,6938.1377905 +322,-2.773032013,-0.335515811,55,-1.536980576,0.7379994392,6190.3489695 +323,-1.469512853,0.174058777,55,-1.536980576,0.7379994392,2246.023272 +324,0.286276986,0.785925691,55,-1.536980576,0.7379994392,4825.0329456 +325,-1.379324697,0.377432233,55,-1.536980576,0.7379994392,1521.0878439 +326,-1.203778265,0.212813032,55,-1.536980576,0.7379994392,2375.7384216 +327,0.579916301,0.611743168,55,-1.536980576,0.7379994392,5937.1127091 +328,0.267582642,0.868113908,55,-1.536980576,0.7379994392,4580.3367934 +329,0.412869244,-0.050245578,55,-1.536980576,0.7379994392,7458.7791776 +330,0.17524381,0.976660285,55,-1.536980576,0.7379994392,4151.9044905 +331,0.743157214,0.204812899,55,-1.536980576,0.7379994392,7574.8434948 +332,-1.070758176,0.269382282,55,-1.536980576,0.7379994392,2440.7526744 +333,-1.230364251,0.329790229,55,-1.536980576,0.7379994392,1916.7226671 +334,-1.374813124,-0.024926835,55,-1.536980576,0.7379994392,3077.1708219 +335,0.519780566,0.463669906,55,-1.536980576,0.7379994392,6254.2219584 +336,-1.55108034,0.239698561,55,-1.536980576,0.7379994392,1974.3617356 +337,0.180294813,0.029739425,55,-1.536980576,0.7379994392,6570.6522112 +338,0.67820924,0.268170153,55,-1.536980576,0.7379994392,7223.856091 +339,0.445798684,1.024001867,55,-1.536980576,0.7379994392,4502.083545 +340,0.691751283,0.150521402,55,-1.536980576,0.7379994392,7622.9708362 +341,-1.036643551,-0.903056181,55,-1.536980576,0.7379994392,6723.7595785 +342,-0.120287036,1.083325163,55,-1.536980576,0.7379994392,3431.5198894 +343,2.823513113,-0.304487164,55,-1.536980576,0.7379994392,8048.5433753 +344,0.457583172,1.12513373,55,-1.536980576,0.7379994392,4257.0447498 +345,0.042918831,0.813795399,55,-1.536980576,0.7379994392,4218.7585984 +346,1.196146777,-0.853142756,55,-1.536980576,0.7379994392,11229.248979 +347,0.206001358,-0.010430701,55,-1.536980576,0.7379994392,6753.3723608 +348,-0.268308653,0.234799412,55,-1.536980576,0.7379994392,4718.0298647 +349,0.759363263,0.736189579,55,-1.536980576,0.7379994392,5872.9176324 +350,0.181363926,0.891988372,55,-1.536980576,0.7379994392,4349.1961391 +351,-0.021111158,0.139103292,55,-1.536980576,0.7379994392,5691.5013087 +352,-0.093355215,0.630686981,55,-1.536980576,0.7379994392,4272.4614747 +353,0.40118964,0.681375926,55,-1.536980576,0.7379994392,5353.898569 +354,-0.721197315,1.304706234,55,-1.536980576,0.7379994392,2662.6037403 +355,-1.076150317,0.212107639,55,-1.536980576,0.7379994392,2617.8823331 +356,-1.577164531,0.273993443,55,-1.536980576,0.7379994392,1843.0099678 +357,-0.190788414,0.182208586,55,-1.536980576,0.7379994392,5081.4711866 +358,-0.261349752,0.209710184,55,-1.536980576,0.7379994392,4803.2203746 +359,-1.029303852,0.083549259,55,-1.536980576,0.7379994392,3148.3561329 +360,-1.268609162,0.330525297,55,-1.536980576,0.7379994392,1848.4422766 +361,1.282982244,-0.926641967,55,-1.536980576,0.7379994392,11312.377235 +362,0.217352334,0.731352408,55,-1.536980576,0.7379994392,4810.4027698 +363,-1.511833084,0.258629297,55,-1.536980576,0.7379994392,1900.7262973 +364,0.338812194,0.823184618,55,-1.536980576,0.7379994392,4837.9377063 +365,-0.324406489,1.134201999,55,-1.536980576,0.7379994392,3041.5952751 +366,1.389579348,0.399185724,55,-1.536980576,0.7379994392,7871.2023652 +367,2.047152199,-0.039082036,55,-1.536980576,0.7379994392,9261.917223 +368,0.947780369,0.568250077,55,-1.536980576,0.7379994392,6745.2294393 +369,0.763824846,0.576754987,55,-1.536980576,0.7379994392,6406.851015 +370,-0.142334657,0.928153068,55,-1.536980576,0.7379994392,3591.7188419 +371,0.610266567,0.547265983,55,-1.536980576,0.7379994392,6199.1324228 +372,0.210731629,0.746815056,55,-1.536980576,0.7379994392,4756.878778 +373,-1.34931644,0.316895224,55,-1.536980576,0.7379994392,1783.8280368 +374,2.407696481,0.655030745,55,-1.536980576,0.7379994392,6212.3798672 +375,0.64207831,0.545359131,55,-1.536980576,0.7379994392,6271.1758232 +376,1.174597538,0.840588356,55,-1.536980576,0.7379994392,6013.0131852 +377,0.660059424,0.010604079,55,-1.536980576,0.7379994392,7967.005801 +378,-0.730263819,0.010486456,55,-1.536980576,0.7379994392,4061.0131476 +379,0.831068936,0.512339172,55,-1.536980576,0.7379994392,6744.3476076 +380,1.301180979,0.72367476,55,-1.536980576,0.7379994392,6553.3669801 +381,1.811128231,0.322854402,55,-1.536980576,0.7379994392,8174.4647987 +382,0.435105812,0.992284428,55,-1.536980576,0.7379994392,4568.8780492 +383,0.62643634,0.592027932,55,-1.536980576,0.7379994392,6092.899276 +384,0.492988703,-0.516339467,55,-1.536980576,0.7379994392,8857.2574774 +385,-0.162469483,0.112549365,55,-1.536980576,0.7379994392,5347.6374415 +386,0.314630866,0.472006421,55,-1.536980576,0.7379994392,5732.3036041 +387,0.166744804,0.822815954,55,-1.536980576,0.7379994392,4476.5419362 +388,0.417159608,0.965805736,55,-1.536980576,0.7379994392,4609.1281511 +389,0.106334961,0.868774244,55,-1.536980576,0.7379994392,4242.8934865 +390,0.815086969,-0.338144359,55,-1.536980576,0.7379994392,9375.4267072 +391,0.59867455,-0.230624824,55,-1.536980576,0.7379994392,8478.2756406 +392,1.915104874,0.066220985,55,-1.536980576,0.7379994392,9068.5267743 +393,1.278093622,0.064463721,55,-1.536980576,0.7379994392,9055.6817814 +394,-0.061477853,0.302997961,55,-1.536980576,0.7379994392,5147.4813698 +395,0.251311504,0.626976942,55,-1.536980576,0.7379994392,5157.6850113 +396,2.950242872,0.149095644,55,-1.536980576,0.7379994392,6473.2315041 +397,-0.180294708,0.35375117,55,-1.536980576,0.7379994392,4675.6485934 +398,1.010448592,-0.351180233,55,-1.536980576,0.7379994392,9941.9228985 +399,-1.748740498,0.3686318073,55,-1.536980576,0.7379994392,1623.8156141 +400,2.699635665,0.123533791,55,-1.536980576,0.7379994392,7236.5787995 +401,0.496808033,0.823843254,55,-1.536980576,0.7379994392,5142.3409815 +402,0.129574704,0.763364087,55,-1.536980576,0.7379994392,4531.0080563 +403,1.798920311,0.817447563,55,-1.536980576,0.7379994392,6244.9960959 +404,0.335987953,0.746786541,55,-1.536980576,0.7379994392,5033.8963113 +405,-1.085413643,0.292154671,55,-1.536980576,0.7379994392,2334.906976 +406,-0.155321003,0.508207011,55,-1.536980576,0.7379994392,4377.8930246 +407,0.620529244,-0.301175104,55,-1.536980576,0.7379994392,8725.1319151 +408,1.684402744,0.368716966,55,-1.536980576,0.7379994392,8050.4254249 +409,0.300582244,-0.386397212,55,-1.536980576,0.7379994392,8000.9967778 +410,2.913555946,-0.009225192,55,-1.536980576,0.7379994392,7010.2674839 +411,1.465101417,0.493232532,55,-1.536980576,0.7379994392,7540.3734603 +412,0.090612882,0.907955955,55,-1.536980576,0.7379994392,4127.3496813 +413,2.987564726,-0.729568594,55,-1.536980576,0.7379994392,8535.5415088 +414,-1.484261606,0.224149272,55,-1.536980576,0.7379994392,2043.4216021 +415,0.164073421,0.303955133,55,-1.536980576,0.7379994392,5786.606506 +416,0.141441293,0.167552546,55,-1.536980576,0.7379994392,6087.8283088 +417,2.931321023,-0.506718887,55,-1.536980576,0.7379994392,8217.883672 +418,2.21951565,0.700596356,55,-1.536980576,0.7379994392,6333.7263395 +419,0.268112576,1.199114336,55,-1.536980576,0.7379994392,3846.0569246 +420,0.978913739,0.359223811,55,-1.536980576,0.7379994392,7532.4760861 +421,1.210898818,0.522863584,55,-1.536980576,0.7379994392,7247.1716603 +422,2.347397336,0.129231362,55,-1.536980576,0.7379994392,8087.1612514 +423,0.614394501,0.556878345,55,-1.536980576,0.7379994392,6177.866382 +424,-1.398079356,0.148483366,55,-1.536980576,0.7379994392,2384.8145558 +425,2.535303836,-0.112984496,55,-1.536980576,0.7379994392,8364.4618722 +426,-1.019372593,-0.405322349,55,-1.536980576,0.7379994392,4908.6331071 +427,-1.297785627,-0.160104069,55,-1.536980576,0.7379994392,3661.6135743 +428,2.144554488,0.205051084,55,-1.536980576,0.7379994392,8224.3646796 +429,-2.242387083,-0.426171285,55,-1.536980576,0.7379994392,5283.336344 +430,0.338637212,0.909723676,55,-1.536980576,0.7379994392,4614.5701077 +431,-0.148798452,0.691042401,55,-1.536980576,0.7379994392,3998.3798077 +432,0.893524764,0.441829531,55,-1.536980576,0.7379994392,7096.5030817 +433,0.969229347,-0.368847936,55,-1.536980576,0.7379994392,9881.5378089 +434,0.436043248,0.800045688,55,-1.536980576,0.7379994392,5094.1103711 +435,1.687946607,1.081504775,55,-1.536980576,0.7379994392,5231.8601494 +436,0.522302046,-0.034889271,55,-1.536980576,0.7379994392,7725.0801252 +437,-0.178996113,-0.438090009,55,-1.536980576,0.7379994392,6793.9504641 +438,-1.094339566,0.301444068,55,-1.536980576,0.7379994392,2285.317086 +439,-1.064070054,0.242569932,55,-1.536980576,0.7379994392,2542.667667 +440,-1.068153768,0.230387998,55,-1.536980576,0.7379994392,2573.9524537 +441,-3.00496892,-0.23989155,55,-1.536980576,0.7379994392,6563.4160474 +442,0.21751974,0.766874888,55,-1.536980576,0.7379994392,4722.6324461 +443,0.117229532,0.007619006,55,-1.536980576,0.7379994392,6445.8853703 +444,0.777758451,0.420554741,55,-1.536980576,0.7379994392,6949.5159404 +445,-0.252356999,0.250747086,55,-1.536980576,0.7379994392,4723.870937 +446,0.363148444,0.768483434,55,-1.536980576,0.7379994392,5033.2530052 +447,0.903191366,-0.118210676,55,-1.536980576,0.7379994392,8975.7650499 +448,-0.205755923,0.149406178,55,-1.536980576,0.7379994392,5123.6162782 +449,1.811996086,0.02364353,55,-1.536980576,0.7379994392,9337.0825426 +450,-1.100670221,0.314845373,55,-1.536980576,0.7379994392,2228.2663446 +451,0.340078597,0.850105132,55,-1.536980576,0.7379994392,4770.338301 +452,0.258757267,0.804969236,55,-1.536980576,0.7379994392,4718.156235 +453,2.78505352,-0.155160804,55,-1.536980576,0.7379994392,7774.9284886 +454,0.800551619,0.105822106,55,-1.536980576,0.7379994392,8023.6359823 +455,0.437940882,-0.506194031,55,-1.536980576,0.7379994392,8675.8144637 +456,2.230431122,0.63458615,55,-1.536980576,0.7379994392,6555.0571517 +457,0.527965361,0.127667701,55,-1.536980576,0.7379994392,7273.4548492 +458,-0.063643205,0.702093448,55,-1.536980576,0.7379994392,4195.9269832 +459,1.408447268,0.133010502,55,-1.536980576,0.7379994392,8921.5101612 +460,0.523795955,0.280266966,55,-1.536980576,0.7379994392,6812.202763 +461,-0.975769313,0.072177659,55,-1.536980576,0.7379994392,3296.4800631 +462,0.549774164,-0.463663986,55,-1.536980576,0.7379994392,8908.1321745 +463,0.29245874,1.095549818,55,-1.536980576,0.7379994392,4094.3695434 +464,0.143625958,0.816809593,55,-1.536980576,0.7379994392,4439.5249671 +465,0.671902494,0.611159853,55,-1.536980576,0.7379994392,6122.2488135 +466,1.239840988,0.6724199,55,-1.536980576,0.7379994392,6704.8184407 +467,0.607829703,-0.10932137,55,-1.536980576,0.7379994392,8172.28038 +468,1.763020906,0.263996692,55,-1.536980576,0.7379994392,8433.044757 +469,0.378714634,0.726066797,55,-1.536980576,0.7379994392,5181.5153173 +470,2.196736143,-0.153862366,55,-1.536980576,0.7379994392,9347.5954036 +471,0.01702415,0.148991565,55,-1.536980576,0.7379994392,5776.7339639 +472,-2.998490902,-0.158002487,55,-1.536980576,0.7379994392,6325.6279199 +473,-3.051262951,-0.346595608,55,-1.536980576,0.7379994392,6976.0881395 +474,-1.069176439,0.182802941,55,-1.536980576,0.7379994392,2730.6630491 +475,0.167157509,0.595344954,55,-1.536980576,0.7379994392,5032.1612859 +476,0.613855648,0.681746124,55,-1.536980576,0.7379994392,5788.7563178 +477,1.037012736,0.682555367,55,-1.536980576,0.7379994392,6458.375158 +478,-1.253574971,0.379755746,55,-1.536980576,0.7379994392,1701.9115653 +479,3.108590453,-0.132620738,55,-1.536980576,0.7379994392,6770.0106206 +480,0.565301296,0.022333262,55,-1.536980576,0.7379994392,7679.9168629 +481,0.547898238,0.855555614,55,-1.536980576,0.7379994392,5141.6819395 +482,0.948309381,0.417393755,55,-1.536980576,0.7379994392,7276.3113931 +483,-0.050600732,0.945269213,55,-1.536980576,0.7379994392,3761.6986142 +484,-0.977651478,-0.572363064,55,-1.536980576,0.7379994392,5574.4786177 +485,1.102014914,0.728861163,55,-1.536980576,0.7379994392,6362.582923 +486,2.927300795,-0.282939414,55,-1.536980576,0.7379994392,7690.3495433 +487,-1.154565557,0.124434095,55,-1.536980576,0.7379994392,2774.3499415 +488,1.855331234,0.291044755,55,-1.536980576,0.7379994392,8266.1418081 +489,0.830290659,0.276904518,55,-1.536980576,0.7379994392,7532.27297 +490,0.485104466,-0.234867441,55,-1.536980576,0.7379994392,8161.6499264 +491,0.521367572,-0.33161327,55,-1.536980576,0.7379994392,8513.2322741 +1,-1.539031704,0.7349710123,56,-1.534931522,0.7379944961,16.976109125 +2,-1.536990553,0.7349663874,56,-1.534931522,0.7379944961,13.430244034 +3,-1.534951779,0.7349571355,56,-1.534931522,0.7379944961,12.03113196 +4,-1.532906461,0.7349480293,56,-1.534931522,0.7379944961,13.450912251 +5,-1.531320211,0.7346937278,56,-1.534931522,0.7379944961,16.830542053 +6,-1.539451648,0.7335131775,56,-1.534931522,0.7379944961,22.164106384 +7,-1.537429487,0.7335445708,56,-1.534931522,0.7379944961,19.091401564 +8,-1.535484998,0.7335658704,56,-1.534931522,0.7379944961,17.616908649 +9,-1.533488396,0.7336036027,56,-1.534931522,0.7379944961,17.901078424 +10,-1.531497785,0.7335842962,56,-1.534931522,0.7379944961,20.169641323 +11,-1.530259379,0.7334777758,56,-1.534931522,0.7379944961,22.545512467 +12,-1.5335454,0.7322346912,56,-1.534931522,0.7379944961,23.175220869 +13,-1.531489083,0.7322238773,56,-1.534931522,0.7379944961,24.99516767 +14,-1.530011122,0.7321679851,56,-1.534931522,0.7379944961,27.232959199 +15,-1.53348106,0.7306614094,56,-1.534931522,0.7379944961,29.357749796 +16,-1.531441779,0.7306962275,56,-1.534931522,0.7379944961,30.675235658 +17,-1.529755654,0.7306933243,56,-1.534931522,0.7379944961,32.679335951 +18,-1.533415048,0.7291384674,56,-1.534931522,0.7379944961,35.361337264 +19,-1.531392093,0.7291705353,56,-1.534931522,0.7379944961,36.470006228 +20,-1.529296523,0.7291214933,56,-1.534931522,0.7379944961,38.860118322 +21,-1.535280942,0.727267644,56,-1.534931522,0.7379944961,42.501517206 +22,-1.533378158,0.7276139666,56,-1.534931522,0.7379944961,41.370837809 +23,-1.531340368,0.7276446587,56,-1.534931522,0.7379944961,42.33712926 +24,-1.528960113,0.7276398177,56,-1.534931522,0.7379944961,44.623976231 +25,-1.533313146,0.7260818349,56,-1.534931522,0.7379944961,47.42633844 +26,-1.531259555,0.7260958115,56,-1.534931522,0.7379944961,48.356344046 +27,-1.528926415,0.7260865555,56,-1.534931522,0.7379944961,50.376284946 +28,-1.531226779,0.7245511789,56,-1.534931522,0.7379944961,54.357617045 +29,-1.528904772,0.7245519194,56,-1.534931522,0.7379944961,56.132378744 +30,-1.547195875,0.7409785979,56,-1.534931522,0.7379944961,37.787074273 +31,-1.5451475,0.740980426,56,-1.534931522,0.7379944961,32.150855195 +32,-1.543097679,0.7409798872,56,-1.534931522,0.7379944961,26.663373529 +33,-1.540720364,0.7409892687,56,-1.534931522,0.7379944961,20.680868382 +34,-1.547188511,0.7395198392,56,-1.534931522,0.7379944961,36.398106204 +35,-1.545148587,0.7395226109,56,-1.534931522,0.7379944961,30.525578243 +36,-1.543104538,0.7395314908,56,-1.534931522,0.7379944961,24.695799573 +37,-1.540727751,0.7395306258,56,-1.534931522,0.7379944961,18.031169807 +38,-1.547187029,0.7380014886,56,-1.534931522,0.7379944961,35.913633709 +39,-1.545147315,0.7380012252,56,-1.534931522,0.7379944961,29.936472636 +40,-1.54310719,0.7380060743,56,-1.534931522,0.7379944961,23.958066716 +41,-1.540719671,0.7380068206,56,-1.534931522,0.7379944961,16.961698592 +42,-1.547187189,0.7364799098,56,-1.534931522,0.7379944961,36.436205091 +43,-1.545149996,0.7364853874,56,-1.534931522,0.7379944961,30.555341697 +44,-1.543106091,0.7364823484,56,-1.534931522,0.7379944961,24.708353796 +45,-1.540717158,0.7364893901,56,-1.534931522,0.7379944961,17.982927178 +46,-1.538663972,0.7410138672,56,-1.534931522,0.7379944961,16.196872239 +47,-1.53695285,0.7409699132,56,-1.534931522,0.7379944961,13.186812245 +48,-1.534910498,0.7409641297,56,-1.534931522,0.7379944961,11.762879455 +49,-1.533145034,0.7409536636,56,-1.534931522,0.7379944961,12.834373651 +50,-1.538681336,0.7395405883,56,-1.534931522,0.7379944961,12.5730854 +51,-1.536999189,0.7395183096,56,-1.534931522,0.7379944961,8.5494728775 +52,-1.534923633,0.7395144222,56,-1.534931522,0.7379944961,6.020471555 +53,-1.533267822,0.7395654306,56,-1.534931522,0.7379944961,7.902795835 +54,-1.53867273,0.7380151077,56,-1.534931522,0.7379944961,10.963525423 +55,-1.536980576,0.7379994392,56,-1.534931522,0.7379944961,6.0046161561 +56,-1.534931522,0.7379944961,56,-1.534931522,0.7379944961,3.0243928147 +57,-1.533387952,0.7379480264,56,-1.534931522,0.7379944961,4.5271538387 +58,-1.538682279,0.7364914363,56,-1.534931522,0.7379944961,12.506776071 +59,-1.536980704,0.7364810563,56,-1.534931522,0.7379944961,8.4879993483 +60,-1.534935567,0.7364752065,56,-1.534931522,0.7379944961,6.0179176637 +61,-1.533042592,0.7363876366,56,-1.534931522,0.7379944961,8.4377322168 +62,-1.545143426,0.7349628011,56,-1.534931522,0.7379944961,32.282909627 +63,-1.543105297,0.7349691947,56,-1.534931522,0.7379944961,26.812336534 +64,-1.541064533,0.7349647152,56,-1.534931522,0.7379944961,21.631368701 +65,-1.545411803,0.7334624714,56,-1.534931522,0.7379944961,35.627724832 +66,-1.543446606,0.7334780896,56,-1.534931522,0.7379944961,30.744558121 +67,-1.541475327,0.7334957295,56,-1.534931522,0.7379944961,26.206180745 +68,-1.545401939,0.731963266,56,-1.534931522,0.7379944961,38.952514552 +69,-1.54342253,0.7319915583,56,-1.534931522,0.7379944961,34.465541917 +70,-1.541455867,0.7320216438,56,-1.534931522,0.7379944961,30.450676183 +71,-1.545410146,0.7304422281,56,-1.534931522,0.7379944961,42.944640796 +72,-1.543435491,0.7304713664,56,-1.534931522,0.7379944961,38.900399849 +73,-1.541463105,0.7304997613,56,-1.534931522,0.7379944961,35.357290033 +74,-1.545414768,0.7289194936,56,-1.534931522,0.7379944961,47.36686987 +75,-1.543435774,0.7289538557,56,-1.534931522,0.7379944961,43.686401232 +76,-1.541457714,0.7289765881,56,-1.534931522,0.7379944961,40.554280756 +77,-1.539449415,0.7320555866,56,-1.534931522,0.7379944961,27.011188015 +78,-1.537429183,0.7321097681,56,-1.534931522,0.7379944961,24.437376185 +79,-1.535472649,0.7321497267,56,-1.534931522,0.7379944961,23.205662768 +80,-1.539457899,0.7305333307,56,-1.534931522,0.7379944961,32.412179239 +81,-1.537453161,0.7305750503,56,-1.534931522,0.7379944961,30.309260032 +82,-1.535479385,0.7306124949,56,-1.534931522,0.7379944961,29.284443401 +83,-1.53946905,0.7290102593,56,-1.534931522,0.7379944961,38.008554053 +84,-1.537459922,0.7290417293,56,-1.534931522,0.7379944961,36.233823766 +85,-1.535451349,0.7290890157,56,-1.534931522,0.7379944961,35.307749486 +86,-1.535522937,0.7279887191,56,-1.534931522,0.7379944961,39.671100702 +87,-1.539442524,0.7274735939,56,-1.534931522,0.7379944961,43.738709325 +88,-1.537424111,0.727521351,56,-1.534931522,0.7379944961,42.128286069 +89,-1.539384641,0.7259505092,56,-1.534931522,0.7379944961,49.477587266 +90,-1.537372391,0.7259947145,56,-1.534931522,0.7379944961,48.072101317 +91,-1.535340789,0.7260435356,56,-1.534931522,0.7379944961,47.35310934 +92,-1.539325716,0.7244369706,56,-1.534931522,0.7379944961,55.242043192 +93,-1.537308932,0.7244801057,56,-1.534931522,0.7379944961,53.987448609 +94,-1.535289068,0.7245247645,56,-1.534931522,0.7379944961,53.364019153 +95,-1.533261366,0.7245550236,56,-1.534931522,0.7379944961,53.460989037 +96,-1.539267302,0.722921924,56,-1.534931522,0.7379944961,61.057499002 +97,-1.537248972,0.7229660258,56,-1.534931522,0.7379944961,59.919125147 +98,-1.535219431,0.7229916471,56,-1.534931522,0.7379944961,59.432355061 +99,-1.53318962,0.7230212049,56,-1.534931522,0.7379944961,59.531427481 +100,-1.531154816,0.7230299897,56,-1.534931522,0.7379944961,60.312516401 +101,-1.528878341,0.7230370244,56,-1.534931522,0.7379944961,61.879397421 +102,-1.539218189,0.7214009878,56,-1.534931522,0.7379944961,66.934205776 +103,-1.537198791,0.7214422745,56,-1.534931522,0.7379944961,65.904148712 +104,-1.535179266,0.7214634354,56,-1.534931522,0.7379944961,65.483616184 +105,-1.533156501,0.7214944644,56,-1.534931522,0.7379944961,65.56636577 +106,-1.53113574,0.7215166021,56,-1.534931522,0.7379944961,66.223891482 +107,-1.528874248,0.7215345535,56,-1.534931522,0.7379944961,67.605628201 +108,-1.539217656,0.7198512397,56,-1.534931522,0.7379944961,72.972496596 +109,-1.537199919,0.7199428763,56,-1.534931522,0.7379944961,71.81581109 +110,-1.545425832,0.727397149,56,-1.534931522,0.7379944961,52.122942498 +111,-1.543371177,0.7273916949,56,-1.534931522,0.7379944961,48.798977827 +112,-1.541368852,0.7274523163,56,-1.534931522,0.7379944961,45.857906837 +113,-1.545349067,0.7258710923,56,-1.534931522,0.7379944961,56.992729915 +114,-1.54332671,0.7258603556,56,-1.534931522,0.7379944961,54.055186716 +115,-1.541346831,0.7259242142,56,-1.534931522,0.7379944961,51.41127388 +116,-1.545324355,0.7243383958,56,-1.534931522,0.7379944961,62.168433255 +117,-1.543292796,0.7243617413,56,-1.534931522,0.7379944961,59.360637041 +118,-1.541295822,0.7244024384,56,-1.534931522,0.7379944961,57.01446418 +119,-1.543193859,0.7205570215,56,-1.534931522,0.7379944961,73.253711481 +120,-1.550257047,0.7386738187,56,-1.534931522,0.7379944961,44.976779916 +121,-1.549335448,0.7311736483,56,-1.534931522,0.7379944961,50.225496325 +122,-1.533478843,0.7179891343,56,-1.534931522,0.7379944961,79.357563401 +123,-1.556150555,0.738907041,56,-1.534931522,0.7379944961,62.2594437 +124,-1.554324226,0.733414257,56,-1.534931522,0.7379944961,59.766599936 +125,-1.554290846,0.7288285332,56,-1.534931522,0.7379944961,67.551875896 +126,-1.55122487,0.7219795312,56,-1.534931522,0.7379944961,79.603645487 +127,-1.525104458,0.7229399862,56,-1.534931522,0.7379944961,66.305566847 +128,-1.519607711,0.7236181429,56,-1.534931522,0.7379944961,72.70070989 +129,-1.513899999,0.7251107854,56,-1.534931522,0.7379944961,80.29290853 +130,-1.536620762,0.7431061895,56,-1.534931522,0.7379944961,20.841021612 +131,-1.5369566,0.7460845958,56,-1.534931522,0.7379944961,32.585751029 +132,-1.545345528,0.7447040685,56,-1.534931522,0.7379944961,40.39717033 +133,-1.532813921,0.7432306626,56,-1.534931522,0.7379944961,21.644644407 +134,-1.554788248,0.7382381001,56,-1.534931522,0.7379944961,58.189758354 +135,-1.540348126,0.7301594274,56,-1.534931522,0.7379944961,34.883998724 +136,-1.538016084,0.7239051786,56,-1.534931522,0.7379944961,56.544278496 +137,-1.525288962,0.7258085137,56,-1.534931522,0.7379944961,56.009978289 +138,-1.534326986,0.731241342,56,-1.534931522,0.7379944961,26.808200895 +139,-1.530733872,0.7303625216,56,-1.534931522,0.7379944961,32.653136175 +141,-1.534354939,0.7328219978,56,-1.534931522,0.7379944961,20.55814419 +142,-1.53157084,0.7292888153,56,-1.534931522,0.7379944961,35.872609805 +143,-1.525691035,0.7263799874,56,-1.534931522,0.7379944961,53.454876694 +144,-1.534031287,0.7495967835,56,-1.534931522,0.7379944961,46.031514279 +145,-1.527714986,0.7283095957,56,-1.534931522,0.7379944961,43.849470541 +146,-1.526189586,0.7271468292,56,-1.534931522,0.7379944961,50.089143648 +147,-1.555177336,0.7375563366,56,-1.534931522,0.7379944961,59.36556234 +148,-1.555080283,0.7312707794,56,-1.534931522,0.7379944961,64.93652987 +149,-1.53856994,0.7224180299,56,-1.534931522,0.7379944961,62.625649946 +150,-1.530837883,0.729933372,56,-1.534931522,0.7379944961,34.124627957 +151,-1.515066984,0.5854133365,56,-1.534931522,0.7379944961,607.53625113 +152,-1.534731633,0.5368370046,56,-1.534931522,0.7379944961,796.78507559 +153,-1.515231902,0.5607085576,56,-1.534931522,0.7379944961,704.95477091 +154,-2.616253799,1.0684566605,56,-1.534931522,0.7379944961,2819.6011915 +155,-1.956071439,0.5792177723,56,-1.534931522,0.7379944961,1454.631024 +156,-1.951208514,0.5602434208,56,-1.534931522,0.7379944961,1483.0508294 +157,-1.944675062,0.6062144545,56,-1.534931522,0.7379944961,1367.406573 +158,-1.613778386,0.6077989518,56,-1.534931522,0.7379944961,570.38982418 +159,-2.035029014,0.6021432345,56,-1.534931522,0.7379944961,1633.9298889 +160,-2.114989471,0.6801825058,56,-1.534931522,0.7379944961,1747.5185964 +161,-2.037382079,0.5765830025,56,-1.534931522,0.7379944961,1690.0652422 +162,-2.129855121,0.6585019963,56,-1.534931522,0.7379944961,1819.7463637 +163,-2.075141798,0.6493615843,56,-1.534931522,0.7379944961,1672.5564515 +164,-1.828626729,0.6948433129,56,-1.534931522,0.7379944961,892.27166656 +165,-1.863329418,0.6735427691,56,-1.534931522,0.7379944961,1020.0780121 +166,-1.266037071,0.727988852,56,-1.534931522,0.7379944961,791.46016053 +167,-1.277579582,0.7249010648,56,-1.534931522,0.7379944961,759.44154263 +168,-1.258418684,0.7241194816,56,-1.534931522,0.7379944961,816.06073177 +169,-1.317813974,0.6804850104,56,-1.534931522,0.7379944961,690.44511559 +170,-1.344165204,0.6790988904,56,-1.534931522,0.7379944961,618.77780491 +171,-1.427582102,0.5277120351,56,-1.534931522,0.7379944961,900.08481226 +172,-1.402238616,0.457167829,56,-1.534931522,0.7379944961,1192.9229013 +173,-1.422454264,0.4996161999,56,-1.534931522,0.7379944961,1010.7541341 +174,-1.439089277,0.4894859811,56,-1.534931522,0.7379944961,1031.4955433 +175,-1.448126995,0.5182330266,56,-1.534931522,0.7379944961,913.40200393 +176,-1.474626146,0.5881926574,56,-1.534931522,0.7379944961,622.35739536 +177,-1.421139645,0.5584869783,56,-1.534931522,0.7379944961,796.02866106 +178,-1.457037165,0.565943032,56,-1.534931522,0.7379944961,723.99382489 +179,-2.757159358,0.3745319,56,-1.534931522,0.7379944961,4232.9231911 +180,-2.714309238,0.342054471,56,-1.534931522,0.7379944961,4186.4225572 +181,-2.000525337,0.774119946,56,-1.534931522,0.7379944961,1343.3654539 +183,-1.571413436,0.6777838382,56,-1.534931522,0.7379944961,262.52665556 +184,-1.552860289,0.6987663893,56,-1.534931522,0.7379944961,164.32008959 +185,-1.521852374,0.7165827476,56,-1.534931522,0.7379944961,93.22247026 +186,-1.503656267,0.6928968252,56,-1.534931522,0.7379944961,201.61229918 +187,-1.502753178,0.7136205882,56,-1.534931522,0.7379944961,135.67501863 +188,-1.631894563,0.7343596465,56,-1.534931522,0.7379944961,284.92519622 +189,-1.653765416,0.6770714026,56,-1.534931522,0.7379944961,431.28337606 +190,-1.719812114,0.6715965947,56,-1.534931522,0.7379944961,616.12829186 +191,-1.493406659,0.6646955447,56,-1.534931522,0.7379944961,316.32671442 +192,-1.469120564,0.6613469966,56,-1.534931522,0.7379944961,363.15255856 +193,-1.590551461,0.5326612937,56,-1.534931522,0.7379944961,832.25384412 +194,-1.625979264,0.5247742243,56,-1.534931522,0.7379944961,892.84865428 +195,-1.572293943,0.5238808754,56,-1.534931522,0.7379944961,856.39822836 +196,-1.610848725,0.5477107964,56,-1.534931522,0.7379944961,790.90638891 +197,-1.208485554,0.7918526018,56,-1.534931522,0.7379944961,954.57585805 +198,-1.335601374,0.6869083083,56,-1.534931522,0.7379944961,630.2330834 +199,-1.346156996,0.6825213377,56,-1.534931522,0.7379944961,607.46791833 +200,-1.324381037,0.6741422347,56,-1.534931522,0.7379944961,682.36415524 +201,-1.242424992,0.7378949807,56,-1.534931522,0.7379944961,855.81817343 +202,-1.270370057,0.7392461008,56,-1.534931522,0.7379944961,773.82390246 +203,-1.448950472,0.7441675014,56,-1.534931522,0.7379944961,252.40299293 +204,-1.492662363,0.7523026852,56,-1.534931522,0.7379944961,135.47408282 +205,-1.479098966,0.7763855017,56,-1.534931522,0.7379944961,221.22978793 +206,-1.633760714,0.7869022408,56,-1.534931522,0.7379944961,342.8922177 +207,-1.647406434,0.8101289331,56,-1.534931522,0.7379944961,427.67607496 +208,-1.564245052,0.5701509278,56,-1.534931522,0.7379944961,671.14264205 +209,-1.646289963,0.6833746083,56,-1.534931522,0.7379944961,398.03415018 +210,-1.5820631,0.6751952144,56,-1.534931522,0.7379944961,286.38126486 +211,-1.613236298,0.6681681791,56,-1.534931522,0.7379944961,363.86599032 +212,-1.914661867,0.8212566515,56,-1.534931522,0.7379944961,1115.1586216 +213,-1.742133237,0.7250275956,56,-1.534931522,0.7379944961,612.41070935 +214,-2.033144872,0.6557314699,56,-1.534931522,0.7379944961,1540.3324087 +215,-2.039551981,0.6964723658,56,-1.534931522,0.7379944961,1507.9936596 +216,-1.247341019,0.7622473908,56,-1.534931522,0.7379944961,837.52044134 +217,-1.298239787,0.7084123392,56,-1.534931522,0.7379944961,711.76595893 +218,-1.308539688,0.6926545592,56,-1.534931522,0.7379944961,699.56223202 +219,-1.303263185,0.6888938396,56,-1.534931522,0.7379944961,719.72058044 +220,-1.852400229,0.6004246149,56,-1.534931522,0.7379944961,1123.4212156 +221,-1.288947707,0.7473773692,56,-1.534931522,0.7379944961,717.87701464 +222,-1.372031502,0.7472790993,56,-1.534931522,0.7379944961,476.52030685 +223,-1.289805721,0.7242157877,56,-1.534931522,0.7379944961,724.03730423 +224,-1.350807603,0.7533498126,56,-1.534931522,0.7379944961,538.85398418 +225,-1.329290365,0.7560442322,56,-1.534931522,0.7379944961,601.39421975 +226,-1.410153004,0.616936428,56,-1.534931522,0.7379944961,614.51109081 +227,-1.393445434,0.6308995063,56,-1.534931522,0.7379944961,606.47537377 +228,-1.37595573,0.6241540638,56,-1.534931522,0.7379944961,664.59968843 +229,-1.358388707,0.6172645205,56,-1.534931522,0.7379944961,723.95661696 +230,-1.753741133,0.8281661666,56,-1.534931522,0.7379944961,709.31936232 +231,-1.47430987,0.6834615681,56,-1.534931522,0.7379944961,282.39357189 +232,-1.421012508,0.7222725206,56,-1.534931522,0.7379944961,341.83494987 +233,-1.4476833,0.6978557868,56,-1.534931522,0.7379944961,304.92532837 +234,-1.470370723,0.6966193374,56,-1.534931522,0.7379944961,252.92846459 +235,-1.429211703,0.7037216883,56,-1.534931522,0.7379944961,342.52230177 +236,-1.700578405,0.6178673663,56,-1.534931522,0.7379944961,697.42960949 +237,-1.678117619,0.6331716163,56,-1.534931522,0.7379944961,603.7058599 +238,-1.725644578,0.6316331145,56,-1.534931522,0.7379944961,720.03063939 +239,-2.14012759,0.7930497945,56,-1.534931522,0.7379944961,1728.5217509 +240,-2.103289431,0.7653606263,56,-1.534931522,0.7379944961,1637.5720638 +241,-1.318739838,0.7017808746,56,-1.534931522,0.7379944961,658.99909271 +242,-1.396417427,0.7077900843,56,-1.534931522,0.7379944961,428.28684401 +243,-1.35650337,0.7185539404,56,-1.534931522,0.7379944961,532.72367913 +244,-1.248884539,0.7274156818,56,-1.534931522,0.7379944961,841.99937017 +245,-1.395014798,0.5761185243,56,-1.534931522,0.7379944961,776.14310497 +246,-1.433377362,0.6064716109,56,-1.534931522,0.7379944961,608.2879012 +247,-1.408172432,0.5903155476,56,-1.534931522,0.7379944961,705.40897331 +248,-1.749645898,0.7757118084,56,-1.534931522,0.7379944961,635.41864791 +249,-1.571626686,0.615046989,56,-1.534931522,0.7379944961,499.96142529 +250,-1.514070049,0.6303003037,56,-1.534931522,0.7379944961,431.34257922 +251,-1.480890369,0.6237966528,56,-1.534931522,0.7379944961,481.85176441 +252,-1.704390658,0.5281680612,56,-1.534931522,0.7379944961,990.22395188 +253,-1.64434733,0.5254277498,56,-1.534931522,0.7379944961,911.04867154 +254,-1.703855997,0.4792484842,56,-1.534931522,0.7379944961,1160.7682955 +255,-1.692002383,0.5748825051,56,-1.534931522,0.7379944961,811.57116922 +256,-1.854136457,0.5544643913,56,-1.534931522,0.7379944961,1239.5537387 +257,-1.665021206,0.520317736,56,-1.534931522,0.7379944961,956.62299706 +258,-1.733654349,0.4845187345,56,-1.534931522,0.7379944961,1190.629622 +259,-1.720938188,0.5135933906,56,-1.534931522,0.7379944961,1068.8517411 +260,-1.742668307,0.553296122,56,-1.534931522,0.7379944961,981.46195874 +261,-1.965659039,0.7142126903,56,-1.534931522,0.7379944961,1274.7694616 +262,-1.944438071,0.6772834804,56,-1.534931522,0.7379944961,1251.637918 +263,-1.270340967,0.7681487096,56,-1.534931522,0.7379944961,772.77771046 +264,-1.353091884,0.6549276821,56,-1.534931522,0.7379944961,642.38366386 +265,-1.333236659,0.6413584414,56,-1.534931522,0.7379944961,724.53399202 +266,-1.352015998,0.6753788907,56,-1.534931522,0.7379944961,603.70491122 +267,-1.377988483,0.6577816235,56,-1.534931522,0.7379944961,572.05608461 +268,-2.13075611,0.8318642051,56,-1.534931522,0.7379944961,1695.8677295 +269,-2.097910953,0.8259670014,56,-1.534931522,0.7379944961,1607.8615638 +270,-1.416382069,0.6694271549,56,-1.534931522,0.7379944961,449.13739669 +271,-1.538905672,0.7535625993,56,-1.534931522,0.7379944961,62.739945008 +272,-1.572309477,0.7803125099,56,-1.534931522,0.7379944961,199.06038099 +273,-1.87759879,0.7503853417,56,-1.534931522,0.7379944961,997.41499469 +274,1.152365588,0.590457682,56,-1.534931522,0.7379944961,6929.3289855 +275,0.350198001,0.718001859,56,-1.534931522,0.7379944961,5137.5430068 +276,0.046513677,0.491503852,56,-1.534931522,0.7379944961,4971.0005626 +277,0.027510309,0.742571376,56,-1.534931522,0.7379944961,4330.8409338 +278,0.306285725,-0.214631579,56,-1.534931522,0.7379944961,7580.8996519 +279,-1.100564889,0.318051531,56,-1.534931522,0.7379944961,2213.6765099 +280,-1.078582306,0.301437596,56,-1.534931522,0.7379944961,2315.7022648 +281,-1.137371989,-0.617634065,56,-1.534931522,0.7379944961,5559.4454933 +282,0.784356344,0.703272339,56,-1.534931522,0.7379944961,6019.4237646 +283,-1.221209947,0.218327455,56,-1.534931522,0.7379944961,2324.202834 +284,2.347301921,-0.449114658,56,-1.534931522,0.7379944961,9790.970464 +285,0.246820618,0.830553713,56,-1.534931522,0.7379944961,4625.3338851 +286,0.829414965,0.703288228,56,-1.534931522,0.7379944961,6091.6588946 +287,-1.337537566,0.42332223,56,-1.534931522,0.7379944961,1404.4108446 +288,0.882453706,0.454478077,56,-1.534931522,0.7379944961,7029.753477 +289,1.575629659,0.416419109,56,-1.534931522,0.7379944961,7869.8055286 +290,-1.039455679,0.229888244,56,-1.534931522,0.7379944961,2633.2787527 +291,0.489558039,0.934482747,56,-1.534931522,0.7379944961,4812.1411728 +292,0.081344504,0.88384514,56,-1.534931522,0.7379944961,4153.1111259 +293,-1.547979814,0.300350308,56,-1.534931522,0.7379944961,1734.0708113 +294,0.040776181,0.168560074,56,-1.534931522,0.7379944961,5788.1606694 +295,-1.130374745,0.563894876,56,-1.534931522,0.7379944961,1442.6035383 +296,1.578326642,0.478507176,56,-1.534931522,0.7379944961,7624.172147 +297,-1.12861823,-0.291640865,56,-1.534931522,0.7379944961,4339.9887792 +298,0.310524208,0.770885792,56,-1.534931522,0.7379944961,4911.356128 +299,0.415649091,-0.387246002,56,-1.534931522,0.7379944961,8332.7505285 +300,-0.926533878,-0.188022748,56,-1.534931522,0.7379944961,4281.0968518 +301,1.258856172,-0.11716081,56,-1.534931522,0.7379944961,9699.2875286 +302,-1.126050026,0.322941926,56,-1.534931522,0.7379944961,2142.3822683 +303,2.002785835,0.07893892,56,-1.534931522,0.7379944961,8908.0551615 +304,0.440437607,0.746258085,56,-1.534931522,0.7379944961,5249.883888 +305,-0.030391866,0.214441206,56,-1.534931522,0.7379944961,5460.5580609 +306,0.521557815,-0.058929362,56,-1.534931522,0.7379944961,7784.7206086 +307,-0.097005111,0.13317729,56,-1.534931522,0.7379944961,5478.9248587 +308,1.83113859,0.221857587,56,-1.534931522,0.7379944961,8554.9753101 +309,0.222428864,0.099404236,56,-1.534931522,0.7379944961,6498.5371838 +310,-1.702731345,0.8728568183,56,-1.534931522,0.7379944961,704.10974745 +311,-0.418507569,0.278324921,56,-1.534931522,0.7379944961,4161.3824544 +312,-1.41153306,0.339029988,56,-1.534931522,0.7379944961,1633.5470301 +313,0.357560442,0.114788776,56,-1.534931522,0.7379944961,6839.6174378 +314,0.325818979,0.268352149,56,-1.534931522,0.7379944961,6323.1798939 +315,-1.246004659,-0.663679965,56,-1.534931522,0.7379944961,5648.9069147 +316,1.814603087,0.637404484,56,-1.534931522,0.7379944961,6944.2421368 +317,1.843704281,-0.18300445,56,-1.534931522,0.7379944961,10097.07008 +318,1.690644492,-0.211480909,56,-1.534931522,0.7379944961,10338.319876 +319,-1.275451936,0.068109467,56,-1.534931522,0.7379944961,2807.310428 +320,0.762430171,-0.207594741,56,-1.534931522,0.7379944961,8868.7168067 +321,0.265668905,-0.014647884,56,-1.534931522,0.7379944961,6932.1998878 +322,-2.773032013,-0.335515811,56,-1.534931522,0.7379944961,6195.6972401 +323,-1.469512853,0.174058777,56,-1.534931522,0.7379944961,2245.2727252 +324,0.286276986,0.785925691,56,-1.534931522,0.7379944961,4820.6656993 +325,-1.379324697,0.377432233,56,-1.534931522,0.7379944961,1518.7439369 +326,-1.203778265,0.212813032,56,-1.534931522,0.7379944961,2372.3294109 +327,0.579916301,0.611743168,56,-1.534931522,0.7379944961,5932.9122996 +328,0.267582642,0.868113908,56,-1.534931522,0.7379944961,4576.2249168 +329,0.412869244,-0.050245578,56,-1.534931522,0.7379944961,7452.9281064 +330,0.17524381,0.976660285,56,-1.534931522,0.7379944961,4148.0775511 +331,0.743157214,0.204812899,56,-1.534931522,0.7379944961,7570.1178761 +332,-1.070758176,0.269382282,56,-1.534931522,0.7379944961,2436.2433477 +333,-1.230364251,0.329790229,56,-1.534931522,0.7379944961,1913.0301356 +334,-1.374813124,-0.024926835,56,-1.534931522,0.7379944961,3075.7776962 +335,0.519780566,0.463669906,56,-1.534931522,0.7379944961,6249.4824062 +336,-1.55108034,0.239698561,56,-1.534931522,0.7379944961,1974.5266838 +337,0.180294813,0.029739425,56,-1.534931522,0.7379944961,6564.6933143 +338,0.67820924,0.268170153,56,-1.534931522,0.7379944961,7219.083982 +339,0.445798684,1.024001867,56,-1.534931522,0.7379944961,4498.9447367 +340,0.691751283,0.150521402,56,-1.534931522,0.7379944961,7617.9713981 +341,-1.036643551,-0.903056181,56,-1.534931522,0.7379944961,6721.9462451 +342,-0.120287036,1.083325163,56,-1.534931522,0.7379944961,3427.8871727 +343,2.823513113,-0.304487164,56,-1.534931522,0.7379944961,8054.5479606 +344,0.457583172,1.12513373,56,-1.534931522,0.7379944961,4254.3778126 +345,0.042918831,0.813795399,56,-1.534931522,0.7379944961,4214.0556783 +346,1.196146777,-0.853142756,56,-1.534931522,0.7379944961,11224.041691 +347,0.206001358,-0.010430701,56,-1.534931522,0.7379944961,6747.4049001 +348,-0.268308653,0.234799412,56,-1.534931522,0.7379944961,4712.0266692 +349,0.759363263,0.736189579,56,-1.534931522,0.7379944961,5869.5888683 +350,0.181363926,0.891988372,56,-1.534931522,0.7379944961,4345.0198012 +351,-0.021111158,0.139103292,56,-1.534931522,0.7379944961,5685.5110735 +352,-0.093355215,0.630686981,56,-1.534931522,0.7379944961,4267.0102442 +353,0.40118964,0.681375926,56,-1.534931522,0.7379944961,5349.450108 +354,-0.721197315,1.304706234,56,-1.534931522,0.7379944961,2660.7770108 +355,-1.076150317,0.212107639,56,-1.534931522,0.7379944961,2613.6218324 +356,-1.577164531,0.273993443,56,-1.534931522,0.7379944961,1843.5211574 +357,-0.190788414,0.182208586,56,-1.534931522,0.7379944961,5075.4669548 +358,-0.261349752,0.209710184,56,-1.534931522,0.7379944961,4797.2199584 +359,-1.029303852,0.083549259,56,-1.534931522,0.7379944961,3144.2716226 +360,-1.268609162,0.330525297,56,-1.534931522,0.7379944961,1845.0882984 +361,1.282982244,-0.926641967,56,-1.534931522,0.7379944961,11308.312235 +362,0.217352334,0.731352408,56,-1.534931522,0.7379944961,4805.7245317 +363,-1.511833084,0.258629297,56,-1.534931522,0.7379944961,1900.4034247 +364,0.338812194,0.823184618,56,-1.534931522,0.7379944961,4833.8052851 +365,-0.324406489,1.134201999,56,-1.534931522,0.7379944961,3038.1878241 +366,1.389579348,0.399185724,56,-1.534931522,0.7379944961,7869.9247142 +367,2.047152199,-0.039082036,56,-1.534931522,0.7379944961,9265.4971257 +368,0.947780369,0.568250077,56,-1.534931522,0.7379944961,6742.1247634 +369,0.763824846,0.576754987,56,-1.534931522,0.7379944961,6403.108209 +370,-0.142334657,0.928153068,56,-1.534931522,0.7379944961,3587.2317601 +371,0.610266567,0.547265983,56,-1.534931522,0.7379944961,6194.8441299 +372,0.210731629,0.746815056,56,-1.534931522,0.7379944961,4752.2369075 +373,-1.34931644,0.316895224,56,-1.534931522,0.7379944961,1781.3763008 +374,2.407696481,0.655030745,56,-1.534931522,0.7379944961,6215.8187014 +375,0.64207831,0.545359131,56,-1.534931522,0.7379944961,6266.9736427 +376,1.174597538,0.840588356,56,-1.534931522,0.7379944961,6011.3562032 +377,0.660059424,0.010604079,56,-1.534931522,0.7379944961,7961.6337937 +378,-0.730263819,0.010486456,56,-1.534931522,0.7379944961,4055.9343335 +379,0.831068936,0.512339172,56,-1.534931522,0.7379944961,6740.6707906 +380,1.301180979,0.72367476,56,-1.534931522,0.7379944961,6552.0324461 +381,1.811128231,0.322854402,56,-1.534931522,0.7379944961,8175.802971 +382,0.435105812,0.992284428,56,-1.534931522,0.7379944961,4565.5862399 +383,0.62643634,0.592027932,56,-1.534931522,0.7379944961,6088.7753259 +384,0.492988703,-0.516339467,56,-1.534931522,0.7379944961,8851.305419 +385,-0.162469483,0.112549365,56,-1.534931522,0.7379944961,5341.639157 +386,0.314630866,0.472006421,56,-1.534931522,0.7379944961,5727.1335027 +387,0.166744804,0.822815954,56,-1.534931522,0.7379944961,4472.0776217 +388,0.417159608,0.965805736,56,-1.534931522,0.7379944961,4605.6928531 +389,0.106334961,0.868774244,56,-1.534931522,0.7379944961,4238.4991975 +390,0.815086969,-0.338144359,56,-1.534931522,0.7379944961,9369.6807836 +391,0.59867455,-0.230624824,56,-1.534931522,0.7379944961,8472.4153728 +392,1.915104874,0.066220985,56,-1.534931522,0.7379944961,9070.9695795 +393,1.278093622,0.064463721,56,-1.534931522,0.7379944961,9053.1462734 +394,-0.061477853,0.302997961,56,-1.534931522,0.7379944961,5141.5623807 +395,0.251311504,0.626976942,56,-1.534931522,0.7379944961,5152.7695796 +396,2.950242872,0.149095644,56,-1.534931522,0.7379944961,6479.0352413 +397,-0.180294708,0.35375117,56,-1.534931522,0.7379944961,4669.6987099 +398,1.010448592,-0.351180233,56,-1.534931522,0.7379944961,9936.583205 +399,-1.748740498,0.3686318073,56,-1.534931522,0.7379944961,1626.7638899 +400,2.699635665,0.123533791,56,-1.534931522,0.7379944961,7242.0606546 +401,0.496808033,0.823843254,56,-1.534931522,0.7379944961,5138.5637634 +402,0.129574704,0.763364087,56,-1.534931522,0.7379944961,4526.2740081 +403,1.798920311,0.817447563,56,-1.534931522,0.7379944961,6245.8045266 +404,0.335987953,0.746786541,56,-1.534931522,0.7379944961,5029.5039023 +405,-1.085413643,0.292154671,56,-1.534931522,0.7379944961,2330.3861218 +406,-0.155321003,0.508207011,56,-1.534931522,0.7379944961,4372.1317212 +407,0.620529244,-0.301175104,56,-1.534931522,0.7379944961,8719.2160677 +408,1.684402744,0.368716966,56,-1.534931522,0.7379944961,8050.9371919 +409,0.300582244,-0.386397212,56,-1.534931522,0.7379944961,7995.0389023 +410,2.913555946,-0.009225192,56,-1.534931522,0.7379944961,7016.1865526 +411,1.465101417,0.493232532,56,-1.534931522,0.7379944961,7539.6090455 +412,0.090612882,0.907955955,56,-1.534931522,0.7379944961,4123.0892522 +413,2.987564726,-0.729568594,56,-1.534931522,0.7379944961,8540.8048278 +414,-1.484261606,0.224149272,56,-1.534931522,0.7379944961,2042.7888203 +415,0.164073421,0.303955133,56,-1.534931522,0.7379944961,5780.8959983 +416,0.141441293,0.167552546,56,-1.534931522,0.7379944961,6081.9416963 +417,2.931321023,-0.506718887,56,-1.534931522,0.7379944961,8223.6972305 +418,2.21951565,0.700596356,56,-1.534931522,0.7379944961,6336.3891761 +419,0.268112576,1.199114336,56,-1.534931522,0.7379944961,3843.5036683 +420,0.978913739,0.359223811,56,-1.534931522,0.7379944961,7529.006621 +421,1.210898818,0.522863584,56,-1.534931522,0.7379944961,7245.1206026 +422,2.347397336,0.129231362,56,-1.534931522,0.7379944961,8091.6895799 +423,0.614394501,0.556878345,56,-1.534931522,0.7379944961,6173.6148888 +424,-1.398079356,0.148483366,56,-1.534931522,0.7379944961,2383.3540272 +425,2.535303836,-0.112984496,56,-1.534931522,0.7379944961,8370.0492638 +426,-1.019372593,-0.405322349,56,-1.534931522,0.7379944961,4905.7331431 +427,-1.297785627,-0.160104069,56,-1.534931522,0.7379944961,3659.8426186 +428,2.144554488,0.205051084,56,-1.534931522,0.7379944961,8227.8299287 +429,-2.242387083,-0.426171285,56,-1.534931522,0.7379944961,5286.9715019 +430,0.338637212,0.909723676,56,-1.534931522,0.7379944961,4610.7556825 +431,-0.148798452,0.691042401,56,-1.534931522,0.7379944961,3993.0122822 +432,0.893524764,0.441829531,56,-1.534931522,0.7379944961,7092.8839723 +433,0.969229347,-0.368847936,56,-1.534931522,0.7379944961,9876.0278759 +434,0.436043248,0.800045688,56,-1.534931522,0.7379944961,5090.1117307 +435,1.687946607,1.081504775,56,-1.534931522,0.7379944961,5232.119183 +436,0.522302046,-0.034889271,56,-1.534931522,0.7379944961,7719.3797789 +437,-0.178996113,-0.438090009,56,-1.534931522,0.7379944961,6788.5726432 +438,-1.094339566,0.301444068,56,-1.534931522,0.7379944961,2280.8074839 +439,-1.064070054,0.242569932,56,-1.534931522,0.7379944961,2538.22586 +440,-1.068153768,0.230387998,56,-1.534931522,0.7379944961,2569.5789979 +441,-3.00496892,-0.23989155,56,-1.534931522,0.7379944961,6569.2357388 +442,0.21751974,0.766874888,56,-1.534931522,0.7379944961,4718.0683262 +443,0.117229532,0.007619006,56,-1.534931522,0.7379944961,6439.8932009 +444,0.777758451,0.420554741,56,-1.534931522,0.7379944961,6945.4245335 +445,-0.252356999,0.250747086,56,-1.534931522,0.7379944961,4717.8663344 +446,0.363148444,0.768483434,56,-1.534931522,0.7379944961,5028.988345 +447,0.903191366,-0.118210676,56,-1.534931522,0.7379944961,8970.7616639 +448,-0.205755923,0.149406178,56,-1.534931522,0.7379944961,5117.6183221 +449,1.811996086,0.02364353,56,-1.534931522,0.7379944961,9338.842973 +450,-1.100670221,0.314845373,56,-1.534931522,0.7379944961,2223.735413 +451,0.340078597,0.850105132,56,-1.534931522,0.7379944961,4766.3038805 +452,0.258757267,0.804969236,56,-1.534931522,0.7379944961,4713.7995291 +453,2.78505352,-0.155160804,56,-1.534931522,0.7379944961,7780.8674324 +454,0.800551619,0.105822106,56,-1.534931522,0.7379944961,8018.8575656 +455,0.437940882,-0.506194031,56,-1.534931522,0.7379944961,8669.8812521 +456,2.230431122,0.63458615,56,-1.534931522,0.7379944961,6557.9130119 +457,0.527965361,0.127667701,56,-1.534931522,0.7379944961,7268.027592 +458,-0.063643205,0.702093448,56,-1.534931522,0.7379944961,4190.7028269 +459,1.408447268,0.133010502,56,-1.534931522,0.7379944961,8920.0279473 +460,0.523795955,0.280266966,56,-1.534931522,0.7379944961,6807.0620802 +461,-0.975769313,0.072177659,56,-1.534931522,0.7379944961,3292.1607426 +462,0.549774164,-0.463663986,56,-1.534931522,0.7379944961,8902.1326144 +463,0.29245874,1.095549818,56,-1.534931522,0.7379944961,4091.2933979 +464,0.143625958,0.816809593,56,-1.534931522,0.7379944961,4434.9986558 +465,0.671902494,0.611159853,56,-1.534931522,0.7379944961,6118.3092073 +466,1.239840988,0.6724199,56,-1.534931522,0.7379944961,6703.1444508 +467,0.607829703,-0.10932137,56,-1.534931522,0.7379944961,8166.597267 +468,1.763020906,0.263996692,56,-1.534931522,0.7379944961,8434.1352386 +469,0.378714634,0.726066797,56,-1.534931522,0.7379944961,5177.1506279 +470,2.196736143,-0.153862366,56,-1.534931522,0.7379944961,9352.3042169 +471,0.01702415,0.148991565,56,-1.534931522,0.7379944961,5770.7605674 +472,-2.998490902,-0.158002487,56,-1.534931522,0.7379944961,6331.5214434 +473,-3.051262951,-0.346595608,56,-1.534931522,0.7379944961,6981.8258318 +474,-1.069176439,0.182802941,56,-1.534931522,0.7379944961,2726.4688755 +475,0.167157509,0.595344954,56,-1.534931522,0.7379944961,5027.0112043 +476,0.613855648,0.681746124,56,-1.534931522,0.7379944961,5784.845029 +477,1.037012736,0.682555367,56,-1.534931522,0.7379944961,6455.8795832 +478,-1.253574971,0.379755746,56,-1.534931522,0.7379944961,1698.1620513 +479,3.108590453,-0.132620738,56,-1.534931522,0.7379944961,6776.0056831 +480,0.565301296,0.022333262,56,-1.534931522,0.7379944961,7674.375995 +481,0.547898238,0.855555614,56,-1.534931522,0.7379944961,5138.1347919 +482,0.948309381,0.417393755,56,-1.534931522,0.7379944961,7272.8514898 +483,-0.050600732,0.945269213,56,-1.534931522,0.7379944961,3757.4030632 +484,-0.977651478,-0.572363064,56,-1.534931522,0.7379944961,5571.7509113 +485,1.102014914,0.728861163,56,-1.534931522,0.7379944961,6360.4382675 +486,2.927300795,-0.282939414,56,-1.534931522,0.7379944961,7696.3454103 +487,-1.154565557,0.124434095,56,-1.534931522,0.7379944961,2770.8913569 +488,1.855331234,0.291044755,56,-1.534931522,0.7379944961,8267.7950684 +489,0.830290659,0.276904518,56,-1.534931522,0.7379944961,7528.012854 +490,0.485104466,-0.234867441,56,-1.534931522,0.7379944961,8155.6968833 +491,0.521367572,-0.33161327,56,-1.534931522,0.7379944961,8507.2427222 +1,-1.539031704,0.7349710123,57,-1.533387952,0.7379480264,20.330705697 +2,-1.536990553,0.7349663874,57,-1.533387952,0.7379480264,15.850778083 +3,-1.534951779,0.7349571355,57,-1.533387952,0.7379480264,12.704693188 +4,-1.532906461,0.7349480293,57,-1.533387952,0.7379480264,11.966697555 +5,-1.531320211,0.7346937278,57,-1.533387952,0.7379480264,14.24733947 +6,-1.539451648,0.7335131775,57,-1.533387952,0.7379480264,25.012433632 +7,-1.537429487,0.7335445708,57,-1.533387952,0.7379480264,21.096573097 +8,-1.535484998,0.7335658704,57,-1.533387952,0.7379480264,18.417594652 +9,-1.533488396,0.7336036027,57,-1.533387952,0.7379480264,17.210789382 +10,-1.531497785,0.7335842962,57,-1.533387952,0.7379480264,18.153970414 +11,-1.530259379,0.7334777758,57,-1.533387952,0.7379480264,19.948112538 +12,-1.5335454,0.7322346912,57,-1.533387952,0.7379480264,22.63524814 +13,-1.531489083,0.7322238773,57,-1.533387952,0.7379480264,23.349689935 +14,-1.530011122,0.7321679851,57,-1.533387952,0.7379480264,24.95221314 +15,-1.53348106,0.7306614094,57,-1.533387952,0.7379480264,28.863588123 +16,-1.531441779,0.7306962275,57,-1.533387952,0.7379480264,29.288767931 +17,-1.529755654,0.7306933243,57,-1.533387952,0.7379480264,30.656223063 +18,-1.533415048,0.7291384674,57,-1.533387952,0.7379480264,34.894754264 +19,-1.531392093,0.7291705353,57,-1.533387952,0.7379480264,35.260054451 +20,-1.529296523,0.7291214933,57,-1.533387952,0.7379480264,36.976311067 +21,-1.535280942,0.727267644,57,-1.533387952,0.7379480264,42.670657492 +22,-1.533378158,0.7276139666,57,-1.533387952,0.7379480264,40.933220903 +23,-1.531340368,0.7276446587,57,-1.533387952,0.7379480264,41.254484347 +24,-1.528960113,0.7276398177,57,-1.533387952,0.7379480264,42.861452017 +25,-1.533313146,0.7260818349,57,-1.533387952,0.7379480264,47.002501129 +26,-1.531259555,0.7260958115,57,-1.533387952,0.7379480264,47.363569305 +27,-1.528926415,0.7260865555,57,-1.533387952,0.7379480264,48.787436654 +28,-1.531226779,0.7245511789,57,-1.533387952,0.7379480264,53.446079958 +29,-1.528904772,0.7245519194,57,-1.533387952,0.7379480264,54.683430473 +30,-1.547195875,0.7409785979,57,-1.533387952,0.7379480264,42.154098701 +31,-1.5451475,0.740980426,57,-1.533387952,0.7379480264,36.450125949 +32,-1.543097679,0.7409798872,57,-1.533387952,0.7379480264,30.848992033 +33,-1.540720364,0.7409892687,57,-1.533387952,0.7379480264,24.608313018 +34,-1.547188511,0.7395198392,57,-1.533387952,0.7379480264,40.890883162 +35,-1.545148587,0.7395226109,57,-1.533387952,0.7379480264,35.000500088 +36,-1.543104538,0.7395314908,57,-1.533387952,0.7379480264,29.137426267 +37,-1.540727751,0.7395306258,57,-1.533387952,0.7379480264,22.389587104 +38,-1.547187029,0.7380014886,57,-1.533387952,0.7379480264,40.438289057 +39,-1.545147315,0.7380012252,57,-1.533387952,0.7379480264,34.461103359 +40,-1.54310719,0.7380060743,57,-1.533387952,0.7379480264,28.482823327 +41,-1.540719671,0.7380068206,57,-1.533387952,0.7379480264,21.486622993 +42,-1.547187189,0.7364799098,57,-1.533387952,0.7379480264,40.881858692 +43,-1.545149996,0.7364853874,57,-1.533387952,0.7379480264,34.975224737 +44,-1.543106091,0.7364823484,57,-1.533387952,0.7379480264,29.083715326 +45,-1.540717158,0.7364893901,57,-1.533387952,0.7379480264,22.255827974 +46,-1.538663972,0.7410138672,57,-1.533387952,0.7379480264,19.643481039 +47,-1.53695285,0.7409699132,57,-1.533387952,0.7379480264,15.878138413 +48,-1.534910498,0.7409641297,57,-1.533387952,0.7379480264,12.750667459 +49,-1.533145034,0.7409536636,57,-1.533387952,0.7379480264,11.926535757 +50,-1.538681336,0.7395405883,57,-1.533387952,0.7379480264,16.735646395 +51,-1.536999189,0.7395183096,57,-1.533387952,0.7379480264,12.268857466 +52,-1.534923633,0.7395144222,57,-1.533387952,0.7379480264,7.6629216651 +53,-1.533267822,0.7395654306,57,-1.533387952,0.7379480264,6.4161896023 +54,-1.53867273,0.7380151077,57,-1.533387952,0.7379480264,15.489095233 +55,-1.536980576,0.7379994392,57,-1.533387952,0.7379480264,10.530078817 +56,-1.534931522,0.7379944961,57,-1.533387952,0.7379480264,4.5271538387 +57,-1.533387952,0.7379480264,57,-1.533387952,0.7379480264,2.1038419297 +58,-1.538682279,0.7364914363,57,-1.533387952,0.7379480264,16.56291263 +59,-1.536980704,0.7364810563,57,-1.533387952,0.7379480264,12.031866206 +60,-1.534935567,0.7364752065,57,-1.533387952,0.7379480264,7.3912592914 +61,-1.533042592,0.7363876366,57,-1.533387952,0.7379480264,6.2631372409 +62,-1.545143426,0.7349628011,57,-1.533387952,0.7379480264,36.466856045 +63,-1.543105297,0.7349691947,57,-1.533387952,0.7379480264,30.860321611 +64,-1.541064533,0.7349647152,57,-1.533387952,0.7379480264,25.438277295 +65,-1.545411803,0.7334624714,57,-1.533387952,0.7379480264,39.526381036 +66,-1.543446606,0.7334780896,57,-1.533387952,0.7379480264,34.437188724 +67,-1.541475327,0.7334957295,57,-1.533387952,0.7379480264,29.580274802 +68,-1.545401939,0.731963266,57,-1.533387952,0.7379480264,42.523575492 +69,-1.54342253,0.7319915583,57,-1.533387952,0.7379480264,37.763577105 +70,-1.541455867,0.7320216438,57,-1.533387952,0.7379480264,33.362600953 +71,-1.545410146,0.7304422281,57,-1.533387952,0.7379480264,46.191013254 +72,-1.543435491,0.7304713664,57,-1.533387952,0.7379480264,41.832074406 +73,-1.541463105,0.7304997613,57,-1.533387952,0.7379480264,37.870805411 +74,-1.545414768,0.7289194936,57,-1.533387952,0.7379480264,50.312042144 +75,-1.543435774,0.7289538557,57,-1.533387952,0.7379480264,46.295951072 +76,-1.541457714,0.7289765881,57,-1.533387952,0.7379480264,42.738870427 +77,-1.539449415,0.7320555866,57,-1.533387952,0.7379480264,29.359475921 +78,-1.537429183,0.7321097681,57,-1.533387952,0.7379480264,25.995798418 +79,-1.535472649,0.7321497267,57,-1.533387952,0.7379480264,23.769856285 +80,-1.539457899,0.7305333307,57,-1.533387952,0.7379480264,34.367482572 +81,-1.537453161,0.7305750503,57,-1.533387952,0.7379480264,31.555822495 +82,-1.535479385,0.7306124949,57,-1.533387952,0.7379480264,29.699638834 +83,-1.53946905,0.7290102593,57,-1.533387952,0.7379480264,39.667306724 +84,-1.537459922,0.7290417293,57,-1.533387952,0.7379480264,37.256872501 +85,-1.535451349,0.7290890157,57,-1.533387952,0.7379480264,35.611858964 +86,-1.535522937,0.7279887191,57,-1.533387952,0.7379480264,39.946317578 +87,-1.539442524,0.7274735939,57,-1.533387952,0.7379480264,45.157106592 +88,-1.537424111,0.727521351,57,-1.533387952,0.7379480264,42.975827103 +89,-1.539384641,0.7259505092,57,-1.533387952,0.7379480264,50.700505043 +90,-1.537372391,0.7259947145,57,-1.533387952,0.7379480264,48.780765007 +91,-1.535340789,0.7260435356,57,-1.533387952,0.7379480264,47.503417344 +92,-1.539325716,0.7244369706,57,-1.533387952,0.7379480264,56.30802097 +93,-1.537308932,0.7244801057,57,-1.533387952,0.7379480264,54.584661775 +94,-1.535289068,0.7245247645,57,-1.533387952,0.7379480264,53.464161188 +95,-1.533261366,0.7245550236,57,-1.533387952,0.7379480264,53.050996475 +96,-1.539267302,0.722921924,57,-1.533387952,0.7379480264,61.994642201 +97,-1.537248972,0.7229660258,57,-1.533387952,0.7379480264,60.427120414 +98,-1.535219431,0.7229916471,57,-1.533387952,0.7379480264,59.488127374 +99,-1.53318962,0.7230212049,57,-1.533387952,0.7379480264,59.128035024 +100,-1.531154816,0.7230299897,57,-1.533387952,0.7379480264,59.456492422 +101,-1.528878341,0.7230370244,57,-1.533387952,0.7379480264,60.542418573 +102,-1.539218189,0.7214009878,57,-1.533387952,0.7379480264,67.765411442 +103,-1.537198791,0.7214422745,57,-1.533387952,0.7379480264,66.340274633 +104,-1.535179266,0.7214634354,57,-1.533387952,0.7379480264,65.509280955 +105,-1.533156501,0.7214944644,57,-1.533387952,0.7379480264,65.176140991 +106,-1.53113574,0.7215166021,57,-1.533387952,0.7379480264,65.423621829 +107,-1.528874248,0.7215345535,57,-1.533387952,0.7379480264,66.365318697 +108,-1.539217656,0.7198512397,57,-1.533387952,0.7379480264,73.721508146 +109,-1.537199919,0.7199428763,57,-1.533387952,0.7379480264,72.20206657 +110,-1.545425832,0.727397149,57,-1.533387952,0.7379480264,54.799351294 +111,-1.543371177,0.7273916949,57,-1.533387952,0.7379480264,51.112554684 +112,-1.541368852,0.7274523163,57,-1.533387952,0.7379480264,47.755354193 +113,-1.545349067,0.7258710923,57,-1.533387952,0.7379480264,59.417731502 +114,-1.54332671,0.7258603556,57,-1.533387952,0.7379480264,56.125114174 +115,-1.541346831,0.7259242142,57,-1.533387952,0.7379480264,53.086629172 +116,-1.545324355,0.7243383958,57,-1.533387952,0.7379480264,64.379506803 +117,-1.543292796,0.7243617413,57,-1.533387952,0.7379480264,61.228938672 +118,-1.541295822,0.7244024384,57,-1.533387952,0.7379480264,58.501224375 +119,-1.543193859,0.7205570215,57,-1.533387952,0.7379480264,74.726296748 +120,-1.550257047,0.7386738187,57,-1.533387952,0.7379480264,49.502661991 +121,-1.549335448,0.7311736483,57,-1.533387952,0.7379480264,54.014613623 +122,-1.533478843,0.7179891343,57,-1.533387952,0.7379480264,79.057628325 +123,-1.556150555,0.738907041,57,-1.533387952,0.7379480264,66.78527046 +124,-1.554324226,0.733414257,57,-1.533387952,0.7379480264,64.049492912 +125,-1.554290846,0.7288285332,57,-1.533387952,0.7379480264,71.331522056 +126,-1.55122487,0.7219795312,57,-1.533387952,0.7379480264,82.295097344 +127,-1.525104458,0.7229399862,57,-1.533387952,0.7379480264,64.274476942 +128,-1.519607711,0.7236181429,57,-1.533387952,0.7379480264,69.812185802 +129,-1.513899999,0.7251107854,57,-1.533387952,0.7379480264,76.713723296 +130,-1.536620762,0.7431061895,57,-1.533387952,0.7379480264,22.51174406 +131,-1.5369566,0.7460845958,57,-1.533387952,0.7379480264,33.871306645 +132,-1.545345528,0.7447040685,57,-1.533387952,0.7379480264,44.005960167 +133,-1.532813921,0.7432306626,57,-1.533387952,0.7379480264,20.991710046 +134,-1.554788248,0.7382381001,57,-1.533387952,0.7379480264,62.716313281 +135,-1.540348126,0.7301594274,57,-1.533387952,0.7379480264,37.02353571 +136,-1.538016084,0.7239051786,57,-1.533387952,0.7379480264,57.273807709 +137,-1.525288962,0.7258085137,57,-1.533387952,0.7379480264,53.680952828 +138,-1.534326986,0.731241342,57,-1.533387952,0.7379480264,26.708192678 +139,-1.530733872,0.7303625216,57,-1.533387952,0.7379480264,31.043279405 +141,-1.534354939,0.7328219978,57,-1.533387952,0.7379480264,20.501909374 +142,-1.53157084,0.7292888153,57,-1.533387952,0.7379480264,34.713258603 +143,-1.525691035,0.7263799874,57,-1.533387952,0.7379480264,51.124104476 +144,-1.534031287,0.7495967835,57,-1.533387952,0.7379480264,46.17881894 +145,-1.527714986,0.7283095957,57,-1.533387952,0.7379480264,41.669498595 +146,-1.526189586,0.7271468292,57,-1.533387952,0.7379480264,47.747144268 +147,-1.555177336,0.7375563366,57,-1.533387952,0.7379480264,63.884481927 +148,-1.555080283,0.7312707794,57,-1.533387952,0.7379480264,69.029934454 +149,-1.53856994,0.7224180299,57,-1.533387952,0.7379480264,63.386635699 +150,-1.530837883,0.729933372,57,-1.533387952,0.7379480264,32.620000831 +151,-1.515066984,0.5854133365,57,-1.533387952,0.7379480264,606.88180495 +152,-1.534731633,0.5368370046,57,-1.533387952,0.7379480264,796.61213773 +153,-1.515231902,0.5607085576,57,-1.533387952,0.7379480264,704.36174739 +154,-2.616253799,1.0684566605,57,-1.533387952,0.7379480264,2822.6834715 +155,-1.956071439,0.5792177723,57,-1.533387952,0.7379480264,1458.8870479 +156,-1.951208514,0.5602434208,57,-1.533387952,0.7379480264,1487.2248962 +157,-1.944675062,0.6062144545,57,-1.533387952,0.7379480264,1371.737489 +158,-1.613778386,0.6077989518,57,-1.533387952,0.7379480264,572.28048753 +159,-2.035029014,0.6021432345,57,-1.533387952,0.7379480264,1638.3584034 +160,-2.114989471,0.6801825058,57,-1.533387952,0.7379480264,1752.0443444 +161,-2.037382079,0.5765830025,57,-1.533387952,0.7379480264,1694.4384588 +162,-2.129855121,0.6585019963,57,-1.533387952,0.7379480264,1824.2731329 +163,-2.075141798,0.6493615843,57,-1.533387952,0.7379480264,1677.0725632 +164,-1.828626729,0.6948433129,57,-1.533387952,0.7379480264,896.75823065 +165,-1.863329418,0.6735427691,57,-1.533387952,0.7379480264,1024.529749 +166,-1.266037071,0.727988852,57,-1.533387952,0.7379480264,786.94781769 +167,-1.277579582,0.7249010648,57,-1.533387952,0.7379480264,754.92217422 +168,-1.258418684,0.7241194816,57,-1.533387952,0.7379480264,811.54346337 +169,-1.317813974,0.6804850104,57,-1.533387952,0.7379480264,686.03130929 +170,-1.344165204,0.6790988904,57,-1.533387952,0.7379480264,614.43165963 +171,-1.427582102,0.5277120351,57,-1.533387952,0.7379480264,898.06945344 +172,-1.402238616,0.457167829,57,-1.533387952,0.7379480264,1190.952759 +173,-1.422454264,0.4996161999,57,-1.533387952,0.7379480264,1008.8293825 +174,-1.439089277,0.4894859811,57,-1.533387952,0.7379480264,1029.848503 +175,-1.448126995,0.5182330266,57,-1.533387952,0.7379480264,911.74946401 +176,-1.474626146,0.5881926574,57,-1.533387952,0.7379480264,620.75003938 +177,-1.421139645,0.5584869783,57,-1.533387952,0.7379480264,793.69670005 +178,-1.457037165,0.565943032,57,-1.533387952,0.7379480264,722.20156492 +179,-2.757159358,0.3745319,57,-1.533387952,0.7379480264,4237.4489675 +180,-2.714309238,0.342054471,57,-1.533387952,0.7379480264,4190.9472684 +181,-2.000525337,0.774119946,57,-1.533387952,0.7379480264,1347.7784056 +183,-1.571413436,0.6777838382,57,-1.533387952,0.7379480264,264.33580414 +184,-1.552860289,0.6987663893,57,-1.533387952,0.7379480264,165.70227459 +185,-1.521852374,0.7165827476,57,-1.533387952,0.7379480264,91.250840855 +186,-1.503656267,0.6928968252,57,-1.533387952,0.7379480264,199.3511948 +187,-1.502753178,0.7136205882,57,-1.533387952,0.7379480264,132.36962102 +188,-1.631894563,0.7343596465,57,-1.533387952,0.7379480264,289.44483376 +189,-1.653765416,0.6770714026,57,-1.533387952,0.7379480264,435.04155026 +190,-1.719812114,0.6715965947,57,-1.533387952,0.7379480264,620.26558741 +191,-1.493406659,0.6646955447,57,-1.533387952,0.7379480264,314.33423311 +192,-1.469120564,0.6613469966,57,-1.533387952,0.7379480264,360.45681705 +193,-1.590551461,0.5326612937,57,-1.533387952,0.7379480264,833.12730152 +194,-1.625979264,0.5247742243,57,-1.533387952,0.7379480264,894.28126347 +195,-1.572293943,0.5238808754,57,-1.533387952,0.7379480264,856.91221861 +196,-1.610848725,0.5477107964,57,-1.533387952,0.7379480264,792.22299504 +197,-1.208485554,0.7918526018,57,-1.533387952,0.7379480264,950.36740413 +198,-1.335601374,0.6869083083,57,-1.533387952,0.7379480264,625.81587524 +199,-1.346156996,0.6825213377,57,-1.533387952,0.7379480264,603.10221153 +200,-1.324381037,0.6741422347,57,-1.533387952,0.7379480264,678.00121365 +201,-1.242424992,0.7378949807,57,-1.533387952,0.7379480264,851.33457989 +202,-1.270370057,0.7392461008,57,-1.533387952,0.7379480264,769.33870426 +203,-1.448950472,0.7441675014,57,-1.533387952,0.7379480264,247.9393009 +204,-1.492662363,0.7523026852,57,-1.533387952,0.7379480264,131.48817641 +205,-1.479098966,0.7763855017,57,-1.533387952,0.7379480264,218.1559287 +206,-1.633760714,0.7869022408,57,-1.533387952,0.7379480264,346.65387102 +207,-1.647406434,0.8101289331,57,-1.533387952,0.7379480264,431.06112803 +208,-1.564245052,0.5701509278,57,-1.533387952,0.7379480264,671.63968596 +209,-1.646289963,0.6833746083,57,-1.533387952,0.7379480264,401.83437911 +210,-1.5820631,0.6751952144,57,-1.533387952,0.7379480264,288.55529582 +211,-1.613236298,0.6681681791,57,-1.533387952,0.7379480264,366.77536188 +212,-1.914661867,0.8212566515,57,-1.533387952,0.7379480264,1119.3473742 +213,-1.742133237,0.7250275956,57,-1.533387952,0.7379480264,616.93121352 +214,-2.033144872,0.6557314699,57,-1.533387952,0.7379480264,1544.8429113 +215,-2.039551981,0.6964723658,57,-1.533387952,0.7379480264,1512.5197894 +216,-1.247341019,0.7622473908,57,-1.533387952,0.7379480264,833.13762242 +217,-1.298239787,0.7084123392,57,-1.533387952,0.7379480264,707.24357068 +218,-1.308539688,0.6926545592,57,-1.533387952,0.7379480264,695.08201073 +219,-1.303263185,0.6888938396,57,-1.533387952,0.7379480264,715.24869369 +220,-1.852400229,0.6004246149,57,-1.533387952,0.7379480264,1127.5153161 +221,-1.288947707,0.7473773692,57,-1.533387952,0.7379480264,713.41945911 +222,-1.372031502,0.7472790993,57,-1.533387952,0.7379480264,472.06085237 +223,-1.289805721,0.7242157877,57,-1.533387952,0.7379480264,719.51522935 +224,-1.350807603,0.7533498126,57,-1.533387952,0.7379480264,534.4323465 +225,-1.329290365,0.7560442322,57,-1.533387952,0.7379480264,596.98591508 +226,-1.410153004,0.616936428,57,-1.533387952,0.7379480264,611.41112421 +227,-1.393445434,0.6308995063,57,-1.533387952,0.7379480264,602.98397658 +228,-1.37595573,0.6241540638,57,-1.533387952,0.7379480264,661.00967371 +229,-1.358388707,0.6172645205,57,-1.533387952,0.7379480264,720.28513388 +230,-1.753741133,0.8281661666,57,-1.533387952,0.7379480264,713.15411443 +231,-1.47430987,0.6834615681,57,-1.533387952,0.7379480264,279.29305014 +232,-1.421012508,0.7222725206,57,-1.533387952,0.7379480264,337.3329617 +233,-1.4476833,0.6978557868,57,-1.533387952,0.7379480264,300.91523789 +234,-1.470370723,0.6966193374,57,-1.533387952,0.7379480264,249.32058487 +235,-1.429211703,0.7037216883,57,-1.533387952,0.7379480264,338.24553393 +236,-1.700578405,0.6178673663,57,-1.533387952,0.7379480264,700.79049029 +237,-1.678117619,0.6331716163,57,-1.533387952,0.7379480264,607.02252629 +238,-1.725644578,0.6316331145,57,-1.533387952,0.7379480264,723.7663517 +239,-2.14012759,0.7930497945,57,-1.533387952,0.7379480264,1732.8542835 +240,-2.103289431,0.7653606263,57,-1.533387952,0.7379480264,1641.9896178 +241,-1.318739838,0.7017808746,57,-1.533387952,0.7379480264,654.49789915 +242,-1.396417427,0.7077900843,57,-1.533387952,0.7379480264,423.84775626 +243,-1.35650337,0.7185539404,57,-1.533387952,0.7379480264,528.20113951 +244,-1.248884539,0.7274156818,57,-1.533387952,0.7379480264,837.489354 +245,-1.395014798,0.5761185243,57,-1.533387952,0.7379480264,773.28849292 +246,-1.433377362,0.6064716109,57,-1.533387952,0.7379480264,605.68333244 +247,-1.408172432,0.5903155476,57,-1.533387952,0.7379480264,702.5896078 +248,-1.749645898,0.7757118084,57,-1.533387952,0.7379480264,639.78301367 +249,-1.571626686,0.615046989,57,-1.533387952,0.7379480264,500.88117891 +250,-1.514070049,0.6303003037,57,-1.533387952,0.7379480264,430.48448055 +251,-1.480890369,0.6237966528,57,-1.533387952,0.7379480264,480.06590043 +252,-1.704390658,0.5281680612,57,-1.533387952,0.7379480264,992.74749701 +253,-1.64434733,0.5254277498,57,-1.533387952,0.7379480264,912.76712896 +254,-1.703855997,0.4792484842,57,-1.533387952,0.7379480264,1162.9553198 +255,-1.692002383,0.5748825051,57,-1.533387952,0.7379480264,814.35883512 +256,-1.854136457,0.5544643913,57,-1.533387952,0.7379480264,1243.3855329 +257,-1.665021206,0.520317736,57,-1.533387952,0.7379480264,958.59996867 +258,-1.733654349,0.4845187345,57,-1.533387952,0.7379480264,1193.1576107 +259,-1.720938188,0.5135933906,57,-1.533387952,0.7379480264,1071.4464669 +260,-1.742668307,0.553296122,57,-1.533387952,0.7379480264,984.57685322 +261,-1.965659039,0.7142126903,57,-1.533387952,0.7379480264,1279.2943725 +262,-1.944438071,0.6772834804,57,-1.533387952,0.7379480264,1256.1443322 +263,-1.270340967,0.7681487096,57,-1.533387952,0.7379480264,768.43418013 +264,-1.353091884,0.6549276821,57,-1.533387952,0.7379480264,638.28506685 +265,-1.333236659,0.6413584414,57,-1.533387952,0.7379480264,720.45928825 +266,-1.352015998,0.6753788907,57,-1.533387952,0.7379480264,599.41239611 +267,-1.377988483,0.6577816235,57,-1.533387952,0.7379480264,568.07966742 +268,-2.13075611,0.8318642051,57,-1.533387952,0.7379480264,1700.0617297 +269,-2.097910953,0.8259670014,57,-1.533387952,0.7379480264,1612.0795588 +270,-1.416382069,0.6694271549,57,-1.533387952,0.7379480264,445.33207774 +271,-1.538905672,0.7535625993,57,-1.533387952,0.7379480264,63.898918711 +272,-1.572309477,0.7803125099,57,-1.533387952,0.7379480264,201.64087452 +273,-1.87759879,0.7503853417,57,-1.533387952,0.7379480264,1001.9068918 +274,1.152365588,0.590457682,57,-1.533387952,0.7379480264,6927.8217598 +275,0.350198001,0.718001859,57,-1.533387952,0.7379480264,5134.299649 +276,0.046513677,0.491503852,57,-1.533387952,0.7379480264,4966.87338 +277,0.027510309,0.742571376,57,-1.533387952,0.7379480264,4327.1908578 +278,0.306285725,-0.214631579,57,-1.533387952,0.7379480264,7576.3804531 +279,-1.100564889,0.318051531,57,-1.533387952,0.7379480264,2210.1485463 +280,-1.078582306,0.301437596,57,-1.533387952,0.7379480264,2312.1370848 +281,-1.137371989,-0.617634065,57,-1.533387952,0.7379480264,5557.8257133 +282,0.784356344,0.703272339,57,-1.533387952,0.7379480264,6017.0431277 +283,-1.221209947,0.218327455,57,-1.533387952,0.7379480264,2321.591568 +284,2.347301921,-0.449114658,57,-1.533387952,0.7379480264,9795.4364803 +285,0.246820618,0.830553713,57,-1.533387952,0.7379480264,4622.2179029 +286,0.829414965,0.703288228,57,-1.533387952,0.7379480264,6089.3914838 +287,-1.337537566,0.42332223,57,-1.533387952,0.7379480264,1401.9302744 +288,0.882453706,0.454478077,57,-1.533387952,0.7379480264,7027.1476327 +289,1.575629659,0.416419109,57,-1.533387952,0.7379480264,7869.8456918 +290,-1.039455679,0.229888244,57,-1.533387952,0.7379480264,2629.7653877 +291,0.489558039,0.934482747,57,-1.533387952,0.7379480264,4809.713553 +292,0.081344504,0.88384514,57,-1.533387952,0.7379480264,4149.9292696 +293,-1.547979814,0.300350308,57,-1.533387952,0.7379480264,1734.0276908 +294,0.040776181,0.168560074,57,-1.533387952,0.7379480264,5783.6977484 +295,-1.130374745,0.563894876,57,-1.533387952,0.7379480264,1438.314605 +296,1.578326642,0.478507176,57,-1.533387952,0.7379480264,7624.2315625 +297,-1.12861823,-0.291640865,57,-1.533387952,0.7379480264,4337.899805 +298,0.310524208,0.770885792,57,-1.533387952,0.7379480264,4908.178602 +299,0.415649091,-0.387246002,57,-1.533387952,0.7379480264,8328.2239616 +300,-0.926533878,-0.188022748,57,-1.533387952,0.7379480264,4278.0788947 +301,1.258856172,-0.11716081,57,-1.533387952,0.7379480264,9697.0421707 +302,-1.126050026,0.322941926,57,-1.533387952,0.7379480264,2138.94793 +303,2.002785835,0.07893892,57,-1.533387952,0.7379480264,8910.4459709 +304,0.440437607,0.746258085,57,-1.533387952,0.7379480264,5246.8672779 +305,-0.030391866,0.214441206,57,-1.533387952,0.7379480264,5456.0862176 +306,0.521557815,-0.058929362,57,-1.533387952,0.7379480264,7780.4478617 +307,-0.097005111,0.13317729,57,-1.533387952,0.7379480264,5474.4034137 +308,1.83113859,0.221857587,57,-1.533387952,0.7379480264,8556.3304436 +309,0.222428864,0.099404236,57,-1.533387952,0.7379480264,6494.1392938 +310,-1.702731345,0.8728568183,57,-1.533387952,0.7379480264,707.00833101 +311,-0.418507569,0.278324921,57,-1.533387952,0.7379480264,4156.8616495 +312,-1.41153306,0.339029988,57,-1.533387952,0.7379480264,1632.0683437 +313,0.357560442,0.114788776,57,-1.533387952,0.7379480264,6835.3562737 +314,0.325818979,0.268352149,57,-1.533387952,0.7379480264,6319.0683503 +315,-1.246004659,-0.663679965,57,-1.533387952,0.7379480264,5647.7042963 +316,1.814603087,0.637404484,57,-1.533387952,0.7379480264,6945.1839391 +317,1.843704281,-0.18300445,57,-1.533387952,0.7379480264,10099.102972 +318,1.690644492,-0.211480909,57,-1.533387952,0.7379480264,10339.226898 +319,-1.275451936,0.068109467,57,-1.533387952,0.7379480264,2805.3667687 +320,0.762430171,-0.207594741,57,-1.533387952,0.7379480264,8864.5673454 +321,0.265668905,-0.014647884,57,-1.533387952,0.7379480264,6927.7502886 +322,-2.773032013,-0.335515811,57,-1.533387952,0.7379480264,6199.6524264 +323,-1.469512853,0.174058777,57,-1.533387952,0.7379480264,2244.5539024 +324,0.286276986,0.785925691,57,-1.533387952,0.7379480264,4817.4887441 +325,-1.379324697,0.377432233,57,-1.533387952,0.7379480264,1516.8394404 +326,-1.203778265,0.212813032,57,-1.533387952,0.7379480264,2369.631768 +327,0.579916301,0.611743168,57,-1.533387952,0.7379480264,5929.8648163 +328,0.267582642,0.868113908,57,-1.533387952,0.7379480264,4573.2476982 +329,0.412869244,-0.050245578,57,-1.533387952,0.7379480264,7448.5563029 +330,0.17524381,0.976660285,57,-1.533387952,0.7379480264,4145.3225477 +331,0.743157214,0.204812899,57,-1.533387952,0.7379480264,7566.6575733 +332,-1.070758176,0.269382282,57,-1.533387952,0.7379480264,2432.7410941 +333,-1.230364251,0.329790229,57,-1.533387952,0.7379480264,1910.1256407 +334,-1.374813124,-0.024926835,57,-1.533387952,0.7379480264,3074.5743875 +335,0.519780566,0.463669906,57,-1.533387952,0.7379480264,6246.011966 +336,-1.55108034,0.239698561,57,-1.533387952,0.7379480264,1974.4982318 +337,0.180294813,0.029739425,57,-1.533387952,0.7379480264,6560.2237428 +338,0.67820924,0.268170153,57,-1.533387952,0.7379480264,7215.5872674 +339,0.445798684,1.024001867,57,-1.533387952,0.7379480264,4496.7215722 +340,0.691751283,0.150521402,57,-1.533387952,0.7379480264,7614.2945829 +341,-1.036643551,-0.903056181,57,-1.533387952,0.7379480264,6720.4231055 +342,-0.120287036,1.083325163,57,-1.533387952,0.7379480264,3425.2839345 +343,2.823513113,-0.304487164,57,-1.533387952,0.7379480264,8059.0715981 +344,0.457583172,1.12513373,57,-1.533387952,0.7379480264,4252.5178891 +345,0.042918831,0.813795399,57,-1.533387952,0.7379480264,4210.6155043 +346,1.196146777,-0.853142756,57,-1.533387952,0.7379480264,11220.032407 +347,0.206001358,-0.010430701,57,-1.533387952,0.7379480264,6742.9268914 +348,-0.268308653,0.234799412,57,-1.533387952,0.7379480264,4707.4999876 +349,0.759363263,0.736189579,57,-1.533387952,0.7379480264,5867.217556 +350,0.181363926,0.891988372,57,-1.533387952,0.7379480264,4341.9925314 +351,-0.021111158,0.139103292,57,-1.533387952,0.7379480264,5681.0090614 +352,-0.093355215,0.630686981,57,-1.533387952,0.7379480264,4262.9723442 +353,0.40118964,0.681375926,57,-1.533387952,0.7379480264,5346.209104 +354,-0.721197315,1.304706234,57,-1.533387952,0.7379480264,2659.5637194 +355,-1.076150317,0.212107639,57,-1.533387952,0.7379480264,2610.2999464 +356,-1.577164531,0.273993443,57,-1.533387952,0.7379480264,1843.7549982 +357,-0.190788414,0.182208586,57,-1.533387952,0.7379480264,5070.9412029 +358,-0.261349752,0.209710184,57,-1.533387952,0.7379480264,4792.6928079 +359,-1.029303852,0.083549259,57,-1.533387952,0.7379480264,3141.0770687 +360,-1.268609162,0.330525297,57,-1.533387952,0.7379480264,1842.4332875 +361,1.282982244,-0.926641967,57,-1.533387952,0.7379480264,11305.118363 +362,0.217352334,0.731352408,57,-1.533387952,0.7379480264,4802.303361 +363,-1.511833084,0.258629297,57,-1.533387952,0.7379480264,1900.0080375 +364,0.338812194,0.823184618,57,-1.533387952,0.7379480264,4830.811794 +365,-0.324406489,1.134201999,57,-1.533387952,0.7379480264,3035.7597697 +366,1.389579348,0.399185724,57,-1.533387952,0.7379480264,7869.119597 +367,2.047152199,-0.039082036,57,-1.533387952,0.7379480264,9268.322348 +368,0.947780369,0.568250077,57,-1.533387952,0.7379480264,6739.9251867 +369,0.763824846,0.576754987,57,-1.533387952,0.7379480264,6400.4161338 +370,-0.142334657,0.928153068,57,-1.533387952,0.7379480264,3583.9620478 +371,0.610266567,0.547265983,57,-1.533387952,0.7379480264,6191.7278194 +372,0.210731629,0.746815056,57,-1.533387952,0.7379480264,4748.8444205 +373,-1.34931644,0.316895224,57,-1.533387952,0.7379480264,1779.3896194 +374,2.407696481,0.655030745,57,-1.533387952,0.7379480264,6218.54402 +375,0.64207831,0.545359131,57,-1.533387952,0.7379480264,6263.9245051 +376,1.174597538,0.840588356,57,-1.533387952,0.7379480264,6010.2655335 +377,0.660059424,0.010604079,57,-1.533387952,0.7379480264,7957.6588258 +378,-0.730263819,0.010486456,57,-1.533387952,0.7379480264,4052.0212426 +379,0.831068936,0.512339172,57,-1.533387952,0.7379480264,6738.0295101 +380,1.301180979,0.72367476,57,-1.533387952,0.7379480264,6551.1862063 +381,1.811128231,0.322854402,57,-1.533387952,0.7379480264,8176.9679105 +382,0.435105812,0.992284428,57,-1.533387952,0.7379480264,4563.2449864 +383,0.62643634,0.592027932,57,-1.533387952,0.7379480264,6085.7873337 +384,0.492988703,-0.516339467,57,-1.533387952,0.7379480264,8846.799147 +385,-0.162469483,0.112549365,57,-1.533387952,0.7379480264,5337.1122177 +386,0.314630866,0.472006421,57,-1.533387952,0.7379480264,5723.3216221 +387,0.166744804,0.822815954,57,-1.533387952,0.7379480264,4468.8248977 +388,0.417159608,0.965805736,57,-1.533387952,0.7379480264,4603.2407191 +389,0.106334961,0.868774244,57,-1.533387952,0.7379480264,4235.3015904 +390,0.815086969,-0.338144359,57,-1.533387952,0.7379480264,9365.3984758 +391,0.59867455,-0.230624824,57,-1.533387952,0.7379480264,8468.0354282 +392,1.915104874,0.066220985,57,-1.533387952,0.7379480264,9072.9554964 +393,1.278093622,0.064463721,57,-1.533387952,0.7379480264,9051.3800246 +394,-0.061477853,0.302997961,57,-1.533387952,0.7379480264,5137.1303435 +395,0.251311504,0.626976942,57,-1.533387952,0.7379480264,5149.160736 +396,2.950242872,0.149095644,57,-1.533387952,0.7379480264,6483.4500818 +397,-0.180294708,0.35375117,57,-1.533387952,0.7379480264,4665.2378962 +398,1.010448592,-0.351180233,57,-1.533387952,0.7379480264,9932.6330588 +399,-1.748740498,0.3686318073,57,-1.533387952,0.7379480264,1628.8533099 +400,2.699635665,0.123533791,57,-1.533387952,0.7379480264,7246.2575987 +401,0.496808033,0.823843254,57,-1.533387952,0.7379480264,5135.8462441 +402,0.129574704,0.763364087,57,-1.533387952,0.7379480264,4522.8090331 +403,1.798920311,0.817447563,57,-1.533387952,0.7379480264,6246.5759612 +404,0.335987953,0.746786541,57,-1.533387952,0.7379480264,5026.3070688 +405,-1.085413643,0.292154671,57,-1.533387952,0.7379480264,2326.8757223 +406,-0.155321003,0.508207011,57,-1.533387952,0.7379480264,4367.8373118 +407,0.620529244,-0.301175104,57,-1.533387952,0.7379480264,8714.7866627 +408,1.684402744,0.368716966,57,-1.533387952,0.7379480264,8051.483078 +409,0.300582244,-0.386397212,57,-1.533387952,0.7379480264,7990.5294993 +410,2.913555946,-0.009225192,57,-1.533387952,0.7379480264,7020.6738189 +411,1.465101417,0.493232532,57,-1.533387952,0.7379480264,7539.1935534 +412,0.090612882,0.907955955,57,-1.533387952,0.7379480264,4119.9965271 +413,2.987564726,-0.729568594,57,-1.533387952,0.7379480264,8544.6906081 +414,-1.484261606,0.224149272,57,-1.533387952,0.7379480264,2042.1595484 +415,0.164073421,0.303955133,57,-1.533387952,0.7379480264,5776.6441321 +416,0.141441293,0.167552546,57,-1.533387952,0.7379480264,6077.5387525 +417,2.931321023,-0.506718887,57,-1.533387952,0.7379480264,8228.0362109 +418,2.21951565,0.700596356,57,-1.533387952,0.7379480264,6338.5422145 +419,0.268112576,1.199114336,57,-1.533387952,0.7379480264,3841.7316672 +420,0.978913739,0.359223811,57,-1.533387952,0.7379480264,7526.5248535 +421,1.210898818,0.522863584,57,-1.533387952,0.7379480264,7243.7277929 +422,2.347397336,0.129231362,57,-1.533387952,0.7379480264,8095.207811 +423,0.614394501,0.556878345,57,-1.533387952,0.7379480264,6170.527338 +424,-1.398079356,0.148483366,57,-1.533387952,0.7379480264,2382.1027981 +425,2.535303836,-0.112984496,57,-1.533387952,0.7379480264,8374.3186787 +426,-1.019372593,-0.405322349,57,-1.533387952,0.7379480264,4903.4062336 +427,-1.297785627,-0.160104069,57,-1.533387952,0.7379480264,3658.3558103 +428,2.144554488,0.205051084,57,-1.533387952,0.7379480264,8230.5724928 +429,-2.242387083,-0.426171285,57,-1.533387952,0.7379480264,5289.5809593 +430,0.338637212,0.909723676,57,-1.533387952,0.7379480264,4608.0098503 +431,-0.148798452,0.691042401,57,-1.533387952,0.7379480264,3989.042402 +432,0.893524764,0.441829531,57,-1.533387952,0.7379480264,7090.2870017 +433,0.969229347,-0.368847936,57,-1.533387952,0.7379480264,9871.9401263 +434,0.436043248,0.800045688,57,-1.533387952,0.7379480264,5087.2222108 +435,1.687946607,1.081504775,57,-1.533387952,0.7379480264,5232.4795763 +436,0.522302046,-0.034889271,57,-1.533387952,0.7379480264,7715.1360654 +437,-0.178996113,-0.438090009,57,-1.533387952,0.7379480264,6784.4476766 +438,-1.094339566,0.301444068,57,-1.533387952,0.7379480264,2277.3053398 +439,-1.064070054,0.242569932,57,-1.533387952,0.7379480264,2534.7723687 +440,-1.068153768,0.230387998,57,-1.533387952,0.7379480264,2566.1750654 +441,-3.00496892,-0.23989155,57,-1.533387952,0.7379480264,6573.5802062 +442,0.21751974,0.766874888,57,-1.533387952,0.7379480264,4714.7370271 +443,0.117229532,0.007619006,57,-1.533387952,0.7379480264,6435.3889326 +444,0.777758451,0.420554741,57,-1.533387952,0.7379480264,6942.461158 +445,-0.252356999,0.250747086,57,-1.533387952,0.7379480264,4713.3425069 +446,0.363148444,0.768483434,57,-1.533387952,0.7379480264,5025.8914483 +447,0.903191366,-0.118210676,57,-1.533387952,0.7379480264,8967.0807944 +448,-0.205755923,0.149406178,57,-1.533387952,0.7379480264,5113.0914379 +449,1.811996086,0.02364353,57,-1.533387952,0.7379480264,9340.3205932 +450,-1.100670221,0.314845373,57,-1.533387952,0.7379480264,2220.217936 +451,0.340078597,0.850105132,57,-1.533387952,0.7379480264,4763.3868248 +452,0.258757267,0.804969236,57,-1.533387952,0.7379480264,4710.6309185 +453,2.78505352,-0.155160804,57,-1.533387952,0.7379480264,7785.3662691 +454,0.800551619,0.105822106,57,-1.533387952,0.7379480264,8015.3553326 +455,0.437940882,-0.506194031,57,-1.533387952,0.7379480264,8665.3856012 +456,2.230431122,0.63458615,57,-1.533387952,0.7379480264,6560.2085101 +457,0.527965361,0.127667701,57,-1.533387952,0.7379480264,7264.0081884 +458,-0.063643205,0.702093448,57,-1.533387952,0.7379480264,4186.8483566 +459,1.408447268,0.133010502,57,-1.533387952,0.7379480264,8919.0653119 +460,0.523795955,0.280266966,57,-1.533387952,0.7379480264,6803.2732369 +461,-0.975769313,0.072177659,57,-1.533387952,0.7379480264,3288.7950327 +462,0.549774164,-0.463663986,57,-1.533387952,0.7379480264,8897.605513 +463,0.29245874,1.095549818,57,-1.533387952,0.7379480264,4089.1191138 +464,0.143625958,0.816809593,57,-1.533387952,0.7379480264,4431.697297 +465,0.671902494,0.611159853,57,-1.533387952,0.7379480264,6115.4646504 +466,1.239840988,0.6724199,57,-1.533387952,0.7379480264,6702.0398452 +467,0.607829703,-0.10932137,57,-1.533387952,0.7379480264,8162.3678237 +468,1.763020906,0.263996692,57,-1.533387952,0.7379480264,8435.1143883 +469,0.378714634,0.726066797,57,-1.533387952,0.7379480264,5173.9753773 +470,2.196736143,-0.153862366,57,-1.533387952,0.7379480264,9355.9515603 +471,0.01702415,0.148991565,57,-1.533387952,0.7379480264,5766.2765996 +472,-2.998490902,-0.158002487,57,-1.533387952,0.7379480264,6335.9305487 +473,-3.051262951,-0.346595608,57,-1.533387952,0.7379480264,6986.1004774 +474,-1.069176439,0.182802941,57,-1.533387952,0.7379480264,2723.1950757 +475,0.167157509,0.595344954,57,-1.533387952,0.7379480264,5023.2156511 +476,0.613855648,0.681746124,57,-1.533387952,0.7379480264,5782.0227826 +477,1.037012736,0.682555367,57,-1.533387952,0.7379480264,6454.1480138 +478,-1.253574971,0.379755746,57,-1.533387952,0.7379480264,1695.2167051 +479,3.108590453,-0.132620738,57,-1.533387952,0.7379480264,6780.5134281 +480,0.565301296,0.022333262,57,-1.533387952,0.7379480264,7670.2639724 +481,0.547898238,0.855555614,57,-1.533387952,0.7379480264,5135.5955316 +482,0.948309381,0.417393755,57,-1.533387952,0.7379480264,7270.3774021 +483,-0.050600732,0.945269213,57,-1.533387952,0.7379480264,3754.2832801 +484,-0.977651478,-0.572363064,57,-1.533387952,0.7379480264,5569.5505194 +485,1.102014914,0.728861163,57,-1.533387952,0.7379480264,6358.9752266 +486,2.927300795,-0.282939414,57,-1.533387952,0.7379480264,7700.8541495 +487,-1.154565557,0.124434095,57,-1.533387952,0.7379480264,2768.1561471 +488,1.855331234,0.291044755,57,-1.533387952,0.7379480264,8269.1951255 +489,0.830290659,0.276904518,57,-1.533387952,0.7379480264,7524.9174559 +490,0.485104466,-0.234867441,57,-1.533387952,0.7379480264,8151.2329039 +491,0.521367572,-0.33161327,57,-1.533387952,0.7379480264,8502.7414474 +1,-1.539031704,0.7349710123,58,-1.538682279,0.7364914363,6.1091829298 +2,-1.536990553,0.7349663874,58,-1.538682279,0.7364914363,7.8210024536 +3,-1.534951779,0.7349571355,58,-1.538682279,0.7364914363,12.527373016 +4,-1.532906461,0.7349480293,58,-1.538682279,0.7364914363,18.02871007 +5,-1.531320211,0.7346937278,58,-1.538682279,0.7364914363,22.763412246 +6,-1.539451648,0.7335131775,58,-1.538682279,0.7364914363,12.011545119 +7,-1.537429487,0.7335445708,58,-1.538682279,0.7364914363,12.2392308 +8,-1.535484998,0.7335658704,58,-1.538682279,0.7364914363,14.917915731 +9,-1.533488396,0.7336036027,58,-1.538682279,0.7364914363,19.072010985 +10,-1.531497785,0.7335842962,58,-1.538682279,0.7364914363,24.046521368 +11,-1.530259379,0.7334777758,58,-1.538682279,0.7364914363,27.47835318 +12,-1.5335454,0.7322346912,58,-1.538682279,0.7364914363,22.635963478 +13,-1.531489083,0.7322238773,58,-1.538682279,0.7364914363,27.074019632 +14,-1.530011122,0.7321679851,58,-1.538682279,0.7364914363,30.712307344 +15,-1.53348106,0.7306614094,58,-1.538682279,0.7364914363,27.702884086 +16,-1.531441779,0.7306962275,58,-1.538682279,0.7364914363,31.316335433 +17,-1.529755654,0.7306933243,58,-1.538682279,0.7364914363,34.8884307 +18,-1.533415048,0.7291384674,58,-1.538682279,0.7364914363,32.996324733 +19,-1.531392093,0.7291705353,58,-1.538682279,0.7364914363,36.077104461 +20,-1.529296523,0.7291214933,58,-1.538682279,0.7364914363,40.196977564 +21,-1.535280942,0.727267644,58,-1.538682279,0.7364914363,37.885201967 +22,-1.533378158,0.7276139666,58,-1.538682279,0.7364914363,38.479624305 +23,-1.531340368,0.7276446587,58,-1.538682279,0.7364914363,41.180269728 +24,-1.528960113,0.7276398177,58,-1.538682279,0.7364914363,45.273643207 +25,-1.533313146,0.7260818349,58,-1.538682279,0.7364914363,44.166472379 +26,-1.531259555,0.7260958115,58,-1.538682279,0.7364914363,46.630847172 +27,-1.528926415,0.7260865555,58,-1.538682279,0.7364914363,50.257593098 +28,-1.531226779,0.7245511789,58,-1.538682279,0.7364914363,52.159746045 +29,-1.528904772,0.7245519194,58,-1.538682279,0.7364914363,55.395288798 +30,-1.547195875,0.7409785979,58,-1.538682279,0.7364914363,30.618361078 +31,-1.5451475,0.740980426,58,-1.538682279,0.7364914363,25.973413148 +32,-1.543097679,0.7409798872,58,-1.538682279,0.7364914363,21.983515122 +33,-1.540720364,0.7409892687,58,-1.538682279,0.7364914363,18.789049555 +34,-1.547188511,0.7395198392,58,-1.538682279,0.7364914363,27.662701996 +35,-1.545148587,0.7395226109,58,-1.538682279,0.7364914363,22.43237742 +36,-1.543104538,0.7395314908,58,-1.538682279,0.7364914363,17.689939042 +37,-1.540727751,0.7395306258,58,-1.538682279,0.7364914363,13.44793886 +38,-1.547187029,0.7380014886,58,-1.538682279,0.7364914363,25.646667481 +39,-1.545147315,0.7380012252,58,-1.538682279,0.7364914363,19.879027234 +40,-1.54310719,0.7380060743,58,-1.538682279,0.7364914363,14.295499022 +41,-1.540719671,0.7380068206,58,-1.538682279,0.7364914363,8.4689735701 +42,-1.547187189,0.7364799098,58,-1.538682279,0.7364914363,24.957174685 +43,-1.545149996,0.7364853874,58,-1.538682279,0.7364914363,18.979095005 +44,-1.543106091,0.7364823484,58,-1.538682279,0.7364914363,12.98145229 +45,-1.540717158,0.7364893901,58,-1.538682279,0.7364914363,5.971214637 +46,-1.538663972,0.7410138672,58,-1.538682279,0.7364914363,17.913428755 +47,-1.53695285,0.7409699132,58,-1.538682279,0.7364914363,18.448050008 +48,-1.534910498,0.7409641297,58,-1.538682279,0.7364914363,20.877545499 +49,-1.533145034,0.7409536636,58,-1.538682279,0.7364914363,23.986444767 +50,-1.538681336,0.7395405883,58,-1.538682279,0.7364914363,12.07769134 +51,-1.536999189,0.7395183096,58,-1.538682279,0.7364914363,12.964278825 +52,-1.534923633,0.7395144222,58,-1.538682279,0.7364914363,16.269392905 +53,-1.533267822,0.7395654306,58,-1.538682279,0.7364914363,19.999786767 +54,-1.53867273,0.7380151077,58,-1.538682279,0.7364914363,6.0353273313 +55,-1.536980576,0.7379994392,58,-1.538682279,0.7364914363,7.7833319702 +56,-1.534931522,0.7379944961,58,-1.538682279,0.7364914363,12.506776071 +57,-1.533387952,0.7379480264,58,-1.538682279,0.7364914363,16.56291263 +58,-1.538682279,0.7364914363,58,-1.538682279,0.7364914363,2.4564332695 +59,-1.536980704,0.7364810563,58,-1.538682279,0.7364914363,4.9933399853 +60,-1.534935567,0.7364752065,58,-1.538682279,0.7364914363,10.994716267 +61,-1.533042592,0.7363876366,58,-1.538682279,0.7364914363,16.555122114 +62,-1.545143426,0.7349628011,58,-1.538682279,0.7364914363,19.915624709 +63,-1.543105297,0.7349691947,58,-1.538682279,0.7364914363,14.319336459 +64,-1.541064533,0.7349647152,58,-1.538682279,0.7364914363,9.2469316591 +65,-1.545411803,0.7334624714,58,-1.538682279,0.7364914363,23.12942464 +66,-1.543446606,0.7334780896,58,-1.538682279,0.7364914363,18.397131632 +67,-1.541475327,0.7334957295,58,-1.538682279,0.7364914363,14.42769673 +68,-1.545401939,0.731963266,58,-1.538682279,0.7364914363,26.685378413 +69,-1.54342253,0.7319915583,58,-1.538682279,0.7364914363,22.626741166 +70,-1.541455867,0.7320216438,58,-1.538682279,0.7364914363,19.492849749 +71,-1.545410146,0.7304422281,58,-1.538682279,0.7364914363,31.080885437 +72,-1.543435491,0.7304713664,58,-1.538682279,0.7364914363,27.644394075 +73,-1.541463105,0.7304997613,58,-1.538682279,0.7364914363,25.103887146 +74,-1.545414768,0.7289194936,58,-1.538682279,0.7364914363,35.95161657 +75,-1.543435774,0.7289538557,58,-1.538682279,0.7364914363,32.974179173 +76,-1.541457714,0.7289765881,58,-1.538682279,0.7364914363,30.867684498 +77,-1.539449415,0.7320555866,58,-1.538682279,0.7364914363,17.71459321 +78,-1.537429183,0.7321097681,58,-1.538682279,0.7364914363,17.742553288 +79,-1.535472649,0.7321497267,58,-1.538682279,0.7364914363,19.616566937 +80,-1.539457899,0.7305333307,58,-1.538682279,0.7364914363,23.710140843 +81,-1.537453161,0.7305750503,58,-1.538682279,0.7364914363,23.7121995 +82,-1.535479385,0.7306124949,58,-1.538682279,0.7364914363,25.12100762 +83,-1.53946905,0.7290102593,58,-1.538682279,0.7364914363,29.72334976 +84,-1.537459922,0.7290417293,58,-1.538682279,0.7364914363,29.726953799 +85,-1.535451349,0.7290890157,58,-1.538682279,0.7364914363,30.825474918 +86,-1.535522937,0.7279887191,58,-1.538682279,0.7364914363,34.941408558 +87,-1.539442524,0.7274735939,58,-1.538682279,0.7364914363,35.789837845 +88,-1.537424111,0.727521351,58,-1.538682279,0.7364914363,35.723358645 +89,-1.539384641,0.7259505092,58,-1.538682279,0.7364914363,41.803934587 +90,-1.537372391,0.7259947145,58,-1.538682279,0.7364914363,41.756489407 +91,-1.535340789,0.7260435356,58,-1.538682279,0.7364914363,42.540556058 +92,-1.539325716,0.7244369706,58,-1.538682279,0.7364914363,47.785461542 +93,-1.537308932,0.7244801057,58,-1.538682279,0.7364914363,47.749098681 +94,-1.535289068,0.7245247645,58,-1.538682279,0.7364914363,48.445578634 +95,-1.533261366,0.7245550236,58,-1.538682279,0.7364914363,49.91170517 +96,-1.539267302,0.722921924,58,-1.538682279,0.7364914363,53.776582353 +97,-1.537248972,0.7229660258,58,-1.538682279,0.7364914363,53.741002884 +98,-1.535219431,0.7229916471,58,-1.538682279,0.7364914363,54.441151886 +99,-1.53318962,0.7230212049,58,-1.538682279,0.7364914363,55.765213444 +100,-1.531154816,0.7230299897,58,-1.538682279,0.7364914363,57.766303181 +101,-1.528878341,0.7230370244,58,-1.538682279,0.7364914363,60.645125185 +102,-1.539218189,0.7214009878,58,-1.538682279,0.7364914363,59.794231153 +103,-1.537198791,0.7214422745,58,-1.538682279,0.7364914363,59.7706224 +104,-1.535179266,0.7214634354,58,-1.538682279,0.7364914363,60.418793912 +105,-1.533156501,0.7214944644,58,-1.538682279,0.7364914363,61.605179094 +106,-1.53113574,0.7215166021,58,-1.538682279,0.7364914363,63.36653735 +107,-1.528874248,0.7215345535,58,-1.538682279,0.7364914363,65.949891296 +108,-1.539217656,0.7198512397,58,-1.538682279,0.7364914363,65.930819948 +109,-1.537199919,0.7199428763,58,-1.538682279,0.7364914363,65.695166358 +110,-1.545425832,0.727397149,58,-1.538682279,0.7364914363,41.13902282 +111,-1.543371177,0.7273916949,58,-1.538682279,0.7364914363,38.601144334 +112,-1.541368852,0.7274523163,58,-1.538682279,0.7364914363,36.66853196 +113,-1.545349067,0.7258710923,58,-1.538682279,0.7364914363,46.433145201 +114,-1.54332671,0.7258603556,58,-1.538682279,0.7364914363,44.280397578 +115,-1.541346831,0.7259242142,58,-1.538682279,0.7364914363,42.587652389 +116,-1.545324355,0.7243383958,58,-1.538682279,0.7364914363,51.974408483 +117,-1.543292796,0.7243617413,58,-1.538682279,0.7364914363,49.934309118 +118,-1.541295822,0.7244024384,58,-1.538682279,0.7364914363,48.501407865 +119,-1.543193859,0.7205570215,58,-1.538682279,0.7364914363,64.509244238 +120,-1.550257047,0.7386738187,58,-1.538682279,0.7364914363,35.015395626 +121,-1.549335448,0.7311736483,58,-1.538682279,0.7364914363,37.75747605 +122,-1.533478843,0.7179891343,58,-1.538682279,0.7364914363,74.887280726 +123,-1.556150555,0.738907041,58,-1.538682279,0.7364914363,52.089196577 +124,-1.554324226,0.733414257,58,-1.538682279,0.7364914363,47.55250062 +125,-1.554290846,0.7288285332,58,-1.538682279,0.7364914363,55.078548336 +126,-1.55122487,0.7219795312,58,-1.538682279,0.7364914363,68.384886857 +127,-1.525104458,0.7229399862,58,-1.538682279,0.7364914363,66.993455033 +128,-1.519607711,0.7236181429,58,-1.538682279,0.7364914363,75.956657593 +129,-1.513899999,0.7251107854,58,-1.538682279,0.7364914363,85.87649242 +130,-1.536620762,0.7431061895,58,-1.538682279,0.7364914363,26.886227247 +131,-1.5369566,0.7460845958,58,-1.538682279,0.7364914363,38.331519331 +132,-1.545345528,0.7447040685,58,-1.538682279,0.7364914363,37.916658023 +133,-1.532813921,0.7432306626,58,-1.538682279,0.7364914363,31.737902269 +134,-1.554788248,0.7382381001,58,-1.538682279,0.7364914363,47.728202901 +135,-1.540348126,0.7301594274,58,-1.538682279,0.7364914363,25.55569138 +136,-1.538016084,0.7239051786,58,-1.538682279,0.7364914363,49.89291539 +137,-1.525288962,0.7258085137,58,-1.538682279,0.7364914363,57.879877175 +138,-1.534326986,0.731241342,58,-1.538682279,0.7364914363,24.424774691 +139,-1.530733872,0.7303625216,58,-1.538682279,0.7364914363,33.71022942 +141,-1.534354939,0.7328219978,58,-1.538682279,0.7364914363,19.314176616 +142,-1.53157084,0.7292888153,58,-1.538682279,0.7364914363,35.38708608 +143,-1.525691035,0.7263799874,58,-1.538682279,0.7364914363,55.413527655 +144,-1.534031287,0.7495967835,58,-1.538682279,0.7364914363,53.653712304 +145,-1.527714986,0.7283095957,58,-1.538682279,0.7364914363,45.756735985 +146,-1.526189586,0.7271468292,58,-1.538682279,0.7364914363,52.203914485 +147,-1.555177336,0.7375563366,58,-1.538682279,0.7364914363,48.563439115 +148,-1.555080283,0.7312707794,58,-1.538682279,0.7364914363,52.478099585 +149,-1.53856994,0.7224180299,58,-1.538682279,0.7364914363,55.745749817 +150,-1.530837883,0.729933372,58,-1.538682279,0.7364914363,34.753205426 +151,-1.515066984,0.5854133365,58,-1.538682279,0.7364914363,602.93461146 +152,-1.534731633,0.5368370046,58,-1.538682279,0.7364914363,790.93041802 +153,-1.515231902,0.5607085576,58,-1.538682279,0.7364914363,700.17231132 +154,-2.616253799,1.0684566605,58,-1.538682279,0.7364914363,2816.9743089 +155,-1.956071439,0.5792177723,58,-1.538682279,0.7364914363,1442.3433184 +156,-1.951208514,0.5602434208,58,-1.538682279,0.7364914363,1470.6620105 +157,-1.944675062,0.6062144545,58,-1.538682279,0.7364914363,1355.2585567 +158,-1.613778386,0.6077989518,58,-1.538682279,0.7364914363,560.17336144 +159,-2.035029014,0.6021432345,58,-1.538682279,0.7364914363,1622.0849753 +160,-2.114989471,0.6801825058,58,-1.538682279,0.7364914363,1736.9338864 +161,-2.037382079,0.5765830025,58,-1.538682279,0.7364914363,1678.0254155 +162,-2.129855121,0.6585019963,58,-1.538682279,0.7364914363,1808.9150223 +163,-2.075141798,0.6493615843,58,-1.538682279,0.7364914363,1661.3869655 +164,-1.828626729,0.6948433129,58,-1.538682279,0.7364914363,880.76877311 +165,-1.863329418,0.6735427691,58,-1.538682279,0.7364914363,1008.3464326 +166,-1.266037071,0.727988852,58,-1.538682279,0.7364914363,802.71664091 +167,-1.277579582,0.7249010648,58,-1.538682279,0.7364914363,770.575982 +168,-1.258418684,0.7241194816,58,-1.538682279,0.7364914363,827.23546494 +169,-1.317813974,0.6804850104,58,-1.538682279,0.7364914363,699.57536222 +170,-1.344165204,0.6790988904,58,-1.538682279,0.7364914363,627.3966506 +171,-1.427582102,0.5277120351,58,-1.538682279,0.7364914363,899.27705438 +172,-1.402238616,0.457167829,58,-1.538682279,0.7364914363,1191.9476393 +173,-1.422454264,0.4996161999,58,-1.538682279,0.7364914363,1009.6565061 +174,-1.439089277,0.4894859811,58,-1.538682279,0.7364914363,1029.5670793 +175,-1.448126995,0.5182330266,58,-1.538682279,0.7364914363,911.50278893 +176,-1.474626146,0.5881926574,58,-1.538682279,0.7364914363,620.37918634 +177,-1.421139645,0.5584869783,58,-1.538682279,0.7364914363,796.23200708 +178,-1.457037165,0.565943032,58,-1.538682279,0.7364914363,722.53810271 +179,-2.757159358,0.3745319,58,-1.538682279,0.7364914363,4222.3278491 +180,-2.714309238,0.342054471,58,-1.538682279,0.7364914363,4175.4624177 +181,-2.000525337,0.774119946,58,-1.538682279,0.7364914363,1334.3309729 +183,-1.571413436,0.6777838382,58,-1.538682279,0.7364914363,252.54773027 +184,-1.552860289,0.6987663893,58,-1.538682279,0.7364914363,155.30064722 +185,-1.521852374,0.7165827476,58,-1.538682279,0.7364914363,93.28076247 +186,-1.503656267,0.6928968252,58,-1.538682279,0.7364914363,201.97066114 +187,-1.502753178,0.7136205882,58,-1.538682279,0.7364914363,139.82344598 +188,-1.631894563,0.7343596465,58,-1.538682279,0.7364914363,273.87420166 +189,-1.653765416,0.6770714026,58,-1.538682279,0.7364914363,418.79925169 +190,-1.719812114,0.6715965947,58,-1.538682279,0.7364914363,603.706557 +191,-1.493406659,0.6646955447,58,-1.538682279,0.7364914363,315.66213178 +192,-1.469120564,0.6613469966,58,-1.538682279,0.7364914363,364.70981 +193,-1.590551461,0.5326612937,58,-1.538682279,0.7364914363,823.99789026 +194,-1.625979264,0.5247742243,58,-1.538682279,0.7364914363,883.45182332 +195,-1.572293943,0.5238808754,58,-1.538682279,0.7364914363,848.92478096 +196,-1.610848725,0.5477107964,58,-1.538682279,0.7364914363,781.744328 +197,-1.208485554,0.7918526018,58,-1.538682279,0.7364914363,966.927995 +198,-1.335601374,0.6869083083,58,-1.538682279,0.7364914363,639.397678 +199,-1.346156996,0.6825213377,58,-1.538682279,0.7364914363,616.22935891 +200,-1.324381037,0.6741422347,58,-1.538682279,0.7364914363,691.09709619 +201,-1.242424992,0.7378949807,58,-1.538682279,0.7364914363,867.36764334 +202,-1.270370057,0.7392461008,58,-1.538682279,0.7364914363,785.36229894 +203,-1.448950472,0.7441675014,58,-1.538682279,0.7364914363,264.10686606 +204,-1.492662363,0.7523026852,58,-1.538682279,0.7364914363,147.96711178 +205,-1.479098966,0.7763855017,58,-1.538682279,0.7364914363,233.2689413 +206,-1.633760714,0.7869022408,58,-1.538682279,0.7364914363,337.73055877 +207,-1.647406434,0.8101289331,58,-1.538682279,0.7364914363,424.07424472 +208,-1.564245052,0.5701509278,58,-1.538682279,0.7364914363,663.73130982 +209,-1.646289963,0.6833746083,58,-1.538682279,0.7364914363,385.53909304 +210,-1.5820631,0.6751952144,58,-1.538682279,0.7364914363,275.74080944 +211,-1.613236298,0.6681681791,58,-1.538682279,0.7364914363,352.11089024 +212,-1.914661867,0.8212566515,58,-1.538682279,0.7364914363,1107.6741866 +213,-1.742133237,0.7250275956,58,-1.538682279,0.7364914363,601.3484243 +214,-2.033144872,0.6557314699,58,-1.538682279,0.7364914363,1529.0750398 +215,-2.039551981,0.6964723658,58,-1.538682279,0.7364914363,1497.3867468 +216,-1.247341019,0.7622473908,58,-1.538682279,0.7364914363,849.53850819 +217,-1.298239787,0.7084123392,58,-1.538682279,0.7364914363,722.25438423 +218,-1.308539688,0.6926545592,58,-1.538682279,0.7364914363,709.3405177 +219,-1.303263185,0.6888938396,58,-1.538682279,0.7364914363,729.40184001 +220,-1.852400229,0.6004246149,58,-1.538682279,0.7364914363,1110.9693488 +221,-1.288947707,0.7473773692,58,-1.538682279,0.7364914363,729.5952355 +222,-1.372031502,0.7472790993,58,-1.538682279,0.7364914363,488.23354959 +223,-1.289805721,0.7242157877,58,-1.538682279,0.7364914363,735.10848145 +224,-1.350807603,0.7533498126,58,-1.538682279,0.7364914363,550.74137402 +225,-1.329290365,0.7560442322,58,-1.538682279,0.7364914363,613.33062955 +226,-1.410153004,0.616936428,58,-1.538682279,0.7364914363,617.38322289 +227,-1.393445434,0.6308995063,58,-1.538682279,0.7364914363,610.85360453 +228,-1.37595573,0.6241540638,58,-1.538682279,0.7364914363,669.37016618 +229,-1.358388707,0.6172645205,58,-1.538682279,0.7364914363,729.06111443 +230,-1.753741133,0.8281661666,58,-1.538682279,0.7364914363,703.70084387 +231,-1.47430987,0.6834615681,58,-1.538682279,0.7364914363,285.44695929 +232,-1.421012508,0.7222725206,58,-1.538682279,0.7364914363,351.94697628 +233,-1.4476833,0.6978557868,58,-1.538682279,0.7364914363,311.71336005 +234,-1.470370723,0.6966193374,58,-1.538682279,0.7364914363,257.97212604 +235,-1.429211703,0.7037216883,58,-1.538682279,0.7364914363,350.74497378 +236,-1.700578405,0.6178673663,58,-1.538682279,0.7364914363,685.1798937 +237,-1.678117619,0.6331716163,58,-1.538682279,0.7364914363,591.49612395 +238,-1.725644578,0.6316331145,58,-1.538682279,0.7364914363,707.55241915 +239,-2.14012759,0.7930497945,58,-1.538682279,0.7364914363,1720.1012843 +240,-2.103289431,0.7653606263,58,-1.538682279,0.7364914363,1628.4918788 +241,-1.318739838,0.7017808746,58,-1.538682279,0.7364914363,669.05873954 +242,-1.396417427,0.7077900843,58,-1.538682279,0.7364914363,437.67302654 +243,-1.35650337,0.7185539404,58,-1.538682279,0.7364914363,543.22819357 +244,-1.248884539,0.7274156818,58,-1.538682279,0.7364914363,853.28769739 +245,-1.395014798,0.5761185243,58,-1.538682279,0.7364914363,778.1026583 +246,-1.433377362,0.6064716109,58,-1.538682279,0.7364914363,609.42627976 +247,-1.408172432,0.5903155476,58,-1.538682279,0.7364914363,707.25823962 +248,-1.749645898,0.7757118084,58,-1.538682279,0.7364914363,626.81383302 +249,-1.571626686,0.615046989,58,-1.538682279,0.7364914363,491.65968114 +250,-1.514070049,0.6303003037,58,-1.538682279,0.7364914363,427.343399 +251,-1.480890369,0.6237966528,58,-1.538682279,0.7364914363,480.44916249 +252,-1.704390658,0.5281680612,58,-1.538682279,0.7364914363,978.95704424 +253,-1.64434733,0.5254277498,58,-1.538682279,0.7364914363,901.11333295 +254,-1.703855997,0.4792484842,58,-1.538682279,0.7364914363,1150.0150179 +255,-1.692002383,0.5748825051,58,-1.538682279,0.7364914363,799.94449327 +256,-1.854136457,0.5544643913,58,-1.538682279,0.7364914363,1227.0517441 +257,-1.665021206,0.520317736,58,-1.538682279,0.7364914363,946.22721618 +258,-1.733654349,0.4845187345,58,-1.538682279,0.7364914363,1179.3519008 +259,-1.720938188,0.5135933906,58,-1.538682279,0.7364914363,1057.4809317 +260,-1.742668307,0.553296122,58,-1.538682279,0.7364914363,969.4434532 +261,-1.965659039,0.7142126903,58,-1.538682279,0.7364914363,1264.2340383 +262,-1.944438071,0.6772834804,58,-1.538682279,0.7364914363,1240.3286255 +263,-1.270340967,0.7681487096,58,-1.538682279,0.7364914363,784.9015414 +264,-1.353091884,0.6549276821,58,-1.538682279,0.7364914363,649.51284726 +265,-1.333236659,0.6413584414,58,-1.538682279,0.7364914363,731.52637819 +266,-1.352015998,0.6753788907,58,-1.538682279,0.7364914363,611.96371287 +267,-1.377988483,0.6577816235,58,-1.538682279,0.7364914363,578.57708915 +268,-2.13075611,0.8318642051,58,-1.538682279,0.7364914363,1688.3336754 +269,-2.097910953,0.8259670014,58,-1.538682279,0.7364914363,1600.1867234 +270,-1.416382069,0.6694271549,58,-1.538682279,0.7364914363,454.89359967 +271,-1.538905672,0.7535625993,58,-1.538682279,0.7364914363,67.622004505 +272,-1.572309477,0.7803125099,58,-1.538682279,0.7364914363,198.67541062 +273,-1.87759879,0.7503853417,58,-1.538682279,0.7364914363,987.56531408 +274,1.152365588,0.590457682,58,-1.538682279,0.7364914363,6938.9216923 +275,0.350198001,0.718001859,58,-1.538682279,0.7364914363,5149.7004906 +276,0.046513677,0.491503852,58,-1.538682279,0.7364914363,4983.4296317 +277,0.027510309,0.742571376,58,-1.538682279,0.7364914363,4343.2880557 +278,0.306285725,-0.214631579,58,-1.538682279,0.7364914363,7592.0162155 +279,-1.100564889,0.318051531,58,-1.538682279,0.7364914363,2218.0991589 +280,-1.078582306,0.301437596,58,-1.538682279,0.7364914363,2320.2771519 +281,-1.137371989,-0.617634065,58,-1.538682279,0.7364914363,5557.3447332 +282,0.784356344,0.703272339,58,-1.538682279,0.7364914363,6030.5057171 +283,-1.221209947,0.218327455,58,-1.538682279,0.7364914363,2325.237833 +284,2.347301921,-0.449114658,58,-1.538682279,0.7364914363,9781.3899279 +285,0.246820618,0.830553713,58,-1.538682279,0.7364914363,4637.3663459 +286,0.829414965,0.703288228,58,-1.538682279,0.7364914363,6102.5670682 +287,-1.337537566,0.42332223,58,-1.538682279,0.7364914363,1405.0411016 +288,0.882453706,0.454478077,58,-1.538682279,0.7364914363,7041.1596682 +289,1.575629659,0.416419109,58,-1.538682279,0.7364914363,7876.0773003 +290,-1.039455679,0.229888244,58,-1.538682279,0.7364914363,2637.6344687 +291,0.489558039,0.934482747,58,-1.538682279,0.7364914363,4823.2954623 +292,0.081344504,0.88384514,58,-1.538682279,0.7364914363,4165.2105418 +293,-1.547979814,0.300350308,58,-1.538682279,0.7364914363,1727.8417777 +294,0.040776181,0.168560074,58,-1.538682279,0.7364914363,5799.8376397 +295,-1.130374745,0.563894876,58,-1.538682279,0.7364914363,1450.7893015 +296,1.578326642,0.478507176,58,-1.538682279,0.7364914363,7630.399349 +297,-1.12861823,-0.291640865,58,-1.538682279,0.7364914363,4339.309437 +298,0.310524208,0.770885792,58,-1.538682279,0.7364914363,4923.4506862 +299,0.415649091,-0.387246002,58,-1.538682279,0.7364914363,8343.4022423 +300,-0.926533878,-0.188022748,58,-1.538682279,0.7364914363,4283.5289828 +301,1.258856172,-0.11716081,58,-1.538682279,0.7364914363,9710.1513626 +302,-1.126050026,0.322941926,58,-1.538682279,0.7364914363,2146.4261946 +303,2.002785835,0.07893892,58,-1.538682279,0.7364914363,8907.7674845 +304,0.440437607,0.746258085,58,-1.538682279,0.7364914363,5261.8086968 +305,-0.030391866,0.214441206,58,-1.538682279,0.7364914363,5472.1798232 +306,0.521557815,-0.058929362,58,-1.538682279,0.7364914363,7796.9824408 +307,-0.097005111,0.13317729,58,-1.538682279,0.7364914363,5489.9912324 +308,1.83113859,0.221857587,58,-1.538682279,0.7364914363,8557.8221696 +309,0.222428864,0.099404236,58,-1.538682279,0.7364914363,6510.5018464 +310,-1.702731345,0.8728568183,58,-1.538682279,0.7364914363,702.25705953 +311,-0.418507569,0.278324921,58,-1.538682279,0.7364914363,4171.7923824 +312,-1.41153306,0.339029988,58,-1.538682279,0.7364914363,1631.0927369 +313,0.357560442,0.114788776,58,-1.538682279,0.7364914363,6851.8978529 +314,0.325818979,0.268352149,58,-1.538682279,0.7364914363,6335.6201531 +315,-1.246004659,-0.663679965,58,-1.538682279,0.7364914363,5645.6210246 +316,1.814603087,0.637404484,58,-1.538682279,0.7364914363,6948.2366232 +317,1.843704281,-0.18300445,58,-1.538682279,0.7364914363,10097.897812 +318,1.690644492,-0.211480909,58,-1.538682279,0.7364914363,10342.370416 +319,-1.275451936,0.068109467,58,-1.538682279,0.7364914363,2806.2008624 +320,0.762430171,-0.207594741,58,-1.538682279,0.7364914363,8881.1281348 +321,0.265668905,-0.014647884,58,-1.538682279,0.7364914363,6943.9495275 +322,-2.773032013,-0.335515811,58,-1.538682279,0.7364914363,6183.1949886 +323,-1.469512853,0.174058777,58,-1.538682279,0.7364914363,2240.7224377 +324,0.286276986,0.785925691,58,-1.538682279,0.7364914363,4832.7597606 +325,-1.379324697,0.377432233,58,-1.538682279,0.7364914363,1517.5495491 +326,-1.203778265,0.212813032,58,-1.538682279,0.7364914363,2373.6564827 +327,0.579916301,0.611743168,58,-1.538682279,0.7364914363,5944.8706436 +328,0.267582642,0.868113908,58,-1.538682279,0.7364914363,4588.105857 +329,0.412869244,-0.050245578,58,-1.538682279,0.7364914363,7464.9737809 +330,0.17524381,0.976660285,58,-1.538682279,0.7364914363,4159.6877963 +331,0.743157214,0.204812899,58,-1.538682279,0.7364914363,7582.4527898 +332,-1.070758176,0.269382282,58,-1.538682279,0.7364914363,2440.5565909 +333,-1.230364251,0.329790229,58,-1.538682279,0.7364914363,1915.0884159 +334,-1.374813124,-0.024926835,58,-1.538682279,0.7364914363,3072.5155676 +335,0.519780566,0.463669906,58,-1.538682279,0.7364914363,6261.8248775 +336,-1.55108034,0.239698561,58,-1.538682279,0.7364914363,1968.2561891 +337,0.180294813,0.029739425,58,-1.538682279,0.7364914363,6576.3291141 +338,0.67820924,0.268170153,58,-1.538682279,0.7364914363,7231.4440173 +339,0.445798684,1.024001867,58,-1.538682279,0.7364914363,4509.7868219 +340,0.691751283,0.150521402,58,-1.538682279,0.7364914363,7630.4296869 +341,-1.036643551,-0.903056181,58,-1.538682279,0.7364914363,6719.5578237 +342,-0.120287036,1.083325163,58,-1.538682279,0.7364914363,3439.2958018 +343,2.823513113,-0.304487164,58,-1.538682279,0.7364914363,8043.5438578 +344,0.457583172,1.12513373,58,-1.538682279,0.7364914363,4264.6173054 +345,0.042918831,0.813795399,58,-1.538682279,0.7364914363,4226.3773555 +346,1.196146777,-0.853142756,58,-1.538682279,0.7364914363,11230.554271 +347,0.206001358,-0.010430701,58,-1.538682279,0.7364914363,6758.9838456 +348,-0.268308653,0.234799412,58,-1.538682279,0.7364914363,4722.8786037 +349,0.759363263,0.736189579,58,-1.538682279,0.7364914363,5880.6570319 +350,0.181363926,0.891988372,58,-1.538682279,0.7364914363,4356.9573455 +351,-0.021111158,0.139103292,58,-1.538682279,0.7364914363,5696.8818802 +352,-0.093355215,0.630686981,58,-1.538682279,0.7364914363,4279.489868 +353,0.40118964,0.681375926,58,-1.538682279,0.7364914363,5361.6052739 +354,-0.721197315,1.304706234,58,-1.538682279,0.7364914363,2669.8217621 +355,-1.076150317,0.212107639,58,-1.538682279,0.7364914363,2617.2134701 +356,-1.577164531,0.273993443,58,-1.538682279,0.7364914363,1836.6364428 +357,-0.190788414,0.182208586,58,-1.538682279,0.7364914363,5086.3827022 +358,-0.261349752,0.209710184,58,-1.538682279,0.7364914363,4807.9731627 +359,-1.029303852,0.083549259,58,-1.538682279,0.7364914363,3147.3683489 +360,-1.268609162,0.330525297,58,-1.538682279,0.7364914363,1846.2834586 +361,1.282982244,-0.926641967,58,-1.538682279,0.7364914363,11311.30354 +362,0.217352334,0.731352408,58,-1.538682279,0.7364914363,4818.0319138 +363,-1.511833084,0.258629297,58,-1.538682279,0.7364914363,1895.0340087 +364,0.338812194,0.823184618,58,-1.538682279,0.7364914363,4845.7044874 +365,-0.324406489,1.134201999,58,-1.538682279,0.7364914363,3049.3472479 +366,1.389579348,0.399185724,58,-1.538682279,0.7364914363,7878.1058609 +367,2.047152199,-0.039082036,58,-1.538682279,0.7364914363,9263.741407 +368,0.947780369,0.568250077,58,-1.538682279,0.7364914363,6752.9245873 +369,0.763824846,0.576754987,58,-1.538682279,0.7364914363,6414.6326289 +370,-0.142334657,0.928153068,58,-1.538682279,0.7364914363,3599.4144728 +371,0.610266567,0.547265983,58,-1.538682279,0.7364914363,6206.8757216 +372,0.210731629,0.746815056,58,-1.538682279,0.7364914363,4764.5223605 +373,-1.34931644,0.316895224,58,-1.538682279,0.7364914363,1780.4217609 +374,2.407696481,0.655030745,58,-1.538682279,0.7364914363,6214.4337071 +375,0.64207831,0.545359131,58,-1.538682279,0.7364914363,6278.9335224 +376,1.174597538,0.840588356,58,-1.538682279,0.7364914363,6020.1379456 +377,0.660059424,0.010604079,58,-1.538682279,0.7364914363,7974.132532 +378,-0.730263819,0.010486456,58,-1.538682279,0.7364914363,4062.0383721 +379,0.831068936,0.512339172,58,-1.538682279,0.7364914363,6752.1261607 +380,1.301180979,0.72367476,58,-1.538682279,0.7364914363,6560.3065516 +381,1.811128231,0.322854402,58,-1.538682279,0.7364914363,8179.1830176 +382,0.435105812,0.992284428,58,-1.538682279,0.7364914363,4576.6113807 +383,0.62643634,0.592027932,58,-1.538682279,0.7364914363,6100.6671072 +384,0.492988703,-0.516339467,58,-1.538682279,0.7364914363,8861.3973415 +385,-0.162469483,0.112549365,58,-1.538682279,0.7364914363,5352.3367901 +386,0.314630866,0.472006421,58,-1.538682279,0.7364914363,5739.6327332 +387,0.166744804,0.822815954,58,-1.538682279,0.7364914363,4484.2441891 +388,0.417159608,0.965805736,58,-1.538682279,0.7364914363,4616.8836548 +389,0.106334961,0.868774244,58,-1.538682279,0.7364914363,4250.6139033 +390,0.815086969,-0.338144359,58,-1.538682279,0.7364914363,9381.9262527 +391,0.59867455,-0.230624824,58,-1.538682279,0.7364914363,8484.4368109 +392,1.915104874,0.066220985,58,-1.538682279,0.7364914363,9071.9576005 +393,1.278093622,0.064463721,58,-1.538682279,0.7364914363,9063.2058202 +394,-0.061477853,0.302997961,58,-1.538682279,0.7364914363,5153.3960781 +395,0.251311504,0.626976942,58,-1.538682279,0.7364914363,5165.1965097 +396,2.950242872,0.149095644,58,-1.538682279,0.7364914363,6469.9540476 +397,-0.180294708,0.35375117,58,-1.538682279,0.7364914363,4681.3885819 +398,1.010448592,-0.351180233,58,-1.538682279,0.7364914363,9949.0862919 +399,-1.748740498,0.3686318073,58,-1.538682279,0.7364914363,1616.1617624 +400,2.699635665,0.123533791,58,-1.538682279,0.7364914363,7234.47327 +401,0.496808033,0.823843254,58,-1.538682279,0.7364914363,5150.1236079 +402,0.129574704,0.763364087,58,-1.538682279,0.7364914363,4538.6132547 +403,1.798920311,0.817447563,58,-1.538682279,0.7364914363,6250.2544996 +404,0.335987953,0.746786541,58,-1.538682279,0.7364914363,5041.617272 +405,-1.085413643,0.292154671,58,-1.538682279,0.7364914363,2334.7344935 +406,-0.155321003,0.508207011,58,-1.538682279,0.7364914363,4384.3561198 +407,0.620529244,-0.301175104,58,-1.538682279,0.7364914363,8731.0595963 +408,1.684402744,0.368716966,58,-1.538682279,0.7364914363,8055.9585961 +409,0.300582244,-0.386397212,58,-1.538682279,0.7364914363,8005.1881832 +410,2.913555946,-0.009225192,58,-1.538682279,0.7364914363,7006.3652896 +411,1.465101417,0.493232532,58,-1.538682279,0.7364914363,7546.9398355 +412,0.090612882,0.907955955,58,-1.538682279,0.7364914363,4135.0978318 +413,2.987564726,-0.729568594,58,-1.538682279,0.7364914363,8528.2981315 +414,-1.484261606,0.224149272,58,-1.538682279,0.7364914363,2038.0107576 +415,0.164073421,0.303955133,58,-1.538682279,0.7364914363,5793.1905373 +416,0.141441293,0.167552546,58,-1.538682279,0.7364914363,6093.8890452 +417,2.931321023,-0.506718887,58,-1.538682279,0.7364914363,8211.5656749 +418,2.21951565,0.700596356,58,-1.538682279,0.7364914363,6336.8810433 +419,0.268112576,1.199114336,58,-1.538682279,0.7364914363,3853.590277 +420,0.978913739,0.359223811,58,-1.538682279,0.7364914363,7540.2356468 +421,1.210898818,0.522863584,58,-1.538682279,0.7364914363,7254.4946609 +422,2.347397336,0.129231362,58,-1.538682279,0.7364914363,8087.3303724 +423,0.614394501,0.556878345,58,-1.538682279,0.7364914363,6185.6162571 +424,-1.398079356,0.148483366,58,-1.538682279,0.7364914363,2380.2359454 +425,2.535303836,-0.112984496,58,-1.538682279,0.7364914363,8362.0155893 +426,-1.019372593,-0.405322349,58,-1.538682279,0.7364914363,4905.8021532 +427,-1.297785627,-0.160104069,58,-1.538682279,0.7364914363,3657.3723957 +428,2.144554488,0.205051084,58,-1.538682279,0.7364914363,8226.3715704 +429,-2.242387083,-0.426171285,58,-1.538682279,0.7364914363,5275.5604979 +430,0.338637212,0.909723676,58,-1.538682279,0.7364914363,4622.3533269 +431,-0.148798452,0.691042401,58,-1.538682279,0.7364914363,4005.5119351 +432,0.893524764,0.441829531,58,-1.538682279,0.7364914363,7104.2777431 +433,0.969229347,-0.368847936,58,-1.538682279,0.7364914363,9888.4832927 +434,0.436043248,0.800045688,58,-1.538682279,0.7364914363,5101.8889565 +435,1.687946607,1.081504775,58,-1.538682279,0.7364914363,5237.6248807 +436,0.522302046,-0.034889271,58,-1.538682279,0.7364914363,7731.6860014 +437,-0.178996113,-0.438090009,58,-1.538682279,0.7364914363,6795.7460483 +438,-1.094339566,0.301444068,58,-1.538682279,0.7364914363,2285.1229788 +439,-1.064070054,0.242569932,58,-1.538682279,0.7364914363,2542.3396076 +440,-1.068153768,0.230387998,58,-1.538682279,0.7364914363,2573.4939262 +441,-3.00496892,-0.23989155,58,-1.538682279,0.7364914363,6557.117619 +442,0.21751974,0.766874888,58,-1.538682279,0.7364914363,4730.304062 +443,0.117229532,0.007619006,58,-1.538682279,0.7364914363,6451.23803 +444,0.777758451,0.420554741,58,-1.538682279,0.7364914363,6957.2872524 +445,-0.252356999,0.250747086,58,-1.538682279,0.7364914363,4728.863585 +446,0.363148444,0.768483434,58,-1.538682279,0.7364914363,5041.0005031 +447,0.903191366,-0.118210676,58,-1.538682279,0.7364914363,8983.2213938 +448,-0.205755923,0.149406178,58,-1.538682279,0.7364914363,5128.3086359 +449,1.811996086,0.02364353,58,-1.538682279,0.7364914363,9341.3331854 +450,-1.100670221,0.314845373,58,-1.538682279,0.7364914363,2228.1147641 +451,0.340078597,0.850105132,58,-1.538682279,0.7364914363,4778.1144432 +452,0.258757267,0.804969236,58,-1.538682279,0.7364914363,4725.8854034 +453,2.78505352,-0.155160804,58,-1.538682279,0.7364914363,7770.8846441 +454,0.800551619,0.105822106,58,-1.538682279,0.7364914363,8031.220989 +455,0.437940882,-0.506194031,58,-1.538682279,0.7364914363,8679.8088807 +456,2.230431122,0.63458615,58,-1.538682279,0.7364914363,6557.9516483 +457,0.527965361,0.127667701,58,-1.538682279,0.7364914363,7280.5141848 +458,-0.063643205,0.702093448,58,-1.538682279,0.7364914363,4203.2078135 +459,1.408447268,0.133010502,58,-1.538682279,0.7364914363,8928.5338623 +460,0.523795955,0.280266966,58,-1.538682279,0.7364914363,6819.5566384 +461,-0.975769313,0.072177659,58,-1.538682279,0.7364914363,3295.91537 +462,0.549774164,-0.463663986,58,-1.538682279,0.7364914363,8912.8566079 +463,0.29245874,1.095549818,58,-1.538682279,0.7364914363,4102.0588049 +464,0.143625958,0.816809593,58,-1.538682279,0.7364914363,4447.2088445 +465,0.671902494,0.611159853,58,-1.538682279,0.7364914363,6130.0303161 +466,1.239840988,0.6724199,58,-1.538682279,0.7364914363,6711.9517955 +467,0.607829703,-0.10932137,58,-1.538682279,0.7364914363,8178.9229443 +468,1.763020906,0.263996692,58,-1.538682279,0.7364914363,8438.018746 +469,0.378714634,0.726066797,58,-1.538682279,0.7364914363,5189.2427484 +470,2.196736143,-0.153862366,58,-1.538682279,0.7364914363,9347.3927631 +471,0.01702415,0.148991565,58,-1.538682279,0.7364914363,5782.2959369 +472,-2.998490902,-0.158002487,58,-1.538682279,0.7364914363,6319.5962223 +473,-3.051262951,-0.346595608,58,-1.538682279,0.7364914363,6969.5669548 +474,-1.069176439,0.182802941,58,-1.538682279,0.7364914363,2729.8728654 +475,0.167157509,0.595344954,58,-1.538682279,0.7364914363,5039.5073063 +476,0.613855648,0.681746124,58,-1.538682279,0.7364914363,5796.5387152 +477,1.037012736,0.682555367,58,-1.538682279,0.7364914363,6465.8859553 +478,-1.253574971,0.379755746,58,-1.538682279,0.7364914363,1700.3727199 +479,3.108590453,-0.132620738,58,-1.538682279,0.7364914363,6764.7024771 +480,0.565301296,0.022333262,58,-1.538682279,0.7364914363,7686.8159633 +481,0.547898238,0.855555614,58,-1.538682279,0.7364914363,5149.4504096 +482,0.948309381,0.417393755,58,-1.538682279,0.7364914363,7284.0697841 +483,-0.050600732,0.945269213,58,-1.538682279,0.7364914363,3769.4402947 +484,-0.977651478,-0.572363064,58,-1.538682279,0.7364914363,5571.411709 +485,1.102014914,0.728861163,58,-1.538682279,0.7364914363,6369.9493828 +486,2.927300795,-0.282939414,58,-1.538682279,0.7364914363,7685.0542685 +487,-1.154565557,0.124434095,58,-1.538682279,0.7364914363,2772.3403044 +488,1.855331234,0.291044755,58,-1.538682279,0.7364914363,8270.5174451 +489,0.830290659,0.276904518,58,-1.538682279,0.7364914363,7540.0214768 +490,0.485104466,-0.234867441,58,-1.538682279,0.7364914363,8167.3662147 +491,0.521367572,-0.33161327,58,-1.538682279,0.7364914363,8518.6190817 +1,-1.539031704,0.7349710123,59,-1.536980704,0.7364810563,8.4881377239 +2,-1.536990553,0.7349663874,59,-1.536980704,0.7364810563,5.9996735442 +3,-1.534951779,0.7349571355,59,-1.536980704,0.7364810563,8.4813233899 +4,-1.532906461,0.7349480293,59,-1.536980704,0.7364810563,13.416773203 +5,-1.531320211,0.7346937278,59,-1.536980704,0.7364810563,18.068608729 +6,-1.539451648,0.7335131775,59,-1.536980704,0.7364810563,13.817182927 +7,-1.537429487,0.7335445708,59,-1.536980704,0.7364810563,11.705931959 +8,-1.535484998,0.7335658704,59,-1.536980704,0.7364810563,12.35513138 +9,-1.533488396,0.7336036027,59,-1.536980704,0.7364810563,15.336253905 +10,-1.531497785,0.7335842962,59,-1.536980704,0.7364810563,19.778802979 +11,-1.530259379,0.7334777758,59,-1.536980704,0.7364810563,23.056136483 +12,-1.5335454,0.7322346912,59,-1.536980704,0.7364810563,19.619361973 +13,-1.531489083,0.7322238773,59,-1.536980704,0.7364810563,23.346112846 +14,-1.530011122,0.7321679851,59,-1.536980704,0.7364810563,26.679185102 +15,-1.53348106,0.7306614094,59,-1.536980704,0.7364810563,25.246703586 +16,-1.531441779,0.7306962275,59,-1.536980704,0.7364810563,28.117678262 +17,-1.529755654,0.7306933243,59,-1.536980704,0.7364810563,31.263796486 +18,-1.533415048,0.7291384674,59,-1.536980704,0.7364810563,30.920628195 +19,-1.531392093,0.7291705353,59,-1.536980704,0.7364810563,33.305077086 +20,-1.529296523,0.7291214933,59,-1.536980704,0.7364810563,36.900250507 +21,-1.535280942,0.727267644,59,-1.536980704,0.7364810563,36.836419754 +22,-1.533378158,0.7276139666,59,-1.536980704,0.7364810563,36.691214615 +23,-1.531340368,0.7276446587,59,-1.536980704,0.7364810563,38.745335174 +24,-1.528960113,0.7276398177,59,-1.536980704,0.7364810563,42.246671398 +25,-1.533313146,0.7260818349,59,-1.536980704,0.7364810563,42.586841073 +26,-1.531259555,0.7260958115,59,-1.536980704,0.7364810563,44.459670146 +27,-1.528926415,0.7260865555,59,-1.536980704,0.7364810563,47.529338163 +28,-1.531226779,0.7245511789,59,-1.536980704,0.7364810563,50.210796625 +29,-1.528904772,0.7245519194,59,-1.536980704,0.7364810563,52.918327188 +30,-1.547195875,0.7409785979,59,-1.536980704,0.7364810563,34.817380607 +31,-1.5451475,0.740980426,59,-1.536980704,0.7364810563,29.82618337 +32,-1.543097679,0.7409798872,59,-1.536980704,0.7364810563,25.267229047 +33,-1.540720364,0.7409892687,59,-1.536980704,0.7364810563,20.947697178 +34,-1.547188511,0.7395198392,59,-1.536980704,0.7364810563,32.243831039 +35,-1.545148587,0.7395226109,59,-1.536980704,0.7364810563,26.796187518 +36,-1.543104538,0.7395314908,59,-1.536980704,0.7364810563,21.633857365 +37,-1.540727751,0.7395306258,59,-1.536980704,0.7364810563,16.324146583 +38,-1.547187029,0.7380014886,59,-1.536980704,0.7364810563,30.52918795 +39,-1.545147315,0.7380012252,59,-1.536980704,0.7364810563,24.693387013 +40,-1.54310719,0.7380060743,59,-1.536980704,0.7364810563,18.953785029 +41,-1.540719671,0.7380068206,59,-1.536980704,0.7364810563,12.519540162 +42,-1.547187189,0.7364799098,59,-1.536980704,0.7364810563,29.950423065 +43,-1.545149996,0.7364853874,59,-1.536980704,0.7364810563,23.972344853 +44,-1.543106091,0.7364823484,59,-1.536980704,0.7364810563,17.974647846 +45,-1.540717158,0.7364893901,59,-1.536980704,0.7364810563,10.964460127 +46,-1.538663972,0.7410138672,59,-1.536980704,0.7364810563,18.618827479 +47,-1.53695285,0.7409699132,59,-1.536980704,0.7364810563,17.780548921 +48,-1.534910498,0.7409641297,59,-1.536980704,0.7364810563,18.763837217 +49,-1.533145034,0.7409536636,59,-1.536980704,0.7364810563,20.976901602 +50,-1.538681336,0.7395405883,59,-1.536980704,0.7364810563,13.103460396 +51,-1.536999189,0.7395183096,59,-1.536980704,0.7364810563,12.030681905 +52,-1.534923633,0.7395144222,59,-1.536980704,0.7364810563,13.442531893 +53,-1.533267822,0.7395654306,59,-1.536980704,0.7364810563,16.359550666 +54,-1.53867273,0.7380151077,59,-1.536980704,0.7364810563,7.8448074324 +55,-1.536980576,0.7379994392,59,-1.536980704,0.7364810563,6.0143145503 +56,-1.534931522,0.7379944961,59,-1.536980704,0.7364810563,8.4879993483 +57,-1.533387952,0.7379480264,59,-1.536980704,0.7364810563,12.031866206 +58,-1.538682279,0.7364914363,59,-1.536980704,0.7364810563,4.9933399853 +59,-1.536980704,0.7364810563,59,-1.536980704,0.7364810563,2.9982706757 +60,-1.534935567,0.7364752065,59,-1.536980704,0.7364810563,6.0014195 +61,-1.533042592,0.7363876366,59,-1.536980704,0.7364810563,11.562616878 +62,-1.545143426,0.7349628011,59,-1.536980704,0.7364810563,24.712477546 +63,-1.543105297,0.7349691947,59,-1.536980704,0.7364810563,18.955449192 +64,-1.541064533,0.7349647152,59,-1.536980704,0.7364810563,13.412073886 +65,-1.545411803,0.7334624714,59,-1.536980704,0.7364810563,27.508787676 +66,-1.543446606,0.7334780896,59,-1.536980704,0.7364810563,22.415894149 +67,-1.541475327,0.7334957295,59,-1.536980704,0.7364810563,17.727232645 +68,-1.545401939,0.731963266,59,-1.536980704,0.7364810563,30.551515397 +69,-1.54342253,0.7319915583,59,-1.536980704,0.7364810563,25.981067211 +70,-1.541455867,0.7320216438,59,-1.536980704,0.7364810563,22.026282654 +71,-1.545410146,0.7304422281,59,-1.536980704,0.7364810563,34.458065548 +72,-1.543435491,0.7304713664,59,-1.536980704,0.7364810563,30.452761138 +73,-1.541463105,0.7304997613,59,-1.536980704,0.7364810563,27.115579692 +74,-1.545414768,0.7289194936,59,-1.536980704,0.7364810563,38.907596171 +75,-1.543435774,0.7289538557,59,-1.536980704,0.7364810563,35.358075765 +76,-1.541457714,0.7289765881,59,-1.536980704,0.7364810563,32.516988117 +77,-1.539449415,0.7320555866,59,-1.536980704,0.7364810563,18.972777 +78,-1.537429183,0.7321097681,59,-1.536980704,0.7364810563,17.364812713 +79,-1.535472649,0.7321497267,59,-1.536980704,0.7364810563,17.720106012 +80,-1.539457899,0.7305333307,59,-1.536980704,0.7364810563,24.660688568 +81,-1.537453161,0.7305750503,59,-1.536980704,0.7364810563,23.434955034 +82,-1.535479385,0.7306124949,59,-1.536980704,0.7364810563,23.661344663 +83,-1.53946905,0.7290102593,59,-1.536980704,0.7364810563,30.485319153 +84,-1.537459922,0.7290417293,59,-1.536980704,0.7364810563,29.500935304 +85,-1.535451349,0.7290890157,59,-1.536980704,0.7364810563,29.624079775 +86,-1.535522937,0.7279887191,59,-1.536980704,0.7364810563,33.911127651 +87,-1.539442524,0.7274735939,59,-1.536980704,0.7364810563,36.408404663 +88,-1.537424111,0.727521351,59,-1.536980704,0.7364810563,35.513430132 +89,-1.539384641,0.7259505092,59,-1.536980704,0.7364810563,42.309391969 +90,-1.537372391,0.7259947145,59,-1.536980704,0.7364810563,41.552450377 +91,-1.535340789,0.7260435356,59,-1.536980704,0.7364810563,41.624769104 +92,-1.539325716,0.7244369706,59,-1.536980704,0.7364810563,48.205699137 +93,-1.537308932,0.7244801057,59,-1.536980704,0.7364810563,47.545627954 +94,-1.535289068,0.7245247645,59,-1.536980704,0.7364810563,47.621111405 +95,-1.533261366,0.7245550236,59,-1.536980704,0.7364810563,48.496672823 +96,-1.539267302,0.722921924,59,-1.536980704,0.7364810563,54.13033598 +97,-1.537248972,0.7229660258,59,-1.536980704,0.7364810563,53.538894422 +98,-1.535219431,0.7229916471,59,-1.536980704,0.7364810563,53.683961572 +99,-1.53318962,0.7230212049,59,-1.536980704,0.7364810563,54.476563488 +100,-1.531154816,0.7230299897,59,-1.536980704,0.7364810563,55.986931751 +101,-1.528878341,0.7230370244,59,-1.536980704,0.7364810563,58.377301036 +102,-1.539218189,0.7214009878,59,-1.536980704,0.7364810563,60.096803346 +103,-1.537198791,0.7214422745,59,-1.536980704,0.7364810563,59.572099181 +104,-1.535179266,0.7214634354,59,-1.536980704,0.7364810563,59.722388831 +105,-1.533156501,0.7214944644,59,-1.536980704,0.7364810563,60.42737638 +106,-1.53113574,0.7215166021,59,-1.536980704,0.7364810563,61.738024657 +107,-1.528874248,0.7215345535,59,-1.536980704,0.7364810563,63.863147816 +108,-1.539217656,0.7198512397,59,-1.536980704,0.7364810563,66.20184665 +109,-1.537199919,0.7199428763,59,-1.536980704,0.7364810563,65.510936769 +110,-1.545425832,0.727397149,59,-1.536980704,0.7364810563,43.74742766 +111,-1.543371177,0.7273916949,59,-1.536980704,0.7364810563,40.629535599 +112,-1.541368852,0.7274523163,59,-1.536980704,0.7364810563,38.028225828 +113,-1.545349067,0.7258710923,59,-1.536980704,0.7364810563,48.733896207 +114,-1.54332671,0.7258603556,59,-1.536980704,0.7364810563,46.042087242 +115,-1.541346831,0.7259242142,59,-1.536980704,0.7364810563,43.752328428 +116,-1.545324355,0.7243383958,59,-1.536980704,0.7364810563,54.031167268 +117,-1.543292796,0.7243617413,59,-1.536980704,0.7364810563,51.490577275 +118,-1.541295822,0.7244024384,59,-1.536980704,0.7364810563,49.508371366 +119,-1.543193859,0.7205570215,59,-1.536980704,0.7364810563,65.693630331 +120,-1.550257047,0.7386738187,59,-1.536980704,0.7364810563,39.877293608 +121,-1.549335448,0.7311736483,59,-1.536980704,0.7364810563,41.983811085 +122,-1.533478843,0.7179891343,59,-1.536980704,0.7364810563,73.975711017 +123,-1.556150555,0.738907041,59,-1.536980704,0.7364810563,57.006447461 +124,-1.554324226,0.733414257,59,-1.536980704,0.7364810563,52.391841744 +125,-1.554290846,0.7288285332,59,-1.536980704,0.7364810563,59.302902481 +126,-1.55122487,0.7219795312,59,-1.536980704,0.7364810563,71.199689523 +127,-1.525104458,0.7229399862,59,-1.536980704,0.7364810563,64.079744525 +128,-1.519607711,0.7236181429,59,-1.536980704,0.7364810563,72.284342767 +129,-1.513899999,0.7251107854,59,-1.536980704,0.7364810563,81.625024831 +130,-1.536620762,0.7431061895,59,-1.536980704,0.7364810563,26.263272414 +131,-1.5369566,0.7460845958,59,-1.536980704,0.7364810563,38.039685021 +132,-1.545345528,0.7447040685,59,-1.536980704,0.7364810563,40.729614658 +133,-1.532813921,0.7432306626,59,-1.536980704,0.7364810563,29.382960889 +134,-1.554788248,0.7382381001,59,-1.536980704,0.7364810563,52.67524193 +135,-1.540348126,0.7301594274,59,-1.536980704,0.7364810563,26.929602891 +136,-1.538016084,0.7239051786,59,-1.536980704,0.7364810563,49.906673234 +137,-1.525288962,0.7258085137,59,-1.536980704,0.7364810563,54.548371319 +138,-1.534326986,0.731241342,59,-1.536980704,0.7364810563,22.173809802 +139,-1.530733872,0.7303625216,59,-1.536980704,0.7364810563,30.417869345 +141,-1.534354939,0.7328219978,59,-1.536980704,0.7364810563,16.420384355 +142,-1.53157084,0.7292888153,59,-1.536980704,0.7364810563,32.638123537 +143,-1.525691035,0.7263799874,59,-1.536980704,0.7364810563,52.041979283 +144,-1.534031287,0.7495967835,59,-1.536980704,0.7364810563,52.658904094 +145,-1.527714986,0.7283095957,59,-1.536980704,0.7364810563,42.336482571 +146,-1.526189586,0.7271468292,59,-1.536980704,0.7364810563,48.766629828 +147,-1.555177336,0.7375563366,59,-1.536980704,0.7364810563,53.540489445 +148,-1.555080283,0.7312707794,59,-1.536980704,0.7364810563,57.097416288 +149,-1.53856994,0.7224180299,59,-1.536980704,0.7364810563,55.900991299 +150,-1.530837883,0.729933372,59,-1.536980704,0.7364810563,31.614839296 +151,-1.515066984,0.5854133365,59,-1.536980704,0.7364810563,602.26872618 +152,-1.534731633,0.5368370046,59,-1.536980704,0.7364810563,790.82224685 +153,-1.515231902,0.5607085576,59,-1.536980704,0.7364810563,699.5878096 +154,-2.616253799,1.0684566605,59,-1.536980704,0.7364810563,2820.2496613 +155,-1.956071439,0.5792177723,59,-1.536980704,0.7364810563,1447.0889035 +156,-1.951208514,0.5602434208,59,-1.536980704,0.7364810563,1475.3237742 +157,-1.944675062,0.6062144545,59,-1.536980704,0.7364810563,1360.0796133 +158,-1.613778386,0.6077989518,59,-1.536980704,0.7364810563,562.33868236 +159,-2.035029014,0.6021432345,59,-1.536980704,0.7364810563,1627.0004284 +160,-2.114989471,0.6801825058,59,-1.536980704,0.7364810563,1741.9187096 +161,-2.037382079,0.5765830025,59,-1.536980704,0.7364810563,1682.8876298 +162,-2.129855121,0.6585019963,59,-1.536980704,0.7364810563,1813.9073544 +163,-2.075141798,0.6493615843,59,-1.536980704,0.7364810563,1666.3769331 +164,-1.828626729,0.6948433129,59,-1.536980704,0.7364810563,885.73783241 +165,-1.863329418,0.6735427691,59,-1.536980704,0.7364810563,1013.2846874 +166,-1.266037071,0.727988852,59,-1.536980704,0.7364810563,797.73159359 +167,-1.277579582,0.7249010648,59,-1.536980704,0.7364810563,765.58587453 +168,-1.258418684,0.7241194816,59,-1.536980704,0.7364810563,822.24670086 +169,-1.317813974,0.6804850104,59,-1.536980704,0.7364810563,694.72771972 +170,-1.344165204,0.6790988904,59,-1.536980704,0.7364810563,622.62547927 +171,-1.427582102,0.5277120351,59,-1.536980704,0.7364810563,897.12861383 +172,-1.402238616,0.457167829,59,-1.536980704,0.7364810563,1189.865041 +173,-1.422454264,0.4996161999,59,-1.536980704,0.7364810563,1007.6158235 +174,-1.439089277,0.4894859811,59,-1.536980704,0.7364810563,1027.836658 +175,-1.448126995,0.5182330266,59,-1.536980704,0.7364810563,909.75896426 +176,-1.474626146,0.5881926574,59,-1.536980704,0.7364810563,618.65602913 +177,-1.421139645,0.5584869783,59,-1.536980704,0.7364810563,793.72327968 +178,-1.457037165,0.565943032,59,-1.536980704,0.7364810563,720.62244053 +179,-2.757159358,0.3745319,59,-1.536980704,0.7364810563,4227.3134875 +180,-2.714309238,0.342054471,59,-1.536980704,0.7364810563,4180.4557474 +181,-2.000525337,0.774119946,59,-1.536980704,0.7364810563,1339.1549875 +183,-1.571413436,0.6777838382,59,-1.536980704,0.7364810563,254.55174418 +184,-1.552860289,0.6987663893,59,-1.536980704,0.7364810563,156.72038163 +185,-1.521852374,0.7165827476,59,-1.536980704,0.7364810563,90.654300467 +186,-1.503656267,0.6928968252,59,-1.536980704,0.7364810563,199.34318879 +187,-1.502753178,0.7136205882,59,-1.536980704,0.7364810563,135.99362455 +188,-1.631894563,0.7343596465,59,-1.536980704,0.7364810563,278.86741484 +189,-1.653765416,0.6770714026,59,-1.536980704,0.7364810563,423.02196066 +190,-1.719812114,0.6715965947,59,-1.536980704,0.7364810563,608.33316342 +191,-1.493406659,0.6646955447,59,-1.536980704,0.7364810563,313.4249732 +192,-1.469120564,0.6613469966,59,-1.536980704,0.7364810563,361.72221146 +193,-1.590551461,0.5326612937,59,-1.536980704,0.7364810563,825.05457611 +194,-1.625979264,0.5247742243,59,-1.536980704,0.7364810563,885.13145844 +195,-1.572293943,0.5238808754,59,-1.536980704,0.7364810563,849.58423003 +196,-1.610848725,0.5477107964,59,-1.536980704,0.7364810563,783.28975798 +197,-1.208485554,0.7918526018,59,-1.536980704,0.7364810563,962.23654462 +198,-1.335601374,0.6869083083,59,-1.536980704,0.7364810563,634.54467451 +199,-1.346156996,0.6825213377,59,-1.536980704,0.7364810563,611.43535043 +200,-1.324381037,0.6741422347,59,-1.536980704,0.7364810563,686.30850661 +201,-1.242424992,0.7378949807,59,-1.536980704,0.7364810563,862.40689273 +202,-1.270370057,0.7392461008,59,-1.536980704,0.7364810563,780.40044123 +203,-1.448950472,0.7441675014,59,-1.536980704,0.7364810563,259.17314395 +204,-1.492662363,0.7523026852,59,-1.536980704,0.7364810563,143.5103705 +205,-1.479098966,0.7763855017,59,-1.536980704,0.7364810563,229.7175998 +206,-1.633760714,0.7869022408,59,-1.536980704,0.7364810563,341.69778436 +207,-1.647406434,0.8101289331,59,-1.536980704,0.7364810563,427.61170637 +208,-1.564245052,0.5701509278,59,-1.536980704,0.7364810563,664.35585978 +209,-1.646289963,0.6833746083,59,-1.536980704,0.7364810563,389.80720719 +210,-1.5820631,0.6751952144,59,-1.536980704,0.7364810563,278.17187073 +211,-1.613236298,0.6681681791,59,-1.536980704,0.7364810563,355.39062329 +212,-1.914661867,0.8212566515,59,-1.536980704,0.7364810563,1112.2177709 +213,-1.742133237,0.7250275956,59,-1.536980704,0.7364810563,606.34121458 +214,-2.033144872,0.6557314699,59,-1.536980704,0.7364810563,1534.0615011 +215,-2.039551981,0.6964723658,59,-1.536980704,0.7364810563,1502.3724329 +216,-1.247341019,0.7622473908,59,-1.536980704,0.7364810563,844.6735512 +217,-1.298239787,0.7084123392,59,-1.536980704,0.7364810563,717.27209421 +218,-1.308539688,0.6926545592,59,-1.536980704,0.7364810563,704.41355713 +219,-1.303263185,0.6888938396,59,-1.536980704,0.7364810563,724.48536012 +220,-1.852400229,0.6004246149,59,-1.536980704,0.7364810563,1115.5489705 +221,-1.288947707,0.7473773692,59,-1.536980704,0.7364810563,724.65912447 +222,-1.372031502,0.7472790993,59,-1.536980704,0.7364810563,483.2979259 +223,-1.289805721,0.7242157877,59,-1.536980704,0.7364810563,730.11673055 +224,-1.350807603,0.7533498126,59,-1.536980704,0.7364810563,545.84114683 +225,-1.329290365,0.7560442322,59,-1.536980704,0.7364810563,608.44261135 +226,-1.410153004,0.616936428,59,-1.536980704,0.7364810563,614.00299639 +227,-1.393445434,0.6308995063,59,-1.536980704,0.7364810563,607.03829175 +228,-1.37595573,0.6241540638,59,-1.536980704,0.7364810563,665.45044177 +229,-1.358388707,0.6172645205,59,-1.536980704,0.7364810563,725.05475776 +230,-1.753741133,0.8281661666,59,-1.536980704,0.7364810563,707.80597591 +231,-1.47430987,0.6834615681,59,-1.536980704,0.7364810563,281.982951 +232,-1.421012508,0.7222725206,59,-1.536980704,0.7364810563,346.98627742 +233,-1.4476833,0.6978557868,59,-1.536980704,0.7364810563,307.28157177 +234,-1.470370723,0.6966193374,59,-1.536980704,0.7364810563,253.94955743 +235,-1.429211703,0.7037216883,59,-1.536980704,0.7364810563,346.03279422 +236,-1.700578405,0.6178673663,59,-1.536980704,0.7364810563,688.97435522 +237,-1.678117619,0.6331716163,59,-1.536980704,0.7364810563,595.24047046 +238,-1.725644578,0.6316331145,59,-1.536980704,0.7364810563,711.75267399 +239,-2.14012759,0.7930497945,59,-1.536980704,0.7364810563,1724.8265113 +240,-2.103289431,0.7653606263,59,-1.536980704,0.7364810563,1633.323322 +241,-1.318739838,0.7017808746,59,-1.536980704,0.7364810563,664.1050623 +242,-1.396417427,0.7077900843,59,-1.536980704,0.7364810563,432.78799694 +243,-1.35650337,0.7185539404,59,-1.536980704,0.7364810563,538.2446576 +244,-1.248884539,0.7274156818,59,-1.536980704,0.7364810563,848.30435171 +245,-1.395014798,0.5761185243,59,-1.536980704,0.7364810563,775.01072746 +246,-1.433377362,0.6064716109,59,-1.536980704,0.7364810563,606.59448742 +247,-1.408172432,0.5903155476,59,-1.536980704,0.7364810563,704.19927041 +248,-1.749645898,0.7757118084,59,-1.536980704,0.7364810563,631.56467239 +249,-1.571626686,0.615046989,59,-1.536980704,0.7364810563,492.73138488 +250,-1.514070049,0.6303003037,59,-1.536980704,0.7364810563,426.41193628 +251,-1.480890369,0.6237966528,59,-1.536980704,0.7364810563,478.50112281 +252,-1.704390658,0.5281680612,59,-1.536980704,0.7364810563,981.84217951 +253,-1.64434733,0.5254277498,59,-1.536980704,0.7364810563,903.10975907 +254,-1.703855997,0.4792484842,59,-1.536980704,0.7364810563,1152.5347495 +255,-1.692002383,0.5748825051,59,-1.536980704,0.7364810563,803.11482223 +256,-1.854136457,0.5544643913,59,-1.536980704,0.7364810563,1231.3553553 +257,-1.665021206,0.520317736,59,-1.536980704,0.7364810563,948.51055805 +258,-1.733654349,0.4845187345,59,-1.536980704,0.7364810563,1182.2456737 +259,-1.720938188,0.5135933906,59,-1.536980704,0.7364810563,1060.4456344 +260,-1.742668307,0.553296122,59,-1.536980704,0.7364810563,972.97438935 +261,-1.965659039,0.7142126903,59,-1.536980704,0.7364810563,1269.2163416 +262,-1.944438071,0.6772834804,59,-1.536980704,0.7364810563,1245.3124659 +263,-1.270340967,0.7681487096,59,-1.536980704,0.7364810563,780.07565068 +264,-1.353091884,0.6549276821,59,-1.536980704,0.7364810563,645.02316342 +265,-1.333236659,0.6413584414,59,-1.536980704,0.7364810563,727.0675957 +266,-1.352015998,0.6753788907,59,-1.536980704,0.7364810563,607.25316844 +267,-1.377988483,0.6577816235,59,-1.536980704,0.7364810563,574.2195728 +268,-2.13075611,0.8318642051,59,-1.536980704,0.7364810563,1692.8901032 +269,-2.097910953,0.8259670014,59,-1.536980704,0.7364810563,1604.7714099 +270,-1.416382069,0.6694271549,59,-1.536980704,0.7364810563,450.71212256 +271,-1.538905672,0.7535625993,59,-1.536980704,0.7364810563,67.891717947 +272,-1.572309477,0.7803125099,59,-1.536980704,0.7364810563,201.13616442 +273,-1.87759879,0.7503853417,59,-1.536980704,0.7364810563,992.49300911 +274,1.152365588,0.590457682,59,-1.536980704,0.7364810563,6937.1205984 +275,0.350198001,0.718001859,59,-1.536980704,0.7364810563,5146.019698 +276,0.046513677,0.491503852,59,-1.536980704,0.7364810563,4978.8182312 +277,0.027510309,0.742571376,59,-1.536980704,0.7364810563,4339.174991 +278,0.306285725,-0.214631579,59,-1.536980704,0.7364810563,7587.0249478 +279,-1.100564889,0.318051531,59,-1.536980704,0.7364810563,2214.288391 +280,-1.078582306,0.301437596,59,-1.536980704,0.7364810563,2316.4249189 +281,-1.137371989,-0.617634065,59,-1.536980704,0.7364810563,5555.6962322 +282,0.784356344,0.703272339,59,-1.536980704,0.7364810563,6027.7535571 +283,-1.221209947,0.218327455,59,-1.536980704,0.7364810563,2322.4618645 +284,2.347301921,-0.449114658,59,-1.536980704,0.7364810563,9786.2915389 +285,0.246820618,0.830553713,59,-1.536980704,0.7364810563,4633.8212566 +286,0.829414965,0.703288228,59,-1.536980704,0.7364810563,6099.9375931 +287,-1.337537566,0.42332223,59,-1.536980704,0.7364810563,1402.3959585 +288,0.882453706,0.454478077,59,-1.536980704,0.7364810563,7038.1654776 +289,1.575629659,0.416419109,59,-1.536980704,0.7364810563,7875.9778789 +290,-1.039455679,0.229888244,59,-1.536980704,0.7364810563,2633.8433237 +291,0.489558039,0.934482747,59,-1.536980704,0.7364810563,4820.4906477 +292,0.081344504,0.88384514,59,-1.536980704,0.7364810563,4161.594654 +293,-1.547979814,0.300350308,59,-1.536980704,0.7364810563,1727.9152317 +294,0.040776181,0.168560074,59,-1.536980704,0.7364810563,5794.892328 +295,-1.130374745,0.563894876,59,-1.536980704,0.7364810563,1446.0981027 +296,1.578326642,0.478507176,59,-1.536980704,0.7364810563,7630.3202078 +297,-1.12861823,-0.291640865,59,-1.536980704,0.7364810563,4337.1319611 +298,0.310524208,0.770885792,59,-1.536980704,0.7364810563,4919.8400411 +299,0.415649091,-0.387246002,59,-1.536980704,0.7364810563,8338.4144248 +300,-0.926533878,-0.188022748,59,-1.536980704,0.7364810563,4280.307071 +301,1.258856172,-0.11716081,59,-1.536980704,0.7364810563,9707.5538107 +302,-1.126050026,0.322941926,59,-1.536980704,0.7364810563,2142.7209788 +303,2.002785835,0.07893892,59,-1.536980704,0.7364810563,8910.2870254 +304,0.440437607,0.746258085,59,-1.536980704,0.7364810563,5258.3705522 +305,-0.030391866,0.214441206,59,-1.536980704,0.7364810563,5467.2265295 +306,0.521557815,-0.058929362,59,-1.536980704,0.7364810563,7792.2219807 +307,-0.097005111,0.13317729,59,-1.536980704,0.7364810563,5484.998945 +308,1.83113859,0.221857587,59,-1.536980704,0.7364810563,8559.1831081 +309,0.222428864,0.099404236,59,-1.536980704,0.7364810563,6505.617695 +310,-1.702731345,0.8728568183,59,-1.536980704,0.7364810563,705.27034764 +311,-0.418507569,0.278324921,59,-1.536980704,0.7364810563,4166.8157984 +312,-1.41153306,0.339029988,59,-1.536980704,0.7364810563,1629.570863 +313,0.357560442,0.114788776,59,-1.536980704,0.7364810563,6847.1493286 +314,0.325818979,0.268352149,59,-1.536980704,0.7364810563,6331.0246198 +315,-1.246004659,-0.663679965,59,-1.536980704,0.7364810563,5644.4372819 +316,1.814603087,0.637404484,59,-1.536980704,0.7364810563,6949.1312655 +317,1.843704281,-0.18300445,59,-1.536980704,0.7364810563,10100.026124 +318,1.690644492,-0.211480909,59,-1.536980704,0.7364810563,10343.248308 +319,-1.275451936,0.068109467,59,-1.536980704,0.7364810563,2804.1766941 +320,0.762430171,-0.207594741,59,-1.536980704,0.7364810563,8876.4930272 +321,0.265668905,-0.014647884,59,-1.536980704,0.7364810563,6939.0162061 +322,-2.773032013,-0.335515811,59,-1.536980704,0.7364810563,6187.6282984 +323,-1.469512853,0.174058777,59,-1.536980704,0.7364810563,2240.0552423 +324,0.286276986,0.785925691,59,-1.536980704,0.7364810563,4829.1496564 +325,-1.379324697,0.377432233,59,-1.536980704,0.7364810563,1515.5505566 +326,-1.203778265,0.212813032,59,-1.536980704,0.7364810563,2370.7840583 +327,0.579916301,0.611743168,59,-1.536980704,0.7364810563,5941.3999827 +328,0.267582642,0.868113908,59,-1.536980704,0.7364810563,4584.7092845 +329,0.412869244,-0.050245578,59,-1.536980704,0.7364810563,7460.1147822 +330,0.17524381,0.976660285,59,-1.536980704,0.7364810563,4156.5291995 +331,0.743157214,0.204812899,59,-1.536980704,0.7364810563,7578.5419511 +332,-1.070758176,0.269382282,59,-1.536980704,0.7364810563,2436.7767478 +333,-1.230364251,0.329790229,59,-1.536980704,0.7364810563,1911.9781917 +334,-1.374813124,-0.024926835,59,-1.536980704,0.7364810563,3071.3184176 +335,0.519780566,0.463669906,59,-1.536980704,0.7364810563,6257.9027238 +336,-1.55108034,0.239698561,59,-1.536980704,0.7364810563,1968.3498859 +337,0.180294813,0.029739425,59,-1.536980704,0.7364810563,6571.3776478 +338,0.67820924,0.268170153,59,-1.536980704,0.7364810563,7227.4942931 +339,0.445798684,1.024001867,59,-1.536980704,0.7364810563,4507.20246 +340,0.691751283,0.150521402,59,-1.536980704,0.7364810563,7626.2890487 +341,-1.036643551,-0.903056181,59,-1.536980704,0.7364810563,6718.0213085 +342,-0.120287036,1.083325163,59,-1.536980704,0.7364810563,3436.2991079 +343,2.823513113,-0.304487164,59,-1.536980704,0.7364810563,8048.5369387 +344,0.457583172,1.12513373,59,-1.536980704,0.7364810563,4262.4260812 +345,0.042918831,0.813795399,59,-1.536980704,0.7364810563,4222.4864775 +346,1.196146777,-0.853142756,59,-1.536980704,0.7364810563,11226.224189 +347,0.206001358,-0.010430701,59,-1.536980704,0.7364810563,6754.0248507 +348,-0.268308653,0.234799412,59,-1.536980704,0.7364810563,4717.8858182 +349,0.759363263,0.736189579,59,-1.536980704,0.7364810563,5877.9147333 +350,0.181363926,0.891988372,59,-1.536980704,0.7364810563,4353.5069132 +351,-0.021111158,0.139103292,59,-1.536980704,0.7364810563,5691.9028209 +352,-0.093355215,0.630686981,59,-1.536980704,0.7364810563,4274.9707584 +353,0.40118964,0.681375926,59,-1.536980704,0.7364810563,5357.9271315 +354,-0.721197315,1.304706234,59,-1.536980704,0.7364810563,2668.3272418 +355,-1.076150317,0.212107639,59,-1.536980704,0.7364810563,2613.6394231 +356,-1.577164531,0.273993443,59,-1.536980704,0.7364810563,1837.0180729 +357,-0.190788414,0.182208586,59,-1.536980704,0.7364810563,5081.3894157 +358,-0.261349752,0.209710184,59,-1.536980704,0.7364810563,4802.9821579 +359,-1.029303852,0.083549259,59,-1.536980704,0.7364810563,3143.9416812 +360,-1.268609162,0.330525297,59,-1.536980704,0.7364810563,1843.4522396 +361,1.282982244,-0.926641967,59,-1.536980704,0.7364810563,11307.925757 +362,0.217352334,0.731352408,59,-1.536980704,0.7364810563,4814.1615236 +363,-1.511833084,0.258629297,59,-1.536980704,0.7364810563,1894.7203703 +364,0.338812194,0.823184618,59,-1.536980704,0.7364810563,4842.290735 +365,-0.324406489,1.134201999,59,-1.536980704,0.7364810563,3046.5381567 +366,1.389579348,0.399185724,59,-1.536980704,0.7364810563,7877.0760557 +367,2.047152199,-0.039082036,59,-1.536980704,0.7364810563,9266.7510897 +368,0.947780369,0.568250077,59,-1.536980704,0.7364810563,6750.3697152 +369,0.763824846,0.576754987,59,-1.536980704,0.7364810563,6411.5446006 +370,-0.142334657,0.928153068,59,-1.536980704,0.7364810563,3595.7044 +371,0.610266567,0.547265983,59,-1.536980704,0.7364810563,6203.3315084 +372,0.210731629,0.746815056,59,-1.536980704,0.7364810563,4760.6824401 +373,-1.34931644,0.316895224,59,-1.536980704,0.7364810563,1778.3368348 +374,2.407696481,0.655030745,59,-1.536980704,0.7364810563,6217.3188334 +375,0.64207831,0.545359131,59,-1.536980704,0.7364810563,6275.4613584 +376,1.174597538,0.840588356,59,-1.536980704,0.7364810563,6018.7897449 +377,0.660059424,0.010604079,59,-1.536980704,0.7364810563,7969.6784686 +378,-0.730263819,0.010486456,59,-1.536980704,0.7364810563,4057.7951569 +379,0.831068936,0.512339172,59,-1.536980704,0.7364810563,6749.0933383 +380,1.301180979,0.72367476,59,-1.536980704,0.7364810563,6559.2275647 +381,1.811128231,0.322854402,59,-1.536980704,0.7364810563,8180.330558 +382,0.435105812,0.992284428,59,-1.536980704,0.7364810563,4573.8994456 +383,0.62643634,0.592027932,59,-1.536980704,0.7364810563,6097.2603946 +384,0.492988703,-0.516339467,59,-1.536980704,0.7364810563,8856.444529 +385,-0.162469483,0.112549365,59,-1.536980704,0.7364810563,5347.3473134 +386,0.314630866,0.472006421,59,-1.536980704,0.7364810563,5735.3494673 +387,0.166744804,0.822815954,59,-1.536980704,0.7364810563,4480.5529451 +388,0.417159608,0.965805736,59,-1.536980704,0.7364810563,4614.0520276 +389,0.106334961,0.868774244,59,-1.536980704,0.7364810563,4246.9812776 +390,0.815086969,-0.338144359,59,-1.536980704,0.7364810563,9377.1555862 +391,0.59867455,-0.230624824,59,-1.536980704,0.7364810563,8479.5695457 +392,1.915104874,0.066220985,59,-1.536980704,0.7364810563,9074.0248881 +393,1.278093622,0.064463721,59,-1.536980704,0.7364810563,9061.1280252 +394,-0.061477853,0.302997961,59,-1.536980704,0.7364810563,5148.4795833 +395,0.251311504,0.626976942,59,-1.536980704,0.7364810563,5161.1272294 +396,2.950242872,0.149095644,59,-1.536980704,0.7364810563,6474.7883756 +397,-0.180294708,0.35375117,59,-1.536980704,0.7364810563,4676.4454271 +398,1.010448592,-0.351180233,59,-1.536980704,0.7364810563,9944.6579583 +399,-1.748740498,0.3686318073,59,-1.536980704,0.7364810563,1618.5816697 +400,2.699635665,0.123533791,59,-1.536980704,0.7364810563,7239.0455311 +401,0.496808033,0.823843254,59,-1.536980704,0.7364810563,5147.0066603 +402,0.129574704,0.763364087,59,-1.536980704,0.7364810563,4534.6962051 +403,1.798920311,0.817447563,59,-1.536980704,0.7364810563,6250.9576608 +404,0.335987953,0.746786541,59,-1.536980704,0.7364810563,5037.9860858 +405,-1.085413643,0.292154671,59,-1.536980704,0.7364810563,2330.9446096 +406,-0.155321003,0.508207011,59,-1.536980704,0.7364810563,4379.5747466 +407,0.620529244,-0.301175104,59,-1.536980704,0.7364810563,8726.1446906 +408,1.684402744,0.368716966,59,-1.536980704,0.7364810563,8056.41892 +409,0.300582244,-0.386397212,59,-1.536980704,0.7364810563,8000.2304104 +410,2.913555946,-0.009225192,59,-1.536980704,0.7364810563,7011.2929115 +411,1.465101417,0.493232532,59,-1.536980704,0.7364810563,7546.3370766 +412,0.090612882,0.907955955,59,-1.536980704,0.7364810563,4131.5771379 +413,2.987564726,-0.729568594,59,-1.536980704,0.7364810563,8532.658892 +414,-1.484261606,0.224149272,59,-1.536980704,0.7364810563,2037.4401207 +415,0.164073421,0.303955133,59,-1.536980704,0.7364810563,5788.4516636 +416,0.141441293,0.167552546,59,-1.536980704,0.7364810563,6089.0001128 +417,2.931321023,-0.506718887,59,-1.536980704,0.7364810563,8216.3914603 +418,2.21951565,0.700596356,59,-1.536980704,0.7364810563,6339.1235186 +419,0.268112576,1.199114336,59,-1.536980704,0.7364810563,3851.4933626 +420,0.978913739,0.359223811,59,-1.536980704,0.7364810563,7537.3763184 +421,1.210898818,0.522863584,59,-1.536980704,0.7364810563,7252.8193037 +422,2.347397336,0.129231362,59,-1.536980704,0.7364810563,8091.1198277 +423,0.614394501,0.556878345,59,-1.536980704,0.7364810563,6182.1028398 +424,-1.398079356,0.148483366,59,-1.536980704,0.7364810563,2378.9791561 +425,2.535303836,-0.112984496,59,-1.536980704,0.7364810563,8366.6753525 +426,-1.019372593,-0.405322349,59,-1.536980704,0.7364810563,4903.3604579 +427,-1.297785627,-0.160104069,59,-1.536980704,0.7364810563,3655.8636138 +428,2.144554488,0.205051084,59,-1.536980704,0.7364810563,8229.2830912 +429,-2.242387083,-0.426171285,59,-1.536980704,0.7364810563,5278.5584217 +430,0.338637212,0.909723676,59,-1.536980704,0.7364810563,4619.205238 +431,-0.148798452,0.691042401,59,-1.536980704,0.7364810563,4001.0634738 +432,0.893524764,0.441829531,59,-1.536980704,0.7364810563,7101.2932218 +433,0.969229347,-0.368847936,59,-1.536980704,0.7364810563,9883.9115462 +434,0.436043248,0.800045688,59,-1.536980704,0.7364810563,5098.5870134 +435,1.687946607,1.081504775,59,-1.536980704,0.7364810563,5237.8695463 +436,0.522302046,-0.034889271,59,-1.536980704,0.7364810563,7726.9549232 +437,-0.178996113,-0.438090009,59,-1.536980704,0.7364810563,6791.2608084 +438,-1.094339566,0.301444068,59,-1.536980704,0.7364810563,2281.3420748 +439,-1.064070054,0.242569932,59,-1.536980704,0.7364810563,2538.6158429 +440,-1.068153768,0.230387998,59,-1.536980704,0.7364810563,2569.8265995 +441,-3.00496892,-0.23989155,59,-1.536980704,0.7364810563,6561.9492962 +442,0.21751974,0.766874888,59,-1.536980704,0.7364810563,4726.5292425 +443,0.117229532,0.007619006,59,-1.536980704,0.7364810563,6446.2571123 +444,0.777758451,0.420554741,59,-1.536980704,0.7364810563,6953.9077432 +445,-0.252356999,0.250747086,59,-1.536980704,0.7364810563,4723.8704455 +446,0.363148444,0.768483434,59,-1.536980704,0.7364810563,5037.4761746 +447,0.903191366,-0.118210676,59,-1.536980704,0.7364810563,8979.0767961 +448,-0.205755923,0.149406178,59,-1.536980704,0.7364810563,5123.3193744 +449,1.811996086,0.02364353,59,-1.536980704,0.7364810563,9342.8353175 +450,-1.100670221,0.314845373,59,-1.536980704,0.7364810563,2224.3159858 +451,0.340078597,0.850105132,59,-1.536980704,0.7364810563,4774.782595 +452,0.258757267,0.804969236,59,-1.536980704,0.7364810563,4722.2841316 +453,2.78505352,-0.155160804,59,-1.536980704,0.7364810563,7775.828363 +454,0.800551619,0.105822106,59,-1.536980704,0.7364810563,8027.2657165 +455,0.437940882,-0.506194031,59,-1.536980704,0.7364810563,8674.8711313 +456,2.230431122,0.63458615,59,-1.536980704,0.7364810563,6560.3545922 +457,0.527965361,0.127667701,59,-1.536980704,0.7364810563,7276.0139158 +458,-0.063643205,0.702093448,59,-1.536980704,0.7364810563,4198.8798085 +459,1.408447268,0.133010502,59,-1.536980704,0.7364810563,8927.3352805 +460,0.523795955,0.280266966,59,-1.536980704,0.7364810563,6815.2976727 +461,-0.975769313,0.072177659,59,-1.536980704,0.7364810563,3292.2955028 +462,0.549774164,-0.463663986,59,-1.536980704,0.7364810563,8907.8665161 +463,0.29245874,1.095549818,59,-1.536980704,0.7364810563,4099.5264593 +464,0.143625958,0.816809593,59,-1.536980704,0.7364810563,4443.4657356 +465,0.671902494,0.611159853,59,-1.536980704,0.7364810563,6126.7777553 +466,1.239840988,0.6724199,59,-1.536980704,0.7364810563,6710.5901919 +467,0.607829703,-0.10932137,59,-1.536980704,0.7364810563,8174.2062333 +468,1.763020906,0.263996692,59,-1.536980704,0.7364810563,8438.9611881 +469,0.378714634,0.726066797,59,-1.536980704,0.7364810563,5185.6347317 +470,2.196736143,-0.153862366,59,-1.536980704,0.7364810563,9351.3341105 +471,0.01702415,0.148991565,59,-1.536980704,0.7364810563,5777.3319085 +472,-2.998490902,-0.158002487,59,-1.536980704,0.7364810563,6324.4910926 +473,-3.051262951,-0.346595608,59,-1.536980704,0.7364810563,6974.3287541 +474,-1.069176439,0.182802941,59,-1.536980704,0.7364810563,2726.3540244 +475,0.167157509,0.595344954,59,-1.536980704,0.7364810563,5035.241143 +476,0.613855648,0.681746124,59,-1.536980704,0.7364810563,5793.3098072 +477,1.037012736,0.682555367,59,-1.536980704,0.7364810563,6463.8392028 +478,-1.253574971,0.379755746,59,-1.536980704,0.7364810563,1697.213261 +479,3.108590453,-0.132620738,59,-1.536980704,0.7364810563,6769.6859578 +480,0.565301296,0.022333262,59,-1.536980704,0.7364810563,7682.2197027 +481,0.547898238,0.855555614,59,-1.536980704,0.7364810563,5146.5255828 +482,0.948309381,0.417393755,59,-1.536980704,0.7364810563,7281.2183729 +483,-0.050600732,0.945269213,59,-1.536980704,0.7364810563,3765.8902963 +484,-0.977651478,-0.572363064,59,-1.536980704,0.7364810563,5569.1142946 +485,1.102014914,0.728861163,59,-1.536980704,0.7364810563,6368.1951599 +486,2.927300795,-0.282939414,59,-1.536980704,0.7364810563,7690.0383874 +487,-1.154565557,0.124434095,59,-1.536980704,0.7364810563,2769.4291435 +488,1.855331234,0.291044755,59,-1.536980704,0.7364810563,8271.9269291 +489,0.830290659,0.276904518,59,-1.536980704,0.7364810563,7536.5007202 +490,0.485104466,-0.234867441,59,-1.536980704,0.7364810563,8162.4194489 +491,0.521367572,-0.33161327,59,-1.536980704,0.7364810563,8513.6402166 +1,-1.539031704,0.7349710123,60,-1.534935567,0.7364752065,13.422970392 +2,-1.536990553,0.7349663874,60,-1.534935567,0.7364752065,8.493049675 +3,-1.534951779,0.7349571355,60,-1.534935567,0.7364752065,6.0132675791 +4,-1.532906461,0.7349480293,60,-1.534935567,0.7364752065,8.4909103693 +5,-1.531320211,0.7346937278,60,-1.534935567,0.7364752065,12.748689186 +6,-1.539451648,0.7335131775,60,-1.534935567,0.7364752065,17.71294278 +7,-1.537429487,0.7335445708,60,-1.534935567,0.7364752065,13.72776558 +8,-1.535484998,0.7335658704,60,-1.534935567,0.7364752065,11.636414497 +9,-1.533488396,0.7336036027,60,-1.534935567,0.7364752065,12.143257486 +10,-1.531497785,0.7335842962,60,-1.534935567,0.7364752065,15.269530241 +11,-1.530259379,0.7334777758,60,-1.534935567,0.7364752065,18.159622496 +12,-1.5335454,0.7322346912,60,-1.534935567,0.7364752065,17.286813232 +13,-1.531489083,0.7322238773,60,-1.534935567,0.7364752065,19.653189034 +14,-1.530011122,0.7321679851,60,-1.534935567,0.7364752065,22.37653491 +15,-1.53348106,0.7306614094,60,-1.534935567,0.7364752065,23.422701664 +16,-1.531441779,0.7306962275,60,-1.534935567,0.7364752065,25.092593033 +17,-1.529755654,0.7306933243,60,-1.534935567,0.7364752065,27.509285099 +18,-1.533415048,0.7291384674,60,-1.534935567,0.7364752065,29.40360972 +19,-1.531392093,0.7291705353,60,-1.534935567,0.7364752065,30.7571451 +20,-1.529296523,0.7291214933,60,-1.534935567,0.7364752065,33.527413357 +21,-1.535280942,0.727267644,60,-1.534935567,0.7364752065,36.485351325 +22,-1.533378158,0.7276139666,60,-1.534935567,0.7364752065,35.398016869 +23,-1.531340368,0.7276446587,60,-1.534935567,0.7364752065,36.546370675 +24,-1.528960113,0.7276398177,60,-1.534935567,0.7364752065,39.175396917 +25,-1.533313146,0.7260818349,60,-1.534935567,0.7364752065,41.445090683 +26,-1.531259555,0.7260958115,60,-1.534935567,0.7364752065,42.517224203 +27,-1.528926415,0.7260865555,60,-1.534935567,0.7364752065,44.801123605 +28,-1.531226779,0.7245511789,60,-1.534935567,0.7364752065,48.48191385 +29,-1.528904772,0.7245519194,60,-1.534935567,0.7364752065,50.468386933 +30,-1.547195875,0.7409785979,60,-1.534935567,0.7364752065,40.090793987 +31,-1.5451475,0.740980426,60,-1.534935567,0.7364752065,34.824852816 +32,-1.543097679,0.7409798872,60,-1.534935567,0.7364752065,29.82781942 +33,-1.540720364,0.7409892687,60,-1.534935567,0.7364752065,24.63089674 +34,-1.547188511,0.7395198392,60,-1.534935567,0.7364752065,37.877234924 +35,-1.545148587,0.7395226109,60,-1.534935567,0.7364752065,32.270797651 +36,-1.543104538,0.7395314908,60,-1.534935567,0.7364752065,26.825285331 +37,-1.540727751,0.7395306258,60,-1.534935567,0.7364752065,20.846270678 +38,-1.547187029,0.7380014886,60,-1.534935567,0.7364752065,36.431665093 +39,-1.545147315,0.7380012252,60,-1.534935567,0.7364752065,30.549228344 +40,-1.54310719,0.7380060743,60,-1.534935567,0.7364752065,24.718011518 +41,-1.540719671,0.7380068206,60,-1.534935567,0.7364752065,18.013791775 +42,-1.547187189,0.7364799098,60,-1.534935567,0.7364752065,35.951842539 +43,-1.545149996,0.7364853874,60,-1.534935567,0.7364752065,29.973764158 +44,-1.543106091,0.7364823484,60,-1.534935567,0.7364752065,23.976065788 +45,-1.540717158,0.7364893901,60,-1.534935567,0.7364752065,16.965877317 +46,-1.538663972,0.7410138672,60,-1.534935567,0.7364752065,21.033426109 +47,-1.53695285,0.7409699132,60,-1.534935567,0.7364752065,18.758066578 +48,-1.534910498,0.7409641297,60,-1.534935567,0.7364752065,17.780776083 +49,-1.533145034,0.7409536636,60,-1.534935567,0.7364752065,18.497922437 +50,-1.538681336,0.7395405883,60,-1.534935567,0.7364752065,16.368019464 +51,-1.536999189,0.7395183096,60,-1.534935567,0.7364752065,13.485617347 +52,-1.534923633,0.7395144222,60,-1.534935567,0.7364752065,12.038384002 +53,-1.533267822,0.7395654306,60,-1.534935567,0.7364752065,13.179923884 +54,-1.53867273,0.7380151077,60,-1.534935567,0.7364752065,12.542031343 +55,-1.536980576,0.7379994392,60,-1.534935567,0.7364752065,8.5096201577 +56,-1.534931522,0.7379944961,60,-1.534935567,0.7364752065,6.0179176637 +57,-1.533387952,0.7379480264,60,-1.534935567,0.7364752065,7.3912592914 +58,-1.538682279,0.7364914363,60,-1.534935567,0.7364752065,10.994716267 +59,-1.536980704,0.7364810563,60,-1.534935567,0.7364752065,6.0014195 +60,-1.534935567,0.7364752065,60,-1.534935567,0.7364752065,3.0065905258 +61,-1.533042592,0.7363876366,60,-1.534935567,0.7364752065,5.5659172477 +62,-1.545143426,0.7349628011,60,-1.534935567,0.7364752065,30.567879065 +63,-1.543105297,0.7349691947,60,-1.534935567,0.7364752065,24.720685211 +64,-1.541064533,0.7349647152,60,-1.534935567,0.7364752065,18.965996423 +65,-1.545411803,0.7334624714,60,-1.534935567,0.7364752065,33.016125675 +66,-1.543446606,0.7334780896,60,-1.534935567,0.7364752065,27.683853614 +67,-1.541475327,0.7334957295,60,-1.534935567,0.7364752065,22.55122176 +68,-1.545401939,0.731963266,60,-1.534935567,0.7364752065,35.588671812 +69,-1.54342253,0.7319915583,60,-1.534935567,0.7364752065,30.629552796 +70,-1.541455867,0.7320216438,60,-1.534935567,0.7364752065,26.053025923 +71,-1.545410146,0.7304422281,60,-1.534935567,0.7364752065,38.999809443 +72,-1.543435491,0.7304713664,60,-1.534935567,0.7364752065,34.511812856 +73,-1.541463105,0.7304997613,60,-1.534935567,0.7364752065,30.481155575 +74,-1.545414768,0.7289194936,60,-1.534935567,0.7364752065,42.985690498 +75,-1.543435774,0.7289538557,60,-1.534935567,0.7364752065,38.909897303 +76,-1.541457714,0.7289765881,60,-1.534935567,0.7364752065,35.369426941 +77,-1.539449415,0.7320555866,60,-1.534935567,0.7364752065,21.968516659 +78,-1.537429183,0.7321097681,60,-1.534935567,0.7364752065,18.781707919 +79,-1.535472649,0.7321497267,60,-1.534935567,0.7364752065,17.205844551 +80,-1.539457899,0.7305333307,60,-1.534935567,0.7364752065,27.036809908 +81,-1.537453161,0.7305750503,60,-1.534935567,0.7364752065,24.516364097 +82,-1.535479385,0.7306124949,60,-1.534935567,0.7364752065,23.277257945 +83,-1.53946905,0.7290102593,60,-1.534935567,0.7364752065,32.441939172 +84,-1.537459922,0.7290417293,60,-1.534935567,0.7364752065,30.367602562 +85,-1.535451349,0.7290890157,60,-1.534935567,0.7364752065,29.296087181 +86,-1.535522937,0.7279887191,60,-1.534935567,0.7364752065,33.659475559 +87,-1.539442524,0.7274735939,60,-1.534935567,0.7364752065,38.047916308 +88,-1.537424111,0.727521351,60,-1.534935567,0.7364752065,36.216179944 +89,-1.539384641,0.7259505092,60,-1.534935567,0.7364752065,43.703400416 +90,-1.537372391,0.7259947145,60,-1.534935567,0.7364752065,42.130344149 +91,-1.535340789,0.7260435356,60,-1.534935567,0.7364752065,41.337116522 +92,-1.539325716,0.7244369706,60,-1.534935567,0.7364752065,49.411338574 +93,-1.537308932,0.7244801057,60,-1.534935567,0.7364752065,48.025795042 +94,-1.535289068,0.7245247645,60,-1.534935567,0.7364752065,47.347188362 +95,-1.533261366,0.7245550236,60,-1.534935567,0.7364752065,47.473489456 +96,-1.539267302,0.722921924,60,-1.534935567,0.7364752065,55.18681824 +97,-1.537248972,0.7229660258,60,-1.534935567,0.7364752065,53.943976593 +98,-1.535219431,0.7229916471,60,-1.534935567,0.7364752065,53.41495353 +99,-1.53318962,0.7230212049,60,-1.534935567,0.7364752065,53.53999287 +100,-1.531154816,0.7230299897,60,-1.534935567,0.7364752065,54.413565586 +101,-1.528878341,0.7230370244,60,-1.534935567,0.7364752065,56.152111944 +102,-1.539218189,0.7214009878,60,-1.534935567,0.7364752065,61.034776244 +103,-1.537198791,0.7214422745,60,-1.534935567,0.7364752065,59.919657854 +104,-1.535179266,0.7214634354,60,-1.534935567,0.7364752065,59.465983863 +105,-1.533156501,0.7214944644,60,-1.534935567,0.7364752065,59.57102168 +106,-1.53113574,0.7215166021,60,-1.534935567,0.7364752065,60.305015055 +107,-1.528874248,0.7215345535,60,-1.534935567,0.7364752065,61.829556306 +108,-1.539217656,0.7198512397,60,-1.534935567,0.7364752065,67.053400716 +109,-1.537199919,0.7199428763,60,-1.534935567,0.7364752065,65.825808249 +110,-1.545425832,0.727397149,60,-1.534935567,0.7364752065,47.417047256 +111,-1.543371177,0.7273916949,60,-1.534935567,0.7364752065,43.730262189 +112,-1.541368852,0.7274523163,60,-1.534935567,0.7364752065,40.455143985 +113,-1.545349067,0.7258710923,60,-1.534935567,0.7364752065,52.028643877 +114,-1.54332671,0.7258603556,60,-1.534935567,0.7364752065,48.784710995 +115,-1.541346831,0.7259242142,60,-1.534935567,0.7364752065,45.868699308 +116,-1.545324355,0.7243383958,60,-1.534935567,0.7364752065,57.014460475 +117,-1.543292796,0.7243617413,60,-1.534935567,0.7364752065,53.946462396 +118,-1.541295822,0.7244024384,60,-1.534935567,0.7364752065,51.370363953 +119,-1.543193859,0.7205570215,60,-1.534935567,0.7364752065,67.610969064 +120,-1.550257047,0.7386738187,60,-1.534935567,0.7364752065,45.75183694 +121,-1.549335448,0.7311736483,60,-1.534935567,0.7364752065,47.276851969 +122,-1.533478843,0.7179891343,60,-1.534935567,0.7364752065,73.350076653 +123,-1.556150555,0.738907041,60,-1.534935567,0.7364752065,62.927098622 +124,-1.554324226,0.733414257,60,-1.534935567,0.7364752065,58.24963561 +125,-1.554290846,0.7288285332,60,-1.534935567,0.7364752065,64.541479976 +126,-1.55122487,0.7219795312,60,-1.534935567,0.7364752065,74.909849578 +127,-1.525104458,0.7229399862,60,-1.534935567,0.7364752065,60.965436243 +128,-1.519607711,0.7236181429,60,-1.534935567,0.7364752065,68.118413768 +129,-1.513899999,0.7251107854,60,-1.534935567,0.7364752065,76.653192659 +130,-1.536620762,0.7431061895,60,-1.534935567,0.7364752065,26.724041432 +131,-1.5369566,0.7460845958,60,-1.534935567,0.7364752065,38.518064256 +132,-1.545345528,0.7447040685,60,-1.534935567,0.7364752065,44.593487111 +133,-1.532813921,0.7432306626,60,-1.534935567,0.7364752065,27.468779274 +134,-1.554788248,0.7382381001,60,-1.534935567,0.7364752065,58.627388728 +135,-1.540348126,0.7301594274,60,-1.534935567,0.7364752065,29.657219301 +136,-1.538016084,0.7239051786,60,-1.534935567,0.7364752065,50.612993151 +137,-1.525288962,0.7258085137,60,-1.534935567,0.7364752065,50.932978544 +138,-1.534326986,0.731241342,60,-1.534935567,0.7364752065,20.808478353 +139,-1.530733872,0.7303625216,60,-1.534935567,0.7364752065,27.186409968 +141,-1.534354939,0.7328219978,60,-1.534935567,0.7364752065,14.570654431 +142,-1.53157084,0.7292888153,60,-1.534935567,0.7364752065,30.139614298 +143,-1.525691035,0.7263799874,60,-1.534935567,0.7364752065,48.390074324 +144,-1.534031287,0.7495967835,60,-1.534935567,0.7364752065,52.041453456 +145,-1.527714986,0.7283095957,60,-1.534935567,0.7364752065,38.70919979 +146,-1.526189586,0.7271468292,60,-1.534935567,0.7364752065,45.05011938 +147,-1.555177336,0.7375563366,60,-1.534935567,0.7364752065,59.523518899 +148,-1.555080283,0.7312707794,60,-1.534935567,0.7364752065,62.736305538 +149,-1.53856994,0.7224180299,60,-1.534935567,0.7364752065,56.705368527 +150,-1.530837883,0.729933372,60,-1.534935567,0.7364752065,28.5812387 +151,-1.515066984,0.5854133365,60,-1.534935567,0.7364752065,601.5554326 +152,-1.534731633,0.5368370046,60,-1.534935567,0.7364752065,790.76718225 +153,-1.515231902,0.5607085576,60,-1.534935567,0.7364752065,698.96499772 +154,-2.616253799,1.0684566605,60,-1.534935567,0.7364752065,2824.1662188 +155,-1.956071439,0.5792177723,60,-1.534935567,0.7364752065,1452.805017 +156,-1.951208514,0.5602434208,60,-1.534935567,0.7364752065,1480.9413642 +157,-1.944675062,0.6062144545,60,-1.534935567,0.7364752065,1365.8842001 +158,-1.613778386,0.6077989518,60,-1.534935567,0.7364752065,565.01845762 +159,-2.035029014,0.6021432345,60,-1.534935567,0.7364752065,1632.9146505 +160,-2.114989471,0.6801825058,60,-1.534935567,0.7364752065,1747.9078944 +161,-2.037382079,0.5765830025,60,-1.534935567,0.7364752065,1688.7399688 +162,-2.129855121,0.6585019963,60,-1.534935567,0.7364752065,1819.9067984 +163,-2.075141798,0.6493615843,60,-1.534935567,0.7364752065,1672.3754656 +164,-1.828626729,0.6948433129,60,-1.534935567,0.7364752065,891.713626 +165,-1.863329418,0.6735427691,60,-1.534935567,0.7364752065,1019.2254679 +166,-1.266037071,0.727988852,60,-1.534935567,0.7364752065,791.73840551 +167,-1.277579582,0.7249010648,60,-1.534935567,0.7364752065,759.5872622 +168,-1.258418684,0.7241194816,60,-1.534935567,0.7364752065,816.24948844 +169,-1.317813974,0.6804850104,60,-1.534935567,0.7364752065,688.91243085 +170,-1.344165204,0.6790988904,60,-1.534935567,0.7364752065,616.90588594 +171,-1.427582102,0.5277120351,60,-1.534935567,0.7364752065,894.60664213 +172,-1.402238616,0.457167829,60,-1.534935567,0.7364752065,1187.4150986 +173,-1.422454264,0.4996161999,60,-1.534935567,0.7364752065,1005.2208918 +174,-1.439089277,0.4894859811,60,-1.534935567,0.7364752065,1025.816375 +175,-1.448126995,0.5182330266,60,-1.534935567,0.7364752065,907.72623998 +176,-1.474626146,0.5881926574,60,-1.534935567,0.7364752065,616.66364067 +177,-1.421139645,0.5584869783,60,-1.534935567,0.7364752065,790.76827331 +178,-1.457037165,0.565943032,60,-1.534935567,0.7364752065,718.39015379 +179,-2.757159358,0.3745319,60,-1.534935567,0.7364752065,4233.3036955 +180,-2.714309238,0.342054471,60,-1.534935567,0.7364752065,4186.457128 +181,-2.000525337,0.774119946,60,-1.534935567,0.7364752065,1344.9457034 +183,-1.571413436,0.6777838382,60,-1.534935567,0.7364752065,257.09837179 +184,-1.552860289,0.6987663893,60,-1.534935567,0.7364752065,158.6497716 +185,-1.521852374,0.7165827476,60,-1.534935567,0.7364752065,87.800015813 +186,-1.503656267,0.6928968252,60,-1.534935567,0.7364752065,196.33615455 +187,-1.502753178,0.7136205882,60,-1.534935567,0.7364752065,131.51673619 +188,-1.631894563,0.7343596465,60,-1.534935567,0.7364752065,284.86882832 +189,-1.653765416,0.6770714026,60,-1.534935567,0.7364752065,428.13669389 +190,-1.719812114,0.6715965947,60,-1.534935567,0.7364752065,613.91381944 +191,-1.493406659,0.6646955447,60,-1.534935567,0.7364752065,310.85145375 +192,-1.469120564,0.6613469966,60,-1.534935567,0.7364752065,358.21794989 +193,-1.590551461,0.5326612937,60,-1.534935567,0.7364752065,826.39511335 +194,-1.625979264,0.5247742243,60,-1.534935567,0.7364752065,887.21430927 +195,-1.572293943,0.5238808754,60,-1.534935567,0.7364752065,850.44778729 +196,-1.610848725,0.5477107964,60,-1.534935567,0.7364752065,785.21668434 +197,-1.208485554,0.7918526018,60,-1.534935567,0.7364752065,956.59034776 +198,-1.335601374,0.6869083083,60,-1.534935567,0.7364752065,628.72295932 +199,-1.346156996,0.6825213377,60,-1.534935567,0.7364752065,605.6874044 +200,-1.324381037,0.6741422347,60,-1.534935567,0.7364752065,680.56681238 +201,-1.242424992,0.7378949807,60,-1.534935567,0.7364752065,856.44133794 +202,-1.270370057,0.7392461008,60,-1.534935567,0.7364752065,774.43365369 +203,-1.448950472,0.7441675014,60,-1.534935567,0.7364752065,253.24118326 +204,-1.492662363,0.7523026852,60,-1.534935567,0.7364752065,138.18643551 +205,-1.479098966,0.7763855017,60,-1.534935567,0.7364752065,225.49720136 +206,-1.633760714,0.7869022408,60,-1.534935567,0.7364752065,346.48076297 +207,-1.647406434,0.8101289331,60,-1.534935567,0.7364752065,431.87764634 +208,-1.564245052,0.5701509278,60,-1.534935567,0.7364752065,665.18832731 +209,-1.646289963,0.6833746083,60,-1.534935567,0.7364752065,394.97655719 +210,-1.5820631,0.6751952144,60,-1.534935567,0.7364752065,281.21214425 +211,-1.613236298,0.6681681791,60,-1.534935567,0.7364752065,359.40956864 +212,-1.914661867,0.8212566515,60,-1.534935567,0.7364752065,1117.6695708 +213,-1.742133237,0.7250275956,60,-1.534935567,0.7364752065,612.3423855 +214,-2.033144872,0.6557314699,60,-1.534935567,0.7364752065,1540.0563787 +215,-2.039551981,0.6964723658,60,-1.534935567,0.7364752065,1508.362762 +216,-1.247341019,0.7622473908,60,-1.534935567,0.7364752065,838.82080419 +217,-1.298239787,0.7084123392,60,-1.534935567,0.7364752065,711.28652765 +218,-1.308539688,0.6926545592,60,-1.534935567,0.7364752065,698.49880444 +219,-1.303263185,0.6888938396,60,-1.534935567,0.7364752065,718.58377372 +220,-1.852400229,0.6004246149,60,-1.534935567,0.7364752065,1121.0709906 +221,-1.288947707,0.7473773692,60,-1.534935567,0.7364752065,718.72245574 +222,-1.372031502,0.7472790993,60,-1.534935567,0.7364752065,477.36233712 +223,-1.289805721,0.7242157877,60,-1.534935567,0.7364752065,724.11648307 +224,-1.350807603,0.7533498126,60,-1.534935567,0.7364752065,539.94737979 +225,-1.329290365,0.7560442322,60,-1.534935567,0.7364752065,602.56313848 +226,-1.410153004,0.616936428,60,-1.534935567,0.7364752065,609.99459042 +227,-1.393445434,0.6308995063,60,-1.534935567,0.7364752065,602.49744399 +228,-1.37595573,0.6241540638,60,-1.534935567,0.7364752065,660.77958658 +229,-1.358388707,0.6172645205,60,-1.534935567,0.7364752065,720.27615018 +230,-1.753741133,0.8281661666,60,-1.534935567,0.7364752065,712.73558384 +231,-1.47430987,0.6834615681,60,-1.534935567,0.7364752065,277.90601885 +232,-1.421012508,0.7222725206,60,-1.534935567,0.7364752065,341.0293955 +233,-1.4476833,0.6978557868,60,-1.534935567,0.7364752065,301.99426076 +234,-1.470370723,0.6966193374,60,-1.534935567,0.7364752065,249.18195902 +235,-1.429211703,0.7037216883,60,-1.534935567,0.7364752065,340.39141182 +236,-1.700578405,0.6178673663,60,-1.534935567,0.7364752065,693.57645278 +237,-1.678117619,0.6331716163,60,-1.534935567,0.7364752065,599.78669189 +238,-1.725644578,0.6316331145,60,-1.534935567,0.7364752065,716.83222724 +239,-2.14012759,0.7930497945,60,-1.534935567,0.7364752065,1730.4965873 +240,-2.103289431,0.7653606263,60,-1.534935567,0.7364752065,1639.1227832 +241,-1.318739838,0.7017808746,60,-1.534935567,0.7364752065,658.15649895 +242,-1.396417427,0.7077900843,60,-1.534935567,0.7364752065,426.92728775 +243,-1.35650337,0.7185539404,60,-1.534935567,0.7364752065,532.2575094 +244,-1.248884539,0.7274156818,60,-1.534935567,0.7364752065,842.31303566 +245,-1.395014798,0.5761185243,60,-1.534935567,0.7364752065,771.34739173 +246,-1.433377362,0.6064716109,60,-1.534935567,0.7364752065,603.25591914 +247,-1.408172432,0.5903155476,60,-1.534935567,0.7364752065,700.57881601 +248,-1.749645898,0.7757118084,60,-1.534935567,0.7364752065,637.26913606 +249,-1.571626686,0.615046989,60,-1.534935567,0.7364752065,494.1156848 +250,-1.514070049,0.6303003037,60,-1.534935567,0.7364752065,425.4003405 +251,-1.480890369,0.6237966528,60,-1.534935567,0.7364752065,476.24962068 +252,-1.704390658,0.5281680612,60,-1.534935567,0.7364752065,985.35902091 +253,-1.64434733,0.5254277498,60,-1.534935567,0.7364752065,905.57013593 +254,-1.703855997,0.4792484842,60,-1.534935567,0.7364752065,1155.612878 +255,-1.692002383,0.5748825051,60,-1.534935567,0.7364752065,806.97513936 +256,-1.854136457,0.5544643913,60,-1.534935567,0.7364752065,1236.5513993 +257,-1.665021206,0.520317736,60,-1.534935567,0.7364752065,951.31166759 +258,-1.733654349,0.4845187345,60,-1.534935567,0.7364752065,1185.7689599 +259,-1.720938188,0.5135933906,60,-1.534935567,0.7364752065,1064.055473 +260,-1.742668307,0.553296122,60,-1.534935567,0.7364752065,977.25839275 +261,-1.965659039,0.7142126903,60,-1.534935567,0.7364752065,1275.2022807 +262,-1.944438071,0.6772834804,60,-1.534935567,0.7364752065,1251.3045404 +263,-1.270340967,0.7681487096,60,-1.534935567,0.7364752065,774.26958213 +264,-1.353091884,0.6549276821,60,-1.534935567,0.7364752065,639.65192562 +265,-1.333236659,0.6413584414,60,-1.534935567,0.7364752065,721.73326878 +266,-1.352015998,0.6753788907,60,-1.534935567,0.7364752065,601.60907545 +267,-1.377988483,0.6577816235,60,-1.534935567,0.7364752065,569.01286875 +268,-2.13075611,0.8318642051,60,-1.534935567,0.7364752065,1698.3556027 +269,-2.097910953,0.8259670014,60,-1.534935567,0.7364752065,1610.2712975 +270,-1.416382069,0.6694271549,60,-1.534935567,0.7364752065,445.72733108 +271,-1.538905672,0.7535625993,60,-1.534935567,0.7364752065,68.66309477 +272,-1.572309477,0.7803125099,60,-1.534935567,0.7364752065,204.18712525 +273,-1.87759879,0.7503853417,60,-1.534935567,0.7364752065,998.41086546 +274,1.152365588,0.590457682,60,-1.534935567,0.7364752065,6934.9230861 +275,0.350198001,0.718001859,60,-1.534935567,0.7364752065,5141.5740916 +276,0.046513677,0.491503852,60,-1.534935567,0.7364752065,4973.263373 +277,0.027510309,0.742571376,60,-1.534935567,0.7364752065,4334.2138383 +278,0.306285725,-0.214631579,60,-1.534935567,0.7364752065,7581.0251387 +279,-1.100564889,0.318051531,60,-1.534935567,0.7364752065,2209.7358262 +280,-1.078582306,0.301437596,60,-1.534935567,0.7364752065,2311.8217114 +281,-1.137371989,-0.617634065,60,-1.534935567,0.7364752065,5553.7481211 +282,0.784356344,0.703272339,60,-1.534935567,0.7364752065,6024.4179136 +283,-1.221209947,0.218327455,60,-1.534935567,0.7364752065,2319.1623409 +284,2.347301921,-0.449114658,60,-1.534935567,0.7364752065,9792.175769 +285,0.246820618,0.830553713,60,-1.534935567,0.7364752065,4629.5384711 +286,0.829414965,0.703288228,60,-1.534935567,0.7364752065,6096.7487709 +287,-1.337537566,0.42332223,60,-1.534935567,0.7364752065,1399.2618504 +288,0.882453706,0.454478077,60,-1.534935567,0.7364752065,7034.5387087 +289,1.575629659,0.416419109,60,-1.534935567,0.7364752065,7875.8209048 +290,-1.039455679,0.229888244,60,-1.534935567,0.7364752065,2629.3134236 +291,0.489558039,0.934482747,60,-1.534935567,0.7364752065,4817.0937703 +292,0.081344504,0.88384514,60,-1.534935567,0.7364752065,4157.2277844 +293,-1.547979814,0.300350308,60,-1.534935567,0.7364752065,1728.0551651 +294,0.040776181,0.168560074,60,-1.534935567,0.7364752065,5788.9440674 +295,-1.130374745,0.563894876,60,-1.534935567,0.7364752065,1440.4741178 +296,1.578326642,0.478507176,60,-1.534935567,0.7364752065,7630.1882068 +297,-1.12861823,-0.291640865,60,-1.534935567,0.7364752065,4334.5488334 +298,0.310524208,0.770885792,60,-1.534935567,0.7364752065,4915.4785296 +299,0.415649091,-0.387246002,60,-1.534935567,0.7364752065,8332.4213139 +300,-0.926533878,-0.188022748,60,-1.534935567,0.7364752065,4276.4632002 +301,1.258856172,-0.11716081,60,-1.534935567,0.7364752065,9704.3957361 +302,-1.126050026,0.322941926,60,-1.534935567,0.7364752065,2138.2967658 +303,2.002785835,0.07893892,60,-1.534935567,0.7364752065,8913.2809606 +304,0.440437607,0.746258085,60,-1.534935567,0.7364752065,5254.2149336 +305,-0.030391866,0.214441206,60,-1.534935567,0.7364752065,5461.2690878 +306,0.521557815,-0.058929362,60,-1.534935567,0.7364752065,7786.4900372 +307,-0.097005111,0.13317729,60,-1.534935567,0.7364752065,5478.9981922 +308,1.83113859,0.221857587,60,-1.534935567,0.7364752065,8560.7810789 +309,0.222428864,0.099404236,60,-1.534935567,0.7364752065,6499.7405468 +310,-1.702731345,0.8728568183,60,-1.534935567,0.7364752065,708.89443939 +311,-0.418507569,0.278324921,60,-1.534935567,0.7364752065,4160.8374143 +312,-1.41153306,0.339029988,60,-1.534935567,0.7364752065,1627.7913465 +313,0.357560442,0.114788776,60,-1.534935567,0.7364752065,6841.431664 +314,0.325818979,0.268352149,60,-1.534935567,0.7364752065,6325.4881523 +315,-1.246004659,-0.663679965,60,-1.534935567,0.7364752065,5643.048572 +316,1.814603087,0.637404484,60,-1.534935567,0.7364752065,6950.1717565 +317,1.843704281,-0.18300445,60,-1.534935567,0.7364752065,10102.543304 +318,1.690644492,-0.211480909,60,-1.534935567,0.7364752065,10344.256353 +319,-1.275451936,0.068109467,60,-1.534935567,0.7364752065,2801.7829796 +320,0.762430171,-0.207594741,60,-1.534935567,0.7364752065,8870.9087876 +321,0.265668905,-0.014647884,60,-1.534935567,0.7364752065,6933.0817574 +322,-2.773032013,-0.335515811,60,-1.534935567,0.7364752065,6192.9721079 +323,-1.469512853,0.174058777,60,-1.534935567,0.7364752065,2239.2997645 +324,0.286276986,0.785925691,60,-1.534935567,0.7364752065,4824.788893 +325,-1.379324697,0.377432233,60,-1.534935567,0.7364752065,1513.1964774 +326,-1.203778265,0.212813032,60,-1.534935567,0.7364752065,2367.3676668 +327,0.579916301,0.611743168,60,-1.534935567,0.7364752065,5937.2047191 +328,0.267582642,0.868113908,60,-1.534935567,0.7364752065,4580.6042353 +329,0.412869244,-0.050245578,60,-1.534935567,0.7364752065,7454.2669938 +330,0.17524381,0.976660285,60,-1.534935567,0.7364752065,4152.7096662 +331,0.743157214,0.204812899,60,-1.534935567,0.7364752065,7573.8194999 +332,-1.070758176,0.269382282,60,-1.534935567,0.7364752065,2432.2610597 +333,-1.230364251,0.329790229,60,-1.534935567,0.7364752065,1908.276372 +334,-1.374813124,-0.024926835,60,-1.534935567,0.7364752065,3069.9204442 +335,0.519780566,0.463669906,60,-1.534935567,0.7364752065,6253.1678768 +336,-1.55108034,0.239698561,60,-1.534935567,0.7364752065,1968.5116363 +337,0.180294813,0.029739425,60,-1.534935567,0.7364752065,6565.4222709 +338,0.67820924,0.268170153,60,-1.534935567,0.7364752065,7222.7257782 +339,0.445798684,1.024001867,60,-1.534935567,0.7364752065,4504.0702906 +340,0.691751283,0.150521402,60,-1.534935567,0.7364752065,7621.2927183 +341,-1.036643551,-0.903056181,60,-1.534935567,0.7364752065,6716.2058284 +342,-0.120287036,1.083325163,60,-1.534935567,0.7364752065,3432.6749433 +343,2.823513113,-0.304487164,60,-1.534935567,0.7364752065,8054.5382958 +344,0.457583172,1.12513373,60,-1.534935567,0.7364752065,4259.7657693 +345,0.042918831,0.813795399,60,-1.534935567,0.7364752065,4217.790772 +346,1.196146777,-0.853142756,60,-1.534935567,0.7364752065,11221.030264 +347,0.206001358,-0.010430701,60,-1.534935567,0.7364752065,6748.0608332 +348,-0.268308653,0.234799412,60,-1.534935567,0.7364752065,4711.8856652 +349,0.759363263,0.736189579,60,-1.534935567,0.7364752065,5874.5911188 +350,0.181363926,0.891988372,60,-1.534935567,0.7364752065,4349.33773 +351,-0.021111158,0.139103292,60,-1.534935567,0.7364752065,5685.9161116 +352,-0.093355215,0.630686981,60,-1.534935567,0.7364752065,4269.5258125 +353,0.40118964,0.681375926,60,-1.534935567,0.7364752065,5353.4844777 +354,-0.721197315,1.304706234,60,-1.534935567,0.7364752065,2666.5082614 +355,-1.076150317,0.212107639,60,-1.534935567,0.7364752065,2609.3727899 +356,-1.577164531,0.273993443,60,-1.534935567,0.7364752065,1837.5269787 +357,-0.190788414,0.182208586,60,-1.534935567,0.7364752065,5075.3883122 +358,-0.261349752,0.209710184,60,-1.534935567,0.7364752065,4796.9846774 +359,-1.029303852,0.083549259,60,-1.534935567,0.7364752065,3139.8522432 +360,-1.268609162,0.330525297,60,-1.534935567,0.7364752065,1840.0886735 +361,1.282982244,-0.926641967,60,-1.534935567,0.7364752065,11303.875617 +362,0.217352334,0.731352408,60,-1.534935567,0.7364752065,4809.4897024 +363,-1.511833084,0.258629297,60,-1.534935567,0.7364752065,1894.3931603 +364,0.338812194,0.823184618,60,-1.534935567,0.7364752065,4838.1647967 +365,-0.324406489,1.134201999,60,-1.534935567,0.7364752065,3043.1399169 +366,1.389579348,0.399185724,60,-1.534935567,0.7364752065,7875.8017643 +367,2.047152199,-0.039082036,60,-1.534935567,0.7364752065,9270.3361891 +368,0.947780369,0.568250077,60,-1.534935567,0.7364752065,6747.2692436 +369,0.763824846,0.576754987,60,-1.534935567,0.7364752065,6407.8064021 +370,-0.142334657,0.928153068,60,-1.534935567,0.7364752065,3591.2256594 +371,0.610266567,0.547265983,60,-1.534935567,0.7364752065,6199.0480527 +372,0.210731629,0.746815056,60,-1.534935567,0.7364752065,4756.04707 +373,-1.34931644,0.316895224,60,-1.534935567,0.7364752065,1775.876093 +374,2.407696481,0.655030745,60,-1.534935567,0.7364752065,6220.75879 +375,0.64207831,0.545359131,60,-1.534935567,0.7364752065,6271.2639378 +376,1.174597538,0.840588356,60,-1.534935567,0.7364752065,6017.1372428 +377,0.660059424,0.010604079,60,-1.534935567,0.7364752065,7964.3092157 +378,-0.730263819,0.010486456,60,-1.534935567,0.7364752065,4052.7146259 +379,0.831068936,0.512339172,60,-1.534935567,0.7364752065,6745.4207458 +380,1.301180979,0.72367476,60,-1.534935567,0.7364752065,6557.897093 +381,1.811128231,0.322854402,60,-1.534935567,0.7364752065,8181.672593 +382,0.435105812,0.992284428,60,-1.534935567,0.7364752065,4570.6142674 +383,0.62643634,0.592027932,60,-1.534935567,0.7364752065,6093.1414134 +384,0.492988703,-0.516339467,60,-1.534935567,0.7364752065,8850.4960976 +385,-0.162469483,0.112549365,60,-1.534935567,0.7364752065,5341.351965 +386,0.314630866,0.472006421,60,-1.534935567,0.7364752065,5730.1844535 +387,0.166744804,0.822815954,60,-1.534935567,0.7364752065,4476.0955659 +388,0.417159608,0.965805736,60,-1.534935567,0.7364752065,4610.6233702 +389,0.106334961,0.868774244,60,-1.534935567,0.7364752065,4242.5942776 +390,0.815086969,-0.338144359,60,-1.534935567,0.7364752065,9371.4111847 +391,0.59867455,-0.230624824,60,-1.534935567,0.7364752065,8473.7119439 +392,1.915104874,0.066220985,60,-1.534935567,0.7364752065,9076.4726452 +393,1.278093622,0.064463721,60,-1.534935567,0.7364752065,9058.594089 +394,-0.061477853,0.302997961,60,-1.534935567,0.7364752065,5142.5647775 +395,0.251311504,0.626976942,60,-1.534935567,0.7364752065,5156.217673 +396,2.950242872,0.149095644,60,-1.534935567,0.7364752065,6480.5900933 +397,-0.180294708,0.35375117,60,-1.534935567,0.7364752065,4670.4997036 +398,1.010448592,-0.351180233,60,-1.534935567,0.7364752065,9939.3176907 +399,-1.748740498,0.3686318073,60,-1.534935567,0.7364752065,1621.5342573 +400,2.699635665,0.123533791,60,-1.534935567,0.7364752065,7244.5268309 +401,0.496808033,0.823843254,60,-1.534935567,0.7364752065,5143.2355096 +402,0.129574704,0.763364087,60,-1.534935567,0.7364752065,4529.9689158 +403,1.798920311,0.817447563,60,-1.534935567,0.7364752065,6251.7692464 +404,0.335987953,0.746786541,60,-1.534935567,0.7364752065,5033.5998878 +405,-1.085413643,0.292154671,60,-1.534935567,0.7364752065,2326.4170373 +406,-0.155321003,0.508207011,60,-1.534935567,0.7364752065,4373.8187732 +407,0.620529244,-0.301175104,60,-1.534935567,0.7364752065,8720.2314863 +408,1.684402744,0.368716966,60,-1.534935567,0.7364752065,8056.9343875 +409,0.300582244,-0.386397212,60,-1.534935567,0.7364752065,7994.2757986 +410,2.913555946,-0.009225192,60,-1.534935567,0.7364752065,7017.2097401 +411,1.465101417,0.493232532,60,-1.534935567,0.7364752065,7545.5762439 +412,0.090612882,0.907955955,60,-1.534935567,0.7364752065,4127.3241923 +413,2.987564726,-0.729568594,60,-1.534935567,0.7364752065,8537.9151192 +414,-1.484261606,0.224149272,60,-1.534935567,0.7364752065,2036.8024317 +415,0.164073421,0.303955133,60,-1.534935567,0.7364752065,5782.7456109 +416,0.141441293,0.167552546,60,-1.534935567,0.7364752065,6083.1174084 +417,2.931321023,-0.506718887,60,-1.534935567,0.7364752065,8222.1997947 +418,2.21951565,0.700596356,60,-1.534935567,0.7364752065,6341.7882784 +419,0.268112576,1.199114336,60,-1.534935567,0.7364752065,3848.947142 +420,0.978913739,0.359223811,60,-1.534935567,0.7364752065,7533.9101646 +421,1.210898818,0.522863584,60,-1.534935567,0.7364752065,7250.7719501 +422,2.347397336,0.129231362,60,-1.534935567,0.7364752065,8095.6504137 +423,0.614394501,0.556878345,60,-1.534935567,0.7364752065,6177.8562111 +424,-1.398079356,0.148483366,60,-1.534935567,0.7364752065,2377.5127932 +425,2.535303836,-0.112984496,60,-1.534935567,0.7364752065,8372.2629547 +426,-1.019372593,-0.405322349,60,-1.534935567,0.7364752065,4900.4575511 +427,-1.297785627,-0.160104069,60,-1.534935567,0.7364752065,3654.0882231 +428,2.144554488,0.205051084,60,-1.534935567,0.7364752065,8232.751819 +429,-2.242387083,-0.426171285,60,-1.534935567,0.7364752065,5282.1898352 +430,0.338637212,0.909723676,60,-1.534935567,0.7364752065,4615.3975592 +431,-0.148798452,0.691042401,60,-1.534935567,0.7364752065,3995.7027306 +432,0.893524764,0.441829531,60,-1.534935567,0.7364752065,7097.6779325 +433,0.969229347,-0.368847936,60,-1.534935567,0.7364752065,9878.4015817 +434,0.436043248,0.800045688,60,-1.534935567,0.7364752065,5094.5945248 +435,1.687946607,1.081504775,60,-1.534935567,0.7364752065,5238.1319541 +436,0.522302046,-0.034889271,60,-1.534935567,0.7364752065,7721.2576622 +437,-0.178996113,-0.438090009,60,-1.534935567,0.7364752065,6785.8847687 +438,-1.094339566,0.301444068,60,-1.534935567,0.7364752065,2276.8255492 +439,-1.064070054,0.242569932,60,-1.534935567,0.7364752065,2534.1679061 +440,-1.068153768,0.230387998,60,-1.534935567,0.7364752065,2565.4470164 +441,-3.00496892,-0.23989155,60,-1.534935567,0.7364752065,6567.7648095 +442,0.21751974,0.766874888,60,-1.534935567,0.7364752065,4721.9716948 +443,0.117229532,0.007619006,60,-1.534935567,0.7364752065,6440.2683333 +444,0.777758451,0.420554741,60,-1.534935567,0.7364752065,6949.8203105 +445,-0.252356999,0.250747086,60,-1.534935567,0.7364752065,4717.8690593 +446,0.363148444,0.768483434,60,-1.534935567,0.7364752065,5033.2177414 +447,0.903191366,-0.118210676,60,-1.534935567,0.7364752065,8974.0745624 +448,-0.205755923,0.149406178,60,-1.534935567,0.7364752065,5117.3243221 +449,1.811996086,0.02364353,60,-1.534935567,0.7364752065,9344.6008098 +450,-1.100670221,0.314845373,60,-1.534935567,0.7364752065,2219.7779433 +451,0.340078597,0.850105132,60,-1.534935567,0.7364752065,4770.7547429 +452,0.258757267,0.804969236,60,-1.534935567,0.7364752065,4717.9340515 +453,2.78505352,-0.155160804,60,-1.534935567,0.7364752065,7781.7652241 +454,0.800551619,0.105822106,60,-1.534935567,0.7364752065,8022.4898783 +455,0.437940882,-0.506194031,60,-1.534935567,0.7364752065,8668.9415092 +456,2.230431122,0.63458615,60,-1.534935567,0.7364752065,6563.2124314 +457,0.527965361,0.127667701,60,-1.534935567,0.7364752065,7270.5901346 +458,-0.063643205,0.702093448,60,-1.534935567,0.7364752065,4193.6624165 +459,1.408447268,0.133010502,60,-1.534935567,0.7364752065,8925.855567 +460,0.523795955,0.280266966,60,-1.534935567,0.7364752065,6810.1609876 +461,-0.975769313,0.072177659,60,-1.534935567,0.7364752065,3287.9718303 +462,0.549774164,-0.463663986,60,-1.534935567,0.7364752065,8901.8703035 +463,0.29245874,1.095549818,60,-1.534935567,0.7364752065,4096.4574486 +464,0.143625958,0.816809593,60,-1.534935567,0.7364752065,4438.9463943 +465,0.671902494,0.611159853,60,-1.534935567,0.7364752065,6122.8430854 +466,1.239840988,0.6724199,60,-1.534935567,0.7364752065,6708.920258 +467,0.607829703,-0.10932137,60,-1.534935567,0.7364752065,8168.5258176 +468,1.763020906,0.263996692,60,-1.534935567,0.7364752065,8440.0556458 +469,0.378714634,0.726066797,60,-1.534935567,0.7364752065,5181.2760731 +470,2.196736143,-0.153862366,60,-1.534935567,0.7364752065,9356.0471217 +471,0.01702415,0.148991565,60,-1.534935567,0.7364752065,5771.3621664 +472,-2.998490902,-0.158002487,60,-1.534935567,0.7364752065,6330.3807402 +473,-3.051262951,-0.346595608,60,-1.534935567,0.7364752065,6980.0618286 +474,-1.069176439,0.182802941,60,-1.534935567,0.7364752065,2722.1539771 +475,0.167157509,0.595344954,60,-1.534935567,0.7364752065,5030.0969098 +476,0.613855648,0.681746124,60,-1.534935567,0.7364752065,5789.4038365 +477,1.037012736,0.682555367,60,-1.534935567,0.7364752065,6461.3480324 +478,-1.253574971,0.379755746,60,-1.534935567,0.7364752065,1693.4532216 +479,3.108590453,-0.132620738,60,-1.534935567,0.7364752065,6775.6775513 +480,0.565301296,0.022333262,60,-1.534935567,0.7364752065,7676.681926 +481,0.547898238,0.855555614,60,-1.534935567,0.7364752065,5142.9844558 +482,0.948309381,0.417393755,60,-1.534935567,0.7364752065,7277.7620873 +483,-0.050600732,0.945269213,60,-1.534935567,0.7364752065,3761.6028253 +484,-0.977651478,-0.572363064,60,-1.534935567,0.7364752065,5566.3842152 +485,1.102014914,0.728861163,60,-1.534935567,0.7364752065,6366.0549086 +486,2.927300795,-0.282939414,60,-1.534935567,0.7364752065,7696.0306719 +487,-1.154565557,0.124434095,60,-1.534935567,0.7364752065,2765.9643639 +488,1.855331234,0.291044755,60,-1.534935567,0.7364752065,8273.5841411 +489,0.830290659,0.276904518,60,-1.534935567,0.7364752065,7532.2438476 +490,0.485104466,-0.234867441,60,-1.534935567,0.7364752065,8156.4694181 +491,0.521367572,-0.33161327,60,-1.534935567,0.7364752065,8507.6536896 +1,-1.539031704,0.7349710123,61,-1.533042592,0.7363876366,18.4609662 +2,-1.536990553,0.7349663874,61,-1.533042592,0.7363876366,12.888068844 +3,-1.534951779,0.7349571355,61,-1.533042592,0.7363876366,7.9711419643 +4,-1.532906461,0.7349480293,61,-1.533042592,0.7363876366,5.7162801503 +5,-1.531320211,0.7346937278,61,-1.533042592,0.7363876366,8.4028165568 +6,-1.539451648,0.7335131775,61,-1.533042592,0.7363876366,22.007303126 +7,-1.537429487,0.7335445708,61,-1.533042592,0.7363876366,17.116985992 +8,-1.535484998,0.7335658704,61,-1.533042592,0.7363876366,13.282823128 +9,-1.533488396,0.7336036027,61,-1.533042592,0.7363876366,11.105089055 +10,-1.531497785,0.7335842962,61,-1.533042592,0.7363876366,11.996030868 +11,-1.530259379,0.7334777758,61,-1.533042592,0.7363876366,14.132874534 +12,-1.5335454,0.7322346912,61,-1.533042592,0.7363876366,16.516113857 +13,-1.531489083,0.7322238773,61,-1.533042592,0.7363876366,17.11347776 +14,-1.530011122,0.7321679851,61,-1.533042592,0.7363876366,18.942239175 +15,-1.53348106,0.7306614094,61,-1.533042592,0.7363876366,22.718245915 +16,-1.531441779,0.7306962275,61,-1.533042592,0.7363876366,23.030439067 +17,-1.529755654,0.7306933243,61,-1.533042592,0.7363876366,24.541066473 +18,-1.533415048,0.7291384674,61,-1.533042592,0.7363876366,28.734892294 +19,-1.531392093,0.7291705353,61,-1.533042592,0.7363876366,28.997030321 +20,-1.529296523,0.7291214933,61,-1.533042592,0.7363876366,30.822236028 +21,-1.535280942,0.727267644,61,-1.533042592,0.7363876366,36.721522749 +22,-1.533378158,0.7276139666,61,-1.533042592,0.7363876366,34.766567475 +23,-1.531340368,0.7276446587,61,-1.533042592,0.7363876366,34.992199782 +24,-1.528960113,0.7276398177,61,-1.533042592,0.7363876366,36.678409561 +25,-1.533313146,0.7260818349,61,-1.533042592,0.7363876366,40.829073349 +26,-1.531259555,0.7260958115,61,-1.533042592,0.7363876366,41.103474779 +27,-1.528926415,0.7260865555,61,-1.533042592,0.7363876366,42.569103446 +28,-1.531226779,0.7245511789,61,-1.533042592,0.7363876366,47.189292022 +29,-1.528904772,0.7245519194,61,-1.533042592,0.7363876366,48.444692087 +30,-1.547195875,0.7409785979,61,-1.533042592,0.7363876366,45.262510391 +31,-1.5451475,0.740980426,61,-1.533042592,0.7363876366,39.845413384 +32,-1.543097679,0.7409798872,61,-1.533042592,0.7363876366,34.61215603 +33,-1.540720364,0.7409892687,61,-1.533042592,0.7363876366,28.944662377 +34,-1.547188511,0.7395198392,61,-1.533042592,0.7363876366,43.271597229 +35,-1.545148587,0.7395226109,61,-1.533042592,0.7363876366,37.587267464 +36,-1.543104538,0.7395314908,61,-1.533042592,0.7363876366,32.008321677 +37,-1.540727751,0.7395306258,61,-1.533042592,0.7363876366,25.733296932 +38,-1.547187029,0.7380014886,61,-1.533042592,0.7363876366,41.968862642 +39,-1.545147315,0.7380012252,61,-1.533042592,0.7363876366,36.06846875 +40,-1.54310719,0.7380060743,61,-1.533042592,0.7363876366,30.203034708 +41,-1.540719671,0.7380068206,61,-1.533042592,0.7363876366,23.409100262 +42,-1.547187189,0.7364799098,61,-1.533042592,0.7363876366,41.509906373 +43,-1.545149996,0.7364853874,61,-1.533042592,0.7363876366,35.532070679 +44,-1.543106091,0.7364823484,61,-1.533042592,0.7363876366,29.53443838 +45,-1.540717158,0.7364893901,61,-1.533042592,0.7363876366,22.525112857 +46,-1.538663972,0.7410138672,61,-1.533042592,0.7363876366,24.633257151 +47,-1.53695285,0.7409699132,61,-1.533042592,0.7363876366,21.461005885 +48,-1.534910498,0.7409641297,61,-1.533042592,0.7363876366,18.934903324 +49,-1.533145034,0.7409536636,61,-1.533042592,0.7363876366,18.088521338 +50,-1.538681336,0.7395405883,61,-1.533042592,0.7363876366,20.712914891 +51,-1.536999189,0.7395183096,61,-1.533042592,0.7363876366,16.976957904 +52,-1.534923633,0.7395144222,61,-1.533042592,0.7363876366,13.556560141 +53,-1.533267822,0.7395654306,61,-1.533042592,0.7363876366,12.604535294 +54,-1.53867273,0.7380151077,61,-1.533042592,0.7363876366,17.724424544 +55,-1.536980576,0.7379994392,61,-1.533042592,0.7363876366,13.195624726 +56,-1.534931522,0.7379944961,61,-1.533042592,0.7363876366,8.4377322168 +57,-1.533387952,0.7379480264,61,-1.533042592,0.7363876366,6.2631372409 +58,-1.538682279,0.7364914363,61,-1.533042592,0.7363876366,16.555122114 +59,-1.536980704,0.7364810563,61,-1.533042592,0.7363876366,11.562616878 +60,-1.534935567,0.7364752065,61,-1.533042592,0.7363876366,5.5659172477 +61,-1.533042592,0.7363876366,61,-1.533042592,0.7363876366,2.730564085 +62,-1.545143426,0.7349628011,61,-1.533042592,0.7363876366,35.980555684 +63,-1.543105297,0.7349691947,61,-1.533042592,0.7363876366,30.079350669 +64,-1.541064533,0.7349647152,61,-1.533042592,0.7363876366,24.222018518 +65,-1.545411803,0.7334624714,61,-1.533042592,0.7363876366,38.149947105 +66,-1.543446606,0.7334780896,61,-1.533042592,0.7363876366,32.672870598 +67,-1.541475327,0.7334957295,61,-1.533042592,0.7363876366,27.299413102 +68,-1.545401939,0.731963266,61,-1.533042592,0.7363876366,40.348106313 +69,-1.54342253,0.7319915583,61,-1.533042592,0.7363876366,35.14016946 +70,-1.541455867,0.7320216438,61,-1.533042592,0.7363876366,30.184400568 +71,-1.545410146,0.7304422281,61,-1.533042592,0.7363876366,43.347456923 +72,-1.543435491,0.7304713664,61,-1.533042592,0.7363876366,38.52787666 +73,-1.541463105,0.7304997613,61,-1.533042592,0.7363876366,34.026883323 +74,-1.545414768,0.7289194936,61,-1.533042592,0.7363876366,46.928302081 +75,-1.543435774,0.7289538557,61,-1.533042592,0.7363876366,42.468496572 +76,-1.541457714,0.7289765881,61,-1.533042592,0.7363876366,38.414797746 +77,-1.539449415,0.7320555866,61,-1.533042592,0.7363876366,25.482251588 +78,-1.537429183,0.7321097681,61,-1.533042592,0.7363876366,21.29519109 +79,-1.535472649,0.7321497267,61,-1.533042592,0.7363876366,18.243771897 +80,-1.539457899,0.7305333307,61,-1.533042592,0.7363876366,29.900810774 +81,-1.537453161,0.7305750503,61,-1.533042592,0.7363876366,26.429321317 +82,-1.535479385,0.7306124949,61,-1.533042592,0.7363876366,23.972665652 +83,-1.53946905,0.7290102593,61,-1.533042592,0.7363876366,34.813427122 +84,-1.537459922,0.7290417293,61,-1.533042592,0.7363876366,31.871821661 +85,-1.535451349,0.7290890157,61,-1.533042592,0.7363876366,29.76707861 +86,-1.535522937,0.7279887191,61,-1.533042592,0.7363876366,34.061038431 +87,-1.539442524,0.7274735939,61,-1.533042592,0.7363876366,40.028640455 +88,-1.537424111,0.727521351,61,-1.533042592,0.7363876366,37.417022144 +89,-1.539384641,0.7259505092,61,-1.533042592,0.7363876366,45.373873415 +90,-1.537372391,0.7259947145,61,-1.533042592,0.7363876366,43.100397434 +91,-1.535340789,0.7260435356,61,-1.533042592,0.7363876366,41.529494647 +92,-1.539325716,0.7244369706,61,-1.533042592,0.7363876366,50.837186672 +93,-1.537308932,0.7244801057,61,-1.533042592,0.7363876366,48.816514003 +94,-1.535289068,0.7245247645,61,-1.533042592,0.7363876366,47.453980724 +95,-1.533261366,0.7245550236,61,-1.533042592,0.7363876366,46.873423921 +96,-1.539267302,0.722921924,61,-1.533042592,0.7363876366,56.415153562 +97,-1.537248972,0.7229660258,61,-1.533042592,0.7363876366,54.594280262 +98,-1.535219431,0.7229916471,61,-1.533042592,0.7363876366,53.449310217 +99,-1.53318962,0.7230212049,61,-1.533042592,0.7363876366,52.946215121 +100,-1.531154816,0.7230299897,61,-1.533042592,0.7363876366,53.202368575 +101,-1.528878341,0.7230370244,61,-1.533042592,0.7363876366,54.292076297 +102,-1.539218189,0.7214009878,61,-1.533042592,0.7363876366,62.102823986 +103,-1.537198791,0.7214422745,61,-1.533042592,0.7363876366,60.458647108 +104,-1.535179266,0.7214634354,61,-1.533042592,0.7363876366,59.450846468 +105,-1.533156501,0.7214944644,61,-1.533042592,0.7363876366,58.99281491 +106,-1.53113574,0.7215166021,61,-1.533042592,0.7363876366,59.172937016 +107,-1.528874248,0.7215345535,61,-1.533042592,0.7363876366,60.108032259 +108,-1.539217656,0.7198512397,61,-1.533042592,0.7363876366,67.997323405 +109,-1.537199919,0.7199428763,61,-1.533042592,0.7363876366,66.287083488 +110,-1.545425832,0.727397149,61,-1.533042592,0.7363876366,50.985920176 +111,-1.543371177,0.7273916949,61,-1.533042592,0.7363876366,46.860919737 +112,-1.541368852,0.7274523163,61,-1.533042592,0.7363876366,43.064409784 +113,-1.545349067,0.7258710923,61,-1.533042592,0.7363876366,55.24453322 +114,-1.54332671,0.7258603556,61,-1.533042592,0.7363876366,51.558777662 +115,-1.541346831,0.7259242142,61,-1.533042592,0.7363876366,48.138022878 +116,-1.545324355,0.7243383958,61,-1.533042592,0.7363876366,59.925881738 +117,-1.543292796,0.7243617413,61,-1.533042592,0.7363876366,56.424767487 +118,-1.541295822,0.7244024384,61,-1.533042592,0.7363876366,53.354577329 +119,-1.543193859,0.7205570215,61,-1.533042592,0.7363876366,69.513196169 +120,-1.550257047,0.7386738187,61,-1.533042592,0.7363876366,51.272625579 +121,-1.549335448,0.7311736483,61,-1.533042592,0.7363876366,52.187518426 +122,-1.533478843,0.7179891343,61,-1.533042592,0.7363876366,72.887898523 +123,-1.556150555,0.738907041,61,-1.533042592,0.7363876366,68.467931102 +124,-1.554324226,0.733414257,61,-1.533042592,0.7363876366,63.638099328 +125,-1.554290846,0.7288285332,61,-1.533042592,0.7363876366,69.364536693 +126,-1.55122487,0.7219795312,61,-1.533042592,0.7363876366,78.366081504 +127,-1.525104458,0.7229399862,61,-1.533042592,0.7363876366,58.194246963 +128,-1.519607711,0.7236181429,61,-1.533042592,0.7363876366,64.270916251 +129,-1.513899999,0.7251107854,61,-1.533042592,0.7363876366,71.994633895 +130,-1.536620762,0.7431061895,61,-1.533042592,0.7363876366,28.597263325 +131,-1.5369566,0.7460845958,61,-1.533042592,0.7363876366,40.075881006 +132,-1.545345528,0.7447040685,61,-1.533042592,0.7363876366,48.773706282 +133,-1.532813921,0.7432306626,61,-1.533042592,0.7363876366,27.113480634 +134,-1.554788248,0.7382381001,61,-1.533042592,0.7363876366,64.182789233 +135,-1.540348126,0.7301594274,61,-1.533042592,0.7363876366,32.723832994 +136,-1.538016084,0.7239051786,61,-1.533042592,0.7363876366,51.575635815 +137,-1.525288962,0.7258085137,61,-1.533042592,0.7363876366,47.735249459 +138,-1.534326986,0.731241342,61,-1.533042592,0.7363876366,20.731633124 +139,-1.530733872,0.7303625216,61,-1.533042592,0.7363876366,24.813655044 +141,-1.534354939,0.7328219978,61,-1.533042592,0.7363876366,14.640828732 +142,-1.53157084,0.7292888153,61,-1.533042592,0.7363876366,28.450325481 +143,-1.525691035,0.7263799874,61,-1.533042592,0.7363876366,45.177697909 +144,-1.534031287,0.7495967835,61,-1.533042592,0.7363876366,52.400855801 +145,-1.527714986,0.7283095957,61,-1.533042592,0.7363876366,35.637782695 +146,-1.526189586,0.7271468292,61,-1.533042592,0.7363876366,41.804515986 +147,-1.555177336,0.7375563366,61,-1.533042592,0.7363876366,65.088693611 +148,-1.555080283,0.7312707794,61,-1.533042592,0.7363876366,67.917678575 +149,-1.53856994,0.7224180299,61,-1.533042592,0.7363876366,57.690969859 +150,-1.530837883,0.729933372,61,-1.533042592,0.7363876366,26.376013557 +151,-1.515066984,0.5854133365,61,-1.533042592,0.7363876366,600.63095189 +152,-1.534731633,0.5368370046,61,-1.533042592,0.7363876366,790.43820007 +153,-1.515231902,0.5607085576,61,-1.533042592,0.7363876366,698.1166151 +154,-2.616253799,1.0684566605,61,-1.533042592,0.7363876366,2828.0386173 +155,-1.956071439,0.5792177723,61,-1.533042592,0.7363876366,1458.003266 +156,-1.951208514,0.5602434208,61,-1.533042592,0.7363876366,1486.0340234 +157,-1.944675062,0.6062144545,61,-1.533042592,0.7363876366,1371.1799328 +158,-1.613778386,0.6077989518,61,-1.533042592,0.7363876366,567.26205908 +159,-2.035029014,0.6021432345,61,-1.533042592,0.7363876366,1638.3375362 +160,-2.114989471,0.6801825058,61,-1.533042592,0.7363876366,1753.4736913 +161,-2.037382079,0.5765830025,61,-1.533042592,0.7363876366,1694.089527 +162,-2.129855121,0.6585019963,61,-1.533042592,0.7363876366,1825.4699524 +163,-2.075141798,0.6493615843,61,-1.533042592,0.7363876366,1677.9198427 +164,-1.828626729,0.6948433129,61,-1.533042592,0.7363876366,897.21798791 +165,-1.863329418,0.6735427691,61,-1.533042592,0.7363876366,1024.682071 +166,-1.266037071,0.727988852,61,-1.533042592,0.7363876366,786.20621048 +167,-1.277579582,0.7249010648,61,-1.533042592,0.7363876366,754.04298117 +168,-1.258418684,0.7241194816,61,-1.533042592,0.7363876366,810.7087093 +169,-1.317813974,0.6804850104,61,-1.533042592,0.7363876366,683.45131698 +170,-1.344165204,0.6790988904,61,-1.533042592,0.7363876366,611.51726623 +171,-1.427582102,0.5277120351,61,-1.533042592,0.7363876366,892.01088994 +172,-1.402238616,0.457167829,61,-1.533042592,0.7363876366,1184.8773794 +173,-1.422454264,0.4996161999,61,-1.533042592,0.7363876366,1002.7371213 +174,-1.439089277,0.4894859811,61,-1.533042592,0.7363876366,1023.6726304 +175,-1.448126995,0.5182330266,61,-1.533042592,0.7363876366,905.57474754 +176,-1.474626146,0.5881926574,61,-1.533042592,0.7363876366,614.56358255 +177,-1.421139645,0.5584869783,61,-1.533042592,0.7363876366,787.78436843 +178,-1.457037165,0.565943032,61,-1.533042592,0.7363876366,716.06492747 +179,-2.757159358,0.3745319,61,-1.533042592,0.7363876366,4238.8695698 +180,-2.714309238,0.342054471,61,-1.533042592,0.7363876366,4192.0150639 +181,-2.000525337,0.774119946,61,-1.533042592,0.7363876366,1350.3920906 +183,-1.571413436,0.6777838382,61,-1.533042592,0.7363876366,259.27385059 +184,-1.552860289,0.6987663893,61,-1.533042592,0.7363876366,160.31991781 +185,-1.521852374,0.7165827476,61,-1.533042592,0.7363876366,85.156541625 +186,-1.503656267,0.6928968252,61,-1.533042592,0.7363876366,193.39492538 +187,-1.502753178,0.7136205882,61,-1.533042592,0.7363876366,127.26125521 +188,-1.631894563,0.7343596465,61,-1.533042592,0.7363876366,290.42538157 +189,-1.653765416,0.6770714026,61,-1.533042592,0.7363876366,432.72924161 +190,-1.719812114,0.6715965947,61,-1.533042592,0.7363876366,618.97257978 +191,-1.493406659,0.6646955447,61,-1.533042592,0.7363876366,308.26273302 +192,-1.469120564,0.6613469966,61,-1.533042592,0.7363876366,354.77100686 +193,-1.590551461,0.5326612937,61,-1.533042592,0.7363876366,827.36336548 +194,-1.625979264,0.5247742243,61,-1.533042592,0.7363876366,888.87679645 +195,-1.572293943,0.5238808754,61,-1.533042592,0.7363876366,850.9694547 +196,-1.610848725,0.5477107964,61,-1.533042592,0.7363876366,786.73681418 +197,-1.208485554,0.7918526018,61,-1.533042592,0.7363876366,951.47497699 +198,-1.335601374,0.6869083083,61,-1.533042592,0.7363876366,623.25734734 +199,-1.346156996,0.6825213377,61,-1.533042592,0.7363876366,600.27704479 +200,-1.324381037,0.6741422347,61,-1.533042592,0.7363876366,675.16086277 +201,-1.242424992,0.7378949807,61,-1.533042592,0.7363876366,850.95328636 +202,-1.270370057,0.7392461008,61,-1.533042592,0.7363876366,768.94392971 +203,-1.448950472,0.7441675014,61,-1.533042592,0.7363876366,247.80174443 +204,-1.492662363,0.7523026852,61,-1.533042592,0.7363876366,133.46357313 +205,-1.479098966,0.7763855017,61,-1.533042592,0.7363876366,221.89489511 +206,-1.633760714,0.7869022408,61,-1.533042592,0.7363876366,351.13116995 +207,-1.647406434,0.8101289331,61,-1.533042592,0.7363876366,436.08451017 +208,-1.564245052,0.5701509278,61,-1.533042592,0.7363876366,665.69156375 +209,-1.646289963,0.6833746083,61,-1.533042592,0.7363876366,399.62511223 +210,-1.5820631,0.6751952144,61,-1.533042592,0.7363876366,283.84117673 +211,-1.613236298,0.6681681791,61,-1.533042592,0.7363876366,362.94702923 +212,-1.914661867,0.8212566515,61,-1.533042592,0.7363876366,1122.8544667 +213,-1.742133237,0.7250275956,61,-1.533042592,0.7363876366,617.89620759 +214,-2.033144872,0.6557314699,61,-1.533042592,0.7363876366,1545.5924482 +215,-2.039551981,0.6964723658,61,-1.533042592,0.7363876366,1513.928645 +216,-1.247341019,0.7622473908,61,-1.533042592,0.7363876366,833.47460592 +217,-1.298239787,0.7084123392,61,-1.533042592,0.7363876366,705.72131293 +218,-1.308539688,0.6926545592,61,-1.533042592,0.7363876366,692.96910696 +219,-1.303263185,0.6888938396,61,-1.533042592,0.7363876366,713.06247921 +220,-1.852400229,0.6004246149,61,-1.533042592,0.7363876366,1126.0645038 +221,-1.288947707,0.7473773692,61,-1.533042592,0.7363876366,713.27375483 +222,-1.372031502,0.7472790993,61,-1.533042592,0.7363876366,471.91586961 +223,-1.289805721,0.7242157877,61,-1.533042592,0.7363876366,718.56719281 +224,-1.350807603,0.7533498126,61,-1.533042592,0.7363876366,534.5533581 +225,-1.329290365,0.7560442322,61,-1.533042592,0.7363876366,597.18613674 +226,-1.410153004,0.616936428,61,-1.533042592,0.7363876366,606.0733586 +227,-1.393445434,0.6308995063,61,-1.533042592,0.7363876366,598.10561896 +228,-1.37595573,0.6241540638,61,-1.533042592,0.7363876366,656.27219657 +229,-1.358388707,0.6172645205,61,-1.533042592,0.7363876366,715.67360551 +230,-1.753741133,0.8281661666,61,-1.533042592,0.7363876366,717.49409272 +231,-1.47430987,0.6834615681,61,-1.533042592,0.7363876366,273.95588745 +232,-1.421012508,0.7222725206,61,-1.533042592,0.7363876366,335.47571891 +233,-1.4476833,0.6978557868,61,-1.533042592,0.7363876366,296.96865211 +234,-1.470370723,0.6966193374,61,-1.533042592,0.7363876366,244.61752004 +235,-1.429211703,0.7037216883,61,-1.533042592,0.7363876366,335.06811155 +236,-1.700578405,0.6178673663,61,-1.533042592,0.7363876366,697.65418412 +237,-1.678117619,0.6331716163,61,-1.533042592,0.7363876366,603.81324036 +238,-1.725644578,0.6316331145,61,-1.533042592,0.7363876366,721.3803099 +239,-2.14012759,0.7930497945,61,-1.533042592,0.7363876366,1735.8522644 +240,-2.103289431,0.7653606263,61,-1.533042592,0.7363876366,1644.5752836 +241,-1.318739838,0.7017808746,61,-1.533042592,0.7363876366,652.60688547 +242,-1.396417427,0.7077900843,61,-1.533042592,0.7363876366,421.43456185 +243,-1.35650337,0.7185539404,61,-1.533042592,0.7363876366,526.69200976 +244,-1.248884539,0.7274156818,61,-1.533042592,0.7363876366,836.78438888 +245,-1.395014798,0.5761185243,61,-1.533042592,0.7363876366,767.72775261 +246,-1.433377362,0.6064716109,61,-1.533042592,0.7363876366,599.93499634 +247,-1.408172432,0.5903155476,61,-1.533042592,0.7363876366,697.00007096 +248,-1.749645898,0.7757118084,61,-1.533042592,0.7363876366,642.65342431 +249,-1.571626686,0.615046989,61,-1.533042592,0.7363876366,495.15027449 +250,-1.514070049,0.6303003037,61,-1.533042592,0.7363876366,424.2223923 +251,-1.480890369,0.6237966528,61,-1.533042592,0.7363876366,473.92605886 +252,-1.704390658,0.5281680612,61,-1.533042592,0.7363876366,988.37978858 +253,-1.64434733,0.5254277498,61,-1.533042592,0.7363876366,907.58817159 +254,-1.703855997,0.4792484842,61,-1.533042592,0.7363876366,1158.2107985 +255,-1.692002383,0.5748825051,61,-1.533042592,0.7363876366,810.33051456 +256,-1.854136457,0.5544643913,61,-1.533042592,0.7363876366,1241.2105705 +257,-1.665021206,0.520317736,61,-1.533042592,0.7363876366,953.65097018 +258,-1.733654349,0.4845187345,61,-1.533042592,0.7363876366,1188.7919929 +259,-1.720938188,0.5135933906,61,-1.533042592,0.7363876366,1067.1637493 +260,-1.742668307,0.553296122,61,-1.533042592,0.7363876366,981.01939637 +261,-1.965659039,0.7142126903,61,-1.533042592,0.7363876366,1280.7676152 +262,-1.944438071,0.6772834804,61,-1.533042592,0.7363876366,1256.8351989 +263,-1.270340967,0.7681487096,61,-1.533042592,0.7363876366,768.9776862 +264,-1.353091884,0.6549276821,61,-1.533042592,0.7363876366,634.54506802 +265,-1.333236659,0.6413584414,61,-1.533042592,0.7363876366,716.65620927 +266,-1.352015998,0.6753788907,61,-1.533042592,0.7363876366,596.27979845 +267,-1.377988483,0.6577816235,61,-1.533042592,0.7363876366,564.04569856 +268,-2.13075611,0.8318642051,61,-1.533042592,0.7363876366,1703.5500651 +269,-2.097910953,0.8259670014,61,-1.533042592,0.7363876366,1615.4934772 +270,-1.416382069,0.6694271549,61,-1.533042592,0.7363876366,440.95443115 +271,-1.538905672,0.7535625993,61,-1.533042592,0.7363876366,70.139189446 +272,-1.572309477,0.7803125099,61,-1.533042592,0.7363876366,207.39500849 +273,-1.87759879,0.7503853417,61,-1.533042592,0.7363876366,1003.9436857 +274,1.152365588,0.590457682,61,-1.533042592,0.7363876366,6933.183025 +275,0.350198001,0.718001859,61,-1.533042592,0.7363876366,5137.672613 +276,0.046513677,0.491503852,61,-1.533042592,0.7363876366,4968.2408873 +277,0.027510309,0.742571376,61,-1.533042592,0.7363876366,4329.8006879 +278,0.306285725,-0.214631579,61,-1.533042592,0.7363876366,7575.4771639 +279,-1.100564889,0.318051531,61,-1.533042592,0.7363876366,2205.3182731 +280,-1.078582306,0.301437596,61,-1.533042592,0.7363876366,2307.3600022 +281,-1.137371989,-0.617634065,61,-1.533042592,0.7363876366,5551.6446883 +282,0.784356344,0.703272339,61,-1.533042592,0.7363876366,6021.5940878 +283,-1.221209947,0.218327455,61,-1.533042592,0.7363876366,2315.8496437 +284,2.347301921,-0.449114658,61,-1.533042592,0.7363876366,9797.686387 +285,0.246820618,0.830553713,61,-1.533042592,0.7363876366,4625.7976166 +286,0.829414965,0.703288228,61,-1.533042592,0.7363876366,6094.0658276 +287,-1.337537566,0.42332223,61,-1.533042592,0.7363876366,1396.1038796 +288,0.882453706,0.454478077,61,-1.533042592,0.7363876366,7031.4328939 +289,1.575629659,0.416419109,61,-1.533042592,0.7363876366,7875.9899136 +290,-1.039455679,0.229888244,61,-1.533042592,0.7363876366,2624.9145128 +291,0.489558039,0.934482747,61,-1.533042592,0.7363876366,4814.2129138 +292,0.081344504,0.88384514,61,-1.533042592,0.7363876366,4153.4049941 +293,-1.547979814,0.300350308,61,-1.533042592,0.7363876366,1727.8841699 +294,0.040776181,0.168560074,61,-1.533042592,0.7363876366,5783.4787336 +295,-1.130374745,0.563894876,61,-1.533042592,0.7363876366,1435.1577945 +296,1.578326642,0.478507176,61,-1.533042592,0.7363876366,7630.3809582 +297,-1.12861823,-0.291640865,61,-1.533042592,0.7363876366,4331.8732483 +298,0.310524208,0.770885792,61,-1.533042592,0.7363876366,4911.6600382 +299,0.415649091,-0.387246002,61,-1.533042592,0.7363876366,8326.8554548 +300,-0.926533878,-0.188022748,61,-1.533042592,0.7363876366,4272.6622096 +301,1.258856172,-0.11716081,61,-1.533042592,0.7363876366,9701.7346344 +302,-1.126050026,0.322941926,61,-1.533042592,0.7363876366,2133.9910249 +303,2.002785835,0.07893892,61,-1.533042592,0.7363876366,8916.3240737 +304,0.440437607,0.746258085,61,-1.533042592,0.7363876366,5250.5977875 +305,-0.030391866,0.214441206,61,-1.533042592,0.7363876366,5455.791462 +306,0.521557815,-0.058929362,61,-1.533042592,0.7363876366,7781.2765851 +307,-0.097005111,0.13317729,61,-1.533042592,0.7363876366,5473.4467333 +308,1.83113859,0.221857587,61,-1.533042592,0.7363876366,8562.5623191 +309,0.222428864,0.099404236,61,-1.533042592,0.7363876366,6494.3631479 +310,-1.702731345,0.8728568183,61,-1.533042592,0.7363876366,712.53010915 +311,-0.418507569,0.278324921,61,-1.533042592,0.7363876366,4155.2740888 +312,-1.41153306,0.339029988,61,-1.533042592,0.7363876366,1625.8564435 +313,0.357560442,0.114788776,61,-1.533042592,0.7363876366,6836.23407 +314,0.325818979,0.268352149,61,-1.533042592,0.7363876366,6320.4845517 +315,-1.246004659,-0.663679965,61,-1.533042592,0.7363876366,5641.4544149 +316,1.814603087,0.637404484,61,-1.533042592,0.7363876366,6951.4469734 +317,1.843704281,-0.18300445,61,-1.533042592,0.7363876366,10105.153163 +318,1.690644492,-0.211480909,61,-1.533042592,0.7363876366,10345.490008 +319,-1.275451936,0.068109467,61,-1.533042592,0.7363876366,2799.2826155 +320,0.762430171,-0.207594741,61,-1.533042592,0.7363876366,8865.8537031 +321,0.265668905,-0.014647884,61,-1.533042592,0.7363876366,6927.6342757 +322,-2.773032013,-0.335515811,61,-1.533042592,0.7363876366,6197.7752898 +323,-1.469512853,0.174058777,61,-1.533042592,0.7363876366,2238.2971664 +324,0.286276986,0.785925691,61,-1.533042592,0.7363876366,4820.9712446 +325,-1.379324697,0.377432233,61,-1.533042592,0.7363876366,1510.7407073 +326,-1.203778265,0.212813032,61,-1.533042592,0.7363876366,2363.9504637 +327,0.579916301,0.611743168,61,-1.533042592,0.7363876366,5933.5480142 +328,0.267582642,0.868113908,61,-1.533042592,0.7363876366,4577.0373674 +329,0.412869244,-0.050245578,61,-1.533042592,0.7363876366,7448.9237444 +330,0.17524381,0.976660285,61,-1.533042592,0.7363876366,4149.4213998 +331,0.743157214,0.204812899,61,-1.533042592,0.7363876366,7569.6419564 +332,-1.070758176,0.269382282,61,-1.533042592,0.7363876366,2427.8749285 +333,-1.230364251,0.329790229,61,-1.533042592,0.7363876366,1904.6074352 +334,-1.374813124,-0.024926835,61,-1.533042592,0.7363876366,3068.3243932 +335,0.519780566,0.463669906,61,-1.533042592,0.7363876366,6248.9792058 +336,-1.55108034,0.239698561,61,-1.533042592,0.7363876366,1968.3584271 +337,0.180294813,0.029739425,61,-1.533042592,0.7363876366,6559.9473848 +338,0.67820924,0.268170153,61,-1.533042592,0.7363876366,7218.5027883 +339,0.445798684,1.024001867,61,-1.533042592,0.7363876366,4501.4443454 +340,0.691751283,0.150521402,61,-1.533042592,0.7363876366,7616.8416933 +341,-1.036643551,-0.903056181,61,-1.533042592,0.7363876366,6714.2207809 +342,-0.120287036,1.083325163,61,-1.533042592,0.7363876366,3429.5774484 +343,2.823513113,-0.304487164,61,-1.533042592,0.7363876366,8060.0936011 +344,0.457583172,1.12513373,61,-1.533042592,0.7363876366,4257.5913165 +345,0.042918831,0.813795399,61,-1.533042592,0.7363876366,4213.6429375 +346,1.196146777,-0.853142756,61,-1.533042592,0.7363876366,11216.056312 +347,0.206001358,-0.010430701,61,-1.533042592,0.7363876366,6742.5740719 +348,-0.268308653,0.234799412,61,-1.533042592,0.7363876366,4706.3234828 +349,0.759363263,0.736189579,61,-1.533042592,0.7363876366,5871.7790826 +350,0.181363926,0.891988372,61,-1.533042592,0.7363876366,4345.7085179 +351,-0.021111158,0.139103292,61,-1.533042592,0.7363876366,5680.3951798 +352,-0.093355215,0.630686981,61,-1.533042592,0.7363876366,4264.6189141 +353,0.40118964,0.681375926,61,-1.533042592,0.7363876366,5349.5856786 +354,-0.721197315,1.304706234,61,-1.533042592,0.7363876366,2665.1366254 +355,-1.076150317,0.212107639,61,-1.533042592,0.7363876366,2605.2033072 +356,-1.577164531,0.273993443,61,-1.533042592,0.7363876366,1837.6974675 +357,-0.190788414,0.182208586,61,-1.533042592,0.7363876366,5069.8285209 +358,-0.261349752,0.209710184,61,-1.533042592,0.7363876366,4791.4199802 +359,-1.029303852,0.083549259,61,-1.533042592,0.7363876366,3135.8369194 +360,-1.268609162,0.330525297,61,-1.533042592,0.7363876366,1836.7213581 +361,1.282982244,-0.926641967,61,-1.533042592,0.7363876366,11299.877076 +362,0.217352334,0.731352408,61,-1.533042592,0.7363876366,4805.3649483 +363,-1.511833084,0.258629297,61,-1.533042592,0.7363876366,1893.7881243 +364,0.338812194,0.823184618,61,-1.533042592,0.7363876366,4834.5771775 +365,-0.324406489,1.134201999,61,-1.533042592,0.7363876366,3040.2616284 +366,1.389579348,0.399185724,61,-1.533042592,0.7363876366,7874.9291898 +367,2.047152199,-0.039082036,61,-1.533042592,0.7363876366,9273.9060314 +368,0.947780369,0.568250077,61,-1.533042592,0.7363876366,6744.6699589 +369,0.763824846,0.576754987,61,-1.533042592,0.7363876366,6404.5937145 +370,-0.142334657,0.928153068,61,-1.533042592,0.7363876366,3587.2935144 +371,0.610266567,0.547265983,61,-1.533042592,0.7363876366,6195.3047253 +372,0.210731629,0.746815056,61,-1.533042592,0.7363876366,4751.9585237 +373,-1.34931644,0.316895224,61,-1.533042592,0.7363876366,1773.3210592 +374,2.407696481,0.655030745,61,-1.533042592,0.7363876366,6224.2045387 +375,0.64207831,0.545359131,61,-1.533042592,0.7363876366,6267.6047441 +376,1.174597538,0.840588356,61,-1.533042592,0.7363876366,6015.9133284 +377,0.660059424,0.010604079,61,-1.533042592,0.7363876366,7959.4789255 +378,-0.730263819,0.010486456,61,-1.533042592,0.7363876366,4047.8423833 +379,0.831068936,0.512339172,61,-1.533042592,0.7363876366,6742.2710631 +380,1.301180979,0.72367476,61,-1.533042592,0.7363876366,6556.9746677 +381,1.811128231,0.322854402,61,-1.533042592,0.7363876366,8183.2211421 +382,0.435105812,0.992284428,61,-1.533042592,0.7363876366,4567.8412978 +383,0.62643634,0.592027932,61,-1.533042592,0.7363876366,6089.5590499 +384,0.492988703,-0.516339467,61,-1.533042592,0.7363876366,8844.9461149 +385,-0.162469483,0.112549365,61,-1.533042592,0.7363876366,5335.786461 +386,0.314630866,0.472006421,61,-1.533042592,0.7363876366,5725.5643433 +387,0.166744804,0.822815954,61,-1.533042592,0.7363876366,4472.1832554 +388,0.417159608,0.965805736,61,-1.533042592,0.7363876366,4607.7122564 +389,0.106334961,0.868774244,61,-1.533042592,0.7363876366,4238.7515712 +390,0.815086969,-0.338144359,61,-1.533042592,0.7363876366,9366.1835269 +391,0.59867455,-0.230624824,61,-1.533042592,0.7363876366,8468.3571534 +392,1.915104874,0.066220985,61,-1.533042592,0.7363876366,9079.0237584 +393,1.278093622,0.064463721,61,-1.533042592,0.7363876366,9056.5301695 +394,-0.061477853,0.302997961,61,-1.533042592,0.7363876366,5137.1420957 +395,0.251311504,0.626976942,61,-1.533042592,0.7363876366,5151.8555849 +396,2.950242872,0.149095644,61,-1.533042592,0.7363876366,6486.043351 +397,-0.180294708,0.35375117,61,-1.533042592,0.7363876366,4665.0377891 +398,1.010448592,-0.351180233,61,-1.533042592,0.7363876366,9934.5154752 +399,-1.748740498,0.3686318073,61,-1.533042592,0.7363876366,1624.0060293 +400,2.699635665,0.123533791,61,-1.533042592,0.7363876366,7249.7312941 +401,0.496808033,0.823843254,61,-1.533042592,0.7363876366,5139.992625 +402,0.129574704,0.763364087,61,-1.533042592,0.7363876366,4525.7893395 +403,1.798920311,0.817447563,61,-1.533042592,0.7363876366,6252.8357922 +404,0.335987953,0.746786541,61,-1.533042592,0.7363876366,5029.7569932 +405,-1.085413643,0.292154671,61,-1.533042592,0.7363876366,2322.0208554 +406,-0.155321003,0.508207011,61,-1.533042592,0.7363876366,4368.5796732 +407,0.620529244,-0.301175104,61,-1.533042592,0.7363876366,8714.8104128 +408,1.684402744,0.368716966,61,-1.533042592,0.7363876366,8057.7245667 +409,0.300582244,-0.386397212,61,-1.533042592,0.7363876366,7988.7226437 +410,2.913555946,-0.009225192,61,-1.533042592,0.7363876366,7022.7414265 +411,1.465101417,0.493232532,61,-1.533042592,0.7363876366,7545.1844744 +412,0.090612882,0.907955955,61,-1.533042592,0.7363876366,4123.6132898 +413,2.987564726,-0.729568594,61,-1.533042592,0.7363876366,8542.6270003 +414,-1.484261606,0.224149272,61,-1.533042592,0.7363876366,2035.909787 +415,0.164073421,0.303955133,61,-1.533042592,0.7363876366,5777.560939 +416,0.141441293,0.167552546,61,-1.533042592,0.7363876366,6077.7334736 +417,2.931321023,-0.506718887,61,-1.533042592,0.7363876366,8227.4974218 +418,2.21951565,0.700596356,61,-1.533042592,0.7363876366,6344.54043 +419,0.268112576,1.199114336,61,-1.533042592,0.7363876366,3846.8822928 +420,0.978913739,0.359223811,61,-1.533042592,0.7363876366,7530.958473 +421,1.210898818,0.522863584,61,-1.533042592,0.7363876366,7249.1732907 +422,2.347397336,0.129231362,61,-1.533042592,0.7363876366,8100.0523422 +423,0.614394501,0.556878345,61,-1.533042592,0.7363876366,6174.1489781 +424,-1.398079356,0.148483366,61,-1.533042592,0.7363876366,2375.8575445 +425,2.535303836,-0.112984496,61,-1.533042592,0.7363876366,8377.5521602 +426,-1.019372593,-0.405322349,61,-1.533042592,0.7363876366,4897.4933699 +427,-1.297785627,-0.160104069,61,-1.533042592,0.7363876366,3652.1459878 +428,2.144554488,0.205051084,61,-1.533042592,0.7363876366,8236.2203058 +429,-2.242387083,-0.426171285,61,-1.533042592,0.7363876366,5285.3003205 +430,0.338637212,0.909723676,61,-1.533042592,0.7363876366,4612.1200381 +431,-0.148798452,0.691042401,61,-1.533042592,0.7363876366,3990.8833275 +432,0.893524764,0.441829531,61,-1.533042592,0.7363876366,7094.5831115 +433,0.969229347,-0.368847936,61,-1.533042592,0.7363876366,9873.4238394 +434,0.436043248,0.800045688,61,-1.533042592,0.7363876366,5091.1367039 +435,1.687946607,1.081504775,61,-1.533042592,0.7363876366,5238.6947276 +436,0.522302046,-0.034889271,61,-1.533042592,0.7363876366,7716.0820342 +437,-0.178996113,-0.438090009,61,-1.533042592,0.7363876366,6780.7654355 +438,-1.094339566,0.301444068,61,-1.533042592,0.7363876366,2272.4390907 +439,-1.064070054,0.242569932,61,-1.533042592,0.7363876366,2529.8404177 +440,-1.068153768,0.230387998,61,-1.533042592,0.7363876366,2561.1789906 +441,-3.00496892,-0.23989155,61,-1.533042592,0.7363876366,6573.070886 +442,0.21751974,0.766874888,61,-1.533042592,0.7363876366,4717.9602203 +443,0.117229532,0.007619006,61,-1.533042592,0.7363876366,6434.7438432 +444,0.777758451,0.420554741,61,-1.533042592,0.7363876366,6946.2677015 +445,-0.252356999,0.250747086,61,-1.533042592,0.7363876366,4712.3133344 +446,0.363148444,0.768483434,61,-1.533042592,0.7363876366,5029.5002554 +447,0.903191366,-0.118210676,61,-1.533042592,0.7363876366,8969.6163059 +448,-0.205755923,0.149406178,61,-1.533042592,0.7363876366,5111.7587478 +449,1.811996086,0.02364353,61,-1.533042592,0.7363876366,9346.5322415 +450,-1.100670221,0.314845373,61,-1.533042592,0.7363876366,2215.3729625 +451,0.340078597,0.850105132,61,-1.533042592,0.7363876366,4767.2629144 +452,0.258757267,0.804969236,61,-1.533042592,0.7363876366,4714.12703 +453,2.78505352,-0.155160804,61,-1.533042592,0.7363876366,7787.3087618 +454,0.800551619,0.105822106,61,-1.533042592,0.7363876366,8018.2588398 +455,0.437940882,-0.506194031,61,-1.533042592,0.7363876366,8663.4020426 +456,2.230431122,0.63458615,61,-1.533042592,0.7363876366,6566.1377265 +457,0.527965361,0.127667701,61,-1.533042592,0.7363876366,7265.7038322 +458,-0.063643205,0.702093448,61,-1.533042592,0.7363876366,4188.9900061 +459,1.408447268,0.133010502,61,-1.533042592,0.7363876366,8924.7873955 +460,0.523795955,0.280266966,61,-1.533042592,0.7363876366,6805.5689459 +461,-0.975769313,0.072177659,61,-1.533042592,0.7363876366,3283.7511422 +462,0.549774164,-0.463663986,61,-1.533042592,0.7363876366,8896.3050578 +463,0.29245874,1.095549818,61,-1.533042592,0.7363876366,4093.8928714 +464,0.143625958,0.816809593,61,-1.533042592,0.7363876366,4434.9729969 +465,0.671902494,0.611159853,61,-1.533042592,0.7363876366,6119.4401953 +466,1.239840988,0.6724199,61,-1.533042592,0.7363876366,6707.6785928 +467,0.607829703,-0.10932137,61,-1.533042592,0.7363876366,8163.3682787 +468,1.763020906,0.263996692,61,-1.533042592,0.7363876366,8441.3769173 +469,0.378714634,0.726066797,61,-1.533042592,0.7363876366,5177.4600781 +470,2.196736143,-0.153862366,61,-1.533042592,0.7363876366,9360.6050787 +471,0.01702415,0.148991565,61,-1.533042592,0.7363876366,5765.867331 +472,-2.998490902,-0.158002487,61,-1.533042592,0.7363876366,6335.7729587 +473,-3.051262951,-0.346595608,61,-1.533042592,0.7363876366,6985.2759615 +474,-1.069176439,0.182802941,61,-1.533042592,0.7363876366,2718.0425202 +475,0.167157509,0.595344954,61,-1.533042592,0.7363876366,5025.4983512 +476,0.613855648,0.681746124,61,-1.533042592,0.7363876366,5786.0292577 +477,1.037012736,0.682555367,61,-1.533042592,0.7363876366,6459.3303594 +478,-1.253574971,0.379755746,61,-1.533042592,0.7363876366,1689.7339379 +479,3.108590453,-0.132620738,61,-1.533042592,0.7363876366,6781.2070707 +480,0.565301296,0.022333262,61,-1.533042592,0.7363876366,7671.6764243 +481,0.547898238,0.855555614,61,-1.533042592,0.7363876366,5139.9640275 +482,0.948309381,0.417393755,61,-1.533042592,0.7363876366,7274.8203037 +483,-0.050600732,0.945269213,61,-1.533042592,0.7363876366,3757.8586313 +484,-0.977651478,-0.572363064,61,-1.533042592,0.7363876366,5563.574164 +485,1.102014914,0.728861163,61,-1.533042592,0.7363876366,6364.3700971 +486,2.927300795,-0.282939414,61,-1.533042592,0.7363876366,7701.5614637 +487,-1.154565557,0.124434095,61,-1.533042592,0.7363876366,2762.5026229 +488,1.855331234,0.291044755,61,-1.533042592,0.7363876366,8275.4201161 +489,0.830290659,0.276904518,61,-1.533042592,0.7363876366,7528.5250325 +490,0.485104466,-0.234867441,61,-1.533042592,0.7363876366,8151.0015848 +491,0.521367572,-0.33161327,61,-1.533042592,0.7363876366,8502.1329846 +1,-1.539031704,0.7349710123,62,-1.545143426,0.7349628011,17.95918544 +2,-1.536990553,0.7349663874,62,-1.545143426,0.7349628011,23.957075069 +3,-1.534951779,0.7349571355,62,-1.545143426,0.7349628011,29.948083913 +4,-1.532906461,0.7349480293,62,-1.545143426,0.7349628011,35.95839025 +5,-1.531320211,0.7346937278,62,-1.545143426,0.7349628011,40.638155826 +6,-1.539451648,0.7335131775,62,-1.545143426,0.7349628011,17.693772542 +7,-1.537429487,0.7335445708,62,-1.545143426,0.7349628011,23.367131614 +8,-1.535484998,0.7335658704,62,-1.545143426,0.7349628011,28.933074963 +9,-1.533488396,0.7336036027,62,-1.545143426,0.7349628011,34.689455427 +10,-1.531497785,0.7335842962,62,-1.545143426,0.7349628011,40.492244127 +11,-1.530259379,0.7334777758,62,-1.545143426,0.7349628011,44.159293504 +12,-1.5335454,0.7322346912,62,-1.545143426,0.7349628011,35.792725964 +13,-1.531489083,0.7322238773,62,-1.545143426,0.7349628011,41.61172863 +14,-1.530011122,0.7321679851,62,-1.545143426,0.7349628011,45.877665762 +15,-1.53348106,0.7306614094,62,-1.545143426,0.7349628011,38.330871969 +16,-1.531441779,0.7306962275,62,-1.545143426,0.7349628011,43.736464716 +17,-1.529755654,0.7306933243,62,-1.545143426,0.7349628011,48.357171197 +18,-1.533415048,0.7291384674,62,-1.545143426,0.7349628011,41.547747204 +19,-1.531392093,0.7291705353,62,-1.545143426,0.7349628011,46.558856195 +20,-1.529296523,0.7291214933,62,-1.545143426,0.7349628011,52.106947301 +21,-1.535280942,0.727267644,62,-1.545143426,0.7349628011,42.128039602 +22,-1.533378158,0.7276139666,62,-1.545143426,0.7349628011,45.282028296 +23,-1.531340368,0.7276446587,62,-1.545143426,0.7349628011,49.962211679 +24,-1.528960113,0.7276398177,62,-1.545143426,0.7349628011,55.836414362 +25,-1.533313146,0.7260818349,62,-1.545143426,0.7349628011,49.553984575 +26,-1.531259555,0.7260958115,62,-1.545143426,0.7349628011,53.956424406 +27,-1.528926415,0.7260865555,62,-1.545143426,0.7349628011,59.372875773 +28,-1.531226779,0.7245511789,62,-1.545143426,0.7349628011,58.212996004 +29,-1.528904772,0.7245519194,62,-1.545143426,0.7349628011,63.235890865 +30,-1.547195875,0.7409785979,62,-1.545143426,0.7349628011,24.575939049 +31,-1.5451475,0.740980426,62,-1.545143426,0.7349628011,23.835815256 +32,-1.543097679,0.7409798872,62,-1.545143426,0.7349628011,24.576090894 +33,-1.540720364,0.7409892687,62,-1.545143426,0.7349628011,27.162839507 +34,-1.547188511,0.7395198392,62,-1.545143426,0.7349628011,19.020583191 +35,-1.545148587,0.7395226109,62,-1.545143426,0.7349628011,18.061413171 +36,-1.543104538,0.7395314908,62,-1.545143426,0.7349628011,19.058667568 +37,-1.540727751,0.7395306258,62,-1.545143426,0.7349628011,22.249207501 +38,-1.547187029,0.7380014886,62,-1.545143426,0.7349628011,13.447426499 +39,-1.545147315,0.7380012252,62,-1.545143426,0.7349628011,12.035203459 +40,-1.54310719,0.7380060743,62,-1.545143426,0.7349628011,13.454064547 +41,-1.540719671,0.7380068206,62,-1.545143426,0.7349628011,17.71701305 +42,-1.547187189,0.7364799098,62,-1.545143426,0.7349628011,8.4928663428 +43,-1.545149996,0.7364853874,62,-1.545143426,0.7349628011,6.0309952667 +44,-1.543106091,0.7364823484,62,-1.545143426,0.7349628011,8.4863809631 +45,-1.540717158,0.7364893901,62,-1.545143426,0.7349628011,14.335291002 +46,-1.538663972,0.7410138672,62,-1.545143426,0.7349628011,30.577848033 +47,-1.53695285,0.7409699132,62,-1.545143426,0.7349628011,33.797545037 +48,-1.534910498,0.7409641297,62,-1.545143426,0.7349628011,38.266436814 +49,-1.533145034,0.7409536636,62,-1.545143426,0.7349628011,42.419548646 +50,-1.538681336,0.7395405883,62,-1.545143426,0.7349628011,26.227290391 +51,-1.536999189,0.7395183096,62,-1.545143426,0.7349628011,29.932669902 +52,-1.534923633,0.7395144222,62,-1.545143426,0.7349628011,34.973852694 +53,-1.533267822,0.7395654306,62,-1.545143426,0.7349628011,39.307044625 +54,-1.53867273,0.7380151077,62,-1.545143426,0.7349628011,22.510189459 +55,-1.536980576,0.7379994392,62,-1.545143426,0.7349628011,26.803794417 +56,-1.534931522,0.7379944961,62,-1.545143426,0.7349628011,32.282909627 +57,-1.533387952,0.7379480264,62,-1.545143426,0.7349628011,36.466856045 +58,-1.538682279,0.7364914363,62,-1.545143426,0.7349628011,19.915624709 +59,-1.536980704,0.7364810563,62,-1.545143426,0.7349628011,24.712477546 +60,-1.534935567,0.7364752065,62,-1.545143426,0.7349628011,30.567879065 +61,-1.533042592,0.7363876366,62,-1.545143426,0.7349628011,35.980555684 +62,-1.545143426,0.7349628011,62,-1.545143426,0.7349628011,2.9973170991 +63,-1.543105297,0.7349691947,62,-1.545143426,0.7349628011,5.989056273 +64,-1.541064533,0.7349647152,62,-1.545143426,0.7349628011,11.985776093 +65,-1.545411803,0.7334624714,62,-1.545143426,0.7349628011,5.9949738553 +66,-1.543446606,0.7334780896,62,-1.545143426,0.7349628011,7.7123224308 +67,-1.541475327,0.7334957295,62,-1.545143426,0.7349628011,12.251621764 +68,-1.545401939,0.731963266,62,-1.545143426,0.7349628011,11.90548354 +69,-1.54342253,0.7319915583,62,-1.545143426,0.7349628011,12.812170949 +70,-1.541455867,0.7320216438,62,-1.545143426,0.7349628011,15.9200593 +71,-1.545410146,0.7304422281,62,-1.545143426,0.7349628011,17.923203805 +72,-1.543435491,0.7304713664,62,-1.545143426,0.7349628011,18.48768254 +73,-1.541463105,0.7304997613,62,-1.545143426,0.7349628011,20.73503017 +74,-1.545414768,0.7289194936,62,-1.545143426,0.7349628011,23.950888598 +75,-1.543435774,0.7289538557,62,-1.545143426,0.7349628011,24.327436325 +76,-1.541457714,0.7289765881,62,-1.545143426,0.7349628011,26.079904254 +77,-1.539449415,0.7320555866,62,-1.545143426,0.7349628011,20.329626853 +78,-1.537429183,0.7321097681,62,-1.545143426,0.7349628011,25.355091565 +79,-1.535472649,0.7321497267,62,-1.545143426,0.7349628011,30.55747151 +80,-1.539457899,0.7305333307,62,-1.545143426,0.7349628011,24.250080225 +81,-1.537453161,0.7305750503,62,-1.545143426,0.7349628011,28.543656455 +82,-1.535479385,0.7306124949,62,-1.545143426,0.7349628011,33.264376807 +83,-1.53946905,0.7290102593,62,-1.545143426,0.7349628011,28.903992839 +84,-1.537459922,0.7290417293,62,-1.545143426,0.7349628011,32.596674764 +85,-1.535451349,0.7290890157,62,-1.545143426,0.7349628011,36.83366081 +86,-1.535522937,0.7279887191,62,-1.545143426,0.7349628011,39.589177637 +87,-1.539442524,0.7274735939,62,-1.545143426,0.7349628011,34.095784555 +88,-1.537424111,0.727521351,62,-1.545143426,0.7349628011,37.23955834 +89,-1.539384641,0.7259505092,62,-1.545143426,0.7349628011,39.534898164 +90,-1.537372391,0.7259947145,62,-1.545143426,0.7349628011,42.27893759 +91,-1.535340789,0.7260435356,62,-1.545143426,0.7349628011,45.65679486 +92,-1.539325716,0.7244369706,62,-1.545143426,0.7349628011,45.092226874 +93,-1.537308932,0.7244801057,62,-1.545143426,0.7349628011,47.529647485 +94,-1.535289068,0.7245247645,62,-1.545143426,0.7349628011,50.55488091 +95,-1.533261366,0.7245550236,62,-1.545143426,0.7349628011,54.129615655 +96,-1.539267302,0.722921924,62,-1.545143426,0.7349628011,50.755163491 +97,-1.537248972,0.7229660258,62,-1.545143426,0.7349628011,52.934129809 +98,-1.535219431,0.7229916471,62,-1.545143426,0.7349628011,55.749413685 +99,-1.53318962,0.7230212049,62,-1.545143426,0.7349628011,59.029242433 +100,-1.531154816,0.7230299897,62,-1.545143426,0.7349628011,62.784135368 +101,-1.528878341,0.7230370244,62,-1.545143426,0.7349628011,67.38148814 +102,-1.539218189,0.7214009878,62,-1.545143426,0.7349628011,56.502293005 +103,-1.537198791,0.7214422745,62,-1.545143426,0.7349628011,58.47857044 +104,-1.535179266,0.7214634354,62,-1.545143426,0.7349628011,61.047901848 +105,-1.533156501,0.7214944644,62,-1.545143426,0.7349628011,64.044770258 +106,-1.53113574,0.7215166021,62,-1.545143426,0.7349628011,67.464153056 +107,-1.528874248,0.7215345535,62,-1.545143426,0.7349628011,71.708949403 +108,-1.539217656,0.7198512397,62,-1.545143426,0.7349628011,62.371244819 +109,-1.537199919,0.7199428763,62,-1.545143426,0.7349628011,63.966606905 +110,-1.545425832,0.727397149,62,-1.545143426,0.7349628011,29.9791137 +111,-1.543371177,0.7273916949,62,-1.545143426,0.7349628011,30.441005422 +112,-1.541368852,0.7274523163,62,-1.545143426,0.7349628011,31.762556682 +113,-1.545349067,0.7258710923,62,-1.545143426,0.7349628011,36.017369285 +114,-1.54332671,0.7258603556,62,-1.545143426,0.7349628011,36.451061225 +115,-1.541346831,0.7259242142,62,-1.545143426,0.7349628011,37.51329589 +116,-1.545324355,0.7243383958,62,-1.545143426,0.7349628011,42.086659492 +117,-1.543292796,0.7243617413,62,-1.545143426,0.7349628011,42.344796752 +118,-1.541295822,0.7244024384,62,-1.545143426,0.7349628011,43.344658846 +119,-1.543193859,0.7205570215,62,-1.545143426,0.7349628011,57.351854208 +120,-1.550257047,0.7386738187,62,-1.545143426,0.7349628011,21.002440553 +121,-1.549335448,0.7311736483,62,-1.545143426,0.7349628011,19.429936253 +122,-1.533478843,0.7179891343,62,-1.545143426,0.7349628011,75.584416196 +123,-1.556150555,0.738907041,62,-1.545143426,0.7349628011,35.867797851 +124,-1.554324226,0.733414257,62,-1.545143426,0.7349628011,27.684563543 +125,-1.554290846,0.7288285332,62,-1.545143426,0.7349628011,36.289018797 +126,-1.55122487,0.7219795312,62,-1.545143426,0.7349628011,54.477375856 +127,-1.525104458,0.7229399862,62,-1.545143426,0.7349628011,75.978382889 +128,-1.519607711,0.7236181429,62,-1.545143426,0.7349628011,87.790026624 +129,-1.513899999,0.7251107854,62,-1.545143426,0.7349628011,100.13062541 +130,-1.536620762,0.7431061895,62,-1.545143426,0.7349628011,40.779959389 +131,-1.5369566,0.7460845958,62,-1.545143426,0.7349628011,50.135776871 +132,-1.545345528,0.7447040685,62,-1.545143426,0.7349628011,38.589689855 +133,-1.532813921,0.7432306626,62,-1.545143426,0.7349628011,48.736767419 +134,-1.554788248,0.7382381001,62,-1.545143426,0.7349628011,31.131200817 +135,-1.540348126,0.7301594274,62,-1.545143426,0.7349628011,23.694090461 +136,-1.538016084,0.7239051786,62,-1.545143426,0.7349628011,48.593975744 +137,-1.525288962,0.7258085137,62,-1.545143426,0.7349628011,68.895742753 +138,-1.534326986,0.731241342,62,-1.545143426,0.7349628011,35.084189003 +139,-1.530733872,0.7303625216,62,-1.545143426,0.7349628011,46.177186026 +141,-1.534354939,0.7328219978,62,-1.545143426,0.7349628011,32.845894643 +142,-1.53157084,0.7292888153,62,-1.545143426,0.7349628011,45.868148225 +143,-1.525691035,0.7263799874,62,-1.545143426,0.7349628011,66.695778034 +144,-1.534031287,0.7495967835,62,-1.545143426,0.7349628011,66.422836779 +145,-1.527714986,0.7283095957,62,-1.545143426,0.7349628011,57.732190733 +146,-1.526189586,0.7271468292,62,-1.545143426,0.7349628011,63.892739732 +147,-1.555177336,0.7375563366,62,-1.545143426,0.7349628011,31.190219845 +148,-1.555080283,0.7312707794,62,-1.545143426,0.7349628011,32.700231739 +149,-1.53856994,0.7224180299,62,-1.545143426,0.7349628011,53.351695269 +150,-1.530837883,0.729933372,62,-1.545143426,0.7349628011,46.604268373 +151,-1.515066984,0.5854133365,62,-1.545143426,0.7349628011,599.7541121 +152,-1.534731633,0.5368370046,62,-1.545143426,0.7349628011,785.47132955 +153,-1.515231902,0.5607085576,62,-1.545143426,0.7349628011,696.61238761 +154,-2.616253799,1.0684566605,62,-1.545143426,0.7349628011,2809.2596176 +155,-1.956071439,0.5792177723,62,-1.545143426,0.7349628011,1422.4277535 +156,-1.951208514,0.5602434208,62,-1.545143426,0.7349628011,1450.7743357 +157,-1.944675062,0.6062144545,62,-1.545143426,0.7349628011,1335.3686869 +158,-1.613778386,0.6077989518,62,-1.545143426,0.7349628011,546.65785915 +159,-2.035029014,0.6021432345,62,-1.545143426,0.7349628011,1602.3589651 +160,-2.114989471,0.6801825058,62,-1.545143426,0.7349628011,1718.4013242 +161,-2.037382079,0.5765830025,62,-1.545143426,0.7349628011,1658.1815085 +162,-2.129855121,0.6585019963,62,-1.545143426,0.7349628011,1790.1145286 +163,-2.075141798,0.6493615843,62,-1.545143426,0.7349628011,1642.2423525 +164,-1.828626729,0.6948433129,62,-1.545143426,0.7349628011,861.32407728 +165,-1.863329418,0.6735427691,62,-1.545143426,0.7349628011,988.7078545 +166,-1.266037071,0.727988852,62,-1.545143426,0.7349628011,821.99380165 +167,-1.277579582,0.7249010648,62,-1.545143426,0.7349628011,789.74274494 +168,-1.258418684,0.7241194816,62,-1.545143426,0.7349628011,846.43700406 +169,-1.317813974,0.6804850104,62,-1.545143426,0.7349628011,716.57026314 +170,-1.344165204,0.6790988904,62,-1.545143426,0.7349628011,643.79097341 +171,-1.427582102,0.5277120351,62,-1.545143426,0.7349628011,902.12704348 +172,-1.402238616,0.457167829,62,-1.545143426,0.7349628011,1194.4442847 +173,-1.422454264,0.4996161999,62,-1.545143426,0.7349628011,1012.0086147 +174,-1.439089277,0.4894859811,62,-1.545143426,0.7349628011,1030.5850583 +175,-1.448126995,0.5182330266,62,-1.545143426,0.7349628011,912.60895277 +176,-1.474626146,0.5881926574,62,-1.545143426,0.7349628011,621.52488364 +177,-1.421139645,0.5584869783,62,-1.545143426,0.7349628011,800.7075008 +178,-1.457037165,0.565943032,62,-1.545143426,0.7349628011,724.44788089 +179,-2.757159358,0.3745319,62,-1.545143426,0.7349628011,4203.7634545 +180,-2.714309238,0.342054471,62,-1.545143426,0.7349628011,4156.5133004 +181,-2.000525337,0.774119946,62,-1.545143426,0.7349628011,1317.6721784 +183,-1.571413436,0.6777838382,62,-1.545143426,0.7349628011,239.90857421 +184,-1.552860289,0.6987663893,62,-1.545143426,0.7349628011,145.21327617 +185,-1.521852374,0.7165827476,62,-1.545143426,0.7349628011,100.30771697 +186,-1.503656267,0.6928968252,62,-1.545143426,0.7349628011,207.79959828 +187,-1.502753178,0.7136205882,62,-1.545143426,0.7349628011,151.52020154 +188,-1.631894563,0.7343596465,62,-1.545143426,0.7349628011,254.96210222 +189,-1.653765416,0.6770714026,62,-1.545143426,0.7349628011,399.54199018 +190,-1.719812114,0.6715965947,62,-1.545143426,0.7349628011,583.84542949 +191,-1.493406659,0.6646955447,62,-1.545143426,0.7349628011,319.38529752 +192,-1.469120564,0.6613469966,62,-1.545143426,0.7349628011,371.68548143 +193,-1.590551461,0.5326612937,62,-1.545143426,0.7349628011,814.20046921 +194,-1.625979264,0.5247742243,62,-1.545143426,0.7349628011,871.46301156 +195,-1.572293943,0.5238808754,62,-1.545143426,0.7349628011,840.55948464 +196,-1.610848725,0.5477107964,62,-1.545143426,0.7349628011,770.24117338 +197,-1.208485554,0.7918526018,62,-1.545143426,0.7349628011,986.83218562 +198,-1.335601374,0.6869083083,62,-1.545143426,0.7349628011,656.44645345 +199,-1.346156996,0.6825213377,62,-1.545143426,0.7349628011,632.80061212 +200,-1.324381037,0.6741422347,62,-1.545143426,0.7349628011,707.61429635 +201,-1.242424992,0.7378949807,62,-1.545143426,0.7349628011,886.89332656 +202,-1.270370057,0.7392461008,62,-1.545143426,0.7349628011,804.88116279 +203,-1.448950472,0.7441675014,62,-1.545143426,0.7349628011,283.78229642 +204,-1.492662363,0.7523026852,62,-1.545143426,0.7349628011,167.69643401 +205,-1.479098966,0.7763855017,62,-1.545143426,0.7349628011,251.28934612 +206,-1.633760714,0.7869022408,62,-1.545143426,0.7349628011,326.90953468 +207,-1.647406434,0.8101289331,62,-1.545143426,0.7349628011,415.45580781 +208,-1.564245052,0.5701509278,62,-1.545143426,0.7349628011,655.56466605 +209,-1.646289963,0.6833746083,62,-1.545143426,0.7349628011,366.19834909 +210,-1.5820631,0.6751952144,62,-1.545143426,0.7349628011,261.60361091 +211,-1.613236298,0.6681681791,62,-1.545143426,0.7349628011,335.24028121 +212,-1.914661867,0.8212566515,62,-1.545143426,0.7349628011,1093.0884048 +213,-1.742133237,0.7250275956,62,-1.545143426,0.7349628011,582.34885395 +214,-2.033144872,0.6557314699,62,-1.545143426,0.7349628011,1509.8465684 +215,-2.039551981,0.6964723658,62,-1.545143426,0.7349628011,1478.8346471 +216,-1.247341019,0.7622473908,62,-1.545143426,0.7349628011,869.37912431 +217,-1.298239787,0.7084123392,62,-1.545143426,0.7349628011,740.78052475 +218,-1.308539688,0.6926545592,62,-1.545143426,0.7349628011,727.08923311 +219,-1.303263185,0.6888938396,62,-1.545143426,0.7349628011,747.03674178 +220,-1.852400229,0.6004246149,62,-1.545143426,0.7349628011,1091.1478215 +221,-1.288947707,0.7473773692,62,-1.545143426,0.7349628011,749.2525759 +222,-1.372031502,0.7472790993,62,-1.545143426,0.7349628011,507.89543766 +223,-1.289805721,0.7242157877,62,-1.545143426,0.7349628011,754.21782189 +224,-1.350807603,0.7533498126,62,-1.545143426,0.7349628011,570.51441343 +225,-1.329290365,0.7560442322,62,-1.545143426,0.7349628011,633.13071653 +226,-1.410153004,0.616936428,62,-1.545143426,0.7349628011,625.98355857 +227,-1.393445434,0.6308995063,62,-1.545143426,0.7349628011,621.62359759 +228,-1.37595573,0.6241540638,62,-1.545143426,0.7349628011,680.65885689 +229,-1.358388707,0.6172645205,62,-1.545143426,0.7349628011,740.7892528 +230,-1.753741133,0.8281661666,62,-1.545143426,0.7349628011,691.84860451 +231,-1.47430987,0.6834615681,62,-1.545143426,0.7349628011,294.80295127 +232,-1.421012508,0.7222725206,62,-1.545143426,0.7349628011,370.15819033 +233,-1.4476833,0.6978557868,62,-1.545143426,0.7349628011,326.04361209 +234,-1.470370723,0.6966193374,62,-1.545143426,0.7349628011,270.15356577 +235,-1.429211703,0.7037216883,62,-1.545143426,0.7349628011,366.80590033 +236,-1.700578405,0.6178673663,62,-1.545143426,0.7349628011,666.84584903 +237,-1.678117619,0.6331716163,62,-1.545143426,0.7349628011,573.29621766 +238,-1.725644578,0.6316331145,62,-1.545143426,0.7349628011,688.31882148 +239,-2.14012759,0.7930497945,62,-1.545143426,0.7349628011,1704.2144699 +240,-2.103289431,0.7653606263,62,-1.545143426,0.7349628011,1611.7599538 +241,-1.318739838,0.7017808746,62,-1.545143426,0.7349628011,687.12871675 +242,-1.396417427,0.7077900843,62,-1.545143426,0.7349628011,455.04530237 +243,-1.35650337,0.7185539404,62,-1.545143426,0.7349628011,561.79416726 +244,-1.248884539,0.7274156818,62,-1.545143426,0.7349628011,872.59153816 +245,-1.395014798,0.5761185243,62,-1.545143426,0.7349628011,785.25942564 +246,-1.433377362,0.6064716109,62,-1.545143426,0.7349628011,615.45142484 +247,-1.408172432,0.5903155476,62,-1.545143426,0.7349628011,714.28723461 +248,-1.749645898,0.7757118084,62,-1.545143426,0.7349628011,610.8158651 +249,-1.571626686,0.615046989,62,-1.545143426,0.7349628011,481.97043449 +250,-1.514070049,0.6303003037,62,-1.545143426,0.7349628011,425.39632898 +251,-1.480890369,0.6237966528,62,-1.545143426,0.7349628011,482.66709394 +252,-1.704390658,0.5281680612,62,-1.545143426,0.7349628011,963.08374284 +253,-1.64434733,0.5254277498,62,-1.545143426,0.7349628011,888.0562341 +254,-1.703855997,0.4792484842,62,-1.545143426,0.7349628011,1135.2400129 +255,-1.692002383,0.5748825051,62,-1.545143426,0.7349628011,783.25975208 +256,-1.854136457,0.5544643913,62,-1.545143426,0.7349628011,1207.6168263 +257,-1.665021206,0.520317736,62,-1.545143426,0.7349628011,932.22559516 +258,-1.733654349,0.4845187345,62,-1.545143426,0.7349628011,1163.4355605 +259,-1.720938188,0.5135933906,62,-1.545143426,0.7349628011,1041.3647937 +260,-1.742668307,0.553296122,62,-1.545143426,0.7349628011,951.75440418 +261,-1.965659039,0.7142126903,62,-1.545143426,0.7349628011,1245.7680446 +262,-1.944438071,0.6772834804,62,-1.545143426,0.7349628011,1221.0548079 +263,-1.270340967,0.7681487096,62,-1.545143426,0.7349628011,804.78723545 +264,-1.353091884,0.6549276821,62,-1.545143426,0.7349628011,664.0114673 +265,-1.333236659,0.6413584414,62,-1.545143426,0.7349628011,745.81689794 +266,-1.352015998,0.6753788907,62,-1.545143426,0.7349628011,627.9185114 +267,-1.377988483,0.6577816235,62,-1.545143426,0.7349628011,592.30639673 +268,-2.13075611,0.8318642051,62,-1.545143426,0.7349628011,1673.6287951 +269,-2.097910953,0.8259670014,62,-1.545143426,0.7349628011,1585.2970205 +270,-1.416382069,0.6694271549,62,-1.545143426,0.7349628011,467.68845704 +271,-1.538905672,0.7535625993,62,-1.545143426,0.7349628011,75.882242767 +272,-1.572309477,0.7803125099,62,-1.545143426,0.7349628011,195.8918772 +273,-1.87759879,0.7503853417,62,-1.545143426,0.7349628011,969.91626076 +274,1.152365588,0.590457682,62,-1.545143426,0.7349628011,6951.4903271 +275,0.350198001,0.718001859,62,-1.545143426,0.7349628011,5167.8266995 +276,0.046513677,0.491503852,62,-1.545143426,0.7349628011,5003.2829708 +277,0.027510309,0.742571376,62,-1.545143426,0.7349628011,4362.3839302 +278,0.306285725,-0.214631579,62,-1.545143426,0.7349628011,7611.1237029 +279,-1.100564889,0.318051531,62,-1.545143426,0.7349628011,2228.6415832 +280,-1.078582306,0.301437596,62,-1.545143426,0.7349628011,2331.0331726 +281,-1.137371989,-0.617634065,62,-1.545143426,0.7349628011,5557.7941171 +282,0.784356344,0.703272339,62,-1.545143426,0.7349628011,6046.0847519 +283,-1.221209947,0.218327455,62,-1.545143426,0.7349628011,2330.7318963 +284,2.347301921,-0.449114658,62,-1.545143426,0.7349628011,9763.9574872 +285,0.246820618,0.830553713,62,-1.545143426,0.7349628011,4655.1559677 +286,0.829414965,0.703288228,62,-1.545143426,0.7349628011,6117.7771686 +287,-1.337537566,0.42332223,62,-1.545143426,0.7349628011,1410.0046922 +288,0.882453706,0.454478077,62,-1.545143426,0.7349628011,7057.4405873 +289,1.575629659,0.416419109,62,-1.545143426,0.7349628011,7882.5871025 +290,-1.039455679,0.229888244,62,-1.545143426,0.7349628011,2648.0607082 +291,0.489558039,0.934482747,62,-1.545143426,0.7349628011,4839.0387289 +292,0.081344504,0.88384514,62,-1.545143426,0.7349628011,4183.1803458 +293,-1.547979814,0.300350308,62,-1.545143426,0.7349628011,1721.5269007 +294,0.040776181,0.168560074,62,-1.545143426,0.7349628011,5819.4471171 +295,-1.130374745,0.563894876,62,-1.545143426,0.7349628011,1466.5285999 +296,1.578326642,0.478507176,62,-1.545143426,0.7349628011,7636.8367197 +297,-1.12861823,-0.291640865,62,-1.545143426,0.7349628011,4342.056858 +298,0.310524208,0.770885792,62,-1.545143426,0.7349628011,4941.4043959 +299,0.415649091,-0.387246002,62,-1.545143426,0.7349628011,8362.0271764 +300,-0.926533878,-0.188022748,62,-1.545143426,0.7349628011,4291.0715918 +301,1.258856172,-0.11716081,62,-1.545143426,0.7349628011,9725.2293886 +302,-1.126050026,0.322941926,62,-1.545143426,0.7349628011,2156.4252558 +303,2.002785835,0.07893892,62,-1.545143426,0.7349628011,8903.4816063 +304,0.440437607,0.746258085,62,-1.545143426,0.7349628011,5279.3196634 +305,-0.030391866,0.214441206,62,-1.545143426,0.7349628011,5491.7460042 +306,0.521557815,-0.058929362,62,-1.545143426,0.7349628011,7816.8974707 +307,-0.097005111,0.13317729,62,-1.545143426,0.7349628011,5509.0537877 +308,1.83113859,0.221857587,62,-1.545143426,0.7349628011,8558.5445818 +309,0.222428864,0.099404236,62,-1.545143426,0.7349628011,6530.3079681 +310,-1.702731345,0.8728568183,62,-1.545143426,0.7349628011,696.04410473 +311,-0.418507569,0.278324921,62,-1.545143426,0.7349628011,4190.1684651 +312,-1.41153306,0.339029988,62,-1.545143426,0.7349628011,1631.1410731 +313,0.357560442,0.114788776,62,-1.545143426,0.7349628011,6871.8134776 +314,0.325818979,0.268352149,62,-1.545143426,0.7349628011,6355.4596425 +315,-1.246004659,-0.663679965,62,-1.545143426,0.7349628011,5644.1364658 +316,1.814603087,0.637404484,62,-1.545143426,0.7349628011,6950.8913079 +317,1.843704281,-0.18300445,62,-1.545143426,0.7349628011,10095.306977 +318,1.690644492,-0.211480909,62,-1.545143426,0.7349628011,10344.999022 +319,-1.275451936,0.068109467,62,-1.545143426,0.7349628011,2808.3191484 +320,0.762430171,-0.207594741,62,-1.545143426,0.7349628011,8900.9990715 +321,0.265668905,-0.014647884,62,-1.545143426,0.7349628011,6963.6130995 +322,-2.773032013,-0.335515811,62,-1.545143426,0.7349628011,6163.5457843 +323,-1.469512853,0.174058777,62,-1.545143426,0.7349628011,2237.2449765 +324,0.286276986,0.785925691,62,-1.545143426,0.7349628011,4850.7124578 +325,-1.379324697,0.377432233,62,-1.545143426,0.7349628011,1519.6388534 +326,-1.203778265,0.212813032,62,-1.545143426,0.7349628011,2379.5945232 +327,0.579916301,0.611743168,62,-1.545143426,0.7349628011,5962.4637014 +328,0.267582642,0.868113908,62,-1.545143426,0.7349628011,4605.5105294 +329,0.412869244,-0.050245578,62,-1.545143426,0.7349628011,7484.8225799 +330,0.17524381,0.976660285,62,-1.545143426,0.7349628011,4176.4497099 +331,0.743157214,0.204812899,62,-1.545143426,0.7349628011,7601.1125382 +332,-1.070758176,0.269382282,62,-1.545143426,0.7349628011,2450.9300491 +333,-1.230364251,0.329790229,62,-1.545143426,0.7349628011,1922.1676863 +334,-1.374813124,-0.024926835,62,-1.545143426,0.7349628011,3071.1400427 +335,0.519780566,0.463669906,62,-1.545143426,0.7349628011,6280.5129703 +336,-1.55108034,0.239698561,62,-1.545143426,0.7349628011,1961.8475001 +337,0.180294813,0.029739425,62,-1.545143426,0.7349628011,6595.9054522 +338,0.67820924,0.268170153,62,-1.545143426,0.7349628011,7250.1910486 +339,0.445798684,1.024001867,62,-1.545143426,0.7349628011,4524.8721216 +340,0.691751283,0.150521402,62,-1.545143426,0.7349628011,7649.5749761 +341,-1.036643551,-0.903056181,62,-1.545143426,0.7349628011,6719.5176583 +342,-0.120287036,1.083325163,62,-1.545143426,0.7349628011,3455.6074391 +343,2.823513113,-0.304487164,62,-1.545143426,0.7349628011,8024.5405729 +344,0.457583172,1.12513373,62,-1.545143426,0.7349628011,4278.4810228 +345,0.042918831,0.813795399,62,-1.545143426,0.7349628011,4245.0003726 +346,1.196146777,-0.853142756,62,-1.545143426,0.7349628011,11243.807763 +347,0.206001358,-0.010430701,62,-1.545143426,0.7349628011,6778.5138172 +348,-0.268308653,0.234799412,62,-1.545143426,0.7349628011,4741.7261389 +349,0.759363263,0.736189579,62,-1.545143426,0.7349628011,5896.2076759 +350,0.181363926,0.891988372,62,-1.545143426,0.7349628011,4374.5044861 +351,-0.021111158,0.139103292,62,-1.545143426,0.7349628011,5716.2328584 +352,-0.093355215,0.630686981,62,-1.545143426,0.7349628011,4299.25102 +353,0.40118964,0.681375926,62,-1.545143426,0.7349628011,5379.7243153 +354,-0.721197315,1.304706234,62,-1.545143426,0.7349628011,2681.4206671 +355,-1.076150317,0.212107639,62,-1.545143426,0.7349628011,2626.5286817 +356,-1.577164531,0.273993443,62,-1.545143426,0.7349628011,1829.1570915 +357,-0.190788414,0.182208586,62,-1.545143426,0.7349628011,5105.2947755 +358,-0.261349752,0.209710184,62,-1.545143426,0.7349628011,4826.717466 +359,-1.029303852,0.083549259,62,-1.545143426,0.7349628011,3155.9336606 +360,-1.268609162,0.330525297,62,-1.545143426,0.7349628011,1852.059551 +361,1.282982244,-0.926641967,62,-1.545143426,0.7349628011,11319.408442 +362,0.217352334,0.731352408,62,-1.545143426,0.7349628011,4836.6068953 +363,-1.511833084,0.258629297,62,-1.545143426,0.7349628011,1890.1909756 +364,0.338812194,0.823184618,62,-1.545143426,0.7349628011,4863.1532433 +365,-0.324406489,1.134201999,62,-1.545143426,0.7349628011,3065.1196905 +366,1.389579348,0.399185724,62,-1.545143426,0.7349628011,7888.0169778 +367,2.047152199,-0.039082036,62,-1.545143426,0.7349628011,9257.1882352 +368,0.947780369,0.568250077,62,-1.545143426,0.7349628011,6767.90289 +369,0.763824846,0.576754987,62,-1.545143426,0.7349628011,6431.1842578 +370,-0.142334657,0.928153068,62,-1.545143426,0.7349628011,3617.6177203 +371,0.610266567,0.547265983,62,-1.545143426,0.7349628011,6224.6572021 +372,0.210731629,0.746815056,62,-1.545143426,0.7349628011,4783.0277401 +373,-1.34931644,0.316895224,62,-1.545143426,0.7349628011,1782.858952 +374,2.407696481,0.655030745,62,-1.545143426,0.7349628011,6208.5176934 +375,0.64207831,0.545359131,62,-1.545143426,0.7349628011,6296.5292021 +376,1.174597538,0.840588356,62,-1.545143426,0.7349628011,6031.1841179 +377,0.660059424,0.010604079,62,-1.545143426,0.7349628011,7993.8095483 +378,-0.730263819,0.010486456,62,-1.545143426,0.7349628011,4074.9065518 +379,0.831068936,0.512339172,62,-1.545143426,0.7349628011,6768.5193027 +380,1.301180979,0.72367476,62,-1.545143426,0.7349628011,6570.4084832 +381,1.811128231,0.322854402,62,-1.545143426,0.7349628011,8180.7913312 +382,0.435105812,0.992284428,62,-1.545143426,0.7349628011,4592.0807121 +383,0.62643634,0.592027932,62,-1.545143426,0.7349628011,6118.0919614 +384,0.492988703,-0.516339467,62,-1.545143426,0.7349628011,8879.3920603 +385,-0.162469483,0.112549365,62,-1.545143426,0.7349628011,5371.0206041 +386,0.314630866,0.472006421,62,-1.545143426,0.7349628011,5759.0449838 +387,0.166744804,0.822815954,62,-1.545143426,0.7349628011,4502.3981779 +388,0.417159608,0.965805736,62,-1.545143426,0.7349628011,4632.7073549 +389,0.106334961,0.868774244,62,-1.545143426,0.7349628011,4268.6249077 +390,0.815086969,-0.338144359,62,-1.545143426,0.7349628011,9401.8397856 +391,0.59867455,-0.230624824,62,-1.545143426,0.7349628011,8504.2731245 +392,1.915104874,0.066220985,62,-1.545143426,0.7349628011,9069.6697329 +393,1.278093622,0.064463721,62,-1.545143426,0.7349628011,9076.6561188 +394,-0.061477853,0.302997961,62,-1.545143426,0.7349628011,5173.1204952 +395,0.251311504,0.626976942,62,-1.545143426,0.7349628011,5184.2022029 +396,2.950242872,0.149095644,62,-1.545143426,0.7349628011,6453.1587698 +397,-0.180294708,0.35375117,62,-1.545143426,0.7349628011,4701.0090568 +398,1.010448592,-0.351180233,62,-1.545143426,0.7349628011,9968.7252452 +399,-1.748740498,0.3686318073,62,-1.545143426,0.7349628011,1601.6676319 +400,2.699635665,0.123533791,62,-1.545143426,0.7349628011,7219.5999078 +401,0.496808033,0.823843254,62,-1.545143426,0.7349628011,5166.7633504 +402,0.129574704,0.763364087,62,-1.545143426,0.7349628011,4557.2939978 +403,1.798920311,0.817447563,62,-1.545143426,0.7349628011,6253.6846966 +404,0.335987953,0.746786541,62,-1.545143426,0.7349628011,5059.6216858 +405,-1.085413643,0.292154671,62,-1.545143426,0.7349628011,2345.1637686 +406,-0.155321003,0.508207011,62,-1.545143426,0.7349628011,4404.2668993 +407,0.620529244,-0.301175104,62,-1.545143426,0.7349628011,8750.7883258 +408,1.684402744,0.368716966,62,-1.545143426,0.7349628011,8060.3155476 +409,0.300582244,-0.386397212,62,-1.545143426,0.7349628011,8023.2541961 +410,2.913555946,-0.009225192,62,-1.545143426,0.7349628011,6988.6688987 +411,1.465101417,0.493232532,62,-1.545143426,0.7349628011,7555.3217899 +412,0.090612882,0.907955955,62,-1.545143426,0.7349628011,4152.8274937 +413,2.987564726,-0.729568594,62,-1.545143426,0.7349628011,8508.7557107 +414,-1.484261606,0.224149272,62,-1.545143426,0.7349628011,2034.1633361 +415,0.164073421,0.303955133,62,-1.545143426,0.7349628011,5813.1057806 +416,0.141441293,0.167552546,62,-1.545143426,0.7349628011,6113.6852761 +417,2.931321023,-0.506718887,62,-1.545143426,0.7349628011,8191.6797695 +418,2.21951565,0.700596356,62,-1.545143426,0.7349628011,6333.8768071 +419,0.268112576,1.199114336,62,-1.545143426,0.7349628011,3867.1572894 +420,0.978913739,0.359223811,62,-1.545143426,0.7349628011,7556.1216673 +421,1.210898818,0.522863584,62,-1.545143426,0.7349628011,7266.6402706 +422,2.347397336,0.129231362,62,-1.545143426,0.7349628011,8076.9459988 +423,0.614394501,0.556878345,62,-1.545143426,0.7349628011,6203.3189537 +424,-1.398079356,0.148483366,62,-1.545143426,0.7349628011,2379.1325836 +425,2.535303836,-0.112984496,62,-1.545143426,0.7349628011,8346.5412783 +426,-1.019372593,-0.405322349,62,-1.545143426,0.7349628011,4909.7111304 +427,-1.297785627,-0.160104069,62,-1.545143426,0.7349628011,3657.2708278 +428,2.144554488,0.205051084,62,-1.545143426,0.7349628011,8220.3015789 +429,-2.242387083,-0.426171285,62,-1.545143426,0.7349628011,5259.2696156 +430,0.338637212,0.909723676,62,-1.545143426,0.7349628011,4639.0831126 +431,-0.148798452,0.691042401,62,-1.545143426,0.7349628011,4025.1835977 +432,0.893524764,0.441829531,62,-1.545143426,0.7349628011,7120.5304943 +433,0.969229347,-0.368847936,62,-1.545143426,0.7349628011,9908.2991522 +434,0.436043248,0.800045688,62,-1.545143426,0.7349628011,5119.0382955 +435,1.687946607,1.081504775,62,-1.545143426,0.7349628011,5242.8634142 +436,0.522302046,-0.034889271,62,-1.545143426,0.7349628011,7751.6003722 +437,-0.178996113,-0.438090009,62,-1.545143426,0.7349628011,6810.0471891 +438,-1.094339566,0.301444068,62,-1.545143426,0.7349628011,2295.5073412 +439,-1.064070054,0.242569932,62,-1.545143426,0.7349628011,2552.4196643 +440,-1.068153768,0.230387998,62,-1.545143426,0.7349628011,2583.2835663 +441,-3.00496892,-0.23989155,62,-1.545143426,0.7349628011,6537.2369519 +442,0.21751974,0.766874888,62,-1.545143426,0.7349628011,4748.6576275 +443,0.117229532,0.007619006,62,-1.545143426,0.7349628011,6470.5642534 +444,0.777758451,0.420554741,62,-1.545143426,0.7349628011,6974.6363902 +445,-0.252356999,0.250747086,62,-1.545143426,0.7349628011,4747.8591127 +446,0.363148444,0.768483434,62,-1.545143426,0.7349628011,5058.7355127 +447,0.903191366,-0.118210676,62,-1.545143426,0.7349628011,9002.3718062 +448,-0.205755923,0.149406178,62,-1.545143426,0.7349628011,5146.9853663 +449,1.811996086,0.02364353,62,-1.545143426,0.7349628011,9341.4471738 +450,-1.100670221,0.314845373,62,-1.545143426,0.7349628011,2238.5942675 +451,0.340078597,0.850105132,62,-1.545143426,0.7349628011,4795.3458708 +452,0.258757267,0.804969236,62,-1.545143426,0.7349628011,4743.8164287 +453,2.78505352,-0.155160804,62,-1.545143426,0.7349628011,7752.9953659 +454,0.800551619,0.105822106,62,-1.545143426,0.7349628011,8049.9783186 +455,0.437940882,-0.506194031,62,-1.545143426,0.7349628011,8697.6130854 +456,2.230431122,0.63458615,62,-1.545143426,0.7349628011,6554.2314557 +457,0.527965361,0.127667701,62,-1.545143426,0.7349628011,7300.2515514 +458,-0.063643205,0.702093448,62,-1.545143426,0.7349628011,4222.6972092 +459,1.408447268,0.133010502,62,-1.545143426,0.7349628011,8939.0210576 +460,0.523795955,0.280266966,62,-1.545143426,0.7349628011,6838.9250867 +461,-0.975769313,0.072177659,62,-1.545143426,0.7349628011,3305.4448469 +462,0.549774164,-0.463663986,62,-1.545143426,0.7349628011,8931.5565795 +463,0.29245874,1.095549818,62,-1.545143426,0.7349628011,4116.9892577 +464,0.143625958,0.816809593,62,-1.545143426,0.7349628011,4465.4879992 +465,0.671902494,0.611159853,62,-1.545143426,0.7349628011,6147.0406163 +466,1.239840988,0.6724199,62,-1.545143426,0.7349628011,6723.036318 +467,0.607829703,-0.10932137,62,-1.545143426,0.7349628011,8198.8345268 +468,1.763020906,0.263996692,62,-1.545143426,0.7349628011,8440.4539415 +469,0.378714634,0.726066797,62,-1.545143426,0.7349628011,5207.188929 +470,2.196736143,-0.153862366,62,-1.545143426,0.7349628011,9336.1842377 +471,0.01702415,0.148991565,62,-1.545143426,0.7349628011,5801.7906573 +472,-2.998490902,-0.158002487,62,-1.545143426,0.7349628011,6299.8132542 +473,-3.051262951,-0.346595608,62,-1.545143426,0.7349628011,6949.6520878 +474,-1.069176439,0.182802941,62,-1.545143426,0.7349628011,2738.9075818 +475,0.167157509,0.595344954,62,-1.545143426,0.7349628011,5058.8904229 +476,0.613855648,0.681746124,62,-1.545143426,0.7349628011,5813.485793 +477,1.037012736,0.682555367,62,-1.545143426,0.7349628011,6479.2647426 +478,-1.253574971,0.379755746,62,-1.545143426,0.7349628011,1707.7012507 +479,3.108590453,-0.132620738,62,-1.545143426,0.7349628011,6745.4132987 +480,0.565301296,0.022333262,62,-1.545143426,0.7349628011,7706.6558096 +481,0.547898238,0.855555614,62,-1.545143426,0.7349628011,5165.5423866 +482,0.948309381,0.417393755,62,-1.545143426,0.7349628011,7299.934283 +483,-0.050600732,0.945269213,62,-1.545143426,0.7349628011,3787.2464442 +484,-0.977651478,-0.572363064,62,-1.545143426,0.7349628011,5574.6670656 +485,1.102014914,0.728861163,62,-1.545143426,0.7349628011,6382.3679523 +486,2.927300795,-0.282939414,62,-1.545143426,0.7349628011,7665.7746452 +487,-1.154565557,0.124434095,62,-1.545143426,0.7349628011,2778.4434691 +488,1.855331234,0.291044755,62,-1.545143426,0.7349628011,8271.0446665 +489,0.830290659,0.276904518,62,-1.545143426,0.7349628011,7557.7378797 +490,0.485104466,-0.234867441,62,-1.545143426,0.7349628011,8186.9674609 +491,0.521367572,-0.33161327,62,-1.545143426,0.7349628011,8537.9704447 +1,-1.539031704,0.7349710123,63,-1.543105297,0.7349691947,11.970134137 +2,-1.536990553,0.7349663874,63,-1.543105297,0.7349691947,17.968028833 +3,-1.534951779,0.7349571355,63,-1.543105297,0.7349691947,23.959046492 +4,-1.532906461,0.7349480293,63,-1.543105297,0.7349691947,29.969355303 +5,-1.531320211,0.7346937278,63,-1.543105297,0.7349691947,34.651567007 +6,-1.539451648,0.7335131775,63,-1.543105297,0.7349691947,12.193363052 +7,-1.537429487,0.7335445708,63,-1.543105297,0.7349691947,17.617133308 +8,-1.535484998,0.7335658704,63,-1.543105297,0.7349691947,23.085407168 +9,-1.533488396,0.7336036027,63,-1.543105297,0.7349691947,28.789106053 +10,-1.531497785,0.7335842962,63,-1.543105297,0.7349691947,34.567644312 +11,-1.530259379,0.7334777758,63,-1.543105297,0.7349691947,38.231860256 +12,-1.5335454,0.7322346912,63,-1.543105297,0.7349691947,30.139625403 +13,-1.531489083,0.7322238773,63,-1.543105297,0.7349691947,35.864416689 +14,-1.530011122,0.7321679851,63,-1.543105297,0.7349691947,40.091371956 +15,-1.53348106,0.7306614094,63,-1.543105297,0.7349691947,33.07639084 +16,-1.531441779,0.7306962275,63,-1.543105297,0.7349691947,38.283434287 +17,-1.529755654,0.7306933243,63,-1.543105297,0.7349691947,42.796996797 +18,-1.533415048,0.7291384674,63,-1.543105297,0.7349691947,36.721428429 +19,-1.531392093,0.7291705353,63,-1.543105297,0.7349691947,41.453647864 +20,-1.529296523,0.7291214933,63,-1.543105297,0.7349691947,46.815116959 +21,-1.535280942,0.727267644,63,-1.543105297,0.7349691947,38.247759478 +22,-1.533378158,0.7276139666,63,-1.543105297,0.7349691947,40.880215251 +23,-1.531340368,0.7276446587,63,-1.543105297,0.7349691947,45.219010039 +24,-1.528960113,0.7276398177,63,-1.543105297,0.7349691947,50.812491677 +25,-1.533313146,0.7260818349,63,-1.543105297,0.7349691947,45.539076231 +26,-1.531259555,0.7260958115,63,-1.543105297,0.7349691947,49.564598345 +27,-1.528926415,0.7260865555,63,-1.543105297,0.7349691947,54.659982466 +28,-1.531226779,0.7245511789,63,-1.543105297,0.7349691947,54.153710253 +29,-1.528904772,0.7245519194,63,-1.543105297,0.7349691947,58.823085751 +30,-1.547195875,0.7409785979,63,-1.543105297,0.7349691947,26.651258399 +31,-1.5451475,0.740980426,63,-1.543105297,0.7349691947,24.55106263 +32,-1.543097679,0.7409798872,63,-1.543105297,0.7349691947,23.808363308 +33,-1.540720364,0.7409892687,63,-1.543105297,0.7349691947,24.848613788 +34,-1.547188511,0.7395198392,63,-1.543105297,0.7349691947,21.639616927 +35,-1.545148587,0.7395226109,63,-1.543105297,0.7349691947,19.005300237 +36,-1.543104538,0.7395314908,63,-1.543105297,0.7349691947,18.071254891 +37,-1.540727751,0.7395306258,63,-1.543105297,0.7349691947,19.366311141 +38,-1.547187029,0.7380014886,63,-1.543105297,0.7349691947,16.962451569 +39,-1.545147315,0.7380012252,63,-1.543105297,0.7349691947,13.421744877 +40,-1.54310719,0.7380060743,63,-1.543105297,0.7349691947,12.029081104 +41,-1.540719671,0.7380068206,63,-1.543105297,0.7349691947,13.920355381 +42,-1.547187189,0.7364799098,63,-1.543105297,0.7349691947,13.397001428 +43,-1.545149996,0.7364853874,63,-1.543105297,0.7349691947,8.4922179771 +44,-1.543106091,0.7364823484,63,-1.543105297,0.7349691947,5.9936022059 +45,-1.540717158,0.7364893901,63,-1.543105297,0.7349691947,9.24314693 +46,-1.538663972,0.7410138672,63,-1.543105297,0.7349691947,27.251663065 +47,-1.53695285,0.7409699132,63,-1.543105297,0.7349691947,29.833269329 +48,-1.534910498,0.7409641297,63,-1.543105297,0.7349691947,33.772399914 +49,-1.533145034,0.7409536636,63,-1.543105297,0.7349691947,37.601453793 +50,-1.538681336,0.7395405883,63,-1.543105297,0.7349691947,22.274792526 +51,-1.536999189,0.7395183096,63,-1.543105297,0.7349691947,25.402710149 +52,-1.534923633,0.7395144222,63,-1.543105297,0.7349691947,29.995830163 +53,-1.533267822,0.7395654306,63,-1.543105297,0.7349691947,34.111442316 +54,-1.53867273,0.7380151077,63,-1.543105297,0.7349691947,17.741006528 +55,-1.536980576,0.7379994392,63,-1.543105297,0.7349691947,21.612090721 +56,-1.534931522,0.7379944961,63,-1.543105297,0.7349691947,26.812336534 +57,-1.533387952,0.7379480264,63,-1.543105297,0.7349691947,30.860321611 +58,-1.538682279,0.7364914363,63,-1.543105297,0.7349691947,14.319336459 +59,-1.536980704,0.7364810563,63,-1.543105297,0.7349691947,18.955449192 +60,-1.534935567,0.7364752065,63,-1.543105297,0.7349691947,24.720685211 +61,-1.533042592,0.7363876366,63,-1.543105297,0.7349691947,30.079350669 +62,-1.545143426,0.7349628011,63,-1.543105297,0.7349691947,5.989056273 +63,-1.543105297,0.7349691947,63,-1.543105297,0.7349691947,3.0143554361 +64,-1.541064533,0.7349647152,63,-1.543105297,0.7349691947,5.9967705666 +65,-1.545411803,0.7334624714,63,-1.543105297,0.7349691947,9.0342141861 +66,-1.543446606,0.7334780896,63,-1.543105297,0.7349691947,5.9909270511 +67,-1.541475327,0.7334957295,63,-1.543105297,0.7349691947,7.552122172 +68,-1.545401939,0.731963266,63,-1.543105297,0.7349691947,13.690574262 +69,-1.54342253,0.7319915583,63,-1.543105297,0.7349691947,11.831296973 +70,-1.541455867,0.7320216438,63,-1.543105297,0.7349691947,12.643793844 +71,-1.545410146,0.7304422281,63,-1.543105297,0.7349691947,19.172620816 +72,-1.543435491,0.7304713664,63,-1.543105297,0.7349691947,17.842406169 +73,-1.541463105,0.7304997613,63,-1.543105297,0.7349691947,18.351866621 +74,-1.545414768,0.7289194936,63,-1.543105297,0.7349691947,24.91032538 +75,-1.543435774,0.7289538557,63,-1.543105297,0.7349691947,23.846646317 +76,-1.541457714,0.7289765881,63,-1.543105297,0.7349691947,24.22802668 +77,-1.539449415,0.7320555866,63,-1.543105297,0.7349691947,15.776550551 +78,-1.537429183,0.7321097681,63,-1.543105297,0.7349691947,20.179029649 +79,-1.535472649,0.7321497267,63,-1.543105297,0.7349691947,25.080510088 +80,-1.539457899,0.7305333307,63,-1.543105297,0.7349691947,20.592513953 +81,-1.537453161,0.7305750503,63,-1.543105297,0.7349691947,24.080740679 +82,-1.535479385,0.7306124949,63,-1.543105297,0.7349691947,28.318123019 +83,-1.53946905,0.7290102593,63,-1.543105297,0.7349691947,25.921052131 +84,-1.537459922,0.7290417293,63,-1.543105297,0.7349691947,28.773383716 +85,-1.535451349,0.7290890157,63,-1.543105297,0.7349691947,32.419316762 +86,-1.535522937,0.7279887191,63,-1.543105297,0.7349691947,35.553489886 +87,-1.539442524,0.7274735939,63,-1.543105297,0.7349691947,31.593109127 +88,-1.537424111,0.727521351,63,-1.543105297,0.7349691947,33.924393308 +89,-1.539384641,0.7259505092,63,-1.543105297,0.7349691947,37.371598913 +90,-1.537372391,0.7259947145,63,-1.543105297,0.7349691947,39.366686479 +91,-1.535340789,0.7260435356,63,-1.543105297,0.7349691947,42.127057289 +92,-1.539325716,0.7244369706,63,-1.543105297,0.7349691947,43.184725757 +93,-1.537308932,0.7244801057,63,-1.543105297,0.7349691947,44.933517642 +94,-1.535289068,0.7245247645,63,-1.543105297,0.7349691947,47.370748437 +95,-1.533261366,0.7245550236,63,-1.543105297,0.7349691947,50.459594066 +96,-1.539267302,0.722921924,63,-1.543105297,0.7349691947,49.047879835 +97,-1.537248972,0.7229660258,63,-1.543105297,0.7349691947,50.594670483 +98,-1.535219431,0.7229916471,63,-1.543105297,0.7349691947,52.854438447 +99,-1.53318962,0.7230212049,63,-1.543105297,0.7349691947,55.658210579 +100,-1.531154816,0.7230299897,63,-1.543105297,0.7349691947,59.01563457 +101,-1.528878341,0.7230370244,63,-1.543105297,0.7349691947,63.247755808 +102,-1.539218189,0.7214009878,63,-1.543105297,0.7349691947,54.958526423 +103,-1.537198791,0.7214422745,63,-1.543105297,0.7349691947,56.35361185 +104,-1.535179266,0.7214634354,63,-1.543105297,0.7349691947,58.402805512 +105,-1.533156501,0.7214944644,63,-1.543105297,0.7349691947,60.940281214 +106,-1.53113574,0.7215166021,63,-1.543105297,0.7349691947,63.964168797 +107,-1.528874248,0.7215345535,63,-1.543105297,0.7349691947,67.83524735 +108,-1.539217656,0.7198512397,63,-1.543105297,0.7349691947,60.976677822 +109,-1.537199919,0.7199428763,63,-1.543105297,0.7349691947,62.030051791 +110,-1.545425832,0.727397149,63,-1.543105297,0.7349691947,30.76339089 +111,-1.543371177,0.7273916949,63,-1.543105297,0.7349691947,30.024712945 +112,-1.541368852,0.7274523163,63,-1.543105297,0.7349691947,30.211324594 +113,-1.545349067,0.7258710923,63,-1.543105297,0.7349691947,36.640616233 +114,-1.54332671,0.7258603556,63,-1.543105297,0.7349691947,36.086025651 +115,-1.541346831,0.7259242142,63,-1.543105297,0.7349691947,36.20087754 +116,-1.545324355,0.7243383958,63,-1.543105297,0.7349691947,42.615249115 +117,-1.543292796,0.7243617413,63,-1.543105297,0.7349691947,42.019769553 +118,-1.541295822,0.7244024384,63,-1.543105297,0.7349691947,42.194489605 +119,-1.543193859,0.7205570215,63,-1.543105297,0.7349691947,57.087219022 +120,-1.550257047,0.7386738187,63,-1.543105297,0.7349691947,25.602436168 +121,-1.549335448,0.7311736483,63,-1.543105297,0.7349691947,23.713387128 +122,-1.533478843,0.7179891343,63,-1.543105297,0.7349691947,73.047940758 +123,-1.556150555,0.738907041,63,-1.543105297,0.7349691947,41.321593319 +124,-1.554324226,0.733414257,63,-1.543105297,0.7349691947,33.559615226 +125,-1.554290846,0.7288285332,63,-1.543105297,0.7349691947,40.962521549 +126,-1.55122487,0.7219795312,63,-1.543105297,0.7349691947,56.773441606 +127,-1.525104458,0.7229399862,63,-1.543105297,0.7349691947,71.403333345 +128,-1.519607711,0.7236181429,63,-1.543105297,0.7349691947,82.69004496 +129,-1.513899999,0.7251107854,63,-1.543105297,0.7349691947,94.630293867 +130,-1.536620762,0.7431061895,63,-1.543105297,0.7349691947,37.406068693 +131,-1.5369566,0.7460845958,63,-1.543105297,0.7349691947,47.5565443 +132,-1.545345528,0.7447040685,63,-1.543105297,0.7349691947,39.112813932 +133,-1.532813921,0.7432306626,63,-1.543105297,0.7349691947,44.480327004 +134,-1.554788248,0.7382381001,63,-1.543105297,0.7349691947,36.643051956 +135,-1.540348126,0.7301594274,63,-1.543105297,0.7349691947,20.709525533 +136,-1.538016084,0.7239051786,63,-1.543105297,0.7349691947,46.329877736 +137,-1.525288962,0.7258085137,63,-1.543105297,0.7349691947,63.875182209 +138,-1.534326986,0.731241342,63,-1.543105297,0.7349691947,29.759806729 +139,-1.530733872,0.7303625216,63,-1.543105297,0.7349691947,40.742956056 +141,-1.534354939,0.7328219978,63,-1.543105297,0.7349691947,27.106435758 +142,-1.53157084,0.7292888153,63,-1.543105297,0.7349691947,40.75429317 +143,-1.525691035,0.7263799874,63,-1.543105297,0.7349691947,61.613544285 +144,-1.534031287,0.7495967835,63,-1.543105297,0.7349691947,63.706604519 +145,-1.527714986,0.7283095957,63,-1.543105297,0.7349691947,52.471988635 +146,-1.526189586,0.7271468292,63,-1.543105297,0.7349691947,58.72093541 +147,-1.555177336,0.7375563366,63,-1.543105297,0.7349691947,36.883897343 +148,-1.555080283,0.7312707794,63,-1.543105297,0.7349691947,38.16988981 +149,-1.53856994,0.7224180299,63,-1.543105297,0.7349691947,51.489928478 +150,-1.530837883,0.729933372,63,-1.543105297,0.7349691947,41.269785985 +151,-1.515066984,0.5854133365,63,-1.543105297,0.7349691947,598.81688411 +152,-1.534731633,0.5368370046,63,-1.543105297,0.7349691947,785.25122758 +153,-1.515231902,0.5607085576,63,-1.543105297,0.7349691947,695.79953835 +154,-2.616253799,1.0684566605,63,-1.543105297,0.7349691947,2813.1266804 +155,-1.956071439,0.5792177723,63,-1.543105297,0.7349691947,1428.1349208 +156,-1.951208514,0.5602434208,63,-1.543105297,0.7349691947,1456.3819731 +157,-1.944675062,0.6062144545,63,-1.543105297,0.7349691947,1341.1649729 +158,-1.613778386,0.6077989518,63,-1.543105297,0.7349691947,549.16246741 +159,-2.035029014,0.6021432345,63,-1.543105297,0.7349691947,1608.2647274 +160,-2.114989471,0.6801825058,63,-1.543105297,0.7349691947,1724.3754754 +161,-2.037382079,0.5765830025,63,-1.543105297,0.7349691947,1664.0256452 +162,-2.129855121,0.6585019963,63,-1.543105297,0.7349691947,1796.1005752 +163,-2.075141798,0.6493615843,63,-1.543105297,0.7349691947,1648.2294773 +164,-1.828626729,0.6948433129,63,-1.543105297,0.7349691947,867.29123694 +165,-1.863329418,0.6735427691,63,-1.543105297,0.7349691947,994.64067573 +166,-1.266037071,0.727988852,63,-1.543105297,0.7349691947,816.01396565 +167,-1.277579582,0.7249010648,63,-1.543105297,0.7349691947,783.75727437 +168,-1.258418684,0.7241194816,63,-1.543105297,0.7349691947,840.45293507 +169,-1.317813974,0.6804850104,63,-1.543105297,0.7349691947,710.74723528 +170,-1.344165204,0.6790988904,63,-1.543105297,0.7349691947,638.05230109 +171,-1.427582102,0.5277120351,63,-1.543105297,0.7349691947,899.48117861 +172,-1.402238616,0.457167829,63,-1.543105297,0.7349691947,1191.9058536 +173,-1.422454264,0.4996161999,63,-1.543105297,0.7349691947,1009.503864 +174,-1.439089277,0.4894859811,63,-1.543105297,0.7349691947,1028.4523664 +175,-1.448126995,0.5182330266,63,-1.543105297,0.7349691947,910.44633341 +176,-1.474626146,0.5881926574,63,-1.543105297,0.7349691947,619.33039517 +177,-1.421139645,0.5584869783,63,-1.543105297,0.7349691947,797.61989824 +178,-1.457037165,0.565943032,63,-1.543105297,0.7349691947,722.04957924 +179,-2.757159358,0.3745319,63,-1.543105297,0.7349691947,4209.7399451 +180,-2.714309238,0.342054471,63,-1.543105297,0.7349691947,4162.5022063 +181,-2.000525337,0.774119946,63,-1.543105297,0.7349691947,1323.43262 +183,-1.571413436,0.6777838382,63,-1.543105297,0.7349691947,242.02603382 +184,-1.552860289,0.6987663893,63,-1.543105297,0.7349691947,146.32689077 +185,-1.521852374,0.7165827476,63,-1.543105297,0.7349691947,96.27295595 +186,-1.503656267,0.6928968252,63,-1.543105297,0.7349691947,204.23397895 +187,-1.502753178,0.7136205882,63,-1.543105297,0.7349691947,146.55624046 +188,-1.631894563,0.7343596465,63,-1.543105297,0.7349691947,260.94938292 +189,-1.653765416,0.6770714026,63,-1.543105297,0.7349691947,404.59617029 +190,-1.719812114,0.6715965947,63,-1.543105297,0.7349691947,589.40830179 +191,-1.493406659,0.6646955447,63,-1.543105297,0.7349691947,316.42646138 +192,-1.469120564,0.6613469966,63,-1.543105297,0.7349691947,367.90602944 +193,-1.590551461,0.5326612937,63,-1.543105297,0.7349691947,815.39756981 +194,-1.625979264,0.5247742243,63,-1.543105297,0.7349691947,873.42666773 +195,-1.572293943,0.5238808754,63,-1.543105297,0.7349691947,841.27783451 +196,-1.610848725,0.5477107964,63,-1.543105297,0.7349691947,772.02756878 +197,-1.208485554,0.7918526018,63,-1.543105297,0.7349691947,981.18741247 +198,-1.335601374,0.6869083083,63,-1.543105297,0.7349691947,650.61545998 +199,-1.346156996,0.6825213377,63,-1.543105297,0.7349691947,627.03553634 +200,-1.324381037,0.6741422347,63,-1.543105297,0.7349691947,701.8584759 +201,-1.242424992,0.7378949807,63,-1.543105297,0.7349691947,880.94080726 +202,-1.270370057,0.7392461008,63,-1.543105297,0.7349691947,798.92769469 +203,-1.448950472,0.7441675014,63,-1.543105297,0.7349691947,277.86774054 +204,-1.492662363,0.7523026852,63,-1.543105297,0.7349691947,162.28399691 +205,-1.479098966,0.7763855017,63,-1.543105297,0.7349691947,246.85387809 +206,-1.633760714,0.7869022408,63,-1.543105297,0.7349691947,331.45303942 +207,-1.647406434,0.8101289331,63,-1.543105297,0.7349691947,419.4835089 +208,-1.564245052,0.5701509278,63,-1.543105297,0.7349691947,656.20524728 +209,-1.646289963,0.6833746083,63,-1.543105297,0.7349691947,371.30675655 +210,-1.5820631,0.6751952144,63,-1.543105297,0.7349691947,264.29928879 +211,-1.613236298,0.6681681791,63,-1.543105297,0.7349691947,339.07837407 +212,-1.914661867,0.8212566515,63,-1.543105297,0.7349691947,1098.4872559 +213,-1.742133237,0.7250275956,63,-1.543105297,0.7349691947,588.3378769 +214,-2.033144872,0.6557314699,63,-1.543105297,0.7349691947,1515.8305874 +215,-2.039551981,0.6964723658,63,-1.543105297,0.7349691947,1484.8097782 +216,-1.247341019,0.7622473908,63,-1.543105297,0.7349691947,863.53583871 +217,-1.298239787,0.7084123392,63,-1.543105297,0.7349691947,734.8040895 +218,-1.308539688,0.6926545592,63,-1.543105297,0.7349691947,721.17582978 +219,-1.303263185,0.6888938396,63,-1.543105297,0.7349691947,741.13566285 +220,-1.852400229,0.6004246149,63,-1.543105297,0.7349691947,1096.6565401 +221,-1.288947707,0.7473773692,63,-1.543105297,0.7349691947,743.32868463 +222,-1.372031502,0.7472790993,63,-1.543105297,0.7349691947,501.97398182 +223,-1.289805721,0.7242157877,63,-1.543105297,0.7349691947,748.23055517 +224,-1.350807603,0.7533498126,63,-1.543105297,0.7349691947,564.63258576 +225,-1.329290365,0.7560442322,63,-1.543105297,0.7349691947,627.26227744 +226,-1.410153004,0.616936428,63,-1.543105297,0.7349691947,621.84218321 +227,-1.393445434,0.6308995063,63,-1.543105297,0.7349691947,616.9774365 +228,-1.37595573,0.6241540638,63,-1.543105297,0.7349691947,675.9006504 +229,-1.358388707,0.6172645205,63,-1.543105297,0.7349691947,735.937614 +230,-1.753741133,0.8281661666,63,-1.543105297,0.7349691947,696.666445 +231,-1.47430987,0.6834615681,63,-1.543105297,0.7349691947,290.43115149 +232,-1.421012508,0.7222725206,63,-1.543105297,0.7349691947,364.19927597 +233,-1.4476833,0.6978557868,63,-1.543105297,0.7349691947,320.63530695 +234,-1.470370723,0.6966193374,63,-1.543105297,0.7349691947,265.15427654 +235,-1.429211703,0.7037216883,63,-1.543105297,0.7349691947,361.10751205 +236,-1.700578405,0.6178673663,63,-1.543105297,0.7349691947,671.38681142 +237,-1.678117619,0.6331716163,63,-1.543105297,0.7349691947,577.76786162 +238,-1.725644578,0.6316331145,63,-1.543105297,0.7349691947,693.36099721 +239,-2.14012759,0.7930497945,63,-1.543105297,0.7349691947,1709.8528879 +240,-2.103289431,0.7653606263,63,-1.543105297,0.7349691947,1617.5324032 +241,-1.318739838,0.7017808746,63,-1.543105297,0.7349691947,681.18431845 +242,-1.396417427,0.7077900843,63,-1.543105297,0.7349691947,449.17006115 +243,-1.35650337,0.7185539404,63,-1.543105297,0.7349691947,555.81517244 +244,-1.248884539,0.7274156818,63,-1.543105297,0.7349691947,866.61349406 +245,-1.395014798,0.5761185243,63,-1.543105297,0.7349691947,781.48176857 +246,-1.433377362,0.6064716109,63,-1.543105297,0.7349691947,611.94753679 +247,-1.408172432,0.5903155476,63,-1.543105297,0.7349691947,710.53729983 +248,-1.749645898,0.7757118084,63,-1.543105297,0.7349691947,616.46251456 +249,-1.571626686,0.615046989,63,-1.543105297,0.7349691947,483.10221649 +250,-1.514070049,0.6303003037,63,-1.543105297,0.7349691947,424.06251747 +251,-1.480890369,0.6237966528,63,-1.543105297,0.7349691947,480.15636405 +252,-1.704390658,0.5281680612,63,-1.543105297,0.7349691947,966.52733433 +253,-1.64434733,0.5254277498,63,-1.543105297,0.7349691947,890.40824359 +254,-1.703855997,0.4792484842,63,-1.543105297,0.7349691947,1138.2480905 +255,-1.692002383,0.5748825051,63,-1.543105297,0.7349691947,787.04016113 +256,-1.854136457,0.5544643913,63,-1.543105297,0.7349691947,1212.7936997 +257,-1.665021206,0.520317736,63,-1.543105297,0.7349691947,934.93199379 +258,-1.733654349,0.4845187345,63,-1.543105297,0.7349691947,1166.8999448 +259,-1.720938188,0.5135933906,63,-1.543105297,0.7349691947,1044.9098782 +260,-1.742668307,0.553296122,63,-1.543105297,0.7349691947,955.98646467 +261,-1.965659039,0.7142126903,63,-1.543105297,0.7349691947,1251.7377439 +262,-1.944438071,0.6772834804,63,-1.543105297,0.7349691947,1227.036524 +263,-1.270340967,0.7681487096,63,-1.543105297,0.7349691947,798.98873862 +264,-1.353091884,0.6549276821,63,-1.543105297,0.7349691947,658.59512339 +265,-1.333236659,0.6413584414,63,-1.543105297,0.7349691947,740.44206102 +266,-1.352015998,0.6753788907,63,-1.543105297,0.7349691947,622.24779547 +267,-1.377988483,0.6577816235,63,-1.543105297,0.7349691947,587.03400773 +268,-2.13075611,0.8318642051,63,-1.543105297,0.7349691947,1679.0549336 +269,-2.097910953,0.8259670014,63,-1.543105297,0.7349691947,1590.7574121 +270,-1.416382069,0.6694271549,63,-1.543105297,0.7349691947,462.59499373 +271,-1.538905672,0.7535625993,63,-1.543105297,0.7349691947,74.657943495 +272,-1.572309477,0.7803125099,63,-1.543105297,0.7349691947,198.28042037 +273,-1.87759879,0.7503853417,63,-1.543105297,0.7349691947,975.80891706 +274,1.152365588,0.590457682,63,-1.543105297,0.7349691947,6949.2880152 +275,0.350198001,0.718001859,63,-1.543105297,0.7349691947,5163.3765159 +276,0.046513677,0.491503852,63,-1.543105297,0.7349691947,4997.7330192 +277,0.027510309,0.742571376,63,-1.543105297,0.7349691947,4357.4205368 +278,0.306285725,-0.214631579,63,-1.543105297,0.7349691947,7605.1358515 +279,-1.100564889,0.318051531,63,-1.543105297,0.7349691947,2224.077038 +280,-1.078582306,0.301437596,63,-1.543105297,0.7349691947,2326.42039 +281,-1.137371989,-0.617634065,63,-1.543105297,0.7349691947,5555.8588213 +282,0.784356344,0.703272339,63,-1.543105297,0.7349691947,6042.7420205 +283,-1.221209947,0.218327455,63,-1.543105297,0.7349691947,2327.4080514 +284,2.347301921,-0.449114658,63,-1.543105297,0.7349691947,9769.8304659 +285,0.246820618,0.830553713,63,-1.543105297,0.7349691947,4650.8655196 +286,0.829414965,0.703288228,63,-1.543105297,0.7349691947,6114.5810556 +287,-1.337537566,0.42332223,63,-1.543105297,0.7349691947,1406.8087181 +288,0.882453706,0.454478077,63,-1.543105297,0.7349691947,7053.8127809 +289,1.575629659,0.416419109,63,-1.543105297,0.7349691947,7882.4308385 +290,-1.039455679,0.229888244,63,-1.543105297,0.7349691947,2643.5249098 +291,0.489558039,0.934482747,63,-1.543105297,0.7349691947,4835.6285161 +292,0.081344504,0.88384514,63,-1.543105297,0.7349691947,4178.8046735 +293,-1.547979814,0.300350308,63,-1.543105297,0.7349691947,1721.6046067 +294,0.040776181,0.168560074,63,-1.543105297,0.7349691947,5813.5091131 +295,-1.130374745,0.563894876,63,-1.543105297,0.7349691947,1460.9026719 +296,1.578326642,0.478507176,63,-1.543105297,0.7349691947,7636.7027859 +297,-1.12861823,-0.291640865,63,-1.543105297,0.7349691947,4339.4761335 +298,0.310524208,0.770885792,63,-1.543105297,0.7349691947,4937.0369144 +299,0.415649091,-0.387246002,63,-1.543105297,0.7349691947,8356.0476189 +300,-0.926533878,-0.188022748,63,-1.543105297,0.7349691947,4287.2338832 +301,1.258856172,-0.11716081,63,-1.543105297,0.7349691947,9722.0914984 +302,-1.126050026,0.322941926,63,-1.543105297,0.7349691947,2151.9858967 +303,2.002785835,0.07893892,63,-1.543105297,0.7349691947,8906.4809134 +304,0.440437607,0.746258085,63,-1.543105297,0.7349691947,5275.1578362 +305,-0.030391866,0.214441206,63,-1.543105297,0.7349691947,5485.7990719 +306,0.521557815,-0.058929362,63,-1.543105297,0.7349691947,7811.1729794 +307,-0.097005111,0.13317729,63,-1.543105297,0.7349691947,5503.065204 +308,1.83113859,0.221857587,63,-1.543105297,0.7349691947,8560.1483185 +309,0.222428864,0.099404236,63,-1.543105297,0.7349691947,6524.4397606 +310,-1.702731345,0.8728568183,63,-1.543105297,0.7349691947,699.49214271 +311,-0.418507569,0.278324921,63,-1.543105297,0.7349691947,4184.2031633 +312,-1.41153306,0.339029988,63,-1.543105297,0.7349691947,1629.2986152 +313,0.357560442,0.114788776,63,-1.543105297,0.7349691947,6866.1029776 +314,0.325818979,0.268352149,63,-1.543105297,0.7349691947,6349.928633 +315,-1.246004659,-0.663679965,63,-1.543105297,0.7349691947,5642.760474 +316,1.814603087,0.637404484,63,-1.543105297,0.7349691947,6951.9210958 +317,1.843704281,-0.18300445,63,-1.543105297,0.7349691947,10097.854262 +318,1.690644492,-0.211480909,63,-1.543105297,0.7349691947,10346.052274 +319,-1.275451936,0.068109467,63,-1.543105297,0.7349691947,2805.9052627 +320,0.762430171,-0.207594741,63,-1.543105297,0.7349691947,8895.4220304 +321,0.265668905,-0.014647884,63,-1.543105297,0.7349691947,6957.6884708 +322,-2.773032013,-0.335515811,63,-1.543105297,0.7349691947,6168.8856367 +323,-1.469512853,0.174058777,63,-1.543105297,0.7349691947,2236.4484873 +324,0.286276986,0.785925691,63,-1.543105297,0.7349691947,4846.3453973 +325,-1.379324697,0.377432233,63,-1.543105297,0.7349691947,1517.2199785 +326,-1.203778265,0.212813032,63,-1.543105297,0.7349691947,2376.1560363 +327,0.579916301,0.611743168,63,-1.543105297,0.7349691947,5958.2649615 +328,0.267582642,0.868113908,63,-1.543105297,0.7349691947,4601.396148 +329,0.412869244,-0.050245578,63,-1.543105297,0.7349691947,7478.9832934 +330,0.17524381,0.976660285,63,-1.543105297,0.7349691947,4172.6162722 +331,0.743157214,0.204812899,63,-1.543105297,0.7349691947,7596.3935538 +332,-1.070758176,0.269382282,63,-1.543105297,0.7349691947,2446.405516 +333,-1.230364251,0.329790229,63,-1.543105297,0.7349691947,1918.4348626 +334,-1.374813124,-0.024926835,63,-1.543105297,0.7349691947,3069.7230623 +335,0.519780566,0.463669906,63,-1.543105297,0.7349691947,6275.7783972 +336,-1.55108034,0.239698561,63,-1.543105297,0.7349691947,1961.9579648 +337,0.180294813,0.029739425,63,-1.543105297,0.7349691947,6589.9603822 +338,0.67820924,0.268170153,63,-1.543105297,0.7349691947,7245.4252308 +339,0.445798684,1.024001867,63,-1.543105297,0.7349691947,4521.7228527 +340,0.691751283,0.150521402,63,-1.543105297,0.7349691947,7644.5828765 +341,-1.036643551,-0.903056181,63,-1.543105297,0.7349691947,6717.725297 +342,-0.120287036,1.083325163,63,-1.543105297,0.7349691947,3451.9626314 +343,2.823513113,-0.304487164,63,-1.543105297,0.7349691947,8030.5296075 +344,0.457583172,1.12513373,63,-1.543105297,0.7349691947,4275.7985295 +345,0.042918831,0.813795399,63,-1.543105297,0.7349691947,4240.2993666 +346,1.196146777,-0.853142756,63,-1.543105297,0.7349691947,11238.674669 +347,0.206001358,-0.010430701,63,-1.543105297,0.7349691947,6772.5602895 +348,-0.268308653,0.234799412,63,-1.543105297,0.7349691947,4735.7385989 +349,0.759363263,0.736189579,63,-1.543105297,0.7349691947,5892.8761296 +350,0.181363926,0.891988372,63,-1.543105297,0.7349691947,4370.3254901 +351,-0.021111158,0.139103292,63,-1.543105297,0.7349691947,5710.2574673 +352,-0.093355215,0.630686981,63,-1.543105297,0.7349691947,4293.809186 +353,0.40118964,0.681375926,63,-1.543105297,0.7349691947,5375.2777327 +354,-0.721197315,1.304706234,63,-1.543105297,0.7349691947,2679.5528616 +355,-1.076150317,0.212107639,63,-1.543105297,0.7349691947,2622.2530217 +356,-1.577164531,0.273993443,63,-1.543105297,0.7349691947,1829.6097759 +357,-0.190788414,0.182208586,63,-1.543105297,0.7349691947,5099.3061802 +358,-0.261349752,0.209710184,63,-1.543105297,0.7349691947,4820.7327782 +359,-1.029303852,0.083549259,63,-1.543105297,0.7349691947,3151.8406221 +360,-1.268609162,0.330525297,63,-1.543105297,0.7349691947,1848.658296 +361,1.282982244,-0.926641967,63,-1.543105297,0.7349691947,11315.462093 +362,0.217352334,0.731352408,63,-1.543105297,0.7349691947,4831.9312977 +363,-1.511833084,0.258629297,63,-1.543105297,0.7349691947,1889.8092145 +364,0.338812194,0.823184618,63,-1.543105297,0.7349691947,4859.0192356 +365,-0.324406489,1.134201999,63,-1.543105297,0.7349691947,3061.6947288 +366,1.389579348,0.399185724,63,-1.543105297,0.7349691947,7886.7446299 +367,2.047152199,-0.039082036,63,-1.543105297,0.7349691947,9260.7800929 +368,0.947780369,0.568250077,63,-1.543105297,0.7349691947,6764.7985022 +369,0.763824846,0.576754987,63,-1.543105297,0.7349691947,6427.4424334 +370,-0.142334657,0.928153068,63,-1.543105297,0.7349691947,3613.1289049 +371,0.610266567,0.547265983,63,-1.543105297,0.7349691947,6220.3716072 +372,0.210731629,0.746815056,63,-1.543105297,0.7349691947,4778.3881271 +373,-1.34931644,0.316895224,63,-1.543105297,0.7349691947,1780.3481333 +374,2.407696481,0.655030745,63,-1.543105297,0.7349691947,6211.9376952 +375,0.64207831,0.545359131,63,-1.543105297,0.7349691947,6292.3294927 +376,1.174597538,0.840588356,63,-1.543105297,0.7349691947,6029.518452 +377,0.660059424,0.010604079,63,-1.543105297,0.7349691947,7988.4460986 +378,-0.730263819,0.010486456,63,-1.543105297,0.7349691947,4069.8361074 +379,0.831068936,0.512339172,63,-1.543105297,0.7349691947,6764.8444097 +380,1.301180979,0.72367476,63,-1.543105297,0.7349691947,6569.068334 +381,1.811128231,0.322854402,63,-1.543105297,0.7349691947,8182.135015 +382,0.435105812,0.992284428,63,-1.543105297,0.7349691947,4588.7799391 +383,0.62643634,0.592027932,63,-1.543105297,0.7349691947,6113.9696867 +384,0.492988703,-0.516339467,63,-1.543105297,0.7349691947,8873.4594603 +385,-0.162469483,0.112549365,63,-1.543105297,0.7349691947,5365.0382167 +386,0.314630866,0.472006421,63,-1.543105297,0.7349691947,5753.8820187 +387,0.166744804,0.822815954,63,-1.543105297,0.7349691947,4497.9340759 +388,0.417159608,0.965805736,63,-1.543105297,0.7349691947,4629.2643624 +389,0.106334961,0.868774244,63,-1.543105297,0.7349691947,4264.2296472 +390,0.815086969,-0.338144359,63,-1.543105297,0.7349691947,9396.1032426 +391,0.59867455,-0.230624824,63,-1.543105297,0.7349691947,8498.4240718 +392,1.915104874,0.066220985,63,-1.543105297,0.7349691947,9072.12762 +393,1.278093622,0.064463721,63,-1.543105297,0.7349691947,9074.1362787 +394,-0.061477853,0.302997961,63,-1.543105297,0.7349691947,5167.215379 +395,0.251311504,0.626976942,63,-1.543105297,0.7349691947,5179.2917043 +396,2.950242872,0.149095644,63,-1.543105297,0.7349691947,6458.9448075 +397,-0.180294708,0.35375117,63,-1.543105297,0.7349691947,4695.0737006 +398,1.010448592,-0.351180233,63,-1.543105297,0.7349691947,9963.394173 +399,-1.748740498,0.3686318073,63,-1.543105297,0.7349691947,1604.572658 +400,2.699635665,0.123533791,63,-1.543105297,0.7349691947,7225.0659933 +401,0.496808033,0.823843254,63,-1.543105297,0.7349691947,5162.9830137 +402,0.129574704,0.763364087,63,-1.543105297,0.7349691947,4552.5626455 +403,1.798920311,0.817447563,63,-1.543105297,0.7349691947,6254.479412 +404,0.335987953,0.746786541,63,-1.543105297,0.7349691947,5055.2301138 +405,-1.085413643,0.292154671,63,-1.543105297,0.7349691947,2340.6258441 +406,-0.155321003,0.508207011,63,-1.543105297,0.7349691947,4398.5181655 +407,0.620529244,-0.301175104,63,-1.543105297,0.7349691947,8744.8843102 +408,1.684402744,0.368716966,63,-1.543105297,0.7349691947,8060.8327715 +409,0.300582244,-0.386397212,63,-1.543105297,0.7349691947,8017.3146586 +410,2.913555946,-0.009225192,63,-1.543105297,0.7349691947,6994.5714131 +411,1.465101417,0.493232532,63,-1.543105297,0.7349691947,7554.5590632 +412,0.090612882,0.907955955,63,-1.543105297,0.7349691947,4148.5645114 +413,2.987564726,-0.729568594,63,-1.543105297,0.7349691947,8514.011629 +414,-1.484261606,0.224149272,63,-1.543105297,0.7349691947,2033.4772769 +415,0.164073421,0.303955133,63,-1.543105297,0.7349691947,5807.4065751 +416,0.141441293,0.167552546,63,-1.543105297,0.7349691947,6107.8116284 +417,2.931321023,-0.506718887,63,-1.543105297,0.7349691947,8197.4800935 +418,2.21951565,0.700596356,63,-1.543105297,0.7349691947,6336.5230266 +419,0.268112576,1.199114336,63,-1.543105297,0.7349691947,3864.5844128 +420,0.978913739,0.359223811,63,-1.543105297,0.7349691947,7552.656801 +421,1.210898818,0.522863584,63,-1.543105297,0.7349691947,7264.5902506 +422,2.347397336,0.129231362,63,-1.543105297,0.7349691947,8081.467219 +423,0.614394501,0.556878345,63,-1.543105297,0.7349691947,6199.0699397 +424,-1.398079356,0.148483366,63,-1.543105297,0.7349691947,2377.6315039 +425,2.535303836,-0.112984496,63,-1.543105297,0.7349691947,8352.116402 +426,-1.019372593,-0.405322349,63,-1.543105297,0.7349691947,4906.8169664 +427,-1.297785627,-0.160104069,63,-1.543105297,0.7349691947,3655.4870488 +428,2.144554488,0.205051084,63,-1.543105297,0.7349691947,8223.7661556 +429,-2.242387083,-0.426171285,63,-1.543105297,0.7349691947,5262.9014279 +430,0.338637212,0.909723676,63,-1.543105297,0.7349691947,4635.2639186 +431,-0.148798452,0.691042401,63,-1.543105297,0.7349691947,4019.8246153 +432,0.893524764,0.441829531,63,-1.543105297,0.7349691947,7116.9144526 +433,0.969229347,-0.368847936,63,-1.543105297,0.7349691947,9902.7975386 +434,0.436043248,0.800045688,63,-1.543105297,0.7349691947,5115.0378582 +435,1.687946607,1.081504775,63,-1.543105297,0.7349691947,5243.1004175 +436,0.522302046,-0.034889271,63,-1.543105297,0.7349691947,7745.9103022 +437,-0.178996113,-0.438090009,63,-1.543105297,0.7349691947,6804.6907767 +438,-1.094339566,0.301444068,63,-1.543105297,0.7349691947,2290.9794928 +439,-1.064070054,0.242569932,63,-1.543105297,0.7349691947,2547.9635866 +440,-1.068153768,0.230387998,63,-1.543105297,0.7349691947,2578.8955277 +441,-3.00496892,-0.23989155,63,-1.543105297,0.7349691947,6543.044327 +442,0.21751974,0.766874888,63,-1.543105297,0.7349691947,4744.0950642 +443,0.117229532,0.007619006,63,-1.543105297,0.7349691947,6464.5867936 +444,0.777758451,0.420554741,63,-1.543105297,0.7349691947,6970.548763 +445,-0.252356999,0.250747086,63,-1.543105297,0.7349691947,4741.8700616 +446,0.363148444,0.768483434,63,-1.543105297,0.7349691947,5054.4707581 +447,0.903191366,-0.118210676,63,-1.543105297,0.7349691947,8997.3770328 +448,-0.205755923,0.149406178,63,-1.543105297,0.7349691947,5141.0032573 +449,1.811996086,0.02364353,63,-1.543105297,0.7349691947,9343.2299288 +450,-1.100670221,0.314845373,63,-1.543105297,0.7349691947,2234.0442154 +451,0.340078597,0.850105132,63,-1.543105297,0.7349691947,4791.3089177 +452,0.258757267,0.804969236,63,-1.543105297,0.7349691947,4739.4595779 +453,2.78505352,-0.155160804,63,-1.543105297,0.7349691947,7758.9185626 +454,0.800551619,0.105822106,63,-1.543105297,0.7349691947,8045.2072597 +455,0.437940882,-0.506194031,63,-1.543105297,0.7349691947,8691.6997577 +456,2.230431122,0.63458615,63,-1.543105297,0.7349691947,6557.0723746 +457,0.527965361,0.127667701,63,-1.543105297,0.7349691947,7294.8331287 +458,-0.063643205,0.702093448,63,-1.543105297,0.7349691947,4217.4801256 +459,1.408447268,0.133010502,63,-1.543105297,0.7349691947,8937.5552832 +460,0.523795955,0.280266966,63,-1.543105297,0.7349691947,6833.7917862 +461,-0.975769313,0.072177659,63,-1.543105297,0.7349691947,3301.1209499 +462,0.549774164,-0.463663986,63,-1.543105297,0.7349691947,8925.5737771 +463,0.29245874,1.095549818,63,-1.543105297,0.7349691947,4113.8997362 +464,0.143625958,0.816809593,63,-1.543105297,0.7349691947,4460.9623708 +465,0.671902494,0.611159853,63,-1.543105297,0.7349691947,6143.1019125 +466,1.239840988,0.6724199,63,-1.543105297,0.7349691947,6721.3587079 +467,0.607829703,-0.10932137,63,-1.543105297,0.7349691947,8193.1613253 +468,1.763020906,0.263996692,63,-1.543105297,0.7349691947,8441.5537776 +469,0.378714634,0.726066797,63,-1.543105297,0.7349691947,5202.8251953 +470,2.196736143,-0.153862366,63,-1.543105297,0.7349691947,9340.8962563 +471,0.01702415,0.148991565,63,-1.543105297,0.7349691947,5795.8316889 +472,-2.998490902,-0.158002487,63,-1.543105297,0.7349691947,6305.6937417 +473,-3.051262951,-0.346595608,63,-1.543105297,0.7349691947,6955.3780652 +474,-1.069176439,0.182802941,63,-1.543105297,0.7349691947,2734.6994787 +475,0.167157509,0.595344954,63,-1.543105297,0.7349691947,5053.7470515 +476,0.613855648,0.681746124,63,-1.543105297,0.7349691947,5809.5742763 +477,1.037012736,0.682555367,63,-1.543105297,0.7349691947,6476.7661633 +478,-1.253574971,0.379755746,63,-1.543105297,0.7349691947,1703.9036789 +479,3.108590453,-0.132620738,63,-1.543105297,0.7349691947,6751.3933702 +480,0.565301296,0.022333262,63,-1.543105297,0.7349691947,7701.1242699 +481,0.547898238,0.855555614,63,-1.543105297,0.7349691947,5161.9906366 +482,0.948309381,0.417393755,63,-1.543105297,0.7349691947,7296.4778563 +483,-0.050600732,0.945269213,63,-1.543105297,0.7349691947,3782.9475583 +484,-0.977651478,-0.572363064,63,-1.543105297,0.7349691947,5571.9511473 +485,1.102014914,0.728861163,63,-1.543105297,0.7349691947,6380.2186186 +486,2.927300795,-0.282939414,63,-1.543105297,0.7349691947,7671.7552827 +487,-1.154565557,0.124434095,63,-1.543105297,0.7349691947,2774.9648718 +488,1.855331234,0.291044755,63,-1.543105297,0.7349691947,8272.7038864 +489,0.830290659,0.276904518,63,-1.543105297,0.7349691947,7553.4834431 +490,0.485104466,-0.234867441,63,-1.543105297,0.7349691947,8181.027373 +491,0.521367572,-0.33161327,63,-1.543105297,0.7349691947,8531.9948811 +1,-1.539031704,0.7349710123,64,-1.541064533,0.7349647152,5.9734716833 +2,-1.536990553,0.7349663874,64,-1.541064533,0.7349647152,11.971320073 +3,-1.534951779,0.7349571355,64,-1.541064533,0.7349647152,17.962312273 +4,-1.532906461,0.7349480293,64,-1.541064533,0.7349647152,23.972616189 +5,-1.531320211,0.7346937278,64,-1.541064533,0.7349647152,28.657111204 +6,-1.539451648,0.7335131775,64,-1.541064533,0.7349647152,7.4531171056 +7,-1.537429487,0.7335445708,64,-1.541064533,0.7349647152,12.078252655 +8,-1.535484998,0.7335658704,64,-1.541064533,0.7349647152,17.31613771 +9,-1.533488396,0.7336036027,64,-1.541064533,0.7349647152,22.919167895 +10,-1.531497785,0.7335842962,64,-1.541064533,0.7349647152,28.655723662 +11,-1.530259379,0.7334777758,64,-1.541064533,0.7349647152,32.313334071 +12,-1.5335454,0.7322346912,64,-1.541064533,0.7349647152,24.623561872 +13,-1.531489083,0.7322238773,64,-1.541064533,0.7349647152,30.191523368 +14,-1.530011122,0.7321679851,64,-1.541064533,0.7349647152,34.356177656 +15,-1.53348106,0.7306614094,64,-1.541064533,0.7349647152,28.0899651 +16,-1.531441779,0.7306962275,64,-1.541064533,0.7349647152,32.992279647 +17,-1.529755654,0.7306933243,64,-1.541064533,0.7349647152,37.347037249 +18,-1.533415048,0.7291384674,64,-1.541064533,0.7349647152,32.256678526 +19,-1.531392093,0.7291705353,64,-1.541064533,0.7349647152,36.589399561 +20,-1.529296523,0.7291214933,64,-1.541064533,0.7349647152,41.686594127 +21,-1.535280942,0.727267644,64,-1.541064533,0.7349647152,34.933615167 +22,-1.533378158,0.7276139666,64,-1.541064533,0.7349647152,36.895528498 +23,-1.531340368,0.7276446587,64,-1.541064533,0.7349647152,40.774643099 +24,-1.528960113,0.7276398177,64,-1.541064533,0.7349647152,45.992214723 +25,-1.533313146,0.7260818349,64,-1.541064533,0.7349647152,41.963654379 +26,-1.531259555,0.7260958115,64,-1.541064533,0.7349647152,45.506556261 +27,-1.528926415,0.7260865555,64,-1.541064533,0.7349647152,50.189912091 +28,-1.531226779,0.7245511789,64,-1.541064533,0.7349647152,50.447098189 +29,-1.528904772,0.7245519194,64,-1.541064533,0.7349647152,54.679472644 +30,-1.547195875,0.7409785979,64,-1.541064533,0.7349647152,29.837524332 +31,-1.5451475,0.740980426,64,-1.541064533,0.7349647152,26.663566403 +32,-1.543097679,0.7409798872,64,-1.541064533,0.7349647152,24.559753021 +33,-1.540720364,0.7409892687,64,-1.541064533,0.7349647152,23.884560481 +34,-1.547188511,0.7395198392,64,-1.541064533,0.7349647152,25.456555572 +35,-1.545148587,0.7395226109,64,-1.541064533,0.7349647152,21.664914879 +36,-1.543104538,0.7395314908,64,-1.541064533,0.7349647152,19.052496383 +37,-1.540727751,0.7395306258,64,-1.541064533,0.7349647152,18.112515891 +38,-1.547187029,0.7380014886,64,-1.541064533,0.7349647152,21.621054782 +39,-1.545147315,0.7380012252,64,-1.541064533,0.7349647152,16.976474857 +40,-1.54310719,0.7380060743,64,-1.541064533,0.7349647152,13.455654264 +41,-1.540719671,0.7380068206,64,-1.541064533,0.7349647152,12.092199108 +42,-1.547187189,0.7364799098,64,-1.541064533,0.7349647152,18.954269966 +43,-1.545149996,0.7364853874,64,-1.541064533,0.7349647152,13.424031473 +44,-1.543106091,0.7364823484,64,-1.541064533,0.7349647152,8.4897548545 +45,-1.540717158,0.7364893901,64,-1.541064533,0.7349647152,6.1247772284 +46,-1.538663972,0.7410138672,64,-1.541064533,0.7349647152,24.972006756 +47,-1.53695285,0.7409699132,64,-1.541064533,0.7349647152,26.66430622 +48,-1.534910498,0.7409641297,64,-1.541064533,0.7349647152,29.832016675 +49,-1.533145034,0.7409536636,64,-1.541064533,0.7349647152,33.186735743 +50,-1.538681336,0.7395405883,64,-1.541064533,0.7349647152,19.425640309 +51,-1.536999189,0.7395183096,64,-1.541064533,0.7349647152,21.620430856 +52,-1.534923633,0.7395144222,64,-1.541064533,0.7349647152,25.476433278 +53,-1.533267822,0.7395654306,64,-1.541064533,0.7349647152,29.236924928 +54,-1.53867273,0.7380151077,64,-1.541064533,0.7349647152,13.973176956 +55,-1.536980576,0.7379994392,64,-1.541064533,0.7349647152,16.973903054 +56,-1.534931522,0.7379944961,64,-1.541064533,0.7349647152,21.631368701 +57,-1.533387952,0.7379480264,64,-1.541064533,0.7349647152,25.438277295 +58,-1.538682279,0.7364914363,64,-1.541064533,0.7349647152,9.2469316591 +59,-1.536980704,0.7364810563,64,-1.541064533,0.7349647152,13.412073886 +60,-1.534935567,0.7364752065,64,-1.541064533,0.7349647152,18.965996423 +61,-1.533042592,0.7363876366,64,-1.541064533,0.7349647152,24.222018518 +62,-1.545143426,0.7349628011,64,-1.541064533,0.7349647152,11.985776093 +63,-1.543105297,0.7349691947,64,-1.541064533,0.7349647152,5.9967705666 +64,-1.541064533,0.7349647152,64,-1.541064533,0.7349647152,2.9992650575 +65,-1.545411803,0.7334624714,64,-1.541064533,0.7349647152,14.100122738 +66,-1.543446606,0.7334780896,64,-1.541064533,0.7349647152,9.1507432937 +67,-1.541475327,0.7334957295,64,-1.541064533,0.7349647152,5.9427074225 +68,-1.545401939,0.731963266,64,-1.541064533,0.7349647152,17.442120848 +69,-1.54342253,0.7319915583,64,-1.541064533,0.7349647152,13.66854582 +70,-1.541455867,0.7320216438,64,-1.541064533,0.7349647152,11.714234544 +71,-1.545410146,0.7304422281,64,-1.541064533,0.7349647152,22.014132993 +72,-1.543435491,0.7304713664,64,-1.541064533,0.7349647152,19.118330674 +73,-1.541463105,0.7304997613,64,-1.541064533,0.7349647152,17.72457581 +74,-1.545414768,0.7289194936,64,-1.541064533,0.7349647152,27.160032362 +75,-1.543435774,0.7289538557,64,-1.541064533,0.7349647152,24.812968329 +76,-1.541457714,0.7289765881,64,-1.541064533,0.7349647152,23.747245449 +77,-1.539449415,0.7320555866,64,-1.541064533,0.7349647152,12.464531721 +78,-1.537429183,0.7321097681,64,-1.541064533,0.7349647152,15.565641126 +79,-1.535472649,0.7321497267,64,-1.541064533,0.7349647152,19.874907508 +80,-1.539457899,0.7305333307,64,-1.541064533,0.7349647152,18.178982301 +81,-1.537453161,0.7305750503,64,-1.541064533,0.7349647152,20.38096323 +82,-1.535479385,0.7306124949,64,-1.541064533,0.7349647152,23.824259393 +83,-1.53946905,0.7290102593,64,-1.541064533,0.7349647152,24.049506009 +84,-1.537459922,0.7290417293,64,-1.541064533,0.7349647152,25.75282174 +85,-1.535451349,0.7290890157,64,-1.541064533,0.7349647152,28.551086963 +86,-1.535522937,0.7279887191,64,-1.541064533,0.7349647152,32.099155495 +87,-1.539442524,0.7274735939,64,-1.541064533,0.7349647152,30.055245271 +88,-1.537424111,0.727521351,64,-1.541064533,0.7349647152,31.376066608 +89,-1.539384641,0.7259505092,64,-1.541064533,0.7349647152,36.047629804 +90,-1.537372391,0.7259947145,64,-1.541064533,0.7349647152,37.162504562 +91,-1.535340789,0.7260435356,64,-1.541064533,0.7349647152,39.164340912 +92,-1.539325716,0.7244369706,64,-1.541064533,0.7349647152,42.015204164 +93,-1.537308932,0.7244801057,64,-1.541064533,0.7349647152,42.984189803 +94,-1.535289068,0.7245247645,64,-1.541064533,0.7349647152,44.729935761 +95,-1.533261366,0.7245550236,64,-1.541064533,0.7349647152,47.23167692 +96,-1.539267302,0.722921924,64,-1.541064533,0.7349647152,47.996097551 +97,-1.537248972,0.7229660258,64,-1.541064533,0.7349647152,48.845297078 +98,-1.535219431,0.7229916471,64,-1.541064533,0.7349647152,50.471236808 +99,-1.53318962,0.7230212049,64,-1.541064533,0.7349647152,52.719050709 +100,-1.531154816,0.7230299897,64,-1.541064533,0.7349647152,55.604240527 +101,-1.528878341,0.7230370244,64,-1.541064533,0.7349647152,59.398507768 +102,-1.539218189,0.7214009878,64,-1.541064533,0.7349647152,54.002495519 +103,-1.537198791,0.7214422745,64,-1.541064533,0.7349647152,54.768012556 +104,-1.535179266,0.7214634354,64,-1.541064533,0.7349647152,56.237560341 +105,-1.533156501,0.7214944644,64,-1.541064533,0.7349647152,58.252513335 +106,-1.53113574,0.7215166021,64,-1.541064533,0.7349647152,60.81929147 +107,-1.528874248,0.7215345535,64,-1.541064533,0.7349647152,64.253727926 +108,-1.539217656,0.7198512397,64,-1.541064533,0.7349647152,60.113294757 +109,-1.537199919,0.7199428763,64,-1.541064533,0.7349647152,60.58986344 +110,-1.545425832,0.727397149,64,-1.541064533,0.7349647152,32.61699816 +111,-1.543371177,0.7273916949,64,-1.541064533,0.7349647152,30.758078957 +112,-1.541368852,0.7274523163,64,-1.541064533,0.7349647152,29.770136616 +113,-1.545349067,0.7258710923,64,-1.541064533,0.7349647152,38.173766018 +114,-1.54332671,0.7258603556,64,-1.541064533,0.7349647152,36.67484693 +115,-1.541346831,0.7259242142,64,-1.541064533,0.7349647152,35.819109361 +116,-1.545324355,0.7243383958,64,-1.541064533,0.7349647152,43.929769384 +117,-1.543292796,0.7243617413,64,-1.541064533,0.7349647152,42.510536998 +118,-1.541295822,0.7244024384,64,-1.541064533,0.7349647152,41.842750685 +119,-1.543193859,0.7205570215,64,-1.541064533,0.7349647152,57.415272819 +120,-1.550257047,0.7386738187,64,-1.541064533,0.7349647152,30.709082132 +121,-1.549335448,0.7311736483,64,-1.541064533,0.7349647152,28.604109402 +122,-1.533478843,0.7179891343,64,-1.541064533,0.7349647152,70.892126277 +123,-1.556150555,0.738907041,64,-1.541064533,0.7349647152,46.925147372 +124,-1.554324226,0.733414257,64,-1.541064533,0.7349647152,39.471259995 +125,-1.554290846,0.7288285332,64,-1.541064533,0.7349647152,45.930558181 +126,-1.55122487,0.7219795312,64,-1.541064533,0.7349647152,59.559032427 +127,-1.525104458,0.7229399862,64,-1.541064533,0.7349647152,67.021309101 +128,-1.519607711,0.7236181429,64,-1.541064533,0.7349647152,77.690722606 +129,-1.513899999,0.7251107854,64,-1.541064533,0.7349647152,89.170995989 +130,-1.536620762,0.7431061895,64,-1.541064533,0.7349647152,34.773689981 +131,-1.5369566,0.7460845958,64,-1.541064533,0.7349647152,45.653887204 +132,-1.545345528,0.7447040685,64,-1.541064533,0.7349647152,40.559570364 +133,-1.532813921,0.7432306626,64,-1.541064533,0.7349647152,40.686362398 +134,-1.554788248,0.7382381001,64,-1.541064533,0.7349647152,42.303034069 +135,-1.540348126,0.7301594274,64,-1.541064533,0.7349647152,19.150308687 +136,-1.538016084,0.7239051786,64,-1.541064533,0.7349647152,44.722245987 +137,-1.525288962,0.7258085137,64,-1.541064533,0.7349647152,59.008109107 +138,-1.534326986,0.731241342,64,-1.541064533,0.7349647152,24.714298868 +139,-1.530733872,0.7303625216,64,-1.541064533,0.7349647152,35.463319674 +141,-1.534354939,0.7328219978,64,-1.541064533,0.7349647152,21.482744763 +142,-1.53157084,0.7292888153,64,-1.541064533,0.7349647152,35.88425639 +143,-1.525691035,0.7263799874,64,-1.541064533,0.7349647152,56.68164912 +144,-1.534031287,0.7495967835,64,-1.541064533,0.7349647152,61.486048939 +145,-1.527714986,0.7283095957,64,-1.541064533,0.7349647152,47.359422824 +146,-1.526189586,0.7271468292,64,-1.541064533,0.7349647152,53.692896428 +147,-1.555177336,0.7375563366,64,-1.541064533,0.7349647152,42.674537588 +148,-1.555080283,0.7312707794,64,-1.541064533,0.7349647152,43.771451388 +149,-1.53856994,0.7224180299,64,-1.541064533,0.7349647152,50.241156501 +150,-1.530837883,0.729933372,64,-1.541064533,0.7349647152,36.115383929 +151,-1.515066984,0.5854133365,64,-1.541064533,0.7349647152,597.90210277 +152,-1.534731633,0.5368370046,64,-1.541064533,0.7349647152,785.04107117 +153,-1.515231902,0.5607085576,64,-1.541064533,0.7349647152,695.00125244 +154,-2.616253799,1.0684566605,64,-1.541064533,0.7349647152,2817.0314084 +155,-1.956071439,0.5792177723,64,-1.541064533,0.7349647152,1433.8410258 +156,-1.951208514,0.5602434208,64,-1.541064533,0.7349647152,1461.9874443 +157,-1.944675062,0.6062144545,64,-1.541064533,0.7349647152,1346.9615234 +158,-1.613778386,0.6077989518,64,-1.541064533,0.7349647152,551.69217976 +159,-2.035029014,0.6021432345,64,-1.541064533,0.7349647152,1614.1728074 +160,-2.114989471,0.6801825058,64,-1.541064533,0.7349647152,1730.3597662 +161,-2.037382079,0.5765830025,64,-1.541064533,0.7349647152,1669.8705854 +162,-2.129855121,0.6585019963,64,-1.541064533,0.7349647152,1802.0953508 +163,-2.075141798,0.6493615843,64,-1.541064533,0.7349647152,1654.2233442 +164,-1.828626729,0.6948433129,64,-1.541064533,0.7349647152,873.26332623 +165,-1.863329418,0.6735427691,64,-1.541064533,0.7349647152,1000.5769662 +166,-1.266037071,0.727988852,64,-1.541064533,0.7349647152,810.02862091 +167,-1.277579582,0.7249010648,64,-1.541064533,0.7349647152,777.76547224 +168,-1.258418684,0.7241194816,64,-1.541064533,0.7349647152,834.46277008 +169,-1.317813974,0.6804850104,64,-1.541064533,0.7349647152,704.91130302 +170,-1.344165204,0.6790988904,64,-1.541064533,0.7349647152,632.3008269 +171,-1.427582102,0.5277120351,64,-1.541064533,0.7349647152,896.83219788 +172,-1.402238616,0.457167829,64,-1.541064533,0.7349647152,1189.3565211 +173,-1.422454264,0.4996161999,64,-1.541064533,0.7349647152,1006.9929166 +174,-1.439089277,0.4894859811,64,-1.541064533,0.7349647152,1026.3141362 +175,-1.448126995,0.5182330266,64,-1.541064533,0.7349647152,908.28210378 +176,-1.474626146,0.5881926574,64,-1.541064533,0.7349647152,617.15047461 +177,-1.421139645,0.5584869783,64,-1.541064533,0.7349647152,794.53105252 +178,-1.457037165,0.565943032,64,-1.541064533,0.7349647152,719.65755444 +179,-2.757159358,0.3745319,64,-1.541064533,0.7349647152,4215.7263104 +180,-2.714309238,0.342054471,64,-1.541064533,0.7349647152,4168.4989721 +181,-2.000525337,0.774119946,64,-1.541064533,0.7349647152,1329.2118241 +183,-1.571413436,0.6777838382,64,-1.541064533,0.7349647152,244.24258618 +184,-1.552860289,0.6987663893,64,-1.541064533,0.7349647152,147.64309672 +185,-1.521852374,0.7165827476,64,-1.541064533,0.7349647152,92.418167333 +186,-1.503656267,0.6928968252,64,-1.541064533,0.7349647152,200.75053484 +187,-1.502753178,0.7136205882,64,-1.541064533,0.7349647152,141.6448269 +188,-1.631894563,0.7343596465,64,-1.541064533,0.7349647152,266.94517722 +189,-1.653765416,0.6770714026,64,-1.541064533,0.7349647152,409.66356147 +190,-1.719812114,0.6715965947,64,-1.541064533,0.7349647152,594.97372622 +191,-1.493406659,0.6646955447,64,-1.541064533,0.7349647152,313.51956696 +192,-1.469120564,0.6613469966,64,-1.541064533,0.7349647152,364.15349931 +193,-1.590551461,0.5326612937,64,-1.541064533,0.7349647152,816.60372379 +194,-1.625979264,0.5247742243,64,-1.541064533,0.7349647152,875.39600394 +195,-1.572293943,0.5238808754,64,-1.541064533,0.7349647152,842.0039267 +196,-1.610848725,0.5477107964,64,-1.541064533,0.7349647152,773.82481198 +197,-1.208485554,0.7918526018,64,-1.541064533,0.7349647152,975.55125498 +198,-1.335601374,0.6869083083,64,-1.541064533,0.7349647152,644.77186009 +199,-1.346156996,0.6825213377,64,-1.541064533,0.7349647152,621.25775764 +200,-1.324381037,0.6741422347,64,-1.541064533,0.7349647152,696.08947794 +201,-1.242424992,0.7378949807,64,-1.541064533,0.7349647152,874.98510145 +202,-1.270370057,0.7392461008,64,-1.541064533,0.7349647152,792.97103073 +203,-1.448950472,0.7441675014,64,-1.541064533,0.7349647152,271.95459674 +204,-1.492662363,0.7523026852,64,-1.541064533,0.7349647152,156.92235226 +205,-1.479098966,0.7763855017,64,-1.541064533,0.7349647152,242.50369894 +206,-1.633760714,0.7869022408,64,-1.541064533,0.7349647152,336.06988627 +207,-1.647406434,0.8101289331,64,-1.541064533,0.7349647152,423.58809131 +208,-1.564245052,0.5701509278,64,-1.541064533,0.7349647152,656.86558458 +209,-1.646289963,0.6833746083,64,-1.541064533,0.7349647152,376.42974937 +210,-1.5820631,0.6751952144,64,-1.541064533,0.7349647152,267.07486426 +211,-1.613236298,0.6681681791,64,-1.541064533,0.7349647152,342.95661272 +212,-1.914661867,0.8212566515,64,-1.541064533,0.7349647152,1103.913913 +213,-1.742133237,0.7250275956,64,-1.541064533,0.7349647152,594.3346289 +214,-2.033144872,0.6557314699,64,-1.541064533,0.7349647152,1521.8208279 +215,-2.039551981,0.6964723658,64,-1.541064533,0.7349647152,1490.7949763 +216,-1.247341019,0.7622473908,64,-1.541064533,0.7349647152,857.69483906 +217,-1.298239787,0.7084123392,64,-1.541064533,0.7349647152,728.81797147 +218,-1.308539688,0.6926545592,64,-1.541064533,0.7349647152,715.25056043 +219,-1.303263185,0.6888938396,64,-1.541064533,0.7349647152,735.22246153 +220,-1.852400229,0.6004246149,64,-1.541064533,0.7349647152,1102.1635591 +221,-1.288947707,0.7473773692,64,-1.541064533,0.7349647152,737.40350203 +222,-1.372031502,0.7472790993,64,-1.541064533,0.7349647152,496.0519398 +223,-1.289805721,0.7242157877,64,-1.541064533,0.7349647152,742.2365707 +224,-1.350807603,0.7533498126,64,-1.541064533,0.7349647152,558.75222719 +225,-1.329290365,0.7560442322,64,-1.541064533,0.7349647152,621.39573331 +226,-1.410153004,0.616936428,64,-1.541064533,0.7349647152,617.70019077 +227,-1.393445434,0.6308995063,64,-1.541064533,0.7349647152,612.32627758 +228,-1.37595573,0.6241540638,64,-1.541064533,0.7349647152,671.13453343 +229,-1.358388707,0.6172645205,64,-1.541064533,0.7349647152,731.0758472 +230,-1.753741133,0.8281661666,64,-1.541064533,0.7349647152,701.5288217 +231,-1.47430987,0.6834615681,64,-1.541064533,0.7349647152,286.08797778 +232,-1.421012508,0.7222725206,64,-1.541064533,0.7349647152,358.23020918 +233,-1.4476833,0.6978557868,64,-1.541064533,0.7349647152,315.22574363 +234,-1.470370723,0.6966193374,64,-1.541064533,0.7349647152,260.1706864 +235,-1.429211703,0.7037216883,64,-1.541064533,0.7349647152,355.40043407 +236,-1.700578405,0.6178673663,64,-1.541064533,0.7349647152,675.93340563 +237,-1.678117619,0.6331716163,64,-1.541064533,0.7349647152,582.24936134 +238,-1.725644578,0.6316331145,64,-1.541064533,0.7349647152,698.40578374 +239,-2.14012759,0.7930497945,64,-1.541064533,0.7349647152,1715.5124169 +240,-2.103289431,0.7653606263,64,-1.541064533,0.7349647152,1623.322929 +241,-1.318739838,0.7017808746,64,-1.541064533,0.7349647152,675.22883824 +242,-1.396417427,0.7077900843,64,-1.541064533,0.7349647152,443.28348634 +243,-1.35650337,0.7185539404,64,-1.541064533,0.7349647152,549.82674182 +244,-1.248884539,0.7274156818,64,-1.541064533,0.7349647152,860.63013999 +245,-1.395014798,0.5761185243,64,-1.541064533,0.7349647152,777.69949493 +246,-1.433377362,0.6064716109,64,-1.541064533,0.7349647152,608.44918587 +247,-1.408172432,0.5903155476,64,-1.541064533,0.7349647152,706.78575118 +248,-1.749645898,0.7757118084,64,-1.541064533,0.7349647152,622.13418144 +249,-1.571626686,0.615046989,64,-1.541064533,0.7349647152,484.27249543 +250,-1.514070049,0.6303003037,64,-1.541064533,0.7349647152,422.77331232 +251,-1.480890369,0.6237966528,64,-1.541064533,0.7349647152,477.67221968 +252,-1.704390658,0.5281680612,64,-1.541064533,0.7349647152,969.97120707 +253,-1.64434733,0.5254277498,64,-1.541064533,0.7349647152,892.76474373 +254,-1.703855997,0.4792484842,64,-1.541064533,0.7349647152,1141.2528249 +255,-1.692002383,0.5748825051,64,-1.541064533,0.7349647152,790.82547691 +256,-1.854136457,0.5544643913,64,-1.541064533,0.7349647152,1217.96694 +257,-1.665021206,0.520317736,64,-1.541064533,0.7349647152,937.64076579 +258,-1.733654349,0.4845187345,64,-1.541064533,0.7349647152,1170.3602261 +259,-1.720938188,0.5135933906,64,-1.541064533,0.7349647152,1048.4532289 +260,-1.742668307,0.553296122,64,-1.541064533,0.7349647152,960.21774509 +261,-1.965659039,0.7142126903,64,-1.541064533,0.7349647152,1257.7179943 +262,-1.944438071,0.6772834804,64,-1.541064533,0.7349647152,1233.0241978 +263,-1.270340967,0.7681487096,64,-1.541064533,0.7349647152,793.19449858 +264,-1.353091884,0.6549276821,64,-1.541064533,0.7349647152,653.16674494 +265,-1.333236659,0.6413584414,64,-1.541064533,0.7349647152,735.05423237 +266,-1.352015998,0.6753788907,64,-1.541064533,0.7349647152,616.56447323 +267,-1.377988483,0.6577816235,64,-1.541064533,0.7349647152,581.75193639 +268,-2.13075611,0.8318642051,64,-1.541064533,0.7349647152,1684.5062652 +269,-2.097910953,0.8259670014,64,-1.541064533,0.7349647152,1596.2426053 +270,-1.416382069,0.6694271549,64,-1.541064533,0.7349647152,457.49803002 +271,-1.538905672,0.7535625993,64,-1.541064533,0.7349647152,73.934256268 +272,-1.572309477,0.7803125099,64,-1.541064533,0.7349647152,200.85382558 +273,-1.87759879,0.7503853417,64,-1.541064533,0.7349647152,981.71639102 +274,1.152365588,0.590457682,64,-1.541064533,0.7349647152,6947.1138969 +275,0.350198001,0.718001859,64,-1.541064533,0.7349647152,5158.9451558 +276,0.046513677,0.491503852,64,-1.541064533,0.7349647152,4992.1895484 +277,0.027510309,0.742571376,64,-1.541064533,0.7349647152,4352.4718313 +278,0.306285725,-0.214631579,64,-1.541064533,0.7349647152,7599.1410869 +279,-1.100564889,0.318051531,64,-1.541064533,0.7349647152,2219.4900905 +280,-1.078582306,0.301437596,64,-1.541064533,0.7349647152,2321.78498 +281,-1.137371989,-0.617634065,64,-1.541064533,0.7349647152,5553.8894128 +282,0.784356344,0.703272339,64,-1.541064533,0.7349647152,6039.424283 +283,-1.221209947,0.218327455,64,-1.541064533,0.7349647152,2324.0603325 +284,2.347301921,-0.449114658,64,-1.541064533,0.7349647152,9775.7173308 +285,0.246820618,0.830553713,64,-1.541064533,0.7349647152,4646.5958353 +286,0.829414965,0.703288228,64,-1.541064533,0.7349647152,6111.4105719 +287,-1.337537566,0.42332223,64,-1.541064533,0.7349647152,1403.5966039 +288,0.882453706,0.454478077,64,-1.541064533,0.7349647152,7050.2068998 +289,1.575629659,0.416419109,64,-1.541064533,0.7349647152,7882.3052231 +290,-1.039455679,0.229888244,64,-1.541064533,0.7349647152,2638.9654228 +291,0.489558039,0.934482747,64,-1.541064533,0.7349647152,4832.2449108 +292,0.081344504,0.88384514,64,-1.541064533,0.7349647152,4174.4496913 +293,-1.547979814,0.300350308,64,-1.541064533,0.7349647152,1721.6670554 +294,0.040776181,0.168560074,64,-1.541064533,0.7349647152,5807.5681256 +295,-1.130374745,0.563894876,64,-1.541064533,0.7349647152,1455.2603296 +296,1.578326642,0.478507176,64,-1.541064533,0.7349647152,7636.6001886 +297,-1.12861823,-0.291640865,64,-1.541064533,0.7349647152,4336.864422 +298,0.310524208,0.770885792,64,-1.541064533,0.7349647152,4932.6892043 +299,0.415649091,-0.387246002,64,-1.541064533,0.7349647152,8350.0584813 +300,-0.926533878,-0.188022748,64,-1.541064533,0.7349647152,4283.3673252 +301,1.258856172,-0.11716081,64,-1.541064533,0.7349647152,9718.971289 +302,-1.126050026,0.322941926,64,-1.541064533,0.7349647152,2147.5241846 +303,2.002785835,0.07893892,64,-1.541064533,0.7349647152,8909.5087942 +304,0.440437607,0.746258085,64,-1.541064533,0.7349647152,5271.0169691 +305,-0.030391866,0.214441206,64,-1.541064533,0.7349647152,5479.8487382 +306,0.521557815,-0.058929362,64,-1.541064533,0.7349647152,7805.4511284 +307,-0.097005111,0.13317729,64,-1.541064533,0.7349647152,5497.069447 +308,1.83113859,0.221857587,64,-1.541064533,0.7349647152,8561.7820886 +309,0.222428864,0.099404236,64,-1.541064533,0.7349647152,6518.5710406 +310,-1.702731345,0.8728568183,64,-1.541064533,0.7349647152,703.00671367 +311,-0.418507569,0.278324921,64,-1.541064533,0.7349647152,4178.2272105 +312,-1.41153306,0.339029988,64,-1.541064533,0.7349647152,1627.4394049 +313,0.357560442,0.114788776,64,-1.541064533,0.7349647152,6860.3956 +314,0.325818979,0.268352149,64,-1.541064533,0.7349647152,6344.4039351 +315,-1.246004659,-0.663679965,64,-1.541064533,0.7349647152,5641.3500296 +316,1.814603087,0.637404484,64,-1.541064533,0.7349647152,6952.9849343 +317,1.843704281,-0.18300445,64,-1.541064533,0.7349647152,10100.42536 +318,1.690644492,-0.211480909,64,-1.541064533,0.7349647152,10347.126218 +319,-1.275451936,0.068109467,64,-1.541064533,0.7349647152,2803.4652109 +320,0.762430171,-0.207594741,64,-1.541064533,0.7349647152,8889.849636 +321,0.265668905,-0.014647884,64,-1.541064533,0.7349647152,6951.7613779 +322,-2.773032013,-0.335515811,64,-1.541064533,0.7349647152,6174.2164985 +323,-1.469512853,0.174058777,64,-1.541064533,0.7349647152,2235.630454 +324,0.286276986,0.785925691,64,-1.541064533,0.7349647152,4841.9982218 +325,-1.379324697,0.377432233,64,-1.541064533,0.7349647152,1514.7849015 +326,-1.203778265,0.212813032,64,-1.541064533,0.7349647152,2372.693453 +327,0.579916301,0.611743168,64,-1.541064533,0.7349647152,5954.086082 +328,0.267582642,0.868113908,64,-1.541064533,0.7349647152,4597.3039933 +329,0.412869244,-0.050245578,64,-1.541064533,0.7349647152,7473.1441879 +330,0.17524381,0.976660285,64,-1.541064533,0.7349647152,4168.8078478 +331,0.743157214,0.204812899,64,-1.541064533,0.7349647152,7591.6888038 +332,-1.070758176,0.269382282,64,-1.541064533,0.7349647152,2441.8578021 +333,-1.230364251,0.329790229,64,-1.541064533,0.7349647152,1914.6804931 +334,-1.374813124,-0.024926835,64,-1.541064533,0.7349647152,3068.2791011 +335,0.519780566,0.463669906,64,-1.541064533,0.7349647152,6271.0591325 +336,-1.55108034,0.239698561,64,-1.541064533,0.7349647152,1962.0504658 +337,0.180294813,0.029739425,64,-1.541064533,0.7349647152,6584.011964 +338,0.67820924,0.268170153,64,-1.541064533,0.7349647152,7240.6736021 +339,0.445798684,1.024001867,64,-1.541064533,0.7349647152,4518.602288 +340,0.691751283,0.150521402,64,-1.541064533,0.7349647152,7639.6026596 +341,-1.036643551,-0.903056181,64,-1.541064533,0.7349647152,6715.8963202 +342,-0.120287036,1.083325163,64,-1.541064533,0.7349647152,3448.3457246 +343,2.823513113,-0.304487164,64,-1.541064533,0.7349647152,8036.5261609 +344,0.457583172,1.12513373,64,-1.541064533,0.7349647152,4273.1477294 +345,0.042918831,0.813795399,64,-1.541064533,0.7349647152,4235.6159351 +346,1.196146777,-0.853142756,64,-1.541064533,0.7349647152,11233.509544 +347,0.206001358,-0.010430701,64,-1.541064533,0.7349647152,6766.6029738 +348,-0.268308653,0.234799412,64,-1.541064533,0.7349647152,4729.742664 +349,0.759363263,0.736189579,64,-1.541064533,0.7349647152,5889.5698755 +350,0.181363926,0.891988372,64,-1.541064533,0.7349647152,4366.1685531 +351,-0.021111158,0.139103292,64,-1.541064533,0.7349647152,5704.2768431 +352,-0.093355215,0.630686981,64,-1.541064533,0.7349647152,4288.3758634 +353,0.40118964,0.681375926,64,-1.541064533,0.7349647152,5370.8497702 +354,-0.721197315,1.304706234,64,-1.541064533,0.7349647152,2677.7260781 +355,-1.076150317,0.212107639,64,-1.541064533,0.7349647152,2617.9531539 +356,-1.577164531,0.273993443,64,-1.541064533,0.7349647152,1830.0463641 +357,-0.190788414,0.182208586,64,-1.541064533,0.7349647152,5093.3095399 +358,-0.261349752,0.209710184,64,-1.541064533,0.7349647152,4814.7391543 +359,-1.029303852,0.083549259,64,-1.541064533,0.7349647152,3147.7216055 +360,-1.268609162,0.330525297,64,-1.541064533,0.7349647152,1845.2361385 +361,1.282982244,-0.926641967,64,-1.541064533,0.7349647152,11311.467138 +362,0.217352334,0.731352408,64,-1.541064533,0.7349647152,4827.2728785 +363,-1.511833084,0.258629297,64,-1.541064533,0.7349647152,1889.4096123 +364,0.338812194,0.823184618,64,-1.541064533,0.7349647152,4854.9069426 +365,-0.324406489,1.134201999,64,-1.541064533,0.7349647152,3058.300347 +366,1.389579348,0.399185724,64,-1.541064533,0.7349647152,7885.5008896 +367,2.047152199,-0.039082036,64,-1.541064533,0.7349647152,9264.3988733 +368,0.947780369,0.568250077,64,-1.541064533,0.7349647152,6761.7190943 +369,0.763824846,0.576754987,64,-1.541064533,0.7349647152,6423.7228137 +370,-0.142334657,0.928153068,64,-1.541064533,0.7349647152,3608.6605981 +371,0.610266567,0.547265983,64,-1.541064533,0.7349647152,6216.104946 +372,0.210731629,0.746815056,64,-1.541064533,0.7349647152,4773.7660854 +373,-1.34931644,0.316895224,64,-1.541064533,0.7349647152,1777.8178979 +374,2.407696481,0.655030745,64,-1.541064533,0.7349647152,6215.39071 +375,0.64207831,0.545359131,64,-1.541064533,0.7349647152,6288.149244 +376,1.174597538,0.840588356,64,-1.541064533,0.7349647152,6027.8846002 +377,0.660059424,0.010604079,64,-1.541064533,0.7349647152,7983.0904878 +378,-0.730263819,0.010486456,64,-1.541064533,0.7349647152,4064.7421756 +379,0.831068936,0.512339172,64,-1.541064533,0.7349647152,6761.1916179 +380,1.301180979,0.72367476,64,-1.541064533,0.7349647152,6567.7597379 +381,1.811128231,0.322854402,64,-1.541064533,0.7349647152,8183.5097759 +382,0.435105812,0.992284428,64,-1.541064533,0.7349647152,4585.5068717 +383,0.62643634,0.592027932,64,-1.541064533,0.7349647152,6109.8676209 +384,0.492988703,-0.516339467,64,-1.541064533,0.7349647152,8867.5144123 +385,-0.162469483,0.112549365,64,-1.541064533,0.7349647152,5359.0465821 +386,0.314630866,0.472006421,64,-1.541064533,0.7349647152,5748.730459 +387,0.166744804,0.822815954,64,-1.541064533,0.7349647152,4493.4894598 +388,0.417159608,0.965805736,64,-1.541064533,0.7349647152,4625.8481502 +389,0.106334961,0.868774244,64,-1.541064533,0.7349647152,4259.8547854 +390,0.815086969,-0.338144359,64,-1.541064533,0.7349647152,9390.3686403 +391,0.59867455,-0.230624824,64,-1.541064533,0.7349647152,8492.5748044 +392,1.915104874,0.066220985,64,-1.541064533,0.7349647152,9074.6138681 +393,1.278093622,0.064463721,64,-1.541064533,0.7349647152,9071.6383239 +394,-0.061477853,0.302997961,64,-1.541064533,0.7349647152,5161.3086519 +395,0.251311504,0.626976942,64,-1.541064533,0.7349647152,5174.3957556 +396,2.950242872,0.149095644,64,-1.541064533,0.7349647152,6464.7471748 +397,-0.180294708,0.35375117,64,-1.541064533,0.7349647152,4689.1355332 +398,1.010448592,-0.351180233,64,-1.541064533,0.7349647152,9958.069584 +399,-1.748740498,0.3686318073,64,-1.541064533,0.7349647152,1607.4670879 +400,2.699635665,0.123533791,64,-1.541064533,0.7349647152,7230.5529051 +401,0.496808033,0.823843254,64,-1.541064533,0.7349647152,5159.2264468 +402,0.129574704,0.763364087,64,-1.541064533,0.7349647152,4547.8482237 +403,1.798920311,0.817447563,64,-1.541064533,0.7349647152,6255.309656 +404,0.335987953,0.746786541,64,-1.541064533,0.7349647152,5050.8579748 +405,-1.085413643,0.292154671,64,-1.541064533,0.7349647152,2336.0650865 +406,-0.155321003,0.508207011,64,-1.541064533,0.7349647152,4392.7722764 +407,0.620529244,-0.301175104,64,-1.541064533,0.7349647152,8738.9784515 +408,1.684402744,0.368716966,64,-1.541064533,0.7349647152,8061.3809166 +409,0.300582244,-0.386397212,64,-1.541064533,0.7349647152,8011.3630248 +410,2.913555946,-0.009225192,64,-1.541064533,0.7349647152,7000.4872929 +411,1.465101417,0.493232532,64,-1.541064533,0.7349647152,7553.8268581 +412,0.090612882,0.907955955,64,-1.541064533,0.7349647152,4144.3232319 +413,2.987564726,-0.729568594,64,-1.541064533,0.7349647152,8519.2561109 +414,-1.484261606,0.224149272,64,-1.541064533,0.7349647152,2032.7715452 +415,0.164073421,0.303955133,64,-1.541064533,0.7349647152,5801.7109438 +416,0.141441293,0.167552546,64,-1.541064533,0.7349647152,6101.9373436 +417,2.931321023,-0.506718887,64,-1.541064533,0.7349647152,8203.2787806 +418,2.21951565,0.700596356,64,-1.541064533,0.7349647152,6339.203708 +419,0.268112576,1.199114336,64,-1.541064533,0.7349647152,3862.0448133 +420,0.978913739,0.359223811,64,-1.541064533,0.7349647152,7549.213877 +421,1.210898818,0.522863584,64,-1.541064533,0.7349647152,7262.5682519 +422,2.347397336,0.129231362,64,-1.541064533,0.7349647152,8086.0151137 +423,0.614394501,0.556878345,64,-1.541064533,0.7349647152,6194.8401467 +424,-1.398079356,0.148483366,64,-1.541064533,0.7349647152,2376.1071304 +425,2.535303836,-0.112984496,64,-1.541064533,0.7349647152,8357.710655 +426,-1.019372593,-0.405322349,64,-1.541064533,0.7349647152,4903.8909555 +427,-1.297785627,-0.160104069,64,-1.541064533,0.7349647152,3653.6739295 +428,2.144554488,0.205051084,64,-1.541064533,0.7349647152,8227.260283 +429,-2.242387083,-0.426171285,64,-1.541064533,0.7349647152,5266.5115313 +430,0.338637212,0.909723676,64,-1.541064533,0.7349647152,4631.4690503 +431,-0.148798452,0.691042401,64,-1.541064533,0.7349647152,4014.4755477 +432,0.893524764,0.441829531,64,-1.541064533,0.7349647152,7113.3203017 +433,0.969229347,-0.368847936,64,-1.541064533,0.7349647152,9897.3007912 +434,0.436043248,0.800045688,64,-1.541064533,0.7349647152,5111.0597624 +435,1.687946607,1.081504775,64,-1.541064533,0.7349647152,5243.3748795 +436,0.522302046,-0.034889271,64,-1.541064533,0.7349647152,7740.2235219 +437,-0.178996113,-0.438090009,64,-1.541064533,0.7349647152,6799.3116792 +438,-1.094339566,0.301444068,64,-1.541064533,0.7349647152,2286.4289494 +439,-1.064070054,0.242569932,64,-1.541064533,0.7349647152,2543.4838851 +440,-1.068153768,0.230387998,64,-1.541064533,0.7349647152,2574.4836311 +441,-3.00496892,-0.23989155,64,-1.541064533,0.7349647152,6548.8505072 +442,0.21751974,0.766874888,64,-1.541064533,0.7349647152,4739.5508158 +443,0.117229532,0.007619006,64,-1.541064533,0.7349647152,6458.6039042 +444,0.777758451,0.420554741,64,-1.541064533,0.7349647152,6966.4805133 +445,-0.252356999,0.250747086,64,-1.541064533,0.7349647152,4735.8734438 +446,0.363148444,0.768483434,64,-1.541064533,0.7349647152,5050.2264558 +447,0.903191366,-0.118210676,64,-1.541064533,0.7349647152,8992.3928098 +448,-0.205755923,0.149406178,64,-1.541064533,0.7349647152,5135.0118687 +449,1.811996086,0.02364353,64,-1.541064533,0.7349647152,9345.0399748 +450,-1.100670221,0.314845373,64,-1.541064533,0.7349647152,2229.4716998 +451,0.340078597,0.850105132,64,-1.541064533,0.7349647152,4787.2944992 +452,0.258757267,0.804969236,64,-1.541064533,0.7349647152,4735.1228296 +453,2.78505352,-0.155160804,64,-1.541064533,0.7349647152,7764.8543734 +454,0.800551619,0.105822106,64,-1.541064533,0.7349647152,8040.4495706 +455,0.437940882,-0.506194031,64,-1.541064533,0.7349647152,8685.773226 +456,2.230431122,0.63458615,64,-1.541064533,0.7349647152,6559.947035 +457,0.527965361,0.127667701,64,-1.541064533,0.7349647152,7289.4222207 +458,-0.063643205,0.702093448,64,-1.541064533,0.7349647152,4212.2747825 +459,1.408447268,0.133010502,64,-1.541064533,0.7349647152,8936.1144948 +460,0.523795955,0.280266966,64,-1.541064533,0.7349647152,6828.6695586 +461,-0.975769313,0.072177659,64,-1.541064533,0.7349647152,3296.7713218 +462,0.549774164,-0.463663986,64,-1.541064533,0.7349647152,8919.5817629 +463,0.29245874,1.095549818,64,-1.541064533,0.7349647152,4110.840129 +464,0.143625958,0.816809593,64,-1.541064533,0.7349647152,4456.4557226 +465,0.671902494,0.611159853,64,-1.541064533,0.7349647152,6139.1845967 +466,1.239840988,0.6724199,64,-1.541064533,0.7349647152,6719.7114059 +467,0.607829703,-0.10932137,64,-1.541064533,0.7349647152,8187.4915779 +468,1.763020906,0.263996692,64,-1.541064533,0.7349647152,8442.6838256 +469,0.378714634,0.726066797,64,-1.541064533,0.7349647152,5198.4809493 +470,2.196736143,-0.153862366,64,-1.541064533,0.7349647152,9345.6323702 +471,0.01702415,0.148991565,64,-1.541064533,0.7349647152,5789.8686507 +472,-2.998490902,-0.158002487,64,-1.541064533,0.7349647152,6311.5750815 +473,-3.051262951,-0.346595608,64,-1.541064533,0.7349647152,6961.1009405 +474,-1.069176439,0.182802941,64,-1.541064533,0.7349647152,2730.4667137 +475,0.167157509,0.595344954,64,-1.541064533,0.7349647152,5048.6157568 +476,0.613855648,0.681746124,64,-1.541064533,0.7349647152,5805.6847641 +477,1.037012736,0.682555367,64,-1.541064533,0.7349647152,6474.2956414 +478,-1.253574971,0.379755746,64,-1.541064533,0.7349647152,1700.0860567 +479,3.108590453,-0.132620738,64,-1.541064533,0.7349647152,6757.3791279 +480,0.565301296,0.022333262,64,-1.541064533,0.7349647152,7695.5985445 +481,0.547898238,0.855555614,64,-1.541064533,0.7349647152,5158.4640961 +482,0.948309381,0.417393755,64,-1.541064533,0.7349647152,7293.0438446 +483,-0.050600732,0.945269213,64,-1.541064533,0.7349647152,3778.6706501 +484,-0.977651478,-0.572363064,64,-1.541064533,0.7349647152,5569.2018596 +485,1.102014914,0.728861163,64,-1.541064533,0.7349647152,6378.0988113 +486,2.927300795,-0.282939414,64,-1.541064533,0.7349647152,7677.7416609 +487,-1.154565557,0.124434095,64,-1.541064533,0.7349647152,2771.4605356 +488,1.855331234,0.291044755,64,-1.541064533,0.7349647152,8274.3939895 +489,0.830290659,0.276904518,64,-1.541064533,0.7349647152,7549.2465788 +490,0.485104466,-0.234867441,64,-1.541064533,0.7349647152,8175.0841033 +491,0.521367572,-0.33161327,64,-1.541064533,0.7349647152,8526.0140329 +1,-1.539031704,0.7349710123,65,-1.545411803,0.7334624714,19.689083376 +2,-1.536990553,0.7349663874,65,-1.545411803,0.7334624714,25.468904533 +3,-1.534951779,0.7349571355,65,-1.545411803,0.7334624714,31.322127561 +4,-1.532906461,0.7349480293,65,-1.545411803,0.7334624714,37.239690144 +5,-1.531320211,0.7346937278,65,-1.545411803,0.7334624714,41.72693079 +6,-1.539451648,0.7335131775,65,-1.545411803,0.7334624714,17.538327293 +7,-1.537429487,0.7335445708,65,-1.545411803,0.7334624714,23.4890962 +8,-1.535484998,0.7335658704,65,-1.545411803,0.7334624714,29.210801512 +9,-1.533488396,0.7336036027,65,-1.545411803,0.7334624714,35.086421936 +10,-1.531497785,0.7335842962,65,-1.545411803,0.7334624714,40.942056791 +11,-1.530259379,0.7334777758,65,-1.545411803,0.7334624714,44.585126446 +12,-1.5335454,0.7322346912,65,-1.545411803,0.7334624714,35.272638695 +13,-1.531489083,0.7322238773,65,-1.545411803,0.7334624714,41.282471158 +14,-1.530011122,0.7321679851,65,-1.545411803,0.7334624714,45.631277554 +15,-1.53348106,0.7306614094,65,-1.545411803,0.7334624714,36.859503098 +16,-1.531441779,0.7306962275,65,-1.545411803,0.7334624714,42.590963002 +17,-1.529755654,0.7306933243,65,-1.545411803,0.7334624714,47.411197925 +18,-1.533415048,0.7291384674,65,-1.545411803,0.7334624714,39.297410594 +19,-1.531392093,0.7291705353,65,-1.545411803,0.7334624714,44.691707224 +20,-1.529296523,0.7291214933,65,-1.545411803,0.7334624714,50.526765673 +21,-1.535280942,0.727267644,65,-1.545411803,0.7334624714,38.673866132 +22,-1.533378158,0.7276139666,65,-1.545411803,0.7334624714,42.391280927 +23,-1.531340368,0.7276446587,65,-1.545411803,0.7334624714,47.480060487 +24,-1.528960113,0.7276398177,65,-1.545411803,0.7334624714,53.736102909 +25,-1.533313146,0.7260818349,65,-1.545411803,0.7334624714,46.156520106 +26,-1.531259555,0.7260958115,65,-1.545411803,0.7334624714,50.960841457 +27,-1.528926415,0.7260865555,65,-1.545411803,0.7334624714,56.764026184 +28,-1.531226779,0.7245511789,65,-1.545411803,0.7334624714,54.790520338 +29,-1.528904772,0.7245519194,65,-1.545411803,0.7334624714,60.197689003 +30,-1.547195875,0.7409785979,65,-1.545411803,0.7334624714,30.227567785 +31,-1.5451475,0.740980426,65,-1.545411803,0.7334624714,29.78870283 +32,-1.543097679,0.7409798872,65,-1.545411803,0.7334624714,30.539970873 +33,-1.540720364,0.7409892687,65,-1.545411803,0.7334624714,32.834727119 +34,-1.547188511,0.7395198392,65,-1.545411803,0.7334624714,24.553143049 +35,-1.545148587,0.7395226109,65,-1.545411803,0.7334624714,24.016636051 +36,-1.543104538,0.7395314908,65,-1.545411803,0.7334624714,24.974602376 +37,-1.540727751,0.7395306258,65,-1.545411803,0.7334624714,27.688420464 +38,-1.547187029,0.7380014886,65,-1.545411803,0.7334624714,18.719504998 +39,-1.545147315,0.7380012252,65,-1.545411803,0.7334624714,17.994771848 +40,-1.54310719,0.7380060743,65,-1.545411803,0.7334624714,19.22749171 +41,-1.540719671,0.7380068206,65,-1.545411803,0.7334624714,22.668092658 +42,-1.547187189,0.7364799098,65,-1.545411803,0.7334624714,13.041020152 +43,-1.545149996,0.7364853874,65,-1.545411803,0.7334624714,11.998458708 +44,-1.543106091,0.7364823484,65,-1.545411803,0.7334624714,13.74725328 +45,-1.540717158,0.7364893901,65,-1.545411803,0.7334624714,18.277106275 +46,-1.538663972,0.7410138672,65,-1.545411803,0.7334624714,35.863836069 +47,-1.53695285,0.7409699132,65,-1.545411803,0.7334624714,38.724756801 +48,-1.534910498,0.7409641297,65,-1.545411803,0.7334624714,42.793067958 +49,-1.533145034,0.7409536636,65,-1.545411803,0.7334624714,46.631095115 +50,-1.538681336,0.7395405883,65,-1.545411803,0.7334624714,31.13966727 +51,-1.536999189,0.7395183096,65,-1.545411803,0.7334624714,34.420720855 +52,-1.534923633,0.7395144222,65,-1.545411803,0.7334624714,39.010852104 +53,-1.533267822,0.7395654306,65,-1.545411803,0.7334624714,43.060407056 +54,-1.53867273,0.7380151077,65,-1.545411803,0.7334624714,26.772796361 +55,-1.536980576,0.7379994392,65,-1.545411803,0.7334624714,30.592501166 +56,-1.534931522,0.7379944961,65,-1.545411803,0.7334624714,35.627724832 +57,-1.533387952,0.7379480264,65,-1.545411803,0.7334624714,39.526381036 +58,-1.538682279,0.7364914363,65,-1.545411803,0.7334624714,23.12942464 +59,-1.536980704,0.7364810563,65,-1.545411803,0.7334624714,27.508787676 +60,-1.534935567,0.7364752065,65,-1.545411803,0.7334624714,33.016125675 +61,-1.533042592,0.7363876366,65,-1.545411803,0.7334624714,38.149947105 +62,-1.545143426,0.7349628011,65,-1.545411803,0.7334624714,5.9949738553 +63,-1.543105297,0.7349691947,65,-1.545411803,0.7334624714,9.0342141861 +64,-1.541064533,0.7349647152,65,-1.545411803,0.7334624714,14.100122738 +65,-1.545411803,0.7334624714,65,-1.545411803,0.7334624714,2.9071597828 +66,-1.543446606,0.7334780896,65,-1.545411803,0.7334624714,5.7828274874 +67,-1.541475327,0.7334957295,65,-1.545411803,0.7334624714,11.583540944 +68,-1.545401939,0.731963266,65,-1.545411803,0.7334624714,5.9384234704 +69,-1.54342253,0.7319915583,65,-1.545411803,0.7334624714,8.2615402165 +70,-1.541455867,0.7320216438,65,-1.545411803,0.7334624714,12.97081129 +71,-1.545410146,0.7304422281,65,-1.545411803,0.7334624714,11.963184417 +72,-1.543435491,0.7304713664,65,-1.545411803,0.7334624714,13.201426181 +73,-1.541463105,0.7304997613,65,-1.545411803,0.7334624714,16.525031312 +74,-1.545414768,0.7289194936,65,-1.545411803,0.7334624714,17.994736888 +75,-1.543435774,0.7289538557,65,-1.545411803,0.7334624714,18.784968141 +76,-1.541457714,0.7289765881,65,-1.545411803,0.7334624714,21.251759212 +77,-1.539449415,0.7320555866,65,-1.545411803,0.7334624714,18.418517867 +78,-1.537429183,0.7321097681,65,-1.545411803,0.7334624714,24.105925781 +79,-1.535472649,0.7321497267,65,-1.545411803,0.7334624714,29.72130193 +80,-1.539457899,0.7305333307,65,-1.545411803,0.7334624714,21.032000704 +81,-1.537453161,0.7305750503,65,-1.545411803,0.7334624714,26.089027485 +82,-1.535479385,0.7306124949,65,-1.545411803,0.7334624714,31.365192552 +83,-1.53946905,0.7290102593,65,-1.545411803,0.7334624714,24.85958039 +84,-1.537459922,0.7290417293,65,-1.545411803,0.7334624714,29.262109707 +85,-1.535451349,0.7290890157,65,-1.545411803,0.7334624714,34.0947469 +86,-1.535522937,0.7279887191,65,-1.545411803,0.7334624714,36.344609145 +87,-1.539442524,0.7274735939,65,-1.545411803,0.7334624714,29.544897269 +88,-1.537424111,0.727521351,65,-1.545411803,0.7334624714,33.304034924 +89,-1.539384641,0.7259505092,65,-1.545411803,0.7334624714,34.669833906 +90,-1.537372391,0.7259947145,65,-1.545411803,0.7334624714,37.92508575 +91,-1.535340789,0.7260435356,65,-1.545411803,0.7334624714,41.803915332 +92,-1.539325716,0.7244369706,65,-1.545411803,0.7334624714,40.017045281 +93,-1.537308932,0.7244801057,65,-1.545411803,0.7334624714,42.882679074 +94,-1.535289068,0.7245247645,65,-1.545411803,0.7334624714,46.342596832 +95,-1.533261366,0.7245550236,65,-1.545411803,0.7334624714,50.331858696 +96,-1.539267302,0.722921924,65,-1.545411803,0.7334624714,45.531689477 +97,-1.537248972,0.7229660258,65,-1.545411803,0.7334624714,48.072245124 +98,-1.535219431,0.7229916471,65,-1.545411803,0.7334624714,51.264679725 +99,-1.53318962,0.7230212049,65,-1.545411803,0.7334624714,54.917722899 +100,-1.531154816,0.7230299897,65,-1.545411803,0.7334624714,59.024840595 +101,-1.528878341,0.7230370244,65,-1.545411803,0.7334624714,63.98569266 +102,-1.539218189,0.7214009878,65,-1.545411803,0.7334624714,51.168633444 +103,-1.537198791,0.7214422745,65,-1.545411803,0.7334624714,53.452986591 +104,-1.535179266,0.7214634354,65,-1.545411803,0.7334624714,56.349204715 +105,-1.533156501,0.7214944644,65,-1.545411803,0.7334624714,59.679167393 +106,-1.53113574,0.7215166021,65,-1.545411803,0.7334624714,63.422660948 +107,-1.528874248,0.7215345535,65,-1.545411803,0.7334624714,68.010794672 +108,-1.539217656,0.7198512397,65,-1.545411803,0.7334624714,56.947111671 +109,-1.537199919,0.7199428763,65,-1.545411803,0.7334624714,58.810378743 +110,-1.545425832,0.727397149,65,-1.545411803,0.7334624714,24.024777349 +111,-1.543371177,0.7273916949,65,-1.545411803,0.7334624714,24.788654028 +112,-1.541368852,0.7274523163,65,-1.545411803,0.7334624714,26.627471186 +113,-1.545349067,0.7258710923,65,-1.545411803,0.7334624714,30.070022892 +114,-1.54332671,0.7258603556,65,-1.545411803,0.7334624714,30.7348462 +115,-1.541346831,0.7259242142,65,-1.545411803,0.7334624714,32.18071191 +116,-1.545324355,0.7243383958,65,-1.545411803,0.7334624714,36.141386684 +117,-1.543292796,0.7243617413,65,-1.545411803,0.7334624714,36.587595634 +118,-1.541295822,0.7244024384,65,-1.545411803,0.7334624714,37.891098709 +119,-1.543193859,0.7205570215,65,-1.545411803,0.7334624714,51.538184451 +120,-1.550257047,0.7386738187,65,-1.545411803,0.7334624714,25.067979591 +121,-1.549335448,0.7311736483,65,-1.545411803,0.7334624714,14.688754221 +122,-1.533478843,0.7179891343,65,-1.545411803,0.7334624714,70.756043517 +123,-1.556150555,0.738907041,65,-1.545411803,0.7334624714,38.192152218 +124,-1.554324226,0.733414257,65,-1.545411803,0.7334624714,26.225783203 +125,-1.554290846,0.7288285332,65,-1.545411803,0.7334624714,31.973992534 +126,-1.55122487,0.7219795312,65,-1.545411803,0.7334624714,48.62484649 +127,-1.525104458,0.7229399862,65,-1.545411803,0.7334624714,73.084698713 +128,-1.519607711,0.7236181429,65,-1.545411803,0.7334624714,85.652395284 +129,-1.513899999,0.7251107854,65,-1.545411803,0.7334624714,98.77259251 +130,-1.536620762,0.7431061895,65,-1.545411803,0.7334624714,46.069838477 +131,-1.5369566,0.7460845958,65,-1.545411803,0.7334624714,55.781025051 +132,-1.545345528,0.7447040685,65,-1.545411803,0.7334624714,44.528388871 +133,-1.532813921,0.7432306626,65,-1.545411803,0.7334624714,53.46973454 +134,-1.554788248,0.7382381001,65,-1.545411803,0.7334624714,33.402770266 +135,-1.540348126,0.7301594274,65,-1.545411803,0.7334624714,19.84529929 +136,-1.538016084,0.7239051786,65,-1.545411803,0.7334624714,43.712063887 +137,-1.525288962,0.7258085137,65,-1.545411803,0.7334624714,66.701810116 +138,-1.534326986,0.731241342,65,-1.545411803,0.7334624714,33.813888434 +139,-1.530733872,0.7303625216,65,-1.545411803,0.7334624714,44.958712324 +141,-1.534354939,0.7328219978,65,-1.545411803,0.7334624714,32.64255605 +142,-1.53157084,0.7292888153,65,-1.545411803,0.7334624714,44.024754608 +143,-1.525691035,0.7263799874,65,-1.545411803,0.7334624714,64.619070167 +144,-1.534031287,0.7495967835,65,-1.545411803,0.7334624714,72.036072407 +145,-1.527714986,0.7283095957,65,-1.545411803,0.7334624714,56.041588389 +146,-1.526189586,0.7271468292,65,-1.545411803,0.7334624714,61.992438426 +147,-1.555177336,0.7375563366,65,-1.545411803,0.7334624714,32.948257737 +148,-1.555080283,0.7312707794,65,-1.545411803,0.7334624714,29.771096848 +149,-1.53856994,0.7224180299,65,-1.545411803,0.7334624714,48.198720302 +150,-1.530837883,0.729933372,65,-1.545411803,0.7334624714,45.168727396 +151,-1.515066984,0.5854133365,65,-1.545411803,0.7334624714,594.02782551 +152,-1.534731633,0.5368370046,65,-1.545411803,0.7334624714,779.57130001 +153,-1.515231902,0.5607085576,65,-1.545411803,0.7334624714,690.84849538 +154,-2.616253799,1.0684566605,65,-1.545411803,0.7334624714,2813.2716596 +155,-1.956071439,0.5792177723,65,-1.545411803,0.7334624714,1419.8534486 +156,-1.951208514,0.5602434208,65,-1.545411803,0.7334624714,1447.9276442 +157,-1.944675062,0.6062144545,65,-1.545411803,0.7334624714,1333.0896226 +158,-1.613778386,0.6077989518,65,-1.545411803,0.7334624714,540.91504594 +159,-2.035029014,0.6021432345,65,-1.545411803,0.7334624714,1600.5724424 +160,-2.114989471,0.6801825058,65,-1.545411803,0.7334624714,1718.0136555 +161,-2.037382079,0.5765830025,65,-1.545411803,0.7334624714,1656.0907888 +162,-2.129855121,0.6585019963,65,-1.545411803,0.7334624714,1789.4938589 +163,-2.075141798,0.6493615843,65,-1.545411803,0.7334624714,1641.2827173 +164,-1.828626729,0.6948433129,65,-1.545411803,0.7334624714,860.01868298 +165,-1.863329418,0.6735427691,65,-1.545411803,0.7334624714,987.09892655 +166,-1.266037071,0.727988852,65,-1.545411803,0.7334624714,823.16038057 +167,-1.277579582,0.7249010648,65,-1.545411803,0.7334624714,790.78760372 +168,-1.258418684,0.7241194816,65,-1.545411803,0.7334624714,847.51689339 +169,-1.317813974,0.6804850104,65,-1.545411803,0.7334624714,716.00814583 +170,-1.344165204,0.6790988904,65,-1.545411803,0.7334624714,642.91129762 +171,-1.427582102,0.5277120351,65,-1.545411803,0.7334624714,897.17708057 +172,-1.402238616,0.457167829,65,-1.545411803,0.7334624714,1189.4239443 +173,-1.422454264,0.4996161999,65,-1.545411803,0.7334624714,1006.970228 +174,-1.439089277,0.4894859811,65,-1.545411803,0.7334624714,1025.3388255 +175,-1.448126995,0.5182330266,65,-1.545411803,0.7334624714,907.37995196 +176,-1.474626146,0.5881926574,65,-1.545411803,0.7334624714,616.31936581 +177,-1.421139645,0.5584869783,65,-1.545411803,0.7334624714,796.06169952 +178,-1.457037165,0.565943032,65,-1.545411803,0.7334624714,719.35254359 +179,-2.757159358,0.3745319,65,-1.545411803,0.7334624714,4203.3334882 +180,-2.714309238,0.342054471,65,-1.545411803,0.7334624714,4155.7391054 +181,-2.000525337,0.774119946,65,-1.545411803,0.7334624714,1318.5261557 +183,-1.571413436,0.6777838382,65,-1.545411803,0.7334624714,234.05213164 +184,-1.552860289,0.6987663893,65,-1.545411803,0.7334624714,139.22107724 +185,-1.521852374,0.7165827476,65,-1.545411803,0.7334624714,96.687936185 +186,-1.503656267,0.6928968252,65,-1.545411803,0.7334624714,203.60871715 +187,-1.502753178,0.7136205882,65,-1.545411803,0.7334624714,149.03452293 +188,-1.631894563,0.7343596465,65,-1.545411803,0.7334624714,254.35943667 +189,-1.653765416,0.6770714026,65,-1.545411803,0.7334624714,395.67272329 +190,-1.719812114,0.6715965947,65,-1.545411803,0.7334624714,580.89797993 +191,-1.493406659,0.6646955447,65,-1.545411803,0.7334624714,314.67785382 +192,-1.469120564,0.6613469966,65,-1.545411803,0.7334624714,367.64913626 +193,-1.590551461,0.5326612937,65,-1.545411803,0.7334624714,808.21660362 +194,-1.625979264,0.5247742243,65,-1.545411803,0.7334624714,865.5810696 +195,-1.572293943,0.5238808754,65,-1.545411803,0.7334624714,834.56575118 +196,-1.610848725,0.5477107964,65,-1.545411803,0.7334624714,764.32549581 +197,-1.208485554,0.7918526018,65,-1.545411803,0.7334624714,989.5972596 +198,-1.335601374,0.6869083083,65,-1.545411803,0.7334624714,655.92141347 +199,-1.346156996,0.6825213377,65,-1.545411803,0.7334624714,632.01516056 +200,-1.324381037,0.6741422347,65,-1.545411803,0.7334624714,706.79161275 +201,-1.242424992,0.7378949807,65,-1.545411803,0.7334624714,888.37876204 +202,-1.270370057,0.7392461008,65,-1.545411803,0.7334624714,806.35997787 +203,-1.448950472,0.7441675014,65,-1.545411803,0.7334624714,285.5728119 +204,-1.492662363,0.7523026852,65,-1.545411803,0.7334624714,171.0145333 +205,-1.479098966,0.7763855017,65,-1.545411803,0.7334624714,255.88476651 +206,-1.633760714,0.7869022408,65,-1.545411803,0.7334624714,330.22543211 +207,-1.647406434,0.8101289331,65,-1.545411803,0.7334624714,419.34957846 +208,-1.564245052,0.5701509278,65,-1.545411803,0.7334624714,649.57326241 +209,-1.646289963,0.6833746083,65,-1.545411803,0.7334624714,362.40970445 +210,-1.5820631,0.6751952144,65,-1.545411803,0.7334624714,255.91928264 +211,-1.613236298,0.6681681791,65,-1.545411803,0.7334624714,330.14987362 +212,-1.914661867,0.8212566515,65,-1.545411803,0.7334624714,1094.9420708 +213,-1.742133237,0.7250275956,65,-1.545411803,0.7334624714,581.58003079 +214,-2.033144872,0.6557314699,65,-1.545411803,0.7334624714,1508.795379 +215,-2.039551981,0.6964723658,65,-1.545411803,0.7334624714,1478.4347391 +216,-1.247341019,0.7622473908,65,-1.545411803,0.7334624714,871.49398612 +217,-1.298239787,0.7084123392,65,-1.545411803,0.7334624714,741.23771307 +218,-1.308539688,0.6926545592,65,-1.545411803,0.7334624714,726.9851077 +219,-1.303263185,0.6888938396,65,-1.545411803,0.7334624714,746.85720713 +220,-1.852400229,0.6004246149,65,-1.545411803,0.7334624714,1088.0707201 +221,-1.288947707,0.7473773692,65,-1.545411803,0.7334624714,750.95466207 +222,-1.372031502,0.7472790993,65,-1.545411803,0.7334624714,509.6220413 +223,-1.289805721,0.7242157877,65,-1.545411803,0.7334624714,755.20394994 +224,-1.350807603,0.7533498126,65,-1.545411803,0.7334624714,572.45977619 +225,-1.329290365,0.7560442322,65,-1.545411803,0.7334624714,635.13864925 +226,-1.410153004,0.616936428,65,-1.545411803,0.7334624714,622.29354112 +227,-1.393445434,0.6308995063,65,-1.545411803,0.7334624714,618.54804599 +228,-1.37595573,0.6241540638,65,-1.545411803,0.7334624714,677.73666131 +229,-1.358388707,0.6172645205,65,-1.545411803,0.7334624714,738.00183168 +230,-1.753741133,0.8281661666,65,-1.545411803,0.7334624714,694.7507503 +231,-1.47430987,0.6834615681,65,-1.545411803,0.7334624714,291.41719883 +232,-1.421012508,0.7222725206,65,-1.545411803,0.7334624714,370.43103327 +233,-1.4476833,0.6978557868,65,-1.545411803,0.7334624714,324.30489738 +234,-1.470370723,0.6966193374,65,-1.545411803,0.7334624714,267.65496837 +235,-1.429211703,0.7037216883,65,-1.545411803,0.7334624714,365.81973877 +236,-1.700578405,0.6178673663,65,-1.545411803,0.7334624714,662.35305235 +237,-1.678117619,0.6331716163,65,-1.545411803,0.7334624714,568.73387596 +238,-1.725644578,0.6316331145,65,-1.545411803,0.7334624714,684.42903229 +239,-2.14012759,0.7930497945,65,-1.545411803,0.7334624714,1705.4584731 +240,-2.103289431,0.7653606263,65,-1.545411803,0.7334624714,1612.5665383 +241,-1.318739838,0.7017808746,65,-1.545411803,0.7334624714,687.24663304 +242,-1.396417427,0.7077900843,65,-1.545411803,0.7334624714,454.74317772 +243,-1.35650337,0.7185539404,65,-1.545411803,0.7334624714,562.3009496 +244,-1.248884539,0.7274156818,65,-1.545411803,0.7334624714,873.78712613 +245,-1.395014798,0.5761185243,65,-1.545411803,0.7334624714,781.19259156 +246,-1.433377362,0.6064716109,65,-1.545411803,0.7334624714,611.1444311 +247,-1.408172432,0.5903155476,65,-1.545411803,0.7334624714,710.19680922 +248,-1.749645898,0.7757118084,65,-1.545411803,0.7334624714,612.06050875 +249,-1.571626686,0.615046989,65,-1.545411803,0.7334624714,475.98217215 +250,-1.514070049,0.6303003037,65,-1.545411803,0.7334624714,419.80923908 +251,-1.480890369,0.6237966528,65,-1.545411803,0.7334624714,477.64795239 +252,-1.704390658,0.5281680612,65,-1.545411803,0.7334624714,957.75098627 +253,-1.64434733,0.5254277498,65,-1.545411803,0.7334624714,882.26956584 +254,-1.703855997,0.4792484842,65,-1.545411803,0.7334624714,1129.6905413 +255,-1.692002383,0.5748825051,65,-1.545411803,0.7334624714,778.13372763 +256,-1.854136457,0.5544643913,65,-1.545411803,0.7334624714,1203.9260981 +257,-1.665021206,0.520317736,65,-1.545411803,0.7334624714,926.55424427 +258,-1.733654349,0.4845187345,65,-1.545411803,0.7334624714,1158.1150788 +259,-1.720938188,0.5135933906,65,-1.545411803,0.7334624714,1036.0908371 +260,-1.742668307,0.553296122,65,-1.545411803,0.7334624714,946.97245087 +261,-1.965659039,0.7142126903,65,-1.545411803,0.7334624714,1245.4439317 +262,-1.944438071,0.6772834804,65,-1.545411803,0.7334624714,1219.95608 +263,-1.270340967,0.7681487096,65,-1.545411803,0.7334624714,807.07991213 +264,-1.353091884,0.6549276821,65,-1.545411803,0.7334624714,662.25314122 +265,-1.333236659,0.6413584414,65,-1.545411803,0.7334624714,743.96352711 +266,-1.352015998,0.6753788907,65,-1.545411803,0.7334624714,626.81983487 +267,-1.377988483,0.6577816235,65,-1.545411803,0.7334624714,590.25020367 +268,-2.13075611,0.8318642051,65,-1.545411803,0.7334624714,1675.4137976 +269,-2.097910953,0.8259670014,65,-1.545411803,0.7334624714,1587.0041183 +270,-1.416382069,0.6694271549,65,-1.545411803,0.7334624714,465.31153098 +271,-1.538905672,0.7535625993,65,-1.545411803,0.7334624714,81.845051516 +272,-1.572309477,0.7803125099,65,-1.545411803,0.7334624714,201.07747998 +273,-1.87759879,0.7503853417,65,-1.545411803,0.7334624714,970.19316708 +274,1.152365588,0.590457682,65,-1.545411803,0.7334624714,6957.3142698 +275,0.350198001,0.718001859,65,-1.545411803,0.7334624714,5172.409575 +276,0.046513677,0.491503852,65,-1.545411803,0.7334624714,5006.2744852 +277,0.027510309,0.742571376,65,-1.545411803,0.7334624714,4366.3863924 +278,0.306285725,-0.214631579,65,-1.545411803,0.7334624714,7612.0599402 +279,-1.100564889,0.318051531,65,-1.545411803,0.7334624714,2225.4299547 +280,-1.078582306,0.301437596,65,-1.545411803,0.7334624714,2327.8847216 +281,-1.137371989,-0.617634065,65,-1.545411803,0.7334624714,5552.4390305 +282,0.784356344,0.703272339,65,-1.545411803,0.7334624714,6051.4694495 +283,-1.221209947,0.218327455,65,-1.545411803,0.7334624714,2326.2528826 +284,2.347301921,-0.449114658,65,-1.545411803,0.7334624714,9764.3113218 +285,0.246820618,0.830553713,65,-1.545411803,0.7334624714,4659.8860379 +286,0.829414965,0.703288228,65,-1.545411803,0.7334624714,6123.236574 +287,-1.337537566,0.42332223,65,-1.545411803,0.7334624714,1405.4309076 +288,0.882453706,0.454478077,65,-1.545411803,0.7334624714,7062.6620266 +289,1.575629659,0.416419109,65,-1.545411803,0.7334624714,7888.5449819 +290,-1.039455679,0.229888244,65,-1.545411803,0.7334624714,2644.8099872 +291,0.489558039,0.934482747,65,-1.545411803,0.7334624714,4844.3867346 +292,0.081344504,0.88384514,65,-1.545411803,0.7334624714,4187.833502 +293,-1.547979814,0.300350308,65,-1.545411803,0.7334624714,1715.5793615 +294,0.040776181,0.168560074,65,-1.545411803,0.7334624714,5821.0331536 +295,-1.130374745,0.563894876,65,-1.545411803,0.7334624714,1465.2764473 +296,1.578326642,0.478507176,65,-1.545411803,0.7334624714,7642.7921153 +297,-1.12861823,-0.291640865,65,-1.545411803,0.7334624714,4337.0524415 +298,0.310524208,0.770885792,65,-1.545411803,0.7334624714,4946.0651371 +299,0.415649091,-0.387246002,65,-1.545411803,0.7334624714,8362.5075482 +300,-0.926533878,-0.188022748,65,-1.545411803,0.7334624714,4287.0396816 +301,1.258856172,-0.11716081,65,-1.545411803,0.7334624714,9730.7178248 +302,-1.126050026,0.322941926,65,-1.545411803,0.7334624714,2153.0552054 +303,2.002785835,0.07893892,65,-1.545411803,0.7334624714,8908.2085975 +304,0.440437607,0.746258085,65,-1.545411803,0.7334624714,5284.1592047 +305,-0.030391866,0.214441206,65,-1.545411803,0.7334624714,5493.2629371 +306,0.521557815,-0.058929362,65,-1.545411803,0.7334624714,7819.4247133 +307,-0.097005111,0.13317729,65,-1.545411803,0.7334624714,5509.9479958 +308,1.83113859,0.221857587,65,-1.545411803,0.7334624714,8564.0455686 +309,0.222428864,0.099404236,65,-1.545411803,0.7334624714,6532.2970724 +310,-1.702731345,0.8728568183,65,-1.545411803,0.7334624714,700.45438823 +311,-0.418507569,0.278324921,65,-1.545411803,0.7334624714,4190.4584503 +312,-1.41153306,0.339029988,65,-1.545411803,0.7334624714,1625.7484979 +313,0.357560442,0.114788776,65,-1.545411803,0.7334624714,6874.3839662 +314,0.325818979,0.268352149,65,-1.545411803,0.7334624714,6358.4936536 +315,-1.246004659,-0.663679965,65,-1.545411803,0.7334624714,5638.5450048 +316,1.814603087,0.637404484,65,-1.545411803,0.7334624714,6956.60051 +317,1.843704281,-0.18300445,65,-1.545411803,0.7334624714,10100.328207 +318,1.690644492,-0.211480909,65,-1.545411803,0.7334624714,10350.698138 +319,-1.275451936,0.068109467,65,-1.545411803,0.7334624714,2803.2181463 +320,0.762430171,-0.207594741,65,-1.545411803,0.7334624714,8903.9246484 +321,0.265668905,-0.014647884,65,-1.545411803,0.7334624714,6965.2912465 +322,-2.773032013,-0.335515811,65,-1.545411803,0.7334624714,6160.1264943 +323,-1.469512853,0.174058777,65,-1.545411803,0.7334624714,2231.4702617 +324,0.286276986,0.785925691,65,-1.545411803,0.7334624714,4855.3735821 +325,-1.379324697,0.377432233,65,-1.545411803,0.7334624714,1514.5452464 +326,-1.203778265,0.212813032,65,-1.545411803,0.7334624714,2375.208958 +327,0.579916301,0.611743168,65,-1.545411803,0.7334624714,5967.2726753 +328,0.267582642,0.868113908,65,-1.545411803,0.7334624714,4610.3884704 +329,0.412869244,-0.050245578,65,-1.545411803,0.7334624714,7486.9397891 +330,0.17524381,0.976660285,65,-1.545411803,0.7334624714,4181.5363704 +331,0.743157214,0.204812899,65,-1.545411803,0.7334624714,7605.414521 +332,-1.070758176,0.269382282,65,-1.545411803,0.7334624714,2447.6656466 +333,-1.230364251,0.329790229,65,-1.545411803,0.7334624714,1918.0433238 +334,-1.374813124,-0.024926835,65,-1.545411803,0.7334624714,3065.5658897 +335,0.519780566,0.463669906,65,-1.545411803,0.7334624714,6284.797307 +336,-1.55108034,0.239698561,65,-1.545411803,0.7334624714,1955.8957412 +337,0.180294813,0.029739425,65,-1.545411803,0.7334624714,6597.4364019 +338,0.67820924,0.268170153,65,-1.545411803,0.7334624714,7254.4392263 +339,0.445798684,1.024001867,65,-1.545411803,0.7334624714,4530.3537833 +340,0.691751283,0.150521402,65,-1.545411803,0.7334624714,7653.5382432 +341,-1.036643551,-0.903056181,65,-1.545411803,0.7334624714,6714.0957922 +342,-0.120287036,1.083325163,65,-1.545411803,0.7334624714,3460.817614 +343,2.823513113,-0.304487164,65,-1.545411803,0.7334624714,8023.7035708 +344,0.457583172,1.12513373,65,-1.545411803,0.7334624714,4284.1571215 +345,0.042918831,0.813795399,65,-1.545411803,0.7334624714,4249.3228155 +346,1.196146777,-0.853142756,65,-1.545411803,0.7334624714,11241.430939 +347,0.206001358,-0.010430701,65,-1.545411803,0.7334624714,6779.9732128 +348,-0.268308653,0.234799412,65,-1.545411803,0.7334624714,4742.4129717 +349,0.759363263,0.736189579,65,-1.545411803,0.7334624714,5901.598257 +350,0.181363926,0.891988372,65,-1.545411803,0.7334624714,4379.3297745 +351,-0.021111158,0.139103292,65,-1.545411803,0.7334624714,5717.4513337 +352,-0.093355215,0.630686981,65,-1.545411803,0.7334624714,4302.4759825 +353,0.40118964,0.681375926,65,-1.545411803,0.7334624714,5384.3106627 +354,-0.721197315,1.304706234,65,-1.545411803,0.7334624714,2687.3178553 +355,-1.076150317,0.212107639,65,-1.545411803,0.7334624714,2622.9617562 +356,-1.577164531,0.273993443,65,-1.545411803,0.7334624714,1823.1740011 +357,-0.190788414,0.182208586,65,-1.545411803,0.7334624714,5106.0412133 +358,-0.261349752,0.209710184,65,-1.545411803,0.7334624714,4827.3106681 +359,-1.029303852,0.083549259,65,-1.545411803,0.7334624714,3152.163024 +360,-1.268609162,0.330525297,65,-1.545411803,0.7334624714,1847.6455554 +361,1.282982244,-0.926641967,65,-1.545411803,0.7334624714,11315.463197 +362,0.217352334,0.731352408,65,-1.545411803,0.7334624714,4840.9575064 +363,-1.511833084,0.258629297,65,-1.545411803,0.7334624714,1884.3185726 +364,0.338812194,0.823184618,65,-1.545411803,0.7334624714,4868.01542 +365,-0.324406489,1.134201999,65,-1.545411803,0.7334624714,3070.459055 +366,1.389579348,0.399185724,65,-1.545411803,0.7334624714,7893.994303 +367,2.047152199,-0.039082036,65,-1.545411803,0.7334624714,9261.444703 +368,0.947780369,0.568250077,65,-1.545411803,0.7334624714,6773.4061461 +369,0.763824846,0.576754987,65,-1.545411803,0.7334624714,6436.3329245 +370,-0.142334657,0.928153068,65,-1.545411803,0.7334624714,3622.1629254 +371,0.610266567,0.547265983,65,-1.545411803,0.7334624714,6229.3916408 +372,0.210731629,0.746815056,65,-1.545411803,0.7334624714,4787.4175595 +373,-1.34931644,0.316895224,65,-1.545411803,0.7334624714,1777.8179105 +374,2.407696481,0.655030745,65,-1.545411803,0.7334624714,6212.9253694 +375,0.64207831,0.545359131,65,-1.545411803,0.7334624714,6301.3373896 +376,1.174597538,0.840588356,65,-1.545411803,0.7334624714,6037.1163159 +377,0.660059424,0.010604079,65,-1.545411803,0.7334624714,7997.1848197 +378,-0.730263819,0.010486456,65,-1.545411803,0.7334624714,4072.4427959 +379,0.831068936,0.512339172,65,-1.545411803,0.7334624714,6773.7112128 +380,1.301180979,0.72367476,65,-1.545411803,0.7334624714,6576.3799441 +381,1.811128231,0.322854402,65,-1.545411803,0.7334624714,8186.3938425 +382,0.435105812,0.992284428,65,-1.545411803,0.7334624714,4597.487097 +383,0.62643634,0.592027932,65,-1.545411803,0.7334624714,6122.9637238 +384,0.492988703,-0.516339467,65,-1.545411803,0.7334624714,8879.3856095 +385,-0.162469483,0.112549365,65,-1.545411803,0.7334624714,5371.5594122 +386,0.314630866,0.472006421,65,-1.545411803,0.7334624714,5762.7607677 +387,0.166744804,0.822815954,65,-1.545411803,0.7334624714,4506.9675723 +388,0.417159608,0.965805736,65,-1.545411803,0.7334624714,4638.0371257 +389,0.106334961,0.868774244,65,-1.545411803,0.7334624714,4273.2598727 +390,0.815086969,-0.338144359,65,-1.545411803,0.7334624714,9404.3277425 +391,0.59867455,-0.230624824,65,-1.545411803,0.7334624714,8506.3474378 +392,1.915104874,0.066220985,65,-1.545411803,0.7334624714,9074.7462443 +393,1.278093622,0.064463721,65,-1.545411803,0.7334624714,9082.3889188 +394,-0.061477853,0.302997961,65,-1.545411803,0.7334624714,5174.9196247 +395,0.251311504,0.626976942,65,-1.545411803,0.7334624714,5188.273642 +396,2.950242872,0.149095644,65,-1.545411803,0.7334624714,6453.9004921 +397,-0.180294708,0.35375117,65,-1.545411803,0.7334624714,4702.6155484 +398,1.010448592,-0.351180233,65,-1.545411803,0.7334624714,9972.1585482 +399,-1.748740498,0.3686318073,65,-1.545411803,0.7334624714,1596.0751061 +400,2.699635665,0.123533791,65,-1.545411803,0.7334624714,7221.2780516 +401,0.496808033,0.823843254,65,-1.545411803,0.7334624714,5171.8862681 +402,0.129574704,0.763364087,65,-1.545411803,0.7334624714,4561.5821393 +403,1.798920311,0.817447563,65,-1.545411803,0.7334624714,6259.4622918 +404,0.335987953,0.746786541,65,-1.545411803,0.7334624714,5064.2601235 +405,-1.085413643,0.292154671,65,-1.545411803,0.7334624714,2341.9170454 +406,-0.155321003,0.508207011,65,-1.545411803,0.7334624714,4406.7196467 +407,0.620529244,-0.301175104,65,-1.545411803,0.7334624714,8752.590285 +408,1.684402744,0.368716966,65,-1.545411803,0.7334624714,8066.1608112 +409,0.300582244,-0.386397212,65,-1.545411803,0.7334624714,8023.3016839 +410,2.913555946,-0.009225192,65,-1.545411803,0.7334624714,6988.8667596 +411,1.465101417,0.493232532,65,-1.545411803,0.7334624714,7561.3164883 +412,0.090612882,0.907955955,65,-1.545411803,0.7334624714,4157.581539 +413,2.987564726,-0.729568594,65,-1.545411803,0.7334624714,8505.1891534 +414,-1.484261606,0.224149272,65,-1.545411803,0.7334624714,2028.3599494 +415,0.164073421,0.303955133,65,-1.545411803,0.7334624714,5815.710434 +416,0.141441293,0.167552546,65,-1.545411803,0.7334624714,6115.6487018 +417,2.931321023,-0.506718887,65,-1.545411803,0.7334624714,8189.4060274 +418,2.21951565,0.700596356,65,-1.545411803,0.7334624714,6338.8425286 +419,0.268112576,1.199114336,65,-1.545411803,0.7334624714,3872.8713645 +420,0.978913739,0.359223811,65,-1.545411803,0.7334624714,7561.4396931 +421,1.210898818,0.522863584,65,-1.545411803,0.7334624714,7272.5007925 +422,2.347397336,0.129231362,65,-1.545411803,0.7334624714,8080.2197478 +423,0.614394501,0.556878345,65,-1.545411803,0.7334624714,6208.0852254 +424,-1.398079356,0.148483366,65,-1.545411803,0.7334624714,2373.5920054 +425,2.535303836,-0.112984496,65,-1.545411803,0.7334624714,8347.9450031 +426,-1.019372593,-0.405322349,65,-1.545411803,0.7334624714,4904.908894 +427,-1.297785627,-0.160104069,65,-1.545411803,0.7334624714,3651.8474794 +428,2.144554488,0.205051084,65,-1.545411803,0.7334624714,8224.6695261 +429,-2.242387083,-0.426171285,65,-1.545411803,0.7334624714,5254.0506329 +430,0.338637212,0.909723676,65,-1.545411803,0.7334624714,4644.1796352 +431,-0.148798452,0.691042401,65,-1.545411803,0.7334624714,4028.5687214 +432,0.893524764,0.441829531,65,-1.545411803,0.7334624714,7125.7591962 +433,0.969229347,-0.368847936,65,-1.545411803,0.7334624714,9911.3957536 +434,0.436043248,0.800045688,65,-1.545411803,0.7334624714,5124.0047712 +435,1.687946607,1.081504775,65,-1.545411803,0.7334624714,5248.7653774 +436,0.522302046,-0.034889271,65,-1.545411803,0.7334624714,7754.2303671 +437,-0.178996113,-0.438090009,65,-1.545411803,0.7334624714,6808.1220434 +438,-1.094339566,0.301444068,65,-1.545411803,0.7334624714,2292.2478923 +439,-1.064070054,0.242569932,65,-1.545411803,0.7334624714,2549.0684966 +440,-1.068153768,0.230387998,65,-1.545411803,0.7334624714,2579.8490336 +441,-3.00496892,-0.23989155,65,-1.545411803,0.7334624714,6534.9910173 +442,0.21751974,0.766874888,65,-1.545411803,0.7334624714,4753.1285796 +443,0.117229532,0.007619006,65,-1.545411803,0.7334624714,6471.7506739 +444,0.777758451,0.420554741,65,-1.545411803,0.7334624714,6979.5358427 +445,-0.252356999,0.250747086,65,-1.545411803,0.7334624714,4748.6875267 +446,0.363148444,0.768483434,65,-1.545411803,0.7334624714,5063.4880892 +447,0.903191366,-0.118210676,65,-1.545411803,0.7334624714,9006.3311139 +448,-0.205755923,0.149406178,65,-1.545411803,0.7334624714,5147.5186358 +449,1.811996086,0.02364353,65,-1.545411803,0.7334624714,9346.8703176 +450,-1.100670221,0.314845373,65,-1.545411803,0.7334624714,2235.3637359 +451,0.340078597,0.850105132,65,-1.545411803,0.7334624714,4800.2845371 +452,0.258757267,0.804969236,65,-1.545411803,0.7334624714,4748.4869088 +453,2.78505352,-0.155160804,65,-1.545411803,0.7334624714,7753.0616843 +454,0.800551619,0.105822106,65,-1.545411803,0.7334624714,8054.2202953 +455,0.437940882,-0.506194031,65,-1.545411803,0.7334624714,8697.476389 +456,2.230431122,0.63458615,65,-1.545411803,0.7334624714,6559.0708124 +457,0.527965361,0.127667701,65,-1.545411803,0.7334624714,7303.5219168 +458,-0.063643205,0.702093448,65,-1.545411803,0.7334624714,4226.3276793 +459,1.408447268,0.133010502,65,-1.545411803,0.7334624714,8944.9799955 +460,0.523795955,0.280266966,65,-1.545411803,0.7334624714,6842.6860376 +461,-0.975769313,0.072177659,65,-1.545411803,0.7334624714,3301.9318369 +462,0.549774164,-0.463663986,65,-1.545411803,0.7334624714,8932.0994307 +463,0.29245874,1.095549818,65,-1.545411803,0.7334624714,4122.4987876 +464,0.143625958,0.816809593,65,-1.545411803,0.7334624714,4469.9965462 +465,0.671902494,0.611159853,65,-1.545411803,0.7334624714,6152.0529628 +466,1.239840988,0.6724199,65,-1.545411803,0.7334624714,6728.9668009 +467,0.607829703,-0.10932137,65,-1.545411803,0.7334624714,8201.5120953 +468,1.763020906,0.263996692,65,-1.545411803,0.7334624714,8446.1401789 +469,0.378714634,0.726066797,65,-1.545411803,0.7334624714,5211.8531252 +470,2.196736143,-0.153862366,65,-1.545411803,0.7334624714,9339.199836 +471,0.01702415,0.148991565,65,-1.545411803,0.7334624714,5803.2003673 +472,-2.998490902,-0.158002487,65,-1.545411803,0.7334624714,6297.8834994 +473,-3.051262951,-0.346595608,65,-1.545411803,0.7334624714,6947.1278973 +474,-1.069176439,0.182802941,65,-1.545411803,0.7334624714,2735.2637354 +475,0.167157509,0.595344954,65,-1.545411803,0.7334624714,5062.6365073 +476,0.613855648,0.681746124,65,-1.545411803,0.7334624714,5818.5177702 +477,1.037012736,0.682555367,65,-1.545411803,0.7334624714,6485.0037005 +478,-1.253574971,0.379755746,65,-1.545411803,0.7334624714,1703.639175 +479,3.108590453,-0.132620738,65,-1.545411803,0.7334624714,6744.2699277 +480,0.565301296,0.022333262,65,-1.545411803,0.7334624714,7709.6879513 +481,0.547898238,0.855555614,65,-1.545411803,0.7334624714,5170.809565 +482,0.948309381,0.417393755,65,-1.545411803,0.7334624714,7305.257028 +483,-0.050600732,0.945269213,65,-1.545411803,0.7334624714,3791.9689987 +484,-0.977651478,-0.572363064,65,-1.545411803,0.7334624714,5569.7459947 +485,1.102014914,0.728861163,65,-1.545411803,0.7334624714,6388.2050276 +486,2.927300795,-0.282939414,65,-1.545411803,0.7334624714,7664.6405662 +487,-1.154565557,0.124434095,65,-1.545411803,0.7334624714,2774.0902949 +488,1.855331234,0.291044755,65,-1.545411803,0.7334624714,8276.5226995 +489,0.830290659,0.276904518,65,-1.545411803,0.7334624714,7562.4995664 +490,0.485104466,-0.234867441,65,-1.545411803,0.7334624714,8188.5355336 +491,0.521367572,-0.33161327,65,-1.545411803,0.7334624714,8539.1832064 +1,-1.539031704,0.7349710123,66,-1.543446606,0.7334780896,14.265200763 +2,-1.536990553,0.7349663874,66,-1.543446606,0.7334780896,19.877989839 +3,-1.534951779,0.7349571355,66,-1.543446606,0.7334780896,25.656560478 +4,-1.532906461,0.7349480293,66,-1.543446606,0.7334780896,31.53518664 +5,-1.531320211,0.7346937278,66,-1.543446606,0.7334780896,35.9850294 +6,-1.539451648,0.7335131775,66,-1.543446606,0.7334780896,11.755518673 +7,-1.537429487,0.7335445708,66,-1.543446606,0.7334780896,17.706370881 +8,-1.535484998,0.7335658704,66,-1.543446606,0.7334780896,23.428103304 +9,-1.533488396,0.7336036027,66,-1.543446606,0.7334780896,29.303848632 +10,-1.531497785,0.7335842962,66,-1.543446606,0.7334780896,35.159316466 +11,-1.530259379,0.7334777758,66,-1.543446606,0.7334780896,38.80237952 +12,-1.5335454,0.7322346912,66,-1.543446606,0.7334780896,29.563007868 +13,-1.531489083,0.7322238773,66,-1.543446606,0.7334780896,35.552762373 +14,-1.530011122,0.7321679851,66,-1.543446606,0.7334780896,39.895102792 +15,-1.53348106,0.7306614094,66,-1.543446606,0.7334780896,31.408389825 +16,-1.531441779,0.7306962275,66,-1.543446606,0.7334780896,37.044245197 +17,-1.529755654,0.7306933243,66,-1.543446606,0.7334780896,41.816066052 +18,-1.533415048,0.7291384674,66,-1.543446606,0.7334780896,34.207186884 +19,-1.531392093,0.7291705353,66,-1.543446606,0.7334780896,39.421807369 +20,-1.529296523,0.7291214933,66,-1.543446606,0.7334780896,45.145261176 +21,-1.535280942,0.727267644,66,-1.543446606,0.7334780896,34.433313224 +22,-1.533378158,0.7276139666,66,-1.543446606,0.7334780896,37.707266518 +23,-1.531340368,0.7276446587,66,-1.543446606,0.7334780896,42.537711301 +24,-1.528960113,0.7276398177,66,-1.543446606,0.7334780896,48.592611857 +25,-1.533313146,0.7260818349,66,-1.543446606,0.7334780896,41.871812266 +26,-1.531259555,0.7260958115,66,-1.543446606,0.7334780896,46.362485486 +27,-1.528926415,0.7260865555,66,-1.543446606,0.7334780896,51.910513259 +28,-1.531226779,0.7245511789,66,-1.543446606,0.7334780896,50.532033367 +29,-1.528904772,0.7245519194,66,-1.543446606,0.7334780896,55.638052716 +30,-1.547195875,0.7409785979,66,-1.543446606,0.7334780896,31.678612088 +31,-1.5451475,0.740980426,66,-1.543446606,0.7334780896,30.1324299 +32,-1.543097679,0.7409798872,66,-1.543446606,0.7334780896,29.732231734 +33,-1.540720364,0.7409892687,66,-1.543446606,0.7334780896,30.807150869 +34,-1.547188511,0.7395198392,66,-1.543446606,0.7334780896,26.330125756 +35,-1.545148587,0.7395226109,66,-1.543446606,0.7334780896,24.457694619 +36,-1.543104538,0.7395314908,66,-1.543446606,0.7334780896,23.998522618 +37,-1.540727751,0.7395306258,66,-1.543446606,0.7334780896,25.266737454 +38,-1.547187029,0.7380014886,66,-1.543446606,0.7334780896,21.015742931 +39,-1.545147315,0.7380012252,66,-1.543446606,0.7334780896,18.599141184 +40,-1.54310719,0.7380060743,66,-1.543446606,0.7334780896,17.963017957 +41,-1.540719671,0.7380068206,66,-1.543446606,0.7334780896,19.644366115 +42,-1.547187189,0.7364799098,66,-1.543446606,0.7334780896,16.192280626 +43,-1.545149996,0.7364853874,66,-1.543446606,0.7334780896,12.920781036 +44,-1.543106091,0.7364823484,66,-1.543446606,0.7334780896,11.941861167 +45,-1.540717158,0.7364893901,66,-1.543446606,0.7334780896,14.373467899 +46,-1.538663972,0.7410138672,66,-1.543446606,0.7334780896,32.979750589 +47,-1.53695285,0.7409699132,66,-1.543446606,0.7334780896,35.259518897 +48,-1.534910498,0.7409641297,66,-1.543446606,0.7334780896,38.805187347 +49,-1.533145034,0.7409536636,66,-1.543446606,0.7334780896,42.301093674 +50,-1.538681336,0.7395405883,66,-1.543446606,0.7334780896,27.788054876 +51,-1.536999189,0.7395183096,66,-1.543446606,0.7334780896,30.501773368 +52,-1.534923633,0.7395144222,66,-1.543446606,0.7334780896,34.600176438 +53,-1.533267822,0.7395654306,66,-1.543446606,0.7334780896,38.385873812 +54,-1.53867273,0.7380151077,66,-1.543446606,0.7334780896,22.791790847 +55,-1.536980576,0.7379994392,66,-1.543446606,0.7334780896,26.100562873 +56,-1.534931522,0.7379944961,66,-1.543446606,0.7334780896,30.744558121 +57,-1.533387952,0.7379480264,66,-1.543446606,0.7334780896,34.437188724 +58,-1.538682279,0.7364914363,66,-1.543446606,0.7334780896,18.397131632 +59,-1.536980704,0.7364810563,66,-1.543446606,0.7334780896,22.415894149 +60,-1.534935567,0.7364752065,66,-1.543446606,0.7334780896,27.683853614 +61,-1.533042592,0.7363876366,66,-1.543446606,0.7334780896,32.672870598 +62,-1.545143426,0.7349628011,66,-1.543446606,0.7334780896,7.7123224308 +63,-1.543105297,0.7349691947,66,-1.543446606,0.7334780896,5.9909270511 +64,-1.541064533,0.7349647152,66,-1.543446606,0.7334780896,9.1507432937 +65,-1.545411803,0.7334624714,66,-1.543446606,0.7334780896,5.7828274874 +66,-1.543446606,0.7334780896,66,-1.543446606,0.7334780896,2.8931183142 +67,-1.541475327,0.7334957295,66,-1.543446606,0.7334780896,5.8007237419 +68,-1.545401939,0.731963266,66,-1.543446606,0.7334780896,8.315632659 +69,-1.54342253,0.7319915583,66,-1.543446606,0.7334780896,5.8885772009 +70,-1.541455867,0.7320216438,66,-1.543446606,0.7334780896,8.2242185644 +71,-1.545410146,0.7304422281,66,-1.543446606,0.7334780896,13.344416205 +72,-1.543435491,0.7304713664,66,-1.543446606,0.7334780896,11.909675649 +73,-1.541463105,0.7304997613,66,-1.543446606,0.7334780896,13.165363441 +74,-1.545414768,0.7289194936,66,-1.543446606,0.7334780896,18.966182273 +75,-1.543435774,0.7289538557,66,-1.543446606,0.7334780896,17.920519072 +76,-1.541457714,0.7289765881,66,-1.543446606,0.7334780896,18.76996306 +77,-1.539449415,0.7320555866,66,-1.543446606,0.7334780896,13.048255856 +78,-1.537429183,0.7321097681,66,-1.543446606,0.7334780896,18.527238597 +79,-1.535472649,0.7321497267,66,-1.543446606,0.7334780896,24.059216681 +80,-1.539457899,0.7305333307,66,-1.543446606,0.7334780896,16.557887859 +81,-1.537453161,0.7305750503,66,-1.543446606,0.7334780896,21.072294126 +82,-1.535479385,0.7306124949,66,-1.543446606,0.7334780896,26.073492661 +83,-1.53946905,0.7290102593,66,-1.543446606,0.7334780896,21.230006843 +84,-1.537459922,0.7290417293,66,-1.543446606,0.7334780896,24.906436751 +85,-1.535451349,0.7290890157,66,-1.543446606,0.7334780896,29.289507515 +86,-1.535522937,0.7279887191,66,-1.543446606,0.7334780896,31.922401283 +87,-1.539442524,0.7274735939,66,-1.543446606,0.7334780896,26.556131139 +88,-1.537424111,0.727521351,66,-1.543446606,0.7334780896,29.536663653 +89,-1.539384641,0.7259505092,66,-1.543446606,0.7334780896,32.138079048 +90,-1.537372391,0.7259947145,66,-1.543446606,0.7334780896,34.644160045 +91,-1.535340789,0.7260435356,66,-1.543446606,0.7334780896,37.94549925 +92,-1.539325716,0.7244369706,66,-1.543446606,0.7334780896,37.824729651 +93,-1.537308932,0.7244801057,66,-1.543446606,0.7334780896,39.988365554 +94,-1.535289068,0.7245247645,66,-1.543446606,0.7334780896,42.877490657 +95,-1.533261366,0.7245550236,66,-1.543446606,0.7334780896,46.41739925 +96,-1.539267302,0.722921924,66,-1.543446606,0.7334780896,43.600245775 +97,-1.537248972,0.7229660258,66,-1.543446606,0.7334780896,45.491098554 +98,-1.535219431,0.7229916471,66,-1.543446606,0.7334780896,48.133594096 +99,-1.53318962,0.7230212049,66,-1.543446606,0.7334780896,51.332259796 +100,-1.531154816,0.7230299897,66,-1.543446606,0.7334780896,55.073397839 +101,-1.528878341,0.7230370244,66,-1.543446606,0.7334780896,59.70861274 +102,-1.539218189,0.7214009878,66,-1.543446606,0.7334780896,49.445858844 +103,-1.537198791,0.7214422745,66,-1.543446606,0.7334780896,51.131291374 +104,-1.535179266,0.7214634354,66,-1.543446606,0.7334780896,53.506520138 +105,-1.533156501,0.7214944644,66,-1.543446606,0.7334780896,56.389137198 +106,-1.53113574,0.7215166021,66,-1.543446606,0.7334780896,59.75831178 +107,-1.528874248,0.7215345535,66,-1.543446606,0.7334780896,64.002364942 +108,-1.539217656,0.7198512397,66,-1.543446606,0.7334780896,55.40878323 +109,-1.537199919,0.7199428763,66,-1.543446606,0.7334780896,56.712363555 +110,-1.545425832,0.727397149,66,-1.543446606,0.7334780896,24.784388947 +111,-1.543371177,0.7273916949,66,-1.543446606,0.7334780896,24.109236687 +112,-1.541368852,0.7274523163,66,-1.543446606,0.7334780896,24.642743191 +113,-1.545349067,0.7258710923,66,-1.543446606,0.7334780896,30.650391127 +114,-1.54332671,0.7258603556,66,-1.543446606,0.7334780896,30.175920919 +115,-1.541346831,0.7259242142,66,-1.543446606,0.7334780896,30.556382898 +116,-1.545324355,0.7243383958,66,-1.543446606,0.7334780896,36.624941414 +117,-1.543292796,0.7243617413,66,-1.543446606,0.7334780896,36.112714689 +118,-1.541295822,0.7244024384,66,-1.543446606,0.7334780896,36.505924481 +119,-1.543193859,0.7205570215,66,-1.543446606,0.7334780896,51.185816333 +120,-1.550257047,0.7386738187,66,-1.543446606,0.7334780896,28.692073503 +121,-1.549335448,0.7311736483,66,-1.543446606,0.7334780896,19.600602605 +122,-1.533478843,0.7179891343,66,-1.543446606,0.7334780896,68.089571135 +123,-1.556150555,0.738907041,66,-1.543446606,0.7334780896,43.044950631 +124,-1.554324226,0.733414257,66,-1.543446606,0.7334780896,32.008492711 +125,-1.554290846,0.7288285332,66,-1.543446606,0.7334780896,36.899648445 +126,-1.55122487,0.7219795312,66,-1.543446606,0.7334780896,51.025853557 +127,-1.525104458,0.7229399862,66,-1.543446606,0.7334780896,68.430110295 +128,-1.519607711,0.7236181429,66,-1.543446606,0.7334780896,80.554273919 +129,-1.513899999,0.7251107854,66,-1.543446606,0.7334780896,93.345520376 +130,-1.536620762,0.7431061895,66,-1.543446606,0.7334780896,43.061585077 +131,-1.5369566,0.7460845958,66,-1.543446606,0.7334780896,53.422379233 +132,-1.545345528,0.7447040685,66,-1.543446606,0.7334780896,44.812238075 +133,-1.532813921,0.7432306626,66,-1.543446606,0.7334780896,49.623022568 +134,-1.554788248,0.7382381001,66,-1.543446606,0.7334780896,38.267316262 +135,-1.540348126,0.7301594274,66,-1.543446606,0.7334780896,16.00518374 +136,-1.538016084,0.7239051786,66,-1.543446606,0.7334780896,41.174244851 +137,-1.525288962,0.7258085137,66,-1.543446606,0.7334780896,61.620152765 +138,-1.534326986,0.731241342,66,-1.543446606,0.7334780896,28.284249614 +139,-1.530733872,0.7303625216,66,-1.543446606,0.7334780896,39.439121539 +141,-1.534354939,0.7328219978,66,-1.543446606,0.7334780896,26.885359293 +142,-1.53157084,0.7292888153,66,-1.543446606,0.7334780896,38.742796144 +143,-1.525691035,0.7263799874,66,-1.543446606,0.7334780896,59.475707568 +144,-1.534031287,0.7495967835,66,-1.543446606,0.7334780896,69.517046826 +145,-1.527714986,0.7283095957,66,-1.543446606,0.7334780896,50.712433463 +146,-1.526189586,0.7271468292,66,-1.543446606,0.7334780896,56.761989961 +147,-1.555177336,0.7375563366,66,-1.543446606,0.7334780896,38.052224675 +148,-1.555080283,0.7312707794,66,-1.543446606,0.7334780896,35.363075776 +149,-1.53856994,0.7224180299,66,-1.543446606,0.7334780896,46.121189604 +150,-1.530837883,0.729933372,66,-1.543446606,0.7334780896,39.723467423 +151,-1.515066984,0.5854133365,66,-1.543446606,0.7334780896,593.14111453 +152,-1.534731633,0.5368370046,66,-1.543446606,0.7334780896,779.3866514 +153,-1.515231902,0.5607085576,66,-1.543446606,0.7334780896,690.08543482 +154,-2.616253799,1.0684566605,66,-1.543446606,0.7334780896,2816.9719243 +155,-1.956071439,0.5792177723,66,-1.543446606,0.7334780896,1425.381131 +156,-1.951208514,0.5602434208,66,-1.543446606,0.7334780896,1453.3616311 +157,-1.944675062,0.6062144545,66,-1.543446606,0.7334780896,1338.7009037 +158,-1.613778386,0.6077989518,66,-1.543446606,0.7334780896,543.38199132 +159,-2.035029014,0.6021432345,66,-1.543446606,0.7334780896,1606.283821 +160,-2.114989471,0.6801825058,66,-1.543446606,0.7334780896,1723.7779512 +161,-2.037382079,0.5765830025,66,-1.543446606,0.7334780896,1661.745356 +162,-2.129855121,0.6585019963,66,-1.543446606,0.7334780896,1795.271813 +163,-2.075141798,0.6493615843,66,-1.543446606,0.7334780896,1647.0648271 +164,-1.828626729,0.6948433129,66,-1.543446606,0.7334780896,865.78626274 +165,-1.863329418,0.6735427691,66,-1.543446606,0.7334780896,992.83648735 +166,-1.266037071,0.727988852,66,-1.543446606,0.7334780896,817.38670687 +167,-1.277579582,0.7249010648,66,-1.543446606,0.7334780896,785.00846324 +168,-1.258418684,0.7241194816,66,-1.543446606,0.7334780896,841.73902135 +169,-1.317813974,0.6804850104,66,-1.543446606,0.7334780896,710.38291237 +170,-1.344165204,0.6790988904,66,-1.543446606,0.7334780896,637.36541039 +171,-1.427582102,0.5277120351,66,-1.543446606,0.7334780896,894.63524203 +172,-1.402238616,0.457167829,66,-1.543446606,0.7334780896,1186.9914569 +173,-1.422454264,0.4996161999,66,-1.543446606,0.7334780896,1004.5677171 +174,-1.439089277,0.4894859811,66,-1.543446606,0.7334780896,1023.2981241 +175,-1.448126995,0.5182330266,66,-1.543446606,0.7334780896,905.30807434 +176,-1.474626146,0.5881926574,66,-1.543446606,0.7334780896,614.20789517 +177,-1.421139645,0.5584869783,66,-1.543446606,0.7334780896,793.08782636 +178,-1.457037165,0.565943032,66,-1.543446606,0.7334780896,717.04656412 +179,-2.757159358,0.3745319,66,-1.543446606,0.7334780896,4209.1013766 +180,-2.714309238,0.342054471,66,-1.543446606,0.7334780896,4161.5213492 +181,-2.000525337,0.774119946,66,-1.543446606,0.7334780896,1324.0711573 +183,-1.571413436,0.6777838382,66,-1.543446606,0.7334780896,236.15872076 +184,-1.552860289,0.6987663893,66,-1.543446606,0.7334780896,140.3398321 +185,-1.521852374,0.7165827476,66,-1.543446606,0.7334780896,92.611574921 +186,-1.503656267,0.6928968252,66,-1.543446606,0.7334780896,200.09724467 +187,-1.502753178,0.7136205882,66,-1.543446606,0.7334780896,144.14434353 +188,-1.631894563,0.7343596465,66,-1.543446606,0.7334780896,260.13393339 +189,-1.653765416,0.6770714026,66,-1.543446606,0.7334780896,400.60651478 +190,-1.719812114,0.6715965947,66,-1.543446606,0.7334780896,586.30091033 +191,-1.493406659,0.6646955447,66,-1.543446606,0.7334780896,311.79274977 +192,-1.469120564,0.6613469966,66,-1.543446606,0.7334780896,363.97355744 +193,-1.590551461,0.5326612937,66,-1.543446606,0.7334780896,809.40989106 +194,-1.625979264,0.5247742243,66,-1.543446606,0.7334780896,867.51792136 +195,-1.572293943,0.5238808754,66,-1.543446606,0.7334780896,835.29393149 +196,-1.610848725,0.5477107964,66,-1.543446606,0.7334780896,766.09122194 +197,-1.208485554,0.7918526018,66,-1.543446606,0.7334780896,984.14486594 +198,-1.335601374,0.6869083083,66,-1.543446606,0.7334780896,650.28753221 +199,-1.346156996,0.6825213377,66,-1.543446606,0.7334780896,626.4437557 +200,-1.324381037,0.6741422347,66,-1.543446606,0.7334780896,701.23066164 +201,-1.242424992,0.7378949807,66,-1.543446606,0.7334780896,882.6313133 +202,-1.270370057,0.7392461008,66,-1.543446606,0.7334780896,800.61204143 +203,-1.448950472,0.7441675014,66,-1.543446606,0.7334780896,279.87508066 +204,-1.492662363,0.7523026852,66,-1.543446606,0.7334780896,165.8471609 +205,-1.479098966,0.7763855017,66,-1.543446606,0.7334780896,251.63541379 +206,-1.633760714,0.7869022408,66,-1.543446606,0.7334780896,334.5302798 +207,-1.647406434,0.8101289331,66,-1.543446606,0.7334780896,423.16399049 +208,-1.564245052,0.5701509278,66,-1.543446606,0.7334780896,650.22531269 +209,-1.646289963,0.6833746083,66,-1.543446606,0.7334780896,367.39793847 +210,-1.5820631,0.6751952144,66,-1.543446606,0.7334780896,258.59117156 +211,-1.613236298,0.6681681791,66,-1.543446606,0.7334780896,333.92433937 +212,-1.914661867,0.8212566515,66,-1.543446606,0.7334780896,1100.1262497 +213,-1.742133237,0.7250275956,66,-1.543446606,0.7334780896,587.36174039 +214,-2.033144872,0.6557314699,66,-1.543446606,0.7334780896,1514.5754183 +215,-2.039551981,0.6964723658,66,-1.543446606,0.7334780896,1484.1998436 +216,-1.247341019,0.7622473908,66,-1.543446606,0.7334780896,865.851972 +217,-1.298239787,0.7084123392,66,-1.543446606,0.7334780896,735.46643365 +218,-1.308539688,0.6926545592,66,-1.543446606,0.7334780896,721.27358185 +219,-1.303263185,0.6888938396,66,-1.543446606,0.7334780896,741.15766419 +220,-1.852400229,0.6004246149,66,-1.543446606,0.7334780896,1093.4139626 +221,-1.288947707,0.7473773692,66,-1.543446606,0.7334780896,745.23585864 +222,-1.372031502,0.7472790993,66,-1.543446606,0.7334780896,503.90884741 +223,-1.289805721,0.7242157877,66,-1.543446606,0.7334780896,749.42306566 +224,-1.350807603,0.7533498126,66,-1.543446606,0.7334780896,566.78441003 +225,-1.329290365,0.7560442322,66,-1.543446606,0.7334780896,629.47524086 +226,-1.410153004,0.616936428,66,-1.543446606,0.7334780896,618.28915203 +227,-1.393445434,0.6308995063,66,-1.543446606,0.7334780896,614.05435125 +228,-1.37595573,0.6241540638,66,-1.543446606,0.7334780896,673.13720503 +229,-1.358388707,0.6172645205,66,-1.543446606,0.7334780896,733.31418703 +230,-1.753741133,0.8281661666,66,-1.543446606,0.7334780896,699.35482646 +231,-1.47430987,0.6834615681,66,-1.543446606,0.7334780896,287.15340172 +232,-1.421012508,0.7222725206,66,-1.543446606,0.7334780896,364.67181975 +233,-1.4476833,0.6978557868,66,-1.543446606,0.7334780896,319.05448102 +234,-1.470370723,0.6966193374,66,-1.543446606,0.7334780896,262.78292174 +235,-1.429211703,0.7037216883,66,-1.543446606,0.7334780896,360.30006895 +236,-1.700578405,0.6178673663,66,-1.543446606,0.7334780896,666.78280311 +237,-1.678117619,0.6331716163,66,-1.543446606,0.7334780896,573.10075949 +238,-1.725644578,0.6316331145,66,-1.543446606,0.7334780896,689.33692009 +239,-2.14012759,0.7930497945,66,-1.543446606,0.7334780896,1710.8839807 +240,-2.103289431,0.7653606263,66,-1.543446606,0.7334780896,1618.1249368 +241,-1.318739838,0.7017808746,66,-1.543446606,0.7334780896,681.50525148 +242,-1.396417427,0.7077900843,66,-1.543446606,0.7334780896,449.06261051 +243,-1.35650337,0.7185539404,66,-1.543446606,0.7334780896,556.52644176 +244,-1.248884539,0.7274156818,66,-1.543446606,0.7334780896,868.01505397 +245,-1.395014798,0.5761185243,66,-1.543446606,0.7334780896,777.54784145 +246,-1.433377362,0.6064716109,66,-1.543446606,0.7334780896,607.75842759 +247,-1.408172432,0.5903155476,66,-1.543446606,0.7334780896,706.57638004 +248,-1.749645898,0.7757118084,66,-1.543446606,0.7334780896,617.48165305 +249,-1.571626686,0.615046989,66,-1.543446606,0.7334780896,477.11306631 +250,-1.514070049,0.6303003037,66,-1.543446606,0.7334780896,418.526965 +251,-1.480890369,0.6237966528,66,-1.543446606,0.7334780896,475.22017161 +252,-1.704390658,0.5281680612,66,-1.543446606,0.7334780896,961.11831799 +253,-1.64434733,0.5254277498,66,-1.543446606,0.7334780896,884.58257779 +254,-1.703855997,0.4792484842,66,-1.543446606,0.7334780896,1132.6356272 +255,-1.692002383,0.5748825051,66,-1.543446606,0.7334780896,781.82902696 +256,-1.854136457,0.5544643913,66,-1.543446606,0.7334780896,1208.9535437 +257,-1.665021206,0.520317736,66,-1.543446606,0.7334780896,929.20979312 +258,-1.733654349,0.4845187345,66,-1.543446606,0.7334780896,1161.5001583 +259,-1.720938188,0.5135933906,66,-1.543446606,0.7334780896,1039.5550308 +260,-1.742668307,0.553296122,66,-1.543446606,0.7334780896,951.09914953 +261,-1.965659039,0.7142126903,66,-1.543446606,0.7334780896,1251.2026666 +262,-1.944438071,0.6772834804,66,-1.543446606,0.7334780896,1225.7345989 +263,-1.270340967,0.7681487096,66,-1.543446606,0.7334780896,801.48177934 +264,-1.353091884,0.6549276821,66,-1.543446606,0.7334780896,657.01747606 +265,-1.333236659,0.6413584414,66,-1.543446606,0.7334780896,738.7703037 +266,-1.352015998,0.6753788907,66,-1.543446606,0.7334780896,621.3386184 +267,-1.377988483,0.6577816235,66,-1.543446606,0.7334780896,585.15040298 +268,-2.13075611,0.8318642051,66,-1.543446606,0.7334780896,1680.6296344 +269,-2.097910953,0.8259670014,66,-1.543446606,0.7334780896,1592.2531892 +270,-1.416382069,0.6694271549,66,-1.543446606,0.7334780896,460.37647533 +271,-1.538905672,0.7535625993,66,-1.543446606,0.7334780896,80.64879534 +272,-1.572309477,0.7803125099,66,-1.543446606,0.7334780896,203.26596878 +273,-1.87759879,0.7503853417,66,-1.543446606,0.7334780896,975.86977661 +274,1.152365588,0.590457682,66,-1.543446606,0.7334780896,6955.1538088 +275,0.350198001,0.718001859,66,-1.543446606,0.7334780896,5168.0894682 +276,0.046513677,0.491503852,66,-1.543446606,0.7334780896,5000.9030139 +277,0.027510309,0.742571376,66,-1.543446606,0.7334780896,4361.575532 +278,0.306285725,-0.214631579,66,-1.543446606,0.7334780896,7606.2776203 +279,-1.100564889,0.318051531,66,-1.543446606,0.7334780896,2221.0384022 +280,-1.078582306,0.301437596,66,-1.543446606,0.7334780896,2323.4467237 +281,-1.137371989,-0.617634065,66,-1.543446606,0.7334780896,5550.604042 +282,0.784356344,0.703272339,66,-1.543446606,0.7334780896,6048.2119592 +283,-1.221209947,0.218327455,66,-1.543446606,0.7334780896,2323.066268 +284,2.347301921,-0.449114658,66,-1.543446606,0.7334780896,9769.9770518 +285,0.246820618,0.830553713,66,-1.543446606,0.7334780896,4655.7196514 +286,0.829414965,0.703288228,66,-1.543446606,0.7334780896,6120.1200134 +287,-1.337537566,0.42332223,66,-1.543446606,0.7334780896,1402.3625041 +288,0.882453706,0.454478077,66,-1.543446606,0.7334780896,7059.1296757 +289,1.575629659,0.416419109,66,-1.543446606,0.7334780896,7888.3583837 +290,-1.039455679,0.229888244,66,-1.543446606,0.7334780896,2640.4479274 +291,0.489558039,0.934482747,66,-1.543446606,0.7334780896,4841.065367 +292,0.081344504,0.88384514,66,-1.543446606,0.7334780896,4183.5859173 +293,-1.547979814,0.300350308,66,-1.543446606,0.7334780896,1715.6879506 +294,0.040776181,0.168560074,66,-1.543446606,0.7334780896,5815.2951193 +295,-1.130374745,0.563894876,66,-1.543446606,0.7334780896,1459.8490803 +296,1.578326642,0.478507176,66,-1.543446606,0.7334780896,7642.6270057 +297,-1.12861823,-0.291640865,66,-1.543446606,0.7334780896,4334.5910228 +298,0.310524208,0.770885792,66,-1.543446606,0.7334780896,4941.824564 +299,0.415649091,-0.387246002,66,-1.543446606,0.7334780896,8356.736374 +300,-0.926533878,-0.188022748,66,-1.543446606,0.7334780896,4283.3593139 +301,1.258856172,-0.11716081,66,-1.543446606,0.7334780896,9727.6536782 +302,-1.126050026,0.322941926,66,-1.543446606,0.7334780896,2148.7849401 +303,2.002785835,0.07893892,66,-1.543446606,0.7334780896,8911.0770534 +304,0.440437607,0.746258085,66,-1.543446606,0.7334780896,5280.1155858 +305,-0.030391866,0.214441206,66,-1.543446606,0.7334780896,5487.5167832 +306,0.521557815,-0.058929362,66,-1.543446606,0.7334780896,7813.8858369 +307,-0.097005111,0.13317729,66,-1.543446606,0.7334780896,5504.1652931 +308,1.83113859,0.221857587,66,-1.543446606,0.7334780896,8565.561483 +309,0.222428864,0.099404236,66,-1.543446606,0.7334780896,6526.6236788 +310,-1.702731345,0.8728568183,66,-1.543446606,0.7334780896,703.72608772 +311,-0.418507569,0.278324921,66,-1.543446606,0.7334780896,4184.7014293 +312,-1.41153306,0.339029988,66,-1.543446606,0.7334780896,1623.9953586 +313,0.357560442,0.114788776,66,-1.543446606,0.7334780896,6868.8589083 +314,0.325818979,0.268352149,66,-1.543446606,0.7334780896,6353.1392148 +315,-1.246004659,-0.663679965,66,-1.543446606,0.7334780896,5637.2512068 +316,1.814603087,0.637404484,66,-1.543446606,0.7334780896,6957.5596463 +317,1.843704281,-0.18300445,66,-1.543446606,0.7334780896,10102.761551 +318,1.690644492,-0.211480909,66,-1.543446606,0.7334780896,10351.684238 +319,-1.275451936,0.068109467,66,-1.543446606,0.7334780896,2800.9155265 +320,0.762430171,-0.207594741,66,-1.543446606,0.7334780896,8898.5243763 +321,0.265668905,-0.014647884,66,-1.543446606,0.7334780896,6959.5652194 +322,-2.773032013,-0.335515811,66,-1.543446606,0.7334780896,6165.2988236 +323,-1.469512853,0.174058777,66,-1.543446606,0.7334780896,2230.7332232 +324,0.286276986,0.785925691,66,-1.543446606,0.7334780896,4851.1335066 +325,-1.379324697,0.377432233,66,-1.543446606,0.7334780896,1512.2320795 +326,-1.203778265,0.212813032,66,-1.543446606,0.7334780896,2371.9113066 +327,0.579916301,0.611743168,66,-1.543446606,0.7334780896,5963.1929966 +328,0.267582642,0.868113908,66,-1.543446606,0.7334780896,4606.3910635 +329,0.412869244,-0.050245578,66,-1.543446606,0.7334780896,7481.2930546 +330,0.17524381,0.976660285,66,-1.543446606,0.7334780896,4177.8091217 +331,0.743157214,0.204812899,66,-1.543446606,0.7334780896,7600.8344855 +332,-1.070758176,0.269382282,66,-1.543446606,0.7334780896,2443.3138555 +333,-1.230364251,0.329790229,66,-1.543446606,0.7334780896,1914.4578179 +334,-1.374813124,-0.024926835,66,-1.543446606,0.7334780896,3064.2295936 +335,0.519780566,0.463669906,66,-1.543446606,0.7334780896,6280.2036133 +336,-1.55108034,0.239698561,66,-1.543446606,0.7334780896,1956.0364216 +337,0.180294813,0.029739425,66,-1.543446606,0.7334780896,6591.6916848 +338,0.67820924,0.268170153,66,-1.543446606,0.7334780896,7249.8146975 +339,0.445798684,1.024001867,66,-1.543446606,0.7334780896,4527.2835142 +340,0.691751283,0.150521402,66,-1.543446606,0.7334780896,7648.6967895 +341,-1.036643551,-0.903056181,66,-1.543446606,0.7334780896,6712.4002173 +342,-0.120287036,1.083325163,66,-1.543446606,0.7334780896,3457.2724102 +343,2.823513113,-0.304487164,66,-1.543446606,0.7334780896,8029.4863749 +344,0.457583172,1.12513373,66,-1.543446606,0.7334780896,4281.5359244 +345,0.042918831,0.813795399,66,-1.543446606,0.7334780896,4244.7633208 +346,1.196146777,-0.853142756,66,-1.543446606,0.7334780896,11236.506847 +347,0.206001358,-0.010430701,66,-1.543446606,0.7334780896,6774.2207409 +348,-0.268308653,0.234799412,66,-1.543446606,0.7334780896,4736.6324399 +349,0.759363263,0.736189579,66,-1.543446606,0.7334780896,5898.3516366 +350,0.181363926,0.891988372,66,-1.543446606,0.7334780896,4375.2706214 +351,-0.021111158,0.139103292,66,-1.543446606,0.7334780896,5711.6794355 +352,-0.093355215,0.630686981,66,-1.543446606,0.7334780896,4297.2080935 +353,0.40118964,0.681375926,66,-1.543446606,0.7334780896,5379.9938004 +354,-0.721197315,1.304706234,66,-1.543446606,0.7334780896,2685.4816465 +355,-1.076150317,0.212107639,66,-1.543446606,0.7334780896,2618.8523469 +356,-1.577164531,0.273993443,66,-1.543446606,0.7334780896,1823.6458317 +357,-0.190788414,0.182208586,66,-1.543446606,0.7334780896,5100.2593475 +358,-0.261349752,0.209710184,66,-1.543446606,0.7334780896,4821.5334143 +359,-1.029303852,0.083549259,66,-1.543446606,0.7334780896,3148.2324979 +360,-1.268609162,0.330525297,66,-1.543446606,0.7334780896,1844.3814268 +361,1.282982244,-0.926641967,66,-1.543446606,0.7334780896,11311.697391 +362,0.217352334,0.731352408,66,-1.543446606,0.7334780896,4836.421693 +363,-1.511833084,0.258629297,66,-1.543446606,0.7334780896,1883.9824511 +364,0.338812194,0.823184618,66,-1.543446606,0.7334780896,4863.9989092 +365,-0.324406489,1.134201999,66,-1.543446606,0.7334780896,3067.1255786 +366,1.389579348,0.399185724,66,-1.543446606,0.7334780896,7892.7301604 +367,2.047152199,-0.039082036,66,-1.543446606,0.7334780896,9264.8886731 +368,0.947780369,0.568250077,66,-1.543446606,0.7334780896,6770.3773368 +369,0.763824846,0.576754987,66,-1.543446606,0.7334780896,6432.6915498 +370,-0.142334657,0.928153068,66,-1.543446606,0.7334780896,3617.807615 +371,0.610266567,0.547265983,66,-1.543446606,0.7334780896,6225.2283874 +372,0.210731629,0.746815056,66,-1.543446606,0.7334780896,4782.9162801 +373,-1.34931644,0.316895224,66,-1.543446606,0.7334780896,1775.4173283 +374,2.407696481,0.655030745,66,-1.543446606,0.7334780896,6216.1977869 +375,0.64207831,0.545359131,66,-1.543446606,0.7334780896,6297.2564754 +376,1.174597538,0.840588356,66,-1.543446606,0.7334780896,6035.4732873 +377,0.660059424,0.010604079,66,-1.543446606,0.7334780896,7991.9885325 +378,-0.730263819,0.010486456,66,-1.543446606,0.7334780896,4067.5637215 +379,0.831068936,0.512339172,66,-1.543446606,0.7334780896,6770.1338601 +380,1.301180979,0.72367476,66,-1.543446606,0.7334780896,6575.0506019 +381,1.811128231,0.322854402,66,-1.543446606,0.7334780896,8187.6576403 +382,0.435105812,0.992284428,66,-1.543446606,0.7334780896,4594.2711339 +383,0.62643634,0.592027932,66,-1.543446606,0.7334780896,6118.957286 +384,0.492988703,-0.516339467,66,-1.543446606,0.7334780896,8873.6633663 +385,-0.162469483,0.112549365,66,-1.543446606,0.7334780896,5365.7847452 +386,0.314630866,0.472006421,66,-1.543446606,0.7334780896,5757.7577211 +387,0.166744804,0.822815954,66,-1.543446606,0.7334780896,4502.634822 +388,0.417159608,0.965805736,66,-1.543446606,0.7334780896,4634.6844458 +389,0.106334961,0.868774244,66,-1.543446606,0.7334780896,4268.9934008 +390,0.815086969,-0.338144359,66,-1.543446606,0.7334780896,9398.7761402 +391,0.59867455,-0.230624824,66,-1.543446606,0.7334780896,8500.6910129 +392,1.915104874,0.066220985,66,-1.543446606,0.7334780896,9077.0902409 +393,1.278093622,0.064463721,66,-1.543446606,0.7334780896,9079.921106 +394,-0.061477853,0.302997961,66,-1.543446606,0.7334780896,5169.2122768 +395,0.251311504,0.626976942,66,-1.543446606,0.7334780896,5183.5125457 +396,2.950242872,0.149095644,66,-1.543446606,0.7334780896,6459.477965 +397,-0.180294708,0.35375117,66,-1.543446606,0.7334780896,4696.8802768 +398,1.010448592,-0.351180233,66,-1.543446606,0.7334780896,9966.9902267 +399,-1.748740498,0.3686318073,66,-1.543446606,0.7334780896,1598.9178824 +400,2.699635665,0.123533791,66,-1.543446606,0.7334780896,7226.5419093 +401,0.496808033,0.823843254,66,-1.543446606,0.7334780896,5168.2090035 +402,0.129574704,0.763364087,66,-1.543446606,0.7334780896,4556.9932159 +403,1.798920311,0.817447563,66,-1.543446606,0.7334780896,6260.1937384 +404,0.335987953,0.746786541,66,-1.543446606,0.7334780896,5059.9963272 +405,-1.085413643,0.292154671,66,-1.543446606,0.7334780896,2337.5518393 +406,-0.155321003,0.508207011,66,-1.543446606,0.7334780896,4401.1598909 +407,0.620529244,-0.301175104,66,-1.543446606,0.7334780896,8746.8826064 +408,1.684402744,0.368716966,66,-1.543446606,0.7334780896,8066.6251642 +409,0.300582244,-0.386397212,66,-1.543446606,0.7334780896,8017.5720078 +410,2.913555946,-0.009225192,66,-1.543446606,0.7334780896,6994.5600785 +411,1.465101417,0.493232532,66,-1.543446606,0.7334780896,7560.544186 +412,0.090612882,0.907955955,66,-1.543446606,0.7334780896,4153.4420741 +413,2.987564726,-0.729568594,66,-1.543446606,0.7334780896,8510.2792135 +414,-1.484261606,0.224149272,66,-1.543446606,0.7334780896,2027.7294037 +415,0.164073421,0.303955133,66,-1.543446606,0.7334780896,5810.1966947 +416,0.141441293,0.167552546,66,-1.543446606,0.7334780896,6109.9703852 +417,2.931321023,-0.506718887,66,-1.543446606,0.7334780896,8195.0144728 +418,2.21951565,0.700596356,66,-1.543446606,0.7334780896,6341.3652074 +419,0.268112576,1.199114336,66,-1.543446606,0.7334780896,3870.3559333 +420,0.978913739,0.359223811,66,-1.543446606,0.7334780896,7558.0635401 +421,1.210898818,0.522863584,66,-1.543446606,0.7334780896,7270.4869308 +422,2.347397336,0.129231362,66,-1.543446606,0.7334780896,8084.5639175 +423,0.614394501,0.556878345,66,-1.543446606,0.7334780896,6203.9570873 +424,-1.398079356,0.148483366,66,-1.543446606,0.7334780896,2372.172792 +425,2.535303836,-0.112984496,66,-1.543446606,0.7334780896,8353.3166962 +426,-1.019372593,-0.405322349,66,-1.543446606,0.7334780896,4902.1445389 +427,-1.297785627,-0.160104069,66,-1.543446606,0.7334780896,3650.1569453 +428,2.144554488,0.205051084,66,-1.543446606,0.7334780896,8227.9879496 +429,-2.242387083,-0.426171285,66,-1.543446606,0.7334780896,5257.5869455 +430,0.338637212,0.909723676,66,-1.543446606,0.7334780896,4640.4655642 +431,-0.148798452,0.691042401,66,-1.543446606,0.7334780896,4023.3801474 +432,0.893524764,0.441829531,66,-1.543446606,0.7334780896,7122.2380975 +433,0.969229347,-0.368847936,66,-1.543446606,0.7334780896,9906.0655059 +434,0.436043248,0.800045688,66,-1.543446606,0.7334780896,5120.1162081 +435,1.687946607,1.081504775,66,-1.543446606,0.7334780896,5248.9575892 +436,0.522302046,-0.034889271,66,-1.543446606,0.7334780896,7748.724066 +437,-0.178996113,-0.438090009,66,-1.543446606,0.7334780896,6802.9669449 +438,-1.094339566,0.301444068,66,-1.543446606,0.7334780896,2287.892275 +439,-1.064070054,0.242569932,66,-1.543446606,0.7334780896,2544.7835773 +440,-1.068153768,0.230387998,66,-1.543446606,0.7334780896,2575.6303194 +441,-3.00496892,-0.23989155,66,-1.543446606,0.7334780896,6540.6070117 +442,0.21751974,0.766874888,66,-1.543446606,0.7334780896,4748.7011745 +443,0.117229532,0.007619006,66,-1.543446606,0.7334780896,6465.9768735 +444,0.777758451,0.420554741,66,-1.543446606,0.7334780896,6975.5618802 +445,-0.252356999,0.250747086,66,-1.543446606,0.7334780896,4742.9047543 +446,0.363148444,0.768483434,66,-1.543446606,0.7334780896,5059.345931 +447,0.903191366,-0.118210676,66,-1.543446606,0.7334780896,9001.485448 +448,-0.205755923,0.149406178,66,-1.543446606,0.7334780896,5141.7442427 +449,1.811996086,0.02364353,66,-1.543446606,0.7334780896,9348.5607781 +450,-1.100670221,0.314845373,66,-1.543446606,0.7334780896,2230.9863071 +451,0.340078597,0.850105132,66,-1.543446606,0.7334780896,4796.3612432 +452,0.258757267,0.804969236,66,-1.543446606,0.7334780896,4744.2567376 +453,2.78505352,-0.155160804,66,-1.543446606,0.7334780896,7758.7759983 +454,0.800551619,0.105822106,66,-1.543446606,0.7334780896,8049.5899046 +455,0.437940882,-0.506194031,66,-1.543446606,0.7334780896,8691.7735791 +456,2.230431122,0.63458615,66,-1.543446606,0.7334780896,6561.7823547 +457,0.527965361,0.127667701,66,-1.543446606,0.7334780896,7298.2738925 +458,-0.063643205,0.702093448,66,-1.543446606,0.7334780896,4221.2743925 +459,1.408447268,0.133010502,66,-1.543446606,0.7334780896,8943.5289499 +460,0.523795955,0.280266966,66,-1.543446606,0.7334780896,6837.7103956 +461,-0.975769313,0.072177659,66,-1.543446606,0.7334780896,3297.7774459 +462,0.549774164,-0.463663986,66,-1.543446606,0.7334780896,8926.3247826 +463,0.29245874,1.095549818,66,-1.543446606,0.7334780896,4119.4863292 +464,0.143625958,0.816809593,66,-1.543446606,0.7334780896,4465.6048552 +465,0.671902494,0.611159853,66,-1.543446606,0.7334780896,6148.2227325 +466,1.239840988,0.6724199,66,-1.543446606,0.7334780896,6727.3120716 +467,0.607829703,-0.10932137,66,-1.543446606,0.7334780896,8196.0214159 +468,1.763020906,0.263996692,66,-1.543446606,0.7334780896,8447.1683082 +469,0.378714634,0.726066797,66,-1.543446606,0.7334780896,5207.6158791 +470,2.196736143,-0.153862366,66,-1.543446606,0.7334780896,9343.7319104 +471,0.01702415,0.148991565,66,-1.543446606,0.7334780896,5797.4431626 +472,-2.998490902,-0.158002487,66,-1.543446606,0.7334780896,6303.568222 +473,-3.051262951,-0.346595608,66,-1.543446606,0.7334780896,6952.6667956 +474,-1.069176439,0.182802941,66,-1.543446606,0.7334780896,2731.2203027 +475,0.167157509,0.595344954,66,-1.543446606,0.7334780896,5057.652813 +476,0.613855648,0.681746124,66,-1.543446606,0.7334780896,5814.7139419 +477,1.037012736,0.682555367,66,-1.543446606,0.7334780896,6482.5581371 +478,-1.253574971,0.379755746,66,-1.543446606,0.7334780896,1699.9894079 +479,3.108590453,-0.132620738,66,-1.543446606,0.7334780896,6750.0458948 +480,0.565301296,0.022333262,66,-1.543446606,0.7334780896,7704.3319947 +481,0.547898238,0.855555614,66,-1.543446606,0.7334780896,5167.3518966 +482,0.948309381,0.417393755,66,-1.543446606,0.7334780896,7301.8892151 +483,-0.050600732,0.945269213,66,-1.543446606,0.7334780896,3787.7955689 +484,-0.977651478,-0.572363064,66,-1.543446606,0.7334780896,5567.1551802 +485,1.102014914,0.728861163,66,-1.543446606,0.7334780896,6386.0958581 +486,2.927300795,-0.282939414,66,-1.543446606,0.7334780896,7670.416918 +487,-1.154565557,0.124434095,66,-1.543446606,0.7334780896,2770.7551061 +488,1.855331234,0.291044755,66,-1.543446606,0.7334780896,8278.0919666 +489,0.830290659,0.276904518,66,-1.543446606,0.7334780896,7558.364935 +490,0.485104466,-0.234867441,66,-1.543446606,0.7334780896,8182.7949277 +491,0.521367572,-0.33161327,66,-1.543446606,0.7334780896,8533.4107492 +1,-1.539031704,0.7349710123,67,-1.541475327,0.7334957295,9.2615351633 +2,-1.536990553,0.7349663874,67,-1.541475327,0.7334957295,14.4164949 +3,-1.534951779,0.7349571355,67,-1.541475327,0.7334957295,20.036513467 +4,-1.532906461,0.7349480293,67,-1.541475327,0.7334957295,25.844685287 +5,-1.531320211,0.7346937278,67,-1.541475327,0.7334957295,30.238702893 +6,-1.539451648,0.7335131775,67,-1.541475327,0.7334957295,5.9547961153 +7,-1.537429487,0.7335445708,67,-1.541475327,0.7334957295,11.905722556 +8,-1.535484998,0.7335658704,67,-1.541475327,0.7334957295,17.627468423 +9,-1.533488396,0.7336036027,67,-1.541475327,0.7334957295,23.503333447 +10,-1.531497785,0.7335842962,67,-1.541475327,0.7334957295,29.35862963 +11,-1.530259379,0.7334777758,67,-1.541475327,0.7334957295,33.001892021 +12,-1.5335454,0.7322346912,67,-1.541475327,0.7334957295,23.874477692 +13,-1.531489083,0.7322238773,67,-1.541475327,0.7334957295,29.82863619 +14,-1.530011122,0.7321679851,67,-1.541475327,0.7334957295,34.159457065 +15,-1.53348106,0.7306614094,67,-1.541475327,0.7334957295,26.091077555 +16,-1.531441779,0.7306962275,67,-1.541475327,0.7334957295,31.571136062 +17,-1.529755654,0.7306933243,67,-1.541475327,0.7334957295,36.267649347 +18,-1.533415048,0.7291384674,67,-1.541475327,0.7334957295,29.369205578 +19,-1.531392093,0.7291705353,67,-1.541475327,0.7334957295,34.309845058 +20,-1.529296523,0.7291214933,67,-1.541475327,0.7334957295,39.866984843 +21,-1.535280942,0.727267644,67,-1.541475327,0.7334957295,30.702408991 +22,-1.533378158,0.7276139666,67,-1.541475327,0.7334957295,33.367826393 +23,-1.531340368,0.7276446587,67,-1.541475327,0.7334957295,37.829822831 +24,-1.528960113,0.7276398177,67,-1.541475327,0.7334957295,43.602776389 +25,-1.533313146,0.7260818349,67,-1.541475327,0.7334957295,37.986980188 +26,-1.531259555,0.7260958115,67,-1.541475327,0.7334957295,42.055579366 +27,-1.528926415,0.7260865555,67,-1.541475327,0.7334957295,47.262261978 +28,-1.531226779,0.7245511789,67,-1.541475327,0.7334957295,46.603392952 +29,-1.528904772,0.7245519194,67,-1.541475327,0.7334957295,51.323313812 +30,-1.547195875,0.7409785979,67,-1.541475327,0.7334957295,34.057450567 +31,-1.5451475,0.740980426,67,-1.541475327,0.7334957295,31.541951182 +32,-1.543097679,0.7409798872,67,-1.541475327,0.7334957295,30.024058391 +33,-1.540720364,0.7409892687,67,-1.541475327,0.7334957295,29.764355863 +34,-1.547188511,0.7395198392,67,-1.541475327,0.7334957295,29.161995817 +35,-1.545148587,0.7395226109,67,-1.541475327,0.7334957295,26.193034946 +36,-1.543104538,0.7395314908,67,-1.541475327,0.7334957295,24.380948527 +37,-1.540727751,0.7395306258,67,-1.541475327,0.7334957295,24.004667344 +38,-1.547187029,0.7380014886,67,-1.541475327,0.7334957295,24.491216273 +39,-1.545147315,0.7380012252,67,-1.541475327,0.7334957295,20.850647069 +40,-1.54310719,0.7380060743,67,-1.541475327,0.7334957295,18.49692948 +41,-1.540719671,0.7380068206,67,-1.541475327,0.7334957295,18.005675926 +42,-1.547187189,0.7364799098,67,-1.541475327,0.7334957295,20.528459657 +43,-1.545149996,0.7364853874,67,-1.541475327,0.7334957295,16.025726799 +44,-1.543106091,0.7364823484,67,-1.541475327,0.7334957295,12.763651519 +45,-1.540717158,0.7364893901,67,-1.541475327,0.7334957295,12.065350873 +46,-1.538663972,0.7410138672,67,-1.541475327,0.7334957295,30.899381287 +47,-1.53695285,0.7409699132,67,-1.541475327,0.7334957295,32.43989504 +48,-1.534910498,0.7409641297,67,-1.541475327,0.7334957295,35.294658917 +49,-1.533145034,0.7409536636,67,-1.541475327,0.7334957295,38.33272658 +50,-1.538681336,0.7395405883,67,-1.541475327,0.7334957295,25.308414076 +51,-1.536999189,0.7395183096,67,-1.541475327,0.7334957295,27.232347945 +52,-1.534923633,0.7395144222,67,-1.541475327,0.7334957295,30.626011128 +53,-1.533267822,0.7395654306,67,-1.541475327,0.7334957295,34.029806489 +54,-1.53867273,0.7380151077,67,-1.541475327,0.7334957295,19.702266772 +55,-1.536980576,0.7379994392,67,-1.541475327,0.7334957295,22.19084814 +56,-1.534931522,0.7379944961,67,-1.541475327,0.7334957295,26.206180745 +57,-1.533387952,0.7379480264,67,-1.541475327,0.7334957295,29.580274802 +58,-1.538682279,0.7364914363,67,-1.541475327,0.7334957295,14.42769673 +59,-1.536980704,0.7364810563,67,-1.541475327,0.7334957295,17.727232645 +60,-1.534935567,0.7364752065,67,-1.541475327,0.7334957295,22.55122176 +61,-1.533042592,0.7363876366,67,-1.541475327,0.7334957295,27.299413102 +62,-1.545143426,0.7349628011,67,-1.541475327,0.7334957295,12.251621764 +63,-1.543105297,0.7349691947,67,-1.541475327,0.7334957295,7.552122172 +64,-1.541064533,0.7349647152,67,-1.541475327,0.7334957295,5.9427074225 +65,-1.545411803,0.7334624714,67,-1.541475327,0.7334957295,11.583540944 +66,-1.543446606,0.7334780896,67,-1.541475327,0.7334957295,5.8007237419 +67,-1.541475327,0.7334957295,67,-1.541475327,0.7334957295,2.8562109722 +68,-1.545401939,0.731963266,67,-1.541475327,0.7334957295,13.058169349 +69,-1.54342253,0.7319915583,67,-1.541475327,0.7334957295,8.268538463 +70,-1.541455867,0.7320216438,67,-1.541475327,0.7334957295,5.8391346523 +71,-1.545410146,0.7304422281,67,-1.541475327,0.7334957295,16.754094923 +72,-1.543435491,0.7304713664,67,-1.541475327,0.7334957295,13.299012074 +73,-1.541463105,0.7304997613,67,-1.541475327,0.7334957295,11.867084439 +74,-1.545414768,0.7289194936,67,-1.541475327,0.7334957295,21.528616578 +75,-1.543435774,0.7289538557,67,-1.541475327,0.7334957295,18.896120848 +76,-1.541457714,0.7289765881,67,-1.541475327,0.7334957295,17.900394464 +77,-1.539449415,0.7320555866,67,-1.541475327,0.7334957295,8.2534838769 +78,-1.537429183,0.7321097681,67,-1.541475327,0.7334957295,13.116824376 +79,-1.535472649,0.7321497267,67,-1.541475327,0.7334957295,18.459566422 +80,-1.539457899,0.7305333307,67,-1.541475327,0.7334957295,13.153662634 +81,-1.537453161,0.7305750503,67,-1.541475327,0.7334957295,16.561009579 +82,-1.535479385,0.7306124949,67,-1.541475327,0.7334957295,21.035402459 +83,-1.53946905,0.7290102593,67,-1.541475327,0.7334957295,18.725738338 +84,-1.537459922,0.7290417293,67,-1.541475327,0.7334957295,21.246197514 +85,-1.535451349,0.7290890157,67,-1.541475327,0.7334957295,24.90165779 +86,-1.535522937,0.7279887191,67,-1.541475327,0.7334957295,28.001524981 +87,-1.539442524,0.7274735939,67,-1.541475327,0.7334957295,24.596087793 +88,-1.537424111,0.727521351,67,-1.541475327,0.7334957295,26.51159048 +89,-1.539384641,0.7259505092,67,-1.541475327,0.7334957295,30.517351189 +90,-1.537372391,0.7259947145,67,-1.541475327,0.7334957295,32.085823302 +91,-1.535340789,0.7260435356,67,-1.541475327,0.7334957295,34.631067906 +92,-1.539325716,0.7244369706,67,-1.541475327,0.7334957295,36.439407993 +93,-1.537308932,0.7244801057,67,-1.541475327,0.7334957295,37.772617843 +94,-1.535289068,0.7245247645,67,-1.541475327,0.7334957295,39.958221799 +95,-1.533261366,0.7245550236,67,-1.541475327,0.7334957295,42.929864493 +96,-1.539267302,0.722921924,67,-1.541475327,0.7334957295,42.388470411 +97,-1.537248972,0.7229660258,67,-1.541475327,0.7334957295,43.539351407 +98,-1.535219431,0.7229916471,67,-1.541475327,0.7334957295,45.531708377 +99,-1.53318962,0.7230212049,67,-1.541475327,0.7334957295,48.180339977 +100,-1.531154816,0.7230299897,67,-1.541475327,0.7334957295,51.471443364 +101,-1.528878341,0.7230370244,67,-1.541475327,0.7334957295,55.703757863 +102,-1.539218189,0.7214009878,67,-1.541475327,0.7334957295,48.370373639 +103,-1.537198791,0.7214422745,67,-1.541475327,0.7334957295,49.391433797 +104,-1.535179266,0.7214634354,67,-1.541475327,0.7334957295,51.169949638 +105,-1.533156501,0.7214944644,67,-1.541475327,0.7334957295,53.528960644 +106,-1.53113574,0.7215166021,67,-1.541475327,0.7334957295,56.453021972 +107,-1.528874248,0.7215345535,67,-1.541475327,0.7334957295,60.28400105 +108,-1.539217656,0.7198512397,67,-1.541475327,0.7334957295,54.457502782 +109,-1.537199919,0.7199428763,67,-1.541475327,0.7334957295,55.154559658 +110,-1.545425832,0.727397149,67,-1.541475327,0.7334957295,26.82147223 +111,-1.543371177,0.7273916949,67,-1.541475327,0.7334957295,24.816688182 +112,-1.541368852,0.7274523163,67,-1.541475327,0.7334957295,23.940020826 +113,-1.545349067,0.7258710923,67,-1.541475327,0.7334957295,32.294224444 +114,-1.54332671,0.7258603556,67,-1.541475327,0.7334957295,30.733711088 +115,-1.541346831,0.7259242142,67,-1.541475327,0.7334957295,29.993171334 +116,-1.545324355,0.7243383958,67,-1.541475327,0.7334957295,38.01302516 +117,-1.543292796,0.7243617413,67,-1.541475327,0.7334957295,36.57601743 +118,-1.541295822,0.7244024384,67,-1.541475327,0.7334957295,36.02242988 +119,-1.543193859,0.7205570215,67,-1.541475327,0.7334957295,51.501951509 +120,-1.550257047,0.7386738187,67,-1.541475327,0.7334957295,32.942634222 +121,-1.549335448,0.7311736483,67,-1.541475327,0.7334957295,24.911782179 +122,-1.533478843,0.7179891343,67,-1.541475327,0.7334957295,65.832422048 +123,-1.556150555,0.738907041,67,-1.541475327,0.7334957295,48.112623338 +124,-1.554324226,0.733414257,67,-1.541475327,0.7334957295,37.809041248 +125,-1.554290846,0.7288285332,67,-1.541475327,0.7334957295,42.066956967 +126,-1.55122487,0.7219795312,67,-1.541475327,0.7334957295,53.9650672 +127,-1.525104458,0.7229399862,67,-1.541475327,0.7334957295,63.95653373 +128,-1.519607711,0.7236181429,67,-1.541475327,0.7334957295,75.547552977 +129,-1.513899999,0.7251107854,67,-1.541475327,0.7334957295,87.953060479 +130,-1.536620762,0.7431061895,67,-1.541475327,0.7334957295,40.636902076 +131,-1.5369566,0.7460845958,67,-1.541475327,0.7334957295,51.587132845 +132,-1.545345528,0.7447040685,67,-1.541475327,0.7334957295,45.819075942 +133,-1.532813921,0.7432306626,67,-1.541475327,0.7334957295,46.158996449 +134,-1.554788248,0.7382381001,67,-1.541475327,0.7334957295,43.367070367 +135,-1.540348126,0.7301594274,67,-1.541475327,0.7334957295,13.626148963 +136,-1.538016084,0.7239051786,67,-1.541475327,0.7334957295,39.339467443 +137,-1.525288962,0.7258085137,67,-1.541475327,0.7334957295,56.666362913 +138,-1.534326986,0.731241342,67,-1.541475327,0.7334957295,22.86983914 +139,-1.530733872,0.7303625216,67,-1.541475327,0.7334957295,33.996230926 +141,-1.534354939,0.7328219978,67,-1.541475327,0.7334957295,21.126481749 +142,-1.53157084,0.7292888153,67,-1.541475327,0.7334957295,33.618301592 +143,-1.525691035,0.7263799874,67,-1.541475327,0.7334957295,54.453558733 +144,-1.534031287,0.7495967835,67,-1.541475327,0.7334957295,67.380713102 +145,-1.527714986,0.7283095957,67,-1.541475327,0.7334957295,45.485334978 +146,-1.526189586,0.7271468292,67,-1.541475327,0.7334957295,51.641442841 +147,-1.555177336,0.7375563366,67,-1.541475327,0.7334957295,43.337677122 +148,-1.555080283,0.7312707794,67,-1.541475327,0.7334957295,41.028651635 +149,-1.53856994,0.7224180299,67,-1.541475327,0.7334957295,44.711903087 +150,-1.530837883,0.729933372,67,-1.541475327,0.7334957295,34.378747214 +151,-1.515066984,0.5854133365,67,-1.541475327,0.7334957295,592.32194715 +152,-1.534731633,0.5368370046,67,-1.541475327,0.7334957295,779.25940239 +153,-1.515231902,0.5607085576,67,-1.541475327,0.7334957295,689.38276644 +154,-2.616253799,1.0684566605,67,-1.541475327,0.7334957295,2820.6775732 +155,-1.956071439,0.5792177723,67,-1.541475327,0.7334957295,1430.9323549 +156,-1.951208514,0.5602434208,67,-1.541475327,0.7334957295,1458.8202486 +157,-1.944675062,0.6062144545,67,-1.541475327,0.7334957295,1344.3346501 +158,-1.613778386,0.6077989518,67,-1.541475327,0.7334957295,545.92047919 +159,-2.035029014,0.6021432345,67,-1.541475327,0.7334957295,1612.0157485 +160,-2.114989471,0.6801825058,67,-1.541475327,0.7334957295,1729.5589507 +161,-2.037382079,0.5765830025,67,-1.541475327,0.7334957295,1667.4214565 +162,-2.129855121,0.6585019963,67,-1.541475327,0.7334957295,1801.0670253 +163,-2.075141798,0.6493615843,67,-1.541475327,0.7334957295,1652.8650575 +164,-1.828626729,0.6948433129,67,-1.541475327,0.7334957295,871.57298189 +165,-1.863329418,0.6735427691,67,-1.541475327,0.7334957295,998.59421193 +166,-1.266037071,0.727988852,67,-1.541475327,0.7334957295,811.59443635 +167,-1.277579582,0.7249010648,67,-1.541475327,0.7334957295,779.21095486 +168,-1.258418684,0.7241194816,67,-1.541475327,0.7334957295,835.94271048 +169,-1.317813974,0.6804850104,67,-1.541475327,0.7334957295,704.74645286 +170,-1.344165204,0.6790988904,67,-1.541475327,0.7334957295,631.81104837 +171,-1.427582102,0.5277120351,67,-1.541475327,0.7334957295,892.12935455 +172,-1.402238616,0.457167829,67,-1.541475327,0.7334957295,1184.588157 +173,-1.422454264,0.4996161999,67,-1.541475327,0.7334957295,1002.19903 +174,-1.439089277,0.4894859811,67,-1.541475327,0.7334957295,1021.2937772 +175,-1.448126995,0.5182330266,67,-1.541475327,0.7334957295,903.27612698 +176,-1.474626146,0.5881926574,67,-1.541475327,0.7334957295,612.15154831 +177,-1.421139645,0.5584869783,67,-1.541475327,0.7334957295,790.14894775 +178,-1.457037165,0.565943032,67,-1.541475327,0.7334957295,714.786797 +179,-2.757159358,0.3745319,67,-1.541475327,0.7334957295,4214.8860096 +180,-2.714309238,0.342054471,67,-1.541475327,0.7334957295,4167.3212484 +181,-2.000525337,0.774119946,67,-1.541475327,0.7334957295,1329.6308974 +183,-1.571413436,0.6777838382,67,-1.541475327,0.7334957295,238.408134 +184,-1.552860289,0.6987663893,67,-1.541475327,0.7334957295,141.70533118 +185,-1.521852374,0.7165827476,67,-1.541475327,0.7334957295,88.725005276 +186,-1.503656267,0.6928968252,67,-1.541475327,0.7334957295,196.69529057 +187,-1.502753178,0.7136205882,67,-1.541475327,0.7334957295,139.3164226 +188,-1.631894563,0.7343596465,67,-1.541475327,0.7334957295,265.92584124 +189,-1.653765416,0.6770714026,67,-1.541475327,0.7334957295,405.58593715 +190,-1.719812114,0.6715965947,67,-1.541475327,0.7334957295,591.73314057 +191,-1.493406659,0.6646955447,67,-1.541475327,0.7334957295,308.99381813 +192,-1.469120564,0.6613469966,67,-1.541475327,0.7334957295,360.35414744 +193,-1.590551461,0.5326612937,67,-1.541475327,0.7334957295,810.66108769 +194,-1.625979264,0.5247742243,67,-1.541475327,0.7334957295,869.50903471 +195,-1.572293943,0.5238808754,67,-1.541475327,0.7334957295,836.07863929 +196,-1.610848725,0.5477107964,67,-1.541475327,0.7334957295,767.91625485 +197,-1.208485554,0.7918526018,67,-1.541475327,0.7334957295,978.67415664 +198,-1.335601374,0.6869083083,67,-1.541475327,0.7334957295,644.6423935 +199,-1.346156996,0.6825213377,67,-1.541475327,0.7334957295,620.8631781 +200,-1.324381037,0.6741422347,67,-1.541475327,0.7334957295,695.6604091 +201,-1.242424992,0.7378949807,67,-1.541475327,0.7334957295,876.86483393 +202,-1.270370057,0.7392461008,67,-1.541475327,0.7334957295,794.84512496 +203,-1.448950472,0.7441675014,67,-1.541475327,0.7334957295,274.16058646 +204,-1.492662363,0.7523026852,67,-1.541475327,0.7334957295,160.69865399 +205,-1.479098966,0.7763855017,67,-1.541475327,0.7334957295,247.42455823 +206,-1.633760714,0.7869022408,67,-1.541475327,0.7334957295,338.8824079 +207,-1.647406434,0.8101289331,67,-1.541475327,0.7334957295,427.02300907 +208,-1.564245052,0.5701509278,67,-1.541475327,0.7334957295,650.94521617 +209,-1.646289963,0.6833746083,67,-1.541475327,0.7334957295,372.43227842 +210,-1.5820631,0.6751952144,67,-1.541475327,0.7334957295,261.38578938 +211,-1.613236298,0.6681681791,67,-1.541475327,0.7334957295,337.77894914 +212,-1.914661867,0.8212566515,67,-1.541475327,0.7334957295,1105.3254646 +213,-1.742133237,0.7250275956,67,-1.541475327,0.7334957295,593.16104458 +214,-2.033144872,0.6557314699,67,-1.541475327,0.7334957295,1520.3738224 +215,-2.039551981,0.6964723658,67,-1.541475327,0.7334957295,1489.9816979 +216,-1.247341019,0.7622473908,67,-1.541475327,0.7334957295,860.19094256 +217,-1.298239787,0.7084123392,67,-1.541475327,0.7334957295,729.67848403 +218,-1.308539688,0.6926545592,67,-1.541475327,0.7334957295,715.54798771 +219,-1.303263185,0.6888938396,67,-1.541475327,0.7334957295,735.4444386 +220,-1.852400229,0.6004246149,67,-1.541475327,0.7334957295,1098.7839505 +221,-1.288947707,0.7473773692,67,-1.541475327,0.7334957295,739.49804564 +222,-1.372031502,0.7472790993,67,-1.541475327,0.7334957295,498.17716594 +223,-1.289805721,0.7242157877,67,-1.541475327,0.7334957295,743.62393651 +224,-1.350807603,0.7533498126,67,-1.541475327,0.7334957295,561.09067877 +225,-1.329290365,0.7560442322,67,-1.541475327,0.7334957295,623.79334098 +226,-1.410153004,0.616936428,67,-1.541475327,0.7334957295,614.31187996 +227,-1.393445434,0.6308995063,67,-1.541475327,0.7334957295,609.5782609 +228,-1.37595573,0.6241540638,67,-1.541475327,0.7334957295,668.55128132 +229,-1.358388707,0.6172645205,67,-1.541475327,0.7334957295,728.63682051 +230,-1.753741133,0.8281661666,67,-1.541475327,0.7334957295,703.98116329 +231,-1.47430987,0.6834615681,67,-1.541475327,0.7334957295,282.94120092 +232,-1.421012508,0.7222725206,67,-1.541475327,0.7334957295,358.89699388 +233,-1.4476833,0.6978557868,67,-1.541475327,0.7334957295,313.81324188 +234,-1.470370723,0.6966193374,67,-1.541475327,0.7334957295,257.94212168 +235,-1.429211703,0.7037216883,67,-1.541475327,0.7334957295,354.7764544 +236,-1.700578405,0.6178673663,67,-1.541475327,0.7334957295,671.25657458 +237,-1.678117619,0.6331716163,67,-1.541475327,0.7334957295,577.5159898 +238,-1.725644578,0.6316331145,67,-1.541475327,0.7334957295,694.28146863 +239,-2.14012759,0.7930497945,67,-1.541475327,0.7334957295,1716.3231302 +240,-2.103289431,0.7653606263,67,-1.541475327,0.7334957295,1623.6977594 +241,-1.318739838,0.7017808746,67,-1.541475327,0.7334957295,675.74869655 +242,-1.396417427,0.7077900843,67,-1.541475327,0.7334957295,443.37007869 +243,-1.35650337,0.7185539404,67,-1.541475327,0.7334957295,550.73510039 +244,-1.248884539,0.7274156818,67,-1.541475327,0.7334957295,862.2243302 +245,-1.395014798,0.5761185243,67,-1.541475327,0.7334957295,773.92973909 +246,-1.433377362,0.6064716109,67,-1.541475327,0.7334957295,604.41083538 +247,-1.408172432,0.5903155476,67,-1.541475327,0.7334957295,702.98565609 +248,-1.749645898,0.7757118084,67,-1.541475327,0.7334957295,622.92072632 +249,-1.571626686,0.615046989,67,-1.541475327,0.7334957295,478.32979292 +250,-1.514070049,0.6303003037,67,-1.541475327,0.7334957295,417.33213685 +251,-1.480890369,0.6237966528,67,-1.541475327,0.7334957295,472.8572732 +252,-1.704390658,0.5281680612,67,-1.541475327,0.7334957295,964.53113212 +253,-1.64434733,0.5254277498,67,-1.541475327,0.7334957295,886.94814422 +254,-1.703855997,0.4792484842,67,-1.541475327,0.7334957295,1135.6243835 +255,-1.692002383,0.5748825051,67,-1.541475327,0.7334957295,785.57253374 +256,-1.854136457,0.5544643913,67,-1.541475327,0.7334957295,1214.0106709 +257,-1.665021206,0.520317736,67,-1.541475327,0.7334957295,931.91515309 +258,-1.733654349,0.4845187345,67,-1.541475327,0.7334957295,1164.9265958 +259,-1.720938188,0.5135933906,67,-1.541475327,0.7334957295,1043.0624276 +260,-1.742668307,0.553296122,67,-1.541475327,0.7334957295,955.26629417 +261,-1.965659039,0.7142126903,67,-1.541475327,0.7334957295,1256.9780172 +262,-1.944438071,0.6772834804,67,-1.541475327,0.7334957295,1231.5316122 +263,-1.270340967,0.7681487096,67,-1.541475327,0.7334957295,795.8650424 +264,-1.353091884,0.6549276821,67,-1.541475327,0.7334957295,651.78147634 +265,-1.333236659,0.6413584414,67,-1.541475327,0.7334957295,733.57665895 +266,-1.352015998,0.6753788907,67,-1.541475327,0.7334957295,615.85094798 +267,-1.377988483,0.6577816235,67,-1.541475327,0.7334957295,580.05500198 +268,-2.13075611,0.8318642051,67,-1.541475327,0.7334957295,1685.8584386 +269,-2.097910953,0.8259670014,67,-1.541475327,0.7334957295,1597.5155309 +270,-1.416382069,0.6694271549,67,-1.541475327,0.7334957295,455.45430573 +271,-1.538905672,0.7535625993,67,-1.541475327,0.7334957295,79.837150816 +272,-1.572309477,0.7803125099,67,-1.541475327,0.7334957295,205.58708062 +273,-1.87759879,0.7503853417,67,-1.541475327,0.7334957295,981.56222985 +274,1.152365588,0.590457682,67,-1.541475327,0.7334957295,6952.9709648 +275,0.350198001,0.718001859,67,-1.541475327,0.7334957295,5163.7467472 +276,0.046513677,0.491503852,67,-1.541475327,0.7334957295,4995.5095789 +277,0.027510309,0.742571376,67,-1.541475327,0.7334957295,4356.7425403 +278,0.306285725,-0.214631579,67,-1.541475327,0.7334957295,7600.4772211 +279,-1.100564889,0.318051531,67,-1.541475327,0.7334957295,2216.6490873 +280,-1.078582306,0.301437596,67,-1.541475327,0.7334957295,2319.0101984 +281,-1.137371989,-0.617634065,67,-1.541475327,0.7334957295,5548.7793494 +282,0.784356344,0.703272339,67,-1.541475327,0.7334957295,6044.931879 +283,-1.221209947,0.218327455,67,-1.541475327,0.7334957295,2319.8916268 +284,2.347301921,-0.449114658,67,-1.541475327,0.7334957295,9775.6567662 +285,0.246820618,0.830553713,67,-1.541475327,0.7334957295,4651.5313609 +286,0.829414965,0.703288228,67,-1.541475327,0.7334957295,6116.9809506 +287,-1.337537566,0.42332223,67,-1.541475327,0.7334957295,1399.3142825 +288,0.882453706,0.454478077,67,-1.541475327,0.7334957295,7055.573028 +289,1.575629659,0.416419109,67,-1.541475327,0.7334957295,7888.1519664 +290,-1.039455679,0.229888244,67,-1.541475327,0.7334957295,2636.0872081 +291,0.489558039,0.934482747,67,-1.541475327,0.7334957295,4837.7231374 +292,0.081344504,0.88384514,67,-1.541475327,0.7334957295,4179.3169117 +293,-1.547979814,0.300350308,67,-1.541475327,0.7334957295,1715.8306651 +294,0.040776181,0.168560074,67,-1.541475327,0.7334957295,5809.5374404 +295,-1.130374745,0.563894876,67,-1.541475327,0.7334957295,1454.4129281 +296,1.578326642,0.478507176,67,-1.541475327,0.7334957295,7642.4427552 +297,-1.12861823,-0.291640865,67,-1.541475327,0.7334957295,4332.1395776 +298,0.310524208,0.770885792,67,-1.541475327,0.7334957295,4937.5616793 +299,0.415649091,-0.387246002,67,-1.541475327,0.7334957295,8350.9483194 +300,-0.926533878,-0.188022748,67,-1.541475327,0.7334957295,4279.6821924 +301,1.258856172,-0.11716081,67,-1.541475327,0.7334957295,9724.5595182 +302,-1.126050026,0.322941926,67,-1.541475327,0.7334957295,2144.5183372 +303,2.002785835,0.07893892,67,-1.541475327,0.7334957295,8913.9357775 +304,0.440437607,0.746258085,67,-1.541475327,0.7334957295,5276.049462 +305,-0.030391866,0.214441206,67,-1.541475327,0.7334957295,5481.751148 +306,0.521557815,-0.058929362,67,-1.541475327,0.7334957295,7808.3251024 +307,-0.097005111,0.13317729,67,-1.541475327,0.7334957295,5498.3646136 +308,1.83113859,0.221857587,67,-1.541475327,0.7334957295,8567.0618488 +309,0.222428864,0.099404236,67,-1.541475327,0.7334957295,6520.9297305 +310,-1.702731345,0.8728568183,67,-1.541475327,0.7334957295,707.02721025 +311,-0.418507569,0.278324921,67,-1.541475327,0.7334957295,4178.9281159 +312,-1.41153306,0.339029988,67,-1.541475327,0.7334957295,1622.2692944 +313,0.357560442,0.114788776,67,-1.541475327,0.7334957295,6863.312087 +314,0.325818979,0.268352149,67,-1.541475327,0.7334957295,6347.7623453 +315,-1.246004659,-0.663679965,67,-1.541475327,0.7334957295,5635.9696766 +316,1.814603087,0.637404484,67,-1.541475327,0.7334957295,6958.5049508 +317,1.843704281,-0.18300445,67,-1.541475327,0.7334957295,10105.177962 +318,1.690644492,-0.211480909,67,-1.541475327,0.7334957295,10352.644023 +319,-1.275451936,0.068109467,67,-1.541475327,0.7334957295,2798.6283425 +320,0.762430171,-0.207594741,67,-1.541475327,0.7334957295,8893.1010217 +321,0.265668905,-0.014647884,67,-1.541475327,0.7334957295,6953.8193003 +322,-2.773032013,-0.335515811,67,-1.541475327,0.7334957295,6170.4940793 +323,-1.469512853,0.174058777,67,-1.541475327,0.7334957295,2230.0224665 +324,0.286276986,0.785925691,67,-1.541475327,0.7334957295,4846.8712202 +325,-1.379324697,0.377432233,67,-1.541475327,0.7334957295,1509.9437342 +326,-1.203778265,0.212813032,67,-1.541475327,0.7334957295,2368.6245828 +327,0.579916301,0.611743168,67,-1.541475327,0.7334957295,5959.0900277 +328,0.267582642,0.868113908,67,-1.541475327,0.7334957295,4602.3720356 +329,0.412869244,-0.050245578,67,-1.541475327,0.7334957295,7475.6254035 +330,0.17524381,0.976660285,67,-1.541475327,0.7334957295,4174.0613361 +331,0.743157214,0.204812899,67,-1.541475327,0.7334957295,7596.2297131 +332,-1.070758176,0.269382282,67,-1.541475327,0.7334957295,2438.9640123 +333,-1.230364251,0.329790229,67,-1.541475327,0.7334957295,1910.8833548 +334,-1.374813124,-0.024926835,67,-1.541475327,0.7334957295,3062.9124395 +335,0.519780566,0.463669906,67,-1.541475327,0.7334957295,6275.586283 +336,-1.55108034,0.239698561,67,-1.541475327,0.7334957295,1956.2087365 +337,0.180294813,0.029739425,67,-1.541475327,0.7334957295,6585.9274277 +338,0.67820924,0.268170153,67,-1.541475327,0.7334957295,7245.1657842 +339,0.445798684,1.024001867,67,-1.541475327,0.7334957295,4524.1934248 +340,0.691751283,0.150521402,67,-1.541475327,0.7334957295,7643.8309663 +341,-1.036643551,-0.903056181,67,-1.541475327,0.7334957295,6710.7132155 +342,-0.120287036,1.083325163,67,-1.541475327,0.7334957295,3453.708464 +343,2.823513113,-0.304487164,67,-1.541475327,0.7334957295,8035.2870104 +344,0.457583172,1.12513373,67,-1.541475327,0.7334957295,4278.8964316 +345,0.042918831,0.813795399,67,-1.541475327,0.7334957295,4240.1819645 +346,1.196146777,-0.853142756,67,-1.541475327,0.7334957295,11231.568208 +347,0.206001358,-0.010430701,67,-1.541475327,0.7334957295,6768.4488932 +348,-0.268308653,0.234799412,67,-1.541475327,0.7334957295,4730.8344783 +349,0.759363263,0.736189579,67,-1.541475327,0.7334957295,5895.0826611 +350,0.181363926,0.891988372,67,-1.541475327,0.7334957295,4371.1900673 +351,-0.021111158,0.139103292,67,-1.541475327,0.7334957295,5705.8887493 +352,-0.093355215,0.630686981,67,-1.541475327,0.7334957295,4291.9182994 +353,0.40118964,0.681375926,67,-1.541475327,0.7334957295,5375.6541141 +354,-0.721197315,1.304706234,67,-1.541475327,0.7334957295,2683.6345649 +355,-1.076150317,0.212107639,67,-1.541475327,0.7334957295,2614.7465379 +356,-1.577164531,0.273993443,67,-1.541475327,0.7334957295,1824.1515076 +357,-0.190788414,0.182208586,67,-1.541475327,0.7334957295,5094.4598919 +358,-0.261349752,0.209710184,67,-1.541475327,0.7334957295,4815.7389872 +359,-1.029303852,0.083549259,67,-1.541475327,0.7334957295,3144.3056611 +360,-1.268609162,0.330525297,67,-1.541475327,0.7334957295,1841.131522 +361,1.282982244,-0.926641967,67,-1.541475327,0.7334957295,11307.915052 +362,0.217352334,0.731352408,67,-1.541475327,0.7334957295,4831.8634538 +363,-1.511833084,0.258629297,67,-1.541475327,0.7334957295,1883.6771422 +364,0.338812194,0.823184618,67,-1.541475327,0.7334957295,4859.9604217 +365,-0.324406489,1.134201999,67,-1.541475327,0.7334957295,3063.7749437 +366,1.389579348,0.399185724,67,-1.541475327,0.7334957295,7891.4434035 +367,2.047152199,-0.039082036,67,-1.541475327,0.7334957295,9268.3255609 +368,0.947780369,0.568250077,67,-1.541475327,0.7334957295,6767.3251396 +369,0.763824846,0.576754987,67,-1.541475327,0.7334957295,6429.0266373 +370,-0.142334657,0.928153068,67,-1.541475327,0.7334957295,3613.4314944 +371,0.610266567,0.547265983,67,-1.541475327,0.7334957295,6221.0415314 +372,0.210731629,0.746815056,67,-1.541475327,0.7334957295,4778.3926461 +373,-1.34931644,0.316895224,67,-1.541475327,0.7334957295,1773.0380344 +374,2.407696481,0.655030745,67,-1.541475327,0.7334957295,6219.4675819 +375,0.64207831,0.545359131,67,-1.541475327,0.7334957295,6293.1519122 +376,1.174597538,0.840588356,67,-1.541475327,0.7334957295,6033.8107239 +377,0.660059424,0.010604079,67,-1.541475327,0.7334957295,7986.7686227 +378,-0.730263819,0.010486456,67,-1.541475327,0.7334957295,4062.6793522 +379,0.831068936,0.512339172,67,-1.541475327,0.7334957295,6766.5325755 +380,1.301180979,0.72367476,67,-1.541475327,0.7334957295,6573.701387 +381,1.811128231,0.322854402,67,-1.541475327,0.7334957295,8188.9058804 +382,0.435105812,0.992284428,67,-1.541475327,0.7334957295,4591.0349278 +383,0.62643634,0.592027932,67,-1.541475327,0.7334957295,6114.9274294 +384,0.492988703,-0.516339467,67,-1.541475327,0.7334957295,8867.9255231 +385,-0.162469483,0.112549365,67,-1.541475327,0.7334957295,5359.9930544 +386,0.314630866,0.472006421,67,-1.541475327,0.7334957295,5752.7317054 +387,0.166744804,0.822815954,67,-1.541475327,0.7334957295,4498.280157 +388,0.417159608,0.965805736,67,-1.541475327,0.7334957295,4631.3111852 +389,0.106334961,0.868774244,67,-1.541475327,0.7334957295,4264.7053733 +390,0.815086969,-0.338144359,67,-1.541475327,0.7334957295,9393.2023721 +391,0.59867455,-0.230624824,67,-1.541475327,0.7334957295,8495.0136552 +392,1.915104874,0.066220985,67,-1.541475327,0.7334957295,9079.4211088 +393,1.278093622,0.064463721,67,-1.541475327,0.7334957295,9077.425595 +394,-0.061477853,0.302997961,67,-1.541475327,0.7334957295,5163.4848553 +395,0.251311504,0.626976942,67,-1.541475327,0.7334957295,5178.7286865 +396,2.950242872,0.149095644,67,-1.541475327,0.7334957295,6465.0685595 +397,-0.180294708,0.35375117,67,-1.541475327,0.7334957295,4691.1253525 +398,1.010448592,-0.351180233,67,-1.541475327,0.7334957295,9961.7966528 +399,-1.748740498,0.3686318073,67,-1.541475327,0.7334957295,1601.7979089 +400,2.699635665,0.123533791,67,-1.541475327,0.7334957295,7231.8152569 +401,0.496808033,0.823843254,67,-1.541475327,0.7334957295,5164.5098127 +402,0.129574704,0.763364087,67,-1.541475327,0.7334957295,4552.382097 +403,1.798920311,0.817447563,67,-1.541475327,0.7334957295,6260.9120295 +404,0.335987953,0.746786541,67,-1.541475327,0.7334957295,5055.7100713 +405,-1.085413643,0.292154671,67,-1.541475327,0.7334957295,2333.1887618 +406,-0.155321003,0.508207011,67,-1.541475327,0.7334957295,4395.57901 +407,0.620529244,-0.301175104,67,-1.541475327,0.7334957295,8741.154642 +408,1.684402744,0.368716966,67,-1.541475327,0.7334957295,8067.0713057 +409,0.300582244,-0.386397212,67,-1.541475327,0.7334957295,8011.8266337 +410,2.913555946,-0.009225192,67,-1.541475327,0.7334957295,7000.268234 +411,1.465101417,0.493232532,67,-1.541475327,0.7334957295,7559.7512491 +412,0.090612882,0.907955955,67,-1.541475327,0.7334957295,4149.2813899 +413,2.987564726,-0.729568594,67,-1.541475327,0.7334957295,8515.3911078 +414,-1.484261606,0.224149272,67,-1.541475327,0.7334957295,2027.1272031 +415,0.164073421,0.303955133,67,-1.541475327,0.7334957295,5804.6613298 +416,0.141441293,0.167552546,67,-1.541475327,0.7334957295,6104.2715985 +417,2.931321023,-0.506718887,67,-1.541475327,0.7334957295,8200.6437529 +418,2.21951565,0.700596356,67,-1.541475327,0.7334957295,6343.8815653 +419,0.268112576,1.199114336,67,-1.541475327,0.7334957295,3867.82344 +420,0.978913739,0.359223811,67,-1.541475327,0.7334957295,7554.6624446 +421,1.210898818,0.522863584,67,-1.541475327,0.7334957295,7268.4503346 +422,2.347397336,0.129231362,67,-1.541475327,0.7334957295,8088.9094236 +423,0.614394501,0.556878345,67,-1.541475327,0.7334957295,6199.8053808 +424,-1.398079356,0.148483366,67,-1.541475327,0.7334957295,2370.7758758 +425,2.535303836,-0.112984496,67,-1.541475327,0.7334957295,8358.6985672 +426,-1.019372593,-0.405322349,67,-1.541475327,0.7334957295,4899.3874882 +427,-1.297785627,-0.160104069,67,-1.541475327,0.7334957295,3648.4818671 +428,2.144554488,0.205051084,67,-1.541475327,0.7334957295,8231.3008038 +429,-2.242387083,-0.426171285,67,-1.541475327,0.7334957295,5261.1477364 +430,0.338637212,0.909723676,67,-1.541475327,0.7334957295,4636.7302588 +431,-0.148798452,0.691042401,67,-1.541475327,0.7334957295,4018.1697262 +432,0.893524764,0.441829531,67,-1.541475327,0.7334957295,7118.6926203 +433,0.969229347,-0.368847936,67,-1.541475327,0.7334957295,9900.7110944 +434,0.436043248,0.800045688,67,-1.541475327,0.7334957295,5116.2055044 +435,1.687946607,1.081504775,67,-1.541475327,0.7334957295,5249.137068 +436,0.522302046,-0.034889271,67,-1.541475327,0.7334957295,7743.1957035 +437,-0.178996113,-0.438090009,67,-1.541475327,0.7334957295,6797.8026571 +438,-1.094339566,0.301444068,67,-1.541475327,0.7334957295,2283.5390296 +439,-1.064070054,0.242569932,67,-1.541475327,0.7334957295,2540.5009355 +440,-1.068153768,0.230387998,67,-1.541475327,0.7334957295,2571.4143847 +441,-3.00496892,-0.23989155,67,-1.541475327,0.7334957295,6546.2440146 +442,0.21751974,0.766874888,67,-1.541475327,0.7334957295,4744.2515015 +443,0.117229532,0.007619006,67,-1.541475327,0.7334957295,6460.1843605 +444,0.777758451,0.420554741,67,-1.541475327,0.7334957295,6971.5635438 +445,-0.252356999,0.250747086,67,-1.541475327,0.7334957295,4737.1041741 +446,0.363148444,0.768483434,67,-1.541475327,0.7334957295,5055.1814242 +447,0.903191366,-0.118210676,67,-1.541475327,0.7334957295,8996.6142459 +448,-0.205755923,0.149406178,67,-1.541475327,0.7334957295,5135.9528422 +449,1.811996086,0.02364353,67,-1.541475327,0.7334957295,9350.2338479 +450,-1.100670221,0.314845373,67,-1.541475327,0.7334957295,2226.6112214 +451,0.340078597,0.850105132,67,-1.541475327,0.7334957295,4792.4161808 +452,0.258757267,0.804969236,67,-1.541475327,0.7334957295,4740.0044864 +453,2.78505352,-0.155160804,67,-1.541475327,0.7334957295,7764.5055195 +454,0.800551619,0.105822106,67,-1.541475327,0.7334957295,8044.9344349 +455,0.437940882,-0.506194031,67,-1.541475327,0.7334957295,8686.0555323 +456,2.230431122,0.63458615,67,-1.541475327,0.7334957295,6564.4880533 +457,0.527965361,0.127667701,67,-1.541475327,0.7334957295,7293.0027393 +458,-0.063643205,0.702093448,67,-1.541475327,0.7334957295,4216.1990699 +459,1.408447268,0.133010502,67,-1.541475327,0.7334957295,8942.0519415 +460,0.523795955,0.280266966,67,-1.541475327,0.7334957295,6832.7111521 +461,-0.975769313,0.072177659,67,-1.541475327,0.7334957295,3293.6247207 +462,0.549774164,-0.463663986,67,-1.541475327,0.7334957295,8920.5330852 +463,0.29245874,1.095549818,67,-1.541475327,0.7334957295,4116.4549824 +464,0.143625958,0.816809593,67,-1.541475327,0.7334957295,4461.1912287 +465,0.671902494,0.611159853,67,-1.541475327,0.7334957295,6144.3691681 +466,1.239840988,0.6724199,67,-1.541475327,0.7334957295,6725.6364159 +467,0.607829703,-0.10932137,67,-1.541475327,0.7334957295,8190.5084634 +468,1.763020906,0.263996692,67,-1.541475327,0.7334957295,8448.1792273 +469,0.378714634,0.726066797,67,-1.541475327,0.7334957295,5203.3560385 +470,2.196736143,-0.153862366,67,-1.541475327,0.7334957295,9348.2650811 +471,0.01702415,0.148991565,67,-1.541475327,0.7334957295,5791.6667155 +472,-2.998490902,-0.158002487,67,-1.541475327,0.7334957295,6309.2733468 +473,-3.051262951,-0.346595608,67,-1.541475327,0.7334957295,6958.2271293 +474,-1.069176439,0.182802941,67,-1.541475327,0.7334957295,2727.1807082 +475,0.167157509,0.595344954,67,-1.541475327,0.7334957295,5052.6465278 +476,0.613855648,0.681746124,67,-1.541475327,0.7334957295,5810.8872056 +477,1.037012736,0.682555367,67,-1.541475327,0.7334957295,6480.0905465 +478,-1.253574971,0.379755746,67,-1.541475327,0.7334957295,1696.3515607 +479,3.108590453,-0.132620738,67,-1.541475327,0.7334957295,6755.8404667 +480,0.565301296,0.022333262,67,-1.541475327,0.7334957295,7698.9531837 +481,0.547898238,0.855555614,67,-1.541475327,0.7334957295,5163.8726301 +482,0.948309381,0.417393755,67,-1.541475327,0.7334957295,7298.4968617 +483,-0.050600732,0.945269213,67,-1.541475327,0.7334957295,3783.6013948 +484,-0.977651478,-0.572363064,67,-1.541475327,0.7334957295,5564.5713121 +485,1.102014914,0.728861163,67,-1.541475327,0.7334957295,6383.9654693 +486,2.927300795,-0.282939414,67,-1.541475327,0.7334957295,7676.2118501 +487,-1.154565557,0.124434095,67,-1.541475327,0.7334957295,2767.4289902 +488,1.855331234,0.291044755,67,-1.541475327,0.7334957295,8279.6467093 +489,0.830290659,0.276904518,67,-1.541475327,0.7334957295,7554.2052662 +490,0.485104466,-0.234867441,67,-1.541475327,0.7334957295,8177.0346474 +491,0.521367572,-0.33161327,67,-1.541475327,0.7334957295,8527.6195042 +1,-1.539031704,0.7349710123,68,-1.545401939,0.731963266,22.209860429 +2,-1.536990553,0.7349663874,68,-1.545401939,0.731963266,27.460329807 +3,-1.534951779,0.7349571355,68,-1.545401939,0.731963266,32.95673688 +4,-1.532906461,0.7349480293,68,-1.545401939,0.731963266,38.621707962 +5,-1.531320211,0.7346937278,68,-1.545401939,0.731963266,42.827992915 +6,-1.539451648,0.7335131775,68,-1.545401939,0.731963266,18.564459496 +7,-1.537429487,0.7335445708,68,-1.545401939,0.731963266,24.294948437 +8,-1.535484998,0.7335658704,68,-1.545401939,0.731963266,29.88066944 +9,-1.533488396,0.7336036027,68,-1.545401939,0.731963266,35.673297398 +10,-1.531497785,0.7335842962,68,-1.545401939,0.731963266,41.438288324 +11,-1.530259379,0.7334777758,68,-1.545401939,0.731963266,44.987898941 +12,-1.5335454,0.7322346912,68,-1.545401939,0.731963266,34.946819737 +13,-1.531489083,0.7322238773,68,-1.545401939,0.731963266,41.001502068 +14,-1.530011122,0.7321679851,68,-1.545401939,0.731963266,45.351061429 +15,-1.53348106,0.7306614094,68,-1.545401939,0.731963266,35.52093247 +16,-1.531441779,0.7306962275,68,-1.545401939,0.731963266,41.460952466 +17,-1.529755654,0.7306933243,68,-1.545401939,0.731963266,46.400445424 +18,-1.533415048,0.7291384674,68,-1.545401939,0.731963266,37.091254402 +19,-1.531392093,0.7291705353,68,-1.545401939,0.731963266,42.785527617 +20,-1.529296523,0.7291214933,68,-1.545401939,0.731963266,48.829087198 +21,-1.535280942,0.727267644,68,-1.545401939,0.731963266,35.198964635 +22,-1.533378158,0.7276139666,68,-1.545401939,0.731963266,39.456050444 +23,-1.531340368,0.7276446587,68,-1.545401939,0.731963266,44.898026153 +24,-1.528960113,0.7276398177,68,-1.545401939,0.731963266,51.470966598 +25,-1.533313146,0.7260818349,68,-1.545401939,0.731963266,42.639327871 +26,-1.531259555,0.7260958115,68,-1.545401939,0.731963266,47.808283428 +27,-1.528926415,0.7260865555,68,-1.545401939,0.731963266,53.951655198 +28,-1.531226779,0.7245511789,68,-1.545401939,0.731963266,51.166047253 +29,-1.528904772,0.7245519194,68,-1.545401939,0.731963266,56.922725343 +30,-1.547195875,0.7409785979,68,-1.545401939,0.731963266,36.095660558 +31,-1.5451475,0.740980426,68,-1.545401939,0.731963266,35.724773764 +32,-1.543097679,0.7409798872,68,-1.545401939,0.731963266,36.349284073 +33,-1.540720364,0.7409892687,68,-1.545401939,0.731963266,38.300540022 +34,-1.547188511,0.7395198392,68,-1.545401939,0.731963266,30.387847263 +35,-1.545148587,0.7395226109,68,-1.545401939,0.731963266,29.951805661 +36,-1.543104538,0.7395314908,68,-1.545401939,0.731963266,30.727412894 +37,-1.540727751,0.7395306258,68,-1.545401939,0.731963266,32.967263004 +38,-1.547187029,0.7380014886,68,-1.545401939,0.731963266,24.485826714 +39,-1.545147315,0.7380012252,68,-1.545401939,0.731963266,23.928056687 +40,-1.54310719,0.7380060743,68,-1.545401939,0.731963266,24.867212653 +41,-1.540719671,0.7380068206,68,-1.545401939,0.731963266,27.610641316 +42,-1.547187189,0.7364799098,68,-1.545401939,0.731963266,18.644676104 +43,-1.545149996,0.7364853874,68,-1.545401939,0.731963266,17.927436066 +44,-1.543106091,0.7364823484,68,-1.545401939,0.731963266,19.130775978 +45,-1.540717158,0.7364893901,68,-1.545401939,0.731963266,22.609096106 +46,-1.538663972,0.7410138672,68,-1.545401939,0.731963266,40.940305418 +47,-1.53695285,0.7409699132,68,-1.545401939,0.731963266,43.44473712 +48,-1.534910498,0.7409641297,68,-1.545401939,0.731963266,47.105381221 +49,-1.533145034,0.7409536636,68,-1.545401939,0.731963266,50.614277478 +50,-1.538681336,0.7395405883,68,-1.545401939,0.731963266,35.920237709 +51,-1.536999189,0.7395183096,68,-1.545401939,0.731963266,38.785735072 +52,-1.534923633,0.7395144222,68,-1.545401939,0.731963266,42.910546855 +53,-1.533267822,0.7395654306,68,-1.545401939,0.731963266,46.649992847 +54,-1.53867273,0.7380151077,68,-1.545401939,0.731963266,31.074134199 +55,-1.536980576,0.7379994392,68,-1.545401939,0.731963266,34.409219173 +56,-1.534931522,0.7379944961,68,-1.545401939,0.731963266,38.952514552 +57,-1.533387952,0.7379480264,68,-1.545401939,0.731963266,42.523575492 +58,-1.538682279,0.7364914363,68,-1.545401939,0.731963266,26.685378413 +59,-1.536980704,0.7364810563,68,-1.545401939,0.731963266,30.551515397 +60,-1.534935567,0.7364752065,68,-1.545401939,0.731963266,35.588671812 +61,-1.533042592,0.7363876366,68,-1.545401939,0.731963266,40.348106313 +62,-1.545143426,0.7349628011,68,-1.545401939,0.731963266,11.90548354 +63,-1.543105297,0.7349691947,68,-1.545401939,0.731963266,13.690574262 +64,-1.541064533,0.7349647152,68,-1.545401939,0.731963266,17.442120848 +65,-1.545411803,0.7334624714,68,-1.545401939,0.731963266,5.9384234704 +66,-1.543446606,0.7334780896,68,-1.545401939,0.731963266,8.315632659 +67,-1.541475327,0.7334957295,68,-1.545401939,0.731963266,13.058169349 +68,-1.545401939,0.731963266,68,-1.545401939,0.731963266,2.959531136 +69,-1.54342253,0.7319915583,68,-1.545401939,0.731963266,5.8332196278 +70,-1.541455867,0.7320216438,68,-1.545401939,0.731963266,11.628872895 +71,-1.545410146,0.7304422281,68,-1.545401939,0.731963266,6.024879572 +72,-1.543435491,0.7304713664,68,-1.545401939,0.731963266,8.2787021535 +73,-1.541463105,0.7304997613,68,-1.545401939,0.731963266,12.979611773 +74,-1.545414768,0.7289194936,68,-1.545401939,0.731963266,12.056441731 +75,-1.543435774,0.7289538557,68,-1.545401939,0.731963266,13.25687317 +76,-1.541457714,0.7289765881,68,-1.545401939,0.731963266,16.594400597 +77,-1.539449415,0.7320555866,68,-1.545401939,0.731963266,17.54185221 +78,-1.537429183,0.7321097681,68,-1.545401939,0.731963266,23.496872563 +79,-1.535472649,0.7321497267,68,-1.545401939,0.731963266,29.26291486 +80,-1.539457899,0.7305333307,68,-1.545401939,0.731963266,18.417562288 +81,-1.537453161,0.7305750503,68,-1.545401939,0.731963266,24.071651019 +82,-1.535479385,0.7306124949,68,-1.545401939,0.731963266,29.739181562 +83,-1.53946905,0.7290102593,68,-1.545401939,0.731963266,21.052524369 +84,-1.537459922,0.7290417293,68,-1.545401939,0.731963266,26.133192201 +85,-1.535451349,0.7290890157,68,-1.545401939,0.731963266,31.486913373 +86,-1.535522937,0.7279887191,68,-1.545401939,0.731963266,33.138153984 +87,-1.539442524,0.7274735939,68,-1.545401939,0.731963266,25.016369889 +88,-1.537424111,0.727521351,68,-1.545401939,0.731963266,29.399091349 +89,-1.539384641,0.7259505092,68,-1.545401939,0.731963266,29.719705228 +90,-1.537372391,0.7259947145,68,-1.545401939,0.731963266,33.490909033 +91,-1.535340789,0.7260435356,68,-1.545401939,0.731963266,37.858618604 +92,-1.539325716,0.7244369706,68,-1.545401939,0.731963266,34.805491347 +93,-1.537308932,0.7244801057,68,-1.545401939,0.731963266,38.09199594 +94,-1.535289068,0.7245247645,68,-1.545401939,0.731963266,41.974961506 +95,-1.533261366,0.7245550236,68,-1.545401939,0.731963266,46.359050304 +96,-1.539267302,0.722921924,68,-1.545401939,0.731963266,40.148686324 +97,-1.537248972,0.7229660258,68,-1.545401939,0.731963266,43.032415315 +98,-1.535219431,0.7229916471,68,-1.545401939,0.731963266,46.585494291 +99,-1.53318962,0.7230212049,68,-1.545401939,0.731963266,50.593202375 +100,-1.531154816,0.7230299897,68,-1.545401939,0.731963266,55.030382628 +101,-1.528878341,0.7230370244,68,-1.545401939,0.731963266,60.326959026 +102,-1.539218189,0.7214009878,68,-1.545401939,0.731963266,45.666820784 +103,-1.537198791,0.7214422745,68,-1.545401939,0.731963266,48.232631143 +104,-1.535179266,0.7214634354,68,-1.545401939,0.731963266,51.434253443 +105,-1.533156501,0.7214944644,68,-1.545401939,0.731963266,55.077198381 +106,-1.53113574,0.7215166021,68,-1.545401939,0.731963266,59.124035301 +107,-1.528874248,0.7215345535,68,-1.545401939,0.731963266,64.030923765 +108,-1.539217656,0.7198512397,68,-1.545401939,0.731963266,51.354611299 +109,-1.537199919,0.7199428763,68,-1.545401939,0.731963266,53.453598135 +110,-1.545425832,0.727397149,68,-1.545401939,0.731963266,18.086526817 +111,-1.543371177,0.7273916949,68,-1.545401939,0.731963266,19.074821494 +112,-1.541368852,0.7274523163,68,-1.545401939,0.731963266,21.471937141 +113,-1.545349067,0.7258710923,68,-1.545401939,0.731963266,24.131605548 +114,-1.54332671,0.7258603556,68,-1.545401939,0.731963266,24.939056061 +115,-1.541346831,0.7259242142,68,-1.545401939,0.731963266,26.753133015 +116,-1.545324355,0.7243383958,68,-1.545401939,0.731963266,30.202981747 +117,-1.543292796,0.7243617413,68,-1.545401939,0.731963266,30.748545329 +118,-1.541295822,0.7244024384,68,-1.545401939,0.731963266,32.315208923 +119,-1.543193859,0.7205570215,68,-1.545401939,0.731963266,45.650896193 +120,-1.550257047,0.7386738187,68,-1.545401939,0.731963266,30.165007193 +121,-1.549335448,0.7311736483,68,-1.545401939,0.731963266,12.008434304 +122,-1.533478843,0.7179891343,68,-1.545401939,0.731963266,65.676248533 +123,-1.556150555,0.738907041,68,-1.545401939,0.731963266,41.871345996 +124,-1.554324226,0.733414257,68,-1.545401939,0.731963266,26.89314856 +125,-1.554290846,0.7288285332,68,-1.545401939,0.731963266,29.018144153 +126,-1.55122487,0.7219795312,68,-1.545401939,0.731963266,43.137493088 +127,-1.525104458,0.7229399862,68,-1.545401939,0.731963266,69.878208973 +128,-1.519607711,0.7236181429,68,-1.545401939,0.731963266,83.137580713 +129,-1.513899999,0.7251107854,68,-1.545401939,0.731963266,96.977455285 +130,-1.536620762,0.7431061895,68,-1.545401939,0.731963266,51.095780227 +131,-1.5369566,0.7460845958,68,-1.545401939,0.731963266,61.155364925 +132,-1.545345528,0.7447040685,68,-1.545401939,0.731963266,50.4665892 +133,-1.532813921,0.7432306626,68,-1.545401939,0.731963266,57.909572885 +134,-1.554788248,0.7382381001,68,-1.545401939,0.731963266,37.125393333 +135,-1.540348126,0.7301594274,68,-1.545401939,0.731963266,16.527107018 +136,-1.538016084,0.7239051786,68,-1.545401939,0.731963266,38.675141689 +137,-1.525288962,0.7258085137,68,-1.545401939,0.731963266,64.230944778 +138,-1.534326986,0.731241342,68,-1.545401939,0.731963266,32.767247284 +139,-1.530733872,0.7303625216,68,-1.545401939,0.731963266,43.711820921 +141,-1.534354939,0.7328219978,68,-1.545401939,0.731963266,32.714044926 +142,-1.53157084,0.7292888153,68,-1.545401939,0.731963266,42.154103724 +143,-1.525691035,0.7263799874,68,-1.545401939,0.731963266,62.280597149 +144,-1.534031287,0.7495967835,68,-1.545401939,0.731963266,77.350243321 +145,-1.527714986,0.7283095957,68,-1.545401939,0.731963266,54.167750157 +146,-1.526189586,0.7271468292,68,-1.545401939,0.731963266,59.851854618 +147,-1.555177336,0.7375563366,68,-1.545401939,0.731963266,36.279737833 +148,-1.555080283,0.7312707794,68,-1.545401939,0.731963266,28.657092793 +149,-1.53856994,0.7224180299,68,-1.545401939,0.731963266,42.873996555 +150,-1.530837883,0.729933372,68,-1.545401939,0.731963266,43.697190584 +151,-1.515066984,0.5854133365,68,-1.545401939,0.731963266,588.17103565 +152,-1.534731633,0.5368370046,68,-1.545401939,0.731963266,773.63816747 +153,-1.515231902,0.5607085576,68,-1.545401939,0.731963266,684.97112522 +154,-2.616253799,1.0684566605,68,-1.545401939,0.731963266,2817.8152245 +155,-1.956071439,0.5792177723,68,-1.545401939,0.731963266,1418.079911 +156,-1.951208514,0.5602434208,68,-1.545401939,0.731963266,1445.8669079 +157,-1.944675062,0.6062144545,68,-1.545401939,0.731963266,1331.6257766 +158,-1.613778386,0.6077989518,68,-1.545401939,0.731963266,535.52157863 +159,-2.035029014,0.6021432345,68,-1.545401939,0.731963266,1599.6125249 +160,-2.114989471,0.6801825058,68,-1.545401939,0.731963266,1718.4607354 +161,-2.037382079,0.5765830025,68,-1.545401939,0.731963266,1654.8170875 +162,-2.129855121,0.6585019963,68,-1.545401939,0.731963266,1789.7087887 +163,-2.075141798,0.6493615843,68,-1.545401939,0.731963266,1641.1607567 +164,-1.828626729,0.6948433129,68,-1.545401939,0.731963266,859.5681094 +165,-1.863329418,0.6735427691,68,-1.545401939,0.731963266,986.33439345 +166,-1.266037071,0.727988852,68,-1.545401939,0.731963266,823.55254691 +167,-1.277579582,0.7249010648,68,-1.545401939,0.731963266,791.05915958 +168,-1.258418684,0.7241194816,68,-1.545401939,0.731963266,847.82062445 +169,-1.317813974,0.6804850104,68,-1.545401939,0.731963266,714.69712764 +170,-1.344165204,0.6790988904,68,-1.545401939,0.731963266,641.29809163 +171,-1.427582102,0.5277120351,68,-1.545401939,0.731963266,891.87150678 +172,-1.402238616,0.457167829,68,-1.545401939,0.731963266,1184.0607781 +173,-1.422454264,0.4996161999,68,-1.545401939,0.731963266,1001.5941206 +174,-1.439089277,0.4894859811,68,-1.545401939,0.731963266,1019.8038346 +175,-1.448126995,0.5182330266,68,-1.545401939,0.731963266,901.8585601 +176,-1.474626146,0.5881926574,68,-1.545401939,0.731963266,610.81871093 +177,-1.421139645,0.5584869783,68,-1.545401939,0.731963266,791.00406155 +178,-1.457037165,0.565943032,68,-1.545401939,0.731963266,713.9349749 +179,-2.757159358,0.3745319,68,-1.545401939,0.731963266,4203.7244336 +180,-2.714309238,0.342054471,68,-1.545401939,0.731963266,4155.787702 +181,-2.000525337,0.774119946,68,-1.545401939,0.731963266,1320.1901238 +183,-1.571413436,0.6777838382,68,-1.545401939,0.731963266,228.49316656 +184,-1.552860289,0.6987663893,68,-1.545401939,0.731963266,133.36985019 +185,-1.521852374,0.7165827476,68,-1.545401939,0.731963266,92.694089699 +186,-1.503656267,0.6928968252,68,-1.545401939,0.731963266,198.98950284 +187,-1.502753178,0.7136205882,68,-1.545401939,0.731963266,146.03831308 +188,-1.631894563,0.7343596465,68,-1.545401939,0.731963266,254.71232763 +189,-1.653765416,0.6770714026,68,-1.545401939,0.731963266,392.55555529 +190,-1.719812114,0.6715965947,68,-1.545401939,0.731963266,578.76180431 +191,-1.493406659,0.6646955447,68,-1.545401939,0.731963266,309.58943143 +192,-1.469120564,0.6613469966,68,-1.545401939,0.731963266,363.13239007 +193,-1.590551461,0.5326612937,68,-1.545401939,0.731963266,802.39496273 +194,-1.625979264,0.5247742243,68,-1.545401939,0.731963266,859.96902492 +195,-1.572293943,0.5238808754,68,-1.545401939,0.731963266,828.66780124 +196,-1.610848725,0.5477107964,68,-1.545401939,0.731963266,758.65479914 +197,-1.208485554,0.7918526018,68,-1.545401939,0.731963266,991.62210872 +198,-1.335601374,0.6869083083,68,-1.545401939,0.731963266,654.65085297 +199,-1.346156996,0.6825213377,68,-1.545401939,0.731963266,630.4939366 +200,-1.324381037,0.6741422347,68,-1.545401939,0.731963266,705.22872026 +201,-1.242424992,0.7378949807,68,-1.545401939,0.731963266,889.08990845 +202,-1.270370057,0.7392461008,68,-1.545401939,0.731963266,807.06842383 +203,-1.448950472,0.7441675014,68,-1.545401939,0.731963266,286.6749667 +204,-1.492662363,0.7523026852,68,-1.545401939,0.731963266,173.75522915 +205,-1.479098966,0.7763855017,68,-1.545401939,0.731963266,259.94387456 +206,-1.633760714,0.7869022408,68,-1.545401939,0.731963266,334.21693054 +207,-1.647406434,0.8101289331,68,-1.545401939,0.731963266,423.82589401 +208,-1.564245052,0.5701509278,68,-1.545401939,0.731963266,643.66607861 +209,-1.646289963,0.6833746083,68,-1.545401939,0.731963266,359.38795287 +210,-1.5820631,0.6751952144,68,-1.545401939,0.731963266,250.62239751 +211,-1.613236298,0.6681681791,68,-1.545401939,0.731963266,325.62291283 +212,-1.914661867,0.8212566515,68,-1.545401939,0.731963266,1097.5575846 +213,-1.742133237,0.7250275956,68,-1.545401939,0.731963266,581.6890877 +214,-2.033144872,0.6557314699,68,-1.545401939,0.731963266,1508.5834117 +215,-2.039551981,0.6964723658,68,-1.545401939,0.731963266,1478.873212 +216,-1.247341019,0.7622473908,68,-1.545401939,0.731963266,872.84861729 +217,-1.298239787,0.7084123392,68,-1.545401939,0.731963266,740.92580245 +218,-1.308539688,0.6926545592,68,-1.545401939,0.731963266,726.12046425 +219,-1.303263185,0.6888938396,68,-1.545401939,0.731963266,745.91737049 +220,-1.852400229,0.6004246149,68,-1.545401939,0.731963266,1085.7722977 +221,-1.288947707,0.7473773692,68,-1.545401939,0.731963266,751.89310702 +222,-1.372031502,0.7472790993,68,-1.545401939,0.731963266,510.60704765 +223,-1.289805721,0.7242157877,68,-1.545401939,0.731963266,755.41869311 +224,-1.350807603,0.7533498126,68,-1.545401939,0.731963266,573.66063257 +225,-1.329290365,0.7560442322,68,-1.545401939,0.731963266,636.39777978 +226,-1.410153004,0.616936428,68,-1.545401939,0.731963266,618.06355438 +227,-1.393445434,0.6308995063,68,-1.545401939,0.731963266,614.87127022 +228,-1.37595573,0.6241540638,68,-1.545401939,0.731963266,674.19658711 +229,-1.358388707,0.6172645205,68,-1.545401939,0.731963266,734.58236729 +230,-1.753741133,0.8281661666,68,-1.545401939,0.731963266,698.3411011 +231,-1.47430987,0.6834615681,68,-1.545401939,0.731963266,287.49766735 +232,-1.421012508,0.7222725206,68,-1.545401939,0.731963266,369.98451405 +233,-1.4476833,0.6978557868,68,-1.545401939,0.731963266,321.91663356 +234,-1.470370723,0.6966193374,68,-1.545401939,0.731963266,264.56573679 +235,-1.429211703,0.7037216883,68,-1.545401939,0.731963266,364.14300849 +236,-1.700578405,0.6178673663,68,-1.545401939,0.731963266,658.50918987 +237,-1.678117619,0.6331716163,68,-1.545401939,0.731963266,564.81468326 +238,-1.725644578,0.6316331145,68,-1.545401939,0.731963266,681.26303502 +239,-2.14012759,0.7930497945,68,-1.545401939,0.731963266,1707.4891412 +240,-2.103289431,0.7653606263,68,-1.545401939,0.731963266,1614.1801754 +241,-1.318739838,0.7017808746,68,-1.545401939,0.731963266,686.60308516 +242,-1.396417427,0.7077900843,68,-1.545401939,0.731963266,453.71344692 +243,-1.35650337,0.7185539404,68,-1.545401939,0.731963266,562.05356657 +244,-1.248884539,0.7274156818,68,-1.545401939,0.731963266,874.20600827 +245,-1.395014798,0.5761185243,68,-1.545401939,0.731963266,776.62626697 +246,-1.433377362,0.6064716109,68,-1.545401939,0.731963266,606.37657503 +247,-1.408172432,0.5903155476,68,-1.545401939,0.731963266,705.61205274 +248,-1.749645898,0.7757118084,68,-1.545401939,0.731963266,614.1258874 +249,-1.571626686,0.615046989,68,-1.545401939,0.731963266,470.14572756 +250,-1.514070049,0.6303003037,68,-1.545401939,0.731963266,414.03880614 +251,-1.480890369,0.6237966528,68,-1.545401939,0.731963266,472.29524309 +252,-1.704390658,0.5281680612,68,-1.545401939,0.731963266,952.89872815 +253,-1.64434733,0.5254277498,68,-1.545401939,0.731963266,876.80776789 +254,-1.703855997,0.4792484842,68,-1.545401939,0.731963266,1124.5579462 +255,-1.692002383,0.5748825051,68,-1.545401939,0.731963266,773.53988053 +256,-1.854136457,0.5544643913,68,-1.545401939,0.731963266,1200.9630628 +257,-1.665021206,0.520317736,68,-1.545401939,0.731963266,921.25799495 +258,-1.733654349,0.4845187345,68,-1.545401939,0.731963266,1153.2762447 +259,-1.720938188,0.5135933906,68,-1.545401939,0.731963266,1031.3111528 +260,-1.742668307,0.553296122,68,-1.545401939,0.731963266,942.78541815 +261,-1.965659039,0.7142126903,68,-1.545401939,0.731963266,1245.9620091 +262,-1.944438071,0.6772834804,68,-1.545401939,0.731963266,1219.7019902 +263,-1.270340967,0.7681487096,68,-1.545401939,0.731963266,808.62086641 +264,-1.353091884,0.6549276821,68,-1.545401939,0.731963266,659.79828509 +265,-1.333236659,0.6413584414,68,-1.545401939,0.731963266,741.41383791 +266,-1.352015998,0.6753788907,68,-1.545401939,0.731963266,624.99697055 +267,-1.377988483,0.6577816235,68,-1.545401939,0.731963266,587.51983342 +268,-2.13075611,0.8318642051,68,-1.545401939,0.731963266,1677.9553868 +269,-2.097910953,0.8259670014,68,-1.545401939,0.731963266,1589.4737152 +270,-1.416382069,0.6694271549,68,-1.545401939,0.731963266,462.29332523 +271,-1.538905672,0.7535625993,68,-1.545401939,0.731963266,87.629089107 +272,-1.572309477,0.7803125099,68,-1.545401939,0.731963266,206.60119031 +273,-1.87759879,0.7503853417,68,-1.545401939,0.731963266,971.30885465 +274,1.152365588,0.590457682,68,-1.545401939,0.731963266,6962.837078 +275,0.350198001,0.718001859,68,-1.545401939,0.731963266,5176.3858635 +276,0.046513677,0.491503852,68,-1.545401939,0.731963266,5008.5105082 +277,0.027510309,0.742571376,68,-1.545401939,0.731963266,4369.7139706 +278,0.306285725,-0.214631579,68,-1.545401939,0.731963266,7612.1753785 +279,-1.100564889,0.318051531,68,-1.545401939,0.731963266,2221.603143 +280,-1.078582306,0.301437596,68,-1.545401939,0.731963266,2324.1142443 +281,-1.137371989,-0.617634065,68,-1.545401939,0.731963266,5546.820108 +282,0.784356344,0.703272339,68,-1.545401939,0.731963266,6056.3975554 +283,-1.221209947,0.218327455,68,-1.545401939,0.731963266,2321.3237813 +284,2.347301921,-0.449114658,68,-1.545401939,0.731963266,9765.456296 +285,0.246820618,0.830553713,68,-1.545401939,0.731963266,4664.0318298 +286,0.829414965,0.703288228,68,-1.545401939,0.731963266,6128.2593521 +287,-1.337537566,0.42332223,68,-1.545401939,0.731963266,1400.4266657 +288,0.882453706,0.454478077,68,-1.545401939,0.731963266,7067.3872583 +289,1.575629659,0.416419109,68,-1.545401939,0.731963266,7894.4814757 +290,-1.039455679,0.229888244,68,-1.545401939,0.731963266,2640.9463436 +291,0.489558039,0.934482747,68,-1.545401939,0.731963266,4849.2697132 +292,0.081344504,0.88384514,68,-1.545401939,0.731963266,4191.8914851 +293,-1.547979814,0.300350308,68,-1.545401939,0.731963266,1709.6412815 +294,0.040776181,0.168560074,68,-1.545401939,0.731963266,5821.8093027 +295,-1.130374745,0.563894876,68,-1.545401939,0.731963266,1463.2764141 +296,1.578326642,0.478507176,68,-1.545401939,0.731963266,7648.7291244 +297,-1.12861823,-0.291640865,68,-1.545401939,0.731963266,4331.6965604 +298,0.310524208,0.770885792,68,-1.545401939,0.731963266,4950.1307989 +299,0.415649091,-0.387246002,68,-1.545401939,0.731963266,8362.1662161 +300,-0.926533878,-0.188022748,68,-1.545401939,0.731963266,4282.4858064 +301,1.258856172,-0.11716081,68,-1.545401939,0.731963266,9735.7751636 +302,-1.126050026,0.322941926,68,-1.545401939,0.731963266,2149.0869 +303,2.002785835,0.07893892,68,-1.545401939,0.731963266,8913.343393 +304,0.440437607,0.746258085,68,-1.545401939,0.731963266,5288.4312122 +305,-0.030391866,0.214441206,68,-1.545401939,0.731963266,5493.9695116 +306,0.521557815,-0.058929362,68,-1.545401939,0.731963266,7821.1668279 +307,-0.097005111,0.13317729,68,-1.545401939,0.731963266,5510.0261833 +308,1.83113859,0.221857587,68,-1.545401939,0.731963266,8569.7651738 +309,0.222428864,0.099404236,68,-1.545401939,0.731963266,6533.4842372 +310,-1.702731345,0.8728568183,68,-1.545401939,0.731963266,705.34858778 +311,-0.418507569,0.278324921,68,-1.545401939,0.731963266,4189.9389845 +312,-1.41153306,0.339029988,68,-1.545401939,0.731963266,1620.1052318 +313,0.357560442,0.114788776,68,-1.545401939,0.731963266,6876.1733448 +314,0.325818979,0.268352149,68,-1.545401939,0.731963266,6360.7721079 +315,-1.246004659,-0.663679965,68,-1.545401939,0.731963266,5632.7660003 +316,1.814603087,0.637404484,68,-1.545401939,0.731963266,6962.4500329 +317,1.843704281,-0.18300445,68,-1.545401939,0.731963266,10105.695328 +318,1.690644492,-0.211480909,68,-1.545401939,0.731963266,10356.541379 +319,-1.275451936,0.068109467,68,-1.545401939,0.731963266,2797.7889211 +320,0.762430171,-0.207594741,68,-1.545401939,0.731963266,8906.0825145 +321,0.265668905,-0.014647884,68,-1.545401939,0.731963266,6966.1587871 +322,-2.773032013,-0.335515811,68,-1.545401939,0.731963266,6157.4365371 +323,-1.469512853,0.174058777,68,-1.545401939,0.731963266,2225.5863259 +324,0.286276986,0.785925691,68,-1.545401939,0.731963266,4859.4397969 +325,-1.379324697,0.377432233,68,-1.545401939,0.731963266,1509.123934 +326,-1.203778265,0.212813032,68,-1.545401939,0.731963266,2370.3578618 +327,0.579916301,0.611743168,68,-1.545401939,0.731963266,5971.5083874 +328,0.267582642,0.868113908,68,-1.545401939,0.731963266,4614.7060529 +329,0.412869244,-0.050245578,68,-1.545401939,0.731963266,7488.2568807 +330,0.17524381,0.976660285,68,-1.545401939,0.731963266,4186.1011942 +331,0.743157214,0.204812899,68,-1.545401939,0.731963266,7609.0700722 +332,-1.070758176,0.269382282,68,-1.545401939,0.731963266,2443.7904947 +333,-1.230364251,0.329790229,68,-1.545401939,0.731963266,1913.4154099 +334,-1.374813124,-0.024926835,68,-1.545401939,0.731963266,3059.7984637 +335,0.519780566,0.463669906,68,-1.545401939,0.731963266,6288.4349172 +336,-1.55108034,0.239698561,68,-1.545401939,0.731963266,1949.9581295 +337,0.180294813,0.029739425,68,-1.545401939,0.731963266,6598.1547821 +338,0.67820924,0.268170153,68,-1.545401939,0.731963266,7258.0350631 +339,0.445798684,1.024001867,68,-1.545401939,0.731963266,4535.4060491 +340,0.691751283,0.150521402,68,-1.545401939,0.731963266,7656.8174713 +341,-1.036643551,-0.903056181,68,-1.545401939,0.731963266,6708.4295368 +342,-0.120287036,1.083325163,68,-1.545401939,0.731963266,3465.5322567 +343,2.823513113,-0.304487164,68,-1.545401939,0.731963266,8023.6799105 +344,0.457583172,1.12513373,68,-1.545401939,0.731963266,4289.4673016 +345,0.042918831,0.813795399,68,-1.545401939,0.731963266,4253.0060298 +346,1.196146777,-0.853142756,68,-1.545401939,0.731963266,11238.333327 +347,0.206001358,-0.010430701,68,-1.545401939,0.731963266,6780.6184753 +348,-0.268308653,0.234799412,68,-1.545401939,0.731963266,4742.2858089 +349,0.759363263,0.736189579,68,-1.545401939,0.731963266,5906.5338584 +350,0.181363926,0.891988372,68,-1.545401939,0.731963266,4383.5862301 +351,-0.021111158,0.139103292,68,-1.545401939,0.731963266,5717.8550866 +352,-0.093355215,0.630686981,68,-1.545401939,0.731963266,4304.9616121 +353,0.40118964,0.681375926,68,-1.545401939,0.731963266,5388.290652 +354,-0.721197315,1.304706234,68,-1.545401939,0.731963266,2692.9599726 +355,-1.076150317,0.212107639,68,-1.545401939,0.731963266,2618.8167256 +356,-1.577164531,0.273993443,68,-1.545401939,0.731963266,1817.2517704 +357,-0.190788414,0.182208586,68,-1.545401939,0.731963266,5105.9725967 +358,-0.261349752,0.209710184,68,-1.545401939,0.731963266,4827.0900482 +359,-1.029303852,0.083549259,68,-1.545401939,0.731963266,3147.8375427 +360,-1.268609162,0.330525297,68,-1.545401939,0.731963266,1842.7722938 +361,1.282982244,-0.926641967,68,-1.545401939,0.731963266,11310.967753 +362,0.217352334,0.731352408,68,-1.545401939,0.731963266,4844.6713939 +363,-1.511833084,0.258629297,68,-1.545401939,0.731963266,1878.3931291 +364,0.338812194,0.823184618,68,-1.545401939,0.731963266,4872.3142877 +365,-0.324406489,1.134201999,68,-1.545401939,0.731963266,3075.3329922 +366,1.389579348,0.399185724,68,-1.545401939,0.731963266,7899.7976796 +367,2.047152199,-0.039082036,68,-1.545401939,0.731963266,9266.1886151 +368,0.947780369,0.568250077,68,-1.545401939,0.731963266,6778.4849812 +369,0.763824846,0.576754987,68,-1.545401939,0.731963266,6440.9702647 +370,-0.142334657,0.928153068,68,-1.545401939,0.731963266,3626.0986351 +371,0.610266567,0.547265983,68,-1.545401939,0.731963266,6233.5406979 +372,0.210731629,0.746815056,68,-1.545401939,0.731963266,4791.1756109 +373,-1.34931644,0.316895224,68,-1.545401939,0.731963266,1772.4364866 +374,2.407696481,0.655030745,68,-1.545401939,0.731963266,6217.7996942 +375,0.64207831,0.545359131,68,-1.545401939,0.731963266,6305.5718437 +376,1.174597538,0.840588356,68,-1.545401939,0.731963266,6042.8207513 +377,0.660059424,0.010604079,68,-1.545401939,0.731963266,7999.8242805 +378,-0.730263819,0.010486456,68,-1.545401939,0.731963266,4069.2906883 +379,0.831068936,0.512339172,68,-1.545401939,0.731963266,6778.4006882 +380,1.301180979,0.72367476,68,-1.545401939,0.731963266,6582.1680988 +381,1.811128231,0.322854402,68,-1.545401939,0.731963266,8192.1795735 +382,0.435105812,0.992284428,68,-1.545401939,0.731963266,4602.443481 +383,0.62643634,0.592027932,68,-1.545401939,0.731963266,6127.2724974 +384,0.492988703,-0.516339467,68,-1.545401939,0.731963266,8878.5622967 +385,-0.162469483,0.112549365,68,-1.545401939,0.731963266,5371.2833864 +386,0.314630866,0.472006421,68,-1.545401939,0.731963266,5765.7722075 +387,0.166744804,0.822815954,68,-1.545401939,0.731963266,4510.9293729 +388,0.417159608,0.965805736,68,-1.545401939,0.731963266,4642.8975656 +389,0.106334961,0.868774244,68,-1.545401939,0.731963266,4277.296892 +390,0.815086969,-0.338144359,68,-1.545401939,0.731963266,9406.0239604 +391,0.59867455,-0.230624824,68,-1.545401939,0.731963266,8507.617586 +392,1.915104874,0.066220985,68,-1.545401939,0.731963266,9080.1571938 +393,1.278093622,0.064463721,68,-1.545401939,0.731963266,9087.7764742 +394,-0.061477853,0.302997961,68,-1.545401939,0.731963266,5175.9147933 +395,0.251311504,0.626976942,68,-1.545401939,0.731963266,5191.6759697 +396,2.950242872,0.149095644,68,-1.545401939,0.731963266,6455.4316162 +397,-0.180294708,0.35375117,68,-1.545401939,0.731963266,4703.4151484 +398,1.010448592,-0.351180233,68,-1.545401939,0.731963266,9974.8542182 +399,-1.748740498,0.3686318073,68,-1.545401939,0.731963266,1590.8831756 +400,2.699635665,0.123533791,68,-1.545401939,0.731963266,7223.7004612 +401,0.496808033,0.823843254,68,-1.545401939,0.731963266,5176.4936157 +402,0.129574704,0.763364087,68,-1.545401939,0.731963266,4565.2264342 +403,1.798920311,0.817447563,68,-1.545401939,0.731963266,6265.3480373 +404,0.335987953,0.746786541,68,-1.545401939,0.731963266,5068.3000667 +405,-1.085413643,0.292154671,68,-1.545401939,0.731963266,2338.0581908 +406,-0.155321003,0.508207011,68,-1.545401939,0.731963266,4408.3914238 +407,0.620529244,-0.301175104,68,-1.545401939,0.731963266,8753.5796822 +408,1.684402744,0.368716966,68,-1.545401939,0.731963266,8072.076648 +409,0.300582244,-0.386397212,68,-1.545401939,0.731963266,8022.5340056 +410,2.913555946,-0.009225192,68,-1.545401939,0.731963266,6989.8687499 +411,1.465101417,0.493232532,68,-1.545401939,0.731963266,7567.2068835 +412,0.090612882,0.907955955,68,-1.545401939,0.731963266,4161.7556851 +413,2.987564726,-0.729568594,68,-1.545401939,0.731963266,8502.3360217 +414,-1.484261606,0.224149272,68,-1.545401939,0.731963266,2022.4622386 +415,0.164073421,0.303955133,68,-1.545401939,0.731963266,5817.537675 +416,0.141441293,0.167552546,68,-1.545401939,0.731963266,6116.8103449 +417,2.931321023,-0.506718887,68,-1.545401939,0.731963266,8187.9198045 +418,2.21951565,0.700596356,68,-1.545401939,0.731963266,6344.1691847 +419,0.268112576,1.199114336,68,-1.545401939,0.731963266,3878.2345533 +420,0.978913739,0.359223811,68,-1.545401939,0.731963266,7566.2834752 +421,1.210898818,0.522863584,68,-1.545401939,0.731963266,7278.0809664 +422,2.347397336,0.129231362,68,-1.545401939,0.731963266,8084.1081277 +423,0.614394501,0.556878345,68,-1.545401939,0.731963266,6212.2711301 +424,-1.398079356,0.148483366,68,-1.545401939,0.731963266,2367.8467021 +425,2.535303836,-0.112984496,68,-1.545401939,0.731963266,8350.1052401 +426,-1.019372593,-0.405322349,68,-1.545401939,0.731963266,4899.712362 +427,-1.297785627,-0.160104069,68,-1.545401939,0.731963266,3646.1810518 +428,2.144554488,0.205051084,68,-1.545401939,0.731963266,8229.5088083 +429,-2.242387083,-0.426171285,68,-1.545401939,0.731963266,5249.3285019 +430,0.338637212,0.909723676,68,-1.545401939,0.731963266,4648.7557838 +431,-0.148798452,0.691042401,68,-1.545401939,0.731963266,4031.2263283 +432,0.893524764,0.441829531,68,-1.545401939,0.731963266,7130.4932542 +433,0.969229347,-0.368847936,68,-1.545401939,0.731963266,9913.7310988 +434,0.436043248,0.800045688,68,-1.545401939,0.731963266,5128.4258085 +435,1.687946607,1.081504775,68,-1.545401939,0.731963266,5254.699165 +436,0.522302046,-0.034889271,68,-1.545401939,0.731963266,7756.0801258 +437,-0.178996113,-0.438090009,68,-1.545401939,0.731963266,6805.4646965 +438,-1.094339566,0.301444068,68,-1.545401939,0.731963266,2288.3778511 +439,-1.064070054,0.242569932,68,-1.545401939,0.731963266,2545.1153561 +440,-1.068153768,0.230387998,68,-1.545401939,0.731963266,2575.8215112 +441,-3.00496892,-0.23989155,68,-1.545401939,0.731963266,6533.5374041 +442,0.21751974,0.766874888,68,-1.545401939,0.731963266,4756.9782542 +443,0.117229532,0.007619006,68,-1.545401939,0.731963266,6472.1203971 +444,0.777758451,0.420554741,68,-1.545401939,0.731963266,6983.8762084 +445,-0.252356999,0.250747086,68,-1.545401939,0.731963266,4748.7017157 +446,0.363148444,0.768483434,68,-1.545401939,0.731963266,5067.6593902 +447,0.903191366,-0.118210676,68,-1.545401939,0.731963266,9009.6032065 +448,-0.205755923,0.149406178,68,-1.545401939,0.731963266,5147.2376429 +449,1.811996086,0.02364353,68,-1.545401939,0.731963266,9352.5363606 +450,-1.100670221,0.314845373,68,-1.545401939,0.731963266,2231.5199017 +451,0.340078597,0.850105132,68,-1.545401939,0.731963266,4804.6731355 +452,0.258757267,0.804969236,68,-1.545401939,0.731963266,4752.563999 +453,2.78505352,-0.155160804,68,-1.545401939,0.731963266,7753.9331163 +454,0.800551619,0.105822106,68,-1.545401939,0.731963266,8057.8079608 +455,0.437940882,-0.506194031,68,-1.545401939,0.731963266,8696.5261441 +456,2.230431122,0.63458615,68,-1.545401939,0.731963266,6564.2976025 +457,0.527965361,0.127667701,68,-1.545401939,0.731963266,7306.0503345 +458,-0.063643205,0.702093448,68,-1.545401939,0.731963266,4229.2493009 +459,1.408447268,0.133010502,68,-1.545401939,0.731963266,8950.7385632 +460,0.523795955,0.280266966,68,-1.545401939,0.731963266,6845.7449383 +461,-0.975769313,0.072177659,68,-1.545401939,0.731963266,3297.8326488 +462,0.549774164,-0.463663986,68,-1.545401939,0.731963266,8931.8182094 +463,0.29245874,1.095549818,68,-1.545401939,0.731963266,4127.5872739 +464,0.143625958,0.816809593,68,-1.545401939,0.731963266,4473.889226 +465,0.671902494,0.611159853,68,-1.545401939,0.731963266,6156.5273384 +466,1.239840988,0.6724199,68,-1.545401939,0.731963266,6734.6678822 +467,0.607829703,-0.10932137,68,-1.545401939,0.731963266,8203.4106504 +468,1.763020906,0.263996692,68,-1.545401939,0.731963266,8451.9764593 +469,0.378714634,0.726066797,68,-1.545401939,0.731963266,5215.9224298 +470,2.196736143,-0.153862366,68,-1.545401939,0.731963266,9342.8532756 +471,0.01702415,0.148991565,68,-1.545401939,0.731963266,5803.7973855 +472,-2.998490902,-0.158002487,68,-1.545401939,0.731963266,6296.7565239 +473,-3.051262951,-0.346595608,68,-1.545401939,0.731963266,6945.3840969 +474,-1.069176439,0.182802941,68,-1.545401939,0.731963266,2731.0505194 +475,0.167157509,0.595344954,68,-1.545401939,0.731963266,5065.6820936 +476,0.613855648,0.681746124,68,-1.545401939,0.731963266,5823.0157728 +477,1.037012736,0.682555367,68,-1.545401939,0.731963266,6490.401129 +478,-1.253574971,0.379755746,68,-1.545401939,0.731963266,1699.0658518 +479,3.108590453,-0.132620738,68,-1.545401939,0.731963266,6743.9418708 +480,0.565301296,0.022333262,68,-1.545401939,0.731963266,7711.9617674 +481,0.547898238,0.855555614,68,-1.545401939,0.731963266,5175.592251 +482,0.948309381,0.417393755,68,-1.545401939,0.731963266,7310.1068644 +483,-0.050600732,0.945269213,68,-1.545401939,0.731963266,3796.1073525 +484,-0.977651478,-0.572363064,68,-1.545401939,0.731963266,5564.4546482 +485,1.102014914,0.728861163,68,-1.545401939,0.731963266,6393.7482898 +486,2.927300795,-0.282939414,68,-1.545401939,0.731963266,7664.3196715 +487,-1.154565557,0.124434095,68,-1.545401939,0.731963266,2769.2655082 +488,1.855331234,0.291044755,68,-1.545401939,0.731963266,8282.2268988 +489,0.830290659,0.276904518,68,-1.545401939,0.731963266,7566.6786727 +490,0.485104466,-0.234867441,68,-1.545401939,0.731963266,8189.2878086 +491,0.521367572,-0.33161327,68,-1.545401939,0.731963266,8539.574219 +1,-1.539031704,0.7349710123,69,-1.54342253,0.7319915583,17.498438055 +2,-1.536990553,0.7349663874,69,-1.54342253,0.7319915583,22.294040102 +3,-1.534951779,0.7349571355,69,-1.54342253,0.7319915583,27.553954436 +4,-1.532906461,0.7349480293,69,-1.54342253,0.7319915583,33.084782317 +5,-1.531320211,0.7346937278,69,-1.54342253,0.7319915583,37.188026432 +6,-1.539451648,0.7335131775,69,-1.54342253,0.7319915583,13.153769866 +7,-1.537429487,0.7335445708,69,-1.54342253,0.7319915583,18.686894615 +8,-1.535484998,0.7335658704,69,-1.54342253,0.7319915583,24.187962105 +9,-1.533488396,0.7336036027,69,-1.54342253,0.7319915583,29.937243652 +10,-1.531497785,0.7335842962,69,-1.54342253,0.7319915583,35.671761187 +11,-1.530259379,0.7334777758,69,-1.54342253,0.7319915583,39.201995449 +12,-1.5335454,0.7322346912,69,-1.54342253,0.7319915583,29.114372867 +13,-1.531489083,0.7322238773,69,-1.54342253,0.7319915583,35.168619382 +14,-1.530011122,0.7321679851,69,-1.54342253,0.7319915583,39.517875019 +15,-1.53348106,0.7306614094,69,-1.54342253,0.7319915583,29.778482986 +16,-1.531441779,0.7306962275,69,-1.54342253,0.7319915583,35.690869735 +17,-1.529755654,0.7306933243,69,-1.54342253,0.7319915583,40.617821469 +18,-1.533415048,0.7291384674,69,-1.54342253,0.7319915583,31.612443748 +19,-1.531392093,0.7291705353,69,-1.54342253,0.7319915583,37.208348497 +20,-1.529296523,0.7291214933,69,-1.54342253,0.7319915583,43.196631636 +21,-1.535280942,0.727267644,69,-1.54342253,0.7319915583,30.462833117 +22,-1.533378158,0.7276139666,69,-1.54342253,0.7319915583,34.350102062 +23,-1.531340368,0.7276446587,69,-1.54342253,0.7319915583,39.606193249 +24,-1.528960113,0.7276398177,69,-1.54342253,0.7319915583,46.042881993 +25,-1.533313146,0.7260818349,69,-1.54342253,0.7319915583,37.945430041 +26,-1.531259555,0.7260958115,69,-1.54342253,0.7319915583,42.853349431 +27,-1.528926415,0.7260865555,69,-1.54342253,0.7319915583,48.794916321 +28,-1.531226779,0.7245511789,69,-1.54342253,0.7319915583,46.565598359 +29,-1.528904772,0.7245519194,69,-1.54342253,0.7319915583,52.059991408 +30,-1.547195875,0.7409785979,69,-1.54342253,0.7319915583,37.279950982 +31,-1.5451475,0.740980426,69,-1.54342253,0.7319915583,35.962907293 +32,-1.543097679,0.7409798872,69,-1.54342253,0.7319915583,35.615529745 +33,-1.540720364,0.7409892687,69,-1.54342253,0.7319915583,36.511330494 +34,-1.547188511,0.7395198392,69,-1.54342253,0.7319915583,31.803917278 +35,-1.545148587,0.7395226109,69,-1.54342253,0.7319915583,30.257999317 +36,-1.543104538,0.7395314908,69,-1.54342253,0.7319915583,29.880265371 +37,-1.540727751,0.7395306258,69,-1.54342253,0.7319915583,30.892817205 +38,-1.547187029,0.7380014886,69,-1.54342253,0.7319915583,26.249795245 +39,-1.545147315,0.7380012252,69,-1.54342253,0.7319915583,24.337825169 +40,-1.54310719,0.7380060743,69,-1.54342253,0.7319915583,23.841510163 +41,-1.540719671,0.7380068206,69,-1.54342253,0.7319915583,25.115246475 +42,-1.547187189,0.7364799098,69,-1.54342253,0.7319915583,20.942950215 +43,-1.545149996,0.7364853874,69,-1.54342253,0.7319915583,18.510613948 +44,-1.543106091,0.7364823484,69,-1.54342253,0.7319915583,17.812338373 +45,-1.540717158,0.7364893901,69,-1.54342253,0.7319915583,19.511195312 +46,-1.538663972,0.7410138672,69,-1.54342253,0.7319915583,38.368395816 +47,-1.53695285,0.7409699132,69,-1.54342253,0.7319915583,40.313353784 +48,-1.534910498,0.7409641297,69,-1.54342253,0.7319915583,43.439765414 +49,-1.533145034,0.7409536636,69,-1.54342253,0.7319915583,46.580220556 +50,-1.538681336,0.7395405883,69,-1.54342253,0.7319915583,32.983726758 +51,-1.536999189,0.7395183096,69,-1.54342253,0.7319915583,35.278729258 +52,-1.534923633,0.7395144222,69,-1.54342253,0.7319915583,38.867965832 +53,-1.533267822,0.7395654306,69,-1.54342253,0.7319915583,42.297420195 +54,-1.53867273,0.7380151077,69,-1.54342253,0.7319915583,27.641515133 +55,-1.536980576,0.7379994392,69,-1.54342253,0.7319915583,30.407442679 +56,-1.534931522,0.7379944961,69,-1.54342253,0.7319915583,34.465541917 +57,-1.533387952,0.7379480264,69,-1.54342253,0.7319915583,37.763577105 +58,-1.538682279,0.7364914363,69,-1.54342253,0.7319915583,22.626741166 +59,-1.536980704,0.7364810563,69,-1.54342253,0.7319915583,25.981067211 +60,-1.534935567,0.7364752065,69,-1.54342253,0.7319915583,30.629552796 +61,-1.533042592,0.7363876366,69,-1.54342253,0.7319915583,35.14016946 +62,-1.545143426,0.7349628011,69,-1.54342253,0.7319915583,12.812170949 +63,-1.543105297,0.7349691947,69,-1.54342253,0.7319915583,11.831296973 +64,-1.541064533,0.7349647152,69,-1.54342253,0.7319915583,13.66854582 +65,-1.545411803,0.7334624714,69,-1.54342253,0.7319915583,8.2615402165 +66,-1.543446606,0.7334780896,69,-1.54342253,0.7319915583,5.8885772009 +67,-1.541475327,0.7334957295,69,-1.54342253,0.7319915583,8.268538463 +68,-1.545401939,0.731963266,69,-1.54342253,0.7319915583,5.8332196278 +69,-1.54342253,0.7319915583,69,-1.54342253,0.7319915583,2.9654210557 +70,-1.541455867,0.7320216438,69,-1.54342253,0.7319915583,5.7956636217 +71,-1.545410146,0.7304422281,69,-1.54342253,0.7319915583,8.4855697049 +72,-1.543435491,0.7304713664,69,-1.54342253,0.7319915583,6.0216013813 +73,-1.541463105,0.7304997613,69,-1.54342253,0.7319915583,8.2638201916 +74,-1.545414768,0.7289194936,69,-1.54342253,0.7319915583,13.513751034 +75,-1.543435774,0.7289538557,69,-1.54342253,0.7319915583,12.032403556 +76,-1.541457714,0.7289765881,69,-1.54342253,0.7319915583,13.274882725 +77,-1.539449415,0.7320555866,69,-1.54342253,0.7319915583,11.708670935 +78,-1.537429183,0.7321097681,69,-1.54342253,0.7319915583,17.663870541 +79,-1.535472649,0.7321497267,69,-1.54342253,0.7319915583,23.429970039 +80,-1.539457899,0.7305333307,69,-1.54342253,0.7319915583,13.038145556 +81,-1.537453161,0.7305750503,69,-1.54342253,0.7319915583,18.471885931 +82,-1.535479385,0.7306124949,69,-1.54342253,0.7319915583,24.046550336 +83,-1.53946905,0.7290102593,69,-1.54342253,0.7319915583,16.598169203 +84,-1.537459922,0.7290417293,69,-1.54342253,0.7319915583,21.1181247 +85,-1.535451349,0.7290890157,69,-1.54342253,0.7319915583,26.176520135 +86,-1.535522937,0.7279887191,69,-1.54342253,0.7319915583,28.196883215 +87,-1.539442524,0.7274735939,69,-1.54342253,0.7319915583,21.408506334 +88,-1.537424111,0.727521351,69,-1.54342253,0.7319915583,25.042494731 +89,-1.539384641,0.7259505092,69,-1.54342253,0.7319915583,26.737341757 +90,-1.537372391,0.7259947145,69,-1.54342253,0.7319915583,29.727107791 +91,-1.535340789,0.7260435356,69,-1.54342253,0.7319915583,33.542554381 +92,-1.539325716,0.7244369706,69,-1.54342253,0.7319915583,32.281848784 +93,-1.537308932,0.7244801057,69,-1.54342253,0.7319915583,34.812086798 +94,-1.535289068,0.7245247645,69,-1.54342253,0.7319915583,38.116411191 +95,-1.533261366,0.7245550236,69,-1.54342253,0.7319915583,42.070750634 +96,-1.539267302,0.722921924,69,-1.54342253,0.7319915583,37.969686962 +97,-1.537248972,0.7229660258,69,-1.54342253,0.7319915583,40.144820673 +98,-1.535219431,0.7229916471,69,-1.54342253,0.7319915583,43.124131268 +99,-1.53318962,0.7230212049,69,-1.54342253,0.7319915583,46.677720572 +100,-1.531154816,0.7230299897,69,-1.54342253,0.7319915583,50.763915257 +101,-1.528878341,0.7230370244,69,-1.54342253,0.7319915583,55.759269049 +102,-1.539218189,0.7214009878,69,-1.54342253,0.7319915583,43.756657384 +103,-1.537198791,0.7214422745,69,-1.54342253,0.7319915583,45.667074449 +104,-1.535179266,0.7214634354,69,-1.54342253,0.7319915583,48.316636678 +105,-1.533156501,0.7214944644,69,-1.54342253,0.7319915583,51.500644251 +106,-1.53113574,0.7215166021,69,-1.54342253,0.7319915583,55.175631085 +107,-1.528874248,0.7215345535,69,-1.54342253,0.7319915583,59.751063881 +108,-1.539217656,0.7198512397,69,-1.54342253,0.7319915583,49.674877794 +109,-1.537199919,0.7199428763,69,-1.54342253,0.7319915583,51.160739512 +110,-1.545425832,0.727397149,69,-1.54342253,0.7319915583,19.13547681 +111,-1.543371177,0.7273916949,69,-1.54342253,0.7319915583,18.220689816 +112,-1.541368852,0.7274523163,69,-1.54342253,0.7319915583,18.97473406 +113,-1.545349067,0.7258710923,69,-1.54342253,0.7319915583,24.902371799 +114,-1.54332671,0.7258603556,69,-1.54342253,0.7319915583,24.287343995 +115,-1.541346831,0.7259242142,69,-1.54342253,0.7319915583,24.802806515 +116,-1.545324355,0.7243383958,69,-1.54342253,0.7319915583,30.831210963 +117,-1.543292796,0.7243617413,69,-1.54342253,0.7319915583,30.224138707 +118,-1.541295822,0.7244024384,69,-1.54342253,0.7319915583,30.710982804 +119,-1.543193859,0.7205570215,69,-1.54342253,0.7319915583,45.297262525 +120,-1.550257047,0.7386738187,69,-1.54342253,0.7319915583,33.221014793 +121,-1.549335448,0.7311736483,69,-1.54342253,0.7319915583,17.726590575 +122,-1.533478843,0.7179891343,69,-1.54342253,0.7319915583,62.811709075 +123,-1.556150555,0.738907041,69,-1.54342253,0.7319915583,46.345702682 +124,-1.554324226,0.733414257,69,-1.54342253,0.7319915583,32.590705787 +125,-1.554290846,0.7288285332,69,-1.54342253,0.7319915583,34.428024235 +126,-1.55122487,0.7219795312,69,-1.54342253,0.7319915583,45.89050243 +127,-1.525104458,0.7229399862,69,-1.54342253,0.7319915583,64.976829231 +128,-1.519607711,0.7236181429,69,-1.54342253,0.7319915583,77.848076011 +129,-1.513899999,0.7251107854,69,-1.54342253,0.7319915583,91.408422013 +130,-1.536620762,0.7431061895,69,-1.54342253,0.7319915583,48.330112646 +131,-1.5369566,0.7460845958,69,-1.54342253,0.7319915583,58.944675151 +132,-1.545345528,0.7447040685,69,-1.54342253,0.7319915583,50.668376423 +133,-1.532813921,0.7432306626,69,-1.54342253,0.7319915583,54.304160061 +134,-1.554788248,0.7382381001,69,-1.54342253,0.7319915583,41.560791562 +135,-1.540348126,0.7301594274,69,-1.54342253,0.7319915583,11.612638367 +136,-1.538016084,0.7239051786,69,-1.54342253,0.7319915583,35.798235627 +137,-1.525288962,0.7258085137,69,-1.54342253,0.7319915583,58.908146263 +138,-1.534326986,0.731241342,69,-1.54342253,0.7319915583,26.972015809 +139,-1.530733872,0.7303625216,69,-1.54342253,0.7319915583,37.96506292 +141,-1.534354939,0.7328219978,69,-1.54342253,0.7319915583,26.908268965 +142,-1.53157084,0.7292888153,69,-1.54342253,0.7319915583,36.564046008 +143,-1.525691035,0.7263799874,69,-1.54342253,0.7319915583,56.895929608 +144,-1.534031287,0.7495967835,69,-1.54342253,0.7319915583,74.942059232 +145,-1.527714986,0.7283095957,69,-1.54342253,0.7319915583,48.596464388 +146,-1.526189586,0.7271468292,69,-1.54342253,0.7319915583,54.382813993 +147,-1.555177336,0.7375563366,69,-1.54342253,0.7319915583,40.979889441 +148,-1.555080283,0.7312707794,69,-1.54342253,0.7319915583,34.477488412 +149,-1.53856994,0.7224180299,69,-1.54342253,0.7319915583,40.548170476 +150,-1.530837883,0.729933372,69,-1.54342253,0.7319915583,37.998010796 +151,-1.515066984,0.5854133365,69,-1.54342253,0.7319915583,587.31681139 +152,-1.534731633,0.5368370046,69,-1.54342253,0.7319915583,773.50012122 +153,-1.515231902,0.5607085576,69,-1.54342253,0.7319915583,684.24410162 +154,-2.616253799,1.0684566605,69,-1.54342253,0.7319915583,2821.5043615 +155,-1.956071439,0.5792177723,69,-1.54342253,0.7319915583,1423.6764649 +156,-1.951208514,0.5602434208,69,-1.54342253,0.7319915583,1451.3721549 +157,-1.944675062,0.6062144545,69,-1.54342253,0.7319915583,1337.3033541 +158,-1.613778386,0.6077989518,69,-1.54342253,0.7319915583,538.07930616 +159,-2.035029014,0.6021432345,69,-1.54342253,0.7319915583,1605.3842006 +160,-2.114989471,0.6801825058,69,-1.54342253,0.7319915583,1724.2693869 +161,-2.037382079,0.5765830025,69,-1.54342253,0.7319915583,1660.5349557 +162,-2.129855121,0.6585019963,69,-1.54342253,0.7319915583,1795.5339248 +163,-2.075141798,0.6493615843,69,-1.54342253,0.7319915583,1646.9939333 +164,-1.828626729,0.6948433129,69,-1.54342253,0.7319915583,865.39172896 +165,-1.863329418,0.6735427691,69,-1.54342253,0.7319915583,992.13179687 +166,-1.266037071,0.727988852,69,-1.54342253,0.7319915583,817.72809583 +167,-1.277579582,0.7249010648,69,-1.54342253,0.7319915583,785.22942795 +168,-1.258418684,0.7241194816,69,-1.54342253,0.7319915583,841.99201531 +169,-1.317813974,0.6804850104,69,-1.54342253,0.7319915583,709.02359107 +170,-1.344165204,0.6790988904,69,-1.54342253,0.7319915583,635.70340721 +171,-1.427582102,0.5277120351,69,-1.54342253,0.7319915583,889.33713212 +172,-1.402238616,0.457167829,69,-1.54342253,0.7319915583,1181.6414199 +173,-1.422454264,0.4996161999,69,-1.54342253,0.7319915583,999.20314593 +174,-1.439089277,0.4894859811,69,-1.54342253,0.7319915583,1017.7809339 +175,-1.448126995,0.5182330266,69,-1.54342253,0.7319915583,899.80244254 +176,-1.474626146,0.5881926574,69,-1.54342253,0.7319915583,608.7159841 +177,-1.421139645,0.5584869783,69,-1.54342253,0.7319915583,788.02787893 +178,-1.457037165,0.565943032,69,-1.54342253,0.7319915583,711.63694846 +179,-2.757159358,0.3745319,69,-1.54342253,0.7319915583,4209.5384086 +180,-2.714309238,0.342054471,69,-1.54342253,0.7319915583,4161.6192985 +181,-2.000525337,0.774119946,69,-1.54342253,0.7319915583,1325.7620461 +183,-1.571413436,0.6777838382,69,-1.54342253,0.7319915583,230.71469532 +184,-1.552860289,0.6987663893,69,-1.54342253,0.7319915583,134.59524805 +185,-1.521852374,0.7165827476,69,-1.54342253,0.7319915583,88.429536985 +186,-1.503656267,0.6928968252,69,-1.54342253,0.7319915583,195.40254625 +187,-1.502753178,0.7136205882,69,-1.54342253,0.7319915583,141.02518493 +188,-1.631894563,0.7343596465,69,-1.54342253,0.7319915583,260.52443532 +189,-1.653765416,0.6770714026,69,-1.54342253,0.7319915583,397.59582958 +190,-1.719812114,0.6715965947,69,-1.54342253,0.7319915583,584.24826264 +191,-1.493406659,0.6646955447,69,-1.54342253,0.7319915583,306.67379974 +192,-1.469120564,0.6613469966,69,-1.54342253,0.7319915583,359.41633845 +193,-1.590551461,0.5326612937,69,-1.54342253,0.7319915583,803.65571287 +194,-1.625979264,0.5247742243,69,-1.54342253,0.7319915583,861.98186528 +195,-1.572293943,0.5238808754,69,-1.54342253,0.7319915583,829.45666217 +196,-1.610848725,0.5477107964,69,-1.54342253,0.7319915583,760.49611359 +197,-1.208485554,0.7918526018,69,-1.54342253,0.7319915583,986.11637819 +198,-1.335601374,0.6869083083,69,-1.54342253,0.7319915583,648.9675659 +199,-1.346156996,0.6825213377,69,-1.54342253,0.7319915583,624.87323276 +200,-1.324381037,0.6741422347,69,-1.54342253,0.7319915583,699.62012843 +201,-1.242424992,0.7378949807,69,-1.54342253,0.7319915583,883.29109479 +202,-1.270370057,0.7392461008,69,-1.54342253,0.7319915583,801.26956023 +203,-1.448950472,0.7441675014,69,-1.54342253,0.7319915583,280.93992279 +204,-1.492662363,0.7523026852,69,-1.54342253,0.7319915583,168.60250614 +205,-1.479098966,0.7763855017,69,-1.54342253,0.7319915583,255.69036409 +206,-1.633760714,0.7869022408,69,-1.54342253,0.7319915583,338.47411375 +207,-1.647406434,0.8101289331,69,-1.54342253,0.7319915583,427.59544487 +208,-1.564245052,0.5701509278,69,-1.54342253,0.7319915583,644.37902655 +209,-1.646289963,0.6833746083,69,-1.54342253,0.7319915583,364.48494863 +210,-1.5820631,0.6751952144,69,-1.54342253,0.7319915583,253.4169294 +211,-1.613236298,0.6681681791,69,-1.54342253,0.7319915583,329.51897751 +212,-1.914661867,0.8212566515,69,-1.54342253,0.7319915583,1102.7522984 +213,-1.742133237,0.7250275956,69,-1.54342253,0.7319915583,587.51804516 +214,-2.033144872,0.6557314699,69,-1.54342253,0.7319915583,1514.4155995 +215,-2.039551981,0.6964723658,69,-1.54342253,0.7319915583,1484.6824919 +216,-1.247341019,0.7622473908,69,-1.54342253,0.7319915583,867.15488481 +217,-1.298239787,0.7084123392,69,-1.54342253,0.7319915583,735.10446151 +218,-1.308539688,0.6926545592,69,-1.54342253,0.7319915583,720.35965958 +219,-1.303263185,0.6888938396,69,-1.54342253,0.7319915583,740.16892411 +220,-1.852400229,0.6004246149,69,-1.54342253,0.7319915583,1091.1915399 +221,-1.288947707,0.7473773692,69,-1.54342253,0.7319915583,746.12376655 +222,-1.372031502,0.7472790993,69,-1.54342253,0.7319915583,504.8467227 +223,-1.289805721,0.7242157877,69,-1.54342253,0.7319915583,749.58731958 +224,-1.350807603,0.7533498126,69,-1.54342253,0.7319915583,567.9375715 +225,-1.329290365,0.7560442322,69,-1.54342253,0.7319915583,630.68564947 +226,-1.410153004,0.616936428,69,-1.54342253,0.7319915583,614.03235 +227,-1.393445434,0.6308995063,69,-1.54342253,0.7319915583,610.3423555 +228,-1.37595573,0.6241540638,69,-1.54342253,0.7319915583,669.56264935 +229,-1.358388707,0.6172645205,69,-1.54342253,0.7319915583,729.86086715 +230,-1.753741133,0.8281661666,69,-1.54342253,0.7319915583,702.93115823 +231,-1.47430987,0.6834615681,69,-1.54342253,0.7319915583,283.17017853 +232,-1.421012508,0.7222725206,69,-1.54342253,0.7319915583,364.17133973 +233,-1.4476833,0.6978557868,69,-1.54342253,0.7319915583,316.60042197 +234,-1.470370723,0.6966193374,69,-1.54342253,0.7319915583,259.61856528 +235,-1.429211703,0.7037216883,69,-1.54342253,0.7319915583,358.56309354 +236,-1.700578405,0.6178673663,69,-1.54342253,0.7319915583,663.0344033 +237,-1.678117619,0.6331716163,69,-1.54342253,0.7319915583,569.28148161 +238,-1.725644578,0.6316331145,69,-1.54342253,0.7319915583,686.26176121 +239,-2.14012759,0.7930497945,69,-1.54342253,0.7319915583,1712.9382075 +240,-2.103289431,0.7653606263,69,-1.54342253,0.7319915583,1619.7675532 +241,-1.318739838,0.7017808746,69,-1.54342253,0.7319915583,680.81168813 +242,-1.396417427,0.7077900843,69,-1.54342253,0.7319915583,447.97872669 +243,-1.35650337,0.7185539404,69,-1.54342253,0.7319915583,556.22813548 +244,-1.248884539,0.7274156818,69,-1.54342253,0.7319915583,868.38298558 +245,-1.395014798,0.5761185243,69,-1.54342253,0.7319915583,772.96683158 +246,-1.433377362,0.6064716109,69,-1.54342253,0.7319915583,602.97444925 +247,-1.408172432,0.5903155476,69,-1.54342253,0.7319915583,701.97513814 +248,-1.749645898,0.7757118084,69,-1.54342253,0.7319915583,619.55801102 +249,-1.571626686,0.615046989,69,-1.54342253,0.7319915583,471.34900813 +250,-1.514070049,0.6303003037,69,-1.54342253,0.7319915583,412.77572128 +251,-1.480890369,0.6237966528,69,-1.54342253,0.7319915583,469.86355726 +252,-1.704390658,0.5281680612,69,-1.54342253,0.7319915583,956.35230602 +253,-1.64434733,0.5254277498,69,-1.54342253,0.7319915583,879.20046243 +254,-1.703855997,0.4792484842,69,-1.54342253,0.7319915583,1127.5843229 +255,-1.692002383,0.5748825051,69,-1.54342253,0.7319915583,777.32682821 +256,-1.854136457,0.5544643913,69,-1.54342253,0.7319915583,1206.0704025 +257,-1.665021206,0.520317736,69,-1.54342253,0.7319915583,923.9955966 +258,-1.733654349,0.4845187345,69,-1.54342253,0.7319915583,1156.7446456 +259,-1.720938188,0.5135933906,69,-1.54342253,0.7319915583,1034.8607112 +260,-1.742668307,0.553296122,69,-1.54342253,0.7319915583,947.00043145 +261,-1.965659039,0.7142126903,69,-1.54342253,0.7319915583,1251.7634688 +262,-1.944438071,0.6772834804,69,-1.54342253,0.7319915583,1225.5333282 +263,-1.270340967,0.7681487096,69,-1.54342253,0.7319915583,802.97172886 +264,-1.353091884,0.6549276821,69,-1.54342253,0.7319915583,654.51810059 +265,-1.333236659,0.6413584414,69,-1.54342253,0.7319915583,736.17899451 +266,-1.352015998,0.6753788907,69,-1.54342253,0.7319915583,619.46722086 +267,-1.377988483,0.6577816235,69,-1.54342253,0.7319915583,582.374673 +268,-2.13075611,0.8318642051,69,-1.54342253,0.7319915583,1683.1873317 +269,-2.097910953,0.8259670014,69,-1.54342253,0.7319915583,1594.7394822 +270,-1.416382069,0.6694271549,69,-1.54342253,0.7319915583,457.30793778 +271,-1.538905672,0.7535625993,69,-1.54342253,0.7319915583,86.453105376 +272,-1.572309477,0.7803125099,69,-1.54342253,0.7319915583,208.70385221 +273,-1.87759879,0.7503853417,69,-1.54342253,0.7319915583,977.0183514 +274,1.152365588,0.590457682,69,-1.54342253,0.7319915583,6960.6111737 +275,0.350198001,0.718001859,69,-1.54342253,0.7319915583,5171.9963681 +276,0.046513677,0.491503852,69,-1.54342253,0.7319915583,5003.0749341 +277,0.027510309,0.742571376,69,-1.54342253,0.7319915583,4364.8357738 +278,0.306285725,-0.214631579,69,-1.54342253,0.7319915583,7606.3422098 +279,-1.100564889,0.318051531,69,-1.54342253,0.7319915583,2217.1989104 +280,-1.078582306,0.301437596,69,-1.54342253,0.7319915583,2319.6630997 +281,-1.137371989,-0.617634065,69,-1.54342253,0.7319915583,5545.0159063 +282,0.784356344,0.703272339,69,-1.54342253,0.7319915583,6053.0708777 +283,-1.221209947,0.218327455,69,-1.54342253,0.7319915583,2318.14493 +284,2.347301921,-0.449114658,69,-1.54342253,0.7319915583,9771.1634446 +285,0.246820618,0.830553713,69,-1.54342253,0.7319915583,4659.7965909 +286,0.829414965,0.703288228,69,-1.54342253,0.7319915583,6125.073951 +287,-1.337537566,0.42332223,69,-1.54342253,0.7319915583,1397.3630818 +288,0.882453706,0.454478077,69,-1.54342253,0.7319915583,7063.7839785 +289,1.575629659,0.416419109,69,-1.54342253,0.7319915583,7894.2434329 +290,-1.039455679,0.229888244,69,-1.54342253,0.7319915583,2636.5735396 +291,0.489558039,0.934482747,69,-1.54342253,0.7319915583,4845.8802813 +292,0.081344504,0.88384514,69,-1.54342253,0.7319915583,4187.5757138 +293,-1.547979814,0.300350308,69,-1.54342253,0.7319915583,1709.8008506 +294,0.040776181,0.168560074,69,-1.54342253,0.7319915583,5816.015401 +295,-1.130374745,0.563894876,69,-1.54342253,0.7319915583,1457.8116794 +296,1.578326642,0.478507176,69,-1.54342253,0.7319915583,7648.512782 +297,-1.12861823,-0.291640865,69,-1.54342253,0.7319915583,4329.2570385 +298,0.310524208,0.770885792,69,-1.54342253,0.7319915583,4945.821047 +299,0.415649091,-0.387246002,69,-1.54342253,0.7319915583,8356.3484956 +300,-0.926533878,-0.188022748,69,-1.54342253,0.7319915583,4278.8095642 +301,1.258856172,-0.11716081,69,-1.54342253,0.7319915583,9732.6374972 +302,-1.126050026,0.322941926,69,-1.54342253,0.7319915583,2144.805843 +303,2.002785835,0.07893892,69,-1.54342253,0.7319915583,8916.196611 +304,0.440437607,0.746258085,69,-1.54342253,0.7319915583,5284.31799 +305,-0.030391866,0.214441206,69,-1.54342253,0.7319915583,5488.1680717 +306,0.521557815,-0.058929362,69,-1.54342253,0.7319915583,7815.5646045 +307,-0.097005111,0.13317729,69,-1.54342253,0.7319915583,5504.1929719 +308,1.83113859,0.221857587,69,-1.54342253,0.7319915583,8571.2477459 +309,0.222428864,0.099404236,69,-1.54342253,0.7319915583,6527.7518602 +310,-1.702731345,0.8728568183,69,-1.54342253,0.7319915583,708.58490459 +311,-0.418507569,0.278324921,69,-1.54342253,0.7319915583,4184.1361995 +312,-1.41153306,0.339029988,69,-1.54342253,0.7319915583,1618.3784119 +313,0.357560442,0.114788776,69,-1.54342253,0.7319915583,6870.5852649 +314,0.325818979,0.268352149,69,-1.54342253,0.7319915583,6355.3523192 +315,-1.246004659,-0.663679965,69,-1.54342253,0.7319915583,5631.509162 +316,1.814603087,0.637404484,69,-1.54342253,0.7319915583,6963.3687193 +317,1.843704281,-0.18300445,69,-1.54342253,0.7319915583,10108.109676 +318,1.690644492,-0.211480909,69,-1.54342253,0.7319915583,10357.489581 +319,-1.275451936,0.068109467,69,-1.54342253,0.7319915583,2795.5081812 +320,0.762430171,-0.207594741,69,-1.54342253,0.7319915583,8900.615314 +321,0.265668905,-0.014647884,69,-1.54342253,0.7319915583,6960.3759052 +322,-2.773032013,-0.335515811,69,-1.54342253,0.7319915583,6162.6760428 +323,-1.469512853,0.174058777,69,-1.54342253,0.7319915583,2224.8904399 +324,0.286276986,0.785925691,69,-1.54342253,0.7319915583,4855.1306525 +325,-1.379324697,0.377432233,69,-1.54342253,0.7319915583,1506.8282339 +326,-1.203778265,0.212813032,69,-1.54342253,0.7319915583,2367.0664125 +327,0.579916301,0.611743168,69,-1.54342253,0.7319915583,5967.3583368 +328,0.267582642,0.868113908,69,-1.54342253,0.7319915583,4610.6398748 +329,0.412869244,-0.050245578,69,-1.54342253,0.7319915583,7482.5498398 +330,0.17524381,0.976660285,69,-1.54342253,0.7319915583,4182.3059818 +331,0.743157214,0.204812899,69,-1.54342253,0.7319915583,7604.4184172 +332,-1.070758176,0.269382282,69,-1.54342253,0.7319915583,2439.4275387 +333,-1.230364251,0.329790229,69,-1.54342253,0.7319915583,1909.8296567 +334,-1.374813124,-0.024926835,69,-1.54342253,0.7319915583,3058.4969287 +335,0.519780566,0.463669906,69,-1.54342253,0.7319915583,6283.7710863 +336,-1.55108034,0.239698561,69,-1.54342253,0.7319915583,1950.1501083 +337,0.180294813,0.029739425,69,-1.54342253,0.7319915583,6592.3544285 +338,0.67820924,0.268170153,69,-1.54342253,0.7319915583,7253.3394449 +339,0.445798684,1.024001867,69,-1.54342253,0.7319915583,4532.268758 +340,0.691751283,0.150521402,69,-1.54342253,0.7319915583,7651.9053236 +341,-1.036643551,-0.903056181,69,-1.54342253,0.7319915583,6706.7671025 +342,-0.120287036,1.083325163,69,-1.54342253,0.7319915583,3461.920494 +343,2.823513113,-0.304487164,69,-1.54342253,0.7319915583,8029.5128 +344,0.457583172,1.12513373,69,-1.54342253,0.7319915583,4286.7808823 +345,0.042918831,0.813795399,69,-1.54342253,0.7319915583,4248.3786475 +346,1.196146777,-0.853142756,69,-1.54342253,0.7319915583,11233.405166 +347,0.206001358,-0.010430701,69,-1.54342253,0.7319915583,6774.8108829 +348,-0.268308653,0.234799412,69,-1.54342253,0.7319915583,4736.4563938 +349,0.759363263,0.736189579,69,-1.54342253,0.7319915583,5903.2182333 +350,0.181363926,0.891988372,69,-1.54342253,0.7319915583,4379.4585928 +351,-0.021111158,0.139103292,69,-1.54342253,0.7319915583,5712.0301062 +352,-0.093355215,0.630686981,69,-1.54342253,0.7319915583,4299.6291867 +353,0.40118964,0.681375926,69,-1.54342253,0.7319915583,5383.9041559 +354,-0.721197315,1.304706234,69,-1.54342253,0.7319915583,2691.063886 +355,-1.076150317,0.212107639,69,-1.54342253,0.7319915583,2614.7009915 +356,-1.577164531,0.273993443,69,-1.54342253,0.7319915583,1817.7786562 +357,-0.190788414,0.182208586,69,-1.54342253,0.7319915583,5100.141399 +358,-0.261349752,0.209710184,69,-1.54342253,0.7319915583,4821.2646787 +359,-1.029303852,0.083549259,69,-1.54342253,0.7319915583,3143.9050844 +360,-1.268609162,0.330525297,69,-1.54342253,0.7319915583,1839.5127368 +361,1.282982244,-0.926641967,69,-1.54342253,0.7319915583,11307.221791 +362,0.217352334,0.731352408,69,-1.54342253,0.7319915583,4840.0668923 +363,-1.511833084,0.258629297,69,-1.54342253,0.7319915583,1878.1027183 +364,0.338812194,0.823184618,69,-1.54342253,0.7319915583,4868.2286749 +365,-0.324406489,1.134201999,69,-1.54342253,0.7319915583,3071.9340954 +366,1.389579348,0.399185724,69,-1.54342253,0.7319915583,7898.4732103 +367,2.047152199,-0.039082036,69,-1.54342253,0.7319915583,9269.6265833 +368,0.947780369,0.568250077,69,-1.54342253,0.7319915583,6775.3869821 +369,0.763824846,0.576754987,69,-1.54342253,0.7319915583,6437.2584272 +370,-0.142334657,0.928153068,69,-1.54342253,0.7319915583,3621.6760992 +371,0.610266567,0.547265983,69,-1.54342253,0.7319915583,6229.3067924 +372,0.210731629,0.746815056,69,-1.54342253,0.7319915583,4786.6056426 +373,-1.34931644,0.316895224,69,-1.54342253,0.7319915583,1770.053406 +374,2.407696481,0.655030745,69,-1.54342253,0.7319915583,6221.0594978 +375,0.64207831,0.545359131,69,-1.54342253,0.7319915583,6301.4201938 +376,1.174597538,0.840588356,69,-1.54342253,0.7319915583,6041.1158894 +377,0.660059424,0.010604079,69,-1.54342253,0.7319915583,7994.5594599 +378,-0.730263819,0.010486456,69,-1.54342253,0.7319915583,4064.3935543 +379,0.831068936,0.512339172,69,-1.54342253,0.7319915583,6774.7526291 +380,1.301180979,0.72367476,69,-1.54342253,0.7319915583,6580.7786451 +381,1.811128231,0.322854402,69,-1.54342253,0.7319915583,8193.4068252 +382,0.435105812,0.992284428,69,-1.54342253,0.7319915583,4599.1600103 +383,0.62643634,0.592027932,69,-1.54342253,0.7319915583,6123.1955373 +384,0.492988703,-0.516339467,69,-1.54342253,0.7319915583,8872.7986269 +385,-0.162469483,0.112549365,69,-1.54342253,0.7319915583,5365.4611343 +386,0.314630866,0.472006421,69,-1.54342253,0.7319915583,5760.7012393 +387,0.166744804,0.822815954,69,-1.54342253,0.7319915583,4506.5280613 +388,0.417159608,0.965805736,69,-1.54342253,0.7319915583,4639.4769919 +389,0.106334961,0.868774244,69,-1.54342253,0.7319915583,4272.9621238 +390,0.815086969,-0.338144359,69,-1.54342253,0.7319915583,9400.4079155 +391,0.59867455,-0.230624824,69,-1.54342253,0.7319915583,8501.9006345 +392,1.915104874,0.066220985,69,-1.54342253,0.7319915583,9082.4789285 +393,1.278093622,0.064463721,69,-1.54342253,0.7319915583,9085.239331 +394,-0.061477853,0.302997961,69,-1.54342253,0.7319915583,5170.1502671 +395,0.251311504,0.626976942,69,-1.54342253,0.7319915583,5186.8464036 +396,2.950242872,0.149095644,69,-1.54342253,0.7319915583,6461.0444876 +397,-0.180294708,0.35375117,69,-1.54342253,0.7319915583,4697.6241624 +398,1.010448592,-0.351180233,69,-1.54342253,0.7319915583,9969.613987 +399,-1.748740498,0.3686318073,69,-1.54342253,0.7319915583,1593.8026143 +400,2.699635665,0.123533791,69,-1.54342253,0.7319915583,7228.9902695 +401,0.496808033,0.823843254,69,-1.54342253,0.7319915583,5172.7472066 +402,0.129574704,0.763364087,69,-1.54342253,0.7319915583,4560.5692773 +403,1.798920311,0.817447563,69,-1.54342253,0.7319915583,6266.0365078 +404,0.335987953,0.746786541,69,-1.54342253,0.7319915583,5063.9669645 +405,-1.085413643,0.292154671,69,-1.54342253,0.7319915583,2333.6812153 +406,-0.155321003,0.508207011,69,-1.54342253,0.7319915583,4402.7708475 +407,0.620529244,-0.301175104,69,-1.54342253,0.7319915583,8747.8135164 +408,1.684402744,0.368716966,69,-1.54342253,0.7319915583,8072.495818 +409,0.300582244,-0.386397212,69,-1.54342253,0.7319915583,8016.7619448 +410,2.913555946,-0.009225192,69,-1.54342253,0.7319915583,6995.6030655 +411,1.465101417,0.493232532,69,-1.54342253,0.7319915583,7566.378192 +412,0.090612882,0.907955955,69,-1.54342253,0.7319915583,4157.5480434 +413,2.987564726,-0.729568594,69,-1.54342253,0.7319915583,8507.4915268 +414,-1.484261606,0.224149272,69,-1.54342253,0.7319915583,2021.8739384 +415,0.164073421,0.303955133,69,-1.54342253,0.7319915583,5811.9613477 +416,0.141441293,0.167552546,69,-1.54342253,0.7319915583,6111.0733848 +417,2.931321023,-0.506718887,69,-1.54342253,0.7319915583,8193.5879579 +418,2.21951565,0.700596356,69,-1.54342253,0.7319915583,6346.6691067 +419,0.268112576,1.199114336,69,-1.54342253,0.7319915583,3875.6547882 +420,0.978913739,0.359223811,69,-1.54342253,0.7319915583,7562.8362085 +421,1.210898818,0.522863584,69,-1.54342253,0.7319915583,7276.0022421 +422,2.347397336,0.129231362,69,-1.54342253,0.7319915583,8088.4593864 +423,0.614394501,0.556878345,69,-1.54342253,0.7319915583,6208.0723572 +424,-1.398079356,0.148483366,69,-1.54342253,0.7319915583,2366.4603109 +425,2.535303836,-0.112984496,69,-1.54342253,0.7319915583,8355.5069527 +426,-1.019372593,-0.405322349,69,-1.54342253,0.7319915583,4896.9664251 +427,-1.297785627,-0.160104069,69,-1.54342253,0.7319915583,3644.5215406 +428,2.144554488,0.205051084,69,-1.54342253,0.7319915583,8232.8175891 +429,-2.242387083,-0.426171285,69,-1.54342253,0.7319915583,5252.9358931 +430,0.338637212,0.909723676,69,-1.54342253,0.7319915583,4644.9731492 +431,-0.148798452,0.691042401,69,-1.54342253,0.7319915583,4025.9728674 +432,0.893524764,0.441829531,69,-1.54342253,0.7319915583,7126.9011812 +433,0.969229347,-0.368847936,69,-1.54342253,0.7319915583,9908.3312236 +434,0.436043248,0.800045688,69,-1.54342253,0.7319915583,5124.4679117 +435,1.687946607,1.081504775,69,-1.54342253,0.7319915583,5254.8432609 +436,0.522302046,-0.034889271,69,-1.54342253,0.7319915583,7750.509847 +437,-0.178996113,-0.438090009,69,-1.54342253,0.7319915583,6800.2879308 +438,-1.094339566,0.301444068,69,-1.54342253,0.7319915583,2284.0104578 +439,-1.064070054,0.242569932,69,-1.54342253,0.7319915583,2540.8207978 +440,-1.068153768,0.230387998,69,-1.54342253,0.7319915583,2571.5944293 +441,-3.00496892,-0.23989155,69,-1.54342253,0.7319915583,6539.2138359 +442,0.21751974,0.766874888,69,-1.54342253,0.7319915583,4752.4820846 +443,0.117229532,0.007619006,69,-1.54342253,0.7319915583,6466.2936915 +444,0.777758451,0.420554741,69,-1.54342253,0.7319915583,6979.8307987 +445,-0.252356999,0.250747086,69,-1.54342253,0.7319915583,4742.8689379 +446,0.363148444,0.768483434,69,-1.54342253,0.7319915583,5063.4478801 +447,0.903191366,-0.118210676,69,-1.54342253,0.7319915583,9004.6850272 +448,-0.205755923,0.149406178,69,-1.54342253,0.7319915583,5141.415677 +449,1.811996086,0.02364353,69,-1.54342253,0.7319915583,9354.1964106 +450,-1.100670221,0.314845373,69,-1.54342253,0.7319915583,2227.1300876 +451,0.340078597,0.850105132,69,-1.54342253,0.7319915583,4800.6808711 +452,0.258757267,0.804969236,69,-1.54342253,0.7319915583,4748.2648859 +453,2.78505352,-0.155160804,69,-1.54342253,0.7319915583,7759.6899504 +454,0.800551619,0.105822106,69,-1.54342253,0.7319915583,8053.1055424 +455,0.437940882,-0.506194031,69,-1.54342253,0.7319915583,8690.7831741 +456,2.230431122,0.63458615,69,-1.54342253,0.7319915583,6566.9890603 +457,0.527965361,0.127667701,69,-1.54342253,0.7319915583,7300.734972 +458,-0.063643205,0.702093448,69,-1.54342253,0.7319915583,4224.1299915 +459,1.408447268,0.133010502,69,-1.54342253,0.7319915583,8949.2250625 +460,0.523795955,0.280266966,69,-1.54342253,0.7319915583,6840.7001836 +461,-0.975769313,0.072177659,69,-1.54342253,0.7319915583,3293.6728019 +462,0.549774164,-0.463663986,69,-1.54342253,0.7319915583,8925.9965376 +463,0.29245874,1.095549818,69,-1.54342253,0.7319915583,4124.5084691 +464,0.143625958,0.816809593,69,-1.54342253,0.7319915583,4469.4290842 +465,0.671902494,0.611159853,69,-1.54342253,0.7319915583,6152.6266859 +466,1.239840988,0.6724199,69,-1.54342253,0.7319915583,6732.950834 +467,0.607829703,-0.10932137,69,-1.54342253,0.7319915583,8197.8553418 +468,1.763020906,0.263996692,69,-1.54342253,0.7319915583,8452.9655425 +469,0.378714634,0.726066797,69,-1.54342253,0.7319915583,5211.6156895 +470,2.196736143,-0.153862366,69,-1.54342253,0.7319915583,9347.3980995 +471,0.01702415,0.148991565,69,-1.54342253,0.7319915583,5797.9856256 +472,-2.998490902,-0.158002487,69,-1.54342253,0.7319915583,6302.4996678 +473,-3.051262951,-0.346595608,69,-1.54342253,0.7319915583,6950.9849187 +474,-1.069176439,0.182802941,69,-1.54342253,0.7319915583,2727.0022197 +475,0.167157509,0.595344954,69,-1.54342253,0.7319915583,5060.631057 +476,0.613855648,0.681746124,69,-1.54342253,0.7319915583,5819.141913 +477,1.037012736,0.682555367,69,-1.54342253,0.7319915583,6487.8890552 +478,-1.253574971,0.379755746,69,-1.54342253,0.7319915583,1695.4135782 +479,3.108590453,-0.132620738,69,-1.54342253,0.7319915583,6749.7703336 +480,0.565301296,0.022333262,69,-1.54342253,0.7319915583,7706.5394104 +481,0.547898238,0.855555614,69,-1.54342253,0.7319915583,5172.0658371 +482,0.948309381,0.417393755,69,-1.54342253,0.7319915583,7306.6682511 +483,-0.050600732,0.945269213,69,-1.54342253,0.7319915583,3791.8663108 +484,-0.977651478,-0.572363064,69,-1.54342253,0.7319915583,5561.8852274 +485,1.102014914,0.728861163,69,-1.54342253,0.7319915583,6391.5743855 +486,2.927300795,-0.282939414,69,-1.54342253,0.7319915583,7670.1483703 +487,-1.154565557,0.124434095,69,-1.54342253,0.7319915583,2765.937083 +488,1.855331234,0.291044755,69,-1.54342253,0.7319915583,8283.7632304 +489,0.830290659,0.276904518,69,-1.54342253,0.7319915583,7562.4718767 +490,0.485104466,-0.234867441,69,-1.54342253,0.7319915583,8183.4908675 +491,0.521367572,-0.33161327,69,-1.54342253,0.7319915583,8533.7484021 +1,-1.539031704,0.7349710123,70,-1.541455867,0.7320216438,13.687822517 +2,-1.536990553,0.7349663874,70,-1.541455867,0.7320216438,17.569191283 +3,-1.534951779,0.7349571355,70,-1.541455867,0.7320216438,22.392986917 +4,-1.532906461,0.7349480293,70,-1.541455867,0.7320216438,27.697940052 +5,-1.531320211,0.7346937278,70,-1.541455867,0.7320216438,31.648862281 +6,-1.539451648,0.7335131775,70,-1.541455867,0.7320216438,8.3502349274 +7,-1.537429487,0.7335445708,70,-1.541455867,0.7320216438,13.301277729 +8,-1.535484998,0.7335658704,70,-1.541455867,0.7320216438,18.613407016 +9,-1.533488396,0.7336036027,70,-1.541455867,0.7320216438,24.280249449 +10,-1.531497785,0.7335842962,70,-1.541455867,0.7320216438,29.964968814 +11,-1.530259379,0.7334777758,70,-1.541455867,0.7320216438,33.467171307 +12,-1.5335454,0.7322346912,70,-1.541455867,0.7320216438,23.319541249 +13,-1.531489083,0.7322238773,70,-1.541455867,0.7320216438,29.373232843 +14,-1.530011122,0.7321679851,70,-1.541455867,0.7320216438,33.722214438 +15,-1.53348106,0.7306614094,70,-1.541455867,0.7320216438,24.119882247 +16,-1.531441779,0.7306962275,70,-1.541455867,0.7320216438,29.985080491 +17,-1.529755654,0.7306933243,70,-1.541455867,0.7320216438,34.891667042 +18,-1.533415048,0.7291384674,70,-1.541455867,0.7320216438,26.327117054 +19,-1.531392093,0.7291705353,70,-1.541455867,0.7320216438,31.764026367 +20,-1.529296523,0.7291214933,70,-1.541455867,0.7320216438,37.665945926 +21,-1.535280942,0.727267644,70,-1.541455867,0.7320216438,26.210524908 +22,-1.533378158,0.7276139666,70,-1.541455867,0.7320216438,29.554247507 +23,-1.531340368,0.7276446587,70,-1.541455867,0.7320216438,34.529612858 +24,-1.528960113,0.7276398177,70,-1.541455867,0.7320216438,40.767525886 +25,-1.533313146,0.7260818349,70,-1.541455867,0.7320216438,33.647733692 +26,-1.531259555,0.7260958115,70,-1.541455867,0.7320216438,38.186589555 +27,-1.528926415,0.7260865555,70,-1.541455867,0.7320216438,43.848119571 +28,-1.531226779,0.7245511789,70,-1.541455867,0.7320216438,42.307981573 +29,-1.528904772,0.7245519194,70,-1.541455867,0.7320216438,47.455537829 +30,-1.547195875,0.7409785979,70,-1.541455867,0.7320216438,39.273658959 +31,-1.5451475,0.740980426,70,-1.541455867,0.7320216438,37.102329152 +32,-1.543097679,0.7409798872,70,-1.541455867,0.7320216438,35.809162014 +33,-1.540720364,0.7409892687,70,-1.541455867,0.7320216438,35.586268408 +34,-1.547188511,0.7395198392,70,-1.541455867,0.7320216438,34.138779946 +35,-1.545148587,0.7395226109,70,-1.541455867,0.7320216438,31.62805126 +36,-1.543104538,0.7395314908,70,-1.541455867,0.7320216438,30.137846728 +37,-1.540727751,0.7395306258,70,-1.541455867,0.7320216438,29.819818797 +38,-1.547187029,0.7380014886,70,-1.541455867,0.7320216438,29.062421213 +39,-1.545147315,0.7380012252,70,-1.541455867,0.7320216438,26.050662786 +40,-1.54310719,0.7380060743,70,-1.541455867,0.7320216438,24.195838157 +41,-1.540719671,0.7380068206,70,-1.541455867,0.7320216438,23.805771837 +42,-1.547187189,0.7364799098,70,-1.541455867,0.7320216438,24.409918314 +43,-1.545149996,0.7364853874,70,-1.541455867,0.7320216438,20.750873265 +44,-1.543106091,0.7364823484,70,-1.541455867,0.7320216438,18.323013278 +45,-1.540717158,0.7364893901,70,-1.541455867,0.7320216438,17.82954315 +46,-1.538663972,0.7410138672,70,-1.541455867,0.7320216438,36.548187649 +47,-1.53695285,0.7409699132,70,-1.541455867,0.7320216438,37.827002514 +48,-1.534910498,0.7409641297,70,-1.541455867,0.7320216438,40.293368504 +49,-1.533145034,0.7409536636,70,-1.541455867,0.7320216438,42.970522497 +50,-1.538681336,0.7395405883,70,-1.541455867,0.7320216438,30.876698397 +51,-1.536999189,0.7395183096,70,-1.541455867,0.7320216438,32.449970073 +52,-1.534923633,0.7395144222,70,-1.541455867,0.7320216438,35.33749111 +53,-1.533267822,0.7395654306,70,-1.541455867,0.7320216438,38.352279513 +54,-1.53867273,0.7380151077,70,-1.541455867,0.7320216438,25.109136253 +55,-1.536980576,0.7379994392,70,-1.541455867,0.7320216438,27.084522358 +56,-1.534931522,0.7379944961,70,-1.541455867,0.7320216438,30.450676183 +57,-1.533387952,0.7379480264,70,-1.541455867,0.7320216438,33.362600953 +58,-1.538682279,0.7364914363,70,-1.541455867,0.7320216438,19.492849749 +59,-1.536980704,0.7364810563,70,-1.541455867,0.7320216438,22.026282654 +60,-1.534935567,0.7364752065,70,-1.541455867,0.7320216438,26.053025923 +61,-1.533042592,0.7363876366,70,-1.541455867,0.7320216438,30.184400568 +62,-1.545143426,0.7349628011,70,-1.541455867,0.7320216438,15.9200593 +63,-1.543105297,0.7349691947,70,-1.541455867,0.7320216438,12.643793844 +64,-1.541064533,0.7349647152,70,-1.541455867,0.7320216438,11.714234544 +65,-1.545411803,0.7334624714,70,-1.541455867,0.7320216438,12.97081129 +66,-1.543446606,0.7334780896,70,-1.541455867,0.7320216438,8.2242185644 +67,-1.541475327,0.7334957295,70,-1.541455867,0.7320216438,5.8391346523 +68,-1.545401939,0.731963266,70,-1.541455867,0.7320216438,11.628872895 +69,-1.54342253,0.7319915583,70,-1.541455867,0.7320216438,5.7956636217 +70,-1.541455867,0.7320216438,70,-1.541455867,0.7320216438,2.9502322925 +71,-1.545410146,0.7304422281,70,-1.541455867,0.7320216438,13.23117011 +72,-1.543435491,0.7304713664,70,-1.541455867,0.7320216438,8.4719263367 +73,-1.541463105,0.7304997613,70,-1.541455867,0.7320216438,6.0282140757 +74,-1.545414768,0.7289194936,70,-1.541455867,0.7320216438,16.95331106 +75,-1.543435774,0.7289538557,70,-1.541455867,0.7320216438,13.48262529 +76,-1.541457714,0.7289765881,70,-1.541455867,0.7320216438,12.06146686 +77,-1.539449415,0.7320555866,70,-1.541455867,0.7320216438,5.9130252828 +78,-1.537429183,0.7321097681,70,-1.541455867,0.7320216438,11.868436334 +79,-1.535472649,0.7321497267,70,-1.541455867,0.7320216438,17.634563982 +80,-1.539457899,0.7305333307,70,-1.541455867,0.7320216438,8.333771145 +81,-1.537453161,0.7305750503,70,-1.541455867,0.7320216438,13.118342692 +82,-1.535479385,0.7306124949,70,-1.541455867,0.7320216438,18.482533245 +83,-1.53946905,0.7290102593,70,-1.541455867,0.7320216438,13.290533394 +84,-1.537459922,0.7290417293,70,-1.541455867,0.7320216438,16.682336889 +85,-1.535451349,0.7290890157,70,-1.541455867,0.7320216438,21.183277707 +86,-1.535522937,0.7279887191,70,-1.541455867,0.7320216438,23.703207928 +87,-1.539442524,0.7274735939,70,-1.541455867,0.7320216438,18.970103167 +88,-1.537424111,0.727521351,70,-1.541455867,0.7320216438,21.434263908 +89,-1.539384641,0.7259505092,70,-1.541455867,0.7320216438,24.814054657 +90,-1.537372391,0.7259947145,70,-1.541455867,0.7320216438,26.747592411 +91,-1.535340789,0.7260435356,70,-1.541455867,0.7320216438,29.783430681 +92,-1.539325716,0.7244369706,70,-1.541455867,0.7320216438,30.69579195 +93,-1.537308932,0.7244801057,70,-1.541455867,0.7320216438,32.2897542 +94,-1.535289068,0.7245247645,70,-1.541455867,0.7320216438,34.844473166 +95,-1.533261366,0.7245550236,70,-1.541455867,0.7320216438,38.229548167 +96,-1.539267302,0.722921924,70,-1.541455867,0.7320216438,36.620849737 +97,-1.537248972,0.7229660258,70,-1.541455867,0.7320216438,37.966853584 +98,-1.535219431,0.7229916471,70,-1.541455867,0.7320216438,40.245286925 +99,-1.53318962,0.7230212049,70,-1.541455867,0.7320216438,43.230879229 +100,-1.531154816,0.7230299897,70,-1.541455867,0.7320216438,46.872424655 +101,-1.528878341,0.7230370244,70,-1.541455867,0.7320216438,51.485691894 +102,-1.539218189,0.7214009878,70,-1.541455867,0.7320216438,42.586741781 +103,-1.537198791,0.7214422745,70,-1.541455867,0.7320216438,43.758712334 +104,-1.535179266,0.7214634354,70,-1.541455867,0.7320216438,45.762560788 +105,-1.533156501,0.7214944644,70,-1.541455867,0.7320216438,48.397161846 +106,-1.53113574,0.7215166021,70,-1.541455867,0.7320216438,51.620251488 +107,-1.528874248,0.7215345535,70,-1.541455867,0.7320216438,55.790023619 +108,-1.539217656,0.7198512397,70,-1.541455867,0.7320216438,48.660782613 +109,-1.537199919,0.7199428763,70,-1.541455867,0.7320216438,49.477064104 +110,-1.545425832,0.727397149,70,-1.541455867,0.7320216438,21.746605836 +111,-1.543371177,0.7273916949,70,-1.541455867,0.7320216438,19.19123824 +112,-1.541368852,0.7274523163,70,-1.541455867,0.7320216438,18.100929206 +113,-1.545349067,0.7258710923,70,-1.541455867,0.7320216438,26.941065744 +114,-1.54332671,0.7258603556,70,-1.541455867,0.7320216438,25.022945204 +115,-1.541346831,0.7259242142,70,-1.541455867,0.7320216438,24.154066588 +116,-1.545324355,0.7243383958,70,-1.541455867,0.7320216438,32.511382801 +117,-1.543292796,0.7243617413,70,-1.541455867,0.7320216438,30.823055381 +118,-1.541295822,0.7244024384,70,-1.541455867,0.7320216438,30.183381053 +119,-1.543193859,0.7205570215,70,-1.541455867,0.7320216438,45.702103051 +120,-1.550257047,0.7386738187,70,-1.541455867,0.7320216438,36.914231415 +121,-1.549335448,0.7311736483,70,-1.541455867,0.7320216438,23.465982456 +122,-1.533478843,0.7179891343,70,-1.541455867,0.7320216438,60.404842511 +123,-1.556150555,0.738907041,70,-1.541455867,0.7320216438,51.055051254 +124,-1.554324226,0.733414257,70,-1.541455867,0.7320216438,38.289478059 +125,-1.554290846,0.7288285332,70,-1.541455867,0.7320216438,39.925884086 +126,-1.55122487,0.7219795312,70,-1.541455867,0.7320216438,49.173778887 +127,-1.525104458,0.7229399862,70,-1.541455867,0.7320216438,60.280971195 +128,-1.519607711,0.7236181429,70,-1.541455867,0.7320216438,72.682311744 +129,-1.513899999,0.7251107854,70,-1.541455867,0.7320216438,85.915034515 +130,-1.536620762,0.7431061895,70,-1.541455867,0.7320216438,46.137128893 +131,-1.5369566,0.7460845958,70,-1.541455867,0.7320216438,57.239466808 +132,-1.545345528,0.7447040685,70,-1.541455867,0.7320216438,51.51109711 +133,-1.532813921,0.7432306626,70,-1.541455867,0.7320216438,51.117538384 +134,-1.554788248,0.7382381001,70,-1.541455867,0.7320216438,46.267303999 +135,-1.540348126,0.7301594274,70,-1.541455867,0.7320216438,8.0671316811 +136,-1.538016084,0.7239051786,70,-1.541455867,0.7320216438,33.719956658 +137,-1.525288962,0.7258085137,70,-1.541455867,0.7320216438,53.731943778 +138,-1.534326986,0.731241342,70,-1.541455867,0.7320216438,21.237200968 +139,-1.530733872,0.7303625216,70,-1.541455867,0.7320216438,32.289401356 +141,-1.534354939,0.7328219978,70,-1.541455867,0.7320216438,21.152755014 +142,-1.53157084,0.7292888153,70,-1.541455867,0.7320216438,31.104161387 +143,-1.525691035,0.7263799874,70,-1.541455867,0.7320216438,51.649385276 +144,-1.534031287,0.7495967835,70,-1.541455867,0.7320216438,72.918947907 +145,-1.527714986,0.7283095957,70,-1.541455867,0.7320216438,43.135166087 +146,-1.526189586,0.7271468292,70,-1.541455867,0.7320216438,49.038466084 +147,-1.555177336,0.7375563366,70,-1.541455867,0.7320216438,45.900267162 +148,-1.555080283,0.7312707794,70,-1.541455867,0.7320216438,40.264869182 +149,-1.53856994,0.7224180299,70,-1.541455867,0.7320216438,38.9865867 +150,-1.530837883,0.729933372,70,-1.541455867,0.7320216438,32.387003539 +151,-1.515066984,0.5854133365,70,-1.541455867,0.7320216438,586.53923463 +152,-1.534731633,0.5368370046,70,-1.541455867,0.7320216438,773.42142453 +153,-1.515231902,0.5607085576,70,-1.541455867,0.7320216438,683.58518139 +154,-2.616253799,1.0684566605,70,-1.541455867,0.7320216438,2825.1636758 +155,-1.956071439,0.5792177723,70,-1.541455867,0.7320216438,1429.2430971 +156,-1.951208514,0.5602434208,70,-1.541455867,0.7320216438,1456.8494384 +157,-1.944675062,0.6062144545,70,-1.541455867,0.7320216438,1342.9491562 +158,-1.613778386,0.6077989518,70,-1.541455867,0.7320216438,540.68439789 +159,-2.035029014,0.6021432345,70,-1.541455867,0.7320216438,1611.1213406 +160,-2.114989471,0.6801825058,70,-1.541455867,0.7320216438,1730.0393618 +161,-2.037382079,0.5765830025,70,-1.541455867,0.7320216438,1666.2197818 +162,-2.129855121,0.6585019963,70,-1.541455867,0.7320216438,1801.3207742 +163,-2.075141798,0.6493615843,70,-1.541455867,0.7320216438,1652.789593 +164,-1.828626729,0.6948433129,70,-1.541455867,0.7320216438,871.17883741 +165,-1.863329418,0.6735427691,70,-1.541455867,0.7320216438,997.89395621 +166,-1.266037071,0.727988852,70,-1.541455867,0.7320216438,811.94043118 +167,-1.277579582,0.7249010648,70,-1.541455867,0.7320216438,779.43676092 +168,-1.258418684,0.7241194816,70,-1.541455867,0.7320216438,836.20039478 +169,-1.317813974,0.6804850104,70,-1.541455867,0.7320216438,703.39279913 +170,-1.344165204,0.6790988904,70,-1.541455867,0.7320216438,630.15344571 +171,-1.427582102,0.5277120351,70,-1.541455867,0.7320216438,886.86337803 +172,-1.402238616,0.457167829,70,-1.541455867,0.7320216438,1179.2747164 +173,-1.422454264,0.4996161999,70,-1.541455867,0.7320216438,996.86925681 +174,-1.439089277,0.4894859811,70,-1.541455867,0.7320216438,1015.8141531 +175,-1.448126995,0.5182330266,70,-1.541455867,0.7320216438,897.80639694 +176,-1.474626146,0.5881926574,70,-1.541455867,0.7320216438,606.68925174 +177,-1.421139645,0.5584869783,70,-1.541455867,0.7320216438,785.11557364 +178,-1.457037165,0.565943032,70,-1.541455867,0.7320216438,709.40770771 +179,-2.757159358,0.3745319,70,-1.541455867,0.7320216438,4215.3137081 +180,-2.714309238,0.342054471,70,-1.541455867,0.7320216438,4167.4129671 +181,-2.000525337,0.774119946,70,-1.541455867,0.7320216438,1331.2956588 +183,-1.571413436,0.6777838382,70,-1.541455867,0.7320216438,233.0595255 +184,-1.552860289,0.6987663893,70,-1.541455867,0.7320216438,136.06451908 +185,-1.521852374,0.7165827476,70,-1.541455867,0.7320216438,84.389866515 +186,-1.503656267,0.6928968252,70,-1.541455867,0.7320216438,191.96034374 +187,-1.502753178,0.7136205882,70,-1.541455867,0.7320216438,136.11739826 +188,-1.631894563,0.7343596465,70,-1.541455867,0.7320216438,266.29874388 +189,-1.653765416,0.6770714026,70,-1.541455867,0.7320216438,402.63241465 +190,-1.719812114,0.6715965947,70,-1.541455867,0.7320216438,589.71110408 +191,-1.493406659,0.6646955447,70,-1.541455867,0.7320216438,303.8735728 +192,-1.469120564,0.6613469966,70,-1.541455867,0.7320216438,355.79245768 +193,-1.590551461,0.5326612937,70,-1.541455867,0.7320216438,804.96276969 +194,-1.625979264,0.5247742243,70,-1.541455867,0.7320216438,864.03002308 +195,-1.572293943,0.5238808754,70,-1.541455867,0.7320216438,830.29500726 +196,-1.610848725,0.5477107964,70,-1.541455867,0.7320216438,762.37950095 +197,-1.208485554,0.7918526018,70,-1.541455867,0.7320216438,980.64463479 +198,-1.335601374,0.6869083083,70,-1.541455867,0.7320216438,643.32705399 +199,-1.346156996,0.6825213377,70,-1.541455867,0.7320216438,619.29678951 +200,-1.324381037,0.6741422347,70,-1.541455867,0.7320216438,694.05559724 +201,-1.242424992,0.7378949807,70,-1.541455867,0.7320216438,877.52838654 +202,-1.270370057,0.7392461008,70,-1.541455867,0.7320216438,795.50684842 +203,-1.448950472,0.7441675014,70,-1.541455867,0.7320216438,275.24298938 +204,-1.492662363,0.7523026852,70,-1.541455867,0.7320216438,163.52064182 +205,-1.479098966,0.7763855017,70,-1.541455867,0.7320216438,251.51606328 +206,-1.633760714,0.7869022408,70,-1.541455867,0.7320216438,342.73933877 +207,-1.647406434,0.8101289331,70,-1.541455867,0.7320216438,431.37438528 +208,-1.564245052,0.5701509278,70,-1.541455867,0.7320216438,645.15370956 +209,-1.646289963,0.6833746083,70,-1.541455867,0.7320216438,369.5779826 +210,-1.5820631,0.6751952144,70,-1.541455867,0.7320216438,256.30799973 +211,-1.613236298,0.6681681791,70,-1.541455867,0.7320216438,333.45710828 +212,-1.914661867,0.8212566515,70,-1.541455867,0.7320216438,1107.9126918 +213,-1.742133237,0.7250275956,70,-1.541455867,0.7320216438,593.30895341 +214,-2.033144872,0.6557314699,70,-1.541455867,0.7320216438,1520.2105141 +215,-2.039551981,0.6964723658,70,-1.541455867,0.7320216438,1490.4531338 +216,-1.247341019,0.7622473908,70,-1.541455867,0.7320216438,861.49625399 +217,-1.298239787,0.7084123392,70,-1.541455867,0.7320216438,729.32180495 +218,-1.308539688,0.6926545592,70,-1.541455867,0.7320216438,714.63957446 +219,-1.303263185,0.6888938396,70,-1.541455867,0.7320216438,734.46147465 +220,-1.852400229,0.6004246149,70,-1.541455867,0.7320216438,1096.585655 +221,-1.288947707,0.7473773692,70,-1.541455867,0.7320216438,740.39026177 +222,-1.372031502,0.7472790993,70,-1.541455867,0.7320216438,499.12269321 +223,-1.289805721,0.7242157877,70,-1.541455867,0.7320216438,743.79314566 +224,-1.350807603,0.7533498126,70,-1.541455867,0.7320216438,562.25056736 +225,-1.329290365,0.7560442322,70,-1.541455867,0.7320216438,625.00933447 +226,-1.410153004,0.616936428,70,-1.541455867,0.7320216438,610.06702786 +227,-1.393445434,0.6308995063,70,-1.541455867,0.7320216438,605.8743882 +228,-1.37595573,0.6241540638,70,-1.541455867,0.7320216438,664.98657063 +229,-1.358388707,0.6172645205,70,-1.541455867,0.7320216438,725.19479463 +230,-1.753741133,0.8281661666,70,-1.541455867,0.7320216438,707.50014209 +231,-1.47430987,0.6834615681,70,-1.541455867,0.7320216438,278.93540987 +232,-1.421012508,0.7222725206,70,-1.541455867,0.7320216438,358.39756869 +233,-1.4476833,0.6978557868,70,-1.541455867,0.7320216438,311.34328201 +234,-1.470370723,0.6966193374,70,-1.541455867,0.7320216438,254.74877799 +235,-1.429211703,0.7037216883,70,-1.541455867,0.7320216438,353.03182628 +236,-1.700578405,0.6178673663,70,-1.541455867,0.7320216438,667.56004293 +237,-1.678117619,0.6331716163,70,-1.541455867,0.7320216438,573.75346673 +238,-1.725644578,0.6316331145,70,-1.541455867,0.7320216438,691.24899557 +239,-2.14012759,0.7930497945,70,-1.541455867,0.7320216438,1718.3490165 +240,-2.103289431,0.7653606263,70,-1.541455867,0.7320216438,1625.3161309 +241,-1.318739838,0.7017808746,70,-1.541455867,0.7320216438,675.06017707 +242,-1.396417427,0.7077900843,70,-1.541455867,0.7320216438,442.28637437 +243,-1.35650337,0.7185539404,70,-1.541455867,0.7320216438,550.44120497 +244,-1.248884539,0.7274156818,70,-1.541455867,0.7320216438,862.59668495 +245,-1.395014798,0.5761185243,70,-1.541455867,0.7320216438,769.36932288 +246,-1.433377362,0.6064716109,70,-1.541455867,0.7320216438,599.64370387 +247,-1.408172432,0.5903155476,70,-1.541455867,0.7320216438,698.4030224 +248,-1.749645898,0.7757118084,70,-1.541455867,0.7320216438,624.95668023 +249,-1.571626686,0.615046989,70,-1.541455867,0.7320216438,472.62756479 +250,-1.514070049,0.6303003037,70,-1.541455867,0.7320216438,411.6136972 +251,-1.480890369,0.6237966528,70,-1.541455867,0.7320216438,467.52098043 +252,-1.704390658,0.5281680612,70,-1.541455867,0.7320216438,959.81839617 +253,-1.64434733,0.5254277498,70,-1.541455867,0.7320216438,881.62306467 +254,-1.703855997,0.4792484842,70,-1.541455867,0.7320216438,1130.625569 +255,-1.692002383,0.5748825051,70,-1.541455867,0.7320216438,781.12570149 +256,-1.854136457,0.5544643913,70,-1.541455867,0.7320216438,1211.1585615 +257,-1.665021206,0.520317736,70,-1.541455867,0.7320216438,926.7570015 +258,-1.733654349,0.4845187345,70,-1.541455867,0.7320216438,1160.2213278 +259,-1.720938188,0.5135933906,70,-1.541455867,0.7320216438,1038.4195875 +260,-1.742668307,0.553296122,70,-1.541455867,0.7320216438,951.21552286 +261,-1.965659039,0.7142126903,70,-1.541455867,0.7320216438,1257.5262366 +262,-1.944438071,0.6772834804,70,-1.541455867,0.7320216438,1231.327509 +263,-1.270340967,0.7681487096,70,-1.541455867,0.7320216438,797.35767578 +264,-1.353091884,0.6549276821,70,-1.541455867,0.7320216438,649.28787202 +265,-1.333236659,0.6413584414,70,-1.541455867,0.7320216438,730.99363816 +266,-1.352015998,0.6753788907,70,-1.541455867,0.7320216438,613.98359933 +267,-1.377988483,0.6577816235,70,-1.541455867,0.7320216438,577.2829061 +268,-2.13075611,0.8318642051,70,-1.541455867,0.7320216438,1688.3824287 +269,-2.097910953,0.8259670014,70,-1.541455867,0.7320216438,1599.9683902 +270,-1.416382069,0.6694271549,70,-1.541455867,0.7320216438,452.38281848 +271,-1.538905672,0.7535625993,70,-1.541455867,0.7320216438,85.647480692 +272,-1.572309477,0.7803125099,70,-1.541455867,0.7320216438,210.91768595 +273,-1.87759879,0.7503853417,70,-1.541455867,0.7320216438,982.68933674 +274,1.152365588,0.590457682,70,-1.541455867,0.7320216438,6958.3839414 +275,0.350198001,0.718001859,70,-1.541455867,0.7320216438,5167.6259592 +276,0.046513677,0.491503852,70,-1.541455867,0.7320216438,4997.6691143 +277,0.027510309,0.742571376,70,-1.541455867,0.7320216438,4359.9818087 +278,0.306285725,-0.214631579,70,-1.541455867,0.7320216438,7600.5465528 +279,-1.100564889,0.318051531,70,-1.541455867,0.7320216438,2212.8390662 +280,-1.078582306,0.301437596,70,-1.541455867,0.7320216438,2315.2560188 +281,-1.137371989,-0.617634065,70,-1.541455867,0.7320216438,5543.2393664 +282,0.784356344,0.703272339,70,-1.541455867,0.7320216438,6049.7531678 +283,-1.221209947,0.218327455,70,-1.541455867,0.7320216438,2315.0085856 +284,2.347301921,-0.449114658,70,-1.541455867,0.7320216438,9776.8301659 +285,0.246820618,0.830553713,70,-1.541455867,0.7320216438,4655.5796659 +286,0.829414965,0.703288228,70,-1.541455867,0.7320216438,6121.8962569 +287,-1.337537566,0.42332223,70,-1.541455867,0.7320216438,1394.3492056 +288,0.882453706,0.454478077,70,-1.541455867,0.7320216438,7060.1906145 +289,1.575629659,0.416419109,70,-1.541455867,0.7320216438,7893.9876536 +290,-1.039455679,0.229888244,70,-1.541455867,0.7320216438,2632.2439166 +291,0.489558039,0.934482747,70,-1.541455867,0.7320216438,4842.5021296 +292,0.081344504,0.88384514,70,-1.541455867,0.7320216438,4183.2795014 +293,-1.547979814,0.300350308,70,-1.541455867,0.7320216438,1709.993306 +294,0.040776181,0.168560074,70,-1.541455867,0.7320216438,5810.2570411 +295,-1.130374745,0.563894876,70,-1.541455867,0.7320216438,1452.3902963 +296,1.578326642,0.478507176,70,-1.541455867,0.7320216438,7648.2791768 +297,-1.12861823,-0.291640865,70,-1.541455867,0.7320216438,4326.8509251 +298,0.310524208,0.770885792,70,-1.541455867,0.7320216438,4941.5299183 +299,0.415649091,-0.387246002,70,-1.541455867,0.7320216438,8350.5693503 +300,-0.926533878,-0.188022748,70,-1.541455867,0.7320216438,4275.1717629 +301,1.258856172,-0.11716081,70,-1.541455867,0.7320216438,9729.4996208 +302,-1.126050026,0.322941926,70,-1.541455867,0.7320216438,2140.5694369 +303,2.002785835,0.07893892,70,-1.541455867,0.7320216438,8919.0127068 +304,0.440437607,0.746258085,70,-1.541455867,0.7320216438,5280.2213244 +305,-0.030391866,0.214441206,70,-1.541455867,0.7320216438,5482.402408 +306,0.521557815,-0.058929362,70,-1.541455867,0.7320216438,7809.9938828 +307,-0.097005111,0.13317729,70,-1.541455867,0.7320216438,5498.3973632 +308,1.83113859,0.221857587,70,-1.541455867,0.7320216438,8572.7004358 +309,0.222428864,0.099404236,70,-1.541455867,0.7320216438,6522.0535243 +310,-1.702731345,0.8728568183,70,-1.541455867,0.7320216438,711.82001184 +311,-0.418507569,0.278324921,70,-1.541455867,0.7320216438,4178.3724252 +312,-1.41153306,0.339029988,70,-1.541455867,0.7320216438,1616.6954593 +313,0.357560442,0.114788776,70,-1.541455867,0.7320216438,6865.0286312 +314,0.325818979,0.268352149,70,-1.541455867,0.7320216438,6349.9616853 +315,-1.246004659,-0.663679965,70,-1.541455867,0.7320216438,5630.2767446 +316,1.814603087,0.637404484,70,-1.541455867,0.7320216438,6964.2646399 +317,1.843704281,-0.18300445,70,-1.541455867,0.7320216438,10110.483824 +318,1.690644492,-0.211480909,70,-1.541455867,0.7320216438,10358.402154 +319,-1.275451936,0.068109467,70,-1.541455867,0.7320216438,2793.2648475 +320,0.762430171,-0.207594741,70,-1.541455867,0.7320216438,8895.1771191 +321,0.265668905,-0.014647884,70,-1.541455867,0.7320216438,6954.6282211 +322,-2.773032013,-0.335515811,70,-1.541455867,0.7320216438,6167.88862 +323,-1.469512853,0.174058777,70,-1.541455867,0.7320216438,2224.2277307 +324,0.286276986,0.785925691,70,-1.541455867,0.7320216438,4850.8402247 +325,-1.379324697,0.377432233,70,-1.541455867,0.7320216438,1504.5795783 +326,-1.203778265,0.212813032,70,-1.541455867,0.7320216438,2363.8174905 +327,0.579916301,0.611743168,70,-1.541455867,0.7320216438,5963.2244193 +328,0.267582642,0.868113908,70,-1.541455867,0.7320216438,4606.5906772 +329,0.412869244,-0.050245578,70,-1.541455867,0.7320216438,7476.8762451 +330,0.17524381,0.976660285,70,-1.541455867,0.7320216438,4178.526239 +331,0.743157214,0.204812899,70,-1.541455867,0.7320216438,7599.7862731 +332,-1.070758176,0.269382282,70,-1.541455867,0.7320216438,2435.1082838 +333,-1.230364251,0.329790229,70,-1.541455867,0.7320216438,1906.2893651 +334,-1.374813124,-0.024926835,70,-1.541455867,0.7320216438,3057.2271678 +335,0.519780566,0.463669906,70,-1.541455867,0.7320216438,6279.1279607 +336,-1.55108034,0.239698561,70,-1.541455867,0.7320216438,1950.37215 +337,0.180294813,0.029739425,70,-1.541455867,0.7320216438,6586.5897915 +338,0.67820924,0.268170153,70,-1.541455867,0.7320216438,7248.6641042 +339,0.445798684,1.024001867,70,-1.541455867,0.7320216438,4529.1413782 +340,0.691751283,0.150521402,70,-1.541455867,0.7320216438,7647.0155486 +341,-1.036643551,-0.903056181,70,-1.541455867,0.7320216438,6705.1292415 +342,-0.120287036,1.083325163,70,-1.541455867,0.7320216438,3458.3242305 +343,2.823513113,-0.304487164,70,-1.541455867,0.7320216438,8035.3079497 +344,0.457583172,1.12513373,70,-1.541455867,0.7320216438,4284.101595 +345,0.042918831,0.813795399,70,-1.541455867,0.7320216438,4243.7733638 +346,1.196146777,-0.853142756,70,-1.541455867,0.7320216438,11228.509289 +347,0.206001358,-0.010430701,70,-1.541455867,0.7320216438,6769.0392437 +348,-0.268308653,0.234799412,70,-1.541455867,0.7320216438,4730.6650942 +349,0.759363263,0.736189579,70,-1.541455867,0.7320216438,5899.9117034 +350,0.181363926,0.891988372,70,-1.541455867,0.7320216438,4375.3487396 +351,-0.021111158,0.139103292,70,-1.541455867,0.7320216438,5706.2418304 +352,-0.093355215,0.630686981,70,-1.541455867,0.7320216438,4294.3255726 +353,0.40118964,0.681375926,70,-1.541455867,0.7320216438,5379.5365111 +354,-0.721197315,1.304706234,70,-1.541455867,0.7320216438,2689.1747986 +355,-1.076150317,0.212107639,70,-1.541455867,0.7320216438,2610.6282646 +356,-1.577164531,0.273993443,70,-1.541455867,0.7320216438,1818.3346196 +357,-0.190788414,0.182208586,70,-1.541455867,0.7320216438,5094.3481742 +358,-0.261349752,0.209710184,70,-1.541455867,0.7320216438,4815.4776465 +359,-1.029303852,0.083549259,70,-1.541455867,0.7320216438,3140.0139688 +360,-1.268609162,0.330525297,70,-1.541455867,0.7320216438,1836.2987359 +361,1.282982244,-0.926641967,70,-1.541455867,0.7320216438,11303.494873 +362,0.217352334,0.731352408,70,-1.541455867,0.7320216438,4835.4837165 +363,-1.511833084,0.258629297,70,-1.541455867,0.7320216438,1877.8461694 +364,0.338812194,0.823184618,70,-1.541455867,0.7320216438,4864.1598768 +365,-0.324406489,1.134201999,70,-1.541455867,0.7320216438,3068.5502421 +366,1.389579348,0.399185724,70,-1.541455867,0.7320216438,7897.1385776 +367,2.047152199,-0.039082036,70,-1.541455867,0.7320216438,9273.0245106 +368,0.947780369,0.568250077,70,-1.541455867,0.7320216438,6772.2949765 +369,0.763824846,0.576754987,70,-1.541455867,0.7320216438,6433.5582937 +370,-0.142334657,0.928153068,70,-1.541455867,0.7320216438,3617.2747425 +371,0.610266567,0.547265983,70,-1.541455867,0.7320216438,6225.0895132 +372,0.210731629,0.746815056,70,-1.541455867,0.7320216438,4782.05674 +373,-1.34931644,0.316895224,70,-1.541455867,0.7320216438,1767.7146306 +374,2.407696481,0.655030745,70,-1.541455867,0.7320216438,6224.2854759 +375,0.64207831,0.545359131,70,-1.541455867,0.7320216438,6297.2843383 +376,1.174597538,0.840588356,70,-1.541455867,0.7320216438,6039.4075719 +377,0.660059424,0.010604079,70,-1.541455867,0.7320216438,7989.3211441 +378,-0.730263819,0.010486456,70,-1.541455867,0.7320216438,4059.5379032 +379,0.831068936,0.512339172,70,-1.541455867,0.7320216438,6771.1152748 +380,1.301180979,0.72367476,70,-1.541455867,0.7320216438,6579.3823906 +381,1.811128231,0.322854402,70,-1.541455867,0.7320216438,8194.6066265 +382,0.435105812,0.992284428,70,-1.541455867,0.7320216438,4595.887424 +383,0.62643634,0.592027932,70,-1.541455867,0.7320216438,6119.1338855 +384,0.492988703,-0.516339467,70,-1.541455867,0.7320216438,8867.0743038 +385,-0.162469483,0.112549365,70,-1.541455867,0.7320216438,5359.6773438 +386,0.314630866,0.472006421,70,-1.541455867,0.7320216438,5755.6555338 +387,0.166744804,0.822815954,70,-1.541455867,0.7320216438,4502.1466379 +388,0.417159608,0.965805736,70,-1.541455867,0.7320216438,4636.0682741 +389,0.106334961,0.868774244,70,-1.541455867,0.7320216438,4268.6469627 +390,0.815086969,-0.338144359,70,-1.541455867,0.7320216438,9394.8232336 +391,0.59867455,-0.230624824,70,-1.541455867,0.7320216438,8496.2172243 +392,1.915104874,0.066220985,70,-1.541455867,0.7320216438,9084.7651952 +393,1.278093622,0.064463721,70,-1.541455867,0.7320216438,9082.6985329 +394,-0.061477853,0.302997961,70,-1.541455867,0.7320216438,5164.4205611 +395,0.251311504,0.626976942,70,-1.541455867,0.7320216438,5182.0399854 +396,2.950242872,0.149095644,70,-1.541455867,0.7320216438,6466.6169519 +397,-0.180294708,0.35375117,70,-1.541455867,0.7320216438,4691.8686712 +398,1.010448592,-0.351180233,70,-1.541455867,0.7320216438,9964.3984628 +399,-1.748740498,0.3686318073,70,-1.541455867,0.7320216438,1596.7315602 +400,2.699635665,0.123533791,70,-1.541455867,0.7320216438,7234.2390861 +401,0.496808033,0.823843254,70,-1.541455867,0.7320216438,5169.0144265 +402,0.129574704,0.763364087,70,-1.541455867,0.7320216438,4555.9341757 +403,1.798920311,0.817447563,70,-1.541455867,0.7320216438,6266.7050896 +404,0.335987953,0.746786541,70,-1.541455867,0.7320216438,5059.6525625 +405,-1.085413643,0.292154671,70,-1.541455867,0.7320216438,2329.3482575 +406,-0.155321003,0.508207011,70,-1.541455867,0.7320216438,4397.1826367 +407,0.620529244,-0.301175104,70,-1.541455867,0.7320216438,8742.0820165 +408,1.684402744,0.368716966,70,-1.541455867,0.7320216438,8072.8925885 +409,0.300582244,-0.386397212,70,-1.541455867,0.7320216438,8011.029212 +410,2.913555946,-0.009225192,70,-1.541455867,0.7320216438,7001.2975475 +411,1.465101417,0.493232532,70,-1.541455867,0.7320216438,7565.5365859 +412,0.090612882,0.907955955,70,-1.541455867,0.7320216438,4153.3591281 +413,2.987564726,-0.729568594,70,-1.541455867,0.7320216438,8512.6198536 +414,-1.484261606,0.224149272,70,-1.541455867,0.7320216438,2021.3198663 +415,0.164073421,0.303955133,70,-1.541455867,0.7320216438,5806.4164773 +416,0.141441293,0.167552546,70,-1.541455867,0.7320216438,6105.3705905 +417,2.931321023,-0.506718887,70,-1.541455867,0.7320216438,8199.2229979 +418,2.21951565,0.700596356,70,-1.541455867,0.7320216438,6349.1387297 +419,0.268112576,1.199114336,70,-1.541455867,0.7320216438,3873.0823665 +420,0.978913739,0.359223811,70,-1.541455867,0.7320216438,7559.3967273 +421,1.210898818,0.522863584,70,-1.541455867,0.7320216438,7273.9204346 +422,2.347397336,0.129231362,70,-1.541455867,0.7320216438,8092.7703805 +423,0.614394501,0.556878345,70,-1.541455867,0.7320216438,6203.8899086 +424,-1.398079356,0.148483366,70,-1.541455867,0.7320216438,2365.109691 +425,2.535303836,-0.112984496,70,-1.541455867,0.7320216438,8360.8672976 +426,-1.019372593,-0.405322349,70,-1.541455867,0.7320216438,4894.2541314 +427,-1.297785627,-0.160104069,70,-1.541455867,0.7320216438,3642.8935103 +428,2.144554488,0.205051084,70,-1.541455867,0.7320216438,8236.0890959 +429,-2.242387083,-0.426171285,70,-1.541455867,0.7320216438,5256.5335089 +430,0.338637212,0.909723676,70,-1.541455867,0.7320216438,4641.2051737 +431,-0.148798452,0.691042401,70,-1.541455867,0.7320216438,4020.747513 +432,0.893524764,0.441829531,70,-1.541455867,0.7320216438,7123.3188362 +433,0.969229347,-0.368847936,70,-1.541455867,0.7320216438,9902.9586676 +434,0.436043248,0.800045688,70,-1.541455867,0.7320216438,5120.5254491 +435,1.687946607,1.081504775,70,-1.541455867,0.7320216438,5254.9730831 +436,0.522302046,-0.034889271,70,-1.541455867,0.7320216438,7744.9705587 +437,-0.178996113,-0.438090009,70,-1.541455867,0.7320216438,6795.1513743 +438,-1.094339566,0.301444068,70,-1.541455867,0.7320216438,2279.6872367 +439,-1.064070054,0.242569932,70,-1.541455867,0.7320216438,2536.5696198 +440,-1.068153768,0.230387998,70,-1.541455867,0.7320216438,2567.4105897 +441,-3.00496892,-0.23989155,70,-1.541455867,0.7320216438,6544.8572276 +442,0.21751974,0.766874888,70,-1.541455867,0.7320216438,4748.0063611 +443,0.117229532,0.007619006,70,-1.541455867,0.7320216438,6460.5037887 +444,0.777758451,0.420554741,70,-1.541455867,0.7320216438,6975.7994528 +445,-0.252356999,0.250747086,70,-1.541455867,0.7320216438,4737.073925 +446,0.363148444,0.768483434,70,-1.541455867,0.7320216438,5059.2540189 +447,0.903191366,-0.118210676,70,-1.541455867,0.7320216438,8999.7881453 +448,-0.205755923,0.149406178,70,-1.541455867,0.7320216438,5135.6321854 +449,1.811996086,0.02364353,70,-1.541455867,0.7320216438,9355.8230223 +450,-1.100670221,0.314845373,70,-1.541455867,0.7320216438,2222.7846305 +451,0.340078597,0.850105132,70,-1.541455867,0.7320216438,4796.7047366 +452,0.258757267,0.804969236,70,-1.541455867,0.7320216438,4743.9845227 +453,2.78505352,-0.155160804,70,-1.541455867,0.7320216438,7765.4071121 +454,0.800551619,0.105822106,70,-1.541455867,0.7320216438,8048.4227879 +455,0.437940882,-0.506194031,70,-1.541455867,0.7320216438,8685.079718 +456,2.230431122,0.63458615,70,-1.541455867,0.7320216438,6569.6488707 +457,0.527965361,0.127667701,70,-1.541455867,0.7320216438,7295.447079 +458,-0.063643205,0.702093448,70,-1.541455867,0.7320216438,4219.0373167 +459,1.408447268,0.133010502,70,-1.541455867,0.7320216438,8947.6998527 +460,0.523795955,0.280266966,70,-1.541455867,0.7320216438,6835.679825 +461,-0.975769313,0.072177659,70,-1.541455867,0.7320216438,3289.554427 +462,0.549774164,-0.463663986,70,-1.541455867,0.7320216438,8920.2133119 +463,0.29245874,1.095549818,70,-1.541455867,0.7320216438,4121.4399438 +464,0.143625958,0.816809593,70,-1.541455867,0.7320216438,4464.9893718 +465,0.671902494,0.611159853,70,-1.541455867,0.7320216438,6148.7397415 +466,1.239840988,0.6724199,70,-1.541455867,0.7320216438,6731.229057 +467,0.607829703,-0.10932137,70,-1.541455867,0.7320216438,8192.3306766 +468,1.763020906,0.263996692,70,-1.541455867,0.7320216438,8453.9277874 +469,0.378714634,0.726066797,70,-1.541455867,0.7320216438,5207.3272647 +470,2.196736143,-0.153862366,70,-1.541455867,0.7320216438,9351.9005614 +471,0.01702415,0.148991565,70,-1.541455867,0.7320216438,5792.209985 +472,-2.998490902,-0.158002487,70,-1.541455867,0.7320216438,6308.208518 +473,-3.051262951,-0.346595608,70,-1.541455867,0.7320216438,6956.5538615 +474,-1.069176439,0.182802941,70,-1.541455867,0.7320216438,2722.9965223 +475,0.167157509,0.595344954,70,-1.541455867,0.7320216438,5055.6054595 +476,0.613855648,0.681746124,70,-1.541455867,0.7320216438,5815.2819266 +477,1.037012736,0.682555367,70,-1.541455867,0.7320216438,6485.3787382 +478,-1.253574971,0.379755746,70,-1.541455867,0.7320216438,1691.8082894 +479,3.108590453,-0.132620738,70,-1.541455867,0.7320216438,6755.5618733 +480,0.565301296,0.022333262,70,-1.541455867,0.7320216438,7701.1458307 +481,0.547898238,0.855555614,70,-1.541455867,0.7320216438,5168.5512792 +482,0.948309381,0.417393755,70,-1.541455867,0.7320216438,7303.2377392 +483,-0.050600732,0.945269213,70,-1.541455867,0.7320216438,3787.644783 +484,-0.977651478,-0.572363064,70,-1.541455867,0.7320216438,5559.347401 +485,1.102014914,0.728861163,70,-1.541455867,0.7320216438,6389.3998177 +486,2.927300795,-0.282939414,70,-1.541455867,0.7320216438,7675.9401259 +487,-1.154565557,0.124434095,70,-1.541455867,0.7320216438,2762.6496635 +488,1.855331234,0.291044755,70,-1.541455867,0.7320216438,8285.2701982 +489,0.830290659,0.276904518,70,-1.541455867,0.7320216438,7558.2800339 +490,0.485104466,-0.234867441,70,-1.541455867,0.7320216438,8177.729492 +491,0.521367572,-0.33161327,70,-1.541455867,0.7320216438,8527.959322 +1,-1.539031704,0.7349710123,71,-1.545410146,0.7304422281,25.971521122 +2,-1.536990553,0.7349663874,71,-1.545410146,0.7304422281,30.589845638 +3,-1.534951779,0.7349571355,71,-1.545410146,0.7304422281,35.610662443 +4,-1.532906461,0.7349480293,71,-1.545410146,0.7304422281,40.914803787 +5,-1.531320211,0.7346937278,71,-1.545410146,0.7304422281,44.77957076 +6,-1.539451648,0.7335131775,71,-1.545410146,0.7304422281,21.358394456 +7,-1.537429487,0.7335445708,71,-1.545410146,0.7304422281,26.531234619 +8,-1.535484998,0.7335658704,71,-1.545410146,0.7304422281,31.752512759 +9,-1.533488396,0.7336036027,71,-1.545410146,0.7304422281,37.290126277 +10,-1.531497785,0.7335842962,71,-1.545410146,0.7304422281,42.837742559 +11,-1.530259379,0.7334777758,71,-1.545410146,0.7304422281,46.231703408 +12,-1.5335454,0.7322346912,71,-1.545410146,0.7304422281,35.691628034 +13,-1.531489083,0.7322238773,71,-1.545410146,0.7304422281,41.6430158 +14,-1.530011122,0.7321679851,71,-1.545410146,0.7304422281,45.910709121 +15,-1.53348106,0.7306614094,71,-1.545410146,0.7304422281,35.203538811 +16,-1.531441779,0.7306962275,71,-1.545410146,0.7304422281,41.220654819 +17,-1.529755654,0.7306933243,71,-1.545410146,0.7304422281,46.193373749 +18,-1.533415048,0.7291384674,71,-1.545410146,0.7304422281,35.786274574 +19,-1.531392093,0.7291705353,71,-1.545410146,0.7304422281,41.688632055 +20,-1.529296523,0.7291214933,71,-1.545410146,0.7304422281,47.857382626 +21,-1.535280942,0.727267644,71,-1.545410146,0.7304422281,32.462566744 +22,-1.533378158,0.7276139666,71,-1.545410146,0.7304422281,37.268394897 +23,-1.531340368,0.7276446587,71,-1.545410146,0.7304422281,43.015980164 +24,-1.528960113,0.7276398177,71,-1.545410146,0.7304422281,49.84751741 +25,-1.533313146,0.7260818349,71,-1.545410146,0.7304422281,39.713607746 +26,-1.531259555,0.7260958115,71,-1.545410146,0.7304422281,45.23596633 +27,-1.528926415,0.7260865555,71,-1.545410146,0.7304422281,51.693175188 +28,-1.531226779,0.7245511789,71,-1.545410146,0.7304422281,48.009605207 +29,-1.528904772,0.7245519194,71,-1.545410146,0.7304422281,54.114426058 +30,-1.547195875,0.7409785979,71,-1.545410146,0.7304422281,42.062692638 +31,-1.5451475,0.740980426,71,-1.545410146,0.7304422281,41.748926089 +32,-1.543097679,0.7409798872,71,-1.545410146,0.7304422281,42.288416052 +33,-1.540720364,0.7409892687,71,-1.545410146,0.7304422281,43.988080984 +34,-1.547188511,0.7395198392,71,-1.545410146,0.7304422281,36.334149402 +35,-1.545148587,0.7395226109,71,-1.545410146,0.7304422281,35.975606828 +36,-1.543104538,0.7395314908,71,-1.545410146,0.7304422281,36.634445886 +37,-1.540727751,0.7395306258,71,-1.545410146,0.7304422281,38.538816934 +38,-1.547187029,0.7380014886,71,-1.545410146,0.7304422281,30.394666891 +39,-1.545147315,0.7380012252,71,-1.545410146,0.7304422281,29.951159936 +40,-1.54310719,0.7380060743,71,-1.545410146,0.7304422281,30.71613265 +41,-1.540719671,0.7380068206,71,-1.545410146,0.7304422281,32.985169454 +42,-1.547187189,0.7364799098,71,-1.545410146,0.7304422281,24.480210105 +43,-1.545149996,0.7364853874,71,-1.545410146,0.7304422281,23.949190322 +44,-1.543106091,0.7364823484,71,-1.545410146,0.7304422281,24.86693339 +45,-1.540717158,0.7364893901,71,-1.545410146,0.7304422281,27.648180389 +46,-1.538663972,0.7410138672,71,-1.545410146,0.7304422281,46.323543745 +47,-1.53695285,0.7409699132,71,-1.545410146,0.7304422281,48.535124554 +48,-1.534910498,0.7409641297,71,-1.545410146,0.7304422281,51.842064014 +49,-1.533145034,0.7409536636,71,-1.545410146,0.7304422281,55.051903251 +50,-1.538681336,0.7395405883,71,-1.545410146,0.7304422281,41.10601368 +51,-1.536999189,0.7395183096,71,-1.545410146,0.7304422281,43.626249681 +52,-1.534923633,0.7395144222,71,-1.545410146,0.7304422281,47.33711956 +53,-1.533267822,0.7395654306,71,-1.545410146,0.7304422281,50.782093144 +54,-1.53867273,0.7380151077,71,-1.545410146,0.7304422281,35.947709603 +55,-1.536980576,0.7379994392,71,-1.545410146,0.7304422281,38.864195934 +56,-1.534931522,0.7379944961,71,-1.545410146,0.7304422281,42.944640796 +57,-1.533387952,0.7379480264,71,-1.545410146,0.7304422281,46.191013254 +58,-1.538682279,0.7364914363,71,-1.545410146,0.7304422281,31.080885437 +59,-1.536980704,0.7364810563,71,-1.545410146,0.7304422281,34.458065548 +60,-1.534935567,0.7364752065,71,-1.545410146,0.7304422281,38.999809443 +61,-1.533042592,0.7363876366,71,-1.545410146,0.7304422281,43.347456923 +62,-1.545143426,0.7349628011,71,-1.545410146,0.7304422281,17.923203805 +63,-1.543105297,0.7349691947,71,-1.545410146,0.7304422281,19.172620816 +64,-1.541064533,0.7349647152,71,-1.545410146,0.7304422281,22.014132993 +65,-1.545411803,0.7334624714,71,-1.545410146,0.7304422281,11.963184417 +66,-1.543446606,0.7334780896,71,-1.545410146,0.7304422281,13.344416205 +67,-1.541475327,0.7334957295,71,-1.545410146,0.7304422281,16.754094923 +68,-1.545401939,0.731963266,71,-1.545410146,0.7304422281,6.024879572 +69,-1.54342253,0.7319915583,71,-1.545410146,0.7304422281,8.4855697049 +70,-1.541455867,0.7320216438,71,-1.545410146,0.7304422281,13.23117011 +71,-1.545410146,0.7304422281,71,-1.545410146,0.7304422281,2.9636570513 +72,-1.543435491,0.7304713664,71,-1.545410146,0.7304422281,5.8272219641 +73,-1.541463105,0.7304997613,71,-1.545410146,0.7304422281,11.647541326 +74,-1.545414768,0.7289194936,71,-1.545410146,0.7304422281,6.0315667754 +75,-1.543435774,0.7289538557,71,-1.545410146,0.7304422281,8.2907072783 +76,-1.541457714,0.7289765881,71,-1.545410146,0.7304422281,13.033500014 +77,-1.539449415,0.7320555866,71,-1.545410146,0.7304422281,18.700041935 +78,-1.537429183,0.7321097681,71,-1.545410146,0.7304422281,24.439430558 +79,-1.535472649,0.7321497267,71,-1.545410146,0.7304422281,30.068296788 +80,-1.539457899,0.7305333307,71,-1.545410146,0.7304422281,17.56489011 +81,-1.537453161,0.7305750503,71,-1.545410146,0.7304422281,23.481295723 +82,-1.535479385,0.7306124949,71,-1.545410146,0.7304422281,29.305860658 +83,-1.53946905,0.7290102593,71,-1.545410146,0.7304422281,18.434523027 +84,-1.537459922,0.7290417293,71,-1.545410146,0.7304422281,24.118189945 +85,-1.535451349,0.7290890157,71,-1.545410146,0.7304422281,29.885448915 +86,-1.535522937,0.7279887191,71,-1.545410146,0.7304422281,30.77841469 +87,-1.539442524,0.7274735939,71,-1.545410146,0.7304422281,21.192159221 +88,-1.537424111,0.727521351,71,-1.545410146,0.7304422281,26.277333778 +89,-1.539384641,0.7259505092,71,-1.545410146,0.7304422281,25.176832571 +90,-1.537372391,0.7259947145,71,-1.545410146,0.7304422281,29.580191246 +91,-1.535340789,0.7260435356,71,-1.545410146,0.7304422281,34.491744143 +92,-1.539325716,0.7244369706,71,-1.545410146,0.7304422281,29.829741047 +93,-1.537308932,0.7244801057,71,-1.545410146,0.7304422281,33.646396579 +94,-1.535289068,0.7245247645,71,-1.545410146,0.7304422281,38.024157638 +95,-1.533261366,0.7245550236,71,-1.545410146,0.7304422281,42.841256612 +96,-1.539267302,0.722921924,71,-1.545410146,0.7304422281,34.900077759 +97,-1.537248972,0.7229660258,71,-1.545410146,0.7304422281,38.218136136 +98,-1.535219431,0.7229916471,71,-1.545410146,0.7304422281,42.201937358 +99,-1.53318962,0.7230212049,71,-1.545410146,0.7304422281,46.612354023 +100,-1.531154816,0.7230299897,71,-1.545410146,0.7304422281,51.407545623 +101,-1.528878341,0.7230370244,71,-1.545410146,0.7304422281,57.054643556 +102,-1.539218189,0.7214009878,71,-1.545410146,0.7304422281,40.236555996 +103,-1.537198791,0.7214422745,71,-1.545410146,0.7304422281,43.156881192 +104,-1.535179266,0.7214634354,71,-1.545410146,0.7304422281,46.726401463 +105,-1.533156501,0.7214944644,71,-1.545410146,0.7304422281,50.731509252 +106,-1.53113574,0.7215166021,71,-1.545410146,0.7304422281,55.116477526 +107,-1.528874248,0.7215345535,71,-1.545410146,0.7304422281,60.366765912 +108,-1.539217656,0.7198512397,71,-1.545410146,0.7304422281,45.791399523 +109,-1.537199919,0.7199428763,71,-1.545410146,0.7304422281,48.185623258 +110,-1.545425832,0.727397149,71,-1.545410146,0.7304422281,12.061647301 +111,-1.543371177,0.7273916949,71,-1.545410146,0.7304422281,13.501584742 +112,-1.541368852,0.7274523163,71,-1.545410146,0.7304422281,16.817033672 +113,-1.545349067,0.7258710923,71,-1.545410146,0.7304422281,18.10716946 +114,-1.54332671,0.7258603556,71,-1.545410146,0.7304422281,19.165610597 +115,-1.541346831,0.7259242142,71,-1.545410146,0.7304422281,21.553898465 +116,-1.545324355,0.7243383958,71,-1.545410146,0.7304422281,24.178612002 +117,-1.543292796,0.7243617413,71,-1.545410146,0.7304422281,24.886084984 +118,-1.541295822,0.7244024384,71,-1.545410146,0.7304422281,26.842018722 +119,-1.543193859,0.7205570215,71,-1.545410146,0.7304422281,39.702325096 +120,-1.550257047,0.7386738187,71,-1.545410146,0.7304422281,35.582337317 +121,-1.549335448,0.7311736483,71,-1.545410146,0.7304422281,11.934658112 +122,-1.533478843,0.7179891343,71,-1.545410146,0.7304422281,60.713441702 +123,-1.556150555,0.738907041,71,-1.545410146,0.7304422281,46.05178443 +124,-1.554324226,0.733414257,71,-1.545410146,0.7304422281,28.783088927 +125,-1.554290846,0.7288285332,71,-1.545410146,0.7304422281,26.988914877 +126,-1.55122487,0.7219795312,71,-1.545410146,0.7304422281,37.685507443 +127,-1.525104458,0.7229399862,71,-1.545410146,0.7304422281,67.055362164 +128,-1.519607711,0.7236181429,71,-1.545410146,0.7304422281,81.003001793 +129,-1.513899999,0.7251107854,71,-1.545410146,0.7304422281,95.552068116 +130,-1.536620762,0.7431061895,71,-1.545410146,0.7304422281,56.40092778 +131,-1.5369566,0.7460845958,71,-1.545410146,0.7304422281,66.725555767 +132,-1.545345528,0.7447040685,71,-1.545410146,0.7304422281,56.491467202 +133,-1.532813921,0.7432306626,71,-1.545410146,0.7304422281,62.699615261 +134,-1.554788248,0.7382381001,71,-1.545410146,0.7304422281,41.397983973 +135,-1.540348126,0.7301594274,71,-1.545410146,0.7304422281,14.97915331 +136,-1.538016084,0.7239051786,71,-1.545410146,0.7304422281,33.899480097 +137,-1.525288962,0.7258085137,71,-1.545410146,0.7304422281,62.256349626 +138,-1.534326986,0.731241342,71,-1.545410146,0.7304422281,32.841612259 +139,-1.530733872,0.7303625216,71,-1.545410146,0.7304422281,43.304392466 +141,-1.534354939,0.7328219978,71,-1.545410146,0.7304422281,33.919251667 +142,-1.53157084,0.7292888153,71,-1.545410146,0.7304422281,41.108021888 +143,-1.525691035,0.7263799874,71,-1.545410146,0.7304422281,60.465993089 +144,-1.534031287,0.7495967835,71,-1.545410146,0.7304422281,82.849861767 +145,-1.527714986,0.7283095957,71,-1.545410146,0.7304422281,52.936829842 +146,-1.526189586,0.7271468292,71,-1.545410146,0.7304422281,58.273514765 +147,-1.555177336,0.7375563366,71,-1.545410146,0.7304422281,40.239413377 +148,-1.555080283,0.7312707794,71,-1.545410146,0.7304422281,28.708984456 +149,-1.53856994,0.7224180299,71,-1.545410146,0.7304422281,37.68867745 +150,-1.530837883,0.729933372,71,-1.545410146,0.7304422281,43.051820488 +151,-1.515066984,0.5854133365,71,-1.545410146,0.7304422281,582.23989466 +152,-1.534731633,0.5368370046,71,-1.545410146,0.7304422281,767.62126986 +153,-1.515231902,0.5607085576,71,-1.545410146,0.7304422281,679.01727564 +154,-2.616253799,1.0684566605,71,-1.545410146,0.7304422281,2822.3946429 +155,-1.956071439,0.5792177723,71,-1.545410146,0.7304422281,1416.2514947 +156,-1.951208514,0.5602434208,71,-1.545410146,0.7304422281,1443.7467917 +157,-1.944675062,0.6062144545,71,-1.545410146,0.7304422281,1330.1130687 +158,-1.613778386,0.6077989518,71,-1.545410146,0.7304422281,530.03884179 +159,-2.035029014,0.6021432345,71,-1.545410146,0.7304422281,1598.6064159 +160,-2.114989471,0.6801825058,71,-1.545410146,0.7304422281,1718.880339 +161,-2.037382079,0.5765830025,71,-1.545410146,0.7304422281,1653.4919906 +162,-2.129855121,0.6585019963,71,-1.545410146,0.7304422281,1789.8919418 +163,-2.075141798,0.6493615843,71,-1.545410146,0.7304422281,1641.0040499 +164,-1.828626729,0.6948433129,71,-1.545410146,0.7304422281,859.09849522 +165,-1.863329418,0.6735427691,71,-1.545410146,0.7304422281,985.54069753 +166,-1.266037071,0.727988852,71,-1.545410146,0.7304422281,824.04682564 +167,-1.277579582,0.7249010648,71,-1.545410146,0.7304422281,791.43306943 +168,-1.258418684,0.7241194816,71,-1.545410146,0.7304422281,848.22405336 +169,-1.317813974,0.6804850104,71,-1.545410146,0.7304422281,713.46708206 +170,-1.344165204,0.6790988904,71,-1.545410146,0.7304422281,639.76501829 +171,-1.427582102,0.5277120351,71,-1.545410146,0.7304422281,886.52128694 +172,-1.402238616,0.457167829,71,-1.545410146,0.7304422281,1178.6484091 +173,-1.422454264,0.4996161999,71,-1.545410146,0.7304422281,996.16932263 +174,-1.439089277,0.4894859811,71,-1.545410146,0.7304422281,1014.2126431 +175,-1.448126995,0.5182330266,71,-1.545410146,0.7304422281,896.2822964 +176,-1.474626146,0.5881926574,71,-1.545410146,0.7304422281,605.26708076 +177,-1.421139645,0.5584869783,71,-1.545410146,0.7304422281,785.91381195 +178,-1.457037165,0.565943032,71,-1.545410146,0.7304422281,708.46941926 +179,-2.757159358,0.3745319,71,-1.545410146,0.7304422281,4204.0725752 +180,-2.714309238,0.342054471,71,-1.545410146,0.7304422281,4155.7885733 +181,-2.000525337,0.774119946,71,-1.545410146,0.7304422281,1321.8510191 +183,-1.571413436,0.6777838382,71,-1.545410146,0.7304422281,222.85389752 +184,-1.552860289,0.6987663893,71,-1.545410146,0.7304422281,127.43212703 +185,-1.521852374,0.7165827476,71,-1.545410146,0.7304422281,88.906894303 +186,-1.503656267,0.6928968252,71,-1.545410146,0.7304422281,194.41132047 +187,-1.502753178,0.7136205882,71,-1.545410146,0.7304422281,143.23397657 +188,-1.631894563,0.7343596465,71,-1.545410146,0.7304422281,255.15747009 +189,-1.653765416,0.6770714026,71,-1.545410146,0.7304422281,389.41373343 +190,-1.719812114,0.6715965947,71,-1.545410146,0.7304422281,576.59829186 +191,-1.493406659,0.6646955447,71,-1.545410146,0.7304422281,304.48689093 +192,-1.469120564,0.6613469966,71,-1.545410146,0.7304422281,358.62780544 +193,-1.590551461,0.5326612937,71,-1.545410146,0.7304422281,796.47983435 +194,-1.625979264,0.5247742243,71,-1.545410146,0.7304422281,854.26222448 +195,-1.572293943,0.5238808754,71,-1.545410146,0.7304422281,822.67848849 +196,-1.610848725,0.5477107964,71,-1.545410146,0.7304422281,752.88983036 +197,-1.208485554,0.7918526018,71,-1.545410146,0.7304422281,993.75802532 +198,-1.335601374,0.6869083083,71,-1.545410146,0.7304422281,653.46656071 +199,-1.346156996,0.6825213377,71,-1.545410146,0.7304422281,629.05576155 +200,-1.324381037,0.6741422347,71,-1.545410146,0.7304422281,703.74223459 +201,-1.242424992,0.7378949807,71,-1.545410146,0.7304422281,889.90383432 +202,-1.270370057,0.7392461008,71,-1.545410146,0.7304422281,807.88372637 +203,-1.448950472,0.7441675014,71,-1.545410146,0.7304422281,287.96619056 +204,-1.492662363,0.7523026852,71,-1.545410146,0.7304422281,176.74263246 +205,-1.479098966,0.7763855017,71,-1.545410146,0.7304422281,264.1727587 +206,-1.633760714,0.7869022408,71,-1.545410146,0.7304422281,338.28562768 +207,-1.647406434,0.8101289331,71,-1.545410146,0.7304422281,428.36868566 +208,-1.564245052,0.5701509278,71,-1.545410146,0.7304422281,637.66814784 +209,-1.646289963,0.6833746083,71,-1.545410146,0.7304422281,356.35028879 +210,-1.5820631,0.6751952144,71,-1.545410146,0.7304422281,245.25355653 +211,-1.613236298,0.6681681791,71,-1.545410146,0.7304422281,321.04167529 +212,-1.914661867,0.8212566515,71,-1.545410146,0.7304422281,1100.1887884 +213,-1.742133237,0.7250275956,71,-1.545410146,0.7304422281,581.80756701 +214,-2.033144872,0.6557314699,71,-1.545410146,0.7304422281,1508.3374251 +215,-2.039551981,0.6964723658,71,-1.545410146,0.7304422281,1479.2876509 +216,-1.247341019,0.7622473908,71,-1.545410146,0.7304422281,874.31348116 +217,-1.298239787,0.7084123392,71,-1.545410146,0.7304422281,740.71093541 +218,-1.308539688,0.6926545592,71,-1.545410146,0.7304422281,725.34453528 +219,-1.303263185,0.6888938396,71,-1.545410146,0.7304422281,745.06357135 +220,-1.852400229,0.6004246149,71,-1.545410146,0.7304422281,1083.418438 +221,-1.288947707,0.7473773692,71,-1.545410146,0.7304422281,752.94417075 +222,-1.372031502,0.7472790993,71,-1.545410146,0.7304422281,511.72722824 +223,-1.289805721,0.7242157877,71,-1.545410146,0.7304422281,755.73720176 +224,-1.350807603,0.7533498126,71,-1.545410146,0.7304422281,574.9910044 +225,-1.329290365,0.7560442322,71,-1.545410146,0.7304422281,637.7809774 +226,-1.410153004,0.616936428,71,-1.545410146,0.7304422281,613.83889239 +227,-1.393445434,0.6308995063,71,-1.545410146,0.7304422281,611.21969702 +228,-1.37595573,0.6241540638,71,-1.545410146,0.7304422281,670.68284253 +229,-1.358388707,0.6172645205,71,-1.545410146,0.7304422281,731.19000114 +230,-1.753741133,0.8281661666,71,-1.545410146,0.7304422281,701.97339935 +231,-1.47430987,0.6834615681,71,-1.545410146,0.7304422281,283.63397051 +232,-1.421012508,0.7222725206,71,-1.545410146,0.7304422281,369.68177669 +233,-1.4476833,0.6978557868,71,-1.545410146,0.7304422281,319.63769089 +234,-1.470370723,0.6966193374,71,-1.545410146,0.7304422281,261.57865222 +235,-1.429211703,0.7037216883,71,-1.545410146,0.7304422281,362.58498777 +236,-1.700578405,0.6178673663,71,-1.545410146,0.7304422281,654.59994755 +237,-1.678117619,0.6331716163,71,-1.545410146,0.7304422281,560.8338736 +238,-1.725644578,0.6316331145,71,-1.545410146,0.7304422281,678.04302098 +239,-2.14012759,0.7930497945,71,-1.545410146,0.7304422281,1709.5163991 +240,-2.103289431,0.7653606263,71,-1.545410146,0.7304422281,1615.7851726 +241,-1.318739838,0.7017808746,71,-1.545410146,0.7304422281,686.05500481 +242,-1.396417427,0.7077900843,71,-1.545410146,0.7304422281,452.79865597 +243,-1.35650337,0.7185539404,71,-1.545410146,0.7304422281,561.91983466 +244,-1.248884539,0.7274156818,71,-1.545410146,0.7304422281,874.72478745 +245,-1.395014798,0.5761185243,71,-1.545410146,0.7304422281,772.04708837 +246,-1.433377362,0.6064716109,71,-1.545410146,0.7304422281,601.59298894 +247,-1.408172432,0.5903155476,71,-1.545410146,0.7304422281,701.01571654 +248,-1.749645898,0.7757118084,71,-1.545410146,0.7304422281,616.22219196 +249,-1.571626686,0.615046989,71,-1.545410146,0.7304422281,464.21709063 +250,-1.514070049,0.6303003037,71,-1.545410146,0.7304422281,408.20244762 +251,-1.480890369,0.6237966528,71,-1.545410146,0.7304422281,466.90286732 +252,-1.704390658,0.5281680612,71,-1.545410146,0.7304422281,947.95724106 +253,-1.64434733,0.5254277498,71,-1.545410146,0.7304422281,871.25168171 +254,-1.703855997,0.4792484842,71,-1.545410146,0.7304422281,1119.3315855 +255,-1.692002383,0.5748825051,71,-1.545410146,0.7304422281,768.86361059 +256,-1.854136457,0.5544643913,71,-1.545410146,0.7304422281,1197.9322308 +257,-1.665021206,0.520317736,71,-1.545410146,0.7304422281,915.86827625 +258,-1.733654349,0.4845187345,71,-1.545410146,0.7304422281,1148.3461033 +259,-1.720938188,0.5135933906,71,-1.545410146,0.7304422281,1026.4420934 +260,-1.742668307,0.553296122,71,-1.545410146,0.7304422281,938.5182329 +261,-1.965659039,0.7142126903,71,-1.545410146,0.7304422281,1246.4619231 +262,-1.944438071,0.6772834804,71,-1.545410146,0.7304422281,1219.4191428 +263,-1.270340967,0.7681487096,71,-1.545410146,0.7304422281,810.27677308 +264,-1.353091884,0.6549276821,71,-1.545410146,0.7304422281,657.40195162 +265,-1.333236659,0.6413584414,71,-1.545410146,0.7304422281,738.91515786 +266,-1.352015998,0.6753788907,71,-1.545410146,0.7304422281,623.25087356 +267,-1.377988483,0.6577816235,71,-1.545410146,0.7304422281,584.84604473 +268,-2.13075611,0.8318642051,71,-1.545410146,0.7304422281,1680.5019394 +269,-2.097910953,0.8259670014,71,-1.545410146,0.7304422281,1591.948182 +270,-1.416382069,0.6694271549,71,-1.545410146,0.7304422281,459.33589625 +271,-1.538905672,0.7535625993,71,-1.545410146,0.7304422281,93.527900661 +272,-1.572309477,0.7803125099,71,-1.545410146,0.7304422281,212.20905052 +273,-1.87759879,0.7503853417,71,-1.545410146,0.7304422281,972.42315689 +274,1.152365588,0.590457682,71,-1.545410146,0.7304422281,6968.4595664 +275,0.350198001,0.718001859,71,-1.545410146,0.7304422281,5180.4610777 +276,0.046513677,0.491503852,71,-1.545410146,0.7304422281,5010.8311627 +277,0.027510309,0.742571376,71,-1.545410146,0.7304422281,4373.1374276 +278,0.306285725,-0.214631579,71,-1.545410146,0.7304422281,7612.3428151 +279,-1.100564889,0.318051531,71,-1.545410146,0.7304422281,2217.7703831 +280,-1.078582306,0.301437596,71,-1.545410146,0.7304422281,2320.338752 +281,-1.137371989,-0.617634065,71,-1.545410146,0.7304422281,5541.1371418 +282,0.784356344,0.703272339,71,-1.545410146,0.7304422281,6061.4272672 +283,-1.221209947,0.218327455,71,-1.545410146,0.7304422281,2316.3574007 +284,2.347301921,-0.449114658,71,-1.545410146,0.7304422281,9766.5542894 +285,0.246820618,0.830553713,71,-1.545410146,0.7304422281,4668.2781416 +286,0.829414965,0.703288228,71,-1.545410146,0.7304422281,6133.383741 +287,-1.337537566,0.42332223,71,-1.545410146,0.7304422281,1395.3859826 +288,0.882453706,0.454478077,71,-1.545410146,0.7304422281,7072.2128844 +289,1.575629659,0.416419109,71,-1.545410146,0.7304422281,7900.5055251 +290,-1.039455679,0.229888244,71,-1.545410146,0.7304422281,2637.0741087 +291,0.489558039,0.934482747,71,-1.545410146,0.7304422281,4854.2551672 +292,0.081344504,0.88384514,71,-1.545410146,0.7304422281,4196.0502552 +293,-1.547979814,0.300350308,71,-1.545410146,0.7304422281,1703.6164125 +294,0.040776181,0.168560074,71,-1.545410146,0.7304422281,5822.6508263 +295,-1.130374745,0.563894876,71,-1.545410146,0.7304422281,1461.318828 +296,1.578326642,0.478507176,71,-1.545410146,0.7304422281,7654.7535003 +297,-1.12861823,-0.291640865,71,-1.545410146,0.7304422281,4326.2870014 +298,0.310524208,0.770885792,71,-1.545410146,0.7304422281,4954.2961879 +299,0.415649091,-0.387246002,71,-1.545410146,0.7304422281,8361.8680577 +300,-0.926533878,-0.188022748,71,-1.545410146,0.7304422281,4277.9022878 +301,1.258856172,-0.11716081,71,-1.545410146,0.7304422281,9740.9310477 +302,-1.126050026,0.322941926,71,-1.545410146,0.7304422281,2145.1093682 +303,2.002785835,0.07893892,71,-1.545410146,0.7304422281,8918.5238826 +304,0.440437607,0.746258085,71,-1.545410146,0.7304422281,5292.8035561 +305,-0.030391866,0.214441206,71,-1.545410146,0.7304422281,5494.7412893 +306,0.521557815,-0.058929362,71,-1.545410146,0.7304422281,7822.9819974 +307,-0.097005111,0.13317729,71,-1.545410146,0.7304422281,5510.1608151 +308,1.83113859,0.221857587,71,-1.545410146,0.7304422281,8575.5529213 +309,0.222428864,0.099404236,71,-1.545410146,0.7304422281,6534.7405295 +310,-1.702731345,0.8728568183,71,-1.545410146,0.7304422281,710.29987031 +311,-0.418507569,0.278324921,71,-1.545410146,0.7304422281,4189.4705246 +312,-1.41153306,0.339029988,71,-1.545410146,0.7304422281,1614.3988666 +313,0.357560442,0.114788776,71,-1.545410146,0.7304422281,6878.0384969 +314,0.325818979,0.268352149,71,-1.545410146,0.7304422281,6363.1329259 +315,-1.246004659,-0.663679965,71,-1.545410146,0.7304422281,5626.9155199 +316,1.814603087,0.637404484,71,-1.545410146,0.7304422281,6968.3751766 +317,1.843704281,-0.18300445,71,-1.545410146,0.7304422281,10111.114844 +318,1.690644492,-0.211480909,71,-1.545410146,0.7304422281,10362.459351 +319,-1.275451936,0.068109467,71,-1.545410146,0.7304422281,2792.3044185 +320,0.762430171,-0.207594741,71,-1.545410146,0.7304422281,8908.3153783 +321,0.265668905,-0.014647884,71,-1.545410146,0.7304422281,6967.0903193 +322,-2.773032013,-0.335515811,71,-1.545410146,0.7304422281,6154.6598023 +323,-1.469512853,0.174058777,71,-1.545410146,0.7304422281,2219.6245078 +324,0.286276986,0.785925691,71,-1.545410146,0.7304422281,4863.6058641 +325,-1.379324697,0.377432233,71,-1.545410146,0.7304422281,1503.6497242 +326,-1.203778265,0.212813032,71,-1.545410146,0.7304422281,2365.4718175 +327,0.579916301,0.611743168,71,-1.545410146,0.7304422281,5975.8434854 +328,0.267582642,0.868113908,71,-1.545410146,0.7304422281,4619.1249784 +329,0.412869244,-0.050245578,71,-1.545410146,0.7304422281,7489.6425641 +330,0.17524381,0.976660285,71,-1.545410146,0.7304422281,4190.7686817 +331,0.743157214,0.204812899,71,-1.545410146,0.7304422281,7612.8189431 +332,-1.070758176,0.269382282,71,-1.545410146,0.7304422281,2439.9072025 +333,-1.230364251,0.329790229,71,-1.545410146,0.7304422281,1908.7608718 +334,-1.374813124,-0.024926835,71,-1.545410146,0.7304422281,3053.9606478 +335,0.519780566,0.463669906,71,-1.545410146,0.7304422281,6292.1676611 +336,-1.55108034,0.239698561,71,-1.545410146,0.7304422281,1943.9334268 +337,0.180294813,0.029739425,71,-1.545410146,0.7304422281,6598.9360067 +338,0.67820924,0.268170153,71,-1.545410146,0.7304422281,7261.7242843 +339,0.445798684,1.024001867,71,-1.545410146,0.7304422281,4540.5609814 +340,0.691751283,0.150521402,71,-1.545410146,0.7304422281,7660.1866709 +341,-1.036643551,-0.903056181,71,-1.545410146,0.7304422281,6702.6969701 +342,-0.120287036,1.083325163,71,-1.545410146,0.7304422281,3470.3507338 +343,2.823513113,-0.304487164,71,-1.545410146,0.7304422281,8023.5977965 +344,0.457583172,1.12513373,71,-1.545410146,0.7304422281,4294.8795404 +345,0.042918831,0.813795399,71,-1.545410146,0.7304422281,4256.7878152 +346,1.196146777,-0.853142756,71,-1.545410146,0.7304422281,11235.215321 +347,0.206001358,-0.010430701,71,-1.545410146,0.7304422281,6781.325175 +348,-0.268308653,0.234799412,71,-1.545410146,0.7304422281,4742.2140145 +349,0.759363263,0.736189579,71,-1.545410146,0.7304422281,5911.5711774 +350,0.181363926,0.891988372,71,-1.545410146,0.7304422281,4387.9440848 +351,-0.021111158,0.139103292,71,-1.545410146,0.7304422281,5718.3193963 +352,-0.093355215,0.630686981,71,-1.545410146,0.7304422281,4307.5359828 +353,0.40118964,0.681375926,71,-1.545410146,0.7304422281,5392.3693083 +354,-0.721197315,1.304706234,71,-1.545410146,0.7304422281,2698.7017929 +355,-1.076150317,0.212107639,71,-1.545410146,0.7304422281,2614.6560258 +356,-1.577164531,0.273993443,71,-1.545410146,0.7304422281,1811.2396808 +357,-0.190788414,0.182208586,71,-1.545410146,0.7304422281,5105.959275 +358,-0.261349752,0.209710184,71,-1.545410146,0.7304422281,4826.9231899 +359,-1.029303852,0.083549259,71,-1.545410146,0.7304422281,3143.4902855 +360,-1.268609162,0.330525297,71,-1.545410146,0.7304422281,1837.8649927 +361,1.282982244,-0.926641967,71,-1.545410146,0.7304422281,11306.428742 +362,0.217352334,0.731352408,71,-1.545410146,0.7304422281,4848.4830594 +363,-1.511833084,0.258629297,71,-1.545410146,0.7304422281,1872.385297 +364,0.338812194,0.823184618,71,-1.545410146,0.7304422281,4876.7141027 +365,-0.324406489,1.134201999,71,-1.545410146,0.7304422281,3080.3113096 +366,1.389579348,0.399185724,71,-1.545410146,0.7304422281,7905.6965181 +367,2.047152199,-0.039082036,71,-1.545410146,0.7304422281,9270.9658793 +368,0.947780369,0.568250077,71,-1.545410146,0.7304422281,6783.6650237 +369,0.763824846,0.576754987,71,-1.545410146,0.7304422281,6445.7082586 +370,-0.142334657,0.928153068,71,-1.545410146,0.7304422281,3630.1355414 +371,0.610266567,0.547265983,71,-1.545410146,0.7304422281,6237.788371 +372,0.210731629,0.746815056,71,-1.545410146,0.7304422281,4795.0318103 +373,-1.34931644,0.316895224,71,-1.545410146,0.7304422281,1767.0031199 +374,2.407696481,0.655030745,71,-1.545410146,0.7304422281,6222.7141386 +375,0.64207831,0.545359131,71,-1.545410146,0.7304422281,6309.9053048 +376,1.174597538,0.840588356,71,-1.545410146,0.7304422281,6048.6229518 +377,0.660059424,0.010604079,71,-1.545410146,0.7304422281,8002.5466378 +378,-0.730263819,0.010486456,71,-1.545410146,0.7304422281,4066.1422776 +379,0.831068936,0.512339172,71,-1.545410146,0.7304422281,6783.1906939 +380,1.301180979,0.72367476,71,-1.545410146,0.7304422281,6588.0522451 +381,1.811128231,0.322854402,71,-1.545410146,0.7304422281,8198.0369486 +382,0.435105812,0.992284428,71,-1.545410146,0.7304422281,4607.5025528 +383,0.62643634,0.592027932,71,-1.545410146,0.7304422281,6131.6808561 +384,0.492988703,-0.516339467,71,-1.545410146,0.7304422281,8877.7730823 +385,-0.162469483,0.112549365,71,-1.545410146,0.7304422281,5371.058938 +386,0.314630866,0.472006421,71,-1.545410146,0.7304422281,5768.8743942 +387,0.166744804,0.822815954,71,-1.545410146,0.7304422281,4514.9909652 +388,0.417159608,0.965805736,71,-1.545410146,0.7304422281,4647.860643 +389,0.106334961,0.868774244,71,-1.545410146,0.7304422281,4281.4344595 +390,0.815086969,-0.338144359,71,-1.545410146,0.7304422281,9407.7875913 +391,0.59867455,-0.230624824,71,-1.545410146,0.7304422281,8508.9529584 +392,1.915104874,0.066220985,71,-1.545410146,0.7304422281,9085.6231916 +393,1.278093622,0.064463721,71,-1.545410146,0.7304422281,9093.2634374 +394,-0.061477853,0.302997961,71,-1.545410146,0.7304422281,5176.9796981 +395,0.251311504,0.626976942,71,-1.545410146,0.7304422281,5195.173286 +396,2.950242872,0.149095644,71,-1.545410146,0.7304422281,6456.9326198 +397,-0.180294708,0.35375117,71,-1.545410146,0.7304422281,4704.2831261 +398,1.010448592,-0.351180233,71,-1.545410146,0.7304422281,9977.6268513 +399,-1.748740498,0.3686318073,71,-1.545410146,0.7304422281,1585.5947603 +400,2.699635665,0.123533791,71,-1.545410146,0.7304422281,7226.1070746 +401,0.496808033,0.823843254,71,-1.545410146,0.7304422281,5181.2026731 +402,0.129574704,0.763364087,71,-1.545410146,0.7304422281,4568.9685011 +403,1.798920311,0.817447563,71,-1.545410146,0.7304422281,6271.3121016 +404,0.335987953,0.746786541,71,-1.545410146,0.7304422281,5072.4394404 +405,-1.085413643,0.292154671,71,-1.545410146,0.7304422281,2334.1920467 +406,-0.155321003,0.508207011,71,-1.545410146,0.7304422281,4410.1430745 +407,0.620529244,-0.301175104,71,-1.545410146,0.7304422281,8754.6297951 +408,1.684402744,0.368716966,71,-1.545410146,0.7304422281,8078.0736579 +409,0.300582244,-0.386397212,71,-1.545410146,0.7304422281,8021.8040136 +410,2.913555946,-0.009225192,71,-1.545410146,0.7304422281,6990.8306559 +411,1.465101417,0.493232532,71,-1.545410146,0.7304422281,7573.189563 +412,0.090612882,0.907955955,71,-1.545410146,0.7304422281,4166.0312018 +413,2.987564726,-0.729568594,71,-1.545410146,0.7304422281,8499.389898 +414,-1.484261606,0.224149272,71,-1.545410146,0.7304422281,2016.4854232 +415,0.164073421,0.303955133,71,-1.545410146,0.7304422281,5819.443343 +416,0.141441293,0.167552546,71,-1.545410146,0.7304422281,6118.0417097 +417,2.931321023,-0.506718887,71,-1.545410146,0.7304422281,8186.3554487 +418,2.21951565,0.700596356,71,-1.545410146,0.7304422281,6349.5493975 +419,0.268112576,1.199114336,71,-1.545410146,0.7304422281,3883.6997424 +420,0.978913739,0.359223811,71,-1.545410146,0.7304422281,7571.2275707 +421,1.210898818,0.522863584,71,-1.545410146,0.7304422281,7283.7602321 +422,2.347397336,0.129231362,71,-1.545410146,0.7304422281,8088.00973 +423,0.614394501,0.556878345,71,-1.545410146,0.7304422281,6216.5558822 +424,-1.398079356,0.148483366,71,-1.545410146,0.7304422281,2362.0324602 +425,2.535303836,-0.112984496,71,-1.545410146,0.7304422281,8352.2421266 +426,-1.019372593,-0.405322349,71,-1.545410146,0.7304422281,4894.4671134 +427,-1.297785627,-0.160104069,71,-1.545410146,0.7304422281,3640.4490573 +428,2.144554488,0.205051084,71,-1.545410146,0.7304422281,8234.3855181 +429,-2.242387083,-0.426171285,71,-1.545410146,0.7304422281,5244.5060977 +430,0.338637212,0.909723676,71,-1.545410146,0.7304422281,4653.434095 +431,-0.148798452,0.691042401,71,-1.545410146,0.7304422281,4033.9749671 +432,0.893524764,0.441829531,71,-1.545410146,0.7304422281,7135.3276798 +433,0.969229347,-0.368847936,71,-1.545410146,0.7304422281,9916.1393819 +434,0.436043248,0.800045688,71,-1.545410146,0.7304422281,5132.9479909 +435,1.687946607,1.081504775,71,-1.545410146,0.7304422281,5260.7169873 +436,0.522302046,-0.034889271,71,-1.545410146,0.7304422281,7758.004395 +437,-0.178996113,-0.438090009,71,-1.545410146,0.7304422281,6802.8156712 +438,-1.094339566,0.301444068,71,-1.545410146,0.7304422281,2284.5004571 +439,-1.064070054,0.242569932,71,-1.545410146,0.7304422281,2541.1517242 +440,-1.068153768,0.230387998,71,-1.545410146,0.7304422281,2571.7814967 +441,-3.00496892,-0.23989155,71,-1.545410146,0.7304422281,6532.0099858 +442,0.21751974,0.766874888,71,-1.545410146,0.7304422281,4760.9266999 +443,0.117229532,0.007619006,71,-1.545410146,0.7304422281,6472.5484728 +444,0.777758451,0.420554741,71,-1.545410146,0.7304422281,6988.3153995 +445,-0.252356999,0.250747086,71,-1.545410146,0.7304422281,4748.7733208 +446,0.363148444,0.768483434,71,-1.545410146,0.7304422281,5071.93081 +447,0.903191366,-0.118210676,71,-1.545410146,0.7304422281,9012.9622517 +448,-0.205755923,0.149406178,71,-1.545410146,0.7304422281,5147.0086986 +449,1.811996086,0.02364353,71,-1.545410146,0.7304422281,9358.2677405 +450,-1.100670221,0.314845373,71,-1.545410146,0.7304422281,2227.6696412 +451,0.340078597,0.850105132,71,-1.545410146,0.7304422281,4809.1631213 +452,0.258757267,0.804969236,71,-1.545410146,0.7304422281,4756.7411445 +453,2.78505352,-0.155160804,71,-1.545410146,0.7304422281,7754.7604865 +454,0.800551619,0.105822106,71,-1.545410146,0.7304422281,8061.4876159 +455,0.437940882,-0.506194031,71,-1.545410146,0.7304422281,8695.6086679 +456,2.230431122,0.63458615,71,-1.545410146,0.7304422281,6569.5746244 +457,0.527965361,0.127667701,71,-1.545410146,0.7304422281,7308.6619373 +458,-0.063643205,0.702093448,71,-1.545410146,0.7304422281,4232.2638224 +459,1.408447268,0.133010502,71,-1.545410146,0.7304422281,8956.5934194 +460,0.523795955,0.280266966,71,-1.545410146,0.7304422281,6848.8931915 +461,-0.975769313,0.072177659,71,-1.545410146,0.7304422281,3293.7171659 +462,0.549774164,-0.463663986,71,-1.545410146,0.7304422281,8931.5790991 +463,0.29245874,1.095549818,71,-1.545410146,0.7304422281,4132.7786816 +464,0.143625958,0.816809593,71,-1.545410146,0.7304422281,4477.8813678 +465,0.671902494,0.611159853,71,-1.545410146,0.7304422281,6161.1020212 +466,1.239840988,0.6724199,71,-1.545410146,0.7304422281,6740.4666654 +467,0.607829703,-0.10932137,71,-1.545410146,0.7304422281,8205.383169 +468,1.763020906,0.263996692,71,-1.545410146,0.7304422281,8457.8873537 +469,0.378714634,0.726066797,71,-1.545410146,0.7304422281,5220.0911333 +470,2.196736143,-0.153862366,71,-1.545410146,0.7304422281,9346.5117057 +471,0.01702415,0.148991565,71,-1.545410146,0.7304422281,5804.4574139 +472,-2.998490902,-0.158002487,71,-1.545410146,0.7304422281,6295.5603349 +473,-3.051262951,-0.346595608,71,-1.545410146,0.7304422281,6943.5621543 +474,-1.069176439,0.182802941,71,-1.545410146,0.7304422281,2726.8195117 +475,0.167157509,0.595344954,71,-1.545410146,0.7304422281,5068.8199623 +476,0.613855648,0.681746124,71,-1.545410146,0.7304422281,5827.6145014 +477,1.037012736,0.682555367,71,-1.545410146,0.7304422281,6495.8991935 +478,-1.253574971,0.379755746,71,-1.545410146,0.7304422281,1694.4686078 +479,3.108590453,-0.132620738,71,-1.545410146,0.7304422281,6743.5542701 +480,0.565301296,0.022333262,71,-1.545410146,0.7304422281,7714.3151175 +481,0.547898238,0.855555614,71,-1.545410146,0.7304422281,5180.4770315 +482,0.948309381,0.417393755,71,-1.545410146,0.7304422281,7315.057242 +483,-0.050600732,0.945269213,71,-1.545410146,0.7304422281,3800.347517 +484,-0.977651478,-0.572363064,71,-1.545410146,0.7304422281,5559.1111604 +485,1.102014914,0.728861163,71,-1.545410146,0.7304422281,6399.3912306 +486,2.927300795,-0.282939414,71,-1.545410146,0.7304422281,7663.9370798 +487,-1.154565557,0.124434095,71,-1.545410146,0.7304422281,2764.4057097 +488,1.855331234,0.291044755,71,-1.545410146,0.7304422281,8287.9985704 +489,0.830290659,0.276904518,71,-1.545410146,0.7304422281,7570.9549767 +490,0.485104466,-0.234867441,71,-1.545410146,0.7304422281,8190.0993905 +491,0.521367572,-0.33161327,71,-1.545410146,0.7304422281,8540.0184571 +1,-1.539031704,0.7349710123,72,-1.543435491,0.7304713664,22.040787698 +2,-1.536990553,0.7349663874,72,-1.543435491,0.7304713664,26.021619962 +3,-1.534951779,0.7349571355,72,-1.543435491,0.7304713664,30.654481947 +4,-1.532906461,0.7349480293,72,-1.543435491,0.7304713664,35.715045443 +5,-1.531320211,0.7346937278,72,-1.543435491,0.7304713664,39.402564679 +6,-1.539451648,0.7335131775,72,-1.543435491,0.7304713664,16.821003789 +7,-1.537429487,0.7335445708,72,-1.543435491,0.7304713664,21.478260079 +8,-1.535484998,0.7335658704,72,-1.543435491,0.7304713664,26.437614164 +9,-1.533488396,0.7336036027,72,-1.543435491,0.7304713664,31.824520322 +10,-1.531497785,0.7335842962,72,-1.543435491,0.7304713664,37.270340951 +11,-1.530259379,0.7334777758,72,-1.543435491,0.7304713664,40.607461172 +12,-1.5335454,0.7322346912,72,-1.543435491,0.7304713664,29.981420557 +13,-1.531489083,0.7322238773,72,-1.543435491,0.7304713664,35.896372366 +14,-1.530011122,0.7321679851,72,-1.543435491,0.7304713664,40.143381387 +15,-1.53348106,0.7306614094,72,-1.543435491,0.7304713664,29.37655032 +16,-1.531441779,0.7306962275,72,-1.543435491,0.7304713664,35.39368402 +17,-1.529755654,0.7306933243,72,-1.543435491,0.7304713664,40.366283648 +18,-1.533415048,0.7291384674,72,-1.543435491,0.7304713664,30.049245672 +19,-1.531392093,0.7291705353,72,-1.543435491,0.7304713664,35.924747794 +20,-1.529296523,0.7291214933,72,-1.543435491,0.7304713664,42.081587661 +21,-1.535280942,0.727267644,72,-1.543435491,0.7304713664,27.231100458 +22,-1.533378158,0.7276139666,72,-1.543435491,0.7304713664,31.793698222 +23,-1.531340368,0.7276446587,72,-1.543435491,0.7304713664,37.443568463 +24,-1.528960113,0.7276398177,72,-1.543435491,0.7304713664,44.208316763 +25,-1.533313146,0.7260818349,72,-1.543435491,0.7304713664,34.608001315 +26,-1.531259555,0.7260958115,72,-1.543435491,0.7304713664,39.949258207 +27,-1.528926415,0.7260865555,72,-1.543435491,0.7304713664,46.274225463 +28,-1.531226779,0.7245511789,72,-1.543435491,0.7304713664,43.060752708 +29,-1.528904772,0.7245519194,72,-1.543435491,0.7304713664,48.963416607 +30,-1.547195875,0.7409785979,72,-1.543435491,0.7304713664,43.059031452 +31,-1.5451475,0.740980426,72,-1.543435491,0.7304713664,41.928848787 +32,-1.543097679,0.7409798872,72,-1.543435491,0.7304713664,41.63606894 +33,-1.540720364,0.7409892687,72,-1.543435491,0.7304713664,42.417417242 +34,-1.547188511,0.7395198392,72,-1.543435491,0.7304713664,37.499182038 +35,-1.545148587,0.7395226109,72,-1.543435491,0.7304713664,36.203626418 +36,-1.543104538,0.7395314908,72,-1.543435491,0.7304713664,35.900325955 +37,-1.540727751,0.7395306258,72,-1.543435491,0.7304713664,36.755197057 +38,-1.547187029,0.7380014886,72,-1.543435491,0.7304713664,31.801286377 +39,-1.545147315,0.7380012252,72,-1.543435491,0.7304713664,30.247514182 +40,-1.54310719,0.7380060743,72,-1.543435491,0.7304713664,29.860585506 +41,-1.540719671,0.7380068206,72,-1.543435491,0.7304713664,30.8977084 +42,-1.547187189,0.7364799098,72,-1.543435491,0.7304713664,26.235349831 +43,-1.545149996,0.7364853874,72,-1.543435491,0.7304713664,24.349855629 +44,-1.543106091,0.7364823484,72,-1.543435491,0.7304713664,23.829219278 +45,-1.540717158,0.7364893901,72,-1.543435491,0.7304713664,25.143516725 +46,-1.538663972,0.7410138672,72,-1.543435491,0.7304713664,44.046654597 +47,-1.53695285,0.7409699132,72,-1.543435491,0.7304713664,45.734591823 +48,-1.534910498,0.7409641297,72,-1.543435491,0.7304713664,48.518461622 +49,-1.533145034,0.7409536636,72,-1.543435491,0.7304713664,51.35203474 +50,-1.538681336,0.7395405883,72,-1.543435491,0.7304713664,38.543708072 +51,-1.536999189,0.7395183096,72,-1.543435491,0.7304713664,40.519321028 +52,-1.534923633,0.7395144222,72,-1.543435491,0.7304713664,43.687413376 +53,-1.533267822,0.7395654306,72,-1.543435491,0.7304713664,46.798625093 +54,-1.53867273,0.7380151077,72,-1.543435491,0.7304713664,32.999703277 +55,-1.536980576,0.7379994392,72,-1.543435491,0.7304713664,35.346784706 +56,-1.534931522,0.7379944961,72,-1.543435491,0.7304713664,38.900399849 +57,-1.533387952,0.7379480264,72,-1.543435491,0.7304713664,41.832074406 +58,-1.538682279,0.7364914363,72,-1.543435491,0.7304713664,27.644394075 +59,-1.536980704,0.7364810563,72,-1.543435491,0.7304713664,30.452761138 +60,-1.534935567,0.7364752065,72,-1.543435491,0.7304713664,34.511812856 +61,-1.533042592,0.7363876366,72,-1.543435491,0.7304713664,38.52787666 +62,-1.545143426,0.7349628011,72,-1.543435491,0.7304713664,18.48768254 +63,-1.543105297,0.7349691947,72,-1.543435491,0.7304713664,17.842406169 +64,-1.541064533,0.7349647152,72,-1.543435491,0.7304713664,19.118330674 +65,-1.545411803,0.7334624714,72,-1.543435491,0.7304713664,13.201426181 +66,-1.543446606,0.7334780896,72,-1.543435491,0.7304713664,11.909675649 +67,-1.541475327,0.7334957295,72,-1.543435491,0.7304713664,13.299012074 +68,-1.545401939,0.731963266,72,-1.543435491,0.7304713664,8.2787021535 +69,-1.54342253,0.7319915583,72,-1.543435491,0.7304713664,6.0216013813 +70,-1.541455867,0.7320216438,72,-1.543435491,0.7304713664,8.4719263367 +71,-1.545410146,0.7304422281,72,-1.543435491,0.7304713664,5.8272219641 +72,-1.543435491,0.7304713664,72,-1.543435491,0.7304713664,2.9585155982 +73,-1.541463105,0.7304997613,72,-1.543435491,0.7304713664,5.820320375 +74,-1.545414768,0.7289194936,72,-1.543435491,0.7304713664,8.4813889543 +75,-1.543435774,0.7289538557,72,-1.543435491,0.7304713664,6.010860046 +76,-1.541457714,0.7289765881,72,-1.543435491,0.7304713664,8.3157298783 +77,-1.539449415,0.7320555866,72,-1.543435491,0.7304713664,13.322509811 +78,-1.537429183,0.7321097681,72,-1.543435491,0.7304713664,18.859664061 +79,-1.535472649,0.7321497267,72,-1.543435491,0.7304713664,24.398939481 +80,-1.539457899,0.7305333307,72,-1.543435491,0.7304713664,11.737686736 +81,-1.537453161,0.7305750503,72,-1.543435491,0.7304713664,17.654155593 +82,-1.535479385,0.7306124949,72,-1.543435491,0.7304713664,23.478763658 +83,-1.53946905,0.7290102593,72,-1.543435491,0.7304713664,13.062284369 +84,-1.537459922,0.7290417293,72,-1.543435491,0.7304713664,18.528108528 +85,-1.535451349,0.7290890157,72,-1.543435491,0.7304713664,24.198499562 +86,-1.535522937,0.7279887191,72,-1.543435491,0.7304713664,25.355618525 +87,-1.539442524,0.7274735939,72,-1.543435491,0.7304713664,16.737855531 +88,-1.537424111,0.727521351,72,-1.543435491,0.7304713664,21.258696463 +89,-1.539384641,0.7259505092,72,-1.543435491,0.7304713664,21.542578067 +90,-1.537372391,0.7259947145,72,-1.543435491,0.7304713664,25.213171434 +91,-1.535340789,0.7260435356,72,-1.543435491,0.7304713664,29.668777698 +92,-1.539325716,0.7244369706,72,-1.543435491,0.7304713664,26.816718217 +93,-1.537308932,0.7244801057,72,-1.543435491,0.7304713664,29.860678356 +94,-1.535289068,0.7245247645,72,-1.543435491,0.7304713664,33.698224627 +95,-1.533261366,0.7245550236,72,-1.543435491,0.7304713664,38.144491757 +96,-1.539267302,0.722921924,72,-1.543435491,0.7304713664,32.349113604 +97,-1.537248972,0.7229660258,72,-1.543435491,0.7304713664,34.916830639 +98,-1.535219431,0.7229916471,72,-1.543435491,0.7304713664,38.331445436 +99,-1.53318962,0.7230212049,72,-1.543435491,0.7304713664,42.317078558 +100,-1.531154816,0.7230299897,72,-1.543435491,0.7304713664,46.800929159 +101,-1.528878341,0.7230370244,72,-1.543435491,0.7304713664,52.192214935 +102,-1.539218189,0.7214009878,72,-1.543435491,0.7304713664,38.037857954 +103,-1.537198791,0.7214422745,72,-1.543435491,0.7304713664,40.25412971 +104,-1.535179266,0.7214634354,72,-1.543435491,0.7304713664,43.257687619 +105,-1.533156501,0.7214944644,72,-1.543435491,0.7304713664,46.812741899 +106,-1.53113574,0.7215166021,72,-1.543435491,0.7304713664,50.848061106 +107,-1.528874248,0.7215345535,72,-1.543435491,0.7304713664,55.798372849 +108,-1.539217656,0.7198512397,72,-1.543435491,0.7304713664,43.885104108 +109,-1.537199919,0.7199428763,72,-1.543435491,0.7304713664,45.615916056 +110,-1.545425832,0.727397149,72,-1.543435491,0.7304713664,13.522473132 +111,-1.543371177,0.7273916949,72,-1.543435491,0.7304713664,12.200058676 +112,-1.541368852,0.7274523163,72,-1.543435491,0.7304713664,13.426962057 +113,-1.545349067,0.7258710923,72,-1.543435491,0.7304713664,19.079726087 +114,-1.54332671,0.7258603556,72,-1.543435491,0.7304713664,18.267045244 +115,-1.541346831,0.7259242142,72,-1.543435491,0.7304713664,19.040350693 +116,-1.545324355,0.7243383958,72,-1.543435491,0.7304713664,24.927141388 +117,-1.543292796,0.7243617413,72,-1.543435491,0.7304713664,24.203906646 +118,-1.541295822,0.7244024384,72,-1.543435491,0.7304713664,24.858459505 +119,-1.543193859,0.7205570215,72,-1.543435491,0.7304713664,39.277247893 +120,-1.550257047,0.7386738187,72,-1.543435491,0.7304713664,38.179504442 +121,-1.549335448,0.7311736483,72,-1.543435491,0.7304713664,17.62262004 +122,-1.533478843,0.7179891343,72,-1.543435491,0.7304713664,57.594040984 +123,-1.556150555,0.738907041,72,-1.543435491,0.7304713664,50.131126995 +124,-1.554324226,0.733414257,72,-1.543435491,0.7304713664,34.13551726 +125,-1.554290846,0.7288285332,72,-1.543435491,0.7304713664,32.704916143 +126,-1.55122487,0.7219795312,72,-1.543435491,0.7304713664,40.786686567 +127,-1.525104458,0.7229399862,72,-1.543435491,0.7304713664,61.92434853 +128,-1.519607711,0.7236181429,72,-1.543435491,0.7304713664,75.559973545 +129,-1.513899999,0.7251107854,72,-1.543435491,0.7304713664,89.892107278 +130,-1.536620762,0.7431061895,72,-1.543435491,0.7304713664,53.891685842 +131,-1.5369566,0.7460845958,72,-1.543435491,0.7304713664,64.691058288 +132,-1.545345528,0.7447040685,72,-1.543435491,0.7304713664,56.653097578 +133,-1.532813921,0.7432306626,72,-1.543435491,0.7304713664,59.371905072 +134,-1.554788248,0.7382381001,72,-1.543435491,0.7304713664,45.392859734 +135,-1.540348126,0.7301594274,72,-1.543435491,0.7304713664,9.1936115453 +136,-1.538016084,0.7239051786,72,-1.543435491,0.7304713664,30.555040741 +137,-1.525288962,0.7258085137,72,-1.543435491,0.7304713664,56.740664776 +138,-1.534326986,0.731241342,72,-1.543435491,0.7304713664,27.036903408 +139,-1.530733872,0.7303625216,72,-1.543435491,0.7304713664,37.478929905 +141,-1.534354939,0.7328219978,72,-1.543435491,0.7304713664,28.336268619 +142,-1.53157084,0.7292888153,72,-1.543435491,0.7304713664,35.335627126 +143,-1.525691035,0.7263799874,72,-1.543435491,0.7304713664,54.895127174 +144,-1.534031287,0.7495967835,72,-1.543435491,0.7304713664,80.59464683 +145,-1.527714986,0.7283095957,72,-1.543435491,0.7304713664,47.209312789 +146,-1.526189586,0.7271468292,72,-1.543435491,0.7304713664,52.631497206 +147,-1.555177336,0.7375563366,72,-1.543435491,0.7304713664,44.497866321 +148,-1.555080283,0.7312707794,72,-1.543435491,0.7304713664,34.489950942 +149,-1.53856994,0.7224180299,72,-1.543435491,0.7304713664,35.001701326 +150,-1.530837883,0.729933372,72,-1.543435491,0.7304713664,37.237729625 +151,-1.515066984,0.5854133365,72,-1.543435491,0.7304713664,581.37983573 +152,-1.534731633,0.5368370046,72,-1.543435491,0.7304713664,767.48462154 +153,-1.515231902,0.5607085576,72,-1.543435491,0.7304713664,678.28683861 +154,-2.616253799,1.0684566605,72,-1.543435491,0.7304713664,2826.0721568 +155,-1.956071439,0.5792177723,72,-1.543435491,0.7304713664,1421.8495585 +156,-1.951208514,0.5602434208,72,-1.543435491,0.7304713664,1449.254626 +157,-1.944675062,0.6062144545,72,-1.543435491,0.7304713664,1335.791152 +158,-1.613778386,0.6077989518,72,-1.543435491,0.7304713664,532.6215542 +159,-2.035029014,0.6021432345,72,-1.543435491,0.7304713664,1604.3755622 +160,-2.114989471,0.6801825058,72,-1.543435491,0.7304713664,1724.680915 +161,-2.037382079,0.5765830025,72,-1.543435491,0.7304713664,1659.2084611 +162,-2.129855121,0.6585019963,72,-1.543435491,0.7304713664,1795.7099095 +163,-2.075141798,0.6493615843,72,-1.543435491,0.7304713664,1646.8312717 +164,-1.828626729,0.6948433129,72,-1.543435491,0.7304713664,864.91845274 +165,-1.863329418,0.6735427691,72,-1.543435491,0.7304713664,991.3362086 +166,-1.266037071,0.727988852,72,-1.543435491,0.7304713664,818.23060488 +167,-1.277579582,0.7249010648,72,-1.543435491,0.7304713664,785.61086964 +168,-1.258418684,0.7241194816,72,-1.543435491,0.7304713664,842.40304285 +169,-1.317813974,0.6804850104,72,-1.543435491,0.7304713664,707.78923506 +170,-1.344165204,0.6790988904,72,-1.543435491,0.7304713664,634.16232445 +171,-1.427582102,0.5277120351,72,-1.543435491,0.7304713664,883.97659043 +172,-1.402238616,0.457167829,72,-1.543435491,0.7304713664,1176.2231631 +173,-1.422454264,0.4996161999,72,-1.543435491,0.7304713664,993.77033058 +174,-1.439089277,0.4894859811,72,-1.543435491,0.7304713664,1012.183295 +175,-1.448126995,0.5182330266,72,-1.543435491,0.7304713664,894.21797358 +176,-1.474626146,0.5881926574,72,-1.543435491,0.7304713664,603.14912601 +177,-1.421139645,0.5584869783,72,-1.543435491,0.7304713664,782.92348759 +178,-1.457037165,0.565943032,72,-1.543435491,0.7304713664,706.15813306 +179,-2.757159358,0.3745319,72,-1.543435491,0.7304713664,4209.8798879 +180,-2.714309238,0.342054471,72,-1.543435491,0.7304713664,4161.6139669 +181,-2.000525337,0.774119946,72,-1.543435491,0.7304713664,1327.4088727 +183,-1.571413436,0.6777838382,72,-1.543435491,0.7304713664,225.12802804 +184,-1.552860289,0.6987663893,72,-1.543435491,0.7304713664,128.7094088 +185,-1.521852374,0.7165827476,72,-1.543435491,0.7304713664,84.448174788 +186,-1.503656267,0.6928968252,72,-1.543435491,0.7304713664,190.74037104 +187,-1.502753178,0.7136205882,72,-1.543435491,0.7304713664,138.11997655 +188,-1.631894563,0.7343596465,72,-1.543435491,0.7304713664,260.95013393 +189,-1.653765416,0.6770714026,72,-1.543435491,0.7304713664,394.48834007 +190,-1.719812114,0.6715965947,72,-1.543435491,0.7304713664,582.09902666 +191,-1.493406659,0.6646955447,72,-1.543435491,0.7304713664,301.52521569 +192,-1.469120564,0.6613469966,72,-1.543435491,0.7304713664,354.8688309 +193,-1.590551461,0.5326612937,72,-1.543435491,0.7304713664,797.75078213 +194,-1.625979264,0.5247742243,72,-1.543435491,0.7304713664,856.28841214 +195,-1.572293943,0.5238808754,72,-1.543435491,0.7304713664,823.47455412 +196,-1.610848725,0.5477107964,72,-1.543435491,0.7304713664,754.74525531 +197,-1.208485554,0.7918526018,72,-1.543435491,0.7304713664,988.26760936 +198,-1.335601374,0.6869083083,72,-1.543435491,0.7304713664,647.77829311 +199,-1.346156996,0.6825213377,72,-1.543435491,0.7304713664,623.42754747 +200,-1.324381037,0.6741422347,72,-1.543435491,0.7304713664,698.12733371 +201,-1.242424992,0.7378949807,72,-1.543435491,0.7304713664,884.11489902 +202,-1.270370057,0.7392461008,72,-1.543435491,0.7304713664,802.0952039 +203,-1.448950472,0.7441675014,72,-1.543435491,0.7304713664,282.25953768 +204,-1.492662363,0.7523026852,72,-1.543435491,0.7304713664,171.67811679 +205,-1.479098966,0.7763855017,72,-1.543435491,0.7304713664,259.9869896 +206,-1.633760714,0.7869022408,72,-1.543435491,0.7304713664,342.48320863 +207,-1.647406434,0.8101289331,72,-1.543435491,0.7304713664,432.09034407 +208,-1.564245052,0.5701509278,72,-1.543435491,0.7304713664,638.38906394 +209,-1.646289963,0.6833746083,72,-1.543435491,0.7304713664,361.48400088 +210,-1.5820631,0.6751952144,72,-1.543435491,0.7304713664,248.10509202 +211,-1.613236298,0.6681681791,72,-1.543435491,0.7304713664,324.98838075 +212,-1.914661867,0.8212566515,72,-1.543435491,0.7304713664,1105.3638147 +213,-1.742133237,0.7250275956,72,-1.543435491,0.7304713664,587.62778245 +214,-2.033144872,0.6557314699,72,-1.543435491,0.7304713664,1514.1640399 +215,-2.039551981,0.6964723658,72,-1.543435491,0.7304713664,1485.0885525 +216,-1.247341019,0.7622473908,72,-1.543435491,0.7304713664,868.63332055 +217,-1.298239787,0.7084123392,72,-1.543435491,0.7304713664,734.89296396 +218,-1.308539688,0.6926545592,72,-1.543435491,0.7304713664,719.58287793 +219,-1.303263185,0.6888938396,72,-1.543435491,0.7304713664,739.31391834 +220,-1.852400229,0.6004246149,72,-1.543435491,0.7304713664,1088.8440111 +221,-1.288947707,0.7473773692,72,-1.543435491,0.7304713664,747.18712969 +222,-1.372031502,0.7472790993,72,-1.543435491,0.7304713664,505.98326464 +223,-1.289805721,0.7242157877,72,-1.543435491,0.7304713664,749.91305065 +224,-1.350807603,0.7533498126,72,-1.543435491,0.7304713664,569.28493167 +225,-1.329290365,0.7560442322,72,-1.543435491,0.7304713664,632.08505612 +226,-1.410153004,0.616936428,72,-1.543435491,0.7304713664,609.78524778 +227,-1.393445434,0.6308995063,72,-1.543435491,0.7304713664,606.66918935 +228,-1.37595573,0.6241540638,72,-1.543435491,0.7304713664,666.03029471 +229,-1.358388707,0.6172645205,72,-1.543435491,0.7304713664,726.45243244 +230,-1.753741133,0.8281661666,72,-1.543435491,0.7304713664,706.53210021 +231,-1.47430987,0.6834615681,72,-1.543435491,0.7304713664,279.25047524 +232,-1.421012508,0.7222725206,72,-1.543435491,0.7304713664,363.86769376 +233,-1.4476833,0.6978557868,72,-1.543435491,0.7304713664,314.2872179 +234,-1.470370723,0.6966193374,72,-1.543435491,0.7304713664,256.57761356 +235,-1.429211703,0.7037216883,72,-1.543435491,0.7304713664,356.98515782 +236,-1.700578405,0.6178673663,72,-1.543435491,0.7304713664,659.14793536 +237,-1.678117619,0.6331716163,72,-1.543435491,0.7304713664,565.32797423 +238,-1.725644578,0.6316331145,72,-1.543435491,0.7304713664,683.06042937 +239,-2.14012759,0.7930497945,72,-1.543435491,0.7304713664,1714.9521414 +240,-2.103289431,0.7653606263,72,-1.543435491,0.7304713664,1621.3601066 +241,-1.318739838,0.7017808746,72,-1.543435491,0.7304713664,680.26410921 +242,-1.396417427,0.7077900843,72,-1.543435491,0.7304713664,447.05687848 +243,-1.35650337,0.7185539404,72,-1.543435491,0.7304713664,556.09764688 +244,-1.248884539,0.7274156818,72,-1.543435491,0.7304713664,868.90999353 +245,-1.395014798,0.5761185243,72,-1.543435491,0.7304713664,768.37148039 +246,-1.433377362,0.6064716109,72,-1.543435491,0.7304713664,598.16876245 +247,-1.408172432,0.5903155476,72,-1.543435491,0.7304713664,697.3603164 +248,-1.749645898,0.7757118084,72,-1.543435491,0.7304713664,621.62796392 +249,-1.571626686,0.615046989,72,-1.543435491,0.7304713664,465.43589021 +250,-1.514070049,0.6303003037,72,-1.543435491,0.7304713664,406.92388229 +251,-1.480890369,0.6237966528,72,-1.543435491,0.7304713664,464.44689729 +252,-1.704390658,0.5281680612,72,-1.543435491,0.7304713664,951.42671173 +253,-1.64434733,0.5254277498,72,-1.543435491,0.7304713664,873.65902349 +254,-1.703855997,0.4792484842,72,-1.543435491,0.7304713664,1122.3707299 +255,-1.692002383,0.5748825051,72,-1.543435491,0.7304713664,772.67077174 +256,-1.854136457,0.5544643913,72,-1.543435491,0.7304713664,1203.0477353 +257,-1.665021206,0.520317736,72,-1.543435491,0.7304713664,918.62092299 +258,-1.733654349,0.4845187345,72,-1.543435491,0.7304713664,1151.827374 +259,-1.720938188,0.5135933906,72,-1.543435491,0.7304713664,1030.0062841 +260,-1.742668307,0.553296122,72,-1.543435491,0.7304713664,942.74907976 +261,-1.965659039,0.7142126903,72,-1.543435491,0.7304713664,1252.2541606 +262,-1.944438071,0.6772834804,72,-1.543435491,0.7304713664,1225.2451938 +263,-1.270340967,0.7681487096,72,-1.543435491,0.7304713664,804.6429877 +264,-1.353091884,0.6549276821,72,-1.543435491,0.7304713664,652.108149 +265,-1.333236659,0.6413584414,72,-1.543435491,0.7304713664,733.66845462 +266,-1.352015998,0.6753788907,72,-1.543435491,0.7304713664,617.71104052 +267,-1.377988483,0.6577816235,72,-1.543435491,0.7304713664,579.68279135 +268,-2.13075611,0.8318642051,72,-1.543435491,0.7304713664,1685.7190966 +269,-2.097910953,0.8259670014,72,-1.543435491,0.7304713664,1597.1988476 +270,-1.416382069,0.6694271549,72,-1.543435491,0.7304713664,454.32327012 +271,-1.538905672,0.7535625993,72,-1.543435491,0.7304713664,92.415482312 +272,-1.572309477,0.7803125099,72,-1.543435491,0.7304713664,214.24745489 +273,-1.87759879,0.7503853417,72,-1.543435491,0.7304713664,978.11885513 +274,1.152365588,0.590457682,72,-1.543435491,0.7304713664,6966.2322272 +275,0.350198001,0.718001859,72,-1.543435491,0.7304713664,5176.0750009 +276,0.046513677,0.491503852,72,-1.543435491,0.7304713664,5005.400874 +277,0.027510309,0.742571376,72,-1.543435491,0.7304713664,4368.2643871 +278,0.306285725,-0.214631579,72,-1.543435491,0.7304713664,7606.5156199 +279,-1.100564889,0.318051531,72,-1.543435491,0.7304713664,2213.3657772 +280,-1.078582306,0.301437596,72,-1.543435491,0.7304713664,2315.8876743 +281,-1.137371989,-0.617634065,72,-1.543435491,0.7304713664,5539.3375681 +282,0.784356344,0.703272339,72,-1.543435491,0.7304713664,6058.1013631 +283,-1.221209947,0.218327455,72,-1.543435491,0.7304713664,2313.1783445 +284,2.347301921,-0.449114658,72,-1.543435491,0.7304713664,9772.2571064 +285,0.246820618,0.830553713,72,-1.543435491,0.7304713664,4664.046694 +286,0.829414965,0.703288228,72,-1.543435491,0.7304713664,6130.1988372 +287,-1.337537566,0.42332223,72,-1.543435491,0.7304713664,1392.3172616 +288,0.882453706,0.454478077,72,-1.543435491,0.7304713664,7068.6097121 +289,1.575629659,0.416419109,72,-1.543435491,0.7304713664,7900.2642389 +290,-1.039455679,0.229888244,72,-1.543435491,0.7304713664,2632.7023486 +291,0.489558039,0.934482747,72,-1.543435491,0.7304713664,4850.8678923 +292,0.081344504,0.88384514,72,-1.543435491,0.7304713664,4191.739042 +293,-1.547979814,0.300350308,72,-1.543435491,0.7304713664,1703.7792989 +294,0.040776181,0.168560074,72,-1.543435491,0.7304713664,5816.8625891 +295,-1.130374745,0.563894876,72,-1.543435491,0.7304713664,1455.8533459 +296,1.578326642,0.478507176,72,-1.543435491,0.7304713664,7654.5339148 +297,-1.12861823,-0.291640865,72,-1.543435491,0.7304713664,4323.8512621 +298,0.310524208,0.770885792,72,-1.543435491,0.7304713664,4949.989993 +299,0.415649091,-0.387246002,72,-1.543435491,0.7304713664,8356.056961 +300,-0.926533878,-0.188022748,72,-1.543435491,0.7304713664,4274.2300989 +301,1.258856172,-0.11716081,72,-1.543435491,0.7304713664,9737.7889757 +302,-1.126050026,0.322941926,72,-1.543435491,0.7304713664,2140.8275296 +303,2.002785835,0.07893892,72,-1.543435491,0.7304713664,8921.3743732 +304,0.440437607,0.746258085,72,-1.543435491,0.7304713664,5288.6931716 +305,-0.030391866,0.214441206,72,-1.543435491,0.7304713664,5488.9456284 +306,0.521557815,-0.058929362,72,-1.543435491,0.7304713664,7817.3835795 +307,-0.097005111,0.13317729,72,-1.543435491,0.7304713664,5504.3336047 +308,1.83113859,0.221857587,72,-1.543435491,0.7304713664,8577.0322627 +309,0.222428864,0.099404236,72,-1.543435491,0.7304713664,6529.0132882 +310,-1.702731345,0.8728568183,72,-1.543435491,0.7304713664,713.50663112 +311,-0.418507569,0.278324921,72,-1.543435491,0.7304713664,4183.6735469 +312,-1.41153306,0.339029988,72,-1.543435491,0.7304713664,1612.6708343 +313,0.357560442,0.114788776,72,-1.543435491,0.7304713664,6872.4547802 +314,0.325818979,0.268352149,72,-1.543435491,0.7304713664,6357.7173397 +315,-1.246004659,-0.663679965,72,-1.543435491,0.7304713664,5625.6630071 +316,1.814603087,0.637404484,72,-1.543435491,0.7304713664,6969.2898375 +317,1.843704281,-0.18300445,72,-1.543435491,0.7304713664,10113.528856 +318,1.690644492,-0.211480909,72,-1.543435491,0.7304713664,10363.406011 +319,-1.275451936,0.068109467,72,-1.543435491,0.7304713664,2790.0252144 +320,0.762430171,-0.207594741,72,-1.543435491,0.7304713664,8902.8503058 +321,0.265668905,-0.014647884,72,-1.543435491,0.7304713664,6961.312719 +322,-2.773032013,-0.335515811,72,-1.543435491,0.7304713664,6159.8954807 +323,-1.469512853,0.174058777,72,-1.543435491,0.7304713664,2218.9307271 +324,0.286276986,0.785925691,72,-1.543435491,0.7304713664,4859.3003861 +325,-1.379324697,0.377432233,72,-1.543435491,0.7304713664,1501.3510389 +326,-1.203778265,0.212813032,72,-1.543435491,0.7304713664,2362.1802932 +327,0.579916301,0.611743168,72,-1.543435491,0.7304713664,5971.6955686 +328,0.267582642,0.868113908,72,-1.543435491,0.7304713664,4615.0623787 +329,0.412869244,-0.050245578,72,-1.543435491,0.7304713664,7483.9400964 +330,0.17524381,0.976660285,72,-1.543435491,0.7304713664,4186.9771694 +331,0.743157214,0.204812899,72,-1.543435491,0.7304713664,7608.1684785 +332,-1.070758176,0.269382282,72,-1.543435491,0.7304713664,2435.544656 +333,-1.230364251,0.329790229,72,-1.543435491,0.7304713664,1905.1730342 +334,-1.374813124,-0.024926835,72,-1.543435491,0.7304713664,3052.6615968 +335,0.519780566,0.463669906,72,-1.543435491,0.7304713664,6287.5064993 +336,-1.55108034,0.239698561,72,-1.543435491,0.7304713664,1944.128773 +337,0.180294813,0.029739425,72,-1.543435491,0.7304713664,6593.1411673 +338,0.67820924,0.268170153,72,-1.543435491,0.7304713664,7257.0303518 +339,0.445798684,1.024001867,72,-1.543435491,0.7304713664,4537.4257784 +340,0.691751283,0.150521402,72,-1.543435491,0.7304713664,7655.2762289 +341,-1.036643551,-0.903056181,72,-1.543435491,0.7304713664,6701.0398497 +342,-0.120287036,1.083325163,72,-1.543435491,0.7304713664,3466.7434782 +343,2.823513113,-0.304487164,72,-1.543435491,0.7304713664,8029.4246983 +344,0.457583172,1.12513373,72,-1.543435491,0.7304713664,4292.1946719 +345,0.042918831,0.813795399,72,-1.543435491,0.7304713664,4252.1653827 +346,1.196146777,-0.853142756,72,-1.543435491,0.7304713664,11230.306997 +347,0.206001358,-0.010430701,72,-1.543435491,0.7304713664,6775.5231186 +348,-0.268308653,0.234799412,72,-1.543435491,0.7304713664,4736.3905911 +349,0.759363263,0.736189579,72,-1.543435491,0.7304713664,5908.2564615 +350,0.181363926,0.891988372,72,-1.543435491,0.7304713664,4383.8204335 +351,-0.021111158,0.139103292,72,-1.543435491,0.7304713664,5712.5002839 +352,-0.093355215,0.630686981,72,-1.543435491,0.7304713664,4302.2093596 +353,0.40118964,0.681375926,72,-1.543435491,0.7304713664,5387.9859826 +354,-0.721197315,1.304706234,72,-1.543435491,0.7304713664,2696.8075395 +355,-1.076150317,0.212107639,72,-1.543435491,0.7304713664,2610.5411029 +356,-1.577164531,0.273993443,72,-1.543435491,0.7304713664,1811.7706193 +357,-0.190788414,0.182208586,72,-1.543435491,0.7304713664,5100.1340955 +358,-0.261349752,0.209710184,72,-1.543435491,0.7304713664,4821.1038184 +359,-1.029303852,0.083549259,72,-1.543435491,0.7304713664,3139.5599441 +360,-1.268609162,0.330525297,72,-1.543435491,0.7304713664,1834.6031239 +361,1.282982244,-0.926641967,72,-1.543435491,0.7304713664,11302.70446 +362,0.217352334,0.731352408,72,-1.543435491,0.7304713664,4843.8827156 +363,-1.511833084,0.258629297,72,-1.543435491,0.7304713664,1872.0973235 +364,0.338812194,0.823184618,72,-1.543435491,0.7304713664,4872.6317764 +365,-0.324406489,1.134201999,72,-1.543435491,0.7304713664,3076.9172451 +366,1.389579348,0.399185724,72,-1.543435491,0.7304713664,7904.3692826 +367,2.047152199,-0.039082036,72,-1.543435491,0.7304713664,9274.4017708 +368,0.947780369,0.568250077,72,-1.543435491,0.7304713664,6780.5667652 +369,0.763824846,0.576754987,72,-1.543435491,0.7304713664,6441.9973618 +370,-0.142334657,0.928153068,72,-1.543435491,0.7304713664,3625.7186139 +371,0.610266567,0.547265983,72,-1.543435491,0.7304713664,6233.5564505 +372,0.210731629,0.746815056,72,-1.543435491,0.7304713664,4790.4660099 +373,-1.34931644,0.316895224,72,-1.543435491,0.7304713664,1764.6183302 +374,2.407696481,0.655030745,72,-1.543435491,0.7304713664,6225.9677491 +375,0.64207831,0.545359131,72,-1.543435491,0.7304713664,6305.7554267 +376,1.174597538,0.840588356,72,-1.543435491,0.7304713664,6046.916669 +377,0.660059424,0.010604079,72,-1.543435491,0.7304713664,7997.2841219 +378,-0.730263819,0.010486456,72,-1.543435491,0.7304713664,4061.2495542 +379,0.831068936,0.512339172,72,-1.543435491,0.7304713664,6779.5431202 +380,1.301180979,0.72367476,72,-1.543435491,0.7304713664,6586.660724 +381,1.811128231,0.322854402,72,-1.543435491,0.7304713664,8199.2606937 +382,0.435105812,0.992284428,72,-1.543435491,0.7304713664,4604.2213471 +383,0.62643634,0.592027932,72,-1.543435491,0.7304713664,6127.6057417 +384,0.492988703,-0.516339467,72,-1.543435491,0.7304713664,8872.0169465 +385,-0.162469483,0.112549365,72,-1.543435491,0.7304713664,5365.2427637 +386,0.314630866,0.472006421,72,-1.543435491,0.7304713664,5763.8073824 +387,0.166744804,0.822815954,72,-1.543435491,0.7304713664,4510.5939098 +388,0.417159608,0.965805736,72,-1.543435491,0.7304713664,4644.4425227 +389,0.106334961,0.868774244,72,-1.543435491,0.7304713664,4277.1041587 +390,0.815086969,-0.338144359,72,-1.543435491,0.7304713664,9402.174033 +391,0.59867455,-0.230624824,72,-1.543435491,0.7304713664,8503.2400954 +392,1.915104874,0.066220985,72,-1.543435491,0.7304713664,9087.9424105 +393,1.278093622,0.064463721,72,-1.543435491,0.7304713664,9090.7229063 +394,-0.061477853,0.302997961,72,-1.543435491,0.7304713664,5171.2209366 +395,0.251311504,0.626976942,72,-1.543435491,0.7304713664,5190.3478418 +396,2.950242872,0.149095644,72,-1.543435491,0.7304713664,6462.5389268 +397,-0.180294708,0.35375117,72,-1.543435491,0.7304713664,4698.4981084 +398,1.010448592,-0.351180233,72,-1.543435491,0.7304713664,9972.3857155 +399,-1.748740498,0.3686318073,72,-1.543435491,0.7304713664,1588.5228316 +400,2.699635665,0.123533791,72,-1.543435491,0.7304713664,7231.3908886 +401,0.496808033,0.823843254,72,-1.543435491,0.7304713664,5177.4586341 +402,0.129574704,0.763364087,72,-1.543435491,0.7304713664,4564.3159283 +403,1.798920311,0.817447563,72,-1.543435491,0.7304713664,6271.9964773 +404,0.335987953,0.746786541,72,-1.543435491,0.7304713664,5068.1097916 +405,-1.085413643,0.292154671,72,-1.543435491,0.7304713664,2329.8151193 +406,-0.155321003,0.508207011,72,-1.543435491,0.7304713664,4404.5284797 +407,0.620529244,-0.301175104,72,-1.543435491,0.7304713664,8748.8680692 +408,1.684402744,0.368716966,72,-1.543435491,0.7304713664,8078.4894098 +409,0.300582244,-0.386397212,72,-1.543435491,0.7304713664,8016.039007 +410,2.913555946,-0.009225192,72,-1.543435491,0.7304713664,6996.5587636 +411,1.465101417,0.493232532,72,-1.543435491,0.7304713664,7572.3579667 +412,0.090612882,0.907955955,72,-1.543435491,0.7304713664,4161.8279883 +413,2.987564726,-0.729568594,72,-1.543435491,0.7304713664,8504.5393571 +414,-1.484261606,0.224149272,72,-1.543435491,0.7304713664,2015.8991606 +415,0.164073421,0.303955133,72,-1.543435491,0.7304713664,5813.8719982 +416,0.141441293,0.167552546,72,-1.543435491,0.7304713664,6112.310072 +417,2.931321023,-0.506718887,72,-1.543435491,0.7304713664,8192.0174874 +418,2.21951565,0.700596356,72,-1.543435491,0.7304713664,6352.0437687 +419,0.268112576,1.199114336,72,-1.543435491,0.7304713664,3881.121799 +420,0.978913739,0.359223811,72,-1.543435491,0.7304713664,7567.779644 +421,1.210898818,0.522863584,72,-1.543435491,0.7304713664,7281.6796894 +422,2.347397336,0.129231362,72,-1.543435491,0.7304713664,8092.3565248 +423,0.614394501,0.556878345,72,-1.543435491,0.7304713664,6212.3590597 +424,-1.398079356,0.148483366,72,-1.543435491,0.7304713664,2360.6475088 +425,2.535303836,-0.112984496,72,-1.543435491,0.7304713664,8357.6388593 +426,-1.019372593,-0.405322349,72,-1.543435491,0.7304713664,4891.7256834 +427,-1.297785627,-0.160104069,72,-1.543435491,0.7304713664,3638.7925426 +428,2.144554488,0.205051084,72,-1.543435491,0.7304713664,8237.6904614 +429,-2.242387083,-0.426171285,72,-1.543435491,0.7304713664,5248.1135168 +430,0.338637212,0.909723676,72,-1.543435491,0.7304713664,4649.6545227 +431,-0.148798452,0.691042401,72,-1.543435491,0.7304713664,4028.7275355 +432,0.893524764,0.441829531,72,-1.543435491,0.7304713664,7131.7356293 +433,0.969229347,-0.368847936,72,-1.543435491,0.7304713664,9910.7396461 +434,0.436043248,0.800045688,72,-1.543435491,0.7304713664,5128.9928646 +435,1.687946607,1.081504775,72,-1.543435491,0.7304713664,5260.8574025 +436,0.522302046,-0.034889271,72,-1.543435491,0.7304713664,7752.4378152 +437,-0.178996113,-0.438090009,72,-1.543435491,0.7304713664,6797.6463493 +438,-1.094339566,0.301444068,72,-1.543435491,0.7304713664,2280.1329176 +439,-1.064070054,0.242569932,72,-1.543435491,0.7304713664,2536.8578558 +440,-1.068153768,0.230387998,72,-1.543435491,0.7304713664,2567.555156 +441,-3.00496892,-0.23989155,72,-1.543435491,0.7304713664,6537.6812127 +442,0.21751974,0.766874888,72,-1.543435491,0.7304713664,4756.4346232 +443,0.117229532,0.007619006,72,-1.543435491,0.7304713664,6466.7275715 +444,0.777758451,0.420554741,72,-1.543435491,0.7304713664,6984.270842 +445,-0.252356999,0.250747086,72,-1.543435491,0.7304713664,4742.9465398 +446,0.363148444,0.768483434,72,-1.543435491,0.7304713664,5067.7225562 +447,0.903191366,-0.118210676,72,-1.543435491,0.7304713664,9008.0439385 +448,-0.205755923,0.149406178,72,-1.543435491,0.7304713664,5141.1927781 +449,1.811996086,0.02364353,72,-1.543435491,0.7304713664,9359.9254481 +450,-1.100670221,0.314845373,72,-1.543435491,0.7304713664,2223.2794797 +451,0.340078597,0.850105132,72,-1.543435491,0.7304713664,4805.1740735 +452,0.258757267,0.804969236,72,-1.543435491,0.7304713664,4752.4458142 +453,2.78505352,-0.155160804,72,-1.543435491,0.7304713664,7760.511427 +454,0.800551619,0.105822106,72,-1.543435491,0.7304713664,8056.7859349 +455,0.437940882,-0.506194031,72,-1.543435491,0.7304713664,8689.8733157 +456,2.230431122,0.63458615,72,-1.543435491,0.7304713664,6572.2606082 +457,0.527965361,0.127667701,72,-1.543435491,0.7304713664,7303.3497094 +458,-0.063643205,0.702093448,72,-1.543435491,0.7304713664,4227.1501589 +459,1.408447268,0.133010502,72,-1.543435491,0.7304713664,8955.0765024 +460,0.523795955,0.280266966,72,-1.543435491,0.7304713664,6843.8513042 +461,-0.975769313,0.072177659,72,-1.543435491,0.7304713664,3289.5598614 +462,0.549774164,-0.463663986,72,-1.543435491,0.7304713664,8925.7640917 +463,0.29245874,1.095549818,72,-1.543435491,0.7304713664,4129.7023596 +464,0.143625958,0.816809593,72,-1.543435491,0.7304713664,4473.4256237 +465,0.671902494,0.611159853,72,-1.543435491,0.7304713664,6157.2029034 +466,1.239840988,0.6724199,72,-1.543435491,0.7304713664,6738.7478093 +467,0.607829703,-0.10932137,72,-1.543435491,0.7304713664,8199.8311387 +468,1.763020906,0.263996692,72,-1.543435491,0.7304713664,8458.8731133 +469,0.378714634,0.726066797,72,-1.543435491,0.7304713664,5215.7876304 +470,2.196736143,-0.153862366,72,-1.543435491,0.7304713664,9351.0541534 +471,0.01702415,0.148991565,72,-1.543435491,0.7304713664,5798.6514171 +472,-2.998490902,-0.158002487,72,-1.543435491,0.7304713664,6301.2981429 +473,-3.051262951,-0.346595608,72,-1.543435491,0.7304713664,6949.1577373 +474,-1.069176439,0.182802941,72,-1.543435491,0.7304713664,2722.7723219 +475,0.167157509,0.595344954,72,-1.543435491,0.7304713664,5063.7735433 +476,0.613855648,0.681746124,72,-1.543435491,0.7304713664,5823.7424958 +477,1.037012736,0.682555367,72,-1.543435491,0.7304713664,6493.3863885 +478,-1.253574971,0.379755746,72,-1.543435491,0.7304713664,1690.8129822 +479,3.108590453,-0.132620738,72,-1.543435491,0.7304713664,6749.3768304 +480,0.565301296,0.022333262,72,-1.543435491,0.7304713664,7708.8958901 +481,0.547898238,0.855555614,72,-1.543435491,0.7304713664,5176.9526307 +482,0.948309381,0.417393755,72,-1.543435491,0.7304713664,7311.6182482 +483,-0.050600732,0.945269213,72,-1.543435491,0.7304713664,3796.1115179 +484,-0.977651478,-0.572363064,72,-1.543435491,0.7304713664,5556.5468372 +485,1.102014914,0.728861163,72,-1.543435491,0.7304713664,6397.216257 +486,2.927300795,-0.282939414,72,-1.543435491,0.7304713664,7669.7597875 +487,-1.154565557,0.124434095,72,-1.543435491,0.7304713664,2761.0783956 +488,1.855331234,0.291044755,72,-1.543435491,0.7304713664,8289.5314255 +489,0.830290659,0.276904518,72,-1.543435491,0.7304713664,7566.7486083 +490,0.485104466,-0.234867441,72,-1.543435491,0.7304713664,8184.3075049 +491,0.521367572,-0.33161327,72,-1.543435491,0.7304713664,8534.1981707 +1,-1.539031704,0.7349710123,73,-1.541463105,0.7304997613,19.102812644 +2,-1.536990553,0.7349663874,73,-1.541463105,0.7304997613,22.055370288 +3,-1.534951779,0.7349571355,73,-1.541463105,0.7304997613,26.063149079 +4,-1.532906461,0.7349480293,73,-1.541463105,0.7304997613,30.744175706 +5,-1.531320211,0.7346937278,73,-1.541463105,0.7304997613,34.177264002 +6,-1.539451648,0.7335131775,73,-1.541463105,0.7304997613,13.326432732 +7,-1.537429487,0.7335445708,73,-1.541463105,0.7304997613,16.931900669 +8,-1.535484998,0.7335658704,73,-1.541463105,0.7304997613,21.394302155 +9,-1.533488396,0.7336036027,73,-1.541463105,0.7304997613,26.517361128 +10,-1.531497785,0.7335842962,73,-1.541463105,0.7304997613,31.8007937 +11,-1.530259379,0.7334777758,73,-1.541463105,0.7304997613,35.054560078 +12,-1.5335454,0.7322346912,73,-1.541463105,0.7304997613,24.332121615 +13,-1.531489083,0.7322238773,73,-1.541463105,0.7304997613,30.186360636 +14,-1.530011122,0.7321679851,73,-1.541463105,0.7304997613,34.40217502 +15,-1.53348106,0.7306614094,73,-1.541463105,0.7304997613,23.556521627 +16,-1.531441779,0.7306962275,73,-1.541463105,0.7304997613,29.573657508 +17,-1.529755654,0.7306933243,73,-1.541463105,0.7304997613,34.546100918 +18,-1.533415048,0.7291384674,73,-1.541463105,0.7304997613,24.362933492 +19,-1.531392093,0.7291705353,73,-1.541463105,0.7304997613,30.192889613 +20,-1.529296523,0.7291214933,73,-1.541463105,0.7304997613,36.329829751 +21,-1.535280942,0.727267644,73,-1.541463105,0.7304997613,22.305529194 +22,-1.533378158,0.7276139666,73,-1.541463105,0.7304997613,26.478290124 +23,-1.531340368,0.7276446587,73,-1.541463105,0.7304997613,31.970368306 +24,-1.528960113,0.7276398177,73,-1.541463105,0.7304997613,38.633029895 +25,-1.533313146,0.7260818349,73,-1.541463105,0.7304997613,29.777034695 +26,-1.531259555,0.7260958115,73,-1.541463105,0.7304997613,34.843835604 +27,-1.528926415,0.7260865555,73,-1.541463105,0.7304997613,40.975834778 +28,-1.531226779,0.7245511789,73,-1.541463105,0.7304997613,38.367866604 +29,-1.528904772,0.7245519194,73,-1.541463105,0.7304997613,43.989947661 +30,-1.547195875,0.7409785979,73,-1.541463105,0.7304997613,44.790326962 +31,-1.5451475,0.740980426,73,-1.541463105,0.7304997613,42.900475722 +32,-1.543097679,0.7409798872,73,-1.541463105,0.7304997613,41.788337373 +33,-1.540720364,0.7409892687,73,-1.541463105,0.7304997613,41.606140129 +34,-1.547188511,0.7395198392,73,-1.541463105,0.7304997613,39.49107925 +35,-1.545148587,0.7395226109,73,-1.541463105,0.7304997613,37.344113615 +36,-1.543104538,0.7395314908,73,-1.541463105,0.7304997613,36.098331661 +37,-1.540727751,0.7395306258,73,-1.541463105,0.7304997613,35.836451646 +38,-1.547187029,0.7380014886,73,-1.541463105,0.7304997613,34.149722252 +39,-1.545147315,0.7380012252,73,-1.541463105,0.7304997613,31.626439436 +40,-1.54310719,0.7380060743,73,-1.541463105,0.7304997613,30.122935596 +41,-1.540719671,0.7380068206,73,-1.541463105,0.7304997613,29.815701993 +42,-1.547187189,0.7364799098,73,-1.541463105,0.7304997613,29.064743736 +43,-1.545149996,0.7364853874,73,-1.541463105,0.7304997613,26.0730439 +44,-1.543106091,0.7364823484,73,-1.541463105,0.7304997613,24.185108333 +45,-1.540717158,0.7364893901,73,-1.541463105,0.7304997613,23.826229237 +46,-1.538663972,0.7410138672,73,-1.541463105,0.7304997613,42.449681569 +47,-1.53695285,0.7409699132,73,-1.541463105,0.7304997613,43.535612316 +48,-1.534910498,0.7409641297,73,-1.541463105,0.7304997613,45.697572876 +49,-1.533145034,0.7409536636,73,-1.541463105,0.7304997613,48.075032095 +50,-1.538681336,0.7395405883,73,-1.541463105,0.7304997613,36.731681602 +51,-1.536999189,0.7395183096,73,-1.541463105,0.7304997613,38.054389665 +52,-1.534923633,0.7395144222,73,-1.541463105,0.7304997613,40.548953313 +53,-1.533267822,0.7395654306,73,-1.541463105,0.7304997613,43.235489228 +54,-1.53867273,0.7380151077,73,-1.541463105,0.7304997613,30.878264223 +55,-1.536980576,0.7379994392,73,-1.541463105,0.7304997613,32.498902256 +56,-1.534931522,0.7379944961,73,-1.541463105,0.7304997613,35.357290033 +57,-1.533387952,0.7379480264,73,-1.541463105,0.7304997613,37.870805411 +58,-1.538682279,0.7364914363,73,-1.541463105,0.7304997613,25.103887146 +59,-1.536980704,0.7364810563,73,-1.541463105,0.7304997613,27.115579692 +60,-1.534935567,0.7364752065,73,-1.541463105,0.7304997613,30.481155575 +61,-1.533042592,0.7363876366,73,-1.541463105,0.7304997613,34.026883323 +62,-1.545143426,0.7349628011,73,-1.541463105,0.7304997613,20.73503017 +63,-1.543105297,0.7349691947,73,-1.541463105,0.7304997613,18.351866621 +64,-1.541064533,0.7349647152,73,-1.541463105,0.7304997613,17.72457581 +65,-1.545411803,0.7334624714,73,-1.541463105,0.7304997613,16.525031312 +66,-1.543446606,0.7334780896,73,-1.541463105,0.7304997613,13.165363441 +67,-1.541475327,0.7334957295,73,-1.541463105,0.7304997613,11.867084439 +68,-1.545401939,0.731963266,73,-1.541463105,0.7304997613,12.979611773 +69,-1.54342253,0.7319915583,73,-1.541463105,0.7304997613,8.2638201916 +70,-1.541455867,0.7320216438,73,-1.541463105,0.7304997613,6.0282140757 +71,-1.545410146,0.7304422281,73,-1.541463105,0.7304997613,11.647541326 +72,-1.543435491,0.7304713664,73,-1.541463105,0.7304997613,5.820320375 +73,-1.541463105,0.7304997613,73,-1.541463105,0.7304997613,2.9594703614 +74,-1.545414768,0.7289194936,73,-1.541463105,0.7304997613,13.239974445 +75,-1.543435774,0.7289538557,73,-1.541463105,0.7304997613,8.4507045274 +76,-1.541457714,0.7289765881,73,-1.541463105,0.7304997613,6.0333103296 +77,-1.539449415,0.7320555866,73,-1.541463105,0.7304997613,8.5571281897 +78,-1.537429183,0.7321097681,73,-1.541463105,0.7304997613,13.494688221 +79,-1.535472649,0.7321497267,73,-1.541463105,0.7304997613,18.831129102 +80,-1.539457899,0.7305333307,73,-1.541463105,0.7304997613,5.9173957317 +81,-1.537453161,0.7305750503,73,-1.541463105,0.7304997613,11.83395615 +82,-1.535479385,0.7306124949,73,-1.541463105,0.7304997613,17.65860588 +83,-1.53946905,0.7290102593,73,-1.541463105,0.7304997613,8.3346241298 +84,-1.537459922,0.7290417293,73,-1.541463105,0.7304997613,13.153982236 +85,-1.535451349,0.7290890157,73,-1.541463105,0.7304997613,18.606676259 +86,-1.535522937,0.7279887191,73,-1.541463105,0.7304997613,20.168195391 +87,-1.539442524,0.7274735939,73,-1.541463105,0.7304997613,13.390806937 +88,-1.537424111,0.727521351,73,-1.541463105,0.7304997613,16.779670559 +89,-1.539384641,0.7259505092,73,-1.541463105,0.7304997613,19.038421389 +90,-1.537372391,0.7259947145,73,-1.541463105,0.7304997613,21.556226676 +91,-1.535340789,0.7260435356,73,-1.541463105,0.7304997613,25.28092191 +92,-1.539325716,0.7244369706,73,-1.541463105,0.7304997613,24.83318903 +93,-1.537308932,0.7244801057,73,-1.541463105,0.7304997613,26.824430722 +94,-1.535289068,0.7245247645,73,-1.541463105,0.7304997613,29.894746339 +95,-1.533261366,0.7245550236,73,-1.541463105,0.7304997613,33.809845118 +96,-1.539267302,0.722921924,73,-1.541463105,0.7304997613,30.711589295 +97,-1.537248972,0.7229660258,73,-1.541463105,0.7304997613,32.34367113 +98,-1.535219431,0.7229916471,73,-1.541463105,0.7304997613,35.014966337 +99,-1.53318962,0.7230212049,73,-1.541463105,0.7304997613,38.43557694 +100,-1.531154816,0.7230299897,73,-1.541463105,0.7304997613,42.503374282 +101,-1.528878341,0.7230370244,73,-1.541463105,0.7304997613,47.555595134 +102,-1.539218189,0.7214009878,73,-1.541463105,0.7304997613,36.64863273 +103,-1.537198791,0.7214422745,73,-1.541463105,0.7304997613,38.035526206 +104,-1.535179266,0.7214634354,73,-1.541463105,0.7304997613,40.343638579 +105,-1.533156501,0.7214944644,73,-1.541463105,0.7304997613,43.333277228 +106,-1.53113574,0.7215166021,73,-1.541463105,0.7304997613,46.924414708 +107,-1.528874248,0.7215345535,73,-1.541463105,0.7304997613,51.493100473 +108,-1.539217656,0.7198512397,73,-1.541463105,0.7304997613,42.700766374 +109,-1.537199919,0.7199428763,73,-1.541463105,0.7304997613,43.683552544 +110,-1.545425832,0.727397149,73,-1.541463105,0.7304997613,16.973398525 +111,-1.543371177,0.7273916949,73,-1.541463105,0.7304997613,13.540324505 +112,-1.541368852,0.7274523163,73,-1.541463105,0.7304997613,12.074141171 +113,-1.545349067,0.7258710923,73,-1.541463105,0.7304997613,21.636248482 +114,-1.54332671,0.7258603556,73,-1.541463105,0.7304997613,19.184849299 +115,-1.541346831,0.7259242142,73,-1.541463105,0.7304997613,18.127001774 +116,-1.545324355,0.7243383958,73,-1.541463105,0.7304997613,26.946285624 +117,-1.543292796,0.7243617413,73,-1.541463105,0.7304997613,24.907976138 +118,-1.541295822,0.7244024384,73,-1.541463105,0.7304997613,24.15656582 +119,-1.543193859,0.7205570215,73,-1.541463105,0.7304997613,39.715755097 +120,-1.550257047,0.7386738187,73,-1.541463105,0.7304997613,41.430552184 +121,-1.549335448,0.7311736483,73,-1.541463105,0.7304997613,23.371779097 +122,-1.533478843,0.7179891343,73,-1.541463105,0.7304997613,54.924819575 +123,-1.556150555,0.738907041,73,-1.541463105,0.7304997613,54.520509124 +124,-1.554324226,0.733414257,73,-1.541463105,0.7304997613,39.614060803 +125,-1.554290846,0.7288285332,73,-1.541463105,0.7304997613,38.448222035 +126,-1.55122487,0.7219795312,73,-1.541463105,0.7304997613,44.437983471 +127,-1.525104458,0.7229399862,73,-1.541463105,0.7304997613,56.935928599 +128,-1.519607711,0.7236181429,73,-1.541463105,0.7304997613,70.186929499 +129,-1.513899999,0.7251107854,73,-1.541463105,0.7304997613,84.262883149 +130,-1.536620762,0.7431061895,73,-1.541463105,0.7304997613,51.91528667 +131,-1.5369566,0.7460845958,73,-1.541463105,0.7304997613,63.127431286 +132,-1.545345528,0.7447040685,73,-1.541463105,0.7304997613,57.402776473 +133,-1.532813921,0.7432306626,73,-1.541463105,0.7304997613,56.449875901 +134,-1.554788248,0.7382381001,73,-1.541463105,0.7304997613,49.742380768 +135,-1.540348126,0.7301594274,73,-1.541463105,0.7304997613,3.555510163 +136,-1.538016084,0.7239051786,73,-1.541463105,0.7304997613,28.041903171 +137,-1.525288962,0.7258085137,73,-1.541463105,0.7304997613,51.302131199 +138,-1.534326986,0.731241342,73,-1.541463105,0.7304997613,21.250778123 +139,-1.530733872,0.7303625216,73,-1.541463105,0.7304997613,31.66116744 +141,-1.534354939,0.7328219978,73,-1.541463105,0.7304997613,22.879913871 +142,-1.53157084,0.7292888153,73,-1.541463105,0.7304997613,29.59238798 +143,-1.525691035,0.7263799874,73,-1.541463105,0.7304997613,49.391610065 +144,-1.534031287,0.7495967835,73,-1.541463105,0.7304997613,78.704410248 +145,-1.527714986,0.7283095957,73,-1.541463105,0.7304997613,41.517366602 +146,-1.526189586,0.7271468292,73,-1.541463105,0.7304997613,47.042687327 +147,-1.555177336,0.7375563366,73,-1.541463105,0.7304997613,49.071308595 +148,-1.555080283,0.7312707794,73,-1.541463105,0.7304997613,40.276901236 +149,-1.53856994,0.7224180299,73,-1.541463105,0.7304997613,33.138139772 +150,-1.530837883,0.729933372,73,-1.541463105,0.7304997613,31.435796509 +151,-1.515066984,0.5854133365,73,-1.541463105,0.7304997613,580.5823117 +152,-1.534731633,0.5368370046,73,-1.541463105,0.7304997613,767.39658426 +153,-1.515231902,0.5607085576,73,-1.541463105,0.7304997613,677.61084831 +154,-2.616253799,1.0684566605,73,-1.541463105,0.7304997613,2829.7474958 +155,-1.956071439,0.5792177723,73,-1.541463105,0.7304997613,1427.4440829 +156,-1.951208514,0.5602434208,73,-1.541463105,0.7304997613,1454.7598848 +157,-1.944675062,0.6062144545,73,-1.541463105,0.7304997613,1341.4648216 +158,-1.613778386,0.6077989518,73,-1.541463105,0.7304997613,535.25611226 +159,-2.035029014,0.6021432345,73,-1.541463105,0.7304997613,1610.1389486 +160,-2.114989471,0.6801825058,73,-1.541463105,0.7304997613,1730.4743247 +161,-2.037382079,0.5765830025,73,-1.541463105,0.7304997613,1664.9198182 +162,-2.129855121,0.6585019963,73,-1.541463105,0.7304997613,1801.5207678 +163,-2.075141798,0.6493615843,73,-1.541463105,0.7304997613,1652.651589 +164,-1.828626729,0.6948433129,73,-1.541463105,0.7304997613,870.73185073 +165,-1.863329418,0.6735427691,73,-1.541463105,0.7304997613,997.1257165 +166,-1.266037071,0.727988852,73,-1.541463105,0.7304997613,812.42112845 +167,-1.277579582,0.7249010648,73,-1.541463105,0.7304997613,779.79543764 +168,-1.258418684,0.7241194816,73,-1.541463105,0.7304997613,836.58878717 +169,-1.317813974,0.6804850104,73,-1.541463105,0.7304997613,702.1216373 +170,-1.344165204,0.6790988904,73,-1.541463105,0.7304997613,628.57166123 +171,-1.427582102,0.5277120351,73,-1.541463105,0.7304997613,881.4698973 +172,-1.402238616,0.457167829,73,-1.541463105,0.7304997613,1173.8283865 +173,-1.422454264,0.4996161999,73,-1.541463105,0.7304997613,991.40641758 +174,-1.439089277,0.4894859811,73,-1.541463105,0.7304997613,1010.1897557 +175,-1.448126995,0.5182330266,73,-1.541463105,0.7304997613,892.19330988 +176,-1.474626146,0.5881926574,73,-1.541463105,0.7304997613,601.08679172 +177,-1.421139645,0.5584869783,73,-1.541463105,0.7304997613,779.97249233 +178,-1.457037165,0.565943032,73,-1.541463105,0.7304997613,703.8942127 +179,-2.757159358,0.3745319,73,-1.541463105,0.7304997613,4215.6799524 +180,-2.714309238,0.342054471,73,-1.541463105,0.7304997613,4167.4323406 +181,-2.000525337,0.774119946,73,-1.541463105,0.7304997613,1332.9609016 +183,-1.571413436,0.6777838382,73,-1.541463105,0.7304997613,227.53005358 +184,-1.552860289,0.6987663893,73,-1.541463105,0.7304997613,130.23775335 +185,-1.521852374,0.7165827476,73,-1.541463105,0.7304997613,80.173548746 +186,-1.503656267,0.6928968252,73,-1.541463105,0.7304997613,187.18681652 +187,-1.502753178,0.7136205882,73,-1.541463105,0.7304997613,133.0730216 +188,-1.631894563,0.7343596465,73,-1.541463105,0.7304997613,266.73692495 +189,-1.653765416,0.6770714026,73,-1.541463105,0.7304997613,399.57970722 +190,-1.719812114,0.6715965947,73,-1.541463105,0.7304997613,587.60106298 +191,-1.493406659,0.6646955447,73,-1.541463105,0.7304997613,298.65531873 +192,-1.469120564,0.6613469966,73,-1.541463105,0.7304997613,351.17428926 +193,-1.590551461,0.5326612937,73,-1.541463105,0.7304997613,799.06480802 +194,-1.625979264,0.5247742243,73,-1.541463105,0.7304997613,858.35091124 +195,-1.572293943,0.5238808754,73,-1.541463105,0.7304997613,824.31425161 +196,-1.610848725,0.5477107964,73,-1.541463105,0.7304997613,756.64283874 +197,-1.208485554,0.7918526018,73,-1.541463105,0.7304997613,982.78584836 +198,-1.335601374,0.6869083083,73,-1.541463105,0.7304997613,642.10029767 +199,-1.346156996,0.6825213377,73,-1.541463105,0.7304997613,617.81092918 +200,-1.324381037,0.6741422347,73,-1.541463105,0.7304997613,692.52386456 +201,-1.242424992,0.7378949807,73,-1.541463105,0.7304997613,878.33275784 +202,-1.270370057,0.7392461008,73,-1.541463105,0.7304997613,796.31353024 +203,-1.448950472,0.7441675014,73,-1.541463105,0.7304997613,276.56364334 +204,-1.492662363,0.7523026852,73,-1.541463105,0.7304997613,166.66682038 +205,-1.479098966,0.7763855017,73,-1.541463105,0.7304997613,255.86675495 +206,-1.633760714,0.7869022408,73,-1.541463105,0.7304997613,346.71943156 +207,-1.647406434,0.8101289331,73,-1.541463105,0.7304997613,435.84977391 +208,-1.564245052,0.5701509278,73,-1.541463105,0.7304997613,639.16570633 +209,-1.646289963,0.6833746083,73,-1.541463105,0.7304997613,366.63452062 +210,-1.5820631,0.6751952144,73,-1.541463105,0.7304997613,251.05998203 +211,-1.613236298,0.6681681791,73,-1.541463105,0.7304997613,328.98956871 +212,-1.914661867,0.8212566515,73,-1.541463105,0.7304997613,1110.5367755 +213,-1.742133237,0.7250275956,73,-1.541463105,0.7304997613,593.4410043 +214,-2.033144872,0.6557314699,73,-1.541463105,0.7304997613,1519.983826 +215,-2.039551981,0.6964723658,73,-1.541463105,0.7304997613,1490.8823185 +216,-1.247341019,0.7622473908,73,-1.541463105,0.7304997613,862.96072066 +217,-1.298239787,0.7084123392,73,-1.541463105,0.7304997613,729.0823077 +218,-1.308539688,0.6926545592,73,-1.541463105,0.7304997613,713.82983232 +219,-1.303263185,0.6888938396,73,-1.541463105,0.7304997613,733.57308354 +220,-1.852400229,0.6004246149,73,-1.541463105,0.7304997613,1094.2689342 +221,-1.288947707,0.7473773692,73,-1.541463105,0.7304997613,741.43723057 +222,-1.372031502,0.7472790993,73,-1.541463105,0.7304997613,500.24718599 +223,-1.289805721,0.7242157877,73,-1.541463105,0.7304997613,744.0956875 +224,-1.350807603,0.7533498126,73,-1.541463105,0.7304997613,563.58707679 +225,-1.329290365,0.7560442322,73,-1.541463105,0.7304997613,626.39723452 +226,-1.410153004,0.616936428,73,-1.541463105,0.7304997613,605.76857731 +227,-1.393445434,0.6308995063,73,-1.541463105,0.7304997613,602.14893156 +228,-1.37595573,0.6241540638,73,-1.541463105,0.7304997613,661.40461604 +229,-1.358388707,0.6172645205,73,-1.541463105,0.7304997613,721.73907333 +230,-1.753741133,0.8281661666,73,-1.541463105,0.7304997613,711.10070373 +231,-1.47430987,0.6834615681,73,-1.541463105,0.7304997613,274.92888792 +232,-1.421012508,0.7222725206,73,-1.541463105,0.7304997613,358.0612579 +233,-1.4476833,0.6978557868,73,-1.541463105,0.7304997613,308.96223812 +234,-1.470370723,0.6966193374,73,-1.541463105,0.7304997613,251.62050894 +235,-1.429211703,0.7037216883,73,-1.541463105,0.7304997613,351.40069844 +236,-1.700578405,0.6178673663,73,-1.541463105,0.7304997613,663.71331851 +237,-1.678117619,0.6331716163,73,-1.541463105,0.7304997613,569.84374659 +238,-1.725644578,0.6316331145,73,-1.541463105,0.7304997613,688.08695122 +239,-2.14012759,0.7930497945,73,-1.541463105,0.7304997613,1720.3820988 +240,-2.103289431,0.7653606263,73,-1.541463105,0.7304997613,1626.9286951 +241,-1.318739838,0.7017808746,73,-1.541463105,0.7304997613,674.48124087 +242,-1.396417427,0.7077900843,73,-1.541463105,0.7304997613,441.32497424 +243,-1.35650337,0.7185539404,73,-1.541463105,0.7304997613,550.28266743 +244,-1.248884539,0.7274156818,73,-1.541463105,0.7304997613,863.10193302 +245,-1.395014798,0.5761185243,73,-1.541463105,0.7304997613,764.73037429 +246,-1.433377362,0.6064716109,73,-1.541463105,0.7304997613,594.789581 +247,-1.408172432,0.5903155476,73,-1.541463105,0.7304997613,693.74238372 +248,-1.749645898,0.7757118084,73,-1.541463105,0.7304997613,627.033017 +249,-1.571626686,0.615046989,73,-1.541463105,0.7304997613,466.72710996 +250,-1.514070049,0.6303003037,73,-1.541463105,0.7304997613,405.73083995 +251,-1.480890369,0.6237966528,73,-1.541463105,0.7304997613,462.05832911 +252,-1.704390658,0.5281680612,73,-1.541463105,0.7304997613,954.91842538 +253,-1.64434733,0.5254277498,73,-1.541463105,0.7304997613,876.09948414 +254,-1.703855997,0.4792484842,73,-1.541463105,0.7304997613,1125.4317384 +255,-1.692002383,0.5748825051,73,-1.541463105,0.7304997613,776.50177499 +256,-1.854136457,0.5544643913,73,-1.541463105,0.7304997613,1208.1657271 +257,-1.665021206,0.520317736,73,-1.541463105,0.7304997613,921.40263626 +258,-1.733654349,0.4845187345,73,-1.541463105,0.7304997613,1155.3267321 +259,-1.720938188,0.5135933906,73,-1.541463105,0.7304997613,1033.5901373 +260,-1.742668307,0.553296122,73,-1.541463105,0.7304997613,946.99483721 +261,-1.965659039,0.7142126903,73,-1.541463105,0.7304997613,1258.0393199 +262,-1.944438071,0.6772834804,73,-1.541463105,0.7304997613,1231.0644499 +263,-1.270340967,0.7681487096,73,-1.541463105,0.7304997613,799.01735434 +264,-1.353091884,0.6549276821,73,-1.541463105,0.7304997613,646.83174368 +265,-1.333236659,0.6413584414,73,-1.541463105,0.7304997613,728.4388105 +266,-1.352015998,0.6753788907,73,-1.541463105,0.7304997613,612.18458017 +267,-1.377988483,0.6577816235,73,-1.541463105,0.7304997613,574.54052339 +268,-2.13075611,0.8318642051,73,-1.541463105,0.7304997613,1690.9316544 +269,-2.097910953,0.8259670014,73,-1.541463105,0.7304997613,1602.4449579 +270,-1.416382069,0.6694271549,73,-1.541463105,0.7304997613,449.33862972 +271,-1.538905672,0.7535625993,73,-1.541463105,0.7304997613,91.656500893 +272,-1.572309477,0.7803125099,73,-1.541463105,0.7304997613,216.41633021 +273,-1.87759879,0.7503853417,73,-1.541463105,0.7304997613,983.808295 +274,1.152365588,0.590457682,73,-1.541463105,0.7304997613,6964.001651 +275,0.350198001,0.718001859,73,-1.541463105,0.7304997613,5171.691925 +276,0.046513677,0.491503852,73,-1.541463105,0.7304997613,4999.9756134 +277,0.027510309,0.742571376,73,-1.541463105,0.7304997613,4363.3957559 +278,0.306285725,-0.214631579,73,-1.541463105,0.7304997613,7600.6953136 +279,-1.100564889,0.318051531,73,-1.541463105,0.7304997613,2208.9754544 +280,-1.078582306,0.301437596,73,-1.541463105,0.7304997613,2311.4504066 +281,-1.137371989,-0.617634065,73,-1.541463105,0.7304997613,5537.546093 +282,0.784356344,0.703272339,73,-1.541463105,0.7304997613,6054.7756506 +283,-1.221209947,0.218327455,73,-1.541463105,0.7304997613,2310.0162372 +284,2.347301921,-0.449114658,73,-1.541463105,0.7304997613,9777.9517135 +285,0.246820618,0.830553713,73,-1.541463105,0.7304997613,4659.818598 +286,0.829414965,0.703288228,73,-1.541463105,0.7304997613,6127.013779 +287,-1.337537566,0.42332223,73,-1.541463105,0.7304997613,1389.2732157 +288,0.882453706,0.454478077,73,-1.541463105,0.7304997613,7065.0058464 +289,1.575629659,0.416419109,73,-1.541463105,0.7304997613,7900.0145342 +290,-1.039455679,0.229888244,73,-1.541463105,0.7304997613,2628.343766 +291,0.489558039,0.934482747,73,-1.541463105,0.7304997613,4847.4827214 +292,0.081344504,0.88384514,73,-1.541463105,0.7304997613,4187.4318473 +293,-1.547979814,0.300350308,73,-1.541463105,0.7304997613,1703.9654816 +294,0.040776181,0.168560074,73,-1.541463105,0.7304997613,5811.0806601 +295,-1.130374745,0.563894876,73,-1.541463105,0.7304997613,1450.3987154 +296,1.578326642,0.478507176,73,-1.541463105,0.7304997613,7654.3065044 +297,-1.12861823,-0.291640865,73,-1.541463105,0.7304997613,4321.4264925 +298,0.310524208,0.770885792,73,-1.541463105,0.7304997613,4945.6869189 +299,0.415649091,-0.387246002,73,-1.541463105,0.7304997613,8350.2530812 +300,-0.926533878,-0.188022748,73,-1.541463105,0.7304997613,4270.5687983 +301,1.258856172,-0.11716081,73,-1.541463105,0.7304997613,9734.639093 +302,-1.126050026,0.322941926,73,-1.541463105,0.7304997613,2136.560639 +303,2.002785835,0.07893892,73,-1.541463105,0.7304997613,8924.2119643 +304,0.440437607,0.746258085,73,-1.541463105,0.7304997613,5284.5852458 +305,-0.030391866,0.214441206,73,-1.541463105,0.7304997613,5483.1563462 +306,0.521557815,-0.058929362,73,-1.541463105,0.7304997613,7811.7901674 +307,-0.097005111,0.13317729,73,-1.541463105,0.7304997613,5498.5133077 +308,1.83113859,0.221857587,73,-1.541463105,0.7304997613,8578.4997379 +309,0.222428864,0.099404236,73,-1.541463105,0.7304997613,6523.2919139 +310,-1.702731345,0.8728568183,73,-1.541463105,0.7304997613,716.73818067 +311,-0.418507569,0.278324921,73,-1.541463105,0.7304997613,4177.8839819 +312,-1.41153306,0.339029988,73,-1.541463105,0.7304997613,1610.967611 +313,0.357560442,0.114788776,73,-1.541463105,0.7304997613,6866.876174 +314,0.325818979,0.268352149,73,-1.541463105,0.7304997613,6352.3063368 +315,-1.246004659,-0.663679965,73,-1.541463105,0.7304997613,5624.4179589 +316,1.814603087,0.637404484,73,-1.541463105,0.7304997613,6970.1970249 +317,1.843704281,-0.18300445,73,-1.541463105,0.7304997613,10115.924947 +318,1.690644492,-0.211480909,73,-1.541463105,0.7304997613,10364.332372 +319,-1.275451936,0.068109467,73,-1.541463105,0.7304997613,2787.7617193 +320,0.762430171,-0.207594741,73,-1.541463105,0.7304997613,8897.3891984 +321,0.265668905,-0.014647884,73,-1.541463105,0.7304997613,6955.5413039 +322,-2.773032013,-0.335515811,73,-1.541463105,0.7304997613,6165.1271138 +323,-1.469512853,0.174058777,73,-1.541463105,0.7304997613,2218.2560455 +324,0.286276986,0.785925691,73,-1.541463105,0.7304997613,4854.9981275 +325,-1.379324697,0.377432233,73,-1.541463105,0.7304997613,1499.0777172 +326,-1.203778265,0.212813032,73,-1.541463105,0.7304997613,2358.9052777 +327,0.579916301,0.611743168,73,-1.541463105,0.7304997613,5967.5494221 +328,0.267582642,0.868113908,73,-1.541463105,0.7304997613,4611.0029982 +329,0.412869244,-0.050245578,73,-1.541463105,0.7304997613,7478.2432662 +330,0.17524381,0.976660285,73,-1.541463105,0.7304997613,4183.1892446 +331,0.743157214,0.204812899,73,-1.541463105,0.7304997613,7603.5194655 +332,-1.070758176,0.269382282,73,-1.541463105,0.7304997613,2431.1958389 +333,-1.230364251,0.329790229,73,-1.541463105,0.7304997613,1901.6034827 +334,-1.374813124,-0.024926835,73,-1.541463105,0.7304997613,3051.3771987 +335,0.519780566,0.463669906,73,-1.541463105,0.7304997613,6282.8478946 +336,-1.55108034,0.239698561,73,-1.541463105,0.7304997613,1944.3447327 +337,0.180294813,0.029739425,73,-1.541463105,0.7304997613,6587.3526731 +338,0.67820924,0.268170153,73,-1.541463105,0.7304997613,7252.3383008 +339,0.445798684,1.024001867,73,-1.541463105,0.7304997613,4534.2929492 +340,0.691751283,0.150521402,73,-1.541463105,0.7304997613,7650.368053 +341,-1.036643551,-0.903056181,73,-1.541463105,0.7304997613,6699.3883915 +342,-0.120287036,1.083325163,73,-1.541463105,0.7304997613,3463.1410876 +343,2.823513113,-0.304487164,73,-1.541463105,0.7304997613,8035.2446454 +344,0.457583172,1.12513373,73,-1.541463105,0.7304997613,4289.5122445 +345,0.042918831,0.813795399,73,-1.541463105,0.7304997613,4247.5471902 +346,1.196146777,-0.853142756,73,-1.541463105,0.7304997613,11225.399261 +347,0.206001358,-0.010430701,73,-1.541463105,0.7304997613,6769.727475 +348,-0.268308653,0.234799412,73,-1.541463105,0.7304997613,4730.5742467 +349,0.759363263,0.736189579,73,-1.541463105,0.7304997613,5904.9421378 +350,0.181363926,0.891988372,73,-1.541463105,0.7304997613,4379.7003732 +351,-0.021111158,0.139103292,73,-1.541463105,0.7304997613,5706.6878125 +352,-0.093355215,0.630686981,73,-1.541463105,0.7304997613,4296.8878173 +353,0.40118964,0.681375926,73,-1.541463105,0.7304997613,5383.6054434 +354,-0.721197315,1.304706234,73,-1.541463105,0.7304997613,2694.9203875 +355,-1.076150317,0.212107639,73,-1.541463105,0.7304997613,2606.4400461 +356,-1.577164531,0.273993443,73,-1.541463105,0.7304997613,1812.3229989 +357,-0.190788414,0.182208586,73,-1.541463105,0.7304997613,5094.3159475 +358,-0.261349752,0.209710184,73,-1.541463105,0.7304997613,4815.2916018 +359,-1.029303852,0.083549259,73,-1.541463105,0.7304997613,3135.6424514 +360,-1.268609162,0.330525297,73,-1.541463105,0.7304997613,1831.3609389 +361,1.282982244,-0.926641967,73,-1.541463105,0.7304997613,11298.971279 +362,0.217352334,0.731352408,73,-1.541463105,0.7304997613,4839.2860093 +363,-1.511833084,0.258629297,73,-1.541463105,0.7304997613,1871.8312408 +364,0.338812194,0.823184618,73,-1.541463105,0.7304997613,4868.5523647 +365,-0.324406489,1.134201999,73,-1.541463105,0.7304997613,3073.5290068 +366,1.389579348,0.399185724,73,-1.541463105,0.7304997613,7903.0352233 +367,2.047152199,-0.039082036,73,-1.541463105,0.7304997613,9277.8242404 +368,0.947780369,0.568250077,73,-1.541463105,0.7304997613,6777.4671939 +369,0.763824846,0.576754987,73,-1.541463105,0.7304997613,6438.2868347 +370,-0.142334657,0.928153068,73,-1.541463105,0.7304997613,3621.3065493 +371,0.610266567,0.547265983,73,-1.541463105,0.7304997613,6229.3261936 +372,0.210731629,0.746815056,73,-1.541463105,0.7304997613,4785.9038489 +373,-1.34931644,0.316895224,73,-1.541463105,0.7304997613,1762.255743 +374,2.407696481,0.655030745,73,-1.541463105,0.7304997613,6229.2134706 +375,0.64207831,0.545359131,73,-1.541463105,0.7304997613,6301.6069669 +376,1.174597538,0.840588356,73,-1.541463105,0.7304997613,6045.2081104 +377,0.660059424,0.010604079,73,-1.541463105,0.7304997613,7992.0249989 +378,-0.730263819,0.010486456,73,-1.541463105,0.7304997613,4056.3668011 +379,0.831068936,0.512339172,73,-1.541463105,0.7304997613,6775.8953442 +380,1.301180979,0.72367476,73,-1.541463105,0.7304997613,6585.2653912 +381,1.811128231,0.322854402,73,-1.541463105,0.7304997613,8200.4737792 +382,0.435105812,0.992284428,73,-1.541463105,0.7304997613,4600.9425435 +383,0.62643634,0.592027932,73,-1.541463105,0.7304997613,6123.5320881 +384,0.492988703,-0.516339467,73,-1.541463105,0.7304997613,8866.268221 +385,-0.162469483,0.112549365,73,-1.541463105,0.7304997613,5359.4337859 +386,0.314630866,0.472006421,73,-1.541463105,0.7304997613,5758.7442175 +387,0.166744804,0.822815954,73,-1.541463105,0.7304997613,4506.2005749 +388,0.417159608,0.965805736,73,-1.541463105,0.7304997613,4641.0268796 +389,0.106334961,0.868774244,73,-1.541463105,0.7304997613,4272.7777859 +390,0.815086969,-0.338144359,73,-1.541463105,0.7304997613,9396.5651881 +391,0.59867455,-0.230624824,73,-1.541463105,0.7304997613,8497.5328288 +392,1.915104874,0.066220985,73,-1.541463105,0.7304997613,9090.2480583 +393,1.278093622,0.064463721,73,-1.541463105,0.7304997613,9088.1748907 +394,-0.061477853,0.302997961,73,-1.541463105,0.7304997613,5165.4683093 +395,0.251311504,0.626976942,73,-1.541463105,0.7304997613,5185.5261077 +396,2.950242872,0.149095644,73,-1.541463105,0.7304997613,6468.1372287 +397,-0.180294708,0.35375117,73,-1.541463105,0.7304997613,4692.7194106 +398,1.010448592,-0.351180233,73,-1.541463105,0.7304997613,9967.1464056 +399,-1.748740498,0.3686318073,73,-1.541463105,0.7304997613,1591.4666811 +400,2.699635665,0.123533791,73,-1.541463105,0.7304997613,7236.6659977 +401,0.496808033,0.823843254,73,-1.541463105,0.7304997613,5173.7166652 +402,0.129574704,0.763364087,73,-1.541463105,0.7304997613,4559.6673219 +403,1.798920311,0.817447563,73,-1.541463105,0.7304997613,6272.6751132 +404,0.335987953,0.746786541,73,-1.541463105,0.7304997613,5063.7831704 +405,-1.085413643,0.292154671,73,-1.541463105,0.7304997613,2325.4521924 +406,-0.155321003,0.508207011,73,-1.541463105,0.7304997613,4398.9195387 +407,0.620529244,-0.301175104,73,-1.541463105,0.7304997613,8743.112303 +408,1.684402744,0.368716966,73,-1.541463105,0.7304997613,8078.8955141 +409,0.300582244,-0.386397212,73,-1.541463105,0.7304997613,8010.2814489 +410,2.913555946,-0.009225192,73,-1.541463105,0.7304997613,7002.2791357 +411,1.465101417,0.493232532,73,-1.541463105,0.7304997613,7571.519576 +412,0.090612882,0.907955955,73,-1.541463105,0.7304997613,4157.6287405 +413,2.987564726,-0.729568594,73,-1.541463105,0.7304997613,8509.6837719 +414,-1.484261606,0.224149272,73,-1.541463105,0.7304997613,2015.3336114 +415,0.164073421,0.303955133,73,-1.541463105,0.7304997613,5808.3059064 +416,0.141441293,0.167552546,73,-1.541463105,0.7304997613,6106.5843564 +417,2.931321023,-0.506718887,73,-1.541463105,0.7304997613,8197.6737076 +418,2.21951565,0.700596356,73,-1.541463105,0.7304997613,6354.5305664 +419,0.268112576,1.199114336,73,-1.541463105,0.7304997613,3878.5471721 +420,0.978913739,0.359223811,73,-1.541463105,0.7304997613,7564.3299239 +421,1.210898818,0.522863584,73,-1.541463105,0.7304997613,7279.5950303 +422,2.347397336,0.129231362,73,-1.541463105,0.7304997613,8096.6929932 +423,0.614394501,0.556878345,73,-1.541463105,0.7304997613,6208.1638504 +424,-1.398079356,0.148483366,73,-1.541463105,0.7304997613,2359.2808292 +425,2.535303836,-0.112984496,73,-1.541463105,0.7304997613,8363.0266354 +426,-1.019372593,-0.405322349,73,-1.541463105,0.7304997613,4888.9941141 +427,-1.297785627,-0.160104069,73,-1.541463105,0.7304997613,3637.1486564 +428,2.144554488,0.205051084,73,-1.541463105,0.7304997613,8240.9842469 +429,-2.242387083,-0.426171285,73,-1.541463105,0.7304997613,5251.7217984 +430,0.338637212,0.909723676,73,-1.541463105,0.7304997613,4645.877809 +431,-0.148798452,0.691042401,73,-1.541463105,0.7304997613,4023.4852076 +432,0.893524764,0.441829531,73,-1.541463105,0.7304997613,7128.1427716 +433,0.969229347,-0.368847936,73,-1.541463105,0.7304997613,9905.3428637 +434,0.436043248,0.800045688,73,-1.541463105,0.7304997613,5125.0401637 +435,1.687946607,1.081504775,73,-1.541463105,0.7304997613,5260.9949138 +436,0.522302046,-0.034889271,73,-1.541463105,0.7304997613,7746.876091 +437,-0.178996113,-0.438090009,73,-1.541463105,0.7304997613,6792.4851255 +438,-1.094339566,0.301444068,73,-1.541463105,0.7304997613,2275.7795639 +439,-1.064070054,0.242569932,73,-1.541463105,0.7304997613,2532.5776198 +440,-1.068153768,0.230387998,73,-1.541463105,0.7304997613,2563.3425354 +441,-3.00496892,-0.23989155,73,-1.541463105,0.7304997613,6543.3468009 +442,0.21751974,0.766874888,73,-1.541463105,0.7304997613,4751.9461205 +443,0.117229532,0.007619006,73,-1.541463105,0.7304997613,6460.9133392 +444,0.777758451,0.420554741,73,-1.541463105,0.7304997613,6980.2267174 +445,-0.252356999,0.250747086,73,-1.541463105,0.7304997613,4737.1267222 +446,0.363148444,0.768483434,73,-1.541463105,0.7304997613,5063.517156 +447,0.903191366,-0.118210676,73,-1.541463105,0.7304997613,9003.1267668 +448,-0.205755923,0.149406178,73,-1.541463105,0.7304997613,5135.3840596 +449,1.811996086,0.02364353,73,-1.541463105,0.7304997613,9361.5685572 +450,-1.100670221,0.314845373,73,-1.541463105,0.7304997613,2218.9036163 +451,0.340078597,0.850105132,73,-1.541463105,0.7304997613,4801.1879099 +452,0.258757267,0.804969236,73,-1.541463105,0.7304997613,4748.15381 +453,2.78505352,-0.155160804,73,-1.541463105,0.7304997613,7766.2546792 +454,0.800551619,0.105822106,73,-1.541463105,0.7304997613,8052.0854672 +455,0.437940882,-0.506194031,73,-1.541463105,0.7304997613,8684.1454236 +456,2.230431122,0.63458615,73,-1.541463105,0.7304997613,6574.9385026 +457,0.527965361,0.127667701,73,-1.541463105,0.7304997613,7298.0413755 +458,-0.063643205,0.702093448,73,-1.541463105,0.7304997613,4222.0413076 +459,1.408447268,0.133010502,73,-1.541463105,0.7304997613,8953.5501141 +460,0.523795955,0.280266966,73,-1.541463105,0.7304997613,6838.8126158 +461,-0.975769313,0.072177659,73,-1.541463105,0.7304997613,3285.4147324 +462,0.549774164,-0.463663986,73,-1.541463105,0.7304997613,8919.956258 +463,0.29245874,1.095549818,73,-1.541463105,0.7304997613,4126.6291586 +464,0.143625958,0.816809593,73,-1.541463105,0.7304997613,4468.9737067 +465,0.671902494,0.611159853,73,-1.541463105,0.7304997613,6153.3048734 +466,1.239840988,0.6724199,73,-1.541463105,0.7304997613,6737.025325 +467,0.607829703,-0.10932137,73,-1.541463105,0.7304997613,8194.2837829 +468,1.763020906,0.263996692,73,-1.541463105,0.7304997613,8459.8476504 +469,0.378714634,0.726066797,73,-1.541463105,0.7304997613,5211.4869608 +470,2.196736143,-0.153862366,73,-1.541463105,0.7304997613,9355.5847803 +471,0.01702415,0.148991565,73,-1.541463105,0.7304997613,5792.8518913 +472,-2.998490902,-0.158002487,73,-1.541463105,0.7304997613,6307.0299954 +473,-3.051262951,-0.346595608,73,-1.541463105,0.7304997613,6954.7479233 +474,-1.069176439,0.182802941,73,-1.541463105,0.7304997613,2718.7388293 +475,0.167157509,0.595344954,73,-1.541463105,0.7304997613,5058.7313178 +476,0.613855648,0.681746124,73,-1.541463105,0.7304997613,5819.8719301 +477,1.037012736,0.682555367,73,-1.541463105,0.7304997613,6490.8717013 +478,-1.253574971,0.379755746,73,-1.541463105,0.7304997613,1687.1769137 +479,3.108590453,-0.132620738,73,-1.541463105,0.7304997613,6755.1926851 +480,0.565301296,0.022333262,73,-1.541463105,0.7304997613,7703.4808439 +481,0.547898238,0.855555614,73,-1.541463105,0.7304997613,5173.4300032 +482,0.948309381,0.417393755,73,-1.541463105,0.7304997613,7308.1778362 +483,-0.050600732,0.945269213,73,-1.541463105,0.7304997613,3791.8800362 +484,-0.977651478,-0.572363064,73,-1.541463105,0.7304997613,5553.9910834 +485,1.102014914,0.728861163,73,-1.541463105,0.7304997613,6395.0390292 +486,2.927300795,-0.282939414,73,-1.541463105,0.7304997613,7675.5757831 +487,-1.154565557,0.124434095,73,-1.541463105,0.7304997613,2757.765911 +488,1.855331234,0.291044755,73,-1.541463105,0.7304997613,8291.0531956 +489,0.830290659,0.276904518,73,-1.541463105,0.7304997613,7562.5424176 +490,0.485104466,-0.234867441,73,-1.541463105,0.7304997613,8178.5218919 +491,0.521367572,-0.33161327,73,-1.541463105,0.7304997613,8528.3845298 +1,-1.539031704,0.7349710123,74,-1.545414768,0.7289194936,30.467807579 +2,-1.536990553,0.7349663874,74,-1.545414768,0.7289194936,34.493570766 +3,-1.534951779,0.7349571355,74,-1.545414768,0.7289194936,39.017486084 +4,-1.532906461,0.7349480293,74,-1.545414768,0.7289194936,43.915272075 +5,-1.531320211,0.7346937278,74,-1.545414768,0.7289194936,47.415357725 +6,-1.539451648,0.7335131775,74,-1.545414768,0.7289194936,25.302097511 +7,-1.537429487,0.7335445708,74,-1.545414768,0.7289194936,29.831492702 +8,-1.535484998,0.7335658704,74,-1.545414768,0.7289194936,34.580631096 +9,-1.533488396,0.7336036027,74,-1.545414768,0.7289194936,39.757157021 +10,-1.531497785,0.7335842962,74,-1.545414768,0.7289194936,44.999965629 +11,-1.530259379,0.7334777758,74,-1.545414768,0.7289194936,48.194725112 +12,-1.5335454,0.7322346912,74,-1.545414768,0.7289194936,37.397096181 +13,-1.531489083,0.7322238773,74,-1.545414768,0.7289194936,43.116917803 +14,-1.530011122,0.7321679851,74,-1.545414768,0.7289194936,47.230108886 +15,-1.53348106,0.7306614094,74,-1.545414768,0.7289194936,35.899738636 +16,-1.531441779,0.7306962275,74,-1.545414768,0.7289194936,41.846134484 +17,-1.529755654,0.7306933243,74,-1.545414768,0.7289194936,46.758679449 +18,-1.533415048,0.7291384674,74,-1.545414768,0.7289194936,35.460077965 +19,-1.531392093,0.7291705353,74,-1.545414768,0.7289194936,41.436964008 +20,-1.529296523,0.7291214933,74,-1.545414768,0.7289194936,47.623362418 +21,-1.535280942,0.727267644,74,-1.545414768,0.7289194936,30.668357809 +22,-1.533378158,0.7276139666,74,-1.545414768,0.7289194936,35.956438989 +23,-1.531340368,0.7276446587,74,-1.545414768,0.7289194936,41.911453901 +24,-1.528960113,0.7276398177,74,-1.545414768,0.7289194936,48.905977844 +25,-1.533313146,0.7260818349,74,-1.545414768,0.7289194936,37.522276743 +26,-1.531259555,0.7260958115,74,-1.545414768,0.7289194936,43.341876295 +27,-1.528926415,0.7260865555,74,-1.545414768,0.7289194936,50.050039839 +28,-1.531226779,0.7245511789,74,-1.545414768,0.7289194936,45.424215986 +29,-1.528904772,0.7245519194,74,-1.545414768,0.7289194936,51.844767851 +30,-1.547195875,0.7409785979,74,-1.545414768,0.7289194936,48.051985575 +31,-1.5451475,0.740980426,74,-1.545414768,0.7289194936,47.779807867 +32,-1.543097679,0.7409798872,74,-1.545414768,0.7289194936,48.253989204 +33,-1.540720364,0.7409892687,74,-1.545414768,0.7289194936,49.758647801 +34,-1.547188511,0.7395198392,74,-1.545414768,0.7289194936,42.310653505 +35,-1.545148587,0.7395226109,74,-1.545414768,0.7289194936,42.00623985 +36,-1.543104538,0.7395314908,74,-1.545414768,0.7289194936,42.579480206 +37,-1.540727751,0.7395306258,74,-1.545414768,0.7289194936,44.232506895 +38,-1.547187029,0.7380014886,74,-1.545414768,0.7289194936,36.349785455 +39,-1.545147315,0.7380012252,74,-1.545414768,0.7289194936,35.981345795 +40,-1.54310719,0.7380060743,74,-1.545414768,0.7289194936,36.62680559 +41,-1.540719671,0.7380068206,74,-1.545414768,0.7289194936,38.554993772 +42,-1.547187189,0.7364799098,74,-1.545414768,0.7289194936,30.398151978 +43,-1.545149996,0.7364853874,74,-1.545414768,0.7289194936,29.978643937 +44,-1.543106091,0.7364823484,74,-1.545414768,0.7289194936,30.718078081 +45,-1.540717158,0.7364893901,74,-1.545414768,0.7289194936,33.020954588 +46,-1.538663972,0.7410138672,74,-1.545414768,0.7289194936,51.850356103 +47,-1.53695285,0.7409699132,74,-1.545414768,0.7289194936,53.819981513 +48,-1.534910498,0.7409641297,74,-1.545414768,0.7289194936,56.823192655 +49,-1.533145034,0.7409536636,74,-1.545414768,0.7289194936,59.767070913 +50,-1.538681336,0.7395405883,74,-1.545414768,0.7289194936,46.496171304 +51,-1.536999189,0.7395183096,74,-1.545414768,0.7289194936,48.732021544 +52,-1.534923633,0.7395144222,74,-1.545414768,0.7289194936,52.084608843 +53,-1.533267822,0.7395654306,74,-1.545414768,0.7289194936,55.26152895 +54,-1.53867273,0.7380151077,74,-1.545414768,0.7289194936,41.128338345 +55,-1.536980576,0.7379994392,74,-1.545414768,0.7289194936,43.696890101 +56,-1.534931522,0.7379944961,74,-1.545414768,0.7289194936,47.36686987 +57,-1.533387952,0.7379480264,74,-1.545414768,0.7289194936,50.312042144 +58,-1.538682279,0.7364914363,74,-1.545414768,0.7289194936,35.95161657 +59,-1.536980704,0.7364810563,74,-1.545414768,0.7289194936,38.907596171 +60,-1.534935567,0.7364752065,74,-1.545414768,0.7289194936,42.985690498 +61,-1.533042592,0.7363876366,74,-1.545414768,0.7289194936,46.928302081 +62,-1.545143426,0.7349628011,74,-1.545414768,0.7289194936,23.950888598 +63,-1.543105297,0.7349691947,74,-1.545414768,0.7289194936,24.91032538 +64,-1.541064533,0.7349647152,74,-1.545414768,0.7289194936,27.160032362 +65,-1.545411803,0.7334624714,74,-1.545414768,0.7289194936,17.994736888 +66,-1.543446606,0.7334780896,74,-1.545414768,0.7289194936,18.966182273 +67,-1.541475327,0.7334957295,74,-1.545414768,0.7289194936,21.528616578 +68,-1.545401939,0.731963266,74,-1.545414768,0.7289194936,12.056441731 +69,-1.54342253,0.7319915583,74,-1.545414768,0.7289194936,13.513751034 +70,-1.541455867,0.7320216438,74,-1.545414768,0.7289194936,16.95331106 +71,-1.545410146,0.7304422281,74,-1.545414768,0.7289194936,6.0315667754 +72,-1.543435491,0.7304713664,74,-1.545414768,0.7289194936,8.4813889543 +73,-1.541463105,0.7304997613,74,-1.545414768,0.7289194936,13.239974445 +74,-1.545414768,0.7289194936,74,-1.545414768,0.7289194936,2.9651882242 +75,-1.543435774,0.7289538557,74,-1.545414768,0.7289194936,5.8484070928 +76,-1.541457714,0.7289765881,74,-1.545414768,0.7289194936,11.692953415 +77,-1.539449415,0.7320555866,74,-1.545414768,0.7289194936,21.542089063 +78,-1.537429183,0.7321097681,74,-1.545414768,0.7289194936,26.734642715 +79,-1.535472649,0.7321497267,74,-1.545414768,0.7289194936,32.00062704 +80,-1.539457899,0.7305333307,74,-1.545414768,0.7289194936,18.712513188 +81,-1.537453161,0.7305750503,74,-1.545414768,0.7289194936,24.40266017 +82,-1.535479385,0.7306124949,74,-1.545414768,0.7289194936,30.088521326 +83,-1.53946905,0.7290102593,74,-1.545414768,0.7289194936,17.569508232 +84,-1.537459922,0.7290417293,74,-1.545414768,0.7289194936,23.506174808 +85,-1.535451349,0.7290890157,74,-1.545414768,0.7289194936,29.442177239 +86,-1.535522937,0.7279887191,74,-1.545414768,0.7289194936,29.468916521 +87,-1.539442524,0.7274735939,74,-1.545414768,0.7289194936,18.561939956 +88,-1.537424111,0.727521351,74,-1.545414768,0.7289194936,24.263469199 +89,-1.539384641,0.7259505092,74,-1.545414768,0.7289194936,21.36700416 +90,-1.537372391,0.7259947145,74,-1.545414768,0.7289194936,26.462713916 +91,-1.535340789,0.7260435356,74,-1.545414768,0.7289194936,31.904584322 +92,-1.539325716,0.7244369706,74,-1.545414768,0.7289194936,25.301854801 +93,-1.537308932,0.7244801057,74,-1.545414768,0.7289194936,29.749207741 +94,-1.535289068,0.7245247645,74,-1.545414768,0.7289194936,34.662767787 +95,-1.533261366,0.7245550236,74,-1.545414768,0.7289194936,39.914805462 +96,-1.539267302,0.722921924,74,-1.545414768,0.7289194936,29.933396058 +97,-1.537248972,0.7229660258,74,-1.545414768,0.7289194936,33.782148575 +98,-1.535219431,0.7229916471,74,-1.545414768,0.7289194936,38.254982043 +99,-1.53318962,0.7230212049,74,-1.545414768,0.7289194936,43.09606118 +100,-1.531154816,0.7230299897,74,-1.545414768,0.7289194936,48.254753112 +101,-1.528878341,0.7230370244,74,-1.545414768,0.7289194936,54.243648642 +102,-1.539218189,0.7214009878,74,-1.545414768,0.7289194936,34.990172152 +103,-1.537198791,0.7214422745,74,-1.545414768,0.7289194936,38.344903132 +104,-1.535179266,0.7214634354,74,-1.545414768,0.7289194936,42.341361754 +105,-1.533156501,0.7214944644,74,-1.545414768,0.7289194936,46.747293054 +106,-1.53113574,0.7215166021,74,-1.545414768,0.7289194936,51.490876763 +107,-1.528874248,0.7215345535,74,-1.545414768,0.7289194936,57.092054849 +108,-1.539217656,0.7198512397,74,-1.545414768,0.7289194936,40.350156858 +109,-1.537199919,0.7199428763,74,-1.545414768,0.7289194936,43.104831529 +110,-1.545425832,0.727397149,74,-1.545414768,0.7289194936,6.030095658 +111,-1.543371177,0.7273916949,74,-1.545414768,0.7289194936,8.5513917367 +112,-1.541368852,0.7274523163,74,-1.545414768,0.7289194936,13.298465428 +113,-1.545349067,0.7258710923,74,-1.545414768,0.7289194936,12.076282045 +114,-1.54332671,0.7258603556,74,-1.545414768,0.7289194936,13.601095653 +115,-1.541346831,0.7259242142,74,-1.545414768,0.7289194936,16.899582992 +116,-1.545324355,0.7243383958,74,-1.545414768,0.7289194936,18.1477025 +117,-1.543292796,0.7243617413,74,-1.545414768,0.7289194936,19.115030665 +118,-1.541295822,0.7244024384,74,-1.545414768,0.7289194936,21.652150398 +119,-1.543193859,0.7205570215,74,-1.545414768,0.7289194936,33.772158561 +120,-1.550257047,0.7386738187,74,-1.545414768,0.7289194936,41.178804228 +121,-1.549335448,0.7311736483,74,-1.545414768,0.7289194936,14.6161304 +122,-1.533478843,0.7179891343,74,-1.545414768,0.7289194936,55.947660928 +123,-1.556150555,0.738907041,74,-1.545414768,0.7289194936,50.617348084 +124,-1.554324226,0.733414257,74,-1.545414768,0.7289194936,31.734532087 +125,-1.554290846,0.7288285332,74,-1.545414768,0.7289194936,26.227771062 +126,-1.55122487,0.7219795312,74,-1.545414768,0.7289194936,32.436770318 +127,-1.525104458,0.7229399862,74,-1.545414768,0.7289194936,64.659790158 +128,-1.519607711,0.7236181429,74,-1.545414768,0.7289194936,79.257919828 +129,-1.513899999,0.7251107854,74,-1.545414768,0.7289194936,94.478550237 +130,-1.536620762,0.7431061895,74,-1.545414768,0.7289194936,61.839824281 +131,-1.5369566,0.7460845958,74,-1.545414768,0.7289194936,72.37136765 +132,-1.545345528,0.7447040685,74,-1.545414768,0.7289194936,62.523030871 +133,-1.532813921,0.7432306626,74,-1.545414768,0.7289194936,67.687156004 +134,-1.554788248,0.7382381001,74,-1.545414768,0.7289194936,46.07563252 +135,-1.540348126,0.7301594274,74,-1.545414768,0.7289194936,15.746558978 +136,-1.538016084,0.7239051786,74,-1.545414768,0.7289194936,29.571130465 +137,-1.525288962,0.7258085137,74,-1.545414768,0.7289194936,60.805170129 +138,-1.534326986,0.731241342,74,-1.545414768,0.7289194936,33.992409012 +139,-1.530733872,0.7303625216,74,-1.545414768,0.7289194936,43.721622715 +141,-1.534354939,0.7328219978,74,-1.545414768,0.7289194936,36.096298577 +142,-1.53157084,0.7292888153,74,-1.545414768,0.7289194936,40.920987873 +143,-1.525691035,0.7263799874,74,-1.545414768,0.7289194936,59.199939573 +144,-1.534031287,0.7495967835,74,-1.545414768,0.7289194936,88.420263758 +145,-1.527714986,0.7283095957,74,-1.545414768,0.7289194936,52.363485334 +146,-1.526189586,0.7271468292,74,-1.545414768,0.7289194936,57.277100769 +147,-1.555177336,0.7375563366,74,-1.545414768,0.7289194936,44.675072124 +148,-1.555080283,0.7312707794,74,-1.545414768,0.7289194936,30.00843291 +149,-1.53856994,0.7224180299,74,-1.545414768,0.7289194936,32.77982539 +150,-1.530837883,0.729933372,74,-1.545414768,0.7289194936,43.23447771 +151,-1.515066984,0.5854133365,74,-1.545414768,0.7289194936,576.3022302 +152,-1.534731633,0.5368370046,74,-1.545414768,0.7289194936,761.59727848 +153,-1.515231902,0.5607085576,74,-1.545414768,0.7289194936,673.05644324 +154,-2.616253799,1.0684566605,74,-1.545414768,0.7289194936,2826.9904634 +155,-1.956071439,0.5792177723,74,-1.545414768,0.7289194936,1414.4534628 +156,-1.951208514,0.5602434208,74,-1.545414768,0.7289194936,1441.6553364 +157,-1.944675062,0.6062144545,74,-1.545414768,0.7289194936,1328.6335879 +158,-1.613778386,0.6077989518,74,-1.545414768,0.7289194936,524.56631359 +159,-2.035029014,0.6021432345,74,-1.545414768,0.7289194936,1597.6305176 +160,-2.114989471,0.6801825058,74,-1.545414768,0.7289194936,1719.3306419 +161,-2.037382079,0.5765830025,74,-1.545414768,0.7289194936,1652.195445 +162,-2.129855121,0.6585019963,74,-1.545414768,0.7289194936,1790.10474 +163,-2.075141798,0.6493615843,74,-1.545414768,0.7289194936,1640.8785852 +164,-1.828626729,0.6948433129,74,-1.545414768,0.7289194936,858.68031781 +165,-1.863329418,0.6735427691,74,-1.545414768,0.7289194936,984.79212684 +166,-1.266037071,0.727988852,74,-1.545414768,0.7289194936,824.57430712 +167,-1.277579582,0.7249010648,74,-1.545414768,0.7289194936,791.84199755 +168,-1.258418684,0.7241194816,74,-1.545414768,0.7289194936,848.65940333 +169,-1.317813974,0.6804850104,74,-1.545414768,0.7289194936,712.27370295 +170,-1.344165204,0.6790988904,74,-1.545414768,0.7289194936,638.27281482 +171,-1.427582102,0.5277120351,74,-1.545414768,0.7289194936,881.16881657 +172,-1.402238616,0.457167829,74,-1.545414768,0.7289194936,1173.2311752 +173,-1.422454264,0.4996161999,74,-1.545414768,0.7289194936,990.740681 +174,-1.439089277,0.4894859811,74,-1.545414768,0.7289194936,1008.6161824 +175,-1.448126995,0.5182330266,74,-1.545414768,0.7289194936,890.70157006 +176,-1.474626146,0.5881926574,74,-1.545414768,0.7289194936,599.71421838 +177,-1.421139645,0.5584869783,74,-1.545414768,0.7289194936,780.82536907 +178,-1.457037165,0.565943032,74,-1.545414768,0.7289194936,703.00237138 +179,-2.757159358,0.3745319,74,-1.545414768,0.7289194936,4204.4367507 +180,-2.714309238,0.342054471,74,-1.545414768,0.7289194936,4155.8052772 +181,-2.000525337,0.774119946,74,-1.545414768,0.7289194936,1323.5483195 +183,-1.571413436,0.6777838382,74,-1.545414768,0.7289194936,217.2329563 +184,-1.552860289,0.6987663893,74,-1.545414768,0.7289194936,121.49833547 +185,-1.521852374,0.7165827476,74,-1.545414768,0.7289194936,85.364726738 +186,-1.503656267,0.6928968252,74,-1.545414768,0.7289194936,189.9018149 +187,-1.502753178,0.7136205882,74,-1.545414768,0.7289194936,140.6195148 +188,-1.631894563,0.7343596465,74,-1.545414768,0.7289194936,255.75483824 +189,-1.653765416,0.6770714026,74,-1.545414768,0.7289194936,386.3458482 +190,-1.719812114,0.6715965947,74,-1.545414768,0.7289194936,574.49702793 +191,-1.493406659,0.6646955447,74,-1.545414768,0.7289194936,299.40720764 +192,-1.469120564,0.6613469966,74,-1.545414768,0.7289194936,354.15623756 +193,-1.590551461,0.5326612937,74,-1.545414768,0.7289194936,790.56181534 +194,-1.625979264,0.5247742243,74,-1.545414768,0.7289194936,848.55685281 +195,-1.572293943,0.5238808754,74,-1.545414768,0.7289194936,816.68421148 +196,-1.610848725,0.5477107964,74,-1.545414768,0.7289194936,747.12563219 +197,-1.208485554,0.7918526018,74,-1.545414768,0.7289194936,995.91771958 +198,-1.335601374,0.6869083083,74,-1.545414768,0.7289194936,652.32367696 +199,-1.346156996,0.6825213377,74,-1.545414768,0.7289194936,627.65987588 +200,-1.324381037,0.6741422347,74,-1.545414768,0.7289194936,702.29194858 +201,-1.242424992,0.7378949807,74,-1.545414768,0.7289194936,890.74761635 +202,-1.270370057,0.7392461008,74,-1.545414768,0.7289194936,808.73301276 +203,-1.448950472,0.7441675014,74,-1.545414768,0.7289194936,289.36829897 +204,-1.492662363,0.7523026852,74,-1.545414768,0.7289194936,179.87681344 +205,-1.479098966,0.7763855017,74,-1.545414768,0.7289194936,268.46760775 +206,-1.633760714,0.7869022408,74,-1.545414768,0.7289194936,342.42410517 +207,-1.647406434,0.8101289331,74,-1.545414768,0.7289194936,432.95943414 +208,-1.564245052,0.5701509278,74,-1.545414768,0.7289194936,631.66508975 +209,-1.646289963,0.6833746083,74,-1.545414768,0.7289194936,353.39502264 +210,-1.5820631,0.6751952144,74,-1.545414768,0.7289194936,239.91488426 +211,-1.613236298,0.6681681791,74,-1.545414768,0.7289194936,316.51071644 +212,-1.914661867,0.8212566515,74,-1.545414768,0.7289194936,1102.8583643 +213,-1.742133237,0.7250275956,74,-1.545414768,0.7289194936,581.99873137 +214,-2.033144872,0.6557314699,74,-1.545414768,0.7289194936,1508.1246096 +215,-2.039551981,0.6964723658,74,-1.545414768,0.7289194936,1479.7363842 +216,-1.247341019,0.7622473908,74,-1.545414768,0.7289194936,875.80818143 +217,-1.298239787,0.7084123392,74,-1.545414768,0.7289194936,740.53374158 +218,-1.308539688,0.6926545592,74,-1.545414768,0.7289194936,724.60605591 +219,-1.303263185,0.6888938396,74,-1.545414768,0.7289194936,744.2456667 +220,-1.852400229,0.6004246149,74,-1.545414768,0.7289194936,1081.0995004 +221,-1.288947707,0.7473773692,74,-1.545414768,0.7289194936,754.0322172 +222,-1.372031502,0.7472790993,74,-1.545414768,0.7289194936,512.90637533 +223,-1.289805721,0.7242157877,74,-1.545414768,0.7289194936,756.09290158 +224,-1.350807603,0.7533498126,74,-1.545414768,0.7289194936,576.37218046 +225,-1.329290365,0.7560442322,74,-1.545414768,0.7289194936,639.20888803 +226,-1.410153004,0.616936428,74,-1.545414768,0.7289194936,609.632017 +227,-1.393445434,0.6308995063,74,-1.545414768,0.7289194936,607.59316335 +228,-1.37595573,0.6241540638,74,-1.545414768,0.7289194936,667.19217678 +229,-1.358388707,0.6172645205,74,-1.545414768,0.7289194936,727.81882027 +230,-1.753741133,0.8281661666,74,-1.545414768,0.7289194936,705.65053766 +231,-1.47430987,0.6834615681,74,-1.545414768,0.7289194936,279.83409963 +232,-1.421012508,0.7222725206,74,-1.545414768,0.7289194936,369.46603865 +233,-1.4476833,0.6978557868,74,-1.545414768,0.7289194936,317.44429685 +234,-1.470370723,0.6966193374,74,-1.545414768,0.7289194936,258.68480275 +235,-1.429211703,0.7037216883,74,-1.545414768,0.7289194936,361.10868143 +236,-1.700578405,0.6178673663,74,-1.545414768,0.7289194936,650.72653167 +237,-1.678117619,0.6331716163,74,-1.545414768,0.7289194936,556.89319979 +238,-1.725644578,0.6316331145,74,-1.545414768,0.7289194936,674.86653304 +239,-2.14012759,0.7930497945,74,-1.545414768,0.7289194936,1711.5734831 +240,-2.103289431,0.7653606263,74,-1.545414768,0.7289194936,1617.4218234 +241,-1.318739838,0.7017808746,74,-1.545414768,0.7289194936,685.54786515 +242,-1.396417427,0.7077900843,74,-1.545414768,0.7289194936,451.95064507 +243,-1.35650337,0.7185539404,74,-1.545414768,0.7289194936,561.83964984 +244,-1.248884539,0.7274156818,74,-1.545414768,0.7289194936,875.2741957 +245,-1.395014798,0.5761185243,74,-1.545414768,0.7289194936,767.47566652 +246,-1.433377362,0.6064716109,74,-1.545414768,0.7289194936,596.81994962 +247,-1.408172432,0.5903155476,74,-1.545414768,0.7289194936,696.42898767 +248,-1.749645898,0.7757118084,74,-1.545414768,0.7289194936,618.38193202 +249,-1.571626686,0.615046989,74,-1.545414768,0.7289194936,458.28630088 +250,-1.514070049,0.6303003037,74,-1.545414768,0.7289194936,402.36249016 +251,-1.480890369,0.6237966528,74,-1.545414768,0.7289194936,461.51532441 +252,-1.704390658,0.5281680612,74,-1.545414768,0.7289194936,943.02873918 +253,-1.64434733,0.5254277498,74,-1.545414768,0.7289194936,865.69973781 +254,-1.703855997,0.4792484842,74,-1.545414768,0.7289194936,1114.1125801 +255,-1.692002383,0.5748825051,74,-1.545414768,0.7289194936,764.20755034 +256,-1.854136457,0.5544643913,74,-1.545414768,0.7289194936,1194.9292254 +257,-1.665021206,0.520317736,74,-1.545414768,0.7289194936,910.48517513 +258,-1.733654349,0.4845187345,74,-1.545414768,0.7289194936,1143.4268119 +259,-1.720938188,0.5135933906,74,-1.545414768,0.7289194936,1021.5859649 +260,-1.742668307,0.553296122,74,-1.545414768,0.7289194936,934.27284951 +261,-1.965659039,0.7142126903,74,-1.545414768,0.7289194936,1247.0009001 +262,-1.944438071,0.6772834804,74,-1.545414768,0.7289194936,1219.1753412 +263,-1.270340967,0.7681487096,74,-1.545414768,0.7289194936,811.96521653 +264,-1.353091884,0.6549276821,74,-1.545414768,0.7289194936,655.03952089 +265,-1.333236659,0.6413584414,74,-1.545414768,0.7289194936,736.44445869 +266,-1.352015998,0.6753788907,74,-1.545414768,0.7289194936,621.54583929 +267,-1.377988483,0.6577816235,74,-1.545414768,0.7289194936,582.20955494 +268,-2.13075611,0.8318642051,74,-1.545414768,0.7289194936,1683.0775286 +269,-2.097910953,0.8259670014,74,-1.545414768,0.7289194936,1594.452922 +270,-1.416382069,0.6694271549,74,-1.545414768,0.7289194936,456.42610136 +271,-1.538905672,0.7535625993,74,-1.545414768,0.7289194936,99.446434494 +272,-1.572309477,0.7803125099,74,-1.545414768,0.7289194936,217.84912175 +273,-1.87759879,0.7503853417,74,-1.545414768,0.7289194936,973.58439314 +274,1.152365588,0.590457682,74,-1.545414768,0.7289194936,6974.084266 +275,0.350198001,0.718001859,74,-1.545414768,0.7289194936,5184.5343772 +276,0.046513677,0.491503852,74,-1.545414768,0.7289194936,5013.1471177 +277,0.027510309,0.742571376,74,-1.545414768,0.7289194936,4376.5591291 +278,0.306285725,-0.214631579,74,-1.545414768,0.7289194936,7612.4965261 +279,-1.100564889,0.318051531,74,-1.545414768,0.7289194936,2213.933943 +280,-1.078582306,0.301437596,74,-1.545414768,0.7289194936,2316.5592451 +281,-1.137371989,-0.617634065,74,-1.545414768,0.7289194936,5535.4445456 +282,0.784356344,0.703272339,74,-1.545414768,0.7289194936,6066.4568558 +283,-1.221209947,0.218327455,74,-1.545414768,0.7289194936,2311.3839747 +284,2.347301921,-0.449114658,74,-1.545414768,0.7289194936,9767.6528141 +285,0.246820618,0.830553713,74,-1.545414768,0.7289194936,4672.5235865 +286,0.829414965,0.703288228,74,-1.545414768,0.7289194936,6138.5083152 +287,-1.337537566,0.42332223,74,-1.545414768,0.7289194936,1390.3414179 +288,0.882453706,0.454478077,74,-1.545414768,0.7289194936,7077.0368188 +289,1.575629659,0.416419109,74,-1.545414768,0.7289194936,7906.5360749 +290,-1.039455679,0.229888244,74,-1.545414768,0.7289194936,2633.1963481 +291,0.489558039,0.934482747,74,-1.545414768,0.7289194936,4859.2412643 +292,0.081344504,0.88384514,74,-1.545414768,0.7289194936,4200.2086994 +293,-1.547979814,0.300350308,74,-1.545414768,0.7289194936,1697.5848854 +294,0.040776181,0.168560074,74,-1.545414768,0.7289194936,5823.4837407 +295,-1.130374745,0.563894876,74,-1.545414768,0.7289194936,1459.3703324 +296,1.578326642,0.478507176,74,-1.545414768,0.7289194936,7660.7844166 +297,-1.12861823,-0.291640865,74,-1.545414768,0.7289194936,4320.8677179 +298,0.310524208,0.770885792,74,-1.545414768,0.7289194936,4958.4601586 +299,0.415649091,-0.387246002,74,-1.545414768,0.7289194936,8361.5535345 +300,-0.926533878,-0.188022748,74,-1.545414768,0.7289194936,4273.3088989 +301,1.258856172,-0.11716081,74,-1.545414768,0.7289194936,9746.0841437 +302,-1.126050026,0.322941926,74,-1.545414768,0.7289194936,2141.1281022 +303,2.002785835,0.07893892,74,-1.545414768,0.7289194936,8923.713572 +304,0.440437607,0.746258085,74,-1.545414768,0.7289194936,5297.1745246 +305,-0.030391866,0.214441206,74,-1.545414768,0.7289194936,5495.5051302 +306,0.521557815,-0.058929362,74,-1.545414768,0.7289194936,7824.7855395 +307,-0.097005111,0.13317729,74,-1.545414768,0.7289194936,5510.2867095 +308,1.83113859,0.221857587,74,-1.545414768,0.7289194936,8581.3495416 +309,0.222428864,0.099404236,74,-1.545414768,0.7289194936,6535.987195 +310,-1.702731345,0.8728568183,74,-1.545414768,0.7289194936,715.27891968 +311,-0.418507569,0.278324921,74,-1.545414768,0.7289194936,4188.9961615 +312,-1.41153306,0.339029988,74,-1.545414768,0.7289194936,1608.6849687 +313,0.357560442,0.114788776,74,-1.545414768,0.7289194936,6879.89429 +314,0.325818979,0.268352149,74,-1.545414768,0.7289194936,6365.4863713 +315,-1.246004659,-0.663679965,74,-1.545414768,0.7289194936,5621.0561118 +316,1.814603087,0.637404484,74,-1.545414768,0.7289194936,6974.3087439 +317,1.843704281,-0.18300445,74,-1.545414768,0.7289194936,10116.542364 +318,1.690644492,-0.211480909,74,-1.545414768,0.7289194936,10368.385311 +319,-1.275451936,0.068109467,74,-1.545414768,0.7289194936,2786.8113084 +320,0.762430171,-0.207594741,74,-1.545414768,0.7289194936,8910.534523 +321,0.265668905,-0.014647884,74,-1.545414768,0.7289194936,6968.0107484 +322,-2.773032013,-0.335515811,74,-1.545414768,0.7289194936,6151.8894807 +323,-1.469512853,0.174058777,74,-1.545414768,0.7289194936,2213.6548583 +324,0.286276986,0.785925691,74,-1.545414768,0.7289194936,4867.7706373 +325,-1.379324697,0.377432233,74,-1.545414768,0.7289194936,1498.1690426 +326,-1.203778265,0.212813032,74,-1.545414768,0.7289194936,2360.5787938 +327,0.579916301,0.611743168,74,-1.545414768,0.7289194936,5980.1763338 +328,0.267582642,0.868113908,74,-1.545414768,0.7289194936,4623.5434473 +329,0.412869244,-0.050245578,74,-1.545414768,0.7289194936,7491.0166268 +330,0.17524381,0.976660285,74,-1.545414768,0.7289194936,4195.4367394 +331,0.743157214,0.204812899,74,-1.545414768,0.7289194936,7616.5616397 +332,-1.070758176,0.269382282,74,-1.545414768,0.7289194936,2436.0191096 +333,-1.230364251,0.329790229,74,-1.545414768,0.7289194936,1904.1015413 +334,-1.374813124,-0.024926835,74,-1.545414768,0.7289194936,3048.1143239 +335,0.519780566,0.463669906,74,-1.545414768,0.7289194936,6295.8961559 +336,-1.55108034,0.239698561,74,-1.545414768,0.7289194936,1937.9021286 +337,0.180294813,0.029739425,74,-1.545414768,0.7289194936,6599.7067685 +338,0.67820924,0.268170153,74,-1.545414768,0.7289194936,7265.4077037 +339,0.445798684,1.024001867,74,-1.545414768,0.7289194936,4545.717279 +340,0.691751283,0.150521402,74,-1.545414768,0.7289194936,7663.5484516 +341,-1.036643551,-0.903056181,74,-1.545414768,0.7289194936,6696.9546963 +342,-0.120287036,1.083325163,74,-1.545414768,0.7289194936,3475.170978 +343,2.823513113,-0.304487164,74,-1.545414768,0.7289194936,8023.5216579 +344,0.457583172,1.12513373,74,-1.545414768,0.7289194936,4300.2940819 +345,0.042918831,0.813795399,74,-1.545414768,0.7289194936,4260.5685907 +346,1.196146777,-0.853142756,74,-1.545414768,0.7289194936,11232.063575 +347,0.206001358,-0.010430701,74,-1.545414768,0.7289194936,6782.0208873 +348,-0.268308653,0.234799412,74,-1.545414768,0.7289194936,4742.1351827 +349,0.759363263,0.736189579,74,-1.545414768,0.7289194936,5916.6085065 +350,0.181363926,0.891988372,74,-1.545414768,0.7289194936,4392.3016704 +351,-0.021111158,0.139103292,74,-1.545414768,0.7289194936,5718.7748627 +352,-0.093355215,0.630686981,74,-1.545414768,0.7289194936,4310.1076045 +353,0.40118964,0.681375926,74,-1.545414768,0.7289194936,5396.4457752 +354,-0.721197315,1.304706234,74,-1.545414768,0.7289194936,2704.4478253 +355,-1.076150317,0.212107639,74,-1.545414768,0.7289194936,2610.489258 +356,-1.577164531,0.273993443,74,-1.545414768,0.7289194936,1805.2216974 +357,-0.190788414,0.182208586,74,-1.545414768,0.7289194936,5105.9380394 +358,-0.261349752,0.209710184,74,-1.545414768,0.7289194936,4826.7489653 +359,-1.029303852,0.083549259,74,-1.545414768,0.7289194936,3139.1352226 +360,-1.268609162,0.330525297,74,-1.545414768,0.7289194936,1832.9522947 +361,1.282982244,-0.926641967,74,-1.545414768,0.7289194936,11301.864411 +362,0.217352334,0.731352408,74,-1.545414768,0.7289194936,4852.2927675 +363,-1.511833084,0.258629297,74,-1.545414768,0.7289194936,1866.3701105 +364,0.338812194,0.823184618,74,-1.545414768,0.7289194936,4881.1131002 +365,-0.324406489,1.134201999,74,-1.545414768,0.7289194936,3085.2921645 +366,1.389579348,0.399185724,74,-1.545414768,0.7289194936,7911.5995727 +367,2.047152199,-0.039082036,74,-1.545414768,0.7289194936,9275.7515749 +368,0.947780369,0.568250077,74,-1.545414768,0.7289194936,6788.8450737 +369,0.763824846,0.576754987,74,-1.545414768,0.7289194936,6450.4447848 +370,-0.142334657,0.928153068,74,-1.545414768,0.7289194936,3634.1729723 +371,0.610266567,0.547265983,74,-1.545414768,0.7289194936,6242.0332475 +372,0.210731629,0.746815056,74,-1.545414768,0.7289194936,4798.8862181 +373,-1.34931644,0.316895224,74,-1.545414768,0.7289194936,1761.5627439 +374,2.407696481,0.655030745,74,-1.545414768,0.7289194936,6227.6401361 +375,0.64207831,0.545359131,74,-1.545414768,0.7289194936,6314.2361367 +376,1.174597538,0.840588356,74,-1.545414768,0.7289194936,6054.4287696 +377,0.660059424,0.010604079,74,-1.545414768,0.7289194936,8005.259065 +378,-0.730263819,0.010486456,74,-1.545414768,0.7289194936,4062.9854112 +379,0.831068936,0.512339172,74,-1.545414768,0.7289194936,6787.9791223 +380,1.301180979,0.72367476,74,-1.545414768,0.7289194936,6593.9406054 +381,1.811128231,0.322854402,74,-1.545414768,0.7289194936,8203.9030163 +382,0.435105812,0.992284428,74,-1.545414768,0.7289194936,4612.5626725 +383,0.62643634,0.592027932,74,-1.545414768,0.7289194936,6136.0870032 +384,0.492988703,-0.516339467,74,-1.545414768,0.7289194936,8876.9653766 +385,-0.162469483,0.112549365,74,-1.545414768,0.7289194936,5370.8256919 +386,0.314630866,0.472006421,74,-1.545414768,0.7289194936,5771.9717463 +387,0.166744804,0.822815954,74,-1.545414768,0.7289194936,4519.0515693 +388,0.417159608,0.965805736,74,-1.545414768,0.7289194936,4652.8244793 +389,0.106334961,0.868774244,74,-1.545414768,0.7289194936,4285.5715313 +390,0.815086969,-0.338144359,74,-1.545414768,0.7289194936,9409.5343559 +391,0.59867455,-0.230624824,74,-1.545414768,0.7289194936,8510.2738268 +392,1.915104874,0.066220985,74,-1.545414768,0.7289194936,9091.0982615 +393,1.278093622,0.064463721,74,-1.545414768,0.7289194936,9098.7507256 +394,-0.061477853,0.302997961,74,-1.545414768,0.7289194936,5178.0377963 +395,0.251311504,0.626976942,74,-1.545414768,0.7289194936,5198.6674998 +396,2.950242872,0.149095644,74,-1.545414768,0.7289194936,6458.4449992 +397,-0.180294708,0.35375117,74,-1.545414768,0.7289194936,4705.1452441 +398,1.010448592,-0.351180233,74,-1.545414768,0.7289194936,9980.3830834 +399,-1.748740498,0.3686318073,74,-1.545414768,0.7289194936,1580.3105597 +400,2.699635665,0.123533791,74,-1.545414768,0.7289194936,7228.5240359 +401,0.496808033,0.823843254,74,-1.545414768,0.7289194936,5185.9113289 +402,0.129574704,0.763364087,74,-1.545414768,0.7289194936,4572.7089466 +403,1.798920311,0.817447563,74,-1.545414768,0.7289194936,6277.2842703 +404,0.335987953,0.746786541,74,-1.545414768,0.7289194936,5076.5771824 +405,-1.085413643,0.292154671,74,-1.545414768,0.7289194936,2330.3215921 +406,-0.155321003,0.508207011,74,-1.545414768,0.7289194936,4411.8907054 +407,0.620529244,-0.301175104,74,-1.545414768,0.7289194936,8755.6640543 +408,1.684402744,0.368716966,74,-1.545414768,0.7289194936,8084.0782873 +409,0.300582244,-0.386397212,74,-1.545414768,0.7289194936,8021.0583179 +410,2.913555946,-0.009225192,74,-1.545414768,0.7289194936,6991.8022908 +411,1.465101417,0.493232532,74,-1.545414768,0.7289194936,7579.1775799 +412,0.090612882,0.907955955,74,-1.545414768,0.7289194936,4170.3066286 +413,2.987564726,-0.729568594,74,-1.545414768,0.7289194936,8496.4451863 +414,-1.484261606,0.224149272,74,-1.545414768,0.7289194936,2010.500909 +415,0.164073421,0.303955133,74,-1.545414768,0.7289194936,5821.3419521 +416,0.141441293,0.167552546,74,-1.545414768,0.7289194936,6119.264337 +417,2.931321023,-0.506718887,74,-1.545414768,0.7289194936,8184.7949191 +418,2.21951565,0.700596356,74,-1.545414768,0.7289194936,6354.940265 +419,0.268112576,1.199114336,74,-1.545414768,0.7289194936,3889.1676406 +420,0.978913739,0.359223811,74,-1.545414768,0.7289194936,7576.1700466 +421,1.210898818,0.522863584,74,-1.545414768,0.7289194936,7289.4419857 +422,2.347397336,0.129231362,74,-1.545414768,0.7289194936,8091.9209903 +423,0.614394501,0.556878345,74,-1.545414768,0.7289194936,6220.8379687 +424,-1.398079356,0.148483366,74,-1.545414768,0.7289194936,2356.2099292 +425,2.535303836,-0.112984496,74,-1.545414768,0.7289194936,8354.3864681 +426,-1.019372593,-0.405322349,74,-1.545414768,0.7289194936,4889.2116281 +427,-1.297785627,-0.160104069,74,-1.545414768,0.7289194936,3634.708118 +428,2.144554488,0.205051084,74,-1.545414768,0.7289194936,8239.2720747 +429,-2.242387083,-0.426171285,74,-1.545414768,0.7289194936,5239.6855102 +430,0.338637212,0.909723676,74,-1.545414768,0.7289194936,4658.1124679 +431,-0.148798452,0.691042401,74,-1.545414768,0.7289194936,4036.7217435 +432,0.893524764,0.441829531,74,-1.545414768,0.7289194936,7140.1603939 +433,0.969229347,-0.368847936,74,-1.545414768,0.7289194936,9918.5302388 +434,0.436043248,0.800045688,74,-1.545414768,0.7289194936,5137.4693441 +435,1.687946607,1.081504775,74,-1.545414768,0.7289194936,5266.7419956 +436,0.522302046,-0.034889271,74,-1.545414768,0.7289194936,7759.9174231 +437,-0.178996113,-0.438090009,74,-1.545414768,0.7289194936,6800.1531364 +438,-1.094339566,0.301444068,74,-1.545414768,0.7289194936,2280.6189464 +439,-1.064070054,0.242569932,74,-1.545414768,0.7289194936,2537.1827129 +440,-1.068153768,0.230387998,74,-1.545414768,0.7289194936,2567.7358218 +441,-3.00496892,-0.23989155,74,-1.545414768,0.7289194936,6530.4904114 +442,0.21751974,0.766874888,74,-1.545414768,0.7289194936,4764.8735769 +443,0.117229532,0.007619006,74,-1.545414768,0.7289194936,6472.9659149 +444,0.777758451,0.420554741,74,-1.545414768,0.7289194936,6992.7515493 +445,-0.252356999,0.250747086,74,-1.545414768,0.7289194936,4748.8380302 +446,0.363148444,0.768483434,74,-1.545414768,0.7289194936,5076.2008869 +447,0.903191366,-0.118210676,74,-1.545414768,0.7289194936,9016.3108649 +448,-0.205755923,0.149406178,74,-1.545414768,0.7289194936,5146.7715022 +449,1.811996086,0.02364353,74,-1.545414768,0.7289194936,9364.0078497 +450,-1.100670221,0.314845373,74,-1.545414768,0.7289194936,2223.8156042 +451,0.340078597,0.850105132,74,-1.545414768,0.7289194936,4813.6525697 +452,0.258757267,0.804969236,74,-1.545414768,0.7289194936,4760.9171652 +453,2.78505352,-0.155160804,74,-1.545414768,0.7289194936,7755.5955604 +454,0.800551619,0.105822106,74,-1.545414768,0.7289194936,8065.1601005 +455,0.437940882,-0.506194031,74,-1.545414768,0.7289194936,8694.6732829 +456,2.230431122,0.63458615,74,-1.545414768,0.7289194936,6574.8624019 +457,0.527965361,0.127667701,74,-1.545414768,0.7289194936,7311.2648208 +458,-0.063643205,0.702093448,74,-1.545414768,0.7289194936,4235.2763297 +459,1.408447268,0.133010502,74,-1.545414768,0.7289194936,8962.451848 +460,0.523795955,0.280266966,74,-1.545414768,0.7289194936,6852.0348669 +461,-0.975769313,0.072177659,74,-1.545414768,0.7289194936,3289.5938693 +462,0.549774164,-0.463663986,74,-1.545414768,0.7289194936,8931.3217038 +463,0.29245874,1.095549818,74,-1.545414768,0.7289194936,4137.9718685 +464,0.143625958,0.816809593,74,-1.545414768,0.7289194936,4481.8724589 +465,0.671902494,0.611159853,74,-1.545414768,0.7289194936,6165.6749652 +466,1.239840988,0.6724199,74,-1.545414768,0.7289194936,6746.2689214 +467,0.607829703,-0.10932137,74,-1.545414768,0.7289194936,8207.3434093 +468,1.763020906,0.263996692,74,-1.545414768,0.7289194936,8463.8066282 +469,0.378714634,0.726066797,74,-1.545414768,0.7289194936,5224.2580756 +470,2.196736143,-0.153862366,74,-1.545414768,0.7289194936,9350.1767494 +471,0.01702415,0.148991565,74,-1.545414768,0.7289194936,5805.1086411 +472,-2.998490902,-0.158002487,74,-1.545414768,0.7289194936,6294.3730018 +473,-3.051262951,-0.346595608,74,-1.545414768,0.7289194936,6941.7467164 +474,-1.069176439,0.182802941,74,-1.545414768,0.7289194936,2722.5819473 +475,0.167157509,0.595344954,74,-1.545414768,0.7289194936,5071.9543047 +476,0.613855648,0.681746124,74,-1.545414768,0.7289194936,5832.2118911 +477,1.037012736,0.682555367,74,-1.545414768,0.7289194936,6501.3989283 +478,-1.253574971,0.379755746,74,-1.545414768,0.7289194936,1689.8678515 +479,3.108590453,-0.132620738,74,-1.545414768,0.7289194936,6743.1755629 +480,0.565301296,0.022333262,74,-1.545414768,0.7289194936,7716.6582766 +481,0.547898238,0.855555614,74,-1.545414768,0.7289194936,5185.3618965 +482,0.948309381,0.417393755,74,-1.545414768,0.7289194936,7320.0062418 +483,-0.050600732,0.945269213,74,-1.545414768,0.7289194936,3804.5881354 +484,-0.977651478,-0.572363064,74,-1.545414768,0.7289194936,5553.7572028 +485,1.102014914,0.728861163,74,-1.545414768,0.7289194936,6405.0366765 +486,2.927300795,-0.282939414,74,-1.545414768,0.7289194936,7663.5611148 +487,-1.154565557,0.124434095,74,-1.545414768,0.7289194936,2759.5381009 +488,1.855331234,0.291044755,74,-1.545414768,0.7289194936,8293.7792367 +489,0.830290659,0.276904518,74,-1.545414768,0.7289194936,7575.2269655 +490,0.485104466,-0.234867441,74,-1.545414768,0.7289194936,8190.8965225 +491,0.521367572,-0.33161327,74,-1.545414768,0.7289194936,8540.4466088 +1,-1.539031704,0.7349710123,75,-1.543435774,0.7289538557,27.137455132 +2,-1.536990553,0.7349663874,75,-1.543435774,0.7289538557,30.460152668 +3,-1.534951779,0.7349571355,75,-1.543435774,0.7289538557,34.501043578 +4,-1.532906461,0.7349480293,75,-1.543435774,0.7289538557,39.066922561 +5,-1.531320211,0.7346937278,75,-1.543435774,0.7289538557,42.32664123 +6,-1.539451648,0.7335131775,75,-1.543435774,0.7289538557,21.54364511 +7,-1.537429487,0.7335445708,75,-1.543435774,0.7289538557,25.381912197 +8,-1.535484998,0.7335658704,75,-1.543435774,0.7289538557,29.718974933 +9,-1.533488396,0.7336036027,75,-1.543435774,0.7289538557,34.630890243 +10,-1.531497785,0.7335842962,75,-1.543435774,0.7289538557,39.688557439 +11,-1.530259379,0.7334777758,75,-1.543435774,0.7289538557,42.782827157 +12,-1.5335454,0.7322346912,75,-1.543435774,0.7289538557,31.940357454 +13,-1.531489083,0.7322238773,75,-1.543435774,0.7289538557,37.5483173 +14,-1.530011122,0.7321679851,75,-1.543435774,0.7289538557,41.600559475 +15,-1.53348106,0.7306614094,75,-1.543435774,0.7289538557,30.155968157 +16,-1.531441779,0.7306962275,75,-1.543435774,0.7289538557,36.073686069 +17,-1.529755654,0.7306933243,75,-1.543435774,0.7289538557,40.968484966 +18,-1.533415048,0.7291384674,75,-1.543435774,0.7289538557,29.611742575 +19,-1.531392093,0.7291705353,75,-1.543435774,0.7289538557,35.588633282 +20,-1.529296523,0.7291214933,75,-1.543435774,0.7289538557,41.774965698 +21,-1.535280942,0.727267644,75,-1.543435774,0.7289538557,25.018719603 +22,-1.533378158,0.7276139666,75,-1.543435774,0.7289538557,30.20188099 +23,-1.531340368,0.7276446587,75,-1.543435774,0.7289538557,36.129508394 +24,-1.528960113,0.7276398177,75,-1.543435774,0.7289538557,43.107146922 +25,-1.533313146,0.7260818349,75,-1.543435774,0.7289538557,32.032607066 +26,-1.531259555,0.7260958115,75,-1.543435774,0.7289538557,37.756269012 +27,-1.528926415,0.7260865555,75,-1.543435774,0.7289538557,44.398258215 +28,-1.531226779,0.7245511789,75,-1.543435774,0.7289538557,40.128291751 +29,-1.528904772,0.7245519194,75,-1.543435774,0.7289538557,46.413907806 +30,-1.547195875,0.7409785979,75,-1.543435774,0.7289538557,48.894705828 +31,-1.5451475,0.740980426,75,-1.543435774,0.7289538557,47.902042258 +32,-1.543097679,0.7409798872,75,-1.543435774,0.7289538557,47.645469401 +33,-1.540720364,0.7409892687,75,-1.543435774,0.7289538557,48.335385501 +34,-1.547188511,0.7395198392,75,-1.543435774,0.7289538557,43.282063153 +35,-1.545148587,0.7395226109,75,-1.543435774,0.7289538557,42.164696454 +36,-1.543104538,0.7395314908,75,-1.543435774,0.7289538557,41.909331304 +37,-1.540727751,0.7395306258,75,-1.543435774,0.7289538557,42.644561096 +38,-1.547187029,0.7380014886,75,-1.543435774,0.7289538557,37.498923595 +39,-1.545147315,0.7380012252,75,-1.543435774,0.7289538557,36.188751739 +40,-1.54310719,0.7380060743,75,-1.543435774,0.7289538557,35.868870182 +41,-1.540719671,0.7380068206,75,-1.543435774,0.7289538557,36.73856966 +42,-1.547187189,0.7364799098,75,-1.543435774,0.7289538557,31.791297121 +43,-1.545149996,0.7364853874,75,-1.543435774,0.7289538557,30.256371287 +44,-1.543106091,0.7364823484,75,-1.543435774,0.7289538557,29.836155292 +45,-1.540717158,0.7364893901,75,-1.543435774,0.7289538557,30.902973305 +46,-1.538663972,0.7410138672,75,-1.543435774,0.7289538557,49.784961672 +47,-1.53695285,0.7409699132,75,-1.543435774,0.7289538557,51.266259326 +48,-1.534910498,0.7409641297,75,-1.543435774,0.7289538557,53.765347698 +49,-1.533145034,0.7409536636,75,-1.543435774,0.7289538557,56.334748394 +50,-1.538681336,0.7395405883,75,-1.543435774,0.7289538557,44.202891662 +51,-1.536999189,0.7395183096,75,-1.543435774,0.7289538557,45.926707705 +52,-1.534923633,0.7395144222,75,-1.543435774,0.7289538557,48.746562842 +53,-1.533267822,0.7395654306,75,-1.543435774,0.7289538557,51.580515924 +54,-1.53867273,0.7380151077,75,-1.543435774,0.7289538557,38.530760275 +55,-1.536980576,0.7379994392,75,-1.543435774,0.7289538557,40.552682201 +56,-1.534931522,0.7379944961,75,-1.543435774,0.7289538557,43.686401232 +57,-1.533387952,0.7379480264,75,-1.543435774,0.7289538557,46.295951072 +58,-1.538682279,0.7364914363,75,-1.543435774,0.7289538557,32.974179173 +59,-1.536980704,0.7364810563,75,-1.543435774,0.7289538557,35.358075765 +60,-1.534935567,0.7364752065,75,-1.543435774,0.7289538557,38.909897303 +61,-1.533042592,0.7363876366,75,-1.543435774,0.7289538557,42.468496572 +62,-1.545143426,0.7349628011,75,-1.543435774,0.7289538557,24.327436325 +63,-1.543105297,0.7349691947,75,-1.543435774,0.7289538557,23.846646317 +64,-1.541064533,0.7349647152,75,-1.543435774,0.7289538557,24.812968329 +65,-1.545411803,0.7334624714,75,-1.543435774,0.7289538557,18.784968141 +66,-1.543446606,0.7334780896,75,-1.543435774,0.7289538557,17.920519072 +67,-1.541475327,0.7334957295,75,-1.543435774,0.7289538557,18.896120848 +68,-1.545401939,0.731963266,75,-1.543435774,0.7289538557,13.25687317 +69,-1.54342253,0.7319915583,75,-1.543435774,0.7289538557,12.032403556 +70,-1.541455867,0.7320216438,75,-1.543435774,0.7289538557,13.48262529 +71,-1.545410146,0.7304422281,75,-1.543435774,0.7289538557,8.2907072783 +72,-1.543435491,0.7304713664,75,-1.543435774,0.7289538557,6.010860046 +73,-1.541463105,0.7304997613,75,-1.543435774,0.7289538557,8.4507045274 +74,-1.545414768,0.7289194936,75,-1.543435774,0.7289538557,5.8484070928 +75,-1.543435774,0.7289538557,75,-1.543435774,0.7289538557,2.9659309748 +76,-1.541457714,0.7289765881,75,-1.543435774,0.7289538557,5.8446090319 +77,-1.539449415,0.7320555866,75,-1.543435774,0.7289538557,17.007778242 +78,-1.537429183,0.7321097681,75,-1.543435774,0.7289538557,21.686185952 +79,-1.535472649,0.7321497267,75,-1.543435774,0.7289538557,26.686087876 +80,-1.539457899,0.7305333307,75,-1.543435774,0.7289538557,13.30642875 +81,-1.537453161,0.7305750503,75,-1.543435774,0.7289538557,18.793338403 +82,-1.535479385,0.7306124949,75,-1.543435774,0.7289538557,24.390383096 +83,-1.53946905,0.7290102593,75,-1.543435774,0.7289538557,11.721110862 +84,-1.537459922,0.7290417293,75,-1.543435774,0.7289538557,17.657769543 +85,-1.535451349,0.7290890157,75,-1.543435774,0.7289538557,23.593787696 +86,-1.535522937,0.7279887191,75,-1.543435774,0.7289538557,23.698090857 +87,-1.539442524,0.7274735939,75,-1.543435774,0.7289538557,13.181304951 +88,-1.537424111,0.727521351,75,-1.543435774,0.7289538557,18.656001879 +89,-1.539384641,0.7259505092,75,-1.543435774,0.7289538557,16.886484005 +90,-1.537372391,0.7259947145,75,-1.543435774,0.7289538557,21.427338916 +91,-1.535340789,0.7260435356,75,-1.543435774,0.7289538557,26.57703802 +92,-1.539325716,0.7244369706,75,-1.543435774,0.7289538557,21.636577728 +93,-1.537308932,0.7244801057,75,-1.543435774,0.7289538557,25.356934595 +94,-1.535289068,0.7245247645,75,-1.543435774,0.7289538557,29.82218832 +95,-1.533261366,0.7245550236,75,-1.543435774,0.7289538557,34.79491932 +96,-1.539267302,0.722921924,75,-1.543435774,0.7289538557,26.894849735 +97,-1.537248972,0.7229660258,75,-1.543435774,0.7289538557,29.973505347 +98,-1.535219431,0.7229916471,75,-1.543435774,0.7289538557,33.913165454 +99,-1.53318962,0.7230212049,75,-1.543435774,0.7289538557,38.384901305 +100,-1.531154816,0.7230299897,75,-1.543435774,0.7289538557,43.289317938 +101,-1.528878341,0.7230370244,75,-1.543435774,0.7289538557,49.078884986 +102,-1.539218189,0.7214009878,75,-1.543435774,0.7289538557,32.424184931 +103,-1.537198791,0.7214422745,75,-1.543435774,0.7289538557,35.029572218 +104,-1.535179266,0.7214634354,75,-1.543435774,0.7289538557,38.461265262 +105,-1.533156501,0.7214944644,75,-1.543435774,0.7289538557,42.442987792 +106,-1.53113574,0.7215166021,75,-1.543435774,0.7289538557,46.873297155 +107,-1.528874248,0.7215345535,75,-1.543435774,0.7289538557,52.217112299 +108,-1.539217656,0.7198512397,75,-1.543435774,0.7289538557,38.164850119 +109,-1.537199919,0.7199428763,75,-1.543435774,0.7289538557,40.200616844 +110,-1.545425832,0.727397149,75,-1.543435774,0.7289538557,8.5227120587 +111,-1.543371177,0.7273916949,75,-1.543435774,0.7289538557,6.1906653807 +112,-1.541368852,0.7274523163,75,-1.543435774,0.7289538557,8.5272107776 +113,-1.545349067,0.7258710923,75,-1.543435774,0.7289538557,13.458986599 +114,-1.54332671,0.7258603556,75,-1.543435774,0.7289538557,12.257601475 +115,-1.541346831,0.7259242142,75,-1.543435774,0.7289538557,13.498185081 +116,-1.545324355,0.7243383958,75,-1.543435774,0.7289538557,19.117682597 +117,-1.543292796,0.7243617413,75,-1.543435774,0.7289538557,18.194289153 +118,-1.541295822,0.7244024384,75,-1.543435774,0.7289538557,19.10884485 +119,-1.543193859,0.7205570215,75,-1.543435774,0.7289538557,33.267595866 +120,-1.550257047,0.7386738187,75,-1.543435774,0.7289538557,43.415483302 +121,-1.549335448,0.7311736483,75,-1.543435774,0.7289538557,19.506688695 +122,-1.533478843,0.7179891343,75,-1.543435774,0.7289538557,52.536217857 +123,-1.556150555,0.738907041,75,-1.543435774,0.7289538557,54.339596921 +124,-1.554324226,0.733414257,75,-1.543435774,0.7289538557,36.644850871 +125,-1.554290846,0.7288285332,75,-1.543435774,0.7289538557,32.07576455 +126,-1.55122487,0.7219795312,75,-1.543435774,0.7289538557,36.000024395 +127,-1.525104458,0.7229399862,75,-1.543435774,0.7289538557,59.297607201 +128,-1.519607711,0.7236181429,75,-1.543435774,0.7289538557,73.661112402 +129,-1.513899999,0.7251107854,75,-1.543435774,0.7289538557,88.724024709 +130,-1.536620762,0.7431061895,75,-1.543435774,0.7289538557,59.520319173 +131,-1.5369566,0.7460845958,75,-1.543435774,0.7289538557,70.4631712 +132,-1.545345528,0.7447040685,75,-1.543435774,0.7289538557,62.63761411 +133,-1.532813921,0.7432306626,75,-1.543435774,0.7289538557,64.576334927 +134,-1.554788248,0.7382381001,75,-1.543435774,0.7289538557,49.678376758 +135,-1.540348126,0.7301594274,75,-1.543435774,0.7289538557,10.292083042 +136,-1.538016084,0.7239051786,75,-1.543435774,0.7289538557,25.64073691 +137,-1.525288962,0.7258085137,75,-1.543435774,0.7289538557,55.114346196 +138,-1.534326986,0.731241342,75,-1.543435774,0.7289538557,28.369260218 +139,-1.530733872,0.7303625216,75,-1.543435774,0.7289538557,37.915541481 +141,-1.534354939,0.7328219978,75,-1.543435774,0.7289538557,30.854912102 +142,-1.53157084,0.7292888153,75,-1.543435774,0.7289538557,35.073502139 +143,-1.525691035,0.7263799874,75,-1.543435774,0.7289538557,53.465889578 +144,-1.534031287,0.7495967835,75,-1.543435774,0.7289538557,86.275274559 +145,-1.527714986,0.7283095957,75,-1.543435774,0.7289538557,46.52863578 +146,-1.526189586,0.7271468292,75,-1.543435774,0.7289538557,51.492773243 +147,-1.555177336,0.7375563366,75,-1.543435774,0.7289538557,48.529679141 +148,-1.555080283,0.7312707794,75,-1.543435774,0.7289538557,35.571044835 +149,-1.53856994,0.7224180299,75,-1.543435774,0.7289538557,29.63225915 +150,-1.530837883,0.729933372,75,-1.543435774,0.7289538557,37.404547297 +151,-1.515066984,0.5854133365,75,-1.543435774,0.7289538557,575.44898236 +152,-1.534731633,0.5368370046,75,-1.543435774,0.7289538557,761.47836605 +153,-1.515231902,0.5607085576,75,-1.543435774,0.7289538557,672.33594227 +154,-2.616253799,1.0684566605,75,-1.543435774,0.7289538557,2830.6604348 +155,-1.956071439,0.5792177723,75,-1.543435774,0.7289538557,1420.0836568 +156,-1.951208514,0.5602434208,75,-1.543435774,0.7289538557,1447.196802 +157,-1.944675062,0.6062144545,75,-1.543435774,0.7289538557,1334.3422463 +158,-1.613778386,0.6077989518,75,-1.543435774,0.7289538557,527.20180885 +159,-2.035029014,0.6021432345,75,-1.543435774,0.7289538557,1603.4262407 +160,-2.114989471,0.6801825058,75,-1.543435774,0.7289538557,1725.148415 +161,-2.037382079,0.5765830025,75,-1.543435774,0.7289538557,1657.940292 +162,-2.129855121,0.6585019963,75,-1.543435774,0.7289538557,1795.9415615 +163,-2.075141798,0.6493615843,75,-1.543435774,0.7289538557,1646.7268444 +164,-1.828626729,0.6948433129,75,-1.543435774,0.7289538557,864.5241371 +165,-1.863329418,0.6735427691,75,-1.543435774,0.7289538557,990.61417136 +166,-1.266037071,0.727988852,75,-1.543435774,0.7289538557,818.73832279 +167,-1.277579582,0.7249010648,75,-1.543435774,0.7289538557,785.99966227 +168,-1.258418684,0.7241194816,75,-1.543435774,0.7289538557,842.81821961 +169,-1.317813974,0.6804850104,75,-1.543435774,0.7289538557,706.5690238 +170,-1.344165204,0.6790988904,75,-1.543435774,0.7289538557,632.64080705 +171,-1.427582102,0.5277120351,75,-1.543435774,0.7289538557,878.61697489 +172,-1.402238616,0.457167829,75,-1.543435774,0.7289538557,1170.804004 +173,-1.422454264,0.4996161999,75,-1.543435774,0.7289538557,988.33776281 +174,-1.439089277,0.4894859811,75,-1.543435774,0.7289538557,1006.5866679 +175,-1.448126995,0.5182330266,75,-1.543435774,0.7289538557,888.63509457 +176,-1.474626146,0.5881926574,75,-1.543435774,0.7289538557,597.58662122 +177,-1.421139645,0.5584869783,75,-1.543435774,0.7289538557,777.82124091 +178,-1.457037165,0.565943032,75,-1.543435774,0.7289538557,700.68233733 +179,-2.757159358,0.3745319,75,-1.543435774,0.7289538557,4210.2630394 +180,-2.714309238,0.342054471,75,-1.543435774,0.7289538557,4161.6511588 +181,-2.000525337,0.774119946,75,-1.543435774,0.7289538557,1329.1127536 +183,-1.571413436,0.6777838382,75,-1.543435774,0.7289538557,219.58878362 +184,-1.552860289,0.6987663893,75,-1.543435774,0.7289538557,122.85574117 +185,-1.521852374,0.7165827476,75,-1.543435774,0.7289538557,80.696542269 +186,-1.503656267,0.6928968252,75,-1.543435774,0.7289538557,186.13989455 +187,-1.502753178,0.7136205882,75,-1.543435774,0.7289538557,135.39129521 +188,-1.631894563,0.7343596465,75,-1.543435774,0.7289538557,261.54956936 +189,-1.653765416,0.6770714026,75,-1.543435774,0.7289538557,391.48631863 +190,-1.719812114,0.6715965947,75,-1.543435774,0.7289538557,580.04269658 +191,-1.493406659,0.6646955447,75,-1.543435774,0.7289538557,296.39882835 +192,-1.469120564,0.6613469966,75,-1.543435774,0.7289538557,350.34884229 +193,-1.590551461,0.5326612937,75,-1.543435774,0.7289538557,791.86561179 +194,-1.625979264,0.5247742243,75,-1.543435774,0.7289538557,850.62192135 +195,-1.572293943,0.5238808754,75,-1.543435774,0.7289538557,817.50811186 +196,-1.610848725,0.5477107964,75,-1.543435774,0.7289538557,749.02013853 +197,-1.208485554,0.7918526018,75,-1.543435774,0.7289538557,990.41143865 +198,-1.335601374,0.6869083083,75,-1.543435774,0.7289538557,646.60777974 +199,-1.346156996,0.6825213377,75,-1.543435774,0.7289538557,622.00248444 +200,-1.324381037,0.6741422347,75,-1.543435774,0.7289538557,696.64920803 +201,-1.242424992,0.7378949807,75,-1.543435774,0.7289538557,884.93976638 +202,-1.270370057,0.7392461008,75,-1.543435774,0.7289538557,802.9260693 +203,-1.448950472,0.7441675014,75,-1.543435774,0.7289538557,283.66183074 +204,-1.492662363,0.7523026852,75,-1.543435774,0.7289538557,174.86979537 +205,-1.479098966,0.7763855017,75,-1.543435774,0.7289538557,264.31745418 +206,-1.633760714,0.7869022408,75,-1.543435774,0.7289538557,346.57036553 +207,-1.647406434,0.8101289331,75,-1.543435774,0.7289538557,436.63809745 +208,-1.564245052,0.5701509278,75,-1.543435774,0.7289538557,632.41436713 +209,-1.646289963,0.6833746083,75,-1.543435774,0.7289538557,358.59678436 +210,-1.5820631,0.6751952144,75,-1.543435774,0.7289538557,242.85396067 +211,-1.613236298,0.6681681791,75,-1.543435774,0.7289538557,320.5398757 +212,-1.914661867,0.8212566515,75,-1.543435774,0.7289538557,1108.0299109 +213,-1.742133237,0.7250275956,75,-1.543435774,0.7289538557,587.83563749 +214,-2.033144872,0.6557314699,75,-1.543435774,0.7289538557,1513.9728658 +215,-2.039551981,0.6964723658,75,-1.543435774,0.7289538557,1485.5541523 +216,-1.247341019,0.7622473908,75,-1.543435774,0.7289538557,870.11146613 +217,-1.298239787,0.7084123392,75,-1.543435774,0.7289538557,734.69316569 +218,-1.308539688,0.6926545592,75,-1.543435774,0.7289538557,718.81939008 +219,-1.303263185,0.6888938396,75,-1.543435774,0.7289538557,738.47090748 +220,-1.852400229,0.6004246149,75,-1.543435774,0.7289538557,1086.562665 +221,-1.288947707,0.7473773692,75,-1.543435774,0.7289538557,748.25822038 +222,-1.372031502,0.7472790993,75,-1.543435774,0.7289538557,507.14966019 +223,-1.289805721,0.7242157877,75,-1.543435774,0.7289538557,750.24847302 +224,-1.350807603,0.7533498126,75,-1.543435774,0.7289538557,570.6534365 +225,-1.329290365,0.7560442322,75,-1.543435774,0.7289538557,633.49933859 +226,-1.410153004,0.616936428,75,-1.543435774,0.7289538557,605.54886892 +227,-1.393445434,0.6308995063,75,-1.543435774,0.7289538557,603.01019341 +228,-1.37595573,0.6241540638,75,-1.543435774,0.7289538557,662.50933601 +229,-1.358388707,0.6172645205,75,-1.543435774,0.7289538557,723.05279786 +230,-1.753741133,0.8281661666,75,-1.543435774,0.7289538557,710.18857317 +231,-1.47430987,0.6834615681,75,-1.543435774,0.7289538557,275.38449114 +232,-1.421012508,0.7222725206,75,-1.543435774,0.7289538557,363.6262411 +233,-1.4476833,0.6978557868,75,-1.543435774,0.7289538557,312.0419729 +234,-1.470370723,0.6966193374,75,-1.543435774,0.7289538557,253.61548169 +235,-1.429211703,0.7037216883,75,-1.543435774,0.7289538557,355.46834666 +236,-1.700578405,0.6178673663,75,-1.543435774,0.7289538557,655.32910048 +237,-1.678117619,0.6331716163,75,-1.543435774,0.7289538557,561.44640752 +238,-1.725644578,0.6316331145,75,-1.543435774,0.7289538557,679.93444167 +239,-2.14012759,0.7930497945,75,-1.543435774,0.7289538557,1717.0150468 +240,-2.103289431,0.7653606263,75,-1.543435774,0.7289538557,1623.0052491 +241,-1.318739838,0.7017808746,75,-1.543435774,0.7289538557,679.73258489 +242,-1.396417427,0.7077900843,75,-1.543435774,0.7289538557,446.17855217 +243,-1.35650337,0.7185539404,75,-1.543435774,0.7289538557,555.99468992 +244,-1.248884539,0.7274156818,75,-1.543435774,0.7289538557,869.43955333 +245,-1.395014798,0.5761185243,75,-1.543435774,0.7289538557,763.77962852 +246,-1.433377362,0.6064716109,75,-1.543435774,0.7289538557,593.37096198 +247,-1.408172432,0.5903155476,75,-1.543435774,0.7289538557,692.75094496 +248,-1.749645898,0.7757118084,75,-1.543435774,0.7289538557,623.77972913 +249,-1.571626686,0.615046989,75,-1.543435774,0.7289538557,459.54341231 +250,-1.514070049,0.6303003037,75,-1.543435774,0.7289538557,401.0786079 +251,-1.480890369,0.6237966528,75,-1.543435774,0.7289538557,459.03839448 +252,-1.704390658,0.5281680612,75,-1.543435774,0.7289538557,946.54400664 +253,-1.64434733,0.5254277498,75,-1.543435774,0.7289538557,868.1485772 +254,-1.703855997,0.4792484842,75,-1.543435774,0.7289538557,1117.1932053 +255,-1.692002383,0.5748825051,75,-1.543435774,0.7289538557,768.06565662 +256,-1.854136457,0.5544643913,75,-1.543435774,0.7289538557,1200.0847242 +257,-1.665021206,0.520317736,75,-1.543435774,0.7289538557,913.28080361 +258,-1.733654349,0.4845187345,75,-1.543435774,0.7289538557,1146.9508286 +259,-1.720938188,0.5135933906,75,-1.543435774,0.7289538557,1025.1948919 +260,-1.742668307,0.553296122,75,-1.543435774,0.7289538557,938.5509306 +261,-1.965659039,0.7142126903,75,-1.543435774,0.7289538557,1252.8088192 +262,-1.944438071,0.6772834804,75,-1.543435774,0.7289538557,1225.02334 +263,-1.270340967,0.7681487096,75,-1.543435774,0.7289538557,806.3163477 +264,-1.353091884,0.6549276821,75,-1.543435774,0.7289538557,649.71450613 +265,-1.333236659,0.6413584414,75,-1.543435774,0.7289538557,731.16877114 +266,-1.352015998,0.6753788907,75,-1.543435774,0.7289538557,615.97548981 +267,-1.377988483,0.6577816235,75,-1.543435774,0.7289538557,577.01196875 +268,-2.13075611,0.8318642051,75,-1.543435774,0.7289538557,1688.2966112 +269,-2.097910953,0.8259670014,75,-1.543435774,0.7289538557,1599.7055422 +270,-1.416382069,0.6694271549,75,-1.543435774,0.7289538557,451.37145243 +271,-1.538905672,0.7535625993,75,-1.543435774,0.7289538557,98.369570521 +272,-1.572309477,0.7803125099,75,-1.543435774,0.7289538557,219.82013058 +273,-1.87759879,0.7503853417,75,-1.543435774,0.7289538557,979.28893709 +274,1.152365588,0.590457682,75,-1.543435774,0.7289538557,6971.8295458 +275,0.350198001,0.718001859,75,-1.543435774,0.7289538557,5180.1201971 +276,0.046513677,0.491503852,75,-1.543435774,0.7289538557,5007.6907018 +277,0.027510309,0.742571376,75,-1.543435774,0.7289538557,4371.6593048 +278,0.306285725,-0.214631579,75,-1.543435774,0.7289538557,7606.6481218 +279,-1.100564889,0.318051531,75,-1.543435774,0.7289538557,2209.5194314 +280,-1.078582306,0.301437596,75,-1.543435774,0.7289538557,2312.0983303 +281,-1.137371989,-0.617634065,75,-1.543435774,0.7289538557,5533.6572307 +282,0.784356344,0.703272339,75,-1.543435774,0.7289538557,6063.1024013 +283,-1.221209947,0.218327455,75,-1.543435774,0.7289538557,2308.2039967 +284,2.347301921,-0.449114658,75,-1.543435774,0.7289538557,9773.3744348 +285,0.246820618,0.830553713,75,-1.543435774,0.7289538557,4668.2646393 +286,0.829414965,0.703288228,75,-1.543435774,0.7289538557,6135.2949666 +287,-1.337537566,0.42332223,75,-1.543435774,0.7289538557,1387.2675253 +288,0.882453706,0.454478077,75,-1.543435774,0.7289538557,7073.4037259 +289,1.575629659,0.416419109,75,-1.543435774,0.7289538557,7906.2735816 +290,-1.039455679,0.229888244,75,-1.543435774,0.7289538557,2628.8163693 +291,0.489558039,0.934482747,75,-1.543435774,0.7289538557,4855.8266671 +292,0.081344504,0.88384514,75,-1.543435774,0.7289538557,4195.87063 +293,-1.547979814,0.300350308,75,-1.543435774,0.7289538557,1697.768757 +294,0.040776181,0.168560074,75,-1.543435774,0.7289538557,5817.672255 +295,-1.130374745,0.563894876,75,-1.543435774,0.7289538557,1453.8844472 +296,1.578326642,0.478507176,75,-1.543435774,0.7289538557,7660.5437254 +297,-1.12861823,-0.291640865,75,-1.543435774,0.7289538557,4318.4397105 +298,0.310524208,0.770885792,75,-1.543435774,0.7289538557,4954.1261131 +299,0.415649091,-0.387246002,75,-1.543435774,0.7289538557,8355.723269 +300,-0.926533878,-0.188022748,75,-1.543435774,0.7289538557,4269.6367207 +301,1.258856172,-0.11716081,75,-1.543435774,0.7289538557,9742.9088012 +302,-1.126050026,0.322941926,75,-1.543435774,0.7289538557,2136.8369176 +303,2.002785835,0.07893892,75,-1.543435774,0.7289538557,8926.5599326 +304,0.440437607,0.746258085,75,-1.543435774,0.7289538557,5293.0358914 +305,-0.030391866,0.214441206,75,-1.543435774,0.7289538557,5489.6864928 +306,0.521557815,-0.058929362,75,-1.543435774,0.7289538557,7819.1601856 +307,-0.097005111,0.13317729,75,-1.543435774,0.7289538557,5504.4383809 +308,1.83113859,0.221857587,75,-1.543435774,0.7289538557,8582.8162474 +309,0.222428864,0.099404236,75,-1.543435774,0.7289538557,6530.2353047 +310,-1.702731345,0.8728568183,75,-1.543435774,0.7289538557,718.45727579 +311,-0.418507569,0.278324921,75,-1.543435774,0.7289538557,4183.1796817 +312,-1.41153306,0.339029988,75,-1.543435774,0.7289538557,1606.9637625 +313,0.357560442,0.114788776,75,-1.543435774,0.7289538557,6874.2841109 +314,0.325818979,0.268352149,75,-1.543435774,0.7289538557,6360.0435413 +315,-1.246004659,-0.663679965,75,-1.543435774,0.7289538557,5619.8185346 +316,1.814603087,0.637404484,75,-1.543435774,0.7289538557,6975.207008 +317,1.843704281,-0.18300445,75,-1.543435774,0.7289538557,10118.951964 +318,1.690644492,-0.211480909,75,-1.543435774,0.7289538557,10369.318191 +319,-1.275451936,0.068109467,75,-1.543435774,0.7289538557,2784.5385213 +320,0.762430171,-0.207594741,75,-1.543435774,0.7289538557,8905.0402956 +321,0.265668905,-0.014647884,75,-1.543435774,0.7289538557,6962.2093277 +322,-2.773032013,-0.335515811,75,-1.543435774,0.7289538557,6157.1531168 +323,-1.469512853,0.174058777,75,-1.543435774,0.7289538557,2212.9767074 +324,0.286276986,0.785925691,75,-1.543435774,0.7289538557,4863.4374193 +325,-1.379324697,0.377432233,75,-1.543435774,0.7289538557,1495.8721178 +326,-1.203778265,0.212813032,75,-1.543435774,0.7289538557,2357.2857357 +327,0.579916301,0.611743168,75,-1.543435774,0.7289538557,5975.999397 +328,0.267582642,0.868113908,75,-1.543435774,0.7289538557,4619.4534278 +329,0.412869244,-0.050245578,75,-1.543435774,0.7289538557,7485.2887113 +330,0.17524381,0.976660285,75,-1.543435774,0.7289538557,4191.6184796 +331,0.743157214,0.204812899,75,-1.543435774,0.7289538557,7611.8805506 +332,-1.070758176,0.269382282,75,-1.543435774,0.7289538557,2431.6477797 +333,-1.230364251,0.329790229,75,-1.543435774,0.7289538557,1900.5081366 +334,-1.374813124,-0.024926835,75,-1.543435774,0.7289538557,3046.8281368 +335,0.519780566,0.463669906,75,-1.543435774,0.7289538557,6291.2058397 +336,-1.55108034,0.239698561,75,-1.543435774,0.7289538557,1938.118648 +337,0.180294813,0.029739425,75,-1.543435774,0.7289538557,6593.8886778 +338,0.67820924,0.268170153,75,-1.543435774,0.7289538557,7260.6836085 +339,0.445798684,1.024001867,75,-1.543435774,0.7289538557,4542.5553697 +340,0.691751283,0.150521402,75,-1.543435774,0.7289538557,7658.6077726 +341,-1.036643551,-0.903056181,75,-1.543435774,0.7289538557,6695.3113057 +342,-0.120287036,1.083325163,75,-1.543435774,0.7289538557,3471.538206 +343,2.823513113,-0.304487164,75,-1.543435774,0.7289538557,8029.3695553 +344,0.457583172,1.12513373,75,-1.543435774,0.7289538557,4297.5833203 +345,0.042918831,0.813795399,75,-1.543435774,0.7289538557,4255.9193175 +346,1.196146777,-0.853142756,75,-1.543435774,0.7289538557,11227.161393 +347,0.206001358,-0.010430701,75,-1.543435774,0.7289538557,6776.1957792 +348,-0.268308653,0.234799412,75,-1.543435774,0.7289538557,4736.2912177 +349,0.759363263,0.736189579,75,-1.543435774,0.7289538557,5913.2654061 +350,0.181363926,0.891988372,75,-1.543435774,0.7289538557,4388.1508967 +351,-0.021111158,0.139103292,75,-1.543435774,0.7289538557,5712.9336171 +352,-0.093355215,0.630686981,75,-1.543435774,0.7289538557,4304.7551321 +353,0.40118964,0.681375926,75,-1.543435774,0.7289538557,5392.0341017 +354,-0.721197315,1.304706234,75,-1.543435774,0.7289538557,2702.530685 +355,-1.076150317,0.212107639,75,-1.543435774,0.7289538557,2606.3678716 +356,-1.577164531,0.273993443,75,-1.543435774,0.7289538557,1805.7760117 +357,-0.190788414,0.182208586,75,-1.543435774,0.7289538557,5100.0921771 +358,-0.261349752,0.209710184,75,-1.543435774,0.7289538557,4820.9093436 +359,-1.029303852,0.083549259,75,-1.543435774,0.7289538557,3135.2011009 +360,-1.268609162,0.330525297,75,-1.543435774,0.7289538557,1829.6868387 +361,1.282982244,-0.926641967,75,-1.543435774,0.7289538557,11298.157344 +362,0.217352334,0.731352408,75,-1.543435774,0.7289538557,4847.6648116 +363,-1.511833084,0.258629297,75,-1.543435774,0.7289538557,1866.1001071 +364,0.338812194,0.823184618,75,-1.543435774,0.7289538557,4877.0030256 +365,-0.324406489,1.134201999,75,-1.543435774,0.7289538557,3081.8734422 +366,1.389579348,0.399185724,75,-1.543435774,0.7289538557,7910.2469728 +367,2.047152199,-0.039082036,75,-1.543435774,0.7289538557,9279.1878092 +368,0.947780369,0.568250077,75,-1.543435774,0.7289538557,6785.717853 +369,0.763824846,0.576754987,75,-1.543435774,0.7289538557,6446.7045528 +370,-0.142334657,0.928153068,75,-1.543435774,0.7289538557,3629.7300911 +371,0.610266567,0.547265983,75,-1.543435774,0.7289538557,6237.7720173 +372,0.210731629,0.746815056,75,-1.543435774,0.7289538557,4794.2928496 +373,-1.34931644,0.316895224,75,-1.543435774,0.7289538557,1759.1804876 +374,2.407696481,0.655030745,75,-1.543435774,0.7289538557,6230.8887474 +375,0.64207831,0.545359131,75,-1.543435774,0.7289538557,6310.0568723 +376,1.174597538,0.840588356,75,-1.543435774,0.7289538557,6052.6970153 +377,0.660059424,0.010604079,75,-1.543435774,0.7289538557,7999.9671128 +378,-0.730263819,0.010486456,75,-1.543435774,0.7289538557,4058.0834328 +379,0.831068936,0.512339172,75,-1.543435774,0.7289538557,6784.3019027 +380,1.301180979,0.72367476,75,-1.543435774,0.7289538557,6592.5241776 +381,1.811128231,0.322854402,75,-1.543435774,0.7289538557,8205.1124833 +382,0.435105812,0.992284428,75,-1.543435774,0.7289538557,4609.2545342 +383,0.62643634,0.592027932,75,-1.543435774,0.7289538557,6131.9827098 +384,0.492988703,-0.516339467,75,-1.543435774,0.7289538557,8871.1926188 +385,-0.162469483,0.112549365,75,-1.543435774,0.7289538557,5364.9895289 +386,0.314630866,0.472006421,75,-1.543435774,0.7289538557,5766.8767663 +387,0.166744804,0.822815954,75,-1.543435774,0.7289538557,4514.6272342 +388,0.417159608,0.965805736,75,-1.543435774,0.7289538557,4649.3792543 +389,0.106334961,0.868774244,75,-1.543435774,0.7289538557,4281.2142555 +390,0.815086969,-0.338144359,75,-1.543435774,0.7289538557,9403.8926511 +391,0.59867455,-0.230624824,75,-1.543435774,0.7289538557,8504.5351421 +392,1.915104874,0.066220985,75,-1.543435774,0.7289538557,9093.4103196 +393,1.278093622,0.064463721,75,-1.543435774,0.7289538557,9096.1797805 +394,-0.061477853,0.302997961,75,-1.543435774,0.7289538557,5172.2553904 +395,0.251311504,0.626976942,75,-1.543435774,0.7289538557,5193.8142539 +396,2.950242872,0.149095644,75,-1.543435774,0.7289538557,6464.0662701 +397,-0.180294708,0.35375117,75,-1.543435774,0.7289538557,4699.3372106 +398,1.010448592,-0.351180233,75,-1.543435774,0.7289538557,9975.1092935 +399,-1.748740498,0.3686318073,75,-1.543435774,0.7289538557,1583.2755752 +400,2.699635665,0.123533791,75,-1.543435774,0.7289538557,7233.8193807 +401,0.496808033,0.823843254,75,-1.543435774,0.7289538557,5182.1393143 +402,0.129574704,0.763364087,75,-1.543435774,0.7289538557,4568.0291411 +403,1.798920311,0.817447563,75,-1.543435774,0.7289538557,6277.9510195 +404,0.335987953,0.746786541,75,-1.543435774,0.7289538557,5072.2195449 +405,-1.085413643,0.292154671,75,-1.543435774,0.7289538557,2325.9354038 +406,-0.155321003,0.508207011,75,-1.543435774,0.7289538557,4406.2514181 +407,0.620529244,-0.301175104,75,-1.543435774,0.7289538557,8749.8774391 +408,1.684402744,0.368716966,75,-1.543435774,0.7289538557,8084.4757483 +409,0.300582244,-0.386397212,75,-1.543435774,0.7289538557,8015.2759836 +410,2.913555946,-0.009225192,75,-1.543435774,0.7289538557,6997.5477905 +411,1.465101417,0.493232532,75,-1.543435774,0.7289538557,7578.3225245 +412,0.090612882,0.907955955,75,-1.543435774,0.7289538557,4166.0765989 +413,2.987564726,-0.729568594,75,-1.543435774,0.7289538557,8501.6204786 +414,-1.484261606,0.224149272,75,-1.543435774,0.7289538557,2009.9307503 +415,0.164073421,0.303955133,75,-1.543435774,0.7289538557,5815.7446969 +416,0.141441293,0.167552546,75,-1.543435774,0.7289538557,6113.5082817 +417,2.931321023,-0.506718887,75,-1.543435774,0.7289538557,8190.4812131 +418,2.21951565,0.700596356,75,-1.543435774,0.7289538557,6357.4254928 +419,0.268112576,1.199114336,75,-1.543435774,0.7289538557,3886.5644205 +420,0.978913739,0.359223811,75,-1.543435774,0.7289538557,7572.69181 +421,1.210898818,0.522863584,75,-1.543435774,0.7289538557,7287.3341906 +422,2.347397336,0.129231362,75,-1.543435774,0.7289538557,8096.2723701 +423,0.614394501,0.556878345,75,-1.543435774,0.7289538557,6216.6118593 +424,-1.398079356,0.148483366,75,-1.543435774,0.7289538557,2354.8363419 +425,2.535303836,-0.112984496,75,-1.543435774,0.7289538557,8359.7970297 +426,-1.019372593,-0.405322349,75,-1.543435774,0.7289538557,4886.4767892 +427,-1.297785627,-0.160104069,75,-1.543435774,0.7289538557,3633.0630356 +428,2.144554488,0.205051084,75,-1.543435774,0.7289538557,8242.5747156 +429,-2.242387083,-0.426171285,75,-1.543435774,0.7289538557,5243.3229962 +430,0.338637212,0.909723676,75,-1.543435774,0.7289538557,4654.3055353 +431,-0.148798452,0.691042401,75,-1.543435774,0.7289538557,4031.4485643 +432,0.893524764,0.441829531,75,-1.543435774,0.7289538557,7136.5383638 +433,0.969229347,-0.368847936,75,-1.543435774,0.7289538557,9913.0991924 +434,0.436043248,0.800045688,75,-1.543435774,0.7289538557,5133.4861959 +435,1.687946607,1.081504775,75,-1.543435774,0.7289538557,5266.8625606 +436,0.522302046,-0.034889271,75,-1.543435774,0.7289538557,7754.3236403 +437,-0.178996113,-0.438090009,75,-1.543435774,0.7289538557,6794.9749505 +438,-1.094339566,0.301444068,75,-1.543435774,0.7289538557,2276.2420253 +439,-1.064070054,0.242569932,75,-1.543435774,0.7289538557,2532.8808839 +440,-1.068153768,0.230387998,75,-1.543435774,0.7289538557,2563.5020968 +441,-3.00496892,-0.23989155,75,-1.543435774,0.7289538557,6536.1867261 +442,0.21751974,0.766874888,75,-1.543435774,0.7289538557,4760.3539377 +443,0.117229532,0.007619006,75,-1.543435774,0.7289538557,6467.1229189 +444,0.777758451,0.420554741,75,-1.543435774,0.7289538557,6988.6768734 +445,-0.252356999,0.250747086,75,-1.543435774,0.7289538557,4742.9902963 +446,0.363148444,0.768483434,75,-1.543435774,0.7289538557,5071.9646354 +447,0.903191366,-0.118210676,75,-1.543435774,0.7289538557,9011.3604777 +448,-0.205755923,0.149406178,75,-1.543435774,0.7289538557,5140.9355721 +449,1.811996086,0.02364353,75,-1.543435774,0.7289538557,9365.654783 +450,-1.100670221,0.314845373,75,-1.543435774,0.7289538557,2219.4156785 +451,0.340078597,0.850105132,75,-1.543435774,0.7289538557,4809.6358798 +452,0.258757267,0.804969236,75,-1.543435774,0.7289538557,4756.5942267 +453,2.78505352,-0.155160804,75,-1.543435774,0.7289538557,7761.3646966 +454,0.800551619,0.105822106,75,-1.543435774,0.7289538557,8060.427303 +455,0.437940882,-0.506194031,75,-1.543435774,0.7289538557,8688.921841 +456,2.230431122,0.63458615,75,-1.543435774,0.7289538557,6577.5404864 +457,0.527965361,0.127667701,75,-1.543435774,0.7289538557,7305.924062 +458,-0.063643205,0.702093448,75,-1.543435774,0.7289538557,4230.1364084 +459,1.408447268,0.133010502,75,-1.543435774,0.7289538557,8960.9081546 +460,0.523795955,0.280266966,75,-1.543435774,0.7289538557,6846.9639154 +461,-0.975769313,0.072177659,75,-1.543435774,0.7289538557,3285.4315193 +462,0.549774164,-0.463663986,75,-1.543435774,0.7289538557,8925.4873997 +463,0.29245874,1.095549818,75,-1.543435774,0.7289538557,4134.8694044 +464,0.143625958,0.816809593,75,-1.543435774,0.7289538557,4477.3895007 +465,0.671902494,0.611159853,75,-1.543435774,0.7289538557,6161.7466998 +466,1.239840988,0.6724199,75,-1.543435774,0.7289538557,6744.5241533 +467,0.607829703,-0.10932137,75,-1.543435774,0.7289538557,8201.7636934 +468,1.763020906,0.263996692,75,-1.543435774,0.7289538557,8464.7770472 +469,0.378714634,0.726066797,75,-1.543435774,0.7289538557,5219.9264062 +470,2.196736143,-0.153862366,75,-1.543435774,0.7289538557,9354.7274601 +471,0.01702415,0.148991565,75,-1.543435774,0.7289538557,5799.2799202 +472,-2.998490902,-0.158002487,75,-1.543435774,0.7289538557,6300.1351435 +473,-3.051262951,-0.346595608,75,-1.543435774,0.7289538557,6947.3678337 +474,-1.069176439,0.182802941,75,-1.543435774,0.7289538557,2718.5291028 +475,0.167157509,0.595344954,75,-1.543435774,0.7289538557,5066.8805693 +476,0.613855648,0.681746124,75,-1.543435774,0.7289538557,5828.3111149 +477,1.037012736,0.682555367,75,-1.543435774,0.7289538557,6498.8584873 +478,-1.253574971,0.379755746,75,-1.543435774,0.7289538557,1686.2049099 +479,3.108590453,-0.132620738,75,-1.543435774,0.7289538557,6749.0200236 +480,0.565301296,0.022333262,75,-1.543435774,0.7289538557,7711.2107502 +481,0.547898238,0.855555614,75,-1.543435774,0.7289538557,5181.8096806 +482,0.948309381,0.417393755,75,-1.543435774,0.7289538557,7316.5372422 +483,-0.050600732,0.945269213,75,-1.543435774,0.7289538557,3800.3258815 +484,-0.977651478,-0.572363064,75,-1.543435774,0.7289538557,5551.2011477 +485,1.102014914,0.728861163,75,-1.543435774,0.7289538557,6402.8348747 +486,2.927300795,-0.282939414,75,-1.543435774,0.7289538557,7669.4056311 +487,-1.154565557,0.124434095,75,-1.543435774,0.7289538557,2756.2102056 +488,1.855331234,0.291044755,75,-1.543435774,0.7289538557,8295.2995034 +489,0.830290659,0.276904518,75,-1.543435774,0.7289538557,7570.9897679 +490,0.485104466,-0.234867441,75,-1.543435774,0.7289538557,8185.0808802 +491,0.521367572,-0.33161327,75,-1.543435774,0.7289538557,8534.6039461 +1,-1.539031704,0.7349710123,76,-1.541457714,0.7289765881,24.79651884 +2,-1.536990553,0.7349663874,76,-1.541457714,0.7289765881,27.131974067 +3,-1.534951779,0.7349571355,76,-1.541457714,0.7289765881,30.473341608 +4,-1.532906461,0.7349480293,76,-1.541457714,0.7289765881,34.558348041 +5,-1.531320211,0.7346937278,76,-1.541457714,0.7289765881,37.486113019 +6,-1.539451648,0.7335131775,76,-1.541457714,0.7289765881,18.917781309 +7,-1.537429487,0.7335445708,76,-1.541457714,0.7289765881,21.643329389 +8,-1.535484998,0.7335658704,76,-1.541457714,0.7289765881,25.308637168 +9,-1.533488396,0.7336036027,76,-1.541457714,0.7289765881,29.798118469 +10,-1.531497785,0.7335842962,76,-1.541457714,0.7289765881,34.574004472 +11,-1.530259379,0.7334777758,76,-1.541457714,0.7289765881,37.523284383 +12,-1.5335454,0.7322346912,76,-1.541457714,0.7289765881,26.671627012 +13,-1.531489083,0.7322238773,76,-1.541457714,0.7289765881,32.097763461 +14,-1.530011122,0.7321679851,76,-1.541457714,0.7289765881,36.05724817 +15,-1.53348106,0.7306614094,76,-1.541457714,0.7289765881,24.475350497 +16,-1.531441779,0.7306962275,76,-1.541457714,0.7289765881,30.342092733 +17,-1.529755654,0.7306933243,76,-1.541457714,0.7289765881,35.208125718 +18,-1.533415048,0.7291384674,76,-1.541457714,0.7289765881,23.76765511 +19,-1.531392093,0.7291705353,76,-1.541457714,0.7289765881,29.744533154 +20,-1.529296523,0.7291214933,76,-1.541457714,0.7289765881,35.930426674 +21,-1.535280942,0.727267644,76,-1.541457714,0.7289765881,19.476340313 +22,-1.533378158,0.7276139666,76,-1.541457714,0.7289765881,24.486472152 +23,-1.531340368,0.7276446587,76,-1.541457714,0.7289765881,30.369523524 +24,-1.528960113,0.7276398177,76,-1.541457714,0.7289765881,37.32156323 +25,-1.533313146,0.7260818349,76,-1.541457714,0.7289765881,26.682127559 +26,-1.531259555,0.7260958115,76,-1.541457714,0.7289765881,32.253367299 +27,-1.528926415,0.7260865555,76,-1.541457714,0.7289765881,38.796579219 +28,-1.531226779,0.7245511789,76,-1.541457714,0.7289765881,34.992252423 +29,-1.528904772,0.7245519194,76,-1.541457714,0.7289765881,41.084379915 +30,-1.547195875,0.7409785979,76,-1.541457714,0.7289765881,50.441445234 +31,-1.5451475,0.740980426,76,-1.541457714,0.7289765881,48.7676716 +32,-1.543097679,0.7409798872,76,-1.541457714,0.7289765881,47.788647482 +33,-1.540720364,0.7409892687,76,-1.541457714,0.7289765881,47.631529766 +34,-1.547188511,0.7395198392,76,-1.541457714,0.7289765881,45.033190614 +35,-1.545148587,0.7395226109,76,-1.541457714,0.7289765881,43.159486301 +36,-1.543104538,0.7395314908,76,-1.541457714,0.7289765881,42.087447317 +37,-1.540727751,0.7395306258,76,-1.541457714,0.7289765881,41.859605686 +38,-1.547187029,0.7380014886,76,-1.541457714,0.7289765881,39.523113531 +39,-1.545147315,0.7380012252,76,-1.541457714,0.7289765881,37.358730729 +40,-1.54310719,0.7380060743,76,-1.541457714,0.7289765881,36.093588512 +41,-1.540719671,0.7380068206,76,-1.541457714,0.7289765881,35.834610897 +42,-1.547187189,0.7364799098,76,-1.541457714,0.7289765881,34.17467544 +43,-1.545149996,0.7364853874,76,-1.541457714,0.7289765881,31.666973931 +44,-1.543106091,0.7364823484,76,-1.541457714,0.7289765881,30.123875408 +45,-1.540717158,0.7364893901,76,-1.541457714,0.7289765881,29.837987439 +46,-1.538663972,0.7410138672,76,-1.541457714,0.7289765881,48.381168182 +47,-1.53695285,0.7409699132,76,-1.541457714,0.7289765881,49.315302117 +48,-1.534910498,0.7409641297,76,-1.541457714,0.7289765881,51.231999692 +49,-1.533145034,0.7409536636,76,-1.541457714,0.7289765881,53.360131637 +50,-1.538681336,0.7395405883,76,-1.541457714,0.7289765881,42.632876753 +51,-1.536999189,0.7395183096,76,-1.541457714,0.7289765881,43.76533628 +52,-1.534923633,0.7395144222,76,-1.541457714,0.7289765881,45.949713978 +53,-1.533267822,0.7395654306,76,-1.541457714,0.7289765881,48.363602018 +54,-1.53867273,0.7380151077,76,-1.541457714,0.7289765881,36.727387428 +55,-1.536980576,0.7379994392,76,-1.541457714,0.7289765881,38.090039192 +56,-1.534931522,0.7379944961,76,-1.541457714,0.7289765881,40.554280756 +57,-1.533387952,0.7379480264,76,-1.541457714,0.7289765881,42.738870427 +58,-1.538682279,0.7364914363,76,-1.541457714,0.7289765881,30.867684498 +59,-1.536980704,0.7364810563,76,-1.541457714,0.7289765881,32.516988117 +60,-1.534935567,0.7364752065,76,-1.541457714,0.7289765881,35.369426941 +61,-1.533042592,0.7363876366,76,-1.541457714,0.7289765881,38.414797746 +62,-1.545143426,0.7349628011,76,-1.541457714,0.7289765881,26.079904254 +63,-1.543105297,0.7349691947,76,-1.541457714,0.7289765881,24.22802668 +64,-1.541064533,0.7349647152,76,-1.541457714,0.7289765881,23.747245449 +65,-1.545411803,0.7334624714,76,-1.541457714,0.7289765881,21.251759212 +66,-1.543446606,0.7334780896,76,-1.541457714,0.7289765881,18.76996306 +67,-1.541475327,0.7334957295,76,-1.541457714,0.7289765881,17.900394464 +68,-1.545401939,0.731963266,76,-1.541457714,0.7289765881,16.594400597 +69,-1.54342253,0.7319915583,76,-1.541457714,0.7289765881,13.274882725 +70,-1.541455867,0.7320216438,76,-1.541457714,0.7289765881,12.06146686 +71,-1.545410146,0.7304422281,76,-1.541457714,0.7289765881,13.033500014 +72,-1.543435491,0.7304713664,76,-1.541457714,0.7289765881,8.3157298783 +73,-1.541463105,0.7304997613,76,-1.541457714,0.7289765881,6.0333103296 +74,-1.545414768,0.7289194936,76,-1.541457714,0.7289765881,11.692953415 +75,-1.543435774,0.7289538557,76,-1.541457714,0.7289765881,5.8446090319 +76,-1.541457714,0.7289765881,76,-1.541457714,0.7289765881,2.9706792363 +77,-1.539449415,0.7320555866,76,-1.541457714,0.7289765881,13.558988304 +78,-1.537429183,0.7321097681,76,-1.541457714,0.7289765881,17.183517965 +79,-1.535472649,0.7321497267,76,-1.541457714,0.7289765881,21.673416049 +80,-1.539457899,0.7305333307,76,-1.541457714,0.7289765881,8.5369872483 +81,-1.537453161,0.7305750503,76,-1.541457714,0.7289765881,13.411034971 +82,-1.535479385,0.7306124949,76,-1.541457714,0.7289765881,18.801011975 +83,-1.53946905,0.7290102593,76,-1.541457714,0.7289765881,5.8766104864 +84,-1.537459922,0.7290417293,76,-1.541457714,0.7289765881,11.813299352 +85,-1.535451349,0.7290890157,76,-1.541457714,0.7289765881,17.749513676 +86,-1.535522937,0.7279887191,76,-1.541457714,0.7289765881,17.972193477 +87,-1.539442524,0.7274735939,76,-1.541457714,0.7289765881,8.4222814113 +88,-1.537424111,0.727521351,76,-1.541457714,0.7289765881,13.244480095 +89,-1.539384641,0.7259505092,76,-1.541457714,0.7289765881,13.464130605 +90,-1.537372391,0.7259947145,76,-1.541457714,0.7289765881,16.898606057 +91,-1.535340789,0.7260435356,76,-1.541457714,0.7289765881,21.503618451 +92,-1.539325716,0.7244369706,76,-1.541457714,0.7289765881,19.056891329 +93,-1.537308932,0.7244801057,76,-1.541457714,0.7289765881,21.634465978 +94,-1.535289068,0.7245247645,76,-1.541457714,0.7289765881,25.384797734 +95,-1.533261366,0.7245550236,76,-1.541457714,0.7289765881,29.923226616 +96,-1.539267302,0.722921924,76,-1.541457714,0.7289765881,24.844799535 +97,-1.537248972,0.7229660258,76,-1.541457714,0.7289765881,26.874644154 +98,-1.535219431,0.7229916471,76,-1.541457714,0.7289765881,30.057724388 +99,-1.53318962,0.7230212049,76,-1.541457714,0.7289765881,34.004181291 +100,-1.531154816,0.7230299897,76,-1.541457714,0.7289765881,38.551336116 +101,-1.528878341,0.7230370244,76,-1.541457714,0.7289765881,44.067507257 +102,-1.539218189,0.7214009878,76,-1.541457714,0.7289765881,30.732525242 +103,-1.537198791,0.7214422745,76,-1.541457714,0.7289765881,32.403793739 +104,-1.535179266,0.7214634354,76,-1.541457714,0.7289765881,35.099684989 +105,-1.533156501,0.7214944644,76,-1.541457714,0.7289765881,38.520059902 +106,-1.53113574,0.7215166021,76,-1.541457714,0.7289765881,42.535144314 +107,-1.528874248,0.7215345535,76,-1.541457714,0.7289765881,47.54091917 +108,-1.539217656,0.7198512397,76,-1.541457714,0.7289765881,36.751186151 +109,-1.537199919,0.7199428763,76,-1.541457714,0.7289765881,37.945911064 +110,-1.545425832,0.727397149,76,-1.541457714,0.7289765881,13.295325388 +111,-1.543371177,0.7273916949,76,-1.541457714,0.7289765881,8.4505660795 +112,-1.541368852,0.7274523163,76,-1.541457714,0.7289765881,6.0433531774 +113,-1.545349067,0.7258710923,76,-1.541457714,0.7289765881,16.847668445 +114,-1.54332671,0.7258603556,76,-1.541457714,0.7289765881,13.525263296 +115,-1.541346831,0.7259242142,76,-1.541457714,0.7289765881,12.094902023 +116,-1.545324355,0.7243383958,76,-1.541457714,0.7289765881,21.646216517 +117,-1.543292796,0.7243617413,76,-1.541457714,0.7289765881,19.069604267 +118,-1.541295822,0.7244024384,76,-1.541457714,0.7289765881,18.12454427 +119,-1.543193859,0.7205570215,76,-1.541457714,0.7289765881,33.744947675 +120,-1.550257047,0.7386738187,76,-1.541457714,0.7289765881,46.317500461 +121,-1.549335448,0.7311736483,76,-1.541457714,0.7289765881,24.825885947 +122,-1.533478843,0.7179891343,76,-1.541457714,0.7289765881,49.54982406 +123,-1.556150555,0.738907041,76,-1.541457714,0.7289765881,58.434903459 +124,-1.554324226,0.733414257,76,-1.541457714,0.7289765881,41.810776883 +125,-1.554290846,0.7288285332,76,-1.541457714,0.7289765881,37.920329891 +126,-1.55122487,0.7219795312,76,-1.541457714,0.7289765881,40.074496091 +127,-1.525104458,0.7229399862,76,-1.541457714,0.7289765881,54.022376005 +128,-1.519607711,0.7236181429,76,-1.541457714,0.7289765881,68.097852991 +129,-1.513899999,0.7251107854,76,-1.541457714,0.7289765881,82.978942777 +130,-1.536620762,0.7431061895,76,-1.541457714,0.7289765881,57.740433318 +131,-1.5369566,0.7460845958,76,-1.541457714,0.7289765881,69.037549459 +132,-1.545345528,0.7447040685,76,-1.541457714,0.7289765881,63.331843702 +133,-1.532813921,0.7432306626,76,-1.541457714,0.7289765881,61.899517777 +134,-1.554788248,0.7382381001,76,-1.541457714,0.7289765881,53.702024434 +135,-1.540348126,0.7301594274,76,-1.541457714,0.7289765881,5.7171598745 +136,-1.538016084,0.7239051786,76,-1.541457714,0.7289765881,22.524919559 +137,-1.525288962,0.7258085137,76,-1.541457714,0.7289765881,49.453759895 +138,-1.534326986,0.731241342,76,-1.541457714,0.7289765881,22.87738617 +139,-1.530733872,0.7303625216,76,-1.541457714,0.7289765881,32.134544526 +141,-1.534354939,0.7328219978,76,-1.541457714,0.7289765881,25.900127745 +142,-1.53157084,0.7292888153,76,-1.541457714,0.7289765881,29.231213251 +143,-1.525691035,0.7263799874,76,-1.541457714,0.7289765881,47.754537246 +144,-1.534031287,0.7495967835,76,-1.541457714,0.7289765881,84.519248549 +145,-1.527714986,0.7283095957,76,-1.541457714,0.7289765881,40.698446856 +146,-1.526189586,0.7271468292,76,-1.541457714,0.7289765881,45.721916599 +147,-1.555177336,0.7375563366,76,-1.541457714,0.7289765881,52.774740396 +148,-1.555080283,0.7312707794,76,-1.541457714,0.7289765881,41.218443071 +149,-1.53856994,0.7224180299,76,-1.541457714,0.7289765881,27.351250232 +150,-1.530837883,0.729933372,76,-1.541457714,0.7289765881,31.589247288 +151,-1.515066984,0.5854133365,76,-1.541457714,0.7289765881,574.61614207 +152,-1.534731633,0.5368370046,76,-1.541457714,0.7289765881,761.36555788 +153,-1.515231902,0.5607085576,76,-1.541457714,0.7289765881,671.62749614 +154,-2.616253799,1.0684566605,76,-1.541457714,0.7289765881,2834.3637247 +155,-1.956071439,0.5792177723,76,-1.541457714,0.7289765881,1425.7014528 +156,-1.951208514,0.5602434208,76,-1.541457714,0.7289765881,1452.7246747 +157,-1.944675062,0.6062144545,76,-1.541457714,0.7289765881,1340.0399662 +158,-1.613778386,0.6077989518,76,-1.541457714,0.7289765881,529.85270794 +159,-2.035029014,0.6021432345,76,-1.541457714,0.7289765881,1609.2133352 +160,-2.114989471,0.6801825058,76,-1.541457714,0.7289765881,1730.9663735 +161,-2.037382079,0.5765830025,76,-1.541457714,0.7289765881,1663.6748265 +162,-2.129855121,0.6585019963,76,-1.541457714,0.7289765881,1801.7769352 +163,-2.075141798,0.6493615843,76,-1.541457714,0.7289765881,1652.5714526 +164,-1.828626729,0.6948433129,76,-1.541457714,0.7289765881,870.36259642 +165,-1.863329418,0.6735427691,76,-1.541457714,0.7289765881,996.42901323 +166,-1.266037071,0.727988852,76,-1.541457714,0.7289765881,812.90895059 +167,-1.277579582,0.7249010648,76,-1.541457714,0.7289765881,780.16310027 +168,-1.258418684,0.7241194816,76,-1.541457714,0.7289765881,836.98297628 +169,-1.317813974,0.6804850104,76,-1.541457714,0.7289765881,700.86197741 +170,-1.344165204,0.6790988904,76,-1.541457714,0.7289765881,627.00604782 +171,-1.427582102,0.5277120351,76,-1.541457714,0.7289765881,876.06330852 +172,-1.402238616,0.457167829,76,-1.541457714,0.7289765881,1168.3670238 +173,-1.422454264,0.4996161999,76,-1.541457714,0.7289765881,985.92963513 +174,-1.439089277,0.4894859811,76,-1.541457714,0.7289765881,1004.5517759 +175,-1.448126995,0.5182330266,76,-1.541457714,0.7289765881,886.56723038 +176,-1.474626146,0.5881926574,76,-1.541457714,0.7289765881,595.47401302 +177,-1.421139645,0.5584869783,76,-1.541457714,0.7289765881,774.81813871 +178,-1.457037165,0.565943032,76,-1.541457714,0.7289765881,698.36934212 +179,-2.757159358,0.3745319,76,-1.541457714,0.7289765881,4216.0887781 +180,-2.714309238,0.342054471,76,-1.541457714,0.7289765881,4167.4942465 +181,-2.000525337,0.774119946,76,-1.541457714,0.7289765881,1334.687503 +183,-1.571413436,0.6777838382,76,-1.541457714,0.7289765881,222.03737887 +184,-1.552860289,0.6987663893,76,-1.541457714,0.7289765881,124.43561229 +185,-1.521852374,0.7165827476,76,-1.541457714,0.7289765881,76.169264975 +186,-1.503656267,0.6928968252,76,-1.541457714,0.7289765881,182.46002259 +187,-1.502753178,0.7136205882,76,-1.541457714,0.7289765881,130.20109973 +188,-1.631894563,0.7343596465,76,-1.541457714,0.7289765881,267.3477542 +189,-1.653765416,0.6770714026,76,-1.541457714,0.7289765881,396.62497056 +190,-1.719812114,0.6715965947,76,-1.541457714,0.7289765881,585.57850325 +191,-1.493406659,0.6646955447,76,-1.541457714,0.7289765881,293.44461906 +192,-1.469120564,0.6613469966,76,-1.541457714,0.7289765881,346.57112877 +193,-1.590551461,0.5326612937,76,-1.541457714,0.7289765881,793.171699 +194,-1.625979264,0.5247742243,76,-1.541457714,0.7289765881,852.68445388 +195,-1.572293943,0.5238808754,76,-1.541457714,0.7289765881,818.33396036 +196,-1.610848725,0.5477107964,76,-1.541457714,0.7289765881,750.91753565 +197,-1.208485554,0.7918526018,76,-1.541457714,0.7289765881,984.92571706 +198,-1.335601374,0.6869083083,76,-1.541457714,0.7289765881,640.88987499 +199,-1.346156996,0.6825213377,76,-1.541457714,0.7289765881,616.3425856 +200,-1.324381037,0.6741422347,76,-1.541457714,0.7289765881,691.00345021 +201,-1.242424992,0.7378949807,76,-1.541457714,0.7289765881,879.14088611 +202,-1.270370057,0.7392461008,76,-1.541457714,0.7289765881,797.12821914 +203,-1.448950472,0.7441675014,76,-1.541457714,0.7289765881,277.97371733 +204,-1.492662363,0.7523026852,76,-1.541457714,0.7289765881,169.94045758 +205,-1.479098966,0.7763855017,76,-1.541457714,0.7289765881,260.26278824 +206,-1.633760714,0.7869022408,76,-1.541457714,0.7289765881,350.78869595 +207,-1.647406434,0.8101289331,76,-1.541457714,0.7289765881,440.39038804 +208,-1.564245052,0.5701509278,76,-1.541457714,0.7289765881,633.17787207 +209,-1.646289963,0.6833746083,76,-1.541457714,0.7289765881,363.79750445 +210,-1.5820631,0.6751952144,76,-1.541457714,0.7289765881,245.86233634 +211,-1.613236298,0.6681681791,76,-1.541457714,0.7289765881,324.59429172 +212,-1.914661867,0.8212566515,76,-1.541457714,0.7289765881,1113.2222636 +213,-1.742133237,0.7250275956,76,-1.541457714,0.7289765881,593.67121813 +214,-2.033144872,0.6557314699,76,-1.541457714,0.7289765881,1519.8169268 +215,-2.039551981,0.6964723658,76,-1.541457714,0.7289765881,1491.3721377 +216,-1.247341019,0.7622473908,76,-1.541457714,0.7289765881,864.42931103 +217,-1.298239787,0.7084123392,76,-1.541457714,0.7289765881,728.85462903 +218,-1.308539688,0.6926545592,76,-1.541457714,0.7289765881,713.03198784 +219,-1.303263185,0.6888938396,76,-1.541457714,0.7289765881,732.69504975 +220,-1.852400229,0.6004246149,76,-1.541457714,0.7289765881,1092.0124873 +221,-1.288947707,0.7473773692,76,-1.541457714,0.7289765881,742.49540508 +222,-1.372031502,0.7472790993,76,-1.541457714,0.7289765881,501.40578457 +223,-1.289805721,0.7242157877,76,-1.541457714,0.7289765881,744.40945611 +224,-1.350807603,0.7533498126,76,-1.541457714,0.7289765881,564.94930104 +225,-1.329290365,0.7560442322,76,-1.541457714,0.7289765881,627.80455695 +226,-1.410153004,0.616936428,76,-1.541457714,0.7289765881,601.46966703 +227,-1.393445434,0.6308995063,76,-1.541457714,0.7289765881,598.42811028 +228,-1.37595573,0.6241540638,76,-1.541457714,0.7289765881,657.82492747 +229,-1.358388707,0.6172645205,76,-1.541457714,0.7289765881,718.28336807 +230,-1.753741133,0.8281661666,76,-1.541457714,0.7289765881,714.76630551 +231,-1.47430987,0.6834615681,76,-1.541457714,0.7289765881,270.96544197 +232,-1.421012508,0.7222725206,76,-1.541457714,0.7289765881,357.78851633 +233,-1.4476833,0.6978557868,76,-1.541457714,0.7289765881,306.64454117 +234,-1.470370723,0.6966193374,76,-1.541457714,0.7289765881,248.56403133 +235,-1.429211703,0.7037216883,76,-1.541457714,0.7289765881,349.82824128 +236,-1.700578405,0.6178673663,76,-1.541457714,0.7289765881,659.92473902 +237,-1.678117619,0.6331716163,76,-1.541457714,0.7289765881,565.99644453 +238,-1.725644578,0.6316331145,76,-1.541457714,0.7289765881,684.99235904 +239,-2.14012759,0.7930497945,76,-1.541457714,0.7289765881,1722.4694225 +240,-2.103289431,0.7653606263,76,-1.541457714,0.7289765881,1628.5980204 +241,-1.318739838,0.7017808746,76,-1.541457714,0.7289765881,673.91765304 +242,-1.396417427,0.7077900843,76,-1.541457714,0.7289765881,440.40605139 +243,-1.35650337,0.7185539404,76,-1.541457714,0.7289765881,550.15239017 +244,-1.248884539,0.7274156818,76,-1.541457714,0.7289765881,863.61166012 +245,-1.395014798,0.5761185243,76,-1.541457714,0.7289765881,760.08285208 +246,-1.433377362,0.6064716109,76,-1.541457714,0.7289765881,589.93059659 +247,-1.408172432,0.5903155476,76,-1.541457714,0.7289765881,689.07503811 +248,-1.749645898,0.7757118084,76,-1.541457714,0.7289765881,629.19643359 +249,-1.571626686,0.615046989,76,-1.541457714,0.7289765881,460.83285568 +250,-1.514070049,0.6303003037,76,-1.541457714,0.7289765881,399.83912876 +251,-1.480890369,0.6237966528,76,-1.541457714,0.7289765881,456.58930693 +252,-1.704390658,0.5281680612,76,-1.541457714,0.7289765881,950.04902244 +253,-1.64434733,0.5254277498,76,-1.541457714,0.7289765881,870.59300259 +254,-1.703855997,0.4792484842,76,-1.541457714,0.7289765881,1120.2608063 +255,-1.692002383,0.5748825051,76,-1.541457714,0.7289765881,771.91730692 +256,-1.854136457,0.5544643913,76,-1.541457714,0.7289765881,1205.2249285 +257,-1.665021206,0.520317736,76,-1.541457714,0.7289765881,916.06934975 +258,-1.733654349,0.4845187345,76,-1.541457714,0.7289765881,1150.4604526 +259,-1.720938188,0.5135933906,76,-1.541457714,0.7289765881,1028.7915349 +260,-1.742668307,0.553296122,76,-1.541457714,0.7289765881,942.81674804 +261,-1.965659039,0.7142126903,76,-1.541457714,0.7289765881,1258.6176715 +262,-1.944438071,0.6772834804,76,-1.541457714,0.7289765881,1230.8669706 +263,-1.270340967,0.7681487096,76,-1.541457714,0.7289765881,800.68410968 +264,-1.353091884,0.6549276821,76,-1.541457714,0.7289765881,644.38602502 +265,-1.333236659,0.6413584414,76,-1.541457714,0.7289765881,725.88859109 +266,-1.352015998,0.6753788907,76,-1.541457714,0.7289765881,610.40221039 +267,-1.377988483,0.6577816235,76,-1.541457714,0.7289765881,571.81255228 +268,-2.13075611,0.8318642051,76,-1.541457714,0.7289765881,1693.5332506 +269,-2.097910953,0.8259670014,76,-1.541457714,0.7289765881,1604.9752862 +270,-1.416382069,0.6694271549,76,-1.541457714,0.7289765881,446.31990038 +271,-1.538905672,0.7535625993,76,-1.541457714,0.7289765881,97.670165392 +272,-1.572309477,0.7803125099,76,-1.541457714,0.7289765881,221.96173894 +273,-1.87759879,0.7503853417,76,-1.541457714,0.7289765881,984.99967325 +274,1.152365588,0.590457682,76,-1.541457714,0.7289765881,6969.6102485 +275,0.350198001,0.718001859,76,-1.541457714,0.7289765881,5175.7351027 +276,0.046513677,0.491503852,76,-1.541457714,0.7289765881,5002.2520888 +277,0.027510309,0.742571376,76,-1.541457714,0.7289765881,4366.784986 +278,0.306285725,-0.214631579,76,-1.541457714,0.7289765881,7600.8036033 +279,-1.100564889,0.318051531,76,-1.541457714,0.7289765881,2205.0886627 +280,-1.078582306,0.301437596,76,-1.541457714,0.7289765881,2307.6210595 +281,-1.137371989,-0.617634065,76,-1.541457714,0.7289765881,5531.8360323 +282,0.784356344,0.703272339,76,-1.541457714,0.7289765881,6059.7817904 +283,-1.221209947,0.218327455,76,-1.541457714,0.7289765881,2305.0031947 +284,2.347301921,-0.449114658,76,-1.541457714,0.7289765881,9779.0997026 +285,0.246820618,0.830553713,76,-1.541457714,0.7289765881,4664.0364802 +286,0.829414965,0.703288228,76,-1.541457714,0.7289765881,6132.1158927 +287,-1.337537566,0.42332223,76,-1.541457714,0.7289765881,1384.1801509 +288,0.882453706,0.454478077,76,-1.541457714,0.7289765881,7069.8019049 +289,1.575629659,0.416419109,76,-1.541457714,0.7289765881,7906.0456081 +290,-1.039455679,0.229888244,76,-1.541457714,0.7289765881,2624.4187575 +291,0.489558039,0.934482747,76,-1.541457714,0.7289765881,4852.4474984 +292,0.081344504,0.88384514,76,-1.541457714,0.7289765881,4191.5633492 +293,-1.547979814,0.300350308,76,-1.541457714,0.7289765881,1697.9331053 +294,0.040776181,0.168560074,76,-1.541457714,0.7289765881,5811.868975 +295,-1.130374745,0.563894876,76,-1.541457714,0.7289765881,1448.3916072 +296,1.578326642,0.478507176,76,-1.541457714,0.7289765881,7660.3381716 +297,-1.12861823,-0.291640865,76,-1.541457714,0.7289765881,4315.982211 +298,0.310524208,0.770885792,76,-1.541457714,0.7289765881,4949.8219829 +299,0.415649091,-0.387246002,76,-1.541457714,0.7289765881,8349.8938737 +300,-0.926533878,-0.188022748,76,-1.541457714,0.7289765881,4265.9399964 +301,1.258856172,-0.11716081,76,-1.541457714,0.7289765881,9739.7602032 +302,-1.126050026,0.322941926,76,-1.541457714,0.7289765881,2132.5291942 +303,2.002785835,0.07893892,76,-1.541457714,0.7289765881,8929.4324982 +304,0.440437607,0.746258085,76,-1.541457714,0.7289765881,5288.9281229 +305,-0.030391866,0.214441206,76,-1.541457714,0.7289765881,5483.8756346 +306,0.521557815,-0.058929362,76,-1.541457714,0.7289765881,7813.5487926 +307,-0.097005111,0.13317729,76,-1.541457714,0.7289765881,5498.5937774 +308,1.83113859,0.221857587,76,-1.541457714,0.7289765881,8584.3135575 +309,0.222428864,0.099404236,76,-1.541457714,0.7289765881,6524.4941761 +310,-1.702731345,0.8728568183,76,-1.541457714,0.7289765881,721.69842391 +311,-0.418507569,0.278324921,76,-1.541457714,0.7289765881,4177.3631575 +312,-1.41153306,0.339029988,76,-1.541457714,0.7289765881,1605.2254316 +313,0.357560442,0.114788776,76,-1.541457714,0.7289765881,6868.6883921 +314,0.325818979,0.268352149,76,-1.541457714,0.7289765881,6354.6183293 +315,-1.246004659,-0.663679965,76,-1.541457714,0.7289765881,5618.5456316 +316,1.814603087,0.637404484,76,-1.541457714,0.7289765881,6976.1408789 +317,1.843704281,-0.18300445,76,-1.541457714,0.7289765881,10121.384101 +318,1.690644492,-0.211480909,76,-1.541457714,0.7289765881,10370.273697 +319,-1.275451936,0.068109467,76,-1.541457714,0.7289765881,2782.2405978 +320,0.762430171,-0.207594741,76,-1.541457714,0.7289765881,8899.5620379 +321,0.265668905,-0.014647884,76,-1.541457714,0.7289765881,6956.4166137 +322,-2.773032013,-0.335515811,76,-1.541457714,0.7289765881,6162.3965629 +323,-1.469512853,0.174058777,76,-1.541457714,0.7289765881,2212.2745894 +324,0.286276986,0.785925691,76,-1.541457714,0.7289765881,4859.1342235 +325,-1.379324697,0.377432233,76,-1.541457714,0.7289765881,1493.5598694 +326,-1.203778265,0.212813032,76,-1.541457714,0.7289765881,2353.9719045 +327,0.579916301,0.611743168,76,-1.541457714,0.7289765881,5971.8523233 +328,0.267582642,0.868113908,76,-1.541457714,0.7289765881,4615.3954225 +329,0.412869244,-0.050245578,76,-1.541457714,0.7289765881,7479.5722476 +330,0.17524381,0.976660285,76,-1.541457714,0.7289765881,4187.8345895 +331,0.743157214,0.204812899,76,-1.541457714,0.7289765881,7607.2244016 +332,-1.070758176,0.269382282,76,-1.541457714,0.7289765881,2427.2593012 +333,-1.230364251,0.329790229,76,-1.541457714,0.7289765881,1896.8971971 +334,-1.374813124,-0.024926835,76,-1.541457714,0.7289765881,3045.5139309 +335,0.519780566,0.463669906,76,-1.541457714,0.7289765881,6286.5414836 +336,-1.55108034,0.239698561,76,-1.541457714,0.7289765881,1938.3129483 +337,0.180294813,0.029739425,76,-1.541457714,0.7289765881,6588.078374 +338,0.67820924,0.268170153,76,-1.541457714,0.7289765881,7255.9844352 +339,0.445798684,1.024001867,76,-1.541457714,0.7289765881,4539.4305608 +340,0.691751283,0.150521402,76,-1.541457714,0.7289765881,7653.6899414 +341,-1.036643551,-0.903056181,76,-1.541457714,0.7289765881,6693.6313262 +342,-0.120287036,1.083325163,76,-1.541457714,0.7289765881,3467.9423223 +343,2.823513113,-0.304487164,76,-1.541457714,0.7289765881,8035.2140347 +344,0.457583172,1.12513373,76,-1.541457714,0.7289765881,4294.9118954 +345,0.042918831,0.813795399,76,-1.541457714,0.7289765881,4251.2981303 +346,1.196146777,-0.853142756,76,-1.541457714,0.7289765881,11222.233687 +347,0.206001358,-0.010430701,76,-1.541457714,0.7289765881,6770.3779818 +348,-0.268308653,0.234799412,76,-1.541457714,0.7289765881,4730.4496852 +349,0.759363263,0.736189579,76,-1.541457714,0.7289765881,5909.9564165 +350,0.181363926,0.891988372,76,-1.541457714,0.7289765881,4384.032036 +351,-0.021111158,0.139103292,76,-1.541457714,0.7289765881,5707.0981874 +352,-0.093355215,0.630686981,76,-1.541457714,0.7289765881,4299.4224318 +353,0.40118964,0.681375926,76,-1.541457714,0.7289765881,5387.6513195 +354,-0.721197315,1.304706234,76,-1.541457714,0.7289765881,2700.6605129 +355,-1.076150317,0.212107639,76,-1.541457714,0.7289765881,2602.2276596 +356,-1.577164531,0.273993443,76,-1.541457714,0.7289765881,1806.3092904 +357,-0.190788414,0.182208586,76,-1.541457714,0.7289765881,5094.2491088 +358,-0.261349752,0.209710184,76,-1.541457714,0.7289765881,4815.0715499 +359,-1.029303852,0.083549259,76,-1.541457714,0.7289765881,3131.2459205 +360,-1.268609162,0.330525297,76,-1.541457714,0.7289765881,1826.4036805 +361,1.282982244,-0.926641967,76,-1.541457714,0.7289765881,11294.406007 +362,0.217352334,0.731352408,76,-1.541457714,0.7289765881,4843.0645477 +363,-1.511833084,0.258629297,76,-1.541457714,0.7289765881,1865.8089374 +364,0.338812194,0.823184618,76,-1.541457714,0.7289765881,4872.924501 +365,-0.324406489,1.134201999,76,-1.541457714,0.7289765881,3078.4938827 +366,1.389579348,0.399185724,76,-1.541457714,0.7289765881,7908.9288094 +367,2.047152199,-0.039082036,76,-1.541457714,0.7289765881,9282.6472533 +368,0.947780369,0.568250077,76,-1.541457714,0.7289765881,6782.6241922 +369,0.763824846,0.576754987,76,-1.541457714,0.7289765881,6442.9959683 +370,-0.142334657,0.928153068,76,-1.541457714,0.7289765881,3625.3179193 +371,0.610266567,0.547265983,76,-1.541457714,0.7289765881,6233.5398502 +372,0.210731629,0.746815056,76,-1.541457714,0.7289765881,4789.7275205 +373,-1.34931644,0.316895224,76,-1.541457714,0.7289765881,1756.779941 +374,2.407696481,0.655030745,76,-1.541457714,0.7289765881,6234.1669993 +375,0.64207831,0.545359131,76,-1.541457714,0.7289765881,6305.9070967 +376,1.174597538,0.840588356,76,-1.541457714,0.7289765881,6051.0033262 +377,0.660059424,0.010604079,76,-1.541457714,0.7289765881,7994.6942402 +378,-0.730263819,0.010486456,76,-1.541457714,0.7289765881,4053.1654013 +379,0.831068936,0.512339172,76,-1.541457714,0.7289765881,6780.6561672 +380,1.301180979,0.72367476,76,-1.541457714,0.7289765881,6591.145079 +381,1.811128231,0.322854402,76,-1.541457714,0.7289765881,8206.3540842 +382,0.435105812,0.992284428,76,-1.541457714,0.7289765881,4605.9827327 +383,0.62643634,0.592027932,76,-1.541457714,0.7289765881,6127.9085424 +384,0.492988703,-0.516339467,76,-1.541457714,0.7289765881,8865.4174315 +385,-0.162469483,0.112549365,76,-1.541457714,0.7289765881,5359.1548119 +386,0.314630866,0.472006421,76,-1.541457714,0.7289765881,5761.8042443 +387,0.166744804,0.822815954,76,-1.541457714,0.7289765881,4510.2326206 +388,0.417159608,0.965805736,76,-1.541457714,0.7289765881,4645.9696551 +389,0.106334961,0.868774244,76,-1.541457714,0.7289765881,4276.8875089 +390,0.815086969,-0.338144359,76,-1.541457714,0.7289765881,9398.2641765 +391,0.59867455,-0.230624824,76,-1.541457714,0.7289765881,8498.8074694 +392,1.915104874,0.066220985,76,-1.541457714,0.7289765881,9095.7495672 +393,1.278093622,0.064463721,76,-1.541457714,0.7289765881,9093.6387455 +394,-0.061477853,0.302997961,76,-1.541457714,0.7289765881,5166.4826548 +395,0.251311504,0.626976942,76,-1.541457714,0.7289765881,5188.9863495 +396,2.950242872,0.149095644,76,-1.541457714,0.7289765881,6469.6942964 +397,-0.180294708,0.35375117,76,-1.541457714,0.7289765881,4693.5376161 +398,1.010448592,-0.351180233,76,-1.541457714,0.7289765881,9969.8533055 +399,-1.748740498,0.3686318073,76,-1.541457714,0.7289765881,1586.220836 +400,2.699635665,0.123533791,76,-1.541457714,0.7289765881,7239.127026 +401,0.496808033,0.823843254,76,-1.541457714,0.7289765881,5178.4004515 +402,0.129574704,0.763364087,76,-1.541457714,0.7289765881,4563.3768306 +403,1.798920311,0.817447563,76,-1.541457714,0.7289765881,6278.6552342 +404,0.335987953,0.746786541,76,-1.541457714,0.7289765881,5067.8915227 +405,-1.085413643,0.292154671,76,-1.541457714,0.7289765881,2321.5324532 +406,-0.155321003,0.508207011,76,-1.541457714,0.7289765881,4400.6263694 +407,0.620529244,-0.301175104,76,-1.541457714,0.7289765881,8744.1001127 +408,1.684402744,0.368716966,76,-1.541457714,0.7289765881,8084.9067754 +409,0.300582244,-0.386397212,76,-1.541457714,0.7289765881,8009.491702 +410,2.913555946,-0.009225192,76,-1.541457714,0.7289765881,7003.296529 +411,1.465101417,0.493232532,76,-1.541457714,0.7289765881,7577.5029003 +412,0.090612882,0.907955955,76,-1.541457714,0.7289765881,4161.8782189 +413,2.987564726,-0.729568594,76,-1.541457714,0.7289765881,8506.7732301 +414,-1.484261606,0.224149272,76,-1.541457714,0.7289765881,2009.3382314 +415,0.164073421,0.303955133,76,-1.541457714,0.7289765881,5810.162372 +416,0.141441293,0.167552546,76,-1.541457714,0.7289765881,6107.7628723 +417,2.931321023,-0.506718887,76,-1.541457714,0.7289765881,8196.1544749 +418,2.21951565,0.700596356,76,-1.541457714,0.7289765881,6359.9434668 +419,0.268112576,1.199114336,76,-1.541457714,0.7289765881,3884.0018799 +420,0.978913739,0.359223811,76,-1.541457714,0.7289765881,7569.2446908 +421,1.210898818,0.522863584,76,-1.541457714,0.7289765881,7285.2614428 +422,2.347397336,0.129231362,76,-1.541457714,0.7289765881,8100.6444578 +423,0.614394501,0.556878345,76,-1.541457714,0.7289765881,6212.4150538 +424,-1.398079356,0.148483366,76,-1.541457714,0.7289765881,2353.4384974 +425,2.535303836,-0.112984496,76,-1.541457714,0.7289765881,8365.2177675 +426,-1.019372593,-0.405322349,76,-1.541457714,0.7289765881,4883.7122969 +427,-1.297785627,-0.160104069,76,-1.541457714,0.7289765881,3631.3883885 +428,2.144554488,0.205051084,76,-1.541457714,0.7289765881,8245.9034681 +429,-2.242387083,-0.426171285,76,-1.541457714,0.7289765881,5246.9294091 +430,0.338637212,0.909723676,76,-1.541457714,0.7289765881,4650.5323135 +431,-0.148798452,0.691042401,76,-1.541457714,0.7289765881,4026.1964964 +432,0.893524764,0.441829531,76,-1.541457714,0.7289765881,7132.9475612 +433,0.969229347,-0.368847936,76,-1.541457714,0.7289765881,9907.6843573 +434,0.436043248,0.800045688,76,-1.541457714,0.7289765881,5129.5350675 +435,1.687946607,1.081504775,76,-1.541457714,0.7289765881,5267.0234391 +436,0.522302046,-0.034889271,76,-1.541457714,0.7289765881,7748.7444742 +437,-0.178996113,-0.438090009,76,-1.541457714,0.7289765881,6789.7821773 +438,-1.094339566,0.301444068,76,-1.541457714,0.7289765881,2271.8484546 +439,-1.064070054,0.242569932,76,-1.541457714,0.7289765881,2528.5612804 +440,-1.068153768,0.230387998,76,-1.541457714,0.7289765881,2559.2501855 +441,-3.00496892,-0.23989155,76,-1.541457714,0.7289765881,6541.870509 +442,0.21751974,0.766874888,76,-1.541457714,0.7289765881,4755.8629872 +443,0.117229532,0.007619006,76,-1.541457714,0.7289765881,6461.2854879 +444,0.777758451,0.420554741,76,-1.541457714,0.7289765881,6984.6315146 +445,-0.252356999,0.250747086,76,-1.541457714,0.7289765881,4737.1459049 +446,0.363148444,0.768483434,76,-1.541457714,0.7289765881,5067.7588576 +447,0.903191366,-0.118210676,76,-1.541457714,0.7289765881,9006.4316877 +448,-0.205755923,0.149406178,76,-1.541457714,0.7289765881,5135.1010664 +449,1.811996086,0.02364353,76,-1.541457714,0.7289765881,9367.3292898 +450,-1.100670221,0.314845373,76,-1.541457714,0.7289765881,2214.9993955 +451,0.340078597,0.850105132,76,-1.541457714,0.7289765881,4805.6514239 +452,0.258757267,0.804969236,76,-1.541457714,0.7289765881,4752.3015071 +453,2.78505352,-0.155160804,76,-1.541457714,0.7289765881,7767.1361547 +454,0.800551619,0.105822106,76,-1.541457714,0.7289765881,8055.7186607 +455,0.437940882,-0.506194031,76,-1.541457714,0.7289765881,8683.1671224 +456,2.230431122,0.63458615,76,-1.541457714,0.7289765881,6580.2501967 +457,0.527965361,0.127667701,76,-1.541457714,0.7289765881,7300.6020758 +458,-0.063643205,0.702093448,76,-1.541457714,0.7289765881,4225.0192996 +459,1.408447268,0.133010502,76,-1.541457714,0.7289765881,8959.3957621 +460,0.523795955,0.280266966,76,-1.541457714,0.7289765881,6841.9150915 +461,-0.975769313,0.072177659,76,-1.541457714,0.7289765881,3281.2489315 +462,0.549774164,-0.463663986,76,-1.541457714,0.7289765881,8919.6543234 +463,0.29245874,1.095549818,76,-1.541457714,0.7289765881,4131.8051038 +464,0.143625958,0.816809593,76,-1.541457714,0.7289765881,4472.9358329 +465,0.671902494,0.611159853,76,-1.541457714,0.7289765881,6157.8495035 +466,1.239840988,0.6724199,76,-1.541457714,0.7289765881,6742.8160489 +467,0.607829703,-0.10932137,76,-1.541457714,0.7289765881,8196.1987552 +468,1.763020906,0.263996692,76,-1.541457714,0.7289765881,8465.7792425 +469,0.378714634,0.726066797,76,-1.541457714,0.7289765881,5215.6243821 +470,2.196736143,-0.153862366,76,-1.541457714,0.7289765881,9359.2957608 +471,0.01702415,0.148991565,76,-1.541457714,0.7289765881,5793.4582549 +472,-2.998490902,-0.158002487,76,-1.541457714,0.7289765881,6305.8868632 +473,-3.051262951,-0.346595608,76,-1.541457714,0.7289765881,6952.9744852 +474,-1.069176439,0.182802941,76,-1.541457714,0.7289765881,2714.4568059 +475,0.167157509,0.595344954,76,-1.541457714,0.7289765881,5061.8299298 +476,0.613855648,0.681746124,76,-1.541457714,0.7289765881,5824.4419608 +477,1.037012736,0.682555367,76,-1.541457714,0.7289765881,6496.3537405 +478,-1.253574971,0.379755746,76,-1.541457714,0.7289765881,1682.5260762 +479,3.108590453,-0.132620738,76,-1.541457714,0.7289765881,6754.8591553 +480,0.565301296,0.022333262,76,-1.541457714,0.7289765881,7705.7803456 +481,0.547898238,0.855555614,76,-1.541457714,0.7289765881,5178.2917346 +482,0.948309381,0.417393755,76,-1.541457714,0.7289765881,7313.0997939 +483,-0.050600732,0.945269213,76,-1.541457714,0.7289765881,3796.0955674 +484,-0.977651478,-0.572363064,76,-1.541457714,0.7289765881,5548.6135622 +485,1.102014914,0.728861163,76,-1.541457714,0.7289765881,6400.6696762 +486,2.927300795,-0.282939414,76,-1.541457714,0.7289765881,7675.2448248 +487,-1.154565557,0.124434095,76,-1.541457714,0.7289765881,2752.8600062 +488,1.855331234,0.291044755,76,-1.541457714,0.7289765881,8296.8510857 +489,0.830290659,0.276904518,76,-1.541457714,0.7289765881,7566.7803331 +490,0.485104466,-0.234867441,76,-1.541457714,0.7289765881,8179.273129 +491,0.521367572,-0.33161327,76,-1.541457714,0.7289765881,8528.7668856 +1,-1.539031704,0.7349710123,77,-1.539449415,0.7320555866,11.613220303 +2,-1.536990553,0.7349663874,77,-1.539449415,0.7320555866,13.611613241 +3,-1.534951779,0.7349571355,77,-1.539449415,0.7320555866,17.527655229 +4,-1.532906461,0.7349480293,77,-1.539449415,0.7320555866,22.40293521 +5,-1.531320211,0.7346937278,77,-1.539449415,0.7320555866,26.104560223 +6,-1.539451648,0.7335131775,77,-1.539449415,0.7320555866,5.7735215164 +7,-1.537429487,0.7335445708,77,-1.539449415,0.7320555866,8.3757476774 +8,-1.535484998,0.7335658704,77,-1.539449415,0.7320555866,13.115767339 +9,-1.533488396,0.7336036027,77,-1.539449415,0.7320555866,18.590433697 +10,-1.531497785,0.7335842962,77,-1.539449415,0.7320555866,24.181368678 +11,-1.530259379,0.7334777758,77,-1.539449415,0.7320555866,27.638503012 +12,-1.5335454,0.7322346912,77,-1.539449415,0.7320555866,17.407458849 +13,-1.531489083,0.7322238773,77,-1.539449415,0.7320555866,23.460399218 +14,-1.530011122,0.7321679851,77,-1.539449415,0.7320555866,27.809209723 +15,-1.53348106,0.7306614094,77,-1.539449415,0.7320555866,18.441226756 +16,-1.531441779,0.7306962275,77,-1.539449415,0.7320555866,24.21274989 +17,-1.529755654,0.7306933243,77,-1.539449415,0.7320555866,29.082140448 +18,-1.533415048,0.7291384674,77,-1.539449415,0.7320555866,21.222908591 +19,-1.531392093,0.7291705353,77,-1.539449415,0.7320555866,26.373576416 +20,-1.529296523,0.7291214933,77,-1.539449415,0.7320555866,32.127517557 +21,-1.535280942,0.727267644,77,-1.539449415,0.7320555866,22.608564228 +22,-1.533378158,0.7276139666,77,-1.539449415,0.7320555866,25.114674338 +23,-1.531340368,0.7276446587,77,-1.539449415,0.7320555866,29.635972356 +24,-1.528960113,0.7276398177,77,-1.539449415,0.7320555866,35.563196554 +25,-1.533313146,0.7260818349,77,-1.539449415,0.7320555866,29.807386804 +26,-1.531259555,0.7260958115,77,-1.539449415,0.7320555866,33.802241423 +27,-1.528926415,0.7260865555,77,-1.539449415,0.7320555866,39.055407299 +28,-1.531226779,0.7245511789,77,-1.539449415,0.7320555866,38.397846592 +29,-1.528904772,0.7245519194,77,-1.539449415,0.7320555866,43.069941204 +30,-1.547195875,0.7409785979,77,-1.539449415,0.7320555866,42.022399905 +31,-1.5451475,0.740980426,77,-1.539449415,0.7320555866,39.105911127 +32,-1.543097679,0.7409798872,77,-1.539449415,0.7320555866,36.934586398 +33,-1.540720364,0.7409892687,77,-1.539449415,0.7320555866,35.582290268 +34,-1.547188511,0.7395198392,77,-1.539449415,0.7320555866,37.2897683 +35,-1.545148587,0.7395226109,77,-1.539449415,0.7320555866,33.982773846 +36,-1.543104538,0.7395314908,77,-1.539449415,0.7320555866,31.496952664 +37,-1.540727751,0.7395306258,77,-1.539449415,0.7320555866,29.845602137 +38,-1.547187029,0.7380014886,77,-1.539449415,0.7320555866,32.735033604 +39,-1.545147315,0.7380012252,77,-1.539449415,0.7320555866,28.895214743 +40,-1.54310719,0.7380060743,77,-1.539449415,0.7320555866,25.904645273 +41,-1.540719671,0.7380068206,77,-1.539449415,0.7320555866,23.866490773 +42,-1.547187189,0.7364799098,77,-1.539449415,0.7320555866,28.718466799 +43,-1.545149996,0.7364853874,77,-1.539449415,0.7320555866,24.265742275 +44,-1.543106091,0.7364823484,77,-1.539449415,0.7320555866,20.568343196 +45,-1.540717158,0.7364893901,77,-1.539449415,0.7320555866,17.953522207 +46,-1.538663972,0.7410138672,77,-1.539449415,0.7320555866,35.558517311 +47,-1.53695285,0.7409699132,77,-1.539449415,0.7320555866,36.061586083 +48,-1.534910498,0.7409641297,77,-1.539449415,0.7320555866,37.716611292 +49,-1.533145034,0.7409536636,77,-1.539449415,0.7320555866,39.805201171 +50,-1.538681336,0.7395405883,77,-1.539449415,0.7320555866,29.733745107 +51,-1.536999189,0.7395183096,77,-1.539449415,0.7320555866,30.42278574 +52,-1.534923633,0.7395144222,77,-1.539449415,0.7320555866,32.3955404 +53,-1.533267822,0.7395654306,77,-1.539449415,0.7320555866,34.846710557 +54,-1.53867273,0.7380151077,77,-1.539449415,0.7320555866,23.71572085 +55,-1.536980576,0.7379994392,77,-1.539449415,0.7320555866,24.635837765 +56,-1.534931522,0.7379944961,77,-1.539449415,0.7320555866,27.011188015 +57,-1.533387952,0.7379480264,77,-1.539449415,0.7320555866,29.359475921 +58,-1.538682279,0.7364914363,77,-1.539449415,0.7320555866,17.71459321 +59,-1.536980704,0.7364810563,77,-1.539449415,0.7320555866,18.972777 +60,-1.534935567,0.7364752065,77,-1.539449415,0.7320555866,21.968516659 +61,-1.533042592,0.7363876366,77,-1.539449415,0.7320555866,25.482251588 +62,-1.545143426,0.7349628011,77,-1.539449415,0.7320555866,20.329626853 +63,-1.543105297,0.7349691947,77,-1.539449415,0.7320555866,15.776550551 +64,-1.541064533,0.7349647152,77,-1.539449415,0.7320555866,12.464531721 +65,-1.545411803,0.7334624714,77,-1.539449415,0.7320555866,18.418517867 +66,-1.543446606,0.7334780896,77,-1.539449415,0.7320555866,13.048255856 +67,-1.541475327,0.7334957295,77,-1.539449415,0.7320555866,8.2534838769 +68,-1.545401939,0.731963266,77,-1.539449415,0.7320555866,17.54185221 +69,-1.54342253,0.7319915583,77,-1.539449415,0.7320555866,11.708670935 +70,-1.541455867,0.7320216438,77,-1.539449415,0.7320555866,5.9130252828 +71,-1.545410146,0.7304422281,77,-1.539449415,0.7320555866,18.700041935 +72,-1.543435491,0.7304713664,77,-1.539449415,0.7320555866,13.322509811 +73,-1.541463105,0.7304997613,77,-1.539449415,0.7320555866,8.5571281897 +74,-1.545414768,0.7289194936,77,-1.539449415,0.7320555866,21.542089063 +75,-1.543435774,0.7289538557,77,-1.539449415,0.7320555866,17.007778242 +76,-1.541457714,0.7289765881,77,-1.539449415,0.7320555866,13.558988304 +77,-1.539449415,0.7320555866,77,-1.539449415,0.7320555866,3.0206780481 +78,-1.537429183,0.7321097681,77,-1.539449415,0.7320555866,5.955729404 +79,-1.535472649,0.7321497267,77,-1.539449415,0.7320555866,11.721779832 +80,-1.539457899,0.7305333307,77,-1.539449415,0.7320555866,6.0297076098 +81,-1.537453161,0.7305750503,77,-1.539449415,0.7320555866,8.3082886247 +82,-1.535479385,0.7306124949,77,-1.539449415,0.7320555866,13.025322794 +83,-1.53946905,0.7290102593,77,-1.539449415,0.7320555866,12.062680418 +84,-1.537459922,0.7290417293,77,-1.539449415,0.7320555866,13.302731207 +85,-1.535451349,0.7290890157,77,-1.539449415,0.7320555866,16.649110848 +86,-1.535522937,0.7279887191,77,-1.539449415,0.7320555866,19.844563266 +87,-1.539442524,0.7274735939,77,-1.539449415,0.7320555866,18.149284248 +88,-1.537424111,0.727521351,77,-1.539449415,0.7320555866,18.929203933 +89,-1.539384641,0.7259505092,77,-1.539449415,0.7320555866,24.182968796 +90,-1.537372391,0.7259947145,77,-1.539449415,0.7320555866,24.778845927 +91,-1.535340789,0.7260435356,77,-1.539449415,0.7320555866,26.728462785 +92,-1.539325716,0.7244369706,77,-1.539449415,0.7320555866,30.179553386 +93,-1.537308932,0.7244801057,77,-1.539449415,0.7320555866,30.666399879 +94,-1.535289068,0.7245247645,77,-1.539449415,0.7320555866,32.265419056 +95,-1.533261366,0.7245550236,77,-1.539449415,0.7320555866,34.889531188 +96,-1.539267302,0.722921924,77,-1.539449415,0.7320555866,36.182448569 +97,-1.537248972,0.7229660258,77,-1.539449415,0.7320555866,36.587439385 +98,-1.535219431,0.7229916471,77,-1.539449415,0.7320555866,38.020312463 +99,-1.53318962,0.7230212049,77,-1.539449415,0.7320555866,40.292193829 +100,-1.531154816,0.7230299897,77,-1.539449415,0.7320555866,43.360233552 +101,-1.528878341,0.7230370244,77,-1.539449415,0.7320555866,47.475353884 +102,-1.539218189,0.7214009878,77,-1.539449415,0.7320555866,42.20841592 +103,-1.537198791,0.7214422745,77,-1.539449415,0.7320555866,42.563954735 +104,-1.535179266,0.7214634354,77,-1.539449415,0.7320555866,43.818258173 +105,-1.533156501,0.7214944644,77,-1.539449415,0.7320555866,45.792511798 +106,-1.53113574,0.7215166021,77,-1.539449415,0.7320555866,48.458640468 +107,-1.528874248,0.7215345535,77,-1.539449415,0.7320555866,52.120777322 +108,-1.539217656,0.7198512397,77,-1.539449415,0.7320555866,48.346292781 +109,-1.537199919,0.7199428763,77,-1.539449415,0.7320555866,48.438935703 +110,-1.545425832,0.727397149,77,-1.539449415,0.7320555866,25.53048991 +111,-1.543371177,0.7273916949,77,-1.539449415,0.7320555866,21.802220912 +112,-1.541368852,0.7274523163,77,-1.539449415,0.7320555866,19.093823103 +113,-1.545349067,0.7258710923,77,-1.539449415,0.7320555866,30.064688281 +114,-1.54332671,0.7258603556,77,-1.539449415,0.7320555866,27.081246295 +115,-1.541346831,0.7259242142,77,-1.539449415,0.7320555866,24.924873809 +116,-1.545324355,0.7243383958,77,-1.539449415,0.7320555866,35.157559091 +117,-1.543292796,0.7243617413,77,-1.539449415,0.7320555866,32.524571264 +118,-1.541295822,0.7244024384,77,-1.539449415,0.7320555866,30.801641799 +119,-1.543193859,0.7205570215,77,-1.539449415,0.7320555866,46.876175787 +120,-1.550257047,0.7386738187,77,-1.539449415,0.7320555866,41.170925812 +121,-1.549335448,0.7311736483,77,-1.539449415,0.7320555866,29.346374222 +122,-1.533478843,0.7179891343,77,-1.539449415,0.7320555866,58.461307479 +123,-1.556150555,0.738907041,77,-1.539449415,0.7320555866,56.059398357 +124,-1.554324226,0.733414257,77,-1.539449415,0.7320555866,44.126614953 +125,-1.554290846,0.7288285332,77,-1.539449415,0.7320555866,45.616425854 +126,-1.55122487,0.7219795312,77,-1.539449415,0.7320555866,52.984458197 +127,-1.525104458,0.7229399862,77,-1.539449415,0.7320555866,55.717560481 +128,-1.519607711,0.7236181429,77,-1.539449415,0.7320555866,67.527899959 +129,-1.513899999,0.7251107854,77,-1.539449415,0.7320555866,80.361496025 +130,-1.536620762,0.7431061895,77,-1.539449415,0.7320555866,44.54995082 +131,-1.5369566,0.7460845958,77,-1.539449415,0.7320555866,56.046042671 +132,-1.545345528,0.7447040685,77,-1.539449415,0.7320555866,52.994184335 +133,-1.532813921,0.7432306626,77,-1.539449415,0.7320555866,48.349477745 +134,-1.554788248,0.7382381001,77,-1.539449415,0.7320555866,51.28906708 +135,-1.540348126,0.7301594274,77,-1.539449415,0.7320555866,7.9644898996 +136,-1.538016084,0.7239051786,77,-1.539449415,0.7320555866,32.560781189 +137,-1.525288962,0.7258085137,77,-1.539449415,0.7320555866,48.606089319 +138,-1.534326986,0.731241342,77,-1.539449415,0.7320555866,15.437870881 +139,-1.530733872,0.7303625216,77,-1.539449415,0.7320555866,26.557862941 +141,-1.534354939,0.7328219978,77,-1.539449415,0.7320555866,15.308194871 +142,-1.53157084,0.7292888153,77,-1.539449415,0.7320555866,25.69496002 +143,-1.525691035,0.7263799874,77,-1.539449415,0.7320555866,46.441680133 +144,-1.534031287,0.7495967835,77,-1.539449415,0.7320555866,71.262443132 +145,-1.527714986,0.7283095957,77,-1.539449415,0.7320555866,37.674864399 +146,-1.526189586,0.7271468292,77,-1.539449415,0.7320555866,43.714111119 +147,-1.555177336,0.7375563366,77,-1.539449415,0.7320555866,51.100442053 +148,-1.555080283,0.7312707794,77,-1.539449415,0.7320555866,46.172447299 +149,-1.53856994,0.7224180299,77,-1.539449415,0.7320555866,38.262954594 +150,-1.530837883,0.729933372,77,-1.539449415,0.7320555866,26.750509082 +151,-1.515066984,0.5854133365,77,-1.539449415,0.7320555866,585.82409462 +152,-1.534731633,0.5368370046,77,-1.539449415,0.7320555866,773.40603713 +153,-1.515231902,0.5607085576,77,-1.539449415,0.7320555866,682.98307038 +154,-2.616253799,1.0684566605,77,-1.539449415,0.7320555866,2828.8870941 +155,-1.956071439,0.5792177723,77,-1.539449415,0.7320555866,1434.9299404 +156,-1.951208514,0.5602434208,77,-1.539449415,0.7320555866,1462.4467527 +157,-1.944675062,0.6062144545,77,-1.539449415,0.7320555866,1348.7151626 +158,-1.613778386,0.6077989518,77,-1.539449415,0.7320555866,543.41112034 +159,-2.035029014,0.6021432345,77,-1.539449415,0.7320555866,1616.9779499 +160,-2.114989471,0.6801825058,77,-1.539449415,0.7320555866,1735.9243677 +161,-2.037382079,0.5765830025,77,-1.539449415,0.7320555866,1672.0244404 +162,-2.129855121,0.6585019963,77,-1.539449415,0.7320555866,1807.2236876 +163,-2.075141798,0.6493615843,77,-1.539449415,0.7320555866,1658.7026021 +164,-1.828626729,0.6948433129,77,-1.539449415,0.7320555866,877.08432712 +165,-1.863329418,0.6735427691,77,-1.539449415,0.7320555866,1003.7753577 +166,-1.266037071,0.727988852,77,-1.539449415,0.7320555866,806.03462022 +167,-1.277579582,0.7249010648,77,-1.539449415,0.7320555866,773.52620145 +168,-1.258418684,0.7241194816,77,-1.539449415,0.7320555866,830.29080638 +169,-1.317813974,0.6804850104,77,-1.539449415,0.7320555866,697.65573957 +170,-1.344165204,0.6790988904,77,-1.539449415,0.7320555866,624.50174305 +171,-1.427582102,0.5277120351,77,-1.539449415,0.7320555866,884.38983531 +172,-1.402238616,0.457167829,77,-1.539449415,0.7320555866,1176.9028508 +173,-1.422454264,0.4996161999,77,-1.539449415,0.7320555866,994.53569614 +174,-1.439089277,0.4894859811,77,-1.539449415,0.7320555866,1013.8566495 +175,-1.448126995,0.5182330266,77,-1.539449415,0.7320555866,895.8229339 +176,-1.474626146,0.5881926574,77,-1.539449415,0.7320555866,604.69085391 +177,-1.421139645,0.5584869783,77,-1.539449415,0.7320555866,782.19497238 +178,-1.457037165,0.565943032,77,-1.539449415,0.7320555866,707.19381564 +179,-2.757159358,0.3745319,77,-1.539449415,0.7320555866,4221.2042215 +180,-2.714309238,0.342054471,77,-1.539449415,0.7320555866,4173.3233812 +181,-2.000525337,0.774119946,77,-1.539449415,0.7320555866,1336.9373714 +183,-1.571413436,0.6777838382,77,-1.539449415,0.7320555866,235.59325809 +184,-1.552860289,0.6987663893,77,-1.539449415,0.7320555866,137.81838867 +185,-1.521852374,0.7165827476,77,-1.539449415,0.7320555866,80.505760343 +186,-1.503656267,0.6928968252,77,-1.539449415,0.7320555866,188.58434112 +187,-1.502753178,0.7136205882,77,-1.539449415,0.7320555866,131.19654776 +188,-1.631894563,0.7343596465,77,-1.539449415,0.7320555866,272.18916066 +189,-1.653765416,0.6770714026,77,-1.539449415,0.7320555866,407.80172761 +190,-1.719812114,0.6715965947,77,-1.539449415,0.7320555866,595.29779752 +191,-1.493406659,0.6646955447,77,-1.539449415,0.7320555866,301.1230158 +192,-1.469120564,0.6613469966,77,-1.539449415,0.7320555866,352.1713452 +193,-1.590551461,0.5326612937,77,-1.539449415,0.7320555866,806.35660865 +194,-1.625979264,0.5247742243,77,-1.539449415,0.7320555866,866.17337667 +195,-1.572293943,0.5238808754,77,-1.539449415,0.7320555866,831.21097159 +196,-1.610848725,0.5477107964,77,-1.539449415,0.7320555866,764.36054428 +197,-1.208485554,0.7918526018,77,-1.539449415,0.7320555866,975.05901456 +198,-1.335601374,0.6869083083,77,-1.539449415,0.7320555866,637.58002598 +199,-1.346156996,0.6825213377,77,-1.539449415,0.7320555866,613.61733361 +200,-1.324381037,0.6741422347,77,-1.539449415,0.7320555866,688.38817368 +201,-1.242424992,0.7378949807,77,-1.539449415,0.7320555866,871.64723497 +202,-1.270370057,0.7392461008,77,-1.539449415,0.7320555866,789.62573844 +203,-1.448950472,0.7441675014,77,-1.539449415,0.7320555866,269.43113282 +204,-1.492662363,0.7523026852,77,-1.539449415,0.7320555866,158.37595916 +205,-1.479098966,0.7763855017,77,-1.539449415,0.7320555866,247.30979693 +206,-1.633760714,0.7869022408,77,-1.539449415,0.7320555866,347.12274529 +207,-1.647406434,0.8101289331,77,-1.539449415,0.7320555866,435.25986464 +208,-1.564245052,0.5701509278,77,-1.539449415,0.7320555866,646.01673538 +209,-1.646289963,0.6833746083,77,-1.539449415,0.7320555866,374.80478013 +210,-1.5820631,0.6751952144,77,-1.539449415,0.7320555866,259.37538126 +211,-1.613236298,0.6681681791,77,-1.539449415,0.7320555866,337.54497245 +212,-1.914661867,0.8212566515,77,-1.539449415,0.7320555866,1113.174459 +213,-1.742133237,0.7250275956,77,-1.539449415,0.7320555866,599.21635823 +214,-2.033144872,0.6557314699,77,-1.539449415,0.7320555866,1526.1230759 +215,-2.039551981,0.6964723658,77,-1.539449415,0.7320555866,1496.338872 +216,-1.247341019,0.7622473908,77,-1.539449415,0.7320555866,855.72040904 +217,-1.298239787,0.7084123392,77,-1.539449415,0.7320555866,723.42370277 +218,-1.308539688,0.6926545592,77,-1.539449415,0.7320555866,708.80832154 +219,-1.303263185,0.6888938396,77,-1.539449415,0.7320555866,728.64354818 +220,-1.852400229,0.6004246149,77,-1.539449415,0.7320555866,1102.1005843 +221,-1.288947707,0.7473773692,77,-1.539449415,0.7320555866,734.53862194 +222,-1.372031502,0.7472790993,77,-1.539449415,0.7320555866,493.28119917 +223,-1.289805721,0.7242157877,77,-1.539449415,0.7320555866,737.88122536 +224,-1.350807603,0.7533498126,77,-1.539449415,0.7320555866,556.44667807 +225,-1.329290365,0.7560442322,77,-1.539449415,0.7320555866,619.2161291 +226,-1.410153004,0.616936428,77,-1.539449415,0.7320555866,606.06683167 +227,-1.393445434,0.6308995063,77,-1.539449415,0.7320555866,601.3524882 +228,-1.37595573,0.6241540638,77,-1.539449415,0.7320555866,660.35025729 +229,-1.358388707,0.6172645205,77,-1.539449415,0.7320555866,720.46338716 +230,-1.753741133,0.8281661666,77,-1.539449415,0.7320555866,712.16719843 +231,-1.47430987,0.6834615681,77,-1.539449415,0.7320555866,274.68803799 +232,-1.421012508,0.7222725206,77,-1.539449415,0.7320555866,352.50949838 +233,-1.4476833,0.6978557868,77,-1.539449415,0.7320555866,306.00867241 +234,-1.470370723,0.6966193374,77,-1.539449415,0.7320555866,249.83265566 +235,-1.429211703,0.7037216883,77,-1.539449415,0.7320555866,347.4037828 +236,-1.700578405,0.6178673663,77,-1.539449415,0.7320555866,672.21001793 +237,-1.678117619,0.6331716163,77,-1.539449415,0.7320555866,578.3530574 +238,-1.725644578,0.6316331145,77,-1.539449415,0.7320555866,696.36040223 +239,-2.14012759,0.7930497945,77,-1.539449415,0.7320555866,1723.8643838 +240,-2.103289431,0.7653606263,77,-1.539449415,0.7320555866,1630.9727469 +241,-1.318739838,0.7017808746,77,-1.539449415,0.7320555866,669.19559795 +242,-1.396417427,0.7077900843,77,-1.539449415,0.7320555866,436.48555055 +243,-1.35650337,0.7185539404,77,-1.539449415,0.7320555866,544.53847174 +244,-1.248884539,0.7274156818,77,-1.539449415,0.7320555866,856.69218795 +245,-1.395014798,0.5761185243,77,-1.539449415,0.7320555866,765.74278411 +246,-1.433377362,0.6064716109,77,-1.539449415,0.7320555866,596.30121245 +247,-1.408172432,0.5903155476,77,-1.539449415,0.7320555866,694.80561056 +248,-1.749645898,0.7757118084,77,-1.539449415,0.7320555866,630.46440383 +249,-1.571626686,0.615046989,77,-1.539449415,0.7320555866,474.02128005 +250,-1.514070049,0.6303003037,77,-1.539449415,0.7320555866,410.52918295 +251,-1.480890369,0.6237966528,77,-1.539449415,0.7320555866,465.21204436 +252,-1.704390658,0.5281680612,77,-1.539449415,0.7320555866,963.3937985 +253,-1.64434733,0.5254277498,77,-1.539449415,0.7320555866,884.14523323 +254,-1.703855997,0.4792484842,77,-1.539449415,0.7320555866,1133.7674716 +255,-1.692002383,0.5748825051,77,-1.539449415,0.7320555866,785.04183762 +256,-1.854136457,0.5544643913,77,-1.539449415,0.7320555866,1216.3659035 +257,-1.665021206,0.520317736,77,-1.539449415,0.7320555866,929.62070207 +258,-1.733654349,0.4845187345,77,-1.539449415,0.7320555866,1163.8033903 +259,-1.720938188,0.5135933906,77,-1.539449415,0.7320555866,1042.0869974 +260,-1.742668307,0.553296122,77,-1.539449415,0.7320555866,955.54680774 +261,-1.965659039,0.7142126903,77,-1.539449415,0.7320555866,1263.4037741 +262,-1.944438071,0.6772834804,77,-1.539449415,0.7320555866,1237.2394647 +263,-1.270340967,0.7681487096,77,-1.539449415,0.7320555866,791.62743387 +264,-1.353091884,0.6549276821,77,-1.539449415,0.7320555866,643.97068753 +265,-1.333236659,0.6413584414,77,-1.539449415,0.7320555866,725.7220739 +266,-1.352015998,0.6753788907,77,-1.539449415,0.7320555866,608.40168141 +267,-1.377988483,0.6577816235,77,-1.539449415,0.7320555866,572.11179962 +268,-2.13075611,0.8318642051,77,-1.539449415,0.7320555866,1693.6773195 +269,-2.097910953,0.8259670014,77,-1.539449415,0.7320555866,1605.2980473 +270,-1.416382069,0.6694271549,77,-1.539449415,0.7320555866,447.39050515 +271,-1.538905672,0.7535625993,77,-1.539449415,0.7320555866,85.204045277 +272,-1.572309477,0.7803125099,77,-1.539449415,0.7320555866,213.29601975 +273,-1.87759879,0.7503853417,77,-1.539449415,0.7320555866,988.4723456 +274,1.152365588,0.590457682,77,-1.539449415,0.7320555866,6956.0910951 +275,0.350198001,0.718001859,77,-1.539449415,0.7320555866,5163.1544908 +276,0.046513677,0.491503852,77,-1.539449415,0.7320555866,4992.1467482 +277,0.027510309,0.742571376,77,-1.539449415,0.7320555866,4355.0195757 +278,0.306285725,-0.214631579,77,-1.539449415,0.7320555866,7594.6335393 +279,-1.100564889,0.318051531,77,-1.539449415,0.7320555866,2208.4107314 +280,-1.078582306,0.301437596,77,-1.539449415,0.7320555866,2310.778794 +281,-1.137371989,-0.617634065,77,-1.539449415,0.7320555866,5541.447958 +282,0.784356344,0.703272339,77,-1.539449415,0.7320555866,6046.3515609 +283,-1.221209947,0.218327455,77,-1.539449415,0.7320555866,2311.835559 +284,2.347301921,-0.449114658,77,-1.539449415,0.7320555866,9782.6067611 +285,0.246820618,0.830553713,77,-1.539449415,0.7320555866,4651.2648691 +286,0.829414965,0.703288228,77,-1.539449415,0.7320555866,6118.6370608 +287,-1.337537566,0.42332223,77,-1.539449415,0.7320555866,1391.3094662 +288,0.882453706,0.454478077,77,-1.539449415,0.7320555866,7056.5071002 +289,1.575629659,0.416419109,77,-1.539449415,0.7320555866,7893.7020802 +290,-1.039455679,0.229888244,77,-1.539449415,0.7320555866,2627.8453865 +291,0.489558039,0.934482747,77,-1.539449415,0.7320555866,4839.0408433 +292,0.081344504,0.88384514,77,-1.539449415,0.7320555866,4178.8846258 +293,-1.547979814,0.300350308,77,-1.539449415,0.7320555866,1710.2293094 +294,0.040776181,0.168560074,77,-1.539449415,0.7320555866,5804.3797751 +295,-1.130374745,0.563894876,77,-1.539449415,0.7320555866,1446.8693845 +296,1.578326642,0.478507176,77,-1.539449415,0.7320555866,7648.016855 +297,-1.12861823,-0.291640865,77,-1.539449415,0.7320555866,4324.4187147 +298,0.310524208,0.770885792,77,-1.539449415,0.7320555866,4937.1393099 +299,0.415649091,-0.387246002,77,-1.539449415,0.7320555866,8344.6747455 +300,-0.926533878,-0.188022748,77,-1.539449415,0.7320555866,4271.4792978 +301,1.258856172,-0.11716081,77,-1.539449415,0.7320555866,9726.2732776 +302,-1.126050026,0.322941926,77,-1.539449415,0.7320555866,2136.2682441 +303,2.002785835,0.07893892,77,-1.539449415,0.7320555866,8921.8622733 +304,0.440437607,0.746258085,77,-1.539449415,0.7320555866,5276.0281252 +305,-0.030391866,0.214441206,77,-1.539449415,0.7320555866,5476.5179369 +306,0.521557815,-0.058929362,77,-1.539449415,0.7320555866,7804.3043962 +307,-0.097005111,0.13317729,77,-1.539449415,0.7320555866,5492.4845206 +308,1.83113859,0.221857587,77,-1.539449415,0.7320555866,8574.1569409 +309,0.222428864,0.099404236,77,-1.539449415,0.7320555866,6516.2360307 +310,-1.702731345,0.8728568183,77,-1.539449415,0.7320555866,715.13650131 +311,-0.418507569,0.278324921,77,-1.539449415,0.7320555866,4172.4941988 +312,-1.41153306,0.339029988,77,-1.539449415,0.7320555866,1615.0168181 +313,0.357560442,0.114788776,77,-1.539449415,0.7320555866,6859.3535083 +314,0.325818979,0.268352149,77,-1.539449415,0.7320555866,6344.454278 +315,-1.246004659,-0.663679965,77,-1.539449415,0.7320555866,5629.0408817 +316,1.814603087,0.637404484,77,-1.539449415,0.7320555866,6965.1566073 +317,1.843704281,-0.18300445,77,-1.539449415,0.7320555866,10112.876212 +318,1.690644492,-0.211480909,77,-1.539449415,0.7320555866,10359.298058 +319,-1.275451936,0.068109467,77,-1.539449415,0.7320555866,2791.0039595 +320,0.762430171,-0.207594741,77,-1.539449415,0.7320555866,8889.6208478 +321,0.265668905,-0.014647884,77,-1.539449415,0.7320555866,6948.7614965 +322,-2.773032013,-0.335515811,77,-1.539449415,0.7320555866,6173.2157988 +323,-1.469512853,0.174058777,77,-1.539449415,0.7320555866,2223.5859123 +324,0.286276986,0.785925691,77,-1.539449415,0.7320555866,4846.45043 +325,-1.379324697,0.377432233,77,-1.539449415,0.7320555866,1502.3231613 +326,-1.203778265,0.212813032,77,-1.539449415,0.7320555866,2360.5288199 +327,0.579916301,0.611743168,77,-1.539449415,0.7320555866,5958.9925733 +328,0.267582642,0.868113908,77,-1.539449415,0.7320555866,4602.4466086 +329,0.412869244,-0.050245578,77,-1.539449415,0.7320555866,7471.0834498 +330,0.17524381,0.976660285,77,-1.539449415,0.7320555866,4174.6571099 +331,0.743157214,0.204812899,77,-1.539449415,0.7320555866,7595.0467685 +332,-1.070758176,0.269382282,77,-1.539449415,0.7320555866,2430.7209515 +333,-1.230364251,0.329790229,77,-1.539449415,0.7320555866,1902.7043615 +334,-1.374813124,-0.024926835,77,-1.539449415,0.7320555866,3055.9604804 +335,0.519780566,0.463669906,77,-1.539449415,0.7320555866,6274.3783961 +336,-1.55108034,0.239698561,77,-1.539449415,0.7320555866,1950.6356528 +337,0.180294813,0.029739425,77,-1.539449415,0.7320555866,6580.706308 +338,0.67820924,0.268170153,77,-1.539449415,0.7320555866,7243.8810696 +339,0.445798684,1.024001867,77,-1.539449415,0.7320555866,4525.9360572 +340,0.691751283,0.150521402,77,-1.539449415,0.7320555866,7642.0147247 +341,-1.036643551,-0.903056181,77,-1.539449415,0.7320555866,6703.4771122 +342,-0.120287036,1.083325163,77,-1.539449415,0.7320555866,3454.6434075 +343,2.823513113,-0.304487164,77,-1.539449415,0.7320555866,8041.2201373 +344,0.457583172,1.12513373,77,-1.539449415,0.7320555866,4281.353346 +345,0.042918831,0.813795399,77,-1.539449415,0.7320555866,4239.0640193 +346,1.196146777,-0.853142756,77,-1.539449415,0.7320555866,11223.517456 +347,0.206001358,-0.010430701,77,-1.539449415,0.7320555866,6763.1488713 +348,-0.268308653,0.234799412,77,-1.539449415,0.7320555866,4724.7573675 +349,0.759363263,0.736189579,77,-1.539449415,0.7320555866,5896.521699 +350,0.181363926,0.891988372,77,-1.539449415,0.7320555866,4371.1432545 +351,-0.021111158,0.139103292,77,-1.539449415,0.7320555866,5700.3353356 +352,-0.093355215,0.630686981,77,-1.539449415,0.7320555866,4288.9069825 +353,0.40118964,0.681375926,77,-1.539449415,0.7320555866,5375.0676401 +354,-0.721197315,1.304706234,77,-1.539449415,0.7320555866,2687.2375497 +355,-1.076150317,0.212107639,77,-1.539449415,0.7320555866,2606.4935806 +356,-1.577164531,0.273993443,77,-1.539449415,0.7320555866,1818.9399662 +357,-0.190788414,0.182208586,77,-1.539449415,0.7320555866,5088.4382769 +358,-0.261349752,0.209710184,77,-1.539449415,0.7320555866,4809.5746047 +359,-1.029303852,0.083549259,77,-1.539449415,0.7320555866,3136.064196 +360,-1.268609162,0.330525297,77,-1.539449415,0.7320555866,1833.0490817 +361,1.282982244,-0.926641967,77,-1.539449415,0.7320555866,11299.691048 +362,0.217352334,0.731352408,77,-1.539449415,0.7320555866,4830.7962659 +363,-1.511833084,0.258629297,77,-1.539449415,0.7320555866,1877.6221311 +364,0.338812194,0.823184618,77,-1.539449415,0.7320555866,4859.99553 +365,-0.324406489,1.134201999,77,-1.539449415,0.7320555866,3065.0869336 +366,1.389579348,0.399185724,77,-1.539449415,0.7320555866,7895.7530444 +367,2.047152199,-0.039082036,77,-1.539449415,0.7320555866,9276.4688484 +368,0.947780369,0.568250077,77,-1.539449415,0.7320555866,6769.1219812 +369,0.763824846,0.576754987,77,-1.539449415,0.7320555866,6429.7670326 +370,-0.142334657,0.928153068,77,-1.539449415,0.7320555866,3612.7736475 +371,0.610266567,0.547265983,77,-1.539449415,0.7320555866,6220.7726452 +372,0.210731629,0.746815056,77,-1.539449415,0.7320555866,4777.4041806 +373,-1.34931644,0.316895224,77,-1.539449415,0.7320555866,1765.3628132 +374,2.407696481,0.655030745,77,-1.539449415,0.7320555866,6227.5595426 +375,0.64207831,0.545359131,77,-1.539449415,0.7320555866,6293.0501618 +376,1.174597538,0.840588356,77,-1.539449415,0.7320555866,6037.6452399 +377,0.660059424,0.010604079,77,-1.539449415,0.7320555866,7983.9671634 +378,-0.730263819,0.010486456,77,-1.539449415,0.7320555866,4054.596865 +379,0.831068936,0.512339172,77,-1.539449415,0.7320555866,6767.38742 +380,1.301180979,0.72367476,77,-1.539449415,0.7320555866,6577.9370174 +381,1.811128231,0.322854402,77,-1.539449415,0.7320555866,8195.805891 +382,0.435105812,0.992284428,77,-1.539449415,0.7320555866,4592.5340705 +383,0.62643634,0.592027932,77,-1.539449415,0.7320555866,6114.9753453 +384,0.492988703,-0.516339467,77,-1.539449415,0.7320555866,8861.2371664 +385,-0.162469483,0.112549365,77,-1.539449415,0.7320555866,5353.7778025 +386,0.314630866,0.472006421,77,-1.539449415,0.7320555866,5750.4977387 +387,0.166744804,0.822815954,77,-1.539449415,0.7320555866,4497.6646822 +388,0.417159608,0.965805736,77,-1.539449415,0.7320555866,4632.5762051 +389,0.106334961,0.868774244,77,-1.539449415,0.7320555866,4264.2326971 +390,0.815086969,-0.338144359,77,-1.539449415,0.7320555866,9389.1193263 +391,0.59867455,-0.230624824,77,-1.539449415,0.7320555866,8490.4144919 +392,1.915104874,0.066220985,77,-1.539449415,0.7320555866,9087.0721783 +393,1.278093622,0.064463721,77,-1.539449415,0.7320555866,9080.081477 +394,-0.061477853,0.302997961,77,-1.539449415,0.7320555866,5158.5718 +395,0.251311504,0.626976942,77,-1.539449415,0.7320555866,5177.1254177 +396,2.950242872,0.149095644,77,-1.539449415,0.7320555866,6472.2964867 +397,-0.180294708,0.35375117,77,-1.539449415,0.7320555866,4685.9942794 +398,1.010448592,-0.351180233,77,-1.539449415,0.7320555866,9959.0660518 +399,-1.748740498,0.3686318073,77,-1.539449415,0.7320555866,1599.7528624 +400,2.699635665,0.123533791,77,-1.539449415,0.7320555866,7239.5849564 +401,0.496808033,0.823843254,77,-1.539449415,0.7320555866,5165.1916178 +402,0.129574704,0.763364087,77,-1.539449415,0.7320555866,4551.1942037 +403,1.798920311,0.817447563,77,-1.539449415,0.7320555866,6267.3665267 +404,0.335987953,0.746786541,77,-1.539449415,0.7320555866,5055.2381571 +405,-1.085413643,0.292154671,77,-1.539449415,0.7320555866,2324.9471706 +406,-0.155321003,0.508207011,77,-1.539449415,0.7320555866,4391.4761054 +407,0.620529244,-0.301175104,77,-1.539449415,0.7320555866,8736.2312785 +408,1.684402744,0.368716966,77,-1.539449415,0.7320555866,8073.272329 +409,0.300582244,-0.386397212,77,-1.539449415,0.7320555866,8005.1833781 +410,2.913555946,-0.009225192,77,-1.539449415,0.7320555866,7007.1033898 +411,1.465101417,0.493232532,77,-1.539449415,0.7320555866,7564.6544263 +412,0.090612882,0.907955955,77,-1.539449415,0.7320555866,4149.073485 +413,2.987564726,-0.729568594,77,-1.539449415,0.7320555866,8517.8604224 +414,-1.484261606,0.224149272,77,-1.539449415,0.7320555866,2020.7906843 +415,0.164073421,0.303955133,77,-1.539449415,0.7320555866,5800.753406 +416,0.141441293,0.167552546,77,-1.539449415,0.7320555866,6099.5486643 +417,2.931321023,-0.506718887,77,-1.539449415,0.7320555866,8204.9767009 +418,2.21951565,0.700596356,77,-1.539449415,0.7320555866,6351.6393717 +419,0.268112576,1.199114336,77,-1.539449415,0.7320555866,3870.4440214 +420,0.978913739,0.359223811,77,-1.539449415,0.7320555866,7555.8689624 +421,1.210898818,0.522863584,77,-1.539449415,0.7320555866,7271.7750807 +422,2.347397336,0.129231362,77,-1.539449415,0.7320555866,8097.152789 +423,0.614394501,0.556878345,77,-1.539449415,0.7320555866,6199.6084675 +424,-1.398079356,0.148483366,77,-1.539449415,0.7320555866,2363.7640565 +425,2.535303836,-0.112984496,77,-1.539449415,0.7320555866,8366.3275091 +426,-1.019372593,-0.405322349,77,-1.539449415,0.7320555866,4891.5076267 +427,-1.297785627,-0.160104069,77,-1.539449415,0.7320555866,3641.2585533 +428,2.144554488,0.205051084,77,-1.539449415,0.7320555866,8239.4063939 +429,-2.242387083,-0.426171285,77,-1.539449415,0.7320555866,5260.2215282 +430,0.338637212,0.909723676,77,-1.539449415,0.7320555866,4637.3472963 +431,-0.148798452,0.691042401,77,-1.539449415,0.7320555866,4015.4084207 +432,0.893524764,0.441829531,77,-1.539449415,0.7320555866,7119.6464385 +433,0.969229347,-0.368847936,77,-1.539449415,0.7320555866,9897.4679582 +434,0.436043248,0.800045688,77,-1.539449415,0.7320555866,5116.4893236 +435,1.687946607,1.081504775,77,-1.539449415,0.7320555866,5255.0869948 +436,0.522302046,-0.034889271,77,-1.539449415,0.7320555866,7739.3127401 +437,-0.178996113,-0.438090009,77,-1.539449415,0.7320555866,6789.9201558 +438,-1.094339566,0.301444068,77,-1.539449415,0.7320555866,2275.296318 +439,-1.064070054,0.242569932,77,-1.539449415,0.7320555866,2532.2519222 +440,-1.068153768,0.230387998,77,-1.539449415,0.7320555866,2563.1619566 +441,-3.00496892,-0.23989155,77,-1.539449415,0.7320555866,6550.6195443 +442,0.21751974,0.766874888,77,-1.539449415,0.7320555866,4743.4282374 +443,0.117229532,0.007619006,77,-1.539449415,0.7320555866,6454.5957526 +444,0.777758451,0.420554741,77,-1.539449415,0.7320555866,6971.6707471 +445,-0.252356999,0.250747086,77,-1.539449415,0.7320555866,4731.1619115 +446,0.363148444,0.768483434,77,-1.539449415,0.7320555866,5054.9622096 +447,0.903191366,-0.118210676,77,-1.539449415,0.7320555866,8994.7789579 +448,-0.205755923,0.149406178,77,-1.539449415,0.7320555866,5129.7329681 +449,1.811996086,0.02364353,77,-1.539449415,0.7320555866,9357.4545147 +450,-1.100670221,0.314845373,77,-1.539449415,0.7320555866,2218.3710505 +451,0.340078597,0.850105132,77,-1.539449415,0.7320555866,4792.6347682 +452,0.258757267,0.804969236,77,-1.539449415,0.7320555866,4739.6050867 +453,2.78505352,-0.155160804,77,-1.539449415,0.7320555866,7771.2365115 +454,0.800551619,0.105822106,77,-1.539449415,0.7320555866,8043.6315332 +455,0.437940882,-0.506194031,77,-1.539449415,0.7320555866,8679.2642811 +456,2.230431122,0.63458615,77,-1.539449415,0.7320555866,6572.3435074 +457,0.527965361,0.127667701,77,-1.539449415,0.7320555866,7290.0432567 +458,-0.063643205,0.702093448,77,-1.539449415,0.7320555866,4213.8327494 +459,1.408447268,0.133010502,77,-1.539449415,0.7320555866,8946.1171011 +460,0.523795955,0.280266966,77,-1.539449415,0.7320555866,6830.5471456 +461,-0.975769313,0.072177659,77,-1.539449415,0.7320555866,3285.3712376 +462,0.549774164,-0.463663986,77,-1.539449415,0.7320555866,8914.3143365 +463,0.29245874,1.095549818,77,-1.539449415,0.7320555866,4118.2954002 +464,0.143625958,0.816809593,77,-1.539449415,0.7320555866,4460.4481707 +465,0.671902494,0.611159853,77,-1.539449415,0.7320555866,6144.7588304 +466,1.239840988,0.6724199,77,-1.539449415,0.7320555866,6729.451612 +467,0.607829703,-0.10932137,77,-1.539449415,0.7320555866,8186.6874843 +468,1.763020906,0.263996692,77,-1.539449415,0.7320555866,8454.8837042 +469,0.378714634,0.726066797,77,-1.539449415,0.7320555866,5202.9391187 +470,2.196736143,-0.153862366,77,-1.539449415,0.7320555866,9356.4775977 +471,0.01702415,0.148991565,77,-1.539449415,0.7320555866,5786.3157097 +472,-2.998490902,-0.158002487,77,-1.539449415,0.7320555866,6314.0365035 +473,-3.051262951,-0.346595608,77,-1.539449415,0.7320555866,6962.2411552 +474,-1.069176439,0.182802941,77,-1.539449415,0.7320555866,2718.930304 +475,0.167157509,0.595344954,77,-1.539449415,0.7320555866,5050.4684571 +476,0.613855648,0.681746124,77,-1.539449415,0.7320555866,5811.328843 +477,1.037012736,0.682555367,77,-1.539449415,0.7320555866,6482.7984561 +478,-1.253574971,0.379755746,77,-1.539449415,0.7320555866,1688.1580841 +479,3.108590453,-0.132620738,77,-1.539449415,0.7320555866,6761.4714349 +480,0.565301296,0.022333262,77,-1.539449415,0.7320555866,7695.63503 +481,0.547898238,0.855555614,77,-1.539449415,0.7320555866,5164.9505979 +482,0.948309381,0.417393755,77,-1.539449415,0.7320555866,7299.7194981 +483,-0.050600732,0.945269213,77,-1.539449415,0.7320555866,3783.326481 +484,-0.977651478,-0.572363064,77,-1.539449415,0.7320555866,5556.7780235 +485,1.102014914,0.728861163,77,-1.539449415,0.7320555866,6387.1617056 +486,2.927300795,-0.282939414,77,-1.539449415,0.7320555866,7681.8498846 +487,-1.154565557,0.124434095,77,-1.539449415,0.7320555866,2759.3198656 +488,1.855331234,0.291044755,77,-1.539449415,0.7320555866,8286.7829822 +489,0.830290659,0.276904518,77,-1.539449415,0.7320555866,7553.9875713 +490,0.485104466,-0.234867441,77,-1.539449415,0.7320555866,8171.8491819 +491,0.521367572,-0.33161327,77,-1.539449415,0.7320555866,8522.0520509 +1,-1.539031704,0.7349710123,78,-1.537429183,0.7321097681,12.275066758 +2,-1.536990553,0.7349663874,78,-1.537429183,0.7321097681,11.388430792 +3,-1.534951779,0.7349571355,78,-1.537429183,0.7321097681,13.428905968 +4,-1.532906461,0.7349480293,78,-1.537429183,0.7321097681,17.420424211 +5,-1.531320211,0.7346937278,78,-1.537429183,0.7321097681,20.685954919 +6,-1.539451648,0.7335131775,78,-1.537429183,0.7321097681,8.1460352582 +7,-1.537429487,0.7335445708,78,-1.537429183,0.7321097681,5.6832536241 +8,-1.535484998,0.7335658704,78,-1.537429183,0.7321097681,8.1258105377 +9,-1.533488396,0.7336036027,78,-1.537429183,0.7321097681,13.023737445 +10,-1.531497785,0.7335842962,78,-1.537429183,0.7321097681,18.413479725 +11,-1.530259379,0.7334777758,78,-1.537429183,0.7321097681,21.794004348 +12,-1.5335454,0.7322346912,78,-1.537429183,0.7321097681,11.451893563 +13,-1.531489083,0.7322238773,78,-1.537429183,0.7321097681,17.504796748 +14,-1.530011122,0.7321679851,78,-1.537429183,0.7321097681,21.854647826 +15,-1.53348106,0.7306614094,78,-1.537429183,0.7321097681,12.976048253 +16,-1.531441779,0.7306962275,78,-1.537429183,0.7321097681,18.517189541 +17,-1.529755654,0.7306933243,78,-1.537429183,0.7321097681,23.306390881 +18,-1.533415048,0.7291384674,78,-1.537429183,0.7321097681,16.695540186 +19,-1.531392093,0.7291705353,78,-1.537429183,0.7321097681,21.276871485 +20,-1.529296523,0.7291214933,78,-1.537429183,0.7321097681,26.752374694 +21,-1.535280942,0.727267644,78,-1.537429183,0.7321097681,20.201170229 +22,-1.533378158,0.7276139666,78,-1.537429183,0.7321097681,21.450597941 +23,-1.531340368,0.7276446587,78,-1.537429183,0.7321097681,25.216370365 +24,-1.528960113,0.7276398177,78,-1.537429183,0.7321097681,30.634933003 +25,-1.533313146,0.7260818349,78,-1.537429183,0.7321097681,26.794225953 +26,-1.531259555,0.7260958115,78,-1.537429183,0.7321097681,29.993404034 +27,-1.528926415,0.7260865555,78,-1.537429183,0.7321097681,34.642071811 +28,-1.531226779,0.7245511789,78,-1.537429183,0.7321097681,35.107383065 +29,-1.528904772,0.7245519194,78,-1.537429183,0.7321097681,39.129977467 +30,-1.547195875,0.7409785979,78,-1.537429183,0.7321097681,45.335991827 +31,-1.5451475,0.740980426,78,-1.537429183,0.7321097681,41.803026674 +32,-1.543097679,0.7409798872,78,-1.537429183,0.7321097681,38.872682783 +33,-1.540720364,0.7409892687,78,-1.537429183,0.7321097681,36.473392177 +34,-1.547188511,0.7395198392,78,-1.537429183,0.7321097681,41.01981876 +35,-1.545148587,0.7395226109,78,-1.537429183,0.7321097681,37.092803934 +36,-1.543104538,0.7395314908,78,-1.537429183,0.7321097681,33.791939468 +37,-1.540727751,0.7395306258,78,-1.537429183,0.7321097681,30.948532873 +38,-1.547187029,0.7380014886,78,-1.537429183,0.7321097681,36.96798118 +39,-1.545147315,0.7380012252,78,-1.537429183,0.7321097681,32.539916483 +40,-1.54310719,0.7380060743,78,-1.537429183,0.7321097681,28.701901291 +41,-1.540719671,0.7380068206,78,-1.537429183,0.7321097681,25.280039984 +42,-1.547187189,0.7364799098,78,-1.537429183,0.7321097681,33.508403719 +43,-1.545149996,0.7364853874,78,-1.537429183,0.7321097681,28.561012644 +44,-1.543106091,0.7364823484,78,-1.537429183,0.7321097681,24.053740477 +45,-1.540717158,0.7364893901,78,-1.537429183,0.7321097681,19.85954594 +46,-1.538663972,0.7410138672,78,-1.537429183,0.7321097681,35.45474623 +47,-1.53695285,0.7409699132,78,-1.537429183,0.7321097681,35.122855736 +48,-1.534910498,0.7409641297,78,-1.537429183,0.7321097681,35.842344225 +49,-1.533145034,0.7409536636,78,-1.537429183,0.7321097681,37.217950315 +50,-1.538681336,0.7395405883,78,-1.537429183,0.7321097681,29.662208943 +51,-1.536999189,0.7395183096,78,-1.537429183,0.7321097681,29.372380317 +52,-1.534923633,0.7395144222,78,-1.537429183,0.7321097681,30.238419847 +53,-1.533267822,0.7395654306,78,-1.537429183,0.7321097681,31.959659618 +54,-1.53867273,0.7380151077,78,-1.537429183,0.7321097681,23.674701928 +55,-1.536980576,0.7379994392,78,-1.537429183,0.7321097681,23.36619513 +56,-1.534931522,0.7379944961,78,-1.537429183,0.7321097681,24.437376185 +57,-1.533387952,0.7379480264,78,-1.537429183,0.7321097681,25.995798418 +58,-1.538682279,0.7364914363,78,-1.537429183,0.7321097681,17.742553288 +59,-1.536980704,0.7364810563,78,-1.537429183,0.7321097681,17.364812713 +60,-1.534935567,0.7364752065,78,-1.537429183,0.7321097681,18.781707919 +61,-1.533042592,0.7363876366,78,-1.537429183,0.7321097681,21.29519109 +62,-1.545143426,0.7349628011,78,-1.537429183,0.7321097681,25.355091565 +63,-1.543105297,0.7349691947,78,-1.537429183,0.7321097681,20.179029649 +64,-1.541064533,0.7349647152,78,-1.537429183,0.7321097681,15.565641126 +65,-1.545411803,0.7334624714,78,-1.537429183,0.7321097681,24.105925781 +66,-1.543446606,0.7334780896,78,-1.537429183,0.7321097681,18.527238597 +67,-1.541475327,0.7334957295,78,-1.537429183,0.7321097681,13.116824376 +68,-1.545401939,0.731963266,78,-1.537429183,0.7321097681,23.496872563 +69,-1.54342253,0.7319915583,78,-1.537429183,0.7321097681,17.663870541 +70,-1.541455867,0.7320216438,78,-1.537429183,0.7321097681,11.868436334 +71,-1.545410146,0.7304422281,78,-1.537429183,0.7321097681,24.439430558 +72,-1.543435491,0.7304713664,78,-1.537429183,0.7321097681,18.859664061 +73,-1.541463105,0.7304997613,78,-1.537429183,0.7321097681,13.494688221 +74,-1.545414768,0.7289194936,78,-1.537429183,0.7321097681,26.734642715 +75,-1.543435774,0.7289538557,78,-1.537429183,0.7321097681,21.686185952 +76,-1.541457714,0.7289765881,78,-1.537429183,0.7321097681,17.183517965 +77,-1.539449415,0.7320555866,78,-1.537429183,0.7321097681,5.955729404 +78,-1.537429183,0.7321097681,78,-1.537429183,0.7321097681,2.9806848693 +79,-1.535472649,0.7321497267,78,-1.537429183,0.7321097681,5.7661276504 +80,-1.539457899,0.7305333307,78,-1.537429183,0.7321097681,8.6465335962 +81,-1.537453161,0.7305750503,78,-1.537429183,0.7321097681,6.0794280025 +82,-1.535479385,0.7306124949,78,-1.537429183,0.7321097681,8.2591507427 +83,-1.53946905,0.7290102593,78,-1.537429183,0.7321097681,13.672740453 +84,-1.537459922,0.7290417293,78,-1.537429183,0.7321097681,12.152839698 +85,-1.535451349,0.7290890157,78,-1.537429183,0.7321097681,13.312016726 +86,-1.535522937,0.7279887191,78,-1.537429183,0.7321097681,17.26588802 +87,-1.539442524,0.7274735939,78,-1.537429183,0.7321097681,19.301821472 +88,-1.537424111,0.727521351,78,-1.537429183,0.7321097681,18.174725992 +89,-1.539384641,0.7259505092,78,-1.537429183,0.7321097681,25.071421449 +90,-1.537372391,0.7259947145,78,-1.537429183,0.7321097681,24.222308148 +91,-1.535340789,0.7260435356,78,-1.537429183,0.7321097681,24.807679549 +92,-1.539325716,0.7244369706,78,-1.537429183,0.7321097681,30.90474299 +93,-1.537308932,0.7244801057,78,-1.537429183,0.7321097681,30.223183015 +94,-1.535289068,0.7245247645,78,-1.537429183,0.7321097681,30.703026828 +95,-1.533261366,0.7245550236,78,-1.537429183,0.7321097681,32.361266942 +96,-1.539267302,0.722921924,78,-1.537429183,0.7321097681,36.797008496 +97,-1.537248972,0.7229660258,78,-1.537429183,0.7321097681,36.22228593 +98,-1.535219431,0.7229916471,78,-1.537429183,0.7321097681,36.703620585 +99,-1.53318962,0.7230212049,78,-1.537429183,0.7321097681,38.121584831 +100,-1.531154816,0.7230299897,78,-1.537429183,0.7321097681,40.47149073 +101,-1.528878341,0.7230370244,78,-1.537429183,0.7321097681,43.945796078 +102,-1.539218189,0.7214009878,78,-1.537429183,0.7321097681,42.746778377 +103,-1.537198791,0.7214422745,78,-1.537429183,0.7321097681,42.259445333 +104,-1.535179266,0.7214634354,78,-1.537429183,0.7321097681,42.69278076 +105,-1.533156501,0.7214944644,78,-1.537429183,0.7321097681,43.908094967 +106,-1.53113574,0.7215166021,78,-1.537429183,0.7321097681,45.908868342 +107,-1.528874248,0.7215345535,78,-1.537429183,0.7321097681,48.947515328 +108,-1.539217656,0.7198512397,78,-1.537429183,0.7321097681,48.844184305 +109,-1.537199919,0.7199428763,78,-1.537429183,0.7321097681,48.197842768 +110,-1.545425832,0.727397149,78,-1.537429183,0.7321097681,30.096460892 +111,-1.543371177,0.7273916949,78,-1.537429183,0.7321097681,25.631806599 +112,-1.541368852,0.7274523163,78,-1.537429183,0.7321097681,21.808443672 +113,-1.545349067,0.7258710923,78,-1.537429183,0.7321097681,34.030854262 +114,-1.54332671,0.7258603556,78,-1.537429183,0.7321097681,30.270764668 +115,-1.541346831,0.7259242142,78,-1.537429183,0.7321097681,27.096965324 +116,-1.545324355,0.7243383958,78,-1.537429183,0.7321097681,38.630724681 +117,-1.543292796,0.7243617413,78,-1.537429183,0.7321097681,35.247029876 +118,-1.541295822,0.7244024384,78,-1.537429183,0.7321097681,32.598500776 +119,-1.543193859,0.7205570215,78,-1.537429183,0.7321097681,48.840788439 +120,-1.550257047,0.7386738187,78,-1.537429183,0.7321097681,45.779491158 +121,-1.549335448,0.7311736483,78,-1.537429183,0.7321097681,35.28654105 +122,-1.533478843,0.7179891343,78,-1.537429183,0.7321097681,57.144734815 +123,-1.556150555,0.738907041,78,-1.537429183,0.7321097681,61.22270336 +124,-1.554324226,0.733414257,78,-1.537429183,0.7321097681,50.011923325 +125,-1.554290846,0.7288285332,78,-1.537429183,0.7321097681,51.417987879 +126,-1.55122487,0.7219795312,78,-1.537429183,0.7321097681,57.244204318 +127,-1.525104458,0.7229399862,78,-1.537429183,0.7321097681,51.462997019 +128,-1.519607711,0.7236181429,78,-1.537429183,0.7321097681,62.520757041 +129,-1.513899999,0.7251107854,78,-1.537429183,0.7321097681,74.857447103 +130,-1.536620762,0.7431061895,78,-1.537429183,0.7321097681,43.621245206 +131,-1.5369566,0.7460845958,78,-1.537429183,0.7321097681,55.371577821 +132,-1.545345528,0.7447040685,78,-1.537429183,0.7321097681,55.012221599 +133,-1.532813921,0.7432306626,78,-1.537429183,0.7321097681,46.080457384 +134,-1.554788248,0.7382381001,78,-1.537429183,0.7321097681,56.481463497 +135,-1.540348126,0.7301594274,78,-1.537429183,0.7321097681,11.565418943 +136,-1.538016084,0.7239051786,78,-1.537429183,0.7321097681,32.544680115 +137,-1.525288962,0.7258085137,78,-1.537429183,0.7321097681,43.696407238 +138,-1.534326986,0.731241342,78,-1.537429183,0.7321097681,9.7684938038 +139,-1.530733872,0.7303625216,78,-1.537429183,0.7321097681,20.91827684 +141,-1.534354939,0.7328219978,78,-1.537429183,0.7321097681,9.4833371191 +142,-1.53157084,0.7292888153,78,-1.537429183,0.7321097681,20.578657407 +143,-1.525691035,0.7263799874,78,-1.537429183,0.7321097681,41.437840107 +144,-1.534031287,0.7495967835,78,-1.537429183,0.7321097681,69.974360035 +145,-1.527714986,0.7283095957,78,-1.537429183,0.7321097681,32.378856494 +146,-1.526189586,0.7271468292,78,-1.537429183,0.7321097681,38.571464246 +147,-1.555177336,0.7375563366,78,-1.537429183,0.7321097681,56.444008616 +148,-1.555080283,0.7312707794,78,-1.537429183,0.7321097681,52.126470185 +149,-1.53856994,0.7224180299,78,-1.537429183,0.7321097681,38.537072028 +150,-1.530837883,0.729933372,78,-1.537429183,0.7321097681,21.263227554 +151,-1.515066984,0.5854133365,78,-1.537429183,0.7321097681,585.24969052 +152,-1.534731633,0.5368370046,78,-1.537429183,0.7321097681,773.52288602 +153,-1.515231902,0.5607085576,78,-1.537429183,0.7321097681,682.5143086 +154,-2.616253799,1.0684566605,78,-1.537429183,0.7321097681,2832.5755441 +155,-1.956071439,0.5792177723,78,-1.537429183,0.7321097681,1440.6827642 +156,-1.951208514,0.5602434208,78,-1.537429183,0.7321097681,1468.1142471 +157,-1.944675062,0.6062144545,78,-1.537429183,0.7321097681,1354.5426361 +158,-1.613778386,0.6077989518,78,-1.537429183,0.7321097681,546.28468937 +159,-2.035029014,0.6021432345,78,-1.537429183,0.7321097681,1622.8885761 +160,-2.114989471,0.6801825058,78,-1.537429183,0.7321097681,1741.8429784 +161,-2.037382079,0.5765830025,78,-1.537429183,0.7321097681,1677.8876585 +162,-2.129855121,0.6585019963,78,-1.537429183,0.7321097681,1813.1635816 +163,-2.075141798,0.6493615843,78,-1.537429183,0.7321097681,1664.6574756 +164,-1.828626729,0.6948433129,78,-1.537429183,0.7321097681,883.03629217 +165,-1.863329418,0.6735427691,78,-1.537429183,0.7321097681,1009.7079016 +166,-1.266037071,0.727988852,78,-1.537429183,0.7321097681,800.08255092 +167,-1.277579582,0.7249010648,78,-1.537429183,0.7321097681,767.57108912 +168,-1.258418684,0.7241194816,78,-1.537429183,0.7321097681,824.33622524 +169,-1.317813974,0.6804850104,78,-1.537429183,0.7321097681,691.90222076 +170,-1.344165204,0.6790988904,78,-1.537429183,0.7321097681,618.84073287 +171,-1.427582102,0.5277120351,78,-1.537429183,0.7321097681,882.01076829 +172,-1.402238616,0.457167829,78,-1.537429183,0.7321097681,1174.618758 +173,-1.422454264,0.4996161999,78,-1.537429183,0.7321097681,992.29540288 +174,-1.439089277,0.4894859811,78,-1.537429183,0.7321097681,1011.9981858 +175,-1.448126995,0.5182330266,78,-1.537429183,0.7321097681,893.94229852 +176,-1.474626146,0.5881926574,78,-1.537429183,0.7321097681,602.8122765 +177,-1.421139645,0.5584869783,78,-1.537429183,0.7321097681,779.36370619 +178,-1.457037165,0.565943032,78,-1.537429183,0.7321097681,705.08808168 +179,-2.757159358,0.3745319,78,-1.537429183,0.7321097681,4227.1290819 +180,-2.714309238,0.342054471,78,-1.537429183,0.7321097681,4179.2732578 +181,-2.000525337,0.774119946,78,-1.537429183,0.7321097681,1342.5955276 +183,-1.571413436,0.6777838382,78,-1.537429183,0.7321097681,238.34350668 +184,-1.552860289,0.6987663893,78,-1.537429183,0.7321097681,139.89693135 +185,-1.521852374,0.7165827476,78,-1.537429183,0.7321097681,76.926368935 +186,-1.503656267,0.6928968252,78,-1.537429183,0.7321097681,185.38633519 +187,-1.502753178,0.7136205882,78,-1.537429183,0.7321097681,126.37787217 +188,-1.631894563,0.7343596465,78,-1.537429183,0.7321097681,278.11508526 +189,-1.653765416,0.6770714026,78,-1.537429183,0.7321097681,413.06947876 +190,-1.719812114,0.6715965947,78,-1.537429183,0.7321097681,600.95868801 +191,-1.493406659,0.6646955447,78,-1.537429183,0.7321097681,298.52378353 +192,-1.469120564,0.6613469966,78,-1.537429183,0.7321097681,348.65769942 +193,-1.590551461,0.5326612937,78,-1.537429183,0.7321097681,807.88566844 +194,-1.625979264,0.5247742243,78,-1.537429183,0.7321097681,868.4477695 +195,-1.572293943,0.5238808754,78,-1.537429183,0.7321097681,832.26033133 +196,-1.610848725,0.5477107964,78,-1.537429183,0.7321097681,766.47798564 +197,-1.208485554,0.7918526018,78,-1.537429183,0.7321097681,969.40863638 +198,-1.335601374,0.6869083083,78,-1.537429183,0.7321097681,631.8159936 +199,-1.346156996,0.6825213377,78,-1.537429183,0.7321097681,607.9265615 +200,-1.324381037,0.6741422347,78,-1.537429183,0.7321097681,682.70979511 +201,-1.242424992,0.7378949807,78,-1.537429183,0.7321097681,865.7155439 +202,-1.270370057,0.7392461008,78,-1.537429183,0.7321097681,783.69412117 +203,-1.448950472,0.7441675014,78,-1.537429183,0.7321097681,263.56588518 +204,-1.492662363,0.7523026852,78,-1.537429183,0.7321097681,153.20555082 +205,-1.479098966,0.7763855017,78,-1.537429183,0.7321097681,243.08243301 +206,-1.633760714,0.7869022408,78,-1.537429183,0.7321097681,351.52505991 +207,-1.647406434,0.8101289331,78,-1.537429183,0.7321097681,439.1536447 +208,-1.564245052,0.5701509278,78,-1.537429183,0.7321097681,647.02501508 +209,-1.646289963,0.6833746083,78,-1.537429183,0.7321097681,380.12898334 +210,-1.5820631,0.6751952144,78,-1.537429183,0.7321097681,262.63607844 +211,-1.613236298,0.6681681791,78,-1.537429183,0.7321097681,341.77767462 +212,-1.914661867,0.8212566515,78,-1.537429183,0.7321097681,1118.440537 +213,-1.742133237,0.7250275956,78,-1.537429183,0.7321097681,605.16215723 +214,-2.033144872,0.6557314699,78,-1.537429183,0.7321097681,1532.0787916 +215,-2.039551981,0.6964723658,78,-1.537429183,0.7321097681,1502.2583654 +216,-1.247341019,0.7622473908,78,-1.537429183,0.7321097681,849.88648495 +217,-1.298239787,0.7084123392,78,-1.537429183,0.7321097681,717.49016237 +218,-1.308539688,0.6926545592,78,-1.537429183,0.7321097681,702.95159362 +219,-1.303263185,0.6888938396,78,-1.537429183,0.7321097681,722.80155055 +220,-1.852400229,0.6004246149,78,-1.537429183,0.7321097681,1107.6900327 +221,-1.288947707,0.7473773692,78,-1.537429183,0.7321097681,728.63366085 +222,-1.372031502,0.7472790993,78,-1.537429183,0.7321097681,487.38611924 +223,-1.289805721,0.7242157877,78,-1.537429183,0.7321097681,731.92556399 +224,-1.350807603,0.7533498126,78,-1.537429183,0.7321097681,550.58689131 +225,-1.329290365,0.7560442322,78,-1.537429183,0.7321097681,613.36628902 +226,-1.410153004,0.616936428,78,-1.537429183,0.7321097681,602.13464499 +227,-1.393445434,0.6308995063,78,-1.537429183,0.7321097681,596.87966293 +228,-1.37595573,0.6241540638,78,-1.537429183,0.7321097681,655.75624708 +229,-1.358388707,0.6172645205,78,-1.537429183,0.7321097681,715.76872689 +230,-1.753741133,0.8281661666,78,-1.537429183,0.7321097681,716.83279889 +231,-1.47430987,0.6834615681,78,-1.537429183,0.7321097681,270.53571372 +232,-1.421012508,0.7222725206,78,-1.537429183,0.7321097681,346.5886186 +233,-1.4476833,0.6978557868,78,-1.537429183,0.7321097681,300.69658127 +234,-1.470370723,0.6966193374,78,-1.537429183,0.7321097681,244.97599184 +235,-1.429211703,0.7037216883,78,-1.537429183,0.7321097681,341.7728313 +236,-1.700578405,0.6178673663,78,-1.537429183,0.7321097681,676.96614256 +237,-1.678117619,0.6331716163,78,-1.537429183,0.7321097681,583.06331529 +238,-1.725644578,0.6316331145,78,-1.537429183,0.7321097681,701.56415967 +239,-2.14012759,0.7930497945,78,-1.537429183,0.7321097681,1729.3901646 +240,-2.103289431,0.7653606263,78,-1.537429183,0.7321097681,1636.6460465 +241,-1.318739838,0.7017808746,78,-1.537429183,0.7321097681,663.30145666 +242,-1.396417427,0.7077900843,78,-1.537429183,0.7321097681,430.66379616 +243,-1.35650337,0.7185539404,78,-1.537429183,0.7321097681,538.59920979 +244,-1.248884539,0.7274156818,78,-1.537429183,0.7321097681,850.74107667 +245,-1.395014798,0.5761185243,78,-1.537429183,0.7321097681,762.1884032 +246,-1.433377362,0.6064716109,78,-1.537429183,0.7321097681,593.04775512 +247,-1.408172432,0.5903155476,78,-1.537429183,0.7321097681,691.28424971 +248,-1.749645898,0.7757118084,78,-1.537429183,0.7321097681,635.98727708 +249,-1.571626686,0.615046989,78,-1.537429183,0.7321097681,475.57916669 +250,-1.514070049,0.6303003037,78,-1.537429183,0.7321097681,409.60613304 +251,-1.480890369,0.6237966528,78,-1.537429183,0.7321097681,463.03198479 +252,-1.704390658,0.5281680612,78,-1.537429183,0.7321097681,967.08646685 +253,-1.64434733,0.5254277498,78,-1.537429183,0.7321097681,886.79597627 +254,-1.703855997,0.4792484842,78,-1.537429183,0.7321097681,1137.0270269 +255,-1.692002383,0.5748825051,78,-1.537429183,0.7321097681,789.07552954 +256,-1.854136457,0.5544643913,78,-1.537429183,0.7321097681,1221.6576541 +257,-1.665021206,0.520317736,78,-1.537429183,0.7321097681,932.60922726 +258,-1.733654349,0.4845187345,78,-1.537429183,0.7321097681,1167.4986429 +259,-1.720938188,0.5135933906,78,-1.537429183,0.7321097681,1045.8688891 +260,-1.742668307,0.553296122,78,-1.537429183,0.7321097681,959.98463105 +261,-1.965659039,0.7142126903,78,-1.537429183,0.7321097681,1269.3139695 +262,-1.944438071,0.6772834804,78,-1.537429183,0.7321097681,1243.1951385 +263,-1.270340967,0.7681487096,78,-1.537429183,0.7321097681,785.83737514 +264,-1.353091884,0.6549276821,78,-1.537429183,0.7321097681,638.66481616 +265,-1.333236659,0.6413584414,78,-1.537429183,0.7321097681,720.46291254 +266,-1.352015998,0.6753788907,78,-1.537429183,0.7321097681,602.81557203 +267,-1.377988483,0.6577816235,78,-1.537429183,0.7321097681,566.96135457 +268,-2.13075611,0.8318642051,78,-1.537429183,0.7321097681,1698.9750846 +269,-2.097910953,0.8259670014,78,-1.537429183,0.7321097681,1610.6319032 +270,-1.416382069,0.6694271549,78,-1.537429183,0.7321097681,442.43306328 +271,-1.538905672,0.7535625993,78,-1.537429183,0.7321097681,85.083763681 +272,-1.572309477,0.7803125099,78,-1.537429183,0.7321097681,215.74994227 +273,-1.87759879,0.7503853417,78,-1.537429183,0.7321097681,994.27997423 +274,1.152365588,0.590457682,78,-1.537429183,0.7321097681,6953.7001146 +275,0.350198001,0.718001859,78,-1.537429183,0.7321097681,5158.5951479 +276,0.046513677,0.491503852,78,-1.537429183,0.7321097681,4986.554257 +277,0.027510309,0.742571376,78,-1.537429183,0.7321097681,4349.9758987 +278,0.306285725,-0.214631579,78,-1.537429183,0.7321097681,7588.6786344 +279,-1.100564889,0.318051531,78,-1.537429183,0.7321097681,2204.015157 +280,-1.078582306,0.301437596,78,-1.537429183,0.7321097681,2306.3326301 +281,-1.137371989,-0.617634065,78,-1.537429183,0.7321097681,5539.728362 +282,0.784356344,0.703272339,78,-1.537429183,0.7321097681,6042.8546561 +283,-1.221209947,0.218327455,78,-1.537429183,0.7321097681,2308.7233413 +284,2.347301921,-0.449114658,78,-1.537429183,0.7321097681,9788.4052533 +285,0.246820618,0.830553713,78,-1.537429183,0.7321097681,4646.8614319 +286,0.829414965,0.703288228,78,-1.537429183,0.7321097681,6115.2820465 +287,-1.337537566,0.42332223,78,-1.537429183,0.7321097681,1388.3411184 +288,0.882453706,0.454478077,78,-1.537429183,0.7321097681,7052.7279894 +289,1.575629659,0.416419109,78,-1.537429183,0.7321097681,7893.3233439 +290,-1.039455679,0.229888244,78,-1.537429183,0.7321097681,2623.4791014 +291,0.489558039,0.934482747,78,-1.537429183,0.7321097681,4835.4863032 +292,0.081344504,0.88384514,78,-1.537429183,0.7321097681,4174.4023305 +293,-1.547979814,0.300350308,78,-1.537429183,0.7321097681,1710.5734739 +294,0.040776181,0.168560074,78,-1.537429183,0.7321097681,5798.4511276 +295,-1.130374745,0.563894876,78,-1.537429183,0.7321097681,1441.3436138 +296,1.578326642,0.478507176,78,-1.537429183,0.7321097681,7647.6621639 +297,-1.12861823,-0.291640865,78,-1.537429183,0.7321097681,4322.0526095 +298,0.310524208,0.770885792,78,-1.537429183,0.7321097681,4932.6603456 +299,0.415649091,-0.387246002,78,-1.537429183,0.7321097681,8338.7450449 +300,-0.926533878,-0.188022748,78,-1.537429183,0.7321097681,4267.8316772 +301,1.258856172,-0.11716081,78,-1.537429183,0.7321097681,9722.9433374 +302,-1.126050026,0.322941926,78,-1.537429183,0.7321097681,2132.0035139 +303,2.002785835,0.07893892,78,-1.537429183,0.7321097681,8924.6500415 +304,0.440437607,0.746258085,78,-1.537429183,0.7321097681,5271.7446417 +305,-0.030391866,0.214441206,78,-1.537429183,0.7321097681,5470.5830535 +306,0.521557815,-0.058929362,78,-1.537429183,0.7321097681,7798.550416 +307,-0.097005111,0.13317729,78,-1.537429183,0.7321097681,5486.5303004 +308,1.83113859,0.221857587,78,-1.537429183,0.7321097681,8575.533564 +309,0.222428864,0.099404236,78,-1.537429183,0.7321097681,6510.3615141 +310,-1.702731345,0.8728568183,78,-1.537429183,0.7321097681,718.43820591 +311,-0.418507569,0.278324921,78,-1.537429183,0.7321097681,4166.583678 +312,-1.41153306,0.339029988,78,-1.537429183,0.7321097681,1613.4290181 +313,0.357560442,0.114788776,78,-1.537429183,0.7321097681,6853.6134098 +314,0.325818979,0.268352149,78,-1.537429183,0.7321097681,6338.8759018 +315,-1.246004659,-0.663679965,78,-1.537429183,0.7321097681,5627.8828337 +316,1.814603087,0.637404484,78,-1.537429183,0.7321097681,6965.9670166 +317,1.843704281,-0.18300445,78,-1.537429183,0.7321097681,10115.19454 +318,1.690644492,-0.211480909,78,-1.537429183,0.7321097681,10360.099041 +319,-1.275451936,0.068109467,78,-1.537429183,0.7321097681,2788.8166459 +320,0.762430171,-0.207594741,78,-1.537429183,0.7321097681,8883.9944224 +321,0.265668905,-0.014647884,78,-1.537429183,0.7321097681,6942.8421185 +322,-2.773032013,-0.335515811,78,-1.537429183,0.7321097681,6178.6187555 +323,-1.469512853,0.174058777,78,-1.537429183,0.7321097681,2223.0403097 +324,0.286276986,0.785925691,78,-1.537429183,0.7321097681,4841.9723731 +325,-1.379324697,0.377432233,78,-1.537429183,0.7321097681,1500.1506557 +326,-1.203778265,0.212813032,78,-1.537429183,0.7321097681,2357.2984876 +327,0.579916301,0.611743168,78,-1.537429183,0.7321097681,5954.6699737 +328,0.267582642,0.868113908,78,-1.537429183,0.7321097681,4598.2127539 +329,0.412869244,-0.050245578,78,-1.537429183,0.7321097681,7465.2318366 +330,0.17524381,0.976660285,78,-1.537429183,0.7321097681,4170.6973309 +331,0.743157214,0.204812899,78,-1.537429183,0.7321097681,7590.2202639 +332,-1.070758176,0.269382282,78,-1.537429183,0.7321097681,2426.3667373 +333,-1.230364251,0.329790229,78,-1.537429183,0.7321097681,1899.174261 +334,-1.374813124,-0.024926835,78,-1.537429183,0.7321097681,3054.7787941 +335,0.519780566,0.463669906,78,-1.537429183,0.7321097681,6269.5430367 +336,-1.55108034,0.239698561,78,-1.537429183,0.7321097681,1951.0047593 +337,0.180294813,0.029739425,78,-1.537429183,0.7321097681,6574.7722533 +338,0.67820924,0.268170153,78,-1.537429183,0.7321097681,7239.0119264 +339,0.445798684,1.024001867,78,-1.537429183,0.7321097681,4522.6374584 +340,0.691751283,0.150521402,78,-1.537429183,0.7321097681,7636.930854 +341,-1.036643551,-0.903056181,78,-1.537429183,0.7321097681,6701.8959847 +342,-0.120287036,1.083325163,78,-1.537429183,0.7321097681,3450.8726359 +343,2.823513113,-0.304487164,78,-1.537429183,0.7321097681,8047.1729123 +344,0.457583172,1.12513373,78,-1.537429183,0.7321097681,4278.5119891 +345,0.042918831,0.813795399,78,-1.537429183,0.7321097681,4234.2701507 +346,1.196146777,-0.853142756,78,-1.537429183,0.7321097681,11218.52857 +347,0.206001358,-0.010430701,78,-1.537429183,0.7321097681,6757.2089587 +348,-0.268308653,0.234799412,78,-1.537429183,0.7321097681,4718.8113158 +349,0.759363263,0.736189579,78,-1.537429183,0.7321097681,5893.0365841 +350,0.181363926,0.891988372,78,-1.537429183,0.7321097681,4366.8487005 +351,-0.021111158,0.139103292,78,-1.537429183,0.7321097681,5694.3827245 +352,-0.093355215,0.630686981,78,-1.537429183,0.7321097681,4283.4156434 +353,0.40118964,0.681375926,78,-1.537429183,0.7321097681,5370.5106588 +354,-0.721197315,1.304706234,78,-1.537429183,0.7321097681,2685.2139045 +355,-1.076150317,0.212107639,78,-1.537429183,0.7321097681,2602.397883 +356,-1.577164531,0.273993443,78,-1.537429183,0.7321097681,1819.6542081 +357,-0.190788414,0.182208586,78,-1.537429183,0.7321097681,5082.4891791 +358,-0.261349752,0.209710184,78,-1.537429183,0.7321097681,4803.634652 +359,-1.029303852,0.083549259,78,-1.537429183,0.7321097681,3132.1562276 +360,-1.268609162,0.330525297,78,-1.537429183,0.7321097681,1829.8618768 +361,1.282982244,-0.926641967,78,-1.537429183,0.7321097681,11295.909088 +362,0.217352334,0.731352408,78,-1.537429183,0.7321097681,4826.0234702 +363,-1.511833084,0.258629297,78,-1.537429183,0.7321097681,1877.501057 +364,0.338812194,0.823184618,78,-1.537429183,0.7321097681,4855.7411984 +365,-0.324406489,1.134201999,78,-1.537429183,0.7321097681,3061.5341853 +366,1.389579348,0.399185724,78,-1.537429183,0.7321097681,7894.2690719 +367,2.047152199,-0.039082036,78,-1.537429183,0.7321097681,9279.860953 +368,0.947780369,0.568250077,78,-1.537429183,0.7321097681,6765.8519263 +369,0.763824846,0.576754987,78,-1.537429183,0.7321097681,6425.8815814 +370,-0.142334657,0.928153068,78,-1.537429183,0.7321097681,3608.1867886 +371,0.610266567,0.547265983,78,-1.537429183,0.7321097681,6216.3654494 +372,0.210731629,0.746815056,78,-1.537429183,0.7321097681,4772.6659426 +373,-1.34931644,0.316895224,78,-1.537429183,0.7321097681,1763.0901977 +374,2.407696481,0.655030745,78,-1.537429183,0.7321097681,6230.7842454 +375,0.64207831,0.545359131,78,-1.537429183,0.7321097681,6288.7248911 +376,1.174597538,0.840588356,78,-1.537429183,0.7321097681,6035.7874707 +377,0.660059424,0.010604079,78,-1.537429183,0.7321097681,7978.537336 +378,-0.730263819,0.010486456,78,-1.537429183,0.7321097681,4049.6702951 +379,0.831068936,0.512339172,78,-1.537429183,0.7321097681,6763.5645948 +380,1.301180979,0.72367476,78,-1.537429183,0.7321097681,6576.3960157 +381,1.811128231,0.322854402,78,-1.537429183,0.7321097681,8196.9235826 +382,0.435105812,0.992284428,78,-1.537429183,0.7321097681,4589.0876078 +383,0.62643634,0.592027932,78,-1.537429183,0.7321097681,6110.7253204 +384,0.492988703,-0.516339467,78,-1.537429183,0.7321097681,8855.3722321 +385,-0.162469483,0.112549365,78,-1.537429183,0.7321097681,5347.8421925 +386,0.314630866,0.472006421,78,-1.537429183,0.7321097681,5745.2608345 +387,0.166744804,0.822815954,78,-1.537429183,0.7321097681,4493.0956581 +388,0.417159608,0.965805736,78,-1.537429183,0.7321097681,4628.9913179 +389,0.106334961,0.868774244,78,-1.537429183,0.7321097681,4259.7310602 +390,0.815086969,-0.338144359,78,-1.537429183,0.7321097681,9383.3512592 +391,0.59867455,-0.230624824,78,-1.537429183,0.7321097681,8484.5535186 +392,1.915104874,0.066220985,78,-1.537429183,0.7321097681,9089.308502 +393,1.278093622,0.064463721,78,-1.537429183,0.7321097681,9077.3613327 +394,-0.061477853,0.302997961,78,-1.537429183,0.7321097681,5152.6686494 +395,0.251311504,0.626976942,78,-1.537429183,0.7321097681,5172.1280977 +396,2.950242872,0.149095644,78,-1.537429183,0.7321097681,6477.9921049 +397,-0.180294708,0.35375117,78,-1.537429183,0.7321097681,4680.0681798 +398,1.010448592,-0.351180233,78,-1.537429183,0.7321097681,9953.6558168 +399,-1.748740498,0.3686318073,78,-1.537429183,0.7321097681,1602.8858467 +400,2.699635665,0.123533791,78,-1.537429183,0.7321097681,7244.931126 +401,0.496808033,0.823843254,78,-1.537429183,0.7321097681,5161.2764502 +402,0.129574704,0.763364087,78,-1.537429183,0.7321097681,4546.3697453 +403,1.798920311,0.817447563,78,-1.537429183,0.7321097681,6267.9458747 +404,0.335987953,0.746786541,78,-1.537429183,0.7321097681,5050.7354735 +405,-1.085413643,0.292154671,78,-1.537429183,0.7321097681,2320.5791772 +406,-0.155321003,0.508207011,78,-1.537429183,0.7321097681,4385.7064051 +407,0.620529244,-0.301175104,78,-1.537429183,0.7321097681,8730.3261715 +408,1.684402744,0.368716966,78,-1.537429183,0.7321097681,8073.5632198 +409,0.300582244,-0.386397212,78,-1.537429183,0.7321097681,7999.3089596 +410,2.913555946,-0.009225192,78,-1.537429183,0.7321097681,7012.9339273 +411,1.465101417,0.493232532,78,-1.537429183,0.7321097681,7563.6766614 +412,0.090612882,0.907955955,78,-1.537429183,0.7321097681,4144.6996354 +413,2.987564726,-0.729568594,78,-1.537429183,0.7321097681,8523.1774771 +414,-1.484261606,0.224149272,78,-1.537429183,0.7321097681,2020.360478 +415,0.164073421,0.303955133,78,-1.537429183,0.7321097681,5795.0250239 +416,0.141441293,0.167552546,78,-1.537429183,0.7321097681,6093.6700737 +417,2.931321023,-0.506718887,78,-1.537429183,0.7321097681,8210.7912146 +418,2.21951565,0.700596356,78,-1.537429183,0.7321097681,6354.0785055 +419,0.268112576,1.199114336,78,-1.537429183,0.7321097681,3867.7136038 +420,0.978913739,0.359223811,78,-1.537429183,0.7321097681,7552.2441094 +421,1.210898818,0.522863584,78,-1.537429183,0.7321097681,7269.5310841 +422,2.347397336,0.129231362,78,-1.537429183,0.7321097681,8101.5056938 +423,0.614394501,0.556878345,78,-1.537429183,0.7321097681,6195.2364193 +424,-1.398079356,0.148483366,78,-1.537429183,0.7321097681,2362.5063223 +425,2.535303836,-0.112984496,78,-1.537429183,0.7321097681,8371.7922493 +426,-1.019372593,-0.405322349,78,-1.537429183,0.7321097681,4888.8213137 +427,-1.297785627,-0.160104069,78,-1.537429183,0.7321097681,3639.70213 +428,2.144554488,0.205051084,78,-1.537429183,0.7321097681,8242.6716058 +429,-2.242387083,-0.426171285,78,-1.537429183,0.7321097681,5264.0053023 +430,0.338637212,0.909723676,78,-1.537429183,0.7321097681,4633.3979859 +431,-0.148798452,0.691042401,78,-1.537429183,0.7321097681,4009.9948329 +432,0.893524764,0.441829531,78,-1.537429183,0.7321097681,7115.8782984 +433,0.969229347,-0.368847936,78,-1.537429183,0.7321097681,9891.9042613 +434,0.436043248,0.800045688,78,-1.537429183,0.7321097681,5112.3620667 +435,1.687946607,1.081504775,78,-1.537429183,0.7321097681,5255.1167143 +436,0.522302046,-0.034889271,78,-1.537429183,0.7321097681,7733.5890364 +437,-0.178996113,-0.438090009,78,-1.537429183,0.7321097681,6784.6921001 +438,-1.094339566,0.301444068,78,-1.537429183,0.7321097681,2270.9389377 +439,-1.064070054,0.242569932,78,-1.537429183,0.7321097681,2527.9688569 +440,-1.068153768,0.230387998,78,-1.537429183,0.7321097681,2558.9496252 +441,-3.00496892,-0.23989155,78,-1.537429183,0.7321097681,6556.4423912 +442,0.21751974,0.766874888,78,-1.537429183,0.7321097681,4738.7636942 +443,0.117229532,0.007619006,78,-1.537429183,0.7321097681,6448.6421033 +444,0.777758451,0.420554741,78,-1.537429183,0.7321097681,6967.4493604 +445,-0.252356999,0.250747086,78,-1.537429183,0.7321097681,4725.2094569 +446,0.363148444,0.768483434,78,-1.537429183,0.7321097681,5050.581109 +447,0.903191366,-0.118210676,78,-1.537429183,0.7321097681,8989.6857331 +448,-0.205755923,0.149406178,78,-1.537429183,0.7321097681,5123.7977584 +449,1.811996086,0.02364353,78,-1.537429183,0.7321097681,9359.005358 +450,-1.100670221,0.314845373,78,-1.537429183,0.7321097681,2213.9905981 +451,0.340078597,0.850105132,78,-1.537429183,0.7321097681,4788.4742954 +452,0.258757267,0.804969236,78,-1.537429183,0.7321097681,4735.1374228 +453,2.78505352,-0.155160804,78,-1.537429183,0.7321097681,7777.0926435 +454,0.800551619,0.105822106,78,-1.537429183,0.7321097681,8038.7535968 +455,0.437940882,-0.506194031,78,-1.537429183,0.7321097681,8673.4230238 +456,2.230431122,0.63458615,78,-1.537429183,0.7321097681,6574.9790241 +457,0.527965361,0.127667701,78,-1.537429183,0.7321097681,7284.5651878 +458,-0.063643205,0.702093448,78,-1.537429183,0.7321097681,4208.5508219 +459,1.408447268,0.133010502,78,-1.537429183,0.7321097681,8944.4322721 +460,0.523795955,0.280266966,78,-1.537429183,0.7321097681,6825.3343087 +461,-0.975769313,0.072177659,78,-1.537429183,0.7321097681,3281.2241219 +462,0.549774164,-0.463663986,78,-1.537429183,0.7321097681,8908.3793605 +463,0.29245874,1.095549818,78,-1.537429183,0.7321097681,4115.058313 +464,0.143625958,0.816809593,78,-1.537429183,0.7321097681,4455.8204892 +465,0.671902494,0.611159853,78,-1.537429183,0.7321097681,6140.6851848 +466,1.239840988,0.6724199,78,-1.537429183,0.7321097681,6727.5772781 +467,0.607829703,-0.10932137,78,-1.537429183,0.7321097681,8180.9776926 +468,1.763020906,0.263996692,78,-1.537429183,0.7321097681,8455.7548152 +469,0.378714634,0.726066797,78,-1.537429183,0.7321097681,5198.4623097 +470,2.196736143,-0.153862366,78,-1.537429183,0.7321097681,9361.0282405 +471,0.01702415,0.148991565,78,-1.537429183,0.7321097681,5780.3725652 +472,-2.998490902,-0.158002487,78,-1.537429183,0.7321097681,6319.9206865 +473,-3.051262951,-0.346595608,78,-1.537429183,0.7321097681,6967.9926662 +474,-1.069176439,0.182802941,78,-1.537429183,0.7321097681,2714.9043643 +475,0.167157509,0.595344954,78,-1.537429183,0.7321097681,5045.2523471 +476,0.613855648,0.681746124,78,-1.537429183,0.7321097681,5807.2832615 +477,1.037012736,0.682555367,78,-1.537429183,0.7321097681,6480.1208503 +478,-1.253574971,0.379755746,78,-1.537429183,0.7321097681,1684.562942 +479,3.108590453,-0.132620738,78,-1.537429183,0.7321097681,6767.426022 +480,0.565301296,0.022333262,78,-1.537429183,0.7321097681,7690.0529674 +481,0.547898238,0.855555614,78,-1.537429183,0.7321097681,5161.2566098 +482,0.948309381,0.417393755,78,-1.537429183,0.7321097681,7296.1045289 +483,-0.050600732,0.945269213,78,-1.537429183,0.7321097681,3778.9207408 +484,-0.977651478,-0.572363064,78,-1.537429183,0.7321097681,5554.2701816 +485,1.102014914,0.728861163,78,-1.537429183,0.7321097681,6384.8266055 +486,2.927300795,-0.282939414,78,-1.537429183,0.7321097681,7687.804583 +487,-1.154565557,0.124434095,78,-1.537429183,0.7321097681,2756.0458723 +488,1.855331234,0.291044755,78,-1.537429183,0.7321097681,8288.2173737 +489,0.830290659,0.276904518,78,-1.537429183,0.7321097681,7549.6031305 +490,0.485104466,-0.234867441,78,-1.537429183,0.7321097681,8165.9178328 +491,0.521367572,-0.33161327,78,-1.537429183,0.7321097681,8516.0989014 +1,-1.539031704,0.7349710123,79,-1.535472649,0.7321497267,15.3145374 +2,-1.536990553,0.7349663874,79,-1.535472649,0.7321497267,12.017452642 +3,-1.534951779,0.7349571355,79,-1.535472649,0.7321497267,11.225251759 +4,-1.532906461,0.7349480293,79,-1.535472649,0.7321497267,13.411353125 +5,-1.531320211,0.7346937278,79,-1.535472649,0.7321497267,15.838004529 +6,-1.539451648,0.7335131775,79,-1.535472649,0.7321497267,12.899687549 +7,-1.537429487,0.7335445708,79,-1.535472649,0.7321497267,7.9822292394 +8,-1.535484998,0.7335658704,79,-1.535472649,0.7321497267,5.6094632066 +9,-1.533488396,0.7336036027,79,-1.535472649,0.7321497267,8.2029970609 +10,-1.531497785,0.7335842962,79,-1.535472649,0.7321497267,13.008852116 +11,-1.530259379,0.7334777758,79,-1.535472649,0.7321497267,16.225264441 +12,-1.5335454,0.7322346912,79,-1.535472649,0.7321497267,5.6873300501 +13,-1.531489083,0.7322238773,79,-1.535472649,0.7321497267,11.738669479 +14,-1.530011122,0.7321679851,79,-1.535472649,0.7321497267,16.089410232 +15,-1.53348106,0.7306614094,79,-1.535472649,0.7321497267,8.320026291 +16,-1.531441779,0.7306962275,79,-1.535472649,0.7321497267,13.203796467 +17,-1.529755654,0.7306933243,79,-1.535472649,0.7321497267,17.812985364 +18,-1.533415048,0.7291384674,79,-1.535472649,0.7321497267,13.383191681 +19,-1.531392093,0.7291705353,79,-1.535472649,0.7321497267,16.856669121 +20,-1.529296523,0.7291214933,79,-1.535472649,0.7321497267,21.81324608 +21,-1.535280942,0.727267644,79,-1.535472649,0.7321497267,19.346210474 +22,-1.533378158,0.7276139666,79,-1.535472649,0.7321497267,19.000251503 +23,-1.531340368,0.7276446587,79,-1.535472649,0.7321497267,21.615313535 +24,-1.528960113,0.7276398177,79,-1.535472649,0.7321497267,26.24290584 +25,-1.533313146,0.7260818349,79,-1.535472649,0.7321497267,24.867045162 +26,-1.531259555,0.7260958115,79,-1.535472649,0.7321497267,27.01670726 +27,-1.528926415,0.7260865555,79,-1.535472649,0.7321497267,30.833539425 +28,-1.531226779,0.7245511789,79,-1.535472649,0.7321497267,32.609799172 +29,-1.528904772,0.7245519194,79,-1.535472649,0.7321497267,35.813720368 +30,-1.547195875,0.7409785979,79,-1.535472649,0.7321497267,49.053219561 +31,-1.5451475,0.740980426,79,-1.535472649,0.7321497267,45.048417812 +32,-1.543097679,0.7409798872,79,-1.535472649,0.7321497267,41.519933864 +33,-1.540720364,0.7409892687,79,-1.535472649,0.7321497267,38.249588793 +34,-1.547188511,0.7395198392,79,-1.535472649,0.7321497267,45.117111086 +35,-1.545148587,0.7395226109,79,-1.535472649,0.7321497267,40.743058895 +36,-1.543104538,0.7395314908,79,-1.535472649,0.7321497267,36.838263826 +37,-1.540727751,0.7395306258,79,-1.535472649,0.7321497267,33.057582539 +38,-1.547187029,0.7380014886,79,-1.535472649,0.7321497267,41.495947117 +39,-1.545147315,0.7380012252,79,-1.535472649,0.7321497267,36.677478702 +40,-1.54310719,0.7380060743,79,-1.535472649,0.7321497267,32.268796024 +41,-1.540719671,0.7380068206,79,-1.535472649,0.7321497267,27.855162871 +42,-1.547187189,0.7364799098,79,-1.535472649,0.7321497267,38.477380917 +43,-1.545149996,0.7364853874,79,-1.535472649,0.7321497267,33.234288123 +44,-1.543106091,0.7364823484,79,-1.535472649,0.7321497267,28.253187191 +45,-1.540717158,0.7364893901,79,-1.535472649,0.7321497267,23.09214888 +46,-1.538663972,0.7410138672,79,-1.535472649,0.7321497267,36.338048821 +47,-1.53695285,0.7409699132,79,-1.535472649,0.7321497267,35.205691015 +48,-1.534910498,0.7409641297,79,-1.535472649,0.7321497267,34.952792526 +49,-1.533145034,0.7409536636,79,-1.535472649,0.7321497267,35.534906786 +50,-1.538681336,0.7395405883,79,-1.535472649,0.7321497267,30.753772903 +51,-1.536999189,0.7395183096,79,-1.535472649,0.7321497267,29.52910673 +52,-1.534923633,0.7395144222,79,-1.535472649,0.7321497267,29.216063843 +53,-1.533267822,0.7395654306,79,-1.535472649,0.7321497267,30.078492003 +54,-1.53867273,0.7380151077,79,-1.535472649,0.7321497267,25.063236249 +55,-1.536980576,0.7379994392,79,-1.535472649,0.7321497267,23.590500443 +56,-1.534931522,0.7379944961,79,-1.535472649,0.7321497267,23.205662768 +57,-1.533387952,0.7379480264,79,-1.535472649,0.7321497267,23.769856285 +58,-1.538682279,0.7364914363,79,-1.535472649,0.7321497267,19.616566937 +59,-1.536980704,0.7364810563,79,-1.535472649,0.7321497267,17.720106012 +60,-1.534935567,0.7364752065,79,-1.535472649,0.7321497267,17.205844551 +61,-1.533042592,0.7363876366,79,-1.535472649,0.7321497267,18.243771897 +62,-1.545143426,0.7349628011,79,-1.535472649,0.7321497267,30.55747151 +63,-1.543105297,0.7349691947,79,-1.535472649,0.7321497267,25.080510088 +64,-1.541064533,0.7349647152,79,-1.535472649,0.7321497267,19.874907508 +65,-1.545411803,0.7334624714,79,-1.535472649,0.7321497267,29.72130193 +66,-1.543446606,0.7334780896,79,-1.535472649,0.7321497267,24.059216681 +67,-1.541475327,0.7334957295,79,-1.535472649,0.7321497267,18.459566422 +68,-1.545401939,0.731963266,79,-1.535472649,0.7321497267,29.26291486 +69,-1.54342253,0.7319915583,79,-1.535472649,0.7321497267,23.429970039 +70,-1.541455867,0.7320216438,79,-1.535472649,0.7321497267,17.634563982 +71,-1.545410146,0.7304422281,79,-1.535472649,0.7321497267,30.068296788 +72,-1.543435491,0.7304713664,79,-1.535472649,0.7321497267,24.398939481 +73,-1.541463105,0.7304997613,79,-1.535472649,0.7321497267,18.831129102 +74,-1.545414768,0.7289194936,79,-1.535472649,0.7321497267,32.00062704 +75,-1.543435774,0.7289538557,79,-1.535472649,0.7321497267,26.686087876 +76,-1.541457714,0.7289765881,79,-1.535472649,0.7321497267,21.673416049 +77,-1.539449415,0.7320555866,79,-1.535472649,0.7321497267,11.721779832 +78,-1.537429183,0.7321097681,79,-1.535472649,0.7321497267,5.7661276504 +79,-1.535472649,0.7321497267,79,-1.535472649,0.7321497267,2.9451839866 +80,-1.539457899,0.7305333307,79,-1.535472649,0.7321497267,13.380149927 +81,-1.537453161,0.7305750503,79,-1.535472649,0.7321497267,8.5436080339 +82,-1.535479385,0.7306124949,79,-1.535472649,0.7321497267,6.0890072404 +83,-1.53946905,0.7290102593,79,-1.535472649,0.7321497267,17.135889207 +84,-1.537459922,0.7290417293,79,-1.535472649,0.7321497267,13.635429602 +85,-1.535451349,0.7290890157,79,-1.535472649,0.7321497267,12.123638923 +86,-1.535522937,0.7279887191,79,-1.535472649,0.7321497267,16.482419089 +87,-1.539442524,0.7274735939,79,-1.535472649,0.7321497267,21.918451791 +88,-1.537424111,0.727521351,79,-1.535472649,0.7321497267,19.216814188 +89,-1.539384641,0.7259505092,79,-1.535472649,0.7321497267,27.13864573 +90,-1.537372391,0.7259947145,79,-1.535472649,0.7321497267,25.017568494 +91,-1.535340789,0.7260435356,79,-1.535472649,0.7321497267,24.189759345 +92,-1.539325716,0.7244369706,79,-1.535472649,0.7321497267,32.604459683 +93,-1.537308932,0.7244801057,79,-1.535472649,0.7321497267,30.860507666 +94,-1.535289068,0.7245247645,79,-1.535472649,0.7321497267,30.207349868 +95,-1.533261366,0.7245550236,79,-1.535472649,0.7321497267,30.784563184 +96,-1.539267302,0.722921924,79,-1.535472649,0.7321497267,38.236097998 +97,-1.537248972,0.7229660258,79,-1.535472649,0.7321497267,36.754169868 +98,-1.535219431,0.7229916471,79,-1.535472649,0.7321497267,36.282885571 +99,-1.53318962,0.7230212049,79,-1.535472649,0.7321497267,36.783300123 +100,-1.531154816,0.7230299897,79,-1.535472649,0.7321497267,38.314676274 +101,-1.528878341,0.7230370244,79,-1.535472649,0.7321497267,41.028624633 +102,-1.539218189,0.7214009878,79,-1.535472649,0.7321497267,43.995674714 +103,-1.537198791,0.7214422745,79,-1.535472649,0.7321497267,42.718879069 +104,-1.535179266,0.7214634354,79,-1.535472649,0.7321497267,42.337307231 +105,-1.533156501,0.7214944644,79,-1.535472649,0.7321497267,42.758679475 +106,-1.53113574,0.7215166021,79,-1.535472649,0.7321497267,44.030645191 +107,-1.528874248,0.7215345535,79,-1.535472649,0.7321497267,46.361332147 +108,-1.539217656,0.7198512397,79,-1.535472649,0.7321497267,49.961398175 +109,-1.537199919,0.7199428763,79,-1.535472649,0.7321497267,48.621257212 +110,-1.545425832,0.727397149,79,-1.535472649,0.7321497267,34.896953394 +111,-1.543371177,0.7273916949,79,-1.535472649,0.7321497267,29.982229836 +112,-1.541368852,0.7274523163,79,-1.535472649,0.7321497267,25.479112025 +113,-1.545349067,0.7258710923,79,-1.535472649,0.7321497267,38.338075301 +114,-1.54332671,0.7258603556,79,-1.535472649,0.7321497267,34.043906533 +115,-1.541346831,0.7259242142,79,-1.535472649,0.7321497267,30.153192137 +116,-1.545324355,0.7243383958,79,-1.535472649,0.7321497267,42.49156147 +117,-1.543292796,0.7243617413,79,-1.535472649,0.7321497267,38.549368333 +118,-1.541295822,0.7244024384,79,-1.535472649,0.7321497267,35.185535014 +119,-1.543193859,0.7205570215,79,-1.535472649,0.7321497267,51.296085186 +120,-1.550257047,0.7386738187,79,-1.535472649,0.7321497267,50.533152622 +121,-1.549335448,0.7311736483,79,-1.535472649,0.7321497267,41.039397473 +122,-1.533478843,0.7179891343,79,-1.535472649,0.7321497267,56.40067967 +123,-1.556150555,0.738907041,79,-1.535472649,0.7321497267,66.366562607 +124,-1.554324226,0.733414257,79,-1.535472649,0.7321497267,55.729405983 +125,-1.554290846,0.7288285332,79,-1.535472649,0.7321497267,57.056959883 +126,-1.55122487,0.7219795312,79,-1.535472649,0.7321497267,61.610479357 +127,-1.525104458,0.7229399862,79,-1.535472649,0.7321497267,47.65935322 +128,-1.519607711,0.7236181429,79,-1.535472649,0.7321497267,57.819216718 +129,-1.513899999,0.7251107854,79,-1.535472649,0.7321497267,69.581832434 +130,-1.536620762,0.7431061895,79,-1.535472649,0.7321497267,43.528850352 +131,-1.5369566,0.7460845958,79,-1.535472649,0.7321497267,55.3666953 +132,-1.545345528,0.7447040685,79,-1.535472649,0.7321497267,57.525594316 +133,-1.532813921,0.7432306626,79,-1.535472649,0.7321497267,44.578085381 +134,-1.554788248,0.7382381001,79,-1.535472649,0.7321497267,61.657996916 +135,-1.540348126,0.7301594274,79,-1.535472649,0.7321497267,16.395505691 +136,-1.538016084,0.7239051786,79,-1.535472649,0.7321497267,33.51140722 +137,-1.525288962,0.7258085137,79,-1.535472649,0.7321497267,39.192391979 +138,-1.534326986,0.731241342,79,-1.535472649,0.7321497267,4.9342468344 +139,-1.530733872,0.7303625216,79,-1.535472649,0.7321497267,15.6625003 +141,-1.534354939,0.7328219978,79,-1.535472649,0.7321497267,4.2339471392 +142,-1.53157084,0.7292888153,79,-1.535472649,0.7321497267,16.15176609 +143,-1.525691035,0.7263799874,79,-1.535472649,0.7321497267,36.83703509 +144,-1.534031287,0.7495967835,79,-1.535472649,0.7321497267,69.236063022 +145,-1.527714986,0.7283095957,79,-1.535472649,0.7321497267,27.485585866 +146,-1.526189586,0.7271468292,79,-1.535472649,0.7321497267,33.822030677 +147,-1.555177336,0.7375563366,79,-1.535472649,0.7321497267,61.740269132 +148,-1.555080283,0.7312707794,79,-1.535472649,0.7321497267,57.890294035 +149,-1.53856994,0.7224180299,79,-1.535472649,0.7321497267,39.621609483 +150,-1.530837883,0.729933372,79,-1.535472649,0.7321497267,16.243997121 +151,-1.515066984,0.5854133365,79,-1.535472649,0.7321497267,584.70870093 +152,-1.534731633,0.5368370046,79,-1.535472649,0.7321497267,773.63727346 +153,-1.515231902,0.5607085576,79,-1.535472649,0.7321497267,682.06745699 +154,-2.616253799,1.0684566605,79,-1.535472649,0.7321497267,2836.1853459 +155,-1.956071439,0.5792177723,79,-1.535472649,0.7321497267,1446.2430208 +156,-1.951208514,0.5602434208,79,-1.535472649,0.7321497267,1473.5904407 +157,-1.944675062,0.6062144545,79,-1.535472649,0.7321497267,1360.1768705 +158,-1.613778386,0.6077989518,79,-1.535472649,0.7321497267,549.07723759 +159,-2.035029014,0.6021432345,79,-1.535472649,0.7321497267,1628.6060648 +160,-2.114989471,0.6801825058,79,-1.535472649,0.7321497267,1747.5778882 +161,-2.037382079,0.5765830025,79,-1.535472649,0.7321497267,1683.5573372 +162,-2.129855121,0.6585019963,79,-1.535472649,0.7321497267,1818.9173558 +163,-2.075141798,0.6493615843,79,-1.535472649,0.7321497267,1670.4233348 +164,-1.828626729,0.6948433129,79,-1.535472649,0.7321497267,888.79719778 +165,-1.863329418,0.6735427691,79,-1.535472649,0.7321497267,1015.4480248 +166,-1.266037071,0.727988852,79,-1.535472649,0.7321497267,794.32165482 +167,-1.277579582,0.7249010648,79,-1.535472649,0.7321497267,761.80633056 +168,-1.258418684,0.7241194816,79,-1.535472649,0.7321497267,818.5722087 +169,-1.317813974,0.6804850104,79,-1.535472649,0.7321497267,686.32431911 +170,-1.344165204,0.6790988904,79,-1.535472649,0.7321497267,613.35218067 +171,-1.427582102,0.5277120351,79,-1.535472649,0.7321497267,879.70071919 +172,-1.402238616,0.457167829,79,-1.535472649,0.7321497267,1172.3925255 +173,-1.422454264,0.4996161999,79,-1.535472649,0.7321497267,990.11625547 +174,-1.439089277,0.4894859811,79,-1.535472649,0.7321497267,1010.1885889 +175,-1.448126995,0.5182330266,79,-1.535472649,0.7321497267,892.11525917 +176,-1.474626146,0.5881926574,79,-1.535472649,0.7321497267,601.00388693 +177,-1.421139645,0.5584869783,79,-1.535472649,0.7321497267,776.61886315 +178,-1.457037165,0.565943032,79,-1.535472649,0.7321497267,703.05171959 +179,-2.757159358,0.3745319,79,-1.535472649,0.7321497267,4232.8694726 +180,-2.714309238,0.342054471,79,-1.535472649,0.7321497267,4185.03543 +181,-2.000525337,0.774119946,79,-1.535472649,0.7321497267,1348.0887505 +183,-1.571413436,0.6777838382,79,-1.535472649,0.7321497267,241.07979905 +184,-1.552860289,0.6987663893,79,-1.535472649,0.7321497267,142.07981725 +185,-1.521852374,0.7165827476,79,-1.535472649,0.7321497267,73.718573146 +186,-1.503656267,0.6928968252,79,-1.535472649,0.7321497267,182.38581118 +187,-1.502753178,0.7136205882,79,-1.535472649,0.7321497267,121.78254595 +188,-1.631894563,0.7343596465,79,-1.535472649,0.7321497267,283.85745034 +189,-1.653765416,0.6770714026,79,-1.535472649,0.7321497267,418.16775399 +190,-1.719812114,0.6715965947,79,-1.535472649,0.7321497267,606.4317275 +191,-1.493406659,0.6646955447,79,-1.535472649,0.7321497267,296.06145517 +192,-1.469120564,0.6613469966,79,-1.535472649,0.7321497267,345.2853419 +193,-1.590551461,0.5326612937,79,-1.535472649,0.7321497267,809.36412083 +194,-1.625979264,0.5247742243,79,-1.535472649,0.7321497267,870.64377544 +195,-1.572293943,0.5238808754,79,-1.535472649,0.7321497267,833.27384039 +196,-1.610848725,0.5477107964,79,-1.535472649,0.7321497267,768.52692573 +197,-1.208485554,0.7918526018,79,-1.535472649,0.7321497267,963.95506075 +198,-1.335601374,0.6869083083,79,-1.535472649,0.7321497267,626.22831999 +199,-1.346156996,0.6825213377,79,-1.535472649,0.7321497267,602.40942623 +200,-1.324381037,0.6741422347,79,-1.535472649,0.7321497267,677.20404813 +201,-1.242424992,0.7378949807,79,-1.535472649,0.7321497267,859.97694823 +202,-1.270370057,0.7392461008,79,-1.535472649,0.7321497267,777.95564186 +203,-1.448950472,0.7441675014,79,-1.535472649,0.7321497267,257.89896882 +204,-1.492662363,0.7523026852,79,-1.535472649,0.7321497267,148.27784054 +205,-1.479098966,0.7763855017,79,-1.535472649,0.7321497267,239.09006338 +206,-1.633760714,0.7869022408,79,-1.535472649,0.7321497267,355.85776873 +207,-1.647406434,0.8101289331,79,-1.535472649,0.7321497267,442.99813958 +208,-1.564245052,0.5701509278,79,-1.535472649,0.7321497267,648.01020938 +209,-1.646289963,0.6833746083,79,-1.535472649,0.7321497267,385.28273601 +210,-1.5820631,0.6751952144,79,-1.535472649,0.7321497267,265.84738726 +211,-1.613236298,0.6681681791,79,-1.535472649,0.7321497267,345.89483513 +212,-1.914661867,0.8212566515,79,-1.535472649,0.7321497267,1123.5646468 +213,-1.742133237,0.7250275956,79,-1.535472649,0.7321497267,610.9210855 +214,-2.033144872,0.6557314699,79,-1.535472649,0.7321497267,1537.844844 +215,-2.039551981,0.6964723658,79,-1.535472649,0.7321497267,1507.9941046 +216,-1.247341019,0.7622473908,79,-1.535472649,0.7321497267,844.24853802 +217,-1.298239787,0.7084123392,79,-1.535472649,0.7321497267,711.74236502 +218,-1.308539688,0.6926545592,79,-1.535472649,0.7321497267,697.27535292 +219,-1.303263185,0.6888938396,79,-1.535472649,0.7321497267,717.13920804 +220,-1.852400229,0.6004246149,79,-1.535472649,0.7321497267,1113.0905716 +221,-1.288947707,0.7473773692,79,-1.535472649,0.7321497267,722.92314101 +222,-1.372031502,0.7472790993,79,-1.535472649,0.7321497267,481.68634271 +223,-1.289805721,0.7242157877,79,-1.535472649,0.7321497267,726.1598589 +224,-1.350807603,0.7533498126,79,-1.535472649,0.7321497267,544.92337367 +225,-1.329290365,0.7560442322,79,-1.535472649,0.7321497267,607.71274377 +226,-1.410153004,0.616936428,79,-1.535472649,0.7321497267,598.3276103 +227,-1.393445434,0.6308995063,79,-1.535472649,0.7321497267,592.54607398 +228,-1.37595573,0.6241540638,79,-1.535472649,0.7321497267,651.30251057 +229,-1.358388707,0.6172645205,79,-1.535472649,0.7321497267,711.21542843 +230,-1.753741133,0.8281661666,79,-1.535472649,0.7321497267,721.39342768 +231,-1.47430987,0.6834615681,79,-1.535472649,0.7321497267,266.55005068 +232,-1.421012508,0.7222725206,79,-1.535472649,0.7321497267,340.8529014 +233,-1.4476833,0.6978557868,79,-1.535472649,0.7321497267,295.55764432 +234,-1.470370723,0.6966193374,79,-1.535472649,0.7321497267,240.29617717 +235,-1.429211703,0.7037216883,79,-1.535472649,0.7321497267,336.31795148 +236,-1.700578405,0.6178673663,79,-1.535472649,0.7321497267,681.56358052 +237,-1.678117619,0.6331716163,79,-1.535472649,0.7321497267,587.61956483 +238,-1.725644578,0.6316331145,79,-1.535472649,0.7321497267,706.59317466 +239,-2.14012759,0.7930497945,79,-1.535472649,0.7321497267,1734.7579773 +240,-2.103289431,0.7653606263,79,-1.535472649,0.7321497267,1642.1530658 +241,-1.318739838,0.7017808746,79,-1.535472649,0.7321497267,657.59007213 +242,-1.396417427,0.7077900843,79,-1.535472649,0.7321497267,425.02204515 +243,-1.35650337,0.7185539404,79,-1.535472649,0.7321497267,532.84636492 +244,-1.248884539,0.7274156818,79,-1.535472649,0.7321497267,844.98129918 +245,-1.395014798,0.5761185243,79,-1.535472649,0.7321497267,758.74176703 +246,-1.433377362,0.6064716109,79,-1.535472649,0.7321497267,589.90249792 +247,-1.408172432,0.5903155476,79,-1.535472649,0.7321497267,687.87269507 +248,-1.749645898,0.7757118084,79,-1.535472649,0.7321497267,641.35697888 +249,-1.571626686,0.615046989,79,-1.535472649,0.7321497267,477.11287496 +250,-1.514070049,0.6303003037,79,-1.535472649,0.7321497267,408.75140565 +251,-1.480890369,0.6237966528,79,-1.535472649,0.7321497267,460.94535922 +252,-1.704390658,0.5281680612,79,-1.535472649,0.7321497267,970.64982322 +253,-1.64434733,0.5254277498,79,-1.535472649,0.7321497267,889.35489821 +254,-1.703855997,0.4792484842,79,-1.535472649,0.7321497267,1140.1680246 +255,-1.692002383,0.5748825051,79,-1.535472649,0.7321497267,792.97289519 +256,-1.854136457,0.5544643913,79,-1.535472649,0.7321497267,1226.7673297 +257,-1.665021206,0.520317736,79,-1.535472649,0.7321497267,935.4930186 +258,-1.733654349,0.4845187345,79,-1.535472649,0.7321497267,1171.0607106 +259,-1.720938188,0.5135933906,79,-1.535472649,0.7321497267,1049.5168818 +260,-1.742668307,0.553296122,79,-1.535472649,0.7321497267,964.26860968 +261,-1.965659039,0.7142126903,79,-1.535472649,0.7321497267,1275.0413856 +262,-1.944438071,0.6772834804,79,-1.535472649,0.7321497267,1248.960882 +263,-1.270340967,0.7681487096,79,-1.535472649,0.7321497267,780.2440486 +264,-1.353091884,0.6549276821,79,-1.535472649,0.7321497267,633.51965622 +265,-1.333236659,0.6413584414,79,-1.535472649,0.7321497267,715.36174418 +266,-1.352015998,0.6753788907,79,-1.535472649,0.7321497267,597.39947516 +267,-1.377988483,0.6577816235,79,-1.535472649,0.7321497267,561.96876257 +268,-2.13075611,0.8318642051,79,-1.535472649,0.7321497267,1704.1269888 +269,-2.097910953,0.8259670014,79,-1.535472649,0.7321497267,1615.818269 +270,-1.416382069,0.6694271549,79,-1.535472649,0.7321497267,437.63360255 +271,-1.538905672,0.7535625993,79,-1.535472649,0.7321497267,85.405612947 +272,-1.572309477,0.7803125099,79,-1.535472649,0.7321497267,218.29163528 +273,-1.87759879,0.7503853417,79,-1.535472649,0.7321497267,999.91339438 +274,1.152365588,0.590457682,79,-1.535472649,0.7321497267,6951.4223123 +275,0.350198001,0.718001859,79,-1.535472649,0.7321497267,5154.208989 +276,0.046513677,0.491503852,79,-1.535472649,0.7321497267,4981.1546788 +277,0.027510309,0.742571376,79,-1.535472649,0.7321497267,4345.1164371 +278,0.306285725,-0.214631579,79,-1.535472649,0.7321497267,7582.91276 +279,-1.100564889,0.318051531,79,-1.535472649,0.7321497267,2199.7375618 +280,-1.078582306,0.301437596,79,-1.535472649,0.7321497267,2302.0059452 +281,-1.137371989,-0.617634065,79,-1.535472649,0.7321497267,5538.0248272 +282,0.784356344,0.703272339,79,-1.535472649,0.7321497267,6039.5033092 +283,-1.221209947,0.218327455,79,-1.535472649,0.7321497267,2305.6839423 +284,2.347301921,-0.449114658,79,-1.535472649,0.7321497267,9794.0280219 +285,0.246820618,0.830553713,79,-1.535472649,0.7321497267,4642.6281243 +286,0.829414965,0.703288228,79,-1.535472649,0.7321497267,6112.068674 +287,-1.337537566,0.42332223,79,-1.535472649,0.7321497267,1385.4485142 +288,0.882453706,0.454478077,79,-1.535472649,0.7321497267,7049.1005468 +289,1.575629659,0.416419109,79,-1.535472649,0.7321497267,7892.994638 +290,-1.039455679,0.229888244,79,-1.535472649,0.7321497267,2619.2284648 +291,0.489558039,0.934482747,79,-1.535472649,0.7321497267,4832.0806266 +292,0.081344504,0.88384514,79,-1.535472649,0.7321497267,4170.092542 +293,-1.547979814,0.300350308,79,-1.535472649,0.7321497267,1710.8833364 +294,0.040776181,0.168560074,79,-1.535472649,0.7321497267,5792.7153682 +295,-1.130374745,0.563894876,79,-1.535472649,0.7321497267,1435.9813249 +296,1.578326642,0.478507176,79,-1.535472649,0.7321497267,7647.3573632 +297,-1.12861823,-0.291640865,79,-1.535472649,0.7321497267,4319.7271914 +298,0.310524208,0.770885792,79,-1.535472649,0.7321497267,4928.3529452 +299,0.415649091,-0.387246002,79,-1.535472649,0.7321497267,8333.0003198 +300,-0.926533878,-0.188022748,79,-1.535472649,0.7321497267,4264.2700214 +301,1.258856172,-0.11716081,79,-1.535472649,0.7321497267,9719.7470059 +302,-1.126050026,0.322941926,79,-1.535472649,0.7321497267,2127.8523353 +303,2.002785835,0.07893892,79,-1.535472649,0.7321497267,8927.3806 +304,0.440437607,0.746258085,79,-1.535472649,0.7321497267,5267.6277393 +305,-0.030391866,0.214441206,79,-1.535472649,0.7321497267,5464.8407723 +306,0.521557815,-0.058929362,79,-1.535472649,0.7321497267,7792.9903175 +307,-0.097005111,0.13317729,79,-1.535472649,0.7321497267,5480.7648438 +308,1.83113859,0.221857587,79,-1.535472649,0.7321497267,8576.901615 +309,0.222428864,0.099404236,79,-1.535472649,0.7321497267,6504.6810359 +310,-1.702731345,0.8728568183,79,-1.535472649,0.7321497267,721.70140769 +311,-0.418507569,0.278324921,79,-1.535472649,0.7321497267,4160.8563893 +312,-1.41153306,0.339029988,79,-1.535472649,0.7321497267,1611.8697865 +313,0.357560442,0.114788776,79,-1.535472649,0.7321497267,6848.0672568 +314,0.325818979,0.268352149,79,-1.535472649,0.7321497267,6333.4898899 +315,-1.246004659,-0.663679965,79,-1.535472649,0.7321497267,5626.7218533 +316,1.814603087,0.637404484,79,-1.535472649,0.7321497267,6966.7914924 +317,1.843704281,-0.18300445,79,-1.535472649,0.7321497267,10117.466747 +318,1.690644492,-0.211480909,79,-1.535472649,0.7321497267,10360.901577 +319,-1.275451936,0.068109467,79,-1.535472649,0.7321497267,2786.668741 +320,0.762430171,-0.207594741,79,-1.535472649,0.7321497267,8878.5602351 +321,0.265668905,-0.014647884,79,-1.535472649,0.7321497267,6937.1159336 +322,-2.773032013,-0.335515811,79,-1.535472649,0.7321497267,6183.8319731 +323,-1.469512853,0.174058777,79,-1.535472649,0.7321497267,2222.4838476 +324,0.286276986,0.785925691,79,-1.535472649,0.7321497267,4837.6659556 +325,-1.379324697,0.377432233,79,-1.535472649,0.7321497267,1498.0269198 +326,-1.203778265,0.212813032,79,-1.535472649,0.7321497267,2354.1447464 +327,0.579916301,0.611743168,79,-1.535472649,0.7321497267,5950.5141711 +328,0.267582642,0.868113908,79,-1.535472649,0.7321497267,4594.1450917 +329,0.412869244,-0.050245578,79,-1.535472649,0.7321497267,7459.5743523 +330,0.17524381,0.976660285,79,-1.535472649,0.7321497267,4166.8977247 +331,0.743157214,0.204812899,79,-1.535472649,0.7321497267,7585.5709939 +332,-1.070758176,0.269382282,79,-1.535472649,0.7321497267,2422.1282823 +333,-1.230364251,0.329790229,79,-1.535472649,0.7321497267,1895.7334903 +334,-1.374813124,-0.024926835,79,-1.535472649,0.7321497267,3053.6021398 +335,0.519780566,0.463669906,79,-1.535472649,0.7321497267,6264.8861415 +336,-1.55108034,0.239698561,79,-1.535472649,0.7321497267,1951.3361653 +337,0.180294813,0.029739425,79,-1.535472649,0.7321497267,6569.0308241 +338,0.67820924,0.268170153,79,-1.535472649,0.7321497267,7234.3212716 +339,0.445798684,1.024001867,79,-1.535472649,0.7321497267,4519.481539 +340,0.691751283,0.150521402,79,-1.535472649,0.7321497267,7632.0298882 +341,-1.036643551,-0.903056181,79,-1.535472649,0.7321497267,6700.3239071 +342,-0.120287036,1.083325163,79,-1.535472649,0.7321497267,3447.2587527 +343,2.823513113,-0.304487164,79,-1.535472649,0.7321497267,8052.9373434 +344,0.457583172,1.12513373,79,-1.535472649,0.7321497267,4275.8014959 +345,0.042918831,0.813795399,79,-1.535472649,0.7321497267,4229.6555341 +346,1.196146777,-0.853142756,79,-1.535472649,0.7321497267,11213.667965 +347,0.206001358,-0.010430701,79,-1.535472649,0.7321497267,6751.4613379 +348,-0.268308653,0.234799412,79,-1.535472649,0.7321497267,4713.0523329 +349,0.759363263,0.736189579,79,-1.535472649,0.7321497267,5889.6969271 +350,0.181363926,0.891988372,79,-1.535472649,0.7321497267,4362.722077 +351,-0.021111158,0.139103292,79,-1.535472649,0.7321497267,5688.6211241 +352,-0.093355215,0.630686981,79,-1.535472649,0.7321497267,4278.1161687 +353,0.40118964,0.681375926,79,-1.535472649,0.7321497267,5366.1266039 +354,-0.721197315,1.304706234,79,-1.535472649,0.7321497267,2683.3035231 +355,-1.076150317,0.212107639,79,-1.535472649,0.7321497267,2598.4080607 +356,-1.577164531,0.273993443,79,-1.535472649,0.7321497267,1820.3211453 +357,-0.190788414,0.182208586,79,-1.535472649,0.7321497267,5076.727653 +358,-0.261349752,0.209710184,79,-1.535472649,0.7321497267,4797.8809197 +359,-1.029303852,0.083549259,79,-1.535472649,0.7321497267,3128.3459435 +360,-1.268609162,0.330525297,79,-1.535472649,0.7321497267,1826.7530156 +361,1.282982244,-0.926641967,79,-1.535472649,0.7321497267,11292.198414 +362,0.217352334,0.731352408,79,-1.535472649,0.7321497267,4821.4289206 +363,-1.511833084,0.258629297,79,-1.535472649,0.7321497267,1877.3586049 +364,0.338812194,0.823184618,79,-1.535472649,0.7321497267,4851.6532291 +365,-0.324406489,1.134201999,79,-1.535472649,0.7321497267,3058.133916 +366,1.389579348,0.399185724,79,-1.535472649,0.7321497267,7892.8693207 +367,2.047152199,-0.039082036,79,-1.535472649,0.7321497267,9283.1738201 +368,0.947780369,0.568250077,79,-1.535472649,0.7321497267,6762.7202186 +369,0.763824846,0.576754987,79,-1.535472649,0.7321497267,6422.1513976 +370,-0.142334657,0.928153068,79,-1.535472649,0.7321497267,3603.775505 +371,0.610266567,0.547265983,79,-1.535472649,0.7321497267,6212.1268347 +372,0.210731629,0.746815056,79,-1.535472649,0.7321497267,4768.1052499 +373,-1.34931644,0.316895224,79,-1.535472649,0.7321497267,1760.8665217 +374,2.407696481,0.655030745,79,-1.535472649,0.7321497267,6233.9413913 +375,0.64207831,0.545359131,79,-1.535472649,0.7321497267,6284.566138 +376,1.174597538,0.840588356,79,-1.535472649,0.7321497267,6034.0290313 +377,0.660059424,0.010604079,79,-1.535472649,0.7321497267,7973.2970073 +378,-0.730263819,0.010486456,79,-1.535472649,0.7321497267,4044.8787853 +379,0.831068936,0.512339172,79,-1.535472649,0.7321497267,6759.8949737 +380,1.301180979,0.72367476,79,-1.535472649,0.7321497267,6574.9438348 +381,1.811128231,0.322854402,79,-1.535472649,0.7321497267,8198.0423122 +382,0.435105812,0.992284428,79,-1.535472649,0.7321497267,4585.7875967 +383,0.62643634,0.592027932,79,-1.535472649,0.7321497267,6106.6401519 +384,0.492988703,-0.516339467,79,-1.535472649,0.7321497267,8849.6866866 +385,-0.162469483,0.112549365,79,-1.535472649,0.7321497267,5342.0922681 +386,0.314630866,0.472006421,79,-1.535472649,0.7321497267,5740.2109593 +387,0.166744804,0.822815954,79,-1.535472649,0.7321497267,4488.7007205 +388,0.417159608,0.965805736,79,-1.535472649,0.7321497267,4625.5564134 +389,0.106334961,0.868774244,79,-1.535472649,0.7321497267,4255.4022618 +390,0.815086969,-0.338144359,79,-1.535472649,0.7321497267,9377.7768283 +391,0.59867455,-0.230624824,79,-1.535472649,0.7321497267,8478.8865348 +392,1.915104874,0.066220985,79,-1.535472649,0.7321497267,9091.5059235 +393,1.278093622,0.064463721,79,-1.535472649,0.7321497267,9074.7591358 +394,-0.061477853,0.302997961,79,-1.535472649,0.7321497267,5146.9591729 +395,0.251311504,0.626976942,79,-1.535472649,0.7321497267,5167.3134682 +396,2.950242872,0.149095644,79,-1.535472649,0.7321497267,6483.5184486 +397,-0.180294708,0.35375117,79,-1.535472649,0.7321497267,4674.3350993 +398,1.010448592,-0.351180233,79,-1.535472649,0.7321497267,9948.4333631 +399,-1.748740498,0.3686318073,79,-1.535472649,0.7321497267,1605.8978855 +400,2.699635665,0.123533791,79,-1.535472649,0.7321497267,7250.1249849 +401,0.496808033,0.823843254,79,-1.535472649,0.7321497267,5157.5189127 +402,0.129574704,0.763364087,79,-1.535472649,0.7321497267,4541.7248865 +403,1.798920311,0.817447563,79,-1.535472649,0.7321497267,6268.5483331 +404,0.335987953,0.746786541,79,-1.535472649,0.7321497267,5046.404779 +405,-1.085413643,0.292154671,79,-1.535472649,0.7321497267,2316.3277733 +406,-0.155321003,0.508207011,79,-1.535472649,0.7321497267,4380.131187 +407,0.620529244,-0.301175104,79,-1.535472649,0.7321497267,8724.6145374 +408,1.684402744,0.368716966,79,-1.535472649,0.7321497267,8073.8823638 +409,0.300582244,-0.386397212,79,-1.535472649,0.7321497267,7993.6147058 +410,2.913555946,-0.009225192,79,-1.535472649,0.7321497267,7018.5871704 +411,1.465101417,0.493232532,79,-1.535472649,0.7321497267,7562.7684163 +412,0.090612882,0.907955955,79,-1.535472649,0.7321497267,4140.4958564 +413,2.987564726,-0.729568594,79,-1.535472649,0.7321497267,8528.3051028 +414,-1.484261606,0.224149272,79,-1.535472649,0.7321497267,2019.9173842 +415,0.164073421,0.303955133,79,-1.535472649,0.7321497267,5789.4906807 +416,0.141441293,0.167552546,79,-1.535472649,0.7321497267,6087.985503 +417,2.931321023,-0.506718887,79,-1.535472649,0.7321497267,8216.4111806 +418,2.21951565,0.700596356,79,-1.535472649,0.7321497267,6356.4778843 +419,0.268112576,1.199114336,79,-1.535472649,0.7321497267,3865.1119676 +420,0.978913739,0.359223811,79,-1.535472649,0.7321497267,7548.7660748 +421,1.210898818,0.522863584,79,-1.535472649,0.7321497267,7267.3953719 +422,2.347397336,0.129231362,79,-1.535472649,0.7321497267,8105.7464667 +423,0.614394501,0.556878345,79,-1.535472649,0.7321497267,6191.0321232 +424,-1.398079356,0.148483366,79,-1.535472649,0.7321497267,2361.2597225 +425,2.535303836,-0.112984496,79,-1.535472649,0.7321497267,8377.0987306 +426,-1.019372593,-0.405322349,79,-1.535472649,0.7321497267,4886.1855888 +427,-1.297785627,-0.160104069,79,-1.535472649,0.7321497267,3638.1609356 +428,2.144554488,0.205051084,79,-1.535472649,0.7321497267,8245.8644816 +429,-2.242387083,-0.426171285,79,-1.535472649,0.7321497267,5267.637458 +430,0.338637212,0.909723676,79,-1.535472649,0.7321497267,4629.6078876 +431,-0.148798452,0.691042401,79,-1.535472649,0.7321497267,4004.7721267 +432,0.893524764,0.441829531,79,-1.535472649,0.7321497267,7112.2614498 +433,0.969229347,-0.368847936,79,-1.535472649,0.7321497267,9886.5312814 +434,0.436043248,0.800045688,79,-1.535472649,0.7321497267,5108.3977792 +435,1.687946607,1.081504775,79,-1.535472649,0.7321497267,5255.1894764 +436,0.522302046,-0.034889271,79,-1.535472649,0.7321497267,7728.0589944 +437,-0.178996113,-0.438090009,79,-1.535472649,0.7321497267,6779.6102863 +438,-1.094339566,0.301444068,79,-1.535472649,0.7321497267,2266.6979263 +439,-1.064070054,0.242569932,79,-1.535472649,0.7321497267,2523.7986616 +440,-1.068153768,0.230387998,79,-1.535472649,0.7321497267,2554.8475068 +441,-3.00496892,-0.23989155,79,-1.535472649,0.7321497267,6562.0708903 +442,0.21751974,0.766874888,79,-1.535472649,0.7321497267,4734.2751116 +443,0.117229532,0.007619006,79,-1.535472649,0.7321497267,6442.8792475 +444,0.777758451,0.420554741,79,-1.535472649,0.7321497267,6963.3911851 +445,-0.252356999,0.250747086,79,-1.535472649,0.7321497267,4719.4452661 +446,0.363148444,0.768483434,79,-1.535472649,0.7321497267,5046.3691603 +447,0.903191366,-0.118210676,79,-1.535472649,0.7321497267,8984.7745238 +448,-0.205755923,0.149406178,79,-1.535472649,0.7321497267,5118.048191 +449,1.811996086,0.02364353,79,-1.535472649,0.7321497267,9360.5391732 +450,-1.100670221,0.314845373,79,-1.535472649,0.7321497267,2209.7275437 +451,0.340078597,0.850105132,79,-1.535472649,0.7321497267,4784.4780065 +452,0.258757267,0.804969236,79,-1.535472649,0.7321497267,4730.841275 +453,2.78505352,-0.155160804,79,-1.535472649,0.7321497267,7782.769709 +454,0.800551619,0.105822106,79,-1.535472649,0.7321497267,8034.0536875 +455,0.437940882,-0.506194031,79,-1.535472649,0.7321497267,8667.7594856 +456,2.230431122,0.63458615,79,-1.535472649,0.7321497267,6577.5675048 +457,0.527965361,0.127667701,79,-1.535472649,0.7321497267,7279.2777115 +458,-0.063643205,0.702093448,79,-1.535472649,0.7321497267,4203.4575599 +459,1.408447268,0.133010502,79,-1.535472649,0.7321497267,8942.834817 +460,0.523795955,0.280266966,79,-1.535472649,0.7321497267,6820.3074922 +461,-0.975769313,0.072177659,79,-1.535472649,0.7321497267,3277.1830821 +462,0.549774164,-0.463663986,79,-1.535472649,0.7321497267,8902.6299433 +463,0.29245874,1.095549818,79,-1.535472649,0.7321497267,4111.9630671 +464,0.143625958,0.816809593,79,-1.535472649,0.7321497267,4451.368241 +465,0.671902494,0.611159853,79,-1.535472649,0.7321497267,6136.771963 +466,1.239840988,0.6724199,79,-1.535472649,0.7321497267,6725.8014098 +467,0.607829703,-0.10932137,79,-1.535472649,0.7321497267,8175.4613398 +468,1.763020906,0.263996692,79,-1.535472649,0.7321497267,8456.6343143 +469,0.378714634,0.726066797,79,-1.535472649,0.7321497267,5194.1567396 +470,2.196736143,-0.153862366,79,-1.535472649,0.7321497267,9365.4573457 +471,0.01702415,0.148991565,79,-1.535472649,0.7321497267,5774.6214984 +472,-2.998490902,-0.158002487,79,-1.535472649,0.7321497267,6325.6109201 +473,-3.051262951,-0.346595608,79,-1.535472649,0.7321497267,6973.5499467 +474,-1.069176439,0.182802941,79,-1.535472649,0.7321497267,2710.9814593 +475,0.167157509,0.595344954,79,-1.535472649,0.7321497267,5040.223253 +476,0.613855648,0.681746124,79,-1.535472649,0.7321497267,5803.397787 +477,1.037012736,0.682555367,79,-1.535472649,0.7321497267,6477.565504 +478,-1.253574971,0.379755746,79,-1.535472649,0.7321497267,1681.0608643 +479,3.108590453,-0.132620738,79,-1.535472649,0.7321497267,6773.1900711 +480,0.565301296,0.022333262,79,-1.535472649,0.7321497267,7684.6629343 +481,0.547898238,0.855555614,79,-1.535472649,0.7321497267,5157.7146073 +482,0.948309381,0.417393755,79,-1.535472649,0.7321497267,7292.6364963 +483,-0.050600732,0.945269213,79,-1.535472649,0.7321497267,3774.6863148 +484,-0.977651478,-0.572363064,79,-1.535472649,0.7321497267,5551.8054569 +485,1.102014914,0.728861163,79,-1.535472649,0.7321497267,6382.6041182 +486,2.927300795,-0.282939414,79,-1.535472649,0.7321497267,7693.5687796 +487,-1.154565557,0.124434095,79,-1.535472649,0.7321497267,2752.8483033 +488,1.855331234,0.291044755,79,-1.535472649,0.7321497267,8289.6420898 +489,0.830290659,0.276904518,79,-1.535472649,0.7321497267,7545.3853384 +490,0.485104466,-0.234867441,79,-1.535472649,0.7321497267,8160.1792031 +491,0.521367572,-0.33161327,79,-1.535472649,0.7321497267,8510.3366489 +1,-1.539031704,0.7349710123,80,-1.539457899,0.7305333307,17.622392437 +2,-1.536990553,0.7349663874,80,-1.539457899,0.7305333307,19.002808982 +3,-1.534951779,0.7349571355,80,-1.539457899,0.7305333307,21.978977681 +4,-1.532906461,0.7349480293,80,-1.539457899,0.7305333307,26.036162045 +5,-1.531320211,0.7346937278,80,-1.539457899,0.7305333307,29.082650855 +6,-1.539451648,0.7335131775,80,-1.539457899,0.7305333307,11.803187875 +7,-1.537429487,0.7335445708,80,-1.539457899,0.7305333307,13.340937877 +8,-1.535484998,0.7335658704,80,-1.539457899,0.7305333307,16.771780361 +9,-1.533488396,0.7336036027,80,-1.539457899,0.7305333307,21.382349271 +10,-1.531497785,0.7335842962,80,-1.539457899,0.7305333307,26.382543594 +11,-1.530259379,0.7334777758,80,-1.539457899,0.7305333307,29.504796344 +12,-1.5335454,0.7322346912,80,-1.539457899,0.7305333307,18.687335609 +13,-1.531489083,0.7322238773,80,-1.539457899,0.7305333307,24.427693501 +14,-1.530011122,0.7321679851,80,-1.539457899,0.7305333307,28.592435991 +15,-1.53348106,0.7306614094,80,-1.539457899,0.7305333307,17.639303569 +16,-1.531441779,0.7306962275,80,-1.539457899,0.7305333307,23.65641896 +17,-1.529755654,0.7306933243,80,-1.539457899,0.7305333307,28.628736464 +18,-1.533415048,0.7291384674,80,-1.539457899,0.7305333307,18.674915929 +19,-1.531392093,0.7291705353,80,-1.539457899,0.7305333307,24.414664833 +20,-1.529296523,0.7291214933,80,-1.539457899,0.7305333307,30.514072634 +21,-1.535280942,0.727267644,80,-1.539457899,0.7305333307,17.878013758 +22,-1.533378158,0.7276139666,80,-1.539457899,0.7305333307,21.360690808 +23,-1.531340368,0.7276446587,80,-1.539457899,0.7305333307,26.569429457 +24,-1.528960113,0.7276398177,80,-1.539457899,0.7305333307,33.061041086 +25,-1.533313146,0.7260818349,80,-1.539457899,0.7305333307,25.314975504 +26,-1.531259555,0.7260958115,80,-1.539457899,0.7305333307,29.937961127 +27,-1.528926415,0.7260865555,80,-1.539457899,0.7305333307,35.769237993 +28,-1.531226779,0.7245511789,80,-1.539457899,0.7305333307,33.975223793 +29,-1.528904772,0.7245519194,80,-1.539457899,0.7305333307,39.189798983 +30,-1.547195875,0.7409785979,80,-1.539457899,0.7305333307,47.202116205 +31,-1.5451475,0.740980426,80,-1.539457899,0.7305333307,44.62613249 +32,-1.543097679,0.7409798872,80,-1.539457899,0.7305333307,42.736763633 +33,-1.540720364,0.7409892687,80,-1.539457899,0.7305333307,41.581540147 +34,-1.547188511,0.7395198392,80,-1.539457899,0.7305333307,42.225618452 +35,-1.545148587,0.7395226109,80,-1.539457899,0.7305333307,39.337160087 +36,-1.543104538,0.7395314908,80,-1.539457899,0.7305333307,37.2174539 +37,-1.540727751,0.7395306258,80,-1.539457899,0.7305333307,35.833072445 +38,-1.547187029,0.7380014886,80,-1.539457899,0.7305333307,37.303223318 +39,-1.545147315,0.7380012252,80,-1.539457899,0.7305333307,33.982994686 +40,-1.54310719,0.7380060743,80,-1.539457899,0.7305333307,31.484381106 +41,-1.540719671,0.7380068206,80,-1.539457899,0.7305333307,29.834069311 +42,-1.547187189,0.7364799098,80,-1.539457899,0.7305333307,32.741659232 +43,-1.545149996,0.7364853874,80,-1.539457899,0.7305333307,28.919352509 +44,-1.543106091,0.7364823484,80,-1.539457899,0.7305333307,25.893784855 +45,-1.540717158,0.7364893901,80,-1.539457899,0.7305333307,23.881129066 +46,-1.538663972,0.7410138672,80,-1.539457899,0.7305333307,41.578808321 +47,-1.53695285,0.7409699132,80,-1.539457899,0.7305333307,41.988620628 +48,-1.534910498,0.7409641297,80,-1.539457899,0.7305333307,43.420516912 +49,-1.533145034,0.7409536636,80,-1.539457899,0.7305333307,45.246403519 +50,-1.538681336,0.7395405883,80,-1.539457899,0.7305333307,35.750636819 +51,-1.536999189,0.7395183096,80,-1.539457899,0.7305333307,36.315348759 +52,-1.534923633,0.7395144222,80,-1.539457899,0.7305333307,37.987092764 +53,-1.533267822,0.7395654306,80,-1.539457899,0.7305333307,40.133900986 +54,-1.53867273,0.7380151077,80,-1.539457899,0.7305333307,29.72510561 +55,-1.536980576,0.7379994392,80,-1.539457899,0.7305333307,30.457113396 +56,-1.534931522,0.7379944961,80,-1.539457899,0.7305333307,32.412179239 +57,-1.533387952,0.7379480264,80,-1.539457899,0.7305333307,34.367482572 +58,-1.538682279,0.7364914363,80,-1.539457899,0.7305333307,23.710140843 +59,-1.536980704,0.7364810563,80,-1.539457899,0.7305333307,24.660688568 +60,-1.534935567,0.7364752065,80,-1.539457899,0.7305333307,27.036809908 +61,-1.533042592,0.7363876366,80,-1.539457899,0.7305333307,29.900810774 +62,-1.545143426,0.7349628011,80,-1.539457899,0.7305333307,24.250080225 +63,-1.543105297,0.7349691947,80,-1.539457899,0.7305333307,20.592513953 +64,-1.541064533,0.7349647152,80,-1.539457899,0.7305333307,18.178982301 +65,-1.545411803,0.7334624714,80,-1.539457899,0.7305333307,21.032000704 +66,-1.543446606,0.7334780896,80,-1.539457899,0.7305333307,16.557887859 +67,-1.541475327,0.7334957295,80,-1.539457899,0.7305333307,13.153662634 +68,-1.545401939,0.731963266,80,-1.539457899,0.7305333307,18.417562288 +69,-1.54342253,0.7319915583,80,-1.539457899,0.7305333307,13.038145556 +70,-1.541455867,0.7320216438,80,-1.539457899,0.7305333307,8.333771145 +71,-1.545410146,0.7304422281,80,-1.539457899,0.7305333307,17.56489011 +72,-1.543435491,0.7304713664,80,-1.539457899,0.7305333307,11.737686736 +73,-1.541463105,0.7304997613,80,-1.539457899,0.7305333307,5.9173957317 +74,-1.545414768,0.7289194936,80,-1.539457899,0.7305333307,18.712513188 +75,-1.543435774,0.7289538557,80,-1.539457899,0.7305333307,13.30642875 +76,-1.541457714,0.7289765881,80,-1.539457899,0.7305333307,8.5369872483 +77,-1.539449415,0.7320555866,80,-1.539457899,0.7305333307,6.0297076098 +78,-1.537429183,0.7321097681,80,-1.539457899,0.7305333307,8.6465335962 +79,-1.535472649,0.7321497267,80,-1.539457899,0.7305333307,13.380149927 +80,-1.539457899,0.7305333307,80,-1.539457899,0.7305333307,3.0095276735 +81,-1.537453161,0.7305750503,80,-1.539457899,0.7305333307,5.9166287965 +82,-1.535479385,0.7306124949,80,-1.539457899,0.7305333307,11.74128659 +83,-1.53946905,0.7290102593,80,-1.539457899,0.7305333307,6.0329754154 +84,-1.537459922,0.7290417293,80,-1.539457899,0.7305333307,8.3485674316 +85,-1.535451349,0.7290890157,80,-1.539457899,0.7305333307,13.138778106 +86,-1.535522937,0.7279887191,80,-1.539457899,0.7305333307,15.383980124 +87,-1.539442524,0.7274735939,80,-1.539457899,0.7305333307,12.119702234 +88,-1.537424111,0.727521351,80,-1.539457899,0.7305333307,13.357931165 +89,-1.539384641,0.7259505092,80,-1.539457899,0.7305333307,18.153847806 +90,-1.537372391,0.7259947145,80,-1.539457899,0.7305333307,19.005227369 +91,-1.535340789,0.7260435356,80,-1.539457899,0.7305333307,21.549966329 +92,-1.539325716,0.7244369706,80,-1.539457899,0.7305333307,24.150847932 +93,-1.537308932,0.7244801057,80,-1.539457899,0.7305333307,24.80524935 +94,-1.535289068,0.7245247645,80,-1.539457899,0.7305333307,26.805117324 +95,-1.533261366,0.7245550236,80,-1.539457899,0.7305333307,29.945498053 +96,-1.539267302,0.722921924,80,-1.539457899,0.7305333307,30.154060916 +97,-1.537248972,0.7229660258,80,-1.539457899,0.7305333307,30.6790249 +98,-1.535219431,0.7229916471,80,-1.539457899,0.7305333307,32.400419944 +99,-1.53318962,0.7230212049,80,-1.539457899,0.7305333307,35.066671634 +100,-1.531154816,0.7230299897,80,-1.539457899,0.7305333307,38.566768981 +101,-1.528878341,0.7230370244,80,-1.539457899,0.7305333307,43.155319105 +102,-1.539218189,0.7214009878,80,-1.539457899,0.7305333307,36.18017854 +103,-1.537198791,0.7214422745,80,-1.539457899,0.7305333307,36.626189906 +104,-1.535179266,0.7214634354,80,-1.539457899,0.7305333307,38.095877578 +105,-1.533156501,0.7214944644,80,-1.539457899,0.7305333307,40.376336055 +106,-1.53113574,0.7215166021,80,-1.539457899,0.7305333307,43.396367094 +107,-1.528874248,0.7215345535,80,-1.539457899,0.7305333307,47.468769727 +108,-1.539217656,0.7198512397,80,-1.539457899,0.7305333307,42.317754954 +109,-1.537199919,0.7199428763,80,-1.539457899,0.7305333307,42.479367272 +110,-1.545425832,0.727397149,80,-1.539457899,0.7305333307,21.568120041 +111,-1.543371177,0.7273916949,80,-1.539457899,0.7305333307,16.985775076 +112,-1.541368852,0.7274523163,80,-1.539457899,0.7305333307,13.446446485 +113,-1.545349067,0.7258710923,80,-1.539457899,0.7305333307,25.38440434 +114,-1.54332671,0.7258603556,80,-1.539457899,0.7305333307,21.758401977 +115,-1.541346831,0.7259242142,80,-1.539457899,0.7305333307,19.091656321 +116,-1.545324355,0.7243383958,80,-1.539457899,0.7305333307,30.055342179 +117,-1.543292796,0.7243617413,80,-1.539457899,0.7305333307,26.949934639 +118,-1.541295822,0.7244024384,80,-1.539457899,0.7305333307,24.885689382 +119,-1.543193859,0.7205570215,80,-1.539457899,0.7305333307,41.037683925 +120,-1.550257047,0.7386738187,80,-1.539457899,0.7305333307,45.247452475 +121,-1.549335448,0.7311736483,80,-1.539457899,0.7305333307,29.242789393 +122,-1.533478843,0.7179891343,80,-1.539457899,0.7305333307,52.758774907 +123,-1.556150555,0.738907041,80,-1.539457899,0.7305333307,59.221082118 +124,-1.554324226,0.733414257,80,-1.539457899,0.7305333307,45.264199657 +125,-1.554290846,0.7288285332,80,-1.539457899,0.7305333307,44.311312557 +126,-1.55122487,0.7219795312,80,-1.539457899,0.7305333307,48.603597763 +127,-1.525104458,0.7229399862,80,-1.539457899,0.7305333307,52.05733529 +128,-1.519607711,0.7236181429,80,-1.539457899,0.7305333307,64.81500461 +129,-1.513899999,0.7251107854,80,-1.539457899,0.7305333307,78.575834065 +130,-1.536620762,0.7431061895,80,-1.539457899,0.7305333307,50.491745002 +131,-1.5369566,0.7460845958,80,-1.539457899,0.7305333307,62.03285575 +132,-1.545345528,0.7447040685,80,-1.539457899,0.7305333307,58.723676773 +133,-1.532813921,0.7432306626,80,-1.539457899,0.7305333307,53.93808146 +134,-1.554788248,0.7382381001,80,-1.539457899,0.7305333307,54.431413541 +135,-1.540348126,0.7301594274,80,-1.539457899,0.7305333307,3.0155574195 +136,-1.538016084,0.7239051786,80,-1.539457899,0.7305333307,26.598482706 +137,-1.525288962,0.7258085137,80,-1.539457899,0.7305333307,45.88020564 +138,-1.534326986,0.731241342,80,-1.539457899,0.7305333307,15.390218317 +139,-1.530733872,0.7303625216,80,-1.539457899,0.7305333307,25.748680381 +141,-1.534354939,0.7328219978,80,-1.539457899,0.7305333307,17.56035406 +142,-1.53157084,0.7292888153,80,-1.539457899,0.7305333307,23.797703909 +143,-1.525691035,0.7263799874,80,-1.539457899,0.7305333307,43.890472399 +144,-1.534031287,0.7495967835,80,-1.539457899,0.7305333307,77.160312615 +145,-1.527714986,0.7283095957,80,-1.539457899,0.7305333307,35.779771197 +146,-1.526189586,0.7271468292,80,-1.539457899,0.7305333307,41.435017882 +147,-1.555177336,0.7375563366,80,-1.539457899,0.7305333307,53.953548199 +148,-1.555080283,0.7312707794,80,-1.539457899,0.7305333307,46.166634548 +149,-1.53856994,0.7224180299,80,-1.539457899,0.7305333307,32.252048128 +150,-1.530837883,0.729933372,80,-1.539457899,0.7305333307,25.548560661 +151,-1.515066984,0.5854133365,80,-1.539457899,0.7305333307,579.85612151 +152,-1.534731633,0.5368370046,80,-1.539457899,0.7305333307,767.37823567 +153,-1.515231902,0.5607085576,80,-1.539457899,0.7305333307,677.000038 +154,-2.616253799,1.0684566605,80,-1.539457899,0.7305333307,2833.4696727 +155,-1.956071439,0.5792177723,80,-1.539457899,0.7305333307,1433.140885 +156,-1.951208514,0.5602434208,80,-1.539457899,0.7305333307,1460.3678457 +157,-1.944675062,0.6062144545,80,-1.539457899,0.7305333307,1347.240166 +158,-1.613778386,0.6077989518,80,-1.539457899,0.7305333307,538.00903312 +159,-2.035029014,0.6021432345,80,-1.539457899,0.7305333307,1616.0024728 +160,-2.114989471,0.6801825058,80,-1.539457899,0.7305333307,1736.3619437 +161,-2.037382079,0.5765830025,80,-1.539457899,0.7305333307,1670.7321748 +162,-2.129855121,0.6585019963,80,-1.539457899,0.7305333307,1807.4270405 +163,-2.075141798,0.6493615843,80,-1.539457899,0.7305333307,1658.5688955 +164,-1.828626729,0.6948433129,80,-1.539457899,0.7305333307,876.64352064 +165,-1.863329418,0.6735427691,80,-1.539457899,0.7305333307,1003.0147826 +166,-1.266037071,0.727988852,80,-1.539457899,0.7305333307,806.51334229 +167,-1.277579582,0.7249010648,80,-1.539457899,0.7305333307,773.88204872 +168,-1.258418684,0.7241194816,80,-1.539457899,0.7305333307,830.67648168 +169,-1.317813974,0.6804850104,80,-1.539457899,0.7305333307,696.36822391 +170,-1.344165204,0.6790988904,80,-1.539457899,0.7305333307,622.89955004 +171,-1.427582102,0.5277120351,80,-1.539457899,0.7305333307,878.97706491 +172,-1.402238616,0.457167829,80,-1.539457899,0.7305333307,1171.4417968 +173,-1.422454264,0.4996161999,80,-1.539457899,0.7305333307,989.05608594 +174,-1.439089277,0.4894859811,80,-1.539457899,0.7305333307,1008.2176758 +175,-1.448126995,0.5182330266,80,-1.539457899,0.7305333307,890.19351316 +176,-1.474626146,0.5881926574,80,-1.539457899,0.7305333307,599.06527073 +177,-1.421139645,0.5584869783,80,-1.539457899,0.7305333307,777.02803182 +178,-1.457037165,0.565943032,80,-1.539457899,0.7305333307,701.65862777 +179,-2.757159358,0.3745319,80,-1.539457899,0.7305333307,4221.574525 +180,-2.714309238,0.342054471,80,-1.539457899,0.7305333307,4173.3470175 +181,-2.000525337,0.774119946,80,-1.539457899,0.7305333307,1338.5998252 +183,-1.571413436,0.6777838382,80,-1.539457899,0.7305333307,230.12095644 +184,-1.552860289,0.6987663893,80,-1.539457899,0.7305333307,132.06163979 +185,-1.521852374,0.7165827476,80,-1.539457899,0.7305333307,76.057741258 +186,-1.503656267,0.6928968252,80,-1.539457899,0.7305333307,183.71412769 +187,-1.502753178,0.7136205882,80,-1.539457899,0.7305333307,128.02320549 +188,-1.631894563,0.7343596465,80,-1.539457899,0.7305333307,272.61888934 +189,-1.653765416,0.6770714026,80,-1.539457899,0.7305333307,404.78860275 +190,-1.719812114,0.6715965947,80,-1.539457899,0.7305333307,593.20950779 +191,-1.493406659,0.6646955447,80,-1.539457899,0.7305333307,295.84964345 +192,-1.469120564,0.6613469966,80,-1.539457899,0.7305333307,347.49846859 +193,-1.590551461,0.5326612937,80,-1.539457899,0.7305333307,800.46708101 +194,-1.625979264,0.5247742243,80,-1.539457899,0.7305333307,860.50719616 +195,-1.572293943,0.5238808754,80,-1.539457899,0.7305333307,825.23471636 +196,-1.610848725,0.5477107964,80,-1.539457899,0.7305333307,758.63740206 +197,-1.208485554,0.7918526018,80,-1.539457899,0.7305333307,977.2076734 +198,-1.335601374,0.6869083083,80,-1.539457899,0.7305333307,636.3361693 +199,-1.346156996,0.6825213377,80,-1.539457899,0.7305333307,612.11159948 +200,-1.324381037,0.6741422347,80,-1.539457899,0.7305333307,686.83790107 +201,-1.242424992,0.7378949807,80,-1.539457899,0.7305333307,872.4516917 +202,-1.270370057,0.7392461008,80,-1.539457899,0.7305333307,790.43297934 +203,-1.448950472,0.7441675014,80,-1.539457899,0.7305333307,270.77260575 +204,-1.492662363,0.7523026852,80,-1.539457899,0.7305333307,161.61345889 +205,-1.479098966,0.7763855017,80,-1.539457899,0.7305333307,251.72741522 +206,-1.633760714,0.7869022408,80,-1.539457899,0.7305333307,351.05484814 +207,-1.647406434,0.8101289331,80,-1.539457899,0.7305333307,439.69776534 +208,-1.564245052,0.5701509278,80,-1.539457899,0.7305333307,640.03431815 +209,-1.646289963,0.6833746083,80,-1.539457899,0.7305333307,371.90316389 +210,-1.5820631,0.6751952144,80,-1.539457899,0.7305333307,254.18782812 +211,-1.613236298,0.6681681791,80,-1.539457899,0.7305333307,333.131189 +212,-1.914661867,0.8212566515,80,-1.539457899,0.7305333307,1115.7902771 +213,-1.742133237,0.7250275956,80,-1.539457899,0.7305333307,599.3499766 +214,-2.033144872,0.6557314699,80,-1.539457899,0.7305333307,1525.9009803 +215,-2.039551981,0.6964723658,80,-1.539457899,0.7305333307,1496.7703473 +216,-1.247341019,0.7622473908,80,-1.539457899,0.7305333307,857.18957961 +217,-1.298239787,0.7084123392,80,-1.539457899,0.7305333307,723.17649787 +218,-1.308539688,0.6926545592,80,-1.539457899,0.7305333307,707.98607027 +219,-1.303263185,0.6888938396,80,-1.539457899,0.7305333307,727.74224973 +220,-1.852400229,0.6004246149,80,-1.539457899,0.7305333307,1099.7978441 +221,-1.288947707,0.7473773692,80,-1.539457899,0.7305333307,735.58845753 +222,-1.372031502,0.7472790993,80,-1.539457899,0.7305333307,494.41293698 +223,-1.289805721,0.7242157877,80,-1.539457899,0.7305333307,738.18055136 +224,-1.350807603,0.7533498126,80,-1.539457899,0.7305333307,557.79133673 +225,-1.329290365,0.7560442322,80,-1.539457899,0.7305333307,620.61140885 +226,-1.410153004,0.616936428,80,-1.539457899,0.7305333307,601.73429842 +227,-1.393445434,0.6308995063,80,-1.539457899,0.7305333307,597.59307924 +228,-1.37595573,0.6241540638,80,-1.539457899,0.7305333307,656.73737117 +229,-1.358388707,0.6172645205,80,-1.539457899,0.7305333307,716.97932238 +230,-1.753741133,0.8281661666,80,-1.539457899,0.7305333307,715.74763889 +231,-1.47430987,0.6834615681,80,-1.539457899,0.7305333307,270.61092343 +232,-1.421012508,0.7222725206,80,-1.539457899,0.7305333307,352.16038018 +233,-1.4476833,0.6978557868,80,-1.539457899,0.7305333307,303.57807617 +234,-1.470370723,0.6966193374,80,-1.539457899,0.7305333307,246.63369328 +235,-1.429211703,0.7037216883,80,-1.539457899,0.7305333307,345.73875278 +236,-1.700578405,0.6178673663,80,-1.539457899,0.7305333307,668.390858 +237,-1.678117619,0.6331716163,80,-1.539457899,0.7305333307,574.47519389 +238,-1.725644578,0.6316331145,80,-1.539457899,0.7305333307,693.2230662 +239,-2.14012759,0.7930497945,80,-1.539457899,0.7305333307,1725.8955183 +240,-2.103289431,0.7653606263,80,-1.539457899,0.7305333307,1632.5841373 +241,-1.318739838,0.7017808746,80,-1.539457899,0.7305333307,668.60567862 +242,-1.396417427,0.7077900843,80,-1.539457899,0.7305333307,435.50461128 +243,-1.35650337,0.7185539404,80,-1.539457899,0.7305333307,544.37203 +244,-1.248884539,0.7274156818,80,-1.539457899,0.7305333307,857.19549399 +245,-1.395014798,0.5761185243,80,-1.539457899,0.7305333307,761.07680525 +246,-1.433377362,0.6064716109,80,-1.539457899,0.7305333307,591.41444933 +247,-1.408172432,0.5903155476,80,-1.539457899,0.7305333307,690.11560893 +248,-1.749645898,0.7757118084,80,-1.539457899,0.7305333307,632.52596208 +249,-1.571626686,0.615046989,80,-1.539457899,0.7305333307,468.13577266 +250,-1.514070049,0.6303003037,80,-1.539457899,0.7305333307,404.62588089 +251,-1.480890369,0.6237966528,80,-1.539457899,0.7305333307,459.71681713 +252,-1.704390658,0.5281680612,80,-1.539457899,0.7305333307,958.51215088 +253,-1.64434733,0.5254277498,80,-1.539457899,0.7305333307,878.63660524 +254,-1.703855997,0.4792484842,80,-1.539457899,0.7305333307,1128.5878578 +255,-1.692002383,0.5748825051,80,-1.539457899,0.7305333307,780.44131861 +256,-1.854136457,0.5544643913,80,-1.539457899,0.7305333307,1213.3878473 +257,-1.665021206,0.520317736,80,-1.539457899,0.7305333307,924.28233661 +258,-1.733654349,0.4845187345,80,-1.539457899,0.7305333307,1158.9240714 +259,-1.720938188,0.5135933906,80,-1.539457899,0.7305333307,1037.274797 +260,-1.742668307,0.553296122,80,-1.539457899,0.7305333307,951.34610912 +261,-1.965659039,0.7142126903,80,-1.539457899,0.7305333307,1263.9183431 +262,-1.944438071,0.6772834804,80,-1.539457899,0.7305333307,1236.9812174 +263,-1.270340967,0.7681487096,80,-1.539457899,0.7305333307,793.2939281 +264,-1.353091884,0.6549276821,80,-1.539457899,0.7305333307,641.48826153 +265,-1.333236659,0.6413584414,80,-1.539457899,0.7305333307,723.14289134 +266,-1.352015998,0.6753788907,80,-1.539457899,0.7305333307,606.58001252 +267,-1.377988483,0.6577816235,80,-1.539457899,0.7305333307,569.33840207 +268,-2.13075611,0.8318642051,80,-1.539457899,0.7305333307,1696.2231742 +269,-2.097910953,0.8259670014,80,-1.539457899,0.7305333307,1607.7709288 +270,-1.416382069,0.6694271549,80,-1.539457899,0.7305333307,444.30554747 +271,-1.538905672,0.7535625993,80,-1.539457899,0.7305333307,91.233178308 +272,-1.572309477,0.7803125099,80,-1.539457899,0.7305333307,218.73378911 +273,-1.87759879,0.7503853417,80,-1.539457899,0.7305333307,989.58856277 +274,1.152365588,0.590457682,80,-1.539457899,0.7305333307,6961.7080259 +275,0.350198001,0.718001859,80,-1.539457899,0.7305333307,5167.2193928 +276,0.046513677,0.491503852,80,-1.539457899,0.7305333307,4994.4506938 +277,0.027510309,0.742571376,80,-1.539457899,0.7305333307,4358.4327852 +278,0.306285725,-0.214631579,80,-1.539457899,0.7305333307,7594.7779332 +279,-1.100564889,0.318051531,80,-1.539457899,0.7305333307,2204.5354502 +280,-1.078582306,0.301437596,80,-1.539457899,0.7305333307,2306.9619247 +281,-1.137371989,-0.617634065,80,-1.539457899,0.7305333307,5535.7513357 +282,0.784356344,0.703272339,80,-1.539457899,0.7305333307,6051.3730233 +283,-1.221209947,0.218327455,80,-1.539457899,0.7305333307,2306.8330695 +284,2.347301921,-0.449114658,80,-1.539457899,0.7305333307,9783.7352822 +285,0.246820618,0.830553713,80,-1.539457899,0.7305333307,4655.5035423 +286,0.829414965,0.703288228,80,-1.539457899,0.7305333307,6123.7536171 +287,-1.337537566,0.42332223,80,-1.539457899,0.7305333307,1386.2185143 +288,0.882453706,0.454478077,80,-1.539457899,0.7305333307,7061.3199573 +289,1.575629659,0.416419109,80,-1.539457899,0.7305333307,7899.7302701 +290,-1.039455679,0.229888244,80,-1.539457899,0.7305333307,2623.9350489 +291,0.489558039,0.934482747,80,-1.539457899,0.7305333307,4844.0216759 +292,0.081344504,0.88384514,80,-1.539457899,0.7305333307,4183.0372731 +293,-1.547979814,0.300350308,80,-1.539457899,0.7305333307,1704.2003119 +294,0.040776181,0.168560074,80,-1.539457899,0.7305333307,5805.1993303 +295,-1.130374745,0.563894876,80,-1.539457899,0.7305333307,1444.8652448 +296,1.578326642,0.478507176,80,-1.539457899,0.7305333307,7654.0455371 +297,-1.12861823,-0.291640865,80,-1.539457899,0.7305333307,4318.989158 +298,0.310524208,0.770885792,80,-1.539457899,0.7305333307,4941.2956089 +299,0.415649091,-0.387246002,80,-1.539457899,0.7305333307,8344.3544157 +300,-0.926533878,-0.188022748,80,-1.539457899,0.7305333307,4266.8699116 +301,1.258856172,-0.11716081,80,-1.539457899,0.7305333307,9731.4068784 +302,-1.126050026,0.322941926,80,-1.539457899,0.7305333307,2132.2474692 +303,2.002785835,0.07893892,80,-1.539457899,0.7305333307,8927.0682843 +304,0.440437607,0.746258085,80,-1.539457899,0.7305333307,5280.3911451 +305,-0.030391866,0.214441206,80,-1.539457899,0.7305333307,5477.2678511 +306,0.521557815,-0.058929362,80,-1.539457899,0.7305333307,7806.0959232 +307,-0.097005111,0.13317729,80,-1.539457899,0.7305333307,5492.5960698 +308,1.83113859,0.221857587,80,-1.539457899,0.7305333307,8579.9604857 +309,0.222428864,0.099404236,80,-1.539457899,0.7305333307,6517.4702898 +310,-1.702731345,0.8728568183,80,-1.539457899,0.7305333307,720.0347238 +311,-0.418507569,0.278324921,80,-1.539457899,0.7305333307,4172.0006876 +312,-1.41153306,0.339029988,80,-1.539457899,0.7305333307,1609.2799837 +313,0.357560442,0.114788776,80,-1.539457899,0.7305333307,6861.1969155 +314,0.325818979,0.268352149,80,-1.539457899,0.7305333307,6346.7953487 +315,-1.246004659,-0.663679965,80,-1.539457899,0.7305333307,5623.1792946 +316,1.814603087,0.637404484,80,-1.539457899,0.7305333307,6971.0915438 +317,1.843704281,-0.18300445,80,-1.539457899,0.7305333307,10118.325876 +318,1.690644492,-0.211480909,80,-1.539457899,0.7305333307,10365.233261 +319,-1.275451936,0.068109467,80,-1.539457899,0.7305333307,2785.4936849 +320,0.762430171,-0.207594741,80,-1.539457899,0.7305333307,8891.8270811 +321,0.265668905,-0.014647884,80,-1.539457899,0.7305333307,6949.6702368 +322,-2.773032013,-0.335515811,80,-1.539457899,0.7305333307,6170.4575773 +323,-1.469512853,0.174058777,80,-1.539457899,0.7305333307,2217.6102258 +324,0.286276986,0.785925691,80,-1.539457899,0.7305333307,4850.6077443 +325,-1.379324697,0.377432233,80,-1.539457899,0.7305333307,1496.8096418 +326,-1.203778265,0.212813032,80,-1.539457899,0.7305333307,2355.6064535 +327,0.579916301,0.611743168,80,-1.539457899,0.7305333307,5963.3158599 +328,0.267582642,0.868113908,80,-1.539457899,0.7305333307,4606.8589077 +329,0.412869244,-0.050245578,80,-1.539457899,0.7305333307,7472.4459365 +330,0.17524381,0.976660285,80,-1.539457899,0.7305333307,4179.3209223 +331,0.743157214,0.204812899,80,-1.539457899,0.7305333307,7598.7758875 +332,-1.070758176,0.269382282,80,-1.539457899,0.7305333307,2426.7976774 +333,-1.230364251,0.329790229,80,-1.539457899,0.7305333307,1898.0059223 +334,-1.374813124,-0.024926835,80,-1.539457899,0.7305333307,3050.1058265 +335,0.519780566,0.463669906,80,-1.539457899,0.7305333307,6278.0957183 +336,-1.55108034,0.239698561,80,-1.539457899,0.7305333307,1944.6071242 +337,0.180294813,0.029739425,80,-1.539457899,0.7305333307,6581.46492 +338,0.67820924,0.268170153,80,-1.539457899,0.7305333307,7247.5515646 +339,0.445798684,1.024001867,80,-1.539457899,0.7305333307,4531.0884021 +340,0.691751283,0.150521402,80,-1.539457899,0.7305333307,7645.3628902 +341,-1.036643551,-0.903056181,80,-1.539457899,0.7305333307,6697.7338156 +342,-0.120287036,1.083325163,80,-1.539457899,0.7305333307,3459.4623579 +343,2.823513113,-0.304487164,80,-1.539457899,0.7305333307,8041.1613017 +344,0.457583172,1.12513373,80,-1.539457899,0.7305333307,4286.765261 +345,0.042918831,0.813795399,80,-1.539457899,0.7305333307,4242.8376586 +346,1.196146777,-0.853142756,80,-1.539457899,0.7305333307,11220.415926 +347,0.206001358,-0.010430701,80,-1.539457899,0.7305333307,6763.8327815 +348,-0.268308653,0.234799412,80,-1.539457899,0.7305333307,4724.6619366 +349,0.759363263,0.736189579,80,-1.539457899,0.7305333307,5901.5512779 +350,0.181363926,0.891988372,80,-1.539457899,0.7305333307,4375.4951179 +351,-0.021111158,0.139103292,80,-1.539457899,0.7305333307,5700.7770839 +352,-0.093355215,0.630686981,80,-1.539457899,0.7305333307,4291.4675979 +353,0.40118964,0.681375926,80,-1.539457899,0.7305333307,5379.1352647 +354,-0.721197315,1.304706234,80,-1.539457899,0.7305333307,2692.9864121 +355,-1.076150317,0.212107639,80,-1.539457899,0.7305333307,2602.2951758 +356,-1.577164531,0.273993443,80,-1.539457899,0.7305333307,1812.9285712 +357,-0.190788414,0.182208586,80,-1.539457899,0.7305333307,5088.4015453 +358,-0.261349752,0.209710184,80,-1.539457899,0.7305333307,4809.3839111 +359,-1.029303852,0.083549259,80,-1.539457899,0.7305333307,3131.6840111 +360,-1.268609162,0.330525297,80,-1.539457899,0.7305333307,1828.0989079 +361,1.282982244,-0.926641967,80,-1.539457899,0.7305333307,11295.178788 +362,0.217352334,0.731352408,80,-1.539457899,0.7305333307,4834.5976329 +363,-1.511833084,0.258629297,80,-1.539457899,0.7305333307,1871.6042936 +364,0.338812194,0.823184618,80,-1.539457899,0.7305333307,4864.387647 +365,-0.324406489,1.134201999,80,-1.539457899,0.7305333307,3070.0686477 +366,1.389579348,0.399185724,80,-1.539457899,0.7305333307,7901.6494087 +367,2.047152199,-0.039082036,80,-1.539457899,0.7305333307,9281.2767316 +368,0.947780369,0.568250077,80,-1.539457899,0.7305333307,6774.292665 +369,0.763824846,0.576754987,80,-1.539457899,0.7305333307,6434.4937774 +370,-0.142334657,0.928153068,80,-1.539457899,0.7305333307,3616.8065283 +371,0.610266567,0.547265983,80,-1.539457899,0.7305333307,6225.0072319 +372,0.210731629,0.746815056,80,-1.539457899,0.7305333307,4781.2504744 +373,-1.34931644,0.316895224,80,-1.539457899,0.7305333307,1759.8933958 +374,2.407696481,0.655030745,80,-1.539457899,0.7305333307,6232.491305 +375,0.64207831,0.545359131,80,-1.539457899,0.7305333307,6297.3707015 +376,1.174597538,0.840588356,80,-1.539457899,0.7305333307,6043.4461198 +377,0.660059424,0.010604079,80,-1.539457899,0.7305333307,7986.6661114 +378,-0.730263819,0.010486456,80,-1.539457899,0.7305333307,4051.418668 +379,0.831068936,0.512339172,80,-1.539457899,0.7305333307,6772.1653888 +380,1.301180979,0.72367476,80,-1.539457899,0.7305333307,6583.8203372 +381,1.811128231,0.322854402,80,-1.539457899,0.7305333307,8201.6766066 +382,0.435105812,0.992284428,80,-1.539457899,0.7305333307,4597.5897967 +383,0.62643634,0.592027932,80,-1.539457899,0.7305333307,6119.3717328 +384,0.492988703,-0.516339467,80,-1.539457899,0.7305333307,8860.4276368 +385,-0.162469483,0.112549365,80,-1.539457899,0.7305333307,5353.5296417 +386,0.314630866,0.472006421,80,-1.539457899,0.7305333307,5753.5838465 +387,0.166744804,0.822815954,80,-1.539457899,0.7305333307,4501.7183749 +388,0.417159608,0.965805736,80,-1.539457899,0.7305333307,4637.5352784 +389,0.106334961,0.868774244,80,-1.539457899,0.7305333307,4268.3636766 +390,0.815086969,-0.338144359,80,-1.539457899,0.7305333307,9390.8551506 +391,0.59867455,-0.230624824,80,-1.539457899,0.7305333307,8491.7250267 +392,1.915104874,0.066220985,80,-1.539457899,0.7305333307,9092.5612678 +393,1.278093622,0.064463721,80,-1.539457899,0.7305333307,9085.5543619 +394,-0.061477853,0.302997961,80,-1.539457899,0.7305333307,5159.6158211 +395,0.251311504,0.626976942,80,-1.539457899,0.7305333307,5180.6099029 +396,2.950242872,0.149095644,80,-1.539457899,0.7305333307,6473.8215612 +397,-0.180294708,0.35375117,80,-1.539457899,0.7305333307,4686.8412776 +398,1.010448592,-0.351180233,80,-1.539457899,0.7305333307,9961.8059655 +399,-1.748740498,0.3686318073,80,-1.539457899,0.7305333307,1594.4977077 +400,2.699635665,0.123533791,80,-1.539457899,0.7305333307,7242.0174305 +401,0.496808033,0.823843254,80,-1.539457899,0.7305333307,5169.8934304 +402,0.129574704,0.763364087,80,-1.539457899,0.7305333307,4554.9267027 +403,1.798920311,0.817447563,80,-1.539457899,0.7305333307,6273.3386544 +404,0.335987953,0.746786541,80,-1.539457899,0.7305333307,5059.3678936 +405,-1.085413643,0.292154671,80,-1.539457899,0.7305333307,2321.039893 +406,-0.155321003,0.508207011,80,-1.539457899,0.7305333307,4393.210337 +407,0.620529244,-0.301175104,80,-1.539457899,0.7305333307,8737.2565278 +408,1.684402744,0.368716966,80,-1.539457899,0.7305333307,8079.2775547 +409,0.300582244,-0.386397212,80,-1.539457899,0.7305333307,8004.4317031 +410,2.913555946,-0.009225192,80,-1.539457899,0.7305333307,7008.0899107 +411,1.465101417,0.493232532,80,-1.539457899,0.7305333307,7570.6379697 +412,0.090612882,0.907955955,80,-1.539457899,0.7305333307,4153.3435623 +413,2.987564726,-0.729568594,80,-1.539457899,0.7305333307,8514.925085 +414,-1.484261606,0.224149272,80,-1.539457899,0.7305333307,2014.8005704 +415,0.164073421,0.303955133,80,-1.539457899,0.7305333307,5802.6393734 +416,0.141441293,0.167552546,80,-1.539457899,0.7305333307,6100.7584553 +417,2.931321023,-0.506718887,80,-1.539457899,0.7305333307,8203.4301929 +418,2.21951565,0.700596356,80,-1.539457899,0.7305333307,6357.0346366 +419,0.268112576,1.199114336,80,-1.539457899,0.7305333307,3875.9106095 +420,0.978913739,0.359223811,80,-1.539457899,0.7305333307,7560.7993833 +421,1.210898818,0.522863584,80,-1.539457899,0.7305333307,7277.4488183 +422,2.347397336,0.129231362,80,-1.539457899,0.7305333307,8101.0820707 +423,0.614394501,0.556878345,80,-1.539457899,0.7305333307,6203.8803756 +424,-1.398079356,0.148483366,80,-1.539457899,0.7305333307,2357.9293541 +425,2.535303836,-0.112984496,80,-1.539457899,0.7305333307,8368.4934356 +426,-1.019372593,-0.405322349,80,-1.539457899,0.7305333307,4886.2427935 +427,-1.297785627,-0.160104069,80,-1.539457899,0.7305333307,3635.5089474 +428,2.144554488,0.205051084,80,-1.539457899,0.7305333307,8244.3077577 +429,-2.242387083,-0.426171285,80,-1.539457899,0.7305333307,5255.4123408 +430,0.338637212,0.909723676,80,-1.539457899,0.7305333307,4642.0201197 +431,-0.148798452,0.691042401,80,-1.539457899,0.7305333307,4018.1450077 +432,0.893524764,0.441829531,80,-1.539457899,0.7305333307,7124.46794 +433,0.969229347,-0.368847936,80,-1.539457899,0.7305333307,9899.8445919 +434,0.436043248,0.800045688,80,-1.539457899,0.7305333307,5121.0034775 +435,1.687946607,1.081504775,80,-1.539457899,0.7305333307,5261.1104172 +436,0.522302046,-0.034889271,80,-1.539457899,0.7305333307,7741.2135551 +437,-0.178996113,-0.438090009,80,-1.539457899,0.7305333307,6787.2498347 +438,-1.094339566,0.301444068,80,-1.539457899,0.7305333307,2271.3772417 +439,-1.064070054,0.242569932,80,-1.539457899,0.7305333307,2528.2494419 +440,-1.068153768,0.230387998,80,-1.539457899,0.7305333307,2559.0835371 +441,-3.00496892,-0.23989155,80,-1.539457899,0.7305333307,6549.1128541 +442,0.21751974,0.766874888,80,-1.539457899,0.7305333307,4747.367318 +443,0.117229532,0.007619006,80,-1.539457899,0.7305333307,6455.0009806 +444,0.777758451,0.420554741,80,-1.539457899,0.7305333307,6976.0952693 +445,-0.252356999,0.250747086,80,-1.539457899,0.7305333307,4731.2102457 +446,0.363148444,0.768483434,80,-1.539457899,0.7305333307,5059.2246073 +447,0.903191366,-0.118210676,80,-1.539457899,0.7305333307,8998.1113689 +448,-0.205755923,0.149406178,80,-1.539457899,0.7305333307,5129.4802002 +449,1.811996086,0.02364353,80,-1.539457899,0.7305333307,9363.205449 +450,-1.100670221,0.314845373,80,-1.539457899,0.7305333307,2214.4784061 +451,0.340078597,0.850105132,80,-1.539457899,0.7305333307,4797.1177455 +452,0.258757267,0.804969236,80,-1.539457899,0.7305333307,4743.7739315 +453,2.78505352,-0.155160804,80,-1.539457899,0.7305333307,7772.08927 +454,0.800551619,0.105822106,80,-1.539457899,0.7305333307,8047.289532 +455,0.437940882,-0.506194031,80,-1.539457899,0.7305333307,8678.3265507 +456,2.230431122,0.63458615,80,-1.539457899,0.7305333307,6577.6369062 +457,0.527965361,0.127667701,80,-1.539457899,0.7305333307,7292.6332968 +458,-0.063643205,0.702093448,80,-1.539457899,0.7305333307,4216.835714 +459,1.408447268,0.133010502,80,-1.539457899,0.7305333307,8951.9660148 +460,0.523795955,0.280266966,80,-1.539457899,0.7305333307,6833.6763464 +461,-0.975769313,0.072177659,80,-1.539457899,0.7305333307,3281.2230831 +462,0.549774164,-0.463663986,80,-1.539457899,0.7305333307,8914.0533161 +463,0.29245874,1.095549818,80,-1.539457899,0.7305333307,4123.4859298 +464,0.143625958,0.816809593,80,-1.539457899,0.7305333307,4464.4322393 +465,0.671902494,0.611159853,80,-1.539457899,0.7305333307,6149.3222908 +466,1.239840988,0.6724199,80,-1.539457899,0.7305333307,6735.2477953 +467,0.607829703,-0.10932137,80,-1.539457899,0.7305333307,8188.6355208 +468,1.763020906,0.263996692,80,-1.539457899,0.7305333307,8460.8069202 +469,0.378714634,0.726066797,80,-1.539457899,0.7305333307,5207.0977962 +470,2.196736143,-0.153862366,80,-1.539457899,0.7305333307,9360.1707774 +471,0.01702415,0.148991565,80,-1.539457899,0.7305333307,5786.9534662 +472,-2.998490902,-0.158002487,80,-1.539457899,0.7305333307,6312.8619827 +473,-3.051262951,-0.346595608,80,-1.539457899,0.7305333307,6960.4385365 +474,-1.069176439,0.182802941,80,-1.539457899,0.7305333307,2714.6627973 +475,0.167157509,0.595344954,80,-1.539457899,0.7305333307,5053.592475 +476,0.613855648,0.681746124,80,-1.539457899,0.7305333307,5815.9175696 +477,1.037012736,0.682555367,80,-1.539457899,0.7305333307,6488.2907372 +478,-1.253574971,0.379755746,80,-1.539457899,0.7305333307,1683.5127808 +479,3.108590453,-0.132620738,80,-1.539457899,0.7305333307,6761.1065169 +480,0.565301296,0.022333262,80,-1.539457899,0.7305333307,7697.9653757 +481,0.547898238,0.855555614,80,-1.539457899,0.7305333307,5169.829081 +482,0.948309381,0.417393755,80,-1.539457899,0.7305333307,7304.6571256 +483,-0.050600732,0.945269213,80,-1.539457899,0.7305333307,3787.5627348 +484,-0.977651478,-0.572363064,80,-1.539457899,0.7305333307,5551.417725 +485,1.102014914,0.728861163,80,-1.539457899,0.7305333307,6392.8006274 +486,2.927300795,-0.282939414,80,-1.539457899,0.7305333307,7681.4897391 +487,-1.154565557,0.124434095,80,-1.539457899,0.7305333307,2754.4271142 +488,1.855331234,0.291044755,80,-1.539457899,0.7305333307,8292.5700639 +489,0.830290659,0.276904518,80,-1.539457899,0.7305333307,7558.2463524 +490,0.485104466,-0.234867441,80,-1.539457899,0.7305333307,8172.6369015 +491,0.521367572,-0.33161327,80,-1.539457899,0.7305333307,8522.4727046 +1,-1.539031704,0.7349710123,81,-1.537453161,0.7305750503,18.022011442 +2,-1.536990553,0.7349663874,81,-1.537453161,0.7305750503,17.447333035 +3,-1.534951779,0.7349571355,81,-1.537453161,0.7305750503,18.855281393 +4,-1.532906461,0.7349480293,81,-1.537453161,0.7305750503,21.891553391 +5,-1.531320211,0.7346937278,81,-1.537453161,0.7305750503,24.337061864 +6,-1.539451648,0.7335131775,81,-1.537453161,0.7305750503,13.042610956 +7,-1.537429487,0.7335445708,81,-1.537453161,0.7305750503,11.762477374 +8,-1.535484998,0.7335658704,81,-1.537453161,0.7305750503,13.189602902 +9,-1.533488396,0.7336036027,81,-1.537453161,0.7305750503,16.743451486 +10,-1.531497785,0.7335842962,81,-1.537453161,0.7305750503,21.211210281 +11,-1.530259379,0.7334777758,81,-1.537453161,0.7305750503,24.112606295 +12,-1.5335454,0.7322346912,81,-1.537453161,0.7305750503,13.263497425 +13,-1.531489083,0.7322238773,81,-1.537453161,0.7305750503,18.755540341 +14,-1.530011122,0.7321679851,81,-1.537453161,0.7305750503,22.828461726 +15,-1.53348106,0.7306614094,81,-1.537453161,0.7305750503,11.722695471 +16,-1.531441779,0.7306962275,81,-1.537453161,0.7305750503,17.73979736 +17,-1.529755654,0.7306933243,81,-1.537453161,0.7305750503,22.712146506 +18,-1.533415048,0.7291384674,81,-1.537453161,0.7305750503,13.209061683 +19,-1.531392093,0.7291705353,81,-1.537453161,0.7305750503,18.73704374 +20,-1.529296523,0.7291214933,81,-1.537453161,0.7305750503,24.757444012 +21,-1.535280942,0.727267644,81,-1.537453161,0.7305750503,14.588162408 +22,-1.533378158,0.7276139666,81,-1.537453161,0.7305750503,16.806873131 +23,-1.531340368,0.7276446587,81,-1.537453161,0.7305750503,21.465943204 +24,-1.528960113,0.7276398177,81,-1.537453161,0.7305750503,27.651382887 +25,-1.533313146,0.7260818349,81,-1.537453161,0.7305750503,21.599192415 +26,-1.531259555,0.7260958115,81,-1.537453161,0.7305750503,25.494822224 +27,-1.528926415,0.7260865555,81,-1.537453161,0.7305750503,30.844734162 +28,-1.531226779,0.7245511789,81,-1.537453161,0.7305750503,30.142099948 +29,-1.528904772,0.7245519194,81,-1.537453161,0.7305750503,34.764834583 +30,-1.547195875,0.7409785979,81,-1.537453161,0.7305750503,50.164869826 +31,-1.5451475,0.740980426,81,-1.537453161,0.7305750503,47.001739448 +32,-1.543097679,0.7409798872,81,-1.537453161,0.7305750503,44.421287098 +33,-1.540720364,0.7409892687,81,-1.537453161,0.7305750503,42.3515609 +34,-1.547188511,0.7395198392,81,-1.537453161,0.7305750503,45.536068648 +35,-1.545148587,0.7395226109,81,-1.537453161,0.7305750503,42.039710223 +36,-1.543104538,0.7395314908,81,-1.537453161,0.7305750503,39.170191743 +37,-1.540727751,0.7395306258,81,-1.537453161,0.7305750503,36.754708528 +38,-1.547187029,0.7380014886,81,-1.537453161,0.7305750503,41.041620242 +39,-1.545147315,0.7380012252,81,-1.537453161,0.7305750503,37.108447932 +40,-1.54310719,0.7380060743,81,-1.537453161,0.7305750503,33.804485531 +41,-1.540719671,0.7380068206,81,-1.537453161,0.7305750503,30.96441342 +42,-1.547187189,0.7364799098,81,-1.537453161,0.7305750503,36.977226173 +43,-1.545149996,0.7364853874,81,-1.537453161,0.7305750503,32.571737409 +44,-1.543106091,0.7364823484,81,-1.537453161,0.7305750503,28.70791466 +45,-1.540717158,0.7364893901,81,-1.537453161,0.7305750503,25.318743043 +46,-1.538663972,0.7410138672,81,-1.537453161,0.7305750503,41.500716044 +47,-1.53695285,0.7409699132,81,-1.537453161,0.7305750503,41.200250923 +48,-1.534910498,0.7409641297,81,-1.537453161,0.7305750503,41.822937308 +49,-1.533145034,0.7409536636,81,-1.537453161,0.7305750503,43.011966268 +50,-1.538681336,0.7395405883,81,-1.537453161,0.7305750503,35.695371974 +51,-1.536999189,0.7395183096,81,-1.537453161,0.7305750503,35.449354059 +52,-1.534923633,0.7395144222,81,-1.537453161,0.7305750503,36.18047434 +53,-1.533267822,0.7395654306,81,-1.537453161,0.7305750503,37.674367849 +54,-1.53867273,0.7380151077,81,-1.537453161,0.7305750503,29.687421823 +55,-1.536980576,0.7379994392,81,-1.537453161,0.7305750503,29.440813545 +56,-1.534931522,0.7379944961,81,-1.537453161,0.7305750503,30.309260032 +57,-1.533387952,0.7379480264,81,-1.537453161,0.7305750503,31.555822495 +58,-1.538682279,0.7364914363,81,-1.537453161,0.7305750503,23.7121995 +59,-1.536980704,0.7364810563,81,-1.537453161,0.7305750503,23.434955034 +60,-1.534935567,0.7364752065,81,-1.537453161,0.7305750503,24.516364097 +61,-1.533042592,0.7363876366,81,-1.537453161,0.7305750503,26.429321317 +62,-1.545143426,0.7349628011,81,-1.537453161,0.7305750503,28.543656455 +63,-1.543105297,0.7349691947,81,-1.537453161,0.7305750503,24.080740679 +64,-1.541064533,0.7349647152,81,-1.537453161,0.7305750503,20.38096323 +65,-1.545411803,0.7334624714,81,-1.537453161,0.7305750503,26.089027485 +66,-1.543446606,0.7334780896,81,-1.537453161,0.7305750503,21.072294126 +67,-1.541475327,0.7334957295,81,-1.537453161,0.7305750503,16.561009579 +68,-1.545401939,0.731963266,81,-1.537453161,0.7305750503,24.071651019 +69,-1.54342253,0.7319915583,81,-1.537453161,0.7305750503,18.471885931 +70,-1.541455867,0.7320216438,81,-1.537453161,0.7305750503,13.118342692 +71,-1.545410146,0.7304422281,81,-1.537453161,0.7305750503,23.481295723 +72,-1.543435491,0.7304713664,81,-1.537453161,0.7305750503,17.654155593 +73,-1.541463105,0.7304997613,81,-1.537453161,0.7305750503,11.83395615 +74,-1.545414768,0.7289194936,81,-1.537453161,0.7305750503,24.40266017 +75,-1.543435774,0.7289538557,81,-1.537453161,0.7305750503,18.793338403 +76,-1.541457714,0.7289765881,81,-1.537453161,0.7305750503,13.411034971 +77,-1.539449415,0.7320555866,81,-1.537453161,0.7305750503,8.3082886247 +78,-1.537429183,0.7321097681,81,-1.537453161,0.7305750503,6.0794280025 +79,-1.535472649,0.7321497267,81,-1.537453161,0.7305750503,8.5436080339 +80,-1.539457899,0.7305333307,81,-1.537453161,0.7305750503,5.9166287965 +81,-1.537453161,0.7305750503,81,-1.537453161,0.7305750503,2.9693152889 +82,-1.535479385,0.7306124949,81,-1.537453161,0.7305750503,5.8246596991 +83,-1.53946905,0.7290102593,81,-1.537453161,0.7305750503,8.5927021752 +84,-1.537459922,0.7290417293,81,-1.537453161,0.7305750503,6.0735171406 +85,-1.535451349,0.7290890157,81,-1.537453161,0.7305750503,8.3408271276 +86,-1.535522937,0.7279887191,81,-1.537453161,0.7305750503,11.723907515 +87,-1.539442524,0.7274735939,81,-1.537453161,0.7305750503,13.618260219 +88,-1.537424111,0.727521351,81,-1.537453161,0.7305750503,12.096007234 +89,-1.539384641,0.7259505092,81,-1.537453161,0.7305750503,19.187094616 +90,-1.537372391,0.7259947145,81,-1.537453161,0.7305750503,18.144281208 +91,-1.535340789,0.7260435356,81,-1.537453161,0.7305750503,19.004485893 +92,-1.539325716,0.7244369706,81,-1.537453161,0.7305750503,24.935989259 +93,-1.537308932,0.7244801057,81,-1.537453161,0.7305750503,24.145845106 +94,-1.535289068,0.7245247645,81,-1.537453161,0.7305750503,24.805442974 +95,-1.533261366,0.7245550236,81,-1.537453161,0.7305750503,26.876521736 +96,-1.539267302,0.722921924,81,-1.537453161,0.7305750503,30.786028885 +97,-1.537248972,0.7229660258,81,-1.537453161,0.7305750503,30.145406095 +98,-1.535219431,0.7229916471,81,-1.537453161,0.7305750503,30.756987067 +99,-1.53318962,0.7230212049,81,-1.537453161,0.7305750503,32.473456833 +100,-1.531154816,0.7230299897,81,-1.537453161,0.7305750503,35.224237778 +101,-1.528878341,0.7230370244,81,-1.537453161,0.7305750503,39.188510174 +102,-1.539218189,0.7214009878,81,-1.537453161,0.7305750503,36.712656185 +103,-1.537198791,0.7214422745,81,-1.537453161,0.7305750503,36.182771143 +104,-1.535179266,0.7214634354,81,-1.537453161,0.7305750503,36.714231628 +105,-1.533156501,0.7214944644,81,-1.537453161,0.7305750503,38.153455276 +106,-1.53113574,0.7215166021,81,-1.537453161,0.7305750503,40.466809766 +107,-1.528874248,0.7215345535,81,-1.537453161,0.7305750503,43.909197929 +108,-1.539217656,0.7198512397,81,-1.537453161,0.7305750503,42.79781399 +109,-1.537199919,0.7199428763,81,-1.537453161,0.7305750503,42.12073041 +110,-1.545425832,0.727397149,81,-1.537453161,0.7305750503,26.706295064 +111,-1.543371177,0.7273916949,81,-1.537453161,0.7305750503,21.556264896 +112,-1.541368852,0.7274523163,81,-1.537453161,0.7305750503,16.935510443 +113,-1.545349067,0.7258710923,81,-1.537453161,0.7305750503,29.867206973 +114,-1.54332671,0.7258603556,81,-1.537453161,0.7305750503,25.500300219 +115,-1.541346831,0.7259242142,81,-1.537453161,0.7305750503,21.722421403 +116,-1.545324355,0.7243383958,81,-1.537453161,0.7305750503,33.948108963 +117,-1.543292796,0.7243617413,81,-1.537453161,0.7305750503,30.068845827 +118,-1.541295822,0.7244024384,81,-1.537453161,0.7305750503,26.963108982 +119,-1.543193859,0.7205570215,81,-1.537453161,0.7305750503,43.174040103 +120,-1.550257047,0.7386738187,81,-1.537453161,0.7305750503,49.451790839 +121,-1.549335448,0.7311736483,81,-1.537453161,0.7305750503,35.1247509 +122,-1.533478843,0.7179891343,81,-1.537453161,0.7305750503,51.228063056 +123,-1.556150555,0.738907041,81,-1.537453161,0.7305750503,64.101052827 +124,-1.554324226,0.733414257,81,-1.537453161,0.7305750503,50.964231718 +125,-1.554290846,0.7288285332,81,-1.537453161,0.7305750503,50.190740927 +126,-1.55122487,0.7219795312,81,-1.537453161,0.7305750503,53.127147776 +127,-1.525104458,0.7229399862,81,-1.537453161,0.7305750503,47.44266509 +128,-1.519607711,0.7236181429,81,-1.537453161,0.7305750503,59.566484216 +129,-1.513899999,0.7251107854,81,-1.537453161,0.7305750503,72.938713561 +130,-1.536620762,0.7431061895,81,-1.537453161,0.7305750503,49.695866742 +131,-1.5369566,0.7460845958,81,-1.537453161,0.7305750503,61.450529077 +132,-1.545345528,0.7447040685,81,-1.537453161,0.7305750503,60.558258387 +133,-1.532813921,0.7432306626,81,-1.537453161,0.7305750503,51.943097043 +134,-1.554788248,0.7382381001,81,-1.537453161,0.7305750503,59.318139727 +135,-1.540348126,0.7301594274,81,-1.537453161,0.7305750503,8.6992662921 +136,-1.538016084,0.7239051786,81,-1.537453161,0.7305750503,26.471815447 +137,-1.525288962,0.7258085137,81,-1.537453161,0.7305750503,40.61696077 +138,-1.534326986,0.731241342,81,-1.537453161,0.7305750503,9.5901228025 +139,-1.530733872,0.7303625216,81,-1.537453161,0.7305750503,19.842420709 +141,-1.534354939,0.7328219978,81,-1.537453161,0.7305750503,12.750929484 +142,-1.53157084,0.7292888153,81,-1.537453161,0.7305750503,18.095533978 +143,-1.525691035,0.7263799874,81,-1.537453161,0.7305750503,38.531679732 +144,-1.534031287,0.7495967835,81,-1.537453161,0.7305750503,76.006843819 +145,-1.527714986,0.7283095957,81,-1.537453161,0.7305750503,30.125322764 +146,-1.526189586,0.7271468292,81,-1.537453161,0.7305750503,35.94346961 +147,-1.555177336,0.7375563366,81,-1.537453161,0.7305750503,59.004899861 +148,-1.555080283,0.7312707794,81,-1.537453161,0.7305750503,52.058538281 +149,-1.53856994,0.7224180299,81,-1.537453161,0.7305750503,32.478716299 +150,-1.530837883,0.729933372,81,-1.537453161,0.7305750503,19.686199064 +151,-1.515066984,0.5854133365,81,-1.537453161,0.7305750503,579.22914312 +152,-1.534731633,0.5368370046,81,-1.537453161,0.7305750503,767.44516159 +153,-1.515231902,0.5607085576,81,-1.537453161,0.7305750503,676.48008581 +154,-2.616253799,1.0684566605,81,-1.537453161,0.7305750503,2837.1662013 +155,-1.956071439,0.5792177723,81,-1.537453161,0.7305750503,1438.849339 +156,-1.951208514,0.5602434208,81,-1.537453161,0.7305750503,1465.9900396 +157,-1.944675062,0.6062144545,81,-1.537453161,0.7305750503,1353.0245161 +158,-1.613778386,0.6077989518,81,-1.537453161,0.7305750503,540.84728088 +159,-2.035029014,0.6021432345,81,-1.537453161,0.7305750503,1621.8708593 +160,-2.114989471,0.6801825058,81,-1.537453161,0.7305750503,1742.2448414 +161,-2.037382079,0.5765830025,81,-1.537453161,0.7305750503,1676.5518437 +162,-2.129855121,0.6585019963,81,-1.537453161,0.7305750503,1813.330025 +163,-2.075141798,0.6493615843,81,-1.537453161,0.7305750503,1664.4850796 +164,-1.828626729,0.6948433129,81,-1.537453161,0.7305750503,882.55611581 +165,-1.863329418,0.6735427691,81,-1.537453161,0.7305750503,1008.9071723 +166,-1.266037071,0.727988852,81,-1.537453161,0.7305750503,800.60428268 +167,-1.277579582,0.7249010648,81,-1.537453161,0.7305750503,767.96812788 +168,-1.258418684,0.7241194816,81,-1.537453161,0.7305750503,824.76346616 +169,-1.317813974,0.6804850104,81,-1.537453161,0.7305750503,690.62795244 +170,-1.344165204,0.6790988904,81,-1.537453161,0.7305750503,617.24449056 +171,-1.427582102,0.5277120351,81,-1.537453161,0.7305750503,876.55355692 +172,-1.402238616,0.457167829,81,-1.537453161,0.7305750503,1169.1168267 +173,-1.422454264,0.4996161999,81,-1.537453161,0.7305750503,986.77241486 +174,-1.439089277,0.4894859811,81,-1.537453161,0.7305750503,1006.3141852 +175,-1.448126995,0.5182330266,81,-1.537453161,0.7305750503,888.26632648 +176,-1.474626146,0.5881926574,81,-1.537453161,0.7305750503,597.13344428 +177,-1.421139645,0.5584869783,81,-1.537453161,0.7305750503,774.1526956 +178,-1.457037165,0.565943032,81,-1.537453161,0.7305750503,699.50325908 +179,-2.757159358,0.3745319,81,-1.537453161,0.7305750503,4227.4647098 +180,-2.714309238,0.342054471,81,-1.537453161,0.7305750503,4179.2595782 +181,-2.000525337,0.774119946,81,-1.537453161,0.7305750503,1344.2280691 +183,-1.571413436,0.6777838382,81,-1.537453161,0.7305750503,232.86843213 +184,-1.552860289,0.6987663893,81,-1.537453161,0.7305750503,134.15899776 +185,-1.521852374,0.7165827476,81,-1.537453161,0.7305750503,72.224541792 +186,-1.503656267,0.6928968252,81,-1.537453161,0.7305750503,180.40264902 +187,-1.502753178,0.7136205882,81,-1.537453161,0.7305750503,123.07370907 +188,-1.631894563,0.7343596465,81,-1.537453161,0.7305750503,278.49720065 +189,-1.653765416,0.6770714026,81,-1.537453161,0.7305750503,410.03458293 +190,-1.719812114,0.6715965947,81,-1.537453161,0.7305750503,598.83564731 +191,-1.493406659,0.6646955447,81,-1.537453161,0.7305750503,293.17272606 +192,-1.469120564,0.6613469966,81,-1.537453161,0.7305750503,343.91759249 +193,-1.590551461,0.5326612937,81,-1.537453161,0.7305750503,801.94876032 +194,-1.625979264,0.5247742243,81,-1.537453161,0.7305750503,862.73510998 +195,-1.572293943,0.5238808754,81,-1.537453161,0.7305750503,826.23545802 +196,-1.610848725,0.5477107964,81,-1.537453161,0.7305750503,760.70967923 +197,-1.208485554,0.7918526018,81,-1.537453161,0.7305750503,971.62074408 +198,-1.335601374,0.6869083083,81,-1.537453161,0.7305750503,630.58495595 +199,-1.346156996,0.6825213377,81,-1.537453161,0.7305750503,606.42825498 +200,-1.324381037,0.6741422347,81,-1.537453161,0.7305750503,681.16798645 +201,-1.242424992,0.7378949807,81,-1.537453161,0.7305750503,866.56751586 +202,-1.270370057,0.7392461008,81,-1.537453161,0.7305750503,784.54934235 +203,-1.448950472,0.7441675014,81,-1.537453161,0.7305750503,264.97948996 +204,-1.492662363,0.7523026852,81,-1.537453161,0.7305750503,156.59942808 +205,-1.479098966,0.7763855017,81,-1.537453161,0.7305750503,247.63135015 +206,-1.633760714,0.7869022408,81,-1.537453161,0.7305750503,355.40823783 +207,-1.647406434,0.8101289331,81,-1.537453161,0.7305750503,443.56037317 +208,-1.564245052,0.5701509278,81,-1.537453161,0.7305750503,640.99548183 +209,-1.646289963,0.6833746083,81,-1.537453161,0.7305750503,377.208113 +210,-1.5820631,0.6751952144,81,-1.537453161,0.7305750503,257.44659334 +211,-1.613236298,0.6681681791,81,-1.537453161,0.7305750503,337.35319781 +212,-1.914661867,0.8212566515,81,-1.537453161,0.7305750503,1121.0310299 +213,-1.742133237,0.7250275956,81,-1.537453161,0.7305750503,605.25609675 +214,-2.033144872,0.6557314699,81,-1.537453161,0.7305750503,1531.8175946 +215,-2.039551981,0.6964723658,81,-1.537453161,0.7305750503,1502.6537168 +216,-1.247341019,0.7622473908,81,-1.537453161,0.7305750503,851.41231945 +217,-1.298239787,0.7084123392,81,-1.537453161,0.7305750503,717.27432655 +218,-1.308539688,0.6926545592,81,-1.537453161,0.7305750503,702.15082587 +219,-1.303263185,0.6888938396,81,-1.537453161,0.7305750503,721.9206372 +220,-1.852400229,0.6004246149,81,-1.537453161,0.7305750503,1105.3440592 +221,-1.288947707,0.7473773692,81,-1.537453161,0.7305750503,729.73549115 +222,-1.372031502,0.7472790993,81,-1.537453161,0.7305750503,488.57473019 +223,-1.289805721,0.7242157877,81,-1.537453161,0.7305750503,732.26523087 +224,-1.350807603,0.7533498126,81,-1.537453161,0.7305750503,551.99080512 +225,-1.329290365,0.7560442322,81,-1.537453161,0.7305750503,614.82039772 +226,-1.410153004,0.616936428,81,-1.537453161,0.7305750503,597.761461 +227,-1.393445434,0.6308995063,81,-1.537453161,0.7305750503,593.08774149 +228,-1.37595573,0.6241540638,81,-1.537453161,0.7305750503,652.11593074 +229,-1.358388707,0.6172645205,81,-1.537453161,0.7305750503,712.26159433 +230,-1.753741133,0.8281661666,81,-1.537453161,0.7305750503,720.38762407 +231,-1.47430987,0.6834615681,81,-1.537453161,0.7305750503,266.38314278 +232,-1.421012508,0.7222725206,81,-1.537453161,0.7305750503,346.26404809 +233,-1.4476833,0.6978557868,81,-1.537453161,0.7305750503,298.23203981 +234,-1.470370723,0.6966193374,81,-1.537453161,0.7305750503,241.71188349 +235,-1.429211703,0.7037216883,81,-1.537453161,0.7305750503,340.09832932 +236,-1.700578405,0.6178673663,81,-1.537453161,0.7305750503,673.11139498 +237,-1.678117619,0.6331716163,81,-1.537453161,0.7305750503,579.15392841 +238,-1.725644578,0.6316331145,81,-1.537453161,0.7305750503,698.39039368 +239,-2.14012759,0.7930497945,81,-1.537453161,0.7305750503,1731.3960495 +240,-2.103289431,0.7653606263,81,-1.537453161,0.7305750503,1638.2286824 +241,-1.318739838,0.7017808746,81,-1.537453161,0.7305750503,662.73658955 +242,-1.396417427,0.7077900843,81,-1.537453161,0.7305750503,429.69517968 +243,-1.35650337,0.7185539404,81,-1.537453161,0.7305750503,538.4643976 +244,-1.248884539,0.7274156818,81,-1.537453161,0.7305750503,851.2876358 +245,-1.395014798,0.5761185243,81,-1.537453161,0.7305750503,757.48390694 +246,-1.433377362,0.6064716109,81,-1.537453161,0.7305750503,588.11301754 +247,-1.408172432,0.5903155476,81,-1.537453161,0.7305750503,686.55293489 +248,-1.749645898,0.7757118084,81,-1.537453161,0.7305750503,638.01082593 +249,-1.571626686,0.615046989,81,-1.537453161,0.7305750503,469.65310802 +250,-1.514070049,0.6303003037,81,-1.537453161,0.7305750503,403.64419122 +251,-1.480890369,0.6237966528,81,-1.537453161,0.7305750503,457.47714185 +252,-1.704390658,0.5281680612,81,-1.537453161,0.7305750503,962.15962694 +253,-1.64434733,0.5254277498,81,-1.537453161,0.7305750503,881.2414168 +254,-1.703855997,0.4792484842,81,-1.537453161,0.7305750503,1131.7989152 +255,-1.692002383,0.5748825051,81,-1.537453161,0.7305750503,784.43458024 +256,-1.854136457,0.5544643913,81,-1.537453161,0.7305750503,1218.6341263 +257,-1.665021206,0.520317736,81,-1.537453161,0.7305750503,927.22486893 +258,-1.733654349,0.4845187345,81,-1.537453161,0.7305750503,1162.5710974 +259,-1.720938188,0.5135933906,81,-1.537453161,0.7305750503,1041.0103255 +260,-1.742668307,0.553296122,81,-1.537453161,0.7305750503,955.74029553 +261,-1.965659039,0.7142126903,81,-1.537453161,0.7305750503,1269.7922703 +262,-1.944438071,0.6772834804,81,-1.537453161,0.7305750503,1242.8976698 +263,-1.270340967,0.7681487096,81,-1.537453161,0.7305750503,787.56387978 +264,-1.353091884,0.6549276821,81,-1.537453161,0.7305750503,636.17316076 +265,-1.333236659,0.6413584414,81,-1.537453161,0.7305750503,717.87552022 +266,-1.352015998,0.6753788907,81,-1.537453161,0.7305750503,600.9953357 +267,-1.377988483,0.6577816235,81,-1.537453161,0.7305750503,564.17050753 +268,-2.13075611,0.8318642051,81,-1.537453161,0.7305750503,1701.4998273 +269,-2.097910953,0.8259670014,81,-1.537453161,0.7305750503,1613.0825322 +270,-1.416382069,0.6694271549,81,-1.537453161,0.7305750503,439.3166955 +271,-1.538905672,0.7535625993,81,-1.537453161,0.7305750503,91.152363639 +272,-1.572309477,0.7803125099,81,-1.537453161,0.7305750503,221.14839157 +273,-1.87759879,0.7503853417,81,-1.537453161,0.7305750503,995.36098996 +274,1.152365588,0.590457682,81,-1.537453161,0.7305750503,6959.3762565 +275,0.350198001,0.718001859,81,-1.537453161,0.7305750503,5162.7222263 +276,0.046513677,0.491503852,81,-1.537453161,0.7305750503,4988.9125656 +277,0.027510309,0.742571376,81,-1.537453161,0.7305750503,4353.4499789 +278,0.306285725,-0.214631579,81,-1.537453161,0.7305750503,7588.8615478 +279,-1.100564889,0.318051531,81,-1.537453161,0.7305750503,2200.1290072 +280,-1.078582306,0.301437596,81,-1.537453161,0.7305750503,2302.5061175 +281,-1.137371989,-0.617634065,81,-1.537453161,0.7305750503,5533.9965929 +282,0.784356344,0.703272339,81,-1.537453161,0.7305750503,6047.9382579 +283,-1.221209947,0.218327455,81,-1.537453161,0.7305750503,2303.6939082 +284,2.347301921,-0.449114658,81,-1.537453161,0.7305750503,9789.5089391 +285,0.246820618,0.830553713,81,-1.537453161,0.7305750503,4651.163329 +286,0.829414965,0.703288228,81,-1.537453161,0.7305750503,6120.4605342 +287,-1.337537566,0.42332223,81,-1.537453161,0.7305750503,1383.2166396 +288,0.882453706,0.454478077,81,-1.537453161,0.7305750503,7057.6020076 +289,1.575629659,0.416419109,81,-1.537453161,0.7305750503,7899.4018961 +290,-1.039455679,0.229888244,81,-1.537453161,0.7305750503,2619.5589426 +291,0.489558039,0.934482747,81,-1.537453161,0.7305750503,4840.5306246 +292,0.081344504,0.88384514,81,-1.537453161,0.7305750503,4178.6186493 +293,-1.547979814,0.300350308,81,-1.537453161,0.7305750503,1704.4945183 +294,0.040776181,0.168560074,81,-1.537453161,0.7305750503,5799.3144745 +295,-1.130374745,0.563894876,81,-1.537453161,0.7305750503,1439.3498682 +296,1.578326642,0.478507176,81,-1.537453161,0.7305750503,7653.7410882 +297,-1.12861823,-0.291640865,81,-1.537453161,0.7305750503,4316.5926946 +298,0.310524208,0.770885792,81,-1.537453161,0.7305750503,4936.8793222 +299,0.415649091,-0.387246002,81,-1.537453161,0.7305750503,8338.4598117 +300,-0.926533878,-0.188022748,81,-1.537453161,0.7305750503,4263.2059108 +301,1.258856172,-0.11716081,81,-1.537453161,0.7305750503,9728.1339266 +302,-1.126050026,0.322941926,81,-1.537453161,0.7305750503,2127.9695233 +303,2.002785835,0.07893892,81,-1.537453161,0.7305750503,8929.8833894 +304,0.440437607,0.746258085,81,-1.537453161,0.7305750503,5276.1703628 +305,-0.030391866,0.214441206,81,-1.537453161,0.7305750503,5471.3762991 +306,0.521557815,-0.058929362,81,-1.537453161,0.7305750503,7800.3913394 +307,-0.097005111,0.13317729,81,-1.537453161,0.7305750503,5486.6800298 +308,1.83113859,0.221857587,81,-1.537453161,0.7305750503,8581.3763919 +309,0.222428864,0.099404236,81,-1.537453161,0.7305750503,6511.6423268 +310,-1.702731345,0.8728568183,81,-1.537453161,0.7305750503,723.33059532 +311,-0.418507569,0.278324921,81,-1.537453161,0.7305750503,4166.1226676 +312,-1.41153306,0.339029988,81,-1.537453161,0.7305750503,1607.6501175 +313,0.357560442,0.114788776,81,-1.537453161,0.7305750503,6855.5071179 +314,0.325818979,0.268352149,81,-1.537453161,0.7305750503,6341.2705157 +315,-1.246004659,-0.663679965,81,-1.537453161,0.7305750503,5621.9814447 +316,1.814603087,0.637404484,81,-1.537453161,0.7305750503,6971.9445062 +317,1.843704281,-0.18300445,81,-1.537453161,0.7305750503,10120.678516 +318,1.690644492,-0.211480909,81,-1.537453161,0.7305750503,10366.079313 +319,-1.275451936,0.068109467,81,-1.537453161,0.7305750503,2783.2720878 +320,0.762430171,-0.207594741,81,-1.537453161,0.7305750503,8886.2512862 +321,0.265668905,-0.014647884,81,-1.537453161,0.7305750503,6943.795019 +322,-2.773032013,-0.335515811,81,-1.537453161,0.7305750503,6175.8047146 +323,-1.469512853,0.174058777,81,-1.537453161,0.7305750503,2217.0184429 +324,0.286276986,0.785925691,81,-1.537453161,0.7305750503,4846.192479 +325,-1.379324697,0.377432233,81,-1.537453161,0.7305750503,1494.5981676 +326,-1.203778265,0.212813032,81,-1.537453161,0.7305750503,2352.3506071 +327,0.579916301,0.611743168,81,-1.537453161,0.7305750503,5959.0551184 +328,0.267582642,0.868113908,81,-1.537453161,0.7305750503,4602.6886622 +329,0.412869244,-0.050245578,81,-1.537453161,0.7305750503,7466.6413196 +330,0.17524381,0.976660285,81,-1.537453161,0.7305750503,4175.4255952 +331,0.743157214,0.204812899,81,-1.537453161,0.7305750503,7594.0078576 +332,-1.070758176,0.269382282,81,-1.537453161,0.7305750503,2422.4327994 +333,-1.230364251,0.329790229,81,-1.537453161,0.7305750503,1894.4516754 +334,-1.374813124,-0.024926835,81,-1.537453161,0.7305750503,3048.8826506 +335,0.519780566,0.463669906,81,-1.537453161,0.7305750503,6273.3202544 +336,-1.55108034,0.239698561,81,-1.537453161,0.7305750503,1944.9261522 +337,0.180294813,0.029739425,81,-1.537453161,0.7305750503,6575.5740375 +338,0.67820924,0.268170153,81,-1.537453161,0.7305750503,7242.7411125 +339,0.445798684,1.024001867,81,-1.537453161,0.7305750503,4527.8533506 +340,0.691751283,0.150521402,81,-1.537453161,0.7305750503,7640.3361045 +341,-1.036643551,-0.903056181,81,-1.537453161,0.7305750503,6696.117128 +342,-0.120287036,1.083325163,81,-1.537453161,0.7305750503,3455.7571919 +343,2.823513113,-0.304487164,81,-1.537453161,0.7305750503,8047.0764166 +344,0.457583172,1.12513373,81,-1.537453161,0.7305750503,4283.9867349 +345,0.042918831,0.813795399,81,-1.537453161,0.7305750503,4238.1062369 +346,1.196146777,-0.853142756,81,-1.537453161,0.7305750503,11215.446893 +347,0.206001358,-0.010430701,81,-1.537453161,0.7305750503,6757.9354596 +348,-0.268308653,0.234799412,81,-1.537453161,0.7305750503,4718.7522043 +349,0.759363263,0.736189579,81,-1.537453161,0.7305750503,5898.1284469 +350,0.181363926,0.891988372,81,-1.537453161,0.7305750503,4371.2643836 +351,-0.021111158,0.139103292,81,-1.537453161,0.7305750503,5694.865351 +352,-0.093355215,0.630686981,81,-1.537453161,0.7305750503,4286.0328037 +353,0.40118964,0.681375926,81,-1.537453161,0.7305750503,5374.6402214 +354,-0.721197315,1.304706234,81,-1.537453161,0.7305750503,2691.0244506 +355,-1.076150317,0.212107639,81,-1.537453161,0.7305750503,2598.185551 +356,-1.577164531,0.273993443,81,-1.537453161,0.7305750503,1813.5917961 +357,-0.190788414,0.182208586,81,-1.537453161,0.7305750503,5082.4893293 +358,-0.261349752,0.209710184,81,-1.537453161,0.7305750503,4803.4794384 +359,-1.029303852,0.083549259,81,-1.537453161,0.7305750503,3127.7609573 +360,-1.268609162,0.330525297,81,-1.537453161,0.7305750503,1824.883411 +361,1.282982244,-0.926641967,81,-1.537453161,0.7305750503,11291.400209 +362,0.217352334,0.731352408,81,-1.537453161,0.7305750503,4829.8866158 +363,-1.511833084,0.258629297,81,-1.537453161,0.7305750503,1871.4348519 +364,0.338812194,0.823184618,81,-1.537453161,0.7305750503,4860.196565 +365,-0.324406489,1.134201999,81,-1.537453161,0.7305750503,3066.5820845 +366,1.389579348,0.399185724,81,-1.537453161,0.7305750503,7900.2209369 +367,2.047152199,-0.039082036,81,-1.537453161,0.7305750503,9284.6902997 +368,0.947780369,0.568250077,81,-1.537453161,0.7305750503,6771.0837955 +369,0.763824846,0.576754987,81,-1.537453161,0.7305750503,6430.6701467 +370,-0.142334657,0.928153068,81,-1.537453161,0.7305750503,3612.2839196 +371,0.610266567,0.547265983,81,-1.537453161,0.7305750503,6220.6614288 +372,0.210731629,0.746815056,81,-1.537453161,0.7305750503,4776.5742293 +373,-1.34931644,0.316895224,81,-1.537453161,0.7305750503,1757.5839862 +374,2.407696481,0.655030745,81,-1.537453161,0.7305750503,6235.7351316 +375,0.64207831,0.545359131,81,-1.537453161,0.7305750503,6293.1069157 +376,1.174597538,0.840588356,81,-1.537453161,0.7305750503,6041.6463588 +377,0.660059424,0.010604079,81,-1.537453161,0.7305750503,7981.2902401 +378,-0.730263819,0.010486456,81,-1.537453161,0.7305750503,4046.4950005 +379,0.831068936,0.512339172,81,-1.537453161,0.7305750503,6768.404036 +380,1.301180979,0.72367476,81,-1.537453161,0.7305750503,6582.3357361 +381,1.811128231,0.322854402,81,-1.537453161,0.7305750503,8202.8352267 +382,0.435105812,0.992284428,81,-1.537453161,0.7305750503,4594.2070069 +383,0.62643634,0.592027932,81,-1.537453161,0.7305750503,6115.1835218 +384,0.492988703,-0.516339467,81,-1.537453161,0.7305750503,8854.5942146 +385,-0.162469483,0.112549365,81,-1.537453161,0.7305750503,5347.6290999 +386,0.314630866,0.472006421,81,-1.537453161,0.7305750503,5748.4048243 +387,0.166744804,0.822815954,81,-1.537453161,0.7305750503,4497.2123241 +388,0.417159608,0.965805736,81,-1.537453161,0.7305750503,4634.0141517 +389,0.106334961,0.868774244,81,-1.537453161,0.7305750503,4263.9255352 +390,0.815086969,-0.338144359,81,-1.537453161,0.7305750503,9385.1348271 +391,0.59867455,-0.230624824,81,-1.537453161,0.7305750503,8485.9102072 +392,1.915104874,0.066220985,81,-1.537453161,0.7305750503,9094.8304368 +393,1.278093622,0.064463721,81,-1.537453161,0.7305750503,9082.8919332 +394,-0.061477853,0.302997961,81,-1.537453161,0.7305750503,5153.7583343 +395,0.251311504,0.626976942,81,-1.537453161,0.7305750503,5175.6727862 +396,2.950242872,0.149095644,81,-1.537453161,0.7305750503,6479.4938023 +397,-0.180294708,0.35375117,81,-1.537453161,0.7305750503,4680.9594598 +398,1.010448592,-0.351180233,81,-1.537453161,0.7305750503,9956.4468035 +399,-1.748740498,0.3686318073,81,-1.537453161,0.7305750503,1597.5780095 +400,2.699635665,0.123533791,81,-1.537453161,0.7305750503,7247.350445 +401,0.496808033,0.823843254,81,-1.537453161,0.7305750503,5166.0414655 +402,0.129574704,0.763364087,81,-1.537453161,0.7305750503,4550.1641309 +403,1.798920311,0.817447563,81,-1.537453161,0.7305750503,6273.9620082 +404,0.335987953,0.746786541,81,-1.537453161,0.7305750503,5054.9276803 +405,-1.085413643,0.292154671,81,-1.537453161,0.7305750503,2316.6610616 +406,-0.155321003,0.508207011,81,-1.537453161,0.7305750503,4387.4917238 +407,0.620529244,-0.301175104,81,-1.537453161,0.7305750503,8731.3957312 +408,1.684402744,0.368716966,81,-1.537453161,0.7305750503,8079.6149328 +409,0.300582244,-0.386397212,81,-1.537453161,0.7305750503,7998.5888124 +410,2.913555946,-0.009225192,81,-1.537453161,0.7305750503,7013.8921296 +411,1.465101417,0.493232532,81,-1.537453161,0.7305750503,7569.7136639 +412,0.090612882,0.907955955,81,-1.537453161,0.7305750503,4149.0336923 +413,2.987564726,-0.729568594,81,-1.537453161,0.7305750503,8520.1830479 +414,-1.484261606,0.224149272,81,-1.537453161,0.7305750503,2014.323413 +415,0.164073421,0.303955133,81,-1.537453161,0.7305750503,5796.9621926 +416,0.141441293,0.167552546,81,-1.537453161,0.7305750503,6094.9264053 +417,2.931321023,-0.506718887,81,-1.537453161,0.7305750503,8209.1948678 +418,2.21951565,0.700596356,81,-1.537453161,0.7305750503,6359.5016287 +419,0.268112576,1.199114336,81,-1.537453161,0.7305750503,3873.2431811 +420,0.978913739,0.359223811,81,-1.537453161,0.7305750503,7557.2351149 +421,1.210898818,0.522863584,81,-1.537453161,0.7305750503,7275.2633603 +422,2.347397336,0.129231362,81,-1.537453161,0.7305750503,8105.441432 +423,0.614394501,0.556878345,81,-1.537453161,0.7305750503,6199.5698206 +424,-1.398079356,0.148483366,81,-1.537453161,0.7305750503,2356.6296536 +425,2.535303836,-0.112984496,81,-1.537453161,0.7305750503,8373.9432049 +426,-1.019372593,-0.405322349,81,-1.537453161,0.7305750503,4883.5299493 +427,-1.297785627,-0.160104069,81,-1.537453161,0.7305750503,3633.9144014 +428,2.144554488,0.205051084,81,-1.537453161,0.7305750503,8247.594065 +429,-2.242387083,-0.426171285,81,-1.537453161,0.7305750503,5259.1350971 +430,0.338637212,0.909723676,81,-1.537453161,0.7305750503,4638.1346405 +431,-0.148798452,0.691042401,81,-1.537453161,0.7305750503,4012.789294 +432,0.893524764,0.441829531,81,-1.537453161,0.7305750503,7120.7608919 +433,0.969229347,-0.368847936,81,-1.537453161,0.7305750503,9894.3307197 +434,0.436043248,0.800045688,81,-1.537453161,0.7305750503,5116.9393304 +435,1.687946607,1.081504775,81,-1.537453161,0.7305750503,5261.1878708 +436,0.522302046,-0.034889271,81,-1.537453161,0.7305750503,7735.5399152 +437,-0.178996113,-0.438090009,81,-1.537453161,0.7305750503,6782.033812 +438,-1.094339566,0.301444068,81,-1.537453161,0.7305750503,2267.0086625 +439,-1.064070054,0.242569932,81,-1.537453161,0.7305750503,2523.9549644 +440,-1.068153768,0.230387998,81,-1.537453161,0.7305750503,2554.8588332 +441,-3.00496892,-0.23989155,81,-1.537453161,0.7305750503,6554.8870309 +442,0.21751974,0.766874888,81,-1.537453161,0.7305750503,4742.7651017 +443,0.117229532,0.007619006,81,-1.537453161,0.7305750503,6449.0878648 +444,0.777758451,0.420554741,81,-1.537453161,0.7305750503,6971.9347892 +445,-0.252356999,0.250747086,81,-1.537453161,0.7305750503,4725.2953836 +446,0.363148444,0.768483434,81,-1.537453161,0.7305750503,5054.9062784 +447,0.903191366,-0.118210676,81,-1.537453161,0.7305750503,8993.0733255 +448,-0.205755923,0.149406178,81,-1.537453161,0.7305750503,5123.5799749 +449,1.811996086,0.02364353,81,-1.537453161,0.7305750503,9364.7951189 +450,-1.100670221,0.314845373,81,-1.537453161,0.7305750503,2210.0868865 +451,0.340078597,0.850105132,81,-1.537453161,0.7305750503,4793.0207386 +452,0.258757267,0.804969236,81,-1.537453161,0.7305750503,4739.3692206 +453,2.78505352,-0.155160804,81,-1.537453161,0.7305750503,7777.916156 +454,0.800551619,0.105822106,81,-1.537453161,0.7305750503,8042.4692825 +455,0.437940882,-0.506194031,81,-1.537453161,0.7305750503,8672.5156565 +456,2.230431122,0.63458615,81,-1.537453161,0.7305750503,6580.2984637 +457,0.527965361,0.127667701,81,-1.537453161,0.7305750503,7287.2093231 +458,-0.063643205,0.702093448,81,-1.537453161,0.7305750503,4211.6128751 +459,1.408447268,0.133010502,81,-1.537453161,0.7305750503,8950.3366597 +460,0.523795955,0.280266966,81,-1.537453161,0.7305750503,6828.5205528 +461,-0.975769313,0.072177659,81,-1.537453161,0.7305750503,3277.0645533 +462,0.549774164,-0.463663986,81,-1.537453161,0.7305750503,8908.1540454 +463,0.29245874,1.095549818,81,-1.537453161,0.7305750503,4120.3127924 +464,0.143625958,0.816809593,81,-1.537453161,0.7305750503,4459.8673837 +465,0.671902494,0.611159853,81,-1.537453161,0.7305750503,6145.3106523 +466,1.239840988,0.6724199,81,-1.537453161,0.7305750503,6733.431124 +467,0.607829703,-0.10932137,81,-1.537453161,0.7305750503,8182.9757162 +468,1.763020906,0.263996692,81,-1.537453161,0.7305750503,8461.720881 +469,0.378714634,0.726066797,81,-1.537453161,0.7305750503,5202.6833527 +470,2.196736143,-0.153862366,81,-1.537453161,0.7305750503,9364.7270251 +471,0.01702415,0.148991565,81,-1.537453161,0.7305750503,5781.0527288 +472,-2.998490902,-0.158002487,81,-1.537453161,0.7305750503,6318.6998837 +473,-3.051262951,-0.346595608,81,-1.537453161,0.7305750503,6966.1391895 +474,-1.069176439,0.182802941,81,-1.537453161,0.7305750503,2710.6222925 +475,0.167157509,0.595344954,81,-1.537453161,0.7305750503,5048.4351209 +476,0.613855648,0.681746124,81,-1.537453161,0.7305750503,5811.9343862 +477,1.037012736,0.682555367,81,-1.537453161,0.7305750503,6485.6734894 +478,-1.253574971,0.379755746,81,-1.537453161,0.7305750503,1679.8929555 +479,3.108590453,-0.132620738,81,-1.537453161,0.7305750503,6767.0208404 +480,0.565301296,0.022333262,81,-1.537453161,0.7305750503,7692.435736 +481,0.547898238,0.855555614,81,-1.537453161,0.7305750503,5166.1982904 +482,0.948309381,0.417393755,81,-1.537453161,0.7305750503,7301.1030328 +483,-0.050600732,0.945269213,81,-1.537453161,0.7305750503,3783.2214706 +484,-0.977651478,-0.572363064,81,-1.537453161,0.7305750503,5548.8822139 +485,1.102014914,0.728861163,81,-1.537453161,0.7305750503,6390.5250047 +486,2.927300795,-0.282939414,81,-1.537453161,0.7305750503,7687.4041604 +487,-1.154565557,0.124434095,81,-1.537453161,0.7305750503,2751.1293162 +488,1.855331234,0.291044755,81,-1.537453161,0.7305750503,8294.0430463 +489,0.830290659,0.276904518,81,-1.537453161,0.7305750503,7553.9218303 +490,0.485104466,-0.234867441,81,-1.537453161,0.7305750503,8166.7485589 +491,0.521367572,-0.33161327,81,-1.537453161,0.7305750503,8516.5600287 +1,-1.539031704,0.7349710123,82,-1.535479385,0.7306124949,20.185068374 +2,-1.536990553,0.7349663874,82,-1.535479385,0.7306124949,17.810456379 +3,-1.534951779,0.7349571355,82,-1.535479385,0.7306124949,17.279089768 +4,-1.532906461,0.7349480293,82,-1.535479385,0.7306124949,18.769661836 +5,-1.531320211,0.7346937278,82,-1.535479385,0.7306124949,20.281134208 +6,-1.539451648,0.7335131775,82,-1.535479385,0.7306124949,16.400331542 +7,-1.537429487,0.7335445708,82,-1.535479385,0.7306124949,12.957312277 +8,-1.535484998,0.7335658704,82,-1.535479385,0.7306124949,11.698331943 +9,-1.533488396,0.7336036027,82,-1.535479385,0.7306124949,13.220239333 +10,-1.531497785,0.7335842962,82,-1.535479385,0.7306124949,16.618041894 +11,-1.530259379,0.7334777758,82,-1.535479385,0.7306124949,19.113639389 +12,-1.5335454,0.7322346912,82,-1.535479385,0.7306124949,8.5901266581 +13,-1.531489083,0.7322238773,82,-1.535479385,0.7306124949,13.383036461 +14,-1.530011122,0.7321679851,82,-1.535479385,0.7306124949,17.25754045 +15,-1.53348106,0.7306614094,82,-1.535479385,0.7306124949,5.8981470358 +16,-1.531441779,0.7306962275,82,-1.535479385,0.7306124949,11.915175158 +17,-1.529755654,0.7306933243,82,-1.535479385,0.7306124949,16.887520395 +18,-1.533415048,0.7291384674,82,-1.535479385,0.7306124949,8.439460629 +19,-1.531392093,0.7291705353,82,-1.535479385,0.7306124949,13.34898226 +20,-1.529296523,0.7291214933,82,-1.535479385,0.7306124949,19.183433504 +21,-1.535280942,0.727267644,82,-1.535479385,0.7306124949,13.26192004 +22,-1.533378158,0.7276139666,82,-1.535479385,0.7306124949,13.401255579 +23,-1.531340368,0.7276446587,82,-1.535479385,0.7306124949,16.961082316 +24,-1.528960113,0.7276398177,82,-1.535479385,0.7306124949,22.572046391 +25,-1.533313146,0.7260818349,82,-1.535479385,0.7306124949,19.054137721 +26,-1.531259555,0.7260958115,82,-1.535479385,0.7306124949,21.809766978 +27,-1.528926415,0.7260865555,82,-1.535479385,0.7306124949,26.393191583 +28,-1.531226779,0.7245511789,82,-1.535479385,0.7306124949,27.104654424 +29,-1.528904772,0.7245519194,82,-1.535479385,0.7306124949,30.894940967 +30,-1.547195875,0.7409785979,82,-1.535479385,0.7306124949,53.56723911 +31,-1.5451475,0.740980426,82,-1.535479385,0.7306124949,49.923881792 +32,-1.543097679,0.7409798872,82,-1.535479385,0.7306124949,46.762463941 +33,-1.540720364,0.7409892687,82,-1.535479385,0.7306124949,43.888697746 +34,-1.547188511,0.7395198392,82,-1.535479385,0.7306124949,49.278969236 +35,-1.545148587,0.7395226109,82,-1.535479385,0.7306124949,45.306842394 +36,-1.543104538,0.7395314908,82,-1.535479385,0.7306124949,41.833175137 +37,-1.540727751,0.7395306258,82,-1.535479385,0.7306124949,38.543866919 +38,-1.547187029,0.7380014886,82,-1.535479385,0.7306124949,45.183353993 +39,-1.545147315,0.7380012252,82,-1.535479385,0.7306124949,40.799055258 +40,-1.54310719,0.7380060743,82,-1.535479385,0.7306124949,36.886993241 +41,-1.540719671,0.7380068206,82,-1.535479385,0.7306124949,33.094286289 +42,-1.547187189,0.7364799098,82,-1.535479385,0.7306124949,41.553988924 +43,-1.545149996,0.7364853874,82,-1.535479385,0.7306124949,36.752194298 +44,-1.543106091,0.7364823484,82,-1.535479385,0.7306124949,32.312802105 +45,-1.540717158,0.7364893901,82,-1.535479385,0.7306124949,27.917241151 +46,-1.538663972,0.7410138672,82,-1.535479385,0.7306124949,42.247590902 +47,-1.53695285,0.7409699132,82,-1.535479385,0.7306124949,41.253230138 +48,-1.534910498,0.7409641297,82,-1.535479385,0.7306124949,41.036835688 +49,-1.533145034,0.7409536636,82,-1.535479385,0.7306124949,41.530890073 +50,-1.538681336,0.7395405883,82,-1.535479385,0.7306124949,36.594156036 +51,-1.536999189,0.7395183096,82,-1.535479385,0.7306124949,35.557442694 +52,-1.534923633,0.7395144222,82,-1.535479385,0.7306124949,35.298323151 +53,-1.533267822,0.7395654306,82,-1.535479385,0.7306124949,36.052966341 +54,-1.53867273,0.7380151077,82,-1.535479385,0.7306124949,30.788294116 +55,-1.536980576,0.7379994392,82,-1.535479385,0.7306124949,29.590725485 +56,-1.534931522,0.7379944961,82,-1.535479385,0.7306124949,29.284443401 +57,-1.533387952,0.7379480264,82,-1.535479385,0.7306124949,29.699638834 +58,-1.538682279,0.7364914363,82,-1.535479385,0.7306124949,25.12100762 +59,-1.536980704,0.7364810563,82,-1.535479385,0.7306124949,23.661344663 +60,-1.534935567,0.7364752065,82,-1.535479385,0.7306124949,23.277257945 +61,-1.533042592,0.7363876366,82,-1.535479385,0.7306124949,23.972665652 +62,-1.545143426,0.7349628011,82,-1.535479385,0.7306124949,33.264376807 +63,-1.543105297,0.7349691947,82,-1.535479385,0.7306124949,28.318123019 +64,-1.541064533,0.7349647152,82,-1.535479385,0.7306124949,23.824259393 +65,-1.545411803,0.7334624714,82,-1.535479385,0.7306124949,31.365192552 +66,-1.543446606,0.7334780896,82,-1.535479385,0.7306124949,26.073492661 +67,-1.541475327,0.7334957295,82,-1.535479385,0.7306124949,21.035402459 +68,-1.545401939,0.731963266,82,-1.535479385,0.7306124949,29.739181562 +69,-1.54342253,0.7319915583,82,-1.535479385,0.7306124949,24.046550336 +70,-1.541455867,0.7320216438,82,-1.535479385,0.7306124949,18.482533245 +71,-1.545410146,0.7304422281,82,-1.535479385,0.7306124949,29.305860658 +72,-1.543435491,0.7304713664,82,-1.535479385,0.7306124949,23.478763658 +73,-1.541463105,0.7304997613,82,-1.535479385,0.7306124949,17.65860588 +74,-1.545414768,0.7289194936,82,-1.535479385,0.7306124949,30.088521326 +75,-1.543435774,0.7289538557,82,-1.535479385,0.7306124949,24.390383096 +76,-1.541457714,0.7289765881,82,-1.535479385,0.7306124949,18.801011975 +77,-1.539449415,0.7320555866,82,-1.535479385,0.7306124949,13.025322794 +78,-1.537429183,0.7321097681,82,-1.535479385,0.7306124949,8.2591507427 +79,-1.535472649,0.7321497267,82,-1.535479385,0.7306124949,6.0890072404 +80,-1.539457899,0.7305333307,82,-1.535479385,0.7306124949,11.74128659 +81,-1.537453161,0.7305750503,82,-1.535479385,0.7306124949,5.8246596991 +82,-1.535479385,0.7306124949,82,-1.535479385,0.7306124949,2.9846925947 +83,-1.53946905,0.7290102593,82,-1.535479385,0.7306124949,13.37905806 +84,-1.537459922,0.7290417293,82,-1.535479385,0.7306124949,8.5378582537 +85,-1.535451349,0.7290890157,82,-1.535479385,0.7306124949,6.0350687294 +86,-1.535522937,0.7279887191,82,-1.535479385,0.7306124949,10.393571946 +87,-1.539442524,0.7274735939,82,-1.535479385,0.7306124949,17.077915685 +88,-1.537424111,0.727521351,82,-1.535479385,0.7306124949,13.524791818 +89,-1.539384641,0.7259505092,82,-1.535479385,0.7306124949,21.777850841 +90,-1.537372391,0.7259947145,82,-1.535479385,0.7306124949,19.127886634 +91,-1.535340789,0.7260435356,82,-1.535479385,0.7306124949,18.102284939 +92,-1.539325716,0.7244369706,82,-1.535479385,0.7306124949,26.97799302 +93,-1.537308932,0.7244801057,82,-1.535479385,0.7306124949,24.885992826 +94,-1.535289068,0.7245247645,82,-1.535479385,0.7306124949,24.120070884 +95,-1.533261366,0.7245550236,82,-1.535479385,0.7306124949,24.87448889 +96,-1.539267302,0.722921924,82,-1.535479385,0.7306124949,32.460444531 +97,-1.537248972,0.7229660258,82,-1.535479385,0.7306124949,30.737281251 +98,-1.535219431,0.7229916471,82,-1.535479385,0.7306124949,30.19598424 +99,-1.53318962,0.7230212049,82,-1.535479385,0.7306124949,30.823500601 +100,-1.531154816,0.7230299897,82,-1.535479385,0.7306124949,32.648385547 +101,-1.528878341,0.7230370244,82,-1.535479385,0.7306124949,35.807231487 +102,-1.539218189,0.7214009878,82,-1.535479385,0.7306124949,38.130517401 +103,-1.537198791,0.7214422745,82,-1.535479385,0.7306124949,36.678558696 +104,-1.535179266,0.7214634354,82,-1.535479385,0.7306124949,36.250326676 +105,-1.533156501,0.7214944644,82,-1.535479385,0.7306124949,36.766053452 +106,-1.53113574,0.7215166021,82,-1.535479385,0.7306124949,38.2570832 +107,-1.528874248,0.7215345535,82,-1.535479385,0.7306124949,40.93544921 +108,-1.539217656,0.7198512397,82,-1.535479385,0.7306124949,44.042057522 +109,-1.537199919,0.7199428763,82,-1.535479385,0.7306124949,42.568933544 +110,-1.545425832,0.727397149,82,-1.535479385,0.7306124949,32.025675921 +111,-1.543371177,0.7273916949,82,-1.535479385,0.7306124949,26.576652889 +112,-1.541368852,0.7274523163,82,-1.535479385,0.7306124949,21.433555548 +113,-1.545349067,0.7258710923,82,-1.535479385,0.7306124949,34.699171219 +114,-1.54332671,0.7258603556,82,-1.535479385,0.7306124949,29.874756705 +115,-1.541346831,0.7259242142,82,-1.535479385,0.7306124949,25.41092618 +116,-1.545324355,0.7243383958,82,-1.535479385,0.7306124949,38.286044314 +117,-1.543292796,0.7243617413,82,-1.535479385,0.7306124949,33.871460212 +118,-1.541295822,0.7244024384,82,-1.535479385,0.7306124949,30.018570727 +119,-1.543193859,0.7205570215,82,-1.535479385,0.7306124949,45.923568377 +120,-1.550257047,0.7386738187,82,-1.535479385,0.7306124949,53.909803893 +121,-1.549335448,0.7311736483,82,-1.535479385,0.7306124949,40.925604446 +122,-1.533478843,0.7179891343,82,-1.535479385,0.7306124949,50.352105683 +123,-1.556150555,0.738907041,82,-1.535479385,0.7306124949,69.066981619 +124,-1.554324226,0.733414257,82,-1.535479385,0.7306124949,56.62059098 +125,-1.554290846,0.7288285332,82,-1.535479385,0.7306124949,55.985805364 +126,-1.55122487,0.7219795312,82,-1.535479385,0.7306124949,57.822810134 +127,-1.525104458,0.7229399862,82,-1.535479385,0.7306124949,43.206010004 +128,-1.519607711,0.7236181429,82,-1.535479385,0.7306124949,54.529829517 +129,-1.513899999,0.7251107854,82,-1.535479385,0.7306124949,67.433745784 +130,-1.536620762,0.7431061895,82,-1.535479385,0.7306124949,49.600653132 +131,-1.5369566,0.7460845958,82,-1.535479385,0.7306124949,61.43757741 +132,-1.545345528,0.7447040685,82,-1.535479385,0.7306124949,62.863897102 +133,-1.532813921,0.7432306626,82,-1.535479385,0.7306124949,50.588374227 +134,-1.554788248,0.7382381001,82,-1.535479385,0.7306124949,64.301449784 +135,-1.540348126,0.7301594274,82,-1.535479385,0.7306124949,14.477437267 +136,-1.538016084,0.7239051786,82,-1.535479385,0.7306124949,27.607557251 +137,-1.525288962,0.7258085137,82,-1.535479385,0.7306124949,35.63264459 +138,-1.534326986,0.731241342,82,-1.535479385,0.7306124949,4.2136858606 +139,-1.530733872,0.7303625216,82,-1.535479385,0.7306124949,14.035875517 +141,-1.534354939,0.7328219978,82,-1.535479385,0.7306124949,9.3582213298 +142,-1.53157084,0.7292888153,82,-1.535479385,0.7306124949,12.672602938 +143,-1.525691035,0.7263799874,82,-1.535479385,0.7306124949,33.436959133 +144,-1.534031287,0.7495967835,82,-1.535479385,0.7306124949,75.315937144 +145,-1.527714986,0.7283095957,82,-1.535479385,0.7306124949,24.676539192 +146,-1.526189586,0.7271468292,82,-1.535479385,0.7306124949,30.68890365 +147,-1.555177336,0.7375563366,82,-1.535479385,0.7306124949,64.125493395 +148,-1.555080283,0.7312707794,82,-1.535479385,0.7306124949,57.864296134 +149,-1.53856994,0.7224180299,82,-1.535479385,0.7306124949,33.723452544 +150,-1.530837883,0.729933372,82,-1.535479385,0.7306124949,13.958326405 +151,-1.515066984,0.5854133365,82,-1.535479385,0.7306124949,578.66331397 +152,-1.534731633,0.5368370046,82,-1.535479385,0.7306124949,767.54839764 +153,-1.515231902,0.5607085576,82,-1.535479385,0.7306124949,676.01130109 +154,-2.616253799,1.0684566605,82,-1.535479385,0.7306124949,2840.8164824 +155,-1.956071439,0.5792177723,82,-1.535479385,0.7306124949,1444.4688848 +156,-1.951208514,0.5602434208,82,-1.535479385,0.7306124949,1471.5249325 +157,-1.944675062,0.6062144545,82,-1.535479385,0.7306124949,1358.7186315 +158,-1.613778386,0.6077989518,82,-1.535479385,0.7306124949,543.68375262 +159,-2.035029014,0.6021432345,82,-1.535479385,0.7306124949,1627.6475031 +160,-2.114989471,0.6801825058,82,-1.535479385,0.7306124949,1748.037203 +161,-2.037382079,0.5765830025,82,-1.535479385,0.7306124949,1682.2804769 +162,-2.129855121,0.6585019963,82,-1.535479385,0.7306124949,1819.1417778 +163,-2.075141798,0.6493615843,82,-1.535479385,0.7306124949,1670.3093816 +164,-1.828626729,0.6948433129,82,-1.535479385,0.7306124949,888.37660975 +165,-1.863329418,0.6735427691,82,-1.535479385,0.7306124949,1014.7076403 +166,-1.266037071,0.727988852,82,-1.535479385,0.7306124949,794.78752612 +167,-1.277579582,0.7249010648,82,-1.535479385,0.7306124949,762.14638149 +168,-1.258418684,0.7241194816,82,-1.535479385,0.7306124949,818.94265202 +169,-1.317813974,0.6804850104,82,-1.535479385,0.7306124949,684.97818567 +170,-1.344165204,0.6790988904,82,-1.535479385,0.7306124949,611.68015356 +171,-1.427582102,0.5277120351,82,-1.535479385,0.7306124949,874.19366057 +172,-1.402238616,0.457167829,82,-1.535479385,0.7306124949,1166.8459314 +173,-1.422454264,0.4996161999,82,-1.535479385,0.7306124949,984.54704093 +174,-1.439089277,0.4894859811,82,-1.535479385,0.7306124949,1004.4638405 +175,-1.448126995,0.5182330266,82,-1.535479385,0.7306124949,886.39670522 +176,-1.474626146,0.5881926574,82,-1.535479385,0.7306124949,595.2762744 +177,-1.421139645,0.5584869783,82,-1.535479385,0.7306124949,771.34965085 +178,-1.457037165,0.565943032,82,-1.535479385,0.7306124949,697.41726582 +179,-2.757159358,0.3745319,82,-1.535479385,0.7306124949,4233.2640013 +180,-2.714309238,0.342054471,82,-1.535479385,0.7306124949,4185.0804817 +181,-2.000525337,0.774119946,82,-1.535479385,0.7306124949,1349.7731745 +183,-1.571413436,0.6777838382,82,-1.535479385,0.7306124949,235.68112185 +184,-1.552860289,0.6987663893,82,-1.535479385,0.7306124949,136.43691414 +185,-1.521852374,0.7165827476,82,-1.535479385,0.7306124949,68.73470486 +186,-1.503656267,0.6928968252,82,-1.535479385,0.7306124949,177.26942062 +187,-1.502753178,0.7136205882,82,-1.535479385,0.7306124949,118.28407705 +188,-1.631894563,0.7343596465,82,-1.535479385,0.7306124949,284.28641627 +189,-1.653765416,0.6770714026,82,-1.535479385,0.7306124949,415.21355291 +190,-1.719812114,0.6715965947,82,-1.535479385,0.7306124949,604.37768173 +191,-1.493406659,0.6646955447,82,-1.535479385,0.7306124949,290.6248368 +192,-1.469120564,0.6613469966,82,-1.535479385,0.7306124949,340.45050714 +193,-1.590551461,0.5326612937,82,-1.535479385,0.7306124949,803.44034458 +194,-1.625979264,0.5247742243,82,-1.535479385,0.7306124949,864.9556567 +195,-1.572293943,0.5238808754,82,-1.535479385,0.7306124949,827.25368267 +196,-1.610848725,0.5477107964,82,-1.535479385,0.7306124949,762.78239755 +197,-1.208485554,0.7918526018,82,-1.535479385,0.7306124949,966.12662281 +198,-1.335601374,0.6869083083,82,-1.535479385,0.7306124949,624.92455548 +199,-1.346156996,0.6825213377,82,-1.535479385,0.7306124949,600.83575046 +200,-1.324381037,0.6741422347,82,-1.535479385,0.7306124949,675.58838132 +201,-1.242424992,0.7378949807,82,-1.535479385,0.7306124949,860.77593726 +202,-1.270370057,0.7392461008,82,-1.535479385,0.7306124949,778.75835504 +203,-1.448950472,0.7441675014,82,-1.535479385,0.7306124949,259.28326144 +204,-1.492662363,0.7523026852,82,-1.535479385,0.7306124949,151.73052963 +205,-1.479098966,0.7763855017,82,-1.535479385,0.7306124949,243.6768527 +206,-1.633760714,0.7869022408,82,-1.535479385,0.7306124949,359.74184913 +207,-1.647406434,0.8101289331,82,-1.535479385,0.7306124949,447.41157575 +208,-1.564245052,0.5701509278,82,-1.535479385,0.7306124949,641.9865763 +209,-1.646289963,0.6833746083,82,-1.535479385,0.7306124949,382.44519833 +210,-1.5820631,0.6751952144,82,-1.535479385,0.7306124949,260.74051333 +211,-1.613236298,0.6681681791,82,-1.535479385,0.7306124949,341.55403345 +212,-1.914661867,0.8212566515,82,-1.535479385,0.7306124949,1126.1997422 +213,-1.742133237,0.7250275956,82,-1.535479385,0.7306124949,611.07099428 +214,-2.033144872,0.6557314699,82,-1.535479385,0.7306124949,1537.6422218 +215,-2.039551981,0.6964723658,82,-1.535479385,0.7306124949,1508.4465713 +216,-1.247341019,0.7622473908,82,-1.535479385,0.7306124949,845.72816535 +217,-1.298239787,0.7084123392,82,-1.535479385,0.7306124949,711.46366601 +218,-1.308539688,0.6926545592,82,-1.535479385,0.7306124949,696.4065059 +219,-1.303263185,0.6888938396,82,-1.535479385,0.7306124949,716.18982576 +220,-1.852400229,0.6004246149,82,-1.535479385,0.7306124949,1110.8054012 +221,-1.288947707,0.7473773692,82,-1.535479385,0.7306124949,723.97549011 +222,-1.372031502,0.7472790993,82,-1.535479385,0.7306124949,482.83022903 +223,-1.289805721,0.7242157877,82,-1.535479385,0.7306124949,726.44202478 +224,-1.350807603,0.7533498126,82,-1.535479385,0.7306124949,546.28418718 +225,-1.329290365,0.7560442322,82,-1.535479385,0.7306124949,609.12312567 +226,-1.410153004,0.616936428,82,-1.535479385,0.7306124949,593.87679005 +227,-1.393445434,0.6308995063,82,-1.535479385,0.7306124949,588.67230987 +228,-1.37595573,0.6241540638,82,-1.535479385,0.7306124949,647.58254176 +229,-1.358388707,0.6172645205,82,-1.535479385,0.7306124949,707.63056552 +230,-1.753741133,0.8281661666,82,-1.535479385,0.7306124949,724.97752072 +231,-1.47430987,0.6834615681,82,-1.535479385,0.7306124949,262.2800435 +232,-1.421012508,0.7222725206,82,-1.535479385,0.7306124949,340.45949613 +233,-1.4476833,0.6978557868,82,-1.535479385,0.7306124949,292.98757058 +234,-1.470370723,0.6966193374,82,-1.535479385,0.7306124949,236.90719002 +235,-1.429211703,0.7037216883,82,-1.535479385,0.7306124949,334.55282777 +236,-1.700578405,0.6178673663,82,-1.535479385,0.7306124949,677.77275236 +237,-1.678117619,0.6331716163,82,-1.535479385,0.7306124949,583.7777091 +238,-1.725644578,0.6316331145,82,-1.535479385,0.7306124949,703.48561094 +239,-2.14012759,0.7930497945,82,-1.535479385,0.7306124949,1736.8160104 +240,-2.103289431,0.7653606263,82,-1.535479385,0.7306124949,1643.7892261 +241,-1.318739838,0.7017808746,82,-1.535479385,0.7306124949,656.95870882 +242,-1.396417427,0.7077900843,82,-1.535479385,0.7306124949,423.97765586 +243,-1.35650337,0.7185539404,82,-1.535479385,0.7306124949,532.64842024 +244,-1.248884539,0.7274156818,82,-1.535479385,0.7306124949,845.47209712 +245,-1.395014798,0.5761185243,82,-1.535479385,0.7306124949,753.96982638 +246,-1.433377362,0.6064716109,82,-1.535479385,0.7306124949,584.89731493 +247,-1.408172432,0.5903155476,82,-1.535479385,0.7306124949,683.07188981 +248,-1.749645898,0.7757118084,82,-1.535479385,0.7306124949,643.42029591 +249,-1.571626686,0.615046989,82,-1.535479385,0.7306124949,471.20795433 +250,-1.514070049,0.6303003037,82,-1.535479385,0.7306124949,402.75347854 +251,-1.480890369,0.6237966528,82,-1.535479385,0.7306124949,455.33014743 +252,-1.704390658,0.5281680612,82,-1.535479385,0.7306124949,965.76672477 +253,-1.64434733,0.5254277498,82,-1.535479385,0.7306124949,883.8304786 +254,-1.703855997,0.4792484842,82,-1.535479385,0.7306124949,1134.9751791 +255,-1.692002383,0.5748825051,82,-1.535479385,0.7306124949,788.38421374 +256,-1.854136457,0.5544643913,82,-1.535479385,0.7306124949,1223.8015866 +257,-1.665021206,0.520317736,82,-1.535479385,0.7306124949,930.14309238 +258,-1.733654349,0.4845187345,82,-1.535479385,0.7306124949,1166.1738854 +259,-1.720938188,0.5135933906,82,-1.535479385,0.7306124949,1044.7018955 +260,-1.742668307,0.553296122,82,-1.535479385,0.7306124949,960.07742123 +261,-1.965659039,0.7142126903,82,-1.535479385,0.7306124949,1275.5760516 +262,-1.944438071,0.6772834804,82,-1.535479385,0.7306124949,1248.7221028 +263,-1.270340967,0.7681487096,82,-1.535479385,0.7306124949,781.92725408 +264,-1.353091884,0.6549276821,82,-1.535479385,0.7306124949,630.94809886 +265,-1.333236659,0.6413584414,82,-1.535479385,0.7306124949,712.69681566 +266,-1.352015998,0.6753788907,82,-1.535479385,0.7306124949,595.5014632 +267,-1.377988483,0.6577816235,82,-1.535479385,0.7306124949,559.09407198 +268,-2.13075611,0.8318642051,82,-1.535479385,0.7306124949,1706.701291 +269,-2.097910953,0.8259670014,82,-1.535479385,0.7306124949,1618.3183503 +270,-1.416382069,0.6694271549,82,-1.535479385,0.7306124949,434.42442136 +271,-1.538905672,0.7535625993,82,-1.535479385,0.7306124949,91.453977073 +272,-1.572309477,0.7803125099,82,-1.535479385,0.7306124949,223.65875081 +273,-1.87759879,0.7503853417,82,-1.535479385,0.7306124949,1001.0467404 +274,1.152365588,0.590457682,82,-1.535479385,0.7306124949,6957.0854604 +275,0.350198001,0.718001859,82,-1.535479385,0.7306124949,5158.3002819 +276,0.046513677,0.491503852,82,-1.535479385,0.7306124949,4983.4632082 +277,0.027510309,0.742571376,82,-1.535479385,0.7306124949,4348.5494932 +278,0.306285725,-0.214631579,82,-1.535479385,0.7306124949,7583.0370711 +279,-1.100564889,0.318051531,82,-1.535479385,0.7306124949,2195.7928255 +280,-1.078582306,0.301437596,82,-1.535479385,0.7306124949,2298.1208936 +281,-1.137371989,-0.617634065,82,-1.535479385,0.7306124949,5532.2641687 +282,0.784356344,0.703272339,82,-1.535479385,0.7306124949,6044.5625421 +283,-1.221209947,0.218327455,82,-1.535479385,0.7306124949,2300.6073536 +284,2.347301921,-0.449114658,82,-1.535479385,0.7306124949,9795.1937789 +285,0.246820618,0.830553713,82,-1.535479385,0.7306124949,4646.8967683 +286,0.829414965,0.703288228,82,-1.535479385,0.7306124949,6117.2243091 +287,-1.337537566,0.42332223,82,-1.535479385,0.7306124949,1380.2733318 +288,0.882453706,0.454478077,82,-1.535479385,0.7306124949,7053.9458963 +289,1.575629659,0.416419109,82,-1.535479385,0.7306124949,7899.0813745 +290,-1.039455679,0.229888244,82,-1.535479385,0.7306124949,2615.2514166 +291,0.489558039,0.934482747,82,-1.535479385,0.7306124949,4837.1012496 +292,0.081344504,0.88384514,82,-1.535479385,0.7306124949,4174.2752972 +293,-1.547979814,0.300350308,82,-1.535479385,0.7306124949,1704.7962811 +294,0.040776181,0.168560074,82,-1.535479385,0.7306124949,5793.5217947 +295,-1.130374745,0.563894876,82,-1.535479385,0.7306124949,1433.9207967 +296,1.578326642,0.478507176,82,-1.535479385,0.7306124949,7653.4447455 +297,-1.12861823,-0.291640865,82,-1.535479385,0.7306124949,4314.2311794 +298,0.310524208,0.770885792,82,-1.535479385,0.7306124949,4932.5373919 +299,0.415649091,-0.387246002,82,-1.535479385,0.7306124949,8332.6562287 +300,-0.926533878,-0.188022748,82,-1.535479385,0.7306124949,4259.5965214 +301,1.258856172,-0.11716081,82,-1.535479385,0.7306124949,9724.9100568 +302,-1.126050026,0.322941926,82,-1.535479385,0.7306124949,2123.7604079 +303,2.002785835,0.07893892,82,-1.535479385,0.7306124949,8932.6551335 +304,0.440437607,0.746258085,82,-1.535479385,0.7306124949,5272.0208774 +305,-0.030391866,0.214441206,82,-1.535479385,0.7306124949,5465.5769549 +306,0.521557815,-0.058929362,82,-1.535479385,0.7306124949,7794.7769361 +307,-0.097005111,0.13317729,82,-1.535479385,0.7306124949,5480.8558601 +308,1.83113859,0.221857587,82,-1.535479385,0.7306124949,8582.7712181 +309,0.222428864,0.099404236,82,-1.535479385,0.7306124949,6505.9060842 +310,-1.702731345,0.8728568183,82,-1.535479385,0.7306124949,726.61280681 +311,-0.418507569,0.278324921,82,-1.535479385,0.7306124949,4160.3353265 +312,-1.41153306,0.339029988,82,-1.535479385,0.7306124949,1606.0577791 +313,0.357560442,0.114788776,82,-1.535479385,0.7306124949,6849.9074821 +314,0.325818979,0.268352149,82,-1.535479385,0.7306124949,6335.833907 +315,-1.246004659,-0.663679965,82,-1.535479385,0.7306124949,5620.7969779 +316,1.814603087,0.637404484,82,-1.535479385,0.7306124949,6972.7891584 +317,1.843704281,-0.18300445,82,-1.535479385,0.7306124949,10122.989737 +318,1.690644492,-0.211480909,82,-1.535479385,0.7306124949,10366.904167 +319,-1.275451936,0.068109467,82,-1.535479385,0.7306124949,2781.087629 +320,0.762430171,-0.207594741,82,-1.535479385,0.7306124949,8880.763614 +321,0.265668905,-0.014647884,82,-1.535479385,0.7306124949,6938.0118918 +322,-2.773032013,-0.335515811,82,-1.535479385,0.7306124949,6181.0659087 +323,-1.469512853,0.174058777,82,-1.535479385,0.7306124949,2216.4428959 +324,0.286276986,0.785925691,82,-1.535479385,0.7306124949,4841.8516547 +325,-1.379324697,0.377432233,82,-1.535479385,0.7306124949,1492.4336659 +326,-1.203778265,0.212813032,82,-1.535479385,0.7306124949,2349.1487444 +327,0.579916301,0.611743168,82,-1.535479385,0.7306124949,5954.8654917 +328,0.267582642,0.868113908,82,-1.535479385,0.7306124949,4598.589837 +329,0.412869244,-0.050245578,82,-1.535479385,0.7306124949,7460.9281139 +330,0.17524381,0.976660285,82,-1.535479385,0.7306124949,4171.5986009 +331,0.743157214,0.204812899,82,-1.535479385,0.7306124949,7589.3167817 +332,-1.070758176,0.269382282,82,-1.535479385,0.7306124949,2418.1369 +333,-1.230364251,0.329790229,82,-1.535479385,0.7306124949,1890.9580192 +334,-1.374813124,-0.024926835,82,-1.535479385,0.7306124949,3047.6805209 +335,0.519780566,0.463669906,82,-1.535479385,0.7306124949,6268.622904 +336,-1.55108034,0.239698561,82,-1.535479385,0.7306124949,1945.2496901 +337,0.180294813,0.029739425,82,-1.535479385,0.7306124949,6569.7753393 +338,0.67820924,0.268170153,82,-1.535479385,0.7306124949,7238.0085297 +339,0.445798684,1.024001867,82,-1.535479385,0.7306124949,4524.6769079 +340,0.691751283,0.150521402,82,-1.535479385,0.7306124949,7635.3900595 +341,-1.036643551,-0.903056181,82,-1.535479385,0.7306124949,6694.5182257 +342,-0.120287036,1.083325163,82,-1.535479385,0.7306124949,3452.1192116 +343,2.823513113,-0.304487164,82,-1.535479385,0.7306124949,8052.8997303 +344,0.457583172,1.12513373,82,-1.535479385,0.7306124949,4281.2608481 +345,0.042918831,0.813795399,82,-1.535479385,0.7306124949,4233.4540584 +346,1.196146777,-0.853142756,82,-1.535479385,0.7306124949,11210.543613 +347,0.206001358,-0.010430701,82,-1.535479385,0.7306124949,6752.1303386 +348,-0.268308653,0.234799412,82,-1.535479385,0.7306124949,4712.934025 +349,0.759363263,0.736189579,82,-1.535479385,0.7306124949,5894.7647086 +350,0.181363926,0.891988372,82,-1.535479385,0.7306124949,4367.1061888 +351,-0.021111158,0.139103292,82,-1.535479385,0.7306124949,5689.0457869 +352,-0.093355215,0.630686981,82,-1.535479385,0.7306124949,4280.6858368 +353,0.40118964,0.681375926,82,-1.535479385,0.7306124949,5370.2201637 +354,-0.721197315,1.304706234,82,-1.535479385,0.7306124949,2689.1087748 +355,-1.076150317,0.212107639,82,-1.535479385,0.7306124949,2594.1408376 +356,-1.577164531,0.273993443,82,-1.535479385,0.7306124949,1814.2554107 +357,-0.190788414,0.182208586,82,-1.535479385,0.7306124949,5076.6687649 +358,-0.261349752,0.209710184,82,-1.535479385,0.7306124949,4797.6663372 +359,-1.029303852,0.083549259,82,-1.535479385,0.7306124949,3123.8987116 +360,-1.268609162,0.330525297,82,-1.535479385,0.7306124949,1821.7245884 +361,1.282982244,-0.926641967,82,-1.535479385,0.7306124949,11287.658267 +362,0.217352334,0.731352408,82,-1.535479385,0.7306124949,4825.2540081 +363,-1.511833084,0.258629297,82,-1.535479385,0.7306124949,1871.2782873 +364,0.338812194,0.823184618,82,-1.535479385,0.7306124949,4856.0768609 +365,-0.324406489,1.134201999,82,-1.535479385,0.7306124949,3063.1608573 +366,1.389579348,0.399185724,82,-1.535479385,0.7306124949,7898.8174443 +367,2.047152199,-0.039082036,82,-1.535479385,0.7306124949,9288.0506077 +368,0.947780369,0.568250077,82,-1.535479385,0.7306124949,6767.929533 +369,0.763824846,0.576754987,82,-1.535479385,0.7306124949,6426.9107537 +370,-0.142334657,0.928153068,82,-1.535479385,0.7306124949,3607.8386805 +371,0.610266567,0.547265983,82,-1.535479385,0.7306124949,6216.3876861 +372,0.210731629,0.746815056,82,-1.535479385,0.7306124949,4771.9759832 +373,-1.34931644,0.316895224,82,-1.535479385,0.7306124949,1755.3197665 +374,2.407696481,0.655030745,82,-1.535479385,0.7306124949,6238.9340638 +375,0.64207831,0.545359131,82,-1.535479385,0.7306124949,6288.913937 +376,1.174597538,0.840588356,82,-1.535479385,0.7306124949,6039.881255 +377,0.660059424,0.010604079,82,-1.535479385,0.7306124949,7975.9999894 +378,-0.730263819,0.010486456,82,-1.535479385,0.7306124949,4041.6458113 +379,0.831068936,0.512339172,82,-1.535479385,0.7306124949,6764.7055615 +380,1.301180979,0.72367476,82,-1.535479385,0.7306124949,6580.8799 +381,1.811128231,0.322854402,82,-1.535479385,0.7306124949,8203.9778101 +382,0.435105812,0.992284428,82,-1.535479385,0.7306124949,4590.8847839 +383,0.62643634,0.592027932,82,-1.535479385,0.7306124949,6111.0652207 +384,0.492988703,-0.516339467,82,-1.535479385,0.7306124949,8848.8501757 +385,-0.162469483,0.112549365,82,-1.535479385,0.7306124949,5341.819802 +386,0.314630866,0.472006421,82,-1.535479385,0.7306124949,5743.3097618 +387,0.166744804,0.822815954,82,-1.535479385,0.7306124949,4492.7823117 +388,0.417159608,0.965805736,82,-1.535479385,0.7306124949,4630.5554616 +389,0.106334961,0.868774244,82,-1.535479385,0.7306124949,4259.5628135 +390,0.815086969,-0.338144359,82,-1.535479385,0.7306124949,9379.5045394 +391,0.59867455,-0.230624824,82,-1.535479385,0.7306124949,8480.186813 +392,1.915104874,0.066220985,82,-1.535479385,0.7306124949,9097.0639365 +393,1.278093622,0.064463721,82,-1.535479385,0.7306124949,9080.2707515 +394,-0.061477853,0.302997961,82,-1.535479385,0.7306124949,5147.9928853 +395,0.251311504,0.626976942,82,-1.535479385,0.7306124949,5170.8167852 +396,2.950242872,0.149095644,82,-1.535479385,0.7306124949,6485.0797124 +397,-0.180294708,0.35375117,82,-1.535479385,0.7306124949,4675.1698349 +398,1.010448592,-0.351180233,82,-1.535479385,0.7306124949,9951.1716225 +399,-1.748740498,0.3686318073,82,-1.535479385,0.7306124949,1600.6194974 +400,2.699635665,0.123533791,82,-1.535479385,0.7306124949,7252.603006 +401,0.496808033,0.823843254,82,-1.535479385,0.7306124949,5162.2557777 +402,0.129574704,0.763364087,82,-1.535479385,0.7306124949,4545.4808996 +403,1.798920311,0.817447563,82,-1.535479385,0.7306124949,6274.582161 +404,0.335987953,0.746786541,82,-1.535479385,0.7306124949,5050.5620232 +405,-1.085413643,0.292154671,82,-1.535479385,0.7306124949,2312.3517294 +406,-0.155321003,0.508207011,82,-1.535479385,0.7306124949,4381.8639939 +407,0.620529244,-0.301175104,82,-1.535479385,0.7306124949,8725.626829 +408,1.684402744,0.368716966,82,-1.535479385,0.7306124949,8079.9493337 +409,0.300582244,-0.386397212,82,-1.535479385,0.7306124949,7992.8356018 +410,2.913555946,-0.009225192,82,-1.535479385,0.7306124949,7019.6053867 +411,1.465101417,0.493232532,82,-1.535479385,0.7306124949,7568.8073004 +412,0.090612882,0.907955955,82,-1.535479385,0.7306124949,4144.7977098 +413,2.987564726,-0.729568594,82,-1.535479385,0.7306124949,8525.3550384 +414,-1.484261606,0.224149272,82,-1.535479385,0.7306124949,2013.8624435 +415,0.164073421,0.303955133,82,-1.535479385,0.7306124949,5791.375206 +416,0.141441293,0.167552546,82,-1.535479385,0.7306124949,6089.1861397 +417,2.931321023,-0.506718887,82,-1.535479385,0.7306124949,8214.8681951 +418,2.21951565,0.700596356,82,-1.535479385,0.7306124949,6361.9360576 +419,0.268112576,1.199114336,82,-1.535479385,0.7306124949,3870.6277832 +420,0.978913739,0.359223811,82,-1.535479385,0.7306124949,7553.729621 +421,1.210898818,0.522863584,82,-1.535479385,0.7306124949,7273.1160117 +422,2.347397336,0.129231362,82,-1.535479385,0.7306124949,8109.7354865 +423,0.614394501,0.556878345,82,-1.535479385,0.7306124949,6195.3308422 +424,-1.398079356,0.148483366,82,-1.535479385,0.7306124949,2355.3558225 +425,2.535303836,-0.112984496,82,-1.535479385,0.7306124949,8379.3100553 +426,-1.019372593,-0.405322349,82,-1.535479385,0.7306124949,4880.8557706 +427,-1.297785627,-0.160104069,82,-1.535479385,0.7306124949,3632.3443777 +428,2.144554488,0.205051084,82,-1.535479385,0.7306124949,8250.8314592 +429,-2.242387083,-0.426171285,82,-1.535479385,0.7306124949,5262.7961193 +430,0.338637212,0.909723676,82,-1.535479385,0.7306124949,4634.3166452 +431,-0.148798452,0.691042401,82,-1.535479385,0.7306124949,4007.5206318 +432,0.893524764,0.441829531,82,-1.535479385,0.7306124949,7117.1154304 +433,0.969229347,-0.368847936,82,-1.535479385,0.7306124949,9888.9034498 +434,0.436043248,0.800045688,82,-1.535479385,0.7306124949,5112.9444923 +435,1.687946607,1.081504775,82,-1.535479385,0.7306124949,5261.2728932 +436,0.522302046,-0.034889271,82,-1.535479385,0.7306124949,7729.9560731 +437,-0.178996113,-0.438090009,82,-1.535479385,0.7306124949,6776.8954651 +438,-1.094339566,0.301444068,82,-1.535479385,0.7306124949,2262.7096087 +439,-1.064070054,0.242569932,82,-1.535479385,0.7306124949,2519.7281941 +440,-1.068153768,0.230387998,82,-1.535479385,0.7306124949,2550.7007766 +441,-3.00496892,-0.23989155,82,-1.535479385,0.7306124949,6560.5699665 +442,0.21751974,0.766874888,82,-1.535479385,0.7306124949,4738.2399369 +443,0.117229532,0.007619006,82,-1.535479385,0.7306124949,6443.2668953 +444,0.777758451,0.420554741,82,-1.535479385,0.7306124949,6967.8428649 +445,-0.252356999,0.250747086,82,-1.535479385,0.7306124949,4719.4723067 +446,0.363148444,0.768483434,82,-1.535479385,0.7306124949,5050.6608414 +447,0.903191366,-0.118210676,82,-1.535479385,0.7306124949,8988.115077 +448,-0.205755923,0.149406178,82,-1.535479385,0.7306124949,5117.7709869 +449,1.811996086,0.02364353,82,-1.535479385,0.7306124949,9366.3583324 +450,-1.100670221,0.314845373,82,-1.535479385,0.7306124949,2205.7653949 +451,0.340078597,0.850105132,82,-1.535479385,0.7306124949,4788.9939064 +452,0.258757267,0.804969236,82,-1.535479385,0.7306124949,4735.0389272 +453,2.78505352,-0.155160804,82,-1.535479385,0.7306124949,7783.6535093 +454,0.800551619,0.105822106,82,-1.535479385,0.7306124949,8037.7263726 +455,0.437940882,-0.506194031,82,-1.535479385,0.7306124949,8666.7936266 +456,2.230431122,0.63458615,82,-1.535479385,0.7306124949,6582.923952 +457,0.527965361,0.127667701,82,-1.535479385,0.7306124949,7281.8719348 +458,-0.063643205,0.702093448,82,-1.535479385,0.7306124949,4206.4754073 +459,1.408447268,0.133010502,82,-1.535479385,0.7306124949,8948.732444 +460,0.523795955,0.280266966,82,-1.535479385,0.7306124949,6823.4478398 +461,-0.975769313,0.072177659,82,-1.535479385,0.7306124949,3272.9699587 +462,0.549774164,-0.463663986,82,-1.535479385,0.7306124949,8902.34593 +463,0.29245874,1.095549818,82,-1.535479385,0.7306124949,4117.1981969 +464,0.143625958,0.816809593,82,-1.535479385,0.7306124949,4455.3793809 +465,0.671902494,0.611159853,82,-1.535479385,0.7306124949,6141.3663434 +466,1.239840988,0.6724199,82,-1.535479385,0.7306124949,6731.647994 +467,0.607829703,-0.10932137,82,-1.535479385,0.7306124949,8177.4054288 +468,1.763020906,0.263996692,82,-1.535479385,0.7306124949,8462.6218458 +469,0.378714634,0.726066797,82,-1.535479385,0.7306124949,5198.3429598 +470,2.196736143,-0.153862366,82,-1.535479385,0.7306124949,9369.2131144 +471,0.01702415,0.148991565,82,-1.535479385,0.7306124949,5775.2442088 +472,-2.998490902,-0.158002487,82,-1.535479385,0.7306124949,6324.4459507 +473,-3.051262951,-0.346595608,82,-1.535479385,0.7306124949,6971.7493314 +474,-1.069176439,0.182802941,82,-1.535479385,0.7306124949,2706.6453921 +475,0.167157509,0.595344954,82,-1.535479385,0.7306124949,5043.3618252 +476,0.613855648,0.681746124,82,-1.535479385,0.7306124949,5808.0185201 +477,1.037012736,0.682555367,82,-1.535479385,0.7306124949,6483.1024159 +478,-1.253574971,0.379755746,82,-1.535479385,0.7306124949,1676.3361202 +479,3.108590453,-0.132620738,82,-1.535479385,0.7306124949,6772.8430406 +480,0.565301296,0.022333262,82,-1.535479385,0.7306124949,7686.9939878 +481,0.547898238,0.855555614,82,-1.535479385,0.7306124949,5162.6306527 +482,0.948309381,0.417393755,82,-1.535479385,0.7306124949,7297.6079513 +483,-0.050600732,0.945269213,82,-1.535479385,0.7306124949,3778.955027 +484,-0.977651478,-0.572363064,82,-1.535479385,0.7306124949,5546.3813277 +485,1.102014914,0.728861163,82,-1.535479385,0.7306124949,6388.2905698 +486,2.927300795,-0.282939414,82,-1.535479385,0.7306124949,7693.2264591 +487,-1.154565557,0.124434095,82,-1.535479385,0.7306124949,2747.884413 +488,1.855331234,0.291044755,82,-1.535479385,0.7306124949,8295.4948913 +489,0.830290659,0.276904518,82,-1.535479385,0.7306124949,7549.6676547 +490,0.485104466,-0.234867441,82,-1.535479385,0.7306124949,8160.952353 +491,0.521367572,-0.33161327,82,-1.535479385,0.7306124949,8510.7394989 +1,-1.539031704,0.7349710123,83,-1.53946905,0.7290102593,23.645679387 +2,-1.536990553,0.7349663874,83,-1.53946905,0.7290102593,24.696563673 +3,-1.534951779,0.7349571355,83,-1.53946905,0.7290102593,27.055681002 +4,-1.532906461,0.7349480293,83,-1.53946905,0.7290102593,30.447409492 +5,-1.531320211,0.7346937278,83,-1.53946905,0.7290102593,32.914941547 +6,-1.539451648,0.7335131775,83,-1.53946905,0.7290102593,17.836132897 +7,-1.537429487,0.7335445708,83,-1.53946905,0.7290102593,18.940277971 +8,-1.535484998,0.7335658704,83,-1.53946905,0.7290102593,21.530891697 +9,-1.533488396,0.7336036027,83,-1.53946905,0.7290102593,25.336082767 +10,-1.531497785,0.7335842962,83,-1.53946905,0.7290102593,29.673938239 +11,-1.530259379,0.7334777758,83,-1.53946905,0.7290102593,32.410464773 +12,-1.5335454,0.7322346912,83,-1.53946905,0.7290102593,21.644575494 +13,-1.531489083,0.7322238773,83,-1.53946905,0.7290102593,26.761990364 +14,-1.530011122,0.7321679851,83,-1.53946905,0.7290102593,30.576793298 +15,-1.53348106,0.7306614094,83,-1.53946905,0.7290102593,18.848039954 +16,-1.531441779,0.7306962275,83,-1.53946905,0.7290102593,24.619681825 +17,-1.529755654,0.7306933243,83,-1.53946905,0.7290102593,29.438930756 +18,-1.533415048,0.7291384674,83,-1.53946905,0.7290102593,17.891199566 +19,-1.531392093,0.7291705353,83,-1.53946905,0.7290102593,23.868046834 +20,-1.529296523,0.7291214933,83,-1.53946905,0.7290102593,30.053855236 +21,-1.535280942,0.727267644,83,-1.53946905,0.7290102593,14.176264577 +22,-1.533378158,0.7276139666,83,-1.53946905,0.7290102593,18.835508141 +23,-1.531340368,0.7276446587,83,-1.53946905,0.7290102593,24.63005639 +24,-1.528960113,0.7276398177,83,-1.53946905,0.7290102593,31.535642497 +25,-1.533313146,0.7260818349,83,-1.53946905,0.7290102593,21.590389378 +26,-1.531259555,0.7260958115,83,-1.53946905,0.7290102593,26.888614105 +27,-1.528926415,0.7260865555,83,-1.53946905,0.7290102593,33.266909569 +28,-1.531226779,0.7245511789,83,-1.53946905,0.7290102593,30.120186716 +29,-1.528904772,0.7245519194,83,-1.53946905,0.7290102593,35.913209462 +30,-1.547195875,0.7409785979,83,-1.53946905,0.7290102593,52.562905563 +31,-1.5451475,0.740980426,83,-1.53946905,0.7290102593,50.263983952 +32,-1.543097679,0.7409798872,83,-1.53946905,0.7290102593,48.595787399 +33,-1.540720364,0.7409892687,83,-1.53946905,0.7290102593,47.591098096 +34,-1.547188511,0.7395198392,83,-1.53946905,0.7290102593,47.414164726 +35,-1.545148587,0.7395226109,83,-1.53946905,0.7290102593,44.863288721 +36,-1.543104538,0.7395314908,83,-1.53946905,0.7290102593,43.023649501 +37,-1.540727751,0.7395306258,83,-1.53946905,0.7290102593,41.835194393 +38,-1.547187029,0.7380014886,83,-1.53946905,0.7290102593,42.238174317 +39,-1.545147315,0.7380012252,83,-1.53946905,0.7290102593,39.33744342 +40,-1.54310719,0.7380060743,83,-1.53946905,0.7290102593,37.20560667 +41,-1.540719671,0.7380068206,83,-1.53946905,0.7290102593,35.824860145 +42,-1.547187189,0.7364799098,83,-1.53946905,0.7290102593,37.307205523 +43,-1.545149996,0.7364853874,83,-1.53946905,0.7290102593,34.006946539 +44,-1.543106091,0.7364823484,83,-1.53946905,0.7290102593,31.474681657 +45,-1.540717158,0.7364893901,83,-1.53946905,0.7290102593,29.85189285 +46,-1.538663972,0.7410138672,83,-1.53946905,0.7290102593,47.60510095 +47,-1.53695285,0.7409699132,83,-1.53946905,0.7290102593,47.945677993 +48,-1.534910498,0.7409641297,83,-1.53946905,0.7290102593,49.207437786 +49,-1.533145034,0.7409536636,83,-1.53946905,0.7290102593,50.826506394 +50,-1.538681336,0.7395405883,83,-1.53946905,0.7290102593,41.774887219 +51,-1.536999189,0.7395183096,83,-1.53946905,0.7290102593,42.251172562 +52,-1.534923633,0.7395144222,83,-1.53946905,0.7290102593,43.700824868 +53,-1.533267822,0.7395654306,83,-1.53946905,0.7290102593,45.611836834 +54,-1.53867273,0.7380151077,83,-1.53946905,0.7290102593,35.745077233 +55,-1.536980576,0.7379994392,83,-1.53946905,0.7290102593,36.351169674 +56,-1.534931522,0.7379944961,83,-1.53946905,0.7290102593,38.008554053 +57,-1.533387952,0.7379480264,83,-1.53946905,0.7290102593,39.667306724 +58,-1.538682279,0.7364914363,83,-1.53946905,0.7290102593,29.72334976 +59,-1.536980704,0.7364810563,83,-1.53946905,0.7290102593,30.485319153 +60,-1.534935567,0.7364752065,83,-1.53946905,0.7290102593,32.441939172 +61,-1.533042592,0.7363876366,83,-1.53946905,0.7290102593,34.813427122 +62,-1.545143426,0.7349628011,83,-1.53946905,0.7290102593,28.903992839 +63,-1.543105297,0.7349691947,83,-1.53946905,0.7290102593,25.921052131 +64,-1.541064533,0.7349647152,83,-1.53946905,0.7290102593,24.049506009 +65,-1.545411803,0.7334624714,83,-1.53946905,0.7290102593,24.85958039 +66,-1.543446606,0.7334780896,83,-1.53946905,0.7290102593,21.230006843 +67,-1.541475327,0.7334957295,83,-1.53946905,0.7290102593,18.725738338 +68,-1.545401939,0.731963266,83,-1.53946905,0.7290102593,21.052524369 +69,-1.54342253,0.7319915583,83,-1.53946905,0.7290102593,16.598169203 +70,-1.541455867,0.7320216438,83,-1.53946905,0.7290102593,13.290533394 +71,-1.545410146,0.7304422281,83,-1.53946905,0.7290102593,18.434523027 +72,-1.543435491,0.7304713664,83,-1.53946905,0.7290102593,13.062284369 +73,-1.541463105,0.7304997613,83,-1.53946905,0.7290102593,8.3346241298 +74,-1.545414768,0.7289194936,83,-1.53946905,0.7290102593,17.569508232 +75,-1.543435774,0.7289538557,83,-1.53946905,0.7290102593,11.721110862 +76,-1.541457714,0.7289765881,83,-1.53946905,0.7290102593,5.8766104864 +77,-1.539449415,0.7320555866,83,-1.53946905,0.7290102593,12.062680418 +78,-1.537429183,0.7321097681,83,-1.53946905,0.7290102593,13.672740453 +79,-1.535472649,0.7321497267,83,-1.53946905,0.7290102593,17.135889207 +80,-1.539457899,0.7305333307,83,-1.53946905,0.7290102593,6.0329754154 +81,-1.537453161,0.7305750503,83,-1.53946905,0.7290102593,8.5927021752 +82,-1.535479385,0.7306124949,83,-1.53946905,0.7290102593,13.37905806 +83,-1.53946905,0.7290102593,83,-1.53946905,0.7290102593,2.99472008 +84,-1.537459922,0.7290417293,83,-1.53946905,0.7290102593,5.9366890647 +85,-1.535451349,0.7290890157,83,-1.53946905,0.7290102593,11.872964401 +86,-1.535522937,0.7279887191,83,-1.53946905,0.7290102593,12.345074532 +87,-1.539442524,0.7274735939,83,-1.53946905,0.7290102593,6.0872366437 +88,-1.537424111,0.727521351,83,-1.53946905,0.7290102593,8.4455062835 +89,-1.539384641,0.7259505092,83,-1.53946905,0.7290102593,12.122242441 +90,-1.537372391,0.7259947145,83,-1.53946905,0.7290102593,13.458912291 +91,-1.535340789,0.7260435356,83,-1.53946905,0.7290102593,16.947694722 +92,-1.539325716,0.7244369706,83,-1.53946905,0.7290102593,18.119765123 +93,-1.537308932,0.7244801057,83,-1.53946905,0.7290102593,19.049232763 +94,-1.535289068,0.7245247645,83,-1.53946905,0.7290102593,21.651054956 +95,-1.533261366,0.7245550236,83,-1.53946905,0.7290102593,25.477035432 +96,-1.539267302,0.722921924,83,-1.53946905,0.7290102593,24.123300279 +97,-1.537248972,0.7229660258,83,-1.53946905,0.7290102593,24.827992302 +98,-1.535219431,0.7229916471,83,-1.53946905,0.7290102593,26.959069084 +99,-1.53318962,0.7230212049,83,-1.53946905,0.7290102593,30.145307759 +100,-1.531154816,0.7230299897,83,-1.53946905,0.7290102593,34.170675721 +101,-1.528878341,0.7230370244,83,-1.53946905,0.7290102593,39.292681433 +102,-1.539218189,0.7214009878,83,-1.53946905,0.7290102593,30.149495927 +103,-1.537198791,0.7214422745,83,-1.53946905,0.7290102593,30.722852087 +104,-1.535179266,0.7214634354,83,-1.53946905,0.7290102593,32.485015512 +105,-1.533156501,0.7214944644,83,-1.53946905,0.7290102593,35.161958571 +106,-1.53113574,0.7215166021,83,-1.53946905,0.7290102593,38.615616144 +107,-1.528874248,0.7215345535,83,-1.53946905,0.7290102593,43.162670043 +108,-1.539217656,0.7198512397,83,-1.53946905,0.7290102593,36.286539837 +109,-1.537199919,0.7199428763,83,-1.53946905,0.7290102593,36.541111489 +110,-1.545425832,0.727397149,83,-1.53946905,0.7290102593,18.733786572 +111,-1.543371177,0.7273916949,83,-1.53946905,0.7290102593,13.197952638 +112,-1.541368852,0.7274523163,83,-1.53946905,0.7290102593,8.3441734925 +113,-1.545349067,0.7258710923,83,-1.53946905,0.7290102593,21.382416866 +114,-1.54332671,0.7258603556,83,-1.53946905,0.7290102593,16.909008205 +115,-1.541346831,0.7259242142,83,-1.53946905,0.7290102593,13.426862318 +116,-1.545324355,0.7243383958,83,-1.53946905,0.7290102593,25.355710716 +117,-1.543292796,0.7243617413,83,-1.53946905,0.7290102593,21.614013516 +118,-1.541295822,0.7244024384,83,-1.53946905,0.7290102593,19.035875846 +119,-1.543193859,0.7205570215,83,-1.53946905,0.7290102593,35.258037971 +120,-1.550257047,0.7386738187,83,-1.53946905,0.7290102593,49.719993647 +121,-1.549335448,0.7311736483,83,-1.53946905,0.7290102593,30.354221777 +122,-1.533478843,0.7179891343,83,-1.53946905,0.7290102593,47.137761967 +123,-1.556150555,0.738907041,83,-1.53946905,0.7290102593,62.799734755 +124,-1.554324226,0.733414257,83,-1.53946905,0.7290102593,47.145185136 +125,-1.554290846,0.7288285332,83,-1.53946905,0.7290102593,43.796563713 +126,-1.55122487,0.7219795312,83,-1.53946905,0.7290102593,44.600953087 +127,-1.525104458,0.7229399862,83,-1.53946905,0.7290102593,48.874550519 +128,-1.519607711,0.7236181429,83,-1.53946905,0.7290102593,62.573661993 +129,-1.513899999,0.7251107854,83,-1.53946905,0.7290102593,77.228026894 +130,-1.536620762,0.7431061895,83,-1.53946905,0.7290102593,56.456548145 +131,-1.5369566,0.7460845958,83,-1.53946905,0.7290102593,68.031309985 +132,-1.545345528,0.7447040685,83,-1.53946905,0.7290102593,64.508920356 +133,-1.532813921,0.7432306626,83,-1.53946905,0.7290102593,59.618352602 +134,-1.554788248,0.7382381001,83,-1.53946905,0.7290102593,58.02779504 +135,-1.540348126,0.7301594274,83,-1.53946905,0.7290102593,5.2399345204 +136,-1.538016084,0.7239051786,83,-1.53946905,0.7290102593,20.673815824 +137,-1.525288962,0.7258085137,83,-1.53946905,0.7290102593,43.826174614 +138,-1.534326986,0.731241342,83,-1.53946905,0.7290102593,17.561386563 +139,-1.530733872,0.7303625216,83,-1.53946905,0.7290102593,26.340602853 +141,-1.534354939,0.7328219978,83,-1.53946905,0.7290102593,21.341100067 +142,-1.53157084,0.7292888153,83,-1.53946905,0.7290102593,23.356424038 +143,-1.525691035,0.7263799874,83,-1.53946905,0.7290102593,42.062000526 +144,-1.534031287,0.7495967835,83,-1.53946905,0.7290102593,83.0817891 +145,-1.527714986,0.7283095957,83,-1.53946905,0.7290102593,34.845898024 +146,-1.526189586,0.7271468292,83,-1.53946905,0.7290102593,39.951071874 +147,-1.555177336,0.7375563366,83,-1.53946905,0.7290102593,57.296730186 +148,-1.555080283,0.7312707794,83,-1.53946905,0.7290102593,46.934643014 +149,-1.53856994,0.7224180299,83,-1.53946905,0.7290102593,26.247361456 +150,-1.530837883,0.729933372,83,-1.53946905,0.7290102593,25.748996812 +151,-1.515066984,0.5854133365,83,-1.53946905,0.7290102593,573.88735139 +152,-1.534731633,0.5368370046,83,-1.53946905,0.7290102593,761.34740431 +153,-1.515231902,0.5607085576,83,-1.53946905,0.7290102593,671.01559455 +154,-2.616253799,1.0684566605,83,-1.53946905,0.7290102593,2838.0540454 +155,-1.956071439,0.5792177723,83,-1.53946905,0.7290102593,1431.3654338 +156,-1.951208514,0.5602434208,83,-1.53946905,0.7290102593,1458.3013312 +157,-1.944675062,0.6062144545,83,-1.53946905,0.7290102593,1345.7810985 +158,-1.613778386,0.6077989518,83,-1.53946905,0.7290102593,532.6138439 +159,-2.035029014,0.6021432345,83,-1.53946905,0.7290102593,1615.0393417 +160,-2.114989471,0.6801825058,83,-1.53946905,0.7290102593,1736.8113355 +161,-2.037382079,0.5765830025,83,-1.53946905,0.7290102593,1669.4509986 +162,-2.129855121,0.6585019963,83,-1.53946905,0.7290102593,1807.6412679 +163,-2.075141798,0.6493615843,83,-1.53946905,0.7290102593,1658.4478174 +164,-1.828626729,0.6948433129,83,-1.53946905,0.7290102593,876.23518662 +165,-1.863329418,0.6735427691,83,-1.53946905,0.7290102593,1002.2808772 +166,-1.266037071,0.727988852,83,-1.53946905,0.7290102593,807.04440736 +167,-1.277579582,0.7249010648,83,-1.53946905,0.7290102593,774.2922365 +168,-1.258418684,0.7241194816,83,-1.53946905,0.7290102593,831.11323895 +169,-1.317813974,0.6804850104,83,-1.53946905,0.7290102593,695.1372261 +170,-1.344165204,0.6790988904,83,-1.53946905,0.7290102593,621.35814449 +171,-1.427582102,0.5277120351,83,-1.53946905,0.7290102593,873.57284679 +172,-1.402238616,0.457167829,83,-1.53946905,0.7290102593,1165.9866173 +173,-1.422454264,0.4996161999,83,-1.53946905,0.7290102593,983.5831553 +174,-1.439089277,0.4894859811,83,-1.53946905,0.7290102593,1002.5829354 +175,-1.448126995,0.5182330266,83,-1.53946905,0.7290102593,884.56910588 +176,-1.474626146,0.5881926574,83,-1.53946905,0.7290102593,593.44742153 +177,-1.421139645,0.5584869783,83,-1.53946905,0.7290102593,771.87478835 +178,-1.457037165,0.565943032,83,-1.53946905,0.7290102593,696.13176369 +179,-2.757159358,0.3745319,83,-1.53946905,0.7290102593,4221.9421705 +180,-2.714309238,0.342054471,83,-1.53946905,0.7290102593,4173.3679592 +181,-2.000525337,0.774119946,83,-1.53946905,0.7290102593,1340.2796908 +183,-1.571413436,0.6777838382,83,-1.53946905,0.7290102593,224.67076976 +184,-1.552860289,0.6987663893,83,-1.53946905,0.7290102593,126.32473695 +185,-1.521852374,0.7165827476,83,-1.53946905,0.7290102593,71.844367764 +186,-1.503656267,0.6928968252,83,-1.53946905,0.7290102593,178.91680431 +187,-1.502753178,0.7136205882,83,-1.53946905,0.7290102593,125.06560744 +188,-1.631894563,0.7343596465,83,-1.53946905,0.7290102593,273.17330424 +189,-1.653765416,0.6770714026,83,-1.53946905,0.7290102593,401.83460646 +190,-1.719812114,0.6715965947,83,-1.53946905,0.7290102593,591.16637074 +191,-1.493406659,0.6646955447,83,-1.53946905,0.7290102593,290.60675602 +192,-1.469120564,0.6613469966,83,-1.53946905,0.7290102593,342.87045896 +193,-1.590551461,0.5326612937,83,-1.53946905,0.7290102593,794.57472301 +194,-1.625979264,0.5247742243,83,-1.53946905,0.7290102593,854.84010918 +195,-1.572293943,0.5238808754,83,-1.53946905,0.7290102593,819.25493471 +196,-1.610848725,0.5477107964,83,-1.53946905,0.7290102593,752.91336795 +197,-1.208485554,0.7918526018,83,-1.53946905,0.7290102593,979.39665894 +198,-1.335601374,0.6869083083,83,-1.53946905,0.7290102593,635.15380354 +199,-1.346156996,0.6825213377,83,-1.53946905,0.7290102593,610.66818594 +200,-1.324381037,0.6741422347,83,-1.53946905,0.7290102593,685.34356754 +201,-1.242424992,0.7378949807,83,-1.53946905,0.7290102593,873.30469663 +202,-1.270370057,0.7392461008,83,-1.53946905,0.7290102593,791.29306732 +203,-1.448950472,0.7441675014,83,-1.53946905,0.7290102593,272.24935114 +204,-1.492662363,0.7523026852,83,-1.53946905,0.7290102593,165.01612992 +205,-1.479098966,0.7763855017,83,-1.53946905,0.7290102593,256.21839104 +206,-1.633760714,0.7869022408,83,-1.53946905,0.7290102593,355.04191944 +207,-1.647406434,0.8101289331,83,-1.53946905,0.7290102593,444.17017013 +208,-1.564245052,0.5701509278,83,-1.53946905,0.7290102593,634.04854723 +209,-1.646289963,0.6833746083,83,-1.53946905,0.7290102593,369.06848547 +210,-1.5820631,0.6751952144,83,-1.53946905,0.7290102593,249.0312127 +211,-1.613236298,0.6681681791,83,-1.53946905,0.7290102593,328.76075899 +212,-1.914661867,0.8212566515,83,-1.53946905,0.7290102593,1118.4260982 +213,-1.742133237,0.7250275956,83,-1.53946905,0.7290102593,599.53594048 +214,-2.033144872,0.6557314699,83,-1.53946905,0.7290102593,1525.6934624 +215,-2.039551981,0.6964723658,83,-1.53946905,0.7290102593,1497.217164 +216,-1.247341019,0.7622473908,83,-1.53946905,0.7290102593,858.70645565 +217,-1.298239787,0.7084123392,83,-1.53946905,0.7290102593,722.98677538 +218,-1.308539688,0.6926545592,83,-1.53946905,0.7290102593,707.22120241 +219,-1.303263185,0.6888938396,83,-1.53946905,0.7290102593,726.89671019 +220,-1.852400229,0.6004246149,83,-1.53946905,0.7290102593,1097.5140899 +221,-1.288947707,0.7473773692,83,-1.53946905,0.7290102593,736.69400162 +222,-1.372031502,0.7472790993,83,-1.53946905,0.7290102593,495.62352002 +223,-1.289805721,0.7242157877,83,-1.53946905,0.7290102593,738.53653665 +224,-1.350807603,0.7533498126,83,-1.53946905,0.7290102593,559.20585625 +225,-1.329290365,0.7560442322,83,-1.53946905,0.7290102593,622.07004612 +226,-1.410153004,0.616936428,83,-1.53946905,0.7290102593,597.4342305 +227,-1.393445434,0.6308995063,83,-1.53946905,0.7290102593,593.87506432 +228,-1.37595573,0.6241540638,83,-1.53946905,0.7290102593,653.16431314 +229,-1.358388707,0.6172645205,83,-1.53946905,0.7290102593,713.53349049 +230,-1.753741133,0.8281661666,83,-1.53946905,0.7290102593,719.35607354 +231,-1.47430987,0.6834615681,83,-1.53946905,0.7290102593,266.61155399 +232,-1.421012508,0.7222725206,83,-1.53946905,0.7290102593,351.92179544 +233,-1.4476833,0.6978557868,83,-1.53946905,0.7290102593,301.25448719 +234,-1.470370723,0.6966193374,83,-1.53946905,0.7290102593,243.54709124 +235,-1.429211703,0.7037216883,83,-1.53946905,0.7290102593,344.17792539 +236,-1.700578405,0.6178673663,83,-1.53946905,0.7290102593,664.5959132 +237,-1.678117619,0.6331716163,83,-1.53946905,0.7290102593,570.62622493 +238,-1.725644578,0.6316331145,83,-1.53946905,0.7290102593,690.11526993 +239,-2.14012759,0.7930497945,83,-1.53946905,0.7290102593,1727.9377682 +240,-2.103289431,0.7653606263,83,-1.53946905,0.7290102593,1634.2082585 +241,-1.318739838,0.7017808746,83,-1.53946905,0.7290102593,668.07677741 +242,-1.396417427,0.7077900843,83,-1.53946905,0.7290102593,434.61217967 +243,-1.35650337,0.7185539404,83,-1.53946905,0.7290102593,544.27981672 +244,-1.248884539,0.7274156818,83,-1.53946905,0.7290102593,857.74843821 +245,-1.395014798,0.5761185243,83,-1.53946905,0.7290102593,756.43243125 +246,-1.433377362,0.6064716109,83,-1.53946905,0.7290102593,586.55087647 +247,-1.408172432,0.5903155476,83,-1.53946905,0.7290102593,685.44886093 +248,-1.749645898,0.7757118084,83,-1.53946905,0.7290102593,634.63142256 +249,-1.571626686,0.615046989,83,-1.53946905,0.7290102593,462.24902597 +250,-1.514070049,0.6303003037,83,-1.53946905,0.7290102593,398.72480903 +251,-1.480890369,0.6237966528,83,-1.53946905,0.7290102593,454.23545119 +252,-1.704390658,0.5281680612,83,-1.53946905,0.7290102593,953.63605814 +253,-1.64434733,0.5254277498,83,-1.53946905,0.7290102593,873.1285182 +254,-1.703855997,0.4792484842,83,-1.53946905,0.7290102593,1123.4096099 +255,-1.692002383,0.5748825051,83,-1.53946905,0.7290102593,775.85247952 +256,-1.854136457,0.5544643913,83,-1.53946905,0.7290102593,1210.4232687 +257,-1.665021206,0.520317736,83,-1.53946905,0.7290102593,918.94576544 +258,-1.733654349,0.4845187345,83,-1.53946905,0.7290102593,1154.0479926 +259,-1.720938188,0.5135933906,83,-1.53946905,0.7290102593,1032.4676805 +260,-1.742668307,0.553296122,83,-1.53946905,0.7290102593,947.15679783 +261,-1.965659039,0.7142126903,83,-1.53946905,0.7290102593,1264.4528829 +262,-1.944438071,0.6772834804,83,-1.53946905,0.7290102593,1236.7433091 +263,-1.270340967,0.7681487096,83,-1.53946905,0.7290102593,795.01063273 +264,-1.353091884,0.6549276821,83,-1.53946905,0.7290102593,639.05863688 +265,-1.333236659,0.6413584414,83,-1.53946905,0.7290102593,720.61031768 +266,-1.352015998,0.6753788907,83,-1.53946905,0.7290102593,604.81919753 +267,-1.377988483,0.6577816235,83,-1.53946905,0.7290102593,566.62088209 +268,-2.13075611,0.8318642051,83,-1.53946905,0.7290102593,1698.7797438 +269,-2.097910953,0.8259670014,83,-1.53946905,0.7290102593,1610.2556832 +270,-1.416382069,0.6694271549,83,-1.53946905,0.7290102593,441.28642701 +271,-1.538905672,0.7535625993,83,-1.53946905,0.7290102593,97.265744492 +272,-1.572309477,0.7803125099,83,-1.53946905,0.7290102593,224.20147119 +273,-1.87759879,0.7503853417,83,-1.53946905,0.7290102593,990.73233011 +274,1.152365588,0.590457682,83,-1.53946905,0.7290102593,6967.3306522 +275,0.350198001,0.718001859,83,-1.53946905,0.7290102593,5171.2937176 +276,0.046513677,0.491503852,83,-1.53946905,0.7290102593,4996.7657266 +277,0.027510309,0.742571376,83,-1.53946905,0.7290102593,4361.8575501 +278,0.306285725,-0.214631579,83,-1.53946905,0.7290102593,7594.9270201 +279,-1.100564889,0.318051531,83,-1.53946905,0.7290102593,2200.6728439 +280,-1.078582306,0.301437596,83,-1.53946905,0.7290102593,2303.1575158 +281,-1.137371989,-0.617634065,83,-1.53946905,0.7290102593,5530.054405 +282,0.784356344,0.703272339,83,-1.53946905,0.7290102593,6056.4017152 +283,-1.221209947,0.218327455,83,-1.53946905,0.7290102593,2301.8366709 +284,2.347301921,-0.449114658,83,-1.53946905,0.7290102593,9784.8454603 +285,0.246820618,0.830553713,83,-1.53946905,0.7290102593,4659.7520862 +286,0.829414965,0.703288228,83,-1.53946905,0.7290102593,6128.8772028 +287,-1.337537566,0.42332223,83,-1.53946905,0.7290102593,1381.1363336 +288,0.882453706,0.454478077,83,-1.53946905,0.7290102593,7066.1394817 +289,1.575629659,0.416419109,83,-1.53946905,0.7290102593,7905.7618979 +290,-1.039455679,0.229888244,83,-1.53946905,0.7290102593,2620.0354782 +291,0.489558039,0.934482747,83,-1.53946905,0.7290102593,4849.010729 +292,0.081344504,0.88384514,83,-1.53946905,0.7290102593,4187.2006438 +293,-1.547979814,0.300350308,83,-1.53946905,0.7290102593,1698.1679346 +294,0.040776181,0.168560074,83,-1.53946905,0.7290102593,5806.02814 +295,-1.130374745,0.563894876,83,-1.53946905,0.7290102593,1442.8889445 +296,1.578326642,0.478507176,83,-1.53946905,0.7290102593,7660.0776264 +297,-1.12861823,-0.291640865,83,-1.53946905,0.7290102593,4313.5610236 +298,0.310524208,0.770885792,83,-1.53946905,0.7290102593,4945.4615159 +299,0.415649091,-0.387246002,83,-1.53946905,0.7290102593,8344.0363948 +300,-0.926533878,-0.188022748,83,-1.53946905,0.7290102593,4262.2652058 +301,1.258856172,-0.11716081,83,-1.53946905,0.7290102593,9736.5443279 +302,-1.126050026,0.322941926,83,-1.53946905,0.7290102593,2128.2390033 +303,2.002785835,0.07893892,83,-1.53946905,0.7290102593,8932.2711989 +304,0.440437607,0.746258085,83,-1.53946905,0.7290102593,5284.7630592 +305,-0.030391866,0.214441206,83,-1.53946905,0.7290102593,5478.0277624 +306,0.521557815,-0.058929362,83,-1.53946905,0.7290102593,7807.8924552 +307,-0.097005111,0.13317729,83,-1.53946905,0.7290102593,5492.7173211 +308,1.83113859,0.221857587,83,-1.53946905,0.7290102593,8585.7645567 +309,0.222428864,0.099404236,83,-1.53946905,0.7290102593,6518.7123241 +310,-1.702731345,0.8728568183,83,-1.53946905,0.7290102593,724.94789984 +311,-0.418507569,0.278324921,83,-1.53946905,0.7290102593,4171.5200114 +312,-1.41153306,0.339029988,83,-1.53946905,0.7290102593,1603.5445306 +313,0.357560442,0.114788776,83,-1.53946905,0.7290102593,6863.0475182 +314,0.325818979,0.268352149,83,-1.53946905,0.7290102593,6349.1447508 +315,-1.246004659,-0.663679965,83,-1.53946905,0.7290102593,5617.3164736 +316,1.814603087,0.637404484,83,-1.53946905,0.7290102593,6977.0282351 +317,1.843704281,-0.18300445,83,-1.53946905,0.7290102593,10123.77255 +318,1.690644492,-0.211480909,83,-1.53946905,0.7290102593,10371.169777 +319,-1.275451936,0.068109467,83,-1.53946905,0.7290102593,2779.9854473 +320,0.762430171,-0.207594741,83,-1.53946905,0.7290102593,8894.035537 +321,0.265668905,-0.014647884,83,-1.53946905,0.7290102593,6950.5856434 +322,-2.773032013,-0.335515811,83,-1.53946905,0.7290102593,6167.6909034 +323,-1.469512853,0.174058777,83,-1.53946905,0.7290102593,2211.6326314 +324,0.286276986,0.785925691,83,-1.53946905,0.7290102593,4854.7747885 +325,-1.379324697,0.377432233,83,-1.53946905,0.7290102593,1491.3001733 +326,-1.203778265,0.212813032,83,-1.53946905,0.7290102593,2350.6905567 +327,0.579916301,0.611743168,83,-1.53946905,0.7290102593,5967.6473068 +328,0.267582642,0.868113908,83,-1.53946905,0.7290102593,4611.2808395 +329,0.412869244,-0.050245578,83,-1.53946905,0.7290102593,7473.8140417 +330,0.17524381,0.976660285,83,-1.53946905,0.7290102593,4183.9943717 +331,0.743157214,0.204812899,83,-1.53946905,0.7290102593,7602.5112053 +332,-1.070758176,0.269382282,83,-1.53946905,0.7290102593,2422.885864 +333,-1.230364251,0.329790229,83,-1.53946905,0.7290102593,1893.3168913 +334,-1.374813124,-0.024926835,83,-1.53946905,0.7290102593,3044.2504495 +335,0.519780566,0.463669906,83,-1.53946905,0.7290102593,6281.8212172 +336,-1.55108034,0.239698561,83,-1.53946905,0.7290102593,1938.5751828 +337,0.180294813,0.029739425,83,-1.53946905,0.7290102593,6582.2309897 +338,0.67820924,0.268170153,83,-1.53946905,0.7290102593,7251.2288098 +339,0.445798684,1.024001867,83,-1.53946905,0.7290102593,4536.2487788 +340,0.691751283,0.150521402,83,-1.53946905,0.7290102593,7648.7170803 +341,-1.036643551,-0.903056181,83,-1.53946905,0.7290102593,6691.9897239 +342,-0.120287036,1.083325163,83,-1.53946905,0.7290102593,3464.2914545 +343,2.823513113,-0.304487164,83,-1.53946905,0.7290102593,8041.0899592 +344,0.457583172,1.12513373,83,-1.53946905,0.7290102593,4292.1845469 +345,0.042918831,0.813795399,83,-1.53946905,0.7290102593,4246.6225709 +346,1.196146777,-0.853142756,83,-1.53946905,0.7290102593,11217.298376 +347,0.206001358,-0.010430701,83,-1.53946905,0.7290102593,6764.5236952 +348,-0.268308653,0.234799412,83,-1.53946905,0.7290102593,4724.5780329 +349,0.759363263,0.736189579,83,-1.53946905,0.7290102593,5906.5881796 +350,0.181363926,0.891988372,83,-1.53946905,0.7290102593,4379.8570354 +351,-0.021111158,0.139103292,83,-1.53946905,0.7290102593,5701.2281917 +352,-0.093355215,0.630686981,83,-1.53946905,0.7290102593,4294.0407666 +353,0.40118964,0.681375926,83,-1.53946905,0.7290102593,5383.2120253 +354,-0.721197315,1.304706234,83,-1.53946905,0.7290102593,2698.7418034 +355,-1.076150317,0.212107639,83,-1.53946905,0.7290102593,2598.1063495 +356,-1.577164531,0.273993443,83,-1.53946905,0.7290102593,1806.9134164 +357,-0.190788414,0.182208586,83,-1.53946905,0.7290102593,5088.3754296 +358,-0.261349752,0.209710184,83,-1.53946905,0.7290102593,4809.2044625 +359,-1.029303852,0.083549259,83,-1.53946905,0.7290102593,3127.311215 +360,-1.268609162,0.330525297,83,-1.53946905,0.7290102593,1823.1566391 +361,1.282982244,-0.926641967,83,-1.53946905,0.7290102593,11290.655825 +362,0.217352334,0.731352408,83,-1.53946905,0.7290102593,4838.4092326 +363,-1.511833084,0.258629297,83,-1.53946905,0.7290102593,1865.5837706 +364,0.338812194,0.823184618,83,-1.53946905,0.7290102593,4868.7891105 +365,-0.324406489,1.134201999,83,-1.53946905,0.7290102593,3075.0604907 +366,1.389579348,0.399185724,83,-1.53946905,0.7290102593,7907.5504427 +367,2.047152199,-0.039082036,83,-1.53946905,0.7290102593,9286.0791567 +368,0.947780369,0.568250077,83,-1.53946905,0.7290102593,6779.4698872 +369,0.763824846,0.576754987,83,-1.53946905,0.7290102593,6439.2278152 +370,-0.142334657,0.928153068,83,-1.53946905,0.7290102593,3620.8514 +371,0.610266567,0.547265983,83,-1.53946905,0.7290102593,6229.2497537 +372,0.210731629,0.746815056,83,-1.53946905,0.7290102593,4785.1070285 +373,-1.34931644,0.316895224,83,-1.53946905,0.7290102593,1754.4278025 +374,2.407696481,0.655030745,83,-1.53946905,0.7290102593,6237.4211637 +375,0.64207831,0.545359131,83,-1.53946905,0.7290102593,6301.6990275 +376,1.174597538,0.840588356,83,-1.53946905,0.7290102593,6049.2523338 +377,0.660059424,0.010604079,83,-1.53946905,0.7290102593,7989.3701078 +378,-0.730263819,0.010486456,83,-1.53946905,0.7290102593,4048.2495486 +379,0.831068936,0.512339172,83,-1.53946905,0.7290102593,6776.9503051 +380,1.301180979,0.72367476,83,-1.53946905,0.7290102593,6589.7085379 +381,1.811128231,0.322854402,83,-1.53946905,0.7290102593,8207.5484257 +382,0.435105812,0.992284428,83,-1.53946905,0.7290102593,4602.6537631 +383,0.62643634,0.592027932,83,-1.53946905,0.7290102593,6123.7760395 +384,0.492988703,-0.516339467,83,-1.53946905,0.7290102593,8859.6184396 +385,-0.162469483,0.112549365,83,-1.53946905,0.7290102593,5353.2913164 +386,0.314630866,0.472006421,83,-1.53946905,0.7290102593,5756.6792436 +387,0.166744804,0.822815954,83,-1.53946905,0.7290102593,4505.7824634 +388,0.417159608,0.965805736,83,-1.53946905,0.7290102593,4642.5028002 +389,0.106334961,0.868774244,83,-1.53946905,0.7290102593,4272.5052837 +390,0.815086969,-0.338144359,83,-1.53946905,0.7290102593,9392.5908372 +391,0.59867455,-0.230624824,83,-1.53946905,0.7290102593,8493.0383676 +392,1.915104874,0.066220985,83,-1.53946905,0.7290102593,9098.0486434 +393,1.278093622,0.064463721,83,-1.53946905,0.7290102593,9091.0321142 +394,-0.061477853,0.302997961,83,-1.53946905,0.7290102593,5160.6706679 +395,0.251311504,0.626976942,83,-1.53946905,0.7290102593,5184.1043915 +396,2.950242872,0.149095644,83,-1.53946905,0.7290102593,6475.3392381 +397,-0.180294708,0.35375117,83,-1.53946905,0.7290102593,4687.7002628 +398,1.010448592,-0.351180233,83,-1.53946905,0.7290102593,9964.5443597 +399,-1.748740498,0.3686318073,83,-1.53946905,0.7290102593,1589.2410045 +400,2.699635665,0.123533791,83,-1.53946905,0.7290102593,7244.4419342 +401,0.496808033,0.823843254,83,-1.53946905,0.7290102593,5174.6037302 +402,0.129574704,0.763364087,83,-1.53946905,0.7290102593,4558.6699827 +403,1.798920311,0.817447563,83,-1.53946905,0.7290102593,6279.3129175 +404,0.335987953,0.746786541,83,-1.53946905,0.7290102593,5063.5071158 +405,-1.085413643,0.292154671,83,-1.53946905,0.7290102593,2317.1445972 +406,-0.155321003,0.508207011,83,-1.53946905,0.7290102593,4394.9572938 +407,0.620529244,-0.301175104,83,-1.53946905,0.7290102593,8738.2835771 +408,1.684402744,0.368716966,83,-1.53946905,0.7290102593,8085.285277 +409,0.300582244,-0.386397212,83,-1.53946905,0.7290102593,8003.683123 +410,2.913555946,-0.009225192,83,-1.53946905,0.7290102593,7009.0673407 +411,1.465101417,0.493232532,83,-1.53946905,0.7290102593,7576.6256817 +412,0.090612882,0.907955955,83,-1.53946905,0.7290102593,4157.6241798 +413,2.987564726,-0.729568594,83,-1.53946905,0.7290102593,8511.9766559 +414,-1.484261606,0.224149272,83,-1.53946905,0.7290102593,2008.8083429 +415,0.164073421,0.303955133,83,-1.53946905,0.7290102593,5804.534776 +416,0.141441293,0.167552546,83,-1.53946905,0.7290102593,6101.9769422 +417,2.931321023,-0.506718887,83,-1.53946905,0.7290102593,8201.8704929 +418,2.21951565,0.700596356,83,-1.53946905,0.7290102593,6362.429216 +419,0.268112576,1.199114336,83,-1.53946905,0.7290102593,3881.3845979 +420,0.978913739,0.359223811,83,-1.53946905,0.7290102593,7565.7359711 +421,1.210898818,0.522863584,83,-1.53946905,0.7290102593,7283.1280253 +422,2.347397336,0.129231362,83,-1.53946905,0.7290102593,8105.0047412 +423,0.614394501,0.556878345,83,-1.53946905,0.7290102593,6208.1602144 +424,-1.398079356,0.148483366,83,-1.53946905,0.7290102593,2352.0943675 +425,2.535303836,-0.112984496,83,-1.53946905,0.7290102593,8370.6483083 +426,-1.019372593,-0.405322349,83,-1.53946905,0.7290102593,4880.9797469 +427,-1.297785627,-0.160104069,83,-1.53946905,0.7290102593,3629.7592626 +428,2.144554488,0.205051084,83,-1.53946905,0.7290102593,8249.2054015 +429,-2.242387083,-0.426171285,83,-1.53946905,0.7290102593,5250.5965963 +430,0.338637212,0.909723676,83,-1.53946905,0.7290102593,4646.702027 +431,-0.148798452,0.691042401,83,-1.53946905,0.7290102593,4020.894674 +432,0.893524764,0.441829531,83,-1.53946905,0.7290102593,7129.2960478 +433,0.969229347,-0.368847936,83,-1.53946905,0.7290102593,9902.2194304 +434,0.436043248,0.800045688,83,-1.53946905,0.7290102593,5125.5264822 +435,1.687946607,1.081504775,83,-1.53946905,0.7290102593,5267.1367416 +436,0.522302046,-0.034889271,83,-1.53946905,0.7290102593,7743.1195899 +437,-0.178996113,-0.438090009,83,-1.53946905,0.7290102593,6784.5841192 +438,-1.094339566,0.301444068,83,-1.53946905,0.7290102593,2267.4703151 +439,-1.064070054,0.242569932,83,-1.53946905,0.7290102593,2524.257677 +440,-1.068153768,0.230387998,83,-1.53946905,0.7290102593,2555.015384 +441,-3.00496892,-0.23989155,83,-1.53946905,0.7290102593,6547.5969547 +442,0.21751974,0.766874888,83,-1.53946905,0.7290102593,4751.316588 +443,0.117229532,0.007619006,83,-1.53946905,0.7290102593,6455.4138041 +444,0.777758451,0.420554741,83,-1.53946905,0.7290102593,6980.5267593 +445,-0.252356999,0.250747086,83,-1.53946905,0.7290102593,4731.2701687 +446,0.363148444,0.768483434,83,-1.53946905,0.7290102593,5063.4963084 +447,0.903191366,-0.118210676,83,-1.53946905,0.7290102593,9001.4468138 +448,-0.205755923,0.149406178,83,-1.53946905,0.7290102593,5129.237817 +449,1.811996086,0.02364353,83,-1.53946905,0.7290102593,9368.9562617 +450,-1.100670221,0.314845373,83,-1.53946905,0.7290102593,2210.598305 +451,0.340078597,0.850105132,83,-1.53946905,0.7290102593,4801.6099946 +452,0.258757267,0.804969236,83,-1.53946905,0.7290102593,4747.9526364 +453,2.78505352,-0.155160804,83,-1.53946905,0.7290102593,7772.9309205 +454,0.800551619,0.105822106,83,-1.53946905,0.7290102593,8050.9529371 +455,0.437940882,-0.506194031,83,-1.53946905,0.7290102593,8677.3897467 +456,2.230431122,0.63458615,83,-1.53946905,0.7290102593,6582.92918 +457,0.527965361,0.127667701,83,-1.53946905,0.7290102593,7295.2298279 +458,-0.063643205,0.702093448,83,-1.53946905,0.7290102593,4219.8510062 +459,1.408447268,0.133010502,83,-1.53946905,0.7290102593,8957.819577 +460,0.523795955,0.280266966,83,-1.53946905,0.7290102593,6836.8129774 +461,-0.975769313,0.072177659,83,-1.53946905,0.7290102593,3277.0828936 +462,0.549774164,-0.463663986,83,-1.53946905,0.7290102593,8913.7926702 +463,0.29245874,1.095549818,83,-1.53946905,0.7290102593,4128.6846925 +464,0.143625958,0.816809593,83,-1.53946905,0.7290102593,4468.4268728 +465,0.671902494,0.611159853,83,-1.53946905,0.7290102593,6153.8934772 +466,1.239840988,0.6724199,83,-1.53946905,0.7290102593,6741.0492108 +467,0.607829703,-0.10932137,83,-1.53946905,0.7290102593,8190.5876631 +468,1.763020906,0.263996692,83,-1.53946905,0.7290102593,8466.7316505 +469,0.378714634,0.726066797,83,-1.53946905,0.7290102593,5211.2657272 +470,2.196736143,-0.153862366,83,-1.53946905,0.7290102593,9363.8538507 +471,0.01702415,0.148991565,83,-1.53946905,0.7290102593,5787.6004574 +472,-2.998490902,-0.158002487,83,-1.53946905,0.7290102593,6311.6788426 +473,-3.051262951,-0.346595608,83,-1.53946905,0.7290102593,6958.6257955 +474,-1.069176439,0.182802941,83,-1.53946905,0.7290102593,2710.4042123 +475,0.167157509,0.595344954,83,-1.53946905,0.7290102593,5056.7270072 +476,0.613855648,0.681746124,83,-1.53946905,0.7290102593,5820.5143221 +477,1.037012736,0.682555367,83,-1.53946905,0.7290102593,6493.7891591 +478,-1.253574971,0.379755746,83,-1.53946905,0.7290102593,1678.8783129 +479,3.108590453,-0.132620738,83,-1.53946905,0.7290102593,6760.7322296 +480,0.565301296,0.022333262,83,-1.53946905,0.7290102593,7700.301246 +481,0.547898238,0.855555614,83,-1.53946905,0.7290102593,5174.7157264 +482,0.948309381,0.417393755,83,-1.53946905,0.7290102593,7309.6011316 +483,-0.050600732,0.945269213,83,-1.53946905,0.7290102593,3791.8102003 +484,-0.977651478,-0.572363064,83,-1.53946905,0.7290102593,5546.0584895 +485,1.102014914,0.728861163,83,-1.53946905,0.7290102593,6398.4453602 +486,2.927300795,-0.282939414,83,-1.53946905,0.7290102593,7681.1179461 +487,-1.154565557,0.124434095,83,-1.53946905,0.7290102593,2749.5401279 +488,1.855331234,0.291044755,83,-1.53946905,0.7290102593,8298.3576286 +489,0.830290659,0.276904518,83,-1.53946905,0.7290102593,7562.5114414 +490,0.485104466,-0.234867441,83,-1.53946905,0.7290102593,8173.4280679 +491,0.521367572,-0.33161327,83,-1.53946905,0.7290102593,8522.8955001 +1,-1.539031704,0.7349710123,84,-1.537459922,0.7290417293,23.938105047 +2,-1.536990553,0.7349663874,84,-1.537459922,0.7290417293,23.508281713 +3,-1.534951779,0.7349571355,84,-1.537459922,0.7290417293,24.5686329 +4,-1.532906461,0.7349480293,84,-1.537459922,0.7290417293,26.9686855 +5,-1.531320211,0.7346937278,84,-1.537459922,0.7290417293,28.783942636 +6,-1.539451648,0.7335131775,84,-1.537459922,0.7290417293,18.659462812 +7,-1.537429487,0.7335445708,84,-1.537459922,0.7290417293,17.835980626 +8,-1.535484998,0.7335658704,84,-1.537459922,0.7290417293,18.842279713 +9,-1.533488396,0.7336036027,84,-1.537459922,0.7290417293,21.531383191 +10,-1.531497785,0.7335842962,84,-1.537459922,0.7290417293,25.153794302 +11,-1.530259379,0.7334777758,84,-1.537459922,0.7290417293,27.557766671 +12,-1.5335454,0.7322346912,84,-1.537459922,0.7290417293,17.126070774 +13,-1.531489083,0.7322238773,84,-1.537459922,0.7290417293,21.659091714 +14,-1.530011122,0.7321679851,84,-1.537459922,0.7290417293,25.223123227 +15,-1.53348106,0.7306614094,84,-1.537459922,0.7290417293,13.383604035 +16,-1.531441779,0.7306962275,84,-1.537459922,0.7290417293,18.935639739 +17,-1.529755654,0.7306933243,84,-1.537459922,0.7290417293,23.665054934 +18,-1.533415048,0.7291384674,84,-1.537459922,0.7290417293,11.954849605 +19,-1.531392093,0.7291705353,84,-1.537459922,0.7290417293,17.931587431 +20,-1.529296523,0.7291214933,84,-1.537459922,0.7290417293,24.117214611 +21,-1.535280942,0.727267644,84,-1.537459922,0.7290417293,9.5332203796 +22,-1.533378158,0.7276139666,84,-1.537459922,0.7290417293,13.325494332 +23,-1.531340368,0.7276446587,84,-1.537459922,0.7290417293,18.916935859 +24,-1.528960113,0.7276398177,84,-1.537459922,0.7290417293,25.731830382 +25,-1.533313146,0.7260818349,84,-1.537459922,0.7290417293,16.968224057 +26,-1.531259555,0.7260958115,84,-1.537459922,0.7290417293,21.738239937 +27,-1.528926415,0.7260865555,84,-1.537459922,0.7290417293,27.824535987 +28,-1.531226779,0.7245511789,84,-1.537459922,0.7290417293,25.628163493 +29,-1.528904772,0.7245519194,84,-1.537459922,0.7290417293,30.944664479 +30,-1.547195875,0.7409785979,84,-1.537459922,0.7290417293,55.262556931 +31,-1.5451475,0.740980426,84,-1.537459922,0.7290417293,52.407081283 +32,-1.543097679,0.7409798872,84,-1.537459922,0.7290417293,50.104668932 +33,-1.540720364,0.7409892687,84,-1.537459922,0.7290417293,48.284148079 +34,-1.547188511,0.7395198392,84,-1.537459922,0.7290417293,50.406162187 +35,-1.545148587,0.7395226109,84,-1.537459922,0.7290417293,47.270855759 +36,-1.543104538,0.7395314908,84,-1.537459922,0.7290417293,44.74195144 +37,-1.540727751,0.7395306258,84,-1.537459922,0.7290417293,42.643062714 +38,-1.547187029,0.7380014886,84,-1.537459922,0.7290417293,45.591745674 +39,-1.545147315,0.7380012252,84,-1.537459922,0.7290417293,42.083637624 +40,-1.54310719,0.7380060743,84,-1.537459922,0.7290417293,39.203148756 +41,-1.540719671,0.7380068206,84,-1.537459922,0.7290417293,36.78315382 +42,-1.547187189,0.7364799098,84,-1.537459922,0.7290417293,41.088901723 +43,-1.545149996,0.7364853874,84,-1.537459922,0.7290417293,37.174991581 +44,-1.543106091,0.7364823484,84,-1.537459922,0.7290417293,33.837473441 +45,-1.540717158,0.7364893901,84,-1.537459922,0.7290417293,31.019897928 +46,-1.538663972,0.7410138672,84,-1.537459922,0.7290417293,47.553420952 +47,-1.53695285,0.7409699132,84,-1.537459922,0.7290417293,47.271022639 +48,-1.534910498,0.7409641297,84,-1.537459922,0.7290417293,47.815070872 +49,-1.533145034,0.7409536636,84,-1.537459922,0.7290417293,48.856917961 +50,-1.538681336,0.7395405883,84,-1.537459922,0.7290417293,41.740756366 +51,-1.536999189,0.7395183096,84,-1.537459922,0.7290417293,41.519839624 +52,-1.534923633,0.7395144222,84,-1.537459922,0.7290417293,42.147317027 +53,-1.533267822,0.7395654306,84,-1.537459922,0.7290417293,43.468466612 +54,-1.53867273,0.7380151077,84,-1.537459922,0.7290417293,35.722227779 +55,-1.536980576,0.7379994392,84,-1.537459922,0.7290417293,35.509508538 +56,-1.534931522,0.7379944961,84,-1.537459922,0.7290417293,36.233823766 +57,-1.533387952,0.7379480264,84,-1.537459922,0.7290417293,37.256872501 +58,-1.538682279,0.7364914363,84,-1.537459922,0.7290417293,29.726953799 +59,-1.536980704,0.7364810563,84,-1.537459922,0.7290417293,29.500935304 +60,-1.534935567,0.7364752065,84,-1.537459922,0.7290417293,30.367602562 +61,-1.533042592,0.7363876366,84,-1.537459922,0.7290417293,31.871821661 +62,-1.545143426,0.7349628011,84,-1.537459922,0.7290417293,32.596674764 +63,-1.543105297,0.7349691947,84,-1.537459922,0.7290417293,28.773383716 +64,-1.541064533,0.7349647152,84,-1.537459922,0.7290417293,25.75282174 +65,-1.545411803,0.7334624714,84,-1.537459922,0.7290417293,29.262109707 +66,-1.543446606,0.7334780896,84,-1.537459922,0.7290417293,24.906436751 +67,-1.541475327,0.7334957295,84,-1.537459922,0.7290417293,21.246197514 +68,-1.545401939,0.731963266,84,-1.537459922,0.7290417293,26.133192201 +69,-1.54342253,0.7319915583,84,-1.537459922,0.7290417293,21.1181247 +70,-1.541455867,0.7320216438,84,-1.537459922,0.7290417293,16.682336889 +71,-1.545410146,0.7304422281,84,-1.537459922,0.7290417293,24.118189945 +72,-1.543435491,0.7304713664,84,-1.537459922,0.7290417293,18.528108528 +73,-1.541463105,0.7304997613,84,-1.537459922,0.7290417293,13.153982236 +74,-1.545414768,0.7289194936,84,-1.537459922,0.7290417293,23.506174808 +75,-1.543435774,0.7289538557,84,-1.537459922,0.7290417293,17.657769543 +76,-1.541457714,0.7289765881,84,-1.537459922,0.7290417293,11.813299352 +77,-1.539449415,0.7320555866,84,-1.537459922,0.7290417293,13.302731207 +78,-1.537429183,0.7321097681,84,-1.537459922,0.7290417293,12.152839698 +79,-1.535472649,0.7321497267,84,-1.537459922,0.7290417293,13.635429602 +80,-1.539457899,0.7305333307,84,-1.537459922,0.7290417293,8.3485674316 +81,-1.537453161,0.7305750503,84,-1.537459922,0.7290417293,6.0735171406 +82,-1.535479385,0.7306124949,84,-1.537459922,0.7290417293,8.5378582537 +83,-1.53946905,0.7290102593,84,-1.537459922,0.7290417293,5.9366890647 +84,-1.537459922,0.7290417293,84,-1.537459922,0.7290417293,2.9963171857 +85,-1.535451349,0.7290890157,84,-1.537459922,0.7290417293,5.9364853557 +86,-1.535522937,0.7279887191,84,-1.537459922,0.7290417293,7.0831545329 +87,-1.539442524,0.7274735939,84,-1.537459922,0.7290417293,8.5400817662 +88,-1.537424111,0.727521351,84,-1.537459922,0.7290417293,6.0231488431 +89,-1.539384641,0.7259505092,84,-1.537459922,0.7290417293,13.503426069 +90,-1.537372391,0.7259947145,84,-1.537459922,0.7290417293,12.072002992 +91,-1.535340789,0.7260435356,84,-1.537459922,0.7290417293,13.428757403 +92,-1.539325716,0.7244369706,84,-1.537459922,0.7290417293,19.057357891 +93,-1.537308932,0.7244801057,84,-1.537459922,0.7290417293,18.074118293 +94,-1.535289068,0.7245247645,84,-1.537459922,0.7290417293,19.010676857 +95,-1.533261366,0.7245550236,84,-1.537459922,0.7290417293,21.686259558 +96,-1.539267302,0.722921924,84,-1.537459922,0.7290417293,24.824741975 +97,-1.537248972,0.7229660258,84,-1.537459922,0.7290417293,24.073972551 +98,-1.535219431,0.7229916471,84,-1.537459922,0.7290417293,24.866358455 +99,-1.53318962,0.7230212049,84,-1.537459922,0.7290417293,26.994260274 +100,-1.531154816,0.7230299897,84,-1.537459922,0.7290417293,30.262741032 +101,-1.528878341,0.7230370244,84,-1.537459922,0.7290417293,34.811500919 +102,-1.539218189,0.7214009878,84,-1.537459922,0.7290417293,30.710459008 +103,-1.537198791,0.7214422745,84,-1.537459922,0.7290417293,30.111390796 +104,-1.535179266,0.7214634354,84,-1.537459922,0.7290417293,30.769418064 +105,-1.533156501,0.7214944644,84,-1.537459922,0.7290417293,32.502326321 +106,-1.53113574,0.7215166021,84,-1.537459922,0.7290417293,35.211368016 +107,-1.528874248,0.7215345535,84,-1.537459922,0.7290417293,39.138627818 +108,-1.539217656,0.7198512397,84,-1.537459922,0.7290417293,36.775005499 +109,-1.537199919,0.7199428763,84,-1.537459922,0.7290417293,36.048807163 +110,-1.545425832,0.727397149,84,-1.537459922,0.7290417293,24.434206508 +111,-1.543371177,0.7273916949,84,-1.537459922,0.7290417293,18.657855764 +112,-1.541368852,0.7274523163,84,-1.537459922,0.7290417293,13.159492863 +113,-1.545349067,0.7258710923,84,-1.537459922,0.7290417293,26.503267818 +114,-1.54332671,0.7258603556,84,-1.537459922,0.7290417293,21.448254425 +115,-1.541346831,0.7259242142,84,-1.537459922,0.7290417293,16.873087145 +116,-1.545324355,0.7243383958,84,-1.537459922,0.7290417293,29.81778751 +117,-1.543292796,0.7243617413,84,-1.537459922,0.7290417293,25.333612214 +118,-1.541295822,0.7244024384,84,-1.537459922,0.7290417293,21.601588363 +119,-1.543193859,0.7205570215,84,-1.537459922,0.7290417293,37.664171155 +120,-1.550257047,0.7386738187,84,-1.537459922,0.7290417293,53.595571704 +121,-1.549335448,0.7311736483,84,-1.537459922,0.7290417293,36.051683975 +122,-1.533478843,0.7179891343,84,-1.537459922,0.7290417293,45.346499904 +123,-1.556150555,0.738907041,84,-1.537459922,0.7290417293,67.443987554 +124,-1.554324226,0.733414257,84,-1.537459922,0.7290417293,52.652252302 +125,-1.554290846,0.7288285332,84,-1.537459922,0.7290417293,49.732982516 +126,-1.55122487,0.7219795312,84,-1.537459922,0.7290417293,49.461667281 +127,-1.525104458,0.7229399862,84,-1.537459922,0.7290417293,43.859252132 +128,-1.519607711,0.7236181429,84,-1.537459922,0.7290417293,57.063676138 +129,-1.513899999,0.7251107854,84,-1.537459922,0.7290417293,71.438588569 +130,-1.536620762,0.7431061895,84,-1.537459922,0.7290417293,55.763760733 +131,-1.5369566,0.7460845958,84,-1.537459922,0.7290417293,67.5229164 +132,-1.545345528,0.7447040685,84,-1.537459922,0.7290417293,66.210394799 +133,-1.532813921,0.7432306626,84,-1.537459922,0.7290417293,57.833232615 +134,-1.554788248,0.7382381001,84,-1.537459922,0.7290417293,62.65602967 +135,-1.540348126,0.7301594274,84,-1.537459922,0.7290417293,9.6086627266 +136,-1.538016084,0.7239051786,84,-1.537459922,0.7290417293,20.412411244 +137,-1.525288962,0.7258085137,84,-1.537459922,0.7290417293,38.216480035 +138,-1.534326986,0.731241342,84,-1.537459922,0.7290417293,12.704370523 +139,-1.530733872,0.7303625216,84,-1.537459922,0.7290417293,20.535704344 +141,-1.534354939,0.7328219978,84,-1.537459922,0.7290417293,17.551714919 +142,-1.53157084,0.7292888153,84,-1.537459922,0.7290417293,17.42290414 +143,-1.525691035,0.7263799874,84,-1.537459922,0.7290417293,36.370099479 +144,-1.534031287,0.7495967835,84,-1.537459922,0.7290417293,82.034609242 +145,-1.527714986,0.7283095957,84,-1.537459922,0.7290417293,28.94316296 +146,-1.526189586,0.7271468292,84,-1.537459922,0.7290417293,34.157353294 +147,-1.555177336,0.7375563366,84,-1.537459922,0.7290417293,62.096932221 +148,-1.555080283,0.7312707794,84,-1.537459922,0.7290417293,52.745512777 +149,-1.53856994,0.7224180299,84,-1.537459922,0.7290417293,26.441803787 +150,-1.530837883,0.729933372,84,-1.537459922,0.7290417293,19.87116869 +151,-1.515066984,0.5854133365,84,-1.537459922,0.7290417293,573.20875729 +152,-1.534731633,0.5368370046,84,-1.537459922,0.7290417293,761.37237363 +153,-1.515231902,0.5607085576,84,-1.537459922,0.7290417293,670.44650716 +154,-2.616253799,1.0684566605,84,-1.537459922,0.7290417293,2841.7899372 +155,-1.956071439,0.5792177723,84,-1.537459922,0.7290417293,1437.0883993 +156,-1.951208514,0.5602434208,84,-1.537459922,0.7290417293,1463.9365902 +157,-1.944675062,0.6062144545,84,-1.537459922,0.7290417293,1351.5815981 +158,-1.613778386,0.6077989518,84,-1.537459922,0.7290417293,535.45202547 +159,-2.035029014,0.6021432345,84,-1.537459922,0.7290417293,1620.9249753 +160,-2.114989471,0.6801825058,84,-1.537459922,0.7290417293,1742.7164793 +161,-2.037382079,0.5765830025,84,-1.537459922,0.7290417293,1675.2864897 +162,-2.129855121,0.6585019963,84,-1.537459922,0.7290417293,1813.5657685 +163,-2.075141798,0.6493615843,84,-1.537459922,0.7290417293,1664.3842794 +164,-1.828626729,0.6948433129,84,-1.537459922,0.7290417293,882.16778755 +165,-1.863329418,0.6735427691,84,-1.537459922,0.7290417293,1008.1926543 +166,-1.266037071,0.727988852,84,-1.537459922,0.7290417293,801.12022755 +167,-1.277579582,0.7249010648,84,-1.537459922,0.7290417293,768.36153886 +168,-1.258418684,0.7241194816,84,-1.537459922,0.7290417293,825.18369811 +169,-1.317813974,0.6804850104,84,-1.537459922,0.7290417293,689.35601871 +170,-1.344165204,0.6790988904,84,-1.537459922,0.7290417293,615.65620163 +171,-1.427582102,0.5277120351,84,-1.537459922,0.7290417293,871.08742886 +172,-1.402238616,0.457167829,84,-1.537459922,0.7290417293,1163.6043342 +173,-1.422454264,0.4996161999,84,-1.537459922,0.7290417293,981.24009881 +174,-1.439089277,0.4894859811,84,-1.537459922,0.7290417293,1000.6223495 +175,-1.448126995,0.5182330266,84,-1.537459922,0.7290417293,882.58304805 +176,-1.474626146,0.5881926574,84,-1.537459922,0.7290417293,591.44990155 +177,-1.421139645,0.5584869783,84,-1.537459922,0.7290417293,768.93317861 +178,-1.457037165,0.565943032,84,-1.537459922,0.7290417293,693.91204593 +179,-2.757159358,0.3745319,84,-1.537459922,0.7290417293,4227.8556357 +180,-2.714309238,0.342054471,84,-1.537459922,0.7290417293,4179.3017937 +181,-2.000525337,0.774119946,84,-1.537459922,0.7290417293,1345.9320817 +183,-1.571413436,0.6777838382,84,-1.537459922,0.7290417293,227.45228097 +184,-1.552860289,0.6987663893,84,-1.537459922,0.7290417293,128.47604075 +185,-1.521852374,0.7165827476,84,-1.537459922,0.7290417293,67.711409163 +186,-1.503656267,0.6928968252,84,-1.537459922,0.7290417293,175.4627258 +187,-1.502753178,0.7136205882,84,-1.537459922,0.7290417293,119.94557002 +188,-1.631894563,0.7343596465,84,-1.537459922,0.7290417293,279.06085892 +189,-1.653765416,0.6770714026,84,-1.537459922,0.7290417293,407.11489253 +190,-1.719812114,0.6715965947,84,-1.537459922,0.7290417293,596.81628951 +191,-1.493406659,0.6646955447,84,-1.537459922,0.7290417293,287.83120706 +192,-1.469120564,0.6613469966,84,-1.537459922,0.7290417293,339.19246731 +193,-1.590551461,0.5326612937,84,-1.537459922,0.7290417293,796.03096249 +194,-1.625979264,0.5247742243,84,-1.537459922,0.7290417293,857.05064181 +195,-1.572293943,0.5238808754,84,-1.537459922,0.7290417293,820.22428193 +196,-1.610848725,0.5477107964,84,-1.537459922,0.7290417293,754.9681577 +197,-1.208485554,0.7918526018,84,-1.537459922,0.7290417293,973.81586881 +198,-1.335601374,0.6869083083,84,-1.537459922,0.7290417293,629.36122058 +199,-1.346156996,0.6825213377,84,-1.537459922,0.7290417293,604.93908958 +200,-1.324381037,0.6741422347,84,-1.537459922,0.7290417293,679.62892634 +201,-1.242424992,0.7378949807,84,-1.537459922,0.7290417293,867.40964516 +202,-1.270370057,0.7392461008,84,-1.537459922,0.7290417293,785.39914182 +203,-1.448950472,0.7441675014,84,-1.537459922,0.7290417293,266.47369139 +204,-1.492662363,0.7523026852,84,-1.537459922,0.7290417293,160.10790859 +205,-1.479098966,0.7763855017,84,-1.537459922,0.7290417293,252.20735579 +206,-1.633760714,0.7869022408,84,-1.537459922,0.7290417293,359.38644386 +207,-1.647406434,0.8101289331,84,-1.537459922,0.7290417293,448.03594121 +208,-1.564245052,0.5701509278,84,-1.537459922,0.7290417293,634.97952431 +209,-1.646289963,0.6833746083,84,-1.537459922,0.7290417293,374.41066722 +210,-1.5820631,0.6751952144,84,-1.537459922,0.7290417293,252.32913565 +211,-1.613236298,0.6681681791,84,-1.537459922,0.7290417293,333.02056543 +212,-1.914661867,0.8212566515,84,-1.537459922,0.7290417293,1123.6906959 +213,-1.742133237,0.7250275956,84,-1.537459922,0.7290417293,605.46098837 +214,-2.033144872,0.6557314699,84,-1.537459922,0.7290417293,1531.6300651 +215,-2.039551981,0.6964723658,84,-1.537459922,0.7290417293,1503.1224081 +216,-1.247341019,0.7622473908,84,-1.537459922,0.7290417293,852.92768394 +217,-1.298239787,0.7084123392,84,-1.537459922,0.7290417293,717.05895665 +218,-1.308539688,0.6926545592,84,-1.537459922,0.7290417293,701.35178419 +219,-1.303263185,0.6888938396,84,-1.537459922,0.7290417293,721.04000602 +220,-1.852400229,0.6004246149,84,-1.537459922,0.7290417293,1103.0750033 +221,-1.288947707,0.7473773692,84,-1.537459922,0.7290417293,730.83484664 +222,-1.372031502,0.7472790993,84,-1.537459922,0.7290417293,489.78480611 +223,-1.289805721,0.7242157877,84,-1.537459922,0.7290417293,732.60371432 +224,-1.350807603,0.7533498126,84,-1.537459922,0.7290417293,553.40698337 +225,-1.329290365,0.7560442322,84,-1.537459922,0.7290417293,616.28008884 +226,-1.410153004,0.616936428,84,-1.537459922,0.7290417293,593.38692832 +227,-1.393445434,0.6308995063,84,-1.537459922,0.7290417293,589.29768321 +228,-1.37595573,0.6241540638,84,-1.537459922,0.7290417293,648.47458981 +229,-1.358388707,0.6172645205,84,-1.537459922,0.7290417293,708.75072353 +230,-1.753741133,0.8281661666,84,-1.537459922,0.7290417293,724.0127949 +231,-1.47430987,0.6834615681,84,-1.537459922,0.7290417293,262.27187976 +232,-1.421012508,0.7222725206,84,-1.537459922,0.7290417293,345.99530775 +233,-1.4476833,0.6978557868,84,-1.537459922,0.7290417293,295.82721629 +234,-1.470370723,0.6966193374,84,-1.537459922,0.7290417293,238.51750943 +235,-1.429211703,0.7037216883,84,-1.537459922,0.7290417293,338.47703579 +236,-1.700578405,0.6178673663,84,-1.537459922,0.7290417293,669.33264164 +237,-1.678117619,0.6331716163,84,-1.537459922,0.7290417293,575.32497154 +238,-1.725644578,0.6316331145,84,-1.537459922,0.7290417293,695.30148246 +239,-2.14012759,0.7930497945,84,-1.537459922,0.7290417293,1733.4653524 +240,-2.103289431,0.7653606263,84,-1.537459922,0.7290417293,1639.8782836 +241,-1.318739838,0.7017808746,84,-1.537459922,0.7290417293,662.17658164 +242,-1.396417427,0.7077900843,84,-1.537459922,0.7290417293,428.76098114 +243,-1.35650337,0.7185539404,84,-1.537459922,0.7290417293,538.34721314 +244,-1.248884539,0.7274156818,84,-1.537459922,0.7290417293,851.82560797 +245,-1.395014798,0.5761185243,84,-1.537459922,0.7290417293,752.77122872 +246,-1.433377362,0.6064716109,84,-1.537459922,0.7290417293,583.17475201 +247,-1.408172432,0.5903155476,84,-1.537459922,0.7290417293,681.81541173 +248,-1.749645898,0.7757118084,84,-1.537459922,0.7290417293,640.13065004 +249,-1.571626686,0.615046989,84,-1.537459922,0.7290417293,463.74847388 +250,-1.514070049,0.6303003037,84,-1.537459922,0.7290417293,397.68167426 +251,-1.480890369,0.6237966528,84,-1.537459922,0.7290417293,451.92037992 +252,-1.704390658,0.5281680612,84,-1.537459922,0.7290417293,957.28058694 +253,-1.64434733,0.5254277498,84,-1.537459922,0.7290417293,875.72005767 +254,-1.703855997,0.4792484842,84,-1.537459922,0.7290417293,1126.6103643 +255,-1.692002383,0.5748825051,84,-1.537459922,0.7290417293,779.85076179 +256,-1.854136457,0.5544643913,84,-1.537459922,0.7290417293,1215.679821 +257,-1.665021206,0.520317736,84,-1.537459922,0.7290417293,921.87810102 +258,-1.733654349,0.4845187345,84,-1.537459922,0.7290417293,1157.6889525 +259,-1.720938188,0.5135933906,84,-1.537459922,0.7290417293,1036.1998479 +260,-1.742668307,0.553296122,84,-1.537459922,0.7290417293,951.55618991 +261,-1.965659039,0.7142126903,84,-1.537459922,0.7290417293,1270.3483802 +262,-1.944438071,0.6772834804,84,-1.537459922,0.7290417293,1242.6797047 +263,-1.270340967,0.7681487096,84,-1.537459922,0.7290417293,789.28270601 +264,-1.353091884,0.6549276821,84,-1.537459922,0.7290417293,633.68562732 +265,-1.333236659,0.6413584414,84,-1.537459922,0.7290417293,715.28648329 +266,-1.352015998,0.6753788907,84,-1.537459922,0.7290417293,599.18407489 +267,-1.377988483,0.6577816235,84,-1.537459922,0.7290417293,561.38871814 +268,-2.13075611,0.8318642051,84,-1.537459922,0.7290417293,1704.0847689 +269,-2.097910953,0.8259670014,84,-1.537459922,0.7290417293,1615.5949639 +270,-1.416382069,0.6694271549,84,-1.537459922,0.7290417293,436.22167299 +271,-1.538905672,0.7535625993,84,-1.537459922,0.7290417293,97.218951376 +272,-1.572309477,0.7803125099,84,-1.537459922,0.7290417293,226.59825565 +273,-1.87759879,0.7503853417,84,-1.537459922,0.7290417293,996.52573634 +274,1.152365588,0.590457682,84,-1.537459922,0.7290417293,6965.0283279 +275,0.350198001,0.718001859,84,-1.537459922,0.7290417293,5166.8093867 +276,0.046513677,0.491503852,84,-1.537459922,0.7290417293,4991.224421 +277,0.027510309,0.742571376,84,-1.537459922,0.7290417293,4356.8822636 +278,0.306285725,-0.214631579,84,-1.537459922,0.7290417293,7588.9903523 +279,-1.100564889,0.318051531,84,-1.537459922,0.7290417293,2196.2166581 +280,-1.078582306,0.301437596,84,-1.537459922,0.7290417293,2298.6526271 +281,-1.137371989,-0.617634065,84,-1.537459922,0.7290417293,5528.2539046 +282,0.784356344,0.703272339,84,-1.537459922,0.7290417293,6052.9891157 +283,-1.221209947,0.218327455,84,-1.537459922,0.7290417293,2298.6455123 +284,2.347301921,-0.449114658,84,-1.537459922,0.7290417293,9790.6499255 +285,0.246820618,0.830553713,84,-1.537459922,0.7290417293,4655.4271117 +286,0.829414965,0.703288228,84,-1.537459922,0.7290417293,6125.6073669 +287,-1.337537566,0.42332223,84,-1.537459922,0.7290417293,1378.0773846 +288,0.882453706,0.454478077,84,-1.537459922,0.7290417293,7062.4401495 +289,1.575629659,0.416419109,84,-1.537459922,0.7290417293,7905.4734664 +290,-1.039455679,0.229888244,84,-1.537459922,0.7290417293,2615.610985 +291,0.489558039,0.934482747,84,-1.537459922,0.7290417293,4845.5426985 +292,0.081344504,0.88384514,84,-1.537459922,0.7290417293,4182.7970426 +293,-1.547979814,0.300350308,84,-1.537459922,0.7290417293,1698.4223216 +294,0.040776181,0.168560074,84,-1.537459922,0.7290417293,5800.1278441 +295,-1.130374745,0.563894876,84,-1.537459922,0.7290417293,1437.3321286 +296,1.578326642,0.478507176,84,-1.537459922,0.7290417293,7659.8132387 +297,-1.12861823,-0.291640865,84,-1.537459922,0.7290417293,4311.1169409 +298,0.310524208,0.770885792,84,-1.537459922,0.7290417293,4941.0592618 +299,0.415649091,-0.387246002,84,-1.537459922,0.7290417293,8338.1188235 +300,-0.926533878,-0.188022748,84,-1.537459922,0.7290417293,4258.5540543 +301,1.258856172,-0.11716081,84,-1.537459922,0.7290417293,9733.2897907 +302,-1.126050026,0.322941926,84,-1.537459922,0.7290417293,2123.9104114 +303,2.002785835,0.07893892,84,-1.537459922,0.7290417293,8935.1352912 +304,0.440437607,0.746258085,84,-1.537459922,0.7290417293,5280.558016 +305,-0.030391866,0.214441206,84,-1.537459922,0.7290417293,5472.1203376 +306,0.521557815,-0.058929362,84,-1.537459922,0.7290417293,7802.1786068 +307,-0.097005111,0.13317729,84,-1.537459922,0.7290417293,5486.7807726 +308,1.83113859,0.221857587,84,-1.537459922,0.7290417293,8587.2268538 +309,0.222428864,0.099404236,84,-1.537459922,0.7290417293,6512.8717312 +310,-1.702731345,0.8728568183,84,-1.537459922,0.7290417293,728.26545658 +311,-0.418507569,0.278324921,84,-1.537459922,0.7290417293,4165.6169539 +312,-1.41153306,0.339029988,84,-1.537459922,0.7290417293,1601.8633417 +313,0.357560442,0.114788776,84,-1.537459922,0.7290417293,6857.3494734 +314,0.325818979,0.268352149,84,-1.537459922,0.7290417293,6343.6159702 +315,-1.246004659,-0.663679965,84,-1.537459922,0.7290417293,5616.07392 +316,1.814603087,0.637404484,84,-1.537459922,0.7290417293,6977.9251487 +317,1.843704281,-0.18300445,84,-1.537459922,0.7290417293,10126.176261 +318,1.690644492,-0.211480909,84,-1.537459922,0.7290417293,10372.062178 +319,-1.275451936,0.068109467,84,-1.537459922,0.7290417293,2777.7141619 +320,0.762430171,-0.207594741,84,-1.537459922,0.7290417293,8888.4524596 +321,0.265668905,-0.014647884,84,-1.537459922,0.7290417293,6944.695307 +322,-2.773032013,-0.335515811,84,-1.537459922,0.7290417293,6173.0384461 +323,-1.469512853,0.174058777,84,-1.537459922,0.7290417293,2210.9959495 +324,0.286276986,0.785925691,84,-1.537459922,0.7290417293,4850.3736804 +325,-1.379324697,0.377432233,84,-1.537459922,0.7290417293,1489.0344679 +326,-1.203778265,0.212813032,84,-1.537459922,0.7290417293,2347.382894 +327,0.579916301,0.611743168,84,-1.537459922,0.7290417293,5963.4011021 +328,0.267582642,0.868113908,84,-1.537459922,0.7290417293,4607.1276938 +329,0.412869244,-0.050245578,84,-1.537459922,0.7290417293,7467.9972878 +330,0.17524381,0.976660285,84,-1.537459922,0.7290417293,4180.1194147 +331,0.743157214,0.204812899,84,-1.537459922,0.7290417293,7597.7499788 +332,-1.070758176,0.269382282,84,-1.537459922,0.7290417293,2418.4718963 +333,-1.230364251,0.329790229,84,-1.537459922,0.7290417293,1889.7090143 +334,-1.374813124,-0.024926835,84,-1.537459922,0.7290417293,3042.9806569 +335,0.519780566,0.463669906,84,-1.537459922,0.7290417293,6277.0539453 +336,-1.55108034,0.239698561,84,-1.537459922,0.7290417293,1938.8545063 +337,0.180294813,0.029739425,84,-1.537459922,0.7290417293,6576.3240352 +338,0.67820924,0.268170153,84,-1.537459922,0.7290417293,7246.4250343 +339,0.445798684,1.024001867,84,-1.537459922,0.7290417293,4533.03914 +340,0.691751283,0.150521402,84,-1.537459922,0.7290417293,7643.6935948 +341,-1.036643551,-0.903056181,84,-1.537459922,0.7290417293,6690.3282728 +342,-0.120287036,1.083325163,84,-1.537459922,0.7290417293,3460.6095201 +343,2.823513113,-0.304487164,84,-1.537459922,0.7290417293,8047.0259871 +344,0.457583172,1.12513373,84,-1.537459922,0.7290417293,4289.4349293 +345,0.042918831,0.813795399,84,-1.537459922,0.7290417293,4241.9023044 +346,1.196146777,-0.853142756,84,-1.537459922,0.7290417293,11212.303311 +347,0.206001358,-0.010430701,84,-1.537459922,0.7290417293,6758.6097392 +348,-0.268308653,0.234799412,84,-1.537459922,0.7290417293,4718.6462695 +349,0.759363263,0.736189579,84,-1.537459922,0.7290417293,5903.1877692 +350,0.181363926,0.891988372,84,-1.537459922,0.7290417293,4375.6430893 +351,-0.021111158,0.139103292,84,-1.537459922,0.7290417293,5695.2982915 +352,-0.093355215,0.630686981,84,-1.537459922,0.7290417293,4288.6057162 +353,0.40118964,0.681375926,84,-1.537459922,0.7290417293,5378.7295933 +354,-0.721197315,1.304706234,84,-1.537459922,0.7290417293,2696.8153007 +355,-1.076150317,0.212107639,84,-1.537459922,0.7290417293,2593.9472025 +356,-1.577164531,0.273993443,84,-1.537459922,0.7290417293,1807.5393961 +357,-0.190788414,0.182208586,84,-1.537459922,0.7290417293,5082.4416357 +358,-0.261349752,0.209710184,84,-1.537459922,0.7290417293,4803.2772808 +359,-1.029303852,0.083549259,84,-1.537459922,0.7290417293,3123.3395111 +360,-1.268609162,0.330525297,84,-1.537459922,0.7290417293,1819.8870061 +361,1.282982244,-0.926641967,84,-1.537459922,0.7290417293,11286.848176 +362,0.217352334,0.731352408,84,-1.537459922,0.7290417293,4833.7088577 +363,-1.511833084,0.258629297,84,-1.537459922,0.7290417293,1865.3714848 +364,0.338812194,0.823184618,84,-1.537459922,0.7290417293,4864.6145821 +365,-0.324406489,1.134201999,84,-1.537459922,0.7290417293,3071.5997127 +366,1.389579348,0.399185724,84,-1.537459922,0.7290417293,7906.1563122 +367,2.047152199,-0.039082036,84,-1.537459922,0.7290417293,9289.5422152 +368,0.947780369,0.568250077,84,-1.537459922,0.7290417293,6776.2842811 +369,0.763824846,0.576754987,84,-1.537459922,0.7290417293,6435.4225258 +370,-0.142334657,0.928153068,84,-1.537459922,0.7290417293,3616.3435211 +371,0.610266567,0.547265983,84,-1.537459922,0.7290417293,6224.9172806 +372,0.210731629,0.746815056,84,-1.537459922,0.7290417293,4780.4419314 +373,-1.34931644,0.316895224,84,-1.537459922,0.7290417293,1752.0653086 +374,2.407696481,0.655030745,84,-1.537459922,0.7290417293,6240.7103875 +375,0.64207831,0.545359131,84,-1.537459922,0.7290417293,6297.4493729 +376,1.174597538,0.840588356,84,-1.537459922,0.7290417293,6047.4858736 +377,0.660059424,0.010604079,84,-1.537459922,0.7290417293,7983.991709 +378,-0.730263819,0.010486456,84,-1.537459922,0.7290417293,4043.2838703 +379,0.831068936,0.512339172,84,-1.537459922,0.7290417293,6773.2074966 +380,1.301180979,0.72367476,84,-1.537459922,0.7290417293,6588.2586493 +381,1.811128231,0.322854402,84,-1.537459922,0.7290417293,8208.7524607 +382,0.435105812,0.992284428,84,-1.537459922,0.7290417293,4599.2951636 +383,0.62643634,0.592027932,84,-1.537459922,0.7290417293,6119.6029498 +384,0.492988703,-0.516339467,84,-1.537459922,0.7290417293,8853.7596283 +385,-0.162469483,0.112549365,84,-1.537459922,0.7290417293,5347.3677399 +386,0.314630866,0.472006421,84,-1.537459922,0.7290417293,5751.5031658 +387,0.166744804,0.822815954,84,-1.537459922,0.7290417293,4501.2899836 +388,0.417159608,0.965805736,84,-1.537459922,0.7290417293,4639.0046967 +389,0.106334961,0.868774244,84,-1.537459922,0.7290417293,4268.0818201 +390,0.815086969,-0.338144359,84,-1.537459922,0.7290417293,9386.8594456 +391,0.59867455,-0.230624824,84,-1.537459922,0.7290417293,8487.2104941 +392,1.915104874,0.066220985,84,-1.537459922,0.7290417293,9100.3665705 +393,1.278093622,0.064463721,84,-1.537459922,0.7290417293,9088.3944988 +394,-0.061477853,0.302997961,84,-1.537459922,0.7290417293,5154.7996392 +395,0.251311504,0.626976942,84,-1.537459922,0.7290417293,5179.174474 +396,2.950242872,0.149095644,84,-1.537459922,0.7290417293,6481.0424519 +397,-0.180294708,0.35375117,84,-1.537459922,0.7290417293,4681.8035326 +398,1.010448592,-0.351180233,84,-1.537459922,0.7290417293,9959.1798239 +399,-1.748740498,0.3686318073,84,-1.537459922,0.7290417293,1592.3055121 +400,2.699635665,0.123533791,84,-1.537459922,0.7290417293,7249.8116831 +401,0.496808033,0.823843254,84,-1.537459922,0.7290417293,5170.7712554 +402,0.129574704,0.763364087,84,-1.537459922,0.7290417293,4553.9177394 +403,1.798920311,0.817447563,84,-1.537459922,0.7290417293,6279.9793641 +404,0.335987953,0.746786541,84,-1.537459922,0.7290417293,5059.0805204 +405,-1.085413643,0.292154671,84,-1.537459922,0.7290417293,2312.7163537 +406,-0.155321003,0.508207011,84,-1.537459922,0.7290417293,4389.2311421 +407,0.620529244,-0.301175104,84,-1.537459922,0.7290417293,8732.4077552 +408,1.684402744,0.368716966,84,-1.537459922,0.7290417293,8085.6653406 +409,0.300582244,-0.386397212,84,-1.537459922,0.7290417293,7997.8147326 +410,2.913555946,-0.009225192,84,-1.537459922,0.7290417293,7014.8974972 +411,1.465101417,0.493232532,84,-1.537459922,0.7290417293,7575.7385692 +412,0.090612882,0.907955955,84,-1.537459922,0.7290417293,4153.3305767 +413,2.987564726,-0.729568594,84,-1.537459922,0.7290417293,8517.2310145 +414,-1.484261606,0.224149272,84,-1.537459922,0.7290417293,2008.2866728 +415,0.164073421,0.303955133,84,-1.537459922,0.7290417293,5798.8503534 +416,0.141441293,0.167552546,84,-1.537459922,0.7290417293,6096.1322508 +417,2.931321023,-0.506718887,84,-1.537459922,0.7290417293,8207.6441798 +418,2.21951565,0.700596356,84,-1.537459922,0.7290417293,6364.9420952 +419,0.268112576,1.199114336,84,-1.537459922,0.7290417293,3878.747275 +420,0.978913739,0.359223811,84,-1.537459922,0.7290417293,7562.1911189 +421,1.210898818,0.522863584,84,-1.537459922,0.7290417293,7280.9727187 +422,2.347397336,0.129231362,84,-1.537459922,0.7290417293,8109.4090141 +423,0.614394501,0.556878345,84,-1.537459922,0.7290417293,6203.8633951 +424,-1.398079356,0.148483366,84,-1.537459922,0.7290417293,2350.746806 +425,2.535303836,-0.112984496,84,-1.537459922,0.7290417293,8376.1344212 +426,-1.019372593,-0.405322349,84,-1.537459922,0.7290417293,4878.2197743 +427,-1.297785627,-0.160104069,84,-1.537459922,0.7290417293,3628.1176581 +428,2.144554488,0.205051084,84,-1.537459922,0.7290417293,8252.5394915 +429,-2.242387083,-0.426171285,84,-1.537459922,0.7290417293,5254.3009237 +430,0.338637212,0.909723676,84,-1.537459922,0.7290417293,4642.8363767 +431,-0.148798452,0.691042401,84,-1.537459922,0.7290417293,4015.5406148 +432,0.893524764,0.441829531,84,-1.537459922,0.7290417293,7125.6076445 +433,0.969229347,-0.368847936,84,-1.537459922,0.7290417293,9896.6978345 +434,0.436043248,0.800045688,84,-1.537459922,0.7290417293,5121.479856 +435,1.687946607,1.081504775,84,-1.537459922,0.7290417293,5267.2555575 +436,0.522302046,-0.034889271,84,-1.537459922,0.7290417293,7737.4375319 +437,-0.178996113,-0.438090009,84,-1.537459922,0.7290417293,6779.3316279 +438,-1.094339566,0.301444068,84,-1.537459922,0.7290417293,2263.0520819 +439,-1.064070054,0.242569932,84,-1.537459922,0.7290417293,2519.9141421 +440,-1.068153768,0.230387998,84,-1.537459922,0.7290417293,2550.7414384 +441,-3.00496892,-0.23989155,84,-1.537459922,0.7290417293,6553.3814168 +442,0.21751974,0.766874888,84,-1.537459922,0.7290417293,4746.7264763 +443,0.117229532,0.007619006,84,-1.537459922,0.7290417293,6449.4821809 +444,0.777758451,0.420554741,84,-1.537459922,0.7290417293,6976.3807207 +445,-0.252356999,0.250747086,84,-1.537459922,0.7290417293,4725.3343266 +446,0.363148444,0.768483434,84,-1.537459922,0.7290417293,5059.192947 +447,0.903191366,-0.118210676,84,-1.537459922,0.7290417293,8996.4100344 +448,-0.205755923,0.149406178,84,-1.537459922,0.7290417293,5123.3144903 +449,1.811996086,0.02364353,84,-1.537459922,0.7290417293,9370.5936348 +450,-1.100670221,0.314845373,84,-1.537459922,0.7290417293,2206.1570106 +451,0.340078597,0.850105132,84,-1.537459922,0.7290417293,4797.5305816 +452,0.258757267,0.804969236,84,-1.537459922,0.7290417293,4743.562337 +453,2.78505352,-0.155160804,84,-1.537459922,0.7290417293,7778.7851895 +454,0.800551619,0.105822106,84,-1.537459922,0.7290417293,8046.1382593 +455,0.437940882,-0.506194031,84,-1.537459922,0.7290417293,8671.5526977 +456,2.230431122,0.63458615,84,-1.537459922,0.7290417293,6585.6368508 +457,0.527965361,0.127667701,84,-1.537459922,0.7290417293,7289.8031372 +458,-0.063643205,0.702093448,84,-1.537459922,0.7290417293,4214.6320253 +459,1.408447268,0.133010502,84,-1.537459922,0.7290417293,8956.2225888 +460,0.523795955,0.280266966,84,-1.537459922,0.7290417293,6831.6594434 +461,-0.975769313,0.072177659,84,-1.537459922,0.7290417293,3272.8767783 +462,0.549774164,-0.463663986,84,-1.537459922,0.7290417293,8907.8709002 +463,0.29245874,1.095549818,84,-1.537459922,0.7290417293,4125.5379421 +464,0.143625958,0.816809593,84,-1.537459922,0.7290417293,4463.8749428 +465,0.671902494,0.611159853,84,-1.537459922,0.7290417293,6149.8987027 +466,1.239840988,0.6724199,84,-1.537459922,0.7290417293,6739.2653275 +467,0.607829703,-0.10932137,84,-1.537459922,0.7290417293,8184.9194306 +468,1.763020906,0.263996692,84,-1.537459922,0.7290417293,8467.6904604 +469,0.378714634,0.726066797,84,-1.537459922,0.7290417293,5206.8650146 +470,2.196736143,-0.153862366,84,-1.537459922,0.7290417293,9368.4563309 +471,0.01702415,0.148991565,84,-1.537459922,0.7290417293,5781.6829547 +472,-2.998490902,-0.158002487,84,-1.537459922,0.7290417293,6317.5296606 +473,-3.051262951,-0.346595608,84,-1.537459922,0.7290417293,6964.3341573 +474,-1.069176439,0.182802941,84,-1.537459922,0.7290417293,2706.3143047 +475,0.167157509,0.595344954,84,-1.537459922,0.7290417293,5051.5736579 +476,0.613855648,0.681746124,84,-1.537459922,0.7290417293,5816.5486502 +477,1.037012736,0.682555367,84,-1.537459922,0.7290417293,6491.199828 +478,-1.253574971,0.379755746,84,-1.537459922,0.7290417293,1675.2036286 +479,3.108590453,-0.132620738,84,-1.537459922,0.7290417293,6766.6652689 +480,0.565301296,0.022333262,84,-1.537459922,0.7290417293,7694.7664667 +481,0.547898238,0.855555614,84,-1.537459922,0.7290417293,5171.1063999 +482,0.948309381,0.417393755,84,-1.537459922,0.7290417293,7306.066843 +483,-0.050600732,0.945269213,84,-1.537459922,0.7290417293,3787.4854373 +484,-0.977651478,-0.572363064,84,-1.537459922,0.7290417293,5543.4765694 +485,1.102014914,0.728861163,84,-1.537459922,0.7290417293,6396.199984 +486,2.927300795,-0.282939414,84,-1.537459922,0.7290417293,7687.0510307 +487,-1.154565557,0.124434095,84,-1.537459922,0.7290417293,2746.191757 +488,1.855331234,0.291044755,84,-1.537459922,0.7290417293,8299.8768979 +489,0.830290659,0.276904518,84,-1.537459922,0.7290417293,7558.1989338 +490,0.485104466,-0.234867441,84,-1.537459922,0.7290417293,8167.5234257 +491,0.521367572,-0.33161327,84,-1.537459922,0.7290417293,8516.9641713 +1,-1.539031704,0.7349710123,85,-1.535451349,0.7290890157,25.575335575 +2,-1.536990553,0.7349663874,85,-1.535451349,0.7290890157,23.717844951 +3,-1.534951779,0.7349571355,85,-1.535451349,0.7290890157,23.290178131 +4,-1.532906461,0.7349480293,85,-1.535451349,0.7290890157,24.388725543 +5,-1.531320211,0.7346937278,85,-1.535451349,0.7290890157,25.318593186 +6,-1.539451648,0.7335131775,85,-1.535451349,0.7290890157,21.1230666 +7,-1.537429487,0.7335445708,85,-1.535451349,0.7290890157,18.58704532 +8,-1.535484998,0.7335658704,85,-1.535451349,0.7290890157,17.733098953 +9,-1.533488396,0.7336036027,85,-1.535451349,0.7290890157,18.795328272 +10,-1.531497785,0.7335842962,85,-1.535451349,0.7290890157,21.281373138 +11,-1.530259379,0.7334777758,85,-1.535451349,0.7290890157,23.162639019 +12,-1.5335454,0.7322346912,85,-1.535451349,0.7290890157,13.669772151 +13,-1.531489083,0.7322238773,85,-1.535451349,0.7290890157,17.052925824 +14,-1.530011122,0.7321679851,85,-1.535451349,0.7290890157,20.15668505 +15,-1.53348106,0.7306614094,85,-1.535451349,0.7290890157,8.5217118907 +16,-1.531441779,0.7306962275,85,-1.535451349,0.7290890157,13.439386603 +17,-1.529755654,0.7306933243,85,-1.535451349,0.7290890157,17.974060311 +18,-1.533415048,0.7291384674,85,-1.535451349,0.7290890157,6.0183724566 +19,-1.531392093,0.7291705353,85,-1.535451349,0.7290890157,11.995115627 +20,-1.529296523,0.7291214933,85,-1.535451349,0.7290890157,18.181788895 +21,-1.535280942,0.727267644,85,-1.535451349,0.7290890157,7.2320223852 +22,-1.533378158,0.7276139666,85,-1.535451349,0.7290890157,8.4671804694 +23,-1.531340368,0.7276446587,85,-1.535451349,0.7290890157,13.431229572 +24,-1.528960113,0.7276398177,85,-1.535451349,0.7290890157,20.028004986 +25,-1.533313146,0.7260818349,85,-1.535451349,0.7290890157,13.486499433 +26,-1.531259555,0.7260958115,85,-1.535451349,0.7290890157,17.155412595 +27,-1.528926415,0.7260865555,85,-1.535451349,0.7290890157,22.670570764 +28,-1.531226779,0.7245511789,85,-1.535451349,0.7290890157,21.89628793 +29,-1.528904772,0.7245519194,85,-1.535451349,0.7290890157,26.428708051 +30,-1.547195875,0.7409785979,85,-1.535451349,0.7290890157,58.384231539 +31,-1.5451475,0.740980426,85,-1.535451349,0.7290890157,55.047633694 +32,-1.543097679,0.7409798872,85,-1.535451349,0.7290890157,52.183710434 +33,-1.540720364,0.7409892687,85,-1.535451349,0.7290890157,49.614172307 +34,-1.547188511,0.7395198392,85,-1.535451349,0.7290890157,53.832638582 +35,-1.545148587,0.7395226109,85,-1.535451349,0.7290890157,50.20831126 +36,-1.543104538,0.7395314908,85,-1.535451349,0.7290890157,47.087100775 +37,-1.540727751,0.7395306258,85,-1.535451349,0.7290890157,44.173014656 +38,-1.547187029,0.7380014886,85,-1.535451349,0.7290890157,49.381114197 +39,-1.545147315,0.7380012252,85,-1.535451349,0.7290890157,45.387262674 +40,-1.54310719,0.7380060743,85,-1.535451349,0.7290890157,41.891708272 +41,-1.540719671,0.7380068206,85,-1.535451349,0.7290890157,38.574735357 +42,-1.547187189,0.7364799098,85,-1.535451349,0.7290890157,45.287555494 +43,-1.545149996,0.7364853874,85,-1.535451349,0.7290890157,40.910984388 +44,-1.543106091,0.7364823484,85,-1.535451349,0.7290890157,36.953279685 +45,-1.540717158,0.7364893901,85,-1.535451349,0.7290890157,33.160394548 +46,-1.538663972,0.7410138672,85,-1.535451349,0.7290890157,48.168279226 +47,-1.53695285,0.7409699132,85,-1.535451349,0.7290890157,47.266579928 +48,-1.534910498,0.7409641297,85,-1.535451349,0.7290890157,47.064163685 +49,-1.533145034,0.7409536636,85,-1.535451349,0.7290890157,47.481933377 +50,-1.538681336,0.7395405883,85,-1.535451349,0.7290890157,42.473965868 +51,-1.536999189,0.7395183096,85,-1.535451349,0.7290890157,41.560353844 +52,-1.534923633,0.7395144222,85,-1.535451349,0.7290890157,41.324173919 +53,-1.533267822,0.7395654306,85,-1.535451349,0.7290890157,41.990739187 +54,-1.53867273,0.7380151077,85,-1.535451349,0.7290890157,36.604588779 +55,-1.536980576,0.7379994392,85,-1.535451349,0.7290890157,35.579819885 +56,-1.534931522,0.7379944961,85,-1.535451349,0.7290890157,35.307749486 +57,-1.533387952,0.7379480264,85,-1.535451349,0.7290890157,35.611858964 +58,-1.538682279,0.7364914363,85,-1.535451349,0.7290890157,30.825474918 +59,-1.536980704,0.7364810563,85,-1.535451349,0.7290890157,29.624079775 +60,-1.534935567,0.7364752065,85,-1.535451349,0.7290890157,29.296087181 +61,-1.533042592,0.7363876366,85,-1.535451349,0.7290890157,29.76707861 +62,-1.545143426,0.7349628011,85,-1.535451349,0.7290890157,36.83366081 +63,-1.543105297,0.7349691947,85,-1.535451349,0.7290890157,32.419316762 +64,-1.541064533,0.7349647152,85,-1.535451349,0.7290890157,28.551086963 +65,-1.545411803,0.7334624714,85,-1.535451349,0.7290890157,34.0947469 +66,-1.543446606,0.7334780896,85,-1.535451349,0.7290890157,29.289507515 +67,-1.541475327,0.7334957295,85,-1.535451349,0.7290890157,24.90165779 +68,-1.545401939,0.731963266,85,-1.535451349,0.7290890157,31.486913373 +69,-1.54342253,0.7319915583,85,-1.535451349,0.7290890157,26.176520135 +70,-1.541455867,0.7320216438,85,-1.535451349,0.7290890157,21.183277707 +71,-1.545410146,0.7304422281,85,-1.535451349,0.7290890157,29.885448915 +72,-1.543435491,0.7304713664,85,-1.535451349,0.7290890157,24.198499562 +73,-1.541463105,0.7304997613,85,-1.535451349,0.7290890157,18.606676259 +74,-1.545414768,0.7289194936,85,-1.535451349,0.7290890157,29.442177239 +75,-1.543435774,0.7289538557,85,-1.535451349,0.7290890157,23.593787696 +76,-1.541457714,0.7289765881,85,-1.535451349,0.7290890157,17.749513676 +77,-1.539449415,0.7320555866,85,-1.535451349,0.7290890157,16.649110848 +78,-1.537429183,0.7321097681,85,-1.535451349,0.7290890157,13.312016726 +79,-1.535472649,0.7321497267,85,-1.535451349,0.7290890157,12.123638923 +80,-1.539457899,0.7305333307,85,-1.535451349,0.7290890157,13.138778106 +81,-1.537453161,0.7305750503,85,-1.535451349,0.7290890157,8.3408271276 +82,-1.535479385,0.7306124949,85,-1.535451349,0.7290890157,6.0350687294 +83,-1.53946905,0.7290102593,85,-1.535451349,0.7290890157,11.872964401 +84,-1.537459922,0.7290417293,85,-1.535451349,0.7290890157,5.9364853557 +85,-1.535451349,0.7290890157,85,-1.535451349,0.7290890157,2.9906526386 +86,-1.535522937,0.7279887191,85,-1.535451349,0.7290890157,4.3634072875 +87,-1.539442524,0.7274735939,85,-1.535451349,0.7290890157,13.42199119 +88,-1.537424111,0.727521351,85,-1.535451349,0.7290890157,8.5186150573 +89,-1.539384641,0.7259505092,85,-1.535451349,0.7290890157,17.027238339 +90,-1.537372391,0.7259947145,85,-1.535451349,0.7290890157,13.509815376 +91,-1.535340789,0.7260435356,85,-1.535451349,0.7290890157,12.067579381 +92,-1.539325716,0.7244369706,85,-1.535451349,0.7290890157,21.704315429 +93,-1.537308932,0.7244801057,85,-1.535451349,0.7290890157,19.066007689 +94,-1.535289068,0.7245247645,85,-1.535451349,0.7290890157,18.085379433 +95,-1.533261366,0.7245550236,85,-1.535451349,0.7290890157,19.09324172 +96,-1.539267302,0.722921924,85,-1.535451349,0.7290890157,26.916296165 +97,-1.537248972,0.7229660258,85,-1.535451349,0.7290890157,24.830798834 +98,-1.535219431,0.7229916471,85,-1.535451349,0.7290890157,24.161444967 +99,-1.53318962,0.7230212049,85,-1.535451349,0.7290890157,24.950797829 +100,-1.531154816,0.7230299897,85,-1.535451349,0.7290890157,27.1652461 +101,-1.528878341,0.7230370244,85,-1.535451349,0.7290890157,30.882102289 +102,-1.539218189,0.7214009878,85,-1.535451349,0.7290890157,32.434674411 +103,-1.537198791,0.7214422745,85,-1.535451349,0.7290890157,30.728419476 +104,-1.535179266,0.7214634354,85,-1.535451349,0.7290890157,30.215688231 +105,-1.533156501,0.7214944644,85,-1.535451349,0.7290890157,30.841441868 +106,-1.53113574,0.7215166021,85,-1.535451349,0.7290890157,32.607972466 +107,-1.528874248,0.7215345535,85,-1.535451349,0.7290890157,35.713107415 +108,-1.539217656,0.7198512397,85,-1.535451349,0.7290890157,38.258211123 +109,-1.537199919,0.7199428763,85,-1.535451349,0.7290890157,36.597209552 +110,-1.545425832,0.727397149,85,-1.535451349,0.7290890157,30.239147089 +111,-1.543371177,0.7273916949,85,-1.535451349,0.7290890157,24.359333606 +112,-1.541368852,0.7274523163,85,-1.535451349,0.7290890157,18.655948941 +113,-1.545349067,0.7258710923,85,-1.535451349,0.7290890157,31.934193891 +114,-1.54332671,0.7258603556,85,-1.535451349,0.7290890157,26.57685642 +115,-1.541346831,0.7259242142,85,-1.535451349,0.7290890157,21.477925065 +116,-1.545324355,0.7243383958,85,-1.535451349,0.7290890157,34.760609487 +117,-1.543292796,0.7243617413,85,-1.535451349,0.7290890157,29.823564588 +118,-1.541295822,0.7244024384,85,-1.535451349,0.7290890157,25.375653045 +119,-1.543193859,0.7205570215,85,-1.535451349,0.7290890157,40.855902007 +120,-1.550257047,0.7386738187,85,-1.535451349,0.7290890157,57.773811424 +121,-1.549335448,0.7311736483,85,-1.535451349,0.7290890157,41.799510593 +122,-1.533478843,0.7179891343,85,-1.535451349,0.7290890157,44.354844155 +123,-1.556150555,0.738907041,85,-1.535451349,0.7290890157,72.237589874 +124,-1.554324226,0.733414257,85,-1.535451349,0.7290890157,58.220679327 +125,-1.554290846,0.7288285332,85,-1.535451349,0.7290890157,55.668315119 +126,-1.55122487,0.7219795312,85,-1.535451349,0.7290890157,54.570206746 +127,-1.525104458,0.7229399862,85,-1.535451349,0.7290890157,39.148097654 +128,-1.519607711,0.7236181429,85,-1.535451349,0.7290890157,51.679350349 +129,-1.513899999,0.7251107854,85,-1.535451349,0.7290890157,65.693759541 +130,-1.536620762,0.7431061895,85,-1.535451349,0.7290890157,55.628038142 +131,-1.5369566,0.7460845958,85,-1.535451349,0.7290890157,67.463946216 +132,-1.545345528,0.7447040685,85,-1.535451349,0.7290890157,68.321668926 +133,-1.532813921,0.7432306626,85,-1.535451349,0.7290890157,56.547477889 +134,-1.554788248,0.7382381001,85,-1.535451349,0.7290890157,67.449401409 +135,-1.540348126,0.7301594274,85,-1.535451349,0.7290890157,15.067205918 +136,-1.538016084,0.7239051786,85,-1.535451349,0.7290890157,21.892407753 +137,-1.525288962,0.7258085137,85,-1.535451349,0.7290890157,32.751899409 +138,-1.534326986,0.731241342,85,-1.535451349,0.7290890157,9.1483557715 +139,-1.530733872,0.7303625216,85,-1.535451349,0.7290890157,14.813031226 +141,-1.534354939,0.7328219978,85,-1.535451349,0.7290890157,15.135751739 +142,-1.53157084,0.7292888153,85,-1.535451349,0.7290890157,11.489447657 +143,-1.525691035,0.7263799874,85,-1.535451349,0.7290890157,30.796997633 +144,-1.534031287,0.7495967835,85,-1.535451349,0.7290890157,81.337515715 +145,-1.527714986,0.7283095957,85,-1.535451349,0.7290890157,23.068977595 +146,-1.526189586,0.7271468292,85,-1.535451349,0.7290890157,28.443396344 +147,-1.555177336,0.7375563366,85,-1.535451349,0.7290890157,67.041838794 +148,-1.555080283,0.7312707794,85,-1.535451349,0.7290890157,58.568762645 +149,-1.53856994,0.7224180299,85,-1.535451349,0.7290890157,27.992667205 +150,-1.530837883,0.729933372,85,-1.535451349,0.7290890157,14.027749828 +151,-1.515066984,0.5854133365,85,-1.535451349,0.7290890157,572.66082119 +152,-1.534731633,0.5368370046,85,-1.535451349,0.7290890157,761.51365697 +153,-1.515231902,0.5607085576,85,-1.535451349,0.7290890157,669.99947462 +154,-2.616253799,1.0684566605,85,-1.535451349,0.7290890157,2845.4767955 +155,-1.956071439,0.5792177723,85,-1.535451349,0.7290890157,1442.8310864 +156,-1.951208514,0.5602434208,85,-1.535451349,0.7290890157,1469.5956169 +157,-1.944675062,0.6062144545,85,-1.535451349,0.7290890157,1357.397568 +158,-1.613778386,0.6077989518,85,-1.535451349,0.7290890157,538.40163362 +159,-2.035029014,0.6021432345,85,-1.535451349,0.7290890157,1626.8195362 +160,-2.114989471,0.6801825058,85,-1.535451349,0.7290890157,1748.6139678 +161,-2.037382079,0.5765830025,85,-1.535451349,0.7290890157,1681.1349546 +162,-2.129855121,0.6585019963,85,-1.535451349,0.7290890157,1819.4852195 +163,-2.075141798,0.6493615843,85,-1.535451349,0.7290890157,1670.3195061 +164,-1.828626729,0.6948433129,85,-1.535451349,0.7290890157,888.10241608 +165,-1.863329418,0.6735427691,85,-1.535451349,0.7290890157,1014.1105046 +166,-1.266037071,0.727988852,85,-1.535451349,0.7290890157,795.19222491 +167,-1.277579582,0.7249010648,85,-1.535451349,0.7290890157,762.42835126 +168,-1.258418684,0.7241194816,85,-1.535451349,0.7290890157,819.25138385 +169,-1.317813974,0.6804850104,85,-1.535451349,0.7290890157,683.59431698 +170,-1.344165204,0.6790988904,85,-1.535451349,0.7290890157,609.97923822 +171,-1.427582102,0.5277120351,85,-1.535451349,0.7290890157,868.69958692 +172,-1.402238616,0.457167829,85,-1.535451349,0.7290890157,1161.311897 +173,-1.422454264,0.4996161999,85,-1.535451349,0.7290890157,978.99216436 +174,-1.439089277,0.4894859811,85,-1.535451349,0.7290890157,998.75957899 +175,-1.448126995,0.5182330266,85,-1.535451349,0.7290890157,880.69891227 +176,-1.474626146,0.5881926574,85,-1.535451349,0.7290890157,589.57203632 +177,-1.421139645,0.5584869783,85,-1.535451349,0.7290890157,766.08783301 +178,-1.457037165,0.565943032,85,-1.535451349,0.7290890157,691.80173606 +179,-2.757159358,0.3745319,85,-1.535451349,0.7290890157,4233.7622857 +180,-2.714309238,0.342054471,85,-1.535451349,0.7290890157,4185.2328232 +181,-2.000525337,0.774119946,85,-1.535451349,0.7290890157,1351.5647624 +183,-1.571413436,0.6777838382,85,-1.535451349,0.7290890157,230.41402013 +184,-1.552860289,0.6987663893,85,-1.535451349,0.7290890157,130.92523311 +185,-1.521852374,0.7165827476,85,-1.535451349,0.7290890157,63.919200524 +186,-1.503656267,0.6928968252,85,-1.535451349,0.7290890157,172.20349502 +187,-1.502753178,0.7136205882,85,-1.535451349,0.7290890157,114.94275401 +188,-1.631894563,0.7343596465,85,-1.535451349,0.7290890157,284.94105334 +189,-1.653765416,0.6770714026,85,-1.535451349,0.7290890157,412.44407413 +190,-1.719812114,0.6715965947,85,-1.535451349,0.7290890157,602.49247077 +191,-1.493406659,0.6646955447,85,-1.535451349,0.7290890157,285.21567256 +192,-1.469120564,0.6613469966,85,-1.535451349,0.7290890157,335.63574338 +193,-1.590551461,0.5326612937,85,-1.535451349,0.7290890157,797.59628799 +194,-1.625979264,0.5247742243,85,-1.535451349,0.7290890157,859.36100236 +195,-1.572293943,0.5238808754,85,-1.535451349,0.7290890157,821.30424005 +196,-1.610848725,0.5477107964,85,-1.535451349,0.7290890157,757.12918964 +197,-1.208485554,0.7918526018,85,-1.535451349,0.7290890157,968.21552731 +198,-1.335601374,0.6869083083,85,-1.535451349,0.7290890157,623.5876153 +199,-1.346156996,0.6825213377,85,-1.535451349,0.7290890157,599.23338215 +200,-1.324381037,0.6741422347,85,-1.535451349,0.7290890157,673.93806268 +201,-1.242424992,0.7378949807,85,-1.535451349,0.7290890157,861.50734512 +202,-1.270370057,0.7392461008,85,-1.535451349,0.7290890157,779.49792367 +203,-1.448950472,0.7441675014,85,-1.535451349,0.7290890157,260.68899324 +204,-1.492662363,0.7523026852,85,-1.535451349,0.7290890157,155.23042808 +205,-1.479098966,0.7763855017,85,-1.535451349,0.7290890157,248.22049466 +206,-1.633760714,0.7869022408,85,-1.535451349,0.7290890157,363.72812876 +207,-1.647406434,0.8101289331,85,-1.535451349,0.7290890157,451.89312783 +208,-1.564245052,0.5701509278,85,-1.535451349,0.7290890157,636.03357539 +209,-1.646289963,0.6833746083,85,-1.535451349,0.7290890157,379.80004683 +210,-1.5820631,0.6751952144,85,-1.535451349,0.7290890157,255.7794404 +211,-1.613236298,0.6681681791,85,-1.535451349,0.7290890157,337.37874081 +212,-1.914661867,0.8212566515,85,-1.535451349,0.7290890157,1128.9288155 +213,-1.742133237,0.7250275956,85,-1.535451349,0.7290890157,611.38128548 +214,-2.033144872,0.6557314699,85,-1.535451349,0.7290890157,1537.5664251 +215,-2.039551981,0.6964723658,85,-1.535451349,0.7290890157,1509.02005 +216,-1.247341019,0.7622473908,85,-1.535451349,0.7290890157,847.13532937 +217,-1.298239787,0.7084123392,85,-1.535451349,0.7290890157,711.13581708 +218,-1.308539688,0.6926545592,85,-1.535451349,0.7290890157,695.49484916 +219,-1.303263185,0.6888938396,85,-1.535451349,0.7290890157,715.19691765 +220,-1.852400229,0.6004246149,85,-1.535451349,0.7290890157,1108.6636738 +221,-1.288947707,0.7473773692,85,-1.535451349,0.7290890157,724.96604552 +222,-1.372031502,0.7472790993,85,-1.535451349,0.7290890157,483.93607559 +223,-1.289805721,0.7242157877,85,-1.535451349,0.7290890157,726.66900198 +224,-1.350807603,0.7533498126,85,-1.535451349,0.7290890157,547.59629167 +225,-1.329290365,0.7560442322,85,-1.535451349,0.7290890157,610.47771561 +226,-1.410153004,0.616936428,85,-1.535451349,0.7290890157,589.42400174 +227,-1.393445434,0.6308995063,85,-1.535451349,0.7290890157,584.79053183 +228,-1.37595573,0.6241540638,85,-1.535451349,0.7290890157,643.84952209 +229,-1.358388707,0.6172645205,85,-1.535451349,0.7290890157,704.02809569 +230,-1.753741133,0.8281661666,85,-1.535451349,0.7290890157,728.64404339 +231,-1.47430987,0.6834615681,85,-1.535451349,0.7290890157,258.04556837 +232,-1.421012508,0.7222725206,85,-1.535451349,0.7290890157,340.0740507 +233,-1.4476833,0.6978557868,85,-1.535451349,0.7290890157,290.44983293 +234,-1.470370723,0.6966193374,85,-1.535451349,0.7290890157,233.569722 +235,-1.429211703,0.7037216883,85,-1.535451349,0.7290890157,332.80518487 +236,-1.700578405,0.6178673663,85,-1.535451349,0.7290890157,674.12981605 +237,-1.678117619,0.6331716163,85,-1.535451349,0.7290890157,580.08840219 +238,-1.725644578,0.6316331145,85,-1.535451349,0.7290890157,700.53293442 +239,-2.14012759,0.7930497945,85,-1.535451349,0.7290890157,1738.969234 +240,-2.103289431,0.7653606263,85,-1.535451349,0.7290890157,1645.5286616 +241,-1.318739838,0.7017808746,85,-1.535451349,0.7290890157,656.28558369 +242,-1.396417427,0.7077900843,85,-1.535451349,0.7290890157,422.9249637 +243,-1.35650337,0.7185539404,85,-1.535451349,0.7290890157,532.41799087 +244,-1.248884539,0.7274156818,85,-1.535451349,0.7290890157,845.89872191 +245,-1.395014798,0.5761185243,85,-1.535451349,0.7290890157,749.1951973 +246,-1.433377362,0.6064716109,85,-1.535451349,0.7290890157,579.89838988 +247,-1.408172432,0.5903155476,85,-1.535451349,0.7290890157,678.27080612 +248,-1.749645898,0.7757118084,85,-1.535451349,0.7290890157,645.61071544 +249,-1.571626686,0.615046989,85,-1.535451349,0.7290890157,465.38633341 +250,-1.514070049,0.6303003037,85,-1.535451349,0.7290890157,396.79422516 +251,-1.480890369,0.6237966528,85,-1.535451349,0.7290890157,449.7372317 +252,-1.704390658,0.5281680612,85,-1.535451349,0.7290890157,961.00257148 +253,-1.64434733,0.5254277498,85,-1.535451349,0.7290890157,878.40652564 +254,-1.703855997,0.4792484842,85,-1.535451349,0.7290890157,1129.8915357 +255,-1.692002383,0.5748825051,85,-1.535451349,0.7290890157,783.92467724 +256,-1.854136457,0.5544643913,85,-1.535451349,0.7290890157,1220.9744756 +257,-1.665021206,0.520317736,85,-1.535451349,0.7290890157,924.8995287 +258,-1.733654349,0.4845187345,85,-1.535451349,0.7290890157,1161.4034416 +259,-1.720938188,0.5135933906,85,-1.535451349,0.7290890157,1040.0062769 +260,-1.742668307,0.553296122,85,-1.535451349,0.7290890157,956.01851456 +261,-1.965659039,0.7142126903,85,-1.535451349,0.7290890157,1276.2353799 +262,-1.944438071,0.6772834804,85,-1.535451349,0.7290890157,1248.6161785 +263,-1.270340967,0.7681487096,85,-1.535451349,0.7290890157,783.53968702 +264,-1.353091884,0.6549276821,85,-1.535451349,0.7290890157,628.35365746 +265,-1.333236659,0.6413584414,85,-1.535451349,0.7290890157,710.00441823 +266,-1.352015998,0.6753788907,85,-1.535451349,0.7290890157,593.57791536 +267,-1.377988483,0.6577816235,85,-1.535451349,0.7290890157,556.20499114 +268,-2.13075611,0.8318642051,85,-1.535451349,0.7290890157,1709.3615733 +269,-2.097910953,0.8259670014,85,-1.535451349,0.7290890157,1620.9068787 +270,-1.416382069,0.6694271549,85,-1.535451349,0.7290890157,431.21709339 +271,-1.538905672,0.7535625993,85,-1.535451349,0.7290890157,97.46366519 +272,-1.572309477,0.7803125099,85,-1.535451349,0.7290890157,229.05986535 +273,-1.87759879,0.7503853417,85,-1.535451349,0.7290890157,1002.3048873 +274,1.152365588,0.590457682,85,-1.535451349,0.7290890157,6962.6597308 +275,0.350198001,0.718001859,85,-1.535451349,0.7290890157,5162.280272 +276,0.046513677,0.491503852,85,-1.535451349,0.7290890157,4985.6587085 +277,0.027510309,0.742571376,85,-1.535451349,0.7290890157,4351.8702845 +278,0.306285725,-0.214631579,85,-1.535451349,0.7290890157,7583.0544972 +279,-1.100564889,0.318051531,85,-1.535451349,0.7290890157,2191.8140111 +280,-1.078582306,0.301437596,85,-1.535451349,0.7290890157,2294.2000909 +281,-1.137371989,-0.617634065,85,-1.535451349,0.7290890157,5526.5223223 +282,0.784356344,0.703272339,85,-1.535451349,0.7290890157,6049.5193417 +283,-1.221209947,0.218327455,85,-1.535451349,0.7290890157,2295.524007 +284,2.347301921,-0.449114658,85,-1.535451349,0.7290890157,9796.4384222 +285,0.246820618,0.830553713,85,-1.535451349,0.7290890157,4651.0559275 +286,0.829414965,0.703288228,85,-1.535451349,0.7290890157,6122.2790829 +287,-1.337537566,0.42332223,85,-1.535451349,0.7290890157,1375.097528 +288,0.882453706,0.454478077,85,-1.535451349,0.7290890157,7058.6848193 +289,1.575629659,0.416419109,85,-1.535451349,0.7290890157,7905.1105176 +290,-1.039455679,0.229888244,85,-1.535451349,0.7290890157,2611.2392426 +291,0.489558039,0.934482747,85,-1.535451349,0.7290890157,4842.019813 +292,0.081344504,0.88384514,85,-1.535451349,0.7290890157,4178.348764 +293,-1.547979814,0.300350308,85,-1.535451349,0.7290890157,1698.7666405 +294,0.040776181,0.168560074,85,-1.535451349,0.7290890157,5794.2203707 +295,-1.130374745,0.563894876,85,-1.535451349,0.7290890157,1431.8038045 +296,1.578326642,0.478507176,85,-1.535451349,0.7290890157,7659.4749618 +297,-1.12861823,-0.291640865,85,-1.535451349,0.7290890157,4308.7413719 +298,0.310524208,0.770885792,85,-1.535451349,0.7290890157,4936.6114082 +299,0.415649091,-0.387246002,85,-1.535451349,0.7290890157,8332.2074951 +300,-0.926533878,-0.188022748,85,-1.535451349,0.7290890157,4254.9013856 +301,1.258856172,-0.11716081,85,-1.535451349,0.7290890157,9729.9690044 +302,-1.126050026,0.322941926,85,-1.535451349,0.7290890157,2119.6377618 +303,2.002785835,0.07893892,85,-1.535451349,0.7290890157,8937.9315924 +304,0.440437607,0.746258085,85,-1.535451349,0.7290890157,5276.304621 +305,-0.030391866,0.214441206,85,-1.535451349,0.7290890157,5466.2065442 +306,0.521557815,-0.058929362,85,-1.535451349,0.7290890157,7796.4459336 +307,-0.097005111,0.13317729,85,-1.535451349,0.7290890157,5480.845334 +308,1.83113859,0.221857587,85,-1.535451349,0.7290890157,8588.6148463 +309,0.222428864,0.099404236,85,-1.535451349,0.7290890157,6507.0190786 +310,-1.702731345,0.8728568183,85,-1.535451349,0.7290890157,731.55725334 +311,-0.418507569,0.278324921,85,-1.535451349,0.7290890157,4159.7220902 +312,-1.41153306,0.339029988,85,-1.535451349,0.7290890157,1600.2692941 +313,0.357560442,0.114788776,85,-1.535451349,0.7290890157,6851.6321 +314,0.325818979,0.268352149,85,-1.535451349,0.7290890157,6338.0620114 +315,-1.246004659,-0.663679965,85,-1.535451349,0.7290890157,5614.9018667 +316,1.814603087,0.637404484,85,-1.535451349,0.7290890157,6978.750477 +317,1.843704281,-0.18300445,85,-1.535451349,0.7290890157,10128.503823 +318,1.690644492,-0.211480909,85,-1.535451349,0.7290890157,10372.869545 +319,-1.275451936,0.068109467,85,-1.535451349,0.7290890157,2775.5174255 +320,0.762430171,-0.207594741,85,-1.535451349,0.7290890157,8882.8451819 +321,0.265668905,-0.014647884,85,-1.535451349,0.7290890157,6938.7967603 +322,-2.773032013,-0.335515811,85,-1.535451349,0.7290890157,6178.416117 +323,-1.469512853,0.174058777,85,-1.535451349,0.7290890157,2210.443658 +324,0.286276986,0.785925691,85,-1.535451349,0.7290890157,4845.9270594 +325,-1.379324697,0.377432233,85,-1.535451349,0.7290890157,1486.8536991 +326,-1.203778265,0.212813032,85,-1.535451349,0.7290890157,2344.1434512 +327,0.579916301,0.611743168,85,-1.535451349,0.7290890157,5959.1062699 +328,0.267582642,0.868113908,85,-1.535451349,0.7290890157,4602.9264526 +329,0.412869244,-0.050245578,85,-1.535451349,0.7290890157,7462.1669163 +330,0.17524381,0.976660285,85,-1.535451349,0.7290890157,4176.1942151 +331,0.743157214,0.204812899,85,-1.535451349,0.7290890157,7592.94595 +332,-1.070758176,0.269382282,85,-1.535451349,0.7290890157,2414.1114239 +333,-1.230364251,0.329790229,85,-1.535451349,0.7290890157,1886.1686191 +334,-1.374813124,-0.024926835,85,-1.535451349,0.7290890157,3041.7888038 +335,0.519780566,0.463669906,85,-1.535451349,0.7290890157,6272.2450466 +336,-1.55108034,0.239698561,85,-1.535451349,0.7290890157,1939.2209854 +337,0.180294813,0.029739425,85,-1.535451349,0.7290890157,6570.4106357 +338,0.67820924,0.268170153,85,-1.535451349,0.7290890157,7241.5794778 +339,0.445798684,1.024001867,85,-1.535451349,0.7290890157,4529.7732597 +340,0.691751283,0.150521402,85,-1.535451349,0.7290890157,7638.6320842 +341,-1.036643551,-0.903056181,85,-1.535451349,0.7290890157,6688.7338125 +342,-0.120287036,1.083325163,85,-1.535451349,0.7290890157,3456.8771006 +343,2.823513113,-0.304487164,85,-1.535451349,0.7290890157,8052.9603351 +344,0.457583172,1.12513373,85,-1.535451349,0.7290890157,4286.6266893 +345,0.042918831,0.813795399,85,-1.535451349,0.7290890157,4237.1414526 +346,1.196146777,-0.853142756,85,-1.535451349,0.7290890157,11207.338654 +347,0.206001358,-0.010430701,85,-1.535451349,0.7290890157,6752.6902231 +348,-0.268308653,0.234799412,85,-1.535451349,0.7290890157,4712.718014 +349,0.759363263,0.736189579,85,-1.535451349,0.7290890157,5899.7303064 +350,0.181363926,0.891988372,85,-1.535451349,0.7290890157,4371.3820259 +351,-0.021111158,0.139103292,85,-1.535451349,0.7290890157,5689.3656399 +352,-0.093355215,0.630686981,85,-1.535451349,0.7290890157,4283.1435608 +353,0.40118964,0.681375926,85,-1.535451349,0.7290890157,5374.2021398 +354,-0.721197315,1.304706234,85,-1.535451349,0.7290890157,2694.8319767 +355,-1.076150317,0.212107639,85,-1.535451349,0.7290890157,2589.8448937 +356,-1.577164531,0.273993443,85,-1.535451349,0.7290890157,1808.2534147 +357,-0.190788414,0.182208586,85,-1.535451349,0.7290890157,5076.5106748 +358,-0.261349752,0.209710184,85,-1.535451349,0.7290890157,4797.354731 +359,-1.029303852,0.083549259,85,-1.535451349,0.7290890157,3119.4256786 +360,-1.268609162,0.330525297,85,-1.535451349,0.7290890157,1816.6893543 +361,1.282982244,-0.926641967,85,-1.535451349,0.7290890157,11283.077487 +362,0.217352334,0.731352408,85,-1.535451349,0.7290890157,4828.9670265 +363,-1.511833084,0.258629297,85,-1.535451349,0.7290890157,1865.2472567 +364,0.338812194,0.823184618,85,-1.535451349,0.7290890157,4860.391859 +365,-0.324406489,1.134201999,85,-1.535451349,0.7290890157,3068.0878411 +366,1.389579348,0.399185724,85,-1.535451349,0.7290890157,7904.6898963 +367,2.047152199,-0.039082036,85,-1.535451349,0.7290890157,9292.9417312 +368,0.947780369,0.568250077,85,-1.535451349,0.7290890157,6773.0385377 +369,0.763824846,0.576754987,85,-1.535451349,0.7290890157,6431.5631547 +370,-0.142334657,0.928153068,85,-1.535451349,0.7290890157,3611.7930169 +371,0.610266567,0.547265983,85,-1.535451349,0.7290890157,6220.5369798 +372,0.210731629,0.746815056,85,-1.535451349,0.7290890157,4775.7349172 +373,-1.34931644,0.316895224,85,-1.535451349,0.7290890157,1749.7837986 +374,2.407696481,0.655030745,85,-1.535451349,0.7290890157,6243.9404484 +375,0.64207831,0.545359131,85,-1.535451349,0.7290890157,6293.1507732 +376,1.174597538,0.840588356,85,-1.535451349,0.7290890157,6045.6525355 +377,0.660059424,0.010604079,85,-1.535451349,0.7290890157,7978.5832474 +378,-0.730263819,0.010486456,85,-1.535451349,0.7290890157,4038.3591009 +379,0.831068936,0.512339172,85,-1.535451349,0.7290890157,6769.4095263 +380,1.301180979,0.72367476,85,-1.535451349,0.7290890157,6586.7396618 +381,1.811128231,0.322854402,85,-1.535451349,0.7290890157,8209.8825235 +382,0.435105812,0.992284428,85,-1.535451349,0.7290890157,4595.8812823 +383,0.62643634,0.592027932,85,-1.535451349,0.7290890157,6115.3801857 +384,0.492988703,-0.516339467,85,-1.535451349,0.7290890157,8847.9126316 +385,-0.162469483,0.112549365,85,-1.535451349,0.7290890157,5341.449488 +386,0.314630866,0.472006421,85,-1.535451349,0.7290890157,5746.2932957 +387,0.166744804,0.822815954,85,-1.535451349,0.7290890157,4496.75354 +388,0.417159608,0.965805736,85,-1.535451349,0.7290890157,4635.4523265 +389,0.106334961,0.868774244,85,-1.535451349,0.7290890157,4263.6138097 +390,0.815086969,-0.338144359,85,-1.535451349,0.7290890157,9381.1096658 +391,0.59867455,-0.230624824,85,-1.535451349,0.7290890157,8481.3695852 +392,1.915104874,0.066220985,85,-1.535451349,0.7290890157,9102.6124844 +393,1.278093622,0.064463721,85,-1.535451349,0.7290890157,9085.6876461 +394,-0.061477853,0.302997961,85,-1.535451349,0.7290890157,5148.9188014 +395,0.251311504,0.626976942,85,-1.535451349,0.7290890157,5174.2064552 +396,2.950242872,0.149095644,85,-1.535451349,0.7290890157,6486.7254095 +397,-0.180294708,0.35375117,85,-1.535451349,0.7290890157,4675.8992841 +398,1.010448592,-0.351180233,85,-1.535451349,0.7290890157,9953.7834412 +399,-1.748740498,0.3686318073,85,-1.535451349,0.7290890157,1595.445336 +400,2.699635665,0.123533791,85,-1.535451349,0.7290890157,7255.1503056 +401,0.496808033,0.823843254,85,-1.535451349,0.7290890157,5166.8866413 +402,0.129574704,0.763364087,85,-1.535451349,0.7290890157,4549.1250691 +403,1.798920311,0.817447563,85,-1.535451349,0.7290890157,6280.5754407 +404,0.335987953,0.746786541,85,-1.535451349,0.7290890157,5054.6085046 +405,-1.085413643,0.292154671,85,-1.535451349,0.7290890157,2308.341713 +406,-0.155321003,0.508207011,85,-1.535451349,0.7290890157,4383.4872421 +407,0.620529244,-0.301175104,85,-1.535451349,0.7290890157,8726.5223472 +408,1.684402744,0.368716966,85,-1.535451349,0.7290890157,8085.97038 +409,0.300582244,-0.386397212,85,-1.535451349,0.7290890157,7991.95753 +410,2.913555946,-0.009225192,85,-1.535451349,0.7290890157,7020.7136529 +411,1.465101417,0.493232532,85,-1.535451349,0.7290890157,7574.7786398 +412,0.090612882,0.907955955,85,-1.535451349,0.7290890157,4148.991054 +413,2.987564726,-0.729568594,85,-1.535451349,0.7290890157,8522.5164711 +414,-1.484261606,0.224149272,85,-1.535451349,0.7290890157,2007.8513228 +415,0.164073421,0.303955133,85,-1.535451349,0.7290890157,5793.1462359 +416,0.141441293,0.167552546,85,-1.535451349,0.7290890157,6090.2757974 +417,2.931321023,-0.506718887,85,-1.535451349,0.7290890157,8213.4334494 +418,2.21951565,0.700596356,85,-1.535451349,0.7290890157,6367.3904651 +419,0.268112576,1.199114336,85,-1.535451349,0.7290890157,3876.0517196 +420,0.978913739,0.359223811,85,-1.535451349,0.7290890157,7558.5880056 +421,1.210898818,0.522863584,85,-1.535451349,0.7290890157,7278.7497385 +422,2.347397336,0.129231362,85,-1.535451349,0.7290890157,8113.7633656 +423,0.614394501,0.556878345,85,-1.535451349,0.7290890157,6199.5183176 +424,-1.398079356,0.148483366,85,-1.535451349,0.7290890157,2349.4807264 +425,2.535303836,-0.112984496,85,-1.535451349,0.7290890157,8381.5921512 +426,-1.019372593,-0.405322349,85,-1.535451349,0.7290890157,4875.5250981 +427,-1.297785627,-0.160104069,85,-1.535451349,0.7290890157,3626.5504332 +428,2.144554488,0.205051084,85,-1.535451349,0.7290890157,8255.8113309 +429,-2.242387083,-0.426171285,85,-1.535451349,0.7290890157,5258.0613803 +430,0.338637212,0.909723676,85,-1.535451349,0.7290890157,4638.9196637 +431,-0.148798452,0.691042401,85,-1.535451349,0.7290890157,4010.1576061 +432,0.893524764,0.441829531,85,-1.535451349,0.7290890157,7121.8630443 +433,0.969229347,-0.368847936,85,-1.535451349,0.7290890157,9891.1493492 +434,0.436043248,0.800045688,85,-1.535451349,0.7290890157,5117.3833208 +435,1.687946607,1.081504775,85,-1.535451349,0.7290890157,5267.3059442 +436,0.522302046,-0.034889271,85,-1.535451349,0.7290890157,7731.735328 +437,-0.178996113,-0.438090009,85,-1.535451349,0.7290890157,6774.1123177 +438,-1.094339566,0.301444068,85,-1.535451349,0.7290890157,2258.6877883 +439,-1.064070054,0.242569932,85,-1.535451349,0.7290890157,2515.6249157 +440,-1.068153768,0.230387998,85,-1.535451349,0.7290890157,2546.5227772 +441,-3.00496892,-0.23989155,85,-1.535451349,0.7290890157,6559.1811254 +442,0.21751974,0.766874888,85,-1.535451349,0.7290890157,4742.0934303 +443,0.117229532,0.007619006,85,-1.535451349,0.7290890157,6443.5482636 +444,0.777758451,0.420554741,85,-1.535451349,0.7290890157,6972.1837113 +445,-0.252356999,0.250747086,85,-1.535451349,0.7290890157,4719.4003033 +446,0.363148444,0.768483434,85,-1.535451349,0.7290890157,5054.8426437 +447,0.903191366,-0.118210676,85,-1.535451349,0.7290890157,8991.3343648 +448,-0.205755923,0.149406178,85,-1.535451349,0.7290890157,5117.3965359 +449,1.811996086,0.02364353,85,-1.535451349,0.7290890157,9372.1545336 +450,-1.100670221,0.314845373,85,-1.535451349,0.7290890157,2201.7694719 +451,0.340078597,0.850105132,85,-1.535451349,0.7290890157,4793.4020292 +452,0.258757267,0.804969236,85,-1.535451349,0.7290890157,4739.1265122 +453,2.78505352,-0.155160804,85,-1.535451349,0.7290890157,7784.6270044 +454,0.800551619,0.105822106,85,-1.535451349,0.7290890157,8041.2813007 +455,0.437940882,-0.506194031,85,-1.535451349,0.7290890157,8665.7289145 +456,2.230431122,0.63458615,85,-1.535451349,0.7290890157,6588.2807377 +457,0.527965361,0.127667701,85,-1.535451349,0.7290890157,7284.3479933 +458,-0.063643205,0.702093448,85,-1.535451349,0.7290890157,4209.3810207 +459,1.408447268,0.133010502,85,-1.535451349,0.7290890157,8954.550975 +460,0.523795955,0.280266966,85,-1.535451349,0.7290890157,6826.4710654 +461,-0.975769313,0.072177659,85,-1.535451349,0.7290890157,3268.7251006 +462,0.549774164,-0.463663986,85,-1.535451349,0.7290890157,8901.9547102 +463,0.29245874,1.095549818,85,-1.535451349,0.7290890157,4122.3353431 +464,0.143625958,0.816809593,85,-1.535451349,0.7290890157,4459.2798652 +465,0.671902494,0.611159853,85,-1.535451349,0.7290890157,6145.8521967 +466,1.239840988,0.6724199,85,-1.535451349,0.7290890157,6737.4132207 +467,0.607829703,-0.10932137,85,-1.535451349,0.7290890157,8179.2303974 +468,1.763020906,0.263996692,85,-1.535451349,0.7290890157,8468.5739458 +469,0.378714634,0.726066797,85,-1.535451349,0.7290890157,5202.4183958 +470,2.196736143,-0.153862366,85,-1.535451349,0.7290890157,9373.010025 +471,0.01702415,0.148991565,85,-1.535451349,0.7290890157,5775.7604059 +472,-2.998490902,-0.158002487,85,-1.535451349,0.7290890157,6323.3918258 +473,-3.051262951,-0.346595608,85,-1.535451349,0.7290890157,6970.0611961 +474,-1.069176439,0.182802941,85,-1.535451349,0.7290890157,2702.2818597 +475,0.167157509,0.595344954,85,-1.535451349,0.7290890157,5046.3864374 +476,0.613855648,0.681746124,85,-1.535451349,0.7290890157,5812.5313419 +477,1.037012736,0.682555367,85,-1.535451349,0.7290890157,6488.5467363 +478,-1.253574971,0.379755746,85,-1.535451349,0.7290890157,1671.5971839 +479,3.108590453,-0.132620738,85,-1.535451349,0.7290890157,6772.6001598 +480,0.565301296,0.022333262,85,-1.535451349,0.7290890157,7689.2062948 +481,0.547898238,0.855555614,85,-1.535451349,0.7290890157,5167.4428885 +482,0.948309381,0.417393755,85,-1.535451349,0.7290890157,7302.4745952 +483,-0.050600732,0.945269213,85,-1.535451349,0.7290890157,3783.1156445 +484,-0.977651478,-0.572363064,85,-1.535451349,0.7290890157,5540.9597683 +485,1.102014914,0.728861163,85,-1.535451349,0.7290890157,6393.8891389 +486,2.927300795,-0.282939414,85,-1.535451349,0.7290890157,7692.98595 +487,-1.154565557,0.124434095,85,-1.535451349,0.7290890157,2742.9094487 +488,1.855331234,0.291044755,85,-1.535451349,0.7290890157,8301.322907 +489,0.830290659,0.276904518,85,-1.535451349,0.7290890157,7553.8369015 +490,0.485104466,-0.234867441,85,-1.535451349,0.7290890157,8161.6120335 +491,0.521367572,-0.33161327,85,-1.535451349,0.7290890157,8511.030459 +1,-1.539031704,0.7349710123,86,-1.535522937,0.7279887191,29.527540326 +2,-1.536990553,0.7349663874,86,-1.535522937,0.7279887191,27.975065406 +3,-1.534951779,0.7349571355,86,-1.535522937,0.7279887191,27.653196907 +4,-1.532906461,0.7349480293,86,-1.535522937,0.7279887191,28.624467971 +5,-1.531320211,0.7346937278,86,-1.535522937,0.7279887191,29.306423064 +6,-1.539451648,0.7335131775,86,-1.535522937,0.7279887191,24.761393925 +7,-1.537429487,0.7335445708,86,-1.535522937,0.7279887191,22.713882134 +8,-1.535484998,0.7335658704,86,-1.535522937,0.7279887191,22.091379636 +9,-1.533488396,0.7336036027,86,-1.535522937,0.7279887191,23.035911878 +10,-1.531497785,0.7335842962,86,-1.535522937,0.7279887191,25.143575753 +11,-1.530259379,0.7334777758,86,-1.535522937,0.7279887191,26.716525025 +12,-1.5335454,0.7322346912,86,-1.535522937,0.7279887191,17.802198408 +13,-1.531489083,0.7322238773,86,-1.535522937,0.7279887191,20.570665712 +14,-1.530011122,0.7321679851,86,-1.535522937,0.7279887191,23.209366408 +15,-1.53348106,0.7306614094,86,-1.535522937,0.7279887191,12.183660221 +16,-1.531441779,0.7306962275,86,-1.535522937,0.7279887191,16.133578066 +17,-1.529755654,0.7306933243,86,-1.535522937,0.7279887191,20.12182158 +18,-1.533415048,0.7291384674,86,-1.535522937,0.7279887191,7.7168380248 +19,-1.531392093,0.7291705353,86,-1.535522937,0.7279887191,13.074944445 +20,-1.529296523,0.7291214933,86,-1.535522937,0.7279887191,18.940960741 +21,-1.535280942,0.727267644,86,-1.535522937,0.7279887191,2.9445060402 +22,-1.533378158,0.7276139666,86,-1.535522937,0.7279887191,6.5144209267 +23,-1.531340368,0.7276446587,86,-1.535522937,0.7279887191,12.444355473 +24,-1.528960113,0.7276398177,86,-1.535522937,0.7279887191,19.458033628 +25,-1.533313146,0.7260818349,86,-1.535522937,0.7279887191,9.9909429467 +26,-1.531259555,0.7260958115,86,-1.535522937,0.7279887191,14.67687707 +27,-1.528926415,0.7260865555,86,-1.535522937,0.7279887191,20.92553844 +28,-1.531226779,0.7245511789,86,-1.535522937,0.7279887191,18.635195355 +29,-1.528904772,0.7245519194,86,-1.535522937,0.7279887191,23.86327439 +30,-1.547195875,0.7409785979,86,-1.535522937,0.7279887191,61.845808209 +31,-1.5451475,0.740980426,86,-1.535522937,0.7279887191,58.725214392 +32,-1.543097679,0.7409798872,86,-1.535522937,0.7279887191,56.069271136 +33,-1.540720364,0.7409892687,86,-1.535522937,0.7279887191,53.713996257 +34,-1.547188511,0.7395198392,86,-1.535522937,0.7279887191,57.129347474 +35,-1.545148587,0.7395226109,86,-1.535522937,0.7279887191,53.748805224 +36,-1.543104538,0.7395314908,86,-1.535522937,0.7279887191,50.870337762 +37,-1.540727751,0.7395306258,86,-1.535522937,0.7279887191,48.213111845 +38,-1.547187029,0.7380014886,86,-1.535522937,0.7279887191,52.458205867 +39,-1.545147315,0.7380012252,86,-1.535522937,0.7279887191,48.739315718 +40,-1.54310719,0.7380060743,86,-1.535522937,0.7279887191,45.528330789 +41,-1.540719671,0.7380068206,86,-1.535522937,0.7279887191,42.528206662 +42,-1.547187189,0.7364799098,86,-1.535522937,0.7279887191,48.080952366 +43,-1.545149996,0.7364853874,86,-1.535522937,0.7279887191,44.009897046 +44,-1.543106091,0.7364823484,86,-1.535522937,0.7279887191,40.383642755 +45,-1.540717158,0.7364893901,86,-1.535522937,0.7279887191,36.984495417 +46,-1.538663972,0.7410138672,86,-1.535522937,0.7279887191,52.412360395 +47,-1.53695285,0.7409699132,86,-1.535522937,0.7279887191,51.590044528 +48,-1.534910498,0.7409641297,86,-1.535522937,0.7279887191,51.427125341 +49,-1.533145034,0.7409536636,86,-1.535522937,0.7279887191,51.827730302 +50,-1.538681336,0.7395405883,86,-1.535522937,0.7279887191,46.690658796 +51,-1.536999189,0.7395183096,86,-1.535522937,0.7279887191,45.874710989 +52,-1.534923633,0.7395144222,86,-1.535522937,0.7279887191,45.687335788 +53,-1.533267822,0.7395654306,86,-1.535522937,0.7279887191,46.332690421 +54,-1.53867273,0.7380151077,86,-1.535522937,0.7279887191,40.782489244 +55,-1.536980576,0.7379994392,86,-1.535522937,0.7279887191,39.883941831 +56,-1.534931522,0.7379944961,86,-1.535522937,0.7279887191,39.671100702 +57,-1.533387952,0.7379480264,86,-1.535522937,0.7279887191,39.946317578 +58,-1.538682279,0.7364914363,86,-1.535522937,0.7279887191,34.941408558 +59,-1.536980704,0.7364810563,86,-1.535522937,0.7279887191,33.911127651 +60,-1.534935567,0.7364752065,86,-1.535522937,0.7279887191,33.659475559 +61,-1.533042592,0.7363876366,86,-1.535522937,0.7279887191,34.061038431 +62,-1.545143426,0.7349628011,86,-1.535522937,0.7279887191,39.589177637 +63,-1.543105297,0.7349691947,86,-1.535522937,0.7279887191,35.553489886 +64,-1.541064533,0.7349647152,86,-1.535522937,0.7279887191,32.099155495 +65,-1.545411803,0.7334624714,86,-1.535522937,0.7279887191,36.344609145 +66,-1.543446606,0.7334780896,86,-1.535522937,0.7279887191,31.922401283 +67,-1.541475327,0.7334957295,86,-1.535522937,0.7279887191,28.001524981 +68,-1.545401939,0.731963266,86,-1.535522937,0.7279887191,33.138153984 +69,-1.54342253,0.7319915583,86,-1.535522937,0.7279887191,28.196883215 +70,-1.541455867,0.7320216438,86,-1.535522937,0.7279887191,23.703207928 +71,-1.545410146,0.7304422281,86,-1.535522937,0.7279887191,30.77841469 +72,-1.543435491,0.7304713664,86,-1.535522937,0.7279887191,25.355618525 +73,-1.541463105,0.7304997613,86,-1.535522937,0.7279887191,20.168195391 +74,-1.545414768,0.7289194936,86,-1.535522937,0.7279887191,29.468916521 +75,-1.543435774,0.7289538557,86,-1.535522937,0.7279887191,23.698090857 +76,-1.541457714,0.7289765881,86,-1.535522937,0.7279887191,17.972193477 +77,-1.539449415,0.7320555866,86,-1.535522937,0.7279887191,19.844563266 +78,-1.537429183,0.7321097681,86,-1.535522937,0.7279887191,17.26588802 +79,-1.535472649,0.7321497267,86,-1.535522937,0.7279887191,16.482419089 +80,-1.539457899,0.7305333307,86,-1.535522937,0.7279887191,15.383980124 +81,-1.537453161,0.7305750503,86,-1.535522937,0.7279887191,11.723907515 +82,-1.535479385,0.7306124949,86,-1.535522937,0.7279887191,10.393571946 +83,-1.53946905,0.7290102593,86,-1.535522937,0.7279887191,12.345074532 +84,-1.537459922,0.7290417293,86,-1.535522937,0.7279887191,7.0831545329 +85,-1.535451349,0.7290890157,86,-1.535522937,0.7279887191,4.3634072875 +86,-1.535522937,0.7279887191,86,-1.535522937,0.7279887191,1.9438991042 +87,-1.539442524,0.7274735939,86,-1.535522937,0.7279887191,11.770845902 +88,-1.537424111,0.727521351,86,-1.535522937,0.7279887191,5.9197434049 +89,-1.539384641,0.7259505092,86,-1.535522937,0.7279887191,13.993049933 +90,-1.537372391,0.7259947145,86,-1.535522937,0.7279887191,9.6095002211 +91,-1.535340789,0.7260435356,86,-1.535522937,0.7279887191,7.7237070345 +92,-1.539325716,0.7244369706,86,-1.535522937,0.7279887191,18.021172988 +93,-1.537308932,0.7244801057,86,-1.535522937,0.7279887191,14.870129147 +94,-1.535289068,0.7245247645,86,-1.535522937,0.7279887191,13.738193841 +95,-1.533261366,0.7245550236,86,-1.535522937,0.7279887191,15.160499859 +96,-1.539267302,0.722921924,86,-1.535522937,0.7279887191,22.933091947 +97,-1.537248972,0.7229660258,86,-1.535522937,0.7279887191,20.541947877 +98,-1.535219431,0.7229916471,86,-1.535522937,0.7279887191,19.813828022 +99,-1.53318962,0.7230212049,86,-1.535522937,0.7279887191,20.85595752 +100,-1.531154816,0.7230299897,86,-1.535522937,0.7279887191,23.523515894 +101,-1.528878341,0.7230370244,86,-1.535522937,0.7279887191,27.792578908 +102,-1.539218189,0.7214009878,86,-1.535522937,0.7279887191,28.301730208 +103,-1.537198791,0.7214422745,86,-1.535522937,0.7279887191,26.402425758 +104,-1.535179266,0.7214634354,86,-1.535522937,0.7279887191,25.866734472 +105,-1.533156501,0.7214944644,86,-1.535522937,0.7279887191,26.663786071 +106,-1.53113574,0.7215166021,86,-1.535522937,0.7279887191,28.748327074 +107,-1.528874248,0.7215345535,86,-1.535522937,0.7279887191,32.284539407 +108,-1.539217656,0.7198512397,86,-1.535522937,0.7279887191,34.046407561 +109,-1.537199919,0.7199428763,86,-1.535522937,0.7279887191,32.25577858 +110,-1.545425832,0.727397149,86,-1.535522937,0.7279887191,29.383536958 +111,-1.543371177,0.7273916949,86,-1.535522937,0.7279887191,23.333086953 +112,-1.541368852,0.7274523163,86,-1.535522937,0.7279887191,17.420213302 +113,-1.545349067,0.7258710923,86,-1.535522937,0.7279887191,30.268083704 +114,-1.54332671,0.7258603556,86,-1.535522937,0.7279887191,24.587606825 +115,-1.541346831,0.7259242142,86,-1.535522937,0.7279887191,19.078171537 +116,-1.545324355,0.7243383958,86,-1.535522937,0.7279887191,32.430795968 +117,-1.543292796,0.7243617413,86,-1.535522937,0.7279887191,27.128397003 +118,-1.541295822,0.7244024384,86,-1.535522937,0.7279887191,22.228520737 +119,-1.543193859,0.7205570215,86,-1.535522937,0.7279887191,37.207880198 +120,-1.550257047,0.7386738187,86,-1.535522937,0.7279887191,60.591190972 +121,-1.549335448,0.7311736483,86,-1.535522937,0.7279887191,42.691129897 +122,-1.533478843,0.7179891343,86,-1.535522937,0.7279887191,40.070929772 +123,-1.556150555,0.738907041,86,-1.535522937,0.7279887191,74.527068755 +124,-1.554324226,0.733414257,86,-1.535522937,0.7279887191,59.477364618 +125,-1.554290846,0.7288285332,86,-1.535522937,0.7279887191,55.574135301 +126,-1.55122487,0.7219795312,86,-1.535522937,0.7279887191,52.285493629 +127,-1.525104458,0.7229399862,86,-1.535522937,0.7279887191,36.786434676 +128,-1.519607711,0.7236181429,86,-1.535522937,0.7279887191,50.229223385 +129,-1.513899999,0.7251107854,86,-1.535522937,0.7279887191,65.026099586 +130,-1.536620762,0.7431061895,86,-1.535522937,0.7279887191,59.96703605 +131,-1.5369566,0.7460845958,86,-1.535522937,0.7279887191,71.800987915 +132,-1.545345528,0.7447040685,86,-1.535522937,0.7279887191,72.212536779 +133,-1.532813921,0.7432306626,86,-1.535522937,0.7279887191,60.895236499 +134,-1.554788248,0.7382381001,86,-1.535522937,0.7279887191,69.739159263 +135,-1.540348126,0.7301594274,86,-1.535522937,0.7279887191,16.646458548 +136,-1.538016084,0.7239051786,86,-1.535522937,0.7279887191,17.781248239 +137,-1.525288962,0.7258085137,86,-1.535522937,0.7279887191,31.497559288 +138,-1.534326986,0.731241342,86,-1.535522937,0.7279887191,13.35880558 +139,-1.530733872,0.7303625216,86,-1.535522937,0.7279887191,16.985826035 +141,-1.534354939,0.7328219978,86,-1.535522937,0.7279887191,19.452324873 +142,-1.53157084,0.7292888153,86,-1.535522937,0.7279887191,12.764259622 +143,-1.525691035,0.7263799874,86,-1.535522937,0.7279887191,29.782808166 +144,-1.534031287,0.7495967835,86,-1.535522937,0.7279887191,85.700913764 +145,-1.527714986,0.7283095957,86,-1.535522937,0.7279887191,23.119297723 +146,-1.526189586,0.7271468292,86,-1.535522937,0.7279887191,27.809151649 +147,-1.555177336,0.7375563366,86,-1.535522937,0.7279887191,69.172474453 +148,-1.555080283,0.7312707794,86,-1.535522937,0.7279887191,59.190092108 +149,-1.53856994,0.7224180299,86,-1.535522937,0.7279887191,23.842507891 +150,-1.530837883,0.729933372,86,-1.535522937,0.7279887191,15.840367899 +151,-1.515066984,0.5854133365,86,-1.535522937,0.7279887191,568.35837775 +152,-1.534731633,0.5368370046,86,-1.535522937,0.7279887191,757.15612855 +153,-1.515231902,0.5607085576,86,-1.535522937,0.7279887191,665.68565463 +154,-2.616253799,1.0684566605,86,-1.535522937,0.7279887191,2848.6702124 +155,-1.956071439,0.5792177723,86,-1.535522937,0.7279887191,1441.4015808 +156,-1.951208514,0.5602434208,86,-1.535522937,0.7279887191,1467.9590647 +157,-1.944675062,0.6062144545,86,-1.535522937,0.7279887191,1356.1944266 +158,-1.613778386,0.6077989518,86,-1.535522937,0.7279887191,534.46706294 +159,-2.035029014,0.6021432345,86,-1.535522937,0.7279887191,1625.965966 +160,-2.114989471,0.6801825058,86,-1.535522937,0.7279887191,1748.7720997 +161,-2.037382079,0.5765830025,86,-1.535522937,0.7279887191,1680.0538668 +162,-2.129855121,0.6585019963,86,-1.535522937,0.7279887191,1819.4736717 +163,-2.075141798,0.6493615843,86,-1.535522937,0.7279887191,1670.0681622 +164,-1.828626729,0.6948433129,86,-1.535522937,0.7279887191,887.65835743 +165,-1.863329418,0.6735427691,86,-1.535522937,0.7279887191,1013.4309831 +166,-1.266037071,0.727988852,86,-1.535522937,0.7279887191,795.78278886 +167,-1.277579582,0.7249010648,86,-1.535522937,0.7279887191,762.93201434 +168,-1.258418684,0.7241194816,86,-1.535522937,0.7279887191,819.77220698 +169,-1.317813974,0.6804850104,86,-1.535522937,0.7279887191,682.89158386 +170,-1.344165204,0.6790988904,86,-1.535522937,0.7279887191,609.04703608 +171,-1.427582102,0.5277120351,86,-1.535522937,0.7279887191,864.85261863 +172,-1.402238616,0.457167829,86,-1.535522937,0.7279887191,1157.4304142 +173,-1.422454264,0.4996161999,86,-1.535522937,0.7279887191,975.0940273 +174,-1.439089277,0.4894859811,86,-1.535522937,0.7279887191,994.73496221 +175,-1.448126995,0.5182330266,86,-1.535522937,0.7279887191,876.68028011 +176,-1.474626146,0.5881926574,86,-1.535522937,0.7279887191,585.54961743 +177,-1.421139645,0.5584869783,86,-1.535522937,0.7279887191,762.43193355 +178,-1.457037165,0.565943032,86,-1.535522937,0.7279887191,687.85433289 +179,-2.757159358,0.3745319,86,-1.535522937,0.7279887191,4233.8545285 +180,-2.714309238,0.342054471,86,-1.535522937,0.7279887191,4185.0746857 +181,-2.000525337,0.774119946,86,-1.535522937,0.7279887191,1352.6134979 +183,-1.571413436,0.6777838382,86,-1.535522937,0.7279887191,226.50090285 +184,-1.552860289,0.6987663893,86,-1.535522937,0.7279887191,126.86139634 +185,-1.521852374,0.7165827476,86,-1.535522937,0.7279887191,60.75937023 +186,-1.503656267,0.6928968252,86,-1.535522937,0.7279887191,168.74049516 +187,-1.502753178,0.7136205882,86,-1.535522937,0.7279887191,112.90482684 +188,-1.631894563,0.7343596465,86,-1.535522937,0.7279887191,285.22269514 +189,-1.653765416,0.6770714026,86,-1.535522937,0.7279887191,410.24589123 +190,-1.719812114,0.6715965947,86,-1.535522937,0.7279887191,600.90702207 +191,-1.493406659,0.6646955447,86,-1.535522937,0.7279887191,281.45142375 +192,-1.469120564,0.6613469966,86,-1.535522937,0.7279887191,332.35263184 +193,-1.590551461,0.5326612937,86,-1.535522937,0.7279887191,793.31262164 +194,-1.625979264,0.5247742243,86,-1.535522937,0.7279887191,855.22497716 +195,-1.572293943,0.5238808754,86,-1.535522937,0.7279887191,816.96592885 +196,-1.610848725,0.5477107964,86,-1.535522937,0.7279887191,752.9576013 +197,-1.208485554,0.7918526018,86,-1.535522937,0.7279887191,969.99697794 +198,-1.335601374,0.6869083083,86,-1.535522937,0.7279887191,622.92245045 +199,-1.346156996,0.6825213377,86,-1.535522937,0.7279887191,598.37447106 +200,-1.324381037,0.6741422347,86,-1.535522937,0.7279887191,673.039797 +201,-1.242424992,0.7378949807,86,-1.535522937,0.7279887191,862.32968856 +202,-1.270370057,0.7392461008,86,-1.535522937,0.7279887191,780.32882396 +203,-1.448950472,0.7441675014,86,-1.535522937,0.7279887191,262.04711341 +204,-1.492662363,0.7523026852,86,-1.535522937,0.7279887191,158.06610692 +205,-1.479098966,0.7763855017,86,-1.535522937,0.7279887191,251.71286768 +206,-1.633760714,0.7869022408,86,-1.535522937,0.7279887191,366.43836426 +207,-1.647406434,0.8101289331,86,-1.535522937,0.7279887191,454.96973085 +208,-1.564245052,0.5701509278,86,-1.535522937,0.7279887191,631.69374013 +209,-1.646289963,0.6833746083,86,-1.535522937,0.7279887191,377.69354404 +210,-1.5820631,0.6751952144,86,-1.535522937,0.7279887191,252.07041205 +211,-1.613236298,0.6681681791,86,-1.535522937,0.7279887191,334.20214304 +212,-1.914661867,0.8212566515,86,-1.535522937,0.7279887191,1130.6722724 +213,-1.742133237,0.7250275956,86,-1.535522937,0.7279887191,611.37095215 +214,-2.033144872,0.6557314699,86,-1.535522937,0.7279887191,1537.2543176 +215,-2.039551981,0.6964723658,86,-1.535522937,0.7279887191,1509.1779689 +216,-1.247341019,0.7622473908,86,-1.535522937,0.7279887191,848.43896335 +217,-1.298239787,0.7084123392,86,-1.535522937,0.7279887191,711.20174921 +218,-1.308539688,0.6926545592,86,-1.535522937,0.7279887191,695.13716232 +219,-1.303263185,0.6888938396,86,-1.535522937,0.7279887191,714.77902308 +220,-1.852400229,0.6004246149,86,-1.535522937,0.7279887191,1106.8812782 +221,-1.288947707,0.7473773692,86,-1.535522937,0.7279887191,725.97808891 +222,-1.372031502,0.7472790993,86,-1.535522937,0.7279887191,485.04496934 +223,-1.289805721,0.7242157877,86,-1.535522937,0.7279887191,727.13460234 +224,-1.350807603,0.7533498126,86,-1.535522937,0.7279887191,548.84626757 +225,-1.329290365,0.7560442322,86,-1.535522937,0.7279887191,611.75379437 +226,-1.410153004,0.616936428,86,-1.535522937,0.7279887191,586.4131812 +227,-1.393445434,0.6308995063,86,-1.535522937,0.7279887191,582.22152465 +228,-1.37595573,0.6241540638,86,-1.535522937,0.7279887191,641.39208835 +229,-1.358388707,0.6172645205,86,-1.535522937,0.7279887191,701.66815677 +230,-1.753741133,0.8281661666,86,-1.535522937,0.7279887191,731.0949088 +231,-1.47430987,0.6834615681,86,-1.535522937,0.7279887191,255.23221729 +232,-1.421012508,0.7222725206,86,-1.535522937,0.7279887191,340.13319375 +233,-1.4476833,0.6978557868,86,-1.535522937,0.7279887191,288.93180073 +234,-1.470370723,0.6966193374,86,-1.535522937,0.7279887191,231.4592792 +235,-1.429211703,0.7037216883,86,-1.535522937,0.7279887191,331.86780816 +236,-1.700578405,0.6178673663,86,-1.535522937,0.7279887191,671.30448865 +237,-1.678117619,0.6331716163,86,-1.535522937,0.7279887191,577.23412509 +238,-1.725644578,0.6316331145,86,-1.535522937,0.7279887191,698.18876296 +239,-2.14012759,0.7930497945,86,-1.535522937,0.7279887191,1740.2804627 +240,-2.103289431,0.7653606263,86,-1.535522937,0.7279887191,1646.5361682 +241,-1.318739838,0.7017808746,86,-1.535522937,0.7279887191,656.10361858 +242,-1.396417427,0.7077900843,86,-1.535522937,0.7279887191,422.48509007 +243,-1.35650337,0.7185539404,86,-1.535522937,0.7279887191,532.5652032 +244,-1.248884539,0.7274156818,86,-1.535522937,0.7279887191,846.50330835 +245,-1.395014798,0.5761185243,86,-1.535522937,0.7279887191,745.92829049 +246,-1.433377362,0.6064716109,86,-1.535522937,0.7279887191,576.45704089 +247,-1.408172432,0.5903155476,86,-1.535522937,0.7279887191,674.98436948 +248,-1.749645898,0.7757118084,86,-1.535522937,0.7279887191,646.96960303 +249,-1.571626686,0.615046989,86,-1.535522937,0.7279887191,461.1162328 +250,-1.514070049,0.6303003037,86,-1.535522937,0.7279887191,392.53917303 +251,-1.480890369,0.6237966528,86,-1.535522937,0.7279887191,445.81205393 +252,-1.704390658,0.5281680612,86,-1.535522937,0.7279887191,957.40588143 +253,-1.64434733,0.5254277498,86,-1.535522937,0.7279887191,874.37759395 +254,-1.703855997,0.4792484842,86,-1.535522937,0.7279887191,1126.0817888 +255,-1.692002383,0.5748825051,86,-1.535522937,0.7279887191,780.53553519 +256,-1.854136457,0.5544643913,86,-1.535522937,0.7279887191,1218.708016 +257,-1.665021206,0.520317736,86,-1.535522937,0.7279887191,920.98639246 +258,-1.733654349,0.4845187345,86,-1.535522937,0.7279887191,1157.8011431 +259,-1.720938188,0.5135933906,86,-1.535522937,0.7279887191,1036.4549071 +260,-1.742668307,0.553296122,86,-1.535522937,0.7279887191,952.900474 +261,-1.965659039,0.7142126903,86,-1.535522937,0.7279887191,1276.458463 +262,-1.944438071,0.6772834804,86,-1.535522937,0.7279887191,1248.2858858 +263,-1.270340967,0.7681487096,86,-1.535522937,0.7279887191,784.99052245 +264,-1.353091884,0.6549276821,86,-1.535522937,0.7279887191,626.75692979 +265,-1.333236659,0.6413584414,86,-1.535522937,0.7279887191,708.33087486 +266,-1.352015998,0.6753788907,86,-1.535522937,0.7279887191,592.48216346 +267,-1.377988483,0.6577816235,86,-1.535522937,0.7279887191,554.39124207 +268,-2.13075611,0.8318642051,86,-1.535522937,0.7279887191,1711.0480815 +269,-2.097910953,0.8259670014,86,-1.535522937,0.7279887191,1622.5408205 +270,-1.416382069,0.6694271549,86,-1.535522937,0.7279887191,429.17233281 +271,-1.538905672,0.7535625993,86,-1.535522937,0.7279887191,101.77947568 +272,-1.572309477,0.7803125099,86,-1.535522937,0.7279887191,232.85916086 +273,-1.87759879,0.7503853417,86,-1.535522937,0.7279887191,1002.9688694 +274,1.152365588,0.590457682,86,-1.535522937,0.7279887191,6966.7860555 +275,0.350198001,0.718001859,86,-1.535522937,0.7279887191,5165.3570936 +276,0.046513677,0.491503852,86,-1.535522937,0.7279887191,4987.4973367 +277,0.027510309,0.742571376,86,-1.535522937,0.7279887191,4354.4951211 +278,0.306285725,-0.214631579,86,-1.535522937,0.7279887191,7583.3364141 +279,-1.100564889,0.318051531,86,-1.535522937,0.7279887191,2189.1525623 +280,-1.078582306,0.301437596,86,-1.535522937,0.7279887191,2291.5825568 +281,-1.137371989,-0.617634065,86,-1.535522937,0.7279887191,5522.4626426 +282,0.784356344,0.703272339,86,-1.535522937,0.7279887191,6053.251096 +283,-1.221209947,0.218327455,86,-1.535522937,0.7279887191,2292.0049973 +284,2.347301921,-0.449114658,86,-1.535522937,0.7279887191,9797.0639588 +285,0.246820618,0.830553713,86,-1.535522937,0.7279887191,4654.2550138 +286,0.829414965,0.703288228,86,-1.535522937,0.7279887191,6126.0749581 +287,-1.337537566,0.42332223,86,-1.535522937,0.7279887191,1371.5070124 +288,0.882453706,0.454478077,86,-1.535522937,0.7279887191,7062.2720938 +289,1.575629659,0.416419109,86,-1.535522937,0.7279887191,7909.4732253 +290,-1.039455679,0.229888244,86,-1.535522937,0.7279887191,2608.551197 +291,0.489558039,0.934482747,86,-1.535522937,0.7279887191,4845.7269635 +292,0.081344504,0.88384514,86,-1.535522937,0.7279887191,4181.4900793 +293,-1.547979814,0.300350308,86,-1.535522937,0.7279887191,1694.4040862 +294,0.040776181,0.168560074,86,-1.535522937,0.7279887191,5794.9946363 +295,-1.130374745,0.563894876,86,-1.535522937,0.7279887191,1430.5440066 +296,1.578326642,0.478507176,86,-1.535522937,0.7279887191,7663.8373011 +297,-1.12861823,-0.291640865,86,-1.535522937,0.7279887191,4304.8932255 +298,0.310524208,0.770885792,86,-1.535522937,0.7279887191,4939.752437 +299,0.415649091,-0.387246002,86,-1.535522937,0.7279887191,8332.1509488 +300,-0.926533878,-0.188022748,86,-1.535522937,0.7279887191,4251.6852033 +301,1.258856172,-0.11716081,86,-1.535522937,0.7279887191,9733.7657604 +302,-1.126050026,0.322941926,86,-1.535522937,0.7279887191,2116.8665974 +303,2.002785835,0.07893892,86,-1.535522937,0.7279887191,8941.6061222 +304,0.440437607,0.746258085,86,-1.535522937,0.7279887191,5279.5876013 +305,-0.030391866,0.214441206,86,-1.535522937,0.7279887191,5466.9318483 +306,0.521557815,-0.058929362,86,-1.535522937,0.7279887191,7797.9089406 +307,-0.097005111,0.13317729,86,-1.535522937,0.7279887191,5481.1102059 +308,1.83113859,0.221857587,86,-1.535522937,0.7279887191,8592.7635166 +309,0.222428864,0.099404236,86,-1.535522937,0.7279887191,6508.0885657 +310,-1.702731345,0.8728568183,86,-1.535522937,0.7279887191,734.98090562 +311,-0.418507569,0.278324921,86,-1.535522937,0.7279887191,4159.5528257 +312,-1.41153306,0.339029988,86,-1.535522937,0.7279887191,1596.1704674 +313,0.357560442,0.114788776,86,-1.535522937,0.7279887191,6853.1358505 +314,0.325818979,0.268352149,86,-1.535522937,0.7279887191,6339.921906 +315,-1.246004659,-0.663679965,86,-1.535522937,0.7279887191,5610.7060668 +316,1.814603087,0.637404484,86,-1.535522937,0.7279887191,6983.0098768 +317,1.843704281,-0.18300445,86,-1.535522937,0.7279887191,10132.37081 +318,1.690644492,-0.211480909,86,-1.535522937,0.7279887191,10377.132716 +319,-1.275451936,0.068109467,86,-1.535522937,0.7279887191,2771.6035906 +320,0.762430171,-0.207594741,86,-1.535522937,0.7279887191,8884.5981194 +321,0.265668905,-0.014647884,86,-1.535522937,0.7279887191,6939.6311945 +322,-2.773032013,-0.335515811,86,-1.535522937,0.7279887191,6176.2602233 +323,-1.469512853,0.174058777,86,-1.535522937,0.7279887191,2206.144294 +324,0.286276986,0.785925691,86,-1.535522937,0.7279887191,4849.0691057 +325,-1.379324697,0.377432233,86,-1.535522937,0.7279887191,1482.9331148 +326,-1.203778265,0.212813032,86,-1.535522937,0.7279887191,2340.686225 +327,0.579916301,0.611743168,86,-1.535522937,0.7279887191,5962.35972 +328,0.267582642,0.868113908,86,-1.535522937,0.7279887191,4606.2456196 +329,0.412869244,-0.050245578,86,-1.535522937,0.7279887191,7463.3247162 +330,0.17524381,0.976660285,86,-1.535522937,0.7279887191,4179.6875833 +331,0.743157214,0.204812899,86,-1.535522937,0.7279887191,7595.7803962 +332,-1.070758176,0.269382282,86,-1.535522937,0.7279887191,2411.4137109 +333,-1.230364251,0.329790229,86,-1.535522937,0.7279887191,1882.8822602 +334,-1.374813124,-0.024926835,86,-1.535522937,0.7279887191,3037.5964848 +335,0.519780566,0.463669906,86,-1.535522937,0.7279887191,6275.0758461 +336,-1.55108034,0.239698561,86,-1.535522937,0.7279887191,1934.8581549 +337,0.180294813,0.029739425,86,-1.535522937,0.7279887191,6571.1384564 +338,0.67820924,0.268170153,86,-1.535522937,0.7279887191,7244.374172 +339,0.445798684,1.024001867,86,-1.535522937,0.7279887191,4533.5968388 +340,0.691751283,0.150521402,86,-1.535522937,0.7279887191,7641.1990267 +341,-1.036643551,-0.903056181,86,-1.535522937,0.7279887191,6684.6370564 +342,-0.120287036,1.083325163,86,-1.535522937,0.7279887191,3460.479004 +343,2.823513113,-0.304487164,86,-1.535522937,0.7279887191,8052.7298471 +344,0.457583172,1.12513373,86,-1.535522937,0.7279887191,4290.6234705 +345,0.042918831,0.813795399,86,-1.535522937,0.7279887191,4240.0189765 +346,1.196146777,-0.853142756,86,-1.535522937,0.7279887191,11205.242485 +347,0.206001358,-0.010430701,86,-1.535522937,0.7279887191,6753.3636999 +348,-0.268308653,0.234799412,86,-1.535522937,0.7279887191,4712.8356435 +349,0.759363263,0.736189579,86,-1.535522937,0.7279887191,5903.467899 +350,0.181363926,0.891988372,86,-1.535522937,0.7279887191,4374.6603386 +351,-0.021111158,0.139103292,86,-1.535522937,0.7279887191,5689.8682207 +352,-0.093355215,0.630686981,86,-1.535522937,0.7279887191,4285.1673778 +353,0.40118964,0.681375926,86,-1.535522937,0.7279887191,5377.2801466 +354,-0.721197315,1.304706234,86,-1.535522937,0.7279887191,2699.0485345 +355,-1.076150317,0.212107639,86,-1.535522937,0.7279887191,2586.9395271 +356,-1.577164531,0.273993443,86,-1.535522937,0.7279887191,1803.893987 +357,-0.190788414,0.182208586,86,-1.535522937,0.7279887191,5076.669591 +358,-0.261349752,0.209710184,86,-1.535522937,0.7279887191,4797.4030494 +359,-1.029303852,0.083549259,86,-1.535522937,0.7279887191,3116.3829037 +360,-1.268609162,0.330525297,86,-1.535522937,0.7279887191,1813.2094964 +361,1.282982244,-0.926641967,86,-1.535522937,0.7279887191,11279.939798 +362,0.217352334,0.731352408,86,-1.535522937,0.7279887191,4831.8615323 +363,-1.511833084,0.258629297,86,-1.535522937,0.7279887191,1860.905207 +364,0.338812194,0.823184618,86,-1.535522937,0.7279887191,4863.6962474 +365,-0.324406489,1.134201999,86,-1.535522937,0.7279887191,3071.8016298 +366,1.389579348,0.399185724,86,-1.535522937,0.7279887191,7908.9899948 +367,2.047152199,-0.039082036,86,-1.535522937,0.7279887191,9296.3100659 +368,0.947780369,0.568250077,86,-1.535522937,0.7279887191,6776.869506 +369,0.763824846,0.576754987,86,-1.535522937,0.7279887191,6435.0931224 +370,-0.142334657,0.928153068,86,-1.535522937,0.7279887191,3614.8538483 +371,0.610266567,0.547265983,86,-1.535522937,0.7279887191,6223.7282174 +372,0.210731629,0.746815056,86,-1.535522937,0.7279887191,4778.6609582 +373,-1.34931644,0.316895224,86,-1.535522937,0.7279887191,1745.8993863 +374,2.407696481,0.655030745,86,-1.535522937,0.7279887191,6247.4015378 +375,0.64207831,0.545359131,86,-1.535522937,0.7279887191,6296.4013303 +376,1.174597538,0.840588356,86,-1.535522937,0.7279887191,6049.8965171 +377,0.660059424,0.010604079,86,-1.535522937,0.7279887191,7980.6904931 +378,-0.730263819,0.010486456,86,-1.535522937,0.7279887191,4036.2176061 +379,0.831068936,0.512339172,86,-1.535522937,0.7279887191,6772.9736893 +380,1.301180979,0.72367476,86,-1.535522937,0.7279887191,6591.033034 +381,1.811128231,0.322854402,86,-1.535522937,0.7279887191,8214.0871218 +382,0.435105812,0.992284428,86,-1.535522937,0.7279887191,4599.6396926 +383,0.62643634,0.592027932,86,-1.535522937,0.7279887191,6118.6837098 +384,0.492988703,-0.516339467,86,-1.535522937,0.7279887191,8847.4997702 +385,-0.162469483,0.112549365,86,-1.535522937,0.7279887191,5341.4544342 +386,0.314630866,0.472006421,86,-1.535522937,0.7279887191,5748.6826393 +387,0.166744804,0.822815954,86,-1.535522937,0.7279887191,4499.824959 +388,0.417159608,0.965805736,86,-1.535522937,0.7279887191,4639.1452976 +389,0.106334961,0.868774244,86,-1.535522937,0.7279887191,4266.7397647 +390,0.815086969,-0.338144359,86,-1.535522937,0.7279887191,9382.5242429 +391,0.59867455,-0.230624824,86,-1.535522937,0.7279887191,8482.4857457 +392,1.915104874,0.066220985,86,-1.535522937,0.7279887191,9106.5086566 +393,1.278093622,0.064463721,86,-1.535522937,0.7279887191,9089.7153621 +394,-0.061477853,0.302997961,86,-1.535522937,0.7279887191,5149.856652 +395,0.251311504,0.626976942,86,-1.535522937,0.7279887191,5176.8780039 +396,2.950242872,0.149095644,86,-1.535522937,0.7279887191,6487.6514949 +397,-0.180294708,0.35375117,86,-1.535522937,0.7279887191,4676.6973485 +398,1.010448592,-0.351180233,86,-1.535522937,0.7279887191,9955.9066881 +399,-1.748740498,0.3686318073,86,-1.535522937,0.7279887191,1591.5749743 +400,2.699635665,0.123533791,86,-1.535522937,0.7279887191,7256.7411273 +401,0.496808033,0.823843254,86,-1.535522937,0.7279887191,5170.4029172 +402,0.129574704,0.763364087,86,-1.535522937,0.7279887191,4551.9725825 +403,1.798920311,0.817447563,86,-1.535522937,0.7279887191,6284.868361 +404,0.335987953,0.746786541,86,-1.535522937,0.7279887191,5057.7307067 +405,-1.085413643,0.292154671,86,-1.535522937,0.7279887191,2305.6560963 +406,-0.155321003,0.508207011,86,-1.535522937,0.7279887191,4384.922565 +407,0.620529244,-0.301175104,86,-1.535522937,0.7279887191,8727.4329042 +408,1.684402744,0.368716966,86,-1.535522937,0.7279887191,8090.2966958 +409,0.300582244,-0.386397212,86,-1.535522937,0.7279887191,7991.5896902 +410,2.913555946,-0.009225192,86,-1.535522937,0.7279887191,7021.2454695 +411,1.465101417,0.493232532,86,-1.535522937,0.7279887191,7579.1269268 +412,0.090612882,0.907955955,86,-1.535522937,0.7279887191,4152.213744 +413,2.987564726,-0.729568594,86,-1.535522937,0.7279887191,8520.2258594 +414,-1.484261606,0.224149272,86,-1.535522937,0.7279887191,2003.5379761 +415,0.164073421,0.303955133,86,-1.535522937,0.7279887191,5794.6842171 +416,0.141441293,0.167552546,86,-1.535522937,0.7279887191,6091.3292113 +417,2.931321023,-0.506718887,86,-1.535522937,0.7279887191,8212.1316189 +418,2.21951565,0.700596356,86,-1.535522937,0.7279887191,6371.210219 +419,0.268112576,1.199114336,86,-1.535522937,0.7279887191,3880.0852903 +420,0.978913739,0.359223811,86,-1.535522937,0.7279887191,7562.2542341 +421,1.210898818,0.522863584,86,-1.535522937,0.7279887191,7282.9122437 +422,2.347397336,0.129231362,86,-1.535522937,0.7279887191,8116.4660489 +423,0.614394501,0.556878345,86,-1.535522937,0.7279887191,6202.7354818 +424,-1.398079356,0.148483366,86,-1.535522937,0.7279887191,2345.3038994 +425,2.535303836,-0.112984496,86,-1.535522937,0.7279887191,8382.9846187 +426,-1.019372593,-0.405322349,86,-1.535522937,0.7279887191,4871.8061948 +427,-1.297785627,-0.160104069,86,-1.535522937,0.7279887191,3622.4458712 +428,2.144554488,0.205051084,86,-1.535522937,0.7279887191,8259.2503785 +429,-2.242387083,-0.426171285,86,-1.535522937,0.7279887191,5254.4769542 +430,0.338637212,0.909723676,86,-1.535522937,0.7279887191,4642.4176651 +431,-0.148798452,0.691042401,86,-1.535522937,0.7279887191,4012.3073431 +432,0.893524764,0.441829531,86,-1.535522937,0.7279887191,7125.4560637 +433,0.969229347,-0.368847936,86,-1.535522937,0.7279887191,9893.0155834 +434,0.436043248,0.800045688,86,-1.535522937,0.7279887191,5120.7709686 +435,1.687946607,1.081504775,86,-1.535522937,0.7279887191,5271.6524371 +436,0.522302046,-0.034889271,86,-1.535522937,0.7279887191,7733.276545 +437,-0.178996113,-0.438090009,86,-1.535522937,0.7279887191,6772.3441186 +438,-1.094339566,0.301444068,86,-1.535522937,0.7279887191,2255.9933031 +439,-1.064070054,0.242569932,86,-1.535522937,0.7279887191,2512.8674799 +440,-1.068153768,0.230387998,86,-1.535522937,0.7279887191,2543.7080513 +441,-3.00496892,-0.23989155,86,-1.535522937,0.7279887191,6557.9143704 +442,0.21751974,0.766874888,86,-1.535522937,0.7279887191,4745.084237 +443,0.117229532,0.007619006,86,-1.535522937,0.7279887191,6444.022075 +444,0.777758451,0.420554741,86,-1.535522937,0.7279887191,6975.5041645 +445,-0.252356999,0.250747086,86,-1.535522937,0.7279887191,4719.6219911 +446,0.363148444,0.768483434,86,-1.535522937,0.7279887191,5058.0567699 +447,0.903191366,-0.118210676,86,-1.535522937,0.7279887191,8993.883734 +448,-0.205755923,0.149406178,86,-1.535522937,0.7279887191,5117.3988302 +449,1.811996086,0.02364353,86,-1.535522937,0.7279887191,9376.2609286 +450,-1.100670221,0.314845373,86,-1.535522937,0.7279887191,2199.0949346 +451,0.340078597,0.850105132,86,-1.535522937,0.7279887191,4796.7692388 +452,0.258757267,0.804969236,86,-1.535522937,0.7279887191,4742.2769269 +453,2.78505352,-0.155160804,86,-1.535522937,0.7279887191,7785.0593049 +454,0.800551619,0.105822106,86,-1.535522937,0.7279887191,8044.0641482 +455,0.437940882,-0.506194031,86,-1.535522937,0.7279887191,8665.2237509 +456,2.230431122,0.63458615,86,-1.535522937,0.7279887191,6592.0211104 +457,0.527965361,0.127667701,86,-1.535522937,0.7279887191,7286.3809789 +458,-0.063643205,0.702093448,86,-1.535522937,0.7279887191,4211.7179251 +459,1.408447268,0.133010502,86,-1.535522937,0.7279887191,8958.8214901 +460,0.523795955,0.280266966,86,-1.535522937,0.7279887191,6828.8869071 +461,-0.975769313,0.072177659,86,-1.535522937,0.7279887191,3265.8577861 +462,0.549774164,-0.463663986,86,-1.535522937,0.7279887191,8901.9386242 +463,0.29245874,1.095549818,86,-1.535522937,0.7279887191,4126.1855749 +464,0.143625958,0.816809593,86,-1.535522937,0.7279887191,4462.3030483 +465,0.671902494,0.611159853,86,-1.535522937,0.7279887191,6149.2708201 +466,1.239840988,0.6724199,86,-1.535522937,0.7279887191,6741.653655 +467,0.607829703,-0.10932137,86,-1.535522937,0.7279887191,8180.803274 +468,1.763020906,0.263996692,86,-1.535522937,0.7279887191,8472.824031 +469,0.378714634,0.726066797,86,-1.535522937,0.7279887191,5205.5601808 +470,2.196736143,-0.153862366,86,-1.535522937,0.7279887191,9375.5351838 +471,0.01702415,0.148991565,86,-1.535522937,0.7279887191,5776.403927 +472,-2.998490902,-0.158002487,86,-1.535522937,0.7279887191,6322.3638053 +473,-3.051262951,-0.346595608,86,-1.535522937,0.7279887191,6968.5814887 +474,-1.069176439,0.182802941,86,-1.535522937,0.7279887191,2699.3242494 +475,0.167157509,0.595344954,86,-1.535522937,0.7279887191,5048.8051099 +476,0.613855648,0.681746124,86,-1.535522937,0.7279887191,5815.9682607 +477,1.037012736,0.682555367,86,-1.535522937,0.7279887191,6492.5924505 +478,-1.253574971,0.379755746,86,-1.535522937,0.7279887191,1668.3510144 +479,3.108590453,-0.132620738,86,-1.535522937,0.7279887191,6772.1529331 +480,0.565301296,0.022333262,86,-1.535522937,0.7279887191,7691.0533564 +481,0.547898238,0.855555614,86,-1.535522937,0.7279887191,5171.0797197 +482,0.948309381,0.417393755,86,-1.535522937,0.7279887191,7306.146408 +483,-0.050600732,0.945269213,86,-1.535522937,0.7279887191,3786.3165128 +484,-0.977651478,-0.572363064,86,-1.535522937,0.7279887191,5537.1669686 +485,1.102014914,0.728861163,86,-1.535522937,0.7279887191,6398.0304234 +486,2.927300795,-0.282939414,86,-1.535522937,0.7279887191,7692.5390125 +487,-1.154565557,0.124434095,86,-1.535522937,0.7279887191,2739.4756002 +488,1.855331234,0.291044755,86,-1.535522937,0.7279887191,8305.4576768 +489,0.830290659,0.276904518,86,-1.535522937,0.7279887191,7557.0407258 +490,0.485104466,-0.234867441,86,-1.535522937,0.7279887191,8162.3548462 +491,0.521367572,-0.33161327,86,-1.535522937,0.7279887191,8511.5077884 +1,-1.539031704,0.7349710123,87,-1.539442524,0.7274735939,29.721965395 +2,-1.536990553,0.7349663874,87,-1.539442524,0.7274735939,30.546751159 +3,-1.534951779,0.7349571355,87,-1.539442524,0.7274735939,32.465019089 +4,-1.532906461,0.7349480293,87,-1.539442524,0.7274735939,35.325633783 +5,-1.531320211,0.7346937278,87,-1.539442524,0.7274735939,37.303257776 +6,-1.539451648,0.7335131775,87,-1.539442524,0.7274735939,23.922805764 +7,-1.537429487,0.7335445708,87,-1.539442524,0.7274735939,24.769674645 +8,-1.535484998,0.7335658704,87,-1.539442524,0.7274735939,26.80766701 +9,-1.533488396,0.7336036027,87,-1.539442524,0.7274735939,29.968716381 +10,-1.531497785,0.7335842962,87,-1.539442524,0.7274735939,33.693189465 +11,-1.530259379,0.7334777758,87,-1.539442524,0.7274735939,36.050967251 +12,-1.5335454,0.7322346912,87,-1.539442524,0.7274735939,25.6651908 +13,-1.531489083,0.7322238773,87,-1.539442524,0.7274735939,30.088005295 +14,-1.530011122,0.7321679851,87,-1.539442524,0.7274735939,33.480646608 +15,-1.53348106,0.7306614094,87,-1.539442524,0.7274735939,21.669717018 +16,-1.531441779,0.7306962275,87,-1.539442524,0.7274735939,26.861375716 +17,-1.529755654,0.7306933243,87,-1.539442524,0.7274735939,31.328782585 +18,-1.533415048,0.7291384674,87,-1.539442524,0.7274735939,18.999043617 +19,-1.531392093,0.7291705353,87,-1.539442524,0.7274735939,24.72858758 +20,-1.529296523,0.7291214933,87,-1.539442524,0.7274735939,30.694869088 +21,-1.535280942,0.727267644,87,-1.539442524,0.7274735939,12.33932536 +22,-1.533378158,0.7276139666,87,-1.539442524,0.7274735939,17.947694758 +23,-1.531340368,0.7276446587,87,-1.539442524,0.7274735939,23.976326721 +24,-1.528960113,0.7276398177,87,-1.539442524,0.7274735939,31.014744644 +25,-1.533313146,0.7260818349,87,-1.539442524,0.7274735939,18.962756402 +26,-1.531259555,0.7260958115,87,-1.539442524,0.7274735939,24.829656391 +27,-1.528926415,0.7260865555,87,-1.539442524,0.7274735939,31.610048848 +28,-1.531226779,0.7245511789,87,-1.539442524,0.7274735939,26.948947478 +29,-1.528904772,0.7245519194,87,-1.539442524,0.7274735939,33.29050266 +30,-1.547195875,0.7409785979,87,-1.539442524,0.7274735939,58.148689631 +31,-1.5451475,0.740980426,87,-1.539442524,0.7274735939,56.068717761 +32,-1.543097679,0.7409798872,87,-1.539442524,0.7274735939,54.567302106 +33,-1.540720364,0.7409892687,87,-1.539442524,0.7274735939,53.667275561 +34,-1.547188511,0.7395198392,87,-1.539442524,0.7274735939,52.878867221 +35,-1.545148587,0.7395226109,87,-1.539442524,0.7274735939,50.593058833 +36,-1.543104538,0.7395314908,87,-1.539442524,0.7274735939,48.96161801 +37,-1.540727751,0.7395306258,87,-1.539442524,0.7274735939,47.907382615 +38,-1.547187029,0.7380014886,87,-1.539442524,0.7274735939,47.528159969 +39,-1.545147315,0.7380012252,87,-1.539442524,0.7274735939,44.955764021 +40,-1.54310719,0.7380060743,87,-1.539442524,0.7274735939,43.09190753 +41,-1.540719671,0.7380068206,87,-1.539442524,0.7274735939,41.891225702 +42,-1.547187189,0.7364799098,87,-1.539442524,0.7274735939,42.347687578 +43,-1.545149996,0.7364853874,87,-1.539442524,0.7274735939,39.45848275 +44,-1.543106091,0.7364823484,87,-1.539442524,0.7274735939,37.280559094 +45,-1.540717158,0.7364893901,87,-1.539442524,0.7274735939,35.908497099 +46,-1.538663972,0.7410138672,87,-1.539442524,0.7274735939,53.681854339 +47,-1.53695285,0.7409699132,87,-1.539442524,0.7274735939,53.957827964 +48,-1.534910498,0.7409641297,87,-1.539442524,0.7274735939,55.072564046 +49,-1.533145034,0.7409536636,87,-1.539442524,0.7274735939,56.514274418 +50,-1.538681336,0.7395405883,87,-1.539442524,0.7274735939,47.849807259 +51,-1.536999189,0.7395183096,87,-1.539442524,0.7274735939,48.247723443 +52,-1.534923633,0.7395144222,87,-1.539442524,0.7274735939,49.512381804 +53,-1.533267822,0.7395654306,87,-1.539442524,0.7274735939,51.225624207 +54,-1.53867273,0.7380151077,87,-1.539442524,0.7274735939,41.816406291 +55,-1.536980576,0.7379994392,87,-1.539442524,0.7274735939,42.318332585 +56,-1.534931522,0.7379944961,87,-1.539442524,0.7274735939,43.738709325 +57,-1.533387952,0.7379480264,87,-1.539442524,0.7274735939,45.157106592 +58,-1.538682279,0.7364914363,87,-1.539442524,0.7274735939,35.789837845 +59,-1.536980704,0.7364810563,87,-1.539442524,0.7274735939,36.408404663 +60,-1.534935567,0.7364752065,87,-1.539442524,0.7274735939,38.047916308 +61,-1.533042592,0.7363876366,87,-1.539442524,0.7274735939,40.028640455 +62,-1.545143426,0.7349628011,87,-1.539442524,0.7274735939,34.095784555 +63,-1.543105297,0.7349691947,87,-1.539442524,0.7274735939,31.593109127 +64,-1.541064533,0.7349647152,87,-1.539442524,0.7274735939,30.055245271 +65,-1.545411803,0.7334624714,87,-1.539442524,0.7274735939,29.544897269 +66,-1.543446606,0.7334780896,87,-1.539442524,0.7274735939,26.556131139 +67,-1.541475327,0.7334957295,87,-1.539442524,0.7274735939,24.596087793 +68,-1.545401939,0.731963266,87,-1.539442524,0.7274735939,25.016369889 +69,-1.54342253,0.7319915583,87,-1.539442524,0.7274735939,21.408506334 +70,-1.541455867,0.7320216438,87,-1.539442524,0.7274735939,18.970103167 +71,-1.545410146,0.7304422281,87,-1.539442524,0.7274735939,21.192159221 +72,-1.543435491,0.7304713664,87,-1.539442524,0.7274735939,16.737855531 +73,-1.541463105,0.7304997613,87,-1.539442524,0.7274735939,13.390806937 +74,-1.545414768,0.7289194936,87,-1.539442524,0.7274735939,18.561939956 +75,-1.543435774,0.7289538557,87,-1.539442524,0.7274735939,13.181304951 +76,-1.541457714,0.7289765881,87,-1.539442524,0.7274735939,8.4222814113 +77,-1.539449415,0.7320555866,87,-1.539442524,0.7274735939,18.149284248 +78,-1.537429183,0.7321097681,87,-1.539442524,0.7274735939,19.301821472 +79,-1.535472649,0.7321497267,87,-1.539442524,0.7274735939,21.918451791 +80,-1.539457899,0.7305333307,87,-1.539442524,0.7274735939,12.119702234 +81,-1.537453161,0.7305750503,87,-1.539442524,0.7274735939,13.618260219 +82,-1.535479385,0.7306124949,87,-1.539442524,0.7274735939,17.077915685 +83,-1.53946905,0.7290102593,87,-1.539442524,0.7274735939,6.0872366437 +84,-1.537459922,0.7290417293,87,-1.539442524,0.7274735939,8.5400817662 +85,-1.535451349,0.7290890157,87,-1.539442524,0.7274735939,13.42199119 +86,-1.535522937,0.7279887191,87,-1.539442524,0.7274735939,11.770845902 +87,-1.539442524,0.7274735939,87,-1.539442524,0.7274735939,2.9917564853 +88,-1.537424111,0.727521351,87,-1.539442524,0.7274735939,5.9739382882 +89,-1.539384641,0.7259505092,87,-1.539442524,0.7274735939,6.0353717369 +90,-1.537372391,0.7259947145,87,-1.539442524,0.7274735939,8.4774963388 +91,-1.535340789,0.7260435356,87,-1.539442524,0.7274735939,13.398183113 +92,-1.539325716,0.7244369706,87,-1.539442524,0.7274735939,12.033041034 +93,-1.537308932,0.7244801057,87,-1.539442524,0.7274735939,13.436453386 +94,-1.535289068,0.7245247645,87,-1.539442524,0.7274735939,16.964670426 +95,-1.533261366,0.7245550236,87,-1.539442524,0.7274735939,21.653617966 +96,-1.539267302,0.722921924,87,-1.539442524,0.7274735939,18.03664514 +97,-1.537248972,0.7229660258,87,-1.539442524,0.7274735939,19.001593816 +98,-1.535219431,0.7229916471,87,-1.539442524,0.7274735939,21.722565754 +99,-1.53318962,0.7230212049,87,-1.539442524,0.7274735939,25.584249824 +100,-1.531154816,0.7230299897,87,-1.539442524,0.7274735939,30.220540788 +101,-1.528878341,0.7230370244,87,-1.539442524,0.7274735939,35.90760025 +102,-1.539218189,0.7214009878,87,-1.539442524,0.7274735939,24.062795551 +103,-1.537198791,0.7214422745,87,-1.539442524,0.7274735939,24.799779316 +104,-1.535179266,0.7214634354,87,-1.539442524,0.7274735939,26.956420282 +105,-1.533156501,0.7214944644,87,-1.539442524,0.7274735939,30.142089113 +106,-1.53113574,0.7215166021,87,-1.539442524,0.7274735939,34.114923843 +107,-1.528874248,0.7215345535,87,-1.539442524,0.7274735939,39.191872497 +108,-1.539217656,0.7198512397,87,-1.539442524,0.7274735939,30.199522497 +109,-1.537199919,0.7199428763,87,-1.539442524,0.7274735939,30.562849177 +110,-1.545425832,0.727397149,87,-1.539442524,0.7274735939,17.703601039 +111,-1.543371177,0.7273916949,87,-1.539442524,0.7274735939,11.62707991 +112,-1.541368852,0.7274523163,87,-1.539442524,0.7274735939,5.6993343833 +113,-1.545349067,0.7258710923,87,-1.539442524,0.7274735939,18.602229169 +114,-1.54332671,0.7258603556,87,-1.539442524,0.7274735939,13.15506049 +115,-1.541346831,0.7259242142,87,-1.539442524,0.7274735939,8.3333145721 +116,-1.545324355,0.7243383958,87,-1.539442524,0.7274735939,21.396987818 +117,-1.543292796,0.7243617413,87,-1.539442524,0.7274735939,16.793702522 +118,-1.541295822,0.7244024384,87,-1.539442524,0.7274735939,13.346334158 +119,-1.543193859,0.7205570215,87,-1.539442524,0.7274735939,29.571661152 +120,-1.550257047,0.7386738187,87,-1.539442524,0.7274735939,54.602608577 +121,-1.549335448,0.7311736483,87,-1.539442524,0.7274735939,32.68760629 +122,-1.533478843,0.7179891343,87,-1.539442524,0.7274735939,41.535791059 +123,-1.556150555,0.738907041,87,-1.539442524,0.7274735939,66.850987199 +124,-1.554324226,0.733414257,87,-1.539442524,0.7274735939,49.815416948 +125,-1.554290846,0.7288285332,87,-1.539442524,0.7274735939,44.225943866 +126,-1.55122487,0.7219795312,87,-1.539442524,0.7274735939,41.163446091 +127,-1.525104458,0.7229399862,87,-1.539442524,0.7274735939,46.139516501 +128,-1.519607711,0.7236181429,87,-1.539442524,0.7274735939,60.728885445 +129,-1.513899999,0.7251107854,87,-1.539442524,0.7274735939,76.21771549 +130,-1.536620762,0.7431061895,87,-1.539442524,0.7274735939,62.473046791 +131,-1.5369566,0.7460845958,87,-1.539442524,0.7274735939,74.078001205 +132,-1.545345528,0.7447040685,87,-1.539442524,0.7274735939,70.415144168 +133,-1.532813921,0.7432306626,87,-1.539442524,0.7274735939,65.380250526 +134,-1.554788248,0.7382381001,87,-1.539442524,0.7274735939,62.121471204 +135,-1.540348126,0.7301594274,87,-1.539442524,0.7274735939,10.969940962 +136,-1.538016084,0.7239051786,87,-1.539442524,0.7274735939,14.752878092 +137,-1.525288962,0.7258085137,87,-1.539442524,0.7274735939,42.417220918 +138,-1.534326986,0.731241342,87,-1.539442524,0.7274735939,21.236155464 +139,-1.530733872,0.7303625216,87,-1.539442524,0.7274735939,28.159444192 +141,-1.534354939,0.7328219978,87,-1.539442524,0.7274735939,25.966226674 +142,-1.53157084,0.7292888153,87,-1.539442524,0.7274735939,24.35352745 +143,-1.525691035,0.7263799874,87,-1.539442524,0.7274735939,40.930546126 +144,-1.534031287,0.7495967835,87,-1.539442524,0.7274735939,89.051541153 +145,-1.527714986,0.7283095957,87,-1.539442524,0.7274735939,34.838299271 +146,-1.526189586,0.7271468292,87,-1.539442524,0.7274735939,39.233093442 +147,-1.555177336,0.7375563366,87,-1.539442524,0.7274735939,61.173701236 +148,-1.555080283,0.7312707794,87,-1.539442524,0.7274735939,48.570082394 +149,-1.53856994,0.7224180299,87,-1.539442524,0.7274735939,20.191522415 +150,-1.530837883,0.729933372,87,-1.539442524,0.7274735939,27.229943058 +151,-1.515066984,0.5854133365,87,-1.539442524,0.7274735939,567.85078397 +152,-1.534731633,0.5368370046,87,-1.539442524,0.7274735939,755.26038521 +153,-1.515231902,0.5607085576,87,-1.539442524,0.7274735939,664.96490686 +154,-2.616253799,1.0684566605,87,-1.539442524,0.7274735939,2842.7558256 +155,-1.956071439,0.5792177723,87,-1.539442524,0.7274735939,1429.7037489 +156,-1.951208514,0.5602434208,87,-1.539442524,0.7274735939,1456.3430339 +157,-1.944675062,0.6062144545,87,-1.539442524,0.7274735939,1344.4424972 +158,-1.613778386,0.6077989518,87,-1.539442524,0.7274735939,527.23571241 +159,-2.035029014,0.6021432345,87,-1.539442524,0.7274735939,1614.1990509 +160,-2.114989471,0.6801825058,87,-1.539442524,0.7274735939,1737.3957425 +161,-2.037382079,0.5765830025,87,-1.539442524,0.7274735939,1668.2875939 +162,-2.129855121,0.6585019963,87,-1.539442524,0.7274735939,1807.9878963 +163,-2.075141798,0.6493615843,87,-1.539442524,0.7274735939,1658.4582353 +164,-1.828626729,0.6948433129,87,-1.539442524,0.7274735939,875.97595445 +165,-1.863329418,0.6735427691,87,-1.539442524,0.7274735939,1001.6869426 +166,-1.266037071,0.727988852,87,-1.539442524,0.7274735939,807.5137306 +167,-1.277579582,0.7249010648,87,-1.539442524,0.7274735939,774.64151543 +168,-1.258418684,0.7241194816,87,-1.539442524,0.7274735939,831.48604372 +169,-1.317813974,0.6804850104,87,-1.539442524,0.7274735939,693.83618285 +170,-1.344165204,0.6790988904,87,-1.539442524,0.7274735939,619.74994956 +171,-1.427582102,0.5277120351,87,-1.539442524,0.7274735939,868.07911094 +172,-1.402238616,0.457167829,87,-1.539442524,0.7274735939,1160.4409173 +173,-1.422454264,0.4996161999,87,-1.539442524,0.7274735939,978.02110094 +174,-1.439089277,0.4894859811,87,-1.539442524,0.7274735939,996.86286957 +175,-1.448126995,0.5182330266,87,-1.539442524,0.7274735939,878.85969609 +176,-1.474626146,0.5881926574,87,-1.539442524,0.7274735939,587.7469966 +177,-1.421139645,0.5584869783,87,-1.539442524,0.7274735939,766.63027535 +178,-1.457037165,0.565943032,87,-1.539442524,0.7274735939,690.51932934 +179,-2.757159358,0.3745319,87,-1.539442524,0.7274735939,4222.4296319 +180,-2.714309238,0.342054471,87,-1.539442524,0.7274735939,4173.5060417 +181,-2.000525337,0.774119946,87,-1.539442524,0.7274735939,1342.1058058 +183,-1.571413436,0.6777838382,87,-1.539442524,0.7274735939,219.25307844 +184,-1.552860289,0.6987663893,87,-1.539442524,0.7274735939,120.60354745 +185,-1.521852374,0.7165827476,87,-1.539442524,0.7274735939,67.785730777 +186,-1.503656267,0.6928968252,87,-1.539442524,0.7274735939,174.08451476 +187,-1.502753178,0.7136205882,87,-1.539442524,0.7274735939,122.21045478 +188,-1.631894563,0.7343596465,87,-1.539442524,0.7274735939,273.9767488 +189,-1.653765416,0.6770714026,87,-1.539442524,0.7274735939,399.02301798 +190,-1.719812114,0.6715965947,87,-1.539442524,0.7274735939,589.26581008 +191,-1.493406659,0.6646955447,87,-1.539442524,0.7274735939,285.29243592 +192,-1.469120564,0.6613469966,87,-1.539442524,0.7274735939,338.1732862 +193,-1.590551461,0.5326612937,87,-1.539442524,0.7274735939,788.65673563 +194,-1.625979264,0.5247742243,87,-1.539442524,0.7274735939,849.16672255 +195,-1.572293943,0.5238808754,87,-1.539442524,0.7274735939,813.23813451 +196,-1.610848725,0.5477107964,87,-1.539442524,0.7274735939,747.17937303 +197,-1.208485554,0.7918526018,87,-1.539442524,0.7274735939,981.53321489 +198,-1.335601374,0.6869083083,87,-1.539442524,0.7274735939,633.90666996 +199,-1.346156996,0.6825213377,87,-1.539442524,0.7274735939,609.15985972 +200,-1.324381037,0.6741422347,87,-1.539442524,0.7274735939,683.77763537 +201,-1.242424992,0.7378949807,87,-1.539442524,0.7274735939,874.09552834 +202,-1.270370057,0.7392461008,87,-1.539442524,0.7274735939,792.09541118 +203,-1.448950472,0.7441675014,87,-1.539442524,0.7274735939,273.75822798 +204,-1.492662363,0.7523026852,87,-1.539442524,0.7274735939,168.50867912 +205,-1.479098966,0.7763855017,87,-1.539442524,0.7274735939,260.7393767 +206,-1.633760714,0.7869022408,87,-1.539442524,0.7274735939,359.20425923 +207,-1.647406434,0.8101289331,87,-1.539442524,0.7274735939,448.79272813 +208,-1.564245052,0.5701509278,87,-1.539442524,0.7274735939,628.02501253 +209,-1.646289963,0.6833746083,87,-1.539442524,0.7274735939,366.38672404 +210,-1.5820631,0.6751952144,87,-1.539442524,0.7274735939,243.92959605 +211,-1.613236298,0.6681681791,87,-1.539442524,0.7274735939,324.48419462 +212,-1.914661867,0.8212566515,87,-1.539442524,0.7274735939,1121.2111779 +213,-1.742133237,0.7250275956,87,-1.539442524,0.7274735939,599.89605268 +214,-2.033144872,0.6557314699,87,-1.539442524,0.7274735939,1525.6186692 +215,-2.039551981,0.6964723658,87,-1.539442524,0.7274735939,1497.8025408 +216,-1.247341019,0.7622473908,87,-1.539442524,0.7274735939,860.16846279 +217,-1.298239787,0.7084123392,87,-1.539442524,0.7274735939,722.73414216 +218,-1.308539688,0.6926545592,87,-1.539442524,0.7274735939,706.38947117 +219,-1.303263185,0.6888938396,87,-1.539442524,0.7274735939,725.98220218 +220,-1.852400229,0.6004246149,87,-1.539442524,0.7274735939,1095.3419538 +221,-1.288947707,0.7473773692,87,-1.539442524,0.7274735939,737.74753288 +222,-1.372031502,0.7472790993,87,-1.539442524,0.7274735939,496.806677 +223,-1.289805721,0.7242157877,87,-1.539442524,0.7274735939,738.8334445 +224,-1.350807603,0.7533498126,87,-1.539442524,0.7274735939,560.58648451 +225,-1.329290365,0.7560442322,87,-1.539442524,0.7274735939,623.48882578 +226,-1.410153004,0.616936428,87,-1.539442524,0.7274735939,593.04741445 +227,-1.393445434,0.6308995063,87,-1.539442524,0.7274735939,590.07395091 +228,-1.37595573,0.6241540638,87,-1.539442524,0.7274735939,649.50554744 +229,-1.358388707,0.6172645205,87,-1.539442524,0.7274735939,709.99955348 +230,-1.753741133,0.8281661666,87,-1.539442524,0.7274735939,723.11756969 +231,-1.47430987,0.6834615681,87,-1.539442524,0.7274735939,262.57001297 +232,-1.421012508,0.7222725206,87,-1.539442524,0.7274735939,351.67386716 +233,-1.4476833,0.6978557868,87,-1.539442524,0.7274735939,298.9110416 +234,-1.470370723,0.6966193374,87,-1.539442524,0.7274735939,240.44858265 +235,-1.429211703,0.7037216883,87,-1.539442524,0.7274735939,342.59493495 +236,-1.700578405,0.6178673663,87,-1.539442524,0.7274735939,660.88843635 +237,-1.678117619,0.6331716163,87,-1.539442524,0.7274735939,566.86846411 +238,-1.725644578,0.6316331145,87,-1.539442524,0.7274735939,687.11543338 +239,-2.14012759,0.7930497945,87,-1.539442524,0.7274735939,1730.1205961 +240,-2.103289431,0.7653606263,87,-1.539442524,0.7274735939,1635.9738092 +241,-1.318739838,0.7017808746,87,-1.539442524,0.7274735939,667.48615549 +242,-1.396417427,0.7077900843,87,-1.539442524,0.7274735939,433.68395277 +243,-1.35650337,0.7185539404,87,-1.539442524,0.7274735939,544.14245247 +244,-1.248884539,0.7274156818,87,-1.539442524,0.7274735939,858.23712181 +245,-1.395014798,0.5761185243,87,-1.539442524,0.7274735939,751.69489671 +246,-1.433377362,0.6064716109,87,-1.539442524,0.7274735939,581.5995339 +247,-1.408172432,0.5903155476,87,-1.539442524,0.7274735939,680.69099033 +248,-1.749645898,0.7757118084,87,-1.539442524,0.7274735939,636.91000501 +249,-1.571626686,0.615046989,87,-1.539442524,0.7274735939,456.33910637 +250,-1.514070049,0.6303003037,87,-1.539442524,0.7274735939,392.75198092 +251,-1.480890369,0.6237966528,87,-1.539442524,0.7274735939,448.67250762 +252,-1.704390658,0.5281680612,87,-1.539442524,0.7274735939,948.79640851 +253,-1.64434733,0.5254277498,87,-1.539442524,0.7274735939,867.62477391 +254,-1.703855997,0.4792484842,87,-1.539442524,0.7274735939,1118.2518029 +255,-1.692002383,0.5748825051,87,-1.539442524,0.7274735939,771.31617435 +256,-1.854136457,0.5544643913,87,-1.539442524,0.7274735939,1207.5525685 +257,-1.665021206,0.520317736,87,-1.539442524,0.7274735939,913.62326092 +258,-1.733654349,0.4845187345,87,-1.539442524,0.7274735939,1149.2058602 +259,-1.720938188,0.5135933906,87,-1.539442524,0.7274735939,1027.6988852 +260,-1.742668307,0.553296122,87,-1.539442524,0.7274735939,943.03126096 +261,-1.965659039,0.7142126903,87,-1.539442524,0.7274735939,1265.1312269 +262,-1.944438071,0.6772834804,87,-1.539442524,0.7274735939,1236.6437093 +263,-1.270340967,0.7681487096,87,-1.539442524,0.7274735939,796.67775915 +264,-1.353091884,0.6549276821,87,-1.539442524,0.7274735939,636.55290443 +265,-1.333236659,0.6413584414,87,-1.539442524,0.7274735939,717.99536379 +266,-1.352015998,0.6753788907,87,-1.539442524,0.7274735939,602.99109779 +267,-1.377988483,0.6577816235,87,-1.539442524,0.7274735939,563.83075631 +268,-2.13075611,0.8318642051,87,-1.539442524,0.7274735939,1701.476479 +269,-2.097910953,0.8259670014,87,-1.539442524,0.7274735939,1612.8818229 +270,-1.416382069,0.6694271549,87,-1.539442524,0.7274735939,438.20582216 +271,-1.538905672,0.7535625993,87,-1.539442524,0.7274735939,103.35046735 +272,-1.572309477,0.7803125099,87,-1.539442524,0.7274735939,229.79155881 +273,-1.87759879,0.7503853417,87,-1.539442524,0.7274735939,992.03073054 +274,1.152365588,0.590457682,87,-1.539442524,0.7274735939,6972.9621669 +275,0.350198001,0.718001859,87,-1.539442524,0.7274735939,5175.3230551 +276,0.046513677,0.491503852,87,-1.539442524,0.7274735939,4999.000641 +277,0.027510309,0.742571376,87,-1.539442524,0.7274735939,4365.2238728 +278,0.306285725,-0.214631579,87,-1.539442524,0.7274735939,7594.9624321 +279,-1.100564889,0.318051531,87,-1.539442524,0.7274735939,2196.6990398 +280,-1.078582306,0.301437596,87,-1.539442524,0.7274735939,2299.24123 +281,-1.137371989,-0.617634065,87,-1.539442524,0.7274735939,5524.2706202 +282,0.784356344,0.703272339,87,-1.539442524,0.7274735939,6061.4132167 +283,-1.221209947,0.218327455,87,-1.539442524,0.7274735939,2296.7378826 +284,2.347301921,-0.449114658,87,-1.539442524,0.7274735939,9786.063919 +285,0.246820618,0.830553713,87,-1.539442524,0.7274735939,4663.9608495 +286,0.829414965,0.703288228,87,-1.539442524,0.7274735939,6133.9871108 +287,-1.337537566,0.42332223,87,-1.539442524,0.7274735939,1375.9562823 +288,0.882453706,0.454478077,87,-1.539442524,0.7274735939,7070.9336136 +289,1.575629659,0.416419109,87,-1.539442524,0.7274735939,7911.8443858 +290,-1.039455679,0.229888244,87,-1.539442524,0.7274735939,2616.0231075 +291,0.489558039,0.934482747,87,-1.539442524,0.7274735939,4853.9821314 +292,0.081344504,0.88384514,87,-1.539442524,0.7274735939,4191.3227654 +293,-1.547979814,0.300350308,87,-1.539442524,0.7274735939,1692.0839132 +294,0.040776181,0.168560074,87,-1.539442524,0.7274735939,5806.7546274 +295,-1.130374745,0.563894876,87,-1.539442524,0.7274735939,1440.8113257 +296,1.578326642,0.478507176,87,-1.539442524,0.7274735939,7666.1610279 +297,-1.12861823,-0.291640865,87,-1.539442524,0.7274735939,4308.0371345 +298,0.310524208,0.770885792,87,-1.539442524,0.7274735939,4949.5850874 +299,0.415649091,-0.387246002,87,-1.539442524,0.7274735939,8343.5985578 +300,-0.926533878,-0.188022748,87,-1.539442524,0.7274735939,4257.5497531 +301,1.258856172,-0.11716081,87,-1.539442524,0.7274735939,9741.6652838 +302,-1.126050026,0.322941926,87,-1.539442524,0.7274735939,2124.1202463 +303,2.002785835,0.07893892,87,-1.539442524,0.7274735939,8937.5746916 +304,0.440437607,0.746258085,87,-1.539442524,0.7274735939,5289.097704 +305,-0.030391866,0.214441206,87,-1.539442524,0.7274735939,5478.685355 +306,0.521557815,-0.058929362,87,-1.539442524,0.7274735939,7809.5946221 +307,-0.097005111,0.13317729,87,-1.539442524,0.7274735939,5492.7297378 +308,1.83113859,0.221857587,87,-1.539442524,0.7274735939,8591.6498846 +309,0.222428864,0.099404236,87,-1.539442524,0.7274735939,6519.8553761 +310,-1.702731345,0.8728568183,87,-1.539442524,0.7274735939,729.98541062 +311,-0.418507569,0.278324921,87,-1.539442524,0.7274735939,4170.9290446 +312,-1.41153306,0.339029988,87,-1.539442524,0.7274735939,1597.7257566 +313,0.357560442,0.114788776,87,-1.539442524,0.7274735939,6864.8067835 +314,0.325818979,0.268352149,87,-1.539442524,0.7274735939,6351.4117818 +315,-1.246004659,-0.663679965,87,-1.539442524,0.7274735939,5611.3756557 +316,1.814603087,0.637404484,87,-1.539442524,0.7274735939,6983.0371349 +317,1.843704281,-0.18300445,87,-1.539442524,0.7274735939,10129.312851 +318,1.690644492,-0.211480909,87,-1.539442524,0.7274735939,10377.178128 +319,-1.275451936,0.068109467,87,-1.539442524,0.7274735939,2774.3847791 +320,0.762430171,-0.207594741,87,-1.539442524,0.7274735939,8896.1530488 +321,0.265668905,-0.014647884,87,-1.539442524,0.7274735939,6951.3970598 +322,-2.773032013,-0.335515811,87,-1.539442524,0.7274735939,6164.9991449 +323,-1.469512853,0.174058777,87,-1.539442524,0.7274735939,2205.5874141 +324,0.286276986,0.785925691,87,-1.539442524,0.7274735939,4858.8996547 +325,-1.379324697,0.377432233,87,-1.539442524,0.7274735939,1485.7002755 +326,-1.203778265,0.212813032,87,-1.539442524,0.7274735939,2345.67102 +327,0.579916301,0.611743168,87,-1.539442524,0.7274735939,5971.9395488 +328,0.267582642,0.868113908,87,-1.539442524,0.7274735939,4615.667742 +329,0.412869244,-0.050245578,87,-1.539442524,0.7274735939,7475.0825604 +330,0.17524381,0.976660285,87,-1.539442524,0.7274735939,4188.6406229 +331,0.743157214,0.204812899,87,-1.539442524,0.7274735939,7606.1896677 +332,-1.070758176,0.269382282,87,-1.539442524,0.7274735939,2418.8620489 +333,-1.230364251,0.329790229,87,-1.539442524,0.7274735939,1888.5231154 +334,-1.374813124,-0.024926835,87,-1.539442524,0.7274735939,3038.3170078 +335,0.519780566,0.463669906,87,-1.539442524,0.7274735939,6285.4916748 +336,-1.55108034,0.239698561,87,-1.539442524,0.7274735939,1932.4920989 +337,0.180294813,0.029739425,87,-1.539442524,0.7274735939,6582.8922237 +338,0.67820924,0.268170153,87,-1.539442524,0.7274735939,7254.8483936 +339,0.445798684,1.024001867,87,-1.539442524,0.7274735939,4541.3980324 +340,0.691751283,0.150521402,87,-1.539442524,0.7274735939,7652.0055878 +341,-1.036643551,-0.903056181,87,-1.539442524,0.7274735939,6686.1607103 +342,-0.120287036,1.083325163,87,-1.539442524,0.7274735939,3469.0991318 +343,2.823513113,-0.304487164,87,-1.539442524,0.7274735939,8041.1250349 +344,0.457583172,1.12513373,87,-1.539442524,0.7274735939,4297.6035934 +345,0.042918831,0.813795399,87,-1.539442524,0.7274735939,4250.3570715 +346,1.196146777,-0.853142756,87,-1.539442524,0.7274735939,11214.036795 +347,0.206001358,-0.010430701,87,-1.539442524,0.7274735939,6765.1085087 +348,-0.268308653,0.234799412,87,-1.539442524,0.7274735939,4724.3854341 +349,0.759363263,0.736189579,87,-1.539442524,0.7274735939,5911.6083038 +350,0.181363926,0.891988372,87,-1.539442524,0.7274735939,4384.1825977 +351,-0.021111158,0.139103292,87,-1.539442524,0.7274735939,5701.5731584 +352,-0.093355215,0.630686981,87,-1.539442524,0.7274735939,4296.5397284 +353,0.40118964,0.681375926,87,-1.539442524,0.7274735939,5387.2435664 +354,-0.721197315,1.304706234,87,-1.539442524,0.7274735939,2704.5156242 +355,-1.076150317,0.212107639,87,-1.539442524,0.7274735939,2593.80631 +356,-1.577164531,0.273993443,87,-1.539442524,0.7274735939,1800.8539136 +357,-0.190788414,0.182208586,87,-1.539442524,0.7274735939,5088.2401626 +358,-0.261349752,0.209710184,87,-1.539442524,0.7274735939,4808.9152819 +359,-1.029303852,0.083549259,87,-1.539442524,0.7274735939,3122.8271653 +360,-1.268609162,0.330525297,87,-1.539442524,0.7274735939,1818.1126719 +361,1.282982244,-0.926641967,87,-1.539442524,0.7274735939,11286.005921 +362,0.217352334,0.731352408,87,-1.539442524,0.7274735939,4842.1699974 +363,-1.511833084,0.258629297,87,-1.539442524,0.7274735939,1859.5029962 +364,0.338812194,0.823184618,87,-1.539442524,0.7274735939,4873.1546416 +365,-0.324406489,1.134201999,87,-1.539442524,0.7274735939,3080.0367859 +366,1.389579348,0.399185724,87,-1.539442524,0.7274735939,7913.4801175 +367,2.047152199,-0.039082036,87,-1.539442524,0.7274735939,9290.9883286 +368,0.947780369,0.568250077,87,-1.539442524,0.7274735939,6784.635105 +369,0.763824846,0.576754987,87,-1.539442524,0.7274735939,6443.9342075 +370,-0.142334657,0.928153068,87,-1.539442524,0.7274735939,3624.8531649 +371,0.610266567,0.547265983,87,-1.539442524,0.7274735939,6233.4503162 +372,0.210731629,0.746815056,87,-1.539442524,0.7274735939,4788.9138835 +373,-1.34931644,0.316895224,87,-1.539442524,0.7274735939,1748.8700276 +374,2.407696481,0.655030745,87,-1.539442524,0.7274735939,6242.4588774 +375,0.64207831,0.545359131,87,-1.539442524,0.7274735939,6305.9876696 +376,1.174597538,0.840588356,87,-1.539442524,0.7274735939,6055.0794907 +377,0.660059424,0.010604079,87,-1.539442524,0.7274735939,7991.9945379 +378,-0.730263819,0.010486456,87,-1.539442524,0.7274735939,4044.9615035 +379,0.831068936,0.512339172,87,-1.539442524,0.7274735939,6781.7089324 +380,1.301180979,0.72367476,87,-1.539442524,0.7274735939,6595.6243365 +381,1.811128231,0.322854402,87,-1.539442524,0.7274735939,8213.4974574 +382,0.435105812,0.992284428,87,-1.539442524,0.7274735939,4607.7029652 +383,0.62643634,0.592027932,87,-1.539442524,0.7274735939,6128.1430123 +384,0.492988703,-0.516339467,87,-1.539442524,0.7274735939,8858.6842946 +385,-0.162469483,0.112549365,87,-1.539442524,0.7274735939,5352.9413838 +386,0.314630866,0.472006421,87,-1.539442524,0.7274735939,5759.706935 +387,0.166744804,0.822815954,87,-1.539442524,0.7274735939,4509.8023018 +388,0.417159608,0.965805736,87,-1.539442524,0.7274735939,4647.4521064 +389,0.106334961,0.868774244,87,-1.539442524,0.7274735939,4276.6049521 +390,0.815086969,-0.338144359,87,-1.539442524,0.7274735939,9394.2260216 +391,0.59867455,-0.230624824,87,-1.539442524,0.7274735939,8494.2485509 +392,1.915104874,0.066220985,87,-1.539442524,0.7274735939,9103.6294994 +393,1.278093622,0.064463721,87,-1.539442524,0.7274735939,9096.5098778 +394,-0.061477853,0.302997961,87,-1.539442524,0.7274735939,5161.6273718 +395,0.251311504,0.626976942,87,-1.539442524,0.7274735939,5187.5403861 +396,2.950242872,0.149095644,87,-1.539442524,0.7274735939,6476.977823 +397,-0.180294708,0.35375117,87,-1.539442524,0.7274735939,4688.4600402 +398,1.010448592,-0.351180233,87,-1.539442524,0.7274735939,9967.1970429 +399,-1.748740498,0.3686318073,87,-1.539442524,0.7274735939,1583.9982699 +400,2.699635665,0.123533791,87,-1.539442524,0.7274735939,7246.9880431 +401,0.496808033,0.823843254,87,-1.539442524,0.7274735939,5179.2868438 +402,0.129574704,0.763364087,87,-1.539442524,0.7274735939,4562.3613382 +403,1.798920311,0.817447563,87,-1.539442524,0.7274735939,6285.3554376 +404,0.335987953,0.746786541,87,-1.539442524,0.7274735939,5067.6031515 +405,-1.085413643,0.292154671,87,-1.539442524,0.7274735939,2313.137681 +406,-0.155321003,0.508207011,87,-1.539442524,0.7274735939,4396.617063 +407,0.620529244,-0.301175104,87,-1.539442524,0.7274735939,8739.20296 +408,1.684402744,0.368716966,87,-1.539442524,0.7274735939,8091.3561909 +409,0.300582244,-0.386397212,87,-1.539442524,0.7274735939,8002.8127283 +410,2.913555946,-0.009225192,87,-1.539442524,0.7274735939,7010.161764 +411,1.465101417,0.493232532,87,-1.539442524,0.7274735939,7582.6525175 +412,0.090612882,0.907955955,87,-1.539442524,0.7274735939,4161.8666135 +413,2.987564726,-0.729568594,87,-1.539442524,0.7274735939,8509.0949329 +414,-1.484261606,0.224149272,87,-1.539442524,0.7274735939,2002.7504577 +415,0.164073421,0.303955133,87,-1.539442524,0.7274735939,5806.3417927 +416,0.141441293,0.167552546,87,-1.539442524,0.7274735939,6103.0970935 +417,2.931321023,-0.506718887,87,-1.539442524,0.7274735939,8200.4001156 +418,2.21951565,0.700596356,87,-1.539442524,0.7274735939,6367.9213275 +419,0.268112576,1.199114336,87,-1.539442524,0.7274735939,3886.861119 +420,0.978913739,0.359223811,87,-1.539442524,0.7274735939,7570.6508047 +421,1.210898818,0.522863584,87,-1.539442524,0.7274735939,7288.8193591 +422,2.347397336,0.129231362,87,-1.539442524,0.7274735939,8109.0441589 +423,0.614394501,0.556878345,87,-1.539442524,0.7274735939,6212.399138 +424,-1.398079356,0.148483366,87,-1.539442524,0.7274735939,2346.1803206 +425,2.535303836,-0.112984496,87,-1.539442524,0.7274735939,8372.9216451 +426,-1.019372593,-0.405322349,87,-1.539442524,0.7274735939,4875.6164198 +427,-1.297785627,-0.160104069,87,-1.539442524,0.7274735939,3623.9256258 +428,2.144554488,0.205051084,87,-1.539442524,0.7274735939,8254.209748 +429,-2.242387083,-0.426171285,87,-1.539442524,0.7274735939,5245.8064912 +430,0.338637212,0.909723676,87,-1.539442524,0.7274735939,4651.3564359 +431,-0.148798452,0.691042401,87,-1.539442524,0.7274735939,4023.5738585 +432,0.893524764,0.441829531,87,-1.539442524,0.7274735939,7134.0989966 +433,0.969229347,-0.368847936,87,-1.539442524,0.7274735939,9904.5019156 +434,0.436043248,0.800045688,87,-1.539442524,0.7274735939,5130.0167006 +435,1.687946607,1.081504775,87,-1.539442524,0.7274735939,5273.2214886 +436,0.522302046,-0.034889271,87,-1.539442524,0.7274735939,7744.9330835 +437,-0.178996113,-0.438090009,87,-1.539442524,0.7274735939,6781.793654 +438,-1.094339566,0.301444068,87,-1.539442524,0.7274735939,2263.4520348 +439,-1.064070054,0.242569932,87,-1.539442524,0.7274735939,2520.1538727 +440,-1.068153768,0.230387998,87,-1.539442524,0.7274735939,2550.8354654 +441,-3.00496892,-0.23989155,87,-1.539442524,0.7274735939,6546.1750333 +442,0.21751974,0.766874888,87,-1.539442524,0.7274735939,4755.2184163 +443,0.117229532,0.007619006,87,-1.539442524,0.7274735939,6455.7183232 +444,0.777758451,0.420554741,87,-1.539442524,0.7274735939,6984.920729 +445,-0.252356999,0.250747086,87,-1.539442524,0.7274735939,4731.2226448 +446,0.363148444,0.768483434,87,-1.539442524,0.7274735939,5067.7282908 +447,0.903191366,-0.118210676,87,-1.539442524,0.7274735939,9004.7130795 +448,-0.205755923,0.149406178,87,-1.539442524,0.7274735939,5128.8843525 +449,1.811996086,0.02364353,87,-1.539442524,0.7274735939,9374.7907772 +450,-1.100670221,0.314845373,87,-1.539442524,0.7274735939,2206.6070185 +451,0.340078597,0.850105132,87,-1.539442524,0.7274735939,4806.068954 +452,0.258757267,0.804969236,87,-1.539442524,0.7274735939,4752.0896169 +453,2.78505352,-0.155160804,87,-1.539442524,0.7274735939,7773.886812 +454,0.800551619,0.105822106,87,-1.539442524,0.7274735939,8054.5569634 +455,0.437940882,-0.506194031,87,-1.539442524,0.7274735939,8676.3279132 +456,2.230431122,0.63458615,87,-1.539442524,0.7274735939,6588.3215746 +457,0.527965361,0.127667701,87,-1.539442524,0.7274735939,7297.7463459 +458,-0.063643205,0.702093448,87,-1.539442524,0.7274735939,4222.8001177 +459,1.408447268,0.133010502,87,-1.539442524,0.7274735939,8963.6972617 +460,0.523795955,0.280266966,87,-1.539442524,0.7274735939,6839.8808229 +461,-0.975769313,0.072177659,87,-1.539442524,0.7274735939,3272.8293685 +462,0.549774164,-0.463663986,87,-1.539442524,0.7274735939,8913.410668 +463,0.29245874,1.095549818,87,-1.539442524,0.7274735939,4133.8741411 +464,0.143625958,0.816809593,87,-1.539442524,0.7274735939,4472.3756173 +465,0.671902494,0.611159853,87,-1.539442524,0.7274735939,6158.4322012 +466,1.239840988,0.6724199,87,-1.539442524,0.7274735939,6746.8710794 +467,0.607829703,-0.10932137,87,-1.539442524,0.7274735939,8192.4468123 +468,1.763020906,0.263996692,87,-1.539442524,0.7274735939,8472.7295381 +469,0.378714634,0.726066797,87,-1.539442524,0.7274735939,5215.3910102 +470,2.196736143,-0.153862366,87,-1.539442524,0.7274735939,9367.65205 +471,0.01702415,0.148991565,87,-1.539442524,0.7274735939,5788.1431571 +472,-2.998490902,-0.158002487,87,-1.539442524,0.7274735939,6310.594551 +473,-3.051262951,-0.346595608,87,-1.539442524,0.7274735939,6956.9019521 +474,-1.069176439,0.182802941,87,-1.539442524,0.7274735939,2706.0345334 +475,0.167157509,0.595344954,87,-1.539442524,0.7274735939,5059.7958865 +476,0.613855648,0.681746124,87,-1.539442524,0.7274735939,5825.0797306 +477,1.037012736,0.682555367,87,-1.539442524,0.7274735939,6499.2900335 +478,-1.253574971,0.379755746,87,-1.539442524,0.7274735939,1674.1396633 +479,3.108590453,-0.132620738,87,-1.539442524,0.7274735939,6760.4648139 +480,0.565301296,0.022333262,87,-1.539442524,0.7274735939,7702.5516409 +481,0.547898238,0.855555614,87,-1.539442524,0.7274735939,5179.58091 +482,0.948309381,0.417393755,87,-1.539442524,0.7274735939,7314.5238781 +483,-0.050600732,0.945269213,87,-1.539442524,0.7274735939,3796.0192446 +484,-0.977651478,-0.572363064,87,-1.539442524,0.7274735939,5540.6010062 +485,1.102014914,0.728861163,87,-1.539442524,0.7274735939,6404.100439 +486,2.927300795,-0.282939414,87,-1.539442524,0.7274735939,7680.8507348 +487,-1.154565557,0.124434095,87,-1.539442524,0.7274735939,2744.5482494 +488,1.855331234,0.291044755,87,-1.539442524,0.7274735939,8304.2273983 +489,0.830290659,0.276904518,87,-1.539442524,0.7274735939,7566.7335091 +490,0.485104466,-0.234867441,87,-1.539442524,0.7274735939,8174.1105883 +491,0.521367572,-0.33161327,87,-1.539442524,0.7274735939,8523.2045456 +1,-1.539031704,0.7349710123,88,-1.537424111,0.727521351,29.886337631 +2,-1.536990553,0.7349663874,88,-1.537424111,0.727521351,29.517480014 +3,-1.534951779,0.7349571355,88,-1.537424111,0.727521351,30.341737396 +4,-1.532906461,0.7349480293,88,-1.537424111,0.727521351,32.292042519 +5,-1.531320211,0.7346937278,88,-1.537424111,0.727521351,33.631251094 +6,-1.539451648,0.7335131775,88,-1.537424111,0.727521351,24.475829886 +7,-1.537429487,0.7335445708,88,-1.537424111,0.727521351,23.857978649 +8,-1.535484998,0.7335658704,88,-1.537424111,0.727521351,24.616306915 +9,-1.533488396,0.7336036027,88,-1.537424111,0.727521351,26.743736195 +10,-1.531497785,0.7335842962,88,-1.537424111,0.727521351,29.705420922 +11,-1.530259379,0.7334777758,88,-1.537424111,0.727521351,31.67755607 +12,-1.5335454,0.7322346912,88,-1.537424111,0.727521351,21.900880751 +13,-1.531489083,0.7322238773,88,-1.537424111,0.727521351,25.57153888 +14,-1.530011122,0.7321679851,88,-1.537424111,0.727521351,28.59438224 +15,-1.53348106,0.7306614094,88,-1.537424111,0.727521351,17.040290412 +16,-1.531441779,0.7306962275,88,-1.537424111,0.727521351,21.689560894 +17,-1.529755654,0.7306933243,88,-1.537424111,0.727521351,25.903570476 +18,-1.533415048,0.7291384674,88,-1.537424111,0.727521351,13.471238476 +19,-1.531392093,0.7291705353,88,-1.537424111,0.727521351,18.989574118 +20,-1.529296523,0.7291214933,88,-1.537424111,0.727521351,24.847615788 +21,-1.535280942,0.727267644,88,-1.537424111,0.727521351,6.4197245587 +22,-1.533378158,0.7276139666,88,-1.537424111,0.727521351,11.973758417 +23,-1.531340368,0.7276446587,88,-1.537424111,0.727521351,18.002396043 +24,-1.528960113,0.7276398177,88,-1.537424111,0.727521351,25.041021479 +25,-1.533313146,0.7260818349,88,-1.537424111,0.727521351,13.438377473 +26,-1.531259555,0.7260958115,88,-1.537424111,0.727521351,19.101063587 +27,-1.528926415,0.7260865555,88,-1.537424111,0.727521351,25.787718153 +28,-1.531226779,0.7245511789,88,-1.537424111,0.727521351,21.803445739 +29,-1.528904772,0.7245519194,88,-1.537424111,0.727521351,27.841401083 +30,-1.547195875,0.7409785979,88,-1.537424111,0.727521351,60.554576903 +31,-1.5451475,0.740980426,88,-1.537424111,0.727521351,57.946592334 +32,-1.543097679,0.7409798872,88,-1.537424111,0.727521351,55.858453459 +33,-1.540720364,0.7409892687,88,-1.537424111,0.727521351,54.21968728 +34,-1.547188511,0.7395198392,88,-1.537424111,0.727521351,55.534637164 +35,-1.545148587,0.7395226109,88,-1.537424111,0.727521351,52.690582474 +36,-1.543104538,0.7395314908,88,-1.537424111,0.727521351,50.422625355 +37,-1.540727751,0.7395306258,88,-1.537424111,0.727521351,48.551676762 +38,-1.547187029,0.7380014886,88,-1.537424111,0.727521351,50.492499397 +39,-1.545147315,0.7380012252,88,-1.537424111,0.727521351,47.330963303 +40,-1.54310719,0.7380060743,88,-1.537424111,0.727521351,44.774081498 +41,-1.540719671,0.7380068206,88,-1.537424111,0.727521351,42.651312784 +42,-1.547187189,0.7364799098,88,-1.537424111,0.727521351,45.679327286 +43,-1.545149996,0.7364853874,88,-1.537424111,0.727521351,42.176524261 +44,-1.543106091,0.7364823484,88,-1.537424111,0.727521351,39.244318104 +45,-1.540717158,0.7364893901,88,-1.537424111,0.727521351,36.823575226 +46,-1.538663972,0.7410138672,88,-1.537424111,0.727521351,53.568046019 +47,-1.53695285,0.7409699132,88,-1.537424111,0.727521351,53.287773445 +48,-1.534910498,0.7409641297,88,-1.537424111,0.727521351,53.757335714 +49,-1.533145034,0.7409536636,88,-1.537424111,0.727521351,54.672833246 +50,-1.538681336,0.7395405883,88,-1.537424111,0.727521351,47.751686179 +51,-1.536999189,0.7395183096,88,-1.537424111,0.727521351,47.536396362 +52,-1.534923633,0.7395144222,88,-1.537424111,0.727521351,48.070876387 +53,-1.533267822,0.7395654306,88,-1.537424111,0.727521351,49.248945569 +54,-1.53867273,0.7380151077,88,-1.537424111,0.727521351,41.728026384 +55,-1.536980576,0.7379994392,88,-1.537424111,0.727521351,41.524246872 +56,-1.534931522,0.7379944961,88,-1.537424111,0.727521351,42.128286069 +57,-1.533387952,0.7379480264,88,-1.537424111,0.727521351,42.975827103 +58,-1.538682279,0.7364914363,88,-1.537424111,0.727521351,35.723358645 +59,-1.536980704,0.7364810563,88,-1.537424111,0.727521351,35.513430132 +60,-1.534935567,0.7364752065,88,-1.537424111,0.727521351,36.216179944 +61,-1.533042592,0.7363876366,88,-1.537424111,0.727521351,37.417022144 +62,-1.545143426,0.7349628011,88,-1.537424111,0.727521351,37.23955834 +63,-1.543105297,0.7349691947,88,-1.537424111,0.727521351,33.924393308 +64,-1.541064533,0.7349647152,88,-1.537424111,0.727521351,31.376066608 +65,-1.545411803,0.7334624714,88,-1.537424111,0.727521351,33.304034924 +66,-1.543446606,0.7334780896,88,-1.537424111,0.727521351,29.536663653 +67,-1.541475327,0.7334957295,88,-1.537424111,0.727521351,26.51159048 +68,-1.545401939,0.731963266,88,-1.537424111,0.727521351,29.399091349 +69,-1.54342253,0.7319915583,88,-1.537424111,0.727521351,25.042494731 +70,-1.541455867,0.7320216438,88,-1.537424111,0.727521351,21.434263908 +71,-1.545410146,0.7304422281,88,-1.537424111,0.727521351,26.277333778 +72,-1.543435491,0.7304713664,88,-1.537424111,0.727521351,21.258696463 +73,-1.541463105,0.7304997613,88,-1.537424111,0.727521351,16.779670559 +74,-1.545414768,0.7289194936,88,-1.537424111,0.727521351,24.263469199 +75,-1.543435774,0.7289538557,88,-1.537424111,0.727521351,18.656001879 +76,-1.541457714,0.7289765881,88,-1.537424111,0.727521351,13.244480095 +77,-1.539449415,0.7320555866,88,-1.537424111,0.727521351,18.929203933 +78,-1.537429183,0.7321097681,88,-1.537424111,0.727521351,18.174725992 +79,-1.535472649,0.7321497267,88,-1.537424111,0.727521351,19.216814188 +80,-1.539457899,0.7305333307,88,-1.537424111,0.727521351,13.357931165 +81,-1.537453161,0.7305750503,88,-1.537424111,0.727521351,12.096007234 +82,-1.535479385,0.7306124949,88,-1.537424111,0.727521351,13.524791818 +83,-1.53946905,0.7290102593,88,-1.537424111,0.727521351,8.4455062835 +84,-1.537459922,0.7290417293,88,-1.537424111,0.727521351,6.0231488431 +85,-1.535451349,0.7290890157,88,-1.537424111,0.727521351,8.5186150573 +86,-1.535522937,0.7279887191,88,-1.537424111,0.727521351,5.9197434049 +87,-1.539442524,0.7274735939,88,-1.537424111,0.727521351,5.9739382882 +88,-1.537424111,0.727521351,88,-1.537424111,0.727521351,3.0319574028 +89,-1.539384641,0.7259505092,88,-1.537424111,0.727521351,8.5086327405 +90,-1.537372391,0.7259947145,88,-1.537424111,0.727521351,6.0489451459 +91,-1.535340789,0.7260435356,88,-1.537424111,0.727521351,8.5026689053 +92,-1.539325716,0.7244369706,88,-1.537424111,0.727521351,13.453299773 +93,-1.537308932,0.7244801057,88,-1.537424111,0.727521351,12.051203142 +94,-1.535289068,0.7245247645,88,-1.537424111,0.727521351,13.449183368 +95,-1.533261366,0.7245550236,88,-1.537424111,0.727521351,17.032067439 +96,-1.539267302,0.722921924,88,-1.537424111,0.727521351,19.019953758 +97,-1.537248972,0.7229660258,88,-1.537424111,0.727521351,18.051109836 +98,-1.535219431,0.7229916471,88,-1.537424111,0.727521351,19.095196449 +99,-1.53318962,0.7230212049,88,-1.537424111,0.727521351,21.800705896 +100,-1.531154816,0.7230299897,88,-1.537424111,0.727521351,25.725640834 +101,-1.528878341,0.7230370244,88,-1.537424111,0.727521351,30.937381 +102,-1.539218189,0.7214009878,88,-1.537424111,0.727521351,24.819968167 +103,-1.537198791,0.7214422745,88,-1.537424111,0.727521351,24.088495485 +104,-1.535179266,0.7214634354,88,-1.537424111,0.727521351,24.902106254 +105,-1.533156501,0.7214944644,88,-1.537424111,0.727521351,27.020792238 +106,-1.53113574,0.7215166021,88,-1.537424111,0.727521351,30.225829067 +107,-1.528874248,0.7215345535,88,-1.537424111,0.727521351,34.719231051 +108,-1.539217656,0.7198512397,88,-1.537424111,0.727521351,30.8442109 +109,-1.537199919,0.7199428763,88,-1.537424111,0.727521351,30.025713102 +110,-1.545425832,0.727397149,88,-1.537424111,0.727521351,23.676876592 +111,-1.543371177,0.7273916949,88,-1.537424111,0.727521351,17.600953105 +112,-1.541368852,0.7274523163,88,-1.537424111,0.727521351,11.672789944 +113,-1.545349067,0.7258710923,88,-1.537424111,0.727521351,24.354196155 +114,-1.54332671,0.7258603556,88,-1.537424111,0.727521351,18.671360279 +115,-1.541346831,0.7259242142,88,-1.537424111,0.727521351,13.223757324 +116,-1.545324355,0.7243383958,88,-1.537424111,0.727521351,26.583253924 +117,-1.543292796,0.7243617413,88,-1.537424111,0.727521351,21.421187559 +118,-1.541295822,0.7244024384,88,-1.537424111,0.727521351,16.857079261 +119,-1.543193859,0.7205570215,88,-1.537424111,0.727521351,32.466701108 +120,-1.550257047,0.7386738187,88,-1.537424111,0.727521351,58.121955878 +121,-1.549335448,0.7311736483,88,-1.537424111,0.727521351,38.036811126 +122,-1.533478843,0.7179891343,88,-1.537424111,0.727521351,39.534272348 +123,-1.556150555,0.738907041,88,-1.537424111,0.727521351,71.213307071 +124,-1.554324226,0.733414257,88,-1.537424111,0.727521351,55.054675778 +125,-1.554290846,0.7288285332,88,-1.537424111,0.727521351,50.13350769 +126,-1.55122487,0.7219795312,88,-1.537424111,0.727521351,46.440643027 +127,-1.525104458,0.7229399862,88,-1.537424111,0.727521351,40.778045889 +128,-1.519607711,0.7236181429,88,-1.537424111,0.727521351,55.012281401 +129,-1.513899999,0.7251107854,88,-1.537424111,0.727521351,70.313609217 +130,-1.536620762,0.7431061895,88,-1.537424111,0.727521351,61.776632688 +131,-1.5369566,0.7460845958,88,-1.537424111,0.727521351,73.541800925 +132,-1.545345528,0.7447040685,88,-1.537424111,0.727521351,71.922946211 +133,-1.532813921,0.7432306626,88,-1.537424111,0.727521351,63.680999405 +134,-1.554788248,0.7382381001,88,-1.537424111,0.727521351,66.446161692 +135,-1.540348126,0.7301594274,88,-1.537424111,0.727521351,13.558485044 +136,-1.538016084,0.7239051786,88,-1.537424111,0.727521351,14.430649078 +137,-1.525288962,0.7258085137,88,-1.537424111,0.727521351,36.560159893 +138,-1.534326986,0.731241342,88,-1.537424111,0.727521351,17.342940181 +139,-1.530733872,0.7303625216,88,-1.537424111,0.727521351,22.74503237 +141,-1.534354939,0.7328219978,88,-1.537424111,0.727521351,22.86629025 +142,-1.53157084,0.7292888153,88,-1.537424111,0.727521351,18.664123291 +143,-1.525691035,0.7263799874,88,-1.537424111,0.727521351,35.019071765 +144,-1.534031287,0.7495967835,88,-1.537424111,0.727521351,88.003565173 +145,-1.527714986,0.7283095957,88,-1.537424111,0.727521351,28.880414795 +146,-1.526189586,0.7271468292,88,-1.537424111,0.727521351,33.272229984 +147,-1.555177336,0.7375563366,88,-1.537424111,0.727521351,65.675171431 +148,-1.555080283,0.7312707794,88,-1.537424111,0.727521351,54.216145736 +149,-1.53856994,0.7224180299,88,-1.537424111,0.727521351,20.497739481 +150,-1.530837883,0.729933372,88,-1.537424111,0.727521351,21.680819538 +151,-1.515066984,0.5854133365,88,-1.537424111,0.727521351,567.22387158 +152,-1.534731633,0.5368370046,88,-1.537424111,0.727521351,755.34931056 +153,-1.515231902,0.5607085576,88,-1.537424111,0.727521351,664.45040641 +154,-2.616253799,1.0684566605,88,-1.537424111,0.727521351,2846.4601033 +155,-1.956071439,0.5792177723,88,-1.537424111,0.727521351,1435.4851722 +156,-1.951208514,0.5602434208,88,-1.537424111,0.727521351,1462.0402044 +157,-1.944675062,0.6062144545,88,-1.537424111,0.727521351,1350.2977081 +158,-1.613778386,0.6077989518,88,-1.537424111,0.727521351,530.17568501 +159,-2.035029014,0.6021432345,88,-1.537424111,0.727521351,1620.1321127 +160,-2.114989471,0.6801825058,88,-1.537424111,0.727521351,1743.3287941 +161,-2.037382079,0.5765830025,88,-1.537424111,0.727521351,1674.1745367 +162,-2.129855121,0.6585019963,88,-1.537424111,0.727521351,1813.9437246 +163,-2.075141798,0.6493615843,88,-1.537424111,0.727521351,1664.4306117 +164,-1.828626729,0.6948433129,88,-1.537424111,0.727521351,881.94873929 +165,-1.863329418,0.6735427691,88,-1.537424111,0.727521351,1007.6440508 +166,-1.266037071,0.727988852,88,-1.537424111,0.727521351,801.55113763 +167,-1.277579582,0.7249010648,88,-1.537424111,0.727521351,768.6728393 +168,-1.258418684,0.7241194816,88,-1.537424111,0.727521351,825.51830884 +169,-1.317813974,0.6804850104,88,-1.537424111,0.727521351,688.02175072 +170,-1.344165204,0.6790988904,88,-1.537424111,0.727521351,614.01444108 +171,-1.427582102,0.5277120351,88,-1.537424111,0.727521351,865.62037932 +172,-1.402238616,0.457167829,88,-1.537424111,0.727521351,1158.0910001 +173,-1.422454264,0.4996161999,88,-1.537424111,0.727521351,975.70878566 +174,-1.439089277,0.4894859811,88,-1.537424111,0.727521351,994.939086 +175,-1.448126995,0.5182330266,88,-1.537424111,0.727521351,876.90846076 +176,-1.474626146,0.5881926574,88,-1.537424111,0.727521351,585.77744626 +177,-1.421139645,0.5584869783,88,-1.537424111,0.727521351,763.7054675 +178,-1.457037165,0.565943032,88,-1.537424111,0.727521351,688.32672262 +179,-2.757159358,0.3745319,88,-1.537424111,0.727521351,4228.3737168 +180,-2.714309238,0.342054471,88,-1.537424111,0.727521351,4179.4745672 +181,-2.000525337,0.774119946,88,-1.537424111,0.727521351,1347.7659669 +183,-1.571413436,0.6777838382,88,-1.537424111,0.727521351,222.174717 +184,-1.552860289,0.6987663893,88,-1.537424111,0.727521351,122.92576361 +185,-1.521852374,0.7165827476,88,-1.537424111,0.727521351,63.401475675 +186,-1.503656267,0.6928968252,88,-1.537424111,0.727521351,170.56081957 +187,-1.502753178,0.7136205882,88,-1.537424111,0.727521351,116.96096678 +188,-1.631894563,0.7343596465,88,-1.537424111,0.727521351,279.87332532 +189,-1.653765416,0.6770714026,88,-1.537424111,0.727521351,404.40046565 +190,-1.719812114,0.6715965947,88,-1.537424111,0.727521351,594.98729883 +191,-1.493406659,0.6646955447,88,-1.537424111,0.727521351,282.50279997 +192,-1.469120564,0.6613469966,88,-1.537424111,0.727521351,334.46980106 +193,-1.590551461,0.5326612937,88,-1.537424111,0.727521351,790.19442559 +194,-1.625979264,0.5247742243,88,-1.537424111,0.727521351,851.46447444 +195,-1.572293943,0.5238808754,88,-1.537424111,0.727521351,814.2833254 +196,-1.610848725,0.5477107964,88,-1.537424111,0.727521351,749.32206156 +197,-1.208485554,0.7918526018,88,-1.537424111,0.727521351,975.9072778 +198,-1.335601374,0.6869083083,88,-1.537424111,0.727521351,628.07957521 +199,-1.346156996,0.6825213377,88,-1.537424111,0.727521351,603.39656658 +200,-1.324381037,0.6741422347,88,-1.537424111,0.727521351,678.03071865 +201,-1.242424992,0.7378949807,88,-1.537424111,0.727521351,868.16077491 +202,-1.270370057,0.7392461008,88,-1.537424111,0.727521351,786.16225808 +203,-1.448950472,0.7441675014,88,-1.537424111,0.727521351,267.96187479 +204,-1.492662363,0.7523026852,88,-1.537424111,0.727521351,163.63551579 +205,-1.479098966,0.7763855017,88,-1.537424111,0.727521351,256.72524031 +206,-1.633760714,0.7869022408,88,-1.537424111,0.727521351,363.48130291 +207,-1.647406434,0.8101289331,88,-1.537424111,0.727521351,452.593783 +208,-1.564245052,0.5701509278,88,-1.537424111,0.727521351,629.03336224 +209,-1.646289963,0.6833746083,88,-1.537424111,0.727521351,371.82679744 +210,-1.5820631,0.6751952144,88,-1.537424111,0.727521351,247.3676766 +211,-1.613236298,0.6681681791,88,-1.537424111,0.727521351,328.86889148 +212,-1.914661867,0.8212566515,88,-1.537424111,0.727521351,1126.4657867 +213,-1.742133237,0.7250275956,88,-1.537424111,0.727521351,605.84928787 +214,-2.033144872,0.6557314699,88,-1.537424111,0.727521351,1531.5923624 +215,-2.039551981,0.6964723658,88,-1.537424111,0.727521351,1503.7352986 +216,-1.247341019,0.7622473908,88,-1.537424111,0.727521351,854.34809346 +217,-1.298239787,0.7084123392,88,-1.537424111,0.727521351,716.76992455 +218,-1.308539688,0.6926545592,88,-1.537424111,0.727521351,700.48527192 +219,-1.303263185,0.6888938396,88,-1.537424111,0.727521351,720.0912275 +220,-1.852400229,0.6004246149,88,-1.537424111,0.727521351,1100.9699329 +221,-1.288947707,0.7473773692,88,-1.537424111,0.727521351,731.8490756 +222,-1.372031502,0.7472790993,88,-1.537424111,0.727521351,490.93272858 +223,-1.289805721,0.7242157877,88,-1.537424111,0.727521351,732.86286375 +224,-1.350807603,0.7533498126,88,-1.537424111,0.727521351,554.75100977 +225,-1.329290365,0.7560442322,88,-1.537424111,0.727521351,617.66087281 +226,-1.410153004,0.616936428,88,-1.537424111,0.727521351,588.99099387 +227,-1.393445434,0.6308995063,88,-1.537424111,0.727521351,585.47840885 +228,-1.37595573,0.6241540638,88,-1.537424111,0.727521351,644.79864143 +229,-1.358388707,0.6172645205,88,-1.537424111,0.727521351,705.20041665 +230,-1.753741133,0.8281661666,88,-1.537424111,0.727521351,727.7390986 +231,-1.47430987,0.6834615681,88,-1.537424111,0.727521351,258.17721615 +232,-1.421012508,0.7222725206,88,-1.537424111,0.727521351,345.70801228 +233,-1.4476833,0.6978557868,88,-1.537424111,0.727521351,293.43049712 +234,-1.470370723,0.6966193374,88,-1.537424111,0.727521351,235.35307687 +235,-1.429211703,0.7037216883,88,-1.537424111,0.727521351,336.84770797 +236,-1.700578405,0.6178673663,88,-1.537424111,0.727521351,665.71849561 +237,-1.678117619,0.6331716163,88,-1.537424111,0.727521351,571.66526424 +238,-1.725644578,0.6316331145,88,-1.537424111,0.727521351,692.38639857 +239,-2.14012759,0.7930497945,88,-1.537424111,0.727521351,1735.6523886 +240,-2.103289431,0.7653606263,88,-1.537424111,0.727521351,1641.6540229 +241,-1.318739838,0.7017808746,88,-1.537424111,0.727521351,661.55008317 +242,-1.396417427,0.7077900843,88,-1.537424111,0.727521351,427.79291675 +243,-1.35650337,0.7185539404,88,-1.537424111,0.727521351,538.17253239 +244,-1.248884539,0.7274156818,88,-1.537424111,0.727521351,852.27564443 +245,-1.395014798,0.5761185243,88,-1.537424111,0.727521351,748.03776076 +246,-1.433377362,0.6064716109,88,-1.537424111,0.727521351,578.22559854 +247,-1.408172432,0.5903155476,88,-1.537424111,0.727521351,677.0595852 +248,-1.749645898,0.7757118084,88,-1.537424111,0.727521351,642.39902009 +249,-1.571626686,0.615046989,88,-1.537424111,0.727521351,457.9284419 +250,-1.514070049,0.6303003037,88,-1.537424111,0.727521351,391.7488034 +251,-1.480890369,0.6237966528,88,-1.537424111,0.727521351,446.37247155 +252,-1.704390658,0.5281680612,88,-1.537424111,0.727521351,952.53178697 +253,-1.64434733,0.5254277498,88,-1.537424111,0.727521351,870.30568961 +254,-1.703855997,0.4792484842,88,-1.537424111,0.727521351,1121.5402846 +255,-1.692002383,0.5748825051,88,-1.537424111,0.727521351,775.40909278 +256,-1.854136457,0.5544643913,88,-1.537424111,0.727521351,1212.8830735 +257,-1.665021206,0.520317736,88,-1.537424111,0.727521351,916.64575071 +258,-1.733654349,0.4845187345,88,-1.537424111,0.727521351,1152.9344465 +259,-1.720938188,0.5135933906,88,-1.537424111,0.727521351,1031.5204254 +260,-1.742668307,0.553296122,88,-1.537424111,0.727521351,947.51920246 +261,-1.965659039,0.7142126903,88,-1.537424111,0.727521351,1271.0522926 +262,-1.944438071,0.6772834804,88,-1.537424111,0.727521351,1242.6175581 +263,-1.270340967,0.7681487096,88,-1.537424111,0.727521351,790.90852119 +264,-1.353091884,0.6549276821,88,-1.537424111,0.727521351,631.1515246 +265,-1.333236659,0.6413584414,88,-1.537424111,0.727521351,712.64651468 +266,-1.352015998,0.6753788907,88,-1.537424111,0.727521351,597.32282408 +267,-1.377988483,0.6577816235,88,-1.537424111,0.727521351,558.56920693 +268,-2.13075611,0.8318642051,88,-1.537424111,0.727521351,1706.7776129 +269,-2.097910953,0.8259670014,88,-1.537424111,0.727521351,1618.2178267 +270,-1.416382069,0.6694271549,88,-1.537424111,0.727521351,433.10568341 +271,-1.538905672,0.7535625993,88,-1.537424111,0.727521351,103.24027283 +272,-1.572309477,0.7803125099,88,-1.537424111,0.727521351,232.08585473 +273,-1.87759879,0.7503853417,88,-1.537424111,0.727521351,997.83814939 +274,1.152365588,0.590457682,88,-1.537424111,0.727521351,6970.5860405 +275,0.350198001,0.718001859,88,-1.537424111,0.727521351,5170.7701939 +276,0.046513677,0.491503852,88,-1.537424111,0.727521351,4993.4029146 +277,0.027510309,0.742571376,88,-1.537424111,0.727521351,4360.1848837 +278,0.306285725,-0.214631579,88,-1.537424111,0.727521351,7588.9890729 +279,-1.100564889,0.318051531,88,-1.537424111,0.727521351,2192.2499184 +280,-1.078582306,0.301437596,88,-1.537424111,0.727521351,2294.7429364 +281,-1.137371989,-0.617634065,88,-1.537424111,0.727521351,5522.5193153 +282,0.784356344,0.703272339,88,-1.537424111,0.727521351,6057.9273094 +283,-1.221209947,0.218327455,88,-1.537424111,0.727521351,2293.574327 +284,2.347301921,-0.449114658,88,-1.537424111,0.727521351,9791.8935379 +285,0.246820618,0.830553713,88,-1.537424111,0.727521351,4659.5670954 +286,0.829414965,0.703288228,88,-1.537424111,0.727521351,6130.6437288 +287,-1.337537566,0.42332223,88,-1.537424111,0.727521351,1372.9217395 +288,0.882453706,0.454478077,88,-1.537424111,0.727521351,7067.1603758 +289,1.575629659,0.416419109,88,-1.537424111,0.727521351,7911.4901834 +290,-1.039455679,0.229888244,88,-1.537424111,0.727521351,2611.6077557 +291,0.489558039,0.934482747,88,-1.537424111,0.727521351,4850.4422348 +292,0.081344504,0.88384514,88,-1.537424111,0.727521351,4186.8514681 +293,-1.547979814,0.300350308,88,-1.537424111,0.727521351,1692.4044414 +294,0.040776181,0.168560074,88,-1.537424111,0.727521351,5800.8106842 +295,-1.130374745,0.563894876,88,-1.537424111,0.727521351,1435.2343244 +296,1.578326642,0.478507176,88,-1.537424111,0.727521351,7665.8310493 +297,-1.12861823,-0.291640865,88,-1.537424111,0.727521351,4305.6342408 +298,0.310524208,0.770885792,88,-1.537424111,0.727521351,4945.1141011 +299,0.415649091,-0.387246002,88,-1.537424111,0.727521351,8337.6498125 +300,-0.926533878,-0.188022748,88,-1.537424111,0.727521351,4253.8629385 +301,1.258856172,-0.11716081,88,-1.537424111,0.727521351,9738.3320271 +302,-1.126050026,0.322941926,88,-1.537424111,0.727521351,2119.800664 +303,2.002785835,0.07893892,88,-1.537424111,0.727521351,8940.4038462 +304,0.440437607,0.746258085,88,-1.537424111,0.727521351,5284.8225114 +305,-0.030391866,0.214441206,88,-1.537424111,0.727521351,5472.7350235 +306,0.521557815,-0.058929362,88,-1.537424111,0.727521351,7803.8269473 +307,-0.097005111,0.13317729,88,-1.537424111,0.727521351,5486.7566921 +308,1.83113859,0.221857587,88,-1.537424111,0.727521351,8593.0608872 +309,0.222428864,0.099404236,88,-1.537424111,0.727521351,6513.9669138 +310,-1.702731345,0.8728568183,88,-1.537424111,0.727521351,733.2475741 +311,-0.418507569,0.278324921,88,-1.537424111,0.727521351,4164.9954741 +312,-1.41153306,0.339029988,88,-1.537424111,0.727521351,1596.0894327 +313,0.357560442,0.114788776,88,-1.537424111,0.727521351,6859.055001 +314,0.325818979,0.268352149,88,-1.537424111,0.727521351,6345.8252654 +315,-1.246004659,-0.663679965,88,-1.537424111,0.727521351,5610.1875408 +316,1.814603087,0.637404484,88,-1.537424111,0.727521351,6983.8767565 +317,1.843704281,-0.18300445,88,-1.537424111,0.727521351,10131.678303 +318,1.690644492,-0.211480909,88,-1.537424111,0.727521351,10378.015381 +319,-1.275451936,0.068109467,88,-1.537424111,0.727521351,2772.1544909 +320,0.762430171,-0.207594741,88,-1.537424111,0.727521351,8890.5112902 +321,0.265668905,-0.014647884,88,-1.537424111,0.727521351,6945.4619461 +322,-2.773032013,-0.335515811,88,-1.537424111,0.727521351,6170.4077214 +323,-1.469512853,0.174058777,88,-1.537424111,0.727521351,2205.0086324 +324,0.286276986,0.785925691,88,-1.537424111,0.727521351,4854.4299224 +325,-1.379324697,0.377432233,88,-1.537424111,0.727521351,1483.471191 +326,-1.203778265,0.212813032,88,-1.537424111,0.727521351,2342.3894571 +327,0.579916301,0.611743168,88,-1.537424111,0.727521351,5967.6225934 +328,0.267582642,0.868113908,88,-1.537424111,0.727521351,4611.4450669 +329,0.412869244,-0.050245578,88,-1.537424111,0.727521351,7469.2163177 +330,0.17524381,0.976660285,88,-1.537424111,0.727521351,4184.6956943 +331,0.743157214,0.204812899,88,-1.537424111,0.727521351,7601.3591274 +332,-1.070758176,0.269382282,88,-1.537424111,0.727521351,2414.4567581 +333,-1.230364251,0.329790229,88,-1.537424111,0.727521351,1884.9348675 +334,-1.374813124,-0.024926835,88,-1.537424111,0.727521351,3037.0996836 +335,0.519780566,0.463669906,88,-1.537424111,0.727521351,6280.6566338 +336,-1.55108034,0.239698561,88,-1.537424111,0.727521351,1932.8376729 +337,0.180294813,0.029739425,88,-1.537424111,0.727521351,6576.9420878 +338,0.67820924,0.268170153,88,-1.537424111,0.727521351,7249.9760897 +339,0.445798684,1.024001867,88,-1.537424111,0.727521351,4538.1165551 +340,0.691751283,0.150521402,88,-1.537424111,0.727521351,7646.9153145 +341,-1.036643551,-0.903056181,88,-1.537424111,0.727521351,6684.5505506 +342,-0.120287036,1.083325163,88,-1.537424111,0.727521351,3465.3478533 +343,2.823513113,-0.304487164,88,-1.537424111,0.727521351,8047.0971274 +344,0.457583172,1.12513373,88,-1.537424111,0.727521351,4294.7822208 +345,0.042918831,0.813795399,88,-1.537424111,0.727521351,4245.5710755 +346,1.196146777,-0.853142756,88,-1.537424111,0.727521351,11209.058416 +347,0.206001358,-0.010430701,88,-1.537424111,0.727521351,6759.152106 +348,-0.268308653,0.234799412,88,-1.537424111,0.727521351,4718.4192094 +349,0.759363263,0.736189579,88,-1.537424111,0.727521351,5908.1347294 +350,0.181363926,0.891988372,88,-1.537424111,0.727521351,4379.8997135 +351,-0.021111158,0.139103292,88,-1.537424111,0.727521351,5695.603384 +352,-0.093355215,0.630686981,88,-1.537424111,0.727521351,4291.0469257 +353,0.40118964,0.681375926,88,-1.537424111,0.727521351,5382.6923407 +354,-0.721197315,1.304706234,88,-1.537424111,0.727521351,2702.5201055 +355,-1.076150317,0.212107639,88,-1.537424111,0.727521351,2589.6608433 +356,-1.577164531,0.273993443,88,-1.537424111,0.727521351,1801.5491537 +357,-0.190788414,0.182208586,88,-1.537424111,0.727521351,5082.2713615 +358,-0.261349752,0.209710184,88,-1.537424111,0.727521351,4802.954637 +359,-1.029303852,0.083549259,88,-1.537424111,0.727521351,3118.8736597 +360,-1.268609162,0.330525297,88,-1.537424111,0.727521351,1814.8673972 +361,1.282982244,-0.926641967,88,-1.537424111,0.727521351,11282.238775 +362,0.217352334,0.731352408,88,-1.537424111,0.727521351,4837.4029624 +363,-1.511833084,0.258629297,88,-1.537424111,0.727521351,1859.3524787 +364,0.338812194,0.823184618,88,-1.537424111,0.727521351,4868.9103403 +365,-0.324406489,1.134201999,88,-1.537424111,0.727521351,3076.5069253 +366,1.389579348,0.399185724,88,-1.537424111,0.727521351,7912.0143085 +367,2.047152199,-0.039082036,88,-1.537424111,0.727521351,9294.4253367 +368,0.947780369,0.568250077,88,-1.537424111,0.727521351,6781.3752155 +369,0.763824846,0.576754987,88,-1.537424111,0.727521351,6440.0559891 +370,-0.142334657,0.928153068,88,-1.537424111,0.727521351,3620.2791145 +371,0.610266567,0.547265983,88,-1.537424111,0.727521351,6229.0472295 +372,0.210731629,0.746815056,88,-1.537424111,0.727521351,4784.1819333 +373,-1.34931644,0.316895224,88,-1.537424111,0.727521351,1746.5442649 +374,2.407696481,0.655030745,88,-1.537424111,0.727521351,6245.7153955 +375,0.64207831,0.545359131,88,-1.537424111,0.727521351,6301.6669019 +376,1.174597538,0.840588356,88,-1.537424111,0.727521351,6053.2411751 +377,0.660059424,0.010604079,88,-1.537424111,0.727521351,7986.5540289 +378,-0.730263819,0.010486456,88,-1.537424111,0.727521351,4039.9973458 +379,0.831068936,0.512339172,88,-1.537424111,0.727521351,6777.892652 +380,1.301180979,0.72367476,88,-1.537424111,0.727521351,6594.103295 +381,1.811128231,0.322854402,88,-1.537424111,0.727521351,8214.6474556 +382,0.435105812,0.992284428,88,-1.537424111,0.727521351,4604.2726295 +383,0.62643634,0.592027932,88,-1.537424111,0.727521351,6123.898658 +384,0.492988703,-0.516339467,88,-1.537424111,0.727521351,8852.8005928 +385,-0.162469483,0.112549365,88,-1.537424111,0.727521351,5346.9850673 +386,0.314630866,0.472006421,88,-1.537424111,0.727521351,5754.4678477 +387,0.166744804,0.822815954,88,-1.537424111,0.727521351,4505.2421894 +388,0.417159608,0.965805736,88,-1.537424111,0.727521351,4643.8824479 +389,0.106334961,0.868774244,88,-1.537424111,0.727521351,4272.1137784 +390,0.815086969,-0.338144359,88,-1.537424111,0.727521351,9388.440083 +391,0.59867455,-0.230624824,88,-1.537424111,0.727521351,8488.3712351 +392,1.915104874,0.066220985,88,-1.537424111,0.727521351,9105.9060058 +393,1.278093622,0.064463721,88,-1.537424111,0.727521351,9093.795474 +394,-0.061477853,0.302997961,88,-1.537424111,0.727521351,5155.7107123 +395,0.251311504,0.626976942,88,-1.537424111,0.727521351,5182.5453433 +396,2.950242872,0.149095644,88,-1.537424111,0.727521351,6482.6989201 +397,-0.180294708,0.35375117,88,-1.537424111,0.727521351,4682.5196428 +398,1.010448592,-0.351180233,88,-1.537424111,0.727521351,9961.7670419 +399,-1.748740498,0.3686318073,88,-1.537424111,0.727521351,1587.1459176 +400,2.699635665,0.123533791,88,-1.537424111,0.727521351,7252.3648913 +401,0.496808033,0.823843254,88,-1.537424111,0.727521351,5175.3829591 +402,0.129574704,0.763364087,88,-1.537424111,0.727521351,4557.5431874 +403,1.798920311,0.817447563,88,-1.537424111,0.727521351,6285.9625715 +404,0.335987953,0.746786541,88,-1.537424111,0.727521351,5063.1078153 +405,-1.085413643,0.292154671,88,-1.537424111,0.727521351,2308.7174697 +406,-0.155321003,0.508207011,88,-1.537424111,0.727521351,4390.8395637 +407,0.620529244,-0.301175104,88,-1.537424111,0.727521351,8733.2806097 +408,1.684402744,0.368716966,88,-1.537424111,0.727521351,8091.6751967 +409,0.300582244,-0.386397212,88,-1.537424111,0.727521351,7996.9182219 +410,2.913555946,-0.009225192,88,-1.537424111,0.727521351,7016.0164807 +411,1.465101417,0.493232532,88,-1.537424111,0.727521351,7581.6962688 +412,0.090612882,0.907955955,88,-1.537424111,0.727521351,4157.5047794 +413,2.987564726,-0.729568594,88,-1.537424111,0.727521351,8514.4092887 +414,-1.484261606,0.224149272,88,-1.537424111,0.727521351,2002.287634 +415,0.164073421,0.303955133,88,-1.537424111,0.727521351,5800.6038663 +416,0.141441293,0.167552546,88,-1.537424111,0.727521351,6097.2049104 +417,2.931321023,-0.506718887,88,-1.537424111,0.727521351,8206.2234822 +418,2.21951565,0.700596356,88,-1.537424111,0.727521351,6370.3920873 +419,0.268112576,1.199114336,88,-1.537424111,0.727521351,3884.1525674 +420,0.978913739,0.359223811,88,-1.537424111,0.727521351,7567.0311554 +421,1.210898818,0.522863584,88,-1.537424111,0.727521351,7286.5903019 +422,2.347397336,0.129231362,88,-1.537424111,0.727521351,8113.4353658 +423,0.614394501,0.556878345,88,-1.537424111,0.727521351,6208.0315446 +424,-1.398079356,0.148483366,88,-1.537424111,0.727521351,2344.8835089 +425,2.535303836,-0.112984496,88,-1.537424111,0.727521351,8378.4194564 +426,-1.019372593,-0.405322349,88,-1.537424111,0.727521351,4872.8944921 +427,-1.297785627,-0.160104069,88,-1.537424111,0.727521351,3622.3332914 +428,2.144554488,0.205051084,88,-1.537424111,0.727521351,8257.5141421 +429,-2.242387083,-0.426171285,88,-1.537424111,0.727521351,5249.5848613 +430,0.338637212,0.909723676,88,-1.537424111,0.727521351,4647.4201394 +431,-0.148798452,0.691042401,88,-1.537424111,0.727521351,4018.1610745 +432,0.893524764,0.441829531,88,-1.537424111,0.727521351,7130.3365899 +433,0.969229347,-0.368847936,88,-1.537424111,0.727521351,9898.9184855 +434,0.436043248,0.800045688,88,-1.537424111,0.727521351,5125.8994519 +435,1.687946607,1.081504775,88,-1.537424111,0.727521351,5273.2771222 +436,0.522302046,-0.034889271,88,-1.537424111,0.727521351,7739.1962109 +437,-0.178996113,-0.438090009,88,-1.537424111,0.727521351,6776.5388261 +438,-1.094339566,0.301444068,88,-1.537424111,0.727521351,2259.0418184 +439,-1.064070054,0.242569932,88,-1.537424111,0.727521351,2515.8206087 +440,-1.068153768,0.230387998,88,-1.537424111,0.727521351,2546.5731038 +441,-3.00496892,-0.23989155,88,-1.537424111,0.727521351,6552.0096708 +442,0.21751974,0.766874888,88,-1.537424111,0.727521351,4750.5609719 +443,0.117229532,0.007619006,88,-1.537424111,0.727521351,6449.7471693 +444,0.777758451,0.420554741,88,-1.537424111,0.727521351,6980.7023261 +445,-0.252356999,0.250747086,88,-1.537424111,0.727521351,4725.2508805 +446,0.363148444,0.768483434,88,-1.537424111,0.727521351,5063.3555232 +447,0.903191366,-0.118210676,88,-1.537424111,0.727521351,8999.6077844 +448,-0.205755923,0.149406178,88,-1.537424111,0.727521351,5122.9282838 +449,1.811996086,0.02364353,88,-1.537424111,0.727521351,9376.3794603 +450,-1.100670221,0.314845373,88,-1.537424111,0.727521351,2202.1730972 +451,0.340078597,0.850105132,88,-1.537424111,0.727521351,4801.9194536 +452,0.258757267,0.804969236,88,-1.537424111,0.727521351,4747.6307707 +453,2.78505352,-0.155160804,88,-1.537424111,0.727521351,7779.7675272 +454,0.800551619,0.105822106,88,-1.537424111,0.727521351,8049.6728692 +455,0.437940882,-0.506194031,88,-1.537424111,0.727521351,8670.4674686 +456,2.230431122,0.63458615,88,-1.537424111,0.727521351,6590.9895816 +457,0.527965361,0.127667701,88,-1.537424111,0.727521351,7292.2591026 +458,-0.063643205,0.702093448,88,-1.537424111,0.727521351,4217.5203176 +459,1.408447268,0.133010502,88,-1.537424111,0.727521351,8962.0269113 +460,0.523795955,0.280266966,88,-1.537424111,0.727521351,6834.6629394 +461,-0.975769313,0.072177659,88,-1.537424111,0.727521351,3268.6379059 +462,0.549774164,-0.463663986,88,-1.537424111,0.727521351,8907.4572123 +463,0.29245874,1.095549818,88,-1.537424111,0.727521351,4130.6560194 +464,0.143625958,0.816809593,88,-1.537424111,0.727521351,4467.7564772 +465,0.671902494,0.611159853,88,-1.537424111,0.727521351,6154.3654167 +466,1.239840988,0.6724199,88,-1.537424111,0.727521351,6745.0148429 +467,0.607829703,-0.10932137,88,-1.537424111,0.727521351,8186.7229977 +468,1.763020906,0.263996692,88,-1.537424111,0.727521351,8473.6322342 +469,0.378714634,0.726066797,88,-1.537424111,0.727521351,5210.9212303 +470,2.196736143,-0.153862366,88,-1.537424111,0.727521351,9372.2474285 +471,0.01702415,0.148991565,88,-1.537424111,0.727521351,5782.1838049 +472,-2.998490902,-0.158002487,88,-1.537424111,0.727521351,6316.4925346 +473,-3.051262951,-0.346595608,88,-1.537424111,0.727521351,6962.6629092 +474,-1.069176439,0.182802941,88,-1.537424111,0.727521351,2701.9598052 +475,0.167157509,0.595344954,88,-1.537424111,0.727521351,5054.5799541 +476,0.613855648,0.681746124,88,-1.537424111,0.727521351,5821.0423241 +477,1.037012736,0.682555367,88,-1.537424111,0.727521351,6496.6268812 +478,-1.253574971,0.379755746,88,-1.537424111,0.727521351,1670.4822746 +479,3.108590453,-0.132620738,88,-1.537424111,0.727521351,6766.4369469 +480,0.565301296,0.022333262,88,-1.537424111,0.727521351,7696.9581819 +481,0.547898238,0.855555614,88,-1.537424111,0.727521351,5175.8996035 +482,0.948309381,0.417393755,88,-1.537424111,0.727521351,7310.9150818 +483,-0.050600732,0.945269213,88,-1.537424111,0.727521351,3791.6269912 +484,-0.977651478,-0.572363064,88,-1.537424111,0.727521351,5538.0599226 +485,1.102014914,0.728861163,88,-1.537424111,0.727521351,6401.7818312 +486,2.927300795,-0.282939414,88,-1.537424111,0.727521351,7686.8228439 +487,-1.154565557,0.124434095,88,-1.537424111,0.727521351,2741.2266049 +488,1.855331234,0.291044755,88,-1.537424111,0.727521351,8305.6957056 +489,0.830290659,0.276904518,88,-1.537424111,0.727521351,7562.3487143 +490,0.485104466,-0.234867441,88,-1.537424111,0.727521351,8168.1621584 +491,0.521367572,-0.33161327,88,-1.537424111,0.727521351,8517.2334415 +1,-1.539031704,0.7349710123,89,-1.539384641,0.7259505092,35.745383277 +2,-1.536990553,0.7349663874,89,-1.539384641,0.7259505092,36.403740225 +3,-1.534951779,0.7349571355,89,-1.539384641,0.7259505092,37.997056339 +4,-1.532906461,0.7349480293,89,-1.539384641,0.7259505092,40.440936314 +5,-1.531320211,0.7346937278,89,-1.539384641,0.7259505092,42.01931245 +6,-1.539451648,0.7335131775,89,-1.539384641,0.7259505092,29.956382654 +7,-1.537429487,0.7335445708,89,-1.539384641,0.7259505092,30.628890315 +8,-1.535484998,0.7335658704,89,-1.539384641,0.7259505092,32.286784782 +9,-1.533488396,0.7336036027,89,-1.539384641,0.7259505092,34.95614977 +10,-1.531497785,0.7335842962,89,-1.539384641,0.7259505092,38.163272033 +11,-1.530259379,0.7334777758,89,-1.539384641,0.7259505092,40.184401262 +12,-1.5335454,0.7322346912,89,-1.539384641,0.7259505092,30.284132782 +13,-1.531489083,0.7322238773,89,-1.539384641,0.7259505092,34.080163968 +14,-1.530011122,0.7321679851,89,-1.539384641,0.7259505092,37.057556729 +15,-1.53348106,0.7306614094,89,-1.539384641,0.7259505092,25.548923149 +16,-1.531441779,0.7306962275,89,-1.539384641,0.7259505092,30.07728143 +17,-1.529755654,0.7306933243,89,-1.539384641,0.7259505092,34.104409121 +18,-1.533415048,0.7291384674,89,-1.539384641,0.7259505092,21.709060084 +19,-1.531392093,0.7291705353,89,-1.539384641,0.7259505092,26.863428756 +20,-1.529296523,0.7291214933,89,-1.539384641,0.7259505092,32.377471579 +21,-1.535280942,0.727267644,89,-1.539384641,0.7259505092,13.222120453 +22,-1.533378158,0.7276139666,89,-1.539384641,0.7259505092,18.961512353 +23,-1.531340368,0.7276446587,89,-1.539384641,0.7259505092,24.739156489 +24,-1.528960113,0.7276398177,89,-1.539384641,0.7259505092,31.574592576 +25,-1.533313146,0.7260818349,89,-1.539384641,0.7259505092,17.992099038 +26,-1.531259555,0.7260958115,89,-1.539384641,0.7259505092,24.074309241 +27,-1.528926415,0.7260865555,89,-1.539384641,0.7259505092,30.983242076 +28,-1.531226779,0.7245511789,89,-1.539384641,0.7259505092,24.808185897 +29,-1.528904772,0.7245519194,89,-1.539384641,0.7259505092,31.553903436 +30,-1.547195875,0.7409785979,89,-1.539384641,0.7259505092,63.809231714 +31,-1.5451475,0.740980426,89,-1.539384641,0.7259505092,61.901201803 +32,-1.543097679,0.7409798872,89,-1.539384641,0.7259505092,60.525548362 +33,-1.540720364,0.7409892687,89,-1.539384641,0.7259505092,59.698036844 +34,-1.547188511,0.7395198392,89,-1.539384641,0.7259505092,58.453454457 +35,-1.545148587,0.7395226109,89,-1.539384641,0.7259505092,56.374206519 +36,-1.543104538,0.7395314908,89,-1.539384641,0.7259505092,54.897913628 +37,-1.540727751,0.7395306258,89,-1.539384641,0.7259505092,53.936008404 +38,-1.547187029,0.7380014886,89,-1.539384641,0.7259505092,52.981136738 +39,-1.545147315,0.7380012252,89,-1.539384641,0.7259505092,50.662704091 +40,-1.54310719,0.7380060743,89,-1.539384641,0.7259505092,48.995483288 +41,-1.540719671,0.7380068206,89,-1.539384641,0.7259505092,47.916769753 +42,-1.547187189,0.7364799098,89,-1.539384641,0.7259505092,47.630791485 +43,-1.545149996,0.7364853874,89,-1.539384641,0.7259505092,45.05802538 +44,-1.543106091,0.7364823484,89,-1.539384641,0.7259505092,43.135434149 +45,-1.540717158,0.7364893901,89,-1.539384641,0.7259505092,41.928975009 +46,-1.538663972,0.7410138672,89,-1.539384641,0.7259505092,59.703627951 +47,-1.53695285,0.7409699132,89,-1.539384641,0.7259505092,59.920606362 +48,-1.534910498,0.7409641297,89,-1.539384641,0.7259505092,60.908658606 +49,-1.533145034,0.7409536636,89,-1.539384641,0.7259505092,62.198842985 +50,-1.538681336,0.7395405883,89,-1.539384641,0.7259505092,53.870117319 +51,-1.536999189,0.7395183096,89,-1.539384641,0.7259505092,54.199067258 +52,-1.534923633,0.7395144222,89,-1.539384641,0.7259505092,55.308892313 +53,-1.533267822,0.7395654306,89,-1.539384641,0.7259505092,56.856374151 +54,-1.53867273,0.7380151077,89,-1.539384641,0.7259505092,47.83388559 +55,-1.536980576,0.7379994392,89,-1.539384641,0.7259505092,48.248576722 +56,-1.534931522,0.7379944961,89,-1.539384641,0.7259505092,49.477587266 +57,-1.533387952,0.7379480264,89,-1.539384641,0.7259505092,50.700505043 +58,-1.538682279,0.7364914363,89,-1.539384641,0.7259505092,41.803934587 +59,-1.536980704,0.7364810563,89,-1.539384641,0.7259505092,42.309391969 +60,-1.534935567,0.7364752065,89,-1.539384641,0.7259505092,43.703400416 +61,-1.533042592,0.7363876366,89,-1.539384641,0.7259505092,45.373873415 +62,-1.545143426,0.7349628011,89,-1.539384641,0.7259505092,39.534898164 +63,-1.543105297,0.7349691947,89,-1.539384641,0.7259505092,37.371598913 +64,-1.541064533,0.7349647152,89,-1.539384641,0.7259505092,36.047629804 +65,-1.545411803,0.7334624714,89,-1.539384641,0.7259505092,34.669833906 +66,-1.543446606,0.7334780896,89,-1.539384641,0.7259505092,32.138079048 +67,-1.541475327,0.7334957295,89,-1.539384641,0.7259505092,30.517351189 +68,-1.545401939,0.731963266,89,-1.539384641,0.7259505092,29.719705228 +69,-1.54342253,0.7319915583,89,-1.539384641,0.7259505092,26.737341757 +70,-1.541455867,0.7320216438,89,-1.539384641,0.7259505092,24.814054657 +71,-1.545410146,0.7304422281,89,-1.539384641,0.7259505092,25.176832571 +72,-1.543435491,0.7304713664,89,-1.539384641,0.7259505092,21.542578067 +73,-1.541463105,0.7304997613,89,-1.539384641,0.7259505092,19.038421389 +74,-1.545414768,0.7289194936,89,-1.539384641,0.7259505092,21.36700416 +75,-1.543435774,0.7289538557,89,-1.539384641,0.7259505092,16.886484005 +76,-1.541457714,0.7289765881,89,-1.539384641,0.7259505092,13.464130605 +77,-1.539449415,0.7320555866,89,-1.539384641,0.7259505092,24.182968796 +78,-1.537429183,0.7321097681,89,-1.539384641,0.7259505092,25.071421449 +79,-1.535472649,0.7321497267,89,-1.539384641,0.7259505092,27.13864573 +80,-1.539457899,0.7305333307,89,-1.539384641,0.7259505092,18.153847806 +81,-1.537453161,0.7305750503,89,-1.539384641,0.7259505092,19.187094616 +82,-1.535479385,0.7306124949,89,-1.539384641,0.7259505092,21.777850841 +83,-1.53946905,0.7290102593,89,-1.539384641,0.7259505092,12.122242441 +84,-1.537459922,0.7290417293,89,-1.539384641,0.7259505092,13.503426069 +85,-1.535451349,0.7290890157,89,-1.539384641,0.7259505092,17.027238339 +86,-1.535522937,0.7279887191,89,-1.539384641,0.7259505092,13.993049933 +87,-1.539442524,0.7274735939,89,-1.539384641,0.7259505092,6.0353717369 +88,-1.537424111,0.727521351,89,-1.539384641,0.7259505092,8.5086327405 +89,-1.539384641,0.7259505092,89,-1.539384641,0.7259505092,2.9681431413 +90,-1.537372391,0.7259947145,89,-1.539384641,0.7259505092,5.9633593474 +91,-1.535340789,0.7260435356,89,-1.539384641,0.7259505092,11.984305167 +92,-1.539325716,0.7244369706,89,-1.539384641,0.7259505092,5.9976701921 +93,-1.537308932,0.7244801057,89,-1.539384641,0.7259505092,8.4723228303 +94,-1.535289068,0.7245247645,89,-1.539384641,0.7259505092,13.389279748 +95,-1.533261366,0.7245550236,89,-1.539384641,0.7259505092,18.973263476 +96,-1.539267302,0.722921924,89,-1.539384641,0.7259505092,12.001274303 +97,-1.537248972,0.7229660258,89,-1.539384641,0.7259505092,13.411912373 +98,-1.535219431,0.7229916471,89,-1.539384641,0.7259505092,17.02941318 +99,-1.53318962,0.7230212049,89,-1.539384641,0.7259505092,21.732074861 +100,-1.531154816,0.7230299897,89,-1.539384641,0.7259505092,27.013136299 +101,-1.528878341,0.7230370244,89,-1.539384641,0.7259505092,33.231191967 +102,-1.539218189,0.7214009878,89,-1.539384641,0.7259505092,18.027425687 +103,-1.537198791,0.7214422745,89,-1.539384641,0.7259505092,18.999259668 +104,-1.535179266,0.7214634354,89,-1.539384641,0.7259505092,21.718641863 +105,-1.533156501,0.7214944644,89,-1.539384641,0.7259505092,25.559153582 +106,-1.53113574,0.7215166021,89,-1.539384641,0.7259505092,30.13139446 +107,-1.528874248,0.7215345535,89,-1.539384641,0.7259505092,35.765001933 +108,-1.539217656,0.7198512397,89,-1.539384641,0.7259505092,24.164297396 +109,-1.537199919,0.7199428763,89,-1.539384641,0.7259505092,24.665118414 +110,-1.545425832,0.727397149,89,-1.539384641,0.7259505092,18.779904025 +111,-1.543371177,0.7273916949,89,-1.539384641,0.7259505092,13.109900436 +112,-1.541368852,0.7274523163,89,-1.539384641,0.7259505092,8.3599949259 +113,-1.545349067,0.7258710923,89,-1.539384641,0.7259505092,17.671878285 +114,-1.54332671,0.7258603556,89,-1.539384641,0.7259505092,11.683544822 +115,-1.541346831,0.7259242142,89,-1.539384641,0.7259505092,5.8136132573 +116,-1.545324355,0.7243383958,89,-1.539384641,0.7259505092,18.729956984 +117,-1.543292796,0.7243617413,89,-1.539384641,0.7259505092,13.184182606 +118,-1.541295822,0.7244024384,89,-1.539384641,0.7259505092,8.3484716739 +119,-1.543193859,0.7205570215,89,-1.539384641,0.7259505092,24.173172967 +120,-1.550257047,0.7386738187,89,-1.539384641,0.7259505092,59.710991572 +121,-1.549335448,0.7311736483,89,-1.539384641,0.7259505092,35.956968172 +122,-1.533478843,0.7179891343,89,-1.539384641,0.7259505092,36.092666067 +123,-1.556150555,0.738907041,89,-1.539384641,0.7259505092,71.217877884 +124,-1.554324226,0.733414257,89,-1.539384641,0.7259505092,53.099520878 +125,-1.554290846,0.7288285332,89,-1.539384641,0.7259505092,45.549696077 +126,-1.55122487,0.7219795312,89,-1.539384641,0.7259505092,38.495978843 +127,-1.525104458,0.7229399862,89,-1.539384641,0.7259505092,44.005069721 +128,-1.519607711,0.7236181429,89,-1.539384641,0.7259505092,59.368720409 +129,-1.513899999,0.7251107854,89,-1.539384641,0.7259505092,75.593798124 +130,-1.536620762,0.7431061895,89,-1.539384641,0.7259505092,68.437604064 +131,-1.5369566,0.7460845958,89,-1.539384641,0.7259505092,80.068986999 +132,-1.545345528,0.7447040685,89,-1.539384641,0.7259505092,76.318533648 +133,-1.532813921,0.7432306626,89,-1.539384641,0.7259505092,71.119379349 +134,-1.554788248,0.7382381001,89,-1.539384641,0.7259505092,66.544464901 +135,-1.540348126,0.7301594274,89,-1.539384641,0.7259505092,16.913171667 +136,-1.538016084,0.7239051786,89,-1.539384641,0.7259505092,9.060939111 +137,-1.525288962,0.7258085137,89,-1.539384641,0.7259505092,41.762011583 +138,-1.534326986,0.731241342,89,-1.539384641,0.7259505092,25.741196266 +139,-1.530733872,0.7303625216,89,-1.539384641,0.7259505092,30.97638408 +141,-1.534354939,0.7328219978,89,-1.539384641,0.7259505092,31.007352097 +142,-1.53157084,0.7292888153,89,-1.539384641,0.7259505092,26.62773239 +143,-1.525691035,0.7263799874,89,-1.539384641,0.7259505092,40.592470992 +144,-1.534031287,0.7495967835,89,-1.539384641,0.7259505092,94.967873204 +145,-1.527714986,0.7283095957,89,-1.539384641,0.7259505092,35.774709043 +146,-1.526189586,0.7271468292,89,-1.539384641,0.7259505092,39.35326088 +147,-1.555177336,0.7375563366,89,-1.539384641,0.7259505092,65.416139057 +148,-1.555080283,0.7312707794,89,-1.539384641,0.7259505092,50.947645638 +149,-1.53856994,0.7224180299,89,-1.539384641,0.7259505092,14.199401051 +150,-1.530837883,0.729933372,89,-1.539384641,0.7259505092,29.792991398 +151,-1.515066984,0.5854133365,89,-1.539384641,0.7259505092,561.85518406 +152,-1.534731633,0.5368370046,89,-1.539384641,0.7259505092,749.22516475 +153,-1.515231902,0.5607085576,89,-1.539384641,0.7259505092,658.95676069 +154,-2.616253799,1.0684566605,89,-1.539384641,0.7259505092,2847.4806912 +155,-1.956071439,0.5792177723,89,-1.539384641,0.7259505092,1428.1694582 +156,-1.951208514,0.5602434208,89,-1.539384641,0.7259505092,1454.5121455 +157,-1.944675062,0.6062144545,89,-1.539384641,0.7259505092,1343.2319926 +158,-1.613778386,0.6077989518,89,-1.539384641,0.7259505092,521.96393908 +159,-2.035029014,0.6021432345,89,-1.539384641,0.7259505092,1613.479969 +160,-2.114989471,0.6801825058,89,-1.539384641,0.7259505092,1738.0879057 +161,-2.037382079,0.5765830025,89,-1.539384641,0.7259505092,1667.24626 +162,-2.129855121,0.6585019963,89,-1.539384641,0.7259505092,1808.4438796 +163,-2.075141798,0.6493615843,89,-1.539384641,0.7259505092,1658.5830975 +164,-1.828626729,0.6948433129,89,-1.539384641,0.7259505092,875.8537074 +165,-1.863329418,0.6735427691,89,-1.539384641,0.7259505092,1001.2269682 +166,-1.266037071,0.727988852,89,-1.539384641,0.7259505092,807.9299496 +167,-1.277579582,0.7249010648,89,-1.539384641,0.7259505092,774.94064983 +168,-1.258418684,0.7241194816,89,-1.539384641,0.7259505092,831.80524121 +169,-1.317813974,0.6804850104,89,-1.539384641,0.7259505092,692.50439575 +170,-1.344165204,0.6790988904,89,-1.539384641,0.7259505092,618.1194417 +171,-1.427582102,0.5277120351,89,-1.539384641,0.7259505092,862.59981286 +172,-1.402238616,0.457167829,89,-1.539384641,0.7259505092,1154.9094242 +173,-1.422454264,0.4996161999,89,-1.539384641,0.7259505092,972.47476161 +174,-1.439089277,0.4894859811,89,-1.539384641,0.7259505092,991.16410431 +175,-1.448126995,0.5182330266,89,-1.539384641,0.7259505092,873.17173586 +176,-1.474626146,0.5881926574,89,-1.539384641,0.7259505092,582.07012894 +177,-1.421139645,0.5584869783,89,-1.539384641,0.7259505092,761.39520897 +178,-1.457037165,0.565943032,89,-1.539384641,0.7259505092,684.92656327 +179,-2.757159358,0.3745319,89,-1.539384641,0.7259505092,4223.011427 +180,-2.714309238,0.342054471,89,-1.539384641,0.7259505092,4173.7419404 +181,-2.000525337,0.774119946,89,-1.539384641,0.7259505092,1344.0292472 +183,-1.571413436,0.6777838382,89,-1.539384641,0.7259505092,213.9620856 +184,-1.552860289,0.6987663893,89,-1.539384641,0.7259505092,115.00331473 +185,-1.521852374,0.7165827476,89,-1.539384641,0.7259505092,64.003898739 +186,-1.503656267,0.6928968252,89,-1.539384641,0.7259505092,169.3143946 +187,-1.502753178,0.7136205882,89,-1.539384641,0.7259505092,119.53305052 +188,-1.631894563,0.7343596465,89,-1.539384641,0.7259505092,274.99631819 +189,-1.653765416,0.6770714026,89,-1.539384641,0.7259505092,396.39212798 +190,-1.719812114,0.6715965947,89,-1.539384641,0.7259505092,587.52696627 +191,-1.493406659,0.6646955447,89,-1.539384641,0.7259505092,280.00802867 +192,-1.469120564,0.6613469966,89,-1.539384641,0.7259505092,333.50006655 +193,-1.590551461,0.5326612937,89,-1.539384641,0.7259505092,782.81461882 +194,-1.625979264,0.5247742243,89,-1.539384641,0.7259505092,843.58229144 +195,-1.572293943,0.5238808754,89,-1.539384641,0.7259505092,807.28873421 +196,-1.610848725,0.5477107964,89,-1.539384641,0.7259505092,741.53225937 +197,-1.208485554,0.7918526018,89,-1.539384641,0.7259505092,983.59570676 +198,-1.335601374,0.6869083083,89,-1.539384641,0.7259505092,632.63316361 +199,-1.346156996,0.6825213377,89,-1.539384641,0.7259505092,607.62942447 +200,-1.324381037,0.6741422347,89,-1.539384641,0.7259505092,682.18386595 +201,-1.242424992,0.7378949807,89,-1.539384641,0.7259505092,874.82709445 +202,-1.270370057,0.7392461008,89,-1.539384641,0.7259505092,792.84271998 +203,-1.448950472,0.7441675014,89,-1.539384641,0.7259505092,275.28848652 +204,-1.492662363,0.7523026852,89,-1.539384641,0.7259505092,172.03917491 +205,-1.479098966,0.7763855017,89,-1.539384641,0.7259505092,265.22186296 +206,-1.633760714,0.7869022408,89,-1.539384641,0.7259505092,363.45134962 +207,-1.647406434,0.8101289331,89,-1.539384641,0.7259505092,453.46945089 +208,-1.564245052,0.5701509278,89,-1.539384641,0.7259505092,622.06846808 +209,-1.646289963,0.6833746083,89,-1.539384641,0.7259505092,363.8940301 +210,-1.5820631,0.6751952144,89,-1.539384641,0.7259505092,238.97035508 +211,-1.613236298,0.6681681791,89,-1.539384641,0.7259505092,320.37034335 +212,-1.914661867,0.8212566515,89,-1.539384641,0.7259505092,1124.0803283 +213,-1.742133237,0.7250275956,89,-1.539384641,0.7259505092,600.40683538 +214,-2.033144872,0.6557314699,89,-1.539384641,0.7259505092,1525.6610814 +215,-2.039551981,0.6964723658,89,-1.539384641,0.7259505092,1498.4991798 +216,-1.247341019,0.7622473908,89,-1.539384641,0.7259505092,861.56639871 +217,-1.298239787,0.7084123392,89,-1.539384641,0.7259505092,722.439918 +218,-1.308539688,0.6926545592,89,-1.539384641,0.7259505092,705.52219268 +219,-1.303263185,0.6888938396,89,-1.539384641,0.7259505092,725.03145723 +220,-1.852400229,0.6004246149,89,-1.539384641,0.7259505092,1093.3048962 +221,-1.288947707,0.7473773692,89,-1.539384641,0.7259505092,738.74725798 +222,-1.372031502,0.7472790993,89,-1.539384641,0.7259505092,497.95825057 +223,-1.289805721,0.7242157877,89,-1.539384641,0.7259505092,739.08296593 +224,-1.350807603,0.7533498126,89,-1.539384641,0.7259505092,561.9255085 +225,-1.329290365,0.7560442322,89,-1.539384641,0.7259505092,624.85935076 +226,-1.410153004,0.616936428,89,-1.539384641,0.7259505092,588.66240638 +227,-1.393445434,0.6308995063,89,-1.539384641,0.7259505092,586.2695035 +228,-1.37595573,0.6241540638,89,-1.539384641,0.7259505092,645.83866133 +229,-1.358388707,0.6172645205,89,-1.539384641,0.7259505092,706.45317959 +230,-1.753741133,0.8281661666,89,-1.539384641,0.7259505092,726.95050198 +231,-1.47430987,0.6834615681,89,-1.539384641,0.7259505092,258.57063046 +232,-1.421012508,0.7222725206,89,-1.539384641,0.7259505092,351.43792035 +233,-1.4476833,0.6978557868,89,-1.539384641,0.7259505092,296.60512878 +234,-1.470370723,0.6966193374,89,-1.539384641,0.7259505092,237.4085885 +235,-1.429211703,0.7037216883,89,-1.539384641,0.7259505092,341.03420032 +236,-1.700578405,0.6178673663,89,-1.539384641,0.7259505092,657.32267469 +237,-1.678117619,0.6331716163,89,-1.539384641,0.7259505092,563.25759975 +238,-1.725644578,0.6316331145,89,-1.539384641,0.7259505092,684.2637158 +239,-2.14012759,0.7930497945,89,-1.539384641,0.7259505092,1732.3891746 +240,-2.103289431,0.7653606263,89,-1.539384641,0.7259505092,1637.8330032 +241,-1.318739838,0.7017808746,89,-1.539384641,0.7259505092,666.8609884 +242,-1.396417427,0.7077900843,89,-1.539384641,0.7259505092,432.75299275 +243,-1.35650337,0.7185539404,89,-1.539384641,0.7259505092,543.97926182 +244,-1.248884539,0.7274156818,89,-1.539384641,0.7259505092,858.6698357 +245,-1.395014798,0.5761185243,89,-1.539384641,0.7259505092,746.95793011 +246,-1.433377362,0.6064716109,89,-1.539384641,0.7259505092,576.65703366 +247,-1.408172432,0.5903155476,89,-1.539384641,0.7259505092,675.93596803 +248,-1.749645898,0.7757118084,89,-1.539384641,0.7259505092,639.30418483 +249,-1.571626686,0.615046989,89,-1.539384641,0.7259505092,450.50780662 +250,-1.514070049,0.6303003037,89,-1.539384641,0.7259505092,386.81576542 +251,-1.480890369,0.6237966528,89,-1.539384641,0.7259505092,443.132396 +252,-1.704390658,0.5281680612,89,-1.539384641,0.7259505092,944.06986701 +253,-1.64434733,0.5254277498,89,-1.539384641,0.7259505092,862.21664701 +254,-1.703855997,0.4792484842,89,-1.539384641,0.7259505092,1113.197725 +255,-1.692002383,0.5748825051,89,-1.539384641,0.7259505092,766.90308624 +256,-1.854136457,0.5544643913,89,-1.539384641,0.7259505092,1204.8125282 +257,-1.665021206,0.520317736,89,-1.539384641,0.7259505092,908.40195908 +258,-1.733654349,0.4845187345,89,-1.539384641,0.7259505092,1144.4741546 +259,-1.720938188,0.5135933906,89,-1.539384641,0.7259505092,1023.0434772 +260,-1.742668307,0.553296122,89,-1.539384641,0.7259505092,939.03143444 +261,-1.965659039,0.7142126903,89,-1.539384641,0.7259505092,1265.9243982 +262,-1.944438071,0.6772834804,89,-1.539384641,0.7259505092,1236.6673565 +263,-1.270340967,0.7681487096,89,-1.539384641,0.7259505092,798.2823691 +264,-1.353091884,0.6549276821,89,-1.539384641,0.7259505092,634.0303511 +265,-1.333236659,0.6413584414,89,-1.539384641,0.7259505092,715.35909147 +266,-1.352015998,0.6753788907,89,-1.539384641,0.7259505092,601.14386298 +267,-1.377988483,0.6577816235,89,-1.539384641,0.7259505092,561.0319202 +268,-2.13075611,0.8318642051,89,-1.539384641,0.7259505092,1704.249987 +269,-2.097910953,0.8259670014,89,-1.539384641,0.7259505092,1615.5870871 +270,-1.416382069,0.6694271549,89,-1.539384641,0.7259505092,435.13237298 +271,-1.538905672,0.7535625993,89,-1.539384641,0.7259505092,109.38046413 +272,-1.572309477,0.7803125099,89,-1.539384641,0.7259505092,235.39348808 +273,-1.87759879,0.7503853417,89,-1.539384641,0.7259505092,993.44377214 +274,1.152365588,0.590457682,89,-1.539384641,0.7259505092,6978.5091501 +275,0.350198001,0.718001859,89,-1.539384641,0.7259505092,5179.2487121 +276,0.046513677,0.491503852,89,-1.539384641,0.7259505092,5001.1315796 +277,0.027510309,0.742571376,89,-1.539384641,0.7259505092,4368.4862647 +278,0.306285725,-0.214631579,89,-1.539384641,0.7259505092,7594.9004169 +279,-1.100564889,0.318051531,89,-1.539384641,0.7259505092,2192.6969208 +280,-1.078582306,0.301437596,89,-1.539384641,0.7259505092,2295.2950844 +281,-1.137371989,-0.617634065,89,-1.539384641,0.7259505092,5518.5077136 +282,0.784356344,0.703272339,89,-1.539384641,0.7259505092,6066.3283067 +283,-1.221209947,0.218327455,89,-1.539384641,0.7259505092,2291.6359822 +284,2.347301921,-0.449114658,89,-1.539384641,0.7259505092,9787.3526221 +285,0.246820618,0.830553713,89,-1.539384641,0.7259505092,4668.0675352 +286,0.829414965,0.703288228,89,-1.539384641,0.7259505092,6139.0019641 +287,-1.337537566,0.42332223,89,-1.539384641,0.7259505092,1370.778525 +288,0.882453706,0.454478077,89,-1.539384641,0.7259505092,7075.6277441 +289,1.575629659,0.416419109,89,-1.539384641,0.7259505092,7917.8706062 +290,-1.039455679,0.229888244,89,-1.539384641,0.7259505092,2611.9814687 +291,0.489558039,0.934482747,89,-1.539384641,0.7259505092,4858.8576014 +292,0.081344504,0.88384514,89,-1.539384641,0.7259505092,4195.3431343 +293,-1.547979814,0.300350308,89,-1.539384641,0.7259505092,1686.0555449 +294,0.040776181,0.168560074,89,-1.539384641,0.7259505092,5807.3826815 +295,-1.130374745,0.563894876,89,-1.539384641,0.7259505092,1438.684782 +296,1.578326642,0.478507176,89,-1.539384641,0.7259505092,7672.1885325 +297,-1.12861823,-0.291640865,89,-1.539384641,0.7259505092,4302.5223803 +298,0.310524208,0.770885792,89,-1.539384641,0.7259505092,4953.6057392 +299,0.415649091,-0.387246002,89,-1.539384641,0.7259505092,8343.0655171 +300,-0.926533878,-0.188022748,89,-1.539384641,0.7259505092,4252.8176739 +301,1.258856172,-0.11716081,89,-1.539384641,0.7259505092,9746.6878414 +302,-1.126050026,0.322941926,89,-1.539384641,0.7259505092,2119.9762757 +303,2.002785835,0.07893892,89,-1.539384641,0.7259505092,8942.8766497 +304,0.440437607,0.746258085,89,-1.539384641,0.7259505092,5293.3301684 +305,-0.030391866,0.214441206,89,-1.539384641,0.7259505092,5479.2457651 +306,0.521557815,-0.058929362,89,-1.539384641,0.7259505092,7811.1884044 +307,-0.097005111,0.13317729,89,-1.539384641,0.7259505092,5492.6499798 +308,1.83113859,0.221857587,89,-1.539384641,0.7259505092,8597.5079426 +309,0.222428864,0.099404236,89,-1.539384641,0.7259505092,6520.8957591 +310,-1.702731345,0.8728568183,89,-1.539384641,0.7259505092,735.04702525 +311,-0.418507569,0.278324921,89,-1.539384641,0.7259505092,4170.2550388 +312,-1.41153306,0.339029988,89,-1.539384641,0.7259505092,1591.9314448 +313,0.357560442,0.114788776,89,-1.539384641,0.7259505092,6866.4596684 +314,0.325818979,0.268352149,89,-1.539384641,0.7259505092,6353.5719228 +315,-1.246004659,-0.663679965,89,-1.539384641,0.7259505092,5605.4657812 +316,1.814603087,0.637404484,89,-1.539384641,0.7259505092,6989.0090762 +317,1.843704281,-0.18300445,89,-1.539384641,0.7259505092,10134.841859 +318,1.690644492,-0.211480909,89,-1.539384641,0.7259505092,10383.149259 +319,-1.275451936,0.068109467,89,-1.539384641,0.7259505092,2768.7973516 +320,0.762430171,-0.207594741,89,-1.539384641,0.7259505092,8898.1577782 +321,0.265668905,-0.014647884,89,-1.539384641,0.7259505092,6952.1068207 +322,-2.773032013,-0.335515811,89,-1.539384641,0.7259505092,6162.4148704 +323,-1.469512853,0.174058777,89,-1.539384641,0.7259505092,2199.5835926 +324,0.286276986,0.785925691,89,-1.539384641,0.7259505092,4862.921738 +325,-1.379324697,0.377432233,89,-1.539384641,0.7259505092,1480.1154136 +326,-1.203778265,0.212813032,89,-1.539384641,0.7259505092,2340.6460482 +327,0.579916301,0.611743168,89,-1.539384641,0.7259505092,5976.128503 +328,0.267582642,0.868113908,89,-1.539384641,0.7259505092,4619.9536722 +329,0.412869244,-0.050245578,89,-1.539384641,0.7259505092,7476.2454849 +330,0.17524381,0.976660285,89,-1.539384641,0.7259505092,4193.1883689 +331,0.743157214,0.204812899,89,-1.539384641,0.7259505092,7609.7594473 +332,-1.070758176,0.269382282,89,-1.539384641,0.7259505092,2414.8099124 +333,-1.230364251,0.329790229,89,-1.539384641,0.7259505092,1883.7195619 +334,-1.374813124,-0.024926835,89,-1.539384641,0.7259505092,3032.4143134 +335,0.519780566,0.463669906,89,-1.539384641,0.7259505092,6289.0555042 +336,-1.55108034,0.239698561,89,-1.539384641,0.7259505092,1926.4650772 +337,0.180294813,0.029739425,89,-1.539384641,0.7259505092,6583.4536765 +338,0.67820924,0.268170153,89,-1.539384641,0.7259505092,7258.3596779 +339,0.445798684,1.024001867,89,-1.539384641,0.7259505092,4546.4540073 +340,0.691751283,0.150521402,89,-1.539384641,0.7259505092,7655.1842525 +341,-1.036643551,-0.903056181,89,-1.539384641,0.7259505092,6680.3549494 +342,-0.120287036,1.083325163,89,-1.539384641,0.7259505092,3473.8107256 +343,2.823513113,-0.304487164,89,-1.539384641,0.7259505092,8041.2490272 +344,0.457583172,1.12513373,89,-1.539384641,0.7259505092,4302.934156 +345,0.042918831,0.813795399,89,-1.539384641,0.7259505092,4253.988427 +346,1.196146777,-0.853142756,89,-1.539384641,0.7259505092,11210.704045 +347,0.206001358,-0.010430701,89,-1.539384641,0.7259505092,6765.5936508 +348,-0.268308653,0.234799412,89,-1.539384641,0.7259505092,4724.1044204 +349,0.759363263,0.736189579,89,-1.539384641,0.7259505092,5916.5322503 +350,0.181363926,0.891988372,89,-1.539384641,0.7259505092,4388.4071387 +351,-0.021111158,0.139103292,89,-1.539384641,0.7259505092,5701.8227261 +352,-0.093355215,0.630686981,89,-1.539384641,0.7259505092,4298.9356777 +353,0.40118964,0.681375926,89,-1.539384641,0.7259505092,5391.1711371 +354,-0.721197315,1.304706234,89,-1.539384641,0.7259505092,2710.2110708 +355,-1.076150317,0.212107639,89,-1.539384641,0.7259505092,2589.4829332 +356,-1.577164531,0.273993443,89,-1.539384641,0.7259505092,1794.8559237 +357,-0.190788414,0.182208586,89,-1.539384641,0.7259505092,5088.0150154 +358,-0.261349752,0.209710184,89,-1.539384641,0.7259505092,4808.5383484 +359,-1.029303852,0.083549259,89,-1.539384641,0.7259505092,3118.322527 +360,-1.268609162,0.330525297,89,-1.539384641,0.7259505092,1813.0654507 +361,1.282982244,-0.926641967,89,-1.539384641,0.7259505092,11281.323285 +362,0.217352334,0.731352408,89,-1.539384641,0.7259505092,4845.8266327 +363,-1.511833084,0.258629297,89,-1.539384641,0.7259505092,1853.4704606 +364,0.338812194,0.823184618,89,-1.539384641,0.7259505092,4877.4187203 +365,-0.324406489,1.134201999,89,-1.539384641,0.7259505092,3084.9192816 +366,1.389579348,0.399185724,89,-1.539384641,0.7259505092,7919.3371226 +367,2.047152199,-0.039082036,89,-1.539384641,0.7259505092,9295.9074745 +368,0.947780369,0.568250077,89,-1.539384641,0.7259505092,6789.7056848 +369,0.763824846,0.576754987,89,-1.539384641,0.7259505092,6448.5402412 +370,-0.142334657,0.928153068,89,-1.539384641,0.7259505092,3628.7537945 +371,0.610266567,0.547265983,89,-1.539384641,0.7259505092,6237.546693 +372,0.210731629,0.746815056,89,-1.539384641,0.7259505092,4792.6168305 +373,-1.34931644,0.316895224,89,-1.539384641,0.7259505092,1743.3251074 +374,2.407696481,0.655030745,89,-1.539384641,0.7259505092,6247.5056971 +375,0.64207831,0.545359131,89,-1.539384641,0.7259505092,6310.1725987 +376,1.174597538,0.840588356,89,-1.539384641,0.7259505092,6060.8292147 +377,0.660059424,0.010604079,89,-1.539384641,0.7259505092,7994.5080265 +378,-0.730263819,0.010486456,89,-1.539384641,0.7259505092,4041.6268874 +379,0.831068936,0.512339172,89,-1.539384641,0.7259505092,6786.367433 +380,1.301180979,0.72367476,89,-1.539384641,0.7259505092,6601.4668679 +381,1.811128231,0.322854402,89,-1.539384641,0.7259505092,8219.4147569 +382,0.435105812,0.992284428,89,-1.539384641,0.7259505092,4612.6574442 +383,0.62643634,0.592027932,89,-1.539384641,0.7259505092,6132.4070253 +384,0.492988703,-0.516339467,89,-1.539384641,0.7259505092,8857.6584913 +385,-0.162469483,0.112549365,89,-1.539384641,0.7259505092,5352.5028921 +386,0.314630866,0.472006421,89,-1.539384641,0.7259505092,5762.6279295 +387,0.166744804,0.822815954,89,-1.539384641,0.7259505092,4513.7194311 +388,0.417159608,0.965805736,89,-1.539384641,0.7259505092,4652.3054063 +389,0.106334961,0.868774244,89,-1.539384641,0.7259505092,4280.6026265 +390,0.815086969,-0.338144359,89,-1.539384641,0.7259505092,9395.74784 +391,0.59867455,-0.230624824,89,-1.539384641,0.7259505092,8495.3506044 +392,1.915104874,0.066220985,89,-1.539384641,0.7259505092,9109.1983442 +393,1.278093622,0.064463721,89,-1.539384641,0.7259505092,9101.8977729 +394,-0.061477853,0.302997961,89,-1.539384641,0.7259505092,5162.4856674 +395,0.251311504,0.626976942,89,-1.539384641,0.7259505092,5190.8709841 +396,2.950242872,0.149095644,89,-1.539384641,0.7259505092,6478.692027 +397,-0.180294708,0.35375117,89,-1.539384641,0.7259505092,4689.1239163 +398,1.010448592,-0.351180233,89,-1.539384641,0.7259505092,9969.7319049 +399,-1.748740498,0.3686318073,89,-1.539384641,0.7259505092,1578.8543743 +400,2.699635665,0.123533791,89,-1.539384641,0.7259505092,7249.595347 +401,0.496808033,0.823843254,89,-1.539384641,0.7259505092,5183.8706236 +402,0.129574704,0.763364087,89,-1.539384641,0.7259505092,4565.9488707 +403,1.798920311,0.817447563,89,-1.539384641,0.7259505092,6291.3570956 +404,0.335987953,0.746786541,89,-1.539384641,0.7259505092,5071.5959666 +405,-1.085413643,0.292154671,89,-1.539384641,0.7259505092,2309.1025515 +406,-0.155321003,0.508207011,89,-1.539384641,0.7259505092,4398.1765292 +407,0.620529244,-0.301175104,89,-1.539384641,0.7259505092,8740.015008 +408,1.684402744,0.368716966,89,-1.539384641,0.7259505092,8097.3814981 +409,0.300582244,-0.386397212,89,-1.539384641,0.7259505092,8001.8526807 +410,2.913555946,-0.009225192,89,-1.539384641,0.7259505092,7011.3371959 +411,1.465101417,0.493232532,89,-1.539384641,0.7259505092,7588.6140261 +412,0.090612882,0.907955955,89,-1.539384641,0.7259505092,4166.0079148 +413,2.987564726,-0.729568594,89,-1.539384641,0.7259505092,8506.3159957 +414,-1.484261606,0.224149272,89,-1.539384641,0.7259505092,1996.7358384 +415,0.164073421,0.303955133,89,-1.539384641,0.7259505092,5808.0445305 +416,0.141441293,0.167552546,89,-1.539384641,0.7259505092,6104.1156502 +417,2.931321023,-0.506718887,89,-1.539384641,0.7259505092,8199.0286811 +418,2.21951565,0.700596356,89,-1.539384641,0.7259505092,6373.4063722 +419,0.268112576,1.199114336,89,-1.539384641,0.7259505092,3892.2506119 +420,0.978913739,0.359223811,89,-1.539384641,0.7259505092,7575.4666635 +421,1.210898818,0.522863584,89,-1.539384641,0.7259505092,7294.4279082 +422,2.347397336,0.129231362,89,-1.539384641,0.7259505092,8113.1162245 +423,0.614394501,0.556878345,89,-1.539384641,0.7259505092,6216.5341389 +424,-1.398079356,0.148483366,89,-1.539384641,0.7259505092,2340.2958578 +425,2.535303836,-0.112984496,89,-1.539384641,0.7259505092,8375.2575886 +426,-1.019372593,-0.405322349,89,-1.539384641,0.7259505092,4870.2557726 +427,-1.297785627,-0.160104069,89,-1.539384641,0.7259505092,3618.1161387 +428,2.144554488,0.205051084,89,-1.539384641,0.7259505092,8259.2226221 +429,-2.242387083,-0.426171285,89,-1.539384641,0.7259505092,5241.1165568 +430,0.338637212,0.909723676,89,-1.539384641,0.7259505092,4655.9118362 +431,-0.148798452,0.691042401,89,-1.539384641,0.7259505092,4026.1503473 +432,0.893524764,0.441829531,89,-1.539384641,0.7259505092,7138.8019862 +433,0.969229347,-0.368847936,89,-1.539384641,0.7259505092,9906.6669933 +434,0.436043248,0.800045688,89,-1.539384641,0.7259505092,5134.4060205 +435,1.687946607,1.081504775,89,-1.539384641,0.7259505092,5279.2563461 +436,0.522302046,-0.034889271,89,-1.539384641,0.7259505092,7746.6379501 +437,-0.178996113,-0.438090009,89,-1.539384641,0.7259505092,6778.9429208 +438,-1.094339566,0.301444068,89,-1.539384641,0.7259505092,2259.4059737 +439,-1.064070054,0.242569932,89,-1.539384641,0.7259505092,2516.0229399 +440,-1.068153768,0.230387998,89,-1.539384641,0.7259505092,2546.6298477 +441,-3.00496892,-0.23989155,89,-1.539384641,0.7259505092,6544.8558694 +442,0.21751974,0.766874888,89,-1.539384641,0.7259505092,4759.0166986 +443,0.117229532,0.007619006,89,-1.539384641,0.7259505092,6455.9259968 +444,0.777758451,0.420554741,89,-1.539384641,0.7259505092,6989.2109441 +445,-0.252356999,0.250747086,89,-1.539384641,0.7259505092,4731.0853956 +446,0.363148444,0.768483434,89,-1.539384641,0.7259505092,5071.8577581 +447,0.903191366,-0.118210676,89,-1.539384641,0.7259505092,9007.8663289 +448,-0.205755923,0.149406178,89,-1.539384641,0.7259505092,5128.4429157 +449,1.811996086,0.02364353,89,-1.539384641,0.7259505092,9380.6009167 +450,-1.100670221,0.314845373,89,-1.539384641,0.7259505092,2202.5876984 +451,0.340078597,0.850105132,89,-1.539384641,0.7259505092,4810.4271797 +452,0.258757267,0.804969236,89,-1.539384641,0.7259505092,4756.1240293 +453,2.78505352,-0.155160804,89,-1.539384641,0.7259505092,7774.9233602 +454,0.800551619,0.105822106,89,-1.539384641,0.7259505092,8058.0512249 +455,0.437940882,-0.506194031,89,-1.539384641,0.7259505092,8675.1765456 +456,2.230431122,0.63458615,89,-1.539384641,0.7259505092,6593.7107167 +457,0.527965361,0.127667701,89,-1.539384641,0.7259505092,7300.1535689 +458,-0.063643205,0.702093448,89,-1.539384641,0.7259505092,4225.6456562 +459,1.408447268,0.133010502,89,-1.539384641,0.7259505092,8969.4992028 +460,0.523795955,0.280266966,89,-1.539384641,0.7259505092,6842.8400586 +461,-0.975769313,0.072177659,89,-1.539384641,0.7259505092,3268.5497627 +462,0.549774164,-0.463663986,89,-1.539384641,0.7259505092,8912.9309457 +463,0.29245874,1.095549818,89,-1.539384641,0.7259505092,4138.9712535 +464,0.143625958,0.816809593,89,-1.539384641,0.7259505092,4476.2214462 +465,0.671902494,0.611159853,89,-1.539384641,0.7259505092,6162.8692804 +466,1.239840988,0.6724199,89,-1.539384641,0.7259505092,6752.6151444 +467,0.607829703,-0.10932137,89,-1.539384641,0.7259505092,8194.196011 +468,1.763020906,0.263996692,89,-1.539384641,0.7259505092,8478.6914646 +469,0.378714634,0.726066797,89,-1.539384641,0.7259505092,5219.4130095 +470,2.196736143,-0.153862366,89,-1.539384641,0.7259505092,9371.4850851 +471,0.01702415,0.148991565,89,-1.539384641,0.7259505092,5788.5887635 +472,-2.998490902,-0.158002487,89,-1.539384641,0.7259505092,6309.6117137 +473,-3.051262951,-0.346595608,89,-1.539384641,0.7259505092,6955.2813453 +474,-1.069176439,0.182802941,89,-1.539384641,0.7259505092,2701.6426884 +475,0.167157509,0.595344954,89,-1.539384641,0.7259505092,5062.7593632 +476,0.613855648,0.681746124,89,-1.539384641,0.7259505092,5829.5440762 +477,1.037012736,0.682555367,89,-1.539384641,0.7259505092,6504.703094 +478,-1.253574971,0.379755746,89,-1.539384641,0.7259505092,1669.3909638 +479,3.108590453,-0.132620738,89,-1.539384641,0.7259505092,6760.292143 +480,0.565301296,0.022333262,89,-1.539384641,0.7259505092,7704.6922932 +481,0.547898238,0.855555614,89,-1.539384641,0.7259505092,5184.348618 +482,0.948309381,0.417393755,89,-1.539384641,0.7259505092,7319.3479906 +483,-0.050600732,0.945269213,89,-1.539384641,0.7259505092,3800.1276282 +484,-0.977651478,-0.572363064,89,-1.539384641,0.7259505092,5535.1494323 +485,1.102014914,0.728861163,89,-1.539384641,0.7259505092,6409.6718891 +486,2.927300795,-0.282939414,89,-1.539384641,0.7259505092,7680.6759683 +487,-1.154565557,0.124434095,89,-1.539384641,0.7259505092,2739.5493554 +488,1.855331234,0.291044755,89,-1.539384641,0.7259505092,8310.0709528 +489,0.830290659,0.276904518,89,-1.539384641,0.7259505092,7570.849806 +490,0.485104466,-0.234867441,89,-1.539384641,0.7259505092,8174.689106 +491,0.521367572,-0.33161327,89,-1.539384641,0.7259505092,8523.4112004 +1,-1.539031704,0.7349710123,90,-1.537372391,0.7259947145,35.890560349 +2,-1.536990553,0.7349663874,90,-1.537372391,0.7259947145,35.554648036 +3,-1.534951779,0.7349571355,90,-1.537372391,0.7259947145,36.211374437 +4,-1.532906461,0.7349480293,90,-1.537372391,0.7259947145,37.832658785 +5,-1.531320211,0.7346937278,90,-1.537372391,0.7259947145,38.809573964 +6,-1.539451648,0.7335131775,90,-1.537372391,0.7259947145,30.406699302 +7,-1.537429487,0.7335445708,90,-1.537372391,0.7259947145,29.905455714 +8,-1.535484998,0.7335658704,90,-1.537372391,0.7259947145,30.502583423 +9,-1.533488396,0.7336036027,90,-1.537372391,0.7259947145,32.246226659 +10,-1.531497785,0.7335842962,90,-1.537372391,0.7259947145,34.706151088 +11,-1.530259379,0.7334777758,90,-1.537372391,0.7259947145,36.325538942 +12,-1.5335454,0.7322346912,90,-1.537372391,0.7259947145,27.17913502 +13,-1.531489083,0.7322238773,90,-1.537372391,0.7259947145,30.179887645 +14,-1.530011122,0.7321679851,90,-1.537372391,0.7259947145,32.722818762 +15,-1.53348106,0.7306614094,90,-1.537372391,0.7259947145,21.771638664 +16,-1.531441779,0.7306962275,90,-1.537372391,0.7259947145,25.576061005 +17,-1.529755654,0.7306933243,90,-1.537372391,0.7259947145,29.21134921 +18,-1.533415048,0.7291384674,90,-1.537372391,0.7259947145,17.090734937 +19,-1.531392093,0.7291705353,90,-1.537372391,0.7259947145,21.706439842 +20,-1.529296523,0.7291214933,90,-1.537372391,0.7259947145,26.908656856 +21,-1.535280942,0.727267644,90,-1.537372391,0.7259947145,7.9850170183 +22,-1.533378158,0.7276139666,90,-1.537372391,0.7259947145,13.450833036 +23,-1.531340368,0.7276446587,90,-1.537372391,0.7259947145,19.013395077 +24,-1.528960113,0.7276398177,90,-1.537372391,0.7259947145,25.739039748 +25,-1.533313146,0.7260818349,90,-1.537372391,0.7259947145,12.028743276 +26,-1.531259555,0.7260958115,90,-1.537372391,0.7259947145,18.110996473 +27,-1.528926415,0.7260865555,90,-1.537372391,0.7259947145,25.02019317 +28,-1.531226779,0.7245511789,90,-1.537372391,0.7259947145,19.092429973 +29,-1.528904772,0.7245519194,90,-1.537372391,0.7259947145,25.741141903 +30,-1.547195875,0.7409785979,90,-1.537372391,0.7259947145,66.015038839 +31,-1.5451475,0.740980426,90,-1.537372391,0.7259947145,63.614199087 +32,-1.543097679,0.7409798872,90,-1.537372391,0.7259947145,61.700405018 +33,-1.540720364,0.7409892687,90,-1.537372391,0.7259947145,60.20478722 +34,-1.547188511,0.7395198392,90,-1.537372391,0.7259947145,60.871567756 +35,-1.545148587,0.7395226109,90,-1.537372391,0.7259947145,58.270330558 +36,-1.543104538,0.7395314908,90,-1.537372391,0.7259947145,56.212488336 +37,-1.540727751,0.7395306258,90,-1.537372391,0.7259947145,54.51828207 +38,-1.547187029,0.7380014886,90,-1.537372391,0.7259947145,55.659859893 +39,-1.545147315,0.7380012252,90,-1.537372391,0.7259947145,52.787136338 +40,-1.54310719,0.7380060743,90,-1.537372391,0.7259947145,50.488187216 +41,-1.540719671,0.7380068206,90,-1.537372391,0.7259947145,48.591271107 +42,-1.547187189,0.7364799098,90,-1.537372391,0.7259947145,50.618685671 +43,-1.545149996,0.7364853874,90,-1.537372391,0.7259947145,47.46070583 +44,-1.543106091,0.7364823484,90,-1.537372391,0.7259947145,44.849395304 +45,-1.540717158,0.7364893901,90,-1.537372391,0.7259947145,42.723096783 +46,-1.538663972,0.7410138672,90,-1.537372391,0.7259947145,59.612114587 +47,-1.53695285,0.7409699132,90,-1.537372391,0.7259947145,59.329605114 +48,-1.534910498,0.7409641297,90,-1.537372391,0.7259947145,59.73468282 +49,-1.533145034,0.7409536636,90,-1.537372391,0.7259947145,60.543860525 +50,-1.538681336,0.7395405883,90,-1.537372391,0.7259947145,53.793431497 +51,-1.536999189,0.7395183096,90,-1.537372391,0.7259947145,53.578228534 +52,-1.534923633,0.7395144222,90,-1.537372391,0.7259947145,54.034721349 +53,-1.533267822,0.7395654306,90,-1.537372391,0.7259947145,55.095278839 +54,-1.53867273,0.7380151077,90,-1.537372391,0.7259947145,47.766665466 +55,-1.536980576,0.7379994392,90,-1.537372391,0.7259947145,47.564725362 +56,-1.534931522,0.7379944961,90,-1.537372391,0.7259947145,48.072101317 +57,-1.533387952,0.7379480264,90,-1.537372391,0.7259947145,48.780765007 +58,-1.538682279,0.7364914363,90,-1.537372391,0.7259947145,41.756489407 +59,-1.536980704,0.7364810563,90,-1.537372391,0.7259947145,41.552450377 +60,-1.534935567,0.7364752065,90,-1.537372391,0.7259947145,42.130344149 +61,-1.533042592,0.7363876366,90,-1.537372391,0.7259947145,43.100397434 +62,-1.545143426,0.7349628011,90,-1.537372391,0.7259947145,42.27893759 +63,-1.543105297,0.7349691947,90,-1.537372391,0.7259947145,39.366686479 +64,-1.541064533,0.7349647152,90,-1.537372391,0.7259947145,37.162504562 +65,-1.545411803,0.7334624714,90,-1.537372391,0.7259947145,37.92508575 +66,-1.543446606,0.7334780896,90,-1.537372391,0.7259947145,34.644160045 +67,-1.541475327,0.7334957295,90,-1.537372391,0.7259947145,32.085823302 +68,-1.545401939,0.731963266,90,-1.537372391,0.7259947145,33.490909033 +69,-1.54342253,0.7319915583,90,-1.537372391,0.7259947145,29.727107791 +70,-1.541455867,0.7320216438,90,-1.537372391,0.7259947145,26.747592411 +71,-1.545410146,0.7304422281,90,-1.537372391,0.7259947145,29.580191246 +72,-1.543435491,0.7304713664,90,-1.537372391,0.7259947145,25.213171434 +73,-1.541463105,0.7304997613,90,-1.537372391,0.7259947145,21.556226676 +74,-1.545414768,0.7289194936,90,-1.537372391,0.7259947145,26.462713916 +75,-1.543435774,0.7289538557,90,-1.537372391,0.7259947145,21.427338916 +76,-1.541457714,0.7289765881,90,-1.537372391,0.7259947145,16.898606057 +77,-1.539449415,0.7320555866,90,-1.537372391,0.7259947145,24.778845927 +78,-1.537429183,0.7321097681,90,-1.537372391,0.7259947145,24.222308148 +79,-1.535472649,0.7321497267,90,-1.537372391,0.7259947145,25.017568494 +80,-1.539457899,0.7305333307,90,-1.537372391,0.7259947145,19.005227369 +81,-1.537453161,0.7305750503,90,-1.537372391,0.7259947145,18.144281208 +82,-1.535479385,0.7306124949,90,-1.537372391,0.7259947145,19.127886634 +83,-1.53946905,0.7290102593,90,-1.537372391,0.7259947145,13.458912291 +84,-1.537459922,0.7290417293,90,-1.537372391,0.7259947145,12.072002992 +85,-1.535451349,0.7290890157,90,-1.537372391,0.7259947145,13.509815376 +86,-1.535522937,0.7279887191,90,-1.537372391,0.7259947145,9.6095002211 +87,-1.539442524,0.7274735939,90,-1.537372391,0.7259947145,8.4774963388 +88,-1.537424111,0.727521351,90,-1.537372391,0.7259947145,6.0489451459 +89,-1.539384641,0.7259505092,90,-1.537372391,0.7259947145,5.9633593474 +90,-1.537372391,0.7259947145,90,-1.537372391,0.7259947145,3.0254140791 +91,-1.535340789,0.7260435356,90,-1.537372391,0.7259947145,6.0209709914 +92,-1.539325716,0.7244369706,90,-1.537372391,0.7259947145,8.461509587 +93,-1.537308932,0.7244801057,90,-1.537372391,0.7259947145,6.002313472 +94,-1.535289068,0.7245247645,90,-1.537372391,0.7259947145,8.4873176338 +95,-1.533261366,0.7245550236,90,-1.537372391,0.7259947145,13.453780512 +96,-1.539267302,0.722921924,90,-1.537372391,0.7259947145,13.406481002 +97,-1.537248972,0.7229660258,90,-1.537372391,0.7259947145,12.002220131 +98,-1.535219431,0.7229916471,90,-1.537372391,0.7259947145,13.500931931 +99,-1.53318962,0.7230212049,90,-1.537372391,0.7259947145,17.106839507 +100,-1.531154816,0.7230299897,90,-1.537372391,0.7259947145,21.863339067 +101,-1.528878341,0.7230370244,90,-1.537372391,0.7259947145,27.784632995 +102,-1.539218189,0.7214009878,90,-1.537372391,0.7259947145,19.002679254 +103,-1.537198791,0.7214422745,90,-1.537372391,0.7259947145,18.039575439 +104,-1.535179266,0.7214634354,90,-1.537372391,0.7259947145,19.092364409 +105,-1.533156501,0.7214944644,90,-1.537372391,0.7259947145,21.779049493 +106,-1.53113574,0.7215166021,90,-1.537372391,0.7259947145,25.637434985 +107,-1.528874248,0.7215345535,90,-1.537372391,0.7259947145,30.794509605 +108,-1.539217656,0.7198512397,90,-1.537372391,0.7259947145,24.943904762 +109,-1.537199919,0.7199428763,90,-1.537372391,0.7259947145,23.976804171 +110,-1.545425832,0.727397149,90,-1.537372391,0.7259947145,24.479570337 +111,-1.543371177,0.7273916949,90,-1.537372391,0.7259947145,18.600641111 +112,-1.541368852,0.7274523163,90,-1.537372391,0.7259947145,13.164251306 +113,-1.545349067,0.7258710923,90,-1.537372391,0.7259947145,23.634787311 +114,-1.54332671,0.7258603556,90,-1.537372391,0.7259947145,17.646902987 +115,-1.541346831,0.7259242142,90,-1.537372391,0.7259947145,11.776732615 +116,-1.545324355,0.7243383958,90,-1.537372391,0.7259947145,24.468471067 +117,-1.543292796,0.7243617413,90,-1.537372391,0.7259947145,18.704075911 +118,-1.541295822,0.7244024384,90,-1.537372391,0.7259947145,13.230228033 +119,-1.543193859,0.7205570215,90,-1.537372391,0.7259947145,27.617275638 +120,-1.550257047,0.7386738187,90,-1.537372391,0.7259947145,62.948120872 +121,-1.549335448,0.7311736483,90,-1.537372391,0.7259947145,40.875356755 +122,-1.533478843,0.7179891343,90,-1.537372391,0.7259947145,33.756380794 +123,-1.556150555,0.738907041,90,-1.537372391,0.7259947145,75.327912855 +124,-1.554324226,0.733414257,90,-1.537372391,0.7259947145,58.039004824 +125,-1.554290846,0.7288285332,90,-1.537372391,0.7259947145,51.295499914 +126,-1.55122487,0.7219795312,90,-1.537372391,0.7259947145,44.075925056 +127,-1.525104458,0.7229399862,90,-1.537372391,0.7259947145,38.347985252 +128,-1.519607711,0.7236181429,90,-1.537372391,0.7259947145,53.512025067 +129,-1.513899999,0.7251107854,90,-1.537372391,0.7259947145,69.644358455 +130,-1.536620762,0.7431061895,90,-1.537372391,0.7259947145,67.814552743 +131,-1.5369566,0.7460845958,90,-1.537372391,0.7259947145,79.585379585 +132,-1.545345528,0.7447040685,90,-1.537372391,0.7259947145,77.720242253 +133,-1.532813921,0.7432306626,90,-1.537372391,0.7259947145,69.573951443 +134,-1.554788248,0.7382381001,90,-1.537372391,0.7259947145,70.598966324 +135,-1.540348126,0.7301594274,90,-1.537372391,0.7259947145,18.696077253 +136,-1.538016084,0.7239051786,90,-1.537372391,0.7259947145,8.4938434989 +137,-1.525288962,0.7258085137,90,-1.537372391,0.7259947145,35.803894113 +138,-1.534326986,0.731241342,90,-1.537372391,0.7259947145,22.647008111 +139,-1.530733872,0.7303625216,90,-1.537372391,0.7259947145,26.163205105 +141,-1.534354939,0.7328219978,90,-1.537372391,0.7259947145,28.473215465 +142,-1.53157084,0.7292888153,90,-1.537372391,0.7259947145,21.557326046 +143,-1.525691035,0.7263799874,90,-1.537372391,0.7259947145,34.630055314 +144,-1.534031287,0.7495967835,90,-1.537372391,0.7259947145,93.999190313 +145,-1.527714986,0.7283095957,90,-1.537372391,0.7259947145,30.01257176 +146,-1.526189586,0.7271468292,90,-1.537372391,0.7259947145,33.421612553 +147,-1.555177336,0.7375563366,90,-1.537372391,0.7259947145,69.643465901 +148,-1.555080283,0.7312707794,90,-1.537372391,0.7259947145,56.349297996 +149,-1.53856994,0.7224180299,90,-1.537372391,0.7259947145,14.605979359 +150,-1.530837883,0.729933372,90,-1.537372391,0.7259947145,24.834493631 +151,-1.515066984,0.5854133365,90,-1.537372391,0.7259947145,561.20898447 +152,-1.534731633,0.5368370046,90,-1.537372391,0.7259947145,749.30089043 +153,-1.515231902,0.5607085576,90,-1.537372391,0.7259947145,658.42479372 +154,-2.616253799,1.0684566605,90,-1.537372391,0.7259947145,2851.1839304 +155,-1.956071439,0.5792177723,90,-1.537372391,0.7259947145,1433.9430894 +156,-1.951208514,0.5602434208,90,-1.537372391,0.7259947145,1460.2019121 +157,-1.944675062,0.6062144545,90,-1.537372391,0.7259947145,1349.0791382 +158,-1.613778386,0.6077989518,90,-1.537372391,0.7259947145,524.91598395 +159,-2.035029014,0.6021432345,90,-1.537372391,0.7259947145,1619.4033791 +160,-2.114989471,0.6801825058,90,-1.537372391,0.7259947145,1744.0097822 +161,-2.037382079,0.5765830025,90,-1.537372391,0.7259947145,1673.1238702 +162,-2.129855121,0.6585019963,90,-1.537372391,0.7259947145,1814.3887767 +163,-2.075141798,0.6493615843,90,-1.537372391,0.7259947145,1664.5447367 +164,-1.828626729,0.6948433129,90,-1.537372391,0.7259947145,881.8163816 +165,-1.863329418,0.6735427691,90,-1.537372391,0.7259947145,1007.1750995 +166,-1.266037071,0.727988852,90,-1.537372391,0.7259947145,801.98173922 +167,-1.277579582,0.7249010648,90,-1.537372391,0.7259947145,768.98533961 +168,-1.258418684,0.7241194816,90,-1.537372391,0.7259947145,825.85090512 +169,-1.317813974,0.6804850104,90,-1.537372391,0.7259947145,686.6859219 +170,-1.344165204,0.6790988904,90,-1.537372391,0.7259947145,612.37507413 +171,-1.427582102,0.5277120351,90,-1.537372391,0.7259947145,860.11753929 +172,-1.402238616,0.457167829,90,-1.537372391,0.7259947145,1152.5401636 +173,-1.422454264,0.4996161999,90,-1.537372391,0.7259947145,970.14097876 +174,-1.439089277,0.4894859811,90,-1.537372391,0.7259947145,989.21992935 +175,-1.448126995,0.5182330266,90,-1.537372391,0.7259947145,871.19847624 +176,-1.474626146,0.5881926574,90,-1.537372391,0.7259947145,580.07190911 +177,-1.421139645,0.5584869783,90,-1.537372391,0.7259947145,758.44368405 +178,-1.457037165,0.565943032,90,-1.537372391,0.7259947145,682.7072691 +179,-2.757159358,0.3745319,90,-1.537372391,0.7259947145,4228.9458314 +180,-2.714309238,0.342054471,90,-1.537372391,0.7259947145,4179.7002466 +181,-2.000525337,0.774119946,90,-1.537372391,0.7259947145,1349.6758954 +183,-1.571413436,0.6777838382,90,-1.537372391,0.7259947145,216.93722507 +184,-1.552860289,0.6987663893,90,-1.537372391,0.7259947145,117.41832759 +185,-1.521852374,0.7165827476,90,-1.537372391,0.7259947145,59.337827198 +186,-1.503656267,0.6928968252,90,-1.537372391,0.7259947145,165.68394233 +187,-1.502753178,0.7136205882,90,-1.537372391,0.7259947145,114.16274436 +188,-1.631894563,0.7343596465,90,-1.537372391,0.7259947145,280.86302931 +189,-1.653765416,0.6770714026,90,-1.537372391,0.7259947145,401.78901794 +190,-1.719812114,0.6715965947,90,-1.537372391,0.7259947145,593.25093835 +191,-1.493406659,0.6646955447,90,-1.537372391,0.7259947145,277.15779299 +192,-1.469120564,0.6613469966,90,-1.537372391,0.7259947145,329.73982604 +193,-1.590551461,0.5326612937,90,-1.537372391,0.7259947145,784.34760115 +194,-1.625979264,0.5247742243,90,-1.537372391,0.7259947145,845.87823134 +195,-1.572293943,0.5238808754,90,-1.537372391,0.7259947145,808.32613041 +196,-1.610848725,0.5477107964,90,-1.537372391,0.7259947145,743.67438168 +197,-1.208485554,0.7918526018,90,-1.537372391,0.7259947145,977.99583544 +198,-1.335601374,0.6869083083,90,-1.537372391,0.7259947145,626.80158886 +199,-1.346156996,0.6825213377,90,-1.537372391,0.7259947145,601.85815086 +200,-1.324381037,0.6741422347,90,-1.537372391,0.7259947145,676.429951 +201,-1.242424992,0.7378949807,90,-1.537372391,0.7259947145,868.90925487 +202,-1.270370057,0.7392461008,90,-1.537372391,0.7259947145,786.92714488 +203,-1.448950472,0.7441675014,90,-1.537372391,0.7259947145,269.53827338 +204,-1.492662363,0.7523026852,90,-1.537372391,0.7259947145,167.28463714 +205,-1.479098966,0.7763855017,90,-1.537372391,0.7259947145,261.29312029 +206,-1.633760714,0.7869022408,90,-1.537372391,0.7259947145,367.68070558 +207,-1.647406434,0.8101289331,90,-1.537372391,0.7259947145,457.23523703 +208,-1.564245052,0.5701509278,90,-1.537372391,0.7259947145,623.07098376 +209,-1.646289963,0.6833746083,90,-1.537372391,0.7259947145,369.3552416 +210,-1.5820631,0.6751952144,90,-1.537372391,0.7259947145,242.46091829 +211,-1.613236298,0.6681681791,90,-1.537372391,0.7259947145,324.79311675 +212,-1.914661867,0.8212566515,90,-1.537372391,0.7259947145,1129.3189968 +213,-1.742133237,0.7250275956,90,-1.537372391,0.7259947145,606.34556598 +214,-2.033144872,0.6557314699,90,-1.537372391,0.7259947145,1531.6241092 +215,-2.039551981,0.6964723658,90,-1.537372391,0.7259947145,1504.4203497 +216,-1.247341019,0.7622473908,90,-1.537372391,0.7259947145,855.7686743 +217,-1.298239787,0.7084123392,90,-1.537372391,0.7259947145,716.48300262 +218,-1.308539688,0.6926545592,90,-1.537372391,0.7259947145,699.6190785 +219,-1.303263185,0.6888938396,90,-1.537372391,0.7259947145,719.14090117 +220,-1.852400229,0.6004246149,90,-1.537372391,0.7259947145,1098.9284534 +221,-1.288947707,0.7473773692,90,-1.537372391,0.7259947145,732.86926728 +222,-1.372031502,0.7472790993,90,-1.537372391,0.7259947145,492.1107186 +223,-1.289805721,0.7242157877,90,-1.537372391,0.7259947145,733.12535305 +224,-1.350807603,0.7533498126,90,-1.537372391,0.7259947145,556.1171086 +225,-1.329290365,0.7560442322,90,-1.537372391,0.7259947145,619.05738721 +226,-1.410153004,0.616936428,90,-1.537372391,0.7259947145,584.57286644 +227,-1.393445434,0.6308995063,90,-1.537372391,0.7259947145,581.64347359 +228,-1.37595573,0.6241540638,90,-1.537372391,0.7259947145,641.10495358 +229,-1.358388707,0.6172645205,90,-1.537372391,0.7259947145,701.63037804 +230,-1.753741133,0.8281661666,90,-1.537372391,0.7259947145,731.54833449 +231,-1.47430987,0.6834615681,90,-1.537372391,0.7259947145,254.10703916 +232,-1.421012508,0.7222725206,90,-1.537372391,0.7259947145,345.47770672 +233,-1.4476833,0.6978557868,90,-1.537372391,0.7259947145,291.08535379 +234,-1.470370723,0.6966193374,90,-1.537372391,0.7259947145,232.24810932 +235,-1.429211703,0.7037216883,90,-1.537372391,0.7259947145,335.26660264 +236,-1.700578405,0.6178673663,90,-1.537372391,0.7259947145,662.161814 +237,-1.678117619,0.6331716163,90,-1.537372391,0.7259947145,568.06792084 +238,-1.725644578,0.6316331145,90,-1.537372391,0.7259947145,689.54041299 +239,-2.14012759,0.7930497945,90,-1.537372391,0.7259947145,1737.9094716 +240,-2.103289431,0.7653606263,90,-1.537372391,0.7259947145,1643.5012399 +241,-1.318739838,0.7017808746,90,-1.537372391,0.7259947145,660.92827293 +242,-1.396417427,0.7077900843,90,-1.537372391,0.7259947145,426.85722333 +243,-1.35650337,0.7185539404,90,-1.537372391,0.7259947145,538.01752366 +244,-1.248884539,0.7274156818,90,-1.537372391,0.7259947145,852.72270957 +245,-1.395014798,0.5761185243,90,-1.537372391,0.7259947145,743.27340113 +246,-1.433377362,0.6064716109,90,-1.537372391,0.7259947145,573.24882366 +247,-1.408172432,0.5903155476,90,-1.537372391,0.7259947145,672.27465673 +248,-1.749645898,0.7757118084,90,-1.537372391,0.7259947145,644.76849228 +249,-1.571626686,0.615046989,90,-1.537372391,0.7259947145,452.1013212 +250,-1.514070049,0.6303003037,90,-1.537372391,0.7259947145,385.7852229 +251,-1.480890369,0.6237966528,90,-1.537372391,0.7259947145,440.79484145 +252,-1.704390658,0.5281680612,90,-1.537372391,0.7259947145,947.80619303 +253,-1.64434733,0.5254277498,90,-1.537372391,0.7259947145,864.89703715 +254,-1.703855997,0.4792484842,90,-1.537372391,0.7259947145,1116.4834439 +255,-1.692002383,0.5748825051,90,-1.537372391,0.7259947145,771.00185795 +256,-1.854136457,0.5544643913,90,-1.537372391,0.7259947145,1210.1390941 +257,-1.665021206,0.520317736,90,-1.537372391,0.7259947145,911.42426544 +258,-1.733654349,0.4845187345,90,-1.537372391,0.7259947145,1148.2003762 +259,-1.720938188,0.5135933906,90,-1.537372391,0.7259947145,1026.8646497 +260,-1.742668307,0.553296122,90,-1.537372391,0.7259947145,943.52103079 +261,-1.965659039,0.7142126903,90,-1.537372391,0.7259947145,1271.8331482 +262,-1.944438071,0.6772834804,90,-1.537372391,0.7259947145,1242.6305288 +263,-1.270340967,0.7681487096,90,-1.537372391,0.7259947145,792.53830343 +264,-1.353091884,0.6549276821,90,-1.537372391,0.7259947145,628.61117169 +265,-1.333236659,0.6413584414,90,-1.537372391,0.7259947145,709.99396083 +266,-1.352015998,0.6753788907,90,-1.537372391,0.7259947145,595.4638159 +267,-1.377988483,0.6577816235,90,-1.537372391,0.7259947145,555.74684358 +268,-2.13075611,0.8318642051,90,-1.537372391,0.7259947145,1709.5398504 +269,-2.097910953,0.8259670014,90,-1.537372391,0.7259947145,1620.9112592 +270,-1.416382069,0.6694271549,90,-1.537372391,0.7259947145,429.99774769 +271,-1.538905672,0.7535625993,90,-1.537372391,0.7259947145,109.2884738 +272,-1.572309477,0.7803125099,90,-1.537372391,0.7259947145,237.64156215 +273,-1.87759879,0.7503853417,90,-1.537372391,0.7259947145,999.23596402 +274,1.152365588,0.590457682,90,-1.537372391,0.7259947145,6976.1490125 +275,0.350198001,0.718001859,90,-1.537372391,0.7259947145,5174.7138932 +276,0.046513677,0.491503852,90,-1.537372391,0.7259947145,4995.5494588 +277,0.027510309,0.742571376,90,-1.537372391,0.7259947145,4363.4655652 +278,0.306285725,-0.214631579,90,-1.537372391,0.7259947145,7588.9375018 +279,-1.100564889,0.318051531,90,-1.537372391,0.7259947145,2188.239338 +280,-1.078582306,0.301437596,90,-1.537372391,0.7259947145,2290.788972 +281,-1.137371989,-0.617634065,90,-1.537372391,0.7259947145,5516.7461228 +282,0.784356344,0.703272339,90,-1.537372391,0.7259947145,6062.8597363 +283,-1.221209947,0.218327455,90,-1.537372391,0.7259947145,2288.4602698 +284,2.347301921,-0.449114658,90,-1.537372391,0.7259947145,9793.1772725 +285,0.246820618,0.830553713,90,-1.537372391,0.7259947145,4663.6926126 +286,0.829414965,0.703288228,90,-1.537372391,0.7259947145,6135.6758101 +287,-1.337537566,0.42332223,90,-1.537372391,0.7259947145,1367.7265987 +288,0.882453706,0.454478077,90,-1.537372391,0.7259947145,7071.8707154 +289,1.575629659,0.416419109,90,-1.537372391,0.7259947145,7917.5303054 +290,-1.039455679,0.229888244,90,-1.537372391,0.7259947145,2607.5589856 +291,0.489558039,0.934482747,90,-1.537372391,0.7259947145,4855.336429 +292,0.081344504,0.88384514,90,-1.537372391,0.7259947145,4190.8912718 +293,-1.547979814,0.300350308,90,-1.537372391,0.7259947145,1686.3629801 +294,0.040776181,0.168560074,90,-1.537372391,0.7259947145,5801.4507309 +295,-1.130374745,0.563894876,90,-1.537372391,0.7259947145,1433.1048714 +296,1.578326642,0.478507176,90,-1.537372391,0.7259947145,7671.8724658 +297,-1.12861823,-0.291640865,90,-1.537372391,0.7259947145,4300.1095876 +298,0.310524208,0.770885792,90,-1.537372391,0.7259947145,4949.1531506 +299,0.415649091,-0.387246002,90,-1.537372391,0.7259947145,8337.1265636 +300,-0.926533878,-0.188022748,90,-1.537372391,0.7259947145,4249.1243507 +301,1.258856172,-0.11716081,90,-1.537372391,0.7259947145,9743.3665574 +302,-1.126050026,0.322941926,90,-1.537372391,0.7259947145,2115.6473335 +303,2.002785835,0.07893892,90,-1.537372391,0.7259947145,8945.7158324 +304,0.440437607,0.746258085,90,-1.537372391,0.7259947145,5289.0730912 +305,-0.030391866,0.214441206,90,-1.537372391,0.7259947145,5473.3073444 +306,0.521557815,-0.058929362,90,-1.537372391,0.7259947145,7805.4335069 +307,-0.097005111,0.13317729,90,-1.537372391,0.7259947145,5486.6872678 +308,1.83113859,0.221857587,90,-1.537372391,0.7259947145,8598.9310369 +309,0.222428864,0.099404236,90,-1.537372391,0.7259947145,6515.0199046 +310,-1.702731345,0.8728568183,90,-1.537372391,0.7259947145,738.29245091 +311,-0.418507569,0.278324921,90,-1.537372391,0.7259947145,4164.3298367 +312,-1.41153306,0.339029988,90,-1.537372391,0.7259947145,1590.2792874 +313,0.357560442,0.114788776,90,-1.537372391,0.7259947145,6860.7213511 +314,0.325818979,0.268352149,90,-1.537372391,0.7259947145,6348.0000065 +315,-1.246004659,-0.663679965,90,-1.537372391,0.7259947145,5604.2662371 +316,1.814603087,0.637404484,90,-1.537372391,0.7259947145,6989.860853 +317,1.843704281,-0.18300445,90,-1.537372391,0.7259947145,10137.220599 +318,1.690644492,-0.211480909,90,-1.537372391,0.7259947145,10384.000694 +319,-1.275451936,0.068109467,90,-1.537372391,0.7259947145,2766.5546851 +320,0.762430171,-0.207594741,90,-1.537372391,0.7259947145,8892.5282041 +321,0.265668905,-0.014647884,90,-1.537372391,0.7259947145,6946.1835772 +322,-2.773032013,-0.335515811,90,-1.537372391,0.7259947145,6167.8081621 +323,-1.469512853,0.174058777,90,-1.537372391,0.7259947145,2198.9908956 +324,0.286276986,0.785925691,90,-1.537372391,0.7259947145,4858.4705202 +325,-1.379324697,0.377432233,90,-1.537372391,0.7259947145,1477.8696142 +326,-1.203778265,0.212813032,90,-1.537372391,0.7259947145,2337.3527449 +327,0.579916301,0.611743168,90,-1.537372391,0.7259947145,5971.8288372 +328,0.267582642,0.868113908,90,-1.537372391,0.7259947145,4615.7499987 +329,0.412869244,-0.050245578,90,-1.537372391,0.7259947145,7470.3916446 +330,0.17524381,0.976660285,90,-1.537372391,0.7259947145,4189.2631247 +331,0.743157214,0.204812899,90,-1.537372391,0.7259947145,7604.9438542 +332,-1.070758176,0.269382282,90,-1.537372391,0.7259947145,2410.3968008 +333,-1.230364251,0.329790229,90,-1.537372391,0.7259947145,1880.1183427 +334,-1.374813124,-0.024926835,90,-1.537372391,0.7259947145,3031.183979 +335,0.519780566,0.463669906,90,-1.537372391,0.7259947145,6284.2369112 +336,-1.55108034,0.239698561,90,-1.537372391,0.7259947145,1926.7974493 +337,0.180294813,0.029739425,90,-1.537372391,0.7259947145,6577.5152236 +338,0.67820924,0.268170153,90,-1.537372391,0.7259947145,7253.5026949 +339,0.445798684,1.024001867,90,-1.537372391,0.7259947145,4543.191523 +340,0.691751283,0.150521402,90,-1.537372391,0.7259947145,7650.1085528 +341,-1.036643551,-0.903056181,90,-1.537372391,0.7259947145,6678.7349032 +342,-0.120287036,1.083325163,90,-1.537372391,0.7259947145,3470.0803135 +343,2.823513113,-0.304487164,90,-1.537372391,0.7259947145,8047.2109649 +344,0.457583172,1.12513373,90,-1.537372391,0.7259947145,4300.1316883 +345,0.042918831,0.813795399,90,-1.537372391,0.7259947145,4249.2213813 +346,1.196146777,-0.853142756,90,-1.537372391,0.7259947145,11205.740051 +347,0.206001358,-0.010430701,90,-1.537372391,0.7259947145,6759.6487487 +348,-0.268308653,0.234799412,90,-1.537372391,0.7259947145,4718.1479149 +349,0.759363263,0.736189579,90,-1.537372391,0.7259947145,5913.0761731 +350,0.181363926,0.891988372,90,-1.537372391,0.7259947145,4384.1435469 +351,-0.021111158,0.139103292,90,-1.537372391,0.7259947145,5695.8640913 +352,-0.093355215,0.630686981,90,-1.537372391,0.7259947145,4293.4596789 +353,0.40118964,0.681375926,90,-1.537372391,0.7259947145,5386.6377013 +354,-0.721197315,1.304706234,90,-1.537372391,0.7259947145,2708.2353076 +355,-1.076150317,0.212107639,90,-1.537372391,0.7259947145,2585.3291321 +356,-1.577164531,0.273993443,90,-1.537372391,0.7259947145,1795.5385702 +357,-0.190788414,0.182208586,90,-1.537372391,0.7259947145,5082.0561341 +358,-0.261349752,0.209710184,90,-1.537372391,0.7259947145,4802.5871552 +359,-1.029303852,0.083549259,90,-1.537372391,0.7259947145,3114.3613831 +360,-1.268609162,0.330525297,90,-1.537372391,0.7259947145,1809.8061045 +361,1.282982244,-0.926641967,90,-1.537372391,0.7259947145,11277.567112 +362,0.217352334,0.731352408,90,-1.537372391,0.7259947145,4841.0777903 +363,-1.511833084,0.258629297,90,-1.537372391,0.7259947145,1853.3061521 +364,0.338812194,0.823184618,90,-1.537372391,0.7259947145,4873.1930696 +365,-0.324406489,1.134201999,90,-1.537372391,0.7259947145,3081.4109706 +366,1.389579348,0.399185724,90,-1.537372391,0.7259947145,7917.8860542 +367,2.047152199,-0.039082036,90,-1.537372391,0.7259947145,9299.3536708 +368,0.947780369,0.568250077,90,-1.537372391,0.7259947145,6786.462316 +369,0.763824846,0.576754987,90,-1.537372391,0.7259947145,6444.6789347 +370,-0.142334657,0.928153068,90,-1.537372391,0.7259947145,3624.1999966 +371,0.610266567,0.547265983,90,-1.537372391,0.7259947145,6233.160541 +372,0.210731629,0.746815056,90,-1.537372391,0.7259947145,4787.9031901 +373,-1.34931644,0.316895224,90,-1.537372391,0.7259947145,1740.9840137 +374,2.407696481,0.655030745,90,-1.537372391,0.7259947145,6250.7678029 +375,0.64207831,0.545359131,90,-1.537372391,0.7259947145,6305.8687357 +376,1.174597538,0.840588356,90,-1.537372391,0.7259947145,6059.0071352 +377,0.660059424,0.010604079,90,-1.537372391,0.7259947145,7989.0811095 +378,-0.730263819,0.010486456,90,-1.537372391,0.7259947145,4036.6614297 +379,0.831068936,0.512339172,90,-1.537372391,0.7259947145,6782.5676902 +380,1.301180979,0.72367476,90,-1.537372391,0.7259947145,6599.9613914 +381,1.811128231,0.322854402,90,-1.537372391,0.7259947145,8220.5769555 +382,0.435105812,0.992284428,90,-1.537372391,0.7259947145,4609.2460981 +383,0.62643634,0.592027932,90,-1.537372391,0.7259947145,6128.1798215 +384,0.492988703,-0.516339467,90,-1.537372391,0.7259947145,8851.7840876 +385,-0.162469483,0.112549365,90,-1.537372391,0.7259947145,5346.5559498 +386,0.314630866,0.472006421,90,-1.537372391,0.7259947145,5757.4050823 +387,0.166744804,0.822815954,90,-1.537372391,0.7259947145,4509.1782085 +388,0.417159608,0.965805736,90,-1.537372391,0.7259947145,4648.7547415 +389,0.106334961,0.868774244,90,-1.537372391,0.7259947145,4276.1307427 +390,0.815086969,-0.338144359,90,-1.537372391,0.7259947145,9389.9732578 +391,0.59867455,-0.230624824,90,-1.537372391,0.7259947145,8489.48509 +392,1.915104874,0.066220985,90,-1.537372391,0.7259947145,9111.4862074 +393,1.278093622,0.064463721,90,-1.537372391,0.7259947145,9099.1969856 +394,-0.061477853,0.302997961,90,-1.537372391,0.7259947145,5156.5817167 +395,0.251311504,0.626976942,90,-1.537372391,0.7259947145,5185.8933334 +396,2.950242872,0.149095644,90,-1.537372391,0.7259947145,6484.4070337 +397,-0.180294708,0.35375117,90,-1.537372391,0.7259947145,4683.1958849 +398,1.010448592,-0.351180233,90,-1.537372391,0.7259947145,9964.3123946 +399,-1.748740498,0.3686318073,90,-1.537372391,0.7259947145,1581.9945391 +400,2.699635665,0.123533791,90,-1.537372391,0.7259947145,7254.9694986 +401,0.496808033,0.823843254,90,-1.537372391,0.7259947145,5179.9851057 +402,0.129574704,0.763364087,90,-1.537372391,0.7259947145,4561.1491909 +403,1.798920311,0.817447563,90,-1.537372391,0.7259947145,6291.9766219 +404,0.335987953,0.746786541,90,-1.537372391,0.7259947145,5067.1188591 +405,-1.085413643,0.292154671,90,-1.537372391,0.7259947145,2304.6742037 +406,-0.155321003,0.508207011,90,-1.537372391,0.7259947145,4392.413837 +407,0.620529244,-0.301175104,90,-1.537372391,0.7259947145,8734.104052 +408,1.684402744,0.368716966,90,-1.537372391,0.7259947145,8097.7137119 +409,0.300582244,-0.386397212,90,-1.537372391,0.7259947145,7995.9671247 +410,2.913555946,-0.009225192,90,-1.537372391,0.7259947145,7017.1845729 +411,1.465101417,0.493232532,90,-1.537372391,0.7259947145,7587.6723213 +412,0.090612882,0.907955955,90,-1.537372391,0.7259947145,4161.6656498 +413,2.987564726,-0.729568594,90,-1.537372391,0.7259947145,8511.6123345 +414,-1.484261606,0.224149272,90,-1.537372391,0.7259947145,1996.2590017 +415,0.164073421,0.303955133,90,-1.537372391,0.7259947145,5802.3208023 +416,0.141441293,0.167552546,90,-1.537372391,0.7259947145,6098.2361918 +417,2.931321023,-0.506718887,90,-1.537372391,0.7259947145,8204.8376113 +418,2.21951565,0.700596356,90,-1.537372391,0.7259947145,6375.8851933 +419,0.268112576,1.199114336,90,-1.537372391,0.7259947145,3889.5613523 +420,0.978913739,0.359223811,90,-1.537372391,0.7259947145,7571.8626439 +421,1.210898818,0.522863584,90,-1.537372391,0.7259947145,7292.2144888 +422,2.347397336,0.129231362,90,-1.537372391,0.7259947145,8117.5111626 +423,0.614394501,0.556878345,90,-1.537372391,0.7259947145,6212.1835281 +424,-1.398079356,0.148483366,90,-1.537372391,0.7259947145,2338.985212 +425,2.535303836,-0.112984496,90,-1.537372391,0.7259947145,8380.7529132 +426,-1.019372593,-0.405322349,90,-1.537372391,0.7259947145,4867.5253147 +427,-1.297785627,-0.160104069,90,-1.537372391,0.7259947145,3616.5117618 +428,2.144554488,0.205051084,90,-1.537372391,0.7259947145,8262.5348033 +429,-2.242387083,-0.426171285,90,-1.537372391,0.7259947145,5244.8788688 +430,0.338637212,0.909723676,90,-1.537372391,0.7259947145,4651.9945729 +431,-0.148798452,0.691042401,90,-1.537372391,0.7259947145,4020.7550556 +432,0.893524764,0.441829531,90,-1.537372391,0.7259947145,7135.0557161 +433,0.969229347,-0.368847936,90,-1.537372391,0.7259947145,9901.0942179 +434,0.436043248,0.800045688,90,-1.537372391,0.7259947145,5130.3071526 +435,1.687946607,1.081504775,90,-1.537372391,0.7259947145,5279.3253719 +436,0.522302046,-0.034889271,90,-1.537372391,0.7259947145,7740.9140332 +437,-0.178996113,-0.438090009,90,-1.537372391,0.7259947145,6773.6915164 +438,-1.094339566,0.301444068,90,-1.537372391,0.7259947145,2254.9873834 +439,-1.064070054,0.242569932,90,-1.537372391,0.7259947145,2511.681877 +440,-1.068153768,0.230387998,90,-1.537372391,0.7259947145,2542.3594852 +441,-3.00496892,-0.23989155,90,-1.537372391,0.7259947145,6550.6770974 +442,0.21751974,0.766874888,90,-1.537372391,0.7259947145,4754.3777053 +443,0.117229532,0.007619006,90,-1.537372391,0.7259947145,6449.9658276 +444,0.777758451,0.420554741,90,-1.537372391,0.7259947145,6985.0087125 +445,-0.252356999,0.250747086,90,-1.537372391,0.7259947145,4725.123769 +446,0.363148444,0.768483434,90,-1.537372391,0.7259947145,5067.5033167 +447,0.903191366,-0.118210676,90,-1.537372391,0.7259947145,9002.7736929 +448,-0.205755923,0.149406178,90,-1.537372391,0.7259947145,5122.4961717 +449,1.811996086,0.02364353,90,-1.537372391,0.7259947145,9382.2022462 +450,-1.100670221,0.314845373,90,-1.537372391,0.7259947145,2198.1452849 +451,0.340078597,0.850105132,90,-1.537372391,0.7259947145,4806.2964591 +452,0.258757267,0.804969236,90,-1.537372391,0.7259947145,4751.6838455 +453,2.78505352,-0.155160804,90,-1.537372391,0.7259947145,7780.79667 +454,0.800551619,0.105822106,90,-1.537372391,0.7259947145,8053.1814448 +455,0.437940882,-0.506194031,90,-1.537372391,0.7259947145,8669.3250935 +456,2.230431122,0.63458615,90,-1.537372391,0.7259947145,6596.3864353 +457,0.527965361,0.127667701,90,-1.537372391,0.7259947145,7294.6804818 +458,-0.063643205,0.702093448,90,-1.537372391,0.7259947145,4220.38363 +459,1.408447268,0.133010502,90,-1.537372391,0.7259947145,8967.8428023 +460,0.523795955,0.280266966,90,-1.537372391,0.7259947145,6837.637405 +461,-0.975769313,0.072177659,90,-1.537372391,0.7259947145,3264.3518872 +462,0.549774164,-0.463663986,90,-1.537372391,0.7259947145,8906.9875222 +463,0.29245874,1.095549818,90,-1.537372391,0.7259947145,4135.7726186 +464,0.143625958,0.816809593,90,-1.537372391,0.7259947145,4471.6211804 +465,0.671902494,0.611159853,90,-1.537372391,0.7259947145,6158.8196858 +466,1.239840988,0.6724199,90,-1.537372391,0.7259947145,6750.7746986 +467,0.607829703,-0.10932137,90,-1.537372391,0.7259947145,8188.4848588 +468,1.763020906,0.263996692,90,-1.537372391,0.7259947145,8479.6068239 +469,0.378714634,0.726066797,90,-1.537372391,0.7259947145,5214.9612993 +470,2.196736143,-0.153862366,90,-1.537372391,0.7259947145,9376.0855192 +471,0.01702415,0.148991565,90,-1.537372391,0.7259947145,5782.6409967 +472,-2.998490902,-0.158002487,90,-1.537372391,0.7259947145,6315.4970549 +473,-3.051262951,-0.346595608,90,-1.537372391,0.7259947145,6961.028067 +474,-1.069176439,0.182802941,90,-1.537372391,0.7259947145,2697.5596936 +475,0.167157509,0.595344954,90,-1.537372391,0.7259947145,5057.5604462 +476,0.613855648,0.681746124,90,-1.537372391,0.7259947145,5825.5242504 +477,1.037012736,0.682555367,90,-1.537372391,0.7259947145,6502.0565156 +478,-1.253574971,0.379755746,90,-1.537372391,0.7259947145,1665.7195021 +479,3.108590453,-0.132620738,90,-1.537372391,0.7259947145,6766.2533188 +480,0.565301296,0.022333262,90,-1.537372391,0.7259947145,7699.1123266 +481,0.547898238,0.855555614,90,-1.537372391,0.7259947145,5180.6856734 +482,0.948309381,0.417393755,90,-1.537372391,0.7259947145,7315.7551361 +483,-0.050600732,0.945269213,90,-1.537372391,0.7259947145,3795.755509 +484,-0.977651478,-0.572363064,90,-1.537372391,0.7259947145,5532.5999991 +485,1.102014914,0.728861163,90,-1.537372391,0.7259947145,6407.3697062 +486,2.927300795,-0.282939414,90,-1.537372391,0.7259947145,7686.6370558 +487,-1.154565557,0.124434095,90,-1.537372391,0.7259947145,2736.2172566 +488,1.855331234,0.291044755,90,-1.537372391,0.7259947145,8311.5510477 +489,0.830290659,0.276904518,90,-1.537372391,0.7259947145,7566.4803733 +490,0.485104466,-0.234867441,90,-1.537372391,0.7259947145,8168.7520163 +491,0.521367572,-0.33161327,90,-1.537372391,0.7259947145,8517.450908 +1,-1.539031704,0.7349710123,91,-1.535340789,0.7260435356,37.00035494 +2,-1.536990553,0.7349663874,91,-1.535340789,0.7260435356,35.676983386 +3,-1.534951779,0.7349571355,91,-1.535340789,0.7260435356,35.325418131 +4,-1.532906461,0.7349480293,91,-1.535340789,0.7260435356,35.994486525 +5,-1.531320211,0.7346937278,91,-1.535340789,0.7260435356,36.25903646 +6,-1.539451648,0.7335131775,91,-1.535340789,0.7260435356,31.979517942 +7,-1.537429487,0.7335445708,91,-1.535340789,0.7260435356,30.344699172 +8,-1.535484998,0.7335658704,91,-1.535340789,0.7260435356,29.799009645 +9,-1.533488396,0.7336036027,91,-1.535340789,0.7260435356,30.440631092 +10,-1.531497785,0.7335842962,91,-1.535340789,0.7260435356,31.950931694 +11,-1.530259379,0.7334777758,91,-1.535340789,0.7260435356,33.048056746 +12,-1.5335454,0.7322346912,91,-1.535340789,0.7260435356,25.090070466 +13,-1.531489083,0.7322238773,91,-1.535340789,0.7260435356,26.995110423 +14,-1.530011122,0.7321679851,91,-1.535340789,0.7260435356,28.919911193 +15,-1.53348106,0.7306614094,91,-1.535340789,0.7260435356,19.099624885 +16,-1.531441779,0.7306962275,91,-1.535340789,0.7260435356,21.736366317 +17,-1.529755654,0.7306933243,91,-1.535340789,0.7260435356,24.734023838 +18,-1.533415048,0.7291384674,91,-1.535340789,0.7260435356,13.517828339 +19,-1.531392093,0.7291705353,91,-1.535340789,0.7260435356,17.0245982 +20,-1.529296523,0.7291214933,91,-1.535340789,0.7260435356,21.640187494 +21,-1.535280942,0.727267644,91,-1.535340789,0.7260435356,4.8519295708 +22,-1.533378158,0.7276139666,91,-1.535340789,0.7260435356,8.511359581 +23,-1.531340368,0.7276446587,91,-1.535340789,0.7260435356,13.432513046 +24,-1.528960113,0.7276398177,91,-1.535340789,0.7260435356,19.916835884 +25,-1.533313146,0.7260818349,91,-1.535340789,0.7260435356,6.0078181343 +26,-1.531259555,0.7260958115,91,-1.535340789,0.7260435356,12.090363383 +27,-1.528926415,0.7260865555,91,-1.535340789,0.7260435356,19.000168968 +28,-1.531226779,0.7245511789,91,-1.535340789,0.7260435356,13.551261537 +29,-1.528904772,0.7245519194,91,-1.535340789,0.7260435356,19.970485457 +30,-1.547195875,0.7409785979,91,-1.535340789,0.7260435356,68.675282559 +31,-1.5451475,0.740980426,91,-1.535340789,0.7260435356,65.825806084 +32,-1.543097679,0.7409798872,91,-1.535340789,0.7260435356,63.412313623 +33,-1.540720364,0.7409892687,91,-1.535340789,0.7260435356,61.279444107 +34,-1.547188511,0.7395198392,91,-1.535340789,0.7260435356,63.766276748 +35,-1.545148587,0.7395226109,91,-1.535340789,0.7260435356,60.69912149 +36,-1.543104538,0.7395314908,91,-1.535340789,0.7260435356,58.110224075 +37,-1.540727751,0.7395306258,91,-1.535340789,0.7260435356,55.726971194 +38,-1.547187029,0.7380014886,91,-1.535340789,0.7260435356,58.83544498 +39,-1.545147315,0.7380012252,91,-1.535340789,0.7260435356,55.48105029 +40,-1.54310719,0.7380060743,91,-1.535340789,0.7260435356,52.619109062 +41,-1.540719671,0.7380068206,91,-1.535340789,0.7260435356,49.966249996 +42,-1.547187189,0.7364799098,91,-1.535340789,0.7260435356,54.11749705 +43,-1.545149996,0.7364853874,91,-1.535340789,0.7260435356,50.468068223 +44,-1.543106091,0.7364823484,91,-1.535340789,0.7260435356,47.263152642 +45,-1.540717158,0.7364893901,91,-1.535340789,0.7260435356,44.308291545 +46,-1.538663972,0.7410138672,91,-1.535340789,0.7260435356,60.098174527 +47,-1.53695285,0.7409699132,91,-1.535340789,0.7260435356,59.313331588 +48,-1.534910498,0.7409641297,91,-1.535340789,0.7260435356,59.114031916 +49,-1.533145034,0.7409536636,91,-1.535340789,0.7260435356,59.411328665 +50,-1.538681336,0.7395405883,91,-1.535340789,0.7260435356,54.35896375 +51,-1.536999189,0.7395183096,91,-1.535340789,0.7260435356,53.59645004 +52,-1.534923633,0.7395144222,91,-1.535340789,0.7260435356,53.372315238 +53,-1.533267822,0.7395654306,91,-1.535340789,0.7260435356,53.906824328 +54,-1.53867273,0.7380151077,91,-1.535340789,0.7260435356,48.424836194 +55,-1.536980576,0.7379994392,91,-1.535340789,0.7260435356,47.603125166 +56,-1.534931522,0.7379944961,91,-1.535340789,0.7260435356,47.35310934 +57,-1.533387952,0.7379480264,91,-1.535340789,0.7260435356,47.503417344 +58,-1.538682279,0.7364914363,91,-1.535340789,0.7260435356,42.540556058 +59,-1.536980704,0.7364810563,91,-1.535340789,0.7260435356,41.624769104 +60,-1.534935567,0.7364752065,91,-1.535340789,0.7260435356,41.337116522 +61,-1.533042592,0.7363876366,91,-1.535340789,0.7260435356,41.529494647 +62,-1.545143426,0.7349628011,91,-1.535340789,0.7260435356,45.65679486 +63,-1.543105297,0.7349691947,91,-1.535340789,0.7260435356,42.127057289 +64,-1.541064533,0.7349647152,91,-1.535340789,0.7260435356,39.164340912 +65,-1.545411803,0.7334624714,91,-1.535340789,0.7260435356,41.803915332 +66,-1.543446606,0.7334780896,91,-1.535340789,0.7260435356,37.94549925 +67,-1.541475327,0.7334957295,91,-1.535340789,0.7260435356,34.631067906 +68,-1.545401939,0.731963266,91,-1.535340789,0.7260435356,37.858618604 +69,-1.54342253,0.7319915583,91,-1.535340789,0.7260435356,33.542554381 +70,-1.541455867,0.7320216438,91,-1.535340789,0.7260435356,29.783430681 +71,-1.545410146,0.7304422281,91,-1.535340789,0.7260435356,34.491744143 +72,-1.543435491,0.7304713664,91,-1.535340789,0.7260435356,29.668777698 +73,-1.541463105,0.7304997613,91,-1.535340789,0.7260435356,25.28092191 +74,-1.545414768,0.7289194936,91,-1.535340789,0.7260435356,31.904584322 +75,-1.543435774,0.7289538557,91,-1.535340789,0.7260435356,26.57703802 +76,-1.541457714,0.7289765881,91,-1.535340789,0.7260435356,21.503618451 +77,-1.539449415,0.7320555866,91,-1.535340789,0.7260435356,26.728462785 +78,-1.537429183,0.7321097681,91,-1.535340789,0.7260435356,24.807679549 +79,-1.535472649,0.7321497267,91,-1.535340789,0.7260435356,24.189759345 +80,-1.539457899,0.7305333307,91,-1.535340789,0.7260435356,21.549966329 +81,-1.537453161,0.7305750503,91,-1.535340789,0.7260435356,19.004485893 +82,-1.535479385,0.7306124949,91,-1.535340789,0.7260435356,18.102284939 +83,-1.53946905,0.7290102593,91,-1.535340789,0.7260435356,16.947694722 +84,-1.537459922,0.7290417293,91,-1.535340789,0.7260435356,13.428757403 +85,-1.535451349,0.7290890157,91,-1.535340789,0.7260435356,12.067579381 +86,-1.535522937,0.7279887191,91,-1.535340789,0.7260435356,7.7237070345 +87,-1.539442524,0.7274735939,91,-1.535340789,0.7260435356,13.398183113 +88,-1.537424111,0.727521351,91,-1.535340789,0.7260435356,8.5026689053 +89,-1.539384641,0.7259505092,91,-1.535340789,0.7260435356,11.984305167 +90,-1.537372391,0.7259947145,91,-1.535340789,0.7260435356,6.0209709914 +91,-1.535340789,0.7260435356,91,-1.535340789,0.7260435356,3.0007773839 +92,-1.539325716,0.7244369706,91,-1.535340789,0.7260435356,13.417120282 +93,-1.537308932,0.7244801057,91,-1.535340789,0.7260435356,8.507844276 +94,-1.535289068,0.7245247645,91,-1.535340789,0.7260435356,6.01780502 +95,-1.533261366,0.7245550236,91,-1.535340789,0.7260435356,8.5294118188 +96,-1.539267302,0.722921924,91,-1.535340789,0.7260435356,16.986191276 +97,-1.537248972,0.7229660258,91,-1.535340789,0.7260435356,13.439888699 +98,-1.535219431,0.7229916471,91,-1.535340789,0.7260435356,12.093888268 +99,-1.53318962,0.7230212049,91,-1.535340789,0.7260435356,13.565601833 +100,-1.531154816,0.7230299897,91,-1.535340789,0.7260435356,17.223024698 +101,-1.528878341,0.7230370244,91,-1.535340789,0.7260435356,22.565877533 +102,-1.539218189,0.7214009878,91,-1.535340789,0.7260435356,21.693559424 +103,-1.537198791,0.7214422745,91,-1.535340789,0.7260435356,19.041653508 +104,-1.535179266,0.7214634354,91,-1.535340789,0.7260435356,18.148110131 +105,-1.533156501,0.7214944644,91,-1.535340789,0.7260435356,19.149656669 +106,-1.53113574,0.7215166021,91,-1.535340789,0.7260435356,21.847017469 +107,-1.528874248,0.7215345535,91,-1.535340789,0.7260435356,26.217082224 +108,-1.539217656,0.7198512397,91,-1.535340789,0.7260435356,27.096160268 +109,-1.537199919,0.7199428763,91,-1.535340789,0.7260435356,24.78755073 +110,-1.545425832,0.727397149,91,-1.535340789,0.7260435356,30.332158523 +111,-1.543371177,0.7273916949,91,-1.535340789,0.7260435356,24.36464397 +112,-1.541368852,0.7274523163,91,-1.535340789,0.7260435356,18.696475569 +113,-1.545349067,0.7258710923,91,-1.535340789,0.7260435356,29.655238023 +114,-1.54332671,0.7258603556,91,-1.535340789,0.7260435356,23.667826244 +115,-1.541346831,0.7259242142,91,-1.535340789,0.7260435356,17.797488042 +116,-1.545324355,0.7243383958,91,-1.535340789,0.7260435356,30.355194636 +117,-1.543292796,0.7243617413,91,-1.535340789,0.7260435356,24.495117634 +118,-1.541295822,0.7244024384,91,-1.535340789,0.7260435356,18.810864215 +119,-1.543193859,0.7205570215,91,-1.535340789,0.7260435356,31.874757322 +120,-1.550257047,0.7386738187,91,-1.535340789,0.7260435356,66.580593384 +121,-1.549335448,0.7311736483,91,-1.535340789,0.7260435356,46.080590357 +122,-1.533478843,0.7179891343,91,-1.535340789,0.7260435356,32.380033356 +123,-1.556150555,0.738907041,91,-1.535340789,0.7260435356,79.69912621 +124,-1.554324226,0.733414257,91,-1.535340789,0.7260435356,63.19345536 +125,-1.554290846,0.7288285332,91,-1.535340789,0.7260435356,57.136425998 +126,-1.55122487,0.7219795312,91,-1.535340789,0.7260435356,49.807178746 +127,-1.525104458,0.7229399862,91,-1.535340789,0.7260435356,32.756541026 +128,-1.519607711,0.7236181429,91,-1.535340789,0.7260435356,47.631166746 +129,-1.513899999,0.7251107854,91,-1.535340789,0.7260435356,63.642061577 +130,-1.536620762,0.7431061895,91,-1.535340789,0.7260435356,67.68981321 +131,-1.5369566,0.7460845958,91,-1.535340789,0.7260435356,79.524209812 +132,-1.545345528,0.7447040685,91,-1.535340789,0.7260435356,79.54177226 +133,-1.532813921,0.7432306626,91,-1.535340789,0.7260435356,68.482141587 +134,-1.554788248,0.7382381001,91,-1.535340789,0.7260435356,74.935324526 +135,-1.540348126,0.7301594274,91,-1.535340789,0.7260435356,22.0221205 +136,-1.538016084,0.7239051786,91,-1.535340789,0.7260435356,11.604163173 +137,-1.525288962,0.7258085137,91,-1.535340789,0.7260435356,29.791747473 +138,-1.534326986,0.731241342,91,-1.535340789,0.7260435356,20.805354974 +139,-1.530733872,0.7303625216,91,-1.535340789,0.7260435356,21.866964026 +141,-1.534354939,0.7328219978,91,-1.535340789,0.7260435356,27.006867443 +142,-1.53157084,0.7292888153,91,-1.535340789,0.7260435356,17.016985893 +143,-1.525691035,0.7263799874,91,-1.535340789,0.7260435356,28.609922014 +144,-1.534031287,0.7495967835,91,-1.535340789,0.7260435356,93.373314101 +145,-1.527714986,0.7283095957,91,-1.535340789,0.7260435356,24.284985054 +146,-1.526189586,0.7271468292,91,-1.535340789,0.7260435356,27.443307473 +147,-1.555177336,0.7375563366,91,-1.535340789,0.7260435356,74.138175625 +148,-1.555080283,0.7312707794,91,-1.535340789,0.7260435356,61.898743703 +149,-1.53856994,0.7224180299,91,-1.535340789,0.7260435356,17.262964653 +150,-1.530837883,0.729933372,91,-1.535340789,0.7260435356,20.363677906 +151,-1.515066984,0.5854133365,91,-1.535340789,0.7260435356,560.64429787 +152,-1.534731633,0.5368370046,91,-1.535340789,0.7260435356,749.44958006 +153,-1.515231902,0.5607085576,91,-1.535340789,0.7260435356,657.96620049 +154,-2.616253799,1.0684566605,91,-1.535340789,0.7260435356,2854.9099765 +155,-1.956071439,0.5792177723,91,-1.535340789,0.7260435356,1439.780091 +156,-1.951208514,0.5602434208,91,-1.535340789,0.7260435356,1465.9560538 +157,-1.944675062,0.6062144545,91,-1.535340789,0.7260435356,1354.9885296 +158,-1.613778386,0.6077989518,91,-1.535340789,0.7260435356,527.96907803 +159,-2.035029014,0.6021432345,91,-1.535340789,0.7260435356,1625.3870819 +160,-2.114989471,0.6801825058,91,-1.535340789,0.7260435356,1749.9861944 +161,-2.037382079,0.5765830025,91,-1.535340789,0.7260435356,1679.0629402 +162,-2.129855121,0.6585019963,91,-1.535340789,0.7260435356,1820.389239 +163,-2.075141798,0.6493615843,91,-1.535340789,0.7260435356,1670.5633425 +164,-1.828626729,0.6948433129,91,-1.535340789,0.7260435356,887.83699015 +165,-1.863329418,0.6735427691,91,-1.535340789,0.7260435356,1013.1825703 +166,-1.266037071,0.727988852,91,-1.535340789,0.7260435356,795.97456352 +167,-1.277579582,0.7249010648,91,-1.535340789,0.7260435356,762.97137554 +168,-1.258418684,0.7241194816,91,-1.535340789,0.7260435356,819.83785468 +169,-1.317813974,0.6804850104,91,-1.535340789,0.7260435356,680.81928032 +170,-1.344165204,0.6790988904,91,-1.535340789,0.7260435356,606.58623438 +171,-1.427582102,0.5277120351,91,-1.535340789,0.7260435356,857.66807097 +172,-1.402238616,0.457167829,91,-1.535340789,0.7260435356,1150.1964163 +173,-1.422454264,0.4996161999,91,-1.535340789,0.7260435356,967.83839566 +174,-1.439089277,0.4894859811,91,-1.535340789,0.7260435356,987.31236392 +175,-1.448126995,0.5182330266,91,-1.535340789,0.7260435356,869.26590021 +176,-1.474626146,0.5881926574,91,-1.535340789,0.7260435356,578.13277849 +177,-1.421139645,0.5584869783,91,-1.535340789,0.7260435356,755.52085272 +178,-1.457037165,0.565943032,91,-1.535340789,0.7260435356,680.53479189 +179,-2.757159358,0.3745319,91,-1.535340789,0.7260435356,4234.9351397 +180,-2.714309238,0.342054471,91,-1.535340789,0.7260435356,4185.7150593 +181,-2.000525337,0.774119946,91,-1.535340789,0.7260435356,1355.371805 +183,-1.571413436,0.6777838382,91,-1.535340789,0.7260435356,220.0850728 +184,-1.552860289,0.6987663893,91,-1.535340789,0.7260435356,120.12978742 +185,-1.521852374,0.7165827476,91,-1.535340789,0.7260435356,54.899447873 +186,-1.503656267,0.6928968252,91,-1.535340789,0.7260435356,162.17867337 +187,-1.502753178,0.7136205882,91,-1.535340789,0.7260435356,108.81479675 +188,-1.631894563,0.7343596465,91,-1.535340789,0.7260435356,286.7861189 +189,-1.653765416,0.6770714026,91,-1.535340789,0.7260435356,407.26426795 +190,-1.719812114,0.6715965947,91,-1.535340789,0.7260435356,599.04168802 +191,-1.493406659,0.6646955447,91,-1.535340789,0.7260435356,274.40335801 +192,-1.469120564,0.6613469966,91,-1.535340789,0.7260435356,326.02929026 +193,-1.590551461,0.5326612937,91,-1.535340789,0.7260435356,785.9614729 +194,-1.625979264,0.5247742243,91,-1.535340789,0.7260435356,848.2546969 +195,-1.572293943,0.5238808754,91,-1.535340789,0.7260435356,809.44042132 +196,-1.610848725,0.5477107964,91,-1.535340789,0.7260435356,745.90174935 +197,-1.208485554,0.7918526018,91,-1.535340789,0.7260435356,972.33765005 +198,-1.335601374,0.6869083083,91,-1.535340789,0.7260435356,620.92147638 +199,-1.346156996,0.6825213377,91,-1.535340789,0.7260435356,596.04128136 +200,-1.324381037,0.6741422347,91,-1.535340789,0.7260435356,670.63073993 +201,-1.242424992,0.7378949807,91,-1.535340789,0.7260435356,862.9318448 +202,-1.270370057,0.7392461008,91,-1.535340789,0.7260435356,780.95204458 +203,-1.448950472,0.7441675014,91,-1.535340789,0.7260435356,263.73539269 +204,-1.492662363,0.7523026852,91,-1.535340789,0.7260435356,162.54948844 +205,-1.479098966,0.7763855017,91,-1.535340789,0.7260435356,257.38668958 +206,-1.633760714,0.7869022408,91,-1.535340789,0.7260435356,371.98185426 +207,-1.647406434,0.8101289331,91,-1.535340789,0.7260435356,461.06531105 +208,-1.564245052,0.5701509278,91,-1.535340789,0.7260435356,624.16315525 +209,-1.646289963,0.6833746083,91,-1.535340789,0.7260435356,374.89434397 +210,-1.5820631,0.6751952144,91,-1.535340789,0.7260435356,246.10102791 +211,-1.613236298,0.6681681791,91,-1.535340789,0.7260435356,329.32398809 +212,-1.914661867,0.8212566515,91,-1.535340789,0.7260435356,1134.6035813 +213,-1.742133237,0.7250275956,91,-1.535340789,0.7260435356,612.33989407 +214,-2.033144872,0.6557314699,91,-1.535340789,0.7260435356,1537.6444387 +215,-2.039551981,0.6964723658,91,-1.535340789,0.7260435356,1510.3960799 +216,-1.247341019,0.7622473908,91,-1.535340789,0.7260435356,849.91144165 +217,-1.298239787,0.7084123392,91,-1.535340789,0.7260435356,710.4698587 +218,-1.308539688,0.6926545592,91,-1.535340789,0.7260435356,693.66356365 +219,-1.303263185,0.6888938396,91,-1.535340789,0.7260435356,713.19859341 +220,-1.852400229,0.6004246149,91,-1.535340789,0.7260435356,1104.6179661 +221,-1.288947707,0.7473773692,91,-1.535340789,0.7260435356,726.93172308 +222,-1.372031502,0.7472790993,91,-1.535340789,0.7260435356,486.2046557 +223,-1.289805721,0.7242157877,91,-1.535340789,0.7260435356,727.10923299 +224,-1.350807603,0.7533498126,91,-1.535340789,0.7260435356,550.25030655 +225,-1.329290365,0.7560442322,91,-1.535340789,0.7260435356,613.19675279 +226,-1.410153004,0.616936428,91,-1.535340789,0.7260435356,580.49468689 +227,-1.393445434,0.6308995063,91,-1.535340789,0.7260435356,577.01327249 +228,-1.37595573,0.6241540638,91,-1.535340789,0.7260435356,636.36151758 +229,-1.358388707,0.6172645205,91,-1.535340789,0.7260435356,696.7934146 +230,-1.753741133,0.8281661666,91,-1.535340789,0.7260435356,736.19462604 +231,-1.47430987,0.6834615681,91,-1.535340789,0.7260435356,249.68063189 +232,-1.421012508,0.7222725206,91,-1.535340789,0.7260435356,339.46089781 +233,-1.4476833,0.6978557868,91,-1.535340789,0.7260435356,285.53997834 +234,-1.470370723,0.6966193374,91,-1.535340789,0.7260435356,227.09046787 +235,-1.429211703,0.7037216883,91,-1.535340789,0.7260435356,329.45682601 +236,-1.700578405,0.6178673663,91,-1.535340789,0.7260435356,667.08022853 +237,-1.678117619,0.6331716163,91,-1.535340789,0.7260435356,572.96092397 +238,-1.725644578,0.6316331145,91,-1.535340789,0.7260435356,694.89056635 +239,-2.14012759,0.7930497945,91,-1.535340789,0.7260435356,1743.476528 +240,-2.103289431,0.7653606263,91,-1.535340789,0.7260435356,1649.218548 +241,-1.318739838,0.7017808746,91,-1.535340789,0.7260435356,654.94138474 +242,-1.396417427,0.7077900843,91,-1.535340789,0.7260435356,420.91025377 +243,-1.35650337,0.7185539404,91,-1.535340789,0.7260435356,531.99886244 +244,-1.248884539,0.7274156818,91,-1.535340789,0.7260435356,846.71656863 +245,-1.395014798,0.5761185243,91,-1.535340789,0.7260435356,739.60266047 +246,-1.433377362,0.6064716109,91,-1.535340789,0.7260435356,569.87048217 +247,-1.408172432,0.5903155476,91,-1.535340789,0.7260435356,668.63093979 +248,-1.749645898,0.7757118084,91,-1.535340789,0.7260435356,650.2846041 +249,-1.571626686,0.615046989,91,-1.535340789,0.7260435356,453.80738516 +250,-1.514070049,0.6303003037,91,-1.535340789,0.7260435356,384.85980643 +251,-1.480890369,0.6237966528,91,-1.535340789,0.7260435356,438.52695754 +252,-1.704390658,0.5281680612,91,-1.535340789,0.7260435356,951.62029814 +253,-1.64434733,0.5254277498,91,-1.535340789,0.7260435356,867.65789949 +254,-1.703855997,0.4792484842,91,-1.535340789,0.7260435356,1119.8432272 +255,-1.692002383,0.5748825051,91,-1.535340789,0.7260435356,775.18222431 +256,-1.854136457,0.5544643913,91,-1.535340789,0.7260435356,1215.533914 +257,-1.665021206,0.520317736,91,-1.535340789,0.7260435356,914.52571653 +258,-1.733654349,0.4845187345,91,-1.535340789,0.7260435356,1152.0002973 +259,-1.720938188,0.5135933906,91,-1.535340789,0.7260435356,1030.7617184 +260,-1.742668307,0.553296122,91,-1.535340789,0.7260435356,948.08626675 +261,-1.965659039,0.7142126903,91,-1.535340789,0.7260435356,1277.7961195 +262,-1.944438071,0.6772834804,91,-1.535340789,0.7260435356,1248.6510684 +263,-1.270340967,0.7681487096,91,-1.535340789,0.7260435356,786.73535626 +264,-1.353091884,0.6549276821,91,-1.535340789,0.7260435356,623.16011769 +265,-1.333236659,0.6413584414,91,-1.535340789,0.7260435356,704.59759319 +266,-1.352015998,0.6753788907,91,-1.535340789,0.7260435356,589.74219981 +267,-1.377988483,0.6577816235,91,-1.535340789,0.7260435356,550.43631919 +268,-2.13075611,0.8318642051,91,-1.535340789,0.7260435356,1714.8736324 +269,-2.097910953,0.8259670014,91,-1.535340789,0.7260435356,1626.2800052 +270,-1.416382069,0.6694271549,91,-1.535340789,0.7260435356,424.84821669 +271,-1.538905672,0.7535625993,91,-1.535340789,0.7260435356,109.50070908 +272,-1.572309477,0.7803125099,91,-1.535340789,0.7260435356,240.01763471 +273,-1.87759879,0.7503853417,91,-1.535340789,0.7260435356,1005.0802322 +274,1.152365588,0.590457682,91,-1.535340789,0.7260435356,6973.7419515 +275,0.350198001,0.718001859,91,-1.535340789,0.7260435356,5170.1203071 +276,0.046513677,0.491503852,91,-1.535340789,0.7260435356,4989.9051286 +277,0.027510309,0.742571376,91,-1.535340789,0.7260435356,4358.3844183 +278,0.306285725,-0.214631579,91,-1.535340789,0.7260435356,7582.9173304 +279,-1.100564889,0.318051531,91,-1.535340789,0.7260435356,2183.7617001 +280,-1.078582306,0.301437596,91,-1.535340789,0.7260435356,2286.2615698 +281,-1.137371989,-0.617634065,91,-1.535340789,0.7260435356,5514.9926068 +282,0.784356344,0.703272339,91,-1.535340789,0.7260435356,6059.3378503 +283,-1.221209947,0.218327455,91,-1.535340789,0.7260435356,2285.284854 +284,2.347301921,-0.449114658,91,-1.535340789,0.7260435356,9799.0523074 +285,0.246820618,0.830553713,91,-1.535340789,0.7260435356,4659.2604243 +286,0.829414965,0.703288228,91,-1.535340789,0.7260435356,6132.2972016 +287,-1.337537566,0.42332223,91,-1.535340789,0.7260435356,1364.6852158 +288,0.882453706,0.454478077,91,-1.535340789,0.7260435356,7068.0570645 +289,1.575629659,0.416419109,91,-1.535340789,0.7260435356,7917.1579382 +290,-1.039455679,0.229888244,91,-1.535340789,0.7260435356,2603.1157153 +291,0.489558039,0.934482747,91,-1.535340789,0.7260435356,4851.7634729 +292,0.081344504,0.88384514,91,-1.535340789,0.7260435356,4186.3822724 +293,-1.547979814,0.300350308,91,-1.535340789,0.7260435356,1686.7180529 +294,0.040776181,0.168560074,91,-1.535340789,0.7260435356,5795.4590023 +295,-1.130374745,0.563894876,91,-1.535340789,0.7260435356,1427.4828644 +296,1.578326642,0.478507176,91,-1.535340789,0.7260435356,7671.5252215 +297,-1.12861823,-0.291640865,91,-1.535340789,0.7260435356,4297.7001043 +298,0.310524208,0.770885792,91,-1.535340789,0.7260435356,4944.6424984 +299,0.415649091,-0.387246002,91,-1.535340789,0.7260435356,8331.1324683 +300,-0.926533878,-0.188022748,91,-1.535340789,0.7260435356,4245.4178251 +301,1.258856172,-0.11716081,91,-1.535340789,0.7260435356,9739.9850146 +302,-1.126050026,0.322941926,91,-1.535340789,0.7260435356,2111.300927 +303,2.002785835,0.07893892,91,-1.535340789,0.7260435356,8948.5549075 +304,0.440437607,0.746258085,91,-1.535340789,0.7260435356,5284.7587046 +305,-0.030391866,0.214441206,91,-1.535340789,0.7260435356,5467.3093621 +306,0.521557815,-0.058929362,91,-1.535340789,0.7260435356,7799.6163336 +307,-0.097005111,0.13317729,91,-1.535340789,0.7260435356,5480.6673651 +308,1.83113859,0.221857587,91,-1.535340789,0.7260435356,8600.3380115 +309,0.222428864,0.099404236,91,-1.535340789,0.7260435356,6509.083102 +310,-1.702731345,0.8728568183,91,-1.535340789,0.7260435356,741.58247849 +311,-0.418507569,0.278324921,91,-1.535340789,0.7260435356,4158.3502995 +312,-1.41153306,0.339029988,91,-1.535340789,0.7260435356,1588.6547595 +313,0.357560442,0.114788776,91,-1.535340789,0.7260435356,6854.9208213 +314,0.325818979,0.268352149,91,-1.535340789,0.7260435356,6342.3654766 +315,-1.246004659,-0.663679965,91,-1.535340789,0.7260435356,5603.0806669 +316,1.814603087,0.637404484,91,-1.535340789,0.7260435356,6990.6946702 +317,1.843704281,-0.18300445,91,-1.535340789,0.7260435356,10139.587996 +318,1.690644492,-0.211480909,91,-1.535340789,0.7260435356,10384.820317 +319,-1.275451936,0.068109467,91,-1.535340789,0.7260435356,2764.3225839 +320,0.762430171,-0.207594741,91,-1.535340789,0.7260435356,8886.835372 +321,0.265668905,-0.014647884,91,-1.535340789,0.7260435356,6940.2002806 +322,-2.773032013,-0.335515811,91,-1.535340789,0.7260435356,6173.2640655 +323,-1.469512853,0.174058777,91,-1.535340789,0.7260435356,2198.4315891 +324,0.286276986,0.785925691,91,-1.535340789,0.7260435356,4853.9613494 +325,-1.379324697,0.377432233,91,-1.535340789,0.7260435356,1475.6450487 +326,-1.203778265,0.212813032,91,-1.535340789,0.7260435356,2334.0577323 +327,0.579916301,0.611743168,91,-1.535340789,0.7260435356,5967.4708419 +328,0.267582642,0.868113908,91,-1.535340789,0.7260435356,4611.4901995 +329,0.412869244,-0.050245578,91,-1.535340789,0.7260435356,7464.4764873 +330,0.17524381,0.976660285,91,-1.535340789,0.7260435356,4185.2843069 +331,0.743157214,0.204812899,91,-1.535340789,0.7260435356,7600.0660779 +332,-1.070758176,0.269382282,91,-1.535340789,0.7260435356,2405.9636546 +333,-1.230364251,0.329790229,91,-1.535340789,0.7260435356,1876.5133697 +334,-1.374813124,-0.024926835,91,-1.535340789,0.7260435356,3029.9750128 +335,0.519780566,0.463669906,91,-1.535340789,0.7260435356,6279.3572173 +336,-1.55108034,0.239698561,91,-1.535340789,0.7260435356,1927.1748335 +337,0.180294813,0.029739425,91,-1.535340789,0.7260435356,6571.5171903 +338,0.67820924,0.268170153,91,-1.535340789,0.7260435356,7248.5837002 +339,0.445798684,1.024001867,91,-1.535340789,0.7260435356,4539.8797566 +340,0.691751283,0.150521402,91,-1.535340789,0.7260435356,7644.9699681 +341,-1.036643551,-0.903056181,91,-1.535340789,0.7260435356,6677.1219934 +342,-0.120287036,1.083325163,91,-1.535340789,0.7260435356,3466.299239 +343,2.823513113,-0.304487164,91,-1.535340789,0.7260435356,8053.2299083 +344,0.457583172,1.12513373,91,-1.535340789,0.7260435356,4297.2841149 +345,0.042918831,0.813795399,91,-1.535340789,0.7260435356,4244.3952676 +346,1.196146777,-0.853142756,91,-1.535340789,0.7260435356,11200.733118 +347,0.206001358,-0.010430701,91,-1.535340789,0.7260435356,6753.6445163 +348,-0.268308653,0.234799412,91,-1.535340789,0.7260435356,4712.1351068 +349,0.759363263,0.736189579,91,-1.535340789,0.7260435356,5909.5670934 +350,0.181363926,0.891988372,91,-1.535340789,0.7260435356,4379.8237602 +351,-0.021111158,0.139103292,91,-1.535340789,0.7260435356,5689.8469604 +352,-0.093355215,0.630686981,91,-1.535340789,0.7260435356,4287.9217966 +353,0.40118964,0.681375926,91,-1.535340789,0.7260435356,5382.0452894 +354,-0.721197315,1.304706234,91,-1.535340789,0.7260435356,2706.2271222 +355,-1.076150317,0.212107639,91,-1.535340789,0.7260435356,2581.1591243 +356,-1.577164531,0.273993443,91,-1.535340789,0.7260435356,1796.2707575 +357,-0.190788414,0.182208586,91,-1.535340789,0.7260435356,5076.0406961 +358,-0.261349752,0.209710184,91,-1.535340789,0.7260435356,4796.5801093 +359,-1.029303852,0.083549259,91,-1.535340789,0.7260435356,3110.3855677 +360,-1.268609162,0.330525297,91,-1.535340789,0.7260435356,1806.5490331 +361,1.282982244,-0.926641967,91,-1.535340789,0.7260435356,11273.775699 +362,0.217352334,0.731352408,91,-1.535340789,0.7260435356,4836.2693833 +363,-1.511833084,0.258629297,91,-1.535340789,0.7260435356,1853.182945 +364,0.338812194,0.823184618,91,-1.535340789,0.7260435356,4868.9108134 +365,-0.324406489,1.134201999,91,-1.535340789,0.7260435356,3077.8548617 +366,1.389579348,0.399185724,91,-1.535340789,0.7260435356,7916.3931361 +367,2.047152199,-0.039082036,91,-1.535340789,0.7260435356,9302.8069932 +368,0.947780369,0.568250077,91,-1.535340789,0.7260435356,6783.1660128 +369,0.763824846,0.576754987,91,-1.535340789,0.7260435356,6440.7612526 +370,-0.142334657,0.928153068,91,-1.535340789,0.7260435356,3619.5892108 +371,0.610266567,0.547265983,91,-1.535340789,0.7260435356,6228.7153186 +372,0.210731629,0.746815056,91,-1.535340789,0.7260435356,4783.1302179 +373,-1.34931644,0.316895224,91,-1.535340789,0.7260435356,1738.6594713 +374,2.407696481,0.655030745,91,-1.535340789,0.7260435356,6254.0406885 +375,0.64207831,0.545359131,91,-1.535340789,0.7260435356,6301.506154 +376,1.174597538,0.840588356,91,-1.535340789,0.7260435356,6057.1443066 +377,0.660059424,0.010604079,91,-1.535340789,0.7260435356,7983.5908409 +378,-0.730263819,0.010486456,91,-1.535340789,0.7260435356,4031.6634474 +379,0.831068936,0.512339172,91,-1.535340789,0.7260435356,6778.7114816 +380,1.301180979,0.72367476,91,-1.535340789,0.7260435356,6598.4166868 +381,1.811128231,0.322854402,91,-1.535340789,0.7260435356,8221.7213186 +382,0.435105812,0.992284428,91,-1.535340789,0.7260435356,4605.7842125 +383,0.62643634,0.592027932,91,-1.535340789,0.7260435356,6123.8945128 +384,0.492988703,-0.516339467,91,-1.535340789,0.7260435356,8845.8570102 +385,-0.162469483,0.112549365,91,-1.535340789,0.7260435356,5340.5534473 +386,0.314630866,0.472006421,91,-1.535340789,0.7260435356,5752.1201571 +387,0.166744804,0.822815954,91,-1.535340789,0.7260435356,4504.5789093 +388,0.417159608,0.965805736,91,-1.535340789,0.7260435356,4645.1524307 +389,0.106334961,0.868774244,91,-1.535340789,0.7260435356,4271.6014854 +390,0.815086969,-0.338144359,91,-1.535340789,0.7260435356,9384.1362064 +391,0.59867455,-0.230624824,91,-1.535340789,0.7260435356,8483.5583219 +392,1.915104874,0.066220985,91,-1.535340789,0.7260435356,9113.7663959 +393,1.278093622,0.064463721,91,-1.535340789,0.7260435356,9096.441716 +394,-0.061477853,0.302997961,91,-1.535340789,0.7260435356,5150.6173509 +395,0.251311504,0.626976942,91,-1.535340789,0.7260435356,5180.8547772 +396,2.950242872,0.149095644,91,-1.535340789,0.7260435356,6490.1701055 +397,-0.180294708,0.35375117,91,-1.535340789,0.7260435356,4677.2079926 +398,1.010448592,-0.351180233,91,-1.535340789,0.7260435356,9958.8281154 +399,-1.748740498,0.3686318073,91,-1.535340789,0.7260435356,1585.2015032 +400,2.699635665,0.123533791,91,-1.535340789,0.7260435356,7260.3843643 +401,0.496808033,0.823843254,91,-1.535340789,0.7260435356,5176.0447646 +402,0.129574704,0.763364087,91,-1.535340789,0.7260435356,4556.2899539 +403,1.798920311,0.817447563,91,-1.535340789,0.7260435356,6292.5774211 +404,0.335987953,0.746786541,91,-1.535340789,0.7260435356,5062.5834179 +405,-1.085413643,0.292154671,91,-1.535340789,0.7260435356,2300.2259056 +406,-0.155321003,0.508207011,91,-1.535340789,0.7260435356,4386.5894652 +407,0.620529244,-0.301175104,91,-1.535340789,0.7260435356,8728.1326642 +408,1.684402744,0.368716966,91,-1.535340789,0.7260435356,8098.0198348 +409,0.300582244,-0.386397212,91,-1.535340789,0.7260435356,7990.0286148 +410,2.913555946,-0.009225192,91,-1.535340789,0.7260435356,7023.0834739 +411,1.465101417,0.493232532,91,-1.535340789,0.7260435356,7586.6939692 +412,0.090612882,0.907955955,91,-1.535340789,0.7260435356,4157.266991 +413,2.987564726,-0.729568594,91,-1.535340789,0.7260435356,8516.9698972 +414,-1.484261606,0.224149272,91,-1.535340789,0.7260435356,1995.8185864 +415,0.164073421,0.303955133,91,-1.535340789,0.7260435356,5796.5349744 +416,0.141441293,0.167552546,91,-1.535340789,0.7260435356,6092.2958643 +417,2.931321023,-0.506718887,91,-1.535340789,0.7260435356,8210.7079441 +418,2.21951565,0.700596356,91,-1.535340789,0.7260435356,6378.3651996 +419,0.268112576,1.199114336,91,-1.535340789,0.7260435356,3886.8289392 +420,0.978913739,0.359223811,91,-1.535340789,0.7260435356,7568.2021329 +421,1.210898818,0.522863584,91,-1.535340789,0.7260435356,7289.9546169 +422,2.347397336,0.129231362,91,-1.535340789,0.7260435356,8121.9296661 +423,0.614394501,0.556878345,91,-1.535340789,0.7260435356,6207.7740539 +424,-1.398079356,0.148483366,91,-1.535340789,0.7260435356,2337.6989495 +425,2.535303836,-0.112984496,91,-1.535340789,0.7260435356,8386.2908508 +426,-1.019372593,-0.405322349,91,-1.535340789,0.7260435356,4864.7930139 +427,-1.297785627,-0.160104069,91,-1.535340789,0.7260435356,3614.9222101 +428,2.144554488,0.205051084,91,-1.535340789,0.7260435356,8265.8548488 +429,-2.242387083,-0.426171285,91,-1.535340789,0.7260435356,5248.6980187 +430,0.338637212,0.909723676,91,-1.535340789,0.7260435356,4648.0230456 +431,-0.148798452,0.691042401,91,-1.535340789,0.7260435356,4015.2981866 +432,0.893524764,0.441829531,91,-1.535340789,0.7260435356,7131.2527951 +433,0.969229347,-0.368847936,91,-1.535340789,0.7260435356,9895.4573503 +434,0.436043248,0.800045688,91,-1.535340789,0.7260435356,5126.1521452 +435,1.687946607,1.081504775,91,-1.535340789,0.7260435356,5279.3725939 +436,0.522302046,-0.034889271,91,-1.535340789,0.7260435356,7735.1276599 +437,-0.178996113,-0.438090009,91,-1.535340789,0.7260435356,6768.4008279 +438,-1.094339566,0.301444068,91,-1.535340789,0.7260435356,2250.549191 +439,-1.064070054,0.242569932,91,-1.535340789,0.7260435356,2507.321703 +440,-1.068153768,0.230387998,91,-1.535340789,0.7260435356,2538.0711139 +441,-3.00496892,-0.23989155,91,-1.535340789,0.7260435356,6556.5598362 +442,0.21751974,0.766874888,91,-1.535340789,0.7260435356,4749.6798126 +443,0.117229532,0.007619006,91,-1.535340789,0.7260435356,6443.9473205 +444,0.777758451,0.420554741,91,-1.535340789,0.7260435356,6980.7475183 +445,-0.252356999,0.250747086,91,-1.535340789,0.7260435356,4719.1051957 +446,0.363148444,0.768483434,91,-1.535340789,0.7260435356,5063.0912489 +447,0.903191366,-0.118210676,91,-1.535340789,0.7260435356,8997.6169969 +448,-0.205755923,0.149406178,91,-1.535340789,0.7260435356,5116.4938838 +449,1.811996086,0.02364353,91,-1.535340789,0.7260435356,9383.7865748 +450,-1.100670221,0.314845373,91,-1.535340789,0.7260435356,2193.6830523 +451,0.340078597,0.850105132,91,-1.535340789,0.7260435356,4802.1098255 +452,0.258757267,0.804969236,91,-1.535340789,0.7260435356,4747.1858972 +453,2.78505352,-0.155160804,91,-1.535340789,0.7260435356,7786.7222812 +454,0.800551619,0.105822106,91,-1.535340789,0.7260435356,8048.248916 +455,0.437940882,-0.506194031,91,-1.535340789,0.7260435356,8663.4216715 +456,2.230431122,0.63458615,91,-1.535340789,0.7260435356,6599.0652321 +457,0.527965361,0.127667701,91,-1.535340789,0.7260435356,7289.1443729 +458,-0.063643205,0.702093448,91,-1.535340789,0.7260435356,4215.0603032 +459,1.408447268,0.133010502,91,-1.535340789,0.7260435356,8966.1397352 +460,0.523795955,0.280266966,91,-1.535340789,0.7260435356,6832.3721337 +461,-0.975769313,0.072177659,91,-1.535340789,0.7260435356,3260.1353041 +462,0.549774164,-0.463663986,91,-1.535340789,0.7260435356,8900.9886939 +463,0.29245874,1.095549818,91,-1.535340789,0.7260435356,4132.5260383 +464,0.143625958,0.816809593,91,-1.535340789,0.7260435356,4466.9625383 +465,0.671902494,0.611159853,91,-1.535340789,0.7260435356,6154.712963 +466,1.239840988,0.6724199,91,-1.535340789,0.7260435356,6748.8919073 +467,0.607829703,-0.10932137,91,-1.535340789,0.7260435356,8182.7110783 +468,1.763020906,0.263996692,91,-1.535340789,0.7260435356,8480.5009236 +469,0.378714634,0.726066797,91,-1.535340789,0.7260435356,5210.4512379 +470,2.196736143,-0.153862366,91,-1.535340789,0.7260435356,9380.7108528 +471,0.01702415,0.148991565,91,-1.535340789,0.7260435356,5776.6340405 +472,-2.998490902,-0.158002487,91,-1.535340789,0.7260435356,6321.443178 +473,-3.051262951,-0.346595608,91,-1.535340789,0.7260435356,6966.8367307 +474,-1.069176439,0.182802941,91,-1.535340789,0.7260435356,2693.4612894 +475,0.167157509,0.595344954,91,-1.535340789,0.7260435356,5052.2999117 +476,0.613855648,0.681746124,91,-1.535340789,0.7260435356,5821.4478891 +477,1.037012736,0.682555367,91,-1.535340789,0.7260435356,6499.3617575 +478,-1.253574971,0.379755746,91,-1.535340789,0.7260435356,1662.0447847 +479,3.108590453,-0.132620738,91,-1.535340789,0.7260435356,6772.2727018 +480,0.565301296,0.022333262,91,-1.535340789,0.7260435356,7693.4693568 +481,0.547898238,0.855555614,91,-1.535340789,0.7260435356,5176.9694156 +482,0.948309381,0.417393755,91,-1.535340789,0.7260435356,7312.106267 +483,-0.050600732,0.945269213,91,-1.535340789,0.7260435356,3791.3273464 +484,-0.977651478,-0.572363064,91,-1.535340789,0.7260435356,5530.0495821 +485,1.102014914,0.728861163,91,-1.535340789,0.7260435356,6405.0221719 +486,2.927300795,-0.282939414,91,-1.535340789,0.7260435356,7692.6563615 +487,-1.154565557,0.124434095,91,-1.535340789,0.7260435356,2732.881081 +488,1.855331234,0.291044755,91,-1.535340789,0.7260435356,8313.0165316 +489,0.830290659,0.276904518,91,-1.535340789,0.7260435356,7562.0504893 +490,0.485104466,-0.234867441,91,-1.535340789,0.7260435356,8162.755265 +491,0.521367572,-0.33161327,91,-1.535340789,0.7260435356,8511.4322876 +1,-1.539031704,0.7349710123,92,-1.539325716,0.7244369706,41.734367166 +2,-1.536990553,0.7349663874,92,-1.539325716,0.7244369706,42.27300094 +3,-1.534951779,0.7349571355,92,-1.539325716,0.7244369706,43.625452064 +4,-1.532906461,0.7349480293,92,-1.539325716,0.7244369706,45.74495859 +5,-1.531320211,0.7346937278,92,-1.539325716,0.7244369706,47.003363263 +6,-1.539451648,0.7335131775,92,-1.539325716,0.7244369706,35.952780588 +7,-1.537429487,0.7335445708,92,-1.539325716,0.7244369706,36.507565626 +8,-1.535484998,0.7335658704,92,-1.539325716,0.7244369706,37.897957077 +9,-1.533488396,0.7336036027,92,-1.539325716,0.7244369706,40.196010711 +10,-1.531497785,0.7335842962,92,-1.539325716,0.7244369706,42.983482889 +11,-1.530259379,0.7334777758,92,-1.539325716,0.7244369706,44.71961832 +12,-1.5335454,0.7322346912,92,-1.539325716,0.7244369706,35.297946725 +13,-1.531489083,0.7322238773,92,-1.539325716,0.7244369706,38.574271757 +14,-1.530011122,0.7321679851,92,-1.539325716,0.7244369706,41.181333338 +15,-1.53348106,0.7306614094,92,-1.539325716,0.7244369706,30.112750779 +16,-1.531441779,0.7306962275,92,-1.539325716,0.7244369706,34.037567154 +17,-1.529755654,0.7306933243,92,-1.539325716,0.7244369706,37.623071315 +18,-1.533415048,0.7291384674,92,-1.539325716,0.7244369706,25.552241232 +19,-1.531392093,0.7291705353,92,-1.539325716,0.7244369706,30.05069224 +20,-1.529296523,0.7291214933,92,-1.539325716,0.7244369706,35.009330583 +21,-1.535280942,0.727267644,92,-1.539325716,0.7244369706,16.410524432 +22,-1.533378158,0.7276139666,92,-1.539325716,0.7244369706,21.650127829 +23,-1.531340368,0.7276446587,92,-1.539325716,0.7244369706,26.849633177 +24,-1.528960113,0.7276398177,92,-1.539325716,0.7244369706,33.221352399 +25,-1.533313146,0.7260818349,92,-1.539325716,0.7244369706,18.97557474 +26,-1.531259555,0.7260958115,92,-1.539325716,0.7244369706,24.795366736 +27,-1.528926415,0.7260865555,92,-1.539325716,0.7244369706,31.509594356 +28,-1.531226779,0.7245511789,92,-1.539325716,0.7244369706,24.026767081 +29,-1.528904772,0.7245519194,92,-1.539325716,0.7244369706,30.913204586 +30,-1.547195875,0.7409785979,92,-1.539325716,0.7244369706,69.498333697 +31,-1.5451475,0.740980426,92,-1.539325716,0.7244369706,67.733508102 +32,-1.543097679,0.7409798872,92,-1.539325716,0.7244369706,66.460999359 +33,-1.540720364,0.7409892687,92,-1.539325716,0.7244369706,65.692118418 +34,-1.547188511,0.7395198392,92,-1.539325716,0.7244369706,64.077512229 +35,-1.545148587,0.7395226109,92,-1.539325716,0.7244369706,62.168266181 +36,-1.543104538,0.7395314908,92,-1.539325716,0.7244369706,60.817159346 +37,-1.540727751,0.7395306258,92,-1.539325716,0.7244369706,59.92850393 +38,-1.547187029,0.7380014886,92,-1.539325716,0.7244369706,58.515128729 +39,-1.545147315,0.7380012252,92,-1.539325716,0.7244369706,56.403040681 +40,-1.54310719,0.7380060743,92,-1.539325716,0.7244369706,54.891388356 +41,-1.540719671,0.7380068206,92,-1.539325716,0.7244369706,53.907069614 +42,-1.547187189,0.7364799098,92,-1.539325716,0.7244369706,53.042045725 +43,-1.545149996,0.7364853874,92,-1.539325716,0.7244369706,50.723153946 +44,-1.543106091,0.7364823484,92,-1.539325716,0.7244369706,48.998062328 +45,-1.540717158,0.7364893901,92,-1.539325716,0.7244369706,47.915818265 +46,-1.538663972,0.7410138672,92,-1.539325716,0.7244369706,65.689988251 +47,-1.53695285,0.7409699132,92,-1.539325716,0.7244369706,65.858619119 +48,-1.534910498,0.7409641297,92,-1.539325716,0.7244369706,66.742391991 +49,-1.533145034,0.7409536636,92,-1.539325716,0.7244369706,67.906542504 +50,-1.538681336,0.7395405883,92,-1.539325716,0.7244369706,59.85554639 +51,-1.536999189,0.7395183096,92,-1.539325716,0.7244369706,60.129174057 +52,-1.534923633,0.7395144222,92,-1.539325716,0.7244369706,61.113914173 +53,-1.533267822,0.7395654306,92,-1.539325716,0.7244369706,62.525339114 +54,-1.53867273,0.7380151077,92,-1.539325716,0.7244369706,53.817447338 +55,-1.536980576,0.7379994392,92,-1.539325716,0.7244369706,54.16406786 +56,-1.534931522,0.7379944961,92,-1.539325716,0.7244369706,55.242043192 +57,-1.533387952,0.7379480264,92,-1.539325716,0.7244369706,56.30802097 +58,-1.538682279,0.7364914363,92,-1.539325716,0.7244369706,47.785461542 +59,-1.536980704,0.7364810563,92,-1.539325716,0.7244369706,48.205699137 +60,-1.534935567,0.7364752065,92,-1.539325716,0.7244369706,49.411338574 +61,-1.533042592,0.7363876366,92,-1.539325716,0.7244369706,50.837186672 +62,-1.545143426,0.7349628011,92,-1.539325716,0.7244369706,45.092226874 +63,-1.543105297,0.7349691947,92,-1.539325716,0.7244369706,43.184725757 +64,-1.541064533,0.7349647152,92,-1.539325716,0.7244369706,42.015204164 +65,-1.545411803,0.7334624714,92,-1.539325716,0.7244369706,40.017045281 +66,-1.543446606,0.7334780896,92,-1.539325716,0.7244369706,37.824729651 +67,-1.541475327,0.7334957295,92,-1.539325716,0.7244369706,36.439407993 +68,-1.545401939,0.731963266,92,-1.539325716,0.7244369706,34.805491347 +69,-1.54342253,0.7319915583,92,-1.539325716,0.7244369706,32.281848784 +70,-1.541455867,0.7320216438,92,-1.539325716,0.7244369706,30.69579195 +71,-1.545410146,0.7304422281,92,-1.539325716,0.7244369706,29.829741047 +72,-1.543435491,0.7304713664,92,-1.539325716,0.7244369706,26.816718217 +73,-1.541463105,0.7304997613,92,-1.539325716,0.7244369706,24.83318903 +74,-1.545414768,0.7289194936,92,-1.539325716,0.7244369706,25.301854801 +75,-1.543435774,0.7289538557,92,-1.539325716,0.7244369706,21.636577728 +76,-1.541457714,0.7289765881,92,-1.539325716,0.7244369706,19.056891329 +77,-1.539449415,0.7320555866,92,-1.539325716,0.7244369706,30.179553386 +78,-1.537429183,0.7321097681,92,-1.539325716,0.7244369706,30.90474299 +79,-1.535472649,0.7321497267,92,-1.539325716,0.7244369706,32.604459683 +80,-1.539457899,0.7305333307,92,-1.539325716,0.7244369706,24.150847932 +81,-1.537453161,0.7305750503,92,-1.539325716,0.7244369706,24.935989259 +82,-1.535479385,0.7306124949,92,-1.539325716,0.7244369706,26.97799302 +83,-1.53946905,0.7290102593,92,-1.539325716,0.7244369706,18.119765123 +84,-1.537459922,0.7290417293,92,-1.539325716,0.7244369706,19.057357891 +85,-1.535451349,0.7290890157,92,-1.539325716,0.7244369706,21.704315429 +86,-1.535522937,0.7279887191,92,-1.539325716,0.7244369706,18.021172988 +87,-1.539442524,0.7274735939,92,-1.539325716,0.7244369706,12.033041034 +88,-1.537424111,0.727521351,92,-1.539325716,0.7244369706,13.453299773 +89,-1.539384641,0.7259505092,92,-1.539325716,0.7244369706,5.9976701921 +90,-1.537372391,0.7259947145,92,-1.539325716,0.7244369706,8.461509587 +91,-1.535340789,0.7260435356,92,-1.539325716,0.7244369706,13.417120282 +92,-1.539325716,0.7244369706,92,-1.539325716,0.7244369706,2.976047177 +93,-1.537308932,0.7244801057,92,-1.539325716,0.7244369706,5.9846785792 +94,-1.535289068,0.7245247645,92,-1.539325716,0.7244369706,11.978424888 +95,-1.533261366,0.7245550236,92,-1.539325716,0.7244369706,17.993713366 +96,-1.539267302,0.722921924,92,-1.539325716,0.7244369706,6.0036041733 +97,-1.537248972,0.7229660258,92,-1.539325716,0.7244369706,8.4820192645 +98,-1.535219431,0.7229916471,92,-1.539325716,0.7244369706,13.465761828 +99,-1.53318962,0.7230212049,92,-1.539325716,0.7244369706,19.056587651 +100,-1.531154816,0.7230299897,92,-1.539325716,0.7244369706,24.88435291 +101,-1.528878341,0.7230370244,92,-1.539325716,0.7244369706,31.500914241 +102,-1.539218189,0.7214009878,92,-1.539325716,0.7244369706,12.029768203 +103,-1.537198791,0.7214422745,92,-1.539325716,0.7244369706,13.439363798 +104,-1.535179266,0.7214634354,92,-1.539325716,0.7244369706,17.041181303 +105,-1.533156501,0.7214944644,92,-1.539325716,0.7244369706,21.716188825 +106,-1.53113574,0.7215166021,92,-1.539325716,0.7244369706,26.935471733 +107,-1.528874248,0.7215345535,92,-1.539325716,0.7244369706,33.102216503 +108,-1.539217656,0.7198512397,92,-1.539325716,0.7244369706,18.166919771 +109,-1.537199919,0.7199428763,92,-1.539325716,0.7244369706,18.889134291 +110,-1.545425832,0.727397149,92,-1.539325716,0.7244369706,21.541595142 +111,-1.543371177,0.7273916949,92,-1.539325716,0.7244369706,16.751072578 +112,-1.541368852,0.7274523163,92,-1.539325716,0.7244369706,13.389765549 +113,-1.545349067,0.7258710923,92,-1.539325716,0.7244369706,18.737440946 +114,-1.54332671,0.7258603556,92,-1.539325716,0.7244369706,13.132450719 +115,-1.541346831,0.7259242142,92,-1.539325716,0.7244369706,8.4023029414 +116,-1.545324355,0.7243383958,92,-1.539325716,0.7244369706,17.798719486 +117,-1.543292796,0.7243617413,92,-1.539325716,0.7244369706,11.771649866 +118,-1.541295822,0.7244024384,92,-1.539325716,0.7244369706,5.8455861596 +119,-1.543193859,0.7205570215,92,-1.539325716,0.7244369706,19.190998639 +120,-1.550257047,0.7386738187,92,-1.539325716,0.7244369706,64.947380202 +121,-1.549335448,0.7311736483,92,-1.539325716,0.7244369706,39.854239293 +122,-1.533478843,0.7179891343,92,-1.539325716,0.7244369706,30.89973918 +123,-1.556150555,0.738907041,92,-1.539325716,0.7244369706,75.787587852 +124,-1.554324226,0.733414257,92,-1.539325716,0.7244369706,56.815466396 +125,-1.554290846,0.7288285332,92,-1.539325716,0.7244369706,47.59668805 +126,-1.55122487,0.7219795312,92,-1.539325716,0.7244369706,36.650741069 +127,-1.525104458,0.7229399862,92,-1.539325716,0.7244369706,42.626489285 +128,-1.519607711,0.7236181429,92,-1.539325716,0.7244369706,58.599805294 +129,-1.513899999,0.7251107854,92,-1.539325716,0.7244369706,75.443751297 +130,-1.536620762,0.7431061895,92,-1.539325716,0.7244369706,74.375597555 +131,-1.5369566,0.7460845958,92,-1.539325716,0.7244369706,86.028191814 +132,-1.545345528,0.7447040685,92,-1.539325716,0.7244369706,82.204891527 +133,-1.532813921,0.7432306626,92,-1.539325716,0.7244369706,76.86634821 +134,-1.554788248,0.7382381001,92,-1.539325716,0.7244369706,71.177743459 +135,-1.540348126,0.7301594274,92,-1.539325716,0.7244369706,22.867619718 +136,-1.538016084,0.7239051786,92,-1.539325716,0.7244369706,4.4198796475 +137,-1.525288962,0.7258085137,92,-1.539325716,0.7244369706,41.964705655 +138,-1.534326986,0.731241342,92,-1.539325716,0.7244369706,30.740012666 +139,-1.530733872,0.7303625216,92,-1.539325716,0.7244369706,34.597778243 +141,-1.534354939,0.7328219978,92,-1.539325716,0.7244369706,36.316639832 +142,-1.53157084,0.7292888153,92,-1.539325716,0.7244369706,29.936701315 +143,-1.525691035,0.7263799874,92,-1.539325716,0.7244369706,41.135776444 +144,-1.534031287,0.7495967835,92,-1.539325716,0.7244369706,100.86038433 +145,-1.527714986,0.7283095957,92,-1.539325716,0.7244369706,37.648190389 +146,-1.526189586,0.7271468292,92,-1.539325716,0.7244369706,40.371637086 +147,-1.555177336,0.7375563366,92,-1.539325716,0.7244369706,69.896702356 +148,-1.555080283,0.7312707794,92,-1.539325716,0.7244369706,53.883054875 +149,-1.53856994,0.7224180299,92,-1.539325716,0.7244369706,8.3058559991 +150,-1.530837883,0.729933372,92,-1.539325716,0.7244369706,33.238434633 +151,-1.515066984,0.5854133365,92,-1.539325716,0.7244369706,555.89734722 +152,-1.534731633,0.5368370046,92,-1.539325716,0.7244369706,743.22768225 +153,-1.515231902,0.5607085576,92,-1.539325716,0.7244369706,652.98619566 +154,-2.616253799,1.0684566605,92,-1.539325716,0.7244369706,2852.1829378 +155,-1.956071439,0.5792177723,92,-1.539325716,0.7244369706,1426.6718572 +156,-1.951208514,0.5602434208,92,-1.539325716,0.7244369706,1452.718641 +157,-1.944675062,0.6062144545,92,-1.539325716,0.7244369706,1342.0583973 +158,-1.613778386,0.6077989518,92,-1.539325716,0.7244369706,516.74384127 +159,-2.035029014,0.6021432345,92,-1.539325716,0.7244369706,1612.7907983 +160,-2.114989471,0.6801825058,92,-1.539325716,0.7244369706,1738.7994874 +161,-2.037382079,0.5765830025,92,-1.539325716,0.7244369706,1666.2357482 +162,-2.129855121,0.6585019963,92,-1.539325716,0.7244369706,1808.9200634 +163,-2.075141798,0.6493615843,92,-1.539325716,0.7244369706,1658.7322643 +164,-1.828626729,0.6948433129,92,-1.539325716,0.7244369706,875.77736459 +165,-1.863329418,0.6735427691,92,-1.539325716,0.7244369706,1000.8095636 +166,-1.266037071,0.727988852,92,-1.539325716,0.7244369706,808.38276643 +167,-1.277579582,0.7249010648,92,-1.539325716,0.7244369706,775.27913528 +168,-1.258418684,0.7241194816,92,-1.539325716,0.7244369706,832.16043284 +169,-1.317813974,0.6804850104,92,-1.539325716,0.7244369706,691.22555936 +170,-1.344165204,0.6790988904,92,-1.539325716,0.7244369706,616.54846375 +171,-1.427582102,0.5277120351,92,-1.539325716,0.7244369706,857.16006843 +172,-1.402238616,0.457167829,92,-1.539325716,0.7244369706,1149.4155026 +173,-1.422454264,0.4996161999,92,-1.539325716,0.7244369706,966.96691579 +174,-1.439089277,0.4894859811,92,-1.539325716,0.7244369706,985.50328995 +175,-1.448126995,0.5182330266,92,-1.539325716,0.7244369706,867.52232155 +176,-1.474626146,0.5881926574,92,-1.539325716,0.7244369706,576.43429494 +177,-1.421139645,0.5584869783,92,-1.539325716,0.7244369706,756.20219004 +178,-1.457037165,0.565943032,92,-1.539325716,0.7244369706,679.37440458 +179,-2.757159358,0.3745319,92,-1.539325716,0.7244369706,4223.599177 +180,-2.714309238,0.342054471,92,-1.539325716,0.7244369706,4173.9861611 +181,-2.000525337,0.774119946,92,-1.539325716,0.7244369706,1345.9682057 +183,-1.571413436,0.6777838382,92,-1.539325716,0.7244369706,208.74643129 +184,-1.552860289,0.6987663893,92,-1.539325716,0.7244369706,109.48573127 +185,-1.521852374,0.7165827476,92,-1.539325716,0.7244369706,60.604437712 +186,-1.503656267,0.6928968252,92,-1.539325716,0.7244369706,164.65334268 +187,-1.502753178,0.7136205882,92,-1.539325716,0.7244369706,117.11574886 +188,-1.631894563,0.7343596465,92,-1.539325716,0.7244369706,276.14082596 +189,-1.653765416,0.6770714026,92,-1.539325716,0.7244369706,393.85584639 +190,-1.719812114,0.6715965947,92,-1.539325716,0.7244369706,585.85950239 +191,-1.493406659,0.6646955447,92,-1.539325716,0.7244369706,274.78493085 +192,-1.469120564,0.6613469966,92,-1.539325716,0.7244369706,328.89688451 +193,-1.590551461,0.5326612937,92,-1.539325716,0.7244369706,777.01306036 +194,-1.625979264,0.5247742243,92,-1.539325716,0.7244369706,838.04061805 +195,-1.572293943,0.5238808754,92,-1.539325716,0.7244369706,801.37854268 +196,-1.610848725,0.5477107964,92,-1.539325716,0.7244369706,735.92810844 +197,-1.208485554,0.7918526018,92,-1.539325716,0.7244369706,985.6726482 +198,-1.335601374,0.6869083083,92,-1.539325716,0.7244369706,631.41721819 +199,-1.346156996,0.6825213377,92,-1.539325716,0.7244369706,606.15932448 +200,-1.324381037,0.6741422347,92,-1.539325716,0.7244369706,680.64440624 +201,-1.242424992,0.7378949807,92,-1.539325716,0.7244369706,875.58944949 +202,-1.270370057,0.7392461008,92,-1.539325716,0.7244369706,793.62494956 +203,-1.448950472,0.7441675014,92,-1.539325716,0.7244369706,276.92650744 +204,-1.492662363,0.7523026852,92,-1.539325716,0.7244369706,175.67906215 +205,-1.479098966,0.7763855017,92,-1.539325716,0.7244369706,269.73323061 +206,-1.633760714,0.7869022408,92,-1.539325716,0.7244369706,367.72454159 +207,-1.647406434,0.8101289331,92,-1.539325716,0.7244369706,458.15117249 +208,-1.564245052,0.5701509278,92,-1.539325716,0.7244369706,616.15139773 +209,-1.646289963,0.6833746083,92,-1.539325716,0.7244369706,361.50373182 +210,-1.5820631,0.6751952144,92,-1.539325716,0.7244369706,234.09482756 +211,-1.613236298,0.6681681791,92,-1.539325716,0.7244369706,316.34658418 +212,-1.914661867,0.8212566515,92,-1.539325716,0.7244369706,1126.9597268 +213,-1.742133237,0.7250275956,92,-1.539325716,0.7244369706,600.97819122 +214,-2.033144872,0.6557314699,92,-1.539325716,0.7244369706,1525.7303238 +215,-2.039551981,0.6964723658,92,-1.539325716,0.7244369706,1499.2186648 +216,-1.247341019,0.7622473908,92,-1.539325716,0.7244369706,862.99005819 +217,-1.298239787,0.7084123392,92,-1.539325716,0.7244369706,722.19220287 +218,-1.308539688,0.6926545592,92,-1.539325716,0.7244369706,704.70536347 +219,-1.303263185,0.6888938396,92,-1.539325716,0.7244369706,724.13012668 +220,-1.852400229,0.6004246149,92,-1.539325716,0.7244369706,1091.3134813 +221,-1.288947707,0.7473773692,92,-1.539325716,0.7244369706,739.78307468 +222,-1.372031502,0.7472790993,92,-1.539325716,0.7244369706,499.1674013 +223,-1.289805721,0.7242157877,92,-1.539325716,0.7244369706,739.37446479 +224,-1.350807603,0.7533498126,92,-1.539325716,0.7244369706,563.31217292 +225,-1.329290365,0.7560442322,92,-1.539325716,0.7244369706,626.27101998 +226,-1.410153004,0.616936428,92,-1.539325716,0.7244369706,584.33051733 +227,-1.393445434,0.6308995063,92,-1.539325716,0.7244369706,582.52225458 +228,-1.37595573,0.6241540638,92,-1.539325716,0.7244369706,642.22610788 +229,-1.358388707,0.6172645205,92,-1.539325716,0.7244369706,702.95843979 +230,-1.753741133,0.8281661666,92,-1.539325716,0.7244369706,730.79216925 +231,-1.47430987,0.6834615681,92,-1.539325716,0.7244369706,254.67205736 +232,-1.421012508,0.7222725206,92,-1.539325716,0.7244369706,351.3011269 +233,-1.4476833,0.6978557868,92,-1.539325716,0.7244369706,294.41379152 +234,-1.470370723,0.6966193374,92,-1.539325716,0.7244369706,234.49824105 +235,-1.429211703,0.7037216883,92,-1.539325716,0.7244369706,339.57764262 +236,-1.700578405,0.6178673663,92,-1.539325716,0.7244369706,653.81854661 +237,-1.678117619,0.6331716163,92,-1.539325716,0.7244369706,559.71414944 +238,-1.725644578,0.6316331145,92,-1.539325716,0.7244369706,681.47463509 +239,-2.14012759,0.7930497945,92,-1.539325716,0.7244369706,1734.6645716 +240,-2.103289431,0.7653606263,92,-1.539325716,0.7244369706,1639.7037489 +241,-1.318739838,0.7017808746,92,-1.539325716,0.7244369706,666.2881905 +242,-1.396417427,0.7077900843,92,-1.539325716,0.7244369706,431.9045058 +243,-1.35650337,0.7185539404,92,-1.539325716,0.7244369706,543.87834951 +244,-1.248884539,0.7274156818,92,-1.539325716,0.7244369706,859.13636554 +245,-1.395014798,0.5761185243,92,-1.539325716,0.7244369706,742.26610602 +246,-1.433377362,0.6064716109,92,-1.539325716,0.7244369706,571.76335931 +247,-1.408172432,0.5903155476,92,-1.539325716,0.7244369706,671.22796205 +248,-1.749645898,0.7757118084,92,-1.539325716,0.7244369706,641.73460453 +249,-1.571626686,0.615046989,92,-1.539325716,0.7244369706,444.71952242 +250,-1.514070049,0.6303003037,92,-1.539325716,0.7244369706,380.91885649 +251,-1.480890369,0.6237966528,92,-1.539325716,0.7244369706,437.63794625 +252,-1.704390658,0.5281680612,92,-1.539325716,0.7244369706,939.39032123 +253,-1.64434733,0.5254277498,92,-1.539325716,0.7244369706,856.85254427 +254,-1.703855997,0.4792484842,92,-1.539325716,0.7244369706,1108.187235 +255,-1.692002383,0.5748825051,92,-1.539325716,0.7244369706,762.54249374 +256,-1.854136457,0.5544643913,92,-1.539325716,0.7244369706,1202.116831 +257,-1.665021206,0.520317736,92,-1.539325716,0.7244369706,903.22548816 +258,-1.733654349,0.4845187345,92,-1.539325716,0.7244369706,1139.7867549 +259,-1.720938188,0.5135933906,92,-1.539325716,0.7244369706,1018.4341444 +260,-1.742668307,0.553296122,92,-1.539325716,0.7244369706,935.08131403 +261,-1.965659039,0.7142126903,92,-1.539325716,0.7244369706,1266.7442324 +262,-1.944438071,0.6772834804,92,-1.539325716,0.7244369706,1236.723706 +263,-1.270340967,0.7681487096,92,-1.539325716,0.7244369706,799.91386368 +264,-1.353091884,0.6549276821,92,-1.539325716,0.7244369706,631.56607986 +265,-1.333236659,0.6413584414,92,-1.539325716,0.7244369706,712.7756235 +266,-1.352015998,0.6753788907,92,-1.539325716,0.7244369706,599.35789121 +267,-1.377988483,0.6577816235,92,-1.539325716,0.7244369706,558.29683442 +268,-2.13075611,0.8318642051,92,-1.539325716,0.7244369706,1707.0259033 +269,-2.097910953,0.8259670014,92,-1.539325716,0.7244369706,1618.2963981 +270,-1.416382069,0.6694271549,92,-1.539325716,0.7244369706,432.13570308 +271,-1.538905672,0.7535625993,92,-1.539325716,0.7244369706,115.37316806 +272,-1.572309477,0.7803125099,92,-1.539325716,0.7244369706,240.9827963 +273,-1.87759879,0.7503853417,92,-1.539325716,0.7244369706,994.88603712 +274,1.152365588,0.590457682,92,-1.539325716,0.7244369706,6984.0193833 +275,0.350198001,0.718001859,92,-1.539325716,0.7244369706,5183.1477485 +276,0.046513677,0.491503852,92,-1.539325716,0.7244369706,5003.2474169 +277,0.027510309,0.742571376,92,-1.539325716,0.7244369706,4371.7276435 +278,0.306285725,-0.214631579,92,-1.539325716,0.7244369706,7594.8308726 +279,-1.100564889,0.318051531,92,-1.539325716,0.7244369706,2188.724604 +280,-1.078582306,0.301437596,92,-1.539325716,0.7244369706,2291.3780637 +281,-1.137371989,-0.617634065,92,-1.539325716,0.7244369706,5512.7795775 +282,0.784356344,0.703272339,92,-1.539325716,0.7244369706,6071.2101277 +283,-1.221209947,0.218327455,92,-1.539325716,0.7244369706,2286.5674638 +284,2.347301921,-0.449114658,92,-1.539325716,0.7244369706,9788.626833 +285,0.246820618,0.830553713,92,-1.539325716,0.7244369706,4672.1472011 +286,0.829414965,0.703288228,92,-1.539325716,0.7244369706,6143.9829742 +287,-1.337537566,0.42332223,92,-1.539325716,0.7244369706,1365.6374175 +288,0.882453706,0.454478077,92,-1.539325716,0.7244369706,7080.2888527 +289,1.575629659,0.416419109,92,-1.539325716,0.7244369706,7923.858913 +290,-1.039455679,0.229888244,92,-1.539325716,0.7244369706,2607.968126 +291,0.489558039,0.934482747,92,-1.539325716,0.7244369706,4863.7010226 +292,0.081344504,0.88384514,92,-1.539325716,0.7244369706,4199.3377839 +293,-1.547979814,0.300350308,92,-1.539325716,0.7244369706,1680.0651069 +294,0.040776181,0.168560074,92,-1.539325716,0.7244369706,5808.0031572 +295,-1.130374745,0.563894876,92,-1.539325716,0.7244369706,1436.5882068 +296,1.578326642,0.478507176,92,-1.539325716,0.7244369706,7678.1781374 +297,-1.12861823,-0.291640865,92,-1.539325716,0.7244369706,4297.0409875 +298,0.310524208,0.770885792,92,-1.539325716,0.7244369706,4957.5995047 +299,0.415649091,-0.387246002,92,-1.539325716,0.7244369706,8342.5258356 +300,-0.926533878,-0.188022748,92,-1.539325716,0.7244369706,4248.1141874 +301,1.258856172,-0.11716081,92,-1.539325716,0.7244369706,9751.6729889 +302,-1.126050026,0.322941926,92,-1.539325716,0.7244369706,2115.8629554 +303,2.002785835,0.07893892,92,-1.539325716,0.7244369706,8948.1459928 +304,0.440437607,0.746258085,92,-1.539325716,0.7244369706,5297.5340009 +305,-0.030391866,0.214441206,92,-1.539325716,0.7244369706,5479.7997814 +306,0.521557815,-0.058929362,92,-1.539325716,0.7244369706,7812.7641707 +307,-0.097005111,0.13317729,92,-1.539325716,0.7244369706,5492.5677901 +308,1.83113859,0.221857587,92,-1.539325716,0.7244369706,8603.330159 +309,0.222428864,0.099404236,92,-1.539325716,0.7244369706,6521.9244169 +310,-1.702731345,0.8728568183,92,-1.539325716,0.7244369706,740.09381298 +311,-0.418507569,0.278324921,92,-1.539325716,0.7244369706,4169.5857726 +312,-1.41153306,0.339029988,92,-1.539325716,0.7244369706,1586.173713 +313,0.357560442,0.114788776,92,-1.539325716,0.7244369706,6868.096394 +314,0.325818979,0.268352149,92,-1.539325716,0.7244369706,6355.7139851 +315,-1.246004659,-0.663679965,92,-1.539325716,0.7244369706,5599.5919459 +316,1.814603087,0.637404484,92,-1.539325716,0.7244369706,6994.9443423 +317,1.843704281,-0.18300445,92,-1.539325716,0.7244369706,10140.335961 +318,1.690644492,-0.211480909,92,-1.539325716,0.7244369706,10389.083427 +319,-1.275451936,0.068109467,92,-1.539325716,0.7244369706,2763.2446272 +320,0.762430171,-0.207594741,92,-1.539325716,0.7244369706,8900.1391188 +321,0.265668905,-0.014647884,92,-1.539325716,0.7244369706,6952.8058777 +322,-2.773032013,-0.335515811,92,-1.539325716,0.7244369706,6159.8510329 +323,-1.469512853,0.174058777,92,-1.539325716,0.7244369706,2193.6169567 +324,0.286276986,0.785925691,92,-1.539325716,0.7244369706,4866.9170559 +325,-1.379324697,0.377432233,92,-1.539325716,0.7244369706,1474.5670285 +326,-1.203778265,0.212813032,92,-1.539325716,0.7244369706,2335.6540717 +327,0.579916301,0.611743168,92,-1.539325716,0.7244369706,5980.2882514 +328,0.267582642,0.868113908,92,-1.539325716,0.7244369706,4624.2115049 +329,0.412869244,-0.050245578,92,-1.539325716,0.7244369706,7477.3937292 +330,0.17524381,0.976660285,92,-1.539325716,0.7244369706,4197.7068786 +331,0.743157214,0.204812899,92,-1.539325716,0.7244369706,7613.3010287 +332,-1.070758176,0.269382282,92,-1.539325716,0.7244369706,2410.7868283 +333,-1.230364251,0.329790229,92,-1.539325716,0.7244369706,1878.9497049 +334,-1.374813124,-0.024926835,92,-1.539325716,0.7244369706,3026.5479393 +335,0.519780566,0.463669906,92,-1.539325716,0.7244369706,6292.5932356 +336,-1.55108034,0.239698561,92,-1.539325716,0.7244369706,1920.4759988 +337,0.180294813,0.029739425,92,-1.539325716,0.7244369706,6584.0061887 +338,0.67820924,0.268170153,92,-1.539325716,0.7244369706,7261.8436484 +339,0.445798684,1.024001867,92,-1.539325716,0.7244369706,4551.4770952 +340,0.691751283,0.150521402,92,-1.539325716,0.7244369706,7658.3366326 +341,-1.036643551,-0.903056181,92,-1.539325716,0.7244369706,6674.5841147 +342,-0.120287036,1.083325163,92,-1.539325716,0.7244369706,3478.4929552 +343,2.823513113,-0.304487164,92,-1.539325716,0.7244369706,8041.3723666 +344,0.457583172,1.12513373,92,-1.539325716,0.7244369706,4308.2303045 +345,0.042918831,0.813795399,92,-1.539325716,0.7244369706,4257.5965542 +346,1.196146777,-0.853142756,92,-1.539325716,0.7244369706,11207.368645 +347,0.206001358,-0.010430701,92,-1.539325716,0.7244369706,6766.0699002 +348,-0.268308653,0.234799412,92,-1.539325716,0.7244369706,4723.8241519 +349,0.759363263,0.736189579,92,-1.539325716,0.7244369706,5921.4229969 +350,0.181363926,0.891988372,92,-1.539325716,0.7244369706,4392.604305 +351,-0.021111158,0.139103292,92,-1.539325716,0.7244369706,5702.0673133 +352,-0.093355215,0.630686981,92,-1.539325716,0.7244369706,4301.3164626 +353,0.40118964,0.681375926,92,-1.539325716,0.7244369706,5395.071778 +354,-0.721197315,1.304706234,92,-1.539325716,0.7244369706,2715.8706313 +355,-1.076150317,0.212107639,92,-1.539325716,0.7244369706,2585.1891272 +356,-1.577164531,0.273993443,92,-1.539325716,0.7244369706,1788.8961518 +357,-0.190788414,0.182208586,92,-1.539325716,0.7244369706,5087.789329 +358,-0.261349752,0.209710184,92,-1.539325716,0.7244369706,4808.1625349 +359,-1.029303852,0.083549259,92,-1.539325716,0.7244369706,3113.8469697 +360,-1.268609162,0.330525297,92,-1.539325716,0.7244369706,1808.0527873 +361,1.282982244,-0.926641967,92,-1.539325716,0.7244369706,11276.655048 +362,0.217352334,0.731352408,92,-1.539325716,0.7244369706,4849.4588331 +363,-1.511833084,0.258629297,92,-1.539325716,0.7244369706,1847.4754851 +364,0.338812194,0.823184618,92,-1.539325716,0.7244369706,4881.6544992 +365,-0.324406489,1.134201999,92,-1.539325716,0.7244369706,3089.7717472 +366,1.389579348,0.399185724,92,-1.539325716,0.7244369706,7925.1561785 +367,2.047152199,-0.039082036,92,-1.539325716,0.7244369706,9300.7955704 +368,0.947780369,0.568250077,92,-1.539325716,0.7244369706,6794.7416916 +369,0.763824846,0.576754987,92,-1.539325716,0.7244369706,6453.1142929 +370,-0.142334657,0.928153068,92,-1.539325716,0.7244369706,3632.6305992 +371,0.610266567,0.547265983,92,-1.539325716,0.7244369706,6241.6140624 +372,0.210731629,0.746815056,92,-1.539325716,0.7244369706,4796.2951365 +373,-1.34931644,0.316895224,92,-1.539325716,0.7244369706,1737.8160169 +374,2.407696481,0.655030745,92,-1.539325716,0.7244369706,6252.5235086 +375,0.64207831,0.545359131,92,-1.539325716,0.7244369706,6314.3279451 +376,1.174597538,0.840588356,92,-1.539325716,0.7244369706,6066.5416478 +377,0.660059424,0.010604079,92,-1.539325716,0.7244369706,7996.9979895 +378,-0.730263819,0.010486456,92,-1.539325716,0.7244369706,4038.3131299 +379,0.831068936,0.512339172,92,-1.539325716,0.7244369706,6790.993361 +380,1.301180979,0.72367476,92,-1.539325716,0.7244369706,6607.2716852 +381,1.811128231,0.322854402,92,-1.539325716,0.7244369706,8225.2958074 +382,0.435105812,0.992284428,92,-1.539325716,0.7244369706,4617.5796096 +383,0.62643634,0.592027932,92,-1.539325716,0.7244369706,6136.6412296 +384,0.492988703,-0.516339467,92,-1.539325716,0.7244369706,8856.6275965 +385,-0.162469483,0.112549365,92,-1.539325716,0.7244369706,5352.0645468 +386,0.314630866,0.472006421,92,-1.539325716,0.7244369706,5765.5274408 +387,0.166744804,0.822815954,92,-1.539325716,0.7244369706,4517.6109976 +388,0.417159608,0.965805736,92,-1.539325716,0.7244369706,4657.1269855 +389,0.106334961,0.868774244,92,-1.539325716,0.7244369706,4284.5745905 +390,0.815086969,-0.338144359,92,-1.539325716,0.7244369706,9397.2468623 +391,0.59867455,-0.230624824,92,-1.539325716,0.7244369706,8496.4355284 +392,1.915104874,0.066220985,92,-1.539325716,0.7244369706,9114.7329766 +393,1.278093622,0.064463721,92,-1.539325716,0.7244369706,9107.2482732 +394,-0.061477853,0.302997961,92,-1.539325716,0.7244369706,5163.3364679 +395,0.251311504,0.626976942,92,-1.539325716,0.7244369706,5194.1786058 +396,2.950242872,0.149095644,92,-1.539325716,0.7244369706,6480.3994148 +397,-0.180294708,0.35375117,92,-1.539325716,0.7244369706,4689.7827144 +398,1.010448592,-0.351180233,92,-1.539325716,0.7244369706,9972.2363101 +399,-1.748740498,0.3686318073,92,-1.539325716,0.7244369706,1573.7509808 +400,2.699635665,0.123533791,92,-1.539325716,0.7244369706,7252.1885694 +401,0.496808033,0.823843254,92,-1.539325716,0.7244369706,5188.4237937 +402,0.129574704,0.763364087,92,-1.539325716,0.7244369706,4569.5128896 +403,1.798920311,0.817447563,92,-1.539325716,0.7244369706,6297.3217476 +404,0.335987953,0.746786541,92,-1.539325716,0.7244369706,5075.5619012 +405,-1.085413643,0.292154671,92,-1.539325716,0.7244369706,2305.0968329 +406,-0.155321003,0.508207011,92,-1.539325716,0.7244369706,4399.726001 +407,0.620529244,-0.301175104,92,-1.539325716,0.7244369706,8740.8107959 +408,1.684402744,0.368716966,92,-1.539325716,0.7244369706,8103.3694166 +409,0.300582244,-0.386397212,92,-1.539325716,0.7244369706,8000.8897819 +410,2.913555946,-0.009225192,92,-1.539325716,0.7244369706,7012.5080528 +411,1.465101417,0.493232532,92,-1.539325716,0.7244369706,7594.5374908 +412,0.090612882,0.907955955,92,-1.539325716,0.7244369706,4170.122735 +413,2.987564726,-0.729568594,92,-1.539325716,0.7244369706,8503.5538554 +414,-1.484261606,0.224149272,92,-1.539325716,0.7244369706,1990.7585217 +415,0.164073421,0.303955133,92,-1.539325716,0.7244369706,5809.7330722 +416,0.141441293,0.167552546,92,-1.539325716,0.7244369706,6105.123547 +417,2.931321023,-0.506718887,92,-1.539325716,0.7244369706,8197.6656089 +418,2.21951565,0.700596356,92,-1.539325716,0.7244369706,6378.8590212 +419,0.268112576,1.199114336,92,-1.539325716,0.7244369706,3897.6055864 +420,0.978913739,0.359223811,92,-1.539325716,0.7244369706,7580.2484692 +421,1.210898818,0.522863584,92,-1.539325716,0.7244369706,7299.9993652 +422,2.347397336,0.129231362,92,-1.539325716,0.7244369706,8117.1637001 +423,0.614394501,0.556878345,92,-1.539325716,0.7244369706,6220.6399447 +424,-1.398079356,0.148483366,92,-1.539325716,0.7244369706,2334.4477962 +425,2.535303836,-0.112984496,92,-1.539325716,0.7244369706,8377.5785248 +426,-1.019372593,-0.405322349,92,-1.539325716,0.7244369706,4864.9271696 +427,-1.297785627,-0.160104069,92,-1.539325716,0.7244369706,3612.3422049 +428,2.144554488,0.205051084,92,-1.539325716,0.7244369706,8264.2051622 +429,-2.242387083,-0.426171285,92,-1.539325716,0.7244369706,5236.4597466 +430,0.338637212,0.909723676,92,-1.539325716,0.7244369706,4660.437381 +431,-0.148798452,0.691042401,92,-1.539325716,0.7244369706,4028.7111698 +432,0.893524764,0.441829531,92,-1.539325716,0.7244369706,7143.4718516 +433,0.969229347,-0.368847936,92,-1.539325716,0.7244369706,9908.8035654 +434,0.436043248,0.800045688,92,-1.539325716,0.7244369706,5138.7659545 +435,1.687946607,1.081504775,92,-1.539325716,0.7244369706,5285.2535642 +436,0.522302046,-0.034889271,92,-1.539325716,0.7244369706,7748.32433 +437,-0.178996113,-0.438090009,92,-1.539325716,0.7244369706,6776.1049172 +438,-1.094339566,0.301444068,92,-1.539325716,0.7244369706,2255.3895781 +439,-1.064070054,0.242569932,92,-1.539325716,0.7244369706,2511.9210116 +440,-1.068153768,0.230387998,92,-1.539325716,0.7244369706,2542.4534424 +441,-3.00496892,-0.23989155,92,-1.539325716,0.7244369706,6543.5487521 +442,0.21751974,0.766874888,92,-1.539325716,0.7244369706,4762.7897883 +443,0.117229532,0.007619006,92,-1.539325716,0.7244369706,6456.1272109 +444,0.777758451,0.420554741,92,-1.539325716,0.7244369706,6993.4702186 +445,-0.252356999,0.250747086,92,-1.539325716,0.7244369706,4730.9479769 +446,0.363148444,0.768483434,92,-1.539325716,0.7244369706,5075.9595031 +447,0.903191366,-0.118210676,92,-1.539325716,0.7244369706,9010.9903104 +448,-0.205755923,0.149406178,92,-1.539325716,0.7244369706,5128.0021893 +449,1.811996086,0.02364353,92,-1.539325716,0.7244369706,9386.3753303 +450,-1.100670221,0.314845373,92,-1.539325716,0.7244369706,2198.5981982 +451,0.340078597,0.850105132,92,-1.539325716,0.7244369706,4814.7566029 +452,0.258757267,0.804969236,92,-1.539325716,0.7244369706,4760.1317536 +453,2.78505352,-0.155160804,92,-1.539325716,0.7244369706,7775.9543355 +454,0.800551619,0.105822106,92,-1.539325716,0.7244369706,8061.516854 +455,0.437940882,-0.506194031,92,-1.539325716,0.7244369706,8674.0215733 +456,2.230431122,0.63458615,92,-1.539325716,0.7244369706,6599.068102 +457,0.527965361,0.127667701,92,-1.539325716,0.7244369706,7302.5393713 +458,-0.063643205,0.702093448,92,-1.539325716,0.7244369706,4228.4732465 +459,1.408447268,0.133010502,92,-1.539325716,0.7244369706,8975.2630469 +460,0.523795955,0.280266966,92,-1.539325716,0.7244369706,6845.7756809 +461,-0.975769313,0.072177659,92,-1.539325716,0.7244369706,3264.2978114 +462,0.549774164,-0.463663986,92,-1.539325716,0.7244369706,8912.4422985 +463,0.29245874,1.095549818,92,-1.539325716,0.7244369706,4144.0355642 +464,0.143625958,0.816809593,92,-1.539325716,0.7244369706,4480.0422377 +465,0.671902494,0.611159853,92,-1.539325716,0.7244369706,6167.2755672 +466,1.239840988,0.6724199,92,-1.539325716,0.7244369706,6758.3217896 +467,0.607829703,-0.10932137,92,-1.539325716,0.7244369706,8195.9253154 +468,1.763020906,0.263996692,92,-1.539325716,0.7244369706,8484.6167258 +469,0.378714634,0.726066797,92,-1.539325716,0.7244369706,5223.4077444 +470,2.196736143,-0.153862366,92,-1.539325716,0.7244369706,9375.2922061 +471,0.01702415,0.148991565,92,-1.539325716,0.7244369706,5789.0279676 +472,-2.998490902,-0.158002487,92,-1.539325716,0.7244369706,6308.6393846 +473,-3.051262951,-0.346595608,92,-1.539325716,0.7244369706,6953.6737355 +474,-1.069176439,0.182802941,92,-1.539325716,0.7244369706,2697.2803848 +475,0.167157509,0.595344954,92,-1.539325716,0.7244369706,5065.7023804 +476,0.613855648,0.681746124,92,-1.539325716,0.7244369706,5833.9778299 +477,1.037012736,0.682555367,92,-1.539325716,0.7244369706,6510.080165 +478,-1.253574971,0.379755746,92,-1.539325716,0.7244369706,1664.6768241 +479,3.108590453,-0.132620738,92,-1.539325716,0.7244369706,6760.1239306 +480,0.565301296,0.022333262,92,-1.539325716,0.7244369706,7706.8121161 +481,0.547898238,0.855555614,92,-1.539325716,0.7244369706,5189.0846245 +482,0.948309381,0.417393755,92,-1.539325716,0.7244369706,7324.1382492 +483,-0.050600732,0.945269213,92,-1.539325716,0.7244369706,3804.2103855 +484,-0.977651478,-0.572363064,92,-1.539325716,0.7244369706,5529.7302228 +485,1.102014914,0.728861163,92,-1.539325716,0.7244369706,6415.206691 +486,2.927300795,-0.282939414,92,-1.539325716,0.7244369706,7680.5034058 +487,-1.154565557,0.124434095,92,-1.539325716,0.7244369706,2734.5825508 +488,1.855331234,0.291044755,92,-1.539325716,0.7244369706,8315.8788289 +489,0.830290659,0.276904518,92,-1.539325716,0.7244369706,7574.9352756 +490,0.485104466,-0.234867441,92,-1.539325716,0.7244369706,8175.2545541 +491,0.521367572,-0.33161327,92,-1.539325716,0.7244369706,8523.6059648 +1,-1.539031704,0.7349710123,93,-1.537308932,0.7244801057,41.864590765 +2,-1.536990553,0.7349663874,93,-1.537308932,0.7244801057,41.546795734 +3,-1.534951779,0.7349571355,93,-1.537308932,0.7244801057,42.078959582 +4,-1.532906461,0.7349480293,93,-1.537308932,0.7244801057,43.452907105 +5,-1.531320211,0.7346937278,93,-1.537308932,0.7244801057,44.151800475 +6,-1.539451648,0.7335131775,93,-1.537308932,0.7244801057,36.335638291 +7,-1.537429487,0.7335445708,93,-1.537308932,0.7244801057,35.906112291 +8,-1.535484998,0.7335658704,93,-1.537308932,0.7244801057,36.389841277 +9,-1.533488396,0.7336036027,93,-1.537308932,0.7244801057,37.859600862 +10,-1.531497785,0.7335842962,93,-1.537308932,0.7244801057,39.939364784 +11,-1.530259379,0.7334777758,93,-1.537308932,0.7244801057,41.278743348 +12,-1.5335454,0.7322346912,93,-1.537308932,0.7244801057,32.668460902 +13,-1.531489083,0.7322238773,93,-1.537308932,0.7244801057,35.168009609 +14,-1.530011122,0.7321679851,93,-1.537308932,0.7244801057,37.318634136 +15,-1.53348106,0.7306614094,93,-1.537308932,0.7244801057,26.975590535 +16,-1.531441779,0.7306962275,93,-1.537308932,0.7244801057,30.123729707 +17,-1.529755654,0.7306933243,93,-1.537308932,0.7244801057,33.239515878 +18,-1.533415048,0.7291384674,93,-1.537308932,0.7244801057,21.755864333 +19,-1.531392093,0.7291705353,93,-1.537308932,0.7244801057,25.532436457 +20,-1.529296523,0.7291214933,93,-1.537308932,0.7244801057,30.008280824 +21,-1.535280942,0.727267644,93,-1.537308932,0.7244801057,12.570148296 +22,-1.533378158,0.7276139666,93,-1.537308932,0.7244801057,17.019136472 +23,-1.531340368,0.7276446587,93,-1.537308932,0.7244801057,21.671772817 +24,-1.528960113,0.7276398177,93,-1.537308932,0.7244801057,27.716046725 +25,-1.533313146,0.7260818349,93,-1.537308932,0.7244801057,13.43603367 +26,-1.531259555,0.7260958115,93,-1.537308932,0.7244801057,19.038522007 +27,-1.528926415,0.7260865555,93,-1.537308932,0.7244801057,25.648122646 +28,-1.531226779,0.7245511789,93,-1.537308932,0.7244801057,18.042325286 +29,-1.528904772,0.7245519194,93,-1.537308932,0.7244801057,24.928978186 +30,-1.547195875,0.7409785979,93,-1.537308932,0.7244801057,71.540815488 +31,-1.5451475,0.740980426,93,-1.537308932,0.7244801057,69.31291894 +32,-1.543097679,0.7409798872,93,-1.537308932,0.7244801057,67.541467066 +33,-1.540720364,0.7409892687,93,-1.537308932,0.7244801057,66.159686388 +34,-1.547188511,0.7395198392,93,-1.537308932,0.7244801057,66.303286139 +35,-1.545148587,0.7395226109,93,-1.537308932,0.7244801057,63.903627609 +36,-1.543104538,0.7395314908,93,-1.537308932,0.7244801057,62.015585594 +37,-1.540727751,0.7395306258,93,-1.537308932,0.7244801057,60.460066579 +38,-1.547187029,0.7380014886,93,-1.537308932,0.7244801057,60.964327781 +39,-1.545147315,0.7380012252,93,-1.537308932,0.7244801057,58.330334389 +40,-1.54310719,0.7380060743,93,-1.537308932,0.7244801057,56.237532017 +41,-1.540719671,0.7380068206,93,-1.537308932,0.7244801057,54.514787558 +42,-1.547187189,0.7364799098,93,-1.537308932,0.7244801057,55.75464679 +43,-1.545149996,0.7364853874,93,-1.537308932,0.7244801057,52.881351995 +44,-1.543106091,0.7364823484,93,-1.537308932,0.7244801057,50.523864243 +45,-1.540717158,0.7364893901,93,-1.537308932,0.7244801057,48.619921914 +46,-1.538663972,0.7410138672,93,-1.537308932,0.7244801057,65.611636621 +47,-1.53695285,0.7409699132,93,-1.537308932,0.7244801057,65.324540939 +48,-1.534910498,0.7409641297,93,-1.537308932,0.7244801057,65.673988914 +49,-1.533145034,0.7409536636,93,-1.537308932,0.7244801057,66.393507163 +50,-1.538681336,0.7395405883,93,-1.537308932,0.7244801057,59.791446438 +51,-1.536999189,0.7395183096,93,-1.537308932,0.7244801057,59.573315462 +52,-1.534923633,0.7395144222,93,-1.537308932,0.7244801057,59.964169637 +53,-1.533267822,0.7395654306,93,-1.537308932,0.7244801057,60.927560335 +54,-1.53867273,0.7380151077,93,-1.537308932,0.7244801057,53.762709683 +55,-1.536980576,0.7379994392,93,-1.537308932,0.7244801057,53.55882979 +56,-1.534931522,0.7379944961,93,-1.537308932,0.7244801057,53.987448609 +57,-1.533387952,0.7379480264,93,-1.537308932,0.7244801057,54.584661775 +58,-1.538682279,0.7364914363,93,-1.537308932,0.7244801057,47.749098681 +59,-1.536980704,0.7364810563,93,-1.537308932,0.7244801057,47.545627954 +60,-1.534935567,0.7364752065,93,-1.537308932,0.7244801057,48.025795042 +61,-1.533042592,0.7363876366,93,-1.537308932,0.7244801057,48.816514003 +62,-1.545143426,0.7349628011,93,-1.537308932,0.7244801057,47.529647485 +63,-1.543105297,0.7349691947,93,-1.537308932,0.7244801057,44.933517642 +64,-1.541064533,0.7349647152,93,-1.537308932,0.7244801057,42.984189803 +65,-1.545411803,0.7334624714,93,-1.537308932,0.7244801057,42.882679074 +66,-1.543446606,0.7334780896,93,-1.537308932,0.7244801057,39.988365554 +67,-1.541475327,0.7334957295,93,-1.537308932,0.7244801057,37.772617843 +68,-1.545401939,0.731963266,93,-1.537308932,0.7244801057,38.09199594 +69,-1.54342253,0.7319915583,93,-1.537308932,0.7244801057,34.812086798 +70,-1.541455867,0.7320216438,93,-1.537308932,0.7244801057,32.2897542 +71,-1.545410146,0.7304422281,93,-1.537308932,0.7244801057,33.646396579 +72,-1.543435491,0.7304713664,93,-1.537308932,0.7244801057,29.860678356 +73,-1.541463105,0.7304997613,93,-1.537308932,0.7244801057,26.824430722 +74,-1.545414768,0.7289194936,93,-1.537308932,0.7244801057,29.749207741 +75,-1.543435774,0.7289538557,93,-1.537308932,0.7244801057,25.356934595 +76,-1.541457714,0.7289765881,93,-1.537308932,0.7244801057,21.634465978 +77,-1.539449415,0.7320555866,93,-1.537308932,0.7244801057,30.666399879 +78,-1.537429183,0.7321097681,93,-1.537308932,0.7244801057,30.223183015 +79,-1.535472649,0.7321497267,93,-1.537308932,0.7244801057,30.860507666 +80,-1.539457899,0.7305333307,93,-1.537308932,0.7244801057,24.80524935 +81,-1.537453161,0.7305750503,93,-1.537308932,0.7244801057,24.145845106 +82,-1.535479385,0.7306124949,93,-1.537308932,0.7244801057,24.885992826 +83,-1.53946905,0.7290102593,93,-1.537308932,0.7244801057,19.049232763 +84,-1.537459922,0.7290417293,93,-1.537308932,0.7244801057,18.074118293 +85,-1.535451349,0.7290890157,93,-1.537308932,0.7244801057,19.066007689 +86,-1.535522937,0.7279887191,93,-1.537308932,0.7244801057,14.870129147 +87,-1.539442524,0.7274735939,93,-1.537308932,0.7244801057,13.436453386 +88,-1.537424111,0.727521351,93,-1.537308932,0.7244801057,12.051203142 +89,-1.539384641,0.7259505092,93,-1.537308932,0.7244801057,8.4723228303 +90,-1.537372391,0.7259947145,93,-1.537308932,0.7244801057,6.002313472 +91,-1.535340789,0.7260435356,93,-1.537308932,0.7244801057,8.507844276 +92,-1.539325716,0.7244369706,93,-1.537308932,0.7244801057,5.9846785792 +93,-1.537308932,0.7244801057,93,-1.537308932,0.7244801057,3.0035818226 +94,-1.535289068,0.7245247645,93,-1.537308932,0.7244801057,5.9937542413 +95,-1.533261366,0.7245550236,93,-1.537308932,0.7244801057,12.009041478 +96,-1.539267302,0.722921924,93,-1.537308932,0.7244801057,8.4783499761 +97,-1.537248972,0.7229660258,93,-1.537308932,0.7244801057,5.9999106752 +98,-1.535219431,0.7229916471,93,-1.537308932,0.7244801057,8.5570915561 +99,-1.53318962,0.7230212049,93,-1.537308932,0.7244801057,13.523307658 +100,-1.531154816,0.7230299897,93,-1.537308932,0.7244801057,19.147686658 +101,-1.528878341,0.7230370244,93,-1.537308932,0.7244801057,25.667076114 +102,-1.539218189,0.7214009878,93,-1.537308932,0.7244801057,13.450307741 +103,-1.537198791,0.7214422745,93,-1.537308932,0.7244801057,12.037295724 +104,-1.535179266,0.7214634354,93,-1.537308932,0.7244801057,13.519973925 +105,-1.533156501,0.7214944644,93,-1.537308932,0.7244801057,17.086885274 +106,-1.53113574,0.7215166021,93,-1.537308932,0.7244801057,21.770443677 +107,-1.528874248,0.7215345535,93,-1.537308932,0.7244801057,27.634964074 +108,-1.539217656,0.7198512397,93,-1.537308932,0.7244801057,19.192571032 +109,-1.537199919,0.7199428763,93,-1.537308932,0.7244801057,17.974886299 +110,-1.545425832,0.727397149,93,-1.537308932,0.7244801057,26.677036349 +111,-1.543371177,0.7273916949,93,-1.537308932,0.7244801057,21.342704015 +112,-1.541368852,0.7274523163,93,-1.537308932,0.7244801057,16.829725739 +113,-1.545349067,0.7258710923,93,-1.537308932,0.7244801057,24.462254753 +114,-1.54332671,0.7258603556,93,-1.537308932,0.7244801057,18.657814518 +115,-1.541346831,0.7259242142,93,-1.537308932,0.7244801057,13.266014286 +116,-1.545324355,0.7243383958,93,-1.537308932,0.7244801057,23.783205626 +117,-1.543292796,0.7243617413,93,-1.537308932,0.7244801057,17.756274399 +118,-1.541295822,0.7244024384,93,-1.537308932,0.7244801057,11.830202789 +119,-1.543193859,0.7205570215,93,-1.537308932,0.7244801057,23.392914994 +120,-1.550257047,0.7386738187,93,-1.537308932,0.7244801057,67.950297863 +121,-1.549335448,0.7311736483,93,-1.537308932,0.7244801057,44.361282556 +122,-1.533478843,0.7179891343,93,-1.537308932,0.7244801057,28.122004734 +123,-1.556150555,0.738907041,93,-1.537308932,0.7244801057,79.67957219 +124,-1.554324226,0.733414257,93,-1.537308932,0.7244801057,61.47630386 +125,-1.554290846,0.7288285332,93,-1.537308932,0.7244801057,53.142521281 +126,-1.55122487,0.7219795312,93,-1.537308932,0.7244801057,42.492999787 +127,-1.525104458,0.7229399862,93,-1.537308932,0.7244801057,36.735185527 +128,-1.519607711,0.7236181429,93,-1.537308932,0.7244801057,52.635422115 +129,-1.513899999,0.7251107854,93,-1.537308932,0.7244801057,69.459764473 +130,-1.536620762,0.7431061895,93,-1.537308932,0.7244801057,73.805681507 +131,-1.5369566,0.7460845958,93,-1.537308932,0.7244801057,85.581643378 +132,-1.545345528,0.7447040685,93,-1.537308932,0.7244801057,83.517345023 +133,-1.532813921,0.7432306626,93,-1.537308932,0.7244801057,75.438531808 +134,-1.554788248,0.7382381001,93,-1.537308932,0.7244801057,74.999299594 +135,-1.540348126,0.7301594274,93,-1.537308932,0.7244801057,24.226378287 +136,-1.538016084,0.7239051786,93,-1.537308932,0.7244801057,3.0964373344 +137,-1.525288962,0.7258085137,93,-1.537308932,0.7244801057,36.018634469 +138,-1.534326986,0.731241342,93,-1.537308932,0.7244801057,28.195739776 +139,-1.530733872,0.7303625216,93,-1.537308932,0.7244801057,30.352494419 +141,-1.534354939,0.7328219978,93,-1.537308932,0.7244801057,34.175929934 +142,-1.53157084,0.7292888153,93,-1.537308932,0.7244801057,25.519604193 +143,-1.525691035,0.7263799874,93,-1.537308932,0.7244801057,35.244378363 +144,-1.534031287,0.7495967835,93,-1.537308932,0.7244801057,99.950450583 +145,-1.527714986,0.7283095957,93,-1.537308932,0.7244801057,32.204855199 +146,-1.526189586,0.7271468292,93,-1.537308932,0.7244801057,34.594863552 +147,-1.555177336,0.7375563366,93,-1.537308932,0.7244801057,73.885683654 +148,-1.555080283,0.7312707794,93,-1.537308932,0.7244801057,59.03700074 +149,-1.53856994,0.7224180299,93,-1.537308932,0.7244801057,8.9849949505 +150,-1.530837883,0.729933372,93,-1.537308932,0.7244801057,28.865433799 +151,-1.515066984,0.5854133365,93,-1.537308932,0.7244801057,555.23738223 +152,-1.534731633,0.5368370046,93,-1.537308932,0.7244801057,743.29970333 +153,-1.515231902,0.5607085576,93,-1.537308932,0.7244801057,652.44292693 +154,-2.616253799,1.0684566605,93,-1.537308932,0.7244801057,2855.8980181 +155,-1.956071439,0.5792177723,93,-1.537308932,0.7244801057,1432.470764 +156,-1.951208514,0.5602434208,93,-1.537308932,0.7244801057,1458.4340675 +157,-1.944675062,0.6062144545,93,-1.537308932,0.7244801057,1347.9304478 +158,-1.613778386,0.6077989518,93,-1.537308932,0.7244801057,519.73206124 +159,-2.035029014,0.6021432345,93,-1.537308932,0.7244801057,1618.7372367 +160,-2.114989471,0.6801825058,93,-1.537308932,0.7244801057,1744.7408088 +161,-2.037382079,0.5765830025,93,-1.537308932,0.7244801057,1672.1369387 +162,-2.129855121,0.6585019963,93,-1.537308932,0.7244801057,1814.8851181 +163,-2.075141798,0.6493615843,93,-1.537308932,0.7244801057,1664.7148191 +164,-1.828626729,0.6948433129,93,-1.537308932,0.7244801057,881.76178897 +165,-1.863329418,0.6735427691,93,-1.537308932,0.7244801057,1006.7810466 +166,-1.266037071,0.727988852,93,-1.537308932,0.7244801057,802.41694056 +167,-1.277579582,0.7249010648,93,-1.537308932,0.7244801057,769.30536849 +168,-1.258418684,0.7241194816,93,-1.537308932,0.7244801057,826.18759329 +169,-1.317813974,0.6804850104,93,-1.537308932,0.7244801057,685.37448049 +170,-1.344165204,0.6790988904,93,-1.537308932,0.7244801057,610.76760365 +171,-1.427582102,0.5277120351,93,-1.537308932,0.7244801057,854.64913494 +172,-1.402238616,0.457167829,93,-1.537308932,0.7244801057,1147.0224816 +173,-1.422454264,0.4996161999,93,-1.537308932,0.7244801057,964.60745202 +174,-1.439089277,0.4894859811,93,-1.537308932,0.7244801057,983.53682188 +175,-1.448126995,0.5182330266,93,-1.537308932,0.7244801057,865.52495462 +176,-1.474626146,0.5881926574,93,-1.537308932,0.7244801057,574.40508127 +177,-1.421139645,0.5584869783,93,-1.537308932,0.7244801057,753.21594776 +178,-1.457037165,0.565943032,93,-1.537308932,0.7244801057,677.1248366 +179,-2.757159358,0.3745319,93,-1.537308932,0.7244801057,4229.5547627 +180,-2.714309238,0.342054471,93,-1.537308932,0.7244801057,4179.9657471 +181,-2.000525337,0.774119946,93,-1.537308932,0.7244801057,1351.6287091 +183,-1.571413436,0.6777838382,93,-1.537308932,0.7244801057,211.80180206 +184,-1.552860289,0.6987663893,93,-1.537308932,0.7244801057,112.02483078 +185,-1.521852374,0.7165827476,93,-1.537308932,0.7244801057,55.633501339 +186,-1.503656267,0.6928968252,93,-1.537308932,0.7244801057,160.90087323 +187,-1.502753178,0.7136205882,93,-1.537308932,0.7244801057,111.60757904 +188,-1.631894563,0.7343596465,93,-1.537308932,0.7244801057,282.00546392 +189,-1.653765416,0.6770714026,93,-1.537308932,0.7244801057,399.3043696 +190,-1.719812114,0.6715965947,93,-1.537308932,0.7244801057,591.61871477 +191,-1.493406659,0.6646955447,93,-1.537308932,0.7244801057,271.86565218 +192,-1.469120564,0.6613469966,93,-1.537308932,0.7244801057,325.06633792 +193,-1.590551461,0.5326612937,93,-1.537308932,0.7244801057,778.55841063 +194,-1.625979264,0.5247742243,93,-1.537308932,0.7244801057,840.3554992 +195,-1.572293943,0.5238808754,93,-1.537308932,0.7244801057,802.42269646 +196,-1.610848725,0.5477107964,93,-1.537308932,0.7244801057,738.0897477 +197,-1.208485554,0.7918526018,93,-1.537308932,0.7244801057,980.06601753 +198,-1.335601374,0.6869083083,93,-1.537308932,0.7244801057,625.55254245 +199,-1.346156996,0.6825213377,93,-1.537308932,0.7244801057,600.35217549 +200,-1.324381037,0.6741422347,93,-1.537308932,0.7244801057,674.85565767 +201,-1.242424992,0.7378949807,93,-1.537308932,0.7244801057,869.65614493 +202,-1.270370057,0.7392461008,93,-1.537308932,0.7244801057,787.6946267 +203,-1.448950472,0.7441675014,93,-1.537308932,0.7244801057,271.19177359 +204,-1.492662363,0.7523026852,93,-1.537308932,0.7244801057,171.01193634 +205,-1.479098966,0.7763855017,93,-1.537308932,0.7244801057,265.86082262 +206,-1.633760714,0.7869022408,93,-1.537308932,0.7244801057,371.92366954 +207,-1.647406434,0.8101289331,93,-1.537308932,0.7244801057,461.89589353 +208,-1.564245052,0.5701509278,93,-1.537308932,0.7244801057,617.16255905 +209,-1.646289963,0.6833746083,93,-1.537308932,0.7244801057,367.01822259 +210,-1.5820631,0.6751952144,93,-1.537308932,0.7244801057,237.66601547 +211,-1.613236298,0.6681681791,93,-1.537308932,0.7244801057,320.83767474 +212,-1.914661867,0.8212566515,93,-1.537308932,0.7244801057,1132.2063219 +213,-1.742133237,0.7250275956,93,-1.537308932,0.7244801057,606.9329955 +214,-2.033144872,0.6557314699,93,-1.537308932,0.7244801057,1531.714457 +215,-2.039551981,0.6964723658,93,-1.537308932,0.7244801057,1505.1588437 +216,-1.247341019,0.7622473908,93,-1.537308932,0.7244801057,857.18220313 +217,-1.298239787,0.7084123392,93,-1.537308932,0.7244801057,716.21172695 +218,-1.308539688,0.6926545592,93,-1.537308932,0.7244801057,698.77363204 +219,-1.303263185,0.6888938396,93,-1.537308932,0.7244801057,718.21044953 +220,-1.852400229,0.6004246149,93,-1.537308932,0.7244801057,1096.9655898 +221,-1.288947707,0.7473773692,93,-1.537308932,0.7244801057,733.89307978 +222,-1.372031502,0.7472790993,93,-1.537308932,0.7244801057,493.31418149 +223,-1.289805721,0.7242157877,93,-1.537308932,0.7244801057,733.39810224 +224,-1.350807603,0.7533498126,93,-1.537308932,0.7244801057,557.4984603 +225,-1.329290365,0.7560442322,93,-1.537308932,0.7244801057,620.46252419 +226,-1.410153004,0.616936428,93,-1.537308932,0.7244801057,580.19258903 +227,-1.393445434,0.6308995063,93,-1.537308932,0.7244801057,577.84688887 +228,-1.37595573,0.6241540638,93,-1.537308932,0.7244801057,637.44598519 +229,-1.358388707,0.6172645205,93,-1.537308932,0.7244801057,698.09170724 +230,-1.753741133,0.8281661666,93,-1.537308932,0.7244801057,735.38555576 +231,-1.47430987,0.6834615681,93,-1.537308932,0.7244801057,250.11974938 +232,-1.421012508,0.7222725206,93,-1.537308932,0.7244801057,345.31708059 +233,-1.4476833,0.6978557868,93,-1.537308932,0.7244801057,288.83057489 +234,-1.470370723,0.6966193374,93,-1.537308932,0.7244801057,229.25133394 +235,-1.429211703,0.7037216883,93,-1.537308932,0.7244801057,333.76303968 +236,-1.700578405,0.6178673663,93,-1.537308932,0.7244801057,658.69790236 +237,-1.678117619,0.6331716163,93,-1.537308932,0.7244801057,564.5690551 +238,-1.725644578,0.6316331145,93,-1.537308932,0.7244801057,686.78934552 +239,-2.14012759,0.7930497945,93,-1.537308932,0.7244801057,1740.1995745 +240,-2.103289431,0.7653606263,93,-1.537308932,0.7244801057,1645.3875883 +241,-1.318739838,0.7017808746,93,-1.537308932,0.7244801057,660.32867526 +242,-1.396417427,0.7077900843,93,-1.537308932,0.7244801057,425.97521506 +243,-1.35650337,0.7185539404,93,-1.537308932,0.7244801057,537.89406836 +244,-1.248884539,0.7274156818,93,-1.537308932,0.7244801057,853.17153017 +245,-1.395014798,0.5761185243,93,-1.537308932,0.7244801057,738.54157231 +246,-1.433377362,0.6064716109,93,-1.537308932,0.7244801057,568.3099502 +247,-1.408172432,0.5903155476,93,-1.537308932,0.7244801057,667.52426552 +248,-1.749645898,0.7757118084,93,-1.537308932,0.7244801057,647.1998792 +249,-1.571626686,0.615046989,93,-1.537308932,0.7244801057,446.33500151 +250,-1.514070049,0.6303003037,93,-1.537308932,0.7244801057,379.86414631 +251,-1.480890369,0.6237966528,93,-1.537308932,0.7244801057,435.25834077 +252,-1.704390658,0.5281680612,93,-1.537308932,0.7244801057,943.15467621 +253,-1.64434733,0.5254277498,93,-1.537308932,0.7244801057,859.5549414 +254,-1.703855997,0.4792484842,93,-1.537308932,0.7244801057,1111.495336 +255,-1.692002383,0.5748825051,93,-1.537308932,0.7244801057,766.67568988 +256,-1.854136457,0.5544643913,93,-1.537308932,0.7244801057,1207.4719292 +257,-1.665021206,0.520317736,93,-1.537308932,0.7244801057,906.27166358 +258,-1.733654349,0.4845187345,93,-1.537308932,0.7244801057,1143.5376071 +259,-1.720938188,0.5135933906,93,-1.537308932,0.7244801057,1022.2823542 +260,-1.742668307,0.553296122,93,-1.537308932,0.7244801057,939.6025209 +261,-1.965659039,0.7142126903,93,-1.537308932,0.7244801057,1272.6710365 +262,-1.944438071,0.6772834804,93,-1.537308932,0.7244801057,1242.707966 +263,-1.270340967,0.7681487096,93,-1.537308932,0.7244801057,794.16219188 +264,-1.353091884,0.6549276821,93,-1.537308932,0.7244801057,626.10437048 +265,-1.333236659,0.6413584414,93,-1.537308932,0.7244801057,707.36984025 +266,-1.352015998,0.6753788907,93,-1.537308932,0.7244801057,593.63910488 +267,-1.377988483,0.6577816235,93,-1.537308932,0.7244801057,552.96466002 +268,-2.13075611,0.8318642051,93,-1.537308932,0.7244801057,1712.3287431 +269,-2.097910953,0.8259670014,93,-1.537308932,0.7244801057,1623.6332695 +270,-1.416382069,0.6694271549,93,-1.537308932,0.7244801057,426.94434714 +271,-1.538905672,0.7535625993,93,-1.537308932,0.7244801057,115.29054765 +272,-1.572309477,0.7803125099,93,-1.537308932,0.7244801057,243.1914942 +273,-1.87759879,0.7503853417,93,-1.537308932,0.7244801057,1000.6918286 +274,1.152365588,0.590457682,93,-1.537308932,0.7244801057,6981.6544155 +275,0.350198001,0.718001859,93,-1.537308932,0.7244801057,5178.6009308 +276,0.046513677,0.491503852,93,-1.537308932,0.7244801057,4997.6479229 +277,0.027510309,0.742571376,93,-1.537308932,0.7244801057,4366.6935783 +278,0.306285725,-0.214631579,93,-1.537308932,0.7244801057,7588.8466234 +279,-1.100564889,0.318051531,93,-1.537308932,0.7244801057,2184.2407278 +280,-1.078582306,0.301437596,93,-1.537308932,0.7244801057,2286.8459553 +281,-1.137371989,-0.617634065,93,-1.537308932,0.7244801057,5511.0068113 +282,0.784356344,0.703272339,93,-1.537308932,0.7244801057,6067.7330878 +283,-1.221209947,0.218327455,93,-1.537308932,0.7244801057,2283.3702224 +284,2.347301921,-0.449114658,93,-1.537308932,0.7244801057,9794.4756757 +285,0.246820618,0.830553713,93,-1.537308932,0.7244801057,4667.761655 +286,0.829414965,0.703288228,93,-1.537308932,0.7244801057,6140.6488554 +287,-1.337537566,0.42332223,93,-1.537308932,0.7244801057,1362.5595274 +288,0.882453706,0.454478077,93,-1.537308932,0.7244801057,7076.5210115 +289,1.575629659,0.416419109,93,-1.537308932,0.7244801057,7923.5217725 +290,-1.039455679,0.229888244,93,-1.537308932,0.7244801057,2603.5209113 +291,0.489558039,0.934482747,93,-1.537308932,0.7244801057,4860.1725451 +292,0.081344504,0.88384514,93,-1.537308932,0.7244801057,4194.875617 +293,-1.547979814,0.300350308,93,-1.537308932,0.7244801057,1680.3700739 +294,0.040776181,0.168560074,93,-1.537308932,0.7244801057,5802.050574 +295,-1.130374745,0.563894876,93,-1.537308932,0.7244801057,1430.9788737 +296,1.578326642,0.478507176,93,-1.537308932,0.7244801057,7677.8653712 +297,-1.12861823,-0.291640865,93,-1.537308932,0.7244801057,4294.6135744 +298,0.310524208,0.770885792,93,-1.537308932,0.7244801057,4953.1355714 +299,0.415649091,-0.387246002,93,-1.537308932,0.7244801057,8336.5657154 +300,-0.926533878,-0.188022748,93,-1.537308932,0.7244801057,4244.4016369 +301,1.258856172,-0.11716081,93,-1.537308932,0.7244801057,9748.3384831 +302,-1.126050026,0.322941926,93,-1.537308932,0.7244801057,2111.5077194 +303,2.002785835,0.07893892,93,-1.537308932,0.7244801057,8951.0025057 +304,0.440437607,0.746258085,93,-1.537308932,0.7244801057,5293.2660281 +305,-0.030391866,0.214441206,93,-1.537308932,0.7244801057,5473.8407135 +306,0.521557815,-0.058929362,93,-1.537308932,0.7244801057,7806.9889397 +307,-0.097005111,0.13317729,93,-1.537308932,0.7244801057,5486.5836714 +308,1.83113859,0.221857587,93,-1.537308932,0.7244801057,8604.7642656 +309,0.222428864,0.099404236,93,-1.537308932,0.7244801057,6516.0282321 +310,-1.702731345,0.8728568183,93,-1.537308932,0.7244801057,743.33288239 +311,-0.418507569,0.278324921,93,-1.537308932,0.7244801057,4163.6382924 +312,-1.41153306,0.339029988,93,-1.537308932,0.7244801057,1584.5055236 +313,0.357560442,0.114788776,93,-1.537308932,0.7244801057,6862.3384326 +314,0.325818979,0.268352149,93,-1.537308932,0.7244801057,6350.1236991 +315,-1.246004659,-0.663679965,93,-1.537308932,0.7244801057,5598.3833033 +316,1.814603087,0.637404484,93,-1.537308932,0.7244801057,6995.8039919 +317,1.843704281,-0.18300445,93,-1.537308932,0.7244801057,10142.732478 +318,1.690644492,-0.211480909,93,-1.537308932,0.7244801057,10389.944712 +319,-1.275451936,0.068109467,93,-1.537308932,0.7244801057,2760.9859002 +320,0.762430171,-0.207594741,93,-1.537308932,0.7244801057,8894.4886829 +321,0.265668905,-0.014647884,93,-1.537308932,0.7244801057,6946.8618009 +322,-2.773032013,-0.335515811,93,-1.537308932,0.7244801057,6165.2616825 +323,-1.469512853,0.174058777,93,-1.537308932,0.7244801057,2193.0161031 +324,0.286276986,0.785925691,93,-1.537308932,0.7244801057,4862.4546151 +325,-1.379324697,0.377432233,93,-1.537308932,0.7244801057,1472.3008357 +326,-1.203778265,0.212813032,93,-1.537308932,0.7244801057,2332.3389136 +327,0.579916301,0.611743168,93,-1.537308932,0.7244801057,5975.9767017 +328,0.267582642,0.868113908,93,-1.537308932,0.7244801057,4619.9980277 +329,0.412869244,-0.050245578,93,-1.537308932,0.7244801057,7471.5192883 +330,0.17524381,0.976660285,93,-1.537308932,0.7244801057,4193.7736132 +331,0.743157214,0.204812899,93,-1.537308932,0.7244801057,7608.469369 +332,-1.070758176,0.269382282,93,-1.537308932,0.7244801057,2406.3483673 +333,-1.230364251,0.329790229,93,-1.537308932,0.7244801057,1875.3234419 +334,-1.374813124,-0.024926835,93,-1.537308932,0.7244801057,3025.3067814 +335,0.519780566,0.463669906,93,-1.537308932,0.7244801057,6287.7600693 +336,-1.55108034,0.239698561,93,-1.537308932,0.7244801057,1920.8059144 +337,0.180294813,0.029739425,93,-1.537308932,0.7244801057,6578.0468541 +338,0.67820924,0.268170153,93,-1.537308932,0.7244801057,7256.9708377 +339,0.445798684,1.024001867,93,-1.537308932,0.7244801057,4548.2086901 +340,0.691751283,0.150521402,93,-1.537308932,0.7244801057,7653.2436817 +341,-1.036643551,-0.903056181,93,-1.537308932,0.7244801057,6672.9540992 +342,-0.120287036,1.083325163,93,-1.537308932,0.7244801057,3474.7565003 +343,2.823513113,-0.304487164,93,-1.537308932,0.7244801057,8047.3558106 +344,0.457583172,1.12513373,93,-1.537308932,0.7244801057,4305.4238819 +345,0.042918831,0.813795399,93,-1.537308932,0.7244801057,4252.8176119 +346,1.196146777,-0.853142756,93,-1.537308932,0.7244801057,11202.397291 +347,0.206001358,-0.010430701,93,-1.537308932,0.7244801057,6760.1040118 +348,-0.268308653,0.234799412,93,-1.537308932,0.7244801057,4717.8459628 +349,0.759363263,0.736189579,93,-1.537308932,0.7244801057,5917.9586642 +350,0.181363926,0.891988372,93,-1.537308932,0.7244801057,4388.3309704 +351,-0.021111158,0.139103292,93,-1.537308932,0.7244801057,5696.0876108 +352,-0.093355215,0.630686981,93,-1.537308932,0.7244801057,4295.8244651 +353,0.40118964,0.681375926,93,-1.537308932,0.7244801057,5390.5260957 +354,-0.721197315,1.304706234,93,-1.537308932,0.7244801057,2713.8956465 +355,-1.076150317,0.212107639,93,-1.537308932,0.7244801057,2581.0112422 +356,-1.577164531,0.273993443,93,-1.537308932,0.7244801057,1789.5787854 +357,-0.190788414,0.182208586,93,-1.537308932,0.7244801057,5081.8088662 +358,-0.261349752,0.209710184,93,-1.537308932,0.7244801057,4802.1895602 +359,-1.029303852,0.083549259,93,-1.537308932,0.7244801057,3109.863722 +360,-1.268609162,0.330525297,93,-1.537308932,0.7244801057,1804.7694818 +361,1.282982244,-0.926641967,93,-1.537308932,0.7244801057,11272.896439 +362,0.217352334,0.731352408,93,-1.537308932,0.7244801057,4844.6973965 +363,-1.511833084,0.258629297,93,-1.537308932,0.7244801057,1847.305487 +364,0.338812194,0.823184618,93,-1.537308932,0.7244801057,4877.418609 +365,-0.324406489,1.134201999,93,-1.537308932,0.7244801057,3086.259009 +366,1.389579348,0.399185724,93,-1.537308932,0.7244801057,7923.7034254 +367,2.047152199,-0.039082036,93,-1.537308932,0.7244801057,9304.2620589 +368,0.947780369,0.568250077,93,-1.537308932,0.7244801057,6791.4900098 +369,0.763824846,0.576754987,93,-1.537308932,0.7244801057,6449.2424502 +370,-0.142334657,0.928153068,93,-1.537308932,0.7244801057,3628.0669461 +371,0.610266567,0.547265983,93,-1.537308932,0.7244801057,6237.2153464 +372,0.210731629,0.746815056,93,-1.537308932,0.7244801057,4791.5691387 +373,-1.34931644,0.316895224,93,-1.537308932,0.7244801057,1735.4553413 +374,2.407696481,0.655030745,93,-1.537308932,0.7244801057,6255.8011778 +375,0.64207831,0.545359131,93,-1.537308932,0.7244801057,6310.0117968 +376,1.174597538,0.840588356,93,-1.537308932,0.7244801057,6064.7175642 +377,0.660059424,0.010604079,93,-1.537308932,0.7244801057,7991.5519472 +378,-0.730263819,0.010486456,93,-1.537308932,0.7244801057,4033.3247949 +379,0.831068936,0.512339172,93,-1.537308932,0.7244801057,6787.1829588 +380,1.301180979,0.72367476,93,-1.537308932,0.7244801057,6605.7650867 +381,1.811128231,0.322854402,93,-1.537308932,0.7244801057,8226.4676506 +382,0.435105812,0.992284428,93,-1.537308932,0.7244801057,4614.1616939 +383,0.62643634,0.592027932,93,-1.537308932,0.7244801057,6132.4022791 +384,0.492988703,-0.516339467,93,-1.537308932,0.7244801057,8850.7325998 +385,-0.162469483,0.112549365,93,-1.537308932,0.7244801057,5346.0958547 +386,0.314630866,0.472006421,93,-1.537308932,0.7244801057,5760.2886035 +387,0.166744804,0.822815954,93,-1.537308932,0.7244801057,4513.0586014 +388,0.417159608,0.965805736,93,-1.537308932,0.7244801057,4653.5691599 +389,0.106334961,0.868774244,93,-1.537308932,0.7244801057,4280.0921841 +390,0.815086969,-0.338144359,93,-1.537308932,0.7244801057,9391.4505312 +391,0.59867455,-0.230624824,93,-1.537308932,0.7244801057,8490.54884 +392,1.915104874,0.066220985,93,-1.537308932,0.7244801057,9117.0361569 +393,1.278093622,0.064463721,93,-1.537308932,0.7244801057,9104.5386869 +394,-0.061477853,0.302997961,93,-1.537308932,0.7244801057,5157.4124128 +395,0.251311504,0.626976942,93,-1.537308932,0.7244801057,5189.1868208 +396,2.950242872,0.149095644,93,-1.537308932,0.7244801057,6486.1363348 +397,-0.180294708,0.35375117,93,-1.537308932,0.7244801057,4683.8343984 +398,1.010448592,-0.351180233,93,-1.537308932,0.7244801057,9966.7945893 +399,-1.748740498,0.3686318073,93,-1.537308932,0.7244801057,1576.9081099 +400,2.699635665,0.123533791,93,-1.537308932,0.7244801057,7257.584878 +401,0.496808033,0.823843254,93,-1.537308932,0.7244801057,5184.5290976 +402,0.129574704,0.763364087,93,-1.537308932,0.7244801057,4564.7007247 +403,1.798920311,0.817447563,93,-1.537308932,0.7244801057,6297.9481048 +404,0.335987953,0.746786541,93,-1.537308932,0.7244801057,5071.0731901 +405,-1.085413643,0.292154671,93,-1.537308932,0.7244801057,2300.6427171 +406,-0.155321003,0.508207011,93,-1.537308932,0.7244801057,4393.9450223 +407,0.620529244,-0.301175104,93,-1.537308932,0.7244801057,8734.8784439 +408,1.684402744,0.368716966,93,-1.537308932,0.7244801057,8103.7076899 +409,0.300582244,-0.386397212,93,-1.537308932,0.7244801057,7994.9831333 +410,2.913555946,-0.009225192,93,-1.537308932,0.7244801057,7018.3775926 +411,1.465101417,0.493232532,93,-1.537308932,0.7244801057,7593.5964739 +412,0.090612882,0.907955955,93,-1.537308932,0.7244801057,4165.7707064 +413,2.987564726,-0.729568594,93,-1.537308932,0.7244801057,8508.8645872 +414,-1.484261606,0.224149272,93,-1.537308932,0.7244801057,1990.2740714 +415,0.164073421,0.303955133,93,-1.537308932,0.7244801057,5803.990439 +416,0.141441293,0.167552546,93,-1.537308932,0.7244801057,6099.2238897 +417,2.931321023,-0.506718887,93,-1.537308932,0.7244801057,8203.4931633 +418,2.21951565,0.700596356,93,-1.537308932,0.7244801057,6381.3510436 +419,0.268112576,1.199114336,93,-1.537308932,0.7244801057,3894.9132769 +420,0.978913739,0.359223811,93,-1.537308932,0.7244801057,7576.6336944 +421,1.210898818,0.522863584,93,-1.537308932,0.7244801057,7297.7814563 +422,2.347397336,0.129231362,93,-1.537308932,0.7244801057,8121.579813 +423,0.614394501,0.556878345,93,-1.537308932,0.7244801057,6216.2769506 +424,-1.398079356,0.148483366,93,-1.537308932,0.7244801057,2333.1250596 +425,2.535303836,-0.112984496,93,-1.537308932,0.7244801057,8383.0972487 +426,-1.019372593,-0.405322349,93,-1.537308932,0.7244801057,4862.1815278 +427,-1.297785627,-0.160104069,93,-1.537308932,0.7244801057,3610.7258275 +428,2.144554488,0.205051084,93,-1.537308932,0.7244801057,8267.5353968 +429,-2.242387083,-0.426171285,93,-1.537308932,0.7244801057,5240.2330444 +430,0.338637212,0.909723676,93,-1.537308932,0.7244801057,4656.5114777 +431,-0.148798452,0.691042401,93,-1.537308932,0.7244801057,4023.3007317 +432,0.893524764,0.441829531,93,-1.537308932,0.7244801057,7139.7147406 +433,0.969229347,-0.368847936,93,-1.537308932,0.7244801057,9903.208472 +434,0.436043248,0.800045688,93,-1.537308932,0.7244801057,5134.6570697 +435,1.687946607,1.081504775,93,-1.537308932,0.7244801057,5285.3274374 +436,0.522302046,-0.034889271,93,-1.537308932,0.7244801057,7742.5802594 +437,-0.178996113,-0.438090009,93,-1.537308932,0.7244801057,6770.8330798 +438,-1.094339566,0.301444068,93,-1.537308932,0.7244801057,2250.9450522 +439,-1.064070054,0.242569932,93,-1.537308932,0.7244801057,2507.5551187 +440,-1.068153768,0.230387998,93,-1.537308932,0.7244801057,2538.1585346 +441,-3.00496892,-0.23989155,93,-1.537308932,0.7244801057,6549.3896272 +442,0.21751974,0.766874888,93,-1.537308932,0.7244801057,4758.1388365 +443,0.117229532,0.007619006,93,-1.537308932,0.7244801057,6450.1458693 +444,0.777758451,0.420554741,93,-1.537308932,0.7244801057,6989.2553555 +445,-0.252356999,0.250747086,93,-1.537308932,0.7244801057,4724.964845 +446,0.363148444,0.768483434,93,-1.537308932,0.7244801057,5071.594009 +447,0.903191366,-0.118210676,93,-1.537308932,0.7244801057,9005.8784572 +448,-0.205755923,0.149406178,93,-1.537308932,0.7244801057,5122.0336532 +449,1.811996086,0.02364353,93,-1.537308932,0.7244801057,9387.9892386 +450,-1.100670221,0.314845373,93,-1.537308932,0.7244801057,2194.1295664 +451,0.340078597,0.850105132,93,-1.537308932,0.7244801057,4810.6161398 +452,0.258757267,0.804969236,93,-1.537308932,0.7244801057,4755.6805354 +453,2.78505352,-0.155160804,93,-1.537308932,0.7244801057,7781.8500782 +454,0.800551619,0.105822106,93,-1.537308932,0.7244801057,8056.6301966 +455,0.437940882,-0.506194031,93,-1.537308932,0.7244801057,8668.1495308 +456,2.230431122,0.63458615,93,-1.537308932,0.7244801057,6601.7578635 +457,0.527965361,0.127667701,93,-1.537308932,0.7244801057,7297.0476331 +458,-0.063643205,0.702093448,93,-1.537308932,0.7244801057,4223.196668 +459,1.408447268,0.133010502,93,-1.537308932,0.7244801057,8973.6031462 +460,0.523795955,0.280266966,93,-1.537308932,0.7244801057,6840.5560784 +461,-0.975769313,0.072177659,93,-1.537308932,0.7244801057,3260.0774577 +462,0.549774164,-0.463663986,93,-1.537308932,0.7244801057,8906.477845 +463,0.29245874,1.095549818,93,-1.537308932,0.7244801057,4140.8317823 +464,0.143625958,0.816809593,93,-1.537308932,0.7244801057,4475.4305729 +465,0.671902494,0.611159853,93,-1.537308932,0.7244801057,6163.2149582 +466,1.239840988,0.6724199,93,-1.537308932,0.7244801057,6756.4788022 +467,0.607829703,-0.10932137,93,-1.537308932,0.7244801057,8190.1937193 +468,1.763020906,0.263996692,93,-1.537308932,0.7244801057,8485.5408046 +469,0.378714634,0.726066797,93,-1.537308932,0.7244801057,5218.9443643 +470,2.196736143,-0.153862366,93,-1.537308932,0.7244801057,9379.9165664 +471,0.01702415,0.148991565,93,-1.537308932,0.7244801057,5783.0593463 +472,-2.998490902,-0.158002487,93,-1.537308932,0.7244801057,6314.5449858 +473,-3.051262951,-0.346595608,93,-1.537308932,0.7244801057,6959.4393253 +474,-1.069176439,0.182802941,93,-1.537308932,0.7244801057,2693.1738499 +475,0.167157509,0.595344954,93,-1.537308932,0.7244801057,5060.4883139 +476,0.613855648,0.681746124,93,-1.537308932,0.7244801057,5829.9474992 +477,1.037012736,0.682555367,93,-1.537308932,0.7244801057,6507.42801 +478,-1.253574971,0.379755746,93,-1.537308932,0.7244801057,1660.9787679 +479,3.108590453,-0.132620738,93,-1.537308932,0.7244801057,6766.1062561 +480,0.565301296,0.022333262,93,-1.537308932,0.7244801057,7701.2126577 +481,0.547898238,0.855555614,93,-1.537308932,0.7244801057,5185.4134144 +482,0.948309381,0.417393755,93,-1.537308932,0.7244801057,7320.5349993 +483,-0.050600732,0.945269213,93,-1.537308932,0.7244801057,3799.8289562 +484,-0.977651478,-0.572363064,93,-1.537308932,0.7244801057,5527.1668797 +485,1.102014914,0.728861163,93,-1.537308932,0.7244801057,6412.9003895 +486,2.927300795,-0.282939414,93,-1.537308932,0.7244801057,7686.4855745 +487,-1.154565557,0.124434095,93,-1.537308932,0.7244801057,2731.229629 +488,1.855331234,0.291044755,93,-1.537308932,0.7244801057,8317.3699617 +489,0.830290659,0.276904518,93,-1.537308932,0.7244801057,7570.551766 +490,0.485104466,-0.234867441,93,-1.537308932,0.7244801057,8169.2962188 +491,0.521367572,-0.33161327,93,-1.537308932,0.7244801057,8517.624322 +1,-1.539031704,0.7349710123,94,-1.535289068,0.7245247645,42.827443652 +2,-1.536990553,0.7349663874,94,-1.535289068,0.7245247645,41.663195624 +3,-1.534951779,0.7349571355,94,-1.535289068,0.7245247645,41.334617681 +4,-1.532906461,0.7349480293,94,-1.535289068,0.7245247645,41.881481132 +5,-1.531320211,0.7346937278,94,-1.535289068,0.7245247645,41.949294448 +6,-1.539451648,0.7335131775,94,-1.535289068,0.7245247645,37.666942605 +7,-1.537429487,0.7335445708,94,-1.535289068,0.7245247645,36.282677359 +8,-1.535484998,0.7335658704,94,-1.535289068,0.7245247645,35.816497526 +9,-1.533488396,0.7336036027,94,-1.535289068,0.7245247645,36.352560364 +10,-1.531497785,0.7335842962,94,-1.535289068,0.7245247645,37.591955957 +11,-1.530259379,0.7334777758,94,-1.535289068,0.7245247645,38.45000025 +12,-1.5335454,0.7322346912,94,-1.535289068,0.7245247645,30.970894774 +13,-1.531489083,0.7322238773,94,-1.535289068,0.7245247645,32.498979541 +14,-1.530011122,0.7321679851,94,-1.535289068,0.7245247645,34.058320482 +15,-1.53348106,0.7306614094,94,-1.535289068,0.7245247645,24.888629366 +16,-1.531441779,0.7306962275,94,-1.535289068,0.7245247645,26.964237967 +17,-1.529755654,0.7306933243,94,-1.535289068,0.7245247645,29.409126293 +18,-1.533415048,0.7291384674,94,-1.535289068,0.7245247645,19.098194957 +19,-1.531392093,0.7291705353,94,-1.535289068,0.7245247645,21.718231859 +20,-1.529296523,0.7291214933,94,-1.535289068,0.7245247645,25.419539425 +21,-1.535280942,0.727267644,94,-1.535289068,0.7245247645,10.864572433 +22,-1.533378158,0.7276139666,94,-1.535289068,0.7245247645,13.482006628 +23,-1.531340368,0.7276446587,94,-1.535289068,0.7245247645,17.015013909 +24,-1.528960113,0.7276398177,94,-1.535289068,0.7245247645,22.442365397 +25,-1.533313146,0.7260818349,94,-1.535289068,0.7245247645,8.5052383726 +26,-1.531259555,0.7260958115,94,-1.535289068,0.7245247645,13.467380338 +27,-1.528926415,0.7260865555,94,-1.535289068,0.7245247645,19.847619727 +28,-1.531226779,0.7245511789,94,-1.535289068,0.7245247645,12.04927977 +29,-1.528904772,0.7245519194,94,-1.535289068,0.7245247645,18.936232784 +30,-1.547195875,0.7409785979,94,-1.535289068,0.7245247645,74.003756258 +31,-1.5451475,0.740980426,94,-1.535289068,0.7245247645,71.351440882 +32,-1.543097679,0.7409798872,94,-1.535289068,0.7245247645,69.114592163 +33,-1.540720364,0.7409892687,94,-1.535289068,0.7245247645,67.147781904 +34,-1.547188511,0.7395198392,94,-1.535289068,0.7245247645,68.970177572 +35,-1.545148587,0.7395226109,94,-1.535289068,0.7245247645,66.128001402 +36,-1.543104538,0.7395314908,94,-1.535289068,0.7245247645,63.745537482 +37,-1.540727751,0.7395306258,94,-1.535289068,0.7245247645,61.56012128 +38,-1.547187029,0.7380014886,94,-1.535289068,0.7245247645,63.874958164 +39,-1.545147315,0.7380012252,94,-1.535289068,0.7245247645,60.779784949 +40,-1.54310719,0.7380060743,94,-1.535289068,0.7245247645,58.161684131 +41,-1.540719671,0.7380068206,94,-1.535289068,0.7245247645,55.750849193 +42,-1.547187189,0.7364799098,94,-1.535289068,0.7245247645,58.945785499 +43,-1.545149996,0.7364853874,94,-1.535289068,0.7245247645,55.595288686 +44,-1.543106091,0.7364823484,94,-1.535289068,0.7245247645,52.680246875 +45,-1.540717158,0.7364893901,94,-1.535289068,0.7245247645,50.024424494 +46,-1.538663972,0.7410138672,94,-1.535289068,0.7245247645,66.064841715 +47,-1.53695285,0.7409699132,94,-1.535289068,0.7245247645,65.3231659 +48,-1.534910498,0.7409641297,94,-1.535289068,0.7245247645,65.125864093 +49,-1.533145034,0.7409536636,94,-1.535289068,0.7245247645,65.380332579 +50,-1.538681336,0.7395405883,94,-1.535289068,0.7245247645,60.311506673 +51,-1.536999189,0.7395183096,94,-1.535289068,0.7245247645,59.602764943 +52,-1.534923633,0.7395144222,94,-1.535289068,0.7245247645,59.383794718 +53,-1.533267822,0.7395654306,94,-1.535289068,0.7245247645,59.872944442 +54,-1.53867273,0.7380151077,94,-1.535289068,0.7245247645,54.358447537 +55,-1.536980576,0.7379994392,94,-1.535289068,0.7245247645,53.605658517 +56,-1.534931522,0.7379944961,94,-1.535289068,0.7245247645,53.364019153 +57,-1.533387952,0.7379480264,94,-1.535289068,0.7245247645,53.464161188 +58,-1.538682279,0.7364914363,94,-1.535289068,0.7245247645,48.445578634 +59,-1.536980704,0.7364810563,94,-1.535289068,0.7245247645,47.621111405 +60,-1.534935567,0.7364752065,94,-1.535289068,0.7245247645,47.347188362 +61,-1.533042592,0.7363876366,94,-1.535289068,0.7245247645,47.453980724 +62,-1.545143426,0.7349628011,94,-1.535289068,0.7245247645,50.55488091 +63,-1.543105297,0.7349691947,94,-1.535289068,0.7245247645,47.370748437 +64,-1.541064533,0.7349647152,94,-1.535289068,0.7245247645,44.729935761 +65,-1.545411803,0.7334624714,94,-1.535289068,0.7245247645,46.342596832 +66,-1.543446606,0.7334780896,94,-1.535289068,0.7245247645,42.877490657 +67,-1.541475327,0.7334957295,94,-1.535289068,0.7245247645,39.958221799 +68,-1.545401939,0.731963266,94,-1.535289068,0.7245247645,41.974961506 +69,-1.54342253,0.7319915583,94,-1.535289068,0.7245247645,38.116411191 +70,-1.541455867,0.7320216438,94,-1.535289068,0.7245247645,34.844473166 +71,-1.545410146,0.7304422281,94,-1.535289068,0.7245247645,38.024157638 +72,-1.543435491,0.7304713664,94,-1.535289068,0.7245247645,33.698224627 +73,-1.541463105,0.7304997613,94,-1.535289068,0.7245247645,29.894746339 +74,-1.545414768,0.7289194936,94,-1.535289068,0.7245247645,34.662767787 +75,-1.543435774,0.7289538557,94,-1.535289068,0.7245247645,29.82218832 +76,-1.541457714,0.7289765881,94,-1.535289068,0.7245247645,25.384797734 +77,-1.539449415,0.7320555866,94,-1.535289068,0.7245247645,32.265419056 +78,-1.537429183,0.7321097681,94,-1.535289068,0.7245247645,30.703026828 +79,-1.535472649,0.7321497267,94,-1.535289068,0.7245247645,30.207349868 +80,-1.539457899,0.7305333307,94,-1.535289068,0.7245247645,26.805117324 +81,-1.537453161,0.7305750503,94,-1.535289068,0.7245247645,24.805442974 +82,-1.535479385,0.7306124949,94,-1.535289068,0.7245247645,24.120070884 +83,-1.53946905,0.7290102593,94,-1.535289068,0.7245247645,21.651054956 +84,-1.537459922,0.7290417293,94,-1.535289068,0.7245247645,19.010676857 +85,-1.535451349,0.7290890157,94,-1.535289068,0.7245247645,18.085379433 +86,-1.535522937,0.7279887191,94,-1.535289068,0.7245247645,13.738193841 +87,-1.539442524,0.7274735939,94,-1.535289068,0.7245247645,16.964670426 +88,-1.537424111,0.727521351,94,-1.535289068,0.7245247645,13.449183368 +89,-1.539384641,0.7259505092,94,-1.535289068,0.7245247645,13.389279748 +90,-1.537372391,0.7259947145,94,-1.535289068,0.7245247645,8.4873176338 +91,-1.535340789,0.7260435356,94,-1.535289068,0.7245247645,6.01780502 +92,-1.539325716,0.7244369706,94,-1.535289068,0.7245247645,11.978424888 +93,-1.537308932,0.7244801057,94,-1.535289068,0.7245247645,5.9937542413 +94,-1.535289068,0.7245247645,94,-1.535289068,0.7245247645,2.9889108982 +95,-1.533261366,0.7245550236,94,-1.535289068,0.7245247645,6.0153893997 +96,-1.539267302,0.722921924,94,-1.535289068,0.7245247645,13.406607055 +97,-1.537248972,0.7229660258,94,-1.535289068,0.7245247645,8.4829223857 +98,-1.535219431,0.7229916471,94,-1.535289068,0.7245247645,6.0761946793 +99,-1.53318962,0.7230212049,94,-1.535289068,0.7245247645,8.6195841055 +100,-1.531154816,0.7230299897,94,-1.535289068,0.7245247645,13.624297652 +101,-1.528878341,0.7230370244,94,-1.535289068,0.7245247645,19.918728242 +102,-1.539218189,0.7214009878,94,-1.535289068,0.7245247645,17.008480826 +103,-1.537198791,0.7214422745,94,-1.535289068,0.7245247645,13.462912172 +104,-1.535179266,0.7214634354,94,-1.535289068,0.7245247645,12.130309423 +105,-1.533156501,0.7214944644,94,-1.535289068,0.7245247645,13.571631571 +106,-1.53113574,0.7215166021,94,-1.535289068,0.7245247645,17.150401699 +107,-1.528874248,0.7215345535,94,-1.535289068,0.7245247645,22.433405295 +108,-1.539217656,0.7198512397,94,-1.535289068,0.7245247645,21.886685756 +109,-1.537199919,0.7199428763,94,-1.535289068,0.7245247645,19.016671529 +110,-1.545425832,0.727397149,94,-1.535289068,0.7245247645,32.111050878 +111,-1.543371177,0.7273916949,94,-1.535289068,0.7245247645,26.498131375 +112,-1.541368852,0.7274523163,94,-1.535289068,0.7245247645,21.419896062 +113,-1.545349067,0.7258710923,94,-1.535289068,0.7245247645,30.293730292 +114,-1.54332671,0.7258603556,94,-1.535289068,0.7245247645,24.406205682 +115,-1.541346831,0.7259242142,94,-1.535289068,0.7245247645,18.792640423 +116,-1.545324355,0.7243383958,94,-1.535289068,0.7245247645,29.77675554 +117,-1.543292796,0.7243617413,94,-1.535289068,0.7245247645,23.749954249 +118,-1.541295822,0.7244024384,94,-1.535289068,0.7245247645,17.823896857 +119,-1.543193859,0.7205570215,94,-1.535289068,0.7245247645,28.26027098 +120,-1.550257047,0.7386738187,94,-1.535289068,0.7245247645,71.324148859 +121,-1.549335448,0.7311736483,94,-1.535289068,0.7245247645,49.184276427 +122,-1.533478843,0.7179891343,94,-1.535289068,0.7245247645,26.441717326 +123,-1.556150555,0.738907041,94,-1.535289068,0.7245247645,83.815202613 +124,-1.554324226,0.733414257,94,-1.535289068,0.7245247645,66.349683383 +125,-1.554290846,0.7288285332,94,-1.535289068,0.7245247645,58.778651284 +126,-1.55122487,0.7219795312,94,-1.535289068,0.7245247645,48.381451883 +127,-1.525104458,0.7229399862,94,-1.535289068,0.7245247645,30.874100104 +128,-1.519607711,0.7236181429,94,-1.535289068,0.7245247645,46.668571225 +129,-1.513899999,0.7251107854,94,-1.535289068,0.7245247645,63.466611901 +130,-1.536620762,0.7431061895,94,-1.535289068,0.7245247645,73.705182511 +131,-1.5369566,0.7460845958,94,-1.535289068,0.7245247645,85.538848506 +132,-1.545345528,0.7447040685,94,-1.535289068,0.7245247645,85.220510621 +133,-1.532813921,0.7432306626,94,-1.535289068,0.7245247645,74.450842055 +134,-1.554788248,0.7382381001,94,-1.535289068,0.7245247645,79.086057919 +135,-1.540348126,0.7301594274,94,-1.535289068,0.7245247645,26.873238176 +136,-1.538016084,0.7239051786,94,-1.535289068,0.7245247645,8.4547215356 +137,-1.525288962,0.7258085137,94,-1.535289068,0.7245247645,30.076894689 +138,-1.534326986,0.731241342,94,-1.535289068,0.7245247645,26.756056911 +139,-1.530733872,0.7303625216,94,-1.535289068,0.7245247645,26.763597742 +141,-1.534354939,0.7328219978,94,-1.535289068,0.7245247645,32.98106661 +142,-1.53157084,0.7292888153,94,-1.535289068,0.7245247645,21.845032542 +143,-1.525691035,0.7263799874,94,-1.535289068,0.7245247645,29.378733379 +144,-1.534031287,0.7495967835,94,-1.535289068,0.7245247645,99.378745791 +145,-1.527714986,0.7283095957,94,-1.535289068,0.7245247645,26.976654249 +146,-1.526189586,0.7271468292,94,-1.535289068,0.7245247645,28.889629128 +147,-1.555177336,0.7375563366,94,-1.535289068,0.7245247645,78.126958089 +148,-1.555080283,0.7312707794,94,-1.535289068,0.7245247645,64.336894899 +149,-1.53856994,0.7224180299,94,-1.535289068,0.7245247645,12.82609627 +150,-1.530837883,0.729933372,94,-1.535289068,0.7245247645,25.148253969 +151,-1.515066984,0.5854133365,94,-1.535289068,0.7245247645,554.65367203 +152,-1.534731633,0.5368370046,94,-1.535289068,0.7245247645,743.4333394 +153,-1.515231902,0.5607085576,94,-1.535289068,0.7245247645,651.96670586 +154,-2.616253799,1.0684566605,94,-1.535289068,0.7245247645,2859.6142552 +155,-1.956071439,0.5792177723,94,-1.535289068,0.7245247645,1438.2832989 +156,-1.951208514,0.5602434208,94,-1.535289068,0.7245247645,1464.1642734 +157,-1.944675062,0.6062144545,94,-1.535289068,0.7245247645,1353.8149852 +158,-1.613778386,0.6077989518,94,-1.535289068,0.7245247645,522.7879107 +159,-2.035029014,0.6021432345,94,-1.535289068,0.7245247645,1624.6944917 +160,-2.114989471,0.6801825058,94,-1.535289068,0.7245247645,1750.6897513 +161,-2.037382079,0.5765830025,94,-1.535289068,0.7245247645,1678.0499049 +162,-2.129855121,0.6585019963,94,-1.535289068,0.7245247645,1820.8582117 +163,-2.075141798,0.6493615843,94,-1.535289068,0.7245247645,1670.7060791 +164,-1.828626729,0.6948433129,94,-1.535289068,0.7245247645,887.75540212 +165,-1.863329418,0.6735427691,94,-1.535289068,0.7245247645,1012.7626299 +166,-1.266037071,0.727988852,94,-1.535289068,0.7245247645,796.44125685 +167,-1.277579582,0.7249010648,94,-1.535289068,0.7245247645,763.32188535 +168,-1.258418684,0.7241194816,94,-1.535289068,0.7245247645,820.20500576 +169,-1.317813974,0.6804850104,94,-1.535289068,0.7245247645,679.51978885 +170,-1.344165204,0.6790988904,94,-1.535289068,0.7245247645,604.98555398 +171,-1.427582102,0.5277120351,94,-1.535289068,0.7245247645,852.18114602 +172,-1.402238616,0.457167829,94,-1.535289068,0.7245247645,1144.6641266 +173,-1.422454264,0.4996161999,94,-1.535289068,0.7245247645,962.28802064 +174,-1.439089277,0.4894859811,94,-1.535289068,0.7245247645,981.61239309 +175,-1.448126995,0.5182330266,94,-1.535289068,0.7245247645,863.57396167 +176,-1.474626146,0.5881926574,94,-1.535289068,0.7245247645,572.44095504 +177,-1.421139645,0.5584869783,94,-1.535289068,0.7245247645,750.27270956 +178,-1.457037165,0.565943032,94,-1.535289068,0.7245247645,674.92993746 +179,-2.757159358,0.3745319,94,-1.535289068,0.7245247645,4235.5180556 +180,-2.714309238,0.342054471,94,-1.535289068,0.7245247645,4185.9538257 +181,-2.000525337,0.774119946,94,-1.535289068,0.7245247645,1357.2960085 +183,-1.571413436,0.6777838382,94,-1.535289068,0.7245247645,214.99677566 +184,-1.552860289,0.6987663893,94,-1.535289068,0.7245247645,114.83639741 +185,-1.521852374,0.7165827476,94,-1.535289068,0.7245247645,50.883064478 +186,-1.503656267,0.6928968252,94,-1.535289068,0.7245247645,157.29233528 +187,-1.502753178,0.7136205882,94,-1.535289068,0.7245247645,106.1485923 +188,-1.631894563,0.7343596465,94,-1.535289068,0.7245247645,287.88125906 +189,-1.653765416,0.6770714026,94,-1.535289068,0.7245247645,404.78186132 +190,-1.719812114,0.6715965947,94,-1.535289068,0.7245247645,597.3947526 +191,-1.493406659,0.6646955447,94,-1.535289068,0.7245247645,269.05572555 +192,-1.469120564,0.6613469966,94,-1.535289068,0.7245247645,321.30659191 +193,-1.590551461,0.5326612937,94,-1.535289068,0.7245247645,780.16178224 +194,-1.625979264,0.5247742243,94,-1.535289068,0.7245247645,842.72223641 +195,-1.572293943,0.5238808754,94,-1.535289068,0.7245247645,803.52471229 +196,-1.610848725,0.5477107964,94,-1.535289068,0.7245247645,740.30914569 +197,-1.208485554,0.7918526018,94,-1.535289068,0.7245247645,974.45044735 +198,-1.335601374,0.6869083083,94,-1.535289068,0.7245247645,619.68405685 +199,-1.346156996,0.6825213377,94,-1.535289068,0.7245247645,594.54312115 +200,-1.324381037,0.6741422347,94,-1.535289068,0.7245247645,669.06511406 +201,-1.242424992,0.7378949807,94,-1.535289068,0.7245247645,863.71273535 +202,-1.270370057,0.7392461008,94,-1.535289068,0.7245247645,781.75426974 +203,-1.448950472,0.7441675014,94,-1.535289068,0.7245247645,265.45532803 +204,-1.492662363,0.7523026852,94,-1.535289068,0.7245247645,166.41324065 +205,-1.479098966,0.7763855017,94,-1.535289068,0.7245247645,262.05132594 +206,-1.633760714,0.7869022408,94,-1.535289068,0.7245247645,376.16780037 +207,-1.647406434,0.8101289331,94,-1.535289068,0.7245247645,465.68234804 +208,-1.564245052,0.5701509278,94,-1.535289068,0.7245247645,618.24476806 +209,-1.646289963,0.6833746083,94,-1.535289068,0.7245247645,372.56080751 +210,-1.5820631,0.6751952144,94,-1.535289068,0.7245247645,241.34911517 +211,-1.613236298,0.6681681791,94,-1.535289068,0.7245247645,325.39258748 +212,-1.914661867,0.8212566515,94,-1.535289068,0.7245247645,1137.4613724 +213,-1.742133237,0.7250275956,94,-1.535289068,0.7245247645,612.89603645 +214,-2.033144872,0.6557314699,94,-1.535289068,0.7245247645,1537.707468 +215,-2.039551981,0.6964723658,94,-1.535289068,0.7245247645,1511.1066803 +216,-1.247341019,0.7622473908,94,-1.535289068,0.7245247645,851.36460984 +217,-1.298239787,0.7084123392,94,-1.535289068,0.7245247645,710.22279132 +218,-1.308539688,0.6926545592,94,-1.535289068,0.7245247645,692.83567864 +219,-1.303263185,0.6888938396,94,-1.535289068,0.7245247645,712.28494073 +220,-1.852400229,0.6004246149,94,-1.535289068,0.7245247645,1102.6341835 +221,-1.288947707,0.7473773692,94,-1.535289068,0.7245247645,727.99322494 +222,-1.372031502,0.7472790993,94,-1.535289068,0.7245247645,487.45235686 +223,-1.289805721,0.7242157877,94,-1.535289068,0.7245247645,727.41209219 +224,-1.350807603,0.7533498126,94,-1.535289068,0.7245247645,551.67626164 +225,-1.329290365,0.7560442322,94,-1.535289068,0.7245247645,614.64522598 +226,-1.410153004,0.616936428,94,-1.535289068,0.7245247645,576.09075996 +227,-1.393445434,0.6308995063,94,-1.535289068,0.7245247645,573.1973934 +228,-1.37595573,0.6241540638,94,-1.535289068,0.7245247645,632.6873833 +229,-1.358388707,0.6172645205,94,-1.535289068,0.7245247645,693.24307625 +230,-1.753741133,0.8281661666,94,-1.535289068,0.7245247645,739.99683942 +231,-1.47430987,0.6834615681,94,-1.535289068,0.7245247645,245.63126339 +232,-1.421012508,0.7222725206,94,-1.535289068,0.7245247645,339.32420386 +233,-1.4476833,0.6978557868,94,-1.535289068,0.7245247645,283.26042389 +234,-1.470370723,0.6966193374,94,-1.535289068,0.7245247645,224.0403833 +235,-1.429211703,0.7037216883,94,-1.535289068,0.7245247645,327.94910524 +236,-1.700578405,0.6178673663,94,-1.535289068,0.7245247645,663.61051599 +237,-1.678117619,0.6331716163,94,-1.535289068,0.7245247645,569.46068415 +238,-1.725644578,0.6316331145,94,-1.535289068,0.7245247645,692.12922509 +239,-2.14012759,0.7930497945,94,-1.535289068,0.7245247645,1745.7405139 +240,-2.103289431,0.7653606263,94,-1.535289068,0.7245247645,1651.0777415 +241,-1.318739838,0.7017808746,94,-1.535289068,0.7245247645,654.36187542 +242,-1.396417427,0.7077900843,94,-1.535289068,0.7245247645,420.04042914 +243,-1.35650337,0.7185539404,94,-1.535289068,0.7245247645,531.90089877 +244,-1.248884539,0.7274156818,94,-1.535289068,0.7245247645,847.1968071 +245,-1.395014798,0.5761185243,94,-1.535289068,0.7245247645,734.85186142 +246,-1.433377362,0.6064716109,94,-1.535289068,0.7245247645,564.90477885 +247,-1.408172432,0.5903155476,94,-1.535289068,0.7245247645,663.85893586 +248,-1.749645898,0.7757118084,94,-1.535289068,0.7245247645,652.67692785 +249,-1.571626686,0.615046989,94,-1.535289068,0.7245247645,448.04011439 +250,-1.514070049,0.6303003037,94,-1.535289068,0.7245247645,378.91300078 +251,-1.480890369,0.6237966528,94,-1.535289068,0.7245247645,432.95742271 +252,-1.704390658,0.5281680612,94,-1.535289068,0.7245247645,946.95786986 +253,-1.64434733,0.5254277498,94,-1.535289068,0.7245247645,862.30630386 +254,-1.703855997,0.4792484842,94,-1.535289068,0.7245247645,1114.8416651 +255,-1.692002383,0.5748825051,94,-1.535289068,0.7245247645,770.84909519 +256,-1.854136457,0.5544643913,94,-1.535289068,0.7245247645,1212.8469707 +257,-1.665021206,0.520317736,94,-1.535289068,0.7245247645,909.36300535 +258,-1.733654349,0.4845187345,94,-1.535289068,0.7245247645,1147.3233056 +259,-1.720938188,0.5135933906,94,-1.535289068,0.7245247645,1026.1669598 +260,-1.742668307,0.553296122,94,-1.535289068,0.7245247645,944.15556314 +261,-1.965659039,0.7142126903,94,-1.535289068,0.7245247645,1278.6054334 +262,-1.944438071,0.6772834804,94,-1.535289068,0.7245247645,1248.7011271 +263,-1.270340967,0.7681487096,94,-1.535289068,0.7245247645,788.40138931 +264,-1.353091884,0.6549276821,94,-1.535289068,0.7245247645,620.64969261 +265,-1.333236659,0.6413584414,94,-1.535289068,0.7245247645,701.97117456 +266,-1.352015998,0.6753788907,94,-1.535289068,0.7245247645,587.92105173 +267,-1.377988483,0.6577816235,94,-1.535289068,0.7245247645,547.64419468 +268,-2.13075611,0.8318642051,94,-1.535289068,0.7245247645,1717.6374516 +269,-2.097910953,0.8259670014,94,-1.535289068,0.7245247645,1628.9762638 +270,-1.416382069,0.6694271549,94,-1.535289068,0.7245247645,421.77310973 +271,-1.538905672,0.7535625993,94,-1.535289068,0.7245247645,115.5050585 +272,-1.572309477,0.7803125099,94,-1.535289068,0.7245247645,245.51706082 +273,-1.87759879,0.7503853417,94,-1.535289068,0.7245247645,1006.5051453 +274,1.152365588,0.590457682,94,-1.535289068,0.7245247645,6979.2717117 +275,0.350198001,0.718001859,94,-1.535289068,0.7245247645,5174.0392889 +276,0.046513677,0.491503852,94,-1.535289068,0.7245247645,4992.0354402 +277,0.027510309,0.742571376,94,-1.535289068,0.7245247645,4361.6457662 +278,0.306285725,-0.214631579,94,-1.535289068,0.7245247645,7582.8534797 +279,-1.100564889,0.318051531,94,-1.535289068,0.7245247645,2179.7657016 +280,-1.078582306,0.301437596,94,-1.535289068,0.7245247645,2282.3219647 +281,-1.137371989,-0.617634065,94,-1.535289068,0.7245247645,5509.2460401 +282,0.784356344,0.703272339,94,-1.535289068,0.7245247645,6064.2397888 +283,-1.221209947,0.218327455,94,-1.535289068,0.7245247645,2280.1897986 +284,2.347301921,-0.449114658,94,-1.535289068,0.7245247645,9800.329926 +285,0.246820618,0.830553713,94,-1.535289068,0.7245247645,4663.3618132 +286,0.829414965,0.703288228,94,-1.535289068,0.7245247645,6137.2983606 +287,-1.337537566,0.42332223,94,-1.535289068,0.7245247645,1359.5074953 +288,0.882453706,0.454478077,94,-1.535289068,0.7245247645,7072.7355524 +289,1.575629659,0.416419109,94,-1.535289068,0.7245247645,7923.1662098 +290,-1.039455679,0.229888244,94,-1.535289068,0.7245247645,2599.0814827 +291,0.489558039,0.934482747,94,-1.535289068,0.7245247645,4856.629695 +292,0.081344504,0.88384514,94,-1.535289068,0.7245247645,4190.3997547 +293,-1.547979814,0.300350308,94,-1.535289068,0.7245247645,1680.7092872 +294,0.040776181,0.168560074,94,-1.535289068,0.7245247645,5796.0875628 +295,-1.130374745,0.563894876,94,-1.535289068,0.7245247645,1425.3688104 +296,1.578326642,0.478507176,94,-1.535289068,0.7245247645,7677.5348747 +297,-1.12861823,-0.291640865,94,-1.535289068,0.7245247645,4292.1991097 +298,0.310524208,0.770885792,94,-1.535289068,0.7245247645,4948.6570205 +299,0.415649091,-0.387246002,94,-1.535289068,0.7245247645,8330.5977756 +300,-0.926533878,-0.188022748,94,-1.535289068,0.7245247645,4240.6973371 +301,1.258856172,-0.11716081,94,-1.535289068,0.7245247645,9744.9797794 +302,-1.126050026,0.322941926,94,-1.535289068,0.7245247645,2107.1626178 +303,2.002785835,0.07893892,94,-1.535289068,0.7245247645,8953.8454416 +304,0.440437607,0.746258085,94,-1.535289068,0.7245247645,5288.9829835 +305,-0.030391866,0.214441206,94,-1.535289068,0.7245247645,5467.8713639 +306,0.521557815,-0.058929362,94,-1.535289068,0.7245247645,7801.201088 +307,-0.097005111,0.13317729,94,-1.535289068,0.7245247645,5480.5906828 +308,1.83113859,0.221857587,94,-1.535289068,0.7245247645,8606.1812788 +309,0.222428864,0.099404236,94,-1.535289068,0.7245247645,6510.1207385 +310,-1.702731345,0.8728568183,94,-1.535289068,0.7245247645,746.59892897 +311,-0.418507569,0.278324921,94,-1.535289068,0.7245247645,4157.6834109 +312,-1.41153306,0.339029988,94,-1.535289068,0.7245247645,1582.8678659 +313,0.357560442,0.114788776,94,-1.535289068,0.7245247645,6856.5678848 +314,0.325818979,0.268352149,94,-1.535289068,0.7245247645,6344.5199881 +315,-1.246004659,-0.663679965,94,-1.535289068,0.7245247645,5597.1877239 +316,1.814603087,0.637404484,94,-1.535289068,0.7245247645,6996.6495323 +317,1.843704281,-0.18300445,94,-1.535289068,0.7245247645,10145.108362 +318,1.690644492,-0.211480909,94,-1.535289068,0.7245247645,10390.778081 +319,-1.275451936,0.068109467,94,-1.535289068,0.7245247645,2758.7458317 +320,0.762430171,-0.207594741,94,-1.535289068,0.7245247645,8888.8243687 +321,0.265668905,-0.014647884,94,-1.535289068,0.7245247645,6940.9070995 +322,-2.773032013,-0.335515811,94,-1.535289068,0.7245247645,6170.6864423 +323,-1.469512853,0.174058777,94,-1.535289068,0.7245247645,2192.4425884 +324,0.286276986,0.785925691,94,-1.535289068,0.7245247645,4857.977659 +325,-1.379324697,0.377432233,94,-1.535289068,0.7245247645,1470.0639533 +326,-1.203778265,0.212813032,94,-1.535289068,0.7245247645,2329.0396623 +327,0.579916301,0.611743168,94,-1.535289068,0.7245247645,5971.6493272 +328,0.267582642,0.868113908,94,-1.535289068,0.7245247645,4615.7703251 +329,0.412869244,-0.050245578,94,-1.535289068,0.7245247645,7465.6332127 +330,0.17524381,0.976660285,94,-1.535289068,0.7245247645,4189.8268817 +331,0.743157214,0.204812899,94,-1.535289068,0.7245247645,7603.6211079 +332,-1.070758176,0.269382282,94,-1.535289068,0.7245247645,2401.9183393 +333,-1.230364251,0.329790229,94,-1.535289068,0.7245247645,1871.7139093 +334,-1.374813124,-0.024926835,94,-1.535289068,0.7245247645,3024.0863067 +335,0.519780566,0.463669906,94,-1.535289068,0.7245247645,6282.911398 +336,-1.55108034,0.239698561,94,-1.535289068,0.7245247645,1921.1672466 +337,0.180294813,0.029739425,94,-1.535289068,0.7245247645,6572.0772231 +338,0.67820924,0.268170153,94,-1.535289068,0.7245247645,7252.0818282 +339,0.445798684,1.024001867,94,-1.535289068,0.7245247645,4544.9266345 +340,0.691751283,0.150521402,94,-1.535289068,0.7245247645,7648.1348367 +341,-1.036643551,-0.903056181,94,-1.535289068,0.7245247645,6671.3339301 +342,-0.120287036,1.083325163,94,-1.535289068,0.7245247645,3471.0082004 +343,2.823513113,-0.304487164,94,-1.535289068,0.7245247645,8053.3480301 +344,0.457583172,1.12513373,94,-1.535289068,0.7245247645,4302.6047356 +345,0.042918831,0.813795399,94,-1.535289068,0.7245247645,4248.0249052 +346,1.196146777,-0.853142756,94,-1.535289068,0.7245247645,11197.417412 +347,0.206001358,-0.010430701,94,-1.535289068,0.7245247645,6754.1279921 +348,-0.268308653,0.234799412,94,-1.535289068,0.7245247645,4711.8593745 +349,0.759363263,0.736189579,94,-1.535289068,0.7245247645,5914.4782998 +350,0.181363926,0.891988372,94,-1.535289068,0.7245247645,4384.0437184 +351,-0.021111158,0.139103292,94,-1.535289068,0.7245247645,5690.0982955 +352,-0.093355215,0.630686981,94,-1.535289068,0.7245247645,4290.319423 +353,0.40118964,0.681375926,94,-1.535289068,0.7245247645,5385.9653721 +354,-0.721197315,1.304706234,94,-1.535289068,0.7245247645,2711.9145249 +355,-1.076150317,0.212107639,94,-1.535289068,0.7245247645,2576.8430309 +356,-1.577164531,0.273993443,94,-1.535289068,0.7245247645,1790.2945769 +357,-0.190788414,0.182208586,94,-1.535289068,0.7245247645,5075.8198719 +358,-0.261349752,0.209710184,94,-1.535289068,0.7245247645,4796.2084198 +359,-1.029303852,0.083549259,94,-1.535289068,0.7245247645,3105.8898123 +360,-1.268609162,0.330525297,94,-1.535289068,0.7245247645,1801.5057197 +361,1.282982244,-0.926641967,94,-1.535289068,0.7245247645,11269.124862 +362,0.217352334,0.731352408,94,-1.535289068,0.7245247645,4839.9215945 +363,-1.511833084,0.258629297,94,-1.535289068,0.7245247645,1847.1670132 +364,0.338812194,0.823184618,94,-1.535289068,0.7245247645,4873.1681527 +365,-0.324406489,1.134201999,94,-1.535289068,0.7245247645,3082.7357891 +366,1.389579348,0.399185724,94,-1.535289068,0.7245247645,7922.231186 +367,2.047152199,-0.039082036,94,-1.535289068,0.7245247645,9307.7165935 +368,0.947780369,0.568250077,94,-1.535289068,0.7245247645,6788.2209009 +369,0.763824846,0.576754987,94,-1.535289068,0.7245247645,6445.3539246 +370,-0.142334657,0.928153068,94,-1.535289068,0.7245247645,3623.4903626 +371,0.610266567,0.547265983,94,-1.535289068,0.7245247645,6232.8006008 +372,0.210731629,0.746815056,94,-1.535289068,0.7245247645,4786.8288056 +373,-1.34931644,0.316895224,94,-1.535289068,0.7245247645,1733.1201487 +374,2.407696481,0.655030745,94,-1.535289068,0.7245247645,6259.0722114 +375,0.64207831,0.545359131,94,-1.535289068,0.7245247645,6305.6794613 +376,1.174597538,0.840588356,94,-1.535289068,0.7245247645,6062.8779059 +377,0.660059424,0.010604079,94,-1.535289068,0.7245247645,7986.0912003 +378,-0.730263819,0.010486456,94,-1.535289068,0.7245247645,4028.3382467 +379,0.831068936,0.512339172,94,-1.535289068,0.7245247645,6783.3553779 +380,1.301180979,0.72367476,94,-1.535289068,0.7245247645,6604.2420314 +381,1.811128231,0.322854402,94,-1.535289068,0.7245247645,8227.6229044 +382,0.435105812,0.992284428,94,-1.535289068,0.7245247645,4610.7298983 +383,0.62643634,0.592027932,94,-1.535289068,0.7245247645,6128.1472745 +384,0.492988703,-0.516339467,94,-1.535289068,0.7245247645,8844.8308438 +385,-0.162469483,0.112549365,94,-1.535289068,0.7245247645,5340.1191461 +386,0.314630866,0.472006421,94,-1.535289068,0.7245247645,5755.0354123 +387,0.166744804,0.822815954,94,-1.535289068,0.7245247645,4508.49211 +388,0.417159608,0.965805736,94,-1.535289068,0.7245247645,4649.9972991 +389,0.106334961,0.868774244,94,-1.535289068,0.7245247645,4275.5959675 +390,0.815086969,-0.338144359,94,-1.535289068,0.7245247645,9385.6414219 +391,0.59867455,-0.230624824,94,-1.535289068,0.7245247645,8484.6505678 +392,1.915104874,0.066220985,94,-1.535289068,0.7245247645,9119.323155 +393,1.278093622,0.064463721,94,-1.535289068,0.7245247645,9101.8062941 +394,-0.061477853,0.302997961,94,-1.535289068,0.7245247645,5151.4774801 +395,0.251311504,0.626976942,94,-1.535289068,0.7245247645,5184.1806011 +396,2.950242872,0.149095644,94,-1.535289068,0.7245247645,6491.8779613 +397,-0.180294708,0.35375117,94,-1.535289068,0.7245247645,4677.8756027 +398,1.010448592,-0.351180233,94,-1.535289068,0.7245247645,9961.3367351 +399,-1.748740498,0.3686318073,94,-1.535289068,0.7245247645,1580.0972277 +400,2.699635665,0.123533791,94,-1.535289068,0.7245247645,7262.9829335 +401,0.496808033,0.823843254,94,-1.535289068,0.7245247645,5180.6194274 +402,0.129574704,0.763364087,94,-1.535289068,0.7245247645,4559.8744914 +403,1.798920311,0.817447563,94,-1.535289068,0.7245247645,6298.5615178 +404,0.335987953,0.746786541,94,-1.535289068,0.7245247645,5066.5697403 +405,-1.085413643,0.292154671,94,-1.535289068,0.7245247645,2296.1972668 +406,-0.155321003,0.508207011,94,-1.535289068,0.7245247645,4388.1520213 +407,0.620529244,-0.301175104,94,-1.535289068,0.7245247645,8728.935178 +408,1.684402744,0.368716966,94,-1.535289068,0.7245247645,8104.0280535 +409,0.300582244,-0.386397212,94,-1.535289068,0.7245247645,7989.0696486 +410,2.913555946,-0.009225192,94,-1.535289068,0.7245247645,7024.2532531 +411,1.465101417,0.493232532,94,-1.535289068,0.7245247645,7592.6372207 +412,0.090612882,0.907955955,94,-1.535289068,0.7245247645,4161.405052 +413,2.987564726,-0.729568594,94,-1.535289068,0.7245247645,8514.1884715 +414,-1.484261606,0.224149272,94,-1.535289068,0.7245247645,1989.819031 +415,0.164073421,0.303955133,94,-1.535289068,0.7245247645,5798.2353037 +416,0.141441293,0.167552546,94,-1.535289068,0.7245247645,6093.3129918 +417,2.931321023,-0.506718887,94,-1.535289068,0.7245247645,8209.3324269 +418,2.21951565,0.700596356,94,-1.535289068,0.7245247645,6383.8339932 +419,0.268112576,1.199114336,94,-1.535289068,0.7245247645,3892.2093779 +420,0.978913739,0.359223811,94,-1.535289068,0.7245247645,7573.0004089 +421,1.210898818,0.522863584,94,-1.535289068,0.7245247645,7295.5452022 +422,2.347397336,0.129231362,94,-1.535289068,0.7245247645,8125.9911437 +423,0.614394501,0.556878345,94,-1.535289068,0.7245247645,6211.8979146 +424,-1.398079356,0.148483366,94,-1.535289068,0.7245247645,2331.8266934 +425,2.535303836,-0.112984496,94,-1.535289068,0.7245247645,8388.6181591 +426,-1.019372593,-0.405322349,94,-1.535289068,0.7245247645,4859.4465508 +427,-1.297785627,-0.160104069,94,-1.535289068,0.7245247645,3609.126805 +428,2.144554488,0.205051084,94,-1.535289068,0.7245247645,8270.8556474 +429,-2.242387083,-0.426171285,94,-1.535289068,0.7245247645,5244.0241402 +430,0.338637212,0.909723676,94,-1.535289068,0.7245247645,4652.5713666 +431,-0.148798452,0.691042401,94,-1.535289068,0.7245247645,4017.8772264 +432,0.893524764,0.441829531,94,-1.535289068,0.7245247645,7135.9399118 +433,0.969229347,-0.368847936,94,-1.535289068,0.7245247645,9897.5985004 +434,0.436043248,0.800045688,94,-1.535289068,0.7245247645,5130.5332792 +435,1.687946607,1.081504775,94,-1.535289068,0.7245247645,5285.389811 +436,0.522302046,-0.034889271,94,-1.535289068,0.7245247645,7736.8233358 +437,-0.178996113,-0.438090009,94,-1.535289068,0.7245247645,6765.5595068 +438,-1.094339566,0.301444068,94,-1.535289068,0.7245247645,2246.5094378 +439,-1.064070054,0.242569932,94,-1.535289068,0.7245247645,2503.1978603 +440,-1.068153768,0.230387998,94,-1.535289068,0.7245247645,2533.8726559 +441,-3.00496892,-0.23989155,94,-1.535289068,0.7245247645,6555.2423154 +442,0.21751974,0.766874888,94,-1.535289068,0.7245247645,4753.4735468 +443,0.117229532,0.007619006,94,-1.535289068,0.7245247645,6444.1550117 +444,0.777758451,0.420554741,94,-1.535289068,0.7245247645,6985.0234248 +445,-0.252356999,0.250747086,94,-1.535289068,0.7245247645,4718.9729714 +446,0.363148444,0.768483434,94,-1.535289068,0.7245247645,5067.2137324 +447,0.903191366,-0.118210676,94,-1.535289068,0.7245247645,9000.7496293 +448,-0.205755923,0.149406178,94,-1.535289068,0.7245247645,5116.0571089 +449,1.811996086,0.02364353,94,-1.535289068,0.7245247645,9389.5836524 +450,-1.100670221,0.314845373,94,-1.535289068,0.7245247645,2189.669867 +451,0.340078597,0.850105132,94,-1.535289068,0.7245247645,4806.4612008 +452,0.258757267,0.804969236,94,-1.535289068,0.7245247645,4751.2149231 +453,2.78505352,-0.155160804,94,-1.535289068,0.7245247645,7787.752263 +454,0.800551619,0.105822106,94,-1.535289068,0.7245247645,8051.7266769 +455,0.437940882,-0.506194031,94,-1.535289068,0.7245247645,8662.271019 +456,2.230431122,0.63458615,94,-1.535289068,0.7245247645,6604.4386757 +457,0.527965361,0.127667701,94,-1.535289068,0.7245247645,7291.5417034 +458,-0.063643205,0.702093448,94,-1.535289068,0.7245247645,4217.9067001 +459,1.408447268,0.133010502,94,-1.535289068,0.7245247645,8971.9205167 +460,0.523795955,0.280266966,94,-1.535289068,0.7245247645,6835.3214856 +461,-0.975769313,0.072177659,94,-1.535289068,0.7245247645,3255.8647406 +462,0.549774164,-0.463663986,94,-1.535289068,0.7245247645,8900.5054443 +463,0.29245874,1.095549818,94,-1.535289068,0.7245247645,4137.6152396 +464,0.143625958,0.816809593,94,-1.535289068,0.7245247645,4470.8048649 +465,0.671902494,0.611159853,94,-1.535289068,0.7245247645,6159.1381398 +466,1.239840988,0.6724199,94,-1.535289068,0.7245247645,6754.6187867 +467,0.607829703,-0.10932137,94,-1.535289068,0.7245247645,8184.4490752 +468,1.763020906,0.263996692,94,-1.535289068,0.7245247645,8486.4469589 +469,0.378714634,0.726066797,94,-1.535289068,0.7245247645,5214.4660739 +470,2.196736143,-0.153862366,94,-1.535289068,0.7245247645,9384.5354101 +471,0.01702415,0.148991565,94,-1.535289068,0.7245247645,5777.0806847 +472,-2.998490902,-0.158002487,94,-1.535289068,0.7245247645,6320.461757 +473,-3.051262951,-0.346595608,94,-1.535289068,0.7245247645,6965.2172207 +474,-1.069176439,0.182802941,94,-1.535289068,0.7245247645,2689.0770926 +475,0.167157509,0.595344954,94,-1.535289068,0.7245247645,5055.2602377 +476,0.613855648,0.681746124,94,-1.535289068,0.7245247645,5825.9013588 +477,1.037012736,0.682555367,94,-1.535289068,0.7245247645,6504.7589479 +478,-1.253574971,0.379755746,94,-1.535289068,0.7245247645,1657.2985887 +479,3.108590453,-0.132620738,94,-1.535289068,0.7245247645,6772.0980238 +480,0.565301296,0.022333262,94,-1.535289068,0.7245247645,7695.5994149 +481,0.547898238,0.855555614,94,-1.535289068,0.7245247645,5181.7272615 +482,0.948309381,0.417393755,94,-1.535289068,0.7245247645,7316.9136394 +483,-0.050600732,0.945269213,94,-1.535289068,0.7245247645,3795.4344362 +484,-0.977651478,-0.572363064,94,-1.535289068,0.7245247645,5524.6134364 +485,1.102014914,0.728861163,94,-1.535289068,0.7245247645,6410.5774943 +486,2.927300795,-0.282939414,94,-1.535289068,0.7245247645,7692.477196 +487,-1.154565557,0.124434095,94,-1.535289068,0.7245247645,2727.8906257 +488,1.855331234,0.291044755,94,-1.535289068,0.7245247645,8318.8450162 +489,0.830290659,0.276904518,94,-1.535289068,0.7245247645,7566.150746 +490,0.485104466,-0.234867441,94,-1.535289068,0.7245247645,8163.3275294 +491,0.521367572,-0.33161327,94,-1.535289068,0.7245247645,8511.6331793 +1,-1.539031704,0.7349710123,95,-1.533261366,0.7245550236,44.636319877 +2,-1.536990553,0.7349663874,95,-1.533261366,0.7245550236,42.683669933 +3,-1.534951779,0.7349571355,95,-1.533261366,0.7245550236,41.503890379 +4,-1.532906461,0.7349480293,95,-1.533261366,0.7245550236,41.180026958 +5,-1.531320211,0.7346937278,95,-1.533261366,0.7245550236,40.566330913 +6,-1.539451648,0.7335131775,95,-1.533261366,0.7245550236,39.918367662 +7,-1.537429487,0.7335445708,95,-1.533261366,0.7245550236,37.676425238 +8,-1.535484998,0.7335658704,95,-1.533261366,0.7245550236,36.291394978 +9,-1.533488396,0.7336036027,95,-1.533261366,0.7245550236,35.847695594 +10,-1.531497785,0.7335842962,95,-1.533261366,0.7245550236,36.142395041 +11,-1.530259379,0.7334777758,95,-1.533261366,0.7245550236,36.438699555 +12,-1.5335454,0.7322346912,95,-1.533261366,0.7245550236,30.430746931 +13,-1.531489083,0.7322238773,95,-1.533261366,0.7245550236,30.824739147 +14,-1.530011122,0.7321679851,95,-1.533261366,0.7245550236,31.648453913 +15,-1.53348106,0.7306614094,95,-1.533261366,0.7245550236,24.196121876 +16,-1.531441779,0.7306962275,95,-1.533261366,0.7245550236,24.913608834 +17,-1.529755654,0.7306933243,95,-1.533261366,0.7245550236,26.432703443 +18,-1.533415048,0.7291384674,95,-1.533261366,0.7245550236,18.160718493 +19,-1.531392093,0.7291705353,95,-1.533261366,0.7245550236,19.100931044 +20,-1.529296523,0.7291214933,95,-1.533261366,0.7245550236,21.561464818 +21,-1.535280942,0.727267644,95,-1.533261366,0.7245550236,12.298063706 +22,-1.533378158,0.7276139666,95,-1.533261366,0.7245550236,12.121410248 +23,-1.531340368,0.7276446587,95,-1.533261366,0.7245550236,13.496066929 +24,-1.528960113,0.7276398177,95,-1.533261366,0.7245550236,17.652397417 +25,-1.533313146,0.7260818349,95,-1.533261366,0.7245550236,6.0496464371 +26,-1.531259555,0.7260958115,95,-1.533261366,0.7245550236,8.5118162289 +27,-1.528926415,0.7260865555,95,-1.533261366,0.7245550236,14.208742973 +28,-1.531226779,0.7245511789,95,-1.533261366,0.7245550236,6.0345611927 +29,-1.528904772,0.7245519194,95,-1.533261366,0.7245550236,12.921565817 +30,-1.547195875,0.7409785979,95,-1.533261366,0.7245550236,76.90979162 +31,-1.5451475,0.740980426,95,-1.533261366,0.7245550236,73.875508942 +32,-1.543097679,0.7409798872,95,-1.533261366,0.7245550236,71.213354158 +33,-1.540720364,0.7409892687,95,-1.533261366,0.7245550236,68.700553973 +34,-1.547188511,0.7395198392,95,-1.533261366,0.7245550236,72.091425492 +35,-1.545148587,0.7395226109,95,-1.533261366,0.7245550236,68.857854521 +36,-1.543104538,0.7395314908,95,-1.533261366,0.7245550236,66.030549496 +37,-1.540727751,0.7395306258,95,-1.533261366,0.7245550236,63.265594342 +38,-1.547187029,0.7380014886,95,-1.533261366,0.7245550236,67.248150409 +39,-1.545147315,0.7380012252,95,-1.533261366,0.7245550236,63.754227581 +40,-1.54310719,0.7380060743,95,-1.533261366,0.7245550236,60.673660899 +41,-1.540719671,0.7380068206,95,-1.533261366,0.7245550236,57.641304265 +42,-1.547187189,0.7364799098,95,-1.533261366,0.7245550236,62.601803143 +43,-1.545149996,0.7364853874,95,-1.533261366,0.7245550236,58.849933467 +44,-1.543106091,0.7364823484,95,-1.533261366,0.7245550236,55.457704921 +45,-1.540717158,0.7364893901,95,-1.533261366,0.7245550236,52.138945815 +46,-1.538663972,0.7410138672,95,-1.533261366,0.7245550236,67.105840911 +47,-1.53695285,0.7409699132,95,-1.533261366,0.7245550236,65.921499586 +48,-1.534910498,0.7409641297,95,-1.533261366,0.7245550236,65.177572821 +49,-1.533145034,0.7409536636,95,-1.533261366,0.7245550236,64.955915936 +50,-1.538681336,0.7395405883,95,-1.533261366,0.7245550236,61.468081653 +51,-1.536999189,0.7395183096,95,-1.533261366,0.7245550236,60.283922424 +52,-1.534923633,0.7395144222,95,-1.533261366,0.7245550236,59.456212342 +53,-1.533267822,0.7395654306,95,-1.533261366,0.7245550236,59.456225178 +54,-1.53867273,0.7380151077,95,-1.533261366,0.7245550236,55.651124665 +55,-1.536980576,0.7379994392,95,-1.533261366,0.7245550236,54.370455962 +56,-1.534931522,0.7379944961,95,-1.533261366,0.7245550236,53.460989037 +57,-1.533387952,0.7379480264,95,-1.533261366,0.7245550236,53.050996475 +58,-1.538682279,0.7364914363,95,-1.533261366,0.7245550236,49.91170517 +59,-1.536980704,0.7364810563,95,-1.533261366,0.7245550236,48.496672823 +60,-1.534935567,0.7364752065,95,-1.533261366,0.7245550236,47.473489456 +61,-1.533042592,0.7363876366,95,-1.533261366,0.7245550236,46.873423921 +62,-1.545143426,0.7349628011,95,-1.533261366,0.7245550236,54.129615655 +63,-1.543105297,0.7349691947,95,-1.533261366,0.7245550236,50.459594066 +64,-1.541064533,0.7349647152,95,-1.533261366,0.7245550236,47.23167692 +65,-1.545411803,0.7334624714,95,-1.533261366,0.7245550236,50.331858696 +66,-1.543446606,0.7334780896,95,-1.533261366,0.7245550236,46.41739925 +67,-1.541475327,0.7334957295,95,-1.533261366,0.7245550236,42.929864493 +68,-1.545401939,0.731963266,95,-1.533261366,0.7245550236,46.359050304 +69,-1.54342253,0.7319915583,95,-1.533261366,0.7245550236,42.070750634 +70,-1.541455867,0.7320216438,95,-1.533261366,0.7245550236,38.229548167 +71,-1.545410146,0.7304422281,95,-1.533261366,0.7245550236,42.841256612 +72,-1.543435491,0.7304713664,95,-1.533261366,0.7245550236,38.144491757 +73,-1.541463105,0.7304997613,95,-1.533261366,0.7245550236,33.809845118 +74,-1.545414768,0.7289194936,95,-1.533261366,0.7245550236,39.914805462 +75,-1.543435774,0.7289538557,95,-1.533261366,0.7245550236,34.79491932 +76,-1.541457714,0.7289765881,95,-1.533261366,0.7245550236,29.923226616 +77,-1.539449415,0.7320555866,95,-1.533261366,0.7245550236,34.889531188 +78,-1.537429183,0.7321097681,95,-1.533261366,0.7245550236,32.361266942 +79,-1.535472649,0.7321497267,95,-1.533261366,0.7245550236,30.784563184 +80,-1.539457899,0.7305333307,95,-1.533261366,0.7245550236,29.945498053 +81,-1.537453161,0.7305750503,95,-1.533261366,0.7245550236,26.876521736 +82,-1.535479385,0.7306124949,95,-1.533261366,0.7245550236,24.87448889 +83,-1.53946905,0.7290102593,95,-1.533261366,0.7245550236,25.477035432 +84,-1.537459922,0.7290417293,95,-1.533261366,0.7245550236,21.686259558 +85,-1.535451349,0.7290890157,95,-1.533261366,0.7245550236,19.09324172 +86,-1.535522937,0.7279887191,95,-1.533261366,0.7245550236,15.160499859 +87,-1.539442524,0.7274735939,95,-1.533261366,0.7245550236,21.653617966 +88,-1.537424111,0.727521351,95,-1.533261366,0.7245550236,17.032067439 +89,-1.539384641,0.7259505092,95,-1.533261366,0.7245550236,18.973263476 +90,-1.537372391,0.7259947145,95,-1.533261366,0.7245550236,13.453780512 +91,-1.535340789,0.7260435356,95,-1.533261366,0.7245550236,8.5294118188 +92,-1.539325716,0.7244369706,95,-1.533261366,0.7245550236,17.993713366 +93,-1.537308932,0.7244801057,95,-1.533261366,0.7245550236,12.009041478 +94,-1.535289068,0.7245247645,95,-1.533261366,0.7245550236,6.0153893997 +95,-1.533261366,0.7245550236,95,-1.533261366,0.7245550236,3.0373478822 +96,-1.539267302,0.722921924,95,-1.533261366,0.7245550236,18.963685015 +97,-1.537248972,0.7229660258,95,-1.533261366,0.7245550236,13.404943252 +98,-1.535219431,0.7229916471,95,-1.533261366,0.7245550236,8.4924679082 +99,-1.53318962,0.7230212049,95,-1.533261366,0.7245550236,6.0791865492 +100,-1.531154816,0.7230299897,95,-1.533261366,0.7245550236,8.6936404929 +101,-1.528878341,0.7230370244,95,-1.533261366,0.7245550236,14.331050815 +102,-1.539218189,0.7214009878,95,-1.533261366,0.7245550236,21.6586987 +103,-1.537198791,0.7214422745,95,-1.533261366,0.7245550236,16.993441257 +104,-1.535179266,0.7214634354,95,-1.533261366,0.7245550236,13.505775743 +105,-1.533156501,0.7214944644,95,-1.533261366,0.7245550236,12.126875295 +106,-1.53113574,0.7215166021,95,-1.533261366,0.7245550236,13.590433042 +107,-1.528874248,0.7215345535,95,-1.533261366,0.7245550236,17.689135813 +108,-1.539217656,0.7198512397,95,-1.533261366,0.7245550236,25.700805112 +109,-1.537199919,0.7199428763,95,-1.533261366,0.7245550236,21.697072208 +110,-1.545425832,0.727397149,95,-1.533261366,0.7245550236,37.751555185 +111,-1.543371177,0.7273916949,95,-1.533261366,0.7245550236,31.986128214 +112,-1.541368852,0.7274523163,95,-1.533261366,0.7245550236,26.616831202 +113,-1.545349067,0.7258710923,95,-1.533261366,0.7245550236,36.20804579 +114,-1.54332671,0.7258603556,95,-1.533261366,0.7245550236,30.280926367 +115,-1.541346831,0.7259242142,95,-1.533261366,0.7245550236,24.572673638 +116,-1.545324355,0.7243383958,95,-1.533261366,0.7245550236,35.792143045 +117,-1.543292796,0.7243617413,95,-1.533261366,0.7245550236,29.765306362 +118,-1.541295822,0.7244024384,95,-1.533261366,0.7245550236,23.839238692 +119,-1.543193859,0.7205570215,95,-1.533261366,0.7245550236,33.491919598 +120,-1.550257047,0.7386738187,95,-1.533261366,0.7245550236,75.07760064 +121,-1.549335448,0.7311736483,95,-1.533261366,0.7245550236,54.285022 +122,-1.533478843,0.7179891343,95,-1.533261366,0.7245550236,26.015531909 +123,-1.556150555,0.738907041,95,-1.533261366,0.7245550236,88.213726208 +124,-1.554324226,0.733414257,95,-1.533261366,0.7245550236,71.43792718 +125,-1.554290846,0.7288285332,95,-1.533261366,0.7245550236,64.514436441 +126,-1.55122487,0.7219795312,95,-1.533261366,0.7245550236,54.306413754 +127,-1.525104458,0.7229399862,95,-1.533261366,0.7245550236,25.041337345 +128,-1.519607711,0.7236181429,95,-1.533261366,0.7245550236,40.682646513 +129,-1.513899999,0.7251107854,95,-1.533261366,0.7245550236,57.452991195 +130,-1.536620762,0.7431061895,95,-1.533261366,0.7245550236,74.142561321 +131,-1.5369566,0.7460845958,95,-1.533261366,0.7245550236,85.966614922 +132,-1.545345528,0.7447040685,95,-1.533261366,0.7245550236,87.356758229 +133,-1.532813921,0.7432306626,95,-1.533261366,0.7245550236,73.985910976 +134,-1.554788248,0.7382381001,95,-1.533261366,0.7245550236,83.452911581 +135,-1.540348126,0.7301594274,95,-1.533261366,0.7245550236,30.535309646 +136,-1.538016084,0.7239051786,95,-1.533261366,0.7245550236,14.339346946 +137,-1.525288962,0.7258085137,95,-1.533261366,0.7245550236,24.148722648 +138,-1.534326986,0.731241342,95,-1.533261366,0.7245550236,26.671318689 +139,-1.530733872,0.7303625216,95,-1.533261366,0.7245550236,24.188193286 +141,-1.534354939,0.7328219978,95,-1.533261366,0.7245550236,32.904557547 +142,-1.53157084,0.7292888153,95,-1.533261366,0.7245550236,19.406656346 +143,-1.525691035,0.7263799874,95,-1.533261366,0.7245550236,23.571030122 +144,-1.534031287,0.7495967835,95,-1.533261366,0.7245550236,99.216105407 +145,-1.527714986,0.7283095957,95,-1.533261366,0.7245550236,22.155984688 +146,-1.526189586,0.7271468292,95,-1.533261366,0.7245550236,23.33069639 +147,-1.555177336,0.7375563366,95,-1.533261366,0.7245550236,82.634219833 +148,-1.555080283,0.7312707794,95,-1.533261366,0.7245550236,69.789223607 +149,-1.53856994,0.7224180299,95,-1.533261366,0.7245550236,17.889280309 +150,-1.530837883,0.729933372,95,-1.533261366,0.7245550236,22.47811502 +151,-1.515066984,0.5854133365,95,-1.533261366,0.7245550236,554.08255707 +152,-1.534731633,0.5368370046,95,-1.533261366,0.7245550236,743.56583506 +153,-1.515231902,0.5607085576,95,-1.533261366,0.7245550236,651.49385358 +154,-2.616253799,1.0684566605,95,-1.533261366,0.7245550236,2863.38902 +155,-1.956071439,0.5792177723,95,-1.533261366,0.7245550236,1444.1060006 +156,-1.951208514,0.5602434208,95,-1.533261366,0.7245550236,1469.9025129 +157,-1.944675062,0.6062144545,95,-1.533261366,0.7245550236,1359.7121141 +158,-1.613778386,0.6077989518,95,-1.533261366,0.7245550236,525.86290681 +159,-2.035029014,0.6021432345,95,-1.533261366,0.7245550236,1630.6678613 +160,-2.114989471,0.6801825058,95,-1.533261366,0.7245550236,1756.6662788 +161,-2.037382079,0.5765830025,95,-1.533261366,0.7245550236,1683.9764731 +162,-2.129855121,0.6585019963,95,-1.533261366,0.7245550236,1826.8568869 +163,-2.075141798,0.6493615843,95,-1.533261366,0.7245550236,1676.7202025 +164,-1.828626729,0.6948433129,95,-1.533261366,0.7245550236,893.77011135 +165,-1.863329418,0.6735427691,95,-1.533261366,0.7245550236,1018.7626086 +166,-1.266037071,0.727988852,95,-1.533261366,0.7245550236,790.44837382 +167,-1.277579582,0.7249010648,95,-1.533261366,0.7245550236,757.32010928 +168,-1.258418684,0.7241194816,95,-1.533261366,0.7245550236,814.20425263 +169,-1.317813974,0.6804850104,95,-1.533261366,0.7245550236,673.63583548 +170,-1.344165204,0.6790988904,95,-1.533261366,0.7245550236,599.17372241 +171,-1.427582102,0.5277120351,95,-1.533261366,0.7245550236,849.69366968 +172,-1.402238616,0.457167829,95,-1.533261366,0.7245550236,1142.2775552 +173,-1.422454264,0.4996161999,95,-1.533261366,0.7245550236,959.94573342 +174,-1.439089277,0.4894859811,95,-1.533261366,0.7245550236,979.66633757 +175,-1.448126995,0.5182330266,95,-1.533261366,0.7245550236,861.6057961 +176,-1.474626146,0.5881926574,95,-1.533261366,0.7245550236,570.47880221 +177,-1.421139645,0.5584869783,95,-1.533261366,0.7245550236,747.3117025 +178,-1.457037165,0.565943032,95,-1.533261366,0.7245550236,672.72682816 +179,-2.757159358,0.3745319,95,-1.533261366,0.7245550236,4241.5077113 +180,-2.714309238,0.342054471,95,-1.533261366,0.7245550236,4191.9654807 +181,-2.000525337,0.774119946,95,-1.533261366,0.7245550236,1363.0023264 +183,-1.571413436,0.6777838382,95,-1.533261366,0.7245550236,218.28048324 +184,-1.552860289,0.6987663893,95,-1.533261366,0.7245550236,117.85498805 +185,-1.521852374,0.7165827476,95,-1.533261366,0.7245550236,46.371279745 +186,-1.503656267,0.6928968252,95,-1.533261366,0.7245550236,153.7796133 +187,-1.502753178,0.7136205882,95,-1.533261366,0.7245550236,100.70908962 +188,-1.631894563,0.7343596465,95,-1.533261366,0.7245550236,293.79235202 +189,-1.653765416,0.6770714026,95,-1.533261366,0.7245550236,410.27365812 +190,-1.719812114,0.6715965947,95,-1.533261366,0.7245550236,603.1826195 +191,-1.493406659,0.6646955447,95,-1.533261366,0.7245550236,266.29690596 +192,-1.469120564,0.6613469966,95,-1.533261366,0.7245550236,317.56290963 +193,-1.590551461,0.5326612937,95,-1.533261366,0.7245550236,781.76555745 +194,-1.625979264,0.5247742243,95,-1.533261366,0.7245550236,845.08756487 +195,-1.572293943,0.5238808754,95,-1.533261366,0.7245550236,804.6247654 +196,-1.610848725,0.5477107964,95,-1.533261366,0.7245550236,742.53207259 +197,-1.208485554,0.7918526018,95,-1.533261366,0.7245550236,968.83675928 +198,-1.335601374,0.6869083083,95,-1.533261366,0.7245550236,613.78676819 +199,-1.346156996,0.6825213377,95,-1.533261366,0.7245550236,588.70458925 +200,-1.324381037,0.6741422347,95,-1.533261366,0.7245550236,663.24448481 +201,-1.242424992,0.7378949807,95,-1.533261366,0.7245550236,857.75525391 +202,-1.270370057,0.7392461008,95,-1.533261366,0.7245550236,775.80017403 +203,-1.448950472,0.7441675014,95,-1.533261366,0.7245550236,259.72490211 +204,-1.492662363,0.7523026852,95,-1.533261366,0.7245550236,161.92300783 +205,-1.479098966,0.7763855017,95,-1.533261366,0.7245550236,258.35058608 +206,-1.633760714,0.7869022408,95,-1.533261366,0.7245550236,380.50875112 +207,-1.647406434,0.8101289331,95,-1.533261366,0.7245550236,469.56635661 +208,-1.564245052,0.5701509278,95,-1.533261366,0.7245550236,619.33812594 +209,-1.646289963,0.6833746083,95,-1.533261366,0.7245550236,378.1185387 +210,-1.5820631,0.6751952144,95,-1.533261366,0.7245550236,245.09874568 +211,-1.613236298,0.6681681791,95,-1.533261366,0.7245550236,329.97834656 +212,-1.914661867,0.8212566515,95,-1.533261366,0.7245550236,1142.7660281 +213,-1.742133237,0.7250275956,95,-1.533261366,0.7245550236,618.88593693 +214,-2.033144872,0.6557314699,95,-1.533261366,0.7245550236,1543.7226902 +215,-2.039551981,0.6964723658,95,-1.533261366,0.7245550236,1517.0822259 +216,-1.247341019,0.7622473908,95,-1.533261366,0.7245550236,845.54071702 +217,-1.298239787,0.7084123392,95,-1.533261366,0.7245550236,704.21051113 +218,-1.308539688,0.6926545592,95,-1.533261366,0.7245550236,686.87061802 +219,-1.303263185,0.6888938396,95,-1.533261366,0.7245550236,706.33183208 +220,-1.852400229,0.6004246149,95,-1.533261366,0.7245550236,1108.3103951 +221,-1.288947707,0.7473773692,95,-1.533261366,0.7245550236,722.08266996 +222,-1.372031502,0.7472790993,95,-1.533261366,0.7245550236,481.58336732 +223,-1.289805721,0.7242157877,95,-1.533261366,0.7245550236,721.40736175 +224,-1.350807603,0.7533498126,95,-1.533261366,0.7245550236,545.84893262 +225,-1.329290365,0.7560442322,95,-1.533261366,0.7245550236,608.82266646 +226,-1.410153004,0.616936428,95,-1.533261366,0.7245550236,571.97103028 +227,-1.393445434,0.6308995063,95,-1.533261366,0.7245550236,568.52469962 +228,-1.37595573,0.6241540638,95,-1.533261366,0.7245550236,627.90233812 +229,-1.358388707,0.6172645205,95,-1.533261366,0.7245550236,688.36557858 +230,-1.753741133,0.8281661666,95,-1.533261366,0.7245550236,744.67558559 +231,-1.47430987,0.6834615681,95,-1.533261366,0.7245550236,241.15863013 +232,-1.421012508,0.7222725206,95,-1.533261366,0.7245550236,333.30906314 +233,-1.4476833,0.6978557868,95,-1.533261366,0.7245550236,277.66919174 +234,-1.470370723,0.6966193374,95,-1.533261366,0.7245550236,218.82566777 +235,-1.429211703,0.7037216883,95,-1.533261366,0.7245550236,322.10860833 +236,-1.700578405,0.6178673663,95,-1.533261366,0.7245550236,668.53014483 +237,-1.678117619,0.6331716163,95,-1.533261366,0.7245550236,574.36234912 +238,-1.725644578,0.6316331145,95,-1.533261366,0.7245550236,697.47649115 +239,-2.14012759,0.7930497945,95,-1.533261366,0.7245550236,1751.3229051 +240,-2.103289431,0.7653606263,95,-1.533261366,0.7245550236,1656.8057845 +241,-1.318739838,0.7017808746,95,-1.533261366,0.7245550236,648.36947331 +242,-1.396417427,0.7077900843,95,-1.533261366,0.7245550236,414.07903514 +243,-1.35650337,0.7185539404,95,-1.533261366,0.7245550236,525.88561155 +244,-1.248884539,0.7274156818,95,-1.533261366,0.7245550236,841.20498397 +245,-1.395014798,0.5761185243,95,-1.533261366,0.7245550236,731.13988404 +246,-1.433377362,0.6064716109,95,-1.533261366,0.7245550236,561.4894935 +247,-1.408172432,0.5903155476,95,-1.533261366,0.7245550236,660.17484146 +248,-1.749645898,0.7757118084,95,-1.533261366,0.7245550236,658.20243926 +249,-1.571626686,0.615046989,95,-1.533261366,0.7245550236,449.77751654 +250,-1.514070049,0.6303003037,95,-1.533261366,0.7245550236,378.00214567 +251,-1.480890369,0.6237966528,95,-1.533261366,0.7245550236,430.67331499 +252,-1.704390658,0.5281680612,95,-1.533261366,0.7245550236,950.75879545 +253,-1.64434733,0.5254277498,95,-1.533261366,0.7245550236,865.05605905 +254,-1.703855997,0.4792484842,95,-1.533261366,0.7245550236,1118.1806138 +255,-1.692002383,0.5748825051,95,-1.533261366,0.7245550236,775.02579646 +256,-1.854136457,0.5544643913,95,-1.533261366,0.7245550236,1218.2250374 +257,-1.665021206,0.520317736,95,-1.533261366,0.7245550236,912.45164249 +258,-1.733654349,0.4845187345,95,-1.533261366,0.7245550236,1151.1025832 +259,-1.720938188,0.5135933906,95,-1.533261366,0.7245550236,1030.0477543 +260,-1.742668307,0.553296122,95,-1.533261366,0.7245550236,948.70863847 +261,-1.965659039,0.7142126903,95,-1.533261366,0.7245550236,1284.5685042 +262,-1.944438071,0.6772834804,95,-1.533261366,0.7245550236,1254.7164163 +263,-1.270340967,0.7681487096,95,-1.533261366,0.7245550236,782.6373111 +264,-1.353091884,0.6549276821,95,-1.533261366,0.7245550236,615.16467652 +265,-1.333236659,0.6413584414,95,-1.533261366,0.7245550236,696.54108384 +266,-1.352015998,0.6753788907,95,-1.533261366,0.7245550236,582.1729953 +267,-1.377988483,0.6577816235,95,-1.533261366,0.7245550236,542.29555405 +268,-2.13075611,0.8318642051,95,-1.533261366,0.7245550236,1722.9923115 +269,-2.097910953,0.8259670014,95,-1.533261366,0.7245550236,1634.3650263 +270,-1.416382069,0.6694271549,95,-1.533261366,0.7245550236,416.57990806 +271,-1.538905672,0.7535625993,95,-1.533261366,0.7245550236,116.08084964 +272,-1.572309477,0.7803125099,95,-1.533261366,0.7245550236,248.01960876 +273,-1.87759879,0.7503853417,95,-1.533261366,0.7245550236,1012.3533011 +274,1.152365588,0.590457682,95,-1.533261366,0.7245550236,6976.9245295 +275,0.350198001,0.718001859,95,-1.533261366,0.7245550236,5169.4945818 +276,0.046513677,0.491503852,95,-1.533261366,0.7245550236,4986.4206793 +277,0.027510309,0.742571376,95,-1.533261366,0.7245550236,4356.6080357 +278,0.306285725,-0.214631579,95,-1.533261366,0.7245550236,7576.8381992 +279,-1.100564889,0.318051531,95,-1.533261366,0.7245550236,2175.2481608 +280,-1.078582306,0.301437596,95,-1.533261366,0.7245550236,2277.75521 +281,-1.137371989,-0.617634065,95,-1.533261366,0.7245550236,5507.4330483 +282,0.784356344,0.703272339,95,-1.533261366,0.7245550236,6060.7745663 +283,-1.221209947,0.218327455,95,-1.533261366,0.7245550236,2276.9659702 +284,2.347301921,-0.449114658,95,-1.533261366,0.7245550236,9806.2152486 +285,0.246820618,0.830553713,95,-1.533261366,0.7245550236,4658.9817082 +286,0.829414965,0.703288228,95,-1.533261366,0.7245550236,6133.9771682 +287,-1.337537566,0.42332223,95,-1.533261366,0.7245550236,1356.4206445 +288,0.882453706,0.454478077,95,-1.533261366,0.7245550236,7068.9738257 +289,1.575629659,0.416419109,95,-1.533261366,0.7245550236,7922.8547482 +290,-1.039455679,0.229888244,95,-1.533261366,0.7245550236,2594.5981211 +291,0.489558039,0.934482747,95,-1.533261366,0.7245550236,4853.1163547 +292,0.081344504,0.88384514,95,-1.533261366,0.7245550236,4185.943199 +293,-1.547979814,0.300350308,95,-1.533261366,0.7245550236,1681.020299 +294,0.040776181,0.168560074,95,-1.533261366,0.7245550236,5790.1082619 +295,-1.130374745,0.563894876,95,-1.533261366,0.7245550236,1419.7241352 +296,1.578326642,0.478507176,95,-1.533261366,0.7245550236,7677.2492434 +297,-1.12861823,-0.291640865,95,-1.533261366,0.7245550236,4289.7346184 +298,0.310524208,0.770885792,95,-1.533261366,0.7245550236,4944.1967973 +299,0.415649091,-0.387246002,95,-1.533261366,0.7245550236,8324.6038568 +300,-0.926533878,-0.188022748,95,-1.533261366,0.7245550236,4236.943832 +301,1.258856172,-0.11716081,95,-1.533261366,0.7245550236,9741.6423974 +302,-1.126050026,0.322941926,95,-1.533261366,0.7245550236,2102.7750672 +303,2.002785835,0.07893892,95,-1.533261366,0.7245550236,8956.7364355 +304,0.440437607,0.746258085,95,-1.533261366,0.7245550236,5284.7204243 +305,-0.030391866,0.214441206,95,-1.533261366,0.7245550236,5461.8851609 +306,0.521557815,-0.058929362,95,-1.533261366,0.7245550236,7795.405166 +307,-0.097005111,0.13317729,95,-1.533261366,0.7245550236,5474.5754735 +308,1.83113859,0.221857587,95,-1.533261366,0.7245550236,8607.6456783 +309,0.222428864,0.099404236,95,-1.533261366,0.7245550236,6504.2004912 +310,-1.702731345,0.8728568183,95,-1.533261366,0.7245550236,749.9514548 +311,-0.418507569,0.278324921,95,-1.533261366,0.7245550236,4151.7016559 +312,-1.41153306,0.339029988,95,-1.533261366,0.7245550236,1581.1965452 +313,0.357560442,0.114788776,95,-1.533261366,0.7245550236,6850.7900084 +314,0.325818979,0.268352149,95,-1.533261366,0.7245550236,6338.9138133 +315,-1.246004659,-0.663679965,95,-1.533261366,0.7245550236,5595.9406317 +316,1.814603087,0.637404484,95,-1.533261366,0.7245550236,6997.5454564 +317,1.843704281,-0.18300445,95,-1.533261366,0.7245550236,10147.52663 +318,1.690644492,-0.211480909,95,-1.533261366,0.7245550236,10391.647914 +319,-1.275451936,0.068109467,95,-1.533261366,0.7245550236,2756.4610659 +320,0.762430171,-0.207594741,95,-1.533261366,0.7245550236,8883.1552227 +321,0.265668905,-0.014647884,95,-1.533261366,0.7245550236,6934.9367387 +322,-2.773032013,-0.335515811,95,-1.533261366,0.7245550236,6176.1095165 +323,-1.469512853,0.174058777,95,-1.533261366,0.7245550236,2191.8322338 +324,0.286276986,0.785925691,95,-1.533261366,0.7245550236,4853.5191572 +325,-1.379324697,0.377432233,95,-1.533261366,0.7245550236,1467.7931306 +326,-1.203778265,0.212813032,95,-1.533261366,0.7245550236,2325.6966528 +327,0.579916301,0.611743168,95,-1.533261366,0.7245550236,5967.3410959 +328,0.267582642,0.868113908,95,-1.533261366,0.7245550236,4611.5646751 +329,0.412869244,-0.050245578,95,-1.533261366,0.7245550236,7459.7353435 +330,0.17524381,0.976660285,95,-1.533261366,0.7245550236,4185.9063291 +331,0.743157214,0.204812899,95,-1.533261366,0.7245550236,7598.783524 +332,-1.070758176,0.269382282,95,-1.533261366,0.7245550236,2397.4449396 +333,-1.230364251,0.329790229,95,-1.533261366,0.7245550236,1868.0631378 +334,-1.374813124,-0.024926835,95,-1.533261366,0.7245550236,3022.8219955 +335,0.519780566,0.463669906,95,-1.533261366,0.7245550236,6278.074514 +336,-1.55108034,0.239698561,95,-1.533261366,0.7245550236,1921.4975861 +337,0.180294813,0.029739425,95,-1.533261366,0.7245550236,6566.0906883 +338,0.67820924,0.268170153,95,-1.533261366,0.7245550236,7247.2032198 +339,0.445798684,1.024001867,95,-1.533261366,0.7245550236,4541.6772687 +340,0.691751283,0.150521402,95,-1.533261366,0.7245550236,7643.0327191 +341,-1.036643551,-0.903056181,95,-1.533261366,0.7245550236,6669.6592315 +342,-0.120287036,1.083325163,95,-1.533261366,0.7245550236,3467.2898964 +343,2.823513113,-0.304487164,95,-1.533261366,0.7245550236,8059.3627962 +344,0.457583172,1.12513373,95,-1.533261366,0.7245550236,4299.8230663 +345,0.042918831,0.813795399,95,-1.533261366,0.7245550236,4243.2466824 +346,1.196146777,-0.853142756,95,-1.533261366,0.7245550236,11192.38363 +347,0.206001358,-0.010430701,95,-1.533261366,0.7245550236,6748.1344116 +348,-0.268308653,0.234799412,95,-1.533261366,0.7245550236,4705.8489621 +349,0.759363263,0.736189579,95,-1.533261366,0.7245550236,5911.0263669 +350,0.181363926,0.891988372,95,-1.533261366,0.7245550236,4379.7780746 +351,-0.021111158,0.139103292,95,-1.533261366,0.7245550236,5684.0894775 +352,-0.093355215,0.630686981,95,-1.533261366,0.7245550236,4284.8151034 +353,0.40118964,0.681375926,95,-1.533261366,0.7245550236,5381.4213755 +354,-0.721197315,1.304706234,95,-1.533261366,0.7245550236,2709.9831532 +355,-1.076150317,0.212107639,95,-1.533261366,0.7245550236,2572.6303777 +356,-1.577164531,0.273993443,95,-1.533261366,0.7245550236,1790.9821932 +357,-0.190788414,0.182208586,95,-1.533261366,0.7245550236,5069.8074899 +358,-0.261349752,0.209710184,95,-1.533261366,0.7245550236,4790.2026881 +359,-1.029303852,0.083549259,95,-1.533261366,0.7245550236,3101.869617 +360,-1.268609162,0.330525297,95,-1.533261366,0.7245550236,1798.2017012 +361,1.282982244,-0.926641967,95,-1.533261366,0.7245550236,11265.283443 +362,0.217352334,0.731352408,95,-1.533261366,0.7245550236,4835.1599338 +363,-1.511833084,0.258629297,95,-1.533261366,0.7245550236,1846.996535 +364,0.338812194,0.823184618,95,-1.533261366,0.7245550236,4868.9391138 +365,-0.324406489,1.134201999,95,-1.533261366,0.7245550236,3079.2462312 +366,1.389579348,0.399185724,95,-1.533261366,0.7245550236,7920.7978531 +367,2.047152199,-0.039082036,95,-1.533261366,0.7245550236,9311.2180673 +368,0.947780369,0.568250077,95,-1.533261366,0.7245550236,6784.9807672 +369,0.763824846,0.576754987,95,-1.533261366,0.7245550236,6441.488958 +370,-0.142334657,0.928153068,95,-1.533261366,0.7245550236,3618.9324323 +371,0.610266567,0.547265983,95,-1.533261366,0.7245550236,6228.4036234 +372,0.210731629,0.746815056,95,-1.533261366,0.7245550236,4782.1032081 +373,-1.34931644,0.316895224,95,-1.533261366,0.7245550236,1730.7473721 +374,2.407696481,0.655030745,95,-1.533261366,0.7245550236,6262.3964638 +375,0.64207831,0.545359131,95,-1.533261366,0.7245550236,6301.3658352 +376,1.174597538,0.840588356,95,-1.533261366,0.7245550236,6061.079232 +377,0.660059424,0.010604079,95,-1.533261366,0.7245550236,7980.6306264 +378,-0.730263819,0.010486456,95,-1.533261366,0.7245550236,4023.3080407 +379,0.831068936,0.512339172,95,-1.533261366,0.7245550236,6779.5515214 +380,1.301180979,0.72367476,95,-1.533261366,0.7245550236,6602.7606973 +381,1.811128231,0.322854402,95,-1.533261366,0.7245550236,8228.8261246 +382,0.435105812,0.992284428,95,-1.533261366,0.7245550236,4607.3291818 +383,0.62643634,0.592027932,95,-1.533261366,0.7245550236,6123.9121149 +384,0.492988703,-0.516339467,95,-1.533261366,0.7245550236,8838.8991236 +385,-0.162469483,0.112549365,95,-1.533261366,0.7245550236,5334.117338 +386,0.314630866,0.472006421,95,-1.533261366,0.7245550236,5749.7875888 +387,0.166744804,0.822815954,95,-1.533261366,0.7245550236,4503.9432273 +388,0.417159608,0.965805736,95,-1.533261366,0.7245550236,4646.4550053 +389,0.106334961,0.868774244,95,-1.533261366,0.7245550236,4271.1186549 +390,0.815086969,-0.338144359,95,-1.533261366,0.7245550236,9379.8231695 +391,0.59867455,-0.230624824,95,-1.533261366,0.7245550236,8478.7398309 +392,1.915104874,0.066220985,95,-1.533261366,0.7245550236,9121.6572391 +393,1.278093622,0.064463721,95,-1.533261366,0.7245550236,9099.1018364 +394,-0.061477853,0.302997961,95,-1.533261366,0.7245550236,5145.5283163 +395,0.251311504,0.626976942,95,-1.533261366,0.7245550236,5179.1845231 +396,2.950242872,0.149095644,95,-1.533261366,0.7245550236,6497.6543091 +397,-0.180294708,0.35375117,95,-1.533261366,0.7245550236,4671.9009021 +398,1.010448592,-0.351180233,95,-1.533261366,0.7245550236,9955.8776708 +399,-1.748740498,0.3686318073,95,-1.533261366,0.7245550236,1583.271331 +400,2.699635665,0.123533791,95,-1.533261366,0.7245550236,7268.4214056 +401,0.496808033,0.823843254,95,-1.533261366,0.7245550236,5176.7348173 +402,0.129574704,0.763364087,95,-1.533261366,0.7245550236,4555.0618841 +403,1.798920311,0.817447563,95,-1.533261366,0.7245550236,6299.2263134 +404,0.335987953,0.746786541,95,-1.533261366,0.7245550236,5062.0841449 +405,-1.085413643,0.292154671,95,-1.533261366,0.7245550236,2291.7088273 +406,-0.155321003,0.508207011,95,-1.533261366,0.7245550236,4382.3513576 +407,0.620529244,-0.301175104,95,-1.533261366,0.7245550236,8722.9769666 +408,1.684402744,0.368716966,95,-1.533261366,0.7245550236,8104.3944411 +409,0.300582244,-0.386397212,95,-1.533261366,0.7245550236,7983.1268187 +410,2.913555946,-0.009225192,95,-1.533261366,0.7245550236,7030.1596553 +411,1.465101417,0.493232532,95,-1.533261366,0.7245550236,7591.7203126 +412,0.090612882,0.907955955,95,-1.533261366,0.7245550236,4157.0602765 +413,2.987564726,-0.729568594,95,-1.533261366,0.7245550236,8519.5073059 +414,-1.484261606,0.224149272,95,-1.533261366,0.7245550236,1989.3293733 +415,0.164073421,0.303955133,95,-1.533261366,0.7245550236,5792.4735335 +416,0.141441293,0.167552546,95,-1.533261366,0.7245550236,6087.3891912 +417,2.931321023,-0.506718887,95,-1.533261366,0.7245550236,8215.181106 +418,2.21951565,0.700596356,95,-1.533261366,0.7245550236,6386.3706794 +419,0.268112576,1.199114336,95,-1.533261366,0.7245550236,3889.5449752 +420,0.978913739,0.359223811,95,-1.533261366,0.7245550236,7569.3915343 +421,1.210898818,0.522863584,95,-1.533261366,0.7245550236,7293.3448018 +422,2.347397336,0.129231362,95,-1.533261366,0.7245550236,8130.449691 +423,0.614394501,0.556878345,95,-1.533261366,0.7245550236,6207.5371161 +424,-1.398079356,0.148483366,95,-1.533261366,0.7245550236,2330.488226 +425,2.535303836,-0.112984496,95,-1.533261366,0.7245550236,8394.1773103 +426,-1.019372593,-0.405322349,95,-1.533261366,0.7245550236,4856.6602085 +427,-1.297785627,-0.160104069,95,-1.533261366,0.7245550236,3607.4807874 +428,2.144554488,0.205051084,95,-1.533261366,0.7245550236,8274.225516 +429,-2.242387083,-0.426171285,95,-1.533261366,0.7245550236,5247.7917465 +430,0.338637212,0.909723676,95,-1.533261366,0.7245550236,4648.6567535 +431,-0.148798452,0.691042401,95,-1.533261366,0.7245550236,4012.4565112 +432,0.893524764,0.441829531,95,-1.533261366,0.7245550236,7132.1888272 +433,0.969229347,-0.368847936,95,-1.533261366,0.7245550236,9891.984386 +434,0.436043248,0.800045688,95,-1.533261366,0.7245550236,5126.4321305 +435,1.687946607,1.081504775,95,-1.533261366,0.7245550236,5285.5042256 +436,0.522302046,-0.034889271,95,-1.533261366,0.7245550236,7731.059344 +437,-0.178996113,-0.438090009,95,-1.533261366,0.7245550236,6760.2432159 +438,-1.094339566,0.301444068,95,-1.533261366,0.7245550236,2242.0309875 +439,-1.064070054,0.242569932,95,-1.533261366,0.7245550236,2498.7967518 +440,-1.068153768,0.230387998,95,-1.533261366,0.7245550236,2529.5426843 +441,-3.00496892,-0.23989155,95,-1.533261366,0.7245550236,6561.105189 +442,0.21751974,0.766874888,95,-1.533261366,0.7245550236,4748.8241508 +443,0.117229532,0.007619006,95,-1.533261366,0.7245550236,6438.1442759 +444,0.777758451,0.420554741,95,-1.533261366,0.7245550236,6980.8106019 +445,-0.252356999,0.250747086,95,-1.533261366,0.7245550236,4712.9584323 +446,0.363148444,0.768483434,95,-1.533261366,0.7245550236,5062.8529592 +447,0.903191366,-0.118210676,95,-1.533261366,0.7245550236,8995.6260398 +448,-0.205755923,0.149406178,95,-1.533261366,0.7245550236,5110.0554505 +449,1.811996086,0.02364353,95,-1.533261366,0.7245550236,9391.22291 +450,-1.100670221,0.314845373,95,-1.533261366,0.7245550236,2185.1675858 +451,0.340078597,0.850105132,95,-1.533261366,0.7245550236,4802.3289622 +452,0.258757267,0.804969236,95,-1.533261366,0.7245550236,4746.7680465 +453,2.78505352,-0.155160804,95,-1.533261366,0.7245550236,7793.6840845 +454,0.800551619,0.105822106,95,-1.533261366,0.7245550236,8046.8326352 +455,0.437940882,-0.506194031,95,-1.533261366,0.7245550236,8656.361574 +456,2.230431122,0.63458615,95,-1.533261366,0.7245550236,6607.1727548 +457,0.527965361,0.127667701,95,-1.533261366,0.7245550236,7286.0352917 +458,-0.063643205,0.702093448,95,-1.533261366,0.7245550236,4212.6222932 +459,1.408447268,0.133010502,95,-1.533261366,0.7245550236,8970.2724837 +460,0.523795955,0.280266966,95,-1.533261366,0.7245550236,6830.0920039 +461,-0.975769313,0.072177659,95,-1.533261366,0.7245550236,3251.6059015 +462,0.549774164,-0.463663986,95,-1.533261366,0.7245550236,8894.5074597 +463,0.29245874,1.095549818,95,-1.533261366,0.7245550236,4134.4328721 +464,0.143625958,0.816809593,95,-1.533261366,0.7245550236,4466.1959477 +465,0.671902494,0.611159853,95,-1.533261366,0.7245550236,6155.0832005 +466,1.239840988,0.6724199,95,-1.533261366,0.7245550236,6752.7981757 +467,0.607829703,-0.10932137,95,-1.533261366,0.7245550236,8178.6976314 +468,1.763020906,0.263996692,95,-1.533261366,0.7245550236,8487.3996845 +469,0.378714634,0.726066797,95,-1.533261366,0.7245550236,5210.0058162 +470,2.196736143,-0.153862366,95,-1.533261366,0.7245550236,9389.1986451 +471,0.01702415,0.148991565,95,-1.533261366,0.7245550236,5771.0841722 +472,-2.998490902,-0.158002487,95,-1.533261366,0.7245550236,6326.3917491 +473,-3.051262951,-0.346595608,95,-1.533261366,0.7245550236,6971.002449 +474,-1.069176439,0.182802941,95,-1.533261366,0.7245550236,2684.9354242 +475,0.167157509,0.595344954,95,-1.533261366,0.7245550236,5050.0384142 +476,0.613855648,0.681746124,95,-1.533261366,0.7245550236,5821.8778662 +477,1.037012736,0.682555367,95,-1.533261366,0.7245550236,6502.124249 +478,-1.253574971,0.379755746,95,-1.533261366,0.7245550236,1653.5787622 +479,3.108590453,-0.132620738,95,-1.533261366,0.7245550236,6778.1099361 +480,0.565301296,0.022333262,95,-1.533261366,0.7245550236,7689.9830499 +481,0.547898238,0.855555614,95,-1.533261366,0.7245550236,5178.0685982 +482,0.948309381,0.417393755,95,-1.533261366,0.7245550236,7313.3172164 +483,-0.050600732,0.945269213,95,-1.533261366,0.7245550236,3791.0609554 +484,-0.977651478,-0.572363064,95,-1.533261366,0.7245550236,5522.0072876 +485,1.102014914,0.728861163,95,-1.533261366,0.7245550236,6408.2916685 +486,2.927300795,-0.282939414,95,-1.533261366,0.7245550236,7698.488913 +487,-1.154565557,0.124434095,95,-1.533261366,0.7245550236,2724.5060575 +488,1.855331234,0.291044755,95,-1.533261366,0.7245550236,8320.3684453 +489,0.830290659,0.276904518,95,-1.533261366,0.7245550236,7561.7661753 +490,0.485104466,-0.234867441,95,-1.533261366,0.7245550236,8157.3419866 +491,0.521367572,-0.33161327,95,-1.533261366,0.7245550236,8505.6220726 +1,-1.539031704,0.7349710123,96,-1.539267302,0.722921924,47.731514213 +2,-1.536990553,0.7349663874,96,-1.539267302,0.722921924,48.17995789 +3,-1.534951779,0.7349571355,96,-1.539267302,0.722921924,49.346969367 +4,-1.532906461,0.7349480293,96,-1.539267302,0.722921924,51.208249634 +5,-1.531320211,0.7346937278,96,-1.539267302,0.722921924,52.206887696 +6,-1.539451648,0.7335131775,96,-1.539267302,0.722921924,41.955495101 +7,-1.537429487,0.7335445708,96,-1.539267302,0.722921924,42.425620874 +8,-1.535484998,0.7335658704,96,-1.539267302,0.722921924,43.618165469 +9,-1.533488396,0.7336036027,96,-1.539267302,0.722921924,45.628836911 +10,-1.531497785,0.7335842962,96,-1.539267302,0.722921924,48.075151775 +11,-1.530259379,0.7334777758,96,-1.539267302,0.722921924,49.572179233 +12,-1.5335454,0.7322346912,96,-1.539267302,0.722921924,40.585477575 +13,-1.531489083,0.7322238773,96,-1.539267302,0.722921924,43.438727768 +14,-1.530011122,0.7321679851,96,-1.539267302,0.722921924,45.727236348 +15,-1.53348106,0.7306614094,96,-1.539267302,0.722921924,35.11628873 +16,-1.531441779,0.7306962275,96,-1.539267302,0.722921924,38.533479172 +17,-1.529755654,0.7306933243,96,-1.539267302,0.722921924,41.716309135 +18,-1.533415048,0.7291384674,96,-1.539267302,0.722921924,30.113534163 +19,-1.531392093,0.7291705353,96,-1.539267302,0.722921924,34.010771649 +20,-1.529296523,0.7291214933,96,-1.539267302,0.722921924,38.409694067 +21,-1.535280942,0.727267644,96,-1.539267302,0.722921924,20.879664498 +22,-1.533378158,0.7276139666,96,-1.539267302,0.722921924,25.497441207 +23,-1.531340368,0.7276446587,96,-1.539267302,0.722921924,30.033251465 +24,-1.528960113,0.7276398177,96,-1.539267302,0.722921924,35.813301403 +25,-1.533313146,0.7260818349,96,-1.539267302,0.722921924,21.64623922 +26,-1.531259555,0.7260958115,96,-1.539267302,0.722921924,26.873627917 +27,-1.528926415,0.7260865555,96,-1.539267302,0.722921924,33.134658816 +28,-1.531226779,0.7245511789,96,-1.539267302,0.722921924,24.722380005 +29,-1.528904772,0.7245519194,96,-1.539267302,0.722921924,31.427521986 +30,-1.547195875,0.7409785979,96,-1.539267302,0.722921924,75.240731339 +31,-1.5451475,0.740980426,96,-1.539267302,0.722921924,73.59795555 +32,-1.543097679,0.7409798872,96,-1.539267302,0.722921924,72.412437009 +33,-1.540720364,0.7409892687,96,-1.539267302,0.722921924,71.692694419 +34,-1.547188511,0.7395198392,96,-1.539267302,0.722921924,69.769110307 +35,-1.545148587,0.7395226109,96,-1.539267302,0.722921924,68.003147806 +36,-1.543104538,0.7395314908,96,-1.539267302,0.722921924,66.756111658 +37,-1.540727751,0.7395306258,96,-1.539267302,0.722921924,65.927826805 +38,-1.547187029,0.7380014886,96,-1.539267302,0.722921924,64.137725489 +39,-1.545147315,0.7380012252,96,-1.539267302,0.722921924,62.197404089 +40,-1.54310719,0.7380060743,96,-1.539267302,0.722921924,60.812869612 +41,-1.540719671,0.7380068206,96,-1.539267302,0.722921924,59.904721633 +42,-1.547187189,0.7364799098,96,-1.539267302,0.722921924,58.572698643 +43,-1.545149996,0.7364853874,96,-1.539267302,0.722921924,56.462376655 +44,-1.543106091,0.7364823484,96,-1.539267302,0.722921924,54.895500258 +45,-1.540717158,0.7364893901,96,-1.539267302,0.722921924,53.910933922 +46,-1.538663972,0.7410138672,96,-1.539267302,0.722921924,71.684230319 +47,-1.53695285,0.7409699132,96,-1.539267302,0.722921924,71.812587406 +48,-1.534910498,0.7409641297,96,-1.539267302,0.722921924,72.60890204 +49,-1.533145034,0.7409536636,96,-1.539267302,0.722921924,73.666375145 +50,-1.538681336,0.7395405883,96,-1.539267302,0.722921924,65.849195439 +51,-1.536999189,0.7395183096,96,-1.539267302,0.722921924,66.077520593 +52,-1.534923633,0.7395144222,96,-1.539267302,0.722921924,66.95896092 +53,-1.533267822,0.7395654306,96,-1.539267302,0.722921924,68.256547891 +54,-1.53867273,0.7380151077,96,-1.539267302,0.722921924,59.809830532 +55,-1.536980576,0.7379994392,96,-1.539267302,0.722921924,60.101898082 +56,-1.534931522,0.7379944961,96,-1.539267302,0.722921924,61.057499002 +57,-1.533387952,0.7379480264,96,-1.539267302,0.722921924,61.994642201 +58,-1.538682279,0.7364914363,96,-1.539267302,0.722921924,53.776582353 +59,-1.536980704,0.7364810563,96,-1.539267302,0.722921924,54.13033598 +60,-1.534935567,0.7364752065,96,-1.539267302,0.722921924,55.18681824 +61,-1.533042592,0.7363876366,96,-1.539267302,0.722921924,56.415153562 +62,-1.545143426,0.7349628011,96,-1.539267302,0.722921924,50.755163491 +63,-1.543105297,0.7349691947,96,-1.539267302,0.722921924,49.047879835 +64,-1.541064533,0.7349647152,96,-1.539267302,0.722921924,47.996097551 +65,-1.545411803,0.7334624714,96,-1.539267302,0.722921924,45.531689477 +66,-1.543446606,0.7334780896,96,-1.539267302,0.722921924,43.600245775 +67,-1.541475327,0.7334957295,96,-1.539267302,0.722921924,42.388470411 +68,-1.545401939,0.731963266,96,-1.539267302,0.722921924,40.148686324 +69,-1.54342253,0.7319915583,96,-1.539267302,0.722921924,37.969686962 +70,-1.541455867,0.7320216438,96,-1.539267302,0.722921924,36.620849737 +71,-1.545410146,0.7304422281,96,-1.539267302,0.722921924,34.900077759 +72,-1.543435491,0.7304713664,96,-1.539267302,0.722921924,32.349113604 +73,-1.541463105,0.7304997613,96,-1.539267302,0.722921924,30.711589295 +74,-1.545414768,0.7289194936,96,-1.539267302,0.722921924,29.933396058 +75,-1.543435774,0.7289538557,96,-1.539267302,0.722921924,26.894849735 +76,-1.541457714,0.7289765881,96,-1.539267302,0.722921924,24.844799535 +77,-1.539449415,0.7320555866,96,-1.539267302,0.722921924,36.182448569 +78,-1.537429183,0.7321097681,96,-1.539267302,0.722921924,36.797008496 +79,-1.535472649,0.7321497267,96,-1.539267302,0.722921924,38.236097998 +80,-1.539457899,0.7305333307,96,-1.539267302,0.722921924,30.154060916 +81,-1.537453161,0.7305750503,96,-1.539267302,0.722921924,30.786028885 +82,-1.535479385,0.7306124949,96,-1.539267302,0.722921924,32.460444531 +83,-1.53946905,0.7290102593,96,-1.539267302,0.722921924,24.123300279 +84,-1.537459922,0.7290417293,96,-1.539267302,0.722921924,24.824741975 +85,-1.535451349,0.7290890157,96,-1.539267302,0.722921924,26.916296165 +86,-1.535522937,0.7279887191,96,-1.539267302,0.722921924,22.933091947 +87,-1.539442524,0.7274735939,96,-1.539267302,0.722921924,18.03664514 +88,-1.537424111,0.727521351,96,-1.539267302,0.722921924,19.019953758 +89,-1.539384641,0.7259505092,96,-1.539267302,0.722921924,12.001274303 +90,-1.537372391,0.7259947145,96,-1.539267302,0.722921924,13.406481002 +91,-1.535340789,0.7260435356,96,-1.539267302,0.722921924,16.986191276 +92,-1.539325716,0.7244369706,96,-1.539267302,0.722921924,6.0036041733 +93,-1.537308932,0.7244801057,96,-1.539267302,0.722921924,8.4783499761 +94,-1.535289068,0.7245247645,96,-1.539267302,0.722921924,13.406607055 +95,-1.533261366,0.7245550236,96,-1.539267302,0.722921924,18.963685015 +96,-1.539267302,0.722921924,96,-1.539267302,0.722921924,2.989585945 +97,-1.537248972,0.7229660258,96,-1.539267302,0.722921924,5.9973867606 +98,-1.535219431,0.7229916471,96,-1.539267302,0.722921924,12.026020631 +99,-1.53318962,0.7230212049,96,-1.539267302,0.722921924,18.055764322 +100,-1.531154816,0.7230299897,96,-1.539267302,0.722921924,24.098801085 +101,-1.528878341,0.7230370244,96,-1.539267302,0.722921924,30.859637978 +102,-1.539218189,0.7214009878,96,-1.539267302,0.722921924,6.026196175 +103,-1.537198791,0.7214422745,96,-1.539267302,0.722921924,8.4940082554 +104,-1.535179266,0.7214634354,96,-1.539267302,0.722921924,13.453808768 +105,-1.533156501,0.7214944644,96,-1.539267302,0.722921924,19.021832629 +106,-1.53113574,0.7215166021,96,-1.539267302,0.722921924,24.80053849 +107,-1.528874248,0.7215345535,96,-1.539267302,0.722921924,31.373896699 +108,-1.539217656,0.7198512397,96,-1.539267302,0.722921924,12.163876748 +109,-1.537199919,0.7199428763,96,-1.539267302,0.722921924,13.305897343 +110,-1.545425832,0.727397149,96,-1.539267302,0.722921924,25.446278873 +111,-1.543371177,0.7273916949,96,-1.539267302,0.722921924,21.481554517 +112,-1.541368852,0.7274523163,96,-1.539267302,0.722921924,18.995453907 +113,-1.545349067,0.7258710923,96,-1.539267302,0.722921924,21.492641663 +114,-1.54332671,0.7258603556,96,-1.539267302,0.722921924,16.747386739 +115,-1.541346831,0.7259242142,96,-1.539267302,0.722921924,13.396727757 +116,-1.545324355,0.7243383958,96,-1.539267302,0.722921924,18.834827459 +117,-1.543292796,0.7243617413,96,-1.539267302,0.722921924,13.240385219 +118,-1.541295822,0.7244024384,96,-1.539267302,0.722921924,8.4051272061 +119,-1.543193859,0.7205570215,96,-1.539267302,0.722921924,14.968441027 +120,-1.550257047,0.7386738187,96,-1.539267302,0.722921924,70.310332486 +121,-1.549335448,0.7311736483,96,-1.539267302,0.722921924,44.2276932 +122,-1.533478843,0.7179891343,96,-1.539267302,0.722921924,26.050995706 +123,-1.556150555,0.738907041,96,-1.539267302,0.722921924,80.548906957 +124,-1.554324226,0.733414257,96,-1.539267302,0.722921924,60.899770227 +125,-1.554290846,0.7288285332,96,-1.539267302,0.722921924,50.281649456 +126,-1.55122487,0.7219795312,96,-1.539267302,0.722921924,35.727269259 +127,-1.525104458,0.7229399862,96,-1.539267302,0.722921924,42.066875556 +128,-1.519607711,0.7236181429,96,-1.539267302,0.722921924,58.440810842 +129,-1.513899999,0.7251107854,96,-1.539267302,0.722921924,75.771375666 +130,-1.536620762,0.7431061895,96,-1.539267302,0.722921924,80.328498684 +131,-1.5369566,0.7460845958,96,-1.539267302,0.722921924,91.998423428 +132,-1.545345528,0.7447040685,96,-1.539267302,0.722921924,88.111896806 +133,-1.532813921,0.7432306626,96,-1.539267302,0.722921924,82.654995495 +134,-1.554788248,0.7382381001,96,-1.539267302,0.722921924,76.006242196 +135,-1.540348126,0.7301594274,96,-1.539267302,0.722921924,28.845799727 +136,-1.538016084,0.7239051786,96,-1.539267302,0.722921924,5.3822295278 +137,-1.525288962,0.7258085137,96,-1.539267302,0.722921924,43.013656342 +138,-1.534326986,0.731241342,96,-1.539267302,0.722921924,36.050734127 +139,-1.530733872,0.7303625216,96,-1.539267302,0.722921924,38.817839685 +141,-1.534354939,0.7328219978,96,-1.539267302,0.722921924,41.818454375 +142,-1.53157084,0.7292888153,96,-1.539267302,0.722921924,33.995127657 +143,-1.525691035,0.7263799874,96,-1.539267302,0.722921924,42.529368538 +144,-1.534031287,0.7495967835,96,-1.539267302,0.722921924,106.77066088 +145,-1.527714986,0.7283095957,96,-1.539267302,0.722921924,40.338727271 +146,-1.526189586,0.7271468292,96,-1.539267302,0.722921924,42.228945142 +147,-1.555177336,0.7375563366,96,-1.539267302,0.722921924,74.594667207 +148,-1.555080283,0.7312707794,96,-1.539267302,0.722921924,57.300480255 +149,-1.53856994,0.7224180299,96,-1.539267302,0.722921924,2.8768200426 +150,-1.530837883,0.729933372,96,-1.539267302,0.722921924,37.340224464 +151,-1.515066984,0.5854133365,96,-1.539267302,0.722921924,549.93462057 +152,-1.534731633,0.5368370046,96,-1.539267302,0.722921924,737.22425929 +153,-1.515231902,0.5607085576,96,-1.539267302,0.722921924,647.01033898 +154,-2.616253799,1.0684566605,96,-1.539267302,0.722921924,2856.893068 +155,-1.956071439,0.5792177723,96,-1.539267302,0.722921924,1425.1942542 +156,-1.951208514,0.5602434208,96,-1.539267302,0.722921924,1450.9437766 +157,-1.944675062,0.6062144545,96,-1.539267302,0.722921924,1340.9072796 +158,-1.613778386,0.6077989518,96,-1.539267302,0.722921924,511.53494641 +159,-2.035029014,0.6021432345,96,-1.539267302,0.722921924,1612.1205479 +160,-2.114989471,0.6801825058,96,-1.539267302,0.722921924,1739.5296484 +161,-2.037382079,0.5765830025,96,-1.539267302,0.722921924,1665.2427931 +162,-2.129855121,0.6585019963,96,-1.539267302,0.722921924,1809.4138884 +163,-2.075141798,0.6493615843,96,-1.539267302,0.722921924,1658.9007746 +164,-1.828626729,0.6948433129,96,-1.539267302,0.722921924,875.74018093 +165,-1.863329418,0.6735427691,96,-1.539267302,0.722921924,1000.4255941 +166,-1.266037071,0.727988852,96,-1.539267302,0.722921924,808.88091948 +167,-1.277579582,0.7249010648,96,-1.539267302,0.722921924,775.66488264 +168,-1.258418684,0.7241194816,96,-1.539267302,0.722921924,832.55968123 +169,-1.317813974,0.6804850104,96,-1.539267302,0.722921924,689.99598839 +170,-1.344165204,0.6790988904,96,-1.539267302,0.722921924,615.03123372 +171,-1.427582102,0.5277120351,96,-1.539267302,0.722921924,851.72284768 +172,-1.402238616,0.457167829,96,-1.539267302,0.722921924,1143.9215644 +173,-1.422454264,0.4996161999,96,-1.539267302,0.722921924,961.45986193 +174,-1.439089277,0.4894859811,96,-1.539267302,0.722921924,979.84121327 +175,-1.448126995,0.5182330266,96,-1.539267302,0.722921924,861.87237012 +176,-1.474626146,0.5881926574,96,-1.539267302,0.722921924,570.80064288 +177,-1.421139645,0.5584869783,96,-1.539267302,0.722921924,751.01651266 +178,-1.457037165,0.565943032,96,-1.539267302,0.722921924,673.82479349 +179,-2.757159358,0.3745319,96,-1.539267302,0.722921924,4224.1912635 +180,-2.714309238,0.342054471,96,-1.539267302,0.722921924,4174.2345631 +181,-2.000525337,0.774119946,96,-1.539267302,0.722921924,1347.9309329 +183,-1.571413436,0.6777838382,96,-1.539267302,0.722921924,203.56809328 +184,-1.552860289,0.6987663893,96,-1.539267302,0.722921924,104.01539833 +185,-1.521852374,0.7165827476,96,-1.539267302,0.722921924,57.628551946 +186,-1.503656267,0.6928968252,96,-1.539267302,0.722921924,160.07758576 +187,-1.502753178,0.7136205882,96,-1.539267302,0.722921924,114.9599023 +188,-1.631894563,0.7343596465,96,-1.539267302,0.722921924,277.41023263 +189,-1.653765416,0.6770714026,96,-1.539267302,0.722921924,391.39127647 +190,-1.719812114,0.6715965947,96,-1.539267302,0.722921924,584.24568931 +191,-1.493406659,0.6646955447,96,-1.539267302,0.722921924,269.58952068 +192,-1.469120564,0.6613469966,96,-1.539267302,0.722921924,324.33549276 +193,-1.590551461,0.5326612937,96,-1.539267302,0.722921924,771.20841409 +194,-1.625979264,0.5247742243,96,-1.539267302,0.722921924,832.49922381 +195,-1.572293943,0.5238808754,96,-1.539267302,0.722921924,795.46358664 +196,-1.610848725,0.5477107964,96,-1.539267302,0.722921924,730.32415984 +197,-1.208485554,0.7918526018,96,-1.539267302,0.722921924,987.78422345 +198,-1.335601374,0.6869083083,96,-1.539267302,0.722921924,630.25561907 +199,-1.346156996,0.6825213377,96,-1.539267302,0.722921924,604.74451722 +200,-1.324381037,0.6741422347,96,-1.539267302,0.722921924,679.15367254 +201,-1.242424992,0.7378949807,96,-1.539267302,0.722921924,876.39355441 +202,-1.270370057,0.7392461008,96,-1.539267302,0.722921924,794.45314364 +203,-1.448950472,0.7441675014,96,-1.539267302,0.722921924,278.6867746 +204,-1.492662363,0.7523026852,96,-1.539267302,0.722921924,179.45027221 +205,-1.479098966,0.7763855017,96,-1.539267302,0.722921924,274.30679426 +206,-1.633760714,0.7869022408,96,-1.539267302,0.722921924,372.04866167 +207,-1.647406434,0.8101289331,96,-1.539267302,0.722921924,462.86704603 +208,-1.564245052,0.5701509278,96,-1.539267302,0.722921924,610.22983355 +209,-1.646289963,0.6833746083,96,-1.539267302,0.722921924,359.19407378 +210,-1.5820631,0.6751952144,96,-1.539267302,0.722921924,229.26698121 +211,-1.613236298,0.6681681791,96,-1.539267302,0.722921924,312.38120718 +212,-1.914661867,0.8212566515,96,-1.539267302,0.722921924,1129.8647762 +213,-1.742133237,0.7250275956,96,-1.539267302,0.722921924,601.60778125 +214,-2.033144872,0.6557314699,96,-1.539267302,0.722921924,1525.820839 +215,-2.039551981,0.6964723658,96,-1.539267302,0.722921924,1499.9601784 +216,-1.247341019,0.7622473908,96,-1.539267302,0.722921924,864.45501625 +217,-1.298239787,0.7084123392,96,-1.539267302,0.722921924,721.99472674 +218,-1.308539688,0.6926545592,96,-1.539267302,0.722921924,703.93863884 +219,-1.303263185,0.6888938396,96,-1.539267302,0.722921924,723.27725804 +220,-1.852400229,0.6004246149,96,-1.539267302,0.722921924,1089.3476139 +221,-1.288947707,0.7473773692,96,-1.539267302,0.722921924,740.86774759 +222,-1.372031502,0.7472790993,96,-1.539267302,0.722921924,500.44764332 +223,-1.289805721,0.7242157877,96,-1.539267302,0.722921924,739.71549697 +224,-1.350807603,0.7533498126,96,-1.539267302,0.722921924,564.76137155 +225,-1.329290365,0.7560442322,96,-1.539267302,0.722921924,627.73903242 +226,-1.410153004,0.616936428,96,-1.539267302,0.722921924,580.02469156 +227,-1.393445434,0.6308995063,96,-1.539267302,0.722921924,578.80993351 +228,-1.37595573,0.6241540638,96,-1.539267302,0.722921924,638.64659349 +229,-1.358388707,0.6172645205,96,-1.539267302,0.722921924,699.49490204 +230,-1.753741133,0.8281661666,96,-1.539267302,0.722921924,734.66529603 +231,-1.47430987,0.6834615681,96,-1.539267302,0.722921924,250.85340966 +232,-1.421012508,0.7222725206,96,-1.539267302,0.722921924,351.26767361 +233,-1.4476833,0.6978557868,96,-1.539267302,0.722921924,292.32804522 +234,-1.470370723,0.6966193374,96,-1.539267302,0.722921924,231.70486452 +235,-1.429211703,0.7037216883,96,-1.539267302,0.722921924,338.22083966 +236,-1.700578405,0.6178673663,96,-1.539267302,0.722921924,650.34610313 +237,-1.678117619,0.6331716163,96,-1.539267302,0.722921924,556.20807698 +238,-1.725644578,0.6316331145,96,-1.539267302,0.722921924,678.72289299 +239,-2.14012759,0.7930497945,96,-1.539267302,0.722921924,1736.9576962 +240,-2.103289431,0.7653606263,96,-1.539267302,0.722921924,1641.5938512 +241,-1.318739838,0.7017808746,96,-1.539267302,0.722921924,665.76915857 +242,-1.396417427,0.7077900843,96,-1.539267302,0.722921924,431.13796379 +243,-1.35650337,0.7185539404,96,-1.539267302,0.722921924,543.84437239 +244,-1.248884539,0.7274156818,96,-1.539267302,0.722921924,859.64557631 +245,-1.395014798,0.5761185243,96,-1.539267302,0.722921924,737.58913933 +246,-1.433377362,0.6064716109,96,-1.539267302,0.722921924,566.88665371 +247,-1.408172432,0.5903155476,96,-1.539267302,0.722921924,666.53660941 +248,-1.749645898,0.7757118084,96,-1.539267302,0.722921924,644.21264828 +249,-1.571626686,0.615046989,96,-1.539267302,0.722921924,438.93079129 +250,-1.514070049,0.6303003037,96,-1.539267302,0.722921924,375.0195327 +251,-1.480890369,0.6237966528,96,-1.539267302,0.722921924,432.15190753 +252,-1.704390658,0.5281680612,96,-1.539267302,0.722921924,934.72016842 +253,-1.64434733,0.5254277498,96,-1.539267302,0.722921924,851.490915 +254,-1.703855997,0.4792484842,96,-1.539267302,0.722921924,1103.1807159 +255,-1.692002383,0.5748825051,96,-1.539267302,0.722921924,758.19885914 +256,-1.854136457,0.5544643913,96,-1.539267302,0.722921924,1199.4405956 +257,-1.665021206,0.520317736,96,-1.539267302,0.722921924,898.05332641 +258,-1.733654349,0.4845187345,96,-1.539267302,0.722921924,1135.1059574 +259,-1.720938188,0.5135933906,96,-1.539267302,0.722921924,1013.8336862 +260,-1.742668307,0.553296122,96,-1.539267302,0.722921924,931.14785584 +261,-1.965659039,0.7142126903,96,-1.539267302,0.722921924,1267.5905992 +262,-1.944438071,0.6772834804,96,-1.539267302,0.722921924,1236.8070601 +263,-1.270340967,0.7681487096,96,-1.539267302,0.722921924,801.58919878 +264,-1.353091884,0.6549276821,96,-1.539267302,0.722921924,629.1476836 +265,-1.333236659,0.6413584414,96,-1.539267302,0.722921924,710.23157522 +266,-1.352015998,0.6753788907,96,-1.539267302,0.722921924,597.6258434 +267,-1.377988483,0.6577816235,96,-1.539267302,0.722921924,555.61115572 +268,-2.13075611,0.8318642051,96,-1.539267302,0.722921924,1709.8190034 +269,-2.097910953,0.8259670014,96,-1.539267302,0.722921924,1621.0239952 +270,-1.416382069,0.6694271549,96,-1.539267302,0.722921924,429.1998752 +271,-1.538905672,0.7535625993,96,-1.539267302,0.722921924,121.37233825 +272,-1.572309477,0.7803125099,96,-1.539267302,0.722921924,246.59639951 +273,-1.87759879,0.7503853417,96,-1.539267302,0.722921924,996.36189162 +274,1.152365588,0.590457682,96,-1.539267302,0.722921924,6989.5352754 +275,0.350198001,0.718001859,96,-1.539267302,0.722921924,5187.0529816 +276,0.046513677,0.491503852,96,-1.539267302,0.722921924,5005.3690226 +277,0.027510309,0.742571376,96,-1.539267302,0.722921924,4374.9765044 +278,0.306285725,-0.214631579,96,-1.539267302,0.722921924,7594.759199 +279,-1.100564889,0.318051531,96,-1.539267302,0.722921924,2184.7575695 +280,-1.078582306,0.301437596,96,-1.539267302,0.722921924,2287.4660964 +281,-1.137371989,-0.617634065,96,-1.539267302,0.722921924,5507.046282 +282,0.784356344,0.703272339,96,-1.539267302,0.722921924,6076.0976066 +283,-1.221209947,0.218327455,96,-1.539267302,0.722921924,2281.4985869 +284,2.347301921,-0.449114658,96,-1.539267302,0.722921924,9789.890149 +285,0.246820618,0.830553713,96,-1.539267302,0.722921924,4676.2338153 +286,0.829414965,0.703288228,96,-1.539267302,0.722921924,6148.9696497 +287,-1.337537566,0.42332223,96,-1.539267302,0.722921924,1360.4985994 +288,0.882453706,0.454478077,96,-1.539267302,0.722921924,7084.9545503 +289,1.575629659,0.416419109,96,-1.539267302,0.722921924,7929.8531997 +290,-1.039455679,0.229888244,96,-1.539267302,0.722921924,2603.9582255 +291,0.489558039,0.934482747,96,-1.539267302,0.722921924,4868.5510863 +292,0.081344504,0.88384514,96,-1.539267302,0.722921924,4203.3401311 +293,-1.547979814,0.300350308,96,-1.539267302,0.722921924,1674.0687305 +294,0.040776181,0.168560074,96,-1.539267302,0.722921924,5808.6264082 +295,-1.130374745,0.563894876,96,-1.539267302,0.722921924,1434.511775 +296,1.578326642,0.478507176,96,-1.539267302,0.722921924,7684.1737223 +297,-1.12861823,-0.291640865,96,-1.539267302,0.722921924,4291.5554612 +298,0.310524208,0.770885792,96,-1.539267302,0.722921924,4961.5998069 +299,0.415649091,-0.387246002,96,-1.539267302,0.722921924,8341.9814886 +300,-0.926533878,-0.188022748,96,-1.539267302,0.722921924,4243.4087142 +301,1.258856172,-0.11716081,96,-1.539267302,0.722921924,9756.660266 +302,-1.126050026,0.322941926,96,-1.539267302,0.722921924,2111.7546166 +303,2.002785835,0.07893892,96,-1.539267302,0.722921924,8953.4182552 +304,0.440437607,0.746258085,96,-1.539267302,0.722921924,5301.7439648 +305,-0.030391866,0.214441206,96,-1.539267302,0.722921924,5480.3572741 +306,0.521557815,-0.058929362,96,-1.539267302,0.722921924,7814.3390809 +307,-0.097005111,0.13317729,96,-1.539267302,0.722921924,5492.4884368 +308,1.83113859,0.221857587,96,-1.539267302,0.722921924,8609.1574812 +309,0.222428864,0.099404236,96,-1.539267302,0.722921924,6522.9546286 +310,-1.702731345,0.8728568183,96,-1.539267302,0.722921924,745.15889014 +311,-0.418507569,0.278324921,96,-1.539267302,0.722921924,4168.9221819 +312,-1.41153306,0.339029988,96,-1.539267302,0.722921924,1580.4123198 +313,0.357560442,0.114788776,96,-1.539267302,0.722921924,6869.7345311 +314,0.325818979,0.268352149,96,-1.539267302,0.722921924,6357.8590419 +315,-1.246004659,-0.663679965,96,-1.539267302,0.722921924,5593.7126057 +316,1.814603087,0.637404484,96,-1.539267302,0.722921924,7000.8852671 +317,1.843704281,-0.18300445,96,-1.539267302,0.722921924,10145.832776 +318,1.690644492,-0.211480909,96,-1.539267302,0.722921924,10395.022951 +319,-1.275451936,0.068109467,96,-1.539267302,0.722921924,2757.6884258 +320,0.762430171,-0.207594741,96,-1.539267302,0.722921924,8902.1170726 +321,0.265668905,-0.014647884,96,-1.539267302,0.722921924,6953.5051678 +322,-2.773032013,-0.335515811,96,-1.539267302,0.722921924,6157.2836685 +323,-1.469512853,0.174058777,96,-1.539267302,0.722921924,2187.6446947 +324,0.286276986,0.785925691,96,-1.539267302,0.722921924,4870.9190401 +325,-1.379324697,0.377432233,96,-1.539267302,0.722921924,1469.0169924 +326,-1.203778265,0.212813032,96,-1.539267302,0.722921924,2330.6620212 +327,0.579916301,0.611743168,96,-1.539267302,0.722921924,5984.4532855 +328,0.267582642,0.868113908,96,-1.539267302,0.722921924,4628.4763361 +329,0.412869244,-0.050245578,96,-1.539267302,0.722921924,7478.541437 +330,0.17524381,0.976660285,96,-1.539267302,0.722921924,4202.2328668 +331,0.743157214,0.204812899,96,-1.539267302,0.722921924,7616.8449308 +332,-1.070758176,0.269382282,96,-1.539267302,0.722921924,2406.7678632 +333,-1.230364251,0.329790229,96,-1.539267302,0.722921924,1874.1823987 +334,-1.374813124,-0.024926835,96,-1.539267302,0.722921924,3020.6764282 +335,0.519780566,0.463669906,96,-1.539267302,0.722921924,6296.1353499 +336,-1.55108034,0.239698561,96,-1.539267302,0.722921924,1914.4809789 +337,0.180294813,0.029739425,96,-1.539267302,0.722921924,6584.5596399 +338,0.67820924,0.268170153,96,-1.539267302,0.722921924,7265.3304428 +339,0.445798684,1.024001867,96,-1.539267302,0.722921924,4556.5070387 +340,0.691751283,0.150521402,96,-1.539267302,0.722921924,7661.4906752 +341,-1.036643551,-0.903056181,96,-1.539267302,0.722921924,6668.8078265 +342,-0.120287036,1.083325163,96,-1.539267302,0.722921924,3483.1835255 +343,2.823513113,-0.304487164,96,-1.539267302,0.722921924,8041.4901073 +344,0.457583172,1.12513373,96,-1.539267302,0.722921924,4313.5333169 +345,0.042918831,0.813795399,96,-1.539267302,0.722921924,4261.2123665 +346,1.196146777,-0.853142756,96,-1.539267302,0.722921924,11204.011543 +347,0.206001358,-0.010430701,96,-1.539267302,0.722921924,6766.5465918 +348,-0.268308653,0.234799412,96,-1.539267302,0.722921924,4723.548435 +349,0.759363263,0.736189579,96,-1.539267302,0.722921924,5926.3195224 +350,0.181363926,0.891988372,96,-1.539267302,0.722921924,4396.8088063 +351,-0.021111158,0.139103292,96,-1.539267302,0.722921924,5702.3145641 +352,-0.093355215,0.630686981,96,-1.539267302,0.722921924,4303.7047613 +353,0.40118964,0.681375926,96,-1.539267302,0.722921924,5398.9783191 +354,-0.721197315,1.304706234,96,-1.539267302,0.722921924,2721.5374114 +355,-1.076150317,0.212107639,96,-1.539267302,0.722921924,2580.8977378 +356,-1.577164531,0.273993443,96,-1.539267302,0.722921924,1782.9305826 +357,-0.190788414,0.182208586,96,-1.539267302,0.722921924,5087.5673167 +358,-0.261349752,0.209710184,96,-1.539267302,0.722921924,4807.7909497 +359,-1.029303852,0.083549259,96,-1.539267302,0.722921924,3109.3718301 +360,-1.268609162,0.330525297,96,-1.539267302,0.722921924,1803.0414378 +361,1.282982244,-0.926641967,96,-1.539267302,0.722921924,11271.971191 +362,0.217352334,0.731352408,96,-1.539267302,0.722921924,4853.0976795 +363,-1.511833084,0.258629297,96,-1.539267302,0.722921924,1841.4746316 +364,0.338812194,0.823184618,96,-1.539267302,0.722921924,4885.8969386 +365,-0.324406489,1.134201999,96,-1.539267302,0.722921924,3094.6329032 +366,1.389579348,0.399185724,96,-1.539267302,0.722921924,7930.9810435 +367,2.047152199,-0.039082036,96,-1.539267302,0.722921924,9305.6847832 +368,0.947780369,0.568250077,96,-1.539267302,0.722921924,6799.782955 +369,0.763824846,0.576754987,96,-1.539267302,0.722921924,6457.6934395 +370,-0.142334657,0.928153068,96,-1.539267302,0.722921924,3636.5162256 +371,0.610266567,0.547265983,96,-1.539267302,0.722921924,6245.6863312 +372,0.210731629,0.746815056,96,-1.539267302,0.722921924,4799.9801825 +373,-1.34931644,0.316895224,96,-1.539267302,0.722921924,1732.3050003 +374,2.407696481,0.655030745,96,-1.539267302,0.722921924,6257.5455928 +375,0.64207831,0.545359131,96,-1.539267302,0.722921924,6318.4881751 +376,1.174597538,0.840588356,96,-1.539267302,0.722921924,6072.2601386 +377,0.660059424,0.010604079,96,-1.539267302,0.722921924,7999.4879102 +378,-0.730263819,0.010486456,96,-1.539267302,0.722921924,4035.0010021 +379,0.831068936,0.512339172,96,-1.539267302,0.722921924,6795.624112 +380,1.301180979,0.72367476,96,-1.539267302,0.722921924,6613.0824974 +381,1.811128231,0.322854402,96,-1.539267302,0.722921924,8231.1822418 +382,0.435105812,0.992284428,96,-1.539267302,0.722921924,4622.5086163 +383,0.62643634,0.592027932,96,-1.539267302,0.722921924,6140.8805884 +384,0.492988703,-0.516339467,96,-1.539267302,0.722921924,8855.5899654 +385,-0.162469483,0.112549365,96,-1.539267302,0.722921924,5351.6290082 +386,0.314630866,0.472006421,96,-1.539267302,0.722921924,5768.4316989 +387,0.166744804,0.822815954,96,-1.539267302,0.722921924,4521.5097609 +388,0.417159608,0.965805736,96,-1.539267302,0.722921924,4661.9554033 +389,0.106334961,0.868774244,96,-1.539267302,0.722921924,4288.5541169 +390,0.815086969,-0.338144359,96,-1.539267302,0.722921924,9398.7397418 +391,0.59867455,-0.230624824,96,-1.539267302,0.722921924,8497.5170377 +392,1.915104874,0.066220985,96,-1.539267302,0.722921924,9120.2714016 +393,1.278093622,0.064463721,96,-1.539267302,0.722921924,9112.6029627 +394,-0.061477853,0.302997961,96,-1.539267302,0.722921924,5164.1917618 +395,0.251311504,0.626976942,96,-1.539267302,0.722921924,5197.4922004 +396,2.950242872,0.149095644,96,-1.539267302,0.722921924,6482.1067721 +397,-0.180294708,0.35375117,96,-1.539267302,0.722921924,4690.4470408 +398,1.010448592,-0.351180233,96,-1.539267302,0.722921924,9974.7338674 +399,-1.748740498,0.3686318073,96,-1.539267302,0.722921924,1568.6478921 +400,2.699635665,0.123533791,96,-1.539267302,0.722921924,7254.781285 +401,0.496808033,0.823843254,96,-1.539267302,0.722921924,5192.9832937 +402,0.129574704,0.763364087,96,-1.539267302,0.722921924,4573.084025 +403,1.798920311,0.817447563,96,-1.539267302,0.722921924,6303.2921705 +404,0.335987953,0.746786541,96,-1.539267302,0.722921924,5079.534201 +405,-1.085413643,0.292154671,96,-1.539267302,0.722921924,2301.0957335 +406,-0.155321003,0.508207011,96,-1.539267302,0.722921924,4401.2823931 +407,0.620529244,-0.301175104,96,-1.539267302,0.722921924,8741.6019878 +408,1.684402744,0.368716966,96,-1.539267302,0.722921924,8109.3631742 +409,0.300582244,-0.386397212,96,-1.539267302,0.722921924,7999.9228685 +410,2.913555946,-0.009225192,96,-1.539267302,0.722921924,7013.6770976 +411,1.465101417,0.493232532,96,-1.539267302,0.722921924,7600.4669273 +412,0.090612882,0.907955955,96,-1.539267302,0.722921924,4174.2452581 +413,2.987564726,-0.729568594,96,-1.539267302,0.722921924,8500.7832441 +414,-1.484261606,0.224149272,96,-1.539267302,0.722921924,1984.7755048 +415,0.164073421,0.303955133,96,-1.539267302,0.722921924,5811.4253336 +416,0.141441293,0.167552546,96,-1.539267302,0.722921924,6106.1339085 +417,2.931321023,-0.506718887,96,-1.539267302,0.722921924,8196.2952985 +418,2.21951565,0.700596356,96,-1.539267302,0.722921924,6384.3164924 +419,0.268112576,1.199114336,96,-1.539267302,0.722921924,3902.9676351 +420,0.978913739,0.359223811,96,-1.539267302,0.722921924,7585.0345617 +421,1.210898818,0.522863584,96,-1.539267302,0.722921924,7305.5764398 +422,2.347397336,0.129231362,96,-1.539267302,0.722921924,8121.2117056 +423,0.614394501,0.556878345,96,-1.539267302,0.722921924,6224.7507066 +424,-1.398079356,0.148483366,96,-1.539267302,0.722921924,2328.5948931 +425,2.535303836,-0.112984496,96,-1.539267302,0.722921924,8379.8959463 +426,-1.019372593,-0.405322349,96,-1.539267302,0.722921924,4859.5945408 +427,-1.297785627,-0.160104069,96,-1.539267302,0.722921924,3606.5634065 +428,2.144554488,0.205051084,96,-1.539267302,0.722921924,8269.1903513 +429,-2.242387083,-0.426171285,96,-1.539267302,0.722921924,5231.7984752 +430,0.338637212,0.909723676,96,-1.539267302,0.722921924,4664.9698346 +431,-0.148798452,0.691042401,96,-1.539267302,0.722921924,4031.2802279 +432,0.893524764,0.441829531,96,-1.539267302,0.722921924,7148.1462568 +433,0.969229347,-0.368847936,96,-1.539267302,0.722921924,9910.9327234 +434,0.436043248,0.800045688,96,-1.539267302,0.722921924,5143.1322449 +435,1.687946607,1.081504775,96,-1.539267302,0.722921924,5291.2567011 +436,0.522302046,-0.034889271,96,-1.539267302,0.722921924,7750.0101553 +437,-0.178996113,-0.438090009,96,-1.539267302,0.722921924,6773.2641902 +438,-1.094339566,0.301444068,96,-1.539267302,0.722921924,2251.3779692 +439,-1.064070054,0.242569932,96,-1.539267302,0.722921924,2507.8225109 +440,-1.068153768,0.230387998,96,-1.539267302,0.722921924,2538.2800623 +441,-3.00496892,-0.23989155,96,-1.539267302,0.722921924,6542.238442 +442,0.21751974,0.766874888,96,-1.539267302,0.722921924,4766.5696825 +443,0.117229532,0.007619006,96,-1.539267302,0.722921924,6456.3293099 +444,0.777758451,0.420554741,96,-1.539267302,0.722921924,6997.7336796 +445,-0.252356999,0.250747086,96,-1.539267302,0.722921924,4730.8152394 +446,0.363148444,0.768483434,96,-1.539267302,0.722921924,5080.0676396 +447,0.903191366,-0.118210676,96,-1.539267302,0.722921924,9014.1127956 +448,-0.205755923,0.149406178,96,-1.539267302,0.722921924,5127.5648116 +449,1.811996086,0.02364353,96,-1.539267302,0.722921924,9392.1544415 +450,-1.100670221,0.314845373,96,-1.539267302,0.722921924,2194.6138582 +451,0.340078597,0.850105132,96,-1.539267302,0.722921924,4819.0927715 +452,0.258757267,0.804969236,96,-1.539267302,0.722921924,4764.1462995 +453,2.78505352,-0.155160804,96,-1.539267302,0.722921924,7776.9814721 +454,0.800551619,0.105822106,96,-1.539267302,0.722921924,8064.9838752 +455,0.437940882,-0.506194031,96,-1.539267302,0.722921924,8672.8604207 +456,2.230431122,0.63458615,96,-1.539267302,0.722921924,6604.4300617 +457,0.527965361,0.127667701,96,-1.539267302,0.722921924,7304.9265152 +458,-0.063643205,0.702093448,96,-1.539267302,0.722921924,4231.3086062 +459,1.408447268,0.133010502,96,-1.539267302,0.722921924,8981.032352 +460,0.523795955,0.280266966,96,-1.539267302,0.722921924,6848.7141768 +461,-0.975769313,0.072177659,96,-1.539267302,0.722921924,3260.046709 +462,0.549774164,-0.463663986,96,-1.539267302,0.722921924,8911.9470939 +463,0.29245874,1.095549818,96,-1.539267302,0.722921924,4149.10705 +464,0.143625958,0.816809593,96,-1.539267302,0.722921924,4483.8702938 +465,0.671902494,0.611159853,96,-1.539267302,0.722921924,6171.6871017 +466,1.239840988,0.6724199,96,-1.539267302,0.722921924,6764.0343403 +467,0.607829703,-0.10932137,96,-1.539267302,0.722921924,8197.6529644 +468,1.763020906,0.263996692,96,-1.539267302,0.722921924,8490.5475189 +469,0.378714634,0.726066797,96,-1.539267302,0.722921924,5227.4086474 +470,2.196736143,-0.153862366,96,-1.539267302,0.722921924,9379.0965929 +471,0.01702415,0.148991565,96,-1.539267302,0.722921924,5789.4698197 +472,-2.998490902,-0.158002487,96,-1.539267302,0.722921924,6307.6646917 +473,-3.051262951,-0.346595608,96,-1.539267302,0.722921924,6952.0617786 +474,-1.069176439,0.182802941,96,-1.539267302,0.722921924,2692.9199011 +475,0.167157509,0.595344954,96,-1.539267302,0.722921924,5068.65145 +476,0.613855648,0.681746124,96,-1.539267302,0.722921924,5838.4171997 +477,1.037012736,0.682555367,96,-1.539267302,0.722921924,6515.4629681 +478,-1.253574971,0.379755746,96,-1.539267302,0.722921924,1659.9665797 +479,3.108590453,-0.132620738,96,-1.539267302,0.722921924,6759.9530855 +480,0.565301296,0.022333262,96,-1.539267302,0.722921924,7708.9320494 +481,0.547898238,0.855555614,96,-1.539267302,0.722921924,5193.8269806 +482,0.948309381,0.417393755,96,-1.539267302,0.722921924,7328.9330429 +483,-0.050600732,0.945269213,96,-1.539267302,0.722921924,3808.3014894 +484,-0.977651478,-0.572363064,96,-1.539267302,0.722921924,5524.3064713 +485,1.102014914,0.728861163,96,-1.539267302,0.722921924,6420.7473746 +486,2.927300795,-0.282939414,96,-1.539267302,0.722921924,7680.3259426 +487,-1.154565557,0.124434095,96,-1.539267302,0.722921924,2729.6149853 +488,1.855331234,0.291044755,96,-1.539267302,0.722921924,8321.6918139 +489,0.830290659,0.276904518,96,-1.539267302,0.722921924,7579.0239501 +490,0.485104466,-0.234867441,96,-1.539267302,0.722921924,8175.8169357 +491,0.521367572,-0.33161327,96,-1.539267302,0.722921924,8523.7961787 +1,-1.539031704,0.7349710123,97,-1.537248972,0.7229660258,47.842527489 +2,-1.536990553,0.7349663874,97,-1.537248972,0.7229660258,47.539562763 +3,-1.534951779,0.7349571355,97,-1.537248972,0.7229660258,47.979194494 +4,-1.532906461,0.7349480293,97,-1.537248972,0.7229660258,49.164092691 +5,-1.531320211,0.7346937278,97,-1.537248972,0.7229660258,49.646590406 +6,-1.539451648,0.7335131775,97,-1.537248972,0.7229660258,42.281690866 +7,-1.537429487,0.7335445708,97,-1.537248972,0.7229660258,41.905014515 +8,-1.535484998,0.7335658704,97,-1.537248972,0.7229660258,42.308568038 +9,-1.533488396,0.7336036027,97,-1.537248972,0.7229660258,43.577245976 +10,-1.531497785,0.7335842962,97,-1.537248972,0.7229660258,45.365199568 +11,-1.530259379,0.7334777758,97,-1.537248972,0.7229660258,46.482369129 +12,-1.5335454,0.7322346912,97,-1.537248972,0.7229660258,38.312762944 +13,-1.531489083,0.7322238773,97,-1.537248972,0.7229660258,40.43498856 +14,-1.530011122,0.7321679851,97,-1.537248972,0.7229660258,42.271750101 +15,-1.53348106,0.7306614094,97,-1.537248972,0.7229660258,32.457780104 +16,-1.531441779,0.7306962275,97,-1.537248972,0.7229660258,35.114214615 +17,-1.529755654,0.7306933243,97,-1.537248972,0.7229660258,37.799347749 +18,-1.533415048,0.7291384674,97,-1.537248972,0.7229660258,26.95771382 +19,-1.531392093,0.7291705353,97,-1.537248972,0.7229660258,30.082131728 +20,-1.529296523,0.7291214933,97,-1.537248972,0.7229660258,33.901833324 +21,-1.535280942,0.727267644,97,-1.537248972,0.7229660258,18.009875474 +22,-1.533378158,0.7276139666,97,-1.537248972,0.7229660258,21.692884752 +23,-1.531340368,0.7276446587,97,-1.537248972,0.7229660258,25.497936064 +24,-1.528960113,0.7276398177,97,-1.537248972,0.7229660258,30.762338812 +25,-1.533313146,0.7260818349,97,-1.537248972,0.7229660258,16.988146343 +26,-1.531259555,0.7260958115,97,-1.537248972,0.7229660258,21.662777035 +27,-1.528926415,0.7260865555,97,-1.537248972,0.7229660258,27.606738412 +28,-1.531226779,0.7245511789,97,-1.537248972,0.7229660258,18.94496546 +29,-1.528904772,0.7245519194,97,-1.537248972,0.7229660258,25.550317059 +30,-1.547195875,0.7409785979,97,-1.537248972,0.7229660258,77.132160785 +31,-1.5451475,0.740980426,97,-1.537248972,0.7229660258,75.05393459 +32,-1.543097679,0.7409798872,97,-1.537248972,0.7229660258,73.404199096 +33,-1.540720364,0.7409892687,97,-1.537248972,0.7229660258,72.118972906 +34,-1.547188511,0.7395198392,97,-1.537248972,0.7229660258,71.819960389 +35,-1.545148587,0.7395226109,97,-1.537248972,0.7229660258,69.593371666 +36,-1.543104538,0.7395314908,97,-1.537248972,0.7229660258,67.848817374 +37,-1.540727751,0.7395306258,97,-1.537248972,0.7229660258,66.409142972 +38,-1.547187029,0.7380014886,97,-1.537248972,0.7229660258,66.381518908 +39,-1.545147315,0.7380012252,97,-1.537248972,0.7229660258,63.95092171 +40,-1.54310719,0.7380060743,97,-1.537248972,0.7229660258,62.03005637 +41,-1.540719671,0.7380068206,97,-1.537248972,0.7229660258,60.450112601 +42,-1.547187189,0.7364799098,97,-1.537248972,0.7229660258,61.042296763 +43,-1.545149996,0.7364853874,97,-1.537248972,0.7229660258,58.409990252 +44,-1.543106091,0.7364823484,97,-1.537248972,0.7229660258,56.261384187 +45,-1.540717158,0.7364893901,97,-1.537248972,0.7229660258,54.535854004 +46,-1.538663972,0.7410138672,97,-1.537248972,0.7229660258,71.608955703 +47,-1.53695285,0.7409699132,97,-1.537248972,0.7229660258,71.31873456 +48,-1.534910498,0.7409641297,97,-1.537248972,0.7229660258,71.622649733 +49,-1.533145034,0.7409536636,97,-1.537248972,0.7229660258,72.267760227 +50,-1.538681336,0.7395405883,97,-1.537248972,0.7229660258,65.787516356 +51,-1.536999189,0.7395183096,97,-1.537248972,0.7229660258,65.56773158 +52,-1.534923633,0.7395144222,97,-1.537248972,0.7229660258,65.90573865 +53,-1.533267822,0.7395654306,97,-1.537248972,0.7229660258,66.789628223 +54,-1.53867273,0.7380151077,97,-1.537248972,0.7229660258,59.75722395 +55,-1.536980576,0.7379994392,97,-1.537248972,0.7229660258,59.552615095 +56,-1.534931522,0.7379944961,97,-1.537248972,0.7229660258,59.919125147 +57,-1.533387952,0.7379480264,97,-1.537248972,0.7229660258,60.427120414 +58,-1.538682279,0.7364914363,97,-1.537248972,0.7229660258,53.741002884 +59,-1.536980704,0.7364810563,97,-1.537248972,0.7229660258,53.538894422 +60,-1.534935567,0.7364752065,97,-1.537248972,0.7229660258,53.943976593 +61,-1.533042592,0.7363876366,97,-1.537248972,0.7229660258,54.594280262 +62,-1.545143426,0.7349628011,97,-1.537248972,0.7229660258,52.934129809 +63,-1.543105297,0.7349691947,97,-1.537248972,0.7229660258,50.594670483 +64,-1.541064533,0.7349647152,97,-1.537248972,0.7229660258,48.845297078 +65,-1.545411803,0.7334624714,97,-1.537248972,0.7229660258,48.072245124 +66,-1.543446606,0.7334780896,97,-1.537248972,0.7229660258,45.491098554 +67,-1.541475327,0.7334957295,97,-1.537248972,0.7229660258,43.539351407 +68,-1.545401939,0.731963266,97,-1.537248972,0.7229660258,43.032415315 +69,-1.54342253,0.7319915583,97,-1.537248972,0.7229660258,40.144820673 +70,-1.541455867,0.7320216438,97,-1.537248972,0.7229660258,37.966853584 +71,-1.545410146,0.7304422281,97,-1.537248972,0.7229660258,38.218136136 +72,-1.543435491,0.7304713664,97,-1.537248972,0.7229660258,34.916830639 +73,-1.541463105,0.7304997613,97,-1.537248972,0.7229660258,32.34367113 +74,-1.545414768,0.7289194936,97,-1.537248972,0.7229660258,33.782148575 +75,-1.543435774,0.7289538557,97,-1.537248972,0.7229660258,29.973505347 +76,-1.541457714,0.7289765881,97,-1.537248972,0.7229660258,26.874644154 +77,-1.539449415,0.7320555866,97,-1.537248972,0.7229660258,36.587439385 +78,-1.537429183,0.7321097681,97,-1.537248972,0.7229660258,36.22228593 +79,-1.535472649,0.7321497267,97,-1.537248972,0.7229660258,36.754169868 +80,-1.539457899,0.7305333307,97,-1.537248972,0.7229660258,30.6790249 +81,-1.537453161,0.7305750503,97,-1.537248972,0.7229660258,30.145406095 +82,-1.535479385,0.7306124949,97,-1.537248972,0.7229660258,30.737281251 +83,-1.53946905,0.7290102593,97,-1.537248972,0.7229660258,24.827992302 +84,-1.537459922,0.7290417293,97,-1.537248972,0.7229660258,24.073972551 +85,-1.535451349,0.7290890157,97,-1.537248972,0.7229660258,24.830798834 +86,-1.535522937,0.7279887191,97,-1.537248972,0.7229660258,20.541947877 +87,-1.539442524,0.7274735939,97,-1.537248972,0.7229660258,19.001593816 +88,-1.537424111,0.727521351,97,-1.537248972,0.7229660258,18.051109836 +89,-1.539384641,0.7259505092,97,-1.537248972,0.7229660258,13.411912373 +90,-1.537372391,0.7259947145,97,-1.537248972,0.7229660258,12.002220131 +91,-1.535340789,0.7260435356,97,-1.537248972,0.7229660258,13.439888699 +92,-1.539325716,0.7244369706,97,-1.537248972,0.7229660258,8.4820192645 +93,-1.537308932,0.7244801057,97,-1.537248972,0.7229660258,5.9999106752 +94,-1.535289068,0.7245247645,97,-1.537248972,0.7229660258,8.4829223857 +95,-1.533261366,0.7245550236,97,-1.537248972,0.7229660258,13.404943252 +96,-1.539267302,0.722921924,97,-1.537248972,0.7229660258,5.9973867606 +97,-1.537248972,0.7229660258,97,-1.537248972,0.7229660258,3.0174431801 +98,-1.535219431,0.7229916471,97,-1.537248972,0.7229660258,6.0288143812 +99,-1.53318962,0.7230212049,97,-1.537248972,0.7229660258,12.058539581 +100,-1.531154816,0.7230299897,97,-1.537248972,0.7229660258,18.101763498 +101,-1.528878341,0.7230370244,97,-1.537248972,0.7229660258,24.862751016 +102,-1.539218189,0.7214009878,97,-1.537248972,0.7229660258,8.5255700891 +103,-1.537198791,0.7214422745,97,-1.537248972,0.7229660258,6.0374215269 +104,-1.535179266,0.7214634354,97,-1.537248972,0.7229660258,8.5593880367 +105,-1.533156501,0.7214944644,97,-1.537248972,0.7229660258,13.487647516 +106,-1.53113574,0.7215166021,97,-1.537248972,0.7229660258,19.054259469 +107,-1.528874248,0.7215345535,97,-1.537248972,0.7229660258,25.527459956 +108,-1.539217656,0.7198512397,97,-1.537248972,0.7229660258,13.656590788 +109,-1.537199919,0.7199428763,97,-1.537248972,0.7229660258,11.975584046 +110,-1.545425832,0.727397149,97,-1.537248972,0.7229660258,29.926264127 +111,-1.543371177,0.7273916949,97,-1.537248972,0.7229660258,25.232143982 +112,-1.541368852,0.7274523163,97,-1.537248972,0.7229660258,21.562032197 +113,-1.545349067,0.7258710923,97,-1.537248972,0.7229660258,26.640796327 +114,-1.54332671,0.7258603556,97,-1.537248972,0.7229660258,21.365051677 +115,-1.541346831,0.7259242142,97,-1.537248972,0.7229660258,16.883384102 +116,-1.545324355,0.7243383958,97,-1.537248972,0.7229660258,24.57912476 +117,-1.543292796,0.7243617413,97,-1.537248972,0.7229660258,18.772456228 +118,-1.541295822,0.7244024384,97,-1.537248972,0.7229660258,13.291437022 +119,-1.543193859,0.7205570215,97,-1.537248972,0.7229660258,20.087011618 +120,-1.550257047,0.7386738187,97,-1.537248972,0.7229660258,73.096222707 +121,-1.549335448,0.7311736483,97,-1.537248972,0.7229660258,48.334910219 +122,-1.533478843,0.7179891343,97,-1.537248972,0.7229660258,22.683949452 +123,-1.556150555,0.738907041,97,-1.537248972,0.7229660258,84.226264561 +124,-1.554324226,0.733414257,97,-1.537248972,0.7229660258,65.276555693 +125,-1.554290846,0.7288285332,97,-1.537248972,0.7229660258,55.569631157 +126,-1.55122487,0.7219795312,97,-1.537248972,0.7229660258,41.711745616 +127,-1.525104458,0.7229399862,97,-1.537248972,0.7229660258,36.071405806 +128,-1.519607711,0.7236181429,97,-1.537248972,0.7229660258,52.445334439 +129,-1.513899999,0.7251107854,97,-1.537248972,0.7229660258,69.802291565 +130,-1.536620762,0.7431061895,97,-1.537248972,0.7229660258,79.79661553 +131,-1.5369566,0.7460845958,97,-1.537248972,0.7229660258,91.57668847 +132,-1.545345528,0.7447040685,97,-1.537248972,0.7229660258,89.336911993 +133,-1.532813921,0.7432306626,97,-1.537248972,0.7229660258,81.322707059 +134,-1.554788248,0.7382381001,97,-1.537248972,0.7229660258,79.601229245 +135,-1.540348126,0.7301594274,97,-1.537248972,0.7229660258,29.934029219 +136,-1.538016084,0.7239051786,97,-1.537248972,0.7229660258,4.3617922103 +137,-1.525288962,0.7258085137,97,-1.537248972,0.7229660258,37.221921711 +138,-1.534326986,0.731241342,97,-1.537248972,0.7229660258,33.89985672 +139,-1.530733872,0.7303625216,97,-1.537248972,0.7229660258,35.076290066 +141,-1.534354939,0.7328219978,97,-1.537248972,0.7229660258,39.966535432 +142,-1.53157084,0.7292888153,97,-1.537248972,0.7229660258,30.167254394 +143,-1.525691035,0.7263799874,97,-1.537248972,0.7229660258,36.847858243 +144,-1.534031287,0.7495967835,97,-1.537248972,0.7229660258,105.90624831 +145,-1.527714986,0.7283095957,97,-1.537248972,0.7229660258,35.299759727 +146,-1.526189586,0.7271468292,97,-1.537248972,0.7229660258,36.731944463 +147,-1.555177336,0.7375563366,97,-1.537248972,0.7229660258,78.350136846 +148,-1.555080283,0.7312707794,97,-1.537248972,0.7229660258,62.180090603 +149,-1.53856994,0.7224180299,97,-1.537248972,0.7229660258,4.4847006125 +150,-1.530837883,0.729933372,97,-1.537248972,0.7229660258,33.496078932 +151,-1.515066984,0.5854133365,97,-1.537248972,0.7229660258,549.26985107 +152,-1.534731633,0.5368370046,97,-1.537248972,0.7229660258,737.30075231 +153,-1.515231902,0.5607085576,97,-1.537248972,0.7229660258,646.46465891 +154,-2.616253799,1.0684566605,97,-1.537248972,0.7229660258,2860.6081059 +155,-1.956071439,0.5792177723,97,-1.537248972,0.7229660258,1431.0121054 +156,-1.951208514,0.5602434208,97,-1.537248972,0.7229660258,1456.6790785 +157,-1.944675062,0.6062144545,97,-1.537248972,0.7229660258,1346.7973244 +158,-1.613778386,0.6077989518,97,-1.537248972,0.7229660258,514.56287559 +159,-2.035029014,0.6021432345,97,-1.537248972,0.7229660258,1618.0823404 +160,-2.114989471,0.6801825058,97,-1.537248972,0.7229660258,1745.4807949 +161,-2.037382079,0.5765830025,97,-1.537248972,0.7229660258,1671.1604145 +162,-2.129855121,0.6585019963,97,-1.537248972,0.7229660258,1815.3897811 +163,-2.075141798,0.6493615843,97,-1.537248972,0.7229660258,1664.8953436 +164,-1.828626729,0.6948433129,97,-1.537248972,0.7229660258,881.73755707 +165,-1.863329418,0.6735427691,97,-1.537248972,0.7229660258,1006.4122029 +166,-1.266037071,0.727988852,97,-1.537248972,0.7229660258,802.90574883 +167,-1.277579582,0.7249010648,97,-1.537248972,0.7229660258,769.68112679 +168,-1.258418684,0.7241194816,97,-1.537248972,0.7229660258,826.57673493 +169,-1.317813974,0.6804850104,97,-1.537248972,0.7229660258,684.12279092 +170,-1.344165204,0.6790988904,97,-1.537248972,0.7229660258,609.22470256 +171,-1.427582102,0.5277120351,97,-1.537248972,0.7229660258,849.19410765 +172,-1.402238616,0.457167829,97,-1.537248972,0.7229660258,1141.5156573 +173,-1.422454264,0.4996161999,97,-1.537248972,0.7229660258,959.08550615 +174,-1.439089277,0.4894859811,97,-1.537248972,0.7229660258,977.86291585 +175,-1.448126995,0.5182330266,97,-1.537248972,0.7229660258,859.8613377 +176,-1.474626146,0.5881926574,97,-1.537248972,0.7229660258,568.75064392 +177,-1.421139645,0.5584869783,97,-1.537248972,0.7229660258,748.00666549 +178,-1.457037165,0.565943032,97,-1.537248972,0.7229660258,671.55546561 +179,-2.757159358,0.3745319,97,-1.537248972,0.7229660258,4230.158634 +180,-2.714309238,0.342054471,97,-1.537248972,0.7229660258,4180.2264747 +181,-2.000525337,0.774119946,97,-1.537248972,0.7229660258,1353.5943307 +183,-1.571413436,0.6777838382,97,-1.537248972,0.7229660258,206.70981167 +184,-1.552860289,0.6987663893,97,-1.537248972,0.7229660258,106.69385682 +185,-1.521852374,0.7165827476,97,-1.537248972,0.7229660258,52.366613732 +186,-1.503656267,0.6928968252,97,-1.537248972,0.7229660258,156.21003353 +187,-1.502753178,0.7136205882,97,-1.537248972,0.7229660258,109.33253843 +188,-1.631894563,0.7343596465,97,-1.537248972,0.7229660258,283.26018941 +189,-1.653765416,0.6770714026,97,-1.537248972,0.7229660258,396.88662611 +190,-1.719812114,0.6715965947,97,-1.537248972,0.7229660258,590.03375291 +191,-1.493406659,0.6646955447,97,-1.537248972,0.7229660258,266.61042708 +192,-1.469120564,0.6613469966,97,-1.537248972,0.7229660258,320.44516741 +193,-1.590551461,0.5326612937,97,-1.537248972,0.7229660258,772.7721317 +194,-1.625979264,0.5247742243,97,-1.537248972,0.7229660258,834.83761916 +195,-1.572293943,0.5238808754,97,-1.537248972,0.7229660258,796.52129636 +196,-1.610848725,0.5477107964,97,-1.537248972,0.7229660258,732.510244 +197,-1.208485554,0.7918526018,97,-1.537248972,0.7229660258,982.17619285 +198,-1.335601374,0.6869083083,97,-1.537248972,0.7229660258,624.368341 +199,-1.346156996,0.6825213377,97,-1.537248972,0.7229660258,598.91224741 +200,-1.324381037,0.6741422347,97,-1.537248972,0.7229660258,673.34081586 +201,-1.242424992,0.7378949807,97,-1.537248972,0.7229660258,870.45253251 +202,-1.270370057,0.7392461008,97,-1.537248972,0.7229660258,788.51584718 +203,-1.448950472,0.7441675014,97,-1.537248972,0.7229660258,272.9756907 +204,-1.492662363,0.7523026852,97,-1.537248972,0.7229660258,174.87165739 +205,-1.479098966,0.7763855017,97,-1.537248972,0.7229660258,270.48884807 +206,-1.633760714,0.7869022408,97,-1.537248972,0.7229660258,376.20585061 +207,-1.647406434,0.8101289331,97,-1.537248972,0.7229660258,466.57909092 +208,-1.564245052,0.5701509278,97,-1.537248972,0.7229660258,611.25656657 +209,-1.646289963,0.6833746083,97,-1.537248972,0.7229660258,364.75653011 +210,-1.5820631,0.6751952144,97,-1.537248972,0.7229660258,232.92282618 +211,-1.613236298,0.6681681791,97,-1.537248972,0.7229660258,316.94043489 +212,-1.914661867,0.8212566515,97,-1.537248972,0.7229660258,1135.1076276 +213,-1.742133237,0.7250275956,97,-1.537248972,0.7229660258,607.56867158 +214,-2.033144872,0.6557314699,97,-1.537248972,0.7229660258,1531.8172707 +215,-2.039551981,0.6964723658,97,-1.537248972,0.7229660258,1505.9097099 +216,-1.247341019,0.7622473908,97,-1.537248972,0.7229660258,858.64367149 +217,-1.298239787,0.7084123392,97,-1.537248972,0.7229660258,716.00001103 +218,-1.308539688,0.6926545592,97,-1.537248972,0.7229660258,697.98829917 +219,-1.303263185,0.6888938396,97,-1.537248972,0.7229660258,717.33853915 +220,-1.852400229,0.6004246149,97,-1.537248972,0.7229660258,1095.0228228 +221,-1.288947707,0.7473773692,97,-1.537248972,0.7229660258,734.97315513 +222,-1.372031502,0.7472790993,97,-1.537248972,0.7229660258,494.59625999 +223,-1.289805721,0.7242157877,97,-1.537248972,0.7229660258,733.72895543 +224,-1.350807603,0.7533498126,97,-1.537248972,0.7229660258,558.94938186 +225,-1.329290365,0.7560442322,97,-1.537248972,0.7229660258,621.93088507 +226,-1.410153004,0.616936428,97,-1.537248972,0.7229660258,575.8498763 +227,-1.393445434,0.6308995063,97,-1.537248972,0.7229660258,574.09686516 +228,-1.37595573,0.6241540638,97,-1.537248972,0.7229660258,633.83172297 +229,-1.358388707,0.6172645205,97,-1.537248972,0.7229660258,694.59591549 +230,-1.753741133,0.8281661666,97,-1.537248972,0.7229660258,739.24221639 +231,-1.47430987,0.6834615681,97,-1.537248972,0.7229660258,246.22318268 +232,-1.421012508,0.7222725206,97,-1.537248972,0.7229660258,345.27029926 +233,-1.4476833,0.6978557868,97,-1.537248972,0.7229660258,286.69360185 +234,-1.470370723,0.6966193374,97,-1.537248972,0.7229660258,226.38373508 +235,-1.429211703,0.7037216883,97,-1.537248972,0.7229660258,332.37095579 +236,-1.700578405,0.6178673663,97,-1.537248972,0.7229660258,655.26361147 +237,-1.678117619,0.6331716163,97,-1.537248972,0.7229660258,561.10562199 +238,-1.725644578,0.6316331145,97,-1.537248972,0.7229660258,684.07176593 +239,-2.14012759,0.7930497945,97,-1.537248972,0.7229660258,1742.4962062 +240,-2.103289431,0.7653606263,97,-1.537248972,0.7229660258,1647.2824288 +241,-1.318739838,0.7017808746,97,-1.537248972,0.7229660258,659.79262684 +242,-1.396417427,0.7077900843,97,-1.537248972,0.7229660258,425.18584353 +243,-1.35650337,0.7185539404,97,-1.537248972,0.7229660258,537.84698935 +244,-1.248884539,0.7274156818,97,-1.537248972,0.7229660258,853.67124504 +245,-1.395014798,0.5761185243,97,-1.537248972,0.7229660258,733.83609744 +246,-1.433377362,0.6064716109,97,-1.537248972,0.7229660258,563.39920895 +247,-1.408172432,0.5903155476,97,-1.537248972,0.7229660258,662.80195114 +248,-1.749645898,0.7757118084,97,-1.537248972,0.7229660258,649.66728261 +249,-1.571626686,0.615046989,97,-1.537248972,0.7229660258,440.5744922 +250,-1.514070049,0.6303003037,97,-1.537248972,0.7229660258,373.94967637 +251,-1.480890369,0.6237966528,97,-1.537248972,0.7229660258,429.7403776 +252,-1.704390658,0.5281680612,97,-1.537248972,0.7229660258,938.51381079 +253,-1.64434733,0.5254277498,97,-1.537248972,0.7229660258,854.21909798 +254,-1.703855997,0.4792484842,97,-1.537248972,0.7229660258,1106.5135361 +255,-1.692002383,0.5748825051,97,-1.537248972,0.7229660258,762.36680651 +256,-1.854136457,0.5544643913,97,-1.537248972,0.7229660258,1204.8202481 +257,-1.665021206,0.520317736,97,-1.537248972,0.7229660258,901.12638071 +258,-1.733654349,0.4845187345,97,-1.537248972,0.7229660258,1138.8826773 +259,-1.720938188,0.5135933906,97,-1.537248972,0.7229660258,1017.7099459 +260,-1.742668307,0.553296122,97,-1.537248972,0.7229660258,935.699766 +261,-1.965659039,0.7142126903,97,-1.537248972,0.7229660258,1273.5256389 +262,-1.944438071,0.6772834804,97,-1.537248972,0.7229660258,1242.8035674 +263,-1.270340967,0.7681487096,97,-1.537248972,0.7229660258,795.83622069 +264,-1.353091884,0.6549276821,97,-1.537248972,0.7229660258,623.65481558 +265,-1.333236659,0.6413584414,97,-1.537248972,0.7229660258,704.79653359 +266,-1.352015998,0.6753788907,97,-1.537248972,0.7229660258,591.87932055 +267,-1.377988483,0.6577816235,97,-1.537248972,0.7229660258,550.24340207 +268,-2.13075611,0.8318642051,97,-1.537248972,0.7229660258,1715.123267 +269,-2.097910953,0.8259670014,97,-1.537248972,0.7229660258,1626.3620493 +270,-1.416382069,0.6694271549,97,-1.537248972,0.7229660258,423.9634243 +271,-1.538905672,0.7535625993,97,-1.537248972,0.7229660258,121.29015369 +272,-1.572309477,0.7803125099,97,-1.537248972,0.7229660258,248.75655466 +273,-1.87759879,0.7503853417,97,-1.537248972,0.7229660258,1002.1706985 +274,1.152365588,0.590457682,97,-1.537248972,0.7229660258,6987.1612396 +275,0.350198001,0.718001859,97,-1.537248972,0.7229660258,5182.4953075 +276,0.046513677,0.491503852,97,-1.537248972,0.7229660258,4999.7572867 +277,0.027510309,0.742571376,97,-1.537248972,0.7229660258,4369.9318336 +278,0.306285725,-0.214631579,97,-1.537248972,0.7229660258,7588.7623301 +279,-1.100564889,0.318051531,97,-1.537248972,0.7229660258,2180.2592965 +280,-1.078582306,0.301437596,97,-1.537248972,0.7229660258,2282.9198861 +281,-1.137371989,-0.617634065,97,-1.537248972,0.7229660258,5505.2728216 +282,0.784356344,0.703272339,97,-1.537248972,0.7229660258,6072.6103331 +283,-1.221209947,0.218327455,97,-1.537248972,0.7229660258,2278.2913725 +284,2.347301921,-0.449114658,97,-1.537248972,0.7229660258,9795.7529999 +285,0.246820618,0.830553713,97,-1.537248972,0.7229660258,4671.8383074 +286,0.829414965,0.703288228,97,-1.537248972,0.7229660258,6145.6254586 +287,-1.337537566,0.42332223,97,-1.537248972,0.7229660258,1357.4061489 +288,0.882453706,0.454478077,97,-1.537248972,0.7229660258,7081.1748525 +289,1.575629659,0.416419109,97,-1.537248972,0.7229660258,7929.5114086 +290,-1.039455679,0.229888244,97,-1.537248972,0.7229660258,2599.4981925 +291,0.489558039,0.934482747,97,-1.537248972,0.7229660258,4865.0136709 +292,0.081344504,0.88384514,97,-1.537248972,0.7229660258,4198.8685521 +293,-1.547979814,0.300350308,97,-1.537248972,0.7229660258,1674.3790859 +294,0.040776181,0.168560074,97,-1.537248972,0.7229660258,5802.6609013 +295,-1.130374745,0.563894876,97,-1.537248972,0.7229660258,1428.883999 +296,1.578326642,0.478507176,97,-1.537248972,0.7229660258,7683.8564084 +297,-1.12861823,-0.291640865,97,-1.537248972,0.7229660258,4289.1244968 +298,0.310524208,0.770885792,97,-1.537248972,0.7229660258,4957.1254215 +299,0.415649091,-0.387246002,97,-1.537248972,0.7229660258,8336.0095392 +300,-0.926533878,-0.188022748,97,-1.537248972,0.7229660258,4239.6887743 +301,1.258856172,-0.11716081,97,-1.537248972,0.7229660258,9753.3103945 +302,-1.126050026,0.322941926,97,-1.537248972,0.7229660258,2107.3849879 +303,2.002785835,0.07893892,97,-1.537248972,0.7229660258,8956.2807185 +304,0.440437607,0.746258085,97,-1.537248972,0.7229660258,5297.4654142 +305,-0.030391866,0.214441206,97,-1.537248972,0.7229660258,5474.3853697 +306,0.521557815,-0.058929362,97,-1.537248972,0.7229660258,7808.5496443 +307,-0.097005111,0.13317729,97,-1.537248972,0.7229660258,5486.4916388 +308,1.83113859,0.221857587,97,-1.537248972,0.7229660258,8610.5924873 +309,0.222428864,0.099404236,97,-1.537248972,0.7229660258,6517.0451753 +310,-1.702731345,0.8728568183,97,-1.537248972,0.7229660258,748.38003121 +311,-0.418507569,0.278324921,97,-1.537248972,0.7229660258,4162.9619107 +312,-1.41153306,0.339029988,97,-1.537248972,0.7229660258,1578.7383875 +313,0.357560442,0.114788776,97,-1.537248972,0.7229660258,6863.9629444 +314,0.325818979,0.268352149,97,-1.537248972,0.7229660258,6352.2554635 +315,-1.246004659,-0.663679965,97,-1.537248972,0.7229660258,5592.5047381 +316,1.814603087,0.637404484,97,-1.537248972,0.7229660258,7001.7433326 +317,1.843704281,-0.18300445,97,-1.537248972,0.7229660258,10148.236069 +318,1.690644492,-0.211480909,97,-1.537248972,0.7229660258,10395.884663 +319,-1.275451936,0.068109467,97,-1.537248972,0.7229660258,2755.4245387 +320,0.762430171,-0.207594741,97,-1.537248972,0.7229660258,8896.4511598 +321,0.265668905,-0.014647884,97,-1.537248972,0.7229660258,6947.5478456 +322,-2.773032013,-0.335515811,97,-1.537248972,0.7229660258,6162.7074425 +323,-1.469512853,0.174058777,97,-1.537248972,0.7229660258,2187.0447878 +324,0.286276986,0.785925691,97,-1.537248972,0.7229660258,4866.446265 +325,-1.379324697,0.377432233,97,-1.537248972,0.7229660258,1466.7412356 +326,-1.203778265,0.212813032,97,-1.537248972,0.7229660258,2327.3366301 +327,0.579916301,0.611743168,97,-1.537248972,0.7229660258,5980.1302906 +328,0.267582642,0.868113908,97,-1.537248972,0.7229660258,4624.2532221 +329,0.412869244,-0.050245578,97,-1.537248972,0.7229660258,7472.6532601 +330,0.17524381,0.976660285,97,-1.537248972,0.7229660258,4198.2909833 +331,0.743157214,0.204812899,97,-1.537248972,0.7229660258,7611.9992422 +332,-1.070758176,0.269382282,97,-1.537248972,0.7229660258,2402.315961 +333,-1.230364251,0.329790229,97,-1.537248972,0.7229660258,1870.5428289 +334,-1.374813124,-0.024926835,97,-1.537248972,0.7229660258,3019.4343351 +335,0.519780566,0.463669906,97,-1.537248972,0.7229660258,6291.2896612 +336,-1.55108034,0.239698561,97,-1.537248972,0.7229660258,1914.8162576 +337,0.180294813,0.029739425,97,-1.537248972,0.7229660258,6578.5872365 +338,0.67820924,0.268170153,97,-1.537248972,0.7229660258,7260.443983 +339,0.445798684,1.024001867,97,-1.537248972,0.7229660258,4553.2304572 +340,0.691751283,0.150521402,97,-1.537248972,0.7229660258,7656.3834274 +341,-1.036643551,-0.903056181,97,-1.537248972,0.7229660258,6667.1781834 +342,-0.120287036,1.083325163,97,-1.537248972,0.7229660258,3479.4399219 +343,2.823513113,-0.304487164,97,-1.537248972,0.7229660258,8047.486273 +344,0.457583172,1.12513373,97,-1.537248972,0.7229660258,4310.7196396 +345,0.042918831,0.813795399,97,-1.537248972,0.7229660258,4256.4234121 +346,1.196146777,-0.853142756,97,-1.537248972,0.7229660258,11199.044697 +347,0.206001358,-0.010430701,97,-1.537248972,0.7229660258,6760.5676452 +348,-0.268308653,0.234799412,97,-1.537248972,0.7229660258,4717.5575556 +349,0.759363263,0.736189579,97,-1.537248972,0.7229660258,5922.84514 +350,0.181363926,0.891988372,97,-1.537248972,0.7229660258,4392.5260672 +351,-0.021111158,0.139103292,97,-1.537248972,0.7229660258,5696.3220627 +352,-0.093355215,0.630686981,97,-1.537248972,0.7229660258,4298.2013782 +353,0.40118964,0.681375926,97,-1.537248972,0.7229660258,5394.421528 +354,-0.721197315,1.304706234,97,-1.537248972,0.7229660258,2719.5581989 +355,-1.076150317,0.212107639,97,-1.537248972,0.7229660258,2576.7076788 +356,-1.577164531,0.273993443,97,-1.537248972,0.7229660258,1783.6204877 +357,-0.190788414,0.182208586,97,-1.537248972,0.7229660258,5081.5741931 +358,-0.261349752,0.209710184,97,-1.537248972,0.7229660258,4801.8053112 +359,-1.029303852,0.083549259,97,-1.537248972,0.7229660258,3105.3783722 +360,-1.268609162,0.330525297,97,-1.537248972,0.7229660258,1799.7457461 +361,1.282982244,-0.926641967,97,-1.537248972,0.7229660258,11268.222044 +362,0.217352334,0.731352408,97,-1.537248972,0.7229660258,4848.3254718 +363,-1.511833084,0.258629297,97,-1.537248972,0.7229660258,1841.3074731 +364,0.338812194,0.823184618,97,-1.537248972,0.7229660258,4881.6510378 +365,-0.324406489,1.134201999,97,-1.537248972,0.7229660258,3091.1140732 +366,1.389579348,0.399185724,97,-1.537248972,0.7229660258,7929.5206277 +367,2.047152199,-0.039082036,97,-1.537248972,0.7229660258,9309.1598429 +368,0.947780369,0.568250077,97,-1.537248972,0.7229660258,6796.5206554 +369,0.763824846,0.576754987,97,-1.537248972,0.7229660258,6453.8102899 +370,-0.142334657,0.928153068,97,-1.537248972,0.7229660258,3631.9439221 +371,0.610266567,0.547265983,97,-1.537248972,0.7229660258,6241.2757424 +372,0.210731629,0.746815056,97,-1.537248972,0.7229660258,4795.2435356 +373,-1.34931644,0.316895224,97,-1.537248972,0.7229660258,1729.935679 +374,2.407696481,0.655030745,97,-1.537248972,0.7229660258,6260.8271597 +375,0.64207831,0.545359131,97,-1.537248972,0.7229660258,6314.1601915 +376,1.174597538,0.840588356,97,-1.537248972,0.7229660258,6070.4287578 +377,0.660059424,0.010604079,97,-1.537248972,0.7229660258,7994.0271251 +378,-0.730263819,0.010486456,97,-1.537248972,0.7229660258,4030.001542 +379,0.831068936,0.512339172,97,-1.537248972,0.7229660258,6791.8021177 +380,1.301180979,0.72367476,97,-1.537248972,0.7229660258,6611.5688984 +381,1.811128231,0.322854402,97,-1.537248972,0.7229660258,8232.3539071 +382,0.435105812,0.992284428,97,-1.537248972,0.7229660258,4619.0822303 +383,0.62643634,0.592027932,97,-1.537248972,0.7229660258,6136.6301214 +384,0.492988703,-0.516339467,97,-1.537248972,0.7229660258,8849.6843075 +385,-0.162469483,0.112549365,97,-1.537248972,0.7229660258,5345.6477642 +386,0.314630866,0.472006421,97,-1.537248972,0.7229660258,5763.1803939 +387,0.166744804,0.822815954,97,-1.537248972,0.7229660258,4516.9473549 +388,0.417159608,0.965805736,97,-1.537248972,0.7229660258,4658.3888573 +389,0.106334961,0.868774244,97,-1.537248972,0.7229660258,4284.0621404 +390,0.815086969,-0.338144359,97,-1.537248972,0.7229660258,9392.9279325 +391,0.59867455,-0.230624824,97,-1.537248972,0.7229660258,8491.6161482 +392,1.915104874,0.066220985,97,-1.537248972,0.7229660258,9122.5789478 +393,1.278093622,0.064463721,97,-1.537248972,0.7229660258,9109.8810415 +394,-0.061477853,0.302997961,97,-1.537248972,0.7229660258,5158.2549523 +395,0.251311504,0.626976942,97,-1.537248972,0.7229660258,5192.4888845 +396,2.950242872,0.149095644,97,-1.537248972,0.7229660258,6487.8549833 +397,-0.180294708,0.35375117,97,-1.537248972,0.7229660258,4684.486092 +398,1.010448592,-0.351180233,97,-1.537248972,0.7229660258,9969.2742911 +399,-1.748740498,0.3686318073,97,-1.537248972,0.7229660258,1571.8245991 +400,2.699635665,0.123533791,97,-1.537248972,0.7229660258,7260.1883976 +401,0.496808033,0.823843254,97,-1.537248972,0.7229660258,5189.0787154 +402,0.129574704,0.763364087,97,-1.537248972,0.7229660258,4568.261367 +403,1.798920311,0.817447563,97,-1.537248972,0.7229660258,6303.9161937 +404,0.335987953,0.746786541,97,-1.537248972,0.7229660258,5075.0348528 +405,-1.085413643,0.292154671,97,-1.537248972,0.7229660258,2296.6277533 +406,-0.155321003,0.508207011,97,-1.537248972,0.7229660258,4395.4893077 +407,0.620529244,-0.301175104,97,-1.537248972,0.7229660258,8735.6556826 +408,1.684402744,0.368716966,97,-1.537248972,0.7229660258,8109.6987297 +409,0.300582244,-0.386397212,97,-1.537248972,0.7229660258,7994.0049728 +410,2.913555946,-0.009225192,97,-1.537248972,0.7229660258,7019.5587314 +411,1.465101417,0.493232532,97,-1.537248972,0.7229660258,7599.5197425 +412,0.090612882,0.907955955,97,-1.537248972,0.7229660258,4169.8840327 +413,2.987564726,-0.729568594,97,-1.537248972,0.7229660258,8506.1045433 +414,-1.484261606,0.224149272,97,-1.537248972,0.7229660258,1984.2923905 +415,0.164073421,0.303955133,97,-1.537248972,0.7229660258,5805.6697221 +416,0.141441293,0.167552546,97,-1.537248972,0.7229660258,6100.2211478 +417,2.931321023,-0.506718887,97,-1.537248972,0.7229660258,8202.1349715 +418,2.21951565,0.700596356,97,-1.537248972,0.7229660258,6386.810579 +419,0.268112576,1.199114336,97,-1.537248972,0.7229660258,3900.2687299 +420,0.978913739,0.359223811,97,-1.537248972,0.7229660258,7581.4075972 +421,1.210898818,0.522863584,97,-1.537248972,0.7229660258,7303.3495064 +422,2.347397336,0.129231362,97,-1.537248972,0.7229660258,8125.6370492 +423,0.614394501,0.556878345,97,-1.537248972,0.7229660258,6220.3759158 +424,-1.398079356,0.148483366,97,-1.537248972,0.7229660258,2327.27003 +425,2.535303836,-0.112984496,97,-1.537248972,0.7229660258,8385.4269222 +426,-1.019372593,-0.405322349,97,-1.537248972,0.7229660258,4856.8450353 +427,-1.297785627,-0.160104069,97,-1.537248972,0.7229660258,3604.9453329 +428,2.144554488,0.205051084,97,-1.537248972,0.7229660258,8272.5269659 +429,-2.242387083,-0.426171285,97,-1.537248972,0.7229660258,5235.5837898 +430,0.338637212,0.909723676,97,-1.537248972,0.7229660258,4661.0346725 +431,-0.148798452,0.691042401,97,-1.537248972,0.7229660258,4025.8588914 +432,0.893524764,0.441829531,97,-1.537248972,0.7229660258,7144.377233 +433,0.969229347,-0.368847936,97,-1.537248972,0.7229660258,9905.3204041 +434,0.436043248,0.800045688,97,-1.537248972,0.7229660258,5139.013216 +435,1.687946607,1.081504775,97,-1.537248972,0.7229660258,5291.3270032 +436,0.522302046,-0.034889271,97,-1.537248972,0.7229660258,7744.2518602 +437,-0.178996113,-0.438090009,97,-1.537248972,0.7229660258,6767.983442 +438,-1.094339566,0.301444068,97,-1.537248972,0.7229660258,2246.9194105 +439,-1.064070054,0.242569932,97,-1.537248972,0.7229660258,2503.4437031 +440,-1.068153768,0.230387998,97,-1.537248972,0.7229660258,2533.9725252 +441,-3.00496892,-0.23989155,97,-1.537248972,0.7229660258,6548.0923676 +442,0.21751974,0.766874888,97,-1.537248972,0.7229660258,4761.9082412 +443,0.117229532,0.007619006,97,-1.537248972,0.7229660258,6450.3351273 +444,0.777758451,0.420554741,97,-1.537248972,0.7229660258,6993.5063419 +445,-0.252356999,0.250747086,97,-1.537248972,0.7229660258,4724.8194049 +446,0.363148444,0.768483434,97,-1.537248972,0.7229660258,5075.6916934 +447,0.903191366,-0.118210676,97,-1.537248972,0.7229660258,9008.9847404 +448,-0.205755923,0.149406178,97,-1.537248972,0.7229660258,5121.5836844 +449,1.811996086,0.02364353,97,-1.537248972,0.7229660258,9393.7706355 +450,-1.100670221,0.314845373,97,-1.537248972,0.7229660258,2190.1309066 +451,0.340078597,0.850105132,97,-1.537248972,0.7229660258,4814.9425277 +452,0.258757267,0.804969236,97,-1.537248972,0.7229660258,4759.6849027 +453,2.78505352,-0.155160804,97,-1.537248972,0.7229660258,7782.8897358 +454,0.800551619,0.105822106,97,-1.537248972,0.7229660258,8060.0825607 +455,0.437940882,-0.506194031,97,-1.537248972,0.7229660258,8666.9778566 +456,2.230431122,0.63458615,97,-1.537248972,0.7229660258,6607.1225781 +457,0.527965361,0.127667701,97,-1.537248972,0.7229660258,7299.4207205 +458,-0.063643205,0.702093448,97,-1.537248972,0.7229660258,4226.0211592 +459,1.408447268,0.133010502,97,-1.537248972,0.7229660258,8979.3633417 +460,0.523795955,0.280266966,97,-1.537248972,0.7229660258,6843.4810661 +461,-0.975769313,0.072177659,97,-1.537248972,0.7229660258,3255.8158065 +462,0.549774164,-0.463663986,97,-1.537248972,0.7229660258,8905.9708889 +463,0.29245874,1.095549818,97,-1.537248972,0.7229660258,4145.8957157 +464,0.143625958,0.816809593,97,-1.537248972,0.7229660258,4479.2485774 +465,0.671902494,0.611159853,97,-1.537248972,0.7229660258,6167.6152131 +466,1.239840988,0.6724199,97,-1.537248972,0.7229660258,6762.1835519 +467,0.607829703,-0.10932137,97,-1.537248972,0.7229660258,8191.9067763 +468,1.763020906,0.263996692,97,-1.537248972,0.7229660258,8491.4707903 +469,0.378714634,0.726066797,97,-1.537248972,0.7229660258,5222.9344868 +470,2.196736143,-0.153862366,97,-1.537248972,0.7229660258,9383.7329844 +471,0.01702415,0.148991565,97,-1.537248972,0.7229660258,5783.4883271 +472,-2.998490902,-0.158002487,97,-1.537248972,0.7229660258,6313.5833994 +473,-3.051262951,-0.346595608,97,-1.537248972,0.7229660258,6957.8401639 +474,-1.069176439,0.182802941,97,-1.537248972,0.7229660258,2688.801731 +475,0.167157509,0.595344954,97,-1.537248972,0.7229660258,5063.4256635 +476,0.613855648,0.681746124,97,-1.537248972,0.7229660258,5834.3760185 +477,1.037012736,0.682555367,97,-1.537248972,0.7229660258,6512.8015978 +478,-1.253574971,0.379755746,97,-1.537248972,0.7229660258,1656.253675 +479,3.108590453,-0.132620738,97,-1.537248972,0.7229660258,6765.9481826 +480,0.565301296,0.022333262,97,-1.537248972,0.7229660258,7703.3182178 +481,0.547898238,0.855555614,97,-1.537248972,0.7229660258,5190.1462257 +482,0.948309381,0.417393755,97,-1.537248972,0.7229660258,7325.3179365 +483,-0.050600732,0.945269213,97,-1.537248972,0.7229660258,3803.9114053 +484,-0.977651478,-0.572363064,97,-1.537248972,0.7229660258,5521.7404077 +485,1.102014914,0.728861163,97,-1.537248972,0.7229660258,6418.4325999 +486,2.927300795,-0.282939414,97,-1.537248972,0.7229660258,7686.3208196 +487,-1.154565557,0.124434095,97,-1.537248972,0.7229660258,2726.2528963 +488,1.855331234,0.291044755,97,-1.537248972,0.7229660258,8323.1838072 +489,0.830290659,0.276904518,97,-1.537248972,0.7229660258,7574.6270014 +490,0.485104466,-0.234867441,97,-1.537248972,0.7229660258,8169.8451521 +491,0.521367572,-0.33161327,97,-1.537248972,0.7229660258,8517.8015344 +1,-1.539031704,0.7349710123,98,-1.535219431,0.7229916471,48.768543307 +2,-1.536990553,0.7349663874,98,-1.535219431,0.7229916471,47.719673915 +3,-1.534951779,0.7349571355,98,-1.535219431,0.7229916471,47.401895413 +4,-1.532906461,0.7349480293,98,-1.535219431,0.7229916471,47.849652272 +5,-1.531320211,0.7346937278,98,-1.535219431,0.7229916471,47.762228569 +6,-1.539451648,0.7335131775,98,-1.535219431,0.7229916471,43.513250784 +7,-1.537429487,0.7335445708,98,-1.535219431,0.7229916471,42.307619416 +8,-1.535484998,0.7335658704,98,-1.535219431,0.7229916471,41.891855309 +9,-1.533488396,0.7336036027,98,-1.535219431,0.7229916471,42.344279256 +10,-1.531497785,0.7335842962,98,-1.535219431,0.7229916471,43.375859072 +11,-1.530259379,0.7334777758,98,-1.535219431,0.7229916471,44.047814956 +12,-1.5335454,0.7322346912,98,-1.535219431,0.7229916471,36.945024721 +13,-1.531489083,0.7322238773,98,-1.535219431,0.7229916471,38.197273314 +14,-1.530011122,0.7321679851,98,-1.535219431,0.7229916471,39.477671246 +15,-1.53348106,0.7306614094,98,-1.535219431,0.7229916471,30.812605238 +16,-1.531441779,0.7306962275,98,-1.535219431,0.7229916471,32.50179655 +17,-1.529755654,0.7306933243,98,-1.535219431,0.7229916471,34.5280228 +18,-1.533415048,0.7291384674,98,-1.535219431,0.7229916471,24.92725046 +19,-1.531392093,0.7291705353,98,-1.535219431,0.7229916471,26.97254694 +20,-1.529296523,0.7291214933,98,-1.535219431,0.7229916471,29.955236827 +21,-1.535280942,0.727267644,98,-1.535219431,0.7229916471,16.938205602 +22,-1.533378158,0.7276139666,98,-1.535219431,0.7229916471,19.105089907 +23,-1.531340368,0.7276446587,98,-1.535219431,0.7229916471,21.722710783 +24,-1.528960113,0.7276398177,98,-1.535219431,0.7229916471,26.137547424 +25,-1.533313146,0.7260818349,98,-1.535219431,0.7229916471,13.483022081 +26,-1.531259555,0.7260958115,98,-1.535219431,0.7229916471,17.00371898 +27,-1.528926415,0.7260865555,98,-1.535219431,0.7229916471,22.330902979 +28,-1.531226779,0.7245511789,98,-1.535219431,0.7229916471,13.363714346 +29,-1.528904772,0.7245519194,98,-1.535219431,0.7229916471,19.734761221 +30,-1.547195875,0.7409785979,98,-1.535219431,0.7229916471,79.505372777 +31,-1.5451475,0.740980426,98,-1.535219431,0.7229916471,77.02376687 +32,-1.543097679,0.7409798872,98,-1.535219431,0.7229916471,74.936819923 +33,-1.540720364,0.7409892687,98,-1.535219431,0.7229916471,73.107657731 +34,-1.547188511,0.7395198392,98,-1.535219431,0.7229916471,74.372478702 +35,-1.545148587,0.7395226109,98,-1.535219431,0.7229916471,71.72469035 +36,-1.543104538,0.7395314908,98,-1.535219431,0.7229916471,69.516452609 +37,-1.540727751,0.7395306258,98,-1.535219431,0.7229916471,67.493706531 +38,-1.547187029,0.7380014886,98,-1.535219431,0.7229916471,69.147415347 +39,-1.545147315,0.7380012252,98,-1.535219431,0.7229916471,66.276134811 +40,-1.54310719,0.7380060743,98,-1.535219431,0.7229916471,63.862807603 +41,-1.540719671,0.7380068206,98,-1.535219431,0.7229916471,61.649013124 +42,-1.547187189,0.7364799098,98,-1.535219431,0.7229916471,64.052963545 +43,-1.545149996,0.7364853874,98,-1.535219431,0.7229916471,60.961279416 +44,-1.543106091,0.7364823484,98,-1.535219431,0.7229916471,58.288885975 +45,-1.540717158,0.7364893901,98,-1.535219431,0.7229916471,55.873898178 +46,-1.538663972,0.7410138672,98,-1.535219431,0.7229916471,72.103753813 +47,-1.53695285,0.7409699132,98,-1.535219431,0.7229916471,71.394810409 +48,-1.534910498,0.7409641297,98,-1.535219431,0.7229916471,71.194822056 +49,-1.533145034,0.7409536636,98,-1.535219431,0.7229916471,71.409573229 +50,-1.538681336,0.7395405883,98,-1.535219431,0.7229916471,66.340166813 +51,-1.536999189,0.7395183096,98,-1.535219431,0.7229916471,65.672062753 +52,-1.534923633,0.7395144222,98,-1.535219431,0.7229916471,65.452522127 +53,-1.533267822,0.7395654306,98,-1.535219431,0.7229916471,65.900404927 +54,-1.53867273,0.7380151077,98,-1.535219431,0.7229916471,60.373735897 +55,-1.536980576,0.7379994392,98,-1.535219431,0.7229916471,59.672498177 +56,-1.534931522,0.7379944961,98,-1.535219431,0.7229916471,59.432355061 +57,-1.533387952,0.7379480264,98,-1.535219431,0.7229916471,59.488127374 +58,-1.538682279,0.7364914363,98,-1.535219431,0.7229916471,54.441151886 +59,-1.536980704,0.7364810563,98,-1.535219431,0.7229916471,53.683961572 +60,-1.534935567,0.7364752065,98,-1.535219431,0.7229916471,53.41495353 +61,-1.533042592,0.7363876366,98,-1.535219431,0.7229916471,53.449310217 +62,-1.545143426,0.7349628011,98,-1.535219431,0.7229916471,55.749413685 +63,-1.543105297,0.7349691947,98,-1.535219431,0.7229916471,52.854438447 +64,-1.541064533,0.7349647152,98,-1.535219431,0.7229916471,50.471236808 +65,-1.545411803,0.7334624714,98,-1.535219431,0.7229916471,51.264679725 +66,-1.543446606,0.7334780896,98,-1.535219431,0.7229916471,48.133594096 +67,-1.541475327,0.7334957295,98,-1.535219431,0.7229916471,45.531708377 +68,-1.545401939,0.731963266,98,-1.535219431,0.7229916471,46.585494291 +69,-1.54342253,0.7319915583,98,-1.535219431,0.7229916471,43.124131268 +70,-1.541455867,0.7320216438,98,-1.535219431,0.7229916471,40.245286925 +71,-1.545410146,0.7304422281,98,-1.535219431,0.7229916471,42.201937358 +72,-1.543435491,0.7304713664,98,-1.535219431,0.7229916471,38.331445436 +73,-1.541463105,0.7304997613,98,-1.535219431,0.7229916471,35.014966337 +74,-1.545414768,0.7289194936,98,-1.535219431,0.7229916471,38.254982043 +75,-1.543435774,0.7289538557,98,-1.535219431,0.7229916471,33.913165454 +76,-1.541457714,0.7289765881,98,-1.535219431,0.7229916471,30.057724388 +77,-1.539449415,0.7320555866,98,-1.535219431,0.7229916471,38.020312463 +78,-1.537429183,0.7321097681,98,-1.535219431,0.7229916471,36.703620585 +79,-1.535472649,0.7321497267,98,-1.535219431,0.7229916471,36.282885571 +80,-1.539457899,0.7305333307,98,-1.535219431,0.7229916471,32.400419944 +81,-1.537453161,0.7305750503,98,-1.535219431,0.7229916471,30.756987067 +82,-1.535479385,0.7306124949,98,-1.535219431,0.7229916471,30.19598424 +83,-1.53946905,0.7290102593,98,-1.535219431,0.7229916471,26.959069084 +84,-1.537459922,0.7290417293,98,-1.535219431,0.7229916471,24.866358455 +85,-1.535451349,0.7290890157,98,-1.535219431,0.7229916471,24.161444967 +86,-1.535522937,0.7279887191,98,-1.535219431,0.7229916471,19.813828022 +87,-1.539442524,0.7274735939,98,-1.535219431,0.7229916471,21.722565754 +88,-1.537424111,0.727521351,98,-1.535219431,0.7229916471,19.095196449 +89,-1.539384641,0.7259505092,98,-1.535219431,0.7229916471,17.02941318 +90,-1.537372391,0.7259947145,98,-1.535219431,0.7229916471,13.500931931 +91,-1.535340789,0.7260435356,98,-1.535219431,0.7229916471,12.093888268 +92,-1.539325716,0.7244369706,98,-1.535219431,0.7229916471,13.465761828 +93,-1.537308932,0.7244801057,98,-1.535219431,0.7229916471,8.5570915561 +94,-1.535289068,0.7245247645,98,-1.535219431,0.7229916471,6.0761946793 +95,-1.533261366,0.7245550236,98,-1.535219431,0.7229916471,8.4924679082 +96,-1.539267302,0.722921924,98,-1.535219431,0.7229916471,12.026020631 +97,-1.537248972,0.7229660258,98,-1.535219431,0.7229916471,6.0288143812 +98,-1.535219431,0.7229916471,98,-1.535219431,0.7229916471,3.036628398 +99,-1.53318962,0.7230212049,98,-1.535219431,0.7229916471,6.0297484407 +100,-1.531154816,0.7230299897,98,-1.535219431,0.7229916471,12.072959188 +101,-1.528878341,0.7230370244,98,-1.535219431,0.7229916471,18.83398332 +102,-1.539218189,0.7214009878,98,-1.535219431,0.7229916471,13.451741432 +103,-1.537198791,0.7214422745,98,-1.535219431,0.7229916471,8.5012732298 +104,-1.535179266,0.7214634354,98,-1.535219431,0.7229916471,6.0544234479 +105,-1.533156501,0.7214944644,98,-1.535219431,0.7229916471,8.5299069555 +106,-1.53113574,0.7215166021,98,-1.535219431,0.7229916471,13.469866745 +107,-1.528874248,0.7215345535,98,-1.535219431,0.7229916471,19.721205518 +108,-1.539217656,0.7198512397,98,-1.535219431,0.7229916471,17.208693022 +109,-1.537199919,0.7199428763,98,-1.535219431,0.7229916471,13.436047848 +110,-1.545425832,0.727397149,98,-1.535219431,0.7229916471,34.926396689 +111,-1.543371177,0.7273916949,98,-1.535219431,0.7229916471,29.793653513 +112,-1.541368852,0.7274523163,98,-1.535219431,0.7229916471,25.386028154 +113,-1.545349067,0.7258710923,98,-1.535219431,0.7229916471,32.13928744 +114,-1.54332671,0.7258603556,98,-1.535219431,0.7229916471,26.598035285 +115,-1.541346831,0.7259242142,98,-1.535219431,0.7229916471,21.570085275 +116,-1.545324355,0.7243383958,98,-1.535219431,0.7229916471,30.465156719 +117,-1.543292796,0.7243617413,98,-1.535219431,0.7229916471,24.570787113 +118,-1.541295822,0.7244024384,98,-1.535219431,0.7229916471,18.88194365 +119,-1.543193859,0.7205570215,98,-1.535219431,0.7229916471,25.596163993 +120,-1.550257047,0.7386738187,98,-1.535219431,0.7229916471,76.325093536 +121,-1.549335448,0.7311736483,98,-1.535219431,0.7229916471,52.871106845 +122,-1.533478843,0.7179891343,98,-1.535219431,0.7229916471,20.481105387 +123,-1.556150555,0.738907041,98,-1.535219431,0.7229916471,88.22827262 +124,-1.554324226,0.733414257,98,-1.535219431,0.7229916471,69.959468051 +125,-1.554290846,0.7288285332,98,-1.535219431,0.7229916471,61.044388449 +126,-1.55122487,0.7219795312,98,-1.535219431,0.7229916471,47.727028548 +127,-1.525104458,0.7229399862,98,-1.535219431,0.7229916471,30.043558623 +128,-1.519607711,0.7236181429,98,-1.535219431,0.7229916471,46.421335093 +129,-1.513899999,0.7251107854,98,-1.535219431,0.7229916471,63.81497729 +130,-1.536620762,0.7431061895,98,-1.535219431,0.7229916471,79.780397697 +131,-1.5369566,0.7460845958,98,-1.535219431,0.7229916471,91.613582352 +132,-1.545345528,0.7447040685,98,-1.535219431,0.7229916471,91.01399004 +133,-1.532813921,0.7432306626,98,-1.535219431,0.7229916471,80.478768988 +134,-1.554788248,0.7382381001,98,-1.535219431,0.7229916471,83.542672196 +135,-1.540348126,0.7301594274,98,-1.535219431,0.7229916471,32.196932342 +136,-1.538016084,0.7239051786,98,-1.535219431,0.7229916471,9.0571545345 +137,-1.525288962,0.7258085137,98,-1.535219431,0.7229916471,31.49975999 +138,-1.534326986,0.731241342,98,-1.535219431,0.7229916471,32.783586887 +139,-1.530733872,0.7303625216,98,-1.535219431,0.7229916471,32.073950697 +141,-1.534354939,0.7328219978,98,-1.535219431,0.7229916471,39.021847165 +142,-1.53157084,0.7292888153,98,-1.535219431,0.7229916471,27.183358711 +143,-1.525691035,0.7263799874,98,-1.535219431,0.7229916471,31.282934449 +144,-1.534031287,0.7495967835,98,-1.535219431,0.7229916471,105.44061296 +145,-1.527714986,0.7283095957,98,-1.535219431,0.7229916471,30.629414314 +146,-1.526189586,0.7271468292,98,-1.535219431,0.7229916471,31.424838211 +147,-1.555177336,0.7375563366,98,-1.535219431,0.7229916471,82.440685614 +148,-1.555080283,0.7312707794,98,-1.535219431,0.7229916471,67.301450892 +149,-1.53856994,0.7224180299,98,-1.535219431,0.7229916471,10.209807214 +150,-1.530837883,0.729933372,98,-1.535219431,0.7229916471,30.403144582 +151,-1.515066984,0.5854133365,98,-1.535219431,0.7229916471,548.60071174 +152,-1.534731633,0.5368370046,98,-1.535219431,0.7229916471,737.36017945 +153,-1.515231902,0.5607085576,98,-1.535219431,0.7229916471,645.90544418 +154,-2.616253799,1.0684566605,98,-1.535219431,0.7229916471,2864.4005614 +155,-1.956071439,0.5792177723,98,-1.535219431,0.7229916471,1436.8455668 +156,-1.951208514,0.5602434208,98,-1.535219431,0.7229916471,1462.4269057 +157,-1.944675062,0.6062144545,98,-1.535219431,0.7229916471,1352.7064296 +158,-1.613778386,0.6077989518,98,-1.535219431,0.7229916471,517.60185673 +159,-2.035029014,0.6021432345,98,-1.535219431,0.7229916471,1624.0681154 +160,-2.114989471,0.6801825058,98,-1.535219431,0.7229916471,1751.4712143 +161,-2.037382079,0.5765830025,98,-1.535219431,0.7229916471,1677.0985414 +162,-2.129855121,0.6585019963,98,-1.535219431,0.7229916471,1821.402324 +163,-2.075141798,0.6493615843,98,-1.535219431,0.7229916471,1670.9229986 +164,-1.828626729,0.6948433129,98,-1.535219431,0.7229916471,887.76587828 +165,-1.863329418,0.6735427691,98,-1.535219431,0.7229916471,1012.4260251 +166,-1.266037071,0.727988852,98,-1.535219431,0.7229916471,796.90570616 +167,-1.277579582,0.7249010648,98,-1.535219431,0.7229916471,763.67109477 +168,-1.258418684,0.7241194816,98,-1.535219431,0.7229916471,820.56764088 +169,-1.317813974,0.6804850104,98,-1.535219431,0.7229916471,678.20779588 +170,-1.344165204,0.6790988904,98,-1.535219431,0.7229916471,603.3750598 +171,-1.427582102,0.5277120351,98,-1.535219431,0.7229916471,846.62676307 +172,-1.402238616,0.457167829,98,-1.535219431,0.7229916471,1139.0625447 +173,-1.422454264,0.4996161999,98,-1.535219431,0.7229916471,956.66928861 +174,-1.439089277,0.4894859811,98,-1.535219431,0.7229916471,975.84424798 +175,-1.448126995,0.5182330266,98,-1.535219431,0.7229916471,857.81434882 +176,-1.474626146,0.5881926574,98,-1.535219431,0.7229916471,566.68371324 +177,-1.421139645,0.5584869783,98,-1.535219431,0.7229916471,744.95971312 +178,-1.457037165,0.565943032,98,-1.535219431,0.7229916471,669.25888607 +179,-2.757159358,0.3745319,98,-1.535219431,0.7229916471,4236.1635582 +180,-2.714309238,0.342054471,98,-1.535219431,0.7229916471,4186.252252 +181,-2.000525337,0.774119946,98,-1.535219431,0.7229916471,1359.3114473 +183,-1.571413436,0.6777838382,98,-1.535219431,0.7229916471,209.9380135 +184,-1.552860289,0.6987663893,98,-1.535219431,0.7229916471,109.5943273 +185,-1.521852374,0.7165827476,98,-1.535219431,0.7229916471,47.217534296 +186,-1.503656267,0.6928968252,98,-1.535219431,0.7229916471,152.40896262 +187,-1.502753178,0.7136205882,98,-1.535219431,0.7229916471,103.69314338 +188,-1.631894563,0.7343596465,98,-1.535219431,0.7229916471,289.16064721 +189,-1.653765416,0.6770714026,98,-1.535219431,0.7229916471,402.39893182 +190,-1.719812114,0.6715965947,98,-1.535219431,0.7229916471,595.83889335 +191,-1.493406659,0.6646955447,98,-1.535219431,0.7229916471,263.66101894 +192,-1.469120564,0.6613469966,98,-1.535219431,0.7229916471,316.54967778 +193,-1.590551461,0.5326612937,98,-1.535219431,0.7229916471,774.32344158 +194,-1.625979264,0.5247742243,98,-1.535219431,0.7229916471,837.16371923 +195,-1.572293943,0.5238808754,98,-1.535219431,0.7229916471,797.56302849 +196,-1.610848725,0.5477107964,98,-1.535219431,0.7229916471,734.68870446 +197,-1.208485554,0.7918526018,98,-1.535219431,0.7229916471,976.56729527 +198,-1.335601374,0.6869083083,98,-1.535219431,0.7229916471,618.43990585 +199,-1.346156996,0.6825213377,98,-1.535219431,0.7229916471,593.03744358 +200,-1.324381037,0.6741422347,98,-1.535219431,0.7229916471,667.48463849 +201,-1.242424992,0.7378949807,98,-1.535219431,0.7229916471,864.49063887 +202,-1.270370057,0.7392461008,98,-1.535219431,0.7229916471,782.5581436 +203,-1.448950472,0.7441675014,98,-1.535219431,0.7229916471,267.26846556 +204,-1.492662363,0.7523026852,98,-1.535219431,0.7229916471,170.40242665 +205,-1.479098966,0.7763855017,98,-1.535219431,0.7229916471,266.78386223 +206,-1.633760714,0.7869022408,98,-1.535219431,0.7229916471,380.48076108 +207,-1.647406434,0.8101289331,98,-1.535219431,0.7229916471,470.40896055 +208,-1.564245052,0.5701509278,98,-1.535219431,0.7229916471,612.28070823 +209,-1.646289963,0.6833746083,98,-1.535219431,0.7229916471,370.33730675 +210,-1.5820631,0.6751952144,98,-1.535219431,0.7229916471,236.6426335 +211,-1.613236298,0.6681681791,98,-1.535219431,0.7229916471,321.52876807 +212,-1.914661867,0.8212566515,98,-1.535219431,0.7229916471,1140.4167901 +213,-1.742133237,0.7250275956,98,-1.535219431,0.7229916471,613.56832463 +214,-2.033144872,0.6557314699,98,-1.535219431,0.7229916471,1537.8459439 +215,-2.039551981,0.6964723658,98,-1.535219431,0.7229916471,1511.898705 +216,-1.247341019,0.7622473908,98,-1.535219431,0.7229916471,852.82127371 +217,-1.298239787,0.7084123392,98,-1.535219431,0.7229916471,709.97229529 +218,-1.308539688,0.6926545592,98,-1.535219431,0.7229916471,691.99958642 +219,-1.303263185,0.6888938396,98,-1.535219431,0.7229916471,711.36071031 +220,-1.852400229,0.6004246149,98,-1.535219431,0.7229916471,1100.7095862 +221,-1.288947707,0.7473773692,98,-1.535219431,0.7229916471,729.06202776 +222,-1.372031502,0.7472790993,98,-1.535219431,0.7229916471,488.73286761 +223,-1.289805721,0.7242157877,98,-1.535219431,0.7229916471,727.71560498 +224,-1.350807603,0.7533498126,98,-1.535219431,0.7229916471,553.12780761 +225,-1.329290365,0.7560442322,98,-1.535219431,0.7229916471,616.11297536 +226,-1.410153004,0.616936428,98,-1.535219431,0.7229916471,571.63794517 +227,-1.393445434,0.6308995063,98,-1.535219431,0.7229916471,569.3422041 +228,-1.37595573,0.6241540638,98,-1.535219431,0.7229916471,628.97238735 +229,-1.358388707,0.6172645205,98,-1.535219431,0.7229916471,689.65035295 +230,-1.753741133,0.8281661666,98,-1.535219431,0.7229916471,743.90525959 +231,-1.47430987,0.6834615681,98,-1.535219431,0.7229916471,241.58632132 +232,-1.421012508,0.7222725206,98,-1.535219431,0.7229916471,339.24200414 +233,-1.4476833,0.6978557868,98,-1.535219431,0.7229916471,281.02177927 +234,-1.470370723,0.6966193374,98,-1.535219431,0.7229916471,221.0383369 +235,-1.429211703,0.7037216883,98,-1.535219431,0.7229916471,326.48120537 +236,-1.700578405,0.6178673663,98,-1.535219431,0.7229916471,660.18702678 +237,-1.678117619,0.6331716163,98,-1.535219431,0.7229916471,566.01209545 +238,-1.725644578,0.6316331145,98,-1.535219431,0.7229916471,689.42946326 +239,-2.14012759,0.7930497945,98,-1.535219431,0.7229916471,1748.0914895 +240,-2.103289431,0.7653606263,98,-1.535219431,0.7229916471,1653.0233689 +241,-1.318739838,0.7017808746,98,-1.535219431,0.7229916471,653.7799426 +242,-1.396417427,0.7077900843,98,-1.535219431,0.7229916471,419.19591889 +243,-1.35650337,0.7185539404,98,-1.535219431,0.7229916471,531.81846997 +244,-1.248884539,0.7274156818,98,-1.535219431,0.7229916471,847.67214056 +245,-1.395014798,0.5761185243,98,-1.535219431,0.7229916471,730.04155491 +246,-1.433377362,0.6064716109,98,-1.535219431,0.7229916471,559.88201755 +247,-1.408172432,0.5903155476,98,-1.535219431,0.7229916471,659.02918057 +248,-1.749645898,0.7757118084,98,-1.535219431,0.7229916471,655.18677042 +249,-1.571626686,0.615046989,98,-1.535219431,0.7229916471,442.23903382 +250,-1.514070049,0.6303003037,98,-1.535219431,0.7229916471,372.90284194 +251,-1.480890369,0.6237966528,98,-1.535219431,0.7229916471,427.32619647 +252,-1.704390658,0.5281680612,98,-1.535219431,0.7229916471,942.29888707 +253,-1.64434733,0.5254277498,98,-1.535219431,0.7229916471,856.93588674 +254,-1.703855997,0.4792484842,98,-1.535219431,0.7229916471,1109.830926 +255,-1.692002383,0.5748825051,98,-1.535219431,0.7229916471,766.53337584 +256,-1.854136457,0.5544643913,98,-1.535219431,0.7229916471,1210.2044271 +257,-1.665021206,0.520317736,98,-1.535219431,0.7229916471,904.18796225 +258,-1.733654349,0.4845187345,98,-1.535219431,0.7229916471,1142.6465052 +259,-1.720938188,0.5135933906,98,-1.535219431,0.7229916471,1021.5763624 +260,-1.742668307,0.553296122,98,-1.535219431,0.7229916471,940.24858977 +261,-1.965659039,0.7142126903,98,-1.535219431,0.7229916471,1279.5014255 +262,-1.944438071,0.6772834804,98,-1.535219431,0.7229916471,1248.8322691 +263,-1.270340967,0.7681487096,98,-1.535219431,0.7229916471,790.07592783 +264,-1.353091884,0.6549276821,98,-1.535219431,0.7229916471,618.11599788 +265,-1.333236659,0.6413584414,98,-1.535219431,0.7229916471,699.31425516 +266,-1.352015998,0.6753788907,98,-1.535219431,0.7229916471,586.08887904 +267,-1.377988483,0.6577816235,98,-1.535219431,0.7229916471,544.83109772 +268,-2.13075611,0.8318642051,98,-1.535219431,0.7229916471,1720.4900017 +269,-2.097910953,0.8259670014,98,-1.535219431,0.7229916471,1631.7620832 +270,-1.416382069,0.6694271549,98,-1.535219431,0.7229916471,418.68754089 +271,-1.538905672,0.7535625993,98,-1.535219431,0.7229916471,121.57202987 +272,-1.572309477,0.7803125099,98,-1.535219431,0.7229916471,251.11421907 +273,-1.87759879,0.7503853417,98,-1.535219431,0.7229916471,1008.028071 +274,1.152365588,0.590457682,98,-1.535219431,0.7229916471,6984.834053 +275,0.350198001,0.718001859,98,-1.535219431,0.7229916471,5177.9580242 +276,0.046513677,0.491503852,98,-1.535219431,0.7229916471,4994.1401694 +277,0.027510309,0.742571376,98,-1.535219431,0.7229916471,4364.8981465 +278,0.306285725,-0.214631579,98,-1.535219431,0.7229916471,7582.7335301 +279,-1.100564889,0.318051531,98,-1.535219431,0.7229916471,2175.7004435 +280,-1.078582306,0.301437596,98,-1.535219431,0.7229916471,2278.3129258 +281,-1.137371989,-0.617634065,98,-1.535219431,0.7229916471,5503.4285866 +282,0.784356344,0.703272339,98,-1.535219431,0.7229916471,6069.158974 +283,-1.221209947,0.218327455,98,-1.535219431,0.7229916471,2275.0217093 +284,2.347301921,-0.449114658,98,-1.535219431,0.7229916471,9801.6596577 +285,0.246820618,0.830553713,98,-1.535219431,0.7229916471,4667.4667557 +286,0.829414965,0.703288228,98,-1.535219431,0.7229916471,6142.318907 +287,-1.337537566,0.42332223,98,-1.535219431,0.7229916471,1354.2597632 +288,0.882453706,0.454478077,98,-1.535219431,0.7229916471,7077.4256365 +289,1.575629659,0.416419109,98,-1.535219431,0.7229916471,7929.2296031 +290,-1.039455679,0.229888244,98,-1.535219431,0.7229916471,2594.9761125 +291,0.489558039,0.934482747,98,-1.535219431,0.7229916471,4861.5134344 +292,0.081344504,0.88384514,98,-1.535219431,0.7229916471,4194.4201564 +293,-1.547979814,0.300350308,98,-1.535219431,0.7229916471,1674.6453785 +294,0.040776181,0.168560074,98,-1.535219431,0.7229916471,5796.6713084 +295,-1.130374745,0.563894876,98,-1.535219431,0.7229916471,1423.2070191 +296,1.578326642,0.478507176,98,-1.535219431,0.7229916471,7683.5998882 +297,-1.12861823,-0.291640865,98,-1.535219431,0.7229916471,4286.6245788 +298,0.310524208,0.770885792,98,-1.535219431,0.7229916471,4952.6732164 +299,0.415649091,-0.387246002,98,-1.535219431,0.7229916471,8330.0005398 +300,-0.926533878,-0.188022748,98,-1.535219431,0.7229916471,4235.900787 +301,1.258856172,-0.11716081,98,-1.535219431,0.7229916471,9749.9900917 +302,-1.126050026,0.322941926,98,-1.535219431,0.7229916471,2102.9546556 +303,2.002785835,0.07893892,98,-1.535219431,0.7229916471,8959.2102738 +304,0.440437607,0.746258085,98,-1.535219431,0.7229916471,5293.2120818 +305,-0.030391866,0.214441206,98,-1.535219431,0.7229916471,5468.3886326 +306,0.521557815,-0.058929362,98,-1.535219431,0.7229916471,7802.7471845 +307,-0.097005111,0.13317729,98,-1.535219431,0.7229916471,5480.4628526 +308,1.83113859,0.221857587,98,-1.535219431,0.7229916471,8612.0931519 +309,0.222428864,0.099404236,98,-1.535219431,0.7229916471,6511.1163612 +310,-1.702731345,0.8728568183,98,-1.535219431,0.7229916471,751.70713283 +311,-0.418507569,0.278324921,98,-1.535219431,0.7229916471,4156.9634833 +312,-1.41153306,0.339029988,98,-1.535219431,0.7229916471,1577.0123109 +313,0.357560442,0.114788776,98,-1.535219431,0.7229916471,6858.1793012 +314,0.325818979,0.268352149,98,-1.535219431,0.7229916471,6346.6463635 +315,-1.246004659,-0.663679965,98,-1.535219431,0.7229916471,5591.2273072 +316,1.814603087,0.637404484,98,-1.535219431,0.7229916471,7002.6694422 +317,1.843704281,-0.18300445,98,-1.535219431,0.7229916471,10150.700673 +318,1.690644492,-0.211480909,98,-1.535219431,0.7229916471,10396.800486 +319,-1.275451936,0.068109467,98,-1.535219431,0.7229916471,2753.0970929 +320,0.762430171,-0.207594741,98,-1.535219431,0.7229916471,8890.7767324 +321,0.265668905,-0.014647884,98,-1.535219431,0.7229916471,6941.5672628 +322,-2.773032013,-0.335515811,98,-1.535219431,0.7229916471,6168.1311426 +323,-1.469512853,0.174058777,98,-1.535219431,0.7229916471,2186.3907277 +324,0.286276986,0.785925691,98,-1.535219431,0.7229916471,4861.9958056 +325,-1.379324697,0.377432233,98,-1.535219431,0.7229916471,1464.4126428 +326,-1.203778265,0.212813032,98,-1.535219431,0.7229916471,2323.9484603 +327,0.579916301,0.611743168,98,-1.535219431,0.7229916471,5975.8309667 +328,0.267582642,0.868113908,98,-1.535219431,0.7229916471,4620.0571424 +329,0.412869244,-0.050245578,98,-1.535219431,0.7229916471,7466.7470159 +330,0.17524381,0.976660285,98,-1.535219431,0.7229916471,4194.3814273 +331,0.743157214,0.204812899,98,-1.535219431,0.7229916471,7607.1661906 +332,-1.070758176,0.269382282,98,-1.535219431,0.7229916471,2397.8025575 +333,-1.230364251,0.329790229,98,-1.535219431,0.7229916471,1866.8430962 +334,-1.374813124,-0.024926835,98,-1.535219431,0.7229916471,3018.1303221 +335,0.519780566,0.463669906,98,-1.535219431,0.7229916471,6286.4577417 +336,-1.55108034,0.239698561,98,-1.535219431,0.7229916471,1915.1047052 +337,0.180294813,0.029739425,98,-1.535219431,0.7229916471,6572.5899125 +338,0.67820924,0.268170153,98,-1.535219431,0.7229916471,7255.5696702 +339,0.445798684,1.024001867,98,-1.535219431,0.7229916471,4549.9951442 +340,0.691751283,0.150521402,98,-1.535219431,0.7229916471,7651.2833787 +341,-1.036643551,-0.903056181,98,-1.535219431,0.7229916471,6665.4755695 +342,-0.120287036,1.083325163,98,-1.535219431,0.7229916471,3475.7332363 +343,2.823513113,-0.304487164,98,-1.535219431,0.7229916471,8053.5148304 +344,0.457583172,1.12513373,98,-1.535219431,0.7229916471,4307.9535016 +345,0.042918831,0.813795399,98,-1.535219431,0.7229916471,4251.6512565 +346,1.196146777,-0.853142756,98,-1.535219431,0.7229916471,11194.006499 +347,0.206001358,-0.010430701,98,-1.535219431,0.7229916471,6754.5628957 +348,-0.268308653,0.234799412,98,-1.535219431,0.7229916471,4711.532573 +349,0.759363263,0.736189579,98,-1.535219431,0.7229916471,5919.4070742 +350,0.181363926,0.891988372,98,-1.535219431,0.7229916471,4388.2696622 +351,-0.021111158,0.139103292,98,-1.535219431,0.7229916471,5690.3011898 +352,-0.093355215,0.630686981,98,-1.535219431,0.7229916471,4292.6965367 +353,0.40118964,0.681375926,98,-1.535219431,0.7229916471,5389.884921 +354,-0.721197315,1.304706234,98,-1.535219431,0.7229916471,2717.6411087 +355,-1.076150317,0.212107639,98,-1.535219431,0.7229916471,2572.4547157 +356,-1.577164531,0.273993443,98,-1.535219431,0.7229916471,1784.2670518 +357,-0.190788414,0.182208586,98,-1.535219431,0.7229916471,5075.5475378 +358,-0.261349752,0.209710184,98,-1.535219431,0.7229916471,4795.784545 +359,-1.029303852,0.083549259,98,-1.535219431,0.7229916471,3101.3199798 +360,-1.268609162,0.330525297,98,-1.535219431,0.7229916471,1796.3907482 +361,1.282982244,-0.926641967,98,-1.535219431,0.7229916471,11264.383981 +362,0.217352334,0.731352408,98,-1.535219431,0.7229916471,4843.5697971 +363,-1.511833084,0.258629297,98,-1.535219431,0.7229916471,1841.0916386 +364,0.338812194,0.823184618,98,-1.535219431,0.7229916471,4877.4314345 +365,-0.324406489,1.134201999,98,-1.535219431,0.7229916471,3087.6366522 +366,1.389579348,0.399185724,98,-1.535219431,0.7229916471,7928.1127461 +367,2.047152199,-0.039082036,98,-1.535219431,0.7229916471,9312.7008039 +368,0.947780369,0.568250077,98,-1.535219431,0.7229916471,6793.2959405 +369,0.763824846,0.576754987,98,-1.535219431,0.7229916471,6449.9570559 +370,-0.142334657,0.928153068,98,-1.535219431,0.7229916471,3627.3936823 +371,0.610266567,0.547265983,98,-1.535219431,0.7229916471,6236.8870515 +372,0.210731629,0.746815056,98,-1.535219431,0.7229916471,4790.5242003 +373,-1.34931644,0.316895224,98,-1.535219431,0.7229916471,1727.5098453 +374,2.407696481,0.655030745,98,-1.535219431,0.7229916471,6264.1809584 +375,0.64207831,0.545359131,98,-1.535219431,0.7229916471,6309.8554185 +376,1.174597538,0.840588356,98,-1.535219431,0.7229916471,6068.6511173 +377,0.660059424,0.010604079,98,-1.535219431,0.7229916471,7988.56459 +378,-0.730263819,0.010486456,98,-1.535219431,0.7229916471,4024.9413786 +379,0.831068936,0.512339172,98,-1.535219431,0.7229916471,6788.0104384 +380,1.301180979,0.72367476,98,-1.535219431,0.7229916471,6610.1105343 +381,1.811128231,0.322854402,98,-1.535219431,0.7229916471,8233.5915512 +382,0.435105812,0.992284428,98,-1.535219431,0.7229916471,4615.6949873 +383,0.62643634,0.592027932,98,-1.535219431,0.7229916471,6132.4043439 +384,0.492988703,-0.516339467,98,-1.535219431,0.7229916471,8843.7363519 +385,-0.162469483,0.112549365,98,-1.535219431,0.7229916471,5339.6307031 +386,0.314630866,0.472006421,98,-1.535219431,0.7229916471,5757.9340547 +387,0.166744804,0.822815954,98,-1.535219431,0.7229916471,4512.4060008 +388,0.417159608,0.965805736,98,-1.535219431,0.7229916471,4654.859444 +389,0.106334961,0.868774244,98,-1.535219431,0.7229916471,4279.5928484 +390,0.815086969,-0.338144359,98,-1.535219431,0.7229916471,9387.1017141 +391,0.59867455,-0.230624824,98,-1.535219431,0.7229916471,8485.6962903 +392,1.915104874,0.066220985,98,-1.535219431,0.7229916471,9124.9524585 +393,1.278093622,0.064463721,98,-1.535219431,0.7229916471,9107.1973467 +394,-0.061477853,0.302997961,98,-1.535219431,0.7229916471,5152.2968133 +395,0.251311504,0.626976942,98,-1.535219431,0.7229916471,5187.4968368 +396,2.950242872,0.149095644,98,-1.535219431,0.7229916471,6493.6517667 +397,-0.180294708,0.35375117,98,-1.535219431,0.7229916471,4678.5015898 +398,1.010448592,-0.351180233,98,-1.535219431,0.7229916471,9963.8115286 +399,-1.748740498,0.3686318073,98,-1.535219431,0.7229916471,1574.9775699 +400,2.699635665,0.123533791,98,-1.535219431,0.7229916471,7265.651654 +401,0.496808033,0.823843254,98,-1.535219431,0.7229916471,5185.2054833 +402,0.129574704,0.763364087,98,-1.535219431,0.7229916471,4563.4544672 +403,1.798920311,0.817447563,98,-1.535219431,0.7229916471,6304.6089664 +404,0.335987953,0.746786541,98,-1.535219431,0.7229916471,5070.5570933 +405,-1.085413643,0.292154671,98,-1.535219431,0.7229916471,2292.0986757 +406,-0.155321003,0.508207011,98,-1.535219431,0.7229916471,4389.6836346 +407,0.620529244,-0.301175104,98,-1.535219431,0.7229916471,8729.6870514 +408,1.684402744,0.368716966,98,-1.535219431,0.7229916471,8110.0972768 +409,0.300582244,-0.386397212,98,-1.535219431,0.7229916471,7988.0455987 +410,2.913555946,-0.009225192,98,-1.535219431,0.7229916471,7025.4836824 +411,1.465101417,0.493232532,98,-1.535219431,0.7229916471,7598.6296419 +412,0.090612882,0.907955955,98,-1.535219431,0.7229916471,4165.5480673 +413,2.987564726,-0.729568594,98,-1.535219431,0.7229916471,8511.4216267 +414,-1.484261606,0.224149272,98,-1.535219431,0.7229916471,1983.7575128 +415,0.164073421,0.303955133,98,-1.535219431,0.7229916471,5799.9029463 +416,0.141441293,0.167552546,98,-1.535219431,0.7229916471,6094.2888273 +417,2.931321023,-0.506718887,98,-1.535219431,0.7229916471,8207.9895644 +418,2.21951565,0.700596356,98,-1.535219431,0.7229916471,6389.3773511 +419,0.268112576,1.199114336,98,-1.535219431,0.7229916471,3897.6197284 +420,0.978913739,0.359223811,98,-1.535219431,0.7229916471,7577.8123589 +421,1.210898818,0.522863584,98,-1.535219431,0.7229916471,7301.1701542 +422,2.347397336,0.129231362,98,-1.535219431,0.7229916471,8130.1277677 +423,0.614394501,0.556878345,98,-1.535219431,0.7229916471,6216.0236551 +424,-1.398079356,0.148483366,98,-1.535219431,0.7229916471,2325.886902 +425,2.535303836,-0.112984496,98,-1.535219431,0.7229916471,8391.0112904 +426,-1.019372593,-0.405322349,98,-1.535219431,0.7229916471,4854.0251496 +427,-1.297785627,-0.160104069,98,-1.535219431,0.7229916471,3603.2618315 +428,2.144554488,0.205051084,98,-1.535219431,0.7229916471,8275.932198 +429,-2.242387083,-0.426171285,98,-1.535219431,0.7229916471,5239.3388885 +430,0.338637212,0.909723676,98,-1.535219431,0.7229916471,4657.1311791 +431,-0.148798452,0.691042401,98,-1.535219431,0.7229916471,4020.4387976 +432,0.893524764,0.441829531,98,-1.535219431,0.7229916471,7140.6387429 +433,0.969229347,-0.368847936,98,-1.535219431,0.7229916471,9899.700715 +434,0.436043248,0.800045688,98,-1.535219431,0.7229916471,5134.9222456 +435,1.687946607,1.081504775,98,-1.535219431,0.7229916471,5291.4659174 +436,0.522302046,-0.034889271,98,-1.535219431,0.7229916471,7738.4818996 +437,-0.178996113,-0.438090009,98,-1.535219431,0.7229916471,6762.643748 +438,-1.094339566,0.301444068,98,-1.535219431,0.7229916471,2242.3998921 +439,-1.064070054,0.242569932,98,-1.535219431,0.7229916471,2499.0028139 +440,-1.068153768,0.230387998,98,-1.535219431,0.7229916471,2529.6025711 +441,-3.00496892,-0.23989155,98,-1.535219431,0.7229916471,6553.9622144 +442,0.21751974,0.766874888,98,-1.535219431,0.7229916471,4757.2656493 +443,0.117229532,0.007619006,98,-1.535219431,0.7229916471,6444.3120538 +444,0.777758451,0.420554741,98,-1.535219431,0.7229916471,6989.3030452 +445,-0.252356999,0.250747086,98,-1.535219431,0.7229916471,4718.7910106 +446,0.363148444,0.768483434,98,-1.535219431,0.7229916471,5071.3395531 +447,0.903191366,-0.118210676,98,-1.535219431,0.7229916471,9003.8622366 +448,-0.205755923,0.149406178,98,-1.535219431,0.7229916471,5115.5667256 +449,1.811996086,0.02364353,98,-1.535219431,0.7229916471,9395.4501045 +450,-1.100670221,0.314845373,98,-1.535219431,0.7229916471,2185.5872846 +451,0.340078597,0.850105132,98,-1.535219431,0.7229916471,4810.820274 +452,0.258757267,0.804969236,98,-1.535219431,0.7229916471,4755.2461576 +453,2.78505352,-0.155160804,98,-1.535219431,0.7229916471,7788.8398482 +454,0.800551619,0.105822106,98,-1.535219431,0.7229916471,8055.1923737 +455,0.437940882,-0.506194031,98,-1.535219431,0.7229916471,8661.0517303 +456,2.230431122,0.63458615,98,-1.535219431,0.7229916471,6609.8873654 +457,0.527965361,0.127667701,98,-1.535219431,0.7229916471,7293.9121842 +458,-0.063643205,0.702093448,98,-1.535219431,0.7229916471,4220.7386619 +459,1.408447268,0.133010502,98,-1.535219431,0.7229916471,8977.7420523 +460,0.523795955,0.280266966,98,-1.535219431,0.7229916471,6838.2527644 +461,-0.975769313,0.072177659,98,-1.535219431,0.7229916471,3251.5203735 +462,0.549774164,-0.463663986,98,-1.535219431,0.7229916471,8899.9581384 +463,0.29245874,1.095549818,98,-1.535219431,0.7229916471,4142.7273558 +464,0.143625958,0.816809593,98,-1.535219431,0.7229916471,4474.646808 +465,0.671902494,0.611159853,98,-1.535219431,0.7229916471,6163.570804 +466,1.239840988,0.6724199,98,-1.535219431,0.7229916471,6760.3848726 +467,0.607829703,-0.10932137,98,-1.535219431,0.7229916471,8186.1493132 +468,1.763020906,0.263996692,98,-1.535219431,0.7229916471,8492.4583688 +469,0.378714634,0.726066797,98,-1.535219431,0.7229916471,5218.4822089 +470,2.196736143,-0.153862366,98,-1.535219431,0.7229916471,9388.4315898 +471,0.01702415,0.148991565,98,-1.535219431,0.7229916471,5777.4806643 +472,-2.998490902,-0.158002487,98,-1.535219431,0.7229916471,6319.5220934 +473,-3.051262951,-0.346595608,98,-1.535219431,0.7229916471,6963.6306602 +474,-1.069176439,0.182802941,98,-1.535219431,0.7229916471,2684.6201133 +475,0.167157509,0.595344954,98,-1.535219431,0.7229916471,5058.2059067 +476,0.613855648,0.681746124,98,-1.535219431,0.7229916471,5830.3632158 +477,1.037012736,0.682555367,98,-1.535219431,0.7229916471,6510.185099 +478,-1.253574971,0.379755746,98,-1.535219431,0.7229916471,1652.4822219 +479,3.108590453,-0.132620738,98,-1.535219431,0.7229916471,6771.9725064 +480,0.565301296,0.022333262,98,-1.535219431,0.7229916471,7697.6980893 +481,0.547898238,0.855555614,98,-1.535219431,0.7229916471,5186.5001032 +482,0.948309381,0.417393755,98,-1.535219431,0.7229916471,7321.7351296 +483,-0.050600732,0.945269213,98,-1.535219431,0.7229916471,3799.5466169 +484,-0.977651478,-0.572363064,98,-1.535219431,0.7229916471,5519.1026672 +485,1.102014914,0.728861163,98,-1.535219431,0.7229916471,6416.1663895 +486,2.927300795,-0.282939414,98,-1.535219431,0.7229916471,7692.3448335 +487,-1.154565557,0.124434095,98,-1.535219431,0.7229916471,2722.8262396 +488,1.855331234,0.291044755,98,-1.535219431,0.7229916471,8324.742499 +489,0.830290659,0.276904518,98,-1.535219431,0.7229916471,7570.2506741 +490,0.485104466,-0.234867441,98,-1.535219431,0.7229916471,8163.8484839 +491,0.521367572,-0.33161327,98,-1.535219431,0.7229916471,8511.7778274 +1,-1.539031704,0.7349710123,99,-1.53318962,0.7230212049,50.381522124 +2,-1.536990553,0.7349663874,99,-1.53318962,0.7230212049,48.629039317 +3,-1.534951779,0.7349571355,99,-1.53318962,0.7230212049,47.563968084 +4,-1.532906461,0.7349480293,99,-1.53318962,0.7230212049,47.249557023 +5,-1.531320211,0.7346937278,99,-1.53318962,0.7230212049,46.563611694 +6,-1.539451648,0.7335131775,99,-1.53318962,0.7230212049,45.495094849 +7,-1.537429487,0.7335445708,99,-1.53318962,0.7230212049,43.526622133 +8,-1.535484998,0.7335658704,99,-1.53318962,0.7230212049,42.314989785 +9,-1.533488396,0.7336036027,99,-1.53318962,0.7230212049,41.926181072 +10,-1.531497785,0.7335842962,99,-1.53318962,0.7230212049,42.138239797 +11,-1.530259379,0.7334777758,99,-1.53318962,0.7230212049,42.314625396 +12,-1.5335454,0.7322346912,99,-1.53318962,0.7230212049,36.50978868 +13,-1.531489083,0.7322238773,99,-1.53318962,0.7230212049,36.797190964 +14,-1.530011122,0.7321679851,99,-1.53318962,0.7230212049,37.430414042 +15,-1.53348106,0.7306614094,99,-1.53318962,0.7230212049,30.275142238 +16,-1.531441779,0.7306962275,99,-1.53318962,0.7230212049,30.837814473 +17,-1.529755654,0.7306933243,99,-1.53318962,0.7230212049,32.044003296 +18,-1.533415048,0.7291384674,99,-1.53318962,0.7230212049,24.239674623 +19,-1.531392093,0.7291705353,99,-1.53318962,0.7230212049,24.93258662 +20,-1.529296523,0.7291214933,99,-1.53318962,0.7230212049,26.773720292 +21,-1.535280942,0.727267644,99,-1.53318962,0.7230212049,17.926287634 +22,-1.533378158,0.7276139666,99,-1.53318962,0.7230212049,18.200509828 +23,-1.531340368,0.7276446587,99,-1.53318962,0.7230212049,19.116121018 +24,-1.528960113,0.7276398177,99,-1.53318962,0.7230212049,22.177296207 +25,-1.533313146,0.7260818349,99,-1.53318962,0.7230212049,12.128690232 +26,-1.531259555,0.7260958115,99,-1.53318962,0.7230212049,13.456825838 +27,-1.528926415,0.7260865555,99,-1.53318962,0.7230212049,17.530238321 +28,-1.531226779,0.7245511789,99,-1.53318962,0.7230212049,8.4062515086 +29,-1.528904772,0.7245519194,99,-1.53318962,0.7230212049,14.088781149 +30,-1.547195875,0.7409785979,99,-1.53318962,0.7230212049,82.232524964 +31,-1.5451475,0.740980426,99,-1.53318962,0.7230212049,79.38245229 +32,-1.543097679,0.7409798872,99,-1.53318962,0.7230212049,76.890953872 +33,-1.540720364,0.7409892687,99,-1.53318962,0.7230212049,74.549627598 +34,-1.547188511,0.7395198392,99,-1.53318962,0.7230212049,77.291974125 +35,-1.545148587,0.7395226109,99,-1.53318962,0.7230212049,74.264698027 +36,-1.543104538,0.7395314908,99,-1.53318962,0.7230212049,71.632581177 +37,-1.540727751,0.7395306258,99,-1.53318962,0.7230212049,69.066891873 +38,-1.547187029,0.7380014886,99,-1.53318962,0.7230212049,72.292011931 +39,-1.545147315,0.7380012252,99,-1.53318962,0.7230212049,69.030708767 +40,-1.54310719,0.7380060743,99,-1.53318962,0.7230212049,66.174695333 +41,-1.540719671,0.7380068206,99,-1.53318962,0.7230212049,63.378873704 +42,-1.547187189,0.7364799098,99,-1.53318962,0.7230212049,67.450721803 +43,-1.545149996,0.7364853874,99,-1.53318962,0.7230212049,63.961088356 +44,-1.543106091,0.7364823484,99,-1.53318962,0.7230212049,60.827904282 +45,-1.540717158,0.7364893901,99,-1.53318962,0.7230212049,57.791068146 +46,-1.538663972,0.7410138672,99,-1.53318962,0.7230212049,73.0710904 +47,-1.53695285,0.7409699132,99,-1.53318962,0.7230212049,71.954178735 +48,-1.534910498,0.7409641297,99,-1.53318962,0.7230212049,71.252540117 +49,-1.533145034,0.7409536636,99,-1.53318962,0.7230212049,71.030590393 +50,-1.538681336,0.7395405883,99,-1.53318962,0.7230212049,67.406528521 +51,-1.536999189,0.7395183096,99,-1.53318962,0.7230212049,66.303196103 +52,-1.534923633,0.7395144222,99,-1.53318962,0.7230212049,65.529346628 +53,-1.533267822,0.7395654306,99,-1.53318962,0.7230212049,65.532083687 +54,-1.53867273,0.7380151077,99,-1.53318962,0.7230212049,61.554362299 +55,-1.536980576,0.7379994392,99,-1.53318962,0.7230212049,60.373734718 +56,-1.534931522,0.7379944961,99,-1.53318962,0.7230212049,59.531427481 +57,-1.533387952,0.7379480264,99,-1.53318962,0.7230212049,59.128035024 +58,-1.538682279,0.7364914363,99,-1.53318962,0.7230212049,55.765213444 +59,-1.536980704,0.7364810563,99,-1.53318962,0.7230212049,54.476563488 +60,-1.534935567,0.7364752065,99,-1.53318962,0.7230212049,53.53999287 +61,-1.533042592,0.7363876366,99,-1.53318962,0.7230212049,52.946215121 +62,-1.545143426,0.7349628011,99,-1.53318962,0.7230212049,59.029242433 +63,-1.543105297,0.7349691947,99,-1.53318962,0.7230212049,55.658210579 +64,-1.541064533,0.7349647152,99,-1.53318962,0.7230212049,52.719050709 +65,-1.545411803,0.7334624714,99,-1.53318962,0.7230212049,54.917722899 +66,-1.543446606,0.7334780896,99,-1.53318962,0.7230212049,51.332259796 +67,-1.541475327,0.7334957295,99,-1.53318962,0.7230212049,48.180339977 +68,-1.545401939,0.731963266,99,-1.53318962,0.7230212049,50.593202375 +69,-1.54342253,0.7319915583,99,-1.53318962,0.7230212049,46.677720572 +70,-1.541455867,0.7320216438,99,-1.53318962,0.7230212049,43.230879229 +71,-1.545410146,0.7304422281,99,-1.53318962,0.7230212049,46.612354023 +72,-1.543435491,0.7304713664,99,-1.53318962,0.7230212049,42.317078558 +73,-1.541463105,0.7304997613,99,-1.53318962,0.7230212049,38.43557694 +74,-1.545414768,0.7289194936,99,-1.53318962,0.7230212049,43.09606118 +75,-1.543435774,0.7289538557,99,-1.53318962,0.7230212049,38.384901305 +76,-1.541457714,0.7289765881,99,-1.53318962,0.7230212049,34.004181291 +77,-1.539449415,0.7320555866,99,-1.53318962,0.7230212049,40.292193829 +78,-1.537429183,0.7321097681,99,-1.53318962,0.7230212049,38.121584831 +79,-1.535472649,0.7321497267,99,-1.53318962,0.7230212049,36.783300123 +80,-1.539457899,0.7305333307,99,-1.53318962,0.7230212049,35.066671634 +81,-1.537453161,0.7305750503,99,-1.53318962,0.7230212049,32.473456833 +82,-1.535479385,0.7306124949,99,-1.53318962,0.7230212049,30.823500601 +83,-1.53946905,0.7290102593,99,-1.53318962,0.7230212049,30.145307759 +84,-1.537459922,0.7290417293,99,-1.53318962,0.7230212049,26.994260274 +85,-1.535451349,0.7290890157,99,-1.53318962,0.7230212049,24.950797829 +86,-1.535522937,0.7279887191,99,-1.53318962,0.7230212049,20.85595752 +87,-1.539442524,0.7274735939,99,-1.53318962,0.7230212049,25.584249824 +88,-1.537424111,0.727521351,99,-1.53318962,0.7230212049,21.800705896 +89,-1.539384641,0.7259505092,99,-1.53318962,0.7230212049,21.732074861 +90,-1.537372391,0.7259947145,99,-1.53318962,0.7230212049,17.106839507 +91,-1.535340789,0.7260435356,99,-1.53318962,0.7230212049,13.565601833 +92,-1.539325716,0.7244369706,99,-1.53318962,0.7230212049,19.056587651 +93,-1.537308932,0.7244801057,99,-1.53318962,0.7230212049,13.523307658 +94,-1.535289068,0.7245247645,99,-1.53318962,0.7230212049,8.6195841055 +95,-1.533261366,0.7245550236,99,-1.53318962,0.7230212049,6.0791865492 +96,-1.539267302,0.722921924,99,-1.53318962,0.7230212049,18.055764322 +97,-1.537248972,0.7229660258,99,-1.53318962,0.7230212049,12.058539581 +98,-1.535219431,0.7229916471,99,-1.53318962,0.7230212049,6.0297484407 +99,-1.53318962,0.7230212049,99,-1.53318962,0.7230212049,3.0375537127 +100,-1.531154816,0.7230299897,99,-1.53318962,0.7230212049,6.0434396455 +101,-1.528878341,0.7230370244,99,-1.53318962,0.7230212049,12.804551389 +102,-1.539218189,0.7214009878,99,-1.53318962,0.7230212049,19.032275848 +103,-1.537198791,0.7214422745,99,-1.53318962,0.7230212049,13.457108163 +104,-1.535179266,0.7214634354,99,-1.53318962,0.7230212049,8.5463463427 +105,-1.533156501,0.7214944644,99,-1.53318962,0.7230212049,6.0482202888 +106,-1.53113574,0.7215166021,99,-1.53318962,0.7230212049,8.5310019974 +107,-1.528874248,0.7215345535,99,-1.53318962,0.7230212049,14.112320986 +108,-1.539217656,0.7198512397,99,-1.53318962,0.7230212049,21.887909835 +109,-1.537199919,0.7199428763,99,-1.53318962,0.7230212049,17.056444409 +110,-1.545425832,0.727397149,99,-1.53318962,0.7230212049,40.199850362 +111,-1.543371177,0.7273916949,99,-1.53318962,0.7230212049,34.793131791 +112,-1.541368852,0.7274523163,99,-1.53318962,0.7230212049,29.930972511 +113,-1.545349067,0.7258710923,99,-1.53318962,0.7230212049,37.793187037 +114,-1.54332671,0.7258603556,99,-1.53318962,0.7230212049,32.103467691 +115,-1.541346831,0.7259242142,99,-1.53318962,0.7230212049,26.789158389 +116,-1.545324355,0.7243383958,99,-1.53318962,0.7230212049,36.394991047 +117,-1.543292796,0.7243617413,99,-1.53318962,0.7230212049,30.455057027 +118,-1.541295822,0.7244024384,99,-1.53318962,0.7230212049,24.674874713 +119,-1.543193859,0.7205570215,99,-1.53318962,0.7230212049,31.305293513 +120,-1.550257047,0.7386738187,99,-1.53318962,0.7230212049,79.860950932 +121,-1.549335448,0.7311736483,99,-1.53318962,0.7230212049,57.668400783 +122,-1.533478843,0.7179891343,99,-1.53318962,0.7230212049,19.95061472 +123,-1.556150555,0.738907041,99,-1.53318962,0.7230212049,92.434547457 +124,-1.554324226,0.733414257,99,-1.53318962,0.7230212049,74.822531676 +125,-1.554290846,0.7288285332,99,-1.53318962,0.7230212049,66.607049389 +126,-1.55122487,0.7219795312,99,-1.53318962,0.7230212049,53.747551357 +127,-1.525104458,0.7229399862,99,-1.53318962,0.7230212049,24.015902687 +128,-1.519607711,0.7236181429,99,-1.53318962,0.7230212049,40.396737107 +129,-1.513899999,0.7251107854,99,-1.53318962,0.7230212049,57.832209972 +130,-1.536620762,0.7431061895,99,-1.53318962,0.7230212049,80.195061537 +131,-1.5369566,0.7460845958,99,-1.53318962,0.7230212049,92.022660158 +132,-1.545345528,0.7447040685,99,-1.53318962,0.7230212049,93.030384014 +133,-1.532813921,0.7432306626,99,-1.53318962,0.7230212049,80.057298521 +134,-1.554788248,0.7382381001,99,-1.53318962,0.7230212049,87.705633271 +135,-1.540348126,0.7301594274,99,-1.53318962,0.7230212049,35.335689713 +136,-1.538016084,0.7239051786,99,-1.53318962,0.7230212049,14.750589684 +137,-1.525288962,0.7258085137,99,-1.53318962,0.7230212049,25.906364104 +138,-1.534326986,0.731241342,99,-1.53318962,0.7230212049,32.733451756 +139,-1.530733872,0.7303625216,99,-1.53318962,0.7230212049,29.973924942 +141,-1.534354939,0.7328219978,99,-1.53318962,0.7230212049,38.973580077 +142,-1.53157084,0.7292888153,99,-1.53318962,0.7230212049,25.284719811 +143,-1.525691035,0.7263799874,99,-1.53318962,0.7230212049,25.913605953 +144,-1.534031287,0.7495967835,99,-1.53318962,0.7230212049,105.29484045 +145,-1.527714986,0.7283095957,99,-1.53318962,0.7230212049,26.493958675 +146,-1.526189586,0.7271468292,99,-1.53318962,0.7230212049,26.413987269 +147,-1.555177336,0.7375563366,99,-1.53318962,0.7230212049,86.74212299 +148,-1.555080283,0.7312707794,99,-1.53318962,0.7230212049,72.552027964 +149,-1.53856994,0.7224180299,99,-1.53318962,0.7230212049,16.161355828 +150,-1.530837883,0.729933372,99,-1.53318962,0.7230212049,28.250695561 +151,-1.515066984,0.5854133365,99,-1.53318962,0.7230212049,548.02015185 +152,-1.534731633,0.5368370046,99,-1.53318962,0.7230212049,737.49200925 +153,-1.515231902,0.5607085576,99,-1.53318962,0.7230212049,645.42510026 +154,-2.616253799,1.0684566605,99,-1.53318962,0.7230212049,2868.1814766 +155,-1.956071439,0.5792177723,99,-1.53318962,0.7230212049,1442.6873667 +156,-1.951208514,0.5602434208,99,-1.53318962,0.7230212049,1468.1848347 +157,-1.944675062,0.6062144545,99,-1.53318962,0.7230212049,1358.6220814 +158,-1.613778386,0.6077989518,99,-1.53318962,0.7230212049,520.7133404 +159,-2.035029014,0.6021432345,99,-1.53318962,0.7230212049,1630.0578806 +160,-2.114989471,0.6801825058,99,-1.53318962,0.7230212049,1757.4601059 +161,-2.037382079,0.5765830025,99,-1.53318962,0.7230212049,1683.0422198 +162,-2.129855121,0.6585019963,99,-1.53318962,0.7230212049,1827.4141214 +163,-2.075141798,0.6493615843,99,-1.53318962,0.7230212049,1676.951087 +164,-1.828626729,0.6948433129,99,-1.53318962,0.7230212049,893.79539367 +165,-1.863329418,0.6735427691,99,-1.53318962,0.7230212049,1018.4425606 +166,-1.266037071,0.727988852,99,-1.53318962,0.7230212049,790.90287589 +167,-1.277579582,0.7249010648,99,-1.53318962,0.7230212049,757.65858365 +168,-1.258418684,0.7241194816,99,-1.53318962,0.7230212049,814.55601544 +169,-1.317813974,0.6804850104,99,-1.53318962,0.7230212049,672.29857181 +170,-1.344165204,0.6790988904,99,-1.53318962,0.7230212049,597.5339038 +171,-1.427582102,0.5277120351,99,-1.53318962,0.7230212049,844.11527818 +172,-1.402238616,0.457167829,99,-1.53318962,0.7230212049,1136.6567146 +173,-1.422454264,0.4996161999,99,-1.53318962,0.7230212049,954.30583946 +174,-1.439089277,0.4894859811,99,-1.53318962,0.7230212049,973.88013137 +175,-1.448126995,0.5182330266,99,-1.53318962,0.7230212049,855.82639942 +176,-1.474626146,0.5881926574,99,-1.53318962,0.7230212049,564.6952666 +177,-1.421139645,0.5584869783,99,-1.53318962,0.7230212049,741.96891717 +178,-1.457037165,0.565943032,99,-1.53318962,0.7230212049,667.03012127 +179,-2.757159358,0.3745319,99,-1.53318962,0.7230212049,4242.1673031 +180,-2.714309238,0.342054471,99,-1.53318962,0.7230212049,4192.2781712 +181,-2.000525337,0.774119946,99,-1.53318962,0.7230212049,1365.0245135 +183,-1.571413436,0.6777838382,99,-1.53318962,0.7230212049,213.30772056 +184,-1.552860289,0.6987663893,99,-1.53318962,0.7230212049,112.76315939 +185,-1.521852374,0.7165827476,99,-1.53318962,0.7230212049,42.315320115 +186,-1.503656267,0.6928968252,99,-1.53318962,0.7230212049,148.77363613 +187,-1.502753178,0.7136205882,99,-1.53318962,0.7230212049,98.108334911 +188,-1.631894563,0.7343596465,99,-1.53318962,0.7230212049,295.06244224 +189,-1.653765416,0.6770714026,99,-1.53318962,0.7230212049,407.93601094 +190,-1.719812114,0.6715965947,99,-1.53318962,0.7230212049,601.65555399 +191,-1.493406659,0.6646955447,99,-1.53318962,0.7230212049,260.8380573 +192,-1.469120564,0.6613469966,99,-1.53318962,0.7230212049,312.73959581 +193,-1.590551461,0.5326612937,99,-1.53318962,0.7230212049,775.94098537 +194,-1.625979264,0.5247742243,99,-1.53318962,0.7230212049,839.5482241 +195,-1.572293943,0.5238808754,99,-1.53318962,0.7230212049,798.67175298 +196,-1.610848725,0.5477107964,99,-1.53318962,0.7230212049,736.93186678 +197,-1.208485554,0.7918526018,99,-1.53318962,0.7230212049,970.95374794 +198,-1.335601374,0.6869083083,99,-1.53318962,0.7230212049,612.51690675 +199,-1.346156996,0.6825213377,99,-1.53318962,0.7230212049,587.17027128 +200,-1.324381037,0.6741422347,99,-1.53318962,0.7230212049,661.63637087 +201,-1.242424992,0.7378949807,99,-1.53318962,0.7230212049,858.52523365 +202,-1.270370057,0.7392461008,99,-1.53318962,0.7230212049,776.59697967 +203,-1.448950472,0.7441675014,99,-1.53318962,0.7230212049,261.56693296 +204,-1.492662363,0.7523026852,99,-1.53318962,0.7230212049,166.01461853 +205,-1.479098966,0.7763855017,99,-1.53318962,0.7230212049,263.14512033 +206,-1.633760714,0.7869022408,99,-1.53318962,0.7230212049,384.78671983 +207,-1.647406434,0.8101289331,99,-1.53318962,0.7230212049,474.26683828 +208,-1.564245052,0.5701509278,99,-1.53318962,0.7230212049,613.38537798 +209,-1.646289963,0.6833746083,99,-1.53318962,0.7230212049,375.94146297 +210,-1.5820631,0.6751952144,99,-1.53318962,0.7230212049,240.47472237 +211,-1.613236298,0.6681681791,99,-1.53318962,0.7230212049,326.17961153 +212,-1.914661867,0.8212566515,99,-1.53318962,0.7230212049,1145.7225184 +213,-1.742133237,0.7250275956,99,-1.53318962,0.7230212049,619.56713078 +214,-2.033144872,0.6557314699,99,-1.53318962,0.7230212049,1543.8753448 +215,-2.039551981,0.6964723658,99,-1.53318962,0.7230212049,1517.8861805 +216,-1.247341019,0.7622473908,99,-1.53318962,0.7230212049,846.99465797 +217,-1.298239787,0.7084123392,99,-1.53318962,0.7230212049,703.9441689 +218,-1.308539688,0.6926545592,99,-1.53318962,0.7230212049,686.0134495 +219,-1.303263185,0.6888938396,99,-1.53318962,0.7230212049,705.38597176 +220,-1.852400229,0.6004246149,99,-1.53318962,0.7230212049,1106.4085192 +221,-1.288947707,0.7473773692,99,-1.53318962,0.7230212049,723.14724009 +222,-1.372031502,0.7472790993,99,-1.53318962,0.7230212049,482.86705852 +223,-1.289805721,0.7242157877,99,-1.53318962,0.7230212049,721.69990909 +224,-1.350807603,0.7533498126,99,-1.53318962,0.7230212049,547.30358346 +225,-1.329290365,0.7560442322,99,-1.53318962,0.7230212049,610.29197532 +226,-1.410153004,0.616936428,99,-1.53318962,0.7230212049,567.47508793 +227,-1.393445434,0.6308995063,99,-1.53318962,0.7230212049,564.62575419 +228,-1.37595573,0.6241540638,99,-1.53318962,0.7230212049,624.14674603 +229,-1.358388707,0.6172645205,99,-1.53318962,0.7230212049,684.73493707 +230,-1.753741133,0.8281661666,99,-1.53318962,0.7230212049,748.57340401 +231,-1.47430987,0.6834615681,99,-1.53318962,0.7230212049,237.02693024 +232,-1.421012508,0.7222725206,99,-1.53318962,0.7230212049,333.21252197 +233,-1.4476833,0.6978557868,99,-1.53318962,0.7230212049,275.37254268 +234,-1.470370723,0.6966193374,99,-1.53318962,0.7230212049,215.73951164 +235,-1.429211703,0.7037216883,99,-1.53318962,0.7230212049,320.60094262 +236,-1.700578405,0.6178673663,99,-1.53318962,0.7230212049,665.14271967 +237,-1.678117619,0.6331716163,99,-1.53318962,0.7230212049,570.95422938 +238,-1.725644578,0.6316331145,99,-1.53318962,0.7230212049,694.809572 +239,-2.14012759,0.7930497945,99,-1.53318962,0.7230212049,1753.6815056 +240,-2.103289431,0.7653606263,99,-1.53318962,0.7230212049,1658.7598842 +241,-1.318739838,0.7017808746,99,-1.53318962,0.7230212049,647.76842544 +242,-1.396417427,0.7077900843,99,-1.53318962,0.7230212049,413.20898326 +243,-1.35650337,0.7185539404,99,-1.53318962,0.7230212049,525.78883209 +244,-1.248884539,0.7274156818,99,-1.53318962,0.7230212049,841.67019895 +245,-1.395014798,0.5761185243,99,-1.53318962,0.7230212049,726.2948769 +246,-1.433377362,0.6064716109,99,-1.53318962,0.7230212049,556.42653065 +247,-1.408172432,0.5903155476,99,-1.53318962,0.7230212049,655.30791906 +248,-1.749645898,0.7757118084,99,-1.53318962,0.7230212049,660.70648858 +249,-1.571626686,0.615046989,99,-1.53318962,0.7230212049,444.00178001 +250,-1.514070049,0.6303003037,99,-1.53318962,0.7230212049,371.97378681 +251,-1.480890369,0.6237966528,99,-1.53318962,0.7230212049,425.00508786 +252,-1.704390658,0.5281680612,99,-1.53318962,0.7230212049,946.12568105 +253,-1.64434733,0.5254277498,99,-1.53318962,0.7230212049,859.70728817 +254,-1.703855997,0.4792484842,99,-1.53318962,0.7230212049,1113.1906612 +255,-1.692002383,0.5748825051,99,-1.53318962,0.7230212049,770.74186703 +256,-1.854136457,0.5544643913,99,-1.53318962,0.7230212049,1215.6058477 +257,-1.665021206,0.520317736,99,-1.53318962,0.7230212049,907.29950949 +258,-1.733654349,0.4845187345,99,-1.53318962,0.7230212049,1146.4481079 +259,-1.720938188,0.5135933906,99,-1.53318962,0.7230212049,1025.4818218 +260,-1.742668307,0.553296122,99,-1.53318962,0.7230212049,944.82977376 +261,-1.965659039,0.7142126903,99,-1.53318962,0.7230212049,1285.4754579 +262,-1.944438071,0.6772834804,99,-1.53318962,0.7230212049,1254.861716 +263,-1.270340967,0.7681487096,99,-1.53318962,0.7230212049,784.31170682 +264,-1.353091884,0.6549276821,99,-1.53318962,0.7230212049,612.59501964 +265,-1.333236659,0.6413584414,99,-1.53318962,0.7230212049,693.85011 +266,-1.352015998,0.6753788907,99,-1.53318962,0.7230212049,580.30909558 +267,-1.377988483,0.6577816235,99,-1.53318962,0.7230212049,539.44157847 +268,-2.13075611,0.8318642051,99,-1.53318962,0.7230212049,1725.8508812 +269,-2.097910953,0.8259670014,99,-1.53318962,0.7230212049,1637.1565733 +270,-1.416382069,0.6694271549,99,-1.53318962,0.7230212049,413.44307188 +271,-1.538905672,0.7535625993,99,-1.53318962,0.7230212049,122.12768117 +272,-1.572309477,0.7803125099,99,-1.53318962,0.7230212049,253.5720565 +273,-1.87759879,0.7503853417,99,-1.53318962,0.7230212049,1013.8827145 +274,1.152365588,0.590457682,99,-1.53318962,0.7230212049,6982.4831626 +275,0.350198001,0.718001859,99,-1.53318962,0.7230212049,5173.4055492 +276,0.046513677,0.491503852,99,-1.53318962,0.7230212049,4988.5140077 +277,0.027510309,0.742571376,99,-1.53318962,0.7230212049,4359.8520843 +278,0.306285725,-0.214631579,99,-1.53318962,0.7230212049,7576.703894 +279,-1.100564889,0.318051531,99,-1.53318962,0.7230212049,2171.162889 +280,-1.078582306,0.301437596,99,-1.53318962,0.7230212049,2273.7265015 +281,-1.137371989,-0.617634065,99,-1.53318962,0.7230212049,5501.6081509 +282,0.784356344,0.703272339,99,-1.53318962,0.7230212049,6065.6879306 +283,-1.221209947,0.218327455,99,-1.53318962,0.7230212049,2271.7815192 +284,2.347301921,-0.449114658,99,-1.53318962,0.7230212049,9807.5619609 +285,0.246820618,0.830553713,99,-1.53318962,0.7230212049,4663.0800468 +286,0.829414965,0.703288228,99,-1.53318962,0.7230212049,6138.9921989 +287,-1.337537566,0.42332223,99,-1.53318962,0.7230212049,1351.1519862 +288,0.882453706,0.454478077,99,-1.53318962,0.7230212049,7073.656098 +289,1.575629659,0.416419109,99,-1.53318962,0.7230212049,7928.9198949 +290,-1.039455679,0.229888244,99,-1.53318962,0.7230212049,2590.4742931 +291,0.489558039,0.934482747,99,-1.53318962,0.7230212049,4857.9955723 +292,0.081344504,0.88384514,99,-1.53318962,0.7230212049,4189.9574604 +293,-1.547979814,0.300350308,99,-1.53318962,0.7230212049,1674.9557152 +294,0.040776181,0.168560074,99,-1.53318962,0.7230212049,5790.6781496 +295,-1.130374745,0.563894876,99,-1.53318962,0.7230212049,1417.5399988 +296,1.578326642,0.478507176,99,-1.53318962,0.7230212049,7683.3161327 +297,-1.12861823,-0.291640865,99,-1.53318962,0.7230212049,4284.1498905 +298,0.310524208,0.770885792,99,-1.53318962,0.7230212049,4948.2057677 +299,0.415649091,-0.387246002,99,-1.53318962,0.7230212049,8323.9925358 +300,-0.926533878,-0.188022748,99,-1.53318962,0.7230212049,4232.1337226 +301,1.258856172,-0.11716081,99,-1.53318962,0.7230212049,9746.6416707 +302,-1.126050026,0.322941926,99,-1.53318962,0.7230212049,2098.5469791 +303,2.002785835,0.07893892,99,-1.53318962,0.7230212049,8962.1137454 +304,0.440437607,0.746258085,99,-1.53318962,0.7230212049,5288.942438 +305,-0.030391866,0.214441206,99,-1.53318962,0.7230212049,5462.3885912 +306,0.521557815,-0.058929362,99,-1.53318962,0.7230212049,7796.9371643 +307,-0.097005111,0.13317729,99,-1.53318962,0.7230212049,5474.4332512 +308,1.83113859,0.221857587,99,-1.53318962,0.7230212049,8613.5651618 +309,0.222428864,0.099404236,99,-1.53318962,0.7230212049,6505.1823583 +310,-1.702731345,0.8728568183,99,-1.53318962,0.7230212049,755.04819278 +311,-0.418507569,0.278324921,99,-1.53318962,0.7230212049,4150.9666031 +312,-1.41153306,0.339029988,99,-1.53318962,0.7230212049,1575.3287547 +313,0.357560442,0.114788776,99,-1.53318962,0.7230212049,6852.388007 +314,0.325818979,0.268352149,99,-1.53318962,0.7230212049,6341.0277197 +315,-1.246004659,-0.663679965,99,-1.53318962,0.7230212049,5589.9742371 +316,1.814603087,0.637404484,99,-1.53318962,0.7230212049,7003.5705008 +317,1.843704281,-0.18300445,99,-1.53318962,0.7230212049,10153.132296 +318,1.690644492,-0.211480909,99,-1.53318962,0.7230212049,10397.677243 +319,-1.275451936,0.068109467,99,-1.53318962,0.7230212049,2750.8005419 +320,0.762430171,-0.207594741,99,-1.53318962,0.7230212049,8885.09265 +321,0.265668905,-0.014647884,99,-1.53318962,0.7230212049,6935.582785 +322,-2.773032013,-0.335515811,99,-1.53318962,0.7230212049,6173.5660033 +323,-1.469512853,0.174058777,99,-1.53318962,0.7230212049,2185.77485 +324,0.286276986,0.785925691,99,-1.53318962,0.7230212049,4857.5302031 +325,-1.379324697,0.377432233,99,-1.53318962,0.7230212049,1462.1257773 +326,-1.203778265,0.212813032,99,-1.53318962,0.7230212049,2320.5888712 +327,0.579916301,0.611743168,99,-1.53318962,0.7230212049,5971.5146904 +328,0.267582642,0.868113908,99,-1.53318962,0.7230212049,4615.8454587 +329,0.412869244,-0.050245578,99,-1.53318962,0.7230212049,7460.8350356 +330,0.17524381,0.976660285,99,-1.53318962,0.7230212049,4190.4562469 +331,0.743157214,0.204812899,99,-1.53318962,0.7230212049,7602.3170877 +332,-1.070758176,0.269382282,99,-1.53318962,0.7230212049,2393.3100648 +333,-1.230364251,0.329790229,99,-1.53318962,0.7230212049,1863.1728127 +334,-1.374813124,-0.024926835,99,-1.53318962,0.7230212049,3016.8584175 +335,0.519780566,0.463669906,99,-1.53318962,0.7230212049,6281.6108981 +336,-1.55108034,0.239698561,99,-1.53318962,0.7230212049,1915.4342777 +337,0.180294813,0.029739425,99,-1.53318962,0.7230212049,6566.5892807 +338,0.67820924,0.268170153,99,-1.53318962,0.7230212049,7250.6798643 +339,0.445798684,1.024001867,99,-1.53318962,0.7230212049,4546.742301 +340,0.691751283,0.150521402,99,-1.53318962,0.7230212049,7646.1689777 +341,-1.036643551,-0.903056181,99,-1.53318962,0.7230212049,6663.7944666 +342,-0.120287036,1.083325163,99,-1.53318962,0.7230212049,3472.0120573 +343,2.823513113,-0.304487164,99,-1.53318962,0.7230212049,8059.5440561 +344,0.457583172,1.12513373,99,-1.53318962,0.7230212049,4305.1697105 +345,0.042918831,0.813795399,99,-1.53318962,0.7230212049,4246.8657774 +346,1.196146777,-0.853142756,99,-1.53318962,0.7230212049,11188.97204 +347,0.206001358,-0.010430701,99,-1.53318962,0.7230212049,6748.5551395 +348,-0.268308653,0.234799412,99,-1.53318962,0.7230212049,4705.5075528 +349,0.759363263,0.736189579,99,-1.53318962,0.7230212049,5915.9495247 +350,0.181363926,0.891988372,99,-1.53318962,0.7230212049,4383.9981477 +351,-0.021111158,0.139103292,99,-1.53318962,0.7230212049,5684.2782185 +352,-0.093355215,0.630686981,99,-1.53318962,0.7230212049,4287.1820285 +353,0.40118964,0.681375926,99,-1.53318962,0.7230212049,5385.3328955 +354,-0.721197315,1.304706234,99,-1.53318962,0.7230212049,2715.7113503 +355,-1.076150317,0.212107639,99,-1.53318962,0.7230212049,2568.2240243 +356,-1.577164531,0.273993443,99,-1.53318962,0.7230212049,1784.9559924 +357,-0.190788414,0.182208586,99,-1.53318962,0.7230212049,5069.5206313 +358,-0.261349752,0.209710184,99,-1.53318962,0.7230212049,4789.7641258 +359,-1.029303852,0.083549259,99,-1.53318962,0.7230212049,3097.2835747 +360,-1.268609162,0.330525297,99,-1.53318962,0.7230212049,1793.0680013 +361,1.282982244,-0.926641967,99,-1.53318962,0.7230212049,11260.545795 +362,0.217352334,0.731352408,99,-1.53318962,0.7230212049,4838.8001188 +363,-1.511833084,0.258629297,99,-1.53318962,0.7230212049,1840.9177195 +364,0.338812194,0.823184618,99,-1.53318962,0.7230212049,4873.1959435 +365,-0.324406489,1.134201999,99,-1.53318962,0.7230212049,3084.1455548 +366,1.389579348,0.399185724,99,-1.53318962,0.7230212049,7926.6776536 +367,2.047152199,-0.039082036,99,-1.53318962,0.7230212049,9316.2171417 +368,0.947780369,0.568250077,99,-1.53318962,0.7230212049,6790.0497974 +369,0.763824846,0.576754987,99,-1.53318962,0.7230212049,6446.0847336 +370,-0.142334657,0.928153068,99,-1.53318962,0.7230212049,3622.8302565 +371,0.610266567,0.547265983,99,-1.53318962,0.7230212049,6232.4814648 +372,0.210731629,0.746815056,99,-1.53318962,0.7230212049,4785.7907705 +373,-1.34931644,0.316895224,99,-1.53318962,0.7230212049,1725.121899 +374,2.407696481,0.655030745,99,-1.53318962,0.7230212049,6267.5155079 +375,0.64207831,0.545359131,99,-1.53318962,0.7230212049,6305.533336 +376,1.174597538,0.840588356,99,-1.53318962,0.7230212049,6066.8509146 +377,0.660059424,0.010604079,99,-1.53318962,0.7230212049,7983.090457 +378,-0.730263819,0.010486456,99,-1.53318962,0.7230212049,4019.8950386 +379,0.831068936,0.512339172,99,-1.53318962,0.7230212049,6784.1989985 +380,1.301180979,0.72367476,99,-1.53318962,0.7230212049,6608.6281335 +381,1.811128231,0.322854402,99,-1.53318962,0.7230212049,8234.801305 +382,0.435105812,0.992284428,99,-1.53318962,0.7230212049,4612.2903458 +383,0.62643634,0.592027932,99,-1.53318962,0.7230212049,6128.1611622 +384,0.492988703,-0.516339467,99,-1.53318962,0.7230212049,8837.7911884 +385,-0.162469483,0.112549365,99,-1.53318962,0.7230212049,5333.6142427 +386,0.314630866,0.472006421,99,-1.53318962,0.7230212049,5752.6755375 +387,0.166744804,0.822815954,99,-1.53318962,0.7230212049,4507.8502228 +388,0.417159608,0.965805736,99,-1.53318962,0.7230212049,4651.3128253 +389,0.106334961,0.868774244,99,-1.53318962,0.7230212049,4275.1092017 +390,0.815086969,-0.338144359,99,-1.53318962,0.7230212049,9381.267943 +391,0.59867455,-0.230624824,99,-1.53318962,0.7230212049,8479.7708749 +392,1.915104874,0.066220985,99,-1.53318962,0.7230212049,9127.2975512 +393,1.278093622,0.064463721,99,-1.53318962,0.7230212049,9104.485513 +394,-0.061477853,0.302997961,99,-1.53318962,0.7230212049,5146.3342393 +395,0.251311504,0.626976942,99,-1.53318962,0.7230212049,5182.4915437 +396,2.950242872,0.149095644,99,-1.53318962,0.7230212049,6499.4428494 +397,-0.180294708,0.35375117,99,-1.53318962,0.7230212049,4672.5133937 +398,1.010448592,-0.351180233,99,-1.53318962,0.7230212049,9958.3357071 +399,-1.748740498,0.3686318073,99,-1.53318962,0.7230212049,1578.1669741 +400,2.699635665,0.123533791,99,-1.53318962,0.7230212049,7271.105254 +401,0.496808033,0.823843254,99,-1.53318962,0.7230212049,5181.3149738 +402,0.129574704,0.763364087,99,-1.53318962,0.7230212049,4558.6340465 +403,1.798920311,0.817447563,99,-1.53318962,0.7230212049,6305.2781318 +404,0.335987953,0.746786541,99,-1.53318962,0.7230212049,5066.064044 +405,-1.085413643,0.292154671,99,-1.53318962,0.7230212049,2287.5907313 +406,-0.155321003,0.508207011,99,-1.53318962,0.7230212049,4383.8710505 +407,0.620529244,-0.301175104,99,-1.53318962,0.7230212049,8723.7140762 +408,1.684402744,0.368716966,99,-1.53318962,0.7230212049,8110.4675364 +409,0.300582244,-0.386397212,99,-1.53318962,0.7230212049,7982.0888261 +410,2.913555946,-0.009225192,99,-1.53318962,0.7230212049,7031.4050631 +411,1.465101417,0.493232532,99,-1.53318962,0.7230212049,7597.7127435 +412,0.090612882,0.907955955,99,-1.53318962,0.7230212049,4161.197531 +413,2.987564726,-0.729568594,99,-1.53318962,0.7230212049,8516.7493364 +414,-1.484261606,0.224149272,99,-1.53318962,0.7230212049,1983.2627882 +415,0.164073421,0.303955133,99,-1.53318962,0.7230212049,5794.1284988 +416,0.141441293,0.167552546,99,-1.53318962,0.7230212049,6088.3514233 +417,2.931321023,-0.506718887,99,-1.53318962,0.7230212049,8213.8503901 +418,2.21951565,0.700596356,99,-1.53318962,0.7230212049,6391.9227585 +419,0.268112576,1.199114336,99,-1.53318962,0.7230212049,3894.9539806 +420,0.978913739,0.359223811,99,-1.53318962,0.7230212049,7574.1954875 +421,1.210898818,0.522863584,99,-1.53318962,0.7230212049,7298.9661813 +422,2.347397336,0.129231362,99,-1.53318962,0.7230212049,8134.6011985 +423,0.614394501,0.556878345,99,-1.53318962,0.7230212049,6211.654376 +424,-1.398079356,0.148483366,99,-1.53318962,0.7230212049,2324.539706 +425,2.535303836,-0.112984496,99,-1.53318962,0.7230212049,8396.5867514 +426,-1.019372593,-0.405322349,99,-1.53318962,0.7230212049,4851.2283643 +427,-1.297785627,-0.160104069,99,-1.53318962,0.7230212049,3601.6074135 +428,2.144554488,0.205051084,99,-1.53318962,0.7230212049,8279.3148102 +429,-2.242387083,-0.426171285,99,-1.53318962,0.7230212049,5243.1144792 +430,0.338637212,0.909723676,99,-1.53318962,0.7230212049,4653.2112794 +431,-0.148798452,0.691042401,99,-1.53318962,0.7230212049,4015.0086188 +432,0.893524764,0.441829531,99,-1.53318962,0.7230212049,7136.8797997 +433,0.969229347,-0.368847936,99,-1.53318962,0.7230212049,9894.0700437 +434,0.436043248,0.800045688,99,-1.53318962,0.7230212049,5130.8146683 +435,1.687946607,1.081504775,99,-1.53318962,0.7230212049,5291.5833771 +436,0.522302046,-0.034889271,99,-1.53318962,0.7230212049,7732.7039217 +437,-0.178996113,-0.438090009,99,-1.53318962,0.7230212049,6757.3139854 +438,-1.094339566,0.301444068,99,-1.53318962,0.7230212049,2237.9017582 +439,-1.064070054,0.242569932,99,-1.53318962,0.7230212049,2494.5830768 +440,-1.068153768,0.230387998,99,-1.53318962,0.7230212049,2525.2541975 +441,-3.00496892,-0.23989155,99,-1.53318962,0.7230212049,6559.8382875 +442,0.21751974,0.766874888,99,-1.53318962,0.7230212049,4752.6087072 +443,0.117229532,0.007619006,99,-1.53318962,0.7230212049,6438.2870598 +444,0.777758451,0.420554741,99,-1.53318962,0.7230212049,6985.0812364 +445,-0.252356999,0.250747086,99,-1.53318962,0.7230212049,4712.762009 +446,0.363148444,0.768483434,99,-1.53318962,0.7230212049,5066.9716937 +447,0.903191366,-0.118210676,99,-1.53318962,0.7230212049,8998.7243566 +448,-0.205755923,0.149406178,99,-1.53318962,0.7230212049,5109.5503765 +449,1.811996086,0.02364353,99,-1.53318962,0.7230212049,9397.0983248 +450,-1.100670221,0.314845373,99,-1.53318962,0.7230212049,2181.0650531 +451,0.340078597,0.850105132,99,-1.53318962,0.7230212049,4806.6819455 +452,0.258757267,0.804969236,99,-1.53318962,0.7230212049,4750.7923584 +453,2.78505352,-0.155160804,99,-1.53318962,0.7230212049,7794.7869203 +454,0.800551619,0.105822106,99,-1.53318962,0.7230212049,8050.2860664 +455,0.437940882,-0.506194031,99,-1.53318962,0.7230212049,8655.1288568 +456,2.230431122,0.63458615,99,-1.53318962,0.7230212049,6612.6308048 +457,0.527965361,0.127667701,99,-1.53318962,0.7230212049,7288.3928002 +458,-0.063643205,0.702093448,99,-1.53318962,0.7230212049,4215.4451435 +459,1.408447268,0.133010502,99,-1.53318962,0.7230212049,8976.090624 +460,0.523795955,0.280266966,99,-1.53318962,0.7230212049,6833.0115503 +461,-0.975769313,0.072177659,99,-1.53318962,0.7230212049,3247.2451605 +462,0.549774164,-0.463663986,99,-1.53318962,0.7230212049,8893.9461877 +463,0.29245874,1.095549818,99,-1.53318962,0.7230212049,4139.5422207 +464,0.143625958,0.816809593,99,-1.53318962,0.7230212049,4470.0308618 +465,0.671902494,0.611159853,99,-1.53318962,0.7230212049,6159.5083148 +466,1.239840988,0.6724199,99,-1.53318962,0.7230212049,6758.5621885 +467,0.607829703,-0.10932137,99,-1.53318962,0.7230212049,8180.3835507 +468,1.763020906,0.263996692,99,-1.53318962,0.7230212049,8493.4169634 +469,0.378714634,0.726066797,99,-1.53318962,0.7230212049,5214.0143849 +470,2.196736143,-0.153862366,99,-1.53318962,0.7230212049,9393.1123139 +471,0.01702415,0.148991565,99,-1.53318962,0.7230212049,5771.4701422 +472,-2.998490902,-0.158002487,99,-1.53318962,0.7230212049,6325.4657337 +473,-3.051262951,-0.346595608,99,-1.53318962,0.7230212049,6969.4284681 +474,-1.069176439,0.182802941,99,-1.53318962,0.7230212049,2680.4608937 +475,0.167157509,0.595344954,99,-1.53318962,0.7230212049,5052.9742222 +476,0.613855648,0.681746124,99,-1.53318962,0.7230212049,5826.3326564 +477,1.037012736,0.682555367,99,-1.53318962,0.7230212049,6507.5463426 +478,-1.253574971,0.379755746,99,-1.53318962,0.7230212049,1648.7413767 +479,3.108590453,-0.132620738,99,-1.53318962,0.7230212049,6777.9986293 +480,0.565301296,0.022333262,99,-1.53318962,0.7230212049,7692.0681019 +481,0.547898238,0.855555614,99,-1.53318962,0.7230212049,5182.8361385 +482,0.948309381,0.417393755,99,-1.53318962,0.7230212049,7318.1310686 +483,-0.050600732,0.945269213,99,-1.53318962,0.7230212049,3795.1678992 +484,-0.977651478,-0.572363064,99,-1.53318962,0.7230212049,5516.4871635 +485,1.102014914,0.728861163,99,-1.53318962,0.7230212049,6413.877519 +486,2.927300795,-0.282939414,99,-1.53318962,0.7230212049,7698.370674 +487,-1.154565557,0.124434095,99,-1.53318962,0.7230212049,2719.4261656 +488,1.855331234,0.291044755,99,-1.53318962,0.7230212049,8326.2735111 +489,0.830290659,0.276904518,99,-1.53318962,0.7230212049,7565.8558898 +490,0.485104466,-0.234867441,99,-1.53318962,0.7230212049,8157.8484419 +491,0.521367572,-0.33161327,99,-1.53318962,0.7230212049,8505.7522504 +1,-1.539031704,0.7349710123,100,-1.531154816,0.7230299897,52.712715316 +2,-1.536990553,0.7349663874,100,-1.531154816,0.7230299897,50.325185352 +3,-1.534951779,0.7349571355,100,-1.531154816,0.7230299897,48.556819859 +4,-1.532906461,0.7349480293,100,-1.531154816,0.7230299897,47.490133674 +5,-1.531320211,0.7346937278,100,-1.531154816,0.7230299897,46.202651212 +6,-1.539451648,0.7335131775,100,-1.531154816,0.7230299897,48.226463154 +7,-1.537429487,0.7335445708,100,-1.531154816,0.7230299897,45.591970203 +8,-1.535484998,0.7335658704,100,-1.531154816,0.7230299897,43.651589109 +9,-1.533488396,0.7336036027,100,-1.531154816,0.7230299897,42.446353851 +10,-1.531497785,0.7335842962,100,-1.531154816,0.7230299897,41.817899724 +11,-1.530259379,0.7334777758,100,-1.531154816,0.7230299897,41.468254388 +12,-1.5335454,0.7322346912,100,-1.531154816,0.7230299897,37.139162965 +13,-1.531489083,0.7322238773,100,-1.531154816,0.7230299897,36.430408262 +14,-1.530011122,0.7321679851,100,-1.531154816,0.7230299897,36.353348433 +15,-1.53348106,0.7306614094,100,-1.531154816,0.7230299897,31.002347247 +16,-1.531441779,0.7306962275,100,-1.531154816,0.7230299897,30.377844619 +17,-1.529755654,0.7306933243,100,-1.531154816,0.7230299897,30.635675835 +18,-1.533415048,0.7291384674,100,-1.531154816,0.7230299897,25.104772093 +19,-1.531392093,0.7291705353,100,-1.531154816,0.7230299897,24.332852587 +20,-1.529296523,0.7291214933,100,-1.531154816,0.7230299897,24.748294747 +21,-1.535280942,0.727267644,100,-1.531154816,0.7230299897,20.769158661 +22,-1.533378158,0.7276139666,100,-1.531154816,0.7230299897,19.316001767 +23,-1.531340368,0.7276446587,100,-1.531154816,0.7230299897,18.28697567 +24,-1.528960113,0.7276398177,100,-1.531154816,0.7230299897,19.383610242 +25,-1.533313146,0.7260818349,100,-1.531154816,0.7230299897,13.678747005 +26,-1.531259555,0.7260958115,100,-1.531154816,0.7230299897,12.14769287 +27,-1.528926415,0.7260865555,100,-1.531154816,0.7230299897,13.793635566 +28,-1.531226779,0.7245511789,100,-1.531154816,0.7230299897,6.0292146444 +29,-1.528904772,0.7245519194,100,-1.531154816,0.7230299897,8.9965528567 +30,-1.547195875,0.7409785979,100,-1.531154816,0.7230299897,85.369323977 +31,-1.5451475,0.740980426,100,-1.531154816,0.7230299897,82.188530599 +32,-1.543097679,0.7409798872,100,-1.531154816,0.7230299897,79.329668847 +33,-1.540720364,0.7409892687,100,-1.531154816,0.7230299897,76.515661152 +34,-1.547188511,0.7395198392,100,-1.531154816,0.7230299897,80.626468946 +35,-1.545148587,0.7395226109,100,-1.531154816,0.7230299897,77.263662051 +36,-1.543104538,0.7395314908,100,-1.531154816,0.7230299897,74.251962363 +37,-1.540727751,0.7395306258,100,-1.531154816,0.7230299897,71.191983245 +38,-1.547187029,0.7380014886,100,-1.531154816,0.7230299897,75.853873359 +39,-1.545147315,0.7380012252,100,-1.531154816,0.7230299897,72.254231755 +40,-1.54310719,0.7380060743,100,-1.531154816,0.7230299897,69.00917683 +41,-1.540719671,0.7380068206,100,-1.531154816,0.7230299897,65.692437163 +42,-1.547187189,0.7364799098,100,-1.531154816,0.7230299897,71.263114874 +43,-1.545149996,0.7364853874,100,-1.531154816,0.7230299897,67.435885902 +44,-1.543106091,0.7364823484,100,-1.531154816,0.7230299897,63.907156272 +45,-1.540717158,0.7364893901,100,-1.531154816,0.7230299897,60.32550577 +46,-1.538663972,0.7410138672,100,-1.531154816,0.7230299897,74.590442037 +47,-1.53695285,0.7409699132,100,-1.531154816,0.7230299897,73.084411855 +48,-1.534910498,0.7409641297,100,-1.531154816,0.7230299897,71.893735467 +49,-1.533145034,0.7409536636,100,-1.531154816,0.7230299897,71.237404849 +50,-1.538681336,0.7395405883,100,-1.531154816,0.7230299897,69.060242295 +51,-1.536999189,0.7395183096,100,-1.531154816,0.7230299897,67.544823039 +52,-1.534923633,0.7395144222,100,-1.531154816,0.7230299897,66.233462868 +53,-1.533267822,0.7395654306,100,-1.531154816,0.7230299897,65.792447099 +54,-1.53867273,0.7380151077,100,-1.531154816,0.7230299897,63.364425874 +55,-1.536980576,0.7379994392,100,-1.531154816,0.7230299897,61.734686914 +56,-1.534931522,0.7379944961,100,-1.531154816,0.7230299897,60.312516401 +57,-1.533387952,0.7379480264,100,-1.531154816,0.7230299897,59.456492422 +58,-1.538682279,0.7364914363,100,-1.531154816,0.7230299897,57.766303181 +59,-1.536980704,0.7364810563,100,-1.531154816,0.7230299897,55.986931751 +60,-1.534935567,0.7364752065,100,-1.531154816,0.7230299897,54.413565586 +61,-1.533042592,0.7363876366,100,-1.531154816,0.7230299897,53.202368575 +62,-1.545143426,0.7349628011,100,-1.531154816,0.7230299897,62.784135368 +63,-1.543105297,0.7349691947,100,-1.531154816,0.7230299897,59.01563457 +64,-1.541064533,0.7349647152,100,-1.531154816,0.7230299897,55.604240527 +65,-1.545411803,0.7334624714,100,-1.531154816,0.7230299897,59.024840595 +66,-1.543446606,0.7334780896,100,-1.531154816,0.7230299897,55.073397839 +67,-1.541475327,0.7334957295,100,-1.531154816,0.7230299897,51.471443364 +68,-1.545401939,0.731963266,100,-1.531154816,0.7230299897,55.030382628 +69,-1.54342253,0.7319915583,100,-1.531154816,0.7230299897,50.763915257 +70,-1.541455867,0.7320216438,100,-1.531154816,0.7230299897,46.872424655 +71,-1.545410146,0.7304422281,100,-1.531154816,0.7230299897,51.407545623 +72,-1.543435491,0.7304713664,100,-1.531154816,0.7230299897,46.800929159 +73,-1.541463105,0.7304997613,100,-1.531154816,0.7230299897,42.503374282 +74,-1.545414768,0.7289194936,100,-1.531154816,0.7230299897,48.254753112 +75,-1.543435774,0.7289538557,100,-1.531154816,0.7230299897,43.289317938 +76,-1.541457714,0.7289765881,100,-1.531154816,0.7230299897,38.551336116 +77,-1.539449415,0.7320555866,100,-1.531154816,0.7230299897,43.360233552 +78,-1.537429183,0.7321097681,100,-1.531154816,0.7230299897,40.47149073 +79,-1.535472649,0.7321497267,100,-1.531154816,0.7230299897,38.314676274 +80,-1.539457899,0.7305333307,100,-1.531154816,0.7230299897,38.566768981 +81,-1.537453161,0.7305750503,100,-1.531154816,0.7230299897,35.224237778 +82,-1.535479385,0.7306124949,100,-1.531154816,0.7230299897,32.648385547 +83,-1.53946905,0.7290102593,100,-1.531154816,0.7230299897,34.170675721 +84,-1.537459922,0.7290417293,100,-1.531154816,0.7230299897,30.262741032 +85,-1.535451349,0.7290890157,100,-1.531154816,0.7230299897,27.1652461 +86,-1.535522937,0.7279887191,100,-1.531154816,0.7230299897,23.523515894 +87,-1.539442524,0.7274735939,100,-1.531154816,0.7230299897,30.220540788 +88,-1.537424111,0.727521351,100,-1.531154816,0.7230299897,25.725640834 +89,-1.539384641,0.7259505092,100,-1.531154816,0.7230299897,27.013136299 +90,-1.537372391,0.7259947145,100,-1.531154816,0.7230299897,21.863339067 +91,-1.535340789,0.7260435356,100,-1.531154816,0.7230299897,17.223024698 +92,-1.539325716,0.7244369706,100,-1.531154816,0.7230299897,24.88435291 +93,-1.537308932,0.7244801057,100,-1.531154816,0.7230299897,19.147686658 +94,-1.535289068,0.7245247645,100,-1.531154816,0.7230299897,13.624297652 +95,-1.533261366,0.7245550236,100,-1.531154816,0.7230299897,8.6936404929 +96,-1.539267302,0.722921924,100,-1.531154816,0.7230299897,24.098801085 +97,-1.537248972,0.7229660258,100,-1.531154816,0.7230299897,18.101763498 +98,-1.535219431,0.7229916471,100,-1.531154816,0.7230299897,12.072959188 +99,-1.53318962,0.7230212049,100,-1.531154816,0.7230299897,6.0434396455 +100,-1.531154816,0.7230299897,100,-1.531154816,0.7230299897,2.9974536498 +101,-1.528878341,0.7230370244,100,-1.531154816,0.7230299897,6.7611118136 +102,-1.539218189,0.7214009878,100,-1.531154816,0.7230299897,24.81863248 +103,-1.537198791,0.7214422745,100,-1.531154816,0.7230299897,19.032085867 +104,-1.535179266,0.7214634354,100,-1.531154816,0.7230299897,13.474546961 +105,-1.533156501,0.7214944644,100,-1.531154816,0.7230299897,8.5078607148 +106,-1.53113574,0.7215166021,100,-1.531154816,0.7230299897,5.9947962015 +107,-1.528874248,0.7215345535,100,-1.531154816,0.7230299897,9.0013379069 +108,-1.539217656,0.7198512397,100,-1.531154816,0.7230299897,27.084513147 +109,-1.537199919,0.7199428763,100,-1.531154816,0.7230299897,21.74260946 +110,-1.545425832,0.727397149,100,-1.531154816,0.7230299897,45.702680678 +111,-1.543371177,0.7273916949,100,-1.531154816,0.7230299897,40.122398003 +112,-1.541368852,0.7274523163,100,-1.531154816,0.7230299897,34.9782407 +113,-1.545349067,0.7258710923,100,-1.531154816,0.7230299897,43.581494133 +114,-1.54332671,0.7258603556,100,-1.531154816,0.7230299897,37.805451256 +115,-1.541346831,0.7259242142,100,-1.531154816,0.7230299897,32.331910205 +116,-1.545324355,0.7243383958,100,-1.531154816,0.7230299897,42.376813102 +117,-1.543292796,0.7243617413,100,-1.531154816,0.7230299897,36.412327131 +118,-1.541295822,0.7244024384,100,-1.531154816,0.7230299897,30.587195753 +119,-1.543193859,0.7205570215,100,-1.531154816,0.7230299897,37.110617119 +120,-1.550257047,0.7386738187,100,-1.531154816,0.7230299897,83.747231328 +121,-1.549335448,0.7311736483,100,-1.531154816,0.7230299897,62.729853843 +122,-1.533478843,0.7179891343,100,-1.531154816,0.7230299897,21.131197233 +123,-1.556150555,0.738907041,100,-1.531154816,0.7230299897,96.893312545 +124,-1.554324226,0.733414257,100,-1.531154816,0.7230299897,79.895956131 +125,-1.554290846,0.7288285332,100,-1.531154816,0.7230299897,72.282510278 +126,-1.55122487,0.7219795312,100,-1.531154816,0.7230299897,59.779711993 +127,-1.525104458,0.7229399862,100,-1.531154816,0.7230299897,17.973650878 +128,-1.519607711,0.7236181429,100,-1.531154816,0.7230299897,34.364686754 +129,-1.513899999,0.7251107854,100,-1.531154816,0.7230299897,51.858151039 +130,-1.536620762,0.7431061895,100,-1.531154816,0.7230299897,81.132917706 +131,-1.5369566,0.7460845958,100,-1.531154816,0.7230299897,92.897969982 +132,-1.545345528,0.7447040685,100,-1.531154816,0.7230299897,95.459019002 +133,-1.532813921,0.7432306626,100,-1.531154816,0.7230299897,80.163724915 +134,-1.554788248,0.7382381001,100,-1.531154816,0.7230299897,92.135293572 +135,-1.540348126,0.7301594274,100,-1.531154816,0.7230299897,39.220895722 +136,-1.538016084,0.7239051786,100,-1.531154816,0.7230299897,20.662780437 +137,-1.525288962,0.7258085137,100,-1.531154816,0.7230299897,20.588526464 +138,-1.534326986,0.731241342,100,-1.531154816,0.7230299897,33.852643709 +139,-1.530733872,0.7303625216,100,-1.531154816,0.7230299897,29.070878954 +141,-1.534354939,0.7328219978,100,-1.531154816,0.7230299897,39.923839293 +142,-1.53157084,0.7292888153,100,-1.531154816,0.7230299897,24.821809 +143,-1.525691035,0.7263799874,100,-1.531154816,0.7230299897,20.943275973 +144,-1.534031287,0.7495967835,100,-1.531154816,0.7230299897,105.56909384 +145,-1.527714986,0.7283095957,100,-1.531154816,0.7230299897,23.26407401 +146,-1.526189586,0.7271468292,100,-1.531154816,0.7230299897,21.967767164 +147,-1.555177336,0.7375563366,100,-1.531154816,0.7230299897,91.297843662 +148,-1.555080283,0.7312707794,100,-1.531154816,0.7230299897,77.960193807 +149,-1.53856994,0.7224180299,100,-1.531154816,0.7230299897,22.161615598 +150,-1.530837883,0.729933372,100,-1.531154816,0.7230299897,27.360394638 +151,-1.515066984,0.5854133365,100,-1.531154816,0.7230299897,547.42971906 +152,-1.534731633,0.5368370046,100,-1.531154816,0.7230299897,737.59859983 +153,-1.515231902,0.5607085576,100,-1.531154816,0.7230299897,644.92513625 +154,-2.616253799,1.0684566605,100,-1.531154816,0.7230299897,2872.0348851 +155,-1.956071439,0.5792177723,100,-1.531154816,0.7230299897,1448.5251347 +156,-1.951208514,0.5602434208,100,-1.531154816,0.7230299897,1473.9355116 +157,-1.944675062,0.6062144545,100,-1.531154816,0.7230299897,1364.5373604 +158,-1.613778386,0.6077989518,100,-1.531154816,0.7230299897,523.81927274 +159,-2.035029014,0.6021432345,100,-1.531154816,0.7230299897,1636.052558 +160,-2.114989471,0.6801825058,100,-1.531154816,0.7230299897,1763.4710114 +161,-2.037382079,0.5765830025,100,-1.531154816,0.7230299897,1688.9870504 +162,-2.129855121,0.6585019963,100,-1.531154816,0.7230299897,1833.444936 +163,-2.075141798,0.6493615843,100,-1.531154816,0.7230299897,1682.9941549 +164,-1.828626729,0.6948433129,100,-1.531154816,0.7230299897,899.83749967 +165,-1.863329418,0.6735427691,100,-1.531154816,0.7230299897,1024.4675732 +166,-1.266037071,0.727988852,100,-1.531154816,0.7230299897,784.89438807 +167,-1.277579582,0.7249010648,100,-1.531154816,0.7230299897,751.63884511 +168,-1.258418684,0.7241194816,100,-1.531154816,0.7230299897,808.53729675 +169,-1.317813974,0.6804850104,100,-1.531154816,0.7230299897,666.36352712 +170,-1.344165204,0.6790988904,100,-1.531154816,0.7230299897,591.66496015 +171,-1.427582102,0.5277120351,100,-1.531154816,0.7230299897,841.56560068 +172,-1.402238616,0.457167829,100,-1.531154816,0.7230299897,1134.2034417 +173,-1.422454264,0.4996161999,100,-1.531154816,0.7230299897,951.900285 +174,-1.439089277,0.4894859811,100,-1.531154816,0.7230299897,971.87399924 +175,-1.448126995,0.5182330266,100,-1.531154816,0.7230299897,853.80106549 +176,-1.474626146,0.5881926574,100,-1.531154816,0.7230299897,562.68921066 +177,-1.421139645,0.5584869783,100,-1.531154816,0.7230299897,738.94332712 +178,-1.457037165,0.565943032,100,-1.531154816,0.7230299897,664.77389237 +179,-2.757159358,0.3745319,100,-1.531154816,0.7230299897,4248.1911636 +180,-2.714309238,0.342054471,100,-1.531154816,0.7230299897,4198.3199704 +181,-2.000525337,0.774119946,100,-1.531154816,0.7230299897,1370.7763927 +183,-1.571413436,0.6777838382,100,-1.531154816,0.7230299897,216.74021352 +184,-1.552860289,0.6987663893,100,-1.531154816,0.7230299897,116.10582336 +185,-1.521852374,0.7165827476,100,-1.531154816,0.7230299897,37.680266819 +186,-1.503656267,0.6928968252,100,-1.531154816,0.7230299897,145.22862413 +187,-1.502753178,0.7136205882,100,-1.531154816,0.7230299897,92.536739372 +188,-1.631894563,0.7343596465,100,-1.531154816,0.7230299897,300.9970798 +189,-1.653765416,0.6770714026,100,-1.531154816,0.7230299897,413.47015306 +190,-1.719812114,0.6715965947,100,-1.531154816,0.7230299897,607.46979049 +191,-1.493406659,0.6646955447,100,-1.531154816,0.7230299897,258.05229746 +192,-1.469120564,0.6613469966,100,-1.531154816,0.7230299897,308.93319644 +193,-1.590551461,0.5326612937,100,-1.531154816,0.7230299897,777.53358457 +194,-1.625979264,0.5247742243,100,-1.531154816,0.7230299897,841.90589448 +195,-1.572293943,0.5238808754,100,-1.531154816,0.7230299897,799.7533759 +196,-1.610848725,0.5477107964,100,-1.531154816,0.7230299897,739.153211 +197,-1.208485554,0.7918526018,100,-1.531154816,0.7230299897,965.36022241 +198,-1.335601374,0.6869083083,100,-1.531154816,0.7230299897,606.56886145 +199,-1.346156996,0.6825213377,100,-1.531154816,0.7230299897,581.27611661 +200,-1.324381037,0.6741422347,100,-1.531154816,0.7230299897,655.76017683 +201,-1.242424992,0.7378949807,100,-1.531154816,0.7230299897,852.55858976 +202,-1.270370057,0.7392461008,100,-1.531154816,0.7230299897,770.63511554 +203,-1.448950472,0.7441675014,100,-1.531154816,0.7230299897,255.89300028 +204,-1.492662363,0.7523026852,100,-1.531154816,0.7230299897,161.77636285 +205,-1.479098966,0.7763855017,100,-1.531154816,0.7230299897,259.64819696 +206,-1.633760714,0.7869022408,100,-1.531154816,0.7230299897,389.19915588 +207,-1.647406434,0.8101289331,100,-1.531154816,0.7230299897,478.23453376 +208,-1.564245052,0.5701509278,100,-1.531154816,0.7230299897,614.47641736 +209,-1.646289963,0.6833746083,100,-1.531154816,0.7230299897,381.54404522 +210,-1.5820631,0.6751952144,100,-1.531154816,0.7230299897,244.3480175 +211,-1.613236298,0.6681681791,100,-1.531154816,0.7230299897,330.83886359 +212,-1.914661867,0.8212566515,100,-1.531154816,0.7230299897,1151.0819691 +213,-1.742133237,0.7250275956,100,-1.531154816,0.7230299897,625.58712098 +214,-2.033144872,0.6557314699,100,-1.531154816,0.7230299897,1549.9187768 +215,-2.039551981,0.6964723658,100,-1.531154816,0.7230299897,1523.895864 +216,-1.247341019,0.7622473908,100,-1.531154816,0.7230299897,841.17743828 +217,-1.298239787,0.7084123392,100,-1.531154816,0.7230299897,697.90109654 +218,-1.308539688,0.6926545592,100,-1.531154816,0.7230299897,680.00589254 +219,-1.303263185,0.6888938396,100,-1.531154816,0.7230299897,699.38890434 +220,-1.852400229,0.6004246149,100,-1.531154816,0.7230299897,1112.0992394 +221,-1.288947707,0.7473773692,100,-1.531154816,0.7230299897,717.23601586 +222,-1.372031502,0.7472790993,100,-1.531154816,0.7230299897,477.01001656 +223,-1.289805721,0.7242157877,100,-1.531154816,0.7230299897,715.67639126 +224,-1.350807603,0.7533498126,100,-1.531154816,0.7230299897,541.49064229 +225,-1.329290365,0.7560442322,100,-1.531154816,0.7230299897,604.48197021 +226,-1.410153004,0.616936428,100,-1.531154816,0.7230299897,563.28232072 +227,-1.393445434,0.6308995063,100,-1.531154816,0.7230299897,559.87712204 +228,-1.37595573,0.6241540638,100,-1.531154816,0.7230299897,619.28637353 +229,-1.358388707,0.6172645205,100,-1.531154816,0.7230299897,679.78298648 +230,-1.753741133,0.8281661666,100,-1.531154816,0.7230299897,753.3176408 +231,-1.47430987,0.6834615681,100,-1.531154816,0.7230299897,232.47452831 +232,-1.421012508,0.7222725206,100,-1.531154816,0.7230299897,327.17054447 +233,-1.4476833,0.6978557868,100,-1.531154816,0.7230299897,269.7005859 +234,-1.470370723,0.6966193374,100,-1.531154816,0.7230299897,210.43165289 +235,-1.429211703,0.7037216883,100,-1.531154816,0.7230299897,314.69651662 +236,-1.700578405,0.6178673663,100,-1.531154816,0.7230299897,670.08486074 +237,-1.678117619,0.6331716163,100,-1.531154816,0.7230299897,575.88576701 +238,-1.725644578,0.6316331145,100,-1.531154816,0.7230299897,700.17878301 +239,-2.14012759,0.7930497945,100,-1.531154816,0.7230299897,1759.3142891 +240,-2.103289431,0.7653606263,100,-1.531154816,0.7230299897,1664.5337631 +241,-1.318739838,0.7017808746,100,-1.531154816,0.7230299897,641.73819589 +242,-1.396417427,0.7077900843,100,-1.531154816,0.7230299897,407.20113033 +243,-1.35650337,0.7185539404,100,-1.531154816,0.7230299897,519.74642792 +244,-1.248884539,0.7274156818,100,-1.531154816,0.7230299897,835.6626996 +245,-1.395014798,0.5761185243,100,-1.531154816,0.7230299897,722.51185935 +246,-1.433377362,0.6064716109,100,-1.531154816,0.7230299897,552.9459134 +247,-1.408172432,0.5903155476,100,-1.531154816,0.7230299897,651.55377724 +248,-1.749645898,0.7757118084,100,-1.531154816,0.7230299897,666.27670033 +249,-1.571626686,0.615046989,100,-1.531154816,0.7230299897,445.77217305 +250,-1.514070049,0.6303003037,100,-1.531154816,0.7230299897,371.06458237 +251,-1.480890369,0.6237966528,100,-1.531154816,0.7230299897,422.68286661 +252,-1.704390658,0.5281680612,100,-1.531154816,0.7230299897,949.92619689 +253,-1.64434733,0.5254277498,100,-1.531154816,0.7230299897,862.45182438 +254,-1.703855997,0.4792484842,100,-1.531154816,0.7230299897,1116.5181733 +255,-1.692002383,0.5748825051,100,-1.531154816,0.7230299897,774.93056341 +256,-1.854136457,0.5544643913,100,-1.531154816,0.7230299897,1220.991973 +257,-1.665021206,0.520317736,100,-1.531154816,0.7230299897,910.3833412 +258,-1.733654349,0.4845187345,100,-1.531154816,0.7230299897,1150.2191355 +259,-1.720938188,0.5135933906,100,-1.531154816,0.7230299897,1029.3595749 +260,-1.742668307,0.553296122,100,-1.531154816,0.7230299897,949.38890107 +261,-1.965659039,0.7142126903,100,-1.531154816,0.7230299897,1291.4731308 +262,-1.944438071,0.6772834804,100,-1.531154816,0.7230299897,1260.9051392 +263,-1.270340967,0.7681487096,100,-1.531154816,0.7230299897,778.5609039 +264,-1.353091884,0.6549276821,100,-1.531154816,0.7230299897,607.04123586 +265,-1.333236659,0.6413584414,100,-1.531154816,0.7230299897,688.35151127 +266,-1.352015998,0.6753788907,100,-1.531154816,0.7230299897,574.50022493 +267,-1.377988483,0.6577816235,100,-1.531154816,0.7230299897,534.02000828 +268,-2.13075611,0.8318642051,100,-1.531154816,0.7230299897,1731.2615818 +269,-2.097910953,0.8259670014,100,-1.531154816,0.7230299897,1642.6001791 +270,-1.416382069,0.6694271549,100,-1.531154816,0.7230299897,408.17134849 +271,-1.538905672,0.7535625993,100,-1.531154816,0.7230299897,123.05231774 +272,-1.572309477,0.7803125099,100,-1.531154816,0.7230299897,256.22084944 +273,-1.87759879,0.7503853417,100,-1.531154816,0.7230299897,1019.7698676 +274,1.152365588,0.590457682,100,-1.531154816,0.7230299897,6980.19412 +275,0.350198001,0.718001859,100,-1.531154816,0.7230299897,5168.8929833 +276,0.046513677,0.491503852,100,-1.531154816,0.7230299897,4982.9026726 +277,0.027510309,0.742571376,100,-1.531154816,0.7230299897,4354.8371333 +278,0.306285725,-0.214631579,100,-1.531154816,0.7230299897,7570.6605709 +279,-1.100564889,0.318051531,100,-1.531154816,0.7230299897,2166.5727784 +280,-1.078582306,0.301437596,100,-1.531154816,0.7230299897,2269.0875783 +281,-1.137371989,-0.617634065,100,-1.531154816,0.7230299897,5499.7142964 +282,0.784356344,0.703272339,100,-1.531154816,0.7230299897,6062.2703743 +283,-1.221209947,0.218327455,100,-1.531154816,0.7230299897,2268.481484 +284,2.347301921,-0.449114658,100,-1.531154816,0.7230299897,9813.4919896 +285,0.246820618,0.830553713,100,-1.531154816,0.7230299897,4658.7366111 +286,0.829414965,0.703288228,100,-1.531154816,0.7230299897,6135.7204001 +287,-1.337537566,0.42332223,100,-1.531154816,0.7230299897,1347.9924914 +288,0.882453706,0.454478077,100,-1.531154816,0.7230299897,7069.9351338 +289,1.575629659,0.416419109,100,-1.531154816,0.7230299897,7928.6796087 +290,-1.039455679,0.229888244,100,-1.531154816,0.7230299897,2585.9182953 +291,0.489558039,0.934482747,100,-1.531154816,0.7230299897,4854.5326456 +292,0.081344504,0.88384514,100,-1.531154816,0.7230299897,4185.5374166 +293,-1.547979814,0.300350308,100,-1.531154816,0.7230299897,1675.2128318 +294,0.040776181,0.168560074,100,-1.531154816,0.7230299897,5784.6800393 +295,-1.130374745,0.563894876,100,-1.531154816,0.7230299897,1411.8378567 +296,1.578326642,0.478507176,100,-1.531154816,0.7230299897,7683.1025429 +297,-1.12861823,-0.291640865,100,-1.531154816,0.7230299897,4281.6059459 +298,0.310524208,0.770885792,100,-1.531154816,0.7230299897,4943.7799135 +299,0.415649091,-0.387246002,100,-1.531154816,0.7230299897,8317.9650008 +300,-0.926533878,-0.188022748,100,-1.531154816,0.7230299897,4228.3033171 +301,1.258856172,-0.11716081,100,-1.531154816,0.7230299897,9743.3398472 +302,-1.126050026,0.322941926,100,-1.531154816,0.7230299897,2094.0860334 +303,2.002785835,0.07893892,100,-1.531154816,0.7230299897,8965.0830151 +304,0.440437607,0.746258085,100,-1.531154816,0.7230299897,5284.7171008 +305,-0.030391866,0.214441206,100,-1.531154816,0.7230299897,5456.3827819 +306,0.521557815,-0.058929362,100,-1.531154816,0.7230299897,7791.134007 +307,-0.097005111,0.13317729,100,-1.531154816,0.7230299897,5468.3898974 +308,1.83113859,0.221857587,100,-1.531154816,0.7230299897,8615.1066299 +309,0.222428864,0.099404236,100,-1.531154816,0.7230299897,6499.2485203 +310,-1.702731345,0.8728568183,100,-1.531154816,0.7230299897,758.49106226 +311,-0.418507569,0.278324921,100,-1.531154816,0.7230299897,4144.9488497 +312,-1.41153306,0.339029988,100,-1.531154816,0.7230299897,1573.5901623 +313,0.357560442,0.114788776,100,-1.531154816,0.7230299897,6846.6046047 +314,0.325818979,0.268352149,100,-1.531154816,0.7230299897,6335.423718 +315,-1.246004659,-0.663679965,100,-1.531154816,0.7230299897,5588.6470275 +316,1.814603087,0.637404484,100,-1.531154816,0.7230299897,7004.5453328 +317,1.843704281,-0.18300445,100,-1.531154816,0.7230299897,10155.625632 +318,1.690644492,-0.211480909,100,-1.531154816,0.7230299897,10398.613728 +319,-1.275451936,0.068109467,100,-1.531154816,0.7230299897,2748.4395218 +320,0.762430171,-0.207594741,100,-1.531154816,0.7230299897,8879.4200722 +321,0.265668905,-0.014647884,100,-1.531154816,0.7230299897,6929.5942476 +322,-2.773032013,-0.335515811,100,-1.531154816,0.7230299897,6178.9805782 +323,-1.469512853,0.174058777,100,-1.531154816,0.7230299897,2185.0983625 +324,0.286276986,0.785925691,100,-1.531154816,0.7230299897,4853.1063345 +325,-1.379324697,0.377432233,100,-1.531154816,0.7230299897,1459.7852846 +326,-1.203778265,0.212813032,100,-1.531154816,0.7230299897,2317.1695691 +327,0.579916301,0.611743168,100,-1.531154816,0.7230299897,5967.2412016 +328,0.267582642,0.868113908,100,-1.531154816,0.7230299897,4611.6798558 +329,0.412869244,-0.050245578,100,-1.531154816,0.7230299897,7454.9245926 +330,0.17524381,0.976660285,100,-1.531154816,0.7230299897,4186.5819875 +331,0.743157214,0.204812899,100,-1.531154816,0.7230299897,7597.5003682 +332,-1.070758176,0.269382282,100,-1.531154816,0.7230299897,2388.7638926 +333,-1.230364251,0.329790229,100,-1.531154816,0.7230299897,1859.4466853 +334,-1.374813124,-0.024926835,100,-1.531154816,0.7230299897,3015.5201637 +335,0.519780566,0.463669906,100,-1.531154816,0.7230299897,6276.7976416 +336,-1.55108034,0.239698561,100,-1.531154816,0.7230299897,1915.7077572 +337,0.180294813,0.029739425,100,-1.531154816,0.7230299897,6560.582776 +338,0.67820924,0.268170153,100,-1.531154816,0.7230299897,7245.8220168 +339,0.445798684,1.024001867,100,-1.531154816,0.7230299897,4543.5479616 +340,0.691751283,0.150521402,100,-1.531154816,0.7230299897,7641.0817757 +341,-1.036643551,-0.903056181,100,-1.531154816,0.7230299897,6662.0372525 +342,-0.120287036,1.083325163,100,-1.531154816,0.7230299897,3468.3460944 +343,2.823513113,-0.304487164,100,-1.531154816,0.7230299897,8065.5874936 +344,0.457583172,1.12513373,100,-1.531154816,0.7230299897,4302.4496769 +345,0.042918831,0.813795399,100,-1.531154816,0.7230299897,4242.1169783 +346,1.196146777,-0.853142756,100,-1.531154816,0.7230299897,11183.877333 +347,0.206001358,-0.010430701,100,-1.531154816,0.7230299897,6742.5405385 +348,-0.268308653,0.234799412,100,-1.531154816,0.7230299897,4699.4663667 +349,0.759363263,0.736189579,100,-1.531154816,0.7230299897,5912.5458472 +350,0.181363926,0.891988372,100,-1.531154816,0.7230299897,4379.7721296 +351,-0.021111158,0.139103292,100,-1.531154816,0.7230299897,5678.245561 +352,-0.093355215,0.630686981,100,-1.531154816,0.7230299897,4281.6863567 +353,0.40118964,0.681375926,100,-1.531154816,0.7230299897,5380.8205575 +354,-0.721197315,1.304706234,100,-1.531154816,0.7230299897,2713.8580433 +355,-1.076150317,0.212107639,100,-1.531154816,0.7230299897,2563.9370845 +356,-1.577164531,0.273993443,100,-1.531154816,0.7230299897,1785.5913248 +357,-0.190788414,0.182208586,100,-1.531154816,0.7230299897,5063.4782145 +358,-0.261349752,0.209710184,100,-1.531154816,0.7230299897,4783.726363 +359,-1.029303852,0.083549259,100,-1.531154816,0.7230299897,3093.1880584 +360,-1.268609162,0.330525297,100,-1.531154816,0.7230299897,1789.6889031 +361,1.282982244,-0.926641967,100,-1.531154816,0.7230299897,11256.624324 +362,0.217352334,0.731352408,100,-1.531154816,0.7230299897,4834.0667918 +363,-1.511833084,0.258629297,100,-1.531154816,0.7230299897,1840.6873673 +364,0.338812194,0.823184618,100,-1.531154816,0.7230299897,4869.0058143 +365,-0.324406489,1.134201999,100,-1.531154816,0.7230299897,3080.7137719 +366,1.389579348,0.399185724,100,-1.531154816,0.7230299897,7925.307694 +367,2.047152199,-0.039082036,100,-1.531154816,0.7230299897,9319.7957054 +368,0.947780369,0.568250077,100,-1.531154816,0.7230299897,6786.8582957 +369,0.763824846,0.576754987,100,-1.531154816,0.7230299897,6442.2606524 +370,-0.142334657,0.928153068,100,-1.531154816,0.7230299897,3618.3085603 +371,0.610266567,0.547265983,100,-1.531154816,0.7230299897,6228.1170136 +372,0.210731629,0.746815056,100,-1.531154816,0.7230299897,4781.0944315 +373,-1.34931644,0.316895224,100,-1.531154816,0.7230299897,1722.6769468 +374,2.407696481,0.655030745,100,-1.531154816,0.7230299897,6270.9193129 +375,0.64207831,0.545359131,100,-1.531154816,0.7230299897,6301.2535686 +376,1.174597538,0.840588356,100,-1.531154816,0.7230299897,6065.1181241 +377,0.660059424,0.010604079,100,-1.531154816,0.7230299897,7977.6347147 +378,-0.730263819,0.010486456,100,-1.531154816,0.7230299897,4014.798554 +379,0.831068936,0.512339172,100,-1.531154816,0.7230299897,6780.4360639 +380,1.301180979,0.72367476,100,-1.531154816,0.7230299897,6607.2137705 +381,1.811128231,0.322854402,100,-1.531154816,0.7230299897,8236.0817222 +382,0.435105812,0.992284428,100,-1.531154816,0.7230299897,4608.9423943 +383,0.62643634,0.592027932,100,-1.531154816,0.7230299897,6123.9616599 +384,0.492988703,-0.516339467,100,-1.531154816,0.7230299897,8831.8203771 +385,-0.162469483,0.112549365,100,-1.531154816,0.7230299897,5327.5796471 +386,0.314630866,0.472006421,100,-1.531154816,0.7230299897,5747.4421708 +387,0.166744804,0.822815954,100,-1.531154816,0.7230299897,4503.3350687 +388,0.417159608,0.965805736,100,-1.531154816,0.7230299897,4647.8211709 +389,0.106334961,0.868774244,100,-1.531154816,0.7230299897,4270.6677307 +390,0.815086969,-0.338144359,100,-1.531154816,0.7230299897,9375.4395441 +391,0.59867455,-0.230624824,100,-1.531154816,0.7230299897,8473.8460185 +392,1.915104874,0.066220985,100,-1.531154816,0.7230299897,9129.7093644 +393,1.278093622,0.064463721,100,-1.531154816,0.7230299897,9101.8276012 +394,-0.061477853,0.302997961,100,-1.531154816,0.7230299897,5140.3697225 +395,0.251311504,0.626976942,100,-1.531154816,0.7230299897,5177.5175581 +396,2.950242872,0.149095644,100,-1.531154816,0.7230299897,6505.2673267 +397,-0.180294708,0.35375117,100,-1.531154816,0.7230299897,4666.5208391 +398,1.010448592,-0.351180233,100,-1.531154816,0.7230299897,9952.8767178 +399,-1.748740498,0.3686318073,100,-1.531154816,0.7230299897,1581.3161239 +400,2.699635665,0.123533791,100,-1.531154816,0.7230299897,7276.6021346 +401,0.496808033,0.823843254,100,-1.531154816,0.7230299897,5177.4742567 +402,0.129574704,0.763364087,100,-1.531154816,0.7230299897,4553.8492799 +403,1.798920311,0.817447563,100,-1.531154816,0.7230299897,6306.0225417 +404,0.335987953,0.746786541,100,-1.531154816,0.7230299897,5061.6120258 +405,-1.085413643,0.292154671,100,-1.531154816,0.7230299897,2283.0295798 +406,-0.155321003,0.508207011,100,-1.531154816,0.7230299897,4378.065853 +407,0.620529244,-0.301175104,100,-1.531154816,0.7230299897,8717.7380384 +408,1.684402744,0.368716966,100,-1.531154816,0.7230299897,8110.9081611 +409,0.300582244,-0.386397212,100,-1.531154816,0.7230299897,7976.1073432 +410,2.913555946,-0.009225192,100,-1.531154816,0.7230299897,7037.3534243 +411,1.465101417,0.493232532,100,-1.531154816,0.7230299897,7596.8641284 +412,0.090612882,0.907955955,100,-1.531154816,0.7230299897,4156.8915601 +413,2.987564726,-0.729568594,100,-1.531154816,0.7230299897,8522.0525154 +414,-1.484261606,0.224149272,100,-1.531154816,0.7230299897,1982.7094971 +415,0.164073421,0.303955133,100,-1.531154816,0.7230299897,5788.3628943 +416,0.141441293,0.167552546,100,-1.531154816,0.7230299897,6082.4139752 +417,2.931321023,-0.506718887,100,-1.531154816,0.7230299897,8219.7062827 +418,2.21951565,0.700596356,100,-1.531154816,0.7230299897,6394.5408999 +419,0.268112576,1.199114336,100,-1.531154816,0.7230299897,3892.3541219 +420,0.978913739,0.359223811,100,-1.531154816,0.7230299897,7570.6281059 +421,1.210898818,0.522863584,100,-1.531154816,0.7230299897,7296.824408 +422,2.347397336,0.129231362,100,-1.531154816,0.7230299897,8139.1322234 +423,0.614394501,0.556878345,100,-1.531154816,0.7230299897,6207.3268108 +424,-1.398079356,0.148483366,100,-1.531154816,0.7230299897,2323.1301163 +425,2.535303836,-0.112984496,100,-1.531154816,0.7230299897,8402.2020084 +426,-1.019372593,-0.405322349,100,-1.531154816,0.7230299897,4848.3620863 +427,-1.297785627,-0.160104069,100,-1.531154816,0.7230299897,3599.8843918 +428,2.144554488,0.205051084,100,-1.531154816,0.7230299897,8282.762893 +429,-2.242387083,-0.426171285,100,-1.531154816,0.7230299897,5246.8417586 +430,0.338637212,0.909723676,100,-1.531154816,0.7230299897,4649.3415902 +431,-0.148798452,0.691042401,100,-1.531154816,0.7230299897,4009.6000051 +432,0.893524764,0.441829531,100,-1.531154816,0.7230299897,7133.1694583 +433,0.969229347,-0.368847936,100,-1.531154816,0.7230299897,9888.4519977 +434,0.436043248,0.800045688,100,-1.531154816,0.7230299897,5126.7539825 +435,1.687946607,1.081504775,100,-1.531154816,0.7230299897,5291.7777092 +436,0.522302046,-0.034889271,100,-1.531154816,0.7230299897,7726.9342249 +437,-0.178996113,-0.438090009,100,-1.531154816,0.7230299897,6751.9374557 +438,-1.094339566,0.301444068,100,-1.531154816,0.7230299897,2233.3505092 +439,-1.064070054,0.242569932,100,-1.531154816,0.7230299897,2490.1087521 +440,-1.068153768,0.230387998,100,-1.531154816,0.7230299897,2520.8505814 +441,-3.00496892,-0.23989155,100,-1.531154816,0.7230299897,6565.7105174 +442,0.21751974,0.766874888,100,-1.531154816,0.7230299897,4747.9903014 +443,0.117229532,0.007619006,100,-1.531154816,0.7230299897,6432.2517971 +444,0.777758451,0.420554741,100,-1.531154816,0.7230299897,6980.9023695 +445,-0.252356999,0.250747086,100,-1.531154816,0.7230299897,4706.7186049 +446,0.363148444,0.768483434,100,-1.531154816,0.7230299897,5062.6468978 +447,0.903191366,-0.118210676,100,-1.531154816,0.7230299897,8993.6119643 +448,-0.205755923,0.149406178,100,-1.531154816,0.7230299897,5103.5158736 +449,1.811996086,0.02364353,100,-1.531154816,0.7230299897,9398.8129948 +450,-1.100670221,0.314845373,100,-1.531154816,0.7230299897,2176.4901049 +451,0.340078597,0.850105132,100,-1.531154816,0.7230299897,4802.5905168 +452,0.258757267,0.804969236,100,-1.531154816,0.7230299897,4746.3806201 +453,2.78505352,-0.155160804,100,-1.531154816,0.7230299897,7800.7592325 +454,0.800551619,0.105822106,100,-1.531154816,0.7230299897,8045.4106693 +455,0.437940882,-0.506194031,100,-1.531154816,0.7230299897,8649.1788279 +456,2.230431122,0.63458615,100,-1.531154816,0.7230299897,6615.4458262 +457,0.527965361,0.127667701,100,-1.531154816,0.7230299897,7282.8908411 +458,-0.063643205,0.702093448,100,-1.531154816,0.7230299897,4210.1768593 +459,1.408447268,0.133010502,100,-1.531154816,0.7230299897,8974.5000103 +460,0.523795955,0.280266966,100,-1.531154816,0.7230299897,6827.7952702 +461,-0.975769313,0.072177659,100,-1.531154816,0.7230299897,3242.9122803 +462,0.549774164,-0.463663986,100,-1.531154816,0.7230299897,8887.9152954 +463,0.29245874,1.095549818,100,-1.531154816,0.7230299897,4136.4171895 +464,0.143625958,0.816809593,100,-1.531154816,0.7230299897,4465.4545182 +465,0.671902494,0.611159853,100,-1.531154816,0.7230299897,6155.4919896 +466,1.239840988,0.6724199,100,-1.531154816,0.7230299897,6756.805302 +467,0.607829703,-0.10932137,100,-1.531154816,0.7230299897,8174.6264649 +468,1.763020906,0.263996692,100,-1.531154816,0.7230299897,8494.4453607 +469,0.378714634,0.726066797,100,-1.531154816,0.7230299897,5209.5878394 +470,2.196736143,-0.153862366,100,-1.531154816,0.7230299897,9397.8465369 +471,0.01702415,0.148991565,100,-1.531154816,0.7230299897,5765.4523764 +472,-2.998490902,-0.158002487,100,-1.531154816,0.7230299897,6331.4098772 +473,-3.051262951,-0.346595608,100,-1.531154816,0.7230299897,6975.2184145 +474,-1.069176439,0.182802941,100,-1.531154816,0.7230299897,2676.2445725 +475,0.167157509,0.595344954,100,-1.531154816,0.7230299897,5047.7687748 +476,0.613855648,0.681746124,100,-1.531154816,0.7230299897,5822.3491263 +477,1.037012736,0.682555367,100,-1.531154816,0.7230299897,6504.968174 +478,-1.253574971,0.379755746,100,-1.531154816,0.7230299897,1644.9466045 +479,3.108590453,-0.132620738,100,-1.531154816,0.7230299897,6784.035394 +480,0.565301296,0.022333262,100,-1.531154816,0.7230299897,7686.4519259 +481,0.547898238,0.855555614,100,-1.531154816,0.7230299897,5179.2248254 +482,0.948309381,0.417393755,100,-1.531154816,0.7230299897,7314.5770628 +483,-0.050600732,0.945269213,100,-1.531154816,0.7230299897,3790.8338623 +484,-0.977651478,-0.572363064,100,-1.531154816,0.7230299897,5513.8001934 +485,1.102014914,0.728861163,100,-1.531154816,0.7230299897,6411.6520964 +486,2.927300795,-0.282939414,100,-1.531154816,0.7230299897,7704.4070524 +487,-1.154565557,0.124434095,100,-1.531154816,0.7230299897,2715.9647397 +488,1.855331234,0.291044755,100,-1.531154816,0.7230299897,8327.8748314 +489,0.830290659,0.276904518,100,-1.531154816,0.7230299897,7561.5008656 +490,0.485104466,-0.234867441,100,-1.531154816,0.7230299897,8151.8425535 +491,0.521367572,-0.33161327,100,-1.531154816,0.7230299897,8499.7162049 +1,-1.539031704,0.7349710123,101,-1.528878341,0.7230370244,55.983986492 +2,-1.536990553,0.7349663874,101,-1.528878341,0.7230370244,52.982073723 +3,-1.534951779,0.7349571355,101,-1.528878341,0.7230370244,50.509749068 +4,-1.532906461,0.7349480293,101,-1.528878341,0.7230370244,48.657113582 +5,-1.531320211,0.7346937278,101,-1.528878341,0.7230370244,46.732472418 +6,-1.539451648,0.7335131775,101,-1.528878341,0.7230370244,51.950624102 +7,-1.537429487,0.7335445708,101,-1.528878341,0.7230370244,48.695326513 +8,-1.535484998,0.7335658704,101,-1.528878341,0.7230370244,46.05103353 +9,-1.533488396,0.7336036027,101,-1.528878341,0.7230370244,44.016837503 +10,-1.531497785,0.7335842962,101,-1.528878341,0.7230370244,42.489257896 +11,-1.530259379,0.7334777758,101,-1.528878341,0.7230370244,41.556843604 +12,-1.5335454,0.7322346912,101,-1.528878341,0.7230370244,38.959581002 +13,-1.531489083,0.7322238773,101,-1.528878341,0.7230370244,37.199470024 +14,-1.530011122,0.7321679851,101,-1.528878341,0.7230370244,36.322612231 +15,-1.53348106,0.7306614094,101,-1.528878341,0.7230370244,33.130890656 +16,-1.531441779,0.7306962275,101,-1.528878341,0.7230370244,31.272511009 +17,-1.529755654,0.7306933243,101,-1.528878341,0.7230370244,30.437574731 +18,-1.533415048,0.7291384674,101,-1.528878341,0.7230370244,27.652258383 +19,-1.531392093,0.7291705353,101,-1.528878341,0.7230370244,25.41011458 +20,-1.529296523,0.7291214933,101,-1.528878341,0.7230370244,24.132389941 +21,-1.535280942,0.727267644,101,-1.528878341,0.7230370244,25.318925633 +22,-1.533378158,0.7276139666,101,-1.528878341,0.7230370244,22.506690022 +23,-1.531340368,0.7276446587,101,-1.528878341,0.7230370244,19.655594553 +24,-1.528960113,0.7276398177,101,-1.528878341,0.7230370244,18.233275171 +25,-1.533313146,0.7260818349,101,-1.528878341,0.7230370244,17.845692662 +26,-1.531259555,0.7260958115,101,-1.528878341,0.7230370244,14.024030271 +27,-1.528926415,0.7260865555,101,-1.528878341,0.7230370244,12.080034125 +28,-1.531226779,0.7245511789,101,-1.528878341,0.7230370244,9.1952723973 +29,-1.528904772,0.7245519194,101,-1.528878341,0.7230370244,6.001011874 +30,-1.547195875,0.7409785979,101,-1.528878341,0.7230370244,89.23482389 +31,-1.5451475,0.740980426,101,-1.528878341,0.7230370244,85.72597134 +32,-1.543097679,0.7409798872,101,-1.528878341,0.7230370244,82.49959051 +33,-1.540720364,0.7409892687,101,-1.528878341,0.7230370244,79.206575571 +34,-1.547188511,0.7395198392,101,-1.528878341,0.7230370244,84.714167092 +35,-1.545148587,0.7395226109,101,-1.528878341,0.7230370244,81.023562989 +36,-1.543104538,0.7395314908,101,-1.528878341,0.7230370244,77.637692624 +37,-1.540727751,0.7395306258,101,-1.528878341,0.7230370244,74.084468825 +38,-1.547187029,0.7380014886,101,-1.528878341,0.7230370244,80.192793671 +39,-1.545147315,0.7380012252,101,-1.528878341,0.7230370244,76.268796463 +40,-1.54310719,0.7380060743,101,-1.528878341,0.7230370244,72.647654013 +41,-1.540719671,0.7380068206,101,-1.528878341,0.7230370244,68.820838737 +42,-1.547187189,0.7364799098,101,-1.528878341,0.7230370244,75.873471168 +43,-1.545149996,0.7364853874,101,-1.528878341,0.7230370244,71.729467632 +44,-1.543106091,0.7364823484,101,-1.528878341,0.7230370244,67.827332062 +45,-1.540717158,0.7364893901,101,-1.528878341,0.7230370244,63.724368838 +46,-1.538663972,0.7410138672,101,-1.528878341,0.7230370244,76.821171541 +47,-1.53695285,0.7409699132,101,-1.528878341,0.7230370244,74.909888355 +48,-1.534910498,0.7409641297,101,-1.528878341,0.7230370244,73.199448979 +49,-1.533145034,0.7409536636,101,-1.528878341,0.7230370244,72.072536704 +50,-1.538681336,0.7395405883,101,-1.528878341,0.7230370244,71.474086932 +51,-1.536999189,0.7395183096,101,-1.528878341,0.7230370244,69.534012089 +52,-1.534923633,0.7395144222,101,-1.528878341,0.7230370244,67.656605171 +53,-1.533267822,0.7395654306,101,-1.528878341,0.7230370244,66.735671957 +54,-1.53867273,0.7380151077,101,-1.528878341,0.7230370244,65.990516193 +55,-1.536980576,0.7379994392,101,-1.528878341,0.7230370244,63.90481458 +56,-1.534931522,0.7379944961,101,-1.528878341,0.7230370244,61.879397421 +57,-1.533387952,0.7379480264,101,-1.528878341,0.7230370244,60.542418573 +58,-1.538682279,0.7364914363,101,-1.528878341,0.7230370244,60.645125185 +59,-1.536980704,0.7364810563,101,-1.528878341,0.7230370244,58.377301036 +60,-1.534935567,0.7364752065,101,-1.528878341,0.7230370244,56.152111944 +61,-1.533042592,0.7363876366,101,-1.528878341,0.7230370244,54.292076297 +62,-1.545143426,0.7349628011,101,-1.528878341,0.7230370244,67.38148814 +63,-1.543105297,0.7349691947,101,-1.528878341,0.7230370244,63.247755808 +64,-1.541064533,0.7349647152,101,-1.528878341,0.7230370244,59.398507768 +65,-1.545411803,0.7334624714,101,-1.528878341,0.7230370244,63.98569266 +66,-1.543446606,0.7334780896,101,-1.528878341,0.7230370244,59.70861274 +67,-1.541475327,0.7334957295,101,-1.528878341,0.7230370244,55.703757863 +68,-1.545401939,0.731963266,101,-1.528878341,0.7230370244,60.326959026 +69,-1.54342253,0.7319915583,101,-1.528878341,0.7230370244,55.759269049 +70,-1.541455867,0.7320216438,101,-1.528878341,0.7230370244,51.485691894 +71,-1.545410146,0.7304422281,101,-1.528878341,0.7230370244,57.054643556 +72,-1.543435491,0.7304713664,101,-1.528878341,0.7230370244,52.192214935 +73,-1.541463105,0.7304997613,101,-1.528878341,0.7230370244,47.555595134 +74,-1.545414768,0.7289194936,101,-1.528878341,0.7230370244,54.243648642 +75,-1.543435774,0.7289538557,101,-1.528878341,0.7230370244,49.078884986 +76,-1.541457714,0.7289765881,101,-1.528878341,0.7230370244,44.067507257 +77,-1.539449415,0.7320555866,101,-1.528878341,0.7230370244,47.475353884 +78,-1.537429183,0.7321097681,101,-1.528878341,0.7230370244,43.945796078 +79,-1.535472649,0.7321497267,101,-1.528878341,0.7230370244,41.028624633 +80,-1.539457899,0.7305333307,101,-1.528878341,0.7230370244,43.155319105 +81,-1.537453161,0.7305750503,101,-1.528878341,0.7230370244,39.188510174 +82,-1.535479385,0.7306124949,101,-1.528878341,0.7230370244,35.807231487 +83,-1.53946905,0.7290102593,101,-1.528878341,0.7230370244,39.292681433 +84,-1.537459922,0.7290417293,101,-1.528878341,0.7230370244,34.811500919 +85,-1.535451349,0.7290890157,101,-1.528878341,0.7230370244,30.882102289 +86,-1.535522937,0.7279887191,101,-1.528878341,0.7230370244,27.792578908 +87,-1.539442524,0.7274735939,101,-1.528878341,0.7230370244,35.90760025 +88,-1.537424111,0.727521351,101,-1.528878341,0.7230370244,30.937381 +89,-1.539384641,0.7259505092,101,-1.528878341,0.7230370244,33.231191967 +90,-1.537372391,0.7259947145,101,-1.528878341,0.7230370244,27.784632995 +91,-1.535340789,0.7260435356,101,-1.528878341,0.7230370244,22.565877533 +92,-1.539325716,0.7244369706,101,-1.528878341,0.7230370244,31.500914241 +93,-1.537308932,0.7244801057,101,-1.528878341,0.7230370244,25.667076114 +94,-1.535289068,0.7245247645,101,-1.528878341,0.7230370244,19.918728242 +95,-1.533261366,0.7245550236,101,-1.528878341,0.7230370244,14.331050815 +96,-1.539267302,0.722921924,101,-1.528878341,0.7230370244,30.859637978 +97,-1.537248972,0.7229660258,101,-1.528878341,0.7230370244,24.862751016 +98,-1.535219431,0.7229916471,101,-1.528878341,0.7230370244,18.83398332 +99,-1.53318962,0.7230212049,101,-1.528878341,0.7230370244,12.804551389 +100,-1.531154816,0.7230299897,101,-1.528878341,0.7230370244,6.7611118136 +101,-1.528878341,0.7230370244,101,-1.528878341,0.7230370244,3.340758717 +102,-1.539218189,0.7214009878,101,-1.528878341,0.7230370244,31.406822083 +103,-1.537198791,0.7214422745,101,-1.528878341,0.7230370244,25.522763001 +104,-1.535179266,0.7214634354,101,-1.528878341,0.7230370244,19.736507045 +105,-1.533156501,0.7214944644,101,-1.528878341,0.7230370244,14.106517037 +106,-1.53113574,0.7215166021,101,-1.528878341,0.7230370244,9.0154416527 +107,-1.528874248,0.7215345535,101,-1.528878341,0.7230370244,5.9512995653 +108,-1.539217656,0.7198512397,101,-1.528878341,0.7230370244,33.238830704 +109,-1.537199919,0.7199428763,101,-1.528878341,0.7230370244,27.616834934 +110,-1.545425832,0.727397149,101,-1.528878341,0.7230370244,52.001921654 +111,-1.543371177,0.7273916949,101,-1.528878341,0.7230370244,46.293469352 +112,-1.541368852,0.7274523163,101,-1.528878341,0.7230370244,40.946542928 +113,-1.545349067,0.7258710923,101,-1.528878341,0.7230370244,50.128924321 +114,-1.54332671,0.7258603556,101,-1.528878341,0.7230370244,44.292371384 +115,-1.541346831,0.7259242142,101,-1.528878341,0.7230370244,38.711318872 +116,-1.545324355,0.7243383958,101,-1.528878341,0.7230370244,49.08704486 +117,-1.543292796,0.7243617413,101,-1.528878341,0.7230370244,43.105662165 +118,-1.541295822,0.7244024384,101,-1.528878341,0.7230370244,37.25174272 +119,-1.543193859,0.7205570215,101,-1.528878341,0.7230370244,43.681642949 +120,-1.550257047,0.7386738187,101,-1.528878341,0.7230370244,88.383684233 +121,-1.549335448,0.7311736483,101,-1.528878341,0.7230370244,68.581743169 +122,-1.533478843,0.7179891343,101,-1.528878341,0.7230370244,24.234338335 +123,-1.556150555,0.738907041,101,-1.528878341,0.7230370244,102.07583633 +124,-1.554324226,0.733414257,101,-1.528878341,0.7230370244,85.721761304 +125,-1.554290846,0.7288285332,101,-1.528878341,0.7230370244,78.697339038 +126,-1.55122487,0.7219795312,101,-1.528878341,0.7230370244,66.530557497 +127,-1.525104458,0.7229399862,101,-1.528878341,0.7230370244,11.21533315 +128,-1.519607711,0.7236181429,101,-1.528878341,0.7230370244,27.622336003 +129,-1.513899999,0.7251107854,101,-1.528878341,0.7230370244,45.196787342 +130,-1.536620762,0.7431061895,101,-1.528878341,0.7230370244,82.695875989 +131,-1.5369566,0.7460845958,101,-1.528878341,0.7230370244,94.328864646 +132,-1.545345528,0.7447040685,101,-1.528878341,0.7230370244,98.546243689 +133,-1.532813921,0.7432306626,101,-1.528878341,0.7230370244,80.82133469 +134,-1.554788248,0.7382381001,101,-1.528878341,0.7230370244,97.297936733 +135,-1.540348126,0.7301594274,101,-1.528878341,0.7230370244,44.147451018 +136,-1.538016084,0.7239051786,101,-1.528878341,0.7230370244,27.345339254 +137,-1.525288962,0.7258085137,101,-1.528878341,0.7230370244,15.293046838 +138,-1.534326986,0.731241342,101,-1.528878341,0.7230370244,36.277230812 +139,-1.530733872,0.7303625216,101,-1.528878341,0.7230370244,29.531642478 +141,-1.534354939,0.7328219978,101,-1.528878341,0.7230370244,42.005592063 +142,-1.53157084,0.7292888153,101,-1.528878341,0.7230370244,26.015673068 +143,-1.525691035,0.7263799874,101,-1.528878341,0.7230370244,16.268994338 +144,-1.534031287,0.7495967835,101,-1.528878341,0.7230370244,106.2844437 +145,-1.527714986,0.7283095957,101,-1.528878341,0.7230370244,21.16721408 +146,-1.526189586,0.7271468292,101,-1.528878341,0.7230370244,18.125674528 +147,-1.555177336,0.7375563366,101,-1.528878341,0.7230370244,96.589075167 +148,-1.555080283,0.7312707794,101,-1.528878341,0.7230370244,84.113714184 +149,-1.53856994,0.7224180299,101,-1.528878341,0.7230370244,28.895646431 +150,-1.530837883,0.729933372,101,-1.528878341,0.7230370244,27.925801908 +151,-1.515066984,0.5854133365,101,-1.528878341,0.7230370244,546.84566095 +152,-1.534731633,0.5368370046,101,-1.528878341,0.7230370244,737.77440433 +153,-1.515231902,0.5607085576,101,-1.528878341,0.7230370244,644.43050555 +154,-2.616253799,1.0684566605,101,-1.528878341,0.7230370244,2876.3542969 +155,-1.956071439,0.5792177723,101,-1.528878341,0.7230370244,1455.0576867 +156,-1.951208514,0.5602434208,101,-1.528878341,0.7230370244,1480.371296 +157,-1.944675062,0.6062144545,101,-1.528878341,0.7230370244,1371.156075 +158,-1.613778386,0.6077989518,101,-1.528878341,0.7230370244,527.35288947 +159,-2.035029014,0.6021432345,101,-1.528878341,0.7230370244,1642.7593369 +160,-2.114989471,0.6801825058,101,-1.528878341,0.7230370244,1770.1961169 +161,-2.037382079,0.5765830025,101,-1.528878341,0.7230370244,1695.6383645 +162,-2.129855121,0.6585019963,101,-1.528878341,0.7230370244,1840.1921058 +163,-2.075141798,0.6493615843,101,-1.528878341,0.7230370244,1689.7548694 +164,-1.828626729,0.6948433129,101,-1.528878341,0.7230370244,906.59711049 +165,-1.863329418,0.6735427691,101,-1.528878341,0.7230370244,1031.2082096 +166,-1.266037071,0.727988852,101,-1.528878341,0.7230370244,778.17316637 +167,-1.277579582,0.7249010648,101,-1.528878341,0.7230370244,744.90482582 +168,-1.258418684,0.7241194816,101,-1.528878341,0.7230370244,801.80440619 +169,-1.317813974,0.6804850104,101,-1.528878341,0.7230370244,659.72572113 +170,-1.344165204,0.6790988904,101,-1.528878341,0.7230370244,585.10290073 +171,-1.427582102,0.5277120351,101,-1.528878341,0.7230370244,838.75362998 +172,-1.402238616,0.457167829,101,-1.528878341,0.7230370244,1131.4886069 +173,-1.422454264,0.4996161999,101,-1.528878341,0.7230370244,949.24539017 +174,-1.439089277,0.4894859811,101,-1.528878341,0.7230370244,969.66721014 +175,-1.448126995,0.5182330266,101,-1.528878341,0.7230370244,851.57829541 +176,-1.474626146,0.5881926574,101,-1.528878341,0.7230370244,560.51184036 +177,-1.421139645,0.5584869783,101,-1.528878341,0.7230370244,735.60078602 +178,-1.457037165,0.565943032,101,-1.528878341,0.7230370244,662.30412538 +179,-2.757159358,0.3745319,101,-1.528878341,0.7230370244,4254.9305236 +180,-2.714309238,0.342054471,101,-1.528878341,0.7230370244,4205.0792833 +181,-2.000525337,0.774119946,101,-1.528878341,0.7230370244,1377.2145946 +183,-1.571413436,0.6777838382,101,-1.528878341,0.7230370244,220.71194737 +184,-1.552860289,0.6987663893,101,-1.528878341,0.7230370244,120.09466712 +185,-1.521852374,0.7165827476,101,-1.528878341,0.7230370244,33.037650654 +186,-1.503656267,0.6928968252,101,-1.528878341,0.7230370244,141.46219251 +187,-1.502753178,0.7136205882,101,-1.528878341,0.7230370244,86.378111844 +188,-1.631894563,0.7343596465,101,-1.528878341,0.7230370244,307.64174016 +189,-1.653765416,0.6770714026,101,-1.528878341,0.7230370244,419.67752052 +190,-1.719812114,0.6715965947,101,-1.528878341,0.7230370244,613.97930442 +191,-1.493406659,0.6646955447,101,-1.528878341,0.7230370244,255.06792972 +192,-1.469120564,0.6613469966,101,-1.528878341,0.7230370244,304.75917887 +193,-1.590551461,0.5326612937,101,-1.528878341,0.7230370244,779.36496351 +194,-1.625979264,0.5247742243,101,-1.528878341,0.7230370244,844.58503924 +195,-1.572293943,0.5238808754,101,-1.528878341,0.7230370244,801.01364762 +196,-1.610848725,0.5477107964,101,-1.528878341,0.7230370244,741.6869233 +197,-1.208485554,0.7918526018,101,-1.528878341,0.7230370244,959.10933651 +198,-1.335601374,0.6869083083,101,-1.528878341,0.7230370244,599.91645902 +199,-1.346156996,0.6825213377,101,-1.528878341,0.7230370244,574.68534741 +200,-1.324381037,0.6741422347,101,-1.528878341,0.7230370244,649.1894406 +201,-1.242424992,0.7378949807,101,-1.528878341,0.7230370244,845.88489398 +202,-1.270370057,0.7392461008,101,-1.528878341,0.7230370244,763.96700217 +203,-1.448950472,0.7441675014,101,-1.528878341,0.7230370244,249.56631543 +204,-1.492662363,0.7523026852,101,-1.528878341,0.7230370244,157.17579793 +205,-1.479098966,0.7763855017,101,-1.528878341,0.7230370244,255.84959273 +206,-1.633760714,0.7869022408,101,-1.528878341,0.7230370244,394.18764591 +207,-1.647406434,0.8101289331,101,-1.528878341,0.7230370244,482.72523618 +208,-1.564245052,0.5701509278,101,-1.528878341,0.7230370244,615.76309107 +209,-1.646289963,0.6833746083,101,-1.528878341,0.7230370244,387.82706883 +210,-1.5820631,0.6751952144,101,-1.528878341,0.7230370244,248.78262811 +211,-1.613236298,0.6681681791,101,-1.528878341,0.7230370244,336.10265154 +212,-1.914661867,0.8212566515,101,-1.528878341,0.7230370244,1157.0862821 +213,-1.742133237,0.7250275956,101,-1.528878341,0.7230370244,632.32264749 +214,-2.033144872,0.6557314699,101,-1.528878341,0.7230370244,1556.6798776 +215,-2.039551981,0.6964723658,101,-1.528878341,0.7230370244,1530.6196594 +216,-1.247341019,0.7622473908,101,-1.528878341,0.7230370244,834.6735521 +217,-1.298239787,0.7084123392,101,-1.528878341,0.7230370244,691.14038743 +218,-1.308539688,0.6926545592,101,-1.528878341,0.7230370244,673.28552153 +219,-1.303263185,0.6888938396,101,-1.528878341,0.7230370244,692.68043888 +220,-1.852400229,0.6004246149,101,-1.528878341,0.7230370244,1118.4695414 +221,-1.288947707,0.7473773692,101,-1.528878341,0.7230370244,710.62572699 +222,-1.372031502,0.7472790993,101,-1.528878341,0.7230370244,470.46335565 +223,-1.289805721,0.7242157877,101,-1.528878341,0.7230370244,708.93808149 +224,-1.350807603,0.7533498126,101,-1.528878341,0.7230370244,534.99381281 +225,-1.329290365,0.7560442322,101,-1.528878341,0.7230370244,597.98785216 +226,-1.410153004,0.616936428,101,-1.528878341,0.7230370244,558.63053645 +227,-1.393445434,0.6308995063,101,-1.528878341,0.7230370244,554.59335026 +228,-1.37595573,0.6241540638,101,-1.528878341,0.7230370244,613.87266682 +229,-1.358388707,0.6172645205,101,-1.528878341,0.7230370244,674.26304316 +230,-1.753741133,0.8281661666,101,-1.528878341,0.7230370244,758.64777023 +231,-1.47430987,0.6834615681,101,-1.528878341,0.7230370244,227.46279085 +232,-1.421012508,0.7222725206,101,-1.528878341,0.7230370244,320.41116601 +233,-1.4476833,0.6978557868,101,-1.528878341,0.7230370244,263.37411808 +234,-1.470370723,0.6966193374,101,-1.528878341,0.7230370244,204.54110676 +235,-1.429211703,0.7037216883,101,-1.528878341,0.7230370244,308.09698997 +236,-1.700578405,0.6178673663,101,-1.528878341,0.7230370244,675.63410565 +237,-1.678117619,0.6331716163,101,-1.528878341,0.7230370244,581.426827 +238,-1.725644578,0.6316331145,101,-1.528878341,0.7230370244,706.19773572 +239,-2.14012759,0.7930497945,101,-1.528878341,0.7230370244,1765.6194955 +240,-2.103289431,0.7653606263,101,-1.528878341,0.7230370244,1670.9958456 +241,-1.318739838,0.7017808746,101,-1.528878341,0.7230370244,634.99206278 +242,-1.396417427,0.7077900843,101,-1.528878341,0.7230370244,400.48093834 +243,-1.35650337,0.7185539404,101,-1.528878341,0.7230370244,512.98653025 +244,-1.248884539,0.7274156818,101,-1.528878341,0.7230370244,828.94256271 +245,-1.395014798,0.5761185243,101,-1.528878341,0.7230370244,718.31472253 +246,-1.433377362,0.6064716109,101,-1.528878341,0.7230370244,549.10313241 +247,-1.408172432,0.5903155476,101,-1.528878341,0.7230370244,647.39338873 +248,-1.749645898,0.7757118084,101,-1.528878341,0.7230370244,672.51852581 +249,-1.571626686,0.615046989,101,-1.528878341,0.7230370244,447.83945278 +250,-1.514070049,0.6303003037,101,-1.528878341,0.7230370244,370.15997309 +251,-1.480890369,0.6237966528,101,-1.528878341,0.7230370244,420.17103658 +252,-1.704390658,0.5281680612,101,-1.528878341,0.7230370244,954.20383323 +253,-1.64434733,0.5254277498,101,-1.528878341,0.7230370244,865.56009038 +254,-1.703855997,0.4792484842,101,-1.528878341,0.7230370244,1120.2658655 +255,-1.692002383,0.5748825051,101,-1.528878341,0.7230370244,779.64414443 +256,-1.854136457,0.5544643913,101,-1.528878341,0.7230370244,1227.0240992 +257,-1.665021206,0.520317736,101,-1.528878341,0.7230370244,913.86658606 +258,-1.733654349,0.4845187345,101,-1.528878341,0.7230370244,1154.4591276 +259,-1.720938188,0.5135933906,101,-1.528878341,0.7230370244,1033.7208162 +260,-1.742668307,0.553296122,101,-1.528878341,0.7230370244,954.50767644 +261,-1.965659039,0.7142126903,101,-1.528878341,0.7230370244,1298.1836994 +262,-1.944438071,0.6772834804,101,-1.528878341,0.7230370244,1267.6662294 +263,-1.270340967,0.7681487096,101,-1.528878341,0.7230370244,772.13285106 +264,-1.353091884,0.6549276821,101,-1.528878341,0.7230370244,600.83847208 +265,-1.333236659,0.6413584414,101,-1.528878341,0.7230370244,682.21015835 +266,-1.352015998,0.6753788907,101,-1.528878341,0.7230370244,568.00689931 +267,-1.377988483,0.6577816235,101,-1.528878341,0.7230370244,527.96988327 +268,-2.13075611,0.8318642051,101,-1.528878341,0.7230370244,1737.3200713 +269,-2.097910953,0.8259670014,101,-1.528878341,0.7230370244,1648.6955062 +270,-1.416382069,0.6694271549,101,-1.528878341,0.7230370244,402.29852017 +271,-1.538905672,0.7535625993,101,-1.528878341,0.7230370244,124.42823993 +272,-1.572309477,0.7803125099,101,-1.528878341,0.7230370244,259.32015427 +273,-1.87759879,0.7503853417,101,-1.528878341,0.7230370244,1026.358557 +274,1.152365588,0.590457682,101,-1.528878341,0.7230370244,6977.6327496 +275,0.350198001,0.718001859,101,-1.528878341,0.7230370244,5163.8468029 +276,0.046513677,0.491503852,101,-1.528878341,0.7230370244,4976.6259945 +277,0.027510309,0.742571376,101,-1.528878341,0.7230370244,4349.2291753 +278,0.306285725,-0.214631579,101,-1.528878341,0.7230370244,7563.8995983 +279,-1.100564889,0.318051531,101,-1.528878341,0.7230370244,2161.4442646 +280,-1.078582306,0.301437596,101,-1.528878341,0.7230370244,2263.9038337 +281,-1.137371989,-0.617634065,101,-1.528878341,0.7230370244,5497.5960104 +282,0.784356344,0.703272339,101,-1.528878341,0.7230370244,6058.4484474 +283,-1.221209947,0.218327455,101,-1.528878341,0.7230370244,2264.8002817 +284,2.347301921,-0.449114658,101,-1.528878341,0.7230370244,9820.125977 +285,0.246820618,0.830553713,101,-1.528878341,0.7230370244,4653.8805731 +286,0.829414965,0.703288228,101,-1.528878341,0.7230370244,6132.061431 +287,-1.337537566,0.42332223,101,-1.528878341,0.7230370244,1344.4790678 +288,0.882453706,0.454478077,101,-1.528878341,0.7230370244,7065.7719411 +289,1.575629659,0.416419109,101,-1.528878341,0.7230370244,7928.4071921 +290,-1.039455679,0.229888244,101,-1.528878341,0.7230370244,2580.8265063 +291,0.489558039,0.934482747,101,-1.528878341,0.7230370244,4850.6622943 +292,0.081344504,0.88384514,101,-1.528878341,0.7230370244,4180.5963254 +293,-1.547979814,0.300350308,101,-1.528878341,0.7230370244,1675.5232945 +294,0.040776181,0.168560074,101,-1.528878341,0.7230370244,5777.9698317 +295,-1.130374745,0.563894876,101,-1.528878341,0.7230370244,1405.4613344 +296,1.578326642,0.478507176,101,-1.528878341,0.7230370244,7682.8607894 +297,-1.12861823,-0.291640865,101,-1.528878341,0.7230370244,4278.7634092 +298,0.310524208,0.770885792,101,-1.528878341,0.7230370244,4938.8311426 +299,0.415649091,-0.387246002,101,-1.528878341,0.7230370244,8311.221546 +300,-0.926533878,-0.188022748,101,-1.528878341,0.7230370244,4224.0205448 +301,1.258856172,-0.11716081,101,-1.528878341,0.7230370244,9739.6376781 +302,-1.126050026,0.322941926,101,-1.528878341,0.7230370244,2089.1029122 +303,2.002785835,0.07893892,101,-1.528878341,0.7230370244,8968.3992482 +304,0.440437607,0.746258085,101,-1.528878341,0.7230370244,5279.9923591 +305,-0.030391866,0.214441206,101,-1.528878341,0.7230370244,5449.6639543 +306,0.521557815,-0.058929362,101,-1.528878341,0.7230370244,7784.641752 +307,-0.097005111,0.13317729,101,-1.528878341,0.7230370244,5461.6288895 +308,1.83113859,0.221857587,101,-1.528878341,0.7230370244,8616.8254701 +309,0.222428864,0.099404236,101,-1.528878341,0.7230370244,6492.6102676 +310,-1.702731345,0.8728568183,101,-1.528878341,0.7230370244,762.3818237 +311,-0.418507569,0.278324921,101,-1.528878341,0.7230370244,4138.2163971 +312,-1.41153306,0.339029988,101,-1.528878341,0.7230370244,1571.667663 +313,0.357560442,0.114788776,101,-1.528878341,0.7230370244,6840.1346763 +314,0.325818979,0.268352149,101,-1.528878341,0.7230370244,6329.1547165 +315,-1.246004659,-0.663679965,101,-1.528878341,0.7230370244,5587.1624999 +316,1.814603087,0.637404484,101,-1.528878341,0.7230370244,7005.6351996 +317,1.843704281,-0.18300445,101,-1.528878341,0.7230370244,10158.402429 +318,1.690644492,-0.211480909,101,-1.528878341,0.7230370244,10399.64403 +319,-1.275451936,0.068109467,101,-1.528878341,0.7230370244,2745.8079567 +320,0.762430171,-0.207594741,101,-1.528878341,0.7230370244,8873.0733217 +321,0.265668905,-0.014647884,101,-1.528878341,0.7230370244,6922.8947134 +322,-2.773032013,-0.335515811,101,-1.528878341,0.7230370244,6185.0375382 +323,-1.469512853,0.174058777,101,-1.528878341,0.7230370244,2184.3576693 +324,0.286276986,0.785925691,101,-1.528878341,0.7230370244,4848.1599173 +325,-1.379324697,0.377432233,101,-1.528878341,0.7230370244,1457.1896347 +326,-1.203778265,0.212813032,101,-1.528878341,0.7230370244,2313.3542776 +327,0.579916301,0.611743168,101,-1.528878341,0.7230370244,5962.4615833 +328,0.267582642,0.868113908,101,-1.528878341,0.7230370244,4607.0230793 +329,0.412869244,-0.050245578,101,-1.528878341,0.7230370244,7448.3124146 +330,0.17524381,0.976660285,101,-1.528878341,0.7230370244,4182.2523782 +331,0.743157214,0.204812899,101,-1.528878341,0.7230370244,7592.1110682 +332,-1.070758176,0.269382282,101,-1.528878341,0.7230370244,2383.6838156 +333,-1.230364251,0.329790229,101,-1.528878341,0.7230370244,1855.2903319 +334,-1.374813124,-0.024926835,101,-1.528878341,0.7230370244,3014.0325129 +335,0.519780566,0.463669906,101,-1.528878341,0.7230370244,6271.4136041 +336,-1.55108034,0.239698561,101,-1.528878341,0.7230370244,1916.0330537 +337,0.180294813,0.029739425,101,-1.528878341,0.7230370244,6553.8631308 +338,0.67820924,0.268170153,101,-1.528878341,0.7230370244,7240.3871119 +339,0.445798684,1.024001867,101,-1.528878341,0.7230370244,4539.9790478 +340,0.691751283,0.150521402,101,-1.528878341,0.7230370244,7635.3900317 +341,-1.036643551,-0.903056181,101,-1.528878341,0.7230370244,6660.0688899 +342,-0.120287036,1.083325163,101,-1.528878341,0.7230370244,3464.2516873 +343,2.823513113,-0.304487164,101,-1.528878341,0.7230370244,8072.348604 +344,0.457583172,1.12513373,101,-1.528878341,0.7230370244,4299.4124927 +345,0.042918831,0.813795399,101,-1.528878341,0.7230370244,4236.8074132 +346,1.196146777,-0.853142756,101,-1.528878341,0.7230370244,11178.167299 +347,0.206001358,-0.010430701,101,-1.528878341,0.7230370244,6735.811815 +348,-0.268308653,0.234799412,101,-1.528878341,0.7230370244,4692.7077406 +349,0.759363263,0.736189579,101,-1.528878341,0.7230370244,5908.7397339 +350,0.181363926,0.891988372,101,-1.528878341,0.7230370244,4375.048083 +351,-0.021111158,0.139103292,101,-1.528878341,0.7230370244,5671.4966021 +352,-0.093355215,0.630686981,101,-1.528878341,0.7230370244,4275.5396626 +353,0.40118964,0.681375926,101,-1.528878341,0.7230370244,5375.7743578 +354,-0.721197315,1.304706234,101,-1.528878341,0.7230370244,2711.7981285 +355,-1.076150317,0.212107639,101,-1.528878341,0.7230370244,2559.1472511 +356,-1.577164531,0.273993443,101,-1.528878341,0.7230370244,1786.3230114 +357,-0.190788414,0.182208586,101,-1.528878341,0.7230370244,5056.7182222 +358,-0.261349752,0.209710184,101,-1.528878341,0.7230370244,4776.9715485 +359,-1.029303852,0.083549259,101,-1.528878341,0.7230370244,3088.6111136 +360,-1.268609162,0.330525297,101,-1.528878341,0.7230370244,1785.9228569 +361,1.282982244,-0.926641967,101,-1.528878341,0.7230370244,11252.215695 +362,0.217352334,0.731352408,101,-1.528878341,0.7230370244,4828.7738005 +363,-1.511833084,0.258629297,101,-1.528878341,0.7230370244,1840.4500101 +364,0.338812194,0.823184618,101,-1.528878341,0.7230370244,4864.3211409 +365,-0.324406489,1.134201999,101,-1.528878341,0.7230370244,3076.8831543 +366,1.389579348,0.399185724,101,-1.528878341,0.7230370244,7923.7716783 +367,2.047152199,-0.039082036,101,-1.528878341,0.7230370244,9323.7933211 +368,0.947780369,0.568250077,101,-1.528878341,0.7230370244,6783.287871 +369,0.763824846,0.576754987,101,-1.528878341,0.7230370244,6437.9831886 +370,-0.142334657,0.928153068,101,-1.528878341,0.7230370244,3613.2545633 +371,0.610266567,0.547265983,101,-1.528878341,0.7230370244,6223.2352488 +372,0.210731629,0.746815056,101,-1.528878341,0.7230370244,4775.8429355 +373,-1.34931644,0.316895224,101,-1.528878341,0.7230370244,1719.9600511 +374,2.407696481,0.655030745,101,-1.528878341,0.7230370244,6274.7284088 +375,0.64207831,0.545359131,101,-1.528878341,0.7230370244,6296.4664636 +376,1.174597538,0.840588356,101,-1.528878341,0.7230370244,6063.1813195 +377,0.660059424,0.010604079,101,-1.528878341,0.7230370244,7971.530742 +378,-0.730263819,0.010486456,101,-1.528878341,0.7230370244,4009.0980545 +379,0.831068936,0.512339172,101,-1.528878341,0.7230370244,6776.2264346 +380,1.301180979,0.72367476,101,-1.528878341,0.7230370244,6605.6318223 +381,1.811128231,0.322854402,101,-1.528878341,0.7230370244,8237.5097618 +382,0.435105812,0.992284428,101,-1.528878341,0.7230370244,4605.2013182 +383,0.62643634,0.592027932,101,-1.528878341,0.7230370244,6119.2646191 +384,0.492988703,-0.516339467,101,-1.528878341,0.7230370244,8825.1400975 +385,-0.162469483,0.112549365,101,-1.528878341,0.7230370244,5320.8283601 +386,0.314630866,0.472006421,101,-1.528878341,0.7230370244,5741.5883701 +387,0.166744804,0.822815954,101,-1.528878341,0.7230370244,4498.2869137 +388,0.417159608,0.965805736,101,-1.528878341,0.7230370244,4643.9190923 +389,0.106334961,0.868774244,101,-1.528878341,0.7230370244,4265.7024892 +390,0.815086969,-0.338144359,101,-1.528878341,0.7230370244,9368.9186053 +391,0.59867455,-0.230624824,101,-1.528878341,0.7230370244,8467.2175807 +392,1.915104874,0.066220985,101,-1.528878341,0.7230370244,9132.4005942 +393,1.278093622,0.064463721,101,-1.528878341,0.7230370244,9098.847495 +394,-0.061477853,0.302997961,101,-1.528878341,0.7230370244,5133.6972143 +395,0.251311504,0.626976942,101,-1.528878341,0.7230370244,5171.9546604 +396,2.950242872,0.149095644,101,-1.528878341,0.7230370244,6511.7837969 +397,-0.180294708,0.35375117,101,-1.528878341,0.7230370244,4659.8169154 +398,1.010448592,-0.351180233,101,-1.528878341,0.7230370244,9946.7673097 +399,-1.748740498,0.3686318073,101,-1.528878341,0.7230370244,1584.8568633 +400,2.699635665,0.123533791,101,-1.528878341,0.7230370244,7282.7518578 +401,0.496808033,0.823843254,101,-1.528878341,0.7230370244,5173.1803028 +402,0.129574704,0.763364087,101,-1.528878341,0.7230370244,4548.4990082 +403,1.798920311,0.817447563,101,-1.528878341,0.7230370244,6306.8565334 +404,0.335987953,0.746786541,101,-1.528878341,0.7230370244,5056.6337899 +405,-1.085413643,0.292154671,101,-1.528878341,0.7230370244,2277.9330969 +406,-0.155321003,0.508207011,101,-1.528878341,0.7230370244,4371.5720955 +407,0.620529244,-0.301175104,101,-1.528878341,0.7230370244,8711.0523674 +408,1.684402744,0.368716966,101,-1.528878341,0.7230370244,8111.3969115 +409,0.300582244,-0.386397212,101,-1.528878341,0.7230370244,7969.4152375 +410,2.913555946,-0.009225192,101,-1.528878341,0.7230370244,7044.0083466 +411,1.465101417,0.493232532,101,-1.528878341,0.7230370244,7595.9122698 +412,0.090612882,0.907955955,101,-1.528878341,0.7230370244,4152.0783361 +413,2.987564726,-0.729568594,101,-1.528878341,0.7230370244,8527.9831257 +414,-1.484261606,0.224149272,101,-1.528878341,0.7230370244,1982.1089015 +415,0.164073421,0.303955133,101,-1.528878341,0.7230370244,5781.9131452 +416,0.141441293,0.167552546,101,-1.528878341,0.7230370244,6075.7717203 +417,2.931321023,-0.506718887,101,-1.528878341,0.7230370244,8226.2568551 +418,2.21951565,0.700596356,101,-1.528878341,0.7230370244,6397.4708448 +419,0.268112576,1.199114336,101,-1.528878341,0.7230370244,3889.4527495 +420,0.978913739,0.359223811,101,-1.528878341,0.7230370244,7566.6357145 +421,1.210898818,0.522863584,101,-1.528878341,0.7230370244,7294.4269645 +422,2.347397336,0.129231362,101,-1.528878341,0.7230370244,8144.199741 +423,0.614394501,0.556878345,101,-1.528878341,0.7230370244,6202.4863492 +424,-1.398079356,0.148483366,101,-1.528878341,0.7230370244,2321.5673124 +425,2.535303836,-0.112984496,101,-1.528878341,0.7230370244,8408.4836982 +426,-1.019372593,-0.405322349,101,-1.528878341,0.7230370244,4845.1572419 +427,-1.297785627,-0.160104069,101,-1.528878341,0.7230370244,3597.9632215 +428,2.144554488,0.205051084,101,-1.528878341,0.7230370244,8286.6173856 +429,-2.242387083,-0.426171285,101,-1.528878341,0.7230370244,5251.0122435 +430,0.338637212,0.909723676,101,-1.528878341,0.7230370244,4645.0161637 +431,-0.148798452,0.691042401,101,-1.528878341,0.7230370244,4003.5511018 +432,0.893524764,0.441829531,101,-1.528878341,0.7230370244,7129.0180325 +433,0.969229347,-0.368847936,101,-1.528878341,0.7230370244,9882.16535 +434,0.436043248,0.800045688,101,-1.528878341,0.7230370244,5122.2138357 +435,1.687946607,1.081504775,101,-1.528878341,0.7230370244,5291.9991505 +436,0.522302046,-0.034889271,101,-1.528878341,0.7230370244,7720.4793999 +437,-0.178996113,-0.438090009,101,-1.528878341,0.7230370244,6745.9214959 +438,-1.094339566,0.301444068,101,-1.528878341,0.7230370244,2228.2653482 +439,-1.064070054,0.242569932,101,-1.528878341,0.7230370244,2485.1089378 +440,-1.068153768,0.230387998,101,-1.528878341,0.7230370244,2515.9299988 +441,-3.00496892,-0.23989155,101,-1.528878341,0.7230370244,6572.2796987 +442,0.21751974,0.766874888,101,-1.528878341,0.7230370244,4742.826142 +443,0.117229532,0.007619006,101,-1.528878341,0.7230370244,6425.4999057 +444,0.777758451,0.420554741,101,-1.528878341,0.7230370244,6976.227173 +445,-0.252356999,0.250747086,101,-1.528878341,0.7230370244,4699.9575282 +446,0.363148444,0.768483434,101,-1.528878341,0.7230370244,5057.8111231 +447,0.903191366,-0.118210676,101,-1.528878341,0.7230370244,8987.8906073 +448,-0.205755923,0.149406178,101,-1.528878341,0.7230370244,5096.764692 +449,1.811996086,0.02364353,101,-1.528878341,0.7230370244,9400.7222552 +450,-1.100670221,0.314845373,101,-1.528878341,0.7230370244,2171.3785752 +451,0.340078597,0.850105132,101,-1.528878341,0.7230370244,4798.0164861 +452,0.258757267,0.804969236,101,-1.528878341,0.7230370244,4741.4479455 +453,2.78505352,-0.155160804,101,-1.528878341,0.7230370244,7807.44088 +454,0.800551619,0.105822106,101,-1.528878341,0.7230370244,8039.9552557 +455,0.437940882,-0.506194031,101,-1.528878341,0.7230370244,8642.5217358 +456,2.230431122,0.63458615,101,-1.528878341,0.7230370244,6618.5955418 +457,0.527965361,0.127667701,101,-1.528878341,0.7230370244,7276.7355865 +458,-0.063643205,0.702093448,101,-1.528878341,0.7230370244,4204.2851131 +459,1.408447268,0.133010502,101,-1.528878341,0.7230370244,8972.7134018 +460,0.523795955,0.280266966,101,-1.528878341,0.7230370244,6821.9598329 +461,-0.975769313,0.072177659,101,-1.528878341,0.7230370244,3238.0688429 +462,0.549774164,-0.463663986,101,-1.528878341,0.7230370244,8881.1680937 +463,0.29245874,1.095549818,101,-1.528878341,0.7230370244,4132.9269269 +464,0.143625958,0.816809593,101,-1.528878341,0.7230370244,4460.3378681 +465,0.671902494,0.611159853,101,-1.528878341,0.7230370244,6150.9998811 +466,1.239840988,0.6724199,101,-1.528878341,0.7230370244,6754.8397816 +467,0.607829703,-0.10932137,101,-1.528878341,0.7230370244,8168.1856013 +468,1.763020906,0.263996692,101,-1.528878341,0.7230370244,8495.5904238 +469,0.378714634,0.726066797,101,-1.528878341,0.7230370244,5204.6379237 +470,2.196736143,-0.153862366,101,-1.528878341,0.7230370244,9403.1394755 +471,0.01702415,0.148991565,101,-1.528878341,0.7230370244,5758.7201291 +472,-2.998490902,-0.158002487,101,-1.528878341,0.7230370244,6338.0596347 +473,-3.051262951,-0.346595608,101,-1.528878341,0.7230370244,6981.6953498 +474,-1.069176439,0.182802941,101,-1.528878341,0.7230370244,2671.5335424 +475,0.167157509,0.595344954,101,-1.528878341,0.7230370244,5041.9467531 +476,0.613855648,0.681746124,101,-1.528878341,0.7230370244,5817.8942376 +477,1.037012736,0.682555367,101,-1.528878341,0.7230370244,6502.0844875 +478,-1.253574971,0.379755746,101,-1.528878341,0.7230370244,1640.715134 +479,3.108590453,-0.132620738,101,-1.528878341,0.7230370244,6790.7889678 +480,0.565301296,0.022333262,101,-1.528878341,0.7230370244,7680.1687634 +481,0.547898238,0.855555614,101,-1.528878341,0.7230370244,5175.1876948 +482,0.948309381,0.417393755,101,-1.528878341,0.7230370244,7310.6001367 +483,-0.050600732,0.945269213,101,-1.528878341,0.7230370244,3785.9898831 +484,-0.977651478,-0.572363064,101,-1.528878341,0.7230370244,5510.7944515 +485,1.102014914,0.728861163,101,-1.528878341,0.7230370244,6409.1632682 +486,2.927300795,-0.282939414,101,-1.528878341,0.7230370244,7711.1601854 +487,-1.154565557,0.124434095,101,-1.528878341,0.7230370244,2712.1000819 +488,1.855331234,0.291044755,101,-1.528878341,0.7230370244,8329.6617047 +489,0.830290659,0.276904518,101,-1.528878341,0.7230370244,7556.6278105 +490,0.485104466,-0.234867441,101,-1.528878341,0.7230370244,8145.1235388 +491,0.521367572,-0.33161327,101,-1.528878341,0.7230370244,8492.9634183 +1,-1.539031704,0.7349710123,102,-1.539218189,0.7214009878,53.753694224 +2,-1.536990553,0.7349663874,102,-1.539218189,0.7214009878,54.134626703 +3,-1.534951779,0.7349571355,102,-1.539218189,0.7214009878,55.157402575 +4,-1.532906461,0.7349480293,102,-1.539218189,0.7214009878,56.811677946 +5,-1.531320211,0.7346937278,102,-1.539218189,0.7214009878,57.598680667 +6,-1.539451648,0.7335131775,102,-1.539218189,0.7214009878,47.981354076 +7,-1.537429487,0.7335445708,102,-1.539218189,0.7214009878,48.390902666 +8,-1.535484998,0.7335658704,102,-1.539218189,0.7214009878,49.434444075 +9,-1.533488396,0.7336036027,102,-1.539218189,0.7214009878,51.220308904 +10,-1.531497785,0.7335842962,102,-1.539218189,0.7214009878,53.389459167 +11,-1.530259379,0.7334777758,102,-1.539218189,0.7214009878,54.687390594 +12,-1.5335454,0.7322346912,102,-1.539218189,0.7214009878,46.080514444 +13,-1.531489083,0.7322238773,102,-1.539218189,0.7214009878,48.592149474 +14,-1.530011122,0.7321679851,102,-1.539218189,0.7214009878,50.612357744 +15,-1.53348106,0.7306614094,102,-1.539218189,0.7214009878,40.425827802 +16,-1.531441779,0.7306962275,102,-1.539218189,0.7214009878,43.429879476 +17,-1.529755654,0.7306933243,102,-1.539218189,0.7214009878,46.263687123 +18,-1.533415048,0.7291384674,102,-1.539218189,0.7214009878,35.145145009 +19,-1.531392093,0.7291705353,102,-1.539218189,0.7214009878,38.53830941 +20,-1.529296523,0.7291214933,102,-1.539218189,0.7214009878,42.42717439 +21,-1.535280942,0.727267644,102,-1.539218189,0.7214009878,26.00805333 +22,-1.533378158,0.7276139666,102,-1.539218189,0.7214009878,30.094599531 +23,-1.531340368,0.7276446587,102,-1.539218189,0.7214009878,34.023491383 +24,-1.528960113,0.7276398177,102,-1.539218189,0.7214009878,39.197177729 +25,-1.533313146,0.7260818349,102,-1.539218189,0.7214009878,25.513713384 +26,-1.531259555,0.7260958115,102,-1.539218189,0.7214009878,30.06344274 +27,-1.528926415,0.7260865555,102,-1.539218189,0.7214009878,35.743102161 +28,-1.531226779,0.7245511789,102,-1.539218189,0.7214009878,26.815393971 +29,-1.528904772,0.7245519194,102,-1.539218189,0.7214009878,33.076985454 +30,-1.547195875,0.7409785979,102,-1.539218189,0.7214009878,81.03550424 +31,-1.5451475,0.740980426,102,-1.539218189,0.7214009878,79.500006892 +32,-1.543097679,0.7409798872,102,-1.539218189,0.7214009878,78.390967918 +33,-1.540720364,0.7409892687,102,-1.539218189,0.7214009878,77.715480613 +34,-1.547188511,0.7395198392,102,-1.539218189,0.7214009878,75.522817283 +35,-1.545148587,0.7395226109,102,-1.539218189,0.7214009878,73.881345638 +36,-1.543104538,0.7395314908,102,-1.539218189,0.7214009878,72.724457614 +37,-1.540727751,0.7395306258,102,-1.539218189,0.7214009878,71.949465692 +38,-1.547187029,0.7380014886,102,-1.539218189,0.7214009878,69.836661786 +39,-1.545147315,0.7380012252,102,-1.539218189,0.7214009878,68.043657281 +40,-1.54310719,0.7380060743,102,-1.539218189,0.7214009878,66.767352182 +41,-1.540719671,0.7380068206,102,-1.539218189,0.7214009878,65.92490518 +42,-1.547187189,0.7364799098,102,-1.539218189,0.7214009878,64.200190788 +43,-1.545149996,0.7364853874,102,-1.539218189,0.7214009878,62.266266692 +44,-1.543106091,0.7364823484,102,-1.539218189,0.7214009878,60.831514873 +45,-1.540717158,0.7364893901,102,-1.539218189,0.7214009878,59.929004699 +46,-1.538663972,0.7410138672,102,-1.539218189,0.7214009878,77.703797065 +47,-1.53695285,0.7409699132,102,-1.539218189,0.7214009878,77.799734329 +48,-1.534910498,0.7409641297,102,-1.539218189,0.7214009878,78.52352155 +49,-1.533145034,0.7409536636,102,-1.539218189,0.7214009878,79.491103237 +50,-1.538681336,0.7395405883,102,-1.539218189,0.7214009878,71.86841233 +51,-1.536999189,0.7395183096,102,-1.539218189,0.7214009878,72.060708745 +52,-1.534923633,0.7395144222,102,-1.539218189,0.7214009878,72.857466198 +53,-1.533267822,0.7395654306,102,-1.539218189,0.7214009878,74.060003624 +54,-1.53867273,0.7380151077,102,-1.539218189,0.7214009878,65.828228889 +55,-1.536980576,0.7379994392,102,-1.539218189,0.7214009878,66.077520884 +56,-1.534931522,0.7379944961,102,-1.539218189,0.7214009878,66.934205776 +57,-1.533387952,0.7379480264,102,-1.539218189,0.7214009878,67.765411442 +58,-1.538682279,0.7364914363,102,-1.539218189,0.7214009878,59.794231153 +59,-1.536980704,0.7364810563,102,-1.539218189,0.7214009878,60.096803346 +60,-1.534935567,0.7364752065,102,-1.539218189,0.7214009878,61.034776244 +61,-1.533042592,0.7363876366,102,-1.539218189,0.7214009878,62.102823986 +62,-1.545143426,0.7349628011,102,-1.539218189,0.7214009878,56.502293005 +63,-1.543105297,0.7349691947,102,-1.539218189,0.7214009878,54.958526423 +64,-1.541064533,0.7349647152,102,-1.539218189,0.7214009878,54.002495519 +65,-1.545411803,0.7334624714,102,-1.539218189,0.7214009878,51.168633444 +66,-1.543446606,0.7334780896,102,-1.539218189,0.7214009878,49.445858844 +67,-1.541475327,0.7334957295,102,-1.539218189,0.7214009878,48.370373639 +68,-1.545401939,0.731963266,102,-1.539218189,0.7214009878,45.666820784 +69,-1.54342253,0.7319915583,102,-1.539218189,0.7214009878,43.756657384 +70,-1.541455867,0.7320216438,102,-1.539218189,0.7214009878,42.586741781 +71,-1.545410146,0.7304422281,102,-1.539218189,0.7214009878,40.236555996 +72,-1.543435491,0.7304713664,102,-1.539218189,0.7214009878,38.037857954 +73,-1.541463105,0.7304997613,102,-1.539218189,0.7214009878,36.64863273 +74,-1.545414768,0.7289194936,102,-1.539218189,0.7214009878,34.990172152 +75,-1.543435774,0.7289538557,102,-1.539218189,0.7214009878,32.424184931 +76,-1.541457714,0.7289765881,102,-1.539218189,0.7214009878,30.732525242 +77,-1.539449415,0.7320555866,102,-1.539218189,0.7214009878,42.20841592 +78,-1.537429183,0.7321097681,102,-1.539218189,0.7214009878,42.746778377 +79,-1.535472649,0.7321497267,102,-1.539218189,0.7214009878,43.995674714 +80,-1.539457899,0.7305333307,102,-1.539218189,0.7214009878,36.18017854 +81,-1.537453161,0.7305750503,102,-1.539218189,0.7214009878,36.712656185 +82,-1.535479385,0.7306124949,102,-1.539218189,0.7214009878,38.130517401 +83,-1.53946905,0.7290102593,102,-1.539218189,0.7214009878,30.149495927 +84,-1.537459922,0.7290417293,102,-1.539218189,0.7214009878,30.710459008 +85,-1.535451349,0.7290890157,102,-1.539218189,0.7214009878,32.434674411 +86,-1.535522937,0.7279887191,102,-1.539218189,0.7214009878,28.301730208 +87,-1.539442524,0.7274735939,102,-1.539218189,0.7214009878,24.062795551 +88,-1.537424111,0.727521351,102,-1.539218189,0.7214009878,24.819968167 +89,-1.539384641,0.7259505092,102,-1.539218189,0.7214009878,18.027425687 +90,-1.537372391,0.7259947145,102,-1.539218189,0.7214009878,19.002679254 +91,-1.535340789,0.7260435356,102,-1.539218189,0.7214009878,21.693559424 +92,-1.539325716,0.7244369706,102,-1.539218189,0.7214009878,12.029768203 +93,-1.537308932,0.7244801057,102,-1.539218189,0.7214009878,13.450307741 +94,-1.535289068,0.7245247645,102,-1.539218189,0.7214009878,17.008480826 +95,-1.533261366,0.7245550236,102,-1.539218189,0.7214009878,21.6586987 +96,-1.539267302,0.722921924,102,-1.539218189,0.7214009878,6.026196175 +97,-1.537248972,0.7229660258,102,-1.539218189,0.7214009878,8.5255700891 +98,-1.535219431,0.7229916471,102,-1.539218189,0.7214009878,13.451741432 +99,-1.53318962,0.7230212049,102,-1.539218189,0.7214009878,19.032275848 +100,-1.531154816,0.7230299897,102,-1.539218189,0.7214009878,24.81863248 +101,-1.528878341,0.7230370244,102,-1.539218189,0.7214009878,31.406822083 +102,-1.539218189,0.7214009878,102,-1.539218189,0.7214009878,2.9993868498 +103,-1.537198791,0.7214422745,102,-1.539218189,0.7214009878,6.0082936534 +104,-1.535179266,0.7214634354,102,-1.539218189,0.7214009878,12.014943598 +105,-1.533156501,0.7214944644,102,-1.539218189,0.7214009878,18.031966188 +106,-1.53113574,0.7215166021,102,-1.539218189,0.7214009878,24.042257298 +107,-1.528874248,0.7215345535,102,-1.539218189,0.7214009878,30.768050275 +108,-1.539217656,0.7198512397,102,-1.539218189,0.7214009878,6.1385527448 +109,-1.537199919,0.7199428763,102,-1.539218189,0.7214009878,8.3329098485 +110,-1.545425832,0.727397149,102,-1.539218189,0.7214009878,30.052971699 +111,-1.543371177,0.7273916949,102,-1.539218189,0.7214009878,26.736494405 +112,-1.541368852,0.7274523163,102,-1.539218189,0.7214009878,24.803749467 +113,-1.545349067,0.7258710923,102,-1.539218189,0.7214009878,25.390940225 +114,-1.54332671,0.7258603556,102,-1.539218189,0.7214009878,21.464766028 +115,-1.541346831,0.7259242142,102,-1.539218189,0.7214009878,18.997998775 +116,-1.545324355,0.7243383958,102,-1.539218189,0.7214009878,21.548799059 +117,-1.543292796,0.7243617413,102,-1.539218189,0.7214009878,16.852865766 +118,-1.541295822,0.7244024384,102,-1.539218189,0.7214009878,13.395002027 +119,-1.543193859,0.7205570215,102,-1.539218189,0.7214009878,12.29227754 +120,-1.550257047,0.7386738187,102,-1.539218189,0.7214009878,75.7789236 +121,-1.549335448,0.7311736483,102,-1.539218189,0.7214009878,48.949857828 +122,-1.533478843,0.7179891343,102,-1.539218189,0.7214009878,21.792252942 +123,-1.556150555,0.738907041,102,-1.539218189,0.7214009878,85.470031065 +124,-1.554324226,0.733414257,102,-1.539218189,0.7214009878,65.279865407 +125,-1.554290846,0.7288285332,102,-1.539218189,0.7214009878,53.498466897 +126,-1.55122487,0.7219795312,102,-1.539218189,0.7214009878,35.775043946 +127,-1.525104458,0.7229399862,102,-1.539218189,0.7214009878,42.389656571 +128,-1.519607711,0.7236181429,102,-1.539218189,0.7214009878,58.927019242 +129,-1.513899999,0.7251107854,102,-1.539218189,0.7214009878,76.601027415 +130,-1.536620762,0.7431061895,102,-1.539218189,0.7214009878,86.314040368 +131,-1.5369566,0.7460845958,102,-1.539218189,0.7214009878,97.997824763 +132,-1.545345528,0.7447040685,102,-1.539218189,0.7214009878,94.048867549 +133,-1.532813921,0.7432306626,102,-1.539218189,0.7214009878,88.500829145 +134,-1.554788248,0.7382381001,102,-1.539218189,0.7214009878,80.995980427 +135,-1.540348126,0.7301594274,102,-1.539218189,0.7214009878,34.853325702 +136,-1.538016084,0.7239051786,102,-1.539218189,0.7214009878,10.542460489 +137,-1.525288962,0.7258085137,102,-1.539218189,0.7214009878,44.882775389 +138,-1.534326986,0.731241342,102,-1.539218189,0.7214009878,41.581859321 +139,-1.530733872,0.7303625216,102,-1.539218189,0.7214009878,43.494231723 +141,-1.534354939,0.7328219978,102,-1.539218189,0.7214009878,47.472548824 +142,-1.53157084,0.7292888153,102,-1.539218189,0.7214009878,38.599280484 +143,-1.525691035,0.7263799874,102,-1.539218189,0.7214009878,44.727311218 +144,-1.534031287,0.7495967835,102,-1.539218189,0.7214009878,112.71754232 +145,-1.527714986,0.7283095957,102,-1.539218189,0.7214009878,43.729341787 +146,-1.526189586,0.7271468292,102,-1.539218189,0.7214009878,44.854744817 +147,-1.555177336,0.7375563366,102,-1.539218189,0.7214009878,79.471459701 +148,-1.555080283,0.7312707794,102,-1.539218189,0.7214009878,61.112022585 +149,-1.53856994,0.7224180299,102,-1.539218189,0.7214009878,4.4657469864 +150,-1.530837883,0.729933372,102,-1.539218189,0.7214009878,41.938058691 +151,-1.515066984,0.5854133365,102,-1.539218189,0.7214009878,543.95371779 +152,-1.534731633,0.5368370046,102,-1.539218189,0.7214009878,731.19809379 +153,-1.515231902,0.5607085576,102,-1.539218189,0.7214009878,641.01528903 +154,-2.616253799,1.0684566605,102,-1.539218189,0.7214009878,2861.607627 +155,-1.956071439,0.5792177723,102,-1.539218189,0.7214009878,1423.7069363 +156,-1.951208514,0.5602434208,102,-1.539218189,0.7214009878,1449.1573835 +157,-1.944675062,0.6062144545,102,-1.539218189,0.7214009878,1339.7495196 +158,-1.613778386,0.6077989518,102,-1.539218189,0.7214009878,506.31003946 +159,-2.035029014,0.6021432345,102,-1.539218189,0.7214009878,1611.4410505 +160,-2.114989471,0.6801825058,102,-1.539218189,0.7214009878,1740.2540946 +161,-2.037382079,0.5765830025,102,-1.539218189,0.7214009878,1664.2385308 +162,-2.129855121,0.6585019963,102,-1.539218189,0.7214009878,1809.9002978 +163,-2.075141798,0.6493615843,102,-1.539218189,0.7214009878,1659.0626091 +164,-1.828626729,0.6948433129,102,-1.539218189,0.7214009878,875.71570788 +165,-1.863329418,0.6735427691,102,-1.539218189,0.7214009878,1000.0476891 +166,-1.266037071,0.727988852,102,-1.539218189,0.7214009878,809.45253458 +167,-1.277579582,0.7249010648,102,-1.539218189,0.7214009878,776.12577583 +168,-1.258418684,0.7241194816,102,-1.539218189,0.7214009878,833.03088889 +169,-1.317813974,0.6804850104,102,-1.539218189,0.7214009878,688.83904977 +170,-1.344165204,0.6790988904,102,-1.539218189,0.7214009878,613.59022346 +171,-1.427582102,0.5277120351,102,-1.539218189,0.7214009878,846.28473125 +172,-1.402238616,0.457167829,102,-1.539218189,0.7214009878,1138.4233559 +173,-1.422454264,0.4996161999,102,-1.539218189,0.7214009878,955.94922688 +174,-1.439089277,0.4894859811,102,-1.539218189,0.7214009878,974.17126166 +175,-1.448126995,0.5182330266,102,-1.539218189,0.7214009878,856.21549539 +176,-1.474626146,0.5881926574,102,-1.539218189,0.7214009878,565.16323167 +177,-1.421139645,0.5584869783,102,-1.539218189,0.7214009878,745.83775273 +178,-1.457037165,0.565943032,102,-1.539218189,0.7214009878,668.27293492 +179,-2.757159358,0.3745319,102,-1.539218189,0.7214009878,4224.7628503 +180,-2.714309238,0.342054471,102,-1.539218189,0.7214009878,4174.4612539 +181,-2.000525337,0.774119946,102,-1.539218189,0.7214009878,1349.8977991 +183,-1.571413436,0.6777838382,102,-1.539218189,0.7214009878,198.40241371 +184,-1.552860289,0.6987663893,102,-1.539218189,0.7214009878,98.57453538 +185,-1.521852374,0.7165827476,102,-1.539218189,0.7214009878,55.165466676 +186,-1.503656267,0.6928968252,102,-1.539218189,0.7214009878,155.60109507 +187,-1.502753178,0.7136205882,102,-1.539218189,0.7214009878,113.10212444 +188,-1.631894563,0.7343596465,102,-1.539218189,0.7214009878,278.78138818 +189,-1.653765416,0.6770714026,102,-1.539218189,0.7214009878,388.96904766 +190,-1.719812114,0.6715965947,102,-1.539218189,0.7214009878,582.65616977 +191,-1.493406659,0.6646955447,102,-1.539218189,0.7214009878,264.42335984 +192,-1.469120564,0.6613469966,102,-1.539218189,0.7214009878,319.82329355 +193,-1.590551461,0.5326612937,102,-1.539218189,0.7214009878,765.37784128 +194,-1.625979264,0.5247742243,102,-1.539218189,0.7214009878,826.93260273 +195,-1.572293943,0.5238808754,102,-1.539218189,0.7214009878,789.5229403 +196,-1.610848725,0.5477107964,102,-1.539218189,0.7214009878,724.69543695 +197,-1.208485554,0.7918526018,102,-1.539218189,0.7214009878,989.9611406 +198,-1.335601374,0.6869083083,102,-1.539218189,0.7214009878,629.17205762 +199,-1.346156996,0.6825213377,102,-1.539218189,0.7214009878,603.40786658 +200,-1.324381037,0.6741422347,102,-1.539218189,0.7214009878,677.73411507 +201,-1.242424992,0.7378949807,102,-1.539218189,0.7214009878,877.26816349 +202,-1.270370057,0.7392461008,102,-1.539218189,0.7214009878,795.35610438 +203,-1.448950472,0.7441675014,102,-1.539218189,0.7214009878,280.5979339 +204,-1.492662363,0.7523026852,102,-1.539218189,0.7214009878,183.37626627 +205,-1.479098966,0.7763855017,102,-1.539218189,0.7214009878,278.96956951 +206,-1.633760714,0.7869022408,102,-1.539218189,0.7214009878,376.4162209 +207,-1.647406434,0.8101289331,102,-1.539218189,0.7214009878,467.61318691 +208,-1.564245052,0.5701509278,102,-1.539218189,0.7214009878,604.28300793 +209,-1.646289963,0.6833746083,102,-1.539218189,0.7214009878,356.93607354 +210,-1.5820631,0.6751952144,102,-1.539218189,0.7214009878,224.46092336 +211,-1.613236298,0.6681681791,102,-1.539218189,0.7214009878,308.44574372 +212,-1.914661867,0.8212566515,102,-1.539218189,0.7214009878,1132.7802743 +213,-1.742133237,0.7250275956,102,-1.539218189,0.7214009878,602.27113475 +214,-2.033144872,0.6557314699,102,-1.539218189,0.7214009878,1525.9063996 +215,-2.039551981,0.6964723658,102,-1.539218189,0.7214009878,1500.6994826 +216,-1.247341019,0.7622473908,102,-1.539218189,0.7214009878,865.99116168 +217,-1.298239787,0.7084123392,102,-1.539218189,0.7214009878,721.87396981 +218,-1.308539688,0.6926545592,102,-1.539218189,0.7214009878,703.24688294 +219,-1.303263185,0.6888938396,102,-1.539218189,0.7214009878,722.49742612 +220,-1.852400229,0.6004246149,102,-1.539218189,0.7214009878,1087.3769787 +221,-1.288947707,0.7473773692,102,-1.539218189,0.7214009878,742.03053751 +222,-1.372031502,0.7472790993,102,-1.539218189,0.7214009878,501.82838873 +223,-1.289805721,0.7242157877,102,-1.539218189,0.7214009878,740.13385446 +224,-1.350807603,0.7533498126,102,-1.539218189,0.7214009878,566.30281366 +225,-1.329290365,0.7560442322,102,-1.539218189,0.7214009878,629.29317936 +226,-1.410153004,0.616936428,102,-1.539218189,0.7214009878,575.75269386 +227,-1.393445434,0.6308995063,102,-1.539218189,0.7214009878,575.14443739 +228,-1.37595573,0.6241540638,102,-1.539218189,0.7214009878,635.11266644 +229,-1.358388707,0.6172645205,102,-1.539218189,0.7214009878,696.07567306 +230,-1.753741133,0.8281661666,102,-1.539218189,0.7214009878,738.56015815 +231,-1.47430987,0.6834615681,102,-1.539218189,0.7214009878,247.12965886 +232,-1.421012508,0.7222725206,102,-1.539218189,0.7214009878,351.36485959 +233,-1.4476833,0.6978557868,102,-1.539218189,0.7214009878,290.37046125 +234,-1.470370723,0.6966193374,102,-1.539218189,0.7214009878,229.04999748 +235,-1.429211703,0.7037216883,102,-1.539218189,0.7214009878,336.98808221 +236,-1.700578405,0.6178673663,102,-1.539218189,0.7214009878,646.87467117 +237,-1.678117619,0.6331716163,102,-1.539218189,0.7214009878,552.70894659 +238,-1.725644578,0.6316331145,102,-1.539218189,0.7214009878,675.97785271 +239,-2.14012759,0.7930497945,102,-1.539218189,0.7214009878,1739.2503691 +240,-2.103289431,0.7653606263,102,-1.539218189,0.7214009878,1643.4833628 +241,-1.318739838,0.7017808746,102,-1.539218189,0.7214009878,665.32953214 +242,-1.396417427,0.7077900843,102,-1.539218189,0.7214009878,430.47876013 +243,-1.35650337,0.7185539404,102,-1.539218189,0.7214009878,543.90435536 +244,-1.248884539,0.7274156818,102,-1.539218189,0.7214009878,860.22561037 +245,-1.395014798,0.5761185243,102,-1.539218189,0.7214009878,732.93147307 +246,-1.433377362,0.6064716109,102,-1.539218189,0.7214009878,562.02989795 +247,-1.408172432,0.5903155476,102,-1.539218189,0.7214009878,661.86634414 +248,-1.749645898,0.7757118084,102,-1.539218189,0.7214009878,646.72084814 +249,-1.571626686,0.615046989,102,-1.539218189,0.7214009878,433.11866341 +250,-1.514070049,0.6303003037,102,-1.539218189,0.7214009878,369.10673936 +251,-1.480890369,0.6237966528,102,-1.539218189,0.7214009878,426.67077864 +252,-1.704390658,0.5281680612,102,-1.539218189,0.7214009878,930.02995562 +253,-1.64434733,0.5254277498,102,-1.539218189,0.7214009878,846.10505122 +254,-1.703855997,0.4792484842,102,-1.539218189,0.7214009878,1098.1497223 +255,-1.692002383,0.5748825051,102,-1.539218189,0.7214009878,753.84215912 +256,-1.854136457,0.5544643913,102,-1.539218189,0.7214009878,1196.7528173 +257,-1.665021206,0.520317736,102,-1.539218189,0.7214009878,892.85777423 +258,-1.733654349,0.4845187345,102,-1.539218189,0.7214009878,1130.4022694 +259,-1.720938188,0.5135933906,102,-1.539218189,0.7214009878,1009.2124441 +260,-1.742668307,0.553296122,102,-1.539218189,0.7214009878,927.20035482 +261,-1.965659039,0.7142126903,102,-1.539218189,0.7214009878,1268.4396306 +262,-1.944438071,0.6772834804,102,-1.539218189,0.7214009878,1236.8912111 +263,-1.270340967,0.7681487096,102,-1.539218189,0.7214009878,803.33853157 +264,-1.353091884,0.6549276821,102,-1.539218189,0.7214009878,626.79389763 +265,-1.333236659,0.6413584414,102,-1.539218189,0.7214009878,707.74491848 +266,-1.352015998,0.6753788907,102,-1.539218189,0.7214009878,595.9694239 +267,-1.377988483,0.6577816235,102,-1.539218189,0.7214009878,552.99258439 +268,-2.13075611,0.8318642051,102,-1.539218189,0.7214009878,1712.6135197 +269,-2.097910953,0.8259670014,102,-1.539218189,0.7214009878,1623.7537822 +270,-1.416382069,0.6694271549,102,-1.539218189,0.7214009878,426.34202159 +271,-1.538905672,0.7535625993,102,-1.539218189,0.7214009878,127.39543694 +272,-1.572309477,0.7803125099,102,-1.539218189,0.7214009878,252.23956181 +273,-1.87759879,0.7503853417,102,-1.539218189,0.7214009878,997.8497439 +274,1.152365588,0.590457682,102,-1.539218189,0.7214009878,6995.0825898 +275,0.350198001,0.718001859,102,-1.539218189,0.7214009878,5190.9954331 +276,0.046513677,0.491503852,102,-1.539218189,0.7214009878,5007.5271865 +277,0.027510309,0.742571376,102,-1.539218189,0.7214009878,4378.264227 +278,0.306285725,-0.214631579,102,-1.539218189,0.7214009878,7594.7118118 +279,-1.100564889,0.318051531,102,-1.539218189,0.7214009878,2180.8050063 +280,-1.078582306,0.301437596,102,-1.539218189,0.7214009878,2283.5687265 +281,-1.137371989,-0.617634065,102,-1.539218189,0.7214009878,5501.2998897 +282,0.784356344,0.703272339,102,-1.539218189,0.7214009878,6081.0197181 +283,-1.221209947,0.218327455,102,-1.539218189,0.7214009878,2276.4297183 +284,2.347301921,-0.449114658,102,-1.539218189,0.7214009878,9791.1199078 +285,0.246820618,0.830553713,102,-1.539218189,0.7214009878,4680.3581808 +286,0.829414965,0.703288228,102,-1.539218189,0.7214009878,6153.9906037 +287,-1.337537566,0.42332223,102,-1.539218189,0.7214009878,1355.3618489 +288,0.882453706,0.454478077,102,-1.539218189,0.7214009878,7089.6544936 +289,1.575629659,0.416419109,102,-1.539218189,0.7214009878,7935.8715193 +290,-1.039455679,0.229888244,102,-1.539218189,0.7214009878,2599.9606301 +291,0.489558039,0.934482747,102,-1.539218189,0.7214009878,4873.4368895 +292,0.081344504,0.88384514,102,-1.539218189,0.7214009878,4207.381086 +293,-1.547979814,0.300350308,102,-1.539218189,0.7214009878,1668.0485293 +294,0.040776181,0.168560074,102,-1.539218189,0.7214009878,5809.2806566 +295,-1.130374745,0.563894876,102,-1.539218189,0.7214009878,1432.4750415 +296,1.578326642,0.478507176,102,-1.539218189,0.7214009878,7690.1932361 +297,-1.12861823,-0.291640865,102,-1.539218189,0.7214009878,4286.0614878 +298,0.310524208,0.770885792,102,-1.539218189,0.7214009878,4965.6375604 +299,0.415649091,-0.387246002,102,-1.539218189,0.7214009878,8341.4574619 +300,-0.926533878,-0.188022748,102,-1.539218189,0.7214009878,4238.7048321 +301,1.258856172,-0.11716081,102,-1.539218189,0.7214009878,9761.6782804 +302,-1.126050026,0.322941926,102,-1.539218189,0.7214009878,2107.6594921 +303,2.002785835,0.07893892,102,-1.539218189,0.7214009878,8958.6952233 +304,0.440437607,0.746258085,102,-1.539218189,0.7214009878,5305.9906821 +305,-0.030391866,0.214441206,102,-1.539218189,0.7214009878,5480.9463179 +306,0.521557815,-0.058929362,102,-1.539218189,0.7214009878,7815.9431702 +307,-0.097005111,0.13317729,102,-1.539218189,0.7214009878,5492.4383497 +308,1.83113859,0.221857587,102,-1.539218189,0.7214009878,8614.9995923 +309,0.222428864,0.099404236,102,-1.539218189,0.7214009878,6524.0154794 +310,-1.702731345,0.8728568183,102,-1.539218189,0.7214009878,750.2419269 +311,-0.418507569,0.278324921,102,-1.539218189,0.7214009878,4168.2889521 +312,-1.41153306,0.339029988,102,-1.539218189,0.7214009878,1574.6389049 +313,0.357560442,0.114788776,102,-1.539218189,0.7214009878,6871.404225 +314,0.325818979,0.268352149,102,-1.539218189,0.7214009878,6360.0378975 +315,-1.246004659,-0.663679965,102,-1.539218189,0.7214009878,5587.8169057 +316,1.814603087,0.637404484,102,-1.539218189,0.7214009878,7006.844429 +317,1.843704281,-0.18300445,102,-1.539218189,0.7214009878,10151.336715 +318,1.690644492,-0.211480909,102,-1.539218189,0.7214009878,10400.980344 +319,-1.275451936,0.068109467,102,-1.539218189,0.7214009878,2752.1235302 +320,0.762430171,-0.207594741,102,-1.539218189,0.7214009878,8904.1222165 +321,0.265668905,-0.014647884,102,-1.539218189,0.7214009878,6954.2330692 +322,-2.773032013,-0.335515811,102,-1.539218189,0.7214009878,6154.6816062 +323,-1.469512853,0.174058777,102,-1.539218189,0.7214009878,2181.6530316 +324,0.286276986,0.785925691,102,-1.539218189,0.7214009878,4874.9586029 +325,-1.379324697,0.377432233,102,-1.539218189,0.7214009878,1463.4602463 +326,-1.203778265,0.212813032,102,-1.539218189,0.7214009878,2325.6710009 +327,0.579916301,0.611743168,102,-1.539218189,0.7214009878,5988.6542978 +328,0.267582642,0.868113908,102,-1.539218189,0.7214009878,4632.7786947 +329,0.412869244,-0.050245578,102,-1.539218189,0.7214009878,7479.7179085 +330,0.17524381,0.976660285,102,-1.539218189,0.7214009878,4206.7963338 +331,0.743157214,0.204812899,102,-1.539218189,0.7214009878,7620.4224402 +332,-1.070758176,0.269382282,102,-1.539218189,0.7214009878,2402.7618343 +333,-1.230364251,0.329790229,102,-1.539218189,0.7214009878,1869.4208186 +334,-1.374813124,-0.024926835,102,-1.539218189,0.7214009878,3014.7891288 +335,0.519780566,0.463669906,102,-1.539218189,0.7214009878,6299.7131402 +336,-1.55108034,0.239698561,102,-1.539218189,0.7214009878,1908.4620178 +337,0.180294813,0.029739425,102,-1.539218189,0.7214009878,6585.1420789 +338,0.67820924,0.268170153,102,-1.539218189,0.7214009878,7268.8513745 +339,0.445798684,1.024001867,102,-1.539218189,0.7214009878,4561.5722734 +340,0.691751283,0.150521402,102,-1.539218189,0.7214009878,7664.6777504 +341,-1.036643551,-0.903056181,102,-1.539218189,0.7214009878,6663.0173791 +342,-0.120287036,1.083325163,102,-1.539218189,0.7214009878,3487.9120094 +343,2.823513113,-0.304487164,102,-1.539218189,0.7214009878,8041.5759074 +344,0.457583172,1.12513373,102,-1.539218189,0.7214009878,4318.8703269 +345,0.042918831,0.813795399,102,-1.539218189,0.7214009878,4264.8671187 +346,1.196146777,-0.853142756,102,-1.539218189,0.7214009878,11200.645469 +347,0.206001358,-0.010430701,102,-1.539218189,0.7214009878,6767.0515887 +348,-0.268308653,0.234799412,102,-1.539218189,0.7214009878,4723.3031466 +349,0.759363263,0.736189579,102,-1.539218189,0.7214009878,5931.2507697 +350,0.181363926,0.891988372,102,-1.539218189,0.7214009878,4401.0512705 +351,-0.021111158,0.139103292,102,-1.539218189,0.7214009878,5702.5917862 +352,-0.093355215,0.630686981,102,-1.539218189,0.7214009878,4306.1316229 +353,0.40118964,0.681375926,102,-1.539218189,0.7214009878,5402.9217811 +354,-0.721197315,1.304706234,102,-1.539218189,0.7214009878,2727.2358468 +355,-1.076150317,0.212107639,102,-1.539218189,0.7214009878,2576.6156482 +356,-1.577164531,0.273993443,102,-1.539218189,0.7214009878,1776.9397225 +357,-0.190788414,0.182208586,102,-1.539218189,0.7214009878,5087.3750061 +358,-0.261349752,0.209710184,102,-1.539218189,0.7214009878,4807.4491806 +359,-1.029303852,0.083549259,102,-1.539218189,0.7214009878,3104.9025773 +360,-1.268609162,0.330525297,102,-1.539218189,0.7214009878,1798.0323705 +361,1.282982244,-0.926641967,102,-1.539218189,0.7214009878,11267.275382 +362,0.217352334,0.731352408,102,-1.539218189,0.7214009878,4856.7744136 +363,-1.511833084,0.258629297,102,-1.539218189,0.7214009878,1835.452125 +364,0.338812194,0.823184618,102,-1.539218189,0.7214009878,4890.1766063 +365,-0.324406489,1.134201999,102,-1.539218189,0.7214009878,3099.5317937 +366,1.389579348,0.399185724,102,-1.539218189,0.7214009878,7936.8342729 +367,2.047152199,-0.039082036,102,-1.539218189,0.7214009878,9310.5730996 +368,0.947780369,0.568250077,102,-1.539218189,0.7214009878,6804.857873 +369,0.763824846,0.576754987,102,-1.539218189,0.7214009878,6462.3075612 +370,-0.142334657,0.928153068,102,-1.539218189,0.7214009878,3640.4417101 +371,0.610266567,0.547265983,102,-1.539218189,0.7214009878,6249.7943237 +372,0.210731629,0.746815056,102,-1.539218189,0.7214009878,4803.7031799 +373,-1.34931644,0.316895224,102,-1.539218189,0.7214009878,1726.7874962 +374,2.407696481,0.655030745,102,-1.539218189,0.7214009878,6262.5712297 +375,0.64207831,0.545359131,102,-1.539218189,0.7214009878,6322.6839885 +376,1.174597538,0.840588356,102,-1.539218189,0.7214009878,6078.0086028 +377,0.660059424,0.010604079,102,-1.539218189,0.7214009878,8002.0088888 +378,-0.730263819,0.010486456,102,-1.539218189,0.7214009878,4031.7036259 +379,0.831068936,0.512339172,102,-1.539218189,0.7214009878,6800.2894354 +380,1.301180979,0.72367476,102,-1.539218189,0.7214009878,6618.922062 +381,1.811128231,0.322854402,102,-1.539218189,0.7214009878,8237.0850827 +382,0.435105812,0.992284428,102,-1.539218189,0.7214009878,4627.4732863 +383,0.62643634,0.592027932,102,-1.539218189,0.7214009878,6145.1556765 +384,0.492988703,-0.516339467,102,-1.539218189,0.7214009878,8854.5689166 +385,-0.162469483,0.112549365,102,-1.539218189,0.7214009878,5351.2216578 +386,0.314630866,0.472006421,102,-1.539218189,0.7214009878,5771.3720426 +387,0.166744804,0.822815954,102,-1.539218189,0.7214009878,4525.4467481 +388,0.417159608,0.965805736,102,-1.539218189,0.7214009878,4666.8198268 +389,0.106334961,0.868774244,102,-1.539218189,0.7214009878,4292.5721433 +390,0.815086969,-0.338144359,102,-1.539218189,0.7214009878,9400.2563469 +391,0.59867455,-0.230624824,102,-1.539218189,0.7214009878,8498.6242864 +392,1.915104874,0.066220985,102,-1.539218189,0.7214009878,9125.8186089 +393,1.278093622,0.064463721,102,-1.539218189,0.7214009878,9117.9886913 +394,-0.061477853,0.302997961,102,-1.539218189,0.7214009878,5165.080293 +395,0.251311504,0.626976942,102,-1.539218189,0.7214009878,5200.843138 +396,2.950242872,0.149095644,102,-1.539218189,0.7214009878,6483.7932699 +397,-0.180294708,0.35375117,102,-1.539218189,0.7214009878,4691.1452278 +398,1.010448592,-0.351180233,102,-1.539218189,0.7214009878,9977.2556326 +399,-1.748740498,0.3686318073,102,-1.539218189,0.7214009878,1563.5170018 +400,2.699635665,0.123533791,102,-1.539218189,0.7214009878,7257.3566061 +401,0.496808033,0.823843254,102,-1.539218189,0.7214009878,5197.5790488 +402,0.129574704,0.763364087,102,-1.539218189,0.7214009878,4576.6935573 +403,1.798920311,0.817447563,102,-1.539218189,0.7214009878,6309.2820691 +404,0.335987953,0.746786541,102,-1.539218189,0.7214009878,5083.5438142 +405,-1.085413643,0.292154671,102,-1.539218189,0.7214009878,2297.1082009 +406,-0.155321003,0.508207011,102,-1.539218189,0.7214009878,4402.8757514 +407,0.620529244,-0.301175104,102,-1.539218189,0.7214009878,8742.4171319 +408,1.684402744,0.368716966,102,-1.539218189,0.7214009878,8115.3778099 +409,0.300582244,-0.386397212,102,-1.539218189,0.7214009878,7998.9755276 +410,2.913555946,-0.009225192,102,-1.539218189,0.7214009878,7014.8214141 +411,1.465101417,0.493232532,102,-1.539218189,0.7214009878,7606.4229011 +412,0.090612882,0.907955955,102,-1.539218189,0.7214009878,4178.4062349 +413,2.987564726,-0.729568594,102,-1.539218189,0.7214009878,8497.9728673 +414,-1.484261606,0.224149272,102,-1.539218189,0.7214009878,1978.7724675 +415,0.164073421,0.303955133,102,-1.539218189,0.7214009878,5813.1515517 +416,0.141441293,0.167552546,102,-1.539218189,0.7214009878,6107.1757856 +417,2.931321023,-0.506718887,102,-1.539218189,0.7214009878,8194.888007 +418,2.21951565,0.700596356,102,-1.539218189,0.7214009878,6389.7827648 +419,0.268112576,1.199114336,102,-1.539218189,0.7214009878,3908.3635452 +420,0.978913739,0.359223811,102,-1.539218189,0.7214009878,7589.8542491 +421,1.210898818,0.522863584,102,-1.539218189,0.7214009878,7311.1844099 +422,2.347397336,0.129231362,102,-1.539218189,0.7214009878,8125.2517118 +423,0.614394501,0.556878345,102,-1.539218189,0.7214009878,6228.8971962 +424,-1.398079356,0.148483366,102,-1.539218189,0.7214009878,2322.7269344 +425,2.535303836,-0.112984496,102,-1.539218189,0.7214009878,8382.1916264 +426,-1.019372593,-0.405322349,102,-1.539218189,0.7214009878,4854.2554029 +427,-1.297785627,-0.160104069,102,-1.539218189,0.7214009878,3600.7710129 +428,2.144554488,0.205051084,102,-1.539218189,0.7214009878,8274.1770883 +429,-2.242387083,-0.426171285,102,-1.539218189,0.7214009878,5227.103074 +430,0.338637212,0.909723676,102,-1.539218189,0.7214009878,4669.5391849 +431,-0.148798452,0.691042401,102,-1.539218189,0.7214009878,4033.8887059 +432,0.893524764,0.441829531,102,-1.539218189,0.7214009878,7152.8548349 +433,0.969229347,-0.368847936,102,-1.539218189,0.7214009878,9913.0851855 +434,0.436043248,0.800045688,102,-1.539218189,0.7214009878,5147.5352368 +435,1.687946607,1.081504775,102,-1.539218189,0.7214009878,5297.2820167 +436,0.522302046,-0.034889271,102,-1.539218189,0.7214009878,7751.7256304 +437,-0.178996113,-0.438090009,102,-1.539218189,0.7214009878,6770.4363508 +438,-1.094339566,0.301444068,102,-1.539218189,0.7214009878,2247.3800288 +439,-1.064070054,0.242569932,102,-1.539218189,0.7214009878,2503.7357011 +440,-1.068153768,0.230387998,102,-1.539218189,0.7214009878,2534.1174437 +441,-3.00496892,-0.23989155,102,-1.539218189,0.7214009878,6540.8953195 +442,0.21751974,0.766874888,102,-1.539218189,0.7214009878,4770.38752 +443,0.117229532,0.007619006,102,-1.539218189,0.7214009878,6456.5594721 +444,0.777758451,0.420554741,102,-1.539218189,0.7214009878,7002.0318611 +445,-0.252356999,0.250747086,102,-1.539218189,0.7214009878,4730.7134752 +446,0.363148444,0.768483434,102,-1.539218189,0.7214009878,5084.2129421 +447,0.903191366,-0.118210676,102,-1.539218189,0.7214009878,9017.2651358 +448,-0.205755923,0.149406178,102,-1.539218189,0.7214009878,5127.1561631 +449,1.811996086,0.02364353,102,-1.539218189,0.7214009878,9397.9469799 +450,-1.100670221,0.314845373,102,-1.539218189,0.7214009878,2190.64375 +451,0.340078597,0.850105132,102,-1.539218189,0.7214009878,4823.466087 +452,0.258757267,0.804969236,102,-1.539218189,0.7214009878,4768.1985638 +453,2.78505352,-0.155160804,102,-1.539218189,0.7214009878,7777.9813284 +454,0.800551619,0.105822106,102,-1.539218189,0.7214009878,8068.483604 +455,0.437940882,-0.506194031,102,-1.539218189,0.7214009878,8671.7159677 +456,2.230431122,0.63458615,102,-1.539218189,0.7214009878,6609.7994267 +457,0.527965361,0.127667701,102,-1.539218189,0.7214009878,7307.346027 +458,-0.063643205,0.702093448,102,-1.539218189,0.7214009878,4234.1830558 +459,1.408447268,0.133010502,102,-1.539218189,0.7214009878,8986.8304408 +460,0.523795955,0.280266966,102,-1.539218189,0.7214009878,6851.6868894 +461,-0.975769313,0.072177659,102,-1.539218189,0.7214009878,3255.8035942 +462,0.549774164,-0.463663986,102,-1.539218189,0.7214009878,8911.4704582 +463,0.29245874,1.095549818,102,-1.539218189,0.7214009878,4154.2139714 +464,0.143625958,0.816809593,102,-1.539218189,0.7214009878,4487.7367102 +465,0.671902494,0.611159853,102,-1.539218189,0.7214009878,6176.1341407 +466,1.239840988,0.6724199,102,-1.539218189,0.7214009878,6769.7767797 +467,0.607829703,-0.10932137,102,-1.539218189,0.7214009878,8199.4092161 +468,1.763020906,0.263996692,102,-1.539218189,0.7214009878,8496.4960915 +469,0.378714634,0.726066797,102,-1.539218189,0.7214009878,5231.4466329 +470,2.196736143,-0.153862366,102,-1.539218189,0.7214009878,9382.8880582 +471,0.01702415,0.148991565,102,-1.539218189,0.7214009878,5789.9421134 +472,-2.998490902,-0.158002487,102,-1.539218189,0.7214009878,6306.6586563 +473,-3.051262951,-0.346595608,102,-1.539218189,0.7214009878,6950.4153541 +474,-1.069176439,0.182802941,102,-1.539218189,0.7214009878,2688.5676016 +475,0.167157509,0.595344954,102,-1.539218189,0.7214009878,5071.6379265 +476,0.613855648,0.681746124,102,-1.539218189,0.7214009878,5842.8923843 +477,1.037012736,0.682555367,102,-1.539218189,0.7214009878,6520.8781768 +478,-1.253574971,0.379755746,102,-1.539218189,0.7214009878,1655.2639248 +479,3.108590453,-0.132620738,102,-1.539218189,0.7214009878,6759.7524992 +480,0.565301296,0.022333262,102,-1.539218189,0.7214009878,7711.0828556 +481,0.547898238,0.855555614,102,-1.539218189,0.7214009878,5198.6051223 +482,0.948309381,0.417393755,102,-1.539218189,0.7214009878,7333.7616529 +483,-0.050600732,0.945269213,102,-1.539218189,0.7214009878,3812.4317325 +484,-0.977651478,-0.572363064,102,-1.539218189,0.7214009878,5518.8746182 +485,1.102014914,0.728861163,102,-1.539218189,0.7214009878,6426.3195102 +486,2.927300795,-0.282939414,102,-1.539218189,0.7214009878,7680.1164372 +487,-1.154565557,0.124434095,102,-1.539218189,0.7214009878,2724.6479702 +488,1.855331234,0.291044755,102,-1.539218189,0.7214009878,8327.5193016 +489,0.830290659,0.276904518,102,-1.539218189,0.7214009878,7583.1466294 +490,0.485104466,-0.234867441,102,-1.539218189,0.7214009878,8176.4042935 +491,0.521367572,-0.33161327,102,-1.539218189,0.7214009878,8524.0089515 +1,-1.539031704,0.7349710123,103,-1.537198791,0.7214422745,53.860593339 +2,-1.536990553,0.7349663874,103,-1.537198791,0.7214422745,53.572548331 +3,-1.534951779,0.7349571355,103,-1.537198791,0.7214422745,53.94294866 +4,-1.532906461,0.7349480293,103,-1.537198791,0.7214422745,54.980697663 +5,-1.531320211,0.7346937278,103,-1.537198791,0.7214422745,55.291892154 +6,-1.539451648,0.7335131775,103,-1.537198791,0.7214422745,48.275080821 +7,-1.537429487,0.7335445708,103,-1.537198791,0.7214422745,47.942053049 +8,-1.535484998,0.7335658704,103,-1.537198791,0.7214422745,48.288426213 +9,-1.533488396,0.7336036027,103,-1.537198791,0.7214422745,49.405610047 +10,-1.531497785,0.7335842962,103,-1.537198791,0.7214422745,50.965587417 +11,-1.530259379,0.7334777758,103,-1.537198791,0.7214422745,51.904769685 +12,-1.5335454,0.7322346912,103,-1.537198791,0.7214422745,44.095283185 +13,-1.531489083,0.7322238773,103,-1.537198791,0.7214422745,45.928410221 +14,-1.530011122,0.7321679851,103,-1.537198791,0.7214422745,47.514058584 +15,-1.53348106,0.7306614094,103,-1.537198791,0.7214422745,38.141232431 +16,-1.531441779,0.7306962275,103,-1.537198791,0.7214422745,40.427144674 +17,-1.529755654,0.7306933243,103,-1.537198791,0.7214422745,42.764213691 +18,-1.533415048,0.7291384674,103,-1.537198791,0.7214422745,32.482150508 +19,-1.531392093,0.7291705353,103,-1.537198791,0.7214422745,35.118197598 +20,-1.529296523,0.7291214933,103,-1.537198791,0.7214422745,38.390579083 +21,-1.535280942,0.727267644,103,-1.537198791,0.7214422745,23.765323279 +22,-1.533378158,0.7276139666,103,-1.537198791,0.7214422745,26.944890456 +23,-1.531340368,0.7276446587,103,-1.537198791,0.7214422745,30.091439167 +24,-1.528960113,0.7276398177,103,-1.537198791,0.7214422745,34.637235256 +25,-1.533313146,0.7260818349,103,-1.537198791,0.7214422745,21.696310975 +26,-1.531259555,0.7260958115,103,-1.537198791,0.7214422745,25.50495301 +27,-1.528926415,0.7260865555,103,-1.537198791,0.7214422745,30.679774055 +28,-1.531226779,0.7245511789,103,-1.537198791,0.7214422745,21.592877439 +29,-1.528904772,0.7245519194,103,-1.537198791,0.7214422745,27.541498507 +30,-1.547195875,0.7409785979,103,-1.537198791,0.7214422745,82.806463014 +31,-1.5451475,0.740980426,103,-1.537198791,0.7214422745,80.861018761 +32,-1.543097679,0.7409798872,103,-1.537198791,0.7214422745,79.318615696 +33,-1.540720364,0.7409892687,103,-1.537198791,0.7214422745,78.118672589 +34,-1.547188511,0.7395198392,103,-1.537198791,0.7214422745,77.433211132 +35,-1.545148587,0.7395226109,103,-1.537198791,0.7214422745,75.358846495 +36,-1.543104538,0.7395314908,103,-1.537198791,0.7214422745,73.739330996 +37,-1.540727751,0.7395306258,103,-1.537198791,0.7214422745,72.400434318 +38,-1.547187029,0.7380014886,103,-1.537198791,0.7214422745,71.914634062 +39,-1.545147315,0.7380012252,103,-1.537198791,0.7214422745,69.661353816 +40,-1.54310719,0.7380060743,103,-1.537198791,0.7214422745,67.888355918 +41,-1.540719671,0.7380068206,103,-1.537198791,0.7214422745,66.430432308 +42,-1.547187189,0.7364799098,103,-1.537198791,0.7214422745,66.472784463 +43,-1.545149996,0.7364853874,103,-1.537198791,0.7214422745,64.048775634 +44,-1.543106091,0.7364823484,103,-1.537198791,0.7214422745,62.077334116 +45,-1.540717158,0.7364893901,103,-1.537198791,0.7214422745,60.501184217 +46,-1.538663972,0.7410138672,103,-1.537198791,0.7214422745,77.643334875 +47,-1.53695285,0.7409699132,103,-1.537198791,0.7214422745,77.352375449 +48,-1.534910498,0.7409641297,103,-1.537198791,0.7214422745,77.619823149 +49,-1.533145034,0.7409536636,103,-1.537198791,0.7214422745,78.203293279 +50,-1.538681336,0.7395405883,103,-1.537198791,0.7214422745,71.820724904 +51,-1.536999189,0.7395183096,103,-1.537198791,0.7214422745,71.601596475 +52,-1.534923633,0.7395144222,103,-1.537198791,0.7214422745,71.897784525 +53,-1.533267822,0.7395654306,103,-1.537198791,0.7214422745,72.716537514 +54,-1.53867273,0.7380151077,103,-1.537198791,0.7214422745,65.789055943 +55,-1.536980576,0.7379994392,103,-1.537198791,0.7214422745,65.586093579 +56,-1.534931522,0.7379944961,103,-1.537198791,0.7214422745,65.904148712 +57,-1.533387952,0.7379480264,103,-1.537198791,0.7214422745,66.340274633 +58,-1.538682279,0.7364914363,103,-1.537198791,0.7214422745,59.7706224 +59,-1.536980704,0.7364810563,103,-1.537198791,0.7214422745,59.572099181 +60,-1.534935567,0.7364752065,103,-1.537198791,0.7214422745,59.919657854 +61,-1.533042592,0.7363876366,103,-1.537198791,0.7214422745,60.458647108 +62,-1.545143426,0.7349628011,103,-1.537198791,0.7214422745,58.47857044 +63,-1.543105297,0.7349691947,103,-1.537198791,0.7214422745,56.35361185 +64,-1.541064533,0.7349647152,103,-1.537198791,0.7214422745,54.768012556 +65,-1.545411803,0.7334624714,103,-1.537198791,0.7214422745,53.452986591 +66,-1.543446606,0.7334780896,103,-1.537198791,0.7214422745,51.131291374 +67,-1.541475327,0.7334957295,103,-1.537198791,0.7214422745,49.391433797 +68,-1.545401939,0.731963266,103,-1.537198791,0.7214422745,48.232631143 +69,-1.54342253,0.7319915583,103,-1.537198791,0.7214422745,45.667074449 +70,-1.541455867,0.7320216438,103,-1.537198791,0.7214422745,43.758712334 +71,-1.545410146,0.7304422281,103,-1.537198791,0.7214422745,43.156881192 +72,-1.543435491,0.7304713664,103,-1.537198791,0.7214422745,40.25412971 +73,-1.541463105,0.7304997613,103,-1.537198791,0.7214422745,38.035526206 +74,-1.545414768,0.7289194936,103,-1.537198791,0.7214422745,38.344903132 +75,-1.543435774,0.7289538557,103,-1.537198791,0.7214422745,35.029572218 +76,-1.541457714,0.7289765881,103,-1.537198791,0.7214422745,32.403793739 +77,-1.539449415,0.7320555866,103,-1.537198791,0.7214422745,42.563954735 +78,-1.537429183,0.7321097681,103,-1.537198791,0.7214422745,42.259445333 +79,-1.535472649,0.7321497267,103,-1.537198791,0.7214422745,42.718879069 +80,-1.539457899,0.7305333307,103,-1.537198791,0.7214422745,36.626189906 +81,-1.537453161,0.7305750503,103,-1.537198791,0.7214422745,36.182771143 +82,-1.535479385,0.7306124949,103,-1.537198791,0.7214422745,36.678558696 +83,-1.53946905,0.7290102593,103,-1.537198791,0.7214422745,30.722852087 +84,-1.537459922,0.7290417293,103,-1.537198791,0.7214422745,30.111390796 +85,-1.535451349,0.7290890157,103,-1.537198791,0.7214422745,30.728419476 +86,-1.535522937,0.7279887191,103,-1.537198791,0.7214422745,26.402425758 +87,-1.539442524,0.7274735939,103,-1.537198791,0.7214422745,24.799779316 +88,-1.537424111,0.727521351,103,-1.537198791,0.7214422745,24.088495485 +89,-1.539384641,0.7259505092,103,-1.537198791,0.7214422745,18.999259668 +90,-1.537372391,0.7259947145,103,-1.537198791,0.7214422745,18.039575439 +91,-1.535340789,0.7260435356,103,-1.537198791,0.7214422745,19.041653508 +92,-1.539325716,0.7244369706,103,-1.537198791,0.7214422745,13.439363798 +93,-1.537308932,0.7244801057,103,-1.537198791,0.7214422745,12.037295724 +94,-1.535289068,0.7245247645,103,-1.537198791,0.7214422745,13.462912172 +95,-1.533261366,0.7245550236,103,-1.537198791,0.7214422745,16.993441257 +96,-1.539267302,0.722921924,103,-1.537198791,0.7214422745,8.4940082554 +97,-1.537248972,0.7229660258,103,-1.537198791,0.7214422745,6.0374215269 +98,-1.535219431,0.7229916471,103,-1.537198791,0.7214422745,8.5012732298 +99,-1.53318962,0.7230212049,103,-1.537198791,0.7214422745,13.457108163 +100,-1.531154816,0.7230299897,103,-1.537198791,0.7214422745,19.032085867 +101,-1.528878341,0.7230370244,103,-1.537198791,0.7214422745,25.522763001 +102,-1.539218189,0.7214009878,103,-1.537198791,0.7214422745,6.0082936534 +103,-1.537198791,0.7214422745,103,-1.537198791,0.7214422745,3.0215923526 +104,-1.535179266,0.7214634354,103,-1.537198791,0.7214422745,6.0068638372 +105,-1.533156501,0.7214944644,103,-1.537198791,0.7214422745,12.02380158 +106,-1.53113574,0.7215166021,103,-1.537198791,0.7214422745,18.034116151 +107,-1.528874248,0.7215345535,103,-1.537198791,0.7214422745,24.759954309 +108,-1.539217656,0.7198512397,103,-1.537198791,0.7214422745,8.7074238454 +109,-1.537199919,0.7199428763,103,-1.537198791,0.7214422745,5.9391173107 +110,-1.545425832,0.727397149,103,-1.537198791,0.7214422745,33.939835937 +111,-1.543371177,0.7273916949,103,-1.537198791,0.7214422745,29.842412663 +112,-1.541368852,0.7274523163,103,-1.537198791,0.7214422745,26.827546967 +113,-1.545349067,0.7258710923,103,-1.537198791,0.7214422745,29.883512269 +114,-1.54332671,0.7258603556,103,-1.537198791,0.7214422745,25.241170349 +115,-1.541346831,0.7259242142,103,-1.537198791,0.7214422745,21.604716073 +116,-1.545324355,0.7243383958,103,-1.537198791,0.7214422745,26.723122182 +117,-1.543292796,0.7243617413,103,-1.537198791,0.7214422745,21.479628244 +118,-1.541295822,0.7244024384,103,-1.537198791,0.7214422745,16.898828544 +119,-1.543193859,0.7205570215,103,-1.537198791,0.7214422745,18.178446545 +120,-1.550257047,0.7386738187,103,-1.537198791,0.7214422745,78.383157405 +121,-1.549335448,0.7311736483,103,-1.537198791,0.7214422745,52.702124237 +122,-1.533478843,0.7179891343,103,-1.537198791,0.7214422745,17.602827074 +123,-1.556150555,0.738907041,103,-1.537198791,0.7214422745,88.957493037 +124,-1.554324226,0.733414257,103,-1.537198791,0.7214422745,69.393695034 +125,-1.554290846,0.7288285332,103,-1.537198791,0.7214422745,58.508169505 +126,-1.55122487,0.7219795312,103,-1.537198791,0.7214422745,41.759666693 +127,-1.525104458,0.7229399862,103,-1.537198791,0.7214422745,36.432580514 +128,-1.519607711,0.7236181429,103,-1.537198791,0.7214422745,52.97358506 +129,-1.513899999,0.7251107854,103,-1.537198791,0.7214422745,70.690553436 +130,-1.536620762,0.7431061895,103,-1.537198791,0.7214422745,85.827655563 +131,-1.5369566,0.7460845958,103,-1.537198791,0.7214422745,97.610834403 +132,-1.545345528,0.7447040685,103,-1.537198791,0.7214422745,95.208829584 +133,-1.532813921,0.7432306626,103,-1.537198791,0.7214422745,87.264727797 +134,-1.554788248,0.7382381001,103,-1.537198791,0.7214422745,84.391820157 +135,-1.540348126,0.7301594274,103,-1.537198791,0.7214422745,35.767083591 +136,-1.538016084,0.7239051786,103,-1.537198791,0.7214422745,10.053193273 +137,-1.525288962,0.7258085137,103,-1.537198791,0.7214422745,39.356684522 +138,-1.534326986,0.731241342,103,-1.537198791,0.7214422745,39.734802897 +139,-1.530733872,0.7303625216,103,-1.537198791,0.7214422745,40.189729775 +141,-1.534354939,0.7328219978,103,-1.537198791,0.7214422745,45.853916451 +142,-1.53157084,0.7292888153,103,-1.537198791,0.7214422745,35.273297971 +143,-1.525691035,0.7263799874,103,-1.537198791,0.7214422745,39.354980857 +144,-1.534031287,0.7495967835,103,-1.537198791,0.7214422745,111.90727672 +145,-1.527714986,0.7283095957,103,-1.537198791,0.7214422745,39.123931584 +146,-1.526189586,0.7271468292,103,-1.537198791,0.7214422745,39.714790271 +147,-1.555177336,0.7375563366,103,-1.537198791,0.7214422745,83.019777199 +148,-1.555080283,0.7312707794,103,-1.537198791,0.7214422745,65.721696935 +149,-1.53856994,0.7224180299,103,-1.537198791,0.7214422745,5.6172590267 +150,-1.530837883,0.729933372,103,-1.537198791,0.7214422745,38.55398744 +151,-1.515066984,0.5854133365,103,-1.537198791,0.7214422745,543.26893519 +152,-1.534731633,0.5368370046,103,-1.537198791,0.7214422745,731.26384777 +153,-1.515231902,0.5607085576,103,-1.537198791,0.7214422745,640.4520516 +154,-2.616253799,1.0684566605,103,-1.537198791,0.7214422745,2865.3331966 +155,-1.956071439,0.5792177723,103,-1.537198791,0.7214422745,1429.5383337 +156,-1.951208514,0.5602434208,103,-1.537198791,0.7214422745,1454.9064614 +157,-1.944675062,0.6062144545,103,-1.537198791,0.7214422745,1345.6529313 +158,-1.613778386,0.6077989518,103,-1.537198791,0.7214422745,509.36439787 +159,-2.035029014,0.6021432345,103,-1.537198791,0.7214422745,1617.4147408 +160,-2.114989471,0.6801825058,103,-1.537198791,0.7214422745,1746.2150651 +161,-2.037382079,0.5765830025,103,-1.537198791,0.7214422745,1670.16835 +162,-2.129855121,0.6585019963,103,-1.537198791,0.7214422745,1815.8864416 +163,-2.075141798,0.6493615843,103,-1.537198791,0.7214422745,1665.06779 +164,-1.828626729,0.6948433129,103,-1.537198791,0.7214422745,881.72397463 +165,-1.863329418,0.6735427691,103,-1.537198791,0.7214422745,1006.0465758 +166,-1.266037071,0.727988852,103,-1.537198791,0.7214422745,803.47151689 +167,-1.277579582,0.7249010648,103,-1.537198791,0.7214422745,770.13528193 +168,-1.258418684,0.7241194816,103,-1.537198791,0.7214422745,827.04106315 +169,-1.317813974,0.6804850104,103,-1.537198791,0.7214422745,682.94282714 +170,-1.344165204,0.6790988904,103,-1.537198791,0.7214422745,607.75640469 +171,-1.427582102,0.5277120351,103,-1.537198791,0.7214422745,843.7248912 +172,-1.402238616,0.457167829,103,-1.537198791,0.7214422745,1135.9912581 +173,-1.422454264,0.4996161999,103,-1.537198791,0.7214422745,953.54654601 +174,-1.439089277,0.4894859811,103,-1.537198791,0.7214422745,972.16722563 +175,-1.448126995,0.5182330266,103,-1.537198791,0.7214422745,854.17685229 +176,-1.474626146,0.5881926574,103,-1.537198791,0.7214422745,563.07818335 +177,-1.421139645,0.5584869783,103,-1.537198791,0.7214422745,742.7916811 +178,-1.457037165,0.565943032,103,-1.537198791,0.7214422745,665.97001589 +179,-2.757159358,0.3745319,103,-1.537198791,0.7214422745,4230.7416952 +180,-2.714309238,0.342054471,103,-1.537198791,0.7214422745,4180.4643195 +181,-2.000525337,0.774119946,103,-1.537198791,0.7214422745,1355.5671812 +183,-1.571413436,0.6777838382,103,-1.537198791,0.7214422745,201.62010765 +184,-1.552860289,0.6987663893,103,-1.537198791,0.7214422745,101.39037413 +185,-1.521852374,0.7165827476,103,-1.537198791,0.7214422745,49.624550412 +186,-1.503656267,0.6928968252,103,-1.537198791,0.7214422745,151.60247947 +187,-1.502753178,0.7136205882,103,-1.537198791,0.7214422745,107.36178459 +188,-1.631894563,0.7343596465,103,-1.537198791,0.7214422745,284.61577349 +189,-1.653765416,0.6770714026,103,-1.537198791,0.7214422745,394.50323933 +190,-1.719812114,0.6715965947,103,-1.537198791,0.7214422745,588.46713067 +191,-1.493406659,0.6646955447,103,-1.537198791,0.7214422745,261.36950952 +192,-1.469120564,0.6613469966,103,-1.537198791,0.7214422745,315.86123448 +193,-1.590551461,0.5326612937,103,-1.537198791,0.7214422745,766.94507008 +194,-1.625979264,0.5247742243,103,-1.537198791,0.7214422745,829.28017704 +195,-1.572293943,0.5238808754,103,-1.537198791,0.7214422745,790.57912622 +196,-1.610848725,0.5477107964,103,-1.537198791,0.7214422745,726.89155216 +197,-1.208485554,0.7918526018,103,-1.537198791,0.7214422745,984.35895855 +198,-1.335601374,0.6869083083,103,-1.537198791,0.7214422745,623.26154116 +199,-1.346156996,0.6825213377,103,-1.537198791,0.7214422745,597.54916737 +200,-1.324381037,0.6741422347,103,-1.537198791,0.7214422745,671.89552741 +201,-1.242424992,0.7378949807,103,-1.537198791,0.7214422745,871.32362078 +202,-1.270370057,0.7392461008,103,-1.537198791,0.7214422745,789.41616398 +203,-1.448950472,0.7441675014,103,-1.537198791,0.7214422745,274.91916699 +204,-1.492662363,0.7523026852,103,-1.537198791,0.7214422745,178.89650309 +205,-1.479098966,0.7763855017,103,-1.537198791,0.7214422745,275.21758841 +206,-1.633760714,0.7869022408,103,-1.537198791,0.7214422745,380.54099384 +207,-1.647406434,0.8101289331,103,-1.537198791,0.7214422745,471.30319472 +208,-1.564245052,0.5701509278,103,-1.537198791,0.7214422745,605.31025737 +209,-1.646289963,0.6833746083,103,-1.537198791,0.7214422745,362.53868632 +210,-1.5820631,0.6751952144,103,-1.537198791,0.7214422745,228.19092749 +211,-1.613236298,0.6681681791,103,-1.537198791,0.7214422745,313.06281364 +212,-1.914661867,0.8212566515,103,-1.537198791,0.7214422745,1138.0249058 +213,-1.742133237,0.7250275956,103,-1.537198791,0.7214422745,608.23741078 +214,-2.033144872,0.6557314699,103,-1.537198791,0.7214422745,1531.9135254 +215,-2.039551981,0.6964723658,103,-1.537198791,0.7214422745,1506.6583747 +216,-1.247341019,0.7622473908,103,-1.537198791,0.7214422745,860.18213157 +217,-1.298239787,0.7084123392,103,-1.537198791,0.7214422745,715.86683889 +218,-1.308539688,0.6926545592,103,-1.537198791,0.7214422745,697.27827539 +219,-1.303263185,0.6888938396,103,-1.537198791,0.7214422745,716.53974986 +220,-1.852400229,0.6004246149,103,-1.537198791,0.7214422745,1093.0687297 +221,-1.288947707,0.7473773692,103,-1.537198791,0.7214422745,736.13636127 +222,-1.372031502,0.7472790993,103,-1.537198791,0.7214422745,495.98482373 +223,-1.289805721,0.7242157877,103,-1.537198791,0.7214422745,734.14031539 +224,-1.350807603,0.7533498126,103,-1.537198791,0.7214422745,560.49872553 +225,-1.329290365,0.7560442322,103,-1.537198791,0.7214422745,623.49147019 +226,-1.410153004,0.616936428,103,-1.537198791,0.7214422745,571.53086748 +227,-1.393445434,0.6308995063,103,-1.537198791,0.7214422745,570.38542231 +228,-1.37595573,0.6241540638,103,-1.537198791,0.7214422745,630.25525817 +229,-1.358388707,0.6172645205,103,-1.537198791,0.7214422745,691.1370227 +230,-1.753741133,0.8281661666,103,-1.537198791,0.7214422745,743.12870806 +231,-1.47430987,0.6834615681,103,-1.537198791,0.7214422745,242.41202946 +232,-1.421012508,0.7222725206,103,-1.537198791,0.7214422745,345.35791386 +233,-1.4476833,0.6978557868,103,-1.537198791,0.7214422745,284.68265708 +234,-1.470370723,0.6966193374,103,-1.537198791,0.7214422745,223.65011183 +235,-1.429211703,0.7037216883,103,-1.537198791,0.7214422745,331.10289045 +236,-1.700578405,0.6178673663,103,-1.537198791,0.7214422745,651.82046395 +237,-1.678117619,0.6331716163,103,-1.537198791,0.7214422745,557.63923681 +238,-1.725644578,0.6316331145,103,-1.537198791,0.7214422745,681.35253629 +239,-2.14012759,0.7930497945,103,-1.537198791,0.7214422745,1744.7963708 +240,-2.103289431,0.7653606263,103,-1.537198791,0.7214422745,1649.1796132 +241,-1.318739838,0.7017808746,103,-1.537198791,0.7214422745,659.33704313 +242,-1.396417427,0.7077900843,103,-1.537198791,0.7214422745,424.50489659 +243,-1.35650337,0.7185539404,103,-1.537198791,0.7214422745,537.89648317 +244,-1.248884539,0.7274156818,103,-1.537198791,0.7214422745,854.24526221 +245,-1.395014798,0.5761185243,103,-1.537198791,0.7214422745,729.13884502 +246,-1.433377362,0.6064716109,103,-1.537198791,0.7214422745,558.49646198 +247,-1.408172432,0.5903155476,103,-1.537198791,0.7214422745,658.08951853 +248,-1.749645898,0.7757118084,103,-1.537198791,0.7214422745,652.16901981 +249,-1.571626686,0.615046989,103,-1.537198791,0.7214422745,434.77607069 +250,-1.514070049,0.6303003037,103,-1.537198791,0.7214422745,368.00620609 +251,-1.480890369,0.6237966528,103,-1.537198791,0.7214422745,424.21304133 +252,-1.704390658,0.5281680612,103,-1.537198791,0.7214422745,933.84034487 +253,-1.64434733,0.5254277498,103,-1.537198791,0.7214422745,848.84505207 +254,-1.703855997,0.4792484842,103,-1.537198791,0.7214422745,1101.4939515 +255,-1.692002383,0.5748825051,103,-1.537198791,0.7214422745,758.0331004 +256,-1.854136457,0.5544643913,103,-1.537198791,0.7214422745,1202.148836 +257,-1.665021206,0.520317736,103,-1.537198791,0.7214422745,895.94411654 +258,-1.733654349,0.4845187345,103,-1.537198791,0.7214422745,1134.1922327 +259,-1.720938188,0.5135933906,103,-1.537198791,0.7214422745,1013.1043349 +260,-1.742668307,0.553296122,103,-1.537198791,0.7214422745,931.77201688 +261,-1.965659039,0.7142126903,103,-1.537198791,0.7214422745,1274.3831452 +262,-1.944438071,0.6772834804,103,-1.537198791,0.7214422745,1242.8983087 +263,-1.270340967,0.7681487096,103,-1.537198791,0.7214422745,797.59059875 +264,-1.353091884,0.6549276821,103,-1.537198791,0.7214422745,621.26560825 +265,-1.333236659,0.6413584414,103,-1.537198791,0.7214422745,702.27594712 +266,-1.352015998,0.6753788907,103,-1.537198791,0.7214422745,590.1929542 +267,-1.377988483,0.6577816235,103,-1.537198791,0.7214422745,547.5842234 +268,-2.13075611,0.8318642051,103,-1.537198791,0.7214422745,1717.9244994 +269,-2.097910953,0.8259670014,103,-1.537198791,0.7214422745,1629.098132 +270,-1.416382069,0.6694271549,103,-1.537198791,0.7214422745,421.05472523 +271,-1.538905672,0.7535625993,103,-1.537198791,0.7214422745,127.32694971 +272,-1.572309477,0.7803125099,103,-1.537198791,0.7214422745,254.36552813 +273,-1.87759879,0.7503853417,103,-1.537198791,0.7214422745,1003.6633266 +274,1.152365588,0.590457682,103,-1.537198791,0.7214422745,6992.7139481 +275,0.350198001,0.718001859,103,-1.537198791,0.7214422745,5186.4380144 +276,0.046513677,0.491503852,103,-1.537198791,0.7214422745,5001.9101963 +277,0.027510309,0.742571376,103,-1.537198791,0.7214422745,4373.2185855 +278,0.306285725,-0.214631579,103,-1.537198791,0.7214422745,7588.7039375 +279,-1.100564889,0.318051531,103,-1.537198791,0.7214422745,2176.2836955 +280,-1.078582306,0.301437596,103,-1.537198791,0.7214422745,2278.9999331 +281,-1.137371989,-0.617634065,103,-1.537198791,0.7214422745,5499.5119544 +282,0.784356344,0.703272339,103,-1.537198791,0.7214422745,6077.5354405 +283,-1.221209947,0.218327455,103,-1.537198791,0.7214422745,2273.2007251 +284,2.347301921,-0.449114658,103,-1.537198791,0.7214422745,9796.9981394 +285,0.246820618,0.830553713,103,-1.537198791,0.7214422745,4675.9642308 +286,0.829414965,0.703288228,103,-1.537198791,0.7214422745,6150.6497738 +287,-1.337537566,0.42332223,103,-1.537198791,0.7214422745,1352.2426914 +288,0.882453706,0.454478077,103,-1.537198791,0.7214422745,7085.875696 +289,1.575629659,0.416419109,103,-1.537198791,0.7214422745,7935.5401445 +290,-1.039455679,0.229888244,103,-1.537198791,0.7214422745,2595.4790381 +291,0.489558039,0.934482747,103,-1.537198791,0.7214422745,4869.903694 +292,0.081344504,0.88384514,103,-1.537198791,0.7214422745,4202.911433 +293,-1.547979814,0.300350308,103,-1.537198791,0.7214422745,1668.3491481 +294,0.040776181,0.168560074,103,-1.537198791,0.7214422745,5803.305573 +295,-1.130374745,0.563894876,103,-1.537198791,0.7214422745,1426.8253501 +296,1.578326642,0.478507176,103,-1.537198791,0.7214422745,7689.886435 +297,-1.12861823,-0.291640865,103,-1.537198791,0.7214422745,4283.6139794 +298,0.310524208,0.770885792,103,-1.537198791,0.7214422745,4961.1640487 +299,0.415649091,-0.387246002,103,-1.537198791,0.7214422745,8335.4741135 +300,-0.926533878,-0.188022748,103,-1.537198791,0.7214422745,4234.9668427 +301,1.258856172,-0.11716081,103,-1.537198791,0.7214422745,9758.3264421 +302,-1.126050026,0.322941926,103,-1.537198791,0.7214422745,2103.2664275 +303,2.002785835,0.07893892,103,-1.537198791,0.7214422745,8961.5759923 +304,0.440437607,0.746258085,103,-1.537198791,0.7214422745,5301.7133392 +305,-0.030391866,0.214441206,103,-1.537198791,0.7214422745,5474.9647648 +306,0.521557815,-0.058929362,103,-1.537198791,0.7214422745,7810.1451754 +307,-0.097005111,0.13317729,103,-1.537198791,0.7214422745,5486.4304779 +308,1.83113859,0.221857587,103,-1.537198791,0.7214422745,8616.4496473 +309,0.222428864,0.099404236,103,-1.537198791,0.7214422745,6518.0970961 +310,-1.702731345,0.8728568183,103,-1.537198791,0.7214422745,753.45669314 +311,-0.418507569,0.278324921,103,-1.537198791,0.7214422745,4162.3160339 +312,-1.41153306,0.339029988,103,-1.537198791,0.7214422745,1572.9451724 +313,0.357560442,0.114788776,103,-1.537198791,0.7214422745,6865.6248215 +314,0.325818979,0.268352149,103,-1.537198791,0.7214422745,6354.4280533 +315,-1.246004659,-0.663679965,103,-1.537198791,0.7214422745,5586.5955017 +316,1.814603087,0.637404484,103,-1.537198791,0.7214422745,7007.7154812 +317,1.843704281,-0.18300445,103,-1.537198791,0.7214422745,10153.759896 +318,1.690644492,-0.211480909,103,-1.537198791,0.7214422745,10401.857148 +319,-1.275451936,0.068109467,103,-1.537198791,0.7214422745,2749.8412106 +320,0.762430171,-0.207594741,103,-1.537198791,0.7214422745,8898.4474274 +321,0.265668905,-0.014647884,103,-1.537198791,0.7214422745,6948.2660267 +322,-2.773032013,-0.335515811,103,-1.537198791,0.7214422745,6160.1104784 +323,-1.469512853,0.174058777,103,-1.537198791,0.7214422745,2181.0392648 +324,0.286276986,0.785925691,103,-1.537198791,0.7214422745,4870.486824 +325,-1.379324697,0.377432233,103,-1.537198791,0.7214422745,1461.1615375 +326,-1.203778265,0.212813032,103,-1.537198791,0.7214422745,2322.3238028 +327,0.579916301,0.611743168,103,-1.537198791,0.7214422745,5984.3315383 +328,0.267582642,0.868113908,103,-1.537198791,0.7214422745,4628.5578553 +329,0.412869244,-0.050245578,103,-1.537198791,0.7214422745,7473.8206125 +330,0.17524381,0.976660285,103,-1.537198791,0.7214422745,4202.8583113 +331,0.743157214,0.204812899,103,-1.537198791,0.7214422745,7615.5729936 +332,-1.070758176,0.269382282,103,-1.537198791,0.7214422745,2398.287716 +333,-1.230364251,0.329790229,103,-1.537198791,0.7214422745,1865.7569868 +334,-1.374813124,-0.024926835,103,-1.537198791,0.7214422745,3013.5317602 +335,0.519780566,0.463669906,103,-1.537198791,0.7214422745,6294.865211 +336,-1.55108034,0.239698561,103,-1.537198791,0.7214422745,1908.7875423 +337,0.180294813,0.029739425,103,-1.537198791,0.7214422745,6579.1597756 +338,0.67820924,0.268170153,103,-1.537198791,0.7214422745,7263.9614107 +339,0.445798684,1.024001867,103,-1.537198791,0.7214422745,4558.3010427 +340,0.691751283,0.150521402,103,-1.537198791,0.7214422745,7659.5655827 +341,-1.036643551,-0.903056181,103,-1.537198791,0.7214422745,6661.3741964 +342,-0.120287036,1.083325163,103,-1.537198791,0.7214422745,3484.1740894 +343,2.823513113,-0.304487164,103,-1.537198791,0.7214422745,8047.5832761 +344,0.457583172,1.12513373,103,-1.537198791,0.7214422745,4316.0634604 +345,0.042918831,0.813795399,103,-1.537198791,0.7214422745,4260.0786246 +346,1.196146777,-0.853142756,103,-1.537198791,0.7214422745,11195.676379 +347,0.206001358,-0.010430701,103,-1.537198791,0.7214422745,6761.0625623 +348,-0.268308653,0.234799412,103,-1.537198791,0.7214422745,4717.3006959 +349,0.759363263,0.736189579,103,-1.537198791,0.7214422745,5927.7795867 +350,0.181363926,0.891988372,103,-1.537198791,0.7214422745,4396.7709087 +351,-0.021111158,0.139103292,103,-1.537198791,0.7214422745,5696.5889037 +352,-0.093355215,0.630686981,103,-1.537198791,0.7214422745,4300.6244848 +353,0.40118964,0.681375926,103,-1.537198791,0.7214422745,5398.3649938 +354,-0.721197315,1.304706234,103,-1.537198791,0.7214422745,2725.2671069 +355,-1.076150317,0.212107639,103,-1.537198791,0.7214422745,2572.4038815 +356,-1.577164531,0.273993443,103,-1.537198791,0.7214422745,1777.621764 +357,-0.190788414,0.182208586,103,-1.537198791,0.7214422745,5081.3704728 +358,-0.261349752,0.209710184,103,-1.537198791,0.7214422745,4801.4517554 +359,-1.029303852,0.083549259,103,-1.537198791,0.7214422745,3100.8888759 +360,-1.268609162,0.330525297,103,-1.537198791,0.7214422745,1794.7126091 +361,1.282982244,-0.926641967,103,-1.537198791,0.7214422745,11263.525266 +362,0.217352334,0.731352408,103,-1.537198791,0.7214422745,4852.0019518 +363,-1.511833084,0.258629297,103,-1.537198791,0.7214422745,1835.2727961 +364,0.338812194,0.823184618,103,-1.537198791,0.7214422745,4885.932555 +365,-0.324406489,1.134201999,103,-1.537198791,0.7214422745,3096.0200597 +366,1.389579348,0.399185724,103,-1.537198791,0.7214422745,7935.3811619 +367,2.047152199,-0.039082036,103,-1.537198791,0.7214422745,9314.0679575 +368,0.947780369,0.568250077,103,-1.537198791,0.7214422745,6801.5984973 +369,0.763824846,0.576754987,103,-1.537198791,0.7214422745,6458.4256815 +370,-0.142334657,0.928153068,103,-1.537198791,0.7214422745,3635.8718424 +371,0.610266567,0.547265983,103,-1.537198791,0.7214422745,6245.3833353 +372,0.210731629,0.746815056,103,-1.537198791,0.7214422745,4798.9665059 +373,-1.34931644,0.316895224,103,-1.537198791,0.7214422745,1724.3963108 +374,2.407696481,0.655030745,103,-1.537198791,0.7214422745,6265.8682393 +375,0.64207831,0.545359131,103,-1.537198791,0.7214422745,6318.3558366 +376,1.174597538,0.840588356,103,-1.537198791,0.7214422745,6076.1847301 +377,0.660059424,0.010604079,103,-1.537198791,0.7214422745,7996.541185 +378,-0.730263819,0.010486456,103,-1.537198791,0.7214422745,4026.6862531 +379,0.831068936,0.512339172,103,-1.537198791,0.7214422745,6796.4685338 +380,1.301180979,0.72367476,103,-1.537198791,0.7214422745,6617.4164055 +381,1.811128231,0.322854402,103,-1.537198791,0.7214422745,8238.2709347 +382,0.435105812,0.992284428,103,-1.537198791,0.7214422745,4624.0517516 +383,0.62643634,0.592027932,103,-1.537198791,0.7214422745,6140.9055355 +384,0.492988703,-0.516339467,103,-1.537198791,0.7214422745,8848.6517848 +385,-0.162469483,0.112549365,103,-1.537198791,0.7214422745,5345.2285742 +386,0.314630866,0.472006421,103,-1.537198791,0.7214422745,5766.1170902 +387,0.166744804,0.822815954,103,-1.537198791,0.7214422745,4520.8854368 +388,0.417159608,0.965805736,103,-1.537198791,0.7214422745,4663.2576742 +389,0.106334961,0.868774244,103,-1.537198791,0.7214422745,4288.0818834 +390,0.815086969,-0.338144359,103,-1.537198791,0.7214422745,9394.4344941 +391,0.59867455,-0.230624824,103,-1.537198791,0.7214422745,8492.7136436 +392,1.915104874,0.066220985,103,-1.537198791,0.7214422745,9128.1437113 +393,1.278093622,0.064463721,103,-1.537198791,0.7214422745,9115.2685862 +394,-0.061477853,0.302997961,103,-1.537198791,0.7214422745,5159.1346529 +395,0.251311504,0.626976942,103,-1.537198791,0.7214422745,5195.8380635 +396,2.950242872,0.149095644,103,-1.537198791,0.7214422745,6489.5553073 +397,-0.180294708,0.35375117,103,-1.537198791,0.7214422745,4685.1751061 +398,1.010448592,-0.351180233,103,-1.537198791,0.7214422745,9971.7860117 +399,-1.748740498,0.3686318073,103,-1.537198791,0.7214422745,1566.6997016 +400,2.699635665,0.123533791,103,-1.537198791,0.7214422745,7262.7793749 +401,0.496808033,0.823843254,103,-1.537198791,0.7214422745,5193.6771322 +402,0.129574704,0.763364087,103,-1.537198791,0.7214422745,4571.8707734 +403,1.798920311,0.817447563,103,-1.537198791,0.7214422745,6309.9184621 +404,0.335987953,0.746786541,103,-1.537198791,0.7214422745,5079.0450912 +405,-1.085413643,0.292154671,103,-1.537198791,0.7214422745,2292.6176262 +406,-0.155321003,0.508207011,103,-1.537198791,0.7214422745,4397.0762005 +407,0.620529244,-0.301175104,103,-1.537198791,0.7214422745,8736.4606122 +408,1.684402744,0.368716966,103,-1.537198791,0.7214422745,8115.7255199 +409,0.300582244,-0.386397212,103,-1.537198791,0.7214422745,7993.0457483 +410,2.913555946,-0.009225192,103,-1.537198791,0.7214422745,7020.7162924 +411,1.465101417,0.493232532,103,-1.537198791,0.7214422745,7605.4846261 +412,0.090612882,0.907955955,103,-1.537198791,0.7214422745,4174.0474167 +413,2.987564726,-0.729568594,103,-1.537198791,0.7214422745,8503.2961991 +414,-1.484261606,0.224149272,103,-1.537198791,0.7214422745,1978.2758131 +415,0.164073421,0.303955133,103,-1.537198791,0.7214422745,5807.3889118 +416,0.141441293,0.167552546,103,-1.537198791,0.7214422745,6101.2542155 +417,2.931321023,-0.506718887,103,-1.537198791,0.7214422745,8200.7346052 +418,2.21951565,0.700596356,103,-1.537198791,0.7214422745,6392.2917844 +419,0.268112576,1.199114336,103,-1.537198791,0.7214422745,3905.6722213 +420,0.978913739,0.359223811,103,-1.537198791,0.7214422745,7586.2281025 +421,1.210898818,0.522863584,103,-1.537198791,0.7214422745,7308.9630234 +422,2.347397336,0.129231362,103,-1.537198791,0.7214422745,8129.6950868 +423,0.614394501,0.556878345,103,-1.537198791,0.7214422745,6224.5221672 +424,-1.398079356,0.148483366,103,-1.537198791,0.7214422745,2321.3856406 +425,2.535303836,-0.112984496,103,-1.537198791,0.7214422745,8387.7389857 +426,-1.019372593,-0.405322349,103,-1.537198791,0.7214422745,4851.4895301 +427,-1.297785627,-0.160104069,103,-1.537198791,0.7214422745,3599.1372615 +428,2.144554488,0.205051084,103,-1.537198791,0.7214422745,8277.5315592 +429,-2.242387083,-0.426171285,103,-1.537198791,0.7214422745,5230.8876589 +430,0.338637212,0.909723676,103,-1.537198791,0.7214422745,4665.6072535 +431,-0.148798452,0.691042401,103,-1.537198791,0.7214422745,4028.4645321 +432,0.893524764,0.441829531,103,-1.537198791,0.7214422745,7149.0866732 +433,0.969229347,-0.368847936,103,-1.537198791,0.7214422745,9907.4625857 +434,0.436043248,0.800045688,103,-1.537198791,0.7214422745,5143.4181916 +435,1.687946607,1.081504775,103,-1.537198791,0.7214422745,5297.3636862 +436,0.522302046,-0.034889271,103,-1.537198791,0.7214422745,7745.9590255 +437,-0.178996113,-0.438090009,103,-1.537198791,0.7214422745,6765.1411938 +438,-1.094339566,0.301444068,103,-1.537198791,0.7214422745,2242.8986749 +439,-1.064070054,0.242569932,103,-1.537198791,0.7214422745,2499.334985 +440,-1.068153768,0.230387998,103,-1.537198791,0.7214422745,2529.7880748 +441,-3.00496892,-0.23989155,103,-1.537198791,0.7214422745,6546.7572695 +442,0.21751974,0.766874888,103,-1.537198791,0.7214422745,4765.7264248 +443,0.117229532,0.007619006,103,-1.537198791,0.7214422745,6450.5547491 +444,0.777758451,0.420554741,103,-1.537198791,0.7214422745,6997.8039365 +445,-0.252356999,0.250747086,103,-1.537198791,0.7214422745,4724.7064161 +446,0.363148444,0.768483434,103,-1.537198791,0.7214422745,5079.8381071 +447,0.903191366,-0.118210676,103,-1.537198791,0.7214422745,9012.1301625 +448,-0.205755923,0.149406178,103,-1.537198791,0.7214422745,5121.1631537 +449,1.811996086,0.02364353,103,-1.537198791,0.7214422745,9399.5794614 +450,-1.100670221,0.314845373,103,-1.537198791,0.7214422745,2186.1377897 +451,0.340078597,0.850105132,103,-1.537198791,0.7214422745,4819.3181277 +452,0.258757267,0.804969236,103,-1.537198791,0.7214422745,4763.7383479 +453,2.78505352,-0.155160804,103,-1.537198791,0.7214422745,7783.9028983 +454,0.800551619,0.105822106,103,-1.537198791,0.7214422745,8063.5777222 +455,0.437940882,-0.506194031,103,-1.537198791,0.7214422745,8665.8217546 +456,2.230431122,0.63458615,103,-1.537198791,0.7214422745,6612.5072732 +457,0.527965361,0.127667701,103,-1.537198791,0.7214422745,7301.8337658 +458,-0.063643205,0.702093448,103,-1.537198791,0.7214422745,4228.8934212 +459,1.408447268,0.133010502,103,-1.537198791,0.7214422745,8985.1672118 +460,0.523795955,0.280266966,103,-1.537198791,0.7214422745,6846.4491576 +461,-0.975769313,0.072177659,103,-1.537198791,0.7214422745,3251.5527493 +462,0.549774164,-0.463663986,103,-1.537198791,0.7214422745,8905.4830564 +463,0.29245874,1.095549818,103,-1.537198791,0.7214422745,4151.0086967 +464,0.143625958,0.816809593,103,-1.537198791,0.7214422745,4483.1158892 +465,0.671902494,0.611159853,103,-1.537198791,0.7214422745,6172.0631904 +466,1.239840988,0.6724199,103,-1.537198791,0.7214422745,6767.9329883 +467,0.607829703,-0.10932137,103,-1.537198791,0.7214422745,8193.6544464 +468,1.763020906,0.263996692,103,-1.537198791,0.7214422745,8497.4331081 +469,0.378714634,0.726066797,103,-1.537198791,0.7214422745,5226.9730162 +470,2.196736143,-0.153862366,103,-1.537198791,0.7214422745,9387.5446341 +471,0.01702415,0.148991565,103,-1.537198791,0.7214422745,5783.950649 +472,-2.998490902,-0.158002487,103,-1.537198791,0.7214422745,6312.586264 +473,-3.051262951,-0.346595608,103,-1.537198791,0.7214422745,6956.2007744 +474,-1.069176439,0.182802941,103,-1.537198791,0.7214422745,2684.4280718 +475,0.167157509,0.595344954,103,-1.537198791,0.7214422745,5066.409353 +476,0.613855648,0.681746124,103,-1.537198791,0.7214422745,5838.8526335 +477,1.037012736,0.682555367,103,-1.537198791,0.7214422745,6518.2218071 +478,-1.253574971,0.379755746,103,-1.537198791,0.7214422745,1651.5253556 +479,3.108590453,-0.132620738,103,-1.537198791,0.7214422745,6765.7581396 +480,0.565301296,0.022333262,103,-1.537198791,0.7214422745,7705.4616032 +481,0.547898238,0.855555614,103,-1.537198791,0.7214422745,5194.927754 +482,0.948309381,0.417393755,103,-1.537198791,0.7214422745,7330.147718 +483,-0.050600732,0.945269213,103,-1.537198791,0.7214422745,3808.0445324 +484,-0.977651478,-0.572363064,103,-1.537198791,0.7214422745,5516.2930616 +485,1.102014914,0.728861163,103,-1.537198791,0.7214422745,6424.010769 +486,2.927300795,-0.282939414,103,-1.537198791,0.7214422745,7686.1217699 +487,-1.154565557,0.124434095,103,-1.537198791,0.7214422745,2721.2652378 +488,1.855331234,0.291044755,103,-1.537198791,0.7214422745,8329.0262453 +489,0.830290659,0.276904518,103,-1.537198791,0.7214422745,7578.7477375 +490,0.485104466,-0.234867441,103,-1.537198791,0.7214422745,8170.4222427 +491,0.521367572,-0.33161327,103,-1.537198791,0.7214422745,8518.0035672 +1,-1.539031704,0.7349710123,104,-1.535179266,0.7214634354,54.702204011 +2,-1.536990553,0.7349663874,104,-1.535179266,0.7214634354,53.752564345 +3,-1.534951779,0.7349571355,104,-1.535179266,0.7214634354,53.452777176 +4,-1.532906461,0.7349480293,104,-1.535179266,0.7214634354,53.833434503 +5,-1.531320211,0.7346937278,104,-1.535179266,0.7214634354,53.632894688 +6,-1.539451648,0.7335131775,104,-1.535179266,0.7214634354,49.374015061 +7,-1.537429487,0.7335445708,104,-1.535179266,0.7214634354,48.314126964 +8,-1.535484998,0.7335658704,104,-1.535179266,0.7214634354,47.946275682 +9,-1.533488396,0.7336036027,104,-1.535179266,0.7214634354,48.346627221 +10,-1.531497785,0.7335842962,104,-1.535179266,0.7214634354,49.230344189 +11,-1.530259379,0.7334777758,104,-1.535179266,0.7214634354,49.764645006 +12,-1.5335454,0.7322346912,104,-1.535179266,0.7214634354,42.938153976 +13,-1.531489083,0.7322238773,104,-1.535179266,0.7214634354,43.999404897 +14,-1.530011122,0.7321679851,104,-1.535179266,0.7214634354,45.075916123 +15,-1.53348106,0.7306614094,104,-1.535179266,0.7214634354,36.778765991 +16,-1.531441779,0.7306962275,104,-1.535179266,0.7214634354,38.209861369 +17,-1.529755654,0.7306933243,104,-1.535179266,0.7214634354,39.933295664 +18,-1.533415048,0.7291384674,104,-1.535179266,0.7214634354,30.847244349 +19,-1.531392093,0.7291705353,104,-1.535179266,0.7214634354,32.526115552 +20,-1.529296523,0.7291214933,104,-1.535179266,0.7214634354,34.98796225 +21,-1.535280942,0.727267644,104,-1.535179266,0.7214634354,22.992448977 +22,-1.533378158,0.7276139666,104,-1.535179266,0.7214634354,24.941077396 +23,-1.531340368,0.7276446587,104,-1.535179266,0.7214634354,27.001835481 +24,-1.528960113,0.7276398177,104,-1.535179266,0.7214634354,30.639294557 +25,-1.533313146,0.7260818349,104,-1.535179266,0.7214634354,19.113565015 +26,-1.531259555,0.7260958115,104,-1.535179266,0.7214634354,21.726090261 +27,-1.528926415,0.7260865555,104,-1.535179266,0.7214634354,26.072108073 +28,-1.531226779,0.7245511789,104,-1.535179266,0.7214634354,16.952597739 +29,-1.528904772,0.7245519194,104,-1.535179266,0.7214634354,22.292083099 +30,-1.547195875,0.7409785979,104,-1.535179266,0.7214634354,85.031493379 +31,-1.5451475,0.740980426,104,-1.535179266,0.7214634354,82.704535472 +32,-1.543097679,0.7409798872,104,-1.535179266,0.7214634354,80.752829858 +33,-1.540720364,0.7409892687,104,-1.535179266,0.7214634354,79.048323629 +34,-1.547188511,0.7395198392,104,-1.535179266,0.7214634354,79.815839772 +35,-1.545148587,0.7395226109,104,-1.535179266,0.7214634354,77.342834441 +36,-1.543104538,0.7395314908,104,-1.535179266,0.7214634354,75.290022453 +37,-1.540727751,0.7395306258,104,-1.535179266,0.7214634354,73.4123442 +38,-1.547187029,0.7380014886,104,-1.535179266,0.7214634354,74.484014794 +39,-1.545147315,0.7380012252,104,-1.535179266,0.7214634354,71.812686608 +40,-1.54310719,0.7380060743,104,-1.535179266,0.7214634354,69.579950575 +41,-1.540719671,0.7380068206,104,-1.535179266,0.7214634354,67.538872616 +42,-1.547187189,0.7364799098,104,-1.535179266,0.7214634354,69.255563583 +43,-1.545149996,0.7364853874,104,-1.535179266,0.7214634354,66.393796866 +44,-1.543106091,0.7364823484,104,-1.535179266,0.7214634354,63.93312379 +45,-1.540717158,0.7364893901,104,-1.535179266,0.7214634354,61.725423479 +46,-1.538663972,0.7410138672,104,-1.535179266,0.7214634354,78.117771333 +47,-1.53695285,0.7409699132,104,-1.535179266,0.7214634354,77.441894549 +48,-1.534910498,0.7409641297,104,-1.535179266,0.7214634354,77.246314398 +49,-1.533145034,0.7409536636,104,-1.535179266,0.7214634354,77.433406666 +50,-1.538681336,0.7395405883,104,-1.535179266,0.7214634354,72.345146133 +51,-1.536999189,0.7395183096,104,-1.535179266,0.7214634354,71.71662239 +52,-1.534923633,0.7395144222,104,-1.535179266,0.7214634354,71.503936039 +53,-1.533267822,0.7395654306,104,-1.535179266,0.7214634354,71.923402766 +54,-1.53867273,0.7380151077,104,-1.535179266,0.7214634354,66.367420866 +55,-1.536980576,0.7379994392,104,-1.535179266,0.7214634354,65.714636562 +56,-1.534931522,0.7379944961,104,-1.535179266,0.7214634354,65.483616184 +57,-1.533387952,0.7379480264,104,-1.535179266,0.7214634354,65.509280955 +58,-1.538682279,0.7364914363,104,-1.535179266,0.7214634354,60.418793912 +59,-1.536980704,0.7364810563,104,-1.535179266,0.7214634354,59.722388831 +60,-1.534935567,0.7364752065,104,-1.535179266,0.7214634354,59.465983863 +61,-1.533042592,0.7363876366,104,-1.535179266,0.7214634354,59.450846468 +62,-1.545143426,0.7349628011,104,-1.535179266,0.7214634354,61.047901848 +63,-1.543105297,0.7349691947,104,-1.535179266,0.7214634354,58.402805512 +64,-1.541064533,0.7349647152,104,-1.535179266,0.7214634354,56.237560341 +65,-1.545411803,0.7334624714,104,-1.535179266,0.7214634354,56.349204715 +66,-1.543446606,0.7334780896,104,-1.535179266,0.7214634354,53.506520138 +67,-1.541475327,0.7334957295,104,-1.535179266,0.7214634354,51.169949638 +68,-1.545401939,0.731963266,104,-1.535179266,0.7214634354,51.434253443 +69,-1.54342253,0.7319915583,104,-1.535179266,0.7214634354,48.316636678 +70,-1.541455867,0.7320216438,104,-1.535179266,0.7214634354,45.762560788 +71,-1.545410146,0.7304422281,104,-1.535179266,0.7214634354,46.726401463 +72,-1.543435491,0.7304713664,104,-1.535179266,0.7214634354,43.257687619 +73,-1.541463105,0.7304997613,104,-1.535179266,0.7214634354,40.343638579 +74,-1.545414768,0.7289194936,104,-1.535179266,0.7214634354,42.341361754 +75,-1.543435774,0.7289538557,104,-1.535179266,0.7214634354,38.461265262 +76,-1.541457714,0.7289765881,104,-1.535179266,0.7214634354,35.099684989 +77,-1.539449415,0.7320555866,104,-1.535179266,0.7214634354,43.818258173 +78,-1.537429183,0.7321097681,104,-1.535179266,0.7214634354,42.69278076 +79,-1.535472649,0.7321497267,104,-1.535179266,0.7214634354,42.337307231 +80,-1.539457899,0.7305333307,104,-1.535179266,0.7214634354,38.095877578 +81,-1.537453161,0.7305750503,104,-1.535179266,0.7214634354,36.714231628 +82,-1.535479385,0.7306124949,104,-1.535179266,0.7214634354,36.250326676 +83,-1.53946905,0.7290102593,104,-1.535179266,0.7214634354,32.485015512 +84,-1.537459922,0.7290417293,104,-1.535179266,0.7214634354,30.769418064 +85,-1.535451349,0.7290890157,104,-1.535179266,0.7214634354,30.215688231 +86,-1.535522937,0.7279887191,104,-1.535179266,0.7214634354,25.866734472 +87,-1.539442524,0.7274735939,104,-1.535179266,0.7214634354,26.956420282 +88,-1.537424111,0.727521351,104,-1.535179266,0.7214634354,24.902106254 +89,-1.539384641,0.7259505092,104,-1.535179266,0.7214634354,21.718641863 +90,-1.537372391,0.7259947145,104,-1.535179266,0.7214634354,19.092364409 +91,-1.535340789,0.7260435356,104,-1.535179266,0.7214634354,18.148110131 +92,-1.539325716,0.7244369706,104,-1.535179266,0.7214634354,17.041181303 +93,-1.537308932,0.7244801057,104,-1.535179266,0.7214634354,13.519973925 +94,-1.535289068,0.7245247645,104,-1.535179266,0.7214634354,12.130309423 +95,-1.533261366,0.7245550236,104,-1.535179266,0.7214634354,13.505775743 +96,-1.539267302,0.722921924,104,-1.535179266,0.7214634354,13.453808768 +97,-1.537248972,0.7229660258,104,-1.535179266,0.7214634354,8.5593880367 +98,-1.535219431,0.7229916471,104,-1.535179266,0.7214634354,6.0544234479 +99,-1.53318962,0.7230212049,104,-1.535179266,0.7214634354,8.5463463427 +100,-1.531154816,0.7230299897,104,-1.535179266,0.7214634354,13.474546961 +101,-1.528878341,0.7230370244,104,-1.535179266,0.7214634354,19.736507045 +102,-1.539218189,0.7214009878,104,-1.535179266,0.7214634354,12.014943598 +103,-1.537198791,0.7214422745,104,-1.535179266,0.7214634354,6.0068638372 +104,-1.535179266,0.7214634354,104,-1.535179266,0.7214634354,2.9996768243 +105,-1.533156501,0.7214944644,104,-1.535179266,0.7214634354,6.0170293837 +106,-1.53113574,0.7215166021,104,-1.535179266,0.7214634354,12.027314203 +107,-1.528874248,0.7215345535,104,-1.535179266,0.7214634354,18.753123614 +108,-1.539217656,0.7198512397,104,-1.535179266,0.7214634354,13.610139664 +109,-1.537199919,0.7199428763,104,-1.535179266,0.7214634354,8.5111127953 +110,-1.545425832,0.727397149,104,-1.535179266,0.7214634354,38.421601239 +111,-1.543371177,0.7273916949,104,-1.535179266,0.7214634354,33.791520717 +112,-1.541368852,0.7274523163,104,-1.535179266,0.7214634354,29.996789071 +113,-1.545349067,0.7258710923,104,-1.535179266,0.7214634354,34.872018811 +114,-1.54332671,0.7258603556,104,-1.535179266,0.7214634354,29.802607405 +115,-1.541346831,0.7259242142,104,-1.535179266,0.7214634354,25.442772034 +116,-1.545324355,0.7243383958,104,-1.535179266,0.7214634354,32.213945216 +117,-1.543292796,0.7243617413,104,-1.535179266,0.7214634354,26.694136146 +118,-1.541295822,0.7244024384,104,-1.535179266,0.7214634354,21.577339237 +119,-1.543193859,0.7205570215,104,-1.535179266,0.7214634354,24.114260988 +120,-1.550257047,0.7386738187,104,-1.535179266,0.7214634354,81.408747066 +121,-1.549335448,0.7311736483,104,-1.535179266,0.7214634354,56.891746725 +122,-1.533478843,0.7179891343,104,-1.535179266,0.7214634354,14.664166634 +123,-1.556150555,0.738907041,104,-1.535179266,0.7214634354,92.757186572 +124,-1.554324226,0.733414257,104,-1.535179266,0.7214634354,73.814185223 +125,-1.554290846,0.7288285332,104,-1.535179266,0.7214634354,63.723998285 +126,-1.55122487,0.7219795312,104,-1.535179266,0.7214634354,47.753581182 +127,-1.525104458,0.7229399862,104,-1.535179266,0.7214634354,30.509553779 +128,-1.519607711,0.7236181429,104,-1.535179266,0.7214634354,47.047470344 +129,-1.513899999,0.7251107854,104,-1.535179266,0.7214634354,64.814557503 +130,-1.536620762,0.7431061895,104,-1.535179266,0.7214634354,85.832024617 +131,-1.5369566,0.7460845958,104,-1.535179266,0.7214634354,97.664436096 +132,-1.545345528,0.7447040685,104,-1.535179266,0.7214634354,96.796939124 +133,-1.532813921,0.7432306626,104,-1.535179266,0.7214634354,86.500971126 +134,-1.554788248,0.7382381001,104,-1.535179266,0.7214634354,88.121358352 +135,-1.540348126,0.7301594274,104,-1.535179266,0.7214634354,37.695470967 +136,-1.538016084,0.7239051786,104,-1.535179266,0.7214634354,12.828529929 +137,-1.525288962,0.7258085137,104,-1.535179266,0.7214634354,34.031048249 +138,-1.534326986,0.731241342,104,-1.535179266,0.7214634354,38.8124294 +139,-1.530733872,0.7303625216,104,-1.535179266,0.7214634354,37.628872577 +141,-1.534354939,0.7328219978,104,-1.535179266,0.7214634354,45.057342245 +142,-1.53157084,0.7292888153,104,-1.535179266,0.7214634354,32.789440886 +143,-1.525691035,0.7263799874,104,-1.535179266,0.7214634354,34.23592409 +144,-1.534031287,0.7495967835,104,-1.535179266,0.7214634354,111.48717374 +145,-1.527714986,0.7283095957,104,-1.535179266,0.7214634354,35.002867316 +146,-1.526189586,0.7271468292,104,-1.535179266,0.7214634354,34.900097538 +147,-1.555177336,0.7375563366,104,-1.535179266,0.7214634354,86.892078152 +148,-1.555080283,0.7312707794,104,-1.535179266,0.7214634354,70.581980896 +149,-1.53856994,0.7224180299,104,-1.535179266,0.7214634354,10.765742782 +150,-1.530837883,0.729933372,104,-1.535179266,0.7214634354,35.930862071 +151,-1.515066984,0.5854133365,104,-1.535179266,0.7214634354,542.57824555 +152,-1.534731633,0.5368370046,104,-1.535179266,0.7214634354,731.30668707 +153,-1.515231902,0.5607085576,104,-1.535179266,0.7214634354,639.87293746 +154,-2.616253799,1.0684566605,104,-1.535179266,0.7214634354,2869.1201061 +155,-1.956071439,0.5792177723,104,-1.535179266,0.7214634354,1435.3521592 +156,-1.951208514,0.5602434208,104,-1.535179266,0.7214634354,1460.6350439 +157,-1.944675062,0.6062144545,104,-1.535179266,0.7214634354,1351.5421566 +158,-1.613778386,0.6077989518,104,-1.535179266,0.7214634354,512.40856996 +159,-2.035029014,0.6021432345,104,-1.535179266,0.7214634354,1623.3791846 +160,-2.114989471,0.6801825058,104,-1.535179266,0.7214634354,1752.1834323 +161,-2.037382079,0.5765830025,104,-1.535179266,0.7214634354,1676.0853725 +162,-2.129855121,0.6585019963,104,-1.535179266,0.7214634354,1821.8769927 +163,-2.075141798,0.6493615843,104,-1.535179266,0.7214634354,1671.0734321 +164,-1.828626729,0.6948433129,104,-1.535179266,0.7214634354,887.73059942 +165,-1.863329418,0.6735427691,104,-1.535179266,0.7214634354,1012.0397447 +166,-1.266037071,0.727988852,104,-1.535179266,0.7214634354,797.49965391 +167,-1.277579582,0.7249010648,104,-1.535179266,0.7214634354,764.1524968 +168,-1.258418684,0.7241194816,104,-1.535179266,0.7214634354,821.05903466 +169,-1.317813974,0.6804850104,104,-1.535179266,0.7214634354,677.03642233 +170,-1.344165204,0.6790988904,104,-1.535179266,0.7214634354,601.91040097 +171,-1.427582102,0.5277120351,104,-1.535179266,0.7214634354,841.13527792 +172,-1.402238616,0.457167829,104,-1.535179266,0.7214634354,1133.5200418 +173,-1.422454264,0.4996161999,104,-1.535179266,0.7214634354,951.10991446 +174,-1.439089277,0.4894859811,104,-1.535179266,0.7214634354,970.12841534 +175,-1.448126995,0.5182330266,104,-1.535179266,0.7214634354,852.10805852 +176,-1.474626146,0.5881926574,104,-1.535179266,0.7214634354,560.98237519 +177,-1.421139645,0.5584869783,104,-1.535179266,0.7214634354,739.72020251 +178,-1.457037165,0.565943032,104,-1.535179266,0.7214634354,663.64720538 +179,-2.757159358,0.3745319,104,-1.535179266,0.7214634354,4236.7258208 +180,-2.714309238,0.342054471,104,-1.535179266,0.7214634354,4186.4685244 +181,-2.000525337,0.774119946,104,-1.535179266,0.7214634354,1361.2611968 +183,-1.571413436,0.6777838382,104,-1.535179266,0.7214634354,204.90322862 +184,-1.552860289,0.6987663893,104,-1.535179266,0.7214634354,104.41458173 +185,-1.521852374,0.7165827476,104,-1.535179266,0.7214634354,44.174802398 +186,-1.503656267,0.6928968252,104,-1.535179266,0.7214634354,147.68554561 +187,-1.502753178,0.7136205882,104,-1.535179266,0.7214634354,101.63124743 +188,-1.631894563,0.7343596465,104,-1.535179266,0.7214634354,290.47204453 +189,-1.653765416,0.6770714026,104,-1.535179266,0.7214634354,400.02202334 +190,-1.719812114,0.6715965947,104,-1.535179266,0.7214634354,594.26223835 +191,-1.493406659,0.6646955447,104,-1.535179266,0.7214634354,258.35723432 +192,-1.469120564,0.6613469966,104,-1.535179266,0.7214634354,311.91073785 +193,-1.590551461,0.5326612937,104,-1.535179266,0.7214634354,768.48603526 +194,-1.625979264,0.5247742243,104,-1.535179266,0.7214634354,831.59754616 +195,-1.572293943,0.5238808754,104,-1.535179266,0.7214634354,791.60814574 +196,-1.610848725,0.5477107964,104,-1.535179266,0.7214634354,729.06296466 +197,-1.208485554,0.7918526018,104,-1.535179266,0.7214634354,978.78935014 +198,-1.335601374,0.6869083083,104,-1.535179266,0.7214634354,617.34166436 +199,-1.346156996,0.6825213377,104,-1.535179266,0.7214634354,591.67912925 +200,-1.324381037,0.6741422347,104,-1.535179266,0.7214634354,666.04459957 +201,-1.242424992,0.7378949807,104,-1.535179266,0.7214634354,865.39230466 +202,-1.270370057,0.7392461008,104,-1.535179266,0.7214634354,783.48999393 +203,-1.448950472,0.7441675014,104,-1.535179266,0.7214634354,269.28058762 +204,-1.492662363,0.7523026852,104,-1.535179266,0.7214634354,174.55949009 +205,-1.479098966,0.7763855017,104,-1.535179266,0.7214634354,271.60483821 +206,-1.633760714,0.7869022408,104,-1.535179266,0.7214634354,384.7652126 +207,-1.647406434,0.8101289331,104,-1.535179266,0.7214634354,475.09506084 +208,-1.564245052,0.5701509278,104,-1.535179266,0.7214634354,606.32406501 +209,-1.646289963,0.6833746083,104,-1.535179266,0.7214634354,368.12702427 +210,-1.5820631,0.6751952144,104,-1.535179266,0.7214634354,231.96046478 +211,-1.613236298,0.6681681791,104,-1.535179266,0.7214634354,317.68000841 +212,-1.914661867,0.8212566515,104,-1.535179266,0.7214634354,1143.3099635 +213,-1.742133237,0.7250275956,104,-1.535179266,0.7214634354,614.21099907 +214,-2.033144872,0.6557314699,104,-1.535179266,0.7214634354,1537.9202097 +215,-2.039551981,0.6964723658,104,-1.535179266,0.7214634354,1512.6249197 +216,-1.247341019,0.7622473908,104,-1.535179266,0.7214634354,854.39610274 +217,-1.298239787,0.7084123392,104,-1.535179266,0.7214634354,709.86016032 +218,-1.308539688,0.6926545592,104,-1.535179266,0.7214634354,691.3038661 +219,-1.303263185,0.6888938396,104,-1.535179266,0.7214634354,710.57536107 +220,-1.852400229,0.6004246149,104,-1.535179266,0.7214634354,1098.7392204 +221,-1.288947707,0.7473773692,104,-1.535179266,0.7214634354,730.25991904 +222,-1.372031502,0.7472790993,104,-1.535179266,0.7214634354,490.16399687 +223,-1.289805721,0.7242157877,104,-1.535179266,0.7214634354,728.15395482 +224,-1.350807603,0.7533498126,104,-1.535179266,0.7214634354,554.71957138 +225,-1.329290365,0.7560442322,104,-1.535179266,0.7214634354,617.71436894 +226,-1.410153004,0.616936428,104,-1.535179266,0.7214634354,567.29075651 +227,-1.393445434,0.6308995063,104,-1.535179266,0.7214634354,565.6071823 +228,-1.37595573,0.6241540638,104,-1.535179266,0.7214634354,625.37649446 +229,-1.358388707,0.6172645205,104,-1.535179266,0.7214634354,686.17552269 +230,-1.753741133,0.8281661666,104,-1.535179266,0.7214634354,747.76210023 +231,-1.47430987,0.6834615681,104,-1.535179266,0.7214634354,237.70830203 +232,-1.421012508,0.7222725206,104,-1.535179266,0.7214634354,339.35443885 +233,-1.4476833,0.6978557868,104,-1.535179266,0.7214634354,278.98622346 +234,-1.470370723,0.6966193374,104,-1.535179266,0.7214634354,218.2510659 +235,-1.429211703,0.7037216883,104,-1.535179266,0.7214634354,325.20918862 +236,-1.700578405,0.6178673663,104,-1.535179266,0.7214634354,656.74203903 +237,-1.678117619,0.6331716163,104,-1.535179266,0.7214634354,562.54838706 +238,-1.725644578,0.6316331145,104,-1.535179266,0.7214634354,686.70428816 +239,-2.14012759,0.7930497945,104,-1.535179266,0.7214634354,1750.3709611 +240,-2.103289431,0.7653606263,104,-1.535179266,0.7214634354,1654.8988712 +241,-1.318739838,0.7017808746,104,-1.535179266,0.7214634354,653.34143144 +242,-1.396417427,0.7077900843,104,-1.535179266,0.7214634354,418.52604117 +243,-1.35650337,0.7185539404,104,-1.535179266,0.7214634354,531.89134597 +244,-1.248884539,0.7274156818,104,-1.535179266,0.7214634354,848.27413201 +245,-1.395014798,0.5761185243,104,-1.535179266,0.7214634354,725.32094885 +246,-1.433377362,0.6064716109,104,-1.535179266,0.7214634354,554.94784451 +247,-1.408172432,0.5903155476,104,-1.535179266,0.7214634354,654.29068309 +248,-1.749645898,0.7757118084,104,-1.535179266,0.7214634354,657.65502587 +249,-1.571626686,0.615046989,104,-1.535179266,0.7214634354,436.44054173 +250,-1.514070049,0.6303003037,104,-1.535179266,0.7214634354,366.93000491 +251,-1.480890369,0.6237966528,104,-1.535179266,0.7214634354,421.76105486 +252,-1.704390658,0.5281680612,104,-1.535179266,0.7214634354,937.61704502 +253,-1.64434733,0.5254277498,104,-1.535179266,0.7214634354,851.55376246 +254,-1.703855997,0.4792484842,104,-1.535179266,0.7214634354,1104.7998179 +255,-1.692002383,0.5748825051,104,-1.535179266,0.7214634354,762.1958132 +256,-1.854136457,0.5544643913,104,-1.535179266,0.7214634354,1207.5174687 +257,-1.665021206,0.520317736,104,-1.535179266,0.7214634354,898.99735681 +258,-1.733654349,0.4845187345,104,-1.535179266,0.7214634354,1137.944242 +259,-1.720938188,0.5135933906,104,-1.535179266,0.7214634354,1016.9608632 +260,-1.742668307,0.553296122,104,-1.535179266,0.7214634354,936.31201507 +261,-1.965659039,0.7142126903,104,-1.535179266,0.7214634354,1280.335835 +262,-1.944438071,0.6772834804,104,-1.535179266,0.7214634354,1248.9049825 +263,-1.270340967,0.7681487096,104,-1.535179266,0.7214634354,791.86935386 +264,-1.353091884,0.6549276821,104,-1.535179266,0.7214634354,615.71949663 +265,-1.333236659,0.6413584414,104,-1.535179266,0.7214634354,696.78742663 +266,-1.352015998,0.6753788907,104,-1.535179266,0.7214634354,584.40290235 +267,-1.377988483,0.6577816235,104,-1.535179266,0.7214634354,542.15839703 +268,-2.13075611,0.8318642051,104,-1.535179266,0.7214634354,1723.2715001 +269,-2.097910953,0.8259670014,104,-1.535179266,0.7214634354,1634.4777816 +270,-1.416382069,0.6694271549,104,-1.535179266,0.7214634354,415.75388001 +271,-1.538905672,0.7535625993,104,-1.535179266,0.7214634354,127.61313134 +272,-1.572309477,0.7803125099,104,-1.535179266,0.7214634354,256.67988412 +273,-1.87759879,0.7503853417,104,-1.535179266,0.7214634354,1009.4952927 +274,1.152365588,0.590457682,104,-1.535179266,0.7214634354,6990.4103886 +275,0.350198001,0.718001859,104,-1.535179266,0.7214634354,5181.9297737 +276,0.046513677,0.491503852,104,-1.535179266,0.7214634354,4996.3207716 +277,0.027510309,0.742571376,104,-1.535179266,0.7214634354,4368.214814 +278,0.306285725,-0.214631579,104,-1.535179266,0.7214634354,7582.6970737 +279,-1.100564889,0.318051531,104,-1.535179266,0.7214634354,2171.7229068 +280,-1.078582306,0.301437596,104,-1.535179266,0.7214634354,2274.3918095 +281,-1.137371989,-0.617634065,104,-1.535179266,0.7214634354,5497.6576592 +282,0.784356344,0.703272339,104,-1.535179266,0.7214634354,6074.1108622 +283,-1.221209947,0.218327455,104,-1.535179266,0.7214634354,2269.9221988 +284,2.347301921,-0.449114658,104,-1.535179266,0.7214634354,9802.8889339 +285,0.246820618,0.830553713,104,-1.535179266,0.7214634354,4671.6223078 +286,0.829414965,0.703288228,104,-1.535179266,0.7214634354,6147.3696713 +287,-1.337537566,0.42332223,104,-1.535179266,0.7214634354,1349.0817994 +288,0.882453706,0.454478077,104,-1.535179266,0.7214634354,7082.1525596 +289,1.575629659,0.416419109,104,-1.535179266,0.7214634354,7935.276248 +290,-1.039455679,0.229888244,104,-1.535179266,0.7214634354,2590.9562479 +291,0.489558039,0.934482747,104,-1.535179266,0.7214634354,4866.4317149 +292,0.081344504,0.88384514,104,-1.535179266,0.7214634354,4198.493387 +293,-1.547979814,0.300350308,104,-1.535179266,0.7214634354,1668.598379 +294,0.040776181,0.168560074,104,-1.535179266,0.7214634354,5797.3398757 +295,-1.130374745,0.563894876,104,-1.535179266,0.7214634354,1421.1556853 +296,1.578326642,0.478507176,104,-1.535179266,0.7214634354,7689.6477846 +297,-1.12861823,-0.291640865,104,-1.535179266,0.7214634354,4281.1057772 +298,0.310524208,0.770885792,104,-1.535179266,0.7214634354,4956.7411376 +299,0.415649091,-0.387246002,104,-1.535179266,0.7214634354,8329.4860535 +300,-0.926533878,-0.188022748,104,-1.535179266,0.7214634354,4231.176908 +301,1.258856172,-0.11716081,104,-1.535179266,0.7214634354,9755.027255 +302,-1.126050026,0.322941926,104,-1.535179266,0.7214634354,2098.8329139 +303,2.002785835,0.07893892,104,-1.535179266,0.7214634354,8964.5130205 +304,0.440437607,0.746258085,104,-1.535179266,0.7214634354,5297.4887424 +305,-0.030391866,0.214441206,104,-1.535179266,0.7214634354,5468.9918349 +306,0.521557815,-0.058929362,104,-1.535179266,0.7214634354,7804.3674891 +307,-0.097005111,0.13317729,104,-1.535179266,0.7214634354,5480.4236141 +308,1.83113859,0.221857587,104,-1.535179266,0.7214634354,8617.9629166 +309,0.222428864,0.099404236,104,-1.535179266,0.7214634354,6512.1928747 +310,-1.702731345,0.8728568183,104,-1.535179266,0.7214634354,756.76426525 +311,-0.418507569,0.278324921,104,-1.535179266,0.7214634354,4156.3372467 +312,-1.41153306,0.339029988,104,-1.535179266,0.7214634354,1571.2030987 +313,0.357560442,0.114788776,104,-1.535179266,0.7214634354,6859.8666833 +314,0.325818979,0.268352149,104,-1.535179266,0.7214634354,6348.8455722 +315,-1.246004659,-0.663679965,104,-1.535179266,0.7214634354,5585.3056968 +316,1.814603087,0.637404484,104,-1.535179266,0.7214634354,7008.6554016 +317,1.843704281,-0.18300445,104,-1.535179266,0.7214634354,10156.236315 +318,1.690644492,-0.211480909,104,-1.535179266,0.7214634354,10402.788897 +319,-1.275451936,0.068109467,104,-1.535179266,0.7214634354,2747.5025884 +320,0.762430171,-0.207594741,104,-1.535179266,0.7214634354,8892.7971148 +321,0.265668905,-0.014647884,104,-1.535179266,0.7214634354,6942.3091878 +322,-2.773032013,-0.335515811,104,-1.535179266,0.7214634354,6165.5069864 +323,-1.469512853,0.174058777,104,-1.535179266,0.7214634354,2180.3690392 +324,0.286276986,0.785925691,104,-1.535179266,0.7214634354,4866.0657756 +325,-1.379324697,0.377432233,104,-1.535179266,0.7214634354,1458.8173072 +326,-1.203778265,0.212813032,104,-1.535179266,0.7214634354,2318.9274678 +327,0.579916301,0.611743168,104,-1.535179266,0.7214634354,5980.0601699 +328,0.267582642,0.868113908,104,-1.535179266,0.7214634354,4624.391335 +329,0.412869244,-0.050245578,104,-1.535179266,0.7214634354,7467.9387355 +330,0.17524381,0.976660285,104,-1.535179266,0.7214634354,4198.9785969 +331,0.743157214,0.204812899,104,-1.535179266,0.7214634354,7610.7661727 +332,-1.070758176,0.269382282,104,-1.535179266,0.7214634354,2393.772892 +333,-1.230364251,0.329790229,104,-1.535179266,0.7214634354,1862.0485771 +334,-1.374813124,-0.024926835,104,-1.535179266,0.7214634354,3012.2138027 +335,0.519780566,0.463669906,104,-1.535179266,0.7214634354,6290.0610656 +336,-1.55108034,0.239698561,104,-1.535179266,0.7214634354,1909.0587692 +337,0.180294813,0.029739425,104,-1.535179266,0.7214634354,6573.1859736 +338,0.67820924,0.268170153,104,-1.535179266,0.7214634354,7259.1137611 +339,0.445798684,1.024001867,104,-1.535179266,0.7214634354,4555.0938471 +340,0.691751283,0.150521402,104,-1.535179266,0.7214634354,7654.4916757 +341,-1.036643551,-0.903056181,104,-1.535179266,0.7214634354,6659.6616374 +342,-0.120287036,1.083325163,104,-1.535179266,0.7214634354,3480.498136 +343,2.823513113,-0.304487164,104,-1.535179266,0.7214634354,8053.5900449 +344,0.457583172,1.12513373,104,-1.535179266,0.7214634354,4313.3245963 +345,0.042918831,0.813795399,104,-1.535179266,0.7214634354,4255.3367469 +346,1.196146777,-0.853142756,104,-1.535179266,0.7214634354,11190.659963 +347,0.206001358,-0.010430701,104,-1.535179266,0.7214634354,6755.0811138 +348,-0.268308653,0.234799412,104,-1.535179266,0.7214634354,4711.2969448 +349,0.759363263,0.736189579,104,-1.535179266,0.7214634354,5924.3684437 +350,0.181363926,0.891988372,104,-1.535179266,0.7214634354,4392.5444437 +351,-0.021111158,0.139103292,104,-1.535179266,0.7214634354,5690.590922 +352,-0.093355215,0.630686981,104,-1.535179266,0.7214634354,4295.1485101 +353,0.40118964,0.681375926,104,-1.535179266,0.7214634354,5393.8571698 +354,-0.721197315,1.304706234,104,-1.535179266,0.7214634354,2723.3766604 +355,-1.076150317,0.212107639,104,-1.535179266,0.7214634354,2568.1482982 +356,-1.577164531,0.273993443,104,-1.535179266,0.7214634354,1778.2510803 +357,-0.190788414,0.182208586,104,-1.535179266,0.7214634354,5075.3652619 +358,-0.261349752,0.209710184,104,-1.535179266,0.7214634354,4795.4518836 +359,-1.029303852,0.083549259,104,-1.535179266,0.7214634354,3096.8280674 +360,-1.268609162,0.330525297,104,-1.535179266,0.7214634354,1791.3469935 +361,1.282982244,-0.926641967,104,-1.535179266,0.7214634354,11259.702512 +362,0.217352334,0.731352408,104,-1.535179266,0.7214634354,4847.2757542 +363,-1.511833084,0.258629297,104,-1.535179266,0.7214634354,1835.0400811 +364,0.338812194,0.823184618,104,-1.535179266,0.7214634354,4881.7421865 +365,-0.324406489,1.134201999,104,-1.535179266,0.7214634354,3092.5737021 +366,1.389579348,0.399185724,104,-1.535179266,0.7214634354,7933.9940777 +367,2.047152199,-0.039082036,104,-1.535179266,0.7214634354,9317.614144 +368,0.947780369,0.568250077,104,-1.535179266,0.7214634354,6798.3993895 +369,0.763824846,0.576754987,104,-1.535179266,0.7214634354,6454.599393 +370,-0.142334657,0.928153068,104,-1.535179266,0.7214634354,3631.3529271 +371,0.610266567,0.547265983,104,-1.535179266,0.7214634354,6241.0223571 +372,0.210731629,0.746815056,104,-1.535179266,0.7214634354,4794.2767223 +373,-1.34931644,0.316895224,104,-1.535179266,0.7214634354,1721.956481 +374,2.407696481,0.655030745,104,-1.535179266,0.7214634354,6269.2240862 +375,0.64207831,0.545359131,104,-1.535179266,0.7214634354,6314.0786332 +376,1.174597538,0.840588356,104,-1.535179266,0.7214634354,6074.4300279 +377,0.660059424,0.010604079,104,-1.535179266,0.7214634354,7991.1041063 +378,-0.730263819,0.010486456,104,-1.535179266,0.7214634354,4021.6326576 +379,0.831068936,0.512339172,104,-1.535179266,0.7214634354,6792.70333 +380,1.301180979,0.72367476,104,-1.535179266,0.7214634354,6615.9797509 +381,1.811128231,0.322854402,104,-1.535179266,0.7214634354,8239.5218237 +382,0.435105812,0.992284428,104,-1.535179266,0.7214634354,4620.69286 +383,0.62643634,0.592027932,104,-1.535179266,0.7214634354,6136.7074714 +384,0.492988703,-0.516339467,104,-1.535179266,0.7214634354,8842.7238499 +385,-0.162469483,0.112549365,104,-1.535179266,0.7214634354,5339.232254 +386,0.314630866,0.472006421,104,-1.535179266,0.7214634354,5760.898771 +387,0.166744804,0.822815954,104,-1.535179266,0.7214634354,4516.3739991 +388,0.417159608,0.965805736,104,-1.535179266,0.7214634354,4659.7568348 +389,0.106334961,0.868774244,104,-1.535179266,0.7214634354,4283.6428211 +390,0.815086969,-0.338144359,104,-1.535179266,0.7214634354,9388.6315458 +391,0.59867455,-0.230624824,104,-1.535179266,0.7214634354,8486.817491 +392,1.915104874,0.066220985,104,-1.535179266,0.7214634354,9130.5272581 +393,1.278093622,0.064463721,104,-1.535179266,0.7214634354,9112.6066956 +394,-0.061477853,0.302997961,104,-1.535179266,0.7214634354,5153.2012345 +395,0.251311504,0.626976942,104,-1.535179266,0.7214634354,5190.8749529 +396,2.950242872,0.149095644,104,-1.535179266,0.7214634354,6495.3358288 +397,-0.180294708,0.35375117,104,-1.535179266,0.7214634354,4679.2149524 +398,1.010448592,-0.351180233,104,-1.535179266,0.7214634354,9966.3454994 +399,-1.748740498,0.3686318073,104,-1.535179266,0.7214634354,1569.8364591 +400,2.699635665,0.123533791,104,-1.535179266,0.7214634354,7268.2308957 +401,0.496808033,0.823843254,104,-1.535179266,0.7214634354,5189.8323525 +402,0.129574704,0.763364087,104,-1.535179266,0.7214634354,4567.0937015 +403,1.798920311,0.817447563,104,-1.535179266,0.7214634354,6310.6257383 +404,0.335987953,0.746786541,104,-1.535179266,0.7214634354,5074.5964866 +405,-1.085413643,0.292154671,104,-1.535179266,0.7214634354,2288.0868558 +406,-0.155321003,0.508207011,104,-1.535179266,0.7214634354,4391.297503 +407,0.620529244,-0.301175104,104,-1.535179266,0.7214634354,8730.5151931 +408,1.684402744,0.368716966,104,-1.535179266,0.7214634354,8116.139985 +409,0.300582244,-0.386397212,104,-1.535179266,0.7214634354,7987.1061503 +410,2.913555946,-0.009225192,104,-1.535179266,0.7214634354,7026.623147 +411,1.465101417,0.493232532,104,-1.535179266,0.7214634354,7604.6141987 +412,0.090612882,0.907955955,104,-1.535179266,0.7214634354,4169.7417841 +413,2.987564726,-0.729568594,104,-1.535179266,0.7214634354,8508.5833294 +414,-1.484261606,0.224149272,104,-1.535179266,0.7214634354,1977.7244374 +415,0.164073421,0.303955133,104,-1.535179266,0.7214634354,5801.6484225 +416,0.141441293,0.167552546,104,-1.535179266,0.7214634354,6095.3466204 +417,2.931321023,-0.506718887,104,-1.535179266,0.7214634354,8206.562593 +418,2.21951565,0.700596356,104,-1.535179266,0.7214634354,6394.8648409 +419,0.268112576,1.199114336,104,-1.535179266,0.7214634354,3903.0506847 +420,0.978913739,0.359223811,104,-1.535179266,0.7214634354,7582.658128 +421,1.210898818,0.522863584,104,-1.535179266,0.7214634354,7306.8066979 +422,2.347397336,0.129231362,104,-1.535179266,0.7214634354,8134.1832224 +423,0.614394501,0.556878345,104,-1.535179266,0.7214634354,6220.1976197 +424,-1.398079356,0.148483366,104,-1.535179266,0.7214634354,2319.9878792 +425,2.535303836,-0.112984496,104,-1.535179266,0.7214634354,8393.3113809 +426,-1.019372593,-0.405322349,104,-1.535179266,0.7214634354,4848.6634412 +427,-1.297785627,-0.160104069,104,-1.535179266,0.7214634354,3597.4415785 +428,2.144554488,0.205051084,104,-1.535179266,0.7214634354,8280.9409237 +429,-2.242387083,-0.426171285,104,-1.535179266,0.7214634354,5234.6168233 +430,0.338637212,0.909723676,104,-1.535179266,0.7214634354,4661.7329327 +431,-0.148798452,0.691042401,104,-1.535179266,0.7214634354,4023.0739485 +432,0.893524764,0.441829531,104,-1.535179266,0.7214634354,7145.3741731 +433,0.969229347,-0.368847936,104,-1.535179266,0.7214634354,9901.8654042 +434,0.436043248,0.800045688,104,-1.535179266,0.7214634354,5139.3560006 +435,1.687946607,1.081504775,104,-1.535179266,0.7214634354,5297.5191715 +436,0.522302046,-0.034889271,104,-1.535179266,0.7214634354,7740.2140215 +437,-0.178996113,-0.438090009,104,-1.535179266,0.7214634354,6759.8135291 +438,-1.094339566,0.301444068,104,-1.535179266,0.7214634354,2238.3772008 +439,-1.064070054,0.242569932,104,-1.535179266,0.7214634354,2494.8925028 +440,-1.068153768,0.230387998,104,-1.535179266,0.7214634354,2525.4161384 +441,-3.00496892,-0.23989155,104,-1.535179266,0.7214634354,6552.6016436 +442,0.21751974,0.766874888,104,-1.535179266,0.7214634354,4761.1134317 +443,0.117229532,0.007619006,104,-1.535179266,0.7214634354,6444.5543524 +444,0.777758451,0.420554741,104,-1.535179266,0.7214634354,6993.6273224 +445,-0.252356999,0.250747086,104,-1.535179266,0.7214634354,4718.6997615 +446,0.363148444,0.768483434,104,-1.535179266,0.7214634354,5075.5150528 +447,0.903191366,-0.118210676,104,-1.535179266,0.7214634354,9007.0318486 +448,-0.205755923,0.149406178,104,-1.535179266,0.7214634354,5115.1668975 +449,1.811996086,0.02364353,104,-1.535179266,0.7214634354,9401.2717387 +450,-1.100670221,0.314845373,104,-1.535179266,0.7214634354,2181.5921597 +451,0.340078597,0.850105132,104,-1.535179266,0.7214634354,4815.2251036 +452,0.258757267,0.804969236,104,-1.535179266,0.7214634354,4759.3291494 +453,2.78505352,-0.155160804,104,-1.535179266,0.7214634354,7789.8346752 +454,0.800551619,0.105822106,104,-1.535179266,0.7214634354,8058.7131804 +455,0.437940882,-0.506194031,104,-1.535179266,0.7214634354,8659.9152401 +456,2.230431122,0.63458615,104,-1.535179266,0.7214634354,6615.277561 +457,0.527965361,0.127667701,104,-1.535179266,0.7214634354,7296.3513094 +458,-0.063643205,0.702093448,104,-1.535179266,0.7214634354,4223.6405841 +459,1.408447268,0.133010502,104,-1.535179266,0.7214634354,8983.5662941 +460,0.523795955,0.280266966,104,-1.535179266,0.7214634354,6841.2478076 +461,-0.975769313,0.072177659,104,-1.535179266,0.7214634354,3247.2567253 +462,0.549774164,-0.463663986,104,-1.535179266,0.7214634354,8899.4914927 +463,0.29245874,1.095549818,104,-1.535179266,0.7214634354,4147.8688437 +464,0.143625958,0.816809593,104,-1.535179266,0.7214634354,4478.5440999 +465,0.671902494,0.611159853,104,-1.535179266,0.7214634354,6168.0462826 +466,1.239840988,0.6724199,104,-1.535179266,0.7214634354,6766.1568399 +467,0.607829703,-0.10932137,104,-1.535179266,0.7214634354,8187.9216258 +468,1.763020906,0.263996692,104,-1.535179266,0.7214634354,8498.434903 +469,0.378714634,0.726066797,104,-1.535179266,0.7214634354,5222.5496967 +470,2.196736143,-0.153862366,104,-1.535179266,0.7214634354,9392.2414068 +471,0.01702415,0.148991565,104,-1.535179266,0.7214634354,5777.9664055 +472,-2.998490902,-0.158002487,104,-1.535179266,0.7214634354,6318.5003247 +473,-3.051262951,-0.346595608,104,-1.535179266,0.7214634354,6961.9649308 +474,-1.069176439,0.182802941,104,-1.535179266,0.7214634354,2680.2437191 +475,0.167157509,0.595344954,104,-1.535179266,0.7214634354,5061.2183963 +476,0.613855648,0.681746124,104,-1.535179266,0.7214634354,5834.8676851 +477,1.037012736,0.682555367,104,-1.535179266,0.7214634354,6515.6300013 +478,-1.253574971,0.379755746,104,-1.535179266,0.7214634354,1647.7442789 +479,3.108590453,-0.132620738,104,-1.535179266,0.7214634354,6771.7597913 +480,0.565301296,0.022333262,104,-1.535179266,0.7214634354,7699.866933 +481,0.547898238,0.855555614,104,-1.535179266,0.7214634354,5191.3097434 +482,0.948309381,0.417393755,104,-1.535179266,0.7214634354,7326.5904738 +483,-0.050600732,0.945269213,104,-1.535179266,0.7214634354,3803.7106934 +484,-0.977651478,-0.572363064,104,-1.535179266,0.7214634354,5513.6489004 +485,1.102014914,0.728861163,104,-1.535179266,0.7214634354,6421.7685217 +486,2.927300795,-0.282939414,104,-1.535179266,0.7214634354,7692.1229901 +487,-1.154565557,0.124434095,104,-1.535179266,0.7214634354,2717.8318092 +488,1.855331234,0.291044755,104,-1.535179266,0.7214634354,8330.5971128 +489,0.830290659,0.276904518,104,-1.535179266,0.7214634354,7574.3974973 +490,0.485104466,-0.234867441,104,-1.535179266,0.7214634354,8164.4486827 +491,0.521367572,-0.33161327,104,-1.535179266,0.7214634354,8512.0022606 +1,-1.539031704,0.7349710123,105,-1.533156501,0.7214944644,56.13510978 +2,-1.536990553,0.7349663874,105,-1.533156501,0.7214944644,54.552734068 +3,-1.534951779,0.7349571355,105,-1.533156501,0.7214944644,53.589095007 +4,-1.532906461,0.7349480293,105,-1.533156501,0.7214944644,53.294697068 +5,-1.531320211,0.7346937278,105,-1.533156501,0.7214944644,52.563417576 +6,-1.539451648,0.7335131775,105,-1.533156501,0.7214944644,51.118716659 +7,-1.537429487,0.7335445708,105,-1.533156501,0.7214944644,49.375776614 +8,-1.535484998,0.7335658704,105,-1.533156501,0.7214944644,48.308405868 +9,-1.533488396,0.7336036027,105,-1.533156501,0.7214944644,47.974343417 +10,-1.531497785,0.7335842962,105,-1.533156501,0.7214944644,48.138532603 +11,-1.530259379,0.7334777758,105,-1.533156501,0.7214944644,48.233402798 +12,-1.5335454,0.7322346912,105,-1.533156501,0.7214944644,42.557608509 +13,-1.531489083,0.7322238773,105,-1.533156501,0.7214944644,42.784810272 +14,-1.530011122,0.7321679851,105,-1.533156501,0.7214944644,43.290789551 +15,-1.53348106,0.7306614094,105,-1.533156501,0.7214944644,36.322992566 +16,-1.531441779,0.7306962275,105,-1.533156501,0.7214944644,36.800333387 +17,-1.529755654,0.7306933243,105,-1.533156501,0.7214944644,37.803391054 +18,-1.533415048,0.7291384674,105,-1.533156501,0.7214944644,30.287591903 +19,-1.531392093,0.7291705353,105,-1.533156501,0.7214944644,30.851371298 +20,-1.529296523,0.7291214933,105,-1.533156501,0.7214944644,32.304451372 +21,-1.535280942,0.727267644,105,-1.533156501,0.7214944644,23.720043332 +22,-1.533378158,0.7276139666,105,-1.533156501,0.7214944644,24.248262046 +23,-1.531340368,0.7276446587,105,-1.533156501,0.7214944644,24.949325948 +24,-1.528960113,0.7276398177,105,-1.533156501,0.7214944644,27.339126988 +25,-1.533313146,0.7260818349,105,-1.533156501,0.7214944644,18.176521464 +26,-1.531259555,0.7260958115,105,-1.533156501,0.7214944644,19.075700144 +27,-1.528926415,0.7260865555,105,-1.533156501,0.7214944644,22.101402995 +28,-1.531226779,0.7245511789,105,-1.533156501,0.7214944644,13.395610559 +29,-1.528904772,0.7245519194,105,-1.533156501,0.7214944644,17.496343787 +30,-1.547195875,0.7409785979,105,-1.533156501,0.7214944644,87.575325712 +31,-1.5451475,0.740980426,105,-1.533156501,0.7214944644,84.89467429 +32,-1.543097679,0.7409798872,105,-1.533156501,0.7214944644,82.559175443 +33,-1.540720364,0.7409892687,105,-1.533156501,0.7214944644,80.374364982 +34,-1.547188511,0.7395198392,105,-1.533156501,0.7214944644,82.531320558 +35,-1.545148587,0.7395226109,105,-1.533156501,0.7214944644,79.692836718 +36,-1.543104538,0.7395314908,105,-1.533156501,0.7214944644,77.237620575 +37,-1.540727751,0.7395306258,105,-1.533156501,0.7214944644,74.851578514 +38,-1.547187029,0.7380014886,105,-1.533156501,0.7214944644,77.400100796 +39,-1.545147315,0.7380012252,105,-1.533156501,0.7214944644,74.350960711 +40,-1.54310719,0.7380060743,105,-1.533156501,0.7214944644,71.696900307 +41,-1.540719671,0.7380068206,105,-1.533156501,0.7214944644,69.111528693 +42,-1.547187189,0.7364799098,105,-1.533156501,0.7214944644,72.397226002 +43,-1.545149996,0.7364853874,105,-1.533156501,0.7214944644,69.146513366 +44,-1.543106091,0.7364823484,105,-1.533156501,0.7214944644,66.244991884 +45,-1.540717158,0.7364893901,105,-1.533156501,0.7214944644,63.455790877 +46,-1.538663972,0.7410138672,105,-1.533156501,0.7214944644,79.002883568 +47,-1.53695285,0.7409699132,105,-1.533156501,0.7214944644,77.949974042 +48,-1.534910498,0.7409641297,105,-1.533156501,0.7214944644,77.292524693 +49,-1.533145034,0.7409536636,105,-1.533156501,0.7214944644,77.077895663 +50,-1.538681336,0.7395405883,105,-1.533156501,0.7214944644,73.31539312 +51,-1.536999189,0.7395183096,105,-1.533156501,0.7214944644,72.286923759 +52,-1.534923633,0.7395144222,105,-1.533156501,0.7214944644,71.56718894 +53,-1.533267822,0.7395654306,105,-1.533156501,0.7214944644,71.579850833 +54,-1.53867273,0.7380151077,105,-1.533156501,0.7214944644,67.434135958 +55,-1.536980576,0.7379994392,105,-1.533156501,0.7214944644,66.343791109 +56,-1.534931522,0.7379944961,105,-1.533156501,0.7214944644,65.56636577 +57,-1.533387952,0.7379480264,105,-1.533156501,0.7214944644,65.176140991 +58,-1.538682279,0.7364914363,105,-1.533156501,0.7214944644,61.605179094 +59,-1.536980704,0.7364810563,105,-1.533156501,0.7214944644,60.42737638 +60,-1.534935567,0.7364752065,105,-1.533156501,0.7214944644,59.57102168 +61,-1.533042592,0.7363876366,105,-1.533156501,0.7214944644,58.99281491 +62,-1.545143426,0.7349628011,105,-1.533156501,0.7214944644,64.044770258 +63,-1.543105297,0.7349691947,105,-1.533156501,0.7214944644,60.940281214 +64,-1.541064533,0.7349647152,105,-1.533156501,0.7214944644,58.252513335 +65,-1.545411803,0.7334624714,105,-1.533156501,0.7214944644,59.679167393 +66,-1.543446606,0.7334780896,105,-1.533156501,0.7214944644,56.389137198 +67,-1.541475327,0.7334957295,105,-1.533156501,0.7214944644,53.528960644 +68,-1.545401939,0.731963266,105,-1.533156501,0.7214944644,55.077198381 +69,-1.54342253,0.7319915583,105,-1.533156501,0.7214944644,51.500644251 +70,-1.541455867,0.7320216438,105,-1.533156501,0.7214944644,48.397161846 +71,-1.545410146,0.7304422281,105,-1.533156501,0.7214944644,50.731509252 +72,-1.543435491,0.7304713664,105,-1.533156501,0.7214944644,46.812741899 +73,-1.541463105,0.7304997613,105,-1.533156501,0.7214944644,43.333277228 +74,-1.545414768,0.7289194936,105,-1.533156501,0.7214944644,46.747293054 +75,-1.543435774,0.7289538557,105,-1.533156501,0.7214944644,42.442987792 +76,-1.541457714,0.7289765881,105,-1.533156501,0.7214944644,38.520059902 +77,-1.539449415,0.7320555866,105,-1.533156501,0.7214944644,45.792511798 +78,-1.537429183,0.7321097681,105,-1.533156501,0.7214944644,43.908094967 +79,-1.535472649,0.7321497267,105,-1.533156501,0.7214944644,42.758679475 +80,-1.539457899,0.7305333307,105,-1.533156501,0.7214944644,40.376336055 +81,-1.537453161,0.7305750503,105,-1.533156501,0.7214944644,38.153455276 +82,-1.535479385,0.7306124949,105,-1.533156501,0.7214944644,36.766053452 +83,-1.53946905,0.7290102593,105,-1.533156501,0.7214944644,35.161958571 +84,-1.537459922,0.7290417293,105,-1.533156501,0.7214944644,32.502326321 +85,-1.535451349,0.7290890157,105,-1.533156501,0.7214944644,30.841441868 +86,-1.535522937,0.7279887191,105,-1.533156501,0.7214944644,26.663786071 +87,-1.539442524,0.7274735939,105,-1.533156501,0.7214944644,30.142089113 +88,-1.537424111,0.727521351,105,-1.533156501,0.7214944644,27.020792238 +89,-1.539384641,0.7259505092,105,-1.533156501,0.7214944644,25.559153582 +90,-1.537372391,0.7259947145,105,-1.533156501,0.7214944644,21.779049493 +91,-1.535340789,0.7260435356,105,-1.533156501,0.7214944644,19.149656669 +92,-1.539325716,0.7244369706,105,-1.533156501,0.7214944644,21.716188825 +93,-1.537308932,0.7244801057,105,-1.533156501,0.7214944644,17.086885274 +94,-1.535289068,0.7245247645,105,-1.533156501,0.7214944644,13.571631571 +95,-1.533261366,0.7245550236,105,-1.533156501,0.7214944644,12.126875295 +96,-1.539267302,0.722921924,105,-1.533156501,0.7214944644,19.021832629 +97,-1.537248972,0.7229660258,105,-1.533156501,0.7214944644,13.487647516 +98,-1.535219431,0.7229916471,105,-1.533156501,0.7214944644,8.5299069555 +99,-1.53318962,0.7230212049,105,-1.533156501,0.7214944644,6.0482202888 +100,-1.531154816,0.7230299897,105,-1.533156501,0.7214944644,8.5078607148 +101,-1.528878341,0.7230370244,105,-1.533156501,0.7214944644,14.106517037 +102,-1.539218189,0.7214009878,105,-1.533156501,0.7214944644,18.031966188 +103,-1.537198791,0.7214422745,105,-1.533156501,0.7214944644,12.02380158 +104,-1.535179266,0.7214634354,105,-1.533156501,0.7214944644,6.0170293837 +105,-1.533156501,0.7214944644,105,-1.533156501,0.7214944644,3.0073060361 +106,-1.53113574,0.7215166021,105,-1.533156501,0.7214944644,6.0103152954 +107,-1.528874248,0.7215345535,105,-1.533156501,0.7214944644,12.736164807 +108,-1.539217656,0.7198512397,105,-1.533156501,0.7214944644,19.17719598 +109,-1.537199919,0.7199428763,105,-1.533156501,0.7214944644,13.511909847 +110,-1.545425832,0.727397149,105,-1.533156501,0.7214944644,43.256856294 +111,-1.543371177,0.7273916949,105,-1.533156501,0.7214944644,38.258138193 +112,-1.541368852,0.7274523163,105,-1.533156501,0.7214944644,33.91588958 +113,-1.545349067,0.7258710923,105,-1.533156501,0.7214944644,40.128379976 +114,-1.54332671,0.7258603556,105,-1.533156501,0.7214944644,34.790303999 +115,-1.541346831,0.7259242142,105,-1.533156501,0.7214944644,29.981088207 +116,-1.545324355,0.7243383958,105,-1.533156501,0.7214944644,37.85655574 +117,-1.543292796,0.7243617413,105,-1.533156501,0.7214944644,32.178080185 +118,-1.541295822,0.7244024384,105,-1.533156501,0.7214944644,26.779073161 +119,-1.543193859,0.7205570215,105,-1.533156501,0.7214944644,30.093272536 +120,-1.550257047,0.7386738187,105,-1.533156501,0.7214944644,84.720191292 +121,-1.549335448,0.7311736483,105,-1.533156501,0.7214944644,61.361641825 +122,-1.533478843,0.7179891343,105,-1.533156501,0.7214944644,13.917768802 +123,-1.556150555,0.738907041,105,-1.533156501,0.7214944644,96.753468412 +124,-1.554324226,0.733414257,105,-1.533156501,0.7214944644,78.424655909 +125,-1.554290846,0.7288285332,105,-1.533156501,0.7214944644,69.056860007 +126,-1.55122487,0.7219795312,105,-1.533156501,0.7214944644,53.757813342 +127,-1.525104458,0.7229399862,105,-1.533156501,0.7214944644,24.606896774 +128,-1.519607711,0.7236181429,105,-1.533156501,0.7214944644,41.125704598 +129,-1.513899999,0.7251107854,105,-1.533156501,0.7214944644,58.944063025 +130,-1.536620762,0.7431061895,105,-1.533156501,0.7214944644,86.209994684 +131,-1.5369566,0.7460845958,105,-1.533156501,0.7214944644,98.040751469 +132,-1.545345528,0.7447040685,105,-1.533156501,0.7214944644,98.684944731 +133,-1.532813921,0.7432306626,105,-1.533156501,0.7214944644,86.102992889 +134,-1.554788248,0.7382381001,105,-1.533156501,0.7214944644,92.064257438 +135,-1.540348126,0.7301594274,105,-1.533156501,0.7214944644,40.397221333 +136,-1.538016084,0.7239051786,105,-1.533156501,0.7214944644,17.309190336 +137,-1.525288962,0.7258085137,105,-1.533156501,0.7214944644,28.937578384 +138,-1.534326986,0.731241342,105,-1.533156501,0.7214944644,38.762651429 +139,-1.530733872,0.7303625216,105,-1.533156501,0.7214944644,35.852005303 +141,-1.534354939,0.7328219978,105,-1.533156501,0.7214944644,45.008285417 +142,-1.53157084,0.7292888153,105,-1.533156501,0.7214944644,31.229051855 +143,-1.525691035,0.7263799874,105,-1.533156501,0.7214944644,29.415980641 +144,-1.534031287,0.7495967835,105,-1.533156501,0.7214944644,111.34292479 +145,-1.527714986,0.7283095957,105,-1.533156501,0.7214944644,31.448882057 +146,-1.526189586,0.7271468292,105,-1.533156501,0.7214944644,30.470131508 +147,-1.555177336,0.7375563366,105,-1.533156501,0.7214944644,90.969873413 +148,-1.555080283,0.7312707794,105,-1.533156501,0.7214944644,75.590848724 +149,-1.53856994,0.7224180299,105,-1.533156501,0.7214944644,16.503547671 +150,-1.530837883,0.729933372,105,-1.533156501,0.7214944644,34.125157764 +151,-1.515066984,0.5854133365,105,-1.533156501,0.7214944644,541.99861556 +152,-1.534731633,0.5368370046,105,-1.533156501,0.7214944644,731.44546458 +153,-1.515231902,0.5607085576,105,-1.533156501,0.7214944644,639.39524865 +154,-2.616253799,1.0684566605,105,-1.533156501,0.7214944644,2872.8831098 +155,-1.956071439,0.5792177723,105,-1.533156501,0.7214944644,1441.1889109 +156,-1.951208514,0.5602434208,105,-1.533156501,0.7214944644,1466.3893332 +157,-1.944675062,0.6062144545,105,-1.533156501,0.7214944644,1357.4513573 +158,-1.613778386,0.6077989518,105,-1.533156501,0.7214944644,515.54980277 +159,-2.035029014,0.6021432345,105,-1.533156501,0.7214944644,1629.3593803 +160,-2.114989471,0.6801825058,105,-1.533156501,0.7214944644,1758.1566785 +161,-2.037382079,0.5765830025,105,-1.533156501,0.7214944644,1682.0208836 +162,-2.129855121,0.6585019963,105,-1.533156501,0.7214944644,1827.8741548 +163,-2.075141798,0.6493615843,105,-1.533156501,0.7214944644,1677.0881206 +164,-1.828626729,0.6948433129,105,-1.533156501,0.7214944644,893.74762529 +165,-1.863329418,0.6735427691,105,-1.533156501,0.7214944644,1018.0461757 +166,-1.266037071,0.727988852,105,-1.533156501,0.7214944644,791.51327101 +167,-1.277579582,0.7249010648,105,-1.533156501,0.7214944644,758.15589623 +168,-1.258418684,0.7241194816,105,-1.533156501,0.7214944644,815.06311327 +169,-1.317813974,0.6804850104,105,-1.533156501,0.7214944644,671.13064263 +170,-1.344165204,0.6790988904,105,-1.533156501,0.7214944644,596.06882385 +171,-1.427582102,0.5277120351,105,-1.533156501,0.7214944644,838.61853438 +172,-1.402238616,0.457167829,105,-1.533156501,0.7214944644,1131.1135152 +173,-1.422454264,0.4996161999,105,-1.533156501,0.7214944644,948.74357801 +174,-1.439089277,0.4894859811,105,-1.533156501,0.7214944644,968.16294144 +175,-1.448126995,0.5182330266,105,-1.533156501,0.7214944644,850.11701639 +176,-1.474626146,0.5881926574,105,-1.533156501,0.7214944644,558.98381554 +177,-1.421139645,0.5584869783,105,-1.533156501,0.7214944644,736.72008505 +178,-1.457037165,0.565943032,105,-1.533156501,0.7214944644,661.41016556 +179,-2.757159358,0.3745319,105,-1.533156501,0.7214944644,4242.7158495 +180,-2.714309238,0.342054471,105,-1.533156501,0.7214944644,4192.4813156 +181,-2.000525337,0.774119946,105,-1.533156501,0.7214944644,1366.9523788 +183,-1.571413436,0.6777838382,105,-1.533156501,0.7214944644,208.35189455 +184,-1.552860289,0.6987663893,105,-1.533156501,0.7214944644,107.73356969 +185,-1.521852374,0.7165827476,105,-1.533156501,0.7214944644,38.904716626 +186,-1.503656267,0.6928968252,105,-1.533156501,0.7214944644,143.94362299 +187,-1.502753178,0.7136205882,105,-1.533156501,0.7214944644,95.940429698 +188,-1.631894563,0.7343596465,105,-1.533156501,0.7214944644,296.33394 +189,-1.653765416,0.6770714026,105,-1.533156501,0.7214944644,405.58201186 +190,-1.719812114,0.6715965947,105,-1.533156501,0.7214944644,600.08330874 +191,-1.493406659,0.6646955447,105,-1.533156501,0.7214944644,255.48716711 +192,-1.469120564,0.6613469966,105,-1.533156501,0.7214944644,308.05625143 +193,-1.590551461,0.5326612937,105,-1.533156501,0.7214944644,770.11816654 +194,-1.625979264,0.5247742243,105,-1.533156501,0.7214944644,833.99830964 +195,-1.572293943,0.5238808754,105,-1.533156501,0.7214944644,792.7287767 +196,-1.610848725,0.5477107964,105,-1.533156501,0.7214944644,731.32411268 +197,-1.208485554,0.7918526018,105,-1.533156501,0.7214944644,973.1978487 +198,-1.335601374,0.6869083083,105,-1.533156501,0.7214944644,611.42172047 +199,-1.346156996,0.6825213377,105,-1.533156501,0.7214944644,585.81221785 +200,-1.324381037,0.6741422347,105,-1.533156501,0.7214944644,660.19750726 +201,-1.242424992,0.7378949807,105,-1.533156501,0.7214944644,859.44466455 +202,-1.270370057,0.7392461008,105,-1.533156501,0.7214944644,777.5474405 +203,-1.448950472,0.7441675014,105,-1.533156501,0.7214944644,263.63220887 +204,-1.492662363,0.7523026852,105,-1.533156501,0.7214944644,170.28317917 +205,-1.479098966,0.7763855017,105,-1.533156501,0.7214944644,268.0338084 +206,-1.633760714,0.7869022408,105,-1.533156501,0.7214944644,389.01045076 +207,-1.647406434,0.8101289331,105,-1.533156501,0.7214944644,478.90244142 +208,-1.564245052,0.5701509278,105,-1.533156501,0.7214944644,607.44315437 +209,-1.646289963,0.6833746083,105,-1.533156501,0.7214944644,373.75447534 +210,-1.5820631,0.6751952144,105,-1.533156501,0.7214944644,235.86484869 +211,-1.613236298,0.6681681791,105,-1.533156501,0.7214944644,322.38010228 +212,-1.914661867,0.8212566515,105,-1.533156501,0.7214944644,1148.5885407 +213,-1.742133237,0.7250275956,105,-1.533156501,0.7214944644,620.19028761 +214,-2.033144872,0.6557314699,105,-1.533156501,0.7214944644,1543.9365166 +215,-2.039551981,0.6964723658,105,-1.533156501,0.7214944644,1518.5962796 +216,-1.247341019,0.7622473908,105,-1.533156501,0.7214944644,848.59073889 +217,-1.298239787,0.7084123392,105,-1.533156501,0.7214944644,703.84387831 +218,-1.308539688,0.6926545592,105,-1.533156501,0.7214944644,685.3250337 +219,-1.303263185,0.6888938396,105,-1.533156501,0.7214944644,704.60742539 +220,-1.852400229,0.6004246149,105,-1.533156501,0.7214944644,1104.4379943 +221,-1.288947707,0.7473773692,105,-1.533156501,0.7214944644,724.36597873 +222,-1.372031502,0.7472790993,105,-1.533156501,0.7214944644,484.32621973 +223,-1.289805721,0.7242157877,105,-1.533156501,0.7214944644,722.15405889 +224,-1.350807603,0.7533498126,105,-1.533156501,0.7214944644,548.92266974 +225,-1.329290365,0.7560442322,105,-1.533156501,0.7214944644,611.91901746 +226,-1.410153004,0.616936428,105,-1.533156501,0.7214944644,563.10926217 +227,-1.393445434,0.6308995063,105,-1.533156501,0.7214944644,560.87335872 +228,-1.37595573,0.6241540638,105,-1.533156501,0.7214944644,620.53702699 +229,-1.358388707,0.6172645205,105,-1.533156501,0.7214944644,681.24925297 +230,-1.753741133,0.8281661666,105,-1.533156501,0.7214944644,752.39280739 +231,-1.47430987,0.6834615681,105,-1.533156501,0.7214944644,233.0868285 +232,-1.421012508,0.7222725206,105,-1.533156501,0.7214944644,333.33949228 +233,-1.4476833,0.6978557868,105,-1.533156501,0.7214944644,273.30900448 +234,-1.470370723,0.6966193374,105,-1.533156501,0.7214944644,212.89704162 +235,-1.429211703,0.7037216883,105,-1.533156501,0.7214944644,319.31924168 +236,-1.700578405,0.6178673663,105,-1.533156501,0.7214944644,661.71623743 +237,-1.678117619,0.6331716163,105,-1.533156501,0.7214944644,567.51344816 +238,-1.725644578,0.6316331145,105,-1.533156501,0.7214944644,692.09669661 +239,-2.14012759,0.7930497945,105,-1.533156501,0.7214944644,1755.9400632 +240,-2.103289431,0.7653606263,105,-1.533156501,0.7214944644,1660.6152564 +241,-1.318739838,0.7017808746,105,-1.533156501,0.7214944644,647.33897926 +242,-1.396417427,0.7077900843,105,-1.533156501,0.7214944644,412.54269546 +243,-1.35650337,0.7185539404,105,-1.533156501,0.7214944644,525.8751253 +244,-1.248884539,0.7274156818,105,-1.533156501,0.7214944644,842.28841117 +245,-1.395014798,0.5761185243,105,-1.533156501,0.7214944644,721.56280925 +246,-1.433377362,0.6064716109,105,-1.533156501,0.7214944644,551.47402323 +247,-1.408172432,0.5903155476,105,-1.533156501,0.7214944644,650.55530531 +248,-1.749645898,0.7757118084,105,-1.533156501,0.7214944644,663.14021572 +249,-1.571626686,0.615046989,105,-1.533156501,0.7214944644,438.22856875 +250,-1.514070049,0.6303003037,105,-1.533156501,0.7214944644,365.99383938 +251,-1.480890369,0.6237966528,105,-1.533156501,0.7214944644,419.41986528 +252,-1.704390658,0.5281680612,105,-1.533156501,0.7214944644,941.45914078 +253,-1.64434733,0.5254277498,105,-1.533156501,0.7214944644,854.34192395 +254,-1.703855997,0.4792484842,105,-1.533156501,0.7214944644,1108.1723988 +255,-1.692002383,0.5748825051,105,-1.533156501,0.7214944644,766.42327283 +256,-1.854136457,0.5544643913,105,-1.533156501,0.7214944644,1212.9217775 +257,-1.665021206,0.520317736,105,-1.533156501,0.7214944644,902.12515749 +258,-1.733654349,0.4845187345,105,-1.533156501,0.7214944644,1141.7577894 +259,-1.720938188,0.5135933906,105,-1.533156501,0.7214944644,1020.879992 +260,-1.742668307,0.553296122,105,-1.533156501,0.7214944644,940.90628116 +261,-1.965659039,0.7142126903,105,-1.533156501,0.7214944644,1286.2926514 +262,-1.944438071,0.6772834804,105,-1.533156501,0.7214944644,1254.9212696 +263,-1.270340967,0.7681487096,105,-1.533156501,0.7214944644,786.12834735 +264,-1.353091884,0.6549276821,105,-1.533156501,0.7214944644,610.19113425 +265,-1.333236659,0.6413584414,105,-1.533156501,0.7214944644,691.31765515 +266,-1.352015998,0.6753788907,105,-1.533156501,0.7214944644,578.62032475 +267,-1.377988483,0.6577816235,105,-1.533156501,0.7214944644,536.75634724 +268,-2.13075611,0.8318642051,105,-1.533156501,0.7214944644,1728.6101391 +269,-2.097910953,0.8259670014,105,-1.533156501,0.7214944644,1639.8496822 +270,-1.416382069,0.6694271549,105,-1.533156501,0.7214944644,410.48617957 +271,-1.538905672,0.7535625993,105,-1.533156501,0.7214944644,128.13490068 +272,-1.572309477,0.7803125099,105,-1.533156501,0.7214944644,259.07407259 +273,-1.87759879,0.7503853417,105,-1.533156501,0.7214944644,1015.3277916 +274,1.152365588,0.590457682,105,-1.533156501,0.7214944644,6988.0580869 +275,0.350198001,0.718001859,105,-1.533156501,0.7214944644,5177.3840501 +276,0.046513677,0.491503852,105,-1.533156501,0.7214944644,4990.7052299 +277,0.027510309,0.742571376,105,-1.533156501,0.7214944644,4363.1781224 +278,0.306285725,-0.214631579,105,-1.533156501,0.7214944644,7576.6802219 +279,-1.100564889,0.318051531,105,-1.533156501,0.7214944644,2167.1915466 +280,-1.078582306,0.301437596,105,-1.533156501,0.7214944644,2269.812068 +281,-1.137371989,-0.617634065,105,-1.533156501,0.7214944644,5495.8465049 +282,0.784356344,0.703272339,105,-1.533156501,0.7214944644,6070.6422212 +283,-1.221209947,0.218327455,105,-1.533156501,0.7214944644,2266.6876171 +284,2.347301921,-0.449114658,105,-1.533156501,0.7214944644,9808.7798548 +285,0.246820618,0.830553713,105,-1.533156501,0.7214944644,4667.242481 +286,0.829414965,0.703288228,105,-1.533156501,0.7214944644,6144.0448775 +287,-1.337537566,0.42332223,105,-1.533156501,0.7214944644,1345.9744167 +288,0.882453706,0.454478077,105,-1.533156501,0.7214944644,7078.3851368 +289,1.575629659,0.416419109,105,-1.533156501,0.7214944644,7934.960769 +290,-1.039455679,0.229888244,105,-1.533156501,0.7214944644,2586.4620966 +291,0.489558039,0.934482747,105,-1.533156501,0.7214944644,4862.9177751 +292,0.081344504,0.88384514,105,-1.533156501,0.7214944644,4194.0384879 +293,-1.547979814,0.300350308,105,-1.533156501,0.7214944644,1668.9152989 +294,0.040776181,0.168560074,105,-1.533156501,0.7214944644,5791.3587857 +295,-1.130374745,0.563894876,105,-1.533156501,0.7214944644,1415.4948763 +296,1.578326642,0.478507176,105,-1.533156501,0.7214944644,7689.3582511 +297,-1.12861823,-0.291640865,105,-1.533156501,0.7214944644,4278.6401429 +298,0.310524208,0.770885792,105,-1.533156501,0.7214944644,4952.2804514 +299,0.415649091,-0.387246002,105,-1.533156501,0.7214944644,8323.4917185 +300,-0.926533878,-0.188022748,105,-1.533156501,0.7214944644,4227.4201786 +301,1.258856172,-0.11716081,105,-1.533156501,0.7214944644,9751.6754866 +302,-1.126050026,0.322941926,105,-1.533156501,0.7214944644,2094.4309358 +303,2.002785835,0.07893892,105,-1.533156501,0.7214944644,8967.4081404 +304,0.440437607,0.746258085,105,-1.533156501,0.7214944644,5293.2248095 +305,-0.030391866,0.214441206,105,-1.533156501,0.7214944644,5463.00401 +306,0.521557815,-0.058929362,105,-1.533156501,0.7214944644,7798.5670709 +307,-0.097005111,0.13317729,105,-1.533156501,0.7214944644,5474.4067644 +308,1.83113859,0.221857587,105,-1.533156501,0.7214944644,8619.4273 +309,0.222428864,0.099404236,105,-1.533156501,0.7214944644,6506.2701722 +310,-1.702731345,0.8728568183,105,-1.533156501,0.7214944644,760.07112795 +311,-0.418507569,0.278324921,105,-1.533156501,0.7214944644,4150.3531164 +312,-1.41153306,0.339029988,105,-1.533156501,0.7214944644,1569.5231534 +313,0.357560442,0.114788776,105,-1.533156501,0.7214944644,6854.0854808 +314,0.325818979,0.268352149,105,-1.533156501,0.7214944644,6343.2364293 +315,-1.246004659,-0.663679965,105,-1.533156501,0.7214944644,5584.061052 +316,1.814603087,0.637404484,105,-1.533156501,0.7214944644,7009.548683 +317,1.843704281,-0.18300445,105,-1.533156501,0.7214944644,10158.662338 +318,1.690644492,-0.211480909,105,-1.533156501,0.7214944644,10403.660007 +319,-1.275451936,0.068109467,105,-1.533156501,0.7214944644,2745.2127274 +320,0.762430171,-0.207594741,105,-1.533156501,0.7214944644,8887.1206537 +321,0.265668905,-0.014647884,105,-1.533156501,0.7214944644,6936.3363735 +322,-2.773032013,-0.335515811,105,-1.533156501,0.7214944644,6170.9331217 +323,-1.469512853,0.174058777,105,-1.533156501,0.7214944644,2179.7591071 +324,0.286276986,0.785925691,105,-1.533156501,0.7214944644,4861.6070466 +325,-1.379324697,0.377432233,105,-1.533156501,0.7214944644,1456.5326292 +326,-1.203778265,0.212813032,105,-1.533156501,0.7214944644,2315.5736997 +327,0.579916301,0.611743168,105,-1.533156501,0.7214944644,5975.7489418 +328,0.267582642,0.868113908,105,-1.533156501,0.7214944644,4620.1860473 +329,0.412869244,-0.050245578,105,-1.533156501,0.7214944644,7462.0374342 +330,0.17524381,0.976660285,105,-1.533156501,0.7214944644,4195.0595206 +331,0.743157214,0.204812899,105,-1.533156501,0.7214944644,7605.9220058 +332,-1.070758176,0.269382282,105,-1.533156501,0.7214944644,2389.2873965 +333,-1.230364251,0.329790229,105,-1.533156501,0.7214944644,1858.3822118 +334,-1.374813124,-0.024926835,105,-1.533156501,0.7214944644,3010.9486579 +335,0.519780566,0.463669906,105,-1.533156501,0.7214944644,6285.220677 +336,-1.55108034,0.239698561,105,-1.533156501,0.7214944644,1909.3947921 +337,0.180294813,0.029739425,105,-1.533156501,0.7214944644,6567.1973138 +338,0.67820924,0.268170153,105,-1.533156501,0.7214944644,7254.2294712 +339,0.445798684,1.024001867,105,-1.533156501,0.7214944644,4551.8444972 +340,0.691751283,0.150521402,105,-1.533156501,0.7214944644,7649.3832173 +341,-1.036643551,-0.903056181,105,-1.533156501,0.7214944644,6657.9903318 +342,-0.120287036,1.083325163,105,-1.533156501,0.7214944644,3476.7836109 +343,2.823513113,-0.304487164,105,-1.533156501,0.7214944644,8059.606531 +344,0.457583172,1.12513373,105,-1.533156501,0.7214944644,4310.5431271 +345,0.042918831,0.813795399,105,-1.533156501,0.7214944644,4250.5599852 +346,1.196146777,-0.853142756,105,-1.533156501,0.7214944644,11185.652497 +347,0.206001358,-0.010430701,105,-1.533156501,0.7214944644,6749.0853988 +348,-0.268308653,0.234799412,105,-1.533156501,0.7214944644,4705.2847345 +349,0.759363263,0.736189579,105,-1.533156501,0.7214944644,5920.9134213 +350,0.181363926,0.891988372,105,-1.533156501,0.7214944644,4388.2798392 +351,-0.021111158,0.139103292,105,-1.533156501,0.7214944644,5684.5804217 +352,-0.093355215,0.630686981,105,-1.533156501,0.7214944644,4289.6449192 +353,0.40118964,0.681375926,105,-1.533156501,0.7214944644,5389.3116372 +354,-0.721197315,1.304706234,105,-1.533156501,0.7214944644,2721.4484624 +355,-1.076150317,0.212107639,105,-1.533156501,0.7214944644,2563.9248852 +356,-1.577164531,0.273993443,105,-1.533156501,0.7214944644,1778.9468855 +357,-0.190788414,0.182208586,105,-1.533156501,0.7214944644,5069.3511762 +358,-0.261349752,0.209710184,105,-1.533156501,0.7214944644,4789.4443177 +359,-1.029303852,0.083549259,105,-1.533156501,0.7214944644,3092.8001847 +360,-1.268609162,0.330525297,105,-1.533156501,0.7214944644,1788.0277219 +361,1.282982244,-0.926641967,105,-1.533156501,0.7214944644,11255.891899 +362,0.217352334,0.731352408,105,-1.533156501,0.7214944644,4842.5139441 +363,-1.511833084,0.258629297,105,-1.533156501,0.7214944644,1834.8721911 +364,0.338812194,0.823184618,105,-1.533156501,0.7214944644,4877.5128228 +365,-0.324406489,1.134201999,105,-1.533156501,0.7214944644,3089.0892742 +366,1.389579348,0.399185724,105,-1.533156501,0.7214944644,7932.5549985 +367,2.047152199,-0.039082036,105,-1.533156501,0.7214944644,9321.1223417 +368,0.947780369,0.568250077,105,-1.533156501,0.7214944644,6795.1542478 +369,0.763824846,0.576754987,105,-1.533156501,0.7214944644,6450.7302117 +370,-0.142334657,0.928153068,105,-1.533156501,0.7214944644,3626.798549 +371,0.610266567,0.547265983,105,-1.533156501,0.7214944644,6236.6218011 +372,0.210731629,0.746815056,105,-1.533156501,0.7214944644,4789.5511122 +373,-1.34931644,0.316895224,105,-1.533156501,0.7214944644,1719.5720587 +374,2.407696481,0.655030745,105,-1.533156501,0.7214944644,6272.5464666 +375,0.64207831,0.545359131,105,-1.533156501,0.7214944644,6309.7612304 +376,1.174597538,0.840588356,105,-1.533156501,0.7214944644,6072.6277857 +377,0.660059424,0.010604079,105,-1.533156501,0.7214944644,7985.6372492 +378,-0.730263819,0.010486456,105,-1.533156501,0.7214944644,4016.5977495 +379,0.831068936,0.512339172,105,-1.533156501,0.7214944644,6788.8944645 +380,1.301180979,0.72367476,105,-1.533156501,0.7214944644,6614.4942323 +381,1.811128231,0.322854402,105,-1.533156501,0.7214944644,8240.7239457 +382,0.435105812,0.992284428,105,-1.533156501,0.7214944644,4617.2921001 +383,0.62643634,0.592027932,105,-1.533156501,0.7214944644,6132.468926 +384,0.492988703,-0.516339467,105,-1.533156501,0.7214944644,8836.7934565 +385,-0.162469483,0.112549365,105,-1.533156501,0.7214944644,5333.2287605 +386,0.314630866,0.472006421,105,-1.533156501,0.7214944644,5755.6487662 +387,0.166744804,0.822815954,105,-1.533156501,0.7214944644,4511.8258489 +388,0.417159608,0.965805736,105,-1.533156501,0.7214944644,4656.2144882 +389,0.106334961,0.868774244,105,-1.533156501,0.7214944644,4279.1669094 +390,0.815086969,-0.338144359,105,-1.533156501,0.7214944644,9382.8062176 +391,0.59867455,-0.230624824,105,-1.533156501,0.7214944644,8480.9023597 +392,1.915104874,0.066220985,105,-1.533156501,0.7214944644,9132.864655 +393,1.278093622,0.064463721,105,-1.533156501,0.7214944644,9109.8917405 +394,-0.061477853,0.302997961,105,-1.533156501,0.7214944644,5147.2506884 +395,0.251311504,0.626976942,105,-1.533156501,0.7214944644,5185.877887 +396,2.950242872,0.149095644,105,-1.533156501,0.7214944644,6501.1131318 +397,-0.180294708,0.35375117,105,-1.533156501,0.7214944644,4673.2390993 +398,1.010448592,-0.351180233,105,-1.533156501,0.7214944644,9960.8738194 +399,-1.748740498,0.3686318073,105,-1.533156501,0.7214944644,1573.034226 +400,2.699635665,0.123533791,105,-1.533156501,0.7214944644,7273.6712983 +401,0.496808033,0.823843254,105,-1.533156501,0.7214944644,5185.946509 +402,0.129574704,0.763364087,105,-1.533156501,0.7214944644,4562.281675 +403,1.798920311,0.817447563,105,-1.533156501,0.7214944644,6311.2873314 +404,0.335987953,0.746786541,105,-1.533156501,0.7214944644,5070.110132 +405,-1.085413643,0.292154671,105,-1.533156501,0.7214944644,2283.5855359 +406,-0.155321003,0.508207011,105,-1.533156501,0.7214944644,4385.4967018 +407,0.620529244,-0.301175104,105,-1.533156501,0.7214944644,8724.5530656 +408,1.684402744,0.368716966,105,-1.533156501,0.7214944644,8116.5035523 +409,0.300582244,-0.386397212,105,-1.533156501,0.7214944644,7981.1635889 +410,2.913555946,-0.009225192,105,-1.533156501,0.7214944644,7032.5312136 +411,1.465101417,0.493232532,105,-1.533156501,0.7214944644,7603.6925892 +412,0.090612882,0.907955955,105,-1.533156501,0.7214944644,4165.3987376 +413,2.987564726,-0.729568594,105,-1.533156501,0.7214944644,8513.9002337 +414,-1.484261606,0.224149272,105,-1.533156501,0.7214944644,1977.2355552 +415,0.164073421,0.303955133,105,-1.533156501,0.7214944644,5795.884639 +416,0.141441293,0.167552546,105,-1.533156501,0.7214944644,6089.4207107 +417,2.931321023,-0.506718887,105,-1.533156501,0.7214944644,8212.411366 +418,2.21951565,0.700596356,105,-1.533156501,0.7214944644,6397.399391 +419,0.268112576,1.199114336,105,-1.533156501,0.7214944644,3900.3873943 +420,0.978913739,0.359223811,105,-1.533156501,0.7214944644,7579.0423415 +421,1.210898818,0.522863584,105,-1.533156501,0.7214944644,7304.6007126 +422,2.347397336,0.129231362,105,-1.533156501,0.7214944644,8138.645446 +423,0.614394501,0.556878345,105,-1.533156501,0.7214944644,6215.8332791 +424,-1.398079356,0.148483366,105,-1.533156501,0.7214944644,2318.6465529 +425,2.535303836,-0.112984496,105,-1.533156501,0.7214944644,8398.8746917 +426,-1.019372593,-0.405322349,105,-1.533156501,0.7214944644,4845.8767003 +427,-1.297785627,-0.160104069,105,-1.533156501,0.7214944644,3595.7947323 +428,2.144554488,0.205051084,105,-1.533156501,0.7214944644,8284.3136982 +429,-2.242387083,-0.426171285,105,-1.533156501,0.7214944644,5238.3904327 +430,0.338637212,0.909723676,105,-1.533156501,0.7214944644,4657.8184647 +431,-0.148798452,0.691042401,105,-1.533156501,0.7214944644,4017.6547547 +432,0.893524764,0.441829531,105,-1.533156501,0.7214944644,7141.6172405 +433,0.969229347,-0.368847936,105,-1.533156501,0.7214944644,9896.2403084 +434,0.436043248,0.800045688,105,-1.533156501,0.7214944644,5135.2538229 +435,1.687946607,1.081504775,105,-1.533156501,0.7214944644,5297.6301177 +436,0.522302046,-0.034889271,105,-1.533156501,0.7214944644,7734.4454477 +437,-0.178996113,-0.438090009,105,-1.533156501,0.7214944644,6754.4984407 +438,-1.094339566,0.301444068,105,-1.533156501,0.7214944644,2233.8854816 +439,-1.064070054,0.242569932,105,-1.533156501,0.7214944644,2490.4800197 +440,-1.068153768,0.230387998,105,-1.533156501,0.7214944644,2521.0750348 +441,-3.00496892,-0.23989155,105,-1.533156501,0.7214944644,6558.4665451 +442,0.21751974,0.766874888,105,-1.533156501,0.7214944644,4756.464108 +443,0.117229532,0.007619006,105,-1.533156501,0.7214944644,6438.5418039 +444,0.777758451,0.420554741,105,-1.533156501,0.7214944644,6989.4090801 +445,-0.252356999,0.250747086,105,-1.533156501,0.7214944644,4712.6835181 +446,0.363148444,0.768483434,105,-1.533156501,0.7214944644,5071.1534895 +447,0.903191366,-0.118210676,105,-1.533156501,0.7214944644,9001.898096 +448,-0.205755923,0.149406178,105,-1.533156501,0.7214944644,5109.1634789 +449,1.811996086,0.02364353,105,-1.533156501,0.7214944644,9402.9130114 +450,-1.100670221,0.314845373,105,-1.533156501,0.7214944644,2177.0761424 +451,0.340078597,0.850105132,105,-1.533156501,0.7214944644,4811.0926851 +452,0.258757267,0.804969236,105,-1.533156501,0.7214944644,4754.8823265 +453,2.78505352,-0.155160804,105,-1.533156501,0.7214944644,7795.768802 +454,0.800551619,0.105822106,105,-1.533156501,0.7214944644,8053.8114457 +455,0.437940882,-0.506194031,105,-1.533156501,0.7214944644,8654.0072348 +456,2.230431122,0.63458615,105,-1.533156501,0.7214944644,6618.0100432 +457,0.527965361,0.127667701,105,-1.533156501,0.7214944644,7290.8401305 +458,-0.063643205,0.702093448,105,-1.533156501,0.7214944644,4218.3573898 +459,1.408447268,0.133010502,105,-1.533156501,0.7214944644,8981.9103523 +460,0.523795955,0.280266966,105,-1.533156501,0.7214944644,6836.0139594 +461,-0.975769313,0.072177659,105,-1.533156501,0.7214944644,3242.990619 +462,0.549774164,-0.463663986,105,-1.533156501,0.7214944644,8893.4932799 +463,0.29245874,1.095549818,105,-1.533156501,0.7214944644,4144.6875255 +464,0.143625958,0.816809593,105,-1.533156501,0.7214944644,4473.9360236 +465,0.671902494,0.611159853,105,-1.533156501,0.7214944644,6163.9878347 +466,1.239840988,0.6724199,105,-1.533156501,0.7214944644,6764.3317095 +467,0.607829703,-0.10932137,105,-1.533156501,0.7214944644,8182.1648251 +468,1.763020906,0.263996692,105,-1.533156501,0.7214944644,8499.386275 +469,0.378714634,0.726066797,105,-1.533156501,0.7214944644,5218.0883033 +470,2.196736143,-0.153862366,105,-1.533156501,0.7214944644,9396.9129794 +471,0.01702415,0.148991565,105,-1.533156501,0.7214944644,5771.9681505 +472,-2.998490902,-0.158002487,105,-1.533156501,0.7214944644,6324.4324337 +473,-3.051262951,-0.346595608,105,-1.533156501,0.7214944644,6967.751755 +474,-1.069176439,0.182802941,105,-1.533156501,0.7214944644,2676.0920491 +475,0.167157509,0.595344954,105,-1.533156501,0.7214944644,5055.9958552 +476,0.613855648,0.681746124,105,-1.533156501,0.7214944644,5830.8414547 +477,1.037012736,0.682555367,105,-1.533156501,0.7214944644,6512.9909546 +478,-1.253574971,0.379755746,105,-1.533156501,0.7214944644,1644.0060532 +479,3.108590453,-0.132620738,105,-1.533156501,0.7214944644,6777.7733717 +480,0.565301296,0.022333262,105,-1.533156501,0.7214944644,7694.245402 +481,0.547898238,0.855555614,105,-1.533156501,0.7214944644,5187.6497515 +482,0.948309381,0.417393755,105,-1.533156501,0.7214944644,7322.9877766 +483,-0.050600732,0.945269213,105,-1.533156501,0.7214944644,3799.3401482 +484,-0.977651478,-0.572363064,105,-1.533156501,0.7214944644,5511.0438702 +485,1.102014914,0.728861163,105,-1.533156501,0.7214944644,6419.478566 +486,2.927300795,-0.282939414,105,-1.533156501,0.7214944644,7698.1362141 +487,-1.154565557,0.124434095,105,-1.533156501,0.7214944644,2714.4388048 +488,1.855331234,0.291044755,105,-1.533156501,0.7214944644,8332.1202135 +489,0.830290659,0.276904518,105,-1.533156501,0.7214944644,7570.0061057 +490,0.485104466,-0.234867441,105,-1.533156501,0.7214944644,8158.4602073 +491,0.521367572,-0.33161327,105,-1.533156501,0.7214944644,8505.9889523 +1,-1.539031704,0.7349710123,106,-1.53113574,0.7215166021,58.180608385 +2,-1.536990553,0.7349663874,106,-1.53113574,0.7215166021,56.015617907 +3,-1.534951779,0.7349571355,106,-1.53113574,0.7215166021,54.420042574 +4,-1.532906461,0.7349480293,106,-1.53113574,0.7215166021,53.458786997 +5,-1.531320211,0.7346937278,106,-1.53113574,0.7215166021,52.197444439 +6,-1.539451648,0.7335131775,106,-1.53113574,0.7215166021,53.508295665 +7,-1.537429487,0.7335445708,106,-1.53113574,0.7215166021,51.151190864 +8,-1.535484998,0.7335658704,106,-1.53113574,0.7215166021,49.430746146 +9,-1.533488396,0.7336036027,106,-1.53113574,0.7215166021,48.379746718 +10,-1.531497785,0.7335842962,106,-1.53113574,0.7215166021,47.812131787 +11,-1.530259379,0.7334777758,106,-1.53113574,0.7215166021,47.449082108 +12,-1.5335454,0.7322346912,106,-1.53113574,0.7215166021,43.049271962 +13,-1.531489083,0.7322238773,106,-1.53113574,0.7215166021,42.424409995 +14,-1.530011122,0.7321679851,106,-1.53113574,0.7215166021,42.321243243 +15,-1.53348106,0.7306614094,106,-1.53113574,0.7215166021,36.882665058 +16,-1.531441779,0.7306962275,106,-1.53113574,0.7215166021,36.371792773 +17,-1.529755654,0.7306933243,106,-1.53113574,0.7215166021,36.578112238 +18,-1.533415048,0.7291384674,106,-1.53113574,0.7215166021,30.93683889 +19,-1.531392093,0.7291705353,106,-1.53113574,0.7215166021,30.326748865 +20,-1.529296523,0.7291214933,106,-1.53113574,0.7215166021,30.612263201 +21,-1.535280942,0.727267644,106,-1.53113574,0.7215166021,25.886699515 +22,-1.533378158,0.7276139666,106,-1.53113574,0.7215166021,25.050680879 +23,-1.531340368,0.7276446587,106,-1.53113574,0.7215166021,24.280818249 +24,-1.528960113,0.7276398177,106,-1.53113574,0.7215166021,25.097738191 +25,-1.533313146,0.7260818349,106,-1.53113574,0.7215166021,19.202963509 +26,-1.531259555,0.7260958115,106,-1.53113574,0.7215166021,18.141970305 +27,-1.528926415,0.7260865555,106,-1.53113574,0.7215166021,19.25262657 +28,-1.531226779,0.7245511789,106,-1.53113574,0.7215166021,12.022999121 +29,-1.528904772,0.7245519194,106,-1.53113574,0.7215166021,13.727793035 +30,-1.547195875,0.7409785979,106,-1.53113574,0.7215166021,90.468418587 +31,-1.5451475,0.740980426,106,-1.53113574,0.7215166021,87.465752434 +32,-1.543097679,0.7409798872,106,-1.53113574,0.7215166021,84.777203633 +33,-1.540720364,0.7409892687,106,-1.53113574,0.7215166021,82.144294137 +34,-1.547188511,0.7395198392,106,-1.53113574,0.7215166021,85.603565751 +35,-1.545148587,0.7395226109,106,-1.53113574,0.7215166021,82.436373776 +36,-1.543104538,0.7395314908,106,-1.53113574,0.7215166021,79.615074603 +37,-1.540727751,0.7395306258,106,-1.53113574,0.7215166021,76.759867701 +38,-1.547187029,0.7380014886,106,-1.53113574,0.7215166021,80.678729212 +39,-1.545147315,0.7380012252,106,-1.53113574,0.7215166021,77.294987602 +40,-1.54310719,0.7380060743,106,-1.53113574,0.7215166021,74.263323087 +41,-1.540719671,0.7380068206,106,-1.53113574,0.7215166021,71.182247896 +42,-1.547187189,0.7364799098,106,-1.53113574,0.7215166021,75.904090241 +43,-1.545149996,0.7364853874,106,-1.53113574,0.7215166021,72.315037768 +44,-1.543106091,0.7364823484,106,-1.53113574,0.7215166021,69.025689043 +45,-1.540717158,0.7364893901,106,-1.53113574,0.7215166021,65.715491749 +46,-1.538663972,0.7410138672,106,-1.53113574,0.7215166021,80.354522858 +47,-1.53695285,0.7409699132,106,-1.53113574,0.7215166021,78.940017381 +48,-1.534910498,0.7409641297,106,-1.53113574,0.7215166021,77.831386972 +49,-1.533145034,0.7409536636,106,-1.53113574,0.7215166021,77.217761372 +50,-1.538681336,0.7395405883,106,-1.53113574,0.7215166021,74.782892452 +51,-1.536999189,0.7395183096,106,-1.53113574,0.7215166021,73.372938025 +52,-1.534923633,0.7395144222,106,-1.53113574,0.7215166021,72.159890755 +53,-1.533267822,0.7395654306,106,-1.53113574,0.7215166021,71.767563183 +54,-1.53867273,0.7380151077,106,-1.53113574,0.7215166021,69.034563838 +55,-1.536980576,0.7379994392,106,-1.53113574,0.7215166021,67.53015361 +56,-1.534931522,0.7379944961,106,-1.53113574,0.7215166021,66.223891482 +57,-1.533387952,0.7379480264,106,-1.53113574,0.7215166021,65.423621829 +58,-1.538682279,0.7364914363,106,-1.53113574,0.7215166021,63.36653735 +59,-1.536980704,0.7364810563,106,-1.53113574,0.7215166021,61.738024657 +60,-1.534935567,0.7364752065,106,-1.53113574,0.7215166021,60.305015055 +61,-1.533042592,0.7363876366,106,-1.53113574,0.7215166021,59.172937016 +62,-1.545143426,0.7349628011,106,-1.53113574,0.7215166021,67.464153056 +63,-1.543105297,0.7349691947,106,-1.53113574,0.7215166021,63.964168797 +64,-1.541064533,0.7349647152,106,-1.53113574,0.7215166021,60.81929147 +65,-1.545411803,0.7334624714,106,-1.53113574,0.7215166021,63.422660948 +66,-1.543446606,0.7334780896,106,-1.53113574,0.7215166021,59.75831178 +67,-1.541475327,0.7334957295,106,-1.53113574,0.7215166021,56.453021972 +68,-1.545401939,0.731963266,106,-1.53113574,0.7215166021,59.124035301 +69,-1.54342253,0.7319915583,106,-1.53113574,0.7215166021,55.175631085 +70,-1.541455867,0.7320216438,106,-1.53113574,0.7215166021,51.620251488 +71,-1.545410146,0.7304422281,106,-1.53113574,0.7215166021,55.116477526 +72,-1.543435491,0.7304713664,106,-1.53113574,0.7215166021,50.848061106 +73,-1.541463105,0.7304997613,106,-1.53113574,0.7215166021,46.924414708 +74,-1.545414768,0.7289194936,106,-1.53113574,0.7215166021,51.490876763 +75,-1.543435774,0.7289538557,106,-1.53113574,0.7215166021,46.873297155 +76,-1.541457714,0.7289765881,106,-1.53113574,0.7215166021,42.535144314 +77,-1.539449415,0.7320555866,106,-1.53113574,0.7215166021,48.458640468 +78,-1.537429183,0.7321097681,106,-1.53113574,0.7215166021,45.908868342 +79,-1.535472649,0.7321497267,106,-1.53113574,0.7215166021,44.030645191 +80,-1.539457899,0.7305333307,106,-1.53113574,0.7215166021,43.396367094 +81,-1.537453161,0.7305750503,106,-1.53113574,0.7215166021,40.466809766 +82,-1.535479385,0.7306124949,106,-1.53113574,0.7215166021,38.2570832 +83,-1.53946905,0.7290102593,106,-1.53113574,0.7215166021,38.615616144 +84,-1.537459922,0.7290417293,106,-1.53113574,0.7215166021,35.211368016 +85,-1.535451349,0.7290890157,106,-1.53113574,0.7215166021,32.607972466 +86,-1.535522937,0.7279887191,106,-1.53113574,0.7215166021,28.748327074 +87,-1.539442524,0.7274735939,106,-1.53113574,0.7215166021,34.114923843 +88,-1.537424111,0.727521351,106,-1.53113574,0.7215166021,30.225829067 +89,-1.539384641,0.7259505092,106,-1.53113574,0.7215166021,30.13139446 +90,-1.537372391,0.7259947145,106,-1.53113574,0.7215166021,25.637434985 +91,-1.535340789,0.7260435356,106,-1.53113574,0.7215166021,21.847017469 +92,-1.539325716,0.7244369706,106,-1.53113574,0.7215166021,26.935471733 +93,-1.537308932,0.7244801057,106,-1.53113574,0.7215166021,21.770443677 +94,-1.535289068,0.7245247645,106,-1.53113574,0.7215166021,17.150401699 +95,-1.533261366,0.7245550236,106,-1.53113574,0.7215166021,13.590433042 +96,-1.539267302,0.722921924,106,-1.53113574,0.7215166021,24.80053849 +97,-1.537248972,0.7229660258,106,-1.53113574,0.7215166021,19.054259469 +98,-1.535219431,0.7229916471,106,-1.53113574,0.7215166021,13.469866745 +99,-1.53318962,0.7230212049,106,-1.53113574,0.7215166021,8.5310019974 +100,-1.531154816,0.7230299897,106,-1.53113574,0.7215166021,5.9947962015 +101,-1.528878341,0.7230370244,106,-1.53113574,0.7215166021,9.0154416527 +102,-1.539218189,0.7214009878,106,-1.53113574,0.7215166021,24.042257298 +103,-1.537198791,0.7214422745,106,-1.53113574,0.7215166021,18.034116151 +104,-1.535179266,0.7214634354,106,-1.53113574,0.7215166021,12.027314203 +105,-1.533156501,0.7214944644,106,-1.53113574,0.7215166021,6.0103152954 +106,-1.53113574,0.7215166021,106,-1.53113574,0.7215166021,3.0031227427 +107,-1.528874248,0.7215345535,106,-1.53113574,0.7215166021,6.7258602701 +108,-1.539217656,0.7198512397,106,-1.53113574,0.7215166021,24.940830825 +109,-1.537199919,0.7199428763,106,-1.53113574,0.7215166021,19.093173555 +110,-1.545425832,0.727397149,106,-1.53113574,0.7215166021,48.365751168 +111,-1.543371177,0.7273916949,106,-1.53113574,0.7215166021,43.112987873 +112,-1.541368852,0.7274523163,106,-1.53113574,0.7215166021,38.393737981 +113,-1.545349067,0.7258710923,106,-1.53113574,0.7215166021,45.577889199 +114,-1.54332671,0.7258603556,106,-1.53113574,0.7215166021,40.067855684 +115,-1.541346831,0.7259242142,106,-1.53113574,0.7215166021,34.976844202 +116,-1.545324355,0.7243383958,106,-1.53113574,0.7215166021,43.600432456 +117,-1.543292796,0.7243617413,106,-1.53113574,0.7215166021,37.826669917 +118,-1.541295822,0.7244024384,106,-1.53113574,0.7215166021,32.269379769 +119,-1.543193859,0.7205570215,106,-1.53113574,0.7215166021,36.07591606 +120,-1.550257047,0.7386738187,106,-1.53113574,0.7215166021,88.334871444 +121,-1.549335448,0.7311736483,106,-1.53113574,0.7215166021,66.088281351 +122,-1.533478843,0.7179891343,106,-1.53113574,0.7215166021,15.618323369 +123,-1.556150555,0.738907041,106,-1.53113574,0.7215166021,100.96450302 +124,-1.554324226,0.733414257,106,-1.53113574,0.7215166021,83.225345986 +125,-1.554290846,0.7288285332,106,-1.53113574,0.7215166021,74.499014963 +126,-1.55122487,0.7219795312,106,-1.53113574,0.7215166021,59.759356542 +127,-1.525104458,0.7229399862,106,-1.53113574,0.7215166021,18.791157278 +128,-1.519607711,0.7236181429,106,-1.53113574,0.7215166021,35.248832387 +129,-1.513899999,0.7251107854,106,-1.53113574,0.7215166021,53.119840975 +130,-1.536620762,0.7431061895,106,-1.53113574,0.7215166021,87.028941341 +131,-1.5369566,0.7460845958,106,-1.53113574,0.7215166021,98.808446007 +132,-1.545345528,0.7447040685,106,-1.53113574,0.7215166021,100.91911854 +133,-1.532813921,0.7432306626,106,-1.53113574,0.7215166021,86.151286379 +134,-1.554788248,0.7382381001,106,-1.53113574,0.7215166021,96.236391343 +135,-1.540348126,0.7301594274,106,-1.53113574,0.7215166021,43.781884256 +136,-1.538016084,0.7239051786,106,-1.53113574,0.7215166021,22.52362967 +137,-1.525288962,0.7258085137,106,-1.53113574,0.7215166021,24.294157614 +138,-1.534326986,0.731241342,106,-1.53113574,0.7215166021,39.661873895 +139,-1.530733872,0.7303625216,106,-1.53113574,0.7215166021,35.058904266 +141,-1.534354939,0.7328219978,106,-1.53113574,0.7215166021,45.782624846 +142,-1.53157084,0.7292888153,106,-1.53113574,0.7215166021,30.812731115 +143,-1.525691035,0.7263799874,106,-1.53113574,0.7215166021,25.142800579 +144,-1.534031287,0.7495967835,106,-1.53113574,0.7215166021,111.55014442 +145,-1.527714986,0.7283095957,106,-1.53113574,0.7215166021,28.755195769 +146,-1.526189586,0.7271468292,106,-1.53113574,0.7215166021,26.695432224 +147,-1.555177336,0.7375563366,106,-1.53113574,0.7215166021,95.267015289 +148,-1.555080283,0.7312707794,106,-1.53113574,0.7215166021,80.745201472 +149,-1.53856994,0.7224180299,106,-1.53113574,0.7215166021,22.38663053 +150,-1.530837883,0.729933372,106,-1.53113574,0.7215166021,33.350503853 +151,-1.515066984,0.5854133365,106,-1.53113574,0.7215166021,541.45838428 +152,-1.534731633,0.5368370046,106,-1.53113574,0.7215166021,731.60585652 +153,-1.515231902,0.5607085576,106,-1.53113574,0.7215166021,638.94681699 +154,-2.616253799,1.0684566605,106,-1.53113574,0.7215166021,2876.6692187 +155,-1.956071439,0.5792177723,106,-1.53113574,0.7215166021,1447.0139635 +156,-1.951208514,0.5602434208,106,-1.53113574,0.7215166021,1472.1312797 +157,-1.944675062,0.6062144545,106,-1.53113574,0.7215166021,1363.3497412 +158,-1.613778386,0.6077989518,106,-1.53113574,0.7215166021,518.71503361 +159,-2.035029014,0.6021432345,106,-1.53113574,0.7215166021,1635.330123 +160,-2.114989471,0.6801825058,106,-1.53113574,0.7215166021,1764.1267195 +161,-2.037382079,0.5765830025,106,-1.53113574,0.7215166021,1687.9458359 +162,-2.129855121,0.6585019963,106,-1.53113574,0.7215166021,1833.8668722 +163,-2.075141798,0.6493615843,106,-1.53113574,0.7215166021,1683.0968035 +164,-1.828626729,0.6948433129,106,-1.53113574,0.7215166021,899.75784768 +165,-1.863329418,0.6735427691,106,-1.53113574,0.7215166021,1024.0443739 +166,-1.266037071,0.727988852,106,-1.53113574,0.7215166021,785.53684868 +167,-1.277579582,0.7249010648,106,-1.53113574,0.7215166021,752.1686241 +168,-1.258418684,0.7241194816,106,-1.53113574,0.7215166021,809.0765414 +169,-1.317813974,0.6804850104,106,-1.53113574,0.7215166021,665.22823677 +170,-1.344165204,0.6790988904,106,-1.53113574,0.7215166021,590.23073459 +171,-1.427582102,0.5277120351,106,-1.53113574,0.7215166021,836.11506605 +172,-1.402238616,0.457167829,106,-1.53113574,0.7215166021,1128.7109828 +173,-1.422454264,0.4996161999,106,-1.53113574,0.7215166021,946.38659847 +174,-1.439089277,0.4894859811,106,-1.53113574,0.7215166021,966.20677579 +175,-1.448126995,0.5182330266,106,-1.53113574,0.7215166021,848.13995592 +176,-1.474626146,0.5881926574,106,-1.53113574,0.7215166021,557.01919293 +177,-1.421139645,0.5584869783,106,-1.53113574,0.7215166021,733.73633192 +178,-1.457037165,0.565943032,106,-1.53113574,0.7215166021,659.19720883 +179,-2.757159358,0.3745319,106,-1.53113574,0.7215166021,4248.7017357 +180,-2.714309238,0.342054471,106,-1.53113574,0.7215166021,4198.4883581 +181,-2.000525337,0.774119946,106,-1.53113574,0.7215166021,1372.6485488 +183,-1.571413436,0.6777838382,106,-1.53113574,0.7215166021,211.88951573 +184,-1.552860289,0.6987663893,106,-1.53113574,0.7215166021,111.25347441 +185,-1.521852374,0.7165827476,106,-1.53113574,0.7215166021,33.873867681 +186,-1.503656267,0.6928968252,106,-1.53113574,0.7215166021,140.34183547 +187,-1.502753178,0.7136205882,106,-1.53113574,0.7215166021,90.288638255 +188,-1.631894563,0.7343596465,106,-1.53113574,0.7215166021,302.20124052 +189,-1.653765416,0.6770714026,106,-1.53113574,0.7215166021,411.13840883 +190,-1.719812114,0.6715965947,106,-1.53113574,0.7215166021,605.89486679 +191,-1.493406659,0.6646955447,106,-1.53113574,0.7215166021,252.70649912 +192,-1.469120564,0.6613469966,106,-1.53113574,0.7215166021,304.25484373 +193,-1.590551461,0.5326612937,106,-1.53113574,0.7215166021,771.76533684 +194,-1.625979264,0.5247742243,106,-1.53113574,0.7215166021,836.4074596 +195,-1.572293943,0.5238808754,106,-1.53113574,0.7215166021,793.86497775 +196,-1.610848725,0.5477107964,106,-1.53113574,0.7215166021,733.5995845 +197,-1.208485554,0.7918526018,106,-1.53113574,0.7215166021,967.62771655 +198,-1.335601374,0.6869083083,106,-1.53113574,0.7215166021,605.50542647 +199,-1.346156996,0.6825213377,106,-1.53113574,0.7215166021,579.94886413 +200,-1.324381037,0.6741422347,106,-1.53113574,0.7215166021,654.35357588 +201,-1.242424992,0.7378949807,106,-1.53113574,0.7215166021,853.50881726 +202,-1.270370057,0.7392461008,106,-1.53113574,0.7215166021,771.61700883 +203,-1.448950472,0.7441675014,106,-1.53113574,0.7215166021,258.0164372 +204,-1.492662363,0.7523026852,106,-1.53113574,0.7215166021,166.13908557 +205,-1.479098966,0.7763855017,106,-1.53113574,0.7215166021,264.57738707 +206,-1.633760714,0.7869022408,106,-1.53113574,0.7215166021,393.31578317 +207,-1.647406434,0.8101289331,106,-1.53113574,0.7215166021,482.77091766 +208,-1.564245052,0.5701509278,106,-1.53113574,0.7215166021,608.59135641 +209,-1.646289963,0.6833746083,106,-1.53113574,0.7215166021,379.37812747 +210,-1.5820631,0.6751952144,106,-1.53113574,0.7215166021,239.83191418 +211,-1.613236298,0.6681681791,106,-1.53113574,0.7215166021,327.1013572 +212,-1.914661867,0.8212566515,106,-1.53113574,0.7215166021,1153.8810908 +213,-1.742133237,0.7250275956,106,-1.53113574,0.7215166021,626.16654327 +214,-2.033144872,0.6557314699,106,-1.53113574,0.7215166021,1549.9464718 +215,-2.039551981,0.6964723658,106,-1.53113574,0.7215166021,1524.5645661 +216,-1.247341019,0.7622473908,106,-1.53113574,0.7215166021,842.80201695 +217,-1.298239787,0.7084123392,106,-1.53113574,0.7215166021,697.83395178 +218,-1.308539688,0.6926545592,106,-1.53113574,0.7215166021,679.3505164 +219,-1.303263185,0.6888938396,106,-1.53113574,0.7215166021,698.64354838 +220,-1.852400229,0.6004246149,106,-1.53113574,0.7215166021,1110.124999 +221,-1.288947707,0.7473773692,106,-1.53113574,0.7215166021,718.48620108 +222,-1.372031502,0.7472790993,106,-1.53113574,0.7215166021,478.50610254 +223,-1.289805721,0.7242157877,106,-1.53113574,0.7215166021,716.16326893 +224,-1.350807603,0.7533498126,106,-1.53113574,0.7215166021,543.14441244 +225,-1.329290365,0.7560442322,106,-1.53113574,0.7215166021,606.14185081 +226,-1.410153004,0.616936428,106,-1.53113574,0.7215166021,558.94601026 +227,-1.393445434,0.6308995063,106,-1.53113574,0.7215166021,556.15254719 +228,-1.37595573,0.6241540638,106,-1.53113574,0.7215166021,615.70729885 +229,-1.358388707,0.6172645205,106,-1.53113574,0.7215166021,676.33026893 +230,-1.753741133,0.8281661666,106,-1.53113574,0.7215166021,757.05465509 +231,-1.47430987,0.6834615681,106,-1.53113574,0.7215166021,228.51750006 +232,-1.421012508,0.7222725206,106,-1.53113574,0.7215166021,327.3321272 +233,-1.4476833,0.6978557868,106,-1.53113574,0.7215166021,267.64372876 +234,-1.470370723,0.6966193374,106,-1.53113574,0.7215166021,207.57244932 +235,-1.429211703,0.7037216883,106,-1.53113574,0.7215166021,313.43504933 +236,-1.700578405,0.6178673663,106,-1.53113574,0.7215166021,666.68678334 +237,-1.678117619,0.6331716163,106,-1.53113574,0.7215166021,572.47784057 +238,-1.725644578,0.6316331145,106,-1.53113574,0.7215166021,697.48126301 +239,-2.14012759,0.7930497945,106,-1.53113574,0.7215166021,1761.5158413 +240,-2.103289431,0.7653606263,106,-1.53113574,0.7215166021,1666.3355996 +241,-1.318739838,0.7017808746,106,-1.53113574,0.7215166021,641.34164788 +242,-1.396417427,0.7077900843,106,-1.53113574,0.7215166021,406.56415457 +243,-1.35650337,0.7185539404,106,-1.53113574,0.7215166021,519.8661493 +244,-1.248884539,0.7274156818,106,-1.53113574,0.7215166021,836.31265828 +245,-1.395014798,0.5761185243,106,-1.53113574,0.7215166021,717.81797251 +246,-1.433377362,0.6064716109,106,-1.53113574,0.7215166021,548.02549546 +247,-1.408172432,0.5903155476,106,-1.53113574,0.7215166021,646.83676988 +248,-1.749645898,0.7757118084,106,-1.53113574,0.7215166021,668.63926622 +249,-1.571626686,0.615046989,106,-1.53113574,0.7215166021,440.06348368 +250,-1.514070049,0.6303003037,106,-1.53113574,0.7215166021,365.128225 +251,-1.480890369,0.6237966528,106,-1.53113574,0.7215166021,417.12943585 +252,-1.704390658,0.5281680612,106,-1.53113574,0.7215166021,945.29842926 +253,-1.64434733,0.5254277498,106,-1.53113574,0.7215166021,857.13568238 +254,-1.703855997,0.4792484842,106,-1.53113574,0.7215166021,1111.5405897 +255,-1.692002383,0.5748825051,106,-1.53113574,0.7215166021,770.65032704 +256,-1.854136457,0.5544643913,106,-1.53113574,0.7215166021,1218.3137358 +257,-1.665021206,0.520317736,106,-1.53113574,0.7215166021,905.25507155 +258,-1.733654349,0.4845187345,106,-1.53113574,0.7215166021,1145.5645666 +259,-1.720938188,0.5135933906,106,-1.53113574,0.7215166021,1024.7941471 +260,-1.742668307,0.553296122,106,-1.53113574,0.7215166021,945.49366646 +261,-1.965659039,0.7142126903,106,-1.53113574,0.7215166021,1292.2470914 +262,-1.944438071,0.6772834804,106,-1.53113574,0.7215166021,1260.9312118 +263,-1.270340967,0.7681487096,106,-1.53113574,0.7215166021,780.40609218 +264,-1.353091884,0.6549276821,106,-1.53113574,0.7215166021,604.66741023 +265,-1.333236659,0.6413584414,106,-1.53113574,0.7215166021,685.85169022 +266,-1.352015998,0.6753788907,106,-1.53113574,0.7215166021,572.84145285 +267,-1.377988483,0.6577816235,106,-1.53113574,0.7215166021,531.3613947 +268,-2.13075611,0.8318642051,106,-1.53113574,0.7215166021,1733.9593465 +269,-2.097910953,0.8259670014,106,-1.53113574,0.7215166021,1645.2318698 +270,-1.416382069,0.6694271549,106,-1.53113574,0.7215166021,405.23183657 +271,-1.538905672,0.7535625993,106,-1.53113574,0.7215166021,128.96123256 +272,-1.572309477,0.7803125099,106,-1.53113574,0.7215166021,261.60619659 +273,-1.87759879,0.7503853417,106,-1.53113574,0.7215166021,1021.162409 +274,1.152365588,0.590457682,106,-1.53113574,0.7215166021,6985.7318222 +275,0.350198001,0.718001859,106,-1.53113574,0.7215166021,5172.8622403 +276,0.046513677,0.491503852,106,-1.53113574,0.7215166021,4985.1061152 +277,0.027510309,0.742571376,106,-1.53113574,0.7215166021,4358.1633063 +278,0.306285725,-0.214631579,106,-1.53113574,0.7215166021,7570.669937 +279,-1.100564889,0.318051531,106,-1.53113574,0.7215166021,2162.6539312 +280,-1.078582306,0.301437596,106,-1.53113574,0.7215166021,2265.2258444 +281,-1.137371989,-0.617634065,106,-1.53113574,0.7215166021,5494.0131199 +282,0.784356344,0.703272339,106,-1.53113574,0.7215166021,6067.1998311 +283,-1.221209947,0.218327455,106,-1.53113574,0.7215166021,2263.4439013 +284,2.347301921,-0.449114658,106,-1.53113574,0.7215166021,9814.669186 +285,0.246820618,0.830553713,106,-1.53113574,0.7215166021,4662.88793 +286,0.829414965,0.703288228,106,-1.53113574,0.7215166021,6140.7465065 +287,-1.337537566,0.42332223,106,-1.53113574,0.7215166021,1342.866253 +288,0.882453706,0.454478077,106,-1.53113574,0.7215166021,7074.6418306 +289,1.575629659,0.416419109,106,-1.53113574,0.7215166021,7934.6684663 +290,-1.039455679,0.229888244,106,-1.53113574,0.7215166021,2581.9602545 +291,0.489558039,0.934482747,106,-1.53113574,0.7215166021,4859.4319172 +292,0.081344504,0.88384514,106,-1.53113574,0.7215166021,4189.60913 +293,-1.547979814,0.300350308,106,-1.53113574,0.7215166021,1669.2251466 +294,0.040776181,0.168560074,106,-1.53113574,0.7215166021,5785.387396 +295,-1.130374745,0.563894876,106,-1.53113574,0.7215166021,1409.8340347 +296,1.578326642,0.478507176,106,-1.53113574,0.7215166021,7689.0925355 +297,-1.12861823,-0.291640865,106,-1.53113574,0.7215166021,4276.1566456 +298,0.310524208,0.770885792,106,-1.53113574,0.7215166021,4947.8443237 +299,0.415649091,-0.387246002,106,-1.53113574,0.7215166021,8317.5017478 +300,-0.926533878,-0.188022748,106,-1.53113574,0.7215166021,4223.6495936 +301,1.258856172,-0.11716081,106,-1.53113574,0.7215166021,9748.3421503 +302,-1.126050026,0.322941926,106,-1.53113574,0.7215166021,2090.0226861 +303,2.002785835,0.07893892,106,-1.53113574,0.7215166021,8970.317916 +304,0.440437607,0.746258085,106,-1.53113574,0.7215166021,5288.9858631 +305,-0.030391866,0.214441206,106,-1.53113574,0.7215166021,5457.0256084 +306,0.521557815,-0.058929362,106,-1.53113574,0.7215166021,7792.7801014 +307,-0.097005111,0.13317729,106,-1.53113574,0.7215166021,5468.3964804 +308,1.83113859,0.221857587,106,-1.53113574,0.7215166021,8620.9103501 +309,0.222428864,0.099404236,106,-1.53113574,0.7215166021,6500.3588899 +310,-1.702731345,0.8728568183,106,-1.53113574,0.7215166021,763.4293691 +311,-0.418507569,0.278324921,106,-1.53113574,0.7215166021,4144.372952 +312,-1.41153306,0.339029988,106,-1.53113574,0.7215166021,1567.8392069 +313,0.357560442,0.114788776,106,-1.53113574,0.7215166021,6848.3181739 +314,0.325818979,0.268352149,106,-1.53113574,0.7215166021,6337.6433583 +315,-1.246004659,-0.663679965,106,-1.53113574,0.7215166021,5582.7927505 +316,1.814603087,0.637404484,106,-1.53113574,0.7215166021,7010.4659224 +317,1.843704281,-0.18300445,106,-1.53113574,0.7215166021,10161.098675 +318,1.690644492,-0.211480909,106,-1.53113574,0.7215166021,10404.541138 +319,-1.275451936,0.068109467,106,-1.53113574,0.7215166021,2742.9097971 +320,0.762430171,-0.207594741,106,-1.53113574,0.7215166021,8881.4587445 +321,0.265668905,-0.014647884,106,-1.53113574,0.7215166021,6930.3735332 +322,-2.773032013,-0.335515811,106,-1.53113574,0.7215166021,6176.3414752 +323,-1.469512853,0.174058777,106,-1.53113574,0.7215166021,2179.1376546 +324,0.286276986,0.785925691,106,-1.53113574,0.7215166021,4857.1729913 +325,-1.379324697,0.377432233,106,-1.53113574,0.7215166021,1454.2457356 +326,-1.203778265,0.212813032,106,-1.53113574,0.7215166021,2312.2107151 +327,0.579916301,0.611743168,106,-1.53113574,0.7215166021,5971.461723 +328,0.267582642,0.868113908,106,-1.53113574,0.7215166021,4616.0068604 +329,0.412869244,-0.050245578,106,-1.53113574,0.7215166021,7456.147943 +330,0.17524381,0.976660285,106,-1.53113574,0.7215166021,4191.1683596 +331,0.743157214,0.204812899,106,-1.53113574,0.7215166021,7601.0981646 +332,-1.070758176,0.269382282,106,-1.53113574,0.7215166021,2384.7947651 +333,-1.230364251,0.329790229,106,-1.53113574,0.7215166021,1854.7097974 +334,-1.374813124,-0.024926835,106,-1.53113574,0.7215166021,3009.6676454 +335,0.519780566,0.463669906,106,-1.53113574,0.7215166021,6280.401761 +336,-1.55108034,0.239698561,106,-1.53113574,0.7215166021,1909.7208079 +337,0.180294813,0.029739425,106,-1.53113574,0.7215166021,6561.2180137 +338,0.67820924,0.268170153,106,-1.53113574,0.7215166021,7249.365647 +339,0.445798684,1.024001867,106,-1.53113574,0.7215166021,4548.6244941 +340,0.691751283,0.150521402,106,-1.53113574,0.7215166021,7644.2938393 +341,-1.036643551,-0.903056181,106,-1.53113574,0.7215166021,6656.2939836 +342,-0.120287036,1.083325163,106,-1.53113574,0.7215166021,3473.099275 +343,2.823513113,-0.304487164,106,-1.53113574,0.7215166021,8065.6166059 +344,0.457583172,1.12513373,106,-1.53113574,0.7215166021,4307.7925584 +345,0.042918831,0.813795399,106,-1.53113574,0.7215166021,4245.8069075 +346,1.196146777,-0.853142756,106,-1.53113574,0.7215166021,11180.627252 +347,0.206001358,-0.010430701,106,-1.53113574,0.7215166021,6743.0987011 +348,-0.268308653,0.234799412,106,-1.53113574,0.7215166021,4699.2782158 +349,0.759363263,0.736189579,106,-1.53113574,0.7215166021,5917.4849116 +350,0.181363926,0.891988372,106,-1.53113574,0.7215166021,4384.0414093 +351,-0.021111158,0.139103292,106,-1.53113574,0.7215166021,5678.5779525 +352,-0.093355215,0.630686981,106,-1.53113574,0.7215166021,4284.1592667 +353,0.40118964,0.681375926,106,-1.53113574,0.7215166021,5384.7897955 +354,-0.721197315,1.304706234,106,-1.53113574,0.7215166021,2719.5580774 +355,-1.076150317,0.212107639,106,-1.53113574,0.7215166021,2559.6930453 +356,-1.577164531,0.273993443,106,-1.53113574,0.7215166021,1779.6337161 +357,-0.190788414,0.182208586,106,-1.53113574,0.7215166021,5063.3430179 +358,-0.261349752,0.209710184,106,-1.53113574,0.7215166021,4783.4420086 +359,-1.029303852,0.083549259,106,-1.53113574,0.7215166021,3088.7617912 +360,-1.268609162,0.330525297,106,-1.53113574,0.7215166021,1784.7026759 +361,1.282982244,-0.926641967,106,-1.53113574,0.7215166021,11252.047116 +362,0.217352334,0.731352408,106,-1.53113574,0.7215166021,4837.7752873 +363,-1.511833084,0.258629297,106,-1.53113574,0.7215166021,1834.6956931 +364,0.338812194,0.823184618,106,-1.53113574,0.7215166021,4873.3091105 +365,-0.324406489,1.134201999,106,-1.53113574,0.7215166021,3085.6369979 +366,1.389579348,0.399185724,106,-1.53113574,0.7215166021,7931.1398436 +367,2.047152199,-0.039082036,106,-1.53113574,0.7215166021,9324.6426105 +368,0.947780369,0.568250077,106,-1.53113574,0.7215166021,6791.9346005 +369,0.763824846,0.576754987,106,-1.53113574,0.7215166021,6446.8857993 +370,-0.142334657,0.928153068,106,-1.53113574,0.7215166021,3622.2700039 +371,0.610266567,0.547265983,106,-1.53113574,0.7215166021,6232.2446393 +372,0.210731629,0.746815056,106,-1.53113574,0.7215166021,4784.8489085 +373,-1.34931644,0.316895224,106,-1.53113574,0.7215166021,1717.1820406 +374,2.407696481,0.655030745,106,-1.53113574,0.7215166021,6275.8875865 +375,0.64207831,0.545359131,106,-1.53113574,0.7215166021,6305.4674381 +376,1.174597538,0.840588356,106,-1.53113574,0.7215166021,6070.8537046 +377,0.660059424,0.010604079,106,-1.53113574,0.7215166021,7980.1870813 +378,-0.730263819,0.010486456,106,-1.53113574,0.7215166021,4011.5553806 +379,0.831068936,0.512339172,106,-1.53113574,0.7215166021,6785.1100438 +380,1.301180979,0.72367476,106,-1.53113574,0.7215166021,6613.0357555 +381,1.811128231,0.322854402,106,-1.53113574,0.7215166021,8241.9463382 +382,0.435105812,0.992284428,106,-1.53113574,0.7215166021,4613.9201694 +383,0.62643634,0.592027932,106,-1.53113574,0.7215166021,6128.2544644 +384,0.492988703,-0.516339467,106,-1.53113574,0.7215166021,8830.8649706 +385,-0.162469483,0.112549365,106,-1.53113574,0.7215166021,5327.2302211 +386,0.314630866,0.472006421,106,-1.53113574,0.7215166021,5750.4181544 +387,0.166744804,0.822815954,106,-1.53113574,0.7215166021,4507.3023535 +388,0.417159608,0.965805736,106,-1.53113574,0.7215166021,4652.7005049 +389,0.106334961,0.868774244,106,-1.53113574,0.7215166021,4274.7163164 +390,0.815086969,-0.338144359,106,-1.53113574,0.7215166021,9376.9936233 +391,0.59867455,-0.230624824,106,-1.53113574,0.7215166021,8474.9986442 +392,1.915104874,0.066220985,106,-1.53113574,0.7215166021,9135.2173689 +393,1.278093622,0.064463721,106,-1.53113574,0.7215166021,9107.1974814 +394,-0.061477853,0.302997961,106,-1.53113574,0.7215166021,5141.3109123 +395,0.251311504,0.626976942,106,-1.53113574,0.7215166021,5180.902287 +396,2.950242872,0.149095644,106,-1.53113574,0.7215166021,6506.8914427 +397,-0.180294708,0.35375117,106,-1.53113574,0.7215166021,4667.2731895 +398,1.010448592,-0.351180233,106,-1.53113574,0.7215166021,9955.4173492 +399,-1.748740498,0.3686318073,106,-1.53113574,0.7215166021,1576.2211174 +400,2.699635665,0.123533791,106,-1.53113574,0.7215166021,7279.1166883 +401,0.496808033,0.823843254,106,-1.53113574,0.7215166021,5182.0871337 +402,0.129574704,0.763364087,106,-1.53113574,0.7215166021,4557.4927913 +403,1.798920311,0.817447563,106,-1.53113574,0.7215166021,6311.9748725 +404,0.335987953,0.746786541,106,-1.53113574,0.7215166021,5065.6480836 +405,-1.085413643,0.292154671,106,-1.53113574,0.7215166021,2279.077471 +406,-0.155321003,0.508207011,106,-1.53113574,0.7215166021,4379.7099515 +407,0.620529244,-0.301175104,106,-1.53113574,0.7215166021,8718.6011713 +408,1.684402744,0.368716966,106,-1.53113574,0.7215166021,8116.8890092 +409,0.300582244,-0.386397212,106,-1.53113574,0.7215166021,7975.2233722 +410,2.913555946,-0.009225192,106,-1.53113574,0.7215166021,7038.4376888 +411,1.465101417,0.493232532,106,-1.53113574,0.7215166021,7602.7955141 +412,0.090612882,0.907955955,106,-1.53113574,0.7215166021,4161.081827 +413,2.987564726,-0.729568594,106,-1.53113574,0.7215166021,8519.1971585 +414,-1.484261606,0.224149272,106,-1.53113574,0.7215166021,1976.7368726 +415,0.164073421,0.303955133,106,-1.53113574,0.7215166021,5790.1351963 +416,0.141441293,0.167552546,106,-1.53113574,0.7215166021,6083.5061745 +417,2.931321023,-0.506718887,106,-1.53113574,0.7215166021,8218.2469143 +418,2.21951565,0.700596356,106,-1.53113574,0.7215166021,6399.9552979 +419,0.268112576,1.199114336,106,-1.53113574,0.7215166021,3897.7562574 +420,0.978913739,0.359223811,106,-1.53113574,0.7215166021,7575.4501664 +421,1.210898818,0.522863584,106,-1.53113574,0.7215166021,7302.4201674 +422,2.347397336,0.129231362,106,-1.53113574,0.7215166021,8143.118655 +423,0.614394501,0.556878345,106,-1.53113574,0.7215166021,6211.4924876 +424,-1.398079356,0.148483366,106,-1.53113574,0.7215166021,2317.2934259 +425,2.535303836,-0.112984496,106,-1.53113574,0.7215166021,8404.4412485 +426,-1.019372593,-0.405322349,106,-1.53113574,0.7215166021,4843.0717009 +427,-1.297785627,-0.160104069,106,-1.53113574,0.7215166021,3594.130295 +428,2.144554488,0.205051084,106,-1.53113574,0.7215166021,8287.7015104 +429,-2.242387083,-0.426171285,106,-1.53113574,0.7215166021,5242.1401269 +430,0.338637212,0.909723676,106,-1.53113574,0.7215166021,4653.9311621 +431,-0.148798452,0.691042401,106,-1.53113574,0.7215166021,4012.2545099 +432,0.893524764,0.441829531,106,-1.53113574,0.7215166021,7137.884352 +433,0.969229347,-0.368847936,106,-1.53113574,0.7215166021,9890.6295941 +434,0.436043248,0.800045688,106,-1.53113574,0.7215166021,5131.1774441 +435,1.687946607,1.081504775,106,-1.53113574,0.7215166021,5297.7701623 +436,0.522302046,-0.034889271,106,-1.53113574,0.7215166021,7728.6907619 +437,-0.178996113,-0.438090009,106,-1.53113574,0.7215166021,6749.1763852 +438,-1.094339566,0.301444068,106,-1.53113574,0.7215166021,2229.3871647 +439,-1.064070054,0.242569932,106,-1.53113574,0.7215166021,2486.0598742 +440,-1.068153768,0.230387998,106,-1.53113574,0.7215166021,2516.7259683 +441,-3.00496892,-0.23989155,106,-1.53113574,0.7215166021,6564.3187564 +442,0.21751974,0.766874888,106,-1.53113574,0.7215166021,4751.838635 +443,0.117229532,0.007619006,106,-1.53113574,0.7215166021,6432.5370686 +444,0.777758451,0.420554741,106,-1.53113574,0.7215166021,6985.2139679 +445,-0.252356999,0.250747086,106,-1.53113574,0.7215166021,4706.673612 +446,0.363148444,0.768483434,106,-1.53113574,0.7215166021,5066.816783 +447,0.903191366,-0.118210676,106,-1.53113574,0.7215166021,8996.7821184 +448,-0.205755923,0.149406178,106,-1.53113574,0.7215166021,5103.1650116 +449,1.811996086,0.02364353,106,-1.53113574,0.7215166021,9404.5697331 +450,-1.100670221,0.314845373,106,-1.53113574,0.7215166021,2172.5537948 +451,0.340078597,0.850105132,106,-1.53113574,0.7215166021,4806.9863942 +452,0.258757267,0.804969236,106,-1.53113574,0.7215166021,4750.4603606 +453,2.78505352,-0.155160804,106,-1.53113574,0.7215166021,7801.7006229 +454,0.800551619,0.105822106,106,-1.53113574,0.7215166021,8048.9293805 +455,0.437940882,-0.506194031,106,-1.53113574,0.7215166021,8648.1005312 +456,2.230431122,0.63458615,106,-1.53113574,0.7215166021,6620.7628335 +457,0.527965361,0.127667701,106,-1.53113574,0.7215166021,7285.3456047 +458,-0.063643205,0.702093448,106,-1.53113574,0.7215166021,4213.0942678 +459,1.408447268,0.133010502,106,-1.53113574,0.7215166021,8980.2752216 +460,0.523795955,0.280266966,106,-1.53113574,0.7215166021,6830.799003 +461,-0.975769313,0.072177659,106,-1.53113574,0.7215166021,3238.7144539 +462,0.549774164,-0.463663986,106,-1.53113574,0.7215166021,8887.4996409 +463,0.29245874,1.095549818,106,-1.53113574,0.7215166021,4141.5365786 +464,0.143625958,0.816809593,106,-1.53113574,0.7215166021,4469.3523341 +465,0.671902494,0.611159853,106,-1.53113574,0.7215166021,6159.9540078 +466,1.239840988,0.6724199,106,-1.53113574,0.7215166021,6762.5332753 +467,0.607829703,-0.10932137,106,-1.53113574,0.7215166021,8176.4219526 +468,1.763020906,0.263996692,106,-1.53113574,0.7215166021,8500.3575358 +469,0.378714634,0.726066797,106,-1.53113574,0.7215166021,5213.6511629 +470,2.196736143,-0.153862366,106,-1.53113574,0.7215166021,9401.5926297 +471,0.01702415,0.148991565,106,-1.53113574,0.7215166021,5765.9787925 +472,-2.998490902,-0.158002487,106,-1.53113574,0.7215166021,6330.3533262 +473,-3.051262951,-0.346595608,106,-1.53113574,0.7215166021,6973.5245164 +474,-1.069176439,0.182802941,106,-1.53113574,0.7215166021,2671.9314017 +475,0.167157509,0.595344954,106,-1.53113574,0.7215166021,5050.7933243 +476,0.613855648,0.681746124,106,-1.53113574,0.7215166021,5826.8403694 +477,1.037012736,0.682555367,106,-1.53113574,0.7215166021,6510.3786537 +478,-1.253574971,0.379755746,106,-1.53113574,0.7215166021,1640.2635067 +479,3.108590453,-0.132620738,106,-1.53113574,0.7215166021,6783.779263 +480,0.565301296,0.022333262,106,-1.53113574,0.7215166021,7688.6393894 +481,0.547898238,0.855555614,106,-1.53113574,0.7215166021,5184.0169036 +482,0.948309381,0.417393755,106,-1.53113574,0.7215166021,7319.409131 +483,-0.050600732,0.945269213,106,-1.53113574,0.7215166021,3794.99617 +484,-0.977651478,-0.572363064,106,-1.53113574,0.7215166021,5508.4187216 +485,1.102014914,0.728861163,106,-1.53113574,0.7215166021,6417.215822 +486,2.927300795,-0.282939414,106,-1.53113574,0.7215166021,7704.1416998 +487,-1.154565557,0.124434095,106,-1.53113574,0.7215166021,2711.0348592 +488,1.855331234,0.291044755,106,-1.53113574,0.7215166021,8333.6627506 +489,0.830290659,0.276904518,106,-1.53113574,0.7215166021,7565.6366374 +490,0.485104466,-0.234867441,106,-1.53113574,0.7215166021,8152.4810588 +491,0.521367572,-0.33161327,106,-1.53113574,0.7215166021,8499.9833577 +1,-1.539031704,0.7349710123,107,-1.528874248,0.7215345535,61.108014964 +2,-1.536990553,0.7349663874,107,-1.528874248,0.7215345535,58.363393783 +3,-1.534951779,0.7349571355,107,-1.528874248,0.7215345535,56.120427319 +4,-1.532906461,0.7349480293,107,-1.528874248,0.7215345535,54.451507579 +5,-1.531320211,0.7346937278,107,-1.528874248,0.7215345535,52.622751672 +6,-1.539451648,0.7335131775,107,-1.528874248,0.7215345535,56.835305977 +7,-1.537429487,0.7335445708,107,-1.528874248,0.7215345535,53.884182238 +8,-1.535484998,0.7335658704,107,-1.528874248,0.7215345535,51.51203962 +9,-1.533488396,0.7336036027,107,-1.528874248,0.7215345535,49.715692562 +10,-1.531497785,0.7335842962,107,-1.528874248,0.7215345535,48.355817239 +11,-1.530259379,0.7334777758,107,-1.528874248,0.7215345535,47.484218209 +12,-1.5335454,0.7322346912,107,-1.528874248,0.7215345535,44.581263367 +13,-1.531489083,0.7322238773,107,-1.528874248,0.7215345535,43.041947987 +14,-1.530011122,0.7321679851,107,-1.528874248,0.7215345535,42.253229905 +15,-1.53348106,0.7306614094,107,-1.528874248,0.7215345535,38.640794799 +16,-1.531441779,0.7306962275,107,-1.528874248,0.7215345535,37.077621357 +17,-1.529755654,0.7306933243,107,-1.528874248,0.7215345535,36.371699574 +18,-1.533415048,0.7291384674,107,-1.528874248,0.7215345535,32.989249702 +19,-1.531392093,0.7291705353,107,-1.528874248,0.7215345535,31.153127517 +20,-1.529296523,0.7291214933,107,-1.528874248,0.7215345535,30.077920083 +21,-1.535280942,0.727267644,107,-1.528874248,0.7215345535,29.611862553 +22,-1.533378158,0.7276139666,107,-1.528874248,0.7215345535,27.537503957 +23,-1.531340368,0.7276446587,107,-1.528874248,0.7215345535,25.28320154 +24,-1.528960113,0.7276398177,107,-1.528874248,0.7215345535,24.184292274 +25,-1.533313146,0.7260818349,107,-1.528874248,0.7215345535,22.315620214 +26,-1.531259555,0.7260958115,107,-1.528874248,0.7215345535,19.404615738 +27,-1.528926415,0.7260865555,107,-1.528874248,0.7215345535,18.031144458 +28,-1.531226779,0.7245511789,107,-1.528874248,0.7215345535,13.84165571 +29,-1.528904772,0.7245519194,107,-1.528874248,0.7215345535,11.952130038 +30,-1.547195875,0.7409785979,107,-1.528874248,0.7215345535,94.07090682 +31,-1.5451475,0.740980426,107,-1.528874248,0.7215345535,90.744387875 +32,-1.543097679,0.7409798872,107,-1.528874248,0.7215345535,87.697715323 +33,-1.540720364,0.7409892687,107,-1.528874248,0.7215345535,84.604634397 +34,-1.547188511,0.7395198392,107,-1.528874248,0.7215345535,89.410279783 +35,-1.545148587,0.7395226109,107,-1.528874248,0.7215345535,85.916783196 +36,-1.543104538,0.7395314908,107,-1.528874248,0.7215345535,82.728699995 +37,-1.540727751,0.7395306258,107,-1.528874248,0.7215345535,79.397775043 +38,-1.547187029,0.7380014886,107,-1.528874248,0.7215345535,84.717247722 +39,-1.545147315,0.7380012252,107,-1.528874248,0.7215345535,81.006674356 +40,-1.54310719,0.7380060743,107,-1.528874248,0.7215345535,77.602803068 +41,-1.540719671,0.7380068206,107,-1.528874248,0.7215345535,74.026780404 +42,-1.547187189,0.7364799098,107,-1.528874248,0.7215345535,80.194638389 +43,-1.545149996,0.7364853874,107,-1.528874248,0.7215345535,76.281111112 +44,-1.543106091,0.7364823484,107,-1.528874248,0.7215345535,72.616978047 +45,-1.540717158,0.7364893901,107,-1.528874248,0.7215345535,68.796164301 +46,-1.538663972,0.7410138672,107,-1.528874248,0.7215345535,82.378718902 +47,-1.53695285,0.7409699132,107,-1.528874248,0.7215345535,80.583524796 +48,-1.534910498,0.7409641297,107,-1.528874248,0.7215345535,78.991270617 +49,-1.533145034,0.7409536636,107,-1.528874248,0.7215345535,77.942815386 +50,-1.538681336,0.7395405883,107,-1.528874248,0.7215345535,76.966574992 +51,-1.536999189,0.7395183096,107,-1.528874248,0.7215345535,75.158285153 +52,-1.534923633,0.7395144222,107,-1.528874248,0.7215345535,73.420251575 +53,-1.533267822,0.7395654306,107,-1.528874248,0.7215345535,72.586869829 +54,-1.53867273,0.7380151077,107,-1.528874248,0.7215345535,71.401229888 +55,-1.536980576,0.7379994392,107,-1.528874248,0.7215345535,69.46943277 +56,-1.534931522,0.7379944961,107,-1.528874248,0.7215345535,67.605628201 +57,-1.533387952,0.7379480264,107,-1.528874248,0.7215345535,66.365318697 +58,-1.538682279,0.7364914363,107,-1.528874248,0.7215345535,65.949891296 +59,-1.536980704,0.7364810563,107,-1.528874248,0.7215345535,63.863147816 +60,-1.534935567,0.7364752065,107,-1.528874248,0.7215345535,61.829556306 +61,-1.533042592,0.7363876366,107,-1.528874248,0.7215345535,60.108032259 +62,-1.545143426,0.7349628011,107,-1.528874248,0.7215345535,71.708949403 +63,-1.543105297,0.7349691947,107,-1.528874248,0.7215345535,67.83524735 +64,-1.541064533,0.7349647152,107,-1.528874248,0.7215345535,64.253727926 +65,-1.545411803,0.7334624714,107,-1.528874248,0.7215345535,68.010794672 +66,-1.543446606,0.7334780896,107,-1.528874248,0.7215345535,64.002364942 +67,-1.541475327,0.7334957295,107,-1.528874248,0.7215345535,60.28400105 +68,-1.545401939,0.731963266,107,-1.528874248,0.7215345535,64.030923765 +69,-1.54342253,0.7319915583,107,-1.528874248,0.7215345535,59.751063881 +70,-1.541455867,0.7320216438,107,-1.528874248,0.7215345535,55.790023619 +71,-1.545410146,0.7304422281,107,-1.528874248,0.7215345535,60.366765912 +72,-1.543435491,0.7304713664,107,-1.528874248,0.7215345535,55.798372849 +73,-1.541463105,0.7304997613,107,-1.528874248,0.7215345535,51.493100473 +74,-1.545414768,0.7289194936,107,-1.528874248,0.7215345535,57.092054849 +75,-1.543435774,0.7289538557,107,-1.528874248,0.7215345535,52.217112299 +76,-1.541457714,0.7289765881,107,-1.528874248,0.7215345535,47.54091917 +77,-1.539449415,0.7320555866,107,-1.528874248,0.7215345535,52.120777322 +78,-1.537429183,0.7321097681,107,-1.528874248,0.7215345535,48.947515328 +79,-1.535472649,0.7321497267,107,-1.528874248,0.7215345535,46.361332147 +80,-1.539457899,0.7305333307,107,-1.528874248,0.7215345535,47.468769727 +81,-1.537453161,0.7305750503,107,-1.528874248,0.7215345535,43.909197929 +82,-1.535479385,0.7306124949,107,-1.528874248,0.7215345535,40.93544921 +83,-1.53946905,0.7290102593,107,-1.528874248,0.7215345535,43.162670043 +84,-1.537459922,0.7290417293,107,-1.528874248,0.7215345535,39.138627818 +85,-1.535451349,0.7290890157,107,-1.528874248,0.7215345535,35.713107415 +86,-1.535522937,0.7279887191,107,-1.528874248,0.7215345535,32.284539407 +87,-1.539442524,0.7274735939,107,-1.528874248,0.7215345535,39.191872497 +88,-1.537424111,0.727521351,107,-1.528874248,0.7215345535,34.719231051 +89,-1.539384641,0.7259505092,107,-1.528874248,0.7215345535,35.765001933 +90,-1.537372391,0.7259947145,107,-1.528874248,0.7215345535,30.794509605 +91,-1.535340789,0.7260435356,107,-1.528874248,0.7215345535,26.217082224 +92,-1.539325716,0.7244369706,107,-1.528874248,0.7215345535,33.102216503 +93,-1.537308932,0.7244801057,107,-1.528874248,0.7215345535,27.634964074 +94,-1.535289068,0.7245247645,107,-1.528874248,0.7215345535,22.433405295 +95,-1.533261366,0.7245550236,107,-1.528874248,0.7215345535,17.689135813 +96,-1.539267302,0.722921924,107,-1.528874248,0.7215345535,31.373896699 +97,-1.537248972,0.7229660258,107,-1.528874248,0.7215345535,25.527459956 +98,-1.535219431,0.7229916471,107,-1.528874248,0.7215345535,19.721205518 +99,-1.53318962,0.7230212049,107,-1.528874248,0.7215345535,14.112320986 +100,-1.531154816,0.7230299897,107,-1.528874248,0.7215345535,9.0013379069 +101,-1.528878341,0.7230370244,107,-1.528874248,0.7215345535,5.9512995653 +102,-1.539218189,0.7214009878,107,-1.528874248,0.7215345535,30.768050275 +103,-1.537198791,0.7214422745,107,-1.528874248,0.7215345535,24.759954309 +104,-1.535179266,0.7214634354,107,-1.528874248,0.7215345535,18.753123614 +105,-1.533156501,0.7214944644,107,-1.528874248,0.7215345535,12.736164807 +106,-1.53113574,0.7215166021,107,-1.528874248,0.7215345535,6.7258602701 +107,-1.528874248,0.7215345535,107,-1.528874248,0.7215345535,3.3344996866 +108,-1.539217656,0.7198512397,107,-1.528874248,0.7215345535,31.496691182 +109,-1.537199919,0.7199428763,107,-1.528874248,0.7215345535,25.566470381 +110,-1.545425832,0.727397149,107,-1.528874248,0.7215345535,54.309904461 +111,-1.543371177,0.7273916949,107,-1.528874248,0.7215345535,48.860027444 +112,-1.541368852,0.7274523163,107,-1.528874248,0.7215345535,43.851111746 +113,-1.545349067,0.7258710923,107,-1.528874248,0.7215345535,51.829492407 +114,-1.54332671,0.7258603556,107,-1.528874248,0.7215345535,46.193284937 +115,-1.541346831,0.7259242142,107,-1.528874248,0.7215345535,40.900090706 +116,-1.545324355,0.7243383958,107,-1.528874248,0.7215345535,50.106460015 +117,-1.543292796,0.7243617413,107,-1.528874248,0.7215345535,44.265551662 +118,-1.541295822,0.7244024384,107,-1.528874248,0.7215345535,38.602873747 +119,-1.543193859,0.7205570215,107,-1.528874248,0.7215345535,42.778696878 +120,-1.550257047,0.7386738187,107,-1.528874248,0.7215345535,92.688352132 +121,-1.549335448,0.7311736483,107,-1.528874248,0.7215345535,71.615800912 +122,-1.533478843,0.7179891343,107,-1.528874248,0.7215345535,19.629438739 +123,-1.556150555,0.738907041,107,-1.528874248,0.7215345535,105.89461688 +124,-1.554324226,0.733414257,107,-1.528874248,0.7215345535,88.781951481 +125,-1.554290846,0.7288285332,107,-1.528874248,0.7215345535,80.691324881 +126,-1.55122487,0.7219795312,107,-1.528874248,0.7215345535,66.478065508 +127,-1.525104458,0.7229399862,107,-1.528874248,0.7215345535,12.510808263 +128,-1.519607711,0.7236181429,107,-1.528874248,0.7215345535,28.74270859 +129,-1.513899999,0.7251107854,107,-1.528874248,0.7215345535,46.663433433 +130,-1.536620762,0.7431061895,107,-1.528874248,0.7215345535,88.438972065 +131,-1.5369566,0.7460845958,107,-1.528874248,0.7215345535,100.10635016 +132,-1.545345528,0.7447040685,107,-1.528874248,0.7215345535,103.79112703 +133,-1.532813921,0.7432306626,107,-1.528874248,0.7215345535,86.718025073 +134,-1.554788248,0.7382381001,107,-1.528874248,0.7215345535,101.13659542 +135,-1.540348126,0.7301594274,107,-1.528874248,0.7215345535,48.192996751 +136,-1.538016084,0.7239051786,107,-1.528874248,0.7215345535,28.735887474 +137,-1.525288962,0.7258085137,107,-1.528874248,0.7215345535,19.996291667 +138,-1.534326986,0.731241342,107,-1.528874248,0.7215345535,41.701241848 +139,-1.530733872,0.7303625216,107,-1.528874248,0.7215345535,35.398839441 +141,-1.534354939,0.7328219978,107,-1.528874248,0.7215345535,47.559986691 +142,-1.53157084,0.7292888153,107,-1.528874248,0.7215345535,31.737340503 +143,-1.525691035,0.7263799874,107,-1.528874248,0.7215345535,21.391460993 +144,-1.534031287,0.7495967835,107,-1.528874248,0.7215345535,112.18136951 +145,-1.527714986,0.7283095957,107,-1.528874248,0.7215345535,27.055168443 +146,-1.526189586,0.7271468292,107,-1.528874248,0.7215345535,23.613766168 +147,-1.555177336,0.7375563366,107,-1.528874248,0.7215345535,100.29604561 +148,-1.555080283,0.7312707794,107,-1.528874248,0.7215345535,86.65215229 +149,-1.53856994,0.7224180299,107,-1.528874248,0.7215345535,29.034330901 +150,-1.530837883,0.729933372,107,-1.528874248,0.7215345535,33.772618579 +151,-1.515066984,0.5854133365,107,-1.528874248,0.7215345535,540.91442809 +152,-1.534731633,0.5368370046,107,-1.528874248,0.7215345535,731.82566386 +153,-1.515231902,0.5607085576,107,-1.528874248,0.7215345535,638.49364851 +154,-2.616253799,1.0684566605,107,-1.528874248,0.7215345535,2880.9269712 +155,-1.956071439,0.5792177723,107,-1.528874248,0.7215345535,1453.5299039 +156,-1.951208514,0.5602434208,107,-1.528874248,0.7215345535,1478.5540683 +157,-1.944675062,0.6062144545,107,-1.528874248,0.7215345535,1369.9480887 +158,-1.613778386,0.6077989518,107,-1.528874248,0.7215345535,522.30126806 +159,-2.035029014,0.6021432345,107,-1.528874248,0.7215345535,1642.0100046 +160,-2.114989471,0.6801825058,107,-1.528874248,0.7215345535,1770.8098032 +161,-2.037382079,0.5765830025,107,-1.528874248,0.7215345535,1694.5738921 +162,-2.129855121,0.6585019963,107,-1.528874248,0.7215345535,1840.5744755 +163,-2.075141798,0.6493615843,107,-1.528874248,0.7215345535,1689.8212332 +164,-1.828626729,0.6948433129,107,-1.528874248,0.7215345535,906.48348645 +165,-1.863329418,0.6735427691,107,-1.528874248,0.7215345535,1030.7557143 +166,-1.266037071,0.727988852,107,-1.528874248,0.7215345535,778.8514294 +167,-1.277579582,0.7249010648,107,-1.528874248,0.7215345535,745.47055925 +168,-1.258418684,0.7241194816,107,-1.528874248,0.7215345535,802.37926269 +169,-1.317813974,0.6804850104,107,-1.528874248,0.7215345535,658.6220968 +170,-1.344165204,0.6790988904,107,-1.528874248,0.7215345535,583.69751191 +171,-1.427582102,0.5277120351,107,-1.528874248,0.7215345535,833.33941164 +172,-1.402238616,0.457167829,107,-1.528874248,0.7215345535,1126.0374136 +173,-1.422454264,0.4996161999,107,-1.528874248,0.7215345535,943.77051885 +174,-1.439089277,0.4894859811,107,-1.528874248,0.7215345535,964.04004943 +175,-1.448126995,0.5182330266,107,-1.528874248,0.7215345535,845.95538874 +176,-1.474626146,0.5881926574,107,-1.528874248,0.7215345535,554.87253041 +177,-1.421139645,0.5584869783,107,-1.528874248,0.7215345535,730.42574462 +178,-1.457037165,0.565943032,107,-1.528874248,0.7215345535,656.7602859 +179,-2.757159358,0.3745319,107,-1.528874248,0.7215345535,4255.4018587 +180,-2.714309238,0.342054471,107,-1.528874248,0.7215345535,4205.2111167 +181,-2.000525337,0.774119946,107,-1.528874248,0.7215345535,1379.0314286 +183,-1.571413436,0.6777838382,107,-1.528874248,0.7215345535,215.96404062 +184,-1.552860289,0.6987663893,107,-1.528874248,0.7215345535,115.42293414 +185,-1.521852374,0.7165827476,107,-1.528874248,0.7215345535,28.682371158 +186,-1.503656267,0.6928968252,107,-1.528874248,0.7215345535,136.49780236 +187,-1.502753178,0.7136205882,107,-1.528874248,0.7215345535,84.016419914 +188,-1.631894563,0.7343596465,107,-1.528874248,0.7215345535,308.77722882 +189,-1.653765416,0.6770714026,107,-1.528874248,0.7215345535,417.36461994 +190,-1.719812114,0.6715965947,107,-1.528874248,0.7215345535,612.39840143 +191,-1.493406659,0.6646955447,107,-1.528874248,0.7215345535,249.71364988 +192,-1.469120564,0.6613469966,107,-1.528874248,0.7215345535,300.0725189 +193,-1.590551461,0.5326612937,107,-1.528874248,0.7215345535,773.64237514 +194,-1.625979264,0.5247742243,107,-1.528874248,0.7215345535,839.12965203 +195,-1.572293943,0.5238808754,107,-1.528874248,0.7215345535,795.17052989 +196,-1.610848725,0.5477107964,107,-1.528874248,0.7215345535,736.17909411 +197,-1.208485554,0.7918526018,107,-1.528874248,0.7215345535,961.40726466 +198,-1.335601374,0.6869083083,107,-1.528874248,0.7215345535,598.883872 +199,-1.346156996,0.6825213377,107,-1.528874248,0.7215345535,573.38715435 +200,-1.324381037,0.6741422347,107,-1.528874248,0.7215345535,647.81335607 +201,-1.242424992,0.7378949807,107,-1.528874248,0.7215345535,846.87031808 +202,-1.270370057,0.7392461008,107,-1.528874248,0.7215345535,764.9849056 +203,-1.448950472,0.7441675014,107,-1.528874248,0.7215345535,251.76015073 +204,-1.492662363,0.7523026852,107,-1.528874248,0.7215345535,161.65381893 +205,-1.479098966,0.7763855017,107,-1.528874248,0.7215345535,260.83387247 +206,-1.633760714,0.7869022408,107,-1.528874248,0.7215345535,398.19786931 +207,-1.647406434,0.8101289331,107,-1.528874248,0.7215345535,487.16440843 +208,-1.564245052,0.5701509278,107,-1.528874248,0.7215345535,609.92624522 +209,-1.646289963,0.6833746083,107,-1.528874248,0.7215345535,385.67902402 +210,-1.5820631,0.6751952144,107,-1.528874248,0.7215345535,244.35726508 +211,-1.613236298,0.6681681791,107,-1.528874248,0.7215345535,332.42331938 +212,-1.914661867,0.8212566515,107,-1.528874248,0.7215345535,1159.8200119 +213,-1.742133237,0.7250275956,107,-1.528874248,0.7215345535,632.85685852 +214,-2.033144872,0.6557314699,107,-1.528874248,0.7215345535,1556.6721001 +215,-2.039551981,0.6964723658,107,-1.528874248,0.7215345535,1531.2457967 +216,-1.247341019,0.7622473908,107,-1.528874248,0.7215345535,836.3325668 +217,-1.298239787,0.7084123392,107,-1.528874248,0.7215345535,691.10835555 +218,-1.308539688,0.6926545592,107,-1.528874248,0.7215345535,672.66355203 +219,-1.303263185,0.6888938396,107,-1.528874248,0.7215345535,691.96841802 +220,-1.852400229,0.6004246149,107,-1.528874248,0.7215345535,1116.4873267 +221,-1.288947707,0.7473773692,107,-1.528874248,0.7215345535,711.91267598 +222,-1.372031502,0.7472790993,107,-1.528874248,0.7215345535,472.00318804 +223,-1.289805721,0.7242157877,107,-1.528874248,0.7215345535,709.46109822 +224,-1.350807603,0.7533498126,107,-1.528874248,0.7215345535,536.68916719 +225,-1.329290365,0.7560442322,107,-1.528874248,0.7215345535,599.68721388 +226,-1.410153004,0.616936428,107,-1.528874248,0.7215345535,554.31427109 +227,-1.393445434,0.6308995063,107,-1.528874248,0.7215345535,550.88832617 +228,-1.37595573,0.6241540638,107,-1.528874248,0.7215345535,610.31670136 +229,-1.358388707,0.6172645205,107,-1.528874248,0.7215345535,670.83637882 +230,-1.753741133,0.8281661666,107,-1.528874248,0.7215345535,762.30454807 +231,-1.47430987,0.6834615681,107,-1.528874248,0.7215345535,223.47325412 +232,-1.421012508,0.7222725206,107,-1.528874248,0.7215345535,320.61028765 +233,-1.4476833,0.6978557868,107,-1.528874248,0.7215345535,261.31620626 +234,-1.470370723,0.6966193374,107,-1.528874248,0.7215345535,201.65116433 +235,-1.429211703,0.7037216883,107,-1.528874248,0.7215345535,306.85245539 +236,-1.700578405,0.6178673663,107,-1.528874248,0.7215345535,672.25928821 +237,-1.678117619,0.6331716163,107,-1.528874248,0.7215345535,578.04688662 +238,-1.725644578,0.6316331145,107,-1.528874248,0.7215345535,703.51106608 +239,-2.14012759,0.7930497945,107,-1.528874248,0.7215345535,1767.7650684 +240,-2.103289431,0.7653606263,107,-1.528874248,0.7215345535,1672.7445575 +241,-1.318739838,0.7017808746,107,-1.528874248,0.7215345535,634.62946112 +242,-1.396417427,0.7077900843,107,-1.528874248,0.7215345535,399.8731585 +243,-1.35650337,0.7185539404,107,-1.528874248,0.7215345535,513.14222445 +244,-1.248884539,0.7274156818,107,-1.528874248,0.7215345535,829.627978 +245,-1.395014798,0.5761185243,107,-1.528874248,0.7215345535,713.6498179 +246,-1.433377362,0.6064716109,107,-1.528874248,0.7215345535,544.20439212 +247,-1.408172432,0.5903155476,107,-1.528874248,0.7215345535,642.70242666 +248,-1.749645898,0.7757118084,107,-1.528874248,0.7215345535,674.81019017 +249,-1.571626686,0.615046989,107,-1.528874248,0.7215345535,442.18776131 +250,-1.514070049,0.6303003037,107,-1.528874248,0.7215345535,364.25700084 +251,-1.480890369,0.6237966528,107,-1.528874248,0.7215345535,414.63797529 +252,-1.704390658,0.5281680612,107,-1.528874248,0.7215345535,949.60758764 +253,-1.64434733,0.5254277498,107,-1.528874248,0.7215345535,860.28503182 +254,-1.703855997,0.4792484842,107,-1.528874248,0.7215345535,1115.3209752 +255,-1.692002383,0.5748825051,107,-1.528874248,0.7215345535,775.3958322 +256,-1.854136457,0.5544643913,107,-1.528874248,0.7215345535,1224.3465307 +257,-1.665021206,0.520317736,107,-1.528874248,0.7215345535,908.77648263 +258,-1.733654349,0.4845187345,107,-1.528874248,0.7215345535,1149.8327395 +259,-1.720938188,0.5135933906,107,-1.528874248,0.7215345535,1029.184501 +260,-1.742668307,0.553296122,107,-1.528874248,0.7215345535,950.6343994 +261,-1.965659039,0.7142126903,107,-1.528874248,0.7215345535,1298.9133556 +262,-1.944438071,0.6772834804,107,-1.528874248,0.7215345535,1267.6568296 +263,-1.270340967,0.7681487096,107,-1.528874248,0.7215345535,774.01313733 +264,-1.353091884,0.6549276821,107,-1.528874248,0.7215345535,598.49011918 +265,-1.333236659,0.6413584414,107,-1.528874248,0.7215345535,679.73841849 +266,-1.352015998,0.6753788907,107,-1.528874248,0.7215345535,566.37539221 +267,-1.377988483,0.6577816235,107,-1.528874248,0.7215345535,525.3320768 +268,-2.13075611,0.8318642051,107,-1.528874248,0.7215345535,1739.9581063 +269,-2.097910953,0.8259670014,107,-1.528874248,0.7215345535,1651.2673971 +270,-1.416382069,0.6694271549,107,-1.528874248,0.7215345535,399.36848016 +271,-1.538905672,0.7535625993,107,-1.528874248,0.7215345535,130.22606546 +272,-1.572309477,0.7803125099,107,-1.528874248,0.7215345535,264.58838897 +273,-1.87759879,0.7503853417,107,-1.528874248,0.7215345535,1027.6981453 +274,1.152365588,0.590457682,107,-1.528874248,0.7215345535,6983.1429671 +275,0.350198001,0.718001859,107,-1.528874248,0.7215345535,5167.8149287 +276,0.046513677,0.491503852,107,-1.528874248,0.7215345535,4978.8472635 +277,0.027510309,0.742571376,107,-1.528874248,0.7215345535,4352.5628163 +278,0.306285725,-0.214631579,107,-1.528874248,0.7215345535,7563.9440778 +279,-1.100564889,0.318051531,107,-1.528874248,0.7215345535,2157.5722679 +280,-1.078582306,0.301437596,107,-1.528874248,0.7215345535,2260.0893167 +281,-1.137371989,-0.617634065,107,-1.528874248,0.7215345535,5491.9466161 +282,0.784356344,0.703272339,107,-1.528874248,0.7215345535,6063.3622677 +283,-1.221209947,0.218327455,107,-1.528874248,0.7215345535,2259.8111876 +284,2.347301921,-0.449114658,107,-1.528874248,0.7215345535,9821.2625908 +285,0.246820618,0.830553713,107,-1.528874248,0.7215345535,4658.0291874 +286,0.829414965,0.703288228,107,-1.528874248,0.7215345535,6137.0702622 +287,-1.337537566,0.42332223,107,-1.528874248,0.7215345535,1339.3955427 +288,0.882453706,0.454478077,107,-1.528874248,0.7215345535,7070.4651366 +289,1.575629659,0.416419109,107,-1.528874248,0.7215345535,7934.3538765 +290,-1.039455679,0.229888244,107,-1.528874248,0.7215345535,2576.9170729 +291,0.489558039,0.934482747,107,-1.528874248,0.7215345535,4855.5479157 +292,0.081344504,0.88384514,107,-1.528874248,0.7215345535,4184.6670958 +293,-1.547979814,0.300350308,107,-1.528874248,0.7215345535,1669.578451 +294,0.040776181,0.168560074,107,-1.528874248,0.7215345535,5778.707124 +295,-1.130374745,0.563894876,107,-1.528874248,0.7215345535,1403.4966529 +296,1.578326642,0.478507176,107,-1.528874248,0.7215345535,7688.8084897 +297,-1.12861823,-0.291640865,107,-1.528874248,0.7215345535,4273.3663341 +298,0.310524208,0.770885792,107,-1.528874248,0.7215345535,4942.8935429 +299,0.415649091,-0.387246002,107,-1.528874248,0.7215345535,8310.7971966 +300,-0.926533878,-0.188022748,107,-1.528874248,0.7215345535,4219.4200987 +301,1.258856172,-0.11716081,107,-1.528874248,0.7215345535,9744.6172927 +302,-1.126050026,0.322941926,107,-1.528874248,0.7215345535,2085.0862902 +303,2.002785835,0.07893892,107,-1.528874248,0.7215345535,8973.5825436 +304,0.440437607,0.746258085,107,-1.528874248,0.7215345535,5284.2559988 +305,-0.030391866,0.214441206,107,-1.528874248,0.7215345535,5450.3373094 +306,0.521557815,-0.058929362,107,-1.528874248,0.7215345535,7786.3085935 +307,-0.097005111,0.13317729,107,-1.528874248,0.7215345535,5461.6706215 +308,1.83113859,0.221857587,107,-1.528874248,0.7215345535,8622.5798991 +309,0.222428864,0.099404236,107,-1.528874248,0.7215345535,6493.7470157 +310,-1.702731345,0.8728568183,107,-1.528874248,0.7215345535,767.23974942 +311,-0.418507569,0.278324921,107,-1.528874248,0.7215345535,4137.6791631 +312,-1.41153306,0.339029988,107,-1.528874248,0.7215345535,1565.9618229 +313,0.357560442,0.114788776,107,-1.528874248,0.7215345535,6841.8690655 +314,0.325818979,0.268352149,107,-1.528874248,0.7215345535,6331.3908059 +315,-1.246004659,-0.663679965,107,-1.528874248,0.7215345535,5581.3580222 +316,1.814603087,0.637404484,107,-1.528874248,0.7215345535,7011.5075351 +317,1.843704281,-0.18300445,107,-1.528874248,0.7215345535,10163.82717 +318,1.690644492,-0.211480909,107,-1.528874248,0.7215345535,10405.525789 +319,-1.275451936,0.068109467,107,-1.528874248,0.7215345535,2740.3276423 +320,0.762430171,-0.207594741,107,-1.528874248,0.7215345535,8875.1276894 +321,0.265668905,-0.014647884,107,-1.528874248,0.7215345535,6923.7029876 +322,-2.773032013,-0.335515811,107,-1.528874248,0.7215345535,6182.3860729 +323,-1.469512853,0.174058777,107,-1.528874248,0.7215345535,2178.4422412 +324,0.286276986,0.785925691,107,-1.528874248,0.7215345535,4852.224665 +325,-1.379324697,0.377432233,107,-1.528874248,0.7215345535,1451.6944426 +326,-1.203778265,0.212813032,107,-1.528874248,0.7215345535,2308.444088 +327,0.579916301,0.611743168,107,-1.528874248,0.7215345535,5966.6767258 +328,0.267582642,0.868113908,107,-1.528874248,0.7215345535,4611.3451386 +329,0.412869244,-0.050245578,107,-1.528874248,0.7215345535,7449.560666 +330,0.17524381,0.976660285,107,-1.528874248,0.7215345535,4186.8308557 +331,0.743157214,0.204812899,107,-1.528874248,0.7215345535,7595.7090927 +332,-1.070758176,0.269382282,107,-1.528874248,0.7215345535,2379.7625832 +333,-1.230364251,0.329790229,107,-1.528874248,0.7215345535,1850.5997079 +334,-1.374813124,-0.024926835,107,-1.528874248,0.7215345535,3008.2278791 +335,0.519780566,0.463669906,107,-1.528874248,0.7215345535,6275.019566 +336,-1.55108034,0.239698561,107,-1.528874248,0.7215345535,1910.0887524 +337,0.180294813,0.029739425,107,-1.528874248,0.7215345535,6554.5286505 +338,0.67820924,0.268170153,107,-1.528874248,0.7215345535,7243.9320815 +339,0.445798684,1.024001867,107,-1.528874248,0.7215345535,4545.039415 +340,0.691751283,0.150521402,107,-1.528874248,0.7215345535,7638.6067362 +341,-1.036643551,-0.903056181,107,-1.528874248,0.7215345535,6654.3777931 +342,-0.120287036,1.083325163,107,-1.528874248,0.7215345535,3468.9957966 +343,2.823513113,-0.304487164,107,-1.528874248,0.7215345535,8072.3423307 +344,0.457583172,1.12513373,107,-1.528874248,0.7215345535,4304.7346044 +345,0.042918831,0.813795399,107,-1.528874248,0.7215345535,4240.5009186 +346,1.196146777,-0.853142756,107,-1.528874248,0.7215345535,11174.984397 +347,0.206001358,-0.010430701,107,-1.528874248,0.7215345535,6736.4008321 +348,-0.268308653,0.234799412,107,-1.528874248,0.7215345535,4692.5560096 +349,0.759363263,0.736189579,107,-1.528874248,0.7215345535,5913.6631878 +350,0.181363926,0.891988372,107,-1.528874248,0.7215345535,4379.3135474 +351,-0.021111158,0.139103292,107,-1.528874248,0.7215345535,5671.8617938 +352,-0.093355215,0.630686981,107,-1.528874248,0.7215345535,4278.0286789 +353,0.40118964,0.681375926,107,-1.528874248,0.7215345535,5379.7421809 +354,-0.721197315,1.304706234,107,-1.528874248,0.7215345535,2717.4711781 +355,-1.076150317,0.212107639,107,-1.528874248,0.7215345535,2554.952186 +356,-1.577164531,0.273993443,107,-1.528874248,0.7215345535,1780.4070502 +357,-0.190788414,0.182208586,107,-1.528874248,0.7215345535,5056.6191272 +358,-0.261349752,0.209710184,107,-1.528874248,0.7215345535,4776.724237 +359,-1.029303852,0.083549259,107,-1.528874248,0.7215345535,3084.2356449 +360,-1.268609162,0.330525297,107,-1.528874248,0.7215345535,1780.9826995 +361,1.282982244,-0.926641967,107,-1.528874248,0.7215345535,11247.710708 +362,0.217352334,0.731352408,107,-1.528874248,0.7215345535,4832.4847696 +363,-1.511833084,0.258629297,107,-1.528874248,0.7215345535,1834.5023112 +364,0.338812194,0.823184618,107,-1.528874248,0.7215345535,4868.6194315 +365,-0.324406489,1.134201999,107,-1.528874248,0.7215345535,3081.7954328 +366,1.389579348,0.399185724,107,-1.528874248,0.7215345535,7929.5685288 +367,2.047152199,-0.039082036,107,-1.528874248,0.7215345535,9328.5890964 +368,0.947780369,0.568250077,107,-1.528874248,0.7215345535,6788.3453246 +369,0.763824846,0.576754987,107,-1.528874248,0.7215345535,6442.59681 +370,-0.142334657,0.928153068,107,-1.528874248,0.7215345535,3617.217474 +371,0.610266567,0.547265983,107,-1.528874248,0.7215345535,6227.358368 +372,0.210731629,0.746815056,107,-1.528874248,0.7215345535,4779.59942 +373,-1.34931644,0.316895224,107,-1.528874248,0.7215345535,1714.5110868 +374,2.407696481,0.655030745,107,-1.528874248,0.7215345535,6279.6409182 +375,0.64207831,0.545359131,107,-1.528874248,0.7215345535,6300.6746155 +376,1.174597538,0.840588356,107,-1.528874248,0.7215345535,6068.8855295 +377,0.660059424,0.010604079,107,-1.528874248,0.7215345535,7974.0945374 +378,-0.730263819,0.010486456,107,-1.528874248,0.7215345535,4005.9051813 +379,0.831068936,0.512339172,107,-1.528874248,0.7215345535,6780.8877589 +380,1.301180979,0.72367476,107,-1.528874248,0.7215345535,6611.4196276 +381,1.811128231,0.322854402,107,-1.528874248,0.7215345535,8243.3256066 +382,0.435105812,0.992284428,107,-1.528874248,0.7215345535,4610.1645047 +383,0.62643634,0.592027932,107,-1.528874248,0.7215345535,6123.550891 +384,0.492988703,-0.516339467,107,-1.528874248,0.7215345535,8824.2276039 +385,-0.162469483,0.112549365,107,-1.528874248,0.7215345535,5320.516475 +386,0.314630866,0.472006421,107,-1.528874248,0.7215345535,5744.5737852 +387,0.166744804,0.822815954,107,-1.528874248,0.7215345535,4502.2540487 +388,0.417159608,0.965805736,107,-1.528874248,0.7215345535,4648.785379 +389,0.106334961,0.868774244,107,-1.528874248,0.7215345535,4269.750282 +390,0.815086969,-0.338144359,107,-1.528874248,0.7215345535,9370.492775 +391,0.59867455,-0.230624824,107,-1.528874248,0.7215345535,8468.3951328 +392,1.915104874,0.066220985,107,-1.528874248,0.7215345535,9137.858009 +393,1.278093622,0.064463721,107,-1.528874248,0.7215345535,9104.1904093 +394,-0.061477853,0.302997961,107,-1.528874248,0.7215345535,5134.6667591 +395,0.251311504,0.626976942,107,-1.528874248,0.7215345535,5175.3450914 +396,2.950242872,0.149095644,107,-1.528874248,0.7215345535,6513.3624161 +397,-0.180294708,0.35375117,107,-1.528874248,0.7215345535,4660.5992367 +398,1.010448592,-0.351180233,107,-1.528874248,0.7215345535,9949.316 +399,-1.748740498,0.3686318073,107,-1.528874248,0.7215345535,1579.7910554 +400,2.699635665,0.123533791,107,-1.528874248,0.7215345535,7285.217233 +401,0.496808033,0.823843254,107,-1.528874248,0.7215345535,5177.7834419 +402,0.129574704,0.763364087,107,-1.528874248,0.7215345535,4552.1461521 +403,1.798920311,0.817447563,107,-1.528874248,0.7215345535,6312.7614187 +404,0.335987953,0.746786541,107,-1.528874248,0.7215345535,5060.6680304 +405,-1.085413643,0.292154671,107,-1.528874248,0.7215345535,2274.0284179 +406,-0.155321003,0.508207011,107,-1.528874248,0.7215345535,4373.2394279 +407,0.620529244,-0.301175104,107,-1.528874248,0.7215345535,8711.9429886 +408,1.684402744,0.368716966,107,-1.528874248,0.7215345535,8117.3322464 +409,0.300582244,-0.386397212,107,-1.528874248,0.7215345535,7968.573196 +410,2.913555946,-0.009225192,107,-1.528874248,0.7215345535,7045.0504894 +411,1.465101417,0.493232532,107,-1.528874248,0.7215345535,7601.8051141 +412,0.090612882,0.907955955,107,-1.528874248,0.7215345535,4156.2661906 +413,2.987564726,-0.729568594,107,-1.528874248,0.7215345535,8525.1148067 +414,-1.484261606,0.224149272,107,-1.528874248,0.7215345535,1976.1810714 +415,0.164073421,0.303955133,107,-1.528874248,0.7215345535,5783.7064931 +416,0.141441293,0.167552546,107,-1.528874248,0.7215345535,6076.8906446 +417,2.931321023,-0.506718887,107,-1.528874248,0.7215345535,8224.7726391 +418,2.21951565,0.700596356,107,-1.528874248,0.7215345535,6402.8309345 +419,0.268112576,1.199114336,107,-1.528874248,0.7215345535,3894.8334566 +420,0.978913739,0.359223811,107,-1.528874248,0.7215345535,7571.4419078 +421,1.210898818,0.522863584,107,-1.528874248,0.7215345535,7299.9937185 +422,2.347397336,0.129231362,107,-1.528874248,0.7215345535,8148.1335583 +423,0.614394501,0.556878345,107,-1.528874248,0.7215345535,6206.6470551 +424,-1.398079356,0.148483366,107,-1.528874248,0.7215345535,2315.7776406 +425,2.535303836,-0.112984496,107,-1.528874248,0.7215345535,8410.6761656 +426,-1.019372593,-0.405322349,107,-1.528874248,0.7215345535,4839.9203455 +427,-1.297785627,-0.160104069,107,-1.528874248,0.7215345535,3592.2586788 +428,2.144554488,0.205051084,107,-1.528874248,0.7215345535,8291.5028729 +429,-2.242387083,-0.426171285,107,-1.528874248,0.7215345535,5246.3242053 +430,0.338637212,0.909723676,107,-1.528874248,0.7215345535,4649.5970747 +431,-0.148798452,0.691042401,107,-1.528874248,0.7215345535,4006.2203707 +432,0.893524764,0.441829531,107,-1.528874248,0.7215345535,7133.7192233 +433,0.969229347,-0.368847936,107,-1.528874248,0.7215345535,9884.3553439 +434,0.436043248,0.800045688,107,-1.528874248,0.7215345535,5126.6303015 +435,1.687946607,1.081504775,107,-1.528874248,0.7215345535,5297.9469539 +436,0.522302046,-0.034889271,107,-1.528874248,0.7215345535,7722.2556746 +437,-0.178996113,-0.438090009,107,-1.528874248,0.7215345535,6743.2122972 +438,-1.094339566,0.301444068,107,-1.528874248,0.7215345535,2224.349234 +439,-1.064070054,0.242569932,107,-1.528874248,0.7215345535,2481.1084745 +440,-1.068153768,0.230387998,107,-1.528874248,0.7215345535,2511.8540317 +441,-3.00496892,-0.23989155,107,-1.528874248,0.7215345535,6570.8636281 +442,0.21751974,0.766874888,107,-1.528874248,0.7215345535,4746.6754108 +443,0.117229532,0.007619006,107,-1.528874248,0.7215345535,6425.8182287 +444,0.777758451,0.420554741,107,-1.528874248,0.7215345535,6980.5308863 +445,-0.252356999,0.250747086,107,-1.528874248,0.7215345535,4699.9480285 +446,0.363148444,0.768483434,107,-1.528874248,0.7215345535,5061.9774834 +447,0.903191366,-0.118210676,107,-1.528874248,0.7215345535,8991.0637548 +448,-0.205755923,0.149406178,107,-1.528874248,0.7215345535,5096.4513452 +449,1.811996086,0.02364353,107,-1.528874248,0.7215345535,9406.4301659 +450,-1.100670221,0.314845373,107,-1.528874248,0.7215345535,2167.4891908 +451,0.340078597,0.850105132,107,-1.528874248,0.7215345535,4802.406202 +452,0.258757267,0.804969236,107,-1.528874248,0.7215345535,4745.525766 +453,2.78505352,-0.155160804,107,-1.528874248,0.7215345535,7808.3413268 +454,0.800551619,0.105822106,107,-1.528874248,0.7215345535,8043.4744871 +455,0.437940882,-0.506194031,107,-1.528874248,0.7215345535,8641.4871488 +456,2.230431122,0.63458615,107,-1.528874248,0.7215345535,6623.8580458 +457,0.527965361,0.127667701,107,-1.528874248,0.7215345535,7279.2035656 +458,-0.063643205,0.702093448,107,-1.528874248,0.7215345535,4207.2144449 +459,1.408447268,0.133010502,107,-1.528874248,0.7215345535,8978.4539035 +460,0.523795955,0.280266966,107,-1.528874248,0.7215345535,6824.9715002 +461,-0.975769313,0.072177659,107,-1.528874248,0.7215345535,3233.9219013 +462,0.549774164,-0.463663986,107,-1.528874248,0.7215345535,8880.7911162 +463,0.29245874,1.095549818,107,-1.528874248,0.7215345535,4138.0299844 +464,0.143625958,0.816809593,107,-1.528874248,0.7215345535,4464.2364427 +465,0.671902494,0.611159853,107,-1.528874248,0.7215345535,6155.4530329 +466,1.239840988,0.6724199,107,-1.528874248,0.7215345535,6760.536095 +467,0.607829703,-0.10932137,107,-1.528874248,0.7215345535,8170.0000502 +468,1.763020906,0.263996692,107,-1.528874248,0.7215345535,8501.4548811 +469,0.378714634,0.726066797,107,-1.528874248,0.7215345535,5208.6988835 +470,2.196736143,-0.153862366,107,-1.528874248,0.7215345535,9406.8359838 +471,0.01702415,0.148991565,107,-1.528874248,0.7215345535,5759.2778775 +472,-2.998490902,-0.158002487,107,-1.528874248,0.7215345535,6336.9760767 +473,-3.051262951,-0.346595608,107,-1.528874248,0.7215345535,6979.9794816 +474,-1.069176439,0.182802941,107,-1.528874248,0.7215345535,2667.2698215 +475,0.167157509,0.595344954,107,-1.528874248,0.7215345535,5044.9810379 +476,0.613855648,0.681746124,107,-1.528874248,0.7215345535,5822.3766313 +477,1.037012736,0.682555367,107,-1.528874248,0.7215345535,6507.4704912 +478,-1.253574971,0.379755746,107,-1.528874248,0.7215345535,1636.0767632 +479,3.108590453,-0.132620738,107,-1.528874248,0.7215345535,6790.4994756 +480,0.565301296,0.022333262,107,-1.528874248,0.7215345535,7682.3717497 +481,0.547898238,0.855555614,107,-1.528874248,0.7215345535,5179.9673662 +482,0.948309381,0.417393755,107,-1.528874248,0.7215345535,7315.4165302 +483,-0.050600732,0.945269213,107,-1.528874248,0.7215345535,3790.1507967 +484,-0.977651478,-0.572363064,107,-1.528874248,0.7215345535,5505.4668895 +485,1.102014914,0.728861163,107,-1.528874248,0.7215345535,6414.6994652 +486,2.927300795,-0.282939414,107,-1.528874248,0.7215345535,7710.8614234 +487,-1.154565557,0.124434095,107,-1.528874248,0.7215345535,2707.2202319 +488,1.855331234,0.291044755,107,-1.528874248,0.7215345535,8335.399894 +489,0.830290659,0.276904518,107,-1.528874248,0.7215345535,7560.7572068 +490,0.485104466,-0.234867441,107,-1.528874248,0.7215345535,8145.7918179 +491,0.521367572,-0.33161327,107,-1.528874248,0.7215345535,8493.2634846 +1,-1.539031704,0.7349710123,108,-1.539217656,0.7198512397,59.89194594 +2,-1.536990553,0.7349663874,108,-1.539217656,0.7198512397,60.232535673 +3,-1.534951779,0.7349571355,108,-1.539217656,0.7198512397,61.150871646 +4,-1.532906461,0.7349480293,108,-1.539217656,0.7198512397,62.645461063 +5,-1.531320211,0.7346937278,108,-1.539217656,0.7198512397,63.264393602 +6,-1.539451648,0.7335131775,108,-1.539217656,0.7198512397,54.119369033 +7,-1.537429487,0.7335445708,108,-1.539217656,0.7198512397,54.496978114 +8,-1.535484998,0.7335658704,108,-1.539217656,0.7198512397,55.436013821 +9,-1.533488396,0.7336036027,108,-1.539217656,0.7198512397,57.052168423 +10,-1.531497785,0.7335842962,108,-1.539217656,0.7198512397,59.00192713 +11,-1.530259379,0.7334777758,108,-1.539217656,0.7198512397,60.137837856 +12,-1.5335454,0.7322346912,108,-1.539217656,0.7198512397,51.84850056 +13,-1.531489083,0.7322238773,108,-1.539217656,0.7198512397,54.090991365 +14,-1.530011122,0.7321679851,108,-1.539217656,0.7198512397,55.891119805 +15,-1.53348106,0.7306614094,108,-1.539217656,0.7198512397,46.07169527 +16,-1.531441779,0.7306962275,108,-1.539217656,0.7198512397,48.749488049 +17,-1.529755654,0.7306933243,108,-1.539217656,0.7198512397,51.292090517 +18,-1.533415048,0.7291384674,108,-1.539217656,0.7198512397,40.613833216 +19,-1.531392093,0.7291705353,108,-1.539217656,0.7198512397,43.60475818 +20,-1.529296523,0.7291214933,108,-1.539217656,0.7198512397,47.056143747 +21,-1.535280942,0.727267644,108,-1.539217656,0.7198512397,31.615551944 +22,-1.533378158,0.7276139666,108,-1.539217656,0.7198512397,35.296689975 +23,-1.531340368,0.7276446587,108,-1.539217656,0.7198512397,38.724392384 +24,-1.528960113,0.7276398177,108,-1.539217656,0.7198512397,43.343513111 +25,-1.533313146,0.7260818349,108,-1.539217656,0.7198512397,30.275779323 +26,-1.531259555,0.7260958115,108,-1.539217656,0.7198512397,34.212372879 +27,-1.528926415,0.7260865555,108,-1.539217656,0.7198512397,39.297392687 +28,-1.531226779,0.7245511789,108,-1.539217656,0.7198512397,30.176693152 +29,-1.528904772,0.7245519194,108,-1.539217656,0.7198512397,35.863351035 +30,-1.547195875,0.7409785979,108,-1.539217656,0.7198512397,86.932846163 +31,-1.5451475,0.740980426,108,-1.539217656,0.7198512397,85.501742193 +32,-1.543097679,0.7409798872,108,-1.539217656,0.7198512397,84.469850052 +33,-1.540720364,0.7409892687,108,-1.539217656,0.7198512397,83.845030564 +34,-1.547188511,0.7395198392,108,-1.539217656,0.7198512397,81.383801003 +35,-1.545148587,0.7395226109,108,-1.539217656,0.7198512397,79.861490309 +36,-1.543104538,0.7395314908,108,-1.539217656,0.7198512397,78.793555453 +37,-1.540727751,0.7395306258,108,-1.539217656,0.7198512397,78.077435742 +38,-1.547187029,0.7380014886,108,-1.539217656,0.7198512397,75.650182269 +39,-1.545147315,0.7380012252,108,-1.539217656,0.7198512397,73.995672306 +40,-1.54310719,0.7380060743,108,-1.539217656,0.7198512397,72.823602031 +41,-1.540719671,0.7380068206,108,-1.539217656,0.7198512397,72.051031199 +42,-1.547187189,0.7364799098,108,-1.539217656,0.7198512397,69.953285842 +43,-1.545149996,0.7364853874,108,-1.539217656,0.7198512397,68.182068021 +44,-1.543106091,0.7364823484,108,-1.539217656,0.7198512397,66.871315081 +45,-1.540717158,0.7364893901,108,-1.539217656,0.7198512397,66.052641504 +46,-1.538663972,0.7410138672,108,-1.539217656,0.7198512397,83.841082774 +47,-1.53695285,0.7409699132,108,-1.539217656,0.7198512397,83.917518671 +48,-1.534910498,0.7409641297,108,-1.539217656,0.7198512397,84.588147207 +49,-1.533145034,0.7409536636,108,-1.539217656,0.7198512397,85.485320313 +50,-1.538681336,0.7395405883,108,-1.539217656,0.7198512397,78.005581365 +51,-1.536999189,0.7395183096,108,-1.539217656,0.7198512397,78.176109335 +52,-1.534923633,0.7395144222,108,-1.539217656,0.7198512397,78.910846966 +53,-1.533267822,0.7395654306,108,-1.539217656,0.7198512397,80.039135233 +54,-1.53867273,0.7380151077,108,-1.539217656,0.7198512397,71.965090478 +55,-1.536980576,0.7379994392,108,-1.539217656,0.7198512397,72.188197454 +56,-1.534931522,0.7379944961,108,-1.539217656,0.7198512397,72.972496596 +57,-1.533387952,0.7379480264,108,-1.539217656,0.7198512397,73.721508146 +58,-1.538682279,0.7364914363,108,-1.539217656,0.7198512397,65.930819948 +59,-1.536980704,0.7364810563,108,-1.539217656,0.7198512397,66.20184665 +60,-1.534935567,0.7364752065,108,-1.539217656,0.7198512397,67.053400716 +61,-1.533042592,0.7363876366,108,-1.539217656,0.7198512397,67.997323405 +62,-1.545143426,0.7349628011,108,-1.539217656,0.7198512397,62.371244819 +63,-1.543105297,0.7349691947,108,-1.539217656,0.7198512397,60.976677822 +64,-1.541064533,0.7349647152,108,-1.539217656,0.7198512397,60.113294757 +65,-1.545411803,0.7334624714,108,-1.539217656,0.7198512397,56.947111671 +66,-1.543446606,0.7334780896,108,-1.539217656,0.7198512397,55.40878323 +67,-1.541475327,0.7334957295,108,-1.539217656,0.7198512397,54.457502782 +68,-1.545401939,0.731963266,108,-1.539217656,0.7198512397,51.354611299 +69,-1.54342253,0.7319915583,108,-1.539217656,0.7198512397,49.674877794 +70,-1.541455867,0.7320216438,108,-1.539217656,0.7198512397,48.660782613 +71,-1.545410146,0.7304422281,108,-1.539217656,0.7198512397,45.791399523 +72,-1.543435491,0.7304713664,108,-1.539217656,0.7198512397,43.885104108 +73,-1.541463105,0.7304997613,108,-1.539217656,0.7198512397,42.700766374 +74,-1.545414768,0.7289194936,108,-1.539217656,0.7198512397,40.350156858 +75,-1.543435774,0.7289538557,108,-1.539217656,0.7198512397,38.164850119 +76,-1.541457714,0.7289765881,108,-1.539217656,0.7198512397,36.751186151 +77,-1.539449415,0.7320555866,108,-1.539217656,0.7198512397,48.346292781 +78,-1.537429183,0.7321097681,108,-1.539217656,0.7198512397,48.844184305 +79,-1.535472649,0.7321497267,108,-1.539217656,0.7198512397,49.961398175 +80,-1.539457899,0.7305333307,108,-1.539217656,0.7198512397,42.317754954 +81,-1.537453161,0.7305750503,108,-1.539217656,0.7198512397,42.79781399 +82,-1.535479385,0.7306124949,108,-1.539217656,0.7198512397,44.042057522 +83,-1.53946905,0.7290102593,108,-1.539217656,0.7198512397,36.286539837 +84,-1.537459922,0.7290417293,108,-1.539217656,0.7198512397,36.775005499 +85,-1.535451349,0.7290890157,108,-1.539217656,0.7198512397,38.258211123 +86,-1.535522937,0.7279887191,108,-1.539217656,0.7198512397,34.046407561 +87,-1.539442524,0.7274735939,108,-1.539217656,0.7198512397,30.199522497 +88,-1.537424111,0.727521351,108,-1.539217656,0.7198512397,30.8442109 +89,-1.539384641,0.7259505092,108,-1.539217656,0.7198512397,24.164297396 +90,-1.537372391,0.7259947145,108,-1.539217656,0.7198512397,24.943904762 +91,-1.535340789,0.7260435356,108,-1.539217656,0.7198512397,27.096160268 +92,-1.539325716,0.7244369706,108,-1.539217656,0.7198512397,18.166919771 +93,-1.537308932,0.7244801057,108,-1.539217656,0.7198512397,19.192571032 +94,-1.535289068,0.7245247645,108,-1.539217656,0.7198512397,21.886685756 +95,-1.533261366,0.7245550236,108,-1.539217656,0.7198512397,25.700805112 +96,-1.539267302,0.722921924,108,-1.539217656,0.7198512397,12.163876748 +97,-1.537248972,0.7229660258,108,-1.539217656,0.7198512397,13.656590788 +98,-1.535219431,0.7229916471,108,-1.539217656,0.7198512397,17.208693022 +99,-1.53318962,0.7230212049,108,-1.539217656,0.7198512397,21.887909835 +100,-1.531154816,0.7230299897,108,-1.539217656,0.7198512397,27.084513147 +101,-1.528878341,0.7230370244,108,-1.539217656,0.7198512397,33.238830704 +102,-1.539218189,0.7214009878,108,-1.539217656,0.7198512397,6.1385527448 +103,-1.537198791,0.7214422745,108,-1.539217656,0.7198512397,8.7074238454 +104,-1.535179266,0.7214634354,108,-1.539217656,0.7198512397,13.610139664 +105,-1.533156501,0.7214944644,108,-1.539217656,0.7198512397,19.17719598 +106,-1.53113574,0.7215166021,108,-1.539217656,0.7198512397,24.940830825 +107,-1.528874248,0.7215345535,108,-1.539217656,0.7198512397,31.496691182 +108,-1.539217656,0.7198512397,108,-1.539217656,0.7198512397,2.9284820505 +109,-1.537199919,0.7199428763,108,-1.539217656,0.7198512397,6.0201192398 +110,-1.545425832,0.727397149,108,-1.539217656,0.7198512397,35.113747747 +111,-1.543371177,0.7273916949,108,-1.539217656,0.7198512397,32.312443361 +112,-1.541368852,0.7274523163,108,-1.539217656,0.7198512397,30.77754651 +113,-1.545349067,0.7258710923,108,-1.539217656,0.7198512397,30.004512937 +114,-1.54332671,0.7258603556,108,-1.539217656,0.7198512397,26.749149207 +115,-1.541346831,0.7259242142,108,-1.539217656,0.7198512397,24.872536179 +116,-1.545324355,0.7243383958,108,-1.539217656,0.7198512397,25.404405357 +117,-1.543292796,0.7243617413,108,-1.539217656,0.7198512397,21.585166279 +118,-1.541295822,0.7244024384,108,-1.539217656,0.7198512397,19.056201515 +119,-1.543193859,0.7205570215,108,-1.539217656,0.7198512397,12.164223084 +120,-1.550257047,0.7386738187,108,-1.539217656,0.7198512397,81.373561015 +121,-1.549335448,0.7311736483,108,-1.539217656,0.7198512397,53.947505316 +122,-1.533478843,0.7179891343,108,-1.539217656,0.7198512397,18.62821022 +123,-1.556150555,0.738907041,108,-1.539217656,0.7198512397,90.541163662 +124,-1.554324226,0.733414257,108,-1.539217656,0.7198512397,69.90148573 +125,-1.554290846,0.7288285332,108,-1.539217656,0.7198512397,57.129987788 +126,-1.55122487,0.7219795312,108,-1.539217656,0.7198512397,36.70858386 +127,-1.525104458,0.7229399862,108,-1.539217656,0.7198512397,43.722661612 +128,-1.519607711,0.7236181429,108,-1.539217656,0.7198512397,60.185871289 +129,-1.513899999,0.7251107854,108,-1.539217656,0.7198512397,78.05944605 +130,-1.536620762,0.7431061895,108,-1.539217656,0.7198512397,92.430337403 +131,-1.5369566,0.7460845958,108,-1.539217656,0.7198512397,104.12324303 +132,-1.545345528,0.7447040685,108,-1.539217656,0.7198512397,100.08293982 +133,-1.532813921,0.7432306626,108,-1.539217656,0.7198512397,94.509663923 +134,-1.554788248,0.7382381001,108,-1.539217656,0.7198512397,86.138575748 +135,-1.540348126,0.7301594274,108,-1.539217656,0.7198512397,40.968055665 +136,-1.538016084,0.7239051786,108,-1.539217656,0.7198512397,16.450203163 +137,-1.525288962,0.7258085137,108,-1.539217656,0.7198512397,47.630698668 +138,-1.534326986,0.731241342,108,-1.539217656,0.7198512397,47.386775619 +139,-1.530733872,0.7303625216,108,-1.539217656,0.7198512397,48.641647918 +141,-1.534354939,0.7328219978,108,-1.539217656,0.7198512397,53.356929067 +142,-1.53157084,0.7292888153,108,-1.539217656,0.7198512397,43.724117457 +143,-1.525691035,0.7263799874,108,-1.539217656,0.7198512397,47.774609506 +144,-1.534031287,0.7495967835,108,-1.539217656,0.7198512397,118.80382353 +145,-1.527714986,0.7283095957,108,-1.539217656,0.7198512397,47.826572936 +146,-1.526189586,0.7271468292,108,-1.539217656,0.7198512397,48.280069705 +147,-1.555177336,0.7375563366,108,-1.539217656,0.7198512397,84.511630975 +148,-1.555080283,0.7312707794,108,-1.539217656,0.7198512397,65.234123216 +149,-1.53856994,0.7224180299,108,-1.539217656,0.7198512397,10.348044714 +150,-1.530837883,0.729933372,108,-1.539217656,0.7198512397,47.033745286 +151,-1.515066984,0.5854133365,108,-1.539217656,0.7198512397,537.88239397 +152,-1.534731633,0.5368370046,108,-1.539217656,0.7198512397,725.0608732 +153,-1.515231902,0.5607085576,108,-1.539217656,0.7198512397,634.92597104 +154,-2.616253799,1.0684566605,108,-1.539217656,0.7198512397,2866.3214778 +155,-1.956071439,0.5792177723,108,-1.539217656,0.7198512397,1422.0732207 +156,-1.951208514,0.5602434208,108,-1.539217656,0.7198512397,1447.2200171 +157,-1.944675062,0.6062144545,108,-1.539217656,0.7198512397,1338.451883 +158,-1.613778386,0.6077989518,108,-1.539217656,0.7198512397,500.93325321 +159,-2.035029014,0.6021432345,108,-1.539217656,0.7198512397,1610.6245247 +160,-2.114989471,0.6801825058,108,-1.539217656,0.7198512397,1740.8657329 +161,-2.037382079,0.5765830025,108,-1.539217656,0.7198512397,1663.0912789 +162,-2.129855121,0.6585019963,108,-1.539217656,0.7198512397,1810.2681984 +163,-2.075141798,0.6493615843,108,-1.539217656,0.7198512397,1659.1016282 +164,-1.828626729,0.6948433129,108,-1.539217656,0.7198512397,875.58570138 +165,-1.863329418,0.6735427691,108,-1.539217656,0.7198512397,999.55244607 +166,-1.266037071,0.727988852,108,-1.539217656,0.7198512397,810.22584199 +167,-1.277579582,0.7249010648,108,-1.539217656,0.7198512397,776.78872631 +168,-1.258418684,0.7241194816,108,-1.539217656,0.7198512397,833.70101243 +169,-1.317813974,0.6804850104,108,-1.539217656,0.7198512397,687.85724547 +170,-1.344165204,0.6790988904,108,-1.539217656,0.7198512397,612.32302086 +171,-1.427582102,0.5277120351,108,-1.539217656,0.7198512397,840.81888937 +172,-1.402238616,0.457167829,108,-1.539217656,0.7198512397,1132.8902213 +173,-1.422454264,0.4996161999,108,-1.539217656,0.7198512397,950.40378078 +174,-1.439089277,0.4894859811,108,-1.539217656,0.7198512397,968.45182244 +175,-1.448126995,0.5182330266,108,-1.539217656,0.7198512397,850.51112187 +176,-1.474626146,0.5881926574,108,-1.539217656,0.7198512397,559.48338532 +177,-1.421139645,0.5584869783,108,-1.539217656,0.7198512397,740.65293833 +178,-1.457037165,0.565943032,108,-1.539217656,0.7198512397,662.68552302 +179,-2.757159358,0.3745319,108,-1.539217656,0.7198512397,4225.2037518 +180,-2.714309238,0.342054471,108,-1.539217656,0.7198512397,4174.5505573 +181,-2.000525337,0.774119946,108,-1.539217656,0.7198512397,1351.785808 +183,-1.571413436,0.6777838382,108,-1.539217656,0.7198512397,193.11441724 +184,-1.552860289,0.6987663893,108,-1.539217656,0.7198512397,93.039281698 +185,-1.521852374,0.7165827476,108,-1.539217656,0.7198512397,53.386135395 +186,-1.503656267,0.6928968252,108,-1.539217656,0.7198512397,151.25587941 +187,-1.502753178,0.7136205882,108,-1.539217656,0.7198512397,111.65640813 +188,-1.631894563,0.7343596465,108,-1.539217656,0.7198512397,280.16176512 +189,-1.653765416,0.6770714026,108,-1.539217656,0.7198512397,386.44720461 +190,-1.719812114,0.6715965947,108,-1.539217656,0.7198512397,580.95443653 +191,-1.493406659,0.6646955447,108,-1.539217656,0.7198512397,259.2784838 +192,-1.469120564,0.6613469966,108,-1.539217656,0.7198512397,315.37973434 +193,-1.590551461,0.5326612937,108,-1.539217656,0.7198512397,759.40579515 +194,-1.625979264,0.5247742243,108,-1.539217656,0.7198512397,821.21352207 +195,-1.572293943,0.5238808754,108,-1.539217656,0.7198512397,783.44964307 +196,-1.610848725,0.5477107964,108,-1.539217656,0.7198512397,718.916851 +197,-1.208485554,0.7918526018,108,-1.539217656,0.7198512397,992.34666315 +198,-1.335601374,0.6869083083,108,-1.539217656,0.7198512397,628.2705957 +199,-1.346156996,0.6825213377,108,-1.539217656,0.7198512397,602.24897504 +200,-1.324381037,0.6741422347,108,-1.539217656,0.7198512397,676.48342508 +201,-1.242424992,0.7378949807,108,-1.539217656,0.7198512397,878.34497241 +202,-1.270370057,0.7392461008,108,-1.539217656,0.7198512397,796.46592794 +203,-1.448950472,0.7441675014,108,-1.539217656,0.7198512397,282.80067688 +204,-1.492662363,0.7523026852,108,-1.539217656,0.7198512397,187.59676561 +205,-1.479098966,0.7763855017,108,-1.539217656,0.7198512397,283.86142599 +206,-1.633760714,0.7869022408,108,-1.539217656,0.7198512397,380.81081329 +207,-1.647406434,0.8101289331,108,-1.539217656,0.7198512397,472.38709792 +208,-1.564245052,0.5701509278,108,-1.539217656,0.7198512397,598.20454343 +209,-1.646289963,0.6833746083,108,-1.539217656,0.7198512397,354.58926892 +210,-1.5820631,0.6751952144,108,-1.539217656,0.7198512397,219.53688065 +211,-1.613236298,0.6681681791,108,-1.539217656,0.7198512397,304.39474432 +212,-1.914661867,0.8212566515,108,-1.539217656,0.7198512397,1135.645595 +213,-1.742133237,0.7250275956,108,-1.539217656,0.7198512397,602.86148008 +214,-2.033144872,0.6557314699,108,-1.539217656,0.7198512397,1525.869782 +215,-2.039551981,0.6964723658,108,-1.539217656,0.7198512397,1501.3298641 +216,-1.247341019,0.7622473908,108,-1.539217656,0.7198512397,867.73684836 +217,-1.298239787,0.7084123392,108,-1.539217656,0.7198512397,721.94911272 +218,-1.308539688,0.6926545592,108,-1.539217656,0.7198512397,702.74053971 +219,-1.303263185,0.6888938396,108,-1.539217656,0.7198512397,721.89955789 +220,-1.852400229,0.6004246149,108,-1.539217656,0.7198512397,1085.2608154 +221,-1.288947707,0.7473773692,108,-1.539217656,0.7198512397,743.40634247 +222,-1.372031502,0.7472790993,108,-1.539217656,0.7198512397,503.44684568 +223,-1.289805721,0.7242157877,108,-1.539217656,0.7198512397,740.75597386 +224,-1.350807603,0.7533498126,108,-1.539217656,0.7198512397,568.07506398 +225,-1.329290365,0.7560442322,108,-1.539217656,0.7198512397,631.07210009 +226,-1.410153004,0.616936428,108,-1.539217656,0.7198512397,571.5394091 +227,-1.393445434,0.6308995063,108,-1.539217656,0.7198512397,571.57033664 +228,-1.37595573,0.6241540638,108,-1.539217656,0.7198512397,631.6723975 +229,-1.358388707,0.6172645205,108,-1.539217656,0.7198512397,692.75179902 +230,-1.753741133,0.8281661666,108,-1.539217656,0.7198512397,742.44414619 +231,-1.47430987,0.6834615681,108,-1.539217656,0.7198512397,243.55045872 +232,-1.421012508,0.7222725206,108,-1.539217656,0.7198512397,351.7165715 +233,-1.4476833,0.6978557868,108,-1.539217656,0.7198512397,288.63288395 +234,-1.470370723,0.6966193374,108,-1.539217656,0.7198512397,226.61333802 +235,-1.429211703,0.7037216883,108,-1.539217656,0.7198512397,335.98358497 +236,-1.700578405,0.6178673663,108,-1.539217656,0.7198512397,643.25681473 +237,-1.678117619,0.6331716163,108,-1.539217656,0.7198512397,549.06953082 +238,-1.725644578,0.6316331145,108,-1.539217656,0.7198512397,673.09427985 +239,-2.14012759,0.7930497945,108,-1.539217656,0.7198512397,1741.4665575 +240,-2.103289431,0.7653606263,108,-1.539217656,0.7198512397,1645.287455 +241,-1.318739838,0.7017808746,108,-1.539217656,0.7198512397,665.08388972 +242,-1.396417427,0.7077900843,108,-1.539217656,0.7198512397,430.03933589 +243,-1.35650337,0.7185539404,108,-1.539217656,0.7198512397,544.18056066 +244,-1.248884539,0.7274156818,108,-1.539217656,0.7198512397,861.00473493 +245,-1.395014798,0.5761185243,108,-1.539217656,0.7198512397,728.30290457 +246,-1.433377362,0.6064716109,108,-1.539217656,0.7198512397,557.19550684 +247,-1.408172432,0.5903155476,108,-1.539217656,0.7198512397,657.22674036 +248,-1.749645898,0.7757118084,108,-1.539217656,0.7198512397,649.18930196 +249,-1.571626686,0.615046989,108,-1.539217656,0.7198512397,427.16633131 +250,-1.514070049,0.6303003037,108,-1.539217656,0.7198512397,363.1183644 +251,-1.480890369,0.6237966528,108,-1.539217656,0.7198512397,421.1666201 +252,-1.704390658,0.5281680612,108,-1.539217656,0.7198512397,925.17628005 +253,-1.64434733,0.5254277498,108,-1.539217656,0.7198512397,840.56257426 +254,-1.703855997,0.4792484842,108,-1.539217656,0.7198512397,1092.9550092 +255,-1.692002383,0.5748825051,108,-1.539217656,0.7198512397,749.32654376 +256,-1.854136457,0.5544643913,108,-1.539217656,0.7198512397,1193.9079749 +257,-1.665021206,0.520317736,108,-1.539217656,0.7198512397,887.50235924 +258,-1.733654349,0.4845187345,108,-1.539217656,0.7198512397,1125.5324022 +259,-1.720938188,0.5135933906,108,-1.539217656,0.7198512397,1004.4263721 +260,-1.742668307,0.553296122,108,-1.539217656,0.7198512397,923.09128572 +261,-1.965659039,0.7142126903,108,-1.539217656,0.7198512397,1269.1866764 +262,-1.944438071,0.6772834804,108,-1.539217656,0.7198512397,1236.8591096 +263,-1.270340967,0.7681487096,108,-1.539217656,0.7198512397,805.30204653 +264,-1.353091884,0.6549276821,108,-1.539217656,0.7198512397,624.58322686 +265,-1.333236659,0.6413584414,108,-1.539217656,0.7198512397,705.39067496 +266,-1.352015998,0.6753788907,108,-1.539217656,0.7198512397,594.48214174 +267,-1.377988483,0.6577816235,108,-1.539217656,0.7198512397,550.51394648 +268,-2.13075611,0.8318642051,108,-1.539217656,0.7198512397,1715.3453827 +269,-2.097910953,0.8259670014,108,-1.539217656,0.7198512397,1626.4201311 +270,-1.416382069,0.6694271549,108,-1.539217656,0.7198512397,423.63049153 +271,-1.538905672,0.7535625993,108,-1.539217656,0.7198512397,133.53383165 +272,-1.572309477,0.7803125099,108,-1.539217656,0.7198512397,257.95425157 +273,-1.87759879,0.7503853417,108,-1.539217656,0.7198512397,999.25709051 +274,1.152365588,0.590457682,108,-1.539217656,0.7198512397,7000.7888813 +275,0.350198001,0.718001859,108,-1.539217656,0.7198512397,5195.1228117 +276,0.046513677,0.491503852,108,-1.539217656,0.7198512397,5009.8647789 +277,0.027510309,0.742571376,108,-1.539217656,0.7198512397,4381.7387343 +278,0.306285725,-0.214631579,108,-1.539217656,0.7198512397,7594.8071544 +279,-1.100564889,0.318051531,108,-1.539217656,0.7198512397,2176.8999079 +280,-1.078582306,0.301437596,108,-1.539217656,0.7198512397,2279.7206567 +281,-1.137371989,-0.617634065,108,-1.539217656,0.7198512397,5495.4924873 +282,0.784356344,0.703272339,108,-1.539217656,0.7198512397,6086.1170835 +283,-1.221209947,0.218327455,108,-1.539217656,0.7198512397,2271.3518333 +284,2.347301921,-0.449114658,108,-1.539217656,0.7198512397,9792.2168279 +285,0.246820618,0.830553713,108,-1.539217656,0.7198512397,4684.6674064 +286,0.829414965,0.703288228,108,-1.539217656,0.7198512397,6159.1850455 +287,-1.337537566,0.42332223,108,-1.539217656,0.7198512397,1350.2153848 +288,0.882453706,0.454478077,108,-1.539217656,0.7198512397,7094.5319167 +289,1.575629659,0.416419109,108,-1.539217656,0.7198512397,7942.0077996 +290,-1.039455679,0.229888244,108,-1.539217656,0.7198512397,2596.0067515 +291,0.489558039,0.934482747,108,-1.539217656,0.7198512397,4878.4995014 +292,0.081344504,0.88384514,108,-1.539217656,0.7198512397,4211.6080561 +293,-1.547979814,0.300350308,108,-1.539217656,0.7198512397,1661.9113006 +294,0.040776181,0.168560074,108,-1.539217656,0.7198512397,5810.0940204 +295,-1.130374745,0.563894876,108,-1.539217656,0.7198512397,1430.5616627 +296,1.578326642,0.478507176,108,-1.539217656,0.7198512397,7696.3301415 +297,-1.12861823,-0.291640865,108,-1.539217656,0.7198512397,4280.5280065 +298,0.310524208,0.770885792,108,-1.539217656,0.7198512397,4969.8601939 +299,0.415649091,-0.387246002,108,-1.539217656,0.7198512397,8341.0647084 +300,-0.926533878,-0.188022748,108,-1.539217656,0.7198512397,4234.0086186 +301,1.258856172,-0.11716081,108,-1.539217656,0.7198512397,9766.8663832 +302,-1.126050026,0.322941926,108,-1.539217656,0.7198512397,2103.6059785 +303,2.002785835,0.07893892,108,-1.539217656,0.7198512397,8963.9961066 +304,0.440437607,0.746258085,108,-1.539217656,0.7198512397,5310.4207156 +305,-0.030391866,0.214441206,108,-1.539217656,0.7198512397,5481.6942358 +306,0.521557815,-0.058929362,108,-1.539217656,0.7198512397,7817.7147123 +307,-0.097005111,0.13317729,108,-1.539217656,0.7198512397,5492.5361014 +308,1.83113859,0.221857587,108,-1.539217656,0.7198512397,8620.9124139 +309,0.222428864,0.099404236,108,-1.539217656,0.7198512397,6525.239818 +310,-1.702731345,0.8728568183,108,-1.539217656,0.7198512397,755.35417977 +311,-0.418507569,0.278324921,108,-1.539217656,0.7198512397,4167.7956314 +312,-1.41153306,0.339029988,108,-1.539217656,0.7198512397,1568.8037427 +313,0.357560442,0.114788776,108,-1.539217656,0.7198512397,6873.2443896 +314,0.325818979,0.268352149,108,-1.539217656,0.7198512397,6362.3935209 +315,-1.246004659,-0.663679965,108,-1.539217656,0.7198512397,5581.843509 +316,1.814603087,0.637404484,108,-1.539217656,0.7198512397,7012.8910382 +317,1.843704281,-0.18300445,108,-1.539217656,0.7198512397,10156.879209 +318,1.690644492,-0.211480909,108,-1.539217656,0.7198512397,10407.024446 +319,-1.275451936,0.068109467,108,-1.539217656,0.7198512397,2746.5147288 +320,0.762430171,-0.207594741,108,-1.539217656,0.7198512397,8906.296137 +321,0.265668905,-0.014647884,108,-1.539217656,0.7198512397,6955.1185318 +322,-2.773032013,-0.335515811,108,-1.539217656,0.7198512397,6151.8993204 +323,-1.469512853,0.174058777,108,-1.539217656,0.7198512397,2175.5673609 +324,0.286276986,0.785925691,108,-1.539217656,0.7198512397,4879.183166 +325,-1.379324697,0.377432233,108,-1.539217656,0.7198512397,1457.8623816 +326,-1.203778265,0.212813032,108,-1.539217656,0.7198512397,2320.6754614 +327,0.579916301,0.611743168,108,-1.539217656,0.7198512397,5993.038082 +328,0.267582642,0.868113908,108,-1.539217656,0.7198512397,4637.2648351 +329,0.412869244,-0.050245578,108,-1.539217656,0.7198512397,7481.0571925 +330,0.17524381,0.976660285,108,-1.539217656,0.7198512397,4211.5417099 +331,0.743157214,0.204812899,108,-1.539217656,0.7198512397,7624.1817156 +332,-1.070758176,0.269382282,108,-1.539217656,0.7198512397,2398.7999405 +333,-1.230364251,0.329790229,108,-1.539217656,0.7198512397,1864.6692319 +334,-1.374813124,-0.024926835,108,-1.539217656,0.7198512397,3008.8256918 +335,0.519780566,0.463669906,108,-1.539217656,0.7198512397,6303.4747697 +336,-1.55108034,0.239698561,108,-1.539217656,0.7198512397,1902.3254087 +337,0.180294813,0.029739425,108,-1.539217656,0.7198512397,6585.880671 +338,0.67820924,0.268170153,108,-1.539217656,0.7198512397,7272.554593 +339,0.445798684,1.024001867,108,-1.539217656,0.7198512397,4566.8112736 +340,0.691751283,0.150521402,108,-1.539217656,0.7198512397,7668.045552 +341,-1.036643551,-0.903056181,108,-1.539217656,0.7198512397,6657.1612874 +342,-0.120287036,1.083325163,108,-1.539217656,0.7198512397,3492.8212599 +343,2.823513113,-0.304487164,108,-1.539217656,0.7198512397,8041.5116272 +344,0.457583172,1.12513373,108,-1.539217656,0.7198512397,4324.3745389 +345,0.042918831,0.813795399,108,-1.539217656,0.7198512397,4268.7089498 +346,1.196146777,-0.853142756,108,-1.539217656,0.7198512397,11197.31915 +347,0.206001358,-0.010430701,108,-1.539217656,0.7198512397,6767.7110521 +348,-0.268308653,0.234799412,108,-1.539217656,0.7198512397,4723.2039867 +349,0.759363263,0.736189579,108,-1.539217656,0.7198512397,5936.3572335 +350,0.181363926,0.891988372,108,-1.539217656,0.7198512397,4405.4782671 +351,-0.021111158,0.139103292,108,-1.539217656,0.7198512397,5703.0221856 +352,-0.093355215,0.630686981,108,-1.539217656,0.7198512397,4308.7416627 +353,0.40118964,0.681375926,108,-1.539217656,0.7198512397,5407.0498718 +354,-0.721197315,1.304706234,108,-1.539217656,0.7198512397,2733.0877704 +355,-1.076150317,0.212107639,108,-1.539217656,0.7198512397,2572.3647721 +356,-1.577164531,0.273993443,108,-1.539217656,0.7198512397,1770.8231775 +357,-0.190788414,0.182208586,108,-1.539217656,0.7198512397,5087.3288743 +358,-0.261349752,0.209710184,108,-1.539217656,0.7198512397,4807.2514214 +359,-1.029303852,0.083549259,108,-1.539217656,0.7198512397,3100.4543437 +360,-1.268609162,0.330525297,108,-1.539217656,0.7198512397,1793.0194134 +361,1.282982244,-0.926641967,108,-1.539217656,0.7198512397,11262.572939 +362,0.217352334,0.731352408,108,-1.539217656,0.7198512397,4860.637164 +363,-1.511833084,0.258629297,108,-1.539217656,0.7198512397,1829.3242859 +364,0.338812194,0.823184618,108,-1.539217656,0.7198512397,4894.6398861 +365,-0.324406489,1.134201999,108,-1.539217656,0.7198512397,3104.6092523 +366,1.389579348,0.399185724,108,-1.539217656,0.7198512397,7942.829681 +367,2.047152199,-0.039082036,108,-1.539217656,0.7198512397,9315.4618076 +368,0.947780369,0.568250077,108,-1.539217656,0.7198512397,6810.1048195 +369,0.763824846,0.576754987,108,-1.539217656,0.7198512397,6467.1006959 +370,-0.142334657,0.928153068,108,-1.539217656,0.7198512397,3644.5547843 +371,0.610266567,0.547265983,108,-1.539217656,0.7198512397,6254.0852308 +372,0.210731629,0.746815056,108,-1.539217656,0.7198512397,4807.6122185 +373,-1.34931644,0.316895224,108,-1.539217656,0.7198512397,1721.2314013 +374,2.407696481,0.655030745,108,-1.539217656,0.7198512397,6267.6079473 +375,0.64207831,0.545359131,108,-1.539217656,0.7198512397,6327.0622067 +376,1.174597538,0.840588356,108,-1.539217656,0.7198512397,6083.9067081 +377,0.660059424,0.010604079,108,-1.539217656,0.7198512397,8004.7059711 +378,-0.730263819,0.010486456,108,-1.539217656,0.7198512397,4028.4729552 +379,0.831068936,0.512339172,108,-1.539217656,0.7198512397,6805.1329003 +380,1.301180979,0.72367476,108,-1.539217656,0.7198512397,6624.9050502 +381,1.811128231,0.322854402,108,-1.539217656,0.7198512397,8243.0664116 +382,0.435105812,0.992284428,108,-1.539217656,0.7198512397,4632.6136175 +383,0.62643634,0.592027932,108,-1.539217656,0.7198512397,6149.61292 +384,0.492988703,-0.516339467,108,-1.539217656,0.7198512397,8853.6667969 +385,-0.162469483,0.112549365,108,-1.539217656,0.7198512397,5350.9556036 +386,0.314630866,0.472006421,108,-1.539217656,0.7198512397,5774.4954733 +387,0.166744804,0.822815954,108,-1.539217656,0.7198512397,4529.5696752 +388,0.417159608,0.965805736,108,-1.539217656,0.7198512397,4671.8615901 +389,0.106334961,0.868774244,108,-1.539217656,0.7198512397,4296.7761529 +390,0.815086969,-0.338144359,108,-1.539217656,0.7198512397,9401.9340121 +391,0.59867455,-0.230624824,108,-1.539217656,0.7198512397,8499.890502 +392,1.915104874,0.066220985,108,-1.539217656,0.7198512397,9131.4087758 +393,1.278093622,0.064463721,108,-1.539217656,0.7198512397,9123.5376303 +394,-0.061477853,0.302997961,108,-1.539217656,0.7198512397,5166.1330375 +395,0.251311504,0.626976942,108,-1.539217656,0.7198512397,5204.3794322 +396,2.950242872,0.149095644,108,-1.539217656,0.7198512397,6485.3690049 +397,-0.180294708,0.35375117,108,-1.539217656,0.7198512397,4692.0060122 +398,1.010448592,-0.351180233,108,-1.539217656,0.7198512397,9979.94654 +399,-1.748740498,0.3686318073,108,-1.539217656,0.7198512397,1558.2207269 +400,2.699635665,0.123533791,108,-1.539217656,0.7198512397,7259.8441877 +401,0.496808033,0.823843254,108,-1.539217656,0.7198512397,5202.3552362 +402,0.129574704,0.763364087,108,-1.539217656,0.7198512397,4580.4896447 +403,1.798920311,0.817447563,108,-1.539217656,0.7198512397,6315.3657833 +404,0.335987953,0.746786541,108,-1.539217656,0.7198512397,5087.73826 +405,-1.085413643,0.292154671,108,-1.539217656,0.7198512397,2293.1660661 +406,-0.155321003,0.508207011,108,-1.539217656,0.7198512397,4404.6444175 +407,0.620529244,-0.301175104,108,-1.539217656,0.7198512397,8743.3860906 +408,1.684402744,0.368716966,108,-1.539217656,0.7198512397,8121.4936971 +409,0.300582244,-0.386397212,108,-1.539217656,0.7198512397,7998.1515318 +410,2.913555946,-0.009225192,108,-1.539217656,0.7198512397,7015.8405432 +411,1.465101417,0.493232532,108,-1.539217656,0.7198512397,7612.5104972 +412,0.090612882,0.907955955,108,-1.539217656,0.7198512397,4182.7526129 +413,2.987564726,-0.729568594,108,-1.539217656,0.7198512397,8494.9761895 +414,-1.484261606,0.224149272,108,-1.539217656,0.7198512397,1972.6723271 +415,0.164073421,0.303955133,108,-1.539217656,0.7198512397,5815.0511834 +416,0.141441293,0.167552546,108,-1.539217656,0.7198512397,6108.3818407 +417,2.931321023,-0.506718887,108,-1.539217656,0.7198512397,8193.3071437 +418,2.21951565,0.700596356,108,-1.539217656,0.7198512397,6395.2873984 +419,0.268112576,1.199114336,108,-1.539217656,0.7198512397,3913.925084 +420,0.978913739,0.359223811,108,-1.539217656,0.7198512397,7594.8494719 +421,1.210898818,0.522863584,108,-1.539217656,0.7198512397,7316.9487871 +422,2.347397336,0.129231362,108,-1.539217656,0.7198512397,8129.2539896 +423,0.614394501,0.556878345,108,-1.539217656,0.7198512397,6233.2264503 +424,-1.398079356,0.148483366,108,-1.539217656,0.7198512397,2316.785605 +425,2.535303836,-0.112984496,108,-1.539217656,0.7198512397,8384.3885537 +426,-1.019372593,-0.405322349,108,-1.539217656,0.7198512397,4848.8872268 +427,-1.297785627,-0.160104069,108,-1.539217656,0.7198512397,3594.9134967 +428,2.144554488,0.205051084,108,-1.539217656,0.7198512397,8279.1710217 +429,-2.242387083,-0.426171285,108,-1.539217656,0.7198512397,5222.2302611 +430,0.338637212,0.909723676,108,-1.539217656,0.7198512397,4674.289824 +431,-0.148798452,0.691042401,108,-1.539217656,0.7198512397,4036.6822141 +432,0.893524764,0.441829531,108,-1.539217656,0.7198512397,7157.7407338 +433,0.969229347,-0.368847936,108,-1.539217656,0.7198512397,9915.4035389 +434,0.436043248,0.800045688,108,-1.539217656,0.7198512397,5152.1205802 +435,1.687946607,1.081504775,108,-1.539217656,0.7198512397,5303.4154019 +436,0.522302046,-0.034889271,108,-1.539217656,0.7198512397,7753.61003 +437,-0.178996113,-0.438090009,108,-1.539217656,0.7198512397,6767.6853866 +438,-1.094339566,0.301444068,108,-1.539217656,0.7198512397,2243.4272706 +439,-1.064070054,0.242569932,108,-1.539217656,0.7198512397,2499.6891154 +440,-1.068153768,0.230387998,108,-1.539217656,0.7198512397,2529.9915894 +441,-3.00496892,-0.23989155,108,-1.539217656,0.7198512397,6539.383521 +442,0.21751974,0.766874888,108,-1.539217656,0.7198512397,4774.3912661 +443,0.117229532,0.007619006,108,-1.539217656,0.7198512397,6456.9402015 +444,0.777758451,0.420554741,108,-1.539217656,0.7198512397,7006.511074 +445,-0.252356999,0.250747086,108,-1.539217656,0.7198512397,4730.7605559 +446,0.363148444,0.768483434,108,-1.539217656,0.7198512397,5088.5424391 +447,0.903191366,-0.118210676,108,-1.539217656,0.7198512397,9020.5949117 +448,-0.205755923,0.149406178,108,-1.539217656,0.7198512397,5126.8893508 +449,1.811996086,0.02364353,108,-1.539217656,0.7198512397,9403.8044497 +450,-1.100670221,0.314845373,108,-1.539217656,0.7198512397,2186.720303 +451,0.340078597,0.850105132,108,-1.539217656,0.7198512397,4828.022385 +452,0.258757267,0.804969236,108,-1.539217656,0.7198512397,4772.4359242 +453,2.78505352,-0.155160804,108,-1.539217656,0.7198512397,7778.8507443 +454,0.800551619,0.105822106,108,-1.539217656,0.7198512397,8072.1641746 +455,0.437940882,-0.506194031,108,-1.539217656,0.7198512397,8670.6883362 +456,2.230431122,0.63458615,108,-1.539217656,0.7198512397,6615.2003878 +457,0.527965361,0.127667701,108,-1.539217656,0.7198512397,7309.9423943 +458,-0.063643205,0.702093448,108,-1.539217656,0.7198512397,4237.243379 +459,1.408447268,0.133010502,108,-1.539217656,0.7198512397,8992.7744882 +460,0.523795955,0.280266966,108,-1.539217656,0.7198512397,6854.8409147 +461,-0.975769313,0.072177659,108,-1.539217656,0.7198512397,3251.5915751 +462,0.549774164,-0.463663986,108,-1.539217656,0.7198512397,8911.1240447 +463,0.29245874,1.095549818,108,-1.539217656,0.7198512397,4159.4940993 +464,0.143625958,0.816809593,108,-1.539217656,0.7198512397,4491.7893617 +465,0.671902494,0.611159853,108,-1.539217656,0.7198512397,6180.7620506 +466,1.239840988,0.6724199,108,-1.539217656,0.7198512397,6775.6690795 +467,0.607829703,-0.10932137,108,-1.539217656,0.7198512397,8201.3336741 +468,1.763020906,0.263996692,108,-1.539217656,0.7198512397,8502.5301235 +469,0.378714634,0.726066797,108,-1.539217656,0.7198512397,5235.6691316 +470,2.196736143,-0.153862366,108,-1.539217656,0.7198512397,9386.6288264 +471,0.01702415,0.148991565,108,-1.539217656,0.7198512397,5790.5706527 +472,-2.998490902,-0.158002487,108,-1.539217656,0.7198512397,6305.4890182 +473,-3.051262951,-0.346595608,108,-1.539217656,0.7198512397,6948.5956939 +474,-1.069176439,0.182802941,108,-1.539217656,0.7198512397,2684.2429125 +475,0.167157509,0.595344954,108,-1.539217656,0.7198512397,5074.8089777 +476,0.613855648,0.681746124,108,-1.539217656,0.7198512397,5847.548542 +477,1.037012736,0.682555367,108,-1.539217656,0.7198512397,6526.45714 +478,-1.253574971,0.379755746,108,-1.539217656,0.7198512397,1650.575588 +479,3.108590453,-0.132620738,108,-1.539217656,0.7198512397,6759.4000212 +480,0.565301296,0.022333262,108,-1.539217656,0.7198512397,7713.4072585 +481,0.547898238,0.855555614,108,-1.539217656,0.7198512397,5203.5614167 +482,0.948309381,0.417393755,108,-1.539217656,0.7198512397,7338.765909 +483,-0.050600732,0.945269213,108,-1.539217656,0.7198512397,3816.7481842 +484,-0.977651478,-0.572363064,108,-1.539217656,0.7198512397,5513.4070786 +485,1.102014914,0.728861163,108,-1.539217656,0.7198512397,6432.0498265 +486,2.927300795,-0.282939414,108,-1.539217656,0.7198512397,7679.752543 +487,-1.154565557,0.124434095,108,-1.539217656,0.7198512397,2719.6769175 +488,1.855331234,0.291044755,108,-1.539217656,0.7198512397,8333.4158885 +489,0.830290659,0.276904518,108,-1.539217656,0.7198512397,7587.450458 +490,0.485104466,-0.234867441,108,-1.539217656,0.7198512397,8177.1437366 +491,0.521367572,-0.33161327,108,-1.539217656,0.7198512397,8524.3663712 +1,-1.539031704,0.7349710123,109,-1.537199919,0.7199428763,59.772586802 +2,-1.536990553,0.7349663874,109,-1.537199919,0.7199428763,59.511350538 +3,-1.534951779,0.7349571355,109,-1.537199919,0.7199428763,59.842188566 +4,-1.532906461,0.7349480293,109,-1.537199919,0.7199428763,60.777378554 +5,-1.531320211,0.7346937278,109,-1.537199919,0.7199428763,60.962770415 +6,-1.539451648,0.7335131775,109,-1.537199919,0.7199428763,54.163668188 +7,-1.537429487,0.7335445708,109,-1.537199919,0.7199428763,53.880597505 +8,-1.535484998,0.7335658704,109,-1.537199919,0.7199428763,54.198933893 +9,-1.533488396,0.7336036027,109,-1.537199919,0.7199428763,55.214190905 +10,-1.531497785,0.7335842962,109,-1.537199919,0.7199428763,56.608583682 +11,-1.530259379,0.7334777758,109,-1.537199919,0.7199428763,57.413760767 +12,-1.5335454,0.7322346912,109,-1.537199919,0.7199428763,49.876587027 +13,-1.531489083,0.7322238773,109,-1.537199919,0.7199428763,51.501980207 +14,-1.530011122,0.7321679851,109,-1.537199919,0.7199428763,52.898406982 +15,-1.53348106,0.7306614094,109,-1.537199919,0.7199428763,43.863631229 +16,-1.531441779,0.7306962275,109,-1.537199919,0.7199428763,45.885960532 +17,-1.529755654,0.7306933243,109,-1.537199919,0.7199428763,47.959362326 +18,-1.533415048,0.7291384674,109,-1.537199919,0.7199428763,38.114406559 +19,-1.531392093,0.7291705353,109,-1.537199919,0.7199428763,40.406434378 +20,-1.529296523,0.7291214933,109,-1.537199919,0.7199428763,43.258485273 +21,-1.535280942,0.727267644,109,-1.537199919,0.7199428763,29.567319074 +22,-1.533378158,0.7276139666,109,-1.537199919,0.7199428763,32.433346412 +23,-1.531340368,0.7276446587,109,-1.537199919,0.7199428763,35.115571255 +24,-1.528960113,0.7276398177,109,-1.537199919,0.7199428763,39.083964007 +25,-1.533313146,0.7260818349,109,-1.537199919,0.7199428763,26.917388407 +26,-1.531259555,0.7260958115,109,-1.537199919,0.7199428763,30.087400479 +27,-1.528926415,0.7260865555,109,-1.537199919,0.7199428763,34.583149277 +28,-1.531226779,0.7245511789,109,-1.537199919,0.7199428763,25.462376279 +29,-1.528904772,0.7245519194,109,-1.537199919,0.7199428763,30.677045645 +30,-1.547195875,0.7409785979,109,-1.537199919,0.7199428763,88.387321114 +31,-1.5451475,0.740980426,109,-1.537199919,0.7199428763,86.565665735 +32,-1.543097679,0.7409798872,109,-1.537199919,0.7199428763,85.124850512 +33,-1.540720364,0.7409892687,109,-1.537199919,0.7199428763,84.009249188 +34,-1.547188511,0.7395198392,109,-1.537199919,0.7199428763,82.961890939 +35,-1.545148587,0.7395226109,109,-1.537199919,0.7199428763,81.027629105 +36,-1.543104538,0.7395314908,109,-1.537199919,0.7199428763,79.524465953 +37,-1.540727751,0.7395306258,109,-1.537199919,0.7199428763,78.282958729 +38,-1.547187029,0.7380014886,109,-1.537199919,0.7199428763,77.376031088 +39,-1.545147315,0.7380012252,109,-1.537199919,0.7199428763,75.28376054 +40,-1.54310719,0.7380060743,109,-1.537199919,0.7199428763,73.645846678 +41,-1.540719671,0.7380068206,109,-1.537199919,0.7199428763,72.30287716 +42,-1.547187189,0.7364799098,109,-1.537199919,0.7199428763,71.849687281 +43,-1.545149996,0.7364853874,109,-1.537199919,0.7199428763,69.612263067 +44,-1.543106091,0.7364823484,109,-1.537199919,0.7199428763,67.799605427 +45,-1.540717158,0.7364893901,109,-1.537199919,0.7199428763,66.360396687 +46,-1.538663972,0.7410138672,109,-1.537199919,0.7199428763,83.573881979 +47,-1.53695285,0.7409699132,109,-1.537199919,0.7199428763,83.291282713 +48,-1.534910498,0.7409641297,109,-1.537199919,0.7199428763,83.538688428 +49,-1.533145034,0.7409536636,109,-1.537199919,0.7199428763,84.079141766 +50,-1.538681336,0.7395405883,109,-1.537199919,0.7199428763,77.749635093 +51,-1.536999189,0.7395183096,109,-1.537199919,0.7199428763,77.540555703 +52,-1.534923633,0.7395144222,109,-1.537199919,0.7199428763,77.813609481 +53,-1.533267822,0.7395654306,109,-1.537199919,0.7199428763,78.586973555 +54,-1.53867273,0.7380151077,109,-1.537199919,0.7199428763,71.716215705 +55,-1.536980576,0.7379994392,109,-1.537199919,0.7199428763,71.524981167 +56,-1.534931522,0.7379944961,109,-1.537199919,0.7199428763,71.81581109 +57,-1.533387952,0.7379480264,109,-1.537199919,0.7199428763,72.20206657 +58,-1.538682279,0.7364914363,109,-1.537199919,0.7199428763,65.695166358 +59,-1.536980704,0.7364810563,109,-1.537199919,0.7199428763,65.510936769 +60,-1.534935567,0.7364752065,109,-1.537199919,0.7199428763,65.825808249 +61,-1.533042592,0.7363876366,109,-1.537199919,0.7199428763,66.287083488 +62,-1.545143426,0.7349628011,109,-1.537199919,0.7199428763,63.966606905 +63,-1.543105297,0.7349691947,109,-1.537199919,0.7199428763,62.030051791 +64,-1.541064533,0.7349647152,109,-1.537199919,0.7199428763,60.58986344 +65,-1.545411803,0.7334624714,109,-1.537199919,0.7199428763,58.810378743 +66,-1.543446606,0.7334780896,109,-1.537199919,0.7199428763,56.712363555 +67,-1.541475327,0.7334957295,109,-1.537199919,0.7199428763,55.154559658 +68,-1.545401939,0.731963266,109,-1.537199919,0.7199428763,53.453598135 +69,-1.54342253,0.7319915583,109,-1.537199919,0.7199428763,51.160739512 +70,-1.541455867,0.7320216438,109,-1.537199919,0.7199428763,49.477064104 +71,-1.545410146,0.7304422281,109,-1.537199919,0.7199428763,48.185623258 +72,-1.543435491,0.7304713664,109,-1.537199919,0.7199428763,45.615916056 +73,-1.541463105,0.7304997613,109,-1.537199919,0.7199428763,43.683552544 +74,-1.545414768,0.7289194936,109,-1.537199919,0.7199428763,43.104831529 +75,-1.543435774,0.7289538557,109,-1.537199919,0.7199428763,40.200616844 +76,-1.541457714,0.7289765881,109,-1.537199919,0.7199428763,37.945911064 +77,-1.539449415,0.7320555866,109,-1.537199919,0.7199428763,48.438935703 +78,-1.537429183,0.7321097681,109,-1.537199919,0.7199428763,48.197842768 +79,-1.535472649,0.7321497267,109,-1.537199919,0.7199428763,48.621257212 +80,-1.539457899,0.7305333307,109,-1.537199919,0.7199428763,42.479367272 +81,-1.537453161,0.7305750503,109,-1.537199919,0.7199428763,42.12073041 +82,-1.535479385,0.7306124949,109,-1.537199919,0.7199428763,42.568933544 +83,-1.53946905,0.7290102593,109,-1.537199919,0.7199428763,36.541111489 +84,-1.537459922,0.7290417293,109,-1.537199919,0.7199428763,36.048807163 +85,-1.535451349,0.7290890157,109,-1.537199919,0.7199428763,36.597209552 +86,-1.535522937,0.7279887191,109,-1.537199919,0.7199428763,32.25577858 +87,-1.539442524,0.7274735939,109,-1.537199919,0.7199428763,30.562849177 +88,-1.537424111,0.727521351,109,-1.537199919,0.7199428763,30.025713102 +89,-1.539384641,0.7259505092,109,-1.537199919,0.7199428763,24.665118414 +90,-1.537372391,0.7259947145,109,-1.537199919,0.7199428763,23.976804171 +91,-1.535340789,0.7260435356,109,-1.537199919,0.7199428763,24.78755073 +92,-1.539325716,0.7244369706,109,-1.537199919,0.7199428763,18.889134291 +93,-1.537308932,0.7244801057,109,-1.537199919,0.7199428763,17.974886299 +94,-1.535289068,0.7245247645,109,-1.537199919,0.7199428763,19.016671529 +95,-1.533261366,0.7245550236,109,-1.537199919,0.7199428763,21.697072208 +96,-1.539267302,0.722921924,109,-1.537199919,0.7199428763,13.305897343 +97,-1.537248972,0.7229660258,109,-1.537199919,0.7199428763,11.975584046 +98,-1.535219431,0.7229916471,109,-1.537199919,0.7199428763,13.436047848 +99,-1.53318962,0.7230212049,109,-1.537199919,0.7199428763,17.056444409 +100,-1.531154816,0.7230299897,109,-1.537199919,0.7199428763,21.74260946 +101,-1.528878341,0.7230370244,109,-1.537199919,0.7199428763,27.616834934 +102,-1.539218189,0.7214009878,109,-1.537199919,0.7199428763,8.3329098485 +103,-1.537198791,0.7214422745,109,-1.537199919,0.7199428763,5.9391173107 +104,-1.535179266,0.7214634354,109,-1.537199919,0.7199428763,8.5111127953 +105,-1.533156501,0.7214944644,109,-1.537199919,0.7199428763,13.511909847 +106,-1.53113574,0.7215166021,109,-1.537199919,0.7199428763,19.093173555 +107,-1.528874248,0.7215345535,109,-1.537199919,0.7199428763,25.566470381 +108,-1.539217656,0.7198512397,109,-1.537199919,0.7199428763,6.0201192398 +109,-1.537199919,0.7199428763,109,-1.537199919,0.7199428763,3.1100869321 +110,-1.545425832,0.727397149,109,-1.537199919,0.7199428763,38.314277063 +111,-1.543371177,0.7273916949,109,-1.537199919,0.7199428763,34.728680474 +112,-1.541368852,0.7274523163,109,-1.537199919,0.7199428763,32.216148177 +113,-1.545349067,0.7258710923,109,-1.537199919,0.7199428763,33.723619009 +114,-1.54332671,0.7258603556,109,-1.537199919,0.7199428763,29.674467304 +115,-1.541346831,0.7259242142,109,-1.537199919,0.7199428763,26.702590173 +116,-1.545324355,0.7243383958,109,-1.537199919,0.7199428763,29.770232492 +117,-1.543292796,0.7243617413,109,-1.537199919,0.7199428763,25.18567964 +118,-1.541295822,0.7244024384,109,-1.537199919,0.7199428763,21.453020088 +119,-1.543193859,0.7205570215,109,-1.537199919,0.7199428763,18.010484221 +120,-1.550257047,0.7386738187,109,-1.537199919,0.7199428763,83.616056365 +121,-1.549335448,0.7311736483,109,-1.537199919,0.7199428763,57.20239191 +122,-1.533478843,0.7179891343,109,-1.537199919,0.7199428763,13.524040208 +123,-1.556150555,0.738907041,109,-1.537199919,0.7199428763,93.670689027 +124,-1.554324226,0.733414257,109,-1.537199919,0.7199428763,73.600925444 +125,-1.554290846,0.7288285332,109,-1.537199919,0.7199428763,61.717537428 +126,-1.55122487,0.7219795312,109,-1.537199919,0.7199428763,42.50216178 +127,-1.525104458,0.7229399862,109,-1.537199919,0.7199428763,37.881637009 +128,-1.519607711,0.7236181429,109,-1.537199919,0.7199428763,54.293670279 +129,-1.513899999,0.7251107854,109,-1.537199919,0.7199428763,72.192875869 +130,-1.536620762,0.7431061895,109,-1.537199919,0.7199428763,91.765761693 +131,-1.5369566,0.7460845958,109,-1.537199919,0.7199428763,103.54982783 +132,-1.545345528,0.7447040685,109,-1.537199919,0.7199428763,100.97058715 +133,-1.532813921,0.7432306626,109,-1.537199919,0.7199428763,93.144243493 +134,-1.554788248,0.7382381001,109,-1.537199919,0.7199428763,89.16681488 +135,-1.540348126,0.7301594274,109,-1.537199919,0.7199428763,41.530101545 +136,-1.538016084,0.7239051786,109,-1.537199919,0.7199428763,15.881125405 +137,-1.525288962,0.7258085137,109,-1.537199919,0.7199428763,42.326577271 +138,-1.534326986,0.731241342,109,-1.537199919,0.7199428763,45.555715616 +139,-1.530733872,0.7303625216,109,-1.537199919,0.7199428763,45.505994406 +141,-1.534354939,0.7328219978,109,-1.537199919,0.7199428763,51.705097495 +142,-1.53157084,0.7292888153,109,-1.537199919,0.7199428763,40.609548132 +143,-1.525691035,0.7263799874,109,-1.537199919,0.7199428763,42.640058544 +144,-1.534031287,0.7495967835,109,-1.537199919,0.7199428763,117.82762539 +145,-1.527714986,0.7283095957,109,-1.537199919,0.7199428763,43.47750908 +146,-1.526189586,0.7271468292,109,-1.537199919,0.7199428763,43.388513714 +147,-1.555177336,0.7375563366,109,-1.537199919,0.7199428763,87.68752283 +148,-1.555080283,0.7312707794,109,-1.537199919,0.7199428763,69.429086434 +149,-1.53856994,0.7224180299,109,-1.537199919,0.7199428763,10.617449575 +150,-1.530837883,0.729933372,109,-1.537199919,0.7199428763,43.83813808 +151,-1.515066984,0.5854133365,109,-1.537199919,0.7199428763,537.38516338 +152,-1.534731633,0.5368370046,109,-1.537199919,0.7199428763,725.32516984 +153,-1.515231902,0.5607085576,109,-1.537199919,0.7199428763,634.55347641 +154,-2.616253799,1.0684566605,109,-1.537199919,0.7199428763,2869.8906321 +155,-1.956071439,0.5792177723,109,-1.537199919,0.7199428763,1427.9657527 +156,-1.951208514,0.5602434208,109,-1.537199919,0.7199428763,1453.0409886 +157,-1.944675062,0.6062144545,109,-1.537199919,0.7199428763,1344.4045964 +158,-1.613778386,0.6077989518,109,-1.537199919,0.7199428763,504.19291584 +159,-2.035029014,0.6021432345,109,-1.537199919,0.7199428763,1616.6295759 +160,-2.114989471,0.6801825058,109,-1.537199919,0.7199428763,1746.8071058 +161,-2.037382079,0.5765830025,109,-1.537199919,0.7199428763,1669.0641682 +162,-2.129855121,0.6585019963,109,-1.537199919,0.7199428763,1816.2435054 +163,-2.075141798,0.6493615843,109,-1.537199919,0.7199428763,1665.1075398 +164,-1.828626729,0.6948433129,109,-1.537199919,0.7199428763,881.60029236 +165,-1.863329418,0.6735427691,109,-1.537199919,0.7199428763,1005.5716971 +166,-1.266037071,0.727988852,109,-1.537199919,0.7199428763,804.22027132 +167,-1.277579582,0.7249010648,109,-1.537199919,0.7199428763,770.77660375 +168,-1.258418684,0.7241194816,109,-1.537199919,0.7199428763,827.68916907 +169,-1.317813974,0.6804850104,109,-1.537199919,0.7199428763,681.97954177 +170,-1.344165204,0.6790988904,109,-1.537199919,0.7199428763,606.51317952 +171,-1.427582102,0.5277120351,109,-1.537199919,0.7199428763,838.41806645 +172,-1.402238616,0.457167829,109,-1.537199919,0.7199428763,1130.624452 +173,-1.422454264,0.4996161999,109,-1.537199919,0.7199428763,948.16552042 +174,-1.439089277,0.4894859811,109,-1.537199919,0.7199428763,966.6202035 +175,-1.448126995,0.5182330266,109,-1.537199919,0.7199428763,848.64241987 +176,-1.474626146,0.5881926574,109,-1.537199919,0.7199428763,557.55942907 +177,-1.421139645,0.5584869783,109,-1.537199919,0.7199428763,737.75169813 +178,-1.457037165,0.565943032,109,-1.537199919,0.7199428763,660.54260289 +179,-2.757159358,0.3745319,109,-1.537199919,0.7199428763,4231.1707092 +180,-2.714309238,0.342054471,109,-1.537199919,0.7199428763,4180.553439 +181,-2.000525337,0.774119946,109,-1.537199919,0.7199428763,1357.3883135 +183,-1.571413436,0.6777838382,109,-1.537199919,0.7199428763,196.58343371 +184,-1.552860289,0.6987663893,109,-1.537199919,0.7199428763,96.181912232 +185,-1.521852374,0.7165827476,109,-1.537199919,0.7199428763,47.668548105 +186,-1.503656267,0.6928968252,109,-1.537199919,0.7199428763,147.27360934 +187,-1.502753178,0.7136205882,109,-1.537199919,0.7199428763,105.86972591 +188,-1.631894563,0.7343596465,109,-1.537199919,0.7199428763,285.92163051 +189,-1.653765416,0.6770714026,109,-1.537199919,0.7199428763,392.09666615 +190,-1.719812114,0.6715965947,109,-1.537199919,0.7199428763,586.83718384 +191,-1.493406659,0.6646955447,109,-1.537199919,0.7199428763,256.32643923 +192,-1.469120564,0.6613469966,109,-1.537199919,0.7199428763,311.50135772 +193,-1.590551461,0.5326612937,109,-1.537199919,0.7199428763,761.17820194 +194,-1.625979264,0.5247742243,109,-1.537199919,0.7199428763,823.76228979 +195,-1.572293943,0.5238808754,109,-1.537199919,0.7199428763,784.71015657 +196,-1.610848725,0.5477107964,109,-1.537199919,0.7199428763,721.31713956 +197,-1.208485554,0.7918526018,109,-1.537199919,0.7199428763,986.67555622 +198,-1.335601374,0.6869083083,109,-1.537199919,0.7199428763,622.3756732 +199,-1.346156996,0.6825213377,109,-1.537199919,0.7199428763,596.41144241 +200,-1.324381037,0.6741422347,109,-1.537199919,0.7199428763,670.66978982 +201,-1.242424992,0.7378949807,109,-1.537199919,0.7199428763,872.36770046 +202,-1.270370057,0.7392461008,109,-1.537199919,0.7199428763,790.49297944 +203,-1.448950472,0.7441675014,109,-1.537199919,0.7199428763,277.08574283 +204,-1.492662363,0.7523026852,109,-1.537199919,0.7199428763,183.0705474 +205,-1.479098966,0.7763855017,109,-1.537199919,0.7199428763,280.00777964 +206,-1.633760714,0.7869022408,109,-1.537199919,0.7199428763,384.74618693 +207,-1.647406434,0.8101289331,109,-1.537199919,0.7199428763,475.88572138 +208,-1.564245052,0.5701509278,109,-1.537199919,0.7199428763,599.43807873 +209,-1.646289963,0.6833746083,109,-1.537199919,0.7199428763,360.30201512 +210,-1.5820631,0.6751952144,109,-1.537199919,0.7199428763,223.50281855 +211,-1.613236298,0.6681681791,109,-1.537199919,0.7199428763,309.19988469 +212,-1.914661867,0.8212566515,109,-1.537199919,0.7199428763,1140.7861748 +213,-1.742133237,0.7250275956,109,-1.537199919,0.7199428763,608.80346242 +214,-2.033144872,0.6557314699,109,-1.537199919,0.7199428763,1531.880269 +215,-2.039551981,0.6964723658,109,-1.537199919,0.7199428763,1507.2679907 +216,-1.247341019,0.7622473908,109,-1.537199919,0.7199428763,861.8776683 +217,-1.298239787,0.7084123392,109,-1.537199919,0.7199428763,715.93494639 +218,-1.308539688,0.6926545592,109,-1.537199919,0.7199428763,696.77898658 +219,-1.303263185,0.6888938396,109,-1.537199919,0.7199428763,715.95136921 +220,-1.852400229,0.6004246149,109,-1.537199919,0.7199428763,1091.03322 +221,-1.288947707,0.7473773692,109,-1.537199919,0.7199428763,737.47296939 +222,-1.372031502,0.7472790993,109,-1.537199919,0.7199428763,497.56301391 +223,-1.289805721,0.7242157877,109,-1.537199919,0.7199428763,734.74195984 +224,-1.350807603,0.7533498126,109,-1.537199919,0.7199428763,562.22539478 +225,-1.329290365,0.7560442322,109,-1.537199919,0.7199428763,625.22312597 +226,-1.410153004,0.616936428,109,-1.537199919,0.7199428763,567.4198916 +227,-1.393445434,0.6308995063,109,-1.537199919,0.7199428763,566.8937531 +228,-1.37595573,0.6241540638,109,-1.537199919,0.7199428763,626.89649278 +229,-1.358388707,0.6172645205,109,-1.537199919,0.7199428763,687.89373194 +230,-1.753741133,0.8281661666,109,-1.537199919,0.7199428763,746.86435826 +231,-1.47430987,0.6834615681,109,-1.537199919,0.7199428763,238.87262468 +232,-1.421012508,0.7222725206,109,-1.537199919,0.7199428763,345.6965377 +233,-1.4476833,0.6978557868,109,-1.537199919,0.7199428763,282.95950561 +234,-1.470370723,0.6966193374,109,-1.537199919,0.7199428763,221.22567194 +235,-1.429211703,0.7037216883,109,-1.537199919,0.7199428763,330.10604334 +236,-1.700578405,0.6178673663,109,-1.537199919,0.7199428763,648.34696838 +237,-1.678117619,0.6331716163,109,-1.537199919,0.7199428763,554.14918034 +238,-1.725644578,0.6316331145,109,-1.537199919,0.7199428763,678.58509325 +239,-2.14012759,0.7930497945,109,-1.537199919,0.7199428763,1746.9362056 +240,-2.103289431,0.7653606263,109,-1.537199919,0.7199428763,1650.9214333 +241,-1.318739838,0.7017808746,109,-1.537199919,0.7199428763,659.09185444 +242,-1.396417427,0.7077900843,109,-1.537199919,0.7199428763,424.06707244 +243,-1.35650337,0.7185539404,109,-1.537199919,0.7199428763,538.1607535 +244,-1.248884539,0.7274156818,109,-1.537199919,0.7199428763,854.99946562 +245,-1.395014798,0.5761185243,109,-1.537199919,0.7199428763,724.63381606 +246,-1.433377362,0.6064716109,109,-1.537199919,0.7199428763,553.78547385 +247,-1.408172432,0.5903155476,109,-1.537199919,0.7199428763,653.57110647 +248,-1.749645898,0.7757118084,109,-1.537199919,0.7199428763,654.53809384 +249,-1.571626686,0.615046989,109,-1.537199919,0.7199428763,429.03769512 +250,-1.514070049,0.6303003037,109,-1.537199919,0.7199428763,362.19142106 +251,-1.480890369,0.6237966528,109,-1.537199919,0.7199428763,418.85265168 +252,-1.704390658,0.5281680612,109,-1.537199919,0.7199428763,929.16385178 +253,-1.64434733,0.5254277498,109,-1.537199919,0.7199428763,843.4998389 +254,-1.703855997,0.4792484842,109,-1.537199919,0.7199428763,1096.4835422 +255,-1.692002383,0.5748825051,109,-1.537199919,0.7199428763,753.6886077 +256,-1.854136457,0.5544643913,109,-1.537199919,0.7199428763,1199.4099311 +257,-1.665021206,0.520317736,109,-1.537199919,0.7199428763,890.78059228 +258,-1.733654349,0.4845187345,109,-1.537199919,0.7199428763,1129.4967742 +259,-1.720938188,0.5135933906,109,-1.537199919,0.7199428763,1008.491963 +260,-1.742668307,0.553296122,109,-1.537199919,0.7199428763,927.81654396 +261,-1.965659039,0.7142126903,109,-1.537199919,0.7199428763,1275.1044743 +262,-1.944438071,0.6772834804,109,-1.537199919,0.7199428763,1242.8691854 +263,-1.270340967,0.7681487096,109,-1.537199919,0.7199428763,799.49906538 +264,-1.353091884,0.6549276821,109,-1.537199919,0.7199428763,619.10259962 +265,-1.333236659,0.6413584414,109,-1.537199919,0.7199428763,699.9756887 +266,-1.352015998,0.6753788907,109,-1.537199919,0.7199428763,588.73444906 +267,-1.377988483,0.6577816235,109,-1.537199919,0.7199428763,545.1570165 +268,-2.13075611,0.8318642051,109,-1.537199919,0.7199428763,1720.5618717 +269,-2.097910953,0.8259670014,109,-1.537199919,0.7199428763,1631.6717549 +270,-1.416382069,0.6694271549,109,-1.537199919,0.7199428763,418.39207731 +271,-1.538905672,0.7535625993,109,-1.537199919,0.7199428763,133.26168433 +272,-1.572309477,0.7803125099,109,-1.537199919,0.7199428763,259.84644231 +273,-1.87759879,0.7503853417,109,-1.537199919,0.7199428763,1005.0186718 +274,1.152365588,0.590457682,109,-1.537199919,0.7199428763,6998.233133 +275,0.350198001,0.718001859,109,-1.537199919,0.7199428763,5190.4302006 +276,0.046513677,0.491503852,109,-1.537199919,0.7199428763,5004.1699495 +277,0.027510309,0.742571376,109,-1.537199919,0.7199428763,4376.5796981 +278,0.306285725,-0.214631579,109,-1.537199919,0.7199428763,7588.7932578 +279,-1.100564889,0.318051531,109,-1.537199919,0.7199428763,2172.4955366 +280,-1.078582306,0.301437596,109,-1.537199919,0.7199428763,2275.2673786 +281,-1.137371989,-0.617634065,109,-1.537199919,0.7199428763,5493.8917341 +282,0.784356344,0.703272339,109,-1.537199919,0.7199428763,6082.4656587 +283,-1.221209947,0.218327455,109,-1.537199919,0.7199428763,2268.2794568 +284,2.347301921,-0.449114658,109,-1.537199919,0.7199428763,9798.0648847 +285,0.246820618,0.830553713,109,-1.537199919,0.7199428763,4680.1330691 +286,0.829414965,0.703288228,109,-1.537199919,0.7199428763,6155.6739114 +287,-1.337537566,0.42332223,109,-1.537199919,0.7199428763,1347.2498882 +288,0.882453706,0.454478077,109,-1.537199919,0.7199428763,7090.5918873 +289,1.575629659,0.416419109,109,-1.537199919,0.7199428763,7941.4768635 +290,-1.039455679,0.229888244,109,-1.537199919,0.7199428763,2591.6452334 +291,0.489558039,0.934482747,109,-1.537199919,0.7199428763,4874.8015623 +292,0.081344504,0.88384514,109,-1.537199919,0.7199428763,4207.0012764 +293,-1.547979814,0.300350308,109,-1.537199919,0.7199428763,1662.4118375 +294,0.040776181,0.168560074,109,-1.537199919,0.7199428763,5804.0896032 +295,-1.130374745,0.563894876,109,-1.537199919,0.7199428763,1424.9632291 +296,1.578326642,0.478507176,109,-1.537199919,0.7199428763,7695.8238038 +297,-1.12861823,-0.291640865,109,-1.537199919,0.7199428763,4278.2570592 +298,0.310524208,0.770885792,109,-1.537199919,0.7199428763,4965.2487102 +299,0.415649091,-0.387246002,109,-1.537199919,0.7199428763,8335.0916832 +300,-0.926533878,-0.188022748,109,-1.537199919,0.7199428763,4230.4187382 +301,1.258856172,-0.11716081,109,-1.537199919,0.7199428763,9763.3394455 +302,-1.126050026,0.322941926,109,-1.537199919,0.7199428763,2099.3343569 +303,2.002785835,0.07893892,109,-1.537199919,0.7199428763,8966.7095057 +304,0.440437607,0.746258085,109,-1.537199919,0.7199428763,5305.9983706 +305,-0.030391866,0.214441206,109,-1.537199919,0.7199428763,5475.6855203 +306,0.521557815,-0.058929362,109,-1.537199919,0.7199428763,7811.8553694 +307,-0.097005111,0.13317729,109,-1.537199919,0.7199428763,5486.5219884 +308,1.83113859,0.221857587,109,-1.537199919,0.7199428763,8622.1728039 +309,0.222428864,0.099404236,109,-1.537199919,0.7199428763,6519.2785951 +310,-1.702731345,0.8728568183,109,-1.537199919,0.7199428763,758.38230129 +311,-0.418507569,0.278324921,109,-1.537199919,0.7199428763,4161.8350936 +312,-1.41153306,0.339029988,109,-1.537199919,0.7199428763,1567.2922537 +313,0.357560442,0.114788776,109,-1.537199919,0.7199428763,6867.4019565 +314,0.325818979,0.268352149,109,-1.537199919,0.7199428763,6356.7042593 +315,-1.246004659,-0.663679965,109,-1.537199919,0.7199428763,5580.8151495 +316,1.814603087,0.637404484,109,-1.537199919,0.7199428763,7013.5664715 +317,1.843704281,-0.18300445,109,-1.537199919,0.7199428763,10159.129076 +318,1.690644492,-0.211480909,109,-1.537199919,0.7199428763,10407.708142 +319,-1.275451936,0.068109467,109,-1.537199919,0.7199428763,2744.4093186 +320,0.762430171,-0.207594741,109,-1.537199919,0.7199428763,8900.545781 +321,0.265668905,-0.014647884,109,-1.537199919,0.7199428763,6949.1195681 +322,-2.773032013,-0.335515811,109,-1.537199919,0.7199428763,6157.4213322 +323,-1.469512853,0.174058777,109,-1.537199919,0.7199428763,2175.1490229 +324,0.286276986,0.785925691,109,-1.537199919,0.7199428763,4874.5734631 +325,-1.379324697,0.377432233,109,-1.537199919,0.7199428763,1455.7354398 +326,-1.203778265,0.212813032,109,-1.537199919,0.7199428763,2317.4822003 +327,0.579916301,0.611743168,109,-1.537199919,0.7199428763,5988.5710386 +328,0.267582642,0.868113908,109,-1.537199919,0.7199428763,4632.8980131 +329,0.412869244,-0.050245578,109,-1.537199919,0.7199428763,7475.1129343 +330,0.17524381,0.976660285,109,-1.537199919,0.7199428763,4207.4499746 +331,0.743157214,0.204812899,109,-1.537199919,0.7199428763,7619.2062325 +332,-1.070758176,0.269382282,109,-1.537199919,0.7199428763,2394.4454871 +333,-1.230364251,0.329790229,109,-1.537199919,0.7199428763,1861.1488903 +334,-1.374813124,-0.024926835,109,-1.537199919,0.7199428763,3007.7591596 +335,0.519780566,0.463669906,109,-1.537199919,0.7199428763,6298.5021633 +336,-1.55108034,0.239698561,109,-1.537199919,0.7199428763,1902.8508495 +337,0.180294813,0.029739425,109,-1.537199919,0.7199428763,6579.871313 +338,0.67820924,0.268170153,109,-1.537199919,0.7199428763,7267.5408038 +339,0.445798684,1.024001867,109,-1.537199919,0.7199428763,4563.3699965 +340,0.691751283,0.150521402,109,-1.537199919,0.7199428763,7662.8199757 +341,-1.036643551,-0.903056181,109,-1.537199919,0.7199428763,6655.7077483 +342,-0.120287036,1.083325163,109,-1.537199919,0.7199428763,3488.9254839 +343,2.823513113,-0.304487164,109,-1.537199919,0.7199428763,8047.5242529 +344,0.457583172,1.12513373,109,-1.537199919,0.7199428763,4321.3893317 +345,0.042918831,0.813795399,109,-1.537199919,0.7199428763,4263.7955238 +346,1.196146777,-0.853142756,109,-1.537199919,0.7199428763,11192.469032 +347,0.206001358,-0.010430701,109,-1.537199919,0.7199428763,6761.6975215 +348,-0.268308653,0.234799412,109,-1.537199919,0.7199428763,4717.2015233 +349,0.759363263,0.736189579,109,-1.537199919,0.7199428763,5932.7187671 +350,0.181363926,0.891988372,109,-1.537199919,0.7199428763,4401.0541196 +351,-0.021111158,0.139103292,109,-1.537199919,0.7199428763,5697.0023402 +352,-0.093355215,0.630686981,109,-1.537199919,0.7199428763,4303.1486468 +353,0.40118964,0.681375926,109,-1.537199919,0.7199428763,5402.357628 +354,-0.721197315,1.304706234,109,-1.537199919,0.7199428763,2730.931097 +355,-1.076150317,0.212107639,109,-1.537199919,0.7199428763,2568.2827387 +356,-1.577164531,0.273993443,109,-1.537199919,0.7199428763,1771.7058079 +357,-0.190788414,0.182208586,109,-1.537199919,0.7199428763,5081.3226841 +358,-0.261349752,0.209710184,109,-1.537199919,0.7199428763,4801.2571474 +359,-1.029303852,0.083549259,109,-1.537199919,0.7199428763,3096.578373 +360,-1.268609162,0.330525297,109,-1.537199919,0.7199428763,1789.8517951 +361,1.282982244,-0.926641967,109,-1.537199919,0.7199428763,11258.988635 +362,0.217352334,0.731352408,109,-1.537199919,0.7199428763,4855.7383555 +363,-1.511833084,0.258629297,109,-1.537199919,0.7199428763,1829.3428358 +364,0.338812194,0.823184618,109,-1.537199919,0.7199428763,4890.2502613 +365,-0.324406489,1.134201999,109,-1.537199919,0.7199428763,3100.9349447 +366,1.389579348,0.399185724,109,-1.537199919,0.7199428763,7941.1802673 +367,2.047152199,-0.039082036,109,-1.537199919,0.7199428763,9318.8040995 +368,0.947780369,0.568250077,109,-1.537199919,0.7199428763,6806.6728307 +369,0.763824846,0.576754987,109,-1.537199919,0.7199428763,6463.0609478 +370,-0.142334657,0.928153068,109,-1.537199919,0.7199428763,3639.8522991 +371,0.610266567,0.547265983,109,-1.537199919,0.7199428763,6249.5326462 +372,0.210731629,0.746815056,109,-1.537199919,0.7199428763,4802.7477838 +373,-1.34931644,0.316895224,109,-1.537199919,0.7199428763,1719.0118578 +374,2.407696481,0.655030745,109,-1.537199919,0.7199428763,6270.7430928 +375,0.64207831,0.545359131,109,-1.537199919,0.7199428763,6322.5895853 +376,1.174597538,0.840588356,109,-1.537199919,0.7199428763,6081.8904597 +377,0.660059424,0.010604079,109,-1.537199919,0.7199428763,7999.1463722 +378,-0.730263819,0.010486456,109,-1.537199919,0.7199428763,4023.5553062 +379,0.831068936,0.512339172,109,-1.537199919,0.7199428763,6801.1521636 +380,1.301180979,0.72367476,109,-1.537199919,0.7199428763,6623.2041394 +381,1.811128231,0.322854402,109,-1.537199919,0.7199428763,8244.0597241 +382,0.435105812,0.992284428,109,-1.537199919,0.7199428763,4629.0251332 +383,0.62643634,0.592027932,109,-1.537199919,0.7199428763,6145.2159755 +384,0.492988703,-0.516339467,109,-1.537199919,0.7199428763,8847.7773171 +385,-0.162469483,0.112549365,109,-1.537199919,0.7199428763,5344.9679719 +386,0.314630866,0.472006421,109,-1.537199919,0.7199428763,5769.1368634 +387,0.166744804,0.822815954,109,-1.537199919,0.7199428763,4524.8741256 +388,0.417159608,0.965805736,109,-1.537199919,0.7199428763,4668.1356074 +389,0.106334961,0.868774244,109,-1.537199919,0.7199428763,4292.1493796 +390,0.815086969,-0.338144359,109,-1.537199919,0.7199428763,9396.0526851 +391,0.59867455,-0.230624824,109,-1.537199919,0.7199428763,8493.9348389 +392,1.915104874,0.066220985,109,-1.537199919,0.7199428763,9133.5566178 +393,1.278093622,0.064463721,109,-1.537199919,0.7199428763,9120.6328881 +394,-0.061477853,0.302997961,109,-1.537199919,0.7199428763,5160.1505324 +395,0.251311504,0.626976942,109,-1.537199919,0.7199428763,5199.2580492 +396,2.950242872,0.149095644,109,-1.537199919,0.7199428763,6491.08294 +397,-0.180294708,0.35375117,109,-1.537199919,0.7199428763,4686.0052869 +398,1.010448592,-0.351180233,109,-1.537199919,0.7199428763,9974.3822925 +399,-1.748740498,0.3686318073,109,-1.537199919,0.7199428763,1561.5862402 +400,2.699635665,0.123533791,109,-1.537199919,0.7199428763,7265.189882 +401,0.496808033,0.823843254,109,-1.537199919,0.7199428763,5198.2973727 +402,0.129574704,0.763364087,109,-1.537199919,0.7199428763,4575.5429812 +403,1.798920311,0.817447563,109,-1.537199919,0.7199428763,6315.8049516 +404,0.335987953,0.746786541,109,-1.537199919,0.7199428763,5083.1023259 +405,-1.085413643,0.292154671,109,-1.537199919,0.7199428763,2288.7941131 +406,-0.155321003,0.508207011,109,-1.537199919,0.7199428763,4398.7855643 +407,0.620529244,-0.301175104,109,-1.537199919,0.7199428763,8737.3943611 +408,1.684402744,0.368716966,109,-1.537199919,0.7199428763,8121.6433636 +409,0.300582244,-0.386397212,109,-1.537199919,0.7199428763,7992.2462958 +410,2.913555946,-0.009225192,109,-1.537199919,0.7199428763,7021.7056666 +411,1.465101417,0.493232532,109,-1.537199919,0.7199428763,7611.3736338 +412,0.090612882,0.907955955,109,-1.537199919,0.7199428763,4178.2528965 +413,2.987564726,-0.729568594,109,-1.537199919,0.7199428763,8500.3972234 +414,-1.484261606,0.224149272,109,-1.537199919,0.7199428763,1972.3717101 +415,0.164073421,0.303955133,109,-1.537199919,0.7199428763,5809.2241946 +416,0.141441293,0.167552546,109,-1.537199919,0.7199428763,6102.4181678 +417,2.931321023,-0.506718887,109,-1.537199919,0.7199428763,8199.2070004 +418,2.21951565,0.700596356,109,-1.537199919,0.7199428763,6397.6190714 +419,0.268112576,1.199114336,109,-1.537199919,0.7199428763,3911.0540284 +420,0.978913739,0.359223811,109,-1.537199919,0.7199428763,7591.0577944 +421,1.210898818,0.522863584,109,-1.537199919,0.7199428763,7314.5382734 +422,2.347397336,0.129231362,109,-1.537199919,0.7199428763,8133.5720684 +423,0.614394501,0.556878345,109,-1.537199919,0.7199428763,6228.7086204 +424,-1.398079356,0.148483366,109,-1.537199919,0.7199428763,2315.6332569 +425,2.535303836,-0.112984496,109,-1.537199919,0.7199428763,8389.869397 +426,-1.019372593,-0.405322349,109,-1.537199919,0.7199428763,4846.2928869 +427,-1.297785627,-0.160104069,109,-1.537199919,0.7199428763,3593.4671206 +428,2.144554488,0.205051084,109,-1.537199919,0.7199428763,8282.3675087 +429,-2.242387083,-0.426171285,109,-1.537199919,0.7199428763,5226.1760742 +430,0.338637212,0.909723676,109,-1.537199919,0.7199428763,4670.2033963 +431,-0.148798452,0.691042401,109,-1.537199919,0.7199428763,4031.1666522 +432,0.893524764,0.441829531,109,-1.537199919,0.7199428763,7153.8110008 +433,0.969229347,-0.368847936,109,-1.537199919,0.7199428763,9909.6990485 +434,0.436043248,0.800045688,109,-1.537199919,0.7199428763,5147.8537502 +435,1.687946607,1.081504775,109,-1.537199919,0.7199428763,5303.2978399 +436,0.522302046,-0.034889271,109,-1.537199919,0.7199428763,7747.7784084 +437,-0.178996113,-0.438090009,109,-1.537199919,0.7199428763,6762.477451 +438,-1.094339566,0.301444068,109,-1.537199919,0.7199428763,2239.0646841 +439,-1.064070054,0.242569932,109,-1.537199919,0.7199428763,2495.411183 +440,-1.068153768,0.230387998,109,-1.537199919,0.7199428763,2525.7877022 +441,-3.00496892,-0.23989155,109,-1.537199919,0.7199428763,6545.2973688 +442,0.21751974,0.766874888,109,-1.537199919,0.7199428763,4769.5994276 +443,0.117229532,0.007619006,109,-1.537199919,0.7199428763,6450.9200872 +444,0.777758451,0.420554741,109,-1.537199919,0.7199428763,7002.1346999 +445,-0.252356999,0.250747086,109,-1.537199919,0.7199428763,4724.7488188 +446,0.363148444,0.768483434,109,-1.537199919,0.7199428763,5084.026075 +447,0.903191366,-0.118210676,109,-1.537199919,0.7199428763,9015.345965 +448,-0.205755923,0.149406178,109,-1.537199919,0.7199428763,5120.9017703 +449,1.811996086,0.02364353,109,-1.537199919,0.7199428763,9405.2502185 +450,-1.100670221,0.314845373,109,-1.537199919,0.7199428763,2182.3319201 +451,0.340078597,0.850105132,109,-1.537199919,0.7199428763,4823.7259588 +452,0.258757267,0.804969236,109,-1.537199919,0.7199428763,4767.8375068 +453,2.78505352,-0.155160804,109,-1.537199919,0.7199428763,7784.7477422 +454,0.800551619,0.105822106,109,-1.537199919,0.7199428763,8067.1342528 +455,0.437940882,-0.506194031,109,-1.537199919,0.7199428763,8664.8258647 +456,2.230431122,0.63458615,109,-1.537199919,0.7199428763,6617.7345786 +457,0.527965361,0.127667701,109,-1.537199919,0.7199428763,7304.3421672 +458,-0.063643205,0.702093448,109,-1.537199919,0.7199428763,4231.853675 +459,1.408447268,0.133010502,109,-1.537199919,0.7199428763,8990.9155726 +460,0.523795955,0.280266966,109,-1.537199919,0.7199428763,6849.4975335 +461,-0.975769313,0.072177659,109,-1.537199919,0.7199428763,3247.4709975 +462,0.549774164,-0.463663986,109,-1.537199919,0.7199428763,8905.1456128 +463,0.29245874,1.095549818,109,-1.537199919,0.7199428763,4156.1179519 +464,0.143625958,0.816809593,109,-1.537199919,0.7199428763,4487.0365939 +465,0.671902494,0.611159853,109,-1.537199919,0.7199428763,6176.5388101 +466,1.239840988,0.6724199,109,-1.537199919,0.7199428763,6773.6326711 +467,0.607829703,-0.10932137,109,-1.537199919,0.7199428763,8195.5122499 +468,1.763020906,0.263996692,109,-1.537199919,0.7199428763,8503.272712 +469,0.378714634,0.726066797,109,-1.537199919,0.7199428763,5231.0572348 +470,2.196736143,-0.153862366,109,-1.537199919,0.7199428763,9391.1709904 +471,0.01702415,0.148991565,109,-1.537199919,0.7199428763,5784.5558231 +472,-2.998490902,-0.158002487,109,-1.537199919,0.7199428763,6311.4575606 +473,-3.051262951,-0.346595608,109,-1.537199919,0.7199428763,6954.4427077 +474,-1.069176439,0.182802941,109,-1.537199919,0.7199428763,2680.2359045 +475,0.167157509,0.595344954,109,-1.537199919,0.7199428763,5069.4759004 +476,0.613855648,0.681746124,109,-1.537199919,0.7199428763,5843.355961 +477,1.037012736,0.682555367,109,-1.537199919,0.7199428763,6523.6180013 +478,-1.253574971,0.379755746,109,-1.537199919,0.7199428763,1646.9769981 +479,3.108590453,-0.132620738,109,-1.537199919,0.7199428763,6765.42011 +480,0.565301296,0.022333262,109,-1.537199919,0.7199428763,7707.706585 +481,0.547898238,0.855555614,109,-1.537199919,0.7199428763,5199.7223393 +482,0.948309381,0.417393755,109,-1.537199919,0.7199428763,7334.9864529 +483,-0.050600732,0.945269213,109,-1.537199919,0.7199428763,3812.2215983 +484,-0.977651478,-0.572363064,109,-1.537199919,0.7199428763,5511.0011134 +485,1.102014914,0.728861163,109,-1.537199919,0.7199428763,6429.5536756 +486,2.927300795,-0.282939414,109,-1.537199919,0.7199428763,7685.7726584 +487,-1.154565557,0.124434095,109,-1.537199919,0.7199428763,2716.44854 +488,1.855331234,0.291044755,109,-1.537199919,0.7199428763,8334.7335273 +489,0.830290659,0.276904518,109,-1.537199919,0.7199428763,7582.9080469 +490,0.485104466,-0.234867441,109,-1.537199919,0.7199428763,8171.1342983 +491,0.521367572,-0.33161327,109,-1.537199919,0.7199428763,8518.3462788 +1,-1.539031704,0.7349710123,110,-1.545425832,0.727397149,35.432165426 +2,-1.536990553,0.7349663874,110,-1.545425832,0.727397149,38.954929611 +3,-1.534951779,0.7349571355,110,-1.545425832,0.727397149,43.016855518 +4,-1.532906461,0.7349480293,110,-1.545425832,0.727397149,47.509480276 +5,-1.531320211,0.7346937278,110,-1.545425832,0.727397149,50.650496761 +6,-1.539451648,0.7335131775,110,-1.545425832,0.727397149,29.959415585 +7,-1.537429487,0.7335445708,110,-1.545425832,0.727397149,33.904442788 +8,-1.535484998,0.7335658704,110,-1.545425832,0.727397149,38.173517836 +9,-1.533488396,0.7336036027,110,-1.545425832,0.727397149,42.95034538 +10,-1.531497785,0.7335842962,110,-1.545425832,0.727397149,47.845244094 +11,-1.530259379,0.7334777758,110,-1.545425832,0.727397149,50.818091974 +12,-1.5335454,0.7322346912,110,-1.545425832,0.727397149,39.965333877 +13,-1.531489083,0.7322238773,110,-1.545425832,0.727397149,45.368069381 +14,-1.530011122,0.7321679851,110,-1.545425832,0.727397149,49.274788764 +15,-1.53348106,0.7306614094,110,-1.545425832,0.727397149,37.581329069 +16,-1.531441779,0.7306962275,110,-1.545425832,0.727397149,43.328362303 +17,-1.529755654,0.7306933243,110,-1.545425832,0.727397149,48.097828009 +18,-1.533415048,0.7291384674,110,-1.545425832,0.727397149,36.169982915 +19,-1.531392093,0.7291705353,110,-1.545425832,0.727397149,42.076356092 +20,-1.529296523,0.7291214933,110,-1.545425832,0.727397149,48.168393397 +21,-1.535280942,0.727267644,110,-1.545425832,0.727397149,30.019724936 +22,-1.533378158,0.7276139666,110,-1.545425832,0.727397149,35.649870225 +23,-1.531340368,0.7276446587,110,-1.545425832,0.727397149,41.678649627 +24,-1.528960113,0.7276398177,110,-1.545425832,0.727397149,48.717826251 +25,-1.533313146,0.7260818349,110,-1.545425832,0.727397149,36.232792934 +26,-1.531259555,0.7260958115,110,-1.545425832,0.727397149,42.250662951 +27,-1.528926415,0.7260865555,110,-1.545425832,0.727397149,49.116862901 +28,-1.531226779,0.7245511789,110,-1.545425832,0.727397149,43.545333581 +29,-1.528904772,0.7245519194,110,-1.545425832,0.727397149,50.220017455 +30,-1.547195875,0.7409785979,110,-1.545425832,0.727397149,54.04731183 +31,-1.5451475,0.740980426,110,-1.545425832,0.727397149,53.809584291 +32,-1.543097679,0.7409798872,110,-1.545425832,0.727397149,54.23502282 +33,-1.540720364,0.7409892687,110,-1.545425832,0.727397149,55.587882695 +34,-1.547188511,0.7395198392,110,-1.545425832,0.727397149,48.297268962 +35,-1.545148587,0.7395226109,110,-1.545425832,0.727397149,48.035881936 +36,-1.543104538,0.7395314908,110,-1.545425832,0.727397149,48.547006343 +37,-1.540727751,0.7395306258,110,-1.545425832,0.727397149,50.009244628 +38,-1.547187029,0.7380014886,110,-1.545425832,0.727397149,42.322692532 +39,-1.545147315,0.7380012252,110,-1.545425832,0.727397149,42.010750713 +40,-1.54310719,0.7380060743,110,-1.545425832,0.727397149,42.572924224 +41,-1.540719671,0.7380068206,110,-1.545425832,0.727397149,44.250532019 +42,-1.547187189,0.7364799098,110,-1.545425832,0.727397149,36.349211831 +43,-1.545149996,0.7364853874,110,-1.545425832,0.727397149,36.007685602 +44,-1.543106091,0.7364823484,110,-1.545425832,0.727397149,36.629827949 +45,-1.540717158,0.7364893901,110,-1.545425832,0.727397149,38.594306221 +46,-1.538663972,0.7410138672,110,-1.545425832,0.727397149,57.483866802 +47,-1.53695285,0.7409699132,110,-1.545425832,0.727397149,59.254202208 +48,-1.534910498,0.7409641297,110,-1.545425832,0.727397149,61.999324875 +49,-1.533145034,0.7409536636,110,-1.545425832,0.727397149,64.710551763 +50,-1.538681336,0.7395405883,110,-1.545425832,0.727397149,52.033137713 +51,-1.536999189,0.7395183096,110,-1.545425832,0.727397149,54.036302605 +52,-1.534923633,0.7395144222,110,-1.545425832,0.727397149,57.084089936 +53,-1.533267822,0.7395654306,110,-1.545425832,0.727397149,60.023489092 +54,-1.53867273,0.7380151077,110,-1.545425832,0.727397149,46.521254932 +55,-1.536980576,0.7379994392,110,-1.545425832,0.727397149,48.805578094 +56,-1.534931522,0.7379944961,110,-1.545425832,0.727397149,52.122942498 +57,-1.533387952,0.7379480264,110,-1.545425832,0.727397149,54.799351294 +58,-1.538682279,0.7364914363,110,-1.545425832,0.727397149,41.13902282 +59,-1.536980704,0.7364810563,110,-1.545425832,0.727397149,43.74742766 +60,-1.534935567,0.7364752065,110,-1.545425832,0.727397149,47.417047256 +61,-1.533042592,0.7363876366,110,-1.545425832,0.727397149,50.985920176 +62,-1.545143426,0.7349628011,110,-1.545425832,0.727397149,29.9791137 +63,-1.543105297,0.7349691947,110,-1.545425832,0.727397149,30.76339089 +64,-1.541064533,0.7349647152,110,-1.545425832,0.727397149,32.61699816 +65,-1.545411803,0.7334624714,110,-1.545425832,0.727397149,24.024777349 +66,-1.543446606,0.7334780896,110,-1.545425832,0.727397149,24.784388947 +67,-1.541475327,0.7334957295,110,-1.545425832,0.727397149,26.82147223 +68,-1.545401939,0.731963266,110,-1.545425832,0.727397149,18.086526817 +69,-1.54342253,0.7319915583,110,-1.545425832,0.727397149,19.13547681 +70,-1.541455867,0.7320216438,110,-1.545425832,0.727397149,21.746605836 +71,-1.545410146,0.7304422281,110,-1.545425832,0.727397149,12.061647301 +72,-1.543435491,0.7304713664,110,-1.545425832,0.727397149,13.522473132 +73,-1.541463105,0.7304997613,110,-1.545425832,0.727397149,16.973398525 +74,-1.545414768,0.7289194936,110,-1.545425832,0.727397149,6.030095658 +75,-1.543435774,0.7289538557,110,-1.545425832,0.727397149,8.5227120587 +76,-1.541457714,0.7289765881,110,-1.545425832,0.727397149,13.295325388 +77,-1.539449415,0.7320555866,110,-1.545425832,0.727397149,25.53048991 +78,-1.537429183,0.7321097681,110,-1.545425832,0.727397149,30.096460892 +79,-1.535472649,0.7321497267,110,-1.545425832,0.727397149,34.896953394 +80,-1.539457899,0.7305333307,110,-1.545425832,0.727397149,21.568120041 +81,-1.537453161,0.7305750503,110,-1.545425832,0.727397149,26.706295064 +82,-1.535479385,0.7306124949,110,-1.545425832,0.727397149,32.025675921 +83,-1.53946905,0.7290102593,110,-1.545425832,0.727397149,18.733786572 +84,-1.537459922,0.7290417293,110,-1.545425832,0.727397149,24.434206508 +85,-1.535451349,0.7290890157,110,-1.545425832,0.727397149,30.239147089 +86,-1.535522937,0.7279887191,110,-1.545425832,0.727397149,29.383536958 +87,-1.539442524,0.7274735939,110,-1.545425832,0.727397149,17.703601039 +88,-1.537424111,0.727521351,110,-1.545425832,0.727397149,23.676876592 +89,-1.539384641,0.7259505092,110,-1.545425832,0.727397149,18.779904025 +90,-1.537372391,0.7259947145,110,-1.545425832,0.727397149,24.479570337 +91,-1.535340789,0.7260435356,110,-1.545425832,0.727397149,30.332158523 +92,-1.539325716,0.7244369706,110,-1.545425832,0.727397149,21.541595142 +93,-1.537308932,0.7244801057,110,-1.545425832,0.727397149,26.677036349 +94,-1.535289068,0.7245247645,110,-1.545425832,0.727397149,32.111050878 +95,-1.533261366,0.7245550236,110,-1.545425832,0.727397149,37.751555185 +96,-1.539267302,0.722921924,110,-1.545425832,0.727397149,25.446278873 +97,-1.537248972,0.7229660258,110,-1.545425832,0.727397149,29.926264127 +98,-1.535219431,0.7229916471,110,-1.545425832,0.727397149,34.926396689 +99,-1.53318962,0.7230212049,110,-1.545425832,0.727397149,40.199850362 +100,-1.531154816,0.7230299897,110,-1.545425832,0.727397149,45.702680678 +101,-1.528878341,0.7230370244,110,-1.545425832,0.727397149,52.001921654 +102,-1.539218189,0.7214009878,110,-1.545425832,0.727397149,30.052971699 +103,-1.537198791,0.7214422745,110,-1.545425832,0.727397149,33.939835937 +104,-1.535179266,0.7214634354,110,-1.545425832,0.727397149,38.421601239 +105,-1.533156501,0.7214944644,110,-1.545425832,0.727397149,43.256856294 +106,-1.53113574,0.7215166021,110,-1.545425832,0.727397149,48.365751168 +107,-1.528874248,0.7215345535,110,-1.545425832,0.727397149,54.309904461 +108,-1.539217656,0.7198512397,110,-1.545425832,0.727397149,35.113747747 +109,-1.537199919,0.7199428763,110,-1.545425832,0.727397149,38.314277063 +110,-1.545425832,0.727397149,110,-1.545425832,0.727397149,2.979665334 +111,-1.543371177,0.7273916949,110,-1.545425832,0.727397149,6.0787539404 +112,-1.541368852,0.7274523163,110,-1.545425832,0.727397149,12.004270588 +113,-1.545349067,0.7258710923,110,-1.545425832,0.727397149,6.048981502 +114,-1.54332671,0.7258603556,110,-1.545425832,0.727397149,8.699108933 +115,-1.541346831,0.7259242142,110,-1.545425832,0.727397149,13.411183672 +116,-1.545324355,0.7243383958,110,-1.545425832,0.727397149,12.119450703 +117,-1.543292796,0.7243617413,110,-1.545425832,0.727397149,13.582694153 +118,-1.541295822,0.7244024384,110,-1.545425832,0.727397149,17.041151808 +119,-1.543193859,0.7205570215,110,-1.545425832,0.727397149,27.891564789 +120,-1.550257047,0.7386738187,110,-1.545425832,0.727397149,46.876065042 +121,-1.549335448,0.7311736483,110,-1.545425832,0.727397149,18.897059928 +122,-1.533478843,0.7179891343,110,-1.545425832,0.727397149,51.462539055 +123,-1.556150555,0.738907041,110,-1.545425832,0.727397149,55.451617909 +124,-1.554324226,0.733414257,110,-1.545425832,0.727397149,35.459538627 +125,-1.554290846,0.7288285332,110,-1.545425832,0.727397149,26.816603402 +126,-1.55122487,0.7219795312,110,-1.545425832,0.727397149,27.50012858 +127,-1.525104458,0.7229399862,110,-1.545425832,0.727397149,62.773146336 +128,-1.519607711,0.7236181429,110,-1.545425832,0.727397149,77.960703725 +129,-1.513899999,0.7251107854,110,-1.545425832,0.727397149,93.800510796 +130,-1.536620762,0.7431061895,110,-1.545425832,0.727397149,67.385532516 +131,-1.5369566,0.7460845958,110,-1.545425832,0.727397149,78.07944992 +132,-1.545345528,0.7447040685,110,-1.545425832,0.727397149,68.55311318 +133,-1.532813921,0.7432306626,110,-1.545425832,0.727397149,72.841118311 +134,-1.554788248,0.7382381001,110,-1.545425832,0.727397149,51.026581724 +135,-1.540348126,0.7301594274,110,-1.545425832,0.727397149,18.569616867 +136,-1.538016084,0.7239051786,110,-1.545425832,0.727397149,25.94937048 +137,-1.525288962,0.7258085137,110,-1.545425832,0.727397149,59.947771109 +138,-1.534326986,0.731241342,110,-1.545425832,0.727397149,36.14355366 +139,-1.530733872,0.7303625216,110,-1.545425832,0.727397149,44.969607598 +141,-1.534354939,0.7328219978,110,-1.545425832,0.727397149,39.106340876 +142,-1.53157084,0.7292888153,110,-1.545425832,0.727397149,41.635095147 +143,-1.525691035,0.7263799874,110,-1.545425832,0.727397149,58.550208515 +144,-1.534031287,0.7495967835,110,-1.545425832,0.727397149,94.052826453 +145,-1.527714986,0.7283095957,110,-1.545425832,0.727397149,52.500515073 +146,-1.526189586,0.7271468292,110,-1.545425832,0.727397149,56.925044067 +147,-1.555177336,0.7375563366,110,-1.545425832,0.727397149,49.437385072 +148,-1.555080283,0.7312707794,110,-1.545425832,0.727397149,32.379457237 +149,-1.53856994,0.7224180299,110,-1.545425832,0.727397149,28.323049273 +150,-1.530837883,0.729933372,110,-1.545425832,0.727397149,44.264551425 +151,-1.515066984,0.5854133365,110,-1.545425832,0.727397149,570.37140967 +152,-1.534731633,0.5368370046,110,-1.545425832,0.727397149,755.57587461 +153,-1.515231902,0.5607085576,110,-1.545425832,0.727397149,667.10130948 +154,-2.616253799,1.0684566605,110,-1.545425832,0.727397149,2831.5772333 +155,-1.956071439,0.5792177723,110,-1.545425832,0.727397149,1412.6600586 +156,-1.951208514,0.5602434208,110,-1.545425832,0.727397149,1439.5676789 +157,-1.944675062,0.6062144545,110,-1.545425832,0.727397149,1327.1607042 +158,-1.613778386,0.6077989518,110,-1.545425832,0.727397149,519.09930099 +159,-2.035029014,0.6021432345,110,-1.545425832,0.727397149,1596.6569573 +160,-2.114989471,0.6801825058,110,-1.545425832,0.727397149,1719.78148 +161,-2.037382079,0.5765830025,110,-1.545425832,0.727397149,1650.9003206 +162,-2.129855121,0.6585019963,110,-1.545425832,0.727397149,1790.3172837 +163,-2.075141798,0.6493615843,110,-1.545425832,0.727397149,1640.7549226 +164,-1.828626729,0.6948433129,110,-1.545425832,0.727397149,858.28467814 +165,-1.863329418,0.6735427691,110,-1.545425832,0.727397149,984.0603985 +166,-1.266037071,0.727988852,110,-1.545425832,0.727397149,825.16377231 +167,-1.277579582,0.7249010648,110,-1.545425832,0.727397149,792.31494822 +168,-1.258418684,0.7241194816,110,-1.545425832,0.727397149,849.15563518 +169,-1.317813974,0.6804850104,110,-1.545425832,0.727397149,711.14799913 +170,-1.344165204,0.6790988904,110,-1.545425832,0.727397149,636.85270147 +171,-1.427582102,0.5277120351,110,-1.545425832,0.727397149,875.83524126 +172,-1.402238616,0.457167829,110,-1.545425832,0.727397149,1167.8295889 +173,-1.422454264,0.4996161999,110,-1.545425832,0.727397149,985.32864618 +174,-1.439089277,0.4894859811,110,-1.545425832,0.727397149,1003.0332298 +175,-1.448126995,0.5182330266,110,-1.545425832,0.727397149,885.13535934 +176,-1.474626146,0.5881926574,110,-1.545425832,0.727397149,594.17955842 +177,-1.421139645,0.5584869783,110,-1.545425832,0.727397149,775.76188715 +178,-1.457037165,0.565943032,110,-1.545425832,0.727397149,697.5540516 +179,-2.757159358,0.3745319,110,-1.545425832,0.727397149,4204.7868765 +180,-2.714309238,0.342054471,110,-1.545425832,0.727397149,4155.8081496 +181,-2.000525337,0.774119946,110,-1.545425832,0.727397149,1325.2512214 +183,-1.571413436,0.6777838382,110,-1.545425832,0.727397149,211.62879067 +184,-1.552860289,0.6987663893,110,-1.545425832,0.727397149,115.5724501 +185,-1.521852374,0.7165827476,110,-1.545425832,0.727397149,82.130439566 +186,-1.503656267,0.6928968252,110,-1.545425832,0.727397149,185.49299464 +187,-1.502753178,0.7136205882,110,-1.545425832,0.727397149,138.23712141 +188,-1.631894563,0.7343596465,110,-1.545425832,0.727397149,256.47336151 +189,-1.653765416,0.6770714026,110,-1.545425832,0.727397149,383.33218875 +190,-1.719812114,0.6715965947,110,-1.545425832,0.727397149,572.43371038 +191,-1.493406659,0.6646955447,110,-1.545425832,0.727397149,294.37520367 +192,-1.469120564,0.6613469966,110,-1.545425832,0.727397149,349.74555574 +193,-1.590551461,0.5326612937,110,-1.545425832,0.727397149,784.64324453 +194,-1.625979264,0.5247742243,110,-1.545425832,0.727397149,842.85111275 +195,-1.572293943,0.5238808754,110,-1.545425832,0.727397149,810.68982763 +196,-1.610848725,0.5477107964,110,-1.545425832,0.727397149,741.36138105 +197,-1.208485554,0.7918526018,110,-1.545425832,0.727397149,998.12574975 +198,-1.335601374,0.6869083083,110,-1.545425832,0.727397149,651.2532335 +199,-1.346156996,0.6825213377,110,-1.545425832,0.727397149,626.33747694 +200,-1.324381037,0.6741422347,110,-1.545425832,0.727397149,700.90899575 +201,-1.242424992,0.7378949807,110,-1.545425832,0.727397149,891.64939023 +202,-1.270370057,0.7392461008,110,-1.545425832,0.727397149,809.64438596 +203,-1.448950472,0.7441675014,110,-1.545425832,0.727397149,290.90657302 +204,-1.492662363,0.7523026852,110,-1.545425832,0.727397149,183.17100402 +205,-1.479098966,0.7763855017,110,-1.545425832,0.727397149,272.84009953 +206,-1.633760714,0.7869022408,110,-1.545425832,0.727397149,346.60329804 +207,-1.647406434,0.8101289331,110,-1.545425832,0.727397149,437.57167082 +208,-1.564245052,0.5701509278,110,-1.545425832,0.727397149,625.66218801 +209,-1.646289963,0.6833746083,110,-1.545425832,0.727397149,350.50227336 +210,-1.5820631,0.6751952144,110,-1.545425832,0.727397149,234.60187872 +211,-1.613236298,0.6681681791,110,-1.545425832,0.727397149,312.0186768 +212,-1.914661867,0.8212566515,110,-1.545425832,0.727397149,1105.5359711 +213,-1.742133237,0.7250275956,110,-1.545425832,0.727397149,582.23271438 +214,-2.033144872,0.6557314699,110,-1.545425832,0.727397149,1507.9156628 +215,-2.039551981,0.6964723658,110,-1.545425832,0.727397149,1480.1892489 +216,-1.247341019,0.7622473908,110,-1.545425832,0.727397149,877.35924107 +217,-1.298239787,0.7084123392,110,-1.545425832,0.727397149,740.42419552 +218,-1.308539688,0.6926545592,110,-1.545425832,0.727397149,723.93567801 +219,-1.303263185,0.6888938396,110,-1.545425832,0.727397149,743.49437152 +220,-1.852400229,0.6004246149,110,-1.545425832,0.727397149,1078.7914583 +221,-1.288947707,0.7473773692,110,-1.545425832,0.727397149,755.18476953 +222,-1.372031502,0.7472790993,110,-1.545425832,0.727397149,514.1715492 +223,-1.289805721,0.7242157877,110,-1.545425832,0.727397149,756.51489218 +224,-1.350807603,0.7533498126,110,-1.545425832,0.727397149,577.83076074 +225,-1.329290365,0.7560442322,110,-1.545425832,0.727397149,640.70805802 +226,-1.410153004,0.616936428,110,-1.545425832,0.727397149,605.47061931 +227,-1.393445434,0.6308995063,110,-1.545425832,0.727397149,604.02107256 +228,-1.37595573,0.6241540638,110,-1.545425832,0.727397149,663.75417329 +229,-1.358388707,0.6172645205,110,-1.545425832,0.727397149,724.49855322 +230,-1.753741133,0.8281661666,110,-1.545425832,0.727397149,709.34360798 +231,-1.47430987,0.6834615681,110,-1.545425832,0.727397149,276.12962185 +232,-1.421012508,0.7222725206,110,-1.545425832,0.727397149,369.367519 +233,-1.4476833,0.6978557868,110,-1.545425832,0.727397149,315.3692931 +234,-1.470370723,0.6966193374,110,-1.545425832,0.727397149,255.91797461 +235,-1.429211703,0.7037216883,110,-1.545425832,0.727397149,359.74615894 +236,-1.700578405,0.6178673663,110,-1.545425832,0.727397149,646.87204079 +237,-1.678117619,0.6331716163,110,-1.545425832,0.727397149,552.97633423 +238,-1.725644578,0.6316331145,110,-1.545425832,0.727397149,671.71322573 +239,-2.14012759,0.7930497945,110,-1.545425832,0.727397149,1713.6296996 +240,-2.103289431,0.7653606263,110,-1.545425832,0.727397149,1619.0593452 +241,-1.318739838,0.7017808746,110,-1.545425832,0.727397149,685.11208847 +242,-1.396417427,0.7077900843,110,-1.545425832,0.727397149,451.20048078 +243,-1.35650337,0.7185539404,110,-1.545425832,0.727397149,561.84287527 +244,-1.248884539,0.7274156818,110,-1.545425832,0.727397149,875.88297796 +245,-1.395014798,0.5761185243,110,-1.545425832,0.727397149,762.93798488 +246,-1.433377362,0.6064716109,110,-1.545425832,0.727397149,592.0827009 +247,-1.408172432,0.5903155476,110,-1.545425832,0.727397149,691.87786429 +248,-1.749645898,0.7757118084,110,-1.545425832,0.727397149,620.57406501 +249,-1.571626686,0.615046989,110,-1.545425832,0.727397149,452.35609417 +250,-1.514070049,0.6303003037,110,-1.545425832,0.727397149,396.53458313 +251,-1.480890369,0.6237966528,110,-1.545425832,0.727397149,456.15390605 +252,-1.704390658,0.5281680612,110,-1.545425832,0.727397149,938.10300338 +253,-1.64434733,0.5254277498,110,-1.545425832,0.727397149,860.1479923 +254,-1.703855997,0.4792484842,110,-1.545425832,0.727397149,1108.8932531 +255,-1.692002383,0.5748825051,110,-1.545425832,0.727397149,759.55950042 +256,-1.854136457,0.5544643913,110,-1.545425832,0.727397149,1191.9325845 +257,-1.665021206,0.520317736,110,-1.545425832,0.727397149,905.1027512 +258,-1.733654349,0.4845187345,110,-1.545425832,0.727397149,1138.5080161 +259,-1.720938188,0.5135933906,110,-1.545425832,0.727397149,1016.7319362 +260,-1.742668307,0.553296122,110,-1.545425832,0.727397149,930.03422305 +261,-1.965659039,0.7142126903,110,-1.545425832,0.727397149,1247.5486837 +262,-1.944438071,0.6772834804,110,-1.545425832,0.727397149,1218.9413456 +263,-1.270340967,0.7681487096,110,-1.545425832,0.727397149,813.71213664 +264,-1.353091884,0.6549276821,110,-1.545425832,0.727397149,652.74208556 +265,-1.333236659,0.6413584414,110,-1.545425832,0.727397149,734.03264233 +266,-1.352015998,0.6753788907,110,-1.545425832,0.727397149,619.91316188 +267,-1.377988483,0.6577816235,110,-1.545425832,0.727397149,579.64140593 +268,-2.13075611,0.8318642051,110,-1.545425832,0.727397149,1685.6518063 +269,-2.097910953,0.8259670014,110,-1.545425832,0.727397149,1596.957516 +270,-1.416382069,0.6694271549,110,-1.545425832,0.727397149,453.59516856 +271,-1.538905672,0.7535625993,110,-1.545425832,0.727397149,105.37967763 +272,-1.572309477,0.7803125099,110,-1.545425832,0.727397149,223.50169368 +273,-1.87759879,0.7503853417,110,-1.545425832,0.727397149,974.76182677 +274,1.152365588,0.590457682,110,-1.545425832,0.727397149,6979.7142359 +275,0.350198001,0.718001859,110,-1.545425832,0.727397149,5188.6220846 +276,0.046513677,0.491503852,110,-1.545425832,0.727397149,5015.4825962 +277,0.027510309,0.742571376,110,-1.545425832,0.727397149,4379.9988301 +278,0.306285725,-0.214631579,110,-1.545425832,0.727397149,7612.6659367 +279,-1.100564889,0.318051531,110,-1.545425832,0.727397149,2210.1219871 +280,-1.078582306,0.301437596,110,-1.545425832,0.727397149,2312.8040332 +281,-1.137371989,-0.617634065,110,-1.545425832,0.727397149,5529.7598586 +282,0.784356344,0.703272339,110,-1.545425832,0.727397149,6071.4958459 +283,-1.221209947,0.218327455,110,-1.545425832,0.727397149,2306.4270855 +284,2.347301921,-0.449114658,110,-1.545425832,0.727397149,9768.7211922 +285,0.246820618,0.830553713,110,-1.545425832,0.727397149,4676.7834454 +286,0.829414965,0.703288228,110,-1.545425832,0.727397149,6143.6417422 +287,-1.337537566,0.42332223,110,-1.545425832,0.727397149,1385.316197 +288,0.882453706,0.454478077,110,-1.545425832,0.727397149,7081.8702991 +289,1.575629659,0.416419109,110,-1.545425832,0.727397149,7912.5654734 +290,-1.039455679,0.229888244,110,-1.545425832,0.727397149,2629.3410932 +291,0.489558039,0.934482747,110,-1.545425832,0.727397149,4864.2379037 +292,0.081344504,0.88384514,110,-1.545425832,0.727397149,4204.3826293 +293,-1.547979814,0.300350308,110,-1.545425832,0.727397149,1691.5547904 +294,0.040776181,0.168560074,110,-1.545425832,0.727397149,5824.336277 +295,-1.130374745,0.563894876,110,-1.545425832,0.727397149,1457.4617622 +296,1.578326642,0.478507176,110,-1.545425832,0.727397149,7666.8141116 +297,-1.12861823,-0.291640865,110,-1.545425832,0.727397149,4315.4591006 +298,0.310524208,0.770885792,110,-1.545425832,0.727397149,4962.638493 +299,0.415649091,-0.387246002,110,-1.545425832,0.727397149,8361.2526759 +300,-0.926533878,-0.188022748,110,-1.545425832,0.727397149,4268.731114 +301,1.258856172,-0.11716081,110,-1.545425832,0.727397149,9751.2428445 +302,-1.126050026,0.322941926,110,-1.545425832,0.727397149,2137.170861 +303,2.002785835,0.07893892,110,-1.545425832,0.727397149,8928.8902808 +304,0.440437607,0.746258085,110,-1.545425832,0.727397149,5301.5586006 +305,-0.030391866,0.214441206,110,-1.545425832,0.727397149,5496.2894056 +306,0.521557815,-0.058929362,110,-1.545425832,0.727397149,7826.6032864 +307,-0.097005111,0.13317729,110,-1.545425832,0.727397149,5510.4333388 +308,1.83113859,0.221857587,110,-1.545425832,0.727397149,8587.1389552 +309,0.222428864,0.099404236,110,-1.545425832,0.727397149,6537.251544 +310,-1.702731345,0.8728568183,110,-1.545425832,0.727397149,720.26196814 +311,-0.418507569,0.278324921,110,-1.545425832,0.727397149,4188.5461061 +312,-1.41153306,0.339029988,110,-1.545425832,0.727397149,1602.980839 +313,0.357560442,0.114788776,110,-1.545425832,0.727397149,6881.7664068 +314,0.325818979,0.268352149,110,-1.545425832,0.727397149,6367.8565389 +315,-1.246004659,-0.663679965,110,-1.545425832,0.727397149,5615.2027746 +316,1.814603087,0.637404484,110,-1.545425832,0.727397149,6980.237346 +317,1.843704281,-0.18300445,110,-1.545425832,0.727397149,10121.957546 +318,1.690644492,-0.211480909,110,-1.545425832,0.727397149,10374.30567 +319,-1.275451936,0.068109467,110,-1.545425832,0.727397149,2781.3293242 +320,0.762430171,-0.207594741,110,-1.545425832,0.727397149,8912.764485 +321,0.265668905,-0.014647884,110,-1.545425832,0.727397149,6968.9481204 +322,-2.773032013,-0.335515811,110,-1.545425832,0.727397149,6149.1030069 +323,-1.469512853,0.174058777,110,-1.545425832,0.727397149,2207.6897356 +324,0.286276986,0.785925691,110,-1.545425832,0.727397149,4871.9498933 +325,-1.379324697,0.377432233,110,-1.545425832,0.727397149,1492.7017852 +326,-1.203778265,0.212813032,110,-1.545425832,0.727397149,2355.7028259 +327,0.579916301,0.611743168,110,-1.545425832,0.727397149,5984.5216638 +328,0.267582642,0.868113908,110,-1.545425832,0.727397149,4627.9756266 +329,0.412869244,-0.050245578,110,-1.545425832,0.727397149,7492.4060634 +330,0.17524381,0.976660285,110,-1.545425832,0.727397149,4200.1177869 +331,0.743157214,0.204812899,110,-1.545425832,0.727397149,7620.3163187 +332,-1.070758176,0.269382282,110,-1.545425832,0.727397149,2432.1542267 +333,-1.230364251,0.329790229,110,-1.545425832,0.727397149,1899.4626584 +334,-1.374813124,-0.024926835,110,-1.545425832,0.727397149,3042.2747382 +335,0.519780566,0.463669906,110,-1.545425832,0.727397149,6299.6386337 +336,-1.55108034,0.239698561,110,-1.545425832,0.727397149,1931.8721523 +337,0.180294813,0.029739425,110,-1.545425832,0.727397149,6600.4954222 +338,0.67820924,0.268170153,110,-1.545425832,0.727397149,7269.1037866 +339,0.445798684,1.024001867,110,-1.545425832,0.727397149,4550.8833083 +340,0.691751283,0.150521402,110,-1.545425832,0.727397149,7666.922853 +341,-1.036643551,-0.903056181,110,-1.545425832,0.727397149,6691.2195921 +342,-0.120287036,1.083325163,110,-1.545425832,0.727397149,3480.0042428 +343,2.823513113,-0.304487164,110,-1.545425832,0.727397149,8023.4219472 +344,0.457583172,1.12513373,110,-1.545425832,0.727397149,4305.7166227 +345,0.042918831,0.813795399,110,-1.545425832,0.727397149,4264.3663069 +346,1.196146777,-0.853142756,110,-1.545425832,0.727397149,11228.907763 +347,0.206001358,-0.010430701,110,-1.545425832,0.727397149,6782.734114 +348,-0.268308653,0.234799412,110,-1.545425832,0.727397149,4742.0790714 +349,0.759363263,0.736189579,110,-1.545425832,0.727397149,5921.6553019 +350,0.181363926,0.891988372,110,-1.545425832,0.727397149,4396.6735528 +351,-0.021111158,0.139103292,110,-1.545425832,0.727397149,5719.2504304 +352,-0.093355215,0.630686981,110,-1.545425832,0.727397149,4312.6997928 +353,0.40118964,0.681375926,110,-1.545425832,0.727397149,5400.5363575 +354,-0.721197315,1.304706234,110,-1.545425832,0.727397149,2710.199262 +355,-1.076150317,0.212107639,110,-1.545425832,0.727397149,2606.3435728 +356,-1.577164531,0.273993443,110,-1.545425832,0.727397149,1799.2040092 +357,-0.190788414,0.182208586,110,-1.545425832,0.727397149,5105.9385703 +358,-0.261349752,0.209710184,110,-1.545425832,0.727397149,4826.5972523 +359,-1.029303852,0.083549259,110,-1.545425832,0.727397149,3134.7988194 +360,-1.268609162,0.330525297,110,-1.545425832,0.727397149,1828.0581543 +361,1.282982244,-0.926641967,110,-1.545425832,0.727397149,11297.300453 +362,0.217352334,0.731352408,110,-1.545425832,0.727397149,4856.1183177 +363,-1.511833084,0.258629297,110,-1.545425832,0.727397149,1860.3579327 +364,0.338812194,0.823184618,110,-1.545425832,0.727397149,4885.5255776 +365,-0.324406489,1.134201999,110,-1.545425832,0.727397149,3090.2854874 +366,1.389579348,0.399185724,110,-1.545425832,0.727397149,7917.5049084 +367,2.047152199,-0.039082036,110,-1.545425832,0.727397149,9280.5211229 +368,0.947780369,0.568250077,110,-1.545425832,0.727397149,6794.0332762 +369,0.763824846,0.576754987,110,-1.545425832,0.727397149,6455.1917577 +370,-0.142334657,0.928153068,110,-1.545425832,0.727397149,3638.2274499 +371,0.610266567,0.547265983,110,-1.545425832,0.727397149,6246.2906157 +372,0.210731629,0.746815056,110,-1.545425832,0.727397149,4802.756392 +373,-1.34931644,0.316895224,110,-1.545425832,0.727397149,1756.1356082 +374,2.407696481,0.655030745,110,-1.545425832,0.727397149,6232.5538789 +375,0.64207831,0.545359131,110,-1.545425832,0.727397149,6318.5790841 +376,1.174597538,0.840588356,110,-1.545425832,0.727397149,6060.2383478 +377,0.660059424,0.010604079,110,-1.545425832,0.727397149,8007.9843475 +378,-0.730263819,0.010486456,110,-1.545425832,0.727397149,4059.8496643 +379,0.831068936,0.512339172,110,-1.545425832,0.727397149,6792.7774896 +380,1.301180979,0.72367476,110,-1.545425832,0.727397149,6599.8315985 +381,1.811128231,0.322854402,110,-1.545425832,0.727397149,8209.7629021 +382,0.435105812,0.992284428,110,-1.545425832,0.727397149,4617.6330901 +383,0.62643634,0.592027932,110,-1.545425832,0.727397149,6140.5051919 +384,0.492988703,-0.516339467,110,-1.545425832,0.727397149,8876.1696528 +385,-0.162469483,0.112549365,110,-1.545425832,0.727397149,5370.6135945 +386,0.314630866,0.472006421,110,-1.545425832,0.727397149,5775.0854889 +387,0.166744804,0.822815954,110,-1.545425832,0.727397149,4523.1275795 +388,0.417159608,0.965805736,110,-1.545425832,0.727397149,4657.7991625 +389,0.106334961,0.868774244,110,-1.545425832,0.727397149,4289.7240481 +390,0.815086969,-0.338144359,110,-1.545425832,0.727397149,9411.2902365 +391,0.59867455,-0.230624824,110,-1.545425832,0.727397149,8511.6073131 +392,1.915104874,0.066220985,110,-1.545425832,0.727397149,9096.5625072 +393,1.278093622,0.064463721,110,-1.545425832,0.727397149,9104.243186 +394,-0.061477853,0.302997961,110,-1.545425832,0.727397149,5179.1168375 +395,0.251311504,0.626976942,110,-1.545425832,0.727397149,5202.1780214 +396,2.950242872,0.149095644,110,-1.545425832,0.727397149,6459.9379936 +397,-0.180294708,0.35375117,110,-1.545425832,0.727397149,4706.0296751 +398,1.010448592,-0.351180233,110,-1.545425832,0.727397149,9983.1455036 +399,-1.748740498,0.3686318073,110,-1.545425832,0.727397149,1575.0234985 +400,2.699635665,0.123533791,110,-1.545425832,0.727397149,7230.9208863 +401,0.496808033,0.823843254,110,-1.545425832,0.727397149,5190.6317054 +402,0.129574704,0.763364087,110,-1.545425832,0.727397149,4576.465936 +403,1.798920311,0.817447563,110,-1.545425832,0.727397149,6283.2522753 +404,0.335987953,0.746786541,110,-1.545425832,0.727397149,5080.7292332 +405,-1.085413643,0.292154671,110,-1.545425832,0.727397149,2326.4748921 +406,-0.155321003,0.508207011,110,-1.545425832,0.727397149,4413.660314 +407,0.620529244,-0.301175104,110,-1.545425832,0.727397149,8756.7102511 +408,1.684402744,0.368716966,110,-1.545425832,0.727397149,8090.0795748 +409,0.300582244,-0.386397212,110,-1.545425832,0.727397149,8020.3273486 +410,2.913555946,-0.009225192,110,-1.545425832,0.727397149,6992.7530676 +411,1.465101417,0.493232532,110,-1.545425832,0.727397149,7585.1663526 +412,0.090612882,0.907955955,110,-1.545425832,0.727397149,4174.5970555 +413,2.987564726,-0.729568594,110,-1.545425832,0.727397149,8493.4800254 +414,-1.484261606,0.224149272,110,-1.545425832,0.727397149,2004.5205332 +415,0.164073421,0.303955133,110,-1.545425832,0.727397149,5823.2590593 +416,0.141441293,0.167552546,110,-1.545425832,0.727397149,6120.5055952 +417,2.931321023,-0.506718887,110,-1.545425832,0.727397149,8183.2117008 +418,2.21951565,0.700596356,110,-1.545425832,0.727397149,6360.3211595 +419,0.268112576,1.199114336,110,-1.545425832,0.727397149,3894.6433223 +420,0.978913739,0.359223811,110,-1.545425832,0.727397149,7581.1211754 +421,1.210898818,0.522863584,110,-1.545425832,0.727397149,7295.1284543 +422,2.347397336,0.129231362,110,-1.545425832,0.727397149,8095.8140052 +423,0.614394501,0.556878345,110,-1.545425832,0.727397149,6225.1324445 +424,-1.398079356,0.148483366,110,-1.545425832,0.727397149,2350.3947759 +425,2.535303836,-0.112984496,110,-1.545425832,0.727397149,8356.5076199 +426,-1.019372593,-0.405322349,110,-1.545425832,0.727397149,4883.9676053 +427,-1.297785627,-0.160104069,110,-1.545425832,0.727397149,3628.9751375 +428,2.144554488,0.205051084,110,-1.545425832,0.727397149,8244.1444414 +429,-2.242387083,-0.426171285,110,-1.545425832,0.727397149,5234.8554753 +430,0.338637212,0.909723676,110,-1.545425832,0.727397149,4662.8032485 +431,-0.148798452,0.691042401,110,-1.545425832,0.727397149,4039.4893097 +432,0.893524764,0.441829531,110,-1.545425832,0.727397149,7145.0025646 +433,0.969229347,-0.368847936,110,-1.545425832,0.727397149,9920.9276053 +434,0.436043248,0.800045688,110,-1.545425832,0.727397149,5142.0033393 +435,1.687946607,1.081504775,110,-1.545425832,0.727397149,5272.7646189 +436,0.522302046,-0.034889271,110,-1.545425832,0.727397149,7761.8447195 +437,-0.178996113,-0.438090009,110,-1.545425832,0.727397149,6797.5073169 +438,-1.094339566,0.301444068,110,-1.545425832,0.727397149,2276.7613563 +439,-1.064070054,0.242569932,110,-1.545425832,0.727397149,2533.2360965 +440,-1.068153768,0.230387998,110,-1.545425832,0.727397149,2563.7120284 +441,-3.00496892,-0.23989155,110,-1.545425832,0.727397149,6528.9520572 +442,0.21751974,0.766874888,110,-1.545425832,0.727397149,4768.8359314 +443,0.117229532,0.007619006,110,-1.545425832,0.727397149,6473.4017314 +444,0.777758451,0.420554741,110,-1.545425832,0.727397149,6997.1987119 +445,-0.252356999,0.250747086,110,-1.545425832,0.727397149,4748.9254067 +446,0.363148444,0.768483434,110,-1.545425832,0.727397149,5080.4847491 +447,0.903191366,-0.118210676,110,-1.545425832,0.727397149,9019.6691378 +448,-0.205755923,0.149406178,110,-1.545425832,0.727397149,5146.5560058 +449,1.811996086,0.02364353,110,-1.545425832,0.727397149,9369.7397694 +450,-1.100670221,0.314845373,110,-1.545425832,0.727397149,2219.9859068 +451,0.340078597,0.850105132,110,-1.545425832,0.727397149,4818.1551702 +452,0.258757267,0.804969236,110,-1.545425832,0.727397149,4765.1077694 +453,2.78505352,-0.155160804,110,-1.545425832,0.727397149,7756.4078318 +454,0.800551619,0.105822106,110,-1.545425832,0.727397149,8068.8439336 +455,0.437940882,-0.506194031,110,-1.545425832,0.727397149,8693.7505451 +456,2.230431122,0.63458615,110,-1.545425832,0.727397149,6580.1394815 +457,0.527965361,0.127667701,110,-1.545425832,0.727397149,7313.8821861 +458,-0.063643205,0.702093448,110,-1.545425832,0.727397149,4238.308404 +459,1.408447268,0.133010502,110,-1.545425832,0.727397149,8968.3129402 +460,0.523795955,0.280266966,110,-1.545425832,0.727397149,6855.1909978 +461,-0.975769313,0.072177659,110,-1.545425832,0.727397149,3285.490034 +462,0.549774164,-0.463663986,110,-1.545425832,0.727397149,8931.075986 +463,0.29245874,1.095549818,110,-1.545425832,0.727397149,4143.174846 +464,0.143625958,0.816809593,110,-1.545425832,0.727397149,4485.879294 +465,0.671902494,0.611159853,110,-1.545425832,0.727397149,6170.2592829 +466,1.239840988,0.6724199,110,-1.545425832,0.727397149,6752.074861 +467,0.607829703,-0.10932137,110,-1.545425832,0.727397149,8209.3167354 +468,1.763020906,0.263996692,110,-1.545425832,0.727397149,8469.7205395 +469,0.378714634,0.726066797,110,-1.545425832,0.727397149,5228.4390217 +470,2.196736143,-0.153862366,110,-1.545425832,0.727397149,9353.8198397 +471,0.01702415,0.148991565,110,-1.545425832,0.727397149,5805.7796563 +472,-2.998490902,-0.158002487,110,-1.545425832,0.727397149,6293.1670729 +473,-3.051262951,-0.346595608,110,-1.545425832,0.727397149,6939.9119806 +474,-1.069176439,0.182802941,110,-1.545425832,0.727397149,2718.3647301 +475,0.167157509,0.595344954,110,-1.545425832,0.727397149,5075.1061848 +476,0.613855648,0.681746124,110,-1.545425832,0.727397149,5836.8208803 +477,1.037012736,0.682555367,110,-1.545425832,0.727397149,6506.9050295 +478,-1.253574971,0.379755746,110,-1.545425832,0.727397149,1685.2891094 +479,3.108590453,-0.132620738,110,-1.545425832,0.727397149,6742.7766737 +480,0.565301296,0.022333262,110,-1.545425832,0.727397149,7719.0153715 +481,0.547898238,0.855555614,110,-1.545425832,0.727397149,5190.257592 +482,0.948309381,0.417393755,110,-1.545425832,0.727397149,7324.9640819 +483,-0.050600732,0.945269213,110,-1.545425832,0.727397149,3808.8445127 +484,-0.977651478,-0.572363064,110,-1.545425832,0.727397149,5548.41371 +485,1.102014914,0.728861163,110,-1.545425832,0.727397149,6410.6873906 +486,2.927300795,-0.282939414,110,-1.545425832,0.727397149,7663.1626941 +487,-1.154565557,0.124434095,110,-1.545425832,0.727397149,2754.6868422 +488,1.855331234,0.291044755,110,-1.545425832,0.727397149,8299.5525728 +489,0.830290659,0.276904518,110,-1.545425832,0.727397149,7579.5097571 +490,0.485104466,-0.234867441,110,-1.545425832,0.727397149,8191.7075009 +491,0.521367572,-0.33161327,110,-1.545425832,0.727397149,8540.8876566 +1,-1.539031704,0.7349710123,111,-1.543371177,0.7273916949,32.634492219 +2,-1.536990553,0.7349663874,111,-1.543371177,0.7273916949,35.413823426 +3,-1.534951779,0.7349571355,111,-1.543371177,0.7273916949,38.91356827 +4,-1.532906461,0.7349480293,111,-1.543371177,0.7273916949,42.987164571 +5,-1.531320211,0.7346937278,111,-1.543371177,0.7273916949,45.819232872 +6,-1.539451648,0.7335131775,111,-1.543371177,0.7273916949,26.863706798 +7,-1.537429487,0.7335445708,111,-1.543371177,0.7273916949,30.021354017 +8,-1.535484998,0.7335658704,111,-1.543371177,0.7273916949,33.755661402 +9,-1.533488396,0.7336036027,111,-1.543371177,0.7273916949,38.151857798 +10,-1.531497785,0.7335842962,111,-1.543371177,0.7273916949,42.764367138 +11,-1.530259379,0.7334777758,111,-1.543371177,0.7273916949,45.582254597 +12,-1.5335454,0.7322346912,111,-1.543371177,0.7273916949,34.776240388 +13,-1.531489083,0.7322238773,111,-1.543371177,0.7273916949,39.959688541 +14,-1.530011122,0.7321679851,111,-1.543371177,0.7273916949,43.744235798 +15,-1.53348106,0.7306614094,111,-1.543371177,0.7273916949,31.959197449 +16,-1.531441779,0.7306962275,111,-1.543371177,0.7273916949,37.59349427 +17,-1.529755654,0.7306933243,111,-1.543371177,0.7273916949,42.294913793 +18,-1.533415048,0.7291384674,111,-1.543371177,0.7273916949,30.234701168 +19,-1.531392093,0.7291705353,111,-1.543371177,0.7273916949,36.106289707 +20,-1.529296523,0.7291214933,111,-1.543371177,0.7273916949,42.168213877 +21,-1.535280942,0.727267644,111,-1.543371177,0.7273916949,23.941419215 +22,-1.533378158,0.7276139666,111,-1.543371177,0.7273916949,29.574630016 +23,-1.531340368,0.7276446587,111,-1.543371177,0.7273916949,35.603332191 +24,-1.528960113,0.7276398177,111,-1.543371177,0.7273916949,42.641809578 +25,-1.533313146,0.7260818349,111,-1.543371177,0.7273916949,30.222793005 +26,-1.531259555,0.7260958115,111,-1.543371177,0.7273916949,36.218554148 +27,-1.528926415,0.7260865555,111,-1.543371177,0.7273916949,43.071067265 +28,-1.531226779,0.7245511789,111,-1.543371177,0.7273916949,37.693053353 +29,-1.528904772,0.7245519194,111,-1.543371177,0.7273916949,44.304612287 +30,-1.547195875,0.7409785979,111,-1.543371177,0.7273916949,54.980265604 +31,-1.5451475,0.740980426,111,-1.543371177,0.7273916949,54.077804124 +32,-1.543097679,0.7409798872,111,-1.543371177,0.7273916949,53.828837583 +33,-1.540720364,0.7409892687,111,-1.543371177,0.7273916949,54.421085555 +34,-1.547188511,0.7395198392,111,-1.543371177,0.7273916949,49.335222047 +35,-1.545148587,0.7395226109,111,-1.543371177,0.7273916949,48.334335112 +36,-1.543104538,0.7395314908,111,-1.543371177,0.7273916949,48.092131571 +37,-1.540727751,0.7395306258,111,-1.543371177,0.7273916949,48.707352112 +38,-1.547187029,0.7380014886,111,-1.543371177,0.7273916949,43.501406885 +39,-1.545147315,0.7380012252,111,-1.543371177,0.7273916949,42.348510625 +40,-1.54310719,0.7380060743,111,-1.543371177,0.7273916949,42.050741307 +41,-1.540719671,0.7380068206,111,-1.543371177,0.7273916949,42.765194921 +42,-1.547187189,0.7364799098,111,-1.543371177,0.7273916949,37.713517983 +43,-1.545149996,0.7364853874,111,-1.543371177,0.7273916949,36.399442451 +44,-1.543106091,0.7364823484,111,-1.543371177,0.7273916949,36.0165489 +45,-1.540717158,0.7364893901,111,-1.543371177,0.7273916949,36.874698043 +46,-1.538663972,0.7410138672,111,-1.543371177,0.7273916949,55.704420517 +47,-1.53695285,0.7409699132,111,-1.543371177,0.7273916949,56.99856182 +48,-1.534910498,0.7409641297,111,-1.543371177,0.7273916949,59.237867922 +49,-1.533145034,0.7409536636,111,-1.543371177,0.7273916949,61.562429261 +50,-1.538681336,0.7395405883,111,-1.543371177,0.7273916949,50.061236625 +51,-1.536999189,0.7395183096,111,-1.543371177,0.7273916949,51.563052048 +52,-1.534923633,0.7395144222,111,-1.543371177,0.7273916949,54.070107802 +53,-1.533267822,0.7395654306,111,-1.543371177,0.7273916949,56.647346949 +54,-1.53867273,0.7380151077,111,-1.543371177,0.7273916949,44.29512198 +55,-1.536980576,0.7379994392,111,-1.543371177,0.7273916949,46.038297197 +56,-1.534931522,0.7379944961,111,-1.543371177,0.7273916949,48.798977827 +57,-1.533387952,0.7379480264,111,-1.543371177,0.7273916949,51.112554684 +58,-1.538682279,0.7364914363,111,-1.543371177,0.7273916949,38.601144334 +59,-1.536980704,0.7364810563,111,-1.543371177,0.7273916949,40.629535599 +60,-1.534935567,0.7364752065,111,-1.543371177,0.7273916949,43.730262189 +61,-1.533042592,0.7363876366,111,-1.543371177,0.7273916949,46.860919737 +62,-1.545143426,0.7349628011,111,-1.543371177,0.7273916949,30.441005422 +63,-1.543105297,0.7349691947,111,-1.543371177,0.7273916949,30.024712945 +64,-1.541064533,0.7349647152,111,-1.543371177,0.7273916949,30.758078957 +65,-1.545411803,0.7334624714,111,-1.543371177,0.7273916949,24.788654028 +66,-1.543446606,0.7334780896,111,-1.543371177,0.7273916949,24.109236687 +67,-1.541475327,0.7334957295,111,-1.543371177,0.7273916949,24.816688182 +68,-1.545401939,0.731963266,111,-1.543371177,0.7273916949,19.074821494 +69,-1.54342253,0.7319915583,111,-1.543371177,0.7273916949,18.220689816 +70,-1.541455867,0.7320216438,111,-1.543371177,0.7273916949,19.19123824 +71,-1.545410146,0.7304422281,111,-1.543371177,0.7273916949,13.501584742 +72,-1.543435491,0.7304713664,111,-1.543371177,0.7273916949,12.200058676 +73,-1.541463105,0.7304997613,111,-1.543371177,0.7273916949,13.540324505 +74,-1.545414768,0.7289194936,111,-1.543371177,0.7273916949,8.5513917367 +75,-1.543435774,0.7289538557,111,-1.543371177,0.7273916949,6.1906653807 +76,-1.541457714,0.7289765881,111,-1.543371177,0.7273916949,8.4505660795 +77,-1.539449415,0.7320555866,111,-1.543371177,0.7273916949,21.802220912 +78,-1.537429183,0.7321097681,111,-1.543371177,0.7273916949,25.631806599 +79,-1.535472649,0.7321497267,111,-1.543371177,0.7273916949,29.982229836 +80,-1.539457899,0.7305333307,111,-1.543371177,0.7273916949,16.985775076 +81,-1.537453161,0.7305750503,111,-1.543371177,0.7273916949,21.556264896 +82,-1.535479385,0.7306124949,111,-1.543371177,0.7273916949,26.576652889 +83,-1.53946905,0.7290102593,111,-1.543371177,0.7273916949,13.197952638 +84,-1.537459922,0.7290417293,111,-1.543371177,0.7273916949,18.657855764 +85,-1.535451349,0.7290890157,111,-1.543371177,0.7273916949,24.359333606 +86,-1.535522937,0.7279887191,111,-1.543371177,0.7273916949,23.333086953 +87,-1.539442524,0.7274735939,111,-1.543371177,0.7273916949,11.62707991 +88,-1.537424111,0.727521351,111,-1.543371177,0.7273916949,17.600953105 +89,-1.539384641,0.7259505092,111,-1.543371177,0.7273916949,13.109900436 +90,-1.537372391,0.7259947145,111,-1.543371177,0.7273916949,18.600641111 +91,-1.535340789,0.7260435356,111,-1.543371177,0.7273916949,24.36464397 +92,-1.539325716,0.7244369706,111,-1.543371177,0.7273916949,16.751072578 +93,-1.537308932,0.7244801057,111,-1.543371177,0.7273916949,21.342704015 +94,-1.535289068,0.7245247645,111,-1.543371177,0.7273916949,26.498131375 +95,-1.533261366,0.7245550236,111,-1.543371177,0.7273916949,31.986128214 +96,-1.539267302,0.722921924,111,-1.543371177,0.7273916949,21.481554517 +97,-1.537248972,0.7229660258,111,-1.543371177,0.7273916949,25.232143982 +98,-1.535219431,0.7229916471,111,-1.543371177,0.7273916949,29.793653513 +99,-1.53318962,0.7230212049,111,-1.543371177,0.7273916949,34.793131791 +100,-1.531154816,0.7230299897,111,-1.543371177,0.7273916949,40.122398003 +101,-1.528878341,0.7230370244,111,-1.543371177,0.7273916949,46.293469352 +102,-1.539218189,0.7214009878,111,-1.543371177,0.7273916949,26.736494405 +103,-1.537198791,0.7214422745,111,-1.543371177,0.7273916949,29.842412663 +104,-1.535179266,0.7214634354,111,-1.543371177,0.7273916949,33.791520717 +105,-1.533156501,0.7214944644,111,-1.543371177,0.7273916949,38.258138193 +106,-1.53113574,0.7215166021,111,-1.543371177,0.7273916949,43.112987873 +107,-1.528874248,0.7215345535,111,-1.543371177,0.7273916949,48.860027444 +108,-1.539217656,0.7198512397,111,-1.543371177,0.7273916949,32.312443361 +109,-1.537199919,0.7199428763,111,-1.543371177,0.7273916949,34.728680474 +110,-1.545425832,0.727397149,111,-1.543371177,0.7273916949,6.0787539404 +111,-1.543371177,0.7273916949,111,-1.543371177,0.7273916949,3.1462572749 +112,-1.541368852,0.7274523163,111,-1.543371177,0.7273916949,5.9286118524 +113,-1.545349067,0.7258710923,111,-1.543371177,0.7273916949,8.4003317331 +114,-1.54332671,0.7258603556,111,-1.543371177,0.7273916949,6.0670634667 +115,-1.541346831,0.7259242142,111,-1.543371177,0.7273916949,8.3488326679 +116,-1.545324355,0.7243383958,111,-1.543371177,0.7273916949,13.407068669 +117,-1.543292796,0.7243617413,111,-1.543371177,0.7273916949,12.00389205 +118,-1.541295822,0.7244024384,111,-1.543371177,0.7273916949,13.341497549 +119,-1.543193859,0.7205570215,111,-1.543371177,0.7273916949,27.07725446 +120,-1.550257047,0.7386738187,111,-1.543371177,0.7273916949,49.070268724 +121,-1.549335448,0.7311736483,111,-1.543371177,0.7273916949,23.124001574 +122,-1.533478843,0.7179891343,111,-1.543371177,0.7273916949,47.442154245 +123,-1.556150555,0.738907041,111,-1.543371177,0.7273916949,59.120208689 +124,-1.554324226,0.733414257,111,-1.543371177,0.7273916949,40.168398053 +125,-1.554290846,0.7288285332,111,-1.543371177,0.7273916949,32.78306212 +126,-1.55122487,0.7219795312,111,-1.543371177,0.7273916949,31.655054467 +127,-1.525104458,0.7229399862,111,-1.543371177,0.7273916949,56.947585824 +128,-1.519607711,0.7236181429,111,-1.543371177,0.7273916949,71.990460452 +129,-1.513899999,0.7251107854,111,-1.543371177,0.7273916949,87.74431907 +130,-1.536620762,0.7431061895,111,-1.543371177,0.7273916949,65.327559266 +131,-1.5369566,0.7460845958,111,-1.543371177,0.7273916949,76.39645395 +132,-1.545345528,0.7447040685,111,-1.543371177,0.7273916949,68.81879115 +133,-1.532813921,0.7432306626,111,-1.543371177,0.7273916949,69.984177036 +134,-1.554788248,0.7382381001,111,-1.543371177,0.7273916949,54.549466308 +135,-1.540348126,0.7301594274,111,-1.543371177,0.7273916949,14.141439951 +136,-1.538016084,0.7239051786,111,-1.543371177,0.7273916949,21.035707167 +137,-1.525288962,0.7258085137,111,-1.543371177,0.7273916949,53.899895318 +138,-1.534326986,0.731241342,111,-1.543371177,0.7273916949,30.757329194 +139,-1.530733872,0.7303625216,111,-1.543371177,0.7273916949,39.148445886 +141,-1.534354939,0.7328219978,111,-1.543371177,0.7273916949,34.21615489 +142,-1.53157084,0.7292888153,111,-1.543371177,0.7273916949,35.682109967 +143,-1.525691035,0.7263799874,111,-1.543371177,0.7273916949,52.483430338 +144,-1.534031287,0.7495967835,111,-1.543371177,0.7273916949,92.110186131 +145,-1.527714986,0.7283095957,111,-1.543371177,0.7273916949,46.442474747 +146,-1.526189586,0.7271468292,111,-1.543371177,0.7273916949,50.846516291 +147,-1.555177336,0.7375563366,111,-1.543371177,0.7273916949,53.197431842 +148,-1.555080283,0.7312707794,111,-1.543371177,0.7273916949,37.841343832 +149,-1.53856994,0.7224180299,111,-1.543371177,0.7273916949,24.305913117 +150,-1.530837883,0.729933372,111,-1.543371177,0.7273916949,38.38172027 +151,-1.515066984,0.5854133365,111,-1.543371177,0.7273916949,569.31371557 +152,-1.534731633,0.5368370046,111,-1.543371177,0.7273916949,755.28791469 +153,-1.515231902,0.5607085576,111,-1.543371177,0.7273916949,666.1837084 +154,-2.616253799,1.0684566605,111,-1.543371177,0.7273916949,2835.5120325 +155,-1.956071439,0.5792177723,111,-1.543371177,0.7273916949,1418.4728985 +156,-1.951208514,0.5602434208,111,-1.543371177,0.7273916949,1445.2812033 +157,-1.944675062,0.6062144545,111,-1.543371177,0.7273916949,1333.0629739 +158,-1.613778386,0.6077989518,111,-1.543371177,0.7273916949,521.72042807 +159,-2.035029014,0.6021432345,111,-1.543371177,0.7273916949,1602.6604082 +160,-2.114989471,0.6801825058,111,-1.543371177,0.7273916949,1725.841327 +161,-2.037382079,0.5765830025,111,-1.543371177,0.7273916949,1656.84315 +162,-2.129855121,0.6585019963,111,-1.543371177,0.7273916949,1796.3913416 +163,-2.075141798,0.6493615843,111,-1.543371177,0.7273916949,1646.832879 +164,-1.828626729,0.6948433129,111,-1.543371177,0.7273916949,864.3526928 +165,-1.863329418,0.6735427691,111,-1.543371177,0.7273916949,990.09846295 +166,-1.266037071,0.727988852,111,-1.543371177,0.7273916949,819.11496631 +167,-1.277579582,0.7249010648,111,-1.543371177,0.7273916949,786.25564005 +168,-1.258418684,0.7241194816,111,-1.543371177,0.7273916949,843.09811853 +169,-1.317813974,0.6804850104,111,-1.543371177,0.7273916949,705.17522219 +170,-1.344165204,0.6790988904,111,-1.543371177,0.7273916949,630.94364297 +171,-1.427582102,0.5277120351,111,-1.543371177,0.7273916949,873.02070935 +172,-1.402238616,0.457167829,111,-1.543371177,0.7273916949,1165.1476911 +173,-1.422454264,0.4996161999,111,-1.543371177,0.7273916949,982.66944336 +174,-1.439089277,0.4894859811,111,-1.543371177,0.7273916949,1000.7597072 +175,-1.448126995,0.5182330266,111,-1.543371177,0.7273916949,882.82194956 +176,-1.474626146,0.5881926574,111,-1.543371177,0.7273916949,591.79580521 +177,-1.421139645,0.5584869783,111,-1.543371177,0.7273916949,772.47989264 +178,-1.457037165,0.565943032,111,-1.543371177,0.7273916949,694.974496 +179,-2.757159358,0.3745319,111,-1.543371177,0.7273916949,4210.854308 +180,-2.714309238,0.342054471,111,-1.543371177,0.7273916949,4161.8868671 +181,-2.000525337,0.774119946,111,-1.543371177,0.7273916949,1331.0756004 +183,-1.571413436,0.6777838382,111,-1.543371177,0.7273916949,213.99070213 +184,-1.552860289,0.6987663893,111,-1.543371177,0.7273916949,116.89362235 +185,-1.521852374,0.7165827476,111,-1.543371177,0.7273916949,76.973379003 +186,-1.503656267,0.6928968252,111,-1.543371177,0.7273916949,181.36196481 +187,-1.502753178,0.7136205882,111,-1.543371177,0.7273916949,132.63198611 +188,-1.631894563,0.7343596465,111,-1.543371177,0.7273916949,262.49915024 +189,-1.653765416,0.6770714026,111,-1.543371177,0.7273916949,388.63691831 +190,-1.719812114,0.6715965947,111,-1.543371177,0.7273916949,578.16446213 +191,-1.493406659,0.6646955447,111,-1.543371177,0.7273916949,291.05403839 +192,-1.469120564,0.6613469966,111,-1.543371177,0.7273916949,345.6141763 +193,-1.590551461,0.5326612937,111,-1.543371177,0.7273916949,785.84878733 +194,-1.625979264,0.5247742243,111,-1.543371177,0.7273916949,844.85833797 +195,-1.572293943,0.5238808754,111,-1.543371177,0.7273916949,811.39039802 +196,-1.610848725,0.5477107964,111,-1.543371177,0.7273916949,743.19044404 +197,-1.208485554,0.7918526018,111,-1.543371177,0.7273916949,992.47206965 +198,-1.335601374,0.6869083083,111,-1.543371177,0.7273916949,645.26979221 +199,-1.346156996,0.6825213377,111,-1.543371177,0.7273916949,620.40529648 +200,-1.324381037,0.6741422347,111,-1.543371177,0.7273916949,694.99142012 +201,-1.242424992,0.7378949807,111,-1.543371177,0.7273916949,885.64012774 +202,-1.270370057,0.7392461008,111,-1.543371177,0.7273916949,803.63698136 +203,-1.448950472,0.7441675014,111,-1.543371177,0.7273916949,285.04512947 +204,-1.492662363,0.7523026852,111,-1.543371177,0.7273916949,178.14929159 +205,-1.479098966,0.7763855017,111,-1.543371177,0.7273916949,268.71296021 +206,-1.633760714,0.7869022408,111,-1.543371177,0.7273916949,350.97371172 +207,-1.647406434,0.8101289331,111,-1.543371177,0.7273916949,441.47962238 +208,-1.564245052,0.5701509278,111,-1.543371177,0.7273916949,626.28598169 +209,-1.646289963,0.6833746083,111,-1.543371177,0.7273916949,355.87646235 +210,-1.5820631,0.6751952144,111,-1.543371177,0.7273916949,237.58254887 +211,-1.613236298,0.6681681791,111,-1.543371177,0.7273916949,316.14628457 +212,-1.914661867,0.8212566515,111,-1.543371177,0.7273916949,1110.9724544 +213,-1.742133237,0.7250275956,111,-1.543371177,0.7273916949,588.30496485 +214,-2.033144872,0.6557314699,111,-1.543371177,0.7273916949,1513.9916543 +215,-2.039551981,0.6964723658,111,-1.543371177,0.7273916949,1486.2488021 +216,-1.247341019,0.7622473908,111,-1.543371177,0.7273916949,871.48752975 +217,-1.298239787,0.7084123392,111,-1.543371177,0.7273916949,734.34629556 +218,-1.308539688,0.6926545592,111,-1.543371177,0.7273916949,717.89387662 +219,-1.303263185,0.6888938396,111,-1.543371177,0.7273916949,737.46228471 +220,-1.852400229,0.6004246149,111,-1.543371177,0.7273916949,1084.4214088 +221,-1.288947707,0.7473773692,111,-1.543371177,0.7273916949,749.22052668 +222,-1.372031502,0.7472790993,111,-1.543371177,0.7273916949,508.23378587 +223,-1.289805721,0.7242157877,111,-1.543371177,0.7273916949,750.45175676 +224,-1.350807603,0.7533498126,111,-1.543371177,0.7273916949,571.93809189 +225,-1.329290365,0.7560442322,111,-1.543371177,0.7273916949,634.82496195 +226,-1.410153004,0.616936428,111,-1.543371177,0.7273916949,601.08158824 +227,-1.393445434,0.6308995063,111,-1.543371177,0.7273916949,599.12919588 +228,-1.37595573,0.6241540638,111,-1.543371177,0.7273916949,658.76523982 +229,-1.358388707,0.6172645205,111,-1.543371177,0.7273916949,719.42899359 +230,-1.753741133,0.8281661666,111,-1.543371177,0.7273916949,714.13674415 +231,-1.47430987,0.6834615681,111,-1.543371177,0.7273916949,271.336051 +232,-1.421012508,0.7222725206,111,-1.543371177,0.7273916949,363.28912226 +233,-1.4476833,0.6978557868,111,-1.543371177,0.7273916949,309.65531938 +234,-1.470370723,0.6966193374,111,-1.543371177,0.7273916949,250.51011493 +235,-1.429211703,0.7037216883,111,-1.543371177,0.7273916949,353.81956859 +236,-1.700578405,0.6178673663,111,-1.543371177,0.7273916949,651.58172365 +237,-1.678117619,0.6331716163,111,-1.543371177,0.7273916949,557.63798334 +238,-1.725644578,0.6316331145,111,-1.543371177,0.7273916949,676.92188733 +239,-2.14012759,0.7930497945,111,-1.543371177,0.7273916949,1719.3367795 +240,-2.103289431,0.7653606263,111,-1.543371177,0.7273916949,1624.9034317 +241,-1.318739838,0.7017808746,111,-1.543371177,0.7273916949,679.04858382 +242,-1.396417427,0.7077900843,111,-1.543371177,0.7273916949,445.16653503 +243,-1.35650337,0.7185539404,111,-1.543371177,0.7273916949,555.76415509 +244,-1.248884539,0.7274156818,111,-1.543371177,0.7273916949,869.83600283 +245,-1.395014798,0.5761185243,111,-1.543371177,0.7273916949,758.94814516 +246,-1.433377362,0.6064716109,111,-1.543371177,0.7273916949,588.33806781 +247,-1.408172432,0.5903155476,111,-1.543371177,0.7273916949,687.9038964 +248,-1.749645898,0.7757118084,111,-1.543371177,0.7273916949,626.22522343 +249,-1.571626686,0.615046989,111,-1.543371177,0.7273916949,453.51951965 +250,-1.514070049,0.6303003037,111,-1.543371177,0.7273916949,395.02083712 +251,-1.480890369,0.6237966528,111,-1.543371177,0.7273916949,453.40131048 +252,-1.704390658,0.5281680612,111,-1.543371177,0.7273916949,941.64387704 +253,-1.64434733,0.5254277498,111,-1.543371177,0.7273916949,862.56033313 +254,-1.703855997,0.4792484842,111,-1.543371177,0.7273916949,1111.9700988 +255,-1.692002383,0.5748825051,111,-1.543371177,0.7273916949,763.46974091 +256,-1.854136457,0.5544643913,111,-1.543371177,0.7273916949,1197.2253163 +257,-1.665021206,0.520317736,111,-1.543371177,0.7273916949,907.88110869 +258,-1.733654349,0.4845187345,111,-1.543371177,0.7273916949,1142.0547583 +259,-1.720938188,0.5135933906,111,-1.543371177,0.7273916949,1020.3708361 +260,-1.742668307,0.553296122,111,-1.543371177,0.7273916949,934.38790266 +261,-1.965659039,0.7142126903,111,-1.543371177,0.7273916949,1253.5996693 +262,-1.944438071,0.6772834804,111,-1.543371177,0.7273916949,1225.0166298 +263,-1.270340967,0.7681487096,111,-1.543371177,0.7273916949,807.89763129 +264,-1.353091884,0.6549276821,111,-1.543371177,0.7273916949,647.12200422 +265,-1.333236659,0.6413584414,111,-1.543371177,0.7273916949,728.46242829 +266,-1.352015998,0.6753788907,111,-1.543371177,0.7273916949,614.06018738 +267,-1.377988483,0.6577816235,111,-1.543371177,0.7273916949,574.14177255 +268,-2.13075611,0.8318642051,111,-1.543371177,0.7273916949,1691.1400972 +269,-2.097910953,0.8259670014,111,-1.543371177,0.7273916949,1602.4784549 +270,-1.416382069,0.6694271549,111,-1.543371177,0.7273916949,448.22752528 +271,-1.538905672,0.7535625993,111,-1.543371177,0.7273916949,104.48176343 +272,-1.572309477,0.7803125099,111,-1.543371177,0.7273916949,225.64951878 +273,-1.87759879,0.7503853417,111,-1.543371177,0.7273916949,980.71767082 +274,1.152365588,0.590457682,111,-1.543371177,0.7273916949,6977.5212799 +275,0.350198001,0.718001859,111,-1.543371177,0.7273916949,5184.1438657 +276,0.046513677,0.491503852,111,-1.543371177,0.7273916949,5009.873024 +277,0.027510309,0.742571376,111,-1.543371177,0.7273916949,4374.9990511 +278,0.306285725,-0.214631579,111,-1.543371177,0.7273916949,7606.5891222 +279,-1.100564889,0.318051531,111,-1.543371177,0.7273916949,2205.4210963 +280,-1.078582306,0.301437596,111,-1.543371177,0.7273916949,2308.0568707 +281,-1.137371989,-0.617634065,111,-1.543371177,0.7273916949,5527.7471629 +282,0.784356344,0.703272339,111,-1.543371177,0.7273916949,6068.1441859 +283,-1.221209947,0.218327455,111,-1.543371177,0.7273916949,2302.9798003 +284,2.347301921,-0.449114658,111,-1.543371177,0.7273916949,9774.7018431 +285,0.246820618,0.830553713,111,-1.543371177,0.7273916949,4672.4719913 +286,0.829414965,0.703288228,111,-1.543371177,0.7273916949,6140.4392786 +287,-1.337537566,0.42332223,111,-1.543371177,0.7273916949,1381.972259 +288,0.882453706,0.454478077,111,-1.543371177,0.7273916949,7078.2221611 +289,1.575629659,0.416419109,111,-1.543371177,0.7273916949,7912.4553858 +290,-1.039455679,0.229888244,111,-1.543371177,0.7273916949,2624.6764358 +291,0.489558039,0.934482747,111,-1.543371177,0.7273916949,4860.8239906 +292,0.081344504,0.88384514,111,-1.543371177,0.7273916949,4199.9872746 +293,-1.547979814,0.300350308,111,-1.543371177,0.7273916949,1691.5833937 +294,0.040776181,0.168560074,111,-1.543371177,0.7273916949,5818.3164828 +295,-1.130374745,0.563894876,111,-1.543371177,0.7273916949,1451.6980448 +296,1.578326642,0.478507176,111,-1.543371177,0.7273916949,7666.7267398 +297,-1.12861823,-0.291640865,111,-1.543371177,0.7273916949,4312.7862532 +298,0.310524208,0.770885792,111,-1.543371177,0.7273916949,4958.246351 +299,0.415649091,-0.387246002,111,-1.543371177,0.7273916949,8355.1824239 +300,-0.926533878,-0.188022748,111,-1.543371177,0.7273916949,4264.786406 +301,1.258856172,-0.11716081,111,-1.543371177,0.7273916949,9748.0751869 +302,-1.126050026,0.322941926,111,-1.543371177,0.7273916949,2132.5938989 +303,2.002785835,0.07893892,111,-1.543371177,0.7273916949,8931.9932959 +304,0.440437607,0.746258085,111,-1.543371177,0.7273916949,5297.3747801 +305,-0.030391866,0.214441206,111,-1.543371177,0.7273916949,5490.2604099 +306,0.521557815,-0.058929362,111,-1.543371177,0.7273916949,7820.801898 +307,-0.097005111,0.13317729,111,-1.543371177,0.7273916949,5504.3560438 +308,1.83113859,0.221857587,111,-1.543371177,0.7273916949,8588.8222274 +309,0.222428864,0.099404236,111,-1.543371177,0.7273916949,6531.3045895 +310,-1.702731345,0.8728568183,111,-1.543371177,0.7273916949,723.67791586 +311,-0.418507569,0.278324921,111,-1.543371177,0.7273916949,4182.4852983 +312,-1.41153306,0.339029988,111,-1.543371177,0.7273916949,1601.0304351 +313,0.357560442,0.114788776,111,-1.543371177,0.7273916949,6875.982934 +314,0.325818979,0.268352149,111,-1.543371177,0.7273916949,6362.2608749 +315,-1.246004659,-0.663679965,111,-1.543371177,0.7273916949,5613.7573382 +316,1.814603087,0.637404484,111,-1.543371177,0.7273916949,6981.3319698 +317,1.843704281,-0.18300445,111,-1.543371177,0.7273916949,10124.614989 +318,1.690644492,-0.211480909,111,-1.543371177,0.7273916949,10375.438529 +319,-1.275451936,0.068109467,111,-1.543371177,0.7273916949,2778.8137033 +320,0.762430171,-0.207594741,111,-1.543371177,0.7273916949,8907.1091634 +321,0.265668905,-0.014647884,111,-1.543371177,0.7273916949,6962.9407157 +322,-2.773032013,-0.335515811,111,-1.543371177,0.7273916949,6154.5010311 +323,-1.469512853,0.174058777,111,-1.543371177,0.7273916949,2206.8213916 +324,0.286276986,0.785925691,111,-1.543371177,0.7273916949,4867.5587583 +325,-1.379324697,0.377432233,111,-1.543371177,0.7273916949,1490.1567264 +326,-1.203778265,0.212813032,111,-1.543371177,0.7273916949,2352.1402015 +327,0.579916301,0.611743168,111,-1.543371177,0.7273916949,5980.2961253 +328,0.267582642,0.868113908,111,-1.543371177,0.7273916949,4623.8445558 +329,0.412869244,-0.050245578,111,-1.543371177,0.7273916949,7486.4869028 +330,0.17524381,0.976660285,111,-1.543371177,0.7273916949,4196.2766313 +331,0.743157214,0.204812899,111,-1.543371177,0.7273916949,7615.5485972 +332,-1.070758176,0.269382282,111,-1.543371177,0.7273916949,2427.4976416 +333,-1.230364251,0.329790229,111,-1.543371177,0.7273916949,1895.5918278 +334,-1.374813124,-0.024926835,111,-1.543371177,0.7273916949,3040.7772428 +335,0.519780566,0.463669906,111,-1.543371177,0.7273916949,6294.8625925 +336,-1.55108034,0.239698561,111,-1.543371177,0.7273916949,1931.9347449 +337,0.180294813,0.029739425,111,-1.543371177,0.7273916949,6594.4668095 +338,0.67820924,0.268170153,111,-1.543371177,0.7273916949,7264.29022 +339,0.445798684,1.024001867,111,-1.543371177,0.7273916949,4547.7370526 +340,0.691751283,0.150521402,111,-1.543371177,0.7273916949,7661.8749532 +341,-1.036643551,-0.903056181,111,-1.543371177,0.7273916949,6689.3560069 +342,-0.120287036,1.083325163,111,-1.543371177,0.7273916949,3476.3612746 +343,2.823513113,-0.304487164,111,-1.543371177,0.7273916949,8029.5000741 +344,0.457583172,1.12513373,111,-1.543371177,0.7273916949,4303.0465178 +345,0.042918831,0.813795399,111,-1.543371177,0.7273916949,4259.6370202 +346,1.196146777,-0.853142756,111,-1.543371177,0.7273916949,11223.738536 +347,0.206001358,-0.010430701,111,-1.543371177,0.7273916949,6776.696131 +348,-0.268308653,0.234799412,111,-1.543371177,0.7273916949,4736.0007237 +349,0.759363263,0.736189579,111,-1.543371177,0.7273916949,5918.315827 +350,0.181363926,0.891988372,111,-1.543371177,0.7273916949,4392.4780172 +351,-0.021111158,0.139103292,111,-1.543371177,0.7273916949,5713.1894558 +352,-0.093355215,0.630686981,111,-1.543371177,0.7273916949,4307.2060929 +353,0.40118964,0.681375926,111,-1.543371177,0.7273916949,5396.0605551 +354,-0.721197315,1.304706234,111,-1.543371177,0.7273916949,2708.3647712 +355,-1.076150317,0.212107639,111,-1.543371177,0.7273916949,2601.9398188 +356,-1.577164531,0.273993443,111,-1.543371177,0.7273916949,1799.6193432 +357,-0.190788414,0.182208586,111,-1.543371177,0.7273916949,5099.8598316 +358,-0.261349752,0.209710184,111,-1.543371177,0.7273916949,4820.5207868 +359,-1.029303852,0.083549259,111,-1.543371177,0.7273916949,3130.5860921 +360,-1.268609162,0.330525297,111,-1.543371177,0.7273916949,1824.5214097 +361,1.282982244,-0.926641967,111,-1.543371177,0.7273916949,11293.337999 +362,0.217352334,0.731352408,111,-1.543371177,0.7273916949,4851.411123 +363,-1.511833084,0.258629297,111,-1.543371177,0.7273916949,1859.9135722 +364,0.338812194,0.823184618,111,-1.543371177,0.7273916949,4881.3727645 +365,-0.324406489,1.134201999,111,-1.543371177,0.7273916949,3086.8701287 +366,1.389579348,0.399185724,111,-1.543371177,0.7273916949,7916.2571551 +367,2.047152199,-0.039082036,111,-1.543371177,0.7273916949,9284.2275924 +368,0.947780369,0.568250077,111,-1.543371177,0.7273916949,6790.9211472 +369,0.763824846,0.576754987,111,-1.543371177,0.7273916949,6451.4306162 +370,-0.142334657,0.928153068,111,-1.543371177,0.7273916949,3633.7208355 +371,0.610266567,0.547265983,111,-1.543371177,0.7273916949,6241.974733 +372,0.210731629,0.746815056,111,-1.543371177,0.7273916949,4798.0864472 +373,-1.34931644,0.316895224,111,-1.543371177,0.7273916949,1753.5041653 +374,2.407696481,0.655030745,111,-1.543371177,0.7273916949,6236.0647434 +375,0.64207831,0.545359131,111,-1.543371177,0.7273916949,6314.3506587 +376,1.174597538,0.840588356,111,-1.543371177,0.7273916949,6058.594791 +377,0.660059424,0.010604079,111,-1.543371177,0.7273916949,8002.5534838 +378,-0.730263819,0.010486456,111,-1.543371177,0.7273916949,4054.6650566 +379,0.831068936,0.512339172,111,-1.543371177,0.7273916949,6789.0828624 +380,1.301180979,0.72367476,111,-1.543371177,0.7273916949,6598.5178168 +381,1.811128231,0.322854402,111,-1.543371177,0.7273916949,8211.1800726 +382,0.435105812,0.992284428,111,-1.543371177,0.7273916949,4614.3321603 +383,0.62643634,0.592027932,111,-1.543371177,0.7273916949,6136.3569719 +384,0.492988703,-0.516339467,111,-1.543371177,0.7273916949,8870.1465443 +385,-0.162469483,0.112549365,111,-1.543371177,0.7273916949,5364.5391304 +386,0.314630866,0.472006421,111,-1.543371177,0.7273916949,5769.8722255 +387,0.166744804,0.822815954,111,-1.543371177,0.7273916949,4518.6393848 +388,0.417159608,0.965805736,111,-1.543371177,0.7273916949,4654.3530853 +389,0.106334961,0.868774244,111,-1.543371177,0.7273916949,4285.3080082 +390,0.815086969,-0.338144359,111,-1.543371177,0.7273916949,9405.4686718 +391,0.59867455,-0.230624824,111,-1.543371177,0.7273916949,8505.6748579 +392,1.915104874,0.066220985,111,-1.543371177,0.7273916949,9099.1175032 +393,1.278093622,0.064463721,111,-1.543371177,0.7273916949,9101.7150452 +394,-0.061477853,0.302997961,111,-1.543371177,0.7273916949,5173.1336989 +395,0.251311504,0.626976942,111,-1.543371177,0.7273916949,5197.2275529 +396,2.950242872,0.149095644,111,-1.543371177,0.7273916949,6465.8236761 +397,-0.180294708,0.35375117,111,-1.543371177,0.7273916949,4700.0147104 +398,1.010448592,-0.351180233,111,-1.543371177,0.7273916949,9977.7310659 +399,-1.748740498,0.3686318073,111,-1.543371177,0.7273916949,1577.9734376 +400,2.699635665,0.123533791,111,-1.543371177,0.7273916949,7236.49288 +401,0.496808033,0.823843254,111,-1.543371177,0.7273916949,5186.838317 +402,0.129574704,0.763364087,111,-1.543371177,0.7273916949,4571.7033382 +403,1.798920311,0.817447563,111,-1.543371177,0.7273916949,6284.1069486 +404,0.335987953,0.746786541,111,-1.543371177,0.7273916949,5076.311692 +405,-1.085413643,0.292154671,111,-1.543371177,0.7273916949,2321.8029646 +406,-0.155321003,0.508207011,111,-1.543371177,0.7273916949,4407.8455014 +407,0.620529244,-0.301175104,111,-1.543371177,0.7273916949,8750.7203339 +408,1.684402744,0.368716966,111,-1.543371177,0.7273916949,8090.6554947 +409,0.300582244,-0.386397212,111,-1.543371177,0.7273916949,8014.2955634 +410,2.913555946,-0.009225192,111,-1.543371177,0.7273916949,6998.7534423 +411,1.465101417,0.493232532,111,-1.543371177,0.7273916949,7584.4386931 +412,0.090612882,0.907955955,111,-1.543371177,0.7273916949,4170.3172476 +413,2.987564726,-0.729568594,111,-1.543371177,0.7273916949,8498.778704 +414,-1.484261606,0.224149272,111,-1.543371177,0.7273916949,2003.7641416 +415,0.164073421,0.303955133,111,-1.543371177,0.7273916949,5817.4909696 +416,0.141441293,0.167552546,111,-1.543371177,0.7273916949,6114.5538755 +417,2.931321023,-0.506718887,111,-1.543371177,0.7273916949,8189.0804501 +418,2.21951565,0.700596356,111,-1.543371177,0.7273916949,6363.0509815 +419,0.268112576,1.199114336,111,-1.543371177,0.7273916949,3892.0869412 +420,0.978913739,0.359223811,111,-1.543371177,0.7273916949,7577.6366443 +421,1.210898818,0.522863584,111,-1.543371177,0.7273916949,7293.0895772 +422,2.347397336,0.129231362,111,-1.543371177,0.7273916949,8100.4463591 +423,0.614394501,0.556878345,111,-1.543371177,0.7273916949,6220.8541102 +424,-1.398079356,0.148483366,111,-1.543371177,0.7273916949,2348.8059164 +425,2.535303836,-0.112984496,111,-1.543371177,0.7273916949,8362.1929747 +426,-1.019372593,-0.405322349,111,-1.543371177,0.7273916949,4880.9806636 +427,-1.297785627,-0.160104069,111,-1.543371177,0.7273916949,3627.107505 +428,2.144554488,0.205051084,111,-1.543371177,0.7273916949,8247.7128516 +429,-2.242387083,-0.426171285,111,-1.543371177,0.7273916949,5238.5084316 +430,0.338637212,0.909723676,111,-1.543371177,0.7273916949,4658.9734533 +431,-0.148798452,0.691042401,111,-1.543371177,0.7273916949,4034.0832517 +432,0.893524764,0.441829531,111,-1.543371177,0.7273916949,7141.3660889 +433,0.969229347,-0.368847936,111,-1.543371177,0.7273916949,9915.340515 +434,0.436043248,0.800045688,111,-1.543371177,0.7273916949,5137.985449 +435,1.687946607,1.081504775,111,-1.543371177,0.7273916949,5273.0527396 +436,0.522302046,-0.034889271,111,-1.543371177,0.7273916949,7756.0791101 +437,-0.178996113,-0.438090009,111,-1.543371177,0.7273916949,6792.0519061 +438,-1.094339566,0.301444068,111,-1.543371177,0.7273916949,2272.0985704 +439,-1.064070054,0.242569932,111,-1.543371177,0.7273916949,2528.6498905 +440,-1.068153768,0.230387998,111,-1.543371177,0.7273916949,2559.194634 +441,-3.00496892,-0.23989155,111,-1.543371177,0.7273916949,6534.8334979 +442,0.21751974,0.766874888,111,-1.543371177,0.7273916949,4764.2452047 +443,0.117229532,0.007619006,111,-1.543371177,0.7273916949,6467.3377517 +444,0.777758451,0.420554741,111,-1.543371177,0.7273916949,6993.0810318 +445,-0.252356999,0.250747086,111,-1.543371177,0.7273916949,4742.8471082 +446,0.363148444,0.768483434,111,-1.543371177,0.7273916949,5076.1969976 +447,0.903191366,-0.118210676,111,-1.543371177,0.7273916949,9014.6086692 +448,-0.205755923,0.149406178,111,-1.543371177,0.7273916949,5140.4816613 +449,1.811996086,0.02364353,111,-1.543371177,0.7273916949,9371.6099655 +450,-1.100670221,0.314845373,111,-1.543371177,0.7273916949,2215.2997354 +451,0.340078597,0.850105132,111,-1.543371177,0.7273916949,4814.1019848 +452,0.258757267,0.804969236,111,-1.543371177,0.7273916949,4760.7277766 +453,2.78505352,-0.155160804,111,-1.543371177,0.7273916949,7762.4292968 +454,0.800551619,0.105822106,111,-1.543371177,0.7273916949,8064.0199285 +455,0.437940882,-0.506194031,111,-1.543371177,0.7273916949,8687.7462053 +456,2.230431122,0.63458615,111,-1.543371177,0.7273916949,6583.0672607 +457,0.527965361,0.127667701,111,-1.543371177,0.7273916949,7308.3984407 +458,-0.063643205,0.702093448,111,-1.543371177,0.7273916949,4233.0479557 +459,1.408447268,0.133010502,111,-1.543371177,0.7273916949,8966.8642821 +460,0.523795955,0.280266966,111,-1.543371177,0.7273916949,6850.0027247 +461,-0.975769313,0.072177659,111,-1.543371177,0.7273916949,3281.0466099 +462,0.549774164,-0.463663986,111,-1.543371177,0.7273916949,8925.0030894 +463,0.29245874,1.095549818,111,-1.543371177,0.7273916949,4140.0919306 +464,0.143625958,0.816809593,111,-1.543371177,0.7273916949,4481.3283156 +465,0.671902494,0.611159853,111,-1.543371177,0.7273916949,6166.2985575 +466,1.239840988,0.6724199,111,-1.543371177,0.7273916949,6750.4172138 +467,0.607829703,-0.10932137,111,-1.543371177,0.7273916949,8203.5665811 +468,1.763020906,0.263996692,111,-1.543371177,0.7273916949,8470.8905477 +469,0.378714634,0.726066797,111,-1.543371177,0.7273916949,5224.0490748 +470,2.196736143,-0.153862366,111,-1.543371177,0.7273916949,9358.6549563 +471,0.01702415,0.148991565,111,-1.543371177,0.7273916949,5799.7370085 +472,-2.998490902,-0.158002487,111,-1.543371177,0.7273916949,6299.1260912 +473,-3.051262951,-0.346595608,111,-1.543371177,0.7273916949,6945.7069049 +474,-1.069176439,0.182802941,111,-1.543371177,0.7273916949,2714.0306596 +475,0.167157509,0.595344954,111,-1.543371177,0.7273916949,5069.9168173 +476,0.613855648,0.681746124,111,-1.543371177,0.7273916949,5832.8898049 +477,1.037012736,0.682555367,111,-1.543371177,0.7273916949,6504.4120015 +478,-1.253574971,0.379755746,111,-1.543371177,0.7273916949,1681.3462215 +479,3.108590453,-0.132620738,111,-1.543371177,0.7273916949,6748.8430779 +480,0.565301296,0.022333262,111,-1.543371177,0.7273916949,7713.413278 +481,0.547898238,0.855555614,111,-1.543371177,0.7273916949,5186.6974683 +482,0.948309381,0.417393755,111,-1.543371177,0.7273916949,7321.4896613 +483,-0.050600732,0.945269213,111,-1.543371177,0.7273916949,3804.5308917 +484,-0.977651478,-0.572363064,111,-1.543371177,0.7273916949,5545.6107299 +485,1.102014914,0.728861163,111,-1.543371177,0.7273916949,6408.5505083 +486,2.927300795,-0.282939414,111,-1.543371177,0.7273916949,7669.2290505 +487,-1.154565557,0.124434095,111,-1.543371177,0.7273916949,2751.0898795 +488,1.855331234,0.291044755,111,-1.543371177,0.7273916949,8301.2909068 +489,0.830290659,0.276904518,111,-1.543371177,0.7273916949,7575.2178826 +490,0.485104466,-0.234867441,111,-1.543371177,0.7273916949,8185.6815344 +491,0.521367572,-0.33161327,111,-1.543371177,0.7273916949,8534.8238393 +1,-1.539031704,0.7349710123,112,-1.541368852,0.7274523163,30.568367518 +2,-1.536990553,0.7349663874,112,-1.541368852,0.7274523163,32.442157241 +3,-1.534951779,0.7349571355,112,-1.541368852,0.7274523163,35.23700455 +4,-1.532906461,0.7349480293,112,-1.541368852,0.7274523163,38.782345301 +5,-1.531320211,0.7346937278,112,-1.541368852,0.7274523163,41.239945144 +6,-1.539451648,0.7335131775,112,-1.541368852,0.7274523163,24.664438113 +7,-1.537429487,0.7335445708,112,-1.541368852,0.7274523163,26.784393974 +8,-1.535484998,0.7335658704,112,-1.541368852,0.7274523163,29.794940158 +9,-1.533488396,0.7336036027,112,-1.541368852,0.7274523163,33.677671366 +10,-1.531497785,0.7335842962,112,-1.541368852,0.7274523163,37.921489977 +11,-1.530259379,0.7334777758,112,-1.541368852,0.7274523163,40.545934238 +12,-1.5335454,0.7322346912,112,-1.541368852,0.7274523163,29.870070113 +13,-1.531489083,0.7322238773,112,-1.541368852,0.7274523163,34.754073246 +14,-1.530011122,0.7321679851,112,-1.541368852,0.7274523163,38.381198139 +15,-1.53348106,0.7306614094,112,-1.541368852,0.7274523163,26.543051342 +16,-1.531441779,0.7306962275,112,-1.541368852,0.7274523163,32.01674147 +17,-1.529755654,0.7306933243,112,-1.541368852,0.7274523163,36.629521484 +18,-1.533415048,0.7291384674,112,-1.541368852,0.7274523163,24.442657249 +19,-1.531392093,0.7291705353,112,-1.541368852,0.7274523163,30.267255863 +20,-1.529296523,0.7291214933,112,-1.541368852,0.7274523163,36.294865565 +21,-1.535280942,0.727267644,112,-1.541368852,0.7274523163,18.026519782 +22,-1.533378158,0.7276139666,112,-1.541368852,0.7274523163,23.646260373 +23,-1.531340368,0.7276446587,112,-1.541368852,0.7274523163,29.675010471 +24,-1.528960113,0.7276398177,112,-1.541368852,0.7274523163,36.713810167 +25,-1.533313146,0.7260818349,112,-1.541368852,0.7274523163,24.456225574 +26,-1.531259555,0.7260958115,112,-1.541368852,0.7274523163,30.403443674 +27,-1.528926415,0.7260865555,112,-1.541368852,0.7274523163,37.226586941 +28,-1.531226779,0.7245511789,112,-1.541368852,0.7274523163,32.165253008 +29,-1.528904772,0.7245519194,112,-1.541368852,0.7274523163,38.666733057 +30,-1.547195875,0.7409785979,112,-1.541368852,0.7274523163,56.25055408 +31,-1.5451475,0.740980426,112,-1.541368852,0.7274523163,54.72461326 +32,-1.543097679,0.7409798872,112,-1.541368852,0.7274523163,53.823302923 +33,-1.540720364,0.7409892687,112,-1.541368852,0.7274523163,53.653762238 +34,-1.547188511,0.7395198392,112,-1.541368852,0.7274523163,50.774016565 +35,-1.545148587,0.7395226109,112,-1.541368852,0.7274523163,49.086868874 +36,-1.543104538,0.7395314908,112,-1.541368852,0.7274523163,48.117393059 +37,-1.540727751,0.7395306258,112,-1.541368852,0.7274523163,47.87935704 +38,-1.547187029,0.7380014886,112,-1.541368852,0.7274523163,45.160558991 +39,-1.545147315,0.7380012252,112,-1.541368852,0.7274523163,43.239935625 +40,-1.54310719,0.7380060743,112,-1.541368852,0.7274523163,42.115606167 +41,-1.540719671,0.7380068206,112,-1.541368852,0.7274523163,41.850064817 +42,-1.547187189,0.7364799098,112,-1.541368852,0.7274523163,39.655308175 +43,-1.545149996,0.7364853874,112,-1.541368852,0.7274523163,37.474312479 +44,-1.543106091,0.7364823484,112,-1.541368852,0.7274523163,36.132351353 +45,-1.540717158,0.7364893901,112,-1.541368852,0.7274523163,35.847312326 +46,-1.538663972,0.7410138672,112,-1.541368852,0.7274523163,54.302887084 +47,-1.53695285,0.7409699132,112,-1.541368852,0.7274523163,55.095196739 +48,-1.534910498,0.7409641297,112,-1.541368852,0.7274523163,56.789531523 +49,-1.533145034,0.7409536636,112,-1.541368852,0.7274523163,58.691846192 +50,-1.538681336,0.7395405883,112,-1.541368852,0.7274523163,48.530207812 +51,-1.536999189,0.7395183096,112,-1.541368852,0.7274523163,49.492558986 +52,-1.534923633,0.7395144222,112,-1.541368852,0.7274523163,51.404036086 +53,-1.533267822,0.7395654306,112,-1.541368852,0.7274523163,53.574408665 +54,-1.53867273,0.7380151077,112,-1.541368852,0.7274523163,42.585647968 +55,-1.536980576,0.7379994392,112,-1.541368852,0.7274523163,43.729579025 +56,-1.534931522,0.7379944961,112,-1.541368852,0.7274523163,45.857906837 +57,-1.533387952,0.7379480264,112,-1.541368852,0.7274523163,47.755354193 +58,-1.538682279,0.7364914363,112,-1.541368852,0.7274523163,36.66853196 +59,-1.536980704,0.7364810563,112,-1.541368852,0.7274523163,38.028225828 +60,-1.534935567,0.7364752065,112,-1.541368852,0.7274523163,40.455143985 +61,-1.533042592,0.7363876366,112,-1.541368852,0.7274523163,43.064409784 +62,-1.545143426,0.7349628011,112,-1.541368852,0.7274523163,31.762556682 +63,-1.543105297,0.7349691947,112,-1.541368852,0.7274523163,30.211324594 +64,-1.541064533,0.7349647152,112,-1.541368852,0.7274523163,29.770136616 +65,-1.545411803,0.7334624714,112,-1.541368852,0.7274523163,26.627471186 +66,-1.543446606,0.7334780896,112,-1.541368852,0.7274523163,24.642743191 +67,-1.541475327,0.7334957295,112,-1.541368852,0.7274523163,23.940020826 +68,-1.545401939,0.731963266,112,-1.541368852,0.7274523163,21.471937141 +69,-1.54342253,0.7319915583,112,-1.541368852,0.7274523163,18.97473406 +70,-1.541455867,0.7320216438,112,-1.541368852,0.7274523163,18.100929206 +71,-1.545410146,0.7304422281,112,-1.541368852,0.7274523163,16.817033672 +72,-1.543435491,0.7304713664,112,-1.541368852,0.7274523163,13.426962057 +73,-1.541463105,0.7304997613,112,-1.541368852,0.7274523163,12.074141171 +74,-1.545414768,0.7289194936,112,-1.541368852,0.7274523163,13.298465428 +75,-1.543435774,0.7289538557,112,-1.541368852,0.7274523163,8.5272107776 +76,-1.541457714,0.7289765881,112,-1.541368852,0.7274523163,6.0433531774 +77,-1.539449415,0.7320555866,112,-1.541368852,0.7274523163,19.093823103 +78,-1.537429183,0.7321097681,112,-1.541368852,0.7274523163,21.808443672 +79,-1.535472649,0.7321497267,112,-1.541368852,0.7274523163,25.479112025 +80,-1.539457899,0.7305333307,112,-1.541368852,0.7274523163,13.446446485 +81,-1.537453161,0.7305750503,112,-1.541368852,0.7274523163,16.935510443 +82,-1.535479385,0.7306124949,112,-1.541368852,0.7274523163,21.433555548 +83,-1.53946905,0.7290102593,112,-1.541368852,0.7274523163,8.3441734925 +84,-1.537459922,0.7290417293,112,-1.541368852,0.7274523163,13.159492863 +85,-1.535451349,0.7290890157,112,-1.541368852,0.7274523163,18.655948941 +86,-1.535522937,0.7279887191,112,-1.541368852,0.7274523163,17.420213302 +87,-1.539442524,0.7274735939,112,-1.541368852,0.7274523163,5.6993343833 +88,-1.537424111,0.727521351,112,-1.541368852,0.7274523163,11.672789944 +89,-1.539384641,0.7259505092,112,-1.541368852,0.7274523163,8.3599949259 +90,-1.537372391,0.7259947145,112,-1.541368852,0.7274523163,13.164251306 +91,-1.535340789,0.7260435356,112,-1.541368852,0.7274523163,18.696475569 +92,-1.539325716,0.7244369706,112,-1.541368852,0.7274523163,13.389765549 +93,-1.537308932,0.7244801057,112,-1.541368852,0.7274523163,16.829725739 +94,-1.535289068,0.7245247645,112,-1.541368852,0.7274523163,21.419896062 +95,-1.533261366,0.7245550236,112,-1.541368852,0.7274523163,26.616831202 +96,-1.539267302,0.722921924,112,-1.541368852,0.7274523163,18.995453907 +97,-1.537248972,0.7229660258,112,-1.541368852,0.7274523163,21.562032197 +98,-1.535219431,0.7229916471,112,-1.541368852,0.7274523163,25.386028154 +99,-1.53318962,0.7230212049,112,-1.541368852,0.7274523163,29.930972511 +100,-1.531154816,0.7230299897,112,-1.541368852,0.7274523163,34.9782407 +101,-1.528878341,0.7230370244,112,-1.541368852,0.7274523163,40.946542928 +102,-1.539218189,0.7214009878,112,-1.541368852,0.7274523163,24.803749467 +103,-1.537198791,0.7214422745,112,-1.541368852,0.7274523163,26.827546967 +104,-1.535179266,0.7214634354,112,-1.541368852,0.7274523163,29.996789071 +105,-1.533156501,0.7214944644,112,-1.541368852,0.7274523163,33.91588958 +106,-1.53113574,0.7215166021,112,-1.541368852,0.7274523163,38.393737981 +107,-1.528874248,0.7215345535,112,-1.541368852,0.7274523163,43.851111746 +108,-1.539217656,0.7198512397,112,-1.541368852,0.7274523163,30.77754651 +109,-1.537199919,0.7199428763,112,-1.541368852,0.7274523163,32.216148177 +110,-1.545425832,0.727397149,112,-1.541368852,0.7274523163,12.004270588 +111,-1.543371177,0.7273916949,112,-1.541368852,0.7274523163,5.9286118524 +112,-1.541368852,0.7274523163,112,-1.541368852,0.7274523163,2.8999494948 +113,-1.545349067,0.7258710923,112,-1.541368852,0.7274523163,13.34432698 +114,-1.54332671,0.7258603556,112,-1.541368852,0.7274523163,8.5649163233 +115,-1.541346831,0.7259242142,112,-1.541368852,0.7274523163,6.0531633961 +116,-1.545324355,0.7243383958,112,-1.541368852,0.7274523163,17.013063039 +117,-1.543292796,0.7243617413,112,-1.541368852,0.7274523163,13.503534972 +118,-1.541295822,0.7244024384,112,-1.541368852,0.7274523163,12.082503253 +119,-1.543193859,0.7205570215,112,-1.541368852,0.7274523163,27.843986352 +120,-1.550257047,0.7386738187,112,-1.541368852,0.7274523163,51.576318999 +121,-1.549335448,0.7311736483,112,-1.541368852,0.7274523163,27.764741993 +122,-1.533478843,0.7179891343,112,-1.541368852,0.7274523163,44.208839961 +123,-1.556150555,0.738907041,112,-1.541368852,0.7274523163,62.859398584 +124,-1.554324226,0.733414257,112,-1.541368852,0.7274523163,44.930888426 +125,-1.554290846,0.7288285332,112,-1.541368852,0.7274523163,38.591241729 +126,-1.55122487,0.7219795312,112,-1.541368852,0.7274523163,36.389831645 +127,-1.525104458,0.7229399862,112,-1.541368852,0.7274523163,51.418437901 +128,-1.519607711,0.7236181429,112,-1.541368852,0.7274523163,66.250502854 +129,-1.513899999,0.7251107854,112,-1.541368852,0.7274523163,81.87313853 +130,-1.536620762,0.7431061895,112,-1.541368852,0.7274523163,63.55437168 +131,-1.5369566,0.7460845958,112,-1.541368852,0.7274523163,74.928884947 +132,-1.545345528,0.7447040685,112,-1.541368852,0.7274523163,69.324047588 +133,-1.532813921,0.7432306626,112,-1.541368852,0.7274523163,67.360764122 +134,-1.554788248,0.7382381001,112,-1.541368852,0.7274523163,58.189715847 +135,-1.540348126,0.7301594274,112,-1.541368852,0.7274523163,11.138954033 +136,-1.538016084,0.7239051786,112,-1.541368852,0.7274523163,17.207525991 +137,-1.525288962,0.7258085137,112,-1.541368852,0.7274523163,48.047801224 +138,-1.534326986,0.731241342,112,-1.541368852,0.7274523163,25.647022415 +139,-1.530733872,0.7303625216,112,-1.541368852,0.7274523163,33.468918118 +141,-1.534354939,0.7328219978,112,-1.541368852,0.7274523163,29.679424958 +142,-1.53157084,0.7292888153,112,-1.541368852,0.7274523163,29.861806591 +143,-1.525691035,0.7263799874,112,-1.541368852,0.7274523163,46.596474741 +144,-1.534031287,0.7495967835,112,-1.541368852,0.7274523163,90.308461864 +145,-1.527714986,0.7283095957,112,-1.541368852,0.7274523163,40.519968518 +146,-1.526189586,0.7271468292,112,-1.541368852,0.7274523163,44.927883473 +147,-1.555177336,0.7375563366,112,-1.541368852,0.7274523163,57.056441886 +148,-1.555080283,0.7312707794,112,-1.541368852,0.7274523163,43.226507152 +149,-1.53856994,0.7224180299,112,-1.541368852,0.7274523163,21.598702033 +150,-1.530837883,0.729933372,112,-1.541368852,0.7274523163,32.634686801 +151,-1.515066984,0.5854133365,112,-1.541368852,0.7274523163,568.60917875 +152,-1.534731633,0.5368370046,112,-1.541368852,0.7274523163,755.32273963 +153,-1.515231902,0.5607085576,112,-1.541368852,0.7274523163,665.6079904 +154,-2.616253799,1.0684566605,112,-1.541368852,0.7274523163,2839.1468604 +155,-1.956071439,0.5792177723,112,-1.541368852,0.7274523163,1424.2166697 +156,-1.951208514,0.5602434208,112,-1.541368852,0.7274523163,1450.941992 +157,-1.944675062,0.6062144545,112,-1.541368852,0.7274523163,1338.878995 +158,-1.613778386,0.6077989518,112,-1.541368852,0.7274523163,524.57009883 +159,-2.035029014,0.6021432345,112,-1.541368852,0.7274523163,1608.5520902 +160,-2.114989471,0.6801825058,112,-1.541368852,0.7274523163,1731.7244333 +161,-2.037382079,0.5765830025,112,-1.541368852,0.7274523163,1662.690448 +162,-2.129855121,0.6585019963,112,-1.541368852,0.7274523163,1802.298783 +163,-2.075141798,0.6493615843,112,-1.541368852,0.7274523163,1652.7589644 +164,-1.828626729,0.6948433129,112,-1.541368852,0.7274523163,870.28074157 +165,-1.863329418,0.6735427691,112,-1.541368852,0.7274523163,996.01263807 +166,-1.266037071,0.727988852,112,-1.541368852,0.7274523163,813.19513928 +167,-1.277579582,0.7249010648,112,-1.541368852,0.7274523163,780.33066478 +168,-1.258418684,0.7241194816,112,-1.541368852,0.7274523163,837.17392944 +169,-1.317813974,0.6804850104,112,-1.541368852,0.7274523163,699.4084271 +170,-1.344165204,0.6790988904,112,-1.541368852,0.7274523163,625.25366041 +171,-1.427582102,0.5277120351,112,-1.541368852,0.7274523163,870.54977281 +172,-1.402238616,0.457167829,112,-1.541368852,0.7274523163,1162.8009818 +173,-1.422454264,0.4996161999,112,-1.541368852,0.7274523163,980.35029848 +174,-1.439089277,0.4894859811,112,-1.541368852,0.7274523163,998.82502473 +175,-1.448126995,0.5182330266,112,-1.541368852,0.7274523163,880.85179406 +176,-1.474626146,0.5881926574,112,-1.541368852,0.7274523163,589.77301248 +177,-1.421139645,0.5584869783,112,-1.541368852,0.7274523163,769.54254188 +178,-1.457037165,0.565943032,112,-1.541368852,0.7274523163,692.74793402 +179,-2.757159358,0.3745319,112,-1.541368852,0.7274523163,4216.7493989 +180,-2.714309238,0.342054471,112,-1.541368852,0.7274523163,4167.8084047 +181,-2.000525337,0.774119946,112,-1.541368852,0.7274523163,1336.6758109 +183,-1.571413436,0.6777838382,112,-1.541368852,0.7274523163,216.67509565 +184,-1.552860289,0.6987663893,112,-1.541368852,0.7274523163,118.72462643 +185,-1.521852374,0.7165827476,112,-1.541368852,0.7274523163,72.244625054 +186,-1.503656267,0.6928968252,112,-1.541368852,0.7274523163,177.64903011 +187,-1.502753178,0.7136205882,112,-1.541368852,0.7274523163,127.32385784 +188,-1.631894563,0.7343596465,112,-1.541368852,0.7274523163,268.3381925 +189,-1.653765416,0.6770714026,112,-1.541368852,0.7274523163,393.95563258 +190,-1.719812114,0.6715965947,112,-1.541368852,0.7274523163,583.84315473 +191,-1.493406659,0.6646955447,112,-1.541368852,0.7274523163,288.1339098 +192,-1.469120564,0.6613469966,112,-1.541368852,0.7274523163,341.8457878 +193,-1.590551461,0.5326612937,112,-1.541368852,0.7274523163,787.32936327 +194,-1.625979264,0.5247742243,112,-1.541368852,0.7274523163,847.10397258 +195,-1.572293943,0.5238808754,112,-1.541368852,0.7274523163,812.38255303 +196,-1.610848725,0.5477107964,112,-1.541368852,0.7274523163,745.27112349 +197,-1.208485554,0.7918526018,112,-1.541368852,0.7274523163,986.86880619 +198,-1.335601374,0.6869083083,112,-1.541368852,0.7274523163,639.49005009 +199,-1.346156996,0.6825213377,112,-1.541368852,0.7274523163,614.68797021 +200,-1.324381037,0.6741422347,112,-1.541368852,0.7274523163,689.29101743 +201,-1.242424992,0.7378949807,112,-1.541368852,0.7274523163,879.74529234 +202,-1.270370057,0.7392461008,112,-1.541368852,0.7274523163,797.74349855 +203,-1.448950472,0.7441675014,112,-1.541368852,0.7274523163,279.26987137 +204,-1.492662363,0.7523026852,112,-1.541368852,0.7274523163,173.16380739 +205,-1.479098966,0.7763855017,112,-1.541368852,0.7274523163,264.5621365 +206,-1.633760714,0.7869022408,112,-1.541368852,0.7274523163,355.09637624 +207,-1.647406434,0.8101289331,112,-1.541368852,0.7274523163,445.13029966 +208,-1.564245052,0.5701509278,112,-1.541368852,0.7274523163,627.21668855 +209,-1.646289963,0.6833746083,112,-1.541368852,0.7274523163,361.25703747 +210,-1.5820631,0.6751952144,112,-1.541368852,0.7274523163,240.82890342 +211,-1.613236298,0.6681681791,112,-1.541368852,0.7274523163,320.42133948 +212,-1.914661867,0.8212566515,112,-1.541368852,0.7274523163,1116.1558469 +213,-1.742133237,0.7250275956,112,-1.541368852,0.7274523163,594.20905357 +214,-2.033144872,0.6557314699,112,-1.541368852,0.7274523163,1519.9195726 +215,-2.039551981,0.6964723658,112,-1.541368852,0.7274523163,1492.1315051 +216,-1.247341019,0.7622473908,112,-1.541368852,0.7274523163,865.69915948 +217,-1.298239787,0.7084123392,112,-1.541368852,0.7274523163,728.429258 +218,-1.308539688,0.6926545592,112,-1.541368852,0.7274523163,712.03802835 +219,-1.303263185,0.6888938396,112,-1.541368852,0.7274523163,731.61972394 +220,-1.852400229,0.6004246149,112,-1.541368852,0.7274523163,1090.0119387 +221,-1.288947707,0.7473773692,112,-1.541368852,0.7274523163,743.35879909 +222,-1.372031502,0.7472790993,112,-1.541368852,0.7274523163,502.39331521 +223,-1.289805721,0.7242157877,112,-1.541368852,0.7274523163,744.52525399 +224,-1.350807603,0.7533498126,112,-1.541368852,0.7274523163,566.13361783 +225,-1.329290365,0.7560442322,112,-1.541368852,0.7274523163,629.02802736 +226,-1.410153004,0.616936428,112,-1.541368852,0.7274523163,597.02190672 +227,-1.393445434,0.6308995063,112,-1.541368852,0.7274523163,594.54570545 +228,-1.37595573,0.6241540638,112,-1.541368852,0.7274523163,654.07764889 +229,-1.358388707,0.6172645205,112,-1.541368852,0.7274523163,714.65481252 +230,-1.753741133,0.8281661666,112,-1.541368852,0.7274523163,718.66127711 +231,-1.47430987,0.6834615681,112,-1.541368852,0.7274523163,266.88594555 +232,-1.421012508,0.7222725206,112,-1.541368852,0.7274523163,357.37007508 +233,-1.4476833,0.6978557868,112,-1.541368852,0.7274523163,304.19627343 +234,-1.470370723,0.6966193374,112,-1.541368852,0.7274523163,245.3984444 +235,-1.429211703,0.7037216883,112,-1.541368852,0.7274523163,348.11179691 +236,-1.700578405,0.6178673663,112,-1.541368852,0.7274523163,656.36021231 +237,-1.678117619,0.6331716163,112,-1.541368852,0.7274523163,562.37634793 +238,-1.725644578,0.6316331145,112,-1.541368852,0.7274523163,682.14762724 +239,-2.14012759,0.7930497945,112,-1.541368852,0.7274523163,1724.8072123 +240,-2.103289431,0.7653606263,112,-1.541368852,0.7274523163,1630.5251755 +241,-1.318739838,0.7017808746,112,-1.541368852,0.7274523163,673.16056112 +242,-1.396417427,0.7077900843,112,-1.541368852,0.7274523163,439.32223472 +243,-1.35650337,0.7185539404,112,-1.541368852,0.7274523163,549.84084389 +244,-1.248884539,0.7274156818,112,-1.541368852,0.7274523163,863.91716345 +245,-1.395014798,0.5761185243,112,-1.541368852,0.7274523163,755.29196687 +246,-1.433377362,0.6064716109,112,-1.541368852,0.7274523163,584.94114681 +247,-1.408172432,0.5903155476,112,-1.541368852,0.7274523163,684.26694384 +248,-1.749645898,0.7757118084,112,-1.541368852,0.7274523163,631.64087366 +249,-1.571626686,0.615046989,112,-1.541368852,0.7274523163,454.99115529 +250,-1.514070049,0.6303003037,112,-1.541368852,0.7274523163,393.89251137 +251,-1.480890369,0.6237966528,112,-1.541368852,0.7274523163,451.02398402 +252,-1.704390658,0.5281680612,112,-1.541368852,0.7274523163,945.33571128 +253,-1.64434733,0.5254277498,112,-1.541368852,0.7274523163,865.19078947 +254,-1.703855997,0.4792484842,112,-1.541368852,0.7274523163,1115.2221552 +255,-1.692002383,0.5748825051,112,-1.541368852,0.7274523163,767.5108481 +256,-1.854136457,0.5544643913,112,-1.541368852,0.7274523163,1202.5204978 +257,-1.665021206,0.520317736,112,-1.541368852,0.7274523163,910.85672473 +258,-1.733654349,0.4845187345,112,-1.541368852,0.7274523163,1145.7478573 +259,-1.720938188,0.5135933906,112,-1.541368852,0.7274523163,1024.1524835 +260,-1.742668307,0.553296122,112,-1.541368852,0.7274523163,938.83436621 +261,-1.965659039,0.7142126903,112,-1.541368852,0.7274523163,1259.4698676 +262,-1.944438071,0.6772834804,112,-1.541368852,0.7274523163,1230.9448372 +263,-1.270340967,0.7681487096,112,-1.541368852,0.7274523163,802.15702082 +264,-1.353091884,0.6549276821,112,-1.541368852,0.7274523163,641.75828655 +265,-1.333236659,0.6413584414,112,-1.541368852,0.7274523163,723.15220872 +266,-1.352015998,0.6753788907,112,-1.541368852,0.7274523163,608.4356408 +267,-1.377988483,0.6577816235,112,-1.541368852,0.7274523163,568.91109489 +268,-2.13075611,0.8318642051,112,-1.541368852,0.7274523163,1696.3757609 +269,-2.097910953,0.8259670014,112,-1.541368852,0.7274523163,1607.7490585 +270,-1.416382069,0.6694271549,112,-1.541368852,0.7274523163,443.14408316 +271,-1.538905672,0.7535625993,112,-1.541368852,0.7274523163,103.67321434 +272,-1.572309477,0.7803125099,112,-1.541368852,0.7274523163,227.63040539 +273,-1.87759879,0.7503853417,112,-1.541368852,0.7274523163,986.46848342 +274,1.152365588,0.590457682,112,-1.541368852,0.7274523163,6975.1321907 +275,0.350198001,0.718001859,112,-1.541368852,0.7274523163,5179.5997685 +276,0.046513677,0.491503852,112,-1.541368852,0.7274523163,5004.3043097 +277,0.027510309,0.742571376,112,-1.541368852,0.7274523163,4369.9760241 +278,0.306285725,-0.214631579,112,-1.541368852,0.7274523163,7600.6617146 +279,-1.100564889,0.318051531,112,-1.541368852,0.7274523163,2201.0179846 +280,-1.078582306,0.301437596,112,-1.541368852,0.7274523163,2303.6056335 +281,-1.137371989,-0.617634065,112,-1.541368852,0.7274523163,5526.0416315 +282,0.784356344,0.703272339,112,-1.541368852,0.7274523163,6064.6543623 +283,-1.221209947,0.218327455,112,-1.541368852,0.7274523163,2299.8525321 +284,2.347301921,-0.449114658,112,-1.541368852,0.7274523163,9780.4800927 +285,0.246820618,0.830553713,112,-1.541368852,0.7274523163,4668.0833369 +286,0.829414965,0.703288228,112,-1.541368852,0.7274523163,6137.0904831 +287,-1.337537566,0.42332223,112,-1.541368852,0.7274523163,1378.9570674 +288,0.882453706,0.454478077,112,-1.541368852,0.7274523163,7074.4513022 +289,1.575629659,0.416419109,112,-1.541368852,0.7274523163,7912.0749375 +290,-1.039455679,0.229888244,112,-1.541368852,0.7274523163,2620.3093967 +291,0.489558039,0.934482747,112,-1.541368852,0.7274523163,4857.277227 +292,0.081344504,0.88384514,112,-1.541368852,0.7274523163,4195.5212039 +293,-1.547979814,0.300350308,112,-1.541368852,0.7274523163,1691.9001257 +294,0.040776181,0.168560074,112,-1.541368852,0.7274523163,5812.4140409 +295,-1.130374745,0.563894876,112,-1.541368852,0.7274523163,1446.1708806 +296,1.578326642,0.478507176,112,-1.541368852,0.7274523163,7666.3690588 +297,-1.12861823,-0.291640865,112,-1.541368852,0.7274523163,4310.4277713 +298,0.310524208,0.770885792,112,-1.541368852,0.7274523163,4953.7823485 +299,0.415649091,-0.387246002,112,-1.541368852,0.7274523163,8349.2823999 +300,-0.926533878,-0.188022748,112,-1.541368852,0.7274523163,4261.1508506 +301,1.258856172,-0.11716081,112,-1.541368852,0.7274523163,9744.7514938 +302,-1.126050026,0.322941926,112,-1.541368852,0.7274523163,2128.3187513 +303,2.002785835,0.07893892,112,-1.541368852,0.7274523163,8934.7794627 +304,0.440437607,0.746258085,112,-1.541368852,0.7274523163,5293.1042925 +305,-0.030391866,0.214441206,112,-1.541368852,0.7274523163,5484.3520363 +306,0.521557815,-0.058929362,112,-1.541368852,0.7274523163,7815.0689865 +307,-0.097005111,0.13317729,112,-1.541368852,0.7274523163,5498.4290698 +308,1.83113859,0.221857587,112,-1.541368852,0.7274523163,8590.1978451 +309,0.222428864,0.099404236,112,-1.541368852,0.7274523163,6525.4547357 +310,-1.702731345,0.8728568183,112,-1.541368852,0.7274523163,726.81804137 +311,-0.418507569,0.278324921,112,-1.541368852,0.7274523163,4176.6010135 +312,-1.41153306,0.339029988,112,-1.541368852,0.7274523163,1599.4043657 +313,0.357560442,0.114788776,112,-1.541368852,0.7274523163,6870.2651424 +314,0.325818979,0.268352149,112,-1.541368852,0.7274523163,6356.7038522 +315,-1.246004659,-0.663679965,112,-1.541368852,0.7274523163,5612.6118299 +316,1.814603087,0.637404484,112,-1.541368852,0.7274523163,6982.1319887 +317,1.843704281,-0.18300445,112,-1.541368852,0.7274523163,10126.950724 +318,1.690644492,-0.211480909,112,-1.541368852,0.7274523163,10376.262573 +319,-1.275451936,0.068109467,112,-1.541368852,0.7274523163,2776.6168574 +320,0.762430171,-0.207594741,112,-1.541368852,0.7274523163,8901.4997035 +321,0.265668905,-0.014647884,112,-1.541368852,0.7274523163,6957.0465899 +322,-2.773032013,-0.335515811,112,-1.541368852,0.7274523163,6159.8840907 +323,-1.469512853,0.174058777,112,-1.541368852,0.7274523163,2206.2560194 +324,0.286276986,0.785925691,112,-1.541368852,0.7274523163,4863.0957933 +325,-1.379324697,0.377432233,112,-1.541368852,0.7274523163,1487.9408719 +326,-1.203778265,0.212813032,112,-1.541368852,0.7274523163,2348.896413 +327,0.579916301,0.611743168,112,-1.541368852,0.7274523163,5975.9859746 +328,0.267582642,0.868113908,112,-1.541368852,0.7274523163,4619.6241548 +329,0.412869244,-0.050245578,112,-1.541368852,0.7274523163,7480.6585118 +330,0.17524381,0.976660285,112,-1.541368852,0.7274523163,4192.3284604 +331,0.743157214,0.204812899,112,-1.541368852,0.7274523163,7610.7352962 +332,-1.070758176,0.269382282,112,-1.541368852,0.7274523163,2423.1394836 +333,-1.230364251,0.329790229,112,-1.541368852,0.7274523163,1892.0389168 +334,-1.374813124,-0.024926835,112,-1.541368852,0.7274523163,3039.5879923 +335,0.519780566,0.463669906,112,-1.541368852,0.7274523163,6290.0427549 +336,-1.55108034,0.239698561,112,-1.541368852,0.7274523163,1932.2817719 +337,0.180294813,0.029739425,112,-1.541368852,0.7274523163,6588.5586556 +338,0.67820924,0.268170153,112,-1.541368852,0.7274523163,7259.4351883 +339,0.445798684,1.024001867,112,-1.541368852,0.7274523163,4544.4442038 +340,0.691751283,0.150521402,112,-1.541368852,0.7274523163,7656.8058948 +341,-1.036643551,-0.903056181,112,-1.541368852,0.7274523163,6687.7955408 +342,-0.120287036,1.083325163,112,-1.541368852,0.7274523163,3472.6010179 +343,2.823513113,-0.304487164,112,-1.541368852,0.7274523163,8035.4258267 +344,0.457583172,1.12513373,112,-1.541368852,0.7274523163,4300.20693 +345,0.042918831,0.813795399,112,-1.541368852,0.7274523163,4254.8619537 +346,1.196146777,-0.853142756,112,-1.541368852,0.7274523163,11218.835159 +347,0.206001358,-0.010430701,112,-1.541368852,0.7274523163,6770.7822249 +348,-0.268308653,0.234799412,112,-1.541368852,0.7274523163,4730.0817393 +349,0.759363263,0.736189579,112,-1.541368852,0.7274523163,5914.8377478 +350,0.181363926,0.891988372,112,-1.541368852,0.7274523163,4388.1977479 +351,-0.021111158,0.139103292,112,-1.541368852,0.7274523163,5707.2637101 +352,-0.093355215,0.630686981,112,-1.541368852,0.7274523163,4301.7391382 +353,0.40118964,0.681375926,112,-1.541368852,0.7274523163,5391.5184814 +354,-0.721197315,1.304706234,112,-1.541368852,0.7274523163,2706.3306242 +355,-1.076150317,0.212107639,112,-1.541368852,0.7274523163,2597.8407413 +356,-1.577164531,0.273993443,112,-1.541368852,0.7274523163,1800.3107258 +357,-0.190788414,0.182208586,112,-1.541368852,0.7274523163,5093.9379545 +358,-0.261349752,0.209710184,112,-1.541368852,0.7274523163,4814.6079147 +359,-1.029303852,0.083549259,112,-1.541368852,0.7274523163,3126.680623 +360,-1.268609162,0.330525297,112,-1.541368852,0.7274523163,1821.3070586 +361,1.282982244,-0.926641967,112,-1.541368852,0.7274523163,11289.663291 +362,0.217352334,0.731352408,112,-1.541368852,0.7274523163,4846.6558094 +363,-1.511833084,0.258629297,112,-1.541368852,0.7274523163,1859.7667516 +364,0.338812194,0.823184618,112,-1.541368852,0.7274523163,4877.1317213 +365,-0.324406489,1.134201999,112,-1.541368852,0.7274523163,3083.3258387 +366,1.389579348,0.399185724,112,-1.541368852,0.7274523163,7914.7741838 +367,2.047152199,-0.039082036,112,-1.541368852,0.7274523163,9287.6196545 +368,0.947780369,0.568250077,112,-1.541368852,0.7274523163,6787.6568861 +369,0.763824846,0.576754987,112,-1.541368852,0.7274523163,6447.5543982 +370,-0.142334657,0.928153068,112,-1.541368852,0.7274523163,3629.1522995 +371,0.610266567,0.547265983,112,-1.541368852,0.7274523163,6237.5802244 +372,0.210731629,0.746815056,112,-1.541368852,0.7274523163,4793.3655091 +373,-1.34931644,0.316895224,112,-1.541368852,0.7274523163,1751.1989016 +374,2.407696481,0.655030745,112,-1.541368852,0.7274523163,6239.2656096 +375,0.64207831,0.545359131,112,-1.541368852,0.7274523163,6310.037453 +376,1.174597538,0.840588356,112,-1.541368852,0.7274523163,6056.7346825 +377,0.660059424,0.010604079,112,-1.541368852,0.7274523163,7997.1405479 +378,-0.730263819,0.010486456,112,-1.541368852,0.7274523163,4049.7558995 +379,0.831068936,0.512339172,112,-1.541368852,0.7274523163,6785.2686927 +380,1.301180979,0.72367476,112,-1.541368852,0.7274523163,6596.9742029 +381,1.811128231,0.322854402,112,-1.541368852,0.7274523163,8212.2943339 +382,0.435105812,0.992284428,112,-1.541368852,0.7274523163,4610.8926639 +383,0.62643634,0.592027932,112,-1.541368852,0.7274523163,6132.1187316 +384,0.492988703,-0.516339467,112,-1.541368852,0.7274523163,8864.3143965 +385,-0.162469483,0.112549365,112,-1.541368852,0.7274523163,5358.6309315 +386,0.314630866,0.472006421,112,-1.541368852,0.7274523163,5764.6547866 +387,0.166744804,0.822815954,112,-1.541368852,0.7274523163,4514.0867658 +388,0.417159608,0.965805736,112,-1.541368852,0.7274523163,4650.7762866 +389,0.106334961,0.868774244,112,-1.541368852,0.7274523163,4280.8226126 +390,0.815086969,-0.338144359,112,-1.541368852,0.7274523163,9399.7186821 +391,0.59867455,-0.230624824,112,-1.541368852,0.7274523163,8499.8360022 +392,1.915104874,0.066220985,112,-1.541368852,0.7274523163,9101.3558176 +393,1.278093622,0.064463721,112,-1.541368852,0.7274523163,9099.0007188 +394,-0.061477853,0.302997961,112,-1.541368852,0.7274523163,5167.2568552 +395,0.251311504,0.626976942,112,-1.541368852,0.7274523163,5192.2488625 +396,2.950242872,0.149095644,112,-1.541368852,0.7274523163,6471.4907239 +397,-0.180294708,0.35375117,112,-1.541368852,0.7274523163,4694.1155141 +398,1.010448592,-0.351180233,112,-1.541368852,0.7274523163,9972.3312117 +399,-1.748740498,0.3686318073,112,-1.541368852,0.7274523163,1581.0985494 +400,2.699635665,0.123533791,112,-1.541368852,0.7274523163,7241.8136177 +401,0.496808033,0.823843254,112,-1.541368852,0.7274523163,5182.9335047 +402,0.129574704,0.763364087,112,-1.541368852,0.7274523163,4566.8973084 +403,1.798920311,0.817447563,112,-1.541368852,0.7274523163,6284.6730254 +404,0.335987953,0.746786541,112,-1.541368852,0.7274523163,5071.8239789 +405,-1.085413643,0.292154671,112,-1.541368852,0.7274523163,2317.4293303 +406,-0.155321003,0.508207011,112,-1.541368852,0.7274523163,4402.1020031 +407,0.620529244,-0.301175104,112,-1.541368852,0.7274523163,8744.8384162 +408,1.684402744,0.368716966,112,-1.541368852,0.7274523163,8090.944094 +409,0.300582244,-0.386397212,112,-1.541368852,0.7274523163,8008.4521133 +410,2.913555946,-0.009225192,112,-1.541368852,0.7274523163,7004.5564258 +411,1.465101417,0.493232532,112,-1.541368852,0.7274523163,7583.4593706 +412,0.090612882,0.907955955,112,-1.541368852,0.7274523163,4165.9587194 +413,2.987564726,-0.729568594,112,-1.541368852,0.7274523163,8504.0718596 +414,-1.484261606,0.224149272,112,-1.541368852,0.7274523163,2003.3103474 +415,0.164073421,0.303955133,112,-1.541368852,0.7274523163,5811.7862768 +416,0.141441293,0.167552546,112,-1.541368852,0.7274523163,6108.7004132 +417,2.931321023,-0.506718887,112,-1.541368852,0.7274523163,8194.8682281 +418,2.21951565,0.700596356,112,-1.541368852,0.7274523163,6365.469875 +419,0.268112576,1.199114336,112,-1.541368852,0.7274523163,3889.3568435 +420,0.978913739,0.359223811,112,-1.541368852,0.7274523163,7574.0190898 +421,1.210898818,0.522863584,112,-1.541368852,0.7274523163,7290.8473864 +422,2.347397336,0.129231362,112,-1.541368852,0.7274523163,8104.7832637 +423,0.614394501,0.556878345,112,-1.541368852,0.7274523163,6216.4945452 +424,-1.398079356,0.148483366,112,-1.541368852,0.7274523163,2347.5303423 +425,2.535303836,-0.112984496,112,-1.541368852,0.7274523163,8367.6361298 +426,-1.019372593,-0.405322349,112,-1.541368852,0.7274523163,4878.3074166 +427,-1.297785627,-0.160104069,112,-1.541368852,0.7274523163,3625.5504044 +428,2.144554488,0.205051084,112,-1.541368852,0.7274523163,8250.9681656 +429,-2.242387083,-0.426171285,112,-1.541368852,0.7274523163,5242.2840069 +430,0.338637212,0.909723676,112,-1.541368852,0.7274523163,4655.0352121 +431,-0.148798452,0.691042401,112,-1.541368852,0.7274523163,4028.6940911 +432,0.893524764,0.441829531,112,-1.541368852,0.7274523163,7137.6061098 +433,0.969229347,-0.368847936,112,-1.541368852,0.7274523163,9909.7894095 +434,0.436043248,0.800045688,112,-1.541368852,0.7274523163,5133.8701927 +435,1.687946607,1.081504775,112,-1.541368852,0.7274523163,5273.0667889 +436,0.522302046,-0.034889271,112,-1.541368852,0.7274523163,7750.3761347 +437,-0.178996113,-0.438090009,112,-1.541368852,0.7274523163,6786.8551668 +438,-1.094339566,0.301444068,112,-1.541368852,0.7274523163,2267.7345272 +439,-1.064070054,0.242569932,112,-1.541368852,0.7274523163,2524.3638653 +440,-1.068153768,0.230387998,112,-1.541368852,0.7274523163,2554.9792076 +441,-3.00496892,-0.23989155,112,-1.541368852,0.7274523163,6540.6317425 +442,0.21751974,0.766874888,112,-1.541368852,0.7274523163,4759.5974249 +443,0.117229532,0.007619006,112,-1.541368852,0.7274523163,6461.4108922 +444,0.777758451,0.420554741,112,-1.541368852,0.7274523163,6988.8702972 +445,-0.252356999,0.250747086,112,-1.541368852,0.7274523163,4736.9217597 +446,0.363148444,0.768483434,112,-1.541368852,0.7274523163,5071.8299231 +447,0.903191366,-0.118210676,112,-1.541368852,0.7274523163,9009.5270445 +448,-0.205755923,0.149406178,112,-1.541368852,0.7274523163,5134.5737216 +449,1.811996086,0.02364353,112,-1.541368852,0.7274523163,9373.1675128 +450,-1.100670221,0.314845373,112,-1.541368852,0.7274523163,2210.911776 +451,0.340078597,0.850105132,112,-1.541368852,0.7274523163,4809.9541327 +452,0.258757267,0.804969236,112,-1.541368852,0.7274523163,4756.2752851 +453,2.78505352,-0.155160804,112,-1.541368852,0.7274523163,7768.2590064 +454,0.800551619,0.105822106,112,-1.541368852,0.7274523163,8059.1546301 +455,0.437940882,-0.506194031,112,-1.541368852,0.7274523163,8681.9379648 +456,2.230431122,0.63458615,112,-1.541368852,0.7274523163,6585.6832427 +457,0.527965361,0.127667701,112,-1.541368852,0.7274523163,7302.9391095 +458,-0.063643205,0.702093448,112,-1.541368852,0.7274523163,4227.7889446 +459,1.408447268,0.133010502,112,-1.541368852,0.7274523163,8965.1845478 +460,0.523795955,0.280266966,112,-1.541368852,0.7274523163,6844.8072157 +461,-0.975769313,0.072177659,112,-1.541368852,0.7274523163,3276.905202 +462,0.549774164,-0.463663986,112,-1.541368852,0.7274523163,8919.0980676 +463,0.29245874,1.095549818,112,-1.541368852,0.7274523163,4136.8599993 +464,0.143625958,0.816809593,112,-1.541368852,0.7274523163,4476.717597 +465,0.671902494,0.611159853,112,-1.541368852,0.7274523163,6162.2355285 +466,1.239840988,0.6724199,112,-1.541368852,0.7274523163,6748.5421232 +467,0.607829703,-0.10932137,112,-1.541368852,0.7274523163,8197.8765194 +468,1.763020906,0.263996692,112,-1.541368852,0.7274523163,8471.7607671 +469,0.378714634,0.726066797,112,-1.541368852,0.7274523163,5219.5868197 +470,2.196736143,-0.153862366,112,-1.541368852,0.7274523163,9363.1990091 +471,0.01702415,0.148991565,112,-1.541368852,0.7274523163,5793.8204 +472,-2.998490902,-0.158002487,112,-1.541368852,0.7274523163,6304.9850871 +473,-3.051262951,-0.346595608,112,-1.541368852,0.7274523163,6951.4340361 +474,-1.069176439,0.182802941,112,-1.541368852,0.7274523163,2710.0025095 +475,0.167157509,0.595344954,112,-1.541368852,0.7274523163,5064.7213182 +476,0.613855648,0.681746124,112,-1.541368852,0.7274523163,5828.8549602 +477,1.037012736,0.682555367,112,-1.541368852,0.7274523163,6501.7370568 +478,-1.253574971,0.379755746,112,-1.541368852,0.7274523163,1677.7217427 +479,3.108590453,-0.132620738,112,-1.541368852,0.7274523163,6754.7706919 +480,0.565301296,0.022333262,112,-1.541368852,0.7274523163,7707.8502543 +481,0.547898238,0.855555614,112,-1.541368852,0.7274523163,5183.0121893 +482,0.948309381,0.417393755,112,-1.541368852,0.7274523163,7317.8820491 +483,-0.050600732,0.945269213,112,-1.541368852,0.7274523163,3800.1414143 +484,-0.977651478,-0.572363064,112,-1.541368852,0.7274523163,5543.1199005 +485,1.102014914,0.728861163,112,-1.541368852,0.7274523163,6406.2162113 +486,2.927300795,-0.282939414,112,-1.541368852,0.7274523163,7675.1566494 +487,-1.154565557,0.124434095,112,-1.541368852,0.7274523163,2747.8097178 +488,1.855331234,0.291044755,112,-1.541368852,0.7274523163,8302.7217664 +489,0.830290659,0.276904518,112,-1.541368852,0.7274523163,7570.8442273 +490,0.485104466,-0.234867441,112,-1.541368852,0.7274523163,8179.7750256 +491,0.521367572,-0.33161327,112,-1.541368852,0.7274523163,8528.8970291 +1,-1.539031704,0.7349710123,113,-1.545349067,0.7258710923,40.578930786 +2,-1.536990553,0.7349663874,113,-1.545349067,0.7258710923,43.658980119 +3,-1.534951779,0.7349571355,113,-1.545349067,0.7258710923,47.290149054 +4,-1.532906461,0.7349480293,113,-1.545349067,0.7258710923,51.38526977 +5,-1.531320211,0.7346937278,113,-1.545349067,0.7258710923,54.175330388 +6,-1.539451648,0.7335131775,113,-1.545349067,0.7258710923,34.920730107 +7,-1.537429487,0.7335445708,113,-1.545349067,0.7258710923,38.347543303 +8,-1.535484998,0.7335658704,113,-1.545349067,0.7258710923,42.155325755 +9,-1.533488396,0.7336036027,113,-1.545349067,0.7258710923,46.521383928 +10,-1.531497785,0.7335842962,113,-1.545349067,0.7258710923,51.046016168 +11,-1.530259379,0.7334777758,113,-1.545349067,0.7258710923,53.783583552 +12,-1.5335454,0.7322346912,113,-1.545349067,0.7258710923,43.025862546 +13,-1.531489083,0.7322238773,113,-1.545349067,0.7258710923,48.058453504 +14,-1.530011122,0.7321679851,113,-1.545349067,0.7258710923,51.722477931 +15,-1.53348106,0.7306614094,113,-1.545349067,0.7258710923,39.88640879 +16,-1.531441779,0.7306962275,113,-1.545349067,0.7258710923,45.337351177 +17,-1.529755654,0.7306933243,113,-1.545349067,0.7258710923,49.897108995 +18,-1.533415048,0.7291384674,113,-1.545349067,0.7258710923,37.60078123 +19,-1.531392093,0.7291705353,113,-1.545349067,0.7258710923,43.306058147 +20,-1.529296523,0.7291214933,113,-1.545349067,0.7258710923,49.201371532 +21,-1.535280942,0.727267644,113,-1.545349067,0.7258710923,30.317369509 +22,-1.533378158,0.7276139666,113,-1.545349067,0.7258710923,36.102661722 +23,-1.531340368,0.7276446587,113,-1.545349067,0.7258710923,42.059009623 +24,-1.528960113,0.7276398177,113,-1.545349067,0.7258710923,49.017416867 +25,-1.533313146,0.7260818349,113,-1.545349067,0.7258710923,35.662959702 +26,-1.531259555,0.7260958115,113,-1.545349067,0.7258710923,41.745594902 +27,-1.528926415,0.7260865555,113,-1.545349067,0.7258710923,48.654977259 +28,-1.531226779,0.7245511789,113,-1.545349067,0.7258710923,42.187063404 +29,-1.528904772,0.7245519194,113,-1.545349067,0.7258710923,49.024019751 +30,-1.547195875,0.7409785979,113,-1.545349067,0.7258710923,60.087064375 +31,-1.5451475,0.740980426,113,-1.545349067,0.7258710923,59.851009441 +32,-1.543097679,0.7409798872,113,-1.545349067,0.7258710923,60.211478067 +33,-1.540720364,0.7409892687,113,-1.545349067,0.7258710923,61.412405429 +34,-1.547188511,0.7395198392,113,-1.545349067,0.7258710923,54.333307241 +35,-1.545148587,0.7395226109,113,-1.545349067,0.7258710923,54.076887108 +36,-1.543104538,0.7395314908,113,-1.545349067,0.7258710923,54.510942141 +37,-1.540727751,0.7395306258,113,-1.545349067,0.7258710923,55.790209833 +38,-1.547187029,0.7380014886,113,-1.545349067,0.7258710923,48.352721206 +39,-1.545147315,0.7380012252,113,-1.545349067,0.7258710923,48.051133592 +40,-1.54310719,0.7380060743,113,-1.545349067,0.7258710923,48.518426422 +41,-1.540719671,0.7380068206,113,-1.545349067,0.7258710923,49.967440146 +42,-1.547187189,0.7364799098,113,-1.545349067,0.7258710923,42.369581968 +43,-1.545149996,0.7364853874,113,-1.545349067,0.7258710923,42.047319742 +44,-1.543106091,0.7364823484,113,-1.545349067,0.7258710923,42.548291821 +45,-1.540717158,0.7364893901,113,-1.545349067,0.7258710923,44.22081616 +46,-1.538663972,0.7410138672,113,-1.545349067,0.7258710923,63.123598115 +47,-1.53695285,0.7409699132,113,-1.545349067,0.7258710923,64.708438872 +48,-1.534910498,0.7409641297,113,-1.545349067,0.7258710923,67.212376748 +49,-1.533145034,0.7409536636,113,-1.545349067,0.7258710923,69.704157601 +50,-1.538681336,0.7395405883,113,-1.545349067,0.7258710923,57.594272181 +51,-1.536999189,0.7395183096,113,-1.545349067,0.7258710923,59.384931541 +52,-1.534923633,0.7395144222,113,-1.545349067,0.7258710923,62.151078225 +53,-1.533267822,0.7395654306,113,-1.545349067,0.7258710923,64.866515959 +54,-1.53867273,0.7380151077,113,-1.545349067,0.7258710923,51.969302944 +55,-1.536980576,0.7379994392,113,-1.545349067,0.7258710923,53.998739058 +56,-1.534931522,0.7379944961,113,-1.545349067,0.7258710923,56.992729915 +57,-1.533387952,0.7379480264,113,-1.545349067,0.7258710923,59.417731502 +58,-1.538682279,0.7364914363,113,-1.545349067,0.7258710923,46.433145201 +59,-1.536980704,0.7364810563,113,-1.545349067,0.7258710923,48.733896207 +60,-1.534935567,0.7364752065,113,-1.545349067,0.7258710923,52.028643877 +61,-1.533042592,0.7363876366,113,-1.545349067,0.7258710923,55.24453322 +62,-1.545143426,0.7349628011,113,-1.545349067,0.7258710923,36.017369285 +63,-1.543105297,0.7349691947,113,-1.545349067,0.7258710923,36.640616233 +64,-1.541064533,0.7349647152,113,-1.545349067,0.7258710923,38.173766018 +65,-1.545411803,0.7334624714,113,-1.545349067,0.7258710923,30.070022892 +66,-1.543446606,0.7334780896,113,-1.545349067,0.7258710923,30.650391127 +67,-1.541475327,0.7334957295,113,-1.545349067,0.7258710923,32.294224444 +68,-1.545401939,0.731963266,113,-1.545349067,0.7258710923,24.131605548 +69,-1.54342253,0.7319915583,113,-1.545349067,0.7258710923,24.902371799 +70,-1.541455867,0.7320216438,113,-1.545349067,0.7258710923,26.941065744 +71,-1.545410146,0.7304422281,113,-1.545349067,0.7258710923,18.10716946 +72,-1.543435491,0.7304713664,113,-1.545349067,0.7258710923,19.079726087 +73,-1.541463105,0.7304997613,113,-1.545349067,0.7258710923,21.636248482 +74,-1.545414768,0.7289194936,113,-1.545349067,0.7258710923,12.076282045 +75,-1.543435774,0.7289538557,113,-1.545349067,0.7258710923,13.458986599 +76,-1.541457714,0.7289765881,113,-1.545349067,0.7258710923,16.847668445 +77,-1.539449415,0.7320555866,113,-1.545349067,0.7258710923,30.064688281 +78,-1.537429183,0.7321097681,113,-1.545349067,0.7258710923,34.030854262 +79,-1.535472649,0.7321497267,113,-1.545349067,0.7258710923,38.338075301 +80,-1.539457899,0.7305333307,113,-1.545349067,0.7258710923,25.38440434 +81,-1.537453161,0.7305750503,113,-1.545349067,0.7258710923,29.867206973 +82,-1.535479385,0.7306124949,113,-1.545349067,0.7258710923,34.699171219 +83,-1.53946905,0.7290102593,113,-1.545349067,0.7258710923,21.382416866 +84,-1.537459922,0.7290417293,113,-1.545349067,0.7258710923,26.503267818 +85,-1.535451349,0.7290890157,113,-1.545349067,0.7258710923,31.934193891 +86,-1.535522937,0.7279887191,113,-1.545349067,0.7258710923,30.268083704 +87,-1.539442524,0.7274735939,113,-1.545349067,0.7258710923,18.602229169 +88,-1.537424111,0.727521351,113,-1.545349067,0.7258710923,24.354196155 +89,-1.539384641,0.7259505092,113,-1.545349067,0.7258710923,17.671878285 +90,-1.537372391,0.7259947145,113,-1.545349067,0.7258710923,23.634787311 +91,-1.535340789,0.7260435356,113,-1.545349067,0.7258710923,29.655238023 +92,-1.539325716,0.7244369706,113,-1.545349067,0.7258710923,18.737440946 +93,-1.537308932,0.7244801057,113,-1.545349067,0.7258710923,24.462254753 +94,-1.535289068,0.7245247645,113,-1.545349067,0.7258710923,30.293730292 +95,-1.533261366,0.7245550236,113,-1.545349067,0.7258710923,36.20804579 +96,-1.539267302,0.722921924,113,-1.545349067,0.7258710923,21.492641663 +97,-1.537248972,0.7229660258,113,-1.545349067,0.7258710923,26.640796327 +98,-1.535219431,0.7229916471,113,-1.545349067,0.7258710923,32.13928744 +99,-1.53318962,0.7230212049,113,-1.545349067,0.7258710923,37.793187037 +100,-1.531154816,0.7230299897,113,-1.545349067,0.7258710923,43.581494133 +101,-1.528878341,0.7230370244,113,-1.545349067,0.7258710923,50.128924321 +102,-1.539218189,0.7214009878,113,-1.545349067,0.7258710923,25.390940225 +103,-1.537198791,0.7214422745,113,-1.545349067,0.7258710923,29.883512269 +104,-1.535179266,0.7214634354,113,-1.545349067,0.7258710923,34.872018811 +105,-1.533156501,0.7214944644,113,-1.545349067,0.7258710923,40.128379976 +106,-1.53113574,0.7215166021,113,-1.545349067,0.7258710923,45.577889199 +107,-1.528874248,0.7215345535,113,-1.545349067,0.7258710923,51.829492407 +108,-1.539217656,0.7198512397,113,-1.545349067,0.7258710923,30.004512937 +109,-1.537199919,0.7199428763,113,-1.545349067,0.7258710923,33.723619009 +110,-1.545425832,0.727397149,113,-1.545349067,0.7258710923,6.048981502 +111,-1.543371177,0.7273916949,113,-1.545349067,0.7258710923,8.4003317331 +112,-1.541368852,0.7274523163,113,-1.545349067,0.7258710923,13.34432698 +113,-1.545349067,0.7258710923,113,-1.545349067,0.7258710923,3.014687998 +114,-1.54332671,0.7258603556,113,-1.545349067,0.7258710923,5.9914459972 +115,-1.541346831,0.7259242142,113,-1.545349067,0.7258710923,11.858274053 +116,-1.545324355,0.7243383958,113,-1.545349067,0.7258710923,6.0714527765 +117,-1.543292796,0.7243617413,113,-1.545349067,0.7258710923,8.5382591962 +118,-1.541295822,0.7244024384,113,-1.545349067,0.7258710923,13.349778264 +119,-1.543193859,0.7205570215,113,-1.545349067,0.7258710923,22.000452567 +120,-1.550257047,0.7386738187,113,-1.545349067,0.7258710923,52.731995035 +121,-1.549335448,0.7311736483,113,-1.545349067,0.7258710923,24.082267475 +122,-1.533478843,0.7179891343,113,-1.545349067,0.7258710923,47.116489 +123,-1.556150555,0.738907041,113,-1.545349067,0.7258710923,60.648811552 +124,-1.554324226,0.733414257,113,-1.545349067,0.7258710923,39.936862958 +125,-1.554290846,0.7288285332,113,-1.545349067,0.7258710923,28.932871071 +126,-1.55122487,0.7219795312,113,-1.545349067,0.7258710923,23.273592108 +127,-1.525104458,0.7229399862,113,-1.545349067,0.7258710923,61.16443317 +128,-1.519607711,0.7236181429,113,-1.545349067,0.7258710923,76.854275657 +129,-1.513899999,0.7251107854,113,-1.545349067,0.7258710923,93.246773209 +130,-1.536620762,0.7431061895,113,-1.545349067,0.7258710923,72.930635601 +131,-1.5369566,0.7460845958,113,-1.545349067,0.7258710923,83.770513533 +132,-1.545345528,0.7447040685,113,-1.545349067,0.7258710923,74.597419319 +133,-1.532813921,0.7432306626,113,-1.545349067,0.7258710923,78.011338189 +134,-1.554788248,0.7382381001,113,-1.545349067,0.7258710923,56.328907704 +135,-1.540348126,0.7301594274,113,-1.545349067,0.7258710923,22.520784775 +136,-1.538016084,0.7239051786,113,-1.545349067,0.7258710923,23.09534301 +137,-1.525288962,0.7258085137,113,-1.545349067,0.7258710923,59.43012913 +138,-1.534326986,0.731241342,113,-1.545349067,0.7258710923,38.905109015 +139,-1.530733872,0.7303625216,113,-1.545349067,0.7258710923,46.730073838 +141,-1.534354939,0.7328219978,113,-1.545349067,0.7258710923,42.571098399 +142,-1.53157084,0.7292888153,113,-1.545349067,0.7258710923,42.94557978 +143,-1.525691035,0.7263799874,113,-1.545349067,0.7258710923,58.258568444 +144,-1.534031287,0.7495967835,113,-1.545349067,0.7258710923,99.659805295 +145,-1.527714986,0.7283095957,113,-1.545349067,0.7258710923,53.070719728 +146,-1.526189586,0.7271468292,113,-1.545349067,0.7258710923,56.952365581 +147,-1.555177336,0.7375563366,113,-1.545349067,0.7258710923,54.60088478 +148,-1.555080283,0.7312707794,113,-1.545349067,0.7258710923,35.84082438 +149,-1.53856994,0.7224180299,113,-1.545349067,0.7258710923,24.323817915 +150,-1.530837883,0.729933372,113,-1.545349067,0.7258710923,45.829367053 +151,-1.515066984,0.5854133365,113,-1.545349067,0.7258710923,564.38191983 +152,-1.534731633,0.5368370046,113,-1.545349067,0.7258710923,749.52725417 +153,-1.515231902,0.5607085576,113,-1.545349067,0.7258710923,661.09300739 +154,-2.616253799,1.0684566605,113,-1.545349067,0.7258710923,2836.3471477 +155,-1.956071439,0.5792177723,113,-1.545349067,0.7258710923,1411.134129 +156,-1.951208514,0.5602434208,113,-1.545349067,0.7258710923,1437.7413686 +157,-1.944675062,0.6062144545,113,-1.545349067,0.7258710923,1325.9621829 +158,-1.613778386,0.6077989518,113,-1.545349067,0.7258710923,513.74439302 +159,-2.035029014,0.6021432345,113,-1.545349067,0.7258710923,1595.9592912 +160,-2.114989471,0.6801825058,113,-1.545349067,0.7258710923,1720.5124185 +161,-2.037382079,0.5765830025,113,-1.545349067,0.7258710923,1649.8765955 +162,-2.129855121,0.6585019963,113,-1.545349067,0.7258710923,1790.8092194 +163,-2.075141798,0.6493615843,113,-1.545349067,0.7258710923,1640.9120847 +164,-1.828626729,0.6948433129,113,-1.545349067,0.7258710923,858.18963234 +165,-1.863329418,0.6735427691,113,-1.545349067,0.7258710923,983.62139259 +166,-1.266037071,0.727988852,113,-1.545349067,0.7258710923,825.53900802 +167,-1.277579582,0.7249010648,113,-1.545349067,0.7258710923,792.5749242 +168,-1.258418684,0.7241194816,113,-1.545349067,0.7258710923,849.43588614 +169,-1.317813974,0.6804850104,113,-1.545349067,0.7258710923,709.81267612 +170,-1.344165204,0.6790988904,113,-1.545349067,0.7258710923,635.22953354 +171,-1.427582102,0.5277120351,113,-1.545349067,0.7258710923,870.37642745 +172,-1.402238616,0.457167829,113,-1.545349067,0.7258710923,1162.3057029 +173,-1.422454264,0.4996161999,113,-1.545349067,0.7258710923,979.7961281 +174,-1.439089277,0.4894859811,113,-1.545349067,0.7258710923,997.3439824 +175,-1.448126995,0.5182330266,113,-1.545349067,0.7258710923,879.4619393 +176,-1.474626146,0.5881926574,113,-1.545349067,0.7258710923,588.53771603 +177,-1.421139645,0.5584869783,113,-1.545349067,0.7258710923,770.55839087 +178,-1.457037165,0.565943032,113,-1.545349067,0.7258710923,691.99054166 +179,-2.757159358,0.3745319,113,-1.545349067,0.7258710923,4205.4026273 +180,-2.714309238,0.342054471,113,-1.545349067,0.7258710923,4156.0765076 +181,-2.000525337,0.774119946,113,-1.545349067,0.7258710923,1327.2313561 +183,-1.571413436,0.6777838382,113,-1.545349067,0.7258710923,206.13647443 +184,-1.552860289,0.6987663893,113,-1.545349067,0.7258710923,109.69725082 +185,-1.521852374,0.7165827476,113,-1.545349067,0.7258710923,78.985793379 +186,-1.503656267,0.6928968252,113,-1.545349067,0.7258710923,180.98435757 +187,-1.502753178,0.7136205882,113,-1.545349067,0.7258710923,135.83100796 +188,-1.631894563,0.7343596465,113,-1.545349067,0.7258710923,257.59016529 +189,-1.653765416,0.6770714026,113,-1.545349067,0.7258710923,380.61163063 +190,-1.719812114,0.6715965947,113,-1.545349067,0.7258710923,570.66770207 +191,-1.493406659,0.6646955447,113,-1.545349067,0.7258710923,289.22331932 +192,-1.469120564,0.6613469966,113,-1.545349067,0.7258710923,345.19341246 +193,-1.590551461,0.5326612937,113,-1.545349067,0.7258710923,778.76373703 +194,-1.625979264,0.5247742243,113,-1.545349067,0.7258710923,837.22235979 +195,-1.572293943,0.5238808754,113,-1.545349067,0.7258710923,804.71139036 +196,-1.610848725,0.5477107964,113,-1.545349067,0.7258710923,735.66598679 +197,-1.208485554,0.7918526018,113,-1.545349067,0.7258710923,1000.1282377 +198,-1.335601374,0.6869083083,113,-1.545349067,0.7258710923,649.97762402 +199,-1.346156996,0.6825213377,113,-1.545349067,0.7258710923,624.81263459 +200,-1.324381037,0.6741422347,113,-1.545349067,0.7258710923,699.31791241 +201,-1.242424992,0.7378949807,113,-1.545349067,0.7258710923,892.3355704 +202,-1.270370057,0.7392461008,113,-1.545349067,0.7258710923,810.3443805 +203,-1.448950472,0.7441675014,113,-1.545349067,0.7258710923,292.31516276 +204,-1.492662363,0.7523026852,113,-1.545349067,0.7258710923,186.3976588 +205,-1.479098966,0.7763855017,113,-1.545349067,0.7258710923,277.10971121 +206,-1.633760714,0.7869022408,113,-1.545349067,0.7258710923,351.02983425 +207,-1.647406434,0.8101289331,113,-1.545349067,0.7258710923,442.39318987 +208,-1.564245052,0.5701509278,113,-1.545349067,0.7258710923,619.67167578 +209,-1.646289963,0.6833746083,113,-1.545349067,0.7258710923,347.91482727 +210,-1.5820631,0.6751952144,113,-1.545349067,0.7258710923,229.44013443 +211,-1.613236298,0.6681681791,113,-1.545349067,0.7258710923,307.74682529 +212,-1.914661867,0.8212566515,113,-1.545349067,0.7258710923,1108.4775231 +213,-1.742133237,0.7250275956,113,-1.545349067,0.7258710923,582.78910268 +214,-2.033144872,0.6557314699,113,-1.545349067,0.7258710923,1507.989322 +215,-2.039551981,0.6964723658,113,-1.545349067,0.7258710923,1480.925795 +216,-1.247341019,0.7622473908,113,-1.545349067,0.7258710923,878.70108338 +217,-1.298239787,0.7084123392,113,-1.545349067,0.7258710923,740.1029128 +218,-1.308539688,0.6926545592,113,-1.545349067,0.7258710923,723.05417303 +219,-1.303263185,0.6888938396,113,-1.545349067,0.7258710923,742.53067773 +220,-1.852400229,0.6004246149,113,-1.545349067,0.7258710923,1076.7476609 +221,-1.288947707,0.7473773692,113,-1.545349067,0.7258710923,756.13097662 +222,-1.372031502,0.7472790993,113,-1.545349067,0.7258710923,515.25336832 +223,-1.289805721,0.7242157877,113,-1.545349067,0.7258710923,756.72587254 +224,-1.350807603,0.7533498126,113,-1.545349067,0.7258710923,579.09994497 +225,-1.329290365,0.7560442322,113,-1.545349067,0.7258710923,642.0122465 +226,-1.410153004,0.616936428,113,-1.545349067,0.7258710923,601.14137539 +227,-1.393445434,0.6308995063,113,-1.545349067,0.7258710923,600.26879384 +228,-1.37595573,0.6241540638,113,-1.545349067,0.7258710923,660.13015067 +229,-1.358388707,0.6172645205,113,-1.545349067,0.7258710923,720.98717146 +230,-1.753741133,0.8281661666,113,-1.545349067,0.7258710923,713.28055408 +231,-1.47430987,0.6834615681,113,-1.545349067,0.7258710923,272.29084344 +232,-1.421012508,0.7222725206,113,-1.545349067,0.7258710923,369.10707442 +233,-1.4476833,0.6978557868,113,-1.545349067,0.7258710923,313.14552235 +234,-1.470370723,0.6966193374,113,-1.545349067,0.7258710923,253.02381403 +235,-1.429211703,0.7037216883,113,-1.545349067,0.7258710923,358.22213469 +236,-1.700578405,0.6178673663,113,-1.545349067,0.7258710923,643.24419588 +237,-1.678117619,0.6331716163,113,-1.545349067,0.7258710923,549.2889347 +238,-1.725644578,0.6316331145,113,-1.545349067,0.7258710923,668.81556445 +239,-2.14012759,0.7930497945,113,-1.545349067,0.7258710923,1715.952232 +240,-2.103289431,0.7653606263,113,-1.545349067,0.7258710923,1620.970201 +241,-1.318739838,0.7017808746,113,-1.545349067,0.7258710923,684.46809589 +242,-1.396417427,0.7077900843,113,-1.545349067,0.7258710923,450.26929196 +243,-1.35650337,0.7185539404,113,-1.545349067,0.7258710923,561.6504501 +244,-1.248884539,0.7274156818,113,-1.545349067,0.7258710923,876.27504857 +245,-1.395014798,0.5761185243,113,-1.545349067,0.7258710923,758.23806307 +246,-1.433377362,0.6064716109,113,-1.545349067,0.7258710923,587.19573506 +247,-1.408172432,0.5903155476,113,-1.545349067,0.7258710923,687.16698562 +248,-1.749645898,0.7757118084,113,-1.545349067,0.7258710923,623.0625494 +249,-1.571626686,0.615046989,113,-1.545349067,0.7258710923,446.46366369 +250,-1.514070049,0.6303003037,113,-1.545349067,0.7258710923,390.63175098 +251,-1.480890369,0.6237966528,113,-1.545349067,0.7258710923,450.67641296 +252,-1.704390658,0.5281680612,113,-1.545349067,0.7258710923,933.33045064 +253,-1.64434733,0.5254277498,113,-1.545349067,0.7258710923,854.69298138 +254,-1.703855997,0.4792484842,113,-1.545349067,0.7258710923,1103.8017289 +255,-1.692002383,0.5748825051,113,-1.545349067,0.7258710923,755.08787037 +256,-1.854136457,0.5544643913,113,-1.545349067,0.7258710923,1189.1783595 +257,-1.665021206,0.520317736,113,-1.545349067,0.7258710923,899.83493652 +258,-1.733654349,0.4845187345,113,-1.545349067,0.7258710923,1133.740331 +259,-1.720938188,0.5135933906,113,-1.545349067,0.7258710923,1012.0351024 +260,-1.742668307,0.553296122,113,-1.545349067,0.7258710923,925.99215023 +261,-1.965659039,0.7142126903,113,-1.545349067,0.7258710923,1248.3846382 +262,-1.944438071,0.6772834804,113,-1.545349067,0.7258710923,1218.995831 +263,-1.270340967,0.7681487096,113,-1.545349067,0.7258710923,815.2550902 +264,-1.353091884,0.6549276821,113,-1.545349067,0.7258710923,650.24529646 +265,-1.333236659,0.6413584414,113,-1.545349067,0.7258710923,731.41730245 +266,-1.352015998,0.6753788907,113,-1.545349067,0.7258710923,618.07969173 +267,-1.377988483,0.6577816235,113,-1.545349067,0.7258710923,576.8820384 +268,-2.13075611,0.8318642051,113,-1.545349067,0.7258710923,1688.4831303 +269,-2.097910953,0.8259670014,113,-1.545349067,0.7258710923,1599.721627 +270,-1.416382069,0.6694271549,113,-1.545349067,0.7258710923,450.58897602 +271,-1.538905672,0.7535625993,113,-1.545349067,0.7258710923,111.29402513 +272,-1.572309477,0.7803125099,113,-1.545349067,0.7258710923,229.27338699 +273,-1.87759879,0.7503853417,113,-1.545349067,0.7258710923,976.23179927 +274,1.152365588,0.590457682,113,-1.545349067,0.7258710923,6985.2631439 +275,0.350198001,0.718001859,113,-1.545349067,0.7258710923,5192.5289271 +276,0.046513677,0.491503852,113,-1.545349067,0.7258710923,5017.5858692 +277,0.027510309,0.742571376,113,-1.545349067,0.7258710923,4383.2356633 +278,0.306285725,-0.214631579,113,-1.545349067,0.7258710923,7612.5722597 +279,-1.100564889,0.318051531,113,-1.545349067,0.7258710923,2206.1084403 +280,-1.078582306,0.301437596,113,-1.545349067,0.7258710923,2308.8450822 +281,-1.137371989,-0.617634065,113,-1.545349067,0.7258710923,5523.9759994 +282,0.784356344,0.703272339,113,-1.545349067,0.7258710923,6076.4031412 +283,-1.221209947,0.218327455,113,-1.545349067,0.7258710923,2301.3152399 +284,2.347301921,-0.449114658,113,-1.545349067,0.7258710923,9770.0369819 +285,0.246820618,0.830553713,113,-1.545349067,0.7258710923,4680.8705564 +286,0.829414965,0.703288228,113,-1.545349067,0.7258710923,6148.6500224 +287,-1.337537566,0.42332223,113,-1.545349067,0.7258710923,1380.1430937 +288,0.882453706,0.454478077,113,-1.545349067,0.7258710923,7086.5580701 +289,1.575629659,0.416419109,113,-1.545349067,0.7258710923,7918.6041925 +290,-1.039455679,0.229888244,113,-1.545349067,0.7258710923,2625.2838793 +291,0.489558039,0.934482747,113,-1.545349067,0.7258710923,4869.1010268 +292,0.081344504,0.88384514,113,-1.545349067,0.7258710923,4208.3808204 +293,-1.547979814,0.300350308,113,-1.545349067,0.7258710923,1685.5115492 +294,0.040776181,0.168560074,113,-1.545349067,0.7258710923,5824.9340363 +295,-1.130374745,0.563894876,113,-1.545349067,0.7258710923,1455.3232431 +296,1.578326642,0.478507176,113,-1.545349067,0.7258710923,7672.8540878 +297,-1.12861823,-0.291640865,113,-1.545349067,0.7258710923,4309.924343 +298,0.310524208,0.770885792,113,-1.545349067,0.7258710923,4966.6401089 +299,0.415649091,-0.387246002,113,-1.545349067,0.7258710923,8360.6858015 +300,-0.926533878,-0.188022748,113,-1.545349067,0.7258710923,4263.975827 +301,1.258856172,-0.11716081,113,-1.545349067,0.7258710923,9756.2747896 +302,-1.126050026,0.322941926,113,-1.545349067,0.7258710923,2133.0168632 +303,2.002785835,0.07893892,113,-1.545349067,0.7258710923,8934.2100668 +304,0.440437607,0.746258085,113,-1.545349067,0.7258710923,5305.7747907 +305,-0.030391866,0.214441206,113,-1.545349067,0.7258710923,5496.8191244 +306,0.521557815,-0.058929362,113,-1.545349067,0.7258710923,7828.1732902 +307,-0.097005111,0.13317729,113,-1.545349067,0.7258710923,5510.3218557 +308,1.83113859,0.221857587,113,-1.545349067,0.7258710923,8593.0135141 +309,0.222428864,0.099404236,113,-1.545349067,0.7258710923,6538.2635637 +310,-1.702731345,0.8728568183,113,-1.545349067,0.7258710923,725.41682659 +311,-0.418507569,0.278324921,113,-1.545349067,0.7258710923,4187.8407372 +312,-1.41153306,0.339029988,113,-1.545349067,0.7258710923,1597.1816134 +313,0.357560442,0.114788776,113,-1.545349067,0.7258710923,6883.3938901 +314,0.325818979,0.268352149,113,-1.545349067,0.7258710923,6369.9923889 +315,-1.246004659,-0.663679965,113,-1.545349067,0.7258710923,5609.2740664 +316,1.814603087,0.637404484,113,-1.545349067,0.7258710923,6986.2265075 +317,1.843704281,-0.18300445,113,-1.545349067,0.7258710923,10127.496782 +318,1.690644492,-0.211480909,113,-1.545349067,0.7258710923,10380.288087 +319,-1.275451936,0.068109467,113,-1.545349067,0.7258710923,2775.7285084 +320,0.762430171,-0.207594741,113,-1.545349067,0.7258710923,8914.7510298 +321,0.265668905,-0.014647884,113,-1.545349067,0.7258710923,6969.6288012 +322,-2.773032013,-0.335515811,113,-1.545349067,0.7258710923,6146.5412722 +323,-1.469512853,0.174058777,113,-1.545349067,0.7258710923,2201.6735691 +324,0.286276986,0.785925691,113,-1.545349067,0.7258710923,4875.9526004 +325,-1.379324697,0.377432233,113,-1.545349067,0.7258710923,1487.1163161 +326,-1.203778265,0.212813032,113,-1.545349067,0.7258710923,2350.6673437 +327,0.579916301,0.611743168,113,-1.545349067,0.7258710923,5988.696454 +328,0.267582642,0.868113908,113,-1.545349067,0.7258710923,4632.2430808 +329,0.412869244,-0.050245578,113,-1.545349067,0.7258710923,7493.5424341 +330,0.17524381,0.976660285,113,-1.545349067,0.7258710923,4204.6473447 +331,0.743157214,0.204812899,113,-1.545349067,0.7258710923,7623.8734896 +332,-1.070758176,0.269382282,113,-1.545349067,0.7258710923,2428.0884078 +333,-1.230364251,0.329790229,113,-1.545349067,0.7258710923,1894.6540127 +334,-1.374813124,-0.024926835,113,-1.545349067,0.7258710923,3036.3578539 +335,0.519780566,0.463669906,113,-1.545349067,0.7258710923,6303.1852286 +336,-1.55108034,0.239698561,113,-1.545349067,0.7258710923,1925.8305495 +337,0.180294813,0.029739425,113,-1.545349067,0.7258710923,6601.0269867 +338,0.67820924,0.268170153,113,-1.545349067,0.7258710923,7272.6007969 +339,0.445798684,1.024001867,113,-1.545349067,0.7258710923,4555.9277362 +340,0.691751283,0.150521402,113,-1.545349067,0.7258710923,7670.0865327 +341,-1.036643551,-0.903056181,113,-1.545349067,0.7258710923,6685.3913826 +342,-0.120287036,1.083325163,113,-1.545349067,0.7258710923,3484.6955444 +343,2.823513113,-0.304487164,113,-1.545349067,0.7258710923,8023.5776602 +344,0.457583172,1.12513373,113,-1.545349067,0.7258710923,4311.0383474 +345,0.042918831,0.813795399,113,-1.545349067,0.7258710923,4267.9734398 +346,1.196146777,-0.853142756,113,-1.545349067,0.7258710923,11225.503056 +347,0.206001358,-0.010430701,113,-1.545349067,0.7258710923,6783.1892477 +348,-0.268308653,0.234799412,113,-1.545349067,0.7258710923,4741.7662695 +349,0.759363263,0.736189579,113,-1.545349067,0.7258710923,5926.5710478 +350,0.181363926,0.891988372,113,-1.545349067,0.7258710923,4400.878186 +351,-0.021111158,0.139103292,113,-1.545349067,0.7258710923,5719.4688439 +352,-0.093355215,0.630686981,113,-1.545349067,0.7258710923,4315.0668222 +353,0.40118964,0.681375926,113,-1.545349067,0.7258710923,5404.445896 +354,-0.721197315,1.304706234,113,-1.545349067,0.7258710923,2715.8864276 +355,-1.076150317,0.212107639,113,-1.545349067,0.7258710923,2602.0057222 +356,-1.577164531,0.273993443,113,-1.545349067,0.7258710923,1793.1899167 +357,-0.190788414,0.182208586,113,-1.545349067,0.7258710923,5105.6815818 +358,-0.261349752,0.209710184,113,-1.545349067,0.7258710923,4826.188479 +359,-1.029303852,0.083549259,113,-1.545349067,0.7258710923,3130.276172 +360,-1.268609162,0.330525297,113,-1.545349067,0.7258710923,1823.0070112 +361,1.282982244,-0.926641967,113,-1.545349067,0.7258710923,11292.544198 +362,0.217352334,0.731352408,113,-1.545349067,0.7258710923,4859.7532561 +363,-1.511833084,0.258629297,113,-1.545349067,0.7258710923,1854.3124986 +364,0.338812194,0.823184618,113,-1.545349067,0.7258710923,4889.7720458 +365,-0.324406489,1.134201999,113,-1.545349067,0.7258710923,3095.1471515 +366,1.389579348,0.399185724,113,-1.545349067,0.7258710923,7923.3703745 +367,2.047152199,-0.039082036,113,-1.545349067,0.7258710923,9285.4572947 +368,0.947780369,0.568250077,113,-1.545349067,0.7258710923,6799.0999213 +369,0.763824846,0.576754987,113,-1.545349067,0.7258710923,6459.7885148 +370,-0.142334657,0.928153068,113,-1.545349067,0.7258710923,3642.1023492 +371,0.610266567,0.547265983,113,-1.545349067,0.7258710923,6250.3730728 +372,0.210731629,0.746815056,113,-1.545349067,0.7258710923,4806.4377045 +373,-1.34931644,0.316895224,113,-1.545349067,0.7258710923,1750.5863228 +374,2.407696481,0.655030745,113,-1.545349067,0.7258710923,6237.6292574 +375,0.64207831,0.545359131,113,-1.545349067,0.7258710923,6322.7509802 +376,1.174597538,0.840588356,113,-1.545349067,0.7258710923,6065.9910421 +377,0.660059424,0.010604079,113,-1.545349067,0.7258710923,8010.4798704 +378,-0.730263819,0.010486456,113,-1.545349067,0.7258710923,4056.4886921 +379,0.831068936,0.512339172,113,-1.545349067,0.7258710923,6797.4283173 +380,1.301180979,0.72367476,113,-1.545349067,0.7258710923,6605.6799566 +381,1.811128231,0.322854402,113,-1.545349067,0.7258710923,8215.6968716 +382,0.435105812,0.992284428,113,-1.545349067,0.7258710923,4622.5751255 +383,0.62643634,0.592027932,113,-1.545349067,0.7258710923,6144.7561367 +384,0.492988703,-0.516339467,113,-1.545349067,0.7258710923,8875.1071562 +385,-0.162469483,0.112549365,113,-1.545349067,0.7258710923,5370.1430079 +386,0.314630866,0.472006421,113,-1.545349067,0.7258710923,5777.9840727 +387,0.166744804,0.822815954,113,-1.545349067,0.7258710923,4527.0232497 +388,0.417159608,0.965805736,113,-1.545349067,0.7258710923,4662.6391019 +389,0.106334961,0.868774244,113,-1.545349067,0.7258710923,4293.6997787 +390,0.815086969,-0.338144359,113,-1.545349067,0.7258710923,9412.7921279 +391,0.59867455,-0.230624824,113,-1.545349067,0.7258710923,8512.684193 +392,1.915104874,0.066220985,113,-1.545349067,0.7258710923,9102.1475671 +393,1.278093622,0.064463721,113,-1.545349067,0.7258710923,9109.6387502 +394,-0.061477853,0.302997961,113,-1.545349067,0.7258710923,5179.9447005 +395,0.251311504,0.626976942,113,-1.545349067,0.7258710923,5205.4864065 +396,2.950242872,0.149095644,113,-1.545349067,0.7258710923,6461.6858517 +397,-0.180294708,0.35375117,113,-1.545349067,0.7258710923,4706.6623448 +398,1.010448592,-0.351180233,113,-1.545349067,0.7258710923,9985.6722139 +399,-1.748740498,0.3686318073,113,-1.545349067,0.7258710923,1569.855611 +400,2.699635665,0.123533791,113,-1.545349067,0.7258710923,7233.5598046 +401,0.496808033,0.823843254,113,-1.545349067,0.7258710923,5195.2016056 +402,0.129574704,0.763364087,113,-1.545349067,0.7258710923,4580.0303025 +403,1.798920311,0.817447563,113,-1.545349067,0.7258710923,6289.270671 +404,0.335987953,0.746786541,113,-1.545349067,0.7258710923,5084.7032741 +405,-1.085413643,0.292154671,113,-1.545349067,0.7258710923,2322.4271281 +406,-0.155321003,0.508207011,113,-1.545349067,0.7258710923,4415.1893067 +407,0.620529244,-0.301175104,113,-1.545349067,0.7258710923,8757.4957854 +408,1.684402744,0.368716966,113,-1.545349067,0.7258710923,8096.1194692 +409,0.300582244,-0.386397212,113,-1.545349067,0.7258710923,8019.3321074 +410,2.913555946,-0.009225192,113,-1.545349067,0.7258710923,6993.9611193 +411,1.465101417,0.493232532,113,-1.545349067,0.7258710923,7591.1378407 +412,0.090612882,0.907955955,113,-1.545349067,0.7258710923,4178.7168625 +413,2.987564726,-0.729568594,113,-1.545349067,0.7258710923,8490.7302137 +414,-1.484261606,0.224149272,113,-1.545349067,0.7258710923,1998.4937884 +415,0.164073421,0.303955133,113,-1.545349067,0.7258710923,5824.9345581 +416,0.141441293,0.167552546,113,-1.545349067,0.7258710923,6121.495203 +417,2.931321023,-0.506718887,113,-1.545349067,0.7258710923,8181.8713406 +418,2.21951565,0.700596356,113,-1.545349067,0.7258710923,6365.8312926 +419,0.268112576,1.199114336,113,-1.545349067,0.7258710923,3900.023323 +420,0.978913739,0.359223811,113,-1.545349067,0.7258710923,7585.933518 +421,1.210898818,0.522863584,113,-1.545349067,0.7258710923,7300.7405385 +422,2.347397336,0.129231362,113,-1.545349067,0.7258710923,8099.9116948 +423,0.614394501,0.556878345,113,-1.545349067,0.7258710923,6229.2537275 +424,-1.398079356,0.148483366,113,-1.545349067,0.7258710923,2344.4987048 +425,2.535303836,-0.112984496,113,-1.545349067,0.7258710923,8358.8722927 +426,-1.019372593,-0.405322349,113,-1.545349067,0.7258710923,4878.5842787 +427,-1.297785627,-0.160104069,113,-1.545349067,0.7258710923,3623.1494109 +428,2.144554488,0.205051084,113,-1.545349067,0.7258710923,8249.1792028 +429,-2.242387083,-0.426171285,113,-1.545349067,0.7258710923,5230.1714803 +430,0.338637212,0.909723676,113,-1.545349067,0.7258710923,4667.342498 +431,-0.148798452,0.691042401,113,-1.545349067,0.7258710923,4042.0364252 +432,0.893524764,0.441829531,113,-1.545349067,0.7258710923,7149.6994939 +433,0.969229347,-0.368847936,113,-1.545349067,0.7258710923,9923.0807292 +434,0.436043248,0.800045688,113,-1.545349067,0.7258710923,5146.3769913 +435,1.687946607,1.081504775,113,-1.545349067,0.7258710923,5278.8134626 +436,0.522302046,-0.034889271,113,-1.545349067,0.7258710923,7763.5262613 +437,-0.178996113,-0.438090009,113,-1.545349067,0.7258710923,6794.6208095 +438,-1.094339566,0.301444068,113,-1.545349067,0.7258710923,2272.7032513 +439,-1.064070054,0.242569932,113,-1.545349067,0.7258710923,2529.0907603 +440,-1.068153768,0.230387998,113,-1.545349067,0.7258710923,2559.4919633 +441,-3.00496892,-0.23989155,113,-1.545349067,0.7258710923,6527.6612103 +442,0.21751974,0.766874888,113,-1.545349067,0.7258710923,4772.6130116 +443,0.117229532,0.007619006,113,-1.545349067,0.7258710923,6473.578417 +444,0.777758451,0.420554741,113,-1.545349067,0.7258710923,7001.4790634 +445,-0.252356999,0.250747086,113,-1.545349067,0.7258710923,4748.7564115 +446,0.363148444,0.768483434,113,-1.545349067,0.7258710923,5084.5963769 +447,0.903191366,-0.118210676,113,-1.545349067,0.7258710923,9022.8130468 +448,-0.205755923,0.149406178,113,-1.545349067,0.7258710923,5146.0825688 +449,1.811996086,0.02364353,113,-1.545349067,0.7258710923,9375.5643894 +450,-1.100670221,0.314845373,113,-1.545349067,0.7258710923,2215.9551044 +451,0.340078597,0.850105132,113,-1.545349067,0.7258710923,4822.4962412 +452,0.258757267,0.804969236,113,-1.545349067,0.7258710923,4769.1224684 +453,2.78505352,-0.155160804,113,-1.545349067,0.7258710923,7757.4760503 +454,0.800551619,0.105822106,113,-1.545349067,0.7258710923,8072.3268407 +455,0.437940882,-0.506194031,113,-1.545349067,0.7258710923,8692.5622413 +456,2.230431122,0.63458615,113,-1.545349067,0.7258710923,6585.55392 +457,0.527965361,0.127667701,113,-1.545349067,0.7258710923,7316.2687386 +458,-0.063643205,0.702093448,113,-1.545349067,0.7258710923,4241.1261649 +459,1.408447268,0.133010502,113,-1.545349067,0.7258710923,8974.1252365 +460,0.523795955,0.280266966,113,-1.545349067,0.7258710923,6858.1312594 +461,-0.975769313,0.072177659,113,-1.545349067,0.7258710923,3281.190782 +462,0.549774164,-0.463663986,113,-1.545349067,0.7258710923,8930.5622808 +463,0.29245874,1.095549818,113,-1.545349067,0.7258710923,4148.2592831 +464,0.143625958,0.816809593,113,-1.545349067,0.7258710923,4489.7030676 +465,0.671902494,0.611159853,113,-1.545349067,0.7258710923,6174.6847285 +466,1.239840988,0.6724199,113,-1.545349067,0.7258710923,6757.8232005 +467,0.607829703,-0.10932137,113,-1.545349067,0.7258710923,8211.0439354 +468,1.763020906,0.263996692,113,-1.545349067,0.7258710923,8475.6981543 +469,0.378714634,0.726066797,113,-1.545349067,0.7258710923,5232.4429914 +470,2.196736143,-0.153862366,113,-1.545349067,0.7258710923,9357.6726624 +471,0.01702415,0.148991565,113,-1.545349067,0.7258710923,5806.1945457 +472,-2.998490902,-0.158002487,113,-1.545349067,0.7258710923,6292.2132561 +473,-3.051262951,-0.346595608,113,-1.545349067,0.7258710923,6938.3194891 +474,-1.069176439,0.182802941,113,-1.545349067,0.7258710923,2713.9576412 +475,0.167157509,0.595344954,113,-1.545349067,0.7258710923,5078.0452689 +476,0.613855648,0.681746124,113,-1.545349067,0.7258710923,5841.2726536 +477,1.037012736,0.682555367,113,-1.545349067,0.7258710923,6512.3170514 +478,-1.253574971,0.379755746,113,-1.545349067,0.7258710923,1680.5389585 +479,3.108590453,-0.132620738,113,-1.545349067,0.7258710923,6742.6353042 +480,0.565301296,0.022333262,113,-1.545349067,0.7258710923,7721.1349903 +481,0.547898238,0.855555614,113,-1.545349067,0.7258710923,5195.0130841 +482,0.948309381,0.417393755,113,-1.545349067,0.7258710923,7329.7838074 +483,-0.050600732,0.945269213,113,-1.545349067,0.7258710923,3812.929397 +484,-0.977651478,-0.572363064,113,-1.545349067,0.7258710923,5542.9381652 +485,1.102014914,0.728861163,113,-1.545349067,0.7258710923,6416.2596618 +486,2.927300795,-0.282939414,113,-1.545349067,0.7258710923,7663.0195064 +487,-1.154565557,0.124434095,113,-1.545349067,0.7258710923,2749.6739226 +488,1.855331234,0.291044755,113,-1.545349067,0.7258710923,8305.4133921 +489,0.830290659,0.276904518,113,-1.545349067,0.7258710923,7583.6170872 +490,0.485104466,-0.234867441,113,-1.545349067,0.7258710923,8192.2574912 +491,0.521367572,-0.33161327,113,-1.545349067,0.7258710923,8541.0640839 +1,-1.539031704,0.7349710123,114,-1.54332671,0.7258603556,38.247670587 +2,-1.536990553,0.7349663874,114,-1.54332671,0.7258603556,40.625983036 +3,-1.534951779,0.7349571355,114,-1.54332671,0.7258603556,43.691335232 +4,-1.532906461,0.7349480293,114,-1.54332671,0.7258603556,47.339211666 +5,-1.531320211,0.7346937278,114,-1.54332671,0.7258603556,49.794390482 +6,-1.539451648,0.7335131775,114,-1.54332671,0.7258603556,32.400019314 +7,-1.537429487,0.7335445708,114,-1.54332671,0.7258603556,35.06511452 +8,-1.535484998,0.7335658704,114,-1.54332671,0.7258603556,38.308760083 +9,-1.533488396,0.7336036027,114,-1.54332671,0.7258603556,42.241780605 +10,-1.531497785,0.7335842962,114,-1.54332671,0.7258603556,46.428857468 +11,-1.530259379,0.7334777758,114,-1.54332671,0.7258603556,48.978343452 +12,-1.5335454,0.7322346912,114,-1.54332671,0.7258603556,38.372309027 +13,-1.531489083,0.7322238773,114,-1.54332671,0.7258603556,43.107299795 +14,-1.530011122,0.7321679851,114,-1.54332671,0.7258603556,46.600765099 +15,-1.53348106,0.7306614094,114,-1.54332671,0.7258603556,34.767708281 +16,-1.531441779,0.7306962275,114,-1.54332671,0.7258603556,40.016149351 +17,-1.529755654,0.7306933243,114,-1.54332671,0.7258603556,44.451591498 +18,-1.533415048,0.7291384674,114,-1.54332671,0.7258603556,32.067347198 +19,-1.531392093,0.7291705353,114,-1.54332671,0.7258603556,37.660818652 +20,-1.529296523,0.7291214933,114,-1.54332671,0.7258603556,43.468311109 +21,-1.535280942,0.727267644,114,-1.54332671,0.7258603556,24.464538696 +22,-1.533378158,0.7276139666,114,-1.54332671,0.7258603556,30.258082176 +23,-1.531340368,0.7276446587,114,-1.54332671,0.7258603556,36.17889151 +24,-1.528960113,0.7276398177,114,-1.54332671,0.7258603556,43.108024548 +25,-1.533313146,0.7260818349,114,-1.54332671,0.7258603556,29.675633977 +26,-1.531259555,0.7260958115,114,-1.54332671,0.7258603556,35.757826352 +27,-1.528926415,0.7260865555,114,-1.54332671,0.7258603556,42.666487885 +28,-1.531226779,0.7245511789,114,-1.54332671,0.7258603556,36.240232651 +29,-1.528904772,0.7245519194,114,-1.54332671,0.7258603556,43.063278342 +30,-1.547195875,0.7409785979,114,-1.54332671,0.7258603556,60.956002601 +31,-1.5451475,0.740980426,114,-1.54332671,0.7258603556,60.129761925 +32,-1.543097679,0.7409798872,114,-1.54332671,0.7258603556,59.892256407 +33,-1.540720364,0.7409892687,114,-1.54332671,0.7258603556,60.414367062 +34,-1.547188511,0.7395198392,114,-1.54332671,0.7258603556,55.287162009 +35,-1.545148587,0.7395226109,114,-1.54332671,0.7258603556,54.381423279 +36,-1.543104538,0.7395314908,114,-1.54332671,0.7258603556,54.155317793 +37,-1.540727751,0.7395306258,114,-1.54332671,0.7258603556,54.686006505 +38,-1.547187029,0.7380014886,114,-1.54332671,0.7258603556,49.417828427 +39,-1.545147315,0.7380012252,114,-1.54332671,0.7258603556,48.38825212 +40,-1.54310719,0.7380060743,114,-1.54332671,0.7258603556,48.113539523 +41,-1.540719671,0.7380068206,114,-1.54332671,0.7258603556,48.721502094 +42,-1.547187189,0.7364799098,114,-1.54332671,0.7258603556,43.576924163 +43,-1.545149996,0.7364853874,114,-1.54332671,0.7258603556,42.427716672 +44,-1.543106091,0.7364823484,114,-1.54332671,0.7258603556,42.078741918 +45,-1.540717158,0.7364893901,114,-1.54332671,0.7258603556,42.798904334 +46,-1.538663972,0.7410138672,114,-1.54332671,0.7258603556,61.571109083 +47,-1.53695285,0.7409699132,114,-1.54332671,0.7258603556,62.71882227 +48,-1.534910498,0.7409641297,114,-1.54332671,0.7258603556,64.749122444 +49,-1.533145034,0.7409536636,114,-1.54332671,0.7258603556,66.871404856 +50,-1.538681336,0.7395405883,114,-1.54332671,0.7258603556,55.887022751 +51,-1.536999189,0.7395183096,114,-1.54332671,0.7258603556,57.217419886 +52,-1.534923633,0.7395144222,114,-1.54332671,0.7258603556,59.474689748 +53,-1.533267822,0.7395654306,114,-1.54332671,0.7258603556,61.839492096 +54,-1.53867273,0.7380151077,114,-1.54332671,0.7258603556,50.05973374 +55,-1.536980576,0.7379994392,114,-1.54332671,0.7258603556,51.590764708 +56,-1.534931522,0.7379944961,114,-1.54332671,0.7258603556,54.055186716 +57,-1.533387952,0.7379480264,114,-1.54332671,0.7258603556,56.125114174 +58,-1.538682279,0.7364914363,114,-1.54332671,0.7258603556,44.280397578 +59,-1.536980704,0.7364810563,114,-1.54332671,0.7258603556,46.042087242 +60,-1.534935567,0.7364752065,114,-1.54332671,0.7258603556,48.784710995 +61,-1.533042592,0.7363876366,114,-1.54332671,0.7258603556,51.558777662 +62,-1.545143426,0.7349628011,114,-1.54332671,0.7258603556,36.451061225 +63,-1.543105297,0.7349691947,114,-1.54332671,0.7258603556,36.086025651 +64,-1.541064533,0.7349647152,114,-1.54332671,0.7258603556,36.67484693 +65,-1.545411803,0.7334624714,114,-1.54332671,0.7258603556,30.7348462 +66,-1.543446606,0.7334780896,114,-1.54332671,0.7258603556,30.175920919 +67,-1.541475327,0.7334957295,114,-1.54332671,0.7258603556,30.733711088 +68,-1.545401939,0.731963266,114,-1.54332671,0.7258603556,24.939056061 +69,-1.54342253,0.7319915583,114,-1.54332671,0.7258603556,24.287343995 +70,-1.541455867,0.7320216438,114,-1.54332671,0.7258603556,25.022945204 +71,-1.545410146,0.7304422281,114,-1.54332671,0.7258603556,19.165610597 +72,-1.543435491,0.7304713664,114,-1.54332671,0.7258603556,18.267045244 +73,-1.541463105,0.7304997613,114,-1.54332671,0.7258603556,19.184849299 +74,-1.545414768,0.7289194936,114,-1.54332671,0.7258603556,13.601095653 +75,-1.543435774,0.7289538557,114,-1.54332671,0.7258603556,12.257601475 +76,-1.541457714,0.7289765881,114,-1.54332671,0.7258603556,13.525263296 +77,-1.539449415,0.7320555866,114,-1.54332671,0.7258603556,27.081246295 +78,-1.537429183,0.7321097681,114,-1.54332671,0.7258603556,30.270764668 +79,-1.535472649,0.7321497267,114,-1.54332671,0.7258603556,34.043906533 +80,-1.539457899,0.7305333307,114,-1.54332671,0.7258603556,21.758401977 +81,-1.537453161,0.7305750503,114,-1.54332671,0.7258603556,25.500300219 +82,-1.535479385,0.7306124949,114,-1.54332671,0.7258603556,29.874756705 +83,-1.53946905,0.7290102593,114,-1.54332671,0.7258603556,16.909008205 +84,-1.537459922,0.7290417293,114,-1.54332671,0.7258603556,21.448254425 +85,-1.535451349,0.7290890157,114,-1.54332671,0.7258603556,26.57685642 +86,-1.535522937,0.7279887191,114,-1.54332671,0.7258603556,24.587606825 +87,-1.539442524,0.7274735939,114,-1.54332671,0.7258603556,13.15506049 +88,-1.537424111,0.727521351,114,-1.54332671,0.7258603556,18.671360279 +89,-1.539384641,0.7259505092,114,-1.54332671,0.7258603556,11.683544822 +90,-1.537372391,0.7259947145,114,-1.54332671,0.7258603556,17.646902987 +91,-1.535340789,0.7260435356,114,-1.54332671,0.7258603556,23.667826244 +92,-1.539325716,0.7244369706,114,-1.54332671,0.7258603556,13.132450719 +93,-1.537308932,0.7244801057,114,-1.54332671,0.7258603556,18.657814518 +94,-1.535289068,0.7245247645,114,-1.54332671,0.7258603556,24.406205682 +95,-1.533261366,0.7245550236,114,-1.54332671,0.7258603556,30.280926367 +96,-1.539267302,0.722921924,114,-1.54332671,0.7258603556,16.747386739 +97,-1.537248972,0.7229660258,114,-1.54332671,0.7258603556,21.365051677 +98,-1.535219431,0.7229916471,114,-1.54332671,0.7258603556,26.598035285 +99,-1.53318962,0.7230212049,114,-1.54332671,0.7258603556,32.103467691 +100,-1.531154816,0.7230299897,114,-1.54332671,0.7258603556,37.805451256 +101,-1.528878341,0.7230370244,114,-1.54332671,0.7258603556,44.292371384 +102,-1.539218189,0.7214009878,114,-1.54332671,0.7258603556,21.464766028 +103,-1.537198791,0.7214422745,114,-1.54332671,0.7258603556,25.241170349 +104,-1.535179266,0.7214634354,114,-1.54332671,0.7258603556,29.802607405 +105,-1.533156501,0.7214944644,114,-1.54332671,0.7258603556,34.790303999 +106,-1.53113574,0.7215166021,114,-1.54332671,0.7258603556,40.067855684 +107,-1.528874248,0.7215345535,114,-1.54332671,0.7258603556,46.193284937 +108,-1.539217656,0.7198512397,114,-1.54332671,0.7258603556,26.749149207 +109,-1.537199919,0.7199428763,114,-1.54332671,0.7258603556,29.674467304 +110,-1.545425832,0.727397149,114,-1.54332671,0.7258603556,8.699108933 +111,-1.543371177,0.7273916949,114,-1.54332671,0.7258603556,6.0670634667 +112,-1.541368852,0.7274523163,114,-1.54332671,0.7258603556,8.5649163233 +113,-1.545349067,0.7258710923,114,-1.54332671,0.7258603556,5.9914459972 +114,-1.54332671,0.7258603556,114,-1.54332671,0.7258603556,2.983102841 +115,-1.541346831,0.7259242142,114,-1.54332671,0.7258603556,5.8707639823 +116,-1.545324355,0.7243383958,114,-1.54332671,0.7258603556,8.4506777669 +117,-1.543292796,0.7243617413,114,-1.54332671,0.7258603556,5.9368622746 +118,-1.541295822,0.7244024384,114,-1.54332671,0.7258603556,8.3423419345 +119,-1.543193859,0.7205570215,114,-1.54332671,0.7258603556,21.010210295 +120,-1.550257047,0.7386738187,114,-1.54332671,0.7258603556,54.705611548 +121,-1.549335448,0.7311736483,114,-1.54332671,0.7258603556,27.537532262 +122,-1.533478843,0.7179891343,114,-1.54332671,0.7258603556,42.768602762 +123,-1.556150555,0.738907041,114,-1.54332671,0.7258603556,64.008887252 +124,-1.554324226,0.733414257,114,-1.54332671,0.7258603556,44.154538648 +125,-1.554290846,0.7288285332,114,-1.54332671,0.7258603556,34.50366577 +126,-1.55122487,0.7219795312,114,-1.54332671,0.7258603556,28.02990452 +127,-1.525104458,0.7229399862,114,-1.54332671,0.7258603556,55.277637849 +128,-1.519607711,0.7236181429,114,-1.54332671,0.7258603556,70.896205508 +129,-1.513899999,0.7251107854,114,-1.54332671,0.7258603556,87.256090229 +130,-1.536620762,0.7431061895,114,-1.54332671,0.7258603556,71.098258855 +131,-1.5369566,0.7460845958,114,-1.54332671,0.7258603556,82.261942869 +132,-1.545345528,0.7447040685,114,-1.54332671,0.7258603556,74.875160629 +133,-1.532813921,0.7432306626,114,-1.54332671,0.7258603556,75.42475134 +134,-1.554788248,0.7382381001,114,-1.54332671,0.7258603556,59.531530827 +135,-1.540348126,0.7301594274,114,-1.54332671,0.7258603556,19.171404102 +136,-1.538016084,0.7239051786,114,-1.54332671,0.7258603556,17.547986037 +137,-1.525288962,0.7258085137,114,-1.54332671,0.7258603556,53.438947858 +138,-1.534326986,0.731241342,114,-1.54332671,0.7258603556,34.084505917 +139,-1.530733872,0.7303625216,114,-1.54332671,0.7258603556,41.282457226 +141,-1.534354939,0.7328219978,114,-1.54332671,0.7258603556,38.242174546 +142,-1.53157084,0.7292888153,114,-1.54332671,0.7258603556,37.331742352 +143,-1.525691035,0.7263799874,114,-1.54332671,0.7258603556,52.274672958 +144,-1.534031287,0.7495967835,114,-1.54332671,0.7258603556,97.887620238 +145,-1.527714986,0.7283095957,114,-1.54332671,0.7258603556,47.207497561 +146,-1.526189586,0.7271468292,114,-1.54332671,0.7258603556,50.995458008 +147,-1.555177336,0.7375563366,114,-1.54332671,0.7258603556,58.017060358 +148,-1.555080283,0.7312707794,114,-1.54332671,0.7258603556,40.815453652 +149,-1.53856994,0.7224180299,114,-1.54332671,0.7258603556,19.624194031 +150,-1.530837883,0.729933372,114,-1.54332671,0.7258603556,40.301635222 +151,-1.515066984,0.5854133365,114,-1.54332671,0.7258603556,563.30986719 +152,-1.534731633,0.5368370046,114,-1.54332671,0.7258603556,749.2217841 +153,-1.515231902,0.5607085576,114,-1.54332671,0.7258603556,660.16149094 +154,-2.616253799,1.0684566605,114,-1.54332671,0.7258603556,2840.2364354 +155,-1.956071439,0.5792177723,114,-1.54332671,0.7258603556,1416.8642767 +156,-1.951208514,0.5602434208,114,-1.54332671,0.7258603556,1443.3734768 +157,-1.944675062,0.6062144545,114,-1.54332671,0.7258603556,1331.780806 +158,-1.613778386,0.6077989518,114,-1.54332671,0.7258603556,516.33806617 +159,-2.035029014,0.6021432345,114,-1.54332671,0.7258603556,1601.8765618 +160,-2.114989471,0.6801825058,114,-1.54332671,0.7258603556,1726.4853395 +161,-2.037382079,0.5765830025,114,-1.54332671,0.7258603556,1655.7339317 +162,-2.129855121,0.6585019963,114,-1.54332671,0.7258603556,1796.7961234 +163,-2.075141798,0.6493615843,114,-1.54332671,0.7258603556,1646.9027414 +164,-1.828626729,0.6948433129,114,-1.54332671,0.7258603556,864.17167478 +165,-1.863329418,0.6735427691,114,-1.54332671,0.7258603556,989.57443711 +166,-1.266037071,0.727988852,114,-1.54332671,0.7258603556,819.58380756 +167,-1.277579582,0.7249010648,114,-1.54332671,0.7258603556,786.60830931 +168,-1.258418684,0.7241194816,114,-1.54332671,0.7258603556,843.47097955 +169,-1.317813974,0.6804850104,114,-1.54332671,0.7258603556,703.91297407 +170,-1.344165204,0.6790988904,114,-1.54332671,0.7258603556,629.38801719 +171,-1.427582102,0.5277120351,114,-1.54332671,0.7258603556,867.56798858 +172,-1.402238616,0.457167829,114,-1.54332671,0.7258603556,1159.6323252 +173,-1.422454264,0.4996161999,114,-1.54332671,0.7258603556,977.14297899 +174,-1.439089277,0.4894859811,114,-1.54332671,0.7258603556,995.07233562 +175,-1.448126995,0.5182330266,114,-1.54332671,0.7258603556,877.14924156 +176,-1.474626146,0.5881926574,114,-1.54332671,0.7258603556,586.14855822 +177,-1.421139645,0.5584869783,114,-1.54332671,0.7258603556,767.28588371 +178,-1.457037165,0.565943032,114,-1.54332671,0.7258603556,689.41052919 +179,-2.757159358,0.3745319,114,-1.54332671,0.7258603556,4211.3838629 +180,-2.714309238,0.342054471,114,-1.54332671,0.7258603556,4162.0679515 +181,-2.000525337,0.774119946,114,-1.54332671,0.7258603556,1332.9709629 +183,-1.571413436,0.6777838382,114,-1.54332671,0.7258603556,208.51254646 +184,-1.552860289,0.6987663893,114,-1.54332671,0.7258603556,111.05898674 +185,-1.521852374,0.7165827476,114,-1.54332671,0.7258603556,73.694899856 +186,-1.503656267,0.6928968252,114,-1.54332671,0.7258603556,176.80119888 +187,-1.502753178,0.7136205882,114,-1.54332671,0.7258603556,130.2078861 +188,-1.631894563,0.7343596465,114,-1.54332671,0.7258603556,263.51298026 +189,-1.653765416,0.6770714026,114,-1.54332671,0.7258603556,385.87058795 +190,-1.719812114,0.6715965947,114,-1.54332671,0.7258603556,576.32900352 +191,-1.493406659,0.6646955447,114,-1.54332671,0.7258603556,285.87792143 +192,-1.469120564,0.6613469966,114,-1.54332671,0.7258603556,341.05574351 +193,-1.590551461,0.5326612937,114,-1.54332671,0.7258603556,779.94178173 +194,-1.625979264,0.5247742243,114,-1.54332671,0.7258603556,839.19548515 +195,-1.572293943,0.5238808754,114,-1.54332671,0.7258603556,805.38758575 +196,-1.610848725,0.5477107964,114,-1.54332671,0.7258603556,737.46419573 +197,-1.208485554,0.7918526018,114,-1.54332671,0.7258603556,994.57602793 +198,-1.335601374,0.6869083083,114,-1.54332671,0.7258603556,644.06729535 +199,-1.346156996,0.6825213377,114,-1.54332671,0.7258603556,618.94932666 +200,-1.324381037,0.6741422347,114,-1.54332671,0.7258603556,693.46954454 +201,-1.242424992,0.7378949807,114,-1.54332671,0.7258603556,886.42209561 +202,-1.270370057,0.7392461008,114,-1.54332671,0.7258603556,804.43353791 +203,-1.448950472,0.7441675014,114,-1.54332671,0.7258603556,286.57736676 +204,-1.492662363,0.7523026852,114,-1.54332671,0.7258603556,181.55612129 +205,-1.479098966,0.7763855017,114,-1.54332671,0.7258603556,273.1259665 +206,-1.633760714,0.7869022408,114,-1.54332671,0.7258603556,355.30236727 +207,-1.647406434,0.8101289331,114,-1.54332671,0.7258603556,446.22259468 +208,-1.564245052,0.5701509278,114,-1.54332671,0.7258603556,620.27345626 +209,-1.646289963,0.6833746083,114,-1.54332671,0.7258603556,353.24502406 +210,-1.5820631,0.6751952144,114,-1.54332671,0.7258603556,232.43055993 +211,-1.613236298,0.6681681791,114,-1.54332671,0.7258603556,311.85986718 +212,-1.914661867,0.8212566515,114,-1.54332671,0.7258603556,1113.8328041 +213,-1.742133237,0.7250275956,114,-1.54332671,0.7258603556,588.77213837 +214,-2.033144872,0.6557314699,114,-1.54332671,0.7258603556,1513.9781008 +215,-2.039551981,0.6964723658,114,-1.54332671,0.7258603556,1486.8981437 +216,-1.247341019,0.7622473908,114,-1.54332671,0.7258603556,872.92971011 +217,-1.298239787,0.7084123392,114,-1.54332671,0.7258603556,734.11154611 +218,-1.308539688,0.6926545592,114,-1.54332671,0.7258603556,717.09181626 +219,-1.303263185,0.6888938396,114,-1.54332671,0.7258603556,736.5771006 +220,-1.852400229,0.6004246149,114,-1.54332671,0.7258603556,1082.3004238 +221,-1.288947707,0.7473773692,114,-1.54332671,0.7258603556,750.26590883 +222,-1.372031502,0.7472790993,114,-1.54332671,0.7258603556,509.42088137 +223,-1.289805721,0.7242157877,114,-1.54332671,0.7258603556,750.75512101 +224,-1.350807603,0.7533498126,114,-1.54332671,0.7258603556,573.3126154 +225,-1.329290365,0.7560442322,114,-1.54332671,0.7258603556,636.23322009 +226,-1.410153004,0.616936428,114,-1.54332671,0.7258603556,596.77203174 +227,-1.393445434,0.6308995063,114,-1.54332671,0.7258603556,595.40696978 +228,-1.37595573,0.6241540638,114,-1.54332671,0.7258603556,655.17613373 +229,-1.358388707,0.6172645205,114,-1.54332671,0.7258603556,715.9566334 +230,-1.753741133,0.8281661666,114,-1.54332671,0.7258603556,717.99405295 +231,-1.47430987,0.6834615681,114,-1.54332671,0.7258603556,267.49083442 +232,-1.421012508,0.7222725206,114,-1.54332671,0.7258603556,363.1158791 +233,-1.4476833,0.6978557868,114,-1.54332671,0.7258603556,307.47080117 +234,-1.470370723,0.6966193374,114,-1.54332671,0.7258603556,247.62786099 +235,-1.429211703,0.7037216883,114,-1.54332671,0.7258603556,352.35525449 +236,-1.700578405,0.6178673663,114,-1.54332671,0.7258603556,647.90094504 +237,-1.678117619,0.6331716163,114,-1.54332671,0.7258603556,553.90314747 +238,-1.725644578,0.6316331145,114,-1.54332671,0.7258603556,673.96265487 +239,-2.14012759,0.7930497945,114,-1.54332671,0.7258603556,1721.5782581 +240,-2.103289431,0.7653606263,114,-1.54332671,0.7258603556,1626.7306044 +241,-1.318739838,0.7017808746,114,-1.54332671,0.7258603556,678.48693043 +242,-1.396417427,0.7077900843,114,-1.54332671,0.7258603556,444.31063295 +243,-1.35650337,0.7185539404,114,-1.54332671,0.7258603556,555.65993245 +244,-1.248884539,0.7274156818,114,-1.54332671,0.7258603556,870.32155094 +245,-1.395014798,0.5761185243,114,-1.54332671,0.7258603556,754.26726669 +246,-1.433377362,0.6064716109,114,-1.54332671,0.7258603556,583.45993284 +247,-1.408172432,0.5903155476,114,-1.54332671,0.7258603556,683.20943824 +248,-1.749645898,0.7757118084,114,-1.54332671,0.7258603556,628.62076871 +249,-1.571626686,0.615046989,114,-1.54332671,0.7258603556,447.60753724 +250,-1.514070049,0.6303003037,114,-1.54332671,0.7258603556,389.09997253 +251,-1.480890369,0.6237966528,114,-1.54332671,0.7258603556,447.91441663 +252,-1.704390658,0.5281680612,114,-1.54332671,0.7258603556,936.82226147 +253,-1.64434733,0.5254277498,114,-1.54332671,0.7258603556,857.06776731 +254,-1.703855997,0.4792484842,114,-1.54332671,0.7258603556,1106.8310162 +255,-1.692002383,0.5748825051,114,-1.54332671,0.7258603556,758.95010113 +256,-1.854136457,0.5544643913,114,-1.54332671,0.7258603556,1194.3976202 +257,-1.665021206,0.520317736,114,-1.54332671,0.7258603556,902.5718337 +258,-1.733654349,0.4845187345,114,-1.54332671,0.7258603556,1137.2344815 +259,-1.720938188,0.5135933906,114,-1.54332671,0.7258603556,1015.6224454 +260,-1.742668307,0.553296122,114,-1.54332671,0.7258603556,930.2884396 +261,-1.965659039,0.7142126903,114,-1.54332671,0.7258603556,1254.3480609 +262,-1.944438071,0.6772834804,114,-1.54332671,0.7258603556,1224.9841142 +263,-1.270340967,0.7681487096,114,-1.54332671,0.7258603556,809.54294779 +264,-1.353091884,0.6549276821,114,-1.54332671,0.7258603556,644.67903649 +265,-1.333236659,0.6413584414,114,-1.54332671,0.7258603556,725.90121796 +266,-1.352015998,0.6753788907,114,-1.54332671,0.7258603556,612.2905231 +267,-1.377988483,0.6577816235,114,-1.54332671,0.7258603556,571.42909848 +268,-2.13075611,0.8318642051,114,-1.54332671,0.7258603556,1693.8939276 +269,-2.097910953,0.8259670014,114,-1.54332671,0.7258603556,1605.1640487 +270,-1.416382069,0.6694271549,114,-1.54332671,0.7258603556,445.25635424 +271,-1.538905672,0.7535625993,114,-1.54332671,0.7258603556,110.48821913 +272,-1.572309477,0.7803125099,114,-1.54332671,0.7258603556,231.36255241 +273,-1.87759879,0.7503853417,114,-1.54332671,0.7258603556,982.09921833 +274,1.152365588,0.590457682,114,-1.54332671,0.7258603556,6983.1206276 +275,0.350198001,0.718001859,114,-1.54332671,0.7258603556,5188.1305116 +276,0.046513677,0.491503852,114,-1.54332671,0.7258603556,5012.0660362 +277,0.027510309,0.742571376,114,-1.54332671,0.7258603556,4378.3218775 +278,0.306285725,-0.214631579,114,-1.54332671,0.7258603556,7606.583197 +279,-1.100564889,0.318051531,114,-1.54332671,0.7258603556,2201.4548026 +280,-1.078582306,0.301437596,114,-1.54332671,0.7258603556,2304.1464527 +281,-1.137371989,-0.617634065,114,-1.54332671,0.7258603556,5521.971955 +282,0.784356344,0.703272339,114,-1.54332671,0.7258603556,6073.1173223 +283,-1.221209947,0.218327455,114,-1.54332671,0.7258603556,2297.8940107 +284,2.347301921,-0.449114658,114,-1.54332671,0.7258603556,9775.93741 +285,0.246820618,0.830553713,114,-1.54332671,0.7258603556,4676.6378041 +286,0.829414965,0.703288228,114,-1.54332671,0.7258603556,6145.511503 +287,-1.337537566,0.42332223,114,-1.54332671,0.7258603556,1376.8186963 +288,0.882453706,0.454478077,114,-1.54332671,0.7258603556,7082.9781281 +289,1.575629659,0.416419109,114,-1.54332671,0.7258603556,7918.5164627 +290,-1.039455679,0.229888244,114,-1.54332671,0.7258603556,2620.6671978 +291,0.489558039,0.934482747,114,-1.54332671,0.7258603556,4865.7551334 +292,0.081344504,0.88384514,114,-1.54332671,0.7258603556,4204.0657697 +293,-1.547979814,0.300350308,114,-1.54332671,0.7258603556,1685.5195141 +294,0.040776181,0.168560074,114,-1.54332671,0.7258603556,5819.0037882 +295,-1.130374745,0.563894876,114,-1.54332671,0.7258603556,1449.6286833 +296,1.578326642,0.478507176,114,-1.54332671,0.7258603556,7672.7887961 +297,-1.12861823,-0.291640865,114,-1.54332671,0.7258603556,4307.2692835 +298,0.310524208,0.770885792,114,-1.54332671,0.7258603556,4962.3271496 +299,0.415649091,-0.387246002,114,-1.54332671,0.7258603556,8354.7019344 +300,-0.926533878,-0.188022748,114,-1.54332671,0.7258603556,4260.0694925 +301,1.258856172,-0.11716081,114,-1.54332671,0.7258603556,9753.1652357 +302,-1.126050026,0.322941926,114,-1.54332671,0.7258603556,2128.4845058 +303,2.002785835,0.07893892,114,-1.54332671,0.7258603556,8937.2896391 +304,0.440437607,0.746258085,114,-1.54332671,0.7258603556,5301.6674404 +305,-0.030391866,0.214441206,114,-1.54332671,0.7258603556,5490.8796618 +306,0.521557815,-0.058929362,114,-1.54332671,0.7258603556,7822.4603893 +307,-0.097005111,0.13317729,114,-1.54332671,0.7258603556,5504.3323871 +308,1.83113859,0.221857587,114,-1.54332671,0.7258603556,8594.6942403 +309,0.222428864,0.099404236,114,-1.54332671,0.7258603556,6532.4062578 +310,-1.702731345,0.8728568183,114,-1.54332671,0.7258603556,728.77926523 +311,-0.418507569,0.278324921,114,-1.54332671,0.7258603556,4181.8650295 +312,-1.41153306,0.339029988,114,-1.54332671,0.7258603556,1595.2334727 +313,0.357560442,0.114788776,114,-1.54332671,0.7258603556,6877.6995235 +314,0.325818979,0.268352149,114,-1.54332671,0.7258603556,6364.4852072 +315,-1.246004659,-0.663679965,114,-1.54332671,0.7258603556,5607.8287241 +316,1.814603087,0.637404484,114,-1.54332671,0.7258603556,6987.3263116 +317,1.843704281,-0.18300445,114,-1.54332671,0.7258603556,10130.13998 +318,1.690644492,-0.211480909,114,-1.54332671,0.7258603556,10381.427702 +319,-1.275451936,0.068109467,114,-1.54332671,0.7258603556,2773.226138 +320,0.762430171,-0.207594741,114,-1.54332671,0.7258603556,8909.1820936 +321,0.265668905,-0.014647884,114,-1.54332671,0.7258603556,6963.7106532 +322,-2.773032013,-0.335515811,114,-1.54332671,0.7258603556,6151.8521488 +323,-1.469512853,0.174058777,114,-1.54332671,0.7258603556,2200.7953204 +324,0.286276986,0.785925691,114,-1.54332671,0.7258603556,4871.6407586 +325,-1.379324697,0.377432233,114,-1.54332671,0.7258603556,1484.5805743 +326,-1.203778265,0.212813032,114,-1.54332671,0.7258603556,2347.1327642 +327,0.579916301,0.611743168,114,-1.54332671,0.7258603556,5984.5470086 +328,0.267582642,0.868113908,114,-1.54332671,0.7258603556,4628.1887889 +329,0.412869244,-0.050245578,114,-1.54332671,0.7258603556,7487.7124163 +330,0.17524381,0.976660285,114,-1.54332671,0.7258603556,4200.8802736 +331,0.743157214,0.204812899,114,-1.54332671,0.7258603556,7619.1856067 +332,-1.070758176,0.269382282,114,-1.54332671,0.7258603556,2423.4790321 +333,-1.230364251,0.329790229,114,-1.54332671,0.7258603556,1890.8143139 +334,-1.374813124,-0.024926835,114,-1.54332671,0.7258603556,3034.8595578 +335,0.519780566,0.463669906,114,-1.54332671,0.7258603556,6298.4907113 +336,-1.55108034,0.239698561,114,-1.54332671,0.7258603556,1925.8720039 +337,0.180294813,0.029739425,114,-1.54332671,0.7258603556,6595.0875749 +338,0.67820924,0.268170153,114,-1.54332671,0.7258603556,7267.867982 +339,0.445798684,1.024001867,114,-1.54332671,0.7258603556,4552.8465742 +340,0.691751283,0.150521402,114,-1.54332671,0.7258603556,7665.1212004 +341,-1.036643551,-0.903056181,114,-1.54332671,0.7258603556,6683.5348748 +342,-0.120287036,1.083325163,114,-1.54332671,0.7258603556,3481.1255399 +343,2.823513113,-0.304487164,114,-1.54332671,0.7258603556,8029.5680679 +344,0.457583172,1.12513373,114,-1.54332671,0.7258603556,4308.4274977 +345,0.042918831,0.813795399,114,-1.54332671,0.7258603556,4263.3277854 +346,1.196146777,-0.853142756,114,-1.54332671,0.7258603556,11220.409636 +347,0.206001358,-0.010430701,114,-1.54332671,0.7258603556,6777.2402968 +348,-0.268308653,0.234799412,114,-1.54332671,0.7258603556,4735.77499 +349,0.759363263,0.736189579,114,-1.54332671,0.7258603556,5923.2974345 +350,0.181363926,0.891988372,114,-1.54332671,0.7258603556,4396.7604845 +351,-0.021111158,0.139103292,114,-1.54332671,0.7258603556,5713.4966569 +352,-0.093355215,0.630686981,114,-1.54332671,0.7258603556,4309.6629463 +353,0.40118964,0.681375926,114,-1.54332671,0.7258603556,5400.0496046 +354,-0.721197315,1.304706234,114,-1.54332671,0.7258603556,2714.1018781 +355,-1.076150317,0.212107639,114,-1.54332671,0.7258603556,2597.6450518 +356,-1.577164531,0.273993443,114,-1.54332671,0.7258603556,1793.5802437 +357,-0.190788414,0.182208586,114,-1.54332671,0.7258603556,5099.6901445 +358,-0.261349752,0.209710184,114,-1.54332671,0.7258603556,4820.1986696 +359,-1.029303852,0.083549259,114,-1.54332671,0.7258603556,3126.1044824 +360,-1.268609162,0.330525297,114,-1.54332671,0.7258603556,1819.4956946 +361,1.282982244,-0.926641967,114,-1.54332671,0.7258603556,11288.637262 +362,0.217352334,0.731352408,114,-1.54332671,0.7258603556,4855.1286451 +363,-1.511833084,0.258629297,114,-1.54332671,0.7258603556,1853.8528639 +364,0.338812194,0.823184618,114,-1.54332671,0.7258603556,4885.6958997 +365,-0.324406489,1.134201999,114,-1.54332671,0.7258603556,3091.8027534 +366,1.389579348,0.399185724,114,-1.54332671,0.7258603556,7922.1601216 +367,2.047152199,-0.039082036,114,-1.54332671,0.7258603556,9289.1312694 +368,0.947780369,0.568250077,114,-1.54332671,0.7258603556,6796.0499228 +369,0.763824846,0.576754987,114,-1.54332671,0.7258603556,6456.0976343 +370,-0.142334657,0.928153068,114,-1.54332671,0.7258603556,3637.6781781 +371,0.610266567,0.547265983,114,-1.54332671,0.7258603556,6246.1339592 +372,0.210731629,0.746815056,114,-1.54332671,0.7258603556,4801.850042 +373,-1.34931644,0.316895224,114,-1.54332671,0.7258603556,1747.9667461 +374,2.407696481,0.655030745,114,-1.54332671,0.7258603556,6241.1068283 +375,0.64207831,0.545359131,114,-1.54332671,0.7258603556,6318.5982787 +376,1.174597538,0.840588356,114,-1.54332671,0.7258603556,6064.3914206 +377,0.660059424,0.010604079,114,-1.54332671,0.7258603556,8005.1346536 +378,-0.730263819,0.010486456,114,-1.54332671,0.7258603556,4051.3652037 +379,0.831068936,0.512339172,114,-1.54332671,0.7258603556,6793.8027768 +380,1.301180979,0.72367476,114,-1.54332671,0.7258603556,6604.4053357 +381,1.811128231,0.322854402,114,-1.54332671,0.7258603556,8217.1150773 +382,0.435105812,0.992284428,114,-1.54332671,0.7258603556,4619.3411401 +383,0.62643634,0.592027932,114,-1.54332671,0.7258603556,6140.682965 +384,0.492988703,-0.516339467,114,-1.54332671,0.7258603556,8869.1687026 +385,-0.162469483,0.112549365,114,-1.54332671,0.7258603556,5364.1549704 +386,0.314630866,0.472006421,114,-1.54332671,0.7258603556,5772.8569852 +387,0.166744804,0.822815954,114,-1.54332671,0.7258603556,4522.6158612 +388,0.417159608,0.965805736,114,-1.54332671,0.7258603556,4659.2617069 +389,0.106334961,0.868774244,114,-1.54332671,0.7258603556,4289.3641307 +390,0.815086969,-0.338144359,114,-1.54332671,0.7258603556,9407.0575802 +391,0.59867455,-0.230624824,114,-1.54332671,0.7258603556,8506.8402618 +392,1.915104874,0.066220985,114,-1.54332671,0.7258603556,9104.6877794 +393,1.278093622,0.064463721,114,-1.54332671,0.7258603556,9107.162709 +394,-0.061477853,0.302997961,114,-1.54332671,0.7258603556,5174.0516834 +395,0.251311504,0.626976942,114,-1.54332671,0.7258603556,5200.6204269 +396,2.950242872,0.149095644,114,-1.54332671,0.7258603556,6467.4923453 +397,-0.180294708,0.35375117,114,-1.54332671,0.7258603556,4700.7373861 +398,1.010448592,-0.351180233,114,-1.54332671,0.7258603556,9980.3398256 +399,-1.748740498,0.3686318073,114,-1.54332671,0.7258603556,1572.75465 +400,2.699635665,0.123533791,114,-1.54332671,0.7258603556,7239.0609844 +401,0.496808033,0.823843254,114,-1.54332671,0.7258603556,5191.4803701 +402,0.129574704,0.763364087,114,-1.54332671,0.7258603556,4575.351212 +403,1.798920311,0.817447563,114,-1.54332671,0.7258603556,6290.1338646 +404,0.335987953,0.746786541,114,-1.54332671,0.7258603556,5080.365032 +405,-1.085413643,0.292154671,114,-1.54332671,0.7258603556,2317.8023364 +406,-0.155321003,0.508207011,114,-1.54332671,0.7258603556,4409.4654497 +407,0.620529244,-0.301175104,114,-1.54332671,0.7258603556,8751.5943435 +408,1.684402744,0.368716966,114,-1.54332671,0.7258603556,8096.7083004 +409,0.300582244,-0.386397212,114,-1.54332671,0.7258603556,8013.3849202 +410,2.913555946,-0.009225192,114,-1.54332671,0.7258603556,6999.8789145 +411,1.465101417,0.493232532,114,-1.54332671,0.7258603556,7590.4409806 +412,0.090612882,0.907955955,114,-1.54332671,0.7258603556,4174.5161583 +413,2.987564726,-0.729568594,114,-1.54332671,0.7258603556,8495.9398743 +414,-1.484261606,0.224149272,114,-1.54332671,0.7258603556,1997.7259305 +415,0.164073421,0.303955133,114,-1.54332671,0.7258603556,5819.2562593 +416,0.141441293,0.167552546,114,-1.54332671,0.7258603556,6115.6333211 +417,2.931321023,-0.506718887,114,-1.54332671,0.7258603556,8187.6490172 +418,2.21951565,0.700596356,114,-1.54332671,0.7258603556,6368.540771 +419,0.268112576,1.199114336,114,-1.54332671,0.7258603556,3897.5252162 +420,0.978913739,0.359223811,114,-1.54332671,0.7258603556,7582.5146428 +421,1.210898818,0.522863584,114,-1.54332671,0.7258603556,7298.7498536 +422,2.347397336,0.129231362,114,-1.54332671,0.7258603556,8104.493325 +423,0.614394501,0.556878345,114,-1.54332671,0.7258603556,6225.0517777 +424,-1.398079356,0.148483366,114,-1.54332671,0.7258603556,2342.9093998 +425,2.535303836,-0.112984496,114,-1.54332671,0.7258603556,8364.4851607 +426,-1.019372593,-0.405322349,114,-1.54332671,0.7258603556,4875.6206739 +427,-1.297785627,-0.160104069,114,-1.54332671,0.7258603556,3621.2867897 +428,2.144554488,0.205051084,114,-1.54332671,0.7258603556,8252.715661 +429,-2.242387083,-0.426171285,114,-1.54332671,0.7258603556,5233.7563404 +430,0.338637212,0.909723676,114,-1.54332671,0.7258603556,4663.5859774 +431,-0.148798452,0.691042401,114,-1.54332671,0.7258603556,4036.7199921 +432,0.893524764,0.441829531,114,-1.54332671,0.7258603556,7146.131001 +433,0.969229347,-0.368847936,114,-1.54332671,0.7258603556,9917.577619 +434,0.436043248,0.800045688,114,-1.54332671,0.7258603556,5142.433909 +435,1.687946607,1.081504775,114,-1.54332671,0.7258603556,5279.1183817 +436,0.522302046,-0.034889271,114,-1.54332671,0.7258603556,7757.8489992 +437,-0.178996113,-0.438090009,114,-1.54332671,0.7258603556,6789.2350407 +438,-1.094339566,0.301444068,114,-1.54332671,0.7258603556,2268.0872448 +439,-1.064070054,0.242569932,114,-1.54332671,0.7258603556,2524.5507646 +440,-1.068153768,0.230387998,114,-1.54332671,0.7258603556,2555.0195966 +441,-3.00496892,-0.23989155,114,-1.54332671,0.7258603556,6533.4526569 +442,0.21751974,0.766874888,114,-1.54332671,0.7258603556,4768.1038094 +443,0.117229532,0.007619006,114,-1.54332671,0.7258603556,6467.6029905 +444,0.777758451,0.420554741,114,-1.54332671,0.7258603556,6997.4350524 +445,-0.252356999,0.250747086,114,-1.54332671,0.7258603556,4742.7657655 +446,0.363148444,0.768483434,114,-1.54332671,0.7258603556,5080.3865243 +447,0.903191366,-0.118210676,114,-1.54332671,0.7258603556,9017.8332235 +448,-0.205755923,0.149406178,114,-1.54332671,0.7258603556,5140.0946185 +449,1.811996086,0.02364353,114,-1.54332671,0.7258603556,9377.4301426 +450,-1.100670221,0.314845373,114,-1.54332671,0.7258603556,2211.3159422 +451,0.340078597,0.850105132,114,-1.54332671,0.7258603556,4818.5186927 +452,0.258757267,0.804969236,114,-1.54332671,0.7258603556,4764.8217947 +453,2.78505352,-0.155160804,114,-1.54332671,0.7258603556,7763.4143613 +454,0.800551619,0.105822106,114,-1.54332671,0.7258603556,8067.5826335 +455,0.437940882,-0.506194031,114,-1.54332671,0.7258603556,8686.641892 +456,2.230431122,0.63458615,114,-1.54332671,0.7258603556,6588.4583611 +457,0.527965361,0.127667701,114,-1.54332671,0.7258603556,7310.8718168 +458,-0.063643205,0.702093448,114,-1.54332671,0.7258603556,4235.9540547 +459,1.408447268,0.133010502,114,-1.54332671,0.7258603556,8972.7157778 +460,0.523795955,0.280266966,114,-1.54332671,0.7258603556,6853.0278025 +461,-0.975769313,0.072177659,114,-1.54332671,0.7258603556,3276.7928324 +462,0.549774164,-0.463663986,114,-1.54332671,0.7258603556,8924.5760283 +463,0.29245874,1.095549818,114,-1.54332671,0.7258603556,4145.2412104 +464,0.143625958,0.816809593,114,-1.54332671,0.7258603556,4485.2336015 +465,0.671902494,0.611159853,114,-1.54332671,0.7258603556,6170.796901 +466,1.239840988,0.6724199,114,-1.54332671,0.7258603556,6756.2092065 +467,0.607829703,-0.10932137,114,-1.54332671,0.7258603556,8205.3816419 +468,1.763020906,0.263996692,114,-1.54332671,0.7258603556,8476.8728693 +469,0.378714634,0.726066797,114,-1.54332671,0.7258603556,5228.1318585 +470,2.196736143,-0.153862366,114,-1.54332671,0.7258603556,9362.4553646 +471,0.01702415,0.148991565,114,-1.54332671,0.7258603556,5800.2411175 +472,-2.998490902,-0.158002487,114,-1.54332671,0.7258603556,6298.08247 +473,-3.051262951,-0.346595608,114,-1.54332671,0.7258603556,6944.0243115 +474,-1.069176439,0.182802941,114,-1.54332671,0.7258603556,2709.6657261 +475,0.167157509,0.595344954,114,-1.54332671,0.7258603556,5072.9426458 +476,0.613855648,0.681746124,114,-1.54332671,0.7258603556,5837.414535 +477,1.037012736,0.682555367,114,-1.54332671,0.7258603556,6509.8787252 +478,-1.253574971,0.379755746,114,-1.54332671,0.7258603556,1676.6271555 +479,3.108590453,-0.132620738,114,-1.54332671,0.7258603556,6748.6131216 +480,0.565301296,0.022333262,114,-1.54332671,0.7258603556,7715.6202142 +481,0.547898238,0.855555614,114,-1.54332671,0.7258603556,5191.5223458 +482,0.948309381,0.417393755,114,-1.54332671,0.7258603556,7326.375246 +483,-0.050600732,0.945269213,114,-1.54332671,0.7258603556,3808.6958617 +484,-0.977651478,-0.572363064,114,-1.54332671,0.7258603556,5540.1562272 +485,1.102014914,0.728861163,114,-1.54332671,0.7258603556,6414.1729796 +486,2.927300795,-0.282939414,114,-1.54332671,0.7258603556,7668.9971197 +487,-1.154565557,0.124434095,114,-1.54332671,0.7258603556,2746.1067225 +488,1.855331234,0.291044755,114,-1.54332671,0.7258603556,8307.1481575 +489,0.830290659,0.276904518,114,-1.54332671,0.7258603556,7579.4000548 +490,0.485104466,-0.234867441,114,-1.54332671,0.7258603556,8186.3202066 +491,0.521367572,-0.33161327,114,-1.54332671,0.7258603556,8535.0884248 +1,-1.539031704,0.7349710123,115,-1.541346831,0.7259242142,36.479568282 +2,-1.536990553,0.7349663874,115,-1.541346831,0.7259242142,38.052405197 +3,-1.534951779,0.7349571355,115,-1.541346831,0.7259242142,40.449648722 +4,-1.532906461,0.7349480293,115,-1.541346831,0.7259242142,43.563032937 +5,-1.531320211,0.7346937278,115,-1.541346831,0.7259242142,45.628346021 +6,-1.539451648,0.7335131775,115,-1.541346831,0.7259242142,30.576191421 +7,-1.537429487,0.7335445708,115,-1.541346831,0.7259242142,32.324020527 +8,-1.535484998,0.7335658704,115,-1.541346831,0.7259242142,34.866581682 +9,-1.533488396,0.7336036027,115,-1.541346831,0.7259242142,38.255647327 +10,-1.531497785,0.7335842962,115,-1.541346831,0.7259242142,42.024726969 +11,-1.530259379,0.7334777758,115,-1.541346831,0.7259242142,44.347896092 +12,-1.5335454,0.7322346912,115,-1.541346831,0.7259242142,33.998505301 +13,-1.531489083,0.7322238773,115,-1.541346831,0.7259242142,38.349004876 +14,-1.530011122,0.7321679851,115,-1.541346831,0.7259242142,41.629812686 +15,-1.53348106,0.7306614094,115,-1.541346831,0.7259242142,29.879005956 +16,-1.531441779,0.7306962275,115,-1.541346831,0.7259242142,34.851249159 +17,-1.529755654,0.7306933243,115,-1.541346831,0.7259242142,39.126756184 +18,-1.533415048,0.7291384674,115,-1.541346831,0.7259242142,26.694994266 +19,-1.531392093,0.7291705353,115,-1.541346831,0.7259242142,32.132155658 +20,-1.529296523,0.7291214933,115,-1.541346831,0.7259242142,37.829564798 +21,-1.535280942,0.727267644,115,-1.541346831,0.7259242142,18.730511122 +22,-1.533378158,0.7276139666,115,-1.541346831,0.7259242142,24.519658613 +23,-1.531340368,0.7276446587,115,-1.541346831,0.7259242142,30.394022324 +24,-1.528960113,0.7276398177,115,-1.541346831,0.7259242142,37.290468205 +25,-1.533313146,0.7260818349,115,-1.541346831,0.7259242142,23.805302015 +26,-1.531259555,0.7260958115,115,-1.541346831,0.7259242142,29.887718206 +27,-1.528926415,0.7260865555,115,-1.541346831,0.7259242142,36.796823619 +28,-1.531226779,0.7245511789,115,-1.541346831,0.7259242142,30.486635348 +29,-1.528904772,0.7245519194,115,-1.541346831,0.7259242142,37.27881802 +30,-1.547195875,0.7409785979,115,-1.541346831,0.7259242142,62.064313207 +31,-1.5451475,0.740980426,115,-1.541346831,0.7259242142,60.677108922 +32,-1.543097679,0.7409798872,115,-1.541346831,0.7259242142,59.857625711 +33,-1.540720364,0.7409892687,115,-1.541346831,0.7259242142,59.70114439 +34,-1.547188511,0.7395198392,115,-1.541346831,0.7259242142,56.532347402 +35,-1.545148587,0.7395226109,115,-1.541346831,0.7259242142,55.014077481 +36,-1.543104538,0.7395314908,115,-1.541346831,0.7259242142,54.146316384 +37,-1.540727751,0.7395306258,115,-1.541346831,0.7259242142,53.925811819 +38,-1.547187029,0.7380014886,115,-1.541346831,0.7259242142,50.838752611 +39,-1.545147315,0.7380012252,115,-1.541346831,0.7259242142,49.130139132 +40,-1.54310719,0.7380060743,115,-1.541346831,0.7259242142,48.136494666 +41,-1.540719671,0.7380068206,115,-1.541346831,0.7259242142,47.894863401 +42,-1.547187189,0.7364799098,115,-1.541346831,0.7259242142,45.218241261 +43,-1.545149996,0.7364853874,115,-1.541346831,0.7259242142,43.309595065 +44,-1.543106091,0.7364823484,115,-1.541346831,0.7259242142,42.141213827 +45,-1.540717158,0.7364893901,115,-1.541346831,0.7259242142,41.889822106 +46,-1.538663972,0.7410138672,115,-1.541346831,0.7259242142,60.289144057 +47,-1.53695285,0.7409699132,115,-1.541346831,0.7259242142,60.982308178 +48,-1.534910498,0.7409641297,115,-1.541346831,0.7259242142,62.510946496 +49,-1.533145034,0.7409536636,115,-1.541346831,0.7259242142,64.237306739 +50,-1.538681336,0.7395405883,115,-1.541346831,0.7259242142,54.502461875 +51,-1.536999189,0.7395183096,115,-1.541346831,0.7259242142,55.346910475 +52,-1.534923633,0.7395144222,115,-1.541346831,0.7259242142,57.05636333 +53,-1.533267822,0.7395654306,115,-1.541346831,0.7259242142,59.037018484 +54,-1.53867273,0.7380151077,115,-1.541346831,0.7259242142,48.535793315 +55,-1.536980576,0.7379994392,115,-1.541346831,0.7259242142,49.529844333 +56,-1.534931522,0.7379944961,115,-1.541346831,0.7259242142,51.41127388 +57,-1.533387952,0.7379480264,115,-1.541346831,0.7259242142,53.086629172 +58,-1.538682279,0.7364914363,115,-1.541346831,0.7259242142,42.587652389 +59,-1.536980704,0.7364810563,115,-1.541346831,0.7259242142,43.752328428 +60,-1.534935567,0.7364752065,115,-1.541346831,0.7259242142,45.868699308 +61,-1.533042592,0.7363876366,115,-1.541346831,0.7259242142,48.138022878 +62,-1.545143426,0.7349628011,115,-1.541346831,0.7259242142,37.51329589 +63,-1.543105297,0.7349691947,115,-1.541346831,0.7259242142,36.20087754 +64,-1.541064533,0.7349647152,115,-1.541346831,0.7259242142,35.819109361 +65,-1.545411803,0.7334624714,115,-1.541346831,0.7259242142,32.18071191 +66,-1.543446606,0.7334780896,115,-1.541346831,0.7259242142,30.556382898 +67,-1.541475327,0.7334957295,115,-1.541346831,0.7259242142,29.993171334 +68,-1.545401939,0.731963266,115,-1.541346831,0.7259242142,26.753133015 +69,-1.54342253,0.7319915583,115,-1.541346831,0.7259242142,24.802806515 +70,-1.541455867,0.7320216438,115,-1.541346831,0.7259242142,24.154066588 +71,-1.545410146,0.7304422281,115,-1.541346831,0.7259242142,21.553898465 +72,-1.543435491,0.7304713664,115,-1.541346831,0.7259242142,19.040350693 +73,-1.541463105,0.7304997613,115,-1.541346831,0.7259242142,18.127001774 +74,-1.545414768,0.7289194936,115,-1.541346831,0.7259242142,16.899582992 +75,-1.543435774,0.7289538557,115,-1.541346831,0.7259242142,13.498185081 +76,-1.541457714,0.7289765881,115,-1.541346831,0.7259242142,12.094902023 +77,-1.539449415,0.7320555866,115,-1.541346831,0.7259242142,24.924873809 +78,-1.537429183,0.7321097681,115,-1.541346831,0.7259242142,27.096965324 +79,-1.535472649,0.7321497267,115,-1.541346831,0.7259242142,30.153192137 +80,-1.539457899,0.7305333307,115,-1.541346831,0.7259242142,19.091656321 +81,-1.537453161,0.7305750503,115,-1.541346831,0.7259242142,21.722421403 +82,-1.535479385,0.7306124949,115,-1.541346831,0.7259242142,25.41092618 +83,-1.53946905,0.7290102593,115,-1.541346831,0.7259242142,13.426862318 +84,-1.537459922,0.7290417293,115,-1.541346831,0.7259242142,16.873087145 +85,-1.535451349,0.7290890157,115,-1.541346831,0.7259242142,21.477925065 +86,-1.535522937,0.7279887191,115,-1.541346831,0.7259242142,19.078171537 +87,-1.539442524,0.7274735939,115,-1.541346831,0.7259242142,8.3333145721 +88,-1.537424111,0.727521351,115,-1.541346831,0.7259242142,13.223757324 +89,-1.539384641,0.7259505092,115,-1.541346831,0.7259242142,5.8136132573 +90,-1.537372391,0.7259947145,115,-1.541346831,0.7259242142,11.776732615 +91,-1.535340789,0.7260435356,115,-1.541346831,0.7259242142,17.797488042 +92,-1.539325716,0.7244369706,115,-1.541346831,0.7259242142,8.4023029414 +93,-1.537308932,0.7244801057,115,-1.541346831,0.7259242142,13.266014286 +94,-1.535289068,0.7245247645,115,-1.541346831,0.7259242142,18.792640423 +95,-1.533261366,0.7245550236,115,-1.541346831,0.7259242142,24.572673638 +96,-1.539267302,0.722921924,115,-1.541346831,0.7259242142,13.396727757 +97,-1.537248972,0.7229660258,115,-1.541346831,0.7259242142,16.883384102 +98,-1.535219431,0.7229916471,115,-1.541346831,0.7259242142,21.570085275 +99,-1.53318962,0.7230212049,115,-1.541346831,0.7259242142,26.789158389 +100,-1.531154816,0.7230299897,115,-1.541346831,0.7259242142,32.331910205 +101,-1.528878341,0.7230370244,115,-1.541346831,0.7259242142,38.711318872 +102,-1.539218189,0.7214009878,115,-1.541346831,0.7259242142,18.997998775 +103,-1.537198791,0.7214422745,115,-1.541346831,0.7259242142,21.604716073 +104,-1.535179266,0.7214634354,115,-1.541346831,0.7259242142,25.442772034 +105,-1.533156501,0.7214944644,115,-1.541346831,0.7259242142,29.981088207 +106,-1.53113574,0.7215166021,115,-1.541346831,0.7259242142,34.976844202 +107,-1.528874248,0.7215345535,115,-1.541346831,0.7259242142,40.900090706 +108,-1.539217656,0.7198512397,115,-1.541346831,0.7259242142,24.872536179 +109,-1.537199919,0.7199428763,115,-1.541346831,0.7259242142,26.702590173 +110,-1.545425832,0.727397149,115,-1.541346831,0.7259242142,13.411183672 +111,-1.543371177,0.7273916949,115,-1.541346831,0.7259242142,8.3488326679 +112,-1.541368852,0.7274523163,115,-1.541346831,0.7259242142,6.0531633961 +113,-1.545349067,0.7258710923,115,-1.541346831,0.7259242142,11.858274053 +114,-1.54332671,0.7258603556,115,-1.541346831,0.7259242142,5.8707639823 +115,-1.541346831,0.7259242142,115,-1.541346831,0.7259242142,2.9230737978 +116,-1.545324355,0.7243383958,115,-1.541346831,0.7259242142,13.359973061 +117,-1.543292796,0.7243617413,115,-1.541346831,0.7259242142,8.4605417073 +118,-1.541295822,0.7244024384,115,-1.541346831,0.7259242142,6.0296502178 +119,-1.543193859,0.7205570215,115,-1.541346831,0.7259242142,21.955520454 +120,-1.550257047,0.7386738187,115,-1.541346831,0.7259242142,56.913649791 +121,-1.549335448,0.7311736483,115,-1.541346831,0.7259242142,31.460760682 +122,-1.533478843,0.7179891343,115,-1.541346831,0.7259242142,39.178727679 +123,-1.556150555,0.738907041,115,-1.541346831,0.7259242142,67.419838554 +124,-1.554324226,0.733414257,115,-1.541346831,0.7259242142,48.45892903 +125,-1.554290846,0.7288285332,115,-1.541346831,0.7259242142,39.986021464 +126,-1.55122487,0.7219795312,115,-1.541346831,0.7259242142,33.217772494 +127,-1.525104458,0.7229399862,115,-1.541346831,0.7259242142,49.608277976 +128,-1.519607711,0.7236181429,115,-1.541346831,0.7259242142,65.108669175 +129,-1.513899999,0.7251107854,115,-1.541346831,0.7259242142,81.399881559 +130,-1.536620762,0.7431061895,115,-1.541346831,0.7259242142,69.461263803 +131,-1.5369566,0.7460845958,115,-1.541346831,0.7259242142,80.888554247 +132,-1.545345528,0.7447040685,115,-1.541346831,0.7259242142,75.308631756 +133,-1.532813921,0.7432306626,115,-1.541346831,0.7259242142,72.995200936 +134,-1.554788248,0.7382381001,115,-1.541346831,0.7259242142,62.826162586 +135,-1.540348126,0.7301594274,115,-1.541346831,0.7259242142,17.033597252 +136,-1.538016084,0.7239051786,115,-1.541346831,0.7259242142,12.707832604 +137,-1.525288962,0.7258085137,115,-1.541346831,0.7259242142,47.573892726 +138,-1.534326986,0.731241342,115,-1.541346831,0.7259242142,29.563083701 +139,-1.530733872,0.7303625216,115,-1.541346831,0.7259242142,35.966713719 +141,-1.534354939,0.7328219978,115,-1.541346831,0.7259242142,34.247290286 +142,-1.53157084,0.7292888153,115,-1.541346831,0.7259242142,31.84014597 +143,-1.525691035,0.7263799874,115,-1.541346831,0.7259242142,46.403916238 +144,-1.534031287,0.7495967835,115,-1.541346831,0.7259242142,96.18706752 +145,-1.527714986,0.7283095957,115,-1.541346831,0.7259242142,41.431475333 +146,-1.526189586,0.7271468292,115,-1.541346831,0.7259242142,45.137449984 +147,-1.555177336,0.7375563366,115,-1.541346831,0.7259242142,61.515108594 +148,-1.555080283,0.7312707794,115,-1.541346831,0.7259242142,45.779640781 +149,-1.53856994,0.7224180299,115,-1.541346831,0.7259242142,16.147975894 +150,-1.530837883,0.729933372,115,-1.541346831,0.7259242142,34.898331398 +151,-1.515066984,0.5854133365,115,-1.541346831,0.7259242142,562.61850044 +152,-1.534731633,0.5368370046,115,-1.541346831,0.7259242142,749.27071485 +153,-1.515231902,0.5607085576,115,-1.541346831,0.7259242142,659.60018338 +154,-2.616253799,1.0684566605,115,-1.541346831,0.7259242142,2843.8185359 +155,-1.956071439,0.5792177723,115,-1.541346831,0.7259242142,1422.5613922 +156,-1.951208514,0.5602434208,115,-1.541346831,0.7259242142,1448.9900797 +157,-1.944675062,0.6062144545,115,-1.541346831,0.7259242142,1337.5477648 +158,-1.613778386,0.6077989518,115,-1.541346831,0.7259242142,519.20077793 +159,-2.035029014,0.6021432345,115,-1.541346831,0.7259242142,1607.7146645 +160,-2.114989471,0.6801825058,115,-1.541346831,0.7259242142,1732.3066801 +161,-2.037382079,0.5765830025,115,-1.541346831,0.7259242142,1661.5298691 +162,-2.129855121,0.6585019963,115,-1.541346831,0.7259242142,1802.6429849 +163,-2.075141798,0.6493615843,115,-1.541346831,0.7259242142,1652.769856 +164,-1.828626729,0.6948433129,115,-1.541346831,0.7259242142,870.04238441 +165,-1.863329418,0.6735427691,115,-1.541346831,0.7259242142,995.43419504 +166,-1.266037071,0.727988852,115,-1.541346831,0.7259242142,813.72330379 +167,-1.277579582,0.7249010648,115,-1.541346831,0.7259242142,780.74225028 +168,-1.258418684,0.7241194816,115,-1.541346831,0.7259242142,837.60566968 +169,-1.317813974,0.6804850104,115,-1.541346831,0.7259242142,698.1946983 +170,-1.344165204,0.6790988904,115,-1.541346831,0.7259242142,623.7426978 +171,-1.427582102,0.5277120351,115,-1.541346831,0.7259242142,865.11896531 +172,-1.402238616,0.457167829,115,-1.541346831,0.7259242142,1157.3111243 +173,-1.422454264,0.4996161999,115,-1.541346831,0.7259242142,974.84696753 +174,-1.439089277,0.4894859811,115,-1.541346831,0.7259242142,993.15944068 +175,-1.448126995,0.5182330266,115,-1.541346831,0.7259242142,875.1993735 +176,-1.474626146,0.5881926574,115,-1.541346831,0.7259242142,584.13924985 +177,-1.421139645,0.5584869783,115,-1.541346831,0.7259242142,764.36991948 +178,-1.457037165,0.565943032,115,-1.541346831,0.7259242142,687.20101293 +179,-2.757159358,0.3745319,115,-1.541346831,0.7259242142,4217.2192448 +180,-2.714309238,0.342054471,115,-1.541346831,0.7259242142,4167.9306765 +181,-2.000525337,0.774119946,115,-1.541346831,0.7259242142,1338.5033715 +183,-1.571413436,0.6777838382,115,-1.541346831,0.7259242142,211.2491751 +184,-1.552860289,0.6987663893,115,-1.541346831,0.7259242142,112.97264239 +185,-1.521852374,0.7165827476,115,-1.541346831,0.7259242142,68.787203371 +186,-1.503656267,0.6928968252,115,-1.541346831,0.7259242142,173.03492988 +187,-1.502753178,0.7136205882,115,-1.541346831,0.7259242142,124.85012403 +188,-1.631894563,0.7343596465,115,-1.541346831,0.7259242142,269.26774605 +189,-1.653765416,0.6770714026,115,-1.541346831,0.7259242142,391.17919288 +190,-1.719812114,0.6715965947,115,-1.541346831,0.7259242142,581.97290229 +191,-1.493406659,0.6646955447,115,-1.541346831,0.7259242142,282.9439018 +192,-1.469120564,0.6613469966,115,-1.541346831,0.7259242142,337.2832524 +193,-1.590551461,0.5326612937,115,-1.541346831,0.7259242142,781.43257005 +194,-1.625979264,0.5247742243,115,-1.541346831,0.7259242142,841.44709214 +195,-1.572293943,0.5238808754,115,-1.541346831,0.7259242142,806.39129922 +196,-1.610848725,0.5477107964,115,-1.541346831,0.7259242142,739.55350766 +197,-1.208485554,0.7918526018,115,-1.541346831,0.7259242142,989.03321184 +198,-1.335601374,0.6869083083,115,-1.541346831,0.7259242142,638.33547838 +199,-1.346156996,0.6825213377,115,-1.541346831,0.7259242142,613.27726256 +200,-1.324381037,0.6741422347,115,-1.541346831,0.7259242142,687.81550346 +201,-1.242424992,0.7378949807,115,-1.541346831,0.7259242142,880.5873801 +202,-1.270370057,0.7392461008,115,-1.541346831,0.7259242142,798.60067978 +203,-1.448950472,0.7441675014,115,-1.541346831,0.7259242142,280.8833252 +204,-1.492662363,0.7523026852,115,-1.541346831,0.7259242142,176.70147661 +205,-1.479098966,0.7763855017,115,-1.541346831,0.7259242142,269.06890402 +206,-1.633760714,0.7869022408,115,-1.541346831,0.7259242142,359.32251338 +207,-1.647406434,0.8101289331,115,-1.541346831,0.7259242142,449.78581832 +208,-1.564245052,0.5701509278,115,-1.541346831,0.7259242142,621.21765799 +209,-1.646289963,0.6833746083,115,-1.541346831,0.7259242142,358.61623181 +210,-1.5820631,0.6751952144,115,-1.541346831,0.7259242142,235.72458001 +211,-1.613236298,0.6681681791,115,-1.541346831,0.7259242142,316.15841282 +212,-1.914661867,0.8212566515,115,-1.541346831,0.7259242142,1118.9447148 +213,-1.742133237,0.7250275956,115,-1.541346831,0.7259242142,594.61134175 +214,-2.033144872,0.6557314699,115,-1.541346831,0.7259242142,1519.8474824 +215,-2.039551981,0.6964723658,115,-1.541346831,0.7259242142,1492.7186131 +216,-1.247341019,0.7622473908,115,-1.541346831,0.7259242142,867.20300126 +217,-1.298239787,0.7084123392,115,-1.541346831,0.7259242142,728.25028866 +218,-1.308539688,0.6926545592,115,-1.541346831,0.7259242142,711.28796295 +219,-1.303263185,0.6888938396,115,-1.541346831,0.7259242142,730.7861829 +220,-1.852400229,0.6004246149,115,-1.541346831,0.7259242142,1087.8512795 +221,-1.288947707,0.7473773692,115,-1.541346831,0.7259242142,744.4661031 +222,-1.372031502,0.7472790993,115,-1.541346831,0.7259242142,503.64677496 +223,-1.289805721,0.7242157877,115,-1.541346831,0.7259242142,744.88737462 +224,-1.350807603,0.7533498126,115,-1.541346831,0.7259242142,567.57410915 +225,-1.329290365,0.7560442322,115,-1.541346831,0.7259242142,630.50111663 +226,-1.410153004,0.616936428,115,-1.541346831,0.7259242142,592.73277822 +227,-1.393445434,0.6308995063,115,-1.541346831,0.7259242142,590.84821411 +228,-1.37595573,0.6241540638,115,-1.541346831,0.7259242142,650.51708474 +229,-1.358388707,0.6172645205,115,-1.541346831,0.7259242142,711.21419748 +230,-1.753741133,0.8281661666,115,-1.541346831,0.7259242142,722.43977954 +231,-1.47430987,0.6834615681,115,-1.541346831,0.7259242142,263.02693234 +232,-1.421012508,0.7222725206,115,-1.541346831,0.7259242142,357.25045325 +233,-1.4476833,0.6978557868,115,-1.541346831,0.7259242142,302.02940667 +234,-1.470370723,0.6966193374,115,-1.541346831,0.7259242142,242.51052194 +235,-1.429211703,0.7037216883,115,-1.541346831,0.7259242142,346.68127882 +236,-1.700578405,0.6178673663,115,-1.541346831,0.7259242142,652.66703267 +237,-1.678117619,0.6331716163,115,-1.541346831,0.7259242142,558.6341418 +238,-1.725644578,0.6316331145,115,-1.541346831,0.7259242142,679.16574766 +239,-2.14012759,0.7930497945,115,-1.541346831,0.7259242142,1726.9823877 +240,-2.103289431,0.7653606263,115,-1.541346831,0.7259242142,1632.2862861 +241,-1.318739838,0.7017808746,115,-1.541346831,0.7259242142,672.65219544 +242,-1.396417427,0.7077900843,115,-1.541346831,0.7259242142,438.51292777 +243,-1.35650337,0.7185539404,115,-1.541346831,0.7259242142,549.79256268 +244,-1.248884539,0.7274156818,115,-1.541346831,0.7259242142,864.46194688 +245,-1.395014798,0.5761185243,115,-1.541346831,0.7259242142,750.63545487 +246,-1.433377362,0.6064716109,115,-1.541346831,0.7259242142,580.07923515 +247,-1.408172432,0.5903155476,115,-1.541346831,0.7259242142,679.59426104 +248,-1.749645898,0.7757118084,115,-1.541346831,0.7259242142,633.95601105 +249,-1.571626686,0.615046989,115,-1.541346831,0.7259242142,449.09681288 +250,-1.514070049,0.6303003037,115,-1.541346831,0.7259242142,387.97850388 +251,-1.480890369,0.6237966528,115,-1.541346831,0.7259242142,445.54358716 +252,-1.704390658,0.5281680612,115,-1.541346831,0.7259242142,940.50753571 +253,-1.64434733,0.5254277498,115,-1.541346831,0.7259242142,859.70165596 +254,-1.703855997,0.4792484842,115,-1.541346831,0.7259242142,1110.0778911 +255,-1.692002383,0.5748825051,115,-1.541346831,0.7259242142,762.98527738 +256,-1.854136457,0.5544643913,115,-1.541346831,0.7259242142,1199.6593204 +257,-1.665021206,0.520317736,115,-1.541346831,0.7259242142,905.54768357 +258,-1.733654349,0.4845187345,115,-1.541346831,0.7259242142,1140.9178014 +259,-1.720938188,0.5135933906,115,-1.541346831,0.7259242142,1019.3952089 +260,-1.742668307,0.553296122,115,-1.541346831,0.7259242142,934.71969637 +261,-1.965659039,0.7142126903,115,-1.541346831,0.7259242142,1260.1548827 +262,-1.944438071,0.6772834804,115,-1.541346831,0.7259242142,1230.8538114 +263,-1.270340967,0.7681487096,115,-1.541346831,0.7259242142,803.86503656 +264,-1.353091884,0.6549276821,115,-1.541346831,0.7259242142,639.35286488 +265,-1.333236659,0.6413584414,115,-1.541346831,0.7259242142,720.6300825 +266,-1.352015998,0.6753788907,115,-1.541346831,0.7259242142,606.70832308 +267,-1.377988483,0.6577816235,115,-1.541346831,0.7259242142,566.23066374 +268,-2.13075611,0.8318642051,115,-1.541346831,0.7259242142,1699.0629866 +269,-2.097910953,0.8259670014,115,-1.541346831,0.7259242142,1610.3675147 +270,-1.416382069,0.6694271549,115,-1.541346831,0.7259242142,440.19479399 +271,-1.538905672,0.7535625993,115,-1.541346831,0.7259242142,109.70832611 +272,-1.572309477,0.7803125099,115,-1.541346831,0.7259242142,233.25809269 +273,-1.87759879,0.7503853417,115,-1.541346831,0.7259242142,987.78160313 +274,1.152365588,0.590457682,115,-1.541346831,0.7259242142,6980.7402423 +275,0.350198001,0.718001859,115,-1.541346831,0.7259242142,5183.6220939 +276,0.046513677,0.491503852,115,-1.541346831,0.7259242142,5006.5473258 +277,0.027510309,0.742571376,115,-1.541346831,0.7259242142,4373.3417435 +278,0.306285725,-0.214631579,115,-1.541346831,0.7259242142,7600.7140293 +279,-1.100564889,0.318051531,115,-1.541346831,0.7259242142,2197.0975522 +280,-1.078582306,0.301437596,115,-1.541346831,0.7259242142,2299.7418391 +281,-1.137371989,-0.617634065,115,-1.541346831,0.7259242142,5520.2972559 +282,0.784356344,0.703272339,115,-1.541346831,0.7259242142,6069.6493461 +283,-1.221209947,0.218327455,115,-1.541346831,0.7259242142,2294.8038821 +284,2.347301921,-0.449114658,115,-1.541346831,0.7259242142,9781.6583226 +285,0.246820618,0.830553713,115,-1.541346831,0.7259242142,4672.2834914 +286,0.829414965,0.703288228,115,-1.541346831,0.7259242142,6142.1828439 +287,-1.337537566,0.42332223,115,-1.541346831,0.7259242142,1373.834797 +288,0.882453706,0.454478077,115,-1.541346831,0.7259242142,7079.231325 +289,1.575629659,0.416419109,115,-1.541346831,0.7259242142,7918.1242876 +290,-1.039455679,0.229888244,115,-1.541346831,0.7259242142,2616.3472491 +291,0.489558039,0.934482747,115,-1.541346831,0.7259242142,4862.2322083 +292,0.081344504,0.88384514,115,-1.541346831,0.7259242142,4199.6356548 +293,-1.547979814,0.300350308,115,-1.541346831,0.7259242142,1685.8490184 +294,0.040776181,0.168560074,115,-1.541346831,0.7259242142,5813.1576057 +295,-1.130374745,0.563894876,115,-1.541346831,0.7259242142,1444.1529996 +296,1.578326642,0.478507176,115,-1.541346831,0.7259242142,7672.4192017 +297,-1.12861823,-0.291640865,115,-1.541346831,0.7259242142,4304.9460499 +298,0.310524208,0.770885792,115,-1.541346831,0.7259242142,4957.8980796 +299,0.415649091,-0.387246002,115,-1.541346831,0.7259242142,8348.861541 +300,-0.926533878,-0.188022748,115,-1.541346831,0.7259242142,4256.4790878 +301,1.258856172,-0.11716081,115,-1.541346831,0.7259242142,9749.8563479 +302,-1.126050026,0.322941926,115,-1.541346831,0.7259242142,2124.2539685 +303,2.002785835,0.07893892,115,-1.541346831,0.7259242142,8940.0382867 +304,0.440437607,0.746258085,115,-1.541346831,0.7259242142,5297.4290562 +305,-0.030391866,0.214441206,115,-1.541346831,0.7259242142,5485.0278288 +306,0.521557815,-0.058929362,115,-1.541346831,0.7259242142,7816.7786073 +307,-0.097005111,0.13317729,115,-1.541346831,0.7259242142,5498.4635819 +308,1.83113859,0.221857587,115,-1.541346831,0.7259242142,8596.0430643 +309,0.222428864,0.099404236,115,-1.541346831,0.7259242142,6526.6109066 +310,-1.702731345,0.8728568183,115,-1.541346831,0.7259242142,731.85321427 +311,-0.418507569,0.278324921,115,-1.541346831,0.7259242142,4176.0394189 +312,-1.41153306,0.339029988,115,-1.541346831,0.7259242142,1593.6319591 +313,0.357560442,0.114788776,115,-1.541346831,0.7259242142,6872.033122 +314,0.325818979,0.268352149,115,-1.541346831,0.7259242142,6358.9769898 +315,-1.246004659,-0.663679965,115,-1.541346831,0.7259242142,5606.7091191 +316,1.814603087,0.637404484,115,-1.541346831,0.7259242142,6988.1036291 +317,1.843704281,-0.18300445,115,-1.541346831,0.7259242142,10132.44405 +318,1.690644492,-0.211480909,115,-1.541346831,0.7259242142,10382.231071 +319,-1.275451936,0.068109467,115,-1.541346831,0.7259242142,2771.0610593 +320,0.762430171,-0.207594741,115,-1.541346831,0.7259242142,8903.6202575 +321,0.265668905,-0.014647884,115,-1.541346831,0.7259242142,6957.8722335 +322,-2.773032013,-0.335515811,115,-1.541346831,0.7259242142,6157.1891362 +323,-1.469512853,0.174058777,115,-1.541346831,0.7259242142,2200.2489849 +324,0.286276986,0.785925691,115,-1.541346831,0.7259242142,4867.2128241 +325,-1.379324697,0.377432233,115,-1.541346831,0.7259242142,1482.3921473 +326,-1.203778265,0.212813032,115,-1.541346831,0.7259242142,2343.9271058 +327,0.579916301,0.611743168,115,-1.541346831,0.7259242142,5980.2686837 +328,0.267582642,0.868113908,115,-1.541346831,0.7259242142,4624.0006962 +329,0.412869244,-0.050245578,115,-1.541346831,0.7259242142,7481.9375892 +330,0.17524381,0.976660285,115,-1.541346831,0.7259242142,4196.9616487 +331,0.743157214,0.204812899,115,-1.541346831,0.7259242142,7614.4088209 +332,-1.070758176,0.269382282,115,-1.541346831,0.7259242142,2419.1672533 +333,-1.230364251,0.329790229,115,-1.541346831,0.7259242142,1887.2997216 +334,-1.374813124,-0.024926835,115,-1.541346831,0.7259242142,3033.6948615 +335,0.519780566,0.463669906,115,-1.541346831,0.7259242142,6293.708929 +336,-1.55108034,0.239698561,115,-1.541346831,0.7259242142,1926.2315075 +337,0.180294813,0.029739425,115,-1.541346831,0.7259242142,6589.2357513 +338,0.67820924,0.268170153,115,-1.541346831,0.7259242142,7263.0504408 +339,0.445798684,1.024001867,115,-1.541346831,0.7259242142,4549.5749288 +340,0.691751283,0.150521402,115,-1.541346831,0.7259242142,7660.0921963 +341,-1.036643551,-0.903056181,115,-1.541346831,0.7259242142,6682.0047011 +342,-0.120287036,1.083325163,115,-1.541346831,0.7259242142,3477.3936908 +343,2.823513113,-0.304487164,115,-1.541346831,0.7259242142,8035.4356523 +344,0.457583172,1.12513373,115,-1.541346831,0.7259242142,4305.6040819 +345,0.042918831,0.813795399,115,-1.541346831,0.7259242142,4258.5925219 +346,1.196146777,-0.853142756,115,-1.541346831,0.7259242142,11215.576087 +347,0.206001358,-0.010430701,115,-1.541346831,0.7259242142,6771.3829526 +348,-0.268308653,0.234799412,115,-1.541346831,0.7259242142,4729.9144416 +349,0.759363263,0.736189579,115,-1.541346831,0.7259242142,5919.8412219 +350,0.181363926,0.891988372,115,-1.541346831,0.7259242142,4392.5135764 +351,-0.021111158,0.139103292,115,-1.541346831,0.7259242142,5707.6283084 +352,-0.093355215,0.630686981,115,-1.541346831,0.7259242142,4304.2450875 +353,0.40118964,0.681375926,115,-1.541346831,0.7259242142,5395.5429402 +354,-0.721197315,1.304706234,115,-1.541346831,0.7259242142,2712.076513 +355,-1.076150317,0.212107639,115,-1.541346831,0.7259242142,2593.5910523 +356,-1.577164531,0.273993443,115,-1.541346831,0.7259242142,1794.2817762 +357,-0.190788414,0.182208586,115,-1.541346831,0.7259242142,5093.8266678 +358,-0.261349752,0.209710184,115,-1.541346831,0.7259242142,4814.3443769 +359,-1.029303852,0.083549259,115,-1.541346831,0.7259242142,3122.2441023 +360,-1.268609162,0.330525297,115,-1.541346831,0.7259242142,1816.3169847 +361,1.282982244,-0.926641967,115,-1.541346831,0.7259242142,11285.025458 +362,0.217352334,0.731352408,115,-1.541346831,0.7259242142,4850.4121228 +363,-1.511833084,0.258629297,115,-1.541346831,0.7259242142,1853.7219099 +364,0.338812194,0.823184618,115,-1.541346831,0.7259242142,4881.4870935 +365,-0.324406489,1.134201999,115,-1.541346831,0.7259242142,3088.2849897 +366,1.389579348,0.399185724,115,-1.541346831,0.7259242142,7920.6759041 +367,2.047152199,-0.039082036,115,-1.541346831,0.7259242142,9292.4819392 +368,0.947780369,0.568250077,115,-1.541346831,0.7259242142,6792.8041692 +369,0.763824846,0.576754987,115,-1.541346831,0.7259242142,6452.2474176 +370,-0.142334657,0.928153068,115,-1.541346831,0.7259242142,3633.147777 +371,0.610266567,0.547265983,115,-1.541346831,0.7259242142,6241.7720467 +372,0.210731629,0.746815056,115,-1.541346831,0.7259242142,4797.1675144 +373,-1.34931644,0.316895224,115,-1.541346831,0.7259242142,1745.6908771 +374,2.407696481,0.655030745,115,-1.541346831,0.7259242142,6244.2635854 +375,0.64207831,0.545359131,115,-1.541346831,0.7259242142,6314.3165684 +376,1.174597538,0.840588356,115,-1.541346831,0.7259242142,6062.5350335 +377,0.660059424,0.010604079,115,-1.541346831,0.7259242142,7999.7667231 +378,-0.730263819,0.010486456,115,-1.541346831,0.7259242142,4046.5099504 +379,0.831068936,0.512339172,115,-1.541346831,0.7259242142,6790.0134982 +380,1.301180979,0.72367476,115,-1.541346831,0.7259242142,6602.8618112 +381,1.811128231,0.322854402,115,-1.541346831,0.7259242142,8218.2044556 +382,0.435105812,0.992284428,115,-1.541346831,0.7259242142,4615.9245035 +383,0.62643634,0.592027932,115,-1.541346831,0.7259242142,6136.4754831 +384,0.492988703,-0.516339467,115,-1.541346831,0.7259242142,8863.3975102 +385,-0.162469483,0.112549365,115,-1.541346831,0.7259242142,5358.3055403 +386,0.314630866,0.472006421,115,-1.541346831,0.7259242142,5767.6836262 +387,0.166744804,0.822815954,115,-1.541346831,0.7259242142,4518.0998522 +388,0.417159608,0.965805736,115,-1.541346831,0.7259242142,4655.7093544 +389,0.106334961,0.868774244,115,-1.541346831,0.7259242142,4284.9148126 +390,0.815086969,-0.338144359,115,-1.541346831,0.7259242142,9401.3578292 +391,0.59867455,-0.230624824,115,-1.541346831,0.7259242142,8501.0547702 +392,1.915104874,0.066220985,115,-1.541346831,0.7259242142,9106.8930359 +393,1.278093622,0.064463721,115,-1.541346831,0.7259242142,9104.458169 +394,-0.061477853,0.302997961,115,-1.541346831,0.7259242142,5168.230496 +395,0.251311504,0.626976942,115,-1.541346831,0.7259242142,5195.6830838 +396,2.950242872,0.149095644,115,-1.541346831,0.7259242142,6473.0997416 +397,-0.180294708,0.35375117,115,-1.541346831,0.7259242142,4694.8945984 +398,1.010448592,-0.351180233,115,-1.541346831,0.7259242142,9974.9817448 +399,-1.748740498,0.3686318073,115,-1.541346831,0.7259242142,1575.8714511 +400,2.699635665,0.123533791,115,-1.541346831,0.7259242142,7244.3239858 +401,0.496808033,0.823843254,115,-1.541346831,0.7259242142,5187.6033066 +402,0.129574704,0.763364087,115,-1.541346831,0.7259242142,4570.5849765 +403,1.798920311,0.817447563,115,-1.541346831,0.7259242142,6290.6791952 +404,0.335987953,0.746786541,115,-1.541346831,0.7259242142,5075.9124093 +405,-1.085413643,0.292154671,115,-1.541346831,0.7259242142,2313.4748087 +406,-0.155321003,0.508207011,115,-1.541346831,0.7259242142,4403.7752654 +407,0.620529244,-0.301175104,115,-1.541346831,0.7259242142,8745.7671165 +408,1.684402744,0.368716966,115,-1.541346831,0.7259242142,8096.9791268 +409,0.300582244,-0.386397212,115,-1.541346831,0.7259242142,8007.6018329 +410,2.913555946,-0.009225192,115,-1.541346831,0.7259242142,7005.622487 +411,1.465101417,0.493232532,115,-1.541346831,0.7259242142,7589.4556698 +412,0.090612882,0.907955955,115,-1.541346831,0.7259242142,4170.1922813 +413,2.987564726,-0.729568594,115,-1.541346831,0.7259242142,8501.1859584 +414,-1.484261606,0.224149272,115,-1.541346831,0.7259242142,1997.2901956 +415,0.164073421,0.303955133,115,-1.541346831,0.7259242142,5813.6033194 +416,0.141441293,0.167552546,115,-1.541346831,0.7259242142,6109.8346017 +417,2.931321023,-0.506718887,115,-1.541346831,0.7259242142,8193.3826041 +418,2.21951565,0.700596356,115,-1.541346831,0.7259242142,6370.9222073 +419,0.268112576,1.199114336,115,-1.541346831,0.7259242142,3894.8105053 +420,0.978913739,0.359223811,115,-1.541346831,0.7259242142,7578.9187743 +421,1.210898818,0.522863584,115,-1.541346831,0.7259242142,7296.5145564 +422,2.347397336,0.129231362,115,-1.541346831,0.7259242142,8108.7798239 +423,0.614394501,0.556878345,115,-1.541346831,0.7259242142,6220.7243921 +424,-1.398079356,0.148483366,115,-1.541346831,0.7259242142,2341.6581071 +425,2.535303836,-0.112984496,115,-1.541346831,0.7259242142,8369.8711146 +426,-1.019372593,-0.405322349,115,-1.541346831,0.7259242142,4872.9858441 +427,-1.297785627,-0.160104069,115,-1.541346831,0.7259242142,3619.7577487 +428,2.144554488,0.205051084,115,-1.541346831,0.7259242142,8255.9288148 +429,-2.242387083,-0.426171285,115,-1.541346831,0.7259242142,5237.5079491 +430,0.338637212,0.909723676,115,-1.541346831,0.7259242142,4659.6765348 +431,-0.148798452,0.691042401,115,-1.541346831,0.7259242142,4031.3791182 +432,0.893524764,0.441829531,115,-1.541346831,0.7259242142,7142.3948778 +433,0.969229347,-0.368847936,115,-1.541346831,0.7259242142,9912.071418 +434,0.436043248,0.800045688,115,-1.541346831,0.7259242142,5138.3490254 +435,1.687946607,1.081504775,115,-1.541346831,0.7259242142,5279.1169271 +436,0.522302046,-0.034889271,115,-1.541346831,0.7259242142,7752.1965609 +437,-0.178996113,-0.438090009,115,-1.541346831,0.7259242142,6784.0969489 +438,-1.094339566,0.301444068,115,-1.541346831,0.7259242142,2263.7690458 +439,-1.064070054,0.242569932,115,-1.541346831,0.7259242142,2520.3109369 +440,-1.068153768,0.230387998,115,-1.541346831,0.7259242142,2550.8499548 +441,-3.00496892,-0.23989155,115,-1.541346831,0.7259242142,6539.1973553 +442,0.21751974,0.766874888,115,-1.541346831,0.7259242142,4763.4935396 +443,0.117229532,0.007619006,115,-1.541346831,0.7259242142,6461.7335976 +444,0.777758451,0.420554741,115,-1.541346831,0.7259242142,6993.2537794 +445,-0.252356999,0.250747086,115,-1.541346831,0.7259242142,4736.8986358 +446,0.363148444,0.768483434,115,-1.541346831,0.7259242142,5076.0530203 +447,0.903191366,-0.118210676,115,-1.541346831,0.7259242142,9012.7900077 +448,-0.205755923,0.149406178,115,-1.541346831,0.7259242142,5134.2454061 +449,1.811996086,0.02364353,115,-1.541346831,0.7259242142,9378.9602525 +450,-1.100670221,0.314845373,115,-1.541346831,0.7259242142,2206.9737735 +451,0.340078597,0.850105132,115,-1.541346831,0.7259242142,4814.4020092 +452,0.258757267,0.804969236,115,-1.541346831,0.7259242142,4760.4043348 +453,2.78505352,-0.155160804,115,-1.541346831,0.7259242142,7769.1850547 +454,0.800551619,0.105822106,115,-1.541346831,0.7259242142,8062.7540083 +455,0.437940882,-0.506194031,115,-1.541346831,0.7259242142,8680.8947027 +456,2.230431122,0.63458615,115,-1.541346831,0.7259242142,6591.0354168 +457,0.527965361,0.127667701,115,-1.541346831,0.7259242142,7305.4589128 +458,-0.063643205,0.702093448,115,-1.541346831,0.7259242142,4230.7412942 +459,1.408447268,0.133010502,115,-1.541346831,0.7259242142,8971.0358965 +460,0.523795955,0.280266966,115,-1.541346831,0.7259242142,6847.8750378 +461,-0.975769313,0.072177659,115,-1.541346831,0.7259242142,3272.6985615 +462,0.549774164,-0.463663986,115,-1.541346831,0.7259242142,8918.7306798 +463,0.29245874,1.095549818,115,-1.541346831,0.7259242142,4142.030277 +464,0.143625958,0.816809593,115,-1.541346831,0.7259242142,4480.6602809 +465,0.671902494,0.611159853,115,-1.541346831,0.7259242142,6166.7624429 +466,1.239840988,0.6724199,115,-1.541346831,0.7259242142,6754.3375593 +467,0.607829703,-0.10932137,115,-1.541346831,0.7259242142,8199.741522 +468,1.763020906,0.263996692,115,-1.541346831,0.7259242142,8477.7204222 +469,0.378714634,0.726066797,115,-1.541346831,0.7259242142,5223.704197 +470,2.196736143,-0.153862366,115,-1.541346831,0.7259242142,9366.9498235 +471,0.01702415,0.148991565,115,-1.541346831,0.7259242142,5794.3813449 +472,-2.998490902,-0.158002487,115,-1.541346831,0.7259242142,6303.88659 +473,-3.051262951,-0.346595608,115,-1.541346831,0.7259242142,6949.6990896 +474,-1.069176439,0.182802941,115,-1.541346831,0.7259242142,2705.6824794 +475,0.167157509,0.595344954,115,-1.541346831,0.7259242142,5067.7916003 +476,0.613855648,0.681746124,115,-1.541346831,0.7259242142,5833.4082854 +477,1.037012736,0.682555367,115,-1.541346831,0.7259242142,6507.2159814 +478,-1.253574971,0.379755746,115,-1.541346831,0.7259242142,1673.0402023 +479,3.108590453,-0.132620738,115,-1.541346831,0.7259242142,6754.4831393 +480,0.565301296,0.022333262,115,-1.541346831,0.7259242142,7710.105066 +481,0.547898238,0.855555614,115,-1.541346831,0.7259242142,5187.8621769 +482,0.948309381,0.417393755,115,-1.541346831,0.7259242142,7322.7895039 +483,-0.050600732,0.945269213,115,-1.541346831,0.7259242142,3804.3419868 +484,-0.977651478,-0.572363064,115,-1.541346831,0.7259242142,5537.7029764 +485,1.102014914,0.728861163,115,-1.541346831,0.7259242142,6411.8472495 +486,2.927300795,-0.282939414,115,-1.541346831,0.7259242142,7674.867088 +487,-1.154565557,0.124434095,115,-1.541346831,0.7259242142,2742.8661583 +488,1.855331234,0.291044755,115,-1.541346831,0.7259242142,8308.5515359 +489,0.830290659,0.276904518,115,-1.541346831,0.7259242142,7575.0572046 +490,0.485104466,-0.234867441,115,-1.541346831,0.7259242142,8180.4696279 +491,0.521367572,-0.33161327,115,-1.541346831,0.7259242142,8529.2189599 +1,-1.539031704,0.7349710123,116,-1.545324355,0.7243383958,46.031737345 +2,-1.536990553,0.7349663874,116,-1.545324355,0.7243383958,48.760964519 +3,-1.534951779,0.7349571355,116,-1.545324355,0.7243383958,52.028973274 +4,-1.532906461,0.7349480293,116,-1.545324355,0.7243383958,55.77039893 +5,-1.531320211,0.7346937278,116,-1.545324355,0.7243383958,58.244669683 +6,-1.539451648,0.7335131775,116,-1.545324355,0.7243383958,40.27073015 +7,-1.537429487,0.7335445708,116,-1.545324355,0.7243383958,43.287157694 +8,-1.535484998,0.7335658704,116,-1.545324355,0.7243383958,46.700236003 +9,-1.533488396,0.7336036027,116,-1.545324355,0.7243383958,50.690716942 +10,-1.531497785,0.7335842962,116,-1.545324355,0.7243383958,54.861884513 +11,-1.530259379,0.7334777758,116,-1.545324355,0.7243383958,57.37222923 +12,-1.5335454,0.7322346912,116,-1.545324355,0.7243383958,46.804922629 +13,-1.531489083,0.7322238773,116,-1.545324355,0.7243383958,51.461735957 +14,-1.530011122,0.7321679851,116,-1.545324355,0.7243383958,54.873459689 +15,-1.53348106,0.7306614094,116,-1.545324355,0.7243383958,43.066457276 +16,-1.531441779,0.7306962275,116,-1.545324355,0.7243383958,48.173518705 +17,-1.529755654,0.7306933243,116,-1.545324355,0.7243383958,52.484827977 +18,-1.533415048,0.7291384674,116,-1.545324355,0.7243383958,40.054364934 +19,-1.531392093,0.7291705353,116,-1.545324355,0.7243383958,45.466892268 +20,-1.529296523,0.7291214933,116,-1.545324355,0.7243383958,51.088954481 +21,-1.535280942,0.727267644,116,-1.545324355,0.7243383958,31.937640306 +22,-1.533378158,0.7276139666,116,-1.545324355,0.7243383958,37.690903968 +23,-1.531340368,0.7276446587,116,-1.545324355,0.7243383958,43.444055869 +24,-1.528960113,0.7276398177,116,-1.545324355,0.7243383958,50.206875365 +25,-1.533313146,0.7260818349,116,-1.545324355,0.7243383958,36.267702424 +26,-1.531259555,0.7260958115,116,-1.545324355,0.7243383958,42.268366234 +27,-1.528926415,0.7260865555,116,-1.545324355,0.7243383958,49.098043216 +28,-1.531226779,0.7245511789,116,-1.545324355,0.7243383958,41.825474101 +29,-1.528904772,0.7245519194,116,-1.545324355,0.7243383958,48.7119064 +30,-1.547195875,0.7409785979,116,-1.545324355,0.7243383958,66.141803367 +31,-1.5451475,0.740980426,116,-1.545324355,0.7243383958,65.921138276 +32,-1.543097679,0.7409798872,116,-1.545324355,0.7243383958,66.242210779 +33,-1.540720364,0.7409892687,116,-1.545324355,0.7243383958,67.332890113 +34,-1.547188511,0.7395198392,116,-1.545324355,0.7243383958,60.384024273 +35,-1.545148587,0.7395226109,116,-1.545324355,0.7243383958,60.146905643 +36,-1.543104538,0.7395314908,116,-1.545324355,0.7243383958,60.534226711 +37,-1.540727751,0.7395306258,116,-1.545324355,0.7243383958,61.68167662 +38,-1.547187029,0.7380014886,116,-1.545324355,0.7243383958,54.397461344 +39,-1.545147315,0.7380012252,116,-1.545324355,0.7243383958,54.120984567 +40,-1.54310719,0.7380060743,116,-1.545324355,0.7243383958,54.530936144 +41,-1.540719671,0.7380068206,116,-1.545324355,0.7243383958,55.816977307 +42,-1.547187189,0.7364799098,116,-1.545324355,0.7243383958,48.40559048 +43,-1.545149996,0.7364853874,116,-1.545324355,0.7243383958,48.116983732 +44,-1.543106091,0.7364823484,116,-1.545324355,0.7243383958,48.54542038 +45,-1.540717158,0.7364893901,116,-1.545324355,0.7243383958,50.012868436 +46,-1.538663972,0.7410138672,116,-1.545324355,0.7243383958,68.901382831 +47,-1.53695285,0.7409699132,116,-1.545324355,0.7243383958,70.338127615 +48,-1.534910498,0.7409641297,116,-1.545324355,0.7243383958,72.643484041 +49,-1.533145034,0.7409536636,116,-1.545324355,0.7243383958,74.949683738 +50,-1.538681336,0.7395405883,116,-1.545324355,0.7243383958,63.317112357 +51,-1.536999189,0.7395183096,116,-1.545324355,0.7243383958,64.938683451 +52,-1.534923633,0.7395144222,116,-1.545324355,0.7243383958,67.472981166 +53,-1.533267822,0.7395654306,116,-1.545324355,0.7243383958,69.99782878 +54,-1.53867273,0.7380151077,116,-1.545324355,0.7243383958,57.614163368 +55,-1.536980576,0.7379994392,116,-1.545324355,0.7243383958,59.441302023 +56,-1.534931522,0.7379944961,116,-1.545324355,0.7243383958,62.168433255 +57,-1.533387952,0.7379480264,116,-1.545324355,0.7243383958,64.379506803 +58,-1.538682279,0.7364914363,116,-1.545324355,0.7243383958,51.974408483 +59,-1.536980704,0.7364810563,116,-1.545324355,0.7243383958,54.031167268 +60,-1.534935567,0.7364752065,116,-1.545324355,0.7243383958,57.014460475 +61,-1.533042592,0.7363876366,116,-1.545324355,0.7243383958,59.925881738 +62,-1.545143426,0.7349628011,116,-1.545324355,0.7243383958,42.086659492 +63,-1.543105297,0.7349691947,116,-1.545324355,0.7243383958,42.615249115 +64,-1.541064533,0.7349647152,116,-1.545324355,0.7243383958,43.929769384 +65,-1.545411803,0.7334624714,116,-1.545324355,0.7243383958,36.141386684 +66,-1.543446606,0.7334780896,116,-1.545324355,0.7243383958,36.624941414 +67,-1.541475327,0.7334957295,116,-1.545324355,0.7243383958,38.01302516 +68,-1.545401939,0.731963266,116,-1.545324355,0.7243383958,30.202981747 +69,-1.54342253,0.7319915583,116,-1.545324355,0.7243383958,30.831210963 +70,-1.541455867,0.7320216438,116,-1.545324355,0.7243383958,32.511382801 +71,-1.545410146,0.7304422281,116,-1.545324355,0.7243383958,24.178612002 +72,-1.543435491,0.7304713664,116,-1.545324355,0.7243383958,24.927141388 +73,-1.541463105,0.7304997613,116,-1.545324355,0.7243383958,26.946285624 +74,-1.545414768,0.7289194936,116,-1.545324355,0.7243383958,18.1477025 +75,-1.543435774,0.7289538557,116,-1.545324355,0.7243383958,19.117682597 +76,-1.541457714,0.7289765881,116,-1.545324355,0.7243383958,21.646216517 +77,-1.539449415,0.7320555866,116,-1.545324355,0.7243383958,35.157559091 +78,-1.537429183,0.7321097681,116,-1.545324355,0.7243383958,38.630724681 +79,-1.535472649,0.7321497267,116,-1.545324355,0.7243383958,42.49156147 +80,-1.539457899,0.7305333307,116,-1.545324355,0.7243383958,30.055342179 +81,-1.537453161,0.7305750503,116,-1.545324355,0.7243383958,33.948108963 +82,-1.535479385,0.7306124949,116,-1.545324355,0.7243383958,38.286044314 +83,-1.53946905,0.7290102593,116,-1.545324355,0.7243383958,25.355710716 +84,-1.537459922,0.7290417293,116,-1.545324355,0.7243383958,29.81778751 +85,-1.535451349,0.7290890157,116,-1.545324355,0.7243383958,34.760609487 +86,-1.535522937,0.7279887191,116,-1.545324355,0.7243383958,32.430795968 +87,-1.539442524,0.7274735939,116,-1.545324355,0.7243383958,21.396987818 +88,-1.537424111,0.727521351,116,-1.545324355,0.7243383958,26.583253924 +89,-1.539384641,0.7259505092,116,-1.545324355,0.7243383958,18.729956984 +90,-1.537372391,0.7259947145,116,-1.545324355,0.7243383958,24.468471067 +91,-1.535340789,0.7260435356,116,-1.545324355,0.7243383958,30.355194636 +92,-1.539325716,0.7244369706,116,-1.545324355,0.7243383958,17.798719486 +93,-1.537308932,0.7244801057,116,-1.545324355,0.7243383958,23.783205626 +94,-1.535289068,0.7245247645,116,-1.545324355,0.7243383958,29.77675554 +95,-1.533261366,0.7245550236,116,-1.545324355,0.7243383958,35.792143045 +96,-1.539267302,0.722921924,116,-1.545324355,0.7243383958,18.834827459 +97,-1.537248972,0.7229660258,116,-1.545324355,0.7243383958,24.57912476 +98,-1.535219431,0.7229916471,116,-1.545324355,0.7243383958,30.465156719 +99,-1.53318962,0.7230212049,116,-1.545324355,0.7243383958,36.394991047 +100,-1.531154816,0.7230299897,116,-1.545324355,0.7243383958,42.376813102 +101,-1.528878341,0.7230370244,116,-1.545324355,0.7243383958,49.08704486 +102,-1.539218189,0.7214009878,116,-1.545324355,0.7243383958,21.548799059 +103,-1.537198791,0.7214422745,116,-1.545324355,0.7243383958,26.723122182 +104,-1.535179266,0.7214634354,116,-1.545324355,0.7243383958,32.213945216 +105,-1.533156501,0.7214944644,116,-1.545324355,0.7243383958,37.85655574 +106,-1.53113574,0.7215166021,116,-1.545324355,0.7243383958,43.600432456 +107,-1.528874248,0.7215345535,116,-1.545324355,0.7243383958,50.106460015 +108,-1.539217656,0.7198512397,116,-1.545324355,0.7243383958,25.404405357 +109,-1.537199919,0.7199428763,116,-1.545324355,0.7243383958,29.770232492 +110,-1.545425832,0.727397149,116,-1.545324355,0.7243383958,12.119450703 +111,-1.543371177,0.7273916949,116,-1.545324355,0.7243383958,13.407068669 +112,-1.541368852,0.7274523163,116,-1.545324355,0.7243383958,17.013063039 +113,-1.545349067,0.7258710923,116,-1.545324355,0.7243383958,6.0714527765 +114,-1.54332671,0.7258603556,116,-1.545324355,0.7243383958,8.4506777669 +115,-1.541346831,0.7259242142,116,-1.545324355,0.7243383958,13.359973061 +116,-1.545324355,0.7243383958,116,-1.545324355,0.7243383958,3.0007658356 +117,-1.543292796,0.7243617413,116,-1.545324355,0.7243383958,6.0273547821 +118,-1.541295822,0.7244024384,116,-1.545324355,0.7243383958,11.953167379 +119,-1.543193859,0.7205570215,116,-1.545324355,0.7243383958,16.260986652 +120,-1.550257047,0.7386738187,116,-1.545324355,0.7243383958,58.614504107 +121,-1.549335448,0.7311736483,116,-1.545324355,0.7243383958,29.559340118 +122,-1.533478843,0.7179891343,116,-1.545324355,0.7243383958,43.292528504 +123,-1.556150555,0.738907041,116,-1.545324355,0.7243383958,65.940265851 +124,-1.554324226,0.733414257,116,-1.545324355,0.7243383958,44.714989013 +125,-1.554290846,0.7288285332,116,-1.545324355,0.7243383958,31.953662966 +126,-1.55122487,0.7219795312,116,-1.545324355,0.7243383958,19.857832455 +127,-1.525104458,0.7229399862,116,-1.545324355,0.7243383958,60.274884651 +128,-1.519607711,0.7236181429,116,-1.545324355,0.7243383958,76.366224356 +129,-1.513899999,0.7251107854,116,-1.545324355,0.7243383958,93.238371731 +130,-1.536620762,0.7431061895,116,-1.545324355,0.7243383958,78.624565095 +131,-1.5369566,0.7460845958,116,-1.545324355,0.7243383958,89.575514044 +132,-1.545345528,0.7447040685,116,-1.545324355,0.7243383958,80.668453391 +133,-1.532813921,0.7432306626,116,-1.545324355,0.7243383958,83.39082419 +134,-1.554788248,0.7382381001,116,-1.545324355,0.7243383958,61.72280758 +135,-1.540348126,0.7301594274,116,-1.545324355,0.7243383958,27.357405535 +136,-1.538016084,0.7239051786,116,-1.545324355,0.7243383958,21.752224371 +137,-1.525288962,0.7258085137,116,-1.545324355,0.7243383958,59.681498082 +138,-1.534326986,0.731241342,116,-1.545324355,0.7243383958,42.490359654 +139,-1.530733872,0.7303625216,116,-1.545324355,0.7243383958,49.323377641 +141,-1.534354939,0.7328219978,116,-1.545324355,0.7243383958,46.692106386 +142,-1.53157084,0.7292888153,116,-1.545324355,0.7243383958,45.186877625 +143,-1.525691035,0.7263799874,116,-1.545324355,0.7243383958,58.749243352 +144,-1.534031287,0.7495967835,116,-1.545324355,0.7243383958,105.38839271 +145,-1.527714986,0.7283095957,116,-1.545324355,0.7243383958,54.46747172 +146,-1.526189586,0.7271468292,116,-1.545324355,0.7243383958,57.774173956 +147,-1.555177336,0.7375563366,116,-1.545324355,0.7243383958,59.878925157 +148,-1.555080283,0.7312707794,116,-1.545324355,0.7243383958,39.830339603 +149,-1.53856994,0.7224180299,116,-1.545324355,0.7243383958,21.448378801 +150,-1.530837883,0.729933372,116,-1.545324355,0.7243383958,48.257579665 +151,-1.515066984,0.5854133365,116,-1.545324355,0.7243383958,558.39541915 +152,-1.534731633,0.5368370046,116,-1.545324355,0.7243383958,743.45986656 +153,-1.515231902,0.5607085576,116,-1.545324355,0.7243383958,655.08325927 +154,-2.616253799,1.0684566605,116,-1.545324355,0.7243383958,2841.0423325 +155,-1.956071439,0.5792177723,116,-1.545324355,0.7243383958,1409.4765049 +156,-1.951208514,0.5602434208,116,-1.545324355,0.7243383958,1435.7833838 +157,-1.944675062,0.6062144545,116,-1.545324355,0.7243383958,1324.6334558 +158,-1.613778386,0.6077989518,116,-1.545324355,0.7243383958,508.31384288 +159,-2.035029014,0.6021432345,116,-1.545324355,0.7243383958,1595.12702 +160,-2.114989471,0.6801825058,116,-1.545324355,0.7243383958,1721.1120934 +161,-2.037382079,0.5765830025,116,-1.545324355,0.7243383958,1648.7172156 +162,-2.129855121,0.6585019963,116,-1.545324355,0.7243383958,1791.1677003 +163,-2.075141798,0.6493615843,116,-1.545324355,0.7243383958,1640.936272 +164,-1.828626729,0.6948433129,116,-1.545324355,0.7243383958,857.98175897 +165,-1.863329418,0.6735427691,116,-1.545324355,0.7243383958,983.06296958 +166,-1.266037071,0.727988852,116,-1.545324355,0.7243383958,826.11349798 +167,-1.277579582,0.7249010648,116,-1.545324355,0.7243383958,793.03591449 +168,-1.258418684,0.7241194816,116,-1.545324355,0.7243383958,849.91404138 +169,-1.317813974,0.6804850104,116,-1.545324355,0.7243383958,708.67295258 +170,-1.344165204,0.6790988904,116,-1.545324355,0.7243383958,633.80382731 +171,-1.427582102,0.5277120351,116,-1.545324355,0.7243383958,864.97415028 +172,-1.402238616,0.457167829,116,-1.545324355,0.7243383958,1156.8317072 +173,-1.422454264,0.4996161999,116,-1.545324355,0.7243383958,974.31397596 +174,-1.439089277,0.4894859811,116,-1.545324355,0.7243383958,991.69264285 +175,-1.448126995,0.5182330266,116,-1.545324355,0.7243383958,873.82845231 +176,-1.474626146,0.5881926574,116,-1.545324355,0.7243383958,582.94151058 +177,-1.421139645,0.5584869783,116,-1.545324355,0.7243383958,765.42927383 +178,-1.457037165,0.565943032,116,-1.545324355,0.7243383958,686.47780772 +179,-2.757159358,0.3745319,116,-1.545324355,0.7243383958,4205.8717351 +180,-2.714309238,0.342054471,116,-1.545324355,0.7243383958,4156.1965794 +181,-2.000525337,0.774119946,116,-1.545324355,0.7243383958,1329.0961338 +183,-1.571413436,0.6777838382,116,-1.545324355,0.7243383958,200.59028299 +184,-1.552860289,0.6987663893,116,-1.545324355,0.7243383958,103.78238486 +185,-1.521852374,0.7165827476,116,-1.545324355,0.7243383958,76.323184174 +186,-1.503656267,0.6928968252,116,-1.545324355,0.7243383958,176.660022 +187,-1.502753178,0.7136205882,116,-1.545324355,0.7243383958,133.79396918 +188,-1.631894563,0.7343596465,116,-1.545324355,0.7243383958,258.69688723 +189,-1.653765416,0.6770714026,116,-1.545324355,0.7243383958,377.81963352 +190,-1.719812114,0.6715965947,116,-1.545324355,0.7243383958,568.80582039 +191,-1.493406659,0.6646955447,116,-1.545324355,0.7243383958,284.17274316 +192,-1.469120564,0.6613469966,116,-1.545324355,0.7243383958,340.77644688 +193,-1.590551461,0.5326612937,116,-1.545324355,0.7243383958,772.83014442 +194,-1.625979264,0.5247742243,116,-1.545324355,0.7243383958,831.52317051 +195,-1.572293943,0.5238808754,116,-1.545324355,0.7243383958,798.68994323 +196,-1.610848725,0.5477107964,116,-1.545324355,0.7243383958,729.90424295 +197,-1.208485554,0.7918526018,116,-1.545324355,0.7243383958,1002.3150189 +198,-1.335601374,0.6869083083,116,-1.545324355,0.7243383958,648.9030054 +199,-1.346156996,0.6825213377,116,-1.545324355,0.7243383958,623.48763525 +200,-1.324381037,0.6741422347,116,-1.545324355,0.7243383958,697.91971607 +201,-1.242424992,0.7378949807,116,-1.545324355,0.7243383958,893.21753886 +202,-1.270370057,0.7392461008,116,-1.545324355,0.7243383958,811.2442948 +203,-1.448950472,0.7441675014,116,-1.545324355,0.7243383958,293.99598622 +204,-1.492662363,0.7523026852,116,-1.545324355,0.7243383958,189.90125206 +205,-1.479098966,0.7763855017,116,-1.545324355,0.7243383958,281.56632827 +206,-1.633760714,0.7869022408,116,-1.545324355,0.7243383958,355.41588395 +207,-1.647406434,0.8101289331,116,-1.545324355,0.7243383958,447.16903679 +208,-1.564245052,0.5701509278,116,-1.545324355,0.7243383958,613.64025676 +209,-1.646289963,0.6833746083,116,-1.545324355,0.7243383958,345.26404848 +210,-1.5820631,0.6751952144,116,-1.545324355,0.7243383958,224.22204549 +211,-1.613236298,0.6681681791,116,-1.545324355,0.7243383958,303.40933309 +212,-1.914661867,0.8212566515,116,-1.545324355,0.7243383958,1111.3190164 +213,-1.742133237,0.7250275956,116,-1.545324355,0.7243383958,583.25564431 +214,-2.033144872,0.6557314699,116,-1.545324355,0.7243383958,1507.9317673 +215,-2.039551981,0.6964723658,116,-1.545324355,0.7243383958,1481.5347218 +216,-1.247341019,0.7622473908,116,-1.545324355,0.7243383958,880.23703328 +217,-1.298239787,0.7084123392,116,-1.545324355,0.7243383958,739.98408506 +218,-1.308539688,0.6926545592,116,-1.545324355,0.7243383958,722.37226341 +219,-1.303263185,0.6888938396,116,-1.545324355,0.7243383958,741.76447263 +220,-1.852400229,0.6004246149,116,-1.545324355,0.7243383958,1074.5805131 +221,-1.288947707,0.7473773692,116,-1.545324355,0.7243383958,757.27968462 +222,-1.372031502,0.7472790993,116,-1.545324355,0.7243383958,516.55909733 +223,-1.289805721,0.7242157877,116,-1.545324355,0.7243383958,757.14001411 +224,-1.350807603,0.7533498126,116,-1.545324355,0.7243383958,580.58430164 +225,-1.329290365,0.7560442322,116,-1.545324355,0.7243383958,643.5254587 +226,-1.410153004,0.616936428,116,-1.545324355,0.7243383958,596.93648741 +227,-1.393445434,0.6308995063,116,-1.545324355,0.7243383958,596.66389576 +228,-1.37595573,0.6241540638,116,-1.545324355,0.7243383958,656.65428673 +229,-1.358388707,0.6172645205,116,-1.545324355,0.7243383958,717.62436363 +230,-1.753741133,0.8281661666,116,-1.545324355,0.7243383958,717.14361465 +231,-1.47430987,0.6834615681,116,-1.545324355,0.7243383958,268.642818 +232,-1.421012508,0.7222725206,116,-1.545324355,0.7243383958,369.0996224 +233,-1.4476833,0.6978557868,116,-1.545324355,0.7243383958,311.16162562 +234,-1.470370723,0.6966193374,116,-1.545324355,0.7243383958,250.37116432 +235,-1.429211703,0.7037216883,116,-1.545324355,0.7243383958,356.93983345 +236,-1.700578405,0.6178673663,116,-1.545324355,0.7243383958,639.51573943 +237,-1.678117619,0.6331716163,116,-1.545324355,0.7243383958,545.50728391 +238,-1.725644578,0.6316331145,116,-1.545324355,0.7243383958,665.81358375 +239,-2.14012759,0.7930497945,116,-1.545324355,0.7243383958,1718.1571774 +240,-2.103289431,0.7653606263,116,-1.545324355,0.7243383958,1622.7602689 +241,-1.318739838,0.7017808746,116,-1.545324355,0.7243383958,684.02856409 +242,-1.396417427,0.7077900843,116,-1.545324355,0.7243383958,449.56778369 +243,-1.35650337,0.7185539404,116,-1.545324355,0.7243383958,561.67702761 +244,-1.248884539,0.7274156818,116,-1.545324355,0.7243383958,876.86378385 +245,-1.395014798,0.5761185243,116,-1.545324355,0.7243383958,753.63960089 +246,-1.433377362,0.6064716109,116,-1.545324355,0.7243383958,582.40628626 +247,-1.408172432,0.5903155476,116,-1.545324355,0.7243383958,682.55916426 +248,-1.749645898,0.7757118084,116,-1.545324355,0.7243383958,625.46776966 +249,-1.571626686,0.615046989,116,-1.545324355,0.7243383958,440.51987331 +250,-1.514070049,0.6303003037,116,-1.545324355,0.7243383958,384.74806367 +251,-1.480890369,0.6237966528,116,-1.545324355,0.7243383958,445.26202073 +252,-1.704390658,0.5281680612,116,-1.545324355,0.7243383958,928.4606463 +253,-1.64434733,0.5254277498,116,-1.545324355,0.7243383958,849.15997609 +254,-1.703855997,0.4792484842,116,-1.545324355,0.7243383958,1098.6183778 +255,-1.692002383,0.5748825051,116,-1.545324355,0.7243383958,750.51795598 +256,-1.854136457,0.5544643913,116,-1.545324355,0.7243383958,1186.3004488 +257,-1.665021206,0.520317736,116,-1.545324355,0.7243383958,894.48234773 +258,-1.733654349,0.4845187345,116,-1.545324355,0.7243383958,1128.8727081 +259,-1.720938188,0.5135933906,116,-1.545324355,0.7243383958,1007.2383964 +260,-1.742668307,0.553296122,116,-1.545324355,0.7243383958,921.84223844 +261,-1.965659039,0.7142126903,116,-1.545324355,0.7243383958,1249.0982963 +262,-1.944438071,0.6772834804,116,-1.545324355,0.7243383958,1218.9250467 +263,-1.270340967,0.7681487096,116,-1.545324355,0.7243383958,816.99391091 +264,-1.353091884,0.6549276821,116,-1.545324355,0.7243383958,647.92841213 +265,-1.333236659,0.6413584414,116,-1.545324355,0.7243383958,728.97387215 +266,-1.352015998,0.6753788907,116,-1.545324355,0.7243383958,616.44180549 +267,-1.377988483,0.6577816235,116,-1.545324355,0.7243383958,574.30231157 +268,-2.13075611,0.8318642051,116,-1.545324355,0.7243383958,1691.2036253 +269,-2.097910953,0.8259670014,116,-1.545324355,0.7243383958,1602.3750192 +270,-1.416382069,0.6694271549,116,-1.545324355,0.7243383958,447.7697577 +271,-1.538905672,0.7535625993,116,-1.545324355,0.7243383958,117.27229758 +272,-1.572309477,0.7803125099,116,-1.545324355,0.7243383958,235.03410468 +273,-1.87759879,0.7503853417,116,-1.545324355,0.7243383958,977.5917223 +274,1.152365588,0.590457682,116,-1.545324355,0.7243383958,6990.8921786 +275,0.350198001,0.718001859,116,-1.545324355,0.7243383958,5196.5684942 +276,0.046513677,0.491503852,116,-1.545324355,0.7243383958,5019.8438248 +277,0.027510309,0.742571376,116,-1.545324355,0.7243383958,4386.6173756 +278,0.306285725,-0.214631579,116,-1.545324355,0.7243383958,7612.6295265 +279,-1.100564889,0.318051531,116,-1.545324355,0.7243383958,2202.205664 +280,-1.078582306,0.301437596,116,-1.545324355,0.7243383958,2304.9979962 +281,-1.137371989,-0.617634065,116,-1.545324355,0.7243383958,5518.2179906 +282,0.784356344,0.703272339,116,-1.545324355,0.7243383958,6081.4176184 +283,-1.221209947,0.218327455,116,-1.545324355,0.7243383958,2296.273068 +284,2.347301921,-0.449114658,116,-1.545324355,0.7243383958,9771.1951048 +285,0.246820618,0.830553713,116,-1.545324355,0.7243383958,4685.0875469 +286,0.829414965,0.703288228,116,-1.545324355,0.7243383958,6153.7620719 +287,-1.337537566,0.42332223,116,-1.545324355,0.7243383958,1375.0399602 +288,0.882453706,0.454478077,116,-1.545324355,0.7243383958,7091.3587025 +289,1.575629659,0.416419109,116,-1.545324355,0.7243383958,7924.6723774 +290,-1.039455679,0.229888244,116,-1.545324355,0.7243383958,2621.3344236 +291,0.489558039,0.934482747,116,-1.545324355,0.7243383958,4874.0737257 +292,0.081344504,0.88384514,116,-1.545324355,0.7243383958,4212.5114509 +293,-1.547979814,0.300350308,116,-1.545324355,0.7243383958,1679.4411011 +294,0.040776181,0.168560074,116,-1.545324355,0.7243383958,5825.688667 +295,-1.130374745,0.563894876,116,-1.545324355,0.7243383958,1453.3436105 +296,1.578326642,0.478507176,116,-1.545324355,0.7243383958,7678.9229669 +297,-1.12861823,-0.291640865,116,-1.545324355,0.7243383958,4304.4341009 +298,0.310524208,0.770885792,116,-1.545324355,0.7243383958,4970.772939 +299,0.415649091,-0.387246002,116,-1.545324355,0.7243383958,8360.2654714 +300,-0.926533878,-0.188022748,116,-1.545324355,0.7243383958,4259.3020334 +301,1.258856172,-0.11716081,116,-1.545324355,0.7243383958,9761.4062813 +302,-1.126050026,0.322941926,116,-1.545324355,0.7243383958,2128.9697535 +303,2.002785835,0.07893892,116,-1.545324355,0.7243383958,8939.4724124 +304,0.440437607,0.746258085,116,-1.545324355,0.7243383958,5310.1172688 +305,-0.030391866,0.214441206,116,-1.545324355,0.7243383958,5497.5064258 +306,0.521557815,-0.058929362,116,-1.545324355,0.7243383958,7829.8943155 +307,-0.097005111,0.13317729,116,-1.545324355,0.7243383958,5510.3663369 +308,1.83113859,0.221857587,116,-1.545324355,0.7243383958,8598.8706864 +309,0.222428864,0.099404236,116,-1.545324355,0.7243383958,6539.4307971 +310,-1.702731345,0.8728568183,116,-1.545324355,0.7243383958,730.52271088 +311,-0.418507569,0.278324921,116,-1.545324355,0.7243383958,4187.2917931 +312,-1.41153306,0.339029988,116,-1.545324355,0.7243383958,1591.4087228 +313,0.357560442,0.114788776,116,-1.545324355,0.7243383958,6885.1744306 +314,0.325818979,0.268352149,116,-1.545324355,0.7243383958,6372.2798963 +315,-1.246004659,-0.663679965,116,-1.545324355,0.7243383958,5603.3560258 +316,1.814603087,0.637404484,116,-1.545324355,0.7243383958,6992.2142208 +317,1.843704281,-0.18300445,116,-1.545324355,0.7243383958,10132.990171 +318,1.690644492,-0.211480909,116,-1.545324355,0.7243383958,10386.267444 +319,-1.275451936,0.068109467,116,-1.545324355,0.7243383958,2770.1688644 +320,0.762430171,-0.207594741,116,-1.545324355,0.7243383958,8916.8837991 +321,0.265668905,-0.014647884,116,-1.545324355,0.7243383958,6970.4637443 +322,-2.773032013,-0.335515811,116,-1.545324355,0.7243383958,6143.8308724 +323,-1.469512853,0.174058777,116,-1.545324355,0.7243383958,2195.6533297 +324,0.286276986,0.785925691,116,-1.545324355,0.7243383958,4880.0866289 +325,-1.379324697,0.377432233,116,-1.545324355,0.7243383958,1481.5751113 +326,-1.203778265,0.212813032,116,-1.545324355,0.7243383958,2345.7049848 +327,0.579916301,0.611743168,116,-1.545324355,0.7243383958,5992.9976049 +328,0.267582642,0.868113908,116,-1.545324355,0.7243383958,4636.6365283 +329,0.412869244,-0.050245578,116,-1.545324355,0.7243383958,7494.8316265 +330,0.17524381,0.976660285,116,-1.545324355,0.7243383958,4209.2969523 +331,0.743157214,0.204812899,116,-1.545324355,0.7243383958,7627.5656422 +332,-1.070758176,0.269382282,116,-1.545324355,0.7243383958,2424.1308383 +333,-1.230364251,0.329790229,116,-1.545324355,0.7243383958,1889.929852 +334,-1.374813124,-0.024926835,116,-1.545324355,0.7243383958,3030.4535614 +335,0.519780566,0.463669906,116,-1.545324355,0.7243383958,6306.869027 +336,-1.55108034,0.239698561,116,-1.545324355,0.7243383958,1919.7608488 +337,0.180294813,0.029739425,116,-1.545324355,0.7243383958,6601.7135545 +338,0.67820924,0.268170153,116,-1.545324355,0.7243383958,7276.2342376 +339,0.445798684,1.024001867,116,-1.545324355,0.7243383958,4561.0758162 +340,0.691751283,0.150521402,116,-1.545324355,0.7243383958,7673.390251 +341,-1.036643551,-0.903056181,116,-1.545324355,0.7243383958,6679.5847395 +342,-0.120287036,1.083325163,116,-1.545324355,0.7243383958,3489.5033084 +343,2.823513113,-0.304487164,116,-1.545324355,0.7243383958,8023.5747284 +344,0.457583172,1.12513373,116,-1.545324355,0.7243383958,4316.4526645 +345,0.042918831,0.813795399,116,-1.545324355,0.7243383958,4271.7200918 +346,1.196146777,-0.853142756,116,-1.545324355,0.7243383958,11222.194225 +347,0.206001358,-0.010430701,116,-1.545324355,0.7243383958,6783.7988538 +348,-0.268308653,0.234799412,116,-1.545324355,0.7243383958,4741.6105201 +349,0.759363263,0.736189579,116,-1.545324355,0.7243383958,5931.5938163 +350,0.181363926,0.891988372,116,-1.545324355,0.7243383958,4405.2105597 +351,-0.021111158,0.139103292,116,-1.545324355,0.7243383958,5719.8437592 +352,-0.093355215,0.630686981,116,-1.545324355,0.7243383958,4317.5882604 +353,0.40118964,0.681375926,116,-1.545324355,0.7243383958,5408.4878128 +354,-0.721197315,1.304706234,116,-1.545324355,0.7243383958,2721.6467411 +355,-1.076150317,0.212107639,116,-1.545324355,0.7243383958,2597.7670643 +356,-1.577164531,0.273993443,116,-1.545324355,0.7243383958,1787.1390009 +357,-0.190788414,0.182208586,116,-1.545324355,0.7243383958,5105.5809518 +358,-0.261349752,0.209710184,116,-1.545324355,0.7243383958,4825.9360558 +359,-1.029303852,0.083549259,116,-1.545324355,0.7243383958,3125.8451519 +360,-1.268609162,0.330525297,116,-1.545324355,0.7243383958,1818.0298712 +361,1.282982244,-0.926641967,116,-1.545324355,0.7243383958,11287.855012 +362,0.217352334,0.731352408,116,-1.545324355,0.7243383958,4863.5262153 +363,-1.511833084,0.258629297,116,-1.545324355,0.7243383958,1848.2519243 +364,0.338812194,0.823184618,116,-1.545324355,0.7243383958,4894.1446484 +365,-0.324406489,1.134201999,116,-1.545324355,0.7243383958,3100.12047 +366,1.389579348,0.399185724,116,-1.545324355,0.7243383958,7929.2933143 +367,2.047152199,-0.039082036,116,-1.545324355,0.7243383958,9290.3175912 +368,0.947780369,0.568250077,116,-1.545324355,0.7243383958,6804.267854 +369,0.763824846,0.576754987,116,-1.545324355,0.7243383958,6464.5011705 +370,-0.142334657,0.928153068,116,-1.545324355,0.7243383958,3646.1131965 +371,0.610266567,0.547265983,116,-1.545324355,0.7243383958,6254.5834718 +372,0.210731629,0.746815056,116,-1.545324355,0.7243383958,4810.25635 +373,-1.34931644,0.316895224,116,-1.545324355,0.7243383958,1745.0831888 +374,2.407696481,0.655030745,116,-1.545324355,0.7243383958,6242.6376692 +375,0.64207831,0.545359131,116,-1.545324355,0.7243383958,6327.0489021 +376,1.174597538,0.840588356,116,-1.545324355,0.7243383958,6071.811081 +377,0.660059424,0.010604079,116,-1.545324355,0.7243383958,8013.1210826 +378,-0.730263819,0.010486456,116,-1.545324355,0.7243383958,4053.2489449 +379,0.831068936,0.512339172,116,-1.545324355,0.7243383958,6802.1932826 +380,1.301180979,0.72367476,116,-1.545324355,0.7243383958,6611.5875915 +381,1.811128231,0.322854402,116,-1.545324355,0.7243383958,8221.6207004 +382,0.435105812,0.992284428,116,-1.545324355,0.7243383958,4627.6243523 +383,0.62643634,0.592027932,116,-1.545324355,0.7243383958,6149.1316221 +384,0.492988703,-0.516339467,116,-1.545324355,0.7243383958,8874.1861617 +385,-0.162469483,0.112549365,116,-1.545324355,0.7243383958,5369.8270608 +386,0.314630866,0.472006421,116,-1.545324355,0.7243383958,5781.0290344 +387,0.166744804,0.822815954,116,-1.545324355,0.7243383958,4531.0528533 +388,0.417159608,0.965805736,116,-1.545324355,0.7243383958,4667.5895444 +389,0.106334961,0.868774244,116,-1.545324355,0.7243383958,4297.8082594 +390,0.815086969,-0.338144359,116,-1.545324355,0.7243383958,9414.439961 +391,0.59867455,-0.230624824,116,-1.545324355,0.7243383958,8513.9111038 +392,1.915104874,0.066220985,116,-1.545324355,0.7243383958,9107.6908128 +393,1.278093622,0.064463721,116,-1.545324355,0.7243383958,9115.1209574 +394,-0.061477853,0.302997961,116,-1.545324355,0.7243383958,5180.9310358 +395,0.251311504,0.626976942,116,-1.545324355,0.7243383958,5208.9371645 +396,2.950242872,0.149095644,116,-1.545324355,0.7243383958,6463.2910283 +397,-0.180294708,0.35375117,116,-1.545324355,0.7243383958,4707.4546717 +398,1.010448592,-0.351180233,116,-1.545324355,0.7243383958,9988.3374834 +399,-1.748740498,0.3686318073,116,-1.545324355,0.7243383958,1564.595458 +400,2.699635665,0.123533791,116,-1.545324355,0.7243383958,7236.0664808 +401,0.496808033,0.823843254,116,-1.545324355,0.7243383958,5199.8893465 +402,0.129574704,0.763364087,116,-1.545324355,0.7243383958,4583.7343159 +403,1.798920311,0.817447563,116,-1.545324355,0.7243383958,6295.2939259 +404,0.335987953,0.746786541,116,-1.545324355,0.7243383958,5088.8089057 +405,-1.085413643,0.292154671,116,-1.545324355,0.7243383958,2318.4885906 +406,-0.155321003,0.508207011,116,-1.545324355,0.7243383958,4416.8773609 +407,0.620529244,-0.301175104,116,-1.545324355,0.7243383958,8758.4305884 +408,1.684402744,0.368716966,116,-1.545324355,0.7243383958,8102.1713321 +409,0.300582244,-0.386397212,116,-1.545324355,0.7243383958,8018.4816333 +410,2.913555946,-0.009225192,116,-1.545324355,0.7243383958,6995.0199261 +411,1.465101417,0.493232532,116,-1.545324355,0.7243383958,7597.1541809 +412,0.090612882,0.907955955,116,-1.545324355,0.7243383958,4182.9666133 +413,2.987564726,-0.729568594,116,-1.545324355,0.7243383958,8487.8286519 +414,-1.484261606,0.224149272,116,-1.545324355,0.7243383958,1992.4600536 +415,0.164073421,0.303955133,116,-1.545324355,0.7243383958,5826.7652173 +416,0.141441293,0.167552546,116,-1.545324355,0.7243383958,6122.6409899 +417,2.931321023,-0.506718887,116,-1.545324355,0.7243383958,8180.3708799 +418,2.21951565,0.700596356,116,-1.545324355,0.7243383958,6371.2962182 +419,0.268112576,1.199114336,116,-1.545324355,0.7243383958,3905.4934577 +420,0.978913739,0.359223811,116,-1.545324355,0.7243383958,7590.8547251 +421,1.210898818,0.522863584,116,-1.545324355,0.7243383958,7306.4290335 +422,2.347397336,0.129231362,116,-1.545324355,0.7243383958,8103.9068172 +423,0.614394501,0.556878345,116,-1.545324355,0.7243383958,6233.5021941 +424,-1.398079356,0.148483366,116,-1.545324355,0.7243383958,2338.6180216 +425,2.535303836,-0.112984496,116,-1.545324355,0.7243383958,8361.0978189 +426,-1.019372593,-0.405322349,116,-1.545324355,0.7243383958,4873.2539827 +427,-1.297785627,-0.160104069,116,-1.545324355,0.7243383958,3617.3461679 +428,2.144554488,0.205051084,116,-1.545324355,0.7243383958,8254.1435942 +429,-2.242387083,-0.426171285,116,-1.545324355,0.7243383958,5225.3746407 +430,0.338637212,0.909723676,116,-1.545324355,0.7243383958,4672.0009769 +431,-0.148798452,0.691042401,116,-1.545324355,0.7243383958,4044.7370748 +432,0.893524764,0.441829531,116,-1.545324355,0.7243383958,7154.5089736 +433,0.969229347,-0.368847936,116,-1.545324355,0.7243383958,9925.3748793 +434,0.436043248,0.800045688,116,-1.545324355,0.7243383958,5150.8735054 +435,1.687946607,1.081504775,116,-1.545324355,0.7243383958,5284.8817635 +436,0.522302046,-0.034889271,116,-1.545324355,0.7243383958,7765.3586115 +437,-0.178996113,-0.438090009,116,-1.545324355,0.7243383958,6791.8593881 +438,-1.094339566,0.301444068,116,-1.545324355,0.7243383958,2268.7542887 +439,-1.064070054,0.242569932,116,-1.545324355,0.7243383958,2525.0509093 +440,-1.068153768,0.230387998,116,-1.545324355,0.7243383958,2555.3749814 +441,-3.00496892,-0.23989155,116,-1.545324355,0.7243383958,6526.2141904 +442,0.21751974,0.766874888,116,-1.545324355,0.7243383958,4776.5258169 +443,0.117229532,0.007619006,116,-1.545324355,0.7243383958,6473.9097275 +444,0.777758451,0.420554741,116,-1.545324355,0.7243383958,7005.8823297 +445,-0.252356999,0.250747086,116,-1.545324355,0.7243383958,4748.7450874 +446,0.363148444,0.768483434,116,-1.545324355,0.7243383958,5088.8368164 +447,0.903191366,-0.118210676,116,-1.545324355,0.7243383958,9026.0940982 +448,-0.205755923,0.149406178,116,-1.545324355,0.7243383958,5145.7643121 +449,1.811996086,0.02364353,116,-1.545324355,0.7243383958,9381.3662235 +450,-1.100670221,0.314845373,116,-1.545324355,0.7243383958,2212.0345174 +451,0.340078597,0.850105132,116,-1.545324355,0.7243383958,4826.9613399 +452,0.258757267,0.804969236,116,-1.545324355,0.7243383958,4773.2684031 +453,2.78505352,-0.155160804,116,-1.545324355,0.7243383958,7758.39194 +454,0.800551619,0.105822106,116,-1.545324355,0.7243383958,8075.9449716 +455,0.437940882,-0.506194031,116,-1.545324355,0.7243383958,8691.5151066 +456,2.230431122,0.63458615,116,-1.545324355,0.7243383958,6590.9175579 +457,0.527965361,0.127667701,116,-1.545324355,0.7243383958,7318.8033263 +458,-0.063643205,0.702093448,116,-1.545324355,0.7243383958,4244.0942408 +459,1.408447268,0.133010502,116,-1.545324355,0.7243383958,8979.9995591 +460,0.523795955,0.280266966,116,-1.545324355,0.7243383958,6861.2155401 +461,-0.975769313,0.072177659,116,-1.545324355,0.7243383958,3276.9901552 +462,0.549774164,-0.463663986,116,-1.545324355,0.7243383958,8930.193421 +463,0.29245874,1.095549818,116,-1.545324355,0.7243383958,4153.4462293 +464,0.143625958,0.816809593,116,-1.545324355,0.7243383958,4493.6621808 +465,0.671902494,0.611159853,116,-1.545324355,0.7243383958,6179.2306732 +466,1.239840988,0.6724199,116,-1.545324355,0.7243383958,6763.6390716 +467,0.607829703,-0.10932137,116,-1.545324355,0.7243383958,8212.9206002 +468,1.763020906,0.263996692,116,-1.545324355,0.7243383958,8481.6721614 +469,0.378714634,0.726066797,116,-1.545324355,0.7243383958,5236.5777616 +470,2.196736143,-0.153862366,116,-1.545324355,0.7243383958,9361.4135254 +471,0.01702415,0.148991565,116,-1.545324355,0.7243383958,5806.7661293 +472,-2.998490902,-0.158002487,116,-1.545324355,0.7243383958,6291.1033005 +473,-3.051262951,-0.346595608,116,-1.545324355,0.7243383958,6936.570812 +474,-1.069176439,0.182802941,116,-1.545324355,0.7243383958,2709.6471258 +475,0.167157509,0.595344954,116,-1.545324355,0.7243383958,5081.1315714 +476,0.613855648,0.681746124,116,-1.545324355,0.7243383958,5845.8446319 +477,1.037012736,0.682555367,116,-1.545324355,0.7243383958,6517.8163806 +478,-1.253574971,0.379755746,116,-1.545324355,0.7243383958,1675.8767655 +479,3.108590453,-0.132620738,116,-1.545324355,0.7243383958,6742.3375904 +480,0.565301296,0.022333262,116,-1.545324355,0.7243383958,7723.4034737 +481,0.547898238,0.855555614,116,-1.545324355,0.7243383958,5199.8811839 +482,0.948309381,0.417393755,116,-1.545324355,0.7243383958,7334.7124107 +483,-0.050600732,0.945269213,116,-1.545324355,0.7243383958,3817.1456012 +484,-0.977651478,-0.572363064,116,-1.545324355,0.7243383958,5537.5101148 +485,1.102014914,0.728861163,116,-1.545324355,0.7243383958,6421.9109431 +486,2.927300795,-0.282939414,116,-1.545324355,0.7243383958,7662.7176651 +487,-1.154565557,0.124434095,116,-1.545324355,0.7243383958,2744.7342826 +488,1.855331234,0.291044755,116,-1.545324355,0.7243383958,8311.2554125 +489,0.830290659,0.276904518,116,-1.545324355,0.7243383958,7587.8501643 +490,0.485104466,-0.234867441,116,-1.545324355,0.7243383958,8192.9584036 +491,0.521367572,-0.33161327,116,-1.545324355,0.7243383958,8541.3895805 +1,-1.539031704,0.7349710123,117,-1.543292796,0.7243617413,43.866099051 +2,-1.536990553,0.7349663874,117,-1.543292796,0.7243617413,45.941794263 +3,-1.534951779,0.7349571355,117,-1.543292796,0.7243617413,48.660234865 +4,-1.532906461,0.7349480293,117,-1.543292796,0.7243617413,51.948969637 +5,-1.531320211,0.7346937278,117,-1.543292796,0.7243617413,54.080412932 +6,-1.539451648,0.7335131775,117,-1.543292796,0.7243617413,37.983712219 +7,-1.537429487,0.7335445708,117,-1.543292796,0.7243617413,40.287370326 +8,-1.535484998,0.7335658704,117,-1.543292796,0.7243617413,43.141998375 +9,-1.533488396,0.7336036027,117,-1.543292796,0.7243617413,46.680206694 +10,-1.531497785,0.7335842962,117,-1.543292796,0.7243617413,50.484921227 +11,-1.530259379,0.7334777758,117,-1.543292796,0.7243617413,52.788085669 +12,-1.5335454,0.7322346912,117,-1.543292796,0.7243617413,42.458792245 +13,-1.531489083,0.7322238773,117,-1.543292796,0.7243617413,46.769047548 +14,-1.530011122,0.7321679851,117,-1.543292796,0.7243617413,49.976629003 +15,-1.53348106,0.7306614094,117,-1.543292796,0.7243617413,38.276546831 +16,-1.531441779,0.7306962275,117,-1.543292796,0.7243617413,43.11073599 +17,-1.529755654,0.7306933243,117,-1.543292796,0.7243617413,47.249863136 +18,-1.533415048,0.7291384674,117,-1.543292796,0.7243617413,34.827685741 +19,-1.531392093,0.7291705353,117,-1.543292796,0.7243617413,40.047606274 +20,-1.529296523,0.7291214933,117,-1.543292796,0.7243617413,45.519768656 +21,-1.535280942,0.727267644,117,-1.543292796,0.7243617413,26.379963813 +22,-1.533378158,0.7276139666,117,-1.543292796,0.7243617413,32.070144978 +23,-1.531340368,0.7276446587,117,-1.543292796,0.7243617413,37.717456705 +24,-1.528960113,0.7276398177,117,-1.543292796,0.7243617413,44.396880856 +25,-1.533313146,0.7260818349,117,-1.543292796,0.7243617413,30.356326358 +26,-1.531259555,0.7260958115,117,-1.543292796,0.7243617413,36.324204975 +27,-1.528926415,0.7260865555,117,-1.543292796,0.7243617413,43.129450595 +28,-1.531226779,0.7245511789,117,-1.543292796,0.7243617413,35.798392476 +29,-1.528904772,0.7245519194,117,-1.543292796,0.7243617413,42.684710094 +30,-1.547195875,0.7409785979,117,-1.543292796,0.7243617413,66.815159474 +31,-1.5451475,0.740980426,117,-1.543292796,0.7243617413,66.052752092 +32,-1.543097679,0.7409798872,117,-1.543292796,0.7243617413,65.826982784 +33,-1.540720364,0.7409892687,117,-1.543292796,0.7243617413,66.295748297 +34,-1.547188511,0.7395198392,117,-1.543292796,0.7243617413,61.128565249 +35,-1.545148587,0.7395226109,117,-1.543292796,0.7243617413,60.300624106 +36,-1.543104538,0.7395314908,117,-1.543292796,0.7243617413,60.089937724 +37,-1.540727751,0.7395306258,117,-1.543292796,0.7243617413,60.557402142 +38,-1.547187029,0.7380014886,117,-1.543292796,0.7243617413,55.233637351 +39,-1.545147315,0.7380012252,117,-1.543292796,0.7243617413,54.301993074 +40,-1.54310719,0.7380060743,117,-1.543292796,0.7243617413,54.047973196 +41,-1.540719671,0.7380068206,117,-1.543292796,0.7243617413,54.578027055 +42,-1.547187189,0.7364799098,117,-1.543292796,0.7243617413,49.356177749 +43,-1.545149996,0.7364853874,117,-1.543292796,0.7243617413,48.333378423 +44,-1.543106091,0.7364823484,117,-1.543292796,0.7243617413,48.012884804 +45,-1.540717158,0.7364893901,117,-1.543292796,0.7243617413,48.63498569 +46,-1.538663972,0.7410138672,117,-1.543292796,0.7243617413,67.3524501 +47,-1.53695285,0.7409699132,117,-1.543292796,0.7243617413,68.382359095 +48,-1.534910498,0.7409641297,117,-1.543292796,0.7243617413,70.241169216 +49,-1.533145034,0.7409536636,117,-1.543292796,0.7243617413,72.194234012 +50,-1.538681336,0.7395405883,117,-1.543292796,0.7243617413,61.639550707 +51,-1.536999189,0.7395183096,117,-1.543292796,0.7243617413,62.833777817 +52,-1.534923633,0.7395144222,117,-1.543292796,0.7243617413,64.887891098 +53,-1.533267822,0.7395654306,117,-1.543292796,0.7243617413,67.075334614 +54,-1.53867273,0.7380151077,117,-1.543292796,0.7243617413,55.770137918 +55,-1.536980576,0.7379994392,117,-1.543292796,0.7243617413,57.135098845 +56,-1.534931522,0.7379944961,117,-1.543292796,0.7243617413,59.360637041 +57,-1.533387952,0.7379480264,117,-1.543292796,0.7243617413,61.228938672 +58,-1.538682279,0.7364914363,117,-1.543292796,0.7243617413,49.934309118 +59,-1.536980704,0.7364810563,117,-1.543292796,0.7243617413,51.490577275 +60,-1.534935567,0.7364752065,117,-1.543292796,0.7243617413,53.946462396 +61,-1.533042592,0.7363876366,117,-1.543292796,0.7243617413,56.424767487 +62,-1.545143426,0.7349628011,117,-1.543292796,0.7243617413,42.344796752 +63,-1.543105297,0.7349691947,117,-1.543292796,0.7243617413,42.019769553 +64,-1.541064533,0.7349647152,117,-1.543292796,0.7243617413,42.510536998 +65,-1.545411803,0.7334624714,117,-1.543292796,0.7243617413,36.587595634 +66,-1.543446606,0.7334780896,117,-1.543292796,0.7243617413,36.112714689 +67,-1.541475327,0.7334957295,117,-1.543292796,0.7243617413,36.57601743 +68,-1.545401939,0.731963266,117,-1.543292796,0.7243617413,30.748545329 +69,-1.54342253,0.7319915583,117,-1.543292796,0.7243617413,30.224138707 +70,-1.541455867,0.7320216438,117,-1.543292796,0.7243617413,30.823055381 +71,-1.545410146,0.7304422281,117,-1.543292796,0.7243617413,24.886084984 +72,-1.543435491,0.7304713664,117,-1.543292796,0.7243617413,24.203906646 +73,-1.541463105,0.7304997613,117,-1.543292796,0.7243617413,24.907976138 +74,-1.545414768,0.7289194936,117,-1.543292796,0.7243617413,19.115030665 +75,-1.543435774,0.7289538557,117,-1.543292796,0.7243617413,18.194289153 +76,-1.541457714,0.7289765881,117,-1.543292796,0.7243617413,19.069604267 +77,-1.539449415,0.7320555866,117,-1.543292796,0.7243617413,32.524571264 +78,-1.537429183,0.7321097681,117,-1.543292796,0.7243617413,35.247029876 +79,-1.535472649,0.7321497267,117,-1.543292796,0.7243617413,38.549368333 +80,-1.539457899,0.7305333307,117,-1.543292796,0.7243617413,26.949934639 +81,-1.537453161,0.7305750503,117,-1.543292796,0.7243617413,30.068845827 +82,-1.535479385,0.7306124949,117,-1.543292796,0.7243617413,33.871460212 +83,-1.53946905,0.7290102593,117,-1.543292796,0.7243617413,21.614013516 +84,-1.537459922,0.7290417293,117,-1.543292796,0.7243617413,25.333612214 +85,-1.535451349,0.7290890157,117,-1.543292796,0.7243617413,29.823564588 +86,-1.535522937,0.7279887191,117,-1.543292796,0.7243617413,27.128397003 +87,-1.539442524,0.7274735939,117,-1.543292796,0.7243617413,16.793702522 +88,-1.537424111,0.727521351,117,-1.543292796,0.7243617413,21.421187559 +89,-1.539384641,0.7259505092,117,-1.543292796,0.7243617413,13.184182606 +90,-1.537372391,0.7259947145,117,-1.543292796,0.7243617413,18.704075911 +91,-1.535340789,0.7260435356,117,-1.543292796,0.7243617413,24.495117634 +92,-1.539325716,0.7244369706,117,-1.543292796,0.7243617413,11.771649866 +93,-1.537308932,0.7244801057,117,-1.543292796,0.7243617413,17.756274399 +94,-1.535289068,0.7245247645,117,-1.543292796,0.7243617413,23.749954249 +95,-1.533261366,0.7245550236,117,-1.543292796,0.7243617413,29.765306362 +96,-1.539267302,0.722921924,117,-1.543292796,0.7243617413,13.240385219 +97,-1.537248972,0.7229660258,117,-1.543292796,0.7243617413,18.772456228 +98,-1.535219431,0.7229916471,117,-1.543292796,0.7243617413,24.570787113 +99,-1.53318962,0.7230212049,117,-1.543292796,0.7243617413,30.455057027 +100,-1.531154816,0.7230299897,117,-1.543292796,0.7243617413,36.412327131 +101,-1.528878341,0.7230370244,117,-1.543292796,0.7243617413,43.105662165 +102,-1.539218189,0.7214009878,117,-1.543292796,0.7243617413,16.852865766 +103,-1.537198791,0.7214422745,117,-1.543292796,0.7243617413,21.479628244 +104,-1.535179266,0.7214634354,117,-1.543292796,0.7243617413,26.694136146 +105,-1.533156501,0.7214944644,117,-1.543292796,0.7243617413,32.178080185 +106,-1.53113574,0.7215166021,117,-1.543292796,0.7243617413,37.826669917 +107,-1.528874248,0.7215345535,117,-1.543292796,0.7243617413,44.265551662 +108,-1.539217656,0.7198512397,117,-1.543292796,0.7243617413,21.585166279 +109,-1.537199919,0.7199428763,117,-1.543292796,0.7243617413,25.18567964 +110,-1.545425832,0.727397149,117,-1.543292796,0.7243617413,13.582694153 +111,-1.543371177,0.7273916949,117,-1.543292796,0.7243617413,12.00389205 +112,-1.541368852,0.7274523163,117,-1.543292796,0.7243617413,13.503534972 +113,-1.545349067,0.7258710923,117,-1.543292796,0.7243617413,8.5382591962 +114,-1.54332671,0.7258603556,117,-1.543292796,0.7243617413,5.9368622746 +115,-1.541346831,0.7259242142,117,-1.543292796,0.7243617413,8.4605417073 +116,-1.545324355,0.7243383958,117,-1.543292796,0.7243617413,6.0273547821 +117,-1.543292796,0.7243617413,117,-1.543292796,0.7243617413,3.0242897997 +118,-1.541295822,0.7244024384,117,-1.543292796,0.7243617413,5.9260728263 +119,-1.543193859,0.7205570215,117,-1.543292796,0.7243617413,15.073362569 +120,-1.550257047,0.7386738187,117,-1.543292796,0.7243617413,60.292162008 +121,-1.549335448,0.7311736483,117,-1.543292796,0.7243617413,32.363635219 +122,-1.533478843,0.7179891343,117,-1.543292796,0.7243617413,38.593779902 +123,-1.556150555,0.738907041,117,-1.543292796,0.7243617413,68.959162058 +124,-1.554324226,0.733414257,117,-1.543292796,0.7243617413,48.456261642 +125,-1.554290846,0.7288285332,117,-1.543292796,0.7243617413,37.057343661 +126,-1.55122487,0.7219795312,117,-1.543292796,0.7243617413,25.374775687 +127,-1.525104458,0.7229399862,117,-1.543292796,0.7243617413,54.281881287 +128,-1.519607711,0.7236181429,117,-1.543292796,0.7243617413,70.345453472 +129,-1.513899999,0.7251107854,117,-1.543292796,0.7243617413,87.213403367 +130,-1.536620762,0.7431061895,117,-1.543292796,0.7243617413,76.79700115 +131,-1.5369566,0.7460845958,117,-1.543292796,0.7243617413,88.034423571 +132,-1.545345528,0.7447040685,117,-1.543292796,0.7243617413,80.801566497 +133,-1.532813921,0.7432306626,117,-1.543292796,0.7243617413,80.846073699 +134,-1.554788248,0.7382381001,117,-1.543292796,0.7243617413,64.572387604 +135,-1.540348126,0.7301594274,117,-1.543292796,0.7243617413,24.561916973 +136,-1.538016084,0.7239051786,117,-1.543292796,0.7243617413,15.760522276 +137,-1.525288962,0.7258085137,117,-1.543292796,0.7243617413,53.680286121 +138,-1.534326986,0.731241342,117,-1.543292796,0.7243617413,38.021631512 +139,-1.530733872,0.7303625216,117,-1.543292796,0.7243617413,44.108634896 +141,-1.534354939,0.7328219978,117,-1.543292796,0.7243617413,42.669693991 +142,-1.53157084,0.7292888153,117,-1.543292796,0.7243617413,39.808945827 +143,-1.525691035,0.7263799874,117,-1.543292796,0.7243617413,52.777301819 +144,-1.534031287,0.7495967835,117,-1.543292796,0.7243617413,103.58094386 +145,-1.527714986,0.7283095957,117,-1.543292796,0.7243617413,48.708562518 +146,-1.526189586,0.7271468292,117,-1.543292796,0.7243617413,51.860390642 +147,-1.555177336,0.7375563366,117,-1.543292796,0.7243617413,62.927329536 +148,-1.555080283,0.7312707794,117,-1.543292796,0.7243617413,44.318763489 +149,-1.53856994,0.7224180299,117,-1.543292796,0.7243617413,15.996876017 +150,-1.530837883,0.729933372,117,-1.543292796,0.7243617413,42.958123289 +151,-1.515066984,0.5854133365,117,-1.543292796,0.7243617413,557.44036076 +152,-1.534731633,0.5368370046,117,-1.543292796,0.7243617413,743.28641564 +153,-1.515231902,0.5607085576,117,-1.543292796,0.7243617413,654.27283398 +154,-2.616253799,1.0684566605,117,-1.543292796,0.7243617413,2844.8458401 +155,-1.956071439,0.5792177723,117,-1.543292796,0.7243617413,1415.285423 +156,-1.951208514,0.5602434208,117,-1.543292796,0.7243617413,1441.5012344 +157,-1.944675062,0.6062144545,117,-1.543292796,0.7243617413,1330.5232449 +158,-1.613778386,0.6077989518,117,-1.543292796,0.7243617413,511.072851 +159,-2.035029014,0.6021432345,117,-1.543292796,0.7243617413,1601.1023057 +160,-2.114989471,0.6801825058,117,-1.543292796,0.7243617413,1727.1066552 +161,-2.037382079,0.5765830025,117,-1.543292796,0.7243617413,1654.6404324 +162,-2.129855121,0.6585019963,117,-1.543292796,0.7243617413,1797.182518 +163,-2.075141798,0.6493615843,117,-1.543292796,0.7243617413,1646.9633452 +164,-1.828626729,0.6948433129,117,-1.543292796,0.7243617413,864.00696314 +165,-1.863329418,0.6735427691,117,-1.543292796,0.7243617413,989.06862366 +166,-1.266037071,0.727988852,117,-1.543292796,0.7243617413,820.11317971 +167,-1.277579582,0.7249010648,117,-1.543292796,0.7243617413,787.02600189 +168,-1.258418684,0.7241194816,117,-1.543292796,0.7243617413,843.90532384 +169,-1.317813974,0.6804850104,117,-1.543292796,0.7243617413,702.75341601 +170,-1.344165204,0.6790988904,117,-1.543292796,0.7243617413,627.94565188 +171,-1.427582102,0.5277120351,117,-1.543292796,0.7243617413,862.25261162 +172,-1.402238616,0.457167829,117,-1.543292796,0.7243617413,1154.2523882 +173,-1.422454264,0.4996161999,117,-1.543292796,0.7243617413,971.75299538 +174,-1.439089277,0.4894859811,117,-1.543292796,0.7243617413,989.52123076 +175,-1.448126995,0.5182330266,117,-1.543292796,0.7243617413,871.61346312 +176,-1.474626146,0.5881926574,117,-1.543292796,0.7243617413,580.64113401 +177,-1.421139645,0.5584869783,117,-1.543292796,0.7243617413,762.23040997 +178,-1.457037165,0.565943032,117,-1.543292796,0.7243617413,683.98557612 +179,-2.757159358,0.3745319,117,-1.543292796,0.7243617413,4211.8789896 +180,-2.714309238,0.342054471,117,-1.543292796,0.7243617413,4162.2221745 +181,-2.000525337,0.774119946,117,-1.543292796,0.7243617413,1334.8221325 +183,-1.571413436,0.6777838382,117,-1.543292796,0.7243617413,203.17181051 +184,-1.552860289,0.6987663893,117,-1.543292796,0.7243617413,105.36670147 +185,-1.521852374,0.7165827476,117,-1.543292796,0.7243617413,70.868923966 +186,-1.503656267,0.6928968252,117,-1.543292796,0.7243617413,172.44746172 +187,-1.502753178,0.7136205882,117,-1.543292796,0.7243617413,128.09622954 +188,-1.631894563,0.7343596465,117,-1.543292796,0.7243617413,264.60820308 +189,-1.653765416,0.6770714026,117,-1.543292796,0.7243617413,383.21177449 +190,-1.719812114,0.6715965947,117,-1.543292796,0.7243617413,574.56195794 +191,-1.493406659,0.6646955447,117,-1.543292796,0.7243617413,280.86248419 +192,-1.469120564,0.6613469966,117,-1.543292796,0.7243617413,336.66010238 +193,-1.590551461,0.5326612937,117,-1.543292796,0.7243617413,774.15748206 +194,-1.625979264,0.5247742243,117,-1.543292796,0.7243617413,833.64944724 +195,-1.572293943,0.5238808754,117,-1.543292796,0.7243617413,799.51045994 +196,-1.610848725,0.5477107964,117,-1.543292796,0.7243617413,731.85674959 +197,-1.208485554,0.7918526018,117,-1.543292796,0.7243617413,996.6919076 +198,-1.335601374,0.6869083083,117,-1.543292796,0.7243617413,642.97104057 +199,-1.346156996,0.6825213377,117,-1.543292796,0.7243617413,617.60595342 +200,-1.324381037,0.6741422347,117,-1.543292796,0.7243617413,692.05542144 +201,-1.242424992,0.7378949807,117,-1.543292796,0.7243617413,887.25396936 +202,-1.270370057,0.7392461008,117,-1.543292796,0.7243617413,805.28372832 +203,-1.448950472,0.7441675014,117,-1.543292796,0.7243617413,288.21927708 +204,-1.492662363,0.7523026852,117,-1.543292796,0.7243617413,185.04424462 +205,-1.479098966,0.7763855017,117,-1.543292796,0.7243617413,277.5234492 +206,-1.633760714,0.7869022408,117,-1.543292796,0.7243617413,359.56724699 +207,-1.647406434,0.8101289331,117,-1.543292796,0.7243617413,450.87706132 +208,-1.564245052,0.5701509278,117,-1.543292796,0.7243617413,614.38724003 +209,-1.646289963,0.6833746083,117,-1.543292796,0.7243617413,350.72673019 +210,-1.5820631,0.6751952144,117,-1.543292796,0.7243617413,227.41749095 +211,-1.613236298,0.6681681791,117,-1.543292796,0.7243617413,307.70304952 +212,-1.914661867,0.8212566515,117,-1.543292796,0.7243617413,1116.6311814 +213,-1.742133237,0.7250275956,117,-1.543292796,0.7243617413,589.26093505 +214,-2.033144872,0.6557314699,117,-1.543292796,0.7243617413,1513.959083 +215,-2.039551981,0.6964723658,117,-1.543292796,0.7243617413,1487.528146 +216,-1.247341019,0.7622473908,117,-1.543292796,0.7243617413,874.40601127 +217,-1.298239787,0.7084123392,117,-1.543292796,0.7243617413,733.95788272 +218,-1.308539688,0.6926545592,117,-1.543292796,0.7243617413,716.38324485 +219,-1.303263185,0.6888938396,117,-1.543292796,0.7243617413,735.78565346 +220,-1.852400229,0.6004246149,117,-1.543292796,0.7243617413,1080.2267757 +221,-1.288947707,0.7473773692,117,-1.543292796,0.7243617413,751.36196742 +222,-1.372031502,0.7472790993,117,-1.543292796,0.7243617413,510.67672135 +223,-1.289805721,0.7242157877,117,-1.543292796,0.7243617413,751.12680647 +224,-1.350807603,0.7533498126,117,-1.543292796,0.7243617413,574.74333871 +225,-1.329290365,0.7560442322,117,-1.543292796,0.7243617413,637.6909314 +226,-1.410153004,0.616936428,117,-1.543292796,0.7243617413,592.60458459 +227,-1.393445434,0.6308995063,117,-1.543292796,0.7243617413,591.8243479 +228,-1.37595573,0.6241540638,117,-1.543292796,0.7243617413,651.72217092 +229,-1.358388707,0.6172645205,117,-1.543292796,0.7243617413,712.61531914 +230,-1.753741133,0.8281661666,117,-1.543292796,0.7243617413,721.77608687 +231,-1.47430987,0.6834615681,117,-1.543292796,0.7243617413,263.83110313 +232,-1.421012508,0.7222725206,117,-1.543292796,0.7243617413,363.07229548 +233,-1.4476833,0.6978557868,117,-1.543292796,0.7243617413,305.46104874 +234,-1.470370723,0.6966193374,117,-1.543292796,0.7243617413,244.94519443 +235,-1.429211703,0.7037216883,117,-1.543292796,0.7243617413,351.04519998 +236,-1.700578405,0.6178673663,117,-1.543292796,0.7243617413,644.31128121 +237,-1.678117619,0.6331716163,117,-1.543292796,0.7243617413,550.26606487 +238,-1.725644578,0.6316331145,117,-1.543292796,0.7243617413,671.08231595 +239,-2.14012759,0.7930497945,117,-1.543292796,0.7243617413,1723.7622262 +240,-2.103289431,0.7653606263,117,-1.543292796,0.7243617413,1628.5105258 +241,-1.318739838,0.7017808746,117,-1.543292796,0.7243617413,678.01697693 +242,-1.396417427,0.7077900843,117,-1.543292796,0.7243617413,443.57944476 +243,-1.35650337,0.7185539404,117,-1.543292796,0.7243617413,555.6497749 +244,-1.248884539,0.7274156818,117,-1.543292796,0.7243617413,870.86469272 +245,-1.395014798,0.5761185243,117,-1.543292796,0.7243617413,749.7239572 +246,-1.433377362,0.6064716109,117,-1.543292796,0.7243617413,578.72508077 +247,-1.408172432,0.5903155476,117,-1.543292796,0.7243617413,678.65463793 +248,-1.749645898,0.7757118084,117,-1.543292796,0.7243617413,630.98644446 +249,-1.571626686,0.615046989,117,-1.543292796,0.7243617413,441.82010184 +250,-1.514070049,0.6303003037,117,-1.543292796,0.7243617413,383.31692772 +251,-1.480890369,0.6237966528,117,-1.543292796,0.7243617413,442.5721576 +252,-1.704390658,0.5281680612,117,-1.543292796,0.7243617413,932.10078735 +253,-1.64434733,0.5254277498,117,-1.543292796,0.7243617413,851.68850186 +254,-1.703855997,0.4792484842,117,-1.543292796,0.7243617413,1101.7961193 +255,-1.692002383,0.5748825051,117,-1.543292796,0.7243617413,754.52933016 +256,-1.854136457,0.5544643913,117,-1.543292796,0.7243617413,1191.6283545 +257,-1.665021206,0.520317736,117,-1.543292796,0.7243617413,897.37196138 +258,-1.733654349,0.4845187345,117,-1.543292796,0.7243617413,1132.5117945 +259,-1.720938188,0.5135933906,117,-1.543292796,0.7243617413,1010.9717327 +260,-1.742668307,0.553296122,117,-1.543292796,0.7243617413,926.276643 +261,-1.965659039,0.7142126903,117,-1.543292796,0.7243617413,1255.0795072 +262,-1.944438071,0.6772834804,117,-1.543292796,0.7243617413,1224.9523176 +263,-1.270340967,0.7681487096,117,-1.543292796,0.7243617413,811.22006394 +264,-1.353091884,0.6549276821,117,-1.543292796,0.7243617413,642.3604837 +265,-1.333236659,0.6413584414,117,-1.543292796,0.7243617413,723.46065626 +266,-1.352015998,0.6753788907,117,-1.543292796,0.7243617413,610.63884292 +267,-1.377988483,0.6577816235,117,-1.543292796,0.7243617413,568.84977893 +268,-2.13075611,0.8318642051,117,-1.543292796,0.7243617413,1696.5792656 +269,-2.097910953,0.8259670014,117,-1.543292796,0.7243617413,1607.7836463 +270,-1.416382069,0.6694271549,117,-1.543292796,0.7243617413,442.43471547 +271,-1.538905672,0.7535625993,117,-1.543292796,0.7243617413,116.37545963 +272,-1.572309477,0.7803125099,117,-1.543292796,0.7243617413,236.96080834 +273,-1.87759879,0.7503853417,117,-1.543292796,0.7243617413,983.45741138 +274,1.152365588,0.590457682,117,-1.543292796,0.7243617413,6988.6103267 +275,0.350198001,0.718001859,117,-1.543292796,0.7243617413,5192.0541226 +276,0.046513677,0.491503852,117,-1.543292796,0.7243617413,5014.2406514 +277,0.027510309,0.742571376,117,-1.543292796,0.7243617413,4381.6000441 +278,0.306285725,-0.214631579,117,-1.543292796,0.7243617413,7606.6022529 +279,-1.100564889,0.318051531,117,-1.543292796,0.7243617413,2197.6033171 +280,-1.078582306,0.301437596,117,-1.543292796,0.7243617413,2300.349563 +281,-1.137371989,-0.617634065,117,-1.543292796,0.7243617413,5516.3295234 +282,0.784356344,0.703272339,117,-1.543292796,0.7243617413,6077.9999036 +283,-1.221209947,0.218327455,117,-1.543292796,0.7243617413,2292.9368934 +284,2.347301921,-0.449114658,117,-1.543292796,0.7243617413,9777.1080791 +285,0.246820618,0.830553713,117,-1.543292796,0.7243617413,4680.7365659 +286,0.829414965,0.703288228,117,-1.543292796,0.7243617413,6150.4903083 +287,-1.337537566,0.42332223,117,-1.543292796,0.7243617413,1371.7976508 +288,0.882453706,0.454478077,117,-1.543292796,0.7243617413,7087.6486867 +289,1.575629659,0.416419109,117,-1.543292796,0.7243617413,7924.4486428 +290,-1.039455679,0.229888244,117,-1.543292796,0.7243617413,2616.7717154 +291,0.489558039,0.934482747,117,-1.543292796,0.7243617413,4870.5978651 +292,0.081344504,0.88384514,117,-1.543292796,0.7243617413,4208.0802574 +293,-1.547979814,0.300350308,117,-1.543292796,0.7243617413,1679.5849392 +294,0.040776181,0.168560074,117,-1.543292796,0.7243617413,5819.7051942 +295,-1.130374745,0.563894876,117,-1.543292796,0.7243617413,1447.6510227 +296,1.578326642,0.478507176,117,-1.543292796,0.7243617413,7678.72183 +297,-1.12861823,-0.291640865,117,-1.543292796,0.7243617413,4301.8833066 +298,0.310524208,0.770885792,117,-1.543292796,0.7243617413,4966.3427572 +299,0.415649091,-0.387246002,117,-1.543292796,0.7243617413,8354.2544644 +300,-0.926533878,-0.188022748,117,-1.543292796,0.7243617413,4255.4734914 +301,1.258856172,-0.11716081,117,-1.543292796,0.7243617413,9758.1580359 +302,-1.126050026,0.322941926,117,-1.543292796,0.7243617413,2124.4922825 +303,2.002785835,0.07893892,117,-1.543292796,0.7243617413,8942.4567654 +304,0.440437607,0.746258085,117,-1.543292796,0.7243617413,5305.888868 +305,-0.030391866,0.214441206,117,-1.543292796,0.7243617413,5491.5152647 +306,0.521557815,-0.058929362,117,-1.543292796,0.7243617413,7824.1067798 +307,-0.097005111,0.13317729,117,-1.543292796,0.7243617413,5504.3390193 +308,1.83113859,0.221857587,117,-1.543292796,0.7243617413,8600.4326975 +309,0.222428864,0.099404236,117,-1.543292796,0.7243617413,6533.5112552 +310,-1.702731345,0.8728568183,117,-1.543292796,0.7243617413,733.77007751 +311,-0.418507569,0.278324921,117,-1.543292796,0.7243617413,4181.291107 +312,-1.41153306,0.339029988,117,-1.543292796,0.7243617413,1589.5711664 +313,0.357560442,0.114788776,117,-1.543292796,0.7243617413,6879.4048595 +314,0.325818979,0.268352149,117,-1.543292796,0.7243617413,6366.6876751 +315,-1.246004659,-0.663679965,117,-1.543292796,0.7243617413,5602.0334465 +316,1.814603087,0.637404484,117,-1.543292796,0.7243617413,6993.1875603 +317,1.843704281,-0.18300445,117,-1.543292796,0.7243617413,10135.532355 +318,1.690644492,-0.211480909,117,-1.543292796,0.7243617413,10387.283367 +319,-1.275451936,0.068109467,117,-1.543292796,0.7243617413,2767.7711579 +320,0.762430171,-0.207594741,117,-1.543292796,0.7243617413,8911.2305648 +321,0.265668905,-0.014647884,117,-1.543292796,0.7243617413,6964.4902892 +322,-2.773032013,-0.335515811,117,-1.543292796,0.7243617413,6149.2349596 +323,-1.469512853,0.174058777,117,-1.543292796,0.7243617413,2194.9021093 +324,0.286276986,0.785925691,117,-1.543292796,0.7243617413,4875.6576611 +325,-1.379324697,0.377432233,117,-1.543292796,0.7243617413,1479.1388579 +326,-1.203778265,0.212813032,117,-1.543292796,0.7243617413,2342.2530397 +327,0.579916301,0.611743168,117,-1.543292796,0.7243617413,5988.7269659 +328,0.267582642,0.868113908,117,-1.543292796,0.7243617413,4632.4612356 +329,0.412869244,-0.050245578,117,-1.543292796,0.7243617413,7488.9363184 +330,0.17524381,0.976660285,117,-1.543292796,0.7243617413,4205.4055107 +331,0.743157214,0.204812899,117,-1.543292796,0.7243617413,7622.7649315 +332,-1.070758176,0.269382282,117,-1.543292796,0.7243617413,2419.5750358 +333,-1.230364251,0.329790229,117,-1.543292796,0.7243617413,1886.1634027 +334,-1.374813124,-0.024926835,117,-1.543292796,0.7243617413,3029.0756074 +335,0.519780566,0.463669906,117,-1.543292796,0.7243617413,6302.0633673 +336,-1.55108034,0.239698561,117,-1.543292796,0.7243617413,1919.9383961 +337,0.180294813,0.029739425,117,-1.543292796,0.7243617413,6595.722157 +338,0.67820924,0.268170153,117,-1.543292796,0.7243617413,7271.3900673 +339,0.445798684,1.024001867,117,-1.543292796,0.7243617413,4557.8627159 +340,0.691751283,0.150521402,117,-1.543292796,0.7243617413,7668.3190756 +341,-1.036643551,-0.903056181,117,-1.543292796,0.7243617413,6677.8465733 +342,-0.120287036,1.083325163,117,-1.543292796,0.7243617413,3485.8077584 +343,2.823513113,-0.304487164,117,-1.543292796,0.7243617413,8029.6020542 +344,0.457583172,1.12513373,117,-1.543292796,0.7243617413,4313.706929 +345,0.042918831,0.813795399,117,-1.543292796,0.7243617413,4266.9646713 +346,1.196146777,-0.853142756,117,-1.543292796,0.7243617413,11217.155986 +347,0.206001358,-0.010430701,117,-1.543292796,0.7243617413,6777.7995402 +348,-0.268308653,0.234799412,117,-1.543292796,0.7243617413,4735.5857561 +349,0.759363263,0.736189579,117,-1.543292796,0.7243617413,5928.1883579 +350,0.181363926,0.891988372,117,-1.543292796,0.7243617413,4400.9731538 +351,-0.021111158,0.139103292,117,-1.543292796,0.7243617413,5713.826517 +352,-0.093355215,0.630686981,117,-1.543292796,0.7243617413,4312.0966995 +353,0.40118964,0.681375926,117,-1.543292796,0.7243617413,5403.9752696 +354,-0.721197315,1.304706234,117,-1.543292796,0.7243617413,2719.7260919 +355,-1.076150317,0.212107639,117,-1.543292796,0.7243617413,2593.4682531 +356,-1.577164531,0.273993443,117,-1.543292796,0.7243617413,1787.6682718 +357,-0.190788414,0.182208586,117,-1.543292796,0.7243617413,5099.5548407 +358,-0.261349752,0.209710184,117,-1.543292796,0.7243617413,4819.9148777 +359,-1.029303852,0.083549259,117,-1.543292796,0.7243617413,3121.7421544 +360,-1.268609162,0.330525297,117,-1.543292796,0.7243617413,1814.5994299 +361,1.282982244,-0.926641967,117,-1.543292796,0.7243617413,11284.043207 +362,0.217352334,0.731352408,117,-1.543292796,0.7243617413,4858.7905882 +363,-1.511833084,0.258629297,117,-1.543292796,0.7243617413,1847.9236177 +364,0.338812194,0.823184618,117,-1.543292796,0.7243617413,4889.9474917 +365,-0.324406489,1.134201999,117,-1.543292796,0.7243617413,3096.6488936 +366,1.389579348,0.399185724,117,-1.543292796,0.7243617413,7927.9426293 +367,2.047152199,-0.039082036,117,-1.543292796,0.7243617413,9293.9100074 +368,0.947780369,0.568250077,117,-1.543292796,0.7243617413,6801.0832355 +369,0.763824846,0.576754987,117,-1.543292796,0.7243617413,6460.6822061 +370,-0.142334657,0.928153068,117,-1.543292796,0.7243617413,3641.575798 +371,0.610266567,0.547265983,117,-1.543292796,0.7243617413,6250.2243345 +372,0.210731629,0.746815056,117,-1.543292796,0.7243617413,4805.556955 +373,-1.34931644,0.316895224,117,-1.543292796,0.7243617413,1742.5629583 +374,2.407696481,0.655030745,117,-1.543292796,0.7243617413,6246.024992 +375,0.64207831,0.545359131,117,-1.543292796,0.7243617413,6322.7746738 +376,1.174597538,0.840588356,117,-1.543292796,0.7243617413,6070.0719252 +377,0.660059424,0.010604079,117,-1.543292796,0.7243617413,8007.6823127 +378,-0.730263819,0.010486456,117,-1.543292796,0.7243617413,4048.1636971 +379,0.831068936,0.512339172,117,-1.543292796,0.7243617413,6798.4385133 +380,1.301180979,0.72367476,117,-1.543292796,0.7243617413,6610.1731859 +381,1.811128231,0.322854402,117,-1.543292796,0.7243617413,8222.9165909 +382,0.435105812,0.992284428,117,-1.543292796,0.7243617413,4624.2596579 +383,0.62643634,0.592027932,117,-1.543292796,0.7243617413,6144.9358887 +384,0.492988703,-0.516339467,117,-1.543292796,0.7243617413,8868.2326973 +385,-0.162469483,0.112549365,117,-1.543292796,0.7243617413,5363.8091077 +386,0.314630866,0.472006421,117,-1.543292796,0.7243617413,5775.8029249 +387,0.166744804,0.822815954,117,-1.543292796,0.7243617413,4526.5305373 +388,0.417159608,0.965805736,117,-1.543292796,0.7243617413,4664.0827491 +389,0.106334961,0.868774244,117,-1.543292796,0.7243617413,4293.3567068 +390,0.815086969,-0.338144359,117,-1.543292796,0.7243617413,9408.6308387 +391,0.59867455,-0.230624824,117,-1.543292796,0.7243617413,8508.0026217 +392,1.915104874,0.066220985,117,-1.543292796,0.7243617413,9110.1260238 +393,1.278093622,0.064463721,117,-1.543292796,0.7243617413,9112.5042537 +394,-0.061477853,0.302997961,117,-1.543292796,0.7243617413,5174.9801456 +395,0.251311504,0.626976942,117,-1.543292796,0.7243617413,5203.9653967 +396,2.950242872,0.149095644,117,-1.543292796,0.7243617413,6469.0976203 +397,-0.180294708,0.35375117,117,-1.543292796,0.7243617413,4701.4760584 +398,1.010448592,-0.351180233,117,-1.543292796,0.7243617413,9982.9077679 +399,-1.748740498,0.3686318073,117,-1.543292796,0.7243617413,1567.6390991 +400,2.699635665,0.123533791,117,-1.543292796,0.7243617413,7241.5465137 +401,0.496808033,0.823843254,117,-1.543292796,0.7243617413,5196.0418509 +402,0.129574704,0.763364087,117,-1.543292796,0.7243617413,4578.9457622 +403,1.798920311,0.817447563,117,-1.543292796,0.7243617413,6296.0281415 +404,0.335987953,0.746786541,117,-1.543292796,0.7243617413,5084.3537418 +405,-1.085413643,0.292154671,117,-1.543292796,0.7243617413,2313.9164902 +406,-0.155321003,0.508207011,117,-1.543292796,0.7243617413,4411.0818328 +407,0.620529244,-0.301175104,117,-1.543292796,0.7243617413,8752.4708923 +408,1.684402744,0.368716966,117,-1.543292796,0.7243617413,8102.6291928 +409,0.300582244,-0.386397212,117,-1.543292796,0.7243617413,8012.517368 +410,2.913555946,-0.009225192,117,-1.543292796,0.7243617413,7000.9508457 +411,1.465101417,0.493232532,117,-1.543292796,0.7243617413,7596.3184256 +412,0.090612882,0.907955955,117,-1.543292796,0.7243617413,4178.6478647 +413,2.987564726,-0.729568594,117,-1.543292796,0.7243617413,8493.1326091 +414,-1.484261606,0.224149272,117,-1.543292796,0.7243617413,1991.8202748 +415,0.164073421,0.303955133,117,-1.543292796,0.7243617413,5821.0114001 +416,0.141441293,0.167552546,117,-1.543292796,0.7243617413,6116.7175076 +417,2.931321023,-0.506718887,117,-1.543292796,0.7243617413,8186.2163888 +418,2.21951565,0.700596356,117,-1.543292796,0.7243617413,6373.9006492 +419,0.268112576,1.199114336,117,-1.543292796,0.7243617413,3902.8603544 +420,0.978913739,0.359223811,117,-1.543292796,0.7243617413,7587.3035054 +421,1.210898818,0.522863584,117,-1.543292796,0.7243617413,7304.2984053 +422,2.347397336,0.129231362,117,-1.543292796,0.7243617413,8108.42985 +423,0.614394501,0.556878345,117,-1.543292796,0.7243617413,6229.1796248 +424,-1.398079356,0.148483366,117,-1.543292796,0.7243617413,2337.1468786 +425,2.535303836,-0.112984496,117,-1.543292796,0.7243617413,8366.6974351 +426,-1.019372593,-0.405322349,117,-1.543292796,0.7243617413,4870.389659 +427,-1.297785627,-0.160104069,117,-1.543292796,0.7243617413,3615.5995536 +428,2.144554488,0.205051084,117,-1.543292796,0.7243617413,8257.5934988 +429,-2.242387083,-0.426171285,117,-1.543292796,0.7243617413,5229.0896707 +430,0.338637212,0.909723676,117,-1.543292796,0.7243617413,4668.1193027 +431,-0.148798452,0.691042401,117,-1.543292796,0.7243617413,4039.3299291 +432,0.893524764,0.441829531,117,-1.543292796,0.7243617413,7150.8102073 +433,0.969229347,-0.368847936,117,-1.543292796,0.7243617413,9919.7823741 +434,0.436043248,0.800045688,117,-1.543292796,0.7243617413,5146.8071387 +435,1.687946607,1.081504775,117,-1.543292796,0.7243617413,5285.0531788 +436,0.522302046,-0.034889271,117,-1.543292796,0.7243617413,7759.6044412 +437,-0.178996113,-0.438090009,117,-1.543292796,0.7243617413,6786.5025531 +438,-1.094339566,0.301444068,117,-1.543292796,0.7243617413,2264.1910701 +439,-1.064070054,0.242569932,117,-1.543292796,0.7243617413,2520.5670486 +440,-1.068153768,0.230387998,117,-1.543292796,0.7243617413,2550.9609606 +441,-3.00496892,-0.23989155,117,-1.543292796,0.7243617413,6532.0733982 +442,0.21751974,0.766874888,117,-1.543292796,0.7243617413,4771.903322 +443,0.117229532,0.007619006,117,-1.543292796,0.7243617413,6467.8900832 +444,0.777758451,0.420554741,117,-1.543292796,0.7243617413,7001.7143196 +445,-0.252356999,0.250747086,117,-1.543292796,0.7243617413,4742.7178246 +446,0.363148444,0.768483434,117,-1.543292796,0.7243617413,5084.5078304 +447,0.903191366,-0.118210676,117,-1.543292796,0.7243617413,9021.0068923 +448,-0.205755923,0.149406178,117,-1.543292796,0.7243617413,5139.746473 +449,1.811996086,0.02364353,117,-1.543292796,0.7243617413,9383.1166567 +450,-1.100670221,0.314845373,117,-1.543292796,0.7243617413,2207.4471619 +451,0.340078597,0.850105132,117,-1.543292796,0.7243617413,4822.8614079 +452,0.258757267,0.804969236,117,-1.543292796,0.7243617413,4768.8505468 +453,2.78505352,-0.155160804,117,-1.543292796,0.7243617413,7764.3469188 +454,0.800551619,0.105822106,117,-1.543292796,0.7243617413,8071.0886644 +455,0.437940882,-0.506194031,117,-1.543292796,0.7243617413,8685.5827071 +456,2.230431122,0.63458615,117,-1.543292796,0.7243617413,6593.7206243 +457,0.527965361,0.127667701,117,-1.543292796,0.7243617413,7313.3156663 +458,-0.063643205,0.702093448,117,-1.543292796,0.7243617413,4238.8262352 +459,1.408447268,0.133010502,117,-1.543292796,0.7243617413,8978.4485567 +460,0.523795955,0.280266966,117,-1.543292796,0.7243617413,6856.0112328 +461,-0.975769313,0.072177659,117,-1.543292796,0.7243617413,3272.6546884 +462,0.549774164,-0.463663986,117,-1.543292796,0.7243617413,8924.1789244 +463,0.29245874,1.095549818,117,-1.543292796,0.7243617413,4150.2962435 +464,0.143625958,0.816809593,117,-1.543292796,0.7243617413,4489.0790204 +465,0.671902494,0.611159853,117,-1.543292796,0.7243617413,6175.2175891 +466,1.239840988,0.6724199,117,-1.543292796,0.7243617413,6761.8851069 +467,0.607829703,-0.10932137,117,-1.543292796,0.7243617413,8207.1801022 +468,1.763020906,0.263996692,117,-1.543292796,0.7243617413,8482.7218903 +469,0.378714634,0.726066797,117,-1.543292796,0.7243617413,5232.1490425 +470,2.196736143,-0.153862366,117,-1.543292796,0.7243617413,9366.1466579 +471,0.01702415,0.148991565,117,-1.543292796,0.7243617413,5800.7633928 +472,-2.998490902,-0.158002487,117,-1.543292796,0.7243617413,6297.0333751 +473,-3.051262951,-0.346595608,117,-1.543292796,0.7243617413,6942.3492883 +474,-1.069176439,0.182802941,117,-1.543292796,0.7243617413,2705.4194213 +475,0.167157509,0.595344954,117,-1.543292796,0.7243617413,5075.9298993 +476,0.613855648,0.681746124,117,-1.543292796,0.7243617413,5841.8612409 +477,1.037012736,0.682555367,117,-1.543292796,0.7243617413,6515.2401516 +478,-1.253574971,0.379755746,117,-1.543292796,0.7243617413,1672.0350726 +479,3.108590453,-0.132620738,117,-1.543292796,0.7243617413,6748.3587884 +480,0.565301296,0.022333262,117,-1.543292796,0.7243617413,7717.802887 +481,0.547898238,0.855555614,117,-1.543292796,0.7243617413,5196.2615549 +482,0.948309381,0.417393755,117,-1.543292796,0.7243617413,7331.1717145 +483,-0.050600732,0.945269213,117,-1.543292796,0.7243617413,3812.7951557 +484,-0.977651478,-0.572363064,117,-1.543292796,0.7243617413,5534.8314631 +485,1.102014914,0.728861163,117,-1.543292796,0.7243617413,6419.6852396 +486,2.927300795,-0.282939414,117,-1.543292796,0.7243617413,7668.7386211 +487,-1.154565557,0.124434095,117,-1.543292796,0.7243617413,2741.2501728 +488,1.855331234,0.291044755,117,-1.543292796,0.7243617413,8312.8719458 +489,0.830290659,0.276904518,117,-1.543292796,0.7243617413,7583.5111379 +490,0.485104466,-0.234867441,117,-1.543292796,0.7243617413,8186.9683329 +491,0.521367572,-0.33161327,117,-1.543292796,0.7243617413,8535.3695036 +1,-1.539031704,0.7349710123,118,-1.541295822,0.7244024384,42.39246767 +2,-1.536990553,0.7349663874,118,-1.541295822,0.7244024384,43.731825033 +3,-1.534951779,0.7349571355,118,-1.541295822,0.7244024384,45.81118494 +4,-1.532906461,0.7349480293,118,-1.541295822,0.7244024384,48.56266539 +5,-1.531320211,0.7346937278,118,-1.541295822,0.7244024384,50.292446219 +6,-1.539451648,0.7335131775,118,-1.541295822,0.7244024384,36.496602722 +7,-1.537429487,0.7335445708,118,-1.541295822,0.7244024384,37.970753274 +8,-1.535484998,0.7335658704,118,-1.541295822,0.7244024384,40.151270322 +9,-1.533488396,0.7336036027,118,-1.541295822,0.7244024384,43.131056691 +10,-1.531497785,0.7335842962,118,-1.541295822,0.7244024384,46.482176175 +11,-1.530259379,0.7334777758,118,-1.541295822,0.7244024384,48.532121566 +12,-1.5335454,0.7322346912,118,-1.541295822,0.7244024384,38.56625479 +13,-1.531489083,0.7322238773,118,-1.541295822,0.7244024384,42.428564169 +14,-1.530011122,0.7321679851,118,-1.541295822,0.7244024384,45.375776763 +15,-1.53348106,0.7306614094,118,-1.541295822,0.7244024384,33.897356725 +16,-1.531441779,0.7306962275,118,-1.541295822,0.7244024384,38.355652205 +17,-1.529755654,0.7306933243,118,-1.541295822,0.7244024384,42.263862478 +18,-1.533415048,0.7291384674,118,-1.541295822,0.7244024384,29.935256275 +19,-1.531392093,0.7291705353,118,-1.541295822,0.7244024384,34.872961136 +20,-1.529296523,0.7291214933,118,-1.541295822,0.7244024384,40.137935674 +21,-1.535280942,0.727267644,118,-1.541295822,0.7244024384,21.126856528 +22,-1.533378158,0.7276139666,118,-1.541295822,0.7244024384,26.681035464 +23,-1.531340368,0.7276446587,118,-1.541295822,0.7244024384,32.164202158 +24,-1.528960113,0.7276398177,118,-1.541295822,0.7244024384,38.724507134 +25,-1.533313146,0.7260818349,118,-1.541295822,0.7244024384,24.579243417 +26,-1.531259555,0.7260958115,118,-1.541295822,0.7244024384,30.495739029 +27,-1.528926415,0.7260865555,118,-1.541295822,0.7244024384,37.266732574 +28,-1.531226779,0.7245511789,118,-1.541295822,0.7244024384,29.872349652 +29,-1.528904772,0.7245519194,118,-1.541295822,0.7244024384,36.758739497 +30,-1.547195875,0.7409785979,118,-1.541295822,0.7244024384,67.917490866 +31,-1.5451475,0.740980426,118,-1.541295822,0.7244024384,66.637537602 +32,-1.543097679,0.7409798872,118,-1.541295822,0.7244024384,65.877255436 +33,-1.540720364,0.7409892687,118,-1.541295822,0.7244024384,65.722279494 +34,-1.547188511,0.7395198392,118,-1.541295822,0.7244024384,62.346243744 +35,-1.545148587,0.7395226109,118,-1.541295822,0.7244024384,60.957287321 +36,-1.543104538,0.7395314908,118,-1.541295822,0.7244024384,60.162661421 +37,-1.540727751,0.7395306258,118,-1.541295822,0.7244024384,59.946120601 +38,-1.547187029,0.7380014886,118,-1.541295822,0.7244024384,56.597071118 +39,-1.545147315,0.7380012252,118,-1.541295822,0.7244024384,55.048771944 +40,-1.54310719,0.7380060743,118,-1.541295822,0.7244024384,54.148015277 +41,-1.540719671,0.7380068206,118,-1.541295822,0.7244024384,53.913725711 +42,-1.547187189,0.7364799098,118,-1.541295822,0.7244024384,50.898806036 +43,-1.545149996,0.7364853874,118,-1.541295822,0.7244024384,49.192896534 +44,-1.543106091,0.7364823484,118,-1.541295822,0.7244024384,48.145693263 +45,-1.540717158,0.7364893901,118,-1.541295822,0.7244024384,47.906847288 +46,-1.538663972,0.7410138672,118,-1.541295822,0.7244024384,66.252608815 +47,-1.53695285,0.7409699132,118,-1.541295822,0.7244024384,66.858052136 +48,-1.534910498,0.7409641297,118,-1.541295822,0.7244024384,68.241871896 +49,-1.533145034,0.7409536636,118,-1.541295822,0.7244024384,69.814100843 +50,-1.538681336,0.7395405883,118,-1.541295822,0.7244024384,60.454983452 +51,-1.536999189,0.7395183096,118,-1.541295822,0.7244024384,61.197649426 +52,-1.534923633,0.7395144222,118,-1.541295822,0.7244024384,62.73387888 +53,-1.533267822,0.7395654306,118,-1.541295822,0.7244024384,64.550233322 +54,-1.53867273,0.7380151077,118,-1.541295822,0.7244024384,54.471599056 +55,-1.536980576,0.7379994392,118,-1.541295822,0.7244024384,55.3401183 +56,-1.534931522,0.7379944961,118,-1.541295822,0.7244024384,57.01446418 +57,-1.533387952,0.7379480264,118,-1.541295822,0.7244024384,58.501224375 +58,-1.538682279,0.7364914363,118,-1.541295822,0.7244024384,48.501407865 +59,-1.536980704,0.7364810563,118,-1.541295822,0.7244024384,49.508371366 +60,-1.534935567,0.7364752065,118,-1.541295822,0.7244024384,51.370363953 +61,-1.533042592,0.7363876366,118,-1.541295822,0.7244024384,53.354577329 +62,-1.545143426,0.7349628011,118,-1.541295822,0.7244024384,43.344658846 +63,-1.543105297,0.7349691947,118,-1.541295822,0.7244024384,42.194489605 +64,-1.541064533,0.7349647152,118,-1.541295822,0.7244024384,41.842750685 +65,-1.545411803,0.7334624714,118,-1.541295822,0.7244024384,37.891098709 +66,-1.543446606,0.7334780896,118,-1.541295822,0.7244024384,36.505924481 +67,-1.541475327,0.7334957295,118,-1.541295822,0.7244024384,36.02242988 +68,-1.545401939,0.731963266,118,-1.541295822,0.7244024384,32.315208923 +69,-1.54342253,0.7319915583,118,-1.541295822,0.7244024384,30.710982804 +70,-1.541455867,0.7320216438,118,-1.541295822,0.7244024384,30.183381053 +71,-1.545410146,0.7304422281,118,-1.541295822,0.7244024384,26.842018722 +72,-1.543435491,0.7304713664,118,-1.541295822,0.7244024384,24.858459505 +73,-1.541463105,0.7304997613,118,-1.541295822,0.7244024384,24.15656582 +74,-1.545414768,0.7289194936,118,-1.541295822,0.7244024384,21.652150398 +75,-1.543435774,0.7289538557,118,-1.541295822,0.7244024384,19.10884485 +76,-1.541457714,0.7289765881,118,-1.541295822,0.7244024384,18.12454427 +77,-1.539449415,0.7320555866,118,-1.541295822,0.7244024384,30.801641799 +78,-1.537429183,0.7321097681,118,-1.541295822,0.7244024384,32.598500776 +79,-1.535472649,0.7321497267,118,-1.541295822,0.7244024384,35.185535014 +80,-1.539457899,0.7305333307,118,-1.541295822,0.7244024384,24.885689382 +81,-1.537453161,0.7305750503,118,-1.541295822,0.7244024384,26.963108982 +82,-1.535479385,0.7306124949,118,-1.541295822,0.7244024384,30.018570727 +83,-1.53946905,0.7290102593,118,-1.541295822,0.7244024384,19.035875846 +84,-1.537459922,0.7290417293,118,-1.541295822,0.7244024384,21.601588363 +85,-1.535451349,0.7290890157,118,-1.541295822,0.7244024384,25.375653045 +86,-1.535522937,0.7279887191,118,-1.541295822,0.7244024384,22.228520737 +87,-1.539442524,0.7274735939,118,-1.541295822,0.7244024384,13.346334158 +88,-1.537424111,0.727521351,118,-1.541295822,0.7244024384,16.857079261 +89,-1.539384641,0.7259505092,118,-1.541295822,0.7244024384,8.3484716739 +90,-1.537372391,0.7259947145,118,-1.541295822,0.7244024384,13.230228033 +91,-1.535340789,0.7260435356,118,-1.541295822,0.7244024384,18.810864215 +92,-1.539325716,0.7244369706,118,-1.541295822,0.7244024384,5.8455861596 +93,-1.537308932,0.7244801057,118,-1.541295822,0.7244024384,11.830202789 +94,-1.535289068,0.7245247645,118,-1.541295822,0.7244024384,17.823896857 +95,-1.533261366,0.7245550236,118,-1.541295822,0.7244024384,23.839238692 +96,-1.539267302,0.722921924,118,-1.541295822,0.7244024384,8.4051272061 +97,-1.537248972,0.7229660258,118,-1.541295822,0.7244024384,13.291437022 +98,-1.535219431,0.7229916471,118,-1.541295822,0.7244024384,18.88194365 +99,-1.53318962,0.7230212049,118,-1.541295822,0.7244024384,24.674874713 +100,-1.531154816,0.7230299897,118,-1.541295822,0.7244024384,30.587195753 +101,-1.528878341,0.7230370244,118,-1.541295822,0.7244024384,37.25174272 +102,-1.539218189,0.7214009878,118,-1.541295822,0.7244024384,13.395002027 +103,-1.537198791,0.7214422745,118,-1.541295822,0.7244024384,16.898828544 +104,-1.535179266,0.7214634354,118,-1.541295822,0.7244024384,21.577339237 +105,-1.533156501,0.7214944644,118,-1.541295822,0.7244024384,26.779073161 +106,-1.53113574,0.7215166021,118,-1.541295822,0.7244024384,32.269379769 +107,-1.528874248,0.7215345535,118,-1.541295822,0.7244024384,38.602873747 +108,-1.539217656,0.7198512397,118,-1.541295822,0.7244024384,19.056201515 +109,-1.537199919,0.7199428763,118,-1.541295822,0.7244024384,21.453020088 +110,-1.545425832,0.727397149,118,-1.541295822,0.7244024384,17.041151808 +111,-1.543371177,0.7273916949,118,-1.541295822,0.7244024384,13.341497549 +112,-1.541368852,0.7274523163,118,-1.541295822,0.7244024384,12.082503253 +113,-1.545349067,0.7258710923,118,-1.541295822,0.7244024384,13.349778264 +114,-1.54332671,0.7258603556,118,-1.541295822,0.7244024384,8.3423419345 +115,-1.541346831,0.7259242142,118,-1.541295822,0.7244024384,6.0296502178 +116,-1.545324355,0.7243383958,118,-1.541295822,0.7244024384,11.953167379 +117,-1.543292796,0.7243617413,118,-1.541295822,0.7244024384,5.9260728263 +118,-1.541295822,0.7244024384,118,-1.541295822,0.7244024384,2.9642272492 +119,-1.543193859,0.7205570215,118,-1.541295822,0.7244024384,16.242303965 +120,-1.550257047,0.7386738187,118,-1.541295822,0.7244024384,62.395262538 +121,-1.549335448,0.7311736483,118,-1.541295822,0.7244024384,35.842552813 +122,-1.533478843,0.7179891343,118,-1.541295822,0.7244024384,34.439046675 +123,-1.556150555,0.738907041,118,-1.541295822,0.7244024384,72.231859865 +124,-1.554324226,0.733414257,118,-1.541295822,0.7244024384,52.496016653 +125,-1.554290846,0.7288285332,118,-1.541295822,0.7244024384,42.278614811 +126,-1.55122487,0.7219795312,118,-1.541295822,0.7244024384,31.007352954 +127,-1.525104458,0.7229399862,118,-1.541295822,0.7244024384,48.408328603 +128,-1.519607711,0.7236181429,118,-1.541295822,0.7244024384,64.431774124 +129,-1.513899999,0.7251107854,118,-1.541295822,0.7244024384,81.288134139 +130,-1.536620762,0.7431061895,118,-1.541295822,0.7244024384,75.351079893 +131,-1.5369566,0.7460845958,118,-1.541295822,0.7244024384,86.823794953 +132,-1.545345528,0.7447040685,118,-1.541295822,0.7244024384,81.291030384 +133,-1.532813921,0.7432306626,118,-1.541295822,0.7244024384,78.640919561 +134,-1.554788248,0.7382381001,118,-1.541295822,0.7244024384,67.716604947 +135,-1.540348126,0.7301594274,118,-1.541295822,0.7244024384,22.975186456 +136,-1.538016084,0.7239051786,118,-1.541295822,0.7244024384,9.9284060243 +137,-1.525288962,0.7258085137,118,-1.541295822,0.7244024384,47.778290469 +138,-1.534326986,0.731241342,118,-1.541295822,0.7244024384,34.037537964 +139,-1.530733872,0.7303625216,118,-1.541295822,0.7244024384,39.163159214 +141,-1.534354939,0.7328219978,118,-1.541295822,0.7244024384,39.153069711 +142,-1.53157084,0.7292888153,118,-1.541295822,0.7244024384,34.687315997 +143,-1.525691035,0.7263799874,118,-1.541295822,0.7244024384,46.907545283 +144,-1.534031287,0.7495967835,118,-1.541295822,0.7244024384,102.04373703 +145,-1.527714986,0.7283095957,118,-1.541295822,0.7244024384,43.090998874 +146,-1.526189586,0.7271468292,118,-1.541295822,0.7244024384,46.057299543 +147,-1.555177336,0.7375563366,118,-1.541295822,0.7244024384,66.26042 +148,-1.555080283,0.7312707794,118,-1.541295822,0.7244024384,49.009407784 +149,-1.53856994,0.7224180299,118,-1.541295822,0.7244024384,11.281904064 +150,-1.530837883,0.729933372,118,-1.541295822,0.7244024384,37.915867309 +151,-1.515066984,0.5854133365,118,-1.541295822,0.7244024384,556.64046221 +152,-1.534731633,0.5368370046,118,-1.541295822,0.7244024384,743.24114488 +153,-1.515231902,0.5607085576,118,-1.541295822,0.7244024384,653.60645333 +154,-2.616253799,1.0684566605,118,-1.541295822,0.7244024384,2848.5306889 +155,-1.956071439,0.5792177723,118,-1.541295822,0.7244024384,1421.0186746 +156,-1.951208514,0.5602434208,118,-1.541295822,0.7244024384,1447.1494566 +157,-1.944675062,0.6062144545,118,-1.541295822,0.7244024384,1336.3312212 +158,-1.613778386,0.6077989518,118,-1.541295822,0.7244024384,513.90841703 +159,-2.035029014,0.6021432345,118,-1.541295822,0.7244024384,1606.987237 +160,-2.114989471,0.6801825058,118,-1.541295822,0.7244024384,1732.9920741 +161,-2.037382079,0.5765830025,118,-1.541295822,0.7244024384,1660.4787023 +162,-2.129855121,0.6585019963,118,-1.541295822,0.7244024384,1803.0908085 +163,-2.075141798,0.6493615843,118,-1.541295822,0.7244024384,1652.8878764 +164,-1.828626729,0.6948433129,118,-1.541295822,0.7244024384,869.93250553 +165,-1.863329418,0.6735427691,118,-1.541295822,0.7244024384,994.97967205 +166,-1.266037071,0.727988852,118,-1.541295822,0.7244024384,814.20711134 +167,-1.277579582,0.7249010648,118,-1.541295822,0.7244024384,781.11184277 +168,-1.258418684,0.7241194816,118,-1.541295822,0.7244024384,837.99214032 +169,-1.317813974,0.6804850104,118,-1.541295822,0.7244024384,696.95055293 +170,-1.344165204,0.6790988904,118,-1.541295822,0.7244024384,622.20819932 +171,-1.427582102,0.5277120351,118,-1.541295822,0.7244024384,859.67941645 +172,-1.402238616,0.457167829,118,-1.541295822,0.7244024384,1151.8119443 +173,-1.422454264,0.4996161999,118,-1.541295822,0.7244024384,969.33567112 +174,-1.439089277,0.4894859811,118,-1.541295822,0.7244024384,987.49023643 +175,-1.448126995,0.5182330266,118,-1.541295822,0.7244024384,869.54354466 +176,-1.474626146,0.5881926574,118,-1.541295822,0.7244024384,578.50424483 +177,-1.421139645,0.5584869783,118,-1.541295822,0.7244024384,759.1853592 +178,-1.457037165,0.565943032,118,-1.541295822,0.7244024384,681.64966909 +179,-2.757159358,0.3745319,118,-1.541295822,0.7244024384,4217.7784453 +180,-2.714309238,0.342054471,118,-1.541295822,0.7244024384,4168.1441174 +181,-2.000525337,0.774119946,118,-1.541295822,0.7244024384,1340.429632 +183,-1.571413436,0.6777838382,118,-1.541295822,0.7244024384,205.91944695 +184,-1.552860289,0.6987663893,118,-1.541295822,0.7244024384,107.30562674 +185,-1.521852374,0.7165827476,118,-1.541295822,0.7244024384,65.641958849 +186,-1.503656267,0.6928968252,118,-1.541295822,0.7244024384,168.4715497 +187,-1.502753178,0.7136205882,118,-1.541295822,0.7244024384,122.55273687 +188,-1.631894563,0.7343596465,118,-1.541295822,0.7244024384,270.40990169 +189,-1.653765416,0.6770714026,118,-1.541295822,0.7244024384,388.56522281 +190,-1.719812114,0.6715965947,118,-1.541295822,0.7244024384,580.24907159 +191,-1.493406659,0.6646955447,118,-1.541295822,0.7244024384,277.76354648 +192,-1.469120564,0.6613469966,118,-1.541295822,0.7244024384,332.72811483 +193,-1.590551461,0.5326612937,118,-1.541295822,0.7244024384,775.58139181 +194,-1.625979264,0.5247742243,118,-1.541295822,0.7244024384,835.84926874 +195,-1.572293943,0.5238808754,118,-1.541295822,0.7244024384,800.4373149 +196,-1.610848725,0.5477107964,118,-1.541295822,0.7244024384,733.89268202 +197,-1.208485554,0.7918526018,118,-1.541295822,0.7244024384,991.13991232 +198,-1.335601374,0.6869083083,118,-1.541295822,0.7244024384,637.15504548 +199,-1.346156996,0.6825213377,118,-1.541295822,0.7244024384,611.84368708 +200,-1.324381037,0.6741422347,118,-1.541295822,0.7244024384,686.31119558 +201,-1.242424992,0.7378949807,118,-1.541295822,0.7244024384,881.380496 +202,-1.270370057,0.7392461008,118,-1.541295822,0.7244024384,799.41306148 +203,-1.448950472,0.7441675014,118,-1.541295822,0.7244024384,282.52733975 +204,-1.492662363,0.7523026852,118,-1.541295822,0.7244024384,180.28996322 +205,-1.479098966,0.7763855017,118,-1.541295822,0.7244024384,273.56068845 +206,-1.633760714,0.7869022408,118,-1.541295822,0.7244024384,363.64381217 +207,-1.647406434,0.8101289331,118,-1.541295822,0.7244024384,454.50977251 +208,-1.564245052,0.5701509278,118,-1.541295822,0.7244024384,615.25529557 +209,-1.646289963,0.6833746083,118,-1.541295822,0.7244024384,356.14717066 +210,-1.5820631,0.6751952144,118,-1.541295822,0.7244024384,230.73416717 +211,-1.613236298,0.6681681791,118,-1.541295822,0.7244024384,312.03381096 +212,-1.914661867,0.8212566515,118,-1.541295822,0.7244024384,1121.8237914 +213,-1.742133237,0.7250275956,118,-1.541295822,0.7244024384,595.15865089 +214,-2.033144872,0.6557314699,118,-1.541295822,0.7244024384,1519.8848836 +215,-2.039551981,0.6964723658,118,-1.541295822,0.7244024384,1493.4123611 +216,-1.247341019,0.7622473908,118,-1.541295822,0.7244024384,868.6560523 +217,-1.298239787,0.7084123392,118,-1.541295822,0.7244024384,728.03502933 +218,-1.308539688,0.6926545592,118,-1.541295822,0.7244024384,710.50492161 +219,-1.303263185,0.6888938396,118,-1.541295822,0.7244024384,729.91860968 +220,-1.852400229,0.6004246149,118,-1.541295822,0.7244024384,1085.8087358 +221,-1.288947707,0.7473773692,118,-1.541295822,0.7244024384,745.5308706 +222,-1.372031502,0.7472790993,118,-1.541295822,0.7244024384,504.87967299 +223,-1.289805721,0.7242157877,118,-1.541295822,0.7244024384,745.20996358 +224,-1.350807603,0.7533498126,118,-1.541295822,0.7244024384,568.98520364 +225,-1.329290365,0.7560442322,118,-1.541295822,0.7244024384,631.93855751 +226,-1.410153004,0.616936428,118,-1.541295822,0.7244024384,588.42969268 +227,-1.393445434,0.6308995063,118,-1.541295822,0.7244024384,587.13499233 +228,-1.37595573,0.6241540638,118,-1.541295822,0.7244024384,646.93673789 +229,-1.358388707,0.6172645205,118,-1.541295822,0.7244024384,707.75013761 +230,-1.753741133,0.8281661666,118,-1.541295822,0.7244024384,726.30049383 +231,-1.47430987,0.6834615681,118,-1.541295822,0.7244024384,259.19853891 +232,-1.421012508,0.7222725206,118,-1.541295822,0.7244024384,357.14653184 +233,-1.4476833,0.6978557868,118,-1.541295822,0.7244024384,299.89530718 +234,-1.470370723,0.6966193374,118,-1.541295822,0.7244024384,239.67404853 +235,-1.429211703,0.7037216883,118,-1.541295822,0.7244024384,345.27132017 +236,-1.700578405,0.6178673663,118,-1.541295822,0.7244024384,649.09254045 +237,-1.678117619,0.6331716163,118,-1.541295822,0.7244024384,555.01574549 +238,-1.725644578,0.6316331145,118,-1.541295822,0.7244024384,676.31184914 +239,-2.14012759,0.7930497945,118,-1.541295822,0.7244024384,1729.2465744 +240,-2.103289431,0.7653606263,118,-1.541295822,0.7244024384,1634.1421773 +241,-1.318739838,0.7017808746,118,-1.541295822,0.7244024384,672.11292604 +242,-1.396417427,0.7077900843,118,-1.541295822,0.7244024384,437.70235487 +243,-1.35650337,0.7185539404,118,-1.541295822,0.7244024384,549.72386371 +244,-1.248884539,0.7274156818,118,-1.541295822,0.7244024384,864.95966115 +245,-1.395014798,0.5761185243,118,-1.541295822,0.7244024384,745.96146933 +246,-1.433377362,0.6064716109,118,-1.541295822,0.7244024384,575.2068857 +247,-1.408172432,0.5903155476,118,-1.541295822,0.7244024384,674.90629592 +248,-1.749645898,0.7757118084,118,-1.541295822,0.7244024384,636.38979331 +249,-1.571626686,0.615046989,118,-1.541295822,0.7244024384,443.25027299 +250,-1.514070049,0.6303003037,118,-1.541295822,0.7244024384,382.0735511 +251,-1.480890369,0.6237966528,118,-1.541295822,0.7244024384,440.06252525 +252,-1.704390658,0.5281680612,118,-1.541295822,0.7244024384,935.76502835 +253,-1.64434733,0.5254277498,118,-1.541295822,0.7244024384,854.278642 +254,-1.703855997,0.4792484842,118,-1.541295822,0.7244024384,1105.0089124 +255,-1.692002383,0.5748825051,118,-1.541295822,0.7244024384,758.55656986 +256,-1.854136457,0.5544643913,118,-1.541295822,0.7244024384,1196.9088839 +257,-1.665021206,0.520317736,118,-1.541295822,0.7244024384,900.31086081 +258,-1.733654349,0.4845187345,118,-1.541295822,0.7244024384,1136.1707424 +259,-1.720938188,0.5135933906,118,-1.541295822,0.7244024384,1014.7241305 +260,-1.742668307,0.553296122,118,-1.541295822,0.7244024384,930.70589378 +261,-1.965659039,0.7142126903,118,-1.541295822,0.7244024384,1260.9505225 +262,-1.944438071,0.6772834804,118,-1.541295822,0.7244024384,1230.8782048 +263,-1.270340967,0.7681487096,118,-1.541295822,0.7244024384,805.52462817 +264,-1.353091884,0.6549276821,118,-1.541295822,0.7244024384,636.92501163 +265,-1.333236659,0.6413584414,118,-1.541295822,0.7244024384,718.08048482 +266,-1.352015998,0.6753788907,118,-1.541295822,0.7244024384,604.95957549 +267,-1.377988483,0.6577816235,118,-1.541295822,0.7244024384,563.53448214 +268,-2.13075611,0.8318642051,118,-1.541295822,0.7244024384,1701.8328938 +269,-2.097910953,0.8259670014,118,-1.541295822,0.7244024384,1613.0706132 +270,-1.416382069,0.6694271549,118,-1.541295822,0.7244024384,437.24429505 +271,-1.538905672,0.7535625993,118,-1.541295822,0.7244024384,115.71513603 +272,-1.572309477,0.7803125099,118,-1.541295822,0.7244024384,238.91472141 +273,-1.87759879,0.7503853417,118,-1.541295822,0.7244024384,989.20805476 +274,1.152365588,0.590457682,118,-1.541295822,0.7244024384,6986.2931385 +275,0.350198001,0.718001859,118,-1.541295822,0.7244024384,5187.5651975 +276,0.046513677,0.491503852,118,-1.541295822,0.7244024384,5008.7036552 +277,0.027510309,0.742571376,118,-1.541295822,0.7244024384,4376.6254508 +278,0.306285725,-0.214631579,118,-1.541295822,0.7244024384,7600.6763699 +279,-1.100564889,0.318051531,118,-1.541295822,0.7244024384,2193.135368 +280,-1.078582306,0.301437596,118,-1.541295822,0.7244024384,2295.835086 +281,-1.137371989,-0.617634065,118,-1.541295822,0.7244024384,5514.548682 +282,0.784356344,0.703272339,118,-1.541295822,0.7244024384,6074.5757104 +283,-1.221209947,0.218327455,118,-1.541295822,0.7244024384,2289.7318246 +284,2.347301921,-0.449114658,118,-1.541295822,0.7244024384,9782.9055581 +285,0.246820618,0.830553713,118,-1.541295822,0.7244024384,4676.4066687 +286,0.829414965,0.703288228,118,-1.541295822,0.7244024384,6147.2082325 +287,-1.337537566,0.42332223,118,-1.541295822,0.7244024384,1368.6938968 +288,0.882453706,0.454478077,118,-1.541295822,0.7244024384,7083.9384801 +289,1.575629659,0.416419109,118,-1.541295822,0.7244024384,7924.1464439 +290,-1.039455679,0.229888244,118,-1.541295822,0.7244024384,2612.3422022 +291,0.489558039,0.934482747,118,-1.541295822,0.7244024384,4867.1189063 +292,0.081344504,0.88384514,118,-1.541295822,0.7244024384,4203.6731313 +293,-1.547979814,0.300350308,118,-1.541295822,0.7244024384,1679.8243155 +294,0.040776181,0.168560074,118,-1.541295822,0.7244024384,5813.8133694 +295,-1.130374745,0.563894876,118,-1.541295822,0.7244024384,1442.0829582 +296,1.578326642,0.478507176,118,-1.541295822,0.7244024384,7678.4424876 +297,-1.12861823,-0.291640865,118,-1.541295822,0.7244024384,4299.4503544 +298,0.310524208,0.770885792,118,-1.541295822,0.7244024384,4961.9356896 +299,0.415649091,-0.387246002,118,-1.541295822,0.7244024384,8348.3506985 +300,-0.926533878,-0.188022748,118,-1.541295822,0.7244024384,4251.7729522 +301,1.258856172,-0.11716081,118,-1.541295822,0.7244024384,9754.8910032 +302,-1.126050026,0.322941926,118,-1.541295822,0.7244024384,2120.1496898 +303,2.002785835,0.07893892,118,-1.541295822,0.7244024384,8945.3171672 +304,0.440437607,0.746258085,118,-1.541295822,0.7244024384,5301.6771975 +305,-0.030391866,0.214441206,118,-1.541295822,0.7244024384,5485.616749 +306,0.521557815,-0.058929362,118,-1.541295822,0.7244024384,7818.3948722 +307,-0.097005111,0.13317729,118,-1.541295822,0.7244024384,5498.4132246 +308,1.83113859,0.221857587,118,-1.541295822,0.7244024384,8601.8870484 +309,0.222428864,0.099404236,118,-1.541295822,0.7244024384,6527.6769419 +310,-1.702731345,0.8728568183,118,-1.541295822,0.7244024384,736.93085766 +311,-0.418507569,0.278324921,118,-1.541295822,0.7244024384,4175.3991718 +312,-1.41153306,0.339029988,118,-1.541295822,0.7244024384,1587.8583813 +313,0.357560442,0.114788776,118,-1.541295822,0.7244024384,6873.709988 +314,0.325818979,0.268352149,118,-1.541295822,0.7244024384,6361.1606834 +315,-1.246004659,-0.663679965,118,-1.541295822,0.7244024384,5600.8108548 +316,1.814603087,0.637404484,118,-1.541295822,0.7244024384,6994.0655572 +317,1.843704281,-0.18300445,118,-1.541295822,0.7244024384,10137.949428 +318,1.690644492,-0.211480909,118,-1.541295822,0.7244024384,10388.189788 +319,-1.275451936,0.068109467,118,-1.541295822,0.7244024384,2765.4947405 +320,0.762430171,-0.207594741,118,-1.541295822,0.7244024384,8905.6448644 +321,0.265668905,-0.014647884,118,-1.541295822,0.7244024384,6958.6072602 +322,-2.773032013,-0.335515811,118,-1.541295822,0.7244024384,6154.5824407 +323,-1.469512853,0.174058777,118,-1.541295822,0.7244024384,2194.255437 +324,0.286276986,0.785925691,118,-1.541295822,0.7244024384,4871.2518737 +325,-1.379324697,0.377432233,118,-1.541295822,0.7244024384,1476.8345714 +326,-1.203778265,0.212813032,118,-1.541295822,0.7244024384,2338.932589 +327,0.579916301,0.611743168,118,-1.541295822,0.7244024384,5984.4735241 +328,0.267582642,0.868113908,118,-1.541295822,0.7244024384,4628.3019942 +329,0.412869244,-0.050245578,118,-1.541295822,0.7244024384,7483.1241808 +330,0.17524381,0.976660285,118,-1.541295822,0.7244024384,4201.5229333 +331,0.743157214,0.204812899,118,-1.541295822,0.7244024384,7617.9968382 +332,-1.070758176,0.269382282,118,-1.541295822,0.7244024384,2415.1529914 +333,-1.230364251,0.329790229,118,-1.541295822,0.7244024384,1882.5323757 +334,-1.374813124,-0.024926835,118,-1.541295822,0.7244024384,3027.8059373 +335,0.519780566,0.463669906,118,-1.541295822,0.7244024384,6297.291604 +336,-1.55108034,0.239698561,118,-1.541295822,0.7244024384,1920.2080689 +337,0.180294813,0.029739425,118,-1.541295822,0.7244024384,6589.8234119 +338,0.67820924,0.268170153,118,-1.541295822,0.7244024384,7266.5803396 +339,0.445798684,1.024001867,118,-1.541295822,0.7244024384,4554.6405391 +340,0.691751283,0.150521402,118,-1.541295822,0.7244024384,7663.2903125 +341,-1.036643551,-0.903056181,118,-1.541295822,0.7244024384,6676.211695 +342,-0.120287036,1.083325163,118,-1.541295822,0.7244024384,3482.1173867 +343,2.823513113,-0.304487164,118,-1.541295822,0.7244024384,8035.5273392 +344,0.457583172,1.12513373,118,-1.541295822,0.7244024384,4310.9416145 +345,0.042918831,0.813795399,118,-1.541295822,0.7244024384,4262.243285 +346,1.196146777,-0.853142756,118,-1.541295822,0.7244024384,11212.237127 +347,0.206001358,-0.010430701,118,-1.541295822,0.7244024384,6771.8940064 +348,-0.268308653,0.234799412,118,-1.541295822,0.7244024384,4729.6650446 +349,0.759363263,0.736189579,118,-1.541295822,0.7244024384,5924.7763334 +350,0.181363926,0.891988372,118,-1.541295822,0.7244024384,4396.7538932 +351,-0.021111158,0.139103292,118,-1.541295822,0.7244024384,5707.9063763 +352,-0.093355215,0.630686981,118,-1.541295822,0.7244024384,4306.6664137 +353,0.40118964,0.681375926,118,-1.541295822,0.7244024384,5399.4878989 +354,-0.721197315,1.304706234,118,-1.541295822,0.7244024384,2717.7734917 +355,-1.076150317,0.212107639,118,-1.541295822,0.7244024384,2589.30271 +356,-1.577164531,0.273993443,118,-1.541295822,0.7244024384,1788.2847754 +357,-0.190788414,0.182208586,118,-1.541295822,0.7244024384,5093.6320977 +358,-0.261349752,0.209710184,118,-1.541295822,0.7244024384,4813.9989431 +359,-1.029303852,0.083549259,118,-1.541295822,0.7244024384,3117.7706076 +360,-1.268609162,0.330525297,118,-1.541295822,0.7244024384,1811.3036786 +361,1.282982244,-0.926641967,118,-1.541295822,0.7244024384,11280.338335 +362,0.217352334,0.731352408,118,-1.541295822,0.7244024384,4854.0877581 +363,-1.511833084,0.258629297,118,-1.541295822,0.7244024384,1847.6966687 +364,0.338812194,0.823184618,118,-1.541295822,0.7244024384,4885.7666724 +365,-0.324406489,1.134201999,118,-1.541295822,0.7244024384,3093.1779574 +366,1.389579348,0.399185724,118,-1.541295822,0.7244024384,7926.5346548 +367,2.047152199,-0.039082036,118,-1.541295822,0.7244024384,9297.3732117 +368,0.947780369,0.568250077,118,-1.541295822,0.7244024384,6797.8850662 +369,0.763824846,0.576754987,118,-1.541295822,0.7244024384,6456.8669181 +370,-0.142334657,0.928153068,118,-1.541295822,0.7244024384,3637.0664433 +371,0.610266567,0.547265983,118,-1.541295822,0.7244024384,6245.8847793 +372,0.210731629,0.746815056,118,-1.541295822,0.7244024384,4800.8892361 +373,-1.34931644,0.316895224,118,-1.541295822,0.7244024384,1740.172172 +374,2.407696481,0.655030745,118,-1.541295822,0.7244024384,6249.2903789 +375,0.64207831,0.545359131,118,-1.541295822,0.7244024384,6318.5173819 +376,1.174597538,0.840588356,118,-1.541295822,0.7244024384,6068.2875743 +377,0.660059424,0.010604079,118,-1.541295822,0.7244024384,8002.3009213 +378,-0.730263819,0.010486456,118,-1.541295822,0.7244024384,4043.2079451 +379,0.831068936,0.512339172,118,-1.541295822,0.7244024384,6794.6851919 +380,1.301180979,0.72367476,118,-1.541295822,0.7244024384,6608.7058185 +381,1.811128231,0.322854402,118,-1.541295822,0.7244024384,8224.1094791 +382,0.435105812,0.992284428,118,-1.541295822,0.7244024384,4620.8894964 +383,0.62643634,0.592027932,118,-1.541295822,0.7244024384,6140.7549589 +384,0.492988703,-0.516339467,118,-1.541295822,0.7244024384,8862.3917976 +385,-0.162469483,0.112549365,118,-1.541295822,0.7244024384,5357.8971688 +386,0.314630866,0.472006421,118,-1.541295822,0.7244024384,5770.6263609 +387,0.166744804,0.822815954,118,-1.541295822,0.7244024384,4522.0346414 +388,0.417159608,0.965805736,118,-1.541295822,0.7244024384,4660.5739936 +389,0.106334961,0.868774244,118,-1.541295822,0.7244024384,4288.9297177 +390,0.815086969,-0.338144359,118,-1.541295822,0.7244024384,9402.8983613 +391,0.59867455,-0.230624824,118,-1.541295822,0.7244024384,8502.178269 +392,1.915104874,0.066220985,118,-1.541295822,0.7244024384,9112.4418202 +393,1.278093622,0.064463721,118,-1.541295822,0.7244024384,9109.8548671 +394,-0.061477853,0.302997961,118,-1.541295822,0.7244024384,5169.1173978 +395,0.251311504,0.626976942,118,-1.541295822,0.7244024384,5199.0341157 +396,2.950242872,0.149095644,118,-1.541295822,0.7244024384,6474.7851274 +397,-0.180294708,0.35375117,118,-1.541295822,0.7244024384,4695.5885436 +398,1.010448592,-0.351180233,118,-1.541295822,0.7244024384,9977.5335496 +399,-1.748740498,0.3686318073,118,-1.541295822,0.7244024384,1570.7145677 +400,2.699635665,0.123533791,118,-1.541295822,0.7244024384,7246.9010032 +401,0.496808033,0.823843254,118,-1.541295822,0.7244024384,5192.2005176 +402,0.129574704,0.763364087,118,-1.541295822,0.7244024384,4574.1920039 +403,1.798920311,0.817447563,118,-1.541295822,0.7244024384,6296.6721667 +404,0.335987953,0.746786541,118,-1.541295822,0.7244024384,5079.9223199 +405,-1.085413643,0.292154671,118,-1.541295822,0.7244024384,2309.478454 +406,-0.155321003,0.508207011,118,-1.541295822,0.7244024384,4405.3630152 +407,0.620529244,-0.301175104,118,-1.541295822,0.7244024384,8746.600037 +408,1.684402744,0.368716966,118,-1.541295822,0.7244024384,8102.9967629 +409,0.300582244,-0.386397212,118,-1.541295822,0.7244024384,8006.6650182 +410,2.913555946,-0.009225192,118,-1.541295822,0.7244024384,7006.7675992 +411,1.465101417,0.493232532,118,-1.541295822,0.7244024384,7595.4161719 +412,0.090612882,0.907955955,118,-1.541295822,0.7244024384,4174.3499212 +413,2.987564726,-0.729568594,118,-1.541295822,0.7244024384,8498.3828785 +414,-1.484261606,0.224149272,118,-1.541295822,0.7244024384,1991.2851766 +415,0.164073421,0.303955133,118,-1.541295822,0.7244024384,5815.3315437 +416,0.141441293,0.167552546,118,-1.541295822,0.7244024384,6110.8796196 +417,2.931321023,-0.506718887,118,-1.541295822,0.7244024384,8191.9819711 +418,2.21951565,0.700596356,118,-1.541295822,0.7244024384,6376.390282 +419,0.268112576,1.199114336,118,-1.541295822,0.7244024384,3900.2061254 +420,0.978913739,0.359223811,118,-1.541295822,0.7244024384,7583.7470071 +421,1.210898818,0.522863584,118,-1.541295822,0.7244024384,7302.128428 +422,2.347397336,0.129231362,118,-1.541295822,0.7244024384,8112.822738 +423,0.614394501,0.556878345,118,-1.541295822,0.7244024384,6224.8755495 +424,-1.398079356,0.148483366,118,-1.541295822,0.7244024384,2335.7890495 +425,2.535303836,-0.112984496,118,-1.541295822,0.7244024384,8372.1727675 +426,-1.019372593,-0.405322349,118,-1.541295822,0.7244024384,4867.6450085 +427,-1.297785627,-0.160104069,118,-1.541295822,0.7244024384,3613.96366 +428,2.144554488,0.205051084,118,-1.541295822,0.7244024384,8260.9175652 +429,-2.242387083,-0.426171285,118,-1.541295822,0.7244024384,5232.804939 +430,0.338637212,0.909723676,118,-1.541295822,0.7244024384,4664.2454871 +431,-0.148798452,0.691042401,118,-1.541295822,0.7244024384,4033.9805833 +432,0.893524764,0.441829531,118,-1.541295822,0.7244024384,7147.1108497 +433,0.969229347,-0.368847936,118,-1.541295822,0.7244024384,9914.2535604 +434,0.436043248,0.800045688,118,-1.541295822,0.7244024384,5142.7530543 +435,1.687946607,1.081504775,118,-1.541295822,0.7244024384,5285.1456779 +436,0.522302046,-0.034889271,118,-1.541295822,0.7244024384,7753.9238734 +437,-0.178996113,-0.438090009,118,-1.541295822,0.7244024384,6781.2717606 +438,-1.094339566,0.301444068,118,-1.541295822,0.7244024384,2259.7620947 +439,-1.064070054,0.242569932,118,-1.541295822,0.7244024384,2516.2167122 +440,-1.068153768,0.230387998,118,-1.541295822,0.7244024384,2546.6803923 +441,-3.00496892,-0.23989155,118,-1.541295822,0.7244024384,6537.8519564 +442,0.21751974,0.766874888,118,-1.541295822,0.7244024384,4767.310088 +443,0.117229532,0.007619006,118,-1.541295822,0.7244024384,6461.9681513 +444,0.777758451,0.420554741,118,-1.541295822,0.7244024384,6997.5592977 +445,-0.252356999,0.250747086,118,-1.541295822,0.7244024384,4736.7927913 +446,0.363148444,0.768483434,118,-1.541295822,0.7244024384,5080.1987933 +447,0.903191366,-0.118210676,118,-1.541295822,0.7244024384,9015.961537 +448,-0.205755923,0.149406178,118,-1.541295822,0.7244024384,5133.8346748 +449,1.811996086,0.02364353,118,-1.541295822,0.7244024384,9384.7542388 +450,-1.100670221,0.314845373,118,-1.541295822,0.7244024384,2202.9942005 +451,0.340078597,0.850105132,118,-1.541295822,0.7244024384,4818.7751339 +452,0.258757267,0.804969236,118,-1.541295822,0.7244024384,4764.4556602 +453,2.78505352,-0.155160804,118,-1.541295822,0.7244024384,7770.1891395 +454,0.800551619,0.105822106,118,-1.541295822,0.7244024384,8066.2665164 +455,0.437940882,-0.506194031,118,-1.541295822,0.7244024384,8679.7641066 +456,2.230431122,0.63458615,118,-1.541295822,0.7244024384,6596.4064468 +457,0.527965361,0.127667701,118,-1.541295822,0.7244024384,7307.887929 +458,-0.063643205,0.702093448,118,-1.541295822,0.7244024384,4233.610317 +459,1.408447268,0.133010502,118,-1.541295822,0.7244024384,8976.8412412 +460,0.523795955,0.280266966,118,-1.541295822,0.7244024384,6850.8550172 +461,-0.975769313,0.072177659,118,-1.541295822,0.7244024384,3268.4508373 +462,0.549774164,-0.463663986,118,-1.541295822,0.7244024384,8918.2710736 +463,0.29245874,1.095549818,118,-1.541295822,0.7244024384,4147.1364852 +464,0.143625958,0.816809593,118,-1.541295822,0.7244024384,4484.5241979 +465,0.671902494,0.611159853,118,-1.541295822,0.7244024384,6171.2139889 +466,1.239840988,0.6724199,118,-1.541295822,0.7244024384,6760.084827 +467,0.607829703,-0.10932137,118,-1.541295822,0.7244024384,8201.5122904 +468,1.763020906,0.263996692,118,-1.541295822,0.7244024384,8483.6712915 +469,0.378714634,0.726066797,118,-1.541295822,0.7244024384,5227.7431001 +470,2.196736143,-0.153862366,118,-1.541295822,0.7244024384,9370.7478518 +471,0.01702415,0.148991565,118,-1.541295822,0.7244024384,5794.8549835 +472,-2.998490902,-0.158002487,118,-1.541295822,0.7244024384,6302.8772841 +473,-3.051262951,-0.346595608,118,-1.541295822,0.7244024384,6948.052287 +474,-1.069176439,0.182802941,118,-1.541295822,0.7244024384,2701.3245603 +475,0.167157509,0.595344954,118,-1.541295822,0.7244024384,5070.7772274 +476,0.613855648,0.681746124,118,-1.541295822,0.7244024384,5837.8869094 +477,1.037012736,0.682555367,118,-1.541295822,0.7244024384,6512.6361929 +478,-1.253574971,0.379755746,118,-1.541295822,0.7244024384,1668.3305646 +479,3.108590453,-0.132620738,118,-1.541295822,0.7244024384,6754.2818248 +480,0.565301296,0.022333262,118,-1.541295822,0.7244024384,7712.2675255 +481,0.547898238,0.855555614,118,-1.541295822,0.7244024384,5192.6420166 +482,0.948309381,0.417393755,118,-1.541295822,0.7244024384,7327.625868 +483,-0.050600732,0.945269213,118,-1.541295822,0.7244024384,3808.4669807 +484,-0.977651478,-0.572363064,118,-1.541295822,0.7244024384,5532.2693813 +485,1.102014914,0.728861163,118,-1.541295822,0.7244024384,6417.4240641 +486,2.927300795,-0.282939414,118,-1.541295822,0.7244024384,7674.6614855 +487,-1.154565557,0.124434095,118,-1.541295822,0.7244024384,2737.8960156 +488,1.855331234,0.291044755,118,-1.541295822,0.7244024384,8314.3809691 +489,0.830290659,0.276904518,118,-1.541295822,0.7244024384,7579.1896021 +490,0.485104466,-0.234867441,118,-1.541295822,0.7244024384,8181.0706955 +491,0.521367572,-0.33161327,118,-1.541295822,0.7244024384,8529.4472506 +1,-1.539031704,0.7349710123,119,-1.543193859,0.7205570215,58.405686092 +2,-1.536990553,0.7349663874,119,-1.543193859,0.7205570215,59.951543157 +3,-1.534951779,0.7349571355,119,-1.543193859,0.7205570215,62.029047386 +4,-1.532906461,0.7349480293,119,-1.543193859,0.7205570215,64.614081468 +5,-1.531320211,0.7346937278,119,-1.543193859,0.7205570215,66.097719386 +6,-1.539451648,0.7335131775,119,-1.543193859,0.7205570215,52.500682712 +7,-1.537429487,0.7335445708,119,-1.543193859,0.7205570215,54.198276971 +8,-1.535484998,0.7335658704,119,-1.543193859,0.7205570215,56.352189797 +9,-1.533488396,0.7336036027,119,-1.543193859,0.7205570215,59.122413652 +10,-1.531497785,0.7335842962,119,-1.543193859,0.7205570215,62.134182936 +11,-1.530259379,0.7334777758,119,-1.543193859,0.7205570215,63.91049685 +12,-1.5335454,0.7322346912,119,-1.543193859,0.7205570215,54.36710612 +13,-1.531489083,0.7322238773,119,-1.543193859,0.7205570215,57.765248481 +14,-1.530011122,0.7321679851,119,-1.543193859,0.7205570215,60.324107234 +15,-1.53348106,0.7306614094,119,-1.543193859,0.7205570215,49.297053152 +16,-1.531441779,0.7306962275,119,-1.543193859,0.7205570215,53.155978991 +17,-1.529755654,0.7306933243,119,-1.543193859,0.7205570215,56.546957794 +18,-1.533415048,0.7291384674,119,-1.543193859,0.7205570215,44.678340307 +19,-1.531392093,0.7291705353,119,-1.543193859,0.7205570215,48.873377278 +20,-1.529296523,0.7291214933,119,-1.543193859,0.7205570215,53.375514418 +21,-1.535280942,0.727267644,119,-1.543193859,0.7205570215,35.467929356 +22,-1.533378158,0.7276139666,119,-1.543193859,0.7205570215,40.368417619 +23,-1.531340368,0.7276446587,119,-1.543193859,0.7205570215,45.001692367 +24,-1.528960113,0.7276398177,119,-1.543193859,0.7205570215,50.702584537 +25,-1.533313146,0.7260818349,119,-1.543193859,0.7205570215,36.600633243 +26,-1.531259555,0.7260958115,119,-1.543193859,0.7205570215,41.676975547 +27,-1.528926415,0.7260865555,119,-1.543193859,0.7205570215,47.689802527 +28,-1.531226779,0.7245511789,119,-1.543193859,0.7205570215,38.917565263 +29,-1.528904772,0.7245519194,119,-1.543193859,0.7205570215,45.308782878 +30,-1.547195875,0.7409785979,119,-1.543193859,0.7205570215,81.746539981 +31,-1.5451475,0.740980426,119,-1.543193859,0.7205570215,81.10205748 +32,-1.543097679,0.7409798872,119,-1.543193859,0.7205570215,80.895468408 +33,-1.540720364,0.7409892687,119,-1.543193859,0.7205570215,81.260274862 +34,-1.547188511,0.7395198392,119,-1.543193859,0.7205570215,76.031366955 +35,-1.545148587,0.7395226109,119,-1.543193859,0.7205570215,75.343898505 +36,-1.543104538,0.7395314908,119,-1.543193859,0.7205570215,75.158335259 +37,-1.540727751,0.7395306258,119,-1.543193859,0.7205570215,75.506065135 +38,-1.547187029,0.7380014886,119,-1.543193859,0.7205570215,70.096756221 +39,-1.545147315,0.7380012252,119,-1.543193859,0.7205570215,69.336935289 +40,-1.54310719,0.7380060743,119,-1.543193859,0.7205570215,69.116171985 +41,-1.540719671,0.7380068206,119,-1.543193859,0.7205570215,69.503846176 +42,-1.547187189,0.7364799098,119,-1.543193859,0.7205570215,64.165285739 +43,-1.545149996,0.7364853874,119,-1.543193859,0.7205570215,63.35657478 +44,-1.543106091,0.7364823484,119,-1.543193859,0.7205570215,63.080753258 +45,-1.540717158,0.7364893901,119,-1.543193859,0.7205570215,63.531188894 +46,-1.538663972,0.7410138672,119,-1.543193859,0.7205570215,82.123627022 +47,-1.53695285,0.7409699132,119,-1.543193859,0.7205570215,82.92431339 +48,-1.534910498,0.7409641297,119,-1.543193859,0.7205570215,84.444018732 +49,-1.533145034,0.7409536636,119,-1.543193859,0.7205570215,86.056078879 +50,-1.538681336,0.7395405883,119,-1.543193859,0.7205570215,76.364222411 +51,-1.536999189,0.7395183096,119,-1.543193859,0.7205570215,77.298919519 +52,-1.534923633,0.7395144222,119,-1.543193859,0.7205570215,78.957769773 +53,-1.533267822,0.7395654306,119,-1.543193859,0.7205570215,80.790606234 +54,-1.53867273,0.7380151077,119,-1.543193859,0.7205570215,70.428835535 +55,-1.536980576,0.7379994392,119,-1.543193859,0.7205570215,71.484852583 +56,-1.534931522,0.7379944961,119,-1.543193859,0.7205570215,73.253711481 +57,-1.533387952,0.7379480264,119,-1.543193859,0.7205570215,74.726296748 +58,-1.538682279,0.7364914363,119,-1.543193859,0.7205570215,64.509244238 +59,-1.536980704,0.7364810563,119,-1.543193859,0.7205570215,65.693630331 +60,-1.534935567,0.7364752065,119,-1.543193859,0.7205570215,67.610969064 +61,-1.533042592,0.7363876366,119,-1.543193859,0.7205570215,69.513196169 +62,-1.545143426,0.7349628011,119,-1.543193859,0.7205570215,57.351854208 +63,-1.543105297,0.7349691947,119,-1.543193859,0.7205570215,57.087219022 +64,-1.541064533,0.7349647152,119,-1.543193859,0.7205570215,57.415272819 +65,-1.545411803,0.7334624714,119,-1.543193859,0.7205570215,51.538184451 +66,-1.543446606,0.7334780896,119,-1.543193859,0.7205570215,51.185816333 +67,-1.541475327,0.7334957295,119,-1.543193859,0.7205570215,51.501951509 +68,-1.545401939,0.731963266,119,-1.543193859,0.7205570215,45.650896193 +69,-1.54342253,0.7319915583,119,-1.543193859,0.7205570215,45.297262525 +70,-1.541455867,0.7320216438,119,-1.543193859,0.7205570215,45.702103051 +71,-1.545410146,0.7304422281,119,-1.543193859,0.7205570215,39.702325096 +72,-1.543435491,0.7304713664,119,-1.543193859,0.7205570215,39.277247893 +73,-1.541463105,0.7304997613,119,-1.543193859,0.7205570215,39.715755097 +74,-1.545414768,0.7289194936,119,-1.543193859,0.7205570215,33.772158561 +75,-1.543435774,0.7289538557,119,-1.543193859,0.7205570215,33.267595866 +76,-1.541457714,0.7289765881,119,-1.543193859,0.7205570215,33.744947675 +77,-1.539449415,0.7320555866,119,-1.543193859,0.7205570215,46.876175787 +78,-1.537429183,0.7321097681,119,-1.543193859,0.7205570215,48.840788439 +79,-1.535472649,0.7321497267,119,-1.543193859,0.7205570215,51.296085186 +80,-1.539457899,0.7305333307,119,-1.543193859,0.7205570215,41.037683925 +81,-1.537453161,0.7305750503,119,-1.543193859,0.7205570215,43.174040103 +82,-1.535479385,0.7306124949,119,-1.543193859,0.7205570215,45.923568377 +83,-1.53946905,0.7290102593,119,-1.543193859,0.7205570215,35.258037971 +84,-1.537459922,0.7290417293,119,-1.543193859,0.7205570215,37.664171155 +85,-1.535451349,0.7290890157,119,-1.543193859,0.7205570215,40.855902007 +86,-1.535522937,0.7279887191,119,-1.543193859,0.7205570215,37.207880198 +87,-1.539442524,0.7274735939,119,-1.543193859,0.7205570215,29.571661152 +88,-1.537424111,0.727521351,119,-1.543193859,0.7205570215,32.466701108 +89,-1.539384641,0.7259505092,119,-1.543193859,0.7205570215,24.173172967 +90,-1.537372391,0.7259947145,119,-1.543193859,0.7205570215,27.617275638 +91,-1.535340789,0.7260435356,119,-1.543193859,0.7205570215,31.874757322 +92,-1.539325716,0.7244369706,119,-1.543193859,0.7205570215,19.190998639 +93,-1.537308932,0.7244801057,119,-1.543193859,0.7205570215,23.392914994 +94,-1.535289068,0.7245247645,119,-1.543193859,0.7205570215,28.26027098 +95,-1.533261366,0.7245550236,119,-1.543193859,0.7205570215,33.491919598 +96,-1.539267302,0.722921924,119,-1.543193859,0.7205570215,14.968441027 +97,-1.537248972,0.7229660258,119,-1.543193859,0.7205570215,20.087011618 +98,-1.535219431,0.7229916471,119,-1.543193859,0.7205570215,25.596163993 +99,-1.53318962,0.7230212049,119,-1.543193859,0.7205570215,31.305293513 +100,-1.531154816,0.7230299897,119,-1.543193859,0.7205570215,37.110617119 +101,-1.528878341,0.7230370244,119,-1.543193859,0.7205570215,43.681642949 +102,-1.539218189,0.7214009878,119,-1.543193859,0.7205570215,12.29227754 +103,-1.537198791,0.7214422745,119,-1.543193859,0.7205570215,18.178446545 +104,-1.535179266,0.7214634354,119,-1.543193859,0.7205570215,24.114260988 +105,-1.533156501,0.7214944644,119,-1.543193859,0.7205570215,30.093272536 +106,-1.53113574,0.7215166021,119,-1.543193859,0.7205570215,36.07591606 +107,-1.528874248,0.7215345535,119,-1.543193859,0.7205570215,42.778696878 +108,-1.539217656,0.7198512397,119,-1.543193859,0.7205570215,12.164223084 +109,-1.537199919,0.7199428763,119,-1.543193859,0.7205570215,18.010484221 +110,-1.545425832,0.727397149,119,-1.543193859,0.7205570215,27.891564789 +111,-1.543371177,0.7273916949,119,-1.543193859,0.7205570215,27.07725446 +112,-1.541368852,0.7274523163,119,-1.543193859,0.7205570215,27.843986352 +113,-1.545349067,0.7258710923,119,-1.543193859,0.7205570215,22.000452567 +114,-1.54332671,0.7258603556,119,-1.543193859,0.7205570215,21.010210295 +115,-1.541346831,0.7259242142,119,-1.543193859,0.7205570215,21.955520454 +116,-1.545324355,0.7243383958,119,-1.543193859,0.7205570215,16.260986652 +117,-1.543292796,0.7243617413,119,-1.543193859,0.7205570215,15.073362569 +118,-1.541295822,0.7244024384,119,-1.543193859,0.7205570215,16.242303965 +119,-1.543193859,0.7205570215,119,-1.543193859,0.7205570215,10.372963324 +120,-1.550257047,0.7386738187,119,-1.543193859,0.7205570215,74.72940475 +121,-1.549335448,0.7311736483,119,-1.543193859,0.7205570215,45.81968822 +122,-1.533478843,0.7179891343,119,-1.543193859,0.7205570215,30.683651975 +123,-1.556150555,0.738907041,119,-1.543193859,0.7205570215,82.13488889 +124,-1.554324226,0.733414257,119,-1.543193859,0.7205570215,60.652145755 +125,-1.554290846,0.7288285332,119,-1.543193859,0.7205570215,46.437541367 +126,-1.55122487,0.7219795312,119,-1.543193859,0.7205570215,24.544416415 +127,-1.525104458,0.7229399862,119,-1.543193859,0.7205570215,54.60736556 +128,-1.519607711,0.7236181429,119,-1.543193859,0.7205570215,71.148484277 +129,-1.513899999,0.7251107854,119,-1.543193859,0.7205570215,88.865306416 +130,-1.536620762,0.7431061895,119,-1.543193859,0.7205570215,91.393088329 +131,-1.5369566,0.7460845958,119,-1.543193859,0.7205570215,102.76692437 +132,-1.545345528,0.7447040685,119,-1.543193859,0.7205570215,95.856047509 +133,-1.532813921,0.7432306626,119,-1.543193859,0.7205570215,94.874864473 +134,-1.554788248,0.7382381001,119,-1.543193859,0.7205570215,77.956355597 +135,-1.540348126,0.7301594274,119,-1.543193859,0.7205570215,38.959052849 +136,-1.538016084,0.7239051786,119,-1.543193859,0.7205570215,20.314846722 +137,-1.525288962,0.7258085137,119,-1.543193859,0.7205570215,57.093559907 +138,-1.534326986,0.731241342,119,-1.543193859,0.7205570215,49.809594886 +139,-1.530733872,0.7303625216,119,-1.543193859,0.7205570215,53.591301549 +141,-1.534354939,0.7328219978,119,-1.543193859,0.7205570215,55.179885943 +142,-1.53157084,0.7292888153,119,-1.543193859,0.7205570215,48.824767369 +143,-1.525691035,0.7263799874,119,-1.543193859,0.7205570215,56.851240929 +144,-1.534031287,0.7495967835,119,-1.543193859,0.7205570215,118.13414497 +145,-1.527714986,0.7283095957,119,-1.543193859,0.7205570215,55.236775764 +146,-1.526189586,0.7271468292,119,-1.543193859,0.7205570215,56.81590576 +147,-1.555177336,0.7375563366,119,-1.543193859,0.7205570215,76.072380052 +148,-1.555080283,0.7312707794,119,-1.543193859,0.7205570215,55.143286623 +149,-1.53856994,0.7224180299,119,-1.543193859,0.7205570215,15.602709398 +150,-1.530837883,0.729933372,119,-1.543193859,0.7205570215,52.160498038 +151,-1.515066984,0.5854133365,119,-1.543193859,0.7205570215,542.53849334 +152,-1.534731633,0.5368370046,119,-1.543193859,0.7205570215,728.21610106 +153,-1.515231902,0.5607085576,119,-1.543193859,0.7205570215,639.32073402 +154,-2.616253799,1.0684566605,119,-1.543193859,0.7205570215,2856.59165 +155,-1.956071439,0.5792177723,119,-1.543193859,0.7205570215,1411.4146968 +156,-1.951208514,0.5602434208,119,-1.543193859,0.7205570215,1436.8800793 +157,-1.944675062,0.6062144545,119,-1.543193859,0.7205570215,1327.4786027 +158,-1.613778386,0.6077989518,119,-1.543193859,0.7205570215,497.7911201 +159,-2.035029014,0.6021432345,119,-1.543193859,0.7205570215,1599.267603 +160,-2.114989471,0.6801825058,119,-1.543193859,0.7205570215,1728.8080548 +161,-2.037382079,0.5765830025,119,-1.543193859,0.7205570215,1651.9900539 +162,-2.129855121,0.6585019963,119,-1.543193859,0.7205570215,1798.2844222 +163,-2.075141798,0.6493615843,119,-1.543193859,0.7205570215,1647.2471219 +164,-1.828626729,0.6948433129,119,-1.543193859,0.7205570215,863.80845012 +165,-1.863329418,0.6735427691,119,-1.543193859,0.7205570215,987.97950916 +166,-1.266037071,0.727988852,119,-1.543193859,0.7205570215,821.60653608 +167,-1.277579582,0.7249010648,119,-1.543193859,0.7205570215,788.24453872 +168,-1.258418684,0.7241194816,119,-1.543193859,0.7205570215,845.15241372 +169,-1.317813974,0.6804850104,119,-1.543193859,0.7205570215,699.98586793 +170,-1.344165204,0.6790988904,119,-1.543193859,0.7205570215,624.48173278 +171,-1.427582102,0.5277120351,119,-1.543193859,0.7205570215,848.77576041 +172,-1.402238616,0.457167829,119,-1.543193859,0.7205570215,1140.6002984 +173,-1.422454264,0.4996161999,119,-1.543193859,0.7205570215,958.07984056 +174,-1.439089277,0.4894859811,119,-1.543193859,0.7205570215,975.43310949 +175,-1.448126995,0.5182330266,119,-1.543193859,0.7205570215,857.56768273 +176,-1.474626146,0.5881926574,119,-1.543193859,0.7205570215,566.68167861 +177,-1.421139645,0.5584869783,119,-1.543193859,0.7205570215,749.43117271 +178,-1.457037165,0.565943032,119,-1.543193859,0.7205570215,670.23417269 +179,-2.757159358,0.3745319,119,-1.543193859,0.7205570215,4213.1974027 +180,-2.714309238,0.342054471,119,-1.543193859,0.7205570215,4162.6759888 +181,-2.000525337,0.774119946,119,-1.543193859,0.7205570215,1339.6620606 +183,-1.571413436,0.6777838382,119,-1.543193859,0.7205570215,189.78976712 +184,-1.552860289,0.6987663893,119,-1.543193859,0.7205570215,91.068063011 +185,-1.521852374,0.7165827476,119,-1.543193859,0.7205570215,65.550178823 +186,-1.503656267,0.6928968252,119,-1.543193859,0.7205570215,161.81726955 +187,-1.502753178,0.7136205882,119,-1.543193859,0.7205570215,123.81789359 +188,-1.631894563,0.7343596465,119,-1.543193859,0.7205570215,267.99764459 +189,-1.653765416,0.6770714026,119,-1.543193859,0.7205570215,376.83221433 +190,-1.719812114,0.6715965947,119,-1.543193859,0.7205570215,570.36480765 +191,-1.493406659,0.6646955447,119,-1.543193859,0.7205570215,268.27509963 +192,-1.469120564,0.6613469966,119,-1.543193859,0.7205570215,325.69149055 +193,-1.590551461,0.5326612937,119,-1.543193859,0.7205570215,759.49103697 +194,-1.625979264,0.5247742243,119,-1.543193859,0.7205570215,819.60699064 +195,-1.572293943,0.5238808754,119,-1.543193859,0.7205570215,784.59850228 +196,-1.610848725,0.5477107964,119,-1.543193859,0.7205570215,717.65658347 +197,-1.208485554,0.7918526018,119,-1.543193859,0.7205570215,1002.1624377 +198,-1.335601374,0.6869083083,119,-1.543193859,0.7205570215,640.38557644 +199,-1.346156996,0.6825213377,119,-1.543193859,0.7205570215,614.39917594 +200,-1.324381037,0.6741422347,119,-1.543193859,0.7205570215,688.64126662 +201,-1.242424992,0.7378949807,119,-1.543193859,0.7205570215,889.49875688 +202,-1.270370057,0.7392461008,119,-1.543193859,0.7205570215,807.59286194 +203,-1.448950472,0.7441675014,119,-1.543193859,0.7205570215,292.84966873 +204,-1.492662363,0.7523026852,119,-1.543193859,0.7205570215,194.4039343 +205,-1.479098966,0.7763855017,119,-1.543193859,0.7205570215,288.91021743 +206,-1.633760714,0.7869022408,119,-1.543193859,0.7205570215,370.6282066 +207,-1.647406434,0.8101289331,119,-1.543193859,0.7205570215,462.84945361 +208,-1.564245052,0.5701509278,119,-1.543193859,0.7205570215,599.4522555 +209,-1.646289963,0.6833746083,119,-1.543193859,0.7205570215,344.74529521 +210,-1.5820631,0.6751952144,119,-1.543193859,0.7205570215,214.9235449 +211,-1.613236298,0.6681681791,119,-1.543193859,0.7205570215,297.44941884 +212,-1.914661867,0.8212566515,119,-1.543193859,0.7205570215,1123.8772548 +213,-1.742133237,0.7250275956,119,-1.543193859,0.7205570215,590.8054186 +214,-2.033144872,0.6557314699,119,-1.543193859,0.7205570215,1514.0496403 +215,-2.039551981,0.6964723658,119,-1.543193859,0.7205570215,1489.2669519 +216,-1.247341019,0.7622473908,119,-1.543193859,0.7205570215,878.28268351 +217,-1.298239787,0.7084123392,119,-1.543193859,0.7205570215,733.74155159 +218,-1.308539688,0.6926545592,119,-1.543193859,0.7205570215,714.76102168 +219,-1.303263185,0.6888938396,119,-1.543193859,0.7205570215,733.94654501 +220,-1.852400229,0.6004246149,119,-1.543193859,0.7205570215,1075.125137 +221,-1.288947707,0.7473773692,119,-1.543193859,0.7205570215,754.30659918 +222,-1.372031502,0.7472790993,119,-1.543193859,0.7205570215,514.11966666 +223,-1.289805721,0.7242157877,119,-1.543193859,0.7205570215,752.23841626 +224,-1.350807603,0.7533498126,119,-1.543193859,0.7205570215,578.59393298 +225,-1.329290365,0.7560442322,119,-1.543193859,0.7205570215,641.58400197 +226,-1.410153004,0.616936428,119,-1.543193859,0.7205570215,582.13199605 +227,-1.393445434,0.6308995063,119,-1.543193859,0.7205570215,582.86777309 +228,-1.37595573,0.6241540638,119,-1.543193859,0.7205570215,643.08164934 +229,-1.358388707,0.6172645205,119,-1.543193859,0.7205570215,704.25087977 +230,-1.753741133,0.8281661666,119,-1.543193859,0.7205570215,731.53553008 +231,-1.47430987,0.6834615681,119,-1.543193859,0.7205570215,254.89178433 +232,-1.421012508,0.7222725206,119,-1.543193859,0.7205570215,363.35703317 +233,-1.4476833,0.6978557868,119,-1.543193859,0.7205570215,300.78613861 +234,-1.470370723,0.6966193374,119,-1.543193859,0.7205570215,238.62572155 +235,-1.429211703,0.7037216883,119,-1.543193859,0.7205570215,348.11204568 +236,-1.700578405,0.6178673663,119,-1.543193859,0.7205570215,635.38598812 +237,-1.678117619,0.6331716163,119,-1.543193859,0.7205570215,541.24512098 +238,-1.725644578,0.6316331145,119,-1.543193859,0.7205570215,663.98483521 +239,-2.14012759,0.7930497945,119,-1.543193859,0.7205570215,1729.4177988 +240,-2.103289431,0.7653606263,119,-1.543193859,0.7205570215,1633.1503198 +241,-1.318739838,0.7017808746,119,-1.543193859,0.7205570215,677.01462675 +242,-1.396417427,0.7077900843,119,-1.543193859,0.7205570215,442.03516171 +243,-1.35650337,0.7185539404,119,-1.543193859,0.7205570215,555.86765046 +244,-1.248884539,0.7274156818,119,-1.543193859,0.7205570215,872.38163746 +245,-1.395014798,0.5761185243,119,-1.543193859,0.7205570215,738.25076931 +246,-1.433377362,0.6064716109,119,-1.543193859,0.7205570215,566.78018636 +247,-1.408172432,0.5903155476,119,-1.543193859,0.7205570215,667.16119064 +248,-1.749645898,0.7757118084,119,-1.543193859,0.7205570215,637.2357762 +249,-1.571626686,0.615046989,119,-1.543193859,0.7205570215,427.15366982 +250,-1.514070049,0.6303003037,119,-1.543193859,0.7205570215,368.64671834 +251,-1.480890369,0.6237966528,119,-1.543193859,0.7205570215,429.06060723 +252,-1.704390658,0.5281680612,119,-1.543193859,0.7205570215,920.19958703 +253,-1.64434733,0.5254277498,119,-1.543193859,0.7205570215,838.08118202 +254,-1.703855997,0.4792484842,119,-1.543193859,0.7205570215,1089.0737627 +255,-1.692002383,0.5748825051,119,-1.543193859,0.7205570215,743.42578753 +256,-1.854136457,0.5544643913,119,-1.543193859,0.7205570215,1184.7338545 +257,-1.665021206,0.520317736,119,-1.543193859,0.7205570215,884.23014869 +258,-1.733654349,0.4845187345,119,-1.543193859,0.7205570215,1120.5958294 +259,-1.720938188,0.5135933906,119,-1.543193859,0.7205570215,999.24858263 +260,-1.742668307,0.553296122,119,-1.543193859,0.7205570215,916.21255917 +261,-1.965659039,0.7142126903,119,-1.543193859,0.7205570215,1257.095511 +262,-1.944438071,0.6772834804,119,-1.543193859,0.7205570215,1225.0361019 +263,-1.270340967,0.7681487096,119,-1.543193859,0.7205570215,815.616764 +264,-1.353091884,0.6549276821,119,-1.543193859,0.7205570215,636.64612357 +265,-1.333236659,0.6413584414,119,-1.543193859,0.7205570215,717.40933809 +266,-1.352015998,0.6753788907,119,-1.543193859,0.7205570215,606.64612908 +267,-1.377988483,0.6577816235,119,-1.543193859,0.7205570215,562.49191675 +268,-2.13075611,0.8318642051,119,-1.543193859,0.7205570215,1703.5015111 +269,-2.097910953,0.8259670014,119,-1.543193859,0.7205570215,1614.5444283 +270,-1.416382069,0.6694271549,119,-1.543193859,0.7205570215,435.51578092 +271,-1.538905672,0.7535625993,119,-1.543193859,0.7205570215,131.33846662 +272,-1.572309477,0.7803125099,119,-1.543193859,0.7205570215,251.25641598 +273,-1.87759879,0.7503853417,119,-1.543193859,0.7205570215,987.09287121 +274,1.152365588,0.590457682,119,-1.543193859,0.7205570215,7002.5321656 +275,0.350198001,0.718001859,119,-1.543193859,0.7205570215,5201.9923492 +276,0.046513677,0.491503852,119,-1.543193859,0.7205570215,5019.7360979 +277,0.027510309,0.742571376,119,-1.543193859,0.7205570215,4389.9041938 +278,0.306285725,-0.214631579,119,-1.543193859,0.7205570215,7606.5966643 +279,-1.100564889,0.318051531,119,-1.543193859,0.7205570215,2187.8320365 +280,-1.078582306,0.301437596,119,-1.543193859,0.7205570215,2290.7152296 +281,-1.137371989,-0.617634065,119,-1.543193859,0.7205570215,5501.9921898 +282,0.784356344,0.703272339,119,-1.543193859,0.7205570215,6090.3745159 +283,-1.221209947,0.218327455,119,-1.543193859,0.7205570215,2280.3479062 +284,2.347301921,-0.449114658,119,-1.543193859,0.7205570215,9780.0707737 +285,0.246820618,0.830553713,119,-1.543193859,0.7205570215,4691.1231511 +286,0.829414965,0.703288228,119,-1.543193859,0.7205570215,6163.109922 +287,-1.337537566,0.42332223,119,-1.543193859,0.7205570215,1359.060124 +288,0.882453706,0.454478077,119,-1.543193859,0.7205570215,7099.4791984 +289,1.575629659,0.416419109,119,-1.543193859,0.7205570215,7939.5084695 +290,-1.039455679,0.229888244,119,-1.543193859,0.7205570215,2606.8808915 +291,0.489558039,0.934482747,119,-1.543193859,0.7205570215,4882.8752248 +292,0.081344504,0.88384514,119,-1.543193859,0.7205570215,4218.2558713 +293,-1.547979814,0.300350308,119,-1.543193859,0.7205570215,1664.5186096 +294,0.040776181,0.168560074,119,-1.543193859,0.7205570215,5821.4509126 +295,-1.130374745,0.563894876,119,-1.543193859,0.7205570215,1442.6857674 +296,1.578326642,0.478507176,119,-1.543193859,0.7205570215,7693.783984 +297,-1.12861823,-0.291640865,119,-1.543193859,0.7205570215,4288.195786 +298,0.310524208,0.770885792,119,-1.543193859,0.7205570215,4976.5162348 +299,0.415649091,-0.387246002,119,-1.543193859,0.7205570215,8353.0553595 +300,-0.926533878,-0.188022748,119,-1.543193859,0.7205570215,4243.788255 +301,1.258856172,-0.11716081,119,-1.543193859,0.7205570215,9770.7984202 +302,-1.126050026,0.322941926,119,-1.543193859,0.7205570215,2114.363983 +303,2.002785835,0.07893892,119,-1.543193859,0.7205570215,8955.5872527 +304,0.440437607,0.746258085,119,-1.543193859,0.7205570215,5316.5837606 +305,-0.030391866,0.214441206,119,-1.543193859,0.7205570215,5493.0972193 +306,0.521557815,-0.058929362,119,-1.543193859,0.7205570215,7828.2331744 +307,-0.097005111,0.13317729,119,-1.543193859,0.7205570215,5504.3237833 +308,1.83113859,0.221857587,119,-1.543193859,0.7205570215,8615.0105955 +309,0.222428864,0.099404236,119,-1.543193859,0.7205570215,6536.2750131 +310,-1.702731345,0.8728568183,119,-1.543193859,0.7205570215,746.523846 +311,-0.418507569,0.278324921,119,-1.543193859,0.7205570215,4179.8171622 +312,-1.41153306,0.339029988,119,-1.543193859,0.7205570215,1575.1915595 +313,0.357560442,0.114788776,119,-1.543193859,0.7205570215,6883.6906986 +314,0.325818979,0.268352149,119,-1.543193859,0.7205570215,6372.2417406 +315,-1.246004659,-0.663679965,119,-1.543193859,0.7205570215,5587.31135 +316,1.814603087,0.637404484,119,-1.543193859,0.7205570215,7008.0749663 +317,1.843704281,-0.18300445,119,-1.543193859,0.7205570215,10149.229157 +318,1.690644492,-0.211480909,119,-1.543193859,0.7205570215,10402.155155 +319,-1.275451936,0.068109467,119,-1.543193859,0.7205570215,2753.9131351 +320,0.762430171,-0.207594741,119,-1.543193859,0.7205570215,8916.36602 +321,0.265668905,-0.014647884,119,-1.543193859,0.7205570215,6966.4232172 +322,-2.773032013,-0.335515811,119,-1.543193859,0.7205570215,6142.6260504 +323,-1.469512853,0.174058777,119,-1.543193859,0.7205570215,2179.9357752 +324,0.286276986,0.785925691,119,-1.543193859,0.7205570215,4885.8349857 +325,-1.379324697,0.377432233,119,-1.543193859,0.7205570215,1465.3232306 +326,-1.203778265,0.212813032,119,-1.543193859,0.7205570215,2329.8605808 +327,0.579916301,0.611743168,119,-1.543193859,0.7205570215,5999.3128138 +328,0.267582642,0.868113908,119,-1.543193859,0.7205570215,4643.2895431 +329,0.412869244,-0.050245578,119,-1.543193859,0.7205570215,7491.9924755 +330,0.17524381,0.976660285,119,-1.543193859,0.7205570215,4216.8786682 +331,0.743157214,0.204812899,119,-1.543193859,0.7205570215,7631.8117295 +332,-1.070758176,0.269382282,119,-1.543193859,0.7205570215,2409.6657655 +333,-1.230364251,0.329790229,119,-1.543193859,0.7205570215,1874.3605066 +334,-1.374813124,-0.024926835,119,-1.543193859,0.7205570215,3014.3837332 +335,0.519780566,0.463669906,119,-1.543193859,0.7205570215,6311.1021161 +336,-1.55108034,0.239698561,119,-1.543193859,0.7205570215,1904.8747479 +337,0.180294813,0.029739425,119,-1.543193859,0.7205570215,6597.2904027 +338,0.67820924,0.268170153,119,-1.543193859,0.7205570215,7280.2936312 +339,0.445798684,1.024001867,119,-1.543193859,0.7205570215,4570.5824342 +340,0.691751283,0.150521402,119,-1.543193859,0.7205570215,7676.3941812 +341,-1.036643551,-0.903056181,119,-1.543193859,0.7205570215,6663.3926908 +342,-0.120287036,1.083325163,119,-1.543193859,0.7205570215,3497.6839104 +343,2.823513113,-0.304487164,119,-1.543193859,0.7205570215,8029.7081146 +344,0.457583172,1.12513373,119,-1.543193859,0.7205570215,4327.0974426 +345,0.042918831,0.813795399,119,-1.543193859,0.7205570215,4276.1808042 +346,1.196146777,-0.853142756,119,-1.543193859,0.7205570215,11208.775655 +347,0.206001358,-0.010430701,119,-1.543193859,0.7205570215,6779.1745984 +348,-0.268308653,0.234799412,119,-1.543193859,0.7205570215,4735.0816568 +349,0.759363263,0.736189579,119,-1.543193859,0.7205570215,5940.5847173 +350,0.181363926,0.891988372,119,-1.543193859,0.7205570215,4411.650937 +351,-0.021111158,0.139103292,119,-1.543193859,0.7205570215,5714.629814 +352,-0.093355215,0.630686981,119,-1.543193859,0.7205570215,4318.2573239 +353,0.40118964,0.681375926,119,-1.543193859,0.7205570215,5413.9174429 +354,-0.721197315,1.304706234,119,-1.543193859,0.7205570215,2733.9980354 +355,-1.076150317,0.212107639,119,-1.543193859,0.7205570215,2582.8619159 +356,-1.577164531,0.273993443,119,-1.543193859,0.7205570215,1772.66249 +357,-0.190788414,0.182208586,119,-1.543193859,0.7205570215,5099.1835607 +358,-0.261349752,0.209710184,119,-1.543193859,0.7205570215,4819.1697336 +359,-1.029303852,0.083549259,119,-1.543193859,0.7205570215,3110.6580266 +360,-1.268609162,0.330525297,119,-1.543193859,0.7205570215,1802.1717815 +361,1.282982244,-0.926641967,119,-1.543193859,0.7205570215,11272.301857 +362,0.217352334,0.731352408,119,-1.543193859,0.7205570215,4868.0659047 +363,-1.511833084,0.258629297,119,-1.543193859,0.7205570215,1832.8678358 +364,0.338812194,0.823184618,119,-1.543193859,0.7205570215,4900.7213339 +365,-0.324406489,1.134201999,119,-1.543193859,0.7205570215,3108.9436447 +366,1.389579348,0.399185724,119,-1.543193859,0.7205570215,7942.6141544 +367,2.047152199,-0.039082036,119,-1.543193859,0.7205570215,9306.0525255 +368,0.947780369,0.568250077,119,-1.543193859,0.7205570215,6813.8399241 +369,0.763824846,0.576754987,119,-1.543193859,0.7205570215,6472.2961183 +370,-0.142334657,0.928153068,119,-1.543193859,0.7205570215,3651.4592531 +371,0.610266567,0.547265983,119,-1.543193859,0.7205570215,6260.5808176 +372,0.210731629,0.746815056,119,-1.543193859,0.7205570215,4814.9469211 +373,-1.34931644,0.316895224,119,-1.543193859,0.7205570215,1728.8413085 +374,2.407696481,0.655030745,119,-1.543193859,0.7205570215,6258.5338766 +375,0.64207831,0.545359131,119,-1.543193859,0.7205570215,6333.3497438 +376,1.174597538,0.840588356,119,-1.543193859,0.7205570215,6084.4830376 +377,0.660059424,0.010604079,119,-1.543193859,0.7205570215,8014.0992244 +378,-0.730263819,0.010486456,119,-1.543193859,0.7205570215,4040.0194189 +379,0.831068936,0.512339172,119,-1.543193859,0.7205570215,6810.1814266 +380,1.301180979,0.72367476,119,-1.543193859,0.7205570215,6624.8078263 +381,1.811128231,0.322854402,119,-1.543193859,0.7205570215,8237.6536455 +382,0.435105812,0.992284428,119,-1.543193859,0.7205570215,4636.7307653 +383,0.62643634,0.592027932,119,-1.543193859,0.7205570215,6155.7066686 +384,0.492988703,-0.516339467,119,-1.543193859,0.7205570215,8865.786614 +385,-0.162469483,0.112549365,119,-1.543193859,0.7205570215,5362.9004231 +386,0.314630866,0.472006421,119,-1.543193859,0.7205570215,5783.2516761 +387,0.166744804,0.822815954,119,-1.543193859,0.7205570215,4536.4503548 +388,0.417159608,0.965805736,119,-1.543193859,0.7205570215,4676.3057416 +389,0.106334961,0.868774244,119,-1.543193859,0.7205570215,4303.4760552 +390,0.815086969,-0.338144359,119,-1.543193859,0.7205570215,9412.5485382 +391,0.59867455,-0.230624824,119,-1.543193859,0.7205570215,8510.8900731 +392,1.915104874,0.066220985,119,-1.543193859,0.7205570215,9123.9434697 +393,1.278093622,0.064463721,119,-1.543193859,0.7205570215,9126.0419953 +394,-0.061477853,0.302997961,119,-1.543193859,0.7205570215,5177.3090947 +395,0.251311504,0.626976942,119,-1.543193859,0.7205570215,5212.4326878 +396,2.950242872,0.149095644,119,-1.543193859,0.7205570215,6473.2089199 +397,-0.180294708,0.35375117,119,-1.543193859,0.7205570215,4703.3283071 +398,1.010448592,-0.351180233,119,-1.543193859,0.7205570215,9989.3464787 +399,-1.748740498,0.3686318073,119,-1.543193859,0.7205570215,1554.6960711 +400,2.699635665,0.123533791,119,-1.543193859,0.7205570215,7247.8842154 +401,0.496808033,0.823843254,119,-1.543193859,0.7205570215,5207.6022901 +402,0.129574704,0.763364087,119,-1.543193859,0.7205570215,4588.0519034 +403,1.798920311,0.817447563,119,-1.543193859,0.7205570215,6310.9980308 +404,0.335987953,0.746786541,119,-1.543193859,0.7205570215,5094.458126 +405,-1.085413643,0.292154671,119,-1.543193859,0.7205570215,2304.0553602 +406,-0.155321003,0.508207011,119,-1.543193859,0.7205570215,4415.1660301 +407,0.620529244,-0.301175104,119,-1.543193859,0.7205570215,8754.6283459 +408,1.684402744,0.368716966,119,-1.543193859,0.7205570215,8117.664741 +409,0.300582244,-0.386397212,119,-1.543193859,0.7205570215,8010.2567592 +410,2.913555946,-0.009225192,119,-1.543193859,0.7205570215,7003.7034538 +411,1.465101417,0.493232532,119,-1.543193859,0.7205570215,7611.2350219 +412,0.090612882,0.907955955,119,-1.543193859,0.7205570215,4189.1214221 +413,2.987564726,-0.729568594,119,-1.543193859,0.7205570215,8486.0198008 +414,-1.484261606,0.224149272,119,-1.543193859,0.7205570215,1976.8228953 +415,0.164073421,0.303955133,119,-1.543193859,0.7205570215,5825.4336552 +416,0.141441293,0.167552546,119,-1.543193859,0.7205570215,6119.4324748 +417,2.931321023,-0.506718887,119,-1.543193859,0.7205570215,8182.5968971 +418,2.21951565,0.700596356,119,-1.543193859,0.7205570215,6387.5256905 +419,0.268112576,1.199114336,119,-1.543193859,0.7205570215,3916.3937749 +420,0.978913739,0.359223811,119,-1.543193859,0.7205570215,7599.4337742 +421,1.210898818,0.522863584,119,-1.543193859,0.7205570215,7318.3703669 +422,2.347397336,0.129231362,119,-1.543193859,0.7205570215,8118.4423883 +423,0.614394501,0.556878345,119,-1.543193859,0.7205570215,6239.6315978 +424,-1.398079356,0.148483366,119,-1.543193859,0.7205570215,2322.5101438 +425,2.535303836,-0.112984496,119,-1.543193859,0.7205570215,8372.3301221 +426,-1.019372593,-0.405322349,119,-1.543193859,0.7205570215,4857.0929755 +427,-1.297785627,-0.160104069,119,-1.543193859,0.7205570215,3601.1512387 +428,2.144554488,0.205051084,119,-1.543193859,0.7205570215,8269.9931659 +429,-2.242387083,-0.426171285,119,-1.543193859,0.7205570215,5217.2695966 +430,0.338637212,0.909723676,119,-1.543193859,0.7205570215,4679.6105988 +431,-0.148798452,0.691042401,119,-1.543193859,0.7205570215,4045.9408359 +432,0.893524764,0.441829531,119,-1.543193859,0.7205570215,7162.6625125 +433,0.969229347,-0.368847936,119,-1.543193859,0.7205570215,9925.2967876 +434,0.436043248,0.800045688,119,-1.543193859,0.7205570215,5157.8889419 +435,1.687946607,1.081504775,119,-1.543193859,0.7205570215,5300.1222913 +436,0.522302046,-0.034889271,119,-1.543193859,0.7205570215,7764.0088049 +437,-0.178996113,-0.438090009,119,-1.543193859,0.7205570215,6779.5254679 +438,-1.094339566,0.301444068,119,-1.543193859,0.7205570215,2254.3045991 +439,-1.064070054,0.242569932,119,-1.543193859,0.7205570215,2510.4531758 +440,-1.068153768,0.230387998,119,-1.543193859,0.7205570215,2540.6559428 +441,-3.00496892,-0.23989155,119,-1.543193859,0.7205570215,6528.6069049 +442,0.21751974,0.766874888,119,-1.543193859,0.7205570215,4781.5288297 +443,0.117229532,0.007619006,119,-1.543193859,0.7205570215,6468.5771604 +444,0.777758451,0.420554741,119,-1.543193859,0.7205570215,7012.5479339 +445,-0.252356999,0.250747086,119,-1.543193859,0.7205570215,4742.5723727 +446,0.363148444,0.768483434,119,-1.543193859,0.7205570215,5094.9493307 +447,0.903191366,-0.118210676,119,-1.543193859,0.7205570215,9029.0068378 +448,-0.205755923,0.149406178,119,-1.543193859,0.7205570215,5138.8343875 +449,1.811996086,0.02364353,119,-1.543193859,0.7205570215,9397.5623201 +450,-1.100670221,0.314845373,119,-1.543193859,0.7205570215,2197.6316181 +451,0.340078597,0.850105132,119,-1.543193859,0.7205570215,4833.8672868 +452,0.258757267,0.804969236,119,-1.543193859,0.7205570215,4779.0586533 +453,2.78505352,-0.155160804,119,-1.543193859,0.7205570215,7766.7375332 +454,0.800551619,0.105822106,119,-1.543193859,0.7205570215,8079.9452663 +455,0.437940882,-0.506194031,119,-1.543193859,0.7205570215,8682.8270346 +456,2.230431122,0.63458615,119,-1.543193859,0.7205570215,6607.0986059 +457,0.527965361,0.127667701,119,-1.543193859,0.7205570215,7319.4751174 +458,-0.063643205,0.702093448,119,-1.543193859,0.7205570215,4246.1008036 +459,1.408447268,0.133010502,119,-1.543193859,0.7205570215,8992.991169 +460,0.523795955,0.280266966,119,-1.543193859,0.7205570215,6863.5470587 +461,-0.975769313,0.072177659,119,-1.543193859,0.7205570215,3262.1388735 +462,0.549774164,-0.463663986,119,-1.543193859,0.7205570215,8923.0990844 +463,0.29245874,1.095549818,119,-1.543193859,0.7205570215,4163.1163524 +464,0.143625958,0.816809593,119,-1.543193859,0.7205570215,4498.8231458 +465,0.671902494,0.611159853,119,-1.543193859,0.7205570215,6186.4153351 +466,1.239840988,0.6724199,119,-1.543193859,0.7205570215,6776.283819 +467,0.607829703,-0.10932137,119,-1.543193859,0.7205570215,8211.68879 +468,1.763020906,0.263996692,119,-1.543193859,0.7205570215,8497.578193 +469,0.378714634,0.726066797,119,-1.543193859,0.7205570215,5242.3249451 +470,2.196736143,-0.153862366,119,-1.543193859,0.7205570215,9375.5245498 +471,0.01702415,0.148991565,119,-1.543193859,0.7205570215,5802.0544043 +472,-2.998490902,-0.158002487,119,-1.543193859,0.7205570215,6294.407838 +473,-3.051262951,-0.346595608,119,-1.543193859,0.7205570215,6938.1275422 +474,-1.069176439,0.182802941,119,-1.543193859,0.7205570215,2694.6347711 +475,0.167157509,0.595344954,119,-1.543193859,0.7205570215,5083.4891905 +476,0.613855648,0.681746124,119,-1.543193859,0.7205570215,5853.1267244 +477,1.037012736,0.682555367,119,-1.543193859,0.7205570215,6528.83499 +478,-1.253574971,0.379755746,119,-1.543193859,0.7205570215,1660.386905 +479,3.108590453,-0.132620738,119,-1.543193859,0.7205570215,6747.7470795 +480,0.565301296,0.022333262,119,-1.543193859,0.7205570215,7723.2941584 +481,0.547898238,0.855555614,119,-1.543193859,0.7205570215,5208.274225 +482,0.948309381,0.417393755,119,-1.543193859,0.7205570215,7343.3223929 +483,-0.050600732,0.945269213,119,-1.543193859,0.7205570215,3823.1890897 +484,-0.977651478,-0.572363064,119,-1.543193859,0.7205570215,5521.2961705 +485,1.102014914,0.728861163,119,-1.543193859,0.7205570215,6433.6655988 +486,2.927300795,-0.282939414,119,-1.543193859,0.7205570215,7668.1064099 +487,-1.154565557,0.124434095,119,-1.543193859,0.7205570215,2728.9129688 +488,1.855331234,0.291044755,119,-1.543193859,0.7205570215,8327.4131138 +489,0.830290659,0.276904518,119,-1.543193859,0.7205570215,7593.9129915 +490,0.485104466,-0.234867441,119,-1.543193859,0.7205570215,8188.5533242 +491,0.521367572,-0.33161327,119,-1.543193859,0.7205570215,8536.0174172 +1,-1.539031704,0.7349710123,120,-1.550257047,0.7386738187,36.048508363 +2,-1.536990553,0.7349663874,120,-1.550257047,0.7386738187,41.596205811 +3,-1.534951779,0.7349571355,120,-1.550257047,0.7386738187,47.250656933 +4,-1.532906461,0.7349480293,120,-1.550257047,0.7386738187,52.995193736 +5,-1.531320211,0.7346937278,120,-1.550257047,0.7386738187,57.752003564 +6,-1.539451648,0.7335131775,120,-1.550257047,0.7386738187,37.735068162 +7,-1.537429487,0.7335445708,120,-1.550257047,0.7386738187,42.785819814 +8,-1.535484998,0.7335658704,120,-1.550257047,0.7386738187,47.849758355 +9,-1.533488396,0.7336036027,120,-1.550257047,0.7386738187,53.161122299 +10,-1.531497785,0.7335842962,120,-1.550257047,0.7386738187,58.639450008 +11,-1.530259379,0.7334777758,120,-1.550257047,0.7386738187,62.206567671 +12,-1.5335454,0.7322346912,120,-1.550257047,0.7386738187,55.315702462 +13,-1.531489083,0.7322238773,120,-1.550257047,0.7386738187,60.75712078 +14,-1.530011122,0.7321679851,120,-1.550257047,0.7386738187,64.810464364 +15,-1.53348106,0.7306614094,120,-1.550257047,0.7386738187,58.639376623 +16,-1.531441779,0.7306962275,120,-1.550257047,0.7386738187,63.692755817 +17,-1.529755654,0.7306933243,120,-1.550257047,0.7386738187,68.045456171 +18,-1.533415048,0.7291384674,120,-1.550257047,0.7386738187,62.292781618 +19,-1.531392093,0.7291705353,120,-1.550257047,0.7386738187,67.04923741 +20,-1.529296523,0.7291214933,120,-1.550257047,0.7386738187,72.335151701 +21,-1.535280942,0.727267644,120,-1.550257047,0.7386738187,63.124735692 +22,-1.533378158,0.7276139666,120,-1.550257047,0.7386738187,66.235406329 +23,-1.531340368,0.7276446587,120,-1.550257047,0.7386738187,70.769276122 +24,-1.528960113,0.7276398177,120,-1.550257047,0.7386738187,76.414186528 +25,-1.533313146,0.7260818349,120,-1.550257047,0.7386738187,70.555902859 +26,-1.531259555,0.7260958115,120,-1.550257047,0.7386738187,74.91882295 +27,-1.528926415,0.7260865555,120,-1.550257047,0.7386738187,80.204065549 +28,-1.531226779,0.7245511789,120,-1.550257047,0.7386738187,79.215188291 +29,-1.528904772,0.7245519194,120,-1.550257047,0.7386738187,84.197459261 +30,-1.547195875,0.7409785979,120,-1.550257047,0.7386738187,12.788472405 +31,-1.5451475,0.740980426,120,-1.550257047,0.7386738187,17.519192386 +32,-1.543097679,0.7409798872,120,-1.550257047,0.7386738187,22.850104401 +33,-1.540720364,0.7409892687,120,-1.550257047,0.7386738187,29.368538686 +34,-1.547188511,0.7395198392,120,-1.550257047,0.7386738187,9.587789978 +35,-1.545148587,0.7395226109,120,-1.550257047,0.7386738187,15.328174563 +36,-1.543104538,0.7395314908,120,-1.550257047,0.7386738187,21.2125339 +37,-1.540727751,0.7395306258,120,-1.550257047,0.7386738187,28.102364482 +38,-1.547187029,0.7380014886,120,-1.550257047,0.7386738187,9.3796459347 +39,-1.545147315,0.7380012252,120,-1.550257047,0.7386738187,15.204233243 +40,-1.54310719,0.7380060743,120,-1.550257047,0.7386738187,21.11184716 +41,-1.540719671,0.7380068206,120,-1.550257047,0.7386738187,28.064354116 +42,-1.547187189,0.7364799098,120,-1.550257047,0.7386738187,12.510255938 +43,-1.545149996,0.7364853874,120,-1.550257047,0.7386738187,17.29986277 +44,-1.543106091,0.7364823484,120,-1.550257047,0.7386738187,22.689355596 +45,-1.540717158,0.7364893901,120,-1.550257047,0.7386738187,29.274272554 +46,-1.538663972,0.7410138672,120,-1.550257047,0.7386738187,35.159099546 +47,-1.53695285,0.7409699132,120,-1.550257047,0.7386738187,39.970396229 +48,-1.534910498,0.7409641297,120,-1.550257047,0.7386738187,45.804346757 +49,-1.533145034,0.7409536636,120,-1.550257047,0.7386738187,50.870062851 +50,-1.538681336,0.7395405883,120,-1.550257047,0.7386738187,34.06078728 +51,-1.536999189,0.7395183096,120,-1.550257047,0.7386738187,38.955953963 +52,-1.534923633,0.7395144222,120,-1.550257047,0.7386738187,45.01156627 +53,-1.533267822,0.7395654306,120,-1.550257047,0.7386738187,49.85962714 +54,-1.53867273,0.7380151077,120,-1.550257047,0.7386738187,34.036227027 +55,-1.536980576,0.7379994392,120,-1.550257047,0.7386738187,38.985079182 +56,-1.534931522,0.7379944961,120,-1.550257047,0.7386738187,44.976779916 +57,-1.533387952,0.7379480264,120,-1.550257047,0.7386738187,49.502661991 +58,-1.538682279,0.7364914363,120,-1.550257047,0.7386738187,35.015395626 +59,-1.536980704,0.7364810563,120,-1.550257047,0.7386738187,39.877293608 +60,-1.534935567,0.7364752065,120,-1.550257047,0.7386738187,45.75183694 +61,-1.533042592,0.7363876366,120,-1.550257047,0.7386738187,51.272625579 +62,-1.545143426,0.7349628011,120,-1.550257047,0.7386738187,21.002440553 +63,-1.543105297,0.7349691947,120,-1.550257047,0.7386738187,25.602436168 +64,-1.541064533,0.7349647152,120,-1.550257047,0.7386738187,30.709082132 +65,-1.545411803,0.7334624714,120,-1.550257047,0.7386738187,25.067979591 +66,-1.543446606,0.7334780896,120,-1.550257047,0.7386738187,28.692073503 +67,-1.541475327,0.7334957295,120,-1.550257047,0.7386738187,32.942634222 +68,-1.545401939,0.731963266,120,-1.550257047,0.7386738187,30.165007193 +69,-1.54342253,0.7319915583,120,-1.550257047,0.7386738187,33.221014793 +70,-1.541455867,0.7320216438,120,-1.550257047,0.7386738187,36.914231415 +71,-1.545410146,0.7304422281,120,-1.550257047,0.7386738187,35.582337317 +72,-1.543435491,0.7304713664,120,-1.550257047,0.7386738187,38.179504442 +73,-1.541463105,0.7304997613,120,-1.550257047,0.7386738187,41.430552184 +74,-1.545414768,0.7289194936,120,-1.550257047,0.7386738187,41.178804228 +75,-1.543435774,0.7289538557,120,-1.550257047,0.7386738187,43.415483302 +76,-1.541457714,0.7289765881,120,-1.550257047,0.7386738187,46.317500461 +77,-1.539449415,0.7320555866,120,-1.550257047,0.7386738187,41.170925812 +78,-1.537429183,0.7321097681,120,-1.550257047,0.7386738187,45.779491158 +79,-1.535472649,0.7321497267,120,-1.550257047,0.7386738187,50.533152622 +80,-1.539457899,0.7305333307,120,-1.550257047,0.7386738187,45.247452475 +81,-1.537453161,0.7305750503,120,-1.550257047,0.7386738187,49.451790839 +82,-1.535479385,0.7306124949,120,-1.550257047,0.7386738187,53.909803893 +83,-1.53946905,0.7290102593,120,-1.550257047,0.7386738187,49.719993647 +84,-1.537459922,0.7290417293,120,-1.550257047,0.7386738187,53.595571704 +85,-1.535451349,0.7290890157,120,-1.550257047,0.7386738187,57.773811424 +86,-1.535522937,0.7279887191,120,-1.550257047,0.7386738187,60.591190972 +87,-1.539442524,0.7274735939,120,-1.550257047,0.7386738187,54.602608577 +88,-1.537424111,0.727521351,120,-1.550257047,0.7386738187,58.121955878 +89,-1.539384641,0.7259505092,120,-1.550257047,0.7386738187,59.710991572 +90,-1.537372391,0.7259947145,120,-1.550257047,0.7386738187,62.948120872 +91,-1.535340789,0.7260435356,120,-1.550257047,0.7386738187,66.580593384 +92,-1.539325716,0.7244369706,120,-1.550257047,0.7386738187,64.947380202 +93,-1.537308932,0.7244801057,120,-1.550257047,0.7386738187,67.950297863 +94,-1.535289068,0.7245247645,120,-1.550257047,0.7386738187,71.324148859 +95,-1.533261366,0.7245550236,120,-1.550257047,0.7386738187,75.07760064 +96,-1.539267302,0.722921924,120,-1.550257047,0.7386738187,70.310332486 +97,-1.537248972,0.7229660258,120,-1.550257047,0.7386738187,73.096222707 +98,-1.535219431,0.7229916471,120,-1.550257047,0.7386738187,76.325093536 +99,-1.53318962,0.7230212049,120,-1.550257047,0.7386738187,79.860950932 +100,-1.531154816,0.7230299897,120,-1.550257047,0.7386738187,83.747231328 +101,-1.528878341,0.7230370244,120,-1.550257047,0.7386738187,88.383684233 +102,-1.539218189,0.7214009878,120,-1.550257047,0.7386738187,75.7789236 +103,-1.537198791,0.7214422745,120,-1.550257047,0.7386738187,78.383157405 +104,-1.535179266,0.7214634354,120,-1.550257047,0.7386738187,81.408747066 +105,-1.533156501,0.7214944644,120,-1.550257047,0.7386738187,84.720191292 +106,-1.53113574,0.7215166021,120,-1.550257047,0.7386738187,88.334871444 +107,-1.528874248,0.7215345535,120,-1.550257047,0.7386738187,92.688352132 +108,-1.539217656,0.7198512397,120,-1.550257047,0.7386738187,81.373561015 +109,-1.537199919,0.7199428763,120,-1.550257047,0.7386738187,83.616056365 +110,-1.545425832,0.727397149,120,-1.550257047,0.7386738187,46.876065042 +111,-1.543371177,0.7273916949,120,-1.550257047,0.7386738187,49.070268724 +112,-1.541368852,0.7274523163,120,-1.550257047,0.7386738187,51.576318999 +113,-1.545349067,0.7258710923,120,-1.550257047,0.7386738187,52.731995035 +114,-1.54332671,0.7258603556,120,-1.550257047,0.7386738187,54.705611548 +115,-1.541346831,0.7259242142,120,-1.550257047,0.7386738187,56.913649791 +116,-1.545324355,0.7243383958,120,-1.550257047,0.7386738187,58.614504107 +117,-1.543292796,0.7243617413,120,-1.550257047,0.7386738187,60.292162008 +118,-1.541295822,0.7244024384,120,-1.550257047,0.7386738187,62.395262538 +119,-1.543193859,0.7205570215,120,-1.550257047,0.7386738187,74.72940475 +120,-1.550257047,0.7386738187,120,-1.550257047,0.7386738187,8.4028455002 +121,-1.549335448,0.7311736483,120,-1.550257047,0.7386738187,29.831358152 +122,-1.533478843,0.7179891343,120,-1.550257047,0.7386738187,95.772652514 +123,-1.556150555,0.738907041,120,-1.550257047,0.7386738187,17.282667375 +124,-1.554324226,0.733414257,120,-1.550257047,0.7386738187,24.011950049 +125,-1.554290846,0.7288285332,120,-1.550257047,0.7386738187,40.762527912 +126,-1.55122487,0.7219795312,120,-1.550257047,0.7386738187,66.187707565 +127,-1.525104458,0.7229399862,120,-1.550257047,0.7386738187,96.888009541 +128,-1.519607711,0.7236181429,120,-1.550257047,0.7386738187,108.27204354 +129,-1.513899999,0.7251107854,120,-1.550257047,0.7386738187,119.84169199 +130,-1.536620762,0.7431061895,120,-1.550257047,0.7386738187,43.550117133 +131,-1.5369566,0.7460845958,120,-1.550257047,0.7386738187,48.668604439 +132,-1.545345528,0.7447040685,120,-1.550257047,0.7386738187,27.862003035 +133,-1.532813921,0.7432306626,120,-1.550257047,0.7386738187,54.078700884 +134,-1.554788248,0.7382381001,120,-1.550257047,0.7386738187,13.384502237 +135,-1.540348126,0.7301594274,120,-1.550257047,0.7386738187,44.565023763 +136,-1.538016084,0.7239051786,120,-1.550257047,0.7386738187,68.734432254 +137,-1.525288962,0.7258085137,120,-1.550257047,0.7386738187,89.47568319 +138,-1.534326986,0.731241342,120,-1.550257047,0.7386738187,55.298176234 +139,-1.530733872,0.7303625216,120,-1.550257047,0.7386738187,66.162617463 +141,-1.534354939,0.7328219978,120,-1.550257047,0.7386738187,52.131098576 +142,-1.53157084,0.7292888153,120,-1.550257047,0.7386738187,66.348808918 +143,-1.525691035,0.7263799874,120,-1.550257047,0.7386738187,87.20577327 +144,-1.534031287,0.7495967835,120,-1.550257047,0.7386738187,64.089117598 +145,-1.527714986,0.7283095957,120,-1.550257047,0.7386738187,78.00294927 +146,-1.526189586,0.7271468292,120,-1.550257047,0.7386738187,84.28847374 +147,-1.555177336,0.7375563366,120,-1.550257047,0.7386738187,15.081140924 +148,-1.555080283,0.7312707794,120,-1.550257047,0.7386738187,32.568882758 +149,-1.53856994,0.7224180299,120,-1.550257047,0.7386738187,73.038950542 +150,-1.530837883,0.729933372,120,-1.550257047,0.7386738187,66.772442587 +151,-1.515066984,0.5854133365,120,-1.550257047,0.7386738187,616.88507509 +152,-1.534731633,0.5368370046,120,-1.550257047,0.7386738187,800.98715362 +153,-1.515231902,0.5607085576,120,-1.550257047,0.7386738187,713.4618787 +154,-2.616253799,1.0684566605,120,-1.550257047,0.7386738187,2788.3383531 +155,-1.956071439,0.5792177723,120,-1.550257047,0.7386738187,1412.8413366 +156,-1.951208514,0.5602434208,120,-1.550257047,0.7386738187,1442.1507506 +157,-1.944675062,0.6062144545,120,-1.550257047,0.7386738187,1324.7978486 +158,-1.613778386,0.6077989518,120,-1.550257047,0.7386738187,554.31251496 +159,-2.035029014,0.6021432345,120,-1.550257047,0.7386738187,1590.2140046 +160,-2.114989471,0.6801825058,120,-1.550257047,0.7386738187,1702.5418167 +161,-2.037382079,0.5765830025,120,-1.550257047,0.7386738187,1646.9706349 +162,-2.129855121,0.6585019963,120,-1.550257047,0.7386738187,1774.8026735 +163,-2.075141798,0.6493615843,120,-1.550257047,0.7386738187,1627.7869218 +164,-1.828626729,0.6948433129,120,-1.550257047,0.7386738187,847.89319124 +165,-1.863329418,0.6735427691,120,-1.550257047,0.7386738187,976.11433324 +166,-1.266037071,0.727988852,120,-1.550257047,0.7386738187,836.19987425 +167,-1.277579582,0.7249010648,120,-1.550257047,0.7386738187,804.27079002 +168,-1.258418684,0.7241194816,120,-1.550257047,0.7386738187,860.86181675 +169,-1.317813974,0.6804850104,120,-1.550257047,0.7386738187,734.59043992 +170,-1.344165204,0.6790988904,120,-1.550257047,0.7386738187,662.36619581 +171,-1.427582102,0.5277120351,120,-1.550257047,0.7386738187,922.03145501 +172,-1.402238616,0.457167829,120,-1.550257047,0.7386738187,1214.2009035 +173,-1.422454264,0.4996161999,120,-1.550257047,0.7386738187,1031.7280866 +174,-1.439089277,0.4894859811,120,-1.550257047,0.7386738187,1049.77787 +175,-1.448126995,0.5182330266,120,-1.550257047,0.7386738187,931.85412356 +176,-1.474626146,0.5881926574,120,-1.550257047,0.7386738187,640.84637656 +177,-1.421139645,0.5584869783,120,-1.550257047,0.7386738187,821.10267163 +178,-1.457037165,0.565943032,120,-1.550257047,0.7386738187,744.04377178 +179,-2.757159358,0.3745319,120,-1.550257047,0.7386738187,4187.946412 +180,-2.714309238,0.342054471,120,-1.550257047,0.7386738187,4141.5211902 +181,-2.000525337,0.774119946,120,-1.550257047,0.7386738187,1299.3201464 +183,-1.571413436,0.6777838382,120,-1.550257047,0.7386738187,249.43389617 +184,-1.552860289,0.6987663893,120,-1.550257047,0.7386738187,158.26364776 +185,-1.521852374,0.7165827476,120,-1.550257047,0.7386738187,121.30361266 +186,-1.503656267,0.6928968252,120,-1.550257047,0.7386738187,228.6163769 +187,-1.502753178,0.7136205882,120,-1.550257047,0.7386738187,172.15731224 +188,-1.631894563,0.7343596465,120,-1.550257047,0.7386738187,240.13195306 +189,-1.653765416,0.6770714026,120,-1.550257047,0.7386738187,395.51615564 +190,-1.719812114,0.6715965947,120,-1.550257047,0.7386738187,575.84206109 +191,-1.493406659,0.6646955447,120,-1.550257047,0.7386738187,339.7039683 +192,-1.469120564,0.6613469966,120,-1.550257047,0.7386738187,392.5890495 +193,-1.590551461,0.5326612937,120,-1.550257047,0.7386738187,825.96686727 +194,-1.625979264,0.5247742243,120,-1.550257047,0.7386738187,880.81694127 +195,-1.572293943,0.5238808754,120,-1.550257047,0.7386738187,853.67871849 +196,-1.610848725,0.5477107964,120,-1.550257047,0.7386738187,780.20786868 +197,-1.208485554,0.7918526018,120,-1.550257047,0.7386738187,996.12841987 +198,-1.335601374,0.6869083083,120,-1.550257047,0.7386738187,674.41174382 +199,-1.346156996,0.6825213377,120,-1.550257047,0.7386738187,651.22243309 +200,-1.324381037,0.6741422347,120,-1.550257047,0.7386738187,726.08492494 +201,-1.242424992,0.7378949807,120,-1.550257047,0.7386738187,900.22553484 +202,-1.270370057,0.7392461008,120,-1.550257047,0.7386738187,818.25226068 +203,-1.448950472,0.7441675014,120,-1.550257047,0.7386738187,296.68456907 +204,-1.492662363,0.7523026852,120,-1.550257047,0.7386738187,176.08594062 +205,-1.479098966,0.7763855017,120,-1.550257047,0.7386738187,253.41876859 +206,-1.633760714,0.7869022408,120,-1.550257047,0.7386738187,305.95647095 +207,-1.647406434,0.8101289331,120,-1.550257047,0.7386738187,394.48882713 +208,-1.564245052,0.5701509278,120,-1.550257047,0.7386738187,668.95562459 +209,-1.646289963,0.6833746083,120,-1.550257047,0.7386738187,361.87264252 +210,-1.5820631,0.6751952144,120,-1.550257047,0.7386738187,269.04926968 +211,-1.613236298,0.6681681791,120,-1.550257047,0.7386738187,337.83866861 +212,-1.914661867,0.8212566515,120,-1.550257047,0.7386738187,1073.2613234 +213,-1.742133237,0.7250275956,120,-1.550257047,0.7386738187,567.58626407 +214,-2.033144872,0.6557314699,120,-1.550257047,0.7386738187,1495.6391834 +215,-2.039551981,0.6964723658,120,-1.550257047,0.7386738187,1463.0171743 +216,-1.247341019,0.7622473908,120,-1.550257047,0.7386738187,880.8627245 +217,-1.298239787,0.7084123392,120,-1.550257047,0.7386738187,756.73351516 +218,-1.308539688,0.6926545592,120,-1.550257047,0.7386738187,744.24094597 +219,-1.303263185,0.6888938396,120,-1.550257047,0.7386738187,764.33397722 +220,-1.852400229,0.6004246149,120,-1.550257047,0.7386738187,1083.4374697 +221,-1.288947707,0.7473773692,120,-1.550257047,0.7386738187,762.00994519 +222,-1.372031502,0.7472790993,120,-1.550257047,0.7386738187,520.69954301 +223,-1.289805721,0.7242157877,120,-1.550257047,0.7386738187,768.90399879 +224,-1.350807603,0.7533498126,120,-1.550257047,0.7386738187,582.63619776 +225,-1.329290365,0.7560442322,120,-1.550257047,0.7386738187,645.02975792 +226,-1.410153004,0.616936428,120,-1.550257047,0.7386738187,646.98110431 +227,-1.393445434,0.6308995063,120,-1.550257047,0.7386738187,642.52033771 +228,-1.37595573,0.6241540638,120,-1.550257047,0.7386738187,701.48431105 +229,-1.358388707,0.6172645205,120,-1.550257047,0.7386738187,761.5380957 +230,-1.753741133,0.8281661666,120,-1.550257047,0.7386738187,671.06795867 +231,-1.47430987,0.6834615681,120,-1.550257047,0.7386738187,315.79247635 +232,-1.421012508,0.7222725206,120,-1.550257047,0.7386738187,386.6847876 +233,-1.4476833,0.6978557868,120,-1.550257047,0.7386738187,345.90261315 +234,-1.470370723,0.6966193374,120,-1.550257047,0.7386738187,290.74822222 +235,-1.429211703,0.7037216883,120,-1.550257047,0.7386738187,385.63391522 +236,-1.700578405,0.6178673663,120,-1.550257047,0.7386738187,665.58179009 +237,-1.678117619,0.6331716163,120,-1.550257047,0.7386738187,572.46689808 +238,-1.725644578,0.6316331145,120,-1.550257047,0.7386738187,684.10955465 +239,-2.14012759,0.7930497945,120,-1.550257047,0.7386738187,1685.2115834 +240,-2.103289431,0.7653606263,120,-1.550257047,0.7386738187,1593.4782792 +241,-1.318739838,0.7017808746,120,-1.550257047,0.7386738187,703.8346052 +242,-1.396417427,0.7077900843,120,-1.550257047,0.7386738187,472.66476341 +243,-1.35650337,0.7185539404,120,-1.550257047,0.7386738187,577.69208159 +244,-1.248884539,0.7274156818,120,-1.550257047,0.7386738187,886.70992654 +245,-1.395014798,0.5761185243,120,-1.550257047,0.7386738187,806.15241353 +246,-1.433377362,0.6064716109,120,-1.550257047,0.7386738187,636.19411019 +247,-1.408172432,0.5903155476,120,-1.550257047,0.7386738187,735.16830056 +248,-1.749645898,0.7757118084,120,-1.550257047,0.7386738187,591.88527971 +249,-1.571626686,0.615046989,120,-1.550257047,0.7386738187,494.09497711 +250,-1.514070049,0.6303003037,120,-1.550257047,0.7386738187,443.35735976 +251,-1.480890369,0.6237966528,120,-1.550257047,0.7386738187,502.44250502 +252,-1.704390658,0.5281680612,120,-1.550257047,0.7386738187,966.89086053 +253,-1.64434733,0.5254277498,120,-1.550257047,0.7386738187,896.08087917 +254,-1.703855997,0.4792484842,120,-1.550257047,0.7386738187,1140.7718952 +255,-1.692002383,0.5748825051,120,-1.550257047,0.7386738187,785.66554083 +256,-1.854136457,0.5544643913,120,-1.550257047,0.7386738187,1202.3659563 +257,-1.665021206,0.520317736,120,-1.550257047,0.7386738187,938.95666783 +258,-1.733654349,0.4845187345,120,-1.550257047,0.7386738187,1167.1066641 +259,-1.720938188,0.5135933906,120,-1.550257047,0.7386738187,1044.7191041 +260,-1.742668307,0.553296122,120,-1.550257047,0.7386738187,951.96736105 +261,-1.965659039,0.7142126903,120,-1.550257047,0.7386738187,1229.7937163 +262,-1.944438071,0.6772834804,120,-1.550257047,0.7386738187,1207.0006186 +263,-1.270340967,0.7681487096,120,-1.550257047,0.7386738187,815.72661299 +264,-1.353091884,0.6549276821,120,-1.550257047,0.7386738187,683.82740423 +265,-1.333236659,0.6413584414,120,-1.550257047,0.7386738187,765.73734727 +266,-1.352015998,0.6753788907,120,-1.550257047,0.7386738187,646.8415738 +267,-1.377988483,0.6577816235,120,-1.550257047,0.7386738187,612.46091461 +268,-2.13075611,0.8318642051,120,-1.550257047,0.7386738187,1653.8719144 +269,-2.097910953,0.8259670014,120,-1.550257047,0.7386738187,1565.6410863 +270,-1.416382069,0.6694271549,120,-1.550257047,0.7386738187,488.15524278 +271,-1.538905672,0.7535625993,120,-1.550257047,0.7386738187,67.587463454 +272,-1.572309477,0.7803125099,120,-1.550257047,0.7386738187,176.67062834 +273,-1.87759879,0.7503853417,120,-1.550257047,0.7386738187,952.67464294 +274,1.152365588,0.590457682,120,-1.550257047,0.7386738187,6943.1977766 +275,0.350198001,0.718001859,120,-1.550257047,0.7386738187,5169.0150647 +276,0.046513677,0.491503852,120,-1.550257047,0.7386738187,5011.5483424 +277,0.027510309,0.742571376,120,-1.550257047,0.7386738187,4366.4849178 +278,0.306285725,-0.214631579,120,-1.550257047,0.7386738187,7625.7165484 +279,-1.100564889,0.318051531,120,-1.550257047,0.7386738187,2249.5799305 +280,-1.078582306,0.301437596,120,-1.550257047,0.7386738187,2351.9494874 +281,-1.137371989,-0.617634065,120,-1.550257047,0.7386738187,5576.6174446 +282,0.784356344,0.703272339,120,-1.550257047,0.7386738187,6042.126915 +283,-1.221209947,0.218327455,120,-1.550257047,0.7386738187,2351.3204411 +284,2.347301921,-0.449114658,120,-1.550257047,0.7386738187,9746.4247484 +285,0.246820618,0.830553713,120,-1.550257047,0.7386738187,4655.5352953 +286,0.829414965,0.703288228,120,-1.550257047,0.7386738187,6113.217186 +287,-1.337537566,0.42332223,120,-1.550257047,0.7386738187,1430.4882564 +288,0.882453706,0.454478077,120,-1.550257047,0.7386738187,7054.6791592 +289,1.575629659,0.416419109,120,-1.550257047,0.7386738187,7868.1643326 +290,-1.039455679,0.229888244,120,-1.550257047,0.7386738187,2669.0106779 +291,0.489558039,0.934482747,120,-1.550257047,0.7386738187,4835.3840073 +292,0.081344504,0.88384514,120,-1.550257047,0.7386738187,4184.0021709 +293,-1.547979814,0.300350308,120,-1.550257047,0.7386738187,1736.2165166 +294,0.040776181,0.168560074,120,-1.550257047,0.7386738187,5832.298965 +295,-1.130374745,0.563894876,120,-1.550257047,0.7386738187,1485.6218375 +296,1.578326642,0.478507176,120,-1.550257047,0.7386738187,7622.3601022 +297,-1.12861823,-0.291640865,120,-1.550257047,0.7386738187,4361.8385494 +298,0.310524208,0.770885792,120,-1.550257047,0.7386738187,4942.1689249 +299,0.415649091,-0.387246002,120,-1.550257047,0.7386738187,8377.7255711 +300,-0.926533878,-0.188022748,120,-1.550257047,0.7386738187,4311.9833339 +301,1.258856172,-0.11716081,120,-1.550257047,0.7386738187,9720.3527783 +302,-1.126050026,0.322941926,120,-1.550257047,0.7386738187,2177.4048676 +303,2.002785835,0.07893892,120,-1.550257047,0.7386738187,8883.2031497 +304,0.440437607,0.746258085,120,-1.550257047,0.7386738187,5279.0507635 +305,-0.030391866,0.214441206,120,-1.550257047,0.7386738187,5504.7990388 +306,0.521557815,-0.058929362,120,-1.550257047,0.7386738187,7826.7723901 +307,-0.097005111,0.13317729,120,-1.550257047,0.7386738187,5523.7751721 +308,1.83113859,0.221857587,120,-1.550257047,0.7386738187,8540.2816605 +309,0.222428864,0.099404236,120,-1.550257047,0.7386738187,6541.9494974 +310,-1.702731345,0.8728568183,120,-1.550257047,0.7386738187,675.38716588 +311,-0.418507569,0.278324921,120,-1.550257047,0.7386738187,4206.3416154 +312,-1.41153306,0.339029988,120,-1.550257047,0.7386738187,1649.84881 +313,0.357560442,0.114788776,120,-1.550257047,0.7386738187,6881.5550017 +314,0.325818979,0.268352149,120,-1.550257047,0.7386738187,6363.5453586 +315,-1.246004659,-0.663679965,120,-1.550257047,0.7386738187,5661.9665486 +316,1.814603087,0.637404484,120,-1.550257047,0.7386738187,6933.7456095 +317,1.843704281,-0.18300445,120,-1.550257047,0.7386738187,10075.558195 +318,1.690644492,-0.211480909,120,-1.550257047,0.7386738187,10327.763948 +319,-1.275451936,0.068109467,120,-1.550257047,0.7386738187,2827.8838834 +320,0.762430171,-0.207594741,120,-1.550257047,0.7386738187,8909.4414119 +321,0.265668905,-0.014647884,120,-1.550257047,0.7386738187,6976.184142 +322,-2.773032013,-0.335515811,120,-1.550257047,0.7386738187,6156.9598641 +323,-1.469512853,0.174058777,120,-1.550257047,0.7386738187,2253.9414014 +324,0.286276986,0.785925691,120,-1.550257047,0.7386738187,4851.4765376 +325,-1.379324697,0.377432233,120,-1.550257047,0.7386738187,1539.2268495 +326,-1.203778265,0.212813032,120,-1.550257047,0.7386738187,2400.2732085 +327,0.579916301,0.611743168,120,-1.550257047,0.7386738187,5962.3636784 +328,0.267582642,0.868113908,120,-1.550257047,0.7386738187,4605.0242862 +329,0.412869244,-0.050245578,120,-1.550257047,0.7386738187,7496.0503042 +330,0.17524381,0.976660285,120,-1.550257047,0.7386738187,4174.6573935 +331,0.743157214,0.204812899,120,-1.550257047,0.7386738187,7603.7196787 +332,-1.070758176,0.269382282,120,-1.550257047,0.7386738187,2471.8841199 +333,-1.230364251,0.329790229,120,-1.550257047,0.7386738187,1943.0330509 +334,-1.374813124,-0.024926835,120,-1.550257047,0.7386738187,3089.0679928 +335,0.519780566,0.463669906,120,-1.550257047,0.7386738187,6283.2308739 +336,-1.55108034,0.239698561,120,-1.550257047,0.7386738187,1976.4430107 +337,0.180294813,0.029739425,120,-1.550257047,0.7386738187,6608.9056416 +338,0.67820924,0.268170153,120,-1.550257047,0.7386738187,7253.0711585 +339,0.445798684,1.024001867,120,-1.550257047,0.7386738187,4520.1516918 +340,0.691751283,0.150521402,120,-1.550257047,0.7386738187,7653.7984525 +341,-1.036643551,-0.903056181,120,-1.550257047,0.7386738187,6738.0955621 +342,-0.120287036,1.083325163,120,-1.550257047,0.7386738187,3452.9913295 +343,2.823513113,-0.304487164,120,-1.550257047,0.7386738187,8009.6635294 +344,0.457583172,1.12513373,120,-1.550257047,0.7386738187,4271.9592749 +345,0.042918831,0.813795399,120,-1.550257047,0.7386738187,4247.5648599 +346,1.196146777,-0.853142756,120,-1.550257047,0.7386738187,11264.20104 +347,0.206001358,-0.010430701,120,-1.550257047,0.7386738187,6791.7142153 +348,-0.268308653,0.234799412,120,-1.550257047,0.7386738187,4756.9688616 +349,0.759363263,0.736189579,120,-1.550257047,0.7386738187,5892.2059897 +350,0.181363926,0.891988372,120,-1.550257047,0.7386738187,4374.3369523 +351,-0.021111158,0.139103292,120,-1.550257047,0.7386738187,5730.1071618 +352,-0.093355215,0.630686981,120,-1.550257047,0.7386738187,4306.641728 +353,0.40118964,0.681375926,120,-1.550257047,0.7386738187,5380.8901053 +354,-0.721197315,1.304706234,120,-1.550257047,0.7386738187,2672.0806081 +355,-1.076150317,0.212107639,120,-1.550257047,0.7386738187,2647.5306373 +356,-1.577164531,0.273993443,120,-1.550257047,0.7386738187,1842.8750214 +357,-0.190788414,0.182208586,120,-1.550257047,0.7386738187,5120.388269 +358,-0.261349752,0.209710184,120,-1.550257047,0.7386738187,4842.18421 +359,-1.029303852,0.083549259,120,-1.550257047,0.7386738187,3176.9225985 +360,-1.268609162,0.330525297,120,-1.550257047,0.7386738187,1872.712142 +361,1.282982244,-0.926641967,120,-1.550257047,0.7386738187,11340.35625 +362,0.217352334,0.731352408,120,-1.550257047,0.7386738187,4839.0175869 +363,-1.511833084,0.258629297,120,-1.550257047,0.7386738187,1905.9764317 +364,0.338812194,0.823184618,120,-1.550257047,0.7386738187,4862.7568267 +365,-0.324406489,1.134201999,120,-1.550257047,0.7386738187,3061.5711522 +366,1.389579348,0.399185724,120,-1.550257047,0.7386738187,7876.6990045 +367,2.047152199,-0.039082036,120,-1.550257047,0.7386738187,9236.4056124 +368,0.947780369,0.568250077,120,-1.550257047,0.7386738187,6762.963608 +369,0.763824846,0.576754987,120,-1.550257047,0.7386738187,6428.9372922 +370,-0.142334657,0.928153068,120,-1.550257047,0.7386738187,3619.0421112 +371,0.610266567,0.547265983,120,-1.550257047,0.7386738187,6224.9842399 +372,0.210731629,0.746815056,120,-1.550257047,0.7386738187,4785.2399812 +373,-1.34931644,0.316895224,120,-1.550257047,0.7386738187,1802.5662639 +374,2.407696481,0.655030745,120,-1.550257047,0.7386738187,6187.8589474 +375,0.64207831,0.545359131,120,-1.550257047,0.7386738187,6296.4282901 +376,1.174597538,0.840588356,120,-1.550257047,0.7386738187,6021.1171626 +377,0.660059424,0.010604079,120,-1.550257047,0.7386738187,8000.5439165 +378,-0.730263819,0.010486456,120,-1.550257047,0.7386738187,4095.4001929 +379,0.831068936,0.512339172,120,-1.550257047,0.7386738187,6765.9695857 +380,1.301180979,0.72367476,120,-1.550257047,0.7386738187,6559.3154941 +381,1.811128231,0.322854402,120,-1.550257047,0.7386738187,8163.013556 +382,0.435105812,0.992284428,120,-1.550257047,0.7386738187,4587.9754375 +383,0.62643634,0.592027932,120,-1.550257047,0.7386738187,6117.616545 +384,0.492988703,-0.516339467,120,-1.550257047,0.7386738187,8896.1670259 +385,-0.162469483,0.112549365,120,-1.550257047,0.7386738187,5386.6107999 +386,0.314630866,0.472006421,120,-1.550257047,0.7386738187,5764.3998655 +387,0.166744804,0.822815954,120,-1.550257047,0.7386738187,4503.6720933 +388,0.417159608,0.965805736,120,-1.550257047,0.7386738187,4629.1947653 +389,0.106334961,0.868774244,120,-1.550257047,0.7386738187,4269.5456046 +390,0.815086969,-0.338144359,120,-1.550257047,0.7386738187,9411.8141644 +391,0.59867455,-0.230624824,120,-1.550257047,0.7386738187,8515.6194996 +392,1.915104874,0.066220985,120,-1.550257047,0.7386738187,9050.0479474 +393,1.278093622,0.064463721,120,-1.550257047,0.7386738187,9069.4466912 +394,-0.061477853,0.302997961,120,-1.550257047,0.7386738187,5185.3565213 +395,0.251311504,0.626976942,120,-1.550257047,0.7386738187,5187.9664945 +396,2.950242872,0.149095644,120,-1.550257047,0.7386738187,6434.9395981 +397,-0.180294708,0.35375117,120,-1.550257047,0.7386738187,4713.8162605 +398,1.010448592,-0.351180233,120,-1.550257047,0.7386738187,9975.1681467 +399,-1.748740498,0.3686318073,120,-1.550257047,0.7386738187,1607.5308229 +400,2.699635665,0.123533791,120,-1.550257047,0.7386738187,7199.9489976 +401,0.496808033,0.823843254,120,-1.550257047,0.7386738187,5164.7109665 +402,0.129574704,0.763364087,120,-1.550257047,0.7386738187,4560.0233526 +403,1.798920311,0.817447563,120,-1.550257047,0.7386738187,6237.0393208 +404,0.335987953,0.746786541,120,-1.550257047,0.7386738187,5060.5077625 +405,-1.085413643,0.292154671,120,-1.550257047,0.7386738187,2366.1128311 +406,-0.155321003,0.508207011,120,-1.550257047,0.7386738187,4414.4451348 +407,0.620529244,-0.301175104,120,-1.550257047,0.7386738187,8762.9659988 +408,1.684402744,0.368716966,120,-1.550257047,0.7386738187,8044.2686427 +409,0.300582244,-0.386397212,120,-1.550257047,0.7386738187,8039.9238427 +410,2.913555946,-0.009225192,120,-1.550257047,0.7386738187,6971.4710391 +411,1.465101417,0.493232532,120,-1.550257047,0.7386738187,7542.5252547 +412,0.090612882,0.907955955,120,-1.550257047,0.7386738187,4153.0798524 +413,2.987564726,-0.729568594,120,-1.550257047,0.7386738187,8502.7333616 +414,-1.484261606,0.224149272,120,-1.550257047,0.7386738187,2050.6270348 +415,0.164073421,0.303955133,120,-1.550257047,0.7386738187,5822.7448017 +416,0.141441293,0.167552546,120,-1.550257047,0.7386738187,6125.4113532 +417,2.931321023,-0.506718887,120,-1.550257047,0.7386738187,8180.9077689 +418,2.21951565,0.700596356,120,-1.550257047,0.7386738187,6314.0160332 +419,0.268112576,1.199114336,120,-1.550257047,0.7386738187,3860.2391409 +420,0.978913739,0.359223811,120,-1.550257047,0.7386738187,7552.6498309 +421,1.210898818,0.522863584,120,-1.550257047,0.7386738187,7257.8210827 +422,2.347397336,0.129231362,120,-1.550257047,0.7386738187,8055.9903368 +423,0.614394501,0.556878345,120,-1.550257047,0.7386738187,6203.4635347 +424,-1.398079356,0.148483366,120,-1.550257047,0.7386738187,2397.2263674 +425,2.535303836,-0.112984496,120,-1.550257047,0.7386738187,8327.2581434 +426,-1.019372593,-0.405322349,120,-1.550257047,0.7386738187,4929.871714 +427,-1.297785627,-0.160104069,120,-1.550257047,0.7386738187,3675.8509404 +428,2.144554488,0.205051084,120,-1.550257047,0.7386738187,8199.6071394 +429,-2.242387083,-0.426171285,120,-1.550257047,0.7386738187,5262.0158082 +430,0.338637212,0.909723676,120,-1.550257047,0.7386738187,4637.216312 +431,-0.148798452,0.691042401,120,-1.550257047,0.7386738187,4031.9469312 +432,0.893524764,0.441829531,120,-1.550257047,0.7386738187,7117.7165966 +433,0.969229347,-0.368847936,120,-1.550257047,0.7386738187,9916.0693403 +434,0.436043248,0.800045688,120,-1.550257047,0.7386738187,5117.999362 +435,1.687946607,1.081504775,120,-1.550257047,0.7386738187,5227.4960946 +436,0.522302046,-0.034889271,120,-1.550257047,0.7386738187,7761.122569 +437,-0.178996113,-0.438090009,120,-1.550257047,0.7386738187,6829.9955775 +438,-1.094339566,0.301444068,120,-1.550257047,0.7386738187,2316.4601501 +439,-1.064070054,0.242569932,120,-1.550257047,0.7386738187,2573.3951629 +440,-1.068153768,0.230387998,120,-1.550257047,0.7386738187,2604.2739587 +441,-3.00496892,-0.23989155,120,-1.550257047,0.7386738187,6526.399573 +442,0.21751974,0.766874888,120,-1.550257047,0.7386738187,4750.4504639 +443,0.117229532,0.007619006,120,-1.550257047,0.7386738187,6484.5162163 +444,0.777758451,0.420554741,120,-1.550257047,0.7386738187,6973.9794787 +445,-0.252356999,0.250747086,120,-1.550257047,0.7386738187,4762.7537345 +446,0.363148444,0.768483434,120,-1.550257047,0.7386738187,5058.9784563 +447,0.903191366,-0.118210676,120,-1.550257047,0.7386738187,9006.5828414 +448,-0.205755923,0.149406178,120,-1.550257047,0.7386738187,5162.5907367 +449,1.811996086,0.02364353,120,-1.550257047,0.7386738187,9322.8640722 +450,-1.100670221,0.314845373,120,-1.550257047,0.7386738187,2259.5385587 +451,0.340078597,0.850105132,120,-1.550257047,0.7386738187,4794.4855539 +452,0.258757267,0.804969236,120,-1.550257047,0.7386738187,4744.5303516 +453,2.78505352,-0.155160804,120,-1.550257047,0.7386738187,7736.0600162 +454,0.800551619,0.105822106,120,-1.550257047,0.7386738187,8052.8736605 +455,0.437940882,-0.506194031,120,-1.550257047,0.7386738187,8714.6611548 +456,2.230431122,0.63458615,120,-1.550257047,0.7386738187,6534.1337269 +457,0.527965361,0.127667701,120,-1.550257047,0.7386738187,7307.4151391 +458,-0.063643205,0.702093448,120,-1.550257047,0.7386738187,4228.4445892 +459,1.408447268,0.133010502,120,-1.550257047,0.7386738187,8928.2756891 +460,0.523795955,0.280266966,120,-1.550257047,0.7386738187,6844.0663501 +461,-0.975769313,0.072177659,120,-1.550257047,0.7386738187,3326.4438314 +462,0.549774164,-0.463663986,120,-1.550257047,0.7386738187,8947.1002679 +463,0.29245874,1.095549818,120,-1.550257047,0.7386738187,4112.0385971 +464,0.143625958,0.816809593,120,-1.550257047,0.7386738187,4467.0882823 +465,0.671902494,0.611159853,120,-1.550257047,0.7386738187,6145.6950603 +466,1.239840988,0.6724199,120,-1.550257047,0.7386738187,6712.9977845 +467,0.607829703,-0.10932137,120,-1.550257047,0.7386738187,8208.1826703 +468,1.763020906,0.263996692,120,-1.550257047,0.7386738187,8423.1535606 +469,0.378714634,0.726066797,120,-1.550257047,0.7386738187,5207.929417 +470,2.196736143,-0.153862366,120,-1.550257047,0.7386738187,9315.324872 +471,0.01702415,0.148991565,120,-1.550257047,0.7386738187,5815.1412298 +472,-2.998490902,-0.158002487,120,-1.550257047,0.7386738187,6287.984305 +473,-3.051262951,-0.346595608,120,-1.550257047,0.7386738187,6939.7324821 +474,-1.069176439,0.182802941,120,-1.550257047,0.7386738187,2759.9091412 +475,0.167157509,0.595344954,120,-1.550257047,0.7386738187,5064.1259427 +476,0.613855648,0.681746124,120,-1.550257047,0.7386738187,5812.0199952 +477,1.037012736,0.682555367,120,-1.550257047,0.7386738187,6472.0291305 +478,-1.253574971,0.379755746,120,-1.550257047,0.7386738187,1728.598225 +479,3.108590453,-0.132620738,120,-1.550257047,0.7386738187,6731.3385025 +480,0.565301296,0.022333262,120,-1.550257047,0.7386738187,7714.7269088 +481,0.547898238,0.855555614,120,-1.550257047,0.7386738187,5162.4837124 +482,0.948309381,0.417393755,120,-1.550257047,0.7386738187,7296.4314444 +483,-0.050600732,0.945269213,120,-1.550257047,0.7386738187,3787.6874408 +484,-0.977651478,-0.572363064,120,-1.550257047,0.7386738187,5594.6163906 +485,1.102014914,0.728861163,120,-1.550257047,0.7386738187,6373.9013678 +486,2.927300795,-0.282939414,120,-1.550257047,0.7386738187,7651.6647951 +487,-1.154565557,0.124434095,120,-1.550257047,0.7386738187,2799.1504481 +488,1.855331234,0.291044755,120,-1.550257047,0.7386738187,8252.6849552 +489,0.830290659,0.276904518,120,-1.550257047,0.7386738187,7557.8857055 +490,0.485104466,-0.234867441,120,-1.550257047,0.7386738187,8199.8406942 +491,0.521367572,-0.33161327,120,-1.550257047,0.7386738187,8551.8260153 +1,-1.539031704,0.7349710123,121,-1.549335448,0.7311736483,33.853972527 +2,-1.536990553,0.7349663874,121,-1.549335448,0.7311736483,39.32024937 +3,-1.534951779,0.7349571355,121,-1.549335448,0.7311736483,44.912527659 +4,-1.532906461,0.7349480293,121,-1.549335448,0.7311736483,50.617226853 +5,-1.531320211,0.7346937278,121,-1.549335448,0.7311736483,54.836404954 +6,-1.539451648,0.7335131775,121,-1.549335448,0.7311736483,30.55136475 +7,-1.537429487,0.7335445708,121,-1.549335448,0.7311736483,36.303376545 +8,-1.535484998,0.7335658704,121,-1.549335448,0.7311736483,41.880511002 +9,-1.533488396,0.7336036027,121,-1.549335448,0.7311736483,47.656441138 +10,-1.531497785,0.7335842962,121,-1.549335448,0.7311736483,53.398351752 +11,-1.530259379,0.7334777758,121,-1.549335448,0.7311736483,56.924241367 +12,-1.5335454,0.7322346912,121,-1.549335448,0.7311736483,46.724500451 +13,-1.531489083,0.7322238773,121,-1.549335448,0.7311736483,52.759747741 +14,-1.530011122,0.7321679851,121,-1.549335448,0.7311736483,57.0886248 +15,-1.53348106,0.7306614094,121,-1.549335448,0.7311736483,46.801715059 +16,-1.531441779,0.7306962275,121,-1.549335448,0.7311736483,52.804937523 +17,-1.529755654,0.7306933243,121,-1.549335448,0.7311736483,57.775038276 +18,-1.533415048,0.7291384674,121,-1.549335448,0.7311736483,47.67095697 +19,-1.531392093,0.7291705353,121,-1.549335448,0.7311736483,53.544865255 +20,-1.529296523,0.7291214933,121,-1.549335448,0.7311736483,59.69533671 +21,-1.535280942,0.727267644,121,-1.549335448,0.7311736483,44.301888358 +22,-1.533378158,0.7276139666,121,-1.549335448,0.7311736483,49.189483481 +23,-1.531340368,0.7276446587,121,-1.549335448,0.7311736483,54.950230664 +24,-1.528960113,0.7276398177,121,-1.549335448,0.7311736483,61.778553758 +25,-1.533313146,0.7260818349,121,-1.549335448,0.7311736483,51.466135593 +26,-1.531259555,0.7260958115,121,-1.549335448,0.7311736483,57.079207405 +27,-1.528926415,0.7260865555,121,-1.549335448,0.7311736483,63.590065981 +28,-1.531226779,0.7245511789,121,-1.549335448,0.7311736483,59.631181637 +29,-1.528904772,0.7245519194,121,-1.549335448,0.7311736483,65.865857809 +30,-1.547195875,0.7409785979,121,-1.549335448,0.7311736483,39.341977309 +31,-1.5451475,0.740980426,121,-1.549335448,0.7311736483,40.743598261 +32,-1.543097679,0.7409798872,121,-1.549335448,0.7311736483,42.94216309 +33,-1.540720364,0.7409892687,121,-1.549335448,0.7311736483,46.380812113 +34,-1.547188511,0.7395198392,121,-1.549335448,0.7311736483,33.655411595 +35,-1.545148587,0.7395226109,121,-1.549335448,0.7311736483,35.283102281 +36,-1.543104538,0.7395314908,121,-1.549335448,0.7311736483,37.828052738 +37,-1.540727751,0.7395306258,121,-1.549335448,0.7311736483,41.653865803 +38,-1.547187029,0.7380014886,121,-1.549335448,0.7311736483,27.772610672 +39,-1.545147315,0.7380012252,121,-1.549335448,0.7311736483,29.714260947 +40,-1.54310719,0.7380060743,121,-1.549335448,0.7311736483,32.674011356 +41,-1.540719671,0.7380068206,121,-1.549335448,0.7311736483,37.067098494 +42,-1.547187189,0.7364799098,121,-1.549335448,0.7311736483,21.947471418 +43,-1.545149996,0.7364853874,121,-1.549335448,0.7311736483,24.377137613 +44,-1.543106091,0.7364823484,121,-1.549335448,0.7311736483,27.891224031 +45,-1.540717158,0.7364893901,121,-1.549335448,0.7311736483,32.954340881 +46,-1.538663972,0.7410138672,121,-1.549335448,0.7311736483,50.004985151 +47,-1.53695285,0.7409699132,121,-1.549335448,0.7311736483,53.168844117 +48,-1.534910498,0.7409641297,121,-1.549335448,0.7311736483,57.419036969 +49,-1.533145034,0.7409536636,121,-1.549335448,0.7311736483,61.314836166 +50,-1.538681336,0.7395405883,121,-1.549335448,0.7311736483,45.582470399 +51,-1.536999189,0.7395183096,121,-1.549335448,0.7311736483,49.047231951 +52,-1.534923633,0.7395144222,121,-1.549335448,0.7311736483,53.699596227 +53,-1.533267822,0.7395654306,121,-1.549335448,0.7311736483,57.72691488 +54,-1.53867273,0.7380151077,121,-1.549335448,0.7311736483,41.433151223 +55,-1.536980576,0.7379994392,121,-1.549335448,0.7311736483,45.275794567 +56,-1.534931522,0.7379944961,121,-1.549335448,0.7311736483,50.225496325 +57,-1.533387952,0.7379480264,121,-1.549335448,0.7311736483,54.014613623 +58,-1.538682279,0.7364914363,121,-1.549335448,0.7311736483,37.75747605 +59,-1.536980704,0.7364810563,121,-1.549335448,0.7311736483,41.983811085 +60,-1.534935567,0.7364752065,121,-1.549335448,0.7311736483,47.276851969 +61,-1.533042592,0.7363876366,121,-1.549335448,0.7311736483,52.187518426 +62,-1.545143426,0.7349628011,121,-1.549335448,0.7311736483,19.429936253 +63,-1.543105297,0.7349691947,121,-1.549335448,0.7311736483,23.713387128 +64,-1.541064533,0.7349647152,121,-1.549335448,0.7311736483,28.604109402 +65,-1.545411803,0.7334624714,121,-1.549335448,0.7311736483,14.688754221 +66,-1.543446606,0.7334780896,121,-1.549335448,0.7311736483,19.600602605 +67,-1.541475327,0.7334957295,121,-1.549335448,0.7311736483,24.911782179 +68,-1.545401939,0.731963266,121,-1.549335448,0.7311736483,12.008434304 +69,-1.54342253,0.7319915583,121,-1.549335448,0.7311736483,17.726590575 +70,-1.541455867,0.7320216438,121,-1.549335448,0.7311736483,23.465982456 +71,-1.545410146,0.7304422281,121,-1.549335448,0.7311736483,11.934658112 +72,-1.543435491,0.7304713664,121,-1.549335448,0.7311736483,17.62262004 +73,-1.541463105,0.7304997613,121,-1.549335448,0.7311736483,23.371779097 +74,-1.545414768,0.7289194936,121,-1.549335448,0.7311736483,14.6161304 +75,-1.543435774,0.7289538557,121,-1.549335448,0.7311736483,19.506688695 +76,-1.541457714,0.7289765881,121,-1.549335448,0.7311736483,24.825885947 +77,-1.539449415,0.7320555866,121,-1.549335448,0.7311736483,29.346374222 +78,-1.537429183,0.7321097681,121,-1.549335448,0.7311736483,35.28654105 +79,-1.535472649,0.7321497267,121,-1.549335448,0.7311736483,41.039397473 +80,-1.539457899,0.7305333307,121,-1.549335448,0.7311736483,29.242789393 +81,-1.537453161,0.7305750503,121,-1.549335448,0.7311736483,35.1247509 +82,-1.535479385,0.7306124949,121,-1.549335448,0.7311736483,40.925604446 +83,-1.53946905,0.7290102593,121,-1.549335448,0.7311736483,30.354221777 +84,-1.537459922,0.7290417293,121,-1.549335448,0.7311736483,36.051683975 +85,-1.535451349,0.7290890157,121,-1.549335448,0.7311736483,41.799510593 +86,-1.535522937,0.7279887191,121,-1.549335448,0.7311736483,42.691129897 +87,-1.539442524,0.7274735939,121,-1.549335448,0.7311736483,32.68760629 +88,-1.537424111,0.727521351,121,-1.549335448,0.7311736483,38.036811126 +89,-1.539384641,0.7259505092,121,-1.549335448,0.7311736483,35.956968172 +90,-1.537372391,0.7259947145,121,-1.549335448,0.7311736483,40.875356755 +91,-1.535340789,0.7260435356,121,-1.549335448,0.7311736483,46.080590357 +92,-1.539325716,0.7244369706,121,-1.549335448,0.7311736483,39.854239293 +93,-1.537308932,0.7244801057,121,-1.549335448,0.7311736483,44.361282556 +94,-1.535289068,0.7245247645,121,-1.549335448,0.7311736483,49.184276427 +95,-1.533261366,0.7245550236,121,-1.549335448,0.7311736483,54.285022 +96,-1.539267302,0.722921924,121,-1.549335448,0.7311736483,44.2276932 +97,-1.537248972,0.7229660258,121,-1.549335448,0.7311736483,48.334910219 +98,-1.535219431,0.7229916471,121,-1.549335448,0.7311736483,52.871106845 +99,-1.53318962,0.7230212049,121,-1.549335448,0.7311736483,57.668400783 +100,-1.531154816,0.7230299897,121,-1.549335448,0.7311736483,62.729853843 +101,-1.528878341,0.7230370244,121,-1.549335448,0.7311736483,68.581743169 +102,-1.539218189,0.7214009878,121,-1.549335448,0.7311736483,48.949857828 +103,-1.537198791,0.7214422745,121,-1.549335448,0.7311736483,52.702124237 +104,-1.535179266,0.7214634354,121,-1.549335448,0.7311736483,56.891746725 +105,-1.533156501,0.7214944644,121,-1.549335448,0.7311736483,61.361641825 +106,-1.53113574,0.7215166021,121,-1.549335448,0.7311736483,66.088281351 +107,-1.528874248,0.7215345535,121,-1.549335448,0.7311736483,71.615800912 +108,-1.539217656,0.7198512397,121,-1.549335448,0.7311736483,53.947505316 +109,-1.537199919,0.7199428763,121,-1.549335448,0.7311736483,57.20239191 +110,-1.545425832,0.727397149,121,-1.549335448,0.7311736483,18.897059928 +111,-1.543371177,0.7273916949,121,-1.549335448,0.7311736483,23.124001574 +112,-1.541368852,0.7274523163,121,-1.549335448,0.7311736483,27.764741993 +113,-1.545349067,0.7258710923,121,-1.549335448,0.7311736483,24.082267475 +114,-1.54332671,0.7258603556,121,-1.549335448,0.7311736483,27.537532262 +115,-1.541346831,0.7259242142,121,-1.549335448,0.7311736483,31.460760682 +116,-1.545324355,0.7243383958,121,-1.549335448,0.7311736483,29.559340118 +117,-1.543292796,0.7243617413,121,-1.549335448,0.7311736483,32.363635219 +118,-1.541295822,0.7244024384,121,-1.549335448,0.7311736483,35.842552813 +119,-1.543193859,0.7205570215,121,-1.549335448,0.7311736483,45.81968822 +120,-1.550257047,0.7386738187,121,-1.549335448,0.7311736483,29.831358152 +121,-1.549335448,0.7311736483,121,-1.549335448,0.7311736483,12.599095233 +122,-1.533478843,0.7179891343,121,-1.549335448,0.7311736483,70.277654584 +123,-1.556150555,0.738907041,121,-1.549335448,0.7311736483,36.596439935 +124,-1.554324226,0.733414257,121,-1.549335448,0.7311736483,17.166911134 +125,-1.554290846,0.7288285332,121,-1.549335448,0.7311736483,17.326858439 +126,-1.55122487,0.7219795312,121,-1.549335448,0.7311736483,36.845009408 +127,-1.525104458,0.7229399862,121,-1.549335448,0.7311736483,78.77583644 +128,-1.519607711,0.7236181429,121,-1.549335448,0.7311736483,92.899999991 +129,-1.513899999,0.7251107854,121,-1.549335448,0.7311736483,107.48053421 +130,-1.536620762,0.7431061895,121,-1.549335448,0.7311736483,60.202305843 +131,-1.5369566,0.7460845958,121,-1.549335448,0.7311736483,69.301046789 +132,-1.545345528,0.7447040685,121,-1.549335448,0.7311736483,54.854619158 +133,-1.532813921,0.7432306626,121,-1.549335448,0.7311736483,68.030039253 +134,-1.554788248,0.7382381001,121,-1.549335448,0.7311736483,32.246869909 +135,-1.540348126,0.7301594274,121,-1.549335448,0.7311736483,26.814076907 +136,-1.538016084,0.7239051786,121,-1.549335448,0.7311736483,44.159383129 +137,-1.525288962,0.7258085137,121,-1.549335448,0.7311736483,74.180392794 +138,-1.534326986,0.731241342,121,-1.549335448,0.7311736483,44.252237767 +139,-1.530733872,0.7303625216,121,-1.549335448,0.7311736483,54.960951382 +141,-1.534354939,0.7328219978,121,-1.549335448,0.7311736483,44.617961384 +142,-1.53157084,0.7292888153,121,-1.549335448,0.7311736483,52.952417938 +143,-1.525691035,0.7263799874,121,-1.549335448,0.7311736483,72.399332135 +144,-1.534031287,0.7495967835,121,-1.549335448,0.7311736483,85.601175481 +145,-1.527714986,0.7283095957,121,-1.549335448,0.7311736483,64.830151184 +146,-1.526189586,0.7271468292,121,-1.549335448,0.7311736483,70.204560591 +147,-1.555177336,0.7375563366,121,-1.549335448,0.7311736483,30.564169147 +148,-1.555080283,0.7312707794,121,-1.549335448,0.7311736483,16.942461262 +149,-1.53856994,0.7224180299,121,-1.549335448,0.7311736483,47.098190705 +150,-1.530837883,0.729933372,121,-1.549335448,0.7311736483,54.791349924 +151,-1.515066984,0.5854133365,121,-1.549335448,0.7311736483,587.20706714 +152,-1.534731633,0.5368370046,121,-1.549335448,0.7311736483,771.16527626 +153,-1.515231902,0.5607085576,121,-1.549335448,0.7311736483,683.71819459 +154,-2.616253799,1.0684566605,121,-1.549335448,0.7311736483,2812.6989059 +155,-1.956071439,0.5792177723,121,-1.549335448,0.7311736483,1406.0832354 +156,-1.951208514,0.5602434208,121,-1.549335448,0.7311736483,1433.9133483 +157,-1.944675062,0.6062144545,121,-1.549335448,0.7311736483,1319.6179849 +158,-1.613778386,0.6077989518,121,-1.549335448,0.7311736483,527.9458345 +159,-2.035029014,0.6021432345,121,-1.549335448,0.7311736483,1587.6605527 +160,-2.114989471,0.6801825058,121,-1.549335448,0.7311736483,1707.1212013 +161,-2.037382079,0.5765830025,121,-1.549335448,0.7311736483,1642.8197145 +162,-2.129855121,0.6585019963,121,-1.549335448,0.7311736483,1778.2224172 +163,-2.075141798,0.6493615843,121,-1.549335448,0.7311736483,1629.4944478 +164,-1.828626729,0.6948433129,121,-1.549335448,0.7311736483,847.76682501 +165,-1.863329418,0.6735427691,121,-1.549335448,0.7311736483,974.43026806 +166,-1.266037071,0.727988852,121,-1.549335448,0.7311736483,835.35311453 +167,-1.277579582,0.7249010648,121,-1.549335448,0.7311736483,802.81291072 +168,-1.258418684,0.7241194816,121,-1.549335448,0.7311736483,859.58660058 +169,-1.317813974,0.6804850104,121,-1.549335448,0.7311736483,725.3918847 +170,-1.344165204,0.6790988904,121,-1.549335448,0.7311736483,651.69905746 +171,-1.427582102,0.5277120351,121,-1.549335448,0.7311736483,894.45110054 +172,-1.402238616,0.457167829,121,-1.549335448,0.7311736483,1186.3565999 +173,-1.422454264,0.4996161999,121,-1.549335448,0.7311736483,1003.8429887 +174,-1.439089277,0.4894859811,121,-1.549335448,0.7311736483,1021.2435065 +175,-1.448126995,0.5182330266,121,-1.549335448,0.7311736483,903.38406026 +176,-1.474626146,0.5881926574,121,-1.549335448,0.7311736483,612.50084346 +177,-1.421139645,0.5584869783,121,-1.549335448,0.7311736483,794.5917424 +178,-1.457037165,0.565943032,121,-1.549335448,0.7311736483,716.02015683 +179,-2.757159358,0.3745319,121,-1.549335448,0.7311736483,4192.3402766 +180,-2.714309238,0.342054471,121,-1.549335448,0.7311736483,4144.2020363 +181,-2.000525337,0.774119946,121,-1.549335448,0.7311736483,1309.9254698 +183,-1.571413436,0.6777838382,121,-1.549335448,0.7311736483,221.71851179 +184,-1.552860289,0.6987663893,121,-1.549335448,0.7311736483,128.79724981 +185,-1.521852374,0.7165827476,121,-1.549335448,0.7311736483,99.960703139 +186,-1.503656267,0.6928968252,121,-1.549335448,0.7311736483,204.30381089 +187,-1.502753178,0.7136205882,121,-1.549335448,0.7311736483,154.89525212 +188,-1.631894563,0.7343596465,121,-1.549335448,0.7311736483,243.3763175 +189,-1.653765416,0.6770714026,121,-1.549335448,0.7311736483,381.06014736 +190,-1.719812114,0.6715965947,121,-1.549335448,0.7311736483,566.82208969 +191,-1.493406659,0.6646955447,121,-1.549335448,0.7311736483,313.22586799 +192,-1.469120564,0.6613469966,121,-1.549335448,0.7311736483,368.56227855 +193,-1.590551461,0.5326612937,121,-1.549335448,0.7311736483,797.17167885 +194,-1.625979264,0.5247742243,121,-1.549335448,0.7311736483,853.3305133 +195,-1.572293943,0.5238808754,121,-1.549335448,0.7311736483,824.34943025 +196,-1.610848725,0.5477107964,121,-1.549335448,0.7311736483,752.34549839 +197,-1.208485554,0.7918526018,121,-1.549335448,0.7311736483,1003.5787959 +198,-1.335601374,0.6869083083,121,-1.549335448,0.7311736483,665.38708049 +199,-1.346156996,0.6825213377,121,-1.549335448,0.7311736483,640.99020369 +200,-1.324381037,0.6741422347,121,-1.549335448,0.7311736483,715.67684993 +201,-1.242424992,0.7378949807,121,-1.549335448,0.7311736483,900.99211012 +202,-1.270370057,0.7392461008,121,-1.549335448,0.7311736483,818.97058802 +203,-1.448950472,0.7441675014,121,-1.549335448,0.7311736483,298.6623508 +204,-1.492662363,0.7523026852,121,-1.549335448,0.7311736483,185.44775625 +205,-1.479098966,0.7763855017,121,-1.549335448,0.7311736483,270.52314251 +206,-1.633760714,0.7869022408,121,-1.549335448,0.7311736483,327.8942274 +207,-1.647406434,0.8101289331,121,-1.549335448,0.7311736483,418.68603233 +208,-1.564245052,0.5701509278,121,-1.549335448,0.7311736483,639.52942227 +209,-1.646289963,0.6833746083,121,-1.549335448,0.7311736483,347.82754284 +210,-1.5820631,0.6751952144,121,-1.549335448,0.7311736483,242.7631115 +211,-1.613236298,0.6681681791,121,-1.549335448,0.7311736483,315.81067102 +212,-1.914661867,0.8212566515,121,-1.549335448,0.7311736483,1088.5237818 +213,-1.742133237,0.7250275956,121,-1.549335448,0.7311736483,570.16036616 +214,-2.033144872,0.6557314699,121,-1.549335448,0.7311736483,1496.875805 +215,-2.039551981,0.6964723658,121,-1.549335448,0.7311736483,1467.5298709 +216,-1.247341019,0.7622473908,121,-1.549335448,0.7311736483,884.85366939 +217,-1.298239787,0.7084123392,121,-1.549335448,0.7311736483,752.38539688 +218,-1.308539688,0.6926545592,121,-1.549335448,0.7311736483,737.19832177 +219,-1.303263185,0.6888938396,121,-1.549335448,0.7311736483,756.93442951 +220,-1.852400229,0.6004246149,121,-1.549335448,0.7311736483,1073.8787179 +221,-1.288947707,0.7473773692,121,-1.549335448,0.7311736483,763.84851863 +222,-1.372031502,0.7472790993,121,-1.549335448,0.7311736483,522.57316875 +223,-1.289805721,0.7242157877,121,-1.549335448,0.7311736483,767.14918658 +224,-1.350807603,0.7533498126,121,-1.549335448,0.7311736483,585.65515653 +225,-1.329290365,0.7560442322,121,-1.549335448,0.7311736483,648.39719617 +226,-1.410153004,0.616936428,121,-1.549335448,0.7311736483,624.15846578 +227,-1.393445434,0.6308995063,121,-1.549335448,0.7311736483,622.20767259 +228,-1.37595573,0.6241540638,121,-1.549335448,0.7311736483,681.79527336 +229,-1.358388707,0.6172645205,121,-1.549335448,0.7311736483,742.40324938 +230,-1.753741133,0.8281661666,121,-1.549335448,0.7311736483,691.03446395 +231,-1.47430987,0.6834615681,121,-1.549335448,0.7311736483,294.44822155 +232,-1.421012508,0.7222725206,121,-1.549335448,0.7311736483,381.38510053 +233,-1.4476833,0.6978557868,121,-1.549335448,0.7311736483,331.46495552 +234,-1.470370723,0.6966193374,121,-1.549335448,0.7311736483,273.11068968 +235,-1.429211703,0.7037216883,121,-1.549335448,0.7311736483,374.51893673 +236,-1.700578405,0.6178673663,121,-1.549335448,0.7311736483,647.68190483 +237,-1.678117619,0.6331716163,121,-1.549335448,0.7311736483,554.07764605 +238,-1.725644578,0.6316331145,121,-1.549335448,0.7311736483,669.80518507 +239,-2.14012759,0.7930497945,121,-1.549335448,0.7311736483,1697.6444682 +240,-2.103289431,0.7653606263,121,-1.549335448,0.7311736483,1603.855516 +241,-1.318739838,0.7017808746,121,-1.549335448,0.7311736483,697.84766778 +242,-1.396417427,0.7077900843,121,-1.549335448,0.7311736483,464.67907483 +243,-1.35650337,0.7185539404,121,-1.549335448,0.7311736483,573.55818361 +244,-1.248884539,0.7274156818,121,-1.549335448,0.7311736483,886.01579348 +245,-1.395014798,0.5761185243,121,-1.549335448,0.7311736483,781.80185918 +246,-1.433377362,0.6064716109,121,-1.549335448,0.7311736483,610.97906137 +247,-1.408172432,0.5903155476,121,-1.549335448,0.7311736483,710.74518773 +248,-1.749645898,0.7757118084,121,-1.549335448,0.7311736483,604.37132844 +249,-1.571626686,0.615046989,121,-1.549335448,0.7311736483,465.11283187 +250,-1.514070049,0.6303003037,121,-1.549335448,0.7311736483,414.00593087 +251,-1.480890369,0.6237966528,121,-1.549335448,0.7311736483,474.747466 +252,-1.704390658,0.5281680612,121,-1.549335448,0.7311736483,943.72422715 +253,-1.64434733,0.5254277498,121,-1.549335448,0.7311736483,869.4771685 +254,-1.703855997,0.4792484842,121,-1.549335448,0.7311736483,1116.0962497 +255,-1.692002383,0.5748825051,121,-1.549335448,0.7311736483,763.83182582 +256,-1.854136457,0.5544643913,121,-1.549335448,0.7311736483,1189.3716107 +257,-1.665021206,0.520317736,121,-1.549335448,0.7311736483,913.31036436 +258,-1.733654349,0.4845187345,121,-1.549335448,0.7311736483,1144.0681846 +259,-1.720938188,0.5135933906,121,-1.549335448,0.7311736483,1021.9743967 +260,-1.742668307,0.553296122,121,-1.549335448,0.7311736483,932.4014265 +261,-1.965659039,0.7142126903,121,-1.549335448,0.7311736483,1234.6755993 +262,-1.944438071,0.6772834804,121,-1.549335448,0.7311736483,1207.9774616 +263,-1.270340967,0.7681487096,121,-1.549335448,0.7311736483,820.62885302 +264,-1.353091884,0.6549276821,121,-1.549335448,0.7311736483,669.18234385 +265,-1.333236659,0.6413584414,121,-1.549335448,0.7311736483,750.65687031 +266,-1.352015998,0.6753788907,121,-1.549335448,0.7311736483,635.17262438 +267,-1.377988483,0.6577816235,121,-1.549335448,0.7311736483,596.51690487 +268,-2.13075611,0.8318642051,121,-1.549335448,0.7311736483,1668.7959597 +269,-2.097910953,0.8259670014,121,-1.549335448,0.7311736483,1580.2128333 +270,-1.416382069,0.6694271549,121,-1.549335448,0.7311736483,470.86454381 +271,-1.538905672,0.7535625993,121,-1.549335448,0.7311736483,93.761257676 +272,-1.572309477,0.7803125099,121,-1.549335448,0.7311736483,205.58932302 +273,-1.87759879,0.7503853417,121,-1.549335448,0.7311736483,960.50577719 +274,1.152365588,0.590457682,121,-1.549335448,0.7311736483,6969.9453413 +275,0.350198001,0.718001859,121,-1.549335448,0.7311736483,5187.0576061 +276,0.046513677,0.491503852,121,-1.549335448,0.7311736483,5020.4192914 +277,0.027510309,0.742571376,121,-1.549335448,0.7311736483,4381.0446669 +278,0.306285725,-0.214631579,121,-1.549335448,0.7311736483,7623.8445797 +279,-1.100564889,0.318051531,121,-1.549335448,0.7311736483,2228.5425292 +280,-1.078582306,0.301437596,121,-1.549335448,0.7311736483,2331.1724404 +281,-1.137371989,-0.617634065,121,-1.549335448,0.7311736483,5547.6903009 +282,0.784356344,0.703272339,121,-1.549335448,0.7311736483,6065.4132509 +283,-1.221209947,0.218327455,121,-1.549335448,0.7311736483,2325.2957604 +284,2.347301921,-0.449114658,121,-1.549335448,0.7311736483,9754.6411426 +285,0.246820618,0.830553713,121,-1.549335448,0.7311736483,4674.4802999 +286,0.829414965,0.703288228,121,-1.549335448,0.7311736483,6137.0394489 +287,-1.337537566,0.42332223,121,-1.549335448,0.7311736483,1404.161215 +288,0.882453706,0.454478077,121,-1.549335448,0.7311736483,7076.8518331 +289,1.575629659,0.416419109,121,-1.549335448,0.7311736483,7897.8247735 +290,-1.039455679,0.229888244,121,-1.549335448,0.7311736483,2647.8000543 +291,0.489558039,0.934482747,121,-1.549335448,0.7311736483,4858.3929354 +292,0.081344504,0.88384514,121,-1.549335448,0.7311736483,4202.4588569 +293,-1.547979814,0.300350308,121,-1.549335448,0.7311736483,1706.4974481 +294,0.040776181,0.168560074,121,-1.549335448,0.7311736483,5833.7223525 +295,-1.130374745,0.563894876,121,-1.549335448,0.7311736483,1473.2091401 +296,1.578326642,0.478507176,121,-1.549335448,0.7311736483,7652.0312909 +297,-1.12861823,-0.291640865,121,-1.549335448,0.7311736483,4333.967818 +298,0.310524208,0.770885792,121,-1.549335448,0.7311736483,4960.6878236 +299,0.415649091,-0.387246002,121,-1.549335448,0.7311736483,8373.5817989 +300,-0.926533878,-0.188022748,121,-1.549335448,0.7311736483,4287.6068825 +301,1.258856172,-0.11716081,121,-1.549335448,0.7311736483,9744.457781 +302,-1.126050026,0.322941926,121,-1.549335448,0.7311736483,2155.7147288 +303,2.002785835,0.07893892,121,-1.549335448,0.7311736483,8910.1347307 +304,0.440437607,0.746258085,121,-1.549335448,0.7311736483,5298.6964704 +305,-0.030391866,0.214441206,121,-1.549335448,0.7311736483,5505.8640301 +306,0.521557815,-0.058929362,121,-1.549335448,0.7311736483,7833.1655751 +307,-0.097005111,0.13317729,121,-1.549335448,0.7311736483,5521.6791403 +308,1.83113859,0.221857587,121,-1.549335448,0.7311736483,8569.5709656 +309,0.222428864,0.099404236,121,-1.549335448,0.7311736483,6545.4737871 +310,-1.702731345,0.8728568183,121,-1.549335448,0.7311736483,701.40672349 +311,-0.418507569,0.278324921,121,-1.549335448,0.7311736483,4201.243184 +312,-1.41153306,0.339029988,121,-1.549335448,0.7311736483,1620.8653616 +313,0.357560442,0.114788776,121,-1.549335448,0.7311736483,6888.1675541 +314,0.325818979,0.268352149,121,-1.549335448,0.7311736483,6372.668896 +315,-1.246004659,-0.663679965,121,-1.549335448,0.7311736483,5632.4681445 +316,1.814603087,0.637404484,121,-1.549335448,0.7311736483,6963.4543532 +317,1.843704281,-0.18300445,121,-1.549335448,0.7311736483,10103.455189 +318,1.690644492,-0.211480909,121,-1.549335448,0.7311736483,10357.443357 +319,-1.275451936,0.068109467,121,-1.549335448,0.7311736483,2799.7251947 +320,0.762430171,-0.207594741,121,-1.549335448,0.7311736483,8918.0127693 +321,0.265668905,-0.014647884,121,-1.549335448,0.7311736483,6978.0935159 +322,-2.773032013,-0.335515811,121,-1.549335448,0.7311736483,6145.6989748 +323,-1.469512853,0.174058777,121,-1.549335448,0.7311736483,2224.1586412 +324,0.286276986,0.785925691,121,-1.549335448,0.7311736483,4869.9961165 +325,-1.379324697,0.377432233,121,-1.549335448,0.7311736483,1511.1272657 +326,-1.203778265,0.212813032,121,-1.549335448,0.7311736483,2374.59038 +327,0.579916301,0.611743168,121,-1.549335448,0.7311736483,5981.8275379 +328,0.267582642,0.868113908,121,-1.549335448,0.7311736483,4624.9018069 +329,0.412869244,-0.050245578,121,-1.549335448,0.7311736483,7500.2584152 +330,0.17524381,0.976660285,121,-1.549335448,0.7311736483,4195.8796436 +331,0.743157214,0.204812899,121,-1.549335448,0.7311736483,7620.1031361 +332,-1.070758176,0.269382282,121,-1.549335448,0.7311736483,2450.6214914 +333,-1.230364251,0.329790229,121,-1.549335448,0.7311736483,1918.3498342 +334,-1.374813124,-0.024926835,121,-1.549335448,0.7311736483,3059.6183961 +335,0.519780566,0.463669906,121,-1.549335448,0.7311736483,6299.4860605 +336,-1.55108034,0.239698561,121,-1.549335448,0.7311736483,1946.7420602 +337,0.180294813,0.029739425,121,-1.549335448,0.7311736483,6610.0521455 +338,0.67820924,0.268170153,121,-1.549335448,0.7311736483,7269.1274613 +339,0.445798684,1.024001867,121,-1.549335448,0.7311736483,4544.1112512 +340,0.691751283,0.150521402,121,-1.549335448,0.7311736483,7668.1870238 +341,-1.036643551,-0.903056181,121,-1.549335448,0.7311736483,6708.9867679 +342,-0.120287036,1.083325163,121,-1.549335448,0.7311736483,3475.0221765 +343,2.823513113,-0.304487164,121,-1.549335448,0.7311736483,8012.0530258 +344,0.457583172,1.12513373,121,-1.549335448,0.7311736483,4297.4022351 +345,0.042918831,0.813795399,121,-1.549335448,0.7311736483,4264.0108745 +346,1.196146777,-0.853142756,121,-1.549335448,0.7311736483,11246.599292 +347,0.206001358,-0.010430701,121,-1.549335448,0.7311736483,6792.4946444 +348,-0.268308653,0.234799412,121,-1.549335448,0.7311736483,4753.8323633 +349,0.759363263,0.736189579,121,-1.549335448,0.7311736483,5915.531735 +350,0.181363926,0.891988372,121,-1.549335448,0.7311736483,4393.8752693 +351,-0.021111158,0.139103292,121,-1.549335448,0.7311736483,5729.6494134 +352,-0.093355215,0.630686981,121,-1.549335448,0.7311736483,4316.7870673 +353,0.40118964,0.681375926,121,-1.549335448,0.7311736483,5398.9577279 +354,-0.721197315,1.304706234,121,-1.549335448,0.7311736483,2699.4986726 +355,-1.076150317,0.212107639,121,-1.549335448,0.7311736483,2625.0241942 +356,-1.577164531,0.273993443,121,-1.549335448,0.7311736483,1813.3791182 +357,-0.190788414,0.182208586,121,-1.549335448,0.7311736483,5117.5507189 +358,-0.261349752,0.209710184,121,-1.549335448,0.7311736483,4838.5831707 +359,-1.029303852,0.083549259,121,-1.549335448,0.7311736483,3153.5877832 +360,-1.268609162,0.330525297,121,-1.549335448,0.7311736483,1846.942583 +361,1.282982244,-0.926641967,121,-1.549335448,0.7311736483,11316.174356 +362,0.217352334,0.731352408,121,-1.549335448,0.7311736483,4855.6442764 +363,-1.511833084,0.258629297,121,-1.549335448,0.7311736483,1876.1468694 +364,0.338812194,0.823184618,121,-1.549335448,0.7311736483,4882.5388316 +365,-0.324406489,1.134201999,121,-1.549335448,0.7311736483,3084.4798442 +366,1.389579348,0.399185724,121,-1.549335448,0.7311736483,7905.2407085 +367,2.047152199,-0.039082036,121,-1.549335448,0.7311736483,9261.6241282 +368,0.947780369,0.568250077,121,-1.549335448,0.7311736483,6787.1157027 +369,0.763824846,0.576754987,121,-1.549335448,0.7311736483,6450.6104635 +370,-0.142334657,0.928153068,121,-1.549335448,0.7311736483,3636.820678 +371,0.610266567,0.547265983,121,-1.549335448,0.7311736483,6243.9840972 +372,0.210731629,0.746815056,121,-1.549335448,0.7311736483,4802.101353 +373,-1.34931644,0.316895224,121,-1.549335448,0.7311736483,1774.6223578 +374,2.407696481,0.655030745,121,-1.549335448,0.7311736483,6213.6744645 +375,0.64207831,0.545359131,121,-1.549335448,0.7311736483,6315.8927202 +376,1.174597538,0.840588356,121,-1.549335448,0.7311736483,6048.9843538 +377,0.660059424,0.010604079,121,-1.549335448,0.7311736483,8011.585856 +378,-0.730263819,0.010486456,121,-1.549335448,0.7311736483,4077.5200183 +379,0.831068936,0.512339172,121,-1.549335448,0.7311736483,6787.9380824 +380,1.301180979,0.72367476,121,-1.549335448,0.7311736483,6587.7413051 +381,1.811128231,0.322854402,121,-1.549335448,0.7311736483,8192.5291957 +382,0.435105812,0.992284428,121,-1.549335448,0.7311736483,4611.39259 +383,0.62643634,0.592027932,121,-1.549335448,0.7311736483,6137.4811853 +384,0.492988703,-0.516339467,121,-1.549335448,0.7311736483,8889.6347399 +385,-0.162469483,0.112549365,121,-1.549335448,0.7311736483,5382.7428845 +386,0.314630866,0.472006421,121,-1.549335448,0.7311736483,5777.3308481 +387,0.166744804,0.822815954,121,-1.549335448,0.7311736483,4521.6192458 +388,0.417159608,0.965805736,121,-1.549335448,0.7311736483,4652.0726343 +389,0.106334961,0.868774244,121,-1.549335448,0.7311736483,4287.8916037 +390,0.815086969,-0.338144359,121,-1.549335448,0.7311736483,9418.0263693 +391,0.59867455,-0.230624824,121,-1.549335448,0.7311736483,8519.6152989 +392,1.915104874,0.066220985,121,-1.549335448,0.7311736483,9078.1378962 +393,1.278093622,0.064463721,121,-1.549335448,0.7311736483,9095.4264696 +394,-0.061477853,0.302997961,121,-1.549335448,0.7311736483,5187.8760389 +395,0.251311504,0.626976942,121,-1.549335448,0.7311736483,5202.9447363 +396,2.950242872,0.149095644,121,-1.549335448,0.7311736483,6444.9984717 +397,-0.180294708,0.35375117,121,-1.549335448,0.7311736483,4715.33453 +398,1.010448592,-0.351180233,121,-1.549335448,0.7311736483,9986.5902486 +399,-1.748740498,0.3686318073,121,-1.549335448,0.7311736483,1582.5896137 +400,2.699635665,0.123533791,121,-1.549335448,0.7311736483,7214.3407817 +401,0.496808033,0.823843254,121,-1.549335448,0.7311736483,5186.1920828 +402,0.129574704,0.763364087,121,-1.549335448,0.7311736483,4576.2708777 +403,1.798920311,0.817447563,121,-1.549335448,0.7311736483,6266.833034 +404,0.335987953,0.746786541,121,-1.549335448,0.7311736483,5078.8907649 +405,-1.085413643,0.292154671,121,-1.549335448,0.7311736483,2344.9263152 +406,-0.155321003,0.508207011,121,-1.549335448,0.7311736483,4420.39501 +407,0.620529244,-0.301175104,121,-1.549335448,0.7311736483,8765.5389148 +408,1.684402744,0.368716966,121,-1.549335448,0.7311736483,8074.0995179 +409,0.300582244,-0.386397212,121,-1.549335448,0.7311736483,8033.6517623 +410,2.913555946,-0.009225192,121,-1.549335448,0.7311736483,6978.9363723 +411,1.465101417,0.493232532,121,-1.549335448,0.7311736483,7571.7067234 +412,0.090612882,0.907955955,121,-1.549335448,0.7311736483,4172.164561 +413,2.987564726,-0.729568594,121,-1.549335448,0.7311736483,8490.6834794 +414,-1.484261606,0.224149272,121,-1.549335448,0.7311736483,2020.8187525 +415,0.164073421,0.303955133,121,-1.549335448,0.7311736483,5829.5275902 +416,0.141441293,0.167552546,121,-1.549335448,0.7311736483,6128.7968908 +417,2.931321023,-0.506718887,121,-1.549335448,0.7311736483,8175.9114632 +418,2.21951565,0.700596356,121,-1.549335448,0.7311736483,6341.7756481 +419,0.268112576,1.199114336,121,-1.549335448,0.7311736483,3885.9856313 +420,0.978913739,0.359223811,121,-1.549335448,0.7311736483,7575.4928869 +421,1.210898818,0.522863584,121,-1.549335448,0.7311736483,7284.9222282 +422,2.347397336,0.129231362,121,-1.549335448,0.7311736483,8077.3224081 +423,0.614394501,0.556878345,121,-1.549335448,0.7311736483,6222.6625097 +424,-1.398079356,0.148483366,121,-1.549335448,0.7311736483,2367.8579725 +425,2.535303836,-0.112984496,121,-1.549335448,0.7311736483,8340.3926401 +426,-1.019372593,-0.405322349,121,-1.549335448,0.7311736483,4902.6665246 +427,-1.297785627,-0.160104069,121,-1.549335448,0.7311736483,3646.7555551 +428,2.144554488,0.205051084,121,-1.549335448,0.7311736483,8225.2565701 +429,-2.242387083,-0.426171285,121,-1.549335448,0.7311736483,5239.8576798 +430,0.338637212,0.909723676,121,-1.549335448,0.7311736483,4658.5129803 +431,-0.148798452,0.691042401,121,-1.549335448,0.7311736483,4042.9785847 +432,0.893524764,0.441829531,121,-1.549335448,0.7311736483,7139.9395673 +433,0.969229347,-0.368847936,121,-1.549335448,0.7311736483,9925.6113344 +434,0.436043248,0.800045688,121,-1.549335448,0.7311736483,5138.454798 +435,1.687946607,1.081504775,121,-1.549335448,0.7311736483,5257.2981131 +436,0.522302046,-0.034889271,121,-1.549335448,0.7311736483,7768.0675141 +437,-0.178996113,-0.438090009,121,-1.549335448,0.7311736483,6814.4808844 +438,-1.094339566,0.301444068,121,-1.549335448,0.7311736483,2295.2222662 +439,-1.064070054,0.242569932,121,-1.549335448,0.7311736483,2551.771591 +440,-1.068153768,0.230387998,121,-1.549335448,0.7311736483,2582.3074354 +441,-3.00496892,-0.23989155,121,-1.549335448,0.7311736483,6521.5295632 +442,0.21751974,0.766874888,121,-1.549335448,0.7311736483,4767.8017512 +443,0.117229532,0.007619006,121,-1.549335448,0.7311736483,6483.9011047 +444,0.777758451,0.420554741,121,-1.549335448,0.7311736483,6994.035089 +445,-0.252356999,0.250747086,121,-1.549335448,0.7311736483,4760.3234615 +446,0.363148444,0.768483434,121,-1.549335448,0.7311736483,5078.0719313 +447,0.903191366,-0.118210676,121,-1.549335448,0.7311736483,9020.9785704 +448,-0.205755923,0.149406178,121,-1.549335448,0.7311736483,5158.6943923 +449,1.811996086,0.02364353,121,-1.549335448,0.7311736483,9351.9540634 +450,-1.100670221,0.314845373,121,-1.549335448,0.7311736483,2238.4223089 +451,0.340078597,0.850105132,121,-1.549335448,0.7311736483,4814.7557468 +452,0.258757267,0.804969236,121,-1.549335448,0.7311736483,4763.1059256 +453,2.78505352,-0.155160804,121,-1.549335448,0.7311736483,7742.8915312 +454,0.800551619,0.105822106,121,-1.549335448,0.7311736483,8068.9083147 +455,0.437940882,-0.506194031,121,-1.549335448,0.7311736483,8707.4959031 +456,2.230431122,0.63458615,121,-1.549335448,0.7311736483,6561.4728943 +457,0.527965361,0.127667701,121,-1.549335448,0.7311736483,7317.8595426 +458,-0.063643205,0.702093448,121,-1.549335448,0.7311736483,4240.8626572 +459,1.408447268,0.133010502,121,-1.549335448,0.7311736483,8956.5282679 +460,0.523795955,0.280266966,121,-1.549335448,0.7311736483,6857.2730132 +461,-0.975769313,0.072177659,121,-1.549335448,0.7311736483,3304.1429458 +462,0.549774164,-0.463663986,121,-1.549335448,0.7311736483,8943.2700695 +463,0.29245874,1.095549818,121,-1.549335448,0.7311736483,4136.1957659 +464,0.143625958,0.816809593,121,-1.549335448,0.7311736483,4484.6626393 +465,0.671902494,0.611159853,121,-1.549335448,0.7311736483,6166.4652801 +466,1.239840988,0.6724199,121,-1.549335448,0.7311736483,6740.8503725 +467,0.607829703,-0.10932137,121,-1.549335448,0.7311736483,8215.3914989 +468,1.763020906,0.263996692,121,-1.549335448,0.7311736483,8452.8224764 +469,0.378714634,0.726066797,121,-1.549335448,0.7311736483,5226.4745613 +470,2.196736143,-0.153862366,121,-1.549335448,0.7311736483,9335.5607207 +471,0.01702415,0.148991565,121,-1.549335448,0.7311736483,5815.6590918 +472,-2.998490902,-0.158002487,121,-1.549335448,0.7311736483,6284.7745066 +473,-3.051262951,-0.346595608,121,-1.549335448,0.7311736483,6933.3856892 +474,-1.069176439,0.182802941,121,-1.549335448,0.7311736483,2737.0897148 +475,0.167157509,0.595344954,121,-1.549335448,0.7311736483,5077.2185791 +476,0.613855648,0.681746124,121,-1.549335448,0.7311736483,5832.9128111 +477,1.037012736,0.682555367,121,-1.549335448,0.7311736483,6498.0207794 +478,-1.253574971,0.379755746,121,-1.549335448,0.7311736483,1704.1645251 +479,3.108590453,-0.132620738,121,-1.549335448,0.7311736483,6732.1773185 +480,0.565301296,0.022333262,121,-1.549335448,0.7311736483,7723.8602177 +481,0.547898238,0.855555614,121,-1.549335448,0.7311736483,5184.9380859 +482,0.948309381,0.417393755,121,-1.549335448,0.7311736483,7319.302954 +483,-0.050600732,0.945269213,121,-1.549335448,0.7311736483,3806.5664945 +484,-0.977651478,-0.572363064,121,-1.549335448,0.7311736483,5567.0070697 +485,1.102014914,0.728861163,121,-1.549335448,0.7311736483,6400.765766 +486,2.927300795,-0.282939414,121,-1.549335448,0.7311736483,7652.5574015 +487,-1.154565557,0.124434095,121,-1.549335448,0.7311736483,2773.5780213 +488,1.855331234,0.291044755,121,-1.549335448,0.7311736483,8281.9208522 +489,0.830290659,0.276904518,121,-1.549335448,0.7311736483,7577.0792634 +490,0.485104466,-0.234867441,121,-1.549335448,0.7311736483,8201.1936917 +491,0.521367572,-0.33161327,121,-1.549335448,0.7311736483,8551.3617896 +1,-1.539031704,0.7349710123,122,-1.533478843,0.7179891343,69.245304074 +2,-1.536990553,0.7349663874,122,-1.533478843,0.7179891343,68.04596211 +3,-1.534951779,0.7349571355,122,-1.533478843,0.7179891343,67.351594021 +4,-1.532906461,0.7349480293,122,-1.533478843,0.7179891343,67.195557667 +5,-1.531320211,0.7346937278,122,-1.533478843,0.7179891343,66.474931102 +6,-1.539451648,0.7335131775,122,-1.533478843,0.7179891343,63.9863443 +7,-1.537429487,0.7335445708,122,-1.533478843,0.7179891343,62.716940779 +8,-1.535484998,0.7335658704,122,-1.533478843,0.7179891343,61.985065012 +9,-1.533488396,0.7336036027,122,-1.533478843,0.7179891343,61.8489159 +10,-1.531497785,0.7335842962,122,-1.533478843,0.7179891343,62.05063171 +11,-1.530259379,0.7334777758,122,-1.533478843,0.7179891343,62.087591868 +12,-1.5335454,0.7322346912,122,-1.533478843,0.7179891343,56.426996028 +13,-1.531489083,0.7322238773,122,-1.533478843,0.7179891343,56.691511457 +14,-1.530011122,0.7321679851,122,-1.533478843,0.7179891343,57.095525476 +15,-1.53348106,0.7306614094,122,-1.533478843,0.7179891343,50.194882098 +16,-1.531441779,0.7306962275,122,-1.533478843,0.7179891343,50.694247775 +17,-1.529755654,0.7306933243,122,-1.533478843,0.7179891343,51.519110977 +18,-1.533415048,0.7291384674,122,-1.533478843,0.7179891343,44.162914373 +19,-1.531392093,0.7291705353,122,-1.533478843,0.7179891343,44.720621486 +20,-1.529296523,0.7291214933,122,-1.533478843,0.7179891343,45.809775931 +21,-1.535280942,0.727267644,122,-1.533478843,0.7179891343,37.140114355 +22,-1.533378158,0.7276139666,122,-1.533478843,0.7179891343,38.125133969 +23,-1.531340368,0.7276446587,122,-1.533478843,0.7179891343,38.769482807 +24,-1.528960113,0.7276398177,122,-1.533478843,0.7179891343,40.514543823 +25,-1.533313146,0.7260818349,122,-1.533478843,0.7179891343,32.058970954 +26,-1.531259555,0.7260958115,122,-1.533478843,0.7179891343,32.781191903 +27,-1.528926415,0.7260865555,122,-1.533478843,0.7179891343,34.811740029 +28,-1.531226779,0.7245511789,122,-1.533478843,0.7179891343,26.841626036 +29,-1.528904772,0.7245519194,122,-1.533478843,0.7179891343,29.340576939 +30,-1.547195875,0.7409785979,122,-1.533478843,0.7179891343,99.66275099 +31,-1.5451475,0.740980426,122,-1.533478843,0.7179891343,97.368417164 +32,-1.543097679,0.7409798872,122,-1.533478843,0.7179891343,95.392716416 +33,-1.540720364,0.7409892687,122,-1.533478843,0.7179891343,93.579185549 +34,-1.547188511,0.7395198392,122,-1.533478843,0.7179891343,94.414656501 +35,-1.545148587,0.7395226109,122,-1.533478843,0.7179891343,92.000054806 +36,-1.543104538,0.7395314908,122,-1.533478843,0.7179891343,89.944333254 +37,-1.540727751,0.7395306258,122,-1.533478843,0.7179891343,87.973007256 +38,-1.547187029,0.7380014886,122,-1.533478843,0.7179891343,89.030214259 +39,-1.545147315,0.7380012252,122,-1.533478843,0.7179891343,86.450574846 +40,-1.54310719,0.7380060743,122,-1.533478843,0.7179891343,84.243128346 +41,-1.540719671,0.7380068206,122,-1.533478843,0.7179891343,82.12960069 +42,-1.547187189,0.7364799098,122,-1.533478843,0.7179891343,83.722718258 +43,-1.545149996,0.7364853874,122,-1.533478843,0.7179891343,80.994088927 +44,-1.543106091,0.7364823484,122,-1.533478843,0.7179891343,78.595098191 +45,-1.540717158,0.7364893901,122,-1.533478843,0.7179891343,76.344970265 +46,-1.538663972,0.7410138672,122,-1.533478843,0.7179891343,92.477138456 +47,-1.53695285,0.7409699132,122,-1.533478843,0.7179891343,91.603040009 +48,-1.534910498,0.7409641297,122,-1.533478843,0.7179891343,91.10209082 +49,-1.533145034,0.7409536636,122,-1.533478843,0.7179891343,90.967840992 +50,-1.538681336,0.7395405883,122,-1.533478843,0.7179891343,86.738276681 +51,-1.536999189,0.7395183096,122,-1.533478843,0.7179891343,85.909094014 +52,-1.534923633,0.7395144222,122,-1.533478843,0.7179891343,85.368470444 +53,-1.533267822,0.7395654306,122,-1.533478843,0.7179891343,85.465984266 +54,-1.53867273,0.7380151077,122,-1.533478843,0.7179891343,80.79576629 +55,-1.536980576,0.7379994392,122,-1.533478843,0.7179891343,79.934211308 +56,-1.534931522,0.7379944961,122,-1.533478843,0.7179891343,79.357563401 +57,-1.533387952,0.7379480264,122,-1.533478843,0.7179891343,79.057628325 +58,-1.538682279,0.7364914363,122,-1.533478843,0.7179891343,74.887280726 +59,-1.536980704,0.7364810563,122,-1.533478843,0.7179891343,73.975711017 +60,-1.534935567,0.7364752065,122,-1.533478843,0.7179891343,73.350076653 +61,-1.533042592,0.7363876366,122,-1.533478843,0.7179891343,72.887898523 +62,-1.545143426,0.7349628011,122,-1.533478843,0.7179891343,75.584416196 +63,-1.543105297,0.7349691947,122,-1.533478843,0.7179891343,73.047940758 +64,-1.541064533,0.7349647152,122,-1.533478843,0.7179891343,70.892126277 +65,-1.545411803,0.7334624714,122,-1.533478843,0.7179891343,70.756043517 +66,-1.543446606,0.7334780896,122,-1.533478843,0.7179891343,68.089571135 +67,-1.541475327,0.7334957295,122,-1.533478843,0.7179891343,65.832422048 +68,-1.545401939,0.731963266,122,-1.533478843,0.7179891343,65.676248533 +69,-1.54342253,0.7319915583,122,-1.533478843,0.7179891343,62.811709075 +70,-1.541455867,0.7320216438,122,-1.533478843,0.7179891343,60.404842511 +71,-1.545410146,0.7304422281,122,-1.533478843,0.7179891343,60.713441702 +72,-1.543435491,0.7304713664,122,-1.533478843,0.7179891343,57.594040984 +73,-1.541463105,0.7304997613,122,-1.533478843,0.7179891343,54.924819575 +74,-1.545414768,0.7289194936,122,-1.533478843,0.7179891343,55.947660928 +75,-1.543435774,0.7289538557,122,-1.533478843,0.7179891343,52.536217857 +76,-1.541457714,0.7289765881,122,-1.533478843,0.7179891343,49.54982406 +77,-1.539449415,0.7320555866,122,-1.533478843,0.7179891343,58.461307479 +78,-1.537429183,0.7321097681,122,-1.533478843,0.7179891343,57.144734815 +79,-1.535472649,0.7321497267,122,-1.533478843,0.7179891343,56.40067967 +80,-1.539457899,0.7305333307,122,-1.533478843,0.7179891343,52.758774907 +81,-1.537453161,0.7305750503,122,-1.533478843,0.7179891343,51.228063056 +82,-1.535479385,0.7306124949,122,-1.533478843,0.7179891343,50.352105683 +83,-1.53946905,0.7290102593,122,-1.533478843,0.7179891343,47.137761967 +84,-1.537459922,0.7290417293,122,-1.533478843,0.7179891343,45.346499904 +85,-1.535451349,0.7290890157,122,-1.533478843,0.7179891343,44.354844155 +86,-1.535522937,0.7279887191,122,-1.533478843,0.7179891343,40.070929772 +87,-1.539442524,0.7274735939,122,-1.533478843,0.7179891343,41.535791059 +88,-1.537424111,0.727521351,122,-1.533478843,0.7179891343,39.534272348 +89,-1.539384641,0.7259505092,122,-1.533478843,0.7179891343,36.092666067 +90,-1.537372391,0.7259947145,122,-1.533478843,0.7179891343,33.756380794 +91,-1.535340789,0.7260435356,122,-1.533478843,0.7179891343,32.380033356 +92,-1.539325716,0.7244369706,122,-1.533478843,0.7179891343,30.89973918 +93,-1.537308932,0.7244801057,122,-1.533478843,0.7179891343,28.122004734 +94,-1.535289068,0.7245247645,122,-1.533478843,0.7179891343,26.441717326 +95,-1.533261366,0.7245550236,122,-1.533478843,0.7179891343,26.015531909 +96,-1.539267302,0.722921924,122,-1.533478843,0.7179891343,26.050995706 +97,-1.537248972,0.7229660258,122,-1.533478843,0.7179891343,22.683949452 +98,-1.535219431,0.7229916471,122,-1.533478843,0.7179891343,20.481105387 +99,-1.53318962,0.7230212049,122,-1.533478843,0.7179891343,19.95061472 +100,-1.531154816,0.7230299897,122,-1.533478843,0.7179891343,21.131197233 +101,-1.528878341,0.7230370244,122,-1.533478843,0.7179891343,24.234338335 +102,-1.539218189,0.7214009878,122,-1.533478843,0.7179891343,21.792252942 +103,-1.537198791,0.7214422745,122,-1.533478843,0.7179891343,17.602827074 +104,-1.535179266,0.7214634354,122,-1.533478843,0.7179891343,14.664166634 +105,-1.533156501,0.7214944644,122,-1.533478843,0.7179891343,13.917768802 +106,-1.53113574,0.7215166021,122,-1.533478843,0.7179891343,15.618323369 +107,-1.528874248,0.7215345535,122,-1.533478843,0.7179891343,19.629438739 +108,-1.539217656,0.7198512397,122,-1.533478843,0.7179891343,18.62821022 +109,-1.537199919,0.7199428763,122,-1.533478843,0.7179891343,13.524040208 +110,-1.545425832,0.727397149,122,-1.533478843,0.7179891343,51.462539055 +111,-1.543371177,0.7273916949,122,-1.533478843,0.7179891343,47.442154245 +112,-1.541368852,0.7274523163,122,-1.533478843,0.7179891343,44.208839961 +113,-1.545349067,0.7258710923,122,-1.533478843,0.7179891343,47.116489 +114,-1.54332671,0.7258603556,122,-1.533478843,0.7179891343,42.768602762 +115,-1.541346831,0.7259242142,122,-1.533478843,0.7179891343,39.178727679 +116,-1.545324355,0.7243383958,122,-1.533478843,0.7179891343,43.292528504 +117,-1.543292796,0.7243617413,122,-1.533478843,0.7179891343,38.593779902 +118,-1.541295822,0.7244024384,122,-1.533478843,0.7179891343,34.439046675 +119,-1.543193859,0.7205570215,122,-1.533478843,0.7179891343,30.683651975 +120,-1.550257047,0.7386738187,122,-1.533478843,0.7179891343,95.772652514 +121,-1.549335448,0.7311736483,122,-1.533478843,0.7179891343,70.277654584 +122,-1.533478843,0.7179891343,122,-1.533478843,0.7179891343,13.052263165 +123,-1.556150555,0.738907041,122,-1.533478843,0.7179891343,106.5597899 +124,-1.554324226,0.733414257,122,-1.533478843,0.7179891343,86.876717864 +125,-1.554290846,0.7288285332,122,-1.533478843,0.7179891343,75.241465453 +126,-1.55122487,0.7219795312,122,-1.533478843,0.7179891343,55.159354058 +127,-1.525104458,0.7229399862,122,-1.533478843,0.7179891343,31.716890265 +128,-1.519607711,0.7236181429,122,-1.533478843,0.7179891343,46.914388705 +129,-1.513899999,0.7251107854,122,-1.533478843,0.7179891343,64.697327987 +130,-1.536620762,0.7431061895,122,-1.533478843,0.7179891343,99.919449121 +131,-1.5369566,0.7460845958,122,-1.533478843,0.7179891343,111.75672259 +132,-1.545345528,0.7447040685,122,-1.533478843,0.7179891343,111.4497018 +133,-1.532813921,0.7432306626,122,-1.533478843,0.7179891343,100.00092991 +134,-1.554788248,0.7382381001,122,-1.533478843,0.7179891343,101.99002091 +135,-1.540348126,0.7301594274,122,-1.533478843,0.7179891343,52.338416138 +136,-1.538016084,0.7239051786,122,-1.533478843,0.7179891343,27.044057424 +137,-1.525288962,0.7258085137,122,-1.533478843,0.7179891343,39.396871008 +138,-1.534326986,0.731241342,122,-1.533478843,0.7179891343,52.552227514 +139,-1.530733872,0.7303625216,122,-1.533478843,0.7179891343,49.683022704 +141,-1.534354939,0.7328219978,122,-1.533478843,0.7179891343,58.810316218 +142,-1.53157084,0.7292888153,122,-1.533478843,0.7179891343,45.114940924 +143,-1.525691035,0.7263799874,122,-1.533478843,0.7179891343,40.501946264 +144,-1.534031287,0.7495967835,122,-1.533478843,0.7179891343,125.20844172 +145,-1.527714986,0.7283095957,122,-1.533478843,0.7179891343,44.318096728 +146,-1.526189586,0.7271468292,122,-1.533478843,0.7179891343,42.247151121 +147,-1.555177336,0.7375563366,122,-1.533478843,0.7179891343,100.62236445 +148,-1.555080283,0.7312707794,122,-1.533478843,0.7179891343,82.895875277 +149,-1.53856994,0.7224180299,122,-1.533478843,0.7179891343,23.18443001 +150,-1.530837883,0.729933372,122,-1.533478843,0.7179891343,47.955821453 +151,-1.515066984,0.5854133365,122,-1.533478843,0.7179891343,528.31128543 +152,-1.534731633,0.5368370046,122,-1.533478843,0.7179891343,717.55475151 +153,-1.515231902,0.5607085576,122,-1.533478843,0.7179891343,625.66769163 +154,-2.616253799,1.0684566605,122,-1.533478843,0.7179891343,2882.9343149 +155,-1.956071439,0.5792177723,122,-1.533478843,0.7179891343,1436.6860992 +156,-1.951208514,0.5602434208,122,-1.533478843,0.7179891343,1461.2174807 +157,-1.944675062,0.6062144545,122,-1.533478843,0.7179891343,1353.6939935 +158,-1.613778386,0.6077989518,122,-1.533478843,0.7179891343,503.15028512 +159,-2.035029014,0.6021432345,122,-1.533478843,0.7179891343,1626.6562193 +160,-2.114989471,0.6801825058,122,-1.533478843,0.7179891343,1758.6479174 +161,-2.037382079,0.5765830025,122,-1.533478843,0.7179891343,1678.582195 +162,-2.129855121,0.6585019963,122,-1.533478843,0.7179891343,1827.8155395 +163,-2.075141798,0.6493615843,122,-1.533478843,0.7179891343,1676.2929471 +164,-1.828626729,0.6948433129,122,-1.533478843,0.7179891343,892.60276734 +165,-1.863329418,0.6735427691,122,-1.533478843,0.7179891343,1016.0837196 +166,-1.266037071,0.727988852,122,-1.533478843,0.7179891343,794.26126468 +167,-1.277579582,0.7249010648,122,-1.533478843,0.7179891343,760.65534136 +168,-1.258418684,0.7241194816,122,-1.533478843,0.7179891343,817.57218012 +169,-1.317813974,0.6804850104,122,-1.533478843,0.7179891343,669.8200352 +170,-1.344165204,0.6790988904,122,-1.533478843,0.7179891343,594.08678288 +171,-1.427582102,0.5277120351,122,-1.533478843,0.7179891343,826.54960026 +172,-1.402238616,0.457167829,122,-1.533478843,0.7179891343,1118.9054225 +173,-1.422454264,0.4996161999,122,-1.533478843,0.7179891343,936.48751448 +174,-1.439089277,0.4894859811,122,-1.533478843,0.7179891343,955.46434038 +175,-1.448126995,0.5182330266,122,-1.533478843,0.7179891343,837.44442036 +176,-1.474626146,0.5881926574,122,-1.533478843,0.7179891343,546.31920215 +177,-1.421139645,0.5584869783,122,-1.533478843,0.7179891343,725.33470542 +178,-1.457037165,0.565943032,122,-1.533478843,0.7179891343,649.00407476 +179,-2.757159358,0.3745319,122,-1.533478843,0.7179891343,4242.8102729 +180,-2.714309238,0.342054471,122,-1.533478843,0.7179891343,4191.7801578 +181,-2.000525337,0.774119946,122,-1.533478843,0.7179891343,1370.3383521 +183,-1.571413436,0.6777838382,122,-1.533478843,0.7179891343,196.49422675 +184,-1.552860289,0.6987663893,122,-1.533478843,0.7179891343,95.896097645 +185,-1.521852374,0.7165827476,122,-1.533478843,0.7179891343,35.14893753 +186,-1.503656267,0.6928968252,122,-1.533478843,0.7179891343,134.03308694 +187,-1.502753178,0.7136205882,122,-1.533478843,0.7179891343,93.448141954 +188,-1.631894563,0.7343596465,122,-1.533478843,0.7179891343,298.54397221 +189,-1.653765416,0.6770714026,122,-1.533478843,0.7179891343,399.3660313 +190,-1.719812114,0.6715965947,122,-1.533478843,0.7179891343,595.5383682 +191,-1.493406659,0.6646955447,122,-1.533478843,0.7179891343,243.93134054 +192,-1.469120564,0.6613469966,122,-1.533478843,0.7179891343,298.28911575 +193,-1.590551461,0.5326612937,122,-1.533478843,0.7179891343,756.45403782 +194,-1.625979264,0.5247742243,122,-1.533478843,0.7179891343,820.81996563 +195,-1.572293943,0.5238808754,122,-1.533478843,0.7179891343,778.88477799 +196,-1.610848725,0.5477107964,122,-1.533478843,0.7179891343,718.0400944 +197,-1.208485554,0.7918526018,122,-1.533478843,0.7179891343,979.55782068 +198,-1.335601374,0.6869083083,122,-1.533478843,0.7179891343,610.30134212 +199,-1.346156996,0.6825213377,122,-1.533478843,0.7179891343,584.08589612 +200,-1.324381037,0.6741422347,122,-1.533478843,0.7179891343,658.25485626 +201,-1.242424992,0.7378949807,122,-1.533478843,0.7179891343,862.87661736 +202,-1.270370057,0.7392461008,122,-1.533478843,0.7179891343,781.0654286 +203,-1.448950472,0.7441675014,122,-1.533478843,0.7179891343,269.91130487 +204,-1.492662363,0.7523026852,122,-1.533478843,0.7179891343,181.2400178 +205,-1.479098966,0.7763855017,122,-1.533478843,0.7179891343,280.07965202 +206,-1.633760714,0.7869022408,122,-1.533478843,0.7179891343,398.04778679 +207,-1.647406434,0.8101289331,122,-1.533478843,0.7179891343,488.90503395 +208,-1.564245052,0.5701509278,122,-1.533478843,0.7179891343,593.60085964 +209,-1.646289963,0.6833746083,122,-1.533478843,0.7179891343,367.94066764 +210,-1.5820631,0.6751952144,122,-1.533478843,0.7179891343,224.74217045 +211,-1.613236298,0.6681681791,122,-1.533478843,0.7179891343,312.98128292 +212,-1.914661867,0.8212566515,122,-1.533478843,0.7179891343,1154.2114413 +213,-1.742133237,0.7250275956,122,-1.533478843,0.7179891343,620.65973995 +214,-2.033144872,0.6557314699,122,-1.533478843,0.7179891343,1542.9745896 +215,-2.039551981,0.6964723658,122,-1.533478843,0.7179891343,1519.1319786 +216,-1.247341019,0.7622473908,122,-1.533478843,0.7179891343,853.53771163 +217,-1.298239787,0.7084123392,122,-1.533478843,0.7179891343,704.9952735 +218,-1.308539688,0.6926545592,122,-1.533478843,0.7179891343,685.12647695 +219,-1.303263185,0.6888938396,122,-1.533478843,0.7179891343,704.19423696 +220,-1.852400229,0.6004246149,122,-1.533478843,0.7179891343,1098.9015754 +221,-1.288947707,0.7473773692,122,-1.533478843,0.7179891343,728.49765324 +222,-1.372031502,0.7472790993,122,-1.533478843,0.7179891343,489.07906122 +223,-1.289805721,0.7242157877,122,-1.533478843,0.7179891343,724.56459533 +224,-1.350807603,0.7533498126,122,-1.533478843,0.7179891343,553.99951226 +225,-1.329290365,0.7560442322,122,-1.533478843,0.7179891343,616.9906185 +226,-1.410153004,0.616936428,122,-1.533478843,0.7179891343,554.05837441 +227,-1.393445434,0.6308995063,122,-1.533478843,0.7179891343,553.37167891 +228,-1.37595573,0.6241540638,122,-1.533478843,0.7179891343,613.37317328 +229,-1.358388707,0.6172645205,122,-1.533478843,0.7179891343,674.37734256 +230,-1.753741133,0.8281661666,122,-1.533478843,0.7179891343,760.35015648 +231,-1.47430987,0.6834615681,122,-1.533478843,0.7179891343,225.35177175 +232,-1.421012508,0.7222725206,122,-1.533478843,0.7179891343,335.22731834 +233,-1.4476833,0.6978557868,122,-1.533478843,0.7179891343,270.16916945 +234,-1.470370723,0.6966193374,122,-1.533478843,0.7179891343,207.98607617 +235,-1.429211703,0.7037216883,122,-1.533478843,0.7179891343,317.96816365 +236,-1.700578405,0.6178673663,122,-1.533478843,0.7179891343,653.01022563 +237,-1.678117619,0.6331716163,122,-1.533478843,0.7179891343,558.79792754 +238,-1.725644578,0.6316331145,122,-1.533478843,0.7179891343,684.96362093 +239,-2.14012759,0.7930497945,122,-1.533478843,0.7179891343,1760.0837539 +240,-2.103289431,0.7653606263,122,-1.533478843,0.7179891343,1663.8132061 +241,-1.318739838,0.7017808746,122,-1.533478843,0.7179891343,647.75104948 +242,-1.396417427,0.7077900843,122,-1.533478843,0.7179891343,412.53000247 +243,-1.35650337,0.7185539404,122,-1.533478843,0.7179891343,527.51979696 +244,-1.248884539,0.7274156818,122,-1.533478843,0.7179891343,845.04376126 +245,-1.395014798,0.5761185243,122,-1.533478843,0.7179891343,711.54140649 +246,-1.433377362,0.6064716109,122,-1.533478843,0.7179891343,540.9024529 +247,-1.408172432,0.5903155476,122,-1.533478843,0.7179891343,640.49056652 +248,-1.749645898,0.7757118084,122,-1.533478843,0.7179891343,667.8160603 +249,-1.571626686,0.615046989,122,-1.533478843,0.7179891343,424.65502839 +250,-1.514070049,0.6303003037,122,-1.533478843,0.7179891343,352.4803402 +251,-1.480890369,0.6237966528,122,-1.533478843,0.7179891343,407.1385487 +252,-1.704390658,0.5281680612,122,-1.533478843,0.7179891343,930.05365919 +253,-1.64434733,0.5254277498,122,-1.533478843,0.7179891343,841.51794192 +254,-1.703855997,0.4792484842,122,-1.533478843,0.7179891343,1096.0344679 +255,-1.692002383,0.5748825051,122,-1.533478843,0.7179891343,755.76641168 +256,-1.854136457,0.5544643913,122,-1.533478843,0.7179891343,1205.7867042 +257,-1.665021206,0.520317736,122,-1.533478843,0.7179891343,889.67858595 +258,-1.733654349,0.4845187345,122,-1.533478843,0.7179891343,1130.293738 +259,-1.720938188,0.5135933906,122,-1.533478843,0.7179891343,1009.6058366 +260,-1.742668307,0.553296122,122,-1.533478843,0.7179891343,931.08129806 +261,-1.965659039,0.7142126903,122,-1.533478843,0.7179891343,1287.0935104 +262,-1.944438071,0.6772834804,122,-1.533478843,0.7179891343,1253.977153 +263,-1.270340967,0.7681487096,122,-1.533478843,0.7179891343,791.57543578 +264,-1.353091884,0.6549276821,122,-1.533478843,0.7179891343,605.97162664 +265,-1.333236659,0.6413584414,122,-1.533478843,0.7179891343,686.76486358 +266,-1.352015998,0.6753788907,122,-1.533478843,0.7179891343,576.1172579 +267,-1.377988483,0.6577816235,122,-1.533478843,0.7179891343,531.88598874 +268,-2.13075611,0.8318642051,122,-1.533478843,0.7179891343,1733.9433844 +269,-2.097910953,0.8259670014,122,-1.533478843,0.7179891343,1645.0292966 +270,-1.416382069,0.6694271549,122,-1.533478843,0.7179891343,405.02251833 +271,-1.538905672,0.7535625993,122,-1.533478843,0.7179891343,141.80433836 +272,-1.572309477,0.7803125099,122,-1.533478843,0.7179891343,271.31348463 +273,-1.87759879,0.7503853417,122,-1.533478843,0.7179891343,1017.6177597 +274,1.152365588,0.590457682,122,-1.533478843,0.7179891343,7001.2996865 +275,0.350198001,0.718001859,122,-1.533478843,0.7179891343,5187.4046629 +276,0.046513677,0.491503852,122,-1.533478843,0.7179891343,4996.8449344 +277,0.027510309,0.742571376,122,-1.533478843,0.7179891343,4371.8066709 +278,0.306285725,-0.214631579,122,-1.533478843,0.7179891343,7577.8007886 +279,-1.100564889,0.318051531,122,-1.533478843,0.7179891343,2159.0186673 +280,-1.078582306,0.301437596,122,-1.533478843,0.7179891343,2261.7778435 +281,-1.137371989,-0.617634065,122,-1.533478843,0.7179891343,5482.9985452 +282,0.784356344,0.703272339,122,-1.533478843,0.7179891343,6082.6825251 +283,-1.221209947,0.218327455,122,-1.533478843,0.7179891343,2255.6682858 +284,2.347301921,-0.449114658,122,-1.533478843,0.7179891343,9810.3652867 +285,0.246820618,0.830553713,122,-1.533478843,0.7179891343,4677.6538382 +286,0.829414965,0.703288228,122,-1.533478843,0.7179891343,6156.2821239 +287,-1.337537566,0.42332223,122,-1.533478843,0.7179891343,1334.7505835 +288,0.882453706,0.454478077,122,-1.533478843,0.7179891343,7089.9653239 +289,1.575629659,0.416419109,122,-1.533478843,0.7179891343,7948.8694548 +290,-1.039455679,0.229888244,122,-1.533478843,0.7179891343,2578.180569 +291,0.489558039,0.934482747,122,-1.533478843,0.7179891343,4874.8964538 +292,0.081344504,0.88384514,122,-1.533478843,0.7179891343,4204.2807903 +293,-1.547979814,0.300350308,122,-1.533478843,0.7179891343,1655.0058865 +294,0.040776181,0.168560074,122,-1.533478843,0.7179891343,5794.1027306 +295,-1.130374745,0.563894876,122,-1.533478843,0.7179891343,1412.0105348 +296,1.578326642,0.478507176,122,-1.533478843,0.7179891343,7703.2646064 +297,-1.12861823,-0.291640865,122,-1.533478843,0.7179891343,4266.5016805 +298,0.310524208,0.770885792,122,-1.533478843,0.7179891343,4962.5055654 +299,0.415649091,-0.387246002,122,-1.533478843,0.7179891343,8323.5061073 +300,-0.926533878,-0.188022748,122,-1.533478843,0.7179891343,4217.3661646 +301,1.258856172,-0.11716081,122,-1.533478843,0.7179891343,9763.8643557 +302,-1.126050026,0.322941926,122,-1.533478843,0.7179891343,2085.9004597 +303,2.002785835,0.07893892,122,-1.533478843,0.7179891343,8978.9641546 +304,0.440437607,0.746258085,122,-1.533478843,0.7179891343,5303.885181 +305,-0.030391866,0.214441206,122,-1.533478843,0.7179891343,5465.6027059 +306,0.521557815,-0.058929362,122,-1.533478843,0.7179891343,7803.4343199 +307,-0.097005111,0.13317729,122,-1.533478843,0.7179891343,5475.5399563 +308,1.83113859,0.221857587,122,-1.533478843,0.7179891343,8632.5730377 +309,0.222428864,0.099404236,122,-1.533478843,0.7179891343,6509.9297958 +310,-1.702731345,0.8728568183,122,-1.533478843,0.7179891343,770.99349054 +311,-0.418507569,0.278324921,122,-1.533478843,0.7179891343,4150.1478825 +312,-1.41153306,0.339029988,122,-1.533478843,0.7179891343,1556.5555647 +313,0.357560442,0.114788776,122,-1.533478843,0.7179891343,6859.1119498 +314,0.325818979,0.268352149,122,-1.533478843,0.7179891343,6349.4048311 +315,-1.246004659,-0.663679965,122,-1.533478843,0.7179891343,5570.7535474 +316,1.814603087,0.637404484,122,-1.533478843,0.7179891343,7023.0746278 +317,1.843704281,-0.18300445,122,-1.533478843,0.7179891343,10170.848546 +318,1.690644492,-0.211480909,122,-1.533478843,0.7179891343,10417.199815 +319,-1.275451936,0.068109467,122,-1.533478843,0.7179891343,2732.8641624 +320,0.762430171,-0.207594741,122,-1.533478843,0.7179891343,8892.8654565 +321,0.265668905,-0.014647884,122,-1.533478843,0.7179891343,6939.2360302 +322,-2.773032013,-0.335515811,122,-1.533478843,0.7179891343,6163.8280651 +323,-1.469512853,0.174058777,122,-1.533478843,0.7179891343,2166.0911628 +324,0.286276986,0.785925691,122,-1.533478843,0.7179891343,4871.8371442 +325,-1.379324697,0.377432233,122,-1.533478843,0.7179891343,1444.1790542 +326,-1.203778265,0.212813032,122,-1.533478843,0.7179891343,2304.7590945 +327,0.579916301,0.611743168,122,-1.533478843,0.7179891343,5986.3057387 +328,0.267582642,0.868113908,122,-1.533478843,0.7179891343,4630.9708971 +329,0.412869244,-0.050245578,122,-1.533478843,0.7179891343,7465.9472702 +330,0.17524381,0.976660285,122,-1.533478843,0.7179891343,4206.3906453 +331,0.743157214,0.204812899,122,-1.533478843,0.7179891343,7615.1331588 +332,-1.070758176,0.269382282,122,-1.533478843,0.7179891343,2380.9831298 +333,-1.230364251,0.329790229,122,-1.533478843,0.7179891343,1848.1541672 +334,-1.374813124,-0.024926835,122,-1.533478843,0.7179891343,2997.6546243 +335,0.519780566,0.463669906,122,-1.533478843,0.7179891343,6294.4492803 +336,-1.55108034,0.239698561,122,-1.533478843,0.7179891343,1895.4840106 +337,0.180294813,0.029739425,122,-1.533478843,0.7179891343,6569.7696596 +338,0.67820924,0.268170153,122,-1.533478843,0.7179891343,7263.323637 +339,0.445798684,1.024001867,122,-1.533478843,0.7179891343,4564.1836241 +340,0.691751283,0.150521402,122,-1.533478843,0.7179891343,7657.749787 +341,-1.036643551,-0.903056181,122,-1.533478843,0.7179891343,6645.0163356 +342,-0.120287036,1.083325163,122,-1.533478843,0.7179891343,3488.4621068 +343,2.823513113,-0.304487164,122,-1.533478843,0.7179891343,8058.5450992 +344,0.457583172,1.12513373,122,-1.533478843,0.7179891343,4323.410814 +345,0.042918831,0.813795399,122,-1.533478843,0.7179891343,4259.980495 +346,1.196146777,-0.853142756,122,-1.533478843,0.7179891343,11178.953193 +347,0.206001358,-0.010430701,122,-1.533478843,0.7179891343,6751.4792716 +348,-0.268308653,0.234799412,122,-1.533478843,0.7179891343,4705.974428 +349,0.759363263,0.736189579,122,-1.533478843,0.7179891343,5932.9733913 +350,0.181363926,0.891988372,122,-1.533478843,0.7179891343,4398.942669 +351,-0.021111158,0.139103292,122,-1.533478843,0.7179891343,5686.4637935 +352,-0.093355215,0.630686981,122,-1.533478843,0.7179891343,4296.3905038 +353,0.40118964,0.681375926,122,-1.533478843,0.7179891343,5399.3317791 +354,-0.721197315,1.304706234,122,-1.533478843,0.7179891343,2734.9806742 +355,-1.076150317,0.212107639,122,-1.533478843,0.7179891343,2554.929527 +356,-1.577164531,0.273993443,122,-1.533478843,0.7179891343,1765.0348335 +357,-0.190788414,0.182208586,122,-1.533478843,0.7179891343,5070.1599357 +358,-0.261349752,0.209710184,122,-1.533478843,0.7179891343,4789.909939 +359,-1.029303852,0.083549259,122,-1.533478843,0.7179891343,3083.3363513 +360,-1.268609162,0.330525297,122,-1.533478843,0.7179891343,1777.1550958 +361,1.282982244,-0.926641967,122,-1.533478843,0.7179891343,11245.926065 +362,0.217352334,0.731352408,122,-1.533478843,0.7179891343,4851.9728939 +363,-1.511833084,0.258629297,122,-1.533478843,0.7179891343,1821.0474719 +364,0.338812194,0.823184618,122,-1.533478843,0.7179891343,4888.24707 +365,-0.324406489,1.134201999,122,-1.533478843,0.7179891343,3101.1173218 +366,1.389579348,0.399185724,122,-1.533478843,0.7179891343,7946.3100432 +367,2.047152199,-0.039082036,122,-1.533478843,0.7179891343,9331.6597282 +368,0.947780369,0.568250077,122,-1.533478843,0.7179891343,6807.4931685 +369,0.763824846,0.576754987,122,-1.533478843,0.7179891343,6462.140703 +370,-0.142334657,0.928153068,122,-1.533478843,0.7179891343,3636.806185 +371,0.610266567,0.547265983,122,-1.533478843,0.7179891343,6246.9799504 +372,0.210731629,0.746815056,122,-1.533478843,0.7179891343,4799.109701 +373,-1.34931644,0.316895224,122,-1.533478843,0.7179891343,1707.3359318 +374,2.407696481,0.655030745,122,-1.533478843,0.7179891343,6283.4219927 +375,0.64207831,0.545359131,122,-1.533478843,0.7179891343,6320.3033788 +376,1.174597538,0.840588356,122,-1.533478843,0.7179891343,6086.2243852 +377,0.660059424,0.010604079,122,-1.533478843,0.7179891343,7992.5404814 +378,-0.730263819,0.010486456,122,-1.533478843,0.7179891343,4010.0499725 +379,0.831068936,0.512339172,122,-1.533478843,0.7179891343,6800.4066726 +380,1.301180979,0.72367476,122,-1.533478843,0.7179891343,6628.2327652 +381,1.811128231,0.322854402,122,-1.533478843,0.7179891343,8254.0609142 +382,0.435105812,0.992284428,122,-1.533478843,0.7179891343,4629.431135 +383,0.62643634,0.592027932,122,-1.533478843,0.7179891343,6143.1792544 +384,0.492988703,-0.516339467,122,-1.533478843,0.7179891343,8835.6499519 +385,-0.162469483,0.112549365,122,-1.533478843,0.7179891343,5333.5378004 +386,0.314630866,0.472006421,122,-1.533478843,0.7179891343,5763.5024007 +387,0.166744804,0.822815954,122,-1.533478843,0.7179891343,4521.8436753 +388,0.417159608,0.965805736,122,-1.533478843,0.7179891343,4668.1523306 +389,0.106334961,0.868774244,122,-1.533478843,0.7179891343,4289.3595444 +390,0.815086969,-0.338144359,122,-1.533478843,0.7179891343,9387.4491013 +391,0.59867455,-0.230624824,122,-1.533478843,0.7179891343,8484.6418744 +392,1.915104874,0.066220985,122,-1.533478843,0.7179891343,9145.1579457 +393,1.278093622,0.064463721,122,-1.533478843,0.7179891343,9122.8145805 +394,-0.061477853,0.302997961,122,-1.533478843,0.7179891343,5150.5346934 +395,0.251311504,0.626976942,122,-1.533478843,0.7179891343,5194.631427 +396,2.950242872,0.149095644,122,-1.533478843,0.7179891343,6503.7991924 +397,-0.180294708,0.35375117,122,-1.533478843,0.7179891343,4676.0955581 +398,1.010448592,-0.351180233,122,-1.533478843,0.7179891343,9967.7336061 +399,-1.748740498,0.3686318073,122,-1.533478843,0.7179891343,1560.6563853 +400,2.699635665,0.123533791,122,-1.533478843,0.7179891343,7278.4711467 +401,0.496808033,0.823843254,122,-1.533478843,0.7179891343,5197.3322099 +402,0.129574704,0.763364087,122,-1.533478843,0.7179891343,4571.6006207 +403,1.798920311,0.817447563,122,-1.533478843,0.7179891343,6324.9302278 +404,0.335987953,0.746786541,122,-1.533478843,0.7179891343,5080.2742927 +405,-1.085413643,0.292154671,122,-1.533478843,0.7179891343,2275.3264873 +406,-0.155321003,0.508207011,122,-1.533478843,0.7179891343,4390.3829933 +407,0.620529244,-0.301175104,122,-1.533478843,0.7179891343,8727.627912 +408,1.684402744,0.368716966,122,-1.533478843,0.7179891343,8130.2668884 +409,0.300582244,-0.386397212,122,-1.533478843,0.7179891343,7980.1989879 +410,2.913555946,-0.009225192,122,-1.533478843,0.7179891343,7033.9395017 +411,1.465101417,0.493232532,122,-1.533478843,0.7179891343,7617.5808031 +412,0.090612882,0.907955955,122,-1.533478843,0.7179891343,4175.8940283 +413,2.987564726,-0.729568594,122,-1.533478843,0.7179891343,8506.3043326 +414,-1.484261606,0.224149272,122,-1.533478843,0.7179891343,1963.5170074 +415,0.164073421,0.303955133,122,-1.533478843,0.7179891343,5801.0504333 +416,0.141441293,0.167552546,122,-1.533478843,0.7179891343,6093.0419797 +417,2.931321023,-0.506718887,122,-1.533478843,0.7179891343,8207.9414528 +418,2.21951565,0.700596356,122,-1.533478843,0.7179891343,6409.4517174 +419,0.268112576,1.199114336,122,-1.533478843,0.7179891343,3913.3696065 +420,0.978913739,0.359223811,122,-1.533478843,0.7179891343,7590.8615062 +421,1.210898818,0.522863584,122,-1.533478843,0.7179891343,7317.9499586 +422,2.347397336,0.129231362,122,-1.533478843,0.7179891343,8147.0235544 +423,0.614394501,0.556878345,122,-1.533478843,0.7179891343,6226.2727639 +424,-1.398079356,0.148483366,122,-1.533478843,0.7179891343,2305.4067858 +425,2.535303836,-0.112984496,122,-1.533478843,0.7179891343,8403.0018957 +426,-1.019372593,-0.405322349,122,-1.533478843,0.7179891343,4834.1634073 +427,-1.297785627,-0.160104069,122,-1.533478843,0.7179891343,3582.7991018 +428,2.144554488,0.205051084,122,-1.533478843,0.7179891343,8295.0987572 +429,-2.242387083,-0.426171285,122,-1.533478843,0.7179891343,5226.8208551 +430,0.338637212,0.909723676,122,-1.533478843,0.7179891343,4669.1558693 +431,-0.148798452,0.691042401,122,-1.533478843,0.7179891343,4024.8055754 +432,0.893524764,0.441829531,122,-1.533478843,0.7179891343,7153.2144468 +433,0.969229347,-0.368847936,122,-1.533478843,0.7179891343,9902.2859995 +434,0.436043248,0.800045688,122,-1.533478843,0.7179891343,5146.2418966 +435,1.687946607,1.081504775,122,-1.533478843,0.7179891343,5311.4675728 +436,0.522302046,-0.034889271,122,-1.533478843,0.7179891343,7739.563016 +437,-0.178996113,-0.438090009,122,-1.533478843,0.7179891343,6749.0899194 +438,-1.094339566,0.301444068,122,-1.533478843,0.7179891343,2225.5999293 +439,-1.064070054,0.242569932,122,-1.533478843,0.7179891343,2481.9745946 +440,-1.068153768,0.230387998,122,-1.533478843,0.7179891343,2512.3798055 +441,-3.00496892,-0.23989155,122,-1.533478843,0.7179891343,6554.1624403 +442,0.21751974,0.766874888,122,-1.533478843,0.7179891343,4766.2254282 +443,0.117229532,0.007619006,122,-1.533478843,0.7179891343,6440.3101885 +444,0.777758451,0.420554741,122,-1.533478843,0.7179891343,7000.1582343 +445,-0.252356999,0.250747086,122,-1.533478843,0.7179891343,4713.7047151 +446,0.363148444,0.768483434,122,-1.533478843,0.7179891343,5081.603745 +447,0.903191366,-0.118210676,122,-1.533478843,0.7179891343,9010.1658256 +448,-0.205755923,0.149406178,122,-1.533478843,0.7179891343,5109.4713708 +449,1.811996086,0.02364353,122,-1.533478843,0.7179891343,9415.9135698 +450,-1.100670221,0.314845373,122,-1.533478843,0.7179891343,2168.8595498 +451,0.340078597,0.850105132,122,-1.533478843,0.7179891343,4822.0229192 +452,0.258757267,0.804969236,122,-1.533478843,0.7179891343,4765.1406256 +453,2.78505352,-0.155160804,122,-1.533478843,0.7179891343,7796.8338972 +454,0.800551619,0.105822106,122,-1.533478843,0.7179891343,8062.8486446 +455,0.437940882,-0.506194031,122,-1.533478843,0.7179891343,8652.5779422 +456,2.230431122,0.63458615,122,-1.533478843,0.7179891343,6629.7995597 +457,0.527965361,0.127667701,122,-1.533478843,0.7179891343,7297.5294054 +458,-0.063643205,0.702093448,122,-1.533478843,0.7179891343,4226.088656 +459,1.408447268,0.133010502,122,-1.533478843,0.7179891343,8995.5755743 +460,0.523795955,0.280266966,122,-1.533478843,0.7179891343,6843.9245953 +461,-0.975769313,0.072177659,122,-1.533478843,0.7179891343,3234.0988694 +462,0.549774164,-0.463663986,122,-1.533478843,0.7179891343,8893.6107937 +463,0.29245874,1.095549818,122,-1.533478843,0.7179891343,4157.1127934 +464,0.143625958,0.816809593,122,-1.533478843,0.7179891343,4483.8046279 +465,0.671902494,0.611159853,122,-1.533478843,0.7179891343,6175.0561635 +466,1.239840988,0.6724199,122,-1.533478843,0.7179891343,6777.9157542 +467,0.607829703,-0.10932137,122,-1.533478843,0.7179891343,8187.3670079 +468,1.763020906,0.263996692,122,-1.533478843,0.7179891343,8512.8800115 +469,0.378714634,0.726066797,122,-1.533478843,0.7179891343,5228.3105916 +470,2.196736143,-0.153862366,122,-1.533478843,0.7179891343,9404.6788942 +471,0.01702415,0.148991565,122,-1.533478843,0.7179891343,5774.2970956 +472,-2.998490902,-0.158002487,122,-1.533478843,0.7179891343,6320.8926746 +473,-3.051262951,-0.346595608,122,-1.533478843,0.7179891343,6962.7608718 +474,-1.069176439,0.182802941,122,-1.533478843,0.7179891343,2666.9205971 +475,0.167157509,0.595344954,122,-1.533478843,0.7179891343,5063.9594476 +476,0.613855648,0.681746124,122,-1.533478843,0.7179891343,5841.9716296 +477,1.037012736,0.682555367,122,-1.533478843,0.7179891343,6525.9907428 +478,-1.253574971,0.379755746,122,-1.533478843,0.7179891343,1633.9244538 +479,3.108590453,-0.132620738,122,-1.533478843,0.7179891343,6776.0655782 +480,0.565301296,0.022333262,122,-1.533478843,0.7179891343,7700.3338813 +481,0.547898238,0.855555614,122,-1.533478843,0.7179891343,5199.407781 +482,0.948309381,0.417393755,122,-1.533478843,0.7179891343,7334.8276861 +483,-0.050600732,0.945269213,122,-1.533478843,0.7179891343,3809.7766788 +484,-0.977651478,-0.572363064,122,-1.533478843,0.7179891343,5499.0829357 +485,1.102014914,0.728861163,122,-1.533478843,0.7179891343,6432.76821 +486,2.927300795,-0.282939414,122,-1.533478843,0.7179891343,7696.3987519 +487,-1.154565557,0.124434095,122,-1.533478843,0.7179891343,2703.6924581 +488,1.855331234,0.291044755,122,-1.533478843,0.7179891343,8345.2191089 +489,0.830290659,0.276904518,122,-1.533478843,0.7179891343,7580.3794684 +490,0.485104466,-0.234867441,122,-1.533478843,0.7179891343,8161.0259164 +491,0.521367572,-0.33161327,122,-1.533478843,0.7179891343,8507.6954926 +1,-1.539031704,0.7349710123,123,-1.556150555,0.738907041,52.577903026 +2,-1.536990553,0.7349663874,123,-1.556150555,0.738907041,58.32773044 +3,-1.534951779,0.7349571355,123,-1.556150555,0.738907041,64.118853022 +4,-1.532906461,0.7349480293,123,-1.556150555,0.738907041,69.960437834 +5,-1.531320211,0.7346937278,123,-1.556150555,0.738907041,74.728757395 +6,-1.539451648,0.7335131775,123,-1.556150555,0.738907041,53.467890706 +7,-1.537429487,0.7335445708,123,-1.556150555,0.738907041,58.91076783 +8,-1.535484998,0.7335658704,123,-1.556150555,0.738907041,64.238635552 +9,-1.533488396,0.7336036027,123,-1.556150555,0.738907041,69.75222001 +10,-1.531497785,0.7335842962,123,-1.556150555,0.738907041,75.365826096 +11,-1.530259379,0.7334777758,123,-1.556150555,0.738907041,78.979301844 +12,-1.5335454,0.7322346912,123,-1.556150555,0.738907041,71.45484223 +13,-1.531489083,0.7322238773,123,-1.556150555,0.738907041,77.112882051 +14,-1.530011122,0.7321679851,123,-1.556150555,0.738907041,81.277474701 +15,-1.53348106,0.7306614094,123,-1.556150555,0.738907041,74.198619496 +16,-1.531441779,0.7306962275,123,-1.556150555,0.738907041,79.566103413 +17,-1.529755654,0.7306933243,123,-1.556150555,0.738907041,84.117326576 +18,-1.533415048,0.7291384674,123,-1.556150555,0.738907041,77.251967446 +19,-1.531392093,0.7291705353,123,-1.556150555,0.738907041,82.394543643 +20,-1.529296523,0.7291214933,123,-1.556150555,0.738907041,87.974743273 +21,-1.535280942,0.727267644,123,-1.556150555,0.738907041,76.804049398 +22,-1.533378158,0.7276139666,123,-1.556150555,0.738907041,80.574690335 +23,-1.531340368,0.7276446587,123,-1.556150555,0.738907041,85.563041653 +24,-1.528960113,0.7276398177,123,-1.556150555,0.738907041,91.622594254 +25,-1.533313146,0.7260818349,123,-1.556150555,0.738907041,84.284710693 +26,-1.531259555,0.7260958115,123,-1.556150555,0.738907041,89.152975461 +27,-1.528926415,0.7260865555,123,-1.556150555,0.738907041,94.902627699 +28,-1.531226779,0.7245511789,123,-1.556150555,0.738907041,92.888184093 +29,-1.528904772,0.7245519194,123,-1.556150555,0.738907041,98.386323253 +30,-1.547195875,0.7409785979,123,-1.556150555,0.738907041,27.449524009 +31,-1.5451475,0.740980426,123,-1.556150555,0.738907041,33.217563142 +32,-1.543097679,0.7409798872,123,-1.556150555,0.738907041,39.055249733 +33,-1.540720364,0.7409892687,123,-1.556150555,0.738907041,45.883713302 +34,-1.547188511,0.7395198392,123,-1.556150555,0.738907041,26.345474132 +35,-1.545148587,0.7395226109,123,-1.556150555,0.738907041,32.296728017 +36,-1.543104538,0.7395314908,123,-1.556150555,0.738907041,38.26764936 +37,-1.540727751,0.7395306258,123,-1.556150555,0.738907041,45.212319862 +38,-1.547187029,0.7380014886,123,-1.556150555,0.738907041,26.499780682 +39,-1.545147315,0.7380012252,123,-1.556150555,0.738907041,32.429693693 +40,-1.54310719,0.7380060743,123,-1.556150555,0.738907041,38.372710538 +41,-1.540719671,0.7380068206,123,-1.556150555,0.738907041,45.340240996 +42,-1.547187189,0.7364799098,123,-1.556150555,0.738907041,27.977279238 +43,-1.545149996,0.7364853874,123,-1.556150555,0.738907041,33.641439511 +44,-1.543106091,0.7364823484,123,-1.556150555,0.738907041,39.423833647 +45,-1.540717158,0.7364893901,123,-1.556150555,0.738907041,46.240823868 +46,-1.538663972,0.7410138672,123,-1.556150555,0.738907041,51.8273362 +47,-1.53695285,0.7409699132,123,-1.556150555,0.738907041,56.748772869 +48,-1.534910498,0.7409641297,123,-1.556150555,0.738907041,62.663826441 +49,-1.533145034,0.7409536636,123,-1.556150555,0.738907041,67.782928586 +50,-1.538681336,0.7395405883,123,-1.556150555,0.738907041,51.196198666 +51,-1.536999189,0.7395183096,123,-1.556150555,0.738907041,56.111286268 +52,-1.534923633,0.7395144222,123,-1.556150555,0.738907041,62.181069131 +53,-1.533267822,0.7395654306,123,-1.556150555,0.738907041,67.030426924 +54,-1.53867273,0.7380151077,123,-1.556150555,0.738907041,51.317164755 +55,-1.536980576,0.7379994392,123,-1.556150555,0.738907041,56.267299421 +56,-1.534931522,0.7379944961,123,-1.556150555,0.738907041,62.2594437 +57,-1.533387952,0.7379480264,123,-1.556150555,0.738907041,66.78527046 +58,-1.538682279,0.7364914363,123,-1.556150555,0.738907041,52.089196577 +59,-1.536980704,0.7364810563,123,-1.556150555,0.738907041,57.006447461 +60,-1.534935567,0.7364752065,123,-1.556150555,0.738907041,62.927098622 +61,-1.533042592,0.7363876366,123,-1.556150555,0.738907041,68.467931102 +62,-1.545143426,0.7349628011,123,-1.556150555,0.738907041,35.867797851 +63,-1.543105297,0.7349691947,123,-1.556150555,0.738907041,41.321593319 +64,-1.541064533,0.7349647152,123,-1.556150555,0.738907041,46.925147372 +65,-1.545411803,0.7334624714,123,-1.556150555,0.738907041,38.192152218 +66,-1.543446606,0.7334780896,123,-1.556150555,0.738907041,43.044950631 +67,-1.541475327,0.7334957295,123,-1.556150555,0.738907041,48.112623338 +68,-1.545401939,0.731963266,123,-1.556150555,0.738907041,41.871345996 +69,-1.54342253,0.7319915583,123,-1.556150555,0.738907041,46.345702682 +70,-1.541455867,0.7320216438,123,-1.556150555,0.738907041,51.055051254 +71,-1.545410146,0.7304422281,123,-1.556150555,0.738907041,46.05178443 +72,-1.543435491,0.7304713664,123,-1.556150555,0.738907041,50.131126995 +73,-1.541463105,0.7304997613,123,-1.556150555,0.738907041,54.520509124 +74,-1.545414768,0.7289194936,123,-1.556150555,0.738907041,50.617348084 +75,-1.543435774,0.7289538557,123,-1.556150555,0.738907041,54.339596921 +76,-1.541457714,0.7289765881,123,-1.556150555,0.738907041,58.434903459 +77,-1.539449415,0.7320555866,123,-1.556150555,0.738907041,56.059398357 +78,-1.537429183,0.7321097681,123,-1.556150555,0.738907041,61.22270336 +79,-1.535472649,0.7321497267,123,-1.556150555,0.738907041,66.366562607 +80,-1.539457899,0.7305333307,123,-1.556150555,0.738907041,59.221082118 +81,-1.537453161,0.7305750503,123,-1.556150555,0.738907041,64.101052827 +82,-1.535479385,0.7306124949,123,-1.556150555,0.738907041,69.066981619 +83,-1.53946905,0.7290102593,123,-1.556150555,0.738907041,62.799734755 +84,-1.537459922,0.7290417293,123,-1.556150555,0.738907041,67.443987554 +85,-1.535451349,0.7290890157,123,-1.556150555,0.738907041,72.237589874 +86,-1.535522937,0.7279887191,123,-1.556150555,0.738907041,74.527068755 +87,-1.539442524,0.7274735939,123,-1.556150555,0.738907041,66.850987199 +88,-1.537424111,0.727521351,123,-1.556150555,0.738907041,71.213307071 +89,-1.539384641,0.7259505092,123,-1.556150555,0.738907041,71.217877884 +90,-1.537372391,0.7259947145,123,-1.556150555,0.738907041,75.327912855 +91,-1.535340789,0.7260435356,123,-1.556150555,0.738907041,79.69912621 +92,-1.539325716,0.7244369706,123,-1.556150555,0.738907041,75.787587852 +93,-1.537308932,0.7244801057,123,-1.556150555,0.738907041,79.67957219 +94,-1.535289068,0.7245247645,123,-1.556150555,0.738907041,83.815202613 +95,-1.533261366,0.7245550236,123,-1.556150555,0.738907041,88.213726208 +96,-1.539267302,0.722921924,123,-1.556150555,0.738907041,80.548906957 +97,-1.537248972,0.7229660258,123,-1.556150555,0.738907041,84.226264561 +98,-1.535219431,0.7229916471,123,-1.556150555,0.738907041,88.22827262 +99,-1.53318962,0.7230212049,123,-1.556150555,0.738907041,92.434547457 +100,-1.531154816,0.7230299897,123,-1.556150555,0.738907041,96.893312545 +101,-1.528878341,0.7230370244,123,-1.556150555,0.738907041,102.07583633 +102,-1.539218189,0.7214009878,123,-1.556150555,0.738907041,85.470031065 +103,-1.537198791,0.7214422745,123,-1.556150555,0.738907041,88.957493037 +104,-1.535179266,0.7214634354,123,-1.556150555,0.738907041,92.757186572 +105,-1.533156501,0.7214944644,123,-1.556150555,0.738907041,96.753468412 +106,-1.53113574,0.7215166021,123,-1.556150555,0.738907041,100.96450302 +107,-1.528874248,0.7215345535,123,-1.556150555,0.738907041,105.89461688 +108,-1.539217656,0.7198512397,123,-1.556150555,0.738907041,90.541163662 +109,-1.537199919,0.7199428763,123,-1.556150555,0.738907041,93.670689027 +110,-1.545425832,0.727397149,123,-1.556150555,0.738907041,55.451617909 +111,-1.543371177,0.7273916949,123,-1.556150555,0.738907041,59.120208689 +112,-1.541368852,0.7274523163,123,-1.556150555,0.738907041,62.859398584 +113,-1.545349067,0.7258710923,123,-1.556150555,0.738907041,60.648811552 +114,-1.54332671,0.7258603556,123,-1.556150555,0.738907041,64.008887252 +115,-1.541346831,0.7259242142,123,-1.556150555,0.738907041,67.419838554 +116,-1.545324355,0.7243383958,123,-1.556150555,0.738907041,65.940265851 +117,-1.543292796,0.7243617413,123,-1.556150555,0.738907041,68.959162058 +118,-1.541295822,0.7244024384,123,-1.556150555,0.738907041,72.231859865 +119,-1.543193859,0.7205570215,123,-1.556150555,0.738907041,82.13488889 +120,-1.550257047,0.7386738187,123,-1.556150555,0.738907041,17.282667375 +121,-1.549335448,0.7311736483,123,-1.556150555,0.738907041,36.596439935 +122,-1.533478843,0.7179891343,123,-1.556150555,0.738907041,106.5597899 +123,-1.556150555,0.738907041,123,-1.556150555,0.738907041,11.393905225 +124,-1.554324226,0.733414257,123,-1.556150555,0.738907041,22.407627093 +125,-1.554290846,0.7288285332,123,-1.556150555,0.738907041,40.293986699 +126,-1.55122487,0.7219795312,123,-1.556150555,0.738907041,68.606683234 +127,-1.525104458,0.7229399862,123,-1.556150555,0.738907041,111.27669228 +128,-1.519607711,0.7236181429,123,-1.556150555,0.738907041,123.58729776 +129,-1.513899999,0.7251107854,123,-1.556150555,0.738907041,135.9435063 +130,-1.536620762,0.7431061895,123,-1.556150555,0.738907041,59.447265399 +131,-1.5369566,0.7460845958,123,-1.556150555,0.738907041,62.816711261 +132,-1.545345528,0.7447040685,123,-1.556150555,0.738907041,39.023760547 +133,-1.532813921,0.7432306626,123,-1.556150555,0.738907041,70.311404942 +134,-1.554788248,0.7382381001,123,-1.556150555,0.738907041,4.7896938777 +135,-1.540348126,0.7301594274,123,-1.556150555,0.738907041,57.951844852 +136,-1.538016084,0.7239051786,123,-1.556150555,0.738907041,79.929090548 +137,-1.525288962,0.7258085137,123,-1.556150555,0.738907041,104.66104821 +138,-1.534326986,0.731241342,123,-1.556150555,0.738907041,70.946715117 +139,-1.530733872,0.7303625216,123,-1.556150555,0.738907041,82.016027858 +141,-1.534354939,0.7328219978,123,-1.556150555,0.738907041,68.381726286 +142,-1.53157084,0.7292888153,123,-1.556150555,0.738907041,81.707511987 +143,-1.525691035,0.7263799874,123,-1.556150555,0.738907041,102.49975188 +144,-1.534031287,0.7495967835,123,-1.556150555,0.738907041,77.112063722 +145,-1.527714986,0.7283095957,123,-1.556150555,0.738907041,93.597875139 +146,-1.526189586,0.7271468292,123,-1.556150555,0.738907041,99.73714615 +147,-1.555177336,0.7375563366,123,-1.556150555,0.738907041,6.0625135421 +148,-1.555080283,0.7312707794,123,-1.556150555,0.738907041,30.410253957 +149,-1.53856994,0.7224180299,123,-1.556150555,0.738907041,83.397169114 +150,-1.530837883,0.729933372,123,-1.556150555,0.738907041,82.468969894 +151,-1.515066984,0.5854133365,123,-1.556150555,0.738907041,621.31252368 +152,-1.534731633,0.5368370046,123,-1.556150555,0.738907041,803.26998897 +153,-1.515231902,0.5607085576,123,-1.556150555,0.738907041,717.45919885 +154,-2.616253799,1.0684566605,123,-1.556150555,0.738907041,2776.3987366 +155,-1.956071439,0.5792177723,123,-1.556150555,0.738907041,1396.8386422 +156,-1.951208514,0.5602434208,123,-1.556150555,0.738907041,1426.5024578 +157,-1.944675062,0.6062144545,123,-1.556150555,0.738907041,1308.4699663 +158,-1.613778386,0.6077989518,123,-1.556150555,0.738907041,548.99691384 +159,-2.035029014,0.6021432345,123,-1.556150555,0.738907041,1573.436853 +160,-2.114989471,0.6801825058,123,-1.556150555,0.738907041,1685.2591532 +161,-2.037382079,0.5765830025,123,-1.556150555,0.738907041,1630.4404693 +162,-2.129855121,0.6585019963,123,-1.556150555,0.738907041,1757.5336584 +163,-2.075141798,0.6493615843,123,-1.556150555,0.738907041,1610.5880748 +164,-1.828626729,0.6948433129,123,-1.556150555,0.738907041,830.85949862 +165,-1.863329418,0.6735427691,123,-1.556150555,0.738907041,959.24829038 +166,-1.266037071,0.727988852,123,-1.556150555,0.738907041,853.39669483 +167,-1.277579582,0.7249010648,123,-1.556150555,0.738907041,821.49998563 +168,-1.258418684,0.7241194816,123,-1.556150555,0.738907041,878.08056741 +169,-1.317813974,0.6804850104,123,-1.556150555,0.738907041,751.58192697 +170,-1.344165204,0.6790988904,123,-1.556150555,0.738907041,679.16614054 +171,-1.427582102,0.5277120351,123,-1.556150555,0.738907041,930.90845943 +172,-1.402238616,0.457167829,123,-1.556150555,0.738907041,1222.719505 +173,-1.422454264,0.4996161999,123,-1.556150555,0.738907041,1040.1946843 +174,-1.439089277,0.4894859811,123,-1.556150555,0.738907041,1057.2298493 +175,-1.448126995,0.5182330266,123,-1.556150555,0.738907041,939.4240137 +176,-1.474626146,0.5881926574,123,-1.556150555,0.738907041,648.64632969 +177,-1.421139645,0.5584869783,123,-1.556150555,0.738907041,831.18814921 +178,-1.457037165,0.565943032,123,-1.556150555,0.738907041,752.32622217 +179,-2.757159358,0.3745319,123,-1.556150555,0.738907041,4170.6637525 +180,-2.714309238,0.342054471,123,-1.556150555,0.738907041,4124.2685323 +181,-2.000525337,0.774119946,123,-1.556150555,0.738907041,1282.4092331 +183,-1.571413436,0.6777838382,123,-1.556150555,0.738907041,246.41964984 +184,-1.552860289,0.6987663893,123,-1.556150555,0.738907041,159.29921674 +185,-1.521852374,0.7165827476,123,-1.556150555,0.738907041,134.56370173 +186,-1.503656267,0.6928968252,123,-1.556150555,0.738907041,240.43616431 +187,-1.502753178,0.7136205882,123,-1.556150555,0.738907041,187.16751612 +188,-1.631894563,0.7343596465,123,-1.556150555,0.738907041,222.94083159 +189,-1.653765416,0.6770714026,123,-1.556150555,0.738907041,382.29671886 +190,-1.719812114,0.6715965947,123,-1.556150555,0.738907041,560.55631615 +191,-1.493406659,0.6646955447,123,-1.556150555,0.738907041,349.81907553 +192,-1.469120564,0.6613469966,123,-1.556150555,0.738907041,404.66792106 +193,-1.590551461,0.5326612937,123,-1.556150555,0.738907041,824.19499501 +194,-1.625979264,0.5247742243,123,-1.556150555,0.738907041,876.76679087 +195,-1.572293943,0.5238808754,123,-1.556150555,0.738907041,853.26550542 +196,-1.610848725,0.5477107964,123,-1.556150555,0.738907041,776.75489088 +197,-1.208485554,0.7918526018,123,-1.556150555,0.738907041,1012.1667407 +198,-1.335601374,0.6869083083,123,-1.556150555,0.738907041,691.41716602 +199,-1.346156996,0.6825213377,123,-1.556150555,0.738907041,668.08110208 +200,-1.324381037,0.6741422347,123,-1.556150555,0.738907041,742.92733398 +201,-1.242424992,0.7378949807,123,-1.556150555,0.738907041,917.30191719 +202,-1.270370057,0.7392461008,123,-1.556150555,0.738907041,835.33764285 +203,-1.448950472,0.7441675014,123,-1.556150555,0.738907041,313.7506121 +204,-1.492662363,0.7523026852,123,-1.556150555,0.738907041,192.20419272 +205,-1.479098966,0.7763855017,123,-1.556150555,0.738907041,266.76392409 +206,-1.633760714,0.7869022408,123,-1.556150555,0.738907041,292.35380583 +207,-1.647406434,0.8101289331,123,-1.556150555,0.738907041,382.36607119 +208,-1.564245052,0.5701509278,123,-1.556150555,0.738907041,668.92356598 +209,-1.646289963,0.6833746083,123,-1.556150555,0.738907041,348.53036065 +210,-1.5820631,0.6751952144,123,-1.556150555,0.738907041,264.1393276 +211,-1.613236298,0.6681681791,123,-1.556150555,0.738907041,328.93572717 +212,-1.914661867,0.8212566515,123,-1.556150555,0.738907041,1057.2226284 +213,-1.742133237,0.7250275956,123,-1.556150555,0.738907041,550.36985346 +214,-2.033144872,0.6557314699,123,-1.556150555,0.738907041,1478.4713339 +215,-2.039551981,0.6964723658,123,-1.556150555,0.738907041,1445.7346785 +216,-1.247341019,0.7622473908,123,-1.556150555,0.738907041,897.55606856 +217,-1.298239787,0.7084123392,123,-1.556150555,0.738907041,774.01316707 +218,-1.308539688,0.6926545592,123,-1.556150555,0.738907041,761.4197338 +219,-1.303263185,0.6888938396,123,-1.556150555,0.738907041,781.48953587 +220,-1.852400229,0.6004246149,123,-1.556150555,0.738907041,1068.1824945 +221,-1.288947707,0.7473773692,123,-1.556150555,0.738907041,778.99132473 +222,-1.372031502,0.7472790993,123,-1.556150555,0.738907041,537.70845073 +223,-1.289805721,0.7242157877,123,-1.556150555,0.738907041,786.14679594 +224,-1.350807603,0.7533498126,123,-1.556150555,0.738907041,599.50375746 +225,-1.329290365,0.7560442322,123,-1.556150555,0.738907041,661.84141292 +226,-1.410153004,0.616936428,123,-1.556150555,0.738907041,659.8538341 +227,-1.393445434,0.6308995063,123,-1.556150555,0.738907041,656.66906786 +228,-1.37595573,0.6241540638,123,-1.556150555,0.738907041,715.90835091 +229,-1.358388707,0.6172645205,123,-1.556150555,0.738907041,776.19272082 +230,-1.753741133,0.8281661666,123,-1.556150555,0.738907041,656.58679841 +231,-1.47430987,0.6834615681,123,-1.556150555,0.738907041,329.36637565 +232,-1.421012508,0.7222725206,123,-1.556150555,0.738907041,403.92704474 +233,-1.4476833,0.6978557868,123,-1.556150555,0.738907041,361.90544443 +234,-1.470370723,0.6966193374,123,-1.556150555,0.738907041,305.80203597 +235,-1.429211703,0.7037216883,123,-1.556150555,0.738907041,402.31157304 +236,-1.700578405,0.6178673663,123,-1.556150555,0.738907041,653.76006885 +237,-1.678117619,0.6331716163,123,-1.556150555,0.738907041,560.96595385 +238,-1.725644578,0.6316331145,123,-1.556150555,0.738907041,670.60242006 +239,-2.14012759,0.7930497945,123,-1.556150555,0.738907041,1668.5877027 +240,-2.103289431,0.7653606263,123,-1.556150555,0.738907041,1576.5447941 +241,-1.318739838,0.7017808746,123,-1.556150555,0.738907041,721.06859919 +242,-1.396417427,0.7077900843,123,-1.556150555,0.738907041,489.74820356 +243,-1.35650337,0.7185539404,123,-1.556150555,0.738907041,594.97209567 +244,-1.248884539,0.7274156818,123,-1.556150555,0.738907041,903.89584174 +245,-1.395014798,0.5761185243,123,-1.556150555,0.738907041,818.05326352 +246,-1.433377362,0.6064716109,123,-1.556150555,0.738907041,647.43423453 +247,-1.408172432,0.5903155476,123,-1.556150555,0.738907041,747.01356785 +248,-1.749645898,0.7757118084,123,-1.556150555,0.738907041,575.21234846 +249,-1.571626686,0.615046989,123,-1.556150555,0.738907041,492.92229376 +250,-1.514070049,0.6303003037,123,-1.556150555,0.738907041,449.09578905 +251,-1.480890369,0.6237966528,123,-1.556150555,0.738907041,511.19413969 +252,-1.704390658,0.5281680612,123,-1.556150555,0.738907041,958.33840039 +253,-1.64434733,0.5254277498,123,-1.556150555,0.738907041,890.86977562 +254,-1.703855997,0.4792484842,123,-1.556150555,0.738907041,1133.4701712 +255,-1.692002383,0.5748825051,123,-1.556150555,0.738907041,776.17917594 +256,-1.854136457,0.5544643913,123,-1.556150555,0.738907041,1188.2225352 +257,-1.665021206,0.520317736,123,-1.556150555,0.738907041,932.65913579 +258,-1.733654349,0.4845187345,123,-1.556150555,0.738907041,1158.4065885 +259,-1.720938188,0.5135933906,123,-1.556150555,0.738907041,1035.8183616 +260,-1.742668307,0.553296122,123,-1.556150555,0.738907041,940.96344993 +261,-1.965659039,0.7142126903,123,-1.556150555,0.738907041,1212.5113795 +262,-1.944438071,0.6772834804,123,-1.556150555,0.738907041,1189.8566436 +263,-1.270340967,0.7681487096,123,-1.556150555,0.738907041,832.28254622 +264,-1.353091884,0.6549276821,123,-1.556150555,0.738907041,699.87224634 +265,-1.333236659,0.6413584414,123,-1.556150555,0.738907041,781.68439698 +266,-1.352015998,0.6753788907,123,-1.556150555,0.738907041,663.4851107 +267,-1.377988483,0.6577816235,123,-1.556150555,0.738907041,628.15626512 +268,-2.13075611,0.8318642051,123,-1.556150555,0.738907041,1637.7694828 +269,-2.097910953,0.8259670014,123,-1.556150555,0.738907041,1549.4519586 +270,-1.416382069,0.6694271549,123,-1.556150555,0.738907041,503.41746969 +271,-1.538905672,0.7535625993,123,-1.556150555,0.738907041,76.71476925 +272,-1.572309477,0.7803125099,123,-1.556150555,0.738907041,170.44384967 +273,-1.87759879,0.7503853417,123,-1.556150555,0.738907041,935.48734055 +274,1.152365588,0.590457682,123,-1.556150555,0.738907041,6948.4919363 +275,0.350198001,0.718001859,123,-1.556150555,0.738907041,5181.1180609 +276,0.046513677,0.491503852,123,-1.556150555,0.738907041,5027.1315388 +277,0.027510309,0.742571376,123,-1.556150555,0.738907041,4380.1990325 +278,0.306285725,-0.214631579,123,-1.556150555,0.738907041,7642.9363109 +279,-1.100564889,0.318051531,123,-1.556150555,0.738907041,2263.4607792 +280,-1.078582306,0.301437596,123,-1.556150555,0.738907041,2365.9556697 +281,-1.137371989,-0.617634065,123,-1.556150555,0.738907041,5583.2471724 +282,0.784356344,0.703272339,123,-1.556150555,0.738907041,6050.8441722 +283,-1.221209947,0.218327455,123,-1.556150555,0.738907041,2361.8786796 +284,2.347301921,-0.449114658,123,-1.556150555,0.738907041,9729.3027506 +285,0.246820618,0.830553713,123,-1.556150555,0.738907041,4667.161938 +286,0.829414965,0.703288228,123,-1.556150555,0.738907041,6121.4926053 +287,-1.337537566,0.42332223,123,-1.556150555,0.738907041,1440.7564431 +288,0.882453706,0.454478077,123,-1.556150555,0.738907041,7064.2261424 +289,1.575629659,0.416419109,123,-1.556150555,0.738907041,7867.4607228 +290,-1.039455679,0.229888244,123,-1.556150555,0.738907041,2682.8113799 +291,0.489558039,0.934482747,123,-1.556150555,0.738907041,4844.3404729 +292,0.081344504,0.88384514,123,-1.556150555,0.738907041,4195.9034009 +293,-1.547979814,0.300350308,123,-1.556150555,0.738907041,1737.343071 +294,0.040776181,0.168560074,123,-1.556150555,0.738907041,5849.2574229 +295,-1.130374745,0.563894876,123,-1.556150555,0.738907041,1502.1847809 +296,1.578326642,0.478507176,123,-1.556150555,0.738907041,7621.6006579 +297,-1.12861823,-0.291640865,123,-1.556150555,0.738907041,4370.2986362 +298,0.310524208,0.770885792,123,-1.556150555,0.738907041,4954.0236682 +299,0.415649091,-0.387246002,123,-1.556150555,0.738907041,8395.0074436 +300,-0.926533878,-0.188022748,123,-1.556150555,0.738907041,4323.8988101 +301,1.258856172,-0.11716081,123,-1.556150555,0.738907041,9728.3062997 +302,-1.126050026,0.322941926,123,-1.556150555,0.738907041,2190.9575615 +303,2.002785835,0.07893892,123,-1.556150555,0.738907041,8873.5676826 +304,0.440437607,0.746258085,123,-1.556150555,0.738907041,5290.2675925 +305,-0.030391866,0.214441206,123,-1.556150555,0.738907041,5521.797423 +306,0.521557815,-0.058929362,123,-1.556150555,0.738907041,7842.919125 +307,-0.097005111,0.13317729,123,-1.556150555,0.738907041,5541.0083957 +308,1.83113859,0.221857587,123,-1.556150555,0.738907041,8534.5427251 +309,0.222428864,0.099404236,123,-1.556150555,0.738907041,6558.6268408 +310,-1.702731345,0.8728568183,123,-1.556150555,0.738907041,664.81438179 +311,-0.418507569,0.278324921,123,-1.556150555,0.738907041,4223.6179319 +312,-1.41153306,0.339029988,123,-1.556150555,0.738907041,1656.3908166 +313,0.357560442,0.114788776,123,-1.556150555,0.738907041,6897.6621336 +314,0.325818979,0.268352149,123,-1.556150555,0.738907041,6379.0494151 +315,-1.246004659,-0.663679965,123,-1.556150555,0.738907041,5667.0151305 +316,1.814603087,0.637404484,123,-1.556150555,0.738907041,6929.6761026 +317,1.843704281,-0.18300445,123,-1.556150555,0.738907041,10067.12721 +318,1.690644492,-0.211480909,123,-1.556150555,0.738907041,10323.478438 +319,-1.275451936,0.068109467,123,-1.556150555,0.738907041,2835.9247786 +320,0.762430171,-0.207594741,123,-1.556150555,0.738907041,8925.0648029 +321,0.265668905,-0.014647884,123,-1.556150555,0.738907041,6993.0815449 +322,-2.773032013,-0.335515811,123,-1.556150555,0.738907041,6142.081906 +323,-1.469512853,0.174058777,123,-1.556150555,0.738907041,2257.4894798 +324,0.286276986,0.785925691,123,-1.556150555,0.738907041,4863.3323782 +325,-1.379324697,0.377432233,123,-1.556150555,0.738907041,1547.3708728 +326,-1.203778265,0.212813032,123,-1.556150555,0.738907041,2411.1409987 +327,0.579916301,0.611743168,123,-1.556150555,0.738907041,5973.6758956 +328,0.267582642,0.868113908,123,-1.556150555,0.738907041,4616.1153538 +329,0.412869244,-0.050245578,123,-1.556150555,0.738907041,7512.6129559 +330,0.17524381,0.976660285,123,-1.556150555,0.738907041,4184.9106448 +331,0.743157214,0.204812899,123,-1.556150555,0.738907041,7616.6009336 +332,-1.070758176,0.269382282,123,-1.556150555,0.738907041,2485.6571997 +333,-1.230364251,0.329790229,123,-1.556150555,0.738907041,1954.7120323 +334,-1.374813124,-0.024926835,123,-1.556150555,0.738907041,3094.312638 +335,0.519780566,0.463669906,123,-1.556150555,0.738907041,6296.1894924 +336,-1.55108034,0.239698561,123,-1.556150555,0.738907041,1977.4411543 +337,0.180294813,0.029739425,123,-1.556150555,0.738907041,6625.89171 +338,0.67820924,0.268170153,123,-1.556150555,0.738907041,7266.1069496 +339,0.445798684,1.024001867,123,-1.556150555,0.738907041,4528.3375542 +340,0.691751283,0.150521402,123,-1.556150555,0.738907041,7667.5386136 +341,-1.036643551,-0.903056181,123,-1.556150555,0.738907041,6744.2978878 +342,-0.120287036,1.083325163,123,-1.556150555,0.738907041,3462.7055345 +343,2.823513113,-0.304487164,123,-1.556150555,0.738907041,7992.4169173 +344,0.457583172,1.12513373,123,-1.556150555,0.738907041,4278.7648073 +345,0.042918831,0.813795399,123,-1.556150555,0.738907041,4260.4652435 +346,1.196146777,-0.853142756,123,-1.556150555,0.738907041,11279.547835 +347,0.206001358,-0.010430701,123,-1.556150555,0.738907041,6808.7375754 +348,-0.268308653,0.234799412,123,-1.556150555,0.738907041,4774.2378028 +349,0.759363263,0.736189579,123,-1.556150555,0.738907041,5900.8940451 +350,0.181363926,0.891988372,123,-1.556150555,0.738907041,4385.6317712 +351,-0.021111158,0.139103292,123,-1.556150555,0.738907041,5747.2421316 +352,-0.093355215,0.630686981,123,-1.556150555,0.738907041,4321.880227 +353,0.40118964,0.681375926,123,-1.556150555,0.738907041,5392.9768749 +354,-0.721197315,1.304706234,123,-1.556150555,0.738907041,2676.5704105 +355,-1.076150317,0.212107639,123,-1.556150555,0.738907041,2660.6429109 +356,-1.577164531,0.273993443,123,-1.556150555,0.738907041,1842.9103666 +357,-0.190788414,0.182208586,123,-1.556150555,0.738907041,5137.6490655 +358,-0.261349752,0.209710184,123,-1.556150555,0.738907041,4859.4617776 +359,-1.029303852,0.083549259,123,-1.556150555,0.738907041,3189.5399891 +360,-1.268609162,0.330525297,123,-1.556150555,0.738907041,1883.5016646 +361,1.282982244,-0.926641967,123,-1.556150555,0.738907041,11352.442568 +362,0.217352334,0.731352408,123,-1.556150555,0.738907041,4851.8243338 +363,-1.511833084,0.258629297,123,-1.556150555,0.738907041,1908.3867834 +364,0.338812194,0.823184618,123,-1.556150555,0.738907041,4873.9001738 +365,-0.324406489,1.134201999,123,-1.556150555,0.738907041,3070.6467314 +366,1.389579348,0.399185724,123,-1.556150555,0.738907041,7879.2302127 +367,2.047152199,-0.039082036,123,-1.556150555,0.738907041,9225.1418867 +368,0.947780369,0.568250077,123,-1.556150555,0.738907041,6770.9449147 +369,0.763824846,0.576754987,123,-1.556150555,0.738907041,6438.846934 +370,-0.142334657,0.928153068,123,-1.556150555,0.738907041,3631.3086188 +371,0.610266567,0.547265983,123,-1.556150555,0.738907041,6236.5561305 +372,0.210731629,0.746815056,123,-1.556150555,0.738907041,4797.9366469 +373,-1.34931644,0.316895224,123,-1.556150555,0.738907041,1810.9352765 +374,2.407696481,0.655030745,123,-1.556150555,0.738907041,6177.1055312 +375,0.64207831,0.545359131,123,-1.556150555,0.738907041,6307.7352087 +376,1.174597538,0.840588356,123,-1.556150555,0.738907041,6024.8617212 +377,0.660059424,0.010604079,123,-1.556150555,0.738907041,8015.4723919 +378,-0.730263819,0.010486456,123,-1.556150555,0.738907041,4110.5901157 +379,0.831068936,0.512339172,123,-1.556150555,0.738907041,6775.6672724 +380,1.301180979,0.72367476,123,-1.556150555,0.738907041,6562.0898778 +381,1.811128231,0.322854402,123,-1.556150555,0.738907041,8158.0199434 +382,0.435105812,0.992284428,123,-1.556150555,0.738907041,4596.6120956 +383,0.62643634,0.592027932,123,-1.556150555,0.738907041,6128.6911668 +384,0.492988703,-0.516339467,123,-1.556150555,0.738907041,8913.4058207 +385,-0.162469483,0.112549365,123,-1.556150555,0.738907041,5403.8912973 +386,0.314630866,0.472006421,123,-1.556150555,0.738907041,5778.7174306 +387,0.166744804,0.822815954,123,-1.556150555,0.738907041,4515.8351427 +388,0.417159608,0.965805736,123,-1.556150555,0.738907041,4638.2564691 +389,0.106334961,0.868774244,123,-1.556150555,0.738907041,4281.5042138 +390,0.815086969,-0.338144359,123,-1.556150555,0.738907041,9427.982253 +391,0.59867455,-0.230624824,123,-1.556150555,0.738907041,8532.2104823 +392,1.915104874,0.066220985,123,-1.556150555,0.738907041,9041.9049187 +393,1.278093622,0.064463721,123,-1.556150555,0.738907041,9075.5946999 +394,-0.061477853,0.302997961,123,-1.556150555,0.738907041,5202.1836691 +395,0.251311504,0.626976942,123,-1.556150555,0.738907041,5201.4971735 +396,2.950242872,0.149095644,123,-1.556150555,0.738907041,6417.9926426 +397,-0.180294708,0.35375117,123,-1.556150555,0.738907041,4730.7682833 +398,1.010448592,-0.351180233,123,-1.556150555,0.738907041,9989.9378018 +399,-1.748740498,0.3686318073,123,-1.556150555,0.738907041,1600.4116328 +400,2.699635665,0.123533791,123,-1.556150555,0.738907041,7183.758432 +401,0.496808033,0.823843254,123,-1.556150555,0.738907041,5174.7722668 +402,0.129574704,0.763364087,123,-1.556150555,0.738907041,4573.0096907 +403,1.798920311,0.817447563,123,-1.556150555,0.738907041,6233.6578098 +404,0.335987953,0.746786541,123,-1.556150555,0.738907041,5072.4333667 +405,-1.085413643,0.292154671,123,-1.556150555,0.738907041,2379.9223563 +406,-0.155321003,0.508207011,123,-1.556150555,0.738907041,4430.7076368 +407,0.620529244,-0.301175104,123,-1.556150555,0.738907041,8779.7687126 +408,1.684402744,0.368716966,123,-1.556150555,0.738907041,8041.6273969 +409,0.300582244,-0.386397212,123,-1.556150555,0.738907041,8057.1717834 +410,2.913555946,-0.009225192,123,-1.556150555,0.738907041,6954.2870573 +411,1.465101417,0.493232532,123,-1.556150555,0.738907041,7543.5859188 +412,0.090612882,0.907955955,123,-1.556150555,0.738907041,4164.6376985 +413,2.987564726,-0.729568594,123,-1.556150555,0.738907041,8488.0860447 +414,-1.484261606,0.224149272,123,-1.556150555,0.738907041,2053.882777 +415,0.164073421,0.303955133,123,-1.556150555,0.738907041,5838.8226 +416,0.141441293,0.167552546,123,-1.556150555,0.738907041,6142.1117665 +417,2.931321023,-0.506718887,123,-1.556150555,0.738907041,8164.4626532 +418,2.21951565,0.700596356,123,-1.556150555,0.738907041,6305.4051207 +419,0.268112576,1.199114336,123,-1.556150555,0.738907041,3866.7371608 +420,0.978913739,0.359223811,123,-1.556150555,0.738907041,7561.6895081 +421,1.210898818,0.522863584,123,-1.556150555,0.738907041,7262.6553676 +422,2.347397336,0.129231362,123,-1.556150555,0.738907041,8042.2395565 +423,0.614394501,0.556878345,123,-1.556150555,0.738907041,6214.9237652 +424,-1.398079356,0.148483366,123,-1.556150555,0.738907041,2402.7467249 +425,2.535303836,-0.112984496,123,-1.556150555,0.738907041,8310.8037397 +426,-1.019372593,-0.405322349,123,-1.556150555,0.738907041,4939.1909877 +427,-1.297785627,-0.160104069,123,-1.556150555,0.738907041,3682.1033009 +428,2.144554488,0.205051084,123,-1.556150555,0.738907041,8188.707189 +429,-2.242387083,-0.426171285,123,-1.556150555,0.738907041,5252.4604493 +430,0.338637212,0.909723676,123,-1.556150555,0.738907041,4647.4110712 +431,-0.148798452,0.691042401,123,-1.556150555,0.738907041,4046.9223589 +432,0.893524764,0.441829531,123,-1.556150555,0.738907041,7127.226158 +433,0.969229347,-0.368847936,123,-1.556150555,0.738907041,9931.4114033 +434,0.436043248,0.800045688,123,-1.556150555,0.738907041,5128.7291516 +435,1.687946607,1.081504775,123,-1.556150555,0.738907041,5225.7410341 +436,0.522302046,-0.034889271,123,-1.556150555,0.738907041,7777.1499659 +437,-0.178996113,-0.438090009,123,-1.556150555,0.738907041,6845.9146149 +438,-1.094339566,0.301444068,123,-1.556150555,0.738907041,2330.2437864 +439,-1.064070054,0.242569932,123,-1.556150555,0.738907041,2586.9865712 +440,-1.068153768,0.230387998,123,-1.556150555,0.738907041,2617.6850419 +441,-3.00496892,-0.23989155,123,-1.556150555,0.738907041,6509.9424507 +442,0.21751974,0.766874888,123,-1.556150555,0.738907041,4762.9100337 +443,0.117229532,0.007619006,123,-1.556150555,0.738907041,6501.6611637 +444,0.777758451,0.420554741,123,-1.556150555,0.738907041,6984.9263187 +445,-0.252356999,0.250747086,123,-1.556150555,0.738907041,4780.0014384 +446,0.363148444,0.768483434,123,-1.556150555,0.738907041,5070.5155345 +447,0.903191366,-0.118210676,123,-1.556150555,0.738907041,9020.2972894 +448,-0.205755923,0.149406178,123,-1.556150555,0.738907041,5179.8715469 +449,1.811996086,0.02364353,123,-1.556150555,0.738907041,9316.593853 +450,-1.100670221,0.314845373,123,-1.556150555,0.738907041,2273.3812434 +451,0.340078597,0.850105132,123,-1.556150555,0.738907041,4805.3355562 +452,0.258757267,0.804969236,123,-1.556150555,0.738907041,4756.3577717 +453,2.78505352,-0.155160804,123,-1.556150555,0.738907041,7718.8408889 +454,0.800551619,0.105822106,123,-1.556150555,0.738907041,8065.9070793 +455,0.437940882,-0.506194031,123,-1.556150555,0.738907041,8731.8685359 +456,2.230431122,0.63458615,123,-1.556150555,0.738907041,6524.9773889 +457,0.527965361,0.127667701,123,-1.556150555,0.738907041,7322.5349074 +458,-0.063643205,0.702093448,123,-1.556150555,0.738907041,4242.9622028 +459,1.408447268,0.133010502,123,-1.556150555,0.738907041,8931.3251764 +460,0.523795955,0.280266966,123,-1.556150555,0.738907041,6858.2711853 +461,-0.975769313,0.072177659,123,-1.556150555,0.738907041,3339.6767711 +462,0.549774164,-0.463663986,123,-1.556150555,0.738907041,8964.3791118 +463,0.29245874,1.095549818,123,-1.556150555,0.738907041,4120.0615703 +464,0.143625958,0.816809593,123,-1.556150555,0.738907041,4479.4415114 +465,0.671902494,0.611159853,123,-1.556150555,0.738907041,6156.209647 +466,1.239840988,0.6724199,123,-1.556150555,0.738907041,6716.7551577 +467,0.607829703,-0.10932137,123,-1.556150555,0.738907041,8224.1463651 +468,1.763020906,0.263996692,123,-1.556150555,0.738907041,8418.8417359 +469,0.378714634,0.726066797,123,-1.556150555,0.738907041,5219.7658569 +470,2.196736143,-0.153862366,123,-1.556150555,0.738907041,9301.0643334 +471,0.01702415,0.148991565,123,-1.556150555,0.738907041,5832.1930813 +472,-2.998490902,-0.158002487,123,-1.556150555,0.738907041,6271.2579631 +473,-3.051262951,-0.346595608,123,-1.556150555,0.738907041,6923.5592862 +474,-1.069176439,0.182802941,123,-1.556150555,0.738907041,2772.8399143 +475,0.167157509,0.595344954,123,-1.556150555,0.738907041,5078.3932807 +476,0.613855648,0.681746124,123,-1.556150555,0.738907041,5822.4608149 +477,1.037012736,0.682555367,123,-1.556150555,0.738907041,6478.2150946 +478,-1.253574971,0.379755746,123,-1.556150555,0.738907041,1740.4600402 +479,3.108590453,-0.132620738,123,-1.556150555,0.738907041,6714.1760942 +480,0.565301296,0.022333262,123,-1.556150555,0.738907041,7730.2157862 +481,0.547898238,0.855555614,123,-1.556150555,0.738907041,5171.8553775 +482,0.948309381,0.417393755,123,-1.556150555,0.738907041,7305.4537476 +483,-0.050600732,0.945269213,123,-1.556150555,0.738907041,3799.3671966 +484,-0.977651478,-0.572363064,123,-1.556150555,0.738907041,5603.4301001 +485,1.102014914,0.728861163,123,-1.556150555,0.738907041,6379.0574943 +486,2.927300795,-0.282939414,123,-1.556150555,0.738907041,7634.4967564 +487,-1.154565557,0.124434095,123,-1.556150555,0.738907041,2810.1154341 +488,1.855331234,0.291044755,123,-1.556150555,0.738907041,8246.7985938 +489,0.830290659,0.276904518,123,-1.556150555,0.738907041,7569.3282198 +490,0.485104466,-0.234867441,123,-1.556150555,0.738907041,8216.7980437 +491,0.521367572,-0.33161327,123,-1.556150555,0.738907041,8568.9541584 +1,-1.539031704,0.7349710123,124,-1.554324226,0.733414257,45.388799066 +2,-1.536990553,0.7349663874,124,-1.554324226,0.733414257,51.339523133 +3,-1.534951779,0.7349571355,124,-1.554324226,0.733414257,57.292179809 +4,-1.532906461,0.7349480293,124,-1.554324226,0.733414257,63.272125925 +5,-1.531320211,0.7346937278,124,-1.554324226,0.733414257,67.84145523 +6,-1.539451648,0.7335131775,124,-1.554324226,0.733414257,43.763670704 +7,-1.537429487,0.7335445708,124,-1.554324226,0.733414257,49.713954533 +8,-1.535484998,0.7335658704,124,-1.554324226,0.733414257,55.435408845 +9,-1.533488396,0.7336036027,124,-1.554324226,0.733414257,61.310372952 +10,-1.531497785,0.7335842962,124,-1.554324226,0.733414257,67.166661015 +11,-1.530259379,0.7334777758,124,-1.554324226,0.733414257,70.810872096 +12,-1.5335454,0.7322346912,124,-1.554324226,0.733414257,61.353912161 +13,-1.531489083,0.7322238773,124,-1.554324226,0.733414257,67.3951891 +14,-1.530011122,0.7321679851,124,-1.554324226,0.733414257,71.753102417 +15,-1.53348106,0.7306614094,124,-1.554324226,0.733414257,62.369124076 +16,-1.531441779,0.7306962275,124,-1.554324226,0.733414257,68.269804296 +17,-1.529755654,0.7306933243,124,-1.554324226,0.733414257,73.181127059 +18,-1.533415048,0.7291384674,124,-1.554324226,0.733414257,63.929309381 +19,-1.531392093,0.7291705353,124,-1.554324226,0.733414257,69.666449425 +20,-1.529296523,0.7291214933,124,-1.554324226,0.733414257,75.721551797 +21,-1.535280942,0.727267644,124,-1.554324226,0.733414257,61.238814621 +22,-1.533378158,0.7276139666,124,-1.554324226,0.733414257,65.928622824 +23,-1.531340368,0.7276446587,124,-1.554324226,0.733414257,71.554484263 +24,-1.528960113,0.7276398177,124,-1.554324226,0.733414257,78.246668231 +25,-1.533313146,0.7260818349,124,-1.554324226,0.733414257,68.492815805 +26,-1.531259555,0.7260958115,124,-1.554324226,0.733414257,74.00593843 +27,-1.528926415,0.7260865555,124,-1.554324226,0.733414257,80.402158595 +28,-1.531226779,0.7245511789,124,-1.554324226,0.733414257,76.73726834 +29,-1.528904772,0.7245519194,124,-1.554324226,0.733414257,82.895128778 +30,-1.547195875,0.7409785979,124,-1.554324226,0.733414257,36.533849754 +31,-1.5451475,0.740980426,124,-1.554324226,0.733414257,40.278709273 +32,-1.543097679,0.7409798872,124,-1.554324226,0.733414257,44.518644626 +33,-1.540720364,0.7409892687,124,-1.554324226,0.733414257,49.917497413 +34,-1.547188511,0.7395198392,124,-1.554324226,0.733414257,31.989707356 +35,-1.545148587,0.7395226109,124,-1.554324226,0.733414257,36.199391978 +36,-1.543104538,0.7395314908,124,-1.554324226,0.733414257,40.878811393 +37,-1.540727751,0.7395306258,124,-1.554324226,0.733414257,46.677727292 +38,-1.547187029,0.7380014886,124,-1.554324226,0.733414257,27.738115578 +39,-1.545147315,0.7380012252,124,-1.554324226,0.733414257,32.50084898 +40,-1.54310719,0.7380060743,124,-1.554324226,0.733414257,37.62669253 +41,-1.540719671,0.7380068206,124,-1.554324226,0.733414257,43.896301907 +42,-1.547187189,0.7364799098,124,-1.554324226,0.733414257,24.234144519 +43,-1.545149996,0.7364853874,124,-1.554324226,0.733414257,29.576147483 +44,-1.543106091,0.7364823484,124,-1.554324226,0.733414257,35.133449056 +45,-1.540717158,0.7364893901,124,-1.554324226,0.733414257,41.798597278 +46,-1.538663972,0.7410138672,124,-1.554324226,0.733414257,54.909650173 +47,-1.53695285,0.7409699132,124,-1.554324226,0.733414257,59.082673146 +48,-1.534910498,0.7409641297,124,-1.554324226,0.733414257,64.307676603 +49,-1.533145034,0.7409536636,124,-1.554324226,0.733414257,68.915357812 +50,-1.538681336,0.7395405883,124,-1.554324226,0.733414257,51.922510017 +51,-1.536999189,0.7395183096,124,-1.554324226,0.733414257,56.296120148 +52,-1.534923633,0.7395144222,124,-1.554324226,0.733414257,61.845766025 +53,-1.533267822,0.7395654306,124,-1.554324226,0.733414257,66.418106014 +54,-1.53867273,0.7380151077,124,-1.554324226,0.733414257,49.441363777 +55,-1.536980576,0.7379994392,124,-1.554324226,0.733414257,54.070883534 +56,-1.534931522,0.7379944961,124,-1.554324226,0.733414257,59.766599936 +57,-1.533387952,0.7379480264,124,-1.554324226,0.733414257,64.049492912 +58,-1.538682279,0.7364914363,124,-1.554324226,0.733414257,47.55250062 +59,-1.536980704,0.7364810563,124,-1.554324226,0.733414257,52.391841744 +60,-1.534935567,0.7364752065,124,-1.554324226,0.733414257,58.24963561 +61,-1.533042592,0.7363876366,124,-1.554324226,0.733414257,63.638099328 +62,-1.545143426,0.7349628011,124,-1.554324226,0.733414257,27.684563543 +63,-1.543105297,0.7349691947,124,-1.554324226,0.733414257,33.559615226 +64,-1.541064533,0.7349647152,124,-1.554324226,0.733414257,39.471259995 +65,-1.545411803,0.7334624714,124,-1.554324226,0.733414257,26.225783203 +66,-1.543446606,0.7334780896,124,-1.554324226,0.733414257,32.008492711 +67,-1.541475327,0.7334957295,124,-1.554324226,0.733414257,37.809041248 +68,-1.545401939,0.731963266,124,-1.554324226,0.733414257,26.89314856 +69,-1.54342253,0.7319915583,124,-1.554324226,0.733414257,32.590705787 +70,-1.541455867,0.7320216438,124,-1.554324226,0.733414257,38.289478059 +71,-1.545410146,0.7304422281,124,-1.554324226,0.733414257,28.783088927 +72,-1.543435491,0.7304713664,124,-1.554324226,0.733414257,34.13551726 +73,-1.541463105,0.7304997613,124,-1.554324226,0.733414257,39.614060803 +74,-1.545414768,0.7289194936,124,-1.554324226,0.733414257,31.734532087 +75,-1.543435774,0.7289538557,124,-1.554324226,0.733414257,36.644850871 +76,-1.541457714,0.7289765881,124,-1.554324226,0.733414257,41.810776883 +77,-1.539449415,0.7320555866,124,-1.554324226,0.733414257,44.126614953 +78,-1.537429183,0.7321097681,124,-1.554324226,0.733414257,50.011923325 +79,-1.535472649,0.7321497267,124,-1.554324226,0.733414257,55.729405983 +80,-1.539457899,0.7305333307,124,-1.554324226,0.733414257,45.264199657 +81,-1.537453161,0.7305750503,124,-1.554324226,0.733414257,50.964231718 +82,-1.535479385,0.7306124949,124,-1.554324226,0.733414257,56.62059098 +83,-1.53946905,0.7290102593,124,-1.554324226,0.733414257,47.145185136 +84,-1.537459922,0.7290417293,124,-1.554324226,0.733414257,52.652252302 +85,-1.535451349,0.7290890157,124,-1.554324226,0.733414257,58.220679327 +86,-1.535522937,0.7279887191,124,-1.554324226,0.733414257,59.477364618 +87,-1.539442524,0.7274735939,124,-1.554324226,0.733414257,49.815416948 +88,-1.537424111,0.727521351,124,-1.554324226,0.733414257,55.054675778 +89,-1.539384641,0.7259505092,124,-1.554324226,0.733414257,53.099520878 +90,-1.537372391,0.7259947145,124,-1.554324226,0.733414257,58.039004824 +91,-1.535340789,0.7260435356,124,-1.554324226,0.733414257,63.19345536 +92,-1.539325716,0.7244369706,124,-1.554324226,0.733414257,56.815466396 +93,-1.537308932,0.7244801057,124,-1.554324226,0.733414257,61.47630386 +94,-1.535289068,0.7245247645,124,-1.554324226,0.733414257,66.349683383 +95,-1.533261366,0.7245550236,124,-1.554324226,0.733414257,71.43792718 +96,-1.539267302,0.722921924,124,-1.554324226,0.733414257,60.899770227 +97,-1.537248972,0.7229660258,124,-1.554324226,0.733414257,65.276555693 +98,-1.535219431,0.7229916471,124,-1.554324226,0.733414257,69.959468051 +99,-1.53318962,0.7230212049,124,-1.554324226,0.733414257,74.822531676 +100,-1.531154816,0.7230299897,124,-1.554324226,0.733414257,79.895956131 +101,-1.528878341,0.7230370244,124,-1.554324226,0.733414257,85.721761304 +102,-1.539218189,0.7214009878,124,-1.554324226,0.733414257,65.279865407 +103,-1.537198791,0.7214422745,124,-1.554324226,0.733414257,69.393695034 +104,-1.535179266,0.7214634354,124,-1.554324226,0.733414257,73.814185223 +105,-1.533156501,0.7214944644,124,-1.554324226,0.733414257,78.424655909 +106,-1.53113574,0.7215166021,124,-1.554324226,0.733414257,83.225345986 +107,-1.528874248,0.7215345535,124,-1.554324226,0.733414257,88.781951481 +108,-1.539217656,0.7198512397,124,-1.554324226,0.733414257,69.90148573 +109,-1.537199919,0.7199428763,124,-1.554324226,0.733414257,73.600925444 +110,-1.545425832,0.727397149,124,-1.554324226,0.733414257,35.459538627 +111,-1.543371177,0.7273916949,124,-1.554324226,0.733414257,40.168398053 +112,-1.541368852,0.7274523163,124,-1.554324226,0.733414257,44.930888426 +113,-1.545349067,0.7258710923,124,-1.554324226,0.733414257,39.936862958 +114,-1.54332671,0.7258603556,124,-1.554324226,0.733414257,44.154538648 +115,-1.541346831,0.7259242142,124,-1.554324226,0.733414257,48.45892903 +116,-1.545324355,0.7243383958,124,-1.554324226,0.733414257,44.714989013 +117,-1.543292796,0.7243617413,124,-1.554324226,0.733414257,48.456261642 +118,-1.541295822,0.7244024384,124,-1.554324226,0.733414257,52.496016653 +119,-1.543193859,0.7205570215,124,-1.554324226,0.733414257,60.652145755 +120,-1.550257047,0.7386738187,124,-1.554324226,0.733414257,24.011950049 +121,-1.549335448,0.7311736483,124,-1.554324226,0.733414257,17.166911134 +122,-1.533478843,0.7179891343,124,-1.554324226,0.733414257,86.876717864 +123,-1.556150555,0.738907041,124,-1.554324226,0.733414257,22.407627093 +124,-1.554324226,0.733414257,124,-1.554324226,0.733414257,7.3012676006 +125,-1.554290846,0.7288285332,124,-1.554324226,0.733414257,18.164318657 +126,-1.55122487,0.7219795312,124,-1.554324226,0.733414257,46.211275752 +127,-1.525104458,0.7229399862,124,-1.554324226,0.733414257,95.830541792 +128,-1.519607711,0.7236181429,124,-1.554324226,0.733414257,109.69484673 +129,-1.513899999,0.7251107854,124,-1.554324226,0.733414257,123.83898727 +130,-1.536620762,0.7431061895,124,-1.554324226,0.733414257,64.527221094 +131,-1.5369566,0.7460845958,124,-1.554324226,0.733414257,71.418403032 +132,-1.545345528,0.7447040685,124,-1.554324226,0.733414257,51.87200533 +133,-1.532813921,0.7432306626,124,-1.554324226,0.733414257,74.044893574 +134,-1.554788248,0.7382381001,124,-1.554324226,0.733414257,19.155756344 +135,-1.540348126,0.7301594274,124,-1.554324226,0.733414257,43.156800436 +136,-1.538016084,0.7239051786,124,-1.554324226,0.733414257,61.165409036 +137,-1.525288962,0.7258085137,124,-1.554324226,0.733414257,90.868623617 +138,-1.534326986,0.731241342,124,-1.554324226,0.733414257,59.526494617 +139,-1.530733872,0.7303625216,124,-1.554324226,0.733414257,70.554731294 +141,-1.534354939,0.7328219978,124,-1.554324226,0.733414257,58.823658022 +142,-1.53157084,0.7292888153,124,-1.554324226,0.733414257,69.039336451 +143,-1.525691035,0.7263799874,124,-1.554324226,0.733414257,88.994796687 +144,-1.534031287,0.7495967835,124,-1.554324226,0.733414257,87.304528079 +145,-1.527714986,0.7283095957,124,-1.554324226,0.733414257,81.041723123 +146,-1.526189586,0.7271468292,124,-1.554324226,0.733414257,86.652912193 +147,-1.555177336,0.7375563366,124,-1.554324226,0.733414257,16.59700874 +148,-1.555080283,0.7312707794,124,-1.554324226,0.733414257,8.7775063035 +149,-1.53856994,0.7224180299,124,-1.554324226,0.733414257,63.776440634 +150,-1.530837883,0.729933372,124,-1.554324226,0.733414257,70.578216489 +151,-1.515066984,0.5854133365,124,-1.554324226,0.733414257,598.91015114 +152,-1.534731633,0.5368370046,124,-1.554324226,0.733414257,781.1234378 +153,-1.515231902,0.5607085576,124,-1.554324226,0.733414257,695.07896315 +154,-2.616253799,1.0684566605,124,-1.554324226,0.733414257,2796.4211489 +155,-1.956071439,0.5792177723,124,-1.554324226,0.733414257,1394.8656582 +156,-1.951208514,0.5602434208,124,-1.554324226,0.733414257,1423.3819321 +157,-1.944675062,0.6062144545,124,-1.554324226,0.733414257,1307.7061845 +158,-1.613778386,0.6077989518,124,-1.554324226,0.733414257,530.54220222 +159,-2.035029014,0.6021432345,124,-1.554324226,0.733414257,1574.7070306 +160,-2.114989471,0.6801825058,124,-1.554324226,0.733414257,1691.8590206 +161,-2.037382079,0.5765830025,124,-1.554324226,0.733414257,1630.4973521 +162,-2.129855121,0.6585019963,124,-1.554324226,0.733414257,1763.2834988 +163,-2.075141798,0.6493615843,124,-1.554324226,0.733414257,1615.0638778 +164,-1.828626729,0.6948433129,124,-1.554324226,0.733414257,833.87922115 +165,-1.863329418,0.6735427691,124,-1.554324226,0.733414257,961.10955702 +166,-1.266037071,0.727988852,124,-1.554324226,0.733414257,849.33550094 +167,-1.277579582,0.7249010648,124,-1.554324226,0.733414257,816.99030463 +168,-1.258418684,0.7241194816,124,-1.554324226,0.733414257,873.7129714 +169,-1.317813974,0.6804850104,124,-1.554324226,0.733414257,741.58999639 +170,-1.344165204,0.6790988904,124,-1.554324226,0.733414257,668.16216984 +171,-1.427582102,0.5277120351,124,-1.554324226,0.733414257,909.23437986 +172,-1.402238616,0.457167829,124,-1.554324226,0.733414257,1200.9005258 +173,-1.422454264,0.4996161999,124,-1.554324226,0.733414257,1018.3657013 +174,-1.439089277,0.4894859811,124,-1.554324226,0.733414257,1035.1119797 +175,-1.448126995,0.5182330266,124,-1.554324226,0.733414257,917.33867017 +176,-1.474626146,0.5881926574,124,-1.554324226,0.733414257,626.64035021 +177,-1.421139645,0.5584869783,124,-1.554324226,0.733414257,810.08009805 +178,-1.457037165,0.565943032,124,-1.554324226,0.733414257,730.45528279 +179,-2.757159358,0.3745319,124,-1.554324226,0.733414257,4177.1630678 +180,-2.714309238,0.342054471,124,-1.554324226,0.733414257,4129.5139965 +181,-2.000525337,0.774119946,124,-1.554324226,0.733414257,1293.3511235 +183,-1.571413436,0.6777838382,124,-1.554324226,0.733414257,226.29167167 +184,-1.552860289,0.6987663893,124,-1.554324226,0.733414257,137.30987775 +185,-1.521852374,0.7165827476,124,-1.554324226,0.733414257,117.09915101 +186,-1.503656267,0.6928968252,124,-1.554324226,0.733414257,220.87029775 +187,-1.502753178,0.7136205882,124,-1.554324226,0.733414257,171.99245269 +188,-1.631894563,0.7343596465,124,-1.554324226,0.733414257,228.16625644 +189,-1.653765416,0.6770714026,124,-1.554324226,0.733414257,373.70561174 +190,-1.719812114,0.6715965947,124,-1.554324226,0.733414257,556.56002466 +191,-1.493406659,0.6646955447,124,-1.554324226,0.733414257,328.87304853 +192,-1.469120564,0.6613469966,124,-1.554324226,0.733414257,385.10218891 +193,-1.590551461,0.5326612937,124,-1.554324226,0.733414257,803.48076874 +194,-1.625979264,0.5247742243,124,-1.554324226,0.733414257,857.40153078 +195,-1.572293943,0.5238808754,124,-1.554324226,0.733414257,831.93711173 +196,-1.610848725,0.5477107964,124,-1.554324226,0.733414257,756.99284725 +197,-1.208485554,0.7918526018,124,-1.554324226,0.733414257,1014.3088397 +198,-1.335601374,0.6869083083,124,-1.554324226,0.733414257,681.54213864 +199,-1.346156996,0.6825213377,124,-1.554324226,0.733414257,657.37444628 +200,-1.324381037,0.6741422347,124,-1.554324226,0.733414257,732.1021002 +201,-1.242424992,0.7378949807,124,-1.554324226,0.733414257,914.42916857 +202,-1.270370057,0.7392461008,124,-1.554324226,0.733414257,832.41327621 +203,-1.448950472,0.7441675014,124,-1.554324226,0.733414257,311.42266946 +204,-1.492662363,0.7523026852,124,-1.554324226,0.733414257,194.81108909 +205,-1.479098966,0.7763855017,124,-1.554324226,0.733414257,275.74000729 +206,-1.633760714,0.7869022408,124,-1.554324226,0.733414257,311.171313 +207,-1.647406434,0.8101289331,124,-1.554324226,0.733414257,402.49279331 +208,-1.564245052,0.5701509278,124,-1.554324226,0.733414257,647.43560508 +209,-1.646289963,0.6833746083,124,-1.554324226,0.733414257,340.2036099 +210,-1.5820631,0.6751952144,124,-1.554324226,0.733414257,245.32285157 +211,-1.613236298,0.6681681791,124,-1.554324226,0.733414257,313.94785839 +212,-1.914661867,0.8212566515,124,-1.554324226,0.733414257,1071.4228074 +213,-1.742133237,0.7250275956,124,-1.554324226,0.733414257,555.3564627 +214,-2.033144872,0.6557314699,124,-1.554324226,0.733414257,1482.5890172 +215,-2.039551981,0.6964723658,124,-1.554324226,0.733414257,1452.2769249 +216,-1.247341019,0.7622473908,124,-1.554324226,0.733414257,897.06336368 +217,-1.298239787,0.7084123392,124,-1.554324226,0.733414257,767.42390414 +218,-1.308539688,0.6926545592,124,-1.554324226,0.733414257,752.92829428 +219,-1.303263185,0.6888938396,124,-1.554324226,0.733414257,772.75015987 +220,-1.852400229,0.6004246149,124,-1.554324226,0.733414257,1063.9678724 +221,-1.288947707,0.7473773692,124,-1.554324226,0.733414257,776.87476169 +222,-1.372031502,0.7472790993,124,-1.554324226,0.733414257,535.52296879 +223,-1.289805721,0.7242157877,124,-1.554324226,0.733414257,781.41602499 +224,-1.350807603,0.7533498126,124,-1.554324226,0.733414257,598.18942513 +225,-1.329290365,0.7560442322,124,-1.554324226,0.733414257,660.81216314 +226,-1.410153004,0.616936428,124,-1.554324226,0.733414257,640.92095978 +227,-1.393445434,0.6308995063,124,-1.554324226,0.733414257,639.29739637 +228,-1.37595573,0.6241540638,124,-1.554324226,0.733414257,698.92222606 +229,-1.358388707,0.6172645205,124,-1.554324226,0.733414257,759.55268274 +230,-1.753741133,0.8281661666,124,-1.554324226,0.733414257,673.98115389 +231,-1.47430987,0.6834615681,124,-1.554324226,0.733414257,311.48438231 +232,-1.421012508,0.7222725206,124,-1.554324226,0.733414257,396.57320723 +233,-1.4476833,0.6978557868,124,-1.554324226,0.733414257,348.39848091 +234,-1.470370723,0.6966193374,124,-1.554324226,0.733414257,290.26029443 +235,-1.429211703,0.7037216883,124,-1.554324226,0.733414257,390.99798553 +236,-1.700578405,0.6178673663,124,-1.554324226,0.733414257,642.65458491 +237,-1.678117619,0.6331716163,124,-1.554324226,0.733414257,549.3823551 +238,-1.725644578,0.6316331145,124,-1.554324226,0.733414257,662.44872571 +239,-2.14012759,0.7930497945,124,-1.554324226,0.733414257,1680.816804 +240,-2.103289431,0.7653606263,124,-1.554324226,0.733414257,1587.3262923 +241,-1.318739838,0.7017808746,124,-1.554324226,0.733414257,713.31337991 +242,-1.396417427,0.7077900843,124,-1.554324226,0.733414257,480.56767101 +243,-1.35650337,0.7185539404,124,-1.554324226,0.733414257,588.49985272 +244,-1.248884539,0.7274156818,124,-1.554324226,0.733414257,899.95428092 +245,-1.395014798,0.5761185243,124,-1.554324226,0.733414257,798.17487872 +246,-1.433377362,0.6064716109,124,-1.554324226,0.733414257,627.08246018 +247,-1.408172432,0.5903155476,124,-1.554324226,0.733414257,727.10351404 +248,-1.749645898,0.7757118084,124,-1.554324226,0.733414257,587.4941233 +249,-1.571626686,0.615046989,124,-1.554324226,0.733414257,471.88928703 +250,-1.514070049,0.6303003037,124,-1.554324226,0.733414257,426.73478857 +251,-1.480890369,0.6237966528,124,-1.554324226,0.733414257,489.5250922 +252,-1.704390658,0.5281680612,124,-1.554324226,0.733414257,942.92170789 +253,-1.64434733,0.5254277498,124,-1.554324226,0.733414257,872.34942586 +254,-1.703855997,0.4792484842,124,-1.554324226,0.733414257,1116.7666805 +255,-1.692002383,0.5748825051,124,-1.554324226,0.733414257,761.84313646 +256,-1.854136457,0.5544643913,124,-1.554324226,0.733414257,1181.3040515 +257,-1.665021206,0.520317736,124,-1.554324226,0.733414257,915.03347353 +258,-1.733654349,0.4845187345,124,-1.554324226,0.733414257,1143.1504008 +259,-1.720938188,0.5135933906,124,-1.554324226,0.733414257,1020.7889695 +260,-1.742668307,0.553296122,124,-1.554324226,0.733414257,928.60794812 +261,-1.965659039,0.7142126903,124,-1.554324226,0.733414257,1219.3135777 +262,-1.944438071,0.6772834804,124,-1.554324226,0.733414257,1193.7583215 +263,-1.270340967,0.7681487096,124,-1.554324226,0.733414257,832.45387517 +264,-1.353091884,0.6549276821,124,-1.554324226,0.733414257,686.18175827 +265,-1.333236659,0.6413584414,124,-1.554324226,0.733414257,767.69806084 +266,-1.352015998,0.6753788907,124,-1.554324226,0.733414257,651.79857184 +267,-1.377988483,0.6577816235,124,-1.554324226,0.733414257,613.61239187 +268,-2.13075611,0.8318642051,124,-1.554324226,0.733414257,1651.7233828 +269,-2.097910953,0.8259670014,124,-1.554324226,0.733414257,1563.1653957 +270,-1.416382069,0.6694271549,124,-1.554324226,0.733414257,488.01628676 +271,-1.538905672,0.7535625993,124,-1.554324226,0.733414257,91.597355662 +272,-1.572309477,0.7803125099,124,-1.554324226,0.733414257,192.84369609 +273,-1.87759879,0.7503853417,124,-1.554324226,0.733414257,944.42924603 +274,1.152365588,0.590457682,124,-1.554324226,0.733414257,6966.9230139 +275,0.350198001,0.718001859,124,-1.554324226,0.733414257,5191.8910481 +276,0.046513677,0.491503852,124,-1.554324226,0.733414257,5030.5702847 +277,0.027510309,0.742571376,124,-1.554324226,0.733414257,4388.1176897 +278,0.306285725,-0.214631579,124,-1.554324226,0.733414257,7638.2803014 +279,-1.100564889,0.318051531,124,-1.554324226,0.733414257,2245.5356286 +280,-1.078582306,0.301437596,124,-1.554324226,0.733414257,2348.1935245 +281,-1.137371989,-0.617634065,124,-1.554324226,0.733414257,5560.952346 +282,0.784356344,0.703272339,124,-1.554324226,0.733414257,6066.0923281 +283,-1.221209947,0.218327455,124,-1.554324226,0.733414257,2340.9678549 +284,2.347301921,-0.449114658,124,-1.554324226,0.733414257,9738.5752562 +285,0.246820618,0.830553713,124,-1.554324226,0.733414257,4678.6736465 +286,0.829414965,0.703288228,124,-1.554324226,0.733414257,6137.2161044 +287,-1.337537566,0.42332223,124,-1.554324226,0.733414257,1419.7047993 +288,0.882453706,0.454478077,124,-1.554324226,0.733414257,7078.5201712 +289,1.575629659,0.416419109,124,-1.554324226,0.733414257,7889.1588356 +290,-1.039455679,0.229888244,124,-1.554324226,0.733414257,2664.770083 +291,0.489558039,0.934482747,124,-1.554324226,0.733414257,4859.3235065 +292,0.081344504,0.88384514,124,-1.554324226,0.733414257,4206.9984812 +293,-1.547979814,0.300350308,124,-1.554324226,0.733414257,1715.5011003 +294,0.040776181,0.168560074,124,-1.554324226,0.733414257,5847.0323362 +295,-1.130374745,0.563894876,124,-1.554324226,0.733414257,1489.9843659 +296,1.578326642,0.478507176,124,-1.554324226,0.733414257,7643.316175 +297,-1.12861823,-0.291640865,124,-1.554324226,0.733414257,4348.4267636 +298,0.310524208,0.770885792,124,-1.554324226,0.733414257,4965.1867956 +299,0.415649091,-0.387246002,124,-1.554324226,0.733414257,8388.6913659 +300,-0.926533878,-0.188022748,124,-1.554324226,0.733414257,4303.9059122 +301,1.258856172,-0.11716081,124,-1.554324226,0.733414257,9744.3622667 +302,-1.126050026,0.322941926,124,-1.554324226,0.733414257,2172.6235809 +303,2.002785835,0.07893892,124,-1.554324226,0.733414257,8894.9757945 +304,0.440437607,0.746258085,124,-1.554324226,0.733414257,5302.3778668 +305,-0.030391866,0.214441206,124,-1.554324226,0.733414257,5519.3012179 +306,0.521557815,-0.058929362,124,-1.554324226,0.733414257,7844.4864162 +307,-0.097005111,0.13317729,124,-1.554324226,0.733414257,5536.1713474 +308,1.83113859,0.221857587,124,-1.554324226,0.733414257,8556.9263945 +309,0.222428864,0.099404236,124,-1.554324226,0.733414257,6557.9897454 +310,-1.702731345,0.8728568183,124,-1.554324226,0.733414257,685.87282019 +311,-0.418507569,0.278324921,124,-1.554324226,0.733414257,4216.5844718 +312,-1.41153306,0.339029988,124,-1.554324226,0.733414257,1634.0944685 +313,0.357560442,0.114788776,124,-1.554324226,0.733414257,6899.3838541 +314,0.325818979,0.268352149,124,-1.554324226,0.733414257,6382.7055726 +315,-1.246004659,-0.663679965,124,-1.554324226,0.733414257,5644.6076073 +316,1.814603087,0.637404484,124,-1.554324226,0.733414257,6952.0490581 +317,1.843704281,-0.18300445,124,-1.554324226,0.733414257,10088.996708 +318,1.690644492,-0.211480909,124,-1.554324226,0.733414257,10345.868378 +319,-1.275451936,0.068109467,124,-1.554324226,0.733414257,2813.9335456 +320,0.762430171,-0.207594741,124,-1.554324226,0.733414257,8928.3373493 +321,0.265668905,-0.014647884,124,-1.554324226,0.733414257,6991.2324766 +322,-2.773032013,-0.335515811,124,-1.554324226,0.733414257,6136.7531131 +323,-1.469512853,0.174058777,124,-1.554324226,0.733414257,2235.1607888 +324,0.286276986,0.785925691,124,-1.554324226,0.733414257,4874.4942411 +325,-1.379324697,0.377432233,124,-1.554324226,0.733414257,1525.4236248 +326,-1.203778265,0.212813032,124,-1.554324226,0.733414257,2390.4188607 +327,0.579916301,0.611743168,124,-1.554324226,0.733414257,5985.6462617 +328,0.267582642,0.868113908,124,-1.554324226,0.733414257,4628.4070016 +329,0.412869244,-0.050245578,124,-1.554324226,0.733414257,7512.5060839 +330,0.17524381,0.976660285,124,-1.554324226,0.733414257,4198.3332388 +331,0.743157214,0.204812899,124,-1.554324226,0.733414257,7626.0572913 +332,-1.070758176,0.269382282,124,-1.554324226,0.733414257,2467.5861041 +333,-1.230364251,0.329790229,124,-1.554324226,0.733414257,1934.5705178 +334,-1.374813124,-0.024926835,124,-1.554324226,0.733414257,3071.9081653 +335,0.519780566,0.463669906,124,-1.554324226,0.733414257,6305.5166087 +336,-1.55108034,0.239698561,124,-1.554324226,0.733414257,1955.6396072 +337,0.180294813,0.029739425,124,-1.554324226,0.733414257,6623.4673388 +338,0.67820924,0.268170153,124,-1.554324226,0.733414257,7275.2899216 +339,0.445798684,1.024001867,124,-1.554324226,0.733414257,4544.1554053 +340,0.691751283,0.150521402,124,-1.554324226,0.733414257,7675.3807411 +341,-1.036643551,-0.903056181,124,-1.554324226,0.733414257,6721.9500632 +342,-0.120287036,1.083325163,124,-1.554324226,0.733414257,3476.8045744 +343,2.823513113,-0.304487164,124,-1.554324226,0.733414257,7997.4780196 +344,0.457583172,1.12513373,124,-1.554324226,0.733414257,4295.9242628 +345,0.042918831,0.813795399,124,-1.554324226,0.733414257,4269.9083327 +346,1.196146777,-0.853142756,124,-1.554324226,0.733414257,11263.765958 +347,0.206001358,-0.010430701,124,-1.554324226,0.733414257,6806.0415623 +348,-0.268308653,0.234799412,124,-1.554324226,0.733414257,4768.6329245 +349,0.759363263,0.736189579,124,-1.554324226,0.733414257,5916.1743927 +350,0.181363926,0.891988372,124,-1.554324226,0.733414257,4397.6334162 +351,-0.021111158,0.139103292,124,-1.554324226,0.733414257,5743.6155881 +352,-0.093355215,0.630686981,124,-1.554324226,0.733414257,4326.2992255 +353,0.40118964,0.681375926,124,-1.554324226,0.733414257,5403.7746387 +354,-0.721197315,1.304706234,124,-1.554324226,0.733414257,2695.5879181 +355,-1.076150317,0.212107639,124,-1.554324226,0.733414257,2641.794088 +356,-1.577164531,0.273993443,124,-1.554324226,0.733414257,1821.4314322 +357,-0.190788414,0.182208586,124,-1.554324226,0.733414257,5132.2653616 +358,-0.261349752,0.209710184,124,-1.554324226,0.733414257,4853.5186997 +359,-1.029303852,0.083549259,124,-1.554324226,0.733414257,3170.178578 +360,-1.268609162,0.330525297,124,-1.554324226,0.733414257,1862.7421565 +361,1.282982244,-0.926641967,124,-1.554324226,0.733414257,11332.472321 +362,0.217352334,0.731352408,124,-1.554324226,0.733414257,4861.4276019 +363,-1.511833084,0.258629297,124,-1.554324226,0.733414257,1886.2322761 +364,0.338812194,0.823184618,124,-1.554324226,0.733414257,4886.1168105 +365,-0.324406489,1.134201999,124,-1.554324226,0.733414257,3085.4976634 +366,1.389579348,0.399185724,124,-1.554324226,0.733414257,7899.5010837 +367,2.047152199,-0.039082036,124,-1.554324226,0.733414257,9245.6126139 +368,0.947780369,0.568250077,124,-1.554324226,0.733414257,6786.9732083 +369,0.763824846,0.576754987,124,-1.554324226,0.733414257,6452.6992188 +370,-0.142334657,0.928153068,124,-1.554324226,0.733414257,3641.8281595 +371,0.610266567,0.547265983,124,-1.554324226,0.733414257,6248.1433911 +372,0.210731629,0.746815056,124,-1.554324226,0.733414257,4807.7306688 +373,-1.34931644,0.316895224,124,-1.554324226,0.733414257,1789.0528426 +374,2.407696481,0.655030745,124,-1.554324226,0.733414257,6197.9325948 +375,0.64207831,0.545359131,124,-1.554324226,0.733414257,6319.7120686 +376,1.174597538,0.840588356,124,-1.554324226,0.733414257,6044.3945258 +377,0.660059424,0.010604079,124,-1.554324226,0.733414257,8020.6586427 +378,-0.730263819,0.010486456,124,-1.554324226,0.733414257,4094.686687 +379,0.831068936,0.512339172,124,-1.554324226,0.733414257,6789.7797624 +380,1.301180979,0.72367476,124,-1.554324226,0.733414257,6582.2193248 +381,1.811128231,0.322854402,124,-1.554324226,0.733414257,8180.4275672 +382,0.435105812,0.992284428,124,-1.554324226,0.733414257,4611.9496533 +383,0.62643634,0.592027932,124,-1.554324226,0.733414257,6141.0007942 +384,0.492988703,-0.516339467,124,-1.554324226,0.733414257,8905.3610954 +385,-0.162469483,0.112549365,124,-1.554324226,0.733414257,5397.7574132 +386,0.314630866,0.472006421,124,-1.554324226,0.733414257,5785.3599062 +387,0.166744804,0.822815954,124,-1.554324226,0.733414257,4526.5157141 +388,0.417159608,0.965805736,124,-1.554324226,0.733414257,4653.1206236 +389,0.106334961,0.868774244,124,-1.554324226,0.733414257,4292.5095074 +390,0.815086969,-0.338144359,124,-1.554324226,0.733414257,9429.4433891 +391,0.59867455,-0.230624824,124,-1.554324226,0.733414257,8531.9576635 +392,1.915104874,0.066220985,124,-1.554324226,0.733414257,9063.8700178 +393,1.278093622,0.064463721,124,-1.554324226,0.733414257,9093.3360238 +394,-0.061477853,0.302997961,124,-1.554324226,0.733414257,5200.7734474 +395,0.251311504,0.626976942,124,-1.554324226,0.733414257,5209.7693997 +396,2.950242872,0.149095644,124,-1.554324226,0.733414257,6428.5573616 +397,-0.180294708,0.35375117,124,-1.554324226,0.733414257,4728.6020929 +398,1.010448592,-0.351180233,124,-1.554324226,0.733414257,9995.4832071 +399,-1.748740498,0.3686318073,124,-1.554324226,0.733414257,1583.5356489 +400,2.699635665,0.123533791,124,-1.554324226,0.733414257,7197.3253052 +401,0.496808033,0.823843254,124,-1.554324226,0.733414257,5188.4370604 +402,0.129574704,0.763364087,124,-1.554324226,0.733414257,4582.2979749 +403,1.798920311,0.817447563,124,-1.554324226,0.733414257,6255.9606318 +404,0.335987953,0.746786541,124,-1.554324226,0.733414257,5083.4860917 +405,-1.085413643,0.292154671,124,-1.554324226,0.733414257,2361.9009886 +406,-0.155321003,0.508207011,124,-1.554324226,0.733414257,4431.8863465 +407,0.620529244,-0.301175104,124,-1.554324226,0.733414257,8778.4426641 +408,1.684402744,0.368716966,124,-1.554324226,0.733414257,8063.8176857 +409,0.300582244,-0.386397212,124,-1.554324226,0.733414257,8049.3099407 +410,2.913555946,-0.009225192,124,-1.554324226,0.733414257,6963.0145279 +411,1.465101417,0.493232532,124,-1.554324226,0.733414257,7564.5987728 +412,0.090612882,0.907955955,124,-1.554324226,0.733414257,4176.2546932 +413,2.987564726,-0.729568594,124,-1.554324226,0.733414257,8482.1777684 +414,-1.484261606,0.224149272,124,-1.554324226,0.733414257,2031.5891647 +415,0.164073421,0.303955133,124,-1.554324226,0.733414257,5840.6604654 +416,0.141441293,0.167552546,124,-1.554324226,0.733414257,6141.3649503 +417,2.931321023,-0.506718887,124,-1.554324226,0.733414257,8164.013262 +418,2.21951565,0.700596356,124,-1.554324226,0.733414257,6327.2331903 +419,0.268112576,1.199114336,124,-1.554324226,0.733414257,3884.1702883 +420,0.978913739,0.359223811,124,-1.554324226,0.733414257,7576.5754006 +421,1.210898818,0.522863584,124,-1.554324226,0.733414257,7281.4346881 +422,2.347397336,0.129231362,124,-1.554324226,0.733414257,8060.3738326 +423,0.614394501,0.556878345,124,-1.554324226,0.733414257,6226.6768529 +424,-1.398079356,0.148483366,124,-1.554324226,0.733414257,2380.3524666 +425,2.535303836,-0.112984496,124,-1.554324226,0.733414257,8323.5075149 +426,-1.019372593,-0.405322349,124,-1.554324226,0.733414257,4917.6357382 +427,-1.297785627,-0.160104069,124,-1.554324226,0.733414257,3659.7640836 +428,2.144554488,0.205051084,124,-1.554324226,0.733414257,8209.4300641 +429,-2.242387083,-0.426171285,124,-1.554324226,0.733414257,5238.1766761 +430,0.338637212,0.909723676,124,-1.554324226,0.733414257,4660.9074594 +431,-0.148798452,0.691042401,124,-1.554324226,0.733414257,4052.0302207 +432,0.893524764,0.441829531,124,-1.554324226,0.733414257,7141.5648523 +433,0.969229347,-0.368847936,124,-1.554324226,0.733414257,9935.4743587 +434,0.436043248,0.800045688,124,-1.554324226,0.733414257,5141.519047 +435,1.687946607,1.081504775,124,-1.554324226,0.733414257,5247.7352642 +436,0.522302046,-0.034889271,124,-1.554324226,0.733414257,7779.1406838 +437,-0.178996113,-0.438090009,124,-1.554324226,0.733414257,6831.5810844 +438,-1.094339566,0.301444068,124,-1.554324226,0.733414257,2312.1909249 +439,-1.064070054,0.242569932,124,-1.554324226,0.733414257,2568.6872295 +440,-1.068153768,0.230387998,124,-1.554324226,0.733414257,2599.1711588 +441,-3.00496892,-0.23989155,124,-1.554324226,0.733414257,6509.5661173 +442,0.21751974,0.766874888,124,-1.554324226,0.733414257,4773.1050283 +443,0.117229532,0.007619006,124,-1.554324226,0.733414257,6497.9245021 +444,0.777758451,0.420554741,124,-1.554324226,0.733414257,6997.4122821 +445,-0.252356999,0.250747086,124,-1.554324226,0.733414257,4774.9132151 +446,0.363148444,0.768483434,124,-1.554324226,0.733414257,5082.1592913 +447,0.903191366,-0.118210676,124,-1.554324226,0.733414257,9028.1777617 +448,-0.205755923,0.149406178,124,-1.554324226,0.733414257,5173.715574 +449,1.811996086,0.02364353,124,-1.554324226,0.733414257,9338.930124 +450,-1.100670221,0.314845373,124,-1.554324226,0.733414257,2255.4061167 +451,0.340078597,0.850105132,124,-1.554324226,0.733414257,4817.9623221 +452,0.258757267,0.804969236,124,-1.554324226,0.733414257,4767.5639378 +453,2.78505352,-0.155160804,124,-1.554324226,0.733414257,7727.1179314 +454,0.800551619,0.105822106,124,-1.554324226,0.733414257,8075.0888634 +455,0.437940882,-0.506194031,124,-1.554324226,0.733414257,8723.3673634 +456,2.230431122,0.63458615,124,-1.554324226,0.733414257,6546.6035624 +457,0.527965361,0.127667701,124,-1.554324226,0.733414257,7327.2385607 +458,-0.063643205,0.702093448,124,-1.554324226,0.733414257,4249.1684039 +459,1.408447268,0.133010502,124,-1.554324226,0.733414257,8951.2993922 +460,0.523795955,0.280266966,124,-1.554324226,0.733414257,6865.151781 +461,-0.975769313,0.072177659,124,-1.554324226,0.733414257,3320.9464242 +462,0.549774164,-0.463663986,124,-1.554324226,0.733414257,8958.2971168 +463,0.29245874,1.095549818,124,-1.554324226,0.733414257,4136.0477469 +464,0.143625958,0.816809593,124,-1.554324226,0.733414257,4489.8139152 +465,0.671902494,0.611159853,124,-1.554324226,0.733414257,6169.2853992 +466,1.239840988,0.6724199,124,-1.554324226,0.733414257,6736.281047 +467,0.607829703,-0.10932137,124,-1.554324226,0.733414257,8226.3482931 +468,1.763020906,0.263996692,124,-1.554324226,0.733414257,8441.2311692 +469,0.378714634,0.726066797,124,-1.554324226,0.733414257,5230.955987 +470,2.196736143,-0.153862366,124,-1.554324226,0.733414257,9318.4918362 +471,0.01702415,0.148991565,124,-1.554324226,0.733414257,5829.2920067 +472,-2.998490902,-0.158002487,124,-1.554324226,0.733414257,6272.137154 +473,-3.051262951,-0.346595608,124,-1.554324226,0.733414257,6922.0604983 +474,-1.069176439,0.182802941,124,-1.554324226,0.733414257,2753.7973141 +475,0.167157509,0.595344954,124,-1.554324226,0.733414257,5085.1520324 +476,0.613855648,0.681746124,124,-1.554324226,0.733414257,5835.6348795 +477,1.037012736,0.682555367,124,-1.554324226,0.733414257,6495.9207398 +478,-1.253574971,0.379755746,124,-1.554324226,0.733414257,1720.4706259 +479,3.108590453,-0.132620738,124,-1.554324226,0.733414257,6718.0848795 +480,0.565301296,0.022333262,124,-1.554324226,0.733414257,7733.9012658 +481,0.547898238,0.855555614,124,-1.554324226,0.733414257,5186.3603394 +482,0.948309381,0.417393755,124,-1.554324226,0.733414257,7320.3596999 +483,-0.050600732,0.945269213,124,-1.554324226,0.733414257,3810.8034432 +484,-0.977651478,-0.572363064,124,-1.554324226,0.733414257,5581.6747095 +485,1.102014914,0.728861163,124,-1.554324226,0.733414257,6397.5938556 +486,2.927300795,-0.282939414,124,-1.554324226,0.733414257,7638.453444 +487,-1.154565557,0.124434095,124,-1.554324226,0.733414257,2789.4492586 +488,1.855331234,0.291044755,124,-1.554324226,0.733414257,8269.1722191 +489,0.830290659,0.276904518,124,-1.554324226,0.733414257,7581.1021678 +490,0.485104466,-0.234867441,124,-1.554324226,0.733414257,8214.5459337 +491,0.521367572,-0.33161327,124,-1.554324226,0.733414257,8565.3499184 +1,-1.539031704,0.7349710123,125,-1.554290846,0.7288285332,51.123167812 +2,-1.536990553,0.7349663874,125,-1.554290846,0.7288285332,56.477517797 +3,-1.534951779,0.7349571355,125,-1.554290846,0.7288285332,61.9396087 +4,-1.532906461,0.7349480293,125,-1.554290846,0.7288285332,67.512702076 +5,-1.531320211,0.7346937278,125,-1.554290846,0.7288285332,71.568625916 +6,-1.539451648,0.7335131775,125,-1.554290846,0.7288285332,47.525825927 +7,-1.537429487,0.7335445708,125,-1.554290846,0.7288285332,53.108952409 +8,-1.535484998,0.7335658704,125,-1.554290846,0.7288285332,58.537051375 +9,-1.533488396,0.7336036027,125,-1.554290846,0.7288285332,64.183828861 +10,-1.531497785,0.7335842962,125,-1.554290846,0.7288285332,69.793504966 +11,-1.530259379,0.7334777758,125,-1.554290846,0.7288285332,73.211884385 +12,-1.5335454,0.7322346912,125,-1.554290846,0.7288285332,62.672712578 +13,-1.531489083,0.7322238773,125,-1.554290846,0.7288285332,68.601257327 +14,-1.530011122,0.7321679851,125,-1.554290846,0.7288285332,72.843104511 +15,-1.53348106,0.7306614094,125,-1.554290846,0.7288285332,61.863880703 +16,-1.531441779,0.7306962275,125,-1.554290846,0.7288285332,67.860236427 +17,-1.529755654,0.7306933243,125,-1.554290846,0.7288285332,72.809244402 +18,-1.533415048,0.7291384674,125,-1.554290846,0.7288285332,61.685493373 +19,-1.531392093,0.7291705353,125,-1.554290846,0.7288285332,67.662165264 +20,-1.529296523,0.7291214933,125,-1.554290846,0.7288285332,73.850036685 +21,-1.535280942,0.727267644,125,-1.554290846,0.7288285332,56.54684017 +22,-1.533378158,0.7276139666,125,-1.554290846,0.7288285332,62.011188372 +23,-1.531340368,0.7276446587,125,-1.554290846,0.7288285332,68.009436013 +24,-1.528960113,0.7276398177,125,-1.554290846,0.7288285332,75.03211389 +25,-1.533313146,0.7260818349,125,-1.554290846,0.7288285332,63.005226829 +26,-1.531259555,0.7260958115,125,-1.554290846,0.7288285332,68.987888093 +27,-1.528926415,0.7260865555,125,-1.554290846,0.7288285332,75.817651411 +28,-1.531226779,0.7245511789,125,-1.554290846,0.7288285332,70.347879277 +29,-1.528904772,0.7245519194,125,-1.554290846,0.7288285332,77.036413737 +30,-1.547195875,0.7409785979,125,-1.554290846,0.7288285332,52.448435534 +31,-1.5451475,0.740980426,125,-1.554290846,0.7288285332,55.124958043 +32,-1.543097679,0.7409798872,125,-1.554290846,0.7288285332,58.296869066 +33,-1.540720364,0.7409892687,125,-1.554290846,0.7288285332,62.533601232 +34,-1.547188511,0.7395198392,125,-1.554290846,0.7288285332,47.218048063 +35,-1.545148587,0.7395226109,125,-1.554290846,0.7288285332,50.169758084 +36,-1.543104538,0.7395314908,125,-1.554290846,0.7288285332,53.658811155 +37,-1.540727751,0.7395306258,125,-1.554290846,0.7288285332,58.203131695 +38,-1.547187029,0.7380014886,125,-1.554290846,0.7288285332,41.917984869 +39,-1.545147315,0.7380012252,125,-1.554290846,0.7288285332,45.210489232 +40,-1.54310719,0.7380060743,125,-1.554290846,0.7288285332,49.035213438 +41,-1.540719671,0.7380068206,125,-1.554290846,0.7288285332,54.003781732 +42,-1.547187189,0.7364799098,125,-1.554290846,0.7288285332,36.824658327 +43,-1.545149996,0.7364853874,125,-1.554290846,0.7288285332,40.550020841 +44,-1.543106091,0.7364823484,125,-1.554290846,0.7288285332,44.763611319 +45,-1.540717158,0.7364893901,125,-1.554290846,0.7288285332,50.182564766 +46,-1.538663972,0.7410138672,125,-1.554290846,0.7288285332,66.620263639 +47,-1.53695285,0.7409699132,125,-1.554290846,0.7288285332,70.061769302 +48,-1.534910498,0.7409641297,125,-1.554290846,0.7288285332,74.525362524 +49,-1.533145034,0.7409536636,125,-1.554290846,0.7288285332,78.536008993 +50,-1.538681336,0.7395405883,125,-1.554290846,0.7288285332,62.50699193 +51,-1.536999189,0.7395183096,125,-1.554290846,0.7288285332,66.168177394 +52,-1.534923633,0.7395144222,125,-1.554290846,0.7288285332,70.956534472 +53,-1.533267822,0.7395654306,125,-1.554290846,0.7288285332,75.033759857 +54,-1.53867273,0.7380151077,125,-1.554290846,0.7288285332,58.61838231 +55,-1.536980576,0.7379994392,125,-1.554290846,0.7288285332,62.562635796 +56,-1.534931522,0.7379944961,125,-1.554290846,0.7288285332,67.551875896 +57,-1.533387952,0.7379480264,125,-1.554290846,0.7288285332,71.331522056 +58,-1.538682279,0.7364914363,125,-1.554290846,0.7288285332,55.078548336 +59,-1.536980704,0.7364810563,125,-1.554290846,0.7288285332,59.302902481 +60,-1.534935567,0.7364752065,125,-1.554290846,0.7288285332,64.541479976 +61,-1.533042592,0.7363876366,125,-1.554290846,0.7288285332,69.364536693 +62,-1.545143426,0.7349628011,125,-1.554290846,0.7288285332,36.289018797 +63,-1.543105297,0.7349691947,125,-1.554290846,0.7288285332,40.962521549 +64,-1.541064533,0.7349647152,125,-1.554290846,0.7288285332,45.930558181 +65,-1.545411803,0.7334624714,125,-1.554290846,0.7288285332,31.973992534 +66,-1.543446606,0.7334780896,125,-1.554290846,0.7288285332,36.899648445 +67,-1.541475327,0.7334957295,125,-1.554290846,0.7288285332,42.066956967 +68,-1.545401939,0.731963266,125,-1.554290846,0.7288285332,29.018144153 +69,-1.54342253,0.7319915583,125,-1.554290846,0.7288285332,34.428024235 +70,-1.541455867,0.7320216438,125,-1.554290846,0.7288285332,39.925884086 +71,-1.545410146,0.7304422281,125,-1.554290846,0.7288285332,26.988914877 +72,-1.543435491,0.7304713664,125,-1.554290846,0.7288285332,32.704916143 +73,-1.541463105,0.7304997613,125,-1.554290846,0.7288285332,38.448222035 +74,-1.545414768,0.7289194936,125,-1.554290846,0.7288285332,26.227771062 +75,-1.543435774,0.7289538557,125,-1.554290846,0.7288285332,32.07576455 +76,-1.541457714,0.7289765881,125,-1.554290846,0.7288285332,37.920329891 +77,-1.539449415,0.7320555866,125,-1.554290846,0.7288285332,45.616425854 +78,-1.537429183,0.7321097681,125,-1.554290846,0.7288285332,51.417987879 +79,-1.535472649,0.7321497267,125,-1.554290846,0.7288285332,57.056959883 +80,-1.539457899,0.7305333307,125,-1.554290846,0.7288285332,44.311312557 +81,-1.537453161,0.7305750503,125,-1.554290846,0.7288285332,50.190740927 +82,-1.535479385,0.7306124949,125,-1.554290846,0.7288285332,55.985805364 +83,-1.53946905,0.7290102593,125,-1.554290846,0.7288285332,43.796563713 +84,-1.537459922,0.7290417293,125,-1.554290846,0.7288285332,49.732982516 +85,-1.535451349,0.7290890157,125,-1.554290846,0.7288285332,55.668315119 +86,-1.535522937,0.7279887191,125,-1.554290846,0.7288285332,55.574135301 +87,-1.539442524,0.7274735939,125,-1.554290846,0.7288285332,44.225943866 +88,-1.537424111,0.727521351,125,-1.554290846,0.7288285332,50.13350769 +89,-1.539384641,0.7259505092,125,-1.554290846,0.7288285332,45.549696077 +90,-1.537372391,0.7259947145,125,-1.554290846,0.7288285332,51.295499914 +91,-1.535340789,0.7260435356,125,-1.554290846,0.7288285332,57.136425998 +92,-1.539325716,0.7244369706,125,-1.554290846,0.7288285332,47.59668805 +93,-1.537308932,0.7244801057,125,-1.554290846,0.7288285332,53.142521281 +94,-1.535289068,0.7245247645,125,-1.554290846,0.7288285332,58.778651284 +95,-1.533261366,0.7245550236,125,-1.554290846,0.7288285332,64.514436441 +96,-1.539267302,0.722921924,125,-1.554290846,0.7288285332,50.281649456 +97,-1.537248972,0.7229660258,125,-1.554290846,0.7288285332,55.569631157 +98,-1.535219431,0.7229916471,125,-1.554290846,0.7288285332,61.044388449 +99,-1.53318962,0.7230212049,125,-1.554290846,0.7288285332,66.607049389 +100,-1.531154816,0.7230299897,125,-1.554290846,0.7288285332,72.282510278 +101,-1.528878341,0.7230370244,125,-1.554290846,0.7288285332,78.697339038 +102,-1.539218189,0.7214009878,125,-1.554290846,0.7288285332,53.498466897 +103,-1.537198791,0.7214422745,125,-1.554290846,0.7288285332,58.508169505 +104,-1.535179266,0.7214634354,125,-1.554290846,0.7288285332,63.723998285 +105,-1.533156501,0.7214944644,125,-1.554290846,0.7288285332,69.056860007 +106,-1.53113574,0.7215166021,125,-1.554290846,0.7288285332,74.499014963 +107,-1.528874248,0.7215345535,125,-1.554290846,0.7288285332,80.691324881 +108,-1.539217656,0.7198512397,125,-1.554290846,0.7288285332,57.129987788 +109,-1.537199919,0.7199428763,125,-1.554290846,0.7288285332,61.717537428 +110,-1.545425832,0.727397149,125,-1.554290846,0.7288285332,26.816603402 +111,-1.543371177,0.7273916949,125,-1.554290846,0.7288285332,32.78306212 +112,-1.541368852,0.7274523163,125,-1.554290846,0.7288285332,38.591241729 +113,-1.545349067,0.7258710923,125,-1.554290846,0.7288285332,28.932871071 +114,-1.54332671,0.7258603556,125,-1.554290846,0.7288285332,34.50366577 +115,-1.541346831,0.7259242142,125,-1.554290846,0.7288285332,39.986021464 +116,-1.545324355,0.7243383958,125,-1.554290846,0.7288285332,31.953662966 +117,-1.543292796,0.7243617413,125,-1.554290846,0.7288285332,37.057343661 +118,-1.541295822,0.7244024384,125,-1.554290846,0.7288285332,42.278614811 +119,-1.543193859,0.7205570215,125,-1.554290846,0.7288285332,46.437541367 +120,-1.550257047,0.7386738187,125,-1.554290846,0.7288285332,40.762527912 +121,-1.549335448,0.7311736483,125,-1.554290846,0.7288285332,17.326858439 +122,-1.533478843,0.7179891343,125,-1.554290846,0.7288285332,75.241465453 +123,-1.556150555,0.738907041,125,-1.554290846,0.7288285332,40.293986699 +124,-1.554324226,0.733414257,125,-1.554290846,0.7288285332,18.164318657 +125,-1.554290846,0.7288285332,125,-1.554290846,0.7288285332,7.3016175417 +126,-1.55122487,0.7219795312,125,-1.554290846,0.7288285332,28.610231347 +127,-1.525104458,0.7229399862,125,-1.554290846,0.7288285332,89.553216568 +128,-1.519607711,0.7236181429,125,-1.554290846,0.7288285332,104.76749688 +129,-1.513899999,0.7251107854,125,-1.554290846,0.7288285332,120.44165253 +130,-1.536620762,0.7431061895,125,-1.554290846,0.7288285332,76.741658807 +131,-1.5369566,0.7460845958,125,-1.554290846,0.7288285332,85.17318997 +132,-1.545345528,0.7447040685,125,-1.554290846,0.7288285332,68.138868193 +133,-1.532813921,0.7432306626,125,-1.554290846,0.7288285332,85.024655089 +134,-1.554788248,0.7382381001,125,-1.554290846,0.7288285332,37.300015601 +135,-1.540348126,0.7301594274,125,-1.554290846,0.7288285332,41.508423209 +136,-1.538016084,0.7239051786,125,-1.554290846,0.7288285332,51.988801111 +137,-1.525288962,0.7258085137,125,-1.554290846,0.7288285332,86.636491904 +138,-1.534326986,0.731241342,125,-1.554290846,0.7288285332,59.69374734 +139,-1.530733872,0.7303625216,125,-1.554290846,0.7288285332,69.820921784 +141,-1.534354939,0.7328219978,125,-1.554290846,0.7288285332,60.89000735 +142,-1.53157084,0.7292888153,125,-1.554290846,0.7288285332,67.141763637 +143,-1.525691035,0.7263799874,125,-1.554290846,0.7288285332,85.149777313 +144,-1.534031287,0.7495967835,125,-1.554290846,0.7288285332,101.40804813 +145,-1.527714986,0.7283095957,125,-1.554290846,0.7288285332,78.56849633 +146,-1.526189586,0.7271468292,125,-1.554290846,0.7288285332,83.359219894 +147,-1.555177336,0.7375563366,125,-1.554290846,0.7288285332,34.669143706 +148,-1.555080283,0.7312707794,125,-1.554290846,0.7288285332,9.9503873506 +149,-1.53856994,0.7224180299,125,-1.554290846,0.7288285332,53.054215736 +150,-1.530837883,0.729933372,125,-1.554290846,0.7288285332,69.400341844 +151,-1.515066984,0.5854133365,125,-1.554290846,0.7288285332,581.17084238 +152,-1.534731633,0.5368370046,125,-1.554290846,0.7288285332,763.01947595 +153,-1.515231902,0.5607085576,125,-1.554290846,0.7288285332,677.23381589 +154,-2.616253799,1.0684566605,125,-1.554290846,0.7288285332,2810.3382847 +155,-1.956071439,0.5792177723,125,-1.554290846,0.7288285332,1389.3228774 +156,-1.951208514,0.5602434208,125,-1.554290846,0.7288285332,1416.9475779 +157,-1.944675062,0.6062144545,125,-1.554290846,0.7288285332,1303.1259829 +158,-1.613778386,0.6077989518,125,-1.554290846,0.7288285332,513.71300193 +159,-2.035029014,0.6021432345,125,-1.554290846,0.7288285332,1571.6928304 +160,-2.114989471,0.6801825058,125,-1.554290846,0.7288285332,1693.2091459 +161,-2.037382079,0.5765830025,125,-1.554290846,0.7288285332,1626.5086005 +162,-2.129855121,0.6585019963,125,-1.554290846,0.7288285332,1763.9100645 +163,-2.075141798,0.6493615843,125,-1.554290846,0.7288285332,1614.6512982 +164,-1.828626729,0.6948433129,125,-1.554290846,0.7288285332,832.49036858 +165,-1.863329418,0.6735427691,125,-1.554290846,0.7288285332,958.72244849 +166,-1.266037071,0.727988852,125,-1.554290846,0.7288285332,850.72452615 +167,-1.277579582,0.7249010648,125,-1.554290846,0.7288285332,818.02623517 +168,-1.258418684,0.7241194816,125,-1.554290846,0.7288285332,874.83717323 +169,-1.317813974,0.6804850104,125,-1.554290846,0.7288285332,737.95525234 +170,-1.344165204,0.6790988904,125,-1.554290846,0.7288285332,663.66272007 +171,-1.427582102,0.5277120351,125,-1.554290846,0.7288285332,893.29282503 +172,-1.402238616,0.457167829,125,-1.554290846,0.7288285332,1184.7111254 +173,-1.422454264,0.4996161999,125,-1.554290846,0.7288285332,1002.1682824 +174,-1.439089277,0.4894859811,125,-1.554290846,0.7288285332,1018.3927682 +175,-1.448126995,0.5182330266,125,-1.554290846,0.7288285332,900.68900334 +176,-1.474626146,0.5881926574,125,-1.554290846,0.7288285332,610.16437935 +177,-1.421139645,0.5584869783,125,-1.554290846,0.7288285332,794.97150174 +178,-1.457037165,0.565943032,125,-1.554290846,0.7288285332,714.20864187 +179,-2.757159358,0.3745319,125,-1.554290846,0.7288285332,4178.2807955 +180,-2.714309238,0.342054471,125,-1.554290846,0.7288285332,4129.5809819 +181,-2.000525337,0.774119946,125,-1.554290846,0.7288285332,1298.5174237 +183,-1.571413436,0.6777838382,125,-1.554290846,0.7288285332,208.69598069 +184,-1.552860289,0.6987663893,125,-1.554290846,0.7288285332,119.15314056 +185,-1.521852374,0.7165827476,125,-1.554290846,0.7288285332,107.88435669 +186,-1.503656267,0.6928968252,125,-1.554290846,0.7288285332,208.1981207 +187,-1.502753178,0.7136205882,125,-1.554290846,0.7288285332,164.70773023 +188,-1.631894563,0.7343596465,125,-1.554290846,0.7288285332,229.75120865 +189,-1.653765416,0.6770714026,125,-1.554290846,0.7288285332,363.73330894 +190,-1.719812114,0.6715965947,125,-1.554290846,0.7288285332,549.82077765 +191,-1.493406659,0.6646955447,125,-1.554290846,0.7288285332,314.16331164 +192,-1.469120564,0.6613469966,125,-1.554290846,0.7288285332,372.12801023 +193,-1.590551461,0.5326612937,125,-1.554290846,0.7288285332,785.55648248 +194,-1.625979264,0.5247742243,125,-1.554290846,0.7288285332,840.05487802 +195,-1.572293943,0.5238808754,125,-1.554290846,0.7288285332,813.83234926 +196,-1.610848725,0.5477107964,125,-1.554290846,0.7288285332,739.46391653 +197,-1.208485554,0.7918526018,125,-1.554290846,0.7288285332,1020.5417387 +198,-1.335601374,0.6869083083,125,-1.554290846,0.7288285332,678.0525717 +199,-1.346156996,0.6825213377,125,-1.554290846,0.7288285332,653.15363532 +200,-1.324381037,0.6741422347,125,-1.554290846,0.7288285332,727.72199591 +201,-1.242424992,0.7378949807,125,-1.554290846,0.7288285332,916.75825524 +202,-1.270370057,0.7392461008,125,-1.554290846,0.7288285332,834.74007322 +203,-1.448950472,0.7441675014,125,-1.554290846,0.7288285332,314.95270285 +204,-1.492662363,0.7523026852,125,-1.554290846,0.7288285332,202.72769976 +205,-1.479098966,0.7763855017,125,-1.554290846,0.7288285332,287.57820639 +206,-1.633760714,0.7869022408,125,-1.554290846,0.7288285332,324.21694215 +207,-1.647406434,0.8101289331,125,-1.554290846,0.7288285332,416.79149661 +208,-1.564245052,0.5701509278,125,-1.554290846,0.7288285332,629.30138992 +209,-1.646289963,0.6833746083,125,-1.554290846,0.7288285332,330.50459511 +210,-1.5820631,0.6751952144,125,-1.554290846,0.7288285332,228.4315501 +211,-1.613236298,0.6681681791,125,-1.554290846,0.7288285332,299.4471973 +212,-1.914661867,0.8212566515,125,-1.554290846,0.7288285332,1079.5860036 +213,-1.742133237,0.7250275956,125,-1.554290846,0.7288285332,555.80511353 +214,-2.033144872,0.6557314699,125,-1.554290846,0.7288285332,1481.9023594 +215,-2.039551981,0.6964723658,125,-1.554290846,0.7288285332,1453.6152604 +216,-1.247341019,0.7622473908,125,-1.554290846,0.7288285332,901.30139777 +217,-1.298239787,0.7084123392,125,-1.554290846,0.7288285332,766.74283002 +218,-1.308539688,0.6926545592,125,-1.554290846,0.7288285332,750.614502 +219,-1.303263185,0.6888938396,125,-1.554290846,0.7288285332,770.20705163 +220,-1.852400229,0.6004246149,125,-1.554290846,0.7288285332,1056.7772051 +221,-1.288947707,0.7473773692,125,-1.554290846,0.7288285332,779.88474351 +222,-1.372031502,0.7472790993,125,-1.554290846,0.7288285332,538.68735548 +223,-1.289805721,0.7242157877,125,-1.554290846,0.7288285332,782.28910777 +224,-1.350807603,0.7533498126,125,-1.554290846,0.7288285332,601.9779268 +225,-1.329290365,0.7560442322,125,-1.554290846,0.7288285332,664.76969031 +226,-1.410153004,0.616936428,125,-1.554290846,0.7288285332,628.52117017 +227,-1.393445434,0.6308995063,125,-1.554290846,0.7288285332,628.60704221 +228,-1.37595573,0.6241540638,125,-1.554290846,0.7288285332,688.60794629 +229,-1.358388707,0.6172645205,125,-1.554290846,0.7288285332,749.57075993 +230,-1.753741133,0.8281661666,125,-1.554290846,0.7288285332,685.31800869 +231,-1.47430987,0.6834615681,125,-1.554290846,0.7288285332,300.5834099 +232,-1.421012508,0.7222725206,125,-1.554290846,0.7288285332,395.67353919 +233,-1.4476833,0.6978557868,125,-1.554290846,0.7288285332,341.97148207 +234,-1.470370723,0.6966193374,125,-1.554290846,0.7288285332,281.94415416 +235,-1.429211703,0.7037216883,125,-1.554290846,0.7288285332,386.56169954 +236,-1.700578405,0.6178673663,125,-1.554290846,0.7288285332,630.55983546 +237,-1.678117619,0.6331716163,125,-1.554290846,0.7288285332,537.00780682 +238,-1.725644578,0.6316331145,125,-1.554290846,0.7288285332,652.47879808 +239,-2.14012759,0.7930497945,125,-1.554290846,0.7288285332,1687.0754333 +240,-2.103289431,0.7653606263,125,-1.554290846,0.7288285332,1592.3023126 +241,-1.318739838,0.7017808746,125,-1.554290846,0.7288285332,711.66669521 +242,-1.396417427,0.7077900843,125,-1.554290846,0.7288285332,477.90899115 +243,-1.35650337,0.7185539404,125,-1.554290846,0.7288285332,588.06189103 +244,-1.248884539,0.7274156818,125,-1.554290846,0.7288285332,901.41729551 +245,-1.395014798,0.5761185243,125,-1.554290846,0.7288285332,784.62862777 +246,-1.433377362,0.6064716109,125,-1.554290846,0.7288285332,613.00106547 +247,-1.408172432,0.5903155476,125,-1.554290846,0.7288285332,713.53624173 +248,-1.749645898,0.7757118084,125,-1.554290846,0.7288285332,594.1424348 +249,-1.571626686,0.615046989,125,-1.554290846,0.7288285332,453.87139265 +250,-1.514070049,0.6303003037,125,-1.554290846,0.7288285332,409.42650452 +251,-1.480890369,0.6237966528,125,-1.554290846,0.7288285332,473.65272881 +252,-1.704390658,0.5281680612,125,-1.554290846,0.7288285332,927.83040221 +253,-1.64434733,0.5254277498,125,-1.554290846,0.7288285332,855.43533414 +254,-1.703855997,0.4792484842,125,-1.554290846,0.7288285332,1100.8643445 +255,-1.692002383,0.5748825051,125,-1.554290846,0.7288285332,747.48673264 +256,-1.854136457,0.5544643913,125,-1.554290846,0.7288285332,1172.0547778 +257,-1.665021206,0.520317736,125,-1.554290846,0.7288285332,898.61135058 +258,-1.733654349,0.4845187345,125,-1.554290846,0.7288285332,1128.1346689 +259,-1.720938188,0.5135933906,125,-1.554290846,0.7288285332,1005.9321121 +260,-1.742668307,0.553296122,125,-1.554290846,0.7288285332,915.53923522 +261,-1.965659039,0.7142126903,125,-1.554290846,0.7288285332,1220.9201474 +262,-1.944438071,0.6772834804,125,-1.554290846,0.7288285332,1192.9559383 +263,-1.270340967,0.7681487096,125,-1.554290846,0.7288285332,837.24286363 +264,-1.353091884,0.6549276821,125,-1.554290846,0.7288285332,679.16012824 +265,-1.333236659,0.6413584414,125,-1.554290846,0.7288285332,760.34746506 +266,-1.352015998,0.6753788907,125,-1.554290846,0.7288285332,646.6850573 +267,-1.377988483,0.6577816235,125,-1.554290846,0.7288285332,605.8130275 +268,-2.13075611,0.8318642051,125,-1.554290846,0.7288285332,1659.5645834 +269,-2.097910953,0.8259670014,125,-1.554290846,0.7288285332,1570.7939493 +270,-1.416382069,0.6694271549,125,-1.554290846,0.7288285332,479.47776369 +271,-1.538905672,0.7535625993,125,-1.554290846,0.7288285332,107.7909491 +272,-1.572309477,0.7803125099,125,-1.554290846,0.7288285332,210.44792174 +273,-1.87759879,0.7503853417,125,-1.554290846,0.7288285332,947.94691037 +274,1.152365588,0.590457682,125,-1.554290846,0.7288285332,6983.8590164 +275,0.350198001,0.718001859,125,-1.554290846,0.7288285332,5204.1147292 +276,0.046513677,0.491503852,125,-1.554290846,0.7288285332,5037.4952624 +277,0.027510309,0.742571376,125,-1.554290846,0.7288285332,4398.3590657 +278,0.306285725,-0.214631579,125,-1.554290846,0.7288285332,7638.7223513 +279,-1.100564889,0.318051531,125,-1.554290846,0.7288285332,2234.0262271 +280,-1.078582306,0.301437596,125,-1.554290846,0.7288285332,2336.8506383 +281,-1.137371989,-0.617634065,125,-1.554290846,0.7288285332,5543.8043528 +282,0.784356344,0.703272339,125,-1.554290846,0.7288285332,6081.2191544 +283,-1.221209947,0.218327455,125,-1.554290846,0.7288285332,2326.0440088 +284,2.347301921,-0.449114658,125,-1.554290846,0.7288285332,9741.9194025 +285,0.246820618,0.830553713,125,-1.554290846,0.7288285332,4691.4061975 +286,0.829414965,0.703288228,125,-1.554290846,0.7288285332,6152.6309577 +287,-1.337537566,0.42332223,125,-1.554290846,0.7288285332,1404.6235716 +288,0.882453706,0.454478077,125,-1.554290846,0.7288285332,7093.0434124 +289,1.575629659,0.416419109,125,-1.554290846,0.7288285332,7907.3204957 +290,-1.039455679,0.229888244,125,-1.554290846,0.7288285332,2653.1231514 +291,0.489558039,0.934482747,125,-1.554290846,0.7288285332,4874.2984002 +292,0.081344504,0.88384514,125,-1.554290846,0.7288285332,4219.4574967 +293,-1.547979814,0.300350308,125,-1.554290846,0.7288285332,1697.3375265 +294,0.040776181,0.168560074,125,-1.554290846,0.7288285332,5849.5051428 +295,-1.130374745,0.563894876,125,-1.554290846,0.7288285332,1484.1201922 +296,1.578326642,0.478507176,125,-1.554290846,0.7288285332,7661.478734 +297,-1.12861823,-0.291640865,125,-1.554290846,0.7288285332,4332.1143496 +298,0.310524208,0.770885792,125,-1.554290846,0.7288285332,4977.6794747 +299,0.415649091,-0.387246002,125,-1.554290846,0.7288285332,8387.7245491 +300,-0.926533878,-0.188022748,125,-1.554290846,0.7288285332,4290.0778591 +301,1.258856172,-0.11716081,125,-1.554290846,0.7288285332,9759.9390775 +302,-1.126050026,0.322941926,125,-1.554290846,0.7288285332,2160.6839209 +303,2.002785835,0.07893892,125,-1.554290846,0.7288285332,8910.5838592 +304,0.440437607,0.746258085,125,-1.554290846,0.7288285332,5315.5021422 +305,-0.030391866,0.214441206,125,-1.554290846,0.7288285332,5521.5626265 +306,0.521557815,-0.058929362,125,-1.554290846,0.7288285332,7849.9127486 +307,-0.097005111,0.13317729,125,-1.554290846,0.7288285332,5536.5136485 +308,1.83113859,0.221857587,125,-1.554290846,0.7288285332,8574.3716998 +309,0.222428864,0.099404236,125,-1.554290846,0.7288285332,6561.7171669 +310,-1.702731345,0.8728568183,125,-1.554290846,0.7288285332,701.14866798 +311,-0.418507569,0.278324921,125,-1.554290846,0.7288285332,4215.1149977 +312,-1.41153306,0.339029988,125,-1.554290846,0.7288285332,1616.9556362 +313,0.357560442,0.114788776,125,-1.554290846,0.7288285332,6904.9525241 +314,0.325818979,0.268352149,125,-1.554290846,0.7288285332,6389.7663908 +315,-1.246004659,-0.663679965,125,-1.554290846,0.7288285332,5626.9581871 +316,1.814603087,0.637404484,125,-1.554290846,0.7288285332,6969.9200594 +317,1.843704281,-0.18300445,125,-1.554290846,0.7288285332,10105.292578 +318,1.690644492,-0.211480909,125,-1.554290846,0.7288285332,10363.68356 +319,-1.275451936,0.068109467,125,-1.554290846,0.7288285332,2797.4255946 +320,0.762430171,-0.207594741,125,-1.554290846,0.7288285332,8935.0427861 +321,0.265668905,-0.014647884,125,-1.554290846,0.7288285332,6993.9815254 +322,-2.773032013,-0.335515811,125,-1.554290846,0.7288285332,6128.4369727 +323,-1.469512853,0.174058777,125,-1.554290846,0.7288285332,2217.2052292 +324,0.286276986,0.785925691,125,-1.554290846,0.7288285332,4886.98745 +325,-1.379324697,0.377432233,125,-1.554290846,0.7288285332,1509.0082863 +326,-1.203778265,0.212813032,125,-1.554290846,0.7288285332,2375.7351621 +327,0.579916301,0.611743168,125,-1.554290846,0.7288285332,5998.6683579 +328,0.267582642,0.868113908,125,-1.554290846,0.7288285332,4641.6609978 +329,0.412869244,-0.050245578,125,-1.554290846,0.7288285332,7516.6305405 +330,0.17524381,0.976660285,125,-1.554290846,0.7288285332,4212.3321075 +331,0.743157214,0.204812899,125,-1.554290846,0.7288285332,7637.3313076 +332,-1.070758176,0.269382282,125,-1.554290846,0.7288285332,2455.9142929 +333,-1.230364251,0.329790229,125,-1.554290846,0.7288285332,1920.6106219 +334,-1.374813124,-0.024926835,125,-1.554290846,0.7288285332,3054.3218946 +335,0.519780566,0.463669906,125,-1.554290846,0.7288285332,6316.721696 +336,-1.55108034,0.239698561,125,-1.554290846,0.7288285332,1937.4753021 +337,0.180294813,0.029739425,125,-1.554290846,0.7288285332,6625.7611152 +338,0.67820924,0.268170153,125,-1.554290846,0.7288285332,7286.3778543 +339,0.445798684,1.024001867,125,-1.554290846,0.7288285332,4559.6400109 +340,0.691751283,0.150521402,125,-1.554290846,0.7288285332,7685.5068363 +341,-1.036643551,-0.903056181,125,-1.554290846,0.7288285332,6704.6433014 +342,-0.120287036,1.083325163,125,-1.554290846,0.7288285332,3491.2457503 +343,2.823513113,-0.304487164,125,-1.554290846,0.7288285332,7997.2938869 +344,0.457583172,1.12513373,125,-1.554290846,0.7288285332,4312.1884245 +345,0.042918831,0.813795399,125,-1.554290846,0.7288285332,4281.2293133 +346,1.196146777,-0.853142756,125,-1.554290846,0.7288285332,11254.135998 +347,0.206001358,-0.010430701,125,-1.554290846,0.7288285332,6808.1109966 +348,-0.268308653,0.234799412,125,-1.554290846,0.7288285332,4768.3542382 +349,0.759363263,0.736189579,125,-1.554290846,0.7288285332,5931.32219 +350,0.181363926,0.891988372,125,-1.554290846,0.7288285332,4410.6983603 +351,-0.021111158,0.139103292,125,-1.554290846,0.7288285332,5744.9512365 +352,-0.093355215,0.630686981,125,-1.554290846,0.7288285332,4333.9796938 +353,0.40118964,0.681375926,125,-1.554290846,0.7288285332,5416.012081 +354,-0.721197315,1.304706234,125,-1.554290846,0.7288285332,2712.835952 +355,-1.076150317,0.212107639,125,-1.554290846,0.7288285332,2629.2820754 +356,-1.577164531,0.273993443,125,-1.554290846,0.7288285332,1803.2948275 +357,-0.190788414,0.182208586,125,-1.554290846,0.7288285332,5132.1623148 +358,-0.261349752,0.209710184,125,-1.554290846,0.7288285332,4852.9540435 +359,-1.029303852,0.083549259,125,-1.554290846,0.7288285332,3157.0876552 +360,-1.268609162,0.330525297,125,-1.554290846,0.7288285332,1848.0244435 +361,1.282982244,-0.926641967,125,-1.554290846,0.7288285332,11318.541367 +362,0.217352334,0.731352408,125,-1.554290846,0.7288285332,4872.8492695 +363,-1.511833084,0.258629297,125,-1.554290846,0.7288285332,1868.1329992 +364,0.338812194,0.823184618,125,-1.554290846,0.7288285332,4899.3174214 +365,-0.324406489,1.134201999,125,-1.554290846,0.7288285332,3100.4142591 +366,1.389579348,0.399185724,125,-1.554290846,0.7288285332,7917.2833225 +367,2.047152199,-0.039082036,125,-1.554290846,0.7288285332,9259.9975882 +368,0.947780369,0.568250077,125,-1.554290846,0.7288285332,6802.5655399 +369,0.763824846,0.576754987,125,-1.554290846,0.7288285332,6466.9478329 +370,-0.142334657,0.928153068,125,-1.554290846,0.7288285332,3653.9066222 +371,0.610266567,0.547265983,125,-1.554290846,0.7288285332,6260.904927 +372,0.210731629,0.746815056,125,-1.554290846,0.7288285332,4819.2860054 +373,-1.34931644,0.316895224,125,-1.554290846,0.7288285332,1772.7430392 +374,2.407696481,0.655030745,125,-1.554290846,0.7288285332,6212.7858029 +375,0.64207831,0.545359131,125,-1.554290846,0.7288285332,6332.7342419 +376,1.174597538,0.840588356,125,-1.554290846,0.7288285332,6061.8689299 +377,0.660059424,0.010604079,125,-1.554290846,0.7288285332,8028.8326149 +378,-0.730263819,0.010486456,125,-1.554290846,0.7288285332,4085.1734073 +379,0.831068936,0.512339172,125,-1.554290846,0.7288285332,6804.1908354 +380,1.301180979,0.72367476,125,-1.554290846,0.7288285332,6599.9479821 +381,1.811128231,0.322854402,125,-1.554290846,0.7288285332,8198.0868092 +382,0.435105812,0.992284428,125,-1.554290846,0.7288285332,4627.1440693 +383,0.62643634,0.592027932,125,-1.554290846,0.7288285332,6154.2469222 +384,0.492988703,-0.516339467,125,-1.554290846,0.7288285332,8902.9050837 +385,-0.162469483,0.112549365,125,-1.554290846,0.7288285332,5397.0186625 +386,0.314630866,0.472006421,125,-1.554290846,0.7288285332,5794.6523657 +387,0.166744804,0.822815954,125,-1.554290846,0.7288285332,4538.6869335 +388,0.417159608,0.965805736,125,-1.554290846,0.7288285332,4668.0242511 +389,0.106334961,0.868774244,125,-1.554290846,0.7288285332,4304.9060737 +390,0.815086969,-0.338144359,125,-1.554290846,0.7288285332,9434.7336467 +391,0.59867455,-0.230624824,125,-1.554290846,0.7288285332,8535.9378913 +392,1.915104874,0.066220985,125,-1.554290846,0.7288285332,9080.3354533 +393,1.278093622,0.064463721,125,-1.554290846,0.7288285332,9109.8923248 +394,-0.061477853,0.302997961,125,-1.554290846,0.7288285332,5203.9164013 +395,0.251311504,0.626976942,125,-1.554290846,0.7288285332,5220.2469964 +396,2.950242872,0.149095644,125,-1.554290846,0.7288285332,6433.1423933 +397,-0.180294708,0.35375117,125,-1.554290846,0.7288285332,4731.1499497 +398,1.010448592,-0.351180233,125,-1.554290846,0.7288285332,10003.853424 +399,-1.748740498,0.3686318073,125,-1.554290846,0.7288285332,1567.5034405 +400,2.699635665,0.123533791,125,-1.554290846,0.7288285332,7204.6274738 +401,0.496808033,0.823843254,125,-1.554290846,0.7288285332,5202.5790828 +402,0.129574704,0.763364087,125,-1.554290846,0.7288285332,4593.5046479 +403,1.798920311,0.817447563,125,-1.554290846,0.7288285332,6273.9502911 +404,0.335987953,0.746786541,125,-1.554290846,0.7288285332,5095.9020409 +405,-1.085413643,0.292154671,125,-1.554290846,0.7288285332,2350.2855592 +406,-0.155321003,0.508207011,125,-1.554290846,0.7288285332,4437.0910205 +407,0.620529244,-0.301175104,125,-1.554290846,0.7288285332,8781.5605018 +408,1.684402744,0.368716966,125,-1.554290846,0.7288285332,8081.8982547 +409,0.300582244,-0.386397212,125,-1.554290846,0.7288285332,8047.0382453 +410,2.913555946,-0.009225192,125,-1.554290846,0.7288285332,6965.9731885 +411,1.465101417,0.493232532,125,-1.554290846,0.7288285332,7582.6333586 +412,0.090612882,0.907955955,125,-1.554290846,0.7288285332,4189.0662164 +413,2.987564726,-0.729568594,125,-1.554290846,0.7288285332,8473.3832462 +414,-1.484261606,0.224149272,125,-1.554290846,0.7288285332,2013.5892987 +415,0.164073421,0.303955133,125,-1.554290846,0.7288285332,5846.3421977 +416,0.141441293,0.167552546,125,-1.554290846,0.7288285332,6145.014747 +417,2.931321023,-0.506718887,125,-1.554290846,0.7288285332,8159.3735846 +418,2.21951565,0.700596356,125,-1.554290846,0.7288285332,6343.4808976 +419,0.268112576,1.199114336,125,-1.554290846,0.7288285332,3900.5895246 +420,0.978913739,0.359223811,125,-1.554290846,0.7288285332,7591.4649316 +421,1.210898818,0.522863584,125,-1.554290846,0.7288285332,7298.5461963 +422,2.347397336,0.129231362,125,-1.554290846,0.7288285332,8072.1545584 +423,0.614394501,0.556878345,125,-1.554290846,0.7288285332,6239.5502478 +424,-1.398079356,0.148483366,125,-1.554290846,0.7288285332,2362.8516972 +425,2.535303836,-0.112984496,125,-1.554290846,0.7288285332,8329.9848429 +426,-1.019372593,-0.405322349,125,-1.554290846,0.7288285332,4901.8086859 +427,-1.297785627,-0.160104069,125,-1.554290846,0.7288285332,3642.4901732 +428,2.144554488,0.205051084,125,-1.554290846,0.7288285332,8224.138076 +429,-2.242387083,-0.426171285,125,-1.554290846,0.7288285332,5223.6612422 +430,0.338637212,0.909723676,125,-1.554290846,0.7288285332,4674.9476127 +431,-0.148798452,0.691042401,125,-1.554290846,0.7288285332,4060.2313801 +432,0.893524764,0.441829531,125,-1.554290846,0.7288285332,7156.1156895 +433,0.969229347,-0.368847936,125,-1.554290846,0.7288285332,9942.7351095 +434,0.436043248,0.800045688,125,-1.554290846,0.7288285332,5155.0943098 +435,1.687946607,1.081504775,125,-1.554290846,0.7288285332,5265.8825817 +436,0.522302046,-0.034889271,125,-1.554290846,0.7288285332,7784.8964408 +437,-0.178996113,-0.438090009,125,-1.554290846,0.7288285332,6823.5303067 +438,-1.094339566,0.301444068,125,-1.554290846,0.7288285332,2300.5442097 +439,-1.064070054,0.242569932,125,-1.554290846,0.7288285332,2556.7699311 +440,-1.068153768,0.230387998,125,-1.554290846,0.7288285332,2587.0233008 +441,-3.00496892,-0.23989155,125,-1.554290846,0.7288285332,6505.0246182 +442,0.21751974,0.766874888,125,-1.554290846,0.7288285332,4784.9385559 +443,0.117229532,0.007619006,125,-1.554290846,0.7288285332,6499.1522969 +444,0.777758451,0.420554741,125,-1.554290846,0.7288285332,7010.7647218 +445,-0.252356999,0.250747086,125,-1.554290846,0.7288285332,4775.0657481 +446,0.363148444,0.768483434,125,-1.554290846,0.7288285332,5094.974636 +447,0.903191366,-0.118210676,125,-1.554290846,0.7288285332,9038.2989878 +448,-0.205755923,0.149406178,125,-1.554290846,0.7288285332,5172.9636592 +449,1.811996086,0.02364353,125,-1.554290846,0.7288285332,9356.1932979 +450,-1.100670221,0.314845373,125,-1.554290846,0.7288285332,2243.8437107 +451,0.340078597,0.850105132,125,-1.554290846,0.7288285332,4831.4347411 +452,0.258757267,0.804969236,125,-1.554290846,0.7288285332,4780.0888259 +453,2.78505352,-0.155160804,125,-1.554290846,0.7288285332,7729.6679266 +454,0.800551619,0.105822106,125,-1.554290846,0.7288285332,8086.1612126 +455,0.437940882,-0.506194031,125,-1.554290846,0.7288285332,8720.5243107 +456,2.230431122,0.63458615,125,-1.554290846,0.7288285332,6562.5393107 +457,0.527965361,0.127667701,125,-1.554290846,0.7288285332,7335.0680671 +458,-0.063643205,0.702093448,125,-1.554290846,0.7288285332,4258.174024 +459,1.408447268,0.133010502,125,-1.554290846,0.7288285332,8968.958854 +460,0.523795955,0.280266966,125,-1.554290846,0.7288285332,6874.5977932 +461,-0.975769313,0.072177659,125,-1.554290846,0.7288285332,3308.5475021 +462,0.549774164,-0.463663986,125,-1.554290846,0.7288285332,8957.5076186 +463,0.29245874,1.095549818,125,-1.554290846,0.7288285332,4151.6363842 +464,0.143625958,0.816809593,125,-1.554290846,0.7288285332,4501.774532 +465,0.671902494,0.611159853,125,-1.554290846,0.7288285332,6183.0353728 +466,1.239840988,0.6724199,125,-1.554290846,0.7288285332,6753.750569 +467,0.607829703,-0.10932137,125,-1.554290846,0.7288285332,8232.2550252 +468,1.763020906,0.263996692,125,-1.554290846,0.7288285332,8459.0496436 +469,0.378714634,0.726066797,125,-1.554290846,0.7288285332,5243.4630256 +470,2.196736143,-0.153862366,125,-1.554290846,0.7288285332,9329.512976 +471,0.01702415,0.148991565,125,-1.554290846,0.7288285332,5831.2176852 +472,-2.998490902,-0.158002487,125,-1.554290846,0.7288285332,6268.5933008 +473,-3.051262951,-0.346595608,125,-1.554290846,0.7288285332,6916.6340628 +474,-1.069176439,0.182802941,125,-1.554290846,0.7288285332,2741.0697147 +475,0.167157509,0.595344954,125,-1.554290846,0.7288285332,5094.5425749 +476,0.613855648,0.681746124,125,-1.554290846,0.7288285332,5849.4526653 +477,1.037012736,0.682555367,125,-1.554290846,0.7288285332,6512.4738819 +478,-1.253574971,0.379755746,125,-1.554290846,0.7288285332,1706.7000666 +479,3.108590453,-0.132620738,125,-1.554290846,0.7288285332,6716.9803941 +480,0.565301296,0.022333262,125,-1.554290846,0.7288285332,7740.9546781 +481,0.547898238,0.855555614,125,-1.554290846,0.7288285332,5201.0349487 +482,0.948309381,0.417393755,125,-1.554290846,0.7288285332,7335.2642414 +483,-0.050600732,0.945269213,125,-1.554290846,0.7288285332,3823.5003188 +484,-0.977651478,-0.572363064,125,-1.554290846,0.7288285332,5565.5437405 +485,1.102014914,0.728861163,125,-1.554290846,0.7288285332,6414.5861443 +486,2.927300795,-0.282939414,125,-1.554290846,0.7288285332,7637.3655456 +487,-1.154565557,0.124434095,125,-1.554290846,0.7288285332,2774.8286971 +488,1.855331234,0.291044755,125,-1.554290846,0.7288285332,8286.5723327 +489,0.830290659,0.276904518,125,-1.554290846,0.7288285332,7593.9712144 +490,0.485104466,-0.234867441,125,-1.554290846,0.7288285332,8216.9378369 +491,0.521367572,-0.33161327,125,-1.554290846,0.7288285332,8566.6308434 +1,-1.539031704,0.7349710123,126,-1.55122487,0.7219795312,62.823442245 +2,-1.536990553,0.7349663874,126,-1.55122487,0.7219795312,66.45386569 +3,-1.534951779,0.7349571355,126,-1.55122487,0.7219795312,70.396648641 +4,-1.532906461,0.7349480293,126,-1.55122487,0.7219795312,74.632712278 +5,-1.531320211,0.7346937278,126,-1.55122487,0.7219795312,77.446788909 +6,-1.539451648,0.7335131775,126,-1.55122487,0.7219795312,57.441252483 +7,-1.537429487,0.7335445708,126,-1.55122487,0.7219795312,61.343896037 +8,-1.535484998,0.7335658704,126,-1.55122487,0.7219795312,65.368898667 +9,-1.533488396,0.7336036027,126,-1.55122487,0.7219795312,69.79497285 +10,-1.531497785,0.7335842962,126,-1.55122487,0.7219795312,74.273808872 +11,-1.530259379,0.7334777758,126,-1.55122487,0.7219795312,76.935734707 +12,-1.5335454,0.7322346912,126,-1.55122487,0.7219795312,66.235380688 +13,-1.531489083,0.7322238773,126,-1.55122487,0.7219795312,71.115435953 +14,-1.530011122,0.7321679851,126,-1.55122487,0.7219795312,74.630168947 +15,-1.53348106,0.7306614094,126,-1.55122487,0.7219795312,62.797477955 +16,-1.531441779,0.7306962275,126,-1.55122487,0.7219795312,68.000009607 +17,-1.529755654,0.7306933243,126,-1.55122487,0.7219795312,72.340468912 +18,-1.533415048,0.7291384674,126,-1.55122487,0.7219795312,59.911447569 +19,-1.531392093,0.7291705353,126,-1.55122487,0.7219795312,65.308273991 +20,-1.529296523,0.7291214933,126,-1.55122487,0.7219795312,70.871407318 +21,-1.535280942,0.727267644,126,-1.55122487,0.7219795312,51.717606396 +22,-1.533378158,0.7276139666,126,-1.55122487,0.7219795312,57.434555723 +23,-1.531340368,0.7276446587,126,-1.55122487,0.7219795312,63.088413818 +24,-1.528960113,0.7276398177,126,-1.55122487,0.7219795312,69.724001927 +25,-1.533313146,0.7260818349,126,-1.55122487,0.7219795312,55.578347279 +26,-1.531259555,0.7260958115,126,-1.55122487,0.7219795312,61.445841326 +27,-1.528926415,0.7260865555,126,-1.55122487,0.7219795312,68.136948967 +28,-1.531226779,0.7245511789,126,-1.55122487,0.7219795312,60.248356304 +29,-1.528904772,0.7245519194,126,-1.55122487,0.7219795312,67.054351233 +30,-1.547195875,0.7409785979,126,-1.55122487,0.7219795312,76.186575673 +31,-1.5451475,0.740980426,126,-1.55122487,0.7219795312,77.364998875 +32,-1.543097679,0.7409798872,126,-1.55122487,0.7219795312,78.980967081 +33,-1.540720364,0.7409892687,126,-1.55122487,0.7219795312,81.415026939 +34,-1.547188511,0.7395198392,126,-1.55122487,0.7219795312,70.489807198 +35,-1.545148587,0.7395226109,126,-1.55122487,0.7219795312,71.762133596 +36,-1.543104538,0.7395314908,126,-1.55122487,0.7219795312,73.533257594 +37,-1.540727751,0.7395306258,126,-1.55122487,0.7219795312,76.102674746 +38,-1.547187029,0.7380014886,126,-1.55122487,0.7219795312,64.572326155 +39,-1.545147315,0.7380012252,126,-1.55122487,0.7219795312,65.948436029 +40,-1.54310719,0.7380060743,126,-1.55122487,0.7219795312,67.852202256 +41,-1.540719671,0.7380068206,126,-1.55122487,0.7219795312,70.651498643 +42,-1.547187189,0.7364799098,126,-1.55122487,0.7219795312,58.661013053 +43,-1.545149996,0.7364853874,126,-1.55122487,0.7219795312,60.194045347 +44,-1.543106091,0.7364823484,126,-1.55122487,0.7219795312,62.249629912 +45,-1.540717158,0.7364893901,126,-1.55122487,0.7219795312,65.317625286 +46,-1.538663972,0.7410138672,126,-1.55122487,0.7219795312,83.994908186 +47,-1.53695285,0.7409699132,126,-1.55122487,0.7219795312,86.185194925 +48,-1.534910498,0.7409641297,126,-1.55122487,0.7219795312,89.259086085 +49,-1.533145034,0.7409536636,126,-1.55122487,0.7219795312,92.133251208 +50,-1.538681336,0.7395405883,126,-1.55122487,0.7219795312,78.786308286 +51,-1.536999189,0.7395183096,126,-1.55122487,0.7219795312,81.158990939 +52,-1.534923633,0.7395144222,126,-1.55122487,0.7219795312,84.474007516 +53,-1.533267822,0.7395654306,126,-1.55122487,0.7219795312,87.50611288 +54,-1.53867273,0.7380151077,126,-1.55122487,0.7219795312,73.53197636 +55,-1.536980576,0.7379994392,126,-1.55122487,0.7219795312,76.119020871 +56,-1.534931522,0.7379944961,126,-1.55122487,0.7219795312,79.603645487 +57,-1.533387952,0.7379480264,126,-1.55122487,0.7219795312,82.295097344 +58,-1.538682279,0.7364914363,126,-1.55122487,0.7219795312,68.384886857 +59,-1.536980704,0.7364810563,126,-1.55122487,0.7219795312,71.199689523 +60,-1.534935567,0.7364752065,126,-1.55122487,0.7219795312,74.909849578 +61,-1.533042592,0.7363876366,126,-1.55122487,0.7219795312,78.366081504 +62,-1.545143426,0.7349628011,126,-1.55122487,0.7219795312,54.477375856 +63,-1.543105297,0.7349691947,126,-1.55122487,0.7219795312,56.773441606 +64,-1.541064533,0.7349647152,126,-1.55122487,0.7219795312,59.559032427 +65,-1.545411803,0.7334624714,126,-1.55122487,0.7219795312,48.62484649 +66,-1.543446606,0.7334780896,126,-1.55122487,0.7219795312,51.025853557 +67,-1.541475327,0.7334957295,126,-1.55122487,0.7219795312,53.9650672 +68,-1.545401939,0.731963266,126,-1.55122487,0.7219795312,43.137493088 +69,-1.54342253,0.7319915583,126,-1.55122487,0.7219795312,45.89050243 +70,-1.541455867,0.7320216438,126,-1.55122487,0.7219795312,49.173778887 +71,-1.545410146,0.7304422281,126,-1.55122487,0.7219795312,37.685507443 +72,-1.543435491,0.7304713664,126,-1.55122487,0.7219795312,40.786686567 +73,-1.541463105,0.7304997613,126,-1.55122487,0.7219795312,44.437983471 +74,-1.545414768,0.7289194936,126,-1.55122487,0.7219795312,32.436770318 +75,-1.543435774,0.7289538557,126,-1.55122487,0.7219795312,36.000024395 +76,-1.541457714,0.7289765881,126,-1.55122487,0.7219795312,40.074496091 +77,-1.539449415,0.7320555866,126,-1.55122487,0.7219795312,52.984458197 +78,-1.537429183,0.7321097681,126,-1.55122487,0.7219795312,57.244204318 +79,-1.535472649,0.7321497267,126,-1.55122487,0.7219795312,61.610479357 +80,-1.539457899,0.7305333307,126,-1.55122487,0.7219795312,48.603597763 +81,-1.537453161,0.7305750503,126,-1.55122487,0.7219795312,53.127147776 +82,-1.535479385,0.7306124949,126,-1.55122487,0.7219795312,57.822810134 +83,-1.53946905,0.7290102593,126,-1.55122487,0.7219795312,44.600953087 +84,-1.537459922,0.7290417293,126,-1.55122487,0.7219795312,49.461667281 +85,-1.535451349,0.7290890157,126,-1.55122487,0.7219795312,54.570206746 +86,-1.535522937,0.7279887191,126,-1.55122487,0.7219795312,52.285493629 +87,-1.539442524,0.7274735939,126,-1.55122487,0.7219795312,41.163446091 +88,-1.537424111,0.727521351,126,-1.55122487,0.7219795312,46.440643027 +89,-1.539384641,0.7259505092,126,-1.55122487,0.7219795312,38.495978843 +90,-1.537372391,0.7259947145,126,-1.55122487,0.7219795312,44.075925056 +91,-1.535340789,0.7260435356,126,-1.55122487,0.7219795312,49.807178746 +92,-1.539325716,0.7244369706,126,-1.55122487,0.7219795312,36.650741069 +93,-1.537308932,0.7244801057,126,-1.55122487,0.7219795312,42.492999787 +94,-1.535289068,0.7245247645,126,-1.55122487,0.7219795312,48.381451883 +95,-1.533261366,0.7245550236,126,-1.55122487,0.7219795312,54.306413754 +96,-1.539267302,0.722921924,126,-1.55122487,0.7219795312,35.727269259 +97,-1.537248972,0.7229660258,126,-1.55122487,0.7219795312,41.711745616 +98,-1.535219431,0.7229916471,126,-1.55122487,0.7219795312,47.727028548 +99,-1.53318962,0.7230212049,126,-1.55122487,0.7219795312,53.747551357 +100,-1.531154816,0.7230299897,126,-1.55122487,0.7219795312,59.779711993 +101,-1.528878341,0.7230370244,126,-1.55122487,0.7219795312,66.530557497 +102,-1.539218189,0.7214009878,126,-1.55122487,0.7219795312,35.775043946 +103,-1.537198791,0.7214422745,126,-1.55122487,0.7219795312,41.759666693 +104,-1.535179266,0.7214634354,126,-1.55122487,0.7219795312,47.753581182 +105,-1.533156501,0.7214944644,126,-1.55122487,0.7219795312,53.757813342 +106,-1.53113574,0.7215166021,126,-1.55122487,0.7219795312,59.759356542 +107,-1.528874248,0.7215345535,126,-1.55122487,0.7219795312,66.478065508 +108,-1.539217656,0.7198512397,126,-1.55122487,0.7219795312,36.70858386 +109,-1.537199919,0.7199428763,126,-1.55122487,0.7219795312,42.50216178 +110,-1.545425832,0.727397149,126,-1.55122487,0.7219795312,27.50012858 +111,-1.543371177,0.7273916949,126,-1.55122487,0.7219795312,31.655054467 +112,-1.541368852,0.7274523163,126,-1.55122487,0.7219795312,36.389831645 +113,-1.545349067,0.7258710923,126,-1.55122487,0.7219795312,23.273592108 +114,-1.54332671,0.7258603556,126,-1.55122487,0.7219795312,28.02990452 +115,-1.541346831,0.7259242142,126,-1.55122487,0.7219795312,33.217772494 +116,-1.545324355,0.7243383958,126,-1.55122487,0.7219795312,19.857832455 +117,-1.543292796,0.7243617413,126,-1.55122487,0.7219795312,25.374775687 +118,-1.541295822,0.7244024384,126,-1.55122487,0.7219795312,31.007352954 +119,-1.543193859,0.7205570215,126,-1.55122487,0.7219795312,24.544416415 +120,-1.550257047,0.7386738187,126,-1.55122487,0.7219795312,66.187707565 +121,-1.549335448,0.7311736483,126,-1.55122487,0.7219795312,36.845009408 +122,-1.533478843,0.7179891343,126,-1.55122487,0.7219795312,55.159354058 +123,-1.556150555,0.738907041,126,-1.55122487,0.7219795312,68.606683234 +124,-1.554324226,0.733414257,126,-1.55122487,0.7219795312,46.211275752 +125,-1.554290846,0.7288285332,126,-1.55122487,0.7219795312,28.610231347 +126,-1.55122487,0.7219795312,126,-1.55122487,0.7219795312,16.381591276 +127,-1.525104458,0.7229399862,126,-1.55122487,0.7219795312,77.708202483 +128,-1.519607711,0.7236181429,126,-1.55122487,0.7219795312,94.143583424 +129,-1.513899999,0.7251107854,126,-1.55122487,0.7219795312,111.49257919 +130,-1.536620762,0.7431061895,126,-1.55122487,0.7219795312,94.086191406 +131,-1.5369566,0.7460845958,126,-1.55122487,0.7219795312,104.29285533 +132,-1.545345528,0.7447040685,126,-1.55122487,0.7219795312,91.659392584 +133,-1.532813921,0.7432306626,126,-1.55122487,0.7219795312,100.12223762 +134,-1.554788248,0.7382381001,126,-1.55122487,0.7219795312,65.253189782 +135,-1.540348126,0.7301594274,126,-1.55122487,0.7219795312,45.691348028 +136,-1.538016084,0.7239051786,126,-1.55122487,0.7219795312,39.967231508 +137,-1.525288962,0.7258085137,126,-1.55122487,0.7219795312,78.449178005 +138,-1.534326986,0.731241342,126,-1.55122487,0.7219795312,62.036440181 +139,-1.530733872,0.7303625216,126,-1.55122487,0.7219795312,69.177820626 +141,-1.534354939,0.7328219978,126,-1.55122487,0.7219795312,65.842998012 +142,-1.53157084,0.7292888153,126,-1.55122487,0.7219795312,65.036502107 +143,-1.525691035,0.7263799874,126,-1.55122487,0.7219795312,77.736078083 +144,-1.534031287,0.7495967835,126,-1.55122487,0.7219795312,120.47734146 +145,-1.527714986,0.7283095957,126,-1.55122487,0.7219795312,74.06538353 +146,-1.526189586,0.7271468292,126,-1.55122487,0.7219795312,77.021668646 +147,-1.555177336,0.7375563366,126,-1.55122487,0.7219795312,62.79334732 +148,-1.555080283,0.7312707794,126,-1.55122487,0.7219795312,38.531959144 +149,-1.53856994,0.7224180299,126,-1.55122487,0.7219795312,37.652355014 +150,-1.530837883,0.729933372,126,-1.55122487,0.7219795312,68.115160355 +151,-1.515066984,0.5854133365,126,-1.55122487,0.7219795312,552.70715344 +152,-1.534731633,0.5368370046,126,-1.55122487,0.7219795312,735.23455721 +153,-1.515231902,0.5607085576,126,-1.55122487,0.7219795312,648.87015515 +154,-2.616253799,1.0684566605,126,-1.55122487,0.7219795312,2836.9514046 +155,-1.956071439,0.5792177723,126,-1.55122487,0.7219795312,1390.0251534 +156,-1.951208514,0.5602434208,126,-1.55122487,0.7219795312,1416.1497588 +157,-1.944675062,0.6062144545,126,-1.55122487,0.7219795312,1305.4391685 +158,-1.613778386,0.6077989518,126,-1.55122487,0.7219795312,492.39028049 +159,-2.035029014,0.6021432345,126,-1.55122487,0.7219795312,1576.4200065 +160,-2.114989471,0.6801825058,126,-1.55122487,0.7219795312,1704.4952895 +161,-2.037382079,0.5765830025,126,-1.55122487,0.7219795312,1629.6718527 +162,-2.129855121,0.6585019963,126,-1.55122487,0.7219795312,1774.1270501 +163,-2.075141798,0.6493615843,126,-1.55122487,0.7219795312,1623.3616445 +164,-1.828626729,0.6948433129,126,-1.55122487,0.7219795312,840.10155506 +165,-1.863329418,0.6735427691,126,-1.55122487,0.7219795312,964.70047666 +166,-1.266037071,0.727988852,126,-1.55122487,0.7219795312,844.60440524 +167,-1.277579582,0.7249010648,126,-1.55122487,0.7219795312,811.39191266 +168,-1.258418684,0.7241194816,126,-1.55122487,0.7219795312,868.28689762 +169,-1.317813974,0.6804850104,126,-1.55122487,0.7219795312,724.45523548 +170,-1.344165204,0.6790988904,126,-1.55122487,0.7219795312,649.01288659 +171,-1.427582102,0.5277120351,126,-1.55122487,0.7219795312,865.19118215 +172,-1.402238616,0.457167829,126,-1.55122487,0.7219795312,1156.4529449 +173,-1.422454264,0.4996161999,126,-1.55122487,0.7219795312,973.91019259 +174,-1.439089277,0.4894859811,126,-1.55122487,0.7219795312,989.89167435 +175,-1.448126995,0.5182330266,126,-1.55122487,0.7219795312,872.21587452 +176,-1.474626146,0.5881926574,126,-1.55122487,0.7219795312,581.7768852 +177,-1.421139645,0.5584869783,126,-1.55122487,0.7219795312,767.48245345 +178,-1.457037165,0.565943032,126,-1.55122487,0.7219795312,685.93476506 +179,-2.757159358,0.3745319,126,-1.55122487,0.7219795312,4188.9879832 +180,-2.714309238,0.342054471,126,-1.55122487,0.7219795312,4138.7390479 +181,-2.000525337,0.774119946,126,-1.55122487,0.7219795312,1315.194107 +183,-1.571413436,0.6777838382,126,-1.55122487,0.7219795312,185.43270739 +184,-1.552860289,0.6987663893,126,-1.55122487,0.7219795312,92.078294214 +185,-1.521852374,0.7165827476,126,-1.55122487,0.7219795312,90.094582252 +186,-1.503656267,0.6928968252,126,-1.55122487,0.7219795312,183.77004971 +187,-1.502753178,0.7136205882,126,-1.55122487,0.7219795312,148.35648571 +188,-1.631894563,0.7343596465,126,-1.55122487,0.7219795312,243.45323155 +189,-1.653765416,0.6770714026,126,-1.55122487,0.7219795312,357.96207697 +190,-1.719812114,0.6715965947,126,-1.55122487,0.7219795312,549.24174756 +191,-1.493406659,0.6646955447,126,-1.55122487,0.7219795312,287.19460661 +192,-1.469120564,0.6613469966,126,-1.55122487,0.7219795312,346.90729787 +193,-1.590551461,0.5326612937,126,-1.55122487,0.7219795312,760.33919513 +194,-1.625979264,0.5247742243,126,-1.55122487,0.7219795312,816.99004648 +195,-1.572293943,0.5238808754,126,-1.55122487,0.7219795312,787.5663305 +196,-1.610848725,0.5477107964,126,-1.55122487,0.7219795312,715.82038807 +197,-1.208485554,0.7918526018,126,-1.55122487,0.7219795312,1022.0662853 +198,-1.335601374,0.6869083083,126,-1.55122487,0.7219795312,664.82811177 +199,-1.346156996,0.6825213377,126,-1.55122487,0.7219795312,638.91259887 +200,-1.324381037,0.6741422347,126,-1.55122487,0.7219795312,713.17048525 +201,-1.242424992,0.7378949807,126,-1.55122487,0.7219795312,912.0464196 +202,-1.270370057,0.7392461008,126,-1.55122487,0.7219795312,830.09607101 +203,-1.448950472,0.7441675014,126,-1.55122487,0.7219795312,313.53469259 +204,-1.492662363,0.7523026852,126,-1.55122487,0.7219795312,209.55068505 +205,-1.479098966,0.7763855017,126,-1.55122487,0.7219795312,300.26057627 +206,-1.633760714,0.7869022408,126,-1.55122487,0.7219795312,350.41286987 +207,-1.647406434,0.8101289331,126,-1.55122487,0.7219795312,443.93485727 +208,-1.564245052,0.5701509278,126,-1.55122487,0.7219795312,602.79393147 +209,-1.646289963,0.6833746083,126,-1.55122487,0.7219795312,325.41695207 +210,-1.5820631,0.6751952144,126,-1.55122487,0.7219795312,207.56841303 +211,-1.613236298,0.6681681791,126,-1.55122487,0.7219795312,284.58155016 +212,-1.914661867,0.8212566515,126,-1.55122487,0.7219795312,1100.1337299 +213,-1.742133237,0.7250275956,126,-1.55122487,0.7219795312,566.50611318 +214,-2.033144872,0.6557314699,126,-1.55122487,0.7219795312,1490.2375332 +215,-2.039551981,0.6964723658,126,-1.55122487,0.7219795312,1464.943905 +216,-1.247341019,0.7622473908,126,-1.55122487,0.7219795312,899.63988289 +217,-1.298239787,0.7084123392,126,-1.55122487,0.7219795312,757.54962297 +218,-1.308539688,0.6926545592,126,-1.55122487,0.7219795312,739.01606034 +219,-1.303263185,0.6888938396,126,-1.55122487,0.7219795312,758.2534388 +220,-1.852400229,0.6004246149,126,-1.55122487,0.7219795312,1054.8526669 +221,-1.288947707,0.7473773692,126,-1.55122487,0.7219795312,776.37457018 +222,-1.372031502,0.7472790993,126,-1.55122487,0.7219795312,535.80577492 +223,-1.289805721,0.7242157877,126,-1.55122487,0.7219795312,775.44069877 +224,-1.350807603,0.7533498126,126,-1.55122487,0.7219795312,599.96278879 +225,-1.329290365,0.7560442322,126,-1.55122487,0.7219795312,662.92103948 +226,-1.410153004,0.616936428,126,-1.55122487,0.7219795312,603.72687876 +227,-1.393445434,0.6308995063,126,-1.55122487,0.7219795312,605.79664885 +228,-1.37595573,0.6241540638,126,-1.55122487,0.7219795312,666.21333838 +229,-1.358388707,0.6172645205,126,-1.55122487,0.7219795312,727.5466733 +230,-1.753741133,0.8281661666,126,-1.55122487,0.7219795312,709.60593741 +231,-1.47430987,0.6834615681,126,-1.55122487,0.7219795312,278.01671708 +232,-1.421012508,0.7222725206,126,-1.55122487,0.7219795312,386.91796958 +233,-1.4476833,0.6978557868,126,-1.55122487,0.7219795312,325.31425177 +234,-1.470370723,0.6966193374,126,-1.55122487,0.7219795312,262.91872772 +235,-1.429211703,0.7037216883,126,-1.55122487,0.7219795312,372.58484058 +236,-1.700578405,0.6178673663,126,-1.55122487,0.7219795312,619.99498025 +237,-1.678117619,0.6331716163,126,-1.55122487,0.7219795312,526.02872242 +238,-1.725644578,0.6316331145,126,-1.55122487,0.7219795312,645.9700655 +239,-2.14012759,0.7930497945,126,-1.55122487,0.7219795312,1705.0985116 +240,-2.103289431,0.7653606263,126,-1.55122487,0.7219795312,1608.6557403 +241,-1.318739838,0.7017808746,126,-1.55122487,0.7219795312,701.09501245 +242,-1.396417427,0.7077900843,126,-1.55122487,0.7219795312,466.25201483 +243,-1.35650337,0.7185539404,126,-1.55122487,0.7219795312,579.48467647 +244,-1.248884539,0.7274156818,126,-1.55122487,0.7219795312,895.3681773 +245,-1.395014798,0.5761185243,126,-1.55122487,0.7219795312,758.56799271 +246,-1.433377362,0.6064716109,126,-1.55122487,0.7219795312,586.46256062 +247,-1.408172432,0.5903155476,126,-1.55122487,0.7219795312,687.47305284 +248,-1.749645898,0.7757118084,126,-1.55122487,0.7219795312,613.12403578 +249,-1.571626686,0.615046989,126,-1.55122487,0.7219795312,428.26800052 +250,-1.514070049,0.6303003037,126,-1.55122487,0.7219795312,380.81651311 +251,-1.480890369,0.6237966528,126,-1.55122487,0.7219795312,445.63792395 +252,-1.704390658,0.5281680612,126,-1.55122487,0.7219795312,910.64637485 +253,-1.64434733,0.5254277498,126,-1.55122487,0.7219795312,833.67417303 +254,-1.703855997,0.4792484842,126,-1.55122487,0.7219795312,1081.6938363 +255,-1.692002383,0.5748825051,126,-1.55122487,0.7219795312,732.0657042 +256,-1.854136457,0.5544643913,126,-1.55122487,0.7219795312,1166.4451317 +257,-1.665021206,0.520317736,126,-1.55122487,0.7219795312,878.18394705 +258,-1.733654349,0.4845187345,126,-1.55122487,0.7219795312,1111.0485958 +259,-1.720938188,0.5135933906,126,-1.55122487,0.7219795312,989.24931838 +260,-1.742668307,0.553296122,126,-1.55122487,0.7219795312,902.74275033 +261,-1.965659039,0.7142126903,126,-1.55122487,0.7219795312,1232.7130764 +262,-1.944438071,0.6772834804,126,-1.55122487,0.7219795312,1201.2222775 +263,-1.270340967,0.7681487096,126,-1.55122487,0.7219795312,836.53174937 +264,-1.353091884,0.6549276821,126,-1.55122487,0.7219795312,661.00829926 +265,-1.333236659,0.6413584414,126,-1.55122487,0.7219795312,741.68762054 +266,-1.352015998,0.6753788907,126,-1.55122487,0.7219795312,631.19047382 +267,-1.377988483,0.6577816235,126,-1.55122487,0.7219795312,586.69855963 +268,-2.13075611,0.8318642051,126,-1.55122487,0.7219795312,1679.5956741 +269,-2.097910953,0.8259670014,126,-1.55122487,0.7219795312,1590.5748645 +270,-1.416382069,0.6694271549,126,-1.55122487,0.7219795312,459.55956552 +271,-1.538905672,0.7535625993,126,-1.55122487,0.7219795312,130.20573402 +272,-1.572309477,0.7803125099,126,-1.55122487,0.7219795312,238.97617223 +273,-1.87759879,0.7503853417,126,-1.55122487,0.7219795312,962.54856095 +274,1.152365588,0.590457682,126,-1.55122487,0.7219795312,7005.9375302 +275,0.350198001,0.718001859,126,-1.55122487,0.7219795312,5215.7987915 +276,0.046513677,0.491503852,126,-1.55122487,0.7219795312,5039.6130245 +277,0.027510309,0.742571376,126,-1.55122487,0.7219795312,4406.3439016 +278,0.306285725,-0.214631579,126,-1.55122487,0.7219795312,7630.3598893 +279,-1.100564889,0.318051531,126,-1.55122487,0.7219795312,2209.9647575 +280,-1.078582306,0.301437596,126,-1.55122487,0.7219795312,2312.9694645 +281,-1.137371989,-0.617634065,126,-1.55122487,0.7219795312,5515.1984657 +282,0.784356344,0.703272339,126,-1.55122487,0.7219795312,6098.8831533 +283,-1.221209947,0.218327455,126,-1.55122487,0.7219795312,2298.6390155 +284,2.347301921,-0.449114658,126,-1.55122487,0.7219795312,9755.5676739 +285,0.246820618,0.830553713,126,-1.55122487,0.7219795312,4704.1055088 +286,0.829414965,0.703288228,126,-1.55122487,0.7219795312,6170.9448568 +287,-1.337537566,0.42332223,126,-1.55122487,0.7219795312,1377.1159988 +288,0.882453706,0.454478077,126,-1.55122487,0.7219795312,7109.3571005 +289,1.575629659,0.416419109,126,-1.55122487,0.7219795312,7934.3263033 +290,-1.039455679,0.229888244,126,-1.55122487,0.7219795312,2628.8917322 +291,0.489558039,0.934482747,126,-1.55122487,0.7219795312,4891.654419 +292,0.081344504,0.88384514,126,-1.55122487,0.7219795312,4231.6376422 +293,-1.547979814,0.300350308,126,-1.55122487,0.7219795312,1670.1098861 +294,0.040776181,0.168560074,126,-1.55122487,0.7219795312,5844.3351427 +295,-1.130374745,0.563894876,126,-1.55122487,0.7219795312,1467.1582232 +296,1.578326642,0.478507176,126,-1.55122487,0.7219795312,7688.5154467 +297,-1.12861823,-0.291640865,126,-1.55122487,0.7219795312,4303.7739527 +298,0.310524208,0.770885792,126,-1.55122487,0.7219795312,4989.8963532 +299,0.415649091,-0.387246002,126,-1.55122487,0.7219795312,8377.2320988 +300,-0.926533878,-0.188022748,126,-1.55122487,0.7219795312,4263.5966802 +301,1.258856172,-0.11716081,126,-1.55122487,0.7219795312,9778.518439 +302,-1.126050026,0.322941926,126,-1.55122487,0.7219795312,2136.1542469 +303,2.002785835,0.07893892,126,-1.55122487,0.7219795312,8938.5062428 +304,0.440437607,0.746258085,126,-1.55122487,0.7219795312,5328.9605943 +305,-0.030391866,0.214441206,126,-1.55122487,0.7219795312,5516.0764642 +306,0.521557815,-0.058929362,126,-1.55122487,0.7219795312,7849.3985989 +307,-0.097005111,0.13317729,126,-1.55122487,0.7219795312,5528.0871477 +308,1.83113859,0.221857587,126,-1.55122487,0.7219795312,8602.9632203 +309,0.222428864,0.099404236,126,-1.55122487,0.7219795312,6558.5013364 +310,-1.702731345,0.8728568183,126,-1.55122487,0.7219795312,728.93109177 +311,-0.418507569,0.278324921,126,-1.55122487,0.7219795312,4204.0611852 +312,-1.41153306,0.339029988,126,-1.55122487,0.7219795312,1588.3515559 +313,0.357560442,0.114788776,126,-1.55122487,0.7219795312,6904.7170082 +314,0.325818979,0.268352149,126,-1.55122487,0.7219795312,6392.0580713 +315,-1.246004659,-0.663679965,126,-1.55122487,0.7219795312,5598.4397041 +316,1.814603087,0.637404484,126,-1.55122487,0.7219795312,6998.2548266 +317,1.843704281,-0.18300445,126,-1.55122487,0.7219795312,10133.618849 +318,1.690644492,-0.211480909,126,-1.55122487,0.7219795312,10392.079651 +319,-1.275451936,0.068109467,126,-1.55122487,0.7219795312,2768.9983281 +320,0.762430171,-0.207594741,126,-1.55122487,0.7219795312,8936.6041289 +321,0.265668905,-0.014647884,126,-1.55122487,0.7219795312,6989.1966069 +322,-2.773032013,-0.335515811,126,-1.55122487,0.7219795312,6123.9747495 +323,-1.469512853,0.174058777,126,-1.55122487,0.7219795312,2188.9952698 +324,0.286276986,0.785925691,126,-1.55122487,0.7219795312,4899.2086176 +325,-1.379324697,0.377432233,126,-1.55122487,0.7219795312,1480.6292386 +326,-1.203778265,0.212813032,126,-1.55122487,0.7219795312,2348.5255216 +327,0.579916301,0.611743168,126,-1.55122487,0.7219795312,6011.900488 +328,0.267582642,0.868113908,126,-1.55122487,0.7219795312,4655.4031517 +329,0.412869244,-0.050245578,126,-1.55122487,0.7219795312,7514.0099034 +330,0.17524381,0.976660285,126,-1.55122487,0.7219795312,4227.6166332 +331,0.743157214,0.204812899,126,-1.55122487,0.7219795312,7647.1105563 +332,-1.070758176,0.269382282,126,-1.55122487,0.7219795312,2431.6633137 +333,-1.230364251,0.329790229,126,-1.55122487,0.7219795312,1894.0495268 +334,-1.374813124,-0.024926835,126,-1.55122487,0.7219795312,3025.7730368 +335,0.519780566,0.463669906,126,-1.55122487,0.7219795312,6326.4197943 +336,-1.55108034,0.239698561,126,-1.55122487,0.7219795312,1910.3149878 +337,0.180294813,0.029739425,126,-1.55122487,0.7219795312,6620.2794714 +338,0.67820924,0.268170153,126,-1.55122487,0.7219795312,7295.8202698 +339,0.445798684,1.024001867,126,-1.55122487,0.7219795312,4578.1508917 +340,0.691751283,0.150521402,126,-1.55122487,0.7219795312,7693.1501661 +341,-1.036643551,-0.903056181,126,-1.55122487,0.7219795312,6676.0346147 +342,-0.120287036,1.083325163,126,-1.55122487,0.7219795312,3507.4907828 +343,2.823513113,-0.304487164,126,-1.55122487,0.7219795312,8005.9103038 +344,0.457583172,1.12513373,126,-1.55122487,0.7219795312,4332.5591079 +345,0.042918831,0.813795399,126,-1.55122487,0.7219795312,4291.2233748 +346,1.196146777,-0.853142756,126,-1.55122487,0.7219795312,11231.882514 +347,0.206001358,-0.010430701,126,-1.55122487,0.7219795312,6802.2728473 +348,-0.268308653,0.234799412,126,-1.55122487,0.7219795312,4759.0302608 +349,0.759363263,0.736189579,126,-1.55122487,0.7219795312,5949.0366499 +350,0.181363926,0.891988372,126,-1.55122487,0.7219795312,4424.0691239 +351,-0.021111158,0.139103292,126,-1.55122487,0.7219795312,5738.0251749 +352,-0.093355215,0.630686981,126,-1.55122487,0.7219795312,4337.4240015 +353,0.40118964,0.681375926,126,-1.55122487,0.7219795312,5427.7155263 +354,-0.721197315,1.304706234,126,-1.55122487,0.7219795312,2735.8811258 +355,-1.076150317,0.212107639,126,-1.55122487,0.7219795312,2604.1256486 +356,-1.577164531,0.273993443,126,-1.55122487,0.7219795312,1776.6942934 +357,-0.190788414,0.182208586,126,-1.55122487,0.7219795312,5123.0845948 +358,-0.261349752,0.209710184,126,-1.55122487,0.7219795312,4843.2013606 +359,-1.029303852,0.083549259,126,-1.55122487,0.7219795312,3131.3290269 +360,-1.268609162,0.330525297,126,-1.55122487,0.7219795312,1820.7978618 +361,1.282982244,-0.926641967,126,-1.55122487,0.7219795312,11291.851163 +362,0.217352334,0.731352408,126,-1.55122487,0.7219795312,4883.0086996 +363,-1.511833084,0.258629297,126,-1.55122487,0.7219795312,1840.3120938 +364,0.338812194,0.823184618,126,-1.55122487,0.7219795312,4912.9430804 +365,-0.324406489,1.134201999,126,-1.55122487,0.7219795312,3117.7038688 +366,1.389579348,0.399185724,126,-1.55122487,0.7219795312,7942.0357665 +367,2.047152199,-0.039082036,126,-1.55122487,0.7219795312,9286.9650149 +368,0.947780369,0.568250077,126,-1.55122487,0.7219795312,6821.2744195 +369,0.763824846,0.576754987,126,-1.55122487,0.7219795312,6482.6910999 +370,-0.142334657,0.928153068,126,-1.55122487,0.7219795312,3665.3744602 +371,0.610266567,0.547265983,126,-1.55122487,0.7219795312,6273.6096269 +372,0.210731629,0.746815056,126,-1.55122487,0.7219795312,4829.7009156 +373,-1.34931644,0.316895224,126,-1.55122487,0.7219795312,1744.4133399 +374,2.407696481,0.655030745,126,-1.55122487,0.7219795312,6240.1638679 +375,0.64207831,0.545359131,126,-1.55122487,0.7219795312,6345.9562466 +376,1.174597538,0.840588356,126,-1.55122487,0.7219795312,6085.5591716 +377,0.660059424,0.010604079,126,-1.55122487,0.7219795312,8032.9721154 +378,-0.730263819,0.010486456,126,-1.55122487,0.7219795312,4063.3525053 +379,0.831068936,0.512339172,126,-1.55122487,0.7219795312,6820.2712754 +380,1.301180979,0.72367476,126,-1.55122487,0.7219795312,6624.509265 +381,1.811128231,0.322854402,126,-1.55122487,0.7219795312,8226.6001726 +382,0.435105812,0.992284428,126,-1.55122487,0.7219795312,4644.9952958 +383,0.62643634,0.592027932,126,-1.55122487,0.7219795312,6167.9250852 +384,0.492988703,-0.516339467,126,-1.55122487,0.7219795312,8890.2328069 +385,-0.162469483,0.112549365,126,-1.55122487,0.7219795312,5386.9857262 +386,0.314630866,0.472006421,126,-1.55122487,0.7219795312,5800.8624927 +387,0.166744804,0.822815954,126,-1.55122487,0.7219795312,4550.2940151 +388,0.417159608,0.965805736,126,-1.55122487,0.7219795312,4685.2289342 +389,0.106334961,0.868774244,126,-1.55122487,0.7219795312,4316.9606815 +390,0.815086969,-0.338144359,126,-1.55122487,0.7219795312,9433.8928116 +391,0.59867455,-0.230624824,126,-1.55122487,0.7219795312,8533.0318208 +392,1.915104874,0.066220985,126,-1.55122487,0.7219795312,9108.7455225 +393,1.278093622,0.064463721,126,-1.55122487,0.7219795312,9130.9079618 +394,-0.061477853,0.302997961,126,-1.55122487,0.7219795312,5199.8284686 +395,0.251311504,0.626976942,126,-1.55122487,0.7219795312,5228.6307003 +396,2.950242872,0.149095644,126,-1.55122487,0.7219795312,6448.6706494 +397,-0.180294708,0.35375117,126,-1.55122487,0.7219795312,4726.1467722 +398,1.010448592,-0.351180233,126,-1.55122487,0.7219795312,10008.190316 +399,-1.748740498,0.3686318073,126,-1.55122487,0.7219795312,1547.9243475 +400,2.699635665,0.123533791,126,-1.55122487,0.7219795312,7223.7345596 +401,0.496808033,0.823843254,126,-1.55122487,0.7219795312,5218.1318292 +402,0.129574704,0.763364087,126,-1.55122487,0.7219795312,4603.2700571 +403,1.798920311,0.817447563,126,-1.55122487,0.7219795312,6302.098121 +404,0.335987953,0.746786541,126,-1.55122487,0.7219795312,5107.9645447 +405,-1.085413643,0.292154671,126,-1.55122487,0.7219795312,2326.10122 +406,-0.155321003,0.508207011,126,-1.55122487,0.7219795312,4436.3644966 +407,0.620529244,-0.301175104,126,-1.55122487,0.7219795312,8777.2650423 +408,1.684402744,0.368716966,126,-1.55122487,0.7219795312,8109.7997648 +409,0.300582244,-0.386397212,126,-1.55122487,0.7219795312,8034.6724686 +410,2.913555946,-0.009225192,126,-1.55122487,0.7219795312,6979.2199044 +411,1.465101417,0.493232532,126,-1.55122487,0.7219795312,7608.5300533 +412,0.090612882,0.907955955,126,-1.55122487,0.7219795312,4201.9412521 +413,2.987564726,-0.729568594,126,-1.55122487,0.7219795312,8467.9759794 +414,-1.484261606,0.224149272,126,-1.55122487,0.7219795312,1985.4661819 +415,0.164073421,0.303955133,126,-1.55122487,0.7219795312,5846.3385904 +416,0.141441293,0.167552546,126,-1.55122487,0.7219795312,6141.6923438 +417,2.931321023,-0.506718887,126,-1.55122487,0.7219795312,8161.0155441 +418,2.21951565,0.700596356,126,-1.55122487,0.7219795312,6371.7919122 +419,0.268112576,1.199114336,126,-1.55122487,0.7219795312,3921.3578317 +420,0.978913739,0.359223811,126,-1.55122487,0.7219795312,7608.5640863 +421,1.210898818,0.522863584,126,-1.55122487,0.7219795312,7321.1166693 +422,2.347397336,0.129231362,126,-1.55122487,0.7219795312,8096.5735788 +423,0.614394501,0.556878345,126,-1.55122487,0.7219795312,6252.4779298 +424,-1.398079356,0.148483366,126,-1.55122487,0.7219795312,2334.2731077 +425,2.535303836,-0.112984496,126,-1.55122487,0.7219795312,8347.9862584 +426,-1.019372593,-0.405322349,126,-1.55122487,0.7219795312,4873.7391083 +427,-1.297785627,-0.160104069,126,-1.55122487,0.7219795312,3613.8801572 +428,2.144554488,0.205051084,126,-1.55122487,0.7219795312,8251.3874999 +429,-2.242387083,-0.426171285,126,-1.55122487,0.7219795312,5207.3678583 +430,0.338637212,0.909723676,126,-1.55122487,0.7219795312,4690.30267 +431,-0.148798452,0.691042401,126,-1.55122487,0.7219795312,4064.5928316 +432,0.893524764,0.441829531,126,-1.55122487,0.7219795312,7172.4872224 +433,0.969229347,-0.368847936,126,-1.55122487,0.7219795312,9945.1529674 +434,0.436043248,0.800045688,126,-1.55122487,0.7219795312,5169.4723563 +435,1.687946607,1.081504775,126,-1.55122487,0.7219795312,5293.4152286 +436,0.522302046,-0.034889271,126,-1.55122487,0.7219795312,7784.9309878 +437,-0.178996113,-0.438090009,126,-1.55122487,0.7219795312,6803.4356688 +438,-1.094339566,0.301444068,126,-1.55122487,0.7219795312,2276.3277335 +439,-1.064070054,0.242569932,126,-1.55122487,0.7219795312,2532.24746 +440,-1.068153768,0.230387998,126,-1.55122487,0.7219795312,2562.2520867 +441,-3.00496892,-0.23989155,126,-1.55122487,0.7219795312,6506.9026996 +442,0.21751974,0.766874888,126,-1.55122487,0.7219795312,4795.8854908 +443,0.117229532,0.007619006,126,-1.55122487,0.7219795312,6492.0304632 +444,0.777758451,0.420554741,126,-1.55122487,0.7219795312,7024.6324778 +445,-0.252356999,0.250747086,126,-1.55122487,0.7219795312,4766.3864587 +446,0.363148444,0.768483434,126,-1.55122487,0.7219795312,5107.823662 +447,0.903191366,-0.118210676,126,-1.55122487,0.7219795312,9045.8629411 +448,-0.205755923,0.149406178,126,-1.55122487,0.7219795312,5162.9203875 +449,1.811996086,0.02364353,126,-1.55122487,0.7219795312,9384.8034835 +450,-1.100670221,0.314845373,126,-1.55122487,0.7219795312,2219.7230262 +451,0.340078597,0.850105132,126,-1.55122487,0.7219795312,4845.6131668 +452,0.258757267,0.804969236,126,-1.55122487,0.7219795312,4792.376 +453,2.78505352,-0.155160804,126,-1.55122487,0.7219795312,7742.3041035 +454,0.800551619,0.105822106,126,-1.55122487,0.7219795312,8095.5413655 +455,0.437940882,-0.506194031,126,-1.55122487,0.7219795312,8707.313526 +456,2.230431122,0.63458615,126,-1.55122487,0.7219795312,6590.6774981 +457,0.527965361,0.127667701,126,-1.55122487,0.7219795312,7338.6406546 +458,-0.063643205,0.702093448,126,-1.55122487,0.7219795312,4263.9397501 +459,1.408447268,0.133010502,126,-1.55122487,0.7219795312,8993.2419006 +460,0.523795955,0.280266966,126,-1.55122487,0.7219795312,6881.041225 +461,-0.975769313,0.072177659,126,-1.55122487,0.7219795312,3283.491531 +462,0.549774164,-0.463663986,126,-1.55122487,0.7219795312,8947.242693 +463,0.29245874,1.095549818,126,-1.55122487,0.7219795312,4170.3977849 +464,0.143625958,0.816809593,126,-1.55122487,0.7219795312,4512.9766593 +465,0.671902494,0.611159853,126,-1.55122487,0.7219795312,6197.7425703 +466,1.239840988,0.6724199,126,-1.55122487,0.7219795312,6777.4175414 +467,0.607829703,-0.10932137,126,-1.55122487,0.7219795312,8232.5176387 +468,1.763020906,0.263996692,126,-1.55122487,0.7219795312,8487.4424446 +469,0.378714634,0.726066797,126,-1.55122487,0.7219795312,5255.6987971 +470,2.196736143,-0.153862366,126,-1.55122487,0.7219795312,9353.0629582 +471,0.01702415,0.148991565,126,-1.55122487,0.7219795312,5825.1970248 +472,-2.998490902,-0.158002487,126,-1.55122487,0.7219795312,6272.0859969 +473,-3.051262951,-0.346595608,126,-1.55122487,0.7219795312,6917.0463487 +474,-1.069176439,0.182802941,126,-1.55122487,0.7219795312,2715.6873564 +475,0.167157509,0.595344954,126,-1.55122487,0.7219795312,5100.9565479 +476,0.613855648,0.681746124,126,-1.55122487,0.7219795312,5864.3097406 +477,1.037012736,0.682555367,126,-1.55122487,0.7219795312,6533.5353144 +478,-1.253574971,0.379755746,126,-1.55122487,0.7219795312,1680.3246887 +479,3.108590453,-0.132620738,126,-1.55122487,0.7219795312,6724.2592433 +480,0.565301296,0.022333262,126,-1.55122487,0.7219795312,7743.1748998 +481,0.547898238,0.855555614,126,-1.55122487,0.7219795312,5217.7250559 +482,0.948309381,0.417393755,126,-1.55122487,0.7219795312,7352.4034469 +483,-0.050600732,0.945269213,126,-1.55122487,0.7219795312,3836.1648644 +484,-0.977651478,-0.572363064,126,-1.55122487,0.7219795312,5537.2950808 +485,1.102014914,0.728861163,126,-1.55122487,0.7219795312,6436.829828 +486,2.927300795,-0.282939414,126,-1.55122487,0.7219795312,7644.6300654 +487,-1.154565557,0.124434095,126,-1.55122487,0.7219795312,2747.6657005 +488,1.855331234,0.291044755,126,-1.55122487,0.7219795312,8315.1718313 +489,0.830290659,0.276904518,126,-1.55122487,0.7219795312,7606.8461374 +490,0.485104466,-0.234867441,126,-1.55122487,0.7219795312,8211.5358654 +491,0.521367572,-0.33161327,126,-1.55122487,0.7219795312,8559.4937417 +1,-1.539031704,0.7349710123,127,-1.525104458,0.7229399862,62.959885116 +2,-1.536990553,0.7349663874,127,-1.525104458,0.7229399862,59.180561605 +3,-1.534951779,0.7349571355,127,-1.525104458,0.7229399862,55.786382751 +4,-1.532906461,0.7349480293,127,-1.525104458,0.7229399862,52.85470426 +5,-1.531320211,0.7346937278,127,-1.525104458,0.7229399862,50.048102051 +6,-1.539451648,0.7335131775,127,-1.525104458,0.7229399862,59.60633753 +7,-1.537429487,0.7335445708,127,-1.525104458,0.7229399862,55.605255071 +8,-1.535484998,0.7335658704,127,-1.525104458,0.7229399862,52.088188996 +9,-1.533488396,0.7336036027,127,-1.525104458,0.7229399862,48.972967052 +10,-1.531497785,0.7335842962,127,-1.525104458,0.7229399862,46.204385877 +11,-1.530259379,0.7334777758,127,-1.525104458,0.7229399862,44.435205165 +12,-1.5335454,0.7322346912,127,-1.525104458,0.7229399862,44.484171933 +13,-1.531489083,0.7322238773,127,-1.525104458,0.7229399862,41.339503565 +14,-1.530011122,0.7321679851,127,-1.525104458,0.7229399862,39.328326597 +15,-1.53348106,0.7306614094,127,-1.525104458,0.7229399862,39.372734523 +16,-1.531441779,0.7306962275,127,-1.525104458,0.7229399862,35.996529073 +17,-1.529755654,0.7306933243,127,-1.525104458,0.7229399862,33.655748276 +18,-1.533415048,0.7291384674,127,-1.525104458,0.7229399862,34.767487921 +19,-1.531392093,0.7291705353,127,-1.525104458,0.7229399862,30.917940329 +20,-1.529296523,0.7291214933,127,-1.525104458,0.7229399862,27.4536052 +21,-1.535280942,0.727267644,127,-1.525104458,0.7229399862,34.698344005 +22,-1.533378158,0.7276139666,127,-1.525104458,0.7229399862,30.727366202 +23,-1.531340368,0.7276446587,127,-1.525104458,0.7229399862,26.247043907 +24,-1.528960113,0.7276398177,127,-1.525104458,0.7229399862,21.844052585 +25,-1.533313146,0.7260818349,127,-1.525104458,0.7229399862,27.343786538 +26,-1.531259555,0.7260958115,127,-1.525104458,0.7229399862,22.125835506 +27,-1.528926415,0.7260865555,127,-1.525104458,0.7229399862,16.847861466 +28,-1.531226779,0.7245511789,127,-1.525104458,0.7229399862,19.259735827 +29,-1.528904772,0.7245519194,127,-1.525104458,0.7229399862,12.96140811 +30,-1.547195875,0.7409785979,127,-1.525104458,0.7229399862,96.652223034 +31,-1.5451475,0.740980426,127,-1.525104458,0.7229399862,92.701087028 +32,-1.543097679,0.7409798872,127,-1.525104458,0.7229399862,88.974083653 +33,-1.540720364,0.7409892687,127,-1.525104458,0.7229399862,85.01826977 +34,-1.547188511,0.7395198392,127,-1.525104458,0.7229399862,92.477660787 +35,-1.545148587,0.7395226109,127,-1.525104458,0.7229399862,88.354824072 +36,-1.543104538,0.7395314908,127,-1.525104458,0.7229399862,84.470378434 +37,-1.540727751,0.7395306258,127,-1.525104458,0.7229399862,80.250659534 +38,-1.547187029,0.7380014886,127,-1.525104458,0.7229399862,88.338069191 +39,-1.545147315,0.7380012252,127,-1.525104458,0.7229399862,83.997695436 +40,-1.54310719,0.7380060743,127,-1.525104458,0.7229399862,79.889335928 +41,-1.540719671,0.7380068206,127,-1.525104458,0.7229399862,75.392581076 +42,-1.547187189,0.7364799098,127,-1.525104458,0.7229399862,84.419881063 +43,-1.545149996,0.7364853874,127,-1.525104458,0.7229399862,79.881132145 +44,-1.543106091,0.7364823484,127,-1.525104458,0.7229399862,75.511043323 +45,-1.540717158,0.7364893901,127,-1.525104458,0.7229399862,70.745882421 +46,-1.538663972,0.7410138672,127,-1.525104458,0.7229399862,81.982996874 +47,-1.53695285,0.7409699132,127,-1.525104458,0.7229399862,79.49196806 +48,-1.534910498,0.7409641297,127,-1.525104458,0.7229399862,77.018113737 +49,-1.533145034,0.7409536636,127,-1.525104458,0.7229399862,75.182211912 +50,-1.538681336,0.7395405883,127,-1.525104458,0.7229399862,76.980136385 +51,-1.536999189,0.7395183096,127,-1.525104458,0.7229399862,74.444218929 +52,-1.534923633,0.7395144222,127,-1.525104458,0.7229399862,71.750802011 +53,-1.533267822,0.7395654306,127,-1.525104458,0.7229399862,70.113492943 +54,-1.53867273,0.7380151077,127,-1.525104458,0.7229399862,71.888762909 +55,-1.536980576,0.7379994392,127,-1.525104458,0.7229399862,69.179794726 +56,-1.534931522,0.7379944961,127,-1.525104458,0.7229399862,66.305566847 +57,-1.533387952,0.7379480264,127,-1.525104458,0.7229399862,64.274476942 +58,-1.538682279,0.7364914363,127,-1.525104458,0.7229399862,66.993455033 +59,-1.536980704,0.7364810563,127,-1.525104458,0.7229399862,64.079744525 +60,-1.534935567,0.7364752065,127,-1.525104458,0.7229399862,60.965436243 +61,-1.533042592,0.7363876366,127,-1.525104458,0.7229399862,58.194246963 +62,-1.545143426,0.7349628011,127,-1.525104458,0.7229399862,75.978382889 +63,-1.543105297,0.7349691947,127,-1.525104458,0.7229399862,71.403333345 +64,-1.541064533,0.7349647152,127,-1.525104458,0.7229399862,67.021309101 +65,-1.545411803,0.7334624714,127,-1.525104458,0.7229399862,73.084698713 +66,-1.543446606,0.7334780896,127,-1.525104458,0.7229399862,68.430110295 +67,-1.541475327,0.7334957295,127,-1.525104458,0.7229399862,63.95653373 +68,-1.545401939,0.731963266,127,-1.525104458,0.7229399862,69.878208973 +69,-1.54342253,0.7319915583,127,-1.525104458,0.7229399862,64.976829231 +70,-1.541455867,0.7320216438,127,-1.525104458,0.7229399862,60.280971195 +71,-1.545410146,0.7304422281,127,-1.525104458,0.7229399862,67.055362164 +72,-1.543435491,0.7304713664,127,-1.525104458,0.7229399862,61.92434853 +73,-1.541463105,0.7304997613,127,-1.525104458,0.7229399862,56.935928599 +74,-1.545414768,0.7289194936,127,-1.525104458,0.7229399862,64.659790158 +75,-1.543435774,0.7289538557,127,-1.525104458,0.7229399862,59.297607201 +76,-1.541457714,0.7289765881,127,-1.525104458,0.7229399862,54.022376005 +77,-1.539449415,0.7320555866,127,-1.525104458,0.7229399862,55.717560481 +78,-1.537429183,0.7321097681,127,-1.525104458,0.7229399862,51.462997019 +79,-1.535472649,0.7321497267,127,-1.525104458,0.7229399862,47.65935322 +80,-1.539457899,0.7305333307,127,-1.525104458,0.7229399862,52.05733529 +81,-1.537453161,0.7305750503,127,-1.525104458,0.7229399862,47.44266509 +82,-1.535479385,0.7306124949,127,-1.525104458,0.7229399862,43.206010004 +83,-1.53946905,0.7290102593,127,-1.525104458,0.7229399862,48.874550519 +84,-1.537459922,0.7290417293,127,-1.525104458,0.7229399862,43.859252132 +85,-1.535451349,0.7290890157,127,-1.525104458,0.7229399862,39.148097654 +86,-1.535522937,0.7279887191,127,-1.525104458,0.7229399862,36.786434676 +87,-1.539442524,0.7274735939,127,-1.525104458,0.7229399862,46.139516501 +88,-1.537424111,0.727521351,127,-1.525104458,0.7229399862,40.778045889 +89,-1.539384641,0.7259505092,127,-1.525104458,0.7229399862,44.005069721 +90,-1.537372391,0.7259947145,127,-1.525104458,0.7229399862,38.347985252 +91,-1.535340789,0.7260435356,127,-1.525104458,0.7229399862,32.756541026 +92,-1.539325716,0.7244369706,127,-1.525104458,0.7229399862,42.626489285 +93,-1.537308932,0.7244801057,127,-1.525104458,0.7229399862,36.735185527 +94,-1.535289068,0.7245247645,127,-1.525104458,0.7229399862,30.874100104 +95,-1.533261366,0.7245550236,127,-1.525104458,0.7229399862,25.041337345 +96,-1.539267302,0.722921924,127,-1.525104458,0.7229399862,42.066875556 +97,-1.537248972,0.7229660258,127,-1.525104458,0.7229399862,36.071405806 +98,-1.535219431,0.7229916471,127,-1.525104458,0.7229399862,30.043558623 +99,-1.53318962,0.7230212049,127,-1.525104458,0.7229399862,24.015902687 +100,-1.531154816,0.7230299897,127,-1.525104458,0.7229399862,17.973650878 +101,-1.528878341,0.7230370244,127,-1.525104458,0.7229399862,11.21533315 +102,-1.539218189,0.7214009878,127,-1.525104458,0.7229399862,42.389656571 +103,-1.537198791,0.7214422745,127,-1.525104458,0.7229399862,36.432580514 +104,-1.535179266,0.7214634354,127,-1.525104458,0.7229399862,30.509553779 +105,-1.533156501,0.7214944644,127,-1.525104458,0.7229399862,24.606896774 +106,-1.53113574,0.7215166021,127,-1.525104458,0.7229399862,18.791157278 +107,-1.528874248,0.7215345535,127,-1.525104458,0.7229399862,12.510808263 +108,-1.539217656,0.7198512397,127,-1.525104458,0.7229399862,43.722661612 +109,-1.537199919,0.7199428763,127,-1.525104458,0.7229399862,37.881637009 +110,-1.545425832,0.727397149,127,-1.525104458,0.7229399862,62.773146336 +111,-1.543371177,0.7273916949,127,-1.525104458,0.7229399862,56.947585824 +112,-1.541368852,0.7274523163,127,-1.525104458,0.7229399862,51.418437901 +113,-1.545349067,0.7258710923,127,-1.525104458,0.7229399862,61.16443317 +114,-1.54332671,0.7258603556,127,-1.525104458,0.7229399862,55.277637849 +115,-1.541346831,0.7259242142,127,-1.525104458,0.7229399862,49.608277976 +116,-1.545324355,0.7243383958,127,-1.525104458,0.7229399862,60.274884651 +117,-1.543292796,0.7243617413,127,-1.525104458,0.7229399862,54.281881287 +118,-1.541295822,0.7244024384,127,-1.525104458,0.7229399862,48.408328603 +119,-1.543193859,0.7205570215,127,-1.525104458,0.7229399862,54.60736556 +120,-1.550257047,0.7386738187,127,-1.525104458,0.7229399862,96.888009541 +121,-1.549335448,0.7311736483,127,-1.525104458,0.7229399862,78.77583644 +122,-1.533478843,0.7179891343,127,-1.525104458,0.7229399862,31.716890265 +123,-1.556150555,0.738907041,127,-1.525104458,0.7229399862,111.27669228 +124,-1.554324226,0.733414257,127,-1.525104458,0.7229399862,95.830541792 +125,-1.554290846,0.7288285332,127,-1.525104458,0.7229399862,89.553216568 +126,-1.55122487,0.7219795312,127,-1.525104458,0.7229399862,77.708202483 +127,-1.525104458,0.7229399862,127,-1.525104458,0.7229399862,11.348315886 +128,-1.519607711,0.7236181429,127,-1.525104458,0.7229399862,16.541168737 +129,-1.513899999,0.7251107854,127,-1.525104458,0.7229399862,34.341506209 +130,-1.536620762,0.7431061895,127,-1.525104458,0.7229399862,86.773303362 +131,-1.5369566,0.7460845958,127,-1.525104458,0.7229399862,98.072396927 +132,-1.545345528,0.7447040685,127,-1.525104458,0.7229399862,104.76713561 +133,-1.532813921,0.7432306626,127,-1.525104458,0.7229399862,83.513164964 +134,-1.554788248,0.7382381001,127,-1.525104458,0.7229399862,106.48717235 +135,-1.540348126,0.7301594274,127,-1.525104458,0.7229399862,53.428745918 +136,-1.538016084,0.7239051786,127,-1.525104458,0.7229399862,38.523972399 +137,-1.525288962,0.7258085137,127,-1.525104458,0.7229399862,11.375412177 +138,-1.534326986,0.731241342,127,-1.525104458,0.7229399862,42.73239134 +139,-1.530733872,0.7303625216,127,-1.525104458,0.7229399862,33.795551747 +141,-1.534354939,0.7328219978,127,-1.525104458,0.7229399862,47.754182507 +142,-1.53157084,0.7292888153,127,-1.525104458,0.7229399862,31.610534357 +143,-1.525691035,0.7263799874,127,-1.525104458,0.7229399862,13.736443419 +144,-1.534031287,0.7495967835,127,-1.525104458,0.7229399862,108.78903936 +145,-1.527714986,0.7283095957,127,-1.525104458,0.7229399862,22.632004571 +146,-1.526189586,0.7271468292,127,-1.525104458,0.7229399862,16.971011836 +147,-1.555177336,0.7375563366,127,-1.525104458,0.7229399862,105.95618058 +148,-1.555080283,0.7312707794,127,-1.525104458,0.7229399862,94.64313574 +149,-1.53856994,0.7224180299,127,-1.525104458,0.7229399862,40.057783587 +150,-1.530837883,0.729933372,127,-1.525104458,0.7229399862,32.489125031 +151,-1.515066984,0.5854133365,127,-1.525104458,0.7229399862,545.65197353 +152,-1.534731633,0.5368370046,127,-1.525104458,0.7229399862,737.792883 +153,-1.515231902,0.5607085576,127,-1.525104458,0.7229399862,643.35718188 +154,-2.616253799,1.0684566605,127,-1.525104458,0.7229399862,2883.8446557 +155,-1.956071439,0.5792177723,127,-1.525104458,0.7229399862,1465.7868642 +156,-1.951208514,0.5602434208,127,-1.525104458,0.7229399862,1490.9220348 +157,-1.944675062,0.6062144545,127,-1.525104458,0.7229399862,1382.0484044 +158,-1.613778386,0.6077989518,127,-1.525104458,0.7229399862,533.00414983 +159,-2.035029014,0.6021432345,127,-1.525104458,0.7229399862,1653.8269282 +160,-2.114989471,0.6801825058,127,-1.525104458,0.7229399862,1781.3866816 +161,-2.037382079,0.5765830025,127,-1.525104458,0.7229399862,1706.5934104 +162,-2.129855121,0.6585019963,127,-1.525104458,0.7229399862,1851.4031534 +163,-2.075141798,0.6493615843,127,-1.525104458,0.7229399862,1700.9665572 +164,-1.828626729,0.6948433129,127,-1.525104458,0.7229399862,917.79419907 +165,-1.863329418,0.6735427691,127,-1.525104458,0.7229399862,1042.3515155 +166,-1.266037071,0.727988852,127,-1.525104458,0.7229399862,767.07811159 +167,-1.277579582,0.7249010648,127,-1.525104458,0.7229399862,733.78024164 +168,-1.258418684,0.7241194816,127,-1.525104458,0.7229399862,790.68235857 +169,-1.317813974,0.6804850104,127,-1.525104458,0.7229399862,648.64861572 +170,-1.344165204,0.6790988904,127,-1.525104458,0.7229399862,574.13449408 +171,-1.427582102,0.5277120351,127,-1.525104458,0.7229399862,833.81680847 +172,-1.402238616,0.457167829,127,-1.525104458,0.7229399862,1126.6854766 +173,-1.422454264,0.4996161999,127,-1.525104458,0.7229399862,944.55524162 +174,-1.439089277,0.4894859811,127,-1.525104458,0.7229399862,965.7126807 +175,-1.448126995,0.5182330266,127,-1.525104458,0.7229399862,847.61035765 +176,-1.474626146,0.5881926574,127,-1.525104458,0.7229399862,556.67387553 +177,-1.421139645,0.5584869783,127,-1.525104458,0.7229399862,729.80470935 +178,-1.457037165,0.565943032,127,-1.525104458,0.7229399862,657.95843309 +179,-2.757159358,0.3745319,127,-1.525104458,0.7229399862,4266.1351164 +180,-2.714309238,0.342054471,127,-1.525104458,0.7229399862,4216.2936201 +181,-2.000525337,0.774119946,127,-1.525104458,0.7229399862,1388.0171784 +183,-1.571413436,0.6777838382,127,-1.525104458,0.7229399862,227.26830344 +184,-1.552860289,0.6987663893,127,-1.525104458,0.7229399862,126.91838977 +185,-1.521852374,0.7165827476,127,-1.525104458,0.7229399862,26.979796708 +186,-1.503656267,0.6928968252,127,-1.525104458,0.7229399862,135.37327893 +187,-1.502753178,0.7136205882,127,-1.525104458,0.7229399862,76.19746194 +188,-1.631894563,0.7343596465,127,-1.525104458,0.7229399862,318.73965424 +189,-1.653765416,0.6770714026,127,-1.525104458,0.7229399862,429.84757812 +190,-1.719812114,0.6715965947,127,-1.525104458,0.7229399862,624.67410032 +191,-1.493406659,0.6646955447,127,-1.525104458,0.7229399862,250.06917038 +192,-1.469120564,0.6613469966,127,-1.525104458,0.7229399862,297.71823987 +193,-1.590551461,0.5326612937,127,-1.525104458,0.7229399862,782.12771542 +194,-1.625979264,0.5247742243,127,-1.525104458,0.7229399862,848.7525789 +195,-1.572293943,0.5238808754,127,-1.525104458,0.7229399862,802.82260278 +196,-1.610848725,0.5477107964,127,-1.525104458,0.7229399862,745.62617685 +197,-1.208485554,0.7918526018,127,-1.525104458,0.7229399862,948.92011717 +198,-1.335601374,0.6869083083,127,-1.525104458,0.7229399862,588.81965644 +199,-1.346156996,0.6825213377,127,-1.525104458,0.7229399862,563.67547027 +200,-1.324381037,0.6741422347,127,-1.525104458,0.7229399862,638.2076418 +201,-1.242424992,0.7378949807,127,-1.525104458,0.7229399862,834.89157265 +202,-1.270370057,0.7392461008,127,-1.525104458,0.7229399862,752.98570629 +203,-1.448950472,0.7441675014,127,-1.525104458,0.7229399862,239.28326675 +204,-1.492662363,0.7523026852,127,-1.525104458,0.7229399862,150.22867754 +205,-1.479098966,0.7763855017,127,-1.525104458,0.7229399862,250.17661327 +206,-1.633760714,0.7869022408,127,-1.525104458,0.7229399862,402.83885636 +207,-1.647406434,0.8101289331,127,-1.525104458,0.7229399862,490.58280698 +208,-1.564245052,0.5701509278,127,-1.525104458,0.7229399862,617.65302408 +209,-1.646289963,0.6833746083,127,-1.525104458,0.7229399862,398.13140342 +210,-1.5820631,0.6751952144,127,-1.525104458,0.7229399862,256.06137384 +211,-1.613236298,0.6681681791,127,-1.525104458,0.7229399862,344.69569543 +212,-1.914661867,0.8212566515,127,-1.525104458,0.7229399862,1167.2430068 +213,-1.742133237,0.7250275956,127,-1.525104458,0.7229399862,643.52411606 +214,-2.033144872,0.6557314699,127,-1.525104458,0.7229399862,1567.8870869 +215,-2.039551981,0.6964723658,127,-1.525104458,0.7229399862,1541.8088759 +216,-1.247341019,0.7622473908,127,-1.525104458,0.7229399862,824.01450082 +217,-1.298239787,0.7084123392,127,-1.525104458,0.7229399862,679.92873994 +218,-1.308539688,0.6926545592,127,-1.525104458,0.7229399862,662.10137944 +219,-1.303263185,0.6888938396,127,-1.525104458,0.7229399862,681.51029354 +220,-1.852400229,0.6004246149,127,-1.525104458,0.7229399862,1128.904287 +221,-1.288947707,0.7473773692,127,-1.525104458,0.7229399862,699.76168454 +222,-1.372031502,0.7472790993,127,-1.525104458,0.7229399862,459.72981569 +223,-1.289805721,0.7242157877,127,-1.525104458,0.7229399862,697.80323451 +224,-1.350807603,0.7533498126,127,-1.525104458,0.7229399862,524.35477657 +225,-1.329290365,0.7560442322,127,-1.525104458,0.7229399862,587.35208973 +226,-1.410153004,0.616936428,127,-1.525104458,0.7229399862,550.71346401 +227,-1.393445434,0.6308995063,127,-1.525104458,0.7229399862,545.64597867 +228,-1.37595573,0.6241540638,127,-1.525104458,0.7229399862,604.70855353 +229,-1.358388707,0.6172645205,127,-1.525104458,0.7229399862,664.92286468 +230,-1.753741133,0.8281661666,127,-1.525104458,0.7229399862,767.78001151 +231,-1.47430987,0.6834615681,127,-1.525104458,0.7229399862,219.07455775 +232,-1.421012508,0.7222725206,127,-1.525104458,0.7229399862,309.21624507 +233,-1.4476833,0.6978557868,127,-1.525104458,0.7229399862,252.78478951 +234,-1.470370723,0.6966193374,127,-1.525104458,0.7229399862,194.68783316 +235,-1.429211703,0.7037216883,127,-1.525104458,0.7229399862,297.08025647 +236,-1.700578405,0.6178673663,127,-1.525104458,0.7229399862,684.65160591 +237,-1.678117619,0.6331716163,127,-1.525104458,0.7229399862,590.43879083 +238,-1.725644578,0.6316331145,127,-1.525104458,0.7229399862,716.02176025 +239,-2.14012759,0.7930497945,127,-1.525104458,0.7229399862,1776.2248533 +240,-2.103289431,0.7653606263,127,-1.525104458,0.7229399862,1681.8320584 +241,-1.318739838,0.7017808746,127,-1.525104458,0.7229399862,623.78204881 +242,-1.396417427,0.7077900843,127,-1.525104458,0.7229399862,389.29769095 +243,-1.35650337,0.7185539404,127,-1.525104458,0.7229399862,501.78883234 +244,-1.248884539,0.7274156818,127,-1.525104458,0.7229399862,817.84979472 +245,-1.395014798,0.5761185243,127,-1.525104458,0.7229399862,711.11925304 +246,-1.433377362,0.6064716109,127,-1.525104458,0.7229399862,542.51696205 +247,-1.408172432,0.5903155476,127,-1.525104458,0.7229399862,640.26743201 +248,-1.749645898,0.7757118084,127,-1.525104458,0.7229399862,683.04107135 +249,-1.571626686,0.615046989,127,-1.525104458,0.7229399862,451.08321137 +250,-1.514070049,0.6303003037,127,-1.525104458,0.7229399862,368.52149675 +251,-1.480890369,0.6237966528,127,-1.525104458,0.7229399862,415.83137369 +252,-1.704390658,0.5281680612,127,-1.525104458,0.7229399862,961.04345665 +253,-1.64434733,0.5254277498,127,-1.525104458,0.7229399862,870.44278566 +254,-1.703855997,0.4792484842,127,-1.525104458,0.7229399862,1126.201415 +255,-1.692002383,0.5748825051,127,-1.525104458,0.7229399862,787.23394718 +256,-1.854136457,0.5544643913,127,-1.525104458,0.7229399862,1236.8572283 +257,-1.665021206,0.520317736,127,-1.525104458,0.7229399862,919.37283869 +258,-1.733654349,0.4845187345,127,-1.525104458,0.7229399862,1161.2234516 +259,-1.720938188,0.5135933906,127,-1.525104458,0.7229399862,1040.6965931 +260,-1.742668307,0.553296122,127,-1.525104458,0.7229399862,962.77327364 +261,-1.965659039,0.7142126903,127,-1.525104458,0.7229399862,1309.3582625 +262,-1.944438071,0.6772834804,127,-1.525104458,0.7229399862,1278.8731407 +263,-1.270340967,0.7681487096,127,-1.525104458,0.7229399862,761.61848838 +264,-1.353091884,0.6549276821,127,-1.525104458,0.7229399862,590.41700221 +265,-1.333236659,0.6413584414,127,-1.525104458,0.7229399862,671.88165815 +266,-1.352015998,0.6753788907,127,-1.525104458,0.7229399862,557.14041535 +267,-1.377988483,0.6577816235,127,-1.525104458,0.7229399862,517.79248693 +268,-2.13075611,0.8318642051,127,-1.525104458,0.7229399862,1747.5537902 +269,-2.097910953,0.8259670014,127,-1.525104458,0.7229399862,1658.9857675 +270,-1.416382069,0.6694271549,127,-1.525104458,0.7229399862,392.41734658 +271,-1.538905672,0.7535625993,127,-1.525104458,0.7229399862,127.85620808 +272,-1.572309477,0.7803125099,127,-1.525104458,0.7229399862,265.11124819 +273,-1.87759879,0.7503853417,127,-1.525104458,0.7229399862,1037.3758449 +274,1.152365588,0.590457682,127,-1.525104458,0.7229399862,6973.7601637 +275,0.350198001,0.718001859,127,-1.525104458,0.7229399862,5155.7566651 +276,0.046513677,0.491503852,127,-1.525104458,0.7229399862,4966.3741591 +277,0.027510309,0.742571376,127,-1.525104458,0.7229399862,4340.1652596 +278,0.306285725,-0.214631579,127,-1.525104458,0.7229399862,7552.6945323 +279,-1.100564889,0.318051531,127,-1.525104458,0.7229399862,2152.6934087 +280,-1.078582306,0.301437596,127,-1.525104458,0.7229399862,2255.0639301 +281,-1.137371989,-0.617634065,127,-1.525104458,0.7229399862,5493.7011076 +282,0.784356344,0.703272339,127,-1.525104458,0.7229399862,6052.4502437 +283,-1.221209947,0.218327455,127,-1.525104458,0.7229399862,2258.3824287 +284,2.347301921,-0.449114658,127,-1.525104458,0.7229399862,9831.2010395 +285,0.246820618,0.830553713,127,-1.525104458,0.7229399862,4646.1201586 +286,0.829414965,0.703288228,127,-1.525104458,0.7229399862,6126.3395762 +287,-1.337537566,0.42332223,127,-1.525104458,0.7229399862,1338.3570769 +288,0.882453706,0.454478077,127,-1.525104458,0.7229399862,7059.1886198 +289,1.575629659,0.416419109,127,-1.525104458,0.7229399862,7928.3517081 +290,-1.039455679,0.229888244,127,-1.525104458,0.7229399862,2572.1308404 +291,0.489558039,0.934482747,127,-1.525104458,0.7229399862,4844.5874777 +292,0.081344504,0.88384514,127,-1.525104458,0.7229399862,4172.6912018 +293,-1.547979814,0.300350308,127,-1.525104458,0.7229399862,1675.6867547 +294,0.040776181,0.168560074,127,-1.525104458,0.7229399862,5766.8963643 +295,-1.130374745,0.563894876,127,-1.525104458,0.7229399862,1394.7616888 +296,1.578326642,0.478507176,127,-1.525104458,0.7229399862,7682.8580651 +297,-1.12861823,-0.291640865,127,-1.525104458,0.7229399862,4273.691913 +298,0.310524208,0.770885792,127,-1.525104458,0.7229399862,4930.9098641 +299,0.415649091,-0.387246002,127,-1.525104458,0.7229399862,8300.0134085 +300,-0.926533878,-0.188022748,127,-1.525104458,0.7229399862,4216.6131952 +301,1.258856172,-0.11716081,127,-1.525104458,0.7229399862,9733.8193909 +302,-1.126050026,0.322941926,127,-1.525104458,0.7229399862,2080.5852915 +303,2.002785835,0.07893892,127,-1.525104458,0.7229399862,8974.2366967 +304,0.440437607,0.746258085,127,-1.525104458,0.7229399862,5272.4554259 +305,-0.030391866,0.214441206,127,-1.525104458,0.7229399862,5438.571817 +306,0.521557815,-0.058929362,127,-1.525104458,0.7229399862,7773.992479 +307,-0.097005111,0.13317729,127,-1.525104458,0.7229399862,5450.4234246 +308,1.83113859,0.221857587,127,-1.525104458,0.7229399862,8620.0533238 +309,0.222428864,0.099404236,127,-1.525104458,0.7229399862,6481.6833939 +310,-1.702731345,0.8728568183,127,-1.525104458,0.7229399862,769.24823695 +311,-0.418507569,0.278324921,127,-1.525104458,0.7229399862,4127.0185198 +312,-1.41153306,0.339029988,127,-1.525104458,0.7229399862,1568.1443677 +313,0.357560442,0.114788776,127,-1.525104458,0.7229399862,6829.527545 +314,0.325818979,0.268352149,127,-1.525104458,0.7229399862,6318.9153298 +315,-1.246004659,-0.663679965,127,-1.525104458,0.7229399862,5584.3072917 +316,1.814603087,0.637404484,127,-1.525104458,0.7229399862,7007.8397434 +317,1.843704281,-0.18300445,127,-1.525104458,0.7229399862,10163.345969 +318,1.690644492,-0.211480909,127,-1.525104458,0.7229399862,10401.711913 +319,-1.275451936,0.068109467,127,-1.525104458,0.7229399862,2741.095025 +320,0.762430171,-0.207594741,127,-1.525104458,0.7229399862,8862.6902021 +321,0.265668905,-0.014647884,127,-1.525104458,0.7229399862,6911.8437208 +322,-2.773032013,-0.335515811,127,-1.525104458,0.7229399862,6194.8968687 +323,-1.469512853,0.174058777,127,-1.525104458,0.7229399862,2182.764747 +324,0.286276986,0.785925691,127,-1.525104458,0.7229399862,4840.2430211 +325,-1.379324697,0.377432233,127,-1.525104458,0.7229399862,1452.5650045 +326,-1.203778265,0.212813032,127,-1.525104458,0.7229399862,2306.7179604 +327,0.579916301,0.611743168,127,-1.525104458,0.7229399862,5954.8279528 +328,0.267582642,0.868113908,127,-1.525104458,0.7229399862,4599.60553 +329,0.412869244,-0.050245578,127,-1.525104458,0.7229399862,7437.4361304 +330,0.17524381,0.976660285,127,-1.525104458,0.7229399862,4175.397569 +331,0.743157214,0.204812899,127,-1.525104458,0.7229399862,7583.4200617 +332,-1.070758176,0.269382282,127,-1.525104458,0.7229399862,2375.008351 +333,-1.230364251,0.329790229,127,-1.525104458,0.7229399862,1848.1083839 +334,-1.374813124,-0.024926835,127,-1.525104458,0.7229399862,3011.193397 +335,0.519780566,0.463669906,127,-1.525104458,0.7229399862,6262.7352183 +336,-1.55108034,0.239698561,127,-1.525104458,0.7229399862,1916.2130578 +337,0.180294813,0.029739425,127,-1.525104458,0.7229399862,6542.7690555 +338,0.67820924,0.268170153,127,-1.525104458,0.7229399862,7231.6178765 +339,0.445798684,1.024001867,127,-1.525104458,0.7229399862,4534.4180968 +340,0.691751283,0.150521402,127,-1.525104458,0.7229399862,7626.1720833 +341,-1.036643551,-0.903056181,127,-1.525104458,0.7229399862,6656.4129499 +342,-0.120287036,1.083325163,127,-1.525104458,0.7229399862,3457.8032535 +343,2.823513113,-0.304487164,127,-1.525104458,0.7229399862,8083.5567606 +344,0.457583172,1.12513373,127,-1.525104458,0.7229399862,4294.7534115 +345,0.042918831,0.813795399,127,-1.525104458,0.7229399862,4228.264167 +346,1.196146777,-0.853142756,127,-1.525104458,0.7229399862,11168.463346 +347,0.206001358,-0.010430701,127,-1.525104458,0.7229399862,6724.6974471 +348,-0.268308653,0.234799412,127,-1.525104458,0.7229399862,4681.49289 +349,0.759363263,0.736189579,127,-1.525104458,0.7229399862,5902.7690849 +350,0.181363926,0.891988372,127,-1.525104458,0.7229399862,4367.5159421 +351,-0.021111158,0.139103292,127,-1.525104458,0.7229399862,5660.3333309 +352,-0.093355215,0.630686981,127,-1.525104458,0.7229399862,4265.522953 +353,0.40118964,0.681375926,127,-1.525104458,0.7229399862,5367.6835041 +354,-0.721197315,1.304706234,127,-1.525104458,0.7229399862,2708.8009444 +355,-1.076150317,0.212107639,127,-1.525104458,0.7229399862,2550.934951 +356,-1.577164531,0.273993443,127,-1.525104458,0.7229399862,1787.182394 +357,-0.190788414,0.182208586,127,-1.525104458,0.7229399862,5045.5047472 +358,-0.261349752,0.209710184,127,-1.525104458,0.7229399862,4765.7564734 +359,-1.029303852,0.083549259,127,-1.525104458,0.7229399862,3080.7367244 +360,-1.268609162,0.330525297,127,-1.525104458,0.7229399862,1779.3758461 +361,1.282982244,-0.926641967,127,-1.525104458,0.7229399862,11244.553622 +362,0.217352334,0.731352408,127,-1.525104458,0.7229399862,4820.2574287 +363,-1.511833084,0.258629297,127,-1.525104458,0.7229399862,1839.6992397 +364,0.338812194,0.823184618,127,-1.525104458,0.7229399862,4856.8546243 +365,-0.324406489,1.134201999,127,-1.525104458,0.7229399862,3070.8877505 +366,1.389579348,0.399185724,127,-1.525104458,0.7229399862,7921.6116816 +367,2.047152199,-0.039082036,127,-1.525104458,0.7229399862,9330.7335346 +368,0.947780369,0.568250077,127,-1.525104458,0.7229399862,6777.7130422 +369,0.763824846,0.576754987,127,-1.525104458,0.7229399862,6431.2076274 +370,-0.142334657,0.928153068,127,-1.525104458,0.7229399862,3605.1569282 +371,0.610266567,0.547265983,127,-1.525104458,0.7229399862,6215.4251041 +372,0.210731629,0.746815056,127,-1.525104458,0.7229399862,4767.3987266 +373,-1.34931644,0.316895224,127,-1.525104458,0.7229399862,1715.1274292 +374,2.407696481,0.655030745,127,-1.525104458,0.7229399862,6281.3797192 +375,0.64207831,0.545359131,127,-1.525104458,0.7229399862,6288.8188327 +376,1.174597538,0.840588356,127,-1.525104458,0.7229399862,6060.3626525 +377,0.660059424,0.010604079,127,-1.525104458,0.7229399862,7961.5851892 +378,-0.730263819,0.010486456,127,-1.525104458,0.7229399862,3999.4330614 +379,0.831068936,0.512339172,127,-1.525104458,0.7229399862,6769.5652005 +380,1.301180979,0.72367476,127,-1.525104458,0.7229399862,6603.4038552 +381,1.811128231,0.322854402,127,-1.525104458,0.7229399862,8240.2625595 +382,0.435105812,0.992284428,127,-1.525104458,0.7229399862,4599.3476255 +383,0.62643634,0.592027932,127,-1.525104458,0.7229399862,6111.7722515 +384,0.492988703,-0.516339467,127,-1.525104458,0.7229399862,8814.0029633 +385,-0.162469483,0.112549365,127,-1.525104458,0.7229399862,5309.6147511 +386,0.314630866,0.472006421,127,-1.525104458,0.7229399862,5732.0895951 +387,0.166744804,0.822815954,127,-1.525104458,0.7229399862,4490.1956654 +388,0.417159608,0.965805736,127,-1.525104458,0.7229399862,4637.7913522 +389,0.106334961,0.868774244,127,-1.525104458,0.7229399862,4257.7553363 +390,0.815086969,-0.338144359,127,-1.525104458,0.7229399862,9358.2144391 +391,0.59867455,-0.230624824,127,-1.525104458,0.7229399862,8456.30924 +392,1.915104874,0.066220985,127,-1.525104458,0.7229399862,9137.2173881 +393,1.278093622,0.064463721,127,-1.525104458,0.7229399862,9094.2550058 +394,-0.061477853,0.302997961,127,-1.525104458,0.7229399862,5122.702305 +395,0.251311504,0.626976942,127,-1.525104458,0.7229399862,5162.9674286 +396,2.950242872,0.149095644,127,-1.525104458,0.7229399862,6522.6948461 +397,-0.180294708,0.35375117,127,-1.525104458,0.7229399862,4648.7570497 +398,1.010448592,-0.351180233,127,-1.525104458,0.7229399862,9936.807372 +399,-1.748740498,0.3686318073,127,-1.525104458,0.7229399862,1590.4237381 +400,2.699635665,0.123533791,127,-1.525104458,0.7229399862,7293.114802 +401,0.496808033,0.823843254,127,-1.525104458,0.7229399862,5166.3817801 +402,0.129574704,0.763364087,127,-1.525104458,0.7229399862,4539.8839912 +403,1.798920311,0.817447563,127,-1.525104458,0.7229399862,6308.6435175 +404,0.335987953,0.746786541,127,-1.525104458,0.7229399862,5048.6612827 +405,-1.085413643,0.292154671,127,-1.525104458,0.7229399862,2269.2323278 +406,-0.155321003,0.508207011,127,-1.525104458,0.7229399862,4360.9222272 +407,0.620529244,-0.301175104,127,-1.525104458,0.7229399862,8700.0297346 +408,1.684402744,0.368716966,127,-1.525104458,0.7229399862,8112.6011547 +409,0.300582244,-0.386397212,127,-1.525104458,0.7229399862,7958.2634098 +410,2.913555946,-0.009225192,127,-1.525104458,0.7229399862,7055.1121538 +411,1.465101417,0.493232532,127,-1.525104458,0.7229399862,7594.729352 +412,0.090612882,0.907955955,127,-1.525104458,0.7229399862,4144.3937403 +413,2.987564726,-0.729568594,127,-1.525104458,0.7229399862,8537.6140336 +414,-1.484261606,0.224149272,127,-1.525104458,0.7229399862,1980.7526921 +415,0.164073421,0.303955133,127,-1.525104458,0.7229399862,5771.3441198 +416,0.141441293,0.167552546,127,-1.525104458,0.7229399862,6064.8370783 +417,2.931321023,-0.506718887,127,-1.525104458,0.7229399862,8237.013616 +418,2.21951565,0.700596356,127,-1.525104458,0.7229399862,6402.6947387 +419,0.268112576,1.199114336,127,-1.525104458,0.7229399862,3885.0260365 +420,0.978913739,0.359223811,127,-1.525104458,0.7229399862,7560.3408005 +421,1.210898818,0.522863584,127,-1.525104458,0.7229399862,7290.8280212 +422,2.347397336,0.129231362,127,-1.525104458,0.7229399862,8152.8648518 +423,0.614394501,0.556878345,127,-1.525104458,0.7229399862,6194.7473206 +424,-1.398079356,0.148483366,127,-1.525104458,0.7229399862,2318.6153565 +425,2.535303836,-0.112984496,127,-1.525104458,0.7229399862,8419.0459713 +426,-1.019372593,-0.405322349,127,-1.525104458,0.7229399862,4839.4921263 +427,-1.297785627,-0.160104069,127,-1.525104458,0.7229399862,3594.4051181 +428,2.144554488,0.205051084,127,-1.525104458,0.7229399862,8293.3328245 +429,-2.242387083,-0.426171285,127,-1.525104458,0.7229399862,5257.6085479 +430,0.338637212,0.909723676,127,-1.525104458,0.7229399862,4638.1662153 +431,-0.148798452,0.691042401,127,-1.525104458,0.7229399862,3993.709731 +432,0.893524764,0.441829531,127,-1.525104458,0.7229399862,7122.4544816 +433,0.969229347,-0.368847936,127,-1.525104458,0.7229399862,9871.8889111 +434,0.436043248,0.800045688,127,-1.525104458,0.7229399862,5114.9942477 +435,1.687946607,1.081504775,127,-1.525104458,0.7229399862,5292.7802025 +436,0.522302046,-0.034889271,127,-1.525104458,0.7229399862,7709.8996049 +437,-0.178996113,-0.438090009,127,-1.525104458,0.7229399862,6735.7619489 +438,-1.094339566,0.301444068,127,-1.525104458,0.7229399862,2219.5831123 +439,-1.064070054,0.242569932,127,-1.525104458,0.7229399862,2476.5609219 +440,-1.068153768,0.230387998,127,-1.525104458,0.7229399862,2507.5085103 +441,-3.00496892,-0.23989155,127,-1.525104458,0.7229399862,6583.0727272 +442,0.21751974,0.766874888,127,-1.525104458,0.7229399862,4734.5333838 +443,0.117229532,0.007619006,127,-1.525104458,0.7229399862,6414.3285843 +444,0.777758451,0.420554741,127,-1.525104458,0.7229399862,6968.7692208 +445,-0.252356999,0.250747086,127,-1.525104458,0.7229399862,4688.7483732 +446,0.363148444,0.768483434,127,-1.525104458,0.7229399862,5050.0840805 +447,0.903191366,-0.118210676,127,-1.525104458,0.7229399862,8978.6171473 +448,-0.205755923,0.149406178,127,-1.525104458,0.7229399862,5085.551141 +449,1.811996086,0.02364353,127,-1.525104458,0.7229399862,9404.2549387 +450,-1.100670221,0.314845373,127,-1.525104458,0.7229399862,2162.6547485 +451,0.340078597,0.850105132,127,-1.525104458,0.7229399862,4790.7401365 +452,0.258757267,0.804969236,127,-1.525104458,0.7229399862,4733.5551351 +453,2.78505352,-0.155160804,127,-1.525104458,0.7229399862,7818.5792812 +454,0.800551619,0.105822106,127,-1.525104458,0.7229399862,8031.148158 +455,0.437940882,-0.506194031,127,-1.525104458,0.7229399862,8631.4145735 +456,2.230431122,0.63458615,127,-1.525104458,0.7229399862,6624.1760223 +457,0.527965361,0.127667701,127,-1.525104458,0.7229399862,7266.6995303 +458,-0.063643205,0.702093448,127,-1.525104458,0.7229399862,4194.7223525 +459,1.408447268,0.133010502,127,-1.525104458,0.7229399862,8970.1253552 +460,0.523795955,0.280266966,127,-1.525104458,0.7229399862,6812.491456 +461,-0.975769313,0.072177659,127,-1.525104458,0.7229399862,3229.7660468 +462,0.549774164,-0.463663986,127,-1.525104458,0.7229399862,8869.9570582 +463,0.29245874,1.095549818,127,-1.525104458,0.7229399862,4127.5019177 +464,0.143625958,0.816809593,127,-1.525104458,0.7229399862,4452.1283171 +465,0.671902494,0.611159853,127,-1.525104458,0.7229399862,6143.8586006 +466,1.239840988,0.6724199,127,-1.525104458,0.7229399862,6751.9688309 +467,0.607829703,-0.10932137,127,-1.525104458,0.7229399862,8157.6311932 +468,1.763020906,0.263996692,127,-1.525104458,0.7229399862,8497.8750135 +469,0.378714634,0.726066797,127,-1.525104458,0.7229399862,5196.7137519 +470,2.196736143,-0.153862366,127,-1.525104458,0.7229399862,9412.1580502 +471,0.01702415,0.148991565,127,-1.525104458,0.7229399862,5747.5977893 +472,-2.998490902,-0.158002487,127,-1.525104458,0.7229399862,6349.0091476 +473,-3.051262951,-0.346595608,127,-1.525104458,0.7229399862,6992.3146032 +474,-1.069176439,0.182802941,127,-1.525104458,0.7229399862,2663.4467946 +475,0.167157509,0.595344954,127,-1.525104458,0.7229399862,5032.5053111 +476,0.613855648,0.681746124,127,-1.525104458,0.7229399862,5810.8179213 +477,1.037012736,0.682555367,127,-1.525104458,0.7229399862,6497.6718277 +478,-1.253574971,0.379755746,127,-1.525104458,0.7229399862,1633.415975 +479,3.108590453,-0.132620738,127,-1.525104458,0.7229399862,6801.9650886 +480,0.565301296,0.022333262,127,-1.525104458,0.7229399862,7669.9023377 +481,0.547898238,0.855555614,127,-1.525104458,0.7229399862,5168.8273486 +482,0.948309381,0.417393755,127,-1.525104458,0.7229399862,7304.3327506 +483,-0.050600732,0.945269213,127,-1.525104458,0.7229399862,3778.254032 +484,-0.977651478,-0.572363064,127,-1.525104458,0.7229399862,5505.4498492 +485,1.102014914,0.728861163,127,-1.525104458,0.7229399862,6405.4159414 +486,2.927300795,-0.282939414,127,-1.525104458,0.7229399862,7722.3349813 +487,-1.154565557,0.124434095,127,-1.525104458,0.7229399862,2705.3789069 +488,1.855331234,0.291044755,127,-1.525104458,0.7229399862,8333.0037147 +489,0.830290659,0.276904518,127,-1.525104458,0.7229399862,7548.8281122 +490,0.485104466,-0.234867441,127,-1.525104458,0.7229399862,8134.0306262 +491,0.521367572,-0.33161327,127,-1.525104458,0.7229399862,8481.7894595 +1,-1.539031704,0.7349710123,128,-1.519607711,0.7236181429,72.891638792 +2,-1.536990553,0.7349663874,128,-1.519607711,0.7236181429,68.236641083 +3,-1.534951779,0.7349571355,128,-1.519607711,0.7236181429,63.804079412 +4,-1.532906461,0.7349480293,128,-1.519607711,0.7236181429,59.638244764 +5,-1.531320211,0.7346937278,128,-1.519607711,0.7236181429,55.870614141 +6,-1.539451648,0.7335131775,128,-1.519607711,0.7236181429,70.537483332 +7,-1.537429487,0.7335445708,128,-1.519607711,0.7236181429,65.726576292 +8,-1.535484998,0.7335658704,128,-1.519607711,0.7236181429,61.272145416 +9,-1.533488396,0.7336036027,128,-1.519607711,0.7236181429,56.983389801 +10,-1.531497785,0.7335842962,128,-1.519607711,0.7236181429,52.849429398 +11,-1.530259379,0.7334777758,128,-1.519607711,0.7236181429,50.161901678 +12,-1.5335454,0.7322346912,128,-1.519607711,0.7236181429,53.511819902 +13,-1.531489083,0.7322238773,128,-1.519607711,0.7236181429,48.952597606 +14,-1.530011122,0.7321679851,128,-1.519607711,0.7236181429,45.753223281 +15,-1.53348106,0.7306614094,128,-1.519607711,0.7236181429,49.635593622 +16,-1.531441779,0.7306962275,128,-1.519607711,0.7236181429,44.858791361 +17,-1.529755654,0.7306933243,128,-1.519607711,0.7236181429,41.074601457 +18,-1.533415048,0.7291384674,128,-1.519607711,0.7236181429,46.365563377 +19,-1.531392093,0.7291705353,128,-1.519607711,0.7236181429,41.247454906 +20,-1.529296523,0.7291214933,128,-1.519607711,0.7236181429,36.032275443 +21,-1.535280942,0.727267644,128,-1.519607711,0.7236181429,48.646975066 +22,-1.533378158,0.7276139666,128,-1.519607711,0.7236181429,43.766307573 +23,-1.531340368,0.7276446587,128,-1.519607711,0.7236181429,38.249264294 +24,-1.528960113,0.7276398177,128,-1.519607711,0.7236181429,31.964710531 +25,-1.533313146,0.7260818349,128,-1.519607711,0.7236181429,41.794441468 +26,-1.531259555,0.7260958115,128,-1.519607711,0.7236181429,35.916551042 +27,-1.528926415,0.7260865555,128,-1.519607711,0.7236181429,29.310543359 +28,-1.531226779,0.7245511789,128,-1.519607711,0.7236181429,34.673639724 +29,-1.528904772,0.7245519194,128,-1.519607711,0.7236181429,27.833120119 +30,-1.547195875,0.7409785979,128,-1.519607711,0.7236181429,106.44920188 +31,-1.5451475,0.740980426,128,-1.519607711,0.7236181429,101.92321889 +32,-1.543097679,0.7409798872,128,-1.519607711,0.7236181429,97.550904193 +33,-1.540720364,0.7409892687,128,-1.519607711,0.7236181429,92.743651607 +34,-1.547188511,0.7395198392,128,-1.519607711,0.7236181429,102.83665198 +35,-1.545148587,0.7395226109,128,-1.519607711,0.7236181429,98.160222709 +36,-1.543104538,0.7395314908,128,-1.519607711,0.7236181429,93.643546175 +37,-1.540727751,0.7395306258,128,-1.519607711,0.7236181429,88.586181075 +38,-1.547187029,0.7380014886,128,-1.519607711,0.7236181429,99.30913595 +39,-1.545147315,0.7380012252,128,-1.519607711,0.7236181429,94.444273745 +40,-1.54310719,0.7380060743,128,-1.519607711,0.7236181429,89.73085908 +41,-1.540719671,0.7380068206,128,-1.519607711,0.7236181429,84.41245037 +42,-1.547187189,0.7364799098,128,-1.519607711,0.7236181429,96.026378675 +43,-1.545149996,0.7364853874,128,-1.519607711,0.7236181429,90.997811764 +44,-1.543106091,0.7364823484,128,-1.519607711,0.7236181429,86.059810478 +45,-1.540717158,0.7364893901,128,-1.519607711,0.7236181429,80.503784144 +46,-1.538663972,0.7410138672,128,-1.519607711,0.7236181429,88.871444013 +47,-1.53695285,0.7409699132,128,-1.519607711,0.7236181429,85.638363999 +48,-1.534910498,0.7409641297,128,-1.519607711,0.7236181429,82.172531069 +49,-1.533145034,0.7409536636,128,-1.519607711,0.7236181429,79.403524364 +50,-1.538681336,0.7395405883,128,-1.519607711,0.7236181429,84.486398002 +51,-1.536999189,0.7395183096,128,-1.519607711,0.7236181429,81.203714347 +52,-1.534923633,0.7395144222,128,-1.519607711,0.7236181429,77.475106123 +53,-1.533267822,0.7395654306,128,-1.519607711,0.7236181429,74.906681606 +54,-1.53867273,0.7380151077,128,-1.519607711,0.7236181429,80.086201051 +55,-1.536980576,0.7379994392,128,-1.519607711,0.7236181429,76.618626385 +56,-1.534931522,0.7379944961,128,-1.519607711,0.7236181429,72.70070989 +57,-1.533387952,0.7379480264,128,-1.519607711,0.7236181429,69.812185802 +58,-1.538682279,0.7364914363,128,-1.519607711,0.7236181429,75.956657593 +59,-1.536980704,0.7364810563,128,-1.519607711,0.7236181429,72.284342767 +60,-1.534935567,0.7364752065,128,-1.519607711,0.7236181429,68.118413768 +61,-1.533042592,0.7363876366,128,-1.519607711,0.7236181429,64.270916251 +62,-1.545143426,0.7349628011,128,-1.519607711,0.7236181429,87.790026624 +63,-1.543105297,0.7349691947,128,-1.519607711,0.7236181429,82.69004496 +64,-1.541064533,0.7349647152,128,-1.519607711,0.7236181429,77.690722606 +65,-1.545411803,0.7334624714,128,-1.519607711,0.7236181429,85.652395284 +66,-1.543446606,0.7334780896,128,-1.519607711,0.7236181429,80.554273919 +67,-1.541475327,0.7334957295,128,-1.519607711,0.7236181429,75.547552977 +68,-1.545401939,0.731963266,128,-1.519607711,0.7236181429,83.137580713 +69,-1.54342253,0.7319915583,128,-1.519607711,0.7236181429,77.848076011 +70,-1.541455867,0.7320216438,128,-1.519607711,0.7236181429,72.682311744 +71,-1.545410146,0.7304422281,128,-1.519607711,0.7236181429,81.003001793 +72,-1.543435491,0.7304713664,128,-1.519607711,0.7236181429,75.559973545 +73,-1.541463105,0.7304997613,128,-1.519607711,0.7236181429,70.186929499 +74,-1.545414768,0.7289194936,128,-1.519607711,0.7236181429,79.257919828 +75,-1.543435774,0.7289538557,128,-1.519607711,0.7236181429,73.661112402 +76,-1.541457714,0.7289765881,128,-1.519607711,0.7236181429,68.097852991 +77,-1.539449415,0.7320555866,128,-1.519607711,0.7236181429,67.527899959 +78,-1.537429183,0.7321097681,128,-1.519607711,0.7236181429,62.520757041 +79,-1.535472649,0.7321497267,128,-1.519607711,0.7236181429,57.819216718 +80,-1.539457899,0.7305333307,128,-1.519607711,0.7236181429,64.81500461 +81,-1.537453161,0.7305750503,128,-1.519607711,0.7236181429,59.566484216 +82,-1.535479385,0.7306124949,128,-1.519607711,0.7236181429,54.529829517 +83,-1.53946905,0.7290102593,128,-1.519607711,0.7236181429,62.573661993 +84,-1.537459922,0.7290417293,128,-1.519607711,0.7236181429,57.063676138 +85,-1.535451349,0.7290890157,128,-1.519607711,0.7236181429,51.679350349 +86,-1.535522937,0.7279887191,128,-1.519607711,0.7236181429,50.229223385 +87,-1.539442524,0.7274735939,128,-1.519607711,0.7236181429,60.728885445 +88,-1.537424111,0.727521351,128,-1.519607711,0.7236181429,55.012281401 +89,-1.539384641,0.7259505092,128,-1.519607711,0.7236181429,59.368720409 +90,-1.537372391,0.7259947145,128,-1.519607711,0.7236181429,53.512025067 +91,-1.535340789,0.7260435356,128,-1.519607711,0.7236181429,47.631166746 +92,-1.539325716,0.7244369706,128,-1.519607711,0.7236181429,58.599805294 +93,-1.537308932,0.7244801057,128,-1.519607711,0.7236181429,52.635422115 +94,-1.535289068,0.7245247645,128,-1.519607711,0.7236181429,46.668571225 +95,-1.533261366,0.7245550236,128,-1.519607711,0.7236181429,40.682646513 +96,-1.539267302,0.722921924,128,-1.519607711,0.7236181429,58.440810842 +97,-1.537248972,0.7229660258,128,-1.519607711,0.7236181429,52.445334439 +98,-1.535219431,0.7229916471,128,-1.519607711,0.7236181429,46.421335093 +99,-1.53318962,0.7230212049,128,-1.519607711,0.7236181429,40.396737107 +100,-1.531154816,0.7230299897,128,-1.519607711,0.7236181429,34.364686754 +101,-1.528878341,0.7230370244,128,-1.519607711,0.7236181429,27.622336003 +102,-1.539218189,0.7214009878,128,-1.519607711,0.7236181429,58.927019242 +103,-1.537198791,0.7214422745,128,-1.519607711,0.7236181429,52.97358506 +104,-1.535179266,0.7214634354,128,-1.519607711,0.7236181429,47.047470344 +105,-1.533156501,0.7214944644,128,-1.519607711,0.7236181429,41.125704598 +106,-1.53113574,0.7215166021,128,-1.519607711,0.7236181429,35.248832387 +107,-1.528874248,0.7215345535,128,-1.519607711,0.7236181429,28.74270859 +108,-1.539217656,0.7198512397,128,-1.519607711,0.7236181429,60.185871289 +109,-1.537199919,0.7199428763,128,-1.519607711,0.7236181429,54.293670279 +110,-1.545425832,0.727397149,128,-1.519607711,0.7236181429,77.960703725 +111,-1.543371177,0.7273916949,128,-1.519607711,0.7236181429,71.990460452 +112,-1.541368852,0.7274523163,128,-1.519607711,0.7236181429,66.250502854 +113,-1.545349067,0.7258710923,128,-1.519607711,0.7236181429,76.854275657 +114,-1.54332671,0.7258603556,128,-1.519607711,0.7236181429,70.896205508 +115,-1.541346831,0.7259242142,128,-1.519607711,0.7236181429,65.108669175 +116,-1.545324355,0.7243383958,128,-1.519607711,0.7236181429,76.366224356 +117,-1.543292796,0.7243617413,128,-1.519607711,0.7236181429,70.345453472 +118,-1.541295822,0.7244024384,128,-1.519607711,0.7236181429,64.431774124 +119,-1.543193859,0.7205570215,128,-1.519607711,0.7236181429,71.148484277 +120,-1.550257047,0.7386738187,128,-1.519607711,0.7236181429,108.27204354 +121,-1.549335448,0.7311736483,128,-1.519607711,0.7236181429,92.899999991 +122,-1.533478843,0.7179891343,128,-1.519607711,0.7236181429,46.914388705 +123,-1.556150555,0.738907041,128,-1.519607711,0.7236181429,123.58729776 +124,-1.554324226,0.733414257,128,-1.519607711,0.7236181429,109.69484673 +125,-1.554290846,0.7288285332,128,-1.519607711,0.7236181429,104.76749688 +126,-1.55122487,0.7219795312,128,-1.519607711,0.7236181429,94.143583424 +127,-1.525104458,0.7229399862,128,-1.519607711,0.7236181429,16.541168737 +128,-1.519607711,0.7236181429,128,-1.519607711,0.7236181429,10.246671513 +129,-1.513899999,0.7251107854,128,-1.519607711,0.7236181429,17.934347278 +130,-1.536620762,0.7431061895,128,-1.519607711,0.7236181429,92.00450191 +131,-1.5369566,0.7460845958,128,-1.519607711,0.7236181429,102.55819575 +132,-1.545345528,0.7447040685,128,-1.519607711,0.7236181429,112.70838225 +133,-1.532813921,0.7432306626,128,-1.519607711,0.7236181429,86.86156017 +134,-1.554788248,0.7382381001,128,-1.519607711,0.7236181429,118.81598365 +135,-1.540348126,0.7301594274,128,-1.519607711,0.7236181429,66.631436972 +136,-1.538016084,0.7239051786,128,-1.519607711,0.7236181429,54.648584834 +137,-1.525288962,0.7258085137,128,-1.519607711,0.7236181429,18.950759573 +138,-1.534326986,0.731241342,128,-1.519607711,0.7236181429,52.990112167 +139,-1.530733872,0.7303625216,128,-1.519607711,0.7236181429,42.402154715 +141,-1.534354939,0.7328219978,128,-1.519607711,0.7236181429,56.831101043 +142,-1.53157084,0.7292888153,128,-1.519607711,0.7236181429,41.943610836 +143,-1.525691035,0.7263799874,128,-1.519607711,0.7236181429,21.09427659 +144,-1.534031287,0.7495967835,128,-1.519607711,0.7236181429,111.26255619 +145,-1.527714986,0.7283095957,128,-1.519607711,0.7236181429,30.36582932 +146,-1.526189586,0.7271468292,128,-1.519607711,0.7236181429,23.997826354 +147,-1.555177336,0.7375563366,128,-1.519607711,0.7236181429,118.56620521 +148,-1.555080283,0.7312707794,128,-1.519607711,0.7236181429,109.22816325 +149,-1.53856994,0.7224180299,128,-1.519607711,0.7236181429,56.51782325 +150,-1.530837883,0.729933372,128,-1.519607711,0.7236181429,41.602896329 +151,-1.515066984,0.5854133365,128,-1.519607711,0.7236181429,547.61434928 +152,-1.534731633,0.5368370046,128,-1.519607711,0.7236181429,741.40943347 +153,-1.515231902,0.5607085576,128,-1.519607711,0.7236181429,645.43324246 +154,-2.616253799,1.0684566605,128,-1.519607711,0.7236181429,2892.2648695 +155,-1.956071439,0.5792177723,128,-1.519607711,0.7236181429,1482.2558025 +156,-1.951208514,0.5602434208,128,-1.519607711,0.7236181429,1507.2930629 +157,-1.944675062,0.6062144545,128,-1.519607711,0.7236181429,1398.5770162 +158,-1.613778386,0.6077989518,128,-1.519607711,0.7236181429,544.26530893 +159,-2.035029014,0.6021432345,128,-1.519607711,0.7236181429,1670.3559636 +160,-2.114989471,0.6801825058,128,-1.519607711,0.7236181429,1797.3478129 +161,-2.037382079,0.5765830025,128,-1.519607711,0.7236181429,1723.1327982 +162,-2.129855121,0.6585019963,128,-1.519607711,0.7236181429,1867.5196017 +163,-2.075141798,0.6493615843,128,-1.519607711,0.7236181429,1717.2572263 +164,-1.828626729,0.6948433129,128,-1.519607711,0.7236181429,934.16769268 +165,-1.863329418,0.6735427691,128,-1.519607711,0.7236181429,1058.8301338 +166,-1.266037071,0.727988852,128,-1.519607711,0.7236181429,750.56051823 +167,-1.277579582,0.7249010648,128,-1.519607711,0.7236181429,717.28315761 +168,-1.258418684,0.7241194816,128,-1.519607711,0.7236181429,774.18314022 +169,-1.317813974,0.6804850104,128,-1.519607711,0.7236181429,633.18816604 +170,-1.344165204,0.6790988904,128,-1.519607711,0.7236181429,559.02122543 +171,-1.427582102,0.5277120351,128,-1.519607711,0.7236181429,829.88654586 +172,-1.402238616,0.457167829,128,-1.519607711,0.7236181429,1122.9018846 +173,-1.422454264,0.4996161999,128,-1.519607711,0.7236181429,940.98886919 +174,-1.439089277,0.4894859811,128,-1.519607711,0.7236181429,963.30202939 +175,-1.448126995,0.5182330266,128,-1.519607711,0.7236181429,845.211028 +176,-1.474626146,0.5881926574,128,-1.519607711,0.7236181429,554.61558209 +177,-1.421139645,0.5584869783,128,-1.519607711,0.7236181429,724.51480711 +178,-1.457037165,0.565943032,128,-1.519607711,0.7236181429,655.03958959 +179,-2.757159358,0.3745319,128,-1.519607711,0.7236181429,4282.1866263 +180,-2.714309238,0.342054471,128,-1.519607711,0.7236181429,4232.54664 +181,-2.000525337,0.774119946,128,-1.519607711,0.7236181429,1402.7723638 +183,-1.571413436,0.6777838382,128,-1.519607711,0.7236181429,239.8914901 +184,-1.552860289,0.6987663893,128,-1.519607711,0.7236181429,140.15993894 +185,-1.521852374,0.7165827476,128,-1.519607711,0.7236181429,28.65751972 +186,-1.503656267,0.6928968252,128,-1.519607711,0.7236181429,130.80514763 +187,-1.502753178,0.7136205882,128,-1.519607711,0.7236181429,63.97922811 +188,-1.631894563,0.7343596465,128,-1.519607711,0.7236181429,334.36488665 +189,-1.653765416,0.6770714026,128,-1.519607711,0.7236181429,445.97196005 +190,-1.719812114,0.6715965947,128,-1.519607711,0.7236181429,641.13031979 +191,-1.493406659,0.6646955447,128,-1.519607711,0.7236181429,246.63512602 +192,-1.469120564,0.6613469966,128,-1.519607711,0.7236181429,290.69589785 +193,-1.590551461,0.5326612937,128,-1.519607711,0.7236181429,789.55296006 +194,-1.625979264,0.5247742243,128,-1.519607711,0.7236181429,858.02618069 +195,-1.572293943,0.5238808754,128,-1.519607711,0.7236181429,808.93788411 +196,-1.610848725,0.5477107964,128,-1.519607711,0.7236181429,754.62862846 +197,-1.208485554,0.7918526018,128,-1.519607711,0.7236181429,932.83378847 +198,-1.335601374,0.6869083083,128,-1.519607711,0.7236181429,573.29375003 +199,-1.346156996,0.6825213377,128,-1.519607711,0.7236181429,548.43844252 +200,-1.324381037,0.6741422347,128,-1.519607711,0.7236181429,623.04944314 +201,-1.242424992,0.7378949807,128,-1.519607711,0.7236181429,818.3504041 +202,-1.270370057,0.7392461008,128,-1.519607711,0.7236181429,736.44481004 +203,-1.448950472,0.7441675014,128,-1.519607711,0.7236181429,223.16763224 +204,-1.492662363,0.7523026852,128,-1.519607711,0.7236181429,138.35823075 +205,-1.479098966,0.7763855017,128,-1.519607711,0.7236181429,239.70164971 +206,-1.633760714,0.7869022408,128,-1.519607711,0.7236181429,413.55674785 +207,-1.647406434,0.8101289331,128,-1.519607711,0.7236181429,499.89173169 +208,-1.564245052,0.5701509278,128,-1.519607711,0.7236181429,623.95576701 +209,-1.646289963,0.6833746083,128,-1.519607711,0.7236181429,414.35647589 +210,-1.5820631,0.6751952144,128,-1.519607711,0.7236181429,269.44088516 +211,-1.613236298,0.6681681791,128,-1.519607711,0.7236181429,359.39730485 +212,-1.914661867,0.8212566515,128,-1.519607711,0.7236181429,1180.5852629 +213,-1.742133237,0.7250275956,128,-1.519607711,0.7236181429,659.56460742 +214,-2.033144872,0.6557314699,128,-1.519607711,0.7236181429,1584.2124122 +215,-2.039551981,0.6964723658,128,-1.519607711,0.7236181429,1557.7633122 +216,-1.247341019,0.7622473908,128,-1.519607711,0.7236181429,807.59046372 +217,-1.298239787,0.7084123392,128,-1.519607711,0.7236181429,663.64526535 +218,-1.308539688,0.6926545592,128,-1.519607711,0.7236181429,646.20034636 +219,-1.303263185,0.6888938396,128,-1.519607711,0.7236181429,665.68124241 +220,-1.852400229,0.6004246149,128,-1.519607711,0.7236181429,1145.2018256 +221,-1.288947707,0.7473773692,128,-1.519607711,0.7236181429,683.24380528 +222,-1.372031502,0.7472790993,128,-1.519607711,0.7236181429,443.26964231 +223,-1.289805721,0.7242157877,128,-1.519607711,0.7236181429,681.31575049 +224,-1.350807603,0.7533498126,128,-1.519607711,0.7236181429,507.94651356 +225,-1.329290365,0.7560442322,128,-1.519607711,0.7236181429,570.94456816 +226,-1.410153004,0.616936428,128,-1.519607711,0.7236181429,541.87877604 +227,-1.393445434,0.6308995063,128,-1.519607711,0.7236181429,534.92060475 +228,-1.37595573,0.6241540638,128,-1.519607711,0.7236181429,593.54816622 +229,-1.358388707,0.6172645205,128,-1.519607711,0.7236181429,653.40558117 +230,-1.753741133,0.8281661666,128,-1.519607711,0.7236181429,779.20979707 +231,-1.47430987,0.6834615681,128,-1.519607711,0.7236181429,209.78799934 +232,-1.421012508,0.7222725206,128,-1.519607711,0.7236181429,292.84365595 +233,-1.4476833,0.6978557868,128,-1.519607711,0.7236181429,238.77905805 +234,-1.470370723,0.6966193374,128,-1.519607711,0.7236181429,182.48536384 +235,-1.429211703,0.7037216883,128,-1.519607711,0.7236181429,281.86735684 +236,-1.700578405,0.6178673663,128,-1.519607711,0.7236181429,699.71080203 +237,-1.678117619,0.6331716163,128,-1.519607711,0.7236181429,605.50312528 +238,-1.725644578,0.6316331145,128,-1.519607711,0.7236181429,731.84415014 +239,-2.14012759,0.7930497945,128,-1.519607711,0.7236181429,1790.5080245 +240,-2.103289431,0.7653606263,128,-1.519607711,0.7236181429,1696.6657887 +241,-1.318739838,0.7017808746,128,-1.519607711,0.7236181429,607.69402981 +242,-1.396417427,0.7077900843,128,-1.519607711,0.7236181429,373.41531975 +243,-1.35650337,0.7185539404,128,-1.519607711,0.7236181429,485.4240392 +244,-1.248884539,0.7274156818,128,-1.519607711,0.7236181429,801.33099673 +245,-1.395014798,0.5761185243,128,-1.519607711,0.7236181429,703.48256937 +246,-1.433377362,0.6064716109,128,-1.519607711,0.7236181429,536.00040351 +247,-1.408172432,0.5903155476,128,-1.519607711,0.7236181429,632.77767202 +248,-1.749645898,0.7757118084,128,-1.519607711,0.7236181429,697.18776887 +249,-1.571626686,0.615046989,128,-1.519607711,0.7236181429,459.32380396 +250,-1.514070049,0.6303003037,128,-1.519607711,0.7236181429,370.02634109 +251,-1.480890369,0.6237966528,128,-1.519607711,0.7236181429,413.11588862 +252,-1.704390658,0.5281680612,128,-1.519607711,0.7236181429,973.6469476 +253,-1.64434733,0.5254277498,128,-1.519607711,0.7236181429,880.6360244 +254,-1.703855997,0.4792484842,128,-1.519607711,0.7236181429,1137.6854455 +255,-1.692002383,0.5748825051,128,-1.519607711,0.7236181429,800.73605945 +256,-1.854136457,0.5544643913,128,-1.519607711,0.7236181429,1252.6729684 +257,-1.665021206,0.520317736,128,-1.519607711,0.7236181429,930.34762684 +258,-1.733654349,0.4845187345,128,-1.519607711,0.7236181429,1173.7174068 +259,-1.720938188,0.5135933906,128,-1.519607711,0.7236181429,1053.453859 +260,-1.742668307,0.553296122,128,-1.519607711,0.7236181429,977.01496791 +261,-1.965659039,0.7142126903,128,-1.519607711,0.7236181429,1325.2382021 +262,-1.944438071,0.6772834804,128,-1.519607711,0.7236181429,1295.2007256 +263,-1.270340967,0.7681487096,128,-1.519607711,0.7236181429,745.28647749 +264,-1.353091884,0.6549276821,128,-1.519607711,0.7236181429,576.67433787 +265,-1.333236659,0.6413584414,128,-1.519607711,0.7236181429,658.33364027 +266,-1.352015998,0.6753788907,128,-1.519607711,0.7236181429,542.31556711 +267,-1.377988483,0.6577816235,128,-1.519607711,0.7236181429,504.60661135 +268,-2.13075611,0.8318642051,128,-1.519607711,0.7236181429,1761.0337862 +269,-2.097910953,0.8259670014,128,-1.519607711,0.7236181429,1672.5858759 +270,-1.416382069,0.6694271549,128,-1.519607711,0.7236181429,379.91377637 +271,-1.538905672,0.7535625993,128,-1.519607711,0.7236181429,131.38503191 +272,-1.572309477,0.7803125099,128,-1.519607711,0.7236181429,271.38431141 +273,-1.87759879,0.7503853417,128,-1.519607711,0.7236181429,1052.7076429 +274,1.152365588,0.590457682,128,-1.519607711,0.7236181429,6965.0634733 +275,0.350198001,0.718001859,128,-1.519607711,0.7236181429,5141.7876942 +276,0.046513677,0.491503852,128,-1.519607711,0.7236181429,4950.2223819 +277,0.027510309,0.742571376,128,-1.519607711,0.7236181429,4325.1310843 +278,0.306285725,-0.214631579,128,-1.519607711,0.7236181429,7536.3582996 +279,-1.100564889,0.318051531,128,-1.519607711,0.7236181429,2142.1581546 +280,-1.078582306,0.301437596,128,-1.519607711,0.7236181429,2244.3628087 +281,-1.137371989,-0.617634065,128,-1.519607711,0.7236181429,5491.1706698 +282,0.784356344,0.703272339,128,-1.519607711,0.7236181429,6040.9991524 +283,-1.221209947,0.218327455,128,-1.519607711,0.7236181429,2251.8806187 +284,2.347301921,-0.449114658,128,-1.519607711,0.7236181429,9846.6817325 +285,0.246820618,0.830553713,128,-1.519607711,0.7236181429,4632.534646 +286,0.829414965,0.703288228,128,-1.519607711,0.7236181429,6115.2375987 +287,-1.337537566,0.42332223,128,-1.519607711,0.7236181429,1332.4059372 +288,0.882453706,0.454478077,128,-1.519607711,0.7236181429,7047.0008223 +289,1.575629659,0.416419109,128,-1.519607711,0.7236181429,7924.9521266 +290,-1.039455679,0.229888244,128,-1.519607711,0.7236181429,2561.6852261 +291,0.489558039,0.934482747,128,-1.519607711,0.7236181429,4833.0501795 +292,0.081344504,0.88384514,128,-1.519607711,0.7236181429,4158.9405544 +293,-1.547979814,0.300350308,128,-1.519607711,0.7236181429,1679.3401123 +294,0.040776181,0.168560074,128,-1.519607711,0.7236181429,5750.3692476 +295,-1.130374745,0.563894876,128,-1.519607711,0.7236181429,1380.3159171 +296,1.578326642,0.478507176,128,-1.519607711,0.7236181429,7679.5387564 +297,-1.12861823,-0.291640865,128,-1.519607711,0.7236181429,4269.327619 +298,0.310524208,0.770885792,128,-1.519607711,0.7236181429,4917.1359525 +299,0.415649091,-0.387246002,128,-1.519607711,0.7236181429,8283.9306416 +300,-0.926533878,-0.188022748,128,-1.519607711,0.7236181429,4208.4030722 +301,1.258856172,-0.11716081,128,-1.519607711,0.7236181429,9722.5534809 +302,-1.126050026,0.322941926,128,-1.519607711,0.7236181429,2070.4752514 +303,2.002785835,0.07893892,128,-1.519607711,0.7236181429,8979.820201 +304,0.440437607,0.746258085,128,-1.519607711,0.7236181429,5259.1284077 +305,-0.030391866,0.214441206,128,-1.519607711,0.7236181429,5422.0530803 +306,0.521557815,-0.058929362,128,-1.519607711,0.7236181429,7757.5669641 +307,-0.097005111,0.13317729,128,-1.519607711,0.7236181429,5434.0897594 +308,1.83113859,0.221857587,128,-1.519607711,0.7236181429,8621.5251502 +309,0.222428864,0.099404236,128,-1.519607711,0.7236181429,6465.1481682 +310,-1.702731345,0.8728568183,128,-1.519607711,0.7236181429,776.79182345 +311,-0.418507569,0.278324921,128,-1.519607711,0.7236181429,4111.0190104 +312,-1.41153306,0.339029988,128,-1.519607711,0.7236181429,1566.3133883 +313,0.357560442,0.114788776,128,-1.519607711,0.7236181429,6813.1265182 +314,0.325818979,0.268352149,128,-1.519607711,0.7236181429,6302.7720448 +315,-1.246004659,-0.663679965,128,-1.519607711,0.7236181429,5583.3749913 +316,1.814603087,0.637404484,128,-1.519607711,0.7236181429,7007.7850529 +317,1.843704281,-0.18300445,128,-1.519607711,0.7236181429,10167.453327 +318,1.690644492,-0.211480909,128,-1.519607711,0.7236181429,10401.361953 +319,-1.275451936,0.068109467,128,-1.519607711,0.7236181429,2737.3364943 +320,0.762430171,-0.207594741,128,-1.519607711,0.7236181429,8846.4357825 +321,0.265668905,-0.014647884,128,-1.519607711,0.7236181429,6895.3095515 +322,-2.773032013,-0.335515811,128,-1.519607711,0.7236181429,6210.7168966 +323,-1.469512853,0.174058777,128,-1.519607711,0.7236181429,2183.8163586 +324,0.286276986,0.785925691,128,-1.519607711,0.7236181429,4826.4746798 +325,-1.379324697,0.377432233,128,-1.519607711,0.7236181429,1449.0214298 +326,-1.203778265,0.212813032,128,-1.519607711,0.7236181429,2299.8508804 +327,0.579916301,0.611743168,128,-1.519607711,0.7236181429,5941.3832455 +328,0.267582642,0.868113908,128,-1.519607711,0.7236181429,4586.4243021 +329,0.412869244,-0.050245578,128,-1.519607711,0.7236181429,7420.9123923 +330,0.17524381,0.976660285,128,-1.519607711,0.7236181429,4162.8984924 +331,0.743157214,0.204812899,128,-1.519607711,0.7236181429,7568.7717006 +332,-1.070758176,0.269382282,128,-1.519607711,0.7236181429,2364.6041473 +333,-1.230364251,0.329790229,128,-1.519607711,0.7236181429,1840.342727 +334,-1.374813124,-0.024926835,128,-1.519607711,0.7236181429,3010.3363453 +335,0.519780566,0.463669906,128,-1.519607711,0.7236181429,6248.1055448 +336,-1.55108034,0.239698561,128,-1.519607711,0.7236181429,1919.8725194 +337,0.180294813,0.029739425,128,-1.519607711,0.7236181429,6526.2513655 +338,0.67820924,0.268170153,128,-1.519607711,0.7236181429,7216.8864748 +339,0.445798684,1.024001867,128,-1.519607711,0.7236181429,4523.5361926 +340,0.691751283,0.150521402,128,-1.519607711,0.7236181429,7610.9689492 +341,-1.036643551,-0.903056181,128,-1.519607711,0.7236181429,6654.2365211 +342,-0.120287036,1.083325163,128,-1.519607711,0.7236181429,3445.8130663 +343,2.823513113,-0.304487164,128,-1.519607711,0.7236181429,8099.8737226 +344,0.457583172,1.12513373,128,-1.519607711,0.7236181429,4285.0445252 +345,0.042918831,0.813795399,128,-1.519607711,0.7236181429,4213.7908979 +346,1.196146777,-0.853142756,128,-1.519607711,0.7236181429,11156.020879 +347,0.206001358,-0.010430701,128,-1.519607711,0.7236181429,6708.1924941 +348,-0.268308653,0.234799412,128,-1.519607711,0.7236181429,4665.2536004 +349,0.759363263,0.736189579,128,-1.519607711,0.7236181429,5891.3539516 +350,0.181363926,0.891988372,128,-1.519607711,0.7236181429,4354.2004486 +351,-0.021111158,0.139103292,128,-1.519607711,0.7236181429,5643.881677 +352,-0.093355215,0.630686981,128,-1.519607711,0.7236181429,4249.5666973 +353,0.40118964,0.681375926,128,-1.519607711,0.7236181429,5353.7126601 +354,-0.721197315,1.304706234,128,-1.519607711,0.7236181429,2701.3535699 +355,-1.076150317,0.212107639,128,-1.519607711,0.7236181429,2541.3564388 +356,-1.577164531,0.273993443,128,-1.519607711,0.7236181429,1791.8205087 +357,-0.190788414,0.182208586,128,-1.519607711,0.7236181429,5029.2378759 +358,-0.261349752,0.209710184,128,-1.519607711,0.7236181429,4749.5698376 +359,-1.029303852,0.083549259,128,-1.519607711,0.7236181429,3071.739808 +360,-1.268609162,0.330525297,128,-1.519607711,0.7236181429,1772.6833388 +361,1.282982244,-0.926641967,128,-1.519607711,0.7236181429,11235.758632 +362,0.217352334,0.731352408,128,-1.519607711,0.7236181429,4805.8110274 +363,-1.511833084,0.258629297,128,-1.519607711,0.7236181429,1842.0142228 +364,0.338812194,0.823184618,128,-1.519607711,0.7236181429,4843.6135124 +365,-0.324406489,1.134201999,128,-1.519607711,0.7236181429,3059.4718405 +366,1.389579348,0.399185724,128,-1.519607711,0.7236181429,7915.2345744 +367,2.047152199,-0.039082036,128,-1.519607711,0.7236181429,9338.1331441 +368,0.947780369,0.568250077,128,-1.519607711,0.7236181429,6766.7926681 +369,0.763824846,0.576754987,128,-1.519607711,0.7236181429,6418.7885291 +370,-0.142334657,0.928153068,128,-1.519607711,0.7236181429,3591.1887186 +371,0.610266567,0.547265983,128,-1.519607711,0.7236181429,6201.7730608 +372,0.210731629,0.746815056,128,-1.519607711,0.7236181429,4753.0325712 +373,-1.34931644,0.316895224,128,-1.519607711,0.7236181429,1711.2298121 +374,2.407696481,0.655030745,128,-1.519607711,0.7236181429,6288.3404484 +375,0.64207831,0.545359131,128,-1.519607711,0.7236181429,6275.3558851 +376,1.174597538,0.840588356,128,-1.519607711,0.7236181429,6053.1027291 +377,0.660059424,0.010604079,128,-1.519607711,0.7236181429,7945.6855718 +378,-0.730263819,0.010486456,128,-1.519607711,0.7236181429,3987.1495464 +379,0.831068936,0.512339172,128,-1.519607711,0.7236181429,6757.28376 +380,1.301180979,0.72367476,128,-1.519607711,0.7236181429,6596.9507795 +381,1.811128231,0.322854402,128,-1.519607711,0.7236181429,8241.0164098 +382,0.435105812,0.992284428,128,-1.519607711,0.7236181429,4588.0920087 +383,0.62643634,0.592027932,128,-1.519607711,0.7236181429,6098.4929925 +384,0.492988703,-0.516339467,128,-1.519607711,0.7236181429,8798.291079 +385,-0.162469483,0.112549365,128,-1.519607711,0.7236181429,5293.4654673 +386,0.314630866,0.472006421,128,-1.519607711,0.7236181429,5716.6105572 +387,0.166744804,0.822815954,128,-1.519607711,0.7236181429,4476.2289906 +388,0.417159608,0.965805736,128,-1.519607711,0.7236181429,4626.1894226 +389,0.106334961,0.868774244,128,-1.519607711,0.7236181429,4243.9555553 +390,0.815086969,-0.338144359,128,-1.519607711,0.7236181429,9341.7591973 +391,0.59867455,-0.230624824,128,-1.519607711,0.7236181429,8439.7775187 +392,1.915104874,0.066220985,128,-1.519607711,0.7236181429,9141.156718 +393,1.278093622,0.064463721,128,-1.519607711,0.7236181429,9084.5769138 +394,-0.061477853,0.302997961,128,-1.519607711,0.7236181429,5106.1611629 +395,0.251311504,0.626976942,128,-1.519607711,0.7236181429,5148.0108756 +396,2.950242872,0.149095644,128,-1.519607711,0.7236181429,6537.7023189 +397,-0.180294708,0.35375117,128,-1.519607711,0.7236181429,4632.2252696 +398,1.010448592,-0.351180233,128,-1.519607711,0.7236181429,9920.8902371 +399,-1.748740498,0.3686318073,128,-1.519607711,0.7236181429,1601.4104875 +400,2.699635665,0.123533791,128,-1.519607711,0.7236181429,7306.8288517 +401,0.496808033,0.823843254,128,-1.519607711,0.7236181429,5153.9435155 +402,0.129574704,0.763364087,128,-1.519607711,0.7236181429,4525.3302715 +403,1.798920311,0.817447563,128,-1.519607711,0.7236181429,6307.9734337 +404,0.335987953,0.746786541,128,-1.519607711,0.7236181429,5034.8276788 +405,-1.085413643,0.292154671,128,-1.519607711,0.7236181429,2258.7849671 +406,-0.155321003,0.508207011,128,-1.519607711,0.7236181429,4344.4976261 +407,0.620529244,-0.301175104,128,-1.519607711,0.7236181429,8683.4904235 +408,1.684402744,0.368716966,128,-1.519607711,0.7236181429,8111.0373478 +409,0.300582244,-0.386397212,128,-1.519607711,0.7236181429,7942.4934557 +410,2.913555946,-0.009225192,128,-1.519607711,0.7236181429,7070.6964839 +411,1.465101417,0.493232532,128,-1.519607711,0.7236181429,7589.7249704 +412,0.090612882,0.907955955,128,-1.519607711,0.7236181429,4130.9002801 +413,2.987564726,-0.729568594,128,-1.519607711,0.7236181429,8553.2165846 +414,-1.484261606,0.224149272,128,-1.519607711,0.7236181429,1982.1671857 +415,0.164073421,0.303955133,128,-1.519607711,0.7236181429,5754.9665709 +416,0.141441293,0.167552546,128,-1.519607711,0.7236181429,6048.3005752 +417,2.931321023,-0.506718887,128,-1.519607711,0.7236181429,8253.4924949 +418,2.21951565,0.700596356,128,-1.519607711,0.7236181429,6407.3280629 +419,0.268112576,1.199114336,128,-1.519607711,0.7236181429,3875.6291788 +420,0.978913739,0.359223811,128,-1.519607711,0.7236181429,7548.5058998 +421,1.210898818,0.522863584,128,-1.519607711,0.7236181429,7282.4944078 +422,2.347397336,0.129231362,128,-1.519607711,0.7236181429,8163.28058 +423,0.614394501,0.556878345,128,-1.519607711,0.7236181429,6181.1780866 +424,-1.398079356,0.148483366,128,-1.519607711,0.7236181429,2317.6122607 +425,2.535303836,-0.112984496,128,-1.519607711,0.7236181429,8433.1962159 +426,-1.019372593,-0.405322349,128,-1.519607711,0.7236181429,4834.1649781 +427,-1.297785627,-0.160104069,128,-1.519607711,0.7236181429,3592.4298396 +428,2.144554488,0.205051084,128,-1.519607711,0.7236181429,8300.3748232 +429,-2.242387083,-0.426171285,128,-1.519607711,0.7236181429,5269.8132875 +430,0.338637212,0.909723676,128,-1.519607711,0.7236181429,4625.6691496 +431,-0.148798452,0.691042401,128,-1.519607711,0.7236181429,3977.9100141 +432,0.893524764,0.441829531,128,-1.519607711,0.7236181429,7110.2905505 +433,0.969229347,-0.368847936,128,-1.519607711,0.7236181429,9855.7122074 +434,0.436043248,0.800045688,128,-1.519607711,0.7236181429,5102.046031 +435,1.687946607,1.081504775,128,-1.519607711,0.7236181429,5290.6370407 +436,0.522302046,-0.034889271,128,-1.519607711,0.7236181429,7693.5145599 +437,-0.178996113,-0.438090009,128,-1.519607711,0.7236181429,6722.4707473 +438,-1.094339566,0.301444068,128,-1.519607711,0.7236181429,2209.170857 +439,-1.064070054,0.242569932,128,-1.519607711,0.7236181429,2466.3846742 +440,-1.068153768,0.230387998,128,-1.519607711,0.7236181429,2497.5587082 +441,-3.00496892,-0.23989155,128,-1.519607711,0.7236181429,6599.5675437 +442,0.21751974,0.766874888,128,-1.519607711,0.7236181429,4720.3368441 +443,0.117229532,0.007619006,128,-1.519607711,0.7236181429,6397.8907498 +444,0.777758451,0.420554741,128,-1.519607711,0.7236181429,6955.5256704 +445,-0.252356999,0.250747086,128,-1.519607711,0.7236181429,4672.4384022 +446,0.363148444,0.768483434,128,-1.519607711,0.7236181429,5036.5351042 +447,0.903191366,-0.118210676,128,-1.519607711,0.7236181429,8963.3529225 +448,-0.205755923,0.149406178,128,-1.519607711,0.7236181429,5069.4030109 +449,1.811996086,0.02364353,128,-1.519607711,0.7236181429,9406.1766242 +450,-1.100670221,0.314845373,128,-1.519607711,0.7236181429,2152.1684885 +451,0.340078597,0.850105132,128,-1.519607711,0.7236181429,4777.7260867 +452,0.258757267,0.804969236,128,-1.519607711,0.7236181429,4719.8152539 +453,2.78505352,-0.155160804,128,-1.519607711,0.7236181429,7834.2910862 +454,0.800551619,0.105822106,128,-1.519607711,0.7236181429,8016.3730105 +455,0.437940882,-0.506194031,128,-1.519607711,0.7236181429,8615.8139319 +456,2.230431122,0.63458615,128,-1.519607711,0.7236181429,6629.3795314 +457,0.527965361,0.127667701,128,-1.519607711,0.7236181429,7250.7225071 +458,-0.063643205,0.702093448,128,-1.519607711,0.7236181429,4179.1846866 +459,1.408447268,0.133010502,128,-1.519607711,0.7236181429,8963.1391624 +460,0.523795955,0.280266966,128,-1.519607711,0.7236181429,6797.0397996 +461,-0.975769313,0.072177659,128,-1.519607711,0.7236181429,3220.0131422 +462,0.549774164,-0.463663986,128,-1.519607711,0.7236181429,8853.8430092 +463,0.29245874,1.095549818,128,-1.519607711,0.7236181429,4116.799082 +464,0.143625958,0.816809593,128,-1.519607711,0.7236181429,4438.0272361 +465,0.671902494,0.611159853,128,-1.519607711,0.7236181429,6130.9978551 +466,1.239840988,0.6724199,128,-1.519607711,0.7236181429,6744.6289315 +467,0.607829703,-0.10932137,128,-1.519607711,0.7236181429,8141.2615651 +468,1.763020906,0.263996692,128,-1.519607711,0.7236181429,8497.9151737 +469,0.378714634,0.726066797,128,-1.519607711,0.7236181429,5182.9350529 +470,2.196736143,-0.153862366,128,-1.519607711,0.7236181429,9423.2042833 +471,0.01702415,0.148991565,128,-1.519607711,0.7236181429,5731.0989933 +472,-2.998490902,-0.158002487,128,-1.519607711,0.7236181429,6365.5477241 +473,-3.051262951,-0.346595608,128,-1.519607711,0.7236181429,7008.7221883 +474,-1.069176439,0.182802941,128,-1.519607711,0.7236181429,2654.0871525 +475,0.167157509,0.595344954,128,-1.519607711,0.7236181429,5017.0843341 +476,0.613855648,0.681746124,128,-1.519607711,0.7236181429,5798.0375938 +477,1.037012736,0.682555367,128,-1.519607711,0.7236181429,6488.2631467 +478,-1.253574971,0.379755746,128,-1.519607711,0.7236181429,1625.4631208 +479,3.108590453,-0.132620738,128,-1.519607711,0.7236181429,6818.3934911 +480,0.565301296,0.022333262,128,-1.519607711,0.7236181429,7653.7366164 +481,0.547898238,0.855555614,128,-1.519607711,0.7236181429,5156.9298784 +482,0.948309381,0.417393755,128,-1.519607711,0.7236181429,7292.5342842 +483,-0.050600732,0.945269213,128,-1.519607711,0.7236181429,3764.7032969 +484,-0.977651478,-0.572363064,128,-1.519607711,0.7236181429,5500.6301435 +485,1.102014914,0.728861163,128,-1.519607711,0.7236181429,6396.8933466 +486,2.927300795,-0.282939414,128,-1.519607711,0.7236181429,7738.7660153 +487,-1.154565557,0.124434095,128,-1.519607711,0.7236181429,2698.3569003 +488,1.855331234,0.291044755,128,-1.519607711,0.7236181429,8334.6566897 +489,0.830290659,0.276904518,128,-1.519607711,0.7236181429,7535.1810083 +490,0.485104466,-0.234867441,128,-1.519607711,0.7236181429,8117.5123573 +491,0.521367572,-0.33161327,128,-1.519607711,0.7236181429,8465.3565337 +1,-1.539031704,0.7349710123,129,-1.513899999,0.7251107854,83.82920272 +2,-1.536990553,0.7349663874,129,-1.513899999,0.7251107854,78.539921542 +3,-1.534951779,0.7349571355,129,-1.513899999,0.7251107854,73.360306718 +4,-1.532906461,0.7349480293,129,-1.513899999,0.7251107854,68.302486932 +5,-1.531320211,0.7346937278,129,-1.513899999,0.7251107854,63.914003053 +6,-1.539451648,0.7335131775,129,-1.513899999,0.7251107854,82.477184283 +7,-1.537429487,0.7335445708,129,-1.513899999,0.7251107854,77.103518556 +8,-1.535484998,0.7335658704,129,-1.513899999,0.7251107854,72.009535383 +9,-1.533488396,0.7336036027,129,-1.513899999,0.7251107854,66.919970952 +10,-1.531497785,0.7335842962,129,-1.513899999,0.7251107854,61.867409539 +11,-1.530259379,0.7334777758,129,-1.513899999,0.7251107854,58.59071917 +12,-1.5335454,0.7322346912,129,-1.513899999,0.7251107854,64.548572379 +13,-1.531489083,0.7322238773,129,-1.513899999,0.7251107854,59.122899924 +14,-1.530011122,0.7321679851,129,-1.513899999,0.7251107854,55.210992776 +15,-1.53348106,0.7306614094,129,-1.513899999,0.7251107854,61.938198862 +16,-1.531441779,0.7306962275,129,-1.513899999,0.7251107854,56.394359074 +17,-1.529755654,0.7306933243,129,-1.513899999,0.7251107854,51.84007844 +18,-1.533415048,0.7291384674,129,-1.513899999,0.7251107854,59.911925242 +19,-1.531392093,0.7291705353,129,-1.513899999,0.7251107854,54.202125256 +20,-1.529296523,0.7291214933,129,-1.513899999,0.7251107854,48.251932849 +21,-1.535280942,0.727267644,129,-1.513899999,0.7251107854,63.896668733 +22,-1.533378158,0.7276139666,129,-1.513899999,0.7251107854,58.524766522 +23,-1.531340368,0.7276446587,129,-1.513899999,0.7251107854,52.610063962 +24,-1.528960113,0.7276398177,129,-1.513899999,0.7251107854,45.706916452 +25,-1.533313146,0.7260818349,129,-1.513899999,0.7251107854,57.653843954 +26,-1.531259555,0.7260958115,129,-1.513899999,0.7251107854,51.587668061 +27,-1.528926415,0.7260865555,129,-1.513899999,0.7251107854,44.694017902 +28,-1.531226779,0.7245511789,129,-1.513899999,0.7251107854,51.425746739 +29,-1.528904772,0.7245519194,129,-1.513899999,0.7251107854,44.54774109 +30,-1.547195875,0.7409785979,129,-1.513899999,0.7251107854,116.42642634 +31,-1.5451475,0.740980426,129,-1.513899999,0.7251107854,111.40302479 +32,-1.543097679,0.7409798872,129,-1.513899999,0.7251107854,106.47513548 +33,-1.540720364,0.7409892687,129,-1.513899999,0.7251107854,100.93478659 +34,-1.547188511,0.7395198392,129,-1.513899999,0.7251107854,113.44885917 +35,-1.545148587,0.7395226109,129,-1.513899999,0.7251107854,108.3043135 +36,-1.543104538,0.7395314908,129,-1.513899999,0.7251107854,103.25613899 +37,-1.540727751,0.7395306258,129,-1.513899999,0.7251107854,97.499458596 +38,-1.547187029,0.7380014886,129,-1.513899999,0.7251107854,110.60146722 +39,-1.545147315,0.7380012252,129,-1.513899999,0.7251107854,105.30490309 +40,-1.54310719,0.7380060743,129,-1.513899999,0.7251107854,100.09823739 +41,-1.540719671,0.7380068206,129,-1.513899999,0.7251107854,94.116661121 +42,-1.547187189,0.7364799098,129,-1.513899999,0.7251107854,108.01331262 +43,-1.545149996,0.7364853874,129,-1.513899999,0.7251107854,102.59201555 +44,-1.543106091,0.7364823484,129,-1.513899999,0.7251107854,97.206880475 +45,-1.540717158,0.7364893901,129,-1.513899999,0.7251107854,91.035303239 +46,-1.538663972,0.7410138672,129,-1.513899999,0.7251107854,96.337803595 +47,-1.53695285,0.7409699132,129,-1.513899999,0.7251107854,92.468429597 +48,-1.534910498,0.7409641297,129,-1.513899999,0.7251107854,88.135541417 +49,-1.533145034,0.7409536636,129,-1.513899999,0.7251107854,84.539690987 +50,-1.538681336,0.7395405883,129,-1.513899999,0.7251107854,92.706020431 +51,-1.536999189,0.7395183096,129,-1.513899999,0.7251107854,88.801565145 +52,-1.534923633,0.7395144222,129,-1.513899999,0.7251107854,84.199183531 +53,-1.533267822,0.7395654306,129,-1.513899999,0.7251107854,80.822257022 +54,-1.53867273,0.7380151077,129,-1.513899999,0.7251107854,89.128310318 +55,-1.536980576,0.7379994392,129,-1.513899999,0.7251107854,85.053805069 +56,-1.534931522,0.7379944961,129,-1.513899999,0.7251107854,80.29290853 +57,-1.533387952,0.7379480264,129,-1.513899999,0.7251107854,76.713723296 +58,-1.538682279,0.7364914363,129,-1.513899999,0.7251107854,85.87649242 +59,-1.536980704,0.7364810563,129,-1.513899999,0.7251107854,81.625024831 +60,-1.534935567,0.7364752065,129,-1.513899999,0.7251107854,76.653192659 +61,-1.533042592,0.7363876366,129,-1.513899999,0.7251107854,71.994633895 +62,-1.545143426,0.7349628011,129,-1.513899999,0.7251107854,100.13062541 +63,-1.543105297,0.7349691947,129,-1.513899999,0.7251107854,94.630293867 +64,-1.541064533,0.7349647152,129,-1.513899999,0.7251107854,89.170995989 +65,-1.545411803,0.7334624714,129,-1.513899999,0.7251107854,98.77259251 +66,-1.543446606,0.7334780896,129,-1.513899999,0.7251107854,93.345520376 +67,-1.541475327,0.7334957295,129,-1.513899999,0.7251107854,87.953060479 +68,-1.545401939,0.731963266,129,-1.513899999,0.7251107854,96.977455285 +69,-1.54342253,0.7319915583,129,-1.513899999,0.7251107854,91.408422013 +70,-1.541455867,0.7320216438,129,-1.513899999,0.7251107854,85.915034515 +71,-1.545410146,0.7304422281,129,-1.513899999,0.7251107854,95.552068116 +72,-1.543435491,0.7304713664,129,-1.513899999,0.7251107854,89.892107278 +73,-1.541463105,0.7304997613,129,-1.513899999,0.7251107854,84.262883149 +74,-1.545414768,0.7289194936,129,-1.513899999,0.7251107854,94.478550237 +75,-1.543435774,0.7289538557,129,-1.513899999,0.7251107854,88.724024709 +76,-1.541457714,0.7289765881,129,-1.513899999,0.7251107854,82.978942777 +77,-1.539449415,0.7320555866,129,-1.513899999,0.7251107854,80.361496025 +78,-1.537429183,0.7321097681,129,-1.513899999,0.7251107854,74.857447103 +79,-1.535472649,0.7321497267,129,-1.513899999,0.7251107854,69.581832434 +80,-1.539457899,0.7305333307,129,-1.513899999,0.7251107854,78.575834065 +81,-1.537453161,0.7305750503,129,-1.513899999,0.7251107854,72.938713561 +82,-1.535479385,0.7306124949,129,-1.513899999,0.7251107854,67.433745784 +83,-1.53946905,0.7290102593,129,-1.513899999,0.7251107854,77.228026894 +84,-1.537459922,0.7290417293,129,-1.513899999,0.7251107854,71.438588569 +85,-1.535451349,0.7290890157,129,-1.513899999,0.7251107854,65.693759541 +86,-1.535522937,0.7279887191,129,-1.513899999,0.7251107854,65.026099586 +87,-1.539442524,0.7274735939,129,-1.513899999,0.7251107854,76.21771549 +88,-1.537424111,0.727521351,129,-1.513899999,0.7251107854,70.313609217 +89,-1.539384641,0.7259505092,129,-1.513899999,0.7251107854,75.593798124 +90,-1.537372391,0.7259947145,129,-1.513899999,0.7251107854,69.644358455 +91,-1.535340789,0.7260435356,129,-1.513899999,0.7251107854,63.642061577 +92,-1.539325716,0.7244369706,129,-1.513899999,0.7251107854,75.443751297 +93,-1.537308932,0.7244801057,129,-1.513899999,0.7251107854,69.459764473 +94,-1.535289068,0.7245247645,129,-1.513899999,0.7251107854,63.466611901 +95,-1.533261366,0.7245550236,129,-1.513899999,0.7251107854,57.452991195 +96,-1.539267302,0.722921924,129,-1.513899999,0.7251107854,75.771375666 +97,-1.537248972,0.7229660258,129,-1.513899999,0.7251107854,69.802291565 +98,-1.535219431,0.7229916471,129,-1.513899999,0.7251107854,63.81497729 +99,-1.53318962,0.7230212049,129,-1.513899999,0.7251107854,57.832209972 +100,-1.531154816,0.7230299897,129,-1.513899999,0.7251107854,51.858151039 +101,-1.528878341,0.7230370244,129,-1.513899999,0.7251107854,45.196787342 +102,-1.539218189,0.7214009878,129,-1.513899999,0.7251107854,76.601027415 +103,-1.537198791,0.7214422745,129,-1.513899999,0.7251107854,70.690553436 +104,-1.535179266,0.7214634354,129,-1.513899999,0.7251107854,64.814557503 +105,-1.533156501,0.7214944644,129,-1.513899999,0.7251107854,58.944063025 +106,-1.53113574,0.7215166021,129,-1.513899999,0.7251107854,53.119840975 +107,-1.528874248,0.7215345535,129,-1.513899999,0.7251107854,46.663433433 +108,-1.539217656,0.7198512397,129,-1.513899999,0.7251107854,78.05944605 +109,-1.537199919,0.7199428763,129,-1.513899999,0.7251107854,72.192875869 +110,-1.545425832,0.727397149,129,-1.513899999,0.7251107854,93.800510796 +111,-1.543371177,0.7273916949,129,-1.513899999,0.7251107854,87.74431907 +112,-1.541368852,0.7274523163,129,-1.513899999,0.7251107854,81.87313853 +113,-1.545349067,0.7258710923,129,-1.513899999,0.7251107854,93.246773209 +114,-1.54332671,0.7258603556,129,-1.513899999,0.7251107854,87.256090229 +115,-1.541346831,0.7259242142,129,-1.513899999,0.7251107854,81.399881559 +116,-1.545324355,0.7243383958,129,-1.513899999,0.7251107854,93.238371731 +117,-1.543292796,0.7243617413,129,-1.513899999,0.7251107854,87.213403367 +118,-1.541295822,0.7244024384,129,-1.513899999,0.7251107854,81.288134139 +119,-1.543193859,0.7205570215,129,-1.513899999,0.7251107854,88.865306416 +120,-1.550257047,0.7386738187,129,-1.513899999,0.7251107854,119.84169199 +121,-1.549335448,0.7311736483,129,-1.513899999,0.7251107854,107.48053421 +122,-1.533478843,0.7179891343,129,-1.513899999,0.7251107854,64.697327987 +123,-1.556150555,0.738907041,129,-1.513899999,0.7251107854,135.9435063 +124,-1.554324226,0.733414257,129,-1.513899999,0.7251107854,123.83898727 +125,-1.554290846,0.7288285332,129,-1.513899999,0.7251107854,120.44165253 +126,-1.55122487,0.7219795312,129,-1.513899999,0.7251107854,111.49257919 +127,-1.525104458,0.7229399862,129,-1.513899999,0.7251107854,34.341506209 +128,-1.519607711,0.7236181429,129,-1.513899999,0.7251107854,17.934347278 +129,-1.513899999,0.7251107854,129,-1.513899999,0.7251107854,12.286632309 +130,-1.536620762,0.7431061895,129,-1.513899999,0.7251107854,97.697100057 +131,-1.5369566,0.7460845958,129,-1.513899999,0.7251107854,107.17355128 +132,-1.545345528,0.7447040685,129,-1.513899999,0.7251107854,120.6687745 +133,-1.532813921,0.7432306626,129,-1.513899999,0.7251107854,90.798600034 +134,-1.554788248,0.7382381001,129,-1.513899999,0.7251107854,131.23965756 +135,-1.540348126,0.7301594274,129,-1.513899999,0.7251107854,80.744505624 +136,-1.538016084,0.7239051786,129,-1.513899999,0.7251107854,71.689131937 +137,-1.525288962,0.7258085137,129,-1.513899999,0.7251107854,33.865193264 +138,-1.534326986,0.731241342,129,-1.513899999,0.7251107854,65.089860346 +139,-1.530733872,0.7303625216,129,-1.513899999,0.7251107854,53.958559501 +141,-1.534354939,0.7328219978,129,-1.513899999,0.7251107854,67.710950889 +142,-1.53157084,0.7292888153,129,-1.513899999,0.7251107854,54.844378239 +143,-1.525691035,0.7263799874,129,-1.513899999,0.7251107854,35.29481813 +144,-1.534031287,0.7495967835,129,-1.513899999,0.7251107854,113.53620954 +145,-1.527714986,0.7283095957,129,-1.513899999,0.7251107854,42.814250209 +146,-1.526189586,0.7271468292,129,-1.513899999,0.7251107854,37.28238104 +147,-1.555177336,0.7375563366,129,-1.513899999,0.7251107854,131.29006349 +148,-1.555080283,0.7312707794,129,-1.513899999,0.7251107854,124.16239964 +149,-1.53856994,0.7224180299,129,-1.513899999,0.7251107854,73.99349287 +150,-1.530837883,0.729933372,129,-1.513899999,0.7251107854,53.622593036 +151,-1.515066984,0.5854133365,129,-1.513899999,0.7251107854,553.35367797 +152,-1.534731633,0.5368370046,129,-1.513899999,0.7251107854,748.69989716 +153,-1.515231902,0.5607085576,129,-1.513899999,0.7251107854,651.21083012 +154,-2.616253799,1.0684566605,129,-1.513899999,0.7251107854,2898.6146349 +155,-1.956071439,0.5792177723,129,-1.513899999,0.7251107854,1500.1282936 +156,-1.951208514,0.5602434208,129,-1.513899999,0.7251107854,1525.2173164 +157,-1.944675062,0.6062144545,129,-1.513899999,0.7251107854,1416.3434134 +158,-1.613778386,0.6077989518,129,-1.513899999,0.7251107854,558.8117939 +159,-2.035029014,0.6021432345,129,-1.513899999,0.7251107854,1687.8827248 +160,-2.114989471,0.6801825058,129,-1.513899999,0.7251107854,1813.5811548 +161,-2.037382079,0.5765830025,129,-1.513899999,0.7251107854,1740.8347595 +162,-2.129855121,0.6585019963,129,-1.513899999,0.7251107854,1884.0313005 +163,-2.075141798,0.6493615843,129,-1.513899999,0.7251107854,1734.114385 +164,-1.828626729,0.6948433129,129,-1.513899999,0.7251107854,951.22012363 +165,-1.863329418,0.6735427691,129,-1.513899999,0.7251107854,1076.1582445 +166,-1.266037071,0.727988852,129,-1.513899999,0.7251107854,733.11188323 +167,-1.277579582,0.7249010648,129,-1.513899999,0.7251107854,699.92205898 +168,-1.258418684,0.7241194816,129,-1.513899999,0.7251107854,756.81249697 +169,-1.317813974,0.6804850104,129,-1.513899999,0.7251107854,617.91756935 +170,-1.344165204,0.6790988904,129,-1.513899999,0.7251107854,544.32371656 +171,-1.427582102,0.5277120351,129,-1.513899999,0.7251107854,829.11222266 +172,-1.402238616,0.457167829,129,-1.513899999,0.7251107854,1122.1936576 +173,-1.422454264,0.4996161999,129,-1.513899999,0.7251107854,940.57627828 +174,-1.439089277,0.4894859811,129,-1.513899999,0.7251107854,964.15751992 +175,-1.448126995,0.5182330266,129,-1.513899999,0.7251107854,846.12416487 +176,-1.474626146,0.5881926574,129,-1.513899999,0.7251107854,556.09295275 +177,-1.421139645,0.5584869783,129,-1.513899999,0.7251107854,722.25838034 +178,-1.457037165,0.565943032,129,-1.513899999,0.7251107854,655.48816909 +179,-2.757159358,0.3745319,129,-1.513899999,0.7251107854,4298.5644075 +180,-2.714309238,0.342054471,129,-1.513899999,0.7251107854,4249.3134701 +181,-2.000525337,0.774119946,129,-1.513899999,0.7251107854,1417.1646521 +183,-1.571413436,0.6777838382,129,-1.513899999,0.7251107854,255.74608788 +184,-1.552860289,0.6987663893,129,-1.513899999,0.7251107854,156.64107398 +185,-1.521852374,0.7165827476,129,-1.513899999,0.7251107854,41.243442174 +186,-1.503656267,0.6928968252,129,-1.513899999,0.7251107854,131.26245277 +187,-1.502753178,0.7136205882,129,-1.513899999,0.7251107854,56.342127504 +188,-1.631894563,0.7343596465,129,-1.513899999,0.7251107854,350.18693453 +189,-1.653765416,0.6770714026,129,-1.513899999,0.7251107854,463.88942125 +190,-1.719812114,0.6715965947,129,-1.513899999,0.7251107854,659.01368557 +191,-1.493406659,0.6646955447,129,-1.513899999,0.7251107854,247.28673496 +192,-1.469120564,0.6613469966,129,-1.513899999,0.7251107854,287.02568052 +193,-1.590551461,0.5326612937,129,-1.513899999,0.7251107854,800.55095428 +194,-1.625979264,0.5247742243,129,-1.513899999,0.7251107854,870.72562716 +195,-1.572293943,0.5238808754,129,-1.513899999,0.7251107854,818.67266404 +196,-1.610848725,0.5477107964,129,-1.513899999,0.7251107854,767.10743508 +197,-1.208485554,0.7918526018,129,-1.513899999,0.7251107854,914.93291043 +198,-1.335601374,0.6869083083,129,-1.513899999,0.7251107854,557.9269867 +199,-1.346156996,0.6825213377,129,-1.513899999,0.7251107854,533.54809253 +200,-1.324381037,0.6741422347,129,-1.513899999,0.7251107854,608.26517801 +201,-1.242424992,0.7378949807,129,-1.513899999,0.7251107854,800.70043897 +202,-1.270370057,0.7392461008,129,-1.513899999,0.7251107854,718.7776279 +203,-1.448950472,0.7441675014,129,-1.513899999,0.7251107854,205.26717941 +204,-1.492662363,0.7523026852,129,-1.513899999,0.7251107854,124.37097111 +205,-1.479098966,0.7763855017,129,-1.513899999,0.7251107854,226.7146131 +206,-1.633760714,0.7869022408,129,-1.513899999,0.7251107854,423.11066227 +207,-1.647406434,0.8101289331,129,-1.513899999,0.7251107854,507.70642054 +208,-1.564245052,0.5701509278,129,-1.513899999,0.7251107854,633.95499977 +209,-1.646289963,0.6833746083,129,-1.513899999,0.7251107854,432.28879559 +210,-1.5820631,0.6751952144,129,-1.513899999,0.7251107854,285.81343141 +211,-1.613236298,0.6681681791,129,-1.513899999,0.7251107854,376.62284675 +212,-1.914661867,0.8212566515,129,-1.513899999,0.7251107854,1193.0847655 +213,-1.742133237,0.7250275956,129,-1.513899999,0.7251107854,675.97831631 +214,-2.033144872,0.6557314699,129,-1.513899999,0.7251107854,1601.145594 +215,-2.039551981,0.6964723658,129,-1.513899999,0.7251107854,1573.9891567 +216,-1.247341019,0.7622473908,129,-1.513899999,0.7251107854,789.68514146 +217,-1.298239787,0.7084123392,129,-1.513899999,0.7251107854,646.8618058 +218,-1.308539688,0.6926545592,129,-1.513899999,0.7251107854,630.17297859 +219,-1.303263185,0.6888938396,129,-1.513899999,0.7251107854,649.78019462 +220,-1.852400229,0.6004246149,129,-1.513899999,0.7251107854,1163.1358647 +221,-1.288947707,0.7473773692,129,-1.513899999,0.7251107854,665.44819328 +222,-1.372031502,0.7472790993,129,-1.513899999,0.7251107854,425.38884346 +223,-1.289805721,0.7242157877,129,-1.513899999,0.7251107854,663.99104601 +224,-1.350807603,0.7533498126,129,-1.513899999,0.7251107854,490.03327257 +225,-1.329290365,0.7560442322,129,-1.513899999,0.7251107854,553.03112423 +226,-1.410153004,0.616936428,129,-1.513899999,0.7251107854,535.5830099 +227,-1.393445434,0.6308995063,129,-1.513899999,0.7251107854,526.28088046 +228,-1.37595573,0.6241540638,129,-1.513899999,0.7251107854,584.31279406 +229,-1.358388707,0.6172645205,129,-1.513899999,0.7251107854,643.67898251 +230,-1.753741133,0.8281661666,129,-1.513899999,0.7251107854,789.38418593 +231,-1.47430987,0.6834615681,129,-1.513899999,0.7251107854,203.69156076 +232,-1.421012508,0.7222725206,129,-1.513899999,0.7251107854,275.89775103 +233,-1.4476833,0.6978557868,129,-1.513899999,0.7251107854,226.06095437 +234,-1.470370723,0.6966193374,129,-1.513899999,0.7251107854,172.63571002 +235,-1.429211703,0.7037216883,129,-1.513899999,0.7251107854,267.16556419 +236,-1.700578405,0.6178673663,129,-1.513899999,0.7251107854,717.12213223 +237,-1.678117619,0.6331716163,129,-1.513899999,0.7251107854,622.92287929 +238,-1.725644578,0.6316331145,129,-1.513899999,0.7251107854,749.66069083 +239,-2.14012759,0.7930497945,129,-1.513899999,0.7251107854,1804.2247806 +240,-2.103289431,0.7653606263,129,-1.513899999,0.7251107854,1711.1575661 +241,-1.318739838,0.7017808746,129,-1.513899999,0.7251107854,591.32048837 +242,-1.396417427,0.7077900843,129,-1.513899999,0.7251107854,357.4823776 +243,-1.35650337,0.7185539404,129,-1.513899999,0.7251107854,468.46429182 +244,-1.248884539,0.7274156818,129,-1.513899999,0.7251107854,783.87562527 +245,-1.395014798,0.5761185243,129,-1.513899999,0.7251107854,698.51062388 +246,-1.433377362,0.6064716109,129,-1.513899999,0.7251107854,532.47241147 +247,-1.408172432,0.5903155476,129,-1.513899999,0.7251107854,628.02411029 +248,-1.749645898,0.7757118084,129,-1.513899999,0.7251107854,710.8237318 +249,-1.571626686,0.615046989,129,-1.513899999,0.7251107854,471.25797215 +250,-1.514070049,0.6303003037,129,-1.513899999,0.7251107854,375.54468344 +251,-1.480890369,0.6237966528,129,-1.513899999,0.7251107854,414.0635324 +252,-1.704390658,0.5281680612,129,-1.513899999,0.7251107854,989.22780033 +253,-1.64434733,0.5254277498,129,-1.513899999,0.7251107854,894.16102999 +254,-1.703855997,0.4792484842,129,-1.513899999,0.7251107854,1152.309644 +255,-1.692002383,0.5748825051,129,-1.513899999,0.7251107854,817.04641022 +256,-1.854136457,0.5544643913,129,-1.513899999,0.7251107854,1270.4825506 +257,-1.665021206,0.520317736,129,-1.513899999,0.7251107854,944.55415832 +258,-1.733654349,0.4845187345,129,-1.513899999,0.7251107854,1189.1924377 +259,-1.720938188,0.5135933906,129,-1.513899999,0.7251107854,1069.1533272 +260,-1.742668307,0.553296122,129,-1.513899999,0.7251107854,993.86355201 +261,-1.965659039,0.7142126903,129,-1.513899999,0.7251107854,1341.342368 +262,-1.944438071,0.6772834804,129,-1.513899999,0.7251107854,1312.1425482 +263,-1.270340967,0.7681487096,129,-1.513899999,0.7251107854,727.35437164 +264,-1.353091884,0.6549276821,129,-1.513899999,0.7251107854,563.99576281 +265,-1.333236659,0.6413584414,129,-1.513899999,0.7251107854,645.89622153 +266,-1.352015998,0.6753788907,129,-1.513899999,0.7251107854,528.06929458 +267,-1.377988483,0.6577816235,129,-1.513899999,0.7251107854,492.74176333 +268,-2.13075611,0.8318642051,129,-1.513899999,0.7251107854,1773.6719296 +269,-2.097910953,0.8259670014,129,-1.513899999,0.7251107854,1685.3871681 +270,-1.416382069,0.6694271549,129,-1.513899999,0.7251107854,369.09596392 +271,-1.538905672,0.7535625993,129,-1.513899999,0.7251107854,134.37191246 +272,-1.572309477,0.7803125099,129,-1.513899999,0.7251107854,276.20931528 +273,-1.87759879,0.7503853417,129,-1.513899999,0.7251107854,1067.9589456 +274,1.152365588,0.590457682,129,-1.513899999,0.7251107854,6953.0927858 +275,0.350198001,0.718001859,129,-1.513899999,0.7251107854,5125.1944644 +276,0.046513677,0.491503852,129,-1.513899999,0.7251107854,4932.3031407 +277,0.027510309,0.742571376,129,-1.513899999,0.7251107854,4307.773849 +278,0.306285725,-0.214631579,129,-1.513899999,0.7251107854,7519.4135743 +279,-1.100564889,0.318051531,129,-1.513899999,0.7251107854,2133.4348608 +280,-1.078582306,0.301437596,129,-1.513899999,0.7251107854,2235.4293325 +281,-1.137371989,-0.617634065,129,-1.513899999,0.7251107854,5491.5969239 +282,0.784356344,0.703272339,129,-1.513899999,0.7251107854,6026.504969 +283,-1.221209947,0.218327455,129,-1.513899999,0.7251107854,2247.9500054 +284,2.347301921,-0.449114658,129,-1.513899999,0.7251107854,9862.073065 +285,0.246820618,0.830553713,129,-1.513899999,0.7251107854,4616.2437712 +286,0.829414965,0.703288228,129,-1.513899999,0.7251107854,6101.0535885 +287,-1.337537566,0.42332223,129,-1.513899999,0.7251107854,1329.2031666 +288,0.882453706,0.454478077,129,-1.513899999,0.7251107854,7031.857028 +289,1.575629659,0.416419109,129,-1.513899999,0.7251107854,7918.2094077 +290,-1.039455679,0.229888244,129,-1.513899999,0.7251107854,2553.053077 +291,0.489558039,0.934482747,129,-1.513899999,0.7251107854,4818.4892558 +292,0.081344504,0.88384514,129,-1.513899999,0.7251107854,4142.5213229 +293,-1.547979814,0.300350308,129,-1.513899999,0.7251107854,1686.4618841 +294,0.040776181,0.168560074,129,-1.513899999,0.7251107854,5732.8587346 +295,-1.130374745,0.563894876,129,-1.513899999,0.7251107854,1366.508571 +296,1.578326642,0.478507176,129,-1.513899999,0.7251107854,7672.8834771 +297,-1.12861823,-0.291640865,129,-1.513899999,0.7251107854,4267.7484175 +298,0.310524208,0.770885792,129,-1.513899999,0.7251107854,4900.6950157 +299,0.415649091,-0.387246002,129,-1.513899999,0.7251107854,8267.4949914 +300,-0.926533878,-0.188022748,129,-1.513899999,0.7251107854,4202.4113706 +301,1.258856172,-0.11716081,129,-1.513899999,0.7251107854,9708.1844642 +302,-1.126050026,0.322941926,129,-1.513899999,0.7251107854,2062.2783723 +303,2.002785835,0.07893892,129,-1.513899999,0.7251107854,8982.7528959 +304,0.440437607,0.746258085,129,-1.513899999,0.7251107854,5243.0421724 +305,-0.030391866,0.214441206,129,-1.513899999,0.7251107854,5404.5859418 +306,0.521557815,-0.058929362,129,-1.513899999,0.7251107854,7739.6630548 +307,-0.097005111,0.13317729,129,-1.513899999,0.7251107854,5417.1542855 +308,1.83113859,0.221857587,129,-1.513899999,0.7251107854,8619.9052306 +309,0.222428864,0.099404236,129,-1.513899999,0.7251107854,6447.414455 +310,-1.702731345,0.8728568183,129,-1.513899999,0.7251107854,782.38553196 +311,-0.418507569,0.278324921,129,-1.513899999,0.7251107854,4094.7476183 +312,-1.41153306,0.339029988,129,-1.513899999,0.7251107854,1567.6750998 +313,0.357560442,0.114788776,129,-1.513899999,0.7251107854,6795.2113954 +314,0.325818979,0.268352149,129,-1.513899999,0.7251107854,6284.8544471 +315,-1.246004659,-0.663679965,129,-1.513899999,0.7251107854,5585.537186 +316,1.814603087,0.637404484,129,-1.513899999,0.7251107854,7004.5616187 +317,1.843704281,-0.18300445,129,-1.513899999,0.7251107854,10168.668039 +318,1.690644492,-0.211480909,129,-1.513899999,0.7251107854,10397.705951 +319,-1.275451936,0.068109467,129,-1.513899999,0.7251107854,2736.485119 +320,0.762430171,-0.207594741,129,-1.513899999,0.7251107854,8828.5022629 +321,0.265668905,-0.014647884,129,-1.513899999,0.7251107854,6877.7527328 +322,-2.773032013,-0.335515811,129,-1.513899999,0.7251107854,6228.5226536 +323,-1.469512853,0.174058777,129,-1.513899999,0.7251107854,2188.2033024 +324,0.286276986,0.785925691,129,-1.513899999,0.7251107854,4810.038489 +325,-1.379324697,0.377432233,129,-1.513899999,0.7251107854,1448.5170357 +326,-1.203778265,0.212813032,129,-1.513899999,0.7251107854,2295.4951801 +327,0.579916301,0.611743168,129,-1.513899999,0.7251107854,5925.1990681 +328,0.267582642,0.868113908,129,-1.513899999,0.7251107854,4570.4603003 +329,0.412869244,-0.050245578,129,-1.513899999,0.7251107854,7403.1307063 +330,0.17524381,0.976660285,129,-1.513899999,0.7251107854,4147.5075523 +331,0.743157214,0.204812899,129,-1.513899999,0.7251107854,7551.6701924 +332,-1.070758176,0.269382282,129,-1.513899999,0.7251107854,2356.0312587 +333,-1.230364251,0.329790229,129,-1.513899999,0.7251107854,1834.9714585 +334,-1.374813124,-0.024926835,129,-1.513899999,0.7251107854,3012.6481338 +335,0.519780566,0.463669906,129,-1.513899999,0.7251107854,6231.0203185 +336,-1.55108034,0.239698561,129,-1.513899999,0.7251107854,1926.9791062 +337,0.180294813,0.029739425,129,-1.513899999,0.7251107854,6508.7884089 +338,0.67820924,0.268170153,129,-1.513899999,0.7251107854,7199.7278869 +339,0.445798684,1.024001867,129,-1.513899999,0.7251107854,4509.5643129 +340,0.691751283,0.150521402,129,-1.513899999,0.7251107854,7593.4985379 +341,-1.036643551,-0.903056181,129,-1.513899999,0.7251107854,6655.0273447 +342,-0.120287036,1.083325163,129,-1.513899999,0.7251107854,3430.8676941 +343,2.823513113,-0.304487164,129,-1.513899999,0.7251107854,8116.7697498 +344,0.457583172,1.12513373,129,-1.513899999,0.7251107854,4272.1530411 +345,0.042918831,0.813795399,129,-1.513899999,0.7251107854,4196.82318 +346,1.196146777,-0.853142756,129,-1.513899999,0.7251107854,11144.686068 +347,0.206001358,-0.010430701,129,-1.513899999,0.7251107854,6690.7835208 +348,-0.268308653,0.234799412,129,-1.513899999,0.7251107854,4648.5224965 +349,0.759363263,0.736189579,129,-1.513899999,0.7251107854,5876.8927575 +350,0.181363926,0.891988372,129,-1.513899999,0.7251107854,4338.1282274 +351,-0.021111158,0.139103292,129,-1.513899999,0.7251107854,5626.6495007 +352,-0.093355215,0.630686981,129,-1.513899999,0.7251107854,4231.7058927 +353,0.40118964,0.681375926,129,-1.513899999,0.7251107854,5337.1172252 +354,-0.721197315,1.304706234,129,-1.513899999,0.7251107854,2690.6571494 +355,-1.076150317,0.212107639,129,-1.513899999,0.7251107854,2533.782147 +356,-1.577164531,0.273993443,129,-1.513899999,0.7251107854,1799.9272161 +357,-0.190788414,0.182208586,129,-1.513899999,0.7251107854,5012.4486068 +358,-0.261349752,0.209710184,129,-1.513899999,0.7251107854,4732.944663 +359,-1.029303852,0.083549259,129,-1.513899999,0.7251107854,3064.84469 +360,-1.268609162,0.330525297,129,-1.513899999,0.7251107854,1768.5697979 +361,1.282982244,-0.926641967,129,-1.513899999,0.7251107854,11228.83554 +362,0.217352334,0.731352408,129,-1.513899999,0.7251107854,4788.8610012 +363,-1.511833084,0.258629297,129,-1.513899999,0.7251107854,1847.746787 +364,0.338812194,0.823184618,129,-1.513899999,0.7251107854,4827.5991693 +365,-0.324406489,1.134201999,129,-1.513899999,0.7251107854,3045.0385598 +366,1.389579348,0.399185724,129,-1.513899999,0.7251107854,7905.4952713 +367,2.047152199,-0.039082036,129,-1.513899999,0.7251107854,9343.1445155 +368,0.947780369,0.568250077,129,-1.513899999,0.7251107854,6752.7661696 +369,0.763824846,0.576754987,129,-1.513899999,0.7251107854,6403.4510219 +370,-0.142334657,0.928153068,129,-1.513899999,0.7251107854,3574.6028654 +371,0.610266567,0.547265983,129,-1.513899999,0.7251107854,6185.422834 +372,0.210731629,0.746815056,129,-1.513899999,0.7251107854,4736.1414763 +373,-1.34931644,0.316895224,129,-1.513899999,0.7251107854,1710.2972581 +374,2.407696481,0.655030745,129,-1.513899999,0.7251107854,6292.9116386 +375,0.64207831,0.545359131,129,-1.513899999,0.7251107854,6259.1556663 +376,1.174597538,0.840588356,129,-1.513899999,0.7251107854,6042.5257919 +377,0.660059424,0.010604079,129,-1.513899999,0.7251107854,7927.845358 +378,-0.730263819,0.010486456,129,-1.513899999,0.7251107854,3976.1765822 +379,0.831068936,0.512339172,129,-1.513899999,0.7251107854,6742.0615951 +380,1.301180979,0.72367476,129,-1.513899999,0.7251107854,6587.1573013 +381,1.811128231,0.322854402,129,-1.513899999,0.7251107854,8238.6315247 +382,0.435105812,0.992284428,129,-1.513899999,0.7251107854,4573.7836525 +383,0.62643634,0.592027932,129,-1.513899999,0.7251107854,6082.4415916 +384,0.492988703,-0.516339467,129,-1.513899999,0.7251107854,8782.4943065 +385,-0.162469483,0.112549365,129,-1.513899999,0.7251107854,5276.9119123 +386,0.314630866,0.472006421,129,-1.513899999,0.7251107854,5698.9786519 +387,0.166744804,0.822815954,129,-1.513899999,0.7251107854,4459.6401167 +388,0.417159608,0.965805736,129,-1.513899999,0.7251107854,4611.5731662 +389,0.106334961,0.868774244,129,-1.513899999,0.7251107854,4227.4973535 +390,0.815086969,-0.338144359,129,-1.513899999,0.7251107854,9323.8747522 +391,0.59867455,-0.230624824,129,-1.513899999,0.7251107854,8422.025177 +392,1.915104874,0.066220985,129,-1.513899999,0.7251107854,9142.2326512 +393,1.278093622,0.064463721,129,-1.513899999,0.7251107854,9071.656574 +394,-0.061477853,0.302997961,129,-1.513899999,0.7251107854,5088.5116369 +395,0.251311504,0.626976942,129,-1.513899999,0.7251107854,5130.7033133 +396,2.950242872,0.149095644,129,-1.513899999,0.7251107854,6552.3945187 +397,-0.180294708,0.35375117,129,-1.513899999,0.7251107854,4614.6866803 +398,1.010448592,-0.351180233,129,-1.513899999,0.7251107854,9903.0418441 +399,-1.748740498,0.3686318073,129,-1.513899999,0.7251107854,1615.5682987 +400,2.699635665,0.123533791,129,-1.513899999,0.7251107854,7319.696105 +401,0.496808033,0.823843254,129,-1.513899999,0.7251107854,5138.5974184 +402,0.129574704,0.763364087,129,-1.513899999,0.7251107854,4508.3034609 +403,1.798920311,0.817447563,129,-1.513899999,0.7251107854,6304.1093848 +404,0.335987953,0.746786541,129,-1.513899999,0.7251107854,5018.3396351 +405,-1.085413643,0.292154671,129,-1.513899999,0.7251107854,2250.1639974 +406,-0.155321003,0.508207011,129,-1.513899999,0.7251107854,4326.5931205 +407,0.620529244,-0.301175104,129,-1.513899999,0.7251107854,8665.8828995 +408,1.684402744,0.368716966,129,-1.513899999,0.7251107854,8106.1945149 +409,0.300582244,-0.386397212,129,-1.513899999,0.7251107854,7926.6051159 +410,2.913555946,-0.009225192,129,-1.513899999,0.7251107854,7086.2714926 +411,1.465101417,0.493232532,129,-1.513899999,0.7251107854,7581.3584789 +412,0.090612882,0.907955955,129,-1.513899999,0.7251107854,4114.6855926 +413,2.987564726,-0.729568594,129,-1.513899999,0.7251107854,8570.9142059 +414,-1.484261606,0.224149272,129,-1.513899999,0.7251107854,1986.9500473 +415,0.164073421,0.303955133,129,-1.513899999,0.7251107854,5737.043683 +416,0.141441293,0.167552546,129,-1.513899999,0.7251107854,6030.5752008 +417,2.931321023,-0.506718887,129,-1.513899999,0.7251107854,8271.3546665 +418,2.21951565,0.700596356,129,-1.513899999,0.7251107854,6409.2463082 +419,0.268112576,1.199114336,129,-1.513899999,0.7251107854,3863.0356579 +420,0.978913739,0.359223811,129,-1.513899999,0.7251107854,7533.6635497 +421,1.210898818,0.522863584,129,-1.513899999,0.7251107854,7270.8653037 +422,2.347397336,0.129231362,129,-1.513899999,0.7251107854,8171.9209112 +423,0.614394501,0.556878345,129,-1.513899999,0.7251107854,6164.8935022 +424,-1.398079356,0.148483366,129,-1.513899999,0.7251107854,2319.8019556 +425,2.535303836,-0.112984496,129,-1.513899999,0.7251107854,8446.6495154 +426,-1.019372593,-0.405322349,129,-1.513899999,0.7251107854,4831.4881984 +427,-1.297785627,-0.160104069,129,-1.513899999,0.7251107854,3593.5093945 +428,2.144554488,0.205051084,129,-1.513899999,0.7251107854,8305.0003002 +429,-2.242387083,-0.426171285,129,-1.513899999,0.7251107854,5284.9724674 +430,0.338637212,0.909723676,129,-1.513899999,0.7251107854,4610.2765175 +431,-0.148798452,0.691042401,129,-1.513899999,0.7251107854,3960.1146418 +432,0.893524764,0.441829531,129,-1.513899999,0.7251107854,7095.1668307 +433,0.969229347,-0.368847936,129,-1.513899999,0.7251107854,9837.7876825 +434,0.436043248,0.800045688,129,-1.513899999,0.7251107854,5086.2712747 +435,1.687946607,1.081504775,129,-1.513899999,0.7251107854,5285.243595 +436,0.522302046,-0.034889271,129,-1.513899999,0.7251107854,7675.5939339 +437,-0.178996113,-0.438090009,129,-1.513899999,0.7251107854,6710.1542902 +438,-1.094339566,0.301444068,129,-1.513899999,0.7251107854,2200.59558 +439,-1.064070054,0.242569932,129,-1.513899999,0.7251107854,2458.0867995 +440,-1.068153768,0.230387998,129,-1.513899999,0.7251107854,2489.5358389 +441,-3.00496892,-0.23989155,129,-1.513899999,0.7251107854,6617.4092768 +442,0.21751974,0.766874888,129,-1.513899999,0.7251107854,4703.5720635 +443,0.117229532,0.007619006,129,-1.513899999,0.7251107854,6380.6967891 +444,0.777758451,0.420554741,129,-1.513899999,0.7251107854,6939.4992804 +445,-0.252356999,0.250747086,129,-1.513899999,0.7251107854,4655.5571555 +446,0.363148444,0.768483434,129,-1.513899999,0.7251107854,5020.271471 +447,0.903191366,-0.118210676,129,-1.513899999,0.7251107854,8945.8426123 +448,-0.205755923,0.149406178,129,-1.513899999,0.7251107854,5052.8522371 +449,1.811996086,0.02364353,129,-1.513899999,0.7251107854,9405.0188598 +450,-1.100670221,0.314845373,129,-1.513899999,0.7251107854,2143.5050736 +451,0.340078597,0.850105132,129,-1.513899999,0.7251107854,4761.8986182 +452,0.258757267,0.804969236,129,-1.513899999,0.7251107854,4703.4018623 +453,2.78505352,-0.155160804,129,-1.513899999,0.7251107854,7850.0702234 +454,0.800551619,0.105822106,129,-1.513899999,0.7251107854,7999.1823685 +455,0.437940882,-0.506194031,129,-1.513899999,0.7251107854,8600.1981973 +456,2.230431122,0.63458615,129,-1.513899999,0.7251107854,6631.9360115 +457,0.527965361,0.127667701,129,-1.513899999,0.7251107854,7232.8531848 +458,-0.063643205,0.702093448,129,-1.513899999,0.7251107854,4161.5217655 +459,1.408447268,0.133010502,129,-1.513899999,0.7251107854,8952.7817999 +460,0.523795955,0.280266966,129,-1.513899999,0.7251107854,6779.4223209 +461,-0.975769313,0.072177659,129,-1.513899999,0.7251107854,3212.2040515 +462,0.549774164,-0.463663986,129,-1.513899999,0.7251107854,8837.3469783 +463,0.29245874,1.095549818,129,-1.513899999,0.7251107854,4102.9940302 +464,0.143625958,0.816809593,129,-1.513899999,0.7251107854,4421.3356545 +465,0.671902494,0.611159853,129,-1.513899999,0.7251107854,6115.2902832 +466,1.239840988,0.6724199,129,-1.513899999,0.7251107854,6733.9647658 +467,0.607829703,-0.10932137,129,-1.513899999,0.7251107854,8123.3367012 +468,1.763020906,0.263996692,129,-1.513899999,0.7251107854,8494.7589278 +469,0.378714634,0.726066797,129,-1.513899999,0.7251107854,5166.4892857 +470,2.196736143,-0.153862366,129,-1.513899999,0.7251107854,9432.5945819 +471,0.01702415,0.148991565,129,-1.513899999,0.7251107854,5713.7143336 +472,-2.998490902,-0.158002487,129,-1.513899999,0.7251107854,6383.2562693 +473,-3.051262951,-0.346595608,129,-1.513899999,0.7251107854,7026.634711 +474,-1.069176439,0.182802941,129,-1.513899999,0.7251107854,2646.7721824 +475,0.167157509,0.595344954,129,-1.513899999,0.7251107854,4999.4862957 +476,0.613855648,0.681746124,129,-1.513899999,0.7251107854,5782.3988909 +477,1.037012736,0.682555367,129,-1.513899999,0.7251107854,6475.6271262 +478,-1.253574971,0.379755746,129,-1.513899999,0.7251107854,1619.8921031 +479,3.108590453,-0.132620738,129,-1.513899999,0.7251107854,6835.5608385 +480,0.565301296,0.022333262,129,-1.513899999,0.7251107854,7635.8143613 +481,0.547898238,0.855555614,129,-1.513899999,0.7251107854,5142.0500652 +482,0.948309381,0.417393755,129,-1.513899999,0.7251107854,7277.7256242 +483,-0.050600732,0.945269213,129,-1.513899999,0.7251107854,3748.4448745 +484,-0.977651478,-0.572363064,129,-1.513899999,0.7251107854,5498.5127444 +485,1.102014914,0.728861163,129,-1.513899999,0.7251107854,6385.0949683 +486,2.927300795,-0.282939414,129,-1.513899999,0.7251107854,7755.9393146 +487,-1.154565557,0.124434095,129,-1.513899999,0.7251107854,2693.8009111 +488,1.855331234,0.291044755,129,-1.513899999,0.7251107854,8333.2412664 +489,0.830290659,0.276904518,129,-1.513899999,0.7251107854,7518.8292463 +490,0.485104466,-0.234867441,129,-1.513899999,0.7251107854,8100.045584 +491,0.521367572,-0.33161327,129,-1.513899999,0.7251107854,8448.1733385 +1,-1.539031704,0.7349710123,130,-1.536620762,0.7431061895,32.987414685 +2,-1.536990553,0.7349663874,130,-1.536620762,0.7431061895,32.259926979 +3,-1.534951779,0.7349571355,130,-1.536620762,0.7431061895,32.646131617 +4,-1.532906461,0.7349480293,130,-1.536620762,0.7431061895,34.095045624 +5,-1.531320211,0.7346937278,130,-1.536620762,0.7431061895,36.758767957 +6,-1.539451648,0.7335131775,130,-1.536620762,0.7431061895,38.892405855 +7,-1.537429487,0.7335445708,130,-1.536620762,0.7431061895,37.947600391 +8,-1.535484998,0.7335658704,130,-1.536620762,0.7431061895,37.935394339 +9,-1.533488396,0.7336036027,130,-1.536620762,0.7431061895,38.742097029 +10,-1.531497785,0.7335842962,130,-1.536620762,0.7431061895,40.592343412 +11,-1.530259379,0.7334777758,130,-1.536620762,0.7431061895,42.447942346 +12,-1.5335454,0.7322346912,130,-1.536620762,0.7431061895,43.995449163 +13,-1.531489083,0.7322238773,130,-1.536620762,0.7431061895,45.654090641 +14,-1.530011122,0.7321679851,130,-1.536620762,0.7431061895,47.461061433 +15,-1.53348106,0.7306614094,130,-1.536620762,0.7431061895,50.1467395 +16,-1.531441779,0.7306962275,130,-1.536620762,0.7431061895,51.449740377 +17,-1.529755654,0.7306933243,130,-1.536620762,0.7431061895,53.13132151 +18,-1.533415048,0.7291384674,130,-1.536620762,0.7431061895,56.120648568 +19,-1.531392093,0.7291705353,130,-1.536620762,0.7431061895,57.293044489 +20,-1.529296523,0.7291214933,130,-1.536620762,0.7431061895,59.419198612 +21,-1.535280942,0.727267644,130,-1.536620762,0.7431061895,62.85983373 +22,-1.533378158,0.7276139666,130,-1.536620762,0.7431061895,62.099468398 +23,-1.531340368,0.7276446587,130,-1.536620762,0.7431061895,63.176593835 +24,-1.528960113,0.7276398177,130,-1.536620762,0.7431061895,65.264010145 +25,-1.533313146,0.7260818349,130,-1.536620762,0.7431061895,68.130715935 +26,-1.531259555,0.7260958115,130,-1.536620762,0.7431061895,69.196349421 +27,-1.528926415,0.7260865555,130,-1.536620762,0.7431061895,71.107296865 +28,-1.531226779,0.7245511789,130,-1.536620762,0.7431061895,75.189348397 +29,-1.528904772,0.7245519194,130,-1.536620762,0.7431061895,76.917957476 +30,-1.547195875,0.7409785979,130,-1.536620762,0.7431061895,32.004622236 +31,-1.5451475,0.740980426,130,-1.536620762,0.7431061895,26.280128184 +32,-1.543097679,0.7409798872,130,-1.536620762,0.7431061895,20.700843515 +33,-1.540720364,0.7409892687,130,-1.536620762,0.7431061895,14.614087176 +34,-1.547188511,0.7395198392,130,-1.536620762,0.7431061895,33.985522001 +35,-1.545148587,0.7395226109,130,-1.536620762,0.7431061895,28.674319065 +36,-1.543104538,0.7395314908,130,-1.536620762,0.7431061895,23.649755347 +37,-1.540727751,0.7395306258,130,-1.536620762,0.7431061895,18.562195368 +38,-1.547187029,0.7380014886,130,-1.536620762,0.7431061895,36.920309324 +39,-1.545147315,0.7380012252,130,-1.536620762,0.7431061895,32.098088358 +40,-1.54310719,0.7380060743,130,-1.536620762,0.7431061895,27.707750187 +41,-1.540719671,0.7380068206,130,-1.536620762,0.7431061895,23.485888965 +42,-1.547187189,0.7364799098,130,-1.536620762,0.7431061895,40.55258532 +43,-1.545149996,0.7364853874,130,-1.536620762,0.7431061895,36.199551821 +44,-1.543106091,0.7364823484,130,-1.536620762,0.7431061895,32.3786264 +45,-1.540717158,0.7364893901,130,-1.536620762,0.7431061895,28.819174365 +46,-1.538663972,0.7410138672,130,-1.536620762,0.7431061895,10.211286429 +47,-1.53695285,0.7409699132,130,-1.536620762,0.7431061895,8.5171573951 +48,-1.534910498,0.7409641297,130,-1.536620762,0.7431061895,9.8449755186 +49,-1.533145034,0.7409536636,130,-1.536620762,0.7431061895,13.25424274 +50,-1.538681336,0.7395405883,130,-1.536620762,0.7431061895,15.352839619 +51,-1.536999189,0.7395183096,130,-1.536620762,0.7431061895,14.254532996 +52,-1.534923633,0.7395144222,130,-1.536620762,0.7431061895,15.066245061 +53,-1.533267822,0.7395654306,130,-1.536620762,0.7431061895,17.107104015 +54,-1.53867273,0.7380151077,130,-1.536620762,0.7431061895,21.039182697 +55,-1.536980576,0.7379994392,130,-1.536620762,0.7431061895,20.255172728 +56,-1.534931522,0.7379944961,130,-1.536620762,0.7431061895,20.841021612 +57,-1.533387952,0.7379480264,130,-1.536620762,0.7431061895,22.51174406 +58,-1.538682279,0.7364914363,130,-1.536620762,0.7431061895,26.886227247 +59,-1.536980704,0.7364810563,130,-1.536620762,0.7431061895,26.263272414 +60,-1.534935567,0.7364752065,130,-1.536620762,0.7431061895,26.724041432 +61,-1.533042592,0.7363876366,130,-1.536620762,0.7431061895,28.597263325 +62,-1.545143426,0.7349628011,130,-1.536620762,0.7431061895,40.779959389 +63,-1.543105297,0.7349691947,130,-1.536620762,0.7431061895,37.406068693 +64,-1.541064533,0.7349647152,130,-1.536620762,0.7431061895,34.773689981 +65,-1.545411803,0.7334624714,130,-1.536620762,0.7431061895,46.069838477 +66,-1.543446606,0.7334780896,130,-1.536620762,0.7431061895,43.061585077 +67,-1.541475327,0.7334957295,130,-1.536620762,0.7431061895,40.636902076 +68,-1.545401939,0.731963266,130,-1.536620762,0.7431061895,51.095780227 +69,-1.54342253,0.7319915583,130,-1.536620762,0.7431061895,48.330112646 +70,-1.541455867,0.7320216438,130,-1.536620762,0.7431061895,46.137128893 +71,-1.545410146,0.7304422281,130,-1.536620762,0.7431061895,56.40092778 +72,-1.543435491,0.7304713664,130,-1.536620762,0.7431061895,53.891685842 +73,-1.541463105,0.7304997613,130,-1.536620762,0.7431061895,51.91528667 +74,-1.545414768,0.7289194936,130,-1.536620762,0.7431061895,61.839824281 +75,-1.543435774,0.7289538557,130,-1.536620762,0.7431061895,59.520319173 +76,-1.541457714,0.7289765881,130,-1.536620762,0.7431061895,57.740433318 +77,-1.539449415,0.7320555866,130,-1.536620762,0.7431061895,44.54995082 +78,-1.537429183,0.7321097681,130,-1.536620762,0.7431061895,43.621245206 +79,-1.535472649,0.7321497267,130,-1.536620762,0.7431061895,43.528850352 +80,-1.539457899,0.7305333307,130,-1.536620762,0.7431061895,50.491745002 +81,-1.537453161,0.7305750503,130,-1.536620762,0.7431061895,49.695866742 +82,-1.535479385,0.7306124949,130,-1.536620762,0.7431061895,49.600653132 +83,-1.53946905,0.7290102593,130,-1.536620762,0.7431061895,56.456548145 +84,-1.537459922,0.7290417293,130,-1.536620762,0.7431061895,55.763760733 +85,-1.535451349,0.7290890157,130,-1.536620762,0.7431061895,55.628038142 +86,-1.535522937,0.7279887191,130,-1.536620762,0.7431061895,59.96703605 +87,-1.539442524,0.7274735939,130,-1.536620762,0.7431061895,62.473046791 +88,-1.537424111,0.727521351,130,-1.536620762,0.7431061895,61.776632688 +89,-1.539384641,0.7259505092,130,-1.536620762,0.7431061895,68.437604064 +90,-1.537372391,0.7259947145,130,-1.536620762,0.7431061895,67.814552743 +91,-1.535340789,0.7260435356,130,-1.536620762,0.7431061895,67.68981321 +92,-1.539325716,0.7244369706,130,-1.536620762,0.7431061895,74.375597555 +93,-1.537308932,0.7244801057,130,-1.536620762,0.7431061895,73.805681507 +94,-1.535289068,0.7245247645,130,-1.536620762,0.7431061895,73.705182511 +95,-1.533261366,0.7245550236,130,-1.536620762,0.7431061895,74.142561321 +96,-1.539267302,0.722921924,130,-1.536620762,0.7431061895,80.328498684 +97,-1.537248972,0.7229660258,130,-1.536620762,0.7431061895,79.79661553 +98,-1.535219431,0.7229916471,130,-1.536620762,0.7431061895,79.780397697 +99,-1.53318962,0.7230212049,130,-1.536620762,0.7431061895,80.195061537 +100,-1.531154816,0.7230299897,130,-1.536620762,0.7431061895,81.132917706 +101,-1.528878341,0.7230370244,130,-1.536620762,0.7431061895,82.695875989 +102,-1.539218189,0.7214009878,130,-1.536620762,0.7431061895,86.314040368 +103,-1.537198791,0.7214422745,130,-1.536620762,0.7431061895,85.827655563 +104,-1.535179266,0.7214634354,130,-1.536620762,0.7431061895,85.832024617 +105,-1.533156501,0.7214944644,130,-1.536620762,0.7431061895,86.209994684 +106,-1.53113574,0.7215166021,130,-1.536620762,0.7431061895,87.028941341 +107,-1.528874248,0.7215345535,130,-1.536620762,0.7431061895,88.438972065 +108,-1.539217656,0.7198512397,130,-1.536620762,0.7431061895,92.430337403 +109,-1.537199919,0.7199428763,130,-1.536620762,0.7431061895,91.765761693 +110,-1.545425832,0.727397149,130,-1.536620762,0.7431061895,67.385532516 +111,-1.543371177,0.7273916949,130,-1.536620762,0.7431061895,65.327559266 +112,-1.541368852,0.7274523163,130,-1.536620762,0.7431061895,63.55437168 +113,-1.545349067,0.7258710923,130,-1.536620762,0.7431061895,72.930635601 +114,-1.54332671,0.7258603556,130,-1.536620762,0.7431061895,71.098258855 +115,-1.541346831,0.7259242142,130,-1.536620762,0.7431061895,69.461263803 +116,-1.545324355,0.7243383958,130,-1.536620762,0.7431061895,78.624565095 +117,-1.543292796,0.7243617413,130,-1.536620762,0.7431061895,76.79700115 +118,-1.541295822,0.7244024384,130,-1.536620762,0.7431061895,75.351079893 +119,-1.543193859,0.7205570215,130,-1.536620762,0.7431061895,91.393088329 +120,-1.550257047,0.7386738187,130,-1.536620762,0.7431061895,43.550117133 +121,-1.549335448,0.7311736483,130,-1.536620762,0.7431061895,60.202305843 +122,-1.533478843,0.7179891343,130,-1.536620762,0.7431061895,99.919449121 +123,-1.556150555,0.738907041,130,-1.536620762,0.7431061895,59.447265399 +124,-1.554324226,0.733414257,130,-1.536620762,0.7431061895,64.527221094 +125,-1.554290846,0.7288285332,130,-1.536620762,0.7431061895,76.741658807 +126,-1.55122487,0.7219795312,130,-1.536620762,0.7431061895,94.086191406 +127,-1.525104458,0.7229399862,130,-1.536620762,0.7431061895,86.773303362 +128,-1.519607711,0.7236181429,130,-1.536620762,0.7431061895,92.00450191 +129,-1.513899999,0.7251107854,130,-1.536620762,0.7431061895,97.697100057 +130,-1.536620762,0.7431061895,130,-1.536620762,0.7431061895,8.3537768255 +131,-1.5369566,0.7460845958,130,-1.536620762,0.7431061895,11.83795363 +132,-1.545345528,0.7447040685,130,-1.536620762,0.7431061895,26.205160033 +133,-1.532813921,0.7432306626,130,-1.536620762,0.7431061895,11.113960376 +134,-1.554788248,0.7382381001,130,-1.536620762,0.7431061895,56.50030929 +135,-1.540348126,0.7301594274,130,-1.536620762,0.7431061895,52.435222682 +136,-1.538016084,0.7239051786,130,-1.536620762,0.7431061895,76.165922618 +137,-1.525288962,0.7258085137,130,-1.536620762,0.7431061895,76.184972299 +138,-1.534326986,0.731241342,130,-1.536620762,0.7431061895,47.475609702 +139,-1.530733872,0.7303625216,130,-1.536620762,0.7431061895,53.350376529 +141,-1.534354939,0.7328219978,130,-1.536620762,0.7431061895,41.273287174 +142,-1.53157084,0.7292888153,130,-1.536620762,0.7431061895,56.702179631 +143,-1.525691035,0.7263799874,130,-1.536620762,0.7431061895,73.628862154 +144,-1.534031287,0.7495967835,130,-1.536620762,0.7431061895,26.789368344 +145,-1.527714986,0.7283095957,130,-1.536620762,0.7431061895,64.178875185 +146,-1.526189586,0.7271468292,130,-1.536620762,0.7431061895,70.251892381 +147,-1.555177336,0.7375563366,130,-1.536620762,0.7431061895,58.546148259 +148,-1.555080283,0.7312707794,130,-1.536620762,0.7431061895,71.610467401 +149,-1.53856994,0.7224180299,130,-1.536620762,0.7431061895,82.146493884 +150,-1.530837883,0.729933372,130,-1.536620762,0.7431061895,54.867356117 +151,-1.515066984,0.5854133365,130,-1.536620762,0.7431061895,628.20692198 +152,-1.534731633,0.5368370046,130,-1.536620762,0.7431061895,817.05407878 +153,-1.515231902,0.5607085576,130,-1.536620762,0.7431061895,725.58529777 +154,-2.616253799,1.0684566605,130,-1.536620762,0.7431061895,2801.0293517 +155,-1.956071439,0.5792177723,130,-1.536620762,0.7431061895,1456.2204872 +156,-1.951208514,0.5602434208,130,-1.536620762,0.7431061895,1485.6686202 +157,-1.944675062,0.6062144545,130,-1.536620762,0.7431061895,1367.9163318 +158,-1.613778386,0.6077989518,130,-1.536620762,0.7431061895,586.40285806 +159,-2.035029014,0.6021432345,130,-1.536620762,0.7431061895,1632.6090009 +160,-2.114989471,0.6801825058,130,-1.536620762,0.7431061895,1741.3905857 +161,-2.037382079,0.5765830025,130,-1.536620762,0.7431061895,1689.8320596 +162,-2.129855121,0.6585019963,130,-1.536620762,0.7431061895,1814.3758075 +163,-2.075141798,0.6493615843,130,-1.536620762,0.7431061895,1668.3518885 +164,-1.828626729,0.6948433129,130,-1.536620762,0.7431061895,889.50602476 +165,-1.863329418,0.6735427691,130,-1.536620762,0.7431061895,1018.2943498 +166,-1.266037071,0.727988852,130,-1.536620762,0.7431061895,795.82152517 +167,-1.277579582,0.7249010648,130,-1.536620762,0.7431061895,764.26395266 +168,-1.258418684,0.7241194816,130,-1.536620762,0.7431061895,820.71378401 +169,-1.317813974,0.6804850104,130,-1.536620762,0.7431061895,700.71540474 +170,-1.344165204,0.6790988904,130,-1.536620762,0.7431061895,630.12042043 +171,-1.427582102,0.5277120351,130,-1.536620762,0.7431061895,920.57897153 +172,-1.402238616,0.457167829,130,-1.536620762,0.7431061895,1213.457705 +173,-1.422454264,0.4996161999,130,-1.536620762,0.7431061895,1031.3266658 +174,-1.439089277,0.4894859811,130,-1.536620762,0.7431061895,1052.2433706 +175,-1.448126995,0.5182330266,130,-1.536620762,0.7431061895,934.14698928 +176,-1.474626146,0.5881926574,130,-1.536620762,0.7431061895,643.12121798 +177,-1.421139645,0.5584869783,130,-1.536620762,0.7431061895,816.16171634 +178,-1.457037165,0.565943032,130,-1.536620762,0.7431061895,744.66105408 +179,-2.757159358,0.3745319,130,-1.536620762,0.7431061895,4226.7220281 +180,-2.714309238,0.342054471,130,-1.536620762,0.7431061895,4181.3771184 +181,-2.000525337,0.774119946,130,-1.536620762,0.7431061895,1333.4156406 +183,-1.571413436,0.6777838382,130,-1.536620762,0.7431061895,279.01419014 +184,-1.552860289,0.6987663893,130,-1.536620762,0.7431061895,182.15216041 +185,-1.521852374,0.7165827476,130,-1.536620762,0.7431061895,113.74431496 +186,-1.503656267,0.6928968252,130,-1.536620762,0.7431061895,221.84693152 +187,-1.502753178,0.7136205882,130,-1.536620762,0.7431061895,153.81748656 +188,-1.631894563,0.7343596465,130,-1.536620762,0.7431061895,281.09730762 +189,-1.653765416,0.6770714026,130,-1.536620762,0.7431061895,438.19690658 +190,-1.719812114,0.6715965947,130,-1.536620762,0.7431061895,619.39193376 +191,-1.493406659,0.6646955447,130,-1.536620762,0.7431061895,336.83987785 +192,-1.469120564,0.6613469966,130,-1.536620762,0.7431061895,382.69969558 +193,-1.590551461,0.5326612937,130,-1.536620762,0.7431061895,850.8833697 +194,-1.625979264,0.5247742243,130,-1.536620762,0.7431061895,910.14221717 +195,-1.572293943,0.5238808754,130,-1.536620762,0.7431061895,875.70940321 +196,-1.610848725,0.5477107964,130,-1.536620762,0.7431061895,808.51628667 +197,-1.208485554,0.7918526018,130,-1.536620762,0.7431061895,952.76267348 +198,-1.335601374,0.6869083083,130,-1.536620762,0.7431061895,640.46365578 +199,-1.346156996,0.6825213377,130,-1.536620762,0.7431061895,618.539497 +200,-1.324381037,0.6741422347,130,-1.536620762,0.7431061895,693.44982254 +201,-1.242424992,0.7378949807,130,-1.536620762,0.7431061895,858.97769798 +202,-1.270370057,0.7392461008,130,-1.536620762,0.7431061895,777.06374167 +203,-1.448950472,0.7441675014,130,-1.536620762,0.7431061895,255.58581162 +204,-1.492662363,0.7523026852,130,-1.536620762,0.7431061895,132.7620934 +205,-1.479098966,0.7763855017,130,-1.536620762,0.7431061895,211.30769456 +206,-1.633760714,0.7869022408,130,-1.536620762,0.7431061895,327.20254615 +207,-1.647406434,0.8101289331,130,-1.536620762,0.7431061895,410.19391769 +208,-1.564245052,0.5701509278,130,-1.536620762,0.7431061895,690.49805271 +209,-1.646289963,0.6833746083,130,-1.536620762,0.7431061895,404.65822344 +210,-1.5820631,0.6751952144,130,-1.536620762,0.7431061895,301.65275264 +211,-1.613236298,0.6681681791,130,-1.536620762,0.7431061895,376.00563693 +212,-1.914661867,0.8212566515,130,-1.536620762,0.7431061895,1102.3563865 +213,-1.742133237,0.7250275956,130,-1.536620762,0.7431061895,608.1095599 +214,-2.033144872,0.6557314699,130,-1.536620762,0.7431061895,1536.4660576 +215,-2.039551981,0.6964723658,130,-1.536620762,0.7431061895,1501.9577417 +216,-1.247341019,0.7622473908,130,-1.536620762,0.7431061895,838.32357959 +217,-1.298239787,0.7084123392,130,-1.536620762,0.7431061895,718.68073311 +218,-1.308539688,0.6926545592,130,-1.536620762,0.7431061895,708.36000412 +219,-1.303263185,0.6888938396,130,-1.536620762,0.7431061895,728.74105177 +220,-1.852400229,0.6004246149,130,-1.536620762,0.7431061895,1126.9852288 +221,-1.288947707,0.7473773692,130,-1.536620762,0.7431061895,720.33140956 +222,-1.372031502,0.7472790993,130,-1.536620762,0.7431061895,479.18152741 +223,-1.289805721,0.7242157877,130,-1.536620762,0.7431061895,729.10010201 +224,-1.350807603,0.7533498126,130,-1.536620762,0.7431061895,540.5721674 +225,-1.329290365,0.7560442322,130,-1.536620762,0.7431061895,602.79323947 +226,-1.410153004,0.616936428,130,-1.536620762,0.7431061895,633.0872488 +227,-1.393445434,0.6308995063,130,-1.536620762,0.7431061895,623.73722605 +228,-1.37595573,0.6241540638,130,-1.536620762,0.7431061895,681.44159679 +229,-1.358388707,0.6172645205,130,-1.536620762,0.7431061895,740.41890484 +230,-1.753741133,0.8281661666,130,-1.536620762,0.7431061895,693.9257408 +231,-1.47430987,0.6834615681,130,-1.536620762,0.7431061895,301.01995593 +232,-1.421012508,0.7222725206,130,-1.536620762,0.7431061895,350.16765665 +233,-1.4476833,0.6978557868,130,-1.536620762,0.7431061895,319.61056325 +234,-1.470370723,0.6966193374,130,-1.536620762,0.7431061895,269.82829189 +235,-1.429211703,0.7037216883,130,-1.536620762,0.7431061895,354.8849408 +236,-1.700578405,0.6178673663,130,-1.536620762,0.7431061895,706.88000708 +237,-1.678117619,0.6331716163,130,-1.536620762,0.7431061895,613.46658243 +238,-1.725644578,0.6316331145,130,-1.536620762,0.7431061895,726.91562546 +239,-2.14012759,0.7930497945,130,-1.536620762,0.7431061895,1717.2980643 +240,-2.103289431,0.7653606263,130,-1.536620762,0.7431061895,1627.6845631 +241,-1.318739838,0.7017808746,130,-1.536620762,0.7431061895,667.11475338 +242,-1.396417427,0.7077900843,130,-1.536620762,0.7431061895,438.21526714 +243,-1.35650337,0.7185539404,130,-1.536620762,0.7431061895,539.71403636 +244,-1.248884539,0.7274156818,130,-1.536620762,0.7431061895,846.22023281 +245,-1.395014798,0.5761185243,130,-1.536620762,0.7431061895,795.33455208 +246,-1.433377362,0.6064716109,130,-1.536620762,0.7431061895,627.99284473 +247,-1.408172432,0.5903155476,130,-1.536620762,0.7431061895,724.68174836 +248,-1.749645898,0.7757118084,130,-1.536620762,0.7431061895,624.798524 +249,-1.571626686,0.615046989,130,-1.536620762,0.7431061895,518.54536756 +250,-1.514070049,0.6303003037,130,-1.536620762,0.7431061895,452.11515728 +251,-1.480890369,0.6237966528,130,-1.536620762,0.7431061895,502.52161989 +252,-1.704390658,0.5281680612,130,-1.536620762,0.7431061895,1003.8140668 +253,-1.64434733,0.5254277498,130,-1.536620762,0.7431061895,927.52476489 +254,-1.703855997,0.4792484842,130,-1.536620762,0.7431061895,1175.6536611 +255,-1.692002383,0.5748825051,130,-1.536620762,0.7431061895,824.03214187 +256,-1.854136457,0.5544643913,130,-1.536620762,0.7431061895,1245.5431233 +257,-1.665021206,0.520317736,130,-1.536620762,0.7431061895,972.26894843 +258,-1.733654349,0.4845187345,130,-1.536620762,0.7431061895,1204.1744285 +259,-1.720938188,0.5135933906,130,-1.536620762,0.7431061895,1082.1279404 +260,-1.742668307,0.553296122,130,-1.536620762,0.7431061895,992.24294353 +261,-1.965659039,0.7142126903,130,-1.536620762,0.7431061895,1268.5544452 +262,-1.944438071,0.6772834804,130,-1.536620762,0.7431061895,1248.009915 +263,-1.270340967,0.7681487096,130,-1.536620762,0.7431061895,772.92703477 +264,-1.353091884,0.6549276821,130,-1.536620762,0.7431061895,656.24931594 +265,-1.333236659,0.6413584414,130,-1.536620762,0.7431061895,738.56883645 +266,-1.352015998,0.6753788907,130,-1.536620762,0.7431061895,615.72808335 +267,-1.377988483,0.6577816235,130,-1.536620762,0.7431061895,586.83148268 +268,-2.13075611,0.8318642051,130,-1.536620762,0.7431061895,1683.0771094 +269,-2.097910953,0.8259670014,130,-1.536620762,0.7431061895,1595.313458 +270,-1.416382069,0.6694271549,130,-1.536620762,0.7431061895,464.97872 +271,-1.538905672,0.7535625993,130,-1.536620762,0.7431061895,41.945502268 +272,-1.572309477,0.7803125099,130,-1.536620762,0.7431061895,179.38531611 +273,-1.87759879,0.7503853417,130,-1.536620762,0.7431061895,989.40434537 +274,1.152365588,0.590457682,130,-1.536620762,0.7431061895,6912.3411032 +275,0.350198001,0.718001859,130,-1.536620762,0.7431061895,5127.6879284 +276,0.046513677,0.491503852,130,-1.536620762,0.7431061895,4968.0147626 +277,0.027510309,0.742571376,130,-1.536620762,0.7431061895,4323.6415653 +278,0.306285725,-0.214631579,130,-1.536620762,0.7431061895,7585.4193817 +279,-1.100564889,0.318051531,130,-1.536620762,0.7431061895,2230.7245285 +280,-1.078582306,0.301437596,130,-1.536620762,0.7431061895,2332.5896238 +281,-1.137371989,-0.617634065,130,-1.536620762,0.7431061895,5580.2074576 +282,0.784356344,0.703272339,130,-1.536620762,0.7431061895,6005.3998494 +283,-1.221209947,0.218327455,130,-1.536620762,0.7431061895,2343.8826652 +284,2.347301921,-0.449114658,130,-1.536620762,0.7431061895,9781.9761426 +285,0.246820618,0.830553713,130,-1.536620762,0.7431061895,4614.7675061 +286,0.829414965,0.703288228,130,-1.536620762,0.7431061895,6077.1909756 +287,-1.337537566,0.42332223,130,-1.536620762,0.7431061895,1424.3194134 +288,0.882453706,0.454478077,130,-1.536620762,0.7431061895,7016.6626137 +289,1.575629659,0.416419109,130,-1.536620762,0.7431061895,7849.7161874 +290,-1.039455679,0.229888244,130,-1.536620762,0.7431061895,2650.3834228 +291,0.489558039,0.934482747,130,-1.536620762,0.7431061895,4798.3194008 +292,0.081344504,0.88384514,130,-1.536620762,0.7431061895,4142.9182056 +293,-1.547979814,0.300350308,130,-1.536620762,0.7431061895,1754.1755452 +294,0.040776181,0.168560074,130,-1.536620762,0.7431061895,5790.4582779 +295,-1.130374745,0.563894876,130,-1.536620762,0.7431061895,1454.5398912 +296,1.578326642,0.478507176,130,-1.536620762,0.7431061895,7604.0599206 +297,-1.12861823,-0.291640865,130,-1.536620762,0.7431061895,4360.4111498 +298,0.310524208,0.770885792,130,-1.536620762,0.7431061895,4901.1273836 +299,0.415649091,-0.387246002,130,-1.536620762,0.7431061895,8338.7788515 +300,-0.926533878,-0.188022748,130,-1.536620762,0.7431061895,4299.8587538 +301,1.258856172,-0.11716081,130,-1.536620762,0.7431061895,9684.6918151 +302,-1.126050026,0.322941926,130,-1.536620762,0.7431061895,2159.8084438 +303,2.002785835,0.07893892,130,-1.536620762,0.7431061895,8888.0106152 +304,0.440437607,0.746258085,130,-1.536620762,0.7431061895,5238.777793 +305,-0.030391866,0.214441206,130,-1.536620762,0.7431061895,5463.1124301 +306,0.521557815,-0.058929362,130,-1.536620762,0.7431061895,7783.4878469 +307,-0.097005111,0.13317729,130,-1.536620762,0.7431061895,5483.6576889 +308,1.83113859,0.221857587,130,-1.536620762,0.7431061895,8534.1410586 +309,0.222428864,0.099404236,130,-1.536620762,0.7431061895,6499.3516661 +310,-1.702731345,0.8728568183,130,-1.536620762,0.7431061895,685.07652852 +311,-0.418507569,0.278324921,130,-1.536620762,0.7431061895,4168.1988411 +312,-1.41153306,0.339029988,130,-1.536620762,0.7431061895,1654.3567512 +313,0.357560442,0.114788776,130,-1.536620762,0.7431061895,6838.2405627 +314,0.325818979,0.268352149,130,-1.536620762,0.7431061895,6320.0018072 +315,-1.246004659,-0.663679965,130,-1.536620762,0.7431061895,5669.7469217 +316,1.814603087,0.637404484,130,-1.536620762,0.7431061895,6923.4508861 +317,1.843704281,-0.18300445,130,-1.536620762,0.7431061895,10076.592024 +318,1.690644492,-0.211480909,130,-1.536620762,0.7431061895,10317.538727 +319,-1.275451936,0.068109467,130,-1.536620762,0.7431061895,2827.8682941 +320,0.762430171,-0.207594741,130,-1.536620762,0.7431061895,8865.9161997 +321,0.265668905,-0.014647884,130,-1.536620762,0.7431061895,6934.1345968 +322,-2.773032013,-0.335515811,130,-1.536620762,0.7431061895,6200.4346688 +323,-1.469512853,0.174058777,130,-1.536620762,0.7431061895,2265.9688238 +324,0.286276986,0.785925691,130,-1.536620762,0.7431061895,4810.4350063 +325,-1.379324697,0.377432233,130,-1.536620762,0.7431061895,1539.3330061 +326,-1.203778265,0.212813032,130,-1.536620762,0.7431061895,2391.8428177 +327,0.579916301,0.611743168,130,-1.536620762,0.7431061895,5921.9602933 +328,0.267582642,0.868113908,130,-1.536620762,0.7431061895,4564.9236145 +329,0.412869244,-0.050245578,130,-1.536620762,0.7431061895,7453.2449488 +330,0.17524381,0.976660285,130,-1.536620762,0.7431061895,4135.6941311 +331,0.743157214,0.204812899,130,-1.536620762,0.7431061895,7561.5640878 +332,-1.070758176,0.269382282,130,-1.536620762,0.7431061895,2453.3958262 +333,-1.230364251,0.329790229,130,-1.536620762,0.7431061895,1932.0891859 +334,-1.374813124,-0.024926835,130,-1.536620762,0.7431061895,3096.6178343 +335,0.519780566,0.463669906,130,-1.536620762,0.7431061895,6241.0130934 +336,-1.55108034,0.239698561,130,-1.536620762,0.7431061895,1994.6115157 +337,0.180294813,0.029739425,130,-1.536620762,0.7431061895,6567.1660058 +338,0.67820924,0.268170153,130,-1.536620762,0.7431061895,7210.7747887 +339,0.445798684,1.024001867,130,-1.536620762,0.7431061895,4484.3241007 +340,0.691751283,0.150521402,130,-1.536620762,0.7431061895,7610.9202506 +341,-1.036643551,-0.903056181,130,-1.536620762,0.7431061895,6742.744241 +342,-0.120287036,1.083325163,130,-1.536620762,0.7431061895,3414.828142 +343,2.823513113,-0.304487164,130,-1.536620762,0.7431061895,8049.57996 +344,0.457583172,1.12513373,130,-1.536620762,0.7431061895,4238.4835291 +345,0.042918831,0.813795399,130,-1.536620762,0.7431061895,4205.4192757 +346,1.196146777,-0.853142756,130,-1.536620762,0.7431061895,11238.348371 +347,0.206001358,-0.010430701,130,-1.536620762,0.7431061895,6750.1269465 +348,-0.268308653,0.234799412,130,-1.536620762,0.7431061895,4717.4931874 +349,0.759363263,0.736189579,130,-1.536620762,0.7431061895,5855.5291075 +350,0.181363926,0.891988372,130,-1.536620762,0.7431061895,4333.9818718 +351,-0.021111158,0.139103292,130,-1.536620762,0.7431061895,5689.11394 +352,-0.093355215,0.630686981,130,-1.536620762,0.7431061895,4263.097822 +353,0.40118964,0.681375926,130,-1.536620762,0.7431061895,5339.5785099 +354,-0.721197315,1.304706234,130,-1.536620762,0.7431061895,2643.0376782 +355,-1.076150317,0.212107639,130,-1.536620762,0.7431061895,2631.4567369 +356,-1.577164531,0.273993443,130,-1.536620762,0.7431061895,1863.253232 +357,-0.190788414,0.182208586,130,-1.536620762,0.7431061895,5080.717937 +358,-0.261349752,0.209710184,130,-1.536620762,0.7431061895,4802.9992928 +359,-1.029303852,0.083549259,130,-1.536620762,0.7431061895,3162.5246668 +360,-1.268609162,0.330525297,130,-1.536620762,0.7431061895,1864.6870798 +361,1.282982244,-0.926641967,130,-1.536620762,0.7431061895,11326.52879 +362,0.217352334,0.731352408,130,-1.536620762,0.7431061895,4796.956744 +363,-1.511833084,0.258629297,130,-1.536620762,0.7431061895,1920.8720115 +364,0.338812194,0.823184618,130,-1.536620762,0.7431061895,4822.5843571 +365,-0.324406489,1.134201999,130,-1.536620762,0.7431061895,3024.3933762 +366,1.389579348,0.399185724,130,-1.536620762,0.7431061895,7851.2210941 +367,2.047152199,-0.039082036,130,-1.536620762,0.7431061895,9246.2574221 +368,0.947780369,0.568250077,130,-1.536620762,0.7431061895,6727.3948326 +369,0.763824846,0.576754987,130,-1.536620762,0.7431061895,6390.4085064 +370,-0.142334657,0.928153068,130,-1.536620762,0.7431061895,3577.5563031 +371,0.610266567,0.547265983,130,-1.536620762,0.7431061895,6184.2593305 +372,0.210731629,0.746815056,130,-1.536620762,0.7431061895,4743.2883787 +373,-1.34931644,0.316895224,130,-1.536620762,0.7431061895,1801.8968491 +374,2.407696481,0.655030745,130,-1.536620762,0.7431061895,6196.3668192 +375,0.64207831,0.545359131,130,-1.536620762,0.7431061895,6256.0264153 +376,1.174597538,0.840588356,130,-1.536620762,0.7431061895,5993.2931798 +377,0.660059424,0.010604079,130,-1.536620762,0.7431061895,7957.0535774 +378,-0.730263819,0.010486456,130,-1.536620762,0.7431061895,4070.9813569 +379,0.831068936,0.512339172,130,-1.536620762,0.7431061895,6727.7393434 +380,1.301180979,0.72367476,130,-1.536620762,0.7431061895,6533.4203246 +381,1.811128231,0.322854402,130,-1.536620762,0.7431061895,8154.9654207 +382,0.435105812,0.992284428,130,-1.536620762,0.7431061895,4551.4203978 +383,0.62643634,0.592027932,130,-1.536620762,0.7431061895,6077.5105902 +384,0.492988703,-0.516339467,130,-1.536620762,0.7431061895,8858.900772 +385,-0.162469483,0.112549365,130,-1.536620762,0.7431061895,5347.5812837 +386,0.314630866,0.472006421,130,-1.536620762,0.7431061895,5721.1614304 +387,0.166744804,0.822815954,130,-1.536620762,0.7431061895,4462.2867593 +388,0.417159608,0.965805736,130,-1.536620762,0.7431061895,4591.9740325 +389,0.106334961,0.868774244,130,-1.536620762,0.7431061895,4228.3941697 +390,0.815086969,-0.338144359,130,-1.536620762,0.7431061895,9368.5469953 +391,0.59867455,-0.230624824,130,-1.536620762,0.7431061895,8472.8600884 +392,1.915104874,0.066220985,130,-1.536620762,0.7431061895,9050.4481068 +393,1.278093622,0.064463721,130,-1.536620762,0.7431061895,9036.91116 +394,-0.061477853,0.302997961,130,-1.536620762,0.7431061895,5143.1082308 +395,0.251311504,0.626976942,130,-1.536620762,0.7431061895,5145.2598405 +396,2.950242872,0.149095644,130,-1.536620762,0.7431061895,6469.0037098 +397,-0.180294708,0.35375117,130,-1.536620762,0.7431061895,4671.956377 +398,1.010448592,-0.351180233,130,-1.536620762,0.7431061895,9931.7214483 +399,-1.748740498,0.3686318073,130,-1.536620762,0.7431061895,1641.9666405 +400,2.699635665,0.123533791,130,-1.536620762,0.7431061895,7229.2232461 +401,0.496808033,0.823843254,130,-1.536620762,0.7431061895,5125.9940426 +402,0.129574704,0.763364087,130,-1.536620762,0.7431061895,4517.7933875 +403,1.798920311,0.817447563,130,-1.536620762,0.7431061895,6225.0839972 +404,0.335987953,0.746786541,130,-1.536620762,0.7431061895,5019.3827916 +405,-1.085413643,0.292154671,130,-1.536620762,0.7431061895,2347.506103 +406,-0.155321003,0.508207011,130,-1.536620762,0.7431061895,4371.2606968 +407,0.620529244,-0.301175104,130,-1.536620762,0.7431061895,8720.6454981 +408,1.684402744,0.368716966,130,-1.536620762,0.7431061895,8030.3540118 +409,0.300582244,-0.386397212,130,-1.536620762,0.7431061895,8002.5024592 +410,2.913555946,-0.009225192,130,-1.536620762,0.7431061895,7007.838217 +411,1.465101417,0.493232532,130,-1.536620762,0.7431061895,7520.1799626 +412,0.090612882,0.907955955,130,-1.536620762,0.7431061895,4112.4039349 +413,2.987564726,-0.729568594,130,-1.536620762,0.7431061895,8546.1241276 +414,-1.484261606,0.224149272,130,-1.536620762,0.7431061895,2063.4324512 +415,0.164073421,0.303955133,130,-1.536620762,0.7431061895,5779.4095016 +416,0.141441293,0.167552546,130,-1.536620762,0.7431061895,6082.8611772 +417,2.931321023,-0.506718887,130,-1.536620762,0.7431061895,8223.8839976 +418,2.21951565,0.700596356,130,-1.536620762,0.7431061895,6316.036031 +419,0.268112576,1.199114336,130,-1.536620762,0.7431061895,3827.3310016 +420,0.978913739,0.359223811,130,-1.536620762,0.7431061895,7515.3805589 +421,1.210898818,0.522863584,130,-1.536620762,0.7431061895,7227.8148539 +422,2.347397336,0.129231362,130,-1.536620762,0.7431061895,8074.6156275 +423,0.614394501,0.556878345,130,-1.536620762,0.7431061895,6162.8741646 +424,-1.398079356,0.148483366,130,-1.536620762,0.7431061895,2404.1950073 +425,2.535303836,-0.112984496,130,-1.536620762,0.7431061895,8357.9558917 +426,-1.019372593,-0.405322349,130,-1.536620762,0.7431061895,4925.8686502 +427,-1.297785627,-0.160104069,130,-1.536620762,0.7431061895,3680.650851 +428,2.144554488,0.205051084,130,-1.536620762,0.7431061895,8208.4119186 +429,-2.242387083,-0.426171285,130,-1.536620762,0.7431061895,5300.0479061 +430,0.338637212,0.909723676,130,-1.536620762,0.7431061895,4598.32322 +431,-0.148798452,0.691042401,130,-1.536620762,0.7431061895,3988.448001 +432,0.893524764,0.441829531,130,-1.536620762,0.7431061895,7079.7536407 +433,0.969229347,-0.368847936,130,-1.536620762,0.7431061895,9872.5193167 +434,0.436043248,0.800045688,130,-1.536620762,0.7431061895,5078.3618998 +435,1.687946607,1.081504775,130,-1.536620762,0.7431061895,5211.6911678 +436,0.522302046,-0.034889271,130,-1.536620762,0.7431061895,7717.7552197 +437,-0.178996113,-0.438090009,130,-1.536620762,0.7431061895,6802.0508603 +438,-1.094339566,0.301444068,130,-1.536620762,0.7431061895,2297.9620731 +439,-1.064070054,0.242569932,130,-1.536620762,0.7431061895,2555.5734425 +440,-1.068153768,0.230387998,130,-1.536620762,0.7431061895,2587.1168591 +441,-3.00496892,-0.23989155,130,-1.536620762,0.7431061895,6569.3604353 +442,0.21751974,0.766874888,130,-1.536620762,0.7431061895,4708.7421707 +443,0.117229532,0.007619006,130,-1.536620762,0.7431061895,6443.5851047 +444,0.777758451,0.420554741,130,-1.536620762,0.7431061895,6934.0235386 +445,-0.252356999,0.250747086,130,-1.536620762,0.7431061895,4722.8509839 +446,0.363148444,0.768483434,130,-1.536620762,0.7431061895,5018.31244 +447,0.903191366,-0.118210676,130,-1.536620762,0.7431061895,8963.7150986 +448,-0.205755923,0.149406178,130,-1.536620762,0.7431061895,5123.5870114 +449,1.811996086,0.02364353,130,-1.536620762,0.7431061895,9318.0323945 +450,-1.100670221,0.314845373,130,-1.536620762,0.7431061895,2240.8272225 +451,0.340078597,0.850105132,130,-1.536620762,0.7431061895,4754.6950552 +452,0.258757267,0.804969236,130,-1.536620762,0.7431061895,4703.523453 +453,2.78505352,-0.155160804,130,-1.536620762,0.7431061895,7772.9109159 +454,0.800551619,0.105822106,130,-1.536620762,0.7431061895,8010.572881 +455,0.437940882,-0.506194031,130,-1.536620762,0.7431061895,8677.9046043 +456,2.230431122,0.63458615,130,-1.536620762,0.7431061895,6537.7350394 +457,0.527965361,0.127667701,130,-1.536620762,0.7431061895,7263.8850463 +458,-0.063643205,0.702093448,130,-1.536620762,0.7431061895,4185.109662 +459,1.408447268,0.133010502,130,-1.536620762,0.7431061895,8901.6553444 +460,0.523795955,0.280266966,130,-1.536620762,0.7431061895,6800.8878517 +461,-0.975769313,0.072177659,130,-1.536620762,0.7431061895,3309.8353383 +462,0.549774164,-0.463663986,130,-1.536620762,0.7431061895,8907.9243595 +463,0.29245874,1.095549818,130,-1.536620762,0.7431061895,4076.49486 +464,0.143625958,0.816809593,130,-1.536620762,0.7431061895,4425.4961437 +465,0.671902494,0.611159853,130,-1.536620762,0.7431061895,6106.3275087 +466,1.239840988,0.6724199,130,-1.536620762,0.7431061895,6685.1110765 +467,0.607829703,-0.10932137,130,-1.536620762,0.7431061895,8164.778876 +468,1.763020906,0.263996692,130,-1.536620762,0.7431061895,8413.3321849 +469,0.378714634,0.726066797,130,-1.536620762,0.7431061895,5166.9054747 +470,2.196736143,-0.153862366,130,-1.536620762,0.7431061895,9335.7977221 +471,0.01702415,0.148991565,130,-1.536620762,0.7431061895,5773.6872766 +472,-2.998490902,-0.158002487,130,-1.536620762,0.7431061895,6330.4790879 +473,-3.051262951,-0.346595608,130,-1.536620762,0.7431061895,6982.99638 +474,-1.069176439,0.182802941,130,-1.536620762,0.7431061895,2744.4675409 +475,0.167157509,0.595344954,130,-1.536620762,0.7431061895,5020.9169219 +476,0.613855648,0.681746124,130,-1.536620762,0.7431061895,5772.7595392 +477,1.037012736,0.682555367,130,-1.536620762,0.7431061895,6439.5592738 +478,-1.253574971,0.379755746,130,-1.536620762,0.7431061895,1717.1221979 +479,3.108590453,-0.132620738,130,-1.536620762,0.7431061895,6772.1400053 +480,0.565301296,0.022333262,130,-1.536620762,0.7431061895,7671.1821582 +481,0.547898238,0.855555614,130,-1.536620762,0.7431061895,5124.7756704 +482,0.948309381,0.417393755,130,-1.536620762,0.7431061895,7259.1962524 +483,-0.050600732,0.945269213,130,-1.536620762,0.7431061895,3746.8715542 +484,-0.977651478,-0.572363064,130,-1.536620762,0.7431061895,5592.0491963 +485,1.102014914,0.728861163,130,-1.536620762,0.7431061895,6343.3301374 +486,2.927300795,-0.282939414,130,-1.536620762,0.7431061895,7692.4170261 +487,-1.154565557,0.124434095,130,-1.536620762,0.7431061895,2790.3270893 +488,1.855331234,0.291044755,130,-1.536620762,0.7431061895,8246.9674325 +489,0.830290659,0.276904518,130,-1.536620762,0.7431061895,7517.2975989 +490,0.485104466,-0.234867441,130,-1.536620762,0.7431061895,8157.9874738 +491,0.521367572,-0.33161327,130,-1.536620762,0.7431061895,8510.7711577 +1,-1.539031704,0.7349710123,131,-1.5369566,0.7460845958,44.436989385 +2,-1.536990553,0.7349663874,131,-1.5369566,0.7460845958,44.039335544 +3,-1.534951779,0.7349571355,131,-1.5369566,0.7460845958,44.463893364 +4,-1.532906461,0.7349480293,131,-1.5369566,0.7460845958,45.673582453 +5,-1.531320211,0.7346937278,131,-1.5369566,0.7460845958,48.034959627 +6,-1.539451648,0.7335131775,131,-1.5369566,0.7460845958,50.327541499 +7,-1.537429487,0.7335445708,131,-1.5369566,0.7460845958,49.690300998 +8,-1.535484998,0.7335658704,131,-1.5369566,0.7460845958,49.773207071 +9,-1.533488396,0.7336036027,131,-1.5369566,0.7460845958,50.467600973 +10,-1.531497785,0.7335842962,131,-1.5369566,0.7460845958,52.025276941 +11,-1.530259379,0.7334777758,131,-1.5369566,0.7460845958,53.641992698 +12,-1.5335454,0.7322346912,131,-1.5369566,0.7460845958,55.760824898 +13,-1.531489083,0.7322238773,131,-1.5369566,0.7460845958,57.187552792 +14,-1.530011122,0.7321679851,131,-1.5369566,0.7460845958,58.753702556 +15,-1.53348106,0.7306614094,131,-1.5369566,0.7460845958,61.933767027 +16,-1.531441779,0.7306962275,131,-1.5369566,0.7460845958,63.057689404 +17,-1.529755654,0.7306933243,131,-1.5369566,0.7460845958,64.510823604 +18,-1.533415048,0.7291384674,131,-1.5369566,0.7460845958,67.921673833 +19,-1.531392093,0.7291705353,131,-1.5369566,0.7460845958,68.953580589 +20,-1.529296523,0.7291214933,131,-1.5369566,0.7460845958,70.843532719 +21,-1.535280942,0.727267644,131,-1.5369566,0.7460845958,74.695892526 +22,-1.533378158,0.7276139666,131,-1.5369566,0.7460845958,73.911323747 +23,-1.531340368,0.7276446587,131,-1.5369566,0.7460845958,74.875372384 +24,-1.528960113,0.7276398177,131,-1.5369566,0.7460845958,76.732750231 +25,-1.533313146,0.7260818349,131,-1.5369566,0.7460845958,79.949481948 +26,-1.531259555,0.7260958115,131,-1.5369566,0.7460845958,80.922304276 +27,-1.528926415,0.7260865555,131,-1.5369566,0.7460845958,82.644924043 +28,-1.531226779,0.7245511789,131,-1.5369566,0.7460845958,86.938533439 +29,-1.528904772,0.7245519194,131,-1.5369566,0.7460845958,88.5093963 +30,-1.547195875,0.7409785979,131,-1.5369566,0.7460845958,36.059505396 +31,-1.5451475,0.740980426,131,-1.5369566,0.7460845958,31.29017436 +32,-1.543097679,0.7409798872,131,-1.5369566,0.7460845958,27.007899597 +33,-1.540720364,0.7409892687,131,-1.5369566,0.7460845958,22.972967498 +34,-1.547188511,0.7395198392,131,-1.5369566,0.7460845958,39.589227453 +35,-1.545148587,0.7395226109,131,-1.5369566,0.7460845958,35.310358445 +36,-1.543104538,0.7395314908,131,-1.5369566,0.7460845958,31.55137438 +37,-1.540727751,0.7395306258,131,-1.5369566,0.7460845958,28.195583076 +38,-1.547187029,0.7380014886,131,-1.5369566,0.7460845958,43.786177413 +39,-1.545147315,0.7380012252,131,-1.5369566,0.7460845958,39.962732946 +40,-1.54310719,0.7380060743,131,-1.5369566,0.7460845958,36.693259428 +41,-1.540719671,0.7380068206,131,-1.5369566,0.7460845958,33.829765566 +42,-1.547187189,0.7364799098,131,-1.5369566,0.7460845958,48.38132451 +43,-1.545149996,0.7364853874,131,-1.5369566,0.7460845958,44.930232812 +44,-1.543106091,0.7364823484,131,-1.5369566,0.7460845958,42.064398129 +45,-1.540717158,0.7364893901,131,-1.5369566,0.7460845958,39.562768414 +46,-1.538663972,0.7410138672,131,-1.5369566,0.7460845958,20.692837195 +47,-1.53695285,0.7409699132,131,-1.5369566,0.7460845958,20.25926097 +48,-1.534910498,0.7409641297,131,-1.5369566,0.7460845958,21.141324649 +49,-1.533145034,0.7409536636,131,-1.5369566,0.7460845958,23.16359778 +50,-1.538681336,0.7395405883,131,-1.5369566,0.7460845958,26.404721401 +51,-1.536999189,0.7395183096,131,-1.5369566,0.7460845958,26.009356699 +52,-1.534923633,0.7395144222,131,-1.5369566,0.7460845958,26.691813869 +53,-1.533267822,0.7395654306,131,-1.5369566,0.7460845958,27.975306086 +54,-1.53867273,0.7380151077,131,-1.5369566,0.7460845958,32.353554304 +55,-1.536980576,0.7379994392,131,-1.5369566,0.7460845958,32.0253818 +56,-1.534931522,0.7379944961,131,-1.5369566,0.7460845958,32.585751029 +57,-1.533387952,0.7379480264,131,-1.5369566,0.7460845958,33.871306645 +58,-1.538682279,0.7364914363,131,-1.5369566,0.7460845958,38.331519331 +59,-1.536980704,0.7364810563,131,-1.5369566,0.7460845958,38.039685021 +60,-1.534935567,0.7364752065,131,-1.5369566,0.7460845958,38.518064256 +61,-1.533042592,0.7363876366,131,-1.5369566,0.7460845958,40.075881006 +62,-1.545143426,0.7349628011,131,-1.5369566,0.7460845958,50.135776871 +63,-1.543105297,0.7349691947,131,-1.5369566,0.7460845958,47.5565443 +64,-1.541064533,0.7349647152,131,-1.5369566,0.7460845958,45.653887204 +65,-1.545411803,0.7334624714,131,-1.5369566,0.7460845958,55.781025051 +66,-1.543446606,0.7334780896,131,-1.5369566,0.7460845958,53.422379233 +67,-1.541475327,0.7334957295,131,-1.5369566,0.7460845958,51.587132845 +68,-1.545401939,0.731963266,131,-1.5369566,0.7460845958,61.155364925 +69,-1.54342253,0.7319915583,131,-1.5369566,0.7460845958,58.944675151 +70,-1.541455867,0.7320216438,131,-1.5369566,0.7460845958,57.239466808 +71,-1.545410146,0.7304422281,131,-1.5369566,0.7460845958,66.725555767 +72,-1.543435491,0.7304713664,131,-1.5369566,0.7460845958,64.691058288 +73,-1.541463105,0.7304997613,131,-1.5369566,0.7460845958,63.127431286 +74,-1.545414768,0.7289194936,131,-1.5369566,0.7460845958,72.37136765 +75,-1.543435774,0.7289538557,131,-1.5369566,0.7460845958,70.4631712 +76,-1.541457714,0.7289765881,131,-1.5369566,0.7460845958,69.037549459 +77,-1.539449415,0.7320555866,131,-1.5369566,0.7460845958,56.046042671 +78,-1.537429183,0.7321097681,131,-1.5369566,0.7460845958,55.371577821 +79,-1.535472649,0.7321497267,131,-1.5369566,0.7460845958,55.3666953 +80,-1.539457899,0.7305333307,131,-1.5369566,0.7460845958,62.03285575 +81,-1.537453161,0.7305750503,131,-1.5369566,0.7460845958,61.450529077 +82,-1.535479385,0.7306124949,131,-1.5369566,0.7460845958,61.43757741 +83,-1.53946905,0.7290102593,131,-1.5369566,0.7460845958,68.031309985 +84,-1.537459922,0.7290417293,131,-1.5369566,0.7460845958,67.5229164 +85,-1.535451349,0.7290890157,131,-1.5369566,0.7460845958,67.463946216 +86,-1.535522937,0.7279887191,131,-1.5369566,0.7460845958,71.800987915 +87,-1.539442524,0.7274735939,131,-1.5369566,0.7460845958,74.078001205 +88,-1.537424111,0.727521351,131,-1.5369566,0.7460845958,73.541800925 +89,-1.539384641,0.7259505092,131,-1.5369566,0.7460845958,80.068986999 +90,-1.537372391,0.7259947145,131,-1.5369566,0.7460845958,79.585379585 +91,-1.535340789,0.7260435356,131,-1.5369566,0.7460845958,79.524209812 +92,-1.539325716,0.7244369706,131,-1.5369566,0.7460845958,86.028191814 +93,-1.537308932,0.7244801057,131,-1.5369566,0.7460845958,85.581643378 +94,-1.535289068,0.7245247645,131,-1.5369566,0.7460845958,85.538848506 +95,-1.533261366,0.7245550236,131,-1.5369566,0.7460845958,85.966614922 +96,-1.539267302,0.722921924,131,-1.5369566,0.7460845958,91.998423428 +97,-1.537248972,0.7229660258,131,-1.5369566,0.7460845958,91.57668847 +98,-1.535219431,0.7229916471,131,-1.5369566,0.7460845958,91.613582352 +99,-1.53318962,0.7230212049,131,-1.5369566,0.7460845958,92.022660158 +100,-1.531154816,0.7230299897,131,-1.5369566,0.7460845958,92.897969982 +101,-1.528878341,0.7230370244,131,-1.5369566,0.7460845958,94.328864646 +102,-1.539218189,0.7214009878,131,-1.5369566,0.7460845958,97.997824763 +103,-1.537198791,0.7214422745,131,-1.5369566,0.7460845958,97.610834403 +104,-1.535179266,0.7214634354,131,-1.5369566,0.7460845958,97.664436096 +105,-1.533156501,0.7214944644,131,-1.5369566,0.7460845958,98.040751469 +106,-1.53113574,0.7215166021,131,-1.5369566,0.7460845958,98.808446007 +107,-1.528874248,0.7215345535,131,-1.5369566,0.7460845958,100.10635016 +108,-1.539217656,0.7198512397,131,-1.5369566,0.7460845958,104.12324303 +109,-1.537199919,0.7199428763,131,-1.5369566,0.7460845958,103.54982783 +110,-1.545425832,0.727397149,131,-1.5369566,0.7460845958,78.07944992 +111,-1.543371177,0.7273916949,131,-1.5369566,0.7460845958,76.39645395 +112,-1.541368852,0.7274523163,131,-1.5369566,0.7460845958,74.928884947 +113,-1.545349067,0.7258710923,131,-1.5369566,0.7460845958,83.770513533 +114,-1.54332671,0.7258603556,131,-1.5369566,0.7460845958,82.261942869 +115,-1.541346831,0.7259242142,131,-1.5369566,0.7460845958,80.888554247 +116,-1.545324355,0.7243383958,131,-1.5369566,0.7460845958,89.575514044 +117,-1.543292796,0.7243617413,131,-1.5369566,0.7460845958,88.034423571 +118,-1.541295822,0.7244024384,131,-1.5369566,0.7460845958,86.823794953 +119,-1.543193859,0.7205570215,131,-1.5369566,0.7460845958,102.76692437 +120,-1.550257047,0.7386738187,131,-1.5369566,0.7460845958,48.668604439 +121,-1.549335448,0.7311736483,131,-1.5369566,0.7460845958,69.301046789 +122,-1.533478843,0.7179891343,131,-1.5369566,0.7460845958,111.75672259 +123,-1.556150555,0.738907041,131,-1.5369566,0.7460845958,62.816711261 +124,-1.554324226,0.733414257,131,-1.5369566,0.7460845958,71.418403032 +125,-1.554290846,0.7288285332,131,-1.5369566,0.7460845958,85.17318997 +126,-1.55122487,0.7219795312,131,-1.5369566,0.7460845958,104.29285533 +127,-1.525104458,0.7229399862,131,-1.5369566,0.7460845958,98.072396927 +128,-1.519607711,0.7236181429,131,-1.5369566,0.7460845958,102.55819575 +129,-1.513899999,0.7251107854,131,-1.5369566,0.7460845958,107.17355128 +130,-1.536620762,0.7431061895,131,-1.5369566,0.7460845958,11.83795363 +131,-1.5369566,0.7460845958,131,-1.5369566,0.7460845958,9.2230018039 +132,-1.545345528,0.7447040685,131,-1.5369566,0.7460845958,25.021803481 +133,-1.532813921,0.7432306626,131,-1.5369566,0.7460845958,16.53413255 +134,-1.554788248,0.7382381001,131,-1.5369566,0.7460845958,60.627487841 +135,-1.540348126,0.7301594274,131,-1.5369566,0.7460845958,63.857503025 +136,-1.538016084,0.7239051786,131,-1.5369566,0.7460845958,87.907806957 +137,-1.525288962,0.7258085137,131,-1.5369566,0.7460845958,87.312714996 +138,-1.534326986,0.731241342,131,-1.5369566,0.7460845958,59.296325582 +139,-1.530733872,0.7303625216,131,-1.5369566,0.7460845958,64.888778165 +141,-1.534354939,0.7328219978,131,-1.5369566,0.7460845958,53.082008688 +142,-1.53157084,0.7292888153,131,-1.5369566,0.7460845958,68.375394004 +143,-1.525691035,0.7263799874,131,-1.5369566,0.7460845958,84.764444462 +144,-1.534031287,0.7495967835,131,-1.5369566,0.7460845958,16.300498418 +145,-1.527714986,0.7283095957,131,-1.5369566,0.7460845958,75.4422624 +146,-1.526189586,0.7271468292,131,-1.5369566,0.7460845958,81.392790723 +147,-1.555177336,0.7375563366,131,-1.5369566,0.7460845958,63.024968798 +148,-1.555080283,0.7312707794,131,-1.5369566,0.7460845958,79.120245467 +149,-1.53856994,0.7224180299,131,-1.5369566,0.7460845958,93.863200884 +150,-1.530837883,0.729933372,131,-1.5369566,0.7460845958,66.43995542 +151,-1.515066984,0.5854133365,131,-1.5369566,0.7460845958,640.03915764 +152,-1.534731633,0.5368370046,131,-1.5369566,0.7460845958,828.85949345 +153,-1.515231902,0.5607085576,131,-1.5369566,0.7460845958,737.42157172 +154,-2.616253799,1.0684566605,131,-1.5369566,0.7460845958,2791.4682537 +155,-1.956071439,0.5792177723,131,-1.5369566,0.7460845958,1459.0816988 +156,-1.951208514,0.5602434208,131,-1.5369566,0.7460845958,1489.0922965 +157,-1.944675062,0.6062144545,131,-1.5369566,0.7460845958,1370.1874495 +158,-1.613778386,0.6077989518,131,-1.5369566,0.7460845958,596.67009254 +159,-2.035029014,0.6021432345,131,-1.5369566,0.7460845958,1633.8282815 +160,-2.114989471,0.6801825058,131,-1.5369566,0.7460845958,1739.8236335 +161,-2.037382079,0.5765830025,131,-1.5369566,0.7460845958,1691.6601341 +162,-2.129855121,0.6585019963,131,-1.5369566,0.7460845958,1813.2497834 +163,-2.075141798,0.6493615843,131,-1.5369566,0.7460845958,1667.9156597 +164,-1.828626729,0.6948433129,131,-1.5369566,0.7460845958,890.00362974 +165,-1.863329418,0.6735427691,131,-1.5369566,0.7460845958,1019.3245732 +166,-1.266037071,0.727988852,131,-1.5369566,0.7460845958,796.69191723 +167,-1.277579582,0.7249010648,131,-1.5369566,0.7460845958,765.41087929 +168,-1.258418684,0.7241194816,131,-1.5369566,0.7460845958,821.74543497 +169,-1.317813974,0.6804850104,131,-1.5369566,0.7460845958,705.09209147 +170,-1.344165204,0.6790988904,131,-1.5369566,0.7460845958,635.16821249 +171,-1.427582102,0.5277120351,131,-1.5369566,0.7460845958,931.75576145 +172,-1.402238616,0.457167829,131,-1.5369566,0.7460845958,1224.6725506 +173,-1.422454264,0.4996161999,131,-1.5369566,0.7460845958,1042.5837245 +174,-1.439089277,0.4894859811,131,-1.5369566,0.7460845958,1063.7146753 +175,-1.448126995,0.5182330266,131,-1.5369566,0.7460845958,945.61504178 +176,-1.474626146,0.5881926574,131,-1.5369566,0.7460845958,654.62057729 +177,-1.421139645,0.5584869783,131,-1.5369566,0.7460845958,827.0068817 +178,-1.457037165,0.565943032,131,-1.5369566,0.7460845958,756.02991153 +179,-2.757159358,0.3745319,131,-1.5369566,0.7460845958,4225.0382058 +180,-2.714309238,0.342054471,131,-1.5369566,0.7460845958,4180.3716971 +181,-2.000525337,0.774119946,131,-1.5369566,0.7460845958,1329.5810261 +183,-1.571413436,0.6777838382,131,-1.5369566,0.7460845958,289.57738545 +184,-1.552860289,0.6987663893,131,-1.5369566,0.7460845958,193.28998079 +185,-1.521852374,0.7165827476,131,-1.5369566,0.7460845958,125.05132452 +186,-1.503656267,0.6928968252,131,-1.5369566,0.7460845958,232.85005379 +187,-1.502753178,0.7136205882,131,-1.5369566,0.7460845958,163.4830148 +188,-1.631894563,0.7343596465,131,-1.5369566,0.7460845958,281.44944103 +189,-1.653765416,0.6770714026,131,-1.5369566,0.7460845958,444.1746382 +190,-1.719812114,0.6715965947,131,-1.5369566,0.7460845958,623.33827826 +191,-1.493406659,0.6646955447,131,-1.5369566,0.7460845958,348.06287212 +192,-1.469120564,0.6613469966,131,-1.5369566,0.7460845958,393.11889983 +193,-1.590551461,0.5326612937,131,-1.5369566,0.7460845958,862.19190424 +194,-1.625979264,0.5247742243,131,-1.5369566,0.7460845958,920.92248482 +195,-1.572293943,0.5238808754,131,-1.5369566,0.7460845958,887.25565848 +196,-1.610848725,0.5477107964,131,-1.5369566,0.7460845958,819.43134941 +197,-1.208485554,0.7918526018,131,-1.5369566,0.7460845958,950.09049915 +198,-1.335601374,0.6869083083,131,-1.5369566,0.7460845958,644.83826099 +199,-1.346156996,0.6825213377,131,-1.5369566,0.7460845958,623.42822173 +200,-1.324381037,0.6741422347,131,-1.5369566,0.7460845958,698.32001646 +201,-1.242424992,0.7378949807,131,-1.5369566,0.7460845958,859.13849883 +202,-1.270370057,0.7392461008,131,-1.5369566,0.7460845958,777.29452773 +203,-1.448950472,0.7441675014,131,-1.5369566,0.7460845958,256.29052376 +204,-1.492662363,0.7523026852,131,-1.5369566,0.7460845958,130.80496404 +205,-1.479098966,0.7763855017,131,-1.5369566,0.7460845958,204.75035676 +206,-1.633760714,0.7869022408,131,-1.5369566,0.7460845958,319.94320179 +207,-1.647406434,0.8101289331,131,-1.5369566,0.7460845958,401.58415635 +208,-1.564245052,0.5701509278,131,-1.5369566,0.7460845958,702.06275951 +209,-1.646289963,0.6833746083,131,-1.5369566,0.7460845958,410.51666276 +210,-1.5820631,0.6751952144,131,-1.5369566,0.7460845958,311.70018253 +211,-1.613236298,0.6681681791,131,-1.5369566,0.7460845958,384.59900378 +212,-1.914661867,0.8212566515,131,-1.5369566,0.7460845958,1096.7599191 +213,-1.742133237,0.7250275956,131,-1.5369566,0.7460845958,607.82060119 +214,-2.033144872,0.6557314699,131,-1.5369566,0.7460845958,1536.2361938 +215,-2.039551981,0.6964723658,131,-1.5369566,0.7460845958,1500.4631289 +216,-1.247341019,0.7622473908,131,-1.5369566,0.7460845958,837.14773373 +217,-1.298239787,0.7084123392,131,-1.5369566,0.7460845958,721.06193132 +218,-1.308539688,0.6926545592,131,-1.5369566,0.7460845958,711.85526293 +219,-1.303263185,0.6888938396,131,-1.5369566,0.7460845958,732.36183579 +220,-1.852400229,0.6004246149,131,-1.5369566,0.7460845958,1130.9635144 +221,-1.288947707,0.7473773692,131,-1.5369566,0.7460845958,720.13239147 +222,-1.372031502,0.7472790993,131,-1.5369566,0.7460845958,479.23631567 +223,-1.289805721,0.7242157877,131,-1.5369566,0.7460845958,730.3983181 +224,-1.350807603,0.7533498126,131,-1.5369566,0.7460845958,540.04340237 +225,-1.329290365,0.7560442322,131,-1.5369566,0.7460845958,602.04595437 +226,-1.410153004,0.616936428,131,-1.5369566,0.7460845958,642.75651092 +227,-1.393445434,0.6308995063,131,-1.5369566,0.7460845958,632.50828646 +228,-1.37595573,0.6241540638,131,-1.5369566,0.7460845958,689.92288663 +229,-1.358388707,0.6172645205,131,-1.5369566,0.7460845958,748.64008037 +230,-1.753741133,0.8281661666,131,-1.5369566,0.7460845958,686.69429837 +231,-1.47430987,0.6834615681,131,-1.5369566,0.7460845958,310.81877816 +232,-1.421012508,0.7222725206,131,-1.5369566,0.7460845958,353.6385895 +233,-1.4476833,0.6978557868,131,-1.5369566,0.7460845958,326.89244341 +234,-1.470370723,0.6966193374,131,-1.5369566,0.7460845958,278.5329447 +235,-1.429211703,0.7037216883,131,-1.5369566,0.7460845958,360.72595682 +236,-1.700578405,0.6178673663,131,-1.5369566,0.7460845958,714.02030365 +237,-1.678117619,0.6331716163,131,-1.5369566,0.7460845958,620.79046834 +238,-1.725644578,0.6316331145,131,-1.5369566,0.7460845958,732.73889995 +239,-2.14012759,0.7930497945,131,-1.5369566,0.7460845958,1712.6472751 +240,-2.103289431,0.7653606263,131,-1.5369566,0.7460845958,1623.8647179 +241,-1.318739838,0.7017808746,131,-1.5369566,0.7460845958,670.22157169 +242,-1.396417427,0.7077900843,131,-1.5369566,0.7460845958,442.52677152 +243,-1.35650337,0.7185539404,131,-1.5369566,0.7460845958,542.22367483 +244,-1.248884539,0.7274156818,131,-1.5369566,0.7460845958,846.9950634 +245,-1.395014798,0.5761185243,131,-1.5369566,0.7460845958,805.43379124 +246,-1.433377362,0.6064716109,131,-1.5369566,0.7460845958,638.49735426 +247,-1.408172432,0.5903155476,131,-1.5369566,0.7460845958,734.8471732 +248,-1.749645898,0.7757118084,131,-1.5369566,0.7460845958,620.6893308 +249,-1.571626686,0.615046989,131,-1.5369566,0.7460845958,529.854439 +250,-1.514070049,0.6303003037,131,-1.5369566,0.7460845958,463.91801872 +251,-1.480890369,0.6237966528,131,-1.5369566,0.7460845958,513.89995295 +252,-1.704390658,0.5281680612,131,-1.5369566,0.7460845958,1012.929978 +253,-1.64434733,0.5254277498,131,-1.5369566,0.7460845958,937.95785973 +254,-1.703855997,0.4792484842,131,-1.5369566,0.7460845958,1185.3617915 +255,-1.692002383,0.5748825051,131,-1.5369566,0.7460845958,832.63040955 +256,-1.854136457,0.5544643913,131,-1.5369566,0.7460845958,1250.8045367 +257,-1.665021206,0.520317736,131,-1.5369566,0.7460845958,982.33418564 +258,-1.733654349,0.4845187345,131,-1.5369566,0.7460845958,1213.2538142 +259,-1.720938188,0.5135933906,131,-1.5369566,0.7460845958,1091.0881776 +260,-1.742668307,0.553296122,131,-1.5369566,0.7460845958,999.99621685 +261,-1.965659039,0.7142126903,131,-1.5369566,0.7460845958,1266.9777077 +262,-1.944438071,0.6772834804,131,-1.5369566,0.7460845958,1247.9478284 +263,-1.270340967,0.7681487096,131,-1.5369566,0.7460845958,771.4015597 +264,-1.353091884,0.6549276821,131,-1.5369566,0.7460845958,662.83472094 +265,-1.333236659,0.6413584414,131,-1.5369566,0.7460845958,745.2385841 +266,-1.352015998,0.6753788907,131,-1.5369566,0.7460845958,621.19406526 +267,-1.377988483,0.6577816235,131,-1.5369566,0.7460845958,594.00761757 +268,-2.13075611,0.8318642051,131,-1.5369566,0.7460845958,1677.4424523 +269,-2.097910953,0.8259670014,131,-1.5369566,0.7460845958,1589.8376909 +270,-1.416382069,0.6694271549,131,-1.5369566,0.7460845958,472.87569214 +271,-1.538905672,0.7535625993,131,-1.5369566,0.7460845958,30.154364987 +272,-1.572309477,0.7803125099,131,-1.5369566,0.7460845958,169.16431076 +273,-1.87759879,0.7503853417,131,-1.5369566,0.7460845958,986.79661179 +274,1.152365588,0.590457682,131,-1.5369566,0.7460845958,6901.7351347 +275,0.350198001,0.718001859,131,-1.5369566,0.7460845958,5120.5355399 +276,0.046513677,0.491503852,131,-1.5369566,0.7460845958,4964.5204838 +277,0.027510309,0.742571376,131,-1.5369566,0.7460845958,4317.8837439 +278,0.306285725,-0.214631579,131,-1.5369566,0.7460845958,7586.1286382 +279,-1.100564889,0.318051531,131,-1.5369566,0.7460845958,2239.2558224 +280,-1.078582306,0.301437596,131,-1.5369566,0.7460845958,2341.0098996 +281,-1.137371989,-0.617634065,131,-1.5369566,0.7460845958,5591.6940988 +282,0.784356344,0.703272339,131,-1.5369566,0.7460845958,5996.1625462 +283,-1.221209947,0.218327455,131,-1.5369566,0.7460845958,2354.3262982 +284,2.347301921,-0.449114658,131,-1.5369566,0.7460845958,9778.5478065 +285,0.246820618,0.830553713,131,-1.5369566,0.7460845958,4607.2556914 +286,0.829414965,0.703288228,131,-1.5369566,0.7460845958,6067.7411269 +287,-1.337537566,0.42332223,131,-1.5369566,0.7460845958,1434.9600189 +288,0.882453706,0.454478077,131,-1.5369566,0.7460845958,7007.8715578 +289,1.575629659,0.416419109,131,-1.5369566,0.7460845958,7837.9521582 +290,-1.039455679,0.229888244,131,-1.5369566,0.7460845958,2658.946727 +291,0.489558039,0.934482747,131,-1.5369566,0.7460845958,4789.1864517 +292,0.081344504,0.88384514,131,-1.5369566,0.7460845958,4135.6020665 +293,-1.547979814,0.300350308,131,-1.5369566,0.7460845958,1765.9450367 +294,0.040776181,0.168560074,131,-1.5369566,0.7460845958,5789.9106019 +295,-1.130374745,0.563894876,131,-1.5369566,0.7460845958,1459.8136801 +296,1.578326642,0.478507176,131,-1.5369566,0.7460845958,7592.290589 +297,-1.12861823,-0.291640865,131,-1.5369566,0.7460845958,4371.50088 +298,0.310524208,0.770885792,131,-1.5369566,0.7460845958,4893.7853953 +299,0.415649091,-0.387246002,131,-1.5369566,0.7460845958,8340.3589941 +300,-0.926533878,-0.188022748,131,-1.5369566,0.7460845958,4309.5845533 +301,1.258856172,-0.11716081,131,-1.5369566,0.7460845958,9675.157353 +302,-1.126050026,0.322941926,131,-1.5369566,0.7460845958,2168.6001864 +303,2.002785835,0.07893892,131,-1.5369566,0.7460845958,8877.2675502 +304,0.440437607,0.746258085,131,-1.5369566,0.7460845958,5230.986535 +305,-0.030391866,0.214441206,131,-1.5369566,0.7460845958,5462.715582 +306,0.521557815,-0.058929362,131,-1.5369566,0.7460845958,7780.9265889 +307,-0.097005111,0.13317729,131,-1.5369566,0.7460845958,5484.5170307 +308,1.83113859,0.221857587,131,-1.5369566,0.7460845958,8522.499625 +309,0.222428864,0.099404236,131,-1.5369566,0.7460845958,6497.953357 +310,-1.702731345,0.8728568183,131,-1.5369566,0.7460845958,675.2243585 +311,-0.418507569,0.278324921,131,-1.5369566,0.7460845958,4170.2978721 +312,-1.41153306,0.339029988,131,-1.5369566,0.7460845958,1665.9322039 +313,0.357560442,0.114788776,131,-1.5369566,0.7460845958,6835.6115133 +314,0.325818979,0.268352149,131,-1.5369566,0.7460845958,6316.3861539 +315,-1.246004659,-0.663679965,131,-1.5369566,0.7460845958,5681.4566723 +316,1.814603087,0.637404484,131,-1.5369566,0.7460845958,6911.658828 +317,1.843704281,-0.18300445,131,-1.5369566,0.7460845958,10065.44223 +318,1.690644492,-0.211480909,131,-1.5369566,0.7460845958,10305.74008 +319,-1.275451936,0.068109467,131,-1.5369566,0.7460845958,2839.100878 +320,0.762430171,-0.207594741,131,-1.5369566,0.7460845958,8862.4725202 +321,0.265668905,-0.014647884,131,-1.5369566,0.7460845958,6933.3658984 +322,-2.773032013,-0.335515811,131,-1.5369566,0.7460845958,6204.8973993 +323,-1.469512853,0.174058777,131,-1.5369566,0.7460845958,2277.7975004 +324,0.286276986,0.785925691,131,-1.5369566,0.7460845958,4803.0928524 +325,-1.379324697,0.377432233,131,-1.5369566,0.7460845958,1550.6040194 +326,-1.203778265,0.212813032,131,-1.5369566,0.7460845958,2402.1531466 +327,0.579916301,0.611743168,131,-1.5369566,0.7460845958,5914.241664 +328,0.267582642,0.868113908,131,-1.5369566,0.7460845958,4557.0393876 +329,0.412869244,-0.050245578,131,-1.5369566,0.7460845958,7451.5541782 +330,0.17524381,0.976660285,131,-1.5369566,0.7460845958,4127.2715778 +331,0.743157214,0.204812899,131,-1.5369566,0.7460845958,7555.0626515 +332,-1.070758176,0.269382282,131,-1.5369566,0.7460845958,2461.9946715 +333,-1.230364251,0.329790229,131,-1.5369566,0.7460845958,1942.0542745 +334,-1.374813124,-0.024926835,131,-1.5369566,0.7460845958,3108.3267328 +335,0.519780566,0.463669906,131,-1.5369566,0.7460845958,6234.5682115 +336,-1.55108034,0.239698561,131,-1.5369566,0.7460845958,2006.3760579 +337,0.180294813,0.029739425,131,-1.5369566,0.7460845958,6566.7087914 +338,0.67820924,0.268170153,131,-1.5369566,0.7460845958,7204.404304 +339,0.445798684,1.024001867,131,-1.5369566,0.7460845958,4474.810206 +340,0.691751283,0.150521402,131,-1.5369566,0.7460845958,7605.206155 +341,-1.036643551,-0.903056181,131,-1.5369566,0.7460845958,6754.2928944 +342,-0.120287036,1.083325163,131,-1.5369566,0.7460845958,3406.078438 +343,2.823513113,-0.304487164,131,-1.5369566,0.7460845958,8048.5689851 +344,0.457583172,1.12513373,131,-1.5369566,0.7460845958,4228.3763175 +345,0.042918831,0.813795399,131,-1.5369566,0.7460845958,4198.9075986 +346,1.196146777,-0.853142756,131,-1.5369566,0.7460845958,11244.928529 +347,0.206001358,-0.010430701,131,-1.5369566,0.7460845958,6749.8101396 +348,-0.268308653,0.234799412,131,-1.5369566,0.7460845958,4718.7904847 +349,0.759363263,0.736189579,131,-1.5369566,0.7460845958,5846.275402 +350,0.181363926,0.891988372,131,-1.5369566,0.7460845958,4326.2330062 +351,-0.021111158,0.139103292,131,-1.5369566,0.7460845958,5689.3163651 +352,-0.093355215,0.630686981,131,-1.5369566,0.7460845958,4259.1065692 +353,0.40118964,0.681375926,131,-1.5369566,0.7460845958,5332.4157475 +354,-0.721197315,1.304706234,131,-1.5369566,0.7460845958,2632.1243753 +355,-1.076150317,0.212107639,131,-1.5369566,0.7460845958,2640.526051 +356,-1.577164531,0.273993443,131,-1.5369566,0.7460845958,1874.9238822 +357,-0.190788414,0.182208586,131,-1.5369566,0.7460845958,5081.8843938 +358,-0.261349752,0.209710184,131,-1.5369566,0.7460845958,4804.4786093 +359,-1.029303852,0.083549259,131,-1.5369566,0.7460845958,3171.8857864 +360,-1.268609162,0.330525297,131,-1.5369566,0.7460845958,1875.0699759 +361,1.282982244,-0.926641967,131,-1.5369566,0.7460845958,11335.792309 +362,0.217352334,0.731352408,131,-1.5369566,0.7460845958,4790.3700614 +363,-1.511833084,0.258629297,131,-1.5369566,0.7460845958,1932.7042393 +364,0.338812194,0.823184618,131,-1.5369566,0.7460845958,4814.7384855 +365,-0.324406489,1.134201999,131,-1.5369566,0.7460845958,3015.2884335 +366,1.389579348,0.399185724,131,-1.5369566,0.7460845958,7839.9082303 +367,2.047152199,-0.039082036,131,-1.5369566,0.7460845958,9236.1655504 +368,0.947780369,0.568250077,131,-1.5369566,0.7460845958,6717.8176895 +369,0.763824846,0.576754987,131,-1.5369566,0.7460845958,6381.813333 +370,-0.142334657,0.928153068,131,-1.5369566,0.7460845958,3570.5132879 +371,0.610266567,0.547265983,131,-1.5369566,0.7460845958,6176.7250012 +372,0.210731629,0.746815056,131,-1.5369566,0.7460845958,4736.6082384 +373,-1.34931644,0.316895224,131,-1.5369566,0.7460845958,1813.0927503 +374,2.407696481,0.655030745,131,-1.5369566,0.7460845958,6186.1194944 +375,0.64207831,0.545359131,131,-1.5369566,0.7460845958,6248.3076485 +376,1.174597538,0.840588356,131,-1.5369566,0.7460845958,5982.2356695 +377,0.660059424,0.010604079,131,-1.5369566,0.7460845958,7952.6557098 +378,-0.730263819,0.010486456,131,-1.5369566,0.7460845958,4078.1577073 +379,0.831068936,0.512339172,131,-1.5369566,0.7460845958,6719.0281426 +380,1.301180979,0.72367476,131,-1.5369566,0.7460845958,6522.1444155 +381,1.811128231,0.322854402,131,-1.5369566,0.7460845958,8143.2414206 +382,0.435105812,0.992284428,131,-1.5369566,0.7460845958,4542.1232693 +383,0.62643634,0.592027932,131,-1.5369566,0.7460845958,6069.6328135 +384,0.492988703,-0.516339467,131,-1.5369566,0.7460845958,8861.4005144 +385,-0.162469483,0.112549365,131,-1.5369566,0.7460845958,5349.1490741 +386,0.314630866,0.472006421,131,-1.5369566,0.7460845958,5716.0407367 +387,0.166744804,0.822815954,131,-1.5369566,0.7460845958,4455.1737938 +388,0.417159608,0.965805736,131,-1.5369566,0.7460845958,4582.8922559 +389,0.106334961,0.868774244,131,-1.5369566,0.7460845958,4221.1221843 +390,0.815086969,-0.338144359,131,-1.5369566,0.7460845958,9366.0122727 +391,0.59867455,-0.230624824,131,-1.5369566,0.7460845958,8471.2259584 +392,1.915104874,0.066220985,131,-1.5369566,0.7460845958,9039.2555144 +393,1.278093622,0.064463721,131,-1.5369566,0.7460845958,9026.6289735 +394,-0.061477853,0.302997961,131,-1.5369566,0.7460845958,5142.14086 +395,0.251311504,0.626976942,131,-1.5369566,0.7460845958,5139.3287295 +396,2.950242872,0.149095644,131,-1.5369566,0.7460845958,6464.9977952 +397,-0.180294708,0.35375117,131,-1.5369566,0.7460845958,4671.400633 +398,1.010448592,-0.351180233,131,-1.5369566,0.7460845958,9927.133359 +399,-1.748740498,0.3686318073,131,-1.5369566,0.7460845958,1651.8027954 +400,2.699635665,0.123533791,131,-1.5369566,0.7460845958,7223.4721981 +401,0.496808033,0.823843254,131,-1.5369566,0.7460845958,5117.4713689 +402,0.129574704,0.763364087,131,-1.5369566,0.7460845958,4511.3594517 +403,1.798920311,0.817447563,131,-1.5369566,0.7460845958,6213.2606124 +404,0.335987953,0.746786541,131,-1.5369566,0.7460845958,5012.0948526 +405,-1.085413643,0.292154671,131,-1.5369566,0.7460845958,2356.0844281 +406,-0.155321003,0.508207011,131,-1.5369566,0.7460845958,4368.9443678 +407,0.620529244,-0.301175104,131,-1.5369566,0.7460845958,8719.5631083 +408,1.684402744,0.368716966,131,-1.5369566,0.7460845958,8018.5160582 +409,0.300582244,-0.386397212,131,-1.5369566,0.7460845958,8004.9373423 +410,2.913555946,-0.009225192,131,-1.5369566,0.7460845958,7004.8439206 +411,1.465101417,0.493232532,131,-1.5369566,0.7460845958,7508.6084744 +412,0.090612882,0.907955955,131,-1.5369566,0.7460845958,4104.8364868 +413,2.987564726,-0.729568594,131,-1.5369566,0.7460845958,8550.8720019 +414,-1.484261606,0.224149272,131,-1.5369566,0.7460845958,2075.2680282 +415,0.164073421,0.303955133,131,-1.5369566,0.7460845958,5776.7322934 +416,0.141441293,0.167552546,131,-1.5369566,0.7460845958,6081.527253 +417,2.931321023,-0.506718887,131,-1.5369566,0.7460845958,8225.8154422 +418,2.21951565,0.700596356,131,-1.5369566,0.7460845958,6305.0162818 +419,0.268112576,1.199114336,131,-1.5369566,0.7460845958,3817.0989753 +420,0.978913739,0.359223811,131,-1.5369566,0.7460845958,7506.3262875 +421,1.210898818,0.522863584,131,-1.5369566,0.7460845958,7217.0708092 +422,2.347397336,0.129231362,131,-1.5369566,0.7460845958,8066.0891589 +423,0.614394501,0.556878345,131,-1.5369566,0.7460845958,6155.260779 +424,-1.398079356,0.148483366,131,-1.5369566,0.7460845958,2415.8839225 +425,2.535303836,-0.112984496,131,-1.5369566,0.7460845958,8352.6586862 +426,-1.019372593,-0.405322349,131,-1.5369566,0.7460845958,4936.6888119 +427,-1.297785627,-0.160104069,131,-1.5369566,0.7460845958,3692.2213911 +428,2.144554488,0.205051084,131,-1.5369566,0.7460845958,8198.1857198 +429,-2.242387083,-0.426171285,131,-1.5369566,0.7460845958,5308.8327107 +430,0.338637212,0.909723676,131,-1.5369566,0.7460845958,4589.8724529 +431,-0.148798452,0.691042401,131,-1.5369566,0.7460845958,3984.1066605 +432,0.893524764,0.441829531,131,-1.5369566,0.7460845958,7070.942907 +433,0.969229347,-0.368847936,131,-1.5369566,0.7460845958,9868.6650191 +434,0.436043248,0.800045688,131,-1.5369566,0.7460845958,5070.2478223 +435,1.687946607,1.081504775,131,-1.5369566,0.7460845958,5199.8638358 +436,0.522302046,-0.034889271,131,-1.5369566,0.7460845958,7714.9775917 +437,-0.178996113,-0.438090009,131,-1.5369566,0.7460845958,6808.1938215 +438,-1.094339566,0.301444068,131,-1.5369566,0.7460845958,2306.564889 +439,-1.064070054,0.242569932,131,-1.5369566,0.7460845958,2564.304756 +440,-1.068153768,0.230387998,131,-1.5369566,0.7460845958,2595.9793297 +441,-3.00496892,-0.23989155,131,-1.5369566,0.7460845958,6571.2794072 +442,0.21751974,0.766874888,131,-1.5369566,0.7460845958,4701.8665611 +443,0.117229532,0.007619006,131,-1.5369566,0.7460845958,6443.8296369 +444,0.777758451,0.420554741,131,-1.5369566,0.7460845958,6926.0708223 +445,-0.252356999,0.250747086,131,-1.5369566,0.7460845958,4723.8669086 +446,0.363148444,0.768483434,131,-1.5369566,0.7460845958,5010.7412274 +447,0.903191366,-0.118210676,131,-1.5369566,0.7460845958,8957.9852606 +448,-0.205755923,0.149406178,131,-1.5369566,0.7460845958,5125.1732302 +449,1.811996086,0.02364353,131,-1.5369566,0.7460845958,9306.4565016 +450,-1.100670221,0.314845373,131,-1.5369566,0.7460845958,2249.3881783 +451,0.340078597,0.850105132,131,-1.5369566,0.7460845958,4746.6543195 +452,0.258757267,0.804969236,131,-1.5369566,0.7460845958,4696.1590719 +453,2.78505352,-0.155160804,131,-1.5369566,0.7460845958,7770.1416607 +454,0.800551619,0.105822106,131,-1.5369566,0.7460845958,8004.2067506 +455,0.437940882,-0.506194031,131,-1.5369566,0.7460845958,8680.6634738 +456,2.230431122,0.63458615,131,-1.5369566,0.7460845958,6526.8783046 +457,0.527965361,0.127667701,131,-1.5369566,0.7460845958,7259.7328724 +458,-0.063643205,0.702093448,131,-1.5369566,0.7460845958,4180.2102573 +459,1.408447268,0.133010502,131,-1.5369566,0.7460845958,8890.4678875 +460,0.523795955,0.280266966,131,-1.5369566,0.7460845958,6795.6479548 +461,-0.975769313,0.072177659,131,-1.5369566,0.7460845958,3318.7855656 +462,0.549774164,-0.463663986,131,-1.5369566,0.7460845958,8909.355371 +463,0.29245874,1.095549818,131,-1.5369566,0.7460845958,4066.8991585 +464,0.143625958,0.816809593,131,-1.5369566,0.7460845958,4418.5322784 +465,0.671902494,0.611159853,131,-1.5369566,0.7460845958,6098.0900886 +466,1.239840988,0.6724199,131,-1.5369566,0.7460845958,6674.0642548 +467,0.607829703,-0.10932137,131,-1.5369566,0.7460845958,8161.8875858 +468,1.763020906,0.263996692,131,-1.5369566,0.7460845958,8401.5496936 +469,0.378714634,0.726066797,131,-1.5369566,0.7460845958,5159.5527263 +470,2.196736143,-0.153862366,131,-1.5369566,0.7460845958,9327.6456812 +471,0.01702415,0.148991565,131,-1.5369566,0.7460845958,5773.4998025 +472,-2.998490902,-0.158002487,131,-1.5369566,0.7460845958,6331.7439354 +473,-3.051262951,-0.346595608,131,-1.5369566,0.7460845958,6985.4942098 +474,-1.069176439,0.182802941,131,-1.5369566,0.7460845958,2753.6510927 +475,0.167157509,0.595344954,131,-1.5369566,0.7460845958,5015.7385574 +476,0.613855648,0.681746124,131,-1.5369566,0.7460845958,5764.4727081 +477,1.037012736,0.682555367,131,-1.5369566,0.7460845958,6429.2501036 +478,-1.253574971,0.379755746,131,-1.5369566,0.7460845958,1727.0165762 +479,3.108590453,-0.132620738,131,-1.5369566,0.7460845958,6771.7856802 +480,0.565301296,0.022333262,131,-1.5369566,0.7460845958,7667.5416479 +481,0.547898238,0.855555614,131,-1.5369566,0.7460845958,5115.8652728 +482,0.948309381,0.417393755,131,-1.5369566,0.7460845958,7250.1294746 +483,-0.050600732,0.945269213,131,-1.5369566,0.7460845958,3739.3866878 +484,-0.977651478,-0.572363064,131,-1.5369566,0.7460845958,5603.017346 +485,1.102014914,0.728861163,131,-1.5369566,0.7460845958,6332.6736022 +486,2.927300795,-0.282939414,131,-1.5369566,0.7460845958,7692.0144289 +487,-1.154565557,0.124434095,131,-1.5369566,0.7460845958,2800.5735672 +488,1.855331234,0.291044755,131,-1.5369566,0.7460845958,8235.3488832 +489,0.830290659,0.276904518,131,-1.5369566,0.7460845958,7509.6862169 +490,0.485104466,-0.234867441,131,-1.5369566,0.7460845958,8157.4046524 +491,0.521367572,-0.33161327,131,-1.5369566,0.7460845958,8510.8925882 +1,-1.539031704,0.7349710123,132,-1.545345528,0.7447040685,42.749021665 +2,-1.536990553,0.7349663874,132,-1.545345528,0.7447040685,45.66334513 +3,-1.534951779,0.7349571355,132,-1.545345528,0.7447040685,49.143815498 +4,-1.532906461,0.7349480293,132,-1.545345528,0.7447040685,53.080990451 +5,-1.531320211,0.7346937278,132,-1.545345528,0.7447040685,57.062424774 +6,-1.539451648,0.7335131775,132,-1.545345528,0.7447040685,47.566636347 +7,-1.537429487,0.7335445708,132,-1.545345528,0.7447040685,49.908675282 +8,-1.535484998,0.7335658704,132,-1.545345528,0.7447040685,52.722104491 +9,-1.533488396,0.7336036027,132,-1.545345528,0.7447040685,56.017738195 +10,-1.531497785,0.7335842962,132,-1.545345528,0.7447040685,59.859847957 +11,-1.530259379,0.7334777758,132,-1.545345528,0.7447040685,62.671990815 +12,-1.5335454,0.7322346912,132,-1.545345528,0.7447040685,60.283760153 +13,-1.531489083,0.7322238773,132,-1.545345528,0.7447040685,63.961060295 +14,-1.530011122,0.7321679851,132,-1.545345528,0.7447040685,66.956720546 +15,-1.53348106,0.7306614094,132,-1.545345528,0.7447040685,65.59980066 +16,-1.531441779,0.7306962275,132,-1.545345528,0.7447040685,68.843578558 +17,-1.529755654,0.7306933243,132,-1.545345528,0.7447040685,71.888577441 +18,-1.533415048,0.7291384674,132,-1.545345528,0.7447040685,70.894093839 +19,-1.531392093,0.7291705353,132,-1.545345528,0.7447040685,73.897025882 +20,-1.529296523,0.7291214933,132,-1.545345528,0.7447040685,77.625444183 +21,-1.535280942,0.727267644,132,-1.545345528,0.7447040685,75.120119264 +22,-1.533378158,0.7276139666,132,-1.545345528,0.7447040685,76.264840368 +23,-1.531340368,0.7276446587,132,-1.545345528,0.7447040685,79.093668549 +24,-1.528960113,0.7276398177,132,-1.545345528,0.7447040685,82.955359895 +25,-1.533313146,0.7260818349,132,-1.545345528,0.7447040685,81.792100087 +26,-1.531259555,0.7260958115,132,-1.545345528,0.7447040685,84.525059887 +27,-1.528926415,0.7260865555,132,-1.545345528,0.7447040685,88.113049211 +28,-1.531226779,0.7245511789,132,-1.545345528,0.7447040685,89.967734091 +29,-1.528904772,0.7245519194,132,-1.545345528,0.7447040685,93.309844945 +30,-1.547195875,0.7409785979,132,-1.545345528,0.7447040685,15.71301499 +31,-1.5451475,0.740980426,132,-1.545345528,0.7447040685,14.760658857 +32,-1.543097679,0.7409798872,132,-1.545345528,0.7447040685,16.143540055 +33,-1.540720364,0.7409892687,132,-1.545345528,0.7447040685,19.964746878 +34,-1.547188511,0.7395198392,132,-1.545345528,0.7447040685,21.227912473 +35,-1.545148587,0.7395226109,132,-1.545345528,0.7447040685,20.531805223 +36,-1.543104538,0.7395314908,132,-1.545345528,0.7447040685,21.507770547 +37,-1.540727751,0.7395306258,132,-1.545345528,0.7447040685,24.52882744 +38,-1.547187029,0.7380014886,132,-1.545345528,0.7447040685,27.088515894 +39,-1.545147315,0.7380012252,132,-1.545345528,0.7447040685,26.556276302 +40,-1.54310719,0.7380060743,132,-1.545345528,0.7447040685,27.324741464 +41,-1.540719671,0.7380068206,132,-1.545345528,0.7447040685,29.771724855 +42,-1.547187189,0.7364799098,132,-1.545345528,0.7447040685,33.017821031 +43,-1.545149996,0.7364853874,132,-1.545345528,0.7447040685,32.559214173 +44,-1.543106091,0.7364823484,132,-1.545345528,0.7447040685,33.21778911 +45,-1.540717158,0.7364893901,132,-1.545345528,0.7447040685,35.239557424 +46,-1.538663972,0.7410138672,132,-1.545345528,0.7447040685,24.364445696 +47,-1.53695285,0.7409699132,132,-1.545345528,0.7447040685,28.606112693 +48,-1.534910498,0.7409641297,132,-1.545345528,0.7447040685,33.856884879 +49,-1.533145034,0.7409536636,132,-1.545345528,0.7447040685,38.570389669 +50,-1.538681336,0.7395405883,132,-1.545345528,0.7447040685,28.22794702 +51,-1.536999189,0.7395183096,132,-1.545345528,0.7447040685,31.869205248 +52,-1.534923633,0.7395144222,132,-1.545345528,0.7447040685,36.719059906 +53,-1.533267822,0.7395654306,132,-1.545345528,0.7447040685,40.712268092 +54,-1.53867273,0.7380151077,132,-1.545345528,0.7447040685,32.893784903 +55,-1.536980576,0.7379994392,132,-1.545345528,0.7447040685,36.089843561 +56,-1.534931522,0.7379944961,132,-1.545345528,0.7447040685,40.39717033 +57,-1.533387952,0.7379480264,132,-1.545345528,0.7447040685,44.005960167 +58,-1.538682279,0.7364914363,132,-1.545345528,0.7447040685,37.916658023 +59,-1.536980704,0.7364810563,132,-1.545345528,0.7447040685,40.729614658 +60,-1.534935567,0.7364752065,132,-1.545345528,0.7447040685,44.593487111 +61,-1.533042592,0.7363876366,132,-1.545345528,0.7447040685,48.773706282 +62,-1.545143426,0.7349628011,132,-1.545345528,0.7447040685,38.589689855 +63,-1.543105297,0.7349691947,132,-1.545345528,0.7447040685,39.112813932 +64,-1.541064533,0.7349647152,132,-1.545345528,0.7447040685,40.559570364 +65,-1.545411803,0.7334624714,132,-1.545345528,0.7447040685,44.528388871 +66,-1.543446606,0.7334780896,132,-1.545345528,0.7447040685,44.812238075 +67,-1.541475327,0.7334957295,132,-1.545345528,0.7447040685,45.819075942 +68,-1.545401939,0.731963266,132,-1.545345528,0.7447040685,50.4665892 +69,-1.54342253,0.7319915583,132,-1.545345528,0.7447040685,50.668376423 +70,-1.541455867,0.7320216438,132,-1.545345528,0.7447040685,51.51109711 +71,-1.545410146,0.7304422281,132,-1.545345528,0.7447040685,56.491467202 +72,-1.543435491,0.7304713664,132,-1.545345528,0.7447040685,56.653097578 +73,-1.541463105,0.7304997613,132,-1.545345528,0.7447040685,57.402776473 +74,-1.545414768,0.7289194936,132,-1.545345528,0.7447040685,62.523030871 +75,-1.543435774,0.7289538557,132,-1.545345528,0.7447040685,62.63761411 +76,-1.541457714,0.7289765881,132,-1.545345528,0.7447040685,63.331843702 +77,-1.539449415,0.7320555866,132,-1.545345528,0.7447040685,52.994184335 +78,-1.537429183,0.7321097681,132,-1.545345528,0.7447040685,55.012221599 +79,-1.535472649,0.7321497267,132,-1.545345528,0.7447040685,57.525594316 +80,-1.539457899,0.7305333307,132,-1.545345528,0.7447040685,58.723676773 +81,-1.537453161,0.7305750503,132,-1.545345528,0.7447040685,60.558258387 +82,-1.535479385,0.7306124949,132,-1.545345528,0.7447040685,62.863897102 +83,-1.53946905,0.7290102593,132,-1.545345528,0.7447040685,64.508920356 +84,-1.537459922,0.7290417293,132,-1.545345528,0.7447040685,66.210394799 +85,-1.535451349,0.7290890157,132,-1.545345528,0.7447040685,68.321668926 +86,-1.535522937,0.7279887191,132,-1.545345528,0.7447040685,72.212536779 +87,-1.539442524,0.7274735939,132,-1.545345528,0.7447040685,70.415144168 +88,-1.537424111,0.727521351,132,-1.545345528,0.7447040685,71.922946211 +89,-1.539384641,0.7259505092,132,-1.545345528,0.7447040685,76.318533648 +90,-1.537372391,0.7259947145,132,-1.545345528,0.7447040685,77.720242253 +91,-1.535340789,0.7260435356,132,-1.545345528,0.7447040685,79.54177226 +92,-1.539325716,0.7244369706,132,-1.545345528,0.7447040685,82.204891527 +93,-1.537308932,0.7244801057,132,-1.545345528,0.7447040685,83.517345023 +94,-1.535289068,0.7245247645,132,-1.545345528,0.7447040685,85.220510621 +95,-1.533261366,0.7245550236,132,-1.545345528,0.7447040685,87.356758229 +96,-1.539267302,0.722921924,132,-1.545345528,0.7447040685,88.111896806 +97,-1.537248972,0.7229660258,132,-1.545345528,0.7447040685,89.336911993 +98,-1.535219431,0.7229916471,132,-1.545345528,0.7447040685,91.01399004 +99,-1.53318962,0.7230212049,132,-1.545345528,0.7447040685,93.030384014 +100,-1.531154816,0.7230299897,132,-1.545345528,0.7447040685,95.459019002 +101,-1.528878341,0.7230370244,132,-1.545345528,0.7447040685,98.546243689 +102,-1.539218189,0.7214009878,132,-1.545345528,0.7447040685,94.048867549 +103,-1.537198791,0.7214422745,132,-1.545345528,0.7447040685,95.208829584 +104,-1.535179266,0.7214634354,132,-1.545345528,0.7447040685,96.796939124 +105,-1.533156501,0.7214944644,132,-1.545345528,0.7447040685,98.684944731 +106,-1.53113574,0.7215166021,132,-1.545345528,0.7447040685,100.91911854 +107,-1.528874248,0.7215345535,132,-1.545345528,0.7447040685,103.79112703 +108,-1.539217656,0.7198512397,132,-1.545345528,0.7447040685,100.08293982 +109,-1.537199919,0.7199428763,132,-1.545345528,0.7447040685,100.97058715 +110,-1.545425832,0.727397149,132,-1.545345528,0.7447040685,68.55311318 +111,-1.543371177,0.7273916949,132,-1.545345528,0.7447040685,68.81879115 +112,-1.541368852,0.7274523163,132,-1.545345528,0.7447040685,69.324047588 +113,-1.545349067,0.7258710923,132,-1.545345528,0.7447040685,74.597419319 +114,-1.54332671,0.7258603556,132,-1.545345528,0.7447040685,74.875160629 +115,-1.541346831,0.7259242142,132,-1.545345528,0.7447040685,75.308631756 +116,-1.545324355,0.7243383958,132,-1.545345528,0.7447040685,80.668453391 +117,-1.543292796,0.7243617413,132,-1.545345528,0.7447040685,80.801566497 +118,-1.541295822,0.7244024384,132,-1.545345528,0.7447040685,81.291030384 +119,-1.543193859,0.7205570215,132,-1.545345528,0.7447040685,95.856047509 +120,-1.550257047,0.7386738187,132,-1.545345528,0.7447040685,27.862003035 +121,-1.549335448,0.7311736483,132,-1.545345528,0.7447040685,54.854619158 +122,-1.533478843,0.7179891343,132,-1.545345528,0.7447040685,111.4497018 +123,-1.556150555,0.738907041,132,-1.545345528,0.7447040685,39.023760547 +124,-1.554324226,0.733414257,132,-1.545345528,0.7447040685,51.87200533 +125,-1.554290846,0.7288285332,132,-1.545345528,0.7447040685,68.138868193 +126,-1.55122487,0.7219795312,132,-1.545345528,0.7447040685,91.659392584 +127,-1.525104458,0.7229399862,132,-1.545345528,0.7447040685,104.76713561 +128,-1.519607711,0.7236181429,132,-1.545345528,0.7447040685,112.70838225 +129,-1.513899999,0.7251107854,132,-1.545345528,0.7447040685,120.6687745 +130,-1.536620762,0.7431061895,132,-1.545345528,0.7447040685,26.205160033 +131,-1.5369566,0.7460845958,132,-1.545345528,0.7447040685,25.021803481 +132,-1.545345528,0.7447040685,132,-1.545345528,0.7447040685,12.005504945 +133,-1.532813921,0.7432306626,132,-1.545345528,0.7447040685,36.986039135 +134,-1.554788248,0.7382381001,132,-1.545345528,0.7447040685,37.64037802 +135,-1.540348126,0.7301594274,132,-1.545345528,0.7447040685,59.445205195 +136,-1.538016084,0.7239051786,132,-1.545345528,0.7447040685,85.156016123 +137,-1.525288962,0.7258085137,132,-1.545345528,0.7447040685,95.252407247 +138,-1.534326986,0.731241342,132,-1.545345528,0.7447040685,62.339466058 +139,-1.530733872,0.7303625216,132,-1.545345528,0.7447040685,71.14664835 +141,-1.534354939,0.7328219978,132,-1.545345528,0.7447040685,57.016687091 +142,-1.53157084,0.7292888153,132,-1.545345528,0.7447040685,73.215596973 +143,-1.525691035,0.7263799874,132,-1.545345528,0.7447040685,92.735239241 +144,-1.534031287,0.7495967835,132,-1.545345528,0.7447040685,38.164653456 +145,-1.527714986,0.7283095957,132,-1.545345528,0.7447040685,83.025668393 +146,-1.526189586,0.7271468292,132,-1.545345528,0.7447040685,89.437539752 +147,-1.555177336,0.7375563366,132,-1.545345528,0.7447040685,40.335129463 +148,-1.555080283,0.7312707794,132,-1.545345528,0.7447040685,60.373651175 +149,-1.53856994,0.7224180299,132,-1.545345528,0.7447040685,90.497683791 +150,-1.530837883,0.729933372,132,-1.545345528,0.7447040685,72.336247282 +151,-1.515066984,0.5854133365,132,-1.545345528,0.7447040685,637.92713208 +152,-1.534731633,0.5368370046,132,-1.545345528,0.7447040685,824.04426181 +153,-1.515231902,0.5607085576,132,-1.545345528,0.7447040685,734.89322536 +154,-2.616253799,1.0684566605,132,-1.545345528,0.7447040685,2779.6097551 +155,-1.956071439,0.5792177723,132,-1.545345528,0.7447040685,1434.2228293 +156,-1.951208514,0.5602434208,132,-1.545345528,0.7447040685,1464.4050531 +157,-1.944675062,0.6062144545,132,-1.545345528,0.7447040685,1345.2153549 +158,-1.613778386,0.6077989518,132,-1.545345528,0.7447040685,581.85099177 +159,-2.035029014,0.6021432345,132,-1.545345528,0.7447040685,1608.8164661 +160,-2.114989471,0.6801825058,132,-1.545345528,0.7447040685,1715.6819022 +161,-2.037382079,0.5765830025,132,-1.545345528,0.7447040685,1666.6454332 +162,-2.129855121,0.6585019963,132,-1.545345528,0.7447040685,1788.8774109 +163,-2.075141798,0.6493615843,132,-1.545345528,0.7447040685,1643.2517947 +164,-1.828626729,0.6948433129,132,-1.545345528,0.7447040685,865.07703239 +165,-1.863329418,0.6735427691,132,-1.545345528,0.7447040685,994.32519994 +166,-1.266037071,0.727988852,132,-1.545345528,0.7447040685,821.15198358 +167,-1.277579582,0.7249010648,132,-1.545345528,0.7447040685,789.74182426 +168,-1.258418684,0.7241194816,132,-1.545345528,0.7447040685,846.1330146 +169,-1.317813974,0.6804850104,132,-1.545345528,0.7447040685,726.89886329 +170,-1.344165204,0.6790988904,132,-1.545345528,0.7447040685,656.19320123 +171,-1.427582102,0.5277120351,132,-1.545345528,0.7447040685,937.01997984 +172,-1.402238616,0.457167829,132,-1.545345528,0.7447040685,1229.6300996 +173,-1.422454264,0.4996161999,132,-1.545345528,0.7447040685,1047.3023765 +174,-1.439089277,0.4894859811,132,-1.545345528,0.7447040685,1066.832744 +175,-1.448126995,0.5182330266,132,-1.545345528,0.7447040685,948.79292915 +176,-1.474626146,0.5881926574,132,-1.545345528,0.7447040685,657.65967694 +177,-1.421139645,0.5584869783,132,-1.545345528,0.7447040685,834.14408424 +178,-1.457037165,0.565943032,132,-1.545345528,0.7447040685,760.06019223 +179,-2.757159358,0.3745319,132,-1.545345528,0.7447040685,4200.9703357 +180,-2.714309238,0.342054471,132,-1.545345528,0.7447040685,4155.9486838 +181,-2.000525337,0.774119946,132,-1.545345528,0.7447040685,1307.2107408 +183,-1.571413436,0.6777838382,132,-1.545345528,0.7447040685,276.35780307 +184,-1.552860289,0.6987663893,132,-1.545345528,0.7447040685,183.32511737 +185,-1.521852374,0.7165827476,132,-1.545345528,0.7447040685,131.18375917 +186,-1.503656267,0.6928968252,132,-1.545345528,0.7447040685,239.88113225 +187,-1.502753178,0.7136205882,132,-1.545345528,0.7447040685,176.0171602 +188,-1.631894563,0.7343596465,132,-1.545345528,0.7447040685,256.52417396 +189,-1.653765416,0.6770714026,132,-1.545345528,0.7447040685,421.3044549 +190,-1.719812114,0.6715965947,132,-1.545345528,0.7447040685,598.91135515 +191,-1.493406659,0.6646955447,132,-1.545345528,0.7447040685,353.48774995 +192,-1.469120564,0.6613469966,132,-1.545345528,0.7447040685,402.44818395 +193,-1.590551461,0.5326612937,132,-1.545345528,0.7447040685,851.99492367 +194,-1.625979264,0.5247742243,132,-1.545345528,0.7447040685,907.91846227 +195,-1.572293943,0.5238808754,132,-1.545345528,0.7447040685,878.85133962 +196,-1.610848725,0.5477107964,132,-1.545345528,0.7447040685,807.0810686 +197,-1.208485554,0.7918526018,132,-1.545345528,0.7447040685,975.01980175 +198,-1.335601374,0.6869083083,132,-1.545345528,0.7447040685,666.64815097 +199,-1.346156996,0.6825213377,132,-1.545345528,0.7447040685,644.64825747 +200,-1.324381037,0.6741422347,132,-1.545345528,0.7447040685,719.55986516 +201,-1.242424992,0.7378949807,132,-1.545345528,0.7447040685,883.86865997 +202,-1.270370057,0.7392461008,132,-1.545345528,0.7447040685,802.00013565 +203,-1.448950472,0.7441675014,132,-1.545345528,0.7447040685,280.77597231 +204,-1.492662363,0.7523026852,132,-1.545345528,0.7447040685,155.82499249 +205,-1.479098966,0.7763855017,132,-1.545345528,0.7447040685,227.74638295 +206,-1.633760714,0.7869022408,132,-1.545345528,0.7447040685,302.67073187 +207,-1.647406434,0.8101289331,132,-1.545345528,0.7447040685,387.33091785 +208,-1.564245052,0.5701509278,132,-1.545345528,0.7447040685,693.92173245 +209,-1.646289963,0.6833746083,132,-1.545345528,0.7447040685,387.54699314 +210,-1.5820631,0.6751952144,132,-1.545345528,0.7447040685,296.56920178 +211,-1.613236298,0.6681681791,132,-1.545345528,0.7447040685,365.61937156 +212,-1.914661867,0.8212566515,132,-1.545345528,0.7447040685,1076.5267342 +213,-1.742133237,0.7250275956,132,-1.545345528,0.7447040685,583.08926403 +214,-2.033144872,0.6557314699,132,-1.545345528,0.7447040685,1511.5012364 +215,-2.039551981,0.6964723658,132,-1.545345528,0.7447040685,1476.2793915 +216,-1.247341019,0.7622473908,132,-1.545345528,0.7447040685,862.14803576 +217,-1.298239787,0.7084123392,132,-1.545345528,0.7447040685,744.65590996 +218,-1.308539688,0.6926545592,132,-1.545345528,0.7447040685,734.54723342 +219,-1.303263185,0.6888938396,132,-1.545345528,0.7447040685,754.93746329 +220,-1.852400229,0.6004246149,132,-1.545345528,0.7447040685,1106.5189448 +221,-1.288947707,0.7473773692,132,-1.545345528,0.7447040685,744.96256903 +222,-1.372031502,0.7472790993,132,-1.545345528,0.7447040685,503.98541903 +223,-1.289805721,0.7242157877,132,-1.545345528,0.7447040685,754.65240136 +224,-1.350807603,0.7533498126,132,-1.545345528,0.7447040685,564.94370763 +225,-1.329290365,0.7560442322,132,-1.545345528,0.7447040685,626.98858381 +226,-1.410153004,0.616936428,132,-1.545345528,0.7447040685,654.5757044 +227,-1.393445434,0.6308995063,132,-1.545345528,0.7447040685,646.87178461 +228,-1.37595573,0.6241540638,132,-1.545345528,0.7447040685,704.9815646 +229,-1.358388707,0.6172645205,132,-1.545345528,0.7447040685,764.28891558 +230,-1.753741133,0.8281661666,132,-1.545345528,0.7447040685,669.2264649 +231,-1.47430987,0.6834615681,132,-1.545345528,0.7447040685,322.49615628 +232,-1.421012508,0.7222725206,132,-1.545345528,0.7447040685,376.34472143 +233,-1.4476833,0.6978557868,132,-1.545345528,0.7447040685,344.59481917 +234,-1.470370723,0.6966193374,132,-1.545345528,0.7447040685,293.30021809 +235,-1.429211703,0.7037216883,132,-1.545345528,0.7447040685,380.72936718 +236,-1.700578405,0.6178673663,132,-1.545345528,0.7447040685,692.40859875 +237,-1.678117619,0.6331716163,132,-1.545345528,0.7447040685,599.46440192 +238,-1.725644578,0.6316331145,132,-1.545345528,0.7447040685,709.62605167 +239,-2.14012759,0.7930497945,132,-1.545345528,0.7447040685,1691.172124 +240,-2.103289431,0.7653606263,132,-1.545345528,0.7447040685,1601.4794735 +241,-1.318739838,0.7017808746,132,-1.545345528,0.7447040685,693.25379615 +242,-1.396417427,0.7077900843,132,-1.545345528,0.7447040685,464.40870927 +243,-1.35650337,0.7185539404,132,-1.545345528,0.7447040685,565.71933556 +244,-1.248884539,0.7274156818,132,-1.545345528,0.7447040685,871.49765213 +245,-1.395014798,0.5761185243,132,-1.545345528,0.7447040685,815.7358432 +246,-1.433377362,0.6064716109,132,-1.545345528,0.7447040685,647.27568508 +247,-1.408172432,0.5903155476,132,-1.545345528,0.7447040685,744.92804856 +248,-1.749645898,0.7757118084,132,-1.545345528,0.7447040685,598.60899989 +249,-1.571626686,0.615046989,132,-1.545345528,0.7447040685,519.88647299 +250,-1.514070049,0.6303003037,132,-1.545345528,0.7447040685,463.12372368 +251,-1.480890369,0.6237966528,132,-1.545345528,0.7447040685,518.02450142 +252,-1.704390658,0.5281680612,132,-1.545345528,0.7447040685,994.72941634 +253,-1.64434733,0.5254277498,132,-1.545345528,0.7447040685,923.56054902 +254,-1.703855997,0.4792484842,132,-1.545345528,0.7447040685,1168.6112245 +255,-1.692002383,0.5748825051,132,-1.545345528,0.7447040685,813.3751602 +256,-1.854136457,0.5544643913,132,-1.545345528,0.7447040685,1227.1590406 +257,-1.665021206,0.520317736,132,-1.545345528,0.7447040685,966.67711119 +258,-1.733654349,0.4845187345,132,-1.545345528,0.7447040685,1194.93456 +259,-1.720938188,0.5135933906,132,-1.545345528,0.7447040685,1072.5250536 +260,-1.742668307,0.553296122,132,-1.545345528,0.7447040685,979.21477831 +261,-1.965659039,0.7142126903,132,-1.545345528,0.7447040685,1242.8377124 +262,-1.944438071,0.6772834804,132,-1.545345528,0.7447040685,1223.1591657 +263,-1.270340967,0.7681487096,132,-1.545345528,0.7447040685,796.42134093 +264,-1.353091884,0.6549276821,132,-1.545345528,0.7447040685,681.65146211 +265,-1.333236659,0.6413584414,132,-1.545345528,0.7447040685,763.90631647 +266,-1.352015998,0.6753788907,132,-1.545345528,0.7447040685,641.68009672 +267,-1.377988483,0.6577816235,132,-1.545345528,0.7447040685,611.80984302 +268,-2.13075611,0.8318642051,132,-1.545345528,0.7447040685,1657.2529552 +269,-2.097910953,0.8259670014,132,-1.545345528,0.7447040685,1569.425294 +270,-1.416382069,0.6694271549,132,-1.545345528,0.7447040685,489.30388112 +271,-1.538905672,0.7535625993,132,-1.545345528,0.7447040685,39.750670027 +272,-1.572309477,0.7803125099,132,-1.545345528,0.7447040685,160.79726283 +273,-1.87759879,0.7503853417,132,-1.545345528,0.7447040685,963.33812619 +274,1.152365588,0.590457682,132,-1.545345528,0.7447040685,6915.7462811 +275,0.350198001,0.718001859,132,-1.545345528,0.7447040685,5142.3322319 +276,0.046513677,0.491503852,132,-1.545345528,0.7447040685,4989.2050219 +277,0.027510309,0.742571376,132,-1.545345528,0.7447040685,4341.1937132 +278,0.306285725,-0.214631579,132,-1.545345528,0.7447040685,7610.6797814 +279,-1.100564889,0.318051531,132,-1.545345528,0.7447040685,2254.073247 +280,-1.078582306,0.301437596,132,-1.545345528,0.7447040685,2356.0930931 +281,-1.137371989,-0.617634065,132,-1.545345528,0.7447040685,5594.4421405 +282,0.784356344,0.703272339,132,-1.545345528,0.7447040685,6014.2929987 +283,-1.221209947,0.218327455,132,-1.545345528,0.7447040685,2363.1161385 +284,2.347301921,-0.449114658,132,-1.545345528,0.7447040685,9755.7892409 +285,0.246820618,0.830553713,132,-1.545345528,0.7447040685,4628.5665435 +286,0.829414965,0.703288228,132,-1.545345528,0.7447040685,6085.3585611 +287,-1.337537566,0.42332223,132,-1.545345528,0.7447040685,1442.9537333 +288,0.882453706,0.454478077,132,-1.545345528,0.7447040685,7026.9615725 +289,1.575629659,0.416419109,132,-1.545345528,0.7447040685,7844.0224471 +290,-1.039455679,0.229888244,132,-1.545345528,0.7447040685,2673.6759165 +291,0.489558039,0.934482747,132,-1.545345528,0.7447040685,4807.5729563 +292,0.081344504,0.88384514,132,-1.545345528,0.7447040685,4157.1911784 +293,-1.547979814,0.300350308,132,-1.545345528,0.7447040685,1760.1077008 +294,0.040776181,0.168560074,132,-1.545345528,0.7447040685,5814.8345211 +295,-1.130374745,0.563894876,132,-1.545345528,0.7447040685,1480.5317963 +296,1.578326642,0.478507176,132,-1.545345528,0.7447040685,7598.2672415 +297,-1.12861823,-0.291640865,132,-1.545345528,0.7447040685,4377.0614742 +298,0.310524208,0.770885792,132,-1.545345528,0.7447040685,4915.3310758 +299,0.415649091,-0.387246002,132,-1.545345528,0.7447040685,8364.4867136 +300,-0.926533878,-0.188022748,132,-1.545345528,0.7447040685,4320.9838418 +301,1.258856172,-0.11716081,132,-1.545345528,0.7447040685,9692.4909092 +302,-1.126050026,0.322941926,132,-1.545345528,0.7447040685,2182.7642653 +303,2.002785835,0.07893892,132,-1.545345528,0.7447040685,8869.8554266 +304,0.440437607,0.746258085,132,-1.545345528,0.7447040685,5251.8749147 +305,-0.030391866,0.214441206,132,-1.545345528,0.7447040685,5487.6090411 +306,0.521557815,-0.058929362,132,-1.545345528,0.7447040685,7805.8598053 +307,-0.097005111,0.13317729,132,-1.545345528,0.7447040685,5509.0023753 +308,1.83113859,0.221857587,132,-1.545345528,0.7447040685,8521.2558354 +309,0.222428864,0.099404236,132,-1.545345528,0.7447040685,6522.9719048 +310,-1.702731345,0.8728568183,132,-1.545345528,0.7447040685,664.54074161 +311,-0.418507569,0.278324921,132,-1.545345528,0.7447040685,4194.1026452 +312,-1.41153306,0.339029988,132,-1.545345528,0.7447040685,1667.9988478 +313,0.357560442,0.114788776,132,-1.545345528,0.7447040685,6860.5329506 +314,0.325818979,0.268352149,132,-1.545345528,0.7447040685,6341.0222587 +315,-1.246004659,-0.663679965,132,-1.545345528,0.7447040685,5681.7839295 +316,1.814603087,0.637404484,132,-1.545345528,0.7447040685,6912.8097285 +317,1.843704281,-0.18300445,132,-1.545345528,0.7447040685,10060.182395 +318,1.690644492,-0.211480909,132,-1.545345528,0.7447040685,10306.941984 +319,-1.275451936,0.068109467,132,-1.545345528,0.7447040685,2843.8159261 +320,0.762430171,-0.207594741,132,-1.545345528,0.7447040685,8887.1664314 +321,0.265668905,-0.014647884,132,-1.545345528,0.7447040685,6958.327438 +322,-2.773032013,-0.335515811,132,-1.545345528,0.7447040685,6180.6654004 +323,-1.469512853,0.174058777,132,-1.545345528,0.7447040685,2275.5417643 +324,0.286276986,0.785925691,132,-1.545345528,0.7447040685,4824.6392196 +325,-1.379324697,0.377432233,132,-1.545345528,0.7447040685,1555.1456295 +326,-1.203778265,0.212813032,132,-1.545345528,0.7447040685,2411.4849433 +327,0.579916301,0.611743168,132,-1.545345528,0.7447040685,5935.2342787 +328,0.267582642,0.868113908,132,-1.545345528,0.7447040685,4577.790024 +329,0.412869244,-0.050245578,132,-1.545345528,0.7447040685,7476.5749295 +330,0.17524381,0.976660285,132,-1.545345528,0.7447040685,4147.1112576 +331,0.743157214,0.204812899,132,-1.545345528,0.7447040685,7577.6184402 +332,-1.070758176,0.269382282,132,-1.545345528,0.7447040685,2476.6401319 +333,-1.230364251,0.329790229,132,-1.545345528,0.7447040685,1952.6985977 +334,-1.374813124,-0.024926835,132,-1.545345528,0.7447040685,3108.7297443 +335,0.519780566,0.463669906,132,-1.545345528,0.7447040685,6257.1951408 +336,-1.55108034,0.239698561,132,-1.545345528,0.7447040685,2000.4229732 +337,0.180294813,0.029739425,132,-1.545345528,0.7447040685,6591.615638 +338,0.67820924,0.268170153,132,-1.545345528,0.7447040685,7227.103633 +339,0.445798684,1.024001867,132,-1.545345528,0.7447040685,4492.2907834 +340,0.691751283,0.150521402,132,-1.545345528,0.7447040685,7628.5347279 +341,-1.036643551,-0.903056181,132,-1.545345528,0.7447040685,6756.4551367 +342,-0.120287036,1.083325163,132,-1.545345528,0.7447040685,3425.3039446 +343,2.823513113,-0.304487164,132,-1.545345528,0.7447040685,8024.1531844 +344,0.457583172,1.12513373,132,-1.545345528,0.7447040685,4244.1867956 +345,0.042918831,0.813795399,132,-1.545345528,0.7447040685,4221.4779092 +346,1.196146777,-0.853142756,132,-1.545345528,0.7447040685,11263.62751 +347,0.206001358,-0.010430701,132,-1.545345528,0.7447040685,6774.6869387 +348,-0.268308653,0.234799412,132,-1.545345528,0.7447040685,4743.0667268 +349,0.759363263,0.736189579,132,-1.545345528,0.7447040685,5864.3696013 +350,0.181363926,0.891988372,132,-1.545345528,0.7447040685,4347.1967673 +351,-0.021111158,0.139103292,132,-1.545345528,0.7447040685,5714.0501715 +352,-0.093355215,0.630686981,132,-1.545345528,0.7447040685,4283.5882461 +353,0.40118964,0.681375926,132,-1.545345528,0.7447040685,5354.1969893 +354,-0.721197315,1.304706234,132,-1.545345528,0.7447040685,2644.9178581 +355,-1.076150317,0.212107639,132,-1.545345528,0.7447040685,2653.934585 +356,-1.577164531,0.273993443,132,-1.545345528,0.7447040685,1867.611776 +357,-0.190788414,0.182208586,132,-1.545345528,0.7447040685,5106.2268768 +358,-0.261349752,0.209710184,132,-1.545345528,0.7447040685,4828.6583142 +359,-1.029303852,0.083549259,132,-1.545345528,0.7447040685,3184.4455288 +360,-1.268609162,0.330525297,132,-1.545345528,0.7447040685,1884.1355475 +361,1.282982244,-0.926641967,132,-1.545345528,0.7447040685,11348.467014 +362,0.217352334,0.731352408,132,-1.545345528,0.7447040685,4812.8524099 +363,-1.511833084,0.258629297,132,-1.545345528,0.7447040685,1928.7235907 +364,0.338812194,0.823184618,132,-1.545345528,0.7447040685,4835.5464722 +365,-0.324406489,1.134201999,132,-1.545345528,0.7447040685,3033.7726159 +366,1.389579348,0.399185724,132,-1.545345528,0.7447040685,7850.3880395 +367,2.047152199,-0.039082036,132,-1.545345528,0.7447040685,9226.0217299 +368,0.947780369,0.568250077,132,-1.545345528,0.7447040685,6735.1017654 +369,0.763824846,0.576754987,132,-1.545345528,0.7447040685,6401.2997106 +370,-0.142334657,0.928153068,132,-1.545345528,0.7447040685,3592.4667968 +371,0.610266567,0.547265983,132,-1.545345528,0.7447040685,6197.9879281 +372,0.210731629,0.746815056,132,-1.545345528,0.7447040685,4758.9854161 +373,-1.34931644,0.316895224,132,-1.545345528,0.7447040685,1818.1010894 +374,2.407696481,0.655030745,132,-1.545345528,0.7447040685,6176.6127232 +375,0.64207831,0.545359131,132,-1.545345528,0.7447040685,6269.2967731 +376,1.174597538,0.840588356,132,-1.545345528,0.7447040685,5994.2310816 +377,0.660059424,0.010604079,132,-1.545345528,0.7447040685,7976.9180343 +378,-0.730263819,0.010486456,132,-1.545345528,0.7447040685,4095.8525362 +379,0.831068936,0.512339172,132,-1.545345528,0.7447040685,6738.2829027 +380,1.301180979,0.72367476,132,-1.545345528,0.7447040685,6532.8871757 +381,1.811128231,0.322854402,132,-1.545345528,0.7447040685,8143.0965441 +382,0.435105812,0.992284428,132,-1.545345528,0.7447040685,4560.1344301 +383,0.62643634,0.592027932,132,-1.545345528,0.7447040685,6090.3772194 +384,0.492988703,-0.516339467,132,-1.545345528,0.7447040685,8884.930146 +385,-0.162469483,0.112549365,132,-1.545345528,0.7447040685,5373.2802833 +386,0.314630866,0.472006421,132,-1.545345528,0.7447040685,5739.851358 +387,0.166744804,0.822815954,132,-1.545345528,0.7447040685,4477.027954 +388,0.417159608,0.965805736,132,-1.545345528,0.7447040685,4601.3962793 +389,0.106334961,0.868774244,132,-1.545345528,0.7447040685,4242.7699061 +390,0.815086969,-0.338144359,132,-1.545345528,0.7447040685,9390.9481213 +391,0.59867455,-0.230624824,132,-1.545345528,0.7447040685,8496.2474726 +392,1.915104874,0.066220985,132,-1.545345528,0.7447040685,9034.3007303 +393,1.278093622,0.064463721,132,-1.545345528,0.7447040685,9041.7779565 +394,-0.061477853,0.302997961,132,-1.545345528,0.7447040685,5167.1272763 +395,0.251311504,0.626976942,132,-1.545345528,0.7447040685,5162.4767757 +396,2.950242872,0.149095644,132,-1.545345528,0.7447040685,6442.8017454 +397,-0.180294708,0.35375117,132,-1.545345528,0.7447040685,4696.3252448 +398,1.010448592,-0.351180233,132,-1.545345528,0.7447040685,9951.2727085 +399,-1.748740498,0.3686318073,132,-1.545345528,0.7447040685,1635.3521268 +400,2.699635665,0.123533791,132,-1.545345528,0.7447040685,7203.4288991 +401,0.496808033,0.823843254,132,-1.545345528,0.7447040685,5137.1113083 +402,0.129574704,0.763364087,132,-1.545345528,0.7447040685,4534.010957 +403,1.798920311,0.817447563,132,-1.545345528,0.7447040685,6215.3853595 +404,0.335987953,0.746786541,132,-1.545345528,0.7447040685,5033.7128532 +405,-1.085413643,0.292154671,132,-1.545345528,0.7447040685,2370.7832455 +406,-0.155321003,0.508207011,132,-1.545345528,0.7447040685,4393.9189077 +407,0.620529244,-0.301175104,132,-1.545345528,0.7447040685,8744.5627633 +408,1.684402744,0.368716966,132,-1.545345528,0.7447040685,8021.8381896 +409,0.300582244,-0.386397212,132,-1.545345528,0.7447040685,8028.5133844 +410,2.913555946,-0.009225192,132,-1.545345528,0.7447040685,6981.7048268 +411,1.465101417,0.493232532,132,-1.545345528,0.7447040685,7517.096576 +412,0.090612882,0.907955955,132,-1.545345528,0.7447040685,4126.0730341 +413,2.987564726,-0.729568594,132,-1.545345528,0.7447040685,8526.8011078 +414,-1.484261606,0.224149272,132,-1.545345528,0.7447040685,2072.5409205 +415,0.164073421,0.303955133,132,-1.545345528,0.7447040685,5801.6452642 +416,0.141441293,0.167552546,132,-1.545345528,0.7447040685,6106.5431341 +417,2.931321023,-0.506718887,132,-1.545345528,0.7447040685,8200.8037249 +418,2.21951565,0.700596356,132,-1.545345528,0.7447040685,6299.0832261 +419,0.268112576,1.199114336,132,-1.545345528,0.7447040685,3832.5159072 +420,0.978913739,0.359223811,132,-1.545345528,0.7447040685,7524.8508938 +421,1.210898818,0.522863584,132,-1.545345528,0.7447040685,7230.5114229 +422,2.347397336,0.129231362,132,-1.545345528,0.7447040685,8051.2924243 +423,0.614394501,0.556878345,132,-1.545345528,0.7447040685,6176.4084965 +424,-1.398079356,0.148483366,132,-1.545345528,0.7447040685,2416.5943914 +425,2.535303836,-0.112984496,132,-1.545345528,0.7447040685,8331.9834725 +426,-1.019372593,-0.405322349,132,-1.545345528,0.7447040685,4943.6971619 +427,-1.297785627,-0.160104069,132,-1.545345528,0.7447040685,3694.2316817 +428,2.144554488,0.205051084,132,-1.545345528,0.7447040685,8188.5690888 +429,-2.242387083,-0.426171285,132,-1.545345528,0.7447040685,5289.7316039 +430,0.338637212,0.909723676,132,-1.545345528,0.7447040685,4609.6535501 +431,-0.148798452,0.691042401,132,-1.545345528,0.7447040685,4008.4142025 +432,0.893524764,0.441829531,132,-1.545345528,0.7447040685,7089.9918254 +433,0.969229347,-0.368847936,132,-1.545345528,0.7447040685,9893.18959 +434,0.436043248,0.800045688,132,-1.545345528,0.7447040685,5090.6169896 +435,1.687946607,1.081504775,132,-1.545345528,0.7447040685,5204.2900471 +436,0.522302046,-0.034889271,132,-1.545345528,0.7447040685,7739.8669876 +437,-0.178996113,-0.438090009,132,-1.545345528,0.7447040685,6827.6449455 +438,-1.094339566,0.301444068,132,-1.545345528,0.7447040685,2321.2042699 +439,-1.064070054,0.242569932,132,-1.545345528,0.7447040685,2578.6140352 +440,-1.068153768,0.230387998,132,-1.545345528,0.7447040685,2609.9473747 +441,-3.00496892,-0.23989155,132,-1.545345528,0.7447040685,6546.26745 +442,0.21751974,0.766874888,132,-1.545345528,0.7447040685,4724.0142138 +443,0.117229532,0.007619006,132,-1.545345528,0.7447040685,6468.5505703 +444,0.777758451,0.420554741,132,-1.545345528,0.7447040685,6946.6864129 +445,-0.252356999,0.250747086,132,-1.545345528,0.7447040685,4748.2808486 +446,0.363148444,0.768483434,132,-1.545345528,0.7447040685,5031.9619999 +447,0.903191366,-0.118210676,132,-1.545345528,0.7447040685,8981.28969 +448,-0.205755923,0.149406178,132,-1.545345528,0.7447040685,5149.2937679 +449,1.811996086,0.02364353,132,-1.545345528,0.7447040685,9304.4825019 +450,-1.100670221,0.314845373,132,-1.545345528,0.7447040685,2264.1325642 +451,0.340078597,0.850105132,132,-1.545345528,0.7447040685,4767.1496706 +452,0.258757267,0.804969236,132,-1.545345528,0.7447040685,4717.6760207 +453,2.78505352,-0.155160804,132,-1.545345528,0.7447040685,7746.821096 +454,0.800551619,0.105822106,132,-1.545345528,0.7447040685,8026.904404 +455,0.437940882,-0.506194031,132,-1.545345528,0.7447040685,8703.9953718 +456,2.230431122,0.63458615,132,-1.545345528,0.7447040685,6520.0697952 +457,0.527965361,0.127667701,132,-1.545345528,0.7447040685,7284.1278288 +458,-0.063643205,0.702093448,132,-1.545345528,0.7447040685,4204.181559 +459,1.408447268,0.133010502,132,-1.545345528,0.7447040685,8901.6889073 +460,0.523795955,0.280266966,132,-1.545345528,0.7447040685,6819.3658621 +461,-0.975769313,0.072177659,132,-1.545345528,0.7447040685,3332.506128 +462,0.549774164,-0.463663986,132,-1.545345528,0.7447040685,8933.5664175 +463,0.29245874,1.095549818,132,-1.545345528,0.7447040685,4084.1766546 +464,0.143625958,0.816809593,132,-1.545345528,0.7447040685,4440.5748344 +465,0.671902494,0.611159853,132,-1.545345528,0.7447040685,6118.2361723 +466,1.239840988,0.6724199,132,-1.545345528,0.7447040685,6686.1022656 +467,0.607829703,-0.10932137,132,-1.545345528,0.7447040685,8186.7496117 +468,1.763020906,0.263996692,132,-1.545345528,0.7447040685,8402.4488681 +469,0.378714634,0.726066797,132,-1.545345528,0.7447040685,5181.0810456 +470,2.196736143,-0.153862366,132,-1.545345528,0.7447040685,9311.9525174 +471,0.01702415,0.148991565,132,-1.545345528,0.7447040685,5798.3448858 +472,-2.998490902,-0.158002487,132,-1.545345528,0.7447040685,6306.7316733 +473,-3.051262951,-0.346595608,132,-1.545345528,0.7447040685,6960.5477806 +474,-1.069176439,0.182802941,132,-1.545345528,0.7447040685,2766.7364762 +475,0.167157509,0.595344954,132,-1.545345528,0.7447040685,5039.5106146 +476,0.613855648,0.681746124,132,-1.545345528,0.7447040685,5784.5357057 +477,1.037012736,0.682555367,132,-1.545345528,0.7447040685,6444.3592196 +478,-1.253574971,0.379755746,132,-1.545345528,0.7447040685,1737.9198365 +479,3.108590453,-0.132620738,132,-1.545345528,0.7447040685,6747.1024924 +480,0.565301296,0.022333262,132,-1.545345528,0.7447040685,7692.1648827 +481,0.547898238,0.855555614,132,-1.545345528,0.7447040685,5134.7320107 +482,0.948309381,0.417393755,132,-1.545345528,0.7447040685,7268.6301082 +483,-0.050600732,0.945269213,132,-1.545345528,0.7447040685,3760.7466539 +484,-0.977651478,-0.572363064,132,-1.545345528,0.7447040685,5609.2439954 +485,1.102014914,0.728861163,132,-1.545345528,0.7447040685,6346.4927077 +486,2.927300795,-0.282939414,132,-1.545345528,0.7447040685,7667.3491863 +487,-1.154565557,0.124434095,132,-1.545345528,0.7447040685,2810.1427813 +488,1.855331234,0.291044755,132,-1.545345528,0.7447040685,8233.8535724 +489,0.830290659,0.276904518,132,-1.545345528,0.7447040685,7530.8234625 +490,0.485104466,-0.234867441,132,-1.545345528,0.7447040685,8182.3367016 +491,0.521367572,-0.33161327,132,-1.545345528,0.7447040685,8535.6546588 +1,-1.539031704,0.7349710123,133,-1.532813921,0.7432306626,37.439125063 +2,-1.536990553,0.7349663874,133,-1.532813921,0.7432306626,34.943717882 +3,-1.534951779,0.7349571355,133,-1.532813921,0.7432306626,33.363695182 +4,-1.532906461,0.7349480293,133,-1.532813921,0.7432306626,32.808628918 +5,-1.531320211,0.7346937278,133,-1.532813921,0.7432306626,34.096427482 +6,-1.539451648,0.7335131775,133,-1.532813921,0.7432306626,43.12352559 +7,-1.537429487,0.7335445708,133,-1.532813921,0.7432306626,40.679254955 +8,-1.535484998,0.7335658704,133,-1.532813921,0.7432306626,39.073666505 +9,-1.533488396,0.7336036027,133,-1.532813921,0.7432306626,38.18393202 +10,-1.531497785,0.7335842962,133,-1.532813921,0.7432306626,38.403267269 +11,-1.530259379,0.7334777758,133,-1.532813921,0.7432306626,39.349317084 +12,-1.5335454,0.7322346912,133,-1.532813921,0.7432306626,43.607780761 +13,-1.531489083,0.7322238773,133,-1.532813921,0.7432306626,43.770471169 +14,-1.530011122,0.7321679851,133,-1.532813921,0.7432306626,44.582749853 +15,-1.53348106,0.7306614094,133,-1.532813921,0.7432306626,49.825252488 +16,-1.531441779,0.7306962275,133,-1.532813921,0.7432306626,49.811752655 +17,-1.529755654,0.7306933243,133,-1.532813921,0.7432306626,50.464046269 +18,-1.533415048,0.7291384674,133,-1.532813921,0.7432306626,55.847064085 +19,-1.531392093,0.7291705353,133,-1.532813921,0.7432306626,55.848303209 +20,-1.529296523,0.7291214933,133,-1.532813921,0.7432306626,56.832041562 +21,-1.535280942,0.727267644,133,-1.532813921,0.7432306626,63.643486037 +22,-1.533378158,0.7276139666,133,-1.532813921,0.7432306626,61.879928991 +23,-1.531340368,0.7276446587,133,-1.532813921,0.7432306626,61.887682629 +24,-1.528960113,0.7276398177,133,-1.532813921,0.7432306626,62.784110251 +25,-1.533313146,0.7260818349,133,-1.532813921,0.7432306626,67.942352715 +26,-1.531259555,0.7260958115,133,-1.532813921,0.7432306626,68.024729628 +27,-1.528926415,0.7260865555,133,-1.532813921,0.7432306626,68.862363367 +28,-1.531226779,0.7245511789,133,-1.532813921,0.7432306626,74.136546181 +29,-1.528904772,0.7245519194,133,-1.532813921,0.7432306626,74.874533552 +30,-1.547195875,0.7409785979,133,-1.532813921,0.7432306626,42.924289558 +31,-1.5451475,0.740980426,133,-1.532813921,0.7432306626,37.093846202 +32,-1.543097679,0.7409798872,133,-1.532813921,0.7432306626,31.318529695 +33,-1.540720364,0.7409892687,133,-1.532813921,0.7432306626,24.730817176 +34,-1.547188511,0.7395198392,133,-1.532813921,0.7432306626,44.491738161 +35,-1.545148587,0.7395226109,133,-1.532813921,0.7432306626,38.91262499 +36,-1.543104538,0.7395314908,133,-1.532813921,0.7432306626,33.443384133 +37,-1.540727751,0.7395306258,133,-1.532813921,0.7432306626,27.373236655 +38,-1.547187029,0.7380014886,133,-1.532813921,0.7432306626,46.846190698 +39,-1.545147315,0.7380012252,133,-1.532813921,0.7432306626,41.582016156 +40,-1.54310719,0.7380060743,133,-1.532813921,0.7432306626,36.520650894 +41,-1.540719671,0.7380068206,133,-1.532813921,0.7432306626,31.020885223 +42,-1.547187189,0.7364799098,133,-1.532813921,0.7432306626,49.830173432 +43,-1.545149996,0.7364853874,133,-1.532813921,0.7432306626,44.902298161 +44,-1.543106091,0.7364823484,133,-1.532813921,0.7432306626,40.26228112 +45,-1.540717158,0.7364893901,133,-1.532813921,0.7432306626,35.320758257 +46,-1.538663972,0.7410138672,133,-1.532813921,0.7432306626,19.203649035 +47,-1.53695285,0.7409699132,133,-1.532813921,0.7432306626,15.039877628 +48,-1.534910498,0.7409641297,133,-1.532813921,0.7432306626,10.865769543 +49,-1.533145034,0.7409536636,133,-1.532813921,0.7432306626,9.0708492059 +50,-1.538681336,0.7395405883,133,-1.532813921,0.7432306626,22.526592159 +51,-1.536999189,0.7395183096,133,-1.532813921,0.7432306626,19.12383787 +52,-1.534923633,0.7395144222,133,-1.532813921,0.7432306626,15.958247217 +53,-1.533267822,0.7395654306,133,-1.532813921,0.7432306626,14.578412674 +54,-1.53867273,0.7380151077,133,-1.532813921,0.7432306626,26.835460397 +55,-1.536980576,0.7379994392,133,-1.532813921,0.7432306626,24.035981802 +56,-1.534931522,0.7379944961,133,-1.532813921,0.7432306626,21.644644407 +57,-1.533387952,0.7379480264,133,-1.532813921,0.7432306626,20.991710046 +58,-1.538682279,0.7364914363,133,-1.532813921,0.7432306626,31.737902269 +59,-1.536980704,0.7364810563,133,-1.532813921,0.7432306626,29.382960889 +60,-1.534935567,0.7364752065,133,-1.532813921,0.7432306626,27.468779274 +61,-1.533042592,0.7363876366,133,-1.532813921,0.7432306626,27.113480634 +62,-1.545143426,0.7349628011,133,-1.532813921,0.7432306626,48.736767419 +63,-1.543105297,0.7349691947,133,-1.532813921,0.7432306626,44.480327004 +64,-1.541064533,0.7349647152,133,-1.532813921,0.7432306626,40.686362398 +65,-1.545411803,0.7334624714,133,-1.532813921,0.7432306626,53.46973454 +66,-1.543446606,0.7334780896,133,-1.532813921,0.7432306626,49.623022568 +67,-1.541475327,0.7334957295,133,-1.532813921,0.7432306626,46.158996449 +68,-1.545401939,0.731963266,133,-1.532813921,0.7432306626,57.909572885 +69,-1.54342253,0.7319915583,133,-1.532813921,0.7432306626,54.304160061 +70,-1.541455867,0.7320216438,133,-1.532813921,0.7432306626,51.117538384 +71,-1.545410146,0.7304422281,133,-1.532813921,0.7432306626,62.699615261 +72,-1.543435491,0.7304713664,133,-1.532813921,0.7432306626,59.371905072 +73,-1.541463105,0.7304997613,133,-1.532813921,0.7432306626,56.449875901 +74,-1.545414768,0.7289194936,133,-1.532813921,0.7432306626,67.687156004 +75,-1.543435774,0.7289538557,133,-1.532813921,0.7432306626,64.576334927 +76,-1.541457714,0.7289765881,133,-1.532813921,0.7432306626,61.899517777 +77,-1.539449415,0.7320555866,133,-1.532813921,0.7432306626,48.349477745 +78,-1.537429183,0.7321097681,133,-1.532813921,0.7432306626,46.080457384 +79,-1.535472649,0.7321497267,133,-1.532813921,0.7432306626,44.578085381 +80,-1.539457899,0.7305333307,133,-1.532813921,0.7432306626,53.93808146 +81,-1.537453161,0.7305750503,133,-1.532813921,0.7432306626,51.943097043 +82,-1.535479385,0.7306124949,133,-1.532813921,0.7432306626,50.588374227 +83,-1.53946905,0.7290102593,133,-1.532813921,0.7432306626,59.618352602 +84,-1.537459922,0.7290417293,133,-1.532813921,0.7432306626,57.833232615 +85,-1.535451349,0.7290890157,133,-1.532813921,0.7432306626,56.547477889 +86,-1.535522937,0.7279887191,133,-1.532813921,0.7432306626,60.895236499 +87,-1.539442524,0.7274735939,133,-1.532813921,0.7432306626,65.380250526 +88,-1.537424111,0.727521351,133,-1.532813921,0.7432306626,63.680999405 +89,-1.539384641,0.7259505092,133,-1.532813921,0.7432306626,71.119379349 +90,-1.537372391,0.7259947145,133,-1.532813921,0.7432306626,69.573951443 +91,-1.535340789,0.7260435356,133,-1.532813921,0.7432306626,68.482141587 +92,-1.539325716,0.7244369706,133,-1.532813921,0.7432306626,76.86634821 +93,-1.537308932,0.7244801057,133,-1.532813921,0.7432306626,75.438531808 +94,-1.535289068,0.7245247645,133,-1.532813921,0.7432306626,74.450842055 +95,-1.533261366,0.7245550236,133,-1.532813921,0.7432306626,73.985910976 +96,-1.539267302,0.722921924,133,-1.532813921,0.7432306626,82.654995495 +97,-1.537248972,0.7229660258,133,-1.532813921,0.7432306626,81.322707059 +98,-1.535219431,0.7229916471,133,-1.532813921,0.7432306626,80.478768988 +99,-1.53318962,0.7230212049,133,-1.532813921,0.7432306626,80.057298521 +100,-1.531154816,0.7230299897,133,-1.532813921,0.7432306626,80.163724915 +101,-1.528878341,0.7230370244,133,-1.532813921,0.7432306626,80.82133469 +102,-1.539218189,0.7214009878,133,-1.532813921,0.7432306626,88.500829145 +103,-1.537198791,0.7214422745,133,-1.532813921,0.7432306626,87.264727797 +104,-1.535179266,0.7214634354,133,-1.532813921,0.7432306626,86.500971126 +105,-1.533156501,0.7214944644,133,-1.532813921,0.7432306626,86.102992889 +106,-1.53113574,0.7215166021,133,-1.532813921,0.7432306626,86.151286379 +107,-1.528874248,0.7215345535,133,-1.532813921,0.7432306626,86.718025073 +108,-1.539217656,0.7198512397,133,-1.532813921,0.7432306626,94.509663923 +109,-1.537199919,0.7199428763,133,-1.532813921,0.7432306626,93.144243493 +110,-1.545425832,0.727397149,133,-1.532813921,0.7432306626,72.841118311 +111,-1.543371177,0.7273916949,133,-1.532813921,0.7432306626,69.984177036 +112,-1.541368852,0.7274523163,133,-1.532813921,0.7432306626,67.360764122 +113,-1.545349067,0.7258710923,133,-1.532813921,0.7432306626,78.011338189 +114,-1.54332671,0.7258603556,133,-1.532813921,0.7432306626,75.42475134 +115,-1.541346831,0.7259242142,133,-1.532813921,0.7432306626,72.995200936 +116,-1.545324355,0.7243383958,133,-1.532813921,0.7432306626,83.39082419 +117,-1.543292796,0.7243617413,133,-1.532813921,0.7432306626,80.846073699 +118,-1.541295822,0.7244024384,133,-1.532813921,0.7432306626,78.640919561 +119,-1.543193859,0.7205570215,133,-1.532813921,0.7432306626,94.874864473 +120,-1.550257047,0.7386738187,133,-1.532813921,0.7432306626,54.078700884 +121,-1.549335448,0.7311736483,133,-1.532813921,0.7432306626,68.030039253 +122,-1.533478843,0.7179891343,133,-1.532813921,0.7432306626,100.00092991 +123,-1.556150555,0.738907041,133,-1.532813921,0.7432306626,70.311404942 +124,-1.554324226,0.733414257,133,-1.532813921,0.7432306626,74.044893574 +125,-1.554290846,0.7288285332,133,-1.532813921,0.7432306626,85.024655089 +126,-1.55122487,0.7219795312,133,-1.532813921,0.7432306626,100.12223762 +127,-1.525104458,0.7229399862,133,-1.532813921,0.7432306626,83.513164964 +128,-1.519607711,0.7236181429,133,-1.532813921,0.7432306626,86.86156017 +129,-1.513899999,0.7251107854,133,-1.532813921,0.7432306626,90.798600034 +130,-1.536620762,0.7431061895,133,-1.532813921,0.7432306626,11.113960376 +131,-1.5369566,0.7460845958,133,-1.532813921,0.7432306626,16.53413255 +132,-1.545345528,0.7447040685,133,-1.532813921,0.7432306626,36.986039135 +133,-1.532813921,0.7432306626,133,-1.532813921,0.7432306626,0 +134,-1.554788248,0.7382381001,133,-1.532813921,0.7432306626,67.207871065 +135,-1.540348126,0.7301594274,133,-1.532813921,0.7432306626,56.296099994 +136,-1.538016084,0.7239051786,133,-1.532813921,0.7432306626,78.06327293 +137,-1.525288962,0.7258085137,133,-1.532813921,0.7432306626,72.467576512 +138,-1.534326986,0.731241342,133,-1.532813921,0.7432306626,47.696514327 +139,-1.530733872,0.7303625216,133,-1.532813921,0.7432306626,51.334650003 +141,-1.534354939,0.7328219978,133,-1.532813921,0.7432306626,41.475274602 +142,-1.53157084,0.7292888153,133,-1.532813921,0.7432306626,55.344043023 +143,-1.525691035,0.7263799874,133,-1.532813921,0.7432306626,69.950985204 +144,-1.534031287,0.7495967835,133,-1.532813921,0.7432306626,25.463466968 +145,-1.527714986,0.7283095957,133,-1.532813921,0.7432306626,60.969176136 +146,-1.526189586,0.7271468292,133,-1.532813921,0.7432306626,66.614121358 +147,-1.555177336,0.7375563366,133,-1.532813921,0.7432306626,69.145137543 +148,-1.555080283,0.7312707794,133,-1.532813921,0.7432306626,80.667602613 +149,-1.53856994,0.7224180299,133,-1.532813921,0.7432306626,84.162434625 +150,-1.530837883,0.729933372,133,-1.532813921,0.7432306626,52.988720664 +151,-1.515066984,0.5854133365,133,-1.532813921,0.7432306626,627.54532896 +152,-1.534731633,0.5368370046,133,-1.532813921,0.7432306626,817.54776636 +153,-1.515231902,0.5607085576,133,-1.532813921,0.7432306626,725.07017836 +154,-2.616253799,1.0684566605,133,-1.532813921,0.7432306626,2807.9119669 +155,-1.956071439,0.5792177723,133,-1.532813921,0.7432306626,1466.9128754 +156,-1.951208514,0.5602434208,133,-1.532813921,0.7432306626,1496.1986935 +157,-1.944675062,0.6062144545,133,-1.532813921,0.7432306626,1378.7500189 +158,-1.613778386,0.6077989518,133,-1.532813921,0.7432306626,591.70460281 +159,-2.035029014,0.6021432345,133,-1.532813921,0.7432306626,1643.6198898 +160,-2.114989471,0.6801825058,133,-1.532813921,0.7432306626,1752.4504963 +161,-2.037382079,0.5765830025,133,-1.532813921,0.7432306626,1700.7498338 +162,-2.129855121,0.6585019963,133,-1.532813921,0.7432306626,1825.4689899 +163,-2.075141798,0.6493615843,133,-1.532813921,0.7432306626,1679.4657908 +164,-1.828626729,0.6948433129,133,-1.532813921,0.7432306626,900.59117291 +165,-1.863329418,0.6735427691,133,-1.532813921,0.7432306626,1029.3312841 +166,-1.266037071,0.727988852,133,-1.532813921,0.7432306626,784.71241037 +167,-1.277579582,0.7249010648,133,-1.532813921,0.7432306626,753.16551516 +168,-1.258418684,0.7241194816,133,-1.532813921,0.7432306626,809.61034698 +169,-1.317813974,0.6804850104,133,-1.532813921,0.7432306626,690.22513092 +170,-1.344165204,0.6790988904,133,-1.532813921,0.7432306626,619.87759471 +171,-1.427582102,0.5277120351,133,-1.532813921,0.7432306626,916.56740743 +172,-1.402238616,0.457167829,133,-1.532813921,0.7432306626,1209.5404328 +173,-1.422454264,0.4996161999,133,-1.532813921,0.7432306626,1027.5335049 +174,-1.439089277,0.4894859811,133,-1.532813921,0.7432306626,1049.1412036 +175,-1.448126995,0.5182330266,133,-1.532813921,0.7432306626,931.03798868 +176,-1.474626146,0.5881926574,133,-1.532813921,0.7432306626,640.15042351 +177,-1.421139645,0.5584869783,133,-1.532813921,0.7432306626,811.36550993 +178,-1.457037165,0.565943032,133,-1.532813921,0.7432306626,741.22234167 +179,-2.757159358,0.3745319,133,-1.532813921,0.7432306626,4237.7730118 +180,-2.714309238,0.342054471,133,-1.532813921,0.7432306626,4192.4777997 +181,-2.000525337,0.774119946,133,-1.532813921,0.7432306626,1344.0469055 +183,-1.571413436,0.6777838382,133,-1.532813921,0.7432306626,283.93445137 +184,-1.552860289,0.6987663893,133,-1.532813921,0.7432306626,185.94272058 +185,-1.521852374,0.7165827476,133,-1.532813921,0.7432306626,110.39963724 +186,-1.503656267,0.6928968252,133,-1.532813921,0.7432306626,217.50552537 +187,-1.502753178,0.7136205882,133,-1.532813921,0.7432306626,147.13454763 +188,-1.631894563,0.7343596465,133,-1.532813921,0.7432306626,292.20010768 +189,-1.653765416,0.6770714026,133,-1.532813921,0.7432306626,447.68243419 +190,-1.719812114,0.6715965947,133,-1.532813921,0.7432306626,629.77478964 +191,-1.493406659,0.6646955447,133,-1.532813921,0.7432306626,333.02139497 +192,-1.469120564,0.6613469966,133,-1.532813921,0.7432306626,377.1170309 +193,-1.590551461,0.5326612937,133,-1.532813921,0.7432306626,853.86339851 +194,-1.625979264,0.5247742243,133,-1.532813921,0.7432306626,914.44090061 +195,-1.572293943,0.5238808754,133,-1.532813921,0.7432306626,877.84205685 +196,-1.610848725,0.5477107964,133,-1.532813921,0.7432306626,812.53138144 +197,-1.208485554,0.7918526018,133,-1.532813921,0.7432306626,942.0576805 +198,-1.335601374,0.6869083083,133,-1.532813921,0.7432306626,629.97085966 +199,-1.346156996,0.6825213377,133,-1.532813921,0.7432306626,608.23278159 +200,-1.324381037,0.6741422347,133,-1.532813921,0.7432306626,683.13830951 +201,-1.242424992,0.7378949807,133,-1.532813921,0.7432306626,847.86885307 +202,-1.270370057,0.7392461008,133,-1.532813921,0.7432306626,765.95329576 +203,-1.448950472,0.7441675014,133,-1.532813921,0.7432306626,244.47185246 +204,-1.492662363,0.7523026852,133,-1.532813921,0.7432306626,122.01619374 +205,-1.479098966,0.7763855017,133,-1.532813921,0.7432306626,202.55417469 +206,-1.633760714,0.7869022408,133,-1.532813921,0.7432306626,336.19833962 +207,-1.647406434,0.8101289331,133,-1.532813921,0.7432306626,418.11118665 +208,-1.564245052,0.5701509278,133,-1.532813921,0.7432306626,692.57463482 +209,-1.646289963,0.6833746083,133,-1.532813921,0.7432306626,414.21866715 +210,-1.5820631,0.6751952144,133,-1.532813921,0.7432306626,307.42528529 +211,-1.613236298,0.6681681791,133,-1.532813921,0.7432306626,383.52431573 +212,-1.914661867,0.8212566515,133,-1.532813921,0.7432306626,1112.3253424 +213,-1.742133237,0.7250275956,133,-1.532813921,0.7432306626,619.22347491 +214,-2.033144872,0.6557314699,133,-1.532813921,0.7432306626,1547.5789555 +215,-2.039551981,0.6964723658,133,-1.532813921,0.7432306626,1513.0236348 +216,-1.247341019,0.7622473908,133,-1.532813921,0.7432306626,827.32514161 +217,-1.298239787,0.7084123392,133,-1.532813921,0.7432306626,707.70665184 +218,-1.308539688,0.6926545592,133,-1.532813921,0.7432306626,697.61068623 +219,-1.303263185,0.6888938396,133,-1.532813921,0.7432306626,718.02460978 +220,-1.852400229,0.6004246149,133,-1.532813921,0.7432306626,1137.334445 +221,-1.288947707,0.7473773692,133,-1.532813921,0.7432306626,709.23905626 +222,-1.372031502,0.7472790993,133,-1.532813921,0.7432306626,468.07888698 +223,-1.289805721,0.7242157877,133,-1.532813921,0.7432306626,718.00994253 +224,-1.350807603,0.7533498126,133,-1.532813921,0.7432306626,529.50671487 +225,-1.329290365,0.7560442322,133,-1.532813921,0.7432306626,591.74750722 +226,-1.410153004,0.616936428,133,-1.532813921,0.7432306626,626.35873125 +227,-1.393445434,0.6308995063,133,-1.532813921,0.7432306626,615.97450612 +228,-1.37595573,0.6241540638,133,-1.532813921,0.7432306626,673.39618233 +229,-1.358388707,0.6172645205,133,-1.532813921,0.7432306626,732.13731649 +230,-1.753741133,0.8281661666,133,-1.532813921,0.7432306626,702.95624406 +231,-1.47430987,0.6834615681,133,-1.532813921,0.7432306626,294.48475855 +232,-1.421012508,0.7222725206,133,-1.532813921,0.7432306626,339.39500829 +233,-1.4476833,0.6978557868,133,-1.532813921,0.7432306626,310.57345381 +234,-1.470370723,0.6966193374,133,-1.532813921,0.7432306626,261.9991684 +235,-1.429211703,0.7037216883,133,-1.532813921,0.7432306626,344.98516075 +236,-1.700578405,0.6178673663,133,-1.532813921,0.7432306626,715.57065164 +237,-1.678117619,0.6331716163,133,-1.532813921,0.7432306626,622.03246191 +238,-1.725644578,0.6316331145,133,-1.532813921,0.7432306626,736.44605996 +239,-2.14012759,0.7930497945,133,-1.532813921,0.7432306626,1727.6652018 +240,-2.103289431,0.7653606263,133,-1.532813921,0.7432306626,1638.3218942 +241,-1.318739838,0.7017808746,133,-1.532813921,0.7432306626,656.27344009 +242,-1.396417427,0.7077900843,133,-1.532813921,0.7432306626,427.69174671 +243,-1.35650337,0.7185539404,133,-1.532813921,0.7432306626,528.75608073 +244,-1.248884539,0.7274156818,133,-1.532813921,0.7432306626,835.10891798 +245,-1.395014798,0.5761185243,133,-1.532813921,0.7432306626,789.20801545 +246,-1.433377362,0.6064716109,133,-1.532813921,0.7432306626,622.54021981 +247,-1.408172432,0.5903155476,133,-1.532813921,0.7432306626,718.65879574 +248,-1.749645898,0.7757118084,133,-1.532813921,0.7432306626,635.33570028 +249,-1.571626686,0.615046989,133,-1.532813921,0.7432306626,521.58114219 +250,-1.514070049,0.6303003037,133,-1.532813921,0.7432306626,450.97484108 +251,-1.480890369,0.6237966528,133,-1.532813921,0.7432306626,499.13925338 +252,-1.704390658,0.5281680612,133,-1.532813921,0.7432306626,1010.653201 +253,-1.64434733,0.5254277498,133,-1.532813921,0.7432306626,932.49251785 +254,-1.703855997,0.4792484842,133,-1.532813921,0.7432306626,1181.7342412 +255,-1.692002383,0.5748825051,133,-1.532813921,0.7432306626,831.44923756 +256,-1.854136457,0.5544643913,133,-1.532813921,0.7432306626,1255.3421501 +257,-1.665021206,0.520317736,133,-1.532813921,0.7432306626,977.84279624 +258,-1.733654349,0.4845187345,133,-1.532813921,0.7432306626,1211.0437286 +259,-1.720938188,0.5135933906,133,-1.532813921,0.7432306626,1089.1390548 +260,-1.742668307,0.553296122,133,-1.532813921,0.7432306626,1000.4280161 +261,-1.965659039,0.7142126903,133,-1.532813921,0.7432306626,1279.612122 +262,-1.944438071,0.6772834804,133,-1.532813921,0.7432306626,1259.1198231 +263,-1.270340967,0.7681487096,133,-1.532813921,0.7432306626,761.9826564 +264,-1.353091884,0.6549276821,133,-1.532813921,0.7432306626,646.7741922 +265,-1.333236659,0.6413584414,133,-1.532813921,0.7432306626,729.14656666 +266,-1.352015998,0.6753788907,133,-1.532813921,0.7432306626,605.66503143 +267,-1.377988483,0.6577816235,133,-1.532813921,0.7432306626,577.73343565 +268,-2.13075611,0.8318642051,133,-1.532813921,0.7432306626,1693.0325338 +269,-2.097910953,0.8259670014,133,-1.532813921,0.7432306626,1605.3420377 +270,-1.416382069,0.6694271549,133,-1.532813921,0.7432306626,456.41822188 +271,-1.538905672,0.7535625993,133,-1.532813921,0.7432306626,44.581018992 +272,-1.572309477,0.7803125099,133,-1.532813921,0.7432306626,185.42619287 +273,-1.87759879,0.7503853417,133,-1.532813921,0.7432306626,1000.3186371 +274,1.152365588,0.590457682,133,-1.532813921,0.7432306626,6907.7720748 +275,0.350198001,0.718001859,133,-1.532813921,0.7432306626,5119.0901575 +276,0.046513677,0.491503852,133,-1.532813921,0.7432306626,4957.526727 +277,0.027510309,0.742571376,133,-1.532813921,0.7432306626,4314.1432396 +278,0.306285725,-0.214631579,133,-1.532813921,0.7432306626,7574.3084959 +279,-1.100564889,0.318051531,133,-1.532813921,0.7432306626,2222.7281457 +280,-1.078582306,0.301437596,133,-1.532813921,0.7432306626,2324.4899924 +281,-1.137371989,-0.617634065,133,-1.532813921,0.7432306626,5577.1251495 +282,0.784356344,0.703272339,133,-1.532813921,0.7432306626,5998.7754287 +283,-1.221209947,0.218327455,133,-1.532813921,0.7432306626,2338.2983863 +284,2.347301921,-0.449114658,133,-1.532813921,0.7432306626,9792.7292725 +285,0.246820618,0.830553713,133,-1.532813921,0.7432306626,4606.4507659 +286,0.829414965,0.703288228,133,-1.532813921,0.7432306626,6070.8300068 +287,-1.337537566,0.42332223,133,-1.532813921,0.7432306626,1419.0983418 +288,0.882453706,0.454478077,133,-1.532813921,0.7432306626,7009.5257941 +289,1.575629659,0.416419109,133,-1.532813921,0.7432306626,7848.8773726 +290,-1.039455679,0.229888244,133,-1.532813921,0.7432306626,2642.4174935 +291,0.489558039,0.934482747,133,-1.532813921,0.7432306626,4791.5767872 +292,0.081344504,0.88384514,133,-1.532813921,0.7432306626,4134.4492576 +293,-1.547979814,0.300350308,133,-1.532813921,0.7432306626,1754.9965256 +294,0.040776181,0.168560074,133,-1.532813921,0.7432306626,5779.382954 +295,-1.130374745,0.563894876,133,-1.532813921,0.7432306626,1444.4046115 +296,1.578326642,0.478507176,133,-1.532813921,0.7432306626,7603.267696 +297,-1.12861823,-0.291640865,133,-1.532813921,0.7432306626,4356.1446693 +298,0.310524208,0.770885792,133,-1.532813921,0.7432306626,4892.6749795 +299,0.415649091,-0.387246002,133,-1.532813921,0.7432306626,8327.7179204 +300,-0.926533878,-0.188022748,133,-1.532813921,0.7432306626,4293.1910154 +301,1.258856172,-0.11716081,133,-1.532813921,0.7432306626,9678.4172115 +302,-1.126050026,0.322941926,133,-1.532813921,0.7432306626,2152.0662178 +303,2.002785835,0.07893892,133,-1.532813921,0.7432306626,8893.043282 +304,0.440437607,0.746258085,133,-1.532813921,0.7432306626,5230.6903031 +305,-0.030391866,0.214441206,133,-1.532813921,0.7432306626,5452.0263047 +306,0.521557815,-0.058929362,133,-1.532813921,0.7432306626,7772.7312647 +307,-0.097005111,0.13317729,133,-1.532813921,0.7432306626,5472.550705 +308,1.83113859,0.221857587,133,-1.532813921,0.7432306626,8536.5522483 +309,0.222428864,0.099404236,133,-1.532813921,0.7432306626,6488.3713377 +310,-1.702731345,0.8728568183,133,-1.532813921,0.7432306626,691.59115331 +311,-0.418507569,0.278324921,133,-1.532813921,0.7432306626,4157.1945203 +312,-1.41153306,0.339029988,133,-1.532813921,0.7432306626,1651.6548522 +313,0.357560442,0.114788776,133,-1.532813921,0.7432306626,6827.5019152 +314,0.325818979,0.268352149,133,-1.532813921,0.7432306626,6309.551378 +315,-1.246004659,-0.663679965,133,-1.532813921,0.7432306626,5667.7124622 +316,1.814603087,0.637404484,133,-1.532813921,0.7432306626,6924.8344153 +317,1.843704281,-0.18300445,133,-1.532813921,0.7432306626,10080.698087 +318,1.690644492,-0.211480909,133,-1.532813921,0.7432306626,10318.828653 +319,-1.275451936,0.068109467,133,-1.532813921,0.7432306626,2823.9826772 +320,0.762430171,-0.207594741,133,-1.532813921,0.7432306626,8855.4042106 +321,0.265668905,-0.014647884,133,-1.532813921,0.7432306626,6923.0779882 +322,-2.773032013,-0.335515811,133,-1.532813921,0.7432306626,6210.5668725 +323,-1.469512853,0.174058777,133,-1.532813921,0.7432306626,2265.1420301 +324,0.286276986,0.785925691,133,-1.532813921,0.7432306626,4801.9831198 +325,-1.379324697,0.377432233,133,-1.532813921,0.7432306626,1535.5682828 +326,-1.203778265,0.212813032,133,-1.532813921,0.7432306626,2386.0343486 +327,0.579916301,0.611743168,133,-1.532813921,0.7432306626,5913.8083672 +328,0.267582642,0.868113908,133,-1.532813921,0.7432306626,4556.9195329 +329,0.412869244,-0.050245578,133,-1.532813921,0.7432306626,7442.3099752 +330,0.17524381,0.976660285,133,-1.532813921,0.7432306626,4128.1917599 +331,0.743157214,0.204812899,133,-1.532813921,0.7432306626,7552.5034388 +332,-1.070758176,0.269382282,133,-1.532813921,0.7432306626,2445.4637944 +333,-1.230364251,0.329790229,133,-1.532813921,0.7432306626,1925.7543171 +334,-1.374813124,-0.024926835,133,-1.532813921,0.7432306626,3094.5890094 +335,0.519780566,0.463669906,133,-1.532813921,0.7432306626,6231.9204336 +336,-1.55108034,0.239698561,133,-1.532813921,0.7432306626,1995.4699277 +337,0.180294813,0.029739425,133,-1.532813921,0.7432306626,6556.0836589 +338,0.67820924,0.268170153,133,-1.532813921,0.7432306626,7201.6313642 +339,0.445798684,1.024001867,133,-1.532813921,0.7432306626,4478.0538751 +340,0.691751283,0.150521402,133,-1.532813921,0.7432306626,7601.3873448 +341,-1.036643551,-0.903056181,133,-1.532813921,0.7432306626,6739.9018914 +342,-0.120287036,1.083325163,133,-1.532813921,0.7432306626,3407.6658337 +343,2.823513113,-0.304487164,133,-1.532813921,0.7432306626,8060.6812004 +344,0.457583172,1.12513373,133,-1.532813921,0.7432306626,4233.0626762 +345,0.042918831,0.813795399,133,-1.532813921,0.7432306626,4196.377411 +346,1.196146777,-0.853142756,133,-1.532813921,0.7432306626,11228.897074 +347,0.206001358,-0.010430701,133,-1.532813921,0.7432306626,6739.0353881 +348,-0.268308653,0.234799412,133,-1.532813921,0.7432306626,4706.4082671 +349,0.759363263,0.736189579,133,-1.532813921,0.7432306626,5848.9252022 +350,0.181363926,0.891988372,133,-1.532813921,0.7432306626,4325.8624552 +351,-0.021111158,0.139103292,133,-1.532813921,0.7432306626,5678.0022148 +352,-0.093355215,0.630686981,133,-1.532813921,0.7432306626,4252.7844805 +353,0.40118964,0.681375926,133,-1.532813921,0.7432306626,5330.9876567 +354,-0.721197315,1.304706234,133,-1.532813921,0.7432306626,2639.138037 +355,-1.076150317,0.212107639,133,-1.532813921,0.7432306626,2624.0050463 +356,-1.577164531,0.273993443,133,-1.532813921,0.7432306626,1864.7446245 +357,-0.190788414,0.182208586,133,-1.532813921,0.7432306626,5069.6248721 +358,-0.261349752,0.209710184,133,-1.532813921,0.7432306626,4791.9281744 +359,-1.029303852,0.083549259,133,-1.532813921,0.7432306626,3155.4030335 +360,-1.268609162,0.330525297,133,-1.532813921,0.7432306626,1859.001392 +361,1.282982244,-0.926641967,133,-1.532813921,0.7432306626,11319.28871 +362,0.217352334,0.731352408,133,-1.532813921,0.7432306626,4787.9618459 +363,-1.511833084,0.258629297,133,-1.532813921,0.7432306626,1920.8376023 +364,0.338812194,0.823184618,133,-1.532813921,0.7432306626,4814.5457073 +365,-0.324406489,1.134201999,133,-1.532813921,0.7432306626,3017.6302422 +366,1.389579348,0.399185724,133,-1.532813921,0.7432306626,7848.3339456 +367,2.047152199,-0.039082036,133,-1.532813921,0.7432306626,9252.4095635 +368,0.947780369,0.568250077,133,-1.532813921,0.7432306626,6721.1964724 +369,0.763824846,0.576754987,133,-1.532813921,0.7432306626,6383.0688986 +370,-0.142334657,0.928153068,133,-1.532813921,0.7432306626,3568.8850953 +371,0.610266567,0.547265983,133,-1.532813921,0.7432306626,6175.9543009 +372,0.210731629,0.746815056,133,-1.532813921,0.7432306626,4734.3563301 +373,-1.34931644,0.316895224,133,-1.532813921,0.7432306626,1797.9180909 +374,2.407696481,0.655030745,133,-1.532813921,0.7432306626,6202.2829647 +375,0.64207831,0.545359131,133,-1.532813921,0.7432306626,6247.8732733 +376,1.174597538,0.840588356,133,-1.532813921,0.7432306626,5989.7119305 +377,0.660059424,0.010604079,133,-1.532813921,0.7432306626,7946.8904903 +378,-0.730263819,0.010486456,133,-1.532813921,0.7432306626,4061.8980996 +379,0.831068936,0.512339172,133,-1.532813921,0.7432306626,6720.518854 +380,1.301180979,0.72367476,133,-1.532813921,0.7432306626,6530.4283261 +381,1.811128231,0.322854402,133,-1.532813921,0.7432306626,8156.9025335 +382,0.435105812,0.992284428,133,-1.532813921,0.7432306626,4544.8759605 +383,0.62643634,0.592027932,133,-1.532813921,0.7432306626,6069.494316 +384,0.492988703,-0.516339467,133,-1.532813921,0.7432306626,8847.9600001 +385,-0.162469483,0.112549365,133,-1.532813921,0.7432306626,5336.5180459 +386,0.314630866,0.472006421,133,-1.532813921,0.7432306626,5711.3268182 +387,0.166744804,0.822815954,133,-1.532813921,0.7432306626,4453.6624819 +388,0.417159608,0.965805736,133,-1.532813921,0.7432306626,4585.1729017 +389,0.106334961,0.868774244,133,-1.532813921,0.7432306626,4219.890807 +390,0.815086969,-0.338144359,133,-1.532813921,0.7432306626,9357.7810194 +391,0.59867455,-0.230624824,133,-1.532813921,0.7432306626,8461.9145909 +392,1.915104874,0.066220985,133,-1.532813921,0.7432306626,9054.4458965 +393,1.278093622,0.064463721,133,-1.532813921,0.7432306626,9031.7471976 +394,-0.061477853,0.302997961,133,-1.532813921,0.7432306626,5132.0731634 +395,0.251311504,0.626976942,133,-1.532813921,0.7432306626,5135.8571037 +396,2.950242872,0.149095644,133,-1.532813921,0.7432306626,6479.5939898 +397,-0.180294708,0.35375117,133,-1.532813921,0.7432306626,4660.882145 +398,1.010448592,-0.351180233,133,-1.532813921,0.7432306626,9921.6298293 +399,-1.748740498,0.3686318073,133,-1.532813921,0.7432306626,1647.8486569 +400,2.699635665,0.123533791,133,-1.532813921,0.7432306626,7239.1312388 +401,0.496808033,0.823843254,133,-1.532813921,0.7432306626,5118.5863718 +402,0.129574704,0.763364087,133,-1.532813921,0.7432306626,4508.6997941 +403,1.798920311,0.817447563,133,-1.532813921,0.7432306626,6226.0448918 +404,0.335987953,0.746786541,133,-1.532813921,0.7432306626,5010.888127 +405,-1.085413643,0.292154671,133,-1.532813921,0.7432306626,2339.5544012 +406,-0.155321003,0.508207011,133,-1.532813921,0.7432306626,4360.4516814 +407,0.620529244,-0.301175104,133,-1.532813921,0.7432306626,8709.6214624 +408,1.684402744,0.368716966,133,-1.532813921,0.7432306626,8030.7562619 +409,0.300582244,-0.386397212,133,-1.532813921,0.7432306626,7991.5502242 +410,2.913555946,-0.009225192,133,-1.532813921,0.7432306626,7018.6878344 +411,1.465101417,0.493232532,133,-1.532813921,0.7432306626,7518.2317738 +412,0.090612882,0.907955955,133,-1.532813921,0.7432306626,4104.1347699 +413,2.987564726,-0.729568594,133,-1.532813921,0.7432306626,8556.1270376 +414,-1.484261606,0.224149272,133,-1.532813921,0.7432306626,2062.825936 +415,0.164073421,0.303955133,133,-1.532813921,0.7432306626,5768.6843284 +416,0.141441293,0.167552546,133,-1.532813921,0.7432306626,6071.8719018 +417,2.931321023,-0.506718887,133,-1.532813921,0.7432306626,8234.7723999 +418,2.21951565,0.700596356,133,-1.532813921,0.7432306626,6320.4753891 +419,0.268112576,1.199114336,133,-1.532813921,0.7432306626,3822.1139103 +420,0.978913739,0.359223811,133,-1.532813921,0.7432306626,7508.5336598 +421,1.210898818,0.522863584,133,-1.532813921,0.7432306626,7223.5193626 +422,2.347397336,0.129231362,133,-1.532813921,0.7432306626,8082.6160556 +423,0.614394501,0.556878345,133,-1.532813921,0.7432306626,6154.6337085 +424,-1.398079356,0.148483366,133,-1.532813921,0.7432306626,2402.0507031 +425,2.535303836,-0.112984496,133,-1.532813921,0.7432306626,8368.0740701 +426,-1.019372593,-0.405322349,133,-1.532813921,0.7432306626,4920.9901696 +427,-1.297785627,-0.160104069,133,-1.532813921,0.7432306626,3677.9106314 +428,2.144554488,0.205051084,133,-1.532813921,0.7432306626,8214.3592043 +429,-2.242387083,-0.426171285,133,-1.532813921,0.7432306626,5307.1920334 +430,0.338637212,0.909723676,133,-1.532813921,0.7432306626,4590.8462267 +431,-0.148798452,0.691042401,133,-1.532813921,0.7432306626,3978.2715271 +432,0.893524764,0.441829531,133,-1.532813921,0.7432306626,7072.6377246 +433,0.969229347,-0.368847936,133,-1.532813921,0.7432306626,9862.1417235 +434,0.436043248,0.800045688,133,-1.532813921,0.7432306626,5070.5612466 +435,1.687946607,1.081504775,133,-1.532813921,0.7432306626,5211.6352411 +436,0.522302046,-0.034889271,133,-1.532813921,0.7432306626,7707.0530608 +437,-0.178996113,-0.438090009,133,-1.532813921,0.7432306626,6792.3443113 +438,-1.094339566,0.301444068,133,-1.532813921,0.7432306626,2290.0338148 +439,-1.064070054,0.242569932,133,-1.532813921,0.7432306626,2547.770723 +440,-1.068153768,0.230387998,133,-1.532813921,0.7432306626,2579.4466129 +441,-3.00496892,-0.23989155,133,-1.532813921,0.7432306626,6580.253018 +442,0.21751974,0.766874888,133,-1.532813921,0.7432306626,4699.9452828 +443,0.117229532,0.007619006,133,-1.532813921,0.7432306626,6432.472604 +444,0.777758451,0.420554741,133,-1.532813921,0.7432306626,6926.0695553 +445,-0.252356999,0.250747086,133,-1.532813921,0.7432306626,4711.7500438 +446,0.363148444,0.768483434,133,-1.532813921,0.7432306626,5010.04207 +447,0.903191366,-0.118210676,133,-1.532813921,0.7432306626,8954.1855056 +448,-0.205755923,0.149406178,133,-1.532813921,0.7432306626,5112.5253665 +449,1.811996086,0.02364353,133,-1.532813921,0.7432306626,9320.7466421 +450,-1.100670221,0.314845373,133,-1.532813921,0.7432306626,2232.8589382 +451,0.340078597,0.850105132,133,-1.532813921,0.7432306626,4746.8290905 +452,0.258757267,0.804969236,133,-1.532813921,0.7432306626,4695.0893515 +453,2.78505352,-0.155160804,133,-1.532813921,0.7432306626,7783.8062357 +454,0.800551619,0.105822106,133,-1.532813921,0.7432306626,8001.4237172 +455,0.437940882,-0.506194031,133,-1.532813921,0.7432306626,8667.0102131 +456,2.230431122,0.63458615,133,-1.532813921,0.7432306626,6542.5383505 +457,0.527965361,0.127667701,133,-1.532813921,0.7432306626,7253.6260529 +458,-0.063643205,0.702093448,133,-1.532813921,0.7432306626,4175.1746654 +459,1.408447268,0.133010502,133,-1.532813921,0.7432306626,8898.3967895 +460,0.523795955,0.280266966,133,-1.532813921,0.7432306626,6791.1089259 +461,-0.975769313,0.072177659,133,-1.532813921,0.7432306626,3302.2561711 +462,0.549774164,-0.463663986,133,-1.532813921,0.7432306626,8896.8508346 +463,0.29245874,1.095549818,133,-1.532813921,0.7432306626,4070.3349626 +464,0.143625958,0.816809593,133,-1.532813921,0.7432306626,4416.7632677 +465,0.671902494,0.611159853,133,-1.532813921,0.7432306626,6098.6372306 +466,1.239840988,0.6724199,133,-1.532813921,0.7432306626,6681.4998902 +467,0.607829703,-0.10932137,133,-1.532813921,0.7432306626,8154.1060857 +468,1.763020906,0.263996692,133,-1.532813921,0.7432306626,8414.8061901 +469,0.378714634,0.726066797,133,-1.532813921,0.7432306626,5158.4603346 +470,2.196736143,-0.153862366,133,-1.532813921,0.7432306626,9344.1348973 +471,0.01702415,0.148991565,133,-1.532813921,0.7432306626,5762.5889022 +472,-2.998490902,-0.158002487,133,-1.532813921,0.7432306626,6341.477941 +473,-3.051262951,-0.346595608,133,-1.532813921,0.7432306626,6993.7651027 +474,-1.069176439,0.182802941,133,-1.532813921,0.7432306626,2737.1419126 +475,0.167157509,0.595344954,133,-1.532813921,0.7432306626,5011.1124137 +476,0.613855648,0.681746124,133,-1.532813921,0.7432306626,5765.117581 +477,1.037012736,0.682555367,133,-1.532813921,0.7432306626,6434.4565801 +478,-1.253574971,0.379755746,133,-1.532813921,0.7432306626,1710.6879525 +479,3.108590453,-0.132620738,133,-1.532813921,0.7432306626,6783.2536756 +480,0.565301296,0.022333262,133,-1.532813921,0.7432306626,7660.7375081 +481,0.547898238,0.855555614,133,-1.532813921,0.7432306626,5117.7777426 +482,0.948309381,0.417393755,133,-1.532813921,0.7432306626,7252.3650143 +483,-0.050600732,0.945269213,133,-1.532813921,0.7432306626,3738.5376372 +484,-0.977651478,-0.572363064,133,-1.532813921,0.7432306626,5587.4913581 +485,1.102014914,0.728861163,133,-1.532813921,0.7432306626,6338.8625918 +486,2.927300795,-0.282939414,133,-1.532813921,0.7432306626,7703.5309177 +487,-1.154565557,0.124434095,133,-1.532813921,0.7432306626,2784.4145046 +488,1.855331234,0.291044755,133,-1.532813921,0.7432306626,8249.4922137 +489,0.830290659,0.276904518,133,-1.532813921,0.7432306626,7509.0499934 +490,0.485104466,-0.234867441,133,-1.532813921,0.7432306626,8146.9139659 +491,0.521367572,-0.33161327,133,-1.532813921,0.7432306626,8499.6608659 +1,-1.539031704,0.7349710123,134,-1.554788248,0.7382381001,48.008433723 +2,-1.536990553,0.7349663874,134,-1.554788248,0.7382381001,53.804386399 +3,-1.534951779,0.7349571355,134,-1.554788248,0.7382381001,59.63580595 +4,-1.532906461,0.7349480293,134,-1.554788248,0.7382381001,65.513158574 +5,-1.531320211,0.7346937278,134,-1.554788248,0.7382381001,70.282470978 +6,-1.539451648,0.7335131775,134,-1.554788248,0.7382381001,48.763401042 +7,-1.537429487,0.7335445708,134,-1.554788248,0.7382381001,54.250222962 +8,-1.535484998,0.7335658704,134,-1.554788248,0.7382381001,59.618805531 +9,-1.533488396,0.7336036027,134,-1.554788248,0.7382381001,65.173205423 +10,-1.531497785,0.7335842962,134,-1.554788248,0.7382381001,70.820307349 +11,-1.530259379,0.7334777758,134,-1.554788248,0.7382381001,74.44590353 +12,-1.5335454,0.7322346912,134,-1.554788248,0.7382381001,66.78267347 +13,-1.531489083,0.7322238773,134,-1.554788248,0.7382381001,72.47383896 +14,-1.530011122,0.7321679851,134,-1.554788248,0.7382381001,76.65852915 +15,-1.53348106,0.7306614094,134,-1.554788248,0.7382381001,69.457282683 +16,-1.531441779,0.7306962275,134,-1.554788248,0.7382381001,74.852418449 +17,-1.529755654,0.7306933243,134,-1.554788248,0.7382381001,79.426294961 +18,-1.533415048,0.7291384674,134,-1.554788248,0.7382381001,72.474347977 +19,-1.531392093,0.7291705353,134,-1.554788248,0.7382381001,77.633909854 +20,-1.529296523,0.7291214933,134,-1.554788248,0.7382381001,83.233557586 +21,-1.535280942,0.727267644,134,-1.554788248,0.7382381001,72.021018972 +22,-1.533378158,0.7276139666,134,-1.554788248,0.7382381001,75.785056269 +23,-1.531340368,0.7276446587,134,-1.554788248,0.7382381001,80.778628143 +24,-1.528960113,0.7276398177,134,-1.554788248,0.7382381001,86.8516283 +25,-1.533313146,0.7260818349,134,-1.554788248,0.7382381001,79.502279968 +26,-1.531259555,0.7260958115,134,-1.554788248,0.7382381001,84.363611148 +27,-1.528926415,0.7260865555,134,-1.554788248,0.7382381001,90.115245585 +28,-1.531226779,0.7245511789,134,-1.554788248,0.7382381001,88.109050276 +29,-1.528904772,0.7245519194,134,-1.554788248,0.7382381001,93.597770398 +30,-1.547195875,0.7409785979,134,-1.554788248,0.7382381001,24.726312348 +31,-1.5451475,0.740980426,134,-1.554788248,0.7382381001,30.228926983 +32,-1.543097679,0.7409798872,134,-1.554788248,0.7382381001,35.890416512 +33,-1.540720364,0.7409892687,134,-1.554788248,0.7382381001,42.581930686 +34,-1.547188511,0.7395198392,134,-1.554788248,0.7382381001,22.82431953 +35,-1.545148587,0.7395226109,134,-1.554788248,0.7382381001,28.680388213 +36,-1.543104538,0.7395314908,134,-1.554788248,0.7382381001,34.591873218 +37,-1.540727751,0.7395306258,134,-1.554788248,0.7382381001,41.486810841 +38,-1.547187029,0.7380014886,134,-1.554788248,0.7382381001,22.29194545 +39,-1.545147315,0.7380012252,134,-1.554788248,0.7382381001,28.264337172 +40,-1.54310719,0.7380060743,134,-1.554788248,0.7382381001,34.238734217 +41,-1.540719671,0.7380068206,134,-1.554788248,0.7382381001,41.232128642 +42,-1.547187189,0.7364799098,134,-1.554788248,0.7382381001,23.349896577 +43,-1.545149996,0.7364853874,134,-1.554788248,0.7382381001,29.10061749 +44,-1.543106091,0.7364823484,134,-1.554788248,0.7382381001,34.952183883 +45,-1.540717158,0.7364893901,134,-1.554788248,0.7382381001,41.835146153 +46,-1.538663972,0.7410138672,134,-1.554788248,0.7382381001,48.444682875 +47,-1.53695285,0.7409699132,134,-1.554788248,0.7382381001,53.298324782 +48,-1.534910498,0.7409641297,134,-1.554788248,0.7382381001,59.158338175 +49,-1.533145034,0.7409536636,134,-1.554788248,0.7382381001,64.237685048 +50,-1.538681336,0.7395405883,134,-1.554788248,0.7382381001,47.442767114 +51,-1.536999189,0.7395183096,134,-1.554788248,0.7382381001,52.333510118 +52,-1.534923633,0.7395144222,134,-1.554788248,0.7382381001,58.383896716 +53,-1.533267822,0.7395654306,134,-1.554788248,0.7382381001,63.230316856 +54,-1.53867273,0.7380151077,134,-1.554788248,0.7382381001,47.22766431 +55,-1.536980576,0.7379994392,134,-1.554788248,0.7382381001,52.186390836 +56,-1.534931522,0.7379944961,134,-1.554788248,0.7382381001,58.189758354 +57,-1.533387952,0.7379480264,134,-1.554788248,0.7382381001,62.716313281 +58,-1.538682279,0.7364914363,134,-1.554788248,0.7382381001,47.728202901 +59,-1.536980704,0.7364810563,134,-1.554788248,0.7382381001,52.67524193 +60,-1.534935567,0.7364752065,134,-1.554788248,0.7382381001,58.627388728 +61,-1.533042592,0.7363876366,134,-1.554788248,0.7382381001,64.182789233 +62,-1.545143426,0.7349628011,134,-1.554788248,0.7382381001,31.131200817 +63,-1.543105297,0.7349691947,134,-1.554788248,0.7382381001,36.643051956 +64,-1.541064533,0.7349647152,134,-1.554788248,0.7382381001,42.303034069 +65,-1.545411803,0.7334624714,134,-1.554788248,0.7382381001,33.402770266 +66,-1.543446606,0.7334780896,134,-1.554788248,0.7382381001,38.267316262 +67,-1.541475327,0.7334957295,134,-1.554788248,0.7382381001,43.367070367 +68,-1.545401939,0.731963266,134,-1.554788248,0.7382381001,37.125393333 +69,-1.54342253,0.7319915583,134,-1.554788248,0.7382381001,41.560791562 +70,-1.541455867,0.7320216438,134,-1.554788248,0.7382381001,46.267303999 +71,-1.545410146,0.7304422281,134,-1.554788248,0.7382381001,41.397983973 +72,-1.543435491,0.7304713664,134,-1.554788248,0.7382381001,45.392859734 +73,-1.541463105,0.7304997613,134,-1.554788248,0.7382381001,49.742380768 +74,-1.545414768,0.7289194936,134,-1.554788248,0.7382381001,46.07563252 +75,-1.543435774,0.7289538557,134,-1.554788248,0.7382381001,49.678376758 +76,-1.541457714,0.7289765881,134,-1.554788248,0.7382381001,53.702024434 +77,-1.539449415,0.7320555866,134,-1.554788248,0.7382381001,51.28906708 +78,-1.537429183,0.7321097681,134,-1.554788248,0.7382381001,56.481463497 +79,-1.535472649,0.7321497267,134,-1.554788248,0.7382381001,61.657996916 +80,-1.539457899,0.7305333307,134,-1.554788248,0.7382381001,54.431413541 +81,-1.537453161,0.7305750503,134,-1.554788248,0.7382381001,59.318139727 +82,-1.535479385,0.7306124949,134,-1.554788248,0.7382381001,64.301449784 +83,-1.53946905,0.7290102593,134,-1.554788248,0.7382381001,58.02779504 +84,-1.537459922,0.7290417293,134,-1.554788248,0.7382381001,62.65602967 +85,-1.535451349,0.7290890157,134,-1.554788248,0.7382381001,67.449401409 +86,-1.535522937,0.7279887191,134,-1.554788248,0.7382381001,69.739159263 +87,-1.539442524,0.7274735939,134,-1.554788248,0.7382381001,62.121471204 +88,-1.537424111,0.727521351,134,-1.554788248,0.7382381001,66.446161692 +89,-1.539384641,0.7259505092,134,-1.554788248,0.7382381001,66.544464901 +90,-1.537372391,0.7259947145,134,-1.554788248,0.7382381001,70.598966324 +91,-1.535340789,0.7260435356,134,-1.554788248,0.7382381001,74.935324526 +92,-1.539325716,0.7244369706,134,-1.554788248,0.7382381001,71.177743459 +93,-1.537308932,0.7244801057,134,-1.554788248,0.7382381001,74.999299594 +94,-1.535289068,0.7245247645,134,-1.554788248,0.7382381001,79.086057919 +95,-1.533261366,0.7245550236,134,-1.554788248,0.7382381001,83.452911581 +96,-1.539267302,0.722921924,134,-1.554788248,0.7382381001,76.006242196 +97,-1.537248972,0.7229660258,134,-1.554788248,0.7382381001,79.601229245 +98,-1.535219431,0.7229916471,134,-1.554788248,0.7382381001,83.542672196 +99,-1.53318962,0.7230212049,134,-1.554788248,0.7382381001,87.705633271 +100,-1.531154816,0.7230299897,134,-1.554788248,0.7382381001,92.135293572 +101,-1.528878341,0.7230370244,134,-1.554788248,0.7382381001,97.297936733 +102,-1.539218189,0.7214009878,134,-1.554788248,0.7382381001,80.995980427 +103,-1.537198791,0.7214422745,134,-1.554788248,0.7382381001,84.391820157 +104,-1.535179266,0.7214634354,134,-1.554788248,0.7382381001,88.121358352 +105,-1.533156501,0.7214944644,134,-1.554788248,0.7382381001,92.064257438 +106,-1.53113574,0.7215166021,134,-1.554788248,0.7382381001,96.236391343 +107,-1.528874248,0.7215345535,134,-1.554788248,0.7382381001,101.13659542 +108,-1.539217656,0.7198512397,134,-1.554788248,0.7382381001,86.138575748 +109,-1.537199919,0.7199428763,134,-1.554788248,0.7382381001,89.16681488 +110,-1.545425832,0.727397149,134,-1.554788248,0.7382381001,51.026581724 +111,-1.543371177,0.7273916949,134,-1.554788248,0.7382381001,54.549466308 +112,-1.541368852,0.7274523163,134,-1.554788248,0.7382381001,58.189715847 +113,-1.545349067,0.7258710923,134,-1.554788248,0.7382381001,56.328907704 +114,-1.54332671,0.7258603556,134,-1.554788248,0.7382381001,59.531530827 +115,-1.541346831,0.7259242142,134,-1.554788248,0.7382381001,62.826162586 +116,-1.545324355,0.7243383958,134,-1.554788248,0.7382381001,61.72280758 +117,-1.543292796,0.7243617413,134,-1.554788248,0.7382381001,64.572387604 +118,-1.541295822,0.7244024384,134,-1.554788248,0.7382381001,67.716604947 +119,-1.543193859,0.7205570215,134,-1.554788248,0.7382381001,77.956355597 +120,-1.550257047,0.7386738187,134,-1.554788248,0.7382381001,13.384502237 +121,-1.549335448,0.7311736483,134,-1.554788248,0.7382381001,32.246869909 +122,-1.533478843,0.7179891343,134,-1.554788248,0.7382381001,101.99002091 +123,-1.556150555,0.738907041,134,-1.554788248,0.7382381001,4.7896938777 +124,-1.554324226,0.733414257,134,-1.554788248,0.7382381001,19.155756344 +125,-1.554290846,0.7288285332,134,-1.554788248,0.7382381001,37.300015601 +126,-1.55122487,0.7219795312,134,-1.554788248,0.7382381001,65.253189782 +127,-1.525104458,0.7229399862,134,-1.554788248,0.7382381001,106.48717235 +128,-1.519607711,0.7236181429,134,-1.554788248,0.7382381001,118.81598365 +129,-1.513899999,0.7251107854,134,-1.554788248,0.7382381001,131.23965756 +130,-1.536620762,0.7431061895,134,-1.554788248,0.7382381001,56.50030929 +131,-1.5369566,0.7460845958,134,-1.554788248,0.7382381001,60.627487841 +132,-1.545345528,0.7447040685,134,-1.554788248,0.7382381001,37.64037802 +133,-1.532813921,0.7432306626,134,-1.554788248,0.7382381001,67.207871065 +134,-1.554788248,0.7382381001,134,-1.554788248,0.7382381001,0 +135,-1.540348126,0.7301594274,134,-1.554788248,0.7382381001,53.168627639 +136,-1.538016084,0.7239051786,134,-1.554788248,0.7382381001,75.293071162 +137,-1.525288962,0.7258085137,134,-1.554788248,0.7382381001,99.886399288 +138,-1.534326986,0.731241342,134,-1.554788248,0.7382381001,66.215310696 +139,-1.530733872,0.7303625216,134,-1.554788248,0.7382381001,77.298700648 +141,-1.534354939,0.7328219978,134,-1.554788248,0.7382381001,63.730894104 +142,-1.53157084,0.7292888153,134,-1.554788248,0.7382381001,76.947974876 +143,-1.525691035,0.7263799874,134,-1.554788248,0.7382381001,97.730688427 +144,-1.534031287,0.7495967835,134,-1.554788248,0.7382381001,75.392744993 +145,-1.527714986,0.7283095957,134,-1.554788248,0.7382381001,88.850928066 +146,-1.526189586,0.7271468292,134,-1.554788248,0.7382381001,94.977782783 +147,-1.555177336,0.7375563366,134,-1.554788248,0.7382381001,2.9313443224 +148,-1.555080283,0.7312707794,134,-1.554788248,0.7382381001,27.61090076 +149,-1.53856994,0.7224180299,134,-1.554788248,0.7382381001,78.846349975 +150,-1.530837883,0.729933372,134,-1.554788248,0.7382381001,77.735334067 +151,-1.515066984,0.5854133365,134,-1.554788248,0.7382381001,617.86321346 +152,-1.534731633,0.5368370046,134,-1.554788248,0.7382381001,800.27708924 +153,-1.515231902,0.5607085576,134,-1.554788248,0.7382381001,714.10125524 +154,-2.616253799,1.0684566605,134,-1.554788248,0.7382381001,2781.0077304 +155,-1.956071439,0.5792177723,134,-1.554788248,0.7382381001,1399.7309595 +156,-1.951208514,0.5602434208,134,-1.554788248,0.7382381001,1429.195132 +157,-1.944675062,0.6062144545,134,-1.554788248,0.7382381001,1311.5623801 +158,-1.613778386,0.6077989518,134,-1.554788248,0.7382381001,547.89451927 +159,-2.035029014,0.6021432345,134,-1.554788248,0.7382381001,1576.852174 +160,-2.114989471,0.6801825058,134,-1.554788248,0.7382381001,1689.3814001 +161,-2.037382079,0.5765830025,134,-1.554788248,0.7382381001,1633.6698681 +162,-2.129855121,0.6585019963,134,-1.554788248,0.7382381001,1761.5570468 +163,-2.075141798,0.6493615843,134,-1.554788248,0.7382381001,1614.4513582 +164,-1.828626729,0.6948433129,134,-1.554788248,0.7382381001,834.51021916 +165,-1.863329418,0.6735427691,134,-1.554788248,0.7382381001,962.73808003 +166,-1.266037071,0.727988852,134,-1.554788248,0.7382381001,849.53953505 +167,-1.277579582,0.7249010648,134,-1.554788248,0.7382381001,817.58450615 +168,-1.258418684,0.7241194816,134,-1.554788248,0.7382381001,874.18515125 +169,-1.317813974,0.6804850104,134,-1.554788248,0.7382381001,747.08857674 +170,-1.344165204,0.6790988904,134,-1.554788248,0.7382381001,674.59230322 +171,-1.427582102,0.5277120351,134,-1.554788248,0.7382381001,926.68343615 +172,-1.402238616,0.457167829,134,-1.554788248,0.7382381001,1218.5536615 +173,-1.422454264,0.4996161999,134,-1.554788248,0.7382381001,1036.0347818 +174,-1.439089277,0.4894859811,134,-1.554788248,0.7382381001,1053.2359622 +175,-1.448126995,0.5182330266,134,-1.554788248,0.7382381001,935.40818749 +176,-1.474626146,0.5881926574,134,-1.554788248,0.7382381001,644.58423859 +177,-1.421139645,0.5584869783,134,-1.554788248,0.7382381001,826.78822753 +178,-1.457037165,0.565943032,134,-1.554788248,0.7382381001,748.18967526 +179,-2.757159358,0.3745319,134,-1.554788248,0.7382381001,4174.7841009 +180,-2.714309238,0.342054471,134,-1.554788248,0.7382381001,4128.2402861 +181,-2.000525337,0.774119946,134,-1.554788248,0.7382381001,1286.9488694 +183,-1.571413436,0.6777838382,134,-1.554788248,0.7382381001,244.62385397 +184,-1.552860289,0.6987663893,134,-1.554788248,0.7382381001,156.45305599 +185,-1.521852374,0.7165827476,134,-1.554788248,0.7382381001,129.80957122 +186,-1.503656267,0.6928968252,134,-1.554788248,0.7382381001,235.80680841 +187,-1.502753178,0.7136205882,134,-1.554788248,0.7382381001,182.38155943 +188,-1.631894563,0.7343596465,134,-1.554788248,0.7382381001,226.79746018 +189,-1.653765416,0.6770714026,134,-1.554788248,0.7382381001,383.84035908 +190,-1.719812114,0.6715965947,134,-1.554788248,0.7382381001,563.05000007 +191,-1.493406659,0.6646955447,134,-1.554788248,0.7382381001,345.39604484 +192,-1.469120564,0.6613469966,134,-1.554788248,0.7382381001,400.02571241 +193,-1.590551461,0.5326612937,134,-1.554788248,0.7382381001,822.15821772 +194,-1.625979264,0.5247742243,134,-1.554788248,0.7382381001,875.3305128 +195,-1.572293943,0.5238808754,134,-1.554788248,0.7382381001,850.89431303 +196,-1.610848725,0.5477107964,134,-1.554788248,0.7382381001,775.15314897 +197,-1.208485554,0.7918526018,134,-1.554788248,0.7382381001,1009.2450845 +198,-1.335601374,0.6869083083,134,-1.554788248,0.7382381001,686.93167715 +199,-1.346156996,0.6825213377,134,-1.554788248,0.7382381001,663.52891259 +200,-1.324381037,0.6741422347,134,-1.554788248,0.7382381001,738.3683298 +201,-1.242424992,0.7378949807,134,-1.554788248,0.7382381001,913.60517995 +202,-1.270370057,0.7392461008,134,-1.554788248,0.7382381001,831.63066029 +203,-1.448950472,0.7441675014,134,-1.554788248,0.7382381001,310.06645246 +204,-1.492662363,0.7523026852,134,-1.554788248,0.7382381001,189.21422919 +205,-1.479098966,0.7763855017,134,-1.554788248,0.7382381001,265.07478716 +206,-1.633760714,0.7869022408,134,-1.554788248,0.7382381001,297.09163424 +207,-1.647406434,0.8101289331,134,-1.554788248,0.7382381001,386.97789663 +208,-1.564245052,0.5701509278,134,-1.554788248,0.7382381001,666.45217248 +209,-1.646289963,0.6833746083,134,-1.554788248,0.7382381001,350.12143267 +210,-1.5820631,0.6751952144,134,-1.554788248,0.7382381001,262.86808691 +211,-1.613236298,0.6681681791,134,-1.554788248,0.7382381001,328.89675163 +212,-1.914661867,0.8212566515,134,-1.554788248,0.7382381001,1061.9590849 +213,-1.742133237,0.7250275956,134,-1.554788248,0.7382381001,554.26616386 +214,-2.033144872,0.6557314699,134,-1.554788248,0.7382381001,1482.2863811 +215,-2.039551981,0.6964723658,134,-1.554788248,0.7382381001,1449.847944 +216,-1.247341019,0.7622473908,134,-1.554788248,0.7382381001,894.20383968 +217,-1.298239787,0.7084123392,134,-1.554788248,0.7382381001,769.85014967 +218,-1.308539688,0.6926545592,134,-1.554788248,0.7382381001,757.06025368 +219,-1.303263185,0.6888938396,134,-1.554788248,0.7382381001,777.10727381 +220,-1.852400229,0.6004246149,134,-1.554788248,0.7382381001,1070.6673761 +221,-1.288947707,0.7473773692,134,-1.554788248,0.7382381001,775.39422429 +222,-1.372031502,0.7472790993,134,-1.554788248,0.7382381001,534.08401603 +223,-1.289805721,0.7242157877,134,-1.554788248,0.7382381001,782.2022532 +224,-1.350807603,0.7533498126,134,-1.554788248,0.7382381001,596.01046277 +225,-1.329290365,0.7560442322,134,-1.554788248,0.7382381001,658.39527274 +226,-1.410153004,0.616936428,134,-1.554788248,0.7382381001,655.14873994 +227,-1.393445434,0.6308995063,134,-1.554788248,0.7382381001,651.8911655 +228,-1.37595573,0.6241540638,134,-1.554788248,0.7382381001,711.12301776 +229,-1.358388707,0.6172645205,134,-1.554788248,0.7382381001,771.40386105 +230,-1.753741133,0.8281661666,134,-1.554788248,0.7382381001,661.37050284 +231,-1.47430987,0.6834615681,134,-1.554788248,0.7382381001,324.60980461 +232,-1.421012508,0.7222725206,134,-1.554788248,0.7382381001,399.65673107 +233,-1.4476833,0.6978557868,134,-1.554788248,0.7382381001,357.17475194 +234,-1.470370723,0.6966193374,134,-1.554788248,0.7382381001,301.01528681 +235,-1.429211703,0.7037216883,134,-1.554788248,0.7382381001,397.703377 +236,-1.700578405,0.6178673663,134,-1.554788248,0.7382381001,654.77278657 +237,-1.678117619,0.6331716163,134,-1.554788248,0.7382381001,561.854821 +238,-1.725644578,0.6316331145,134,-1.554788248,0.7382381001,672.28194898 +239,-2.14012759,0.7930497945,134,-1.554788248,0.7382381001,1673.2218 +240,-2.103289431,0.7653606263,134,-1.554788248,0.7382381001,1581.0738813 +241,-1.318739838,0.7017808746,134,-1.554788248,0.7382381001,716.78007018 +242,-1.396417427,0.7077900843,134,-1.554788248,0.7382381001,485.31234747 +243,-1.35650337,0.7185539404,134,-1.554788248,0.7382381001,590.81305715 +244,-1.248884539,0.7274156818,134,-1.554788248,0.7382381001,900.05598305 +245,-1.395014798,0.5761185243,134,-1.554788248,0.7382381001,813.43732341 +246,-1.433377362,0.6064716109,134,-1.554788248,0.7382381001,642.88698319 +247,-1.408172432,0.5903155476,134,-1.554788248,0.7382381001,742.40243392 +248,-1.749645898,0.7757118084,134,-1.554788248,0.7382381001,579.83751637 +249,-1.571626686,0.615046989,134,-1.554788248,0.7382381001,490.7128716 +250,-1.514070049,0.6303003037,134,-1.554788248,0.7382381001,445.3814484 +251,-1.480890369,0.6237966528,134,-1.554788248,0.7382381001,506.97529242 +252,-1.704390658,0.5281680612,134,-1.554788248,0.7382381001,958.23400961 +253,-1.64434733,0.5254277498,134,-1.554788248,0.7382381001,889.75699105 +254,-1.703855997,0.4792484842,134,-1.554788248,0.7382381001,1132.9789977 +255,-1.692002383,0.5748825051,134,-1.554788248,0.7382381001,776.37393632 +256,-1.854136457,0.5544643913,134,-1.554788248,0.7382381001,1190.184493 +257,-1.665021206,0.520317736,134,-1.554788248,0.7382381001,931.86179235 +258,-1.733654349,0.4845187345,134,-1.554788248,0.7382381001,1158.3540698 +259,-1.720938188,0.5135933906,134,-1.554788248,0.7382381001,1035.8281981 +260,-1.742668307,0.553296122,134,-1.554788248,0.7382381001,941.68632679 +261,-1.965659039,0.7142126903,134,-1.554788248,0.7382381001,1216.6510527 +262,-1.944438071,0.6772834804,134,-1.554788248,0.7382381001,1193.6383602 +263,-1.270340967,0.7681487096,134,-1.554788248,0.7382381001,829.03039591 +264,-1.353091884,0.6549276821,134,-1.554788248,0.7382381001,695.14265387 +265,-1.333236659,0.6413584414,134,-1.554788248,0.7382381001,776.94372416 +266,-1.352015998,0.6753788907,134,-1.554788248,0.7382381001,658.86372953 +267,-1.377988483,0.6577816235,134,-1.554788248,0.7382381001,623.39472152 +268,-2.13075611,0.8318642051,134,-1.554788248,0.7382381001,1642.4975953 +269,-2.097910953,0.8259670014,134,-1.554788248,0.7382381001,1554.1689016 +270,-1.416382069,0.6694271549,134,-1.554788248,0.7382381001,498.63481029 +271,-1.538905672,0.7535625993,134,-1.554788248,0.7382381001,76.285076495 +272,-1.572309477,0.7803125099,134,-1.554788248,0.7382381001,174.08937107 +273,-1.87759879,0.7503853417,134,-1.554788248,0.7382381001,939.84664767 +274,1.152365588,0.590457682,134,-1.554788248,0.7382381001,6949.5521186 +275,0.350198001,0.718001859,134,-1.554788248,0.7382381001,5179.97106 +276,0.046513677,0.491503852,134,-1.554788248,0.7382381001,5024.4687601 +277,0.027510309,0.742571376,134,-1.554788248,0.7382381001,4378.4104234 +278,0.306285725,-0.214631579,134,-1.554788248,0.7382381001,7639.0367942 +279,-1.100564889,0.318051531,134,-1.554788248,0.7382381001,2258.695991 +280,-1.078582306,0.301437596,134,-1.554788248,0.7382381001,2361.1853073 +281,-1.137371989,-0.617634065,134,-1.554788248,0.7382381001,5579.4127605 +282,0.784356344,0.703272339,134,-1.554788248,0.7382381001,6050.8705992 +283,-1.221209947,0.218327455,134,-1.554788248,0.7382381001,2357.4255392 +284,2.347301921,-0.449114658,134,-1.554788248,0.7382381001,9733.7172522 +285,0.246820618,0.830553713,134,-1.554788248,0.7382381001,4666.1912754 +286,0.829414965,0.703288228,134,-1.554788248,0.7382381001,6121.6597299 +287,-1.337537566,0.42332223,134,-1.554788248,0.7382381001,1436.3380673 +288,0.882453706,0.454478077,134,-1.554788248,0.7382381001,7063.9832681 +289,1.575629659,0.416419109,134,-1.554788248,0.7382381001,7870.0683944 +290,-1.039455679,0.229888244,134,-1.554788248,0.7382381001,2678.0507097 +291,0.489558039,0.934482747,134,-1.554788248,0.7382381001,4844.2878332 +292,0.081344504,0.88384514,134,-1.554788248,0.7382381001,4194.8306188 +293,-1.547979814,0.300350308,134,-1.554788248,0.7382381001,1734.6265102 +294,0.040776181,0.168560074,134,-1.554788248,0.7382381001,5845.682687 +295,-1.130374745,0.563894876,134,-1.554788248,0.7382381001,1497.5399654 +296,1.578326642,0.478507176,134,-1.554788248,0.7382381001,7624.2208235 +297,-1.12861823,-0.291640865,134,-1.554788248,0.7382381001,4366.1520882 +298,0.310524208,0.770885792,134,-1.554788248,0.7382381001,4952.9692381 +299,0.415649091,-0.387246002,134,-1.554788248,0.7382381001,8390.9083357 +300,-0.926533878,-0.188022748,134,-1.554788248,0.7382381001,4319.2891934 +301,1.258856172,-0.11716081,134,-1.554788248,0.7382381001,9728.5823082 +302,-1.126050026,0.322941926,134,-1.554788248,0.7382381001,2186.2102345 +303,2.002785835,0.07893892,134,-1.554788248,0.7382381001,8877.8931444 +304,0.440437607,0.746258085,134,-1.554788248,0.7382381001,5289.4463983 +305,-0.030391866,0.214441206,134,-1.554788248,0.7382381001,5518.1835251 +306,0.521557815,-0.058929362,134,-1.554788248,0.7382381001,7839.9379217 +307,-0.097005111,0.13317729,134,-1.554788248,0.7382381001,5537.0823814 +308,1.83113859,0.221857587,134,-1.554788248,0.7382381001,8538.215482 +309,0.222428864,0.099404236,134,-1.554788248,0.7382381001,6555.28884 +310,-1.702731345,0.8728568183,134,-1.554788248,0.7382381001,669.24974096 +311,-0.418507569,0.278324921,134,-1.554788248,0.7382381001,4219.4315424 +312,-1.41153306,0.339029988,134,-1.554788248,0.7382381001,1652.5622349 +313,0.357560442,0.114788776,134,-1.554788248,0.7382381001,6894.7045909 +314,0.325818979,0.268352149,134,-1.554788248,0.7382381001,6376.4291092 +315,-1.246004659,-0.663679965,134,-1.554788248,0.7382381001,5663.4776556 +316,1.814603087,0.637404484,134,-1.554788248,0.7382381001,6933.018133 +317,1.843704281,-0.18300445,134,-1.554788248,0.7382381001,10071.272811 +318,1.690644492,-0.211480909,134,-1.554788248,0.7382381001,10326.87298 +319,-1.275451936,0.068109467,134,-1.554788248,0.7382381001,2831.8433485 +320,0.762430171,-0.207594741,134,-1.554788248,0.7382381001,8922.3824642 +321,0.265668905,-0.014647884,134,-1.554788248,0.7382381001,6989.5633147 +322,-2.773032013,-0.335515811,134,-1.554788248,0.7382381001,6144.3895232 +323,-1.469512853,0.174058777,134,-1.554788248,0.7382381001,2254.2469271 +324,0.286276986,0.785925691,134,-1.554788248,0.7382381001,4862.2774211 +325,-1.379324697,0.377432233,134,-1.554788248,0.7382381001,1543.2675018 +326,-1.203778265,0.212813032,134,-1.554788248,0.7382381001,2406.6489019 +327,0.579916301,0.611743168,134,-1.554788248,0.7382381001,5972.8212725 +328,0.267582642,0.868113908,134,-1.554788248,0.7382381001,4615.3381699 +329,0.412869244,-0.050245578,134,-1.554788248,0.7382381001,7509.3592907 +330,0.17524381,0.976660285,134,-1.554788248,0.7382381001,4184.4252613 +331,0.743157214,0.204812899,134,-1.554788248,0.7382381001,7615.1559864 +332,-1.070758176,0.269382282,134,-1.554788248,0.7382381001,2480.8978483 +333,-1.230364251,0.329790229,134,-1.554788248,0.7382381001,1950.1249104 +334,-1.374813124,-0.024926835,134,-1.554788248,0.7382381001,3090.7324058 +335,0.519780566,0.463669906,134,-1.554788248,0.7382381001,6294.7124062 +336,-1.55108034,0.239698561,134,-1.554788248,0.7382381001,1974.7560311 +337,0.180294813,0.029739425,134,-1.554788248,0.7382381001,6622.2901099 +338,0.67820924,0.268170153,134,-1.554788248,0.7382381001,7264.6000092 +339,0.445798684,1.024001867,134,-1.554788248,0.7382381001,4528.5301702 +340,0.691751283,0.150521402,134,-1.554788248,0.7382381001,7665.7419904 +341,-1.036643551,-0.903056181,134,-1.554788248,0.7382381001,6740.5427292 +342,-0.120287036,1.083325163,134,-1.554788248,0.7382381001,3462.4008776 +343,2.823513113,-0.304487164,134,-1.554788248,0.7382381001,7996.3728479 +344,0.457583172,1.12513373,134,-1.554788248,0.7382381001,4279.3798391 +345,0.042918831,0.813795399,134,-1.554788248,0.7382381001,4259.0090786 +346,1.196146777,-0.853142756,134,-1.554788248,0.7382381001,11274.764866 +347,0.206001358,-0.010430701,134,-1.554788248,0.7382381001,6805.0980675 +348,-0.268308653,0.234799412,134,-1.554788248,0.7382381001,4770.2162544 +349,0.759363263,0.736189579,134,-1.554788248,0.7382381001,5900.9296054 +350,0.181363926,0.891988372,134,-1.554788248,0.7382381001,4384.7812421 +351,-0.021111158,0.139103292,134,-1.554788248,0.7382381001,5743.473316 +352,-0.093355215,0.630686981,134,-1.554788248,0.7382381001,4319.3950592 +353,0.40118964,0.681375926,134,-1.554788248,0.7382381001,5391.8362413 +354,-0.721197315,1.304706234,134,-1.554788248,0.7382381001,2677.8458909 +355,-1.076150317,0.212107639,134,-1.554788248,0.7382381001,2655.9251896 +356,-1.577164531,0.273993443,134,-1.554788248,0.7382381001,1840.4494141 +357,-0.190788414,0.182208586,134,-1.554788248,0.7382381001,5133.6548609 +358,-0.261349752,0.209710184,134,-1.554788248,0.7382381001,4855.4002353 +359,-1.029303852,0.083549259,134,-1.554788248,0.7382381001,3184.8624414 +360,-1.268609162,0.330525297,134,-1.554788248,0.7382381001,1879.0180092 +361,1.282982244,-0.926641967,134,-1.554788248,0.7382381001,11347.82261 +362,0.217352334,0.731352408,134,-1.554788248,0.7382381001,4850.4059005 +363,-1.511833084,0.258629297,134,-1.554788248,0.7382381001,1905.3847236 +364,0.338812194,0.823184618,134,-1.554788248,0.7382381001,4873.1047141 +365,-0.324406489,1.134201999,134,-1.554788248,0.7382381001,3070.551468 +366,1.389579348,0.399185724,134,-1.554788248,0.7382381001,7881.0422249 +367,2.047152199,-0.039082036,134,-1.554788248,0.7382381001,9229.6804052 +368,0.947780369,0.568250077,134,-1.554788248,0.7382381001,6771.2053591 +369,0.763824846,0.576754987,134,-1.554788248,0.7382381001,6438.4817565 +370,-0.142334657,0.928153068,134,-1.554788248,0.7382381001,3630.0975063 +371,0.610266567,0.547265983,134,-1.554788248,0.7382381001,6235.607526 +372,0.210731629,0.746815056,134,-1.554788248,0.7382381001,4796.5613608 +373,-1.34931644,0.316895224,134,-1.554788248,0.7382381001,1806.7973278 +374,2.407696481,0.655030745,134,-1.554788248,0.7382381001,6181.5797006 +375,0.64207831,0.545359131,134,-1.554788248,0.7382381001,6306.8829161 +376,1.174597538,0.840588356,134,-1.554788248,0.7382381001,6026.3491867 +377,0.660059424,0.010604079,134,-1.554788248,0.7382381001,8013.1416972 +378,-0.730263819,0.010486456,134,-1.554788248,0.7382381001,4105.8038179 +379,0.831068936,0.512339172,134,-1.554788248,0.7382381001,6775.3737522 +380,1.301180979,0.72367476,134,-1.554788248,0.7382381001,6563.8360163 +381,1.811128231,0.322854402,134,-1.554788248,0.7382381001,8161.5487927 +382,0.435105812,0.992284428,134,-1.554788248,0.7382381001,4596.6619364 +383,0.62643634,0.592027932,134,-1.554788248,0.7382381001,6127.9219098 +384,0.492988703,-0.516339467,134,-1.554788248,0.7382381001,8909.1196353 +385,-0.162469483,0.112549365,134,-1.554788248,0.7382381001,5399.8083631 +386,0.314630866,0.472006421,134,-1.554788248,0.7382381001,5776.6680778 +387,0.166744804,0.822815954,134,-1.554788248,0.7382381001,4514.6646202 +388,0.417159608,0.965805736,134,-1.554788248,0.7382381001,4638.16931 +389,0.106334961,0.868774244,134,-1.554788248,0.7382381001,4280.4101692 +390,0.815086969,-0.338144359,134,-1.554788248,0.7382381001,9424.9886934 +391,0.59867455,-0.230624824,134,-1.554788248,0.7382381001,8528.9366801 +392,1.915104874,0.066220985,134,-1.554788248,0.7382381001,9046.0018649 +393,1.278093622,0.064463721,134,-1.554788248,0.7382381001,9076.4136236 +394,-0.061477853,0.302997961,134,-1.554788248,0.7382381001,5198.726261 +395,0.251311504,0.626976942,134,-1.554788248,0.7382381001,5199.7862513 +396,2.950242872,0.149095644,134,-1.554788248,0.7382381001,6422.5131398 +397,-0.180294708,0.35375117,134,-1.554788248,0.7382381001,4727.1996593 +398,1.010448592,-0.351180233,134,-1.554788248,0.7382381001,9987.6850117 +399,-1.748740498,0.3686318073,134,-1.554788248,0.7382381001,1599.8719109 +400,2.699635665,0.123533791,134,-1.554788248,0.7382381001,7188.473235 +401,0.496808033,0.823843254,134,-1.554788248,0.7382381001,5174.3539417 +402,0.129574704,0.763364087,134,-1.554788248,0.7382381001,4571.5197332 +403,1.798920311,0.817447563,134,-1.554788248,0.7382381001,6236.8561493 +404,0.335987953,0.746786541,134,-1.554788248,0.7382381001,5071.352721 +405,-1.085413643,0.292154671,134,-1.554788248,0.7382381001,2375.1611011 +406,-0.155321003,0.508207011,134,-1.554788248,0.7382381001,4427.6537595 +407,0.620529244,-0.301175104,134,-1.554788248,0.7382381001,8776.331945 +408,1.684402744,0.368716966,134,-1.554788248,0.7382381001,8044.6707322 +409,0.300582244,-0.386397212,134,-1.554788248,0.7382381001,8052.9028417 +410,2.913555946,-0.009225192,134,-1.554788248,0.7382381001,6958.6458466 +411,1.465101417,0.493232532,134,-1.554788248,0.7382381001,7545.7696583 +412,0.090612882,0.907955955,134,-1.554788248,0.7382381001,4163.6914457 +413,2.987564726,-0.729568594,134,-1.554788248,0.7382381001,8490.2869168 +414,-1.484261606,0.224149272,134,-1.554788248,0.7382381001,2050.700357 +415,0.164073421,0.303955133,134,-1.554788248,0.7382381001,5835.8823004 +416,0.141441293,0.167552546,134,-1.554788248,0.7382381001,6138.7561159 +417,2.931321023,-0.506718887,134,-1.554788248,0.7382381001,8167.6355098 +418,2.21951565,0.700596356,134,-1.554788248,0.7382381001,6309.5736958 +419,0.268112576,1.199114336,134,-1.554788248,0.7382381001,3867.4426432 +420,0.978913739,0.359223811,134,-1.554788248,0.7382381001,7561.6141638 +421,1.210898818,0.522863584,134,-1.554788248,0.7382381001,7263.8457248 +422,2.347397336,0.129231362,134,-1.554788248,0.7382381001,8046.9971397 +423,0.614394501,0.556878345,134,-1.554788248,0.7382381001,6214.0158487 +424,-1.398079356,0.148483366,134,-1.554788248,0.7382381001,2399.1113335 +425,2.535303836,-0.112984496,134,-1.554788248,0.7382381001,8315.4739031 +426,-1.019372593,-0.405322349,134,-1.554788248,0.7382381001,4934.9130781 +427,-1.297785627,-0.160104069,134,-1.554788248,0.7382381001,3678.3346121 +428,2.144554488,0.205051084,134,-1.554788248,0.7382381001,8193.2010531 +429,-2.242387083,-0.426171285,134,-1.554788248,0.7382381001,5252.7059093 +430,0.338637212,0.909723676,134,-1.554788248,0.7382381001,4646.9464837 +431,-0.148798452,0.691042401,134,-1.554788248,0.7382381001,4044.5664369 +432,0.893524764,0.441829531,134,-1.554788248,0.7382381001,7126.9957999 +433,0.969229347,-0.368847936,134,-1.554788248,0.7382381001,9928.8775915 +434,0.436043248,0.800045688,134,-1.554788248,0.7382381001,5128.0803366 +435,1.687946607,1.081504775,134,-1.554788248,0.7382381001,5228.5842791 +436,0.522302046,-0.034889271,134,-1.554788248,0.7382381001,7774.2401665 +437,-0.178996113,-0.438090009,134,-1.554788248,0.7382381001,6841.1679883 +438,-1.094339566,0.301444068,134,-1.554788248,0.7382381001,2325.4838133 +439,-1.064070054,0.242569932,134,-1.554788248,0.7382381001,2582.2372261 +440,-1.068153768,0.230387998,134,-1.554788248,0.7382381001,2612.9467313 +441,-3.00496892,-0.23989155,134,-1.554788248,0.7382381001,6513.1230716 +442,0.21751974,0.766874888,134,-1.554788248,0.7382381001,4761.6267084 +443,0.117229532,0.007619006,134,-1.554788248,0.7382381001,6497.8790267 +444,0.777758451,0.420554741,134,-1.554788248,0.7382381001,6984.2035721 +445,-0.252356999,0.250747086,134,-1.554788248,0.7382381001,4776.0427959 +446,0.363148444,0.768483434,134,-1.554788248,0.7382381001,5069.5781823 +447,0.903191366,-0.118210676,134,-1.554788248,0.7382381001,9018.5131535 +448,-0.205755923,0.149406178,134,-1.554788248,0.7382381001,5175.7856885 +449,1.811996086,0.02364353,134,-1.554788248,0.7382381001,9320.3670197 +450,-1.100670221,0.314845373,134,-1.554788248,0.7382381001,2268.6182934 +451,0.340078597,0.850105132,134,-1.554788248,0.7382381001,4804.6440551 +452,0.258757267,0.804969236,134,-1.554788248,0.7382381001,4755.3132162 +453,2.78505352,-0.155160804,134,-1.554788248,0.7382381001,7723.1565519 +454,0.800551619,0.105822106,134,-1.554788248,0.7382381001,8064.4019965 +455,0.437940882,-0.506194031,134,-1.554788248,0.7382381001,8727.5361565 +456,2.230431122,0.63458615,134,-1.554788248,0.7382381001,6529.2301104 +457,0.527965361,0.127667701,134,-1.554788248,0.7382381001,7320.1105627 +458,-0.063643205,0.702093448,134,-1.554788248,0.7382381001,4240.8212427 +459,1.408447268,0.133010502,134,-1.554788248,0.7382381001,8933.0042332 +460,0.523795955,0.280266966,134,-1.554788248,0.7382381001,6856.272778 +461,-0.975769313,0.072177659,134,-1.554788248,0.7382381001,3334.9507872 +462,0.549774164,-0.463663986,134,-1.554788248,0.7382381001,8960.3085056 +463,0.29245874,1.095549818,134,-1.554788248,0.7382381001,4120.3043863 +464,0.143625958,0.816809593,134,-1.554788248,0.7382381001,4478.1986286 +465,0.671902494,0.611159853,134,-1.554788248,0.7382381001,6155.6372301 +466,1.239840988,0.6724199,134,-1.554788248,0.7382381001,6718.2404061 +467,0.607829703,-0.10932137,134,-1.554788248,0.7382381001,8221.2739495 +468,1.763020906,0.263996692,134,-1.554788248,0.7382381001,8422.2355039 +469,0.378714634,0.726066797,134,-1.554788248,0.7382381001,5218.7185612 +470,2.196736143,-0.153862366,134,-1.554788248,0.7382381001,9305.843936 +471,0.01702415,0.148991565,134,-1.554788248,0.7382381001,5828.5231647 +472,-2.998490902,-0.158002487,134,-1.554788248,0.7382381001,6274.6336962 +473,-3.051262951,-0.346595608,134,-1.554788248,0.7382381001,6926.557343 +474,-1.069176439,0.182802941,134,-1.554788248,0.7382381001,2768.1360735 +475,0.167157509,0.595344954,134,-1.554788248,0.7382381001,5076.3657811 +476,0.613855648,0.681746124,134,-1.554788248,0.7382381001,5821.9134699 +477,1.037012736,0.682555367,134,-1.554788248,0.7382381001,6479.0173838 +478,-1.253574971,0.379755746,134,-1.554788248,0.7382381001,1735.8530151 +479,3.108590453,-0.132620738,134,-1.554788248,0.7382381001,6717.9824026 +480,0.565301296,0.022333262,134,-1.554788248,0.7382381001,7727.6041064 +481,0.547898238,0.855555614,134,-1.554788248,0.7382381001,5171.6676489 +482,0.948309381,0.417393755,134,-1.554788248,0.7382381001,7305.3836242 +483,-0.050600732,0.945269213,134,-1.554788248,0.7382381001,3798.3756642 +484,-0.977651478,-0.572363064,134,-1.554788248,0.7382381001,5599.2293637 +485,1.102014914,0.728861163,134,-1.554788248,0.7382381001,6380.1557666 +486,2.927300795,-0.282939414,134,-1.554788248,0.7382381001,7638.311105 +487,-1.154565557,0.124434095,134,-1.554788248,0.7382381001,2805.6120662 +488,1.855331234,0.291044755,134,-1.554788248,0.7382381001,8250.4985368 +489,0.830290659,0.276904518,134,-1.554788248,0.7382381001,7568.4284821 +490,0.485104466,-0.234867441,134,-1.554788248,0.7382381001,8213.2244057 +491,0.521367572,-0.33161327,134,-1.554788248,0.7382381001,8565.1940104 +1,-1.539031704,0.7349710123,135,-1.540348126,0.7301594274,19.448959256 +2,-1.536990553,0.7349663874,135,-1.540348126,0.7301594274,21.454580042 +3,-1.534951779,0.7349571355,135,-1.540348126,0.7301594274,24.772572392 +4,-1.532906461,0.7349480293,135,-1.540348126,0.7301594274,28.983215612 +5,-1.531320211,0.7346937278,135,-1.540348126,0.7301594274,32.086639667 +6,-1.539451648,0.7335131775,135,-1.540348126,0.7301594274,13.544326194 +7,-1.537429487,0.7335445708,135,-1.540348126,0.7301594274,15.929754143 +8,-1.535484998,0.7335658704,135,-1.540348126,0.7301594274,19.682823371 +9,-1.533488396,0.7336036027,135,-1.540348126,0.7301594274,24.386262214 +10,-1.531497785,0.7335842962,135,-1.540348126,0.7301594274,29.396479604 +11,-1.530259379,0.7334777758,135,-1.540348126,0.7301594274,32.505671075 +12,-1.5335454,0.7322346912,135,-1.540348126,0.7301594274,21.67667634 +13,-1.531489083,0.7322238773,135,-1.540348126,0.7301594274,27.370777849 +14,-1.530011122,0.7321679851,135,-1.540348126,0.7301594274,31.500439963 +15,-1.53348106,0.7306614094,135,-1.540348126,0.7301594274,20.358941655 +16,-1.531441779,0.7306962275,135,-1.540348126,0.7301594274,26.364068048 +17,-1.529755654,0.7306933243,135,-1.540348126,0.7301594274,31.324588535 +18,-1.533415048,0.7291384674,135,-1.540348126,0.7301594274,20.865963219 +19,-1.531392093,0.7291705353,135,-1.540348126,0.7301594274,26.731368542 +20,-1.529296523,0.7291214933,135,-1.540348126,0.7301594274,32.88869912 +21,-1.535280942,0.727267644,135,-1.540348126,0.7301594274,18.85239458 +22,-1.533378158,0.7276139666,135,-1.540348126,0.7301594274,22.92902909 +23,-1.531340368,0.7276446587,135,-1.540348126,0.7301594274,28.416696314 +24,-1.528960113,0.7276398177,135,-1.540348126,0.7301594274,35.095199286 +25,-1.533313146,0.7260818349,135,-1.540348126,0.7301594274,26.334118817 +26,-1.531259555,0.7260958115,135,-1.540348126,0.7301594274,31.322974797 +27,-1.528926415,0.7260865555,135,-1.540348126,0.7301594274,37.424819586 +28,-1.531226779,0.7245511789,135,-1.540348126,0.7301594274,34.953361919 +29,-1.528904772,0.7245519194,135,-1.540348126,0.7301594274,40.49179549 +30,-1.547195875,0.7409785979,135,-1.540348126,0.7301594274,47.33885171 +31,-1.5451475,0.740980426,135,-1.540348126,0.7301594274,45.120017333 +32,-1.543097679,0.7409798872,135,-1.540348126,0.7301594274,43.613886052 +33,-1.540720364,0.7409892687,135,-1.540348126,0.7301594274,42.91092872 +34,-1.547188511,0.7395198392,135,-1.540348126,0.7301594274,42.175573392 +35,-1.545148587,0.7395226109,135,-1.540348126,0.7301594274,39.680079999 +36,-1.543104538,0.7395314908,135,-1.540348126,0.7301594274,37.996253912 +37,-1.540727751,0.7395306258,135,-1.540348126,0.7301594274,37.136078532 +38,-1.547187029,0.7380014886,135,-1.540348126,0.7301594274,37.004872066 +39,-1.545147315,0.7380012252,135,-1.540348126,0.7301594274,34.117424049 +40,-1.54310719,0.7380060743,135,-1.540348126,0.7301594274,32.122210646 +41,-1.540719671,0.7380068206,135,-1.540348126,0.7301594274,31.102722597 +42,-1.547187189,0.7364799098,135,-1.540348126,0.7301594274,32.122221086 +43,-1.545149996,0.7364853874,135,-1.540348126,0.7301594274,28.767110228 +44,-1.543106091,0.7364823484,135,-1.540348126,0.7301594274,26.327355052 +45,-1.540717158,0.7364893901,135,-1.540348126,0.7301594274,25.096490469 +46,-1.538663972,0.7410138672,135,-1.540348126,0.7301594274,43.27798971 +47,-1.53695285,0.7409699132,135,-1.540348126,0.7301594274,43.966004743 +48,-1.534910498,0.7409641297,135,-1.540348126,0.7301594274,45.679800017 +49,-1.533145034,0.7409536636,135,-1.540348126,0.7301594274,47.70309117 +50,-1.538681336,0.7395405883,135,-1.540348126,0.7301594274,37.480234859 +51,-1.536999189,0.7395183096,135,-1.540348126,0.7301594274,38.354729718 +52,-1.534923633,0.7395144222,135,-1.540348126,0.7301594274,40.338715785 +53,-1.533267822,0.7395654306,135,-1.540348126,0.7301594274,42.673516213 +54,-1.53867273,0.7380151077,135,-1.540348126,0.7301594274,31.50400646 +55,-1.536980576,0.7379994392,135,-1.540348126,0.7301594274,32.595160817 +56,-1.534931522,0.7379944961,135,-1.540348126,0.7301594274,34.883998724 +57,-1.533387952,0.7379480264,135,-1.540348126,0.7301594274,37.02353571 +58,-1.538682279,0.7364914363,135,-1.540348126,0.7301594274,25.55569138 +59,-1.536980704,0.7364810563,135,-1.540348126,0.7301594274,26.929602891 +60,-1.534935567,0.7364752065,135,-1.540348126,0.7301594274,29.657219301 +61,-1.533042592,0.7363876366,135,-1.540348126,0.7301594274,32.723832994 +62,-1.545143426,0.7349628011,135,-1.540348126,0.7301594274,23.694090461 +63,-1.543105297,0.7349691947,135,-1.540348126,0.7301594274,20.709525533 +64,-1.541064533,0.7349647152,135,-1.540348126,0.7301594274,19.150308687 +65,-1.545411803,0.7334624714,135,-1.540348126,0.7301594274,19.84529929 +66,-1.543446606,0.7334780896,135,-1.540348126,0.7301594274,16.00518374 +67,-1.541475327,0.7334957295,135,-1.540348126,0.7301594274,13.626148963 +68,-1.545401939,0.731963266,135,-1.540348126,0.7301594274,16.527107018 +69,-1.54342253,0.7319915583,135,-1.540348126,0.7301594274,11.612638367 +70,-1.541455867,0.7320216438,135,-1.540348126,0.7301594274,8.0671316811 +71,-1.545410146,0.7304422281,135,-1.540348126,0.7301594274,14.97915331 +72,-1.543435491,0.7304713664,135,-1.540348126,0.7301594274,9.1936115453 +73,-1.541463105,0.7304997613,135,-1.540348126,0.7301594274,3.555510163 +74,-1.545414768,0.7289194936,135,-1.540348126,0.7301594274,15.746558978 +75,-1.543435774,0.7289538557,135,-1.540348126,0.7301594274,10.292083042 +76,-1.541457714,0.7289765881,135,-1.540348126,0.7301594274,5.7171598745 +77,-1.539449415,0.7320555866,135,-1.540348126,0.7301594274,7.9644898996 +78,-1.537429183,0.7321097681,135,-1.540348126,0.7301594274,11.565418943 +79,-1.535472649,0.7321497267,135,-1.540348126,0.7301594274,16.395505691 +80,-1.539457899,0.7305333307,135,-1.540348126,0.7301594274,3.0155574195 +81,-1.537453161,0.7305750503,135,-1.540348126,0.7301594274,8.6992662921 +82,-1.535479385,0.7306124949,135,-1.540348126,0.7301594274,14.477437267 +83,-1.53946905,0.7290102593,135,-1.540348126,0.7301594274,5.2399345204 +84,-1.537459922,0.7290417293,135,-1.540348126,0.7301594274,9.6086627266 +85,-1.535451349,0.7290890157,135,-1.540348126,0.7301594274,15.067205918 +86,-1.535522937,0.7279887191,135,-1.540348126,0.7301594274,16.646458548 +87,-1.539442524,0.7274735939,135,-1.540348126,0.7301594274,10.969940962 +88,-1.537424111,0.727521351,135,-1.540348126,0.7301594274,13.558485044 +89,-1.539384641,0.7259505092,135,-1.540348126,0.7301594274,16.913171667 +90,-1.537372391,0.7259947145,135,-1.540348126,0.7301594274,18.696077253 +91,-1.535340789,0.7260435356,135,-1.540348126,0.7301594274,22.0221205 +92,-1.539325716,0.7244369706,135,-1.540348126,0.7301594274,22.867619718 +93,-1.537308932,0.7244801057,135,-1.540348126,0.7301594274,24.226378287 +94,-1.535289068,0.7245247645,135,-1.540348126,0.7301594274,26.873238176 +95,-1.533261366,0.7245550236,135,-1.540348126,0.7301594274,30.535309646 +96,-1.539267302,0.722921924,135,-1.540348126,0.7301594274,28.845799727 +97,-1.537248972,0.7229660258,135,-1.540348126,0.7301594274,29.934029219 +98,-1.535219431,0.7229916471,135,-1.540348126,0.7301594274,32.196932342 +99,-1.53318962,0.7230212049,135,-1.540348126,0.7301594274,35.335689713 +100,-1.531154816,0.7230299897,135,-1.540348126,0.7301594274,39.220895722 +101,-1.528878341,0.7230370244,135,-1.540348126,0.7301594274,44.147451018 +102,-1.539218189,0.7214009878,135,-1.540348126,0.7301594274,34.853325702 +103,-1.537198791,0.7214422745,135,-1.540348126,0.7301594274,35.767083591 +104,-1.535179266,0.7214634354,135,-1.540348126,0.7301594274,37.695470967 +105,-1.533156501,0.7214944644,135,-1.540348126,0.7301594274,40.397221333 +106,-1.53113574,0.7215166021,135,-1.540348126,0.7301594274,43.781884256 +107,-1.528874248,0.7215345535,135,-1.540348126,0.7301594274,48.192996751 +108,-1.539217656,0.7198512397,135,-1.540348126,0.7301594274,40.968055665 +109,-1.537199919,0.7199428763,135,-1.540348126,0.7301594274,41.530101545 +110,-1.545425832,0.727397149,135,-1.540348126,0.7301594274,18.569616867 +111,-1.543371177,0.7273916949,135,-1.540348126,0.7301594274,14.141439951 +112,-1.541368852,0.7274523163,135,-1.540348126,0.7301594274,11.138954033 +113,-1.545349067,0.7258710923,135,-1.540348126,0.7301594274,22.520784775 +114,-1.54332671,0.7258603556,135,-1.540348126,0.7301594274,19.171404102 +115,-1.541346831,0.7259242142,135,-1.540348126,0.7301594274,17.033597252 +116,-1.545324355,0.7243383958,135,-1.540348126,0.7301594274,27.357405535 +117,-1.543292796,0.7243617413,135,-1.540348126,0.7301594274,24.561916973 +118,-1.541295822,0.7244024384,135,-1.540348126,0.7301594274,22.975186456 +119,-1.543193859,0.7205570215,135,-1.540348126,0.7301594274,38.959052849 +120,-1.550257047,0.7386738187,135,-1.540348126,0.7301594274,44.565023763 +121,-1.549335448,0.7311736483,135,-1.540348126,0.7301594274,26.814076907 +122,-1.533478843,0.7179891343,135,-1.540348126,0.7301594274,52.338416138 +123,-1.556150555,0.738907041,135,-1.540348126,0.7301594274,57.951844852 +124,-1.554324226,0.733414257,135,-1.540348126,0.7301594274,43.156800436 +125,-1.554290846,0.7288285332,135,-1.540348126,0.7301594274,41.508423209 +126,-1.55122487,0.7219795312,135,-1.540348126,0.7301594274,45.691348028 +127,-1.525104458,0.7229399862,135,-1.540348126,0.7301594274,53.428745918 +128,-1.519607711,0.7236181429,135,-1.540348126,0.7301594274,66.631436972 +129,-1.513899999,0.7251107854,135,-1.540348126,0.7301594274,80.744505624 +130,-1.536620762,0.7431061895,135,-1.540348126,0.7301594274,52.435222682 +131,-1.5369566,0.7460845958,135,-1.540348126,0.7301594274,63.857503025 +132,-1.545345528,0.7447040685,135,-1.540348126,0.7301594274,59.445205195 +133,-1.532813921,0.7432306626,135,-1.540348126,0.7301594274,56.296099994 +134,-1.554788248,0.7382381001,135,-1.540348126,0.7301594274,53.168627639 +135,-1.540348126,0.7301594274,135,-1.540348126,0.7301594274,0 +136,-1.538016084,0.7239051786,135,-1.540348126,0.7301594274,25.716470452 +137,-1.525288962,0.7258085137,135,-1.540348126,0.7301594274,47.747654391 +138,-1.534326986,0.731241342,135,-1.540348126,0.7301594274,18.270748457 +139,-1.530733872,0.7303625216,135,-1.540348126,0.7301594274,28.382501898 +141,-1.534354939,0.7328219978,135,-1.540348126,0.7301594274,20.574669178 +142,-1.53157084,0.7292888153,135,-1.540348126,0.7301594274,26.142157602 +143,-1.525691035,0.7263799874,135,-1.540348126,0.7301594274,45.842331856 +144,-1.534031287,0.7495967835,135,-1.540348126,0.7301594274,79.177751062 +145,-1.527714986,0.7283095957,135,-1.540348126,0.7301594274,38.026435815 +146,-1.526189586,0.7271468292,135,-1.540348126,0.7301594274,43.509327382 +147,-1.555177336,0.7375563366,135,-1.540348126,0.7301594274,52.545323049 +148,-1.555080283,0.7312707794,135,-1.540348126,0.7301594274,43.678335407 +149,-1.53856994,0.7224180299,135,-1.540348126,0.7301594274,31.112550288 +150,-1.530837883,0.729933372,135,-1.540348126,0.7301594274,28.083837418 +151,-1.515066984,0.5854133365,135,-1.540348126,0.7301594274,578.76319431 +152,-1.534731633,0.5368370046,135,-1.540348126,0.7301594274,765.95829152 +153,-1.515231902,0.5607085576,135,-1.540348126,0.7301594274,675.85316208 +154,-2.616253799,1.0684566605,135,-1.540348126,0.7301594274,2832.9023851 +155,-1.956071439,0.5792177723,135,-1.540348126,0.7301594274,1430.1967849 +156,-1.951208514,0.5602434208,135,-1.540348126,0.7301594274,1457.3943645 +157,-1.944675062,0.6062144545,135,-1.540348126,0.7301594274,1344.3358634 +158,-1.613778386,0.6077989518,135,-1.540348126,0.7301594274,535.50720642 +159,-2.035029014,0.6021432345,135,-1.540348126,0.7301594274,1613.1768243 +160,-2.114989471,0.6801825058,135,-1.540348126,0.7301594274,1733.8594567 +161,-2.037382079,0.5765830025,135,-1.540348126,0.7301594274,1667.8541267 +162,-2.129855121,0.6585019963,135,-1.540348126,0.7301594274,1804.8608234 +163,-2.075141798,0.6493615843,135,-1.540348126,0.7301594274,1655.9184234 +164,-1.828626729,0.6948433129,135,-1.540348126,0.7301594274,873.92577608 +165,-1.863329418,0.6735427691,135,-1.540348126,0.7301594274,1000.2305555 +166,-1.266037071,0.727988852,135,-1.540348126,0.7301594274,809.25020622 +167,-1.277579582,0.7249010648,135,-1.540348126,0.7301594274,776.59278689 +168,-1.258418684,0.7241194816,135,-1.540348126,0.7301594274,833.39329347 +169,-1.317813974,0.6804850104,135,-1.540348126,0.7301594274,698.62173577 +170,-1.344165204,0.6790988904,135,-1.540348126,0.7301594274,625.04362407 +171,-1.427582102,0.5277120351,135,-1.540348126,0.7301594274,878.80299929 +172,-1.402238616,0.457167829,135,-1.540348126,0.7301594274,1171.2093986 +173,-1.422454264,0.4996161999,135,-1.540348126,0.7301594274,988.8029816 +174,-1.439089277,0.4894859811,135,-1.540348126,0.7301594274,1007.758757 +175,-1.448126995,0.5182330266,135,-1.540348126,0.7301594274,889.74892147 +176,-1.474626146,0.5881926574,135,-1.540348126,0.7301594274,598.63022403 +177,-1.421139645,0.5584869783,135,-1.540348126,0.7301594274,777.11304202 +178,-1.457037165,0.565943032,135,-1.540348126,0.7301594274,701.34073554 +179,-2.757159358,0.3745319,135,-1.540348126,0.7301594274,4219.0508391 +180,-2.714309238,0.342054471,135,-1.540348126,0.7301594274,4170.7326038 +181,-2.000525337,0.774119946,135,-1.540348126,0.7301594274,1336.4976191 +183,-1.571413436,0.6777838382,135,-1.540348126,0.7301594274,227.66409633 +184,-1.552860289,0.6987663893,135,-1.540348126,0.7301594274,129.86061933 +185,-1.521852374,0.7165827476,135,-1.540348126,0.7301594274,76.860245723 +186,-1.503656267,0.6928968252,135,-1.540348126,0.7301594274,184.10817878 +187,-1.502753178,0.7136205882,135,-1.540348126,0.7301594274,129.54601503 +188,-1.631894563,0.7343596465,135,-1.540348126,0.7301594274,270.13468214 +189,-1.653765416,0.6770714026,135,-1.540348126,0.7301594274,401.77304556 +190,-1.719812114,0.6715965947,135,-1.540348126,0.7301594274,590.23677335 +191,-1.493406659,0.6646955447,135,-1.540348126,0.7301594274,295.84668901 +192,-1.469120564,0.6613469966,135,-1.540348126,0.7301594274,348.02823509 +193,-1.590551461,0.5326612937,135,-1.540348126,0.7301594274,798.45004161 +194,-1.625979264,0.5247742243,135,-1.540348126,0.7301594274,858.20951389 +195,-1.572293943,0.5238808754,135,-1.540348126,0.7301594274,823.4108727 +196,-1.610848725,0.5477107964,135,-1.540348126,0.7301594274,756.39712715 +197,-1.208485554,0.7918526018,135,-1.540348126,0.7301594274,980.18944576 +198,-1.335601374,0.6869083083,135,-1.540348126,0.7301594274,638.60551678 +199,-1.346156996,0.6825213377,135,-1.540348126,0.7301594274,614.29070528 +200,-1.324381037,0.6741422347,135,-1.540348126,0.7301594274,688.99954508 +201,-1.242424992,0.7378949807,135,-1.540348126,0.7301594274,875.25278003 +202,-1.270370057,0.7392461008,135,-1.540348126,0.7301594274,793.23506309 +203,-1.448950472,0.7441675014,135,-1.540348126,0.7301594274,273.67031215 +204,-1.492662363,0.7523026852,135,-1.540348126,0.7301594274,164.62269485 +205,-1.479098966,0.7763855017,135,-1.540348126,0.7301594274,254.59802356 +206,-1.633760714,0.7869022408,135,-1.540348126,0.7301594274,350.07021322 +207,-1.647406434,0.8101289331,135,-1.540348126,0.7301594274,439.04427265 +208,-1.564245052,0.5701509278,135,-1.540348126,0.7301594274,638.23037167 +209,-1.646289963,0.6833746083,135,-1.540348126,0.7301594274,368.88835968 +210,-1.5820631,0.6751952144,135,-1.540348126,0.7301594274,251.56431382 +211,-1.613236298,0.6681681791,135,-1.540348126,0.7301594274,330.24963169 +212,-1.914661867,0.8212566515,135,-1.540348126,0.7301594274,1114.084145 +213,-1.742133237,0.7250275956,135,-1.540348126,0.7301594274,596.7723623 +214,-2.033144872,0.6557314699,135,-1.540348126,0.7301594274,1523.2299725 +215,-2.039551981,0.6964723658,135,-1.540348126,0.7301594274,1494.2667845 +216,-1.247341019,0.7622473908,135,-1.540348126,0.7301594274,860.09805848 +217,-1.298239787,0.7084123392,135,-1.540348126,0.7301594274,725.74252517 +218,-1.308539688,0.6926545592,135,-1.540348126,0.7301594274,710.38928841 +219,-1.303263185,0.6888938396,135,-1.540348126,0.7301594274,730.12087563 +220,-1.852400229,0.6004246149,135,-1.540348126,0.7301594274,1096.8069649 +221,-1.288947707,0.7473773692,135,-1.540348126,0.7301594274,738.43382242 +222,-1.372031502,0.7472790993,135,-1.540348126,0.7301594274,497.27398249 +223,-1.289805721,0.7242157877,135,-1.540348126,0.7301594274,740.87910499 +224,-1.350807603,0.7533498126,135,-1.540348126,0.7301594274,560.68410969 +225,-1.329290365,0.7560442322,135,-1.540348126,0.7301594274,623.51088434 +226,-1.410153004,0.616936428,135,-1.540348126,0.7301594274,602.50291672 +227,-1.393445434,0.6308995063,135,-1.540348126,0.7301594274,598.73006985 +228,-1.37595573,0.6241540638,135,-1.540348126,0.7301594274,657.95817635 +229,-1.358388707,0.6172645205,135,-1.540348126,0.7301594274,718.27134443 +230,-1.753741133,0.8281661666,135,-1.540348126,0.7301594274,714.53863942 +231,-1.47430987,0.6834615681,135,-1.540348126,0.7301594274,271.57221925 +232,-1.421012508,0.7222725206,135,-1.540348126,0.7301594274,354.70831019 +233,-1.4476833,0.6978557868,135,-1.540348126,0.7301594274,305.40699378 +234,-1.470370723,0.6966193374,135,-1.540348126,0.7301594274,248.10573373 +235,-1.429211703,0.7037216883,135,-1.540348126,0.7301594274,347.87067128 +236,-1.700578405,0.6178673663,135,-1.540348126,0.7301594274,665.41655874 +237,-1.678117619,0.6331716163,135,-1.540348126,0.7301594274,571.50718517 +238,-1.725644578,0.6316331145,135,-1.540348126,0.7301594274,690.20855701 +239,-2.14012759,0.7930497945,135,-1.540348126,0.7301594274,1723.9348529 +240,-2.103289431,0.7653606263,135,-1.540348126,0.7301594274,1630.4617832 +241,-1.318739838,0.7017808746,135,-1.540348126,0.7301594274,671.07822746 +242,-1.396417427,0.7077900843,135,-1.540348126,0.7301594274,437.86507675 +243,-1.35650337,0.7185539404,135,-1.540348126,0.7301594274,546.96169914 +244,-1.248884539,0.7274156818,135,-1.540348126,0.7301594274,859.9371658 +245,-1.395014798,0.5761185243,135,-1.540348126,0.7301594274,761.59617776 +246,-1.433377362,0.6064716109,135,-1.540348126,0.7301594274,591.75782838 +247,-1.408172432,0.5903155476,135,-1.540348126,0.7301594274,690.61753415 +248,-1.749645898,0.7757118084,135,-1.540348126,0.7301594274,630.58705612 +249,-1.571626686,0.615046989,135,-1.540348126,0.7301594274,466.1127222 +250,-1.514070049,0.6303003037,135,-1.540348126,0.7301594274,403.7143924 +251,-1.480890369,0.6237966528,135,-1.540348126,0.7301594274,459.4545551 +252,-1.704390658,0.5281680612,135,-1.540348126,0.7301594274,955.76493972 +253,-1.64434733,0.5254277498,135,-1.540348126,0.7301594274,876.20779482 +254,-1.703855997,0.4792484842,135,-1.540348126,0.7301594274,1125.964066 +255,-1.692002383,0.5748825051,135,-1.540348126,0.7301594274,777.60740937 +256,-1.854136457,0.5544643913,135,-1.540348126,0.7301594274,1210.3723014 +257,-1.665021206,0.520317736,135,-1.540348126,0.7301594274,921.74252053 +258,-1.733654349,0.4845187345,135,-1.540348126,0.7301594274,1156.176303 +259,-1.720938188,0.5135933906,135,-1.540348126,0.7301594274,1034.5040496 +260,-1.742668307,0.553296122,135,-1.540348126,0.7301594274,948.42554538 +261,-1.965659039,0.7142126903,135,-1.540348126,0.7301594274,1261.4391215 +262,-1.944438071,0.6772834804,135,-1.540348126,0.7301594274,1234.3026692 +263,-1.270340967,0.7681487096,135,-1.540348126,0.7301594274,796.22788042 +264,-1.353091884,0.6549276821,135,-1.540348126,0.7301594274,643.27789286 +265,-1.333236659,0.6413584414,135,-1.540348126,0.7301594274,724.88758551 +266,-1.352015998,0.6753788907,135,-1.540348126,0.7301594274,608.6424626 +267,-1.377988483,0.6577816235,135,-1.540348126,0.7301594274,570.99723672 +268,-2.13075611,0.8318642051,135,-1.540348126,0.7301594274,1694.4821488 +269,-2.097910953,0.8259670014,135,-1.540348126,0.7301594274,1605.9976272 +270,-1.416382069,0.6694271549,135,-1.540348126,0.7301594274,445.81751007 +271,-1.538905672,0.7535625993,135,-1.540348126,0.7301594274,92.795594467 +272,-1.572309477,0.7803125099,135,-1.540348126,0.7301594274,218.98460975 +273,-1.87759879,0.7503853417,135,-1.540348126,0.7301594274,987.29644054 +274,1.152365588,0.590457682,135,-1.540348126,0.7301594274,6964.0502013 +275,0.350198001,0.718001859,135,-1.540348126,0.7301594274,5170.160478 +276,0.046513677,0.491503852,135,-1.540348126,0.7301594274,4997.44275 +277,0.027510309,0.742571376,135,-1.540348126,0.7301594274,4361.4375084 +278,0.306285725,-0.214631579,135,-1.540348126,0.7301594274,7597.4334956 +279,-1.100564889,0.318051531,135,-1.540348126,0.7301594274,2205.5894411 +280,-1.078582306,0.301437596,135,-1.540348126,0.7301594274,2308.0511545 +281,-1.137371989,-0.617634065,135,-1.540348126,0.7301594274,5535.2020031 +282,0.784356344,0.703272339,135,-1.540348126,0.7301594274,6054.0658204 +283,-1.221209947,0.218327455,135,-1.540348126,0.7301594274,2307.0629902 +284,2.347301921,-0.449114658,135,-1.540348126,0.7301594274,9781.4371435 +285,0.246820618,0.830553713,135,-1.540348126,0.7301594274,4658.4157935 +286,0.829414965,0.703288228,135,-1.540348126,0.7301594274,6126.4057443 +287,-1.337537566,0.42332223,135,-1.540348126,0.7301594274,1386.3705547 +288,0.882453706,0.454478077,135,-1.540348126,0.7301594274,7064.0891995 +289,1.575629659,0.416419109,135,-1.540348126,0.7301594274,7901.2794669 +290,-1.039455679,0.229888244,135,-1.540348126,0.7301594274,2624.966624 +291,0.489558039,0.934482747,135,-1.540348126,0.7301594274,4846.7305388 +292,0.081344504,0.88384514,135,-1.540348126,0.7301594274,4185.9644399 +293,-1.547979814,0.300350308,135,-1.540348126,0.7301594274,1702.6709258 +294,0.040776181,0.168560074,135,-1.540348126,0.7301594274,5807.9988774 +295,-1.130374745,0.563894876,135,-1.540348126,0.7301594274,1446.8476831 +296,1.578326642,0.478507176,135,-1.540348126,0.7301594274,7655.5844456 +297,-1.12861823,-0.291640865,135,-1.540348126,0.7301594274,4318.7875316 +298,0.310524208,0.770885792,135,-1.540348126,0.7301594274,4944.2222464 +299,0.415649091,-0.387246002,135,-1.540348126,0.7301594274,8346.891655 +300,-0.926533878,-0.188022748,135,-1.540348126,0.7301594274,4267.4211883 +301,1.258856172,-0.11716081,135,-1.540348126,0.7301594274,9734.0516582 +302,-1.126050026,0.322941926,135,-1.540348126,0.7301594274,2133.2108521 +303,2.002785835,0.07893892,135,-1.540348126,0.7301594274,8927.0314188 +304,0.440437607,0.746258085,135,-1.540348126,0.7301594274,5283.279183 +305,-0.030391866,0.214441206,135,-1.540348126,0.7301594274,5480.0542414 +306,0.521557815,-0.058929362,135,-1.540348126,0.7301594274,7809.0414681 +307,-0.097005111,0.13317729,135,-1.540348126,0.7301594274,5495.2445518 +308,1.83113859,0.221857587,135,-1.540348126,0.7301594274,8580.6834141 +309,0.222428864,0.099404236,135,-1.540348126,0.7301594274,6520.3410504 +310,-1.702731345,0.8728568183,135,-1.540348126,0.7301594274,719.7309281 +311,-0.418507569,0.278324921,135,-1.540348126,0.7301594274,4174.4918828 +312,-1.41153306,0.339029988,135,-1.540348126,0.7301594274,1608.6724046 +313,0.357560442,0.114788776,135,-1.540348126,0.7301594274,6864.1483007 +314,0.325818979,0.268352149,135,-1.540348126,0.7301594274,6349.7897512 +315,-1.246004659,-0.663679965,135,-1.540348126,0.7301594274,5622.3446072 +316,1.814603087,0.637404484,135,-1.540348126,0.7301594274,6972.096082 +317,1.843704281,-0.18300445,135,-1.540348126,0.7301594274,10118.548679 +318,1.690644492,-0.211480909,135,-1.540348126,0.7301594274,10366.236358 +319,-1.275451936,0.068109467,135,-1.540348126,0.7301594274,2785.1977177 +320,0.762430171,-0.207594741,135,-1.540348126,0.7301594274,8894.8117505 +321,0.265668905,-0.014647884,135,-1.540348126,0.7301594274,6952.4859407 +322,-2.773032013,-0.335515811,135,-1.540348126,0.7301594274,6167.4446959 +323,-1.469512853,0.174058777,135,-1.540348126,0.7301594274,2216.4845564 +324,0.286276986,0.785925691,135,-1.540348126,0.7301594274,4853.5342042 +325,-1.379324697,0.377432233,135,-1.540348126,0.7301594274,1496.512448 +326,-1.203778265,0.212813032,135,-1.540348126,0.7301594274,2355.9066179 +327,0.579916301,0.611743168,135,-1.540348126,0.7301594274,5966.2120713 +328,0.267582642,0.868113908,135,-1.540348126,0.7301594274,4609.7363357 +329,0.412869244,-0.050245578,135,-1.540348126,0.7301594274,7475.3359362 +330,0.17524381,0.976660285,135,-1.540348126,0.7301594274,4182.1353834 +331,0.743157214,0.204812899,135,-1.540348126,0.7301594274,7601.7578769 +332,-1.070758176,0.269382282,135,-1.540348126,0.7301594274,2427.8216215 +333,-1.230364251,0.329790229,135,-1.540348126,0.7301594274,1898.4916815 +334,-1.374813124,-0.024926835,135,-1.540348126,0.7301594274,3049.2866167 +335,0.519780566,0.463669906,135,-1.540348126,0.7301594274,6281.0787312 +336,-1.55108034,0.239698561,135,-1.540348126,0.7301594274,1943.0659698 +337,0.180294813,0.029739425,135,-1.540348126,0.7301594274,6584.2526929 +338,0.67820924,0.268170153,135,-1.540348126,0.7301594274,7250.538832 +339,0.445798684,1.024001867,135,-1.540348126,0.7301594274,4533.7239797 +340,0.691751283,0.150521402,135,-1.540348126,0.7301594274,7648.3707998 +341,-1.036643551,-0.903056181,135,-1.540348126,0.7301594274,6697.1115231 +342,-0.120287036,1.083325163,135,-1.540348126,0.7301594274,3462.2292045 +343,2.823513113,-0.304487164,135,-1.540348126,0.7301594274,8038.5250999 +344,0.457583172,1.12513373,135,-1.540348126,0.7301594274,4289.2592177 +345,0.042918831,0.813795399,135,-1.540348126,0.7301594274,4245.8150511 +346,1.196146777,-0.853142756,135,-1.540348126,0.7301594274,11221.888564 +347,0.206001358,-0.010430701,135,-1.540348126,0.7301594274,6766.6059397 +348,-0.268308653,0.234799412,135,-1.540348126,0.7301594274,4727.2596805 +349,0.759363263,0.736189579,135,-1.540348126,0.7301594274,5904.2407479 +350,0.181363926,0.891988372,135,-1.540348126,0.7301594274,4378.3853737 +351,-0.021111158,0.139103292,135,-1.540348126,0.7301594274,5703.5005329 +352,-0.093355215,0.630686981,135,-1.540348126,0.7301594274,4294.4739254 +353,0.40118964,0.681375926,135,-1.540348126,0.7301594274,5382.0759601 +354,-0.721197315,1.304706234,135,-1.540348126,0.7301594274,2695.1987782 +355,-1.076150317,0.212107639,135,-1.540348126,0.7301594274,2603.1416675 +356,-1.577164531,0.273993443,135,-1.540348126,0.7301594274,1811.2391456 +357,-0.190788414,0.182208586,135,-1.540348126,0.7301594274,5091.0139262 +358,-0.261349752,0.209710184,135,-1.540348126,0.7301594274,4811.9570956 +359,-1.029303852,0.083549259,135,-1.540348126,0.7301594274,3132.4046991 +360,-1.268609162,0.330525297,135,-1.540348126,0.7301594274,1828.376245 +361,1.282982244,-0.926641967,135,-1.540348126,0.7301594274,11295.792849 +362,0.217352334,0.731352408,135,-1.540348126,0.7301594274,4837.5721956 +363,-1.511833084,0.258629297,135,-1.540348126,0.7301594274,1870.2825522 +364,0.338812194,0.823184618,135,-1.540348126,0.7301594274,4867.2694852 +365,-0.324406489,1.134201999,135,-1.540348126,0.7301594274,3072.7769385 +366,1.389579348,0.399185724,135,-1.540348126,0.7301594274,7903.6556112 +367,2.047152199,-0.039082036,135,-1.540348126,0.7301594274,9280.8814521 +368,0.947780369,0.568250077,135,-1.540348126,0.7301594274,6776.9197599 +369,0.763824846,0.576754987,135,-1.540348126,0.7301594274,6437.2900779 +370,-0.142334657,0.928153068,135,-1.540348126,0.7301594274,3619.7521538 +371,0.610266567,0.547265983,135,-1.540348126,0.7301594274,6227.9203714 +372,0.210731629,0.746815056,135,-1.540348126,0.7301594274,4784.2201211 +373,-1.34931644,0.316895224,135,-1.540348126,0.7301594274,1759.6486205 +374,2.407696481,0.655030745,135,-1.540348126,0.7301594274,6232.2028771 +375,0.64207831,0.545359131,135,-1.540348126,0.7301594274,6300.267491 +376,1.174597538,0.840588356,135,-1.540348126,0.7301594274,6045.5958919 +377,0.660059424,0.010604079,135,-1.540348126,0.7301594274,7989.6773573 +378,-0.730263819,0.010486456,135,-1.540348126,0.7301594274,4052.861723 +379,0.831068936,0.512339172,135,-1.540348126,0.7301594274,6774.9458725 +380,1.301180979,0.72367476,135,-1.540348126,0.7301594274,6585.8492907 +381,1.811128231,0.322854402,135,-1.540348126,0.7301594274,8202.5296308 +382,0.435105812,0.992284428,135,-1.540348126,0.7301594274,4600.268278 +383,0.62643634,0.592027932,135,-1.540348126,0.7301594274,6122.2527717 +384,0.492988703,-0.516339467,135,-1.540348126,0.7301594274,8862.8233862 +385,-0.162469483,0.112549365,135,-1.540348126,0.7301594274,5356.0874853 +386,0.314630866,0.472006421,135,-1.540348126,0.7301594274,5756.5987923 +387,0.166744804,0.822815954,135,-1.540348126,0.7301594274,4504.6610643 +388,0.417159608,0.965805736,135,-1.540348126,0.7301594274,4640.2525067 +389,0.106334961,0.868774244,135,-1.540348126,0.7301594274,4271.2943988 +390,0.815086969,-0.338144359,135,-1.540348126,0.7301594274,9393.7939819 +391,0.59867455,-0.230624824,135,-1.540348126,0.7301594274,8494.6070622 +392,1.915104874,0.066220985,135,-1.540348126,0.7301594274,9092.8320957 +393,1.278093622,0.064463721,135,-1.540348126,0.7301594274,9088.0080672 +394,-0.061477853,0.302997961,135,-1.540348126,0.7301594274,5162.455752 +395,0.251311504,0.626976942,135,-1.540348126,0.7301594274,5183.6106772 +396,2.950242872,0.149095644,135,-1.540348126,0.7301594274,6471.6627058 +397,-0.180294708,0.35375117,135,-1.540348126,0.7301594274,4689.6462447 +398,1.010448592,-0.351180233,135,-1.540348126,0.7301594274,9964.8182641 +399,-1.748740498,0.3686318073,135,-1.540348126,0.7301594274,1591.9123115 +400,2.699635665,0.123533791,135,-1.540348126,0.7301594274,7240.2199918 +401,0.496808033,0.823843254,135,-1.540348126,0.7301594274,5172.6970347 +402,0.129574704,0.763364087,135,-1.540348126,0.7301594274,4557.9081733 +403,1.798920311,0.817447563,135,-1.540348126,0.7301594274,6274.454163 +404,0.335987953,0.746786541,135,-1.540348126,0.7301594274,5062.2988942 +405,-1.085413643,0.292154671,135,-1.540348126,0.7301594274,2322.0739532 +406,-0.155321003,0.508207011,135,-1.540348126,0.7301594274,4396.1498209 +407,0.620529244,-0.301175104,135,-1.540348126,0.7301594274,8740.0923291 +408,1.684402744,0.368716966,135,-1.540348126,0.7301594274,8080.5260965 +409,0.300582244,-0.386397212,135,-1.540348126,0.7301594274,8006.8456027 +410,2.913555946,-0.009225192,135,-1.540348126,0.7301594274,7005.7477237 +411,1.465101417,0.493232532,135,-1.540348126,0.7301594274,7572.4412209 +412,0.090612882,0.907955955,135,-1.540348126,0.7301594274,4156.2499303 +413,2.987564726,-0.729568594,135,-1.540348126,0.7301594274,8511.909633 +414,-1.484261606,0.224149272,135,-1.540348126,0.7301594274,2013.6212899 +415,0.164073421,0.303955133,135,-1.540348126,0.7301594274,5805.5953987 +416,0.141441293,0.167552546,135,-1.540348126,0.7301594274,6103.6254504 +417,2.931321023,-0.506718887,135,-1.540348126,0.7301594274,8200.5139825 +418,2.21951565,0.700596356,135,-1.540348126,0.7301594274,6357.1984626 +419,0.268112576,1.199114336,135,-1.540348126,0.7301594274,3878.3683876 +420,0.978913739,0.359223811,135,-1.540348126,0.7301594274,7563.5276473 +421,1.210898818,0.522863584,135,-1.540348126,0.7301594274,7279.7391791 +422,2.347397336,0.129231362,135,-1.540348126,0.7301594274,8100.064266 +423,0.614394501,0.556878345,135,-1.540348126,0.7301594274,6206.7865978 +424,-1.398079356,0.148483366,135,-1.540348126,0.7301594274,2357.1500551 +425,2.535303836,-0.112984496,135,-1.540348126,0.7301594274,8366.5815003 +426,-1.019372593,-0.405322349,135,-1.540348126,0.7301594274,4886.2192698 +427,-1.297785627,-0.160104069,135,-1.540348126,0.7301594274,3634.878037 +428,2.144554488,0.205051084,135,-1.540348126,0.7301594274,8243.9918259 +429,-2.242387083,-0.426171285,135,-1.540348126,0.7301594274,5252.6418822 +430,0.338637212,0.909723676,135,-1.540348126,0.7301594274,4644.8320722 +431,-0.148798452,0.691042401,135,-1.540348126,0.7301594274,4021.1574139 +432,0.893524764,0.441829531,135,-1.540348126,0.7301594274,7127.2343346 +433,0.969229347,-0.368847936,135,-1.540348126,0.7301594274,9902.8408897 +434,0.436043248,0.800045688,135,-1.540348126,0.7301594274,5123.8573948 +435,1.687946607,1.081504775,135,-1.540348126,0.7301594274,5262.4805951 +436,0.522302046,-0.034889271,135,-1.540348126,0.7301594274,7744.1708775 +437,-0.178996113,-0.438090009,135,-1.540348126,0.7301594274,6788.939159 +438,-1.094339566,0.301444068,135,-1.540348126,0.7301594274,2272.4041196 +439,-1.064070054,0.242569932,135,-1.540348126,0.7301594274,2529.2235713 +440,-1.068153768,0.230387998,135,-1.540348126,0.7301594274,2560.009022 +441,-3.00496892,-0.23989155,135,-1.540348126,0.7301594274,6546.2022557 +442,0.21751974,0.766874888,135,-1.540348126,0.7301594274,4750.3258004 +443,0.117229532,0.007619006,135,-1.540348126,0.7301594274,6457.7162865 +444,0.777758451,0.420554741,135,-1.540348126,0.7301594274,6978.9702266 +445,-0.252356999,0.250747086,135,-1.540348126,0.7301594274,4733.8437556 +446,0.363148444,0.768483434,135,-1.540348126,0.7301594274,5062.1325146 +447,0.903191366,-0.118210676,135,-1.540348126,0.7301594274,9001.1199958 +448,-0.205755923,0.149406178,135,-1.540348126,0.7301594274,5132.0369144 +449,1.811996086,0.02364353,135,-1.540348126,0.7301594274,9363.8380759 +450,-1.100670221,0.314845373,135,-1.540348126,0.7301594274,2215.5217232 +451,0.340078597,0.850105132,135,-1.540348126,0.7301594274,4799.9791047 +452,0.258757267,0.804969236,135,-1.540348126,0.7301594274,4746.6984481 +453,2.78505352,-0.155160804,135,-1.540348126,0.7301594274,7769.7046569 +454,0.800551619,0.105822106,135,-1.540348126,0.7301594274,8050.2779167 +455,0.437940882,-0.506194031,135,-1.540348126,0.7301594274,8680.6825236 +456,2.230431122,0.63458615,135,-1.540348126,0.7301594274,6577.6905875 +457,0.527965361,0.127667701,135,-1.540348126,0.7301594274,7295.6407252 +458,-0.063643205,0.702093448,135,-1.540348126,0.7301594274,4219.8512415 +459,1.408447268,0.133010502,135,-1.540348126,0.7301594274,8954.049303 +460,0.523795955,0.280266966,135,-1.540348126,0.7301594274,6836.690696 +461,-0.975769313,0.072177659,135,-1.540348126,0.7301594274,3282.101953 +462,0.549774164,-0.463663986,135,-1.540348126,0.7301594274,8916.6061524 +463,0.29245874,1.095549818,135,-1.540348126,0.7301594274,4126.1032298 +464,0.143625958,0.816809593,135,-1.540348126,0.7301594274,4467.3847741 +465,0.671902494,0.611159853,135,-1.540348126,0.7301594274,6152.163992 +466,1.239840988,0.6724199,135,-1.540348126,0.7301594274,6737.4035439 +467,0.607829703,-0.10932137,135,-1.540348126,0.7301594274,8191.5975551 +468,1.763020906,0.263996692,135,-1.540348126,0.7301594274,8461.7803701 +469,0.378714634,0.726066797,135,-1.540348126,0.7301594274,5210.024062 +470,2.196736143,-0.153862366,135,-1.540348126,0.7301594274,9359.0095005 +471,0.01702415,0.148991565,135,-1.540348126,0.7301594274,5789.7176914 +472,-2.998490902,-0.158002487,135,-1.540348126,0.7301594274,6310.0006232 +473,-3.051262951,-0.346595608,135,-1.540348126,0.7301594274,6957.4914362 +474,-1.069176439,0.182802941,135,-1.540348126,0.7301594274,2715.4623845 +475,0.167157509,0.595344954,135,-1.540348126,0.7301594274,5056.6068845 +476,0.613855648,0.681746124,135,-1.540348126,0.7301594274,5818.7526869 +477,1.037012736,0.682555367,135,-1.540348126,0.7301594274,6490.7306786 +478,-1.253574971,0.379755746,135,-1.540348126,0.7301594274,1684.0407473 +479,3.108590453,-0.132620738,135,-1.540348126,0.7301594274,6758.3998178 +480,0.565301296,0.022333262,135,-1.540348126,0.7301594274,7700.9589871 +481,0.547898238,0.855555614,135,-1.540348126,0.7301594274,5172.5758482 +482,0.948309381,0.417393755,135,-1.540348126,0.7301594274,7307.3826867 +483,-0.050600732,0.945269213,135,-1.540348126,0.7301594274,3790.4753269 +484,-0.977651478,-0.572363064,135,-1.540348126,0.7301594274,5551.2928246 +485,1.102014914,0.728861163,135,-1.540348126,0.7301594274,6395.1233688 +486,2.927300795,-0.282939414,135,-1.540348126,0.7301594274,7678.7837872 +487,-1.154565557,0.124434095,135,-1.540348126,0.7301594274,2754.7519643 +488,1.855331234,0.291044755,135,-1.540348126,0.7301594274,8293.2641599 +489,0.830290659,0.276904518,135,-1.540348126,0.7301594274,7561.1551631 +490,0.485104466,-0.234867441,135,-1.540348126,0.7301594274,8175.429783 +491,0.521367572,-0.33161327,135,-1.540348126,0.7301594274,8525.1906445 +1,-1.539031704,0.7349710123,136,-1.538016084,0.7239051786,43.934257773 +2,-1.536990553,0.7349663874,136,-1.538016084,0.7239051786,43.917990249 +3,-1.534951779,0.7349571355,136,-1.538016084,0.7239051786,44.702300129 +4,-1.532906461,0.7349480293,136,-1.538016084,0.7239051786,46.270250134 +5,-1.531320211,0.7346937278,136,-1.538016084,0.7239051786,47.087475825 +6,-1.539451648,0.7335131775,136,-1.538016084,0.7239051786,38.292978915 +7,-1.537429487,0.7335445708,136,-1.538016084,0.7239051786,38.220958208 +8,-1.535484998,0.7335658704,136,-1.538016084,0.7239051786,38.990064283 +9,-1.533488396,0.7336036027,136,-1.538016084,0.7239051786,40.678489334 +10,-1.531497785,0.7335842962,136,-1.538016084,0.7239051786,42.905277817 +11,-1.530259379,0.7334777758,136,-1.538016084,0.7239051786,44.306834424 +12,-1.5335454,0.7322346912,136,-1.538016084,0.7239051786,35.542637051 +13,-1.531489083,0.7322238773,136,-1.538016084,0.7239051786,38.185824145 +14,-1.530011122,0.7321679851,136,-1.538016084,0.7239051786,40.390654626 +15,-1.53348106,0.7306614094,136,-1.538016084,0.7239051786,29.936945786 +16,-1.531441779,0.7306962275,136,-1.538016084,0.7239051786,33.195485138 +17,-1.529755654,0.7306933243,136,-1.538016084,0.7239051786,36.335809603 +18,-1.533415048,0.7291384674,136,-1.538016084,0.7239051786,24.804680543 +19,-1.531392093,0.7291705353,136,-1.538016084,0.7239051786,28.628755818 +20,-1.529296523,0.7291214933,136,-1.538016084,0.7239051786,33.067018073 +21,-1.535280942,0.727267644,136,-1.538016084,0.7239051786,15.590973889 +22,-1.533378158,0.7276139666,136,-1.538016084,0.7239051786,20.115502074 +23,-1.531340368,0.7276446587,136,-1.538016084,0.7239051786,24.710098783 +24,-1.528960113,0.7276398177,136,-1.538016084,0.7239051786,30.638501006 +25,-1.533313146,0.7260818349,136,-1.538016084,0.7239051786,16.393649933 +26,-1.531259555,0.7260958115,136,-1.538016084,0.7239051786,21.830334813 +27,-1.528926415,0.7260865555,136,-1.538016084,0.7239051786,28.300418346 +28,-1.531226779,0.7245511789,136,-1.538016084,0.7239051786,20.304591667 +29,-1.528904772,0.7245519194,136,-1.538016084,0.7239051786,27.152802116 +30,-1.547195875,0.7409785979,136,-1.538016084,0.7239051786,72.831375021 +31,-1.5451475,0.740980426,136,-1.538016084,0.7239051786,70.820901941 +32,-1.543097679,0.7409798872,136,-1.538016084,0.7239051786,69.268895264 +33,-1.540720364,0.7409892687,136,-1.538016084,0.7239051786,68.137129942 +34,-1.547188511,0.7395198392,136,-1.538016084,0.7239051786,67.498628214 +35,-1.545148587,0.7395226109,136,-1.538016084,0.7239051786,65.334205436 +36,-1.543104538,0.7395314908,136,-1.538016084,0.7239051786,63.686430009 +37,-1.540727751,0.7395306258,136,-1.538016084,0.7239051786,62.406161086 +38,-1.547187029,0.7380014886,136,-1.538016084,0.7239051786,62.040741968 +39,-1.545147315,0.7380012252,136,-1.538016084,0.7239051786,59.663681049 +40,-1.54310719,0.7380060743,136,-1.538016084,0.7239051786,57.83635706 +41,-1.540719671,0.7380068206,136,-1.538016084,0.7239051786,56.422761979 +42,-1.547187189,0.7364799098,136,-1.538016084,0.7239051786,56.686611891 +43,-1.545149996,0.7364853874,136,-1.538016084,0.7239051786,54.094905495 +44,-1.543106091,0.7364823484,136,-1.538016084,0.7239051786,52.033425398 +45,-1.540717158,0.7364893901,136,-1.538016084,0.7239051786,50.479368928 +46,-1.538663972,0.7410138672,136,-1.538016084,0.7239051786,67.794371138 +47,-1.53695285,0.7409699132,136,-1.538016084,0.7239051786,67.665904151 +48,-1.534910498,0.7409641297,136,-1.538016084,0.7239051786,68.186697793 +49,-1.533145034,0.7409536636,136,-1.538016084,0.7239051786,69.03600933 +50,-1.538681336,0.7395405883,136,-1.538016084,0.7239051786,61.962880256 +51,-1.536999189,0.7395183096,136,-1.538016084,0.7239051786,61.916178153 +52,-1.534923633,0.7395144222,136,-1.538016084,0.7239051786,62.49627001 +53,-1.533267822,0.7395654306,136,-1.538016084,0.7239051786,63.588938529 +54,-1.53867273,0.7380151077,136,-1.538016084,0.7239051786,55.922966515 +55,-1.536980576,0.7379994392,136,-1.538016084,0.7239051786,55.910823945 +56,-1.534931522,0.7379944961,136,-1.538016084,0.7239051786,56.544278496 +57,-1.533387952,0.7379480264,136,-1.538016084,0.7239051786,57.273807709 +58,-1.538682279,0.7364914363,136,-1.538016084,0.7239051786,49.89291539 +59,-1.536980704,0.7364810563,136,-1.538016084,0.7239051786,49.906673234 +60,-1.534935567,0.7364752065,136,-1.538016084,0.7239051786,50.612993151 +61,-1.533042592,0.7363876366,136,-1.538016084,0.7239051786,51.575635815 +62,-1.545143426,0.7349628011,136,-1.538016084,0.7239051786,48.593975744 +63,-1.543105297,0.7349691947,136,-1.538016084,0.7239051786,46.329877736 +64,-1.541064533,0.7349647152,136,-1.538016084,0.7239051786,44.722245987 +65,-1.545411803,0.7334624714,136,-1.538016084,0.7239051786,43.712063887 +66,-1.543446606,0.7334780896,136,-1.538016084,0.7239051786,41.174244851 +67,-1.541475327,0.7334957295,136,-1.538016084,0.7239051786,39.339467443 +68,-1.545401939,0.731963266,136,-1.538016084,0.7239051786,38.675141689 +69,-1.54342253,0.7319915583,136,-1.538016084,0.7239051786,35.798235627 +70,-1.541455867,0.7320216438,136,-1.538016084,0.7239051786,33.719956658 +71,-1.545410146,0.7304422281,136,-1.538016084,0.7239051786,33.899480097 +72,-1.543435491,0.7304713664,136,-1.538016084,0.7239051786,30.555040741 +73,-1.541463105,0.7304997613,136,-1.538016084,0.7239051786,28.041903171 +74,-1.545414768,0.7289194936,136,-1.538016084,0.7239051786,29.571130465 +75,-1.543435774,0.7289538557,136,-1.538016084,0.7239051786,25.64073691 +76,-1.541457714,0.7289765881,136,-1.538016084,0.7239051786,22.524919559 +77,-1.539449415,0.7320555866,136,-1.538016084,0.7239051786,32.560781189 +78,-1.537429183,0.7321097681,136,-1.538016084,0.7239051786,32.544680115 +79,-1.535472649,0.7321497267,136,-1.538016084,0.7239051786,33.51140722 +80,-1.539457899,0.7305333307,136,-1.538016084,0.7239051786,26.598482706 +81,-1.537453161,0.7305750503,136,-1.538016084,0.7239051786,26.471815447 +82,-1.535479385,0.7306124949,136,-1.538016084,0.7239051786,27.607557251 +83,-1.53946905,0.7290102593,136,-1.538016084,0.7239051786,20.673815824 +84,-1.537459922,0.7290417293,136,-1.538016084,0.7239051786,20.412411244 +85,-1.535451349,0.7290890157,136,-1.538016084,0.7239051786,21.892407753 +86,-1.535522937,0.7279887191,136,-1.538016084,0.7239051786,17.781248239 +87,-1.539442524,0.7274735939,136,-1.538016084,0.7239051786,14.752878092 +88,-1.537424111,0.727521351,136,-1.538016084,0.7239051786,14.430649078 +89,-1.539384641,0.7259505092,136,-1.538016084,0.7239051786,9.060939111 +90,-1.537372391,0.7259947145,136,-1.538016084,0.7239051786,8.4938434989 +91,-1.535340789,0.7260435356,136,-1.538016084,0.7239051786,11.604163173 +92,-1.539325716,0.7244369706,136,-1.538016084,0.7239051786,4.4198796475 +93,-1.537308932,0.7244801057,136,-1.538016084,0.7239051786,3.0964373344 +94,-1.535289068,0.7245247645,136,-1.538016084,0.7239051786,8.4547215356 +95,-1.533261366,0.7245550236,136,-1.538016084,0.7239051786,14.339346946 +96,-1.539267302,0.722921924,136,-1.538016084,0.7239051786,5.3822295278 +97,-1.537248972,0.7229660258,136,-1.538016084,0.7239051786,4.3617922103 +98,-1.535219431,0.7229916471,136,-1.538016084,0.7239051786,9.0571545345 +99,-1.53318962,0.7230212049,136,-1.538016084,0.7239051786,14.750589684 +100,-1.531154816,0.7230299897,136,-1.538016084,0.7239051786,20.662780437 +101,-1.528878341,0.7230370244,136,-1.538016084,0.7239051786,27.345339254 +102,-1.539218189,0.7214009878,136,-1.538016084,0.7239051786,10.542460489 +103,-1.537198791,0.7214422745,136,-1.538016084,0.7239051786,10.053193273 +104,-1.535179266,0.7214634354,136,-1.538016084,0.7239051786,12.828529929 +105,-1.533156501,0.7214944644,136,-1.538016084,0.7239051786,17.309190336 +106,-1.53113574,0.7215166021,136,-1.538016084,0.7239051786,22.52362967 +107,-1.528874248,0.7215345535,136,-1.538016084,0.7239051786,28.735887474 +108,-1.539217656,0.7198512397,136,-1.538016084,0.7239051786,16.450203163 +109,-1.537199919,0.7199428763,136,-1.538016084,0.7239051786,15.881125405 +110,-1.545425832,0.727397149,136,-1.538016084,0.7239051786,25.94937048 +111,-1.543371177,0.7273916949,136,-1.538016084,0.7239051786,21.035707167 +112,-1.541368852,0.7274523163,136,-1.538016084,0.7239051786,17.207525991 +113,-1.545349067,0.7258710923,136,-1.538016084,0.7239051786,23.09534301 +114,-1.54332671,0.7258603556,136,-1.538016084,0.7239051786,17.547986037 +115,-1.541346831,0.7259242142,136,-1.538016084,0.7239051786,12.707832604 +116,-1.545324355,0.7243383958,136,-1.538016084,0.7239051786,21.752224371 +117,-1.543292796,0.7243617413,136,-1.538016084,0.7239051786,15.760522276 +118,-1.541295822,0.7244024384,136,-1.538016084,0.7239051786,9.9284060243 +119,-1.543193859,0.7205570215,136,-1.538016084,0.7239051786,20.314846722 +120,-1.550257047,0.7386738187,136,-1.538016084,0.7239051786,68.734432254 +121,-1.549335448,0.7311736483,136,-1.538016084,0.7239051786,44.159383129 +122,-1.533478843,0.7179891343,136,-1.538016084,0.7239051786,27.044057424 +123,-1.556150555,0.738907041,136,-1.538016084,0.7239051786,79.929090548 +124,-1.554324226,0.733414257,136,-1.538016084,0.7239051786,61.165409036 +125,-1.554290846,0.7288285332,136,-1.538016084,0.7239051786,51.988801111 +126,-1.55122487,0.7219795312,136,-1.538016084,0.7239051786,39.967231508 +127,-1.525104458,0.7229399862,136,-1.538016084,0.7239051786,38.523972399 +128,-1.519607711,0.7236181429,136,-1.538016084,0.7239051786,54.648584834 +129,-1.513899999,0.7251107854,136,-1.538016084,0.7239051786,71.689131937 +130,-1.536620762,0.7431061895,136,-1.538016084,0.7239051786,76.165922618 +131,-1.5369566,0.7460845958,136,-1.538016084,0.7239051786,87.907806957 +132,-1.545345528,0.7447040685,136,-1.538016084,0.7239051786,85.156016123 +133,-1.532813921,0.7432306626,136,-1.538016084,0.7239051786,78.06327293 +134,-1.554788248,0.7382381001,136,-1.538016084,0.7239051786,75.293071162 +135,-1.540348126,0.7301594274,136,-1.538016084,0.7239051786,25.716470452 +136,-1.538016084,0.7239051786,136,-1.538016084,0.7239051786,0 +137,-1.525288962,0.7258085137,136,-1.538016084,0.7239051786,38.483798863 +138,-1.534326986,0.731241342,136,-1.538016084,0.7239051786,31.039966667 +139,-1.530733872,0.7303625216,136,-1.538016084,0.7239051786,33.445241844 +141,-1.534354939,0.7328219978,136,-1.538016084,0.7239051786,36.940295723 +142,-1.53157084,0.7292888153,136,-1.538016084,0.7239051786,28.615573802 +143,-1.525691035,0.7263799874,136,-1.538016084,0.7239051786,37.828811431 +144,-1.534031287,0.7495967835,136,-1.538016084,0.7239051786,102.43359161 +145,-1.527714986,0.7283095957,136,-1.538016084,0.7239051786,35.146240502 +146,-1.526189586,0.7271468292,136,-1.538016084,0.7239051786,37.324891756 +147,-1.555177336,0.7375563366,136,-1.538016084,0.7239051786,74.068149485 +148,-1.555080283,0.7312707794,136,-1.538016084,0.7239051786,58.300400427 +149,-1.53856994,0.7224180299,136,-1.538016084,0.7239051786,6.1159056288 +150,-1.530837883,0.729933372,136,-1.538016084,0.7239051786,31.961221207 +151,-1.515066984,0.5854133365,136,-1.538016084,0.7239051786,553.26423765 +152,-1.534731633,0.5368370046,136,-1.538016084,0.7239051786,741.05099548 +153,-1.515231902,0.5607085576,136,-1.538016084,0.7239051786,650.42443361 +154,-2.616253799,1.0684566605,136,-1.538016084,0.7239051786,2856.2940957 +155,-1.956071439,0.5792177723,136,-1.538016084,0.7239051786,1429.8300668 +156,-1.951208514,0.5602434208,136,-1.538016084,0.7239051786,1455.7139895 +157,-1.944675062,0.6062144545,136,-1.538016084,0.7239051786,1345.3835244 +158,-1.613778386,0.6077989518,136,-1.538016084,0.7239051786,516.72848964 +159,-2.035029014,0.6021432345,136,-1.538016084,0.7239051786,1616.3410211 +160,-2.114989471,0.6801825058,136,-1.538016084,0.7239051786,1742.8627781 +161,-2.037382079,0.5765830025,136,-1.538016084,0.7239051786,1669.6381868 +162,-2.129855121,0.6585019963,136,-1.538016084,0.7239051786,1812.9115217 +163,-2.075141798,0.6493615843,136,-1.538016084,0.7239051786,1662.6147496 +164,-1.828626729,0.6948433129,136,-1.538016084,0.7239051786,879.58294502 +165,-1.863329418,0.6735427691,136,-1.538016084,0.7239051786,1004.479864 +166,-1.266037071,0.727988852,136,-1.538016084,0.7239051786,804.75040392 +167,-1.277579582,0.7249010648,136,-1.538016084,0.7239051786,771.59979072 +168,-1.258418684,0.7241194816,136,-1.538016084,0.7239051786,828.48701942 +169,-1.317813974,0.6804850104,136,-1.538016084,0.7239051786,687.02416958 +170,-1.344165204,0.6790988904,136,-1.538016084,0.7239051786,612.2840325 +171,-1.427582102,0.5277120351,136,-1.538016084,0.7239051786,853.53889881 +172,-1.402238616,0.457167829,136,-1.538016084,0.7239051786,1145.8510879 +173,-1.422454264,0.4996161999,136,-1.538016084,0.7239051786,963.4179066 +174,-1.439089277,0.4894859811,136,-1.538016084,0.7239051786,982.14873104 +175,-1.448126995,0.5182330266,136,-1.538016084,0.7239051786,864.15149481 +176,-1.474626146,0.5881926574,136,-1.538016084,0.7239051786,573.0450174 +177,-1.421139645,0.5584869783,136,-1.538016084,0.7239051786,752.36845159 +178,-1.457037165,0.565943032,136,-1.538016084,0.7239051786,675.87683518 +179,-2.757159358,0.3745319,136,-1.538016084,0.7239051786,4227.6226858 +180,-2.714309238,0.342054471,136,-1.538016084,0.7239051786,4177.8981158 +181,-2.000525337,0.774119946,136,-1.538016084,0.7239051786,1350.3052539 +183,-1.571413436,0.6777838382,136,-1.538016084,0.7239051786,208.7842713 +184,-1.552860289,0.6987663893,136,-1.538016084,0.7239051786,109.08017999 +185,-1.521852374,0.7165827476,136,-1.538016084,0.7239051786,56.187814002 +186,-1.503656267,0.6928968252,136,-1.538016084,0.7239051786,160.51373939 +187,-1.502753178,0.7136205882,136,-1.538016084,0.7239051786,112.7369812 +188,-1.631894563,0.7343596465,136,-1.538016084,0.7239051786,280.33595412 +189,-1.653765416,0.6770714026,136,-1.538016084,0.7239051786,396.42449946 +190,-1.719812114,0.6715965947,136,-1.538016084,0.7239051786,588.94010892 +191,-1.493406659,0.6646955447,136,-1.538016084,0.7239051786,270.97198103 +192,-1.469120564,0.6613469966,136,-1.538016084,0.7239051786,324.73887922 +193,-1.590551461,0.5326612937,136,-1.538016084,0.7239051786,775.85403742 +194,-1.625979264,0.5247742243,136,-1.538016084,0.7239051786,837.47180223 +195,-1.572293943,0.5238808754,136,-1.538016084,0.7239051786,799.85778767 +196,-1.610848725,0.5477107964,136,-1.538016084,0.7239051786,735.23785894 +197,-1.208485554,0.7918526018,136,-1.538016084,0.7239051786,982.86861086 +198,-1.335601374,0.6869083083,136,-1.538016084,0.7239051786,627.23156004 +199,-1.346156996,0.6825213377,136,-1.538016084,0.7239051786,601.91596245 +200,-1.324381037,0.6741422347,136,-1.538016084,0.7239051786,676.38575178 +201,-1.242424992,0.7378949807,136,-1.538016084,0.7239051786,872.09169065 +202,-1.270370057,0.7392461008,136,-1.538016084,0.7239051786,790.13766471 +203,-1.448950472,0.7441675014,136,-1.538016084,0.7239051786,273.9057052 +204,-1.492662363,0.7523026852,136,-1.538016084,0.7239051786,174.0896664 +205,-1.479098966,0.7763855017,136,-1.538016084,0.7239051786,268.94809521 +206,-1.633760714,0.7869022408,136,-1.538016084,0.7239051786,371.98227811 +207,-1.647406434,0.8101289331,136,-1.538016084,0.7239051786,462.26791592 +208,-1.564245052,0.5701509278,136,-1.538016084,0.7239051786,614.60603262 +209,-1.646289963,0.6833746083,136,-1.538016084,0.7239051786,364.17106748 +210,-1.5820631,0.6751952144,136,-1.538016084,0.7239051786,234.59329432 +211,-1.613236298,0.6681681791,136,-1.538016084,0.7239051786,317.7518218 +212,-1.914661867,0.8212566515,136,-1.538016084,0.7239051786,1131.3785009 +213,-1.742133237,0.7250275956,136,-1.538016084,0.7239051786,605.00742068 +214,-2.033144872,0.6557314699,136,-1.538016084,0.7239051786,1529.5848337 +215,-2.039551981,0.6964723658,136,-1.538016084,0.7239051786,1503.2849038 +216,-1.247341019,0.7622473908,136,-1.538016084,0.7239051786,859.81750598 +217,-1.298239787,0.7084123392,136,-1.538016084,0.7239051786,718.29166789 +218,-1.308539688,0.6926545592,136,-1.538016084,0.7239051786,700.62444112 +219,-1.303263185,0.6888938396,136,-1.538016084,0.7239051786,720.02513258 +220,-1.852400229,0.6004246149,136,-1.538016084,0.7239051786,1094.1976049 +221,-1.288947707,0.7473773692,136,-1.538016084,0.7239051786,736.41647481 +222,-1.372031502,0.7472790993,136,-1.538016084,0.7239051786,495.89528124 +223,-1.289805721,0.7242157877,136,-1.538016084,0.7239051786,735.6766275 +224,-1.350807603,0.7533498126,136,-1.538016084,0.7239051786,560.12865445 +225,-1.329290365,0.7560442322,136,-1.538016084,0.7239051786,623.09822091 +226,-1.410153004,0.616936428,136,-1.538016084,0.7239051786,580.08173336 +227,-1.393445434,0.6308995063,136,-1.538016084,0.7239051786,578.14938869 +228,-1.37595573,0.6241540638,136,-1.538016084,0.7239051786,637.83680203 +229,-1.358388707,0.6172645205,136,-1.538016084,0.7239051786,698.55784762 +230,-1.753741133,0.8281661666,136,-1.538016084,0.7239051786,735.14656107 +231,-1.47430987,0.6834615681,136,-1.538016084,0.7239051786,250.31951542 +232,-1.421012508,0.7222725206,136,-1.538016084,0.7239051786,347.45286468 +233,-1.4476833,0.6978557868,136,-1.538016084,0.7239051786,290.05183309 +234,-1.470370723,0.6966193374,136,-1.538016084,0.7239051786,230.08037816 +235,-1.429211703,0.7037216883,136,-1.538016084,0.7239051786,335.34299094 +236,-1.700578405,0.6178673663,136,-1.538016084,0.7239051786,655.6535744 +237,-1.678117619,0.6331716163,136,-1.538016084,0.7239051786,561.52111882 +238,-1.725644578,0.6316331145,136,-1.538016084,0.7239051786,683.85323872 +239,-2.14012759,0.7930497945,136,-1.538016084,0.7239051786,1739.0444428 +240,-2.103289431,0.7653606263,136,-1.538016084,0.7239051786,1644.029878 +241,-1.318739838,0.7017808746,136,-1.538016084,0.7239051786,662.28107327 +242,-1.396417427,0.7077900843,136,-1.538016084,0.7239051786,427.82036988 +243,-1.35650337,0.7185539404,136,-1.538016084,0.7239051786,540.03412066 +244,-1.248884539,0.7274156818,136,-1.538016084,0.7239051786,855.50899931 +245,-1.395014798,0.5761185243,136,-1.538016084,0.7239051786,738.14766941 +246,-1.433377362,0.6064716109,136,-1.538016084,0.7239051786,567.74122633 +247,-1.408172432,0.5903155476,136,-1.538016084,0.7239051786,667.11632987 +248,-1.749645898,0.7757118084,136,-1.538016084,0.7239051786,646.13077876 +249,-1.571626686,0.615046989,136,-1.538016084,0.7239051786,443.60944067 +250,-1.514070049,0.6303003037,136,-1.538016084,0.7239051786,378.05121491 +251,-1.480890369,0.6237966528,136,-1.538016084,0.7239051786,434.07453379 +252,-1.704390658,0.5281680612,136,-1.538016084,0.7239051786,940.07078143 +253,-1.64434733,0.5254277498,136,-1.538016084,0.7239051786,856.59821629 +254,-1.703855997,0.4792484842,136,-1.538016084,0.7239051786,1108.4517175 +255,-1.692002383,0.5748825051,136,-1.538016084,0.7239051786,763.57933833 +256,-1.854136457,0.5544643913,136,-1.538016084,0.7239051786,1204.5495519 +257,-1.665021206,0.520317736,136,-1.538016084,0.7239051786,903.26117223 +258,-1.733654349,0.4845187345,136,-1.538016084,0.7239051786,1140.4546523 +259,-1.720938188,0.5135933906,136,-1.538016084,0.7239051786,1019.1939549 +260,-1.742668307,0.553296122,136,-1.538016084,0.7239051786,936.5175194 +261,-1.965659039,0.7142126903,136,-1.538016084,0.7239051786,1270.8398795 +262,-1.944438071,0.6772834804,136,-1.538016084,0.7239051786,1240.5749735 +263,-1.270340967,0.7681487096,136,-1.538016084,0.7239051786,796.85504169 +264,-1.353091884,0.6549276821,136,-1.538016084,0.7239051786,627.17132843 +265,-1.333236659,0.6413584414,136,-1.538016084,0.7239051786,708.37137517 +266,-1.352015998,0.6753788907,136,-1.538016084,0.7239051786,595.0530349 +267,-1.377988483,0.6577816235,136,-1.538016084,0.7239051786,553.88410235 +268,-2.13075611,0.8318642051,136,-1.538016084,0.7239051786,1711.4417476 +269,-2.097910953,0.8259670014,136,-1.538016084,0.7239051786,1622.7095694 +270,-1.416382069,0.6694271549,136,-1.538016084,0.7239051786,427.71597466 +271,-1.538905672,0.7535625993,136,-1.538016084,0.7239051786,117.5019185 +272,-1.572309477,0.7803125099,136,-1.538016084,0.7239051786,244.43877112 +273,-1.87759879,0.7503853417,136,-1.538016084,0.7239051786,999.13485908 +274,1.152365588,0.590457682,136,-1.538016084,0.7239051786,6984.5455225 +275,0.350198001,0.718001859,136,-1.538016084,0.7239051786,5181.6847812 +276,0.046513677,0.491503852,136,-1.538016084,0.7239051786,5000.4529206 +277,0.027510309,0.742571376,136,-1.538016084,0.7239051786,4369.7108633 +278,0.306285725,-0.214631579,136,-1.538016084,0.7239051786,7590.9809511 +279,-1.100564889,0.318051531,136,-1.538016084,0.7239051786,2184.390838 +280,-1.078582306,0.301437596,136,-1.538016084,0.7239051786,2287.0340136 +281,-1.137371989,-0.617634065,136,-1.538016084,0.7239051786,5509.5289473 +282,0.784356344,0.703272339,136,-1.538016084,0.7239051786,6070.7935157 +283,-1.221209947,0.218327455,136,-1.538016084,0.7239051786,2282.6492139 +284,2.347301921,-0.449114658,136,-1.538016084,0.7239051786,9792.8326461 +285,0.246820618,0.830553713,136,-1.538016084,0.7239051786,4670.854281 +286,0.829414965,0.703288228,136,-1.538016084,0.7239051786,6143.6943245 +287,-1.337537566,0.42332223,136,-1.538016084,0.7239051786,1361.7671327 +288,0.882453706,0.454478077,136,-1.538016084,0.7239051786,7079.6045115 +289,1.575629659,0.416419109,136,-1.538016084,0.7239051786,7925.8578653 +290,-1.039455679,0.229888244,136,-1.538016084,0.7239051786,2603.642649 +291,0.489558039,0.934482747,136,-1.538016084,0.7239051786,4863.2377145 +292,0.081344504,0.88384514,136,-1.538016084,0.7239051786,4197.9647808 +293,-1.547979814,0.300350308,136,-1.538016084,0.7239051786,1678.0431757 +294,0.040776181,0.168560074,136,-1.538016084,0.7239051786,5804.4296565 +295,-1.130374745,0.563894876,136,-1.538016084,0.7239051786,1432.232375 +296,1.578326642,0.478507176,136,-1.538016084,0.7239051786,7680.1930799 +297,-1.12861823,-0.291640865,136,-1.538016084,0.7239051786,4293.4628863 +298,0.310524208,0.770885792,136,-1.538016084,0.7239051786,4956.2246149 +299,0.415649091,-0.387246002,136,-1.538016084,0.7239051786,8338.5171037 +300,-0.926533878,-0.188022748,136,-1.538016084,0.7239051786,4244.0028454 +301,1.258856172,-0.11716081,136,-1.538016084,0.7239051786,9751.3843863 +302,-1.126050026,0.322941926,136,-1.538016084,0.7239051786,2111.5590426 +303,2.002785835,0.07893892,136,-1.538016084,0.7239051786,8951.9201432 +304,0.440437607,0.746258085,136,-1.538016084,0.7239051786,5296.3617648 +305,-0.030391866,0.214441206,136,-1.538016084,0.7239051786,5476.197774 +306,0.521557815,-0.058929362,136,-1.538016084,0.7239051786,7809.6557931 +307,-0.097005111,0.13317729,136,-1.538016084,0.7239051786,5488.7145206 +308,1.83113859,0.221857587,136,-1.538016084,0.7239051786,8606.3998793 +309,0.222428864,0.099404236,136,-1.538016084,0.7239051786,6518.5374036 +310,-1.702731345,0.8728568183,136,-1.538016084,0.7239051786,744.023652 +311,-0.418507569,0.278324921,136,-1.538016084,0.7239051786,4165.5395933 +312,-1.41153306,0.339029988,136,-1.538016084,0.7239051786,1582.9759949 +313,0.357560442,0.114788776,136,-1.538016084,0.7239051786,6865.0222661 +314,0.325818979,0.268352149,136,-1.538016084,0.7239051786,6352.934157 +315,-1.246004659,-0.663679965,136,-1.538016084,0.7239051786,5596.6479075 +316,1.814603087,0.637404484,136,-1.538016084,0.7239051786,6997.6881595 +317,1.843704281,-0.18300445,136,-1.538016084,0.7239051786,10143.900309 +318,1.690644492,-0.211480909,136,-1.538016084,0.7239051786,10391.829872 +319,-1.275451936,0.068109467,136,-1.538016084,0.7239051786,2759.7470395 +320,0.762430171,-0.207594741,136,-1.538016084,0.7239051786,8897.2594406 +321,0.265668905,-0.014647884,136,-1.538016084,0.7239051786,6949.2661367 +322,-2.773032013,-0.335515811,136,-1.538016084,0.7239051786,6162.3601072 +323,-1.469512853,0.174058777,136,-1.538016084,0.7239051786,2191.025162 +324,0.286276986,0.785925691,136,-1.538016084,0.7239051786,4865.5437413 +325,-1.379324697,0.377432233,136,-1.538016084,0.7239051786,1471.064477 +326,-1.203778265,0.212813032,136,-1.538016084,0.7239051786,2331.6889017 +327,0.579916301,0.611743168,136,-1.538016084,0.7239051786,5979.0715725 +328,0.267582642,0.868113908,136,-1.538016084,0.7239051786,4623.0943592 +329,0.412869244,-0.050245578,136,-1.538016084,0.7239051786,7474.0641693 +330,0.17524381,0.976660285,136,-1.538016084,0.7239051786,4196.8652382 +331,0.743157214,0.204812899,136,-1.538016084,0.7239051786,7611.5226075 +332,-1.070758176,0.269382282,136,-1.538016084,0.7239051786,2406.4632941 +333,-1.230364251,0.329790229,136,-1.538016084,0.7239051786,1874.867737 +334,-1.374813124,-0.024926835,136,-1.538016084,0.7239051786,3023.5847035 +335,0.519780566,0.463669906,136,-1.538016084,0.7239051786,6290.8131794 +336,-1.55108034,0.239698561,136,-1.538016084,0.7239051786,1918.4708234 +337,0.180294813,0.029739425,136,-1.538016084,0.7239051786,6580.4027609 +338,0.67820924,0.268170153,136,-1.538016084,0.7239051786,7260.0178388 +339,0.445798684,1.024001867,136,-1.538016084,0.7239051786,4551.2463865 +340,0.691751283,0.150521402,136,-1.538016084,0.7239051786,7656.2472828 +341,-1.036643551,-0.903056181,136,-1.538016084,0.7239051786,6671.409304 +342,-0.120287036,1.083325163,136,-1.538016084,0.7239051786,3477.8378507 +343,2.823513113,-0.304487164,136,-1.538016084,0.7239051786,8045.2397258 +344,0.457583172,1.12513373,136,-1.538016084,0.7239051786,4308.3955985 +345,0.042918831,0.813795399,136,-1.538016084,0.7239051786,4255.8783525 +346,1.196146777,-0.853142756,136,-1.538016084,0.7239051786,11202.95842 +347,0.206001358,-0.010430701,136,-1.538016084,0.7239051786,6762.4339778 +348,-0.268308653,0.234799412,136,-1.538016084,0.7239051786,4719.9018877 +349,0.759363263,0.736189579,136,-1.538016084,0.7239051786,5921.0178444 +350,0.181363926,0.891988372,136,-1.538016084,0.7239051786,4391.42663 +351,-0.021111158,0.139103292,136,-1.538016084,0.7239051786,5698.3375697 +352,-0.093355215,0.630686981,136,-1.538016084,0.7239051786,4298.6891224 +353,0.40118964,0.681375926,136,-1.538016084,0.7239051786,5393.610019 +354,-0.721197315,1.304706234,136,-1.538016084,0.7239051786,2716.7011779 +355,-1.076150317,0.212107639,136,-1.538016084,0.7239051786,2580.9317423 +356,-1.577164531,0.273993443,136,-1.538016084,0.7239051786,1787.1273415 +357,-0.190788414,0.182208586,136,-1.538016084,0.7239051786,5083.8855724 +358,-0.261349752,0.209710184,136,-1.538016084,0.7239051786,4804.2082098 +359,-1.029303852,0.083549259,136,-1.538016084,0.7239051786,3109.6467539 +360,-1.268609162,0.330525297,136,-1.538016084,0.7239051786,1804.099746 +361,1.282982244,-0.926641967,136,-1.538016084,0.7239051786,11272.53028 +362,0.217352334,0.731352408,136,-1.538016084,0.7239051786,4847.7603301 +363,-1.511833084,0.258629297,136,-1.538016084,0.7239051786,1845.1482803 +364,0.338812194,0.823184618,136,-1.538016084,0.7239051786,4880.5147603 +365,-0.324406489,1.134201999,136,-1.538016084,0.7239051786,3089.3225716 +366,1.389579348,0.399185724,136,-1.538016084,0.7239051786,7926.3795214 +367,2.047152199,-0.039082036,136,-1.538016084,0.7239051786,9304.8184364 +368,0.947780369,0.568250077,136,-1.538016084,0.7239051786,6794.5258911 +369,0.763824846,0.576754987,136,-1.538016084,0.7239051786,6452.3315284 +370,-0.142334657,0.928153068,136,-1.538016084,0.7239051786,3631.1496341 +371,0.610266567,0.547265983,136,-1.538016084,0.7239051786,6240.3074221 +372,0.210731629,0.746815056,136,-1.538016084,0.7239051786,4794.6363437 +373,-1.34931644,0.316895224,136,-1.538016084,0.7239051786,1734.2682248 +374,2.407696481,0.655030745,136,-1.538016084,0.7239051786,6256.4727836 +375,0.64207831,0.545359131,136,-1.538016084,0.7239051786,6313.1065518 +376,1.174597538,0.840588356,136,-1.538016084,0.7239051786,6067.4881632 +377,0.660059424,0.010604079,136,-1.538016084,0.7239051786,7994.4378127 +378,-0.730263819,0.010486456,136,-1.538016084,0.7239051786,4033.9010893 +379,0.831068936,0.512339172,136,-1.538016084,0.7239051786,6790.268916 +380,1.301180979,0.72367476,136,-1.538016084,0.7239051786,6608.4552347 +381,1.811128231,0.322854402,136,-1.538016084,0.7239051786,8228.2195257 +382,0.435105812,0.992284428,136,-1.538016084,0.7239051786,4617.2160971 +383,0.62643634,0.592027932,136,-1.538016084,0.7239051786,6135.4983911 +384,0.492988703,-0.516339467,136,-1.538016084,0.7239051786,8852.4786588 +385,-0.162469483,0.112549365,136,-1.538016084,0.7239051786,5348.089511 +386,0.314630866,0.472006421,136,-1.538016084,0.7239051786,5763.2525607 +387,0.166744804,0.822815954,136,-1.538016084,0.7239051786,4516.1420769 +388,0.417159608,0.965805736,136,-1.538016084,0.7239051786,4656.6369295 +389,0.106334961,0.868774244,136,-1.538016084,0.7239051786,4283.1802249 +390,0.815086969,-0.338144359,136,-1.538016084,0.7239051786,9394.0950463 +391,0.59867455,-0.230624824,136,-1.538016084,0.7239051786,8493.0739168 +392,1.915104874,0.066220985,136,-1.538016084,0.7239051786,9118.2518797 +393,1.278093622,0.064463721,136,-1.538016084,0.7239051786,9107.4947774 +394,-0.061477853,0.302997961,136,-1.538016084,0.7239051786,5159.8667804 +395,0.251311504,0.626976942,136,-1.538016084,0.7239051786,5192.2127733 +396,2.950242872,0.149095644,136,-1.538016084,0.7239051786,6484.6959276 +397,-0.180294708,0.35375117,136,-1.538016084,0.7239051786,4686.2268633 +398,1.010448592,-0.351180233,136,-1.538016084,0.7239051786,9969.6819394 +399,-1.748740498,0.3686318073,136,-1.538016084,0.7239051786,1573.8833306 +400,2.699635665,0.123533791,136,-1.538016084,0.7239051786,7256.5948355 +401,0.496808033,0.823843254,136,-1.538016084,0.7239051786,5187.6191723 +402,0.129574704,0.763364087,136,-1.538016084,0.7239051786,4567.7569578 +403,1.798920311,0.817447563,136,-1.538016084,0.7239051786,6299.9271471 +404,0.335987953,0.746786541,136,-1.538016084,0.7239051786,5074.1608353 +405,-1.085413643,0.292154671,136,-1.538016084,0.7239051786,2300.769715 +406,-0.155321003,0.508207011,136,-1.538016084,0.7239051786,4396.6066323 +407,0.620529244,-0.301175104,136,-1.538016084,0.7239051786,8737.3129145 +408,1.684402744,0.368716966,136,-1.538016084,0.7239051786,8105.7999285 +409,0.300582244,-0.386397212,136,-1.538016084,0.7239051786,7996.7590763 +410,2.913555946,-0.009225192,136,-1.538016084,0.7239051786,7016.6906744 +411,1.465101417,0.493232532,136,-1.538016084,0.7239051786,7596.1264572 +412,0.090612882,0.907955955,136,-1.538016084,0.7239051786,4168.8644979 +413,2.987564726,-0.729568594,136,-1.538016084,0.7239051786,8505.9241361 +414,-1.484261606,0.224149272,136,-1.538016084,0.7239051786,1988.2369549 +415,0.164073421,0.303955133,136,-1.538016084,0.7239051786,5806.6885974 +416,0.141441293,0.167552546,136,-1.538016084,0.7239051786,6101.7269095 +417,2.931321023,-0.506718887,136,-1.538016084,0.7239051786,8200.8835258 +418,2.21951565,0.700596356,136,-1.538016084,0.7239051786,6382.4671457 +419,0.268112576,1.199114336,136,-1.538016084,0.7239051786,3897.8655616 +420,0.978913739,0.359223811,136,-1.538016084,0.7239051786,7579.7064083 +421,1.210898818,0.522863584,136,-1.538016084,0.7239051786,7300.6421039 +422,2.347397336,0.129231362,136,-1.538016084,0.7239051786,8121.4817362 +423,0.614394501,0.556878345,136,-1.538016084,0.7239051786,6219.3703474 +424,-1.398079356,0.148483366,136,-1.538016084,0.7239051786,2331.4385947 +425,2.535303836,-0.112984496,136,-1.538016084,0.7239051786,8381.961933 +426,-1.019372593,-0.405322349,136,-1.538016084,0.7239051786,4861.2024846 +427,-1.297785627,-0.160104069,136,-1.538016084,0.7239051786,3609.1737562 +428,2.144554488,0.205051084,136,-1.538016084,0.7239051786,8268.1755391 +429,-2.242387083,-0.426171285,136,-1.538016084,0.7239051786,5237.1492092 +430,0.338637212,0.909723676,136,-1.538016084,0.7239051786,4659.6028312 +431,-0.148798452,0.691042401,136,-1.538016084,0.7239051786,4026.2027112 +432,0.893524764,0.441829531,136,-1.538016084,0.7239051786,7142.7975833 +433,0.969229347,-0.368847936,136,-1.538016084,0.7239051786,9906.0152496 +434,0.436043248,0.800045688,136,-1.538016084,0.7239051786,5137.7531119 +435,1.687946607,1.081504775,136,-1.538016084,0.7239051786,5287.5177357 +436,0.522302046,-0.034889271,136,-1.538016084,0.7239051786,7745.2768051 +437,-0.178996113,-0.438090009,136,-1.538016084,0.7239051786,6771.6873625 +438,-1.094339566,0.301444068,136,-1.538016084,0.7239051786,2251.0646157 +439,-1.064070054,0.242569932,136,-1.538016084,0.7239051786,2507.6146274 +440,-1.068153768,0.230387998,136,-1.538016084,0.7239051786,2538.1648044 +441,-3.00496892,-0.23989155,136,-1.538016084,0.7239051786,6546.7970726 +442,0.21751974,0.766874888,136,-1.538016084,0.7239051786,4761.2139841 +443,0.117229532,0.007619006,136,-1.538016084,0.7239051786,6452.3799302 +444,0.777758451,0.420554741,136,-1.538016084,0.7239051786,6992.3516694 +445,-0.252356999,0.250747086,136,-1.538016084,0.7239051786,4727.0753856 +446,0.363148444,0.768483434,136,-1.538016084,0.7239051786,5074.6873435 +447,0.903191366,-0.118210676,136,-1.538016084,0.7239051786,9008.8772785 +448,-0.205755923,0.149406178,136,-1.538016084,0.7239051786,5124.0265005 +449,1.811996086,0.02364353,136,-1.538016084,0.7239051786,9389.5427222 +450,-1.100670221,0.314845373,136,-1.538016084,0.7239051786,2194.267799 +451,0.340078597,0.850105132,136,-1.538016084,0.7239051786,4813.7124588 +452,0.258757267,0.804969236,136,-1.538016084,0.7239051786,4758.7702503 +453,2.78505352,-0.155160804,136,-1.538016084,0.7239051786,7780.1015784 +454,0.800551619,0.105822106,136,-1.538016084,0.7239051786,8059.6749047 +455,0.437940882,-0.506194031,136,-1.538016084,0.7239051786,8669.8416083 +456,2.230431122,0.63458615,136,-1.538016084,0.7239051786,6602.7674106 +457,0.527965361,0.127667701,136,-1.538016084,0.7239051786,7299.911993 +458,-0.063643205,0.702093448,136,-1.538016084,0.7239051786,4226.1487297 +459,1.408447268,0.133010502,136,-1.538016084,0.7239051786,8976.3336525 +460,0.523795955,0.280266966,136,-1.538016084,0.7239051786,6843.525777 +461,-0.975769313,0.072177659,136,-1.538016084,0.7239051786,3260.0289832 +462,0.549774164,-0.463663986,136,-1.538016084,0.7239051786,8908.4492024 +463,0.29245874,1.095549818,136,-1.538016084,0.7239051786,4143.8614766 +464,0.143625958,0.816809593,136,-1.538016084,0.7239051786,4478.5093272 +465,0.671902494,0.611159853,136,-1.538016084,0.7239051786,6166.310278 +466,1.239840988,0.6724199,136,-1.538016084,0.7239051786,6759.2541054 +467,0.607829703,-0.10932137,136,-1.538016084,0.7239051786,8192.9012686 +468,1.763020906,0.263996692,136,-1.538016084,0.7239051786,8487.3985852 +469,0.378714634,0.726066797,136,-1.538016084,0.7239051786,5222.0334291 +470,2.196736143,-0.153862366,136,-1.538016084,0.7239051786,9379.6543815 +471,0.01702415,0.148991565,136,-1.538016084,0.7239051786,5785.3772089 +472,-2.998490902,-0.158002487,136,-1.538016084,0.7239051786,6312.0529891 +473,-3.051262951,-0.346595608,136,-1.538016084,0.7239051786,6956.7625836 +474,-1.069176439,0.182802941,136,-1.538016084,0.7239051786,2693.0432315 +475,0.167157509,0.595344954,136,-1.538016084,0.7239051786,5063.4598547 +476,0.613855648,0.681746124,136,-1.538016084,0.7239051786,5833.0421701 +477,1.037012736,0.682555367,136,-1.538016084,0.7239051786,6510.3736024 +478,-1.253574971,0.379755746,136,-1.538016084,0.7239051786,1660.5694312 +479,3.108590453,-0.132620738,136,-1.538016084,0.7239051786,6763.8835786 +480,0.565301296,0.022333262,136,-1.538016084,0.7239051786,7704.0172742 +481,0.547898238,0.855555614,136,-1.538016084,0.7239051786,5188.4903386 +482,0.948309381,0.417393755,136,-1.538016084,0.7239051786,7323.6067654 +483,-0.050600732,0.945269213,136,-1.538016084,0.7239051786,3802.9217588 +484,-0.977651478,-0.572363064,136,-1.538016084,0.7239051786,5526.0887221 +485,1.102014914,0.728861163,136,-1.538016084,0.7239051786,6415.7794351 +486,2.927300795,-0.282939414,136,-1.538016084,0.7239051786,7684.2607574 +487,-1.154565557,0.124434095,136,-1.538016084,0.7239051786,2730.6028661 +488,1.855331234,0.291044755,136,-1.538016084,0.7239051786,8318.9795463 +489,0.830290659,0.276904518,136,-1.538016084,0.7239051786,7573.6444058 +490,0.485104466,-0.234867441,136,-1.538016084,0.7239051786,8171.6554464 +491,0.521367572,-0.33161327,136,-1.538016084,0.7239051786,8519.854695 +1,-1.539031704,0.7349710123,137,-1.525288962,0.7258085137,54.418393268 +2,-1.536990553,0.7349663874,137,-1.525288962,0.7258085137,50.078906283 +3,-1.534951779,0.7349571355,137,-1.525288962,0.7258085137,46.109052937 +4,-1.532906461,0.7349480293,137,-1.525288962,0.7258085137,42.611453914 +5,-1.531320211,0.7346937278,137,-1.525288962,0.7258085137,39.438612007 +6,-1.539451648,0.7335131775,137,-1.525288962,0.7258085137,51.767514766 +7,-1.537429487,0.7335445708,137,-1.525288962,0.7258085137,47.157008814 +8,-1.535484998,0.7335658704,137,-1.525288962,0.7258085137,43.015555813 +9,-1.533488396,0.7336036027,137,-1.525288962,0.7258085137,39.234802315 +10,-1.531497785,0.7335842962,137,-1.525288962,0.7258085137,35.842119729 +11,-1.530259379,0.7334777758,137,-1.525288962,0.7258085137,33.737034575 +12,-1.5335454,0.7322346912,137,-1.525288962,0.7258085137,35.253920479 +13,-1.531489083,0.7322238773,137,-1.525288962,0.7258085137,31.324518373 +14,-1.530011122,0.7321679851,137,-1.525288962,0.7258085137,28.794952344 +15,-1.53348106,0.7306614094,137,-1.525288962,0.7258085137,30.919502636 +16,-1.531441779,0.7306962275,137,-1.525288962,0.7258085137,26.564351348 +17,-1.529755654,0.7306933243,137,-1.525288962,0.7258085137,23.425101067 +18,-1.533415048,0.7291384674,137,-1.525288962,0.7258085137,27.420143427 +19,-1.531392093,0.7291705353,137,-1.525288962,0.7258085137,22.434571489 +20,-1.529296523,0.7291214933,137,-1.525288962,0.7258085137,17.685068258 +21,-1.535280942,0.727267644,137,-1.525288962,0.7258085137,30.143097101 +22,-1.533378158,0.7276139666,137,-1.525288962,0.7258085137,24.99150963 +23,-1.531340368,0.7276446587,137,-1.525288962,0.7258085137,19.333875199 +24,-1.528960113,0.7276398177,137,-1.525288962,0.7258085137,13.066074948 +25,-1.533313146,0.7260818349,137,-1.525288962,0.7258085137,23.79483242 +26,-1.531259555,0.7260958115,137,-1.525288962,0.7258085137,17.723269237 +27,-1.528926415,0.7260865555,137,-1.525288962,0.7258085137,10.831418243 +28,-1.531226779,0.7245511789,137,-1.525288962,0.7258085137,18.292668306 +29,-1.528904772,0.7245519194,137,-1.525288962,0.7258085137,11.817764865 +30,-1.547195875,0.7409785979,137,-1.525288962,0.7258085137,88.124762144 +31,-1.5451475,0.740980426,137,-1.525288962,0.7258085137,83.821857839 +32,-1.543097679,0.7409798872,137,-1.525288962,0.7258085137,79.732826765 +33,-1.540720364,0.7409892687,137,-1.525288962,0.7258085137,75.34960409 +34,-1.547188511,0.7395198392,137,-1.525288962,0.7258085137,84.307019961 +35,-1.545148587,0.7395226109,137,-1.525288962,0.7258085137,79.814232526 +36,-1.543104538,0.7395314908,137,-1.525288962,0.7258085137,75.541016575 +37,-1.540727751,0.7395306258,137,-1.525288962,0.7258085137,70.857752554 +38,-1.547187029,0.7380014886,137,-1.525288962,0.7258085137,80.596154605 +39,-1.545147315,0.7380012252,137,-1.525288962,0.7258085137,75.869637884 +40,-1.54310719,0.7380060743,137,-1.525288962,0.7258085137,71.349252866 +41,-1.540719671,0.7380068206,137,-1.525288962,0.7258085137,66.346157822 +42,-1.547187189,0.7364799098,137,-1.525288962,0.7258085137,77.173152192 +43,-1.545149996,0.7364853874,137,-1.525288962,0.7258085137,72.235182872 +44,-1.543106091,0.7364823484,137,-1.525288962,0.7258085137,67.434413467 +45,-1.540717158,0.7364893901,137,-1.525288962,0.7258085137,62.123062098 +46,-1.538663972,0.7410138672,137,-1.525288962,0.7258085137,71.946881848 +47,-1.53695285,0.7409699132,137,-1.525288962,0.7258085137,69.170075551 +48,-1.534910498,0.7409641297,137,-1.525288962,0.7258085137,66.372745572 +49,-1.533145034,0.7409536636,137,-1.525288962,0.7258085137,64.289943467 +50,-1.538681336,0.7395405883,137,-1.525288962,0.7258085137,67.183099356 +51,-1.536999189,0.7395183096,137,-1.525288962,0.7258085137,64.32654741 +52,-1.534923633,0.7395144222,137,-1.525288962,0.7258085137,61.254627236 +53,-1.533267822,0.7395654306,137,-1.525288962,0.7258085137,59.339875609 +54,-1.53867273,0.7380151077,137,-1.525288962,0.7258085137,62.393128074 +55,-1.536980576,0.7379994392,137,-1.525288962,0.7258085137,59.317264535 +56,-1.534931522,0.7379944961,137,-1.525288962,0.7258085137,56.009978289 +57,-1.533387952,0.7379480264,137,-1.525288962,0.7258085137,53.680952828 +58,-1.538682279,0.7364914363,137,-1.525288962,0.7258085137,57.879877175 +59,-1.536980704,0.7364810563,137,-1.525288962,0.7258085137,54.548371319 +60,-1.534935567,0.7364752065,137,-1.525288962,0.7258085137,50.932978544 +61,-1.533042592,0.7363876366,137,-1.525288962,0.7258085137,47.735249459 +62,-1.545143426,0.7349628011,137,-1.525288962,0.7258085137,68.895742753 +63,-1.543105297,0.7349691947,137,-1.525288962,0.7258085137,63.875182209 +64,-1.541064533,0.7349647152,137,-1.525288962,0.7258085137,59.008109107 +65,-1.545411803,0.7334624714,137,-1.525288962,0.7258085137,66.701810116 +66,-1.543446606,0.7334780896,137,-1.525288962,0.7258085137,61.620152765 +67,-1.541475327,0.7334957295,137,-1.525288962,0.7258085137,56.666362913 +68,-1.545401939,0.731963266,137,-1.525288962,0.7258085137,64.230944778 +69,-1.54342253,0.7319915583,137,-1.525288962,0.7258085137,58.908146263 +70,-1.541455867,0.7320216438,137,-1.525288962,0.7258085137,53.731943778 +71,-1.545410146,0.7304422281,137,-1.525288962,0.7258085137,62.256349626 +72,-1.543435491,0.7304713664,137,-1.525288962,0.7258085137,56.740664776 +73,-1.541463105,0.7304997613,137,-1.525288962,0.7258085137,51.302131199 +74,-1.545414768,0.7289194936,137,-1.525288962,0.7258085137,60.805170129 +75,-1.543435774,0.7289538557,137,-1.525288962,0.7258085137,55.114346196 +76,-1.541457714,0.7289765881,137,-1.525288962,0.7258085137,49.453759895 +77,-1.539449415,0.7320555866,137,-1.525288962,0.7258085137,48.606089319 +78,-1.537429183,0.7321097681,137,-1.525288962,0.7258085137,43.696407238 +79,-1.535472649,0.7321497267,137,-1.525288962,0.7258085137,39.192391979 +80,-1.539457899,0.7305333307,137,-1.525288962,0.7258085137,45.88020564 +81,-1.537453161,0.7305750503,137,-1.525288962,0.7258085137,40.61696077 +82,-1.535479385,0.7306124949,137,-1.525288962,0.7258085137,35.63264459 +83,-1.53946905,0.7290102593,137,-1.525288962,0.7258085137,43.826174614 +84,-1.537459922,0.7290417293,137,-1.525288962,0.7258085137,38.216480035 +85,-1.535451349,0.7290890157,137,-1.525288962,0.7258085137,32.751899409 +86,-1.535522937,0.7279887191,137,-1.525288962,0.7258085137,31.497559288 +87,-1.539442524,0.7274735939,137,-1.525288962,0.7258085137,42.417220918 +88,-1.537424111,0.727521351,137,-1.525288962,0.7258085137,36.560159893 +89,-1.539384641,0.7259505092,137,-1.525288962,0.7258085137,41.762011583 +90,-1.537372391,0.7259947145,137,-1.525288962,0.7258085137,35.803894113 +91,-1.535340789,0.7260435356,137,-1.525288962,0.7258085137,29.791747473 +92,-1.539325716,0.7244369706,137,-1.525288962,0.7258085137,41.964705655 +93,-1.537308932,0.7244801057,137,-1.525288962,0.7258085137,36.018634469 +94,-1.535289068,0.7245247645,137,-1.525288962,0.7258085137,30.076894689 +95,-1.533261366,0.7245550236,137,-1.525288962,0.7258085137,24.148722648 +96,-1.539267302,0.722921924,137,-1.525288962,0.7258085137,43.013656342 +97,-1.537248972,0.7229660258,137,-1.525288962,0.7258085137,37.221921711 +98,-1.535219431,0.7229916471,137,-1.525288962,0.7258085137,31.49975999 +99,-1.53318962,0.7230212049,137,-1.525288962,0.7258085137,25.906364104 +100,-1.531154816,0.7230299897,137,-1.525288962,0.7258085137,20.588526464 +101,-1.528878341,0.7230370244,137,-1.525288962,0.7258085137,15.293046838 +102,-1.539218189,0.7214009878,137,-1.525288962,0.7258085137,44.882775389 +103,-1.537198791,0.7214422745,137,-1.525288962,0.7258085137,39.356684522 +104,-1.535179266,0.7214634354,137,-1.525288962,0.7258085137,34.031048249 +105,-1.533156501,0.7214944644,137,-1.525288962,0.7258085137,28.937578384 +106,-1.53113574,0.7215166021,137,-1.525288962,0.7258085137,24.294157614 +107,-1.528874248,0.7215345535,137,-1.525288962,0.7258085137,19.996291667 +108,-1.539217656,0.7198512397,137,-1.525288962,0.7258085137,47.630698668 +109,-1.537199919,0.7199428763,137,-1.525288962,0.7258085137,42.326577271 +110,-1.545425832,0.727397149,137,-1.525288962,0.7258085137,59.947771109 +111,-1.543371177,0.7273916949,137,-1.525288962,0.7258085137,53.899895318 +112,-1.541368852,0.7274523163,137,-1.525288962,0.7258085137,48.047801224 +113,-1.545349067,0.7258710923,137,-1.525288962,0.7258085137,59.43012913 +114,-1.54332671,0.7258603556,137,-1.525288962,0.7258085137,53.438947858 +115,-1.541346831,0.7259242142,137,-1.525288962,0.7258085137,47.573892726 +116,-1.545324355,0.7243383958,137,-1.525288962,0.7258085137,59.681498082 +117,-1.543292796,0.7243617413,137,-1.525288962,0.7258085137,53.680286121 +118,-1.541295822,0.7244024384,137,-1.525288962,0.7258085137,47.778290469 +119,-1.543193859,0.7205570215,137,-1.525288962,0.7258085137,57.093559907 +120,-1.550257047,0.7386738187,137,-1.525288962,0.7258085137,89.47568319 +121,-1.549335448,0.7311736483,137,-1.525288962,0.7258085137,74.180392794 +122,-1.533478843,0.7179891343,137,-1.525288962,0.7258085137,39.396871008 +123,-1.556150555,0.738907041,137,-1.525288962,0.7258085137,104.66104821 +124,-1.554324226,0.733414257,137,-1.525288962,0.7258085137,90.868623617 +125,-1.554290846,0.7288285332,137,-1.525288962,0.7258085137,86.636491904 +126,-1.55122487,0.7219795312,137,-1.525288962,0.7258085137,78.449178005 +127,-1.525104458,0.7229399862,137,-1.525288962,0.7258085137,11.375412177 +128,-1.519607711,0.7236181429,137,-1.525288962,0.7258085137,18.950759573 +129,-1.513899999,0.7251107854,137,-1.525288962,0.7258085137,33.865193264 +130,-1.536620762,0.7431061895,137,-1.525288962,0.7258085137,76.184972299 +131,-1.5369566,0.7460845958,137,-1.525288962,0.7258085137,87.312714996 +132,-1.545345528,0.7447040685,137,-1.525288962,0.7258085137,95.252407247 +133,-1.532813921,0.7432306626,137,-1.525288962,0.7258085137,72.467576512 +134,-1.554788248,0.7382381001,137,-1.525288962,0.7258085137,99.886399288 +135,-1.540348126,0.7301594274,137,-1.525288962,0.7258085137,47.747654391 +136,-1.538016084,0.7239051786,137,-1.525288962,0.7258085137,38.483798863 +137,-1.525288962,0.7258085137,137,-1.525288962,0.7258085137,0 +138,-1.534326986,0.731241342,137,-1.525288962,0.7258085137,34.301841635 +139,-1.530733872,0.7303625216,137,-1.525288962,0.7258085137,24.177622829 +141,-1.534354939,0.7328219978,137,-1.525288962,0.7258085137,38.583485547 +142,-1.53157084,0.7292888153,137,-1.525288962,0.7258085137,23.137512666 +143,-1.525691035,0.7263799874,137,-1.525288962,0.7258085137,2.5577695318 +144,-1.534031287,0.7495967835,137,-1.525288962,0.7258085137,97.647179896 +145,-1.527714986,0.7283095957,137,-1.525288962,0.7258085137,12.234798435 +146,-1.526189586,0.7271468292,137,-1.525288962,0.7258085137,5.9340109525 +147,-1.555177336,0.7375563366,137,-1.525288962,0.7258085137,99.61940366 +148,-1.555080283,0.7312707794,137,-1.525288962,0.7258085137,90.665544553 +149,-1.53856994,0.7224180299,137,-1.525288962,0.7258085137,41.631835022 +150,-1.530837883,0.729933372,137,-1.525288962,0.7258085137,23.156442934 +151,-1.515066984,0.5854133365,137,-1.525288962,0.7258085137,557.02646012 +152,-1.534731633,0.5368370046,137,-1.525288962,0.7258085137,749.12012427 +153,-1.515231902,0.5607085576,137,-1.525288962,0.7258085137,654.73251946 +154,-2.616253799,1.0684566605,137,-1.525288962,0.7258085137,2874.7881907 +155,-1.956071439,0.5792177723,137,-1.525288962,0.7258085137,1468.2078342 +156,-1.951208514,0.5602434208,137,-1.525288962,0.7258085137,1493.8977609 +157,-1.944675062,0.6062144545,137,-1.525288962,0.7258085137,1383.8601276 +158,-1.613778386,0.6077989518,137,-1.525288962,0.7258085137,542.29751964 +159,-2.035029014,0.6021432345,137,-1.525288962,0.7258085137,1654.7541768 +160,-2.114989471,0.6801825058,137,-1.525288962,0.7258085137,1779.721276 +161,-2.037382079,0.5765830025,137,-1.525288962,0.7258085137,1708.1210307 +162,-2.129855121,0.6585019963,137,-1.525288962,0.7258085137,1850.1731778 +163,-2.075141798,0.6493615843,137,-1.525288962,0.7258085137,1700.3406628 +164,-1.828626729,0.6948433129,137,-1.525288962,0.7258085137,917.55749594 +165,-1.863329418,0.6735427691,137,-1.525288962,0.7258085137,1042.7441769 +166,-1.266037071,0.727988852,137,-1.525288962,0.7258085137,766.4331805 +167,-1.277579582,0.7249010648,137,-1.525288962,0.7258085137,733.35948579 +168,-1.258418684,0.7241194816,137,-1.525288962,0.7258085137,790.23572654 +169,-1.317813974,0.6804850104,137,-1.525288962,0.7258085137,651.46853288 +170,-1.344165204,0.6790988904,137,-1.525288962,0.7258085137,577.55273639 +171,-1.427582102,0.5277120351,137,-1.525288962,0.7258085137,844.44738441 +172,-1.402238616,0.457167829,137,-1.525288962,0.7258085137,1137.3598368 +173,-1.422454264,0.4996161999,137,-1.525288962,0.7258085137,955.27717439 +174,-1.439089277,0.4894859811,137,-1.525288962,0.7258085137,976.67629018 +175,-1.448126995,0.5182330266,137,-1.525288962,0.7258085137,858.57309044 +176,-1.474626146,0.5881926574,137,-1.525288962,0.7258085137,567.68503961 +177,-1.421139645,0.5584869783,137,-1.525288962,0.7258085137,740.04924009 +178,-1.457037165,0.565943032,137,-1.525288962,0.7258085137,668.81234484 +179,-2.757159358,0.3745319,137,-1.525288962,0.7258085137,4264.699216 +180,-2.714309238,0.342054471,137,-1.525288962,0.7258085137,4215.503836 +181,-2.000525337,0.774119946,137,-1.525288962,0.7258085137,1384.1058498 +183,-1.571413436,0.6777838382,137,-1.525288962,0.7258085137,235.88060565 +184,-1.552860289,0.6987663893,137,-1.525288962,0.7258085137,135.29277529 +185,-1.521852374,0.7165827476,137,-1.525288962,0.7258085137,37.946261852 +186,-1.503656267,0.6928968252,137,-1.525288962,0.7258085137,145.67294118 +187,-1.502753178,0.7136205882,137,-1.525288962,0.7258085137,82.681698373 +188,-1.631894563,0.7343596465,137,-1.525288962,0.7258085137,316.38593531 +189,-1.653765416,0.6770714026,137,-1.525288962,0.7258085137,433.83750145 +190,-1.719812114,0.6715965947,137,-1.525288962,0.7258085137,627.24925992 +191,-1.493406659,0.6646955447,137,-1.525288962,0.7258085137,260.75220809 +192,-1.469120564,0.6613469966,137,-1.525288962,0.7258085137,307.2930155 +193,-1.590551461,0.5326612937,137,-1.525288962,0.7258085137,792.86327961 +194,-1.625979264,0.5247742243,137,-1.525288962,0.7258085137,858.90786078 +195,-1.572293943,0.5238808754,137,-1.525288962,0.7258085137,813.84247797 +196,-1.610848725,0.5477107964,137,-1.525288962,0.7258085137,755.88777154 +197,-1.208485554,0.7918526018,137,-1.525288962,0.7258085137,945.07969694 +198,-1.335601374,0.6869083083,137,-1.525288962,0.7258085137,591.52120237 +199,-1.346156996,0.6825213377,137,-1.525288962,0.7258085137,566.89313868 +200,-1.324381037,0.6741422347,137,-1.525288962,0.7258085137,641.54996892 +201,-1.242424992,0.7378949807,137,-1.525288962,0.7258085137,833.63898245 +202,-1.270370057,0.7392461008,137,-1.525288962,0.7258085137,751.67902126 +203,-1.448950472,0.7441675014,137,-1.525288962,0.7258085137,235.77416664 +204,-1.492662363,0.7523026852,137,-1.525288962,0.7258085137,141.89600483 +205,-1.479098966,0.7763855017,137,-1.525288962,0.7258085137,240.83861372 +206,-1.633760714,0.7869022408,137,-1.525288962,0.7258085137,395.04990798 +207,-1.647406434,0.8101289331,137,-1.525288962,0.7258085137,481.94382024 +208,-1.564245052,0.5701509278,137,-1.525288962,0.7258085137,628.64765455 +209,-1.646289963,0.6833746083,137,-1.525288962,0.7258085137,401.8185857 +210,-1.5820631,0.6751952144,137,-1.525288962,0.7258085137,264.06001505 +211,-1.613236298,0.6681681791,137,-1.525288962,0.7258085137,351.27903268 +212,-1.914661867,0.8212566515,137,-1.525288962,0.7258085137,1161.6355338 +213,-1.742133237,0.7250275956,137,-1.525288962,0.7258085137,642.11493936 +214,-2.033144872,0.6557314699,137,-1.525288962,0.7258085137,1567.4068413 +215,-2.039551981,0.6964723658,137,-1.525288962,0.7258085137,1540.1296873 +216,-1.247341019,0.7622473908,137,-1.525288962,0.7258085137,821.44192638 +217,-1.298239787,0.7084123392,137,-1.525288962,0.7258085137,680.67914516 +218,-1.308539688,0.6926545592,137,-1.525288962,0.7258085137,663.99454938 +219,-1.303263185,0.6888938396,137,-1.525288962,0.7258085137,683.57194046 +220,-1.852400229,0.6004246149,137,-1.525288962,0.7258085137,1132.2072797 +221,-1.288947707,0.7473773692,137,-1.525288962,0.7258085137,697.93404085 +222,-1.372031502,0.7472790993,137,-1.525288962,0.7258085137,457.4476275 +223,-1.289805721,0.7242157877,137,-1.525288962,0.7258085137,697.47157891 +224,-1.350807603,0.7533498126,137,-1.525288962,0.7258085137,521.74810824 +225,-1.329290365,0.7560442322,137,-1.525288962,0.7258085137,584.72644773 +226,-1.410153004,0.616936428,137,-1.525288962,0.7258085137,559.51200907 +227,-1.393445434,0.6308995063,137,-1.525288962,0.7258085137,553.35410918 +228,-1.37595573,0.6241540638,137,-1.525288962,0.7258085137,612.1265348 +229,-1.358388707,0.6172645205,137,-1.525288962,0.7258085137,672.08812439 +230,-1.753741133,0.8281661666,137,-1.525288962,0.7258085137,760.51202573 +231,-1.47430987,0.6834615681,137,-1.525288962,0.7258085137,227.57065046 +232,-1.421012508,0.7222725206,137,-1.525288962,0.7258085137,309.67694619 +233,-1.4476833,0.6978557868,137,-1.525288962,0.7258085137,257.69867049 +234,-1.470370723,0.6966193374,137,-1.525288962,0.7258085137,201.28557682 +235,-1.429211703,0.7037216883,137,-1.525288962,0.7258085137,300.37455268 +236,-1.700578405,0.6178673663,137,-1.525288962,0.7258085137,690.64855978 +237,-1.678117619,0.6331716163,137,-1.525288962,0.7258085137,596.44694481 +238,-1.725644578,0.6316331145,137,-1.525288962,0.7258085137,720.69347916 +239,-2.14012759,0.7930497945,137,-1.525288962,0.7258085137,1771.6777177 +240,-2.103289431,0.7653606263,137,-1.525288962,0.7258085137,1678.0326429 +241,-1.318739838,0.7017808746,137,-1.525288962,0.7258085137,625.18492931 +242,-1.396417427,0.7077900843,137,-1.525288962,0.7258085137,391.27443919 +243,-1.35650337,0.7185539404,137,-1.525288962,0.7258085137,502.22277494 +244,-1.248884539,0.7274156818,137,-1.525288962,0.7258085137,817.18443795 +245,-1.395014798,0.5761185243,137,-1.525288962,0.7258085137,720.49161427 +246,-1.433377362,0.6064716109,137,-1.525288962,0.7258085137,552.32876451 +247,-1.408172432,0.5903155476,137,-1.525288962,0.7258085137,649.69874512 +248,-1.749645898,0.7757118084,137,-1.525288962,0.7258085137,678.33440736 +249,-1.571626686,0.615046989,137,-1.525288962,0.7258085137,461.62930233 +250,-1.514070049,0.6303003037,137,-1.525288962,0.7258085137,379.88418485 +251,-1.480890369,0.6237966528,137,-1.525288962,0.7258085137,426.70746392 +252,-1.704390658,0.5281680612,137,-1.525288962,0.7258085137,969.44304935 +253,-1.64434733,0.5254277498,137,-1.525288962,0.7258085137,880.220136 +254,-1.703855997,0.4792484842,137,-1.525288962,0.7258085137,1135.3087341 +255,-1.692002383,0.5748825051,137,-1.525288962,0.7258085137,794.93715456 +256,-1.854136457,0.5544643913,137,-1.525288962,0.7258085137,1241.4963213 +257,-1.665021206,0.520317736,137,-1.525288962,0.7258085137,928.77035688 +258,-1.733654349,0.4845187345,137,-1.525288962,0.7258085137,1169.6880019 +259,-1.720938188,0.5135933906,137,-1.525288962,0.7258085137,1048.9782397 +260,-1.742668307,0.553296122,137,-1.525288962,0.7258085137,969.7413562 +261,-1.965659039,0.7142126903,137,-1.525288962,0.7258085137,1307.4964531 +262,-1.944438071,0.6772834804,137,-1.525288962,0.7258085137,1278.4100785 +263,-1.270340967,0.7681487096,137,-1.525288962,0.7258085137,758.61473441 +264,-1.353091884,0.6549276821,137,-1.525288962,0.7258085137,595.60996021 +265,-1.333236659,0.6413584414,137,-1.525288962,0.7258085137,677.28050149 +266,-1.352015998,0.6753788907,137,-1.525288962,0.7258085137,560.9945524 +267,-1.377988483,0.6577816235,137,-1.525288962,0.7258085137,523.55397381 +268,-2.13075611,0.8318642051,137,-1.525288962,0.7258085137,1742.0881291 +269,-2.097910953,0.8259670014,137,-1.525288962,0.7258085137,1653.6474153 +270,-1.416382069,0.6694271549,137,-1.525288962,0.7258085137,398.79286627 +271,-1.538905672,0.7535625993,137,-1.525288962,0.7258085137,116.92917738 +272,-1.572309477,0.7803125099,137,-1.525288962,0.7258085137,255.05996834 +273,-1.87759879,0.7503853417,137,-1.525288962,0.7258085137,1034.3894895 +274,1.152365588,0.590457682,137,-1.525288962,0.7258085137,6963.4503375 +275,0.350198001,0.718001859,137,-1.525288962,0.7258085137,5148.591378 +276,0.046513677,0.491503852,137,-1.525288962,0.7258085137,4962.648468 +277,0.027510309,0.742571376,137,-1.525288962,0.7258085137,4334.2587782 +278,0.306285725,-0.214631579,137,-1.525288962,0.7258085137,7553.1531397 +279,-1.100564889,0.318051531,137,-1.525288962,0.7258085137,2160.5507364 +280,-1.078582306,0.301437596,137,-1.525288962,0.7258085137,2262.8138526 +281,-1.137371989,-0.617634065,137,-1.525288962,0.7258085137,5504.6620997 +282,0.784356344,0.703272339,137,-1.525288962,0.7258085137,6043.3799067 +283,-1.221209947,0.218327455,137,-1.525288962,0.7258085137,2268.2388784 +284,2.347301921,-0.449114658,137,-1.525288962,0.7258085137,9828.4528316 +285,0.246820618,0.830553713,137,-1.525288962,0.7258085137,4638.5938423 +286,0.829414965,0.703288228,137,-1.525288962,0.7258085137,6117.0746793 +287,-1.337537566,0.42332223,137,-1.525288962,0.7258085137,1348.4018387 +288,0.882453706,0.454478077,137,-1.525288962,0.7258085137,7050.5692455 +289,1.575629659,0.416419109,137,-1.525288962,0.7258085137,7917.0214582 +290,-1.039455679,0.229888244,137,-1.525288962,0.7258085137,2580.0470439 +291,0.489558039,0.934482747,137,-1.525288962,0.7258085137,4835.57239 +292,0.081344504,0.88384514,137,-1.525288962,0.7258085137,4165.3201235 +293,-1.547979814,0.300350308,137,-1.525288962,0.7258085137,1687.004199 +294,0.040776181,0.168560074,137,-1.525288962,0.7258085137,5766.0385087 +295,-1.130374745,0.563894876,137,-1.525288962,0.7258085137,1399.1157582 +296,1.578326642,0.478507176,137,-1.525288962,0.7258085137,7671.5230892 +297,-1.12861823,-0.291640865,137,-1.525288962,0.7258085137,4284.2360796 +298,0.310524208,0.770885792,137,-1.525288962,0.7258085137,4923.5562426 +299,0.415649091,-0.387246002,137,-1.525288962,0.7258085137,8301.3590033 +300,-0.926533878,-0.188022748,137,-1.525288962,0.7258085137,4225.7591949 +301,1.258856172,-0.11716081,137,-1.525288962,0.7258085137,9724.6242068 +302,-1.126050026,0.322941926,137,-1.525288962,0.7258085137,2088.7076046 +303,2.002785835,0.07893892,137,-1.525288962,0.7258085137,8964.0552918 +304,0.440437607,0.746258085,137,-1.525288962,0.7258085137,5264.6993252 +305,-0.030391866,0.214441206,137,-1.525288962,0.7258085137,5437.8384776 +306,0.521557815,-0.058929362,137,-1.525288962,0.7258085137,7771.3342554 +307,-0.097005111,0.13317729,137,-1.525288962,0.7258085137,5450.9001115 +308,1.83113859,0.221857587,137,-1.525288962,0.7258085137,8608.9212126 +309,0.222428864,0.099404236,137,-1.525288962,0.7258085137,6480.0536204 +310,-1.702731345,0.8728568183,137,-1.525288962,0.7258085137,759.76463073 +311,-0.418507569,0.278324921,137,-1.525288962,0.7258085137,4128.608987 +312,-1.41153306,0.339029988,137,-1.525288962,0.7258085137,1579.2151188 +313,0.357560442,0.114788776,137,-1.525288962,0.7258085137,6826.7420824 +314,0.325818979,0.268352149,137,-1.525288962,0.7258085137,6315.1573611 +315,-1.246004659,-0.663679965,137,-1.525288962,0.7258085137,5595.5118154 +316,1.814603087,0.637404484,137,-1.525288962,0.7258085137,6996.5380951 +317,1.843704281,-0.18300445,137,-1.525288962,0.7258085137,10152.740846 +318,1.690644492,-0.211480909,137,-1.525288962,0.7258085137,10390.392355 +319,-1.275451936,0.068109467,137,-1.525288962,0.7258085137,2751.7887412 +320,0.762430171,-0.207594741,137,-1.525288962,0.7258085137,8859.2773364 +321,0.265668905,-0.014647884,137,-1.525288962,0.7258085137,6910.8438523 +322,-2.773032013,-0.335515811,137,-1.525288962,0.7258085137,6199.4650235 +323,-1.469512853,0.174058777,137,-1.525288962,0.7258085137,2194.1220059 +324,0.286276986,0.785925691,137,-1.525288962,0.7258085137,4832.8846294 +325,-1.379324697,0.377432233,137,-1.525288962,0.7258085137,1463.3011459 +326,-1.203778265,0.212813032,137,-1.525288962,0.7258085137,2316.4351895 +327,0.579916301,0.611743168,137,-1.525288962,0.7258085137,5947.1697926 +328,0.267582642,0.868113908,137,-1.525288962,0.7258085137,4591.7312837 +329,0.412869244,-0.050245578,137,-1.525288962,0.7258085137,7435.5872942 +330,0.17524381,0.976660285,137,-1.525288962,0.7258085137,4167.0055519 +331,0.743157214,0.204812899,137,-1.525288962,0.7258085137,7576.9903718 +332,-1.070758176,0.269382282,137,-1.525288962,0.7258085137,2382.9500634 +333,-1.230364251,0.329790229,137,-1.525288962,0.7258085137,1857.4478439 +334,-1.374813124,-0.024926835,137,-1.525288962,0.7258085137,3022.4036035 +335,0.519780566,0.463669906,137,-1.525288962,0.7258085137,6256.2897928 +336,-1.55108034,0.239698561,137,-1.525288962,0.7258085137,1927.5292703 +337,0.180294813,0.029739425,137,-1.525288962,0.7258085137,6542.0451267 +338,0.67820924,0.268170153,137,-1.525288962,0.7258085137,7225.293066 +339,0.445798684,1.024001867,137,-1.525288962,0.7258085137,4525.0437633 +340,0.691751283,0.150521402,137,-1.525288962,0.7258085137,7620.4941271 +341,-1.036643551,-0.903056181,137,-1.525288962,0.7258085137,6667.4385644 +342,-0.120287036,1.083325163,137,-1.525288962,0.7258085137,3449.0733519 +343,2.823513113,-0.304487164,137,-1.525288962,0.7258085137,8083.0049751 +344,0.457583172,1.12513373,137,-1.525288962,0.7258085137,4284.835016 +345,0.042918831,0.813795399,137,-1.525288962,0.7258085137,4221.6449111 +346,1.196146777,-0.853142756,137,-1.525288962,0.7258085137,11174.915313 +347,0.206001358,-0.010430701,137,-1.525288962,0.7258085137,6724.1193379 +348,-0.268308653,0.234799412,137,-1.525288962,0.7258085137,4682.3441493 +349,0.759363263,0.736189579,137,-1.525288962,0.7258085137,5893.6787546 +350,0.181363926,0.891988372,137,-1.525288962,0.7258085137,4359.7550438 +351,-0.021111158,0.139103292,137,-1.525288962,0.7258085137,5660.1899279 +352,-0.093355215,0.630686981,137,-1.525288962,0.7258085137,4261.276407 +353,0.40118964,0.681375926,137,-1.525288962,0.7258085137,5360.5189639 +354,-0.721197315,1.304706234,137,-1.525288962,0.7258085137,2698.1271922 +355,-1.076150317,0.212107639,137,-1.525288962,0.7258085137,2559.3702229 +356,-1.577164531,0.273993443,137,-1.525288962,0.7258085137,1798.4075142 +357,-0.190788414,0.182208586,137,-1.525288962,0.7258085137,5046.2530039 +358,-0.261349752,0.209710184,137,-1.525288962,0.7258085137,4766.789487 +359,-1.029303852,0.083549259,137,-1.525288962,0.7258085137,3089.4896271 +360,-1.268609162,0.330525297,137,-1.525288962,0.7258085137,1789.1568369 +361,1.282982244,-0.926641967,137,-1.525288962,0.7258085137,11253.436617 +362,0.217352334,0.731352408,137,-1.525288962,0.7258085137,4813.6036309 +363,-1.511833084,0.258629297,137,-1.525288962,0.7258085137,1851.0725178 +364,0.338812194,0.823184618,137,-1.525288962,0.7258085137,4849.0284721 +365,-0.324406489,1.134201999,137,-1.525288962,0.7258085137,3061.8131748 +366,1.389579348,0.399185724,137,-1.525288962,0.7258085137,7910.6725746 +367,2.047152199,-0.039082036,137,-1.525288962,0.7258085137,9321.2292721 +368,0.947780369,0.568250077,137,-1.525288962,0.7258085137,6768.3494986 +369,0.763824846,0.576754987,137,-1.525288962,0.7258085137,6422.7483356 +370,-0.142334657,0.928153068,137,-1.525288962,0.7258085137,3598.0007918 +371,0.610266567,0.547265983,137,-1.525288962,0.7258085137,6207.9512763 +372,0.210731629,0.746815056,137,-1.525288962,0.7258085137,4760.6545025 +373,-1.34931644,0.316895224,137,-1.525288962,0.7258085137,1725.7814881 +374,2.407696481,0.655030745,137,-1.525288962,0.7258085137,6271.6891742 +375,0.64207831,0.545359131,137,-1.525288962,0.7258085137,6281.1750095 +376,1.174597538,0.840588356,137,-1.525288962,0.7258085137,6049.629392 +377,0.660059424,0.010604079,137,-1.525288962,0.7258085137,7957.1850003 +378,-0.730263819,0.010486456,137,-1.525288962,0.7258085137,4006.0132908 +379,0.831068936,0.512339172,137,-1.525288962,0.7258085137,6761.009908 +380,1.301180979,0.72367476,137,-1.525288962,0.7258085137,6592.483092 +381,1.811128231,0.322854402,137,-1.525288962,0.7258085137,8229.0388314 +382,0.435105812,0.992284428,137,-1.525288962,0.7258085137,4590.1731948 +383,0.62643634,0.592027932,137,-1.525288962,0.7258085137,6103.9717126 +384,0.492988703,-0.516339467,137,-1.525288962,0.7258085137,8816.2690226 +385,-0.162469483,0.112549365,137,-1.525288962,0.7258085137,5310.7670824 +386,0.314630866,0.472006421,137,-1.525288962,0.7258085137,5726.8677912 +387,0.166744804,0.822815954,137,-1.525288962,0.7258085137,4483.0318722 +388,0.417159608,0.965805736,137,-1.525288962,0.7258085137,4628.8153218 +389,0.106334961,0.868774244,137,-1.525288962,0.7258085137,4250.4302802 +390,0.815086969,-0.338144359,137,-1.525288962,0.7258085137,9355.7267836 +391,0.59867455,-0.230624824,137,-1.525288962,0.7258085137,8454.5912777 +392,1.915104874,0.066220985,137,-1.525288962,0.7258085137,9126.5660083 +393,1.278093622,0.064463721,137,-1.525288962,0.7258085137,9084.3051308 +394,-0.061477853,0.302997961,137,-1.525288962,0.7258085137,5121.4008393 +395,0.251311504,0.626976942,137,-1.525288962,0.7258085137,5156.9483856 +396,2.950242872,0.149095644,137,-1.525288962,0.7258085137,6519.1467802 +397,-0.180294708,0.35375117,137,-1.525288962,0.7258085137,4647.8185365 +398,1.010448592,-0.351180233,137,-1.525288962,0.7258085137,9932.430051 +399,-1.748740498,0.3686318073,137,-1.525288962,0.7258085137,1599.7866133 +400,2.699635665,0.123533791,137,-1.525288962,0.7258085137,7287.8973094 +401,0.496808033,0.823843254,137,-1.525288962,0.7258085137,5157.9416675 +402,0.129574704,0.763364087,137,-1.525288962,0.7258085137,4533.3568267 +403,1.798920311,0.817447563,137,-1.525288962,0.7258085137,6297.3012746 +404,0.335987953,0.746786541,137,-1.525288962,0.7258085137,5041.3640024 +405,-1.085413643,0.292154671,137,-1.525288962,0.7258085137,2277.1462965 +406,-0.155321003,0.508207011,137,-1.525288962,0.7258085137,4358.2755789 +407,0.620529244,-0.301175104,137,-1.525288962,0.7258085137,8698.8614414 +408,1.684402744,0.368716966,137,-1.525288962,0.7258085137,8101.2288139 +409,0.300582244,-0.386397212,137,-1.525288962,0.7258085137,7960.4043272 +410,2.913555946,-0.009225192,137,-1.525288962,0.7258085137,7052.5733172 +411,1.465101417,0.493232532,137,-1.525288962,0.7258085137,7583.5579616 +412,0.090612882,0.907955955,137,-1.525288962,0.7258085137,4136.7882219 +413,2.987564726,-0.729568594,137,-1.525288962,0.7258085137,8542.6033085 +414,-1.484261606,0.224149272,137,-1.525288962,0.7258085137,1992.1211537 +415,0.164073421,0.303955133,137,-1.525288962,0.7258085137,5768.4478857 +416,0.141441293,0.167552546,137,-1.525288962,0.7258085137,6063.2434602 +417,2.931321023,-0.506718887,137,-1.525288962,0.7258085137,8239.3046334 +418,2.21951565,0.700596356,137,-1.525288962,0.7258085137,6392.2210012 +419,0.268112576,1.199114336,137,-1.525288962,0.7258085137,3874.9833831 +420,0.978913739,0.359223811,137,-1.525288962,0.7258085137,7551.4928969 +421,1.210898818,0.522863584,137,-1.525288962,0.7258085137,7280.3976005 +422,2.347397336,0.129231362,137,-1.525288962,0.7258085137,8144.9258893 +423,0.614394501,0.556878345,137,-1.525288962,0.7258085137,6187.198336 +424,-1.398079356,0.148483366,137,-1.525288962,0.7258085137,2329.8063749 +425,2.535303836,-0.112984496,137,-1.525288962,0.7258085137,8414.3283076 +426,-1.019372593,-0.405322349,137,-1.525288962,0.7258085137,4849.7584386 +427,-1.297785627,-0.160104069,137,-1.525288962,0.7258085137,3605.4600869 +428,2.144554488,0.205051084,137,-1.525288962,0.7258085137,8283.6785459 +429,-2.242387083,-0.426171285,137,-1.525288962,0.7258085137,5266.2172458 +430,0.338637212,0.909723676,137,-1.525288962,0.7258085137,4629.7701595 +431,-0.148798452,0.691042401,137,-1.525288962,0.7258085137,3989.1109196 +432,0.893524764,0.441829531,137,-1.525288962,0.7258085137,7113.81901 +433,0.969229347,-0.368847936,137,-1.525288962,0.7258085137,9868.2078001 +434,0.436043248,0.800045688,137,-1.525288962,0.7258085137,5106.9308341 +435,1.687946607,1.081504775,137,-1.525288962,0.7258085137,5281.4058374 +436,0.522302046,-0.034889271,137,-1.525288962,0.7258085137,7707.029942 +437,-0.178996113,-0.438090009,137,-1.525288962,0.7258085137,6741.4214916 +438,-1.094339566,0.301444068,137,-1.525288962,0.7258085137,2227.5191027 +439,-1.064070054,0.242569932,137,-1.525288962,0.7258085137,2484.6446776 +440,-1.068153768,0.230387998,137,-1.525288962,0.7258085137,2515.7287994 +441,-3.00496892,-0.23989155,137,-1.525288962,0.7258085137,6585.2389365 +442,0.21751974,0.766874888,137,-1.525288962,0.7258085137,4727.604619 +443,0.117229532,0.007619006,137,-1.525288962,0.7258085137,6414.2707349 +444,0.777758451,0.420554741,137,-1.525288962,0.7258085137,6960.9346953 +445,-0.252356999,0.250747086,137,-1.525288962,0.7258085137,4689.3279296 +446,0.363148444,0.768483434,137,-1.525288962,0.7258085137,5042.5226667 +447,0.903191366,-0.118210676,137,-1.525288962,0.7258085137,8973.0234548 +448,-0.205755923,0.149406178,137,-1.525288962,0.7258085137,5086.707784 +449,1.811996086,0.02364353,137,-1.525288962,0.7258085137,9393.1924671 +450,-1.100670221,0.314845373,137,-1.525288962,0.7258085137,2170.543496 +451,0.340078597,0.850105132,137,-1.525288962,0.7258085137,4782.7301024 +452,0.258757267,0.804969236,137,-1.525288962,0.7258085137,4726.1705195 +453,2.78505352,-0.155160804,137,-1.525288962,0.7258085137,7816.3030128 +454,0.800551619,0.105822106,137,-1.525288962,0.7258085137,8024.87409 +455,0.437940882,-0.506194031,137,-1.525288962,0.7258085137,8633.9135157 +456,2.230431122,0.63458615,137,-1.525288962,0.7258085137,6613.8696929 +457,0.527965361,0.127667701,137,-1.525288962,0.7258085137,7262.4876806 +458,-0.063643205,0.702093448,137,-1.525288962,0.7258085137,4189.6126834 +459,1.408447268,0.133010502,137,-1.525288962,0.7258085137,8959.3175457 +460,0.523795955,0.280266966,137,-1.525288962,0.7258085137,6807.2169756 +461,-0.975769313,0.072177659,137,-1.525288962,0.7258085137,3238.1039107 +462,0.549774164,-0.463663986,137,-1.525288962,0.7258085137,8871.2072433 +463,0.29245874,1.095549818,137,-1.525288962,0.7258085137,4118.0384674 +464,0.143625958,0.816809593,137,-1.525288962,0.7258085137,4445.1011967 +465,0.671902494,0.611159853,137,-1.525288962,0.7258085137,6135.7227365 +466,1.239840988,0.6724199,137,-1.525288962,0.7258085137,6741.2544494 +467,0.607829703,-0.10932137,137,-1.525288962,0.7258085137,8154.6859066 +468,1.763020906,0.263996692,137,-1.525288962,0.7258085137,8486.5821302 +469,0.378714634,0.726066797,137,-1.525288962,0.7258085137,5189.3632362 +470,2.196736143,-0.153862366,137,-1.525288962,0.7258085137,9404.6386404 +471,0.01702415,0.148991565,137,-1.525288962,0.7258085137,5747.0847575 +472,-2.998490902,-0.158002487,137,-1.525288962,0.7258085137,6350.5347518 +473,-3.051262951,-0.346595608,137,-1.525288962,0.7258085137,6995.0595413 +474,-1.069176439,0.182802941,137,-1.525288962,0.7258085137,2672.0042058 +475,0.167157509,0.595344954,137,-1.525288962,0.7258085137,5027.1882301 +476,0.613855648,0.681746124,137,-1.525288962,0.7258085137,5802.6226749 +477,1.037012736,0.682555367,137,-1.525288962,0.7258085137,6487.624367 +478,-1.253574971,0.379755746,137,-1.525288962,0.7258085137,1642.6695163 +479,3.108590453,-0.132620738,137,-1.525288962,0.7258085137,6801.9634174 +480,0.565301296,0.022333262,137,-1.525288962,0.7258085137,7666.205265 +481,0.547898238,0.855555614,137,-1.525288962,0.7258085137,5160.0290005 +482,0.948309381,0.417393755,137,-1.525288962,0.7258085137,7295.4635788 +483,-0.050600732,0.945269213,137,-1.525288962,0.7258085137,3770.7020135 +484,-0.977651478,-0.572363064,137,-1.525288962,0.7258085137,5515.8697897 +485,1.102014914,0.728861163,137,-1.525288962,0.7258085137,6395.0492724 +486,2.927300795,-0.282939414,137,-1.525288962,0.7258085137,7722.3455149 +487,-1.154565557,0.124434095,137,-1.525288962,0.7258085137,2715.036758 +488,1.855331234,0.291044755,137,-1.525288962,0.7258085137,8321.897545 +489,0.830290659,0.276904518,137,-1.525288962,0.7258085137,7541.342977 +490,0.485104466,-0.234867441,137,-1.525288962,0.7258085137,8133.292538 +491,0.521367572,-0.33161327,137,-1.525288962,0.7258085137,8481.7534302 +1,-1.539031704,0.7349710123,138,-1.534326986,0.731241342,20.248774403 +2,-1.536990553,0.7349663874,138,-1.534326986,0.731241342,16.708459295 +3,-1.534951779,0.7349571355,138,-1.534326986,0.731241342,14.832706287 +4,-1.532906461,0.7349480293,138,-1.534326986,0.731241342,15.265954032 +5,-1.531320211,0.7346937278,138,-1.534326986,0.731241342,16.289507218 +6,-1.539451648,0.7335131775,138,-1.534326986,0.731241342,17.572790897 +7,-1.537429487,0.7335445708,138,-1.534326986,0.731241342,12.912408123 +8,-1.535484998,0.7335658704,138,-1.534326986,0.731241342,9.8188549971 +9,-1.533488396,0.7336036027,138,-1.534326986,0.731241342,9.6773938391 +10,-1.531497785,0.7335842962,138,-1.534326986,0.731241342,12.472393372 +11,-1.530259379,0.7334777758,138,-1.534326986,0.731241342,14.900011833 +12,-1.5335454,0.7322346912,138,-1.534326986,0.731241342,4.5592771047 +13,-1.531489083,0.7322238773,138,-1.534326986,0.731241342,9.2246197569 +14,-1.530011122,0.7321679851,138,-1.534326986,0.731241342,13.238398457 +15,-1.53348106,0.7306614094,138,-1.534326986,0.731241342,3.3912306217 +16,-1.531441779,0.7306962275,138,-1.534326986,0.731241342,8.7783809203 +17,-1.529755654,0.7306933243,138,-1.534326986,0.731241342,13.654855844 +18,-1.533415048,0.7291384674,138,-1.534326986,0.731241342,8.7534657087 +19,-1.531392093,0.7291705353,138,-1.534326986,0.731241342,11.928772741 +20,-1.529296523,0.7291214933,138,-1.534326986,0.731241342,17.055754801 +21,-1.535280942,0.727267644,138,-1.534326986,0.731241342,15.990020218 +22,-1.533378158,0.7276139666,138,-1.534326986,0.731241342,14.638706771 +23,-1.531340368,0.7276446587,138,-1.534326986,0.731241342,16.75560333 +24,-1.528960113,0.7276398177,138,-1.534326986,0.731241342,21.323635334 +25,-1.533313146,0.7260818349,138,-1.534326986,0.731241342,20.655252316 +26,-1.531259555,0.7260958115,138,-1.534326986,0.731241342,22.306318572 +27,-1.528926415,0.7260865555,138,-1.534326986,0.731241342,25.915336277 +28,-1.531226779,0.7245511789,138,-1.534326986,0.731241342,28.040775703 +29,-1.528904772,0.7245519194,138,-1.534326986,0.731241342,30.970662471 +30,-1.547195875,0.7409785979,138,-1.534326986,0.731241342,53.986639538 +31,-1.5451475,0.740980426,138,-1.534326986,0.731241342,49.96999966 +32,-1.543097679,0.7409798872,138,-1.534326986,0.731241342,46.376836288 +33,-1.540720364,0.7409892687,138,-1.534326986,0.731241342,42.93078188 +34,-1.547188511,0.7395198392,138,-1.534326986,0.731241342,50.024878163 +35,-1.545148587,0.7395226109,138,-1.534326986,0.731241342,45.676851358 +36,-1.543104538,0.7395314908,138,-1.534326986,0.731241342,41.749593286 +37,-1.540727751,0.7395306258,138,-1.534326986,0.731241342,37.835786338 +38,-1.547187029,0.7380014886,138,-1.534326986,0.731241342,46.323594613 +39,-1.545147315,0.7380012252,138,-1.534326986,0.731241342,41.575290566 +40,-1.54310719,0.7380060743,138,-1.534326986,0.731241342,37.202731578 +41,-1.540719671,0.7380068206,138,-1.534326986,0.731241342,32.729456615 +42,-1.547187189,0.7364799098,138,-1.534326986,0.731241342,43.144394103 +43,-1.545149996,0.7364853874,138,-1.534326986,0.731241342,38.011975711 +44,-1.543106091,0.7364823484,138,-1.534326986,0.731241342,33.13277637 +45,-1.540717158,0.7364893901,138,-1.534326986,0.731241342,28.025167809 +46,-1.538663972,0.7410138672,138,-1.534326986,0.731241342,40.748648673 +47,-1.53695285,0.7409699132,138,-1.534326986,0.731241342,39.298211453 +48,-1.534910498,0.7409641297,138,-1.534326986,0.731241342,38.550033619 +49,-1.533145034,0.7409536636,138,-1.534326986,0.731241342,38.626643192 +50,-1.538681336,0.7395405883,138,-1.534326986,0.731241342,35.27381896 +51,-1.536999189,0.7395183096,138,-1.534326986,0.731241342,33.711581794 +52,-1.534923633,0.7395144222,138,-1.534326986,0.731241342,32.81650215 +53,-1.533267822,0.7395654306,138,-1.534326986,0.731241342,33.118163821 +54,-1.53867273,0.7380151077,138,-1.534326986,0.731241342,29.716390359 +55,-1.536980576,0.7379994392,138,-1.534326986,0.731241342,27.88204609 +56,-1.534931522,0.7379944961,138,-1.534326986,0.731241342,26.808200895 +57,-1.533387952,0.7379480264,138,-1.534326986,0.731241342,26.708192678 +58,-1.538682279,0.7364914363,138,-1.534326986,0.731241342,24.424774691 +59,-1.536980704,0.7364810563,138,-1.534326986,0.731241342,22.173809802 +60,-1.534935567,0.7364752065,138,-1.534326986,0.731241342,20.808478353 +61,-1.533042592,0.7363876366,138,-1.534326986,0.731241342,20.731633124 +62,-1.545143426,0.7349628011,138,-1.534326986,0.731241342,35.084189003 +63,-1.543105297,0.7349691947,138,-1.534326986,0.731241342,29.759806729 +64,-1.541064533,0.7349647152,138,-1.534326986,0.731241342,24.714298868 +65,-1.545411803,0.7334624714,138,-1.534326986,0.731241342,33.813888434 +66,-1.543446606,0.7334780896,138,-1.534326986,0.731241342,28.284249614 +67,-1.541475327,0.7334957295,138,-1.534326986,0.731241342,22.86983914 +68,-1.545401939,0.731963266,138,-1.534326986,0.731241342,32.767247284 +69,-1.54342253,0.7319915583,138,-1.534326986,0.731241342,26.972015809 +70,-1.541455867,0.7320216438,138,-1.534326986,0.731241342,21.237200968 +71,-1.545410146,0.7304422281,138,-1.534326986,0.731241342,32.841612259 +72,-1.543435491,0.7304713664,138,-1.534326986,0.731241342,27.036903408 +73,-1.541463105,0.7304997613,138,-1.534326986,0.731241342,21.250778123 +74,-1.545414768,0.7289194936,138,-1.534326986,0.731241342,33.992409012 +75,-1.543435774,0.7289538557,138,-1.534326986,0.731241342,28.369260218 +76,-1.541457714,0.7289765881,138,-1.534326986,0.731241342,22.87738617 +77,-1.539449415,0.7320555866,138,-1.534326986,0.731241342,15.437870881 +78,-1.537429183,0.7321097681,138,-1.534326986,0.731241342,9.7684938038 +79,-1.535472649,0.7321497267,138,-1.534326986,0.731241342,4.9342468344 +80,-1.539457899,0.7305333307,138,-1.534326986,0.731241342,15.390218317 +81,-1.537453161,0.7305750503,138,-1.534326986,0.731241342,9.5901228025 +82,-1.535479385,0.7306124949,138,-1.534326986,0.731241342,4.2136858606 +83,-1.53946905,0.7290102593,138,-1.534326986,0.731241342,17.561386563 +84,-1.537459922,0.7290417293,138,-1.534326986,0.731241342,12.704370523 +85,-1.535451349,0.7290890157,138,-1.534326986,0.731241342,9.1483557715 +86,-1.535522937,0.7279887191,138,-1.534326986,0.731241342,13.35880558 +87,-1.539442524,0.7274735939,138,-1.534326986,0.731241342,21.236155464 +88,-1.537424111,0.727521351,138,-1.534326986,0.731241342,17.342940181 +89,-1.539384641,0.7259505092,138,-1.534326986,0.731241342,25.741196266 +90,-1.537372391,0.7259947145,138,-1.534326986,0.731241342,22.647008111 +91,-1.535340789,0.7260435356,138,-1.534326986,0.731241342,20.805354974 +92,-1.539325716,0.7244369706,138,-1.534326986,0.731241342,30.740012666 +93,-1.537308932,0.7244801057,138,-1.534326986,0.731241342,28.195739776 +94,-1.535289068,0.7245247645,138,-1.534326986,0.731241342,26.756056911 +95,-1.533261366,0.7245550236,138,-1.534326986,0.731241342,26.671318689 +96,-1.539267302,0.722921924,138,-1.534326986,0.731241342,36.050734127 +97,-1.537248972,0.7229660258,138,-1.534326986,0.731241342,33.89985672 +98,-1.535219431,0.7229916471,138,-1.534326986,0.731241342,32.783586887 +99,-1.53318962,0.7230212049,138,-1.534326986,0.731241342,32.733451756 +100,-1.531154816,0.7230299897,138,-1.534326986,0.731241342,33.852643709 +101,-1.528878341,0.7230370244,138,-1.534326986,0.731241342,36.277230812 +102,-1.539218189,0.7214009878,138,-1.534326986,0.731241342,41.581859321 +103,-1.537198791,0.7214422745,138,-1.534326986,0.731241342,39.734802897 +104,-1.535179266,0.7214634354,138,-1.534326986,0.731241342,38.8124294 +105,-1.533156501,0.7214944644,138,-1.534326986,0.731241342,38.762651429 +106,-1.53113574,0.7215166021,138,-1.534326986,0.731241342,39.661873895 +107,-1.528874248,0.7215345535,138,-1.534326986,0.731241342,41.701241848 +108,-1.539217656,0.7198512397,138,-1.534326986,0.731241342,47.386775619 +109,-1.537199919,0.7199428763,138,-1.534326986,0.731241342,45.555715616 +110,-1.545425832,0.727397149,138,-1.534326986,0.731241342,36.14355366 +111,-1.543371177,0.7273916949,138,-1.534326986,0.731241342,30.757329194 +112,-1.541368852,0.7274523163,138,-1.534326986,0.731241342,25.647022415 +113,-1.545349067,0.7258710923,138,-1.534326986,0.731241342,38.905109015 +114,-1.54332671,0.7258603556,138,-1.534326986,0.731241342,34.084505917 +115,-1.541346831,0.7259242142,138,-1.534326986,0.731241342,29.563083701 +116,-1.545324355,0.7243383958,138,-1.534326986,0.731241342,42.490359654 +117,-1.543292796,0.7243617413,138,-1.534326986,0.731241342,38.021631512 +118,-1.541295822,0.7244024384,138,-1.534326986,0.731241342,34.037537964 +119,-1.543193859,0.7205570215,138,-1.534326986,0.731241342,49.809594886 +120,-1.550257047,0.7386738187,138,-1.534326986,0.731241342,55.298176234 +121,-1.549335448,0.7311736483,138,-1.534326986,0.731241342,44.252237767 +122,-1.533478843,0.7179891343,138,-1.534326986,0.731241342,52.552227514 +123,-1.556150555,0.738907041,138,-1.534326986,0.731241342,70.946715117 +124,-1.554324226,0.733414257,138,-1.534326986,0.731241342,59.526494617 +125,-1.554290846,0.7288285332,138,-1.534326986,0.731241342,59.69374734 +126,-1.55122487,0.7219795312,138,-1.534326986,0.731241342,62.036440181 +127,-1.525104458,0.7229399862,138,-1.534326986,0.731241342,42.73239134 +128,-1.519607711,0.7236181429,138,-1.534326986,0.731241342,52.990112167 +129,-1.513899999,0.7251107854,138,-1.534326986,0.731241342,65.089860346 +130,-1.536620762,0.7431061895,138,-1.534326986,0.731241342,47.475609702 +131,-1.5369566,0.7460845958,138,-1.534326986,0.731241342,59.296325582 +132,-1.545345528,0.7447040685,138,-1.534326986,0.731241342,62.339466058 +133,-1.532813921,0.7432306626,138,-1.534326986,0.731241342,47.696514327 +134,-1.554788248,0.7382381001,138,-1.534326986,0.731241342,66.215310696 +135,-1.540348126,0.7301594274,138,-1.534326986,0.731241342,18.270748457 +136,-1.538016084,0.7239051786,138,-1.534326986,0.731241342,31.039966667 +137,-1.525288962,0.7258085137,138,-1.534326986,0.731241342,34.301841635 +138,-1.534326986,0.731241342,138,-1.534326986,0.731241342,0 +139,-1.530733872,0.7303625216,138,-1.534326986,0.731241342,11.15499247 +141,-1.534354939,0.7328219978,138,-1.534326986,0.731241342,6.2615195244 +142,-1.53157084,0.7292888153,138,-1.534326986,0.731241342,11.223329491 +143,-1.525691035,0.7263799874,138,-1.534326986,0.731241342,31.96737474 +144,-1.534031287,0.7495967835,138,-1.534326986,0.731241342,72.711044087 +145,-1.527714986,0.7283095957,138,-1.534326986,0.731241342,22.713162882 +146,-1.526189586,0.7271468292,138,-1.534326986,0.731241342,28.995832712 +147,-1.555177336,0.7375563366,138,-1.534326986,0.731241342,66.206067067 +148,-1.555080283,0.7312707794,138,-1.534326986,0.731241342,61.186892445 +149,-1.53856994,0.7224180299,138,-1.534326986,0.731241342,37.137182461 +150,-1.530837883,0.729933372,138,-1.534326986,0.731241342,11.523459875 +151,-1.515066984,0.5854133365,138,-1.534326986,0.731241342,580.75282179 +152,-1.534731633,0.5368370046,138,-1.534326986,0.731241342,770.03665403 +153,-1.515231902,0.5607085576,138,-1.534326986,0.731241342,678.15735989 +154,-2.616253799,1.0684566605,138,-1.534326986,0.731241342,2841.1134106 +155,-1.956071439,0.5792177723,138,-1.534326986,0.731241342,1448.4386609 +156,-1.951208514,0.5602434208,138,-1.534326986,0.731241342,1475.5608754 +157,-1.944675062,0.6062144545,138,-1.534326986,0.731241342,1362.6065703 +158,-1.613778386,0.6077989518,138,-1.534326986,0.731241342,547.48196145 +159,-2.035029014,0.6021432345,138,-1.534326986,0.731241342,1631.3865628 +160,-2.114989471,0.6801825058,138,-1.534326986,0.731241342,1751.2258184 +161,-2.037382079,0.5765830025,138,-1.534326986,0.731241342,1686.117536 +162,-2.129855121,0.6585019963,138,-1.534326986,0.731241342,1822.4344363 +163,-2.075141798,0.6493615843,138,-1.534326986,0.731241342,1673.742672 +164,-1.828626729,0.6948433129,138,-1.534326986,0.731241342,891.92618879 +165,-1.863329418,0.6735427691,138,-1.534326986,0.731241342,1018.3724413 +166,-1.266037071,0.727988852,138,-1.534326986,0.731241342,791.21107502 +167,-1.277579582,0.7249010648,138,-1.534326986,0.731241342,758.61669128 +168,-1.258418684,0.7241194816,138,-1.534326986,0.731241342,815.40187559 +169,-1.317813974,0.6804850104,138,-1.534326986,0.731241342,682.21958834 +170,-1.344165204,0.6790988904,138,-1.534326986,0.731241342,609.10148795 +171,-1.427582102,0.5277120351,138,-1.534326986,0.731241342,875.0151446 +172,-1.402238616,0.457167829,138,-1.534326986,0.731241342,1167.7304576 +173,-1.422454264,0.4996161999,138,-1.534326986,0.731241342,985.46962711 +174,-1.439089277,0.4894859811,138,-1.534326986,0.731241342,1005.6664228 +175,-1.448126995,0.5182330266,138,-1.534326986,0.731241342,887.58777926 +176,-1.474626146,0.5881926574,138,-1.534326986,0.731241342,596.48721378 +177,-1.421139645,0.5584869783,138,-1.534326986,0.731241342,771.82027009 +178,-1.457037165,0.565943032,138,-1.534326986,0.731241342,698.45374596 +179,-2.757159358,0.3745319,138,-1.534326986,0.731241342,4236.4835946 +180,-2.714309238,0.342054471,138,-1.534326986,0.731241342,4188.4507676 +181,-2.000525337,0.774119946,138,-1.534326986,0.731241342,1352.334976 +183,-1.571413436,0.6777838382,138,-1.534326986,0.731241342,239.48600727 +184,-1.552860289,0.6987663893,138,-1.534326986,0.731241342,140.0651903 +185,-1.521852374,0.7165827476,138,-1.534326986,0.731241342,68.859994635 +186,-1.503656267,0.6928968252,138,-1.534326986,0.731241342,177.54604841 +187,-1.502753178,0.7136205882,138,-1.534326986,0.731241342,116.93214517 +188,-1.631894563,0.7343596465,138,-1.534326986,0.731241342,287.47513799 +189,-1.653765416,0.6770714026,138,-1.534326986,0.731241342,419.38875793 +190,-1.719812114,0.6715965947,138,-1.534326986,0.731241342,608.40846361 +191,-1.493406659,0.6646955447,138,-1.534326986,0.731241342,291.34355093 +192,-1.469120564,0.6613469966,138,-1.534326986,0.731241342,340.38093462 +193,-1.590551461,0.5326612937,138,-1.534326986,0.731241342,806.66676255 +194,-1.625979264,0.5247742243,138,-1.534326986,0.731241342,868.50935177 +195,-1.572293943,0.5238808754,138,-1.534326986,0.731241342,830.24375043 +196,-1.610848725,0.5477107964,138,-1.534326986,0.731241342,766.27460787 +197,-1.208485554,0.7918526018,138,-1.534326986,0.731241342,962.06461536 +198,-1.335601374,0.6869083083,138,-1.534326986,0.731241342,622.14263198 +199,-1.346156996,0.6825213377,138,-1.534326986,0.731241342,598.20128472 +200,-1.324381037,0.6741422347,138,-1.534326986,0.731241342,672.97834896 +201,-1.242424992,0.7378949807,138,-1.534326986,0.731241342,857.08257723 +202,-1.270370057,0.7392461008,138,-1.534326986,0.731241342,775.06323716 +203,-1.448950472,0.7441675014,138,-1.534326986,0.731241342,255.39972427 +204,-1.492662363,0.7523026852,138,-1.534326986,0.731241342,147.51744028 +205,-1.479098966,0.7763855017,138,-1.534326986,0.731241342,239.57139684 +206,-1.633760714,0.7869022408,138,-1.534326986,0.731241342,360.75199305 +207,-1.647406434,0.8101289331,138,-1.534326986,0.731241342,447.93225087 +208,-1.564245052,0.5701509278,138,-1.534326986,0.731241342,644.96717974 +209,-1.646289963,0.6833746083,138,-1.534326986,0.731241342,386.60673972 +210,-1.5820631,0.6751952144,138,-1.534326986,0.731241342,264.69914553 +211,-1.613236298,0.6681681791,138,-1.534326986,0.731241342,345.72017219 +212,-1.914661867,0.8212566515,138,-1.534326986,0.731241342,1128.1692902 +213,-1.742133237,0.7250275956,138,-1.534326986,0.731241342,614.39052893 +214,-2.033144872,0.6557314699,138,-1.534326986,0.731241342,1541.1104594 +215,-2.039551981,0.6964723658,138,-1.534326986,0.731241342,1511.6378493 +216,-1.247341019,0.7622473908,138,-1.534326986,0.731241342,841.82792013 +217,-1.298239787,0.7084123392,138,-1.534326986,0.731241342,708.18592625 +218,-1.308539688,0.6926545592,138,-1.534326986,0.731241342,693.40239091 +219,-1.303263185,0.6888938396,138,-1.534326986,0.731241342,713.22579441 +220,-1.852400229,0.6004246149,138,-1.534326986,0.731241342,1114.8845199 +221,-1.288947707,0.7473773692,138,-1.534326986,0.731241342,720.1990423 +222,-1.372031502,0.7472790993,138,-1.534326986,0.731241342,479.02297417 +223,-1.289805721,0.7242157877,138,-1.534326986,0.731241342,722.93416175 +224,-1.350807603,0.7533498126,138,-1.534326986,0.731241342,542.41443649 +225,-1.329290365,0.7560442322,138,-1.534326986,0.731241342,605.24020914 +226,-1.410153004,0.616936428,138,-1.534326986,0.731241342,593.39359542 +227,-1.393445434,0.6308995063,138,-1.534326986,0.731241342,587.64762526 +228,-1.37595573,0.6241540638,138,-1.534326986,0.731241342,646.42604513 +229,-1.358388707,0.6172645205,138,-1.534326986,0.731241342,706.36197523 +230,-1.753741133,0.8281661666,138,-1.534326986,0.731241342,726.24172733 +231,-1.47430987,0.6834615681,138,-1.534326986,0.731241342,261.61780116 +232,-1.421012508,0.7222725206,138,-1.534326986,0.731241342,337.22540485 +233,-1.4476833,0.6978557868,138,-1.534326986,0.731241342,290.95994805 +234,-1.470370723,0.6966193374,138,-1.534326986,0.731241342,235.47544353 +235,-1.429211703,0.7037216883,138,-1.534326986,0.731241342,332.02218785 +236,-1.700578405,0.6178673663,138,-1.534326986,0.731241342,681.98423548 +237,-1.678117619,0.6331716163,138,-1.534326986,0.731241342,587.98758932 +238,-1.725644578,0.6316331145,138,-1.534326986,0.731241342,707.67658101 +239,-2.14012759,0.7930497945,138,-1.534326986,0.731241342,1739.1579011 +240,-2.103289431,0.7653606263,138,-1.534326986,0.731241342,1646.3790489 +241,-1.318739838,0.7017808746,138,-1.534326986,0.731241342,653.84011015 +242,-1.396417427,0.7077900843,138,-1.534326986,0.731241342,421.05714745 +243,-1.35650337,0.7185539404,138,-1.534326986,0.731241342,529.33358279 +244,-1.248884539,0.7274156818,138,-1.534326986,0.731241342,841.88683631 +245,-1.395014798,0.5761185243,138,-1.534326986,0.731241342,753.82741402 +246,-1.433377362,0.6064716109,138,-1.534326986,0.731241342,585.02737614 +247,-1.408172432,0.5903155476,138,-1.534326986,0.731241342,682.96202194 +248,-1.749645898,0.7757118084,138,-1.534326986,0.731241342,645.75504093 +249,-1.571626686,0.615046989,138,-1.534326986,0.731241342,474.47432352 +250,-1.514070049,0.6303003037,138,-1.534326986,0.731241342,404.64784328 +251,-1.480890369,0.6237966528,138,-1.534326986,0.731241342,456.33551689 +252,-1.704390658,0.5281680612,138,-1.534326986,0.731241342,969.80205874 +253,-1.64434733,0.5254277498,138,-1.534326986,0.731241342,887.53214092 +254,-1.703855997,0.4792484842,138,-1.534326986,0.731241342,1138.8832234 +255,-1.692002383,0.5748825051,138,-1.534326986,0.731241342,792.50146744 +256,-1.854136457,0.5544643913,138,-1.534326986,0.731241342,1227.9801139 +257,-1.665021206,0.520317736,138,-1.534326986,0.731241342,933.96544278 +258,-1.733654349,0.4845187345,138,-1.534326986,0.731241342,1170.2074369 +259,-1.720938188,0.5135933906,138,-1.534326986,0.731241342,1048.7587612 +260,-1.742668307,0.553296122,138,-1.534326986,0.731241342,964.26052689 +261,-1.965659039,0.7142126903,138,-1.534326986,0.731241342,1278.7292377 +262,-1.944438071,0.6772834804,138,-1.534326986,0.731241342,1252.2037943 +263,-1.270340967,0.7681487096,138,-1.534326986,0.731241342,777.97375708 +264,-1.353091884,0.6549276821,138,-1.534326986,0.731241342,628.92758586 +265,-1.333236659,0.6413584414,138,-1.534326986,0.731241342,710.74021859 +266,-1.352015998,0.6753788907,138,-1.534326986,0.731241342,593.05436988 +267,-1.377988483,0.6577816235,138,-1.534326986,0.731241342,557.28261172 +268,-2.13075611,0.8318642051,138,-1.534326986,0.731241342,1708.7128444 +269,-2.097910953,0.8259670014,138,-1.534326986,0.731241342,1620.3791896 +270,-1.416382069,0.6694271549,138,-1.534326986,0.731241342,432.85757032 +271,-1.538905672,0.7535625993,138,-1.534326986,0.731241342,89.418582658 +272,-1.572309477,0.7803125099,138,-1.534326986,0.731241342,223.06507455 +273,-1.87759879,0.7503853417,138,-1.534326986,0.731241342,1003.906753 +274,1.152365588,0.590457682,138,-1.534326986,0.731241342,6953.5117336 +275,0.350198001,0.718001859,138,-1.534326986,0.731241342,5154.1080069 +276,0.046513677,0.491503852,138,-1.534326986,0.731241342,4979.3774743 +277,0.027510309,0.742571376,138,-1.534326986,0.731241342,4344.3386604 +278,0.306285725,-0.214631579,138,-1.534326986,0.731241342,7579.5975325 +279,-1.100564889,0.318051531,138,-1.534326986,0.731241342,2194.8320288 +280,-1.078582306,0.301437596,138,-1.534326986,0.731241342,2297.1076455 +281,-1.137371989,-0.617634065,138,-1.534326986,0.731241342,5533.5345615 +282,0.784356344,0.703272339,138,-1.534326986,0.731241342,6040.5965816 +283,-1.221209947,0.218327455,138,-1.534326986,0.731241342,2300.8234468 +284,2.347301921,-0.449114658,138,-1.534326986,0.731241342,9798.042794 +285,0.246820618,0.830553713,138,-1.534326986,0.731241342,4642.7249038 +286,0.829414965,0.703288228,138,-1.534326986,0.731241342,6113.3014092 +287,-1.337537566,0.42332223,138,-1.534326986,0.731241342,1380.6163553 +288,0.882453706,0.454478077,138,-1.534326986,0.731241342,7049.9010125 +289,1.575629659,0.416419109,138,-1.534326986,0.731241342,7896.4858616 +290,-1.039455679,0.229888244,138,-1.534326986,0.731241342,2614.3194216 +291,0.489558039,0.934482747,138,-1.534326986,0.731241342,4833.1197259 +292,0.081344504,0.88384514,138,-1.534326986,0.731241342,4170.0926788 +293,-1.547979814,0.300350308,138,-1.534326986,0.731241342,1707.3877018 +294,0.040776181,0.168560074,138,-1.534326986,0.731241342,5789.8304727 +295,-1.130374745,0.563894876,138,-1.534326986,0.731241342,1431.5757304 +296,1.578326642,0.478507176,138,-1.534326986,0.731241342,7650.8633308 +297,-1.12861823,-0.291640865,138,-1.534326986,0.731241342,4315.0319942 +298,0.310524208,0.770885792,138,-1.534326986,0.731241342,4928.3548954 +299,0.415649091,-0.387246002,138,-1.534326986,0.731241342,8329.4142404 +300,-0.926533878,-0.188022748,138,-1.534326986,0.731241342,4259.3451767 +301,1.258856172,-0.11716081,138,-1.534326986,0.731241342,9720.9895339 +302,-1.126050026,0.322941926,138,-1.534326986,0.731241342,2122.932225 +303,2.002785835,0.07893892,138,-1.534326986,0.731241342,8932.1797638 +304,0.440437607,0.746258085,138,-1.534326986,0.731241342,5267.8679251 +305,-0.030391866,0.214441206,138,-1.534326986,0.731241342,5461.9094277 +306,0.521557815,-0.058929362,138,-1.534326986,0.731241342,7790.8024238 +307,-0.097005111,0.13317729,138,-1.534326986,0.731241342,5477.4290667 +308,1.83113859,0.221857587,138,-1.534326986,0.731241342,8581.2590985 +309,0.222428864,0.099404236,138,-1.534326986,0.731241342,6502.0822933 +310,-1.702731345,0.8728568183,138,-1.534326986,0.731241342,726.59898943 +311,-0.418507569,0.278324921,138,-1.534326986,0.731241342,4157.1717695 +312,-1.41153306,0.339029988,138,-1.534326986,0.731241342,1607.4389584 +313,0.357560442,0.114788776,138,-1.534326986,0.731241342,6845.9200362 +314,0.325818979,0.268352149,138,-1.534326986,0.731241342,6331.7419612 +315,-1.246004659,-0.663679965,138,-1.534326986,0.731241342,5622.4512296 +316,1.814603087,0.637404484,138,-1.534326986,0.731241342,6970.9081318 +317,1.843704281,-0.18300445,138,-1.534326986,0.731241342,10122.1451 +318,1.690644492,-0.211480909,138,-1.534326986,0.731241342,10365.003249 +319,-1.275451936,0.068109467,138,-1.534326986,0.731241342,2782.0278358 +320,0.762430171,-0.207594741,138,-1.534326986,0.731241342,8876.6984599 +321,0.265668905,-0.014647884,138,-1.534326986,0.731241342,6934.2910952 +322,-2.773032013,-0.335515811,138,-1.534326986,0.731241342,6185.2226687 +323,-1.469512853,0.174058777,138,-1.534326986,0.731241342,2218.5035187 +324,0.286276986,0.785925691,138,-1.534326986,0.731241342,4837.6693115 +325,-1.379324697,0.377432233,138,-1.534326986,0.731241342,1493.3956612 +326,-1.203778265,0.212813032,138,-1.534326986,0.731241342,2349.2655683 +327,0.579916301,0.611743168,138,-1.534326986,0.731241342,5950.7056337 +328,0.267582642,0.868113908,138,-1.534326986,0.731241342,4594.4460716 +329,0.412869244,-0.050245578,138,-1.534326986,0.731241342,7457.0671592 +330,0.17524381,0.976660285,138,-1.534326986,0.731241342,4167.5120439 +331,0.743157214,0.204812899,138,-1.534326986,0.731241342,7585.1045498 +332,-1.070758176,0.269382282,138,-1.534326986,0.731241342,2417.2176766 +333,-1.230364251,0.329790229,138,-1.534326986,0.731241342,1890.8187875 +334,-1.374813124,-0.024926835,138,-1.534326986,0.731241342,3049.3268834 +335,0.519780566,0.463669906,138,-1.534326986,0.731241342,6264.4104939 +336,-1.55108034,0.239698561,138,-1.534326986,0.731241342,1947.8523456 +337,0.180294813,0.029739425,138,-1.534326986,0.731241342,6566.1052471 +338,0.67820924,0.268170153,138,-1.534326986,0.731241342,7233.7952684 +339,0.445798684,1.024001867,138,-1.534326986,0.731241342,4520.7737729 +340,0.691751283,0.150521402,138,-1.534326986,0.731241342,7631.1820184 +341,-1.036643551,-0.903056181,138,-1.534326986,0.731241342,6695.8829344 +342,-0.120287036,1.083325163,138,-1.534326986,0.731241342,3448.0799893 +343,2.823513113,-0.304487164,138,-1.534326986,0.731241342,8056.3052333 +344,0.457583172,1.12513373,138,-1.534326986,0.731241342,4277.5159891 +345,0.042918831,0.813795399,138,-1.534326986,0.731241342,4229.2433934 +346,1.196146777,-0.853142756,138,-1.534326986,0.731241342,11208.920787 +347,0.206001358,-0.010430701,138,-1.534326986,0.731241342,6748.4864285 +348,-0.268308653,0.234799412,138,-1.534326986,0.731241342,4709.5933033 +349,0.759363263,0.736189579,138,-1.534326986,0.731241342,5890.8023922 +350,0.181363926,0.891988372,138,-1.534326986,0.731241342,4362.9518361 +351,-0.021111158,0.139103292,138,-1.534326986,0.731241342,5685.4897698 +352,-0.093355215,0.630686981,138,-1.534326986,0.731241342,4276.556249 +353,0.40118964,0.681375926,138,-1.534326986,0.731241342,5366.0280874 +354,-0.721197315,1.304706234,138,-1.534326986,0.731241342,2685.701204 +355,-1.076150317,0.212107639,138,-1.534326986,0.731241342,2593.4770664 +356,-1.577164531,0.273993443,138,-1.534326986,0.731241342,1817.0481182 +357,-0.190788414,0.182208586,138,-1.534326986,0.731241342,5073.3032527 +358,-0.261349752,0.209710184,138,-1.534326986,0.731241342,4794.3666864 +359,-1.029303852,0.083549259,138,-1.534326986,0.731241342,3123.4117815 +360,-1.268609162,0.330525297,138,-1.534326986,0.731241342,1821.8811684 +361,1.282982244,-0.926641967,138,-1.534326986,0.731241342,11287.26586 +362,0.217352334,0.731352408,138,-1.534326986,0.731241342,4821.0442809 +363,-1.511833084,0.258629297,138,-1.534326986,0.731241342,1873.5996947 +364,0.338812194,0.823184618,138,-1.534326986,0.731241342,4851.9292461 +365,-0.324406489,1.134201999,138,-1.534326986,0.731241342,3059.182431 +366,1.389579348,0.399185724,138,-1.534326986,0.731241342,7895.6465767 +367,2.047152199,-0.039082036,138,-1.534326986,0.731241342,9288.0750089 +368,0.947780369,0.568250077,138,-1.534326986,0.731241342,6764.0328591 +369,0.763824846,0.576754987,138,-1.534326986,0.731241342,6422.8399211 +370,-0.142334657,0.928153068,138,-1.534326986,0.731241342,3603.6439733 +371,0.610266567,0.547265983,138,-1.534326986,0.731241342,6212.2146142 +372,0.210731629,0.746815056,138,-1.534326986,0.731241342,4767.7682214 +373,-1.34931644,0.316895224,138,-1.534326986,0.731241342,1756.2035615 +374,2.407696481,0.655030745,138,-1.534326986,0.731241342,6238.8218427 +375,0.64207831,0.545359131,138,-1.534326986,0.731241342,6284.7534904 +376,1.174597538,0.840588356,138,-1.534326986,0.731241342,6036.5393924 +377,0.660059424,0.010604079,138,-1.534326986,0.731241342,7971.8517167 +378,-0.730263819,0.010486456,138,-1.534326986,0.731241342,4040.1022289 +379,0.831068936,0.512339172,138,-1.534326986,0.731241342,6760.6498459 +380,1.301180979,0.72367476,138,-1.534326986,0.731241342,6577.6844964 +381,1.811128231,0.322854402,138,-1.534326986,0.731241342,8202.2933249 +382,0.435105812,0.992284428,138,-1.534326986,0.731241342,4586.9355065 +383,0.62643634,0.592027932,138,-1.534326986,0.731241342,6106.9177081 +384,0.492988703,-0.516339467,138,-1.534326986,0.731241342,8845.837564 +385,-0.162469483,0.112549365,138,-1.534326986,0.731241342,5338.5454086 +386,0.314630866,0.472006421,138,-1.534326986,0.731241342,5739.1180236 +387,0.166744804,0.822815954,138,-1.534326986,0.731241342,4488.5891841 +388,0.417159608,0.965805736,138,-1.534326986,0.731241342,4626.5654666 +389,0.106334961,0.868774244,138,-1.534326986,0.731241342,4255.3776822 +390,0.815086969,-0.338144359,138,-1.534326986,0.731241342,9375.5448515 +391,0.59867455,-0.230624824,138,-1.534326986,0.731241342,8476.3414936 +392,1.915104874,0.066220985,138,-1.534326986,0.731241342,9096.1626037 +393,1.278093622,0.064463721,138,-1.534326986,0.731241342,9076.5631818 +394,-0.061477853,0.302997961,138,-1.534326986,0.731241342,5144.2273069 +395,0.251311504,0.626976942,138,-1.534326986,0.731241342,5166.604205 +396,2.950242872,0.149095644,138,-1.534326986,0.731241342,6487.714164 +397,-0.180294708,0.35375117,138,-1.534326986,0.731241342,4671.4687091 +398,1.010448592,-0.351180233,138,-1.534326986,0.731241342,9947.0190303 +399,-1.748740498,0.3686318073,138,-1.534326986,0.731241342,1604.4816179 +400,2.699635665,0.123533791,138,-1.534326986,0.731241342,7254.6806626 +401,0.496808033,0.823843254,138,-1.534326986,0.731241342,5158.1788116 +402,0.129574704,0.763364087,138,-1.534326986,0.731241342,4541.2689739 +403,1.798920311,0.817447563,138,-1.534326986,0.731241342,6272.5568857 +404,0.335987953,0.746786541,138,-1.534326986,0.731241342,5046.3764575 +405,-1.085413643,0.292154671,138,-1.534326986,0.731241342,2311.4187801 +406,-0.155321003,0.508207011,138,-1.534326986,0.731241342,4377.901834 +407,0.620529244,-0.301175104,138,-1.534326986,0.731241342,8721.8690192 +408,1.684402744,0.368716966,138,-1.534326986,0.731241342,8077.7425766 +409,0.300582244,-0.386397212,138,-1.534326986,0.731241342,7989.7947671 +410,2.913555946,-0.009225192,138,-1.534326986,0.731241342,7022.5288379 +411,1.465101417,0.493232532,138,-1.534326986,0.731241342,7565.8901425 +412,0.090612882,0.907955955,138,-1.534326986,0.731241342,4140.6305762 +413,2.987564726,-0.729568594,138,-1.534326986,0.731241342,8529.5332052 +414,-1.484261606,0.224149272,138,-1.534326986,0.731241342,2015.9960824 +415,0.164073421,0.303955133,138,-1.534326986,0.731241342,5787.3772666 +416,0.141441293,0.167552546,138,-1.534326986,0.731241342,6085.3695236 +417,2.931321023,-0.506718887,138,-1.534326986,0.731241342,8218.781904 +418,2.21951565,0.700596356,138,-1.534326986,0.731241342,6361.1945566 +419,0.268112576,1.199114336,138,-1.534326986,0.731241342,3866.9252841 +420,0.978913739,0.359223811,138,-1.534326986,0.731241342,7549.7254765 +421,1.210898818,0.522863584,138,-1.534326986,0.731241342,7269.6028123 +422,2.347397336,0.129231362,138,-1.534326986,0.731241342,8110.6565935 +423,0.614394501,0.556878345,138,-1.534326986,0.731241342,6191.1630345 +424,-1.398079356,0.148483366,138,-1.534326986,0.731241342,2356.9552971 +425,2.535303836,-0.112984496,138,-1.534326986,0.731241342,8381.5596581 +426,-1.019372593,-0.405322349,138,-1.534326986,0.731241342,4881.4081169 +427,-1.297785627,-0.160104069,138,-1.534326986,0.731241342,3633.7338742 +428,2.144554488,0.205051084,138,-1.534326986,0.731241342,8250.7499251 +429,-2.242387083,-0.426171285,138,-1.534326986,0.731241342,5266.8423084 +430,0.338637212,0.909723676,138,-1.534326986,0.731241342,4630.2320978 +431,-0.148798452,0.691042401,138,-1.534326986,0.731241342,4003.3658592 +432,0.893524764,0.441829531,138,-1.534326986,0.731241342,7113.0733132 +433,0.969229347,-0.368847936,138,-1.534326986,0.731241342,9884.807261 +434,0.436043248,0.800045688,138,-1.534326986,0.731241342,5108.8209063 +435,1.687946607,1.081504775,138,-1.534326986,0.731241342,5258.9175278 +436,0.522302046,-0.034889271,138,-1.534326986,0.731241342,7725.9556358 +437,-0.178996113,-0.438090009,138,-1.534326986,0.731241342,6774.9776647 +438,-1.094339566,0.301444068,138,-1.534326986,0.731241342,2261.7876113 +439,-1.064070054,0.242569932,138,-1.534326986,0.731241342,2518.8804477 +440,-1.068153768,0.230387998,138,-1.534326986,0.731241342,2549.9232593 +441,-3.00496892,-0.23989155,138,-1.534326986,0.731241342,6564.4720322 +442,0.21751974,0.766874888,138,-1.534326986,0.731241342,4734.0375431 +443,0.117229532,0.007619006,138,-1.534326986,0.731241342,6439.7249263 +444,0.777758451,0.420554741,138,-1.534326986,0.731241342,6963.7000807 +445,-0.252356999,0.250747086,138,-1.534326986,0.731241342,4716.0712311 +446,0.363148444,0.768483434,138,-1.534326986,0.731241342,5046.4921419 +447,0.903191366,-0.118210676,138,-1.534326986,0.731241342,8983.9079756 +448,-0.205755923,0.149406178,138,-1.534326986,0.731241342,5114.4985912 +449,1.811996086,0.02364353,138,-1.534326986,0.731241342,9364.9628011 +450,-1.100670221,0.314845373,138,-1.534326986,0.731241342,2204.8200488 +451,0.340078597,0.850105132,138,-1.534326986,0.731241342,4784.8639199 +452,0.258757267,0.804969236,138,-1.534326986,0.731241342,4730.8579978 +453,2.78505352,-0.155160804,138,-1.534326986,0.731241342,7786.6442965 +454,0.800551619,0.105822106,138,-1.534326986,0.731241342,8033.512944 +455,0.437940882,-0.506194031,138,-1.534326986,0.731241342,8663.8448799 +456,2.230431122,0.63458615,138,-1.534326986,0.731241342,6582.3337009 +457,0.527965361,0.127667701,138,-1.534326986,0.731241342,7277.7390498 +458,-0.063643205,0.702093448,138,-1.534326986,0.731241342,4202.2906381 +459,1.408447268,0.133010502,138,-1.534326986,0.731241342,8945.4636166 +460,0.523795955,0.280266966,138,-1.534326986,0.731241342,6819.2528877 +461,-0.975769313,0.072177659,138,-1.534326986,0.731241342,3272.2547316 +462,0.549774164,-0.463663986,138,-1.534326986,0.731241342,8899.0777602 +463,0.29245874,1.095549818,138,-1.534326986,0.731241342,4113.3155882 +464,0.143625958,0.816809593,138,-1.534326986,0.731241342,4451.1803215 +465,0.671902494,0.611159853,138,-1.534326986,0.731241342,6137.2531639 +466,1.239840988,0.6724199,138,-1.534326986,0.731241342,6728.2973514 +467,0.607829703,-0.10932137,138,-1.534326986,0.731241342,8173.3944579 +468,1.763020906,0.263996692,138,-1.534326986,0.731241342,8460.7757561 +469,0.378714634,0.726066797,138,-1.534326986,0.731241342,5194.1606454 +470,2.196736143,-0.153862366,138,-1.534326986,0.731241342,9370.3374206 +471,0.01702415,0.148991565,138,-1.534326986,0.731241342,5771.6163187 +472,-2.998490902,-0.158002487,138,-1.534326986,0.731241342,6328.2518286 +473,-3.051262951,-0.346595608,138,-1.534326986,0.731241342,6975.7276723 +474,-1.069176439,0.182802941,138,-1.534326986,0.731241342,2706.0482364 +475,0.167157509,0.595344954,138,-1.534326986,0.731241342,5039.1668971 +476,0.613855648,0.681746124,138,-1.534326986,0.731241342,5803.9115362 +477,1.037012736,0.682555367,138,-1.534326986,0.731241342,6479.4157676 +478,-1.253574971,0.379755746,138,-1.534326986,0.731241342,1676.1408117 +479,3.108590453,-0.132620738,138,-1.534326986,0.731241342,6776.369893 +480,0.565301296,0.022333262,138,-1.534326986,0.731241342,7682.9045834 +481,0.547898238,0.855555614,138,-1.534326986,0.731241342,5158.6098359 +482,0.948309381,0.417393755,138,-1.534326986,0.731241342,7293.6068216 +483,-0.050600732,0.945269213,138,-1.534326986,0.731241342,3774.7832786 +484,-0.977651478,-0.572363064,138,-1.534326986,0.731241342,5547.0711996 +485,1.102014914,0.728861163,138,-1.534326986,0.731241342,6384.7407985 +486,2.927300795,-0.282939414,138,-1.534326986,0.731241342,7696.7517982 +487,-1.154565557,0.124434095,138,-1.534326986,0.731241342,2747.9624896 +488,1.855331234,0.291044755,138,-1.534326986,0.731241342,8294.023036 +489,0.830290659,0.276904518,138,-1.534326986,0.731241342,7545.4973894 +490,0.485104466,-0.234867441,138,-1.534326986,0.731241342,8157.2729499 +491,0.521367572,-0.33161327,138,-1.534326986,0.731241342,8507.192481 +1,-1.539031704,0.7349710123,139,-1.530733872,0.7303625216,30.499419857 +2,-1.536990553,0.7349663874,139,-1.530733872,0.7303625216,25.922297292 +3,-1.534951779,0.7349571355,139,-1.530733872,0.7303625216,22.033379306 +4,-1.532906461,0.7349480293,139,-1.530733872,0.7303625216,19.256909586 +5,-1.531320211,0.7346937278,139,-1.530733872,0.7303625216,17.242586582 +6,-1.539451648,0.7335131775,139,-1.530733872,0.7303625216,28.558076268 +7,-1.537429487,0.7335445708,139,-1.530733872,0.7303625216,23.410945082 +8,-1.535484998,0.7335658704,139,-1.530733872,0.7303625216,18.893546077 +9,-1.533488396,0.7336036027,139,-1.530733872,0.7303625216,15.18815209 +10,-1.531497785,0.7335842962,139,-1.530733872,0.7303625216,12.958422264 +11,-1.530259379,0.7334777758,139,-1.530733872,0.7303625216,12.418475794 +12,-1.5335454,0.7322346912,139,-1.530733872,0.7303625216,11.12199523 +13,-1.531489083,0.7322238773,139,-1.530733872,0.7303625216,7.7016909376 +14,-1.530011122,0.7321679851,139,-1.530733872,0.7303625216,7.4621537157 +15,-1.53348106,0.7306614094,139,-1.530733872,0.7303625216,8.1909905227 +16,-1.531441779,0.7306962275,139,-1.530733872,0.7303625216,2.4716353208 +17,-1.529755654,0.7306933243,139,-1.530733872,0.7303625216,3.1695092929 +18,-1.533415048,0.7291384674,139,-1.530733872,0.7303625216,9.2824986781 +19,-1.531392093,0.7291705353,139,-1.530733872,0.7303625216,5.1057146669 +20,-1.529296523,0.7291214933,139,-1.530733872,0.7303625216,6.4939672011 +21,-1.535280942,0.727267644,139,-1.530733872,0.7303625216,18.187659444 +22,-1.533378158,0.7276139666,139,-1.530733872,0.7303625216,13.399814445 +23,-1.531340368,0.7276446587,139,-1.530733872,0.7303625216,10.913541325 +24,-1.528960113,0.7276398177,139,-1.530733872,0.7303625216,11.990309783 +25,-1.533313146,0.7260818349,139,-1.530733872,0.7303625216,18.591454875 +26,-1.531259555,0.7260958115,139,-1.530733872,0.7303625216,16.971740606 +27,-1.528926415,0.7260865555,139,-1.530733872,0.7303625216,17.759995147 +28,-1.531226779,0.7245511789,139,-1.530733872,0.7303625216,23.064868379 +29,-1.528904772,0.7245519194,139,-1.530733872,0.7303625216,23.643320451 +30,-1.547195875,0.7409785979,139,-1.530733872,0.7303625216,64.071223337 +31,-1.5451475,0.740980426,139,-1.530733872,0.7303625216,59.668683703 +32,-1.543097679,0.7409798872,139,-1.530733872,0.7303625216,55.559436196 +33,-1.540720364,0.7409892687,139,-1.530733872,0.7303625216,51.3008997 +34,-1.547188511,0.7395198392,139,-1.530733872,0.7303625216,60.444813992 +35,-1.545148587,0.7395226109,139,-1.530733872,0.7303625216,55.773027897 +36,-1.543104538,0.7395314908,139,-1.530733872,0.7303625216,51.384993606 +37,-1.540727751,0.7395306258,139,-1.530733872,0.7303625216,46.703171987 +38,-1.547187029,0.7380014886,139,-1.530733872,0.7303625216,57.063606115 +39,-1.545147315,0.7380012252,139,-1.530733872,0.7303625216,52.075041934 +40,-1.54310719,0.7380060743,139,-1.530733872,0.7303625216,47.333302787 +41,-1.540719671,0.7380068206,139,-1.530733872,0.7303625216,42.178636096 +42,-1.547187189,0.7364799098,139,-1.530733872,0.7303625216,54.139869468 +43,-1.545149996,0.7364853874,139,-1.530733872,0.7303625216,48.863676669 +44,-1.543106091,0.7364823484,139,-1.530733872,0.7303625216,43.737851447 +45,-1.540717158,0.7364893901,139,-1.530733872,0.7303625216,38.104173732 +46,-1.538663972,0.7410138672,139,-1.530733872,0.7303625216,48.189945685 +47,-1.53695285,0.7409699132,139,-1.530733872,0.7303625216,45.813229267 +48,-1.534910498,0.7409641297,139,-1.530733872,0.7303625216,43.747453802 +49,-1.533145034,0.7409536636,139,-1.530733872,0.7303625216,42.544852646 +50,-1.538681336,0.7395405883,139,-1.530733872,0.7303625216,43.209044295 +51,-1.536999189,0.7395183096,139,-1.530733872,0.7303625216,40.671643703 +52,-1.534923633,0.7395144222,139,-1.530733872,0.7303625216,38.284323657 +53,-1.533267822,0.7395654306,139,-1.530733872,0.7303625216,37.205406418 +54,-1.53867273,0.7380151077,139,-1.530733872,0.7303625216,38.259240372 +55,-1.536980576,0.7379994392,139,-1.530733872,0.7303625216,35.390120655 +56,-1.534931522,0.7379944961,139,-1.530733872,0.7303625216,32.653136175 +57,-1.533387952,0.7379480264,139,-1.530733872,0.7303625216,31.043279405 +58,-1.538682279,0.7364914363,139,-1.530733872,0.7303625216,33.71022942 +59,-1.536980704,0.7364810563,139,-1.530733872,0.7303625216,30.417869345 +60,-1.534935567,0.7364752065,139,-1.530733872,0.7303625216,27.186409968 +61,-1.533042592,0.7363876366,139,-1.530733872,0.7303625216,24.813655044 +62,-1.545143426,0.7349628011,139,-1.530733872,0.7303625216,46.177186026 +63,-1.543105297,0.7349691947,139,-1.530733872,0.7303625216,40.742956056 +64,-1.541064533,0.7349647152,139,-1.530733872,0.7303625216,35.463319674 +65,-1.545411803,0.7334624714,139,-1.530733872,0.7303625216,44.958712324 +66,-1.543446606,0.7334780896,139,-1.530733872,0.7303625216,39.439121539 +67,-1.541475327,0.7334957295,139,-1.530733872,0.7303625216,33.996230926 +68,-1.545401939,0.731963266,139,-1.530733872,0.7303625216,43.711820921 +69,-1.54342253,0.7319915583,139,-1.530733872,0.7303625216,37.96506292 +70,-1.541455867,0.7320216438,139,-1.530733872,0.7303625216,32.289401356 +71,-1.545410146,0.7304422281,139,-1.530733872,0.7303625216,43.304392466 +72,-1.543435491,0.7304713664,139,-1.530733872,0.7303625216,37.478929905 +73,-1.541463105,0.7304997613,139,-1.530733872,0.7303625216,31.66116744 +74,-1.545414768,0.7289194936,139,-1.530733872,0.7303625216,43.721622715 +75,-1.543435774,0.7289538557,139,-1.530733872,0.7303625216,37.915541481 +76,-1.541457714,0.7289765881,139,-1.530733872,0.7303625216,32.134544526 +77,-1.539449415,0.7320555866,139,-1.530733872,0.7303625216,26.557862941 +78,-1.537429183,0.7321097681,139,-1.530733872,0.7303625216,20.91827684 +79,-1.535472649,0.7321497267,139,-1.530733872,0.7303625216,15.6625003 +80,-1.539457899,0.7305333307,139,-1.530733872,0.7303625216,25.748680381 +81,-1.537453161,0.7305750503,139,-1.530733872,0.7303625216,19.842420709 +82,-1.535479385,0.7306124949,139,-1.530733872,0.7303625216,14.035875517 +83,-1.53946905,0.7290102593,139,-1.530733872,0.7303625216,26.340602853 +84,-1.537459922,0.7290417293,139,-1.530733872,0.7303625216,20.535704344 +85,-1.535451349,0.7290890157,139,-1.530733872,0.7303625216,14.813031226 +86,-1.535522937,0.7279887191,139,-1.530733872,0.7303625216,16.985826035 +87,-1.539442524,0.7274735939,139,-1.530733872,0.7303625216,28.159444192 +88,-1.537424111,0.727521351,139,-1.530733872,0.7303625216,22.74503237 +89,-1.539384641,0.7259505092,139,-1.530733872,0.7303625216,30.97638408 +90,-1.537372391,0.7259947145,139,-1.530733872,0.7303625216,26.163205105 +91,-1.535340789,0.7260435356,139,-1.530733872,0.7303625216,21.866964026 +92,-1.539325716,0.7244369706,139,-1.530733872,0.7303625216,34.597778243 +93,-1.537308932,0.7244801057,139,-1.530733872,0.7303625216,30.352494419 +94,-1.535289068,0.7245247645,139,-1.530733872,0.7303625216,26.763597742 +95,-1.533261366,0.7245550236,139,-1.530733872,0.7303625216,24.188193286 +96,-1.539267302,0.722921924,139,-1.530733872,0.7303625216,38.817839685 +97,-1.537248972,0.7229660258,139,-1.530733872,0.7303625216,35.076290066 +98,-1.535219431,0.7229916471,139,-1.530733872,0.7303625216,32.073950697 +99,-1.53318962,0.7230212049,139,-1.530733872,0.7303625216,29.973924942 +100,-1.531154816,0.7230299897,139,-1.530733872,0.7303625216,29.070878954 +101,-1.528878341,0.7230370244,139,-1.530733872,0.7303625216,29.531642478 +102,-1.539218189,0.7214009878,139,-1.530733872,0.7303625216,43.494231723 +103,-1.537198791,0.7214422745,139,-1.530733872,0.7303625216,40.189729775 +104,-1.535179266,0.7214634354,139,-1.530733872,0.7303625216,37.628872577 +105,-1.533156501,0.7214944644,139,-1.530733872,0.7303625216,35.852005303 +106,-1.53113574,0.7215166021,139,-1.530733872,0.7303625216,35.058904266 +107,-1.528874248,0.7215345535,139,-1.530733872,0.7303625216,35.398839441 +108,-1.539217656,0.7198512397,139,-1.530733872,0.7303625216,48.641647918 +109,-1.537199919,0.7199428763,139,-1.530733872,0.7303625216,45.505994406 +110,-1.545425832,0.727397149,139,-1.530733872,0.7303625216,44.969607598 +111,-1.543371177,0.7273916949,139,-1.530733872,0.7303625216,39.148445886 +112,-1.541368852,0.7274523163,139,-1.530733872,0.7303625216,33.468918118 +113,-1.545349067,0.7258710923,139,-1.530733872,0.7303625216,46.730073838 +114,-1.54332671,0.7258603556,139,-1.530733872,0.7303625216,41.282457226 +115,-1.541346831,0.7259242142,139,-1.530733872,0.7303625216,35.966713719 +116,-1.545324355,0.7243383958,139,-1.530733872,0.7303625216,49.323377641 +117,-1.543292796,0.7243617413,139,-1.530733872,0.7303625216,44.108634896 +118,-1.541295822,0.7244024384,139,-1.530733872,0.7303625216,39.163159214 +119,-1.543193859,0.7205570215,139,-1.530733872,0.7303625216,53.591301549 +120,-1.550257047,0.7386738187,139,-1.530733872,0.7303625216,66.162617463 +121,-1.549335448,0.7311736483,139,-1.530733872,0.7303625216,54.960951382 +122,-1.533478843,0.7179891343,139,-1.530733872,0.7303625216,49.683022704 +123,-1.556150555,0.738907041,139,-1.530733872,0.7303625216,82.016027858 +124,-1.554324226,0.733414257,139,-1.530733872,0.7303625216,70.554731294 +125,-1.554290846,0.7288285332,139,-1.530733872,0.7303625216,69.820921784 +126,-1.55122487,0.7219795312,139,-1.530733872,0.7303625216,69.177820626 +127,-1.525104458,0.7229399862,139,-1.530733872,0.7303625216,33.795551747 +128,-1.519607711,0.7236181429,139,-1.530733872,0.7303625216,42.402154715 +129,-1.513899999,0.7251107854,139,-1.530733872,0.7303625216,53.958559501 +130,-1.536620762,0.7431061895,139,-1.530733872,0.7303625216,53.350376529 +131,-1.5369566,0.7460845958,139,-1.530733872,0.7303625216,64.888778165 +132,-1.545345528,0.7447040685,139,-1.530733872,0.7303625216,71.14664835 +133,-1.532813921,0.7432306626,139,-1.530733872,0.7303625216,51.334650003 +134,-1.554788248,0.7382381001,139,-1.530733872,0.7303625216,77.298700648 +135,-1.540348126,0.7301594274,139,-1.530733872,0.7303625216,28.382501898 +136,-1.538016084,0.7239051786,139,-1.530733872,0.7303625216,33.445241844 +137,-1.525288962,0.7258085137,139,-1.530733872,0.7303625216,24.177622829 +138,-1.534326986,0.731241342,139,-1.530733872,0.7303625216,11.15499247 +139,-1.530733872,0.7303625216,139,-1.530733872,0.7303625216,0 +141,-1.534354939,0.7328219978,139,-1.530733872,0.7303625216,14.45044192 +142,-1.53157084,0.7292888153,139,-1.530733872,0.7303625216,4.9185855574 +143,-1.525691035,0.7263799874,139,-1.530733872,0.7303625216,21.703486321 +144,-1.534031287,0.7495967835,139,-1.530733872,0.7303625216,76.794976349 +145,-1.527714986,0.7283095957,139,-1.530733872,0.7303625216,12.067208014 +146,-1.526189586,0.7271468292,139,-1.530733872,0.7303625216,18.508137753 +147,-1.555177336,0.7375563366,139,-1.530733872,0.7303625216,77.331845039 +148,-1.555080283,0.7312707794,139,-1.530733872,0.7303625216,71.898461416 +149,-1.53856994,0.7224180299,139,-1.530733872,0.7303625216,39.097929677 +150,-1.530837883,0.729933372,139,-1.530733872,0.7303625216,1.7273551098 +151,-1.515066984,0.5854133365,139,-1.530733872,0.7303625216,576.22950465 +152,-1.534731633,0.5368370046,139,-1.530733872,0.7303625216,766.65992201 +153,-1.515231902,0.5607085576,139,-1.530733872,0.7303625216,673.77530375 +154,-2.616253799,1.0684566605,139,-1.530733872,0.7303625216,2850.6199483 +155,-1.956071439,0.5792177723,139,-1.530733872,0.7303625216,1457.6155229 +156,-1.951208514,0.5602434208,139,-1.530733872,0.7303625216,1484.4076247 +157,-1.944675062,0.6062144545,139,-1.530733872,0.7303625216,1372.110799 +158,-1.613778386,0.6077989518,139,-1.530733872,0.7303625216,549.54860739 +159,-2.035029014,0.6021432345,139,-1.530733872,0.7303625216,1641.3413581 +160,-2.114989471,0.6801825058,139,-1.530733872,0.7303625216,1762.0721784 +161,-2.037382079,0.5765830025,139,-1.530733872,0.7303625216,1695.791593 +162,-2.129855121,0.6585019963,139,-1.530733872,0.7303625216,1833.1724444 +163,-2.075141798,0.6493615843,139,-1.530733872,0.7303625216,1684.2975894 +164,-1.828626729,0.6948433129,139,-1.530733872,0.7303625216,902.29309904 +165,-1.863329418,0.6735427691,139,-1.530733872,0.7303625216,1028.5078336 +166,-1.266037071,0.727988852,139,-1.530733872,0.7303625216,780.90385016 +167,-1.277579582,0.7249010648,139,-1.530733872,0.7303625216,748.22306778 +168,-1.258418684,0.7241194816,139,-1.530733872,0.7303625216,805.02778451 +169,-1.317813974,0.6804850104,139,-1.530733872,0.7303625216,671.10936002 +170,-1.344165204,0.6790988904,139,-1.530733872,0.7303625216,597.95278962 +171,-1.427582102,0.5277120351,139,-1.530733872,0.7303625216,867.45167072 +172,-1.402238616,0.457167829,139,-1.530733872,0.7303625216,1160.278397 +173,-1.422454264,0.4996161999,139,-1.530733872,0.7303625216,978.10338808 +174,-1.439089277,0.4894859811,139,-1.530733872,0.7303625216,998.89309093 +175,-1.448126995,0.5182330266,139,-1.530733872,0.7303625216,880.7968936 +176,-1.474626146,0.5881926574,139,-1.530733872,0.7303625216,589.77231628 +177,-1.421139645,0.5584869783,139,-1.530733872,0.7303625216,763.59764396 +178,-1.457037165,0.565943032,139,-1.530733872,0.7303625216,691.34707623 +179,-2.757159358,0.3745319,139,-1.530733872,0.7303625216,4247.2998751 +180,-2.714309238,0.342054471,139,-1.530733872,0.7303625216,4199.0928616 +181,-2.000525337,0.774119946,139,-1.530733872,0.7303625216,1363.4842537 +183,-1.571413436,0.6777838382,139,-1.530733872,0.7303625216,241.75606475 +184,-1.552860289,0.6987663893,139,-1.530733872,0.7303625216,141.57939979 +185,-1.521852374,0.7165827476,139,-1.530733872,0.7303625216,60.616563129 +186,-1.503656267,0.6928968252,139,-1.530733872,0.7303625216,169.16752023 +187,-1.502753178,0.7136205882,139,-1.530733872,0.7303625216,106.3743811 +188,-1.631894563,0.7343596465,139,-1.530733872,0.7303625216,298.32070234 +189,-1.653765416,0.6770714026,139,-1.530733872,0.7303625216,427.12708758 +190,-1.719812114,0.6715965947,139,-1.530733872,0.7303625216,617.30188176 +191,-1.493406659,0.6646955447,139,-1.530733872,0.7303625216,283.69332495 +192,-1.469120564,0.6613469966,139,-1.530733872,0.7303625216,331.31382507 +193,-1.590551461,0.5326612937,139,-1.530733872,0.7303625216,805.91270165 +194,-1.625979264,0.5247742243,139,-1.530733872,0.7303625216,869.21021828 +195,-1.572293943,0.5238808754,139,-1.530733872,0.7303625216,828.56587242 +196,-1.610848725,0.5477107964,139,-1.530733872,0.7303625216,766.69150471 +197,-1.208485554,0.7918526018,139,-1.530733872,0.7303625216,953.40579766 +198,-1.335601374,0.6869083083,139,-1.530733872,0.7303625216,611.03995798 +199,-1.346156996,0.6825213377,139,-1.530733872,0.7303625216,587.06056929 +200,-1.324381037,0.6741422347,139,-1.530733872,0.7303625216,661.83384678 +201,-1.242424992,0.7378949807,139,-1.530733872,0.7303625216,847.02666161 +202,-1.270370057,0.7392461008,139,-1.530733872,0.7303625216,765.0124141 +203,-1.448950472,0.7441675014,139,-1.530733872,0.7303625216,245.93812388 +204,-1.492662363,0.7523026852,139,-1.530733872,0.7303625216,141.14304215 +205,-1.479098966,0.7763855017,139,-1.530733872,0.7303625216,235.5200407 +206,-1.633760714,0.7869022408,139,-1.530733872,0.7303625216,371.15498116 +207,-1.647406434,0.8101289331,139,-1.530733872,0.7303625216,457.78390236 +208,-1.564245052,0.5701509278,139,-1.530733872,0.7303625216,643.28132089 +209,-1.646289963,0.6833746083,139,-1.530733872,0.7303625216,394.52493363 +210,-1.5820631,0.6751952144,139,-1.530733872,0.7303625216,267.94916823 +211,-1.613236298,0.6681681791,139,-1.530733872,0.7303625216,350.94307407 +212,-1.914661867,0.8212566515,139,-1.530733872,0.7303625216,1139.2243708 +213,-1.742133237,0.7250275956,139,-1.530733872,0.7303625216,625.09788057 +214,-2.033144872,0.6557314699,139,-1.530733872,0.7303625216,1551.6124601 +215,-2.039551981,0.6964723658,139,-1.530733872,0.7303625216,1522.4816753 +216,-1.247341019,0.7622473908,139,-1.530733872,0.7303625216,832.39258064 +217,-1.298239787,0.7084123392,139,-1.530733872,0.7303625216,697.4319827 +218,-1.308539688,0.6926545592,139,-1.530733872,0.7303625216,682.40891706 +219,-1.303263185,0.6888938396,139,-1.530733872,0.7303625216,702.20764131 +220,-1.852400229,0.6004246149,139,-1.530733872,0.7303625216,1123.4721515 +221,-1.288947707,0.7473773692,139,-1.530733872,0.7303625216,710.36184099 +222,-1.372031502,0.7472790993,139,-1.530733872,0.7303625216,469.28328906 +223,-1.289805721,0.7242157877,139,-1.530733872,0.7303625216,712.50273404 +224,-1.350807603,0.7533498126,139,-1.530733872,0.7303625216,532.87666601 +225,-1.329290365,0.7560442322,139,-1.530733872,0.7303625216,595.74698952 +226,-1.410153004,0.616936428,139,-1.530733872,0.7303625216,583.68960811 +227,-1.393445434,0.6308995063,139,-1.530733872,0.7303625216,577.30462367 +228,-1.37595573,0.6241540638,139,-1.530733872,0.7303625216,635.94956512 +229,-1.358388707,0.6172645205,139,-1.530733872,0.7303625216,695.78044655 +230,-1.753741133,0.8281661666,139,-1.530733872,0.7303625216,736.85552798 +231,-1.47430987,0.6834615681,139,-1.530733872,0.7303625216,251.73705761 +232,-1.421012508,0.7222725206,139,-1.530733872,0.7303625216,326.4243533 +233,-1.4476833,0.6978557868,139,-1.530733872,0.7303625216,279.89814497 +234,-1.470370723,0.6966193374,139,-1.530733872,0.7303625216,224.78984824 +235,-1.429211703,0.7037216883,139,-1.530733872,0.7303625216,320.86878839 +236,-1.700578405,0.6178673663,139,-1.530733872,0.7303625216,688.25516138 +237,-1.678117619,0.6331716163,139,-1.530733872,0.7303625216,594.1753887 +238,-1.725644578,0.6316331145,139,-1.530733872,0.7303625216,715.13142366 +239,-2.14012759,0.7930497945,139,-1.530733872,0.7303625216,1750.3071063 +240,-2.103289431,0.7653606263,139,-1.530733872,0.7303625216,1657.5250405 +241,-1.318739838,0.7017808746,139,-1.530733872,0.7303625216,642.93090257 +242,-1.396417427,0.7077900843,139,-1.530733872,0.7303625216,410.01366402 +243,-1.35650337,0.7185539404,139,-1.530733872,0.7303625216,518.62346192 +244,-1.248884539,0.7274156818,139,-1.530733872,0.7303625216,831.59640642 +245,-1.395014798,0.5761185243,139,-1.530733872,0.7303625216,744.59332756 +246,-1.433377362,0.6064716109,139,-1.530733872,0.7303625216,576.23452114 +247,-1.408172432,0.5903155476,139,-1.530733872,0.7303625216,673.78156447 +248,-1.749645898,0.7757118084,139,-1.530733872,0.7303625216,656.90420764 +249,-1.571626686,0.615046989,139,-1.530733872,0.7303625216,473.95297661 +250,-1.514070049,0.6303003037,139,-1.530733872,0.7303625216,399.6457245 +251,-1.480890369,0.6237966528,139,-1.530733872,0.7303625216,449.20522599 +252,-1.704390658,0.5281680612,139,-1.530733872,0.7303625216,973.48520796 +253,-1.64434733,0.5254277498,139,-1.530733872,0.7303625216,888.99679676 +254,-1.703855997,0.4792484842,139,-1.530733872,0.7303625216,1141.5848529 +255,-1.692002383,0.5748825051,139,-1.530733872,0.7303625216,797.0001373 +256,-1.854136457,0.5544643913,139,-1.530733872,0.7303625216,1235.6229458 +257,-1.665021206,0.520317736,139,-1.530733872,0.7303625216,936.12521515 +258,-1.733654349,0.4845187345,139,-1.530733872,0.7303625216,1173.8640361 +259,-1.720938188,0.5135933906,139,-1.530733872,0.7303625216,1052.6285232 +260,-1.742668307,0.553296122,139,-1.530733872,0.7303625216,969.67896878 +261,-1.965659039,0.7142126903,139,-1.530733872,0.7303625216,1289.6077739 +262,-1.944438071,0.6772834804,139,-1.530733872,0.7303625216,1262.6849148 +263,-1.270340967,0.7681487096,139,-1.530733872,0.7303625216,768.75493854 +264,-1.353091884,0.6549276821,139,-1.530733872,0.7303625216,617.86170329 +265,-1.333236659,0.6413584414,139,-1.530733872,0.7303625216,699.69967633 +266,-1.352015998,0.6753788907,139,-1.530733872,0.7303625216,581.8995669 +267,-1.377988483,0.6577816235,139,-1.530733872,0.7303625216,546.31466372 +268,-2.13075611,0.8318642051,139,-1.530733872,0.7303625216,1719.7828948 +269,-2.097910953,0.8259670014,139,-1.530733872,0.7303625216,1631.466651 +270,-1.416382069,0.6694271549,139,-1.530733872,0.7303625216,422.04725962 +271,-1.538905672,0.7535625993,139,-1.530733872,0.7303625216,94.942108638 +272,-1.572309477,0.7803125099,139,-1.530733872,0.7303625216,231.31822744 +273,-1.87759879,0.7503853417,139,-1.530733872,0.7303625216,1014.9756362 +274,1.152365588,0.590457682,139,-1.530733872,0.7303625216,6952.7926535 +275,0.350198001,0.718001859,139,-1.530733872,0.7303625216,5148.5522489 +276,0.046513677,0.491503852,139,-1.530733872,0.7303625216,4970.8559435 +277,0.027510309,0.742571376,139,-1.530733872,0.7303625216,4337.5099791 +278,0.306285725,-0.214631579,139,-1.530733872,0.7303625216,7569.0528856 +279,-1.100564889,0.318051531,139,-1.530733872,0.7303625216,2184.5326875 +280,-1.078582306,0.301437596,139,-1.530733872,0.7303625216,2286.7537787 +281,-1.137371989,-0.617634065,139,-1.530733872,0.7303625216,5526.8576812 +282,0.784356344,0.703272339,139,-1.530733872,0.7303625216,6037.5365666 +283,-1.221209947,0.218327455,139,-1.530733872,0.7303625216,2292.1217415 +284,2.347301921,-0.449114658,139,-1.530733872,0.7303625216,9809.1180145 +285,0.246820618,0.830553713,139,-1.530733872,0.7303625216,4637.5639758 +286,0.829414965,0.703288228,139,-1.530733872,0.7303625216,6110.5542517 +287,-1.337537566,0.42332223,139,-1.530733872,0.7303625216,1372.142566 +288,0.882453706,0.454478077,139,-1.530733872,0.7303625216,7046.1929782 +289,1.575629659,0.416419109,139,-1.530733872,0.7303625216,7899.6095893 +290,-1.039455679,0.229888244,139,-1.530733872,0.7303625216,2604.0489289 +291,0.489558039,0.934482747,139,-1.530733872,0.7303625216,4829.9459838 +292,0.081344504,0.88384514,139,-1.530733872,0.7303625216,4164.7416998 +293,-1.547979814,0.300350308,139,-1.530733872,0.7303625216,1704.2835282 +294,0.040776181,0.168560074,139,-1.530733872,0.7303625216,5779.7621207 +295,-1.130374745,0.563894876,139,-1.530733872,0.7303625216,1420.4270487 +296,1.578326642,0.478507176,139,-1.530733872,0.7303625216,7654.0338139 +297,-1.12861823,-0.291640865,139,-1.530733872,0.7303625216,4307.3777097 +298,0.310524208,0.770885792,139,-1.530733872,0.7303625216,4923.003307 +299,0.415649091,-0.387246002,139,-1.530733872,0.7303625216,8318.6208915 +300,-0.926533878,-0.188022748,139,-1.530733872,0.7303625216,4249.9152308 +301,1.258856172,-0.11716081,139,-1.530733872,0.7303625216,9718.2380555 +302,-1.126050026,0.322941926,139,-1.530733872,0.7303625216,2112.7768812 +303,2.002785835,0.07893892,139,-1.530733872,0.7303625216,8940.4412889 +304,0.440437607,0.746258085,139,-1.530733872,0.7303625216,5262.9934801 +305,-0.030391866,0.214441206,139,-1.530733872,0.7303625216,5451.7862246 +306,0.521557815,-0.058929362,139,-1.530733872,0.7303625216,7781.6556405 +307,-0.097005111,0.13317729,139,-1.530733872,0.7303625216,5466.8658694 +308,1.83113859,0.221857587,139,-1.530733872,0.7303625216,8587.3728656 +309,0.222428864,0.099404236,139,-1.530733872,0.7303625216,6492.3721699 +310,-1.702731345,0.8728568183,139,-1.530733872,0.7303625216,735.68699179 +311,-0.418507569,0.278324921,139,-1.530733872,0.7303625216,4146.3021194 +312,-1.41153306,0.339029988,139,-1.530733872,0.7303625216,1601.0447325 +313,0.357560442,0.114788776,139,-1.530733872,0.7303625216,6836.8345012 +314,0.325818979,0.268352149,139,-1.530733872,0.7303625216,6323.2625232 +315,-1.246004659,-0.663679965,139,-1.530733872,0.7303625216,5616.6727042 +316,1.814603087,0.637404484,139,-1.530733872,0.7303625216,6976.1102934 +317,1.843704281,-0.18300445,139,-1.530733872,0.7303625216,10129.700294 +318,1.690644492,-0.211480909,139,-1.530733872,0.7303625216,10370.126952 +319,-1.275451936,0.068109467,139,-1.530733872,0.7303625216,2774.6610728 +320,0.762430171,-0.207594741,139,-1.530733872,0.7303625216,8868.0340943 +321,0.265668905,-0.014647884,139,-1.530733872,0.7303625216,6924.2939032 +322,-2.773032013,-0.335515811,139,-1.530733872,0.7303625216,6193.1240434 +323,-1.469512853,0.174058777,139,-1.530733872,0.7303625216,2213.8079043 +324,0.286276986,0.785925691,139,-1.530733872,0.7303625216,4832.3209805 +325,-1.379324697,0.377432233,139,-1.530733872,0.7303625216,1486.0914562 +326,-1.203778265,0.212813032,139,-1.530733872,0.7303625216,2340.4010941 +327,0.579916301,0.611743168,139,-1.530733872,0.7303625216,5945.728913 +328,0.267582642,0.868113908,139,-1.530733872,0.7303625216,4589.6994599 +329,0.412869244,-0.050245578,139,-1.530733872,0.7303625216,7447.4765473 +330,0.17524381,0.976660285,139,-1.530733872,0.7303625216,4163.4214299 +331,0.743157214,0.204812899,139,-1.530733872,0.7303625216,7578.8363328 +332,-1.070758176,0.269382282,139,-1.530733872,0.7303625216,2406.961451 +333,-1.230364251,0.329790229,139,-1.530733872,0.7303625216,1881.5624264 +334,-1.374813124,-0.024926835,139,-1.530733872,0.7303625216,3043.5431543 +335,0.519780566,0.463669906,139,-1.530733872,0.7303625216,6258.1307174 +336,-1.55108034,0.239698561,139,-1.530733872,0.7303625216,1944.7786186 +337,0.180294813,0.029739425,139,-1.530733872,0.7303625216,6555.9874145 +338,0.67820924,0.268170153,139,-1.530733872,0.7303625216,7227.4171813 +339,0.445798684,1.024001867,139,-1.530733872,0.7303625216,4518.1708855 +340,0.691751283,0.150521402,139,-1.530733872,0.7303625216,7624.2137344 +341,-1.036643551,-0.903056181,139,-1.530733872,0.7303625216,6689.4140587 +342,-0.120287036,1.083325163,139,-1.530733872,0.7303625216,3444.4385106 +343,2.823513113,-0.304487164,139,-1.530733872,0.7303625216,8066.8988512 +344,0.457583172,1.12513373,139,-1.530733872,0.7303625216,4275.8990309 +345,0.042918831,0.813795399,139,-1.530733872,0.7303625216,4223.0926527 +346,1.196146777,-0.853142756,139,-1.530733872,0.7303625216,11198.046243 +347,0.206001358,-0.010430701,139,-1.530733872,0.7303625216,6738.3105748 +348,-0.268308653,0.234799412,139,-1.530733872,0.7303625216,4698.9134327 +349,0.759363263,0.736189579,139,-1.530733872,0.7303625216,5887.7703778 +350,0.181363926,0.891988372,139,-1.530733872,0.7303625216,4358.0611222 +351,-0.021111158,0.139103292,139,-1.530733872,0.7303625216,5675.1389375 +352,-0.093355215,0.630686981,139,-1.530733872,0.7303625216,4268.3834234 +353,0.40118964,0.681375926,139,-1.530733872,0.7303625216,5360.476152 +354,-0.721197315,1.304706234,139,-1.530733872,0.7303625216,2685.7955082 +355,-1.076150317,0.212107639,139,-1.530733872,0.7303625216,2583.5108881 +356,-1.577164531,0.273993443,139,-1.530733872,0.7303625216,1814.6122628 +357,-0.190788414,0.182208586,139,-1.530733872,0.7303625216,5062.6551656 +358,-0.261349752,0.209710184,139,-1.530733872,0.7303625216,4783.6371279 +359,-1.029303852,0.083549259,139,-1.530733872,0.7303625216,3113.665145 +360,-1.268609162,0.330525297,139,-1.530733872,0.7303625216,1813.0862616 +361,1.282982244,-0.926641967,139,-1.530733872,0.7303625216,11277.614226 +362,0.217352334,0.731352408,139,-1.530733872,0.7303625216,4814.9426508 +363,-1.511833084,0.258629297,139,-1.530733872,0.7303625216,1869.6561868 +364,0.338812194,0.823184618,139,-1.530733872,0.7303625216,4847.1300888 +365,-0.324406489,1.134201999,139,-1.530733872,0.7303625216,3056.0434406 +366,1.389579348,0.399185724,139,-1.530733872,0.7303625216,7896.7111338 +367,2.047152199,-0.039082036,139,-1.530733872,0.7303625216,9297.1662272 +368,0.947780369,0.568250077,139,-1.530733872,0.7303625216,6761.4637612 +369,0.763824846,0.576754987,139,-1.530733872,0.7303625216,6418.8947099 +370,-0.142334657,0.928153068,139,-1.530733872,0.7303625216,3598.0373034 +371,0.610266567,0.547265983,139,-1.530733872,0.7303625216,6207.0279125 +372,0.210731629,0.746815056,139,-1.530733872,0.7303625216,4761.7575125 +373,-1.34931644,0.316895224,139,-1.530733872,0.7303625216,1748.7345272 +374,2.407696481,0.655030745,139,-1.530733872,0.7303625216,6247.7075687 +375,0.64207831,0.545359131,139,-1.530733872,0.7303625216,6279.7668633 +376,1.174597538,0.840588356,139,-1.530733872,0.7303625216,6036.9012537 +377,0.660059424,0.010604079,139,-1.530733872,0.7303625216,7963.8542224 +378,-0.730263819,0.010486456,139,-1.530733872,0.7303625216,4029.2885589 +379,0.831068936,0.512339172,139,-1.530733872,0.7303625216,6756.8450698 +380,1.301180979,0.72367476,139,-1.530733872,0.7303625216,6578.6573348 +381,1.811128231,0.322854402,139,-1.530733872,0.7303625216,8207.9906925 +382,0.435105812,0.992284428,139,-1.530733872,0.7303625216,4584.0059482 +383,0.62643634,0.592027932,139,-1.530733872,0.7303625216,6102.1153809 +384,0.492988703,-0.516339467,139,-1.530733872,0.7303625216,8834.8512237 +385,-0.162469483,0.112549365,139,-1.530733872,0.7303625216,5327.7870746 +386,0.314630866,0.472006421,139,-1.530733872,0.7303625216,5731.7245832 +387,0.166744804,0.822815954,139,-1.530733872,0.7303625216,4483.0161507 +388,0.417159608,0.965805736,139,-1.530733872,0.7303625216,4623.326472 +389,0.106334961,0.868774244,139,-1.530733872,0.7303625216,4249.9772123 +390,0.815086969,-0.338144359,139,-1.530733872,0.7303625216,9366.3296436 +391,0.59867455,-0.230624824,139,-1.530733872,0.7303625216,8466.6982107 +392,1.915104874,0.066220985,139,-1.530733872,0.7303625216,9103.6121454 +393,1.278093622,0.064463721,139,-1.530733872,0.7303625216,9075.1300299 +394,-0.061477853,0.302997961,139,-1.530733872,0.7303625216,5134.3483054 +395,0.251311504,0.626976942,139,-1.530733872,0.7303625216,5159.8964169 +396,2.950242872,0.149095644,139,-1.530733872,0.7303625216,6498.8535951 +397,-0.180294708,0.35375117,139,-1.530733872,0.7303625216,4661.4242785 +398,1.010448592,-0.351180233,139,-1.530733872,0.7303625216,9939.0615485 +399,-1.748740498,0.3686318073,139,-1.530733872,0.7303625216,1606.8600714 +400,2.699635665,0.123533791,139,-1.530733872,0.7303625216,7265.7717405 +401,0.496808033,0.823843254,139,-1.530733872,0.7303625216,5154.1791226 +402,0.129574704,0.763364087,139,-1.530733872,0.7303625216,4535.0339337 +403,1.798920311,0.817447563,139,-1.530733872,0.7303625216,6277.3770745 +404,0.335987953,0.746786541,139,-1.530733872,0.7303625216,5040.9643146 +405,-1.085413643,0.292154671,139,-1.530733872,0.7303625216,2301.148329 +406,-0.155321003,0.508207011,139,-1.530733872,0.7303625216,4368.7033386 +407,0.620529244,-0.301175104,139,-1.530733872,0.7303625216,8711.9667775 +408,1.684402744,0.368716966,139,-1.530733872,0.7303625216,8082.0469642 +409,0.300582244,-0.386397212,139,-1.530733872,0.7303625216,7978.8274444 +410,2.913555946,-0.009225192,139,-1.530733872,0.7303625216,7033.56812 +411,1.465101417,0.493232532,139,-1.530733872,0.7303625216,7567.9194486 +412,0.090612882,0.907955955,139,-1.530733872,0.7303625216,4135.5488377 +413,2.987564726,-0.729568594,139,-1.530733872,0.7303625216,8537.152007 +414,-1.484261606,0.224149272,139,-1.530733872,0.7303625216,2011.5071825 +415,0.164073421,0.303955133,139,-1.530733872,0.7303625216,5778.3435861 +416,0.141441293,0.167552546,139,-1.530733872,0.7303625216,6075.6375907 +417,2.931321023,-0.506718887,139,-1.530733872,0.7303625216,8228.179672 +418,2.21951565,0.700596356,139,-1.530733872,0.7303625216,6368.9702739 +419,0.268112576,1.199114336,139,-1.530733872,0.7303625216,3865.5484748 +420,0.978913739,0.359223811,139,-1.530733872,0.7303625216,7546.3609286 +421,1.210898818,0.522863584,139,-1.530733872,0.7303625216,7269.1778992 +422,2.347397336,0.129231362,139,-1.530733872,0.7303625216,8120.9191236 +423,0.614394501,0.556878345,139,-1.530733872,0.7303625216,6186.062978 +424,-1.398079356,0.148483366,139,-1.530733872,0.7303625216,2351.0640508 +425,2.535303836,-0.112984496,139,-1.530733872,0.7303625216,8392.6947804 +426,-1.019372593,-0.405322349,139,-1.530733872,0.7303625216,4873.2807604 +427,-1.297785627,-0.160104069,139,-1.530733872,0.7303625216,3627.3350806 +428,2.144554488,0.205051084,139,-1.530733872,0.7303625216,8259.67941 +429,-2.242387083,-0.426171285,139,-1.530733872,0.7303625216,5270.5625153 +430,0.338637212,0.909723676,139,-1.530733872,0.7303625216,4626.1595437 +431,-0.148798452,0.691042401,139,-1.530733872,0.7303625216,3995.4465546 +432,0.893524764,0.441829531,139,-1.530733872,0.7303625216,7109.3895779 +433,0.969229347,-0.368847936,139,-1.530733872,0.7303625216,9876.3512537 +434,0.436043248,0.800045688,139,-1.530733872,0.7303625216,5104.3235004 +435,1.687946607,1.081504775,139,-1.530733872,0.7303625216,5262.8003625 +436,0.522302046,-0.034889271,139,-1.530733872,0.7303625216,7716.9320827 +437,-0.178996113,-0.438090009,139,-1.530733872,0.7303625216,6763.9478206 +438,-1.094339566,0.301444068,139,-1.530733872,0.7303625216,2251.5290192 +439,-1.064070054,0.242569932,139,-1.530733872,0.7303625216,2508.701648 +440,-1.068153768,0.230387998,139,-1.530733872,0.7303625216,2539.8234749 +441,-3.00496892,-0.23989155,139,-1.530733872,0.7303625216,6573.9155031 +442,0.21751974,0.766874888,139,-1.530733872,0.7303625216,4728.2180177 +443,0.117229532,0.007619006,139,-1.530733872,0.7303625216,6429.3483878 +444,0.777758451,0.420554741,139,-1.530733872,0.7303625216,6958.9577286 +445,-0.252356999,0.250747086,139,-1.530733872,0.7303625216,4705.4713546 +446,0.363148444,0.768483434,139,-1.530733872,0.7303625216,5041.3816815 +447,0.903191366,-0.118210676,139,-1.530733872,0.7303625216,8976.8993635 +448,-0.205755923,0.149406178,139,-1.530733872,0.7303625216,5103.738046 +449,1.811996086,0.02364353,139,-1.530733872,0.7303625216,9371.3439105 +450,-1.100670221,0.314845373,139,-1.530733872,0.7303625216,2194.5369047 +451,0.340078597,0.850105132,139,-1.530733872,0.7303625216,4780.2911459 +452,0.258757267,0.804969236,139,-1.530733872,0.7303625216,4725.5367749 +453,2.78505352,-0.155160804,139,-1.530733872,0.7303625216,7797.6448929 +454,0.800551619,0.105822106,139,-1.530733872,0.7303625216,8027.1036561 +455,0.437940882,-0.506194031,139,-1.530733872,0.7303625216,8652.8196591 +456,2.230431122,0.63458615,139,-1.530733872,0.7303625216,6590.3943445 +457,0.527965361,0.127667701,139,-1.530733872,0.7303625216,7269.5912069 +458,-0.063643205,0.702093448,139,-1.530733872,0.7303625216,4194.7753204 +459,1.408447268,0.133010502,139,-1.530733872,0.7303625216,8946.1201042 +460,0.523795955,0.280266966,139,-1.530733872,0.7303625216,6811.9223171 +461,-0.975769313,0.072177659,139,-1.530733872,0.7303625216,3262.2250575 +462,0.549774164,-0.463663986,139,-1.530733872,0.7303625216,8888.3124451 +463,0.29245874,1.095549818,139,-1.530733872,0.7303625216,4110.8532938 +464,0.143625958,0.816809593,139,-1.530733872,0.7303625216,4445.4584578 +465,0.671902494,0.611159853,139,-1.530733872,0.7303625216,6132.8714892 +466,1.239840988,0.6724199,139,-1.530733872,0.7303625216,6728.6176005 +467,0.607829703,-0.10932137,139,-1.530733872,0.7303625216,8164.4233869 +468,1.763020906,0.263996692,139,-1.530733872,0.7303625216,8466.0614487 +469,0.378714634,0.726066797,139,-1.530733872,0.7303625216,5188.8116043 +470,2.196736143,-0.153862366,139,-1.530733872,0.7303625216,9380.8027407 +471,0.01702415,0.148991565,139,-1.530733872,0.7303625216,5761.4067127 +472,-2.998490902,-0.158002487,139,-1.530733872,0.7303625216,6338.016186 +473,-3.051262951,-0.346595608,139,-1.530733872,0.7303625216,6984.8544133 +474,-1.069176439,0.182802941,139,-1.530733872,0.7303625216,2696.1631427 +475,0.167157509,0.595344954,139,-1.530733872,0.7303625216,5031.8397282 +476,0.613855648,0.681746124,139,-1.530733872,0.7303625216,5799.5996416 +477,1.037012736,0.682555367,139,-1.530733872,0.7303625216,6478.1120367 +478,-1.253574971,0.379755746,139,-1.530733872,0.7303625216,1666.8044624 +479,3.108590453,-0.132620738,139,-1.530733872,0.7303625216,6786.7730093 +480,0.565301296,0.022333262,139,-1.530733872,0.7303625216,7674.4049169 +481,0.547898238,0.855555614,139,-1.530733872,0.7303625216,5155.1176448 +482,0.948309381,0.417393755,139,-1.530733872,0.7303625216,7290.2677649 +483,-0.050600732,0.945269213,139,-1.530733872,0.7303625216,3769.6280789 +484,-0.977651478,-0.572363064,139,-1.530733872,0.7303625216,5539.1982833 +485,1.102014914,0.728861163,139,-1.530733872,0.7303625216,6384.1429378 +486,2.927300795,-0.282939414,139,-1.530733872,0.7303625216,7707.1573369 +487,-1.154565557,0.124434095,139,-1.530733872,0.7303625216,2739.0334098 +488,1.855331234,0.291044755,139,-1.530733872,0.7303625216,8300.2334176 +489,0.830290659,0.276904518,139,-1.530733872,0.7303625216,7540.3528603 +490,0.485104466,-0.234867441,139,-1.530733872,0.7303625216,8147.1757137 +491,0.521367572,-0.33161327,139,-1.530733872,0.7303625216,8496.8244697 +1,-1.539031704,0.7349710123,141,-1.534354939,0.7328219978,16.176582965 +2,-1.536990553,0.7349663874,141,-1.534354939,0.7328219978,11.499710481 +3,-1.534951779,0.7349571355,141,-1.534354939,0.7328219978,8.6375575643 +4,-1.532906461,0.7349480293,141,-1.534354939,0.7328219978,9.437609348 +5,-1.531320211,0.7346937278,141,-1.534354939,0.7328219978,11.604373018 +6,-1.539451648,0.7335131775,141,-1.534354939,0.7328219978,15.248683621 +7,-1.537429487,0.7335445708,141,-1.534354939,0.7328219978,9.4908849958 +8,-1.535484998,0.7335658704,141,-1.534354939,0.7328219978,4.4434035945 +9,-1.533488396,0.7336036027,141,-1.534354939,0.7328219978,4.0111249991 +10,-1.531497785,0.7335842962,141,-1.534354939,0.7328219978,8.9347306718 +11,-1.530259379,0.7334777758,141,-1.534354939,0.7328219978,12.331147674 +12,-1.5335454,0.7322346912,141,-1.534354939,0.7328219978,3.3309850641 +13,-1.531489083,0.7322238773,141,-1.534354939,0.7328219978,8.7660540539 +14,-1.530011122,0.7321679851,141,-1.534354939,0.7328219978,13.052351234 +15,-1.53348106,0.7306614094,141,-1.534354939,0.7328219978,8.9371878596 +16,-1.531441779,0.7306962275,141,-1.534354939,0.7328219978,12.025062586 +17,-1.529755654,0.7306933243,141,-1.534354939,0.7328219978,15.962605825 +18,-1.533415048,0.7291384674,141,-1.534354939,0.7328219978,14.851410067 +19,-1.531392093,0.7291705353,141,-1.534354939,0.7328219978,16.897743128 +20,-1.529296523,0.7291214933,141,-1.534354939,0.7328219978,20.913683741 +21,-1.535280942,0.727267644,141,-1.534354939,0.7328219978,22.169908726 +22,-1.533378158,0.7276139666,141,-1.534354939,0.7328219978,20.82942866 +23,-1.531340368,0.7276446587,141,-1.534354939,0.7328219978,22.353842664 +24,-1.528960113,0.7276398177,141,-1.534354939,0.7328219978,25.976810929 +25,-1.533313146,0.7260818349,141,-1.534354939,0.7328219978,26.874457664 +26,-1.531259555,0.7260958115,141,-1.534354939,0.7328219978,28.166880583 +27,-1.528926415,0.7260865555,141,-1.534354939,0.7328219978,31.12488069 +28,-1.531226779,0.7245511789,141,-1.534354939,0.7328219978,34.039900708 +29,-1.528904772,0.7245519194,141,-1.534354939,0.7328219978,36.502925813 +30,-1.547195875,0.7409785979,141,-1.534354939,0.7328219978,49.624376468 +31,-1.5451475,0.740980426,141,-1.534354939,0.7328219978,45.238395454 +32,-1.543097679,0.7409798872,141,-1.534354939,0.7328219978,41.253217973 +33,-1.540720364,0.7409892687,141,-1.534354939,0.7328219978,37.352238104 +34,-1.547188511,0.7395198392,141,-1.534354939,0.7328219978,46.074500852 +35,-1.545148587,0.7395226109,141,-1.534354939,0.7328219978,41.330186331 +36,-1.543104538,0.7395314908,141,-1.534354939,0.7328219978,36.957735226 +37,-1.540727751,0.7395306258,141,-1.534354939,0.7328219978,32.496509025 +38,-1.547187029,0.7380014886,141,-1.534354939,0.7328219978,42.91324931 +39,-1.545147315,0.7380012252,141,-1.534354939,0.7328219978,37.759327686 +40,-1.54310719,0.7380060743,141,-1.534354939,0.7328219978,32.901979461 +41,-1.540719671,0.7380068206,141,-1.534354939,0.7328219978,27.771822427 +42,-1.547187189,0.7364799098,141,-1.534354939,0.7328219978,40.405067086 +43,-1.545149996,0.7364853874,141,-1.534354939,0.7328219978,34.890496434 +44,-1.543106091,0.7364823484,141,-1.534354939,0.7328219978,29.527072737 +45,-1.540717158,0.7364893901,141,-1.534354939,0.7328219978,23.679685959 +46,-1.538663972,0.7410138672,141,-1.534354939,0.7328219978,34.822836424 +47,-1.53695285,0.7409699132,141,-1.534354939,0.7328219978,33.161367632 +48,-1.534910498,0.7409641297,141,-1.534354939,0.7328219978,32.292130674 +49,-1.533145034,0.7409536636,141,-1.534354939,0.7328219978,32.404468591 +50,-1.538681336,0.7395405883,141,-1.534354939,0.7328219978,29.486955137 +51,-1.536999189,0.7395183096,141,-1.534354939,0.7328219978,27.636376881 +52,-1.534923633,0.7395144222,141,-1.534354939,0.7328219978,26.561198394 +53,-1.533267822,0.7395654306,141,-1.534354939,0.7328219978,26.900657303 +54,-1.53867273,0.7380151077,141,-1.534354939,0.7328219978,24.165410794 +55,-1.536980576,0.7379994392,141,-1.534354939,0.7328219978,21.910056799 +56,-1.534931522,0.7379944961,141,-1.534354939,0.7328219978,20.55814419 +57,-1.533387952,0.7379480264,141,-1.534354939,0.7328219978,20.501909374 +58,-1.538682279,0.7364914363,141,-1.534354939,0.7328219978,19.314176616 +59,-1.536980704,0.7364810563,141,-1.534354939,0.7328219978,16.420384355 +60,-1.534935567,0.7364752065,141,-1.534354939,0.7328219978,14.570654431 +61,-1.533042592,0.7363876366,141,-1.534354939,0.7328219978,14.640828732 +62,-1.545143426,0.7349628011,141,-1.534354939,0.7328219978,32.845894643 +63,-1.543105297,0.7349691947,141,-1.534354939,0.7328219978,27.106435758 +64,-1.541064533,0.7349647152,141,-1.534354939,0.7328219978,21.482744763 +65,-1.545411803,0.7334624714,141,-1.534354939,0.7328219978,32.64255605 +66,-1.543446606,0.7334780896,141,-1.534354939,0.7328219978,26.885359293 +67,-1.541475327,0.7334957295,141,-1.534354939,0.7328219978,21.126481749 +68,-1.545401939,0.731963266,141,-1.534354939,0.7328219978,32.714044926 +69,-1.54342253,0.7319915583,141,-1.534354939,0.7328219978,26.908268965 +70,-1.541455867,0.7320216438,141,-1.534354939,0.7328219978,21.152755014 +71,-1.545410146,0.7304422281,141,-1.534354939,0.7328219978,33.919251667 +72,-1.543435491,0.7304713664,141,-1.534354939,0.7328219978,28.336268619 +73,-1.541463105,0.7304997613,141,-1.534354939,0.7328219978,22.879913871 +74,-1.545414768,0.7289194936,141,-1.534354939,0.7328219978,36.096298577 +75,-1.543435774,0.7289538557,141,-1.534354939,0.7328219978,30.854912102 +76,-1.541457714,0.7289765881,141,-1.534354939,0.7328219978,25.900127745 +77,-1.539449415,0.7320555866,141,-1.534354939,0.7328219978,15.308194871 +78,-1.537429183,0.7321097681,141,-1.534354939,0.7328219978,9.4833371191 +79,-1.535472649,0.7321497267,141,-1.534354939,0.7328219978,4.2339471392 +80,-1.539457899,0.7305333307,141,-1.534354939,0.7328219978,17.56035406 +81,-1.537453161,0.7305750503,141,-1.534354939,0.7328219978,12.750929484 +82,-1.535479385,0.7306124949,141,-1.534354939,0.7328219978,9.3582213298 +83,-1.53946905,0.7290102593,141,-1.534354939,0.7328219978,21.341100067 +84,-1.537459922,0.7290417293,141,-1.534354939,0.7328219978,17.551714919 +85,-1.535451349,0.7290890157,141,-1.534354939,0.7328219978,15.135751739 +86,-1.535522937,0.7279887191,141,-1.534354939,0.7328219978,19.452324873 +87,-1.539442524,0.7274735939,141,-1.534354939,0.7328219978,25.966226674 +88,-1.537424111,0.727521351,141,-1.534354939,0.7328219978,22.86629025 +89,-1.539384641,0.7259505092,141,-1.534354939,0.7328219978,31.007352097 +90,-1.537372391,0.7259947145,141,-1.534354939,0.7328219978,28.473215465 +91,-1.535340789,0.7260435356,141,-1.534354939,0.7328219978,27.006867443 +92,-1.539325716,0.7244369706,141,-1.534354939,0.7328219978,36.316639832 +93,-1.537308932,0.7244801057,141,-1.534354939,0.7328219978,34.175929934 +94,-1.535289068,0.7245247645,141,-1.534354939,0.7328219978,32.98106661 +95,-1.533261366,0.7245550236,141,-1.534354939,0.7328219978,32.904557547 +96,-1.539267302,0.722921924,141,-1.534354939,0.7328219978,41.818454375 +97,-1.537248972,0.7229660258,141,-1.534354939,0.7328219978,39.966535432 +98,-1.535219431,0.7229916471,141,-1.534354939,0.7328219978,39.021847165 +99,-1.53318962,0.7230212049,141,-1.534354939,0.7328219978,38.973580077 +100,-1.531154816,0.7230299897,141,-1.534354939,0.7328219978,39.923839293 +101,-1.528878341,0.7230370244,141,-1.534354939,0.7328219978,42.005592063 +102,-1.539218189,0.7214009878,141,-1.534354939,0.7328219978,47.472548824 +103,-1.537198791,0.7214422745,141,-1.534354939,0.7328219978,45.853916451 +104,-1.535179266,0.7214634354,141,-1.534354939,0.7328219978,45.057342245 +105,-1.533156501,0.7214944644,141,-1.534354939,0.7328219978,45.008285417 +106,-1.53113574,0.7215166021,141,-1.534354939,0.7328219978,45.782624846 +107,-1.528874248,0.7215345535,141,-1.534354939,0.7328219978,47.559986691 +108,-1.539217656,0.7198512397,141,-1.534354939,0.7328219978,53.356929067 +109,-1.537199919,0.7199428763,141,-1.534354939,0.7328219978,51.705097495 +110,-1.545425832,0.727397149,141,-1.534354939,0.7328219978,39.106340876 +111,-1.543371177,0.7273916949,141,-1.534354939,0.7328219978,34.21615489 +112,-1.541368852,0.7274523163,141,-1.534354939,0.7328219978,29.679424958 +113,-1.545349067,0.7258710923,141,-1.534354939,0.7328219978,42.571098399 +114,-1.54332671,0.7258603556,141,-1.534354939,0.7328219978,38.242174546 +115,-1.541346831,0.7259242142,141,-1.534354939,0.7328219978,34.247290286 +116,-1.545324355,0.7243383958,141,-1.534354939,0.7328219978,46.692106386 +117,-1.543292796,0.7243617413,141,-1.534354939,0.7328219978,42.669693991 +118,-1.541295822,0.7244024384,141,-1.534354939,0.7328219978,39.153069711 +119,-1.543193859,0.7205570215,141,-1.534354939,0.7328219978,55.179885943 +120,-1.550257047,0.7386738187,141,-1.534354939,0.7328219978,52.131098576 +121,-1.549335448,0.7311736483,141,-1.534354939,0.7328219978,44.617961384 +122,-1.533478843,0.7179891343,141,-1.534354939,0.7328219978,58.810316218 +123,-1.556150555,0.738907041,141,-1.534354939,0.7328219978,68.381726286 +124,-1.554324226,0.733414257,141,-1.534354939,0.7328219978,58.823658022 +125,-1.554290846,0.7288285332,141,-1.534354939,0.7328219978,60.89000735 +126,-1.55122487,0.7219795312,141,-1.534354939,0.7328219978,65.842998012 +127,-1.525104458,0.7229399862,141,-1.534354939,0.7328219978,47.754182507 +128,-1.519607711,0.7236181429,141,-1.534354939,0.7328219978,56.831101043 +129,-1.513899999,0.7251107854,141,-1.534354939,0.7328219978,67.710950889 +130,-1.536620762,0.7431061895,141,-1.534354939,0.7328219978,41.273287174 +131,-1.5369566,0.7460845958,141,-1.534354939,0.7328219978,53.082008688 +132,-1.545345528,0.7447040685,141,-1.534354939,0.7328219978,57.016687091 +133,-1.532813921,0.7432306626,141,-1.534354939,0.7328219978,41.475274602 +134,-1.554788248,0.7382381001,141,-1.534354939,0.7328219978,63.730894104 +135,-1.540348126,0.7301594274,141,-1.534354939,0.7328219978,20.574669178 +136,-1.538016084,0.7239051786,141,-1.534354939,0.7328219978,36.940295723 +137,-1.525288962,0.7258085137,141,-1.534354939,0.7328219978,38.583485547 +138,-1.534326986,0.731241342,141,-1.534354939,0.7328219978,6.2615195244 +139,-1.530733872,0.7303625216,141,-1.534354939,0.7328219978,14.45044192 +141,-1.534354939,0.7328219978,141,-1.534354939,0.7328219978,0 +142,-1.53157084,0.7292888153,141,-1.534354939,0.7328219978,16.225292822 +143,-1.525691035,0.7263799874,141,-1.534354939,0.7328219978,36.13208042 +144,-1.534031287,0.7495967835,141,-1.534354939,0.7328219978,66.451654498 +145,-1.527714986,0.7283095957,141,-1.534354939,0.7328219978,26.517627282 +146,-1.526189586,0.7271468292,141,-1.534354939,0.7328219978,32.957481459 +147,-1.555177336,0.7375563366,141,-1.534354939,0.7328219978,63.983002418 +148,-1.555080283,0.7312707794,141,-1.534354939,0.7328219978,61.369366931 +149,-1.53856994,0.7224180299,141,-1.534354939,0.7328219978,43.054734748 +150,-1.530837883,0.729933372,141,-1.534354939,0.7328219978,15.440735994 +151,-1.515066984,0.5854133365,141,-1.534354939,0.7328219978,586.9852463 +152,-1.534731633,0.5368370046,141,-1.534354939,0.7328219978,776.29747998 +153,-1.515231902,0.5607085576,141,-1.534354939,0.7328219978,684.39807613 +154,-2.616253799,1.0684566605,141,-1.534354939,0.7328219978,2836.2868317 +155,-1.956071439,0.5792177723,141,-1.534354939,0.7328219978,1450.1659053 +156,-1.951208514,0.5602434208,141,-1.534354939,0.7328219978,1477.5884322 +157,-1.944675062,0.6062144545,141,-1.534354939,0.7328219978,1364.0088828 +158,-1.613778386,0.6077989518,141,-1.534354939,0.7328219978,552.96800337 +159,-2.035029014,0.6021432345,141,-1.534354939,0.7328219978,1632.2732336 +160,-2.114989471,0.6801825058,141,-1.534354939,0.7328219978,1750.6557702 +161,-2.037382079,0.5765830025,141,-1.534354939,0.7328219978,1687.3315129 +162,-2.129855121,0.6585019963,141,-1.534354939,0.7328219978,1822.1048773 +163,-2.075141798,0.6493615843,141,-1.534354939,0.7328219978,1673.7612166 +164,-1.828626729,0.6948433129,141,-1.534354939,0.7328219978,892.26757473 +165,-1.863329418,0.6735427691,141,-1.534354939,0.7328219978,1019.0399031 +166,-1.266037071,0.727988852,141,-1.534354939,0.7328219978,790.85741705 +167,-1.277579582,0.7249010648,141,-1.534354939,0.7328219978,758.39395434 +168,-1.258418684,0.7241194816,141,-1.534354939,0.7328219978,815.14632709 +169,-1.317813974,0.6804850104,141,-1.534354939,0.7328219978,683.73726042 +170,-1.344165204,0.6790988904,141,-1.534354939,0.7328219978,610.95716625 +171,-1.427582102,0.5277120351,141,-1.534354939,0.7328219978,880.73508893 +172,-1.402238616,0.457167829,141,-1.534354939,0.7328219978,1173.4861472 +173,-1.422454264,0.4996161999,141,-1.534354939,0.7328219978,991.24908042 +174,-1.439089277,0.4894859811,141,-1.534354939,0.7328219978,1011.5970004 +175,-1.448126995,0.5182330266,141,-1.534354939,0.7328219978,893.51345577 +176,-1.474626146,0.5881926574,141,-1.534354939,0.7328219978,602.42604656 +177,-1.421139645,0.5584869783,141,-1.534354939,0.7328219978,777.3080108 +178,-1.457037165,0.565943032,141,-1.534354939,0.7328219978,704.30069904 +179,-2.757159358,0.3745319,141,-1.534354939,0.7328219978,4235.9730715 +180,-2.714309238,0.342054471,141,-1.534354939,0.7328219978,4188.2992582 +181,-2.000525337,0.774119946,141,-1.534354939,0.7328219978,1350.5142848 +183,-1.571413436,0.6777838382,141,-1.534354939,0.7328219978,244.96523309 +184,-1.552860289,0.6987663893,141,-1.534354939,0.7328219978,145.78973115 +185,-1.521852374,0.7165827476,141,-1.534354939,0.7328219978,74.243942717 +186,-1.503656267,0.6928968252,141,-1.534354939,0.7328219978,182.94052593 +187,-1.502753178,0.7136205882,141,-1.534354939,0.7328219978,120.78686807 +188,-1.631894563,0.7343596465,141,-1.534354939,0.7328219978,286.98794391 +189,-1.653765416,0.6770714026,141,-1.534354939,0.7328219978,422.3406295 +190,-1.719812114,0.6715965947,141,-1.534354939,0.7328219978,610.43183509 +191,-1.493406659,0.6646955447,141,-1.534354939,0.7328219978,297.01953349 +192,-1.469120564,0.6613469966,141,-1.534354939,0.7328219978,345.4626896 +193,-1.590551461,0.5326612937,141,-1.534354939,0.7328219978,812.72755618 +194,-1.625979264,0.5247742243,141,-1.534354939,0.7328219978,874.31359651 +195,-1.572293943,0.5238808754,141,-1.534354939,0.7328219978,836.41380123 +196,-1.610848725,0.5477107964,141,-1.534354939,0.7328219978,772.13894232 +197,-1.208485554,0.7918526018,141,-1.534354939,0.7328219978,959.93969211 +198,-1.335601374,0.6869083083,141,-1.534354939,0.7328219978,623.61960161 +199,-1.346156996,0.6825213377,141,-1.534354939,0.7328219978,599.95668314 +200,-1.324381037,0.6741422347,141,-1.534354939,0.7328219978,674.77304112 +201,-1.242424992,0.7378949807,141,-1.534354939,0.7328219978,856.38288061 +202,-1.270370057,0.7392461008,141,-1.534354939,0.7328219978,774.36134392 +203,-1.448950472,0.7441675014,141,-1.534354939,0.7328219978,254.12345588 +204,-1.492662363,0.7523026852,141,-1.534354939,0.7328219978,144.06468483 +205,-1.479098966,0.7763855017,141,-1.534354939,0.7328219978,234.91178879 +206,-1.633760714,0.7869022408,141,-1.534354939,0.7328219978,356.7303859 +207,-1.647406434,0.8101289331,141,-1.534354939,0.7328219978,443.36033529 +208,-1.564245052,0.5701509278,141,-1.534354939,0.7328219978,651.1402207 +209,-1.646289963,0.6833746083,141,-1.534354939,0.7328219978,389.4396717 +210,-1.5820631,0.6751952144,141,-1.534354939,0.7328219978,269.87315677 +211,-1.613236298,0.6681681791,141,-1.534354939,0.7328219978,350.10068322 +212,-1.914661867,0.8212566515,141,-1.534354939,0.7328219978,1125.3812798 +213,-1.742133237,0.7250275956,141,-1.534354939,0.7328219978,614.15589027 +214,-2.033144872,0.6557314699,141,-1.534354939,0.7328219978,1541.2208791 +215,-2.039551981,0.6964723658,141,-1.534354939,0.7328219978,1511.076513 +216,-1.247341019,0.7622473908,141,-1.534354939,0.7328219978,840.42304386 +217,-1.298239787,0.7084123392,141,-1.534354939,0.7328219978,708.603786 +218,-1.308539688,0.6926545592,141,-1.534354939,0.7328219978,694.42891957 +219,-1.303263185,0.6888938396,141,-1.534354939,0.7328219978,714.33442571 +220,-1.852400229,0.6004246149,141,-1.534354939,0.7328219978,1117.1402742 +221,-1.288947707,0.7473773692,141,-1.534354939,0.7328219978,719.23971607 +222,-1.372031502,0.7472790993,141,-1.534354939,0.7328219978,477.97705291 +223,-1.289805721,0.7242157877,141,-1.534354939,0.7328219978,722.77226936 +224,-1.350807603,0.7533498126,141,-1.534354939,0.7328219978,541.14006248 +225,-1.329290365,0.7560442322,141,-1.534354939,0.7328219978,603.9122069 +226,-1.410153004,0.616936428,141,-1.534354939,0.7328219978,598.0724789 +227,-1.393445434,0.6308995063,141,-1.534354939,0.7328219978,591.74642965 +228,-1.37595573,0.6241540638,141,-1.534354939,0.7328219978,650.36644382 +229,-1.358388707,0.6172645205,141,-1.534354939,0.7328219978,710.16302604 +230,-1.753741133,0.8281661666,141,-1.534354939,0.7328219978,722.49744788 +231,-1.47430987,0.6834615681,141,-1.534354939,0.7328219978,266.15370665 +232,-1.421012508,0.7222725206,141,-1.534354939,0.7328219978,337.78879963 +233,-1.4476833,0.6978557868,141,-1.534354939,0.7328219978,293.77186629 +234,-1.470370723,0.6966193374,141,-1.534354939,0.7328219978,239.13546352 +235,-1.429211703,0.7037216883,141,-1.534354939,0.7328219978,334.00136045 +236,-1.700578405,0.6178673663,141,-1.534354939,0.7328219978,685.79738171 +237,-1.678117619,0.6331716163,141,-1.534354939,0.7328219978,591.85349358 +238,-1.725644578,0.6316331145,141,-1.534354939,0.7328219978,710.7832261 +239,-2.14012759,0.7930497945,141,-1.534354939,0.7328219978,1736.9519118 +240,-2.103289431,0.7653606263,141,-1.534354939,0.7328219978,1644.6048645 +241,-1.318739838,0.7017808746,141,-1.534354939,0.7328219978,654.62369508 +242,-1.396417427,0.7077900843,141,-1.534354939,0.7328219978,422.28222673 +243,-1.35650337,0.7185539404,141,-1.534354939,0.7328219978,529.67621526 +244,-1.248884539,0.7274156818,141,-1.534354939,0.7328219978,841.50628216 +245,-1.395014798,0.5761185243,141,-1.534354939,0.7328219978,758.8215193 +246,-1.433377362,0.6064716109,141,-1.534354939,0.7328219978,590.25946904 +247,-1.408172432,0.5903155476,141,-1.534354939,0.7328219978,687.98712708 +248,-1.749645898,0.7757118084,141,-1.534354939,0.7328219978,643.56455222 +249,-1.571626686,0.615046989,141,-1.534354939,0.7328219978,480.51046219 +250,-1.514070049,0.6303003037,141,-1.534354939,0.7328219978,410.84193692 +251,-1.480890369,0.6237966528,141,-1.534354939,0.7328219978,462.17084653 +252,-1.704390658,0.5281680612,141,-1.534354939,0.7328219978,974.75417582 +253,-1.64434733,0.5254277498,141,-1.534354939,0.7328219978,893.16116729 +254,-1.703855997,0.4792484842,141,-1.534354939,0.7328219978,1144.1619779 +255,-1.692002383,0.5748825051,141,-1.534354939,0.7328219978,797.14454817 +256,-1.854136457,0.5544643913,141,-1.534354939,0.7328219978,1230.9382914 +257,-1.665021206,0.520317736,141,-1.534354939,0.7328219978,939.40930211 +258,-1.733654349,0.4845187345,141,-1.534354939,0.7328219978,1175.1642446 +259,-1.720938188,0.5135933906,141,-1.534354939,0.7328219978,1053.6397837 +260,-1.742668307,0.553296122,141,-1.534354939,0.7328219978,968.48986893 +261,-1.965659039,0.7142126903,141,-1.534354939,0.7328219978,1278.0859019 +262,-1.944438071,0.6772834804,141,-1.534354939,0.7328219978,1252.3537317 +263,-1.270340967,0.7681487096,141,-1.534354939,0.7328219978,776.35847942 +264,-1.353091884,0.6549276821,141,-1.534354939,0.7328219978,631.70227931 +265,-1.333236659,0.6413584414,141,-1.534354939,0.7328219978,713.60624874 +266,-1.352015998,0.6753788907,141,-1.534354939,0.7328219978,595.14257797 +267,-1.377988483,0.6577816235,141,-1.534354939,0.7328219978,560.37051277 +268,-2.13075611,0.8318642051,141,-1.534354939,0.7328219978,1705.9801724 +269,-2.097910953,0.8259670014,141,-1.534354939,0.7328219978,1617.7229391 +270,-1.416382069,0.6694271549,141,-1.534354939,0.7328219978,436.29617103 +271,-1.538905672,0.7535625993,141,-1.534354939,0.7328219978,83.218594046 +272,-1.572309477,0.7803125099,141,-1.534354939,0.7328219978,217.55095945 +273,-1.87759879,0.7503853417,141,-1.534354939,0.7328219978,1002.6547593 +274,1.152365588,0.590457682,141,-1.534354939,0.7328219978,6947.7287445 +275,0.350198001,0.718001859,141,-1.534354939,0.7328219978,5149.980948 +276,0.046513677,0.491503852,141,-1.534354939,0.7328219978,4977.1039246 +277,0.027510309,0.742571376,141,-1.534354939,0.7328219978,4340.8978372 +278,0.306285725,-0.214631579,141,-1.534354939,0.7328219978,7579.575794 +279,-1.100564889,0.318051531,141,-1.534354939,0.7328219978,2198.9777446 +280,-1.078582306,0.301437596,141,-1.534354939,0.7328219978,2301.1925048 +281,-1.137371989,-0.617634065,141,-1.534354939,0.7328219978,5539.4927273 +282,0.784356344,0.703272339,141,-1.534354939,0.7328219978,6035.4545543 +283,-1.221209947,0.218327455,141,-1.534354939,0.7328219978,2306.1079033 +284,2.347301921,-0.449114658,141,-1.534354939,0.7328219978,9796.7324262 +285,0.246820618,0.830553713,141,-1.534354939,0.7328219978,4638.4124071 +286,0.829414965,0.703288228,141,-1.534354939,0.7328219978,6108.0576601 +287,-1.337537566,0.42332223,141,-1.534354939,0.7328219978,1386.0033439 +288,0.882453706,0.454478077,141,-1.534354939,0.7328219978,7044.9844631 +289,1.575629659,0.416419109,141,-1.534354939,0.7328219978,7890.2306397 +290,-1.039455679,0.229888244,141,-1.534354939,0.7328219978,2618.4962391 +291,0.489558039,0.934482747,141,-1.534354939,0.7328219978,4828.0180261 +292,0.081344504,0.88384514,141,-1.534354939,0.7328219978,4165.8699182 +293,-1.547979814,0.300350308,141,-1.534354939,0.7328219978,1713.6430824 +294,0.040776181,0.168560074,141,-1.534354939,0.7328219978,5789.1082595 +295,-1.130374745,0.563894876,141,-1.534354939,0.7328219978,1433.8094227 +296,1.578326642,0.478507176,141,-1.534354939,0.7328219978,7644.6069679 +297,-1.12861823,-0.291640865,141,-1.534354939,0.7328219978,4320.7305782 +298,0.310524208,0.770885792,141,-1.534354939,0.7328219978,4924.1304774 +299,0.415649091,-0.387246002,141,-1.534354939,0.7328219978,8329.8728018 +300,-0.926533878,-0.188022748,141,-1.534354939,0.7328219978,4264.2215581 +301,1.258856172,-0.11716081,141,-1.534354939,0.7328219978,9715.7395116 +302,-1.126050026,0.322941926,141,-1.534354939,0.7328219978,2127.2271377 +303,2.002785835,0.07893892,141,-1.534354939,0.7328219978,8926.7002634 +304,0.440437607,0.746258085,141,-1.534354939,0.7328219978,5263.4252706 +305,-0.030391866,0.214441206,141,-1.534354939,0.7328219978,5461.2598927 +306,0.521557815,-0.058929362,141,-1.534354939,0.7328219978,7789.067296 +307,-0.097005111,0.13317729,141,-1.534354939,0.7328219978,5477.4437568 +308,1.83113859,0.221857587,141,-1.534354939,0.7328219978,8575.1944455 +309,0.222428864,0.099404236,141,-1.534354939,0.7328219978,6500.9278398 +310,-1.702731345,0.8728568183,141,-1.534354939,0.7328219978,721.50654924 +311,-0.418507569,0.278324921,141,-1.534354939,0.7328219978,4157.8172278 +312,-1.41153306,0.339029988,141,-1.534354939,0.7328219978,1613.4508866 +313,0.357560442,0.114788776,141,-1.534354939,0.7328219978,6844.1300949 +314,0.325818979,0.268352149,141,-1.534354939,0.7328219978,6329.4310793 +315,-1.246004659,-0.663679965,141,-1.534354939,0.7328219978,5628.5680625 +316,1.814603087,0.637404484,141,-1.534354939,0.7328219978,6964.7227217 +317,1.843704281,-0.18300445,141,-1.534354939,0.7328219978,10116.417242 +318,1.690644492,-0.211480909,141,-1.534354939,0.7328219978,10358.811931 +319,-1.275451936,0.068109467,141,-1.534354939,0.7328219978,2787.8121423 +320,0.762430171,-0.207594741,141,-1.534354939,0.7328219978,8874.5318061 +321,0.265668905,-0.014647884,141,-1.534354939,0.7328219978,6933.475649 +322,-2.773032013,-0.335515811,141,-1.534354939,0.7328219978,6187.9709048 +323,-1.469512853,0.174058777,141,-1.534354939,0.7328219978,2224.7291713 +324,0.286276986,0.785925691,141,-1.534354939,0.7328219978,4833.443572 +325,-1.379324697,0.377432233,141,-1.534354939,0.7328219978,1499.195188 +326,-1.203778265,0.212813032,141,-1.534354939,0.7328219978,2354.4693225 +327,0.579916301,0.611743168,141,-1.534354939,0.7328219978,5946.3068608 +328,0.267582642,0.868113908,141,-1.534354939,0.7328219978,4589.9492434 +329,0.412869244,-0.050245578,141,-1.534354939,0.7328219978,7455.7791891 +330,0.17524381,0.976660285,141,-1.534354939,0.7328219978,4162.7464915 +331,0.743157214,0.204812899,141,-1.534354939,0.7328219978,7581.3379795 +332,-1.070758176,0.269382282,141,-1.534354939,0.7328219978,2421.4096868 +333,-1.230364251,0.329790229,141,-1.534354939,0.7328219978,1895.8033478 +334,-1.374813124,-0.024926835,141,-1.534354939,0.7328219978,3055.441763 +335,0.519780566,0.463669906,141,-1.534354939,0.7328219978,6260.6533224 +336,-1.55108034,0.239698561,141,-1.534354939,0.7328219978,1954.1067891 +337,0.180294813,0.029739425,141,-1.534354939,0.7328219978,6565.4461689 +338,0.67820924,0.268170153,141,-1.534354939,0.7328219978,7230.0896551 +339,0.445798684,1.024001867,141,-1.534354939,0.7328219978,4515.4874917 +340,0.691751283,0.150521402,141,-1.534354939,0.7328219978,7627.8166668 +341,-1.036643551,-0.903056181,141,-1.534354939,0.7328219978,6701.8844217 +342,-0.120287036,1.083325163,141,-1.534354939,0.7328219978,3443.1464214 +343,2.823513113,-0.304487164,141,-1.534354939,0.7328219978,8056.2343614 +344,0.457583172,1.12513373,141,-1.534354939,0.7328219978,4271.9496941 +345,0.042918831,0.813795399,141,-1.534354939,0.7328219978,4225.4218209 +346,1.196146777,-0.853142756,141,-1.534354939,0.7328219978,11212.209043 +347,0.206001358,-0.010430701,141,-1.534354939,0.7328219978,6747.9049801 +348,-0.268308653,0.234799412,141,-1.534354939,0.7328219978,4709.8241275 +349,0.759363263,0.736189579,141,-1.534354939,0.7328219978,5885.6513033 +350,0.181363926,0.891988372,141,-1.534354939,0.7328219978,4358.5184535 +351,-0.021111158,0.139103292,141,-1.534354939,0.7328219978,5685.1609037 +352,-0.093355215,0.630686981,141,-1.534354939,0.7328219978,4274.0123706 +353,0.40118964,0.681375926,141,-1.534354939,0.7328219978,5361.8986828 +354,-0.721197315,1.304706234,141,-1.534354939,0.7328219978,2679.7633025 +355,-1.076150317,0.212107639,141,-1.534354939,0.7328219978,2597.9472711 +356,-1.577164531,0.273993443,141,-1.534354939,0.7328219978,1823.274353 +357,-0.190788414,0.182208586,141,-1.534354939,0.7328219978,5073.472551 +358,-0.261349752,0.209710184,141,-1.534354939,0.7328219978,4794.6963779 +359,-1.029303852,0.083549259,141,-1.534354939,0.7328219978,3128.0622 +360,-1.268609162,0.330525297,141,-1.534354939,0.7328219978,1827.1193007 +361,1.282982244,-0.926641967,141,-1.534354939,0.7328219978,11291.991059 +362,0.217352334,0.731352408,141,-1.534354939,0.7328219978,4817.1950223 +363,-1.511833084,0.258629297,141,-1.534354939,0.7328219978,1879.8574773 +364,0.338812194,0.823184618,141,-1.534354939,0.7328219978,4847.4545848 +365,-0.324406489,1.134201999,141,-1.534354939,0.7328219978,3054.0732891 +366,1.389579348,0.399185724,141,-1.534354939,0.7328219978,7889.5542728 +367,2.047152199,-0.039082036,141,-1.534354939,0.7328219978,9282.9926026 +368,0.947780369,0.568250077,141,-1.534354939,0.7328219978,6758.7325907 +369,0.763824846,0.576754987,141,-1.534354939,0.7328219978,6418.013562 +370,-0.142334657,0.928153068,141,-1.534354939,0.7328219978,3599.5461014 +371,0.610266567,0.547265983,141,-1.534354939,0.7328219978,6207.910501 +372,0.210731629,0.746815056,141,-1.534354939,0.7328219978,4763.8713528 +373,-1.34931644,0.316895224,141,-1.534354939,0.7328219978,1761.9563815 +374,2.407696481,0.655030745,141,-1.534354939,0.7328219978,6233.6269131 +375,0.64207831,0.545359131,141,-1.534354939,0.7328219978,6280.3584563 +376,1.174597538,0.840588356,141,-1.534354939,0.7328219978,6030.5518905 +377,0.660059424,0.010604079,141,-1.534354939,0.7328219978,7969.1683442 +378,-0.730263819,0.010486456,141,-1.534354939,0.7328219978,4043.5206446 +379,0.831068936,0.512339172,141,-1.534354939,0.7328219978,6755.7697532 +380,1.301180979,0.72367476,141,-1.534354939,0.7328219978,6571.6051902 +381,1.811128231,0.322854402,141,-1.534354939,0.7328219978,8196.1658922 +382,0.435105812,0.992284428,141,-1.534354939,0.7328219978,4581.7529624 +383,0.62643634,0.592027932,141,-1.534354939,0.7328219978,6102.4417786 +384,0.492988703,-0.516339467,141,-1.534354939,0.7328219978,8846.8004645 +385,-0.162469483,0.112549365,141,-1.534354939,0.7328219978,5338.9339437 +386,0.314630866,0.472006421,141,-1.534354939,0.7328219978,5736.024542 +387,0.166744804,0.822815954,141,-1.534354939,0.7328219978,4484.4721864 +388,0.417159608,0.965805736,141,-1.534354939,0.7328219978,4621.4864354 +389,0.106334961,0.868774244,141,-1.534354939,0.7328219978,4251.1781452 +390,0.815086969,-0.338144359,141,-1.534354939,0.7328219978,9373.8691648 +391,0.59867455,-0.230624824,141,-1.534354939,0.7328219978,8475.1078124 +392,1.915104874,0.066220985,141,-1.534354939,0.7328219978,9090.4017977 +393,1.278093622,0.064463721,141,-1.534354939,0.7328219978,9070.9431222 +394,-0.061477853,0.302997961,141,-1.534354939,0.7328219978,5143.2712894 +395,0.251311504,0.626976942,141,-1.534354939,0.7328219978,5163.0901775 +396,2.950242872,0.149095644,141,-1.534354939,0.7328219978,6486.0046361 +397,-0.180294708,0.35375117,141,-1.534354939,0.7328219978,4670.7183208 +398,1.010448592,-0.351180233,141,-1.534354939,0.7328219978,9944.2980576 +399,-1.748740498,0.3686318073,141,-1.534354939,0.7328219978,1609.8521214 +400,2.699635665,0.123533791,141,-1.534354939,0.7328219978,7252.0331762 +401,0.496808033,0.823843254,141,-1.534354939,0.7328219978,5153.3757511 +402,0.129574704,0.763364087,141,-1.534354939,0.7328219978,4537.4917326 +403,1.798920311,0.817447563,141,-1.534354939,0.7328219978,6266.338573 +404,0.335987953,0.746786541,141,-1.534354939,0.7328219978,5042.1804844 +405,-1.085413643,0.292154671,141,-1.534354939,0.7328219978,2315.595682 +406,-0.155321003,0.508207011,141,-1.534354939,0.7328219978,4376.2244443 +407,0.620529244,-0.301175104,141,-1.534354939,0.7328219978,8720.9319426 +408,1.684402744,0.368716966,141,-1.534354939,0.7328219978,8071.4953077 +409,0.300582244,-0.386397212,141,-1.534354939,0.7328219978,7990.7002203 +410,2.913555946,-0.009225192,141,-1.534354939,0.7328219978,7021.3749327 +411,1.465101417,0.493232532,141,-1.534354939,0.7328219978,7559.6950904 +412,0.090612882,0.907955955,141,-1.534354939,0.7328219978,4136.2832449 +413,2.987564726,-0.729568594,141,-1.534354939,0.7328219978,8532.4717467 +414,-1.484261606,0.224149272,141,-1.534354939,0.7328219978,2022.2339008 +415,0.164073421,0.303955133,141,-1.534354939,0.7328219978,5785.5421148 +416,0.141441293,0.167552546,141,-1.534354939,0.7328219978,6084.2405632 +417,2.931321023,-0.506718887,141,-1.534354939,0.7328219978,8220.2629537 +418,2.21951565,0.700596356,141,-1.534354939,0.7328219978,6355.5348155 +419,0.268112576,1.199114336,141,-1.534354939,0.7328219978,3861.2986708 +420,0.978913739,0.359223811,141,-1.534354939,0.7328219978,7544.6847346 +421,1.210898818,0.522863584,141,-1.534354939,0.7328219978,7263.7581393 +422,2.347397336,0.129231362,141,-1.534354939,0.7328219978,8106.4714148 +423,0.614394501,0.556878345,141,-1.534354939,0.7328219978,6186.8193226 +424,-1.398079356,0.148483366,141,-1.534354939,0.7328219978,2363.0539302 +425,2.535303836,-0.112984496,141,-1.534354939,0.7328219978,8379.1826264 +426,-1.019372593,-0.405322349,141,-1.534354939,0.7328219978,4886.9412067 +427,-1.297785627,-0.160104069,141,-1.534354939,0.7328219978,3639.7474791 +428,2.144554488,0.205051084,141,-1.534354939,0.7328219978,8245.5786711 +429,-2.242387083,-0.426171285,141,-1.534354939,0.7328219978,5271.7546058 +430,0.338637212,0.909723676,141,-1.534354939,0.7328219978,4625.458409 +431,-0.148798452,0.691042401,141,-1.534354939,0.7328219978,4000.6365631 +432,0.893524764,0.441829531,141,-1.534354939,0.7328219978,7108.147708 +433,0.969229347,-0.368847936,141,-1.534354939,0.7328219978,9882.4651619 +434,0.436043248,0.800045688,141,-1.534354939,0.7328219978,5104.2173464 +435,1.687946607,1.081504775,141,-1.534354939,0.7328219978,5252.658108 +436,0.522302046,-0.034889271,141,-1.534354939,0.7328219978,7724.1064102 +437,-0.178996113,-0.438090009,141,-1.534354939,0.7328219978,6777.8644797 +438,-1.094339566,0.301444068,141,-1.534354939,0.7328219978,2265.977136 +439,-1.064070054,0.242569932,141,-1.534354939,0.7328219978,2523.1520896 +440,-1.068153768,0.230387998,141,-1.534354939,0.7328219978,2554.2718926 +441,-3.00496892,-0.23989155,141,-1.534354939,0.7328219978,6565.9108242 +442,0.21751974,0.766874888,141,-1.534354939,0.7328219978,4730.0424929 +443,0.117229532,0.007619006,141,-1.534354939,0.7328219978,6439.4334503 +444,0.777758451,0.420554741,141,-1.534354939,0.7328219978,6959.1964506 +445,-0.252356999,0.250747086,141,-1.534354939,0.7328219978,4716.1525733 +446,0.363148444,0.768483434,141,-1.534354939,0.7328219978,5042.1556151 +447,0.903191366,-0.118210676,141,-1.534354939,0.7328219978,8980.5628065 +448,-0.205755923,0.149406178,141,-1.534354939,0.7328219978,5114.8922553 +449,1.811996086,0.02364353,141,-1.534354939,0.7328219978,9358.9462445 +450,-1.100670221,0.314845373,141,-1.534354939,0.7328219978,2208.983341 +451,0.340078597,0.850105132,141,-1.534354939,0.7328219978,4780.2925833 +452,0.258757267,0.804969236,141,-1.534354939,0.7328219978,4726.6197484 +453,2.78505352,-0.155160804,141,-1.534354939,0.7328219978,7785.6272292 +454,0.800551619,0.105822106,141,-1.534354939,0.7328219978,8029.8224897 +455,0.437940882,-0.506194031,141,-1.534354939,0.7328219978,8664.9407117 +456,2.230431122,0.63458615,141,-1.534354939,0.7328219978,6576.7749023 +457,0.527965361,0.127667701,141,-1.534354939,0.7328219978,7275.1686329 +458,-0.063643205,0.702093448,141,-1.534354939,0.7328219978,4199.2815955 +459,1.408447268,0.133010502,141,-1.534354939,0.7328219978,8939.4274299 +460,0.523795955,0.280266966,141,-1.534354939,0.7328219978,6816.1160596 +461,-0.975769313,0.072177659,141,-1.534354939,0.7328219978,3276.6685229 +462,0.549774164,-0.463663986,141,-1.534354939,0.7328219978,8899.473711 +463,0.29245874,1.095549818,141,-1.534354939,0.7328219978,4107.9870848 +464,0.143625958,0.816809593,141,-1.534354939,0.7328219978,4447.1368978 +465,0.671902494,0.611159853,141,-1.534354939,0.7328219978,6132.5998566 +466,1.239840988,0.6724199,141,-1.534354939,0.7328219978,6722.3161953 +467,0.607829703,-0.10932137,141,-1.534354939,0.7328219978,8171.496355 +468,1.763020906,0.263996692,141,-1.534354939,0.7328219978,8454.599329 +469,0.378714634,0.726066797,141,-1.534354939,0.7328219978,5189.934409 +470,2.196736143,-0.153862366,141,-1.534354939,0.7328219978,9366.386068 +471,0.01702415,0.148991565,141,-1.534354939,0.7328219978,5771.0834186 +472,-2.998490902,-0.158002487,141,-1.534354939,0.7328219978,6329.3440131 +473,-3.051262951,-0.346595608,141,-1.534354939,0.7328219978,6977.4758823 +474,-1.069176439,0.182802941,141,-1.534354939,0.7328219978,2710.5875878 +475,0.167157509,0.595344954,141,-1.534354939,0.7328219978,5036.0322271 +476,0.613855648,0.681746124,141,-1.534354939,0.7328219978,5799.2305194 +477,1.037012736,0.682555367,141,-1.534354939,0.7328219978,6473.7676486 +478,-1.253574971,0.379755746,141,-1.534354939,0.7328219978,1681.0756431 +479,3.108590453,-0.132620738,141,-1.534354939,0.7328219978,6776.6188246 +480,0.565301296,0.022333262,141,-1.534354939,0.7328219978,7680.606537 +481,0.547898238,0.855555614,141,-1.534354939,0.7328219978,5153.6183931 +482,0.948309381,0.417393755,141,-1.534354939,0.7328219978,7288.5576713 +483,-0.050600732,0.945269213,141,-1.534354939,0.7328219978,3770.4705472 +484,-0.977651478,-0.572363064,141,-1.534354939,0.7328219978,5552.6975308 +485,1.102014914,0.728861163,141,-1.534354939,0.7328219978,6378.9326007 +486,2.927300795,-0.282939414,141,-1.534354939,0.7328219978,7696.9949364 +487,-1.154565557,0.124434095,141,-1.534354939,0.7328219978,2753.133055 +488,1.855331234,0.291044755,141,-1.534354939,0.7328219978,8287.9747203 +489,0.830290659,0.276904518,141,-1.534354939,0.7328219978,7541.1710351 +490,0.485104466,-0.234867441,141,-1.534354939,0.7328219978,8156.5828715 +491,0.521367572,-0.33161327,141,-1.534354939,0.7328219978,8506.8831354 +1,-1.539031704,0.7349710123,142,-1.53157084,0.7292888153,31.459121792 +2,-1.536990553,0.7349663874,142,-1.53157084,0.7292888153,27.580359785 +3,-1.534951779,0.7349571355,142,-1.53157084,0.7292888153,24.562350141 +4,-1.532906461,0.7349480293,142,-1.53157084,0.7292888153,22.758867187 +5,-1.531320211,0.7346937278,142,-1.53157084,0.7292888153,21.421590247 +6,-1.539451648,0.7335131775,142,-1.53157084,0.7292888153,28.630563438 +7,-1.537429487,0.7335445708,142,-1.53157084,0.7292888153,24.133659986 +8,-1.535484998,0.7335658704,142,-1.53157084,0.7292888153,20.497451366 +9,-1.533488396,0.7336036027,142,-1.53157084,0.7292888153,18.001377987 +10,-1.531497785,0.7335842962,142,-1.53157084,0.7292888153,17.015762889 +11,-1.530259379,0.7334777758,142,-1.53157084,0.7292888153,17.036937913 +12,-1.5335454,0.7322346912,142,-1.53157084,0.7292888153,13.041391477 +13,-1.531489083,0.7322238773,142,-1.53157084,0.7292888153,11.628281717 +14,-1.530011122,0.7321679851,142,-1.53157084,0.7292888153,12.297425555 +15,-1.53348106,0.7306614094,142,-1.53157084,0.7292888153,7.8326769192 +16,-1.531441779,0.7306962275,142,-1.53157084,0.7292888153,5.5877602152 +17,-1.529755654,0.7306933243,142,-1.53157084,0.7292888153,7.7237282715 +18,-1.533415048,0.7291384674,142,-1.53157084,0.7292888153,5.4797175149 +19,-1.531392093,0.7291705353,142,-1.53157084,0.7292888153,0.7058596221 +20,-1.529296523,0.7291214933,142,-1.53157084,0.7292888153,6.7503419443 +21,-1.535280942,0.727267644,142,-1.53157084,0.7292888153,13.578832161 +22,-1.533378158,0.7276139666,142,-1.53157084,0.7292888153,8.5174623332 +23,-1.531340368,0.7276446587,142,-1.53157084,0.7292888153,6.5480333433 +24,-1.528960113,0.7276398177,142,-1.53157084,0.7292888153,10.109750423 +25,-1.533313146,0.7260818349,142,-1.53157084,0.7292888153,13.708345651 +26,-1.531259555,0.7260958115,142,-1.53157084,0.7292888153,12.680955297 +27,-1.528926415,0.7260865555,142,-1.53157084,0.7292888153,14.901795025 +28,-1.531226779,0.7245511789,142,-1.53157084,0.7292888153,18.793387525 +29,-1.528904772,0.7245519194,142,-1.53157084,0.7292888153,20.35461616 +30,-1.547195875,0.7409785979,142,-1.53157084,0.7292888153,65.202243579 +31,-1.5451475,0.740980426,142,-1.53157084,0.7292888153,61.120321412 +32,-1.543097679,0.7409798872,142,-1.53157084,0.7292888153,57.370152408 +33,-1.540720364,0.7409892687,142,-1.53157084,0.7292888153,53.576950211 +34,-1.547188511,0.7395198392,142,-1.53157084,0.7292888153,61.240807724 +35,-1.545148587,0.7395226109,142,-1.53157084,0.7292888153,56.89089103 +36,-1.543104538,0.7395314908,142,-1.53157084,0.7292888153,52.875111036 +37,-1.540727751,0.7395306258,142,-1.53157084,0.7292888153,48.687375513 +38,-1.547187029,0.7380014886,142,-1.53157084,0.7292888153,57.460099037 +39,-1.545147315,0.7380012252,142,-1.53157084,0.7292888153,52.784791327 +40,-1.54310719,0.7380060743,142,-1.53157084,0.7292888153,48.416224378 +41,-1.540719671,0.7380068206,142,-1.53157084,0.7292888153,43.782375439 +42,-1.547187189,0.7364799098,142,-1.53157084,0.7292888153,54.08278623 +43,-1.545149996,0.7364853874,142,-1.53157084,0.7292888153,49.098842907 +44,-1.543106091,0.7364823484,142,-1.53157084,0.7292888153,44.329779476 +45,-1.540717158,0.7364893901,142,-1.53157084,0.7292888153,39.223821639 +46,-1.538663972,0.7410138672,142,-1.53157084,0.7292888153,50.903974711 +47,-1.53695285,0.7409699132,142,-1.53157084,0.7292888153,48.896143992 +48,-1.534910498,0.7409641297,142,-1.53157084,0.7292888153,47.27534985 +49,-1.533145034,0.7409536636,142,-1.53157084,0.7292888153,46.43536549 +50,-1.538681336,0.7395405883,142,-1.53157084,0.7292888153,45.672022729 +51,-1.536999189,0.7395183096,142,-1.53157084,0.7292888153,43.54859509 +52,-1.534923633,0.7395144222,142,-1.53157084,0.7292888153,41.685781489 +53,-1.533267822,0.7395654306,142,-1.53157084,0.7292888153,41.01025524 +54,-1.53867273,0.7380151077,142,-1.53157084,0.7292888153,40.388839613 +55,-1.536980576,0.7379994392,142,-1.53157084,0.7292888153,37.996524509 +56,-1.534931522,0.7379944961,142,-1.53157084,0.7292888153,35.872609805 +57,-1.533387952,0.7379480264,142,-1.53157084,0.7292888153,34.713258603 +58,-1.538682279,0.7364914363,142,-1.53157084,0.7292888153,35.38708608 +59,-1.536980704,0.7364810563,142,-1.53157084,0.7292888153,32.638123537 +60,-1.534935567,0.7364752065,142,-1.53157084,0.7292888153,30.139614298 +61,-1.533042592,0.7363876366,142,-1.53157084,0.7292888153,28.450325481 +62,-1.545143426,0.7349628011,142,-1.53157084,0.7292888153,45.868148225 +63,-1.543105297,0.7349691947,142,-1.53157084,0.7292888153,40.75429317 +64,-1.541064533,0.7349647152,142,-1.53157084,0.7292888153,35.88425639 +65,-1.545411803,0.7334624714,142,-1.53157084,0.7292888153,44.024754608 +66,-1.543446606,0.7334780896,142,-1.53157084,0.7292888153,38.742796144 +67,-1.541475327,0.7334957295,142,-1.53157084,0.7292888153,33.618301592 +68,-1.545401939,0.731963266,142,-1.53157084,0.7292888153,42.154103724 +69,-1.54342253,0.7319915583,142,-1.53157084,0.7292888153,36.564046008 +70,-1.541455867,0.7320216438,142,-1.53157084,0.7292888153,31.104161387 +71,-1.545410146,0.7304422281,142,-1.53157084,0.7292888153,41.108021888 +72,-1.543435491,0.7304713664,142,-1.53157084,0.7292888153,35.335627126 +73,-1.541463105,0.7304997613,142,-1.53157084,0.7292888153,29.59238798 +74,-1.545414768,0.7289194936,142,-1.53157084,0.7292888153,40.920987873 +75,-1.543435774,0.7289538557,142,-1.53157084,0.7292888153,35.073502139 +76,-1.541457714,0.7289765881,142,-1.53157084,0.7292888153,29.231213251 +77,-1.539449415,0.7320555866,142,-1.53157084,0.7292888153,25.69496002 +78,-1.537429183,0.7321097681,142,-1.53157084,0.7292888153,20.578657407 +79,-1.535472649,0.7321497267,142,-1.53157084,0.7292888153,16.15176609 +80,-1.539457899,0.7305333307,142,-1.53157084,0.7292888153,23.797703909 +81,-1.537453161,0.7305750503,142,-1.53157084,0.7292888153,18.095533978 +82,-1.535479385,0.7306124949,142,-1.53157084,0.7292888153,12.672602938 +83,-1.53946905,0.7290102593,142,-1.53157084,0.7292888153,23.356424038 +84,-1.537459922,0.7290417293,142,-1.53157084,0.7292888153,17.42290414 +85,-1.535451349,0.7290890157,142,-1.53157084,0.7292888153,11.489447657 +86,-1.535522937,0.7279887191,142,-1.53157084,0.7292888153,12.764259622 +87,-1.539442524,0.7274735939,142,-1.53157084,0.7292888153,24.35352745 +88,-1.537424111,0.727521351,142,-1.53157084,0.7292888153,18.664123291 +89,-1.539384641,0.7259505092,142,-1.53157084,0.7292888153,26.62773239 +90,-1.537372391,0.7259947145,142,-1.53157084,0.7292888153,21.557326046 +91,-1.535340789,0.7260435356,142,-1.53157084,0.7292888153,17.016985893 +92,-1.539325716,0.7244369706,142,-1.53157084,0.7292888153,29.936701315 +93,-1.537308932,0.7244801057,142,-1.53157084,0.7292888153,25.519604193 +94,-1.535289068,0.7245247645,142,-1.53157084,0.7292888153,21.845032542 +95,-1.533261366,0.7245550236,142,-1.53157084,0.7292888153,19.406656346 +96,-1.539267302,0.722921924,142,-1.53157084,0.7292888153,33.995127657 +97,-1.537248972,0.7229660258,142,-1.53157084,0.7292888153,30.167254394 +98,-1.535219431,0.7229916471,142,-1.53157084,0.7292888153,27.183358711 +99,-1.53318962,0.7230212049,142,-1.53157084,0.7292888153,25.284719811 +100,-1.531154816,0.7230299897,142,-1.53157084,0.7292888153,24.821809 +101,-1.528878341,0.7230370244,142,-1.53157084,0.7292888153,26.015673068 +102,-1.539218189,0.7214009878,142,-1.53157084,0.7292888153,38.599280484 +103,-1.537198791,0.7214422745,142,-1.53157084,0.7292888153,35.273297971 +104,-1.535179266,0.7214634354,142,-1.53157084,0.7292888153,32.789440886 +105,-1.533156501,0.7214944644,142,-1.53157084,0.7292888153,31.229051855 +106,-1.53113574,0.7215166021,142,-1.53157084,0.7292888153,30.812731115 +107,-1.528874248,0.7215345535,142,-1.53157084,0.7292888153,31.737340503 +108,-1.539217656,0.7198512397,142,-1.53157084,0.7292888153,43.724117457 +109,-1.537199919,0.7199428763,142,-1.53157084,0.7292888153,40.609548132 +110,-1.545425832,0.727397149,142,-1.53157084,0.7292888153,41.635095147 +111,-1.543371177,0.7273916949,142,-1.53157084,0.7292888153,35.682109967 +112,-1.541368852,0.7274523163,142,-1.53157084,0.7292888153,29.861806591 +113,-1.545349067,0.7258710923,142,-1.53157084,0.7292888153,42.94557978 +114,-1.54332671,0.7258603556,142,-1.53157084,0.7292888153,37.331742352 +115,-1.541346831,0.7259242142,142,-1.53157084,0.7292888153,31.84014597 +116,-1.545324355,0.7243383958,142,-1.53157084,0.7292888153,45.186877625 +117,-1.543292796,0.7243617413,142,-1.53157084,0.7292888153,39.808945827 +118,-1.541295822,0.7244024384,142,-1.53157084,0.7292888153,34.687315997 +119,-1.543193859,0.7205570215,142,-1.53157084,0.7292888153,48.824767369 +120,-1.550257047,0.7386738187,142,-1.53157084,0.7292888153,66.348808918 +121,-1.549335448,0.7311736483,142,-1.53157084,0.7292888153,52.952417938 +122,-1.533478843,0.7179891343,142,-1.53157084,0.7292888153,45.114940924 +123,-1.556150555,0.738907041,142,-1.53157084,0.7292888153,81.707511987 +124,-1.554324226,0.733414257,142,-1.53157084,0.7292888153,69.039336451 +125,-1.554290846,0.7288285332,142,-1.53157084,0.7292888153,67.141763637 +126,-1.55122487,0.7219795312,142,-1.53157084,0.7292888153,65.036502107 +127,-1.525104458,0.7229399862,142,-1.53157084,0.7292888153,31.610534357 +128,-1.519607711,0.7236181429,142,-1.53157084,0.7292888153,41.943610836 +129,-1.513899999,0.7251107854,142,-1.53157084,0.7292888153,54.844378239 +130,-1.536620762,0.7431061895,142,-1.53157084,0.7292888153,56.702179631 +131,-1.5369566,0.7460845958,142,-1.53157084,0.7292888153,68.375394004 +132,-1.545345528,0.7447040685,142,-1.53157084,0.7292888153,73.215596973 +133,-1.532813921,0.7432306626,142,-1.53157084,0.7292888153,55.344043023 +134,-1.554788248,0.7382381001,142,-1.53157084,0.7292888153,76.947974876 +135,-1.540348126,0.7301594274,142,-1.53157084,0.7292888153,26.142157602 +136,-1.538016084,0.7239051786,142,-1.53157084,0.7292888153,28.615573802 +137,-1.525288962,0.7258085137,142,-1.53157084,0.7292888153,23.137512666 +138,-1.534326986,0.731241342,142,-1.53157084,0.7292888153,11.223329491 +139,-1.530733872,0.7303625216,142,-1.53157084,0.7292888153,4.9185855574 +141,-1.534354939,0.7328219978,142,-1.53157084,0.7292888153,16.225292822 +142,-1.53157084,0.7292888153,142,-1.53157084,0.7292888153,0 +143,-1.525691035,0.7263799874,142,-1.53157084,0.7292888153,20.859458478 +144,-1.534031287,0.7495967835,142,-1.53157084,0.7292888153,80.761466992 +145,-1.527714986,0.7283095957,142,-1.53157084,0.7292888153,12.035420768 +146,-1.526189586,0.7271468292,142,-1.53157084,0.7292888153,18.029827755 +147,-1.555177336,0.7375563366,142,-1.53157084,0.7292888153,76.794888138 +148,-1.555080283,0.7312707794,142,-1.53157084,0.7292888153,69.8159761 +149,-1.53856994,0.7224180299,142,-1.53157084,0.7292888153,34.214197988 +150,-1.530837883,0.729933372,142,-1.53157084,0.7292888153,3.346924721 +151,-1.515066984,0.5854133365,142,-1.53157084,0.7292888153,572.22421675 +152,-1.534731633,0.5368370046,142,-1.53157084,0.7292888153,762.36790538 +153,-1.515231902,0.5607085576,142,-1.53157084,0.7292888153,669.73332251 +154,-2.616253799,1.0684566605,142,-1.53157084,0.7292888153,2852.2712486 +155,-1.956071439,0.5792177723,142,-1.53157084,0.7292888153,1454.0546097 +156,-1.951208514,0.5602434208,142,-1.53157084,0.7292888153,1480.6808625 +157,-1.944675062,0.6062144545,142,-1.53157084,0.7292888153,1368.7376421 +158,-1.613778386,0.6077989518,142,-1.53157084,0.7292888153,544.63036522 +159,-2.035029014,0.6021432345,142,-1.53157084,0.7292888153,1638.2730519 +160,-2.114989471,0.6801825058,142,-1.53157084,0.7292888153,1759.9685408 +161,-2.037382079,0.5765830025,142,-1.53157084,0.7292888153,1692.5238937 +162,-2.129855121,0.6585019963,142,-1.53157084,0.7292888153,1830.8992178 +163,-2.075141798,0.6493615843,142,-1.53157084,0.7292888153,1681.7884803 +164,-1.828626729,0.6948433129,142,-1.53157084,0.7292888153,899.59068559 +165,-1.863329418,0.6735427691,142,-1.53157084,0.7292888153,1025.5910042 +166,-1.266037071,0.727988852,142,-1.53157084,0.7292888153,783.70397232 +167,-1.277579582,0.7249010648,142,-1.53157084,0.7292888153,750.93910522 +168,-1.258418684,0.7241194816,142,-1.53157084,0.7292888153,807.76195341 +169,-1.317813974,0.6804850104,142,-1.53157084,0.7292888153,672.57154532 +170,-1.344165204,0.6790988904,142,-1.53157084,0.7292888153,599.15005503 +171,-1.427582102,0.5277120351,142,-1.53157084,0.7292888153,864.59359185 +172,-1.402238616,0.457167829,142,-1.53157084,0.7292888153,1157.3687433 +173,-1.422454264,0.4996161999,142,-1.53157084,0.7292888153,975.15147173 +174,-1.439089277,0.4894859811,142,-1.53157084,0.7292888153,995.67676081 +175,-1.448126995,0.5182330266,142,-1.53157084,0.7292888153,877.58668349 +176,-1.474626146,0.5881926574,142,-1.53157084,0.7292888153,586.52473797 +177,-1.421139645,0.5584869783,142,-1.53157084,0.7292888153,761.08534379 +178,-1.457037165,0.565943032,142,-1.53157084,0.7292888153,688.27174273 +179,-2.757159358,0.3745319,142,-1.53157084,0.7292888153,4245.1401385 +180,-2.714309238,0.342054471,142,-1.53157084,0.7292888153,4196.6835404 +181,-2.000525337,0.774119946,142,-1.53157084,0.7292888153,1362.3235621 +183,-1.571413436,0.6777838382,142,-1.53157084,0.7292888153,236.83843587 +184,-1.552860289,0.6987663893,142,-1.53157084,0.7292888153,136.66354398 +185,-1.521852374,0.7165827476,142,-1.53157084,0.7292888153,58.018851491 +186,-1.503656267,0.6928968252,142,-1.53157084,0.7292888153,166.71550008 +187,-1.502753178,0.7136205882,142,-1.53157084,0.7292888153,105.81386575 +188,-1.631894563,0.7343596465,142,-1.53157084,0.7292888153,296.26036066 +189,-1.653765416,0.6770714026,142,-1.53157084,0.7292888153,422.98910492 +190,-1.719812114,0.6715965947,142,-1.53157084,0.7292888153,613.61303433 +191,-1.493406659,0.6646955447,142,-1.53157084,0.7292888153,280.85892098 +192,-1.469120564,0.6613469966,142,-1.53157084,0.7292888153,329.32300089 +193,-1.590551461,0.5326612937,142,-1.53157084,0.7292888153,801.17188116 +194,-1.625979264,0.5247742243,142,-1.53157084,0.7292888153,864.33923555 +195,-1.572293943,0.5238808754,142,-1.53157084,0.7292888153,823.95137405 +196,-1.610848725,0.5477107964,142,-1.53157084,0.7292888153,761.83890206 +197,-1.208485554,0.7918526018,142,-1.53157084,0.7292888153,957.24439837 +198,-1.335601374,0.6869083083,142,-1.53157084,0.7292888153,612.53848656 +199,-1.346156996,0.6825213377,142,-1.53157084,0.7292888153,588.33983427 +200,-1.324381037,0.6741422347,142,-1.53157084,0.7292888153,663.07605347 +201,-1.242424992,0.7378949807,142,-1.53157084,0.7292888153,850.0451134 +202,-1.270370057,0.7392461008,142,-1.53157084,0.7292888153,768.03712937 +203,-1.448950472,0.7441675014,142,-1.53157084,0.7292888153,249.41532202 +204,-1.492662363,0.7523026852,142,-1.53157084,0.7292888153,145.74276819 +205,-1.479098966,0.7763855017,142,-1.53157084,0.7292888153,240.39032124 +206,-1.633760714,0.7869022408,142,-1.53157084,0.7292888153,371.94990214 +207,-1.647406434,0.8101289331,142,-1.53157084,0.7292888153,459.14142104 +208,-1.564245052,0.5701509278,142,-1.53157084,0.7292888153,638.66526685 +209,-1.646289963,0.6833746083,142,-1.53157084,0.7292888153,390.45079422 +210,-1.5820631,0.6751952144,142,-1.53157084,0.7292888153,263.05953497 +211,-1.613236298,0.6681681791,142,-1.53157084,0.7292888153,346.23744922 +212,-1.914661867,0.8212566515,142,-1.53157084,0.7292888153,1138.8674534 +213,-1.742133237,0.7250275956,142,-1.53157084,0.7292888153,622.79898215 +214,-2.033144872,0.6557314699,142,-1.53157084,0.7292888153,1549.0438953 +215,-2.039551981,0.6964723658,142,-1.53157084,0.7292888153,1520.3752211 +216,-1.247341019,0.7622473908,142,-1.53157084,0.7292888153,835.83865504 +217,-1.298239787,0.7084123392,142,-1.53157084,0.7292888153,699.71274839 +218,-1.308539688,0.6926545592,142,-1.53157084,0.7292888153,684.24737688 +219,-1.303263185,0.6888938396,142,-1.53157084,0.7292888153,703.9829419 +220,-1.852400229,0.6004246149,142,-1.53157084,0.7292888153,1119.6321661 +221,-1.288947707,0.7473773692,142,-1.53157084,0.7292888153,713.55027176 +222,-1.372031502,0.7472790993,142,-1.53157084,0.7292888153,472.55188208 +223,-1.289805721,0.7242157877,142,-1.53157084,0.7292888153,715.18083293 +224,-1.350807603,0.7533498126,142,-1.53157084,0.7292888153,536.27199701 +225,-1.329290365,0.7560442322,142,-1.53157084,0.7292888153,599.16633027 +226,-1.410153004,0.616936428,142,-1.53157084,0.7292888153,582.19667418 +227,-1.393445434,0.6308995063,142,-1.53157084,0.7292888153,576.4468473 +228,-1.37595573,0.6241540638,142,-1.53157084,0.7292888153,635.25478598 +229,-1.358388707,0.6172645205,142,-1.53157084,0.7292888153,695.22563289 +230,-1.753741133,0.8281661666,142,-1.53157084,0.7292888153,737.37452811 +231,-1.47430987,0.6834615681,142,-1.53157084,0.7292888153,250.39957682 +232,-1.421012508,0.7222725206,142,-1.53157084,0.7292888153,328.65856683 +233,-1.4476833,0.6978557868,142,-1.53157084,0.7292888153,280.31509414 +234,-1.470370723,0.6966193374,142,-1.53157084,0.7292888153,224.40053171 +235,-1.429211703,0.7037216883,142,-1.53157084,0.7292888153,322.00281254 +236,-1.700578405,0.6178673663,142,-1.53157084,0.7292888153,683.71910535 +237,-1.678117619,0.6331716163,142,-1.53157084,0.7292888153,589.62488236 +238,-1.725644578,0.6316331145,142,-1.53157084,0.7292888153,710.89104597 +239,-2.14012759,0.7930497945,142,-1.53157084,0.7292888153,1749.4525998 +240,-2.103289431,0.7653606263,142,-1.53157084,0.7292888153,1656.3238051 +241,-1.318739838,0.7017808746,142,-1.53157084,0.7292888153,644.95255634 +242,-1.396417427,0.7077900843,142,-1.53157084,0.7292888153,411.73268626 +243,-1.35650337,0.7185539404,142,-1.53157084,0.7292888153,520.97510181 +244,-1.248884539,0.7274156818,142,-1.53157084,0.7292888153,834.41110472 +245,-1.395014798,0.5761185243,142,-1.53157084,0.7292888153,742.72918439 +246,-1.433377362,0.6064716109,142,-1.53157084,0.7292888153,574.06457604 +247,-1.408172432,0.5903155476,142,-1.53157084,0.7292888153,671.87787524 +248,-1.749645898,0.7757118084,142,-1.53157084,0.7292888153,656.06081018 +249,-1.571626686,0.615046989,142,-1.53157084,0.7292888153,469.18048224 +250,-1.514070049,0.6303003037,142,-1.53157084,0.7292888153,395.77344798 +251,-1.480890369,0.6237966528,142,-1.53157084,0.7292888153,446.13347614 +252,-1.704390658,0.5281680612,142,-1.53157084,0.7292888153,968.61078323 +253,-1.64434733,0.5254277498,142,-1.53157084,0.7292888153,884.09040156 +254,-1.703855997,0.4792484842,142,-1.53157084,0.7292888153,1136.6704604 +255,-1.692002383,0.5748825051,142,-1.53157084,0.7292888153,792.19380556 +256,-1.854136457,0.5544643913,142,-1.53157084,0.7292888153,1231.4322451 +257,-1.665021206,0.520317736,142,-1.53157084,0.7292888153,931.20676646 +258,-1.733654349,0.4845187345,142,-1.53157084,0.7292888153,1168.98732 +259,-1.720938188,0.5135933906,142,-1.53157084,0.7292888153,1047.7662377 +260,-1.742668307,0.553296122,142,-1.53157084,0.7292888153,964.98719357 +261,-1.965659039,0.7142126903,142,-1.53157084,0.7292888153,1287.5639563 +262,-1.944438071,0.6772834804,142,-1.53157084,0.7292888153,1260.0959118 +263,-1.270340967,0.7681487096,142,-1.53157084,0.7292888153,772.32511869 +264,-1.353091884,0.6549276821,142,-1.53157084,0.7292888153,618.27610294 +265,-1.333236659,0.6413584414,142,-1.53157084,0.7292888153,700.02898822 +266,-1.352015998,0.6753788907,142,-1.53157084,0.7292888153,582.90683517 +267,-1.377988483,0.6577816235,142,-1.53157084,0.7292888153,546.4487895 +268,-2.13075611,0.8318642051,142,-1.53157084,0.7292888153,1719.372276 +269,-2.097910953,0.8259670014,142,-1.53157084,0.7292888153,1630.9909064 +270,-1.416382069,0.6694271549,142,-1.53157084,0.7292888153,421.85726642 +271,-1.538905672,0.7535625993,142,-1.53157084,0.7292888153,98.506655364 +272,-1.572309477,0.7803125099,142,-1.53157084,0.7292888153,233.77382346 +273,-1.87759879,0.7503853417,142,-1.53157084,0.7292888153,1013.3843764 +274,1.152365588,0.590457682,142,-1.53157084,0.7292888153,6957.6608431 +275,0.350198001,0.718001859,142,-1.53157084,0.7292888153,5153.2319631 +276,0.046513677,0.491503852,142,-1.53157084,0.7292888153,4974.73881 +277,0.027510309,0.742571376,142,-1.53157084,0.7292888153,4341.9387854 +278,0.306285725,-0.214631579,142,-1.53157084,0.7292888153,7571.5817234 +279,-1.100564889,0.318051531,142,-1.53157084,0.7292888153,2183.6226846 +280,-1.078582306,0.301437596,142,-1.53157084,0.7292888153,2285.9064413 +281,-1.137371989,-0.617634065,142,-1.53157084,0.7292888153,5523.610042 +282,0.784356344,0.703272339,142,-1.53157084,0.7292888153,6042.4431788 +283,-1.221209947,0.218327455,142,-1.53157084,0.7292888153,2289.9008197 +284,2.347301921,-0.449114658,142,-1.53157084,0.7292888153,9807.5304489 +285,0.246820618,0.830553713,142,-1.53157084,0.7292888153,4642.3012489 +286,0.829414965,0.703288228,142,-1.53157084,0.7292888153,6115.4687507 +287,-1.337537566,0.42332223,142,-1.53157084,0.7292888153,1369.7800146 +288,0.882453706,0.454478077,142,-1.53157084,0.7292888153,7051.0693366 +289,1.575629659,0.416419109,142,-1.53157084,0.7292888153,7903.946234 +290,-1.039455679,0.229888244,142,-1.53157084,0.7292888153,2603.1064883 +291,0.489558039,0.934482747,142,-1.53157084,0.7292888153,4834.8488541 +292,0.081344504,0.88384514,142,-1.53157084,0.7292888153,4169.452829 +293,-1.547979814,0.300350308,142,-1.53157084,0.7292888153,1699.9384195 +294,0.040776181,0.168560074,142,-1.53157084,0.7292888153,5782.7513099 +295,-1.130374745,0.563894876,142,-1.53157084,0.7292888153,1421.2877338 +296,1.578326642,0.478507176,142,-1.53157084,0.7292888153,7658.3600943 +297,-1.12861823,-0.291640865,142,-1.53157084,0.7292888153,4304.572844 +298,0.310524208,0.770885792,142,-1.53157084,0.7292888153,4927.7138854 +299,0.415649091,-0.387246002,142,-1.53157084,0.7292888153,8320.816917 +300,-0.926533878,-0.188022748,142,-1.53157084,0.7292888153,4248.2026741 +301,1.258856172,-0.11716081,142,-1.53157084,0.7292888153,9723.1521161 +302,-1.126050026,0.322941926,142,-1.53157084,0.7292888153,2111.7106349 +303,2.002785835,0.07893892,142,-1.53157084,0.7292888153,8942.924079 +304,0.440437607,0.746258085,142,-1.53157084,0.7292888153,5267.7665442 +305,-0.030391866,0.214441206,142,-1.53157084,0.7292888153,5454.7304117 +306,0.521557815,-0.058929362,142,-1.53157084,0.7292888153,7785.2415849 +307,-0.097005111,0.13317729,142,-1.53157084,0.7292888153,5469.3752994 +308,1.83113859,0.221857587,142,-1.53157084,0.7292888153,8590.843214 +309,0.222428864,0.099404236,142,-1.53157084,0.7292888153,6495.6249368 +310,-1.702731345,0.8728568183,142,-1.53157084,0.7292888153,737.6440839 +311,-0.418507569,0.278324921,142,-1.53157084,0.7292888153,4148.3757705 +312,-1.41153306,0.339029988,142,-1.53157084,0.7292888153,1597.6777377 +313,0.357560442,0.114788776,142,-1.53157084,0.7292888153,6840.4534156 +314,0.325818979,0.268352149,142,-1.53157084,0.7292888153,6327.1615557 +315,-1.246004659,-0.663679965,142,-1.53157084,0.7292888153,5613.0820308 +316,1.814603087,0.637404484,142,-1.53157084,0.7292888153,6979.8942405 +317,1.843704281,-0.18300445,142,-1.53157084,0.7292888153,10132.556139 +318,1.690644492,-0.211480909,142,-1.53157084,0.7292888153,10373.939824 +319,-1.275451936,0.068109467,142,-1.53157084,0.7292888153,2771.7155124 +320,0.762430171,-0.207594741,142,-1.53157084,0.7292888153,8871.851114 +321,0.265668905,-0.014647884,142,-1.53157084,0.7292888153,6927.3385353 +322,-2.773032013,-0.335515811,142,-1.53157084,0.7292888153,6189.0074296 +323,-1.469512853,0.174058777,142,-1.53157084,0.7292888153,2209.8658548 +324,0.286276986,0.785925691,142,-1.53157084,0.7292888153,4837.0320811 +325,-1.379324697,0.377432233,142,-1.53157084,0.7292888153,1483.1135997 +326,-1.203778265,0.212813032,142,-1.53157084,0.7292888153,2338.2849482 +327,0.579916301,0.611743168,142,-1.53157084,0.7292888153,5950.4892823 +328,0.267582642,0.868113908,142,-1.53157084,0.7292888153,4594.4875261 +329,0.412869244,-0.050245578,142,-1.53157084,0.7292888153,7450.8063144 +330,0.17524381,0.976660285,142,-1.53157084,0.7292888153,4168.2718872 +331,0.743157214,0.204812899,142,-1.53157084,0.7292888153,7583.3871097 +332,-1.070758176,0.269382282,142,-1.53157084,0.7292888153,2406.0032648 +333,-1.230364251,0.329790229,142,-1.53157084,0.7292888153,1879.7177802 +334,-1.374813124,-0.024926835,142,-1.53157084,0.7292888153,3039.9520082 +335,0.519780566,0.463669906,142,-1.53157084,0.7292888153,6262.6800624 +336,-1.55108034,0.239698561,142,-1.53157084,0.7292888153,1940.4277198 +337,0.180294813,0.029739425,142,-1.53157084,0.7292888153,6558.9349031 +338,0.67820924,0.268170153,142,-1.53157084,0.7292888153,7231.9455835 +339,0.445798684,1.024001867,142,-1.53157084,0.7292888153,4523.0876985 +340,0.691751283,0.150521402,142,-1.53157084,0.7292888153,7628.6051998 +341,-1.036643551,-0.903056181,142,-1.53157084,0.7292888153,6686.0827559 +342,-0.120287036,1.083325163,142,-1.53157084,0.7292888153,3449.3197399 +343,2.823513113,-0.304487164,142,-1.53157084,0.7292888153,8064.4245899 +344,0.457583172,1.12513373,142,-1.53157084,0.7292888153,4280.8077706 +345,0.042918831,0.813795399,142,-1.53157084,0.7292888153,4227.669022 +346,1.196146777,-0.853142756,142,-1.53157084,0.7292888153,11197.95956 +347,0.206001358,-0.010430701,142,-1.53157084,0.7292888153,6741.2083329 +348,-0.268308653,0.234799412,142,-1.53157084,0.7292888153,4701.2772321 +349,0.759363263,0.736189579,142,-1.53157084,0.7292888153,5892.6778858 +350,0.181363926,0.891988372,142,-1.53157084,0.7292888153,4362.8326963 +351,-0.021111158,0.139103292,142,-1.53157084,0.7292888153,5677.8762586 +352,-0.093355215,0.630686981,142,-1.53157084,0.7292888153,4272.4050714 +353,0.40118964,0.681375926,142,-1.53157084,0.7292888153,5365.1563428 +354,-0.721197315,1.304706234,142,-1.53157084,0.7292888153,2690.5976148 +355,-1.076150317,0.212107639,142,-1.53157084,0.7292888153,2582.2564357 +356,-1.577164531,0.273993443,142,-1.53157084,0.7292888153,1810.1330667 +357,-0.190788414,0.182208586,142,-1.53157084,0.7292888153,5065.0603345 +358,-0.261349752,0.209710184,142,-1.53157084,0.7292888153,4785.9321655 +359,-1.029303852,0.083549259,142,-1.53157084,0.7292888153,3112.2115661 +360,-1.268609162,0.330525297,142,-1.53157084,0.7292888153,1810.9240903 +361,1.282982244,-0.926641967,142,-1.53157084,0.7292888153,11276.082079 +362,0.217352334,0.731352408,142,-1.53157084,0.7292888153,4819.5280013 +363,-1.511833084,0.258629297,142,-1.53157084,0.7292888153,1865.5084242 +364,0.338812194,0.823184618,142,-1.53157084,0.7292888153,4851.912101 +365,-0.324406489,1.134201999,142,-1.53157084,0.7292888153,3060.9479073 +366,1.389579348,0.399185724,142,-1.53157084,0.7292888153,7901.4055717 +367,2.047152199,-0.039082036,142,-1.53157084,0.7292888153,9299.1281637 +368,0.947780369,0.568250077,142,-1.53157084,0.7292888153,6766.3808634 +369,0.763824846,0.576754987,142,-1.53157084,0.7292888153,6423.7554334 +370,-0.142334657,0.928153068,142,-1.53157084,0.7292888153,3602.7100594 +371,0.610266567,0.547265983,142,-1.53157084,0.7292888153,6211.760926 +372,0.210731629,0.746815056,142,-1.53157084,0.7292888153,4766.3599579 +373,-1.34931644,0.316895224,142,-1.53157084,0.7292888153,1745.8356136 +374,2.407696481,0.655030745,142,-1.53157084,0.7292888153,6249.8078034 +375,0.64207831,0.545359131,142,-1.53157084,0.7292888153,6284.5258533 +376,1.174597538,0.840588356,142,-1.53157084,0.7292888153,6041.6782422 +377,0.660059424,0.010604079,142,-1.53157084,0.7292888153,7967.9357747 +378,-0.730263819,0.010486456,142,-1.53157084,0.7292888153,4029.0927629 +379,0.831068936,0.512339172,142,-1.53157084,0.7292888153,6761.7153708 +380,1.301180979,0.72367476,142,-1.53157084,0.7292888153,6583.3631078 +381,1.811128231,0.322854402,142,-1.53157084,0.7292888153,8211.610797 +382,0.435105812,0.992284428,142,-1.53157084,0.7292888153,4588.916517 +383,0.62643634,0.592027932,142,-1.53157084,0.7292888153,6106.896489 +384,0.492988703,-0.516339467,142,-1.53157084,0.7292888153,8836.6824774 +385,-0.162469483,0.112549365,142,-1.53157084,0.7292888153,5330.0396526 +386,0.314630866,0.472006421,142,-1.53157084,0.7292888153,5736.001926 +387,0.166744804,0.822815954,142,-1.53157084,0.7292888153,4487.6935636 +388,0.417159608,0.965805736,142,-1.53157084,0.7292888153,4628.2268874 +389,0.106334961,0.868774244,142,-1.53157084,0.7292888153,4254.6810668 +390,0.815086969,-0.338144359,142,-1.53157084,0.7292888153,9369.8765227 +391,0.59867455,-0.230624824,142,-1.53157084,0.7292888153,8469.9927547 +392,1.915104874,0.066220985,142,-1.53157084,0.7292888153,9106.5177613 +393,1.278093622,0.064463721,142,-1.53157084,0.7292888153,9080.0336567 +394,-0.061477853,0.302997961,142,-1.53157084,0.7292888153,5137.4842078 +395,0.251311504,0.626976942,142,-1.53157084,0.7292888153,5164.3532939 +396,2.950242872,0.149095644,142,-1.53157084,0.7292888153,6497.5848448 +397,-0.180294708,0.35375117,142,-1.53157084,0.7292888153,4664.4340926 +398,1.010448592,-0.351180233,142,-1.53157084,0.7292888153,9943.1538802 +399,-1.748740498,0.3686318073,142,-1.53157084,0.7292888153,1601.9417348 +400,2.699635665,0.123533791,142,-1.53157084,0.7292888153,7265.2755501 +401,0.496808033,0.823843254,142,-1.53157084,0.7292888153,5159.0362059 +402,0.129574704,0.763364087,142,-1.53157084,0.7292888153,4539.5934793 +403,1.798920311,0.817447563,142,-1.53157084,0.7292888153,6281.2782103 +404,0.335987953,0.746786541,142,-1.53157084,0.7292888153,5045.6659642 +405,-1.085413643,0.292154671,142,-1.53157084,0.7292888153,2300.2059093 +406,-0.155321003,0.508207011,142,-1.53157084,0.7292888153,4372.2655747 +407,0.620529244,-0.301175104,142,-1.53157084,0.7292888153,8715.0812387 +408,1.684402744,0.368716966,142,-1.53157084,0.7292888153,8086.0961498 +409,0.300582244,-0.386397212,142,-1.53157084,0.7292888153,7980.7034459 +410,2.913555946,-0.009225192,142,-1.53157084,0.7292888153,7031.8707029 +411,1.465101417,0.493232532,142,-1.53157084,0.7292888153,7572.4676483 +412,0.090612882,0.907955955,142,-1.53157084,0.7292888153,4140.2968214 +413,2.987564726,-0.729568594,142,-1.53157084,0.7292888153,8532.9407392 +414,-1.484261606,0.224149272,142,-1.53157084,0.7292888153,2007.5055105 +415,0.164073421,0.303955133,142,-1.53157084,0.7292888153,5781.990027 +416,0.141441293,0.167552546,142,-1.53157084,0.7292888153,6078.8760765 +417,2.931321023,-0.506718887,142,-1.53157084,0.7292888153,8224.72882 +418,2.21951565,0.700596356,142,-1.53157084,0.7292888153,6371.7128969 +419,0.268112576,1.199114336,142,-1.53157084,0.7292888153,3870.4492212 +420,0.978913739,0.359223811,142,-1.53157084,0.7292888153,7551.2555025 +421,1.210898818,0.522863584,142,-1.53157084,0.7292888153,7274.0259375 +422,2.347397336,0.129231362,142,-1.53157084,0.7292888153,8121.8706068 +423,0.614394501,0.556878345,142,-1.53157084,0.7292888153,6190.8075345 +424,-1.398079356,0.148483366,142,-1.53157084,0.7292888153,2347.510032 +425,2.535303836,-0.112984496,142,-1.53157084,0.7292888153,8391.9663046 +426,-1.019372593,-0.405322349,142,-1.53157084,0.7292888153,4870.7238568 +427,-1.297785627,-0.160104069,142,-1.53157084,0.7292888153,3623.9738216 +428,2.144554488,0.205051084,142,-1.53157084,0.7292888153,8261.7513146 +429,-2.242387083,-0.426171285,142,-1.53157084,0.7292888153,5265.6869354 +430,0.338637212,0.909723676,142,-1.53157084,0.7292888153,4631.0112463 +431,-0.148798452,0.691042401,142,-1.53157084,0.7292888153,3999.5593121 +432,0.893524764,0.441829531,142,-1.53157084,0.7292888153,7114.2673933 +433,0.969229347,-0.368847936,142,-1.53157084,0.7292888153,9880.2549212 +434,0.436043248,0.800045688,142,-1.53157084,0.7292888153,5109.1375409 +435,1.687946607,1.081504775,142,-1.53157084,0.7292888153,5266.9577183 +436,0.522302046,-0.034889271,142,-1.53157084,0.7292888153,7720.5815352 +437,-0.178996113,-0.438090009,142,-1.53157084,0.7292888153,6764.2331152 +438,-1.094339566,0.301444068,142,-1.53157084,0.7292888153,2250.5734779 +439,-1.064070054,0.242569932,142,-1.53157084,0.7292888153,2507.6599632 +440,-1.068153768,0.230387998,142,-1.53157084,0.7292888153,2538.7001 +441,-3.00496892,-0.23989155,142,-1.53157084,0.7292888153,6570.4935433 +442,0.21751974,0.766874888,142,-1.53157084,0.7292888153,4732.8546177 +443,0.117229532,0.007619006,142,-1.53157084,0.7292888153,6432.059382 +444,0.777758451,0.420554741,142,-1.53157084,0.7292888153,6963.7452722 +445,-0.252356999,0.250747086,142,-1.53157084,0.7292888153,4707.9375581 +446,0.363148444,0.768483434,142,-1.53157084,0.7292888153,5046.125424 +447,0.903191366,-0.118210676,142,-1.53157084,0.7292888153,8981.279073 +448,-0.205755923,0.149406178,142,-1.53157084,0.7292888153,5105.9875827 +449,1.811996086,0.02364353,142,-1.53157084,0.7292888153,9374.7127473 +450,-1.100670221,0.314845373,142,-1.53157084,0.7292888153,2193.6086729 +451,0.340078597,0.850105132,142,-1.53157084,0.7292888153,4785.0977299 +452,0.258757267,0.804969236,142,-1.53157084,0.7292888153,4730.25183 +453,2.78505352,-0.155160804,142,-1.53157084,0.7292888153,7795.8436336 +454,0.800551619,0.105822106,142,-1.53157084,0.7292888153,8031.6248548 +455,0.437940882,-0.506194031,142,-1.53157084,0.7292888153,8654.5530362 +456,2.230431122,0.63458615,142,-1.53157084,0.7292888153,6592.9872008 +457,0.527965361,0.127667701,142,-1.53157084,0.7292888153,7273.6191336 +458,-0.063643205,0.702093448,142,-1.53157084,0.7292888153,4199.0180105 +459,1.408447268,0.133010502,142,-1.53157084,0.7292888153,8950.8658446 +460,0.523795955,0.280266966,142,-1.53157084,0.7292888153,6816.21686 +461,-0.975769313,0.072177659,142,-1.53157084,0.7292888153,3261.0318898 +462,0.549774164,-0.463663986,142,-1.53157084,0.7292888153,8890.5504693 +463,0.29245874,1.095549818,142,-1.53157084,0.7292888153,4115.7714159 +464,0.143625958,0.816809593,142,-1.53157084,0.7292888153,4450.1117998 +465,0.671902494,0.611159853,142,-1.53157084,0.7292888153,6137.6962678 +466,1.239840988,0.6724199,142,-1.53157084,0.7292888153,6733.3991837 +467,0.607829703,-0.10932137,142,-1.53157084,0.7292888153,8168.0984003 +468,1.763020906,0.263996692,142,-1.53157084,0.7292888153,8469.8197746 +469,0.378714634,0.726066797,142,-1.53157084,0.7292888153,5193.5224043 +470,2.196736143,-0.153862366,142,-1.53157084,0.7292888153,9381.5150128 +471,0.01702415,0.148991565,142,-1.53157084,0.7292888153,5764.2758577 +472,-2.998490902,-0.158002487,142,-1.53157084,0.7292888153,6334.7999266 +473,-3.051262951,-0.346595608,142,-1.53157084,0.7292888153,6981.255421 +474,-1.069176439,0.182802941,142,-1.53157084,0.7292888153,2694.8329701 +475,0.167157509,0.595344954,142,-1.53157084,0.7292888153,5036.1367425 +476,0.613855648,0.681746124,142,-1.53157084,0.7292888153,5804.430913 +477,1.037012736,0.682555367,142,-1.53157084,0.7292888153,6483.0103615 +478,-1.253574971,0.379755746,142,-1.53157084,0.7292888153,1665.0190377 +479,3.108590453,-0.132620738,142,-1.53157084,0.7292888153,6784.0881064 +480,0.565301296,0.022333262,142,-1.53157084,0.7292888153,7678.2941581 +481,0.547898238,0.855555614,142,-1.53157084,0.7292888153,5160.0065026 +482,0.948309381,0.417393755,142,-1.53157084,0.7292888153,7295.163535 +483,-0.050600732,0.945269213,142,-1.53157084,0.7292888153,3774.3666583 +484,-0.977651478,-0.572363064,142,-1.53157084,0.7292888153,5536.5055132 +485,1.102014914,0.728861163,142,-1.53157084,0.7292888153,6389.003049 +486,2.927300795,-0.282939414,142,-1.53157084,0.7292888153,7704.4738575 +487,-1.154565557,0.124434095,142,-1.53157084,0.7292888153,2736.9604318 +488,1.855331234,0.291044755,142,-1.53157084,0.7292888153,8303.6670743 +489,0.830290659,0.276904518,142,-1.53157084,0.7292888153,7545.0908862 +490,0.485104466,-0.234867441,142,-1.53157084,0.7292888153,8150.1384516 +491,0.521367572,-0.33161327,142,-1.53157084,0.7292888153,8499.5414543 +1,-1.539031704,0.7349710123,143,-1.525691035,0.7263799874,52.024907405 +2,-1.536990553,0.7349663874,143,-1.525691035,0.7263799874,47.620593526 +3,-1.534951779,0.7349571355,143,-1.525691035,0.7263799874,43.594640086 +4,-1.532906461,0.7349480293,143,-1.525691035,0.7263799874,40.06014037 +5,-1.531320211,0.7346937278,143,-1.525691035,0.7263799874,36.881285078 +6,-1.539451648,0.7335131775,143,-1.525691035,0.7263799874,49.47856302 +7,-1.537429487,0.7335445708,143,-1.525691035,0.7263799874,44.787039676 +8,-1.535484998,0.7335658704,143,-1.525691035,0.7263799874,40.569306094 +9,-1.533488396,0.7336036027,143,-1.525691035,0.7263799874,36.720246471 +10,-1.531497785,0.7335842962,143,-1.525691035,0.7263799874,33.287876508 +11,-1.530259379,0.7334777758,143,-1.525691035,0.7263799874,31.181038748 +12,-1.5335454,0.7322346912,143,-1.525691035,0.7263799874,32.801223625 +13,-1.531489083,0.7322238773,143,-1.525691035,0.7263799874,28.793332695 +14,-1.530011122,0.7321679851,143,-1.525691035,0.7263799874,26.237745175 +15,-1.53348106,0.7306614094,143,-1.525691035,0.7263799874,28.59521396 +16,-1.531441779,0.7306962275,143,-1.525691035,0.7263799874,24.107399065 +17,-1.529755654,0.7306933243,143,-1.525691035,0.7263799874,20.885695398 +18,-1.533415048,0.7291384674,143,-1.525691035,0.7263799874,25.322660989 +19,-1.531392093,0.7291705353,143,-1.525691035,0.7263799874,20.161004353 +20,-1.529296523,0.7291214933,143,-1.525691035,0.7263799874,15.219386347 +21,-1.535280942,0.727267644,143,-1.525691035,0.7263799874,28.603102387 +22,-1.533378158,0.7276139666,143,-1.525691035,0.7263799874,23.269566226 +23,-1.531340368,0.7276446587,143,-1.525691035,0.7263799874,17.453589131 +24,-1.528960113,0.7276398177,143,-1.525691035,0.7263799874,10.886033329 +25,-1.533313146,0.7260818349,143,-1.525691035,0.7263799874,22.604271036 +26,-1.531259555,0.7260958115,143,-1.525691035,0.7263799874,16.529824217 +27,-1.528926415,0.7260865555,143,-1.525691035,0.7263799874,9.6520222318 +28,-1.531226779,0.7245511789,143,-1.525691035,0.7263799874,17.933729422 +29,-1.528904772,0.7245519194,143,-1.525691035,0.7263799874,11.964176869 +30,-1.547195875,0.7409785979,143,-1.525691035,0.7263799874,85.708179437 +31,-1.5451475,0.740980426,143,-1.525691035,0.7263799874,81.36720035 +32,-1.543097679,0.7409798872,143,-1.525691035,0.7263799874,77.24283679 +33,-1.540720364,0.7409892687,143,-1.525691035,0.7263799874,72.824584084 +34,-1.547188511,0.7395198392,143,-1.525691035,0.7263799874,81.936569921 +35,-1.545148587,0.7395226109,143,-1.525691035,0.7263799874,77.40013317 +36,-1.543104538,0.7395314908,143,-1.525691035,0.7263799874,73.084465124 +37,-1.540727751,0.7395306258,143,-1.525691035,0.7263799874,68.356720203 +38,-1.547187029,0.7380014886,143,-1.525691035,0.7263799874,78.285989344 +39,-1.545147315,0.7380012252,143,-1.525691035,0.7263799874,73.510348744 +40,-1.54310719,0.7380060743,143,-1.525691035,0.7263799874,68.940365621 +41,-1.540719671,0.7380068206,143,-1.525691035,0.7263799874,63.88167112 +42,-1.547187189,0.7364799098,143,-1.525691035,0.7263799874,74.938144178 +43,-1.545149996,0.7364853874,143,-1.525691035,0.7263799874,69.946155923 +44,-1.543106091,0.7364823484,143,-1.525691035,0.7263799874,65.089318151 +45,-1.540717158,0.7364893901,143,-1.525691035,0.7263799874,59.711072746 +46,-1.538663972,0.7410138672,143,-1.525691035,0.7263799874,69.399883167 +47,-1.53695285,0.7409699132,143,-1.525691035,0.7263799874,66.613593992 +48,-1.534910498,0.7409641297,143,-1.525691035,0.7263799874,63.817875994 +49,-1.533145034,0.7409536636,143,-1.525691035,0.7263799874,61.751004122 +50,-1.538681336,0.7395405883,143,-1.525691035,0.7263799874,64.65084348 +51,-1.536999189,0.7395183096,143,-1.525691035,0.7263799874,61.776802748 +52,-1.534923633,0.7395144222,143,-1.525691035,0.7263799874,58.696903459 +53,-1.533267822,0.7395654306,143,-1.525691035,0.7263799874,56.790607123 +54,-1.53867273,0.7380151077,143,-1.525691035,0.7263799874,59.886173016 +55,-1.536980576,0.7379994392,143,-1.525691035,0.7263799874,56.782604317 +56,-1.534931522,0.7379944961,143,-1.525691035,0.7263799874,53.454876694 +57,-1.533387952,0.7379480264,143,-1.525691035,0.7263799874,51.124104476 +58,-1.538682279,0.7364914363,143,-1.525691035,0.7263799874,55.413527655 +59,-1.536980704,0.7364810563,143,-1.525691035,0.7263799874,52.041979283 +60,-1.534935567,0.7364752065,143,-1.525691035,0.7263799874,48.390074324 +61,-1.533042592,0.7363876366,143,-1.525691035,0.7263799874,45.177697909 +62,-1.545143426,0.7349628011,143,-1.525691035,0.7263799874,66.695778034 +63,-1.543105297,0.7349691947,143,-1.525691035,0.7263799874,61.613544285 +64,-1.541064533,0.7349647152,143,-1.525691035,0.7263799874,56.68164912 +65,-1.545411803,0.7334624714,143,-1.525691035,0.7263799874,64.619070167 +66,-1.543446606,0.7334780896,143,-1.525691035,0.7263799874,59.475707568 +67,-1.541475327,0.7334957295,143,-1.525691035,0.7263799874,54.453558733 +68,-1.545401939,0.731963266,143,-1.525691035,0.7263799874,62.280597149 +69,-1.54342253,0.7319915583,143,-1.525691035,0.7263799874,56.895929608 +70,-1.541455867,0.7320216438,143,-1.525691035,0.7263799874,51.649385276 +71,-1.545410146,0.7304422281,143,-1.525691035,0.7263799874,60.465993089 +72,-1.543435491,0.7304713664,143,-1.525691035,0.7263799874,54.895127174 +73,-1.541463105,0.7304997613,143,-1.525691035,0.7263799874,49.391610065 +74,-1.545414768,0.7289194936,143,-1.525691035,0.7263799874,59.199939573 +75,-1.543435774,0.7289538557,143,-1.525691035,0.7263799874,53.465889578 +76,-1.541457714,0.7289765881,143,-1.525691035,0.7263799874,47.754537246 +77,-1.539449415,0.7320555866,143,-1.525691035,0.7263799874,46.441680133 +78,-1.537429183,0.7321097681,143,-1.525691035,0.7263799874,41.437840107 +79,-1.535472649,0.7321497267,143,-1.525691035,0.7263799874,36.83703509 +80,-1.539457899,0.7305333307,143,-1.525691035,0.7263799874,43.890472399 +81,-1.537453161,0.7305750503,143,-1.525691035,0.7263799874,38.531679732 +82,-1.535479385,0.7306124949,143,-1.525691035,0.7263799874,33.436959133 +83,-1.53946905,0.7290102593,143,-1.525691035,0.7263799874,42.062000526 +84,-1.537459922,0.7290417293,143,-1.525691035,0.7263799874,36.370099479 +85,-1.535451349,0.7290890157,143,-1.525691035,0.7263799874,30.796997633 +86,-1.535522937,0.7279887191,143,-1.525691035,0.7263799874,29.782808166 +87,-1.539442524,0.7274735939,143,-1.525691035,0.7263799874,40.930546126 +88,-1.537424111,0.727521351,143,-1.525691035,0.7263799874,35.019071765 +89,-1.539384641,0.7259505092,143,-1.525691035,0.7263799874,40.592470992 +90,-1.537372391,0.7259947145,143,-1.525691035,0.7263799874,34.630055314 +91,-1.535340789,0.7260435356,143,-1.525691035,0.7263799874,28.609922014 +92,-1.539325716,0.7244369706,143,-1.525691035,0.7263799874,41.135776444 +93,-1.537308932,0.7244801057,143,-1.525691035,0.7263799874,35.244378363 +94,-1.535289068,0.7245247645,143,-1.525691035,0.7263799874,29.378733379 +95,-1.533261366,0.7245550236,143,-1.525691035,0.7263799874,23.571030122 +96,-1.539267302,0.722921924,143,-1.525691035,0.7263799874,42.529368538 +97,-1.537248972,0.7229660258,143,-1.525691035,0.7263799874,36.847858243 +98,-1.535219431,0.7229916471,143,-1.525691035,0.7263799874,31.282934449 +99,-1.53318962,0.7230212049,143,-1.525691035,0.7263799874,25.913605953 +100,-1.531154816,0.7230299897,143,-1.525691035,0.7263799874,20.943275973 +101,-1.528878341,0.7230370244,143,-1.525691035,0.7263799874,16.268994338 +102,-1.539218189,0.7214009878,143,-1.525691035,0.7263799874,44.727311218 +103,-1.537198791,0.7214422745,143,-1.525691035,0.7263799874,39.354980857 +104,-1.535179266,0.7214634354,143,-1.525691035,0.7263799874,34.23592409 +105,-1.533156501,0.7214944644,143,-1.525691035,0.7263799874,29.415980641 +106,-1.53113574,0.7215166021,143,-1.525691035,0.7263799874,25.142800579 +107,-1.528874248,0.7215345535,143,-1.525691035,0.7263799874,21.391460993 +108,-1.539217656,0.7198512397,143,-1.525691035,0.7263799874,47.774609506 +109,-1.537199919,0.7199428763,143,-1.525691035,0.7263799874,42.640058544 +110,-1.545425832,0.727397149,143,-1.525691035,0.7263799874,58.550208515 +111,-1.543371177,0.7273916949,143,-1.525691035,0.7263799874,52.483430338 +112,-1.541368852,0.7274523163,143,-1.525691035,0.7263799874,46.596474741 +113,-1.545349067,0.7258710923,143,-1.525691035,0.7263799874,58.258568444 +114,-1.54332671,0.7258603556,143,-1.525691035,0.7263799874,52.274672958 +115,-1.541346831,0.7259242142,143,-1.525691035,0.7263799874,46.403916238 +116,-1.545324355,0.7243383958,143,-1.525691035,0.7263799874,58.749243352 +117,-1.543292796,0.7243617413,143,-1.525691035,0.7263799874,52.777301819 +118,-1.541295822,0.7244024384,143,-1.525691035,0.7263799874,46.907545283 +119,-1.543193859,0.7205570215,143,-1.525691035,0.7263799874,56.851240929 +120,-1.550257047,0.7386738187,143,-1.525691035,0.7263799874,87.20577327 +121,-1.549335448,0.7311736483,143,-1.525691035,0.7263799874,72.399332135 +122,-1.533478843,0.7179891343,143,-1.525691035,0.7263799874,40.501946264 +123,-1.556150555,0.738907041,143,-1.525691035,0.7263799874,102.49975188 +124,-1.554324226,0.733414257,143,-1.525691035,0.7263799874,88.994796687 +125,-1.554290846,0.7288285332,143,-1.525691035,0.7263799874,85.149777313 +126,-1.55122487,0.7219795312,143,-1.525691035,0.7263799874,77.736078083 +127,-1.525104458,0.7229399862,143,-1.525691035,0.7263799874,13.736443419 +128,-1.519607711,0.7236181429,143,-1.525691035,0.7263799874,21.09427659 +129,-1.513899999,0.7251107854,143,-1.525691035,0.7263799874,35.29481813 +130,-1.536620762,0.7431061895,143,-1.525691035,0.7263799874,73.628862154 +131,-1.5369566,0.7460845958,143,-1.525691035,0.7263799874,84.764444462 +132,-1.545345528,0.7447040685,143,-1.525691035,0.7263799874,92.735239241 +133,-1.532813921,0.7432306626,143,-1.525691035,0.7263799874,69.950985204 +134,-1.554788248,0.7382381001,143,-1.525691035,0.7263799874,97.730688427 +135,-1.540348126,0.7301594274,143,-1.525691035,0.7263799874,45.842331856 +136,-1.538016084,0.7239051786,143,-1.525691035,0.7263799874,37.828811431 +137,-1.525288962,0.7258085137,143,-1.525691035,0.7263799874,2.5577695318 +138,-1.534326986,0.731241342,143,-1.525691035,0.7263799874,31.96737474 +139,-1.530733872,0.7303625216,143,-1.525691035,0.7263799874,21.703486321 +141,-1.534354939,0.7328219978,143,-1.525691035,0.7263799874,36.13208042 +142,-1.53157084,0.7292888153,143,-1.525691035,0.7263799874,20.859458478 +143,-1.525691035,0.7263799874,143,-1.525691035,0.7263799874,0 +144,-1.534031287,0.7495967835,143,-1.525691035,0.7263799874,95.153603977 +145,-1.527714986,0.7283095957,143,-1.525691035,0.7263799874,9.7095813951 +146,-1.526189586,0.7271468292,143,-1.525691035,0.7263799874,3.3770025332 +147,-1.555177336,0.7375563366,143,-1.525691035,0.7263799874,97.505386291 +148,-1.555080283,0.7312707794,143,-1.525691035,0.7263799874,88.970489777 +149,-1.53856994,0.7224180299,143,-1.525691035,0.7263799874,41.301255945 +150,-1.530837883,0.729933372,143,-1.525691035,0.7263799874,20.728001091 +151,-1.515066984,0.5854133365,143,-1.525691035,0.7263799874,559.35939038 +152,-1.534731633,0.5368370046,143,-1.525691035,0.7263799874,751.33148218 +153,-1.515231902,0.5607085576,143,-1.525691035,0.7263799874,657.05574469 +154,-2.616253799,1.0684566605,143,-1.525691035,0.7263799874,2872.2892917 +155,-1.956071439,0.5792177723,143,-1.525691035,0.7263799874,1467.6568893 +156,-1.951208514,0.5602434208,143,-1.525691035,0.7263799874,1493.4725617 +157,-1.944675062,0.6062144545,143,-1.525691035,0.7263799874,1383.1746956 +158,-1.613778386,0.6077989518,143,-1.525691035,0.7263799874,543.58659732 +159,-2.035029014,0.6021432345,143,-1.525691035,0.7263799874,1653.8759736 +160,-2.114989471,0.6801825058,143,-1.525691035,0.7263799874,1778.3208043 +161,-2.037382079,0.5765830025,143,-1.525691035,0.7263799874,1707.3712016 +162,-2.129855121,0.6585019963,143,-1.525691035,0.7263799874,1848.856055 +163,-2.075141798,0.6493615843,143,-1.525691035,0.7263799874,1699.1430429 +164,-1.828626729,0.6948433129,143,-1.525691035,0.7263799874,916.44614939 +165,-1.863329418,0.6735427691,143,-1.525691035,0.7263799874,1041.7598466 +166,-1.266037071,0.727988852,143,-1.525691035,0.7263799874,767.40112846 +167,-1.277579582,0.7249010648,143,-1.525691035,0.7263799874,734.37489697 +168,-1.258418684,0.7241194816,143,-1.525691035,0.7263799874,791.244193 +169,-1.317813974,0.6804850104,143,-1.525691035,0.7263799874,653.10920191 +170,-1.344165204,0.6790988904,143,-1.525691035,0.7263799874,579.30022252 +171,-1.427582102,0.5277120351,143,-1.525691035,0.7263799874,846.99808453 +172,-1.402238616,0.457167829,143,-1.525691035,0.7263799874,1139.9084426 +173,-1.422454264,0.4996161999,143,-1.525691035,0.7263799874,957.82286678 +174,-1.439089277,0.4894859811,143,-1.525691035,0.7263799874,979.1983023 +175,-1.448126995,0.5182330266,143,-1.525691035,0.7263799874,861.09514462 +176,-1.474626146,0.5881926574,143,-1.525691035,0.7263799874,570.19947068 +177,-1.421139645,0.5584869783,143,-1.525691035,0.7263799874,742.60687236 +178,-1.457037165,0.565943032,143,-1.525691035,0.7263799874,671.34708316 +179,-2.757159358,0.3745319,143,-1.525691035,0.7263799874,4263.3370075 +180,-2.714309238,0.342054471,143,-1.525691035,0.7263799874,4214.2674342 +181,-2.000525337,0.774119946,143,-1.525691035,0.7263799874,1382.3021777 +183,-1.571413436,0.6777838382,143,-1.525691035,0.7263799874,236.97846852 +184,-1.552860289,0.6987663893,143,-1.525691035,0.7263799874,136.35647419 +185,-1.521852374,0.7165827476,143,-1.525691035,0.7263799874,40.451218828 +186,-1.503656267,0.6928968252,143,-1.525691035,0.7263799874,148.23044786 +187,-1.502753178,0.7136205882,143,-1.525691035,0.7263799874,84.969372398 +188,-1.631894563,0.7343596465,143,-1.525691035,0.7263799874,314.89227237 +189,-1.653765416,0.6770714026,143,-1.525691035,0.7263799874,433.67792094 +190,-1.719812114,0.6715965947,143,-1.525691035,0.7263799874,626.74893194 +191,-1.493406659,0.6646955447,143,-1.525691035,0.7263799874,263.29906516 +192,-1.469120564,0.6613469966,143,-1.525691035,0.7263799874,309.83120863 +193,-1.590551461,0.5326612937,143,-1.525691035,0.7263799874,794.70036125 +194,-1.625979264,0.5247742243,143,-1.525691035,0.7263799874,860.49918898 +195,-1.572293943,0.5238808754,143,-1.525691035,0.7263799874,815.82492571 +196,-1.610848725,0.5477107964,143,-1.525691035,0.7263799874,757.521978 +197,-1.208485554,0.7918526018,143,-1.525691035,0.7263799874,945.33120129 +198,-1.335601374,0.6869083083,143,-1.525691035,0.7263799874,593.14282189 +199,-1.346156996,0.6825213377,143,-1.525691035,0.7263799874,568.606449 +200,-1.324381037,0.6741422347,143,-1.525691035,0.7263799874,643.28232579 +201,-1.242424992,0.7378949807,143,-1.525691035,0.7263799874,834.47689902 +202,-1.270370057,0.7392461008,143,-1.525691035,0.7263799874,752.50755748 +203,-1.448950472,0.7441675014,143,-1.525691035,0.7263799874,236.1578763 +204,-1.492662363,0.7523026852,143,-1.525691035,0.7263799874,141.01737164 +205,-1.479098966,0.7763855017,143,-1.525691035,0.7263799874,239.59219323 +206,-1.633760714,0.7869022408,143,-1.525691035,0.7263799874,392.68637954 +207,-1.647406434,0.8101289331,143,-1.525691035,0.7263799874,479.48614745 +208,-1.564245052,0.5701509278,143,-1.525691035,0.7263799874,630.61728748 +209,-1.646289963,0.6833746083,143,-1.525691035,0.7263799874,401.5903374 +210,-1.5820631,0.6751952144,143,-1.525691035,0.7263799874,264.97003898 +211,-1.613236298,0.6681681791,143,-1.525691035,0.7263799874,351.78211034 +212,-1.914661867,0.8212566515,143,-1.525691035,0.7263799874,1159.5599152 +213,-1.742133237,0.7250275956,143,-1.525691035,0.7263799874,640.778469 +214,-2.033144872,0.6557314699,143,-1.525691035,0.7263799874,1566.2391248 +215,-2.039551981,0.6964723658,143,-1.525691035,0.7263799874,1538.7279202 +216,-1.247341019,0.7622473908,143,-1.525691035,0.7263799874,821.9901324 +217,-1.298239787,0.7084123392,143,-1.525691035,0.7263799874,681.93199485 +218,-1.308539688,0.6926545592,143,-1.525691035,0.7263799874,665.46636255 +219,-1.303263185,0.6888938396,143,-1.525691035,0.7263799874,685.07437051 +220,-1.852400229,0.6004246149,143,-1.525691035,0.7263799874,1131.8614651 +221,-1.288947707,0.7473773692,143,-1.525691035,0.7263799874,698.65150688 +222,-1.372031502,0.7472790993,143,-1.525691035,0.7263799874,458.07746304 +223,-1.289805721,0.7242157877,143,-1.525691035,0.7263799874,698.50648554 +224,-1.350807603,0.7533498126,143,-1.525691035,0.7263799874,522.30055188 +225,-1.329290365,0.7560442322,143,-1.525691035,0.7263799874,585.27108851 +226,-1.410153004,0.616936428,143,-1.525691035,0.7263799874,561.99430327 +227,-1.393445434,0.6308995063,143,-1.525691035,0.7263799874,555.7276105 +228,-1.37595573,0.6241540638,143,-1.525691035,0.7263799874,614.4655402 +229,-1.358388707,0.6172645205,143,-1.525691035,0.7263799874,674.39563241 +230,-1.753741133,0.8281661666,143,-1.525691035,0.7263799874,758.20678002 +231,-1.47430987,0.6834615681,143,-1.525691035,0.7263799874,230.03357619 +232,-1.421012508,0.7222725206,143,-1.525691035,0.7263799874,310.89970189 +233,-1.4476833,0.6978557868,143,-1.525691035,0.7263799874,259.71126707 +234,-1.470370723,0.6966193374,143,-1.525691035,0.7263799874,203.54249511 +235,-1.429211703,0.7037216883,143,-1.525691035,0.7263799874,302.1199716 +236,-1.700578405,0.6178673663,143,-1.525691035,0.7263799874,690.97520051 +237,-1.678117619,0.6331716163,143,-1.525691035,0.7263799874,596.78009238 +238,-1.725644578,0.6316331145,143,-1.525691035,0.7263799874,720.68350046 +239,-2.14012759,0.7930497945,143,-1.525691035,0.7263799874,1769.7662317 +240,-2.103289431,0.7653606263,143,-1.525691035,0.7263799874,1676.2465428 +241,-1.318739838,0.7017808746,143,-1.525691035,0.7263799874,626.56582061 +242,-1.396417427,0.7077900843,143,-1.525691035,0.7263799874,392.7763147 +243,-1.35650337,0.7185539404,143,-1.525691035,0.7263799874,503.42120281 +244,-1.248884539,0.7274156818,143,-1.525691035,0.7263799874,818.14679285 +245,-1.395014798,0.5761185243,143,-1.525691035,0.7263799874,723.01597617 +246,-1.433377362,0.6064716109,143,-1.525691035,0.7263799874,554.8763826 +247,-1.408172432,0.5903155476,143,-1.525691035,0.7263799874,652.22696519 +248,-1.749645898,0.7757118084,143,-1.525691035,0.7263799874,676.40641249 +249,-1.571626686,0.615046989,143,-1.525691035,0.7263799874,463.38625061 +250,-1.514070049,0.6303003037,143,-1.525691035,0.7263799874,382.25170264 +251,-1.480890369,0.6237966528,143,-1.525691035,0.7263799874,429.23945442 +252,-1.704390658,0.5281680612,143,-1.525691035,0.7263799874,970.43857196 +253,-1.64434733,0.5254277498,143,-1.525691035,0.7263799874,881.67019499 +254,-1.703855997,0.4792484842,143,-1.525691035,0.7263799874,1136.5264965 +255,-1.692002383,0.5748825051,143,-1.525691035,0.7263799874,795.72874133 +256,-1.854136457,0.5544643913,143,-1.525691035,0.7263799874,1241.4684873 +257,-1.665021206,0.520317736,143,-1.525691035,0.7263799874,930.08706746 +258,-1.733654349,0.4845187345,143,-1.525691035,0.7263799874,1170.7013195 +259,-1.720938188,0.5135933906,143,-1.525691035,0.7263799874,1049.9369254 +260,-1.742668307,0.553296122,143,-1.525691035,0.7263799874,970.32225491 +261,-1.965659039,0.7142126903,143,-1.525691035,0.7263799874,1306.0617705 +262,-1.944438071,0.6772834804,143,-1.525691035,0.7263799874,1277.2481456 +263,-1.270340967,0.7681487096,143,-1.525691035,0.7263799874,759.06645592 +264,-1.353091884,0.6549276821,143,-1.525691035,0.7263799874,597.64461156 +265,-1.333236659,0.6413584414,143,-1.525691035,0.7263799874,679.344457 +266,-1.352015998,0.6753788907,143,-1.525691035,0.7263799874,562.81637189 +267,-1.377988483,0.6577816235,143,-1.525691035,0.7263799874,525.67504014 +268,-2.13075611,0.8318642051,143,-1.525691035,0.7263799874,1740.0315015 +269,-2.097910953,0.8259670014,143,-1.525691035,0.7263799874,1651.6106242 +270,-1.416382069,0.6694271549,143,-1.525691035,0.7263799874,401.00432322 +271,-1.538905672,0.7535625993,143,-1.525691035,0.7263799874,114.39738169 +272,-1.572309477,0.7803125099,143,-1.525691035,0.7263799874,252.50710595 +273,-1.87759879,0.7503853417,143,-1.525691035,0.7263799874,1032.7505054 +274,1.152365588,0.590457682,143,-1.525691035,0.7263799874,6961.8051651 +275,0.350198001,0.718001859,143,-1.525691035,0.7263799874,5147.9709046 +276,0.046513677,0.491503852,143,-1.525691035,0.7263799874,4962.911104 +277,0.027510309,0.742571376,143,-1.525691035,0.7263799874,4333.9801172 +278,0.306285725,-0.214631579,143,-1.525691035,0.7263799874,7554.3245333 +279,-1.100564889,0.318051531,143,-1.525691035,0.7263799874,2162.9350414 +280,-1.078582306,0.301437596,143,-1.525691035,0.7263799874,2265.1858647 +281,-1.137371989,-0.617634065,143,-1.525691035,0.7263799874,5507.1850066 +282,0.784356344,0.703272339,143,-1.525691035,0.7263799874,6042.1832194 +283,-1.221209947,0.218327455,143,-1.525691035,0.7263799874,2270.7872909 +284,2.347301921,-0.449114658,143,-1.525691035,0.7263799874,9826.8403229 +285,0.246820618,0.830553713,143,-1.525691035,0.7263799874,4637.8712327 +286,0.829414965,0.703288228,143,-1.525691035,0.7263799874,6115.8131293 +287,-1.337537566,0.42332223,143,-1.525691035,0.7263799874,1350.9563363 +288,0.882453706,0.454478077,143,-1.525691035,0.7263799874,7049.5167601 +289,1.575629659,0.416419109,143,-1.525691035,0.7263799874,7914.8081541 +290,-1.039455679,0.229888244,143,-1.525691035,0.7263799874,2582.4375729 +291,0.489558039,0.934482747,143,-1.525691035,0.7263799874,4834.3946833 +292,0.081344504,0.88384514,143,-1.525691035,0.7263799874,4164.6424692 +293,-1.547979814,0.300350308,143,-1.525691035,0.7263799874,1689.202865 +294,0.040776181,0.168560074,143,-1.525691035,0.7263799874,5766.9412346 +295,-1.130374745,0.563894876,143,-1.525691035,0.7263799874,1401.0083248 +296,1.578326642,0.478507176,143,-1.525691035,0.7263799874,7669.3036933 +297,-1.12861823,-0.291640865,143,-1.525691035,0.7263799874,4286.7904436 +298,0.310524208,0.770885792,143,-1.525691035,0.7263799874,4922.8827541 +299,0.415649091,-0.387246002,143,-1.525691035,0.7263799874,8302.7036994 +300,-0.926533878,-0.188022748,143,-1.525691035,0.7263799874,4228.2658359 +301,1.258856172,-0.11716081,143,-1.525691035,0.7263799874,9723.3829095 +302,-1.126050026,0.322941926,143,-1.525691035,0.7263799874,2091.1209388 +303,2.002785835,0.07893892,143,-1.525691035,0.7263799874,8961.4983705 +304,0.440437607,0.746258085,143,-1.525691035,0.7263799874,5263.9094703 +305,-0.030391866,0.214441206,143,-1.525691035,0.7263799874,5438.7677599 +306,0.521557815,-0.058929362,143,-1.525691035,0.7263799874,7771.8409551 +307,-0.097005111,0.13317729,143,-1.525691035,0.7263799874,5452.0772574 +308,1.83113859,0.221857587,143,-1.525691035,0.7263799874,8606.4301863 +309,0.222428864,0.099404236,143,-1.525691035,0.7263799874,6480.7901924 +310,-1.702731345,0.8728568183,143,-1.525691035,0.7263799874,757.23688378 +311,-0.418507569,0.278324921,143,-1.525691035,0.7263799874,4130.0048268 +312,-1.41153306,0.339029988,143,-1.525691035,0.7263799874,1581.7195083 +313,0.357560442,0.114788776,143,-1.525691035,0.7263799874,6827.2209811 +314,0.325818979,0.268352149,143,-1.525691035,0.7263799874,6315.4108455 +315,-1.246004659,-0.663679965,143,-1.525691035,0.7263799874,5597.9819909 +316,1.814603087,0.637404484,143,-1.525691035,0.7263799874,6994.1118318 +317,1.843704281,-0.18300445,143,-1.525691035,0.7263799874,10150.188753 +318,1.690644492,-0.211480909,143,-1.525691035,0.7263799874,10387.978386 +319,-1.275451936,0.068109467,143,-1.525691035,0.7263799874,2754.3364799 +320,0.762430171,-0.207594741,143,-1.525691035,0.7263799874,8859.6087772 +321,0.265668905,-0.014647884,143,-1.525691035,0.7263799874,6911.7153163 +322,-2.773032013,-0.335515811,143,-1.525691035,0.7263799874,6199.4068712 +323,-1.469512853,0.174058777,143,-1.525691035,0.7263799874,2196.4978602 +324,0.286276986,0.785925691,143,-1.525691035,0.7263799874,4832.2098733 +325,-1.379324697,0.377432233,143,-1.525691035,0.7263799874,1465.8460628 +326,-1.203778265,0.212813032,143,-1.525691035,0.7263799874,2318.9776252 +327,0.579916301,0.611743168,143,-1.525691035,0.7263799874,5946.4078854 +328,0.267582642,0.868113908,143,-1.525691035,0.7263799874,4590.9073453 +329,0.412869244,-0.050245578,143,-1.525691035,0.7263799874,7436.274929 +330,0.17524381,0.976660285,143,-1.525691035,0.7263799874,4166.0260417 +331,0.743157214,0.204812899,143,-1.525691035,0.7263799874,7576.5696115 +332,-1.070758176,0.269382282,143,-1.525691035,0.7263799874,2385.3435702 +333,-1.230364251,0.329790229,143,-1.525691035,0.7263799874,1859.9687948 +334,-1.374813124,-0.024926835,143,-1.525691035,0.7263799874,3024.8717382 +335,0.519780566,0.463669906,143,-1.525691035,0.7263799874,6255.8661174 +336,-1.55108034,0.239698561,143,-1.525691035,0.7263799874,1929.7264159 +337,0.180294813,0.029739425,143,-1.525691035,0.7263799874,6542.9752211 +338,0.67820924,0.268170153,143,-1.525691035,0.7263799874,7224.9007851 +339,0.445798684,1.024001867,143,-1.525691035,0.7263799874,4523.7460917 +340,0.691751283,0.150521402,143,-1.525691035,0.7263799874,7620.2713805 +341,-1.036643551,-0.903056181,143,-1.525691035,0.7263799874,6669.9515884 +342,-0.120287036,1.083325163,143,-1.525691035,0.7263799874,3447.9889414 +343,2.823513113,-0.304487164,143,-1.525691035,0.7263799874,8081.81164 +344,0.457583172,1.12513373,143,-1.525691035,0.7263799874,4283.3434612 +345,0.042918831,0.813795399,143,-1.525691035,0.7263799874,4221.1763241 +346,1.196146777,-0.853142756,143,-1.525691035,0.7263799874,11177.114666 +347,0.206001358,-0.010430701,143,-1.525691035,0.7263799874,6725.0797573 +348,-0.268308653,0.234799412,143,-1.525691035,0.7263799874,4683.596354 +349,0.759363263,0.736189579,143,-1.525691035,0.7263799874,5892.4755742 +350,0.181363926,0.891988372,143,-1.525691035,0.7263799874,4358.964649 +351,-0.021111158,0.139103292,143,-1.525691035,0.7263799874,5661.2413575 +352,-0.093355215,0.630686981,143,-1.525691035,0.7263799874,4261.4152496 +353,0.40118964,0.681375926,143,-1.525691035,0.7263799874,5359.8984988 +354,-0.721197315,1.304706234,143,-1.525691035,0.7263799874,2696.3268243 +355,-1.076150317,0.212107639,143,-1.525691035,0.7263799874,2561.8152265 +356,-1.577164531,0.273993443,143,-1.525691035,0.7263799874,1800.5215972 +357,-0.190788414,0.182208586,143,-1.525691035,0.7263799874,5047.4845157 +358,-0.261349752,0.209710184,143,-1.525691035,0.7263799874,4768.0771904 +359,-1.029303852,0.083549259,143,-1.525691035,0.7263799874,3091.964168 +360,-1.268609162,0.330525297,143,-1.525691035,0.7263799874,1791.7022641 +361,1.282982244,-0.926641967,143,-1.525691035,0.7263799874,11255.919948 +362,0.217352334,0.731352408,143,-1.525691035,0.7263799874,4813.1249659 +363,-1.511833084,0.258629297,143,-1.525691035,0.7263799874,1853.3700344 +364,0.338812194,0.823184618,143,-1.525691035,0.7263799874,4848.2184542 +365,-0.324406489,1.134201999,143,-1.525691035,0.7263799874,3060.6176409 +366,1.389579348,0.399185724,143,-1.525691035,0.7263799874,7908.738831 +367,2.047152199,-0.039082036,143,-1.525691035,0.7263799874,9318.6983127 +368,0.947780369,0.568250077,143,-1.525691035,0.7263799874,6767.0540807 +369,0.763824846,0.576754987,143,-1.525691035,0.7263799874,6421.7462114 +370,-0.142334657,0.928153068,143,-1.525691035,0.7263799874,3597.3846698 +371,0.610266567,0.547265983,143,-1.525691035,0.7263799874,6207.2423108 +372,0.210731629,0.746815056,143,-1.525691035,0.7263799874,4760.151196 +373,-1.34931644,0.316895224,143,-1.525691035,0.7263799874,1728.3312839 +374,2.407696481,0.655030745,143,-1.525691035,0.7263799874,6269.1483642 +375,0.64207831,0.545359131,143,-1.525691035,0.7263799874,6280.4169793 +376,1.174597538,0.840588356,143,-1.525691035,0.7263799874,6047.7996176 +377,0.660059424,0.010604079,143,-1.525691035,0.7263799874,7957.2822802 +378,-0.730263819,0.010486456,143,-1.525691035,0.7263799874,4008.2366089 +379,0.831068936,0.512339172,143,-1.525691035,0.7263799874,6759.9776993 +380,1.301180979,0.72367476,143,-1.525691035,0.7263799874,6590.5594903 +381,1.811128231,0.322854402,143,-1.525691035,0.7263799874,8226.5754989 +382,0.435105812,0.992284428,143,-1.525691035,0.7263799874,4588.9430135 +383,0.62643634,0.592027932,143,-1.525691035,0.7263799874,6103.1681301 +384,0.492988703,-0.516339467,143,-1.525691035,0.7263799874,8817.7867667 +385,-0.162469483,0.112549365,143,-1.525691035,0.7263799874,5312.0774351 +386,0.314630866,0.472006421,143,-1.525691035,0.7263799874,5726.7636494 +387,0.166744804,0.822815954,143,-1.525691035,0.7263799874,4482.4124982 +388,0.417159608,0.965805736,143,-1.525691035,0.7263799874,4627.6505366 +389,0.106334961,0.868774244,143,-1.525691035,0.7263799874,4249.7656163 +390,0.815086969,-0.338144359,143,-1.525691035,0.7263799874,9356.2694392 +391,0.59867455,-0.230624824,143,-1.525691035,0.7263799874,8455.3062219 +392,1.915104874,0.066220985,143,-1.525691035,0.7263799874,9124.0159587 +393,1.278093622,0.064463721,143,-1.525691035,0.7263799874,9082.7989891 +394,-0.061477853,0.302997961,143,-1.525691035,0.7263799874,5122.2098526 +395,0.251311504,0.626976942,143,-1.525691035,0.7263799874,5156.6392484 +396,2.950242872,0.149095644,143,-1.525691035,0.7263799874,6517.3971201 +397,-0.180294708,0.35375117,143,-1.525691035,0.7263799874,4648.7054827 +398,1.010448592,-0.351180233,143,-1.525691035,0.7263799874,9932.5291422 +399,-1.748740498,0.3686318073,143,-1.525691035,0.7263799874,1601.0871133 +400,2.699635665,0.123533791,143,-1.525691035,0.7263799874,7285.8734148 +401,0.496808033,0.823843254,143,-1.525691035,0.7263799874,5156.9464402 +402,0.129574704,0.763364087,143,-1.525691035,0.7263799874,4532.9128457 +403,1.798920311,0.817447563,143,-1.525691035,0.7263799874,6294.9071113 +404,0.335987953,0.746786541,143,-1.525691035,0.7263799874,5040.7063933 +405,-1.085413643,0.292154671,143,-1.525691035,0.7263799874,2279.5368189 +406,-0.155321003,0.508207011,143,-1.525691035,0.7263799874,4358.788855 +407,0.620529244,-0.301175104,143,-1.525691035,0.7263799874,8699.6947529 +408,1.684402744,0.368716966,143,-1.525691035,0.7263799874,8098.8857944 +409,0.300582244,-0.386397212,143,-1.525691035,0.7263799874,7961.8999179 +410,2.913555946,-0.009225192,143,-1.525691035,0.7263799874,7051.0022282 +411,1.465101417,0.493232532,143,-1.525691035,0.7263799874,7581.4844613 +412,0.090612882,0.907955955,143,-1.525691035,0.7263799874,4136.0432911 +413,2.987564726,-0.729568594,143,-1.525691035,0.7263799874,8542.6467422 +414,-1.484261606,0.224149272,143,-1.525691035,0.7263799874,1994.4761245 +415,0.164073421,0.303955133,143,-1.525691035,0.7263799874,5768.9026492 +416,0.141441293,0.167552546,143,-1.525691035,0.7263799874,6063.988339 +417,2.931321023,-0.506718887,143,-1.525691035,0.7263799874,8238.7111569 +418,2.21951565,0.700596356,143,-1.525691035,0.7263799874,6389.6648141 +419,0.268112576,1.199114336,143,-1.525691035,0.7263799874,3873.4451354 +420,0.978913739,0.359223811,143,-1.525691035,0.7263799874,7550.3674769 +421,1.210898818,0.522863584,143,-1.525691035,0.7263799874,7278.7023277 +422,2.347397336,0.129231362,143,-1.525691035,0.7263799874,8142.5336464 +423,0.614394501,0.556878345,143,-1.525691035,0.7263799874,6186.4677949 +424,-1.398079356,0.148483366,143,-1.525691035,0.7263799874,2332.2808168 +425,2.535303836,-0.112984496,143,-1.525691035,0.7263799874,8412.3823181 +426,-1.019372593,-0.405322349,143,-1.525691035,0.7263799874,4852.3161036 +427,-1.297785627,-0.160104069,143,-1.525691035,0.7263799874,3607.9677397 +428,2.144554488,0.205051084,143,-1.525691035,0.7263799874,8281.1394254 +429,-2.242387083,-0.426171285,143,-1.525691035,0.7263799874,5267.2664782 +430,0.338637212,0.909723676,143,-1.525691035,0.7263799874,4628.7889693 +431,-0.148798452,0.691042401,143,-1.525691035,0.7263799874,3989.1642102 +432,0.893524764,0.441829531,143,-1.525691035,0.7263799874,7112.7614189 +433,0.969229347,-0.368847936,143,-1.525691035,0.7263799874,9868.4739561 +434,0.436043248,0.800045688,143,-1.525691035,0.7263799874,5106.0502006 +435,1.687946607,1.081504775,143,-1.525691035,0.7263799874,5279.1022532 +436,0.522302046,-0.034889271,143,-1.525691035,0.7263799874,7707.4885979 +437,-0.178996113,-0.438090009,143,-1.525691035,0.7263799874,6743.5117131 +438,-1.094339566,0.301444068,143,-1.525691035,0.7263799874,2229.9121111 +439,-1.064070054,0.242569932,143,-1.525691035,0.7263799874,2487.0535756 +440,-1.068153768,0.230387998,143,-1.525691035,0.7263799874,2518.1520925 +441,-3.00496892,-0.23989155,143,-1.525691035,0.7263799874,6584.6196517 +442,0.21751974,0.766874888,143,-1.525691035,0.7263799874,4727.0505332 +443,0.117229532,0.007619006,143,-1.525691035,0.7263799874,6415.3389023 +444,0.777758451,0.420554741,143,-1.525691035,0.7263799874,6960.1204183 +445,-0.252356999,0.250747086,143,-1.525691035,0.7263799874,4690.5264007 +446,0.363148444,0.768483434,143,-1.525691035,0.7263799874,5041.789553 +447,0.903191366,-0.118210676,143,-1.525691035,0.7263799874,8972.8205767 +448,-0.205755923,0.149406178,143,-1.525691035,0.7263799874,5088.0192003 +449,1.811996086,0.02364353,143,-1.525691035,0.7263799874,9390.6862756 +450,-1.100670221,0.314845373,143,-1.525691035,0.7263799874,2172.9313093 +451,0.340078597,0.850105132,143,-1.525691035,0.7263799874,4781.8657059 +452,0.258757267,0.804969236,143,-1.525691035,0.7263799874,4725.4884028 +453,2.78505352,-0.155160804,143,-1.525691035,0.7263799874,7814.779293 +454,0.800551619,0.105822106,143,-1.525691035,0.7263799874,8024.4944671 +455,0.437940882,-0.506194031,143,-1.525691035,0.7263799874,8635.4742833 +456,2.230431122,0.63458615,143,-1.525691035,0.7263799874,6611.3119246 +457,0.527965361,0.127667701,143,-1.525691035,0.7263799874,7262.631496 +458,-0.063643205,0.702093448,143,-1.525691035,0.7263799874,4189.5386232 +459,1.408447268,0.133010502,143,-1.525691035,0.7263799874,8957.4507128 +460,0.523795955,0.280266966,143,-1.525691035,0.7263799874,6807.0983766 +461,-0.975769313,0.072177659,143,-1.525691035,0.7263799874,3240.5388891 +462,0.549774164,-0.463663986,143,-1.525691035,0.7263799874,8872.5327322 +463,0.29245874,1.095549818,143,-1.525691035,0.7263799874,4116.710414 +464,0.143625958,0.816809593,143,-1.525691035,0.7263799874,4444.5201019 +465,0.671902494,0.611159853,143,-1.525691035,0.7263799874,6134.819514 +466,1.239840988,0.6724199,143,-1.525691035,0.7263799874,6739.4333666 +467,0.607829703,-0.10932137,143,-1.525691035,0.7263799874,8155.1266612 +468,1.763020906,0.263996692,143,-1.525691035,0.7263799874,8484.150614 +469,0.378714634,0.726066797,143,-1.525691035,0.7263799874,5188.6903764 +470,2.196736143,-0.153862366,143,-1.525691035,0.7263799874,9402.294258 +471,0.01702415,0.148991565,143,-1.525691035,0.7263799874,5748.0597549 +472,-2.998490902,-0.158002487,143,-1.525691035,0.7263799874,6349.7751491 +473,-3.051262951,-0.346595608,143,-1.525691035,0.7263799874,6994.5699089 +474,-1.069176439,0.182802941,143,-1.525691035,0.7263799874,2674.4609423 +475,0.167157509,0.595344954,143,-1.525691035,0.7263799874,5027.0606921 +476,0.613855648,0.681746124,143,-1.525691035,0.7263799874,5801.7017965 +477,1.037012736,0.682555367,143,-1.525691035,0.7263799874,6486.0828708 +478,-1.253574971,0.379755746,143,-1.525691035,0.7263799874,1645.1847249 +479,3.108590453,-0.132620738,143,-1.525691035,0.7263799874,6800.8823184 +480,0.565301296,0.022333262,143,-1.525691035,0.7263799874,7666.4716366 +481,0.547898238,0.855555614,143,-1.525691035,0.7263799874,5158.9211796 +482,0.948309381,0.417393755,143,-1.525691035,0.7263799874,7294.331515 +483,-0.050600732,0.945269213,143,-1.525691035,0.7263799874,3769.9729828 +484,-0.977651478,-0.572363064,143,-1.525691035,0.7263799874,5518.4268647 +485,1.102014914,0.728861163,143,-1.525691035,0.7263799874,6393.3810007 +486,2.927300795,-0.282939414,143,-1.525691035,0.7263799874,7721.2658994 +487,-1.154565557,0.124434095,143,-1.525691035,0.7263799874,2717.5762197 +488,1.855331234,0.291044755,143,-1.525691035,0.7263799874,8319.4003839 +489,0.830290659,0.276904518,143,-1.525691035,0.7263799874,7540.6295751 +490,0.485104466,-0.234867441,143,-1.525691035,0.7263799874,8134.2178289 +491,0.521367572,-0.33161327,143,-1.525691035,0.7263799874,8482.8236716 +1,-1.539031704,0.7349710123,144,-1.534031287,0.7495967835,59.743003538 +2,-1.536990553,0.7349663874,144,-1.534031287,0.7495967835,58.591201509 +3,-1.534951779,0.7349571355,144,-1.534031287,0.7495967835,58.049858015 +4,-1.532906461,0.7349480293,144,-1.534031287,0.7495967835,58.116532346 +5,-1.531320211,0.7346937278,144,-1.534031287,0.7495967835,59.559174605 +6,-1.539451648,0.7335131775,144,-1.534031287,0.7495967835,65.644870892 +7,-1.537429487,0.7335445708,144,-1.534031287,0.7495967835,64.35282985 +8,-1.535484998,0.7335658704,144,-1.534031287,0.7495967835,63.640242502 +9,-1.533488396,0.7336036027,144,-1.534031287,0.7495967835,63.368829827 +10,-1.531497785,0.7335842962,144,-1.534031287,0.7495967835,63.855647705 +11,-1.530259379,0.7334777758,144,-1.534031287,0.7495967835,64.790952569 +12,-1.5335454,0.7322346912,144,-1.534031287,0.7495967835,68.785906128 +13,-1.531489083,0.7322238773,144,-1.534031287,0.7495967835,69.213994489 +14,-1.530011122,0.7321679851,144,-1.534031287,0.7495967835,70.028148666 +15,-1.53348106,0.7306614094,144,-1.534031287,0.7495967835,75.020277237 +16,-1.531441779,0.7306962275,144,-1.534031287,0.7495967835,75.247161371 +17,-1.529755654,0.7306933243,144,-1.534031287,0.7495967835,75.913511787 +18,-1.533415048,0.7291384674,144,-1.534031287,0.7495967835,81.055456198 +19,-1.531392093,0.7291705353,144,-1.534031287,0.7495967835,81.276194782 +20,-1.529296523,0.7291214933,144,-1.534031287,0.7495967835,82.277859409 +21,-1.535280942,0.727267644,144,-1.534031287,0.7495967835,88.521429069 +22,-1.533378158,0.7276139666,144,-1.534031287,0.7495967835,87.094943794 +23,-1.531340368,0.7276446587,144,-1.534031287,0.7495967835,87.308739911 +24,-1.528960113,0.7276398177,144,-1.534031287,0.7495967835,88.23042244 +25,-1.533313146,0.7260818349,144,-1.534031287,0.7495967835,93.166485172 +26,-1.531259555,0.7260958115,144,-1.534031287,0.7495967835,93.441075207 +27,-1.528926415,0.7260865555,144,-1.534031287,0.7495967835,94.318040672 +28,-1.531226779,0.7245511789,144,-1.534031287,0.7495967835,99.545978437 +29,-1.528904772,0.7245519194,144,-1.534031287,0.7495967835,100.33543678 +30,-1.547195875,0.7409785979,144,-1.534031287,0.7495967835,51.320190854 +31,-1.5451475,0.740980426,144,-1.534031287,0.7495967835,47.030260046 +32,-1.543097679,0.7409798872,144,-1.534031287,0.7495967835,43.144544542 +33,-1.540720364,0.7409892687,144,-1.534031287,0.7495967835,39.262510969 +34,-1.547188511,0.7395198392,144,-1.534031287,0.7495967835,55.334997583 +35,-1.545148587,0.7395226109,144,-1.534031287,0.7495967835,51.39015583 +36,-1.543104538,0.7395314908,144,-1.534031287,0.7495967835,47.83282215 +37,-1.540727751,0.7395306258,144,-1.534031287,0.7495967835,44.387449409 +38,-1.547187029,0.7380014886,144,-1.534031287,0.7495967835,59.832697723 +39,-1.545147315,0.7380012252,144,-1.534031287,0.7495967835,56.208720691 +40,-1.54310719,0.7380060743,144,-1.534031287,0.7495967835,52.987329493 +41,-1.540719671,0.7380068206,144,-1.534031287,0.7495967835,49.875915531 +42,-1.547187189,0.7364799098,144,-1.534031287,0.7495967835,64.590862088 +43,-1.545149996,0.7364853874,144,-1.534031287,0.7495967835,61.228913083 +44,-1.543106091,0.7364823484,144,-1.534031287,0.7495967835,58.301586211 +45,-1.540717158,0.7364893901,144,-1.534031287,0.7495967835,55.46022062 +46,-1.538663972,0.7410138672,144,-1.534031287,0.7495967835,36.573699609 +47,-1.53695285,0.7409699132,144,-1.534031287,0.7495967835,35.213398767 +48,-1.534910498,0.7409641297,144,-1.534031287,0.7495967835,34.289585084 +49,-1.533145034,0.7409536636,144,-1.534031287,0.7495967835,34.332460578 +50,-1.538681336,0.7395405883,144,-1.534031287,0.7495967835,42.07246854 +51,-1.536999189,0.7395183096,144,-1.534031287,0.7495967835,40.846161051 +52,-1.534923633,0.7395144222,144,-1.534031287,0.7495967835,40.020730208 +53,-1.533267822,0.7395654306,144,-1.534031287,0.7495967835,39.796369108 +54,-1.53867273,0.7380151077,144,-1.534031287,0.7495967835,47.828353614 +55,-1.536980576,0.7379994392,144,-1.534031287,0.7495967835,46.734561788 +56,-1.534931522,0.7379944961,144,-1.534031287,0.7495967835,46.031514279 +57,-1.533387952,0.7379480264,144,-1.534031287,0.7495967835,46.17881894 +58,-1.538682279,0.7364914363,144,-1.534031287,0.7495967835,53.653712304 +59,-1.536980704,0.7364810563,144,-1.534031287,0.7495967835,52.658904094 +60,-1.534935567,0.7364752065,144,-1.534031287,0.7495967835,52.041453456 +61,-1.533042592,0.7363876366,144,-1.534031287,0.7495967835,52.400855801 +62,-1.545143426,0.7349628011,144,-1.534031287,0.7495967835,66.422836779 +63,-1.543105297,0.7349691947,144,-1.534031287,0.7495967835,63.706604519 +64,-1.541064533,0.7349647152,144,-1.534031287,0.7495967835,61.486048939 +65,-1.545411803,0.7334624714,144,-1.534031287,0.7495967835,72.036072407 +66,-1.543446606,0.7334780896,144,-1.534031287,0.7495967835,69.517046826 +67,-1.541475327,0.7334957295,144,-1.534031287,0.7495967835,67.380713102 +68,-1.545401939,0.731963266,144,-1.534031287,0.7495967835,77.350243321 +69,-1.54342253,0.7319915583,144,-1.534031287,0.7495967835,74.942059232 +70,-1.541455867,0.7320216438,144,-1.534031287,0.7495967835,72.918947907 +71,-1.545410146,0.7304422281,144,-1.534031287,0.7495967835,82.849861767 +72,-1.543435491,0.7304713664,144,-1.534031287,0.7495967835,80.59464683 +73,-1.541463105,0.7304997613,144,-1.534031287,0.7495967835,78.704410248 +74,-1.545414768,0.7289194936,144,-1.534031287,0.7495967835,88.420263758 +75,-1.543435774,0.7289538557,144,-1.534031287,0.7495967835,86.275274559 +76,-1.541457714,0.7289765881,144,-1.534031287,0.7495967835,84.519248549 +77,-1.539449415,0.7320555866,144,-1.534031287,0.7495967835,71.262443132 +78,-1.537429183,0.7321097681,144,-1.534031287,0.7495967835,69.974360035 +79,-1.535472649,0.7321497267,144,-1.534031287,0.7495967835,69.236063022 +80,-1.539457899,0.7305333307,144,-1.534031287,0.7495967835,77.160312615 +81,-1.537453161,0.7305750503,144,-1.534031287,0.7495967835,76.006843819 +82,-1.535479385,0.7306124949,144,-1.534031287,0.7495967835,75.315937144 +83,-1.53946905,0.7290102593,144,-1.534031287,0.7495967835,83.0817891 +84,-1.537459922,0.7290417293,144,-1.534031287,0.7495967835,82.034609242 +85,-1.535451349,0.7290890157,144,-1.534031287,0.7495967835,81.337515715 +86,-1.535522937,0.7279887191,144,-1.534031287,0.7495967835,85.700913764 +87,-1.539442524,0.7274735939,144,-1.534031287,0.7495967835,89.051541153 +88,-1.537424111,0.727521351,144,-1.534031287,0.7495967835,88.003565173 +89,-1.539384641,0.7259505092,144,-1.534031287,0.7495967835,94.967873204 +90,-1.537372391,0.7259947145,144,-1.534031287,0.7495967835,93.999190313 +91,-1.535340789,0.7260435356,144,-1.534031287,0.7495967835,93.373314101 +92,-1.539325716,0.7244369706,144,-1.534031287,0.7495967835,100.86038433 +93,-1.537308932,0.7244801057,144,-1.534031287,0.7495967835,99.950450583 +94,-1.535289068,0.7245247645,144,-1.534031287,0.7495967835,99.378745791 +95,-1.533261366,0.7245550236,144,-1.534031287,0.7495967835,99.216105407 +96,-1.539267302,0.722921924,144,-1.534031287,0.7495967835,106.77066088 +97,-1.537248972,0.7229660258,144,-1.534031287,0.7495967835,105.90624831 +98,-1.535219431,0.7229916471,144,-1.534031287,0.7495967835,105.44061296 +99,-1.53318962,0.7230212049,144,-1.534031287,0.7495967835,105.29484045 +100,-1.531154816,0.7230299897,144,-1.534031287,0.7495967835,105.56909384 +101,-1.528878341,0.7230370244,144,-1.534031287,0.7495967835,106.2844437 +102,-1.539218189,0.7214009878,144,-1.534031287,0.7495967835,112.71754232 +103,-1.537198791,0.7214422745,144,-1.534031287,0.7495967835,111.90727672 +104,-1.535179266,0.7214634354,144,-1.534031287,0.7495967835,111.48717374 +105,-1.533156501,0.7214944644,144,-1.534031287,0.7495967835,111.34292479 +106,-1.53113574,0.7215166021,144,-1.534031287,0.7495967835,111.55014442 +107,-1.528874248,0.7215345535,144,-1.534031287,0.7495967835,112.18136951 +108,-1.539217656,0.7198512397,144,-1.534031287,0.7495967835,118.80382353 +109,-1.537199919,0.7199428763,144,-1.534031287,0.7495967835,117.82762539 +110,-1.545425832,0.727397149,144,-1.534031287,0.7495967835,94.052826453 +111,-1.543371177,0.7273916949,144,-1.534031287,0.7495967835,92.110186131 +112,-1.541368852,0.7274523163,144,-1.534031287,0.7495967835,90.308461864 +113,-1.545349067,0.7258710923,144,-1.534031287,0.7495967835,99.659805295 +114,-1.54332671,0.7258603556,144,-1.534031287,0.7495967835,97.887620238 +115,-1.541346831,0.7259242142,144,-1.534031287,0.7495967835,96.18706752 +116,-1.545324355,0.7243383958,144,-1.534031287,0.7495967835,105.38839271 +117,-1.543292796,0.7243617413,144,-1.534031287,0.7495967835,103.58094386 +118,-1.541295822,0.7244024384,144,-1.534031287,0.7495967835,102.04373703 +119,-1.543193859,0.7205570215,144,-1.534031287,0.7495967835,118.13414497 +120,-1.550257047,0.7386738187,144,-1.534031287,0.7495967835,64.089117598 +121,-1.549335448,0.7311736483,144,-1.534031287,0.7495967835,85.601175481 +122,-1.533478843,0.7179891343,144,-1.534031287,0.7495967835,125.20844172 +123,-1.556150555,0.738907041,144,-1.534031287,0.7495967835,77.112063722 +124,-1.554324226,0.733414257,144,-1.534031287,0.7495967835,87.304528079 +125,-1.554290846,0.7288285332,144,-1.534031287,0.7495967835,101.40804813 +126,-1.55122487,0.7219795312,144,-1.534031287,0.7495967835,120.47734146 +127,-1.525104458,0.7229399862,144,-1.534031287,0.7495967835,108.78903936 +128,-1.519607711,0.7236181429,144,-1.534031287,0.7495967835,111.26255619 +129,-1.513899999,0.7251107854,144,-1.534031287,0.7495967835,113.53620954 +130,-1.536620762,0.7431061895,144,-1.534031287,0.7495967835,26.789368344 +131,-1.5369566,0.7460845958,144,-1.534031287,0.7495967835,16.300498418 +132,-1.545345528,0.7447040685,144,-1.534031287,0.7495967835,38.164653456 +133,-1.532813921,0.7432306626,144,-1.534031287,0.7495967835,25.463466968 +134,-1.554788248,0.7382381001,144,-1.534031287,0.7495967835,75.392744993 +135,-1.540348126,0.7301594274,144,-1.534031287,0.7495967835,79.177751062 +136,-1.538016084,0.7239051786,144,-1.534031287,0.7495967835,102.43359161 +137,-1.525288962,0.7258085137,144,-1.534031287,0.7495967835,97.647179896 +138,-1.534326986,0.731241342,144,-1.534031287,0.7495967835,72.711044087 +139,-1.530733872,0.7303625216,144,-1.534031287,0.7495967835,76.794976349 +141,-1.534354939,0.7328219978,144,-1.534031287,0.7495967835,66.451654498 +142,-1.53157084,0.7292888153,144,-1.534031287,0.7495967835,80.761466992 +143,-1.525691035,0.7263799874,144,-1.534031287,0.7495967835,95.153603977 +144,-1.534031287,0.7495967835,144,-1.534031287,0.7495967835,0 +145,-1.527714986,0.7283095957,144,-1.534031287,0.7495967835,86.322502616 +146,-1.526189586,0.7271468292,144,-1.534031287,0.7495967835,91.843032565 +147,-1.555177336,0.7375563366,144,-1.534031287,0.7495967835,77.94363635 +148,-1.555080283,0.7312707794,144,-1.534031287,0.7495967835,95.166262405 +149,-1.53856994,0.7224180299,144,-1.534031287,0.7495967835,108.47628424 +150,-1.530837883,0.729933372,144,-1.534031287,0.7495967835,78.445077186 +151,-1.515066984,0.5854133365,144,-1.534031287,0.7495967835,652.98382623 +152,-1.534731633,0.5368370046,144,-1.534031287,0.7495967835,842.74437777 +153,-1.515231902,0.5607085576,144,-1.534031287,0.7495967835,750.49343237 +154,-2.616253799,1.0684566605,144,-1.534031287,0.7495967835,2786.5457255 +155,-1.956071439,0.5792177723,144,-1.534031287,0.7495967835,1471.6588206 +156,-1.951208514,0.5602434208,144,-1.534031287,0.7495967835,1502.1610505 +157,-1.944675062,0.6062144545,144,-1.534031287,0.7495967835,1382.2273126 +158,-1.613778386,0.6077989518,144,-1.534031287,0.7495967835,612.86762165 +159,-2.035029014,0.6021432345,144,-1.534031287,0.7495967835,1644.8207834 +160,-2.114989471,0.6801825058,144,-1.534031287,0.7495967835,1747.6997548 +161,-2.037382079,0.5765830025,144,-1.534031287,0.7495967835,1703.2567164 +162,-2.129855121,0.6585019963,144,-1.534031287,0.7495967835,1821.6498997 +163,-2.075141798,0.6493615843,144,-1.534031287,0.7495967835,1677.1239542 +164,-1.828626729,0.6948433129,144,-1.534031287,0.7495967835,900.32396783 +165,-1.863329418,0.6735427691,144,-1.534031287,0.7495967835,1030.1787687 +166,-1.266037071,0.727988852,144,-1.534031287,0.7495967835,788.30450844 +167,-1.277579582,0.7249010648,144,-1.534031287,0.7495967835,757.36457826 +168,-1.258418684,0.7241194816,144,-1.534031287,0.7495967835,813.5435682 +169,-1.317813974,0.6804850104,144,-1.534031287,0.7495967835,701.33653006 +170,-1.344165204,0.6790988904,144,-1.534031287,0.7495967835,632.4326963 +171,-1.427582102,0.5277120351,144,-1.534031287,0.7495967835,941.14714359 +172,-1.402238616,0.457167829,144,-1.534031287,0.7495967835,1234.1644376 +173,-1.422454264,0.4996161999,144,-1.534031287,0.7495967835,1052.2399662 +174,-1.439089277,0.4894859811,144,-1.534031287,0.7495967835,1074.1939998 +175,-1.448126995,0.5182330266,144,-1.534031287,0.7495967835,956.0921056 +176,-1.474626146,0.5881926574,144,-1.534031287,0.7495967835,665.27567181 +177,-1.421139645,0.5584869783,144,-1.534031287,0.7495967835,835.37938662 +178,-1.457037165,0.565943032,144,-1.534031287,0.7495967835,766.1365368 +179,-2.757159358,0.3745319,144,-1.534031287,0.7495967835,4232.6974919 +180,-2.714309238,0.342054471,144,-1.534031287,0.7495967835,4188.8481559 +181,-2.000525337,0.774119946,144,-1.534031287,0.7495967835,1334.5512595 +183,-1.571413436,0.6777838382,144,-1.534031287,0.7495967835,305.65267355 +184,-1.552860289,0.6987663893,144,-1.534031287,0.7495967835,208.94031706 +185,-1.521852374,0.7165827476,144,-1.534031287,0.7495967835,135.59169376 +186,-1.503656267,0.6928968252,144,-1.534031287,0.7495967835,242.06709014 +187,-1.502753178,0.7136205882,144,-1.534031287,0.7495967835,169.71159165 +188,-1.631894563,0.7343596465,144,-1.534031287,0.7495967835,291.98371259 +189,-1.653765416,0.6770714026,144,-1.534031287,0.7495967835,459.23268644 +190,-1.719812114,0.6715965947,144,-1.534031287,0.7495967835,636.92952831 +191,-1.493406659,0.6646955447,144,-1.534031287,0.7495967835,357.81082636 +192,-1.469120564,0.6613469966,144,-1.534031287,0.7495967835,400.52464279 +193,-1.590551461,0.5326612937,144,-1.534031287,0.7495967835,877.61878306 +194,-1.625979264,0.5247742243,144,-1.534031287,0.7495967835,936.88172475 +195,-1.572293943,0.5238808754,144,-1.534031287,0.7495967835,902.23418528 +196,-1.610848725,0.5477107964,144,-1.534031287,0.7495967835,835.2910176 +197,-1.208485554,0.7918526018,144,-1.534031287,0.7495967835,937.88510878 +198,-1.335601374,0.6869083083,144,-1.534031287,0.7495967835,641.10837692 +199,-1.346156996,0.6825213377,144,-1.534031287,0.7495967835,620.46198289 +200,-1.324381037,0.6741422347,144,-1.534031287,0.7495967835,695.28881203 +201,-1.242424992,0.7378949807,144,-1.534031287,0.7495967835,849.90792777 +202,-1.270370057,0.7392461008,144,-1.534031287,0.7495967835,768.1654048 +203,-1.448950472,0.7441675014,144,-1.534031287,0.7495967835,248.19582904 +204,-1.492662363,0.7523026852,144,-1.534031287,0.7495967835,120.26453661 +205,-1.479098966,0.7763855017,144,-1.534031287,0.7495967835,189.69282541 +206,-1.633760714,0.7869022408,144,-1.534031287,0.7495967835,320.10360511 +207,-1.647406434,0.8101289331,144,-1.534031287,0.7495967835,399.07937816 +208,-1.564245052,0.5701509278,144,-1.534031287,0.7495967835,716.99924625 +209,-1.646289963,0.6833746083,144,-1.534031287,0.7495967835,425.51248335 +210,-1.5820631,0.6751952144,144,-1.534031287,0.7495967835,327.94736885 +211,-1.613236298,0.6681681791,144,-1.534031287,0.7495967835,400.79117879 +212,-1.914661867,0.8212566515,144,-1.534031287,0.7495967835,1099.1866289 +213,-1.742133237,0.7250275956,144,-1.534031287,0.7495967835,617.37179717 +214,-2.033144872,0.6557314699,144,-1.534031287,0.7495967835,1545.6860799 +215,-2.039551981,0.6964723658,144,-1.534031287,0.7495967835,1508.4447228 +216,-1.247341019,0.7622473908,144,-1.534031287,0.7495967835,826.45637201 +217,-1.298239787,0.7084123392,144,-1.534031287,0.7495967835,714.57496396 +218,-1.308539688,0.6926545592,144,-1.534031287,0.7495967835,706.85677503 +219,-1.303263185,0.6888938396,144,-1.534031287,0.7495967835,727.52794434 +220,-1.852400229,0.6004246149,144,-1.534031287,0.7495967835,1144.5144343 +221,-1.288947707,0.7473773692,144,-1.534031287,0.7495967835,710.53337964 +222,-1.372031502,0.7472790993,144,-1.534031287,0.7495967835,470.04450556 +223,-1.289805721,0.7242157877,144,-1.534031287,0.7495967835,722.54751327 +224,-1.350807603,0.7533498126,144,-1.534031287,0.7495967835,530.15410301 +225,-1.329290365,0.7560442322,144,-1.534031287,0.7495967835,591.88596653 +226,-1.410153004,0.616936428,144,-1.534031287,0.7495967835,648.23676981 +227,-1.393445434,0.6308995063,144,-1.534031287,0.7495967835,636.1145539 +228,-1.37595573,0.6241540638,144,-1.534031287,0.7495967835,692.93827354 +229,-1.358388707,0.6172645205,144,-1.534031287,0.7495967835,751.13862219 +230,-1.753741133,0.8281661666,144,-1.534031287,0.7495967835,686.55398684 +231,-1.47430987,0.6834615681,144,-1.534031287,0.7495967835,316.8642478 +232,-1.421012508,0.7222725206,144,-1.534031287,0.7495967835,348.90853172 +233,-1.4476833,0.6978557868,144,-1.534031287,0.7495967835,328.05865327 +234,-1.470370723,0.6966193374,144,-1.534031287,0.7495967835,282.38948997 +235,-1.429211703,0.7037216883,144,-1.534031287,0.7495967835,359.46760687 +236,-1.700578405,0.6178673663,144,-1.534031287,0.7495967835,729.6698219 +237,-1.678117619,0.6331716163,144,-1.534031287,0.7495967835,636.53105395 +238,-1.725644578,0.6316331145,144,-1.534031287,0.7495967835,747.65530926 +239,-2.14012759,0.7930497945,144,-1.534031287,0.7495967835,1716.4208601 +240,-2.103289431,0.7653606263,144,-1.534031287,0.7495967835,1628.8258894 +241,-1.318739838,0.7017808746,144,-1.534031287,0.7495967835,664.7134605 +242,-1.396417427,0.7077900843,144,-1.534031287,0.7495967835,438.85932664 +243,-1.35650337,0.7185539404,144,-1.534031287,0.7495967835,535.9965339 +244,-1.248884539,0.7274156818,144,-1.534031287,0.7495967835,838.48066266 +245,-1.395014798,0.5761185243,144,-1.534031287,0.7495967835,811.85392509 +246,-1.433377362,0.6064716109,144,-1.534031287,0.7495967835,645.98096565 +247,-1.408172432,0.5903155476,144,-1.534031287,0.7495967835,741.44607209 +248,-1.749645898,0.7757118084,144,-1.534031287,0.7495967835,625.45735467 +249,-1.571626686,0.615046989,144,-1.534031287,0.7495967835,545.28371909 +250,-1.514070049,0.6303003037,144,-1.534031287,0.7495967835,476.43795853 +251,-1.480890369,0.6237966528,144,-1.534031287,0.7495967835,524.10614734 +252,-1.704390658,0.5281680612,144,-1.534031287,0.7495967835,1029.2033543 +253,-1.64434733,0.5254277498,144,-1.534031287,0.7495967835,954.09960167 +254,-1.703855997,0.4792484842,144,-1.534031287,0.7495967835,1201.657809 +255,-1.692002383,0.5748825051,144,-1.534031287,0.7495967835,848.81019983 +256,-1.854136457,0.5544643913,144,-1.534031287,0.7495967835,1265.3137919 +257,-1.665021206,0.520317736,144,-1.534031287,0.7495967835,998.58485397 +258,-1.733654349,0.4845187345,144,-1.534031287,0.7495967835,1229.5217935 +259,-1.720938188,0.5135933906,144,-1.534031287,0.7495967835,1107.3389409 +260,-1.742668307,0.553296122,144,-1.534031287,0.7495967835,1015.9020753 +261,-1.965659039,0.7142126903,144,-1.534031287,0.7495967835,1274.8834706 +262,-1.944438071,0.6772834804,144,-1.534031287,0.7495967835,1257.6100454 +263,-1.270340967,0.7681487096,144,-1.534031287,0.7495967835,760.36140004 +264,-1.353091884,0.6549276821,144,-1.534031287,0.7495967835,662.49911229 +265,-1.333236659,0.6413584414,144,-1.534031287,0.7495967835,745.00654411 +266,-1.352015998,0.6753788907,144,-1.534031287,0.7495967835,619.10042876 +267,-1.377988483,0.6577816235,144,-1.534031287,0.7495967835,594.70343161 +268,-2.13075611,0.8318642051,144,-1.534031287,0.7495967835,1679.7398563 +269,-2.097910953,0.8259670014,144,-1.534031287,0.7495967835,1592.3877574 +270,-1.416382069,0.6694271549,144,-1.534031287,0.7495967835,474.93303819 +271,-1.538905672,0.7535625993,144,-1.534031287,0.7495967835,21.112664714 +272,-1.572309477,0.7803125099,144,-1.534031287,0.7495967835,163.59176189 +273,-1.87759879,0.7503853417,144,-1.534031287,0.7495967835,993.45891074 +274,1.152365588,0.590457682,144,-1.534031287,0.7495967835,6885.6691724 +275,0.350198001,0.718001859,144,-1.534031287,0.7495967835,5104.9273544 +276,0.046513677,0.491503852,144,-1.534031287,0.7495967835,4951.465118 +277,0.027510309,0.742571376,144,-1.534031287,0.7495967835,4303.0938805 +278,0.306285725,-0.214631579,144,-1.534031287,0.7495967835,7577.3149844 +279,-1.100564889,0.318051531,144,-1.534031287,0.7495967835,2242.1666407 +280,-1.078582306,0.301437596,144,-1.534031287,0.7495967835,2343.7012288 +281,-1.137371989,-0.617634065,144,-1.534031287,0.7495967835,5602.1553641 +282,0.784356344,0.703272339,144,-1.534031287,0.7495967835,5979.8790119 +283,-1.221209947,0.218327455,144,-1.534031287,0.7495967835,2361.4789305 +284,2.347301921,-0.449114658,144,-1.534031287,0.7495967835,9783.8608465 +285,0.246820618,0.830553713,144,-1.534031287,0.7495967835,4591.4782971 +286,0.829414965,0.703288228,144,-1.534031287,0.7495967835,6051.442809 +287,-1.337537566,0.42332223,144,-1.534031287,0.7495967835,1442.6830833 +288,0.882453706,0.454478077,144,-1.534031287,0.7495967835,6991.6583246 +289,1.575629659,0.416419109,144,-1.534031287,0.7495967835,7823.7891467 +290,-1.039455679,0.229888244,144,-1.534031287,0.7495967835,2661.9045265 +291,0.489558039,0.934482747,144,-1.534031287,0.7495967835,4772.9152351 +292,0.081344504,0.88384514,144,-1.534031287,0.7495967835,4119.9163418 +293,-1.547979814,0.300350308,144,-1.534031287,0.7495967835,1780.0855526 +294,0.040776181,0.168560074,144,-1.534031287,0.7495967835,5779.711708 +295,-1.130374745,0.563894876,144,-1.534031287,0.7495967835,1457.2231378 +296,1.578326642,0.478507176,144,-1.534031287,0.7495967835,7578.1611462 +297,-1.12861823,-0.291640865,144,-1.534031287,0.7495967835,4380.4941121 +298,0.310524208,0.770885792,144,-1.534031287,0.7495967835,4878.0856138 +299,0.415649091,-0.387246002,144,-1.534031287,0.7495967835,8332.5709093 +300,-0.926533878,-0.188022748,144,-1.534031287,0.7495967835,4314.9525112 +301,1.258856172,-0.11716081,144,-1.534031287,0.7495967835,9658.8569432 +302,-1.126050026,0.322941926,144,-1.534031287,0.7495967835,2172.029013 +303,2.002785835,0.07893892,144,-1.534031287,0.7495967835,8869.3217293 +304,0.440437607,0.746258085,144,-1.534031287,0.7495967835,5215.0888216 +305,-0.030391866,0.214441206,144,-1.534031287,0.7495967835,5452.6830626 +306,0.521557815,-0.058929362,144,-1.534031287,0.7495967835,7768.6877073 +307,-0.097005111,0.13317729,144,-1.534031287,0.7495967835,5475.9027351 +308,1.83113859,0.221857587,144,-1.534031287,0.7495967835,8511.2766756 +309,0.222428864,0.099404236,144,-1.534031287,0.7495967835,6486.8582116 +310,-1.702731345,0.8728568183,144,-1.534031287,0.7495967835,669.83452013 +311,-0.418507569,0.278324921,144,-1.534031287,0.7495967835,4163.2090296 +312,-1.41153306,0.339029988,144,-1.534031287,0.7495967835,1676.8493334 +313,0.357560442,0.114788776,144,-1.534031287,0.7495967835,6823.3174763 +314,0.325818979,0.268352149,144,-1.534031287,0.7495967835,6303.2176226 +315,-1.246004659,-0.663679965,144,-1.534031287,0.7495967835,5693.0776483 +316,1.814603087,0.637404484,144,-1.534031287,0.7495967835,6899.3813417 +317,1.843704281,-0.18300445,144,-1.534031287,0.7495967835,10056.220865 +318,1.690644492,-0.211480909,144,-1.534031287,0.7495967835,10293.369273 +319,-1.275451936,0.068109467,144,-1.534031287,0.7495967835,2848.5986559 +320,0.762430171,-0.207594741,144,-1.534031287,0.7495967835,8849.431818 +321,0.265668905,-0.014647884,144,-1.534031287,0.7495967835,6922.9197941 +322,-2.773032013,-0.335515811,144,-1.534031287,0.7495967835,6218.7581946 +323,-1.469512853,0.174058777,144,-1.534031287,0.7495967835,2290.5984266 +324,0.286276986,0.785925691,144,-1.534031287,0.7495967835,4787.3931886 +325,-1.379324697,0.377432233,144,-1.534031287,0.7495967835,1560.2745659 +326,-1.203778265,0.212813032,144,-1.534031287,0.7495967835,2408.9606973 +327,0.579916301,0.611743168,144,-1.534031287,0.7495967835,5898.3726782 +328,0.267582642,0.868113908,144,-1.534031287,0.7495967835,4541.1058005 +329,0.412869244,-0.050245578,144,-1.534031287,0.7495967835,7440.1563345 +330,0.17524381,0.976660285,144,-1.534031287,0.7495967835,4111.1539076 +331,0.743157214,0.204812899,144,-1.534031287,0.7495967835,7539.7992412 +332,-1.070758176,0.269382282,144,-1.534031287,0.7495967835,2465.0288748 +333,-1.230364251,0.329790229,144,-1.534031287,0.7495967835,1948.0342148 +334,-1.374813124,-0.024926835,144,-1.534031287,0.7495967835,3119.9585058 +335,0.519780566,0.463669906,144,-1.534031287,0.7495967835,6219.3416682 +336,-1.55108034,0.239698561,144,-1.534031287,0.7495967835,2020.5453071 +337,0.180294813,0.029739425,144,-1.534031287,0.7495967835,6556.5996448 +338,0.67820924,0.268170153,144,-1.534031287,0.7495967835,7189.2187008 +339,0.445798684,1.024001867,144,-1.534031287,0.7495967835,4458.5101922 +340,0.691751283,0.150521402,144,-1.534031287,0.7495967835,7590.4320743 +341,-1.036643551,-0.903056181,144,-1.534031287,0.7495967835,6765.0282652 +342,-0.120287036,1.083325163,144,-1.534031287,0.7495967835,3389.8765067 +343,2.823513113,-0.304487164,144,-1.534031287,0.7495967835,8056.9907296 +344,0.457583172,1.12513373,144,-1.534031287,0.7495967835,4212.130815 +345,0.042918831,0.813795399,144,-1.534031287,0.7495967835,4183.6485345 +346,1.196146777,-0.853142756,144,-1.534031287,0.7495967835,11244.093898 +347,0.206001358,-0.010430701,144,-1.534031287,0.7495967835,6739.8515461 +348,-0.268308653,0.234799412,144,-1.534031287,0.7495967835,4710.7059854 +349,0.759363263,0.736189579,144,-1.534031287,0.7495967835,5829.9902855 +350,0.181363926,0.891988372,144,-1.534031287,0.7495967835,4310.3541249 +351,-0.021111158,0.139103292,144,-1.534031287,0.7495967835,5679.9445589 +352,-0.093355215,0.630686981,144,-1.534031287,0.7495967835,4245.6368803 +353,0.40118964,0.681375926,144,-1.534031287,0.7495967835,5316.8019205 +354,-0.721197315,1.304706234,144,-1.534031287,0.7495967835,2616.2608421 +355,-1.076150317,0.212107639,144,-1.534031287,0.7495967835,2644.503233 +356,-1.577164531,0.273993443,144,-1.534031287,0.7495967835,1889.5267346 +357,-0.190788414,0.182208586,144,-1.534031287,0.7495967835,5073.6383267 +358,-0.261349752,0.209710184,144,-1.534031287,0.7495967835,4796.6131278 +359,-1.029303852,0.083549259,144,-1.534031287,0.7495967835,3176.4657933 +360,-1.268609162,0.330525297,144,-1.534031287,0.7495967835,1882.0825877 +361,1.282982244,-0.926641967,144,-1.534031287,0.7495967835,11339.959042 +362,0.217352334,0.731352408,144,-1.534031287,0.7495967835,4775.0657692 +363,-1.511833084,0.258629297,144,-1.534031287,0.7495967835,1946.1863444 +364,0.338812194,0.823184618,144,-1.534031287,0.7495967835,4798.8195611 +365,-0.324406489,1.134201999,144,-1.534031287,0.7495967835,2999.0217182 +366,1.389579348,0.399185724,144,-1.534031287,0.7495967835,7824.4925883 +367,2.047152199,-0.039082036,144,-1.534031287,0.7495967835,9229.9194307 +368,0.947780369,0.568250077,144,-1.534031287,0.7495967835,6701.5172193 +369,0.763824846,0.576754987,144,-1.534031287,0.7495967835,6365.6463805 +370,-0.142334657,0.928153068,144,-1.534031287,0.7495967835,3554.9649469 +371,0.610266567,0.547265983,144,-1.534031287,0.7495967835,6160.9347156 +372,0.210731629,0.746815056,144,-1.534031287,0.7495967835,4721.2512669 +373,-1.34931644,0.316895224,144,-1.534031287,0.7495967835,1822.4877242 +374,2.407696481,0.655030745,144,-1.534031287,0.7495967835,6179.5275092 +375,0.64207831,0.545359131,144,-1.534031287,0.7495967835,6232.438101 +376,1.174597538,0.840588356,144,-1.534031287,0.7495967835,5966.503844 +377,0.660059424,0.010604079,144,-1.534031287,0.7495967835,7938.8359188 +378,-0.730263819,0.010486456,144,-1.534031287,0.7495967835,4078.5355606 +379,0.831068936,0.512339172,144,-1.534031287,0.7495967835,6702.8327561 +380,1.301180979,0.72367476,144,-1.534031287,0.7495967835,6506.6748268 +381,1.811128231,0.322854402,144,-1.534031287,0.7495967835,8131.5171873 +382,0.435105812,0.992284428,144,-1.534031287,0.7495967835,4525.8344757 +383,0.62643634,0.592027932,144,-1.534031287,0.7495967835,6053.6995621 +384,0.492988703,-0.516339467,144,-1.534031287,0.7495967835,8854.7549859 +385,-0.162469483,0.112549365,144,-1.534031287,0.7495967835,5341.3843698 +386,0.314630866,0.472006421,144,-1.534031287,0.7495967835,5701.6867242 +387,0.166744804,0.822815954,144,-1.534031287,0.7495967835,4439.5870244 +388,0.417159608,0.965805736,144,-1.534031287,0.7495967835,4566.6281014 +389,0.106334961,0.868774244,144,-1.534031287,0.7495967835,4205.4574461 +390,0.815086969,-0.338144359,144,-1.534031287,0.7495967835,9353.7798429 +391,0.59867455,-0.230624824,144,-1.534031287,0.7495967835,8459.873567 +392,1.915104874,0.066220985,144,-1.534031287,0.7495967835,9029.9056713 +393,1.278093622,0.064463721,144,-1.534031287,0.7495967835,9010.43066 +394,-0.061477853,0.302997961,144,-1.534031287,0.7495967835,5131.5030687 +395,0.251311504,0.626976942,144,-1.534031287,0.7495967835,5124.4220658 +396,2.950242872,0.149095644,144,-1.534031287,0.7495967835,6469.575197 +397,-0.180294708,0.35375117,144,-1.534031287,0.7495967835,4661.2050124 +398,1.010448592,-0.351180233,144,-1.534031287,0.7495967835,9913.1475486 +399,-1.748740498,0.3686318073,144,-1.534031287,0.7495967835,1668.0891395 +400,2.699635665,0.123533791,144,-1.534031287,0.7495967835,7225.4543363 +401,0.496808033,0.823843254,144,-1.534031287,0.7495967835,5101.324469 +402,0.129574704,0.763364087,144,-1.534031287,0.7495967835,4496.1447329 +403,1.798920311,0.817447563,144,-1.534031287,0.7495967835,6200.5825513 +404,0.335987953,0.746786541,144,-1.534031287,0.7495967835,4996.4205641 +405,-1.085413643,0.292154671,144,-1.534031287,0.7495967835,2359.0823708 +406,-0.155321003,0.508207011,144,-1.534031287,0.7495967835,4356.9647243 +407,0.620529244,-0.301175104,144,-1.534031287,0.7495967835,8708.7679038 +408,1.684402744,0.368716966,144,-1.534031287,0.7495967835,8005.3391729 +409,0.300582244,-0.386397212,144,-1.534031287,0.7495967835,7998.2235793 +410,2.913555946,-0.009225192,144,-1.534031287,0.7495967835,7010.7941605 +411,1.465101417,0.493232532,144,-1.534031287,0.7495967835,7493.7068617 +412,0.090612882,0.907955955,144,-1.534031287,0.7495967835,4089.0354449 +413,2.987564726,-0.729568594,144,-1.534031287,0.7495967835,8564.9390429 +414,-1.484261606,0.224149272,144,-1.534031287,0.7495967835,2088.265237 +415,0.164073421,0.303955133,144,-1.534031287,0.7495967835,5764.4017269 +416,0.141441293,0.167552546,144,-1.534031287,0.7495967835,6070.501443 +417,2.931321023,-0.506718887,144,-1.534031287,0.7495967835,8237.4212943 +418,2.21951565,0.700596356,144,-1.534031287,0.7495967835,6296.2638724 +419,0.268112576,1.199114336,144,-1.534031287,0.7495967835,3800.8844145 +420,0.978913739,0.359223811,144,-1.534031287,0.7495967835,7490.0651994 +421,1.210898818,0.522863584,144,-1.534031287,0.7495967835,7201.0850825 +422,2.347397336,0.129231362,144,-1.534031287,0.7495967835,8063.2404923 +423,0.614394501,0.556878345,144,-1.534031287,0.7495967835,6139.4359624 +424,-1.398079356,0.148483366,144,-1.534031287,0.7495967835,2427.3975123 +425,2.535303836,-0.112984496,144,-1.534031287,0.7495967835,8355.3217875 +426,-1.019372593,-0.405322349,144,-1.534031287,0.7495967835,4944.8423672 +427,-1.297785627,-0.160104069,144,-1.534031287,0.7495967835,3703.0813749 +428,2.144554488,0.205051084,144,-1.534031287,0.7495967835,8191.6249542 +429,-2.242387083,-0.426171285,144,-1.534031287,0.7495967835,5325.0446814 +430,0.338637212,0.909723676,144,-1.534031287,0.7495967835,4573.7461175 +431,-0.148798452,0.691042401,144,-1.534031287,0.7495967835,3970.3553885 +432,0.893524764,0.441829531,144,-1.534031287,0.7495967835,7054.725507 +433,0.969229347,-0.368847936,144,-1.534031287,0.7495967835,9855.2643511 +434,0.436043248,0.800045688,144,-1.534031287,0.7495967835,5054.2284187 +435,1.687946607,1.081504775,144,-1.534031287,0.7495967835,5186.3008287 +436,0.522302046,-0.034889271,144,-1.534031287,0.7495967835,7702.5396078 +437,-0.178996113,-0.438090009,144,-1.534031287,0.7495967835,6806.8104415 +438,-1.094339566,0.301444068,144,-1.534031287,0.7495967835,2309.6128705 +439,-1.064070054,0.242569932,144,-1.534031287,0.7495967835,2567.5974933 +440,-1.068153768,0.230387998,144,-1.534031287,0.7495967835,2599.5343636 +441,-3.00496892,-0.23989155,144,-1.534031287,0.7495967835,6582.8885952 +442,0.21751974,0.766874888,144,-1.534031287,0.7495967835,4686.402619 +443,0.117229532,0.007619006,144,-1.534031287,0.7495967835,6434.4972064 +444,0.777758451,0.420554741,144,-1.534031287,0.7495967835,6910.1077566 +445,-0.252356999,0.250747086,144,-1.534031287,0.7495967835,4715.4465033 +446,0.363148444,0.768483434,144,-1.534031287,0.7495967835,4994.9367023 +447,0.903191366,-0.118210676,144,-1.534031287,0.7495967835,8943.193862 +448,-0.205755923,0.149406178,144,-1.534031287,0.7495967835,5117.4338956 +449,1.811996086,0.02364353,144,-1.534031287,0.7495967835,9295.5650071 +450,-1.100670221,0.314845373,144,-1.534031287,0.7495967835,2252.3564863 +451,0.340078597,0.850105132,144,-1.534031287,0.7495967835,4730.6614906 +452,0.258757267,0.804969236,144,-1.534031287,0.7495967835,4680.4491687 +453,2.78505352,-0.155160804,144,-1.534031287,0.7495967835,7776.3775073 +454,0.800551619,0.105822106,144,-1.534031287,0.7495967835,7989.0209995 +455,0.437940882,-0.506194031,144,-1.534031287,0.7495967835,8674.3572169 +456,2.230431122,0.63458615,144,-1.534031287,0.7495967835,6518.6252733 +457,0.527965361,0.127667701,144,-1.534031287,0.7495967835,7246.1131719 +458,-0.063643205,0.702093448,144,-1.534031287,0.7495967835,4166.0270716 +459,1.408447268,0.133010502,144,-1.534031287,0.7495967835,8874.8806852 +460,0.523795955,0.280266966,144,-1.534031287,0.7495967835,6781.203555 +461,-0.975769313,0.072177659,144,-1.534031287,0.7495967835,3322.500079 +462,0.549774164,-0.463663986,144,-1.534031287,0.7495967835,8901.3761838 +463,0.29245874,1.095549818,144,-1.534031287,0.7495967835,4050.5987839 +464,0.143625958,0.816809593,144,-1.534031287,0.7495967835,4403.0223634 +465,0.671902494,0.611159853,144,-1.534031287,0.7495967835,6082.0278248 +466,1.239840988,0.6724199,144,-1.534031287,0.7495967835,6658.3217231 +467,0.607829703,-0.10932137,144,-1.534031287,0.7495967835,8149.3421565 +468,1.763020906,0.263996692,144,-1.534031287,0.7495967835,8389.3593287 +469,0.378714634,0.726066797,144,-1.534031287,0.7495967835,5143.8473136 +470,2.196736143,-0.153862366,144,-1.534031287,0.7495967835,9325.4896045 +471,0.01702415,0.148991565,144,-1.534031287,0.7495967835,5763.6929144 +472,-2.998490902,-0.158002487,144,-1.534031287,0.7495967835,6342.6993508 +473,-3.051262951,-0.346595608,144,-1.534031287,0.7495967835,6997.6551765 +474,-1.069176439,0.182802941,144,-1.534031287,0.7495967835,2757.8635054 +475,0.167157509,0.595344954,144,-1.534031287,0.7495967835,5001.3462343 +476,0.613855648,0.681746124,144,-1.534031287,0.7495967835,5748.3948523 +477,1.037012736,0.682555367,144,-1.534031287,0.7495967835,6413.0595997 +478,-1.253574971,0.379755746,144,-1.534031287,0.7495967835,1732.8417826 +479,3.108590453,-0.132620738,144,-1.534031287,0.7495967835,6780.9853182 +480,0.565301296,0.022333262,144,-1.534031287,0.7495967835,7654.3429426 +481,0.547898238,0.855555614,144,-1.534031287,0.7495967835,5099.6291713 +482,0.948309381,0.417393755,144,-1.534031287,0.7495967835,7233.8666367 +483,-0.050600732,0.945269213,144,-1.534031287,0.7495967835,3723.6234682 +484,-0.977651478,-0.572363064,144,-1.534031287,0.7495967835,5611.6118744 +485,1.102014914,0.728861163,144,-1.534031287,0.7495967835,6316.6350183 +486,2.927300795,-0.282939414,144,-1.534031287,0.7495967835,7701.1483119 +487,-1.154565557,0.124434095,144,-1.534031287,0.7495967835,2807.2095931 +488,1.855331234,0.291044755,144,-1.534031287,0.7495967835,8224.2509249 +489,0.830290659,0.276904518,144,-1.534031287,0.7495967835,7493.8600002 +490,0.485104466,-0.234867441,144,-1.534031287,0.7495967835,8147.1428825 +491,0.521367572,-0.33161327,144,-1.534031287,0.7495967835,8501.3966627 +1,-1.539031704,0.7349710123,145,-1.527714986,0.7283095957,42.528433825 +2,-1.536990553,0.7349663874,145,-1.527714986,0.7283095957,37.981550167 +3,-1.534951779,0.7349571355,145,-1.527714986,0.7283095957,33.885713317 +4,-1.532906461,0.7349480293,145,-1.527714986,0.7283095957,30.422613848 +5,-1.531320211,0.7346937278,145,-1.527714986,0.7283095957,27.429761468 +6,-1.539451648,0.7335131775,145,-1.527714986,0.7283095957,40.285836721 +7,-1.537429487,0.7335445708,145,-1.527714986,0.7283095957,35.366316781 +8,-1.535484998,0.7335658704,145,-1.527714986,0.7283095957,30.960753181 +9,-1.533488396,0.7336036027,145,-1.527714986,0.7283095957,27.011449039 +10,-1.531497785,0.7335842962,145,-1.527714986,0.7283095957,23.684931317 +11,-1.530259379,0.7334777758,145,-1.527714986,0.7283095957,21.803204344 +12,-1.5335454,0.7322346912,145,-1.527714986,0.7283095957,23.18903473 +13,-1.531489083,0.7322238773,145,-1.527714986,0.7283095957,19.089866514 +14,-1.530011122,0.7321679851,145,-1.527714986,0.7283095957,16.717814041 +15,-1.53348106,0.7306614094,145,-1.527714986,0.7283095957,19.408848156 +16,-1.531441779,0.7306962275,145,-1.527714986,0.7283095957,14.507861915 +17,-1.529755654,0.7306933243,145,-1.527714986,0.7283095957,11.201024493 +18,-1.533415048,0.7291384674,145,-1.527714986,0.7283095957,17.160686906 +19,-1.531392093,0.7291705353,145,-1.527714986,0.7283095957,11.388280259 +20,-1.529296523,0.7291214933,145,-1.527714986,0.7283095957,5.6730606554 +21,-1.535280942,0.727267644,145,-1.527714986,0.7283095957,22.753497993 +22,-1.533378158,0.7276139666,145,-1.527714986,0.7283095957,16.971235599 +23,-1.531340368,0.7276446587,145,-1.527714986,0.7283095957,11.038963594 +24,-1.528960113,0.7276398177,145,-1.527714986,0.7283095957,4.5380754103 +25,-1.533313146,0.7260818349,145,-1.527714986,0.7283095957,18.768824457 +26,-1.531259555,0.7260958115,145,-1.527714986,0.7283095957,13.67109037 +27,-1.528926415,0.7260865555,145,-1.527714986,0.7283095957,9.5071477925 +28,-1.531226779,0.7245511789,145,-1.527714986,0.7283095957,18.159169362 +29,-1.528904772,0.7245519194,145,-1.527714986,0.7283095957,15.295412363 +30,-1.547195875,0.7409785979,145,-1.527714986,0.7283095957,76.136962891 +31,-1.5451475,0.740980426,145,-1.527714986,0.7283095957,71.724033787 +32,-1.543097679,0.7409798872,145,-1.527714986,0.7283095957,67.550065005 +33,-1.540720364,0.7409892687,145,-1.527714986,0.7283095957,63.116523631 +34,-1.547188511,0.7395198392,145,-1.527714986,0.7283095957,72.471918695 +35,-1.545148587,0.7395226109,145,-1.527714986,0.7283095957,67.83706215 +36,-1.543104538,0.7395314908,145,-1.527714986,0.7283095957,63.439662046 +37,-1.540727751,0.7395306258,145,-1.527714986,0.7283095957,58.654249606 +38,-1.547187029,0.7380014886,145,-1.527714986,0.7283095957,68.980192729 +39,-1.545147315,0.7380012252,145,-1.527714986,0.7283095957,64.079052758 +40,-1.54310719,0.7380060743,145,-1.527714986,0.7283095957,59.392718301 +41,-1.540719671,0.7380068206,145,-1.527714986,0.7283095957,54.225618513 +42,-1.547187189,0.7364799098,145,-1.527714986,0.7283095957,65.851542282 +43,-1.545149996,0.7364853874,145,-1.527714986,0.7283095957,60.709250053 +44,-1.543106091,0.7364823484,145,-1.527714986,0.7283095957,55.703163763 +45,-1.540717158,0.7364893901,145,-1.527714986,0.7283095957,50.162261268 +46,-1.538663972,0.7410138672,145,-1.527714986,0.7283095957,59.731981483 +47,-1.53695285,0.7409699132,145,-1.527714986,0.7283095957,57.026650874 +48,-1.534910498,0.7409641297,145,-1.527714986,0.7283095957,54.40390414 +49,-1.533145034,0.7409536636,145,-1.527714986,0.7283095957,52.564828524 +50,-1.538681336,0.7395405883,145,-1.527714986,0.7283095957,54.948391167 +51,-1.536999189,0.7395183096,145,-1.527714986,0.7283095957,52.123138345 +52,-1.534923633,0.7395144222,145,-1.527714986,0.7283095957,49.186638422 +53,-1.533267822,0.7395654306,145,-1.527714986,0.7283095957,47.48148965 +54,-1.53867273,0.7380151077,145,-1.527714986,0.7283095957,50.180042284 +55,-1.536980576,0.7379994392,145,-1.527714986,0.7283095957,47.083319873 +56,-1.534931522,0.7379944961,145,-1.527714986,0.7283095957,43.849470541 +57,-1.533387952,0.7379480264,145,-1.527714986,0.7283095957,41.669498595 +58,-1.538682279,0.7364914363,145,-1.527714986,0.7283095957,45.756735985 +59,-1.536980704,0.7364810563,145,-1.527714986,0.7283095957,42.336482571 +60,-1.534935567,0.7364752065,145,-1.527714986,0.7283095957,38.70919979 +61,-1.533042592,0.7363876366,145,-1.527714986,0.7283095957,35.637782695 +62,-1.545143426,0.7349628011,145,-1.527714986,0.7283095957,57.732190733 +63,-1.543105297,0.7349691947,145,-1.527714986,0.7283095957,52.471988635 +64,-1.541064533,0.7349647152,145,-1.527714986,0.7283095957,47.359422824 +65,-1.545411803,0.7334624714,145,-1.527714986,0.7283095957,56.041588389 +66,-1.543446606,0.7334780896,145,-1.527714986,0.7283095957,50.712433463 +67,-1.541475327,0.7334957295,145,-1.527714986,0.7283095957,45.485334978 +68,-1.545401939,0.731963266,145,-1.527714986,0.7283095957,54.167750157 +69,-1.54342253,0.7319915583,145,-1.527714986,0.7283095957,48.596464388 +70,-1.541455867,0.7320216438,145,-1.527714986,0.7283095957,43.135166087 +71,-1.545410146,0.7304422281,145,-1.527714986,0.7283095957,52.936829842 +72,-1.543435491,0.7304713664,145,-1.527714986,0.7283095957,47.209312789 +73,-1.541463105,0.7304997613,145,-1.527714986,0.7283095957,41.517366602 +74,-1.545414768,0.7289194936,145,-1.527714986,0.7283095957,52.363485334 +75,-1.543435774,0.7289538557,145,-1.527714986,0.7283095957,46.52863578 +76,-1.541457714,0.7289765881,145,-1.527714986,0.7283095957,40.698446856 +77,-1.539449415,0.7320555866,145,-1.527714986,0.7283095957,37.674864399 +78,-1.537429183,0.7321097681,145,-1.527714986,0.7283095957,32.378856494 +79,-1.535472649,0.7321497267,145,-1.527714986,0.7283095957,27.485585866 +80,-1.539457899,0.7305333307,145,-1.527714986,0.7283095957,35.779771197 +81,-1.537453161,0.7305750503,145,-1.527714986,0.7283095957,30.125322764 +82,-1.535479385,0.7306124949,145,-1.527714986,0.7283095957,24.676539192 +83,-1.53946905,0.7290102593,145,-1.527714986,0.7283095957,34.845898024 +84,-1.537459922,0.7290417293,145,-1.527714986,0.7283095957,28.94316296 +85,-1.535451349,0.7290890157,145,-1.527714986,0.7283095957,23.068977595 +86,-1.535522937,0.7279887191,145,-1.527714986,0.7283095957,23.119297723 +87,-1.539442524,0.7274735939,145,-1.527714986,0.7283095957,34.838299271 +88,-1.537424111,0.727521351,145,-1.527714986,0.7283095957,28.880414795 +89,-1.539384641,0.7259505092,145,-1.527714986,0.7283095957,35.774709043 +90,-1.537372391,0.7259947145,145,-1.527714986,0.7283095957,30.01257176 +91,-1.535340789,0.7260435356,145,-1.527714986,0.7283095957,24.284985054 +92,-1.539325716,0.7244369706,145,-1.527714986,0.7283095957,37.648190389 +93,-1.537308932,0.7244801057,145,-1.527714986,0.7283095957,32.204855199 +94,-1.535289068,0.7245247645,145,-1.527714986,0.7283095957,26.976654249 +95,-1.533261366,0.7245550236,145,-1.527714986,0.7283095957,22.155984688 +96,-1.539267302,0.722921924,145,-1.527714986,0.7283095957,40.338727271 +97,-1.537248972,0.7229660258,145,-1.527714986,0.7283095957,35.299759727 +98,-1.535219431,0.7229916471,145,-1.527714986,0.7283095957,30.629414314 +99,-1.53318962,0.7230212049,145,-1.527714986,0.7283095957,26.493958675 +100,-1.531154816,0.7230299897,145,-1.527714986,0.7283095957,23.26407401 +101,-1.528878341,0.7230370244,145,-1.527714986,0.7283095957,21.16721408 +102,-1.539218189,0.7214009878,145,-1.527714986,0.7283095957,43.729341787 +103,-1.537198791,0.7214422745,145,-1.527714986,0.7283095957,39.123931584 +104,-1.535179266,0.7214634354,145,-1.527714986,0.7283095957,35.002867316 +105,-1.533156501,0.7214944644,145,-1.527714986,0.7283095957,31.448882057 +106,-1.53113574,0.7215166021,145,-1.527714986,0.7283095957,28.755195769 +107,-1.528874248,0.7215345535,145,-1.527714986,0.7283095957,27.055168443 +108,-1.539217656,0.7198512397,145,-1.527714986,0.7283095957,47.826572936 +109,-1.537199919,0.7199428763,145,-1.527714986,0.7283095957,43.47750908 +110,-1.545425832,0.727397149,145,-1.527714986,0.7283095957,52.500515073 +111,-1.543371177,0.7273916949,145,-1.527714986,0.7283095957,46.442474747 +112,-1.541368852,0.7274523163,145,-1.527714986,0.7283095957,40.519968518 +113,-1.545349067,0.7258710923,145,-1.527714986,0.7283095957,53.070719728 +114,-1.54332671,0.7258603556,145,-1.527714986,0.7283095957,47.207497561 +115,-1.541346831,0.7259242142,145,-1.527714986,0.7283095957,41.431475333 +116,-1.545324355,0.7243383958,145,-1.527714986,0.7283095957,54.46747172 +117,-1.543292796,0.7243617413,145,-1.527714986,0.7283095957,48.708562518 +118,-1.541295822,0.7244024384,145,-1.527714986,0.7283095957,43.090998874 +119,-1.543193859,0.7205570215,145,-1.527714986,0.7283095957,55.236775764 +120,-1.550257047,0.7386738187,145,-1.527714986,0.7283095957,78.00294927 +121,-1.549335448,0.7311736483,145,-1.527714986,0.7283095957,64.830151184 +122,-1.533478843,0.7179891343,145,-1.527714986,0.7283095957,44.318096728 +123,-1.556150555,0.738907041,145,-1.527714986,0.7283095957,93.597875139 +124,-1.554324226,0.733414257,145,-1.527714986,0.7283095957,81.041723123 +125,-1.554290846,0.7288285332,145,-1.527714986,0.7283095957,78.56849633 +126,-1.55122487,0.7219795312,145,-1.527714986,0.7283095957,74.06538353 +127,-1.525104458,0.7229399862,145,-1.527714986,0.7283095957,22.632004571 +128,-1.519607711,0.7236181429,145,-1.527714986,0.7283095957,30.36582932 +129,-1.513899999,0.7251107854,145,-1.527714986,0.7283095957,42.814250209 +130,-1.536620762,0.7431061895,145,-1.527714986,0.7283095957,64.178875185 +131,-1.5369566,0.7460845958,145,-1.527714986,0.7283095957,75.4422624 +132,-1.545345528,0.7447040685,145,-1.527714986,0.7283095957,83.025668393 +133,-1.532813921,0.7432306626,145,-1.527714986,0.7283095957,60.969176136 +134,-1.554788248,0.7382381001,145,-1.527714986,0.7283095957,88.850928066 +135,-1.540348126,0.7301594274,145,-1.527714986,0.7283095957,38.026435815 +136,-1.538016084,0.7239051786,145,-1.527714986,0.7283095957,35.146240502 +137,-1.525288962,0.7258085137,145,-1.527714986,0.7283095957,12.234798435 +138,-1.534326986,0.731241342,145,-1.527714986,0.7283095957,22.713162882 +139,-1.530733872,0.7303625216,145,-1.527714986,0.7283095957,12.067208014 +141,-1.534354939,0.7328219978,145,-1.527714986,0.7283095957,26.517627282 +142,-1.53157084,0.7292888153,145,-1.527714986,0.7283095957,12.035420768 +143,-1.525691035,0.7263799874,145,-1.527714986,0.7283095957,9.7095813951 +144,-1.534031287,0.7495967835,145,-1.527714986,0.7283095957,86.322502616 +145,-1.527714986,0.7283095957,145,-1.527714986,0.7283095957,0 +146,-1.526189586,0.7271468292,145,-1.527714986,0.7283095957,6.4472360626 +147,-1.555177336,0.7375563366,145,-1.527714986,0.7283095957,88.753478672 +148,-1.555080283,0.7312707794,145,-1.527714986,0.7283095957,81.633370522 +149,-1.53856994,0.7224180299,145,-1.527714986,0.7283095957,39.744740712 +150,-1.530837883,0.729933372,145,-1.527714986,0.7283095957,11.245730172 +151,-1.515066984,0.5854133365,145,-1.527714986,0.7283095957,567.39423425 +152,-1.534731633,0.5368370046,145,-1.527714986,0.7283095957,758.7514547 +153,-1.515231902,0.5607085576,145,-1.527714986,0.7283095957,665.03594052 +154,-2.616253799,1.0684566605,145,-1.527714986,0.7283095957,2862.5858769 +155,-1.956071439,0.5792177723,145,-1.527714986,0.7283095957,1463.9400673 +156,-1.951208514,0.5602434208,145,-1.527714986,0.7283095957,1490.2094382 +157,-1.944675062,0.6062144545,145,-1.527714986,0.7283095957,1378.9788809 +158,-1.613778386,0.6077989518,145,-1.527714986,0.7283095957,546.99859526 +159,-2.035029014,0.6021432345,145,-1.527714986,0.7283095957,1648.9938204 +160,-2.114989471,0.6801825058,145,-1.527714986,0.7283095957,1771.6566552 +161,-2.037382079,0.5765830025,145,-1.527714986,0.7283095957,1702.9398405 +162,-2.129855121,0.6585019963,145,-1.527714986,0.7283095957,1842.4681921 +163,-2.075141798,0.6493615843,145,-1.527714986,0.7283095957,1693.1593057 +164,-1.828626729,0.6948433129,145,-1.527714986,0.7283095957,910.7771726 +165,-1.863329418,0.6735427691,145,-1.527714986,0.7283095957,1036.5240113 +166,-1.266037071,0.727988852,145,-1.527714986,0.7283095957,772.67594971 +167,-1.277579582,0.7249010648,145,-1.527714986,0.7283095957,739.81455115 +168,-1.258418684,0.7241194816,145,-1.527714986,0.7283095957,796.65601697 +169,-1.317813974,0.6804850104,145,-1.527714986,0.7283095957,660.60504623 +170,-1.344165204,0.6790988904,145,-1.527714986,0.7283095957,587.1303884 +171,-1.427582102,0.5277120351,145,-1.527714986,0.7283095957,856.40026413 +172,-1.402238616,0.457167829,145,-1.527714986,0.7283095957,1149.284258 +173,-1.422454264,0.4996161999,145,-1.527714986,0.7283095957,967.16710357 +174,-1.439089277,0.4894859811,145,-1.527714986,0.7283095957,988.33572904 +175,-1.448126995,0.5182330266,145,-1.527714986,0.7283095957,870.23375337 +176,-1.474626146,0.5881926574,145,-1.527714986,0.7283095957,579.28520148 +177,-1.421139645,0.5584869783,145,-1.527714986,0.7283095957,752.1797026 +178,-1.457037165,0.565943032,145,-1.527714986,0.7283095957,680.58995532 +179,-2.757159358,0.3745319,145,-1.527714986,0.7283095957,4256.7866749 +180,-2.714309238,0.342054471,145,-1.527714986,0.7283095957,4208.1373139 +181,-2.000525337,0.774119946,145,-1.527714986,0.7283095957,1374.3506538 +183,-1.571413436,0.6777838382,145,-1.527714986,0.7283095957,239.74209341 +184,-1.552860289,0.6987663893,145,-1.527714986,0.7283095957,139.15070021 +185,-1.521852374,0.7165827476,145,-1.527714986,0.7283095957,49.609255668 +186,-1.503656267,0.6928968252,145,-1.527714986,0.7283095957,157.76957783 +187,-1.502753178,0.7136205882,145,-1.527714986,0.7283095957,94.345053571 +188,-1.631894563,0.7343596465,145,-1.527714986,0.7283095957,308.00272937 +189,-1.653765416,0.6770714026,145,-1.527714986,0.7283095957,431.4825495 +190,-1.719812114,0.6715965947,145,-1.527714986,0.7283095957,623.26344805 +191,-1.493406659,0.6646955447,145,-1.527714986,0.7283095957,272.66562719 +192,-1.469120564,0.6613469966,145,-1.527714986,0.7283095957,319.52594686 +193,-1.590551461,0.5326612937,145,-1.527714986,0.7283095957,800.40332877 +194,-1.625979264,0.5247742243,145,-1.527714986,0.7283095957,865.13765286 +195,-1.572293943,0.5238808754,145,-1.527714986,0.7283095957,822.17440073 +196,-1.610848725,0.5477107964,145,-1.527714986,0.7283095957,762.34990999 +197,-1.208485554,0.7918526018,145,-1.527714986,0.7283095957,948.05266595 +198,-1.335601374,0.6869083083,145,-1.527714986,0.7283095957,600.58301998 +199,-1.346156996,0.6825213377,145,-1.527714986,0.7283095957,576.33275581 +200,-1.324381037,0.6741422347,145,-1.527714986,0.7283095957,651.06246254 +201,-1.242424992,0.7378949807,145,-1.527714986,0.7283095957,839.29806097 +202,-1.270370057,0.7392461008,145,-1.527714986,0.7283095957,757.30213743 +203,-1.448950472,0.7441675014,145,-1.527714986,0.7283095957,239.52896585 +204,-1.492662363,0.7523026852,145,-1.527714986,0.7283095957,139.77316932 +205,-1.479098966,0.7763855017,145,-1.527714986,0.7283095957,236.67145198 +206,-1.633760714,0.7869022408,145,-1.527714986,0.7283095957,383.20385145 +207,-1.647406434,0.8101289331,145,-1.527714986,0.7283095957,469.82803567 +208,-1.564245052,0.5701509278,145,-1.527714986,0.7283095957,636.92093298 +209,-1.646289963,0.6833746083,145,-1.527714986,0.7283095957,399.15084325 +210,-1.5820631,0.6751952144,145,-1.527714986,0.7283095957,266.96262152 +211,-1.613236298,0.6681681791,145,-1.527714986,0.7283095957,352.12997435 +212,-1.914661867,0.8212566515,145,-1.527714986,0.7283095957,1150.8044275 +213,-1.742133237,0.7250275956,145,-1.527714986,0.7283095957,634.36218462 +214,-2.033144872,0.6557314699,145,-1.527714986,0.7283095957,1560.3589781 +215,-2.039551981,0.6964723658,145,-1.527714986,0.7283095957,1532.062512 +216,-1.247341019,0.7622473908,145,-1.527714986,0.7283095957,825.79182188 +217,-1.298239787,0.7084123392,145,-1.527714986,0.7283095957,688.17475229 +218,-1.308539688,0.6926545592,145,-1.527714986,0.7283095957,672.42592111 +219,-1.303263185,0.6888938396,145,-1.527714986,0.7283095957,692.13091462 +220,-1.852400229,0.6004246149,145,-1.527714986,0.7283095957,1128.899442 +221,-1.288947707,0.7473773692,145,-1.527714986,0.7283095957,703.06291307 +222,-1.372031502,0.7472790993,145,-1.527714986,0.7283095957,462.21729491 +223,-1.289805721,0.7242157877,145,-1.527714986,0.7283095957,704.01547466 +224,-1.350807603,0.7533498126,145,-1.527714986,0.7283095957,526.15304124 +225,-1.329290365,0.7560442322,145,-1.527714986,0.7283095957,589.08532825 +226,-1.410153004,0.616936428,145,-1.527714986,0.7283095957,571.6846224 +227,-1.393445434,0.6308995063,145,-1.527714986,0.7283095957,565.24387365 +228,-1.37595573,0.6241540638,145,-1.527714986,0.7283095957,623.90938323 +229,-1.358388707,0.6172645205,145,-1.527714986,0.7283095957,683.76896935 +230,-1.753741133,0.8281661666,145,-1.527714986,0.7283095957,748.85174262 +231,-1.47430987,0.6834615681,145,-1.527714986,0.7283095957,239.70356404 +232,-1.421012508,0.7222725206,145,-1.527714986,0.7283095957,317.10582206 +233,-1.4476833,0.6978557868,145,-1.527714986,0.7283095957,268.34968104 +234,-1.470370723,0.6966193374,145,-1.527714986,0.7283095957,212.81692921 +235,-1.429211703,0.7037216883,145,-1.527714986,0.7283095957,309.97784336 +236,-1.700578405,0.6178673663,145,-1.527714986,0.7283095957,690.56141209 +237,-1.678117619,0.6331716163,145,-1.527714986,0.7283095957,596.40488062 +238,-1.725644578,0.6316331145,145,-1.527714986,0.7283095957,718.99266418 +239,-2.14012759,0.7930497945,145,-1.527714986,0.7283095957,1761.484023 +240,-2.103289431,0.7653606263,145,-1.527714986,0.7283095957,1668.3464797 +241,-1.318739838,0.7017808746,145,-1.527714986,0.7283095957,633.23396718 +242,-1.396417427,0.7077900843,145,-1.527714986,0.7283095957,399.86242283 +243,-1.35650337,0.7185539404,145,-1.527714986,0.7283095957,509.50218886 +244,-1.248884539,0.7274156818,145,-1.527714986,0.7283095957,823.39892478 +245,-1.395014798,0.5761185243,145,-1.527714986,0.7283095957,732.72401694 +246,-1.433377362,0.6064716109,145,-1.527714986,0.7283095957,564.54687939 +247,-1.408172432,0.5903155476,145,-1.527714986,0.7283095957,661.93290404 +248,-1.749645898,0.7757118084,145,-1.527714986,0.7283095957,668.09072775 +249,-1.571626686,0.615046989,145,-1.527714986,0.7283095957,468.77553511 +250,-1.514070049,0.6303003037,145,-1.527714986,0.7283095957,390.48009141 +251,-1.480890369,0.6237966528,145,-1.527714986,0.7283095957,438.46335505 +252,-1.704390658,0.5281680612,145,-1.527714986,0.7283095957,972.61707351 +253,-1.64434733,0.5254277498,145,-1.527714986,0.7283095957,885.71261236 +254,-1.703855997,0.4792484842,145,-1.527714986,0.7283095957,1139.59617 +255,-1.692002383,0.5748825051,145,-1.527714986,0.7283095957,797.10923099 +256,-1.854136457,0.5544643913,145,-1.527714986,0.7283095957,1239.6765348 +257,-1.665021206,0.520317736,145,-1.527714986,0.7283095957,933.57324527 +258,-1.733654349,0.4845187345,145,-1.527714986,0.7283095957,1172.941178 +259,-1.720938188,0.5135933906,145,-1.527714986,0.7283095957,1051.9634578 +260,-1.742668307,0.553296122,145,-1.527714986,0.7283095957,970.86388434 +261,-1.965659039,0.7142126903,145,-1.527714986,0.7283095957,1299.2915429 +262,-1.944438071,0.6772834804,145,-1.527714986,0.7283095957,1271.3935548 +263,-1.270340967,0.7681487096,145,-1.527714986,0.7283095957,762.52796037 +264,-1.353091884,0.6549276821,145,-1.527714986,0.7283095957,606.31606381 +265,-1.333236659,0.6413584414,145,-1.527714986,0.7283095957,688.09483484 +266,-1.352015998,0.6753788907,145,-1.527714986,0.7283095957,570.87218071 +267,-1.377988483,0.6577816235,145,-1.527714986,0.7283095957,534.58542213 +268,-2.13075611,0.8318642051,145,-1.527714986,0.7283095957,1731.3260391 +269,-2.097910953,0.8259670014,145,-1.527714986,0.7283095957,1642.962093 +270,-1.416382069,0.6694271549,145,-1.527714986,0.7283095957,410.15363539 +271,-1.538905672,0.7535625993,145,-1.527714986,0.7283095957,105.23726156 +272,-1.572309477,0.7803125099,145,-1.527714986,0.7283095957,242.86676522 +273,-1.87759879,0.7503853417,145,-1.527714986,0.7283095957,1025.3224308 +274,1.152365588,0.590457682,145,-1.527714986,0.7283095957,6956.9850982 +275,0.350198001,0.718001859,145,-1.527714986,0.7283095957,5147.3387714 +276,0.046513677,0.491503852,145,-1.527714986,0.7283095957,4965.6205809 +277,0.027510309,0.742571376,145,-1.527714986,0.7283095957,4334.6697357 +278,0.306285725,-0.214631579,145,-1.527714986,0.7283095957,7560.2371027 +279,-1.100564889,0.318051531,145,-1.527714986,0.7283095957,2172.4691957 +280,-1.078582306,0.301437596,145,-1.527714986,0.7283095957,2274.6952123 +281,-1.137371989,-0.617634065,145,-1.527714986,0.7283095957,5516.3235688 +282,0.784356344,0.703272339,145,-1.527714986,0.7283095957,6039.2456994 +283,-1.221209947,0.218327455,145,-1.527714986,0.7283095957,2280.4542313 +284,2.347301921,-0.449114658,145,-1.527714986,0.7283095957,9819.463573 +285,0.246820618,0.830553713,145,-1.527714986,0.7283095957,4636.8408709 +286,0.829414965,0.703288228,145,-1.527714986,0.7283095957,6112.6089936 +287,-1.337537566,0.42332223,145,-1.527714986,0.7283095957,1360.5859028 +288,0.882453706,0.454478077,145,-1.527714986,0.7283095957,7047.1621415 +289,1.575629659,0.416419109,145,-1.527714986,0.7283095957,7907.4070163 +290,-1.039455679,0.229888244,145,-1.527714986,0.7283095957,2591.9837371 +291,0.489558039,0.934482747,145,-1.527714986,0.7283095957,4831.5391304 +292,0.081344504,0.88384514,145,-1.527714986,0.7283095957,4163.7909269 +293,-1.547979814,0.300350308,145,-1.527714986,0.7283095957,1696.5432268 +294,0.040776181,0.168560074,145,-1.527714986,0.7283095957,5771.9358832 +295,-1.130374745,0.563894876,145,-1.527714986,0.7283095957,1409.2551588 +296,1.578326642,0.478507176,145,-1.527714986,0.7283095957,7661.8731006 +297,-1.12861823,-0.291640865,145,-1.527714986,0.7283095957,4296.2423353 +298,0.310524208,0.770885792,145,-1.527714986,0.7283095957,4922.0441159 +299,0.415649091,-0.387246002,145,-1.527714986,0.7283095957,8309.1956083 +300,-0.926533878,-0.188022748,145,-1.527714986,0.7283095957,4237.9733206 +301,1.258856172,-0.11716081,145,-1.527714986,0.7283095957,9720.2456031 +302,-1.126050026,0.322941926,145,-1.527714986,0.7283095957,2100.7100334 +303,2.002785835,0.07893892,145,-1.527714986,0.7283095957,8951.9030257 +304,0.440437607,0.746258085,145,-1.527714986,0.7283095957,5262.6112087 +305,-0.030391866,0.214441206,145,-1.527714986,0.7283095957,5443.8556271 +306,0.521557815,-0.058929362,145,-1.527714986,0.7283095957,7775.4268468 +307,-0.097005111,0.13317729,145,-1.527714986,0.7283095957,5458.0145896 +308,1.83113859,0.221857587,145,-1.527714986,0.7283095957,8597.5176622 +309,0.222428864,0.099404236,145,-1.527714986,0.7283095957,6485.2002483 +310,-1.702731345,0.8728568183,145,-1.527714986,0.7283095957,747.53058248 +311,-0.418507569,0.278324921,145,-1.527714986,0.7283095957,4136.6755205 +312,-1.41153306,0.339029988,145,-1.527714986,0.7283095957,1590.7260737 +313,0.357560442,0.114788776,145,-1.527714986,0.7283095957,6830.7101096 +314,0.325818979,0.268352149,145,-1.527714986,0.7283095957,6318.0818426 +315,-1.246004659,-0.663679965,145,-1.527714986,0.7283095957,5606.7592162 +316,1.814603087,0.637404484,145,-1.527714986,0.7283095957,6985.5972785 +317,1.843704281,-0.18300445,145,-1.527714986,0.7283095957,10140.770539 +318,1.690644492,-0.211480909,145,-1.527714986,0.7283095957,10379.528803 +319,-1.275451936,0.068109467,145,-1.527714986,0.7283095957,2763.7004264 +320,0.762430171,-0.207594741,145,-1.527714986,0.7283095957,8862.5543884 +321,0.265668905,-0.014647884,145,-1.527714986,0.7283095957,6916.597718 +322,-2.773032013,-0.335515811,145,-1.527714986,0.7283095957,6197.4571373 +323,-1.469512853,0.174058777,145,-1.527714986,0.7283095957,2204.736512 +324,0.286276986,0.785925691,145,-1.527714986,0.7283095957,4831.3666468 +325,-1.379324697,0.377432233,145,-1.527714986,0.7283095957,1475.1807464 +326,-1.203778265,0.212813032,145,-1.527714986,0.7283095957,2328.6635486 +327,0.579916301,0.611743168,145,-1.527714986,0.7283095957,5945.2174525 +328,0.267582642,0.868113908,145,-1.527714986,0.7283095957,4589.4768534 +329,0.412869244,-0.050245578,145,-1.527714986,0.7283095957,7440.5086911 +330,0.17524381,0.976660285,145,-1.527714986,0.7283095957,4163.9764767 +331,0.743157214,0.204812899,145,-1.527714986,0.7283095957,7576.7021184 +332,-1.070758176,0.269382282,145,-1.527714986,0.7283095957,2394.8955875 +333,-1.230364251,0.329790229,145,-1.527714986,0.7283095957,1869.6779236 +334,-1.374813124,-0.024926835,145,-1.527714986,0.7283095957,3033.6384913 +335,0.519780566,0.463669906,145,-1.527714986,0.7283095957,6255.9926132 +336,-1.55108034,0.239698561,145,-1.527714986,0.7283095957,1937.0574796 +337,0.180294813,0.029739425,145,-1.527714986,0.7283095957,6548.0627756 +338,0.67820924,0.268170153,145,-1.527714986,0.7283095957,7225.1442308 +339,0.445798684,1.024001867,145,-1.527714986,0.7283095957,4520.3984935 +340,0.691751283,0.150521402,145,-1.527714986,0.7283095957,7621.1603664 +341,-1.036643551,-0.903056181,145,-1.527714986,0.7283095957,6679.0151725 +342,-0.120287036,1.083325163,145,-1.527714986,0.7283095957,3445.51979 +343,2.823513113,-0.304487164,145,-1.527714986,0.7283095957,8075.8166316 +344,0.457583172,1.12513373,145,-1.527714986,0.7283095957,4279.1865587 +345,0.042918831,0.813795399,145,-1.527714986,0.7283095957,4221.1380907 +346,1.196146777,-0.853142756,145,-1.527714986,0.7283095957,11186.208232 +347,0.206001358,-0.010430701,145,-1.527714986,0.7283095957,6730.2719128 +348,-0.268308653,0.234799412,145,-1.527714986,0.7283095957,4689.7884439 +349,0.759363263,0.736189579,145,-1.527714986,0.7283095957,5889.5119727 +350,0.181363926,0.891988372,145,-1.527714986,0.7283095957,4357.6680839 +351,-0.021111158,0.139103292,145,-1.527714986,0.7283095957,5666.7499509 +352,-0.093355215,0.630686981,145,-1.527714986,0.7283095957,4263.6720689 +353,0.40118964,0.681375926,145,-1.527714986,0.7283095957,5359.2655519 +354,-0.721197315,1.304706234,145,-1.527714986,0.7283095957,2690.8454758 +355,-1.076150317,0.212107639,145,-1.527714986,0.7283095957,2571.456971 +356,-1.577164531,0.273993443,145,-1.527714986,0.7283095957,1807.456964 +357,-0.190788414,0.182208586,145,-1.527714986,0.7283095957,5053.6061927 +358,-0.261349752,0.209710184,145,-1.527714986,0.7283095957,4774.3877985 +359,-1.029303852,0.083549259,145,-1.527714986,0.7283095957,3101.6455923 +360,-1.268609162,0.330525297,145,-1.527714986,0.7283095957,1801.3799837 +361,1.282982244,-0.926641967,145,-1.527714986,0.7283095957,11265.610331 +362,0.217352334,0.731352408,145,-1.527714986,0.7283095957,4813.0450829 +363,-1.511833084,0.258629297,145,-1.527714986,0.7283095957,1861.1998098 +364,0.338812194,0.823184618,145,-1.527714986,0.7283095957,4846.8420483 +365,-0.324406489,1.134201999,145,-1.527714986,0.7283095957,3057.6980442 +366,1.389579348,0.399185724,145,-1.527714986,0.7283095957,7902.6463625 +367,2.047152199,-0.039082036,145,-1.527714986,0.7283095957,9308.9945227 +368,0.947780369,0.568250077,145,-1.527714986,0.7283095957,6763.7080425 +369,0.763824846,0.576754987,145,-1.527714986,0.7283095957,6419.5969149 +370,-0.142334657,0.928153068,145,-1.527714986,0.7283095957,3596.7770051 +371,0.610266567,0.547265983,145,-1.527714986,0.7283095957,6206.2594237 +372,0.210731629,0.746815056,145,-1.527714986,0.7283095957,4759.9762325 +373,-1.34931644,0.316895224,145,-1.527714986,0.7283095957,1737.7202189 +374,2.407696481,0.655030745,145,-1.527714986,0.7283095957,6259.4588041 +375,0.64207831,0.545359131,145,-1.527714986,0.7283095957,6279.2406042 +376,1.174597538,0.840588356,145,-1.527714986,0.7283095957,6042.1765093 +377,0.660059424,0.010604079,145,-1.527714986,0.7283095957,7959.3706879 +378,-0.730263819,0.010486456,145,-1.527714986,0.7283095957,4017.398984 +379,0.831068936,0.512339172,145,-1.527714986,0.7283095957,6757.7059924 +380,1.301180979,0.72367476,145,-1.527714986,0.7283095957,6584.5159589 +381,1.811128231,0.322854402,145,-1.527714986,0.7283095957,8217.8396897 +382,0.435105812,0.992284428,145,-1.527714986,0.7283095957,4585.8733706 +383,0.62643634,0.592027932,145,-1.527714986,0.7283095957,6101.8123709 +384,0.492988703,-0.516339467,145,-1.527714986,0.7283095957,8824.8450969 +385,-0.162469483,0.112549365,145,-1.527714986,0.7283095957,5318.4622136 +386,0.314630866,0.472006421,145,-1.527714986,0.7283095957,5728.1081398 +387,0.166744804,0.822815954,145,-1.527714986,0.7283095957,4481.7875125 +388,0.417159608,0.965805736,145,-1.527714986,0.7283095957,4624.8485959 +389,0.106334961,0.868774244,145,-1.527714986,0.7283095957,4248.9645799 +390,0.815086969,-0.338144359,145,-1.527714986,0.7283095957,9359.9767939 +391,0.59867455,-0.230624824,145,-1.527714986,0.7283095957,8459.6328903 +392,1.915104874,0.066220985,145,-1.527714986,0.7283095957,9114.6249328 +393,1.278093622,0.064463721,145,-1.527714986,0.7283095957,9078.5635518 +394,-0.061477853,0.302997961,145,-1.527714986,0.7283095957,5126.8790726 +395,0.251311504,0.626976942,145,-1.527714986,0.7283095957,5157.2090515 +396,2.950242872,0.149095644,145,-1.527714986,0.7283095957,6509.5973135 +397,-0.180294708,0.35375117,145,-1.527714986,0.7283095957,4653.6486451 +398,1.010448592,-0.351180233,145,-1.527714986,0.7283095957,9934.6114176 +399,-1.748740498,0.3686318073,145,-1.527714986,0.7283095957,1604.4826949 +400,2.699635665,0.123533791,145,-1.527714986,0.7283095957,7277.2532212 +401,0.496808033,0.823843254,145,-1.527714986,0.7283095957,5154.8294996 +402,0.129574704,0.763364087,145,-1.527714986,0.7283095957,4532.9680662 +403,1.798920311,0.817447563,145,-1.527714986,0.7283095957,6286.574349 +404,0.335987953,0.746786541,145,-1.527714986,0.7283095957,5039.929485 +405,-1.085413643,0.292154671,145,-1.527714986,0.7283095957,2289.083109 +406,-0.155321003,0.508207011,145,-1.527714986,0.7283095957,4362.4104802 +407,0.620529244,-0.301175104,145,-1.527714986,0.7283095957,8704.4373867 +408,1.684402744,0.368716966,145,-1.527714986,0.7283095957,8090.8271057 +409,0.300582244,-0.386397212,145,-1.527714986,0.7283095957,7968.8885643 +410,2.913555946,-0.009225192,145,-1.527714986,0.7283095957,7043.7649108 +411,1.465101417,0.493232532,145,-1.527714986,0.7283095957,7574.751658 +412,0.090612882,0.907955955,145,-1.527714986,0.7283095957,4134.9273481 +413,2.987564726,-0.729568594,145,-1.527714986,0.7283095957,8541.0664261 +414,-1.484261606,0.224149272,145,-1.527714986,0.7283095957,2002.6036739 +415,0.164073421,0.303955133,145,-1.527714986,0.7283095957,5772.3082345 +416,0.141441293,0.167552546,145,-1.527714986,0.7283095957,6068.428994 +417,2.931321023,-0.506718887,145,-1.527714986,0.7283095957,8234.8015476 +418,2.21951565,0.700596356,145,-1.527714986,0.7283095957,6380.1779902 +419,0.268112576,1.199114336,145,-1.527714986,0.7283095957,3869.0920814 +420,0.978913739,0.359223811,145,-1.527714986,0.7283095957,7547.7153612 +421,1.210898818,0.522863584,145,-1.527714986,0.7283095957,7273.6650181 +422,2.347397336,0.129231362,145,-1.527714986,0.7283095957,8132.9846172 +423,0.614394501,0.556878345,145,-1.527714986,0.7283095957,6185.4001097 +424,-1.398079356,0.148483366,145,-1.527714986,0.7283095957,2341.0881379 +425,2.535303836,-0.112984496,145,-1.527714986,0.7283095957,8403.9865644 +426,-1.019372593,-0.405322349,145,-1.527714986,0.7283095957,4861.8851662 +427,-1.297785627,-0.160104069,145,-1.527714986,0.7283095957,3616.9942482 +428,2.144554488,0.205051084,145,-1.527714986,0.7283095957,8271.4465113 +429,-2.242387083,-0.426171285,145,-1.527714986,0.7283095957,5269.6084271 +430,0.338637212,0.909723676,145,-1.527714986,0.7283095957,4626.7305825 +431,-0.148798452,0.691042401,145,-1.527714986,0.7283095957,3991.1051022 +432,0.893524764,0.441829531,145,-1.527714986,0.7283095957,7110.3859336 +433,0.969229347,-0.368847936,145,-1.527714986,0.7283095957,9871.1733621 +434,0.436043248,0.800045688,145,-1.527714986,0.7283095957,5104.392183 +435,1.687946607,1.081504775,145,-1.527714986,0.7283095957,5271.2524001 +436,0.522302046,-0.034889271,145,-1.527714986,0.7283095957,7710.9014695 +437,-0.178996113,-0.438090009,145,-1.527714986,0.7283095957,6752.3174742 +438,-1.094339566,0.301444068,145,-1.527714986,0.7283095957,2239.4632425 +439,-1.064070054,0.242569932,145,-1.527714986,0.7283095957,2496.6344747 +440,-1.068153768,0.230387998,145,-1.527714986,0.7283095957,2527.7585478 +441,-3.00496892,-0.23989155,145,-1.527714986,0.7283095957,6580.6238746 +442,0.21751974,0.766874888,145,-1.527714986,0.7283095957,4726.6787653 +443,0.117229532,0.007619006,145,-1.527714986,0.7283095957,6420.9028607 +444,0.777758451,0.420554741,145,-1.527714986,0.7283095957,6958.7191079 +445,-0.252356999,0.250747086,145,-1.527714986,0.7283095957,4696.5377821 +446,0.363148444,0.768483434,145,-1.527714986,0.7283095957,5040.7161332 +447,0.903191366,-0.118210676,145,-1.527714986,0.7283095957,8973.7779868 +448,-0.205755923,0.149406178,145,-1.527714986,0.7283095957,5094.4080503 +449,1.811996086,0.02364353,145,-1.527714986,0.7283095957,9381.6696215 +450,-1.100670221,0.314845373,145,-1.527714986,0.7283095957,2182.4723681 +451,0.340078597,0.850105132,145,-1.527714986,0.7283095957,4780.273659 +452,0.258757267,0.804969236,145,-1.527714986,0.7283095957,4724.6167649 +453,2.78505352,-0.155160804,145,-1.527714986,0.7283095957,7807.692894 +454,0.800551619,0.105822106,145,-1.527714986,0.7283095957,8024.7830454 +455,0.437940882,-0.506194031,145,-1.527714986,0.7283095957,8642.6720857 +456,2.230431122,0.63458615,145,-1.527714986,0.7283095957,6601.7565551 +457,0.527965361,0.127667701,145,-1.527714986,0.7283095957,7264.8951377 +458,-0.063643205,0.702093448,145,-1.527714986,0.7283095957,4191.0026251 +459,1.408447268,0.133010502,145,-1.527714986,0.7283095957,8951.6547546 +460,0.523795955,0.280266966,145,-1.527714986,0.7283095957,6808.384382 +461,-0.975769313,0.072177659,145,-1.527714986,0.7283095957,3250.1647418 +462,0.549774164,-0.463663986,145,-1.527714986,0.7283095957,8878.9589492 +463,0.29245874,1.095549818,145,-1.527714986,0.7283095957,4113.2386435 +464,0.143625958,0.816809593,145,-1.527714986,0.7283095957,4444.044548 +465,0.671902494,0.611159853,145,-1.527714986,0.7283095957,6133.0675625 +466,1.239840988,0.6724199,145,-1.527714986,0.7283095957,6733.8470141 +467,0.607829703,-0.10932137,145,-1.527714986,0.7283095957,8158.4729716 +468,1.763020906,0.263996692,145,-1.527714986,0.7283095957,8475.6042734 +469,0.378714634,0.726066797,145,-1.527714986,0.7283095957,5187.8531159 +470,2.196736143,-0.153862366,145,-1.527714986,0.7283095957,9392.8436884 +471,0.01702415,0.148991565,145,-1.527714986,0.7283095957,5753.3050293 +472,-2.998490902,-0.158002487,145,-1.527714986,0.7283095957,6345.2826622 +473,-3.051262951,-0.346595608,145,-1.527714986,0.7283095957,6991.0374454 +474,-1.069176439,0.182802941,145,-1.527714986,0.7283095957,2684.119776 +475,0.167157509,0.595344954,145,-1.527714986,0.7283095957,5028.3198258 +476,0.613855648,0.681746124,145,-1.527714986,0.7283095957,5799.8805432 +477,1.037012736,0.682555367,145,-1.527714986,0.7283095957,6481.707327 +478,-1.253574971,0.379755746,145,-1.527714986,0.7283095957,1654.8942599 +479,3.108590453,-0.132620738,145,-1.527714986,0.7283095957,6795.2721023 +480,0.565301296,0.022333262,145,-1.527714986,0.7283095957,7669.1848766 +481,0.547898238,0.855555614,145,-1.527714986,0.7283095957,5156.3491602 +482,0.948309381,0.417393755,145,-1.527714986,0.7283095957,7291.6533508 +483,-0.050600732,0.945269213,145,-1.527714986,0.7283095957,3768.921619 +484,-0.977651478,-0.572363064,145,-1.527714986,0.7283095957,5527.9376385 +485,1.102014914,0.728861163,145,-1.527714986,0.7283095957,6388.4629645 +486,2.927300795,-0.282939414,145,-1.527714986,0.7283095957,7715.6581869 +487,-1.154565557,0.124434095,145,-1.527714986,0.7283095957,2727.268509 +488,1.855331234,0.291044755,145,-1.527714986,0.7283095957,8310.4469457 +489,0.830290659,0.276904518,145,-1.527714986,0.7283095957,7539.6240861 +490,0.485104466,-0.234867441,145,-1.527714986,0.7283095957,8139.2837658 +491,0.521367572,-0.33161327,145,-1.527714986,0.7283095957,8488.3886065 +1,-1.539031704,0.7349710123,146,-1.526189586,0.7271468292,48.933931955 +2,-1.536990553,0.7349663874,146,-1.526189586,0.7271468292,44.427092501 +3,-1.534951779,0.7349571355,146,-1.526189586,0.7271468292,40.30739469 +4,-1.532906461,0.7349480293,146,-1.526189586,0.7271468292,36.703690036 +5,-1.531320211,0.7346937278,146,-1.526189586,0.7271468292,33.504601649 +6,-1.539451648,0.7335131775,146,-1.526189586,0.7271468292,46.554088213 +7,-1.537429487,0.7335445708,146,-1.526189586,0.7271468292,41.738991601 +8,-1.535484998,0.7335658704,146,-1.526189586,0.7271468292,37.399892753 +9,-1.533488396,0.7336036027,146,-1.526189586,0.7271468292,33.434952522 +10,-1.531497785,0.7335842962,146,-1.526189586,0.7271468292,29.925031457 +11,-1.530259379,0.7334777758,146,-1.526189586,0.7271468292,27.80411377 +12,-1.5335454,0.7322346912,146,-1.526189586,0.7271468292,29.627655258 +13,-1.531489083,0.7322238773,146,-1.526189586,0.7271468292,25.480057488 +14,-1.530011122,0.7321679851,146,-1.526189586,0.7271468292,22.866456391 +15,-1.53348106,0.7306614094,146,-1.526189586,0.7271468292,25.649442523 +16,-1.531441779,0.7306962275,146,-1.526189586,0.7271468292,20.939251087 +17,-1.529755654,0.7306933243,146,-1.526189586,0.7271468292,17.559659684 +18,-1.533415048,0.7291384674,146,-1.526189586,0.7271468292,22.772412012 +19,-1.531392093,0.7291705353,146,-1.526189586,0.7271468292,17.344593832 +20,-1.529296523,0.7291214933,146,-1.526189586,0.7271468292,12.064728442 +21,-1.535280942,0.727267644,146,-1.526189586,0.7271468292,26.905549299 +22,-1.533378158,0.7276139666,146,-1.526189586,0.7271468292,21.348031913 +23,-1.531340368,0.7276446587,146,-1.526189586,0.7271468292,15.365659787 +24,-1.528960113,0.7276398177,146,-1.526189586,0.7271468292,8.4260279291 +25,-1.533313146,0.7260818349,146,-1.526189586,0.7271468292,21.507474532 +26,-1.531259555,0.7260958115,146,-1.526189586,0.7271468292,15.576486146 +27,-1.528926415,0.7260865555,146,-1.526189586,0.7271468292,9.1262735334 +28,-1.531226779,0.7245511789,146,-1.526189586,0.7271468292,18.121912849 +29,-1.528904772,0.7245519194,146,-1.526189586,0.7271468292,13.051861383 +30,-1.547195875,0.7409785979,146,-1.526189586,0.7271468292,82.570012973 +31,-1.5451475,0.740980426,146,-1.526189586,0.7271468292,78.170660623 +32,-1.543097679,0.7409798872,146,-1.526189586,0.7271468292,73.990691852 +33,-1.540720364,0.7409892687,146,-1.526189586,0.7271468292,69.514878241 +34,-1.547188511,0.7395198392,146,-1.526189586,0.7271468292,78.869755494 +35,-1.545148587,0.7395226109,146,-1.526189586,0.7271468292,74.267486148 +36,-1.543104538,0.7395314908,146,-1.526189586,0.7271468292,69.886344202 +37,-1.540727751,0.7395306258,146,-1.526189586,0.7271468292,65.087657292 +38,-1.547187029,0.7380014886,146,-1.526189586,0.7271468292,75.311531743 +39,-1.545147315,0.7380012252,146,-1.526189586,0.7271468292,70.463036027 +40,-1.54310719,0.7380060743,146,-1.526189586,0.7271468292,65.818019429 +41,-1.540719671,0.7380068206,146,-1.526189586,0.7271468292,60.672814594 +42,-1.547187189,0.7364799098,146,-1.526189586,0.7271468292,72.07782476 +43,-1.545149996,0.7364853874,146,-1.526189586,0.7271468292,67.007122782 +44,-1.543106091,0.7364823484,146,-1.526189586,0.7271468292,62.06710553 +45,-1.540717158,0.7364893901,146,-1.526189586,0.7271468292,56.587046896 +46,-1.538663972,0.7410138672,146,-1.526189586,0.7271468292,66.050934266 +47,-1.53695285,0.7409699132,146,-1.526189586,0.7271468292,63.244029564 +48,-1.534910498,0.7409641297,146,-1.526189586,0.7271468292,60.441342911 +49,-1.533145034,0.7409536636,146,-1.526189586,0.7271468292,58.388962773 +50,-1.538681336,0.7395405883,146,-1.526189586,0.7271468292,61.329148039 +51,-1.536999189,0.7395183096,146,-1.526189586,0.7271468292,58.422658266 +52,-1.534923633,0.7395144222,146,-1.526189586,0.7271468292,55.321133501 +53,-1.533267822,0.7395654306,146,-1.526189586,0.7271468292,53.418277689 +54,-1.53867273,0.7380151077,146,-1.526189586,0.7271468292,56.608448465 +55,-1.536980576,0.7379994392,146,-1.526189586,0.7271468292,53.457246444 +56,-1.534931522,0.7379944961,146,-1.526189586,0.7271468292,50.089143648 +57,-1.533387952,0.7379480264,146,-1.526189586,0.7271468292,47.747144268 +58,-1.538682279,0.7364914363,146,-1.526189586,0.7271468292,52.203914485 +59,-1.536980704,0.7364810563,146,-1.526189586,0.7271468292,48.766629828 +60,-1.534935567,0.7364752065,146,-1.526189586,0.7271468292,45.05011938 +61,-1.533042592,0.7363876366,146,-1.526189586,0.7271468292,41.804515986 +62,-1.545143426,0.7349628011,146,-1.526189586,0.7271468292,63.892739732 +63,-1.543105297,0.7349691947,146,-1.526189586,0.7271468292,58.72093541 +64,-1.541064533,0.7349647152,146,-1.526189586,0.7271468292,53.692896428 +65,-1.545411803,0.7334624714,146,-1.526189586,0.7271468292,61.992438426 +66,-1.543446606,0.7334780896,146,-1.526189586,0.7271468292,56.761989961 +67,-1.541475327,0.7334957295,146,-1.526189586,0.7271468292,51.641442841 +68,-1.545401939,0.731963266,146,-1.526189586,0.7271468292,59.851854618 +69,-1.54342253,0.7319915583,146,-1.526189586,0.7271468292,54.382813993 +70,-1.541455867,0.7320216438,146,-1.526189586,0.7271468292,49.038466084 +71,-1.545410146,0.7304422281,146,-1.526189586,0.7271468292,58.273514765 +72,-1.543435491,0.7304713664,146,-1.526189586,0.7271468292,52.631497206 +73,-1.541463105,0.7304997613,146,-1.526189586,0.7271468292,47.042687327 +74,-1.545414768,0.7289194936,146,-1.526189586,0.7271468292,57.277100769 +75,-1.543435774,0.7289538557,146,-1.526189586,0.7271468292,51.492773243 +76,-1.541457714,0.7289765881,146,-1.526189586,0.7271468292,45.721916599 +77,-1.539449415,0.7320555866,146,-1.526189586,0.7271468292,43.714111119 +78,-1.537429183,0.7321097681,146,-1.526189586,0.7271468292,38.571464246 +79,-1.535472649,0.7321497267,146,-1.526189586,0.7271468292,33.822030677 +80,-1.539457899,0.7305333307,146,-1.526189586,0.7271468292,41.435017882 +81,-1.537453161,0.7305750503,146,-1.526189586,0.7271468292,35.94346961 +82,-1.535479385,0.7306124949,146,-1.526189586,0.7271468292,30.68890365 +83,-1.53946905,0.7290102593,146,-1.526189586,0.7271468292,39.951071874 +84,-1.537459922,0.7290417293,146,-1.526189586,0.7271468292,34.157353294 +85,-1.535451349,0.7290890157,146,-1.526189586,0.7271468292,28.443396344 +86,-1.535522937,0.7279887191,146,-1.526189586,0.7271468292,27.809151649 +87,-1.539442524,0.7274735939,146,-1.526189586,0.7271468292,39.233093442 +88,-1.537424111,0.727521351,146,-1.526189586,0.7271468292,33.272229984 +89,-1.539384641,0.7259505092,146,-1.526189586,0.7271468292,39.35326088 +90,-1.537372391,0.7259947145,146,-1.526189586,0.7271468292,33.421612553 +91,-1.535340789,0.7260435356,146,-1.526189586,0.7271468292,27.443307473 +92,-1.539325716,0.7244369706,146,-1.526189586,0.7271468292,40.371637086 +93,-1.537308932,0.7244801057,146,-1.526189586,0.7271468292,34.594863552 +94,-1.535289068,0.7245247645,146,-1.526189586,0.7271468292,28.889629128 +95,-1.533261366,0.7245550236,146,-1.526189586,0.7271468292,23.33069639 +96,-1.539267302,0.722921924,146,-1.526189586,0.7271468292,42.228945142 +97,-1.537248972,0.7229660258,146,-1.526189586,0.7271468292,36.731944463 +98,-1.535219431,0.7229916471,146,-1.526189586,0.7271468292,31.424838211 +99,-1.53318962,0.7230212049,146,-1.526189586,0.7271468292,26.413987269 +100,-1.531154816,0.7230299897,146,-1.526189586,0.7271468292,21.967767164 +101,-1.528878341,0.7230370244,146,-1.526189586,0.7271468292,18.125674528 +102,-1.539218189,0.7214009878,146,-1.526189586,0.7271468292,44.854744817 +103,-1.537198791,0.7214422745,146,-1.526189586,0.7271468292,39.714790271 +104,-1.535179266,0.7214634354,146,-1.526189586,0.7271468292,34.900097538 +105,-1.533156501,0.7214944644,146,-1.526189586,0.7271468292,30.470131508 +106,-1.53113574,0.7215166021,146,-1.526189586,0.7271468292,26.695432224 +107,-1.528874248,0.7215345535,146,-1.526189586,0.7271468292,23.613766168 +108,-1.539217656,0.7198512397,146,-1.526189586,0.7271468292,48.280069705 +109,-1.537199919,0.7199428763,146,-1.526189586,0.7271468292,43.388513714 +110,-1.545425832,0.727397149,146,-1.526189586,0.7271468292,56.925044067 +111,-1.543371177,0.7273916949,146,-1.526189586,0.7271468292,50.846516291 +112,-1.541368852,0.7274523163,146,-1.526189586,0.7271468292,44.927883473 +113,-1.545349067,0.7258710923,146,-1.526189586,0.7271468292,56.952365581 +114,-1.54332671,0.7258603556,146,-1.526189586,0.7271468292,50.995458008 +115,-1.541346831,0.7259242142,146,-1.526189586,0.7271468292,45.137449984 +116,-1.545324355,0.7243383958,146,-1.526189586,0.7271468292,57.774173956 +117,-1.543292796,0.7243617413,146,-1.526189586,0.7271468292,51.860390642 +118,-1.541295822,0.7244024384,146,-1.526189586,0.7271468292,46.057299543 +119,-1.543193859,0.7205570215,146,-1.526189586,0.7271468292,56.81590576 +120,-1.550257047,0.7386738187,146,-1.526189586,0.7271468292,84.28847374 +121,-1.549335448,0.7311736483,146,-1.526189586,0.7271468292,70.204560591 +122,-1.533478843,0.7179891343,146,-1.526189586,0.7271468292,42.247151121 +123,-1.556150555,0.738907041,146,-1.526189586,0.7271468292,99.73714615 +124,-1.554324226,0.733414257,146,-1.526189586,0.7271468292,86.652912193 +125,-1.554290846,0.7288285332,146,-1.526189586,0.7271468292,83.359219894 +126,-1.55122487,0.7219795312,146,-1.526189586,0.7271468292,77.021668646 +127,-1.525104458,0.7229399862,146,-1.526189586,0.7271468292,16.971011836 +128,-1.519607711,0.7236181429,146,-1.526189586,0.7271468292,23.997826354 +129,-1.513899999,0.7251107854,146,-1.526189586,0.7271468292,37.28238104 +130,-1.536620762,0.7431061895,146,-1.526189586,0.7271468292,70.251892381 +131,-1.5369566,0.7460845958,146,-1.526189586,0.7271468292,81.392790723 +132,-1.545345528,0.7447040685,146,-1.526189586,0.7271468292,89.437539752 +133,-1.532813921,0.7432306626,146,-1.526189586,0.7271468292,66.614121358 +134,-1.554788248,0.7382381001,146,-1.526189586,0.7271468292,94.977782783 +135,-1.540348126,0.7301594274,146,-1.526189586,0.7271468292,43.509327382 +136,-1.538016084,0.7239051786,146,-1.526189586,0.7271468292,37.324891756 +137,-1.525288962,0.7258085137,146,-1.526189586,0.7271468292,5.9340109525 +138,-1.534326986,0.731241342,146,-1.526189586,0.7271468292,28.995832712 +139,-1.530733872,0.7303625216,146,-1.526189586,0.7271468292,18.508137753 +141,-1.534354939,0.7328219978,146,-1.526189586,0.7271468292,32.957481459 +142,-1.53157084,0.7292888153,146,-1.526189586,0.7271468292,18.029827755 +143,-1.525691035,0.7263799874,146,-1.526189586,0.7271468292,3.3770025332 +144,-1.534031287,0.7495967835,146,-1.526189586,0.7271468292,91.843032565 +145,-1.527714986,0.7283095957,146,-1.526189586,0.7271468292,6.4472360626 +146,-1.526189586,0.7271468292,146,-1.526189586,0.7271468292,0 +147,-1.555177336,0.7375563366,146,-1.526189586,0.7271468292,94.813189765 +148,-1.555080283,0.7312707794,146,-1.526189586,0.7271468292,86.883036623 +149,-1.53856994,0.7224180299,146,-1.526189586,0.7271468292,41.214412947 +150,-1.530837883,0.729933372,146,-1.526189586,0.7271468292,17.622659592 +151,-1.515066984,0.5854133365,146,-1.526189586,0.7271468292,562.48534177 +152,-1.534731633,0.5368370046,146,-1.526189586,0.7271468292,754.30749509 +153,-1.515231902,0.5607085576,146,-1.526189586,0.7271468292,660.16950191 +154,-2.616253799,1.0684566605,146,-1.526189586,0.7271468292,2869.0151953 +155,-1.956071439,0.5792177723,146,-1.526189586,0.7271468292,1467.0427714 +156,-1.951208514,0.5602434208,146,-1.526189586,0.7271468292,1493.0254067 +157,-1.944675062,0.6062144545,146,-1.526189586,0.7271468292,1382.3819388 +158,-1.613778386,0.6077989518,146,-1.526189586,0.7271468292,545.3951891 +159,-2.035029014,0.6021432345,146,-1.526189586,0.7271468292,1652.8247759 +160,-2.114989471,0.6801825058,146,-1.526189586,0.7271468292,1776.5679132 +161,-2.037382079,0.5765830025,146,-1.526189586,0.7271468292,1706.4912293 +162,-2.129855121,0.6585019963,146,-1.526189586,0.7271468292,1847.215385 +163,-2.075141798,0.6493615843,146,-1.526189586,0.7271468292,1697.6635836 +164,-1.828626729,0.6948433129,146,-1.526189586,0.7271468292,915.08689592 +165,-1.863329418,0.6735427691,146,-1.526189586,0.7271468292,1040.5698862 +166,-1.266037071,0.727988852,146,-1.526189586,0.7271468292,768.58861128 +167,-1.277579582,0.7249010648,146,-1.526189586,0.7271468292,735.62619759 +168,-1.258418684,0.7241194816,146,-1.526189586,0.7271468292,792.48537577 +169,-1.317813974,0.6804850104,146,-1.526189586,0.7271468292,655.19975452 +170,-1.344165204,0.6790988904,146,-1.526189586,0.7271468292,581.53602394 +171,-1.427582102,0.5277120351,146,-1.526189586,0.7271468292,850.37213262 +172,-1.402238616,0.457167829,146,-1.526189586,0.7271468292,1143.2808513 +173,-1.422454264,0.4996161999,146,-1.526189586,0.7271468292,961.19281741 +174,-1.439089277,0.4894859811,146,-1.526189586,0.7271468292,982.54474799 +175,-1.448126995,0.5182330266,146,-1.526189586,0.7271468292,864.44166322 +176,-1.474626146,0.5881926574,146,-1.526189586,0.7271468292,573.53796782 +177,-1.421139645,0.5584869783,146,-1.526189586,0.7271468292,745.98081291 +178,-1.457037165,0.565943032,146,-1.526189586,0.7271468292,674.70672158 +179,-2.757159358,0.3745319,146,-1.526189586,0.7271468292,4261.6328643 +180,-2.714309238,0.342054471,146,-1.526189586,0.7271468292,4212.7325731 +181,-2.000525337,0.774119946,146,-1.526189586,0.7271468292,1380.0031495 +183,-1.571413436,0.6777838382,146,-1.526189586,0.7271468292,238.55921398 +184,-1.552860289,0.6987663893,146,-1.526189586,0.7271468292,137.91807996 +185,-1.521852374,0.7165827476,146,-1.526189586,0.7271468292,43.786007328 +186,-1.503656267,0.6928968252,146,-1.526189586,0.7271468292,151.60690785 +187,-1.502753178,0.7136205882,146,-1.526189586,0.7271468292,87.964492248 +188,-1.631894563,0.7343596465,146,-1.526189586,0.7271468292,313.03168277 +189,-1.653765416,0.6770714026,146,-1.526189586,0.7271468292,433.59930418 +190,-1.719812114,0.6715965947,146,-1.526189586,0.7271468292,626.21118815 +191,-1.493406659,0.6646955447,146,-1.526189586,0.7271468292,266.67014409 +192,-1.469120564,0.6613469966,146,-1.526189586,0.7271468292,313.16783191 +193,-1.590551461,0.5326612937,146,-1.526189586,0.7271468292,797.20624383 +194,-1.625979264,0.5247742243,146,-1.526189586,0.7271468292,862.69131875 +195,-1.572293943,0.5238808754,146,-1.526189586,0.7271468292,818.51448457 +196,-1.610848725,0.5477107964,146,-1.526189586,0.7271468292,759.76986291 +197,-1.208485554,0.7918526018,146,-1.526189586,0.7271468292,945.56475892 +198,-1.335601374,0.6869083083,146,-1.526189586,0.7271468292,595.2086737 +199,-1.346156996,0.6825213377,146,-1.526189586,0.7271468292,570.79630724 +200,-1.324381037,0.6741422347,146,-1.526189586,0.7271468292,645.49672528 +201,-1.242424992,0.7378949807,146,-1.526189586,0.7271468292,835.49017081 +202,-1.270370057,0.7392461008,146,-1.526189586,0.7271468292,753.50954278 +203,-1.448950472,0.7441675014,146,-1.526189586,0.7271468292,236.59790208 +204,-1.492662363,0.7523026852,146,-1.526189586,0.7271468292,139.81736095 +205,-1.479098966,0.7763855017,146,-1.526189586,0.7271468292,237.88321919 +206,-1.633760714,0.7869022408,146,-1.526189586,0.7271468292,389.61341866 +207,-1.647406434,0.8101289331,146,-1.526189586,0.7271468292,476.27514679 +208,-1.564245052,0.5701509278,146,-1.526189586,0.7271468292,633.29207731 +209,-1.646289963,0.6833746083,146,-1.526189586,0.7271468292,401.42267256 +210,-1.5820631,0.6751952144,146,-1.526189586,0.7271468292,266.30511886 +211,-1.613236298,0.6681681791,146,-1.526189586,0.7271468292,352.57998685 +212,-1.914661867,0.8212566515,146,-1.526189586,0.7271468292,1156.8878111 +213,-1.742133237,0.7250275956,146,-1.526189586,0.7271468292,639.11960724 +214,-2.033144872,0.6557314699,146,-1.526189586,0.7271468292,1564.80028 +215,-2.039551981,0.6964723658,146,-1.526189586,0.7271468292,1536.9739539 +216,-1.247341019,0.7622473908,146,-1.526189586,0.7271468292,822.61846121 +217,-1.298239787,0.7084123392,146,-1.526189586,0.7271468292,683.50139896 +218,-1.308539688,0.6926545592,146,-1.526189586,0.7271468292,667.32956325 +219,-1.303263185,0.6888938396,146,-1.526189586,0.7271468292,686.97840986 +220,-1.852400229,0.6004246149,146,-1.526189586,0.7271468292,1131.5218287 +221,-1.288947707,0.7473773692,146,-1.526189586,0.7271468292,699.50670957 +222,-1.372031502,0.7472790993,146,-1.526189586,0.7271468292,458.82343433 +223,-1.289805721,0.7242157877,146,-1.526189586,0.7271468292,699.78440096 +224,-1.350807603,0.7533498126,146,-1.526189586,0.7271468292,522.94129174 +225,-1.329290365,0.7560442322,146,-1.526189586,0.7271468292,585.89948165 +226,-1.410153004,0.616936428,146,-1.526189586,0.7271468292,565.24485374 +227,-1.393445434,0.6308995063,146,-1.526189586,0.7271468292,558.82178482 +228,-1.37595573,0.6241540638,146,-1.526189586,0.7271468292,617.51085305 +229,-1.358388707,0.6172645205,146,-1.526189586,0.7271468292,677.39653631 +230,-1.753741133,0.8281661666,146,-1.526189586,0.7271468292,755.2148076 +231,-1.47430987,0.6834615681,146,-1.526189586,0.7271468292,233.25790737 +232,-1.421012508,0.7222725206,146,-1.526189586,0.7271468292,312.44270211 +233,-1.4476833,0.6978557868,146,-1.526189586,0.7271468292,262.31517549 +234,-1.470370723,0.6966193374,146,-1.526189586,0.7271468292,206.48111885 +235,-1.429211703,0.7037216883,146,-1.526189586,0.7271468292,304.36179498 +236,-1.700578405,0.6178673663,146,-1.526189586,0.7271468292,691.52854395 +237,-1.678117619,0.6331716163,146,-1.526189586,0.7271468292,597.34422388 +238,-1.725644578,0.6316331145,146,-1.526189586,0.7271468292,720.79326748 +239,-2.14012759,0.7930497945,146,-1.526189586,0.7271468292,1767.318855 +240,-2.103289431,0.7653606263,146,-1.526189586,0.7271468292,1673.9707884 +241,-1.318739838,0.7017808746,146,-1.526189586,0.7271468292,628.3076968 +242,-1.396417427,0.7077900843,146,-1.526189586,0.7271468292,394.68698655 +243,-1.35650337,0.7185539404,146,-1.526189586,0.7271468292,504.9219932 +244,-1.248884539,0.7274156818,146,-1.526189586,0.7271468292,819.32610144 +245,-1.395014798,0.5761185243,146,-1.526189586,0.7271468292,726.33000878 +246,-1.433377362,0.6064716109,146,-1.526189586,0.7271468292,558.22873627 +247,-1.408172432,0.5903155476,146,-1.526189586,0.7271468292,655.54712962 +248,-1.749645898,0.7757118084,146,-1.526189586,0.7271468292,673.9407105 +249,-1.571626686,0.615046989,146,-1.526189586,0.7271468292,465.7948451 +250,-1.514070049,0.6303003037,146,-1.526189586,0.7271468292,385.42047085 +251,-1.480890369,0.6237966528,146,-1.526189586,0.7271468292,432.5964489 +252,-1.704390658,0.5281680612,146,-1.526189586,0.7271468292,971.86123402 +253,-1.64434733,0.5254277498,146,-1.526189586,0.7271468292,883.68094702 +254,-1.703855997,0.4792484842,146,-1.526189586,0.7271468292,1138.2359177 +255,-1.692002383,0.5748825051,146,-1.526189586,0.7271468292,796.88817888 +256,-1.854136457,0.5544643913,146,-1.526189586,0.7271468292,1241.5487489 +257,-1.665021206,0.520317736,146,-1.526189586,0.7271468292,931.92573287 +258,-1.733654349,0.4845187345,146,-1.526189586,0.7271468292,1172.1455943 +259,-1.720938188,0.5135933906,146,-1.526189586,0.7271468292,1051.3110742 +260,-1.742668307,0.553296122,146,-1.526189586,0.7271468292,971.20462042 +261,-1.965659039,0.7142126903,146,-1.526189586,0.7271468292,1304.2642066 +262,-1.944438071,0.6772834804,146,-1.526189586,0.7271468292,1275.8183028 +263,-1.270340967,0.7681487096,146,-1.526189586,0.7271468292,759.56779863 +264,-1.353091884,0.6549276821,146,-1.526189586,0.7271468292,600.26986031 +265,-1.333236659,0.6413584414,146,-1.526189586,0.7271468292,682.00898944 +266,-1.352015998,0.6753788907,146,-1.526189586,0.7271468292,565.15292452 +267,-1.377988483,0.6577816235,146,-1.526189586,0.7271468292,528.4193121 +268,-2.13075611,0.8318642051,146,-1.526189586,0.7271468292,1737.38453 +269,-2.097910953,0.8259670014,146,-1.526189586,0.7271468292,1648.9911551 +270,-1.416382069,0.6694271549,146,-1.526189586,0.7271468292,403.87449308 +271,-1.538905672,0.7535625993,146,-1.526189586,0.7271468292,111.04212928 +272,-1.572309477,0.7803125099,146,-1.526189586,0.7271468292,249.145409 +273,-1.87759879,0.7503853417,146,-1.526189586,0.7271468292,1030.6773657 +274,1.152365588,0.590457682,146,-1.526189586,0.7271468292,6959.5503144 +275,0.350198001,0.718001859,146,-1.526189586,0.7271468292,5147.0468459 +276,0.046513677,0.491503852,146,-1.526189586,0.7271468292,4963.1498875 +277,0.027510309,0.742571376,146,-1.526189586,0.7271468292,4333.5051327 +278,0.306285725,-0.214631579,146,-1.526189586,0.7271468292,7555.7725178 +279,-1.100564889,0.318051531,146,-1.526189586,0.7271468292,2166.0424637 +280,-1.078582306,0.301437596,146,-1.526189586,0.7271468292,2268.275742 +281,-1.137371989,-0.617634065,146,-1.526189586,0.7271468292,5510.5322149 +282,0.784356344,0.703272339,146,-1.526189586,0.7271468292,6040.5076492 +283,-1.221209947,0.218327455,146,-1.526189586,0.7271468292,2274.1408961 +284,2.347301921,-0.449114658,146,-1.526189586,0.7271468292,9824.7951764 +285,0.246820618,0.830553713,146,-1.526189586,0.7271468292,4636.8138973 +286,0.829414965,0.703288228,146,-1.526189586,0.7271468292,6114.053446 +287,-1.337537566,0.42332223,146,-1.526189586,0.7271468292,1354.3217744 +288,0.882453706,0.454478077,146,-1.526189586,0.7271468292,7048.027941 +289,1.575629659,0.416419109,146,-1.526189586,0.7271468292,7911.8324803 +290,-1.039455679,0.229888244,146,-1.526189586,0.7271468292,2585.5537578 +291,0.489558039,0.934482747,146,-1.526189586,0.7271468292,4832.7443567 +292,0.081344504,0.88384514,146,-1.526189586,0.7271468292,4163.6442671 +293,-1.547979814,0.300350308,146,-1.526189586,0.7271468292,1692.1613518 +294,0.040776181,0.168560074,146,-1.526189586,0.7271468292,5768.0305644 +295,-1.130374745,0.563894876,146,-1.526189586,0.7271468292,1403.435572 +296,1.578326642,0.478507176,146,-1.526189586,0.7271468292,7666.3204786 +297,-1.12861823,-0.291640865,146,-1.526189586,0.7271468292,4290.1668201 +298,0.310524208,0.770885792,146,-1.526189586,0.7271468292,4921.8894649 +299,0.415649091,-0.387246002,146,-1.526189586,0.7271468292,8304.3841808 +300,-0.926533878,-0.188022748,146,-1.526189586,0.7271468292,4231.5519487 +301,1.258856172,-0.11716081,146,-1.526189586,0.7271468292,9721.6471274 +302,-1.126050026,0.322941926,146,-1.526189586,0.7271468292,2094.2699494 +303,2.002785835,0.07893892,146,-1.526189586,0.7271468292,8958.1270599 +304,0.440437607,0.746258085,146,-1.526189586,0.7271468292,5262.7638727 +305,-0.030391866,0.214441206,146,-1.526189586,0.7271468292,5439.8927566 +306,0.521557815,-0.058929362,146,-1.526189586,0.7271468292,7772.4015528 +307,-0.097005111,0.13317729,146,-1.526189586,0.7271468292,5453.5340791 +308,1.83113859,0.221857587,146,-1.526189586,0.7271468292,8603.1181709 +309,0.222428864,0.099404236,146,-1.526189586,0.7271468292,6481.6574499 +310,-1.702731345,0.8728568183,146,-1.526189586,0.7271468292,753.9183608 +311,-0.418507569,0.278324921,146,-1.526189586,0.7271468292,4131.7563466 +312,-1.41153306,0.339029988,146,-1.526189586,0.7271468292,1585.0466868 +313,0.357560442,0.114788776,146,-1.526189586,0.7271468292,6827.7452925 +314,0.325818979,0.268352149,146,-1.526189586,0.7271468292,6315.6366265 +315,-1.246004659,-0.663679965,146,-1.526189586,0.7271468292,5601.2699924 +316,1.814603087,0.637404484,146,-1.526189586,0.7271468292,6990.8755257 +317,1.843704281,-0.18300445,146,-1.526189586,0.7271468292,10146.81373 +318,1.690644492,-0.211480909,146,-1.526189586,0.7271468292,10384.756397 +319,-1.275451936,0.068109467,146,-1.526189586,0.7271468292,2757.708153 +320,0.762430171,-0.207594741,146,-1.526189586,0.7271468292,8859.9359064 +321,0.265668905,-0.014647884,146,-1.526189586,0.7271468292,6912.762239 +322,-2.773032013,-0.335515811,146,-1.526189586,0.7271468292,6199.4393151 +323,-1.469512853,0.174058777,146,-1.526189586,0.7271468292,2199.6739761 +324,0.286276986,0.785925691,146,-1.526189586,0.7271468292,4831.2149856 +325,-1.379324697,0.377432233,146,-1.526189586,0.7271468292,1469.2153083 +326,-1.203778265,0.212813032,146,-1.526189586,0.7271468292,2322.3207572 +327,0.579916301,0.611743168,146,-1.526189586,0.7271468292,5945.2983909 +328,0.267582642,0.868113908,146,-1.526189586,0.7271468292,4589.7176725 +329,0.412869244,-0.050245578,146,-1.526189586,0.7271468292,7437.0764043 +330,0.17524381,0.976660285,146,-1.526189586,0.7271468292,4164.6338141 +331,0.743157214,0.204812899,146,-1.526189586,0.7271468292,7575.9057994 +332,-1.070758176,0.269382282,146,-1.526189586,0.7271468292,2388.4640646 +333,-1.230364251,0.329790229,146,-1.526189586,0.7271468292,1863.2771717 +334,-1.374813124,-0.024926835,146,-1.526189586,0.7271468292,3028.1574962 +335,0.519780566,0.463669906,146,-1.526189586,0.7271468292,6255.1993266 +336,-1.55108034,0.239698561,146,-1.526189586,0.7271468292,1932.6828212 +337,0.180294813,0.029739425,146,-1.526189586,0.7271468292,6544.100673 +338,0.67820924,0.268170153,146,-1.526189586,0.7271468292,7224.2745932 +339,0.445798684,1.024001867,146,-1.526189586,0.7271468292,4521.9404164 +340,0.691751283,0.150521402,146,-1.526189586,0.7271468292,7619.8677426 +341,-1.036643551,-0.903056181,146,-1.526189586,0.7271468292,6673.2881069 +342,-0.120287036,1.083325163,146,-1.526189586,0.7271468292,3446.4607624 +343,2.823513113,-0.304487164,146,-1.526189586,0.7271468292,8080.332466 +344,0.457583172,1.12513373,146,-1.526189586,0.7271468292,4281.287353 +345,0.042918831,0.813795399,146,-1.526189586,0.7271468292,4220.4519666 +346,1.196146777,-0.853142756,146,-1.526189586,0.7271468292,11179.959024 +347,0.206001358,-0.010430701,146,-1.526189586,0.7271468292,6726.2456397 +348,-0.268308653,0.234799412,146,-1.526189586,0.7271468292,4685.1543592 +349,0.759363263,0.736189579,146,-1.526189586,0.7271468292,5890.7916553 +350,0.181363926,0.891988372,146,-1.526189586,0.7271468292,4357.818935 +351,-0.021111158,0.139103292,146,-1.526189586,0.7271468292,5662.5295887 +352,-0.093355215,0.630686981,146,-1.526189586,0.7271468292,4261.4907959 +353,0.40118964,0.681375926,146,-1.526189586,0.7271468292,5358.9743174 +354,-0.721197315,1.304706234,146,-1.526189586,0.7271468292,2693.8749904 +355,-1.076150317,0.212107639,146,-1.526189586,0.7271468292,2565.0099292 +356,-1.577164531,0.273993443,146,-1.526189586,0.7271468292,1803.3743258 +357,-0.190788414,0.182208586,146,-1.526189586,0.7271468292,5049.0145248 +358,-0.261349752,0.209710184,146,-1.526189586,0.7271468292,4769.6828448 +359,-1.029303852,0.083549259,146,-1.526189586,0.7271468292,3095.2021434 +360,-1.268609162,0.330525297,146,-1.526189586,0.7271468292,1795.0505783 +361,1.282982244,-0.926641967,146,-1.526189586,0.7271468292,11259.170232 +362,0.217352334,0.731352408,146,-1.526189586,0.7271468292,4812.3869498 +363,-1.511833084,0.258629297,146,-1.526189586,0.7271468292,1856.4506977 +364,0.338812194,0.823184618,146,-1.526189586,0.7271468292,4847.0467861 +365,-0.324406489,1.134201999,146,-1.526189586,0.7271468292,3058.9454524 +366,1.389579348,0.399185724,146,-1.526189586,0.7271468292,7906.1151244 +367,2.047152199,-0.039082036,146,-1.526189586,0.7271468292,9315.3741516 +368,0.947780369,0.568250077,146,-1.526189586,0.7271468292,6765.2502374 +369,0.763824846,0.576754987,146,-1.526189586,0.7271468292,6420.3232352 +370,-0.142334657,0.928153068,146,-1.526189586,0.7271468292,3596.4674888 +371,0.610266567,0.547265983,146,-1.526189586,0.7271468292,6206.2018501 +372,0.210731629,0.746815056,146,-1.526189586,0.7271468292,4759.3809014 +373,-1.34931644,0.316895224,146,-1.526189586,0.7271468292,1731.7046292 +374,2.407696481,0.655030745,146,-1.526189586,0.7271468292,6265.8080607 +375,0.64207831,0.545359131,146,-1.526189586,0.7271468292,6279.3123578 +376,1.174597538,0.840588356,146,-1.526189586,0.7271468292,6045.3087968 +377,0.660059424,0.010604079,146,-1.526189586,0.7271468292,7957.3003495 +378,-0.730263819,0.010486456,146,-1.526189586,0.7271468292,4011.1169391 +379,0.831068936,0.512339172,146,-1.526189586,0.7271468292,6758.5154033 +380,1.301180979,0.72367476,146,-1.526189586,0.7271468292,6587.949036 +381,1.811128231,0.322854402,146,-1.526189586,0.7271468292,8223.2954 +382,0.435105812,0.992284428,146,-1.526189586,0.7271468292,4587.2247541 +383,0.62643634,0.592027932,146,-1.526189586,0.7271468292,6102.0041219 +384,0.492988703,-0.516339467,146,-1.526189586,0.7271468292,8819.7003834 +385,-0.162469483,0.112549365,146,-1.526189586,0.7271468292,5313.71325 +386,0.314630866,0.472006421,146,-1.526189586,0.7271468292,5726.517435 +387,0.166744804,0.822815954,146,-1.526189586,0.7271468292,4481.4903292 +388,0.417159608,0.965805736,146,-1.526189586,0.7271468292,4626.0170995 +389,0.106334961,0.868774244,146,-1.526189586,0.7271468292,4248.7843442 +390,0.815086969,-0.338144359,146,-1.526189586,0.7271468292,9356.8763485 +391,0.59867455,-0.230624824,146,-1.526189586,0.7271468292,8456.1433246 +392,1.915104874,0.066220985,146,-1.526189586,0.7271468292,9120.6424257 +393,1.278093622,0.064463721,146,-1.526189586,0.7271468292,9080.7218245 +394,-0.061477853,0.302997961,146,-1.526189586,0.7271468292,5123.1744974 +395,0.251311504,0.626976942,146,-1.526189586,0.7271468292,5156.1235977 +396,2.950242872,0.149095644,146,-1.526189586,0.7271468292,6515.1678112 +397,-0.180294708,0.35375117,146,-1.526189586,0.7271468292,4649.7744282 +398,1.010448592,-0.351180233,146,-1.526189586,0.7271468292,9932.5473497 +399,-1.748740498,0.3686318073,146,-1.526189586,0.7271468292,1602.9015291 +400,2.699635665,0.123533791,146,-1.526189586,0.7271468292,7283.2691721 +401,0.496808033,0.823843254,146,-1.526189586,0.7271468292,5155.5331245 +402,0.129574704,0.763364087,146,-1.526189586,0.7271468292,4532.2205336 +403,1.798920311,0.817447563,146,-1.526189586,0.7271468292,6291.7093382 +404,0.335987953,0.746786541,146,-1.526189586,0.7271468292,5039.7338022 +405,-1.085413643,0.292154671,146,-1.526189586,0.7271468292,2282.6530785 +406,-0.155321003,0.508207011,146,-1.526189586,0.7271468292,4359.3604468 +407,0.620529244,-0.301175104,146,-1.526189586,0.7271468292,8700.689493 +408,1.684402744,0.368716966,146,-1.526189586,0.7271468292,8095.7499603 +409,0.300582244,-0.386397212,146,-1.526189586,0.7271468292,7963.7841079 +410,2.913555946,-0.009225192,146,-1.526189586,0.7271468292,7049.0148374 +411,1.465101417,0.493232532,146,-1.526189586,0.7271468292,7578.6840439 +412,0.090612882,0.907955955,146,-1.526189586,0.7271468292,4134.9571416 +413,2.987564726,-0.729568594,146,-1.526189586,0.7271468292,8542.8115617 +414,-1.484261606,0.224149272,146,-1.526189586,0.7271468292,1997.6269768 +415,0.164073421,0.303955133,146,-1.526189586,0.7271468292,5769.3955837 +416,0.141441293,0.167552546,146,-1.526189586,0.7271468292,6064.8669131 +417,2.931321023,-0.506718887,146,-1.526189586,0.7271468292,8238.0328688 +418,2.21951565,0.700596356,146,-1.526189586,0.7271468292,6386.2878251 +419,0.268112576,1.199114336,146,-1.526189586,0.7271468292,3871.3290661 +420,0.978913739,0.359223811,146,-1.526189586,0.7271468292,7548.7836206 +421,1.210898818,0.522863584,146,-1.526189586,0.7271468292,7276.383107 +422,2.347397336,0.129231362,146,-1.526189586,0.7271468292,8139.4152933 +423,0.614394501,0.556878345,146,-1.526189586,0.7271468292,6185.399145 +424,-1.398079356,0.148483366,146,-1.526189586,0.7271468292,2335.5739368 +425,2.535303836,-0.112984496,146,-1.526189586,0.7271468292,8409.8845557 +426,-1.019372593,-0.405322349,146,-1.526189586,0.7271468292,4855.690216 +427,-1.297785627,-0.160104069,146,-1.526189586,0.7271468292,3611.2984103 +428,2.144554488,0.205051084,146,-1.526189586,0.7271468292,8277.8019297 +429,-2.242387083,-0.426171285,146,-1.526189586,0.7271468292,5268.7511371 +430,0.338637212,0.909723676,146,-1.526189586,0.7271468292,4627.3942456 +431,-0.148798452,0.691042401,146,-1.526189586,0.7271468292,3989.1269594 +432,0.893524764,0.441829531,146,-1.526189586,0.7271468292,7111.2659278 +433,0.969229347,-0.368847936,146,-1.526189586,0.7271468292,9868.7132674 +434,0.436043248,0.800045688,146,-1.526189586,0.7271468292,5104.7862286 +435,1.687946607,1.081504775,146,-1.526189586,0.7271468292,5276.0150871 +436,0.522302046,-0.034889271,146,-1.526189586,0.7271468292,7707.9854428 +437,-0.178996113,-0.438090009,146,-1.526189586,0.7271468292,6746.2069187 +438,-1.094339566,0.301444068,146,-1.526189586,0.7271468292,2233.0319392 +439,-1.064070054,0.242569932,146,-1.526189586,0.7271468292,2490.1961023 +440,-1.068153768,0.230387998,146,-1.526189586,0.7271468292,2521.3153381 +441,-3.00496892,-0.23989155,146,-1.526189586,0.7271468292,6583.9081679 +442,0.21751974,0.766874888,146,-1.526189586,0.7271468292,4726.2137023 +443,0.117229532,0.007619006,146,-1.526189586,0.7271468292,6416.6491354 +444,0.777758451,0.420554741,146,-1.526189586,0.7271468292,6958.9419617 +445,-0.252356999,0.250747086,146,-1.526189586,0.7271468292,4692.0122627 +446,0.363148444,0.768483434,146,-1.526189586,0.7271468292,5040.7182227 +447,0.903191366,-0.118210676,146,-1.526189586,0.7271468292,8972.4419232 +448,-0.205755923,0.149406178,146,-1.526189586,0.7271468292,5089.6565616 +449,1.811996086,0.02364353,146,-1.526189586,0.7271468292,9387.3572037 +450,-1.100670221,0.314845373,146,-1.526189586,0.7271468292,2176.0437344 +451,0.340078597,0.850105132,146,-1.526189586,0.7271468292,4780.6231124 +452,0.258757267,0.804969236,146,-1.526189586,0.7271468292,4724.4839583 +453,2.78505352,-0.155160804,146,-1.526189586,0.7271468292,7812.8555753 +454,0.800551619,0.105822106,146,-1.526189586,0.7271468292,8023.8843293 +455,0.437940882,-0.506194031,146,-1.526189586,0.7271468292,8637.4462136 +456,2.230431122,0.63458615,146,-1.526189586,0.7271468292,6607.9367948 +457,0.527965361,0.127667701,146,-1.526189586,0.7271468292,7262.7115724 +458,-0.063643205,0.702093448,146,-1.526189586,0.7271468292,4189.3331643 +459,1.408447268,0.133010502,146,-1.526189586,0.7271468292,8954.9116688 +460,0.523795955,0.280266966,146,-1.526189586,0.7271468292,6806.8324204 +461,-0.975769313,0.072177659,146,-1.526189586,0.7271468292,3243.7189213 +462,0.549774164,-0.463663986,146,-1.526189586,0.7271468292,8874.186952 +463,0.29245874,1.095549818,146,-1.526189586,0.7271468292,4114.8656423 +464,0.143625958,0.816809593,146,-1.526189586,0.7271468292,4443.6480887 +465,0.671902494,0.611159853,146,-1.526189586,0.7271468292,6133.5255073 +466,1.239840988,0.6724199,146,-1.526189586,0.7271468292,6736.9534304 +467,0.607829703,-0.10932137,146,-1.526189586,0.7271468292,8155.5994054 +468,1.763020906,0.263996692,146,-1.526189586,0.7271468292,8480.9079653 +469,0.378714634,0.726066797,146,-1.526189586,0.7271468292,5187.6977394 +470,2.196736143,-0.153862366,146,-1.526189586,0.7271468292,9399.243803 +471,0.01702415,0.148991565,146,-1.526189586,0.7271468292,5749.245677 +472,-2.998490902,-0.158002487,146,-1.526189586,0.7271468292,6348.87697 +473,-3.051262951,-0.346595608,146,-1.526189586,0.7271468292,6994.0304797 +474,-1.069176439,0.182802941,146,-1.526189586,0.7271468292,2677.6727572 +475,0.167157509,0.595344954,146,-1.526189586,0.7271468292,5026.7841155 +476,0.613855648,0.681746124,146,-1.526189586,0.7271468292,5800.3849607 +477,1.037012736,0.682555367,146,-1.526189586,0.7271468292,6483.9614697 +478,-1.253574971,0.379755746,146,-1.526189586,0.7271468292,1648.4842048 +479,3.108590453,-0.132620738,146,-1.526189586,0.7271468292,6799.5543479 +480,0.565301296,0.022333262,146,-1.526189586,0.7271468292,7666.7135794 +481,0.547898238,0.855555614,146,-1.526189586,0.7271468292,5157.3614264 +482,0.948309381,0.417393755,146,-1.526189586,0.7271468292,7292.7391739 +483,-0.050600732,0.945269213,146,-1.526189586,0.7271468292,3768.9079165 +484,-0.977651478,-0.572363064,146,-1.526189586,0.7271468292,5521.8037293 +485,1.102014914,0.728861163,146,-1.526189586,0.7271468292,6391.0967145 +486,2.927300795,-0.282939414,146,-1.526189586,0.7271468292,7719.9393831 +487,-1.154565557,0.124434095,146,-1.526189586,0.7271468292,2720.91432 +488,1.855331234,0.291044755,146,-1.526189586,0.7271468292,8316.0814417 +489,0.830290659,0.276904518,146,-1.526189586,0.7271468292,7539.5825123 +490,0.485104466,-0.234867441,146,-1.526189586,0.7271468292,8135.3358695 +491,0.521367572,-0.33161327,146,-1.526189586,0.7271468292,8484.1354161 +1,-1.539031704,0.7349710123,147,-1.555177336,0.7375563366,48.481536042 +2,-1.536990553,0.7349663874,147,-1.555177336,0.7375563366,54.355408331 +3,-1.534951779,0.7349571355,147,-1.555177336,0.7375563366,60.248701476 +4,-1.532906461,0.7349480293,147,-1.555177336,0.7375563366,66.1771991 +5,-1.531320211,0.7346937278,147,-1.555177336,0.7375563366,70.941427185 +6,-1.539451648,0.7335131775,147,-1.555177336,0.7375563366,48.883381555 +7,-1.537429487,0.7335445708,147,-1.555177336,0.7375563366,54.492165436 +8,-1.535484998,0.7335658704,147,-1.555177336,0.7375563366,59.954946898 +9,-1.533488396,0.7336036027,147,-1.555177336,0.7375563366,65.592493933 +10,-1.531497785,0.7335842962,147,-1.555177336,0.7375563366,71.300539861 +11,-1.530259379,0.7334777758,147,-1.555177336,0.7375563366,74.945366565 +12,-1.5335454,0.7322346912,147,-1.555177336,0.7375563366,66.972029755 +13,-1.531489083,0.7322238773,147,-1.555177336,0.7375563366,72.745178918 +14,-1.530011122,0.7321679851,147,-1.555177336,0.7375563366,76.974391448 +15,-1.53348106,0.7306614094,147,-1.555177336,0.7375563366,69.402000559 +16,-1.531441779,0.7306962275,147,-1.555177336,0.7375563366,74.900979229 +17,-1.529755654,0.7306933243,147,-1.555177336,0.7375563366,79.545759804 +18,-1.533415048,0.7291384674,147,-1.555177336,0.7375563366,72.200650588 +19,-1.531392093,0.7291705353,147,-1.555177336,0.7375563366,77.474017722 +20,-1.529296523,0.7291214933,147,-1.555177336,0.7375563366,83.166402167 +21,-1.535280942,0.727267644,147,-1.555177336,0.7375563366,71.376824171 +22,-1.533378158,0.7276139666,147,-1.555177336,0.7375563366,75.310169256 +23,-1.531340368,0.7276446587,147,-1.555177336,0.7375563366,80.425895128 +24,-1.528960113,0.7276398177,147,-1.555177336,0.7375563366,86.619441396 +25,-1.533313146,0.7260818349,147,-1.555177336,0.7375563366,78.846293926 +26,-1.531259555,0.7260958115,147,-1.555177336,0.7375563366,83.833236978 +27,-1.528926415,0.7260865555,147,-1.555177336,0.7375563366,89.709165189 +28,-1.531226779,0.7245511789,147,-1.555177336,0.7375563366,87.415136635 +29,-1.528904772,0.7245519194,147,-1.555177336,0.7375563366,93.032709142 +30,-1.547195875,0.7409785979,147,-1.555177336,0.7375563366,27.009854399 +31,-1.5451475,0.740980426,147,-1.555177336,0.7375563366,32.339026437 +32,-1.543097679,0.7409798872,147,-1.555177336,0.7375563366,37.868631921 +33,-1.540720364,0.7409892687,147,-1.555177336,0.7375563366,44.446669026 +34,-1.547188511,0.7395198392,147,-1.555177336,0.7375563366,24.657718648 +35,-1.545148587,0.7395226109,147,-1.555177336,0.7375563366,30.388853868 +36,-1.543104538,0.7395314908,147,-1.555177336,0.7375563366,36.215770845 +37,-1.540727751,0.7395306258,147,-1.555177336,0.7375563366,43.038508975 +38,-1.547187029,0.7380014886,147,-1.555177336,0.7375563366,23.485834288 +39,-1.545147315,0.7380012252,147,-1.555177336,0.7375563366,29.450694889 +40,-1.54310719,0.7380060743,147,-1.555177336,0.7375563366,35.422234093 +41,-1.540719671,0.7380068206,147,-1.555177336,0.7375563366,42.412681235 +42,-1.547187189,0.7364799098,147,-1.555177336,0.7375563366,23.819975319 +43,-1.545149996,0.7364853874,147,-1.555177336,0.7375563366,29.71465848 +44,-1.543106091,0.7364823484,147,-1.555177336,0.7375563366,35.659777603 +45,-1.540717158,0.7364893901,147,-1.555177336,0.7375563366,42.621750194 +46,-1.538663972,0.7410138672,147,-1.555177336,0.7375563366,50.236796624 +47,-1.53695285,0.7409699132,147,-1.555177336,0.7375563366,55.030356972 +48,-1.534910498,0.7409641297,147,-1.555177336,0.7375563366,60.837812775 +49,-1.533145034,0.7409536636,147,-1.555177336,0.7375563366,65.878275108 +50,-1.538681336,0.7395405883,147,-1.555177336,0.7375563366,48.950742822 +51,-1.536999189,0.7395183096,147,-1.555177336,0.7375563366,53.807186769 +52,-1.534923633,0.7395144222,147,-1.555177336,0.7375563366,59.827122194 +53,-1.533267822,0.7395654306,147,-1.555177336,0.7375563366,64.662044673 +54,-1.53867273,0.7380151077,147,-1.555177336,0.7375563366,48.408553081 +55,-1.536980576,0.7379994392,147,-1.555177336,0.7375563366,53.363270188 +56,-1.534931522,0.7379944961,147,-1.555177336,0.7375563366,59.36556234 +57,-1.533387952,0.7379480264,147,-1.555177336,0.7375563366,63.884481927 +58,-1.538682279,0.7364914363,147,-1.555177336,0.7375563366,48.563439115 +59,-1.536980704,0.7364810563,147,-1.555177336,0.7375563366,53.540489445 +60,-1.534935567,0.7364752065,147,-1.555177336,0.7375563366,59.523518899 +61,-1.533042592,0.7363876366,147,-1.555177336,0.7375563366,65.088693611 +62,-1.545143426,0.7349628011,147,-1.555177336,0.7375563366,31.190219845 +63,-1.543105297,0.7349691947,147,-1.555177336,0.7375563366,36.883897343 +64,-1.541064533,0.7349647152,147,-1.555177336,0.7375563366,42.674537588 +65,-1.545411803,0.7334624714,147,-1.555177336,0.7375563366,32.948257737 +66,-1.543446606,0.7334780896,147,-1.555177336,0.7375563366,38.052224675 +67,-1.541475327,0.7334957295,147,-1.555177336,0.7375563366,43.337677122 +68,-1.545401939,0.731963266,147,-1.555177336,0.7375563366,36.279737833 +69,-1.54342253,0.7319915583,147,-1.555177336,0.7375563366,40.979889441 +70,-1.541455867,0.7320216438,147,-1.555177336,0.7375563366,45.900267162 +71,-1.545410146,0.7304422281,147,-1.555177336,0.7375563366,40.239413377 +72,-1.543435491,0.7304713664,147,-1.555177336,0.7375563366,44.497866321 +73,-1.541463105,0.7304997613,147,-1.555177336,0.7375563366,49.071308595 +74,-1.545414768,0.7289194936,147,-1.555177336,0.7375563366,44.675072124 +75,-1.543435774,0.7289538557,147,-1.555177336,0.7375563366,48.529679141 +76,-1.541457714,0.7289765881,147,-1.555177336,0.7375563366,52.774740396 +77,-1.539449415,0.7320555866,147,-1.555177336,0.7375563366,51.100442053 +78,-1.537429183,0.7321097681,147,-1.555177336,0.7375563366,56.444008616 +79,-1.535472649,0.7321497267,147,-1.555177336,0.7375563366,61.740269132 +80,-1.539457899,0.7305333307,147,-1.555177336,0.7375563366,53.953548199 +81,-1.537453161,0.7305750503,147,-1.555177336,0.7375563366,59.004899861 +82,-1.535479385,0.7306124949,147,-1.555177336,0.7375563366,64.125493395 +83,-1.53946905,0.7290102593,147,-1.555177336,0.7375563366,57.296730186 +84,-1.537459922,0.7290417293,147,-1.555177336,0.7375563366,62.096932221 +85,-1.535451349,0.7290890157,147,-1.555177336,0.7375563366,67.041838794 +86,-1.535522937,0.7279887191,147,-1.555177336,0.7375563366,69.172474453 +87,-1.539442524,0.7274735939,147,-1.555177336,0.7375563366,61.173701236 +88,-1.537424111,0.727521351,147,-1.555177336,0.7375563366,65.675171431 +89,-1.539384641,0.7259505092,147,-1.555177336,0.7375563366,65.416139057 +90,-1.537372391,0.7259947145,147,-1.555177336,0.7375563366,69.643465901 +91,-1.535340789,0.7260435356,147,-1.555177336,0.7375563366,74.138175625 +92,-1.539325716,0.7244369706,147,-1.555177336,0.7375563366,69.896702356 +93,-1.537308932,0.7244801057,147,-1.555177336,0.7375563366,73.885683654 +94,-1.535289068,0.7245247645,147,-1.555177336,0.7375563366,78.126958089 +95,-1.533261366,0.7245550236,147,-1.555177336,0.7375563366,82.634219833 +96,-1.539267302,0.722921924,147,-1.555177336,0.7375563366,74.594667207 +97,-1.537248972,0.7229660258,147,-1.555177336,0.7375563366,78.350136846 +98,-1.535219431,0.7229916471,147,-1.555177336,0.7375563366,82.440685614 +99,-1.53318962,0.7230212049,147,-1.555177336,0.7375563366,86.74212299 +100,-1.531154816,0.7230299897,147,-1.555177336,0.7375563366,91.297843662 +101,-1.528878341,0.7230370244,147,-1.555177336,0.7375563366,96.589075167 +102,-1.539218189,0.7214009878,147,-1.555177336,0.7375563366,79.471459701 +103,-1.537198791,0.7214422745,147,-1.555177336,0.7375563366,83.019777199 +104,-1.535179266,0.7214634354,147,-1.555177336,0.7375563366,86.892078152 +105,-1.533156501,0.7214944644,147,-1.555177336,0.7375563366,90.969873413 +106,-1.53113574,0.7215166021,147,-1.555177336,0.7375563366,95.267015289 +107,-1.528874248,0.7215345535,147,-1.555177336,0.7375563366,100.29604561 +108,-1.539217656,0.7198512397,147,-1.555177336,0.7375563366,84.511630975 +109,-1.537199919,0.7199428763,147,-1.555177336,0.7375563366,87.68752283 +110,-1.545425832,0.727397149,147,-1.555177336,0.7375563366,49.437385072 +111,-1.543371177,0.7273916949,147,-1.555177336,0.7375563366,53.197431842 +112,-1.541368852,0.7274523163,147,-1.555177336,0.7375563366,57.056441886 +113,-1.545349067,0.7258710923,147,-1.555177336,0.7375563366,54.60088478 +114,-1.54332671,0.7258603556,147,-1.555177336,0.7375563366,58.017060358 +115,-1.541346831,0.7259242142,147,-1.555177336,0.7375563366,61.515108594 +116,-1.545324355,0.7243383958,147,-1.555177336,0.7375563366,59.878925157 +117,-1.543292796,0.7243617413,147,-1.555177336,0.7375563366,62.927329536 +118,-1.541295822,0.7244024384,147,-1.555177336,0.7375563366,66.26042 +119,-1.543193859,0.7205570215,147,-1.555177336,0.7375563366,76.072380052 +120,-1.550257047,0.7386738187,147,-1.555177336,0.7375563366,15.081140924 +121,-1.549335448,0.7311736483,147,-1.555177336,0.7375563366,30.564169147 +122,-1.533478843,0.7179891343,147,-1.555177336,0.7375563366,100.62236445 +123,-1.556150555,0.738907041,147,-1.555177336,0.7375563366,6.0625135421 +124,-1.554324226,0.733414257,147,-1.555177336,0.7375563366,16.59700874 +125,-1.554290846,0.7288285332,147,-1.555177336,0.7375563366,34.669143706 +126,-1.55122487,0.7219795312,147,-1.555177336,0.7375563366,62.79334732 +127,-1.525104458,0.7229399862,147,-1.555177336,0.7375563366,105.95618058 +128,-1.519607711,0.7236181429,147,-1.555177336,0.7375563366,118.56620521 +129,-1.513899999,0.7251107854,147,-1.555177336,0.7375563366,131.29006349 +130,-1.536620762,0.7431061895,147,-1.555177336,0.7375563366,58.546148259 +131,-1.5369566,0.7460845958,147,-1.555177336,0.7375563366,63.024968798 +132,-1.545345528,0.7447040685,147,-1.555177336,0.7375563366,40.335129463 +133,-1.532813921,0.7432306626,147,-1.555177336,0.7375563366,69.145137543 +134,-1.554788248,0.7382381001,147,-1.555177336,0.7375563366,2.9313443224 +135,-1.540348126,0.7301594274,147,-1.555177336,0.7375563366,52.545323049 +136,-1.538016084,0.7239051786,147,-1.555177336,0.7375563366,74.068149485 +137,-1.525288962,0.7258085137,147,-1.555177336,0.7375563366,99.61940366 +138,-1.534326986,0.731241342,147,-1.555177336,0.7375563366,66.206067067 +139,-1.530733872,0.7303625216,147,-1.555177336,0.7375563366,77.331845039 +141,-1.534354939,0.7328219978,147,-1.555177336,0.7375563366,63.983002418 +142,-1.53157084,0.7292888153,147,-1.555177336,0.7375563366,76.794888138 +143,-1.525691035,0.7263799874,147,-1.555177336,0.7375563366,97.505386291 +144,-1.534031287,0.7495967835,147,-1.555177336,0.7375563366,77.94363635 +145,-1.527714986,0.7283095957,147,-1.555177336,0.7375563366,88.753478672 +146,-1.526189586,0.7271468292,147,-1.555177336,0.7375563366,94.813189765 +147,-1.555177336,0.7375563366,147,-1.555177336,0.7375563366,0 +148,-1.555080283,0.7312707794,147,-1.555177336,0.7375563366,24.898727029 +149,-1.53856994,0.7224180299,147,-1.555177336,0.7375563366,77.448542161 +150,-1.530837883,0.729933372,147,-1.555177336,0.7375563366,77.704974365 +151,-1.515066984,0.5854133365,147,-1.555177336,0.7375563366,615.47020847 +152,-1.534731633,0.5368370046,147,-1.555177336,0.7375563366,797.68587147 +153,-1.515231902,0.5607085576,147,-1.555177336,0.7375563366,711.66334066 +154,-2.616253799,1.0684566605,147,-1.555177336,0.7375563366,2782.3162943 +155,-1.956071439,0.5792177723,147,-1.555177336,0.7375563366,1397.7686786 +156,-1.951208514,0.5602434208,147,-1.555177336,0.7375563366,1427.1236622 +157,-1.944675062,0.6062144545,147,-1.555177336,0.7375563366,1309.7196989 +158,-1.613778386,0.6077989518,147,-1.555177336,0.7375563366,544.9656553 +159,-2.035029014,0.6021432345,147,-1.555177336,0.7375563366,1575.2256233 +160,-2.114989471,0.6801825058,147,-1.555177336,0.7375563366,1688.3877618 +161,-2.037382079,0.5765830025,147,-1.555177336,0.7375563366,1631.9141673 +162,-2.129855121,0.6585019963,147,-1.555177336,0.7375563366,1760.4558806 +163,-2.075141798,0.6493615843,147,-1.555177336,0.7375563366,1613.1925562 +164,-1.828626729,0.6948433129,147,-1.555177336,0.7375563366,833.06959435 +165,-1.863329418,0.6735427691,147,-1.555177336,0.7375563366,961.16959374 +166,-1.266037071,0.727988852,147,-1.555177336,0.7375563366,850.81666353 +167,-1.277579582,0.7249010648,147,-1.555177336,0.7375563366,818.80664248 +168,-1.258418684,0.7241194816,147,-1.555177336,0.7375563366,875.42598571 +169,-1.317813974,0.6804850104,147,-1.555177336,0.7375563366,747.58343528 +170,-1.344165204,0.6790988904,147,-1.555177336,0.7375563366,674.93610039 +171,-1.427582102,0.5277120351,147,-1.555177336,0.7375563366,924.84604779 +172,-1.402238616,0.457167829,147,-1.555177336,0.7375563366,1216.6582211 +173,-1.422454264,0.4996161999,147,-1.555177336,0.7375563366,1034.1337033 +174,-1.439089277,0.4894859811,147,-1.555177336,0.7375563366,1051.1911736 +175,-1.448126995,0.5182330266,147,-1.555177336,0.7375563366,933.38099676 +176,-1.474626146,0.5881926574,147,-1.555177336,0.7375563366,642.59535321 +177,-1.421139645,0.5584869783,147,-1.555177336,0.7375563366,825.15033617 +178,-1.457037165,0.565943032,147,-1.555177336,0.7375563366,746.26677975 +179,-2.757159358,0.3745319,147,-1.555177336,0.7375563366,4173.785365 +180,-2.714309238,0.342054471,147,-1.555177336,0.7375563366,4127.0834317 +181,-2.000525337,0.774119946,147,-1.555177336,0.7375563366,1286.5517029 +183,-1.571413436,0.6777838382,147,-1.555177336,0.7375563366,241.7449387 +184,-1.552860289,0.6987663893,147,-1.555177336,0.7375563366,153.80226873 +185,-1.521852374,0.7165827476,147,-1.555177336,0.7375563366,128.94233223 +186,-1.503656267,0.6928968252,147,-1.555177336,0.7375563366,234.5491229 +187,-1.502753178,0.7136205882,147,-1.555177336,0.7375563366,181.97539003 +188,-1.631894563,0.7343596465,147,-1.555177336,0.7375563366,225.56039014 +189,-1.653765416,0.6770714026,147,-1.555177336,0.7375563366,381.30075407 +190,-1.719812114,0.6715965947,147,-1.555177336,0.7375563366,560.88517081 +191,-1.493406659,0.6646955447,147,-1.555177336,0.7375563366,343.78980988 +192,-1.469120564,0.6613469966,147,-1.555177336,0.7375563366,398.79323446 +193,-1.590551461,0.5326612937,147,-1.555177336,0.7375563366,819.31806043 +194,-1.625979264,0.5247742243,147,-1.555177336,0.7375563366,872.41859508 +195,-1.572293943,0.5238808754,147,-1.555177336,0.7375563366,848.12024698 +196,-1.610848725,0.5477107964,147,-1.555177336,0.7375563366,772.2553393 +197,-1.208485554,0.7918526018,147,-1.555177336,0.7375563366,1011.2013498 +198,-1.335601374,0.6869083083,147,-1.555177336,0.7375563366,687.44095335 +199,-1.346156996,0.6825213377,147,-1.555177336,0.7375563366,663.9162552 +200,-1.324381037,0.6741422347,147,-1.555177336,0.7375563366,738.7412586 +201,-1.242424992,0.7378949807,147,-1.555177336,0.7375563366,915.02374412 +202,-1.270370057,0.7392461008,147,-1.555177336,0.7375563366,833.04134609 +203,-1.448950472,0.7441675014,147,-1.555177336,0.7375563366,311.51089561 +204,-1.492662363,0.7523026852,147,-1.555177336,0.7375563366,191.15867461 +205,-1.479098966,0.7763855017,147,-1.555177336,0.7375563366,267.59479882 +206,-1.633760714,0.7869022408,147,-1.555177336,0.7375563366,298.06295091 +207,-1.647406434,0.8101289331,147,-1.555177336,0.7375563366,388.28469764 +208,-1.564245052,0.5701509278,147,-1.555177336,0.7375563366,663.70144789 +209,-1.646289963,0.6833746083,147,-1.555177336,0.7375563366,347.59846333 +210,-1.5820631,0.6751952144,147,-1.555177336,0.7375563366,259.94461244 +211,-1.613236298,0.6681681791,147,-1.555177336,0.7375563366,326.01647935 +212,-1.914661867,0.8212566515,147,-1.555177336,0.7375563366,1062.0746214 +213,-1.742133237,0.7250275956,147,-1.555177336,0.7375563366,553.04734124 +214,-2.033144872,0.6557314699,147,-1.555177336,0.7375563366,1480.9836234 +215,-2.039551981,0.6964723658,147,-1.555177336,0.7375563366,1448.8449368 +216,-1.247341019,0.7622473908,147,-1.555177336,0.7375563366,895.88736597 +217,-1.298239787,0.7084123392,147,-1.555177336,0.7375563366,770.8100033 +218,-1.308539688,0.6926545592,147,-1.555177336,0.7375563366,757.76626691 +219,-1.303263185,0.6888938396,147,-1.555177336,0.7375563366,777.77983178 +220,-1.852400229,0.6004246149,147,-1.555177336,0.7375563366,1068.4931945 +221,-1.288947707,0.7473773692,147,-1.555177336,0.7375563366,776.89588561 +222,-1.372031502,0.7472790993,147,-1.555177336,0.7375563366,535.56791883 +223,-1.289805721,0.7242157877,147,-1.555177336,0.7375563366,783.39639457 +224,-1.350807603,0.7533498126,147,-1.555177336,0.7375563366,597.59535733 +225,-1.329290365,0.7560442322,147,-1.555177336,0.7375563366,660.0141504 +226,-1.410153004,0.616936428,147,-1.555177336,0.7375563366,654.07826747 +227,-1.393445434,0.6308995063,147,-1.555177336,0.7375563366,651.15098612 +228,-1.37595573,0.6241540638,147,-1.555177336,0.7375563366,710.46097017 +229,-1.358388707,0.6172645205,147,-1.555177336,0.7375563366,770.8103819 +230,-1.753741133,0.8281661666,147,-1.555177336,0.7375563366,662.06431321 +231,-1.47430987,0.6834615681,147,-1.555177336,0.7375563366,323.7401312 +232,-1.421012508,0.7222725206,147,-1.555177336,0.7375563366,400.4927752 +233,-1.4476833,0.6978557868,147,-1.555177336,0.7375563366,357.10226854 +234,-1.470370723,0.6966193374,147,-1.555177336,0.7375563366,300.58641507 +235,-1.429211703,0.7037216883,147,-1.555177336,0.7375563366,397.97989518 +236,-1.700578405,0.6178673663,147,-1.555177336,0.7375563366,652.07794459 +237,-1.678117619,0.6331716163,147,-1.555177336,0.7375563366,559.13124871 +238,-1.725644578,0.6316331145,147,-1.555177336,0.7375563366,669.78243406 +239,-2.14012759,0.7930497945,147,-1.555177336,0.7375563366,1673.0242545 +240,-2.103289431,0.7653606263,147,-1.555177336,0.7375563366,1580.6559199 +241,-1.318739838,0.7017808746,147,-1.555177336,0.7375563366,717.58444615 +242,-1.396417427,0.7077900843,147,-1.555177336,0.7375563366,485.9079002 +243,-1.35650337,0.7185539404,147,-1.555177336,0.7375563366,591.78038643 +244,-1.248884539,0.7274156818,147,-1.555177336,0.7375563366,901.34863724 +245,-1.395014798,0.5761185243,147,-1.555177336,0.7375563366,812.14557361 +246,-1.433377362,0.6064716109,147,-1.555177336,0.7375563366,641.46698554 +247,-1.408172432,0.5903155476,147,-1.555177336,0.7375563366,741.10104077 +248,-1.749645898,0.7757118084,147,-1.555177336,0.7375563366,579.6257489 +249,-1.571626686,0.615046989,147,-1.555177336,0.7375563366,487.90309494 +250,-1.514070049,0.6303003037,147,-1.555177336,0.7375563366,443.13799126 +251,-1.480890369,0.6237966528,147,-1.555177336,0.7375563366,505.13167693 +252,-1.704390658,0.5281680612,147,-1.555177336,0.7375563366,955.34388147 +253,-1.64434733,0.5254277498,147,-1.555177336,0.7375563366,886.82861223 +254,-1.703855997,0.4792484842,147,-1.555177336,0.7375563366,1130.0585906 +255,-1.692002383,0.5748825051,147,-1.555177336,0.7375563366,773.52054194 +256,-1.854136457,0.5544643913,147,-1.555177336,0.7375563366,1187.7843298 +257,-1.665021206,0.520317736,147,-1.555177336,0.7375563366,928.93117413 +258,-1.733654349,0.4845187345,147,-1.555177336,0.7375563366,1155.4691698 +259,-1.720938188,0.5135933906,147,-1.555177336,0.7375563366,1032.9504741 +260,-1.742668307,0.553296122,147,-1.555177336,0.7375563366,938.92422582 +261,-1.965659039,0.7142126903,147,-1.555177336,0.7375563366,1215.6789692 +262,-1.944438071,0.6772834804,147,-1.555177336,0.7375563366,1192.3069436 +263,-1.270340967,0.7681487096,147,-1.555177336,0.7375563366,830.78311572 +264,-1.353091884,0.6549276821,147,-1.555177336,0.7375563366,695.06709469 +265,-1.333236659,0.6413584414,147,-1.555177336,0.7375563366,776.82211208 +266,-1.352015998,0.6753788907,147,-1.555177336,0.7375563366,659.10395611 +267,-1.377988483,0.6577816235,147,-1.555177336,0.7375563366,623.17280199 +268,-2.13075611,0.8318642051,147,-1.555177336,0.7375563366,1642.5782498 +269,-2.097910953,0.8259670014,147,-1.555177336,0.7375563366,1554.2088252 +270,-1.416382069,0.6694271549,147,-1.555177336,0.7375563366,498.25589928 +271,-1.538905672,0.7535625993,147,-1.555177336,0.7375563366,79.131668593 +272,-1.572309477,0.7803125099,147,-1.555177336,0.7375563366,176.36551596 +273,-1.87759879,0.7503853417,147,-1.555177336,0.7375563366,939.15653575 +274,1.152365588,0.590457682,147,-1.555177336,0.7375563366,6952.4815529 +275,0.350198001,0.718001859,147,-1.555177336,0.7375563366,5182.6372478 +276,0.046513677,0.491503852,147,-1.555177336,0.7375563366,5026.560426 +277,0.027510309,0.742571376,147,-1.555177336,0.7375563366,4380.8794204 +278,0.306285725,-0.214631579,147,-1.555177336,0.7375563366,7640.2648939 +279,-1.100564889,0.318051531,147,-1.555177336,0.7375563366,2257.8618339 +280,-1.078582306,0.301437596,147,-1.555177336,0.7375563366,2360.3853135 +281,-1.137371989,-0.617634065,147,-1.555177336,0.7375563366,5577.2504591 +282,0.784356344,0.703272339,147,-1.555177336,0.7375563366,6053.7538251 +283,-1.221209947,0.218327455,147,-1.555177336,0.7375563366,2355.8586265 +284,2.347301921,-0.449114658,147,-1.555177336,0.7375563366,9733.0999189 +285,0.246820618,0.830553713,147,-1.555177336,0.7375563366,4668.9016625 +286,0.829414965,0.703288228,147,-1.555177336,0.7375563366,6124.5572453 +287,-1.337537566,0.42332223,147,-1.555177336,0.7375563366,1434.7239331 +288,0.882453706,0.454478077,147,-1.555177336,0.7375563366,7066.8320752 +289,1.575629659,0.416419109,147,-1.555177336,0.7375563366,7872.7812171 +290,-1.039455679,0.229888244,147,-1.555177336,0.7375563366,2677.1934847 +291,0.489558039,0.934482747,147,-1.555177336,0.7375563366,4847.1620596 +292,0.081344504,0.88384514,147,-1.555177336,0.7375563366,4197.5161265 +293,-1.547979814,0.300350308,147,-1.555177336,0.7375563366,1731.9443826 +294,0.040776181,0.168560074,147,-1.555177336,0.7375563366,5847.1931483 +295,-1.130374745,0.563894876,147,-1.555177336,0.7375563366,1497.7183681 +296,1.578326642,0.478507176,147,-1.555177336,0.7375563366,7626.9301454 +297,-1.12861823,-0.291640865,147,-1.555177336,0.7375563366,4364.2386706 +298,0.310524208,0.770885792,147,-1.555177336,0.7375563366,4955.6591449 +299,0.415649091,-0.387246002,147,-1.555177336,0.7375563366,8391.930751 +300,-0.926533878,-0.188022748,147,-1.555177336,0.7375563366,4317.9826296 +301,1.258856172,-0.11716081,147,-1.555177336,0.7375563366,9731.4888697 +302,-1.126050026,0.322941926,147,-1.555177336,0.7375563366,2185.2891019 +303,2.002785835,0.07893892,147,-1.555177336,0.7375563366,8879.6221928 +304,0.440437607,0.746258085,147,-1.555177336,0.7375563366,5292.1907479 +305,-0.030391866,0.214441206,147,-1.555177336,0.7375563366,5519.6629453 +306,0.521557815,-0.058929362,147,-1.555177336,0.7375563366,7841.852341 +307,-0.097005111,0.13317729,147,-1.555177336,0.7375563366,5538.2858995 +308,1.83113859,0.221857587,147,-1.555177336,0.7375563366,8540.4823045 +309,0.222428864,0.099404236,147,-1.555177336,0.7375563366,6556.974505 +310,-1.702731345,0.8728568183,147,-1.555177336,0.7375563366,670.8427511 +311,-0.418507569,0.278324921,147,-1.555177336,0.7375563366,4220.3556147 +312,-1.41153306,0.339029988,147,-1.555177336,0.7375563366,1650.3954525 +313,0.357560442,0.114788776,147,-1.555177336,0.7375563366,6896.6333824 +314,0.325818979,0.268352149,147,-1.555177336,0.7375563366,6378.5419451 +315,-1.246004659,-0.663679965,147,-1.555177336,0.7375563366,5661.1333151 +316,1.814603087,0.637404484,147,-1.555177336,0.7375563366,6935.4616576 +317,1.843704281,-0.18300445,147,-1.555177336,0.7375563366,10073.187153 +318,1.690644492,-0.211480909,147,-1.555177336,0.7375563366,10329.291784 +319,-1.275451936,0.068109467,147,-1.555177336,0.7375563366,2829.871558 +320,0.762430171,-0.207594741,147,-1.555177336,0.7375563366,8924.4622312 +321,0.265668905,-0.014647884,147,-1.555177336,0.7375563366,6991.1171157 +322,-2.773032013,-0.335515811,147,-1.555177336,0.7375563366,6142.1281678 +323,-1.469512853,0.174058777,147,-1.555177336,0.7375563366,2251.7575596 +324,0.286276986,0.785925691,147,-1.555177336,0.7375563366,4864.9672185 +325,-1.379324697,0.377432233,147,-1.555177336,0.7375563366,1541.3148288 +326,-1.203778265,0.212813032,147,-1.555177336,0.7375563366,2405.1387856 +327,0.579916301,0.611743168,147,-1.555177336,0.7375563366,5975.5581158 +328,0.267582642,0.868113908,147,-1.555177336,0.7375563366,4618.0921381 +329,0.412869244,-0.050245578,147,-1.555177336,0.7375563366,7511.1022116 +330,0.17524381,0.976660285,147,-1.555177336,0.7375563366,4187.2357911 +331,0.743157214,0.204812899,147,-1.555177336,0.7375563366,7617.7372647 +332,-1.070758176,0.269382282,147,-1.555177336,0.7375563366,2480.0337844 +333,-1.230364251,0.329790229,147,-1.555177336,0.7375563366,1948.7749941 +334,-1.374813124,-0.024926835,147,-1.555177336,0.7375563366,3088.4114764 +335,0.519780566,0.463669906,147,-1.555177336,0.7375563366,6297.2842015 +336,-1.55108034,0.239698561,147,-1.555177336,0.7375563366,1972.0646972 +337,0.180294813,0.029739425,147,-1.555177336,0.7375563366,6623.7788887 +338,0.67820924,0.268170153,147,-1.555177336,0.7375563366,7267.162253 +339,0.445798684,1.024001867,147,-1.555177336,0.7375563366,4531.4301307 +340,0.691751283,0.150521402,147,-1.555177336,0.7375563366,7668.2070668 +341,-1.036643551,-0.903056181,147,-1.555177336,0.7375563366,6738.3276153 +342,-0.120287036,1.083325163,147,-1.555177336,0.7375563366,3465.2410537 +343,2.823513113,-0.304487164,147,-1.555177336,0.7375563366,7995.1982213 +344,0.457583172,1.12513373,147,-1.555177336,0.7375563366,4282.3062726 +345,0.042918831,0.813795399,147,-1.555177336,0.7375563366,4261.5878869 +346,1.196146777,-0.853142756,147,-1.555177336,0.7375563366,11274.369468 +347,0.206001358,-0.010430701,147,-1.555177336,0.7375563366,6806.5561267 +348,-0.268308653,0.234799412,147,-1.555177336,0.7375563366,4771.3238658 +349,0.759363263,0.736189579,147,-1.555177336,0.7375563366,5903.8138481 +350,0.181363926,0.891988372,147,-1.555177336,0.7375563366,4387.5193293 +351,-0.021111158,0.139103292,147,-1.555177336,0.7375563366,5744.8222454 +352,-0.093355215,0.630686981,147,-1.555177336,0.7375563366,4321.5753075 +353,0.40118964,0.681375926,147,-1.555177336,0.7375563366,5394.5040434 +354,-0.721197315,1.304706234,147,-1.555177336,0.7375563366,2680.767083 +355,-1.076150317,0.212107639,147,-1.555177336,0.7375563366,2654.8918461 +356,-1.577164531,0.273993443,147,-1.555177336,0.7375563366,1837.6976472 +357,-0.190788414,0.182208586,147,-1.555177336,0.7375563366,5134.7905276 +358,-0.261349752,0.209710184,147,-1.555177336,0.7375563366,4856.4654318 +359,-1.029303852,0.083549259,147,-1.555177336,0.7375563366,3183.7111927 +360,-1.268609162,0.330525297,147,-1.555177336,0.7375563366,1877.4953564 +361,1.282982244,-0.926641967,147,-1.555177336,0.7375563366,11346.535418 +362,0.217352334,0.731352408,147,-1.555177336,0.7375563366,4852.9959447 +363,-1.511833084,0.258629297,147,-1.555177336,0.7375563366,1902.7980984 +364,0.338812194,0.823184618,147,-1.555177336,0.7375563366,4875.8547225 +365,-0.324406489,1.134201999,147,-1.555177336,0.7375563366,3073.420725 +366,1.389579348,0.399185724,147,-1.555177336,0.7375563366,7883.9146868 +367,2.047152199,-0.039082036,147,-1.555177336,0.7375563366,9231.116918 +368,0.947780369,0.568250077,147,-1.555177336,0.7375563366,6774.1109416 +369,0.763824846,0.576754987,147,-1.555177336,0.7375563366,6441.3120445 +370,-0.142334657,0.928153068,147,-1.555177336,0.7375563366,3632.7470803 +371,0.610266567,0.547265983,147,-1.555177336,0.7375563366,6238.3227934 +372,0.210731629,0.746815056,147,-1.555177336,0.7375563366,4799.1642331 +373,-1.34931644,0.316895224,147,-1.555177336,0.7375563366,1804.8758942 +374,2.407696481,0.655030745,147,-1.555177336,0.7375563366,6183.1168367 +375,0.64207831,0.545359131,147,-1.555177336,0.7375563366,6309.6202139 +376,1.174597538,0.840588356,147,-1.555177336,0.7375563366,6029.2562436 +377,0.660059424,0.010604079,147,-1.555177336,0.7375563366,8015.392077 +378,-0.730263819,0.010486456,147,-1.555177336,0.7375563366,4105.368381 +379,0.831068936,0.512339172,147,-1.555177336,0.7375563366,6778.2151218 +380,1.301180979,0.72367476,147,-1.555177336,0.7375563366,6566.7167282 +381,1.811128231,0.322854402,147,-1.555177336,0.7375563366,8163.8979477 +382,0.435105812,0.992284428,147,-1.555177336,0.7375563366,4599.5478486 +383,0.62643634,0.592027932,147,-1.555177336,0.7375563366,6130.6772647 +384,0.492988703,-0.516339467,147,-1.555177336,0.7375563366,8909.9160568 +385,-0.162469483,0.112549365,147,-1.555177336,0.7375563366,5400.8500792 +386,0.314630866,0.472006421,147,-1.555177336,0.7375563366,5779.0383551 +387,0.166744804,0.822815954,147,-1.555177336,0.7375563366,4517.3247822 +388,0.417159608,0.965805736,147,-1.555177336,0.7375563366,4641.039336 +389,0.106334961,0.868774244,147,-1.555177336,0.7375563366,4283.0902697 +390,0.815086969,-0.338144359,147,-1.555177336,0.7375563366,9426.8947452 +391,0.59867455,-0.230624824,147,-1.555177336,0.7375563366,8530.6654708 +392,1.915104874,0.066220985,147,-1.555177336,0.7375563366,9047.9600868 +393,1.278093622,0.064463721,147,-1.555177336,0.7375563366,9079.344607 +394,-0.061477853,0.302997961,147,-1.555177336,0.7375563366,5200.3266714 +395,0.251311504,0.626976942,147,-1.555177336,0.7375563366,5202.2821257 +396,2.950242872,0.149095644,147,-1.555177336,0.7375563366,6422.0753647 +397,-0.180294708,0.35375117,147,-1.555177336,0.7375563366,4728.7154732 +398,1.010448592,-0.351180233,147,-1.555177336,0.7375563366,9989.9685116 +399,-1.748740498,0.3686318073,147,-1.555177336,0.7375563366,1596.9489247 +400,2.699635665,0.123533791,147,-1.555177336,0.7375563366,7188.5019579 +401,0.496808033,0.823843254,147,-1.555177336,0.7375563366,5177.1757405 +402,0.129574704,0.763364087,147,-1.555177336,0.7375563366,4574.0880331 +403,1.798920311,0.817447563,147,-1.555177336,0.7375563366,6239.3640356 +404,0.335987953,0.746786541,147,-1.555177336,0.7375563366,5074.0360164 +405,-1.085413643,0.292154671,147,-1.555177336,0.7375563366,2374.3071852 +406,-0.155321003,0.508207011,147,-1.555177336,0.7375563366,4429.5260024 +407,0.620529244,-0.301175104,147,-1.555177336,0.7375563366,8777.9457534 +408,1.684402744,0.368716966,147,-1.555177336,0.7375563366,8047.241277 +409,0.300582244,-0.386397212,147,-1.555177336,0.7375563366,8053.72235 +410,2.913555946,-0.009225192,147,-1.555177336,0.7375563366,6957.9474755 +411,1.465101417,0.493232532,147,-1.555177336,0.7375563366,7548.5817048 +412,0.090612882,0.907955955,147,-1.555177336,0.7375563366,4166.4077303 +413,2.987564726,-0.729568594,147,-1.555177336,0.7375563366,8487.978254 +414,-1.484261606,0.224149272,147,-1.555177336,0.7375563366,2048.1850424 +415,0.164073421,0.303955133,147,-1.555177336,0.7375563366,5837.821603 +416,0.141441293,0.167552546,147,-1.555177336,0.7375563366,6140.4295917 +417,2.931321023,-0.506718887,147,-1.555177336,0.7375563366,8165.8379178 +418,2.21951565,0.700596356,147,-1.555177336,0.7375563366,6311.4664379 +419,0.268112576,1.199114336,147,-1.555177336,0.7375563366,3870.3717878 +420,0.978913739,0.359223811,147,-1.555177336,0.7375563366,7564.485342 +421,1.210898818,0.522863584,147,-1.555177336,0.7375563366,7266.7710642 +422,2.347397336,0.129231362,147,-1.555177336,0.7375563366,8047.870982 +423,0.614394501,0.556878345,147,-1.555177336,0.7375563366,6216.7405832 +424,-1.398079356,0.148483366,147,-1.555177336,0.7375563366,2396.8220058 +425,2.535303836,-0.112984496,147,-1.555177336,0.7375563366,8315.3649296 +426,-1.019372593,-0.405322349,147,-1.555177336,0.7375563366,4933.1309654 +427,-1.297785627,-0.160104069,147,-1.555177336,0.7375563366,3676.1280629 +428,2.144554488,0.205051084,147,-1.555177336,0.7375563366,8194.7087339 +429,-2.242387083,-0.426171285,147,-1.555177336,0.7375563366,5249.8574922 +430,0.338637212,0.909723676,147,-1.555177336,0.7375563366,4649.7605363 +431,-0.148798452,0.691042401,147,-1.555177336,0.7375563366,4046.8070208 +432,0.893524764,0.441829531,147,-1.555177336,0.7375563366,7129.8463967 +433,0.969229347,-0.368847936,147,-1.555177336,0.7375563366,9931.0314699 +434,0.436043248,0.800045688,147,-1.555177336,0.7375563366,5130.860408 +435,1.687946607,1.081504775,147,-1.555177336,0.7375563366,5231.2255267 +436,0.522302046,-0.034889271,147,-1.555177336,0.7375563366,7776.1962401 +437,-0.178996113,-0.438090009,147,-1.555177336,0.7375563366,6841.0131244 +438,-1.094339566,0.301444068,147,-1.555177336,0.7375563366,2324.6231026 +439,-1.064070054,0.242569932,147,-1.555177336,0.7375563366,2581.3248118 +440,-1.068153768,0.230387998,147,-1.555177336,0.7375563366,2611.9878184 +441,-3.00496892,-0.23989155,147,-1.555177336,0.7375563366,6511.3312965 +442,0.21751974,0.766874888,147,-1.555177336,0.7375563366,4764.2560129 +443,0.117229532,0.007619006,147,-1.555177336,0.7375563366,6499.2158297 +444,0.777758451,0.420554741,147,-1.555177336,0.7375563366,6986.9684748 +445,-0.252356999,0.250747086,147,-1.555177336,0.7375563366,4777.2145425 +446,0.363148444,0.768483434,147,-1.555177336,0.7375563366,5072.2963318 +447,0.903191366,-0.118210676,147,-1.555177336,0.7375563366,9020.9821129 +448,-0.205755923,0.149406178,147,-1.555177336,0.7375563366,5176.8243094 +449,1.811996086,0.02364353,147,-1.555177336,0.7375563366,9322.5706996 +450,-1.100670221,0.314845373,147,-1.555177336,0.7375563366,2267.773722 +451,0.340078597,0.850105132,147,-1.555177336,0.7375563366,4807.4157106 +452,0.258757267,0.804969236,147,-1.555177336,0.7375563366,4758.0056266 +453,2.78505352,-0.155160804,147,-1.555177336,0.7375563366,7722.3975347 +454,0.800551619,0.105822106,147,-1.555177336,0.7375563366,8066.9645725 +455,0.437940882,-0.506194031,147,-1.555177336,0.7375563366,8728.2701913 +456,2.230431122,0.63458615,147,-1.555177336,0.7375563366,6531.0390231 +457,0.527965361,0.127667701,147,-1.555177336,0.7375563366,7322.3183622 +458,-0.063643205,0.702093448,147,-1.555177336,0.7375563366,4243.1548919 +459,1.408447268,0.133010502,147,-1.555177336,0.7375563366,8935.8929399 +460,0.523795955,0.280266966,147,-1.555177336,0.7375563366,6858.6627764 +461,-0.975769313,0.072177659,147,-1.555177336,0.7375563366,3333.9455002 +462,0.549774164,-0.463663986,147,-1.555177336,0.7375563366,8961.3617601 +463,0.29245874,1.095549818,147,-1.555177336,0.7375563366,4123.2087088 +464,0.143625958,0.816809593,147,-1.555177336,0.7375563366,4480.839256 +465,0.671902494,0.611159853,147,-1.555177336,0.7375563366,6158.4317205 +466,1.239840988,0.6724199,147,-1.555177336,0.7375563366,6721.1476807 +467,0.607829703,-0.10932137,147,-1.555177336,0.7375563366,8223.2510731 +468,1.763020906,0.263996692,147,-1.555177336,0.7375563366,8424.6543022 +469,0.378714634,0.726066797,147,-1.555177336,0.7375563366,5221.410181 +470,2.196736143,-0.153862366,147,-1.555177336,0.7375563366,9306.5736956 +471,0.01702415,0.148991565,147,-1.555177336,0.7375563366,5829.956627 +472,-2.998490902,-0.158002487,147,-1.555177336,0.7375563366,6272.974446 +473,-3.051262951,-0.346595608,147,-1.555177336,0.7375563366,6924.6519127 +474,-1.069176439,0.182802941,147,-1.555177336,0.7375563366,2767.0587624 +475,0.167157509,0.595344954,147,-1.555177336,0.7375563366,5078.7449656 +476,0.613855648,0.681746124,147,-1.555177336,0.7375563366,5824.7126394 +477,1.037012736,0.682555367,147,-1.555177336,0.7375563366,6481.948214 +478,-1.253574971,0.379755746,147,-1.555177336,0.7375563366,1734.541944 +479,3.108590453,-0.132620738,147,-1.555177336,0.7375563366,6716.6668587 +480,0.565301296,0.022333262,147,-1.555177336,0.7375563366,7729.7207483 +481,0.547898238,0.855555614,147,-1.555177336,0.7375563366,5174.5244479 +482,0.948309381,0.417393755,147,-1.555177336,0.7375563366,7308.2554734 +483,-0.050600732,0.945269213,147,-1.555177336,0.7375563366,3801.0812926 +484,-0.977651478,-0.572363064,147,-1.555177336,0.7375563366,5597.3676965 +485,1.102014914,0.728861163,147,-1.555177336,0.7375563366,6383.0842287 +486,2.927300795,-0.282939414,147,-1.555177336,0.7375563366,7637.0023712 +487,-1.154565557,0.124434095,147,-1.555177336,0.7375563366,2804.1191247 +488,1.855331234,0.291044755,147,-1.555177336,0.7375563366,8252.7487113 +489,0.830290659,0.276904518,147,-1.555177336,0.7375563366,7571.1548126 +490,0.485104466,-0.234867441,147,-1.555177336,0.7375563366,8214.7345656 +491,0.521367572,-0.33161327,147,-1.555177336,0.7375563366,8566.5491028 +1,-1.539031704,0.7349710123,148,-1.555080283,0.7312707794,49.458298891 +2,-1.536990553,0.7349663874,148,-1.555080283,0.7312707794,55.220162855 +3,-1.534951779,0.7349571355,148,-1.555080283,0.7312707794,61.018433749 +4,-1.532906461,0.7349480293,148,-1.555080283,0.7312707794,66.871457929 +5,-1.531320211,0.7346937278,148,-1.555080283,0.7312707794,71.244752889 +6,-1.539451648,0.7335131775,148,-1.555080283,0.7312707794,46.880036886 +7,-1.537429487,0.7335445708,148,-1.555080283,0.7312707794,52.760387964 +8,-1.535484998,0.7335658704,148,-1.555080283,0.7312707794,58.423954926 +9,-1.533488396,0.7336036027,148,-1.555080283,0.7312707794,64.259429037 +10,-1.531497785,0.7335842962,148,-1.555080283,0.7312707794,70.056679677 +11,-1.530259379,0.7334777758,148,-1.555080283,0.7312707794,73.626327919 +12,-1.5335454,0.7322346912,148,-1.555080283,0.7312707794,63.57752359 +13,-1.531489083,0.7322238773,148,-1.555080283,0.7312707794,69.625335116 +14,-1.530011122,0.7321679851,148,-1.555080283,0.7312707794,73.9656196 +15,-1.53348106,0.7306614094,148,-1.555080283,0.7312707794,63.74305202 +16,-1.531441779,0.7306962275,148,-1.555080283,0.7312707794,69.747224184 +17,-1.529755654,0.7306933243,148,-1.555080283,0.7312707794,74.717478987 +18,-1.533415048,0.7291384674,148,-1.555080283,0.7312707794,64.491038715 +19,-1.531392093,0.7291705353,148,-1.555080283,0.7312707794,70.397601161 +20,-1.529296523,0.7291214933,148,-1.555080283,0.7312707794,76.564698905 +21,-1.535280942,0.727267644,148,-1.555080283,0.7312707794,60.589711125 +22,-1.533378158,0.7276139666,148,-1.555080283,0.7312707794,65.70450868 +23,-1.531340368,0.7276446587,148,-1.555080283,0.7312707794,71.560944588 +24,-1.528960113,0.7276398177,148,-1.555080283,0.7312707794,78.463071388 +25,-1.533313146,0.7260818349,148,-1.555080283,0.7312707794,67.527826775 +26,-1.531259555,0.7260958115,148,-1.555080283,0.7312707794,73.315683686 +27,-1.528926415,0.7260865555,148,-1.555080283,0.7312707794,79.968112715 +28,-1.531226779,0.7245511789,148,-1.555080283,0.7312707794,75.391760124 +29,-1.528904772,0.7245519194,148,-1.555080283,0.7312707794,81.850790463 +30,-1.547195875,0.7409785979,148,-1.555080283,0.7312707794,44.880201762 +31,-1.5451475,0.740980426,148,-1.555080283,0.7312707794,48.262314799 +32,-1.543097679,0.7409798872,148,-1.555080283,0.7312707794,52.116719557 +33,-1.540720364,0.7409892687,148,-1.555080283,0.7312707794,57.084006705 +34,-1.547188511,0.7395198392,148,-1.555080283,0.7312707794,40.061997955 +35,-1.545148587,0.7395226109,148,-1.555080283,0.7312707794,43.81063233 +36,-1.543104538,0.7395314908,148,-1.555080283,0.7312707794,48.041748033 +37,-1.540727751,0.7395306258,148,-1.555080283,0.7312707794,53.363598113 +38,-1.547187029,0.7380014886,148,-1.555080283,0.7312707794,35.341991633 +39,-1.545147315,0.7380012252,148,-1.555080283,0.7312707794,39.53659568 +40,-1.54310719,0.7380060743,148,-1.555080283,0.7312707794,44.161932348 +41,-1.540719671,0.7380068206,148,-1.555080283,0.7312707794,49.936173361 +42,-1.547187189,0.7364799098,148,-1.555080283,0.7312707794,31.060252601 +43,-1.545149996,0.7364853874,148,-1.555080283,0.7312707794,35.773829301 +44,-1.543106091,0.7364823484,148,-1.555080283,0.7312707794,40.824099346 +45,-1.540717158,0.7364893901,148,-1.555080283,0.7312707794,47.03279593 +46,-1.538663972,0.7410138672,148,-1.555080283,0.7312707794,61.736044621 +47,-1.53695285,0.7409699132,148,-1.555080283,0.7312707794,65.630156271 +48,-1.534910498,0.7409641297,148,-1.555080283,0.7312707794,70.565592944 +49,-1.533145034,0.7409536636,148,-1.555080283,0.7312707794,74.9456062 +50,-1.538681336,0.7395405883,148,-1.555080283,0.7312707794,58.250936755 +51,-1.536999189,0.7395183096,148,-1.555080283,0.7312707794,62.352638739 +52,-1.534923633,0.7395144222,148,-1.555080283,0.7312707794,67.613477892 +53,-1.533267822,0.7395654306,148,-1.555080283,0.7312707794,72.001264154 +54,-1.53867273,0.7380151077,148,-1.555080283,0.7312707794,55.131469073 +55,-1.536980576,0.7379994392,148,-1.555080283,0.7312707794,59.503580434 +56,-1.534931522,0.7379944961,148,-1.555080283,0.7312707794,64.93652987 +57,-1.533387952,0.7379480264,148,-1.555080283,0.7312707794,69.029934454 +58,-1.538682279,0.7364914363,148,-1.555080283,0.7312707794,52.478099585 +59,-1.536980704,0.7364810563,148,-1.555080283,0.7312707794,57.097416288 +60,-1.534935567,0.7364752065,148,-1.555080283,0.7312707794,62.736305538 +61,-1.533042592,0.7363876366,148,-1.555080283,0.7312707794,67.917678575 +62,-1.545143426,0.7349628011,148,-1.555080283,0.7312707794,32.700231739 +63,-1.543105297,0.7349691947,148,-1.555080283,0.7312707794,38.16988981 +64,-1.541064533,0.7349647152,148,-1.555080283,0.7312707794,43.771451388 +65,-1.545411803,0.7334624714,148,-1.555080283,0.7312707794,29.771096848 +66,-1.543446606,0.7334780896,148,-1.555080283,0.7312707794,35.363075776 +67,-1.541475327,0.7334957295,148,-1.555080283,0.7312707794,41.028651635 +68,-1.545401939,0.731963266,148,-1.555080283,0.7312707794,28.657092793 +69,-1.54342253,0.7319915583,148,-1.555080283,0.7312707794,34.477488412 +70,-1.541455867,0.7320216438,148,-1.555080283,0.7312707794,40.264869182 +71,-1.545410146,0.7304422281,148,-1.555080283,0.7312707794,28.708984456 +72,-1.543435491,0.7304713664,148,-1.555080283,0.7312707794,34.489950942 +73,-1.541463105,0.7304997613,148,-1.555080283,0.7312707794,40.276901236 +74,-1.545414768,0.7289194936,148,-1.555080283,0.7312707794,30.00843291 +75,-1.543435774,0.7289538557,148,-1.555080283,0.7312707794,35.571044835 +76,-1.541457714,0.7289765881,148,-1.555080283,0.7312707794,41.218443071 +77,-1.539449415,0.7320555866,148,-1.555080283,0.7312707794,46.172447299 +78,-1.537429183,0.7321097681,148,-1.555080283,0.7312707794,52.126470185 +79,-1.535472649,0.7321497267,148,-1.555080283,0.7312707794,57.890294035 +80,-1.539457899,0.7305333307,148,-1.555080283,0.7312707794,46.166634548 +81,-1.537453161,0.7305750503,148,-1.555080283,0.7312707794,52.058538281 +82,-1.535479385,0.7306124949,148,-1.555080283,0.7312707794,57.864296134 +83,-1.53946905,0.7290102593,148,-1.555080283,0.7312707794,46.934643014 +84,-1.537459922,0.7290417293,148,-1.555080283,0.7312707794,52.745512777 +85,-1.535451349,0.7290890157,148,-1.555080283,0.7312707794,58.568762645 +86,-1.535522937,0.7279887191,148,-1.555080283,0.7312707794,59.190092108 +87,-1.539442524,0.7274735939,148,-1.555080283,0.7312707794,48.570082394 +88,-1.537424111,0.727521351,148,-1.555080283,0.7312707794,54.216145736 +89,-1.539384641,0.7259505092,148,-1.555080283,0.7312707794,50.947645638 +90,-1.537372391,0.7259947145,148,-1.555080283,0.7312707794,56.349297996 +91,-1.535340789,0.7260435356,148,-1.555080283,0.7312707794,61.898743703 +92,-1.539325716,0.7244369706,148,-1.555080283,0.7312707794,53.883054875 +93,-1.537308932,0.7244801057,148,-1.555080283,0.7312707794,59.03700074 +94,-1.535289068,0.7245247645,148,-1.555080283,0.7312707794,64.336894899 +95,-1.533261366,0.7245550236,148,-1.555080283,0.7312707794,69.789223607 +96,-1.539267302,0.722921924,148,-1.555080283,0.7312707794,57.300480255 +97,-1.537248972,0.7229660258,148,-1.555080283,0.7312707794,62.180090603 +98,-1.535219431,0.7229916471,148,-1.555080283,0.7312707794,67.301450892 +99,-1.53318962,0.7230212049,148,-1.555080283,0.7312707794,72.552027964 +100,-1.531154816,0.7230299897,148,-1.555080283,0.7312707794,77.960193807 +101,-1.528878341,0.7230370244,148,-1.555080283,0.7312707794,84.113714184 +102,-1.539218189,0.7214009878,148,-1.555080283,0.7312707794,61.112022585 +103,-1.537198791,0.7214422745,148,-1.555080283,0.7312707794,65.721696935 +104,-1.535179266,0.7214634354,148,-1.555080283,0.7312707794,70.581980896 +105,-1.533156501,0.7214944644,148,-1.555080283,0.7312707794,75.590848724 +106,-1.53113574,0.7215166021,148,-1.555080283,0.7312707794,80.745201472 +107,-1.528874248,0.7215345535,148,-1.555080283,0.7312707794,86.65215229 +108,-1.539217656,0.7198512397,148,-1.555080283,0.7312707794,65.234123216 +109,-1.537199919,0.7199428763,148,-1.555080283,0.7312707794,69.429086434 +110,-1.545425832,0.727397149,148,-1.555080283,0.7312707794,32.379457237 +111,-1.543371177,0.7273916949,148,-1.555080283,0.7312707794,37.841343832 +112,-1.541368852,0.7274523163,148,-1.555080283,0.7312707794,43.226507152 +113,-1.545349067,0.7258710923,148,-1.555080283,0.7312707794,35.84082438 +114,-1.54332671,0.7258603556,148,-1.555080283,0.7312707794,40.815453652 +115,-1.541346831,0.7259242142,148,-1.555080283,0.7312707794,45.779640781 +116,-1.545324355,0.7243383958,148,-1.555080283,0.7312707794,39.830339603 +117,-1.543292796,0.7243617413,148,-1.555080283,0.7312707794,44.318763489 +118,-1.541295822,0.7244024384,148,-1.555080283,0.7312707794,49.009407784 +119,-1.543193859,0.7205570215,148,-1.555080283,0.7312707794,55.143286623 +120,-1.550257047,0.7386738187,148,-1.555080283,0.7312707794,32.568882758 +121,-1.549335448,0.7311736483,148,-1.555080283,0.7312707794,16.942461262 +122,-1.533478843,0.7179891343,148,-1.555080283,0.7312707794,82.895875277 +123,-1.556150555,0.738907041,148,-1.555080283,0.7312707794,30.410253957 +124,-1.554324226,0.733414257,148,-1.555080283,0.7312707794,8.7775063035 +125,-1.554290846,0.7288285332,148,-1.555080283,0.7312707794,9.9503873506 +126,-1.55122487,0.7219795312,148,-1.555080283,0.7312707794,38.531959144 +127,-1.525104458,0.7229399862,148,-1.555080283,0.7312707794,94.64313574 +128,-1.519607711,0.7236181429,148,-1.555080283,0.7312707794,109.22816325 +129,-1.513899999,0.7251107854,148,-1.555080283,0.7312707794,124.16239964 +130,-1.536620762,0.7431061895,148,-1.555080283,0.7312707794,71.610467401 +131,-1.5369566,0.7460845958,148,-1.555080283,0.7312707794,79.120245467 +132,-1.545345528,0.7447040685,148,-1.555080283,0.7312707794,60.373651175 +133,-1.532813921,0.7432306626,148,-1.555080283,0.7312707794,80.667602613 +134,-1.554788248,0.7382381001,148,-1.555080283,0.7312707794,27.61090076 +135,-1.540348126,0.7301594274,148,-1.555080283,0.7312707794,43.678335407 +136,-1.538016084,0.7239051786,148,-1.555080283,0.7312707794,58.300400427 +137,-1.525288962,0.7258085137,148,-1.555080283,0.7312707794,90.665544553 +138,-1.534326986,0.731241342,148,-1.555080283,0.7312707794,61.186892445 +139,-1.530733872,0.7303625216,148,-1.555080283,0.7312707794,71.898461416 +141,-1.534354939,0.7328219978,148,-1.555080283,0.7312707794,61.369366931 +142,-1.53157084,0.7292888153,148,-1.555080283,0.7312707794,69.8159761 +143,-1.525691035,0.7263799874,148,-1.555080283,0.7312707794,88.970489777 +144,-1.534031287,0.7495967835,148,-1.555080283,0.7312707794,95.166262405 +145,-1.527714986,0.7283095957,148,-1.555080283,0.7312707794,81.633370522 +146,-1.526189586,0.7271468292,148,-1.555080283,0.7312707794,86.883036623 +147,-1.555177336,0.7375563366,148,-1.555080283,0.7312707794,24.898727029 +148,-1.555080283,0.7312707794,148,-1.555080283,0.7312707794,0 +149,-1.53856994,0.7224180299,148,-1.555080283,0.7312707794,60.148122584 +150,-1.530837883,0.729933372,148,-1.555080283,0.7312707794,71.711305386 +151,-1.515066984,0.5854133365,148,-1.555080283,0.7312707794,591.12067703 +152,-1.534731633,0.5368370046,148,-1.555080283,0.7312707794,772.86218086 +153,-1.515231902,0.5607085576,148,-1.555080283,0.7312707794,687.17616589 +154,-2.616253799,1.0684566605,148,-1.555080283,0.7312707794,2801.449647 +155,-1.956071439,0.5792177723,148,-1.555080283,0.7312707794,1390.0869622 +156,-1.951208514,0.5602434208,148,-1.555080283,0.7312707794,1418.2276722 +157,-1.944675062,0.6062144545,148,-1.555080283,0.7312707794,1303.3389269 +158,-1.613778386,0.6077989518,148,-1.555080283,0.7312707794,521.8258613 +159,-2.035029014,0.6021432345,148,-1.555080283,0.7312707794,1571.0328255 +160,-2.114989471,0.6801825058,148,-1.555080283,0.7312707794,1690.1976163 +161,-2.037382079,0.5765830025,148,-1.555080283,0.7312707794,1626.3937682 +162,-2.129855121,0.6585019963,148,-1.555080283,0.7312707794,1761.2804278 +163,-2.075141798,0.6493615843,148,-1.555080283,0.7312707794,1612.5728077 +164,-1.828626729,0.6948433129,148,-1.555080283,0.7312707794,830.91443205 +165,-1.863329418,0.6735427691,148,-1.555080283,0.7312707794,957.69908788 +166,-1.266037071,0.727988852,148,-1.555080283,0.7312707794,852.20509695 +167,-1.277579582,0.7249010648,148,-1.555080283,0.7312707794,819.69596451 +168,-1.258418684,0.7241194816,148,-1.555080283,0.7312707794,876.46249978 +169,-1.317813974,0.6804850104,148,-1.555080283,0.7312707794,742.06984758 +170,-1.344165204,0.6790988904,148,-1.555080283,0.7312707794,668.20885659 +171,-1.427582102,0.5277120351,148,-1.555080283,0.7312707794,902.87602371 +172,-1.402238616,0.457167829,148,-1.555080283,0.7312707794,1194.3707455 +173,-1.422454264,0.4996161999,148,-1.555080283,0.7312707794,1011.8291484 +174,-1.439089277,0.4894859811,148,-1.555080283,0.7312707794,1028.1938207 +175,-1.448126995,0.5182330266,148,-1.555080283,0.7312707794,910.47226886 +176,-1.474626146,0.5881926574,148,-1.555080283,0.7312707794,619.89949458 +177,-1.421139645,0.5584869783,148,-1.555080283,0.7312707794,804.27750113 +178,-1.457037165,0.565943032,148,-1.555080283,0.7312707794,723.88101751 +179,-2.757159358,0.3745319,148,-1.555080283,0.7312707794,4175.4080368 +180,-2.714309238,0.342054471,148,-1.555080283,0.7312707794,4127.2640944 +181,-2.000525337,0.774119946,148,-1.555080283,0.7312707794,1293.5529386 +183,-1.571413436,0.6777838382,148,-1.555080283,0.7312707794,217.51627048 +184,-1.552860289,0.6987663893,148,-1.555080283,0.7312707794,128.92093435 +185,-1.521852374,0.7165827476,148,-1.555080283,0.7312707794,114.48744966 +186,-1.503656267,0.6928968252,148,-1.555080283,0.7312707794,216.48999569 +187,-1.502753178,0.7136205882,148,-1.555080283,0.7312707794,170.47133482 +188,-1.631894563,0.7343596465,148,-1.555080283,0.7312707794,226.46122149 +189,-1.653765416,0.6770714026,148,-1.555080283,0.7312707794,367.07631298 +190,-1.719812114,0.6715965947,148,-1.555080283,0.7312707794,551.23995203 +191,-1.493406659,0.6646955447,148,-1.555080283,0.7312707794,323.30168611 +192,-1.469120564,0.6613469966,148,-1.555080283,0.7312707794,380.58779618 +193,-1.590551461,0.5326612937,148,-1.555080283,0.7312707794,794.74871434 +194,-1.625979264,0.5247742243,148,-1.555080283,0.7312707794,848.62973233 +195,-1.572293943,0.5238808754,148,-1.555080283,0.7312707794,823.30619853 +196,-1.610848725,0.5477107964,148,-1.555080283,0.7312707794,748.21534095 +197,-1.208485554,0.7918526018,148,-1.555080283,0.7312707794,1019.3206907 +198,-1.335601374,0.6869083083,148,-1.555080283,0.7312707794,682.08842697 +199,-1.346156996,0.6825213377,148,-1.555080283,0.7312707794,657.55839748 +200,-1.324381037,0.6741422347,148,-1.555080283,0.7312707794,732.21322728 +201,-1.242424992,0.7378949807,148,-1.555080283,0.7312707794,917.72943996 +202,-1.270370057,0.7392461008,148,-1.555080283,0.7312707794,835.70812532 +203,-1.448950472,0.7441675014,148,-1.555080283,0.7312707794,315.17707504 +204,-1.492662363,0.7523026852,148,-1.555080283,0.7312707794,200.39080275 +205,-1.479098966,0.7763855017,148,-1.555080283,0.7312707794,282.91267753 +206,-1.633760714,0.7869022408,148,-1.555080283,0.7312707794,315.61660787 +207,-1.647406434,0.8101289331,148,-1.555080283,0.7312707794,407.72754523 +208,-1.564245052,0.5701509278,148,-1.555080283,0.7312707794,638.84512842 +209,-1.646289963,0.6833746083,148,-1.555080283,0.7312707794,333.67032819 +210,-1.5820631,0.6751952144,148,-1.555080283,0.7312707794,236.59134037 +211,-1.613236298,0.6681681791,148,-1.555080283,0.7312707794,305.7695428 +212,-1.914661867,0.8212566515,148,-1.555080283,0.7312707794,1073.1705081 +213,-1.742133237,0.7250275956,148,-1.555080283,0.7312707794,553.21797918 +214,-2.033144872,0.6557314699,148,-1.555080283,0.7312707794,1479.9687186 +215,-2.039551981,0.6964723658,148,-1.555080283,0.7312707794,1450.6057043 +216,-1.247341019,0.7622473908,148,-1.555080283,0.7312707794,901.21169433 +217,-1.298239787,0.7084123392,148,-1.555080283,0.7312707794,769.3267237 +218,-1.308539688,0.6926545592,148,-1.555080283,0.7312707794,754.05175706 +219,-1.303263185,0.6888938396,148,-1.555080283,0.7312707794,773.76428415 +220,-1.852400229,0.6004246149,148,-1.555080283,0.7312707794,1058.4916084 +221,-1.288947707,0.7473773692,148,-1.555080283,0.7312707794,780.47295689 +222,-1.372031502,0.7472790993,148,-1.555080283,0.7312707794,539.1670474 +223,-1.289805721,0.7242157877,148,-1.555080283,0.7312707794,784.04437821 +224,-1.350807603,0.7533498126,148,-1.555080283,0.7312707794,602.11833646 +225,-1.329290365,0.7560442322,148,-1.555080283,0.7312707794,664.82180393 +226,-1.410153004,0.616936428,148,-1.555080283,0.7312707794,636.76287183 +227,-1.393445434,0.6308995063,148,-1.555080283,0.7312707794,636.10580819 +228,-1.37595573,0.6241540638,148,-1.555080283,0.7312707794,695.94172773 +229,-1.358388707,0.6172645205,148,-1.555080283,0.7312707794,756.75744275 +230,-1.753741133,0.8281661666,148,-1.555080283,0.7312707794,677.45861688 +231,-1.47430987,0.6834615681,148,-1.555080283,0.7312707794,308.13164243 +232,-1.421012508,0.7222725206,148,-1.555080283,0.7312707794,398.32243904 +233,-1.4476833,0.6978557868,148,-1.555080283,0.7312707794,347.42265439 +234,-1.470370723,0.6966193374,148,-1.555080283,0.7312707794,288.28830157 +235,-1.429211703,0.7037216883,148,-1.555080283,0.7312707794,391.03430216 +236,-1.700578405,0.6178673663,148,-1.555080283,0.7312707794,635.27973254 +237,-1.678117619,0.6331716163,148,-1.555080283,0.7312707794,541.90483797 +238,-1.725644578,0.6316331145,148,-1.555080283,0.7312707794,655.85280855 +239,-2.14012759,0.7930497945,148,-1.555080283,0.7312707794,1681.5817191 +240,-2.103289431,0.7653606263,148,-1.555080283,0.7312707794,1587.4378771 +241,-1.318739838,0.7017808746,148,-1.555080283,0.7312707794,714.75393296 +242,-1.396417427,0.7077900843,148,-1.555080283,0.7312707794,481.49372634 +243,-1.35650337,0.7185539404,148,-1.555080283,0.7312707794,590.50062006 +244,-1.248884539,0.7274156818,148,-1.555080283,0.7312707794,902.86045303 +245,-1.395014798,0.5761185243,148,-1.555080283,0.7312707794,793.34656627 +246,-1.433377362,0.6064716109,148,-1.555080283,0.7312707794,621.92278793 +247,-1.408172432,0.5903155476,148,-1.555080283,0.7312707794,722.26032781 +248,-1.749645898,0.7757118084,148,-1.555080283,0.7312707794,588.41977815 +249,-1.571626686,0.615046989,148,-1.555080283,0.7312707794,463.19628639 +250,-1.514070049,0.6303003037,148,-1.555080283,0.7312707794,419.34249297 +251,-1.480890369,0.6237966528,148,-1.555080283,0.7312707794,483.20621009 +252,-1.704390658,0.5281680612,148,-1.555080283,0.7312707794,934.60144895 +253,-1.64434733,0.5254277498,148,-1.555080283,0.7312707794,863.62284305 +254,-1.703855997,0.4792484842,148,-1.555080283,0.7312707794,1108.2392146 +255,-1.692002383,0.5748825051,148,-1.555080283,0.7312707794,753.7318764 +256,-1.854136457,0.5544643913,148,-1.555080283,0.7312707794,1175.0051993 +257,-1.665021206,0.520317736,148,-1.555080283,0.7312707794,906.39157038 +258,-1.733654349,0.4845187345,148,-1.555080283,0.7312707794,1134.8531099 +259,-1.720938188,0.5135933906,148,-1.555080283,0.7312707794,1012.5353277 +260,-1.742668307,0.553296122,148,-1.555080283,0.7312707794,920.90960218 +261,-1.965659039,0.7142126903,148,-1.555080283,0.7312707794,1217.7647625 +262,-1.944438071,0.6772834804,148,-1.555080283,0.7312707794,1191.0776885 +263,-1.270340967,0.7681487096,148,-1.555080283,0.7312707794,836.83911249 +264,-1.353091884,0.6549276821,148,-1.555080283,0.7312707794,684.95212871 +265,-1.333236659,0.6413584414,148,-1.555080283,0.7312707794,766.30345859 +266,-1.352015998,0.6753788907,148,-1.555080283,0.7312707794,651.53717876 +267,-1.377988483,0.6577816235,148,-1.555080283,0.7312707794,611.9724479 +268,-2.13075611,0.8318642051,148,-1.555080283,0.7312707794,1653.3117284 +269,-2.097910953,0.8259670014,148,-1.555080283,0.7312707794,1564.6404959 +270,-1.416382069,0.6694271549,148,-1.555080283,0.7312707794,485.97350517 +271,-1.538905672,0.7535625993,148,-1.555080283,0.7312707794,100.12347177 +272,-1.572309477,0.7803125099,148,-1.555080283,0.7312707794,200.49782272 +273,-1.87759879,0.7503853417,148,-1.555080283,0.7312707794,943.79778251 +274,1.152365588,0.590457682,148,-1.555080283,0.7312707794,6975.6498225 +275,0.350198001,0.718001859,148,-1.555080283,0.7312707794,5199.2775085 +276,0.046513677,0.491503852,148,-1.555080283,0.7312707794,5035.902892 +277,0.027510309,0.742571376,148,-1.555080283,0.7312707794,4394.7731652 +278,0.306285725,-0.214631579,148,-1.555080283,0.7312707794,7640.7649368 +279,-1.100564889,0.318051531,148,-1.555080283,0.7312707794,2241.9145349 +280,-1.078582306,0.301437596,148,-1.555080283,0.7312707794,2344.6673663 +281,-1.137371989,-0.617634065,148,-1.555080283,0.7312707794,5553.6993974 +282,0.784356344,0.703272339,148,-1.555080283,0.7312707794,6074.4116495 +283,-1.221209947,0.218327455,148,-1.555080283,0.7312707794,2335.295036 +284,2.347301921,-0.449114658,148,-1.555080283,0.7312707794,9737.9121418 +285,0.246820618,0.830553713,148,-1.555080283,0.7312707794,4686.2367527 +286,0.829414965,0.703288228,148,-1.555080283,0.7312707794,6145.6138723 +287,-1.337537566,0.42332223,148,-1.555080283,0.7312707794,1413.9263916 +288,0.882453706,0.454478077,148,-1.555080283,0.7312707794,7086.6655037 +289,1.575629659,0.416419109,148,-1.555080283,0.7312707794,7897.6737474 +290,-1.039455679,0.229888244,148,-1.555080283,0.7312707794,2661.0726232 +291,0.489558039,0.934482747,148,-1.555080283,0.7312707794,4867.5992154 +292,0.081344504,0.88384514,148,-1.555080283,0.7312707794,4214.4660714 +293,-1.547979814,0.300350308,148,-1.555080283,0.7312707794,1707.0459396 +294,0.040776181,0.168560074,148,-1.555080283,0.7312707794,5850.4394197 +295,-1.130374745,0.563894876,148,-1.555080283,0.7312707794,1489.3771267 +296,1.578326642,0.478507176,148,-1.555080283,0.7312707794,7651.8242968 +297,-1.12861823,-0.291640865,148,-1.555080283,0.7312707794,4341.8135438 +298,0.310524208,0.770885792,148,-1.555080283,0.7312707794,4972.667269 +299,0.415649091,-0.387246002,148,-1.555080283,0.7312707794,8390.5183492 +300,-0.926533878,-0.188022748,148,-1.555080283,0.7312707794,4298.9252455 +301,1.258856172,-0.11716081,148,-1.555080283,0.7312707794,9752.8051011 +302,-1.126050026,0.322941926,148,-1.555080283,0.7312707794,2168.7562725 +303,2.002785835,0.07893892,148,-1.555080283,0.7312707794,8901.0984195 +304,0.440437607,0.746258085,148,-1.555080283,0.7312707794,5310.0749802 +305,-0.030391866,0.214441206,148,-1.555080283,0.7312707794,5522.6122595 +306,0.521557815,-0.058929362,148,-1.555080283,0.7312707794,7849.1942328 +307,-0.097005111,0.13317729,148,-1.555080283,0.7312707794,5538.6040198 +308,1.83113859,0.221857587,148,-1.555080283,0.7312707794,8564.4347632 +309,0.222428864,0.099404236,148,-1.555080283,0.7312707794,6561.9569354 +310,-1.702731345,0.8728568183,148,-1.555080283,0.7312707794,691.75589394 +311,-0.418507569,0.278324921,148,-1.555080283,0.7312707794,4218.1605968 +312,-1.41153306,0.339029988,148,-1.555080283,0.7312707794,1626.8476474 +313,0.357560442,0.114788776,148,-1.555080283,0.7312707794,6904.1500025 +314,0.325818979,0.268352149,148,-1.555080283,0.7312707794,6388.0975096 +315,-1.246004659,-0.663679965,148,-1.555080283,0.7312707794,5636.9082512 +316,1.814603087,0.637404484,148,-1.555080283,0.7312707794,6959.9824302 +317,1.843704281,-0.18300445,148,-1.555080283,0.7312707794,10095.599588 +318,1.690644492,-0.211480909,148,-1.555080283,0.7312707794,10353.738744 +319,-1.275451936,0.068109467,148,-1.555080283,0.7312707794,2807.1766347 +320,0.762430171,-0.207594741,148,-1.555080283,0.7312707794,8933.5884279 +321,0.265668905,-0.014647884,148,-1.555080283,0.7312707794,6994.7664 +322,-2.773032013,-0.335515811,148,-1.555080283,0.7312707794,6130.8490009 +323,-1.469512853,0.174058777,148,-1.555080283,0.7312707794,2227.1251885 +324,0.286276986,0.785925691,148,-1.555080283,0.7312707794,4881.9747718 +325,-1.379324697,0.377432233,148,-1.555080283,0.7312707794,1518.7327049 +326,-1.203778265,0.212813032,148,-1.555080283,0.7312707794,2384.900208 +327,0.579916301,0.611743168,148,-1.555080283,0.7312707794,5993.3097334 +328,0.267582642,0.868113908,148,-1.555080283,0.7312707794,4636.1467083 +329,0.412869244,-0.050245578,148,-1.555080283,0.7312707794,7516.6500151 +330,0.17524381,0.976660285,148,-1.555080283,0.7312707794,4206.3144186 +331,0.743157214,0.204812899,148,-1.555080283,0.7312707794,7633.1051018 +332,-1.070758176,0.269382282,148,-1.555080283,0.7312707794,2463.8736252 +333,-1.230364251,0.329790229,148,-1.555080283,0.7312707794,1929.5032809 +334,-1.374813124,-0.024926835,148,-1.555080283,0.7312707794,3064.2696895 +335,0.519780566,0.463669906,148,-1.555080283,0.7312707794,6312.5369724 +336,-1.55108034,0.239698561,148,-1.555080283,0.7312707794,1947.1660958 +337,0.180294813,0.029739425,148,-1.555080283,0.7312707794,6626.7958267 +338,0.67820924,0.268170153,148,-1.555080283,0.7312707794,7282.2685455 +339,0.445798684,1.024001867,148,-1.555080283,0.7312707794,4552.5706523 +340,0.691751283,0.150521402,148,-1.555080283,0.7312707794,7681.9981404 +341,-1.036643551,-0.903056181,148,-1.555080283,0.7312707794,6714.5636353 +342,-0.120287036,1.083325163,148,-1.555080283,0.7312707794,3484.9218073 +343,2.823513113,-0.304487164,148,-1.555080283,0.7312707794,7995.1220514 +344,0.457583172,1.12513373,148,-1.555080283,0.7312707794,4304.5272976 +345,0.042918831,0.813795399,148,-1.555080283,0.7312707794,4276.9680105 +346,1.196146777,-0.853142756,148,-1.555080283,0.7312707794,11261.224678 +347,0.206001358,-0.010430701,148,-1.555080283,0.7312707794,6809.2692267 +348,-0.268308653,0.234799412,148,-1.555080283,0.7312707794,4770.7737356 +349,0.759363263,0.736189579,148,-1.555080283,0.7312707794,5924.4994456 +350,0.181363926,0.891988372,148,-1.555080283,0.7312707794,4405.309391 +351,-0.021111158,0.139103292,148,-1.555080283,0.7312707794,5746.5066783 +352,-0.093355215,0.630686981,148,-1.555080283,0.7312707794,4331.9412633 +353,0.40118964,0.681375926,148,-1.555080283,0.7312707794,5411.1662482 +354,-0.721197315,1.304706234,148,-1.555080283,0.7312707794,2704.350871 +355,-1.076150317,0.212107639,148,-1.555080283,0.7312707794,2637.5971063 +356,-1.577164531,0.273993443,148,-1.555080283,0.7312707794,1812.8425112 +357,-0.190788414,0.182208586,148,-1.555080283,0.7312707794,5134.4894358 +358,-0.261349752,0.209710184,148,-1.555080283,0.7312707794,4855.5254667 +359,-1.029303852,0.083549259,148,-1.555080283,0.7312707794,3165.6414232 +360,-1.268609162,0.330525297,148,-1.555080283,0.7312707794,1857.2000906 +361,1.282982244,-0.926641967,148,-1.555080283,0.7312707794,11327.444513 +362,0.217352334,0.731352408,148,-1.555080283,0.7312707794,4868.5252348 +363,-1.511833084,0.258629297,148,-1.555080283,0.7312707794,1877.9785308 +364,0.338812194,0.823184618,148,-1.555080283,0.7312707794,4893.8390135 +365,-0.324406489,1.134201999,148,-1.555080283,0.7312707794,3093.7549025 +366,1.389579348,0.399185724,148,-1.555080283,0.7312707794,7908.2643522 +367,2.047152199,-0.039082036,148,-1.555080283,0.7312707794,9250.9405455 +368,0.947780369,0.568250077,148,-1.555080283,0.7312707794,6795.4177378 +369,0.763824846,0.576754987,148,-1.555080283,0.7312707794,6460.7605157 +370,-0.142334657,0.928153068,148,-1.555080283,0.7312707794,3649.1605451 +371,0.610266567,0.547265983,148,-1.555080283,0.7312707794,6255.7184412 +372,0.210731629,0.746815056,148,-1.555080283,0.7312707794,4814.8769644 +373,-1.34931644,0.316895224,148,-1.555080283,0.7312707794,1782.4389765 +374,2.407696481,0.655030745,148,-1.555080283,0.7312707794,6203.5551444 +375,0.64207831,0.545359131,148,-1.555080283,0.7312707794,6327.3759487 +376,1.174597538,0.840588356,148,-1.555080283,0.7312707794,6053.1711312 +377,0.660059424,0.010604079,148,-1.555080283,0.7312707794,8026.5092084 +378,-0.730263819,0.010486456,148,-1.555080283,0.7312707794,4092.1803801 +379,0.831068936,0.512339172,148,-1.555080283,0.7312707794,6797.8910281 +380,1.301180979,0.72367476,148,-1.555080283,0.7312707794,6590.9887979 +381,1.811128231,0.322854402,148,-1.555080283,0.7312707794,8188.1365993 +382,0.435105812,0.992284428,148,-1.555080283,0.7312707794,4620.2867179 +383,0.62643634,0.592027932,148,-1.555080283,0.7312707794,6148.739631 +384,0.492988703,-0.516339467,148,-1.555080283,0.7312707794,8906.4772901 +385,-0.162469483,0.112549365,148,-1.555080283,0.7312707794,5399.6836882 +386,0.314630866,0.472006421,148,-1.555080283,0.7312707794,5791.6508912 +387,0.166744804,0.822815954,148,-1.555080283,0.7312707794,4533.8826365 +388,0.417159608,0.965805736,148,-1.555080283,0.7312707794,4661.3757862 +389,0.106334961,0.868774244,148,-1.555080283,0.7312707794,4299.9554023 +390,0.815086969,-0.338144359,148,-1.555080283,0.7312707794,9434.0987346 +391,0.59867455,-0.230624824,148,-1.555080283,0.7312707794,8536.0415734 +392,1.915104874,0.066220985,148,-1.555080283,0.7312707794,9070.5952055 +393,1.278093622,0.064463721,148,-1.555080283,0.7312707794,9101.9999171 +394,-0.061477853,0.302997961,148,-1.555080283,0.7312707794,5204.4784925 +395,0.251311504,0.626976942,148,-1.555080283,0.7312707794,5216.5162151 +396,2.950242872,0.149095644,148,-1.555080283,0.7312707794,6428.4963132 +397,-0.180294708,0.35375117,148,-1.555080283,0.7312707794,4732.0398529 +398,1.010448592,-0.351180233,148,-1.555080283,0.7312707794,10001.419986 +399,-1.748740498,0.3686318073,148,-1.555080283,0.7312707794,1574.9798212 +400,2.699635665,0.123533791,148,-1.555080283,0.7312707794,7198.6523273 +401,0.496808033,0.823843254,148,-1.555080283,0.7312707794,5196.4641951 +402,0.129574704,0.763364087,148,-1.555080283,0.7312707794,4589.3161602 +403,1.798920311,0.817447563,148,-1.555080283,0.7312707794,6264.0418889 +404,0.335987953,0.746786541,148,-1.555080283,0.7312707794,5090.939951 +405,-1.085413643,0.292154671,148,-1.555080283,0.7312707794,2358.2201676 +406,-0.155321003,0.508207011,148,-1.555080283,0.7312707794,4436.4906314 +407,0.620529244,-0.301175104,148,-1.555080283,0.7312707794,8782.1466869 +408,1.684402744,0.368716966,148,-1.555080283,0.7312707794,8072.0376371 +409,0.300582244,-0.386397212,148,-1.555080283,0.7312707794,8050.5120642 +410,2.913555946,-0.009225192,148,-1.555080283,0.7312707794,6962.1525477 +411,1.465101417,0.493232532,148,-1.555080283,0.7312707794,7573.2869884 +412,0.090612882,0.907955955,148,-1.555080283,0.7312707794,4183.8441627 +413,2.987564726,-0.729568594,148,-1.555080283,0.7312707794,8476.0874545 +414,-1.484261606,0.224149272,148,-1.555080283,0.7312707794,2023.4945743 +415,0.164073421,0.303955133,148,-1.555080283,0.7312707794,5845.4722882 +416,0.141441293,0.167552546,148,-1.555080283,0.7312707794,6145.2968914 +417,2.931321023,-0.506718887,148,-1.555080283,0.7312707794,8159.6533011 +418,2.21951565,0.700596356,148,-1.555080283,0.7312707794,6333.7990484 +419,0.268112576,1.199114336,148,-1.555080283,0.7312707794,3892.805577 +420,0.978913739,0.359223811,148,-1.555080283,0.7312707794,7584.8286754 +421,1.210898818,0.522863584,148,-1.555080283,0.7312707794,7290.1842924 +422,2.347397336,0.129231362,148,-1.555080283,0.7312707794,8064.1432786 +423,0.614394501,0.556878345,148,-1.555080283,0.7312707794,6234.2901301 +424,-1.398079356,0.148483366,148,-1.555080283,0.7312707794,2372.7936141 +425,2.535303836,-0.112984496,148,-1.555080283,0.7312707794,8324.4103452 +426,-1.019372593,-0.405322349,148,-1.555080283,0.7312707794,4911.3647223 +427,-1.297785627,-0.160104069,148,-1.555080283,0.7312707794,3652.4053293 +428,2.144554488,0.205051084,148,-1.555080283,0.7312707794,8214.9612234 +429,-2.242387083,-0.426171285,148,-1.555080283,0.7312707794,5230.0335776 +430,0.338637212,0.909723676,148,-1.555080283,0.7312707794,4668.902174 +431,-0.148798452,0.691042401,148,-1.555080283,0.7312707794,4057.8829852 +432,0.893524764,0.441829531,148,-1.555080283,0.7312707794,7149.7184972 +433,0.969229347,-0.368847936,148,-1.555080283,0.7312707794,9940.9600764 +434,0.436043248,0.800045688,148,-1.555080283,0.7312707794,5149.365319 +435,1.687946607,1.081504775,148,-1.555080283,0.7312707794,5256.1065944 +436,0.522302046,-0.034889271,148,-1.555080283,0.7312707794,7783.9886641 +437,-0.178996113,-0.438090009,148,-1.555080283,0.7312707794,6829.8644238 +438,-1.094339566,0.301444068,148,-1.555080283,0.7312707794,2308.4920265 +439,-1.064070054,0.242569932,148,-1.555080283,0.7312707794,2564.8346137 +440,-1.068153768,0.230387998,148,-1.555080283,0.7312707794,2595.1857615 +441,-3.00496892,-0.23989155,148,-1.555080283,0.7312707794,6505.2443611 +442,0.21751974,0.766874888,148,-1.555080283,0.7312707794,4780.3518656 +443,0.117229532,0.007619006,148,-1.555080283,0.7312707794,6500.768177 +444,0.777758451,0.420554741,148,-1.555080283,0.7312707794,7005.1873513 +445,-0.252356999,0.250747086,148,-1.555080283,0.7312707794,4777.2554914 +446,0.363148444,0.768483434,148,-1.555080283,0.7312707794,5089.7513487 +447,0.903191366,-0.118210676,148,-1.555080283,0.7312707794,9034.7965087 +448,-0.205755923,0.149406178,148,-1.555080283,0.7312707794,5175.6350171 +449,1.811996086,0.02364353,148,-1.555080283,0.7312707794,9346.2798843 +450,-1.100670221,0.314845373,148,-1.555080283,0.7312707794,2251.754943 +451,0.340078597,0.850105132,148,-1.555080283,0.7312707794,4825.7745631 +452,0.258757267,0.804969236,148,-1.555080283,0.7312707794,4775.0553425 +453,2.78505352,-0.155160804,148,-1.555080283,0.7312707794,7726.059524 +454,0.800551619,0.105822106,148,-1.555080283,0.7312707794,8082.0631425 +455,0.437940882,-0.506194031,148,-1.555080283,0.7312707794,8724.294982 +456,2.230431122,0.63458615,148,-1.555080283,0.7312707794,6552.9492671 +457,0.527965361,0.127667701,148,-1.555080283,0.7312707794,7332.9479735 +458,-0.063643205,0.702093448,148,-1.555080283,0.7312707794,4255.3431959 +459,1.408447268,0.133010502,148,-1.555080283,0.7312707794,8960.0738534 +460,0.523795955,0.280266966,148,-1.555080283,0.7312707794,6871.5048471 +461,-0.975769313,0.072177659,148,-1.555080283,0.7312707794,3316.8174614 +462,0.549774164,-0.463663986,148,-1.555080283,0.7312707794,8960.2101918 +463,0.29245874,1.095549818,148,-1.555080283,0.7312707794,4144.4898068 +464,0.143625958,0.816809593,148,-1.555080283,0.7312707794,4497.1058509 +465,0.671902494,0.611159853,148,-1.555080283,0.7312707794,6177.1893093 +466,1.239840988,0.6724199,148,-1.555080283,0.7312707794,6745.057539 +467,0.607829703,-0.10932137,148,-1.555080283,0.7312707794,8231.2615691 +468,1.763020906,0.263996692,148,-1.555080283,0.7312707794,8449.1053254 +469,0.378714634,0.726066797,148,-1.555080283,0.7312707794,5238.4418219 +470,2.196736143,-0.153862366,148,-1.555080283,0.7312707794,9321.8335043 +471,0.01702415,0.148991565,148,-1.555080283,0.7312707794,5832.4520427 +472,-2.998490902,-0.158002487,148,-1.555080283,0.7312707794,6268.2519023 +473,-3.051262951,-0.346595608,148,-1.555080283,0.7312707794,6917.3583277 +474,-1.069176439,0.182802941,148,-1.555080283,0.7312707794,2749.4742285 +475,0.167157509,0.595344954,148,-1.555080283,0.7312707794,5091.4800938 +476,0.613855648,0.681746124,148,-1.555080283,0.7312707794,5843.5602198 +477,1.037012736,0.682555367,148,-1.555080283,0.7312707794,6504.5831525 +478,-1.253574971,0.379755746,148,-1.555080283,0.7312707794,1715.518285 +479,3.108590453,-0.132620738,148,-1.555080283,0.7312707794,6715.2997771 +480,0.565301296,0.022333262,148,-1.555080283,0.7312707794,7739.2932343 +481,0.547898238,0.855555614,148,-1.555080283,0.7312707794,5194.5492082 +482,0.948309381,0.417393755,148,-1.555080283,0.7312707794,7328.6170815 +483,-0.050600732,0.945269213,148,-1.555080283,0.7312707794,3818.3528909 +484,-0.977651478,-0.572363064,148,-1.555080283,0.7312707794,5575.1918246 +485,1.102014914,0.728861163,148,-1.555080283,0.7312707794,6406.3284126 +486,2.927300795,-0.282939414,148,-1.555080283,0.7312707794,7635.6785108 +487,-1.154565557,0.124434095,148,-1.555080283,0.7312707794,2783.9717096 +488,1.855331234,0.291044755,148,-1.555080283,0.7312707794,8276.6402988 +489,0.830290659,0.276904518,148,-1.555080283,0.7312707794,7588.7156229 +490,0.485104466,-0.234867441,148,-1.555080283,0.7312707794,8217.9231629 +491,0.521367572,-0.33161327,148,-1.555080283,0.7312707794,8568.2241235 +1,-1.539031704,0.7349710123,149,-1.53856994,0.7224180299,49.741082807 +2,-1.536990553,0.7349663874,149,-1.53856994,0.7224180299,49.922680203 +3,-1.534951779,0.7349571355,149,-1.53856994,0.7224180299,50.805163682 +4,-1.532906461,0.7349480293,149,-1.53856994,0.7224180299,52.377063008 +5,-1.531320211,0.7346937278,149,-1.53856994,0.7224180299,53.135284081 +6,-1.539451648,0.7335131775,149,-1.53856994,0.7224180299,44.025145679 +7,-1.537429487,0.7335445708,149,-1.53856994,0.7224180299,44.20105367 +8,-1.535484998,0.7335658704,149,-1.53856994,0.7224180299,45.08893801 +9,-1.533488396,0.7336036027,149,-1.53856994,0.7224180299,46.78445246 +10,-1.531497785,0.7335842962,149,-1.53856994,0.7224180299,48.923815941 +11,-1.530259379,0.7334777758,149,-1.53856994,0.7224180299,50.229534844 +12,-1.5335454,0.7322346912,149,-1.53856994,0.7224180299,41.628626597 +13,-1.531489083,0.7322238773,149,-1.53856994,0.7224180299,44.130670419 +14,-1.530011122,0.7321679851,149,-1.53856994,0.7224180299,46.181577517 +15,-1.53348106,0.7306614094,149,-1.53856994,0.7224180299,35.960575725 +16,-1.531441779,0.7306962275,149,-1.53856994,0.7224180299,38.994460736 +17,-1.529755654,0.7306933243,149,-1.53856994,0.7224180299,41.898015432 +18,-1.533415048,0.7291384674,149,-1.53856994,0.7224180299,30.68971238 +19,-1.531392093,0.7291705353,149,-1.53856994,0.7224180299,34.170428567 +20,-1.529296523,0.7291214933,149,-1.53856994,0.7224180299,38.208658396 +21,-1.535280942,0.727267644,149,-1.53856994,0.7224180299,21.543224137 +22,-1.533378158,0.7276139666,149,-1.53856994,0.7224180299,25.700313546 +23,-1.531340368,0.7276446587,149,-1.53856994,0.7224180299,29.799314624 +24,-1.528960113,0.7276398177,149,-1.53856994,0.7224180299,35.206665307 +25,-1.533313146,0.7260818349,149,-1.53856994,0.7224180299,21.30336254 +26,-1.531259555,0.7260958115,149,-1.53856994,0.7224180299,26.126428521 +27,-1.528926415,0.7260865555,149,-1.53856994,0.7224180299,32.088682197 +28,-1.531226779,0.7245511789,149,-1.53856994,0.7224180299,23.380373105 +29,-1.528904772,0.7245519194,149,-1.53856994,0.7224180299,29.912723862 +30,-1.547195875,0.7409785979,149,-1.53856994,0.7224180299,77.789226212 +31,-1.5451475,0.740980426,149,-1.53856994,0.7224180299,76.037901761 +32,-1.543097679,0.7409798872,149,-1.53856994,0.7224180299,74.724490818 +33,-1.540720364,0.7409892687,149,-1.53856994,0.7224180299,73.833150689 +34,-1.547188511,0.7395198392,149,-1.53856994,0.7224180299,72.351244575 +35,-1.545148587,0.7395226109,149,-1.53856994,0.7224180299,70.474067805 +36,-1.543104538,0.7395314908,149,-1.53856994,0.7224180299,69.092802411 +37,-1.540727751,0.7395306258,149,-1.53856994,0.7224180299,68.081018078 +38,-1.547187029,0.7380014886,149,-1.53856994,0.7224180299,66.758775007 +39,-1.545147315,0.7380012252,149,-1.53856994,0.7224180299,64.704839455 +40,-1.54310719,0.7380060743,149,-1.53856994,0.7224180299,63.179308863 +41,-1.540719671,0.7380068206,149,-1.53856994,0.7224180299,62.072219638 +42,-1.547187189,0.7364799098,149,-1.53856994,0.7224180299,61.236661499 +43,-1.545149996,0.7364853874,149,-1.53856994,0.7224180299,59.01158892 +44,-1.543106091,0.7364823484,149,-1.53856994,0.7224180299,57.296595791 +45,-1.540717158,0.7364893901,149,-1.53856994,0.7224180299,56.096165737 +46,-1.538663972,0.7410138672,149,-1.53856994,0.7224180299,73.658632539 +47,-1.53695285,0.7409699132,149,-1.53856994,0.7224180299,73.638375994 +48,-1.534910498,0.7409641297,149,-1.53856994,0.7224180299,74.248485533 +49,-1.533145034,0.7409536636,149,-1.53856994,0.7224180299,75.140138397 +50,-1.538681336,0.7395405883,149,-1.53856994,0.7224180299,67.823249313 +51,-1.536999189,0.7395183096,149,-1.53856994,0.7224180299,67.892407145 +52,-1.534923633,0.7395144222,149,-1.53856994,0.7224180299,68.567193648 +53,-1.533267822,0.7395654306,149,-1.53856994,0.7224180299,69.697251967 +54,-1.53867273,0.7380151077,149,-1.53856994,0.7224180299,61.780769766 +55,-1.536980576,0.7379994392,149,-1.53856994,0.7224180299,61.895918069 +56,-1.534931522,0.7379944961,149,-1.53856994,0.7224180299,62.625649946 +57,-1.533387952,0.7379480264,149,-1.53856994,0.7224180299,63.386635699 +58,-1.538682279,0.7364914363,149,-1.53856994,0.7224180299,55.745749817 +59,-1.536980704,0.7364810563,149,-1.53856994,0.7224180299,55.900991299 +60,-1.534935567,0.7364752065,149,-1.53856994,0.7224180299,56.705368527 +61,-1.533042592,0.7363876366,149,-1.53856994,0.7224180299,57.690969859 +62,-1.545143426,0.7349628011,149,-1.53856994,0.7224180299,53.351695269 +63,-1.543105297,0.7349691947,149,-1.53856994,0.7224180299,51.489928478 +64,-1.541064533,0.7349647152,149,-1.53856994,0.7224180299,50.241156501 +65,-1.545411803,0.7334624714,149,-1.53856994,0.7224180299,48.198720302 +66,-1.543446606,0.7334780896,149,-1.53856994,0.7224180299,46.121189604 +67,-1.541475327,0.7334957295,149,-1.53856994,0.7224180299,44.711903087 +68,-1.545401939,0.731963266,149,-1.53856994,0.7224180299,42.873996555 +69,-1.54342253,0.7319915583,149,-1.53856994,0.7224180299,40.548170476 +70,-1.541455867,0.7320216438,149,-1.53856994,0.7224180299,38.9865867 +71,-1.545410146,0.7304422281,149,-1.53856994,0.7224180299,37.68867745 +72,-1.543435491,0.7304713664,149,-1.53856994,0.7224180299,35.001701326 +73,-1.541463105,0.7304997613,149,-1.53856994,0.7224180299,33.138139772 +74,-1.545414768,0.7289194936,149,-1.53856994,0.7224180299,32.77982539 +75,-1.543435774,0.7289538557,149,-1.53856994,0.7224180299,29.63225915 +76,-1.541457714,0.7289765881,149,-1.53856994,0.7224180299,27.351250232 +77,-1.539449415,0.7320555866,149,-1.53856994,0.7224180299,38.262954594 +78,-1.537429183,0.7321097681,149,-1.53856994,0.7224180299,38.537072028 +79,-1.535472649,0.7321497267,149,-1.53856994,0.7224180299,39.621609483 +80,-1.539457899,0.7305333307,149,-1.53856994,0.7224180299,32.252048128 +81,-1.537453161,0.7305750503,149,-1.53856994,0.7224180299,32.478716299 +82,-1.535479385,0.7306124949,149,-1.53856994,0.7224180299,33.723452544 +83,-1.53946905,0.7290102593,149,-1.53856994,0.7224180299,26.247361456 +84,-1.537459922,0.7290417293,149,-1.53856994,0.7224180299,26.441803787 +85,-1.535451349,0.7290890157,149,-1.53856994,0.7224180299,27.992667205 +86,-1.535522937,0.7279887191,149,-1.53856994,0.7224180299,23.842507891 +87,-1.539442524,0.7274735939,149,-1.53856994,0.7224180299,20.191522415 +88,-1.537424111,0.727521351,149,-1.53856994,0.7224180299,20.497739481 +89,-1.539384641,0.7259505092,149,-1.53856994,0.7224180299,14.199401051 +90,-1.537372391,0.7259947145,149,-1.53856994,0.7224180299,14.605979359 +91,-1.535340789,0.7260435356,149,-1.53856994,0.7224180299,17.262964653 +92,-1.539325716,0.7244369706,149,-1.53856994,0.7224180299,8.3058559991 +93,-1.537308932,0.7244801057,149,-1.53856994,0.7224180299,8.9849949505 +94,-1.535289068,0.7245247645,149,-1.53856994,0.7224180299,12.82609627 +95,-1.533261366,0.7245550236,149,-1.53856994,0.7224180299,17.889280309 +96,-1.539267302,0.722921924,149,-1.53856994,0.7224180299,2.8768200426 +97,-1.537248972,0.7229660258,149,-1.53856994,0.7224180299,4.4847006125 +98,-1.535219431,0.7229916471,149,-1.53856994,0.7224180299,10.209807214 +99,-1.53318962,0.7230212049,149,-1.53856994,0.7224180299,16.161355828 +100,-1.531154816,0.7230299897,149,-1.53856994,0.7224180299,22.161615598 +101,-1.528878341,0.7230370244,149,-1.53856994,0.7224180299,28.895646431 +102,-1.539218189,0.7214009878,149,-1.53856994,0.7224180299,4.4657469864 +103,-1.537198791,0.7214422745,149,-1.53856994,0.7224180299,5.6172590267 +104,-1.535179266,0.7214634354,149,-1.53856994,0.7224180299,10.765742782 +105,-1.533156501,0.7214944644,149,-1.53856994,0.7224180299,16.503547671 +106,-1.53113574,0.7215166021,149,-1.53856994,0.7224180299,22.38663053 +107,-1.528874248,0.7215345535,149,-1.53856994,0.7224180299,29.034330901 +108,-1.539217656,0.7198512397,149,-1.53856994,0.7224180299,10.348044714 +109,-1.537199919,0.7199428763,149,-1.53856994,0.7224180299,10.617449575 +110,-1.545425832,0.727397149,149,-1.53856994,0.7224180299,28.323049273 +111,-1.543371177,0.7273916949,149,-1.53856994,0.7224180299,24.305913117 +112,-1.541368852,0.7274523163,149,-1.53856994,0.7224180299,21.598702033 +113,-1.545349067,0.7258710923,149,-1.53856994,0.7224180299,24.323817915 +114,-1.54332671,0.7258603556,149,-1.53856994,0.7224180299,19.624194031 +115,-1.541346831,0.7259242142,149,-1.53856994,0.7224180299,16.147975894 +116,-1.545324355,0.7243383958,149,-1.53856994,0.7224180299,21.448378801 +117,-1.543292796,0.7243617413,149,-1.53856994,0.7224180299,15.996876017 +118,-1.541295822,0.7244024384,149,-1.53856994,0.7224180299,11.281904064 +119,-1.543193859,0.7205570215,149,-1.53856994,0.7224180299,15.602709398 +120,-1.550257047,0.7386738187,149,-1.53856994,0.7224180299,73.038950542 +121,-1.549335448,0.7311736483,149,-1.53856994,0.7224180299,47.098190705 +122,-1.533478843,0.7179891343,149,-1.53856994,0.7224180299,23.18443001 +123,-1.556150555,0.738907041,149,-1.53856994,0.7224180299,83.397169114 +124,-1.554324226,0.733414257,149,-1.53856994,0.7224180299,63.776440634 +125,-1.554290846,0.7288285332,149,-1.53856994,0.7224180299,53.054215736 +126,-1.55122487,0.7219795312,149,-1.53856994,0.7224180299,37.652355014 +127,-1.525104458,0.7229399862,149,-1.53856994,0.7224180299,40.057783587 +128,-1.519607711,0.7236181429,149,-1.53856994,0.7224180299,56.51782325 +129,-1.513899999,0.7251107854,149,-1.53856994,0.7224180299,73.99349287 +130,-1.536620762,0.7431061895,149,-1.53856994,0.7224180299,82.146493884 +131,-1.5369566,0.7460845958,149,-1.53856994,0.7224180299,93.863200884 +132,-1.545345528,0.7447040685,149,-1.53856994,0.7224180299,90.497683791 +133,-1.532813921,0.7432306626,149,-1.53856994,0.7224180299,84.162434625 +134,-1.554788248,0.7382381001,149,-1.53856994,0.7224180299,78.846349975 +135,-1.540348126,0.7301594274,149,-1.53856994,0.7224180299,31.112550288 +136,-1.538016084,0.7239051786,149,-1.53856994,0.7224180299,6.1159056288 +137,-1.525288962,0.7258085137,149,-1.53856994,0.7224180299,41.631835022 +138,-1.534326986,0.731241342,149,-1.53856994,0.7224180299,37.137182461 +139,-1.530733872,0.7303625216,149,-1.53856994,0.7224180299,39.097929677 +141,-1.534354939,0.7328219978,149,-1.53856994,0.7224180299,43.054734748 +142,-1.53157084,0.7292888153,149,-1.53856994,0.7224180299,34.214197988 +143,-1.525691035,0.7263799874,149,-1.53856994,0.7224180299,41.301255945 +144,-1.534031287,0.7495967835,149,-1.53856994,0.7224180299,108.47628424 +145,-1.527714986,0.7283095957,149,-1.53856994,0.7224180299,39.744740712 +146,-1.526189586,0.7271468292,149,-1.53856994,0.7224180299,41.214412947 +147,-1.555177336,0.7375563366,149,-1.53856994,0.7224180299,77.448542161 +148,-1.555080283,0.7312707794,149,-1.53856994,0.7224180299,60.148122584 +149,-1.53856994,0.7224180299,149,-1.53856994,0.7224180299,0 +150,-1.530837883,0.729933372,149,-1.53856994,0.7224180299,37.557389128 +151,-1.515066984,0.5854133365,149,-1.53856994,0.7224180299,547.66128326 +152,-1.534731633,0.5368370046,149,-1.53856994,0.7224180299,735.18837764 +153,-1.515231902,0.5607085576,149,-1.53856994,0.7224180299,644.77373068 +154,-2.616253799,1.0684566605,149,-1.53856994,0.7224180299,2859.7534105 +155,-1.956071439,0.5792177723,149,-1.53856994,0.7224180299,1426.6474069 +156,-1.951208514,0.5602434208,149,-1.53856994,0.7224180299,1452.2671885 +157,-1.944675062,0.6062144545,149,-1.53856994,0.7224180299,1342.4969484 +158,-1.613778386,0.6077989518,149,-1.53856994,0.7224180299,510.76925725 +159,-2.035029014,0.6021432345,149,-1.53856994,0.7224180299,1613.8978667 +160,-2.114989471,0.6801825058,149,-1.53856994,0.7224180299,1741.782102 +161,-2.037382079,0.5765830025,149,-1.53856994,0.7224180299,1666.89459 +162,-2.129855121,0.6585019963,149,-1.53856994,0.7224180299,1811.5936569 +163,-2.075141798,0.6493615843,149,-1.53856994,0.7224180299,1660.9759782 +164,-1.828626729,0.6948433129,149,-1.53856994,0.7224180299,877.75056515 +165,-1.863329418,0.6735427691,149,-1.53856994,0.7224180299,1002.3125723 +166,-1.266037071,0.727988852,149,-1.53856994,0.7224180299,807.05562206 +167,-1.277579582,0.7249010648,149,-1.53856994,0.7224180299,773.79860867 +168,-1.258418684,0.7241194816,149,-1.53856994,0.7224180299,830.69754774 +169,-1.317813974,0.6804850104,149,-1.53856994,0.7224180299,687.61272479 +170,-1.344165204,0.6790988904,149,-1.53856994,0.7224180299,612.57234586 +171,-1.427582102,0.5277120351,149,-1.53856994,0.7224180299,849.00749711 +172,-1.402238616,0.457167829,149,-1.53856994,0.7224180299,1141.2289503 +173,-1.422454264,0.4996161999,149,-1.53856994,0.7224180299,958.77271097 +174,-1.439089277,0.4894859811,149,-1.53856994,0.7224180299,977.23365068 +175,-1.448126995,0.5182330266,149,-1.53856994,0.7224180299,859.25743526 +176,-1.474626146,0.5881926574,149,-1.53856994,0.7224180299,568.17591021 +177,-1.421139645,0.5584869783,149,-1.53856994,0.7224180299,748.22614716 +178,-1.457037165,0.565943032,149,-1.53856994,0.7224180299,671.15655416 +179,-2.757159358,0.3745319,149,-1.53856994,0.7224180299,4226.3988741 +180,-2.714309238,0.342054471,149,-1.53856994,0.7224180299,4176.3327787 +181,-2.000525337,0.774119946,149,-1.53856994,0.7224180299,1350.5089008 +183,-1.571413436,0.6777838382,149,-1.53856994,0.7224180299,202.8546964 +184,-1.552860289,0.6987663893,149,-1.53856994,0.7224180299,103.03993011 +185,-1.521852374,0.7165827476,149,-1.53856994,0.7224180299,54.906601239 +186,-1.503656267,0.6928968252,149,-1.53856994,0.7224180299,157.20590224 +187,-1.502753178,0.7136205882,149,-1.53856994,0.7224180299,112.37944302 +188,-1.631894563,0.7343596465,149,-1.53856994,0.7224180299,279.83381636 +189,-1.653765416,0.6770714026,149,-1.53856994,0.7224180299,392.41218506 +190,-1.719812114,0.6715965947,149,-1.53856994,0.7224180299,585.6508458 +191,-1.493406659,0.6646955447,149,-1.53856994,0.7224180299,266.79951211 +192,-1.469120564,0.6613469966,149,-1.53856994,0.7224180299,321.46417857 +193,-1.590551461,0.5326612937,149,-1.53856994,0.7224180299,769.74255561 +194,-1.625979264,0.5247742243,149,-1.53856994,0.7224180299,831.38560767 +195,-1.572293943,0.5238808754,149,-1.53856994,0.7224180299,793.78916731 +196,-1.610848725,0.5477107964,149,-1.53856994,0.7224180299,729.13742543 +197,-1.208485554,0.7918526018,149,-1.53856994,0.7224180299,986.63244295 +198,-1.335601374,0.6869083083,149,-1.53856994,0.7224180299,627.89203523 +199,-1.346156996,0.6825213377,149,-1.53856994,0.7224180299,602.31252422 +200,-1.324381037,0.6741422347,149,-1.53856994,0.7224180299,676.70078628 +201,-1.242424992,0.7378949807,149,-1.53856994,0.7224180299,874.68376408 +202,-1.270370057,0.7392461008,149,-1.53856994,0.7224180299,792.75389001 +203,-1.448950472,0.7441675014,149,-1.53856994,0.7224180299,277.40207215 +204,-1.492662363,0.7523026852,149,-1.53856994,0.7224180299,179.23423578 +205,-1.479098966,0.7763855017,149,-1.53856994,0.7224180299,274.60255433 +206,-1.633760714,0.7869022408,149,-1.53856994,0.7224180299,374.92518634 +207,-1.647406434,0.8101289331,149,-1.53856994,0.7224180299,465.72590719 +208,-1.564245052,0.5701509278,149,-1.53856994,0.7224180299,608.54154096 +209,-1.646289963,0.6833746083,149,-1.53856994,0.7224180299,360.29283041 +210,-1.5820631,0.6751952144,149,-1.53856994,0.7224180299,228.85157536 +211,-1.613236298,0.6681681791,149,-1.53856994,0.7224180299,312.57006089 +212,-1.914661867,0.8212566515,149,-1.53856994,0.7224180299,1132.6233738 +213,-1.742133237,0.7250275956,149,-1.53856994,0.7224180299,603.83765391 +214,-2.033144872,0.6557314699,149,-1.53856994,0.7224180299,1527.8704433 +215,-2.039551981,0.6964723658,149,-1.53856994,0.7224180299,1502.2167052 +216,-1.247341019,0.7622473908,149,-1.53856994,0.7224180299,863.01515743 +217,-1.298239787,0.7084123392,149,-1.53856994,0.7224180299,719.92534626 +218,-1.308539688,0.6926545592,149,-1.53856994,0.7224180299,701.68867231 +219,-1.303263185,0.6888938396,149,-1.53856994,0.7224180299,721.00125207 +220,-1.852400229,0.6004246149,149,-1.53856994,0.7224180299,1090.5872932 +221,-1.288947707,0.7473773692,149,-1.53856994,0.7224180299,739.27147678 +222,-1.372031502,0.7472790993,149,-1.53856994,0.7224180299,498.93844827 +223,-1.289805721,0.7242157877,149,-1.53856994,0.7224180299,737.8334878 +224,-1.350807603,0.7533498126,149,-1.53856994,0.7224180299,563.32120934 +225,-1.329290365,0.7560442322,149,-1.53856994,0.7224180299,626.30506204 +226,-1.410153004,0.616936428,149,-1.53856994,0.7224180299,577.14787252 +227,-1.393445434,0.6308995063,149,-1.53856994,0.7224180299,575.95856148 +228,-1.37595573,0.6241540638,149,-1.53856994,0.7224180299,635.80683036 +229,-1.358388707,0.6172645205,149,-1.53856994,0.7224180299,696.66678987 +230,-1.753741133,0.8281661666,149,-1.53856994,0.7224180299,737.53023464 +231,-1.47430987,0.6834615681,149,-1.53856994,0.7224180299,247.99587339 +232,-1.421012508,0.7222725206,149,-1.53856994,0.7224180299,349.26599392 +233,-1.4476833,0.6978557868,149,-1.53856994,0.7224180299,289.74052168 +234,-1.470370723,0.6966193374,149,-1.53856994,0.7224180299,228.9784887 +235,-1.429211703,0.7037216883,149,-1.53856994,0.7224180299,335.81189276 +236,-1.700578405,0.6178673663,149,-1.53856994,0.7224180299,650.8173405 +237,-1.678117619,0.6331716163,149,-1.53856994,0.7224180299,556.66259039 +238,-1.725644578,0.6316331145,149,-1.53856994,0.7224180299,679.58724615 +239,-2.14012759,0.7930497945,149,-1.53856994,0.7224180299,1739.6055486 +240,-2.103289431,0.7653606263,149,-1.53856994,0.7224180299,1644.15469 +241,-1.318739838,0.7017808746,149,-1.53856994,0.7224180299,663.59627156 +242,-1.396417427,0.7077900843,149,-1.53856994,0.7224180299,428.89436484 +243,-1.35650337,0.7185539404,149,-1.53856994,0.7224180299,541.83407058 +244,-1.248884539,0.7274156818,149,-1.53856994,0.7224180299,857.82371712 +245,-1.395014798,0.5761185243,149,-1.53856994,0.7224180299,734.72539973 +246,-1.433377362,0.6064716109,149,-1.53856994,0.7224180299,564.04214352 +247,-1.408172432,0.5903155476,149,-1.53856994,0.7224180299,663.67387428 +248,-1.749645898,0.7757118084,149,-1.53856994,0.7224180299,646.9000577 +249,-1.571626686,0.615046989,149,-1.53856994,0.7224180299,437.49537266 +250,-1.514070049,0.6303003037,149,-1.53856994,0.7224180299,372.62812891 +251,-1.480890369,0.6237966528,149,-1.53856994,0.7224180299,429.45496273 +252,-1.704390658,0.5281680612,149,-1.53856994,0.7224180299,934.39746864 +253,-1.64434733,0.5254277498,149,-1.53856994,0.7224180299,850.57077167 +254,-1.703855997,0.4792484842,149,-1.53856994,0.7224180299,1102.5864979 +255,-1.692002383,0.5748825051,149,-1.53856994,0.7224180299,758.11578562 +256,-1.854136457,0.5544643913,149,-1.53856994,0.7224180299,1200.3364057 +257,-1.665021206,0.520317736,149,-1.53856994,0.7224180299,897.31477496 +258,-1.733654349,0.4845187345,149,-1.53856994,0.7224180299,1134.7733332 +259,-1.720938188,0.5135933906,149,-1.53856994,0.7224180299,1013.5625761 +260,-1.742668307,0.553296122,149,-1.53856994,0.7224180299,931.3344075 +261,-1.965659039,0.7142126903,149,-1.53856994,0.7224180299,1269.8790384 +262,-1.944438071,0.6772834804,149,-1.53856994,0.7224180299,1238.8555477 +263,-1.270340967,0.7681487096,149,-1.53856994,0.7224180299,800.24166073 +264,-1.353091884,0.6549276821,149,-1.53856994,0.7224180299,626.4824903 +265,-1.333236659,0.6413584414,149,-1.53856994,0.7224180299,707.54149592 +266,-1.352015998,0.6753788907,149,-1.53856994,0.7224180299,595.113225 +267,-1.377988483,0.6577816235,149,-1.53856994,0.7224180299,552.89637598 +268,-2.13075611,0.8318642051,149,-1.53856994,0.7224180299,1712.5588881 +269,-2.097910953,0.8259670014,149,-1.53856994,0.7224180299,1623.7530119 +270,-1.416382069,0.6694271549,149,-1.53856994,0.7224180299,426.44437747 +271,-1.538905672,0.7535625993,149,-1.53856994,0.7224180299,123.36756126 +272,-1.572309477,0.7803125099,149,-1.53856994,0.7224180299,249.22904655 +273,-1.87759879,0.7503853417,149,-1.53856994,0.7224180299,998.82429705 +274,1.152365588,0.590457682,149,-1.53856994,0.7224180299,6990.6274032 +275,0.350198001,0.718001859,149,-1.53856994,0.7224180299,5186.8605317 +276,0.046513677,0.491503852,149,-1.53856994,0.7224180299,5004.2120292 +277,0.027510309,0.742571376,149,-1.53856994,0.7224180299,4374.3962034 +278,0.306285725,-0.214631579,149,-1.53856994,0.7224180299,7592.7202608 +279,-1.100564889,0.318051531,149,-1.53856994,0.7224180299,2181.8887287 +280,-1.078582306,0.301437596,149,-1.53856994,0.7224180299,2284.6000606 +281,-1.137371989,-0.617634065,149,-1.53856994,0.7224180299,5504.4868774 +282,0.784356344,0.703272339,149,-1.53856994,0.7224180299,6076.6006812 +283,-1.221209947,0.218327455,149,-1.53856994,0.7224180299,2278.6845961 +284,2.347301921,-0.449114658,149,-1.53856994,0.7224180299,9792.2892914 +285,0.246820618,0.830553713,149,-1.53856994,0.7224180299,4676.1580798 +286,0.829414965,0.703288228,149,-1.53856994,0.7224180299,6149.5547333 +287,-1.337537566,0.42332223,149,-1.53856994,0.7224180299,1357.6982951 +288,0.882453706,0.454478077,149,-1.53856994,0.7224180299,7085.2832907 +289,1.575629659,0.416419109,149,-1.53856994,0.7224180299,7931.7919792 +290,-1.039455679,0.229888244,149,-1.53856994,0.7224180299,2601.0874315 +291,0.489558039,0.934482747,149,-1.53856994,0.7224180299,4869.0246899 +292,0.081344504,0.88384514,149,-1.53856994,0.7224180299,4203.210195 +293,-1.547979814,0.300350308,149,-1.53856994,0.7224180299,1672.1169956 +294,0.040776181,0.168560074,149,-1.53856994,0.7224180299,5806.8369978 +295,-1.130374745,0.563894876,149,-1.53856994,0.7224180299,1431.9145191 +296,1.578326642,0.478507176,149,-1.53856994,0.7224180299,7686.1210985 +297,-1.12861823,-0.291640865,149,-1.53856994,0.7224180299,4288.8598602 +298,0.310524208,0.770885792,149,-1.53856994,0.7224180299,4961.4679459 +299,0.415649091,-0.387246002,149,-1.53856994,0.7224180299,8339.7886039 +300,-0.926533878,-0.188022748,149,-1.53856994,0.7224180299,4240.5477696 +301,1.258856172,-0.11716081,149,-1.53856994,0.7224180299,9757.2430995 +302,-1.126050026,0.322941926,149,-1.53856994,0.7224180299,2108.8804167 +303,2.002785835,0.07893892,149,-1.53856994,0.7224180299,8956.1858416 +304,0.440437607,0.746258085,149,-1.53856994,0.7224180299,5301.7495244 +305,-0.030391866,0.214441206,149,-1.53856994,0.7224180299,5478.5433753 +306,0.521557815,-0.058929362,149,-1.53856994,0.7224180299,7812.9336082 +307,-0.097005111,0.13317729,149,-1.53856994,0.7224180299,5490.4480293 +308,1.83113859,0.221857587,149,-1.53856994,0.7224180299,8611.6359968 +309,0.222428864,0.099404236,149,-1.53856994,0.7224180299,6521.3230362 +310,-1.702731345,0.8728568183,149,-1.53856994,0.7224180299,747.97223869 +311,-0.418507569,0.278324921,149,-1.53856994,0.7224180299,4166.6946503 +312,-1.41153306,0.339029988,149,-1.53856994,0.7224180299,1577.8744075 +313,0.357560442,0.114788776,149,-1.53856994,0.7224180299,6868.3572668 +314,0.325818979,0.268352149,149,-1.53856994,0.7224180299,6356.7120996 +315,-1.246004659,-0.663679965,149,-1.53856994,0.7224180299,5591.2931092 +316,1.814603087,0.637404484,149,-1.53856994,0.7224180299,7003.2084437 +317,1.843704281,-0.18300445,149,-1.53856994,0.7224180299,10148.52385 +318,1.690644492,-0.211480909,149,-1.53856994,0.7224180299,10397.348584 +319,-1.275451936,0.068109467,149,-1.53856994,0.7224180299,2755.0240718 +320,0.762430171,-0.207594741,149,-1.53856994,0.7224180299,8900.8903645 +321,0.265668905,-0.014647884,149,-1.53856994,0.7224180299,6951.7439178 +322,-2.773032013,-0.335515811,149,-1.53856994,0.7224180299,6158.2255519 +323,-1.469512853,0.174058777,149,-1.53856994,0.7224180299,2185.395925 +324,0.286276986,0.785925691,149,-1.53856994,0.7224180299,4870.7883271 +325,-1.379324697,0.377432233,149,-1.53856994,0.7224180299,1466.3494867 +326,-1.203778265,0.212813032,149,-1.53856994,0.7224180299,2327.8347723 +327,0.579916301,0.611743168,149,-1.53856994,0.7224180299,5984.4283424 +328,0.267582642,0.868113908,149,-1.53856994,0.7224180299,4628.5194914 +329,0.412869244,-0.050245578,149,-1.53856994,0.7224180299,7476.9566845 +330,0.17524381,0.976660285,149,-1.53856994,0.7224180299,4202.45993 +331,0.743157214,0.204812899,149,-1.53856994,0.7224180299,7616.4311102 +332,-1.070758176,0.269382282,149,-1.53856994,0.7224180299,2403.8967119 +333,-1.230364251,0.329790229,149,-1.53856994,0.7224180299,1871.3267132 +334,-1.374813124,-0.024926835,149,-1.53856994,0.7224180299,3018.2471532 +335,0.519780566,0.463669906,149,-1.53856994,0.7224180299,6295.7214432 +336,-1.55108034,0.239698561,149,-1.53856994,0.7224180299,1912.5383917 +337,0.180294813,0.029739425,149,-1.53856994,0.7224180299,6582.7435814 +338,0.67820924,0.268170153,149,-1.53856994,0.7224180299,7264.8835113 +339,0.445798684,1.024001867,149,-1.53856994,0.7224180299,4557.1298108 +340,0.691751283,0.150521402,149,-1.53856994,0.7224180299,7660.8554033 +341,-1.036643551,-0.903056181,149,-1.53856994,0.7224180299,6666.2822965 +342,-0.120287036,1.083325163,149,-1.53856994,0.7224180299,3483.5336504 +343,2.823513113,-0.304487164,149,-1.53856994,0.7224180299,8043.5428134 +344,0.457583172,1.12513373,149,-1.53856994,0.7224180299,4314.4049317 +345,0.042918831,0.813795399,149,-1.53856994,0.7224180299,4260.8435734 +346,1.196146777,-0.853142756,149,-1.53856994,0.7224180299,11201.191963 +347,0.206001358,-0.010430701,149,-1.53856994,0.7224180299,6764.7019454 +348,-0.268308653,0.234799412,149,-1.53856994,0.7224180299,4721.4431808 +349,0.759363263,0.736189579,149,-1.53856994,0.7224180299,5926.8300436 +350,0.181363926,0.891988372,149,-1.53856994,0.7224180299,4396.811373 +351,-0.021111158,0.139103292,149,-1.53856994,0.7224180299,5700.3873592 +352,-0.093355215,0.630686981,149,-1.53856994,0.7224180299,4302.6758888 +353,0.40118964,0.681375926,149,-1.53856994,0.7224180299,5398.7865404 +354,-0.721197315,1.304706234,149,-1.53856994,0.7224180299,2722.8133395 +355,-1.076150317,0.212107639,149,-1.53856994,0.7224180299,2578.0209179 +356,-1.577164531,0.273993443,149,-1.53856994,0.7224180299,1781.1171944 +357,-0.190788414,0.182208586,149,-1.53856994,0.7224180299,5085.4794971 +358,-0.261349752,0.209710184,149,-1.53856994,0.7224180299,4805.6545613 +359,-1.029303852,0.083549259,149,-1.53856994,0.7224180299,3106.4979586 +360,-1.268609162,0.330525297,149,-1.53856994,0.7224180299,1800.2172281 +361,1.282982244,-0.926641967,149,-1.53856994,0.7224180299,11269.109032 +362,0.217352334,0.731352408,149,-1.53856994,0.7224180299,4852.7421304 +363,-1.511833084,0.258629297,149,-1.53856994,0.7224180299,1839.3610657 +364,0.338812194,0.823184618,149,-1.53856994,0.7224180299,4885.9247005 +365,-0.324406489,1.134201999,149,-1.53856994,0.7224180299,3095.116903 +366,1.389579348,0.399185724,149,-1.53856994,0.7224180299,7932.4860146 +367,2.047152199,-0.039082036,149,-1.53856994,0.7224180299,9308.5267133 +368,0.947780369,0.568250077,149,-1.53856994,0.7224180299,6800.4141693 +369,0.763824846,0.576754987,149,-1.53856994,0.7224180299,6457.9579116 +370,-0.142334657,0.928153068,149,-1.53856994,0.7224180299,3636.3128006 +371,0.610266567,0.547265983,149,-1.53856994,0.7224180299,6245.6001282 +372,0.210731629,0.746815056,149,-1.53856994,0.7224180299,4799.6524102 +373,-1.34931644,0.316895224,149,-1.53856994,0.7224180299,1729.6198991 +374,2.407696481,0.655030745,149,-1.53856994,0.7224180299,6260.3676101 +375,0.64207831,0.545359131,149,-1.53856994,0.7224180299,6318.4598167 +376,1.174597538,0.840588356,149,-1.53856994,0.7224180299,6073.6038273 +377,0.660059424,0.010604079,149,-1.53856994,0.7224180299,7998.506165 +378,-0.730263819,0.010486456,149,-1.53856994,0.7224180299,4032.1882421 +379,0.831068936,0.512339172,149,-1.53856994,0.7224180299,6795.9267311 +380,1.301180979,0.72367476,149,-1.53856994,0.7224180299,6614.5645841 +381,1.811128231,0.322854402,149,-1.53856994,0.7224180299,8233.5924457 +382,0.435105812,0.992284428,149,-1.53856994,0.7224180299,4623.0465491 +383,0.62643634,0.592027932,149,-1.53856994,0.7224180299,6140.9054105 +384,0.492988703,-0.516339467,149,-1.53856994,0.7224180299,8853.2501267 +385,-0.162469483,0.112549365,149,-1.53856994,0.7224180299,5349.4718855 +386,0.314630866,0.472006421,149,-1.53856994,0.7224180299,5767.6633568 +387,0.166744804,0.822815954,149,-1.53856994,0.7224180299,4521.3137544 +388,0.417159608,0.965805736,149,-1.53856994,0.7224180299,4662.4118535 +389,0.106334961,0.868774244,149,-1.53856994,0.7224180299,4288.4094889 +390,0.815086969,-0.338144359,149,-1.53856994,0.7224180299,9397.2973473 +391,0.59867455,-0.230624824,149,-1.53856994,0.7224180299,8495.9046483 +392,1.915104874,0.066220985,149,-1.53856994,0.7224180299,9122.9440376 +393,1.278093622,0.064463721,149,-1.53856994,0.7224180299,9113.522993 +394,-0.061477853,0.302997961,149,-1.53856994,0.7224180299,5162.4918334 +395,0.251311504,0.626976942,149,-1.53856994,0.7224180299,5196.9475536 +396,2.950242872,0.149095644,149,-1.53856994,0.7224180299,6484.6216036 +397,-0.180294708,0.35375117,149,-1.53856994,0.7224180299,4688.6738858 +398,1.010448592,-0.351180233,149,-1.53856994,0.7224180299,9973.7533708 +399,-1.748740498,0.3686318073,149,-1.53856994,0.7224180299,1567.9674754 +400,2.699635665,0.123533791,149,-1.53856994,0.7224180299,7257.484635 +401,0.496808033,0.823843254,149,-1.53856994,0.7224180299,5193.2341064 +402,0.129574704,0.763364087,149,-1.53856994,0.7224180299,4572.6884801 +403,1.798920311,0.817447563,149,-1.53856994,0.7224180299,6305.5466671 +404,0.335987953,0.746786541,149,-1.53856994,0.7224180299,5079.3843321 +405,-1.085413643,0.292154671,149,-1.53856994,0.7224180299,2298.2253375 +406,-0.155321003,0.508207011,149,-1.53856994,0.7224180299,4399.8713253 +407,0.620529244,-0.301175104,149,-1.53856994,0.7224180299,8739.8747147 +408,1.684402744,0.368716966,149,-1.53856994,0.7224180299,8111.5293269 +409,0.300582244,-0.386397212,149,-1.53856994,0.7224180299,7997.6036805 +410,2.913555946,-0.009225192,149,-1.53856994,0.7224180299,7016.0520946 +411,1.465101417,0.493232532,149,-1.53856994,0.7224180299,7602.1800609 +412,0.090612882,0.907955955,149,-1.53856994,0.7224180299,4174.1935037 +413,2.987564726,-0.729568594,149,-1.53856994,0.7224180299,8501.6198672 +414,-1.484261606,0.224149272,149,-1.53856994,0.7224180299,1982.5620639 +415,0.164073421,0.303955133,149,-1.53856994,0.7224180299,5810.0725452 +416,0.141441293,0.167552546,149,-1.53856994,0.7224180299,6104.494636 +417,2.931321023,-0.506718887,149,-1.53856994,0.7224180299,8197.7856295 +418,2.21951565,0.700596356,149,-1.53856994,0.7224180299,6387.0232438 +419,0.268112576,1.199114336,149,-1.53856994,0.7224180299,3903.8979785 +420,0.978913739,0.359223811,149,-1.53856994,0.7224180299,7585.4557618 +421,1.210898818,0.522863584,149,-1.53856994,0.7224180299,7306.738952 +422,2.347397336,0.129231362,149,-1.53856994,0.7224180299,8124.0840615 +423,0.614394501,0.556878345,149,-1.53856994,0.7224180299,6224.6897145 +424,-1.398079356,0.148483366,149,-1.53856994,0.7224180299,2326.143711 +425,2.535303836,-0.112984496,149,-1.53856994,0.7224180299,8382.5461293 +426,-1.019372593,-0.405322349,149,-1.53856994,0.7224180299,4856.8445387 +427,-1.297785627,-0.160104069,149,-1.53856994,0.7224180299,3604.0399601 +428,2.144554488,0.205051084,149,-1.53856994,0.7224180299,8272.018514 +429,-2.242387083,-0.426171285,149,-1.53856994,0.7224180299,5231.4731626 +430,0.338637212,0.909723676,149,-1.53856994,0.7224180299,4665.2012451 +431,-0.148798452,0.691042401,149,-1.53856994,0.7224180299,4030.3409645 +432,0.893524764,0.441829531,149,-1.53856994,0.7224180299,7148.4815533 +433,0.969229347,-0.368847936,149,-1.53856994,0.7224180299,9909.7747166 +434,0.436043248,0.800045688,149,-1.53856994,0.7224180299,5143.2449266 +435,1.687946607,1.081504775,149,-1.53856994,0.7224180299,5293.3362053 +436,0.522302046,-0.034889271,149,-1.53856994,0.7224180299,7748.6531756 +437,-0.178996113,-0.438090009,149,-1.53856994,0.7224180299,6770.517895 +438,-1.094339566,0.301444068,149,-1.53856994,0.7224180299,2248.5071336 +439,-1.064070054,0.242569932,149,-1.53856994,0.7224180299,2504.9485698 +440,-1.068153768,0.230387998,149,-1.53856994,0.7224180299,2535.4043301 +441,-3.00496892,-0.23989155,149,-1.53856994,0.7224180299,6543.7551109 +442,0.21751974,0.766874888,149,-1.53856994,0.7224180299,4766.2996416 +443,0.117229532,0.007619006,149,-1.53856994,0.7224180299,6454.3856687 +444,0.777758451,0.420554741,149,-1.53856994,0.7224180299,6997.7742933 +445,-0.252356999,0.250747086,149,-1.53856994,0.7224180299,4728.7573009 +446,0.363148444,0.768483434,149,-1.53856994,0.7224180299,5080.0057051 +447,0.903191366,-0.118210676,149,-1.53856994,0.7224180299,9013.4589147 +448,-0.205755923,0.149406178,149,-1.53856994,0.7224180299,5125.4072185 +449,1.811996086,0.02364353,149,-1.53856994,0.7224180299,9394.6776328 +450,-1.100670221,0.314845373,149,-1.53856994,0.7224180299,2191.7442127 +451,0.340078597,0.850105132,149,-1.53856994,0.7224180299,4819.1847511 +452,0.258757267,0.804969236,149,-1.53856994,0.7224180299,4764.0237442 +453,2.78505352,-0.155160804,149,-1.53856994,0.7224180299,7779.3164097 +454,0.800551619,0.105822106,149,-1.53856994,0.7224180299,8064.52482 +455,0.437940882,-0.506194031,149,-1.53856994,0.7224180299,8670.486191 +456,2.230431122,0.63458615,149,-1.53856994,0.7224180299,6607.1707708 +457,0.527965361,0.127667701,149,-1.53856994,0.7224180299,7303.8948387 +458,-0.063643205,0.702093448,149,-1.53856994,0.7224180299,4230.5053301 +459,1.408447268,0.133010502,149,-1.53856994,0.7224180299,8982.4483967 +460,0.523795955,0.280266966,149,-1.53856994,0.7224180299,6847.9631766 +461,-0.975769313,0.072177659,149,-1.53856994,0.7224180299,3257.1700077 +462,0.549774164,-0.463663986,149,-1.53856994,0.7224180299,8909.7691797 +463,0.29245874,1.095549818,149,-1.53856994,0.7224180299,4149.7659861 +464,0.143625958,0.816809593,149,-1.53856994,0.7224180299,4483.6301897 +465,0.671902494,0.611159853,149,-1.53856994,0.7224180299,6171.8308493 +466,1.239840988,0.6724199,149,-1.53856994,0.7224180299,6765.3695504 +467,0.607829703,-0.10932137,149,-1.53856994,0.7224180299,8196.3140833 +468,1.763020906,0.263996692,149,-1.53856994,0.7224180299,8492.88961 +469,0.378714634,0.726066797,149,-1.53856994,0.7224180299,5227.2769778 +470,2.196736143,-0.153862366,149,-1.53856994,0.7224180299,9381.9561156 +471,0.01702415,0.148991565,149,-1.53856994,0.7224180299,5787.6129194 +472,-2.998490902,-0.158002487,149,-1.53856994,0.7224180299,6309.3181945 +473,-3.051262951,-0.346595608,149,-1.53856994,0.7224180299,6953.4495418 +474,-1.069176439,0.182802941,149,-1.53856994,0.7224180299,2690.043493 +475,0.167157509,0.595344954,149,-1.53856994,0.7224180299,5067.9073536 +476,0.613855648,0.681746124,149,-1.53856994,0.7224180299,5838.5808692 +477,1.037012736,0.682555367,149,-1.53856994,0.7224180299,6516.4129997 +478,-1.253574971,0.379755746,149,-1.53856994,0.7224180299,1657.1058011 +479,3.108590453,-0.132620738,149,-1.53856994,0.7224180299,6761.9073233 +480,0.565301296,0.022333262,149,-1.53856994,0.7224180299,7707.7723214 +481,0.547898238,0.855555614,149,-1.53856994,0.7224180299,5194.2155376 +482,0.948309381,0.417393755,149,-1.53856994,0.7224180299,7329.3612518 +483,-0.050600732,0.945269213,149,-1.53856994,0.7224180299,3808.2294471 +484,-0.977651478,-0.572363064,149,-1.53856994,0.7224180299,5521.5869855 +485,1.102014914,0.728861163,149,-1.53856994,0.7224180299,6421.8678724 +486,2.927300795,-0.282939414,149,-1.53856994,0.7224180299,7682.2773115 +487,-1.154565557,0.124434095,149,-1.53856994,0.7224180299,2726.783976 +488,1.855331234,0.291044755,149,-1.53856994,0.7224180299,8324.184441 +489,0.830290659,0.276904518,149,-1.53856994,0.7224180299,7578.9475345 +490,0.485104466,-0.234867441,149,-1.53856994,0.7224180299,8174.0031806 +491,0.521367572,-0.33161327,149,-1.53856994,0.7224180299,8521.8470448 +1,-1.539031704,0.7349710123,150,-1.530837883,0.729933372,31.3131749 +2,-1.536990553,0.7349663874,150,-1.530837883,0.729933372,26.940439025 +3,-1.534951779,0.7349571355,150,-1.530837883,0.729933372,23.297517235 +4,-1.532906461,0.7349480293,150,-1.530837883,0.729933372,20.776364316 +5,-1.531320211,0.7346937278,150,-1.530837883,0.729933372,18.90921558 +6,-1.539451648,0.7335131775,150,-1.530837883,0.729933372,29.07710713 +7,-1.537429487,0.7335445708,150,-1.530837883,0.729933372,24.123831001 +8,-1.535484998,0.7335658704,150,-1.530837883,0.729933372,19.86400373 +9,-1.533488396,0.7336036027,150,-1.530837883,0.729933372,16.503269145 +10,-1.531497785,0.7335842962,150,-1.530837883,0.729933372,14.591485061 +11,-1.530259379,0.7334777758,150,-1.530837883,0.729933372,14.142526326 +12,-1.5335454,0.7322346912,150,-1.530837883,0.729933372,12.117528014 +13,-1.531489083,0.7322238773,150,-1.530837883,0.729933372,9.2736768625 +14,-1.530011122,0.7321679851,150,-1.530837883,0.729933372,9.1809258825 +15,-1.53348106,0.7306614094,150,-1.530837883,0.729933372,8.3156516621 +16,-1.531441779,0.7306962275,150,-1.530837883,0.729933372,3.5079813849 +17,-1.529755654,0.7306933243,150,-1.530837883,0.729933372,4.3885379802 +18,-1.533415048,0.7291384674,150,-1.530837883,0.729933372,8.235655282 +19,-1.531392093,0.7291705353,150,-1.530837883,0.729933372,3.4362933426 +20,-1.529296523,0.7291214933,150,-1.530837883,0.729933372,5.5729234817 +21,-1.535280942,0.727267644,150,-1.530837883,0.729933372,16.849519447 +22,-1.533378158,0.7276139666,150,-1.530837883,0.729933372,11.863673387 +23,-1.531340368,0.7276446587,150,-1.530837883,0.729933372,9.1863750217 +24,-1.528960113,0.7276398177,150,-1.530837883,0.729933372,10.645135427 +25,-1.533313146,0.7260818349,150,-1.530837883,0.729933372,16.920770025 +26,-1.531259555,0.7260958115,150,-1.530837883,0.729933372,15.251626809 +27,-1.528926415,0.7260865555,150,-1.530837883,0.729933372,16.251719887 +28,-1.531226779,0.7245511789,150,-1.530837883,0.729933372,21.349899358 +29,-1.528904772,0.7245519194,150,-1.530837883,0.729933372,22.070024969 +30,-1.547195875,0.7409785979,150,-1.530837883,0.729933372,64.980181388 +31,-1.5451475,0.740980426,150,-1.530837883,0.729933372,60.672432877 +32,-1.543097679,0.7409798872,150,-1.530837883,0.729933372,56.666848694 +33,-1.540720364,0.7409892687,150,-1.530837883,0.729933372,52.538356673 +34,-1.547188511,0.7395198392,150,-1.530837883,0.729933372,61.247104227 +35,-1.545148587,0.7395226109,150,-1.530837883,0.729933372,56.672356895 +36,-1.543104538,0.7395314908,150,-1.530837883,0.729933372,52.394210623 +37,-1.540727751,0.7395306258,150,-1.530837883,0.729933372,47.853987854 +38,-1.547187029,0.7380014886,150,-1.530837883,0.729933372,57.735633642 +39,-1.545147315,0.7380012252,150,-1.530837883,0.729933372,52.843306149 +40,-1.54310719,0.7380060743,150,-1.530837883,0.729933372,48.214113674 +41,-1.540719671,0.7380068206,150,-1.530837883,0.729933372,43.212553049 +42,-1.547187189,0.7364799098,150,-1.530837883,0.729933372,54.660254699 +43,-1.545149996,0.7364853874,150,-1.530837883,0.729933372,49.475364252 +44,-1.543106091,0.7364823484,150,-1.530837883,0.729933372,44.459100199 +45,-1.540717158,0.7364893901,150,-1.530837883,0.729933372,38.984116326 +46,-1.538663972,0.7410138672,150,-1.530837883,0.729933372,49.544592841 +47,-1.53695285,0.7409699132,150,-1.530837883,0.729933372,47.261458735 +48,-1.534910498,0.7409641297,150,-1.530837883,0.729933372,45.300659909 +49,-1.533145034,0.7409536636,150,-1.530837883,0.729933372,44.17423626 +50,-1.538681336,0.7395405883,150,-1.530837883,0.729933372,44.491893849 +51,-1.536999189,0.7395183096,150,-1.530837883,0.729933372,42.063434258 +52,-1.534923633,0.7395144222,150,-1.530837883,0.729933372,39.805079425 +53,-1.533267822,0.7395654306,150,-1.530837883,0.729933372,38.815236871 +54,-1.53867273,0.7380151077,150,-1.530837883,0.729933372,39.442737468 +55,-1.536980576,0.7379994392,150,-1.530837883,0.729933372,36.703874304 +56,-1.534931522,0.7379944961,150,-1.530837883,0.729933372,34.124627957 +57,-1.533387952,0.7379480264,150,-1.530837883,0.729933372,32.620000831 +58,-1.538682279,0.7364914363,150,-1.530837883,0.729933372,34.753205426 +59,-1.536980704,0.7364810563,150,-1.530837883,0.729933372,31.614839296 +60,-1.534935567,0.7364752065,150,-1.530837883,0.729933372,28.5812387 +61,-1.533042592,0.7363876366,150,-1.530837883,0.729933372,26.376013557 +62,-1.545143426,0.7349628011,150,-1.530837883,0.729933372,46.604268373 +63,-1.543105297,0.7349691947,150,-1.530837883,0.729933372,41.269785985 +64,-1.541064533,0.7349647152,150,-1.530837883,0.729933372,36.115383929 +65,-1.545411803,0.7334624714,150,-1.530837883,0.729933372,45.168727396 +66,-1.543446606,0.7334780896,150,-1.530837883,0.729933372,39.723467423 +67,-1.541475327,0.7334957295,150,-1.530837883,0.729933372,34.378747214 +68,-1.545401939,0.731963266,150,-1.530837883,0.729933372,43.697190584 +69,-1.54342253,0.7319915583,150,-1.530837883,0.729933372,37.998010796 +70,-1.541455867,0.7320216438,150,-1.530837883,0.729933372,32.387003539 +71,-1.545410146,0.7304422281,150,-1.530837883,0.729933372,43.051820488 +72,-1.543435491,0.7304713664,150,-1.530837883,0.729933372,37.237729625 +73,-1.541463105,0.7304997613,150,-1.530837883,0.729933372,31.435796509 +74,-1.545414768,0.7289194936,150,-1.530837883,0.729933372,43.23447771 +75,-1.543435774,0.7289538557,150,-1.530837883,0.729933372,37.404547297 +76,-1.541457714,0.7289765881,150,-1.530837883,0.729933372,31.589247288 +77,-1.539449415,0.7320555866,150,-1.530837883,0.729933372,26.750509082 +78,-1.537429183,0.7321097681,150,-1.530837883,0.729933372,21.263227554 +79,-1.535472649,0.7321497267,150,-1.530837883,0.729933372,16.243997121 +80,-1.539457899,0.7305333307,150,-1.530837883,0.729933372,25.548560661 +81,-1.537453161,0.7305750503,150,-1.530837883,0.729933372,19.686199064 +82,-1.535479385,0.7306124949,150,-1.530837883,0.729933372,13.958326405 +83,-1.53946905,0.7290102593,150,-1.530837883,0.729933372,25.748996812 +84,-1.537459922,0.7290417293,150,-1.530837883,0.729933372,19.87116869 +85,-1.535451349,0.7290890157,150,-1.530837883,0.729933372,14.027749828 +86,-1.535522937,0.7279887191,150,-1.530837883,0.729933372,15.840367899 +87,-1.539442524,0.7274735939,150,-1.530837883,0.729933372,27.229943058 +88,-1.537424111,0.727521351,150,-1.530837883,0.729933372,21.680819538 +89,-1.539384641,0.7259505092,150,-1.530837883,0.729933372,29.792991398 +90,-1.537372391,0.7259947145,150,-1.530837883,0.729933372,24.834493631 +91,-1.535340789,0.7260435356,150,-1.530837883,0.729933372,20.363677906 +92,-1.539325716,0.7244369706,150,-1.530837883,0.729933372,33.238434633 +93,-1.537308932,0.7244801057,150,-1.530837883,0.729933372,28.865433799 +94,-1.535289068,0.7245247645,150,-1.530837883,0.729933372,25.148253969 +95,-1.533261366,0.7245550236,150,-1.530837883,0.729933372,22.47811502 +96,-1.539267302,0.722921924,150,-1.530837883,0.729933372,37.340224464 +97,-1.537248972,0.7229660258,150,-1.530837883,0.729933372,33.496078932 +98,-1.535219431,0.7229916471,150,-1.530837883,0.729933372,30.403144582 +99,-1.53318962,0.7230212049,150,-1.530837883,0.729933372,28.250695561 +100,-1.531154816,0.7230299897,150,-1.530837883,0.729933372,27.360394638 +101,-1.528878341,0.7230370244,150,-1.530837883,0.729933372,27.925801908 +102,-1.539218189,0.7214009878,150,-1.530837883,0.729933372,41.938058691 +103,-1.537198791,0.7214422745,150,-1.530837883,0.729933372,38.55398744 +104,-1.535179266,0.7214634354,150,-1.530837883,0.729933372,35.930862071 +105,-1.533156501,0.7214944644,150,-1.530837883,0.729933372,34.125157764 +106,-1.53113574,0.7215166021,150,-1.530837883,0.729933372,33.350503853 +107,-1.528874248,0.7215345535,150,-1.530837883,0.729933372,33.772618579 +108,-1.539217656,0.7198512397,150,-1.530837883,0.729933372,47.033745286 +109,-1.537199919,0.7199428763,150,-1.530837883,0.729933372,43.83813808 +110,-1.545425832,0.727397149,150,-1.530837883,0.729933372,44.264551425 +111,-1.543371177,0.7273916949,150,-1.530837883,0.729933372,38.38172027 +112,-1.541368852,0.7274523163,150,-1.530837883,0.729933372,32.634686801 +113,-1.545349067,0.7258710923,150,-1.530837883,0.729933372,45.829367053 +114,-1.54332671,0.7258603556,150,-1.530837883,0.729933372,40.301635222 +115,-1.541346831,0.7259242142,150,-1.530837883,0.729933372,34.898331398 +116,-1.545324355,0.7243383958,150,-1.530837883,0.729933372,48.257579665 +117,-1.543292796,0.7243617413,150,-1.530837883,0.729933372,42.958123289 +118,-1.541295822,0.7244024384,150,-1.530837883,0.729933372,37.915867309 +119,-1.543193859,0.7205570215,150,-1.530837883,0.729933372,52.160498038 +120,-1.550257047,0.7386738187,150,-1.530837883,0.729933372,66.772442587 +121,-1.549335448,0.7311736483,150,-1.530837883,0.729933372,54.791349924 +122,-1.533478843,0.7179891343,150,-1.530837883,0.729933372,47.955821453 +123,-1.556150555,0.738907041,150,-1.530837883,0.729933372,82.468969894 +124,-1.554324226,0.733414257,150,-1.530837883,0.729933372,70.578216489 +125,-1.554290846,0.7288285332,150,-1.530837883,0.729933372,69.400341844 +126,-1.55122487,0.7219795312,150,-1.530837883,0.729933372,68.115160355 +127,-1.525104458,0.7229399862,150,-1.530837883,0.729933372,32.489125031 +128,-1.519607711,0.7236181429,150,-1.530837883,0.729933372,41.602896329 +129,-1.513899999,0.7251107854,150,-1.530837883,0.729933372,53.622593036 +130,-1.536620762,0.7431061895,150,-1.530837883,0.729933372,54.867356117 +131,-1.5369566,0.7460845958,150,-1.530837883,0.729933372,66.43995542 +132,-1.545345528,0.7447040685,150,-1.530837883,0.729933372,72.336247282 +133,-1.532813921,0.7432306626,150,-1.530837883,0.729933372,52.988720664 +134,-1.554788248,0.7382381001,150,-1.530837883,0.729933372,77.735334067 +135,-1.540348126,0.7301594274,150,-1.530837883,0.729933372,28.083837418 +136,-1.538016084,0.7239051786,150,-1.530837883,0.729933372,31.961221207 +137,-1.525288962,0.7258085137,150,-1.530837883,0.729933372,23.156442934 +138,-1.534326986,0.731241342,150,-1.530837883,0.729933372,11.523459875 +139,-1.530733872,0.7303625216,150,-1.530837883,0.729933372,1.7273551098 +141,-1.534354939,0.7328219978,150,-1.530837883,0.729933372,15.440735994 +142,-1.53157084,0.7292888153,150,-1.530837883,0.729933372,3.346924721 +143,-1.525691035,0.7263799874,150,-1.530837883,0.729933372,20.728001091 +144,-1.534031287,0.7495967835,150,-1.530837883,0.729933372,78.445077186 +145,-1.527714986,0.7283095957,150,-1.530837883,0.729933372,11.245730172 +146,-1.526189586,0.7271468292,150,-1.530837883,0.729933372,17.622659592 +147,-1.555177336,0.7375563366,150,-1.530837883,0.729933372,77.704974365 +148,-1.555080283,0.7312707794,150,-1.530837883,0.729933372,71.711305386 +149,-1.53856994,0.7224180299,150,-1.530837883,0.729933372,37.557389128 +150,-1.530837883,0.729933372,150,-1.530837883,0.729933372,0 +151,-1.515066984,0.5854133365,150,-1.530837883,0.729933372,574.56440072 +152,-1.534731633,0.5368370046,150,-1.530837883,0.729933372,764.95490812 +153,-1.515231902,0.5607085576,150,-1.530837883,0.729933372,672.10452254 +154,-2.616253799,1.0684566605,150,-1.530837883,0.729933372,2851.7191997 +155,-1.956071439,0.5792177723,150,-1.530837883,0.729933372,1456.8451798 +156,-1.951208514,0.5602434208,150,-1.530837883,0.729933372,1483.5607222 +157,-1.944675062,0.6062144545,150,-1.530837883,0.729933372,1371.4246277 +158,-1.613778386,0.6077989518,150,-1.530837883,0.729933372,547.91821183 +159,-2.035029014,0.6021432345,150,-1.530837883,0.729933372,1640.7875714 +160,-2.114989471,0.6801825058,150,-1.530837883,0.729933372,1761.908727 +161,-2.037382079,0.5765830025,150,-1.530837883,0.729933372,1695.1519811 +162,-2.129855121,0.6585019963,150,-1.530837883,0.729933372,1832.9430069 +163,-2.075141798,0.6493615843,150,-1.530837883,0.729933372,1683.9745054 +164,-1.828626729,0.6948433129,150,-1.530837883,0.729933372,901.89070717 +165,-1.863329418,0.6735427691,150,-1.530837883,0.729933372,1028.0171869 +166,-1.266037071,0.727988852,150,-1.530837883,0.729933372,781.34166837 +167,-1.277579582,0.7249010648,150,-1.530837883,0.729933372,748.62612783 +168,-1.258418684,0.7241194816,150,-1.530837883,0.729933372,805.43848228 +169,-1.317813974,0.6804850104,150,-1.530837883,0.729933372,671.02605978 +170,-1.344165204,0.6790988904,150,-1.530837883,0.729933372,597.77254587 +171,-1.427582102,0.5277120351,150,-1.530837883,0.729933372,866.02712973 +172,-1.402238616,0.457167829,150,-1.530837883,0.729933372,1158.8417695 +173,-1.422454264,0.4996161999,150,-1.530837883,0.729933372,976.65635501 +174,-1.439089277,0.4894859811,150,-1.530837883,0.729933372,997.3844946 +175,-1.448126995,0.5182330266,150,-1.530837883,0.729933372,879.28951411 +176,-1.474626146,0.5881926574,150,-1.530837883,0.729933372,588.25585123 +177,-1.421139645,0.5584869783,150,-1.530837883,0.729933372,762.25971271 +178,-1.457037165,0.565943032,150,-1.530837883,0.729933372,689.87027732 +179,-2.757159358,0.3745319,150,-1.530837883,0.729933372,4247.1155955 +180,-2.714309238,0.342054471,150,-1.530837883,0.729933372,4198.8105084 +181,-2.000525337,0.774119946,150,-1.530837883,0.729933372,1363.6714523 +183,-1.571413436,0.6777838382,150,-1.530837883,0.729933372,240.14479555 +184,-1.552860289,0.6987663893,150,-1.530837883,0.729933372,139.93814548 +185,-1.521852374,0.7165827476,150,-1.530837883,0.729933372,59.23128545 +186,-1.503656267,0.6928968252,150,-1.530837883,0.729933372,167.83709953 +187,-1.502753178,0.7136205882,150,-1.530837883,0.729933372,105.5799845 +188,-1.631894563,0.7343596465,150,-1.530837883,0.729933372,298.16728282 +189,-1.653765416,0.6770714026,150,-1.530837883,0.729933372,426.07719768 +190,-1.719812114,0.6715965947,150,-1.530837883,0.729933372,616.47140748 +191,-1.493406659,0.6646955447,150,-1.530837883,0.729933372,282.27099168 +192,-1.469120564,0.6613469966,150,-1.530837883,0.729933372,330.11195201 +193,-1.590551461,0.5326612937,150,-1.530837883,0.729933372,804.19074867 +194,-1.625979264,0.5247742243,150,-1.530837883,0.729933372,867.52053963 +195,-1.572293943,0.5238808754,150,-1.530837883,0.729933372,826.83853537 +196,-1.610848725,0.5477107964,150,-1.530837883,0.729933372,764.99350813 +197,-1.208485554,0.7918526018,150,-1.530837883,0.729933372,954.30370481 +198,-1.335601374,0.6869083083,150,-1.530837883,0.729933372,610.96966733 +199,-1.346156996,0.6825213377,150,-1.530837883,0.729933372,586.90989798 +200,-1.324381037,0.6741422347,150,-1.530837883,0.729933372,661.67025736 +201,-1.242424992,0.7378949807,150,-1.530837883,0.729933372,847.55611307 +202,-1.270370057,0.7392461008,150,-1.530837883,0.729933372,765.54428734 +203,-1.448950472,0.7441675014,150,-1.530837883,0.729933372,246.66358439 +204,-1.492662363,0.7523026852,150,-1.530837883,0.729933372,142.45066298 +205,-1.479098966,0.7763855017,150,-1.530837883,0.729933372,237.04585201 +206,-1.633760714,0.7869022408,150,-1.530837883,0.729933372,371.99179587 +207,-1.647406434,0.8101289331,150,-1.530837883,0.729933372,458.79304177 +208,-1.564245052,0.5701509278,150,-1.530837883,0.729933372,641.55397553 +209,-1.646289963,0.6833746083,150,-1.530837883,0.729933372,393.5073735 +210,-1.5820631,0.6751952144,150,-1.530837883,0.729933372,266.39897627 +211,-1.613236298,0.6681681791,150,-1.530837883,0.729933372,349.56032424 +212,-1.914661867,0.8212566515,150,-1.530837883,0.729933372,1139.6915663 +213,-1.742133237,0.7250275956,150,-1.530837883,0.729933372,624.85591781 +214,-2.033144872,0.6557314699,150,-1.530837883,0.729933372,1551.2653608 +215,-2.039551981,0.6964723658,150,-1.530837883,0.729933372,1522.3169131 +216,-1.247341019,0.7622473908,150,-1.530837883,0.729933372,833.10831731 +217,-1.298239787,0.7084123392,150,-1.530837883,0.729933372,697.66002299 +218,-1.308539688,0.6926545592,150,-1.530837883,0.729933372,682.46613651 +219,-1.303263185,0.6888938396,150,-1.530837883,0.729933372,702.24109285 +220,-1.852400229,0.6004246149,150,-1.530837883,0.729933372,1122.5713458 +221,-1.288947707,0.7473773692,150,-1.530837883,0.729933372,710.963714 +222,-1.372031502,0.7472790993,150,-1.530837883,0.729933372,469.91885781 +223,-1.289805721,0.7242157877,150,-1.530837883,0.729933372,712.89012187 +224,-1.350807603,0.7533498126,150,-1.530837883,0.729933372,533.56866045 +225,-1.329290365,0.7560442322,150,-1.530837883,0.729933372,596.45001401 +226,-1.410153004,0.616936428,150,-1.530837883,0.729933372,582.63174791 +227,-1.393445434,0.6308995063,150,-1.530837883,0.729933372,576.43725882 +228,-1.37595573,0.6241540638,150,-1.530837883,0.729933372,635.13322709 +229,-1.358388707,0.6172645205,150,-1.530837883,0.729933372,695.00847155 +230,-1.753741133,0.8281661666,150,-1.530837883,0.729933372,737.60899809 +231,-1.47430987,0.6834615681,150,-1.530837883,0.729933372,250.7195153 +232,-1.421012508,0.7222725206,150,-1.530837883,0.729933372,326.63038501 +233,-1.4476833,0.6978557868,150,-1.530837883,0.729933372,279.43942544 +234,-1.470370723,0.6966193374,150,-1.530837883,0.729933372,224.06263894 +235,-1.429211703,0.7037216883,150,-1.530837883,0.729933372,320.66198776 +236,-1.700578405,0.6178673663,150,-1.530837883,0.729933372,686.98465189 +237,-1.678117619,0.6331716163,150,-1.530837883,0.729933372,592.89586723 +238,-1.725644578,0.6316331145,150,-1.530837883,0.729933372,714.02878478 +239,-2.14012759,0.7930497945,150,-1.530837883,0.729933372,1750.603494 +240,-2.103289431,0.7653606263,150,-1.530837883,0.729933372,1657.6980165 +241,-1.318739838,0.7017808746,150,-1.530837883,0.729933372,643.05784863 +242,-1.396417427,0.7077900843,150,-1.530837883,0.729933372,410.02341424 +243,-1.35650337,0.7185539404,150,-1.530837883,0.729933372,518.87837209 +244,-1.248884539,0.7274156818,150,-1.530837883,0.729933372,832.04041719 +245,-1.395014798,0.5761185243,150,-1.530837883,0.729933372,743.43014667 +246,-1.433377362,0.6064716109,150,-1.530837883,0.729933372,574.98631189 +247,-1.408172432,0.5903155476,150,-1.530837883,0.729933372,672.6070219 +248,-1.749645898,0.7757118084,150,-1.530837883,0.729933372,657.20188687 +249,-1.571626686,0.615046989,150,-1.530837883,0.729933372,472.23513467 +250,-1.514070049,0.6303003037,150,-1.530837883,0.729933372,398.0025081 +251,-1.480890369,0.6237966528,150,-1.530837883,0.729933372,447.72822205 +252,-1.704390658,0.5281680612,150,-1.530837883,0.729933372,971.9547053 +253,-1.64434733,0.5254277498,150,-1.530837883,0.729933372,887.33572677 +254,-1.703855997,0.4792484842,150,-1.530837883,0.729933372,1139.9867995 +255,-1.692002383,0.5748825051,150,-1.530837883,0.729933372,795.53834492 +256,-1.854136457,0.5544643913,150,-1.530837883,0.729933372,1234.5470277 +257,-1.665021206,0.520317736,150,-1.530837883,0.729933372,934.49717811 +258,-1.733654349,0.4845187345,150,-1.530837883,0.729933372,1172.3307094 +259,-1.720938188,0.5135933906,150,-1.530837883,0.729933372,1051.1121136 +260,-1.742668307,0.553296122,150,-1.530837883,0.729933372,968.30651144 +261,-1.965659039,0.7142126903,150,-1.530837883,0.729933372,1289.4668713 +262,-1.944438071,0.6772834804,150,-1.530837883,0.729933372,1262.3292437 +263,-1.270340967,0.7681487096,150,-1.530837883,0.729933372,769.5267528 +264,-1.353091884,0.6549276821,150,-1.530837883,0.729933372,617.40739899 +265,-1.333236659,0.6413584414,150,-1.530837883,0.729933372,699.21702384 +266,-1.352015998,0.6753788907,150,-1.530837883,0.729933372,581.65118707 +267,-1.377988483,0.6577816235,150,-1.530837883,0.729933372,545.76539378 +268,-2.13075611,0.8318642051,150,-1.530837883,0.729933372,1720.2326905 +269,-2.097910953,0.8259670014,150,-1.530837883,0.729933372,1631.8941499 +270,-1.416382069,0.6694271549,150,-1.530837883,0.729933372,421.3898278 +271,-1.538905672,0.7535625993,150,-1.530837883,0.729933372,96.514920721 +272,-1.572309477,0.7803125099,150,-1.530837883,0.729933372,232.63163733 +273,-1.87759879,0.7503853417,150,-1.530837883,0.729933372,1015.0050596 +274,1.152365588,0.590457682,150,-1.530837883,0.729933372,6954.4839643 +275,0.350198001,0.718001859,150,-1.530837883,0.729933372,5149.9159549 +276,0.046513677,0.491503852,150,-1.530837883,0.729933372,4971.7762973 +277,0.027510309,0.742571376,150,-1.530837883,0.729933372,4338.7159057 +278,0.306285725,-0.214631579,150,-1.530837883,0.729933372,7569.3828834 +279,-1.100564889,0.318051531,150,-1.530837883,0.729933372,2183.652509 +280,-1.078582306,0.301437596,150,-1.530837883,0.729933372,2285.8929763 +281,-1.137371989,-0.617634065,150,-1.530837883,0.729933372,5525.3431522 +282,0.784356344,0.703272339,150,-1.530837883,0.729933372,6039.1154251 +283,-1.221209947,0.218327455,150,-1.530837883,0.729933372,2290.8623347 +284,2.347301921,-0.449114658,150,-1.530837883,0.729933372,9809.1520592 +285,0.246820618,0.830553713,150,-1.530837883,0.729933372,4638.9695567 +286,0.829414965,0.703288228,150,-1.530837883,0.729933372,6112.1527781 +287,-1.337537566,0.42332223,150,-1.530837883,0.729933372,1370.844797 +288,0.882453706,0.454478077,150,-1.530837883,0.729933372,7047.725909 +289,1.575629659,0.416419109,150,-1.530837883,0.729933372,7901.3192236 +290,-1.039455679,0.229888244,150,-1.530837883,0.729933372,2603.1589964 +291,0.489558039,0.934482747,150,-1.530837883,0.729933372,4831.5176439 +292,0.081344504,0.88384514,150,-1.530837883,0.729933372,4166.1278308 +293,-1.547979814,0.300350308,150,-1.530837883,0.729933372,1702.5728941 +294,0.040776181,0.168560074,150,-1.530837883,0.729933372,5780.2812931 +295,-1.130374745,0.563894876,150,-1.530837883,0.729933372,1420.1296052 +296,1.578326642,0.478507176,150,-1.530837883,0.729933372,7655.742329 +297,-1.12861823,-0.291640865,150,-1.530837883,0.729933372,4305.9677307 +298,0.310524208,0.770885792,150,-1.530837883,0.729933372,4924.3890479 +299,0.415649091,-0.387246002,150,-1.530837883,0.729933372,8318.8193189 +300,-0.926533878,-0.188022748,150,-1.530837883,0.729933372,4248.7974936 +301,1.258856172,-0.11716081,150,-1.530837883,0.729933372,9719.835137 +302,-1.126050026,0.322941926,150,-1.530837883,0.729933372,2111.8489347 +303,2.002785835,0.07893892,150,-1.530837883,0.729933372,8941.7696982 +304,0.440437607,0.746258085,150,-1.530837883,0.729933372,5264.4271194 +305,-0.030391866,0.214441206,150,-1.530837883,0.729933372,5452.2864237 +306,0.521557815,-0.058929362,150,-1.530837883,0.729933372,7782.436628 +307,-0.097005111,0.13317729,150,-1.530837883,0.729933372,5467.1877783 +308,1.83113859,0.221857587,150,-1.530837883,0.729933372,8588.9360925 +309,0.222428864,0.099404236,150,-1.530837883,0.729933372,6493.0043779 +310,-1.702731345,0.8728568183,150,-1.530837883,0.729933372,736.87064306 +311,-0.418507569,0.278324921,150,-1.530837883,0.729933372,4146.452401 +312,-1.41153306,0.339029988,150,-1.530837883,0.729933372,1599.5031901 +313,0.357560442,0.114788776,150,-1.530837883,0.729933372,6837.630527 +314,0.325818979,0.268352149,150,-1.530837883,0.729933372,6324.1908184 +315,-1.246004659,-0.663679965,150,-1.530837883,0.729933372,5615.0847464 +316,1.814603087,0.637404484,150,-1.530837883,0.729933372,6977.7358233 +317,1.843704281,-0.18300445,150,-1.530837883,0.729933372,10131.123174 +318,1.690644492,-0.211480909,150,-1.530837883,0.729933372,10371.758101 +319,-1.275451936,0.068109467,150,-1.530837883,0.729933372,2773.2165593 +320,0.762430171,-0.207594741,150,-1.530837883,0.729933372,8868.9231252 +321,0.265668905,-0.014647884,150,-1.530837883,0.729933372,6924.8366706 +322,-2.773032013,-0.335515811,150,-1.530837883,0.729933372,6192.0872227 +323,-1.469512853,0.174058777,150,-1.530837883,0.729933372,2212.1540054 +324,0.286276986,0.785925691,150,-1.530837883,0.729933372,4833.7071009 +325,-1.379324697,0.377432233,150,-1.530837883,0.729933372,1484.6387272 +326,-1.203778265,0.212813032,150,-1.530837883,0.729933372,2339.1701131 +327,0.579916301,0.611743168,150,-1.530837883,0.729933372,5947.1523905 +328,0.267582642,0.868113908,150,-1.530837883,0.729933372,4591.1454737 +329,0.412869244,-0.050245578,150,-1.530837883,0.729933372,7448.1425805 +330,0.17524381,0.976660285,150,-1.530837883,0.729933372,4164.9251399 +331,0.743157214,0.204812899,150,-1.530837883,0.729933372,7580.1153717 +332,-1.070758176,0.269382282,150,-1.530837883,0.729933372,2406.066604 +333,-1.230364251,0.329790229,150,-1.530837883,0.729933372,1880.4064792 +334,-1.374813124,-0.024926835,150,-1.530837883,0.729933372,3041.9548983 +335,0.519780566,0.463669906,150,-1.530837883,0.729933372,6259.40883 +336,-1.55108034,0.239698561,150,-1.530837883,0.729933372,1943.0674055 +337,0.180294813,0.029739425,150,-1.530837883,0.729933372,6556.4891335 +338,0.67820924,0.268170153,150,-1.530837883,0.729933372,7228.6824011 +339,0.445798684,1.024001867,150,-1.530837883,0.729933372,4519.778385 +340,0.691751283,0.150521402,150,-1.530837883,0.729933372,7625.398407 +341,-1.036643551,-0.903056181,150,-1.530837883,0.729933372,6687.8810067 +342,-0.120287036,1.083325163,150,-1.530837883,0.729933372,3445.9776267 +343,2.823513113,-0.304487164,150,-1.530837883,0.729933372,8066.5911979 +344,0.457583172,1.12513373,150,-1.530837883,0.729933372,4277.5569233 +345,0.042918831,0.813795399,150,-1.530837883,0.729933372,4224.3876742 +346,1.196146777,-0.853142756,150,-1.530837883,0.729933372,11197.430899 +347,0.206001358,-0.010430701,150,-1.530837883,0.729933372,6738.7914998 +348,-0.268308653,0.234799412,150,-1.530837883,0.729933372,4699.1771937 +349,0.759363263,0.736189579,150,-1.530837883,0.729933372,5889.3510974 +350,0.181363926,0.891988372,150,-1.530837883,0.729933372,4359.4935471 +351,-0.021111158,0.139103292,150,-1.530837883,0.729933372,5675.5533316 +352,-0.093355215,0.630686981,150,-1.530837883,0.729933372,4269.3720014 +353,0.40118964,0.681375926,150,-1.530837883,0.729933372,5361.8401953 +354,-0.721197315,1.304706234,150,-1.530837883,0.729933372,2687.5083706 +355,-1.076150317,0.212107639,150,-1.530837883,0.729933372,2582.5265356 +356,-1.577164531,0.273993443,150,-1.530837883,0.729933372,1812.8900953 +357,-0.190788414,0.182208586,150,-1.530837883,0.729933372,5062.9353898 +358,-0.261349752,0.209710184,150,-1.530837883,0.729933372,4783.8737708 +359,-1.029303852,0.083549259,150,-1.530837883,0.729933372,3112.6220854 +360,-1.268609162,0.330525297,150,-1.530837883,0.729933372,1811.8424938 +361,1.282982244,-0.926641967,150,-1.530837883,0.729933372,11276.550676 +362,0.217352334,0.731352408,150,-1.530837883,0.729933372,4816.2434058 +363,-1.511833084,0.258629297,150,-1.530837883,0.729933372,1867.9700812 +364,0.338812194,0.823184618,150,-1.530837883,0.729933372,4848.5710577 +365,-0.324406489,1.134201999,150,-1.530837883,0.729933372,3057.6180977 +366,1.389579348,0.399185724,150,-1.530837883,0.729933372,7898.4367463 +367,2.047152199,-0.039082036,150,-1.530837883,0.729933372,9298.3544779 +368,0.947780369,0.568250077,150,-1.530837883,0.729933372,6763.0726794 +369,0.763824846,0.576754987,150,-1.530837883,0.729933372,6420.4094191 +370,-0.142334657,0.928153068,150,-1.530837883,0.729933372,3599.3961251 +371,0.610266567,0.547265983,150,-1.530837883,0.729933372,6208.4302894 +372,0.210731629,0.746815056,150,-1.530837883,0.729933372,4763.0692627 +373,-1.34931644,0.316895224,150,-1.530837883,0.729933372,1747.3009381 +374,2.407696481,0.655030745,150,-1.530837883,0.729933372,6248.933467 +375,0.64207831,0.545359131,150,-1.530837883,0.729933372,6281.1892544 +376,1.174597538,0.840588356,150,-1.530837883,0.729933372,6038.6186645 +377,0.660059424,0.010604079,150,-1.530837883,0.729933372,7964.8732475 +378,-0.730263819,0.010486456,150,-1.530837883,0.729933372,4028.6350842 +379,0.831068936,0.512339172,150,-1.530837883,0.729933372,6758.37069 +380,1.301180979,0.72367476,150,-1.530837883,0.729933372,6580.3822943 +381,1.811128231,0.322854402,150,-1.530837883,0.729933372,8209.584657 +382,0.435105812,0.992284428,150,-1.530837883,0.729933372,4585.5935829 +383,0.62643634,0.592027932,150,-1.530837883,0.729933372,6103.5556102 +384,0.492988703,-0.516339467,150,-1.530837883,0.729933372,8834.9097445 +385,-0.162469483,0.112549365,150,-1.530837883,0.729933372,5328.0071336 +386,0.314630866,0.472006421,150,-1.530837883,0.729933372,5732.8459917 +387,0.166744804,0.822815954,150,-1.530837883,0.729933372,4484.3782356 +388,0.417159608,0.965805736,150,-1.530837883,0.729933372,4624.8937885 +389,0.106334961,0.868774244,150,-1.530837883,0.729933372,4251.3580652 +390,0.815086969,-0.338144359,150,-1.530837883,0.729933372,9367.0930311 +391,0.59867455,-0.230624824,150,-1.530837883,0.729933372,8467.348907 +392,1.915104874,0.066220985,150,-1.530837883,0.729933372,9105.0469105 +393,1.278093622,0.064463721,150,-1.530837883,0.729933372,9076.7948155 +394,-0.061477853,0.302997961,150,-1.530837883,0.729933372,5134.9298241 +395,0.251311504,0.626976942,150,-1.530837883,0.729933372,5161.1187235 +396,2.950242872,0.149095644,150,-1.530837883,0.729933372,6499.0037189 +397,-0.180294708,0.35375117,150,-1.530837883,0.729933372,4661.9520192 +398,1.010448592,-0.351180233,150,-1.530837883,0.729933372,9940.0862687 +399,-1.748740498,0.3686318073,150,-1.530837883,0.729933372,1605.2423026 +400,2.699635665,0.123533791,150,-1.530837883,0.729933372,7266.1939879 +401,0.496808033,0.823843254,150,-1.530837883,0.729933372,5155.6898597 +402,0.129574704,0.763364087,150,-1.530837883,0.729933372,4536.3183624 +403,1.798920311,0.817447563,150,-1.530837883,0.729933372,6279.023693 +404,0.335987953,0.746786541,150,-1.530837883,0.729933372,5042.3435901 +405,-1.085413643,0.292154671,150,-1.530837883,0.729933372,2300.2582604 +406,-0.155321003,0.508207011,150,-1.530837883,0.729933372,4369.4731669 +407,0.620529244,-0.301175104,150,-1.530837883,0.729933372,8712.5395558 +408,1.684402744,0.368716966,150,-1.530837883,0.729933372,8083.7181769 +409,0.300582244,-0.386397212,150,-1.530837883,0.729933372,7978.9027307 +410,2.913555946,-0.009225192,150,-1.530837883,0.729933372,7033.5605546 +411,1.465101417,0.493232532,150,-1.530837883,0.729933372,7569.6452376 +412,0.090612882,0.907955955,150,-1.530837883,0.729933372,4136.9626157 +413,2.987564726,-0.729568594,150,-1.530837883,0.729933372,8536.0660374 +414,-1.484261606,0.224149272,150,-1.530837883,0.729933372,2009.8433669 +415,0.164073421,0.303955133,150,-1.530837883,0.729933372,5779.1522173 +416,0.141441293,0.167552546,150,-1.530837883,0.729933372,6076.2635376 +417,2.931321023,-0.506718887,150,-1.530837883,0.729933372,8227.4602092 +418,2.21951565,0.700596356,150,-1.530837883,0.729933372,6370.3646059 +419,0.268112576,1.199114336,150,-1.530837883,0.729933372,3867.2166025 +420,0.978913739,0.359223811,150,-1.530837883,0.729933372,7547.9187499 +421,1.210898818,0.522863584,150,-1.530837883,0.729933372,7270.8778518 +422,2.347397336,0.129231362,150,-1.530837883,0.729933372,8121.8113435 +423,0.614394501,0.556878345,150,-1.530837883,0.729933372,6187.4741363 +424,-1.398079356,0.148483366,150,-1.530837883,0.729933372,2349.4832404 +425,2.535303836,-0.112984496,150,-1.530837883,0.729933372,8393.0370782 +426,-1.019372593,-0.405322349,150,-1.530837883,0.729933372,4871.933384 +427,-1.297785627,-0.160104069,150,-1.530837883,0.729933372,3625.795221 +428,2.144554488,0.205051084,150,-1.530837883,0.729933372,8260.8978232 +429,-2.242387083,-0.426171285,150,-1.530837883,0.729933372,5269.0305454 +430,0.338637212,0.909723676,150,-1.530837883,0.729933372,4627.6645551 +431,-0.148798452,0.691042401,150,-1.530837883,0.729933372,3996.481251 +432,0.893524764,0.441829531,150,-1.530837883,0.729933372,7110.9243237 +433,0.969229347,-0.368847936,150,-1.530837883,0.729933372,9877.2821677 +434,0.436043248,0.800045688,150,-1.530837883,0.729933372,5105.7920868 +435,1.687946607,1.081504775,150,-1.530837883,0.729933372,5264.487589 +436,0.522302046,-0.034889271,150,-1.530837883,0.729933372,7717.7422806 +437,-0.178996113,-0.438090009,150,-1.530837883,0.729933372,6763.4542104 +438,-1.094339566,0.301444068,150,-1.530837883,0.729933372,2250.6349025 +439,-1.064070054,0.242569932,150,-1.530837883,0.729933372,2507.7813665 +440,-1.068153768,0.230387998,150,-1.530837883,0.729933372,2538.8784534 +441,-3.00496892,-0.23989155,150,-1.530837883,0.729933372,6573.208779 +442,0.21751974,0.766874888,150,-1.530837883,0.729933372,4729.5522373 +443,0.117229532,0.007619006,150,-1.530837883,0.729933372,6429.7520911 +444,0.777758451,0.420554741,150,-1.530837883,0.729933372,6960.4033175 +445,-0.252356999,0.250747086,150,-1.530837883,0.729933372,4705.7758415 +446,0.363148444,0.768483434,150,-1.530837883,0.729933372,5042.7922035 +447,0.903191366,-0.118210676,150,-1.530837883,0.729933372,8978.0774566 +448,-0.205755923,0.149406178,150,-1.530837883,0.729933372,5103.9568787 +449,1.811996086,0.02364353,150,-1.530837883,0.729933372,9372.8854891 +450,-1.100670221,0.314845373,150,-1.530837883,0.729933372,2193.6511311 +451,0.340078597,0.850105132,150,-1.530837883,0.729933372,4781.7530835 +452,0.258757267,0.804969236,150,-1.530837883,0.729933372,4726.9257859 +453,2.78505352,-0.155160804,150,-1.530837883,0.729933372,7797.5984426 +454,0.800551619,0.105822106,150,-1.530837883,0.729933372,8028.3645005 +455,0.437940882,-0.506194031,150,-1.530837883,0.729933372,8652.8412715 +456,2.230431122,0.63458615,150,-1.530837883,0.729933372,6591.7508342 +457,0.527965361,0.127667701,150,-1.530837883,0.729933372,7270.583132 +458,-0.063643205,0.702093448,150,-1.530837883,0.729933372,4195.8780127 +459,1.408447268,0.133010502,150,-1.530837883,0.729933372,8947.8416339 +460,0.523795955,0.280266966,150,-1.530837883,0.729933372,6813.0531119 +461,-0.975769313,0.072177659,150,-1.530837883,0.729933372,3261.2592768 +462,0.549774164,-0.463663986,150,-1.530837883,0.729933372,8888.5273972 +463,0.29245874,1.095549818,150,-1.530837883,0.729933372,4112.468957 +464,0.143625958,0.816809593,150,-1.530837883,0.729933372,4446.8039575 +465,0.671902494,0.611159853,150,-1.530837883,0.729933372,6134.349931 +466,1.239840988,0.6724199,150,-1.530837883,0.729933372,6730.3342604 +467,0.607829703,-0.10932137,150,-1.530837883,0.729933372,8165.2454811 +468,1.763020906,0.263996692,150,-1.530837883,0.729933372,8467.6822704 +469,0.378714634,0.726066797,150,-1.530837883,0.729933372,5190.1975104 +470,2.196736143,-0.153862366,150,-1.530837883,0.729933372,9381.6212344 +471,0.01702415,0.148991565,150,-1.530837883,0.729933372,5761.8755913 +472,-2.998490902,-0.158002487,150,-1.530837883,0.729933372,6337.3998879 +473,-3.051262951,-0.346595608,150,-1.530837883,0.729933372,6984.0676639 +474,-1.069176439,0.182802941,150,-1.530837883,0.729933372,2695.1563137 +475,0.167157509,0.595344954,150,-1.530837883,0.729933372,5032.971787 +476,0.613855648,0.681746124,150,-1.530837883,0.729933372,5801.0842222 +477,1.037012736,0.682555367,150,-1.530837883,0.729933372,6479.7826148 +478,-1.253574971,0.379755746,150,-1.530837883,0.729933372,1665.665081 +479,3.108590453,-0.132620738,150,-1.530837883,0.729933372,6786.3800707 +480,0.565301296,0.022333262,150,-1.530837883,0.729933372,7675.3285627 +481,0.547898238,0.855555614,150,-1.530837883,0.729933372,5156.6670637 +482,0.948309381,0.417393755,150,-1.530837883,0.729933372,7291.8274455 +483,-0.050600732,0.945269213,150,-1.530837883,0.729933372,3771.0346408 +484,-0.977651478,-0.572363064,150,-1.530837883,0.729933372,5537.8163979 +485,1.102014914,0.728861163,150,-1.530837883,0.729933372,6385.8380399 +486,2.927300795,-0.282939414,150,-1.530837883,0.729933372,7706.7651088 +487,-1.154565557,0.124434095,150,-1.530837883,0.729933372,2737.8143805 +488,1.855331234,0.291044755,150,-1.530837883,0.729933372,8301.7888374 +489,0.830290659,0.276904518,150,-1.530837883,0.729933372,7541.7590439 +490,0.485104466,-0.234867441,150,-1.530837883,0.729933372,8147.6840498 +491,0.521367572,-0.33161327,150,-1.530837883,0.729933372,8497.2309304 +1,-1.539031704,0.7349710123,151,-1.515066984,0.5854133365,597.09924037 +2,-1.536990553,0.7349663874,151,-1.515066984,0.5854133365,596.31685671 +3,-1.534951779,0.7349571355,151,-1.515066984,0.5854133365,595.58411057 +4,-1.532906461,0.7349480293,151,-1.515066984,0.5854133365,594.9171495 +5,-1.531320211,0.7346937278,151,-1.515066984,0.5854133365,593.47126753 +6,-1.539451648,0.7335131775,151,-1.515066984,0.5854133365,591.54388501 +7,-1.537429487,0.7335445708,151,-1.515066984,0.5854133365,590.88776538 +8,-1.535484998,0.7335658704,151,-1.515066984,0.5854133365,590.28493911 +9,-1.533488396,0.7336036027,151,-1.515066984,0.5854133365,589.79288323 +10,-1.531497785,0.7335842962,151,-1.515066984,0.5854133365,589.14309687 +11,-1.530259379,0.7334777758,151,-1.515066984,0.5854133365,588.39860898 +12,-1.5335454,0.7322346912,151,-1.515066984,0.5854133365,584.41757269 +13,-1.531489083,0.7322238773,151,-1.515066984,0.5854133365,583.77535681 +14,-1.530011122,0.7321679851,151,-1.515066984,0.5854133365,583.16711048 +15,-1.53348106,0.7306614094,151,-1.515066984,0.5854133365,578.20039929 +16,-1.531441779,0.7306962275,151,-1.515066984,0.5854133365,577.73782782 +17,-1.529755654,0.7306933243,151,-1.515066984,0.5854133365,577.28320806 +18,-1.533415048,0.7291384674,151,-1.515066984,0.5854133365,572.18129756 +19,-1.531392093,0.7291705353,151,-1.515066984,0.5854133365,571.70763852 +20,-1.529296523,0.7291214933,151,-1.515066984,0.5854133365,570.96581803 +21,-1.535280942,0.727267644,151,-1.515066984,0.5854133365,565.43738216 +22,-1.533378158,0.7276139666,151,-1.515066984,0.5854133365,566.16557709 +23,-1.531340368,0.7276446587,151,-1.515066984,0.5854133365,565.67642858 +24,-1.528960113,0.7276398177,151,-1.515066984,0.5854133365,565.035122 +25,-1.533313146,0.7260818349,151,-1.515066984,0.5854133365,560.11129292 +26,-1.531259555,0.7260958115,151,-1.515066984,0.5854133365,559.54666711 +27,-1.528926415,0.7260865555,151,-1.515066984,0.5854133365,558.8951067 +28,-1.531226779,0.7245511789,151,-1.515066984,0.5854133365,553.44744741 +29,-1.528904772,0.7245519194,151,-1.515066984,0.5854133365,552.83185144 +30,-1.547195875,0.7409785979,151,-1.515066984,0.5854133365,624.25523831 +31,-1.5451475,0.740980426,151,-1.515066984,0.5854133365,623.27293466 +32,-1.543097679,0.7409798872,151,-1.515066984,0.5854133365,622.34448552 +33,-1.540720364,0.7409892687,151,-1.515066984,0.5854133365,621.38726137 +34,-1.547188511,0.7395198392,151,-1.515066984,0.5854133365,618.55886231 +35,-1.545148587,0.7395226109,151,-1.515066984,0.5854133365,617.57409072 +36,-1.543104538,0.7395314908,151,-1.515066984,0.5854133365,616.67529646 +37,-1.540727751,0.7395306258,151,-1.515066984,0.5854133365,615.6674179 +38,-1.547187029,0.7380014886,151,-1.515066984,0.5854133365,612.6345351 +39,-1.545147315,0.7380012252,151,-1.515066984,0.5854133365,611.62709014 +40,-1.54310719,0.7380060743,151,-1.515066984,0.5854133365,610.70397249 +41,-1.540719671,0.7380068206,151,-1.515066984,0.5854133365,609.68675771 +42,-1.547187189,0.7364799098,151,-1.515066984,0.5854133365,606.70021619 +43,-1.545149996,0.7364853874,151,-1.515066984,0.5854133365,605.70522509 +44,-1.543106091,0.7364823484,151,-1.515066984,0.5854133365,604.73897397 +45,-1.540717158,0.7364893901,151,-1.515066984,0.5854133365,603.73447688 +46,-1.538663972,0.7410138672,151,-1.515066984,0.5854133365,620.69400161 +47,-1.53695285,0.7409699132,151,-1.515066984,0.5854133365,619.91350679 +48,-1.534910498,0.7409641297,151,-1.515066984,0.5854133365,619.22447445 +49,-1.533145034,0.7409536636,151,-1.515066984,0.5854133365,618.65931164 +50,-1.538681336,0.7395405883,151,-1.515066984,0.5854133365,614.9117647 +51,-1.536999189,0.7395183096,151,-1.515066984,0.5854133365,614.2196089 +52,-1.534923633,0.7395144222,151,-1.515066984,0.5854133365,613.5190932 +53,-1.533267822,0.7395654306,151,-1.515066984,0.5854133365,613.22183454 +54,-1.53867273,0.7380151077,151,-1.515066984,0.5854133365,608.9157236 +55,-1.536980576,0.7379994392,151,-1.515066984,0.5854133365,608.23954382 +56,-1.534931522,0.7379944961,151,-1.515066984,0.5854133365,607.53625113 +57,-1.533387952,0.7379480264,151,-1.515066984,0.5854133365,606.88180495 +58,-1.538682279,0.7364914363,151,-1.515066984,0.5854133365,602.93461146 +59,-1.536980704,0.7364810563,151,-1.515066984,0.5854133365,602.26872618 +60,-1.534935567,0.7364752065,151,-1.515066984,0.5854133365,601.5554326 +61,-1.533042592,0.7363876366,151,-1.515066984,0.5854133365,600.63095189 +62,-1.545143426,0.7349628011,151,-1.515066984,0.5854133365,599.7541121 +63,-1.543105297,0.7349691947,151,-1.515066984,0.5854133365,598.81688411 +64,-1.541064533,0.7349647152,151,-1.515066984,0.5854133365,597.90210277 +65,-1.545411803,0.7334624714,151,-1.515066984,0.5854133365,594.02782551 +66,-1.543446606,0.7334780896,151,-1.515066984,0.5854133365,593.14111453 +67,-1.541475327,0.7334957295,151,-1.515066984,0.5854133365,592.32194715 +68,-1.545401939,0.731963266,151,-1.515066984,0.5854133365,588.17103565 +69,-1.54342253,0.7319915583,151,-1.515066984,0.5854133365,587.31681139 +70,-1.541455867,0.7320216438,151,-1.515066984,0.5854133365,586.53923463 +71,-1.545410146,0.7304422281,151,-1.515066984,0.5854133365,582.23989466 +72,-1.543435491,0.7304713664,151,-1.515066984,0.5854133365,581.37983573 +73,-1.541463105,0.7304997613,151,-1.515066984,0.5854133365,580.5823117 +74,-1.545414768,0.7289194936,151,-1.515066984,0.5854133365,576.3022302 +75,-1.543435774,0.7289538557,151,-1.515066984,0.5854133365,575.44898236 +76,-1.541457714,0.7289765881,151,-1.515066984,0.5854133365,574.61614207 +77,-1.539449415,0.7320555866,151,-1.515066984,0.5854133365,585.82409462 +78,-1.537429183,0.7321097681,151,-1.515066984,0.5854133365,585.24969052 +79,-1.535472649,0.7321497267,151,-1.515066984,0.5854133365,584.70870093 +80,-1.539457899,0.7305333307,151,-1.515066984,0.5854133365,579.85612151 +81,-1.537453161,0.7305750503,151,-1.515066984,0.5854133365,579.22914312 +82,-1.535479385,0.7306124949,151,-1.515066984,0.5854133365,578.66331397 +83,-1.53946905,0.7290102593,151,-1.515066984,0.5854133365,573.88735139 +84,-1.537459922,0.7290417293,151,-1.515066984,0.5854133365,573.20875729 +85,-1.535451349,0.7290890157,151,-1.515066984,0.5854133365,572.66082119 +86,-1.535522937,0.7279887191,151,-1.515066984,0.5854133365,568.35837775 +87,-1.539442524,0.7274735939,151,-1.515066984,0.5854133365,567.85078397 +88,-1.537424111,0.727521351,151,-1.515066984,0.5854133365,567.22387158 +89,-1.539384641,0.7259505092,151,-1.515066984,0.5854133365,561.85518406 +90,-1.537372391,0.7259947145,151,-1.515066984,0.5854133365,561.20898447 +91,-1.535340789,0.7260435356,151,-1.515066984,0.5854133365,560.64429787 +92,-1.539325716,0.7244369706,151,-1.515066984,0.5854133365,555.89734722 +93,-1.537308932,0.7244801057,151,-1.515066984,0.5854133365,555.23738223 +94,-1.535289068,0.7245247645,151,-1.515066984,0.5854133365,554.65367203 +95,-1.533261366,0.7245550236,151,-1.515066984,0.5854133365,554.08255707 +96,-1.539267302,0.722921924,151,-1.515066984,0.5854133365,549.93462057 +97,-1.537248972,0.7229660258,151,-1.515066984,0.5854133365,549.26985107 +98,-1.535219431,0.7229916471,151,-1.515066984,0.5854133365,548.60071174 +99,-1.53318962,0.7230212049,151,-1.515066984,0.5854133365,548.02015185 +100,-1.531154816,0.7230299897,151,-1.515066984,0.5854133365,547.42971906 +101,-1.528878341,0.7230370244,151,-1.515066984,0.5854133365,546.84566095 +102,-1.539218189,0.7214009878,151,-1.515066984,0.5854133365,543.95371779 +103,-1.537198791,0.7214422745,151,-1.515066984,0.5854133365,543.26893519 +104,-1.535179266,0.7214634354,151,-1.515066984,0.5854133365,542.57824555 +105,-1.533156501,0.7214944644,151,-1.515066984,0.5854133365,541.99861556 +106,-1.53113574,0.7215166021,151,-1.515066984,0.5854133365,541.45838428 +107,-1.528874248,0.7215345535,151,-1.515066984,0.5854133365,540.91442809 +108,-1.539217656,0.7198512397,151,-1.515066984,0.5854133365,537.88239397 +109,-1.537199919,0.7199428763,151,-1.515066984,0.5854133365,537.38516338 +110,-1.545425832,0.727397149,151,-1.515066984,0.5854133365,570.37140967 +111,-1.543371177,0.7273916949,151,-1.515066984,0.5854133365,569.31371557 +112,-1.541368852,0.7274523163,151,-1.515066984,0.5854133365,568.60917875 +113,-1.545349067,0.7258710923,151,-1.515066984,0.5854133365,564.38191983 +114,-1.54332671,0.7258603556,151,-1.515066984,0.5854133365,563.30986719 +115,-1.541346831,0.7259242142,151,-1.515066984,0.5854133365,562.61850044 +116,-1.545324355,0.7243383958,151,-1.515066984,0.5854133365,558.39541915 +117,-1.543292796,0.7243617413,151,-1.515066984,0.5854133365,557.44036076 +118,-1.541295822,0.7244024384,151,-1.515066984,0.5854133365,556.64046221 +119,-1.543193859,0.7205570215,151,-1.515066984,0.5854133365,542.53849334 +120,-1.550257047,0.7386738187,151,-1.515066984,0.5854133365,616.88507509 +121,-1.549335448,0.7311736483,151,-1.515066984,0.5854133365,587.20706714 +122,-1.533478843,0.7179891343,151,-1.515066984,0.5854133365,528.31128543 +123,-1.556150555,0.738907041,151,-1.515066984,0.5854133365,621.31252368 +124,-1.554324226,0.733414257,151,-1.515066984,0.5854133365,598.91015114 +125,-1.554290846,0.7288285332,151,-1.515066984,0.5854133365,581.17084238 +126,-1.55122487,0.7219795312,151,-1.515066984,0.5854133365,552.70715344 +127,-1.525104458,0.7229399862,151,-1.515066984,0.5854133365,545.65197353 +128,-1.519607711,0.7236181429,151,-1.515066984,0.5854133365,547.61434928 +129,-1.513899999,0.7251107854,151,-1.515066984,0.5854133365,553.35367797 +130,-1.536620762,0.7431061895,151,-1.515066984,0.5854133365,628.20692198 +131,-1.5369566,0.7460845958,151,-1.515066984,0.5854133365,640.03915764 +132,-1.545345528,0.7447040685,151,-1.515066984,0.5854133365,637.92713208 +133,-1.532813921,0.7432306626,151,-1.515066984,0.5854133365,627.54532896 +134,-1.554788248,0.7382381001,151,-1.515066984,0.5854133365,617.86321346 +135,-1.540348126,0.7301594274,151,-1.515066984,0.5854133365,578.76319431 +136,-1.538016084,0.7239051786,151,-1.515066984,0.5854133365,553.26423765 +137,-1.525288962,0.7258085137,151,-1.515066984,0.5854133365,557.02646012 +138,-1.534326986,0.731241342,151,-1.515066984,0.5854133365,580.75282179 +139,-1.530733872,0.7303625216,151,-1.515066984,0.5854133365,576.22950465 +141,-1.534354939,0.7328219978,151,-1.515066984,0.5854133365,586.9852463 +142,-1.53157084,0.7292888153,151,-1.515066984,0.5854133365,572.22421675 +143,-1.525691035,0.7263799874,151,-1.515066984,0.5854133365,559.35939038 +144,-1.534031287,0.7495967835,151,-1.515066984,0.5854133365,652.98382623 +145,-1.527714986,0.7283095957,151,-1.515066984,0.5854133365,567.39423425 +146,-1.526189586,0.7271468292,151,-1.515066984,0.5854133365,562.48534177 +147,-1.555177336,0.7375563366,151,-1.515066984,0.5854133365,615.47020847 +148,-1.555080283,0.7312707794,151,-1.515066984,0.5854133365,591.12067703 +149,-1.53856994,0.7224180299,151,-1.515066984,0.5854133365,547.66128326 +150,-1.530837883,0.729933372,151,-1.515066984,0.5854133365,574.56440072 +151,-1.515066984,0.5854133365,151,-1.515066984,0.5854133365,39.138787839 +152,-1.534731633,0.5368370046,151,-1.515066984,0.5854133365,203.39395921 +153,-1.515231902,0.5607085576,151,-1.515066984,0.5854133365,97.85716807 +154,-2.616253799,1.0684566605,151,-1.515066984,0.5854133365,3335.6143472 +155,-1.956071439,0.5792177723,151,-1.515066984,0.5854133365,1455.5073315 +156,-1.951208514,0.5602434208,151,-1.515066984,0.5854133365,1451.7060876 +157,-1.944675062,0.6062144545,151,-1.515066984,0.5854133365,1407.3660982 +158,-1.613778386,0.6077989518,151,-1.515066984,0.5854133365,335.32829564 +159,-2.035029014,0.6021432345,151,-1.515066984,0.5854133365,1702.1549712 +160,-2.114989471,0.6801825058,151,-1.515066984,0.5854133365,1940.671251 +161,-2.037382079,0.5765830025,151,-1.515066984,0.5854133365,1723.728149 +162,-2.129855121,0.6585019963,151,-1.515066984,0.5854133365,1988.3894019 +163,-2.075141798,0.6493615843,151,-1.515066984,0.5854133365,1817.7885292 +164,-1.828626729,0.6948433129,151,-1.515066984,0.5854133365,1083.7760964 +165,-1.863329418,0.6735427691,151,-1.515066984,0.5854133365,1165.6626983 +166,-1.266037071,0.727988852,151,-1.515066984,0.5854133365,961.88162981 +167,-1.277579582,0.7249010648,151,-1.515066984,0.5854133365,926.38436704 +168,-1.258418684,0.7241194816,151,-1.515066984,0.5854133365,973.56558284 +169,-1.317813974,0.6804850104,151,-1.515066984,0.5854133365,733.10080891 +170,-1.344165204,0.6790988904,151,-1.515066984,0.5854133365,659.61623855 +171,-1.427582102,0.5277120351,151,-1.515066984,0.5854133365,372.47852449 +172,-1.402238616,0.457167829,151,-1.515066984,0.5854133365,638.58585574 +173,-1.422454264,0.4996161999,151,-1.515066984,0.5854133365,462.65271982 +174,-1.439089277,0.4894859811,151,-1.515066984,0.5854133365,459.44936186 +175,-1.448126995,0.5182330266,151,-1.515066984,0.5854133365,348.92149865 +176,-1.474626146,0.5881926574,151,-1.515066984,0.5854133365,133.84008106 +177,-1.421139645,0.5584869783,151,-1.515066984,0.5854133365,330.46340506 +178,-1.457037165,0.565943032,151,-1.515066984,0.5854133365,207.64684666 +179,-2.757159358,0.3745319,151,-1.515066984,0.5854133365,4361.7404989 +180,-2.714309238,0.342054471,151,-1.515066984,0.5854133365,4281.9893022 +181,-2.000525337,0.774119946,151,-1.515066984,0.5854133365,1660.6945537 +183,-1.571413436,0.6777838382,151,-1.515066984,0.5854133365,407.74035624 +184,-1.552860289,0.6987663893,151,-1.515066984,0.5854133365,464.67637249 +185,-1.521852374,0.7165827476,151,-1.515066984,0.5854133365,520.00001757 +186,-1.503656267,0.6928968252,151,-1.515066984,0.5854133365,427.28081462 +187,-1.502753178,0.7136205882,151,-1.515066984,0.5854133365,509.30674241 +188,-1.631894563,0.7343596465,151,-1.515066984,0.5854133365,693.53225206 +189,-1.653765416,0.6770714026,151,-1.515066984,0.5854133365,572.75474728 +190,-1.719812114,0.6715965947,151,-1.515066984,0.5854133365,738.70653639 +191,-1.493406659,0.6646955447,151,-1.515066984,0.5854133365,321.64150853 +192,-1.469120564,0.6613469966,151,-1.515066984,0.5854133365,335.06748303 +193,-1.590551461,0.5326612937,151,-1.515066984,0.5854133365,328.43576191 +194,-1.625979264,0.5247742243,151,-1.515066984,0.5854133365,443.79902784 +195,-1.572293943,0.5238808754,151,-1.515066984,0.5854133365,310.65634815 +196,-1.610848725,0.5477107964,151,-1.515066984,0.5854133365,353.16371209 +197,-1.208485554,0.7918526018,151,-1.515066984,0.5854133365,1239.1575952 +198,-1.335601374,0.6869083083,151,-1.515066984,0.5854133365,698.23532258 +199,-1.346156996,0.6825213377,151,-1.515066984,0.5854133365,661.57313002 +200,-1.324381037,0.6741422347,151,-1.515066984,0.5854133365,703.62739357 +201,-1.242424992,0.7378949807,151,-1.515066984,0.5854133365,1041.6780948 +202,-1.270370057,0.7392461008,151,-1.515066984,0.5854133365,975.23758391 +203,-1.448950472,0.7441675014,151,-1.515066984,0.5854133365,661.54793494 +204,-1.492662363,0.7523026852,151,-1.515066984,0.5854133365,664.68058373 +205,-1.479098966,0.7763855017,151,-1.515066984,0.5854133365,764.42505504 +206,-1.633760714,0.7869022408,151,-1.515066984,0.5854133365,876.27414037 +207,-1.647406434,0.8101289331,151,-1.515066984,0.5854133365,975.40074077 +208,-1.564245052,0.5701509278,151,-1.515066984,0.5854133365,174.00542634 +209,-1.646289963,0.6833746083,151,-1.515066984,0.5854133365,570.41031549 +210,-1.5820631,0.6751952144,151,-1.515066984,0.5854133365,415.14149265 +211,-1.613236298,0.6681681791,151,-1.515066984,0.5854133365,454.37628968 +212,-1.914661867,0.8212566515,151,-1.515066984,0.5854133365,1516.7063396 +213,-1.742133237,0.7250275956,151,-1.515066984,0.5854133365,900.72437188 +214,-2.033144872,0.6557314699,151,-1.515066984,0.5854133365,1685.3605417 +215,-2.039551981,0.6964723658,151,-1.515066984,0.5854133365,1713.3670253 +216,-1.247341019,0.7622473908,151,-1.515066984,0.5854133365,1081.900216 +217,-1.298239787,0.7084123392,151,-1.515066984,0.5854133365,839.49310192 +218,-1.308539688,0.6926545592,151,-1.515066984,0.5854133365,780.99788736 +219,-1.303263185,0.6888938396,151,-1.515066984,0.5854133365,788.08110337 +220,-1.852400229,0.6004246149,151,-1.515066984,0.5854133365,1108.0283234 +221,-1.288947707,0.7473773692,151,-1.515066984,0.5854133365,950.43793141 +222,-1.372031502,0.7472790993,151,-1.515066984,0.5854133365,779.78069081 +223,-1.289805721,0.7242157877,151,-1.515066984,0.5854133365,894.48662963 +224,-1.350807603,0.7533498126,151,-1.515066984,0.5854133365,837.15573078 +225,-1.329290365,0.7560442322,151,-1.515066984,0.5854133365,886.7869784 +226,-1.410153004,0.616936428,151,-1.515066984,0.5854133365,364.66273022 +227,-1.393445434,0.6308995063,151,-1.515066984,0.5854133365,434.33633765 +228,-1.37595573,0.6241540638,151,-1.515066984,0.5854133365,478.37524141 +229,-1.358388707,0.6172645205,151,-1.515066984,0.5854133365,526.84477607 +230,-1.753741133,0.8281661666,151,-1.515066984,0.5854133365,1196.7689702 +231,-1.47430987,0.6834615681,151,-1.515066984,0.5854133365,409.51227259 +232,-1.421012508,0.7222725206,151,-1.515066984,0.5854133365,617.18397503 +233,-1.4476833,0.6978557868,151,-1.515066984,0.5854133365,493.9159347 +234,-1.470370723,0.6966193374,151,-1.515066984,0.5854133365,462.71685687 +235,-1.429211703,0.7037216883,151,-1.515066984,0.5854133365,541.52790576 +236,-1.700578405,0.6178673663,151,-1.515066984,0.5854133365,618.93775088 +237,-1.678117619,0.6331716163,151,-1.515066984,0.5854133365,562.09797242 +238,-1.725644578,0.6316331145,151,-1.515066984,0.5854133365,707.89088721 +239,-2.14012759,0.7930497945,151,-1.515066984,0.5854133365,2058.7190178 +240,-2.103289431,0.7653606263,151,-1.515066984,0.5854133365,1936.6741511 +241,-1.318739838,0.7017808746,151,-1.515066984,0.5854133365,773.18424644 +242,-1.396417427,0.7077900843,151,-1.515066984,0.5854133365,612.47988672 +243,-1.35650337,0.7185539404,151,-1.515066984,0.5854133365,725.36602557 +244,-1.248884539,0.7274156818,151,-1.515066984,0.5854133365,1004.5869594 +245,-1.395014798,0.5761185243,151,-1.515066984,0.5854133365,399.18681266 +246,-1.433377362,0.6064716109,151,-1.515066984,0.5854133365,280.45119748 +247,-1.408172432,0.5903155476,151,-1.515066984,0.5854133365,352.81258842 +248,-1.749645898,0.7757118084,151,-1.515066984,0.5854133365,1041.1856196 +249,-1.571626686,0.615046989,151,-1.515066984,0.5854133365,218.96805509 +250,-1.514070049,0.6303003037,151,-1.515066984,0.5854133365,177.82681163 +251,-1.480890369,0.6237966528,151,-1.515066984,0.5854133365,188.45540216 +252,-1.704390658,0.5281680612,151,-1.515066984,0.5854133365,675.38760958 +253,-1.64434733,0.5254277498,151,-1.515066984,0.5854133365,495.55422909 +254,-1.703855997,0.4792484842,151,-1.515066984,0.5854133365,768.67894962 +255,-1.692002383,0.5748825051,151,-1.515066984,0.5854133365,587.41705937 +256,-1.854136457,0.5544643913,151,-1.515066984,0.5854133365,1135.7080725 +257,-1.665021206,0.520317736,151,-1.515066984,0.5854133365,567.15865228 +258,-1.733654349,0.4845187345,151,-1.515066984,0.5854133365,844.38304748 +259,-1.720938188,0.5135933906,151,-1.515066984,0.5854133365,750.74014321 +260,-1.742668307,0.553296122,151,-1.515066984,0.5854133365,769.35179022 +261,-1.965659039,0.7142126903,151,-1.515066984,0.5854133365,1503.1210152 +262,-1.944438071,0.6772834804,151,-1.515066984,0.5854133365,1415.4876736 +263,-1.270340967,0.7681487096,151,-1.515066984,0.5854133365,1043.6481665 +264,-1.353091884,0.6549276821,151,-1.515066984,0.5854133365,589.8577593 +265,-1.333236659,0.6413584414,151,-1.515066984,0.5854133365,628.81445053 +266,-1.352015998,0.6753788907,151,-1.515066984,0.5854133365,631.25422422 +267,-1.377988483,0.6577816235,151,-1.515066984,0.5854133365,526.0111885 +268,-2.13075611,0.8318642051,151,-1.515066984,0.5854133365,2068.5704844 +269,-2.097910953,0.8259670014,151,-1.515066984,0.5854133365,1977.6323456 +270,-1.416382069,0.6694271549,151,-1.515066984,0.5854133365,459.01892469 +271,-1.538905672,0.7535625993,151,-1.515066984,0.5854133365,670.11430471 +272,-1.572309477,0.7803125099,151,-1.515066984,0.5854133365,791.59350237 +273,-1.87759879,0.7503853417,151,-1.515066984,0.5854133365,1297.8606365 +274,1.152365588,0.590457682,151,-1.515066984,0.5854133365,7463.5536983 +275,0.350198001,0.718001859,151,-1.515066984,0.5854133365,5499.6980165 +276,0.046513677,0.491503852,151,-1.515066984,0.5854133365,5149.10563 +277,0.027510309,0.742571376,151,-1.515066984,0.5854133365,4630.9462532 +278,0.306285725,-0.214631579,151,-1.515066984,0.5854133365,7510.4651255 +279,-1.100564889,0.318051531,151,-1.515066984,0.5854133365,1809.7379017 +280,-1.078582306,0.301437596,151,-1.515066984,0.5854133365,1915.5291632 +281,-1.137371989,-0.617634065,151,-1.515066984,0.5854133365,4966.6818183 +282,0.784356344,0.703272339,151,-1.515066984,0.5854133365,6483.3578234 +283,-1.221209947,0.218327455,151,-1.515066984,0.5854133365,1800.1263868 +284,2.347301921,-0.449114658,151,-1.515066984,0.5854133365,9921.3982066 +285,0.246820618,0.830553713,151,-1.515066984,0.5854133365,5010.156208 +286,0.829414965,0.703288228,151,-1.515066984,0.5854133365,6566.474602 +287,-1.337537566,0.42332223,151,-1.515066984,0.5854133365,888.48080055 +288,0.882453706,0.454478077,151,-1.515066984,0.5854133365,7463.732402 +289,1.575629659,0.416419109,151,-1.515066984,0.5854133365,8470.9510352 +290,-1.039455679,0.229888244,151,-1.515066984,0.5854133365,2217.1418482 +291,0.489558039,0.934482747,151,-1.515066984,0.5854133365,5277.3509813 +292,0.081344504,0.88384514,151,-1.515066984,0.5854133365,4532.5901371 +293,-1.547979814,0.300350308,151,-1.515066984,0.5854133365,1135.1922185 +294,0.040776181,0.168560074,151,-1.515066984,0.5854133365,5805.320694 +295,-1.130374745,0.563894876,151,-1.515066984,0.5854133365,1279.4522806 +296,1.578326642,0.478507176,151,-1.515066984,0.5854133365,8225.7674585 +297,-1.12861823,-0.291640865,151,-1.515066984,0.5854133365,3768.476008 +298,0.310524208,0.770885792,151,-1.515066984,0.5854133365,5285.1146969 +299,0.415649091,-0.387246002,151,-1.515066984,0.5854133365,8207.1763158 +300,-0.926533878,-0.188022748,151,-1.515066984,0.5854133365,3782.0348426 +301,1.258856172,-0.11716081,151,-1.515066984,0.5854133365,10150.619155 +302,-1.126050026,0.322941926,151,-1.515066984,0.5854133365,1724.6792665 +303,2.002785835,0.07893892,151,-1.515066984,0.5854133365,9458.6163928 +304,0.440437607,0.746258085,151,-1.515066984,0.5854133365,5643.7316136 +305,-0.030391866,0.214441206,151,-1.515066984,0.5854133365,5474.2823604 +306,0.521557815,-0.058929362,151,-1.515066984,0.5854133365,7879.048796 +307,-0.097005111,0.13317729,151,-1.515066984,0.5854133365,5428.1718855 +308,1.83113859,0.221857587,151,-1.515066984,0.5854133365,9154.265979 +309,0.222428864,0.099404236,151,-1.515066984,0.5854133365,6550.1963352 +310,-1.702731345,0.8728568183,151,-1.515066984,0.5854133365,1263.3312216 +311,-0.418507569,0.278324921,151,-1.515066984,0.5854133365,4066.1341112 +312,-1.41153306,0.339029988,151,-1.515066984,0.5854133365,1042.0881695 +313,0.357560442,0.114788776,151,-1.515066984,0.5854133365,6950.2977713 +314,0.325818979,0.268352149,151,-1.515066984,0.5854133365,6491.1854236 +315,-1.246004659,-0.663679965,151,-1.515066984,0.5854133365,5045.8919426 +316,1.814603087,0.637404484,151,-1.515066984,0.5854133365,7550.6083946 +317,1.843704281,-0.18300445,151,-1.515066984,0.5854133365,10665.23583 +318,1.690644492,-0.211480909,151,-1.515066984,0.5854133365,10944.648251 +319,-1.275451936,0.068109467,151,-1.515066984,0.5854133365,2231.9716624 +320,0.762430171,-0.207594741,151,-1.515066984,0.5854133365,8990.7419682 +321,0.265668905,-0.014647884,151,-1.515066984,0.5854133365,6945.9536474 +322,-2.773032013,-0.335515811,151,-1.515066984,0.5854133365,5983.0242791 +323,-1.469512853,0.174058777,151,-1.515066984,0.5854133365,1637.7910224 +324,0.286276986,0.785925691,151,-1.515066984,0.5854133365,5195.2257113 +325,-1.379324697,0.377432233,151,-1.515066984,0.5854133365,950.90038811 +326,-1.203778265,0.212813032,151,-1.515066984,0.5854133365,1855.8739729 +327,0.579916301,0.611743168,151,-1.515066984,0.5854133365,6317.746466 +328,0.267582642,0.868113908,151,-1.515066984,0.5854133365,4980.1552675 +329,0.412869244,-0.050245578,151,-1.515066984,0.5854133365,7506.98113 +330,0.17524381,0.976660285,151,-1.515066984,0.5854133365,4582.2822228 +331,0.743157214,0.204812899,151,-1.515066984,0.5854133365,7875.550471 +332,-1.070758176,0.269382282,151,-1.515066984,0.5854133365,2022.3336042 +333,-1.230364251,0.329790229,151,-1.515066984,0.5854133365,1427.4719065 +334,-1.374813124,-0.024926835,151,-1.515066984,0.5854133365,2473.5380543 +335,0.519780566,0.463669906,151,-1.515066984,0.5854133365,6565.1492565 +336,-1.55108034,0.239698561,151,-1.515066984,0.5854133365,1375.4996114 +337,0.180294813,0.029739425,151,-1.515066984,0.5854133365,6567.282772 +338,0.67820924,0.268170153,151,-1.515066984,0.5854133365,7521.2914357 +339,0.445798684,1.024001867,151,-1.515066984,0.5854133365,4985.1459133 +340,0.691751283,0.150521402,151,-1.515066984,0.5854133365,7880.6649215 +341,-1.036643551,-0.903056181,151,-1.515066984,0.5854133365,6125.7154388 +342,-0.120287036,1.083325163,151,-1.515066984,0.5854133365,3884.0529404 +343,2.823513113,-0.304487164,151,-1.515066984,0.5854133365,8097.4971497 +344,0.457583172,1.12513373,151,-1.515066984,0.5854133365,4771.4838027 +345,0.042918831,0.813795399,151,-1.515066984,0.5854133365,4553.0296986 +346,1.196146777,-0.853142756,151,-1.515066984,0.5854133365,10792.914842 +347,0.206001358,-0.010430701,151,-1.515066984,0.5854133365,6740.452952 +348,-0.268308653,0.234799412,151,-1.515066984,0.5854133365,4649.4425262 +349,0.759363263,0.736189579,151,-1.515066984,0.5854133365,6335.1906332 +350,0.181363926,0.891988372,151,-1.515066984,0.5854133365,4744.163224 +351,-0.021111158,0.139103292,151,-1.515066984,0.5854133365,5665.6472789 +352,-0.093355215,0.630686981,151,-1.515066984,0.5854133365,4479.613847 +353,0.40118964,0.681375926,151,-1.515066984,0.5854133365,5710.298405 +354,-0.721197315,1.304706234,151,-1.515066984,0.5854133365,3223.3657051 +355,-1.076150317,0.212107639,151,-1.515066984,0.5854133365,2168.15267 +356,-1.577164531,0.273993443,151,-1.515066984,0.5854133365,1253.3724754 +357,-0.190788414,0.182208586,151,-1.515066984,0.5854133365,5014.4185249 +358,-0.261349752,0.209710184,151,-1.515066984,0.5854133365,4724.0491375 +359,-1.029303852,0.083549259,151,-1.515066984,0.5854133365,2674.3188209 +360,-1.268609162,0.330525297,151,-1.515066984,0.5854133365,1333.4396283 +361,1.282982244,-0.926641967,151,-1.515066984,0.5854133365,10780.307113 +362,0.217352334,0.731352408,151,-1.515066984,0.5854133365,5142.2793963 +363,-1.511833084,0.258629297,151,-1.515066984,0.5854133365,1294.4435707 +364,0.338812194,0.823184618,151,-1.515066984,0.5854133365,5233.709413 +365,-0.324406489,1.134201999,151,-1.515066984,0.5854133365,3514.7037642 +366,1.389579348,0.399185724,151,-1.515066984,0.5854133365,8442.6739292 +367,2.047152199,-0.039082036,151,-1.515066984,0.5854133365,9777.3623774 +368,0.947780369,0.568250077,151,-1.515066984,0.5854133365,7220.5009284 +369,0.763824846,0.576754987,151,-1.515066984,0.5854133365,6830.7162745 +370,-0.142334657,0.928153068,151,-1.515066984,0.5854133365,3959.5498678 +371,0.610266567,0.547265983,151,-1.515066984,0.5854133365,6567.9821514 +372,0.210731629,0.746815056,151,-1.515066984,0.5854133365,5094.0327584 +373,-1.34931644,0.316895224,151,-1.515066984,0.5854133365,1215.156836 +374,2.407696481,0.655030745,151,-1.515066984,0.5854133365,6749.3124765 +375,0.64207831,0.545359131,151,-1.515066984,0.5854133365,6649.2277255 +376,1.174597538,0.840588356,151,-1.515066984,0.5854133365,6572.8332463 +377,0.660059424,0.010604079,151,-1.515066984,0.5854133365,8149.7305237 +378,-0.730263819,0.010486456,151,-1.515066984,0.5854133365,3695.3770678 +379,0.831068936,0.512339172,151,-1.515066984,0.5854133365,7172.2620975 +380,1.301180979,0.72367476,151,-1.515066984,0.5854133365,7124.7697046 +381,1.811128231,0.322854402,151,-1.515066984,0.5854133365,8779.169893 +382,0.435105812,0.992284428,151,-1.515066984,0.5854133365,5040.5208384 +383,0.62643634,0.592027932,151,-1.515066984,0.5854133365,6480.7417144 +384,0.492988703,-0.516339467,151,-1.515066984,0.5854133365,8671.3661223 +385,-0.162469483,0.112549365,151,-1.515066984,0.5854133365,5256.439756 +386,0.314630866,0.472006421,151,-1.515066984,0.5854133365,5979.4697739 +387,0.166744804,0.822815954,151,-1.515066984,0.5854133365,4838.3291211 +388,0.417159608,0.965805736,151,-1.515066984,0.5854133365,5069.5540981 +389,0.106334961,0.868774244,151,-1.515066984,0.5854133365,4614.9454652 +390,0.815086969,-0.338144359,151,-1.515066984,0.5854133365,9432.257128 +391,0.59867455,-0.230624824,151,-1.515066984,0.5854133365,8507.5057053 +392,1.915104874,0.066220985,151,-1.515066984,0.5854133365,9645.8006559 +393,1.278093622,0.064463721,151,-1.515066984,0.5854133365,9558.2817456 +394,-0.061477853,0.302997961,151,-1.515066984,0.5854133365,5188.7195699 +395,0.251311504,0.626976942,151,-1.515066984,0.5854133365,5452.5948292 +396,2.950242872,0.149095644,151,-1.515066984,0.5854133365,6696.4333369 +397,-0.180294708,0.35375117,151,-1.515066984,0.5854133365,4702.556972 +398,1.010448592,-0.351180233,151,-1.515066984,0.5854133365,10091.73395 +399,-1.748740498,0.3686318073,151,-1.515066984,0.5854133365,1186.5847466 +400,2.699635665,0.123533791,151,-1.515066984,0.5854133365,7540.5336506 +401,0.496808033,0.823843254,151,-1.515066984,0.5854133365,5570.6373701 +402,0.129574704,0.763364087,151,-1.515066984,0.5854133365,4857.9956795 +403,1.798920311,0.817447563,151,-1.515066984,0.5854133365,6853.185454 +404,0.335987953,0.746786541,151,-1.515066984,0.5854133365,5399.4958598 +405,-1.085413643,0.292154671,151,-1.515066984,0.5854133365,1920.3462415 +406,-0.155321003,0.508207011,151,-1.515066984,0.5854133365,4498.8838692 +407,0.620529244,-0.301175104,151,-1.515066984,0.5854133365,8721.2889347 +408,1.684402744,0.368716966,151,-1.515066984,0.5854133365,8658.2213391 +409,0.300582244,-0.386397212,151,-1.515066984,0.5854133365,7831.9959445 +410,2.913555946,-0.009225192,151,-1.515066984,0.5854133365,7175.5727829 +411,1.465101417,0.493232532,151,-1.515066984,0.5854133365,8128.5594782 +412,0.090612882,0.907955955,151,-1.515066984,0.5854133365,4515.2824375 +413,2.987564726,-0.729568594,151,-1.515066984,0.5854133365,8285.2599621 +414,-1.484261606,0.224149272,151,-1.515066984,0.5854133365,1435.2814151 +415,0.164073421,0.303955133,151,-1.515066984,0.5854133365,5907.1716715 +416,0.141441293,0.167552546,151,-1.515066984,0.5854133365,6135.5885497 +417,2.931321023,-0.506718887,151,-1.515066984,0.5854133365,8114.0402583 +418,2.21951565,0.700596356,151,-1.515066984,0.5854133365,6907.3126568 +419,0.268112576,1.199114336,151,-1.515066984,0.5854133365,4368.5975703 +420,0.978913739,0.359223811,151,-1.515066984,0.5854133365,7974.0119065 +421,1.210898818,0.522863584,151,-1.515066984,0.5854133365,7786.1622898 +422,2.347397336,0.129231362,151,-1.515066984,0.5854133365,8527.2934919 +423,0.614394501,0.556878345,151,-1.515066984,0.5854133365,6551.0675784 +424,-1.398079356,0.148483366,151,-1.515066984,0.5854133365,1782.6907792 +425,2.535303836,-0.112984496,151,-1.515066984,0.5854133365,8630.9514487 +426,-1.019372593,-0.405322349,151,-1.515066984,0.5854133365,4346.9258887 +427,-1.297785627,-0.160104069,151,-1.515066984,0.5854133365,3064.2855747 +428,2.144554488,0.205051084,151,-1.515066984,0.5854133365,8753.287495 +429,-2.242387083,-0.426171285,151,-1.515066984,0.5854133365,4854.1997505 +430,0.338637212,0.909723676,151,-1.515066984,0.5854133365,5042.8548794 +431,-0.148798452,0.691042401,151,-1.515066984,0.5854133365,4227.0528568 +432,0.893524764,0.441829531,151,-1.515066984,0.5854133365,7527.505727 +433,0.969229347,-0.368847936,151,-1.515066984,0.5854133365,9993.3757954 +434,0.436043248,0.800045688,151,-1.515066984,0.5854133365,5501.662113 +435,1.687946607,1.081504775,151,-1.515066984,0.5854133365,5838.2462372 +436,0.522302046,-0.034889271,151,-1.515066984,0.5854133365,7825.9194726 +437,-0.178996113,-0.438090009,151,-1.515066984,0.5854133365,6455.1759629 +438,-1.094339566,0.301444068,151,-1.515066984,0.5854133365,1870.6254194 +439,-1.064070054,0.242569932,151,-1.515066984,0.5854133365,2114.1865827 +440,-1.068153768,0.230387998,151,-1.515066984,0.5854133365,2137.1543274 +441,-3.00496892,-0.23989155,151,-1.515066984,0.5854133365,6482.9884771 +442,0.21751974,0.766874888,151,-1.515066984,0.5854133365,5070.0439204 +443,0.117229532,0.007619006,151,-1.515066984,0.5854133365,6408.2225965 +444,0.777758451,0.420554741,151,-1.515066984,0.5854133365,7334.7779244 +445,-0.252356999,0.250747086,151,-1.515066984,0.5854133365,4669.6319515 +446,0.363148444,0.768483434,151,-1.515066984,0.5854133365,5413.3805017 +447,0.903191366,-0.118210676,151,-1.515066984,0.5854133365,9214.0982883 +448,-0.205755923,0.149406178,151,-1.515066984,0.5854133365,5034.4756142 +449,1.811996086,0.02364353,151,-1.515066984,0.5854133365,9934.132219 +450,-1.100670221,0.314845373,151,-1.515066984,0.5854133365,1817.7017475 +451,0.340078597,0.850105132,151,-1.515066984,0.5854133365,5176.5846536 +452,0.258757267,0.804969236,151,-1.515066984,0.5854133365,5090.4256855 +453,2.78505352,-0.155160804,151,-1.515066984,0.5854133365,7918.5082626 +454,0.800551619,0.105822106,151,-1.515066984,0.5854133365,8311.6825475 +455,0.437940882,-0.506194031,151,-1.515066984,0.5854133365,8480.4156077 +456,2.230431122,0.63458615,151,-1.515066984,0.5854133365,7120.5359994 +457,0.527965361,0.127667701,151,-1.515066984,0.5854133365,7452.4934699 +458,-0.063643205,0.702093448,151,-1.515066984,0.5854133365,4449.7596406 +459,1.408447268,0.133010502,151,-1.515066984,0.5854133365,9482.3410096 +460,0.523795955,0.280266966,151,-1.515066984,0.5854133365,7053.990774 +461,-0.975769313,0.072177659,151,-1.515066984,0.5854133365,2843.7050505 +462,0.549774164,-0.463663986,151,-1.515066984,0.5854133365,8773.8790288 +463,0.29245874,1.095549818,151,-1.515066984,0.5854133365,4583.8157982 +464,0.143625958,0.816809593,151,-1.515066984,0.5854133365,4794.163774 +465,0.671902494,0.611159853,151,-1.515066984,0.5854133365,6528.9373411 +466,1.239840988,0.6724199,151,-1.515066984,0.5854133365,7262.667302 +467,0.607829703,-0.10932137,151,-1.515066984,0.5854133365,8272.2376423 +468,1.763020906,0.263996692,151,-1.515066984,0.5854133365,9040.0293872 +469,0.378714634,0.726066797,151,-1.515066984,0.5854133365,5549.1802813 +470,2.196736143,-0.153862366,151,-1.515066984,0.5854133365,9753.1133492 +471,0.01702415,0.148991565,151,-1.515066984,0.5854133365,5769.7255988 +472,-2.998490902,-0.158002487,151,-1.515066984,0.5854133365,6281.799506 +473,-3.051262951,-0.346595608,151,-1.515066984,0.5854133365,6860.7452525 +474,-1.069176439,0.182802941,151,-1.515066984,0.5854133365,2272.3649254 +475,0.167157509,0.595344954,151,-1.515066984,0.5854133365,5289.9307029 +476,0.613855648,0.681746124,151,-1.515066984,0.5854133365,6200.3709154 +477,1.037012736,0.682555367,151,-1.515066984,0.5854133365,6975.3090878 +478,-1.253574971,0.379755746,151,-1.515066984,0.5854133365,1224.2953501 +479,3.108590453,-0.132620738,151,-1.515066984,0.5854133365,6803.4053643 +480,0.565301296,0.022333262,151,-1.515066984,0.5854133365,7826.6342343 +481,0.547898238,0.855555614,151,-1.515066984,0.5854133365,5590.0570959 +482,0.948309381,0.417393755,151,-1.515066984,0.5854133365,7720.272273 +483,-0.050600732,0.945269213,151,-1.515066984,0.5854133365,4149.2468536 +484,-0.977651478,-0.572363064,151,-1.515066984,0.5854133365,5004.19334 +485,1.102014914,0.728861163,151,-1.515066984,0.5854133365,6899.1387762 +486,2.927300795,-0.282939414,151,-1.515066984,0.5854133365,7713.5991876 +487,-1.154565557,0.124434095,151,-1.515066984,0.5854133365,2253.6978679 +488,1.855331234,0.291044755,151,-1.515066984,0.5854133365,8866.1127706 +489,0.830290659,0.276904518,151,-1.515066984,0.5854133365,7893.8761262 +490,0.485104466,-0.234867441,151,-1.515066984,0.5854133365,8142.2555119 +491,0.521367572,-0.33161327,151,-1.515066984,0.5854133365,8451.9927617 +1,-1.539031704,0.7349710123,152,-1.534731633,0.5368370046,784.92739666 +2,-1.536990553,0.7349663874,152,-1.534731633,0.5368370046,784.82321482 +3,-1.534951779,0.7349571355,152,-1.534731633,0.5368370046,784.75414957 +4,-1.532906461,0.7349480293,152,-1.534731633,0.5368370046,784.73913849 +5,-1.531320211,0.7346937278,152,-1.534731633,0.5368370046,783.78524547 +6,-1.539451648,0.7335131775,152,-1.534731633,0.5368370046,779.17843984 +7,-1.537429487,0.7335445708,152,-1.534731633,0.5368370046,779.20574754 +8,-1.535484998,0.7335658704,152,-1.534731633,0.5368370046,779.24670822 +9,-1.533488396,0.7336036027,152,-1.534731633,0.5368370046,779.40248924 +10,-1.531497785,0.7335842962,152,-1.534731633,0.5368370046,779.3836478 +11,-1.530259379,0.7334777758,152,-1.534731633,0.5368370046,779.02350899 +12,-1.5335454,0.7322346912,152,-1.534731633,0.5368370046,773.97940963 +13,-1.531489083,0.7322238773,152,-1.534731633,0.5368370046,773.99594418 +14,-1.530011122,0.7321679851,152,-1.534731633,0.5368370046,773.85131838 +15,-1.53348106,0.7306614094,152,-1.534731633,0.5368370046,767.74875848 +16,-1.531441779,0.7306962275,152,-1.534731633,0.5368370046,767.94758383 +17,-1.529755654,0.7306933243,152,-1.534731633,0.5368370046,768.02776604 +18,-1.533415048,0.7291384674,152,-1.534731633,0.5368370046,761.71760514 +19,-1.531392093,0.7291705353,152,-1.534731633,0.5368370046,761.90715979 +20,-1.529296523,0.7291214933,152,-1.534731633,0.5368370046,761.83502864 +21,-1.535280942,0.727267644,152,-1.534731633,0.5368370046,754.29778947 +22,-1.533378158,0.7276139666,152,-1.534731633,0.5368370046,755.6798244 +23,-1.531340368,0.7276446587,152,-1.534731633,0.5368370046,755.86618171 +24,-1.528960113,0.7276398177,152,-1.534731633,0.5368370046,755.99313415 +25,-1.533313146,0.7260818349,152,-1.534731633,0.5368370046,749.61238494 +26,-1.531259555,0.7260958115,152,-1.534731633,0.5368370046,749.73567945 +27,-1.528926415,0.7260865555,152,-1.534731633,0.5368370046,749.84542088 +28,-1.531226779,0.7245511789,152,-1.534731633,0.5368370046,743.61972665 +29,-1.528904772,0.7245519194,152,-1.534731633,0.5368370046,743.77059967 +30,-1.547195875,0.7409785979,152,-1.534731633,0.5368370046,809.56655061 +31,-1.5451475,0.740980426,152,-1.534731633,0.5368370046,809.28378746 +32,-1.543097679,0.7409798872,152,-1.534731633,0.5368370046,809.04335687 +33,-1.540720364,0.7409892687,152,-1.534731633,0.5368370046,808.8692191 +34,-1.547188511,0.7395198392,152,-1.534731633,0.5368370046,803.79537029 +35,-1.545148587,0.7395226109,152,-1.534731633,0.5368370046,803.51518451 +36,-1.543104538,0.7395314908,152,-1.534731633,0.5368370046,803.31060555 +37,-1.540727751,0.7395306258,152,-1.534731633,0.5368370046,803.09396147 +38,-1.547187029,0.7380014886,152,-1.534731633,0.5368370046,797.78950345 +39,-1.545147315,0.7380012252,152,-1.534731633,0.5368370046,797.49480447 +40,-1.54310719,0.7380060743,152,-1.534731633,0.5368370046,797.27259546 +41,-1.540719671,0.7380068206,152,-1.534731633,0.5368370046,797.05954997 +42,-1.547187189,0.7364799098,152,-1.534731633,0.5368370046,791.77125197 +43,-1.545149996,0.7364853874,152,-1.534731633,0.5368370046,791.49698721 +44,-1.543106091,0.7364823484,152,-1.534731633,0.5368370046,791.24094208 +45,-1.540717158,0.7364893901,152,-1.534731633,0.5368370046,791.0508239 +46,-1.538663972,0.7410138672,152,-1.534731633,0.5368370046,808.84030644 +47,-1.53695285,0.7409699132,152,-1.534731633,0.5368370046,808.60101148 +48,-1.534910498,0.7409641297,152,-1.534731633,0.5368370046,808.54774054 +49,-1.533145034,0.7409536636,152,-1.534731633,0.5368370046,808.52168047 +50,-1.538681336,0.7395405883,152,-1.534731633,0.5368370046,803.00631969 +51,-1.536999189,0.7395183096,152,-1.534731633,0.5368370046,802.8527655 +52,-1.534923633,0.7395144222,152,-1.534731633,0.5368370046,802.80548131 +53,-1.533267822,0.7395654306,152,-1.534731633,0.5368370046,803.02067601 +54,-1.53867273,0.7380151077,152,-1.534731633,0.5368370046,796.96432821 +55,-1.536980576,0.7379994392,152,-1.534731633,0.5368370046,796.83627432 +56,-1.534931522,0.7379944961,152,-1.534731633,0.5368370046,796.78507559 +57,-1.533387952,0.7379480264,152,-1.534731633,0.5368370046,796.61213773 +58,-1.538682279,0.7364914363,152,-1.534731633,0.5368370046,790.93041802 +59,-1.536980704,0.7364810563,152,-1.534731633,0.5368370046,790.82224685 +60,-1.534935567,0.7364752065,152,-1.534731633,0.5368370046,790.76718225 +61,-1.533042592,0.7363876366,152,-1.534731633,0.5368370046,790.43820007 +62,-1.545143426,0.7349628011,152,-1.534731633,0.5368370046,785.47132955 +63,-1.543105297,0.7349691947,152,-1.534731633,0.5368370046,785.25122758 +64,-1.541064533,0.7349647152,152,-1.534731633,0.5368370046,785.04107117 +65,-1.545411803,0.7334624714,152,-1.534731633,0.5368370046,779.57130001 +66,-1.543446606,0.7334780896,152,-1.534731633,0.5368370046,779.3866514 +67,-1.541475327,0.7334957295,152,-1.534731633,0.5368370046,779.25940239 +68,-1.545401939,0.731963266,152,-1.534731633,0.5368370046,773.63816747 +69,-1.54342253,0.7319915583,152,-1.534731633,0.5368370046,773.50012122 +70,-1.541455867,0.7320216438,152,-1.534731633,0.5368370046,773.42142453 +71,-1.545410146,0.7304422281,152,-1.534731633,0.5368370046,767.62126986 +72,-1.543435491,0.7304713664,152,-1.534731633,0.5368370046,767.48462154 +73,-1.541463105,0.7304997613,152,-1.534731633,0.5368370046,767.39658426 +74,-1.545414768,0.7289194936,152,-1.534731633,0.5368370046,761.59727848 +75,-1.543435774,0.7289538557,152,-1.534731633,0.5368370046,761.47836605 +76,-1.541457714,0.7289765881,152,-1.534731633,0.5368370046,761.36555788 +77,-1.539449415,0.7320555866,152,-1.534731633,0.5368370046,773.40603713 +78,-1.537429183,0.7321097681,152,-1.534731633,0.5368370046,773.52288602 +79,-1.535472649,0.7321497267,152,-1.534731633,0.5368370046,773.63727346 +80,-1.539457899,0.7305333307,152,-1.534731633,0.5368370046,767.37823567 +81,-1.537453161,0.7305750503,152,-1.534731633,0.5368370046,767.44516159 +82,-1.535479385,0.7306124949,152,-1.534731633,0.5368370046,767.54839764 +83,-1.53946905,0.7290102593,152,-1.534731633,0.5368370046,761.34740431 +84,-1.537459922,0.7290417293,152,-1.534731633,0.5368370046,761.37237363 +85,-1.535451349,0.7290890157,152,-1.534731633,0.5368370046,761.51365697 +86,-1.535522937,0.7279887191,152,-1.534731633,0.5368370046,757.15612855 +87,-1.539442524,0.7274735939,152,-1.534731633,0.5368370046,755.26038521 +88,-1.537424111,0.727521351,152,-1.534731633,0.5368370046,755.34931056 +89,-1.539384641,0.7259505092,152,-1.534731633,0.5368370046,749.22516475 +90,-1.537372391,0.7259947145,152,-1.534731633,0.5368370046,749.30089043 +91,-1.535340789,0.7260435356,152,-1.534731633,0.5368370046,749.44958006 +92,-1.539325716,0.7244369706,152,-1.534731633,0.5368370046,743.22768225 +93,-1.537308932,0.7244801057,152,-1.534731633,0.5368370046,743.29970333 +94,-1.535289068,0.7245247645,152,-1.534731633,0.5368370046,743.4333394 +95,-1.533261366,0.7245550236,152,-1.534731633,0.5368370046,743.56583506 +96,-1.539267302,0.722921924,152,-1.534731633,0.5368370046,737.22425929 +97,-1.537248972,0.7229660258,152,-1.534731633,0.5368370046,737.30075231 +98,-1.535219431,0.7229916471,152,-1.534731633,0.5368370046,737.36017945 +99,-1.53318962,0.7230212049,152,-1.534731633,0.5368370046,737.49200925 +100,-1.531154816,0.7230299897,152,-1.534731633,0.5368370046,737.59859983 +101,-1.528878341,0.7230370244,152,-1.534731633,0.5368370046,737.77440433 +102,-1.539218189,0.7214009878,152,-1.534731633,0.5368370046,731.19809379 +103,-1.537198791,0.7214422745,152,-1.534731633,0.5368370046,731.26384777 +104,-1.535179266,0.7214634354,152,-1.534731633,0.5368370046,731.30668707 +105,-1.533156501,0.7214944644,152,-1.534731633,0.5368370046,731.44546458 +106,-1.53113574,0.7215166021,152,-1.534731633,0.5368370046,731.60585652 +107,-1.528874248,0.7215345535,152,-1.534731633,0.5368370046,731.82566386 +108,-1.539217656,0.7198512397,152,-1.534731633,0.5368370046,725.0608732 +109,-1.537199919,0.7199428763,152,-1.534731633,0.5368370046,725.32516984 +110,-1.545425832,0.727397149,152,-1.534731633,0.5368370046,755.57587461 +111,-1.543371177,0.7273916949,152,-1.534731633,0.5368370046,755.28791469 +112,-1.541368852,0.7274523163,152,-1.534731633,0.5368370046,755.32273963 +113,-1.545349067,0.7258710923,152,-1.534731633,0.5368370046,749.52725417 +114,-1.54332671,0.7258603556,152,-1.534731633,0.5368370046,749.2217841 +115,-1.541346831,0.7259242142,152,-1.534731633,0.5368370046,749.27071485 +116,-1.545324355,0.7243383958,152,-1.534731633,0.5368370046,743.45986656 +117,-1.543292796,0.7243617413,152,-1.534731633,0.5368370046,743.28641564 +118,-1.541295822,0.7244024384,152,-1.534731633,0.5368370046,743.24114488 +119,-1.543193859,0.7205570215,152,-1.534731633,0.5368370046,728.21610106 +120,-1.550257047,0.7386738187,152,-1.534731633,0.5368370046,800.98715362 +121,-1.549335448,0.7311736483,152,-1.534731633,0.5368370046,771.16527626 +122,-1.533478843,0.7179891343,152,-1.534731633,0.5368370046,717.55475151 +123,-1.556150555,0.738907041,152,-1.534731633,0.5368370046,803.26998897 +124,-1.554324226,0.733414257,152,-1.534731633,0.5368370046,781.1234378 +125,-1.554290846,0.7288285332,152,-1.534731633,0.5368370046,763.01947595 +126,-1.55122487,0.7219795312,152,-1.534731633,0.5368370046,735.23455721 +127,-1.525104458,0.7229399862,152,-1.534731633,0.5368370046,737.792883 +128,-1.519607711,0.7236181429,152,-1.534731633,0.5368370046,741.40943347 +129,-1.513899999,0.7251107854,152,-1.534731633,0.5368370046,748.69989716 +130,-1.536620762,0.7431061895,152,-1.534731633,0.5368370046,817.05407878 +131,-1.5369566,0.7460845958,152,-1.534731633,0.5368370046,828.85949345 +132,-1.545345528,0.7447040685,152,-1.534731633,0.5368370046,824.04426181 +133,-1.532813921,0.7432306626,152,-1.534731633,0.5368370046,817.54776636 +134,-1.554788248,0.7382381001,152,-1.534731633,0.5368370046,800.27708924 +135,-1.540348126,0.7301594274,152,-1.534731633,0.5368370046,765.95829152 +136,-1.538016084,0.7239051786,152,-1.534731633,0.5368370046,741.05099548 +137,-1.525288962,0.7258085137,152,-1.534731633,0.5368370046,749.12012427 +138,-1.534326986,0.731241342,152,-1.534731633,0.5368370046,770.03665403 +139,-1.530733872,0.7303625216,152,-1.534731633,0.5368370046,766.65992201 +141,-1.534354939,0.7328219978,152,-1.534731633,0.5368370046,776.29747998 +142,-1.53157084,0.7292888153,152,-1.534731633,0.5368370046,762.36790538 +143,-1.525691035,0.7263799874,152,-1.534731633,0.5368370046,751.33148218 +144,-1.534031287,0.7495967835,152,-1.534731633,0.5368370046,842.74437777 +145,-1.527714986,0.7283095957,152,-1.534731633,0.5368370046,758.7514547 +146,-1.526189586,0.7271468292,152,-1.534731633,0.5368370046,754.30749509 +147,-1.555177336,0.7375563366,152,-1.534731633,0.5368370046,797.68587147 +148,-1.555080283,0.7312707794,152,-1.534731633,0.5368370046,772.86218086 +149,-1.53856994,0.7224180299,152,-1.534731633,0.5368370046,735.18837764 +150,-1.530837883,0.729933372,152,-1.534731633,0.5368370046,764.95490812 +151,-1.515066984,0.5854133365,152,-1.534731633,0.5368370046,203.39395921 +152,-1.534731633,0.5368370046,152,-1.534731633,0.5368370046,26.906799485 +153,-1.515231902,0.5607085576,152,-1.534731633,0.5368370046,115.25037959 +154,-2.616253799,1.0684566605,152,-1.534731633,0.5368370046,3457.1061704 +155,-1.956071439,0.5792177723,152,-1.534731633,0.5368370046,1422.4897088 +156,-1.951208514,0.5602434208,152,-1.534731633,0.5368370046,1407.8249228 +157,-1.944675062,0.6062144545,152,-1.534731633,0.5368370046,1389.722642 +158,-1.613778386,0.6077989518,152,-1.534731633,0.5368370046,384.98043754 +159,-2.035029014,0.6021432345,152,-1.534731633,0.5368370046,1683.1059438 +160,-2.114989471,0.6801825058,152,-1.534731633,0.5368370046,1957.17114 +161,-2.037382079,0.5765830025,152,-1.534731633,0.5368370046,1692.3944564 +162,-2.129855121,0.6585019963,152,-1.534731633,0.5368370046,1995.4935974 +163,-2.075141798,0.6493615843,152,-1.534731633,0.5368370046,1821.2540542 +164,-1.828626729,0.6948433129,152,-1.534731633,0.5368370046,1134.813202 +165,-1.863329418,0.6735427691,152,-1.534731633,0.5368370046,1196.3584845 +166,-1.266037071,0.727988852,152,-1.534731633,0.5368370046,1141.4096936 +167,-1.277579582,0.7249010648,152,-1.534731633,0.5368370046,1106.7718149 +168,-1.258418684,0.7241194816,152,-1.534731633,0.5368370046,1150.7292965 +169,-1.317813974,0.6804850104,152,-1.534731633,0.5368370046,904.38061568 +170,-1.344165204,0.6790988904,152,-1.534731633,0.5368370046,836.32220322 +171,-1.427582102,0.5277120351,152,-1.534731633,0.5368370046,367.43734229 +172,-1.402238616,0.457167829,152,-1.534731633,0.5368370046,558.66785212 +173,-1.422454264,0.4996161999,152,-1.534731633,0.5368370046,413.42454917 +174,-1.439089277,0.4894859811,152,-1.534731633,0.5368370046,379.53498759 +175,-1.448126995,0.5182330266,152,-1.534731633,0.5368370046,305.39647339 +176,-1.474626146,0.5881926574,152,-1.534731633,0.5368370046,286.20990254 +177,-1.421139645,0.5584869783,152,-1.534731633,0.5368370046,393.51753252 +178,-1.457037165,0.565943032,152,-1.534731633,0.5368370046,286.33615444 +179,-2.757159358,0.3745319,152,-1.534731633,0.5368370046,4328.1089426 +180,-2.714309238,0.342054471,152,-1.534731633,0.5368370046,4237.7689442 +181,-2.000525337,0.774119946,152,-1.534731633,0.5368370046,1726.324684 +183,-1.571413436,0.6777838382,152,-1.534731633,0.5368370046,570.84680698 +184,-1.552860289,0.6987663893,152,-1.534731633,0.5368370046,644.05300314 +185,-1.521852374,0.7165827476,152,-1.534731633,0.5368370046,713.16258786 +186,-1.503656267,0.6928968252,152,-1.534731633,0.5368370046,626.23554016 +187,-1.502753178,0.7136205882,152,-1.534731633,0.5368370046,707.68157888 +188,-1.631894563,0.7343596465,152,-1.534731633,0.5368370046,840.95031609 +189,-1.653765416,0.6770714026,152,-1.534731633,0.5368370046,676.66127665 +190,-1.719812114,0.6715965947,152,-1.534731633,0.5368370046,804.503363 +191,-1.493406659,0.6646955447,152,-1.534731633,0.5368370046,524.08089804 +192,-1.469120564,0.6613469966,152,-1.534731633,0.5368370046,537.72359678 +193,-1.590551461,0.5326612937,152,-1.534731633,0.5368370046,190.9466833 +194,-1.625979264,0.5247742243,152,-1.534731633,0.5368370046,315.30837725 +195,-1.572293943,0.5238808754,152,-1.534731633,0.5368370046,138.22147447 +196,-1.610848725,0.5477107964,152,-1.534731633,0.5368370046,261.79397252 +197,-1.208485554,0.7918526018,152,-1.534731633,0.5368370046,1426.8769111 +198,-1.335601374,0.6869083083,152,-1.534731633,0.5368370046,876.25472811 +199,-1.346156996,0.6825213377,152,-1.534731633,0.5368370046,840.23028485 +200,-1.324381037,0.6741422347,152,-1.534731633,0.5368370046,873.3594468 +201,-1.242424992,0.7378949807,152,-1.534731633,0.5368370046,1220.7164251 +202,-1.270370057,0.7392461008,152,-1.534731633,0.5368370046,1158.6195331 +203,-1.448950472,0.7441675014,152,-1.534731633,0.5368370046,864.82466842 +204,-1.492662363,0.7523026852,152,-1.534731633,0.5368370046,863.68373444 +205,-1.479098966,0.7763855017,152,-1.534731633,0.5368370046,964.55901243 +206,-1.633760714,0.7869022408,152,-1.534731633,0.5368370046,1037.0197154 +207,-1.647406434,0.8101289331,152,-1.534731633,0.5368370046,1136.3372714 +208,-1.564245052,0.5701509278,152,-1.534731633,0.5368370046,165.22803549 +209,-1.646289963,0.6833746083,152,-1.534731633,0.5368370046,683.69722306 +210,-1.5820631,0.6751952144,152,-1.534731633,0.5368370046,569.20597565 +211,-1.613236298,0.6681681791,152,-1.534731633,0.5368370046,579.66536488 +212,-1.914661867,0.8212566515,152,-1.534731633,0.5368370046,1614.4964832 +213,-1.742133237,0.7250275956,152,-1.534731633,0.5368370046,995.87252242 +214,-2.033144872,0.6557314699,152,-1.534731633,0.5368370046,1692.6273334 +215,-2.039551981,0.6964723658,152,-1.534731633,0.5368370046,1739.9939391 +216,-1.247341019,0.7622473908,152,-1.534731633,0.5368370046,1267.8270144 +217,-1.298239787,0.7084123392,152,-1.534731633,0.5368370046,1018.0331745 +218,-1.308539688,0.6926545592,152,-1.534731633,0.5368370046,955.59290523 +219,-1.303263185,0.6888938396,152,-1.534731633,0.5368370046,960.05572034 +220,-1.852400229,0.6004246149,152,-1.534731633,0.5368370046,1088.1317264 +221,-1.288947707,0.7473773692,152,-1.534731633,0.5368370046,1138.5082914 +222,-1.372031502,0.7472790993,152,-1.534731633,0.5368370046,978.95620985 +223,-1.289805721,0.7242157877,152,-1.534731633,0.5368370046,1076.6443121 +224,-1.350807603,0.7533498126,152,-1.534731633,0.5368370046,1034.6142662 +225,-1.329290365,0.7560442322,152,-1.534731633,0.5368370046,1081.9953298 +226,-1.410153004,0.616936428,152,-1.534731633,0.5368370046,521.01039619 +227,-1.393445434,0.6308995063,152,-1.534731633,0.5368370046,596.95293001 +228,-1.37595573,0.6241540638,152,-1.534731633,0.5368370046,628.97029012 +229,-1.358388707,0.6172645205,152,-1.534731633,0.5368370046,665.94800629 +230,-1.753741133,0.8281661666,152,-1.534731633,0.5368370046,1332.0831016 +231,-1.47430987,0.6834615681,152,-1.534731633,0.5368370046,612.8659171 +232,-1.421012508,0.7222725206,152,-1.534731633,0.5368370046,819.16323463 +233,-1.4476833,0.6978557868,152,-1.534731633,0.5368370046,696.69541585 +234,-1.470370723,0.6966193374,152,-1.534731633,0.5368370046,666.01382606 +235,-1.429211703,0.7037216883,152,-1.534731633,0.5368370046,742.90990042 +236,-1.700578405,0.6178673663,152,-1.534731633,0.5368370046,636.72250167 +237,-1.678117619,0.6331716163,152,-1.534731633,0.5368370046,607.69569693 +238,-1.725644578,0.6316331145,152,-1.534731633,0.5368370046,733.35742085 +239,-2.14012759,0.7930497945,152,-1.534731633,0.5368370046,2119.7093939 +240,-2.103289431,0.7653606263,152,-1.534731633,0.5368370046,1989.3346457 +241,-1.318739838,0.7017808746,152,-1.534731633,0.5368370046,953.28883495 +242,-1.396417427,0.7077900843,152,-1.534731633,0.5368370046,809.53802402 +243,-1.35650337,0.7185539404,152,-1.534731633,0.5368370046,917.58061085 +244,-1.248884539,0.7274156818,152,-1.534731633,0.5368370046,1181.3796948 +245,-1.395014798,0.5761185243,152,-1.534731633,0.5368370046,494.84515941 +246,-1.433377362,0.6064716109,152,-1.534731633,0.5368370046,435.82472597 +247,-1.408172432,0.5903155476,152,-1.534731633,0.5368370046,473.59668246 +248,-1.749645898,0.7757118084,152,-1.534731633,0.5368370046,1159.0710372 +249,-1.571626686,0.615046989,152,-1.534731633,0.5368370046,333.12789027 +250,-1.514070049,0.6303003037,152,-1.534731633,0.5368370046,376.44457615 +251,-1.480890369,0.6237966528,152,-1.534731633,0.5368370046,387.82062824 +252,-1.704390658,0.5281680612,152,-1.534731633,0.5368370046,579.80572194 +253,-1.64434733,0.5254277498,152,-1.534731633,0.5368370046,377.03740976 +254,-1.703855997,0.4792484842,152,-1.534731633,0.5368370046,627.8721805 +255,-1.692002383,0.5748825051,152,-1.534731633,0.5368370046,549.99012461 +256,-1.854136457,0.5544643913,152,-1.534731633,0.5368370046,1082.4257044 +257,-1.665021206,0.520317736,152,-1.534731633,0.5368370046,450.33407088 +258,-1.733654349,0.4845187345,152,-1.534731633,0.5368370046,717.55545852 +259,-1.720938188,0.5135933906,152,-1.534731633,0.5368370046,644.50105997 +260,-1.742668307,0.553296122,152,-1.534731633,0.5368370046,706.93991294 +261,-1.965659039,0.7142126903,152,-1.534731633,0.5368370046,1544.3773407 +262,-1.944438071,0.6772834804,152,-1.534731633,0.5368370046,1439.0084555 +263,-1.270340967,0.7681487096,152,-1.534731633,0.5368370046,1233.6410672 +264,-1.353091884,0.6549276821,152,-1.534731633,0.5368370046,756.37242319 +265,-1.333236659,0.6413584414,152,-1.534731633,0.5368370046,781.25425931 +266,-1.352015998,0.6753788907,152,-1.534731633,0.5368370046,808.2374477 +267,-1.377988483,0.6577816235,152,-1.534731633,0.5368370046,701.49738994 +268,-2.13075611,0.8318642051,152,-1.534731633,0.5368370046,2144.3845573 +269,-2.097910953,0.8259670014,152,-1.534731633,0.5368370046,2054.0218069 +270,-1.416382069,0.6694271549,152,-1.534731633,0.5368370046,651.37546342 +271,-1.538905672,0.7535625993,152,-1.534731633,0.5368370046,858.55063419 +272,-1.572309477,0.7803125099,152,-1.534731633,0.5368370046,971.4650921 +273,-1.87759879,0.7503853417,152,-1.534731633,0.5368370046,1370.9256125 +274,1.152365588,0.590457682,152,-1.534731633,0.5368370046,7666.3712145 +275,0.350198001,0.718001859,152,-1.534731633,0.5368370046,5679.6341624 +276,0.046513677,0.491503852,152,-1.534731633,0.5368370046,5288.6168043 +277,0.027510309,0.742571376,152,-1.534731633,0.5368370046,4800.381445 +278,0.306285725,-0.214631579,152,-1.534731633,0.5368370046,7566.8541904 +279,-1.100564889,0.318051531,152,-1.534731633,0.5368370046,1782.5833136 +280,-1.078582306,0.301437596,152,-1.534731633,0.5368370046,1888.1484186 +281,-1.137371989,-0.617634065,152,-1.534731633,0.5368370046,4806.3541607 +282,0.784356344,0.703272339,152,-1.534731633,0.5368370046,6679.2752125 +283,-1.221209947,0.218327455,152,-1.534731633,0.5368370046,1704.7270537 +284,2.347301921,-0.449114658,152,-1.534731633,0.5368370046,9852.138861 +285,0.246820618,0.830553713,152,-1.534731633,0.5368370046,5195.1218059 +286,0.829414965,0.703288228,152,-1.534731633,0.5368370046,6763.8065109 +287,-1.337537566,0.42332223,152,-1.534731633,0.5368370046,825.14172995 +288,0.882453706,0.454478077,152,-1.534731633,0.5368370046,7653.961168 +289,1.575629659,0.416419109,152,-1.534731633,0.5368370046,8666.1394056 +290,-1.039455679,0.229888244,152,-1.534731633,0.5368370046,2177.0889352 +291,0.489558039,0.934482747,152,-1.534731633,0.5368370046,5474.3554028 +292,0.081344504,0.88384514,152,-1.534731633,0.5368370046,4717.4548603 +293,-1.547979814,0.300350308,152,-1.534731633,0.5368370046,937.94089523 +294,0.040776181,0.168560074,152,-1.534731633,0.5368370046,5897.5277374 +295,-1.130374745,0.563894876,152,-1.534731633,0.5368370046,1366.6927903 +296,1.578326642,0.478507176,152,-1.534731633,0.5368370046,8420.6227466 +297,-1.12861823,-0.291640865,152,-1.534731633,0.5368370046,3627.9929702 +298,0.310524208,0.770885792,152,-1.534731633,0.5368370046,5467.6191538 +299,0.415649091,-0.387246002,152,-1.534731633,0.5368370046,8241.0791212 +300,-0.926533878,-0.188022748,152,-1.534731633,0.5368370046,3686.8008133 +301,1.258856172,-0.11716081,152,-1.534731633,0.5368370046,10338.683897 +302,-1.126050026,0.322941926,152,-1.534731633,0.5368370046,1692.4184814 +303,2.002785835,0.07893892,152,-1.534731633,0.5368370046,9581.4273888 +304,0.440437607,0.746258085,152,-1.534731633,0.5368370046,5829.3054213 +305,-0.030391866,0.214441206,152,-1.534731633,0.5368370046,5567.0029423 +306,0.521557815,-0.058929362,152,-1.534731633,0.5368370046,7984.4298561 +307,-0.097005111,0.13317729,152,-1.534731633,0.5368370046,5501.3616832 +308,1.83113859,0.221857587,152,-1.534731633,0.5368370046,9319.6521571 +309,0.222428864,0.099404236,152,-1.534731633,0.5368370046,6649.2865168 +310,-1.702731345,0.8728568183,152,-1.534731633,0.5368370046,1421.4236194 +311,-0.418507569,0.278324921,152,-1.534731633,0.5368370046,4132.8233296 +312,-1.41153306,0.339029988,152,-1.534731633,0.5368370046,898.94402957 +313,0.357560442,0.114788776,152,-1.534731633,0.5368370046,7064.7254292 +314,0.325818979,0.268352149,152,-1.534731633,0.5368370046,6623.2182679 +315,-1.246004659,-0.663679965,152,-1.534731633,0.5368370046,4873.633493 +316,1.814603087,0.637404484,152,-1.534731633,0.5368370046,7729.1259987 +317,1.843704281,-0.18300445,152,-1.534731633,0.5368370046,10793.624304 +318,1.690644492,-0.211480909,152,-1.534731633,0.5368370046,11119.077372 +319,-1.275451936,0.068109467,152,-1.534731633,0.5368370046,2093.9945802 +320,0.762430171,-0.207594741,152,-1.534731633,0.5368370046,9097.6109418 +321,0.265668905,-0.014647884,152,-1.534731633,0.5368370046,7031.8244163 +322,-2.773032013,-0.335515811,152,-1.534731633,0.5368370046,5839.2509058 +323,-1.469512853,0.174058777,152,-1.534731633,0.5368370046,1456.9158557 +324,0.286276986,0.785925691,152,-1.534731633,0.5368370046,5378.03345 +325,-1.379324697,0.377432233,152,-1.534731633,0.5368370046,838.1735674 +326,-1.203778265,0.212813032,152,-1.534731633,0.5368370046,1764.7604968 +327,0.579916301,0.611743168,152,-1.534731633,0.5368370046,6500.6288431 +328,0.267582642,0.868113908,152,-1.534731633,0.5368370046,5168.4337403 +329,0.412869244,-0.050245578,152,-1.534731633,0.5368370046,7602.2906826 +330,0.17524381,0.976660285,152,-1.534731633,0.5368370046,4775.7584227 +331,0.743157214,0.204812899,152,-1.534731633,0.5368370046,8037.855032 +332,-1.070758176,0.269382282,152,-1.534731633,0.5368370046,1986.3311452 +333,-1.230364251,0.329790229,152,-1.534731633,0.5368370046,1364.227637 +334,-1.374813124,-0.024926835,152,-1.534731633,0.5368370046,2305.3703793 +335,0.519780566,0.463669906,152,-1.534731633,0.5368370046,6733.2424158 +336,-1.55108034,0.239698561,152,-1.534731633,0.5368370046,1178.4736327 +337,0.180294813,0.029739425,152,-1.534731633,0.5368370046,6651.5458108 +338,0.67820924,0.268170153,152,-1.534731633,0.5368370046,7683.860678 +339,0.445798684,1.024001867,152,-1.534731633,0.5368370046,5184.7715751 +340,0.691751283,0.150521402,152,-1.534731633,0.5368370046,8032.3903053 +341,-1.036643551,-0.903056181,152,-1.534731633,0.5368370046,5960.7959133 +342,-0.120287036,1.083325163,152,-1.534731633,0.5368370046,4081.180537 +343,2.823513113,-0.304487164,152,-1.534731633,0.5368370046,8016.0738774 +344,0.457583172,1.12513373,152,-1.534731633,0.5368370046,4973.8121295 +345,0.042918831,0.813795399,152,-1.534731633,0.5368370046,4730.4449095 +346,1.196146777,-0.853142756,152,-1.534731633,0.5368370046,10688.425323 +347,0.206001358,-0.010430701,152,-1.534731633,0.5368370046,6820.9550603 +348,-0.268308653,0.234799412,152,-1.534731633,0.5368370046,4723.0067104 +349,0.759363263,0.736189579,152,-1.534731633,0.5368370046,6531.4531541 +350,0.181363926,0.891988372,152,-1.534731633,0.5368370046,4932.0029247 +351,-0.021111158,0.139103292,152,-1.534731633,0.5368370046,5747.2795857 +352,-0.093355215,0.630686981,152,-1.534731633,0.5368370046,4630.0600183 +353,0.40118964,0.681375926,152,-1.534731633,0.5368370046,5889.596645 +354,-0.721197315,1.304706234,152,-1.534731633,0.5368370046,3426.2203051 +355,-1.076150317,0.212107639,152,-1.534731633,0.5368370046,2113.8975946 +356,-1.577164531,0.273993443,152,-1.534731633,0.5368370046,1052.4157464 +357,-0.190788414,0.182208586,152,-1.534731633,0.5368370046,5086.4848793 +358,-0.261349752,0.209710184,152,-1.534731633,0.5368370046,4793.8462786 +359,-1.029303852,0.083549259,152,-1.534731633,0.5368370046,2601.633449 +360,-1.268609162,0.330525297,152,-1.534731633,0.5368370046,1255.5680428 +361,1.282982244,-0.926641967,152,-1.534731633,0.5368370046,10640.619481 +362,0.217352334,0.731352408,152,-1.534731633,0.5368370046,5317.9091844 +363,-1.511833084,0.258629297,152,-1.534731633,0.5368370046,1105.1175421 +364,0.338812194,0.823184618,152,-1.534731633,0.5368370046,5420.9424538 +365,-0.324406489,1.134201999,152,-1.534731633,0.5368370046,3714.3721676 +366,1.389579348,0.399185724,152,-1.534731633,0.5368370046,8645.4408457 +367,2.047152199,-0.039082036,152,-1.534731633,0.5368370046,9873.6461486 +368,0.947780369,0.568250077,152,-1.534731633,0.5368370046,7417.8541057 +369,0.763824846,0.576754987,152,-1.534731633,0.5368370046,7020.6211659 +370,-0.142334657,0.928153068,152,-1.534731633,0.5368370046,4144.3349448 +371,0.610266567,0.547265983,152,-1.534731633,0.5368370046,6748.1782889 +372,0.210731629,0.746815056,152,-1.534731633,0.5368370046,5270.8041991 +373,-1.34931644,0.316895224,152,-1.534731633,0.5368370046,1096.7005495 +374,2.407696481,0.655030745,152,-1.534731633,0.5368370046,6869.7789362 +375,0.64207831,0.545359131,152,-1.534731633,0.5368370046,6831.0765654 +376,1.174597538,0.840588356,152,-1.534731633,0.5368370046,6776.074121 +377,0.660059424,0.010604079,152,-1.534731633,0.5368370046,8280.5478482 +378,-0.730263819,0.010486456,152,-1.534731633,0.5368370046,3666.7176571 +379,0.831068936,0.512339172,152,-1.534731633,0.5368370046,7362.4380474 +380,1.301180979,0.72367476,152,-1.534731633,0.5368370046,7327.3838472 +381,1.811128231,0.322854402,152,-1.534731633,0.5368370046,8950.8641983 +382,0.435105812,0.992284428,152,-1.534731633,0.5368370046,5238.8743653 +383,0.62643634,0.592027932,152,-1.534731633,0.5368370046,6664.7169701 +384,0.492988703,-0.516339467,152,-1.534731633,0.5368370046,8683.3683132 +385,-0.162469483,0.112549365,152,-1.534731633,0.5368370046,5319.5300434 +386,0.314630866,0.472006421,152,-1.534731633,0.5368370046,6134.4962127 +387,0.166744804,0.822815954,152,-1.534731633,0.5368370046,5020.2632166 +388,0.417159608,0.965805736,152,-1.534731633,0.5368370046,5266.548944 +389,0.106334961,0.868774244,152,-1.534731633,0.5368370046,4799.128833 +390,0.815086969,-0.338144359,152,-1.534731633,0.5368370046,9517.1239404 +391,0.59867455,-0.230624824,152,-1.534731633,0.5368370046,8591.2744245 +392,1.915104874,0.066220985,152,-1.534731633,0.5368370046,9785.9630696 +393,1.278093622,0.064463721,152,-1.534731633,0.5368370046,9757.2958369 +394,-0.061477853,0.302997961,152,-1.534731633,0.5368370046,5292.5868939 +395,0.251311504,0.626976942,152,-1.534731633,0.5368370046,5619.8500466 +396,2.950242872,0.149095644,152,-1.534731633,0.5368370046,6680.9466798 +397,-0.180294708,0.35375117,152,-1.534731633,0.5368370046,4804.6544812 +398,1.010448592,-0.351180233,152,-1.534731633,0.5368370046,10197.928819 +399,-1.748740498,0.3686318073,152,-1.534731633,0.5368370046,1011.045586 +400,2.699635665,0.123533791,152,-1.534731633,0.5368370046,7551.0129367 +401,0.496808033,0.823843254,152,-1.534731633,0.5368370046,5762.6873124 +402,0.129574704,0.763364087,152,-1.534731633,0.5368370046,5033.294201 +403,1.798920311,0.817447563,152,-1.534731633,0.5368370046,7035.7427102 +404,0.335987953,0.746786541,152,-1.534731633,0.5368370046,5581.0999665 +405,-1.085413643,0.292154671,152,-1.534731633,0.5368370046,1888.0312939 +406,-0.155321003,0.508207011,152,-1.534731633,0.5368370046,4627.8529695 +407,0.620529244,-0.301175104,152,-1.534731633,0.5368370046,8793.18803 +408,1.684402744,0.368716966,152,-1.534731633,0.5368370046,8844.8374885 +409,0.300582244,-0.386397212,152,-1.534731633,0.5368370046,7855.5440502 +410,2.913555946,-0.009225192,152,-1.534731633,0.5368370046,7137.2350164 +411,1.465101417,0.493232532,152,-1.534731633,0.5368370046,8328.7567246 +412,0.090612882,0.907955955,152,-1.534731633,0.5368370046,4702.3388236 +413,2.987564726,-0.729568594,152,-1.534731633,0.5368370046,8123.865825 +414,-1.484261606,0.224149272,152,-1.534731633,0.5368370046,1252.2203873 +415,0.164073421,0.303955133,152,-1.534731633,0.5368370046,6030.1632709 +416,0.141441293,0.167552546,152,-1.534731633,0.5368370046,6237.0974505 +417,2.931321023,-0.506718887,152,-1.534731633,0.5368370046,7988.7759619 +418,2.21951565,0.700596356,152,-1.534731633,0.5368370046,7050.8375144 +419,0.268112576,1.199114336,152,-1.534731633,0.5368370046,4571.4540207 +420,0.978913739,0.359223811,152,-1.534731633,0.5368370046,8165.5015871 +421,1.210898818,0.522863584,152,-1.534731633,0.5368370046,7989.2615705 +422,2.347397336,0.129231362,152,-1.534731633,0.5368370046,8591.0348376 +423,0.614394501,0.556878345,152,-1.534731633,0.5368370046,6732.1430937 +424,-1.398079356,0.148483366,152,-1.534731633,0.5368370046,1619.1335975 +425,2.535303836,-0.112984496,152,-1.534731633,0.5368370046,8620.37313 +426,-1.019372593,-0.405322349,152,-1.534731633,0.5368370046,4214.0777311 +427,-1.297785627,-0.160104069,152,-1.534731633,0.5368370046,2903.7940598 +428,2.144554488,0.205051084,152,-1.534731633,0.5368370046,8863.127336 +429,-2.242387083,-0.426171285,152,-1.534731633,0.5368370046,4664.3434465 +430,0.338637212,0.909723676,152,-1.534731633,0.5368370046,5235.4932335 +431,-0.148798452,0.691042401,152,-1.534731633,0.5368370046,4383.4094442 +432,0.893524764,0.441829531,152,-1.534731633,0.5368370046,7717.7658203 +433,0.969229347,-0.368847936,152,-1.534731633,0.5368370046,10089.027172 +434,0.436043248,0.800045688,152,-1.534731633,0.5368370046,5690.4906336 +435,1.687946607,1.081504775,152,-1.534731633,0.5368370046,6028.334263 +436,0.522302046,-0.034889271,152,-1.534731633,0.5368370046,7935.1468274 +437,-0.178996113,-0.438090009,152,-1.534731633,0.5368370046,6423.5525493 +438,-1.094339566,0.301444068,152,-1.534731633,0.5368370046,1839.1688992 +439,-1.064070054,0.242569932,152,-1.534731633,0.5368370046,2071.6865475 +440,-1.068153768,0.230387998,152,-1.534731633,0.5368370046,2090.0712928 +441,-3.00496892,-0.23989155,152,-1.534731633,0.5368370046,6371.3472716 +442,0.21751974,0.766874888,152,-1.534731633,0.5368370046,5248.8450342 +443,0.117229532,0.007619006,152,-1.534731633,0.5368370046,6482.6368303 +444,0.777758451,0.420554741,152,-1.534731633,0.5368370046,7516.8641257 +445,-0.252356999,0.250747086,152,-1.534731633,0.5368370046,4747.5738255 +446,0.363148444,0.768483434,152,-1.534731633,0.5368370046,5597.613068 +447,0.903191366,-0.118210676,152,-1.534731633,0.5368370046,9354.5213999 +448,-0.205755923,0.149406178,152,-1.534731633,0.5368370046,5099.394375 +449,1.811996086,0.02364353,152,-1.534731633,0.5368370046,10092.990001 +450,-1.100670221,0.314845373,152,-1.534731633,0.5368370046,1789.3482989 +451,0.340078597,0.850105132,152,-1.534731633,0.5368370046,5365.6351434 +452,0.258757267,0.804969236,152,-1.534731633,0.5368370046,5273.7915107 +453,2.78505352,-0.155160804,152,-1.534731633,0.5368370046,7868.6429526 +454,0.800551619,0.105822106,152,-1.534731633,0.5368370046,8469.4562234 +455,0.437940882,-0.506194031,152,-1.534731633,0.5368370046,8490.541689 +456,2.230431122,0.63458615,152,-1.534731633,0.5368370046,7258.0111169 +457,0.527965361,0.127667701,152,-1.534731633,0.5368370046,7585.3094549 +458,-0.063643205,0.702093448,152,-1.534731633,0.5368370046,4610.9302812 +459,1.408447268,0.133010502,152,-1.534731633,0.5368370046,9685.7119935 +460,0.523795955,0.280266966,152,-1.534731633,0.5368370046,7204.4909703 +461,-0.975769313,0.072177659,152,-1.534731633,0.5368370046,2780.7601029 +462,0.549774164,-0.463663986,152,-1.534731633,0.5368370046,8802.7235974 +463,0.29245874,1.095549818,152,-1.534731633,0.5368370046,4784.2803532 +464,0.143625958,0.816809593,152,-1.534731633,0.5368370046,4974.8760989 +465,0.671902494,0.611159853,152,-1.534731633,0.5368370046,6716.2606031 +466,1.239840988,0.6724199,152,-1.534731633,0.5368370046,7465.9967936 +467,0.607829703,-0.10932137,152,-1.534731633,0.5368370046,8378.8281431 +468,1.763020906,0.263996692,152,-1.534731633,0.5368370046,9216.4270556 +469,0.378714634,0.726066797,152,-1.534731633,0.5368370046,5730.9068338 +470,2.196736143,-0.153862366,152,-1.534731633,0.5368370046,9791.4643629 +471,0.01702415,0.148991565,152,-1.534731633,0.5368370046,5856.6158749 +472,-2.998490902,-0.158002487,152,-1.534731633,0.5368370046,6181.5561657 +473,-3.051262951,-0.346595608,152,-1.534731633,0.5368370046,6737.8816895 +474,-1.069176439,0.182802941,152,-1.534731633,0.5368370046,2212.2314031 +475,0.167157509,0.595344954,152,-1.534731633,0.5368370046,5449.402967 +476,0.613855648,0.681746124,152,-1.534731633,0.5368370046,6388.9784861 +477,1.037012736,0.682555367,152,-1.534731633,0.5368370046,7177.2398096 +478,-1.253574971,0.379755746,152,-1.534731633,0.5368370046,1174.6324566 +479,3.108590453,-0.132620738,152,-1.534731633,0.5368370046,6723.9761543 +480,0.565301296,0.022333262,152,-1.534731633,0.5368370046,7948.9558149 +481,0.547898238,0.855555614,152,-1.534731633,0.5368370046,5785.0252702 +482,0.948309381,0.417393755,152,-1.534731633,0.5368370046,7912.4818896 +483,-0.050600732,0.945269213,152,-1.534731633,0.5368370046,4336.8901726 +484,-0.977651478,-0.572363064,152,-1.534731633,0.5368370046,4863.9617982 +485,1.102014914,0.728861163,152,-1.534731633,0.5368370046,7102.240666 +486,2.927300795,-0.282939414,152,-1.534731633,0.5368370046,7626.4794862 +487,-1.154565557,0.124434095,152,-1.534731633,0.5368370046,2157.5693102 +488,1.855331234,0.291044755,152,-1.534731633,0.5368370046,9030.7005891 +489,0.830290659,0.276904518,152,-1.534731633,0.5368370046,8069.9674045 +490,0.485104466,-0.234867441,152,-1.534731633,0.5368370046,8213.1906716 +491,0.521367572,-0.33161327,152,-1.534731633,0.5368370046,8507.4612299 +1,-1.539031704,0.7349710123,153,-1.515231902,0.5607085576,694.30656472 +2,-1.536990553,0.7349663874,153,-1.515231902,0.5607085576,693.62459873 +3,-1.534951779,0.7349571355,153,-1.515231902,0.5607085576,692.98394368 +4,-1.532906461,0.7349480293,153,-1.515231902,0.5607085576,692.40108097 +5,-1.531320211,0.7346937278,153,-1.515231902,0.5607085576,691.013638 +6,-1.539451648,0.7335131775,153,-1.515231902,0.5607085576,688.71632023 +7,-1.537429487,0.7335445708,153,-1.515231902,0.5607085576,688.1636825 +8,-1.535484998,0.7335658704,153,-1.515231902,0.5607085576,687.65249954 +9,-1.533488396,0.7336036027,153,-1.515231902,0.5607085576,687.24661621 +10,-1.531497785,0.7335842962,153,-1.515231902,0.5607085576,686.67431836 +11,-1.530259379,0.7334777758,153,-1.515231902,0.5607085576,685.97359763 +12,-1.5335454,0.7322346912,153,-1.515231902,0.5607085576,681.86149549 +13,-1.531489083,0.7322238773,153,-1.515231902,0.5607085576,681.30098061 +14,-1.530011122,0.7321679851,153,-1.515231902,0.5607085576,680.74582101 +15,-1.53348106,0.7306614094,153,-1.515231902,0.5607085576,675.63824282 +16,-1.531441779,0.7306962275,153,-1.515231902,0.5607085576,675.25843341 +17,-1.529755654,0.7306933243,153,-1.515231902,0.5607085576,674.86534379 +18,-1.533415048,0.7291384674,153,-1.515231902,0.5607085576,669.61326627 +19,-1.531392093,0.7291705353,153,-1.515231902,0.5607085576,669.22319632 +20,-1.529296523,0.7291214933,153,-1.515231902,0.5607085576,668.55814994 +21,-1.535280942,0.727267644,153,-1.515231902,0.5607085576,662.77122071 +22,-1.533378158,0.7276139666,153,-1.515231902,0.5607085576,663.59022303 +23,-1.531340368,0.7276446587,153,-1.515231902,0.5607085576,663.1868862 +24,-1.528960113,0.7276398177,153,-1.515231902,0.5607085576,662.6338109 +25,-1.533313146,0.7260818349,153,-1.515231902,0.5607085576,657.52963472 +26,-1.531259555,0.7260958115,153,-1.515231902,0.5607085576,657.05295593 +27,-1.528926415,0.7260865555,153,-1.515231902,0.5607085576,656.48946805 +28,-1.531226779,0.7245511789,153,-1.515231902,0.5607085576,650.94750692 +29,-1.528904772,0.7245519194,153,-1.515231902,0.5607085576,650.42140009 +30,-1.547195875,0.7409785979,153,-1.515231902,0.5607085576,721.06660395 +31,-1.5451475,0.740980426,153,-1.515231902,0.5607085576,720.20697932 +32,-1.543097679,0.7409798872,153,-1.515231902,0.5607085576,719.39396384 +33,-1.540720364,0.7409892687,153,-1.515231902,0.5607085576,718.56143421 +34,-1.547188511,0.7395198392,153,-1.515231902,0.5607085576,715.35066509 +35,-1.545148587,0.7395226109,153,-1.515231902,0.5607085576,714.49041582 +36,-1.543104538,0.7395314908,153,-1.515231902,0.5607085576,713.70906311 +37,-1.540727751,0.7395306258,153,-1.515231902,0.5607085576,712.82818131 +38,-1.547187029,0.7380014886,153,-1.515231902,0.5607085576,709.40502634 +39,-1.545147315,0.7380012252,153,-1.515231902,0.5607085576,708.52455841 +40,-1.54310719,0.7380060743,153,-1.515231902,0.5607085576,707.7209908 +41,-1.540719671,0.7380068206,153,-1.515231902,0.5607085576,706.83394703 +42,-1.547187189,0.7364799098,153,-1.515231902,0.5607085576,703.4486403 +43,-1.545149996,0.7364853874,153,-1.515231902,0.5607085576,702.58313093 +44,-1.543106091,0.7364823484,153,-1.515231902,0.5607085576,701.73900112 +45,-1.540717158,0.7364893901,153,-1.515231902,0.5607085576,700.86747414 +46,-1.538663972,0.7410138672,153,-1.515231902,0.5607085576,717.96800383 +47,-1.53695285,0.7409699132,153,-1.515231902,0.5607085576,717.26429971 +48,-1.534910498,0.7409641297,153,-1.515231902,0.5607085576,716.66030563 +49,-1.533145034,0.7409536636,153,-1.515231902,0.5607085576,716.16246533 +50,-1.538681336,0.7395405883,153,-1.515231902,0.5607085576,712.17373185 +51,-1.536999189,0.7395183096,153,-1.515231902,0.5607085576,711.55877956 +52,-1.534923633,0.7395144222,153,-1.515231902,0.5607085576,710.94647712 +53,-1.533267822,0.7395654306,153,-1.515231902,0.5607085576,710.71407109 +54,-1.53867273,0.7380151077,153,-1.515231902,0.5607085576,706.1661611 +55,-1.536980576,0.7379994392,153,-1.515231902,0.5607085576,705.56923225 +56,-1.534931522,0.7379944961,153,-1.515231902,0.5607085576,704.95477091 +57,-1.533387952,0.7379480264,153,-1.515231902,0.5607085576,704.36174739 +58,-1.538682279,0.7364914363,153,-1.515231902,0.5607085576,700.17231132 +59,-1.536980704,0.7364810563,153,-1.515231902,0.5607085576,699.5878096 +60,-1.534935567,0.7364752065,153,-1.515231902,0.5607085576,698.96499772 +61,-1.533042592,0.7363876366,153,-1.515231902,0.5607085576,698.1166151 +62,-1.545143426,0.7349628011,153,-1.515231902,0.5607085576,696.61238761 +63,-1.543105297,0.7349691947,153,-1.515231902,0.5607085576,695.79953835 +64,-1.541064533,0.7349647152,153,-1.515231902,0.5607085576,695.00125244 +65,-1.545411803,0.7334624714,153,-1.515231902,0.5607085576,690.84849538 +66,-1.543446606,0.7334780896,153,-1.515231902,0.5607085576,690.08543482 +67,-1.541475327,0.7334957295,153,-1.515231902,0.5607085576,689.38276644 +68,-1.545401939,0.731963266,153,-1.515231902,0.5607085576,684.97112522 +69,-1.54342253,0.7319915583,153,-1.515231902,0.5607085576,684.24410162 +70,-1.541455867,0.7320216438,153,-1.515231902,0.5607085576,683.58518139 +71,-1.545410146,0.7304422281,153,-1.515231902,0.5607085576,679.01727564 +72,-1.543435491,0.7304713664,153,-1.515231902,0.5607085576,678.28683861 +73,-1.541463105,0.7304997613,153,-1.515231902,0.5607085576,677.61084831 +74,-1.545414768,0.7289194936,153,-1.515231902,0.5607085576,673.05644324 +75,-1.543435774,0.7289538557,153,-1.515231902,0.5607085576,672.33594227 +76,-1.541457714,0.7289765881,153,-1.515231902,0.5607085576,671.62749614 +77,-1.539449415,0.7320555866,153,-1.515231902,0.5607085576,682.98307038 +78,-1.537429183,0.7321097681,153,-1.515231902,0.5607085576,682.5143086 +79,-1.535472649,0.7321497267,153,-1.515231902,0.5607085576,682.06745699 +80,-1.539457899,0.7305333307,153,-1.515231902,0.5607085576,677.000038 +81,-1.537453161,0.7305750503,153,-1.515231902,0.5607085576,676.48008581 +82,-1.535479385,0.7306124949,153,-1.515231902,0.5607085576,676.01130109 +83,-1.53946905,0.7290102593,153,-1.515231902,0.5607085576,671.01559455 +84,-1.537459922,0.7290417293,153,-1.515231902,0.5607085576,670.44650716 +85,-1.535451349,0.7290890157,153,-1.515231902,0.5607085576,669.99947462 +86,-1.535522937,0.7279887191,153,-1.515231902,0.5607085576,665.68565463 +87,-1.539442524,0.7274735939,153,-1.515231902,0.5607085576,664.96490686 +88,-1.537424111,0.727521351,153,-1.515231902,0.5607085576,664.45040641 +89,-1.539384641,0.7259505092,153,-1.515231902,0.5607085576,658.95676069 +90,-1.537372391,0.7259947145,153,-1.515231902,0.5607085576,658.42479372 +91,-1.535340789,0.7260435356,153,-1.515231902,0.5607085576,657.96620049 +92,-1.539325716,0.7244369706,153,-1.515231902,0.5607085576,652.98619566 +93,-1.537308932,0.7244801057,153,-1.515231902,0.5607085576,652.44292693 +94,-1.535289068,0.7245247645,153,-1.515231902,0.5607085576,651.96670586 +95,-1.533261366,0.7245550236,153,-1.515231902,0.5607085576,651.49385358 +96,-1.539267302,0.722921924,153,-1.515231902,0.5607085576,647.01033898 +97,-1.537248972,0.7229660258,153,-1.515231902,0.5607085576,646.46465891 +98,-1.535219431,0.7229916471,153,-1.515231902,0.5607085576,645.90544418 +99,-1.53318962,0.7230212049,153,-1.515231902,0.5607085576,645.42510026 +100,-1.531154816,0.7230299897,153,-1.515231902,0.5607085576,644.92513625 +101,-1.528878341,0.7230370244,153,-1.515231902,0.5607085576,644.43050555 +102,-1.539218189,0.7214009878,153,-1.515231902,0.5607085576,641.01528903 +103,-1.537198791,0.7214422745,153,-1.515231902,0.5607085576,640.4520516 +104,-1.535179266,0.7214634354,153,-1.515231902,0.5607085576,639.87293746 +105,-1.533156501,0.7214944644,153,-1.515231902,0.5607085576,639.39524865 +106,-1.53113574,0.7215166021,153,-1.515231902,0.5607085576,638.94681699 +107,-1.528874248,0.7215345535,153,-1.515231902,0.5607085576,638.49364851 +108,-1.539217656,0.7198512397,153,-1.515231902,0.5607085576,634.92597104 +109,-1.537199919,0.7199428763,153,-1.515231902,0.5607085576,634.55347641 +110,-1.545425832,0.727397149,153,-1.515231902,0.5607085576,667.10130948 +111,-1.543371177,0.7273916949,153,-1.515231902,0.5607085576,666.1837084 +112,-1.541368852,0.7274523163,153,-1.515231902,0.5607085576,665.6079904 +113,-1.545349067,0.7258710923,153,-1.515231902,0.5607085576,661.09300739 +114,-1.54332671,0.7258603556,153,-1.515231902,0.5607085576,660.16149094 +115,-1.541346831,0.7259242142,153,-1.515231902,0.5607085576,659.60018338 +116,-1.545324355,0.7243383958,153,-1.515231902,0.5607085576,655.08325927 +117,-1.543292796,0.7243617413,153,-1.515231902,0.5607085576,654.27283398 +118,-1.541295822,0.7244024384,153,-1.515231902,0.5607085576,653.60645333 +119,-1.543193859,0.7205570215,153,-1.515231902,0.5607085576,639.32073402 +120,-1.550257047,0.7386738187,153,-1.515231902,0.5607085576,713.4618787 +121,-1.549335448,0.7311736483,153,-1.515231902,0.5607085576,683.71819459 +122,-1.533478843,0.7179891343,153,-1.515231902,0.5607085576,625.66769163 +123,-1.556150555,0.738907041,153,-1.515231902,0.5607085576,717.45919885 +124,-1.554324226,0.733414257,153,-1.515231902,0.5607085576,695.07896315 +125,-1.554290846,0.7288285332,153,-1.515231902,0.5607085576,677.23381589 +126,-1.55122487,0.7219795312,153,-1.515231902,0.5607085576,648.87015515 +127,-1.525104458,0.7229399862,153,-1.515231902,0.5607085576,643.35718188 +128,-1.519607711,0.7236181429,153,-1.515231902,0.5607085576,645.43324246 +129,-1.513899999,0.7251107854,153,-1.515231902,0.5607085576,651.21083012 +130,-1.536620762,0.7431061895,153,-1.515231902,0.5607085576,725.58529777 +131,-1.5369566,0.7460845958,153,-1.515231902,0.5607085576,737.42157172 +132,-1.545345528,0.7447040685,153,-1.515231902,0.5607085576,734.89322536 +133,-1.532813921,0.7432306626,153,-1.515231902,0.5607085576,725.07017836 +134,-1.554788248,0.7382381001,153,-1.515231902,0.5607085576,714.10125524 +135,-1.540348126,0.7301594274,153,-1.515231902,0.5607085576,675.85316208 +136,-1.538016084,0.7239051786,153,-1.515231902,0.5607085576,650.42443361 +137,-1.525288962,0.7258085137,153,-1.515231902,0.5607085576,654.73251946 +138,-1.534326986,0.731241342,153,-1.515231902,0.5607085576,678.15735989 +139,-1.530733872,0.7303625216,153,-1.515231902,0.5607085576,673.77530375 +141,-1.534354939,0.7328219978,153,-1.515231902,0.5607085576,684.39807613 +142,-1.53157084,0.7292888153,153,-1.515231902,0.5607085576,669.73332251 +143,-1.525691035,0.7263799874,153,-1.515231902,0.5607085576,657.05574469 +144,-1.534031287,0.7495967835,153,-1.515231902,0.5607085576,750.49343237 +145,-1.527714986,0.7283095957,153,-1.515231902,0.5607085576,665.03594052 +146,-1.526189586,0.7271468292,153,-1.515231902,0.5607085576,660.16950191 +147,-1.555177336,0.7375563366,153,-1.515231902,0.5607085576,711.66334066 +148,-1.555080283,0.7312707794,153,-1.515231902,0.5607085576,687.17616589 +149,-1.53856994,0.7224180299,153,-1.515231902,0.5607085576,644.77373068 +150,-1.530837883,0.729933372,153,-1.515231902,0.5607085576,672.10452254 +151,-1.515066984,0.5854133365,153,-1.515231902,0.5607085576,97.85716807 +152,-1.534731633,0.5368370046,153,-1.515231902,0.5607085576,115.25037959 +153,-1.515231902,0.5607085576,153,-1.515231902,0.5607085576,103.26286166 +154,-2.616253799,1.0684566605,153,-1.515231902,0.5607085576,3415.6762802 +155,-1.956071439,0.5792177723,153,-1.515231902,0.5607085576,1468.4053964 +156,-1.951208514,0.5602434208,153,-1.515231902,0.5607085576,1459.375573 +157,-1.944675062,0.6062144545,153,-1.515231902,0.5607085576,1427.3989993 +158,-1.613778386,0.6077989518,153,-1.515231902,0.5607085576,375.14225471 +159,-2.035029014,0.6021432345,153,-1.515231902,0.5607085576,1722.200943 +160,-2.114989471,0.6801825058,153,-1.515231902,0.5607085576,1977.3762077 +161,-2.037382079,0.5765830025,153,-1.515231902,0.5607085576,1738.0093354 +162,-2.129855121,0.6585019963,153,-1.515231902,0.5607085576,2020.9446093 +163,-2.075141798,0.6493615843,153,-1.515231902,0.5607085576,1848.4335871 +164,-1.828626729,0.6948433129,153,-1.515231902,0.5607085576,1133.5263242 +165,-1.863329418,0.6735427691,153,-1.515231902,0.5607085576,1206.8721084 +166,-1.266037071,0.727988852,153,-1.515231902,0.5607085576,1027.9595843 +167,-1.277579582,0.7249010648,153,-1.515231902,0.5607085576,993.12438678 +168,-1.258418684,0.7241194816,153,-1.515231902,0.5607085576,1037.7936143 +169,-1.317813974,0.6804850104,153,-1.515231902,0.5607085576,792.53664468 +170,-1.344165204,0.6790988904,153,-1.515231902,0.5607085576,723.13947836 +171,-1.427582102,0.5277120351,153,-1.515231902,0.5607085576,324.46063426 +172,-1.402238616,0.457167829,153,-1.515231902,0.5607085576,566.26653762 +173,-1.422454264,0.4996161999,153,-1.515231902,0.5607085576,398.73929638 +174,-1.439089277,0.4894859811,153,-1.515231902,0.5607085576,384.220847 +175,-1.448126995,0.5182330266,153,-1.515231902,0.5607085576,283.36118286 +176,-1.474626146,0.5881926574,153,-1.515231902,0.5607085576,173.43420605 +177,-1.421139645,0.5584869783,153,-1.515231902,0.5607085576,315.94067649 +178,-1.457037165,0.565943032,153,-1.515231902,0.5607085576,195.98342833 +179,-2.757159358,0.3745319,153,-1.515231902,0.5607085576,4377.0347549 +180,-2.714309238,0.342054471,153,-1.515231902,0.5607085576,4292.1202861 +181,-2.000525337,0.774119946,153,-1.515231902,0.5607085576,1718.0823582 +183,-1.571413436,0.6777838382,153,-1.515231902,0.5607085576,497.78623749 +184,-1.552860289,0.6987663893,153,-1.515231902,0.5607085576,559.90269705 +185,-1.521852374,0.7165827476,153,-1.515231902,0.5607085576,617.77464033 +186,-1.503656267,0.6928968252,153,-1.515231902,0.5607085576,524.90801051 +187,-1.502753178,0.7136205882,153,-1.515231902,0.5607085576,606.97947176 +188,-1.631894563,0.7343596465,153,-1.515231902,0.5607085576,779.72042259 +189,-1.653765416,0.6770714026,153,-1.515231902,0.5607085576,641.50792127 +190,-1.719812114,0.6715965947,153,-1.515231902,0.5607085576,792.86800059 +191,-1.493406659,0.6646955447,153,-1.515231902,0.5607085576,417.90676345 +192,-1.469120564,0.6613469966,153,-1.515231902,0.5607085576,425.71903288 +193,-1.590551461,0.5326612937,153,-1.515231902,0.5607085576,277.98857419 +194,-1.625979264,0.5247742243,153,-1.515231902,0.5607085576,401.60722715 +195,-1.572293943,0.5238808754,153,-1.515231902,0.5607085576,242.37702878 +196,-1.610848725,0.5477107964,153,-1.515231902,0.5607085576,326.09832995 +197,-1.208485554,0.7918526018,153,-1.515231902,0.5607085576,1312.1239983 +198,-1.335601374,0.6869083083,153,-1.515231902,0.5607085576,762.86034366 +199,-1.346156996,0.6825213377,153,-1.515231902,0.5607085576,726.66290455 +200,-1.324381037,0.6741422347,153,-1.515231902,0.5607085576,761.84194645 +201,-1.242424992,0.7378949807,153,-1.515231902,0.5607085576,1107.4213697 +202,-1.270370057,0.7392461008,153,-1.515231902,0.5607085576,1044.4473377 +203,-1.448950472,0.7441675014,153,-1.515231902,0.5607085576,755.80653377 +204,-1.492662363,0.7523026852,153,-1.515231902,0.5607085576,762.17300804 +205,-1.479098966,0.7763855017,153,-1.515231902,0.5607085576,861.56534603 +206,-1.633760714,0.7869022408,153,-1.515231902,0.5607085576,967.26388621 +207,-1.647406434,0.8101289331,153,-1.515231902,0.5607085576,1066.6107313 +208,-1.564245052,0.5701509278,153,-1.515231902,0.5607085576,168.13138462 +209,-1.646289963,0.6833746083,153,-1.515231902,0.5607085576,642.97103994 +210,-1.5820631,0.6751952144,153,-1.515231902,0.5607085576,502.06124913 +211,-1.613236298,0.6681681791,153,-1.515231902,0.5607085576,530.58379412 +212,-1.914661867,0.8212566515,153,-1.515231902,0.5607085576,1586.7408201 +213,-1.742133237,0.7250275956,153,-1.515231902,0.5607085576,968.06902026 +214,-2.033144872,0.6557314699,153,-1.515231902,0.5607085576,1717.4929461 +215,-2.039551981,0.6964723658,153,-1.515231902,0.5607085576,1754.1910035 +216,-1.247341019,0.7622473908,153,-1.515231902,0.5607085576,1153.2868738 +217,-1.298239787,0.7084123392,153,-1.515231902,0.5607085576,904.68763053 +218,-1.308539688,0.6926545592,153,-1.515231902,0.5607085576,843.0396537 +219,-1.303263185,0.6888938396,153,-1.515231902,0.5607085576,848.12976222 +220,-1.852400229,0.6004246149,153,-1.515231902,0.5607085576,1125.9726282 +221,-1.288947707,0.7473773692,153,-1.515231902,0.5607085576,1023.6403297 +222,-1.372031502,0.7472790993,153,-1.515231902,0.5607085576,864.31106108 +223,-1.289805721,0.7242157877,153,-1.515231902,0.5607085576,962.64203834 +224,-1.350807603,0.7533498126,153,-1.515231902,0.5607085576,919.60252408 +225,-1.329290365,0.7560442322,153,-1.515231902,0.5607085576,966.77341944 +226,-1.410153004,0.616936428,153,-1.515231902,0.5607085576,411.45825516 +227,-1.393445434,0.6308995063,153,-1.515231902,0.5607085576,486.31657168 +228,-1.37595573,0.6241540638,153,-1.515231902,0.5607085576,521.85877954 +229,-1.358388707,0.6172645205,153,-1.515231902,0.5607085576,562.76126654 +230,-1.753741133,0.8281661666,153,-1.515231902,0.5607085576,1280.0700198 +231,-1.47430987,0.6834615681,153,-1.515231902,0.5607085576,503.69641471 +232,-1.421012508,0.7222725206,153,-1.515231902,0.5607085576,705.97871564 +233,-1.4476833,0.6978557868,153,-1.515231902,0.5607085576,584.55377565 +234,-1.470370723,0.6966193374,153,-1.515231902,0.5607085576,557.12237646 +235,-1.429211703,0.7037216883,153,-1.515231902,0.5607085576,629.36083157 +236,-1.700578405,0.6178673663,153,-1.515231902,0.5607085576,650.53613827 +237,-1.678117619,0.6331716163,153,-1.515231902,0.5607085576,605.49800726 +238,-1.725644578,0.6316331145,153,-1.515231902,0.5607085576,743.99977919 +239,-2.14012759,0.7930497945,153,-1.515231902,0.5607085576,2114.7376902 +240,-2.103289431,0.7653606263,153,-1.515231902,0.5607085576,1989.0611747 +241,-1.318739838,0.7017808746,153,-1.515231902,0.5607085576,839.57136102 +242,-1.396417427,0.7077900843,153,-1.515231902,0.5607085576,694.53903924 +243,-1.35650337,0.7185539404,153,-1.515231902,0.5607085576,802.34857422 +244,-1.248884539,0.7274156818,153,-1.515231902,0.5607085576,1068.5514209 +245,-1.395014798,0.5761185243,153,-1.515231902,0.5607085576,405.84100272 +246,-1.433377362,0.6064716109,153,-1.515231902,0.5607085576,325.60774187 +247,-1.408172432,0.5903155476,153,-1.515231902,0.5607085576,374.50725226 +248,-1.749645898,0.7757118084,153,-1.515231902,0.5607085576,1117.8656754 +249,-1.571626686,0.615046989,153,-1.515231902,0.5607085576,284.3485884 +250,-1.514070049,0.6303003037,153,-1.515231902,0.5607085576,275.67920902 +251,-1.480890369,0.6237966528,153,-1.515231902,0.5607085576,274.17674048 +252,-1.704390658,0.5281680612,153,-1.515231902,0.5607085576,653.4506323 +253,-1.64434733,0.5254277498,153,-1.515231902,0.5607085576,459.48394144 +254,-1.703855997,0.4792484842,153,-1.515231902,0.5607085576,723.70699187 +255,-1.692002383,0.5748825051,153,-1.515231902,0.5607085576,592.75144592 +256,-1.854136457,0.5544643913,153,-1.515231902,0.5607085576,1137.8001995 +257,-1.665021206,0.520317736,153,-1.515231902,0.5607085576,533.10986043 +258,-1.733654349,0.4845187345,153,-1.515231902,0.5607085576,807.46741083 +259,-1.720938188,0.5135933906,153,-1.515231902,0.5607085576,724.05989698 +260,-1.742668307,0.553296122,153,-1.515231902,0.5607085576,764.80025361 +261,-1.965659039,0.7142126903,153,-1.515231902,0.5607085576,1549.9022336 +262,-1.944438071,0.6772834804,153,-1.515231902,0.5607085576,1454.2979021 +263,-1.270340967,0.7681487096,153,-1.515231902,0.5607085576,1118.5940315 +264,-1.353091884,0.6549276821,153,-1.515231902,0.5607085576,645.38831822 +265,-1.333236659,0.6413584414,153,-1.515231902,0.5607085576,674.3629333 +266,-1.352015998,0.6753788907,153,-1.515231902,0.5607085576,694.95403846 +267,-1.377988483,0.6577816235,153,-1.515231902,0.5607085576,588.30927914 +268,-2.13075611,0.8318642051,153,-1.515231902,0.5607085576,2130.6551127 +269,-2.097910953,0.8259670014,153,-1.515231902,0.5607085576,2039.8480094 +270,-1.416382069,0.6694271549,153,-1.515231902,0.5607085576,536.12550304 +271,-1.538905672,0.7535625993,153,-1.515231902,0.5607085576,767.46312005 +272,-1.572309477,0.7803125099,153,-1.515231902,0.5607085576,887.496866 +273,-1.87759879,0.7503853417,153,-1.515231902,0.5607085576,1357.5650794 +274,1.152365588,0.590457682,153,-1.515231902,0.5607085576,7553.4527388 +275,0.350198001,0.718001859,153,-1.515231902,0.5607085576,5566.7976182 +276,0.046513677,0.491503852,153,-1.515231902,0.5607085576,5189.3805951 +277,0.027510309,0.742571376,153,-1.515231902,0.5607085576,4690.4069726 +278,0.306285725,-0.214631579,153,-1.515231902,0.5607085576,7506.1018924 +279,-1.100564889,0.318051531,153,-1.515231902,0.5607085576,1763.3862431 +280,-1.078582306,0.301437596,153,-1.515231902,0.5607085576,1869.2463919 +281,-1.137371989,-0.617634065,153,-1.515231902,0.5607085576,4874.0709422 +282,0.784356344,0.703272339,153,-1.515231902,0.5607085576,6564.0268508 +283,-1.221209947,0.218327455,153,-1.515231902,0.5607085576,1726.718546 +284,2.347301921,-0.449114658,153,-1.515231902,0.5607085576,9921.199159 +285,0.246820618,0.830553713,153,-1.515231902,0.5607085576,5081.1306288 +286,0.829414965,0.703288228,153,-1.515231902,0.5607085576,6648.6189497 +287,-1.337537566,0.42332223,153,-1.515231902,0.5607085576,824.3964599 +288,0.882453706,0.454478077,153,-1.515231902,0.5607085576,7539.1366612 +289,1.575629659,0.416419109,153,-1.515231902,0.5607085576,8568.6861028 +290,-1.039455679,0.229888244,153,-1.515231902,0.5607085576,2165.8639583 +291,0.489558039,0.934482747,153,-1.515231902,0.5607085576,5359.1524396 +292,0.081344504,0.88384514,153,-1.515231902,0.5607085576,4603.4641155 +293,-1.547979814,0.300350308,153,-1.515231902,0.5607085576,1037.9319621 +294,0.040776181,0.168560074,153,-1.515231902,0.5607085576,5818.9503798 +295,-1.130374745,0.563894876,153,-1.515231902,0.5607085576,1287.4800863 +296,1.578326642,0.478507176,153,-1.515231902,0.5607085576,8323.5317909 +297,-1.12861823,-0.291640865,153,-1.515231902,0.5607085576,3681.1864196 +298,0.310524208,0.770885792,153,-1.515231902,0.5607085576,5354.1644221 +299,0.415649091,-0.387246002,153,-1.515231902,0.5607085576,8192.0638394 +300,-0.926533878,-0.188022748,153,-1.515231902,0.5607085576,3709.9934481 +301,1.258856172,-0.11716081,153,-1.515231902,0.5607085576,10224.33646 +302,-1.126050026,0.322941926,153,-1.515231902,0.5607085576,1675.9959999 +303,2.002785835,0.07893892,153,-1.515231902,0.5607085576,9540.5893573 +304,0.440437607,0.746258085,153,-1.515231902,0.5607085576,5715.2173721 +305,-0.030391866,0.214441206,153,-1.515231902,0.5607085576,5488.0993557 +306,0.521557815,-0.058929362,153,-1.515231902,0.5607085576,7900.3499403 +307,-0.097005111,0.13317729,153,-1.515231902,0.5607085576,5431.7010946 +308,1.83113859,0.221857587,153,-1.515231902,0.5607085576,9248.2948806 +309,0.222428864,0.099404236,153,-1.515231902,0.5607085576,6567.7223737 +310,-1.702731345,0.8728568183,153,-1.515231902,0.5607085576,1354.0526346 +311,-0.418507569,0.278324921,153,-1.515231902,0.5607085576,4065.861248 +312,-1.41153306,0.339029988,153,-1.515231902,0.5607085576,952.28178254 +313,0.357560442,0.114788776,153,-1.515231902,0.5607085576,6976.3633922 +314,0.325818979,0.268352149,153,-1.515231902,0.5607085576,6527.2444148 +315,-1.246004659,-0.663679965,153,-1.515231902,0.5607085576,4950.5518227 +316,1.814603087,0.637404484,153,-1.515231902,0.5607085576,7647.1173013 +317,1.843704281,-0.18300445,153,-1.515231902,0.5607085576,10749.732991 +318,1.690644492,-0.211480909,153,-1.515231902,0.5607085576,11040.893846 +319,-1.275451936,0.068109467,153,-1.515231902,0.5607085576,2144.901754 +320,0.762430171,-0.207594741,153,-1.515231902,0.5607085576,9013.2353548 +321,0.265668905,-0.014647884,153,-1.515231902,0.5607085576,6956.5248747 +322,-2.773032013,-0.335515811,153,-1.515231902,0.5607085576,5939.9444068 +323,-1.469512853,0.174058777,153,-1.515231902,0.5607085576,1540.648987 +324,0.286276986,0.785925691,153,-1.515231902,0.5607085576,5264.5066716 +325,-1.379324697,0.377432233,153,-1.515231902,0.5607085576,869.69678711 +326,-1.203778265,0.212813032,153,-1.515231902,0.5607085576,1784.0862969 +327,0.579916301,0.611743168,153,-1.515231902,0.5607085576,6387.1354802 +328,0.267582642,0.868113908,153,-1.515231902,0.5607085576,5053.8424217 +329,0.412869244,-0.050245578,153,-1.515231902,0.5607085576,7522.7256036 +330,0.17524381,0.976660285,153,-1.515231902,0.5607085576,4660.5670043 +331,0.743157214,0.204812899,153,-1.515231902,0.5607085576,7930.5334655 +332,-1.070758176,0.269382282,153,-1.515231902,0.5607085576,1972.5240201 +333,-1.230364251,0.329790229,153,-1.515231902,0.5607085576,1365.4874185 +334,-1.374813124,-0.024926835,153,-1.515231902,0.5607085576,2378.7555508 +335,0.519780566,0.463669906,153,-1.515231902,0.5607085576,6623.8631669 +336,-1.55108034,0.239698561,153,-1.515231902,0.5607085576,1278.139236 +337,0.180294813,0.029739425,153,-1.515231902,0.5607085576,6576.9028845 +338,0.67820924,0.268170153,153,-1.515231902,0.5607085576,7576.4036857 +339,0.445798684,1.024001867,153,-1.515231902,0.5607085576,5069.9626997 +340,0.691751283,0.150521402,153,-1.515231902,0.5607085576,7928.880131 +341,-1.036643551,-0.903056181,153,-1.515231902,0.5607085576,6032.0837907 +342,-0.120287036,1.083325163,153,-1.515231902,0.5607085576,3965.9965813 +343,2.823513113,-0.304487164,153,-1.515231902,0.5607085576,8090.019352 +344,0.457583172,1.12513373,153,-1.515231902,0.5607085576,4860.3817692 +345,0.042918831,0.813795399,153,-1.515231902,0.5607085576,4618.1910821 +346,1.196146777,-0.853142756,153,-1.515231902,0.5607085576,10720.119507 +347,0.206001358,-0.010430701,153,-1.515231902,0.5607085576,6748.151665 +348,-0.268308653,0.234799412,153,-1.515231902,0.5607085576,4652.9214684 +349,0.759363263,0.736189579,153,-1.515231902,0.5607085576,6416.2118842 +350,0.181363926,0.891988372,153,-1.515231902,0.5607085576,4817.4759269 +351,-0.021111158,0.139103292,153,-1.515231902,0.5607085576,5673.6378514 +352,-0.093355215,0.630686981,153,-1.515231902,0.5607085576,4526.5248038 +353,0.40118964,0.681375926,153,-1.515231902,0.5607085576,5776.9311142 +354,-0.721197315,1.304706234,153,-1.515231902,0.5607085576,3318.1226842 +355,-1.076150317,0.212107639,153,-1.515231902,0.5607085576,2110.9600369 +356,-1.577164531,0.273993443,153,-1.515231902,0.5607085576,1157.3700814 +357,-0.190788414,0.182208586,153,-1.515231902,0.5607085576,5017.2415607 +358,-0.261349752,0.209710184,153,-1.515231902,0.5607085576,4725.6095778 +359,-1.029303852,0.083549259,153,-1.515231902,0.5607085576,2610.2532023 +360,-1.268609162,0.330525297,153,-1.515231902,0.5607085576,1265.6083238 +361,1.282982244,-0.926641967,153,-1.515231902,0.5607085576,10694.969366 +362,0.217352334,0.731352408,153,-1.515231902,0.5607085576,5206.1763716 +363,-1.511833084,0.258629297,153,-1.515231902,0.5607085576,1196.59891 +364,0.338812194,0.823184618,153,-1.515231902,0.5607085576,5306.5332238 +365,-0.324406489,1.134201999,153,-1.515231902,0.5607085576,3599.6049638 +366,1.389579348,0.399185724,153,-1.515231902,0.5607085576,8537.3773677 +367,2.047152199,-0.039082036,153,-1.515231902,0.5607085576,9850.314855 +368,0.947780369,0.568250077,153,-1.515231902,0.5607085576,7302.6638326 +369,0.763824846,0.576754987,153,-1.515231902,0.5607085576,6905.8282247 +370,-0.142334657,0.928153068,153,-1.515231902,0.5607085576,4030.3334102 +371,0.610266567,0.547265983,153,-1.515231902,0.5607085576,6635.3344813 +372,0.210731629,0.746815056,153,-1.515231902,0.5607085576,5158.7583386 +373,-1.34931644,0.316895224,153,-1.515231902,0.5607085576,1132.9325426 +374,2.407696481,0.655030745,153,-1.515231902,0.5607085576,6829.7947038 +375,0.64207831,0.545359131,153,-1.515231902,0.5607085576,6717.836709 +376,1.174597538,0.840588356,153,-1.515231902,0.5607085576,6666.5632138 +377,0.660059424,0.010604079,153,-1.515231902,0.5607085576,8185.4234217 +378,-0.730263819,0.010486456,153,-1.515231902,0.5607085576,3650.0193442 +379,0.831068936,0.512339172,153,-1.515231902,0.5607085576,7247.6145321 +380,1.301180979,0.72367476,153,-1.515231902,0.5607085576,7219.7401668 +381,1.811128231,0.322854402,153,-1.515231902,0.5607085576,8874.5059905 +382,0.435105812,0.992284428,153,-1.515231902,0.5607085576,5123.8128733 +383,0.62643634,0.592027932,153,-1.515231902,0.5607085576,6550.9896229 +384,0.492988703,-0.516339467,153,-1.515231902,0.5607085576,8646.1188991 +385,-0.162469483,0.112549365,153,-1.515231902,0.5607085576,5254.7481331 +386,0.314630866,0.472006421,153,-1.515231902,0.5607085576,6029.5036148 +387,0.166744804,0.822815954,153,-1.515231902,0.5607085576,4906.9159434 +388,0.417159608,0.965805736,153,-1.515231902,0.5607085576,5151.3466071 +389,0.106334961,0.868774244,153,-1.515231902,0.5607085576,4685.2802262 +390,0.815086969,-0.338144359,153,-1.515231902,0.5607085576,9443.245449 +391,0.59867455,-0.230624824,153,-1.515231902,0.5607085576,8517.4806695 +392,1.915104874,0.066220985,153,-1.515231902,0.5607085576,9733.2665293 +393,1.278093622,0.064463721,153,-1.515231902,0.5607085576,9642.2753845 +394,-0.061477853,0.302997961,153,-1.515231902,0.5607085576,5208.51231 +395,0.251311504,0.626976942,153,-1.515231902,0.5607085576,5510.6341478 +396,2.950242872,0.149095644,153,-1.515231902,0.5607085576,6721.1348765 +397,-0.180294708,0.35375117,153,-1.515231902,0.5607085576,4721.2477005 +398,1.010448592,-0.351180233,153,-1.515231902,0.5607085576,10114.483971 +399,-1.748740498,0.3686318073,153,-1.515231902,0.5607085576,1121.6997819 +400,2.699635665,0.123533791,153,-1.515231902,0.5607085576,7577.398807 +401,0.496808033,0.823843254,153,-1.515231902,0.5607085576,5647.6172546 +402,0.129574704,0.763364087,153,-1.515231902,0.5607085576,4921.6317934 +403,1.798920311,0.817447563,153,-1.515231902,0.5607085576,6950.278479 +404,0.335987953,0.746786541,153,-1.515231902,0.5607085576,5467.8572762 +405,-1.085413643,0.292154671,153,-1.515231902,0.5607085576,1871.9583448 +406,-0.155321003,0.508207011,153,-1.515231902,0.5607085576,4532.7492565 +407,0.620529244,-0.301175104,153,-1.515231902,0.5607085576,8725.2240533 +408,1.684402744,0.368716966,153,-1.515231902,0.5607085576,8755.8220898 +409,0.300582244,-0.386397212,153,-1.515231902,0.5607085576,7811.7956382 +410,2.913555946,-0.009225192,153,-1.515231902,0.5607085576,7189.5459321 +411,1.465101417,0.493232532,153,-1.515231902,0.5607085576,8225.2318527 +412,0.090612882,0.907955955,153,-1.515231902,0.5607085576,4587.9371381 +413,2.987564726,-0.729568594,153,-1.515231902,0.5607085576,8231.3144563 +414,-1.484261606,0.224149272,153,-1.515231902,0.5607085576,1337.8523924 +415,0.164073421,0.303955133,153,-1.515231902,0.5607085576,5937.8666303 +416,0.141441293,0.167552546,153,-1.515231902,0.5607085576,6154.3258867 +417,2.931321023,-0.506718887,153,-1.515231902,0.5607085576,8082.3794398 +418,2.21951565,0.700596356,153,-1.515231902,0.5607085576,6995.2042024 +419,0.268112576,1.199114336,153,-1.515231902,0.5607085576,4458.6901635 +420,0.978913739,0.359223811,153,-1.515231902,0.5607085576,8050.5267691 +421,1.210898818,0.522863584,153,-1.515231902,0.5607085576,7876.8553313 +422,2.347397336,0.129231362,153,-1.515231902,0.5607085576,8587.1599549 +423,0.614394501,0.556878345,153,-1.515231902,0.5607085576,6619.0828607 +424,-1.398079356,0.148483366,153,-1.515231902,0.5607085576,1688.6839034 +425,2.535303836,-0.112984496,153,-1.515231902,0.5607085576,8658.6826919 +426,-1.019372593,-0.405322349,153,-1.515231902,0.5607085576,4262.1118119 +427,-1.297785627,-0.160104069,153,-1.515231902,0.5607085576,2971.3707513 +428,2.144554488,0.205051084,153,-1.515231902,0.5607085576,8830.6027046 +429,-2.242387083,-0.426171285,153,-1.515231902,0.5607085576,4779.1123925 +430,0.338637212,0.909723676,153,-1.515231902,0.5607085576,5120.364815 +431,-0.148798452,0.691042401,153,-1.515231902,0.5607085576,4277.7027614 +432,0.893524764,0.441829531,153,-1.515231902,0.5607085576,7602.938409 +433,0.969229347,-0.368847936,153,-1.515231902,0.5607085576,10010.409353 +434,0.436043248,0.800045688,153,-1.515231902,0.5607085576,5575.8266973 +435,1.687946607,1.081504775,153,-1.515231902,0.5607085576,5936.0448169 +436,0.522302046,-0.034889271,153,-1.515231902,0.5607085576,7849.3166605 +437,-0.178996113,-0.438090009,153,-1.515231902,0.5607085576,6409.5453295 +438,-1.094339566,0.301444068,153,-1.515231902,0.5607085576,1822.5282922 +439,-1.064070054,0.242569932,153,-1.515231902,0.5607085576,2061.7661953 +440,-1.068153768,0.230387998,153,-1.515231902,0.5607085576,2082.860771 +441,-3.00496892,-0.23989155,153,-1.515231902,0.5607085576,6458.7049615 +442,0.21751974,0.766874888,153,-1.515231902,0.5607085576,5136.2680694 +443,0.117229532,0.007619006,153,-1.515231902,0.5607085576,6412.6670536 +444,0.777758451,0.420554741,153,-1.515231902,0.5607085576,7403.6025203 +445,-0.252356999,0.250747086,153,-1.515231902,0.5607085576,4675.3935512 +446,0.363148444,0.768483434,153,-1.515231902,0.5607085576,5483.7881733 +447,0.903191366,-0.118210676,153,-1.515231902,0.5607085576,9255.735138 +448,-0.205755923,0.149406178,153,-1.515231902,0.5607085576,5033.6423505 +449,1.811996086,0.02364353,153,-1.515231902,0.5607085576,10026.778995 +450,-1.100670221,0.314845373,153,-1.515231902,0.5607085576,1770.8479583 +451,0.340078597,0.850105132,153,-1.515231902,0.5607085576,5250.9298109 +452,0.258757267,0.804969236,153,-1.515231902,0.5607085576,5160.1374808 +453,2.78505352,-0.155160804,153,-1.515231902,0.5607085576,7927.0834865 +454,0.800551619,0.105822106,153,-1.515231902,0.5607085576,8363.7939348 +455,0.437940882,-0.506194031,153,-1.515231902,0.5607085576,8454.2073622 +456,2.230431122,0.63458615,153,-1.515231902,0.5607085576,7206.6197388 +457,0.527965361,0.127667701,153,-1.515231902,0.5607085576,7489.1980296 +458,-0.063643205,0.702093448,153,-1.515231902,0.5607085576,4503.5966293 +459,1.408447268,0.133010502,153,-1.515231902,0.5607085576,9575.2472675 +460,0.523795955,0.280266966,153,-1.515231902,0.5607085576,7101.3118402 +461,-0.975769313,0.072177659,153,-1.515231902,0.5607085576,2783.5978029 +462,0.549774164,-0.463663986,153,-1.515231902,0.5607085576,8756.6059102 +463,0.29245874,1.095549818,153,-1.515231902,0.5607085576,4669.7395879 +464,0.143625958,0.816809593,153,-1.515231902,0.5607085576,4861.8119547 +465,0.671902494,0.611159853,153,-1.515231902,0.5607085576,6601.8737017 +466,1.239840988,0.6724199,153,-1.515231902,0.5607085576,7355.9829358 +467,0.607829703,-0.10932137,153,-1.515231902,0.5607085576,8294.3194292 +468,1.763020906,0.263996692,153,-1.515231902,0.5607085576,9136.2717146 +469,0.378714634,0.726066797,153,-1.515231902,0.5607085576,5617.6429322 +470,2.196736143,-0.153862366,153,-1.515231902,0.5607085576,9803.2305467 +471,0.01702415,0.148991565,153,-1.515231902,0.5607085576,5780.5154529 +472,-2.998490902,-0.158002487,153,-1.515231902,0.5607085576,6263.7445702 +473,-3.051262951,-0.346595608,153,-1.515231902,0.5607085576,6830.1909258 +474,-1.069176439,0.182802941,153,-1.515231902,0.5607085576,2212.9133157 +475,0.167157509,0.595344954,153,-1.515231902,0.5607085576,5342.7544196 +476,0.613855648,0.681746124,153,-1.515231902,0.5607085576,6274.3660935 +477,1.037012736,0.682555367,153,-1.515231902,0.5607085576,7063.4128565 +478,-1.253574971,0.379755746,153,-1.515231902,0.5607085576,1167.149331 +479,3.108590453,-0.132620738,153,-1.515231902,0.5607085576,6796.5746561 +480,0.565301296,0.022333262,153,-1.515231902,0.5607085576,7857.3625276 +481,0.547898238,0.855555614,153,-1.515231902,0.5607085576,5669.7799134 +482,0.948309381,0.417393755,153,-1.515231902,0.5607085576,7797.4244051 +483,-0.050600732,0.945269213,153,-1.515231902,0.5607085576,4222.3762307 +484,-0.977651478,-0.572363064,153,-1.515231902,0.5607085576,4917.2117704 +485,1.102014914,0.728861163,153,-1.515231902,0.5607085576,6989.8698637 +486,2.927300795,-0.282939414,153,-1.515231902,0.5607085576,7702.9844957 +487,-1.154565557,0.124434095,153,-1.515231902,0.5607085576,2180.5011448 +488,1.855331234,0.291044755,153,-1.515231902,0.5607085576,8959.9175802 +489,0.830290659,0.276904518,153,-1.515231902,0.5607085576,7958.2999675 +490,0.485104466,-0.234867441,153,-1.515231902,0.5607085576,8145.4621049 +491,0.521367572,-0.33161327,153,-1.515231902,0.5607085576,8447.5280812 +1,-1.539031704,0.7349710123,154,-2.616253799,1.0684566605,2820.8883816 +2,-1.536990553,0.7349663874,154,-2.616253799,1.0684566605,2824.7939876 +3,-1.534951779,0.7349571355,154,-2.616253799,1.0684566605,2828.7088403 +4,-1.532906461,0.7349480293,154,-2.616253799,1.0684566605,2832.6355524 +5,-1.531320211,0.7346937278,154,-2.616253799,1.0684566605,2836.4261291 +6,-1.539451648,0.7335131775,154,-2.616253799,1.0684566605,2824.4835911 +7,-1.537429487,0.7335445708,154,-2.616253799,1.0684566605,2828.2445006 +8,-1.535484998,0.7335658704,154,-2.616253799,1.0684566605,2831.8876169 +9,-1.533488396,0.7336036027,154,-2.616253799,1.0684566605,2835.5803588 +10,-1.531497785,0.7335842962,154,-2.616253799,1.0684566605,2839.4335838 +11,-1.530259379,0.7334777758,154,-2.616253799,1.0684566605,2842.1158293 +12,-1.5335454,0.7322346912,154,-2.616253799,1.0684566605,2839.6032711 +13,-1.531489083,0.7322238773,154,-2.616253799,1.0684566605,2843.5563087 +14,-1.530011122,0.7321679851,154,-2.616253799,1.0684566605,2846.5427189 +15,-1.53348106,0.7306614094,154,-2.616253799,1.0684566605,2844.4787611 +16,-1.531441779,0.7306962275,154,-2.616253799,1.0684566605,2848.2615734 +17,-1.529755654,0.7306933243,154,-2.616253799,1.0684566605,2851.4849475 +18,-1.533415048,0.7291384674,154,-2.616253799,1.0684566605,2849.2098376 +19,-1.531392093,0.7291705353,154,-2.616253799,1.0684566605,2852.9698726 +20,-1.529296523,0.7291214933,154,-2.616253799,1.0684566605,2857.113584 +21,-1.535280942,0.727267644,154,-2.616253799,1.0684566605,2851.315135 +22,-1.533378158,0.7276139666,154,-2.616253799,1.0684566605,2853.8944857 +23,-1.531340368,0.7276446587,154,-2.616253799,1.0684566605,2857.6870026 +24,-1.528960113,0.7276398177,154,-2.616253799,1.0684566605,2862.2399089 +25,-1.533313146,0.7260818349,154,-2.616253799,1.0684566605,2858.6602453 +26,-1.531259555,0.7260958115,154,-2.616253799,1.0684566605,2862.5335864 +27,-1.528926415,0.7260865555,154,-2.616253799,1.0684566605,2867.0102035 +28,-1.531226779,0.7245511789,154,-2.616253799,1.0684566605,2867.2802595 +29,-1.528904772,0.7245519194,154,-2.616253799,1.0684566605,2871.7054837 +30,-1.547195875,0.7409785979,154,-2.616253799,1.0684566605,2787.2515896 +31,-1.5451475,0.740980426,154,-2.616253799,1.0684566605,2791.1516339 +32,-1.543097679,0.7409798872,154,-2.616253799,1.0684566605,2795.0613782 +33,-1.540720364,0.7409892687,154,-2.616253799,1.0684566605,2799.5655133 +34,-1.547188511,0.7395198392,154,-2.616253799,1.0684566605,2791.6467251 +35,-1.545148587,0.7395226109,154,-2.616253799,1.0684566605,2795.5279398 +36,-1.543104538,0.7395314908,154,-2.616253799,1.0684566605,2799.3985122 +37,-1.540727751,0.7395306258,154,-2.616253799,1.0684566605,2803.9325722 +38,-1.547187029,0.7380014886,154,-2.616253799,1.0684566605,2796.2140854 +39,-1.545147315,0.7380012252,154,-2.616253799,1.0684566605,2800.10414 +40,-1.54310719,0.7380060743,154,-2.616253799,1.0684566605,2803.9794607 +41,-1.540719671,0.7380068206,154,-2.616253799,1.0684566605,2808.5293044 +42,-1.547187189,0.7364799098,154,-2.616253799,1.0684566605,2800.7925709 +43,-1.545149996,0.7364853874,154,-2.616253799,1.0684566605,2804.6606459 +44,-1.543106091,0.7364823484,154,-2.616253799,1.0684566605,2808.5670303 +45,-1.540717158,0.7364893901,154,-2.616253799,1.0684566605,2813.1007677 +46,-1.538663972,0.7410138672,154,-2.616253799,1.0684566605,2803.4119239 +47,-1.53695285,0.7409699132,154,-2.616253799,1.0684566605,2806.8057806 +48,-1.534910498,0.7409641297,154,-2.616253799,1.0684566605,2810.7162694 +49,-1.533145034,0.7409536636,154,-2.616253799,1.0684566605,2814.1128413 +50,-1.538681336,0.7395405883,154,-2.616253799,1.0684566605,2807.8040337 +51,-1.536999189,0.7395183096,154,-2.616253799,1.0684566605,2811.0777821 +52,-1.534923633,0.7395144222,154,-2.616253799,1.0684566605,2815.0460617 +53,-1.533267822,0.7395654306,154,-2.616253799,1.0684566605,2818.0490503 +54,-1.53867273,0.7380151077,154,-2.616253799,1.0684566605,2812.4069318 +55,-1.536980576,0.7379994392,154,-2.616253799,1.0684566605,2815.6800728 +56,-1.534931522,0.7379944961,154,-2.616253799,1.0684566605,2819.6011915 +57,-1.533387952,0.7379480264,154,-2.616253799,1.0684566605,2822.6834715 +58,-1.538682279,0.7364914363,154,-2.616253799,1.0684566605,2816.9743089 +59,-1.536980704,0.7364810563,154,-2.616253799,1.0684566605,2820.2496613 +60,-1.534935567,0.7364752065,154,-2.616253799,1.0684566605,2824.1662188 +61,-1.533042592,0.7363876366,154,-2.616253799,1.0684566605,2828.0386173 +62,-1.545143426,0.7349628011,154,-2.616253799,1.0684566605,2809.2596176 +63,-1.543105297,0.7349691947,154,-2.616253799,1.0684566605,2813.1266804 +64,-1.541064533,0.7349647152,154,-2.616253799,1.0684566605,2817.0314084 +65,-1.545411803,0.7334624714,154,-2.616253799,1.0684566605,2813.2716596 +66,-1.543446606,0.7334780896,154,-2.616253799,1.0684566605,2816.9719243 +67,-1.541475327,0.7334957295,154,-2.616253799,1.0684566605,2820.6775732 +68,-1.545401939,0.731963266,154,-2.616253799,1.0684566605,2817.8152245 +69,-1.54342253,0.7319915583,154,-2.616253799,1.0684566605,2821.5043615 +70,-1.541455867,0.7320216438,154,-2.616253799,1.0684566605,2825.1636758 +71,-1.545410146,0.7304422281,154,-2.616253799,1.0684566605,2822.3946429 +72,-1.543435491,0.7304713664,154,-2.616253799,1.0684566605,2826.0721568 +73,-1.541463105,0.7304997613,154,-2.616253799,1.0684566605,2829.7474958 +74,-1.545414768,0.7289194936,154,-2.616253799,1.0684566605,2826.9904634 +75,-1.543435774,0.7289538557,154,-2.616253799,1.0684566605,2830.6604348 +76,-1.541457714,0.7289765881,154,-2.616253799,1.0684566605,2834.3637247 +77,-1.539449415,0.7320555866,154,-2.616253799,1.0684566605,2828.8870941 +78,-1.537429183,0.7321097681,154,-2.616253799,1.0684566605,2832.5755441 +79,-1.535472649,0.7321497267,154,-2.616253799,1.0684566605,2836.1853459 +80,-1.539457899,0.7305333307,154,-2.616253799,1.0684566605,2833.4696727 +81,-1.537453161,0.7305750503,154,-2.616253799,1.0684566605,2837.1662013 +82,-1.535479385,0.7306124949,154,-2.616253799,1.0684566605,2840.8164824 +83,-1.53946905,0.7290102593,154,-2.616253799,1.0684566605,2838.0540454 +84,-1.537459922,0.7290417293,154,-2.616253799,1.0684566605,2841.7899372 +85,-1.535451349,0.7290890157,154,-2.616253799,1.0684566605,2845.4767955 +86,-1.535522937,0.7279887191,154,-2.616253799,1.0684566605,2848.6702124 +87,-1.539442524,0.7274735939,154,-2.616253799,1.0684566605,2842.7558256 +88,-1.537424111,0.727521351,154,-2.616253799,1.0684566605,2846.4601033 +89,-1.539384641,0.7259505092,154,-2.616253799,1.0684566605,2847.4806912 +90,-1.537372391,0.7259947145,154,-2.616253799,1.0684566605,2851.1839304 +91,-1.535340789,0.7260435356,154,-2.616253799,1.0684566605,2854.9099765 +92,-1.539325716,0.7244369706,154,-2.616253799,1.0684566605,2852.1829378 +93,-1.537308932,0.7244801057,154,-2.616253799,1.0684566605,2855.8980181 +94,-1.535289068,0.7245247645,154,-2.616253799,1.0684566605,2859.6142552 +95,-1.533261366,0.7245550236,154,-2.616253799,1.0684566605,2863.38902 +96,-1.539267302,0.722921924,154,-2.616253799,1.0684566605,2856.893068 +97,-1.537248972,0.7229660258,154,-2.616253799,1.0684566605,2860.6081059 +98,-1.535219431,0.7229916471,154,-2.616253799,1.0684566605,2864.4005614 +99,-1.53318962,0.7230212049,154,-2.616253799,1.0684566605,2868.1814766 +100,-1.531154816,0.7230299897,154,-2.616253799,1.0684566605,2872.0348851 +101,-1.528878341,0.7230370244,154,-2.616253799,1.0684566605,2876.3542969 +102,-1.539218189,0.7214009878,154,-2.616253799,1.0684566605,2861.607627 +103,-1.537198791,0.7214422745,154,-2.616253799,1.0684566605,2865.3331966 +104,-1.535179266,0.7214634354,154,-2.616253799,1.0684566605,2869.1201061 +105,-1.533156501,0.7214944644,154,-2.616253799,1.0684566605,2872.8831098 +106,-1.53113574,0.7215166021,154,-2.616253799,1.0684566605,2876.6692187 +107,-1.528874248,0.7215345535,154,-2.616253799,1.0684566605,2880.9269712 +108,-1.539217656,0.7198512397,154,-2.616253799,1.0684566605,2866.3214778 +109,-1.537199919,0.7199428763,154,-2.616253799,1.0684566605,2869.8906321 +110,-1.545425832,0.727397149,154,-2.616253799,1.0684566605,2831.5772333 +111,-1.543371177,0.7273916949,154,-2.616253799,1.0684566605,2835.5120325 +112,-1.541368852,0.7274523163,154,-2.616253799,1.0684566605,2839.1468604 +113,-1.545349067,0.7258710923,154,-2.616253799,1.0684566605,2836.3471477 +114,-1.54332671,0.7258603556,154,-2.616253799,1.0684566605,2840.2364354 +115,-1.541346831,0.7259242142,154,-2.616253799,1.0684566605,2843.8185359 +116,-1.545324355,0.7243383958,154,-2.616253799,1.0684566605,2841.0423325 +117,-1.543292796,0.7243617413,154,-2.616253799,1.0684566605,2844.8458401 +118,-1.541295822,0.7244024384,154,-2.616253799,1.0684566605,2848.5306889 +119,-1.543193859,0.7205570215,154,-2.616253799,1.0684566605,2856.59165 +120,-1.550257047,0.7386738187,154,-2.616253799,1.0684566605,2788.3383531 +121,-1.549335448,0.7311736483,154,-2.616253799,1.0684566605,2812.6989059 +122,-1.533478843,0.7179891343,154,-2.616253799,1.0684566605,2882.9343149 +123,-1.556150555,0.738907041,154,-2.616253799,1.0684566605,2776.3987366 +124,-1.554324226,0.733414257,154,-2.616253799,1.0684566605,2796.4211489 +125,-1.554290846,0.7288285332,154,-2.616253799,1.0684566605,2810.3382847 +126,-1.55122487,0.7219795312,154,-2.616253799,1.0684566605,2836.9514046 +127,-1.525104458,0.7229399862,154,-2.616253799,1.0684566605,2883.8446557 +128,-1.519607711,0.7236181429,154,-2.616253799,1.0684566605,2892.2648695 +129,-1.513899999,0.7251107854,154,-2.616253799,1.0684566605,2898.6146349 +130,-1.536620762,0.7431061895,154,-2.616253799,1.0684566605,2801.0293517 +131,-1.5369566,0.7460845958,154,-2.616253799,1.0684566605,2791.4682537 +132,-1.545345528,0.7447040685,154,-2.616253799,1.0684566605,2779.6097551 +133,-1.532813921,0.7432306626,154,-2.616253799,1.0684566605,2807.9119669 +134,-1.554788248,0.7382381001,154,-2.616253799,1.0684566605,2781.0077304 +135,-1.540348126,0.7301594274,154,-2.616253799,1.0684566605,2832.9023851 +136,-1.538016084,0.7239051786,154,-2.616253799,1.0684566605,2856.2940957 +137,-1.525288962,0.7258085137,154,-2.616253799,1.0684566605,2874.7881907 +138,-1.534326986,0.731241342,154,-2.616253799,1.0684566605,2841.1134106 +139,-1.530733872,0.7303625216,154,-2.616253799,1.0684566605,2850.6199483 +141,-1.534354939,0.7328219978,154,-2.616253799,1.0684566605,2836.2868317 +142,-1.53157084,0.7292888153,154,-2.616253799,1.0684566605,2852.2712486 +143,-1.525691035,0.7263799874,154,-2.616253799,1.0684566605,2872.2892917 +144,-1.534031287,0.7495967835,154,-2.616253799,1.0684566605,2786.5457255 +145,-1.527714986,0.7283095957,154,-2.616253799,1.0684566605,2862.5858769 +146,-1.526189586,0.7271468292,154,-2.616253799,1.0684566605,2869.0151953 +147,-1.555177336,0.7375563366,154,-2.616253799,1.0684566605,2782.3162943 +148,-1.555080283,0.7312707794,154,-2.616253799,1.0684566605,2801.449647 +149,-1.53856994,0.7224180299,154,-2.616253799,1.0684566605,2859.7534105 +150,-1.530837883,0.729933372,154,-2.616253799,1.0684566605,2851.7191997 +151,-1.515066984,0.5854133365,154,-2.616253799,1.0684566605,3335.6143472 +152,-1.534731633,0.5368370046,154,-2.616253799,1.0684566605,3457.1061704 +153,-1.515231902,0.5607085576,154,-2.616253799,1.0684566605,3415.6762802 +154,-2.616253799,1.0684566605,154,-2.616253799,1.0684566605,407.21615881 +155,-1.956071439,0.5792177723,154,-2.616253799,1.0684566605,2561.922111 +156,-1.951208514,0.5602434208,154,-2.616253799,1.0684566605,2635.499264 +157,-1.944675062,0.6062144545,154,-2.616253799,1.0684566605,2488.019207 +158,-1.613778386,0.6077989518,154,-2.616253799,1.0684566605,3076.4454466 +159,-2.035029014,0.6021432345,154,-2.616253799,1.0684566605,2357.3205491 +160,-2.114989471,0.6801825058,154,-2.616253799,1.0684566605,1964.49708 +161,-2.037382079,0.5765830025,154,-2.616253799,1.0684566605,2443.4493235 +162,-2.129855121,0.6585019963,154,-2.616253799,1.0684566605,2018.2482451 +163,-2.075141798,0.6493615843,154,-2.616253799,1.0684566605,2131.507548 +164,-1.828626729,0.6948433129,154,-2.616253799,1.0684566605,2399.1702251 +165,-1.863329418,0.6735427691,154,-2.616253799,1.0684566605,2404.7320507 +166,-1.266037071,0.727988852,154,-2.616253799,1.0684566605,3357.2060686 +167,-1.277579582,0.7249010648,154,-2.616253799,1.0684566605,3345.3181682 +168,-1.258418684,0.7241194816,154,-2.616253799,1.0684566605,3383.2782487 +169,-1.317813974,0.6804850104,154,-2.616253799,1.0684566605,3408.1616242 +170,-1.344165204,0.6790988904,154,-2.616253799,1.0684566605,3362.7916494 +171,-1.427582102,0.5277120351,154,-2.616253799,1.0684566605,3690.5011447 +172,-1.402238616,0.457167829,154,-2.616253799,1.0684566605,3972.9181846 +173,-1.422454264,0.4996161999,154,-2.616253799,1.0684566605,3793.0645593 +174,-1.439089277,0.4894859811,154,-2.616253799,1.0684566605,3795.0602104 +175,-1.448126995,0.5182330266,154,-2.616253799,1.0684566605,3682.6372682 +176,-1.474626146,0.5881926574,154,-2.616253799,1.0684566605,3403.5689462 +177,-1.421139645,0.5584869783,154,-2.616253799,1.0684566605,3601.9574829 +178,-1.457037165,0.565943032,154,-2.616253799,1.0684566605,3509.2487449 +179,-2.757159358,0.3745319,154,-2.616253799,1.0684566605,2776.0270974 +180,-2.714309238,0.342054471,154,-2.616253799,1.0684566605,2890.249098 +181,-2.000525337,0.774119946,154,-2.616253799,1.0684566605,1842.3215978 +183,-1.571413436,0.6777838382,154,-2.616253799,1.0684566605,2934.5295867 +184,-1.552860289,0.6987663893,154,-2.616253799,1.0684566605,2904.8568411 +185,-1.521852374,0.7165827476,154,-2.616253799,1.0684566605,2909.3906611 +186,-1.503656267,0.6928968252,154,-2.616253799,1.0684566605,3016.7950384 +187,-1.502753178,0.7136205882,154,-2.616253799,1.0684566605,2954.8423794 +188,-1.631894563,0.7343596465,154,-2.616253799,1.0684566605,2645.7109706 +189,-1.653765416,0.6770714026,154,-2.616253799,1.0684566605,2780.5053184 +190,-1.719812114,0.6715965947,154,-2.616253799,1.0684566605,2673.6711476 +191,-1.493406659,0.6646955447,154,-2.616253799,1.0684566605,3124.1043944 +192,-1.469120564,0.6613469966,154,-2.616253799,1.0684566605,3180.9205645 +193,-1.590551461,0.5326612937,154,-2.616253799,1.0684566605,3365.9752594 +194,-1.625979264,0.5247742243,154,-2.616253799,1.0684566605,3326.2004916 +195,-1.572293943,0.5238808754,154,-2.616253799,1.0684566605,3429.2669681 +196,-1.610848725,0.5477107964,154,-2.616253799,1.0684566605,3278.2653645 +197,-1.208485554,0.7918526018,154,-2.616253799,1.0684566605,3267.3909099 +198,-1.335601374,0.6869083083,154,-2.616253799,1.0684566605,3354.5523547 +199,-1.346156996,0.6825213377,154,-2.616253799,1.0684566605,3348.3267016 +200,-1.324381037,0.6741422347,154,-2.616253799,1.0684566605,3415.6803885 +201,-1.242424992,0.7378949807,154,-2.616253799,1.0684566605,3370.2596252 +202,-1.270370057,0.7392461008,154,-2.616253799,1.0684566605,3314.532619 +203,-1.448950472,0.7441675014,154,-2.616253799,1.0684566605,2964.5889872 +204,-1.492662363,0.7523026852,154,-2.616253799,1.0684566605,2857.2159152 +205,-1.479098966,0.7763855017,154,-2.616253799,1.0684566605,2811.6248666 +206,-1.633760714,0.7869022408,154,-2.616253799,1.0684566605,2486.6397703 +207,-1.647406434,0.8101289331,154,-2.616253799,1.0684566605,2394.0327702 +208,-1.564245052,0.5701509278,154,-2.616253799,1.0684566605,3292.0930539 +209,-1.646289963,0.6833746083,154,-2.616253799,1.0684566605,2774.9323069 +210,-1.5820631,0.6751952144,154,-2.616253799,1.0684566605,2922.3408861 +211,-1.613236298,0.6681681791,154,-2.616253799,1.0684566605,2885.1348497 +212,-1.914661867,0.8212566515,154,-2.616253799,1.0684566605,1856.7910799 +213,-1.742133237,0.7250275956,154,-2.616253799,1.0684566605,2465.3895151 +214,-2.033144872,0.6557314699,154,-2.616253799,1.0684566605,2175.1697535 +215,-2.039551981,0.6964723658,154,-2.616253799,1.0684566605,2027.1783837 +216,-1.247341019,0.7622473908,154,-2.616253799,1.0684566605,3286.610006 +217,-1.298239787,0.7084123392,154,-2.616253799,1.0684566605,3357.824155 +218,-1.308539688,0.6926545592,154,-2.616253799,1.0684566605,3387.5489277 +219,-1.303263185,0.6888938396,154,-2.616253799,1.0684566605,3409.201882 +220,-1.852400229,0.6004246149,154,-2.616253799,1.0684566605,2664.9089541 +221,-1.288947707,0.7473773692,154,-2.616253799,1.0684566605,3255.2482235 +222,-1.372031502,0.7472790993,154,-2.616253799,1.0684566605,3100.4426674 +223,-1.289805721,0.7242157877,154,-2.616253799,1.0684566605,3324.6877246 +224,-1.350807603,0.7533498126,154,-2.616253799,1.0684566605,3121.9068146 +225,-1.329290365,0.7560442322,154,-2.616253799,1.0684566605,3153.9525501 +226,-1.410153004,0.616936428,154,-2.616253799,1.0684566605,3434.0933438 +227,-1.393445434,0.6308995063,154,-2.616253799,1.0684566605,3421.3789645 +228,-1.37595573,0.6241540638,154,-2.616253799,1.0684566605,3476.172343 +229,-1.358388707,0.6172645205,154,-2.616253799,1.0684566605,3531.6167623 +230,-1.753741133,0.8281661666,154,-2.616253799,1.0684566605,2140.6559833 +231,-1.47430987,0.6834615681,154,-2.616253799,1.0684566605,3101.9764286 +232,-1.421012508,0.7222725206,154,-2.616253799,1.0684566605,3083.8870778 +233,-1.4476833,0.6978557868,154,-2.616253799,1.0684566605,3108.1367388 +234,-1.470370723,0.6966193374,154,-2.616253799,1.0684566605,3068.7516451 +235,-1.429211703,0.7037216883,154,-2.616253799,1.0684566605,3125.1817062 +236,-1.700578405,0.6178673663,154,-2.616253799,1.0684566605,2881.629269 +237,-1.678117619,0.6331716163,154,-2.616253799,1.0684566605,2874.0395665 +238,-1.725644578,0.6316331145,154,-2.616253799,1.0684566605,2790.6694003 +239,-2.14012759,0.7930497945,154,-2.616253799,1.0684566605,1546.5610342 +240,-2.103289431,0.7653606263,154,-2.616253799,1.0684566605,1695.9640304 +241,-1.318739838,0.7017808746,154,-2.616253799,1.0684566605,3339.9863668 +242,-1.396417427,0.7077900843,154,-2.616253799,1.0684566605,3174.8731705 +243,-1.35650337,0.7185539404,154,-2.616253799,1.0684566605,3217.1692813 +244,-1.248884539,0.7274156818,154,-2.616253799,1.0684566605,3390.7120898 +245,-1.395014798,0.5761185243,154,-2.616253799,1.0684566605,3594.4386066 +246,-1.433377362,0.6064716109,154,-2.616253799,1.0684566605,3423.336601 +247,-1.408172432,0.5903155476,154,-2.616253799,1.0684566605,3523.410057 +248,-1.749645898,0.7757118084,154,-2.616253799,1.0684566605,2298.8531501 +249,-1.571626686,0.615046989,154,-2.616253799,1.0684566605,3132.7252318 +250,-1.514070049,0.6303003037,154,-2.616253799,1.0684566605,3193.3472257 +251,-1.480890369,0.6237966528,154,-2.616253799,1.0684566605,3277.2995125 +252,-1.704390658,0.5281680612,154,-2.616253799,1.0684566605,3170.9481818 +253,-1.64434733,0.5254277498,154,-2.616253799,1.0684566605,3290.0440154 +254,-1.703855997,0.4792484842,154,-2.616253799,1.0684566605,3337.4029181 +255,-1.692002383,0.5748825051,154,-2.616253799,1.0684566605,3038.0930054 +256,-1.854136457,0.5544643913,154,-2.616253799,1.0684566605,2817.2144958 +257,-1.665021206,0.520317736,154,-2.616253799,1.0684566605,3269.0974022 +258,-1.733654349,0.4845187345,154,-2.616253799,1.0684566605,3266.2524561 +259,-1.720938188,0.5135933906,154,-2.616253799,1.0684566605,3190.1667901 +260,-1.742668307,0.553296122,154,-2.616253799,1.0684566605,3017.4815718 +261,-1.965659039,0.7142126903,154,-2.616253799,1.0684566605,2093.1756043 +262,-1.944438071,0.6772834804,154,-2.616253799,1.0684566605,2250.2223986 +263,-1.270340967,0.7681487096,154,-2.616253799,1.0684566605,3226.4905529 +264,-1.353091884,0.6549276821,154,-2.616253799,1.0684566605,3421.889949 +265,-1.333236659,0.6413584414,154,-2.616253799,1.0684566605,3502.5098776 +266,-1.352015998,0.6753788907,154,-2.616253799,1.0684566605,3359.5951498 +267,-1.377988483,0.6577816235,154,-2.616253799,1.0684566605,3365.6427154 +268,-2.13075611,0.8318642051,154,-2.616253799,1.0684566605,1439.6906348 +269,-2.097910953,0.8259670014,154,-2.616253799,1.0684566605,1513.6223898 +270,-1.416382069,0.6694271549,154,-2.616253799,1.0684566605,3256.0743994 +271,-1.538905672,0.7535625993,154,-2.616253799,1.0684566605,2765.4348344 +272,-1.572309477,0.7803125099,154,-2.616253799,1.0684566605,2622.9543015 +273,-1.87759879,0.7503853417,154,-2.616253799,1.0684566605,2136.2532597 +274,1.152365588,0.590457682,154,-2.616253799,1.0684566605,5569.0290928 +275,0.350198001,0.718001859,154,-2.616253799,1.0684566605,5345.1785548 +276,0.046513677,0.491503852,154,-2.616253799,1.0684566605,6075.7182277 +277,0.027510309,0.742571376,154,-2.616253799,1.0684566605,5093.7590549 +278,0.306285725,-0.214631579,154,-2.616253799,1.0684566605,9003.1531026 +279,-1.100564889,0.318051531,154,-2.616253799,1.0684566605,5018.0572636 +280,-1.078582306,0.301437596,154,-2.616253799,1.0684566605,5116.6110417 +281,-1.137371989,-0.617634065,154,-2.616253799,1.0684566605,8166.9015628 +282,0.784356344,0.703272339,154,-2.616253799,1.0684566605,5376.445828 +283,-1.221209947,0.218327455,154,-2.616253799,1.0684566605,5130.6784596 +284,2.347301921,-0.449114658,154,-2.616253799,1.0684566605,7316.0837184 +285,0.246820618,0.830553713,154,-2.616253799,1.0684566605,4869.3843148 +286,0.829414965,0.703288228,154,-2.616253799,1.0684566605,5357.7419799 +287,-1.337537566,0.42332223,154,-2.616253799,1.0684566605,4209.6806761 +288,0.882453706,0.454478077,154,-2.616253799,1.0684566605,6303.3289234 +289,1.575629659,0.416419109,154,-2.616253799,1.0684566605,5683.4258059 +290,-1.039455679,0.229888244,154,-2.616253799,1.0684566605,5436.8585709 +291,0.489558039,0.934482747,154,-2.616253799,1.0684566605,4509.4066607 +292,0.081344504,0.88384514,154,-2.616253799,1.0684566605,4583.5896034 +293,-1.547979814,0.300350308,154,-2.616253799,1.0684566605,4235.1241828 +294,0.040776181,0.168560074,154,-2.616253799,1.0684566605,7317.072268 +295,-1.130374745,0.563894876,154,-2.616253799,1.0684566605,4134.3717428 +296,1.578326642,0.478507176,154,-2.616253799,1.0684566605,5456.5946935 +297,-1.12861823,-0.291640865,154,-2.616253799,1.0684566605,7074.960317 +298,0.310524208,0.770885792,154,-2.616253799,1.0684566605,5125.565193 +299,0.415649091,-0.387246002,154,-2.616253799,1.0684566605,9728.7639518 +300,-0.926533878,-0.188022748,154,-2.616253799,1.0684566605,7100.296878 +301,1.258856172,-0.11716081,154,-2.616253799,1.0684566605,8104.8006948 +302,-1.126050026,0.322941926,154,-2.616253799,1.0684566605,4952.9765825 +303,2.002785835,0.07893892,154,-2.616253799,1.0684566605,6125.3682708 +304,0.440437607,0.746258085,154,-2.616253799,1.0684566605,5250.5649488 +305,-0.030391866,0.214441206,154,-2.616253799,1.0684566605,7072.7076045 +306,0.521557815,-0.058929362,154,-2.616253799,1.0684566605,8445.0947965 +307,-0.097005111,0.13317729,154,-2.616253799,1.0684566605,7310.4445723 +308,1.83113859,0.221857587,154,-2.616253799,1.0684566605,5945.0364047 +309,0.222428864,0.099404236,154,-2.616253799,1.0684566605,7724.4927146 +310,-1.702731345,0.8728568183,154,-2.616253799,1.0684566605,2116.901145 +311,-0.418507569,0.278324921,154,-2.616253799,1.0684566605,6343.9370653 +312,-1.41153306,0.339029988,154,-2.616253799,1.0684566605,4355.2057241 +313,0.357560442,0.114788776,154,-2.616253799,1.0684566605,7728.3211224 +314,0.325818979,0.268352149,154,-2.616253799,1.0684566605,7111.2886655 +315,-1.246004659,-0.663679965,154,-2.616253799,1.0684566605,8134.7478486 +316,1.814603087,0.637404484,154,-2.616253799,1.0684566605,4530.8079867 +317,1.843704281,-0.18300445,154,-2.616253799,1.0684566605,7336.7401669 +318,1.690644492,-0.211480909,154,-2.616253799,1.0684566605,7721.7830764 +319,-1.275451936,0.068109467,154,-2.616253799,1.0684566605,5548.6523845 +320,0.762430171,-0.207594741,154,-2.616253799,1.0684566605,8965.6409528 +321,0.265668905,-0.014647884,154,-2.616253799,1.0684566605,8196.5508072 +322,-2.773032013,-0.335515811,154,-2.616253799,1.0684566605,5583.5212625 +323,-1.469512853,0.174058777,154,-2.616253799,1.0684566605,4818.679149 +324,0.286276986,0.785925691,154,-2.616253799,1.0684566605,5058.6540933 +325,-1.379324697,0.377432233,154,-2.616253799,1.0684566605,4285.2811704 +326,-1.203778265,0.212813032,154,-2.616253799,1.0684566605,5182.9053061 +327,0.579916301,0.611743168,154,-2.616253799,1.0684566605,5786.2382231 +328,0.267582642,0.868113908,154,-2.616253799,1.0684566605,4729.3979833 +329,0.412869244,-0.050245578,154,-2.616253799,1.0684566605,8396.5915597 +330,0.17524381,0.976660285,154,-2.616253799,1.0684566605,4269.9923564 +331,0.743157214,0.204812899,154,-2.616253799,1.0684566605,7354.3599663 +332,-1.070758176,0.269382282,154,-2.616253799,1.0684566605,5241.5055712 +333,-1.230364251,0.329790229,154,-2.616253799,1.0684566605,4730.9484648 +334,-1.374813124,-0.024926835,154,-2.616253799,1.0684566605,5690.2185972 +335,0.519780566,0.463669906,154,-2.616253799,1.0684566605,6375.0688017 +336,-1.55108034,0.239698561,154,-2.616253799,1.0684566605,4441.0063037 +337,0.180294813,0.029739425,154,-2.616253799,1.0684566605,7968.6971079 +338,0.67820924,0.268170153,154,-2.616253799,1.0684566605,7127.4365441 +339,0.445798684,1.024001867,154,-2.616253799,1.0684566605,4152.003204 +340,0.691751283,0.150521402,154,-2.616253799,1.0684566605,7587.7637075 +341,-1.036643551,-0.903056181,154,-2.616253799,1.0684566605,9242.7985972 +342,-0.120287036,1.083325163,154,-2.616253799,1.0684566605,3701.4588948 +343,2.823513113,-0.304487164,154,-2.616253799,1.0684566605,6052.9406748 +344,0.457583172,1.12513373,154,-2.616253799,1.0684566605,3752.7141714 +345,0.042918831,0.813795399,154,-2.616253799,1.0684566605,4830.1647494 +346,1.196146777,-0.853142756,154,-2.616253799,1.0684566605,10734.324403 +347,0.206001358,-0.010430701,154,-2.616253799,1.0684566605,8143.2080273 +348,-0.268308653,0.234799412,154,-2.616253799,1.0684566605,6716.2131224 +349,0.759363263,0.736189579,154,-2.616253799,1.0684566605,5255.9952716 +350,0.181363926,0.891988372,154,-2.616253799,1.0684566605,4602.3937391 +351,-0.021111158,0.139103292,154,-2.616253799,1.0684566605,7370.246454 +352,-0.093355215,0.630686981,154,-2.616253799,1.0684566605,5424.0456021 +353,0.40118964,0.681375926,154,-2.616253799,1.0684566605,5501.1724765 +354,-0.721197315,1.304706234,154,-2.616253799,1.0684566605,2513.8845184 +355,-1.076150317,0.212107639,154,-2.616253799,1.0684566605,5428.5608736 +356,-1.577164531,0.273993443,154,-2.616253799,1.0684566605,4274.1606853 +357,-0.190788414,0.182208586,154,-2.616253799,1.0684566605,7012.937691 +358,-0.261349752,0.209710184,154,-2.616253799,1.0684566605,6818.7620309 +359,-1.029303852,0.083549259,154,-2.616253799,1.0684566605,5962.7209724 +360,-1.268609162,0.330525297,154,-2.616253799,1.0684566605,4655.5133599 +361,1.282982244,-0.926641967,154,-2.616253799,1.0684566605,10758.799437 +362,0.217352334,0.731352408,154,-2.616253799,1.0684566605,5246.0819994 +363,-1.511833084,0.258629297,154,-2.616253799,1.0684566605,4446.111376 +364,0.338812194,0.823184618,154,-2.616253799,1.0684566605,4927.3330521 +365,-0.324406489,1.134201999,154,-2.616253799,1.0684566605,3367.6283388 +366,1.389579348,0.399185724,154,-2.616253799,1.0684566605,6013.3059391 +367,2.047152199,-0.039082036,154,-2.616253799,1.0684566605,6451.0049942 +368,0.947780369,0.568250077,154,-2.616253799,1.0684566605,5819.0410078 +369,0.763824846,0.576754987,154,-2.616253799,1.0684566605,5881.7728353 +370,-0.142334657,0.928153068,154,-2.616253799,1.0684566605,4261.2593639 +371,0.610266567,0.547265983,154,-2.616253799,1.0684566605,6038.0952109 +372,0.210731629,0.746815056,154,-2.616253799,1.0684566605,5182.5963922 +373,-1.34931644,0.316895224,154,-2.616253799,1.0684566605,4548.5520396 +374,2.407696481,0.655030745,154,-2.616253799,1.0684566605,3414.1186117 +375,0.64207831,0.545359131,154,-2.616253799,1.0684566605,6040.4155892 +376,1.174597538,0.840588356,154,-2.616253799,1.0684566605,4604.0823668 +377,0.660059424,0.010604079,154,-2.616253799,1.0684566605,8150.1124133 +378,-0.730263819,0.010486456,154,-2.616253799,1.0684566605,6778.5292186 +379,0.831068936,0.512339172,154,-2.616253799,1.0684566605,6105.2169103 +380,1.301180979,0.72367476,154,-2.616253799,1.0684566605,4920.0630899 +381,1.811128231,0.322854402,154,-2.616253799,1.0684566605,5626.7321595 +382,0.435105812,0.992284428,154,-2.616253799,1.0684566605,4276.4436112 +383,0.62643634,0.592027932,154,-2.616253799,1.0684566605,5858.5551232 +384,0.492988703,-0.516339467,154,-2.616253799,1.0684566605,10255.258372 +385,-0.162469483,0.112549365,154,-2.616253799,1.0684566605,7309.8454398 +386,0.314630866,0.472006421,154,-2.616253799,1.0684566605,6304.4939441 +387,0.166744804,0.822815954,154,-2.616253799,1.0684566605,4865.2547739 +388,0.417159608,0.965805736,154,-2.616253799,1.0684566605,4379.0434534 +389,0.106334961,0.868774244,154,-2.616253799,1.0684566605,4655.7108972 +390,0.815086969,-0.338144359,154,-2.616253799,1.0684566605,9440.3750054 +391,0.59867455,-0.230624824,154,-2.616253799,1.0684566605,9118.4869378 +392,1.915104874,0.066220985,154,-2.616253799,1.0684566605,6334.8248016 +393,1.278093622,0.064463721,154,-2.616253799,1.0684566605,7404.7340811 +394,-0.061477853,0.302997961,154,-2.616253799,1.0684566605,6702.9643477 +395,0.251311504,0.626976942,154,-2.616253799,1.0684566605,5670.1064806 +396,2.950242872,0.149095644,154,-2.616253799,1.0684566605,4197.2078142 +397,-0.180294708,0.35375117,154,-2.616253799,1.0684566605,6381.1409632 +398,1.010448592,-0.351180233,154,-2.616253799,1.0684566605,9301.2586092 +399,-1.748740498,0.3686318073,154,-2.616253799,1.0684566605,3641.7910156 +400,2.699635665,0.123533791,154,-2.616253799,1.0684566605,4681.5088072 +401,0.496808033,0.823843254,154,-2.616253799,1.0684566605,4947.8927215 +402,0.129574704,0.763364087,154,-2.616253799,1.0684566605,5077.33378 +403,1.798920311,0.817447563,154,-2.616253799,1.0684566605,3949.0832157 +404,0.335987953,0.746786541,154,-2.616253799,1.0684566605,5227.8670227 +405,-1.085413643,0.292154671,154,-2.616253799,1.0684566605,5135.5083163 +406,-0.155321003,0.508207011,154,-2.616253799,1.0684566605,5826.7496397 +407,0.620529244,-0.301175104,154,-2.616253799,1.0684566605,9392.7868888 +408,1.684402744,0.368716966,154,-2.616253799,1.0684566605,5680.9282289 +409,0.300582244,-0.386397212,154,-2.616253799,1.0684566605,9672.4818326 +410,2.913555946,-0.009225192,154,-2.616253799,1.0684566605,4834.7994912 +411,1.465101417,0.493232532,154,-2.616253799,1.0684566605,5566.2485332 +412,0.090612882,0.907955955,154,-2.616253799,1.0684566605,4495.6863637 +413,2.987564726,-0.729568594,154,-2.616253799,1.0684566605,7449.4656085 +414,-1.484261606,0.224149272,154,-2.616253799,1.0684566605,4616.6865009 +415,0.164073421,0.303955133,154,-2.616253799,1.0684566605,6888.2577437 +416,0.141441293,0.167552546,154,-2.616253799,1.0684566605,7403.9769159 +417,2.931321023,-0.506718887,154,-2.616253799,1.0684566605,6671.4105855 +418,2.21951565,0.700596356,154,-2.616253799,1.0684566605,3621.6327067 +419,0.268112576,1.199114336,154,-2.616253799,1.0684566605,3432.1914942 +420,0.978913739,0.359223811,154,-2.616253799,1.0684566605,6606.9508029 +421,1.210898818,0.522863584,154,-2.616253799,1.0684566605,5766.3119484 +422,2.347397336,0.129231362,154,-2.616253799,1.0684566605,5295.9033606 +423,0.614394501,0.556878345,154,-2.616253799,1.0684566605,5999.4709461 +424,-1.398079356,0.148483366,154,-2.616253799,1.0684566605,5039.4492071 +425,2.535303836,-0.112984496,154,-2.616253799,1.0684566605,5806.8559385 +426,-1.019372593,-0.405322349,154,-2.616253799,1.0684566605,7668.502565 +427,-1.297785627,-0.160104069,154,-2.616253799,1.0684566605,6305.3410029 +428,2.144554488,0.205051084,154,-2.616253799,1.0684566605,5419.1803389 +429,-2.242387083,-0.426171285,154,-2.616253799,1.0684566605,6040.4065511 +430,0.338637212,0.909723676,154,-2.616253799,1.0684566605,4586.0872275 +431,-0.148798452,0.691042401,154,-2.616253799,1.0684566605,5144.1699003 +432,0.893524764,0.441829531,154,-2.616253799,1.0684566605,6345.9401006 +433,0.969229347,-0.368847936,154,-2.616253799,1.0684566605,9414.7647675 +434,0.436043248,0.800045688,154,-2.616253799,1.0684566605,5037.1723281 +435,1.687946607,1.081504775,154,-2.616253799,1.0684566605,3239.4960604 +436,0.522302046,-0.034889271,154,-2.616253799,1.0684566605,8349.8778413 +437,-0.178996113,-0.438090009,154,-2.616253799,1.0684566605,9315.8551951 +438,-1.094339566,0.301444068,154,-2.616253799,1.0684566605,5086.7308438 +439,-1.064070054,0.242569932,154,-2.616253799,1.0684566605,5346.4745009 +440,-1.068153768,0.230387998,154,-2.616253799,1.0684566605,5380.7072866 +441,-3.00496892,-0.23989155,154,-2.616253799,1.0684566605,5324.8140247 +442,0.21751974,0.766874888,154,-2.616253799,1.0684566605,5107.0676324 +443,0.117229532,0.007619006,154,-2.616253799,1.0684566605,8005.6018676 +444,0.777758451,0.420554741,154,-2.616253799,1.0684566605,6490.5501764 +445,-0.252356999,0.250747086,154,-2.616253799,1.0684566605,6677.9143163 +446,0.363148444,0.768483434,154,-2.616253799,1.0684566605,5149.0648255 +447,0.903191366,-0.118210676,154,-2.616253799,1.0684566605,8518.036192 +448,-0.205755923,0.149406178,154,-2.616253799,1.0684566605,7116.6923088 +449,1.811996086,0.02364353,154,-2.616253799,1.0684566605,6675.3184111 +450,-1.100670221,0.314845373,154,-2.616253799,1.0684566605,5028.8290509 +451,0.340078597,0.850105132,154,-2.616253799,1.0684566605,4821.4943387 +452,0.258757267,0.804969236,154,-2.616253799,1.0684566605,4974.1963661 +453,2.78505352,-0.155160804,154,-2.616253799,1.0684566605,5557.514166 +454,0.800551619,0.105822106,154,-2.616253799,1.0684566605,7715.4672636 +455,0.437940882,-0.506194031,154,-2.616253799,1.0684566605,10204.812713 +456,2.230431122,0.63458615,154,-2.616253799,1.0684566605,3812.2260997 +457,0.527965361,0.127667701,154,-2.616253799,1.0684566605,7705.9928939 +458,-0.063643205,0.702093448,154,-2.616253799,1.0684566605,5178.5882195 +459,1.408447268,0.133010502,154,-2.616253799,1.0684566605,6965.7463196 +460,0.523795955,0.280266966,154,-2.616253799,1.0684566605,7101.5519799 +461,-0.975769313,0.072177659,154,-2.616253799,1.0684566605,6103.9998579 +462,0.549774164,-0.463663986,154,-2.616253799,1.0684566605,10047.36928 +463,0.29245874,1.095549818,154,-2.616253799,1.0684566605,3843.7400102 +464,0.143625958,0.816809593,154,-2.616253799,1.0684566605,4877.0872821 +465,0.671902494,0.611159853,154,-2.616253799,1.0684566605,5774.0382867 +466,1.239840988,0.6724199,154,-2.616253799,1.0684566605,5174.4025668 +467,0.607829703,-0.10932137,154,-2.616253799,1.0684566605,8636.8451279 +468,1.763020906,0.263996692,154,-2.616253799,1.0684566605,5917.7332294 +469,0.378714634,0.726066797,154,-2.616253799,1.0684566605,5320.0402561 +470,2.196736143,-0.153862366,154,-2.616253799,1.0684566605,6565.1318684 +471,0.01702415,0.148991565,154,-2.616253799,1.0684566605,7370.1515464 +472,-2.998490902,-0.158002487,154,-2.616253799,1.0684566605,5001.4985985 +473,-3.051262951,-0.346595608,154,-2.616253799,1.0684566605,5773.6127835 +474,-1.069176439,0.182802941,154,-2.616253799,1.0684566605,5543.0283548 +475,0.167157509,0.595344954,154,-2.616253799,1.0684566605,5752.7538721 +476,0.613855648,0.681746124,154,-2.616253799,1.0684566605,5505.4023441 +477,1.037012736,0.682555367,154,-2.616253799,1.0684566605,5314.4990573 +478,-1.253574971,0.379755746,154,-2.616253799,1.0684566605,4516.8582262 +479,3.108590453,-0.132620738,154,-2.616253799,1.0684566605,5061.1432293 +480,0.565301296,0.022333262,154,-2.616253799,1.0684566605,8121.5136068 +481,0.547898238,0.855555614,154,-2.616253799,1.0684566605,4822.4966947 +482,0.948309381,0.417393755,154,-2.616253799,1.0684566605,6404.4153787 +483,-0.050600732,0.945269213,154,-2.616253799,1.0684566605,4265.5714198 +484,-0.977651478,-0.572363064,154,-2.616253799,1.0684566605,8305.6494267 +485,1.102014914,0.728861163,154,-2.616253799,1.0684566605,5086.7900543 +486,2.927300795,-0.282939414,154,-2.616253799,1.0684566605,5837.7203686 +487,-1.154565557,0.124434095,154,-2.616253799,1.0684566605,5582.2036577 +488,1.855331234,0.291044755,154,-2.616253799,1.0684566605,5659.5267953 +489,0.830290659,0.276904518,154,-2.616253799,1.0684566605,7028.2455295 +490,0.485104466,-0.234867441,154,-2.616253799,1.0684566605,9139.9745753 +491,0.521367572,-0.33161327,154,-2.616253799,1.0684566605,9525.1906698 +1,-1.539031704,0.7349710123,155,-1.956071439,0.5792177723,1439.5425305 +2,-1.536990553,0.7349663874,155,-1.956071439,0.5792177723,1445.2589333 +3,-1.534951779,0.7349571355,155,-1.956071439,0.5792177723,1450.9678962 +4,-1.532906461,0.7349480293,155,-1.956071439,0.5792177723,1456.7000852 +5,-1.531320211,0.7346937278,155,-1.956071439,0.5792177723,1460.8633771 +6,-1.539451648,0.7335131775,155,-1.956071439,0.5792177723,1436.6345257 +7,-1.537429487,0.7335445708,155,-1.956071439,0.5792177723,1442.352932 +8,-1.535484998,0.7335658704,155,-1.956071439,0.5792177723,1447.8449842 +9,-1.533488396,0.7336036027,155,-1.956071439,0.5792177723,1453.5063341 +10,-1.531497785,0.7335842962,155,-1.956071439,0.5792177723,1459.0890547 +11,-1.530259379,0.7334777758,155,-1.956071439,0.5792177723,1462.4569366 +12,-1.5335454,0.7322346912,155,-1.956071439,0.5792177723,1451.7753151 +13,-1.531489083,0.7322238773,155,-1.956071439,0.5792177723,1457.5659327 +14,-1.530011122,0.7321679851,155,-1.956071439,0.5792177723,1461.676612 +15,-1.53348106,0.7306614094,155,-1.956071439,0.5792177723,1450.1741341 +16,-1.531441779,0.7306962275,155,-1.956071439,0.5792177723,1455.9827525 +17,-1.529755654,0.7306933243,155,-1.956071439,0.5792177723,1460.7529933 +18,-1.533415048,0.7291384674,155,-1.956071439,0.5792177723,1448.6580495 +19,-1.531392093,0.7291705353,155,-1.956071439,0.5792177723,1454.4312506 +20,-1.529296523,0.7291214933,155,-1.956071439,0.5792177723,1460.3254983 +21,-1.535280942,0.727267644,155,-1.956071439,0.5792177723,1441.291733 +22,-1.533378158,0.7276139666,155,-1.956071439,0.5792177723,1447.0805147 +23,-1.531340368,0.7276446587,155,-1.956071439,0.5792177723,1452.9081625 +24,-1.528960113,0.7276398177,155,-1.956071439,0.5792177723,1459.675791 +25,-1.533313146,0.7260818349,155,-1.956071439,0.5792177723,1445.5975996 +26,-1.531259555,0.7260958115,155,-1.956071439,0.5792177723,1451.4663102 +27,-1.528926415,0.7260865555,155,-1.956071439,0.5792177723,1458.1117975 +28,-1.531226779,0.7245511789,155,-1.956071439,0.5792177723,1449.9156861 +29,-1.528904772,0.7245519194,155,-1.956071439,0.5792177723,1456.5562809 +30,-1.547195875,0.7409785979,155,-1.956071439,0.5792177723,1424.2748553 +31,-1.5451475,0.740980426,155,-1.956071439,0.5792177723,1429.9403603 +32,-1.543097679,0.7409798872,155,-1.956071439,0.5792177723,1435.6119981 +33,-1.540720364,0.7409892687,155,-1.956071439,0.5792177723,1442.2087633 +34,-1.547188511,0.7395198392,155,-1.956071439,0.5792177723,1422.4252621 +35,-1.545148587,0.7395226109,155,-1.956071439,0.5792177723,1428.0831589 +36,-1.543104538,0.7395314908,155,-1.956071439,0.5792177723,1433.7651686 +37,-1.540727751,0.7395306258,155,-1.956071439,0.5792177723,1440.3642724 +38,-1.547187029,0.7380014886,155,-1.956071439,0.5792177723,1420.5044239 +39,-1.545147315,0.7380012252,155,-1.956071439,0.5792177723,1426.1730247 +40,-1.54310719,0.7380060743,155,-1.956071439,0.5792177723,1431.8540965 +41,-1.540719671,0.7380068206,155,-1.956071439,0.5792177723,1438.5026002 +42,-1.547187189,0.7364799098,155,-1.956071439,0.5792177723,1418.5969082 +43,-1.545149996,0.7364853874,155,-1.956071439,0.5792177723,1424.2806764 +44,-1.543106091,0.7364823484,155,-1.956071439,0.5792177723,1429.9775107 +45,-1.540717158,0.7364893901,155,-1.956071439,0.5792177723,1436.655114 +46,-1.538663972,0.7410138672,155,-1.956071439,0.5792177723,1447.9408491 +47,-1.53695285,0.7409699132,155,-1.956071439,0.5792177723,1452.6341196 +48,-1.534910498,0.7409641297,155,-1.956071439,0.5792177723,1458.2986853 +49,-1.533145034,0.7409536636,155,-1.956071439,0.5792177723,1463.1925778 +50,-1.538681336,0.7395405883,155,-1.956071439,0.5792177723,1446.0646734 +51,-1.536999189,0.7395183096,155,-1.956071439,0.5792177723,1450.716543 +52,-1.534923633,0.7395144222,155,-1.956071439,0.5792177723,1456.4900311 +53,-1.533267822,0.7395654306,155,-1.956071439,0.5792177723,1461.1648605 +54,-1.53867273,0.7380151077,155,-1.956071439,0.5792177723,1444.2172868 +55,-1.536980576,0.7379994392,155,-1.956071439,0.5792177723,1448.9176953 +56,-1.534931522,0.7379944961,155,-1.956071439,0.5792177723,1454.631024 +57,-1.533387952,0.7379480264,155,-1.956071439,0.5792177723,1458.8870479 +58,-1.538682279,0.7364914363,155,-1.956071439,0.5792177723,1442.3433184 +59,-1.536980704,0.7364810563,155,-1.956071439,0.5792177723,1447.0889035 +60,-1.534935567,0.7364752065,155,-1.956071439,0.5792177723,1452.805017 +61,-1.533042592,0.7363876366,155,-1.956071439,0.5792177723,1458.003266 +62,-1.545143426,0.7349628011,155,-1.956071439,0.5792177723,1422.4277535 +63,-1.543105297,0.7349691947,155,-1.956071439,0.5792177723,1428.1349208 +64,-1.541064533,0.7349647152,155,-1.956071439,0.5792177723,1433.8410258 +65,-1.545411803,0.7334624714,155,-1.956071439,0.5792177723,1419.8534486 +66,-1.543446606,0.7334780896,155,-1.956071439,0.5792177723,1425.381131 +67,-1.541475327,0.7334957295,155,-1.956071439,0.5792177723,1430.9323549 +68,-1.545401939,0.731963266,155,-1.956071439,0.5792177723,1418.079911 +69,-1.54342253,0.7319915583,155,-1.956071439,0.5792177723,1423.6764649 +70,-1.541455867,0.7320216438,155,-1.956071439,0.5792177723,1429.2430971 +71,-1.545410146,0.7304422281,155,-1.956071439,0.5792177723,1416.2514947 +72,-1.543435491,0.7304713664,155,-1.956071439,0.5792177723,1421.8495585 +73,-1.541463105,0.7304997613,155,-1.956071439,0.5792177723,1427.4440829 +74,-1.545414768,0.7289194936,155,-1.956071439,0.5792177723,1414.4534628 +75,-1.543435774,0.7289538557,155,-1.956071439,0.5792177723,1420.0836568 +76,-1.541457714,0.7289765881,155,-1.956071439,0.5792177723,1425.7014528 +77,-1.539449415,0.7320555866,155,-1.956071439,0.5792177723,1434.9299404 +78,-1.537429183,0.7321097681,155,-1.956071439,0.5792177723,1440.6827642 +79,-1.535472649,0.7321497267,155,-1.956071439,0.5792177723,1446.2430208 +80,-1.539457899,0.7305333307,155,-1.956071439,0.5792177723,1433.140885 +81,-1.537453161,0.7305750503,155,-1.956071439,0.5792177723,1438.849339 +82,-1.535479385,0.7306124949,155,-1.956071439,0.5792177723,1444.4688848 +83,-1.53946905,0.7290102593,155,-1.956071439,0.5792177723,1431.3654338 +84,-1.537459922,0.7290417293,155,-1.956071439,0.5792177723,1437.0883993 +85,-1.535451349,0.7290890157,155,-1.956071439,0.5792177723,1442.8310864 +86,-1.535522937,0.7279887191,155,-1.956071439,0.5792177723,1441.4015808 +87,-1.539442524,0.7274735939,155,-1.956071439,0.5792177723,1429.7037489 +88,-1.537424111,0.727521351,155,-1.956071439,0.5792177723,1435.4851722 +89,-1.539384641,0.7259505092,155,-1.956071439,0.5792177723,1428.1694582 +90,-1.537372391,0.7259947145,155,-1.956071439,0.5792177723,1433.9430894 +91,-1.535340789,0.7260435356,155,-1.956071439,0.5792177723,1439.780091 +92,-1.539325716,0.7244369706,155,-1.956071439,0.5792177723,1426.6718572 +93,-1.537308932,0.7244801057,155,-1.956071439,0.5792177723,1432.470764 +94,-1.535289068,0.7245247645,155,-1.956071439,0.5792177723,1438.2832989 +95,-1.533261366,0.7245550236,155,-1.956071439,0.5792177723,1444.1060006 +96,-1.539267302,0.722921924,155,-1.956071439,0.5792177723,1425.1942542 +97,-1.537248972,0.7229660258,155,-1.956071439,0.5792177723,1431.0121054 +98,-1.535219431,0.7229916471,155,-1.956071439,0.5792177723,1436.8455668 +99,-1.53318962,0.7230212049,155,-1.956071439,0.5792177723,1442.6873667 +100,-1.531154816,0.7230299897,155,-1.956071439,0.5792177723,1448.5251347 +101,-1.528878341,0.7230370244,155,-1.956071439,0.5792177723,1455.0576867 +102,-1.539218189,0.7214009878,155,-1.956071439,0.5792177723,1423.7069363 +103,-1.537198791,0.7214422745,155,-1.956071439,0.5792177723,1429.5383337 +104,-1.535179266,0.7214634354,155,-1.956071439,0.5792177723,1435.3521592 +105,-1.533156501,0.7214944644,155,-1.956071439,0.5792177723,1441.1889109 +106,-1.53113574,0.7215166021,155,-1.956071439,0.5792177723,1447.0139635 +107,-1.528874248,0.7215345535,155,-1.956071439,0.5792177723,1453.5299039 +108,-1.539217656,0.7198512397,155,-1.956071439,0.5792177723,1422.0732207 +109,-1.537199919,0.7199428763,155,-1.956071439,0.5792177723,1427.9657527 +110,-1.545425832,0.727397149,155,-1.956071439,0.5792177723,1412.6600586 +111,-1.543371177,0.7273916949,155,-1.956071439,0.5792177723,1418.4728985 +112,-1.541368852,0.7274523163,155,-1.956071439,0.5792177723,1424.2166697 +113,-1.545349067,0.7258710923,155,-1.956071439,0.5792177723,1411.134129 +114,-1.54332671,0.7258603556,155,-1.956071439,0.5792177723,1416.8642767 +115,-1.541346831,0.7259242142,155,-1.956071439,0.5792177723,1422.5613922 +116,-1.545324355,0.7243383958,155,-1.956071439,0.5792177723,1409.4765049 +117,-1.543292796,0.7243617413,155,-1.956071439,0.5792177723,1415.285423 +118,-1.541295822,0.7244024384,155,-1.956071439,0.5792177723,1421.0186746 +119,-1.543193859,0.7205570215,155,-1.956071439,0.5792177723,1411.4146968 +120,-1.550257047,0.7386738187,155,-1.956071439,0.5792177723,1412.8413366 +121,-1.549335448,0.7311736483,155,-1.956071439,0.5792177723,1406.0832354 +122,-1.533478843,0.7179891343,155,-1.956071439,0.5792177723,1436.6860992 +123,-1.556150555,0.738907041,155,-1.956071439,0.5792177723,1396.8386422 +124,-1.554324226,0.733414257,155,-1.956071439,0.5792177723,1394.8656582 +125,-1.554290846,0.7288285332,155,-1.956071439,0.5792177723,1389.3228774 +126,-1.55122487,0.7219795312,155,-1.956071439,0.5792177723,1390.0251534 +127,-1.525104458,0.7229399862,155,-1.956071439,0.5792177723,1465.7868642 +128,-1.519607711,0.7236181429,155,-1.956071439,0.5792177723,1482.2558025 +129,-1.513899999,0.7251107854,155,-1.956071439,0.5792177723,1500.1282936 +130,-1.536620762,0.7431061895,155,-1.956071439,0.5792177723,1456.2204872 +131,-1.5369566,0.7460845958,155,-1.956071439,0.5792177723,1459.0816988 +132,-1.545345528,0.7447040685,155,-1.956071439,0.5792177723,1434.2228293 +133,-1.532813921,0.7432306626,155,-1.956071439,0.5792177723,1466.9128754 +134,-1.554788248,0.7382381001,155,-1.956071439,0.5792177723,1399.7309595 +135,-1.540348126,0.7301594274,155,-1.956071439,0.5792177723,1430.1967849 +136,-1.538016084,0.7239051786,155,-1.956071439,0.5792177723,1429.8300668 +137,-1.525288962,0.7258085137,155,-1.956071439,0.5792177723,1468.2078342 +138,-1.534326986,0.731241342,155,-1.956071439,0.5792177723,1448.4386609 +139,-1.530733872,0.7303625216,155,-1.956071439,0.5792177723,1457.6155229 +141,-1.534354939,0.7328219978,155,-1.956071439,0.5792177723,1450.1659053 +142,-1.53157084,0.7292888153,155,-1.956071439,0.5792177723,1454.0546097 +143,-1.525691035,0.7263799874,155,-1.956071439,0.5792177723,1467.6568893 +144,-1.534031287,0.7495967835,155,-1.956071439,0.5792177723,1471.6588206 +145,-1.527714986,0.7283095957,155,-1.956071439,0.5792177723,1463.9400673 +146,-1.526189586,0.7271468292,155,-1.956071439,0.5792177723,1467.0427714 +147,-1.555177336,0.7375563366,155,-1.956071439,0.5792177723,1397.7686786 +148,-1.555080283,0.7312707794,155,-1.956071439,0.5792177723,1390.0869622 +149,-1.53856994,0.7224180299,155,-1.956071439,0.5792177723,1426.6474069 +150,-1.530837883,0.729933372,155,-1.956071439,0.5792177723,1456.8451798 +151,-1.515066984,0.5854133365,155,-1.956071439,0.5792177723,1455.5073315 +152,-1.534731633,0.5368370046,155,-1.956071439,0.5792177723,1422.4897088 +153,-1.515231902,0.5607085576,155,-1.956071439,0.5792177723,1468.4053964 +154,-2.616253799,1.0684566605,155,-1.956071439,0.5792177723,2561.922111 +155,-1.956071439,0.5792177723,155,-1.956071439,0.5792177723,64.182898657 +156,-1.951208514,0.5602434208,155,-1.956071439,0.5792177723,76.887523793 +157,-1.944675062,0.6062144545,155,-1.956071439,0.5792177723,113.29821854 +158,-1.613778386,0.6077989518,155,-1.956071439,0.5792177723,1127.8311113 +159,-2.035029014,0.6021432345,155,-1.956071439,0.5792177723,275.14174216 +160,-2.114989471,0.6801825058,155,-1.956071439,0.5792177723,646.52731004 +161,-2.037382079,0.5765830025,155,-1.956071439,0.5792177723,269.95017478 +162,-2.129855121,0.6585019963,155,-1.956071439,0.5792177723,642.12183467 +163,-2.075141798,0.6493615843,155,-1.956071439,0.5792177723,474.89878685 +164,-1.828626729,0.6948433129,155,-1.956071439,0.5792177723,611.44530267 +165,-1.863329418,0.6735427691,155,-1.956071439,0.5792177723,477.46686832 +166,-1.266037071,0.727988852,155,-1.956071439,0.5792177723,2227.3082173 +167,-1.277579582,0.7249010648,155,-1.956071439,0.5792177723,2192.6611047 +168,-1.258418684,0.7241194816,155,-1.956071439,0.5792177723,2249.3506348 +169,-1.317813974,0.6804850104,155,-1.956071439,0.5792177723,2067.6825911 +170,-1.344165204,0.6790988904,155,-1.956071439,0.5792177723,1986.4984008 +171,-1.427582102,0.5277120351,155,-1.956071439,0.5792177723,1786.2523689 +172,-1.402238616,0.457167829,155,-1.956071439,0.5792177723,1957.8834424 +173,-1.422454264,0.4996161999,155,-1.956071439,0.5792177723,1834.047775 +174,-1.439089277,0.4894859811,155,-1.956071439,0.5792177723,1791.5068393 +175,-1.448126995,0.5182330266,155,-1.956071439,0.5792177723,1727.8793433 +176,-1.474626146,0.5881926574,155,-1.956071439,0.5792177723,1586.9009922 +177,-1.421139645,0.5584869783,155,-1.956071439,0.5792177723,1780.711045 +178,-1.457037165,0.565943032,155,-1.956071439,0.5792177723,1657.0670399 +179,-2.757159358,0.3745319,155,-1.956071439,0.5792177723,2908.6298171 +180,-2.714309238,0.342054471,155,-1.956071439,0.5792177723,2826.4922694 +181,-2.000525337,0.774119946,155,-1.956071439,0.5792177723,784.00631013 +183,-1.571413436,0.6777838382,155,-1.956071439,0.5792177723,1289.0784216 +184,-1.552860289,0.6987663893,155,-1.956071439,0.5792177723,1361.8250818 +185,-1.521852374,0.7165827476,155,-1.956071439,0.5792177723,1468.965401 +186,-1.503656267,0.6928968252,155,-1.956071439,0.5792177723,1504.108304 +187,-1.502753178,0.7136205882,155,-1.956071439,0.5792177723,1522.019017 +188,-1.631894563,0.7343596465,155,-1.956071439,0.5792177723,1184.3084865 +189,-1.653765416,0.6770714026,155,-1.956071439,0.5792177723,1041.401837 +190,-1.719812114,0.6715965947,155,-1.956071439,0.5792177723,841.15337778 +191,-1.493406659,0.6646955447,155,-1.956071439,0.5792177723,1521.8515642 +192,-1.469120564,0.6613469966,155,-1.956071439,0.5792177723,1596.5560211 +193,-1.590551461,0.5326612937,155,-1.956071439,0.5792177723,1241.3980609 +194,-1.625979264,0.5247742243,155,-1.956071439,0.5792177723,1132.3348459 +195,-1.572293943,0.5238808754,155,-1.956071439,0.5792177723,1310.6265551 +196,-1.610848725,0.5477107964,155,-1.956071439,0.5792177723,1161.0069015 +197,-1.208485554,0.7918526018,155,-1.956071439,0.5792177723,2408.9697517 +198,-1.335601374,0.6869083083,155,-1.956071439,0.5792177723,2013.2206599 +199,-1.346156996,0.6825213377,155,-1.956071439,0.5792177723,1980.5417168 +200,-1.324381037,0.6741422347,155,-1.956071439,0.5792177723,2047.6305587 +201,-1.242424992,0.7378949807,155,-1.956071439,0.5792177723,2298.2741378 +202,-1.270370057,0.7392461008,155,-1.956071439,0.5792177723,2216.7864448 +203,-1.448950472,0.7441675014,155,-1.956071439,0.5792177723,1703.4415624 +204,-1.492662363,0.7523026852,155,-1.956071439,0.5792177723,1588.9271184 +205,-1.479098966,0.7763855017,155,-1.956071439,0.5792177723,1654.898971 +206,-1.633760714,0.7869022408,155,-1.956071439,0.5792177723,1281.9370932 +207,-1.647406434,0.8101289331,155,-1.956071439,0.5792177723,1305.3083876 +208,-1.564245052,0.5701509278,155,-1.956071439,0.5792177723,1300.7112816 +209,-1.646289963,0.6833746083,155,-1.956071439,0.5792177723,1070.6703415 +210,-1.5820631,0.6751952144,155,-1.956071439,0.5792177723,1254.8371661 +211,-1.613236298,0.6681681791,155,-1.956071439,0.5792177723,1154.5873419 +212,-1.914661867,0.8212566515,155,-1.956071439,0.5792177723,966.76059104 +213,-1.742133237,0.7250275956,155,-1.956071439,0.5792177723,885.63137008 +214,-2.033144872,0.6557314699,155,-1.956071439,0.5792177723,392.07650597 +215,-2.039551981,0.6964723658,155,-1.956071439,0.5792177723,534.83756847 +216,-1.247341019,0.7622473908,155,-1.956071439,0.5792177723,2289.6466237 +217,-1.298239787,0.7084123392,155,-1.956071439,0.5792177723,2128.6366943 +218,-1.308539688,0.6926545592,155,-1.956071439,0.5792177723,2096.2120434 +219,-1.303263185,0.6888938396,155,-1.956071439,0.5792177723,2112.2459109 +220,-1.852400229,0.6004246149,155,-1.956071439,0.5792177723,351.38542726 +221,-1.288947707,0.7473773692,155,-1.956071439,0.5792177723,2165.1307452 +222,-1.372031502,0.7472790993,155,-1.956071439,0.5792177723,1925.5148313 +223,-1.289805721,0.7242157877,155,-1.956071439,0.5792177723,2156.3122227 +224,-1.350807603,0.7533498126,155,-1.956071439,0.5792177723,1989.9546297 +225,-1.329290365,0.7560442322,155,-1.956071439,0.5792177723,2052.9279423 +226,-1.410153004,0.616936428,155,-1.956071439,0.5792177723,1785.8690195 +227,-1.393445434,0.6308995063,155,-1.956071439,0.5792177723,1835.8886887 +228,-1.37595573,0.6241540638,155,-1.956071439,0.5792177723,1893.5968792 +229,-1.358388707,0.6172645205,155,-1.956071439,0.5792177723,1952.3536106 +230,-1.753741133,0.8281661666,155,-1.956071439,0.5792177723,1157.1953959 +231,-1.47430987,0.6834615681,155,-1.956071439,0.5792177723,1587.9488567 +232,-1.421012508,0.7222725206,155,-1.956071439,0.5792177723,1768.0211765 +233,-1.4476833,0.6978557868,155,-1.956071439,0.5792177723,1675.3947381 +234,-1.470370723,0.6966193374,155,-1.956071439,0.5792177723,1606.4556168 +235,-1.429211703,0.7037216883,155,-1.956071439,0.5792177723,1733.7220137 +236,-1.700578405,0.6178673663,155,-1.956071439,0.5792177723,849.14257667 +237,-1.678117619,0.6331716163,155,-1.956071439,0.5792177723,928.51584857 +238,-1.725644578,0.6316331145,155,-1.956071439,0.5792177723,777.96000716 +239,-2.14012759,0.7930497945,155,-1.956071439,0.5792177723,1015.6452812 +240,-2.103289431,0.7653606263,155,-1.956071439,0.5792177723,865.96221927 +241,-1.318739838,0.7017808746,155,-1.956071439,0.5792177723,2066.0106224 +242,-1.396417427,0.7077900843,155,-1.956071439,0.5792177723,1833.7635514 +243,-1.35650337,0.7185539404,155,-1.956071439,0.5792177723,1956.8660836 +244,-1.248884539,0.7274156818,155,-1.956071439,0.5792177723,2277.9389997 +245,-1.395014798,0.5761185243,155,-1.956071439,0.5792177723,1854.3462396 +246,-1.433377362,0.6064716109,155,-1.956071439,0.5792177723,1714.1531972 +247,-1.408172432,0.5903155476,155,-1.956071439,0.5792177723,1803.1037886 +248,-1.749645898,0.7757118084,155,-1.956071439,0.5792177723,1003.6083406 +249,-1.571626686,0.615046989,155,-1.956071439,0.5792177723,1264.6216524 +250,-1.514070049,0.6303003037,155,-1.956071439,0.5792177723,1450.2141519 +251,-1.480890369,0.6237966528,155,-1.956071439,0.5792177723,1556.8273738 +252,-1.704390658,0.5281680612,155,-1.956071439,0.5792177723,870.93728784 +253,-1.64434733,0.5254277498,155,-1.956071439,0.5792177723,1071.0972154 +254,-1.703855997,0.4792484842,155,-1.956071439,0.5792177723,947.72673079 +255,-1.692002383,0.5748825051,155,-1.956071439,0.5792177723,876.01341894 +256,-1.854136457,0.5544643913,155,-1.956071439,0.5792177723,354.3878896 +257,-1.665021206,0.520317736,155,-1.956071439,0.5792177723,1009.0583769 +258,-1.733654349,0.4845187345,155,-1.956071439,0.5792177723,846.01276817 +259,-1.720938188,0.5135933906,155,-1.956071439,0.5792177723,836.37450926 +260,-1.742668307,0.553296122,155,-1.956071439,0.5792177723,720.27349316 +261,-1.965659039,0.7142126903,155,-1.956071439,0.5792177723,535.56957311 +262,-1.944438071,0.6772834804,155,-1.956071439,0.5792177723,390.21954064 +263,-1.270340967,0.7681487096,155,-1.956071439,0.5792177723,2226.3703844 +264,-1.353091884,0.6549276821,155,-1.956071439,0.5792177723,1959.7165901 +265,-1.333236659,0.6413584414,155,-1.956071439,0.5792177723,2024.9087587 +266,-1.352015998,0.6753788907,155,-1.956071439,0.5792177723,1962.1454109 +267,-1.377988483,0.6577816235,155,-1.956071439,0.5792177723,1881.3803062 +268,-2.13075611,0.8318642051,155,-1.956071439,0.5792177723,1128.6772866 +269,-2.097910953,0.8259670014,155,-1.956071439,0.5792177723,1065.8437384 +270,-1.416382069,0.6694271549,155,-1.956071439,0.5792177723,1762.2184428 +271,-1.538905672,0.7535625993,155,-1.956071439,0.5792177723,1463.6667151 +272,-1.572309477,0.7803125099,155,-1.956071439,0.5792177723,1418.1873395 +273,-1.87759879,0.7503853417,155,-1.956071439,0.5792177723,720.48285498 +274,1.152365588,0.590457682,155,-1.956071439,0.5792177723,7809.1202799 +275,0.350198001,0.718001859,155,-1.956071439,0.5792177723,6470.7411378 +276,0.046513677,0.491503852,155,-1.956071439,0.5792177723,6421.8174863 +277,0.027510309,0.742571376,155,-1.956071439,0.5792177723,5734.3613871 +278,0.306285725,-0.214631579,155,-1.956071439,0.5792177723,8962.819453 +279,-1.100564889,0.318051531,155,-1.956071439,0.5792177723,3191.9213809 +280,-1.078582306,0.301437596,155,-1.956071439,0.5792177723,3296.4091601 +281,-1.137371989,-0.617634065,155,-1.956071439,0.5792177723,5629.0260508 +282,0.784356344,0.703272339,155,-1.956071439,0.5792177723,7156.0477401 +283,-1.221209947,0.218327455,155,-1.956071439,0.5792177723,3010.9799345 +284,2.347301921,-0.449114658,155,-1.956071439,0.5792177723,8469.5796525 +285,0.246820618,0.830553713,155,-1.956071439,0.5792177723,5941.9475828 +286,0.829414965,0.703288228,155,-1.956071439,0.5792177723,7199.3538668 +287,-1.337537566,0.42332223,155,-1.956071439,0.5792177723,2223.7240896 +288,0.882453706,0.454478077,155,-1.956071439,0.5792177723,8193.1869382 +289,1.575629659,0.416419109,155,-1.956071439,0.5792177723,8234.2648654 +290,-1.039455679,0.229888244,155,-1.956071439,0.5792177723,3570.0715717 +291,0.489558039,0.934482747,155,-1.956071439,0.5792177723,5989.7113474 +292,0.081344504,0.88384514,155,-1.956071439,0.5792177723,5487.1021864 +293,-1.547979814,0.300350308,155,-1.956071439,0.5792177723,1825.0348086 +294,0.040776181,0.168560074,155,-1.956071439,0.5792177723,7219.2677128 +295,-1.130374745,0.563894876,155,-1.956071439,0.5792177723,2727.4204482 +296,1.578326642,0.478507176,155,-1.956071439,0.5792177723,8001.340617 +297,-1.12861823,-0.291640865,155,-1.956071439,0.5792177723,4656.2026575 +298,0.310524208,0.770885792,155,-1.956071439,0.5792177723,6235.3861258 +299,0.415649091,-0.387246002,155,-1.956071439,0.5792177723,9660.4650175 +300,-0.926533878,-0.188022748,155,-1.956071439,0.5792177723,4926.4104227 +301,1.258856172,-0.11716081,155,-1.956071439,0.5792177723,10593.890009 +302,-1.126050026,0.322941926,155,-1.956071439,0.5792177723,3098.6560883 +303,2.002785835,0.07893892,155,-1.956071439,0.5792177723,8423.6641462 +304,0.440437607,0.746258085,155,-1.956071439,0.5792177723,6539.3448292 +305,-0.030391866,0.214441206,155,-1.956071439,0.5792177723,6889.1844946 +306,0.521557815,-0.058929362,155,-1.956071439,0.5792177723,9239.2330875 +307,-0.097005111,0.13317729,155,-1.956071439,0.5792177723,6871.0007688 +308,1.83113859,0.221857587,155,-1.956071439,0.5792177723,8442.1172471 +309,0.222428864,0.099404236,155,-1.956071439,0.5792177723,7943.9146243 +310,-1.702731345,0.8728568183,155,-1.956071439,0.5792177723,1378.7362989 +311,-0.418507569,0.278324921,155,-1.956071439,0.5792177723,5516.6148718 +312,-1.41153306,0.339029988,155,-1.956071439,0.5792177723,2143.3105723 +313,0.357560442,0.114788776,155,-1.956071439,0.5792177723,8294.2366156 +314,0.325818979,0.268352149,155,-1.956071439,0.5792177723,7772.4507822 +315,-1.246004659,-0.663679965,155,-1.956071439,0.5792177723,5574.4837654 +316,1.814603087,0.637404484,155,-1.956071439,0.5792177723,7092.6802793 +317,1.843704281,-0.18300445,155,-1.956071439,0.5792177723,9584.848077 +318,1.690644492,-0.211480909,155,-1.956071439,0.5792177723,10106.971401 +319,-1.275451936,0.068109467,155,-1.956071439,0.5792177723,3226.6180259 +320,0.762430171,-0.207594741,155,-1.956071439,0.5792177723,10318.98225 +321,0.265668905,-0.014647884,155,-1.956071439,0.5792177723,8365.1648311 +322,-2.773032013,-0.335515811,155,-1.956071439,0.5792177723,4760.5057291 +323,-1.469512853,0.174058777,155,-1.956071439,0.5792177723,2390.2579467 +324,0.286276986,0.785925691,155,-1.956071439,0.5792177723,6145.6866617 +325,-1.379324697,0.377432233,155,-1.956071439,0.5792177723,2168.376669 +326,-1.203778265,0.212813032,155,-1.956071439,0.5792177723,3078.6037552 +327,0.579916301,0.611743168,155,-1.956071439,0.5792177723,7218.3917171 +328,0.267582642,0.868113908,155,-1.956071439,0.5792177723,5868.3053745 +329,0.412869244,-0.050245578,155,-1.956071439,0.5792177723,8901.2017483 +330,0.17524381,0.976660285,155,-1.956071439,0.5792177723,5406.1086198 +331,0.743157214,0.204812899,155,-1.956071439,0.5792177723,8917.4754278 +332,-1.070758176,0.269382282,155,-1.956071439,0.5792177723,3385.9149338 +333,-1.230364251,0.329790229,155,-1.956071439,0.5792177723,2743.6488174 +334,-1.374813124,-0.024926835,155,-1.956071439,0.5792177723,3229.727859 +335,0.519780566,0.463669906,155,-1.956071439,0.5792177723,7612.4436509 +336,-1.55108034,0.239698561,155,-1.956071439,0.5792177723,1984.0634039 +337,0.180294813,0.029739425,155,-1.956071439,0.5792177723,7991.3970287 +338,0.67820924,0.268170153,155,-1.956071439,0.5792177723,8577.7555897 +339,0.445798684,1.024001867,155,-1.956071439,0.5792177723,5640.9840059 +340,0.691751283,0.150521402,155,-1.956071439,0.5792177723,9006.5313472 +341,-1.036643551,-0.903056181,155,-1.956071439,0.5792177723,6680.9489023 +342,-0.120287036,1.083325163,155,-1.956071439,0.5792177723,4673.8738205 +343,2.823513113,-0.304487164,155,-1.956071439,0.5792177723,6660.4916988 +344,0.457583172,1.12513373,155,-1.956071439,0.5792177723,5324.6673776 +345,0.042918831,0.813795399,155,-1.956071439,0.5792177723,5588.4867155 +346,1.196146777,-0.853142756,155,-1.956071439,0.5792177723,11358.376817 +347,0.206001358,-0.010430701,155,-1.956071439,0.5792177723,8169.8159979 +348,-0.268308653,0.234799412,155,-1.956071439,0.5792177723,6093.7276496 +349,0.759363263,0.736189579,155,-1.956071439,0.5792177723,7008.0040652 +350,0.181363926,0.891988372,155,-1.956071439,0.5792177723,5649.6884276 +351,-0.021111158,0.139103292,155,-1.956071439,0.5792177723,7097.6861269 +352,-0.093355215,0.630686981,155,-1.956071439,0.5792177723,5712.4524681 +353,0.40118964,0.681375926,155,-1.956071439,0.5792177723,6679.8665622 +354,-0.721197315,1.304706234,155,-1.956071439,0.5792177723,3669.8000847 +355,-1.076150317,0.212107639,155,-1.956071439,0.5792177723,3488.7244662 +356,-1.577164531,0.273993443,155,-1.956071439,0.5792177723,1816.875817 +357,-0.190788414,0.182208586,155,-1.956071439,0.5792177723,6459.2433679 +358,-0.261349752,0.209710184,155,-1.956071439,0.5792177723,6171.3447049 +359,-1.029303852,0.083549259,155,-1.956071439,0.5792177723,3932.1623591 +360,-1.268609162,0.330525297,155,-1.956071439,0.5792177723,2617.8770208 +361,1.282982244,-0.926641967,155,-1.956071439,0.5792177723,11040.218151 +362,0.217352334,0.731352408,155,-1.956071439,0.5792177723,6172.3134488 +363,-1.511833084,0.258629297,155,-1.956071439,0.5792177723,2038.0733493 +364,0.338812194,0.823184618,155,-1.956071439,0.5792177723,6125.0153498 +365,-0.324406489,1.134201999,155,-1.956071439,0.5792177723,4263.6335168 +366,1.389579348,0.399185724,155,-1.956071439,0.5792177723,8492.4917854 +367,2.047152199,-0.039082036,155,-1.956071439,0.5792177723,8604.8252067 +368,0.947780369,0.568250077,155,-1.956071439,0.5792177723,7812.9441139 +369,0.763824846,0.576754987,155,-1.956071439,0.5792177723,7602.6898161 +370,-0.142334657,0.928153068,155,-1.956071439,0.5792177723,4942.0612849 +371,0.610266567,0.547265983,155,-1.956071439,0.5792177723,7490.48068 +372,0.210731629,0.746815056,155,-1.956071439,0.5792177723,6114.6545355 +373,-1.34931644,0.316895224,155,-1.956071439,0.5792177723,2387.0324733 +374,2.407696481,0.655030745,155,-1.956071439,0.5792177723,5798.3427168 +375,0.64207831,0.545359131,155,-1.956071439,0.5792177723,7547.6452554 +376,1.174597538,0.840588356,155,-1.956071439,0.5792177723,6819.8629864 +377,0.660059424,0.010604079,155,-1.956071439,0.5792177723,9395.2015817 +378,-0.730263819,0.010486456,155,-1.956071439,0.5792177723,5061.6676722 +379,0.831068936,0.512339172,155,-1.956071439,0.5792177723,7920.3165863 +380,1.301180979,0.72367476,155,-1.956071439,0.5792177723,7265.8906137 +381,1.811128231,0.322854402,155,-1.956071439,0.5792177723,8158.5420379 +382,0.435105812,0.992284428,155,-1.956071439,0.5792177723,5731.0372912 +383,0.62643634,0.592027932,155,-1.956071439,0.5792177723,7359.5164775 +384,0.492988703,-0.516339467,155,-1.956071439,0.5792177723,10102.759686 +385,-0.162469483,0.112549365,155,-1.956071439,0.5792177723,6707.4865327 +386,0.314630866,0.472006421,155,-1.956071439,0.5792177723,7146.3166937 +387,0.166744804,0.822815954,155,-1.956071439,0.5792177723,5814.1980519 +388,0.417159608,0.965805736,155,-1.956071439,0.5792177723,5793.4674881 +389,0.106334961,0.868774244,155,-1.956071439,0.5792177723,5574.0777361 +390,0.815086969,-0.338144359,155,-1.956071439,0.5792177723,10823.91621 +391,0.59867455,-0.230624824,155,-1.956071439,0.5792177723,9918.4165162 +392,1.915104874,0.066220985,155,-1.956071439,0.5792177723,8703.2991098 +393,1.278093622,0.064463721,155,-1.956071439,0.5792177723,9870.7175329 +394,-0.061477853,0.302997961,155,-1.956071439,0.5792177723,6582.1474464 +395,0.251311504,0.626976942,155,-1.956071439,0.5792177723,6546.0230288 +396,2.950242872,0.149095644,155,-1.956071439,0.5792177723,5258.6560294 +397,-0.180294708,0.35375117,155,-1.956071439,0.5792177723,6103.7908423 +398,1.010448592,-0.351180233,155,-1.956071439,0.5792177723,11349.838311 +399,-1.748740498,0.3686318073,155,-1.956071439,0.5792177723,1107.1549477 +400,2.699635665,0.123533791,155,-1.956071439,0.5792177723,6141.1264666 +401,0.496808033,0.823843254,155,-1.956071439,0.5792177723,6369.8950475 +402,0.129574704,0.763364087,155,-1.956071439,0.5792177723,5901.9744331 +403,1.798920311,0.817447563,155,-1.956071439,0.5792177723,6494.9838809 +404,0.335987953,0.746786541,155,-1.956071439,0.5792177723,6355.595335 +405,-1.085413643,0.292154671,155,-1.956071439,0.5792177723,3292.1649063 +406,-0.155321003,0.508207011,155,-1.956071439,0.5792177723,5826.3182994 +407,0.620529244,-0.301175104,155,-1.956071439,0.5792177723,10153.178681 +408,1.684402744,0.368716966,155,-1.956071439,0.5792177723,8242.2078044 +409,0.300582244,-0.386397212,155,-1.956071439,0.5792177723,9277.9619007 +410,2.913555946,-0.009225192,155,-1.956071439,0.5792177723,5721.5290997 +411,1.465101417,0.493232532,155,-1.956071439,0.5792177723,8067.9048364 +412,0.090612882,0.907955955,155,-1.956071439,0.5792177723,5442.3985414 +413,2.987564726,-0.729568594,155,-1.956071439,0.5792177723,7108.0941907 +414,-1.484261606,0.224149272,155,-1.956071439,0.5792177723,2209.0295628 +415,0.164073421,0.303955133,155,-1.956071439,0.5792177723,7235.5236257 +416,0.141441293,0.167552546,155,-1.956071439,0.5792177723,7526.893295 +417,2.931321023,-0.506718887,155,-1.956071439,0.5792177723,6771.2602042 +418,2.21951565,0.700596356,155,-1.956071439,0.5792177723,6120.1012844 +419,0.268112576,1.199114336,155,-1.956071439,0.5792177723,4909.8149122 +420,0.978913739,0.359223811,155,-1.956071439,0.5792177723,8645.4644628 +421,1.210898818,0.522863584,155,-1.956071439,0.5792177723,8077.4677468 +422,2.347397336,0.129231362,155,-1.956071439,0.5792177723,7261.4918944 +423,0.614394501,0.556878345,155,-1.956071439,0.5792177723,7463.6796916 +424,-1.398079356,0.148483366,155,-1.956071439,0.5792177723,2658.3649384 +425,2.535303836,-0.112984496,155,-1.956071439,0.5792177723,7198.2862657 +426,-1.019372593,-0.405322349,155,-1.956071439,0.5792177723,5262.6993227 +427,-1.297785627,-0.160104069,155,-1.956071439,0.5792177723,3837.4255581 +428,2.144554488,0.205051084,155,-1.956071439,0.5792177723,7676.8699542 +429,-2.242387083,-0.426171285,155,-1.956071439,0.5792177723,4126.2446213 +430,0.338637212,0.909723676,155,-1.956071439,0.5792177723,5858.0182711 +431,-0.148798452,0.691042401,155,-1.956071439,0.5792177723,5433.3341152 +432,0.893524764,0.441829531,155,-1.956071439,0.5792177723,8252.3584102 +433,0.969229347,-0.368847936,155,-1.956071439,0.5792177723,11316.429365 +434,0.436043248,0.800045688,155,-1.956071439,0.5792177723,6357.1600069 +435,1.687946607,1.081504775,155,-1.956071439,0.5792177723,5671.8962838 +436,0.522302046,-0.034889271,155,-1.956071439,0.5792177723,9173.9606974 +437,-0.178996113,-0.438090009,155,-1.956071439,0.5792177723,7797.7508163 +438,-1.094339566,0.301444068,155,-1.956071439,0.5792177723,3244.5446455 +439,-1.064070054,0.242569932,155,-1.956071439,0.5792177723,3463.0672051 +440,-1.068153768,0.230387998,155,-1.956071439,0.5792177723,3475.4299987 +441,-3.00496892,-0.23989155,155,-1.956071439,0.5792177723,5117.5571462 +442,0.21751974,0.766874888,155,-1.956071439,0.5792177723,6070.76118 +443,0.117229532,0.007619006,155,-1.956071439,0.5792177723,7847.1168961 +444,0.777758451,0.420554741,155,-1.956071439,0.5792177723,8195.3450429 +445,-0.252356999,0.250747086,155,-1.956071439,0.5792177723,6109.514589 +446,0.363148444,0.768483434,155,-1.956071439,0.5792177723,6336.8010484 +447,0.903191366,-0.118210676,155,-1.956071439,0.5792177723,10343.701573 +448,-0.205755923,0.149406178,155,-1.956071439,0.5792177723,6484.6962108 +449,1.811996086,0.02364353,155,-1.956071439,0.5792177723,9102.6513954 +450,-1.100670221,0.314845373,155,-1.956071439,0.5792177723,3197.7204719 +451,0.340078597,0.850105132,155,-1.956071439,0.5792177723,6044.0499485 +452,0.258757267,0.804969236,155,-1.956071439,0.5792177723,6038.637962 +453,2.78505352,-0.155160804,155,-1.956071439,0.5792177723,6463.0334527 +454,0.800551619,0.105822106,155,-1.956071439,0.5792177723,9368.7742498 +455,0.437940882,-0.506194031,155,-1.956071439,0.5792177723,9909.1848086 +456,2.230431122,0.63458615,155,-1.956071439,0.5792177723,6276.6307126 +457,0.527965361,0.127667701,155,-1.956071439,0.5792177723,8708.3530917 +458,-0.063643205,0.702093448,155,-1.956071439,0.5792177723,5619.4493525 +459,1.408447268,0.133010502,155,-1.956071439,0.5792177723,9500.468195 +460,0.523795955,0.280266966,155,-1.956071439,0.5792177723,8218.938582 +461,-0.975769313,0.072177659,155,-1.956071439,0.5792177723,4128.6321868 +462,0.549774164,-0.463663986,155,-1.956071439,0.5792177723,10224.451224 +463,0.29245874,1.095549818,155,-1.956071439,0.5792177723,5234.9434638 +464,0.143625958,0.816809593,155,-1.956071439,0.5792177723,5785.5707225 +465,0.671902494,0.611159853,155,-1.956071439,0.5792177723,7357.8948544 +466,1.239840988,0.6724199,155,-1.956071439,0.5792177723,7482.0838825 +467,0.607829703,-0.10932137,155,-1.956071439,0.5792177723,9620.9691553 +468,1.763020906,0.263996692,155,-1.956071439,0.5792177723,8453.4839528 +469,0.378714634,0.726066797,155,-1.956071439,0.5792177723,6497.5561608 +470,2.196736143,-0.153862366,155,-1.956071439,0.5792177723,8401.405629 +471,0.01702415,0.148991565,155,-1.956071439,0.5792177723,7193.3232574 +472,-2.998490902,-0.158002487,155,-1.956071439,0.5792177723,4887.635236 +473,-3.051262951,-0.346595608,155,-1.956071439,0.5792177723,5527.311278 +474,-1.069176439,0.182802941,155,-1.956071439,0.5792177723,3575.7591865 +475,0.167157509,0.595344954,155,-1.956071439,0.5792177723,6446.4290817 +476,0.613855648,0.681746124,155,-1.956071439,0.5792177723,7025.8822561 +477,1.037012736,0.682555367,155,-1.956071439,0.5792177723,7416.2792635 +478,-1.253574971,0.379755746,155,-1.956071439,0.5792177723,2574.2754876 +479,3.108590453,-0.132620738,155,-1.956071439,0.5792177723,5368.3174724 +480,0.565301296,0.022333262,155,-1.956071439,0.5792177723,9122.8070711 +481,0.547898238,0.855555614,155,-1.956071439,0.5792177723,6331.9173363 +482,0.948309381,0.417393755,155,-1.956071439,0.5792177723,8396.01424 +483,-0.050600732,0.945269213,155,-1.956071439,0.5792177723,5086.3624833 +484,-0.977651478,-0.572363064,155,-1.956071439,0.5792177723,5839.7785159 +485,1.102014914,0.728861163,155,-1.956071439,0.5792177723,7253.627896 +486,2.927300795,-0.282939414,155,-1.956071439,0.5792177723,6285.612062 +487,-1.154565557,0.124434095,155,-1.956071439,0.5792177723,3442.0732205 +488,1.855331234,0.291044755,155,-1.956071439,0.5792177723,8166.3409196 +489,0.830290659,0.276904518,155,-1.956071439,0.5792177723,8796.2014003 +490,0.485104466,-0.234867441,155,-1.956071439,0.5792177723,9579.1708086 +491,0.521367572,-0.33161327,155,-1.956071439,0.5792177723,9903.5581496 +1,-1.539031704,0.7349710123,156,-1.951208514,0.5602434208,1467.5918136 +2,-1.536990553,0.7349663874,156,-1.951208514,0.5602434208,1473.2096841 +3,-1.534951779,0.7349571355,156,-1.951208514,0.5602434208,1478.820421 +4,-1.532906461,0.7349480293,156,-1.951208514,0.5602434208,1484.4551622 +5,-1.531320211,0.7346937278,156,-1.951208514,0.5602434208,1488.4973323 +6,-1.539451648,0.7335131775,156,-1.951208514,0.5602434208,1464.4282605 +7,-1.537429487,0.7335445708,156,-1.951208514,0.5602434208,1470.0562558 +8,-1.535484998,0.7335658704,156,-1.951208514,0.5602434208,1475.4606505 +9,-1.533488396,0.7336036027,156,-1.951208514,0.5602434208,1481.0359547 +10,-1.531497785,0.7335842962,156,-1.951208514,0.5602434208,1486.5231596 +11,-1.530259379,0.7334777758,156,-1.951208514,0.5602434208,1489.8143986 +12,-1.5335454,0.7322346912,156,-1.951208514,0.5602434208,1479.0494576 +13,-1.531489083,0.7322238773,156,-1.951208514,0.5602434208,1484.7437142 +14,-1.530011122,0.7321679851,156,-1.951208514,0.5602434208,1488.7767364 +15,-1.53348106,0.7306614094,156,-1.951208514,0.5602434208,1477.1475327 +16,-1.531441779,0.7306962275,156,-1.951208514,0.5602434208,1482.8699374 +17,-1.529755654,0.7306933243,156,-1.951208514,0.5602434208,1487.563667 +18,-1.533415048,0.7291384674,156,-1.951208514,0.5602434208,1475.3390493 +19,-1.531392093,0.7291705353,156,-1.951208514,0.5602434208,1481.0270099 +20,-1.529296523,0.7291214933,156,-1.951208514,0.5602434208,1486.8184141 +21,-1.535280942,0.727267644,156,-1.951208514,0.5602434208,1467.7000515 +22,-1.533378158,0.7276139666,156,-1.951208514,0.5602434208,1473.4690502 +23,-1.531340368,0.7276446587,156,-1.951208514,0.5602434208,1479.2112892 +24,-1.528960113,0.7276398177,156,-1.951208514,0.5602434208,1485.8726885 +25,-1.533313146,0.7260818349,156,-1.951208514,0.5602434208,1471.6898563 +26,-1.531259555,0.7260958115,156,-1.951208514,0.5602434208,1477.4700531 +27,-1.528926415,0.7260865555,156,-1.951208514,0.5602434208,1484.0114344 +28,-1.531226779,0.7245511789,156,-1.951208514,0.5602434208,1475.6218841 +29,-1.528904772,0.7245519194,156,-1.951208514,0.5602434208,1482.161646 +30,-1.547195875,0.7409785979,156,-1.951208514,0.5602434208,1453.8596997 +31,-1.5451475,0.740980426,156,-1.951208514,0.5602434208,1459.4207323 +32,-1.543097679,0.7409798872,156,-1.951208514,0.5602434208,1464.988483 +33,-1.540720364,0.7409892687,156,-1.951208514,0.5602434208,1471.4679915 +34,-1.547188511,0.7395198392,156,-1.951208514,0.5602434208,1451.736148 +35,-1.545148587,0.7395226109,156,-1.951208514,0.5602434208,1457.2907569 +36,-1.543104538,0.7395314908,156,-1.951208514,0.5602434208,1462.8715065 +37,-1.540727751,0.7395306258,156,-1.951208514,0.5602434208,1469.3521362 +38,-1.547187029,0.7380014886,156,-1.951208514,0.5602434208,1449.5292425 +39,-1.545147315,0.7380012252,156,-1.951208514,0.5602434208,1455.0946074 +40,-1.54310719,0.7380060743,156,-1.951208514,0.5602434208,1460.674479 +41,-1.540719671,0.7380068206,156,-1.951208514,0.5602434208,1467.2049988 +42,-1.547187189,0.7364799098,156,-1.951208514,0.5602434208,1447.3338755 +43,-1.545149996,0.7364853874,156,-1.951208514,0.5602434208,1452.9162461 +44,-1.543106091,0.7364823484,156,-1.951208514,0.5602434208,1458.5108325 +45,-1.540717158,0.7364893901,156,-1.951208514,0.5602434208,1465.0723075 +46,-1.538663972,0.7410138672,156,-1.951208514,0.5602434208,1477.1028736 +47,-1.53695285,0.7409699132,156,-1.951208514,0.5602434208,1481.704139 +48,-1.534910498,0.7409641297,156,-1.951208514,0.5602434208,1487.2685225 +49,-1.533145034,0.7409536636,156,-1.951208514,0.5602434208,1492.0756536 +50,-1.538681336,0.7395405883,156,-1.951208514,0.5602434208,1474.9536927 +51,-1.536999189,0.7395183096,156,-1.951208514,0.5602434208,1479.5194424 +52,-1.534923633,0.7395144222,156,-1.951208514,0.5602434208,1485.1920568 +53,-1.533267822,0.7395654306,156,-1.951208514,0.5602434208,1489.7972124 +54,-1.53867273,0.7380151077,156,-1.951208514,0.5602434208,1472.8211337 +55,-1.536980576,0.7379994392,156,-1.951208514,0.5602434208,1477.4366714 +56,-1.534931522,0.7379944961,156,-1.951208514,0.5602434208,1483.0508294 +57,-1.533387952,0.7379480264,156,-1.951208514,0.5602434208,1487.2248962 +58,-1.538682279,0.7364914363,156,-1.951208514,0.5602434208,1470.6620105 +59,-1.536980704,0.7364810563,156,-1.951208514,0.5602434208,1475.3237742 +60,-1.534935567,0.7364752065,156,-1.951208514,0.5602434208,1480.9413642 +61,-1.533042592,0.7363876366,156,-1.951208514,0.5602434208,1486.0340234 +62,-1.545143426,0.7349628011,156,-1.951208514,0.5602434208,1450.7743357 +63,-1.543105297,0.7349691947,156,-1.951208514,0.5602434208,1456.3819731 +64,-1.541064533,0.7349647152,156,-1.951208514,0.5602434208,1461.9874443 +65,-1.545411803,0.7334624714,156,-1.951208514,0.5602434208,1447.9276442 +66,-1.543446606,0.7334780896,156,-1.951208514,0.5602434208,1453.3616311 +67,-1.541475327,0.7334957295,156,-1.951208514,0.5602434208,1458.8202486 +68,-1.545401939,0.731963266,156,-1.951208514,0.5602434208,1445.8669079 +69,-1.54342253,0.7319915583,156,-1.951208514,0.5602434208,1451.3721549 +70,-1.541455867,0.7320216438,156,-1.951208514,0.5602434208,1456.8494384 +71,-1.545410146,0.7304422281,156,-1.951208514,0.5602434208,1443.7467917 +72,-1.543435491,0.7304713664,156,-1.951208514,0.5602434208,1449.254626 +73,-1.541463105,0.7304997613,156,-1.951208514,0.5602434208,1454.7598848 +74,-1.545414768,0.7289194936,156,-1.951208514,0.5602434208,1441.6553364 +75,-1.543435774,0.7289538557,156,-1.951208514,0.5602434208,1447.196802 +76,-1.541457714,0.7289765881,156,-1.951208514,0.5602434208,1452.7246747 +77,-1.539449415,0.7320555866,156,-1.951208514,0.5602434208,1462.4467527 +78,-1.537429183,0.7321097681,156,-1.951208514,0.5602434208,1468.1142471 +79,-1.535472649,0.7321497267,156,-1.951208514,0.5602434208,1473.5904407 +80,-1.539457899,0.7305333307,156,-1.951208514,0.5602434208,1460.3678457 +81,-1.537453161,0.7305750503,156,-1.951208514,0.5602434208,1465.9900396 +82,-1.535479385,0.7306124949,156,-1.951208514,0.5602434208,1471.5249325 +83,-1.53946905,0.7290102593,156,-1.951208514,0.5602434208,1458.3013312 +84,-1.537459922,0.7290417293,156,-1.951208514,0.5602434208,1463.9365902 +85,-1.535451349,0.7290890157,156,-1.951208514,0.5602434208,1469.5956169 +86,-1.535522937,0.7279887191,156,-1.951208514,0.5602434208,1467.9590647 +87,-1.539442524,0.7274735939,156,-1.951208514,0.5602434208,1456.3430339 +88,-1.537424111,0.727521351,156,-1.951208514,0.5602434208,1462.0402044 +89,-1.539384641,0.7259505092,156,-1.951208514,0.5602434208,1454.5121455 +90,-1.537372391,0.7259947145,156,-1.951208514,0.5602434208,1460.2019121 +91,-1.535340789,0.7260435356,156,-1.951208514,0.5602434208,1465.9560538 +92,-1.539325716,0.7244369706,156,-1.951208514,0.5602434208,1452.718641 +93,-1.537308932,0.7244801057,156,-1.951208514,0.5602434208,1458.4340675 +94,-1.535289068,0.7245247645,156,-1.951208514,0.5602434208,1464.1642734 +95,-1.533261366,0.7245550236,156,-1.951208514,0.5602434208,1469.9025129 +96,-1.539267302,0.722921924,156,-1.951208514,0.5602434208,1450.9437766 +97,-1.537248972,0.7229660258,156,-1.951208514,0.5602434208,1456.6790785 +98,-1.535219431,0.7229916471,156,-1.951208514,0.5602434208,1462.4269057 +99,-1.53318962,0.7230212049,156,-1.951208514,0.5602434208,1468.1848347 +100,-1.531154816,0.7230299897,156,-1.951208514,0.5602434208,1473.9355116 +101,-1.528878341,0.7230370244,156,-1.951208514,0.5602434208,1480.371296 +102,-1.539218189,0.7214009878,156,-1.951208514,0.5602434208,1449.1573835 +103,-1.537198791,0.7214422745,156,-1.951208514,0.5602434208,1454.9064614 +104,-1.535179266,0.7214634354,156,-1.951208514,0.5602434208,1460.6350439 +105,-1.533156501,0.7214944644,156,-1.951208514,0.5602434208,1466.3893332 +106,-1.53113574,0.7215166021,156,-1.951208514,0.5602434208,1472.1312797 +107,-1.528874248,0.7215345535,156,-1.951208514,0.5602434208,1478.5540683 +108,-1.539217656,0.7198512397,156,-1.951208514,0.5602434208,1447.2200171 +109,-1.537199919,0.7199428763,156,-1.951208514,0.5602434208,1453.0409886 +110,-1.545425832,0.727397149,156,-1.951208514,0.5602434208,1439.5676789 +111,-1.543371177,0.7273916949,156,-1.951208514,0.5602434208,1445.2812033 +112,-1.541368852,0.7274523163,156,-1.951208514,0.5602434208,1450.941992 +113,-1.545349067,0.7258710923,156,-1.951208514,0.5602434208,1437.7413686 +114,-1.54332671,0.7258603556,156,-1.951208514,0.5602434208,1443.3734768 +115,-1.541346831,0.7259242142,156,-1.951208514,0.5602434208,1448.9900797 +116,-1.545324355,0.7243383958,156,-1.951208514,0.5602434208,1435.7833838 +117,-1.543292796,0.7243617413,156,-1.951208514,0.5602434208,1441.5012344 +118,-1.541295822,0.7244024384,156,-1.951208514,0.5602434208,1447.1494566 +119,-1.543193859,0.7205570215,156,-1.951208514,0.5602434208,1436.8800793 +120,-1.550257047,0.7386738187,156,-1.951208514,0.5602434208,1442.1507506 +121,-1.549335448,0.7311736483,156,-1.951208514,0.5602434208,1433.9133483 +122,-1.533478843,0.7179891343,156,-1.951208514,0.5602434208,1461.2174807 +123,-1.556150555,0.738907041,156,-1.951208514,0.5602434208,1426.5024578 +124,-1.554324226,0.733414257,156,-1.951208514,0.5602434208,1423.3819321 +125,-1.554290846,0.7288285332,156,-1.951208514,0.5602434208,1416.9475779 +126,-1.55122487,0.7219795312,156,-1.951208514,0.5602434208,1416.1497588 +127,-1.525104458,0.7229399862,156,-1.951208514,0.5602434208,1490.9220348 +128,-1.519607711,0.7236181429,156,-1.951208514,0.5602434208,1507.2930629 +129,-1.513899999,0.7251107854,156,-1.951208514,0.5602434208,1525.2173164 +130,-1.536620762,0.7431061895,156,-1.951208514,0.5602434208,1485.6686202 +131,-1.5369566,0.7460845958,156,-1.951208514,0.5602434208,1489.0922965 +132,-1.545345528,0.7447040685,156,-1.951208514,0.5602434208,1464.4050531 +133,-1.532813921,0.7432306626,156,-1.951208514,0.5602434208,1496.1986935 +134,-1.554788248,0.7382381001,156,-1.951208514,0.5602434208,1429.195132 +135,-1.540348126,0.7301594274,156,-1.951208514,0.5602434208,1457.3943645 +136,-1.538016084,0.7239051786,156,-1.951208514,0.5602434208,1455.7139895 +137,-1.525288962,0.7258085137,156,-1.951208514,0.5602434208,1493.8977609 +138,-1.534326986,0.731241342,156,-1.951208514,0.5602434208,1475.5608754 +139,-1.530733872,0.7303625216,156,-1.951208514,0.5602434208,1484.4076247 +141,-1.534354939,0.7328219978,156,-1.951208514,0.5602434208,1477.5884322 +142,-1.53157084,0.7292888153,156,-1.951208514,0.5602434208,1480.6808625 +143,-1.525691035,0.7263799874,156,-1.951208514,0.5602434208,1493.4725617 +144,-1.534031287,0.7495967835,156,-1.951208514,0.5602434208,1502.1610505 +145,-1.527714986,0.7283095957,156,-1.951208514,0.5602434208,1490.2094382 +146,-1.526189586,0.7271468292,156,-1.951208514,0.5602434208,1493.0254067 +147,-1.555177336,0.7375563366,156,-1.951208514,0.5602434208,1427.1236622 +148,-1.555080283,0.7312707794,156,-1.951208514,0.5602434208,1418.2276722 +149,-1.53856994,0.7224180299,156,-1.951208514,0.5602434208,1452.2671885 +150,-1.530837883,0.729933372,156,-1.951208514,0.5602434208,1483.5607222 +151,-1.515066984,0.5854133365,156,-1.951208514,0.5602434208,1451.7060876 +152,-1.534731633,0.5368370046,156,-1.951208514,0.5602434208,1407.8249228 +153,-1.515231902,0.5607085576,156,-1.951208514,0.5602434208,1459.375573 +154,-2.616253799,1.0684566605,156,-1.951208514,0.5602434208,2635.499264 +155,-1.956071439,0.5792177723,156,-1.951208514,0.5602434208,76.887523793 +156,-1.951208514,0.5602434208,156,-1.951208514,0.5602434208,50.928278049 +157,-1.944675062,0.6062144545,156,-1.951208514,0.5602434208,183.36749426 +158,-1.613778386,0.6077989518,156,-1.951208514,0.5602434208,1128.9899334 +159,-2.035029014,0.6021432345,156,-1.951208514,0.5602434208,323.28124545 +160,-2.114989471,0.6801825058,156,-1.951208514,0.5602434208,709.46043964 +161,-2.037382079,0.5765830025,156,-1.951208514,0.5602434208,294.8197444 +162,-2.129855121,0.6585019963,156,-1.951208514,0.5602434208,698.00464039 +163,-2.075141798,0.6493615843,156,-1.951208514,0.5602434208,536.04864787 +164,-1.828626729,0.6948433129,156,-1.951208514,0.5602434208,661.85946141 +165,-1.863329418,0.6735427691,156,-1.951208514,0.5602434208,530.83352381 +166,-1.266037071,0.727988852,156,-1.951208514,0.5602434208,2247.9247159 +167,-1.277579582,0.7249010648,156,-1.951208514,0.5602434208,2212.9179574 +168,-1.258418684,0.7241194816,156,-1.951208514,0.5602434208,2269.3943177 +169,-1.317813974,0.6804850104,156,-1.951208514,0.5602434208,2081.6353321 +170,-1.344165204,0.6790988904,156,-1.951208514,0.5602434208,2000.3052769 +171,-1.427582102,0.5277120351,156,-1.951208514,0.5602434208,1773.6893771 +172,-1.402238616,0.457167829,156,-1.951208514,0.5602434208,1935.2623191 +173,-1.422454264,0.4996161999,156,-1.951208514,0.5602434208,1817.0188236 +174,-1.439089277,0.4894859811,156,-1.951208514,0.5602434208,1772.1054359 +175,-1.448126995,0.5182330266,156,-1.951208514,0.5602434208,1712.9398713 +176,-1.474626146,0.5881926574,156,-1.951208514,0.5602434208,1584.243651 +177,-1.421139645,0.5584869783,156,-1.951208514,0.5602434208,1773.6388524 +178,-1.457037165,0.565943032,156,-1.951208514,0.5602434208,1650.4734388 +179,-2.757159358,0.3745319,156,-1.951208514,0.5602434208,2920.2903503 +180,-2.714309238,0.342054471,156,-1.951208514,0.5602434208,2832.7447413 +181,-2.000525337,0.774119946,156,-1.951208514,0.5602434208,860.80065953 +183,-1.571413436,0.6777838382,156,-1.951208514,0.5602434208,1306.7015964 +184,-1.552860289,0.6987663893,156,-1.951208514,0.5602434208,1383.2784125 +185,-1.521852374,0.7165827476,156,-1.951208514,0.5602434208,1492.7458172 +186,-1.503656267,0.6928968252,156,-1.951208514,0.5602434208,1522.6436503 +187,-1.502753178,0.7136205882,156,-1.951208514,0.5602434208,1544.5275385 +188,-1.631894563,0.7343596465,156,-1.951208514,0.5602434208,1217.9786495 +189,-1.653765416,0.6770714026,156,-1.951208514,0.5602434208,1063.2176799 +190,-1.719812114,0.6715965947,156,-1.951208514,0.5602434208,867.15906908 +191,-1.493406659,0.6646955447,156,-1.951208514,0.5602434208,1534.545009 +192,-1.469120564,0.6613469966,156,-1.951208514,0.5602434208,1608.234604 +193,-1.590551461,0.5326612937,156,-1.951208514,0.5602434208,1223.528937 +194,-1.625979264,0.5247742243,156,-1.951208514,0.5602434208,1110.7575133 +195,-1.572293943,0.5238808754,156,-1.951208514,0.5602434208,1291.5640601 +196,-1.610848725,0.5477107964,156,-1.951208514,0.5602434208,1146.0477715 +197,-1.208485554,0.7918526018,156,-1.951208514,0.5602434208,2437.4879896 +198,-1.335601374,0.6869083083,156,-1.951208514,0.5602434208,2028.2081737 +199,-1.346156996,0.6825213377,156,-1.951208514,0.5602434208,1994.8933174 +200,-1.324381037,0.6741422347,156,-1.951208514,0.5602434208,2060.6272492 +201,-1.242424992,0.7378949807,156,-1.951208514,0.5602434208,2320.1041598 +202,-1.270370057,0.7392461008,156,-1.951208514,0.5602434208,2238.9851121 +203,-1.448950472,0.7441675014,156,-1.951208514,0.5602434208,1729.6195942 +204,-1.492662363,0.7523026852,156,-1.951208514,0.5602434208,1618.0436027 +205,-1.479098966,0.7763855017,156,-1.951208514,0.5602434208,1687.4504251 +206,-1.633760714,0.7869022408,156,-1.951208514,0.5602434208,1325.3913186 +207,-1.647406434,0.8101289331,156,-1.951208514,0.5602434208,1353.3545386 +208,-1.564245052,0.5701509278,156,-1.951208514,0.5602434208,1292.6355468 +209,-1.646289963,0.6833746083,156,-1.951208514,0.5602434208,1093.6159111 +210,-1.5820631,0.6751952144,156,-1.951208514,0.5602434208,1272.2933469 +211,-1.613236298,0.6681681791,156,-1.951208514,0.5602434208,1171.7294982 +212,-1.914661867,0.8212566515,156,-1.951208514,0.5602434208,1039.7724311 +213,-1.742133237,0.7250275956,156,-1.951208514,0.5602434208,928.59134471 +214,-2.033144872,0.6557314699,156,-1.951208514,0.5602434208,462.46627382 +215,-2.039551981,0.6964723658,156,-1.951208514,0.5602434208,609.07516438 +216,-1.247341019,0.7622473908,156,-1.951208514,0.5602434208,2314.746462 +217,-1.298239787,0.7084123392,156,-1.951208514,0.5602434208,2146.6603411 +218,-1.308539688,0.6926545592,156,-1.951208514,0.5602434208,2111.9652641 +219,-1.303263185,0.6888938396,156,-1.951208514,0.5602434208,2127.4277421 +220,-1.852400229,0.6004246149,156,-1.951208514,0.5602434208,363.8668084 +221,-1.288947707,0.7473773692,156,-1.951208514,0.5602434208,2188.6292011 +222,-1.372031502,0.7472790993,156,-1.951208514,0.5602434208,1950.256485 +223,-1.289805721,0.7242157877,156,-1.951208514,0.5602434208,2176.5552521 +224,-1.350807603,0.7533498126,156,-1.951208514,0.5602434208,2015.202159 +225,-1.329290365,0.7560442322,156,-1.951208514,0.5602434208,2078.1975437 +226,-1.410153004,0.616936428,156,-1.951208514,0.5602434208,1789.2398372 +227,-1.393445434,0.6308995063,156,-1.951208514,0.5602434208,1841.783034 +228,-1.37595573,0.6241540638,156,-1.951208514,0.5602434208,1898.4589065 +229,-1.358388707,0.6172645205,156,-1.951208514,0.5602434208,1956.2409733 +230,-1.753741133,0.8281661666,156,-1.951208514,0.5602434208,1216.7346498 +231,-1.47430987,0.6834615681,156,-1.951208514,0.5602434208,1603.944572 +232,-1.421012508,0.7222725206,156,-1.951208514,0.5602434208,1789.797112 +233,-1.4476833,0.6978557868,156,-1.951208514,0.5602434208,1693.5066126 +234,-1.470370723,0.6966193374,156,-1.951208514,0.5602434208,1624.8368818 +235,-1.429211703,0.7037216883,156,-1.951208514,0.5602434208,1752.5066765 +236,-1.700578405,0.6178673663,156,-1.951208514,0.5602434208,855.50726233 +237,-1.678117619,0.6331716163,156,-1.951208514,0.5602434208,938.96518817 +238,-1.725644578,0.6316331145,156,-1.951208514,0.5602434208,790.85818714 +239,-2.14012759,0.7930497945,156,-1.951208514,0.5602434208,1088.9575632 +240,-2.103289431,0.7653606263,156,-1.951208514,0.5602434208,939.77718014 +241,-1.318739838,0.7017808746,156,-1.951208514,0.5602434208,2083.1711716 +242,-1.396417427,0.7077900843,156,-1.951208514,0.5602434208,1852.6745514 +243,-1.35650337,0.7185539404,156,-1.951208514,0.5602434208,1976.932926 +244,-1.248884539,0.7274156818,156,-1.951208514,0.5602434208,2298.3895129 +245,-1.395014798,0.5761185243,156,-1.951208514,0.5602434208,1850.8846761 +246,-1.433377362,0.6064716109,156,-1.951208514,0.5602434208,1715.4485078 +247,-1.408172432,0.5903155476,156,-1.951208514,0.5602434208,1801.8383796 +248,-1.749645898,0.7757118084,156,-1.951208514,0.5602434208,1056.5994827 +249,-1.571626686,0.615046989,156,-1.951208514,0.5602434208,1267.3373941 +250,-1.514070049,0.6303003037,156,-1.951208514,0.5602434208,1456.0331258 +251,-1.480890369,0.6237966528,156,-1.951208514,0.5602434208,1561.1984884 +252,-1.704390658,0.5281680612,156,-1.951208514,0.5602434208,845.36850344 +253,-1.64434733,0.5254277498,156,-1.951208514,0.5602434208,1048.6493092 +254,-1.703855997,0.4792484842,156,-1.951208514,0.5602434208,907.95156036 +255,-1.692002383,0.5748825051,156,-1.951208514,0.5602434208,866.96096153 +256,-1.854136457,0.5544643913,156,-1.951208514,0.5602434208,327.0760905 +257,-1.665021206,0.520317736,156,-1.951208514,0.5602434208,983.90005159 +258,-1.733654349,0.4845187345,156,-1.951208514,0.5602434208,804.11752083 +259,-1.720938188,0.5135933906,156,-1.951208514,0.5602434208,804.66024123 +260,-1.742668307,0.553296122,156,-1.951208514,0.5602434208,701.45094093 +261,-1.965659039,0.7142126903,156,-1.951208514,0.5602434208,611.59594818 +262,-1.944438071,0.6772834804,156,-1.951208514,0.5602434208,464.10861546 +263,-1.270340967,0.7681487096,156,-1.951208514,0.5602434208,2252.4956526 +264,-1.353091884,0.6549276821,156,-1.951208514,0.5602434208,1969.702096 +265,-1.333236659,0.6413584414,156,-1.951208514,0.5602434208,2032.8192993 +266,-1.352015998,0.6753788907,156,-1.951208514,0.5602434208,1975.3924721 +267,-1.377988483,0.6577816235,156,-1.951208514,0.5602434208,1891.8328391 +268,-2.13075611,0.8318642051,156,-1.951208514,0.5602434208,1203.8937745 +269,-2.097910953,0.8259670014,156,-1.951208514,0.5602434208,1141.8710337 +270,-1.416382069,0.6694271549,156,-1.951208514,0.5602434208,1774.8405715 +271,-1.538905672,0.7535625993,156,-1.951208514,0.5602434208,1495.1273154 +272,-1.572309477,0.7803125099,156,-1.951208514,0.5602434208,1456.1946279 +273,-1.87759879,0.7503853417,156,-1.951208514,0.5602434208,787.54186047 +274,1.152365588,0.590457682,156,-1.951208514,0.5602434208,7883.7157156 +275,0.350198001,0.718001859,156,-1.951208514,0.5602434208,6523.8560712 +276,0.046513677,0.491503852,156,-1.951208514,0.5602434208,6453.6096079 +277,0.027510309,0.742571376,156,-1.951208514,0.5602434208,5778.4158959 +278,0.306285725,-0.214631579,156,-1.951208514,0.5602434208,8962.1401054 +279,-1.100564889,0.318051531,156,-1.951208514,0.5602434208,3168.0946153 +280,-1.078582306,0.301437596,156,-1.951208514,0.5602434208,3272.1178794 +281,-1.137371989,-0.617634065,156,-1.951208514,0.5602434208,5559.2303184 +282,0.784356344,0.703272339,156,-1.951208514,0.5602434208,7222.5268856 +283,-1.221209947,0.218327455,156,-1.951208514,0.5602434208,2972.6027946 +284,2.347301921,-0.449114658,156,-1.951208514,0.5602434208,8470.1964445 +285,0.246820618,0.830553713,156,-1.951208514,0.5602434208,5996.0420526 +286,0.829414965,0.703288228,156,-1.951208514,0.5602434208,7267.0920624 +287,-1.337537566,0.42332223,156,-1.951208514,0.5602434208,2199.7282022 +288,0.882453706,0.454478077,156,-1.951208514,0.5602434208,8259.6552731 +289,1.575629659,0.416419109,156,-1.951208514,0.5602434208,8309.6710283 +290,-1.039455679,0.229888244,156,-1.951208514,0.5602434208,3541.7006239 +291,0.489558039,0.934482747,156,-1.951208514,0.5602434208,6052.9457217 +292,0.081344504,0.88384514,156,-1.951208514,0.5602434208,5539.1777668 +293,-1.547979814,0.300350308,156,-1.951208514,0.5602434208,1772.6682398 +294,0.040776181,0.168560074,156,-1.951208514,0.5602434208,7232.1485289 +295,-1.130374745,0.563894876,156,-1.951208514,0.5602434208,2728.1736804 +296,1.578326642,0.478507176,156,-1.951208514,0.5602434208,8077.0705133 +297,-1.12861823,-0.291640865,156,-1.951208514,0.5602434208,4595.3773778 +298,0.310524208,0.770885792,156,-1.951208514,0.5602434208,6289.1222607 +299,0.415649091,-0.387246002,156,-1.951208514,0.5602434208,9648.8959065 +300,-0.926533878,-0.188022748,156,-1.951208514,0.5602434208,4877.6627304 +301,1.258856172,-0.11716081,156,-1.951208514,0.5602434208,10670.671353 +302,-1.126050026,0.322941926,156,-1.951208514,0.5602434208,3074.102689 +303,2.002785835,0.07893892,156,-1.951208514,0.5602434208,8476.2432054 +304,0.440437607,0.746258085,156,-1.951208514,0.5602434208,6596.2600743 +305,-0.030391866,0.214441206,156,-1.951208514,0.5602434208,6901.6317093 +306,0.521557815,-0.058929362,156,-1.951208514,0.5602434208,9264.2878809 +307,-0.097005111,0.13317729,156,-1.951208514,0.5602434208,6875.3693985 +308,1.83113859,0.221857587,156,-1.951208514,0.5602434208,8507.4638962 +309,0.222428864,0.099404236,156,-1.951208514,0.5602434208,7961.5312574 +310,-1.702731345,0.8728568183,156,-1.951208514,0.5602434208,1438.090748 +311,-0.418507569,0.278324921,156,-1.951208514,0.5602434208,5517.0341877 +312,-1.41153306,0.339029988,156,-1.951208514,0.5602434208,2104.958205 +313,0.357560442,0.114788776,156,-1.951208514,0.5602434208,8320.2861715 +314,0.325818979,0.268352149,156,-1.951208514,0.5602434208,7805.3368934 +315,-1.246004659,-0.663679965,156,-1.951208514,0.5602434208,5501.8465449 +316,1.814603087,0.637404484,156,-1.951208514,0.5602434208,7166.2998175 +317,1.843704281,-0.18300445,156,-1.951208514,0.5602434208,9630.249712 +318,1.690644492,-0.211480909,156,-1.951208514,0.5602434208,10159.785089 +319,-1.275451936,0.068109467,156,-1.951208514,0.5602434208,3174.9685661 +320,0.762430171,-0.207594741,156,-1.951208514,0.5602434208,10351.564204 +321,0.265668905,-0.014647884,156,-1.951208514,0.5602434208,8377.5800481 +322,-2.773032013,-0.335515811,156,-1.951208514,0.5602434208,4722.0735681 +323,-1.469512853,0.174058777,156,-1.951208514,0.5602434208,2333.6075004 +324,0.286276986,0.785925691,156,-1.951208514,0.5602434208,6199.2453549 +325,-1.379324697,0.377432233,156,-1.951208514,0.5602434208,2136.4492093 +326,-1.203778265,0.212813032,156,-1.951208514,0.5602434208,3040.7254278 +327,0.579916301,0.611743168,156,-1.951208514,0.5602434208,7276.3215628 +328,0.267582642,0.868113908,156,-1.951208514,0.5602434208,5924.3113452 +329,0.412869244,-0.050245578,156,-1.951208514,0.5602434208,8919.7148023 +330,0.17524381,0.976660285,156,-1.951208514,0.5602434208,5464.0040503 +331,0.743157214,0.204812899,156,-1.951208514,0.5602434208,8971.6450802 +332,-1.070758176,0.269382282,156,-1.951208514,0.5602434208,3359.2646819 +333,-1.230364251,0.329790229,156,-1.951208514,0.5602434208,2714.6859848 +334,-1.374813124,-0.024926835,156,-1.951208514,0.5602434208,3168.3252289 +335,0.519780566,0.463669906,156,-1.951208514,0.5602434208,7663.4461497 +336,-1.55108034,0.239698561,156,-1.951208514,0.5602434208,1926.2742902 +337,0.180294813,0.029739425,156,-1.951208514,0.5602434208,8002.2768448 +338,0.67820924,0.268170153,156,-1.951208514,0.5602434208,8630.2185278 +339,0.445798684,1.024001867,156,-1.951208514,0.5602434208,5705.4960729 +340,0.691751283,0.150521402,156,-1.951208514,0.5602434208,9055.4221063 +341,-1.036643551,-0.903056181,156,-1.951208514,0.5602434208,6607.5989694 +342,-0.120287036,1.083325163,156,-1.951208514,0.5602434208,4731.5719763 +343,2.823513113,-0.304487164,156,-1.951208514,0.5602434208,6654.4192263 +344,0.457583172,1.12513373,156,-1.951208514,0.5602434208,5391.7129088 +345,0.042918831,0.813795399,156,-1.951208514,0.5602434208,5636.409723 +346,1.196146777,-0.853142756,156,-1.951208514,0.5602434208,11283.547345 +347,0.206001358,-0.010430701,156,-1.951208514,0.5602434208,8179.3148654 +348,-0.268308653,0.234799412,156,-1.951208514,0.5602434208,6097.2881153 +349,0.759363263,0.736189579,156,-1.951208514,0.5602434208,7074.2394807 +350,0.181363926,0.891988372,156,-1.951208514,0.5602434208,5704.468591 +351,-0.021111158,0.139103292,156,-1.951208514,0.5602434208,7105.8469359 +352,-0.093355215,0.630686981,156,-1.951208514,0.5602434208,5746.8295077 +353,0.40118964,0.681375926,156,-1.951208514,0.5602434208,6733.443294 +354,-0.721197315,1.304706234,156,-1.951208514,0.5602434208,3736.294934 +355,-1.076150317,0.212107639,156,-1.951208514,0.5602434208,3457.2428028 +356,-1.577164531,0.273993443,156,-1.951208514,0.5602434208,1759.7796483 +357,-0.190788414,0.182208586,156,-1.951208514,0.5602434208,6462.6699125 +358,-0.261349752,0.209710184,156,-1.951208514,0.5602434208,6173.5783768 +359,-1.029303852,0.083549259,156,-1.951208514,0.5602434208,3893.8875694 +360,-1.268609162,0.330525297,156,-1.951208514,0.5602434208,2586.9936554 +361,1.282982244,-0.926641967,156,-1.951208514,0.5602434208,10968.635298 +362,0.217352334,0.731352408,156,-1.951208514,0.5602434208,6221.6614614 +363,-1.511833084,0.258629297,156,-1.951208514,0.5602434208,1984.7126587 +364,0.338812194,0.823184618,156,-1.951208514,0.5602434208,6181.3626083 +365,-0.324406489,1.134201999,156,-1.951208514,0.5602434208,4321.91404 +366,1.389579348,0.399185724,156,-1.951208514,0.5602434208,8569.3752228 +367,2.047152199,-0.039082036,156,-1.951208514,0.5602434208,8648.970072 +368,0.947780369,0.568250077,156,-1.951208514,0.5602434208,7882.7361354 +369,0.763824846,0.576754987,156,-1.951208514,0.5602434208,7666.598175 +370,-0.142334657,0.928153068,156,-1.951208514,0.5602434208,4991.5319501 +371,0.610266567,0.547265983,156,-1.951208514,0.5602434208,7547.9017784 +372,0.210731629,0.746815056,156,-1.951208514,0.5602434208,6164.4292892 +373,-1.34931644,0.316895224,156,-1.951208514,0.5602434208,2350.202488 +374,2.407696481,0.655030745,156,-1.951208514,0.5602434208,5860.3329632 +375,0.64207831,0.545359131,156,-1.951208514,0.5602434208,7606.2951649 +376,1.174597538,0.840588356,156,-1.951208514,0.5602434208,6894.8708675 +377,0.660059424,0.010604079,156,-1.951208514,0.5602434208,9434.9555014 +378,-0.730263819,0.010486456,156,-1.951208514,0.5602434208,5031.9836907 +379,0.831068936,0.512339172,156,-1.951208514,0.5602434208,7985.6504155 +380,1.301180979,0.72367476,156,-1.951208514,0.5602434208,7342.1829866 +381,1.811128231,0.322854402,156,-1.951208514,0.5602434208,8227.1339898 +382,0.435105812,0.992284428,156,-1.951208514,0.5602434208,5794.5637671 +383,0.62643634,0.592027932,156,-1.951208514,0.5602434208,7418.6918701 +384,0.492988703,-0.516339467,156,-1.951208514,0.5602434208,10079.17958 +385,-0.162469483,0.112549365,156,-1.951208514,0.5602434208,6707.6748656 +386,0.314630866,0.472006421,156,-1.951208514,0.5602434208,7188.403112 +387,0.166744804,0.822815954,156,-1.951208514,0.5602434208,5865.82591 +388,0.417159608,0.965805736,156,-1.951208514,0.5602434208,5855.9478924 +389,0.106334961,0.868774244,156,-1.951208514,0.5602434208,5626.0947068 +390,0.815086969,-0.338144359,156,-1.951208514,0.5602434208,10846.822841 +391,0.59867455,-0.230624824,156,-1.951208514,0.5602434208,9934.5360666 +392,1.915104874,0.066220985,156,-1.951208514,0.5602434208,8759.3393523 +393,1.278093622,0.064463721,156,-1.951208514,0.5602434208,9947.4594427 +394,-0.061477853,0.302997961,156,-1.951208514,0.5602434208,6598.6360938 +395,0.251311504,0.626976942,156,-1.951208514,0.5602434208,6592.2006078 +396,2.950242872,0.149095644,156,-1.951208514,0.5602434208,5276.6931081 +397,-0.180294708,0.35375117,156,-1.951208514,0.5602434208,6118.4665041 +398,1.010448592,-0.351180233,156,-1.951208514,0.5602434208,11398.598717 +399,-1.748740498,0.3686318073,156,-1.951208514,0.5602434208,1042.6162764 +400,2.699635665,0.123533791,156,-1.951208514,0.5602434208,6167.372183 +401,0.496808033,0.823843254,156,-1.951208514,0.5602434208,6430.5917386 +402,0.129574704,0.763364087,156,-1.951208514,0.5602434208,5950.0087025 +403,1.798920311,0.817447563,156,-1.951208514,0.5602434208,6570.4577967 +404,0.335987953,0.746786541,156,-1.951208514,0.5602434208,6409.2619503 +405,-1.085413643,0.292154671,156,-1.951208514,0.5602434208,3266.7593163 +406,-0.155321003,0.508207011,156,-1.951208514,0.5602434208,5851.4156128 +407,0.620529244,-0.301175104,156,-1.951208514,0.5602434208,10163.352485 +408,1.684402744,0.368716966,156,-1.951208514,0.5602434208,8315.0782914 +409,0.300582244,-0.386397212,156,-1.951208514,0.5602434208,9261.5523214 +410,2.913555946,-0.009225192,156,-1.951208514,0.5602434208,5730.7913962 +411,1.465101417,0.493232532,156,-1.951208514,0.5602434208,8144.6446585 +412,0.090612882,0.907955955,156,-1.951208514,0.5602434208,5495.735937 +413,2.987564726,-0.729568594,156,-1.951208514,0.5602434208,7069.9211055 +414,-1.484261606,0.224149272,156,-1.951208514,0.5602434208,2154.891736 +415,0.164073421,0.303955133,156,-1.951208514,0.5602434208,7262.256611 +416,0.141441293,0.167552546,156,-1.951208514,0.5602434208,7544.5771872 +417,2.931321023,-0.506718887,156,-1.951208514,0.5602434208,6748.2187171 +418,2.21951565,0.700596356,156,-1.951208514,0.5602434208,6187.4626364 +419,0.268112576,1.199114336,156,-1.951208514,0.5602434208,4976.4581936 +420,0.978913739,0.359223811,156,-1.951208514,0.5602434208,8714.5735043 +421,1.210898818,0.522863584,156,-1.951208514,0.5602434208,8152.9692417 +422,2.347397336,0.129231362,156,-1.951208514,0.5602434208,7301.9018767 +423,0.614394501,0.556878345,156,-1.951208514,0.5602434208,7521.5155685 +424,-1.398079356,0.148483366,156,-1.951208514,0.5602434208,2604.578688 +425,2.535303836,-0.112984496,156,-1.951208514,0.5602434208,7216.3479332 +426,-1.019372593,-0.405322349,156,-1.951208514,0.5602434208,5201.7204672 +427,-1.297785627,-0.160104069,156,-1.951208514,0.5602434208,3774.5091283 +428,2.144554488,0.205051084,156,-1.951208514,0.5602434208,7729.2243768 +429,-2.242387083,-0.426171285,156,-1.951208514,0.5602434208,4059.4893287 +430,0.338637212,0.909723676,156,-1.951208514,0.5602434208,5917.1454942 +431,-0.148798452,0.691042401,156,-1.951208514,0.5602434208,5469.4369694 +432,0.893524764,0.441829531,156,-1.951208514,0.5602434208,8319.0891368 +433,0.969229347,-0.368847936,156,-1.951208514,0.5602434208,11355.598532 +434,0.436043248,0.800045688,156,-1.951208514,0.5602434208,6415.5211879 +435,1.687946607,1.081504775,156,-1.951208514,0.5602434208,5748.7731085 +436,0.522302046,-0.034889271,156,-1.951208514,0.5602434208,9200.7801245 +437,-0.178996113,-0.438090009,156,-1.951208514,0.5602434208,7761.1606996 +438,-1.094339566,0.301444068,156,-1.951208514,0.5602434208,3219.533059 +439,-1.064070054,0.242569932,156,-1.951208514,0.5602434208,3434.5473525 +440,-1.068153768,0.230387998,156,-1.951208514,0.5602434208,3445.7518979 +441,-3.00496892,-0.23989155,156,-1.951208514,0.5602434208,5095.7915287 +442,0.21751974,0.766874888,156,-1.951208514,0.5602434208,6121.5550143 +443,0.117229532,0.007619006,156,-1.951208514,0.5602434208,7853.3213596 +444,0.777758451,0.420554741,156,-1.951208514,0.5602434208,8256.9327588 +445,-0.252356999,0.250747086,156,-1.951208514,0.5602434208,6114.7512807 +446,0.363148444,0.768483434,156,-1.951208514,0.5602434208,6392.0412095 +447,0.903191366,-0.118210676,156,-1.951208514,0.5602434208,10397.00796 +448,-0.205755923,0.149406178,156,-1.951208514,0.5602434208,6485.3925399 +449,1.811996086,0.02364353,156,-1.951208514,0.5602434208,9161.7618159 +450,-1.100670221,0.314845373,156,-1.951208514,0.5602434208,3173.6021626 +451,0.340078597,0.850105132,156,-1.951208514,0.5602434208,6101.3132155 +452,0.258757267,0.804969236,156,-1.951208514,0.5602434208,6092.1072142 +453,2.78505352,-0.155160804,156,-1.951208514,0.5602434208,6468.2282369 +454,0.800551619,0.105822106,156,-1.951208514,0.5602434208,9423.272885 +455,0.437940882,-0.506194031,156,-1.951208514,0.5602434208,9885.1489263 +456,2.230431122,0.63458615,156,-1.951208514,0.5602434208,6341.9028034 +457,0.527965361,0.127667701,156,-1.951208514,0.5602434208,8745.4969928 +458,-0.063643205,0.702093448,156,-1.951208514,0.5602434208,5658.6997174 +459,1.408447268,0.133010502,156,-1.951208514,0.5602434208,9576.8280694 +460,0.523795955,0.280266966,156,-1.951208514,0.5602434208,8263.132345 +461,-0.975769313,0.072177659,156,-1.951208514,0.5602434208,4092.120107 +462,0.549774164,-0.463663986,156,-1.951208514,0.5602434208,10209.776467 +463,0.29245874,1.095549818,156,-1.951208514,0.5602434208,5298.8684751 +464,0.143625958,0.816809593,156,-1.951208514,0.5602434208,5836.3221233 +465,0.671902494,0.611159853,156,-1.951208514,0.5602434208,7419.1712205 +466,1.239840988,0.6724199,156,-1.951208514,0.5602434208,7557.8672034 +467,0.607829703,-0.10932137,156,-1.951208514,0.5602434208,9648.553228 +468,1.763020906,0.263996692,156,-1.951208514,0.5602434208,8522.3133019 +469,0.378714634,0.726066797,156,-1.951208514,0.5602434208,6551.8732821 +470,2.196736143,-0.153862366,156,-1.951208514,0.5602434208,8431.0504862 +471,0.01702415,0.148991565,156,-1.951208514,0.5602434208,7203.8695822 +472,-2.998490902,-0.158002487,156,-1.951208514,0.5602434208,4870.4530457 +473,-3.051262951,-0.346595608,156,-1.951208514,0.5602434208,5501.606987 +474,-1.069176439,0.182802941,156,-1.951208514,0.5602434208,3542.407025 +475,0.167157509,0.595344954,156,-1.951208514,0.5602434208,6488.0950245 +476,0.613855648,0.681746124,156,-1.951208514,0.5602434208,7086.6984277 +477,1.037012736,0.682555367,156,-1.951208514,0.5602434208,7488.8823151 +478,-1.253574971,0.379755746,156,-1.951208514,0.5602434208,2549.3149847 +479,3.108590453,-0.132620738,156,-1.951208514,0.5602434208,5361.1107356 +480,0.565301296,0.022333262,156,-1.951208514,0.5602434208,9156.395082 +481,0.547898238,0.855555614,156,-1.951208514,0.5602434208,6394.7052367 +482,0.948309381,0.417393755,156,-1.951208514,0.5602434208,8464.5251209 +483,-0.050600732,0.945269213,156,-1.951208514,0.5602434208,5138.4606513 +484,-0.977651478,-0.572363064,156,-1.951208514,0.5602434208,5774.7571358 +485,1.102014914,0.728861163,156,-1.951208514,0.5602434208,7327.5417042 +486,2.927300795,-0.282939414,156,-1.951208514,0.5602434208,6276.76609 +487,-1.154565557,0.124434095,156,-1.951208514,0.5602434208,3400.334605 +488,1.855331234,0.291044755,156,-1.951208514,0.5602434208,8232.7232697 +489,0.830290659,0.276904518,156,-1.951208514,0.5602434208,8857.3136195 +490,0.485104466,-0.234867441,156,-1.951208514,0.5602434208,9586.9755277 +491,0.521367572,-0.33161327,156,-1.951208514,0.5602434208,9903.6254113 +1,-1.539031704,0.7349710123,157,-1.944675062,0.6062144545,1352.749944 +2,-1.536990553,0.7349663874,157,-1.944675062,0.6062144545,1358.5548524 +3,-1.534951779,0.7349571355,157,-1.944675062,0.6062144545,1364.3521703 +4,-1.532906461,0.7349480293,157,-1.944675062,0.6062144545,1370.171979 +5,-1.531320211,0.7346937278,157,-1.944675062,0.6062144545,1374.4523995 +6,-1.539451648,0.7335131775,157,-1.944675062,0.6062144545,1350.1207119 +7,-1.537429487,0.7335445708,157,-1.944675062,0.6062144545,1355.9191347 +8,-1.535484998,0.7335658704,157,-1.944675062,0.6062144545,1361.4890481 +9,-1.533488396,0.7336036027,157,-1.944675062,0.6062144545,1367.2262142 +10,-1.531497785,0.7335842962,157,-1.944675062,0.6062144545,1372.8951709 +11,-1.530259379,0.7334777758,157,-1.944675062,0.6062144545,1376.3353826 +12,-1.5335454,0.7322346912,157,-1.944675062,0.6062144545,1365.7718567 +13,-1.531489083,0.7322238773,157,-1.944675062,0.6062144545,1371.6491877 +14,-1.530011122,0.7321679851,157,-1.944675062,0.6062144545,1375.8313873 +15,-1.53348106,0.7306614094,157,-1.944675062,0.6062144545,1364.4962025 +16,-1.531441779,0.7306962275,157,-1.944675062,0.6062144545,1370.3808037 +17,-1.529755654,0.7306933243,157,-1.944675062,0.6062144545,1375.2196609 +18,-1.533415048,0.7291384674,157,-1.944675062,0.6062144545,1363.2975754 +19,-1.531392093,0.7291705353,157,-1.944675062,0.6062144545,1369.1459486 +20,-1.529296523,0.7291214933,157,-1.944675062,0.6062144545,1375.134075 +21,-1.535280942,0.727267644,157,-1.944675062,0.6062144545,1356.2453447 +22,-1.533378158,0.7276139666,157,-1.944675062,0.6062144545,1362.0387996 +23,-1.531340368,0.7276446587,157,-1.944675062,0.6062144545,1367.9417745 +24,-1.528960113,0.7276398177,157,-1.944675062,0.6062144545,1374.8046499 +25,-1.533313146,0.7260818349,157,-1.944675062,0.6062144545,1360.8795416 +26,-1.531259555,0.7260958115,157,-1.944675062,0.6062144545,1366.8269451 +27,-1.528926415,0.7260865555,157,-1.944675062,0.6062144545,1373.5659114 +28,-1.531226779,0.7245511789,157,-1.944675062,0.6062144545,1365.6027517 +29,-1.528904772,0.7245519194,157,-1.944675062,0.6062144545,1372.3334593 +30,-1.547195875,0.7409785979,157,-1.944675062,0.6062144545,1335.9129498 +31,-1.5451475,0.740980426,157,-1.944675062,0.6062144545,1341.6719504 +32,-1.543097679,0.7409798872,157,-1.944675062,0.6062144545,1347.4366189 +33,-1.540720364,0.7409892687,157,-1.944675062,0.6062144545,1354.1380609 +34,-1.547188511,0.7395198392,157,-1.944675062,0.6062144545,1334.3539068 +35,-1.545148587,0.7395226109,157,-1.944675062,0.6062144545,1340.1042785 +36,-1.543104538,0.7395314908,157,-1.944675062,0.6062144545,1345.8767377 +37,-1.540727751,0.7395306258,157,-1.944675062,0.6062144545,1352.5819972 +38,-1.547187029,0.7380014886,157,-1.944675062,0.6062144545,1332.7375032 +39,-1.545147315,0.7380012252,157,-1.944675062,0.6062144545,1338.498693 +40,-1.54310719,0.7380060743,157,-1.944675062,0.6062144545,1344.2703447 +41,-1.540719671,0.7380068206,157,-1.944675062,0.6062144545,1351.0245805 +42,-1.547187189,0.7364799098,157,-1.944675062,0.6062144545,1331.1373474 +43,-1.545149996,0.7364853874,157,-1.944675062,0.6062144545,1336.9119247 +44,-1.543106091,0.7364823484,157,-1.944675062,0.6062144545,1342.7005863 +45,-1.540717158,0.7364893901,157,-1.944675062,0.6062144545,1349.4821073 +46,-1.538663972,0.7410138672,157,-1.944675062,0.6062144545,1359.9563837 +47,-1.53695285,0.7409699132,157,-1.944675062,0.6062144545,1364.7333435 +48,-1.534910498,0.7409641297,157,-1.944675062,0.6062144545,1370.4877173 +49,-1.533145034,0.7409536636,157,-1.944675062,0.6062144545,1375.4595401 +50,-1.538681336,0.7395405883,157,-1.944675062,0.6062144545,1358.3706074 +51,-1.536999189,0.7395183096,157,-1.944675062,0.6062144545,1363.1002914 +52,-1.534923633,0.7395144222,157,-1.944675062,0.6062144545,1368.964203 +53,-1.533267822,0.7395654306,157,-1.944675062,0.6062144545,1373.699769 +54,-1.53867273,0.7380151077,157,-1.944675062,0.6062144545,1356.8273134 +55,-1.536980576,0.7379994392,157,-1.944675062,0.6062144545,1361.6042622 +56,-1.534931522,0.7379944961,157,-1.944675062,0.6062144545,1367.406573 +57,-1.533387952,0.7379480264,157,-1.944675062,0.6062144545,1371.737489 +58,-1.538682279,0.7364914363,157,-1.944675062,0.6062144545,1355.2585567 +59,-1.536980704,0.7364810563,157,-1.944675062,0.6062144545,1360.0796133 +60,-1.534935567,0.7364752065,157,-1.944675062,0.6062144545,1365.8842001 +61,-1.533042592,0.7363876366,157,-1.944675062,0.6062144545,1371.1799328 +62,-1.545143426,0.7349628011,157,-1.944675062,0.6062144545,1335.3686869 +63,-1.543105297,0.7349691947,157,-1.944675062,0.6062144545,1341.1649729 +64,-1.541064533,0.7349647152,157,-1.944675062,0.6062144545,1346.9615234 +65,-1.545411803,0.7334624714,157,-1.944675062,0.6062144545,1333.0896226 +66,-1.543446606,0.7334780896,157,-1.944675062,0.6062144545,1338.7009037 +67,-1.541475327,0.7334957295,157,-1.944675062,0.6062144545,1344.3346501 +68,-1.545401939,0.731963266,157,-1.944675062,0.6062144545,1331.6257766 +69,-1.54342253,0.7319915583,157,-1.944675062,0.6062144545,1337.3033541 +70,-1.541455867,0.7320216438,157,-1.944675062,0.6062144545,1342.9491562 +71,-1.545410146,0.7304422281,157,-1.944675062,0.6062144545,1330.1130687 +72,-1.543435491,0.7304713664,157,-1.944675062,0.6062144545,1335.791152 +73,-1.541463105,0.7304997613,157,-1.944675062,0.6062144545,1341.4648216 +74,-1.545414768,0.7289194936,157,-1.944675062,0.6062144545,1328.6335879 +75,-1.543435774,0.7289538557,157,-1.944675062,0.6062144545,1334.3422463 +76,-1.541457714,0.7289765881,157,-1.944675062,0.6062144545,1340.0399662 +77,-1.539449415,0.7320555866,157,-1.944675062,0.6062144545,1348.7151626 +78,-1.537429183,0.7321097681,157,-1.944675062,0.6062144545,1354.5426361 +79,-1.535472649,0.7321497267,157,-1.944675062,0.6062144545,1360.1768705 +80,-1.539457899,0.7305333307,157,-1.944675062,0.6062144545,1347.240166 +81,-1.537453161,0.7305750503,157,-1.944675062,0.6062144545,1353.0245161 +82,-1.535479385,0.7306124949,157,-1.944675062,0.6062144545,1358.7186315 +83,-1.53946905,0.7290102593,157,-1.944675062,0.6062144545,1345.7810985 +84,-1.537459922,0.7290417293,157,-1.944675062,0.6062144545,1351.5815981 +85,-1.535451349,0.7290890157,157,-1.944675062,0.6062144545,1357.397568 +86,-1.535522937,0.7279887191,157,-1.944675062,0.6062144545,1356.1944266 +87,-1.539442524,0.7274735939,157,-1.944675062,0.6062144545,1344.4424972 +88,-1.537424111,0.727521351,157,-1.944675062,0.6062144545,1350.2977081 +89,-1.539384641,0.7259505092,157,-1.944675062,0.6062144545,1343.2319926 +90,-1.537372391,0.7259947145,157,-1.944675062,0.6062144545,1349.0791382 +91,-1.535340789,0.7260435356,157,-1.944675062,0.6062144545,1354.9885296 +92,-1.539325716,0.7244369706,157,-1.944675062,0.6062144545,1342.0583973 +93,-1.537308932,0.7244801057,157,-1.944675062,0.6062144545,1347.9304478 +94,-1.535289068,0.7245247645,157,-1.944675062,0.6062144545,1353.8149852 +95,-1.533261366,0.7245550236,157,-1.944675062,0.6062144545,1359.7121141 +96,-1.539267302,0.722921924,157,-1.944675062,0.6062144545,1340.9072796 +97,-1.537248972,0.7229660258,157,-1.944675062,0.6062144545,1346.7973244 +98,-1.535219431,0.7229916471,157,-1.944675062,0.6062144545,1352.7064296 +99,-1.53318962,0.7230212049,157,-1.944675062,0.6062144545,1358.6220814 +100,-1.531154816,0.7230299897,157,-1.944675062,0.6062144545,1364.5373604 +101,-1.528878341,0.7230370244,157,-1.944675062,0.6062144545,1371.156075 +102,-1.539218189,0.7214009878,157,-1.944675062,0.6062144545,1339.7495196 +103,-1.537198791,0.7214422745,157,-1.944675062,0.6062144545,1345.6529313 +104,-1.535179266,0.7214634354,157,-1.944675062,0.6062144545,1351.5421566 +105,-1.533156501,0.7214944644,157,-1.944675062,0.6062144545,1357.4513573 +106,-1.53113574,0.7215166021,157,-1.944675062,0.6062144545,1363.3497412 +107,-1.528874248,0.7215345535,157,-1.944675062,0.6062144545,1369.9480887 +108,-1.539217656,0.7198512397,157,-1.944675062,0.6062144545,1338.451883 +109,-1.537199919,0.7199428763,157,-1.944675062,0.6062144545,1344.4045964 +110,-1.545425832,0.727397149,157,-1.944675062,0.6062144545,1327.1607042 +111,-1.543371177,0.7273916949,157,-1.944675062,0.6062144545,1333.0629739 +112,-1.541368852,0.7274523163,157,-1.944675062,0.6062144545,1338.878995 +113,-1.545349067,0.7258710923,157,-1.944675062,0.6062144545,1325.9621829 +114,-1.54332671,0.7258603556,157,-1.944675062,0.6062144545,1331.780806 +115,-1.541346831,0.7259242142,157,-1.944675062,0.6062144545,1337.5477648 +116,-1.545324355,0.7243383958,157,-1.944675062,0.6062144545,1324.6334558 +117,-1.543292796,0.7243617413,157,-1.944675062,0.6062144545,1330.5232449 +118,-1.541295822,0.7244024384,157,-1.944675062,0.6062144545,1336.3312212 +119,-1.543193859,0.7205570215,157,-1.944675062,0.6062144545,1327.4786027 +120,-1.550257047,0.7386738187,157,-1.944675062,0.6062144545,1324.7978486 +121,-1.549335448,0.7311736483,157,-1.944675062,0.6062144545,1319.6179849 +122,-1.533478843,0.7179891343,157,-1.944675062,0.6062144545,1353.6939935 +123,-1.556150555,0.738907041,157,-1.944675062,0.6062144545,1308.4699663 +124,-1.554324226,0.733414257,157,-1.944675062,0.6062144545,1307.7061845 +125,-1.554290846,0.7288285332,157,-1.944675062,0.6062144545,1303.1259829 +126,-1.55122487,0.7219795312,157,-1.944675062,0.6062144545,1305.4391685 +127,-1.525104458,0.7229399862,157,-1.944675062,0.6062144545,1382.0484044 +128,-1.519607711,0.7236181429,157,-1.944675062,0.6062144545,1398.5770162 +129,-1.513899999,0.7251107854,157,-1.944675062,0.6062144545,1416.3434134 +130,-1.536620762,0.7431061895,157,-1.944675062,0.6062144545,1367.9163318 +131,-1.5369566,0.7460845958,157,-1.944675062,0.6062144545,1370.1874495 +132,-1.545345528,0.7447040685,157,-1.944675062,0.6062144545,1345.2153549 +133,-1.532813921,0.7432306626,157,-1.944675062,0.6062144545,1378.7500189 +134,-1.554788248,0.7382381001,157,-1.944675062,0.6062144545,1311.5623801 +135,-1.540348126,0.7301594274,157,-1.944675062,0.6062144545,1344.3358634 +136,-1.538016084,0.7239051786,157,-1.944675062,0.6062144545,1345.3835244 +137,-1.525288962,0.7258085137,157,-1.944675062,0.6062144545,1383.8601276 +138,-1.534326986,0.731241342,157,-1.944675062,0.6062144545,1362.6065703 +139,-1.530733872,0.7303625216,157,-1.944675062,0.6062144545,1372.110799 +141,-1.534354939,0.7328219978,157,-1.944675062,0.6062144545,1364.0088828 +142,-1.53157084,0.7292888153,157,-1.944675062,0.6062144545,1368.7376421 +143,-1.525691035,0.7263799874,157,-1.944675062,0.6062144545,1383.1746956 +144,-1.534031287,0.7495967835,157,-1.944675062,0.6062144545,1382.2273126 +145,-1.527714986,0.7283095957,157,-1.944675062,0.6062144545,1378.9788809 +146,-1.526189586,0.7271468292,157,-1.944675062,0.6062144545,1382.3819388 +147,-1.555177336,0.7375563366,157,-1.944675062,0.6062144545,1309.7196989 +148,-1.555080283,0.7312707794,157,-1.944675062,0.6062144545,1303.3389269 +149,-1.53856994,0.7224180299,157,-1.944675062,0.6062144545,1342.4969484 +150,-1.530837883,0.729933372,157,-1.944675062,0.6062144545,1371.4246277 +151,-1.515066984,0.5854133365,157,-1.944675062,0.6062144545,1407.3660982 +152,-1.534731633,0.5368370046,157,-1.944675062,0.6062144545,1389.722642 +153,-1.515231902,0.5607085576,157,-1.944675062,0.6062144545,1427.3989993 +154,-2.616253799,1.0684566605,157,-1.944675062,0.6062144545,2488.019207 +155,-1.956071439,0.5792177723,157,-1.944675062,0.6062144545,113.29821854 +156,-1.951208514,0.5602434208,157,-1.944675062,0.6062144545,183.36749426 +157,-1.944675062,0.6062144545,157,-1.944675062,0.6062144545,158.86224496 +158,-1.613778386,0.6077989518,157,-1.944675062,0.6062144545,1074.9492571 +159,-2.035029014,0.6021432345,157,-1.944675062,0.6062144545,294.94231127 +160,-2.114989471,0.6801825058,157,-1.944675062,0.6062144545,613.70261628 +161,-2.037382079,0.5765830025,157,-1.944675062,0.6062144545,326.60370678 +162,-2.129855121,0.6585019963,157,-1.944675062,0.6062144545,626.42253429 +163,-2.075141798,0.6493615843,157,-1.944675062,0.6062144545,451.64256126 +164,-1.828626729,0.6948433129,157,-1.944675062,0.6062144545,506.7022861 +165,-1.863329418,0.6735427691,157,-1.944675062,0.6062144545,371.27738185 +166,-1.266037071,0.727988852,157,-1.944675062,0.6062144545,2146.9903601 +167,-1.277579582,0.7249010648,157,-1.944675062,0.6062144545,2112.7899949 +168,-1.258418684,0.7241194816,157,-1.944675062,0.6062144545,2169.6340453 +169,-1.317813974,0.6804850104,157,-1.944675062,0.6062144545,1995.2085643 +170,-1.344165204,0.6790988904,157,-1.944675062,0.6062144545,1914.352956 +171,-1.427582102,0.5277120351,157,-1.944675062,0.6062144545,1748.9536553 +172,-1.402238616,0.457167829,157,-1.944675062,0.6062144545,1934.764497 +173,-1.422454264,0.4996161999,157,-1.944675062,0.6062144545,1803.0162055 +174,-1.439089277,0.4894859811,157,-1.944675062,0.6062144545,1764.1028184 +175,-1.448126995,0.5182330266,157,-1.944675062,0.6062144545,1694.1820108 +176,-1.474626146,0.5881926574,157,-1.944675062,0.6062144545,1536.6587699 +177,-1.421139645,0.5584869783,157,-1.944675062,0.6062144545,1735.7682126 +178,-1.457037165,0.565943032,157,-1.944675062,0.6062144545,1611.8952073 +179,-2.757159358,0.3745319,157,-1.944675062,0.6062144545,2954.8511773 +180,-2.714309238,0.342054471,157,-1.944675062,0.6062144545,2879.9823412 +181,-2.000525337,0.774119946,157,-1.944675062,0.6062144545,686.44998165 +183,-1.571413436,0.6777838382,157,-1.944675062,0.6062144545,1214.5066887 +184,-1.552860289,0.6987663893,157,-1.944675062,0.6062144545,1282.5220628 +185,-1.521852374,0.7165827476,157,-1.944675062,0.6062144545,1386.7028474 +186,-1.503656267,0.6928968252,157,-1.944675062,0.6062144545,1427.6638084 +187,-1.502753178,0.7136205882,157,-1.944675062,0.6062144545,1441.0122922 +188,-1.631894563,0.7343596465,157,-1.944675062,0.6062144545,1092.4883605 +189,-1.653765416,0.6770714026,157,-1.944675062,0.6062144545,963.22472097 +190,-1.719812114,0.6715965947,157,-1.944675062,0.6062144545,759.62792991 +191,-1.493406659,0.6646955447,157,-1.944675062,0.6062144545,1452.2597025 +192,-1.469120564,0.6613469966,157,-1.944675062,0.6062144545,1527.9463106 +193,-1.590551461,0.5326612937,157,-1.944675062,0.6062144545,1214.4059852 +194,-1.625979264,0.5247742243,157,-1.944675062,0.6062144545,1111.7101426 +195,-1.572293943,0.5238808754,157,-1.944675062,0.6062144545,1284.9437205 +196,-1.610848725,0.5477107964,157,-1.944675062,0.6062144545,1130.345108 +197,-1.208485554,0.7918526018,157,-1.944675062,0.6062144545,2320.1029663 +198,-1.335601374,0.6869083083,157,-1.944675062,0.6062144545,1939.63885 +199,-1.346156996,0.6825213377,157,-1.944675062,0.6062144545,1907.767745 +200,-1.324381037,0.6741422347,157,-1.944675062,0.6062144545,1976.3217284 +201,-1.242424992,0.7378949807,157,-1.944675062,0.6062144545,2216.5332946 +202,-1.270370057,0.7392461008,157,-1.944675062,0.6062144545,2134.7541793 +203,-1.448950472,0.7441675014,157,-1.944675062,0.6062144545,1618.0017758 +204,-1.492662363,0.7523026852,157,-1.944675062,0.6062144545,1500.6510023 +205,-1.479098966,0.7763855017,157,-1.944675062,0.6062144545,1563.0195105 +206,-1.633760714,0.7869022408,157,-1.944675062,0.6062144545,1180.7154445 +207,-1.647406434,0.8101289331,157,-1.944675062,0.6062144545,1200.3626296 +208,-1.564245052,0.5701509278,157,-1.944675062,0.6062144545,1259.2716842 +209,-1.646289963,0.6833746083,157,-1.944675062,0.6062144545,991.00505787 +210,-1.5820631,0.6751952144,157,-1.944675062,0.6062144545,1180.6194044 +211,-1.613236298,0.6681681791,157,-1.944675062,0.6062144545,1081.259608 +212,-1.914661867,0.8212566515,157,-1.944675062,0.6062144545,856.45020684 +213,-1.742133237,0.7250275956,157,-1.944675062,0.6062144545,786.00280249 +214,-2.033144872,0.6557314699,157,-1.944675062,0.6062144545,344.1984609 +215,-2.039551981,0.6964723658,157,-1.944675062,0.6062144545,465.77439864 +216,-1.247341019,0.7622473908,157,-1.944675062,0.6062144545,2204.4244329 +217,-1.298239787,0.7084123392,157,-1.944675062,0.6062144545,2051.3630357 +218,-1.308539688,0.6926545592,157,-1.944675062,0.6062144545,2021.5893374 +219,-1.303263185,0.6888938396,157,-1.944675062,0.6062144545,2038.2568315 +220,-1.852400229,0.6004246149,157,-1.944675062,0.6062144545,301.81110642 +221,-1.288947707,0.7473773692,157,-1.944675062,0.6062144545,2081.7684036 +222,-1.372031502,0.7472790993,157,-1.944675062,0.6062144545,1841.1895635 +223,-1.289805721,0.7242157877,157,-1.944675062,0.6062144545,2076.5105376 +224,-1.350807603,0.7533498126,157,-1.944675062,0.6062144545,1904.9869366 +225,-1.329290365,0.7560442322,157,-1.944675062,0.6062144545,1967.8414634 +226,-1.410153004,0.616936428,157,-1.944675062,0.6062144545,1727.0546226 +227,-1.393445434,0.6308995063,157,-1.944675062,0.6062144545,1773.7324527 +228,-1.37595573,0.6241540638,157,-1.944675062,0.6062144545,1832.5927032 +229,-1.358388707,0.6172645205,157,-1.944675062,0.6062144545,1892.4397591 +230,-1.753741133,0.8281661666,157,-1.944675062,0.6062144545,1045.4508794 +231,-1.47430987,0.6834615681,157,-1.944675062,0.6062144545,1514.2050194 +232,-1.421012508,0.7222725206,157,-1.944675062,0.6062144545,1687.2205679 +233,-1.4476833,0.6978557868,157,-1.944675062,0.6062144545,1598.9475111 +234,-1.470370723,0.6966193374,157,-1.944675062,0.6062144545,1529.883771 +235,-1.429211703,0.7037216883,157,-1.944675062,0.6062144545,1656.3599466 +236,-1.700578405,0.6178673663,157,-1.944675062,0.6062144545,792.04242607 +237,-1.678117619,0.6331716163,157,-1.944675062,0.6062144545,865.19504479 +238,-1.725644578,0.6316331145,157,-1.944675062,0.6062144545,713.26359283 +239,-2.14012759,0.7930497945,157,-1.944675062,0.6062144545,945.96896569 +240,-2.103289431,0.7653606263,157,-1.944675062,0.6062144545,795.0442596 +241,-1.318739838,0.7017808746,157,-1.944675062,0.6062144545,1989.8239277 +242,-1.396417427,0.7077900843,157,-1.944675062,0.6062144545,1756.0327495 +243,-1.35650337,0.7185539404,157,-1.944675062,0.6062144545,1877.5919078 +244,-1.248884539,0.7274156818,157,-1.944675062,0.6062144545,2197.7338151 +245,-1.395014798,0.5761185243,157,-1.944675062,0.6062144545,1804.2844539 +246,-1.433377362,0.6064716109,157,-1.944675062,0.6062144545,1658.2383427 +247,-1.408172432,0.5903155476,157,-1.944675062,0.6062144545,1750.272064 +248,-1.749645898,0.7757118084,157,-1.944675062,0.6062144545,895.60411266 +249,-1.571626686,0.615046989,157,-1.944675062,0.6062144545,1208.7827137 +250,-1.514070049,0.6303003037,157,-1.944675062,0.6062144545,1389.4422831 +251,-1.480890369,0.6237966528,157,-1.944675062,0.6062144545,1497.4831709 +252,-1.704390658,0.5281680612,157,-1.944675062,0.6062144545,859.25783684 +253,-1.64434733,0.5254277498,157,-1.944675062,0.6062144545,1052.3335495 +254,-1.703855997,0.4792484842,157,-1.944675062,0.6062144545,957.79012658 +255,-1.692002383,0.5748825051,157,-1.944675062,0.6062144545,839.7827295 +256,-1.854136457,0.5544643913,157,-1.944675062,0.6062144545,363.17791379 +257,-1.665021206,0.520317736,157,-1.944675062,0.6062144545,995.05222193 +258,-1.733654349,0.4845187345,157,-1.944675062,0.6062144545,860.9156088 +259,-1.720938188,0.5135933906,157,-1.944675062,0.6062144545,834.8070587 +260,-1.742668307,0.553296122,157,-1.944675062,0.6062144545,700.95456544 +261,-1.965659039,0.7142126903,157,-1.944675062,0.6062144545,432.77575762 +262,-1.944438071,0.6772834804,157,-1.944675062,0.6062144545,281.50541492 +263,-1.270340967,0.7681487096,157,-1.944675062,0.6062144545,2140.1537116 +264,-1.353091884,0.6549276821,157,-1.944675062,0.6062144545,1892.2019573 +265,-1.333236659,0.6413584414,157,-1.944675062,0.6062144545,1959.7926197 +266,-1.352015998,0.6753788907,157,-1.944675062,0.6062144545,1890.7112078 +267,-1.377988483,0.6577816235,157,-1.944675062,0.6062144545,1813.4770971 +268,-2.13075611,0.8318642051,157,-1.944675062,0.6062144545,1049.6428718 +269,-2.097910953,0.8259670014,157,-1.944675062,0.6062144545,982.02665962 +270,-1.416382069,0.6694271549,157,-1.944675062,0.6062144545,1691.9930017 +271,-1.538905672,0.7535625993,157,-1.944675062,0.6062144545,1373.2773155 +272,-1.572309477,0.7803125099,157,-1.944675062,0.6062144545,1321.5375609 +273,-1.87759879,0.7503853417,157,-1.944675062,0.6062144545,607.19288609 +274,1.152365588,0.590457682,157,-1.944675062,0.6062144545,7700.9480307 +275,0.350198001,0.718001859,157,-1.944675062,0.6062144545,6361.2516324 +276,0.046513677,0.491503852,157,-1.944675062,0.6062144545,6328.0669722 +277,0.027510309,0.742571376,157,-1.944675062,0.6062144545,5630.6757193 +278,0.306285725,-0.214631579,157,-1.944675062,0.6062144545,8902.9576492 +279,-1.100564889,0.318051531,157,-1.944675062,0.6062144545,3168.2985021 +280,-1.078582306,0.301437596,157,-1.944675062,0.6062144545,3273.3634104 +281,-1.137371989,-0.617634065,157,-1.944675062,0.6062144545,5692.3240444 +282,0.784356344,0.703272339,157,-1.944675062,0.6062144545,7042.7775095 +283,-1.221209947,0.218327455,157,-1.944675062,0.6062144545,3010.8725661 +284,2.347301921,-0.449114658,157,-1.944675062,0.6062144545,8526.3969099 +285,0.246820618,0.830553713,157,-1.944675062,0.6062144545,5831.9959598 +286,0.829414965,0.703288228,157,-1.944675062,0.6062144545,7086.2311138 +287,-1.337537566,0.42332223,157,-1.944675062,0.6062144545,2201.9951961 +288,0.882453706,0.454478077,157,-1.944675062,0.6062144545,8079.9195453 +289,1.575629659,0.416419109,157,-1.944675062,0.6062144545,8150.4266384 +290,-1.039455679,0.229888244,157,-1.944675062,0.6062144545,3553.0094676 +291,0.489558039,0.934482747,157,-1.944675062,0.6062144545,5876.6036206 +292,0.081344504,0.88384514,157,-1.944675062,0.6062144545,5378.2577362 +293,-1.547979814,0.300350308,157,-1.944675062,0.6062144545,1852.4094828 +294,0.040776181,0.168560074,157,-1.944675062,0.6062144545,7144.4776966 +295,-1.130374745,0.563894876,157,-1.944675062,0.6062144545,2670.1081198 +296,1.578326642,0.478507176,157,-1.944675062,0.6062144545,7915.861662 +297,-1.12861823,-0.291640865,157,-1.944675062,0.6062144545,4697.5030113 +298,0.310524208,0.770885792,157,-1.944675062,0.6062144545,6125.5940328 +299,0.415649091,-0.387246002,157,-1.944675062,0.6062144545,9613.9509676 +300,-0.926533878,-0.188022748,157,-1.944675062,0.6062144545,4942.9609084 +301,1.258856172,-0.11716081,157,-1.944675062,0.6062144545,10493.552158 +302,-1.126050026,0.322941926,157,-1.944675062,0.6062144545,3076.2573337 +303,2.002785835,0.07893892,157,-1.944675062,0.6062144545,8399.093161 +304,0.440437607,0.746258085,157,-1.944675062,0.6062144545,6428.0670488 +305,-0.030391866,0.214441206,157,-1.944675062,0.6062144545,6815.032598 +306,0.521557815,-0.058929362,157,-1.944675062,0.6062144545,9150.7234342 +307,-0.097005111,0.13317729,157,-1.944675062,0.6062144545,6806.29871 +308,1.83113859,0.221857587,157,-1.944675062,0.6062144545,8389.8540492 +309,0.222428864,0.099404236,157,-1.944675062,0.6062144545,7863.6186828 +310,-1.702731345,0.8728568183,157,-1.944675062,0.6062144545,1266.9732392 +311,-0.418507569,0.278324921,157,-1.944675062,0.6062144545,5457.4981614 +312,-1.41153306,0.339029988,157,-1.944675062,0.6062144545,2144.7402722 +313,0.357560442,0.114788776,157,-1.944675062,0.6062144545,8205.2450322 +314,0.325818979,0.268352149,157,-1.944675062,0.6062144545,7677.3445063 +315,-1.246004659,-0.663679965,157,-1.944675062,0.6062144545,5646.7374577 +316,1.814603087,0.637404484,157,-1.944675062,0.6062144545,7016.8171073 +317,1.843704281,-0.18300445,157,-1.944675062,0.6062144545,9572.4930576 +318,1.690644492,-0.211480909,157,-1.944675062,0.6062144545,10079.929531 +319,-1.275451936,0.068109467,157,-1.944675062,0.6062144545,3250.1333524 +320,0.762430171,-0.207594741,157,-1.944675062,0.6062144545,10222.887576 +321,0.265668905,-0.014647884,157,-1.944675062,0.6062144545,8290.3042414 +322,-2.773032013,-0.335515811,157,-1.944675062,0.6062144545,4860.2559586 +323,-1.469512853,0.174058777,157,-1.944675062,0.6062144545,2424.8311279 +324,0.286276986,0.785925691,157,-1.944675062,0.6062144545,6035.9920094 +325,-1.379324697,0.377432233,157,-1.944675062,0.6062144545,2159.1765998 +326,-1.203778265,0.212813032,157,-1.944675062,0.6062144545,3077.5631245 +327,0.579916301,0.611743168,157,-1.944675062,0.6062144545,7106.6843247 +328,0.267582642,0.868113908,157,-1.944675062,0.6062144545,5757.4529702 +329,0.412869244,-0.050245578,157,-1.944675062,0.6062144545,8819.4474062 +330,0.17524381,0.976660285,157,-1.944675062,0.6062144545,5294.4929945 +331,0.743157214,0.204812899,157,-1.944675062,0.6062144545,8807.2464164 +332,-1.070758176,0.269382282,157,-1.944675062,0.6062144545,3366.3804767 +333,-1.230364251,0.329790229,157,-1.944675062,0.6062144545,2728.5950097 +334,-1.374813124,-0.024926835,157,-1.944675062,0.6062144545,3273.3663683 +335,0.519780566,0.463669906,157,-1.944675062,0.6062144545,7504.0024412 +336,-1.55108034,0.239698561,157,-1.944675062,0.6062144545,2021.7721609 +337,0.180294813,0.029739425,157,-1.944675062,0.6062144545,7918.4738423 +338,0.67820924,0.268170153,157,-1.944675062,0.6062144545,8468.4132 +339,0.445798684,1.024001867,157,-1.944675062,0.6062144545,5527.7321213 +340,0.691751283,0.150521402,157,-1.944675062,0.6062144545,8899.1272965 +341,-1.036643551,-0.903056181,157,-1.944675062,0.6062144545,6755.4123363 +342,-0.120287036,1.083325163,157,-1.944675062,0.6062144545,4562.3715239 +343,2.823513113,-0.304487164,157,-1.944675062,0.6062144545,6726.7014155 +344,0.457583172,1.12513373,157,-1.944675062,0.6062144545,5211.4385727 +345,0.042918831,0.813795399,157,-1.944675062,0.6062144545,5482.1511932 +346,1.196146777,-0.853142756,157,-1.944675062,0.6062144545,11465.762897 +347,0.206001358,-0.010430701,157,-1.944675062,0.6062144545,8098.3654814 +348,-0.268308653,0.234799412,157,-1.944675062,0.6062144545,6030.4058624 +349,0.759363263,0.736189579,157,-1.944675062,0.6062144545,6894.719991 +350,0.181363926,0.891988372,157,-1.944675062,0.6062144545,5539.4194833 +351,-0.021111158,0.139103292,157,-1.944675062,0.6062144545,7028.3574811 +352,-0.093355215,0.630686981,157,-1.944675062,0.6062144545,5616.5760214 +353,0.40118964,0.681375926,157,-1.944675062,0.6062144545,6570.12243 +354,-0.721197315,1.304706234,157,-1.944675062,0.6062144545,3556.5203898 +355,-1.076150317,0.212107639,157,-1.944675062,0.6062144545,3476.6776363 +356,-1.577164531,0.273993443,157,-1.944675062,0.6062144545,1853.5867211 +357,-0.190788414,0.182208586,157,-1.944675062,0.6062144545,6395.8983708 +358,-0.261349752,0.209710184,157,-1.944675062,0.6062144545,6109.6147271 +359,-1.029303852,0.083549259,157,-1.944675062,0.6062144545,3930.8523422 +360,-1.268609162,0.330525297,157,-1.944675062,0.6062144545,2606.0772075 +361,1.282982244,-0.926641967,157,-1.944675062,0.6062144545,11151.861007 +362,0.217352334,0.731352408,157,-1.944675062,0.6062144545,6065.0043528 +363,-1.511833084,0.258629297,157,-1.944675062,0.6062144545,2066.8044496 +364,0.338812194,0.823184618,157,-1.944675062,0.6062144545,6013.9988109 +365,-0.324406489,1.134201999,157,-1.944675062,0.6062144545,4151.9259069 +366,1.389579348,0.399185724,157,-1.944675062,0.6062144545,8396.0780824 +367,2.047152199,-0.039082036,157,-1.944675062,0.6062144545,8595.8449137 +368,0.947780369,0.568250077,157,-1.944675062,0.6062144545,7700.4017115 +369,0.763824846,0.576754987,157,-1.944675062,0.6062144545,7489.4816162 +370,-0.142334657,0.928153068,157,-1.944675062,0.6062144545,4834.8178319 +371,0.610266567,0.547265983,157,-1.944675062,0.6062144545,7378.9537576 +372,0.210731629,0.746815056,157,-1.944675062,0.6062144545,6007.0904535 +373,-1.34931644,0.316895224,157,-1.944675062,0.6062144545,2385.3655243 +374,2.407696481,0.655030745,157,-1.944675062,0.6062144545,5755.4529343 +375,0.64207831,0.545359131,157,-1.944675062,0.6062144545,7435.6657955 +376,1.174597538,0.840588356,157,-1.944675062,0.6062144545,6712.5175589 +377,0.660059424,0.010604079,157,-1.944675062,0.6062144545,9293.9219316 +378,-0.730263819,0.010486456,157,-1.944675062,0.6062144545,5045.3972686 +379,0.831068936,0.512339172,157,-1.944675062,0.6062144545,7807.0200352 +380,1.301180979,0.72367476,157,-1.944675062,0.6062144545,7162.5221372 +381,1.811128231,0.322854402,157,-1.944675062,0.6062144545,8098.0503005 +382,0.435105812,0.992284428,157,-1.944675062,0.6062144545,5617.8903694 +383,0.62643634,0.592027932,157,-1.944675062,0.6062144545,7247.3681871 +384,0.492988703,-0.516339467,157,-1.944675062,0.6062144545,10072.545059 +385,-0.162469483,0.112549365,157,-1.944675062,0.6062144545,6648.0189257 +386,0.314630866,0.472006421,157,-1.944675062,0.6062144545,7043.8450611 +387,0.166744804,0.822815954,157,-1.944675062,0.6062144545,5705.5753123 +388,0.417159608,0.965805736,157,-1.944675062,0.6062144545,5680.4910576 +389,0.106334961,0.868774244,157,-1.944675062,0.6062144545,5465.2580741 +390,0.815086969,-0.338144359,157,-1.944675062,0.6062144545,10735.742065 +391,0.59867455,-0.230624824,157,-1.944675062,0.6062144545,9838.3308959 +392,1.915104874,0.066220985,157,-1.944675062,0.6062144545,8671.5632931 +393,1.278093622,0.064463721,157,-1.944675062,0.6062144545,9770.1280142 +394,-0.061477853,0.302997961,157,-1.944675062,0.6062144545,6503.6542695 +395,0.251311504,0.626976942,157,-1.944675062,0.6062144545,6440.7241072 +396,2.950242872,0.149095644,157,-1.944675062,0.6062144545,5293.9025935 +397,-0.180294708,0.35375117,157,-1.944675062,0.6062144545,6027.4888905 +398,1.010448592,-0.351180233,157,-1.944675062,0.6062144545,11241.442615 +399,-1.748740498,0.3686318073,157,-1.944675062,0.6062144545,1162.4916526 +400,2.699635665,0.123533791,157,-1.944675062,0.6062144545,6163.5861666 +401,0.496808033,0.823843254,157,-1.944675062,0.6062144545,6257.3212645 +402,0.129574704,0.763364087,157,-1.944675062,0.6062144545,5795.5273919 +403,1.798920311,0.817447563,157,-1.944675062,0.6062144545,6411.22526 +404,0.335987953,0.746786541,157,-1.944675062,0.6062144545,6245.8297152 +405,-1.085413643,0.292154671,157,-1.944675062,0.6062144545,3270.8250086 +406,-0.155321003,0.508207011,157,-1.944675062,0.6062144545,5739.1313084 +407,0.620529244,-0.301175104,157,-1.944675062,0.6062144545,10079.20925 +408,1.684402744,0.368716966,157,-1.944675062,0.6062144545,8168.6665364 +409,0.300582244,-0.386397212,157,-1.944675062,0.6062144545,9238.6250986 +410,2.913555946,-0.009225192,157,-1.944675062,0.6062144545,5768.7127763 +411,1.465101417,0.493232532,157,-1.944675062,0.6062144545,7974.7268978 +412,0.090612882,0.907955955,157,-1.944675062,0.6062144545,5332.8737824 +413,2.987564726,-0.729568594,157,-1.944675062,0.6062144545,7207.1234894 +414,-1.484261606,0.224149272,157,-1.944675062,0.6062144545,2238.9061315 +415,0.164073421,0.303955133,157,-1.944675062,0.6062144545,7146.2672022 +416,0.141441293,0.167552546,157,-1.944675062,0.6062144545,7446.7161609 +417,2.931321023,-0.506718887,157,-1.944675062,0.6062144545,6856.3175787 +418,2.21951565,0.700596356,157,-1.944675062,0.6062144545,6063.8293079 +419,0.268112576,1.199114336,157,-1.944675062,0.6062144545,4796.5489183 +420,0.978913739,0.359223811,157,-1.944675062,0.6062144545,8532.6864659 +421,1.210898818,0.522863584,157,-1.944675062,0.6062144545,7971.2654889 +422,2.347397336,0.129231362,157,-1.944675062,0.6062144545,7260.1335059 +423,0.614394501,0.556878345,157,-1.944675062,0.6062144545,7351.9961767 +424,-1.398079356,0.148483366,157,-1.944675062,0.6062144545,2686.7729473 +425,2.535303836,-0.112984496,157,-1.944675062,0.6062144545,7232.2546474 +426,-1.019372593,-0.405322349,157,-1.944675062,0.6062144545,5303.9985601 +427,-1.297785627,-0.160104069,157,-1.944675062,0.6062144545,3884.0074256 +428,2.144554488,0.205051084,157,-1.944675062,0.6062144545,7653.2898833 +429,-2.242387083,-0.426171285,157,-1.944675062,0.6062144545,4239.4887869 +430,0.338637212,0.909723676,157,-1.944675062,0.6062144545,5745.9382143 +431,-0.148798452,0.691042401,157,-1.944675062,0.6062144545,5336.0273688 +432,0.893524764,0.441829531,157,-1.944675062,0.6062144545,8139.1117165 +433,0.969229347,-0.368847936,157,-1.944675062,0.6062144545,11213.905375 +434,0.436043248,0.800045688,157,-1.944675062,0.6062144545,6245.3299142 +435,1.687946607,1.081504775,157,-1.944675062,0.6062144545,5576.2255816 +436,0.522302046,-0.034889271,157,-1.944675062,0.6062144545,9083.8130582 +437,-0.178996113,-0.438090009,157,-1.944675062,0.6062144545,7790.8374671 +438,-1.094339566,0.301444068,157,-1.944675062,0.6062144545,3222.6596026 +439,-1.064070054,0.242569932,157,-1.944675062,0.6062144545,3446.3552935 +440,-1.068153768,0.230387998,157,-1.944675062,0.6062144545,3460.5273756 +441,-3.00496892,-0.23989155,157,-1.944675062,0.6062144545,5201.9117139 +442,0.21751974,0.766874888,157,-1.944675062,0.6062144545,5962.5940355 +443,0.117229532,0.007619006,157,-1.944675062,0.6062144545,7779.6913785 +444,0.777758451,0.420554741,157,-1.944675062,0.6062144545,8082.5098933 +445,-0.252356999,0.250747086,157,-1.944675062,0.6062144545,6044.1479419 +446,0.363148444,0.768483434,157,-1.944675062,0.6062144545,6226.2694031 +447,0.903191366,-0.118210676,157,-1.944675062,0.6062144545,10233.637878 +448,-0.205755923,0.149406178,157,-1.944675062,0.6062144545,6424.712276 +449,1.811996086,0.02364353,157,-1.944675062,0.6062144545,9064.1278173 +450,-1.100670221,0.314845373,157,-1.944675062,0.6062144545,3174.5326288 +451,0.340078597,0.850105132,157,-1.944675062,0.6062144545,5932.6544265 +452,0.258757267,0.804969236,157,-1.944675062,0.6062144545,5928.9975753 +453,2.78505352,-0.155160804,157,-1.944675062,0.6062144545,6515.1961372 +454,0.800551619,0.105822106,157,-1.944675062,0.6062144545,9258.3386738 +455,0.437940882,-0.506194031,157,-1.944675062,0.6062144545,9880.0169268 +456,2.230431122,0.63458615,157,-1.944675062,0.6062144545,6225.6540805 +457,0.527965361,0.127667701,157,-1.944675062,0.6062144545,8609.3596947 +458,-0.063643205,0.702093448,157,-1.944675062,0.6062144545,5519.4770066 +459,1.408447268,0.133010502,157,-1.944675062,0.6062144545,9410.5559096 +460,0.523795955,0.280266966,157,-1.944675062,0.6062144545,8114.7396132 +461,-0.975769313,0.072177659,157,-1.944675062,0.6062144545,4124.1816911 +462,0.549774164,-0.463663986,157,-1.944675062,0.6062144545,10181.215672 +463,0.29245874,1.095549818,157,-1.944675062,0.6062144545,5121.75083 +464,0.143625958,0.816809593,157,-1.944675062,0.6062144545,5677.456773 +465,0.671902494,0.611159853,157,-1.944675062,0.6062144545,7245.150268 +466,1.239840988,0.6724199,157,-1.944675062,0.6062144545,7376.7286716 +467,0.607829703,-0.10932137,157,-1.944675062,0.6062144545,9529.8327936 +468,1.763020906,0.263996692,157,-1.944675062,0.6062144545,8392.1858301 +469,0.378714634,0.726066797,157,-1.944675062,0.6062144545,6387.4550518 +470,2.196736143,-0.153862366,157,-1.944675062,0.6062144545,8416.9276252 +471,0.01702415,0.148991565,157,-1.944675062,0.6062144545,7121.1879907 +472,-2.998490902,-0.158002487,157,-1.944675062,0.6062144545,4967.2895403 +473,-3.051262951,-0.346595608,157,-1.944675062,0.6062144545,5615.4607627 +474,-1.069176439,0.182802941,157,-1.944675062,0.6062144545,3566.6370438 +475,0.167157509,0.595344954,157,-1.944675062,0.6062144545,6344.4008376 +476,0.613855648,0.681746124,157,-1.944675062,0.6062144545,6913.2607145 +477,1.037012736,0.682555367,157,-1.944675062,0.6062144545,7305.5220091 +478,-1.253574971,0.379755746,157,-1.944675062,0.6062144545,2553.3027085 +479,3.108590453,-0.132620738,157,-1.944675062,0.6062144545,5436.514458 +480,0.565301296,0.022333262,157,-1.944675062,0.6062144545,9026.6124647 +481,0.547898238,0.855555614,157,-1.944675062,0.6062144545,6218.8777096 +482,0.948309381,0.417393755,157,-1.944675062,0.6062144545,8283.0640941 +483,-0.050600732,0.945269213,157,-1.944675062,0.6062144545,4977.5430366 +484,-0.977651478,-0.572363064,157,-1.944675062,0.6062144545,5890.284503 +485,1.102014914,0.728861163,157,-1.944675062,0.6062144545,7144.3806275 +486,2.927300795,-0.282939414,157,-1.944675062,0.6062144545,6355.2914918 +487,-1.154565557,0.124434095,157,-1.944675062,0.6062144545,3447.2093533 +488,1.855331234,0.291044755,157,-1.944675062,0.6062144545,8111.6553 +489,0.830290659,0.276904518,157,-1.944675062,0.6062144545,8683.4580896 +490,0.485104466,-0.234867441,157,-1.944675062,0.6062144545,9508.5778793 +491,0.521367572,-0.33161327,157,-1.944675062,0.6062144545,9841.7269487 +1,-1.539031704,0.7349710123,158,-1.613778386,0.6077989518,554.31037493 +2,-1.536990553,0.7349663874,158,-1.613778386,0.6077989518,556.95958018 +3,-1.534951779,0.7349571355,158,-1.613778386,0.6077989518,559.64801969 +4,-1.532906461,0.7349480293,158,-1.613778386,0.6077989518,562.40390123 +5,-1.531320211,0.7346937278,158,-1.613778386,0.6077989518,563.71974306 +6,-1.539451648,0.7335131775,158,-1.613778386,0.6077989518,548.58242533 +7,-1.537429487,0.7335445708,158,-1.613778386,0.6077989518,551.34990739 +8,-1.535484998,0.7335658704,158,-1.613778386,0.6077989518,554.03338701 +9,-1.533488396,0.7336036027,158,-1.613778386,0.6077989518,556.89840042 +10,-1.531497785,0.7335842962,158,-1.613778386,0.6077989518,559.61007104 +11,-1.530259379,0.7334777758,158,-1.613778386,0.6077989518,560.99725517 +12,-1.5335454,0.7322346912,158,-1.613778386,0.6077989518,552.03817822 +13,-1.531489083,0.7322238773,158,-1.613778386,0.6077989518,554.89863856 +14,-1.530011122,0.7321679851,158,-1.613778386,0.6077989518,556.82436661 +15,-1.53348106,0.7306614094,158,-1.613778386,0.6077989518,546.64838379 +16,-1.531441779,0.7306962275,158,-1.613778386,0.6077989518,549.67684872 +17,-1.529755654,0.7306933243,158,-1.613778386,0.6077989518,552.11381075 +18,-1.533415048,0.7291384674,158,-1.613778386,0.6077989518,541.45379355 +19,-1.531392093,0.7291705353,158,-1.613778386,0.6077989518,544.4825579 +20,-1.529296523,0.7291214933,158,-1.613778386,0.6077989518,547.39633892 +21,-1.535280942,0.727267644,158,-1.613778386,0.6077989518,532.30217884 +22,-1.533378158,0.7276139666,158,-1.613778386,0.6077989518,536.2294975 +23,-1.531340368,0.7276446587,158,-1.613778386,0.6077989518,539.30845819 +24,-1.528960113,0.7276398177,158,-1.613778386,0.6077989518,542.83709438 +25,-1.533313146,0.7260818349,158,-1.613778386,0.6077989518,531.03735831 +26,-1.531259555,0.7260958115,158,-1.613778386,0.6077989518,534.11749962 +27,-1.528926415,0.7260865555,158,-1.613778386,0.6077989518,537.60180495 +28,-1.531226779,0.7245511789,158,-1.613778386,0.6077989518,528.88899549 +29,-1.528904772,0.7245519194,158,-1.613778386,0.6077989518,532.43065594 +30,-1.547195875,0.7409785979,158,-1.613778386,0.6077989518,566.1523946 +31,-1.5451475,0.740980426,158,-1.613778386,0.6077989518,568.48487467 +32,-1.543097679,0.7409798872,158,-1.613778386,0.6077989518,570.87093384 +33,-1.540720364,0.7409892687,158,-1.613778386,0.6077989518,573.74918053 +34,-1.547188511,0.7395198392,158,-1.613778386,0.6077989518,560.82855921 +35,-1.545148587,0.7395226109,158,-1.613778386,0.6077989518,563.17984963 +36,-1.543104538,0.7395314908,158,-1.613778386,0.6077989518,565.61851578 +37,-1.540727751,0.7395306258,158,-1.613778386,0.6077989518,568.48881417 +38,-1.547187029,0.7380014886,158,-1.613778386,0.6077989518,555.2897624 +39,-1.545147315,0.7380012252,158,-1.613778386,0.6077989518,557.65619042 +40,-1.54310719,0.7380060743,158,-1.613778386,0.6077989518,560.10249323 +41,-1.540719671,0.7380068206,158,-1.613778386,0.6077989518,563.0237618 +42,-1.547187189,0.7364799098,158,-1.613778386,0.6077989518,549.74724508 +43,-1.545149996,0.7364853874,158,-1.613778386,0.6077989518,552.15837013 +44,-1.543106091,0.7364823484,158,-1.613778386,0.6077989518,554.60801762 +45,-1.540717158,0.7364893901,158,-1.613778386,0.6077989518,557.58628535 +46,-1.538663972,0.7410138672,158,-1.613778386,0.6077989518,576.36166958 +47,-1.53695285,0.7409699132,158,-1.613778386,0.6077989518,578.34947689 +48,-1.534910498,0.7409641297,158,-1.613778386,0.6077989518,580.94207872 +49,-1.533145034,0.7409536636,158,-1.613778386,0.6077989518,583.2094641 +50,-1.538681336,0.7395405883,158,-1.613778386,0.6077989518,571.06246429 +51,-1.536999189,0.7395183096,158,-1.613778386,0.6077989518,573.11289382 +52,-1.534923633,0.7395144222,158,-1.613778386,0.6077989518,575.78115495 +53,-1.533267822,0.7395654306,158,-1.613778386,0.6077989518,578.14290103 +54,-1.53867273,0.7380151077,158,-1.613778386,0.6077989518,565.62020461 +55,-1.536980576,0.7379994392,158,-1.613778386,0.6077989518,567.73074619 +56,-1.534931522,0.7379944961,158,-1.613778386,0.6077989518,570.38982418 +57,-1.533387952,0.7379480264,158,-1.613778386,0.6077989518,572.28048753 +58,-1.538682279,0.7364914363,158,-1.613778386,0.6077989518,560.17336144 +59,-1.536980704,0.7364810563,158,-1.613778386,0.6077989518,562.33868236 +60,-1.534935567,0.7364752065,158,-1.613778386,0.6077989518,565.01845762 +61,-1.533042592,0.7363876366,158,-1.613778386,0.6077989518,567.26205908 +62,-1.545143426,0.7349628011,158,-1.613778386,0.6077989518,546.65785915 +63,-1.543105297,0.7349691947,158,-1.613778386,0.6077989518,549.16246741 +64,-1.541064533,0.7349647152,158,-1.613778386,0.6077989518,551.69217976 +65,-1.545411803,0.7334624714,158,-1.613778386,0.6077989518,540.91504594 +66,-1.543446606,0.7334780896,158,-1.613778386,0.6077989518,543.38199132 +67,-1.541475327,0.7334957295,158,-1.613778386,0.6077989518,545.92047919 +68,-1.545401939,0.731963266,158,-1.613778386,0.6077989518,535.52157863 +69,-1.54342253,0.7319915583,158,-1.613778386,0.6077989518,538.07930616 +70,-1.541455867,0.7320216438,158,-1.613778386,0.6077989518,540.68439789 +71,-1.545410146,0.7304422281,158,-1.613778386,0.6077989518,530.03884179 +72,-1.543435491,0.7304713664,158,-1.613778386,0.6077989518,532.6215542 +73,-1.541463105,0.7304997613,158,-1.613778386,0.6077989518,535.25611226 +74,-1.545414768,0.7289194936,158,-1.613778386,0.6077989518,524.56631359 +75,-1.543435774,0.7289538557,158,-1.613778386,0.6077989518,527.20180885 +76,-1.541457714,0.7289765881,158,-1.613778386,0.6077989518,529.85270794 +77,-1.539449415,0.7320555866,158,-1.613778386,0.6077989518,543.41112034 +78,-1.537429183,0.7321097681,158,-1.613778386,0.6077989518,546.28468937 +79,-1.535472649,0.7321497267,158,-1.613778386,0.6077989518,549.07723759 +80,-1.539457899,0.7305333307,158,-1.613778386,0.6077989518,538.00903312 +81,-1.537453161,0.7305750503,158,-1.613778386,0.6077989518,540.84728088 +82,-1.535479385,0.7306124949,158,-1.613778386,0.6077989518,543.68375262 +83,-1.53946905,0.7290102593,158,-1.613778386,0.6077989518,532.6138439 +84,-1.537459922,0.7290417293,158,-1.613778386,0.6077989518,535.45202547 +85,-1.535451349,0.7290890157,158,-1.613778386,0.6077989518,538.40163362 +86,-1.535522937,0.7279887191,158,-1.613778386,0.6077989518,534.46706294 +87,-1.539442524,0.7274735939,158,-1.613778386,0.6077989518,527.23571241 +88,-1.537424111,0.727521351,158,-1.613778386,0.6077989518,530.17568501 +89,-1.539384641,0.7259505092,158,-1.613778386,0.6077989518,521.96393908 +90,-1.537372391,0.7259947145,158,-1.613778386,0.6077989518,524.91598395 +91,-1.535340789,0.7260435356,158,-1.613778386,0.6077989518,527.96907803 +92,-1.539325716,0.7244369706,158,-1.613778386,0.6077989518,516.74384127 +93,-1.537308932,0.7244801057,158,-1.613778386,0.6077989518,519.73206124 +94,-1.535289068,0.7245247645,158,-1.613778386,0.6077989518,522.7879107 +95,-1.533261366,0.7245550236,158,-1.613778386,0.6077989518,525.86290681 +96,-1.539267302,0.722921924,158,-1.613778386,0.6077989518,511.53494641 +97,-1.537248972,0.7229660258,158,-1.613778386,0.6077989518,514.56287559 +98,-1.535219431,0.7229916471,158,-1.613778386,0.6077989518,517.60185673 +99,-1.53318962,0.7230212049,158,-1.613778386,0.6077989518,520.7133404 +100,-1.531154816,0.7230299897,158,-1.613778386,0.6077989518,523.81927274 +101,-1.528878341,0.7230370244,158,-1.613778386,0.6077989518,527.35288947 +102,-1.539218189,0.7214009878,158,-1.613778386,0.6077989518,506.31003946 +103,-1.537198791,0.7214422745,158,-1.613778386,0.6077989518,509.36439787 +104,-1.535179266,0.7214634354,158,-1.613778386,0.6077989518,512.40856996 +105,-1.533156501,0.7214944644,158,-1.613778386,0.6077989518,515.54980277 +106,-1.53113574,0.7215166021,158,-1.613778386,0.6077989518,518.71503361 +107,-1.528874248,0.7215345535,158,-1.613778386,0.6077989518,522.30126806 +108,-1.539217656,0.7198512397,158,-1.613778386,0.6077989518,500.93325321 +109,-1.537199919,0.7199428763,158,-1.613778386,0.6077989518,504.19291584 +110,-1.545425832,0.727397149,158,-1.613778386,0.6077989518,519.09930099 +111,-1.543371177,0.7273916949,158,-1.613778386,0.6077989518,521.72042807 +112,-1.541368852,0.7274523163,158,-1.613778386,0.6077989518,524.57009883 +113,-1.545349067,0.7258710923,158,-1.613778386,0.6077989518,513.74439302 +114,-1.54332671,0.7258603556,158,-1.613778386,0.6077989518,516.33806617 +115,-1.541346831,0.7259242142,158,-1.613778386,0.6077989518,519.20077793 +116,-1.545324355,0.7243383958,158,-1.613778386,0.6077989518,508.31384288 +117,-1.543292796,0.7243617413,158,-1.613778386,0.6077989518,511.072851 +118,-1.541295822,0.7244024384,158,-1.613778386,0.6077989518,513.90841703 +119,-1.543193859,0.7205570215,158,-1.613778386,0.6077989518,497.7911201 +120,-1.550257047,0.7386738187,158,-1.613778386,0.6077989518,554.31251496 +121,-1.549335448,0.7311736483,158,-1.613778386,0.6077989518,527.9458345 +122,-1.533478843,0.7179891343,158,-1.613778386,0.6077989518,503.15028512 +123,-1.556150555,0.738907041,158,-1.613778386,0.6077989518,548.99691384 +124,-1.554324226,0.733414257,158,-1.613778386,0.6077989518,530.54220222 +125,-1.554290846,0.7288285332,158,-1.613778386,0.6077989518,513.71300193 +126,-1.55122487,0.7219795312,158,-1.613778386,0.6077989518,492.39028049 +127,-1.525104458,0.7229399862,158,-1.613778386,0.6077989518,533.00414983 +128,-1.519607711,0.7236181429,158,-1.613778386,0.6077989518,544.26530893 +129,-1.513899999,0.7251107854,158,-1.613778386,0.6077989518,558.8117939 +130,-1.536620762,0.7431061895,158,-1.613778386,0.6077989518,586.40285806 +131,-1.5369566,0.7460845958,158,-1.613778386,0.6077989518,596.67009254 +132,-1.545345528,0.7447040685,158,-1.613778386,0.6077989518,581.85099177 +133,-1.532813921,0.7432306626,158,-1.613778386,0.6077989518,591.70460281 +134,-1.554788248,0.7382381001,158,-1.613778386,0.6077989518,547.89451927 +135,-1.540348126,0.7301594274,158,-1.613778386,0.6077989518,535.50720642 +136,-1.538016084,0.7239051786,158,-1.613778386,0.6077989518,516.72848964 +137,-1.525288962,0.7258085137,158,-1.613778386,0.6077989518,542.29751964 +138,-1.534326986,0.731241342,158,-1.613778386,0.6077989518,547.48196145 +139,-1.530733872,0.7303625216,158,-1.613778386,0.6077989518,549.54860739 +141,-1.534354939,0.7328219978,158,-1.613778386,0.6077989518,552.96800337 +142,-1.53157084,0.7292888153,158,-1.613778386,0.6077989518,544.63036522 +143,-1.525691035,0.7263799874,158,-1.613778386,0.6077989518,543.58659732 +144,-1.534031287,0.7495967835,158,-1.613778386,0.6077989518,612.86762165 +145,-1.527714986,0.7283095957,158,-1.613778386,0.6077989518,546.99859526 +146,-1.526189586,0.7271468292,158,-1.613778386,0.6077989518,545.3951891 +147,-1.555177336,0.7375563366,158,-1.613778386,0.6077989518,544.9656553 +148,-1.555080283,0.7312707794,158,-1.613778386,0.6077989518,521.8258613 +149,-1.53856994,0.7224180299,158,-1.613778386,0.6077989518,510.76925725 +150,-1.530837883,0.729933372,158,-1.613778386,0.6077989518,547.91821183 +151,-1.515066984,0.5854133365,158,-1.613778386,0.6077989518,335.32829564 +152,-1.534731633,0.5368370046,158,-1.613778386,0.6077989518,384.98043754 +153,-1.515231902,0.5607085576,158,-1.613778386,0.6077989518,375.14225471 +154,-2.616253799,1.0684566605,158,-1.613778386,0.6077989518,3076.4454466 +155,-1.956071439,0.5792177723,158,-1.613778386,0.6077989518,1127.8311113 +156,-1.951208514,0.5602434208,158,-1.613778386,0.6077989518,1128.9899334 +157,-1.944675062,0.6062144545,158,-1.613778386,0.6077989518,1074.9492571 +158,-1.613778386,0.6077989518,158,-1.613778386,0.6077989518,115.51663732 +159,-2.035029014,0.6021432345,158,-1.613778386,0.6077989518,1369.2918872 +160,-2.114989471,0.6801825058,158,-1.613778386,0.6077989518,1606.427776 +161,-2.037382079,0.5765830025,158,-1.613778386,0.6077989518,1394.2602899 +162,-2.129855121,0.6585019963,158,-1.613778386,0.6077989518,1653.2235454 +163,-2.075141798,0.6493615843,158,-1.613778386,0.6077989518,1482.4662663 +164,-1.828626729,0.6948433129,158,-1.613778386,0.6077989518,758.60869002 +165,-1.863329418,0.6735427691,158,-1.613778386,0.6077989518,833.08059759 +166,-1.266037071,0.727988852,158,-1.613778386,0.6077989518,1177.9486438 +167,-1.277579582,0.7249010648,158,-1.613778386,0.6077989518,1141.6752605 +168,-1.258418684,0.7241194816,158,-1.613778386,0.6077989518,1195.1688639 +169,-1.317813974,0.6804850104,158,-1.613778386,0.6077989518,978.90066214 +170,-1.344165204,0.6790988904,158,-1.613778386,0.6077989518,898.50022417 +171,-1.427582102,0.5277120351,158,-1.613778386,0.6077989518,697.49571507 +172,-1.402238616,0.457167829,158,-1.613778386,0.6077989518,935.20707561 +173,-1.422454264,0.4996161999,158,-1.613778386,0.6077989518,773.24581619 +174,-1.439089277,0.4894859811,158,-1.613778386,0.6077989518,753.04440645 +175,-1.448126995,0.5182330266,158,-1.613778386,0.6077989518,658.09447696 +176,-1.474626146,0.5881926574,158,-1.613778386,0.6077989518,461.97327521 +177,-1.421139645,0.5584869783,158,-1.613778386,0.6077989518,665.7866164 +178,-1.457037165,0.565943032,158,-1.613778386,0.6077989518,542.66501276 +179,-2.757159358,0.3745319,158,-1.613778386,0.6077989518,4029.783744 +180,-2.714309238,0.342054471,158,-1.613778386,0.6077989518,3953.1447327 +181,-2.000525337,0.774119946,158,-1.613778386,0.6077989518,1345.6447884 +183,-1.571413436,0.6777838382,158,-1.613778386,0.6077989518,308.00310801 +184,-1.552860289,0.6987663893,158,-1.613778386,0.6077989518,408.01106818 +185,-1.521852374,0.7165827476,158,-1.613778386,0.6077989518,517.56965016 +186,-1.503656267,0.6928968252,158,-1.613778386,0.6077989518,483.62250994 +187,-1.502753178,0.7136205882,158,-1.613778386,0.6077989518,543.96318234 +188,-1.631894563,0.7343596465,158,-1.613778386,0.6077989518,504.43487553 +189,-1.653765416,0.6770714026,158,-1.613778386,0.6077989518,302.2452302 +190,-1.719812114,0.6715965947,158,-1.613778386,0.6077989518,421.01927623 +191,-1.493406659,0.6646955447,158,-1.613778386,0.6077989518,444.62856915 +192,-1.469120564,0.6613469966,158,-1.613778386,0.6077989518,507.59553645 +193,-1.590551461,0.5326612937,158,-1.613778386,0.6077989518,307.52100505 +194,-1.625979264,0.5247742243,158,-1.613778386,0.6077989518,331.37699003 +195,-1.572293943,0.5238808754,158,-1.613778386,0.6077989518,360.14412191 +196,-1.610848725,0.5477107964,158,-1.613778386,0.6077989518,238.20747747 +197,-1.208485554,0.7918526018,158,-1.613778386,0.6077989518,1420.4172967 +198,-1.335601374,0.6869083083,158,-1.613778386,0.6077989518,931.55805374 +199,-1.346156996,0.6825213377,158,-1.613778386,0.6077989518,895.8374601 +200,-1.324381037,0.6741422347,158,-1.613778386,0.6077989518,954.08040911 +201,-1.242424992,0.7378949807,158,-1.613778386,0.6077989518,1255.9679352 +202,-1.270370057,0.7392461008,158,-1.613778386,0.6077989518,1180.0002128 +203,-1.448950472,0.7441675014,158,-1.613778386,0.6077989518,741.45450529 +204,-1.492662363,0.7523026852,158,-1.613778386,0.6077989518,682.62353325 +205,-1.479098966,0.7763855017,158,-1.613778386,0.6077989518,783.122979 +206,-1.633760714,0.7869022408,158,-1.613778386,0.6077989518,711.99628249 +207,-1.647406434,0.8101289331,158,-1.613778386,0.6077989518,807.71162174 +208,-1.564245052,0.5701509278,158,-1.613778386,0.6077989518,221.00843887 +209,-1.646289963,0.6833746083,158,-1.613778386,0.6077989518,316.51227313 +210,-1.5820631,0.6751952144,158,-1.613778386,0.6077989518,285.28185727 +211,-1.613236298,0.6681681791,158,-1.613778386,0.6077989518,239.12872536 +212,-1.914661867,0.8212566515,158,-1.613778386,0.6077989518,1229.9232371 +213,-1.742133237,0.7250275956,158,-1.613778386,0.6077989518,612.14047628 +214,-2.033144872,0.6557314699,158,-1.613778386,0.6077989518,1350.1110194 +215,-2.039551981,0.6964723658,158,-1.613778386,0.6077989518,1380.8395122 +216,-1.247341019,0.7622473908,158,-1.613778386,0.6077989518,1274.5293326 +217,-1.298239787,0.7084123392,158,-1.613778386,0.6077989518,1063.5954574 +218,-1.308539688,0.6926545592,158,-1.613778386,0.6077989518,1017.3004193 +219,-1.303263185,0.6888938396,158,-1.613778386,0.6077989518,1029.5857739 +220,-1.852400229,0.6004246149,158,-1.613778386,0.6077989518,777.83734063 +221,-1.288947707,0.7473773692,158,-1.613778386,0.6077989518,1141.1417791 +222,-1.372031502,0.7472790993,158,-1.613778386,0.6077989518,926.33755139 +223,-1.289805721,0.7242157877,158,-1.613778386,0.6077989518,1106.3692466 +224,-1.350807603,0.7533498126,158,-1.613778386,0.6077989518,991.38303485 +225,-1.329290365,0.7560442322,158,-1.613778386,0.6077989518,1050.6796311 +226,-1.410153004,0.616936428,158,-1.613778386,0.6077989518,660.60838397 +227,-1.393445434,0.6308995063,158,-1.613778386,0.6077989518,715.97832664 +228,-1.37595573,0.6241540638,158,-1.613778386,0.6077989518,770.98025279 +229,-1.358388707,0.6172645205,158,-1.613778386,0.6077989518,827.78014851 +230,-1.753741133,0.8281661666,158,-1.613778386,0.6077989518,966.32924606 +231,-1.47430987,0.6834615681,158,-1.613778386,0.6077989518,533.05540383 +232,-1.421012508,0.7222725206,158,-1.613778386,0.6077989518,751.69559349 +233,-1.4476833,0.6978557868,158,-1.613778386,0.6077989518,632.16635302 +234,-1.470370723,0.6966193374,158,-1.613778386,0.6077989518,571.90981593 +235,-1.429211703,0.7037216883,158,-1.613778386,0.6077989518,692.12377353 +236,-1.700578405,0.6178673663,158,-1.613778386,0.6077989518,284.0296669 +237,-1.678117619,0.6331716163,158,-1.613778386,0.6077989518,230.39273152 +238,-1.725644578,0.6316331145,158,-1.613778386,0.6077989518,372.77190683 +239,-2.14012759,0.7930497945,158,-1.613778386,0.6077989518,1741.2246079 +240,-2.103289431,0.7653606263,158,-1.613778386,0.6077989518,1614.3315115 +241,-1.318739838,0.7017808746,158,-1.613778386,0.6077989518,996.85927433 +242,-1.396417427,0.7077900843,158,-1.613778386,0.6077989518,786.95540274 +243,-1.35650337,0.7185539404,158,-1.613778386,0.6077989518,913.31917067 +244,-1.248884539,0.7274156818,158,-1.613778386,0.6077989518,1225.9178795 +245,-1.395014798,0.5761185243,158,-1.613778386,0.6077989518,729.439203 +246,-1.433377362,0.6064716109,158,-1.613778386,0.6077989518,586.62878835 +247,-1.408172432,0.5903155476,158,-1.613778386,0.6077989518,675.75043366 +248,-1.749645898,0.7757118084,158,-1.613778386,0.6077989518,782.81230631 +249,-1.571626686,0.615046989,158,-1.613778386,0.6077989518,139.6924809 +250,-1.514070049,0.6303003037,158,-1.613778386,0.6077989518,333.71512699 +251,-1.480890369,0.6237966528,158,-1.613778386,0.6077989518,434.2136895 +252,-1.704390658,0.5281680612,158,-1.613778386,0.6077989518,436.92791331 +253,-1.64434733,0.5254277498,158,-1.613778386,0.6077989518,341.87310063 +254,-1.703855997,0.4792484842,158,-1.613778386,0.6077989518,593.50106815 +255,-1.692002383,0.5748825051,158,-1.613778386,0.6077989518,288.34538767 +256,-1.854136457,0.5544643913,158,-1.613778386,0.6077989518,822.56531682 +257,-1.665021206,0.520317736,158,-1.613778386,0.6077989518,386.58890644 +258,-1.733654349,0.4845187345,158,-1.613778386,0.6077989518,634.50143993 +259,-1.720938188,0.5135933906,158,-1.613778386,0.6077989518,517.8935377 +260,-1.742668307,0.553296122,158,-1.613778386,0.6077989518,478.18520426 +261,-1.965659039,0.7142126903,158,-1.613778386,0.6077989518,1174.8265737 +262,-1.944438071,0.6772834804,158,-1.613778386,0.6077989518,1081.8499156 +263,-1.270340967,0.7681487096,158,-1.613778386,0.6077989518,1223.2203765 +264,-1.353091884,0.6549276821,158,-1.613778386,0.6077989518,853.16870559 +265,-1.333236659,0.6413584414,158,-1.613778386,0.6077989518,910.07322539 +266,-1.352015998,0.6753788907,158,-1.613778386,0.6077989518,871.51194218 +267,-1.377988483,0.6577816235,158,-1.613778386,0.6077989518,777.92739415 +268,-2.13075611,0.8318642051,158,-1.613778386,0.6077989518,1761.3608096 +269,-2.097910953,0.8259670014,158,-1.613778386,0.6077989518,1670.8033241 +270,-1.416382069,0.6694271549,158,-1.613778386,0.6077989518,673.00017462 +271,-1.538905672,0.7535625993,158,-1.613778386,0.6077989518,621.43937312 +272,-1.572309477,0.7803125099,158,-1.613778386,0.6077989518,694.80434534 +273,-1.87759879,0.7503853417,158,-1.613778386,0.6077989518,987.60739786 +274,1.152365588,0.590457682,158,-1.613778386,0.6077989518,7497.4397537 +275,0.350198001,0.718001859,158,-1.613778386,0.6077989518,5670.2570434 +276,0.046513677,0.491503852,158,-1.613778386,0.6077989518,5404.8112895 +277,0.027510309,0.742571376,158,-1.613778386,0.6077989518,4832.8423254 +278,0.306285725,-0.214631579,158,-1.613778386,0.6077989518,7835.127773 +279,-1.100564889,0.318051531,158,-1.613778386,0.6077989518,2137.7453744 +280,-1.078582306,0.301437596,158,-1.613778386,0.6077989518,2243.6116785 +281,-1.137371989,-0.617634065,158,-1.613778386,0.6077989518,5163.6051268 +282,0.784356344,0.703272339,158,-1.613778386,0.6077989518,6585.2586884 +283,-1.221209947,0.218327455,158,-1.613778386,0.6077989518,2088.819243 +284,2.347301921,-0.449114658,158,-1.613778386,0.6077989518,9597.4000729 +285,0.246820618,0.830553713,158,-1.613778386,0.6077989518,5166.1474993 +286,0.829414965,0.703288228,158,-1.613778386,0.6077989518,6659.3428761 +287,-1.337537566,0.42332223,158,-1.613778386,0.6077989518,1197.3743592 +288,0.882453706,0.454478077,158,-1.613778386,0.6077989518,7589.9360518 +289,1.575629659,0.416419109,158,-1.613778386,0.6077989518,8382.9435509 +290,-1.039455679,0.229888244,158,-1.613778386,0.6077989518,2540.9980462 +291,0.489558039,0.934482747,158,-1.613778386,0.6077989518,5377.2817608 +292,0.081344504,0.88384514,158,-1.613778386,0.6077989518,4690.8773852 +293,-1.547979814,0.300350308,158,-1.613778386,0.6077989518,1239.8213077 +294,0.040776181,0.168560074,158,-1.613778386,0.6077989518,6110.6092203 +295,-1.130374745,0.563894876,158,-1.613778386,0.6077989518,1599.8221099 +296,1.578326642,0.478507176,158,-1.613778386,0.6077989518,8136.8307288 +297,-1.12861823,-0.291640865,158,-1.613778386,0.6077989518,4003.1551847 +298,0.310524208,0.770885792,158,-1.613778386,0.6077989518,5448.3759222 +299,0.415649091,-0.387246002,158,-1.613778386,0.6077989518,8539.004386 +300,-0.926533878,-0.188022748,158,-1.613778386,0.6077989518,4071.4384709 +301,1.258856172,-0.11716081,158,-1.613778386,0.6077989518,10266.79293 +302,-1.126050026,0.322941926,158,-1.613778386,0.6077989518,2050.8323975 +303,2.002785835,0.07893892,158,-1.613778386,0.6077989518,9198.5947285 +304,0.440437607,0.746258085,158,-1.613778386,0.6077989518,5795.1599271 +305,-0.030391866,0.214441206,158,-1.613778386,0.6077989518,5779.6536199 +306,0.521557815,-0.058929362,158,-1.613778386,0.6077989518,8169.3357584 +307,-0.097005111,0.13317729,158,-1.613778386,0.6077989518,5746.4068125 +308,1.83113859,0.221857587,158,-1.613778386,0.6077989518,8965.4777062 +309,0.222428864,0.099404236,158,-1.613778386,0.6077989518,6848.7638847 +310,-1.702731345,0.8728568183,158,-1.613778386,0.6077989518,1080.9826151 +311,-0.418507569,0.278324921,158,-1.613778386,0.6077989518,4389.0742599 +312,-1.41153306,0.339029988,158,-1.613778386,0.6077989518,1279.0063557 +313,0.357560442,0.114788776,158,-1.613778386,0.6077989518,7233.3170965 +314,0.325818979,0.268352149,158,-1.613778386,0.6077989518,6754.0197142 +315,-1.246004659,-0.663679965,158,-1.613778386,0.6077989518,5214.4029927 +316,1.814603087,0.637404484,158,-1.613778386,0.6077989518,7399.4723318 +317,1.843704281,-0.18300445,158,-1.613778386,0.6077989518,10411.108311 +318,1.690644492,-0.211480909,158,-1.613778386,0.6077989518,10768.445138 +319,-1.275451936,0.068109467,158,-1.613778386,0.6077989518,2472.3936897 +320,0.762430171,-0.207594741,158,-1.613778386,0.6077989518,9276.4434407 +321,0.265668905,-0.014647884,158,-1.613778386,0.6077989518,7254.3549096 +322,-2.773032013,-0.335515811,158,-1.613778386,0.6077989518,5737.2914284 +323,-1.469512853,0.174058777,158,-1.613778386,0.6077989518,1795.5711365 +324,0.286276986,0.785925691,158,-1.613778386,0.6077989518,5357.832021 +325,-1.379324697,0.377432233,158,-1.613778386,0.6077989518,1223.0825492 +326,-1.203778265,0.212813032,158,-1.613778386,0.6077989518,2148.2283357 +327,0.579916301,0.611743168,158,-1.613778386,0.6077989518,6476.0014454 +328,0.267582642,0.868113908,158,-1.613778386,0.6077989518,5123.9607765 +329,0.412869244,-0.050245578,158,-1.613778386,0.6077989518,7807.1504757 +330,0.17524381,0.976660285,158,-1.613778386,0.6077989518,4704.8327067 +331,0.743157214,0.204812899,158,-1.613778386,0.6077989518,8082.3788955 +332,-1.070758176,0.269382282,158,-1.613778386,0.6077989518,2347.5507322 +333,-1.230364251,0.329790229,158,-1.613778386,0.6077989518,1738.5528124 +334,-1.374813124,-0.024926835,158,-1.613778386,0.6077989518,2658.4793752 +335,0.519780566,0.463669906,158,-1.613778386,0.6077989518,6763.628715 +336,-1.55108034,0.239698561,158,-1.613778386,0.6077989518,1475.1967975 +337,0.180294813,0.029739425,158,-1.613778386,0.6077989518,6877.325056 +338,0.67820924,0.268170153,158,-1.613778386,0.6077989518,7728.9020986 +339,0.445798684,1.024001867,158,-1.613778386,0.6077989518,5067.3319039 +340,0.691751283,0.150521402,158,-1.613778386,0.6077989518,8108.4492975 +341,-1.036643551,-0.903056181,158,-1.613778386,0.6077989518,6310.7650288 +342,-0.120287036,1.083325163,158,-1.613778386,0.6077989518,3989.4735424 +343,2.823513113,-0.304487164,158,-1.613778386,0.6077989518,7782.7984487 +344,0.457583172,1.12513373,158,-1.613778386,0.6077989518,4824.7641863 +345,0.042918831,0.813795399,158,-1.613778386,0.6077989518,4734.5721551 +346,1.196146777,-0.853142756,158,-1.613778386,0.6077989518,11072.128028 +347,0.206001358,-0.010430701,158,-1.613778386,0.6077989518,7052.8129467 +348,-0.268308653,0.234799412,158,-1.613778386,0.6077989518,4968.2996385 +349,0.759363263,0.736189579,158,-1.613778386,0.6077989518,6435.6186183 +350,0.181363926,0.891988372,158,-1.613778386,0.6077989518,4890.6429677 +351,-0.021111158,0.139103292,158,-1.613778386,0.6077989518,5978.5596821 +352,-0.093355215,0.630686981,158,-1.613778386,0.6077989518,4720.0831855 +353,0.40118964,0.681375926,158,-1.613778386,0.6077989518,5882.0276181 +354,-0.721197315,1.304706234,158,-1.613778386,0.6077989518,3225.3209121 +355,-1.076150317,0.212107639,158,-1.613778386,0.6077989518,2485.3992893 +356,-1.577164531,0.273993443,158,-1.613778386,0.6077989518,1328.592058 +357,-0.190788414,0.182208586,158,-1.613778386,0.6077989518,5333.6901125 +358,-0.261349752,0.209710184,158,-1.613778386,0.6077989518,5044.7994182 +359,-1.029303852,0.083549259,158,-1.613778386,0.6077989518,2981.0940453 +360,-1.268609162,0.330525297,158,-1.613778386,0.6077989518,1635.0373972 +361,1.282982244,-0.926641967,158,-1.613778386,0.6077989518,11006.69198 +362,0.217352334,0.731352408,158,-1.613778386,0.6077989518,5326.5348698 +363,-1.511833084,0.258629297,158,-1.613778386,0.6077989518,1430.002909 +364,0.338812194,0.823184618,158,-1.613778386,0.6077989518,5380.5606866 +365,-0.324406489,1.134201999,158,-1.613778386,0.6077989518,3603.7371415 +366,1.389579348,0.399185724,158,-1.613778386,0.6077989518,8421.4599669 +367,2.047152199,-0.039082036,158,-1.613778386,0.6077989518,9489.1030397 +368,0.947780369,0.568250077,158,-1.613778386,0.6077989518,7310.6404569 +369,0.763824846,0.576754987,158,-1.613778386,0.6077989518,6960.8528056 +370,-0.142334657,0.928153068,158,-1.613778386,0.6077989518,4120.7154671 +371,0.610266567,0.547265983,158,-1.613778386,0.6077989518,6733.9219632 +372,0.210731629,0.746815056,158,-1.613778386,0.6077989518,5275.3087247 +373,-1.34931644,0.316895224,158,-1.613778386,0.6077989518,1481.4955037 +374,2.407696481,0.655030745,158,-1.613778386,0.6077989518,6487.3708661 +375,0.64207831,0.545359131,158,-1.613778386,0.6077989518,6809.6553948 +376,1.174597538,0.840588356,158,-1.613778386,0.6077989518,6572.1348057 +377,0.660059424,0.010604079,158,-1.613778386,0.6077989518,8409.6682817 +378,-0.730263819,0.010486456,158,-1.613778386,0.6077989518,4024.3556339 +379,0.831068936,0.512339172,158,-1.613778386,0.6077989518,7299.8958333 +380,1.301180979,0.72367476,158,-1.613778386,0.6077989518,7105.8666232 +381,1.811128231,0.322854402,158,-1.613778386,0.6077989518,8606.3642015 +382,0.435105812,0.992284428,158,-1.613778386,0.6077989518,5132.3185999 +383,0.62643634,0.592027932,158,-1.613778386,0.6077989518,6634.7146143 +384,0.492988703,-0.516339467,158,-1.613778386,0.6077989518,9006.450272 +385,-0.162469483,0.112549365,158,-1.613778386,0.6077989518,5579.9195382 +386,0.314630866,0.472006421,158,-1.613778386,0.6077989518,6207.2011173 +387,0.166744804,0.822815954,158,-1.613778386,0.6077989518,5005.1460463 +388,0.417159608,0.965805736,158,-1.613778386,0.6077989518,5170.3821306 +389,0.106334961,0.868774244,158,-1.613778386,0.6077989518,4775.2374378 +390,0.815086969,-0.338144359,158,-1.613778386,0.6077989518,9736.4257111 +391,0.59867455,-0.230624824,158,-1.613778386,0.6077989518,8814.8851616 +392,1.915104874,0.066220985,158,-1.613778386,0.6077989518,9409.5108454 +393,1.278093622,0.064463721,158,-1.613778386,0.6077989518,9623.2980151 +394,-0.061477853,0.302997961,158,-1.613778386,0.6077989518,5485.3531062 +395,0.251311504,0.626976942,158,-1.613778386,0.6077989518,5656.6956081 +396,2.950242872,0.149095644,158,-1.613778386,0.6077989518,6361.2839524 +397,-0.180294708,0.35375117,158,-1.613778386,0.6077989518,5001.5926022 +398,1.010448592,-0.351180233,158,-1.613778386,0.6077989518,10372.642693 +399,-1.748740498,0.3686318073,158,-1.613778386,0.6077989518,1057.5063725 +400,2.699635665,0.123533791,158,-1.613778386,0.6077989518,7206.8633113 +401,0.496808033,0.823843254,158,-1.613778386,0.6077989518,5696.0412045 +402,0.129574704,0.763364087,158,-1.613778386,0.6077989518,5044.2022037 +403,1.798920311,0.817447563,158,-1.613778386,0.6077989518,6716.4525312 +404,0.335987953,0.746786541,158,-1.613778386,0.6077989518,5565.2322408 +405,-1.085413643,0.292154671,158,-1.613778386,0.6077989518,2246.7780706 +406,-0.155321003,0.508207011,158,-1.613778386,0.6077989518,4770.5108544 +407,0.620529244,-0.301175104,158,-1.613778386,0.6077989518,9036.3046016 +408,1.684402744,0.368716966,158,-1.613778386,0.6077989518,8531.2494562 +409,0.300582244,-0.386397212,158,-1.613778386,0.6077989518,8166.0138859 +410,2.913555946,-0.009225192,158,-1.613778386,0.6077989518,6843.6124598 +411,1.465101417,0.493232532,158,-1.613778386,0.6077989518,8076.3512101 +412,0.090612882,0.907955955,158,-1.613778386,0.6077989518,4665.7159266 +413,2.987564726,-0.729568594,158,-1.613778386,0.6077989518,8063.9353873 +414,-1.484261606,0.224149272,158,-1.613778386,0.6077989518,1589.0708981 +415,0.164073421,0.303955133,158,-1.613778386,0.6077989518,6182.7437746 +416,0.141441293,0.167552546,158,-1.613778386,0.6077989518,6432.7239748 +417,2.931321023,-0.506718887,158,-1.613778386,0.6077989518,7837.5019251 +418,2.21951565,0.700596356,158,-1.613778386,0.6077989518,6679.1092992 +419,0.268112576,1.199114336,158,-1.613778386,0.6077989518,4413.7338032 +420,0.978913739,0.359223811,158,-1.613778386,0.6077989518,8092.3590072 +421,1.210898818,0.522863584,158,-1.613778386,0.6077989518,7811.5889623 +422,2.347397336,0.129231362,158,-1.613778386,0.6077989518,8214.1634636 +423,0.614394501,0.556878345,158,-1.613778386,0.6077989518,6714.3234717 +424,-1.398079356,0.148483366,158,-1.613778386,0.6077989518,1980.8302398 +425,2.535303836,-0.112984496,158,-1.613778386,0.6077989518,8295.6291825 +426,-1.019372593,-0.405322349,158,-1.613778386,0.6077989518,4592.6733059 +427,-1.297785627,-0.160104069,158,-1.613778386,0.6077989518,3264.1174335 +428,2.144554488,0.205051084,158,-1.613778386,0.6077989518,8478.4263808 +429,-2.242387083,-0.426171285,158,-1.613778386,0.6077989518,4726.9459771 +430,0.338637212,0.909723676,158,-1.613778386,0.6077989518,5167.5583245 +431,-0.148798452,0.691042401,158,-1.613778386,0.6077989518,4457.8954916 +432,0.893524764,0.441829531,158,-1.613778386,0.6077989518,7653.3031263 +433,0.969229347,-0.368847936,158,-1.613778386,0.6077989518,10285.702036 +434,0.436043248,0.800045688,158,-1.613778386,0.6077989518,5641.2476156 +435,1.687946607,1.081504775,158,-1.613778386,0.6077989518,5732.8201555 +436,0.522302046,-0.034889271,158,-1.613778386,0.6077989518,8112.4792422 +437,-0.178996113,-0.438090009,158,-1.613778386,0.6077989518,6784.098845 +438,-1.094339566,0.301444068,158,-1.613778386,0.6077989518,2197.2883902 +439,-1.064070054,0.242569932,158,-1.613778386,0.6077989518,2436.9030511 +440,-1.068153768,0.230387998,158,-1.613778386,0.6077989518,2457.8660517 +441,-3.00496892,-0.23989155,158,-1.613778386,0.6077989518,6195.1239361 +442,0.21751974,0.766874888,158,-1.613778386,0.6077989518,5245.5799837 +443,0.117229532,0.007619006,158,-1.613778386,0.6077989518,6724.7449793 +444,0.777758451,0.420554741,158,-1.613778386,0.6077989518,7491.8177113 +445,-0.252356999,0.250747086,158,-1.613778386,0.6077989518,4986.0004499 +446,0.363148444,0.768483434,158,-1.613778386,0.6077989518,5570.3775628 +447,0.903191366,-0.118210676,158,-1.613778386,0.6077989518,9455.2367328 +448,-0.205755923,0.149406178,158,-1.613778386,0.6077989518,5357.3040081 +449,1.811996086,0.02364353,158,-1.613778386,0.6077989518,9729.5715729 +450,-1.100670221,0.314845373,158,-1.613778386,0.6077989518,2145.3342398 +451,0.340078597,0.850105132,158,-1.613778386,0.6077989518,5316.5236891 +452,0.258757267,0.804969236,158,-1.613778386,0.6077989518,5251.581942 +453,2.78505352,-0.155160804,158,-1.613778386,0.6077989518,7589.3819726 +454,0.800551619,0.105822106,158,-1.613778386,0.6077989518,8526.1394043 +455,0.437940882,-0.506194031,158,-1.613778386,0.6077989518,8815.6245893 +456,2.230431122,0.63458615,158,-1.613778386,0.6077989518,6882.3586392 +457,0.527965361,0.127667701,158,-1.613778386,0.6077989518,7711.7737466 +458,-0.063643205,0.702093448,158,-1.613778386,0.6077989518,4670.4427719 +459,1.408447268,0.133010502,158,-1.613778386,0.6077989518,9475.6785665 +460,0.523795955,0.280266966,158,-1.613778386,0.6077989518,7286.7375624 +461,-0.975769313,0.072177659,158,-1.613778386,0.6077989518,3156.7492795 +462,0.549774164,-0.463663986,158,-1.613778386,0.6077989518,9106.5783674 +463,0.29245874,1.095549818,158,-1.613778386,0.6077989518,4660.2358218 +464,0.143625958,0.816809593,158,-1.613778386,0.6077989518,4964.9955251 +465,0.671902494,0.611159853,158,-1.613778386,0.6077989518,6670.6079797 +466,1.239840988,0.6724199,158,-1.613778386,0.6077989518,7264.0025473 +467,0.607829703,-0.10932137,158,-1.613778386,0.6077989518,8560.3785467 +468,1.763020906,0.263996692,158,-1.613778386,0.6077989518,8879.0671811 +469,0.378714634,0.726066797,158,-1.613778386,0.6077989518,5713.9777428 +470,2.196736143,-0.153862366,158,-1.613778386,0.6077989518,9428.1378882 +471,0.01702415,0.148991565,158,-1.613778386,0.6077989518,6078.9627888 +472,-2.998490902,-0.158002487,158,-1.613778386,0.6077989518,5983.6003515 +473,-3.051262951,-0.346595608,158,-1.613778386,0.6077989518,6584.3234672 +474,-1.069176439,0.182802941,158,-1.613778386,0.6077989518,2586.5539365 +475,0.167157509,0.595344954,158,-1.613778386,0.6077989518,5511.1938041 +476,0.613855648,0.681746124,158,-1.613778386,0.6077989518,6338.2337502 +477,1.037012736,0.682555367,158,-1.613778386,0.6077989518,7025.9186229 +478,-1.253574971,0.379755746,158,-1.613778386,0.6077989518,1541.9403161 +479,3.108590453,-0.132620738,158,-1.613778386,0.6077989518,6489.067988 +480,0.565301296,0.022333262,158,-1.613778386,0.6077989518,8098.5328031 +481,0.547898238,0.855555614,158,-1.613778386,0.6077989518,5700.7215244 +482,0.948309381,0.417393755,158,-1.613778386,0.6077989518,7836.4586373 +483,-0.050600732,0.945269213,158,-1.613778386,0.6077989518,4299.1034906 +484,-0.977651478,-0.572363064,158,-1.613778386,0.6077989518,5238.236116 +485,1.102014914,0.728861163,158,-1.613778386,0.6077989518,6928.0472362 +486,2.927300795,-0.282939414,158,-1.613778386,0.6077989518,7403.1231352 +487,-1.154565557,0.124434095,158,-1.613778386,0.6077989518,2541.9742167 +488,1.855331234,0.291044755,158,-1.613778386,0.6077989518,8676.1831033 +489,0.830290659,0.276904518,158,-1.613778386,0.6077989518,8066.737097 +490,0.485104466,-0.234867441,158,-1.613778386,0.6077989518,8458.7718957 +491,0.521367572,-0.33161327,158,-1.613778386,0.6077989518,8776.1523 +1,-1.539031704,0.7349710123,159,-2.035029014,0.6021432345,1620.0669886 +2,-1.536990553,0.7349663874,159,-2.035029014,0.6021432345,1625.9800397 +3,-1.534951779,0.7349571355,159,-2.035029014,0.6021432345,1631.8852046 +4,-1.532906461,0.7349480293,159,-2.035029014,0.6021432345,1637.8114504 +5,-1.531320211,0.7346937278,159,-2.035029014,0.6021432345,1642.2541752 +6,-1.539451648,0.7335131775,159,-2.035029014,0.6021432345,1617.9012173 +7,-1.537429487,0.7335445708,159,-2.035029014,0.6021432345,1623.7927613 +8,-1.535484998,0.7335658704,159,-2.035029014,0.6021432345,1629.4536962 +9,-1.533488396,0.7336036027,159,-2.035029014,0.6021432345,1635.2776528 +10,-1.531497785,0.7335842962,159,-2.035029014,0.6021432345,1641.0502475 +11,-1.530259379,0.7334777758,159,-2.035029014,0.6021432345,1644.584794 +12,-1.5335454,0.7322346912,159,-2.035029014,0.6021432345,1634.2669078 +13,-1.531489083,0.7322238773,159,-2.035029014,0.6021432345,1640.2460368 +14,-1.530011122,0.7321679851,159,-2.035029014,0.6021432345,1644.5158935 +15,-1.53348106,0.7306614094,159,-2.035029014,0.6021432345,1633.5036873 +16,-1.531441779,0.7306962275,159,-2.035029014,0.6021432345,1639.4719688 +17,-1.529755654,0.7306933243,159,-2.035029014,0.6021432345,1644.3890615 +18,-1.533415048,0.7291384674,159,-2.035029014,0.6021432345,1632.7973467 +19,-1.531392093,0.7291705353,159,-2.035029014,0.6021432345,1638.7270853 +20,-1.529296523,0.7291214933,159,-2.035029014,0.6021432345,1644.82409 +21,-1.535280942,0.727267644,159,-2.035029014,0.6021432345,1626.2579347 +22,-1.533378158,0.7276139666,159,-2.035029014,0.6021432345,1632.0261531 +23,-1.531340368,0.7276446587,159,-2.035029014,0.6021432345,1638.0091672 +24,-1.528960113,0.7276398177,159,-2.035029014,0.6021432345,1644.9765582 +25,-1.533313146,0.7260818349,159,-2.035029014,0.6021432345,1631.3542141 +26,-1.531259555,0.7260958115,159,-2.035029014,0.6021432345,1637.3851195 +27,-1.528926415,0.7260865555,159,-2.035029014,0.6021432345,1644.225046 +28,-1.531226779,0.7245511789,159,-2.035029014,0.6021432345,1636.644283 +29,-1.528904772,0.7245519194,159,-2.035029014,0.6021432345,1643.4695563 +30,-1.547195875,0.7409785979,159,-2.035029014,0.6021432345,1600.709938 +31,-1.5451475,0.740980426,159,-2.035029014,0.6021432345,1606.593198 +32,-1.543097679,0.7409798872,159,-2.035029014,0.6021432345,1612.4811192 +33,-1.540720364,0.7409892687,159,-2.035029014,0.6021432345,1619.3196858 +34,-1.547188511,0.7395198392,159,-2.035029014,0.6021432345,1599.6605842 +35,-1.545148587,0.7395226109,159,-2.035029014,0.6021432345,1605.5317292 +36,-1.543104538,0.7395314908,159,-2.035029014,0.6021432345,1611.4212323 +37,-1.540727751,0.7395306258,159,-2.035029014,0.6021432345,1618.2641271 +38,-1.547187029,0.7380014886,159,-2.035029014,0.6021432345,1598.570871 +39,-1.545147315,0.7380012252,159,-2.035029014,0.6021432345,1604.4511261 +40,-1.54310719,0.7380060743,159,-2.035029014,0.6021432345,1610.3382698 +41,-1.540719671,0.7380068206,159,-2.035029014,0.6021432345,1617.2270515 +42,-1.547187189,0.7364799098,159,-2.035029014,0.6021432345,1597.4948657 +43,-1.545149996,0.7364853874,159,-2.035029014,0.6021432345,1603.383664 +44,-1.543106091,0.7364823484,159,-2.035029014,0.6021432345,1609.2880195 +45,-1.540717158,0.7364893901,159,-2.035029014,0.6021432345,1616.1988966 +46,-1.538663972,0.7410138672,159,-2.035029014,0.6021432345,1625.2489815 +47,-1.53695285,0.7409699132,159,-2.035029014,0.6021432345,1630.1389256 +48,-1.534910498,0.7409641297,159,-2.035029014,0.6021432345,1636.0104854 +49,-1.533145034,0.7409536636,159,-2.035029014,0.6021432345,1641.0840094 +50,-1.538681336,0.7395405883,159,-2.035029014,0.6021432345,1624.1656138 +51,-1.536999189,0.7395183096,159,-2.035029014,0.6021432345,1628.9970904 +52,-1.534923633,0.7395144222,159,-2.035029014,0.6021432345,1634.9768945 +53,-1.533267822,0.7395654306,159,-2.035029014,0.6021432345,1639.7854287 +54,-1.53867273,0.7380151077,159,-2.035029014,0.6021432345,1623.1406006 +55,-1.536980576,0.7379994392,159,-2.035029014,0.6021432345,1628.015424 +56,-1.534931522,0.7379944961,159,-2.035029014,0.6021432345,1633.9298889 +57,-1.533387952,0.7379480264,159,-2.035029014,0.6021432345,1638.3584034 +58,-1.538682279,0.7364914363,159,-2.035029014,0.6021432345,1622.0849753 +59,-1.536980704,0.7364810563,159,-2.035029014,0.6021432345,1627.0004284 +60,-1.534935567,0.7364752065,159,-2.035029014,0.6021432345,1632.9146505 +61,-1.533042592,0.7363876366,159,-2.035029014,0.6021432345,1638.3375362 +62,-1.545143426,0.7349628011,159,-2.035029014,0.6021432345,1602.3589651 +63,-1.543105297,0.7349691947,159,-2.035029014,0.6021432345,1608.2647274 +64,-1.541064533,0.7349647152,159,-2.035029014,0.6021432345,1614.1728074 +65,-1.545411803,0.7334624714,159,-2.035029014,0.6021432345,1600.5724424 +66,-1.543446606,0.7334780896,159,-2.035029014,0.6021432345,1606.283821 +67,-1.541475327,0.7334957295,159,-2.035029014,0.6021432345,1612.0157485 +68,-1.545401939,0.731963266,159,-2.035029014,0.6021432345,1599.6125249 +69,-1.54342253,0.7319915583,159,-2.035029014,0.6021432345,1605.3842006 +70,-1.541455867,0.7320216438,159,-2.035029014,0.6021432345,1611.1213406 +71,-1.545410146,0.7304422281,159,-2.035029014,0.6021432345,1598.6064159 +72,-1.543435491,0.7304713664,159,-2.035029014,0.6021432345,1604.3755622 +73,-1.541463105,0.7304997613,159,-2.035029014,0.6021432345,1610.1389486 +74,-1.545414768,0.7289194936,159,-2.035029014,0.6021432345,1597.6305176 +75,-1.543435774,0.7289538557,159,-2.035029014,0.6021432345,1603.4262407 +76,-1.541457714,0.7289765881,159,-2.035029014,0.6021432345,1609.2133352 +77,-1.539449415,0.7320555866,159,-2.035029014,0.6021432345,1616.9779499 +78,-1.537429183,0.7321097681,159,-2.035029014,0.6021432345,1622.8885761 +79,-1.535472649,0.7321497267,159,-2.035029014,0.6021432345,1628.6060648 +80,-1.539457899,0.7305333307,159,-2.035029014,0.6021432345,1616.0024728 +81,-1.537453161,0.7305750503,159,-2.035029014,0.6021432345,1621.8708593 +82,-1.535479385,0.7306124949,159,-2.035029014,0.6021432345,1627.6475031 +83,-1.53946905,0.7290102593,159,-2.035029014,0.6021432345,1615.0393417 +84,-1.537459922,0.7290417293,159,-2.035029014,0.6021432345,1620.9249753 +85,-1.535451349,0.7290890157,159,-2.035029014,0.6021432345,1626.8195362 +86,-1.535522937,0.7279887191,159,-2.035029014,0.6021432345,1625.965966 +87,-1.539442524,0.7274735939,159,-2.035029014,0.6021432345,1614.1990509 +88,-1.537424111,0.727521351,159,-2.035029014,0.6021432345,1620.1321127 +89,-1.539384641,0.7259505092,159,-2.035029014,0.6021432345,1613.479969 +90,-1.537372391,0.7259947145,159,-2.035029014,0.6021432345,1619.4033791 +91,-1.535340789,0.7260435356,159,-2.035029014,0.6021432345,1625.3870819 +92,-1.539325716,0.7244369706,159,-2.035029014,0.6021432345,1612.7907983 +93,-1.537308932,0.7244801057,159,-2.035029014,0.6021432345,1618.7372367 +94,-1.535289068,0.7245247645,159,-2.035029014,0.6021432345,1624.6944917 +95,-1.533261366,0.7245550236,159,-2.035029014,0.6021432345,1630.6678613 +96,-1.539267302,0.722921924,159,-2.035029014,0.6021432345,1612.1205479 +97,-1.537248972,0.7229660258,159,-2.035029014,0.6021432345,1618.0823404 +98,-1.535219431,0.7229916471,159,-2.035029014,0.6021432345,1624.0681154 +99,-1.53318962,0.7230212049,159,-2.035029014,0.6021432345,1630.0578806 +100,-1.531154816,0.7230299897,159,-2.035029014,0.6021432345,1636.052558 +101,-1.528878341,0.7230370244,159,-2.035029014,0.6021432345,1642.7593369 +102,-1.539218189,0.7214009878,159,-2.035029014,0.6021432345,1611.4410505 +103,-1.537198791,0.7214422745,159,-2.035029014,0.6021432345,1617.4147408 +104,-1.535179266,0.7214634354,159,-2.035029014,0.6021432345,1623.3791846 +105,-1.533156501,0.7214944644,159,-2.035029014,0.6021432345,1629.3593803 +106,-1.53113574,0.7215166021,159,-2.035029014,0.6021432345,1635.330123 +107,-1.528874248,0.7215345535,159,-2.035029014,0.6021432345,1642.0100046 +108,-1.539217656,0.7198512397,159,-2.035029014,0.6021432345,1610.6245247 +109,-1.537199919,0.7199428763,159,-2.035029014,0.6021432345,1616.6295759 +110,-1.545425832,0.727397149,159,-2.035029014,0.6021432345,1596.6569573 +111,-1.543371177,0.7273916949,159,-2.035029014,0.6021432345,1602.6604082 +112,-1.541368852,0.7274523163,159,-2.035029014,0.6021432345,1608.5520902 +113,-1.545349067,0.7258710923,159,-2.035029014,0.6021432345,1595.9592912 +114,-1.54332671,0.7258603556,159,-2.035029014,0.6021432345,1601.8765618 +115,-1.541346831,0.7259242142,159,-2.035029014,0.6021432345,1607.7146645 +116,-1.545324355,0.7243383958,159,-2.035029014,0.6021432345,1595.12702 +117,-1.543292796,0.7243617413,159,-2.035029014,0.6021432345,1601.1023057 +118,-1.541295822,0.7244024384,159,-2.035029014,0.6021432345,1606.987237 +119,-1.543193859,0.7205570215,159,-2.035029014,0.6021432345,1599.267603 +120,-1.550257047,0.7386738187,159,-2.035029014,0.6021432345,1590.2140046 +121,-1.549335448,0.7311736483,159,-2.035029014,0.6021432345,1587.6605527 +122,-1.533478843,0.7179891343,159,-2.035029014,0.6021432345,1626.6562193 +123,-1.556150555,0.738907041,159,-2.035029014,0.6021432345,1573.436853 +124,-1.554324226,0.733414257,159,-2.035029014,0.6021432345,1574.7070306 +125,-1.554290846,0.7288285332,159,-2.035029014,0.6021432345,1571.6928304 +126,-1.55122487,0.7219795312,159,-2.035029014,0.6021432345,1576.4200065 +127,-1.525104458,0.7229399862,159,-2.035029014,0.6021432345,1653.8269282 +128,-1.519607711,0.7236181429,159,-2.035029014,0.6021432345,1670.3559636 +129,-1.513899999,0.7251107854,159,-2.035029014,0.6021432345,1687.8827248 +130,-1.536620762,0.7431061895,159,-2.035029014,0.6021432345,1632.6090009 +131,-1.5369566,0.7460845958,159,-2.035029014,0.6021432345,1633.8282815 +132,-1.545345528,0.7447040685,159,-2.035029014,0.6021432345,1608.8164661 +133,-1.532813921,0.7432306626,159,-2.035029014,0.6021432345,1643.6198898 +134,-1.554788248,0.7382381001,159,-2.035029014,0.6021432345,1576.852174 +135,-1.540348126,0.7301594274,159,-2.035029014,0.6021432345,1613.1768243 +136,-1.538016084,0.7239051786,159,-2.035029014,0.6021432345,1616.3410211 +137,-1.525288962,0.7258085137,159,-2.035029014,0.6021432345,1654.7541768 +138,-1.534326986,0.731241342,159,-2.035029014,0.6021432345,1631.3865628 +139,-1.530733872,0.7303625216,159,-2.035029014,0.6021432345,1641.3413581 +141,-1.534354939,0.7328219978,159,-2.035029014,0.6021432345,1632.2732336 +142,-1.53157084,0.7292888153,159,-2.035029014,0.6021432345,1638.2730519 +143,-1.525691035,0.7263799874,159,-2.035029014,0.6021432345,1653.8759736 +144,-1.534031287,0.7495967835,159,-2.035029014,0.6021432345,1644.8207834 +145,-1.527714986,0.7283095957,159,-2.035029014,0.6021432345,1648.9938204 +146,-1.526189586,0.7271468292,159,-2.035029014,0.6021432345,1652.8247759 +147,-1.555177336,0.7375563366,159,-2.035029014,0.6021432345,1575.2256233 +148,-1.555080283,0.7312707794,159,-2.035029014,0.6021432345,1571.0328255 +149,-1.53856994,0.7224180299,159,-2.035029014,0.6021432345,1613.8978667 +150,-1.530837883,0.729933372,159,-2.035029014,0.6021432345,1640.7875714 +151,-1.515066984,0.5854133365,159,-2.035029014,0.6021432345,1702.1549712 +152,-1.534731633,0.5368370046,159,-2.035029014,0.6021432345,1683.1059438 +153,-1.515231902,0.5607085576,159,-2.035029014,0.6021432345,1722.200943 +154,-2.616253799,1.0684566605,159,-2.035029014,0.6021432345,2357.3205491 +155,-1.956071439,0.5792177723,159,-2.035029014,0.6021432345,275.14174216 +156,-1.951208514,0.5602434208,159,-2.035029014,0.6021432345,323.28124545 +157,-1.944675062,0.6062144545,159,-2.035029014,0.6021432345,294.94231127 +158,-1.613778386,0.6077989518,159,-2.035029014,0.6021432345,1369.2918872 +159,-2.035029014,0.6021432345,159,-2.035029014,0.6021432345,100.40900179 +160,-2.114989471,0.6801825058,159,-2.035029014,0.6021432345,399.84661518 +161,-2.037382079,0.5765830025,159,-2.035029014,0.6021432345,101.54008365 +162,-2.129855121,0.6585019963,159,-2.035029014,0.6021432345,376.58531705 +163,-2.075141798,0.6493615843,159,-2.035029014,0.6021432345,227.06139214 +164,-1.828626729,0.6948433129,159,-2.035029014,0.6021432345,747.00436805 +165,-1.863329418,0.6735427691,159,-2.035029014,0.6021432345,614.75207448 +166,-1.266037071,0.727988852,159,-2.035029014,0.6021432345,2420.8496474 +167,-1.277579582,0.7249010648,159,-2.035029014,0.6021432345,2387.310445 +168,-1.258418684,0.7241194816,159,-2.035029014,0.6021432345,2444.2273001 +169,-1.317813974,0.6804850104,159,-2.035029014,0.6021432345,2278.0809535 +170,-1.344165204,0.6790988904,159,-2.035029014,0.6021432345,2197.6695808 +171,-1.427582102,0.5277120351,159,-2.035029014,0.6021432345,2043.4071048 +172,-1.402238616,0.457167829,159,-2.035029014,0.6021432345,2225.0527802 +173,-1.422454264,0.4996161999,159,-2.035029014,0.6021432345,2096.1293374 +174,-1.439089277,0.4894859811,159,-2.035029014,0.6021432345,2056.0338153 +175,-1.448126995,0.5182330266,159,-2.035029014,0.6021432345,1987.936064 +176,-1.474626146,0.5881926574,159,-2.035029014,0.6021432345,1831.1604768 +177,-1.421139645,0.5584869783,159,-2.035029014,0.6021432345,2030.6947747 +178,-1.457037165,0.565943032,159,-2.035029014,0.6021432345,1906.8224614 +179,-2.757159358,0.3745319,159,-2.035029014,0.6021432345,2660.5975155 +180,-2.714309238,0.342054471,159,-2.035029014,0.6021432345,2588.0606505 +181,-2.000525337,0.774119946,159,-2.035029014,0.6021432345,689.27055741 +183,-1.571413436,0.6777838382,159,-2.035029014,0.6021432345,1497.5652489 +184,-1.552860289,0.6987663893,159,-2.035029014,0.6021432345,1560.4518064 +185,-1.521852374,0.7165827476,159,-2.035029014,0.6021432345,1660.4829096 +186,-1.503656267,0.6928968252,159,-2.035029014,0.6021432345,1708.0962828 +187,-1.502753178,0.7136205882,159,-2.035029014,0.6021432345,1716.173684 +188,-1.631894563,0.7343596465,159,-2.035029014,0.6021432345,1352.9034041 +189,-1.653765416,0.6770714026,159,-2.035029014,0.6021432345,1244.189449 +190,-1.719812114,0.6715965947,159,-2.035029014,0.6021432345,1038.8792189 +191,-1.493406659,0.6646955447,159,-2.035029014,0.6021432345,1738.6462011 +192,-1.469120564,0.6613469966,159,-2.035029014,0.6021432345,1814.8734346 +193,-1.590551461,0.5326612937,159,-2.035029014,0.6021432345,1505.8137633 +194,-1.625979264,0.5247742243,159,-2.035029014,0.6021432345,1400.2149068 +195,-1.572293943,0.5238808754,159,-2.035029014,0.6021432345,1575.9083526 +196,-1.610848725,0.5477107964,159,-2.035029014,0.6021432345,1422.9298314 +197,-1.208485554,0.7918526018,159,-2.035029014,0.6021432345,2579.7995331 +198,-1.335601374,0.6869083083,159,-2.035029014,0.6021432345,2221.5736281 +199,-1.346156996,0.6825213377,159,-2.035029014,0.6021432345,2190.5251411 +200,-1.324381037,0.6741422347,159,-2.035029014,0.6021432345,2260.2661784 +201,-1.242424992,0.7378949807,159,-2.035029014,0.6021432345,2488.2918788 +202,-1.270370057,0.7392461008,159,-2.035029014,0.6021432345,2406.2943003 +203,-1.448950472,0.7441675014,159,-2.035029014,0.6021432345,1886.1264318 +204,-1.492662363,0.7523026852,159,-2.035029014,0.6021432345,1764.6194652 +205,-1.479098966,0.7763855017,159,-2.035029014,0.6021432345,1819.7118387 +206,-1.633760714,0.7869022408,159,-2.035029014,0.6021432345,1416.2135404 +207,-1.647406434,0.8101289331,159,-2.035029014,0.6021432345,1421.4468718 +208,-1.564245052,0.5701509278,159,-2.035029014,0.6021432345,1554.0695911 +209,-1.646289963,0.6833746083,159,-2.035029014,0.6021432345,1270.2227743 +210,-1.5820631,0.6751952144,159,-2.035029014,0.6021432345,1464.1357866 +211,-1.613236298,0.6681681791,159,-2.035029014,0.6021432345,1365.9722139 +212,-1.914661867,0.8212566515,159,-2.035029014,0.6021432345,939.07186793 +213,-1.742133237,0.7250275956,159,-2.035029014,0.6021432345,1032.9509578 +214,-2.033144872,0.6557314699,159,-2.035029014,0.6021432345,212.34872404 +215,-2.039551981,0.6964723658,159,-2.035029014,0.6021432345,373.90952818 +216,-1.247341019,0.7622473908,159,-2.035029014,0.6021432345,2470.9200243 +217,-1.298239787,0.7084123392,159,-2.035029014,0.6021432345,2329.1839088 +218,-1.308539688,0.6926545592,159,-2.035029014,0.6021432345,2302.3362358 +219,-1.303263185,0.6888938396,159,-2.035029014,0.6021432345,2319.6075764 +220,-1.852400229,0.6004246149,159,-2.035029014,0.6021432345,596.28959183 +221,-1.288947707,0.7473773692,159,-2.035029014,0.6021432345,2351.5046627 +222,-1.372031502,0.7472790993,159,-2.035029014,0.6021432345,2110.192521 +223,-1.289805721,0.7242157877,159,-2.035029014,0.6021432345,2351.2040598 +224,-1.350807603,0.7533498126,159,-2.035029014,0.6021432345,2172.7763747 +225,-1.329290365,0.7560442322,159,-2.035029014,0.6021432345,2235.239695 +226,-1.410153004,0.616936428,159,-2.035029014,0.6021432345,2019.1020249 +227,-1.393445434,0.6308995063,159,-2.035029014,0.6021432345,2064.2072315 +228,-1.37595573,0.6241540638,159,-2.035029014,0.6021432345,2123.5748856 +229,-1.358388707,0.6172645205,159,-2.035029014,0.6021432345,2183.8711522 +230,-1.753741133,0.8281661666,159,-2.035029014,0.6021432345,1223.6258403 +231,-1.47430987,0.6834615681,159,-2.035029014,0.6021432345,1796.9892768 +232,-1.421012508,0.7222725206,159,-2.035029014,0.6021432345,1961.7122659 +233,-1.4476833,0.6978557868,159,-2.035029014,0.6021432345,1878.818276 +234,-1.470370723,0.6966193374,159,-2.035029014,0.6021432345,1809.8378697 +235,-1.429211703,0.7037216883,159,-2.035029014,0.6021432345,1935.0708906 +236,-1.700578405,0.6178673663,159,-2.035029014,0.6021432345,1085.9192754 +237,-1.678117619,0.6331716163,159,-2.035029014,0.6021432345,1156.8845666 +238,-1.725644578,0.6316331145,159,-2.035029014,0.6021432345,1004.9742341 +239,-2.14012759,0.7930497945,159,-2.035029014,0.6021432345,820.12011249 +240,-2.103289431,0.7653606263,159,-2.035029014,0.6021432345,679.41205952 +241,-1.318739838,0.7017808746,159,-2.035029014,0.6021432345,2268.9901552 +242,-1.396417427,0.7077900843,159,-2.035029014,0.6021432345,2034.0451075 +243,-1.35650337,0.7185539404,159,-2.035029014,0.6021432345,2153.4449435 +244,-1.248884539,0.7274156818,159,-2.035029014,0.6021432345,2471.6290353 +245,-1.395014798,0.5761185243,159,-2.035029014,0.6021432345,2098.7224668 +246,-1.433377362,0.6064716109,159,-2.035029014,0.6021432345,1951.3759629 +247,-1.408172432,0.5903155476,159,-2.035029014,0.6021432345,2044.189564 +248,-1.749645898,0.7757118084,159,-2.035029014,0.6021432345,1107.3242398 +249,-1.571626686,0.615046989,159,-2.035029014,0.6021432345,1502.3488408 +250,-1.514070049,0.6303003037,159,-2.035029014,0.6021432345,1681.0646811 +251,-1.480890369,0.6237966528,159,-2.035029014,0.6021432345,1789.5559041 +252,-1.704390658,0.5281680612,159,-2.035029014,0.6021432345,1142.2228455 +253,-1.64434733,0.5254277498,159,-2.035029014,0.6021432345,1339.8030162 +254,-1.703855997,0.4792484842,159,-2.035029014,0.6021432345,1222.8644041 +255,-1.692002383,0.5748825051,159,-2.035029014,0.6021432345,1133.4979262 +256,-1.854136457,0.5544643913,159,-2.035029014,0.6021432345,628.66643605 +257,-1.665021206,0.520317736,159,-2.035029014,0.6021432345,1279.718929 +258,-1.733654349,0.4845187345,159,-2.035029014,0.6021432345,1120.9679143 +259,-1.720938188,0.5135933906,159,-2.035029014,0.6021432345,1110.3666371 +260,-1.742668307,0.553296122,159,-2.035029014,0.6021432345,987.97717298 +261,-1.965659039,0.7142126903,159,-2.035029014,0.6021432345,494.12612511 +262,-1.944438071,0.6772834804,159,-2.035029014,0.6021432345,413.92471156 +263,-1.270340967,0.7681487096,159,-2.035029014,0.6021432345,2405.1681562 +264,-1.353091884,0.6549276821,159,-2.035029014,0.6021432345,2179.263268 +265,-1.333236659,0.6413584414,159,-2.035029014,0.6021432345,2248.3656688 +266,-1.352015998,0.6753788907,159,-2.035029014,0.6021432345,2174.6971695 +267,-1.377988483,0.6577816235,159,-2.035029014,0.6021432345,2100.3816935 +268,-2.13075611,0.8318642051,159,-2.035029014,0.6021432345,953.12298304 +269,-2.097910953,0.8259670014,159,-2.035029014,0.6021432345,906.05836363 +270,-1.416382069,0.6694271549,159,-2.035029014,0.6021432345,1977.3614519 +271,-1.538905672,0.7535625993,159,-2.035029014,0.6021432345,1634.1390719 +272,-1.572309477,0.7803125099,159,-2.035029014,0.6021432345,1568.8903719 +273,-1.87759879,0.7503853417,159,-2.035029014,0.6021432345,761.48063022 +274,1.152365588,0.590457682,159,-2.035029014,0.6021432345,7716.8967152 +275,0.350198001,0.718001859,159,-2.035029014,0.6021432345,6534.3796269 +276,0.046513677,0.491503852,159,-2.035029014,0.6021432345,6570.3402744 +277,0.027510309,0.742571376,159,-2.035029014,0.6021432345,5839.8085117 +278,0.306285725,-0.214631579,159,-2.035029014,0.6021432345,9191.7915278 +279,-1.100564889,0.318051531,159,-2.035029014,0.6021432345,3459.1512385 +280,-1.078582306,0.301437596,159,-2.035029014,0.6021432345,3563.9844725 +281,-1.137371989,-0.617634065,159,-2.035029014,0.6021432345,5861.5352385 +282,0.784356344,0.703272339,159,-2.035029014,0.6021432345,7140.895036 +283,-1.221209947,0.218327455,159,-2.035029014,0.6021432345,3285.911092 +284,2.347301921,-0.449114658,159,-2.035029014,0.6021432345,8234.5460669 +285,0.246820618,0.830553713,159,-2.035029014,0.6021432345,6002.2870077 +286,0.829414965,0.703288228,159,-2.035029014,0.6021432345,7174.897012 +287,-1.337537566,0.42332223,159,-2.035029014,0.6021432345,2491.7517964 +288,0.882453706,0.454478077,159,-2.035029014,0.6021432345,8174.8256795 +289,1.575629659,0.416419109,159,-2.035029014,0.6021432345,8040.6087508 +290,-1.039455679,0.229888244,159,-2.035029014,0.6021432345,3840.6627371 +291,0.489558039,0.934482747,159,-2.035029014,0.6021432345,5999.4605906 +292,0.081344504,0.88384514,159,-2.035029014,0.6021432345,5558.3993783 +293,-1.547979814,0.300350308,159,-2.035029014,0.6021432345,2095.7452589 +294,0.040776181,0.168560074,159,-2.035029014,0.6021432345,7420.7170716 +295,-1.130374745,0.563894876,159,-2.035029014,0.6021432345,2962.1707729 +296,1.578326642,0.478507176,159,-2.035029014,0.6021432345,7812.4621252 +297,-1.12861823,-0.291640865,159,-2.035029014,0.6021432345,4915.7238532 +298,0.310524208,0.770885792,159,-2.035029014,0.6021432345,6296.6668874 +299,0.415649091,-0.387246002,159,-2.035029014,0.6021432345,9908.1191871 +300,-0.926533878,-0.188022748,159,-2.035029014,0.6021432345,5199.7014513 +301,1.258856172,-0.11716081,159,-2.035029014,0.6021432345,10443.834664 +302,-1.126050026,0.322941926,159,-2.035029014,0.6021432345,3366.5518648 +303,2.002785835,0.07893892,159,-2.035029014,0.6021432345,8153.0539684 +304,0.440437607,0.746258085,159,-2.035029014,0.6021432345,6583.705558 +305,-0.030391866,0.214441206,159,-2.035029014,0.6021432345,7092.2499675 +306,0.521557815,-0.058929362,159,-2.035029014,0.6021432345,9401.4802563 +307,-0.097005111,0.13317729,159,-2.035029014,0.6021432345,7092.6323586 +308,1.83113859,0.221857587,159,-2.035029014,0.6021432345,8192.9703639 +309,0.222428864,0.099404236,159,-2.035029014,0.6021432345,8131.6545635 +310,-1.702731345,0.8728568183,159,-2.035029014,0.6021432345,1440.3832095 +311,-0.418507569,0.278324921,159,-2.035029014,0.6021432345,5747.8569909 +312,-1.41153306,0.339029988,159,-2.035029014,0.6021432345,2418.2950644 +313,0.357560442,0.114788776,159,-2.035029014,0.6021432345,8456.6025676 +314,0.325818979,0.268352149,159,-2.035029014,0.6021432345,7914.0261063 +315,-1.246004659,-0.663679965,159,-2.035029014,0.6021432345,5791.4779155 +316,1.814603087,0.637404484,159,-2.035029014,0.6021432345,6882.6375288 +317,1.843704281,-0.18300445,159,-2.035029014,0.6021432345,9310.3076867 +318,1.690644492,-0.211480909,159,-2.035029014,0.6021432345,9836.6051031 +319,-1.275451936,0.068109467,159,-2.035029014,0.6021432345,3497.9682589 +320,0.762430171,-0.207594741,159,-2.035029014,0.6021432345,10449.391275 +321,0.265668905,-0.014647884,159,-2.035029014,0.6021432345,8565.5867867 +322,-2.773032013,-0.335515811,159,-2.035029014,0.6021432345,4638.4313462 +323,-1.469512853,0.174058777,159,-2.035029014,0.6021432345,2656.5885621 +324,0.286276986,0.785925691,159,-2.035029014,0.6021432345,6208.0781073 +325,-1.379324697,0.377432233,159,-2.035029014,0.6021432345,2441.4553468 +326,-1.203778265,0.212813032,159,-2.035029014,0.6021432345,3353.4461432 +327,0.579916301,0.611743168,159,-2.035029014,0.6021432345,7255.3942384 +328,0.267582642,0.868113908,159,-2.035029014,0.6021432345,5919.2599972 +329,0.412869244,-0.050245578,159,-2.035029014,0.6021432345,9083.9867436 +330,0.17524381,0.976660285,159,-2.035029014,0.6021432345,5448.4647847 +331,0.743157214,0.204812899,159,-2.035029014,0.6021432345,8967.6922571 +332,-1.070758176,0.269382282,159,-2.035029014,0.6021432345,3655.340198 +333,-1.230364251,0.329790229,159,-2.035029014,0.6021432345,3014.9097768 +334,-1.374813124,-0.024926835,159,-2.035029014,0.6021432345,3488.3958448 +335,0.519780566,0.463669906,159,-2.035029014,0.6021432345,7682.7285974 +336,-1.55108034,0.239698561,159,-2.035029014,0.6021432345,2248.9534183 +337,0.180294813,0.029739425,159,-2.035029014,0.6021432345,8196.3960417 +338,0.67820924,0.268170153,159,-2.035029014,0.6021432345,8637.7561466 +339,0.445798684,1.024001867,159,-2.035029014,0.6021432345,5643.5021584 +340,0.691751283,0.150521402,159,-2.035029014,0.6021432345,9081.1379965 +341,-1.036643551,-0.903056181,159,-2.035029014,0.6021432345,6891.9277799 +342,-0.120287036,1.083325163,159,-2.035029014,0.6021432345,4719.5216282 +343,2.823513113,-0.304487164,159,-2.035029014,0.6021432345,6441.1305304 +344,0.457583172,1.12513373,159,-2.035029014,0.6021432345,5310.5439263 +345,0.042918831,0.813795399,159,-2.035029014,0.6021432345,5678.1910076 +346,1.196146777,-0.853142756,159,-2.035029014,0.6021432345,11415.553218 +347,0.206001358,-0.010430701,159,-2.035029014,0.6021432345,8377.8089377 +348,-0.268308653,0.234799412,159,-2.035029014,0.6021432345,6318.0208379 +349,0.759363263,0.736189579,159,-2.035029014,0.6021432345,6994.9964495 +350,0.181363926,0.891988372,159,-2.035029014,0.6021432345,5707.4535659 +351,-0.021111158,0.139103292,159,-2.035029014,0.6021432345,7310.609936 +352,-0.093355215,0.630686981,159,-2.035029014,0.6021432345,5853.8808251 +353,0.40118964,0.681375926,159,-2.035029014,0.6021432345,6740.6882213 +354,-0.721197315,1.304706234,159,-2.035029014,0.6021432345,3665.3230406 +355,-1.076150317,0.212107639,159,-2.035029014,0.6021432345,3761.2128833 +356,-1.577164531,0.273993443,159,-2.035029014,0.6021432345,2082.7092944 +357,-0.190788414,0.182208586,159,-2.035029014,0.6021432345,6683.3748863 +358,-0.261349752,0.209710184,159,-2.035029014,0.6021432345,6398.265313 +359,-1.029303852,0.083549259,159,-2.035029014,0.6021432345,4207.0324108 +360,-1.268609162,0.330525297,159,-2.035029014,0.6021432345,2890.283204 +361,1.282982244,-0.926641967,159,-2.035029014,0.6021432345,11066.261713 +362,0.217352334,0.731352408,159,-2.035029014,0.6021432345,6254.1962338 +363,-1.511833084,0.258629297,159,-2.035029014,0.6021432345,2307.9452301 +364,0.338812194,0.823184618,159,-2.035029014,0.6021432345,6173.4948433 +365,-0.324406489,1.134201999,159,-2.035029014,0.6021432345,4307.5433469 +366,1.389579348,0.399185724,159,-2.035029014,0.6021432345,8337.0759053 +367,2.047152199,-0.039082036,159,-2.035029014,0.6021432345,8329.9504939 +368,0.947780369,0.568250077,159,-2.035029014,0.6021432345,7770.4117346 +369,0.763824846,0.576754987,159,-2.035029014,0.6021432345,7603.4954076 +370,-0.142334657,0.928153068,159,-2.035029014,0.6021432345,5026.8120303 +371,0.610266567,0.547265983,159,-2.035029014,0.6021432345,7529.3730799 +372,0.210731629,0.746815056,159,-2.035029014,0.6021432345,6194.785204 +373,-1.34931644,0.316895224,159,-2.035029014,0.6021432345,2661.7235981 +374,2.407696481,0.655030745,159,-2.035029014,0.6021432345,5541.5041628 +375,0.64207831,0.545359131,159,-2.035029014,0.6021432345,7579.7216439 +376,1.174597538,0.840588356,159,-2.035029014,0.6021432345,6724.1102626 +377,0.660059424,0.010604079,159,-2.035029014,0.6021432345,9505.7350665 +378,-0.730263819,0.010486456,159,-2.035029014,0.6021432345,5332.7842704 +379,0.831068936,0.512339172,159,-2.035029014,0.6021432345,7910.7186823 +380,1.301180979,0.72367476,159,-2.035029014,0.6021432345,7144.7516942 +381,1.811128231,0.322854402,159,-2.035029014,0.6021432345,7920.253465 +382,0.435105812,0.992284428,159,-2.035029014,0.6021432345,5739.6693 +383,0.62643634,0.592027932,159,-2.035029014,0.6021432345,7389.2759632 +384,0.492988703,-0.516339467,159,-2.035029014,0.6021432345,10366.460059 +385,-0.162469483,0.112549365,159,-2.035029014,0.6021432345,6937.8802257 +386,0.314630866,0.472006421,159,-2.035029014,0.6021432345,7255.9230497 +387,0.166744804,0.822815954,159,-2.035029014,0.6021432345,5886.6783477 +388,0.417159608,0.965805736,159,-2.035029014,0.6021432345,5808.4480544 +389,0.106334961,0.868774244,159,-2.035029014,0.6021432345,5645.4058459 +390,0.815086969,-0.338144359,159,-2.035029014,0.6021432345,10980.846755 +391,0.59867455,-0.230624824,159,-2.035029014,0.6021432345,10103.757291 +392,1.915104874,0.066220985,159,-2.035029014,0.6021432345,8436.2875877 +393,1.278093622,0.064463721,159,-2.035029014,0.6021432345,9727.0346901 +394,-0.061477853,0.302997961,159,-2.035029014,0.6021432345,6775.4793823 +395,0.251311504,0.626976942,159,-2.035029014,0.6021432345,6640.6175576 +396,2.950242872,0.149095644,159,-2.035029014,0.6021432345,4999.3264228 +397,-0.180294708,0.35375117,159,-2.035029014,0.6021432345,6302.5667717 +398,1.010448592,-0.351180233,159,-2.035029014,0.6021432345,11394.329214 +399,-1.748740498,0.3686318073,159,-2.035029014,0.6021432345,1360.7380761 +400,2.699635665,0.123533791,159,-2.035029014,0.6021432345,5872.8671127 +401,0.496808033,0.823843254,159,-2.035029014,0.6021432345,6393.8893129 +402,0.129574704,0.763364087,159,-2.035029014,0.6021432345,5990.3536526 +403,1.798920311,0.817447563,159,-2.035029014,0.6021432345,6304.3914679 +404,0.335987953,0.746786541,159,-2.035029014,0.6021432345,6416.8824625 +405,-1.085413643,0.292154671,159,-2.035029014,0.6021432345,3560.663114 +406,-0.155321003,0.508207011,159,-2.035029014,0.6021432345,5997.0755856 +407,0.620529244,-0.301175104,159,-2.035029014,0.6021432345,10353.144318 +408,1.684402744,0.368716966,159,-2.035029014,0.6021432345,8025.5880847 +409,0.300582244,-0.386397212,159,-2.035029014,0.6021432345,9533.5670383 +410,2.913555946,-0.009225192,159,-2.035029014,0.6021432345,5474.3452609 +411,1.465101417,0.493232532,159,-2.035029014,0.6021432345,7902.0138961 +412,0.090612882,0.907955955,159,-2.035029014,0.6021432345,5507.8211885 +413,2.987564726,-0.729568594,159,-2.035029014,0.6021432345,6979.1422209 +414,-1.484261606,0.224149272,159,-2.035029014,0.6021432345,2478.1716139 +415,0.164073421,0.303955133,159,-2.035029014,0.6021432345,7398.4128022 +416,0.141441293,0.167552546,159,-2.035029014,0.6021432345,7715.3217579 +417,2.931321023,-0.506718887,159,-2.035029014,0.6021432345,6594.2129464 +418,2.21951565,0.700596356,159,-2.035029014,0.6021432345,5878.1672906 +419,0.268112576,1.199114336,159,-2.035029014,0.6021432345,4899.839204 +420,0.978913739,0.359223811,159,-2.035029014,0.6021432345,8605.6309089 +421,1.210898818,0.522863584,159,-2.035029014,0.6021432345,7970.6683137 +422,2.347397336,0.129231362,159,-2.035029014,0.6021432345,6986.386351 +423,0.614394501,0.556878345,159,-2.035029014,0.6021432345,7500.4385052 +424,-1.398079356,0.148483366,159,-2.035029014,0.6021432345,2927.8524914 +425,2.535303836,-0.112984496,159,-2.035029014,0.6021432345,6937.9820831 +426,-1.019372593,-0.405322349,159,-2.035029014,0.6021432345,5521.8375472 +427,-1.297785627,-0.160104069,159,-2.035029014,0.6021432345,4092.757058 +428,2.144554488,0.205051084,159,-2.035029014,0.6021432345,7406.0554872 +429,-2.242387083,-0.426171285,159,-2.035029014,0.6021432345,4147.0897159 +430,0.338637212,0.909723676,159,-2.035029014,0.6021432345,5892.3563499 +431,-0.148798452,0.691042401,159,-2.035029014,0.6021432345,5569.4382908 +432,0.893524764,0.441829531,159,-2.035029014,0.6021432345,8231.9249493 +433,0.969229347,-0.368847936,159,-2.035029014,0.6021432345,11402.986198 +434,0.436043248,0.800045688,159,-2.035029014,0.6021432345,6394.3069899 +435,1.687946607,1.081504775,159,-2.035029014,0.6021432345,5520.1300464 +436,0.522302046,-0.034889271,159,-2.035029014,0.6021432345,9330.9269466 +437,-0.178996113,-0.438090009,159,-2.035029014,0.6021432345,8071.9942677 +438,-1.094339566,0.301444068,159,-2.035029014,0.6021432345,3512.7457289 +439,-1.064070054,0.242569932,159,-2.035029014,0.6021432345,3733.7912545 +440,-1.068153768,0.230387998,159,-2.035029014,0.6021432345,3746.8924023 +441,-3.00496892,-0.23989155,159,-2.035029014,0.6021432345,4940.0772731 +442,0.21751974,0.766874888,159,-2.035029014,0.6021432345,6146.3907545 +443,0.117229532,0.007619006,159,-2.035029014,0.6021432345,8063.3264067 +444,0.777758451,0.420554741,159,-2.035029014,0.6021432345,8208.4628956 +445,-0.252356999,0.250747086,159,-2.035029014,0.6021432345,6330.2567747 +446,0.363148444,0.768483434,159,-2.035029014,0.6021432345,6390.3448523 +447,0.903191366,-0.118210676,159,-2.035029014,0.6021432345,10388.014983 +448,-0.205755923,0.149406178,159,-2.035029014,0.6021432345,6714.3370782 +449,1.811996086,0.02364353,159,-2.035029014,0.6021432345,8839.9366338 +450,-1.100670221,0.314845373,159,-2.035029014,0.6021432345,3465.1981208 +451,0.340078597,0.850105132,159,-2.035029014,0.6021432345,6087.9638591 +452,0.258757267,0.804969236,159,-2.035029014,0.6021432345,6101.7584317 +453,2.78505352,-0.155160804,159,-2.035029014,0.6021432345,6221.9846473 +454,0.800551619,0.105822106,159,-2.035029014,0.6021432345,9415.0090154 +455,0.437940882,-0.506194031,159,-2.035029014,0.6021432345,10173.625791 +456,2.230431122,0.63458615,159,-2.035029014,0.6021432345,6027.9502242 +457,0.527965361,0.127667701,159,-2.035029014,0.6021432345,8831.8377047 +458,-0.063643205,0.702093448,159,-2.035029014,0.6021432345,5743.7429469 +459,1.408447268,0.133010502,159,-2.035029014,0.6021432345,9319.9209257 +460,0.523795955,0.280266966,159,-2.035029014,0.6021432345,8316.8405899 +461,-0.975769313,0.072177659,159,-2.035029014,0.6021432345,4403.0848811 +462,0.549774164,-0.463663986,159,-2.035029014,0.6021432345,10475.845111 +463,0.29245874,1.095549818,159,-2.035029014,0.6021432345,5242.4591169 +464,0.143625958,0.816809593,159,-2.035029014,0.6021432345,5862.1718483 +465,0.671902494,0.611159853,159,-2.035029014,0.6021432345,7375.6323485 +466,1.239840988,0.6724199,159,-2.035029014,0.6021432345,7371.6465058 +467,0.607829703,-0.10932137,159,-2.035029014,0.6021432345,9773.3836484 +468,1.763020906,0.263996692,159,-2.035029014,0.6021432345,8215.9525093 +469,0.378714634,0.726066797,159,-2.035029014,0.6021432345,6555.2589678 +470,2.196736143,-0.153862366,159,-2.035029014,0.6021432345,8130.1042987 +471,0.01702415,0.148991565,159,-2.035029014,0.6021432345,7400.5115737 +472,-2.998490902,-0.158002487,159,-2.035029014,0.6021432345,4697.9158137 +473,-3.051262951,-0.346595608,159,-2.035029014,0.6021432345,5360.5820792 +474,-1.069176439,0.182802941,159,-2.035029014,0.6021432345,3849.1336019 +475,0.167157509,0.595344954,159,-2.035029014,0.6021432345,6559.500799 +476,0.613855648,0.681746124,159,-2.035029014,0.6021432345,7047.3083709 +477,1.037012736,0.682555367,159,-2.035029014,0.6021432345,7348.775323 +478,-1.253574971,0.379755746,159,-2.035029014,0.6021432345,2842.8057892 +479,3.108590453,-0.132620738,159,-2.035029014,0.6021432345,5153.1920492 +480,0.565301296,0.022333262,159,-2.035029014,0.6021432345,9257.3672815 +481,0.547898238,0.855555614,159,-2.035029014,0.6021432345,6343.4938679 +482,0.948309381,0.417393755,159,-2.035029014,0.6021432345,8361.835235 +483,-0.050600732,0.945269213,159,-2.035029014,0.6021432345,5158.7055999 +484,-0.977651478,-0.572363064,159,-2.035029014,0.6021432345,6089.2680935 +485,1.102014914,0.728861163,159,-2.035029014,0.6021432345,7171.7141493 +486,2.927300795,-0.282939414,159,-2.035029014,0.6021432345,6072.9194225 +487,-1.154565557,0.124434095,159,-2.035029014,0.6021432345,3717.2049526 +488,1.855331234,0.291044755,159,-2.035029014,0.6021432345,7920.367848 +489,0.830290659,0.276904518,159,-2.035029014,0.6021432345,8809.7119121 +490,0.485104466,-0.234867441,159,-2.035029014,0.6021432345,9787.6267788 +491,0.521367572,-0.33161327,159,-2.035029014,0.6021432345,10128.510625 +1,-1.539031704,0.7349710123,160,-2.114989471,0.6801825058,1736.3174137 +2,-1.536990553,0.7349663874,160,-2.114989471,0.6801825058,1742.3019702 +3,-1.534951779,0.7349571355,160,-2.114989471,0.6801825058,1748.2804273 +4,-1.532906461,0.7349480293,160,-2.114989471,0.6801825058,1754.2776176 +5,-1.531320211,0.7346937278,160,-2.114989471,0.6801825058,1759.000695 +6,-1.539451648,0.7335131775,160,-2.114989471,0.6801825058,1735.493186 +7,-1.537429487,0.7335445708,160,-2.114989471,0.6801825058,1741.4182949 +8,-1.535484998,0.7335658704,160,-2.114989471,0.6801825058,1747.1177104 +9,-1.533488396,0.7336036027,160,-2.114989471,0.6801825058,1752.9644981 +10,-1.531497785,0.7335842962,160,-2.114989471,0.6801825058,1758.8101155 +11,-1.530259379,0.7334777758,160,-2.114989471,0.6801825058,1762.4754917 +12,-1.5335454,0.7322346912,160,-2.114989471,0.6801825058,1753.2120906 +13,-1.531489083,0.7322238773,160,-2.114989471,0.6801825058,1759.2541299 +14,-1.530011122,0.7321679851,160,-2.114989471,0.6801825058,1763.6117634 +15,-1.53348106,0.7306614094,160,-2.114989471,0.6801825058,1753.8972464 +16,-1.531441779,0.7306962275,160,-2.114989471,0.6801825058,1759.8813723 +17,-1.529755654,0.7306933243,160,-2.114989471,0.6801825058,1764.8389963 +18,-1.533415048,0.7291384674,160,-2.114989471,0.6801825058,1754.5914337 +19,-1.531392093,0.7291705353,160,-2.114989471,0.6801825058,1760.5345522 +20,-1.529296523,0.7291214933,160,-2.114989471,0.6801825058,1766.7183726 +21,-1.535280942,0.727267644,160,-2.114989471,0.6801825058,1749.7325833 +22,-1.533378158,0.7276139666,160,-2.114989471,0.6801825058,1755.2200051 +23,-1.531340368,0.7276446587,160,-2.114989471,0.6801825058,1761.2133414 +24,-1.528960113,0.7276398177,160,-2.114989471,0.6801825058,1768.227352 +25,-1.533313146,0.7260818349,160,-2.114989471,0.6801825058,1755.9537534 +26,-1.531259555,0.7260958115,160,-2.114989471,0.6801825058,1762.0058212 +27,-1.528926415,0.7260865555,160,-2.114989471,0.6801825058,1768.8901455 +28,-1.531226779,0.7245511789,160,-2.114989471,0.6801825058,1762.6751542 +29,-1.528904772,0.7245519194,160,-2.114989471,0.6801825058,1769.5302348 +30,-1.547195875,0.7409785979,160,-2.114989471,0.6801825058,1710.999432 +31,-1.5451475,0.740980426,160,-2.114989471,0.6801825058,1716.9771903 +32,-1.543097679,0.7409798872,160,-2.114989471,0.6801825058,1722.959274 +33,-1.540720364,0.7409892687,160,-2.114989471,0.6801825058,1729.8944222 +34,-1.547188511,0.7395198392,160,-2.114989471,0.6801825058,1711.3280005 +35,-1.545148587,0.7395226109,160,-2.114989471,0.6801825058,1717.2877903 +36,-1.543104538,0.7395314908,160,-2.114989471,0.6801825058,1723.2578234 +37,-1.540727751,0.7395306258,160,-2.114989471,0.6801825058,1730.2016579 +38,-1.547187029,0.7380014886,160,-2.114989471,0.6801825058,1711.671312 +39,-1.545147315,0.7380012252,160,-2.114989471,0.6801825058,1717.6382934 +40,-1.54310719,0.7380060743,160,-2.114989471,0.6801825058,1723.6048402 +41,-1.540719671,0.7380068206,160,-2.114989471,0.6801825058,1730.5879841 +42,-1.547187189,0.7364799098,160,-2.114989471,0.6801825058,1712.0303435 +43,-1.545149996,0.7364853874,160,-2.114989471,0.6801825058,1717.9955903 +44,-1.543106091,0.7364823484,160,-2.114989471,0.6801825058,1723.9821533 +45,-1.540717158,0.7364893901,160,-2.114989471,0.6801825058,1730.9760438 +46,-1.538663972,0.7410138672,160,-2.114989471,0.6801825058,1735.8891582 +47,-1.53695285,0.7409699132,160,-2.114989471,0.6801825058,1740.891569 +48,-1.534910498,0.7409641297,160,-2.114989471,0.6801825058,1746.851536 +49,-1.533145034,0.7409536636,160,-2.114989471,0.6801825058,1752.0044972 +50,-1.538681336,0.7395405883,160,-2.114989471,0.6801825058,1736.1773325 +51,-1.536999189,0.7395183096,160,-2.114989471,0.6801825058,1741.0962467 +52,-1.534923633,0.7395144222,160,-2.114989471,0.6801825058,1747.1596198 +53,-1.533267822,0.7395654306,160,-2.114989471,0.6801825058,1751.9830354 +54,-1.53867273,0.7380151077,160,-2.114989471,0.6801825058,1736.5726045 +55,-1.536980576,0.7379994392,160,-2.114989471,0.6801825058,1741.5252403 +56,-1.534931522,0.7379944961,160,-2.114989471,0.6801825058,1747.5185964 +57,-1.533387952,0.7379480264,160,-2.114989471,0.6801825058,1752.0443444 +58,-1.538682279,0.7364914363,160,-2.114989471,0.6801825058,1736.9338864 +59,-1.536980704,0.7364810563,160,-2.114989471,0.6801825058,1741.9187096 +60,-1.534935567,0.7364752065,160,-2.114989471,0.6801825058,1747.9078944 +61,-1.533042592,0.7363876366,160,-2.114989471,0.6801825058,1753.4736913 +62,-1.545143426,0.7349628011,160,-2.114989471,0.6801825058,1718.4013242 +63,-1.543105297,0.7349691947,160,-2.114989471,0.6801825058,1724.3754754 +64,-1.541064533,0.7349647152,160,-2.114989471,0.6801825058,1730.3597662 +65,-1.545411803,0.7334624714,160,-2.114989471,0.6801825058,1718.0136555 +66,-1.543446606,0.7334780896,160,-2.114989471,0.6801825058,1723.7779512 +67,-1.541475327,0.7334957295,160,-2.114989471,0.6801825058,1729.5589507 +68,-1.545401939,0.731963266,160,-2.114989471,0.6801825058,1718.4607354 +69,-1.54342253,0.7319915583,160,-2.114989471,0.6801825058,1724.2693869 +70,-1.541455867,0.7320216438,160,-2.114989471,0.6801825058,1730.0393618 +71,-1.545410146,0.7304422281,160,-2.114989471,0.6801825058,1718.880339 +72,-1.543435491,0.7304713664,160,-2.114989471,0.6801825058,1724.680915 +73,-1.541463105,0.7304997613,160,-2.114989471,0.6801825058,1730.4743247 +74,-1.545414768,0.7289194936,160,-2.114989471,0.6801825058,1719.3306419 +75,-1.543435774,0.7289538557,160,-2.114989471,0.6801825058,1725.148415 +76,-1.541457714,0.7289765881,160,-2.114989471,0.6801825058,1730.9663735 +77,-1.539449415,0.7320555866,160,-2.114989471,0.6801825058,1735.9243677 +78,-1.537429183,0.7321097681,160,-2.114989471,0.6801825058,1741.8429784 +79,-1.535472649,0.7321497267,160,-2.114989471,0.6801825058,1747.5778882 +80,-1.539457899,0.7305333307,160,-2.114989471,0.6801825058,1736.3619437 +81,-1.537453161,0.7305750503,160,-2.114989471,0.6801825058,1742.2448414 +82,-1.535479385,0.7306124949,160,-2.114989471,0.6801825058,1748.037203 +83,-1.53946905,0.7290102593,160,-2.114989471,0.6801825058,1736.8113355 +84,-1.537459922,0.7290417293,160,-2.114989471,0.6801825058,1742.7164793 +85,-1.535451349,0.7290890157,160,-2.114989471,0.6801825058,1748.6139678 +86,-1.535522937,0.7279887191,160,-2.114989471,0.6801825058,1748.7720997 +87,-1.539442524,0.7274735939,160,-2.114989471,0.6801825058,1737.3957425 +88,-1.537424111,0.727521351,160,-2.114989471,0.6801825058,1743.3287941 +89,-1.539384641,0.7259505092,160,-2.114989471,0.6801825058,1738.0879057 +90,-1.537372391,0.7259947145,160,-2.114989471,0.6801825058,1744.0097822 +91,-1.535340789,0.7260435356,160,-2.114989471,0.6801825058,1749.9861944 +92,-1.539325716,0.7244369706,160,-2.114989471,0.6801825058,1738.7994874 +93,-1.537308932,0.7244801057,160,-2.114989471,0.6801825058,1744.7408088 +94,-1.535289068,0.7245247645,160,-2.114989471,0.6801825058,1750.6897513 +95,-1.533261366,0.7245550236,160,-2.114989471,0.6801825058,1756.6662788 +96,-1.539267302,0.722921924,160,-2.114989471,0.6801825058,1739.5296484 +97,-1.537248972,0.7229660258,160,-2.114989471,0.6801825058,1745.4807949 +98,-1.535219431,0.7229916471,160,-2.114989471,0.6801825058,1751.4712143 +99,-1.53318962,0.7230212049,160,-2.114989471,0.6801825058,1757.4601059 +100,-1.531154816,0.7230299897,160,-2.114989471,0.6801825058,1763.4710114 +101,-1.528878341,0.7230370244,160,-2.114989471,0.6801825058,1770.1961169 +102,-1.539218189,0.7214009878,160,-2.114989471,0.6801825058,1740.2540946 +103,-1.537198791,0.7214422745,160,-2.114989471,0.6801825058,1746.2150651 +104,-1.535179266,0.7214634354,160,-2.114989471,0.6801825058,1752.1834323 +105,-1.533156501,0.7214944644,160,-2.114989471,0.6801825058,1758.1566785 +106,-1.53113574,0.7215166021,160,-2.114989471,0.6801825058,1764.1267195 +107,-1.528874248,0.7215345535,160,-2.114989471,0.6801825058,1770.8098032 +108,-1.539217656,0.7198512397,160,-2.114989471,0.6801825058,1740.8657329 +109,-1.537199919,0.7199428763,160,-2.114989471,0.6801825058,1746.8071058 +110,-1.545425832,0.727397149,160,-2.114989471,0.6801825058,1719.78148 +111,-1.543371177,0.7273916949,160,-2.114989471,0.6801825058,1725.841327 +112,-1.541368852,0.7274523163,160,-2.114989471,0.6801825058,1731.7244333 +113,-1.545349067,0.7258710923,160,-2.114989471,0.6801825058,1720.5124185 +114,-1.54332671,0.7258603556,160,-2.114989471,0.6801825058,1726.4853395 +115,-1.541346831,0.7259242142,160,-2.114989471,0.6801825058,1732.3066801 +116,-1.545324355,0.7243383958,160,-2.114989471,0.6801825058,1721.1120934 +117,-1.543292796,0.7243617413,160,-2.114989471,0.6801825058,1727.1066552 +118,-1.541295822,0.7244024384,160,-2.114989471,0.6801825058,1732.9920741 +119,-1.543193859,0.7205570215,160,-2.114989471,0.6801825058,1728.8080548 +120,-1.550257047,0.7386738187,160,-2.114989471,0.6801825058,1702.5418167 +121,-1.549335448,0.7311736483,160,-2.114989471,0.6801825058,1707.1212013 +122,-1.533478843,0.7179891343,160,-2.114989471,0.6801825058,1758.6479174 +123,-1.556150555,0.738907041,160,-2.114989471,0.6801825058,1685.2591532 +124,-1.554324226,0.733414257,160,-2.114989471,0.6801825058,1691.8590206 +125,-1.554290846,0.7288285332,160,-2.114989471,0.6801825058,1693.2091459 +126,-1.55122487,0.7219795312,160,-2.114989471,0.6801825058,1704.4952895 +127,-1.525104458,0.7229399862,160,-2.114989471,0.6801825058,1781.3866816 +128,-1.519607711,0.7236181429,160,-2.114989471,0.6801825058,1797.3478129 +129,-1.513899999,0.7251107854,160,-2.114989471,0.6801825058,1813.5811548 +130,-1.536620762,0.7431061895,160,-2.114989471,0.6801825058,1741.3905857 +131,-1.5369566,0.7460845958,160,-2.114989471,0.6801825058,1739.8236335 +132,-1.545345528,0.7447040685,160,-2.114989471,0.6801825058,1715.6819022 +133,-1.532813921,0.7432306626,160,-2.114989471,0.6801825058,1752.4504963 +134,-1.554788248,0.7382381001,160,-2.114989471,0.6801825058,1689.3814001 +135,-1.540348126,0.7301594274,160,-2.114989471,0.6801825058,1733.8594567 +136,-1.538016084,0.7239051786,160,-2.114989471,0.6801825058,1742.8627781 +137,-1.525288962,0.7258085137,160,-2.114989471,0.6801825058,1779.721276 +138,-1.534326986,0.731241342,160,-2.114989471,0.6801825058,1751.2258184 +139,-1.530733872,0.7303625216,160,-2.114989471,0.6801825058,1762.0721784 +141,-1.534354939,0.7328219978,160,-2.114989471,0.6801825058,1750.6557702 +142,-1.53157084,0.7292888153,160,-2.114989471,0.6801825058,1759.9685408 +143,-1.525691035,0.7263799874,160,-2.114989471,0.6801825058,1778.3208043 +144,-1.534031287,0.7495967835,160,-2.114989471,0.6801825058,1747.6997548 +145,-1.527714986,0.7283095957,160,-2.114989471,0.6801825058,1771.6566552 +146,-1.526189586,0.7271468292,160,-2.114989471,0.6801825058,1776.5679132 +147,-1.555177336,0.7375563366,160,-2.114989471,0.6801825058,1688.3877618 +148,-1.555080283,0.7312707794,160,-2.114989471,0.6801825058,1690.1976163 +149,-1.53856994,0.7224180299,160,-2.114989471,0.6801825058,1741.782102 +150,-1.530837883,0.729933372,160,-2.114989471,0.6801825058,1761.908727 +151,-1.515066984,0.5854133365,160,-2.114989471,0.6801825058,1940.671251 +152,-1.534731633,0.5368370046,160,-2.114989471,0.6801825058,1957.17114 +153,-1.515231902,0.5607085576,160,-2.114989471,0.6801825058,1977.3762077 +154,-2.616253799,1.0684566605,160,-2.114989471,0.6801825058,1964.49708 +155,-1.956071439,0.5792177723,160,-2.114989471,0.6801825058,646.52731004 +156,-1.951208514,0.5602434208,160,-2.114989471,0.6801825058,709.46043964 +157,-1.944675062,0.6062144545,160,-2.114989471,0.6801825058,613.70261628 +158,-1.613778386,0.6077989518,160,-2.114989471,0.6801825058,1606.427776 +159,-2.035029014,0.6021432345,160,-2.114989471,0.6801825058,399.84661518 +160,-2.114989471,0.6801825058,160,-2.114989471,0.6801825058,47.845354187 +161,-2.037382079,0.5765830025,160,-2.114989471,0.6801825058,479.66930483 +162,-2.129855121,0.6585019963,160,-2.114989471,0.6801825058,97.503313242 +163,-2.075141798,0.6493615843,160,-2.114989471,0.6801825058,174.16057464 +164,-1.828626729,0.6948433129,160,-2.114989471,0.6801825058,877.29272845 +165,-1.863329418,0.6735427691,160,-2.114989471,0.6801825058,776.70084158 +166,-1.266037071,0.727988852,160,-2.114989471,0.6801825058,2535.8476851 +167,-1.277579582,0.7249010648,160,-2.114989471,0.6801825058,2505.064019 +168,-1.258418684,0.7241194816,160,-2.114989471,0.6801825058,2561.2109131 +169,-1.317813974,0.6804850104,160,-2.114989471,0.6801825058,2427.9624663 +170,-1.344165204,0.6790988904,160,-2.114989471,0.6801825058,2350.7959987 +171,-1.427582102,0.5277120351,160,-2.114989471,0.6801825058,2301.782496 +172,-1.402238616,0.457167829,160,-2.114989471,0.6801825058,2512.967368 +173,-1.422454264,0.4996161999,160,-2.114989471,0.6801825058,2368.1984675 +174,-1.439089277,0.4894859811,160,-2.114989471,0.6801825058,2336.4600839 +175,-1.448126995,0.5182330266,160,-2.114989471,0.6801825058,2255.3775507 +176,-1.474626146,0.5881926574,160,-2.114989471,0.6801825058,2061.2542416 +177,-1.421139645,0.5584869783,160,-2.114989471,0.6801825058,2270.5131681 +178,-1.457037165,0.565943032,160,-2.114989471,0.6801825058,2148.3164276 +179,-2.757159358,0.3745319,160,-2.114989471,0.6801825058,2485.4046904 +180,-2.714309238,0.342054471,160,-2.114989471,0.6801825058,2443.1616253 +181,-2.000525337,0.774119946,160,-2.114989471,0.6801825058,502.82864793 +183,-1.571413436,0.6777838382,160,-2.114989471,0.6801825058,1667.3261477 +184,-1.552860289,0.6987663893,160,-2.114989471,0.6801825058,1710.1927679 +185,-1.521852374,0.7165827476,160,-2.114989471,0.6801825058,1793.7580858 +186,-1.503656267,0.6928968252,160,-2.114989471,0.6801825058,1861.5693913 +187,-1.502753178,0.7136205882,160,-2.114989471,0.6801825058,1851.8889353 +188,-1.631894563,0.7343596465,160,-2.114989471,0.6801825058,1463.7535394 +189,-1.653765416,0.6770714026,160,-2.114989471,0.6801825058,1417.1557491 +190,-1.719812114,0.6715965947,160,-2.114989471,0.6801825058,1218.4945913 +191,-1.493406659,0.6646955447,160,-2.114989471,0.6801825058,1914.7340355 +192,-1.469120564,0.6613469966,160,-2.114989471,0.6801825058,1991.5559376 +193,-1.590551461,0.5326612937,160,-2.114989471,0.6801825058,1794.4247001 +194,-1.625979264,0.5247742243,160,-2.114989471,0.6801825058,1702.0463429 +195,-1.572293943,0.5238808754,160,-2.114989471,0.6801825058,1865.8854807 +196,-1.610848725,0.5477107964,160,-2.114989471,0.6801825058,1706.0982304 +197,-1.208485554,0.7918526018,160,-2.114989471,0.6801825058,2650.7523083 +198,-1.335601374,0.6869083083,160,-2.114989471,0.6801825058,2368.7360704 +199,-1.346156996,0.6825213377,160,-2.114989471,0.6801825058,2341.5185803 +200,-1.324381037,0.6741422347,160,-2.114989471,0.6801825058,2414.8840009 +201,-1.242424992,0.7378949807,160,-2.114989471,0.6801825058,2595.4182542 +202,-1.270370057,0.7392461008,160,-2.114989471,0.6801825058,2514.2073899 +203,-1.448950472,0.7441675014,160,-2.114989471,0.6801825058,1995.8650727 +204,-1.492662363,0.7523026852,160,-2.114989471,0.6801825058,1866.7868768 +205,-1.479098966,0.7763855017,160,-2.114989471,0.6801825058,1901.5758278 +206,-1.633760714,0.7869022408,160,-2.114989471,0.6801825058,1469.4960335 +207,-1.647406434,0.8101289331,160,-2.114989471,0.6801825058,1446.73265 +208,-1.564245052,0.5701509278,160,-2.114989471,0.6801825058,1811.9906152 +209,-1.646289963,0.6833746083,160,-2.114989471,0.6801825058,1436.2496315 +210,-1.5820631,0.6751952144,160,-2.114989471,0.6801825058,1636.7995576 +211,-1.613236298,0.6681681791,160,-2.114989471,0.6801825058,1546.9025532 +212,-1.914661867,0.8212566515,160,-2.114989471,0.6801825058,803.95593741 +213,-1.742133237,0.7250275956,160,-2.114989471,0.6801825058,1138.0042569 +214,-2.033144872,0.6557314699,160,-2.114989471,0.6801825058,272.27715451 +215,-2.039551981,0.6964723658,160,-2.114989471,0.6801825058,239.59426503 +216,-1.247341019,0.7622473908,160,-2.114989471,0.6801825058,2562.5974775 +217,-1.298239787,0.7084123392,160,-2.114989471,0.6801825058,2459.1722437 +218,-1.308539688,0.6926545592,160,-2.114989471,0.6801825058,2443.4682552 +219,-1.303263185,0.6888938396,160,-2.114989471,0.6801825058,2462.7481808 +220,-1.852400229,0.6004246149,160,-2.114989471,0.6801825058,890.55401081 +221,-1.288947707,0.7473773692,160,-2.114989471,0.6801825058,2454.954854 +222,-1.372031502,0.7472790993,160,-2.114989471,0.6801825058,2216.6322793 +223,-1.289805721,0.7242157877,160,-2.114989471,0.6801825058,2470.1854374 +224,-1.350807603,0.7533498126,160,-2.114989471,0.6801825058,2274.2579004 +225,-1.329290365,0.7560442322,160,-2.114989471,0.6801825058,2334.2150253 +226,-1.410153004,0.616936428,160,-2.114989471,0.6801825058,2220.8301268 +227,-1.393445434,0.6308995063,160,-2.114989471,0.6801825058,2254.6119398 +228,-1.37595573,0.6241540638,160,-2.114989471,0.6801825058,2316.2086563 +229,-1.358388707,0.6172645205,160,-2.114989471,0.6801825058,2378.5872261 +230,-1.753741133,0.8281661666,160,-2.114989471,0.6801825058,1190.9671598 +231,-1.47430987,0.6834615681,160,-2.114989471,0.6801825058,1956.708163 +232,-1.421012508,0.7222725206,160,-2.114989471,0.6801825058,2088.4307734 +233,-1.4476833,0.6978557868,160,-2.114989471,0.6801825058,2025.6563138 +234,-1.470370723,0.6966193374,160,-2.114989471,0.6801825058,1958.7634804 +235,-1.429211703,0.7037216883,160,-2.114989471,0.6801825058,2076.4343342 +236,-1.700578405,0.6178673663,160,-2.114989471,0.6801825058,1326.8533825 +237,-1.678117619,0.6331716163,160,-2.114989471,0.6801825058,1378.7319418 +238,-1.725644578,0.6316331145,160,-2.114989471,0.6801825058,1234.0259649 +239,-2.14012759,0.7930497945,160,-2.114989471,0.6801825058,453.08852887 +240,-2.103289431,0.7653606263,160,-2.114989471,0.6801825058,339.17246767 +241,-1.318739838,0.7017808746,160,-2.114989471,0.6801825058,2404.8754689 +242,-1.396417427,0.7077900843,160,-2.114989471,0.6801825058,2170.6666267 +243,-1.35650337,0.7185539404,160,-2.114989471,0.6801825058,2280.1588751 +244,-1.248884539,0.7274156818,160,-2.114989471,0.6801825058,2585.8552209 +245,-1.395014798,0.5761185243,160,-2.114989471,0.6801825058,2323.808556 +246,-1.433377362,0.6064716109,160,-2.114989471,0.6801825058,2163.168898 +247,-1.408172432,0.5903155476,160,-2.114989471,0.6801825058,2262.6768598 +248,-1.749645898,0.7757118084,160,-2.114989471,0.6801825058,1140.84737 +249,-1.571626686,0.615046989,160,-2.114989471,0.6801825058,1727.2084695 +250,-1.514070049,0.6303003037,160,-2.114989471,0.6801825058,1886.3564525 +251,-1.480890369,0.6237966528,160,-2.114989471,0.6801825058,1995.6630879 +252,-1.704390658,0.5281680612,160,-2.114989471,0.6801825058,1461.9985069 +253,-1.64434733,0.5254277498,160,-2.114989471,0.6801825058,1645.7037329 +254,-1.703855997,0.4792484842,160,-2.114989471,0.6801825058,1570.8006223 +255,-1.692002383,0.5748825051,160,-2.114989471,0.6801825058,1414.0094182 +256,-1.854136457,0.5544643913,160,-2.114989471,0.6801825058,976.79697316 +257,-1.665021206,0.520317736,160,-2.114989471,0.6801825058,1594.1189884 +258,-1.733654349,0.4845187345,160,-2.114989471,0.6801825058,1474.5967344 +259,-1.720938188,0.5135933906,160,-2.114989471,0.6801825058,1444.2541639 +260,-1.742668307,0.553296122,160,-2.114989471,0.6801825058,1299.7903093 +261,-1.965659039,0.7142126903,160,-2.114989471,0.6801825058,472.8464468 +262,-1.944438071,0.6772834804,160,-2.114989471,0.6801825058,525.70350601 +263,-1.270340967,0.7681487096,160,-2.114989471,0.6801825058,2493.8864782 +264,-1.353091884,0.6549276821,160,-2.114989471,0.6801825058,2349.2878864 +265,-1.333236659,0.6413584414,160,-2.114989471,0.6801825058,2424.9137746 +266,-1.352015998,0.6753788907,160,-2.114989471,0.6801825058,2331.0164081 +267,-1.377988483,0.6577816235,160,-2.114989471,0.6801825058,2271.0562955 +268,-2.13075611,0.8318642051,160,-2.114989471,0.6801825058,602.51486262 +269,-2.097910953,0.8259670014,160,-2.114989471,0.6801825058,579.54418952 +270,-1.416382069,0.6694271549,160,-2.114989471,0.6801825058,2143.4616867 +271,-1.538905672,0.7535625993,160,-2.114989471,0.6801825058,1733.0469072 +272,-1.572309477,0.7803125099,160,-2.114989471,0.6801825058,1638.9849526 +273,-1.87759879,0.7503853417,160,-2.114989471,0.6801825058,761.25243132 +274,1.152365588,0.590457682,160,-2.114989471,0.6801825058,7389.7114234 +275,0.350198001,0.718001859,160,-2.114989471,0.6801825058,6391.6690401 +276,0.046513677,0.491503852,160,-2.114989471,0.6801825058,6558.6953667 +277,0.027510309,0.742571376,160,-2.114989471,0.6801825058,5763.9416255 +278,0.306285725,-0.214631579,160,-2.114989471,0.6801825058,9320.4446319 +279,-1.100564889,0.318051531,160,-2.114989471,0.6801825058,3738.6199112 +280,-1.078582306,0.301437596,160,-2.114989471,0.6801825058,3844.3578338 +281,-1.137371989,-0.617634065,160,-2.114989471,0.6801825058,6261.1951955 +282,0.784356344,0.703272339,160,-2.114989471,0.6801825058,6894.2925104 +283,-1.221209947,0.218327455,160,-2.114989471,0.6801825058,3614.6739793 +284,2.347301921,-0.449114658,160,-2.114989471,0.6801825058,8054.8359652 +285,0.246820618,0.830553713,160,-2.114989471,0.6801825058,5859.0486742 +286,0.829414965,0.703288228,160,-2.114989471,0.6801825058,6917.6439342 +287,-1.337537566,0.42332223,160,-2.114989471,0.6801825058,2780.6510037 +288,0.882453706,0.454478077,160,-2.114989471,0.6801825058,7917.8554276 +289,1.575629659,0.416419109,160,-2.114989471,0.6801825058,7647.2561535 +290,-1.039455679,0.229888244,160,-2.114989471,0.6801825058,4133.7994152 +291,0.489558039,0.934482747,160,-2.114989471,0.6801825058,5789.7451404 +292,0.081344504,0.88384514,160,-2.114989471,0.6801825058,5434.1084562 +293,-1.547979814,0.300350308,160,-2.114989471,0.6801825058,2465.135713 +294,0.040776181,0.168560074,160,-2.114989471,0.6801825058,7502.5087897 +295,-1.130374745,0.563894876,160,-2.114989471,0.6801825058,3152.5312154 +296,1.578326642,0.478507176,160,-2.114989471,0.6801825058,7421.0898612 +297,-1.12861823,-0.291640865,160,-2.114989471,0.6801825058,5302.6953635 +298,0.310524208,0.770885792,160,-2.114989471,0.6801825058,6152.4896962 +299,0.415649091,-0.387246002,160,-2.114989471,0.6801825058,10080.167733 +300,-0.926533878,-0.188022748,160,-2.114989471,0.6801825058,5555.7421158 +301,1.258856172,-0.11716081,160,-2.114989471,0.6801825058,10064.297711 +302,-1.126050026,0.322941926,160,-2.114989471,0.6801825058,3649.2845046 +303,2.002785835,0.07893892,160,-2.114989471,0.6801825058,7785.5017384 +304,0.440437607,0.746258085,160,-2.114989471,0.6801825058,6414.3618691 +305,-0.030391866,0.214441206,160,-2.114989471,0.6801825058,7179.9907258 +306,0.521557815,-0.058929362,160,-2.114989471,0.6801825058,9384.4665625 +307,-0.097005111,0.13317729,160,-2.114989471,0.6801825058,7221.5963779 +308,1.83113859,0.221857587,160,-2.114989471,0.6801825058,7798.1608398 +309,0.222428864,0.099404236,160,-2.114989471,0.6801825058,8179.0975304 +310,-1.702731345,0.8728568183,160,-2.114989471,0.6801825058,1383.303224 +311,-0.418507569,0.278324921,160,-2.114989471,0.6801825058,5908.3240779 +312,-1.41153306,0.339029988,160,-2.114989471,0.6801825058,2751.2767867 +313,0.357560442,0.114788776,160,-2.114989471,0.6801825058,8452.3187251 +314,0.325818979,0.268352149,160,-2.114989471,0.6801825058,7878.8368407 +315,-1.246004659,-0.663679965,160,-2.114989471,0.6801825058,6190.4415477 +316,1.814603087,0.637404484,160,-2.114989471,0.6801825058,6484.977457 +317,1.843704281,-0.18300445,160,-2.114989471,0.6801825058,8960.5581747 +318,1.690644492,-0.211480909,160,-2.114989471,0.6801825058,9466.9651246 +319,-1.275451936,0.068109467,160,-2.114989471,0.6801825058,3863.7767609 +320,0.762430171,-0.207594741,160,-2.114989471,0.6801825058,10353.895738 +321,0.265668905,-0.014647884,160,-2.114989471,0.6801825058,8634.8164142 +322,-2.773032013,-0.335515811,160,-2.114989471,0.6801825058,4704.7182524 +323,-1.469512853,0.174058777,160,-2.114989471,0.6801825058,3034.7550722 +324,0.286276986,0.785925691,160,-2.114989471,0.6801825058,6066.122485 +325,-1.379324697,0.377432233,160,-2.114989471,0.6801825058,2755.6404519 +326,-1.203778265,0.212813032,160,-2.114989471,0.6801825058,3680.4005754 +327,0.579916301,0.611743168,160,-2.114989471,0.6801825058,7071.4102297 +328,0.267582642,0.868113908,160,-2.114989471,0.6801825058,5763.7323667 +329,0.412869244,-0.050245578,160,-2.114989471,0.6801825058,9110.747081 +330,0.17524381,0.976660285,160,-2.114989471,0.6801825058,5284.8862033 +331,0.743157214,0.204812899,160,-2.114989471,0.6801825058,8785.3041169 +332,-1.070758176,0.269382282,160,-2.114989471,0.6801825058,3943.4967093 +333,-1.230364251,0.329790229,160,-2.114989471,0.6801825058,3315.2515694 +334,-1.374813124,-0.024926835,160,-2.114989471,0.6801825058,3876.2487519 +335,0.519780566,0.463669906,160,-2.114989471,0.6801825058,7540.0862796 +336,-1.55108034,0.239698561,160,-2.114989471,0.6801825058,2629.5811872 +337,0.180294813,0.029739425,160,-2.114989471,0.6801825058,8279.1457234 +338,0.67820924,0.268170153,160,-2.114989471,0.6801825058,8471.9443123 +339,0.445798684,1.024001867,160,-2.114989471,0.6801825058,5427.257566 +340,0.691751283,0.150521402,160,-2.114989471,0.6801825058,8930.0490648 +341,-1.036643551,-0.903056181,160,-2.114989471,0.6801825058,7289.411582 +342,-0.120287036,1.083325163,160,-2.114989471,0.6801825058,4566.4118923 +343,2.823513113,-0.304487164,160,-2.114989471,0.6801825058,6310.1634689 +344,0.457583172,1.12513373,160,-2.114989471,0.6801825058,5076.4162273 +345,0.042918831,0.813795399,160,-2.114989471,0.6801825058,5579.7896129 +346,1.196146777,-0.853142756,160,-2.114989471,0.6801825058,11606.69795 +347,0.206001358,-0.010430701,160,-2.114989471,0.6801825058,8465.3861556 +348,-0.268308653,0.234799412,160,-2.114989471,0.6801825058,6458.325114 +349,0.759363263,0.736189579,160,-2.114989471,0.6801825058,6751.745147 +350,0.181363926,0.891988372,160,-2.114989471,0.6801825058,5562.9155088 +351,-0.021111158,0.139103292,160,-2.114989471,0.6801825058,7418.1219942 +352,-0.093355215,0.630686981,160,-2.114989471,0.6801825058,5835.918358 +353,0.40118964,0.681375926,160,-2.114989471,0.6801825058,6592.4897069 +354,-0.721197315,1.304706234,160,-2.114989471,0.6801825058,3456.5670142 +355,-1.076150317,0.212107639,160,-2.114989471,0.6801825058,4065.5350173 +356,-1.577164531,0.273993443,160,-2.114989471,0.6801825058,2462.0081522 +357,-0.190788414,0.182208586,160,-2.114989471,0.6801825058,6820.9497083 +358,-0.261349752,0.209710184,160,-2.114989471,0.6801825058,6544.2910601 +359,-1.029303852,0.083549259,160,-2.114989471,0.6801825058,4532.2618839 +360,-1.268609162,0.330525297,160,-2.114989471,0.6801825058,3197.7417579 +361,1.282982244,-0.926641967,160,-2.114989471,0.6801825058,11244.680484 +362,0.217352334,0.731352408,160,-2.114989471,0.6801825058,6139.665098 +363,-1.511833084,0.258629297,160,-2.114989471,0.6801825058,2679.2035517 +364,0.338812194,0.823184618,160,-2.114989471,0.6801825058,6012.703477 +365,-0.324406489,1.134201999,160,-2.114989471,0.6801825058,4155.8855993 +366,1.389579348,0.399185724,160,-2.114989471,0.6801825058,7961.5812716 +367,2.047152199,-0.039082036,160,-2.114989471,0.6801825058,7986.0471094 +368,0.947780369,0.568250077,160,-2.114989471,0.6801825058,7490.3134681 +369,0.763824846,0.576754987,160,-2.114989471,0.6801825058,7372.2995542 +370,-0.142334657,0.928153068,160,-2.114989471,0.6801825058,4926.5736745 +371,0.610266567,0.547265983,160,-2.114989471,0.6801825058,7345.7352758 +372,0.210731629,0.746815056,160,-2.114989471,0.6801825058,6078.1730249 +373,-1.34931644,0.316895224,160,-2.114989471,0.6801825058,2988.8785318 +374,2.407696481,0.655030745,160,-2.114989471,0.6801825058,5151.8588345 +375,0.64207831,0.545359131,160,-2.114989471,0.6801825058,7386.9396201 +376,1.174597538,0.840588356,160,-2.114989471,0.6801825058,6397.5962009 +377,0.660059424,0.010604079,160,-2.114989471,0.6801825058,9400.6671733 +378,-0.730263819,0.010486456,160,-2.114989471,0.6801825058,5623.8563059 +379,0.831068936,0.512339172,160,-2.114989471,0.6801825058,7665.3801919 +380,1.301180979,0.72367476,160,-2.114989471,0.6801825058,6795.6592907 +381,1.811128231,0.322854402,160,-2.114989471,0.6801825058,7521.5587792 +382,0.435105812,0.992284428,160,-2.114989471,0.6801825058,5530.3235517 +383,0.62643634,0.592027932,160,-2.114989471,0.6801825058,7194.9979311 +384,0.492988703,-0.516339467,160,-2.114989471,0.6801825058,10591.328102 +385,-0.162469483,0.112549365,160,-2.114989471,0.6801825058,7088.9620675 +386,0.314630866,0.472006421,160,-2.114989471,0.6801825058,7174.8991638 +387,0.166744804,0.822815954,160,-2.114989471,0.6801825058,5761.4640823 +388,0.417159608,0.965805736,160,-2.114989471,0.6801825058,5606.5716781 +389,0.106334961,0.868774244,160,-2.114989471,0.6801825058,5520.4592701 +390,0.815086969,-0.338144359,160,-2.114989471,0.6801825058,10907.608336 +391,0.59867455,-0.230624824,160,-2.114989471,0.6801825058,10117.197418 +392,1.915104874,0.066220985,160,-2.114989471,0.6801825058,8059.9366963 +393,1.278093622,0.064463721,160,-2.114989471,0.6801825058,9354.3144786 +394,-0.061477853,0.302997961,160,-2.114989471,0.6801825058,6845.5101089 +395,0.251311504,0.626976942,160,-2.114989471,0.6801825058,6541.7959345 +396,2.950242872,0.149095644,160,-2.114989471,0.6801825058,4767.0018236 +397,-0.180294708,0.35375117,160,-2.114989471,0.6801825058,6387.160514 +398,1.010448592,-0.351180233,160,-2.114989471,0.6801825058,11139.503254 +399,-1.748740498,0.3686318073,160,-2.114989471,0.6801825058,1752.0379034 +400,2.699635665,0.123533791,160,-2.114989471,0.6801825058,5600.5176631 +401,0.496808033,0.823843254,160,-2.114989471,0.6801825058,6199.3821279 +402,0.129574704,0.763364087,160,-2.114989471,0.6801825058,5887.4625915 +403,1.798920311,0.817447563,160,-2.114989471,0.6801825058,5913.500704 +404,0.335987953,0.746786541,160,-2.114989471,0.6801825058,6271.7990269 +405,-1.085413643,0.292154671,160,-2.114989471,0.6801825058,3845.0299049 +406,-0.155321003,0.508207011,160,-2.114989471,0.6801825058,6029.6167337 +407,0.620529244,-0.301175104,160,-2.114989471,0.6801825058,10390.79544 +408,1.684402744,0.368716966,160,-2.114989471,0.6801825058,7626.4455372 +409,0.300582244,-0.386397212,160,-2.114989471,0.6801825058,9737.6619774 +410,2.913555946,-0.009225192,160,-2.114989471,0.6801825058,5278.585749 +411,1.465101417,0.493232532,160,-2.114989471,0.6801825058,7521.4122223 +412,0.090612882,0.907955955,160,-2.114989471,0.6801825058,5375.5848225 +413,2.987564726,-0.729568594,160,-2.114989471,0.6801825058,7014.5827572 +414,-1.484261606,0.224149272,160,-2.114989471,0.6801825058,2850.9664155 +415,0.164073421,0.303955133,160,-2.114989471,0.6801825058,7405.2867246 +416,0.141441293,0.167552546,160,-2.114989471,0.6801825058,7767.9528936 +417,2.931321023,-0.506718887,160,-2.114989471,0.6801825058,6548.82493 +418,2.21951565,0.700596356,160,-2.114989471,0.6801825058,5480.154407 +419,0.268112576,1.199114336,160,-2.114989471,0.6801825058,4673.520455 +420,0.978913739,0.359223811,160,-2.114989471,0.6801825058,8322.9591766 +421,1.210898818,0.522863584,160,-2.114989471,0.6801825058,7630.2756574 +422,2.347397336,0.129231362,160,-2.114989471,0.6801825058,6657.2895317 +423,0.614394501,0.556878345,160,-2.114989471,0.6801825058,7314.2685509 +424,-1.398079356,0.148483366,160,-2.114989471,0.6801825058,3299.436141 +425,2.535303836,-0.112984496,160,-2.114989471,0.6801825058,6693.7923182 +426,-1.019372593,-0.405322349,160,-2.114989471,0.6801825058,5909.2045421 +427,-1.297785627,-0.160104069,160,-2.114989471,0.6801825058,4483.5614595 +428,2.144554488,0.205051084,160,-2.114989471,0.6801825058,7039.6042409 +429,-2.242387083,-0.426171285,160,-2.114989471,0.6801825058,4407.6436174 +430,0.338637212,0.909723676,160,-2.114989471,0.6801825058,5714.7881841 +431,-0.148798452,0.691042401,160,-2.114989471,0.6801825058,5544.9024544 +432,0.893524764,0.441829531,160,-2.114989471,0.6801825058,7972.2846515 +433,0.969229347,-0.368847936,160,-2.114989471,0.6801825058,11195.315632 +434,0.436043248,0.800045688,160,-2.114989471,0.6801825058,6216.8033582 +435,1.687946607,1.081504775,160,-2.114989471,0.6801825058,5152.2833196 +436,0.522302046,-0.034889271,160,-2.114989471,0.6801825058,9305.4859154 +437,-0.178996113,-0.438090009,160,-2.114989471,0.6801825058,8379.8266276 +438,-1.094339566,0.301444068,160,-2.114989471,0.6801825058,3796.0438663 +439,-1.064070054,0.242569932,160,-2.114989471,0.6801825058,4028.0464132 +440,-1.068153768,0.230387998,160,-2.114989471,0.6801825058,4045.100171 +441,-3.00496892,-0.23989155,160,-2.114989471,0.6801825058,4906.9860205 +442,0.21751974,0.766874888,160,-2.114989471,0.6801825058,6023.6550506 +443,0.117229532,0.007619006,160,-2.114989471,0.6801825058,8172.3119808 +444,0.777758451,0.420554741,160,-2.114989471,0.6801825058,7987.2915098 +445,-0.252356999,0.250747086,160,-2.114989471,0.6801825058,6462.2349365 +446,0.363148444,0.768483434,160,-2.114989471,0.6801825058,6234.8105642 +447,0.903191366,-0.118210676,160,-2.114989471,0.6801825058,10174.604755 +448,-0.205755923,0.149406178,160,-2.114989471,0.6801825058,6864.9745397 +449,1.811996086,0.02364353,160,-2.114989471,0.6801825058,8456.6557449 +450,-1.100670221,0.314845373,160,-2.114989471,0.6801825058,3745.6614383 +451,0.340078597,0.850105132,160,-2.114989471,0.6801825058,5921.6642427 +452,0.258757267,0.804969236,160,-2.114989471,0.6801825058,5961.6347744 +453,2.78505352,-0.155160804,160,-2.114989471,0.6801825058,6039.2533943 +454,0.800551619,0.105822106,160,-2.114989471,0.6801825058,9221.8471159 +455,0.437940882,-0.506194031,160,-2.114989471,0.6801825058,10405.229523 +456,2.230431122,0.63458615,160,-2.114989471,0.6801825058,5632.6389289 +457,0.527965361,0.127667701,160,-2.114989471,0.6801825058,8756.7746051 +458,-0.063643205,0.702093448,160,-2.114989471,0.6801825058,5698.4071902 +459,1.408447268,0.133010502,160,-2.114989471,0.6801825058,8930.1511756 +460,0.523795955,0.280266966,160,-2.114989471,0.6801825058,8208.1010008 +461,-0.975769313,0.072177659,160,-2.114989471,0.6801825058,4721.8553084 +462,0.549774164,-0.463663986,160,-2.114989471,0.6801825058,10649.04037 +463,0.29245874,1.095549818,160,-2.114989471,0.6801825058,5035.2025499 +464,0.143625958,0.816809593,160,-2.114989471,0.6801825058,5743.0741132 +465,0.671902494,0.611159853,160,-2.114989471,0.6801825058,7166.4176022 +466,1.239840988,0.6724199,160,-2.114989471,0.6801825058,7030.3852309 +467,0.607829703,-0.10932137,160,-2.114989471,0.6801825058,9732.0449236 +468,1.763020906,0.263996692,160,-2.114989471,0.6801825058,7817.1402525 +469,0.378714634,0.726066797,160,-2.114989471,0.6801825058,6404.1758024 +470,2.196736143,-0.153862366,160,-2.114989471,0.6801825058,7834.832025 +471,0.01702415,0.148991565,160,-2.114989471,0.6801825058,7494.728607 +472,-2.998490902,-0.158002487,160,-2.114989471,0.6801825058,4642.9663301 +473,-3.051262951,-0.346595608,160,-2.114989471,0.6801825058,5344.0556541 +474,-1.069176439,0.182802941,160,-2.114989471,0.6801825058,4159.3736604 +475,0.167157509,0.595344954,160,-2.114989471,0.6801825058,6489.6593404 +476,0.613855648,0.681746124,160,-2.114989471,0.6801825058,6845.0090415 +477,1.037012736,0.682555367,160,-2.114989471,0.6801825058,7045.9114684 +478,-1.253574971,0.379755746,160,-2.114989471,0.6801825058,3131.271337 +479,3.108590453,-0.132620738,160,-2.114989471,0.6801825058,5040.590194 +480,0.565301296,0.022333262,160,-2.114989471,0.6801825058,9194.4926151 +481,0.547898238,0.855555614,160,-2.114989471,0.6801825058,6133.7419726 +482,0.948309381,0.417393755,160,-2.114989471,0.6801825058,8086.666404 +483,-0.050600732,0.945269213,160,-2.114989471,0.6801825058,5039.2263598 +484,-0.977651478,-0.572363064,160,-2.114989471,0.6801825058,6484.1171408 +485,1.102014914,0.728861163,160,-2.114989471,0.6801825058,6856.0124221 +486,2.927300795,-0.282939414,160,-2.114989471,0.6801825058,5959.2860928 +487,-1.154565557,0.124434095,160,-2.114989471,0.6801825058,4054.7749496 +488,1.855331234,0.291044755,160,-2.114989471,0.6801825058,7524.0406596 +489,0.830290659,0.276904518,160,-2.114989471,0.6801825058,8583.6521417 +490,0.485104466,-0.234867441,160,-2.114989471,0.6801825058,9857.567664 +491,0.521367572,-0.33161327,160,-2.114989471,0.6801825058,10231.392841 +1,-1.539031704,0.7349710123,161,-2.037382079,0.5765830025,1675.7049074 +2,-1.536990553,0.7349663874,161,-2.037382079,0.5765830025,1681.5564018 +3,-1.534951779,0.7349571355,161,-2.037382079,0.5765830025,1687.3999359 +4,-1.532906461,0.7349480293,161,-2.037382079,0.5765830025,1693.265195 +5,-1.531320211,0.7346937278,161,-2.037382079,0.5765830025,1697.6106264 +6,-1.539451648,0.7335131775,161,-2.037382079,0.5765830025,1673.2502502 +7,-1.537429487,0.7335445708,161,-2.037382079,0.5765830025,1679.0888214 +8,-1.535484998,0.7335658704,161,-2.037382079,0.5765830025,1684.6976973 +9,-1.533488396,0.7336036027,161,-2.037382079,0.5765830025,1690.472189 +10,-1.531497785,0.7335842962,161,-2.037382079,0.5765830025,1696.184505 +11,-1.530259379,0.7334777758,161,-2.037382079,0.5765830025,1699.6625802 +12,-1.5335454,0.7322346912,161,-2.037382079,0.5765830025,1689.1811649 +13,-1.531489083,0.7322238773,161,-2.037382079,0.5765830025,1695.1006019 +14,-1.530011122,0.7321679851,161,-2.037382079,0.5765830025,1699.3181688 +15,-1.53348106,0.7306614094,161,-2.037382079,0.5765830025,1688.0910446 +16,-1.531441779,0.7306962275,161,-2.037382079,0.5765830025,1694.0103782 +17,-1.529755654,0.7306933243,161,-2.037382079,0.5765830025,1698.8810283 +18,-1.533415048,0.7291384674,161,-2.037382079,0.5765830025,1687.0670737 +19,-1.531392093,0.7291705353,161,-2.037382079,0.5765830025,1692.9486024 +20,-1.529296523,0.7291214933,161,-2.037382079,0.5765830025,1698.979435 +21,-1.535280942,0.727267644,161,-2.037382079,0.5765830025,1680.1885405 +22,-1.533378158,0.7276139666,161,-2.037382079,0.5765830025,1685.9776499 +23,-1.531340368,0.7276446587,161,-2.037382079,0.5765830025,1691.9126354 +24,-1.528960113,0.7276398177,161,-2.037382079,0.5765830025,1698.8164244 +25,-1.533313146,0.7260818349,161,-2.037382079,0.5765830025,1684.9840645 +26,-1.531259555,0.7260958115,161,-2.037382079,0.5765830025,1690.9639346 +27,-1.528926415,0.7260865555,161,-2.037382079,0.5765830025,1697.7415772 +28,-1.531226779,0.7245511789,161,-2.037382079,0.5765830025,1689.8995081 +29,-1.528904772,0.7245519194,161,-2.037382079,0.5765830025,1696.6658585 +30,-1.547195875,0.7409785979,161,-2.037382079,0.5765830025,1657.8406424 +31,-1.5451475,0.740980426,161,-2.037382079,0.5765830025,1663.6571407 +32,-1.543097679,0.7409798872,161,-2.037382079,0.5765830025,1669.47861 +33,-1.540720364,0.7409892687,161,-2.037382079,0.5765830025,1676.2431913 +34,-1.547188511,0.7395198392,161,-2.037382079,0.5765830025,1656.4911924 +35,-1.545148587,0.7395226109,161,-2.037382079,0.5765830025,1662.296763 +36,-1.543104538,0.7395314908,161,-2.037382079,0.5765830025,1668.1226431 +37,-1.540727751,0.7395306258,161,-2.037382079,0.5765830025,1674.8903025 +38,-1.547187029,0.7380014886,161,-2.037382079,0.5765830025,1655.0881121 +39,-1.545147315,0.7380012252,161,-2.037382079,0.5765830025,1660.9029317 +40,-1.54310719,0.7380060743,161,-2.037382079,0.5765830025,1666.7265115 +41,-1.540719671,0.7380068206,161,-2.037382079,0.5765830025,1673.5409355 +42,-1.547187189,0.7364799098,161,-2.037382079,0.5765830025,1653.6968891 +43,-1.545149996,0.7364853874,161,-2.037382079,0.5765830025,1659.5222895 +44,-1.543106091,0.7364823484,161,-2.037382079,0.5765830025,1665.3621029 +45,-1.540717158,0.7364893901,161,-2.037382079,0.5765830025,1672.200776 +46,-1.538663972,0.7410138672,161,-2.037382079,0.5765830025,1682.1127265 +47,-1.53695285,0.7409699132,161,-2.037382079,0.5765830025,1686.9404948 +48,-1.534910498,0.7409641297,161,-2.037382079,0.5765830025,1692.7480721 +49,-1.533145034,0.7409536636,161,-2.037382079,0.5765830025,1697.7658345 +50,-1.538681336,0.7395405883,161,-2.037382079,0.5765830025,1680.7300853 +51,-1.536999189,0.7395183096,161,-2.037382079,0.5765830025,1685.5052456 +52,-1.534923633,0.7395144222,161,-2.037382079,0.5765830025,1691.4211323 +53,-1.533267822,0.7395654306,161,-2.037382079,0.5765830025,1696.1902325 +54,-1.53867273,0.7380151077,161,-2.037382079,0.5765830025,1679.3931895 +55,-1.536980576,0.7379994392,161,-2.037382079,0.5765830025,1684.2133516 +56,-1.534931522,0.7379944961,161,-2.037382079,0.5765830025,1690.0652422 +57,-1.533387952,0.7379480264,161,-2.037382079,0.5765830025,1694.4384588 +58,-1.538682279,0.7364914363,161,-2.037382079,0.5765830025,1678.0254155 +59,-1.536980704,0.7364810563,161,-2.037382079,0.5765830025,1682.8876298 +60,-1.534935567,0.7364752065,161,-2.037382079,0.5765830025,1688.7399688 +61,-1.533042592,0.7363876366,161,-2.037382079,0.5765830025,1694.089527 +62,-1.545143426,0.7349628011,161,-2.037382079,0.5765830025,1658.1815085 +63,-1.543105297,0.7349691947,161,-2.037382079,0.5765830025,1664.0256452 +64,-1.541064533,0.7349647152,161,-2.037382079,0.5765830025,1669.8705854 +65,-1.545411803,0.7334624714,161,-2.037382079,0.5765830025,1656.0907888 +66,-1.543446606,0.7334780896,161,-2.037382079,0.5765830025,1661.745356 +67,-1.541475327,0.7334957295,161,-2.037382079,0.5765830025,1667.4214565 +68,-1.545401939,0.731963266,161,-2.037382079,0.5765830025,1654.8170875 +69,-1.54342253,0.7319915583,161,-2.037382079,0.5765830025,1660.5349557 +70,-1.541455867,0.7320216438,161,-2.037382079,0.5765830025,1666.2197818 +71,-1.545410146,0.7304422281,161,-2.037382079,0.5765830025,1653.4919906 +72,-1.543435491,0.7304713664,161,-2.037382079,0.5765830025,1659.2084611 +73,-1.541463105,0.7304997613,161,-2.037382079,0.5765830025,1664.9198182 +74,-1.545414768,0.7289194936,161,-2.037382079,0.5765830025,1652.195445 +75,-1.543435774,0.7289538557,161,-2.037382079,0.5765830025,1657.940292 +76,-1.541457714,0.7289765881,161,-2.037382079,0.5765830025,1663.6748265 +77,-1.539449415,0.7320555866,161,-2.037382079,0.5765830025,1672.0244404 +78,-1.537429183,0.7321097681,161,-2.037382079,0.5765830025,1677.8876585 +79,-1.535472649,0.7321497267,161,-2.037382079,0.5765830025,1683.5573372 +80,-1.539457899,0.7305333307,161,-2.037382079,0.5765830025,1670.7321748 +81,-1.537453161,0.7305750503,161,-2.037382079,0.5765830025,1676.5518437 +82,-1.535479385,0.7306124949,161,-2.037382079,0.5765830025,1682.2804769 +83,-1.53946905,0.7290102593,161,-2.037382079,0.5765830025,1669.4509986 +84,-1.537459922,0.7290417293,161,-2.037382079,0.5765830025,1675.2864897 +85,-1.535451349,0.7290890157,161,-2.037382079,0.5765830025,1681.1349546 +86,-1.535522937,0.7279887191,161,-2.037382079,0.5765830025,1680.0538668 +87,-1.539442524,0.7274735939,161,-2.037382079,0.5765830025,1668.2875939 +88,-1.537424111,0.727521351,161,-2.037382079,0.5765830025,1674.1745367 +89,-1.539384641,0.7259505092,161,-2.037382079,0.5765830025,1667.24626 +90,-1.537372391,0.7259947145,161,-2.037382079,0.5765830025,1673.1238702 +91,-1.535340789,0.7260435356,161,-2.037382079,0.5765830025,1679.0629402 +92,-1.539325716,0.7244369706,161,-2.037382079,0.5765830025,1666.2357482 +93,-1.537308932,0.7244801057,161,-2.037382079,0.5765830025,1672.1369387 +94,-1.535289068,0.7245247645,161,-2.037382079,0.5765830025,1678.0499049 +95,-1.533261366,0.7245550236,161,-2.037382079,0.5765830025,1683.9764731 +96,-1.539267302,0.722921924,161,-2.037382079,0.5765830025,1665.2427931 +97,-1.537248972,0.7229660258,161,-2.037382079,0.5765830025,1671.1604145 +98,-1.535219431,0.7229916471,161,-2.037382079,0.5765830025,1677.0985414 +99,-1.53318962,0.7230212049,161,-2.037382079,0.5765830025,1683.0422198 +100,-1.531154816,0.7230299897,161,-2.037382079,0.5765830025,1688.9870504 +101,-1.528878341,0.7230370244,161,-2.037382079,0.5765830025,1695.6383645 +102,-1.539218189,0.7214009878,161,-2.037382079,0.5765830025,1664.2385308 +103,-1.537198791,0.7214422745,161,-2.037382079,0.5765830025,1670.16835 +104,-1.535179266,0.7214634354,161,-2.037382079,0.5765830025,1676.0853725 +105,-1.533156501,0.7214944644,161,-2.037382079,0.5765830025,1682.0208836 +106,-1.53113574,0.7215166021,161,-2.037382079,0.5765830025,1687.9458359 +107,-1.528874248,0.7215345535,161,-2.037382079,0.5765830025,1694.5738921 +108,-1.539217656,0.7198512397,161,-2.037382079,0.5765830025,1663.0912789 +109,-1.537199919,0.7199428763,161,-2.037382079,0.5765830025,1669.0641682 +110,-1.545425832,0.727397149,161,-2.037382079,0.5765830025,1650.9003206 +111,-1.543371177,0.7273916949,161,-2.037382079,0.5765830025,1656.84315 +112,-1.541368852,0.7274523163,161,-2.037382079,0.5765830025,1662.690448 +113,-1.545349067,0.7258710923,161,-2.037382079,0.5765830025,1649.8765955 +114,-1.54332671,0.7258603556,161,-2.037382079,0.5765830025,1655.7339317 +115,-1.541346831,0.7259242142,161,-2.037382079,0.5765830025,1661.5298691 +116,-1.545324355,0.7243383958,161,-2.037382079,0.5765830025,1648.7172156 +117,-1.543292796,0.7243617413,161,-2.037382079,0.5765830025,1654.6404324 +118,-1.541295822,0.7244024384,161,-2.037382079,0.5765830025,1660.4787023 +119,-1.543193859,0.7205570215,161,-2.037382079,0.5765830025,1651.9900539 +120,-1.550257047,0.7386738187,161,-2.037382079,0.5765830025,1646.9706349 +121,-1.549335448,0.7311736483,161,-2.037382079,0.5765830025,1642.8197145 +122,-1.533478843,0.7179891343,161,-2.037382079,0.5765830025,1678.582195 +123,-1.556150555,0.738907041,161,-2.037382079,0.5765830025,1630.4404693 +124,-1.554324226,0.733414257,161,-2.037382079,0.5765830025,1630.4973521 +125,-1.554290846,0.7288285332,161,-2.037382079,0.5765830025,1626.5086005 +126,-1.55122487,0.7219795312,161,-2.037382079,0.5765830025,1629.6718527 +127,-1.525104458,0.7229399862,161,-2.037382079,0.5765830025,1706.5934104 +128,-1.519607711,0.7236181429,161,-2.037382079,0.5765830025,1723.1327982 +129,-1.513899999,0.7251107854,161,-2.037382079,0.5765830025,1740.8347595 +130,-1.536620762,0.7431061895,161,-2.037382079,0.5765830025,1689.8320596 +131,-1.5369566,0.7460845958,161,-2.037382079,0.5765830025,1691.6601341 +132,-1.545345528,0.7447040685,161,-2.037382079,0.5765830025,1666.6454332 +133,-1.532813921,0.7432306626,161,-2.037382079,0.5765830025,1700.7498338 +134,-1.554788248,0.7382381001,161,-2.037382079,0.5765830025,1633.6698681 +135,-1.540348126,0.7301594274,161,-2.037382079,0.5765830025,1667.8541267 +136,-1.538016084,0.7239051786,161,-2.037382079,0.5765830025,1669.6381868 +137,-1.525288962,0.7258085137,161,-2.037382079,0.5765830025,1708.1210307 +138,-1.534326986,0.731241342,161,-2.037382079,0.5765830025,1686.117536 +139,-1.530733872,0.7303625216,161,-2.037382079,0.5765830025,1695.791593 +141,-1.534354939,0.7328219978,161,-2.037382079,0.5765830025,1687.3315129 +142,-1.53157084,0.7292888153,161,-2.037382079,0.5765830025,1692.5238937 +143,-1.525691035,0.7263799874,161,-2.037382079,0.5765830025,1707.3712016 +144,-1.534031287,0.7495967835,161,-2.037382079,0.5765830025,1703.2567164 +145,-1.527714986,0.7283095957,161,-2.037382079,0.5765830025,1702.9398405 +146,-1.526189586,0.7271468292,161,-2.037382079,0.5765830025,1706.4912293 +147,-1.555177336,0.7375563366,161,-2.037382079,0.5765830025,1631.9141673 +148,-1.555080283,0.7312707794,161,-2.037382079,0.5765830025,1626.3937682 +149,-1.53856994,0.7224180299,161,-2.037382079,0.5765830025,1666.89459 +150,-1.530837883,0.729933372,161,-2.037382079,0.5765830025,1695.1519811 +151,-1.515066984,0.5854133365,161,-2.037382079,0.5765830025,1723.728149 +152,-1.534731633,0.5368370046,161,-2.037382079,0.5765830025,1692.3944564 +153,-1.515231902,0.5607085576,161,-2.037382079,0.5765830025,1738.0093354 +154,-2.616253799,1.0684566605,161,-2.037382079,0.5765830025,2443.4493235 +155,-1.956071439,0.5792177723,161,-2.037382079,0.5765830025,269.95017478 +156,-1.951208514,0.5602434208,161,-2.037382079,0.5765830025,294.8197444 +157,-1.944675062,0.6062144545,161,-2.037382079,0.5765830025,326.60370678 +158,-1.613778386,0.6077989518,161,-2.037382079,0.5765830025,1394.2602899 +159,-2.035029014,0.6021432345,161,-2.037382079,0.5765830025,101.54008365 +160,-2.114989471,0.6801825058,161,-2.037382079,0.5765830025,479.66930483 +161,-2.037382079,0.5765830025,161,-2.037382079,0.5765830025,35.502554848 +162,-2.129855121,0.6585019963,161,-2.037382079,0.5765830025,440.82157261 +163,-2.075141798,0.6493615843,161,-2.037382079,0.5765830025,313.13293875 +164,-1.828626729,0.6948433129,161,-2.037382079,0.5765830025,812.51767634 +165,-1.863329418,0.6735427691,161,-2.037382079,0.5765830025,677.61498832 +166,-1.266037071,0.727988852,161,-2.037382079,0.5765830025,2472.4288586 +167,-1.277579582,0.7249010648,161,-2.037382079,0.5765830025,2438.3809653 +168,-1.258418684,0.7241194816,161,-2.037382079,0.5765830025,2495.2549053 +169,-1.317813974,0.6804850104,161,-2.037382079,0.5765830025,2321.8052065 +170,-1.344165204,0.6790988904,161,-2.037382079,0.5765830025,2240.9367651 +171,-1.427582102,0.5277120351,161,-2.037382079,0.5765830025,2056.1809934 +172,-1.402238616,0.457167829,161,-2.037382079,0.5765830025,2226.1509283 +173,-1.422454264,0.4996161999,161,-2.037382079,0.5765830025,2103.7581132 +174,-1.439089277,0.4894859811,161,-2.037382079,0.5765830025,2060.753513 +175,-1.448126995,0.5182330266,161,-2.037382079,0.5765830025,1997.7887666 +176,-1.474626146,0.5881926574,161,-2.037382079,0.5765830025,1854.5733266 +177,-1.421139645,0.5584869783,161,-2.037382079,0.5765830025,2049.8005079 +178,-1.457037165,0.565943032,161,-2.037382079,0.5765830025,1926.0727036 +179,-2.757159358,0.3745319,161,-2.037382079,0.5765830025,2639.1348372 +180,-2.714309238,0.342054471,161,-2.037382079,0.5765830025,2558.9120058 +181,-2.000525337,0.774119946,161,-2.037382079,0.5765830025,790.61811999 +183,-1.571413436,0.6777838382,161,-2.037382079,0.5765830025,1541.1087583 +184,-1.552860289,0.6987663893,161,-2.037382079,0.5765830025,1608.5880768 +185,-1.521852374,0.7165827476,161,-2.037382079,0.5765830025,1711.8445014 +186,-1.503656267,0.6928968252,161,-2.037382079,0.5765830025,1754.1335832 +187,-1.502753178,0.7136205882,161,-2.037382079,0.5765830025,1766.5427973 +188,-1.631894563,0.7343596465,161,-2.037382079,0.5765830025,1412.140223 +189,-1.653765416,0.6770714026,161,-2.037382079,0.5765830025,1289.6394874 +190,-1.719812114,0.6715965947,161,-2.037382079,0.5765830025,1085.637301 +191,-1.493406659,0.6646955447,161,-2.037382079,0.5765830025,1778.5402571 +192,-1.469120564,0.6613469966,161,-2.037382079,0.5765830025,1854.0831482 +193,-1.590551461,0.5326612937,161,-2.037382079,0.5765830025,1510.856533 +194,-1.625979264,0.5247742243,161,-2.037382079,0.5765830025,1400.7354297 +195,-1.572293943,0.5238808754,161,-2.037382079,0.5765830025,1579.8444667 +196,-1.610848725,0.5477107964,161,-2.037382079,0.5765830025,1430.8576287 +197,-1.208485554,0.7918526018,161,-2.037382079,0.5765830025,2640.4822841 +198,-1.335601374,0.6869083083,161,-2.037382079,0.5765830025,2266.2385799 +199,-1.346156996,0.6825213377,161,-2.037382079,0.5765830025,2234.3684577 +200,-1.324381037,0.6741422347,161,-2.037382079,0.5765830025,2302.8639624 +201,-1.242424992,0.7378949807,161,-2.037382079,0.5765830025,2541.4234097 +202,-1.270370057,0.7392461008,161,-2.037382079,0.5765830025,2459.5570476 +203,-1.448950472,0.7441675014,161,-2.037382079,0.5765830025,1941.453534 +204,-1.492662363,0.7523026852,161,-2.037382079,0.5765830025,1822.3831194 +205,-1.479098966,0.7763855017,161,-2.037382079,0.5765830025,1881.475664 +206,-1.633760714,0.7869022408,161,-2.037382079,0.5765830025,1486.5136894 +207,-1.647406434,0.8101289331,161,-2.037382079,0.5765830025,1496.6797444 +208,-1.564245052,0.5701509278,161,-2.037382079,0.5765830025,1570.2027582 +209,-1.646289963,0.6833746083,161,-2.037382079,0.5765830025,1317.1720564 +210,-1.5820631,0.6751952144,161,-2.037382079,0.5765830025,1507.2227261 +211,-1.613236298,0.6681681791,161,-2.037382079,0.5765830025,1407.8319816 +212,-1.914661867,0.8212566515,161,-2.037382079,0.5765830025,1037.061996 +213,-1.742133237,0.7250275956,161,-2.037382079,0.5765830025,1097.6144662 +214,-2.033144872,0.6557314699,161,-2.037382079,0.5765830025,313.80576134 +215,-2.039551981,0.6964723658,161,-2.037382079,0.5765830025,474.9319061 +216,-1.247341019,0.7622473908,161,-2.037382079,0.5765830025,2527.5605687 +217,-1.298239787,0.7084123392,161,-2.037382079,0.5765830025,2377.5949074 +218,-1.308539688,0.6926545592,161,-2.037382079,0.5765830025,2348.1436513 +219,-1.303263185,0.6888938396,161,-2.037382079,0.5765830025,2364.8424219 +220,-1.852400229,0.6004246149,161,-2.037382079,0.5765830025,616.4250749 +221,-1.288947707,0.7473773692,161,-2.037382079,0.5765830025,2405.9930488 +222,-1.372031502,0.7472790993,161,-2.037382079,0.5765830025,2165.0708128 +223,-1.289805721,0.7242157877,161,-2.037382079,0.5765830025,2402.1336734 +224,-1.350807603,0.7533498126,161,-2.037382079,0.5765830025,2228.4702619 +225,-1.329290365,0.7560442322,161,-2.037382079,0.5765830025,2291.2117173 +226,-1.410153004,0.616936428,161,-2.037382079,0.5765830025,2050.0345706 +227,-1.393445434,0.6308995063,161,-2.037382079,0.5765830025,2098.1441627 +228,-1.37595573,0.6241540638,161,-2.037382079,0.5765830025,2156.5737687 +229,-1.358388707,0.6172645205,161,-2.037382079,0.5765830025,2215.9799149 +230,-1.753741133,0.8281661666,161,-2.037382079,0.5765830025,1309.2626454 +231,-1.47430987,0.6834615681,161,-2.037382079,0.5765830025,1840.8086582 +232,-1.421012508,0.7222725206,161,-2.037382079,0.5765830025,2012.6828145 +233,-1.4476833,0.6978557868,161,-2.037382079,0.5765830025,1925.3847698 +234,-1.470370723,0.6966193374,161,-2.037382079,0.5765830025,1856.3194212 +235,-1.429211703,0.7037216883,161,-2.037382079,0.5765830025,1982.6586334 +236,-1.700578405,0.6178673663,161,-2.037382079,0.5765830025,1113.3751088 +237,-1.678117619,0.6331716163,161,-2.037382079,0.5765830025,1189.4351288 +238,-1.725644578,0.6316331145,161,-2.037382079,0.5765830025,1037.7638411 +239,-2.14012759,0.7930497945,161,-2.037382079,0.5765830025,912.87256433 +240,-2.103289431,0.7653606263,161,-2.037382079,0.5765830025,774.96335028 +241,-1.318739838,0.7017808746,161,-2.037382079,0.5765830025,2316.2321777 +242,-1.396417427,0.7077900843,161,-2.037382079,0.5765830025,2082.2441714 +243,-1.35650337,0.7185539404,161,-2.037382079,0.5765830025,2203.4258318 +244,-1.248884539,0.7274156818,161,-2.037382079,0.5765830025,2523.1932196 +245,-1.395014798,0.5761185243,161,-2.037382079,0.5765830025,2122.1850467 +246,-1.433377362,0.6064716109,161,-2.037382079,0.5765830025,1979.7126821 +247,-1.408172432,0.5903155476,161,-2.037382079,0.5765830025,2069.9777109 +248,-1.749645898,0.7757118084,161,-2.037382079,0.5765830025,1184.3047186 +249,-1.571626686,0.615046989,161,-2.037382079,0.5765830025,1529.9439758 +250,-1.514070049,0.6303003037,161,-2.037382079,0.5765830025,1713.1305854 +251,-1.480890369,0.6237966528,161,-2.037382079,0.5765830025,1820.6035181 +252,-1.704390658,0.5281680612,161,-2.037382079,0.5765830025,1137.4293933 +253,-1.64434733,0.5254277498,161,-2.037382079,0.5765830025,1339.1438057 +254,-1.703855997,0.4792484842,161,-2.037382079,0.5765830025,1202.4582383 +255,-1.692002383,0.5748825051,161,-2.037382079,0.5765830025,1145.8259998 +256,-1.854136457,0.5544643913,161,-2.037382079,0.5765830025,618.78845875 +257,-1.665021206,0.520317736,161,-2.037382079,0.5765830025,1275.8666537 +258,-1.733654349,0.4845187345,161,-2.037382079,0.5765830025,1098.2152256 +259,-1.720938188,0.5135933906,161,-2.037382079,0.5765830025,1098.9030865 +260,-1.742668307,0.553296122,161,-2.037382079,0.5765830025,989.20960772 +261,-1.965659039,0.7142126903,161,-2.037382079,0.5765830025,590.31289245 +262,-1.944438071,0.6772834804,161,-2.037382079,0.5765830025,497.76792733 +263,-1.270340967,0.7681487096,161,-2.037382079,0.5765830025,2462.6971004 +264,-1.353091884,0.6549276821,161,-2.037382079,0.5765830025,2218.2102763 +265,-1.333236659,0.6413584414,161,-2.037382079,0.5765830025,2285.2320024 +266,-1.352015998,0.6753788907,161,-2.037382079,0.5765830025,2217.2560534 +267,-1.377988483,0.6577816235,161,-2.037382079,0.5765830025,2139.5471629 +268,-2.13075611,0.8318642051,161,-2.037382079,0.5765830025,1049.0560003 +269,-2.097910953,0.8259670014,161,-2.037382079,0.5765830025,1004.3755894 +270,-1.416382069,0.6694271549,161,-2.037382079,0.5765830025,2018.4046587 +271,-1.538905672,0.7535625993,161,-2.037382079,0.5765830025,1693.5184815 +272,-1.572309477,0.7803125099,161,-2.037382079,0.5765830025,1634.7294794 +273,-1.87759879,0.7503853417,161,-2.037382079,0.5765830025,848.87805049 +274,1.152365588,0.590457682,161,-2.037382079,0.5765830025,7817.7237918 +275,0.350198001,0.718001859,161,-2.037382079,0.5765830025,6624.977381 +276,0.046513677,0.491503852,161,-2.037382079,0.5765830025,6640.6479801 +277,0.027510309,0.742571376,161,-2.037382079,0.5765830025,5921.6684114 +278,0.306285725,-0.214631579,161,-2.037382079,0.5765830025,9227.2504535 +279,-1.100564889,0.318051531,161,-2.037382079,0.5765830025,3459.8425264 +280,-1.078582306,0.301437596,161,-2.037382079,0.5765830025,3564.1303384 +281,-1.137371989,-0.617634065,161,-2.037382079,0.5765830025,5788.8148897 +282,0.784356344,0.703272339,161,-2.037382079,0.5765830025,7240.8964988 +283,-1.221209947,0.218327455,161,-2.037382079,0.5765830025,3266.9623986 +284,2.347301921,-0.449114658,161,-2.037382079,0.5765830025,8203.967793 +285,0.246820618,0.830553713,161,-2.037382079,0.5765830025,6093.272878 +286,0.829414965,0.703288228,161,-2.037382079,0.5765830025,7275.4438017 +287,-1.337537566,0.42332223,161,-2.037382079,0.5765830025,2491.4649376 +288,0.882453706,0.454478077,161,-2.037382079,0.5765830025,8275.1843159 +289,1.575629659,0.416419109,161,-2.037382079,0.5765830025,8126.6503034 +290,-1.039455679,0.229888244,161,-2.037382079,0.5765830025,3835.5164615 +291,0.489558039,0.934482747,161,-2.037382079,0.5765830025,6097.2029761 +292,0.081344504,0.88384514,161,-2.037382079,0.5765830025,5647.3085918 +293,-1.547979814,0.300350308,161,-2.037382079,0.5765830025,2057.5844468 +294,0.040776181,0.168560074,161,-2.037382079,0.5765830025,7470.7842644 +295,-1.130374745,0.563894876,161,-2.037382079,0.5765830025,2992.6146826 +296,1.578326642,0.478507176,161,-2.037382079,0.5765830025,7899.8894278 +297,-1.12861823,-0.291640865,161,-2.037382079,0.5765830025,4861.1259073 +298,0.310524208,0.770885792,161,-2.037382079,0.5765830025,6387.588979 +299,0.415649091,-0.387246002,161,-2.037382079,0.5765830025,9929.9257739 +300,-0.926533878,-0.188022748,161,-2.037382079,0.5765830025,5165.0000966 +301,1.258856172,-0.11716081,161,-2.037382079,0.5765830025,10537.240442 +302,-1.126050026,0.322941926,161,-2.037382079,0.5765830025,3366.2389942 +303,2.002785835,0.07893892,161,-2.037382079,0.5765830025,8193.4410631 +304,0.440437607,0.746258085,161,-2.037382079,0.5765830025,6677.3671964 +305,-0.030391866,0.214441206,161,-2.037382079,0.5765830025,7141.4469853 +306,0.521557815,-0.058929362,161,-2.037382079,0.5765830025,9468.5358785 +307,-0.097005111,0.13317729,161,-2.037382079,0.5765830025,7132.0491705 +308,1.83113859,0.221857587,161,-2.037382079,0.5765830025,8255.3339178 +309,0.222428864,0.099404236,161,-2.037382079,0.5765830025,8188.1400647 +310,-1.702731345,0.8728568183,161,-2.037382079,0.5765830025,1527.6642998 +311,-0.418507569,0.278324921,161,-2.037382079,0.5765830025,5781.1798864 +312,-1.41153306,0.339029988,161,-2.037382079,0.5765830025,2399.4183467 +313,0.357560442,0.114788776,161,-2.037382079,0.5765830025,8523.0620613 +314,0.325818979,0.268352149,161,-2.037382079,0.5765830025,7987.0247655 +315,-1.246004659,-0.663679965,161,-2.037382079,0.5765830025,5712.2163244 +316,1.814603087,0.637404484,161,-2.037382079,0.5765830025,6964.2653936 +317,1.843704281,-0.18300445,161,-2.037382079,0.5765830025,9339.2134948 +318,1.690644492,-0.211480909,161,-2.037382079,0.5765830025,9876.1139109 +319,-1.275451936,0.068109467,161,-2.037382079,0.5765830025,3459.4971097 +320,0.762430171,-0.207594741,161,-2.037382079,0.5765830025,10527.606589 +321,0.265668905,-0.014647884,161,-2.037382079,0.5765830025,8616.5338131 +322,-2.773032013,-0.335515811,161,-2.037382079,0.5765830025,4559.9579671 +323,-1.469512853,0.174058777,161,-2.037382079,0.5765830025,2611.0662129 +324,0.286276986,0.785925691,161,-2.037382079,0.5765830025,6298.783273 +325,-1.379324697,0.377432233,161,-2.037382079,0.5765830025,2431.0364736 +326,-1.203778265,0.212813032,161,-2.037382079,0.5765830025,3335.1913179 +327,0.579916301,0.611743168,161,-2.037382079,0.5765830025,7350.2750903 +328,0.267582642,0.868113908,161,-2.037382079,0.5765830025,6011.7346555 +329,0.412869244,-0.050245578,161,-2.037382079,0.5765830025,9142.9924419 +330,0.17524381,0.976660285,161,-2.037382079,0.5765830025,5542.0825879 +331,0.743157214,0.204812899,161,-2.037382079,0.5765830025,9061.3486371 +332,-1.070758176,0.269382282,161,-2.037382079,0.5765830025,3652.4196828 +333,-1.230364251,0.329790229,161,-2.037382079,0.5765830025,3008.6324491 +334,-1.374813124,-0.024926835,161,-2.037382079,0.5765830025,3433.9681064 +335,0.519780566,0.463669906,161,-2.037382079,0.5765830025,7772.5578801 +336,-1.55108034,0.239698561,161,-2.037382079,0.5765830025,2202.2797729 +337,0.180294813,0.029739425,161,-2.037382079,0.5765830025,8244.9882112 +338,0.67820924,0.268170153,161,-2.037382079,0.5765830025,8729.7398856 +339,0.445798684,1.024001867,161,-2.037382079,0.5765830025,5741.8621391 +340,0.691751283,0.150521402,161,-2.037382079,0.5765830025,9170.8281061 +341,-1.036643551,-0.903056181,161,-2.037382079,0.5765830025,6810.0059734 +342,-0.120287036,1.083325163,161,-2.037382079,0.5765830025,4812.4192987 +343,2.823513113,-0.304487164,161,-2.037382079,0.5765830025,6400.6556371 +344,0.457583172,1.12513373,161,-2.037382079,0.5765830025,5410.1932886 +345,0.042918831,0.813795399,161,-2.037382079,0.5765830025,5763.5083051 +346,1.196146777,-0.853142756,161,-2.037382079,0.5765830025,11315.112763 +347,0.206001358,-0.010430701,161,-2.037382079,0.5765830025,8424.9614041 +348,-0.268308653,0.234799412,161,-2.037382079,0.5765830025,6355.7232119 +349,0.759363263,0.736189579,161,-2.037382079,0.5765830025,7094.8337749 +350,0.181363926,0.891988372,161,-2.037382079,0.5765830025,5798.77253 +351,-0.021111158,0.139103292,161,-2.037382079,0.5765830025,7354.8910726 +352,-0.093355215,0.630686981,161,-2.037382079,0.5765830025,5926.1156539 +353,0.40118964,0.681375926,161,-2.037382079,0.5765830025,6831.8306304 +354,-0.721197315,1.304706234,161,-2.037382079,0.5765830025,3763.8388606 +355,-1.076150317,0.212107639,161,-2.037382079,0.5765830025,3751.8271639 +356,-1.577164531,0.273993443,161,-2.037382079,0.5765830025,2037.4562534 +357,-0.190788414,0.182208586,161,-2.037382079,0.5765830025,6721.2447229 +358,-0.261349752,0.209710184,161,-2.037382079,0.5765830025,6434.4035533 +359,-1.029303852,0.083549259,161,-2.037382079,0.5765830025,4188.203056 +360,-1.268609162,0.330525297,161,-2.037382079,0.5765830025,2881.4233842 +361,1.282982244,-0.926641967,161,-2.037382079,0.5765830025,10967.383345 +362,0.217352334,0.731352408,161,-2.037382079,0.5765830025,6341.3222563 +363,-1.511833084,0.258629297,161,-2.037382079,0.5765830025,2267.9889935 +364,0.338812194,0.823184618,161,-2.037382079,0.5765830025,6266.4255743 +365,-0.324406489,1.134201999,161,-2.037382079,0.5765830025,4400.5507613 +366,1.389579348,0.399185724,161,-2.037382079,0.5765830025,8431.2412742 +367,2.047152199,-0.039082036,161,-2.037382079,0.5765830025,8357.3194288 +368,0.947780369,0.568250077,161,-2.037382079,0.5765830025,7871.7172989 +369,0.763824846,0.576754987,161,-2.037382079,0.5765830025,7702.3966209 +370,-0.142334657,0.928153068,161,-2.037382079,0.5765830025,5112.9124001 +371,0.610266567,0.547265983,161,-2.037382079,0.5765830025,7624.0822209 +372,0.210731629,0.746815056,161,-2.037382079,0.5765830025,6282.2364001 +373,-1.34931644,0.316895224,161,-2.037382079,0.5765830025,2644.8915557 +374,2.407696481,0.655030745,161,-2.037382079,0.5765830025,5599.4708834 +375,0.64207831,0.545359131,161,-2.037382079,0.5765830025,7675.3362417 +376,1.174597538,0.840588356,161,-2.037382079,0.5765830025,6824.8834887 +377,0.660059424,0.010604079,161,-2.037382079,0.5765830025,9588.1031376 +378,-0.730263819,0.010486456,161,-2.037382079,0.5765830025,5326.2487821 +379,0.831068936,0.512339172,161,-2.037382079,0.5765830025,8010.478789 +380,1.301180979,0.72367476,161,-2.037382079,0.5765830025,7243.6811548 +381,1.811128231,0.322854402,161,-2.037382079,0.5765830025,7989.3133816 +382,0.435105812,0.992284428,161,-2.037382079,0.5765830025,5837.4663883 +383,0.62643634,0.592027932,161,-2.037382079,0.5765830025,7485.1244775 +384,0.492988703,-0.516339467,161,-2.037382079,0.5765830025,10371.190039 +385,-0.162469483,0.112549365,161,-2.037382079,0.5765830025,6971.9436789 +386,0.314630866,0.472006421,161,-2.037382079,0.5765830025,7337.3234193 +387,0.166744804,0.822815954,161,-2.037382079,0.5765830025,5975.4822758 +388,0.417159608,0.965805736,161,-2.037382079,0.5765830025,5905.6048657 +389,0.106334961,0.868774244,161,-2.037382079,0.5765830025,5734.3395919 +390,0.815086969,-0.338144359,161,-2.037382079,0.5765830025,11051.8491 +391,0.59867455,-0.230624824,161,-2.037382079,0.5765830025,10162.434286 +392,1.915104874,0.066220985,161,-2.037382079,0.5765830025,8482.1018106 +393,1.278093622,0.064463721,161,-2.037382079,0.5765830025,9822.248876 +394,-0.061477853,0.302997961,161,-2.037382079,0.5765830025,6829.0756325 +395,0.251311504,0.626976942,161,-2.037382079,0.5765830025,6725.2351437 +396,2.950242872,0.149095644,161,-2.037382079,0.5765830025,4988.8944584 +397,-0.180294708,0.35375117,161,-2.037382079,0.5765830025,6353.5625898 +398,1.010448592,-0.351180233,161,-2.037382079,0.5765830025,11491.687003 +399,-1.748740498,0.3686318073,161,-2.037382079,0.5765830025,1306.3611317 +400,2.699635665,0.123533791,161,-2.037382079,0.5765830025,5874.2469585 +401,0.496808033,0.823843254,161,-2.037382079,0.5765830025,6490.1721134 +402,0.129574704,0.763364087,161,-2.037382079,0.5765830025,6076.0624741 +403,1.798920311,0.817447563,161,-2.037382079,0.5765830025,6392.040098 +404,0.335987953,0.746786541,161,-2.037382079,0.5765830025,6507.8421487 +405,-1.085413643,0.292154671,161,-2.037382079,0.5765830025,3559.3427967 +406,-0.155321003,0.508207011,161,-2.037382079,0.5765830025,6059.55145 +407,0.620529244,-0.301175104,161,-2.037382079,0.5765830025,10405.417259 +408,1.684402744,0.368716966,161,-2.037382079,0.5765830025,8104.2673796 +409,0.300582244,-0.386397212,161,-2.037382079,0.5765830025,9547.9017563 +410,2.913555946,-0.009225192,161,-2.037382079,0.5765830025,5452.4058538 +411,1.465101417,0.493232532,161,-2.037382079,0.5765830025,7994.5013025 +412,0.090612882,0.907955955,161,-2.037382079,0.5765830025,5597.7699069 +413,2.987564726,-0.729568594,161,-2.037382079,0.5765830025,6903.4486775 +414,-1.484261606,0.224149272,161,-2.037382079,0.5765830025,2436.8035206 +415,0.164073421,0.303955133,161,-2.037382079,0.5765830025,7464.2332544 +416,0.141441293,0.167552546,161,-2.037382079,0.5765830025,7771.357934 +417,2.931321023,-0.506718887,161,-2.037382079,0.5765830025,6534.1717732 +418,2.21951565,0.700596356,161,-2.037382079,0.5765830025,5946.2865721 +419,0.268112576,1.199114336,161,-2.037382079,0.5765830025,4999.1073479 +420,0.978913739,0.359223811,161,-2.037382079,0.5765830025,8706.931722 +421,1.210898818,0.522863584,161,-2.037382079,0.5765830025,8070.6022696 +422,2.347397336,0.129231362,161,-2.037382079,0.5765830025,7008.4003995 +423,0.614394501,0.556878345,161,-2.037382079,0.5765830025,7595.4245138 +424,-1.398079356,0.148483366,161,-2.037382079,0.5765830025,2886.5167328 +425,2.535303836,-0.112984496,161,-2.037382079,0.5765830025,6928.5713915 +426,-1.019372593,-0.405322349,161,-2.037382079,0.5765830025,5466.571288 +427,-1.297785627,-0.160104069,161,-2.037382079,0.5765830025,4035.0494239 +428,2.144554488,0.205051084,161,-2.037382079,0.5765830025,7446.4355568 +429,-2.242387083,-0.426171285,161,-2.037382079,0.5765830025,4046.5752222 +430,0.338637212,0.909723676,161,-2.037382079,0.5765830025,5987.2123531 +431,-0.148798452,0.691042401,161,-2.037382079,0.5765830025,5643.1415301 +432,0.893524764,0.441829531,161,-2.037382079,0.5765830025,8332.4071419 +433,0.969229347,-0.368847936,161,-2.037382079,0.5765830025,11494.039992 +434,0.436043248,0.800045688,161,-2.037382079,0.5765830025,6488.9249669 +435,1.687946607,1.081504775,161,-2.037382079,0.5765830025,5615.8023018 +436,0.522302046,-0.034889271,161,-2.037382079,0.5765830025,9399.7636918 +437,-0.178996113,-0.438090009,161,-2.037382079,0.5765830025,8055.6870935 +438,-1.094339566,0.301444068,161,-2.037382079,0.5765830025,3511.9178297 +439,-1.064070054,0.242569932,161,-2.037382079,0.5765830025,3728.4056218 +440,-1.068153768,0.230387998,161,-2.037382079,0.5765830025,3739.9509031 +441,-3.00496892,-0.23989155,161,-2.037382079,0.5765830025,4879.6360558 +442,0.21751974,0.766874888,161,-2.037382079,0.5765830025,6234.6932622 +443,0.117229532,0.007619006,161,-2.037382079,0.5765830025,8106.0353607 +444,0.777758451,0.420554741,161,-2.037382079,0.5765830025,8306.3860544 +445,-0.252356999,0.250747086,161,-2.037382079,0.5765830025,6370.0225289 +446,0.363148444,0.768483434,161,-2.037382079,0.5765830025,6482.5593601 +447,0.903191366,-0.118210676,161,-2.037382079,0.5765830025,10483.50409 +448,-0.205755923,0.149406178,161,-2.037382079,0.5765830025,6748.8411565 +449,1.811996086,0.02364353,161,-2.037382079,0.5765830025,8890.5415394 +450,-1.100670221,0.314845373,161,-2.037382079,0.5765830025,3465.512609 +451,0.340078597,0.850105132,161,-2.037382079,0.5765830025,6181.5456097 +452,0.258757267,0.804969236,161,-2.037382079,0.5765830025,6192.3044163 +453,2.78505352,-0.155160804,161,-2.037382079,0.5765830025,6195.3282732 +454,0.800551619,0.105822106,161,-2.037382079,0.5765830025,9509.4763031 +455,0.437940882,-0.506194031,161,-2.037382079,0.5765830025,10177.396028 +456,2.230431122,0.63458615,161,-2.037382079,0.5765830025,6091.8075688 +457,0.527965361,0.127667701,161,-2.037382079,0.5765830025,8910.4523944 +458,-0.063643205,0.702093448,161,-2.037382079,0.5765830025,5820.8162635 +459,1.408447268,0.133010502,161,-2.037382079,0.5765830025,9408.4531906 +460,0.523795955,0.280266966,161,-2.037382079,0.5765830025,8401.4135134 +461,-0.975769313,0.072177659,161,-2.037382079,0.5765830025,4386.7749819 +462,0.549774164,-0.463663986,161,-2.037382079,0.5765830025,10494.337349 +463,0.29245874,1.095549818,161,-2.037382079,0.5765830025,5340.2559418 +464,0.143625958,0.816809593,161,-2.037382079,0.5765830025,5950.1912425 +465,0.671902494,0.611159853,161,-2.037382079,0.5765830025,7472.8620809 +466,1.239840988,0.6724199,161,-2.037382079,0.5765830025,7471.4262539 +467,0.607829703,-0.10932137,161,-2.037382079,0.5765830025,9844.0965976 +468,1.763020906,0.263996692,161,-2.037382079,0.5765830025,8285.2252474 +469,0.378714634,0.726066797,161,-2.037382079,0.5765830025,6646.8575042 +470,2.196736143,-0.153862366,161,-2.037382079,0.5765830025,8136.8333323 +471,0.01702415,0.148991565,161,-2.037382079,0.5765830025,7447.7699825 +472,-2.998490902,-0.158002487,161,-2.037382079,0.5765830025,4642.423607 +473,-3.051262951,-0.346595608,161,-2.037382079,0.5765830025,5296.2492833 +474,-1.069176439,0.182802941,161,-2.037382079,0.5765830025,3837.1997796 +475,0.167157509,0.595344954,161,-2.037382079,0.5765830025,6639.7832842 +476,0.613855648,0.681746124,161,-2.037382079,0.5765830025,7144.0500661 +477,1.037012736,0.682555367,161,-2.037382079,0.5765830025,7450.2932234 +478,-1.253574971,0.379755746,161,-2.037382079,0.5765830025,2841.6098784 +479,3.108590453,-0.132620738,161,-2.037382079,0.5765830025,5110.0934098 +480,0.565301296,0.022333262,161,-2.037382079,0.5765830025,9333.1802549 +481,0.547898238,0.855555614,161,-2.037382079,0.5765830025,6441.127182 +482,0.948309381,0.417393755,161,-2.037382079,0.5765830025,8462.9414465 +483,-0.050600732,0.945269213,161,-2.037382079,0.5765830025,5247.2782935 +484,-0.977651478,-0.572363064,161,-2.037382079,0.5765830025,6026.1209405 +485,1.102014914,0.728861163,161,-2.037382079,0.5765830025,7272.9779743 +486,2.927300795,-0.282939414,161,-2.037382079,0.5765830025,6028.7486902 +487,-1.154565557,0.124434095,161,-2.037382079,0.5765830025,3693.4395408 +488,1.855331234,0.291044755,161,-2.037382079,0.5765830025,7984.9751613 +489,0.830290659,0.276904518,161,-2.037382079,0.5765830025,8907.7788951 +490,0.485104466,-0.234867441,161,-2.037382079,0.5765830025,9835.1792332 +491,0.521367572,-0.33161327,161,-2.037382079,0.5765830025,10166.897905 +1,-1.539031704,0.7349710123,162,-2.129855121,0.6585019963,1808.0653289 +2,-1.536990553,0.7349663874,162,-2.129855121,0.6585019963,1814.0608368 +3,-1.534951779,0.7349571355,162,-2.129855121,0.6585019963,1820.0497739 +4,-1.532906461,0.7349480293,162,-2.129855121,0.6585019963,1826.0577502 +5,-1.531320211,0.7346937278,162,-2.129855121,0.6585019963,1830.7521367 +6,-1.539451648,0.7335131775,162,-2.129855121,0.6585019963,1807.0159634 +7,-1.537429487,0.7335445708,162,-2.129855121,0.6585019963,1812.9581078 +8,-1.535484998,0.7335658704,162,-2.129855121,0.6585019963,1818.6727397 +9,-1.533488396,0.7336036027,162,-2.129855121,0.6585019963,1824.5377526 +10,-1.531497785,0.7335842962,162,-2.129855121,0.6585019963,1830.3931254 +11,-1.530259379,0.7334777758,162,-2.129855121,0.6585019963,1834.0504445 +12,-1.5335454,0.7322346912,162,-2.129855121,0.6585019963,1824.5772377 +13,-1.531489083,0.7322238773,162,-2.129855121,0.6585019963,1830.6314365 +14,-1.530011122,0.7321679851,162,-2.129855121,0.6585019963,1834.9906856 +15,-1.53348106,0.7306614094,162,-2.129855121,0.6585019963,1825.0233058 +16,-1.531441779,0.7306962275,162,-2.129855121,0.6585019963,1831.027229 +17,-1.529755654,0.7306933243,162,-2.129855121,0.6585019963,1835.9965577 +18,-1.533415048,0.7291384674,162,-2.129855121,0.6585019963,1825.4853482 +19,-1.531392093,0.7291705353,162,-2.129855121,0.6585019963,1831.4485422 +20,-1.529296523,0.7291214933,162,-2.129855121,0.6585019963,1837.6408489 +21,-1.535280942,0.727267644,162,-2.129855121,0.6585019963,1820.3249821 +22,-1.533378158,0.7276139666,162,-2.129855121,0.6585019963,1825.8805957 +23,-1.531340368,0.7276446587,162,-2.129855121,0.6585019963,1831.8947318 +24,-1.528960113,0.7276398177,162,-2.129855121,0.6585019963,1838.9270641 +25,-1.533313146,0.7260818349,162,-2.129855121,0.6585019963,1826.3793505 +26,-1.531259555,0.7260958115,162,-2.129855121,0.6585019963,1832.4506202 +27,-1.528926415,0.7260865555,162,-2.129855121,0.6585019963,1839.3531541 +28,-1.531226779,0.7245511789,162,-2.129855121,0.6585019963,1832.8828898 +29,-1.528904772,0.7245519194,162,-2.129855121,0.6585019963,1839.7585528 +30,-1.547195875,0.7409785979,162,-2.129855121,0.6585019963,1783.6249713 +31,-1.5451475,0.740980426,162,-2.129855121,0.6585019963,1789.6105902 +32,-1.543097679,0.7409798872,162,-2.129855121,0.6585019963,1795.6004469 +33,-1.540720364,0.7409892687,162,-2.129855121,0.6585019963,1802.5464496 +34,-1.547188511,0.7395198392,162,-2.129855121,0.6585019963,1783.7309682 +35,-1.545148587,0.7395226109,162,-2.129855121,0.6585019963,1789.6994795 +36,-1.543104538,0.7395314908,162,-2.129855121,0.6585019963,1795.6794367 +37,-1.540727751,0.7395306258,162,-2.129855121,0.6585019963,1802.6334325 +38,-1.547187029,0.7380014886,162,-2.129855121,0.6585019963,1783.84175 +39,-1.545147315,0.7380012252,162,-2.129855121,0.6585019963,1789.8177742 +40,-1.54310719,0.7380060743,162,-2.129855121,0.6585019963,1795.7944012 +41,-1.540719671,0.7380068206,162,-2.129855121,0.6585019963,1802.7889097 +42,-1.547187189,0.7364799098,162,-2.129855121,0.6585019963,1783.9668951 +43,-1.545149996,0.7364853874,162,-2.129855121,0.6585019963,1789.9428465 +44,-1.543106091,0.7364823484,162,-2.129855121,0.6585019963,1795.9390909 +45,-1.540717158,0.7364893901,162,-2.129855121,0.6585019963,1802.9462323 +46,-1.538663972,0.7410138672,162,-2.129855121,0.6585019963,1808.5533256 +47,-1.53695285,0.7409699132,162,-2.129855121,0.6585019963,1813.5563686 +48,-1.534910498,0.7409641297,162,-2.129855121,0.6585019963,1819.5243406 +49,-1.533145034,0.7409536636,162,-2.129855121,0.6585019963,1824.6836159 +50,-1.538681336,0.7395405883,162,-2.129855121,0.6585019963,1808.6197483 +51,-1.536999189,0.7395183096,162,-2.129855121,0.6585019963,1813.5430125 +52,-1.534923633,0.7395144222,162,-2.129855121,0.6585019963,1819.6155489 +53,-1.533267822,0.7395654306,162,-2.129855121,0.6585019963,1824.4545458 +54,-1.53867273,0.7380151077,162,-2.129855121,0.6585019963,1808.7847035 +55,-1.536980576,0.7379994392,162,-2.129855121,0.6585019963,1813.7433614 +56,-1.534931522,0.7379944961,162,-2.129855121,0.6585019963,1819.7463637 +57,-1.533387952,0.7379480264,162,-2.129855121,0.6585019963,1824.2731329 +58,-1.538682279,0.7364914363,162,-2.129855121,0.6585019963,1808.9150223 +59,-1.536980704,0.7364810563,162,-2.129855121,0.6585019963,1813.9073544 +60,-1.534935567,0.7364752065,162,-2.129855121,0.6585019963,1819.9067984 +61,-1.533042592,0.7363876366,162,-2.129855121,0.6585019963,1825.4699524 +62,-1.545143426,0.7349628011,162,-2.129855121,0.6585019963,1790.1145286 +63,-1.543105297,0.7349691947,162,-2.129855121,0.6585019963,1796.1005752 +64,-1.541064533,0.7349647152,162,-2.129855121,0.6585019963,1802.0953508 +65,-1.545411803,0.7334624714,162,-2.129855121,0.6585019963,1789.4938589 +66,-1.543446606,0.7334780896,162,-2.129855121,0.6585019963,1795.271813 +67,-1.541475327,0.7334957295,162,-2.129855121,0.6585019963,1801.0670253 +68,-1.545401939,0.731963266,162,-2.129855121,0.6585019963,1789.7087887 +69,-1.54342253,0.7319915583,162,-2.129855121,0.6585019963,1795.5339248 +70,-1.541455867,0.7320216438,162,-2.129855121,0.6585019963,1801.3207742 +71,-1.545410146,0.7304422281,162,-2.129855121,0.6585019963,1789.8919418 +72,-1.543435491,0.7304713664,162,-2.129855121,0.6585019963,1795.7099095 +73,-1.541463105,0.7304997613,162,-2.129855121,0.6585019963,1801.5207678 +74,-1.545414768,0.7289194936,162,-2.129855121,0.6585019963,1790.10474 +75,-1.543435774,0.7289538557,162,-2.129855121,0.6585019963,1795.9415615 +76,-1.541457714,0.7289765881,162,-2.129855121,0.6585019963,1801.7769352 +77,-1.539449415,0.7320555866,162,-2.129855121,0.6585019963,1807.2236876 +78,-1.537429183,0.7321097681,162,-2.129855121,0.6585019963,1813.1635816 +79,-1.535472649,0.7321497267,162,-2.129855121,0.6585019963,1818.9173558 +80,-1.539457899,0.7305333307,162,-2.129855121,0.6585019963,1807.4270405 +81,-1.537453161,0.7305750503,162,-2.129855121,0.6585019963,1813.330025 +82,-1.535479385,0.7306124949,162,-2.129855121,0.6585019963,1819.1417778 +83,-1.53946905,0.7290102593,162,-2.129855121,0.6585019963,1807.6412679 +84,-1.537459922,0.7290417293,162,-2.129855121,0.6585019963,1813.5657685 +85,-1.535451349,0.7290890157,162,-2.129855121,0.6585019963,1819.4852195 +86,-1.535522937,0.7279887191,162,-2.129855121,0.6585019963,1819.4736717 +87,-1.539442524,0.7274735939,162,-2.129855121,0.6585019963,1807.9878963 +88,-1.537424111,0.727521351,162,-2.129855121,0.6585019963,1813.9437246 +89,-1.539384641,0.7259505092,162,-2.129855121,0.6585019963,1808.4438796 +90,-1.537372391,0.7259947145,162,-2.129855121,0.6585019963,1814.3887767 +91,-1.535340789,0.7260435356,162,-2.129855121,0.6585019963,1820.389239 +92,-1.539325716,0.7244369706,162,-2.129855121,0.6585019963,1808.9200634 +93,-1.537308932,0.7244801057,162,-2.129855121,0.6585019963,1814.8851181 +94,-1.535289068,0.7245247645,162,-2.129855121,0.6585019963,1820.8582117 +95,-1.533261366,0.7245550236,162,-2.129855121,0.6585019963,1826.8568869 +96,-1.539267302,0.722921924,162,-2.129855121,0.6585019963,1809.4138884 +97,-1.537248972,0.7229660258,162,-2.129855121,0.6585019963,1815.3897811 +98,-1.535219431,0.7229916471,162,-2.129855121,0.6585019963,1821.402324 +99,-1.53318962,0.7230212049,162,-2.129855121,0.6585019963,1827.4141214 +100,-1.531154816,0.7230299897,162,-2.129855121,0.6585019963,1833.444936 +101,-1.528878341,0.7230370244,162,-2.129855121,0.6585019963,1840.1921058 +102,-1.539218189,0.7214009878,162,-2.129855121,0.6585019963,1809.9002978 +103,-1.537198791,0.7214422745,162,-2.129855121,0.6585019963,1815.8864416 +104,-1.535179266,0.7214634354,162,-2.129855121,0.6585019963,1821.8769927 +105,-1.533156501,0.7214944644,162,-2.129855121,0.6585019963,1827.8741548 +106,-1.53113574,0.7215166021,162,-2.129855121,0.6585019963,1833.8668722 +107,-1.528874248,0.7215345535,162,-2.129855121,0.6585019963,1840.5744755 +108,-1.539217656,0.7198512397,162,-2.129855121,0.6585019963,1810.2681984 +109,-1.537199919,0.7199428763,162,-2.129855121,0.6585019963,1816.2435054 +110,-1.545425832,0.727397149,162,-2.129855121,0.6585019963,1790.3172837 +111,-1.543371177,0.7273916949,162,-2.129855121,0.6585019963,1796.3913416 +112,-1.541368852,0.7274523163,162,-2.129855121,0.6585019963,1802.298783 +113,-1.545349067,0.7258710923,162,-2.129855121,0.6585019963,1790.8092194 +114,-1.54332671,0.7258603556,162,-2.129855121,0.6585019963,1796.7961234 +115,-1.541346831,0.7259242142,162,-2.129855121,0.6585019963,1802.6429849 +116,-1.545324355,0.7243383958,162,-2.129855121,0.6585019963,1791.1677003 +117,-1.543292796,0.7243617413,162,-2.129855121,0.6585019963,1797.182518 +118,-1.541295822,0.7244024384,162,-2.129855121,0.6585019963,1803.0908085 +119,-1.543193859,0.7205570215,162,-2.129855121,0.6585019963,1798.2844222 +120,-1.550257047,0.7386738187,162,-2.129855121,0.6585019963,1774.8026735 +121,-1.549335448,0.7311736483,162,-2.129855121,0.6585019963,1778.2224172 +122,-1.533478843,0.7179891343,162,-2.129855121,0.6585019963,1827.8155395 +123,-1.556150555,0.738907041,162,-2.129855121,0.6585019963,1757.5336584 +124,-1.554324226,0.733414257,162,-2.129855121,0.6585019963,1763.2834988 +125,-1.554290846,0.7288285332,162,-2.129855121,0.6585019963,1763.9100645 +126,-1.55122487,0.7219795312,162,-2.129855121,0.6585019963,1774.1270501 +127,-1.525104458,0.7229399862,162,-2.129855121,0.6585019963,1851.4031534 +128,-1.519607711,0.7236181429,162,-2.129855121,0.6585019963,1867.5196017 +129,-1.513899999,0.7251107854,162,-2.129855121,0.6585019963,1884.0313005 +130,-1.536620762,0.7431061895,162,-2.129855121,0.6585019963,1814.3758075 +131,-1.5369566,0.7460845958,162,-2.129855121,0.6585019963,1813.2497834 +132,-1.545345528,0.7447040685,162,-2.129855121,0.6585019963,1788.8774109 +133,-1.532813921,0.7432306626,162,-2.129855121,0.6585019963,1825.4689899 +134,-1.554788248,0.7382381001,162,-2.129855121,0.6585019963,1761.5570468 +135,-1.540348126,0.7301594274,162,-2.129855121,0.6585019963,1804.8608234 +136,-1.538016084,0.7239051786,162,-2.129855121,0.6585019963,1812.9115217 +137,-1.525288962,0.7258085137,162,-2.129855121,0.6585019963,1850.1731778 +138,-1.534326986,0.731241342,162,-2.129855121,0.6585019963,1822.4344363 +139,-1.530733872,0.7303625216,162,-2.129855121,0.6585019963,1833.1724444 +141,-1.534354939,0.7328219978,162,-2.129855121,0.6585019963,1822.1048773 +142,-1.53157084,0.7292888153,162,-2.129855121,0.6585019963,1830.8992178 +143,-1.525691035,0.7263799874,162,-2.129855121,0.6585019963,1848.856055 +144,-1.534031287,0.7495967835,162,-2.129855121,0.6585019963,1821.6498997 +145,-1.527714986,0.7283095957,162,-2.129855121,0.6585019963,1842.4681921 +146,-1.526189586,0.7271468292,162,-2.129855121,0.6585019963,1847.215385 +147,-1.555177336,0.7375563366,162,-2.129855121,0.6585019963,1760.4558806 +148,-1.555080283,0.7312707794,162,-2.129855121,0.6585019963,1761.2804278 +149,-1.53856994,0.7224180299,162,-2.129855121,0.6585019963,1811.5936569 +150,-1.530837883,0.729933372,162,-2.129855121,0.6585019963,1832.9430069 +151,-1.515066984,0.5854133365,162,-2.129855121,0.6585019963,1988.3894019 +152,-1.534731633,0.5368370046,162,-2.129855121,0.6585019963,1995.4935974 +153,-1.515231902,0.5607085576,162,-2.129855121,0.6585019963,2020.9446093 +154,-2.616253799,1.0684566605,162,-2.129855121,0.6585019963,2018.2482451 +155,-1.956071439,0.5792177723,162,-2.129855121,0.6585019963,642.12183467 +156,-1.951208514,0.5602434208,162,-2.129855121,0.6585019963,698.00464039 +157,-1.944675062,0.6062144545,162,-2.129855121,0.6585019963,626.42253429 +158,-1.613778386,0.6077989518,162,-2.129855121,0.6585019963,1653.2235454 +159,-2.035029014,0.6021432345,162,-2.129855121,0.6585019963,376.58531705 +160,-2.114989471,0.6801825058,162,-2.129855121,0.6585019963,97.503313242 +161,-2.037382079,0.5765830025,162,-2.129855121,0.6585019963,440.82157261 +162,-2.129855121,0.6585019963,162,-2.129855121,0.6585019963,52.453409398 +163,-2.075141798,0.6493615843,162,-2.129855121,0.6585019963,175.76946013 +164,-1.828626729,0.6948433129,162,-2.129855121,0.6585019963,939.81692085 +165,-1.863329418,0.6735427691,162,-2.129855121,0.6585019963,831.26170322 +166,-1.266037071,0.727988852,162,-2.129855121,0.6585019963,2609.9049604 +167,-1.277579582,0.7249010648,162,-2.129855121,0.6585019963,2578.6180391 +168,-1.258418684,0.7241194816,162,-2.129855121,0.6585019963,2634.993945 +169,-1.317813974,0.6804850104,162,-2.129855121,0.6585019963,2495.8282751 +170,-1.344165204,0.6790988904,162,-2.129855121,0.6585019963,2417.9011412 +171,-1.427582102,0.5277120351,162,-2.129855121,0.6585019963,2345.3098652 +172,-1.402238616,0.457167829,162,-2.129855121,0.6585019963,2548.3768309 +173,-1.422454264,0.4996161999,162,-2.129855121,0.6585019963,2408.0589023 +174,-1.439089277,0.4894859811,162,-2.129855121,0.6585019963,2373.8207945 +175,-1.448126995,0.5182330266,162,-2.129855121,0.6585019963,2296.3136358 +176,-1.474626146,0.5881926574,162,-2.129855121,0.6585019963,2111.3856617 +177,-1.421139645,0.5584869783,162,-2.129855121,0.6585019963,2318.7907527 +178,-1.457037165,0.565943032,162,-2.129855121,0.6585019963,2195.8774947 +179,-2.757159358,0.3745319,162,-2.129855121,0.6585019963,2415.0906073 +180,-2.714309238,0.342054471,162,-2.129855121,0.6585019963,2367.2097103 +181,-2.000525337,0.774119946,162,-2.129855121,0.6585019963,598.64916116 +183,-1.571413436,0.6777838382,162,-2.129855121,0.6585019963,1729.1463868 +184,-1.552860289,0.6987663893,162,-2.129855121,0.6585019963,1775.9965869 +185,-1.521852374,0.7165827476,162,-2.129855121,0.6585019963,1862.8336203 +186,-1.503656267,0.6928968252,162,-2.129855121,0.6585019963,1927.2549894 +187,-1.502753178,0.7136205882,162,-2.129855121,0.6585019963,1920.7447845 +188,-1.631894563,0.7343596465,162,-2.129855121,0.6585019963,1535.1598854 +189,-1.653765416,0.6770714026,162,-2.129855121,0.6585019963,1477.0513533 +190,-1.719812114,0.6715965947,162,-2.129855121,0.6585019963,1275.6316376 +191,-1.493406659,0.6646955447,162,-2.129855121,0.6585019963,1976.245977 +192,-1.469120564,0.6613469966,162,-2.129855121,0.6585019963,2053.1950446 +193,-1.590551461,0.5326612937,162,-2.129855121,0.6585019963,1827.9791607 +194,-1.625979264,0.5247742243,162,-2.129855121,0.6585019963,1731.1691382 +195,-1.572293943,0.5238808754,162,-2.129855121,0.6585019963,1899.2415349 +196,-1.610848725,0.5477107964,162,-2.129855121,0.6585019963,1740.9799703 +197,-1.208485554,0.7918526018,162,-2.129855121,0.6585019963,2731.5367275 +198,-1.335601374,0.6869083083,162,-2.129855121,0.6585019963,2436.968787 +199,-1.346156996,0.6825213377,162,-2.129855121,0.6585019963,2408.9948355 +200,-1.324381037,0.6741422347,162,-2.129855121,0.6585019963,2481.8524807 +201,-1.242424992,0.7378949807,162,-2.129855121,0.6585019963,2670.8304946 +202,-1.270370057,0.7392461008,162,-2.129855121,0.6585019963,2589.3507961 +203,-1.448950472,0.7441675014,162,-2.129855121,0.6585019963,2069.5297672 +204,-1.492662363,0.7523026852,162,-2.129855121,0.6585019963,1941.2588972 +205,-1.479098966,0.7763855017,162,-2.129855121,0.6585019963,1979.2273157 +206,-1.633760714,0.7869022408,162,-2.129855121,0.6585019963,1549.5654435 +207,-1.647406434,0.8101289331,162,-2.129855121,0.6585019963,1530.3194507 +208,-1.564245052,0.5701509278,162,-2.129855121,0.6585019963,1854.3072601 +209,-1.646289963,0.6833746083,162,-2.129855121,0.6585019963,1497.6229974 +210,-1.5820631,0.6751952144,162,-2.129855121,0.6585019963,1697.9120255 +211,-1.613236298,0.6681681791,162,-2.129855121,0.6585019963,1605.9242734 +212,-1.914661867,0.8212566515,162,-2.129855121,0.6585019963,898.96625542 +213,-1.742133237,0.7250275956,162,-2.129855121,0.6585019963,1208.1060087 +214,-2.033144872,0.6557314699,162,-2.129855121,0.6585019963,303.45179381 +215,-2.039551981,0.6964723658,162,-2.129855121,0.6585019963,316.61169648 +216,-1.247341019,0.7622473908,162,-2.129855121,0.6585019963,2640.2997604 +217,-1.298239787,0.7084123392,162,-2.129855121,0.6585019963,2530.6028502 +218,-1.308539688,0.6926545592,162,-2.129855121,0.6585019963,2512.93589 +219,-1.303263185,0.6888938396,162,-2.129855121,0.6585019963,2531.898865 +220,-1.852400229,0.6004246149,162,-2.129855121,0.6585019963,916.39624305 +221,-1.288947707,0.7473773692,162,-2.129855121,0.6585019963,2530.6821312 +222,-1.372031502,0.7472790993,162,-2.129855121,0.6585019963,2291.3905489 +223,-1.289805721,0.7242157877,162,-2.129855121,0.6585019963,2543.4723812 +224,-1.350807603,0.7533498126,162,-2.129855121,0.6585019963,2349.9188644 +225,-1.329290365,0.7560442322,162,-2.129855121,0.6585019963,2410.3888022 +226,-1.410153004,0.616936428,162,-2.129855121,0.6585019963,2277.8791534 +227,-1.393445434,0.6308995063,162,-2.129855121,0.6585019963,2314.1629079 +228,-1.37595573,0.6241540638,162,-2.129855121,0.6585019963,2375.4370192 +229,-1.358388707,0.6172645205,162,-2.129855121,0.6585019963,2437.5150936 +230,-1.753741133,0.8281661666,162,-2.129855121,0.6585019963,1279.7951246 +231,-1.47430987,0.6834615681,162,-2.129855121,0.6585019963,2021.5387626 +232,-1.421012508,0.7222725206,162,-2.129855121,0.6585019963,2159.5575958 +233,-1.4476833,0.6978557868,162,-2.129855121,0.6585019963,2093.0823188 +234,-1.470370723,0.6966193374,162,-2.129855121,0.6585019963,2025.6071014 +235,-1.429211703,0.7037216883,162,-2.129855121,0.6585019963,2144.9877956 +236,-1.700578405,0.6178673663,162,-2.129855121,0.6585019963,1371.1630044 +237,-1.678117619,0.6331716163,162,-2.129855121,0.6585019963,1427.9248789 +238,-1.725644578,0.6316331145,162,-2.129855121,0.6585019963,1280.5029518 +239,-2.14012759,0.7930497945,162,-2.129855121,0.6585019963,533.80773935 +240,-2.103289431,0.7653606263,162,-2.129855121,0.6585019963,430.67639384 +241,-1.318739838,0.7017808746,162,-2.129855121,0.6585019963,2475.1822627 +242,-1.396417427,0.7077900843,162,-2.129855121,0.6585019963,2240.3059283 +243,-1.35650337,0.7185539404,162,-2.129855121,0.6585019963,2351.7619763 +244,-1.248884539,0.7274156818,162,-2.129855121,0.6585019963,2660.1269117 +245,-1.395014798,0.5761185243,162,-2.129855121,0.6585019963,2375.7958029 +246,-1.433377362,0.6064716109,162,-2.129855121,0.6585019963,2217.8398325 +247,-1.408172432,0.5903155476,162,-2.129855121,0.6585019963,2316.0671965 +248,-1.749645898,0.7757118084,162,-2.129855121,0.6585019963,1221.6362585 +249,-1.571626686,0.615046989,162,-2.129855121,0.6585019963,1777.4634145 +250,-1.514070049,0.6303003037,162,-2.129855121,0.6585019963,1941.6496828 +251,-1.480890369,0.6237966528,162,-2.129855121,0.6585019963,2051.1298527 +252,-1.704390658,0.5281680612,162,-2.129855121,0.6585019963,1484.2111734 +253,-1.64434733,0.5254277498,162,-2.129855121,0.6585019963,1673.3117074 +254,-1.703855997,0.4792484842,162,-2.129855121,0.6585019963,1582.436031 +255,-1.692002383,0.5748825051,162,-2.129855121,0.6585019963,1448.3780636 +256,-1.854136457,0.5544643913,162,-2.129855121,0.6585019963,985.705789 +257,-1.665021206,0.520317736,162,-2.129855121,0.6585019963,1618.6960441 +258,-1.733654349,0.4845187345,162,-2.129855121,0.6585019963,1483.4406203 +259,-1.720938188,0.5135933906,162,-2.129855121,0.6585019963,1461.2285624 +260,-1.742668307,0.553296122,162,-2.129855121,0.6585019963,1323.9327998 +261,-1.965659039,0.7142126903,162,-2.129855121,0.6585019963,548.98737586 +262,-1.944438071,0.6772834804,162,-2.129855121,0.6585019963,581.06753741 +263,-1.270340967,0.7681487096,162,-2.129855121,0.6585019963,2571.9025262 +264,-1.353091884,0.6549276821,162,-2.129855121,0.6585019963,2413.1830783 +265,-1.333236659,0.6413584414,162,-2.129855121,0.6585019963,2487.6859497 +266,-1.352015998,0.6753788907,162,-2.129855121,0.6585019963,2397.4854116 +267,-1.377988483,0.6577816235,162,-2.129855121,0.6585019963,2334.6430234 +268,-2.13075611,0.8318642051,162,-2.129855121,0.6585019963,686.69267374 +269,-2.097910953,0.8259670014,162,-2.129855121,0.6585019963,669.79725212 +270,-1.416382069,0.6694271549,162,-2.129855121,0.6585019963,2207.6153085 +271,-1.538905672,0.7535625993,162,-2.129855121,0.6585019963,1807.5661303 +272,-1.572309477,0.7803125099,162,-2.129855121,0.6585019963,1717.4383309 +273,-1.87759879,0.7503853417,162,-2.129855121,0.6585019963,842.33746856 +274,1.152365588,0.590457682,162,-2.129855121,0.6585019963,7469.6692203 +275,0.350198001,0.718001859,162,-2.129855121,0.6585019963,6489.1702458 +276,0.046513677,0.491503852,162,-2.129855121,0.6585019963,6651.0047205 +277,0.027510309,0.742571376,162,-2.129855121,0.6585019963,5859.9507392 +278,0.306285725,-0.214631579,162,-2.129855121,0.6585019963,9398.1012786 +279,-1.100564889,0.318051531,162,-2.129855121,0.6585019963,3778.0769038 +280,-1.078582306,0.301437596,162,-2.129855121,0.6585019963,3883.6318338 +281,-1.137371989,-0.617634065,162,-2.129855121,0.6585019963,6229.5495505 +282,0.784356344,0.703272339,162,-2.129855121,0.6585019963,6987.0898482 +283,-1.221209947,0.218327455,162,-2.129855121,0.6585019963,3636.9338434 +284,2.347301921,-0.449114658,162,-2.129855121,0.6585019963,7990.1871848 +285,0.246820618,0.830553713,162,-2.129855121,0.6585019963,5956.5518579 +286,0.829414965,0.703288228,162,-2.129855121,0.6585019963,7009.3549749 +287,-1.337537566,0.42332223,162,-2.129855121,0.6585019963,2816.1588167 +288,0.882453706,0.454478077,162,-2.129855121,0.6585019963,8009.189107 +289,1.575629659,0.416419109,162,-2.129855121,0.6585019963,7696.8559933 +290,-1.039455679,0.229888244,162,-2.129855121,0.6585019963,4169.2820245 +291,0.489558039,0.934482747,162,-2.129855121,0.6585019963,5885.5494287 +292,0.081344504,0.88384514,162,-2.129855121,0.6585019963,5531.4700068 +293,-1.547979814,0.300350308,162,-2.129855121,0.6585019963,2467.1318429 +294,0.040776181,0.168560074,162,-2.129855121,0.6585019963,7585.479021 +295,-1.130374745,0.563894876,162,-2.129855121,0.6585019963,3213.7009091 +296,1.578326642,0.478507176,162,-2.129855121,0.6585019963,7472.9091297 +297,-1.12861823,-0.291640865,162,-2.129855121,0.6585019963,5292.2765698 +298,0.310524208,0.770885792,162,-2.129855121,0.6585019963,6249.9901533 +299,0.415649091,-0.387246002,162,-2.129855121,0.6585019963,10151.321012 +300,-0.926533878,-0.188022748,162,-2.129855121,0.6585019963,5566.3443334 +301,1.258856172,-0.11716081,162,-2.129855121,0.6585019963,10122.679293 +302,-1.126050026,0.322941926,162,-2.129855121,0.6585019963,3687.6660236 +303,2.002785835,0.07893892,162,-2.129855121,0.6585019963,7781.6205688 +304,0.440437607,0.746258085,162,-2.129855121,0.6585019963,6511.5589108 +305,-0.030391866,0.214441206,162,-2.129855121,0.6585019963,7261.9665136 +306,0.521557815,-0.058929362,162,-2.129855121,0.6585019963,9478.4405722 +307,-0.097005111,0.13317729,162,-2.129855121,0.6585019963,7297.433945 +308,1.83113859,0.221857587,162,-2.129855121,0.6585019963,7817.5945549 +309,0.222428864,0.099404236,162,-2.129855121,0.6585019963,8266.6335592 +310,-1.702731345,0.8728568183,162,-2.129855121,0.6585019963,1475.135888 +311,-0.418507569,0.278324921,162,-2.129855121,0.6585019963,5977.8044438 +312,-1.41153306,0.339029988,162,-2.129855121,0.6585019963,2771.1121949 +313,0.357560442,0.114788776,162,-2.129855121,0.6585019963,8544.8464673 +314,0.325818979,0.268352149,162,-2.129855121,0.6585019963,7973.2676412 +315,-1.246004659,-0.663679965,162,-2.129855121,0.6585019963,6150.0448885 +316,1.814603087,0.637404484,162,-2.129855121,0.6585019963,6528.639883 +317,1.843704281,-0.18300445,162,-2.129855121,0.6585019963,8947.5636773 +318,1.690644492,-0.211480909,162,-2.129855121,0.6585019963,9464.85876 +319,-1.275451936,0.068109467,162,-2.129855121,0.6585019963,3868.48115 +320,0.762430171,-0.207594741,162,-2.129855121,0.6585019963,10451.339341 +321,0.265668905,-0.014647884,162,-2.129855121,0.6585019963,8720.1540981 +322,-2.773032013,-0.335515811,162,-2.129855121,0.6585019963,4608.7029288 +323,-1.469512853,0.174058777,162,-2.129855121,0.6585019963,3031.3026731 +324,0.286276986,0.785925691,162,-2.129855121,0.6585019963,6163.6257767 +325,-1.379324697,0.377432233,162,-2.129855121,0.6585019963,2782.6589406 +326,-1.203778265,0.212813032,162,-2.129855121,0.6585019963,3703.4283694 +327,0.579916301,0.611743168,162,-2.129855121,0.6585019963,7168.1157248 +328,0.267582642,0.868113908,162,-2.129855121,0.6585019963,5861.1803448 +329,0.412869244,-0.050245578,162,-2.129855121,0.6585019963,9201.0288334 +330,0.17524381,0.976660285,162,-2.129855121,0.6585019963,5382.2681768 +331,0.743157214,0.204812899,162,-2.129855121,0.6585019963,8881.7262654 +332,-1.070758176,0.269382282,162,-2.129855121,0.6585019963,3980.4350987 +333,-1.230364251,0.329790229,162,-2.129855121,0.6585019963,3347.673 +334,-1.374813124,-0.024926835,162,-2.129855121,0.6585019963,3864.9633635 +335,0.519780566,0.463669906,162,-2.129855121,0.6585019963,7637.5684622 +336,-1.55108034,0.239698561,162,-2.129855121,0.6585019963,2624.2313864 +337,0.180294813,0.029739425,162,-2.129855121,0.6585019963,8362.5074986 +338,0.67820924,0.268170153,162,-2.129855121,0.6585019963,8568.9837561 +339,0.445798684,1.024001867,162,-2.129855121,0.6585019963,5522.7764006 +340,0.691751283,0.150521402,162,-2.129855121,0.6585019963,9027.3387896 +341,-1.036643551,-0.903056181,162,-2.129855121,0.6585019963,7244.9017377 +342,-0.120287036,1.083325163,162,-2.129855121,0.6585019963,4663.9083347 +343,2.823513113,-0.304487164,162,-2.129855121,0.6585019963,6235.3474195 +344,0.457583172,1.12513373,162,-2.129855121,0.6585019963,5170.8313844 +345,0.042918831,0.813795399,162,-2.129855121,0.6585019963,5676.5952871 +346,1.196146777,-0.853142756,162,-2.129855121,0.6585019963,11509.348751 +347,0.206001358,-0.010430701,162,-2.129855121,0.6585019963,8548.2487224 +348,-0.268308653,0.234799412,162,-2.129855121,0.6585019963,6531.7714519 +349,0.759363263,0.736189579,162,-2.129855121,0.6585019963,6844.9005464 +350,0.181363926,0.891988372,162,-2.129855121,0.6585019963,5660.4187051 +351,-0.021111158,0.139103292,162,-2.129855121,0.6585019963,7497.4318823 +352,-0.093355215,0.630686981,162,-2.129855121,0.6585019963,5928.4550301 +353,0.40118964,0.681375926,162,-2.129855121,0.6585019963,6689.9655546 +354,-0.721197315,1.304706234,162,-2.129855121,0.6585019963,3552.94968 +355,-1.076150317,0.212107639,162,-2.129855121,0.6585019963,4097.2127291 +356,-1.577164531,0.273993443,162,-2.129855121,0.6585019963,2457.5756799 +357,-0.190788414,0.182208586,162,-2.129855121,0.6585019963,6895.093744 +358,-0.261349752,0.209710184,162,-2.129855121,0.6585019963,6616.7982336 +359,-1.029303852,0.083549259,162,-2.129855121,0.6585019963,4556.475352 +360,-1.268609162,0.330525297,162,-2.129855121,0.6585019963,3227.618654 +361,1.282982244,-0.926641967,162,-2.129855121,0.6585019963,11147.242709 +362,0.217352334,0.731352408,162,-2.129855121,0.6585019963,6236.9227374 +363,-1.511833084,0.258629297,162,-2.129855121,0.6585019963,2680.1869098 +364,0.338812194,0.823184618,162,-2.129855121,0.6585019963,6110.0799318 +365,-0.324406489,1.134201999,162,-2.129855121,0.6585019963,4253.3887349 +366,1.389579348,0.399185724,162,-2.129855121,0.6585019963,8024.282364 +367,2.047152199,-0.039082036,162,-2.129855121,0.6585019963,7969.8435387 +368,0.947780369,0.568250077,162,-2.129855121,0.6585019963,7578.9503857 +369,0.763824846,0.576754987,162,-2.129855121,0.6585019963,7466.2771824 +370,-0.142334657,0.928153068,162,-2.129855121,0.6585019963,5023.3376161 +371,0.610266567,0.547265983,162,-2.129855121,0.6585019963,7442.4095352 +372,0.210731629,0.746815056,162,-2.129855121,0.6585019963,6175.462149 +373,-1.34931644,0.316895224,162,-2.129855121,0.6585019963,3011.2791328 +374,2.407696481,0.655030745,162,-2.129855121,0.6585019963,5165.0034426 +375,0.64207831,0.545359131,162,-2.129855121,0.6585019963,7483.2453988 +376,1.174597538,0.840588356,162,-2.129855121,0.6585019963,6478.2360139 +377,0.660059424,0.010604079,162,-2.129855121,0.6585019963,9498.0743208 +378,-0.730263819,0.010486456,162,-2.129855121,0.6585019963,5660.9289963 +379,0.831068936,0.512339172,162,-2.129855121,0.6585019963,7758.0180688 +380,1.301180979,0.72367476,162,-2.129855121,0.6585019963,6869.8544861 +381,1.811128231,0.322854402,162,-2.129855121,0.6585019963,7548.7337791 +382,0.435105812,0.992284428,162,-2.129855121,0.6585019963,5626.2013586 +383,0.62643634,0.592027932,162,-2.129855121,0.6585019963,7291.2756242 +384,0.492988703,-0.516339467,162,-2.129855121,0.6585019963,10652.113179 +385,-0.162469483,0.112549365,162,-2.129855121,0.6585019963,7160.9280394 +386,0.314630866,0.472006421,162,-2.129855121,0.6585019963,7271.3807796 +387,0.166744804,0.822815954,162,-2.129855121,0.6585019963,5858.8574371 +388,0.417159608,0.965805736,162,-2.129855121,0.6585019963,5702.7999852 +389,0.106334961,0.868774244,162,-2.129855121,0.6585019963,5617.8351242 +390,0.815086969,-0.338144359,162,-2.129855121,0.6585019963,11004.964957 +391,0.59867455,-0.230624824,162,-2.129855121,0.6585019963,10209.601643 +392,1.915104874,0.066220985,162,-2.129855121,0.6585019963,8061.8371668 +393,1.278093622,0.064463721,162,-2.129855121,0.6585019963,9417.3008682 +394,-0.061477853,0.302997961,162,-2.129855121,0.6585019963,6929.6134425 +395,0.251311504,0.626976942,162,-2.129855121,0.6585019963,6638.7417106 +396,2.950242872,0.149095644,162,-2.129855121,0.6585019963,4711.8838923 +397,-0.180294708,0.35375117,162,-2.129855121,0.6585019963,6469.1023713 +398,1.010448592,-0.351180233,162,-2.129855121,0.6585019963,11226.538919 +399,-1.748740498,0.3686318073,162,-2.129855121,0.6585019963,1737.3055817 +400,2.699635665,0.123533791,162,-2.129855121,0.6585019963,5556.9074932 +401,0.496808033,0.823843254,162,-2.129855121,0.6585019963,6295.8264074 +402,0.129574704,0.763364087,162,-2.129855121,0.6585019963,5984.4356705 +403,1.798920311,0.817447563,162,-2.129855121,0.6585019963,5966.4666022 +404,0.335987953,0.746786541,162,-2.129855121,0.6585019963,6369.2958806 +405,-1.085413643,0.292154671,162,-2.129855121,0.6585019963,3883.0768035 +406,-0.155321003,0.508207011,162,-2.129855121,0.6585019963,6117.6317066 +407,0.620529244,-0.301175104,162,-2.129855121,0.6585019963,10481.503387 +408,1.684402744,0.368716966,162,-2.129855121,0.6585019963,7665.7490833 +409,0.300582244,-0.386397212,162,-2.129855121,0.6585019963,9801.5448124 +410,2.913555946,-0.009225192,162,-2.129855121,0.6585019963,5215.3401608 +411,1.465101417,0.493232532,162,-2.129855121,0.6585019963,7581.4494554 +412,0.090612882,0.907955955,162,-2.129855121,0.6585019963,5473.0330119 +413,2.987564726,-0.729568594,162,-2.129855121,0.6585019963,6920.9203192 +414,-1.484261606,0.224149272,162,-2.129855121,0.6585019963,2851.0630989 +415,0.164073421,0.303955133,162,-2.129855121,0.6585019963,7496.4004115 +416,0.141441293,0.167552546,162,-2.129855121,0.6585019963,7854.6618086 +417,2.931321023,-0.506718887,162,-2.129855121,0.6585019963,6462.279625 +418,2.21951565,0.700596356,162,-2.129855121,0.6585019963,5505.8464002 +419,0.268112576,1.199114336,162,-2.129855121,0.6585019963,4768.6027996 +420,0.978913739,0.359223811,162,-2.129855121,0.6585019963,8410.7802883 +421,1.210898818,0.522863584,162,-2.129855121,0.6585019963,7706.6356809 +422,2.347397336,0.129231362,162,-2.129855121,0.6585019963,6634.0780938 +423,0.614394501,0.556878345,162,-2.129855121,0.6585019963,7410.8553106 +424,-1.398079356,0.148483366,162,-2.129855121,0.6585019963,3300.461023 +425,2.535303836,-0.112984496,162,-2.129855121,0.6585019963,6642.9574666 +426,-1.019372593,-0.405322349,162,-2.129855121,0.6585019963,5898.4129509 +427,-1.297785627,-0.160104069,162,-2.129855121,0.6585019963,4469.221486 +428,2.144554488,0.205051084,162,-2.129855121,0.6585019963,7034.8953444 +429,-2.242387083,-0.426171285,162,-2.129855121,0.6585019963,4316.7700657 +430,0.338637212,0.909723676,162,-2.129855121,0.6585019963,5811.8620019 +431,-0.148798452,0.691042401,162,-2.129855121,0.6585019963,5637.8303305 +432,0.893524764,0.441829531,162,-2.129855121,0.6585019963,8063.2935377 +433,0.969229347,-0.368847936,162,-2.129855121,0.6585019963,11287.322909 +434,0.436043248,0.800045688,162,-2.129855121,0.6585019963,6313.8232204 +435,1.687946607,1.081504775,162,-2.129855121,0.6585019963,5220.2289576 +436,0.522302046,-0.034889271,162,-2.129855121,0.6585019963,9399.9476096 +437,-0.178996113,-0.438090009,162,-2.129855121,0.6585019963,8412.5803892 +438,-1.094339566,0.301444068,162,-2.129855121,0.6585019963,3834.3802479 +439,-1.064070054,0.242569932,162,-2.129855121,0.6585019963,4063.0858495 +440,-1.068153768,0.230387998,162,-2.129855121,0.6585019963,4078.8441684 +441,-3.00496892,-0.23989155,162,-2.129855121,0.6585019963,4818.2954799 +442,0.21751974,0.766874888,162,-2.129855121,0.6585019963,6121.0322197 +443,0.117229532,0.007619006,162,-2.129855121,0.6585019963,8251.9289217 +444,0.777758451,0.420554741,162,-2.129855121,0.6585019963,8081.8201285 +445,-0.252356999,0.250747086,162,-2.129855121,0.6585019963,6537.089914 +446,0.363148444,0.768483434,162,-2.129855121,0.6585019963,6332.2385379 +447,0.903191366,-0.118210676,162,-2.129855121,0.6585019963,10268.423054 +448,-0.205755923,0.149406178,162,-2.129855121,0.6585019963,6936.8718828 +449,1.811996086,0.02364353,162,-2.129855121,0.6585019963,8463.8710872 +450,-1.100670221,0.314845373,162,-2.129855121,0.6585019963,3784.8228058 +451,0.340078597,0.850105132,162,-2.129855121,0.6585019963,6018.9612613 +452,0.258757267,0.804969236,162,-2.129855121,0.6585019963,6059.1366197 +453,2.78505352,-0.155160804,162,-2.129855121,0.6585019963,5973.7892967 +454,0.800551619,0.105822106,162,-2.129855121,0.6585019963,9317.6239775 +455,0.437940882,-0.506194031,162,-2.129855121,0.6585019963,10463.829996 +456,2.230431122,0.63458615,162,-2.129855121,0.6585019963,5653.0716696 +457,0.527965361,0.127667701,162,-2.129855121,0.6585019963,8853.3775995 +458,-0.063643205,0.702093448,162,-2.129855121,0.6585019963,5792.7956317 +459,1.408447268,0.133010502,162,-2.129855121,0.6585019963,8982.5769567 +460,0.523795955,0.280266966,162,-2.129855121,0.6585019963,8305.4360083 +461,-0.975769313,0.072177659,162,-2.129855121,0.6585019963,4748.6826803 +462,0.549774164,-0.463663986,162,-2.129855121,0.6585019963,10721.360199 +463,0.29245874,1.095549818,162,-2.129855121,0.6585019963,5131.2877907 +464,0.143625958,0.816809593,162,-2.129855121,0.6585019963,5840.3789633 +465,0.671902494,0.611159853,162,-2.129855121,0.6585019963,7261.9473559 +466,1.239840988,0.6724199,162,-2.129855121,0.6585019963,7106.8400198 +467,0.607829703,-0.10932137,162,-2.129855121,0.6585019963,9827.6343303 +468,1.763020906,0.263996692,162,-2.129855121,0.6585019963,7844.6160233 +469,0.378714634,0.726066797,162,-2.129855121,0.6585019963,6501.6373707 +470,2.196736143,-0.153862366,162,-2.129855121,0.6585019963,7799.7303455 +471,0.01702415,0.148991565,162,-2.129855121,0.6585019963,7576.0051602 +472,-2.998490902,-0.158002487,162,-2.129855121,0.6585019963,4556.5027373 +473,-3.051262951,-0.346595608,162,-2.129855121,0.6585019963,5253.9528317 +474,-1.069176439,0.182802941,162,-2.129855121,0.6585019963,4189.0282968 +475,0.167157509,0.595344954,162,-2.129855121,0.6585019963,6585.5536884 +476,0.613855648,0.681746124,162,-2.129855121,0.6585019963,6940.9799889 +477,1.037012736,0.682555367,162,-2.129855121,0.6585019963,7131.1229104 +478,-1.253574971,0.379755746,162,-2.129855121,0.6585019963,3167.3509077 +479,3.108590453,-0.132620738,162,-2.129855121,0.6585019963,4962.0548981 +480,0.565301296,0.022333262,162,-2.129855121,0.6585019963,9290.7823843 +481,0.547898238,0.855555614,162,-2.129855121,0.6585019963,6229.4720012 +482,0.948309381,0.417393755,162,-2.129855121,0.6585019963,8175.6842927 +483,-0.050600732,0.945269213,162,-2.129855121,0.6585019963,5136.4799169 +484,-0.977651478,-0.572363064,162,-2.129855121,0.6585019963,6464.4378965 +485,1.102014914,0.728861163,162,-2.129855121,0.6585019963,6938.826608 +486,2.927300795,-0.282939414,162,-2.129855121,0.6585019963,5881.4848369 +487,-1.154565557,0.124434095,162,-2.129855121,0.6585019963,4073.6191632 +488,1.855331234,0.291044755,162,-2.129855121,0.6585019963,7545.9478134 +489,0.830290659,0.276904518,162,-2.129855121,0.6585019963,8677.5830225 +490,0.485104466,-0.234867441,162,-2.129855121,0.6585019963,9944.0561526 +491,0.521367572,-0.33161327,162,-2.129855121,0.6585019963,10314.27377 +1,-1.539031704,0.7349710123,163,-2.075141798,0.6493615843,1660.1953 +2,-1.536990553,0.7349663874,163,-2.075141798,0.6493615843,1666.1907971 +3,-1.534951779,0.7349571355,163,-2.075141798,0.6493615843,1672.1791536 +4,-1.532906461,0.7349480293,163,-2.075141798,0.6493615843,1678.1870532 +5,-1.531320211,0.7346937278,163,-2.075141798,0.6493615843,1682.8269339 +6,-1.539451648,0.7335131775,163,-2.075141798,0.6493615843,1658.8194175 +7,-1.537429487,0.7335445708,163,-2.075141798,0.6493615843,1664.7705064 +8,-1.535484998,0.7335658704,163,-2.075141798,0.6493615843,1670.4921412 +9,-1.533488396,0.7336036027,163,-2.075141798,0.6493615843,1676.3682446 +10,-1.531497785,0.7335842962,163,-2.075141798,0.6493615843,1682.222487 +11,-1.530259379,0.7334777758,163,-2.075141798,0.6493615843,1685.8585249 +12,-1.5335454,0.7322346912,163,-2.075141798,0.6493615843,1676.1055003 +13,-1.531489083,0.7322238773,163,-2.075141798,0.6493615843,1682.1615119 +14,-1.530011122,0.7321679851,163,-2.075141798,0.6493615843,1686.5118074 +15,-1.53348106,0.7306614094,163,-2.075141798,0.6493615843,1676.2063789 +16,-1.531441779,0.7306962275,163,-2.075141798,0.6493615843,1682.2231456 +17,-1.529755654,0.7306933243,163,-2.075141798,0.6493615843,1687.1964773 +18,-1.533415048,0.7291384674,163,-2.075141798,0.6493615843,1676.3363057 +19,-1.531392093,0.7291705353,163,-2.075141798,0.6493615843,1682.3127032 +20,-1.529296523,0.7291214933,163,-2.075141798,0.6493615843,1688.501282 +21,-1.535280942,0.727267644,163,-2.075141798,0.6493615843,1670.7638333 +22,-1.533378158,0.7276139666,163,-2.075141798,0.6493615843,1676.400997 +23,-1.531340368,0.7276446587,163,-2.075141798,0.6493615843,1682.4290834 +24,-1.528960113,0.7276398177,163,-2.075141798,0.6493615843,1689.4694218 +25,-1.533313146,0.7260818349,163,-2.075141798,0.6493615843,1676.5696503 +26,-1.531259555,0.7260958115,163,-2.075141798,0.6493615843,1682.652352 +27,-1.528926415,0.7260865555,163,-2.075141798,0.6493615843,1689.5629639 +28,-1.531226779,0.7245511789,163,-2.075141798,0.6493615843,1682.7547625 +29,-1.528904772,0.7245519194,163,-2.075141798,0.6493615843,1689.6417493 +30,-1.547195875,0.7409785979,163,-2.075141798,0.6493615843,1637.1359443 +31,-1.5451475,0.740980426,163,-2.075141798,0.6493615843,1643.1165536 +32,-1.543097679,0.7409798872,163,-2.075141798,0.6493615843,1649.1013682 +33,-1.540720364,0.7409892687,163,-2.075141798,0.6493615843,1656.0444691 +34,-1.547188511,0.7395198392,163,-2.075141798,0.6493615843,1636.9039756 +35,-1.545148587,0.7395226109,163,-2.075141798,0.6493615843,1642.8688366 +36,-1.543104538,0.7395314908,163,-2.075141798,0.6493615843,1648.8470397 +37,-1.540727751,0.7395306258,163,-2.075141798,0.6493615843,1655.7970514 +38,-1.547187029,0.7380014886,163,-2.075141798,0.6493615843,1636.664871 +39,-1.545147315,0.7380012252,163,-2.075141798,0.6493615843,1642.6377049 +40,-1.54310719,0.7380060743,163,-2.075141798,0.6493615843,1648.6128035 +41,-1.540719671,0.7380068206,163,-2.075141798,0.6493615843,1655.6050155 +42,-1.547187189,0.7364799098,163,-2.075141798,0.6493615843,1636.4413121 +43,-1.545149996,0.7364853874,163,-2.075141798,0.6493615843,1642.4165343 +44,-1.543106091,0.7364823484,163,-2.075141798,0.6493615843,1648.410587 +45,-1.540717158,0.7364893901,163,-2.075141798,0.6493615843,1655.4181789 +46,-1.538663972,0.7410138672,163,-2.075141798,0.6493615843,1662.0531511 +47,-1.53695285,0.7409699132,163,-2.075141798,0.6493615843,1667.0433367 +48,-1.534910498,0.7409641297,163,-2.075141798,0.6493615843,1673.0071203 +49,-1.533145034,0.7409536636,163,-2.075141798,0.6493615843,1678.1619367 +50,-1.538681336,0.7395405883,163,-2.075141798,0.6493615843,1661.7829169 +51,-1.536999189,0.7395183096,163,-2.075141798,0.6493615843,1666.6992433 +52,-1.534923633,0.7395144222,163,-2.075141798,0.6493615843,1672.769059 +53,-1.533267822,0.7395654306,163,-2.075141798,0.6493615843,1677.618475 +54,-1.53867273,0.7380151077,163,-2.075141798,0.6493615843,1661.6011016 +55,-1.536980576,0.7379994392,163,-2.075141798,0.6493615843,1666.5552657 +56,-1.534931522,0.7379944961,163,-2.075141798,0.6493615843,1672.5564515 +57,-1.533387952,0.7379480264,163,-2.075141798,0.6493615843,1677.0725632 +58,-1.538682279,0.7364914363,163,-2.075141798,0.6493615843,1661.3869655 +59,-1.536980704,0.7364810563,163,-2.075141798,0.6493615843,1666.3769331 +60,-1.534935567,0.7364752065,163,-2.075141798,0.6493615843,1672.3754656 +61,-1.533042592,0.7363876366,163,-2.075141798,0.6493615843,1677.9198427 +62,-1.545143426,0.7349628011,163,-2.075141798,0.6493615843,1642.2423525 +63,-1.543105297,0.7349691947,163,-2.075141798,0.6493615843,1648.2294773 +64,-1.541064533,0.7349647152,163,-2.075141798,0.6493615843,1654.2233442 +65,-1.545411803,0.7334624714,163,-2.075141798,0.6493615843,1641.2827173 +66,-1.543446606,0.7334780896,163,-2.075141798,0.6493615843,1647.0648271 +67,-1.541475327,0.7334957295,163,-2.075141798,0.6493615843,1652.8650575 +68,-1.545401939,0.731963266,163,-2.075141798,0.6493615843,1641.1607567 +69,-1.54342253,0.7319915583,163,-2.075141798,0.6493615843,1646.9939333 +70,-1.541455867,0.7320216438,163,-2.075141798,0.6493615843,1652.789593 +71,-1.545410146,0.7304422281,163,-2.075141798,0.6493615843,1641.0040499 +72,-1.543435491,0.7304713664,163,-2.075141798,0.6493615843,1646.8312717 +73,-1.541463105,0.7304997613,163,-2.075141798,0.6493615843,1652.651589 +74,-1.545414768,0.7289194936,163,-2.075141798,0.6493615843,1640.8785852 +75,-1.543435774,0.7289538557,163,-2.075141798,0.6493615843,1646.7268444 +76,-1.541457714,0.7289765881,163,-2.075141798,0.6493615843,1652.5714526 +77,-1.539449415,0.7320555866,163,-2.075141798,0.6493615843,1658.7026021 +78,-1.537429183,0.7321097681,163,-2.075141798,0.6493615843,1664.6574756 +79,-1.535472649,0.7321497267,163,-2.075141798,0.6493615843,1670.4233348 +80,-1.539457899,0.7305333307,163,-2.075141798,0.6493615843,1658.5688955 +81,-1.537453161,0.7305750503,163,-2.075141798,0.6493615843,1664.4850796 +82,-1.535479385,0.7306124949,163,-2.075141798,0.6493615843,1670.3093816 +83,-1.53946905,0.7290102593,163,-2.075141798,0.6493615843,1658.4478174 +84,-1.537459922,0.7290417293,163,-2.075141798,0.6493615843,1664.3842794 +85,-1.535451349,0.7290890157,163,-2.075141798,0.6493615843,1670.3195061 +86,-1.535522937,0.7279887191,163,-2.075141798,0.6493615843,1670.0681622 +87,-1.539442524,0.7274735939,163,-2.075141798,0.6493615843,1658.4582353 +88,-1.537424111,0.727521351,163,-2.075141798,0.6493615843,1664.4306117 +89,-1.539384641,0.7259505092,163,-2.075141798,0.6493615843,1658.5830975 +90,-1.537372391,0.7259947145,163,-2.075141798,0.6493615843,1664.5447367 +91,-1.535340789,0.7260435356,163,-2.075141798,0.6493615843,1670.5633425 +92,-1.539325716,0.7244369706,163,-2.075141798,0.6493615843,1658.7322643 +93,-1.537308932,0.7244801057,163,-2.075141798,0.6493615843,1664.7148191 +94,-1.535289068,0.7245247645,163,-2.075141798,0.6493615843,1670.7060791 +95,-1.533261366,0.7245550236,163,-2.075141798,0.6493615843,1676.7202025 +96,-1.539267302,0.722921924,163,-2.075141798,0.6493615843,1658.9007746 +97,-1.537248972,0.7229660258,163,-2.075141798,0.6493615843,1664.8953436 +98,-1.535219431,0.7229916471,163,-2.075141798,0.6493615843,1670.9229986 +99,-1.53318962,0.7230212049,163,-2.075141798,0.6493615843,1676.951087 +100,-1.531154816,0.7230299897,163,-2.075141798,0.6493615843,1682.9941549 +101,-1.528878341,0.7230370244,163,-2.075141798,0.6493615843,1689.7548694 +102,-1.539218189,0.7214009878,163,-2.075141798,0.6493615843,1659.0626091 +103,-1.537198791,0.7214422745,163,-2.075141798,0.6493615843,1665.06779 +104,-1.535179266,0.7214634354,163,-2.075141798,0.6493615843,1671.0734321 +105,-1.533156501,0.7214944644,163,-2.075141798,0.6493615843,1677.0881206 +106,-1.53113574,0.7215166021,163,-2.075141798,0.6493615843,1683.0968035 +107,-1.528874248,0.7215345535,163,-2.075141798,0.6493615843,1689.8212332 +108,-1.539217656,0.7198512397,163,-2.075141798,0.6493615843,1659.1016282 +109,-1.537199919,0.7199428763,163,-2.075141798,0.6493615843,1665.1075398 +110,-1.545425832,0.727397149,163,-2.075141798,0.6493615843,1640.7549226 +111,-1.543371177,0.7273916949,163,-2.075141798,0.6493615843,1646.832879 +112,-1.541368852,0.7274523163,163,-2.075141798,0.6493615843,1652.7589644 +113,-1.545349067,0.7258710923,163,-2.075141798,0.6493615843,1640.9120847 +114,-1.54332671,0.7258603556,163,-2.075141798,0.6493615843,1646.9027414 +115,-1.541346831,0.7259242142,163,-2.075141798,0.6493615843,1652.769856 +116,-1.545324355,0.7243383958,163,-2.075141798,0.6493615843,1640.936272 +117,-1.543292796,0.7243617413,163,-2.075141798,0.6493615843,1646.9633452 +118,-1.541295822,0.7244024384,163,-2.075141798,0.6493615843,1652.8878764 +119,-1.543193859,0.7205570215,163,-2.075141798,0.6493615843,1647.2471219 +120,-1.550257047,0.7386738187,163,-2.075141798,0.6493615843,1627.7869218 +121,-1.549335448,0.7311736483,163,-2.075141798,0.6493615843,1629.4944478 +122,-1.533478843,0.7179891343,163,-2.075141798,0.6493615843,1676.2929471 +123,-1.556150555,0.738907041,163,-2.075141798,0.6493615843,1610.5880748 +124,-1.554324226,0.733414257,163,-2.075141798,0.6493615843,1615.0638778 +125,-1.554290846,0.7288285332,163,-2.075141798,0.6493615843,1614.6512982 +126,-1.55122487,0.7219795312,163,-2.075141798,0.6493615843,1623.3616445 +127,-1.525104458,0.7229399862,163,-2.075141798,0.6493615843,1700.9665572 +128,-1.519607711,0.7236181429,163,-2.075141798,0.6493615843,1717.2572263 +129,-1.513899999,0.7251107854,163,-2.075141798,0.6493615843,1734.114385 +130,-1.536620762,0.7431061895,163,-2.075141798,0.6493615843,1668.3518885 +131,-1.5369566,0.7460845958,163,-2.075141798,0.6493615843,1667.9156597 +132,-1.545345528,0.7447040685,163,-2.075141798,0.6493615843,1643.2517947 +133,-1.532813921,0.7432306626,163,-2.075141798,0.6493615843,1679.4657908 +134,-1.554788248,0.7382381001,163,-2.075141798,0.6493615843,1614.4513582 +135,-1.540348126,0.7301594274,163,-2.075141798,0.6493615843,1655.9184234 +136,-1.538016084,0.7239051786,163,-2.075141798,0.6493615843,1662.6147496 +137,-1.525288962,0.7258085137,163,-2.075141798,0.6493615843,1700.3406628 +138,-1.534326986,0.731241342,163,-2.075141798,0.6493615843,1673.742672 +139,-1.530733872,0.7303625216,163,-2.075141798,0.6493615843,1684.2975894 +141,-1.534354939,0.7328219978,163,-2.075141798,0.6493615843,1673.7612166 +142,-1.53157084,0.7292888153,163,-2.075141798,0.6493615843,1681.7884803 +143,-1.525691035,0.7263799874,163,-2.075141798,0.6493615843,1699.1430429 +144,-1.534031287,0.7495967835,163,-2.075141798,0.6493615843,1677.1239542 +145,-1.527714986,0.7283095957,163,-2.075141798,0.6493615843,1693.1593057 +146,-1.526189586,0.7271468292,163,-2.075141798,0.6493615843,1697.6635836 +147,-1.555177336,0.7375563366,163,-2.075141798,0.6493615843,1613.1925562 +148,-1.555080283,0.7312707794,163,-2.075141798,0.6493615843,1612.5728077 +149,-1.53856994,0.7224180299,163,-2.075141798,0.6493615843,1660.9759782 +150,-1.530837883,0.729933372,163,-2.075141798,0.6493615843,1683.9745054 +151,-1.515066984,0.5854133365,163,-2.075141798,0.6493615843,1817.7885292 +152,-1.534731633,0.5368370046,163,-2.075141798,0.6493615843,1821.2540542 +153,-1.515231902,0.5607085576,163,-2.075141798,0.6493615843,1848.4335871 +154,-2.616253799,1.0684566605,163,-2.075141798,0.6493615843,2131.507548 +155,-1.956071439,0.5792177723,163,-2.075141798,0.6493615843,474.89878685 +156,-1.951208514,0.5602434208,163,-2.075141798,0.6493615843,536.04864787 +157,-1.944675062,0.6062144545,163,-2.075141798,0.6493615843,451.64256126 +158,-1.613778386,0.6077989518,163,-2.075141798,0.6493615843,1482.4662663 +159,-2.035029014,0.6021432345,163,-2.075141798,0.6493615843,227.06139214 +160,-2.114989471,0.6801825058,163,-2.075141798,0.6493615843,174.16057464 +161,-2.037382079,0.5765830025,163,-2.075141798,0.6493615843,313.13293875 +162,-2.129855121,0.6585019963,163,-2.075141798,0.6493615843,175.76946013 +163,-2.075141798,0.6493615843,163,-2.075141798,0.6493615843,176.82187902 +164,-1.828626729,0.6948433129,163,-2.075141798,0.6493615843,784.11526619 +165,-1.863329418,0.6735427691,163,-2.075141798,0.6493615843,668.43131398 +166,-1.266037071,0.727988852,163,-2.075141798,0.6493615843,2463.9847421 +167,-1.277579582,0.7249010648,163,-2.075141798,0.6493615843,2431.9627096 +168,-1.258418684,0.7241194816,163,-2.075141798,0.6493615843,2488.6125928 +169,-1.317813974,0.6804850104,163,-2.075141798,0.6493615843,2341.4913196 +170,-1.344165204,0.6790988904,163,-2.075141798,0.6493615843,2262.7474401 +171,-1.427582102,0.5277120351,163,-2.075141798,0.6493615843,2172.622624 +172,-1.402238616,0.457167829,163,-2.075141798,0.6493615843,2373.3476064 +173,-1.422454264,0.4996161999,163,-2.075141798,0.6493615843,2234.1106899 +174,-1.439089277,0.4894859811,163,-2.075141798,0.6493615843,2199.2287322 +175,-1.448126995,0.5182330266,163,-2.075141798,0.6493615843,2122.7308642 +176,-1.474626146,0.5881926574,163,-2.075141798,0.6493615843,1942.0011415 +177,-1.421139645,0.5584869783,163,-2.075141798,0.6493615843,2148.251149 +178,-1.457037165,0.565943032,163,-2.075141798,0.6493615843,2025.0501188 +179,-2.757159358,0.3745319,163,-2.075141798,0.6493615843,2570.9162859 +180,-2.714309238,0.342054471,163,-2.075141798,0.6493615843,2515.5049997 +181,-2.000525337,0.774119946,163,-2.075141798,0.6493615843,542.28163366 +183,-1.571413436,0.6777838382,163,-2.075141798,0.6493615843,1569.3607093 +184,-1.552860289,0.6987663893,163,-2.075141798,0.6493615843,1620.4127251 +185,-1.521852374,0.7165827476,163,-2.075141798,0.6493615843,1711.1061609 +186,-1.503656267,0.6928968252,163,-2.075141798,0.6493615843,1771.2160478 +187,-1.502753178,0.7136205882,163,-2.075141798,0.6493615843,1768.599527 +188,-1.631894563,0.7343596465,163,-2.075141798,0.6493615843,1387.6551616 +189,-1.653765416,0.6770714026,163,-2.075141798,0.6493615843,1315.9949129 +190,-1.719812114,0.6715965947,163,-2.075141798,0.6493615843,1112.6793489 +191,-1.493406659,0.6646955447,163,-2.075141798,0.6493615843,1815.7094977 +192,-1.469120564,0.6613469966,163,-2.075141798,0.6493615843,1892.6657165 +193,-1.590551461,0.5326612937,163,-2.075141798,0.6493615843,1652.7771184 +194,-1.625979264,0.5247742243,163,-2.075141798,0.6493615843,1555.4905295 +195,-1.572293943,0.5238808754,163,-2.075141798,0.6493615843,1723.991357 +196,-1.610848725,0.5477107964,163,-2.075141798,0.6493615843,1566.0395785 +197,-1.208485554,0.7918526018,163,-2.075141798,0.6493615843,2597.6346466 +198,-1.335601374,0.6869083083,163,-2.075141798,0.6493615843,2283.1591039 +199,-1.346156996,0.6825213377,163,-2.075141798,0.6493615843,2254.2967536 +200,-1.324381037,0.6741422347,163,-2.075141798,0.6493615843,2326.4567692 +201,-1.242424992,0.7378949807,163,-2.075141798,0.6493615843,2527.0035026 +202,-1.270370057,0.7392461008,163,-2.075141798,0.6493615843,2445.1986253 +203,-1.448950472,0.7441675014,163,-2.075141798,0.6493615843,1923.9361705 +204,-1.492662363,0.7523026852,163,-2.075141798,0.6493615843,1797.2562213 +205,-1.479098966,0.7763855017,163,-2.075141798,0.6493615843,1840.6628318 +206,-1.633760714,0.7869022408,163,-2.075141798,0.6493615843,1417.3223327 +207,-1.647406434,0.8101289331,163,-2.075141798,0.6493615843,1406.2768149 +208,-1.564245052,0.5701509278,163,-2.075141798,0.6493615843,1681.4139873 +209,-1.646289963,0.6833746083,163,-2.075141798,0.6493615843,1337.9510882 +210,-1.5820631,0.6751952144,163,-2.075141798,0.6493615843,1537.4938932 +211,-1.613236298,0.6681681791,163,-2.075141798,0.6493615843,1443.7439988 +212,-1.914661867,0.8212566515,163,-2.075141798,0.6493615843,826.87470642 +213,-1.742133237,0.7250275956,163,-2.075141798,0.6493615843,1060.2598901 +214,-2.033144872,0.6557314699,163,-2.075141798,0.6493615843,134.55420053 +215,-2.039551981,0.6964723658,163,-2.075141798,0.6493615843,216.72024701 +216,-1.247341019,0.7622473908,163,-2.075141798,0.6493615843,2500.4983345 +217,-1.298239787,0.7084123392,163,-2.075141798,0.6493615843,2380.8952515 +218,-1.308539688,0.6926545592,163,-2.075141798,0.6493615843,2360.5956868 +219,-1.303263185,0.6888938396,163,-2.075141798,0.6493615843,2379.1247548 +220,-1.852400229,0.6004246149,163,-2.075141798,0.6493615843,740.67464194 +221,-1.288947707,0.7473773692,163,-2.075141798,0.6493615843,2387.5881662 +222,-1.372031502,0.7472790993,163,-2.075141798,0.6493615843,2147.0997573 +223,-1.289805721,0.7242157877,163,-2.075141798,0.6493615843,2396.4598587 +224,-1.350807603,0.7533498126,163,-2.075141798,0.6493615843,2207.016402 +225,-1.329290365,0.7560442322,163,-2.075141798,0.6493615843,2268.2527294 +226,-1.410153004,0.616936428,163,-2.075141798,0.6493615843,2113.052627 +227,-1.393445434,0.6308995063,163,-2.075141798,0.6493615843,2151.3832037 +228,-1.37595573,0.6241540638,163,-2.075141798,0.6493615843,2212.3143104 +229,-1.358388707,0.6172645205,163,-2.075141798,0.6493615843,2274.0759067 +230,-1.753741133,0.8281661666,163,-2.075141798,0.6493615843,1172.9079311 +231,-1.47430987,0.6834615681,163,-2.075141798,0.6493615843,1864.3659463 +232,-1.421012508,0.7222725206,163,-2.075141798,0.6493615843,2010.0112737 +233,-1.4476833,0.6978557868,163,-2.075141798,0.6493615843,1938.8004875 +234,-1.470370723,0.6966193374,163,-2.075141798,0.6493615843,1870.7416159 +235,-1.429211703,0.7037216883,163,-2.075141798,0.6493615843,1992.0209433 +236,-1.700578405,0.6178673663,163,-2.075141798,0.6493615843,1199.5626428 +237,-1.678117619,0.6331716163,163,-2.075141798,0.6493615843,1258.8031413 +238,-1.725644578,0.6316331145,163,-2.075141798,0.6493615843,1110.1288435 +239,-2.14012759,0.7930497945,163,-2.075141798,0.6493615843,600.90137376 +240,-2.103289431,0.7653606263,163,-2.075141798,0.6493615843,467.19397607 +241,-1.318739838,0.7017808746,163,-2.075141798,0.6493615843,2324.0034836 +242,-1.396417427,0.7077900843,163,-2.075141798,0.6493615843,2088.5882595 +243,-1.35650337,0.7185539404,163,-2.075141798,0.6493615843,2202.5622015 +244,-1.248884539,0.7274156818,163,-2.075141798,0.6493615843,2514.4737249 +245,-1.395014798,0.5761185243,163,-2.075141798,0.6493615843,2207.325134 +246,-1.433377362,0.6064716109,163,-2.075141798,0.6493615843,2051.2850489 +247,-1.408172432,0.5903155476,163,-2.075141798,0.6493615843,2148.5451962 +248,-1.749645898,0.7757118084,163,-2.075141798,0.6493615843,1092.9684198 +249,-1.571626686,0.615046989,163,-2.075141798,0.6493615843,1608.4733883 +250,-1.514070049,0.6303003037,163,-2.075141798,0.6493615843,1775.8439416 +251,-1.480890369,0.6237966528,163,-2.075141798,0.6493615843,1885.324675 +252,-1.704390658,0.5281680612,163,-2.075141798,0.6493615843,1308.5816123 +253,-1.64434733,0.5254277498,163,-2.075141798,0.6493615843,1497.5655663 +254,-1.703855997,0.4792484842,163,-2.075141798,0.6493615843,1408.853961 +255,-1.692002383,0.5748825051,163,-2.075141798,0.6493615843,1273.4590797 +256,-1.854136457,0.5544643913,163,-2.075141798,0.6493615843,812.59165258 +257,-1.665021206,0.520317736,163,-2.075141798,0.6493615843,1442.9503267 +258,-1.733654349,0.4845187345,163,-2.075141798,0.6493615843,1310.7287409 +259,-1.720938188,0.5135933906,163,-2.075141798,0.6493615843,1286.2913202 +260,-1.742668307,0.553296122,163,-2.075141798,0.6493615843,1148.1811207 +261,-1.965659039,0.7142126903,163,-2.075141798,0.6493615843,423.31874151 +262,-1.944438071,0.6772834804,163,-2.075141798,0.6493615843,422.52007835 +263,-1.270340967,0.7681487096,163,-2.075141798,0.6493615843,2432.786915 +264,-1.353091884,0.6549276821,163,-2.075141798,0.6493615843,2254.458478 +265,-1.333236659,0.6413584414,163,-2.075141798,0.6493615843,2327.735349 +266,-1.352015998,0.6753788907,163,-2.075141798,0.6493615843,2241.6119213 +267,-1.377988483,0.6577816235,163,-2.075141798,0.6493615843,2175.6908296 +268,-2.13075611,0.8318642051,163,-2.075141798,0.6493615843,740.77458289 +269,-2.097910953,0.8259670014,163,-2.075141798,0.6493615843,702.68209975 +270,-1.416382069,0.6694271549,163,-2.075141798,0.6493615843,2049.4229703 +271,-1.538905672,0.7535625993,163,-2.075141798,0.6493615843,1664.0048143 +272,-1.572309477,0.7803125099,163,-2.075141798,0.6493615843,1581.2170129 +273,-1.87759879,0.7503853417,163,-2.075141798,0.6493615843,718.97321685 +274,1.152365588,0.590457682,163,-2.075141798,0.6493615843,7522.7081176 +275,0.350198001,0.718001859,163,-2.075141798,0.6493615843,6438.4410924 +276,0.046513677,0.491503852,163,-2.075141798,0.6493615843,6547.7243387 +277,0.027510309,0.742571376,163,-2.075141798,0.6493615843,5780.1677019 +278,0.306285725,-0.214631579,163,-2.075141798,0.6493615843,9253.3360214 +279,-1.100564889,0.318051531,163,-2.075141798,0.6493615843,3603.761685 +280,-1.078582306,0.301437596,163,-2.075141798,0.6493615843,3709.2575929 +281,-1.137371989,-0.617634065,163,-2.075141798,0.6493615843,6087.3928848 +282,0.784356344,0.703272339,163,-2.075141798,0.6493615843,6988.9016588 +283,-1.221209947,0.218327455,163,-2.075141798,0.6493615843,3461.4757158 +284,2.347301921,-0.449114658,163,-2.075141798,0.6493615843,8149.5156355 +285,0.246820618,0.830553713,163,-2.075141798,0.6493615843,5905.4710494 +286,0.829414965,0.703288228,163,-2.075141798,0.6493615843,7017.2155978 +287,-1.337537566,0.42332223,163,-2.075141798,0.6493615843,2641.1086542 +288,0.882453706,0.454478077,163,-2.075141798,0.6493615843,8018.1360121 +289,1.575629659,0.416419109,163,-2.075141798,0.6493615843,7814.9329519 +290,-1.039455679,0.229888244,163,-2.075141798,0.6493615843,3994.1046602 +291,0.489558039,0.934482747,163,-2.075141798,0.6493615843,5866.3662246 +292,0.081344504,0.88384514,163,-2.075141798,0.6493615843,5471.5229185 +293,-1.547979814,0.300350308,163,-2.075141798,0.6493615843,2297.6749516 +294,0.040776181,0.168560074,163,-2.075141798,0.6493615843,7452.4670963 +295,-1.130374745,0.563894876,163,-2.075141798,0.6493615843,3051.6487871 +296,1.578326642,0.478507176,163,-2.075141798,0.6493615843,7587.5006723 +297,-1.12861823,-0.291640865,163,-2.075141798,0.6493615843,5130.6827558 +298,0.310524208,0.770885792,163,-2.075141798,0.6493615843,6199.6579953 +299,0.415649091,-0.387246002,163,-2.075141798,0.6493615843,9996.3617015 +300,-0.926533878,-0.188022748,163,-2.075141798,0.6493615843,5393.6639877 +301,1.258856172,-0.11716081,163,-2.075141798,0.6493615843,10224.502426 +302,-1.126050026,0.322941926,163,-2.075141798,0.6493615843,3513.0989717 +303,2.002785835,0.07893892,163,-2.075141798,0.6493615843,7951.6839086 +304,0.440437607,0.746258085,163,-2.075141798,0.6493615843,6473.1694282 +305,-0.030391866,0.214441206,163,-2.075141798,0.6493615843,7126.9952958 +306,0.521557815,-0.058929362,163,-2.075141798,0.6493615843,9380.5135854 +307,-0.097005111,0.13317729,163,-2.075141798,0.6493615843,7151.1622575 +308,1.83113859,0.221857587,163,-2.075141798,0.6493615843,7971.9958632 +309,0.222428864,0.099404236,163,-2.075141798,0.6493615843,8144.7776602 +310,-1.702731345,0.8728568183,163,-2.075141798,0.6493615843,1378.5821024 +311,-0.418507569,0.278324921,163,-2.075141798,0.6493615843,5823.262592 +312,-1.41153306,0.339029988,163,-2.075141798,0.6493615843,2595.9186884 +313,0.357560442,0.114788776,163,-2.075141798,0.6493615843,8440.856867 +314,0.325818979,0.268352149,163,-2.075141798,0.6493615843,7879.9201485 +315,-1.246004659,-0.663679965,163,-2.075141798,0.6493615843,6018.5354288 +316,1.814603087,0.637404484,163,-2.075141798,0.6493615843,6655.6968862 +317,1.843704281,-0.18300445,163,-2.075141798,0.6493615843,9121.1650909 +318,1.690644492,-0.211480909,163,-2.075141798,0.6493615843,9634.2729542 +319,-1.275451936,0.068109467,163,-2.075141798,0.6493615843,3697.9681384 +320,0.762430171,-0.207594741,163,-2.075141798,0.6493615843,10387.615418 +321,0.265668905,-0.014647884,163,-2.075141798,0.6493615843,8591.8764512 +322,-2.773032013,-0.335515811,163,-2.075141798,0.6493615843,4690.2081631 +323,-1.469512853,0.174058777,163,-2.075141798,0.6493615843,2864.9184885 +324,0.286276986,0.785925691,163,-2.075141798,0.6493615843,6112.1959608 +325,-1.379324697,0.377432233,163,-2.075141798,0.6493615843,2606.890436 +326,-1.203778265,0.212813032,163,-2.075141798,0.6493615843,3527.8927935 +327,0.579916301,0.611743168,163,-2.075141798,0.6493615843,7137.5314176 +328,0.267582642,0.868113908,163,-2.075141798,0.6493615843,5815.599288 +329,0.412869244,-0.050245578,163,-2.075141798,0.6493615843,9087.1056231 +330,0.17524381,0.976660285,163,-2.075141798,0.6493615843,5339.883133 +331,0.743157214,0.204812899,163,-2.075141798,0.6493615843,8852.8830335 +332,-1.070758176,0.269382282,163,-2.075141798,0.6493615843,3805.5307164 +333,-1.230364251,0.329790229,163,-2.075141798,0.6493615843,3172.1444698 +334,-1.374813124,-0.024926835,163,-2.075141798,0.6493615843,3703.8972601 +335,0.519780566,0.463669906,163,-2.075141798,0.6493615843,7588.1573064 +336,-1.55108034,0.239698561,163,-2.075141798,0.6493615843,2458.9431161 +337,0.180294813,0.029739425,163,-2.075141798,0.6493615843,8229.8046274 +338,0.67820924,0.268170153,163,-2.075141798,0.6493615843,8531.6310727 +339,0.445798684,1.024001867,163,-2.075141798,0.6493615843,5506.5583918 +340,0.691751283,0.150521402,163,-2.075141798,0.6493615843,8983.9513889 +341,-1.036643551,-0.903056181,163,-2.075141798,0.6493615843,7118.8481039 +342,-0.120287036,1.083325163,163,-2.075141798,0.6493615843,4615.7986087 +343,2.823513113,-0.304487164,163,-2.075141798,0.6493615843,6382.6695299 +344,0.457583172,1.12513373,163,-2.075141798,0.6493615843,5163.7181373 +345,0.042918831,0.813795399,163,-2.075141798,0.6493615843,5605.7983706 +346,1.196146777,-0.853142756,163,-2.075141798,0.6493615843,11554.671566 +347,0.206001358,-0.010430701,163,-2.075141798,0.6493615843,8414.2748451 +348,-0.268308653,0.234799412,163,-2.075141798,0.6493615843,6382.2606264 +349,0.759363263,0.736189579,163,-2.075141798,0.6493615843,6844.6854418 +350,0.181363926,0.891988372,163,-2.075141798,0.6493615843,5609.594422 +351,-0.021111158,0.139103292,163,-2.075141798,0.6493615843,7357.0119517 +352,-0.093355215,0.630686981,163,-2.075141798,0.6493615843,5826.7928668 +353,0.40118964,0.681375926,163,-2.075141798,0.6493615843,6641.9499733 +354,-0.721197315,1.304706234,163,-2.075141798,0.6493615843,3530.1417298 +355,-1.076150317,0.212107639,163,-2.075141798,0.6493615843,3921.5866362 +356,-1.577164531,0.273993443,163,-2.075141798,0.6493615843,2291.6822226 +357,-0.190788414,0.182208586,163,-2.075141798,0.6493615843,6746.4299912 +358,-0.261349752,0.209710184,163,-2.075141798,0.6493615843,6465.9234949 +359,-1.029303852,0.083549259,163,-2.075141798,0.6493615843,4380.8618276 +360,-1.268609162,0.330525297,163,-2.075141798,0.6493615843,3051.9043409 +361,1.282982244,-0.926641967,163,-2.075141798,0.6493615843,11194.065549 +362,0.217352334,0.731352408,163,-2.075141798,0.6493615843,6173.5291604 +363,-1.511833084,0.258629297,163,-2.075141798,0.6493615843,2511.2840589 +364,0.338812194,0.823184618,163,-2.075141798,0.6493615843,6067.2187484 +365,-0.324406489,1.134201999,163,-2.075141798,0.6493615843,4204.061783 +366,1.389579348,0.399185724,163,-2.075141798,0.6493615843,8119.0624504 +367,2.047152199,-0.039082036,163,-2.075141798,0.6493615843,8144.2046904 +368,0.947780369,0.568250077,163,-2.075141798,0.6493615843,7600.9757333 +369,0.763824846,0.576754987,163,-2.075141798,0.6493615843,7460.2269174 +370,-0.142334657,0.928153068,163,-2.075141798,0.6493615843,4952.5844531 +371,0.610266567,0.547265983,163,-2.075141798,0.6493615843,7411.9946709 +372,0.210731629,0.746815056,163,-2.075141798,0.6493615843,6112.8956736 +373,-1.34931644,0.316895224,163,-2.075141798,0.6493615843,2835.7742319 +374,2.407696481,0.655030745,163,-2.075141798,0.6493615843,5324.4653781 +375,0.64207831,0.545359131,163,-2.075141798,0.6493615843,7457.3804428 +376,1.174597538,0.840588356,163,-2.075141798,0.6493615843,6529.8241496 +377,0.660059424,0.010604079,163,-2.075141798,0.6493615843,9435.2772309 +378,-0.730263819,0.010486456,163,-2.075141798,0.6493615843,5485.9356715 +379,0.831068936,0.512339172,163,-2.075141798,0.6493615843,7760.0736414 +380,1.301180979,0.72367476,163,-2.075141798,0.6493615843,6939.2382304 +381,1.811128231,0.322854402,163,-2.075141798,0.6493615843,7695.6833063 +382,0.435105812,0.992284428,163,-2.075141798,0.6493615843,5606.5324908 +383,0.62643634,0.592027932,163,-2.075141798,0.6493615843,7265.9140122 +384,0.492988703,-0.516339467,163,-2.075141798,0.6493615843,10486.443698 +385,-0.162469483,0.112549365,163,-2.075141798,0.6493615843,7009.0702012 +386,0.314630866,0.472006421,163,-2.075141798,0.6493615843,7195.1390365 +387,0.166744804,0.822815954,163,-2.075141798,0.6493615843,5799.6735098 +388,0.417159608,0.965805736,163,-2.075141798,0.6493615843,5679.4129685 +389,0.106334961,0.868774244,163,-2.075141798,0.6493615843,5558.2694685 +390,0.815086969,-0.338144359,163,-2.075141798,0.6493615843,10935.3029 +391,0.59867455,-0.230624824,163,-2.075141798,0.6493615843,10102.346784 +392,1.915104874,0.066220985,163,-2.075141798,0.6493615843,8228.9635801 +393,1.278093622,0.064463721,163,-2.075141798,0.6493615843,9510.7100376 +394,-0.061477853,0.302997961,163,-2.075141798,0.6493615843,6799.65961 +395,0.251311504,0.626976942,163,-2.075141798,0.6493615843,6569.1359207 +396,2.950242872,0.149095644,163,-2.075141798,0.6493615843,4879.9957253 +397,-0.180294708,0.35375117,163,-2.075141798,0.6493615843,6334.5430856 +398,1.010448592,-0.351180233,163,-2.075141798,0.6493615843,11247.045814 +399,-1.748740498,0.3686318073,163,-2.075141798,0.6493615843,1578.6355078 +400,2.699635665,0.123533791,163,-2.075141798,0.6493615843,5730.3381208 +401,0.496808033,0.823843254,163,-2.075141798,0.6493615843,6269.4151025 +402,0.129574704,0.763364087,163,-2.075141798,0.6493615843,5915.8395302 +403,1.798920311,0.817447563,163,-2.075141798,0.6493615843,6079.5304663 +404,0.335987953,0.746786541,163,-2.075141798,0.6493615843,6319.5060455 +405,-1.085413643,0.292154671,163,-2.075141798,0.6493615843,3708.4127125 +406,-0.155321003,0.508207011,163,-2.075141798,0.6493615843,5998.8451695 +407,0.620529244,-0.301175104,163,-2.075141798,0.6493615843,10366.622693 +408,1.684402744,0.368716966,163,-2.075141798,0.6493615843,7798.5422947 +409,0.300582244,-0.386397212,163,-2.075141798,0.6493615843,9639.2527468 +410,2.913555946,-0.009225192,163,-2.075141798,0.6493615843,5377.0092027 +411,1.465101417,0.493232532,163,-2.075141798,0.6493615843,7681.5907696 +412,0.090612882,0.907955955,163,-2.075141798,0.6493615843,5416.5031415 +413,2.987564726,-0.729568594,163,-2.075141798,0.6493615843,7016.5860113 +414,-1.484261606,0.224149272,163,-2.075141798,0.6493615843,2682.6536744 +415,0.164073421,0.303955133,163,-2.075141798,0.6493615843,7387.3738678 +416,0.141441293,0.167552546,163,-2.075141798,0.6493615843,7730.7815472 +417,2.931321023,-0.506718887,163,-2.075141798,0.6493615843,6585.2879287 +418,2.21951565,0.700596356,163,-2.075141798,0.6493615843,5654.3146724 +419,0.268112576,1.199114336,163,-2.075141798,0.6493615843,4756.7924376 +420,0.978913739,0.359223811,163,-2.075141798,0.6493615843,8435.490089 +421,1.210898818,0.522863584,163,-2.075141798,0.6493615843,7769.8277952 +422,2.347397336,0.129231362,163,-2.075141798,0.6493615843,6809.5668433 +423,0.614394501,0.556878345,163,-2.075141798,0.6493615843,7381.6383638 +424,-1.398079356,0.148483366,163,-2.075141798,0.6493615843,3131.6378276 +425,2.535303836,-0.112984496,163,-2.075141798,0.6493615843,6813.163288 +426,-1.019372593,-0.405322349,163,-2.075141798,0.6493615843,5737.1251055 +427,-1.297785627,-0.160104069,163,-2.075141798,0.6493615843,4310.5352282 +428,2.144554488,0.205051084,163,-2.075141798,0.6493615843,7205.272058 +429,-2.242387083,-0.426171285,163,-2.075141798,0.6493615843,4305.6014992 +430,0.338637212,0.909723676,163,-2.075141798,0.6493615843,5776.6109467 +431,-0.148798452,0.691042401,163,-2.075141798,0.6493615843,5538.2761508 +432,0.893524764,0.441829531,163,-2.075141798,0.6493615843,8073.8461178 +433,0.969229347,-0.368847936,163,-2.075141798,0.6493615843,11283.597212 +434,0.436043248,0.800045688,163,-2.075141798,0.6493615843,6279.1080099 +435,1.687946607,1.081504775,163,-2.075141798,0.6493615843,5305.1633083 +436,0.522302046,-0.034889271,163,-2.075141798,0.6493615843,9305.0063468 +437,-0.178996113,-0.438090009,163,-2.075141798,0.6493615843,8236.9310228 +438,-1.094339566,0.301444068,163,-2.075141798,0.6493615843,3659.7865372 +439,-1.064070054,0.242569932,163,-2.075141798,0.6493615843,3887.8461748 +440,-1.068153768,0.230387998,163,-2.075141798,0.6493615843,3903.4259323 +441,-3.00496892,-0.23989155,163,-2.075141798,0.6493615843,4936.0619092 +442,0.21751974,0.766874888,163,-2.075141798,0.6493615843,6061.054126 +443,0.117229532,0.007619006,163,-2.075141798,0.6493615843,8111.5927116 +444,0.777758451,0.420554741,163,-2.075141798,0.6493615843,8071.266839 +445,-0.252356999,0.250747086,163,-2.075141798,0.6493615843,6389.6684918 +446,0.363148444,0.768483434,163,-2.075141798,0.6493615843,6287.186724 +447,0.903191366,-0.118210676,163,-2.075141798,0.6493615843,10259.116538 +448,-0.205755923,0.149406178,163,-2.075141798,0.6493615843,6785.0232028 +449,1.811996086,0.02364353,163,-2.075141798,0.6493615843,8627.7756825 +450,-1.100670221,0.314845373,163,-2.075141798,0.6493615843,3610.4320463 +451,0.340078597,0.850105132,163,-2.075141798,0.6493615843,5978.5789604 +452,0.258757267,0.804969236,163,-2.075141798,0.6493615843,6006.7682944 +453,2.78505352,-0.155160804,163,-2.075141798,0.6493615843,6133.0331028 +454,0.800551619,0.105822106,163,-2.075141798,0.6493615843,9295.0021644 +455,0.437940882,-0.506194031,163,-2.075141798,0.6493615843,10296.795708 +456,2.230431122,0.63458615,163,-2.075141798,0.6493615843,5806.5185839 +457,0.527965361,0.127667701,163,-2.075141798,0.6493615843,8776.8045902 +458,-0.063643205,0.702093448,163,-2.075141798,0.6493615843,5701.0891749 +459,1.408447268,0.133010502,163,-2.075141798,0.6493615843,9095.7099884 +460,0.523795955,0.280266966,163,-2.075141798,0.6493615843,8242.0279556 +461,-0.975769313,0.072177659,163,-2.075141798,0.6493615843,4572.9323674 +462,0.549774164,-0.463663986,163,-2.075141798,0.6493615843,10566.926536 +463,0.29245874,1.095549818,163,-2.075141798,0.6493615843,5109.9673521 +464,0.143625958,0.816809593,163,-2.075141798,0.6493615843,5778.5211068 +465,0.671902494,0.611159853,163,-2.075141798,0.6493615843,7244.0976774 +466,1.239840988,0.6724199,163,-2.075141798,0.6493615843,7170.1330621 +467,0.607829703,-0.10932137,163,-2.075141798,0.6493615843,9739.6925626 +468,1.763020906,0.263996692,163,-2.075141798,0.6493615843,7991.2479216 +469,0.378714634,0.726066797,163,-2.075141798,0.6493615843,6454.7280209 +470,2.196736143,-0.153862366,163,-2.075141798,0.6493615843,7974.9941815 +471,0.01702415,0.148991565,163,-2.075141798,0.6493615843,7439.3736081 +472,-2.998490902,-0.158002487,163,-2.075141798,0.6493615843,4681.0878354 +473,-3.051262951,-0.346595608,163,-2.075141798,0.6493615843,5366.5602708 +474,-1.069176439,0.182802941,163,-2.075141798,0.6493615843,4013.2869933 +475,0.167157509,0.595344954,163,-2.075141798,0.6493615843,6504.1076886 +476,0.613855648,0.681746124,163,-2.075141798,0.6493615843,6919.2216268 +477,1.037012736,0.682555367,163,-2.075141798,0.6493615843,7167.0338391 +478,-1.253574971,0.379755746,163,-2.075141798,0.6493615843,2992.3622457 +479,3.108590453,-0.132620738,163,-2.075141798,0.6493615843,5103.8795569 +480,0.565301296,0.022333262,163,-2.075141798,0.6493615843,9210.1008631 +481,0.547898238,0.855555614,163,-2.075141798,0.6493615843,6210.696353 +482,0.948309381,0.417393755,163,-2.075141798,0.6493615843,8195.5089511 +483,-0.050600732,0.945269213,163,-2.075141798,0.6493615843,5074.001752 +484,-0.977651478,-0.572363064,163,-2.075141798,0.6493615843,6310.3108421 +485,1.102014914,0.728861163,163,-2.075141798,0.6493615843,6983.1921678 +486,2.927300795,-0.282939414,163,-2.075141798,0.6493615843,6024.0996379 +487,-1.154565557,0.124434095,163,-2.075141798,0.6493615843,3898.6855533 +488,1.855331234,0.291044755,163,-2.075141798,0.6493615843,7698.0892287 +489,0.830290659,0.276904518,163,-2.075141798,0.6493615843,8670.5595044 +490,0.485104466,-0.234867441,163,-2.075141798,0.6493615843,9817.2046368 +491,0.521367572,-0.33161327,163,-2.075141798,0.6493615843,10178.072112 +1,-1.539031704,0.7349710123,164,-1.828626729,0.6948433129,879.21688365 +2,-1.536990553,0.7349663874,164,-1.828626729,0.6948433129,885.19211026 +3,-1.534951779,0.7349571355,164,-1.828626729,0.6948433129,891.1599151 +4,-1.532906461,0.7349480293,164,-1.828626729,0.6948433129,897.1479968 +5,-1.531320211,0.7346937278,164,-1.828626729,0.6948433129,901.71741247 +6,-1.539451648,0.7335131775,164,-1.828626729,0.6948433129,877.51395599 +7,-1.537429487,0.7335445708,164,-1.828626729,0.6948433129,883.45535711 +8,-1.535484998,0.7335658704,164,-1.828626729,0.6948433129,889.16627795 +9,-1.533488396,0.7336036027,164,-1.828626729,0.6948433129,895.03538025 +10,-1.531497785,0.7335842962,164,-1.828626729,0.6948433129,900.87091306 +11,-1.530259379,0.7334777758,164,-1.828626729,0.6948433129,904.47548243 +12,-1.5335454,0.7322346912,164,-1.828626729,0.6948433129,894.48427962 +13,-1.531489083,0.7322238773,164,-1.828626729,0.6948433129,900.52522001 +14,-1.530011122,0.7321679851,164,-1.828626729,0.6948433129,904.85534128 +15,-1.53348106,0.7306614094,164,-1.828626729,0.6948433129,894.27229513 +16,-1.531441779,0.7306962275,164,-1.828626729,0.6948433129,900.28525637 +17,-1.529755654,0.7306933243,164,-1.828626729,0.6948433129,905.24976074 +18,-1.533415048,0.7291384674,164,-1.828626729,0.6948433129,894.11926369 +19,-1.531392093,0.7291705353,164,-1.828626729,0.6948433129,900.09304203 +20,-1.529296523,0.7291214933,164,-1.828626729,0.6948433129,906.26478054 +21,-1.535280942,0.727267644,164,-1.828626729,0.6948433129,888.23230349 +22,-1.533378158,0.7276139666,164,-1.828626729,0.6948433129,893.92045448 +23,-1.531340368,0.7276446587,164,-1.828626729,0.6948433129,899.94708387 +24,-1.528960113,0.7276398177,164,-1.828626729,0.6948433129,906.97949609 +25,-1.533313146,0.7260818349,164,-1.828626729,0.6948433129,893.84400004 +26,-1.531259555,0.7260958115,164,-1.828626729,0.6948433129,899.9239455 +27,-1.528926415,0.7260865555,164,-1.828626729,0.6948433129,906.8280521 +28,-1.531226779,0.7245511789,164,-1.828626729,0.6948433129,899.80076844 +29,-1.528904772,0.7245519194,164,-1.828626729,0.6948433129,906.68442147 +30,-1.547195875,0.7409785979,164,-1.828626729,0.6948433129,857.84835238 +31,-1.5451475,0.740980426,164,-1.828626729,0.6948433129,863.79324236 +32,-1.543097679,0.7409798872,164,-1.828626729,0.6948433129,869.74275329 +33,-1.540720364,0.7409892687,164,-1.828626729,0.6948433129,876.64915995 +34,-1.547188511,0.7395198392,164,-1.828626729,0.6948433129,857.19705678 +35,-1.545148587,0.7395226109,164,-1.828626729,0.6948433129,863.13020801 +36,-1.543104538,0.7395314908,164,-1.828626729,0.6948433129,869.0793573 +37,-1.540727751,0.7395306258,164,-1.828626729,0.6948433129,875.99375856 +38,-1.547187029,0.7380014886,164,-1.828626729,0.6948433129,856.54143218 +39,-1.545147315,0.7380012252,164,-1.828626729,0.6948433129,862.48529897 +40,-1.54310719,0.7380060743,164,-1.828626729,0.6948433129,868.4337354 +41,-1.540719671,0.7380068206,164,-1.828626729,0.6948433129,875.39462833 +42,-1.547187189,0.7364799098,164,-1.828626729,0.6948433129,855.92085994 +43,-1.545149996,0.7364853874,164,-1.828626729,0.6948433129,861.87199266 +44,-1.543106091,0.7364823484,164,-1.828626729,0.6948433129,867.84060892 +45,-1.540717158,0.7364893901,164,-1.828626729,0.6948433129,874.82220954 +46,-1.538663972,0.7410138672,164,-1.828626729,0.6948433129,882.63190714 +47,-1.53695285,0.7409699132,164,-1.828626729,0.6948433129,887.58308714 +48,-1.534910498,0.7409641297,164,-1.828626729,0.6948433129,893.51451862 +49,-1.533145034,0.7409536636,164,-1.828626729,0.6948433129,898.64068261 +50,-1.538681336,0.7395405883,164,-1.828626729,0.6948433129,881.9529534 +51,-1.536999189,0.7395183096,164,-1.828626729,0.6948433129,886.83984414 +52,-1.534923633,0.7395144222,164,-1.828626729,0.6948433129,892.880649 +53,-1.533267822,0.7395654306,164,-1.828626729,0.6948433129,897.7219972 +54,-1.53867273,0.7380151077,164,-1.828626729,0.6948433129,881.3668373 +55,-1.536980576,0.7379994392,164,-1.828626729,0.6948433129,886.29613698 +56,-1.534931522,0.7379944961,164,-1.828626729,0.6948433129,892.27166656 +57,-1.533387952,0.7379480264,164,-1.828626729,0.6948433129,896.75823065 +58,-1.538682279,0.7364914363,164,-1.828626729,0.6948433129,880.76877311 +59,-1.536980704,0.7364810563,164,-1.828626729,0.6948433129,885.73783241 +60,-1.534935567,0.7364752065,164,-1.828626729,0.6948433129,891.713626 +61,-1.533042592,0.7363876366,164,-1.828626729,0.6948433129,897.21798791 +62,-1.545143426,0.7349628011,164,-1.828626729,0.6948433129,861.32407728 +63,-1.543105297,0.7349691947,164,-1.828626729,0.6948433129,867.29123694 +64,-1.541064533,0.7349647152,164,-1.828626729,0.6948433129,873.26332623 +65,-1.545411803,0.7334624714,164,-1.828626729,0.6948433129,860.01868298 +66,-1.543446606,0.7334780896,164,-1.828626729,0.6948433129,865.78626274 +67,-1.541475327,0.7334957295,164,-1.828626729,0.6948433129,871.57298189 +68,-1.545401939,0.731963266,164,-1.828626729,0.6948433129,859.5681094 +69,-1.54342253,0.7319915583,164,-1.828626729,0.6948433129,865.39172896 +70,-1.541455867,0.7320216438,164,-1.828626729,0.6948433129,871.17883741 +71,-1.545410146,0.7304422281,164,-1.828626729,0.6948433129,859.09849522 +72,-1.543435491,0.7304713664,164,-1.828626729,0.6948433129,864.91845274 +73,-1.541463105,0.7304997613,164,-1.828626729,0.6948433129,870.73185073 +74,-1.545414768,0.7289194936,164,-1.828626729,0.6948433129,858.68031781 +75,-1.543435774,0.7289538557,164,-1.828626729,0.6948433129,864.5241371 +76,-1.541457714,0.7289765881,164,-1.828626729,0.6948433129,870.36259642 +77,-1.539449415,0.7320555866,164,-1.828626729,0.6948433129,877.08432712 +78,-1.537429183,0.7321097681,164,-1.828626729,0.6948433129,883.03629217 +79,-1.535472649,0.7321497267,164,-1.828626729,0.6948433129,888.79719778 +80,-1.539457899,0.7305333307,164,-1.828626729,0.6948433129,876.64352064 +81,-1.537453161,0.7305750503,164,-1.828626729,0.6948433129,882.55611581 +82,-1.535479385,0.7306124949,164,-1.828626729,0.6948433129,888.37660975 +83,-1.53946905,0.7290102593,164,-1.828626729,0.6948433129,876.23518662 +84,-1.537459922,0.7290417293,164,-1.828626729,0.6948433129,882.16778755 +85,-1.535451349,0.7290890157,164,-1.828626729,0.6948433129,888.10241608 +86,-1.535522937,0.7279887191,164,-1.828626729,0.6948433129,887.65835743 +87,-1.539442524,0.7274735939,164,-1.828626729,0.6948433129,875.97595445 +88,-1.537424111,0.727521351,164,-1.828626729,0.6948433129,881.94873929 +89,-1.539384641,0.7259505092,164,-1.828626729,0.6948433129,875.8537074 +90,-1.537372391,0.7259947145,164,-1.828626729,0.6948433129,881.8163816 +91,-1.535340789,0.7260435356,164,-1.828626729,0.6948433129,887.83699015 +92,-1.539325716,0.7244369706,164,-1.828626729,0.6948433129,875.77736459 +93,-1.537308932,0.7244801057,164,-1.828626729,0.6948433129,881.76178897 +94,-1.535289068,0.7245247645,164,-1.828626729,0.6948433129,887.75540212 +95,-1.533261366,0.7245550236,164,-1.828626729,0.6948433129,893.77011135 +96,-1.539267302,0.722921924,164,-1.828626729,0.6948433129,875.74018093 +97,-1.537248972,0.7229660258,164,-1.828626729,0.6948433129,881.73755707 +98,-1.535219431,0.7229916471,164,-1.828626729,0.6948433129,887.76587828 +99,-1.53318962,0.7230212049,164,-1.828626729,0.6948433129,893.79539367 +100,-1.531154816,0.7230299897,164,-1.828626729,0.6948433129,899.83749967 +101,-1.528878341,0.7230370244,164,-1.828626729,0.6948433129,906.59711049 +102,-1.539218189,0.7214009878,164,-1.828626729,0.6948433129,875.71570788 +103,-1.537198791,0.7214422745,164,-1.828626729,0.6948433129,881.72397463 +104,-1.535179266,0.7214634354,164,-1.828626729,0.6948433129,887.73059942 +105,-1.533156501,0.7214944644,164,-1.828626729,0.6948433129,893.74762529 +106,-1.53113574,0.7215166021,164,-1.828626729,0.6948433129,899.75784768 +107,-1.528874248,0.7215345535,164,-1.828626729,0.6948433129,906.48348645 +108,-1.539217656,0.7198512397,164,-1.828626729,0.6948433129,875.58570138 +109,-1.537199919,0.7199428763,164,-1.828626729,0.6948433129,881.60029236 +110,-1.545425832,0.727397149,164,-1.828626729,0.6948433129,858.28467814 +111,-1.543371177,0.7273916949,164,-1.828626729,0.6948433129,864.3526928 +112,-1.541368852,0.7274523163,164,-1.828626729,0.6948433129,870.28074157 +113,-1.545349067,0.7258710923,164,-1.828626729,0.6948433129,858.18963234 +114,-1.54332671,0.7258603556,164,-1.828626729,0.6948433129,864.17167478 +115,-1.541346831,0.7259242142,164,-1.828626729,0.6948433129,870.04238441 +116,-1.545324355,0.7243383958,164,-1.828626729,0.6948433129,857.98175897 +117,-1.543292796,0.7243617413,164,-1.828626729,0.6948433129,864.00696314 +118,-1.541295822,0.7244024384,164,-1.828626729,0.6948433129,869.93250553 +119,-1.543193859,0.7205570215,164,-1.828626729,0.6948433129,863.80845012 +120,-1.550257047,0.7386738187,164,-1.828626729,0.6948433129,847.89319124 +121,-1.549335448,0.7311736483,164,-1.828626729,0.6948433129,847.76682501 +122,-1.533478843,0.7179891343,164,-1.828626729,0.6948433129,892.60276734 +123,-1.556150555,0.738907041,164,-1.828626729,0.6948433129,830.85949862 +124,-1.554324226,0.733414257,164,-1.828626729,0.6948433129,833.87922115 +125,-1.554290846,0.7288285332,164,-1.828626729,0.6948433129,832.49036858 +126,-1.55122487,0.7219795312,164,-1.828626729,0.6948433129,840.10155506 +127,-1.525104458,0.7229399862,164,-1.828626729,0.6948433129,917.79419907 +128,-1.519607711,0.7236181429,164,-1.828626729,0.6948433129,934.16769268 +129,-1.513899999,0.7251107854,164,-1.828626729,0.6948433129,951.22012363 +130,-1.536620762,0.7431061895,164,-1.828626729,0.6948433129,889.50602476 +131,-1.5369566,0.7460845958,164,-1.828626729,0.6948433129,890.00362974 +132,-1.545345528,0.7447040685,164,-1.828626729,0.6948433129,865.07703239 +133,-1.532813921,0.7432306626,164,-1.828626729,0.6948433129,900.59117291 +134,-1.554788248,0.7382381001,164,-1.828626729,0.6948433129,834.51021916 +135,-1.540348126,0.7301594274,164,-1.828626729,0.6948433129,873.92577608 +136,-1.538016084,0.7239051786,164,-1.828626729,0.6948433129,879.58294502 +137,-1.525288962,0.7258085137,164,-1.828626729,0.6948433129,917.55749594 +138,-1.534326986,0.731241342,164,-1.828626729,0.6948433129,891.92618879 +139,-1.530733872,0.7303625216,164,-1.828626729,0.6948433129,902.29309904 +141,-1.534354939,0.7328219978,164,-1.828626729,0.6948433129,892.26757473 +142,-1.53157084,0.7292888153,164,-1.828626729,0.6948433129,899.59068559 +143,-1.525691035,0.7263799874,164,-1.828626729,0.6948433129,916.44614939 +144,-1.534031287,0.7495967835,164,-1.828626729,0.6948433129,900.32396783 +145,-1.527714986,0.7283095957,164,-1.828626729,0.6948433129,910.7771726 +146,-1.526189586,0.7271468292,164,-1.828626729,0.6948433129,915.08689592 +147,-1.555177336,0.7375563366,164,-1.828626729,0.6948433129,833.06959435 +148,-1.555080283,0.7312707794,164,-1.828626729,0.6948433129,830.91443205 +149,-1.53856994,0.7224180299,164,-1.828626729,0.6948433129,877.75056515 +150,-1.530837883,0.729933372,164,-1.828626729,0.6948433129,901.89070717 +151,-1.515066984,0.5854133365,164,-1.828626729,0.6948433129,1083.7760964 +152,-1.534731633,0.5368370046,164,-1.828626729,0.6948433129,1134.813202 +153,-1.515231902,0.5607085576,164,-1.828626729,0.6948433129,1133.5263242 +154,-2.616253799,1.0684566605,164,-1.828626729,0.6948433129,2399.1702251 +155,-1.956071439,0.5792177723,164,-1.828626729,0.6948433129,611.44530267 +156,-1.951208514,0.5602434208,164,-1.828626729,0.6948433129,661.85946141 +157,-1.944675062,0.6062144545,164,-1.828626729,0.6948433129,506.7022861 +158,-1.613778386,0.6077989518,164,-1.828626729,0.6948433129,758.60869002 +159,-2.035029014,0.6021432345,164,-1.828626729,0.6948433129,747.00436805 +160,-2.114989471,0.6801825058,164,-1.828626729,0.6948433129,877.29272845 +161,-2.037382079,0.5765830025,164,-1.828626729,0.6948433129,812.51767634 +162,-2.129855121,0.6585019963,164,-1.828626729,0.6948433129,939.81692085 +163,-2.075141798,0.6493615843,164,-1.828626729,0.6948433129,784.11526619 +164,-1.828626729,0.6948433129,164,-1.828626729,0.6948433129,58.770073167 +165,-1.863329418,0.6735427691,164,-1.828626729,0.6948433129,135.8795629 +166,-1.266037071,0.727988852,164,-1.828626729,0.6948433129,1683.1188299 +167,-1.277579582,0.7249010648,164,-1.828626729,0.6948433129,1650.5156183 +168,-1.258418684,0.7241194816,164,-1.828626729,0.6948433129,1707.3189324 +169,-1.317813974,0.6804850104,164,-1.828626729,0.6948433129,1557.5396038 +170,-1.344165204,0.6790988904,164,-1.828626729,0.6948433129,1479.0346137 +171,-1.427582102,0.5277120351,164,-1.828626729,0.6948433129,1453.6931466 +172,-1.402238616,0.457167829,164,-1.828626729,0.6948433129,1691.7081389 +173,-1.422454264,0.4996161999,164,-1.828626729,0.6948433129,1531.8544935 +174,-1.439089277,0.4894859811,164,-1.828626729,0.6948433129,1510.1426727 +175,-1.448126995,0.5182330266,164,-1.828626729,0.6948433129,1416.6797477 +176,-1.474626146,0.5881926574,164,-1.828626729,0.6948433129,1196.9059918 +177,-1.421139645,0.5584869783,164,-1.828626729,0.6948433129,1409.2139223 +178,-1.457037165,0.565943032,164,-1.828626729,0.6948433129,1289.7830767 +179,-2.757159358,0.3745319,164,-1.828626729,0.6948433129,3353.7327822 +180,-2.714309238,0.342054471,164,-1.828626729,0.6948433129,3299.5111048 +181,-2.000525337,0.774119946,164,-1.828626729,0.6948433129,594.33321069 +183,-1.571413436,0.6777838382,164,-1.828626729,0.6948433129,790.13791847 +184,-1.552860289,0.6987663893,164,-1.828626729,0.6948433129,836.7344758 +185,-1.521852374,0.7165827476,164,-1.828626729,0.6948433129,927.31332322 +186,-1.503656267,0.6928968252,164,-1.828626729,0.6948433129,987.81420769 +187,-1.502753178,0.7136205882,164,-1.828626729,0.6948433129,984.65140443 +188,-1.631894563,0.7343596465,164,-1.828626729,0.6948433129,608.55514717 +189,-1.653765416,0.6770714026,164,-1.828626729,0.6948433129,540.27271408 +190,-1.719812114,0.6715965947,164,-1.828626729,0.6948433129,346.63638354 +191,-1.493406659,0.6646955447,164,-1.828626729,0.6948433129,1037.5152272 +192,-1.469120564,0.6613469966,164,-1.828626729,0.6948433129,1114.3765356 +193,-1.590551461,0.5326612937,164,-1.828626729,0.6948433129,1001.3984442 +194,-1.625979264,0.5247742243,164,-1.828626729,0.6948433129,940.05677415 +195,-1.572293943,0.5238808754,164,-1.828626729,0.6948433129,1070.6839121 +196,-1.610848725,0.5477107964,164,-1.828626729,0.6948433129,910.34535565 +197,-1.208485554,0.7918526018,164,-1.828626729,0.6948433129,1833.0830875 +198,-1.335601374,0.6869083083,164,-1.828626729,0.6948433129,1499.1021413 +199,-1.346156996,0.6825213377,164,-1.828626729,0.6948433129,1470.4288114 +200,-1.324381037,0.6741422347,164,-1.828626729,0.6948433129,1542.8520235 +201,-1.242424992,0.7378949807,164,-1.828626729,0.6948433129,1748.0860507 +202,-1.270370057,0.7392461008,164,-1.828626729,0.6948433129,1666.095087 +203,-1.448950472,0.7441675014,164,-1.828626729,0.6948433129,1144.5747504 +204,-1.492662363,0.7523026852,164,-1.828626729,0.6948433129,1020.5036553 +205,-1.479098966,0.7763855017,164,-1.828626729,0.6948433129,1072.8968396 +206,-1.633760714,0.7869022408,164,-1.828626729,0.6948433129,675.33164655 +207,-1.647406434,0.8101289331,164,-1.828626729,0.6948433129,694.00569001 +208,-1.564245052,0.5701509278,164,-1.828626729,0.6948433129,976.46209533 +209,-1.646289963,0.6833746083,164,-1.828626729,0.6948433129,558.95799754 +210,-1.5820631,0.6751952144,164,-1.828626729,0.6948433129,759.50746875 +211,-1.613236298,0.6681681791,164,-1.828626729,0.6948433129,670.39732101 +212,-1.914661867,0.8212566515,164,-1.828626729,0.6948433129,558.25307246 +213,-1.742133237,0.7250275956,164,-1.828626729,0.6948433129,285.95752119 +214,-2.033144872,0.6557314699,164,-1.828626729,0.6948433129,650.47085828 +215,-2.039551981,0.6964723658,164,-1.828626729,0.6948433129,640.88028577 +216,-1.247341019,0.7622473908,164,-1.828626729,0.6948433129,1726.7273726 +217,-1.298239787,0.7084123392,164,-1.828626729,0.6948433129,1597.5344816 +218,-1.308539688,0.6926545592,164,-1.828626729,0.6948433129,1576.5061114 +219,-1.303263185,0.6888938396,164,-1.828626729,0.6948433129,1595.010722 +220,-1.852400229,0.6004246149,164,-1.828626729,0.6948433129,381.44302804 +221,-1.288947707,0.7473773692,164,-1.828626729,0.6948433129,1609.8148781 +222,-1.372031502,0.7472790993,164,-1.828626729,0.6948433129,1368.5656922 +223,-1.289805721,0.7242157877,164,-1.828626729,0.6948433129,1614.7713872 +224,-1.350807603,0.7533498126,164,-1.828626729,0.6948433129,1430.0099544 +225,-1.329290365,0.7560442322,164,-1.828626729,0.6948433129,1492.0453038 +226,-1.410153004,0.616936428,164,-1.828626729,0.6948433129,1344.9880586 +227,-1.393445434,0.6308995063,164,-1.828626729,0.6948433129,1377.4356901 +228,-1.37595573,0.6241540638,164,-1.828626729,0.6948433129,1439.1049972 +229,-1.358388707,0.6172645205,164,-1.828626729,0.6948433129,1501.5643521 +230,-1.753741133,0.8281661666,164,-1.828626729,0.6948433129,569.83305487 +231,-1.47430987,0.6834615681,164,-1.828626729,0.6948433129,1081.7765906 +232,-1.421012508,0.7222725206,164,-1.828626729,0.6948433129,1227.0078524 +233,-1.4476833,0.6978557868,164,-1.828626729,0.6948433129,1154.7820325 +234,-1.470370723,0.6966193374,164,-1.828626729,0.6948433129,1086.8560133 +235,-1.429211703,0.7037216883,164,-1.828626729,0.6948433129,1207.911291 +236,-1.700578405,0.6178673663,164,-1.828626729,0.6948433129,504.09906059 +237,-1.678117619,0.6331716163,164,-1.828626729,0.6948433129,528.90994478 +238,-1.725644578,0.6316331145,164,-1.828626729,0.6948433129,407.27996978 +239,-2.14012759,0.7930497945,164,-1.828626729,0.6948433129,984.95477193 +240,-2.103289431,0.7653606263,164,-1.828626729,0.6948433129,855.78641908 +241,-1.318739838,0.7017808746,164,-1.828626729,0.6948433129,1540.1281745 +242,-1.396417427,0.7077900843,164,-1.828626729,0.6948433129,1304.6408965 +243,-1.35650337,0.7185539404,164,-1.828626729,0.6948433129,1419.5830314 +244,-1.248884539,0.7274156818,164,-1.828626729,0.6948433129,1733.7737032 +245,-1.395014798,0.5761185243,164,-1.828626729,0.6948433129,1454.3710929 +246,-1.433377362,0.6064716109,164,-1.828626729,0.6948433129,1289.9943132 +247,-1.408172432,0.5903155476,164,-1.828626729,0.6948433129,1391.0993241 +248,-1.749645898,0.7757118084,164,-1.828626729,0.6948433129,395.37770157 +249,-1.571626686,0.615046989,164,-1.828626729,0.6948433129,865.68118073 +250,-1.514070049,0.6303003037,164,-1.828626729,0.6948433129,1013.0935437 +251,-1.480890369,0.6237966528,164,-1.828626729,0.6948433129,1121.8500329 +252,-1.704390658,0.5281680612,164,-1.828626729,0.6948433129,772.79447862 +253,-1.64434733,0.5254277498,164,-1.828626729,0.6948433129,897.63305873 +254,-1.703855997,0.4792484842,164,-1.828626729,0.6948433129,947.09048852 +255,-1.692002383,0.5748825051,164,-1.828626729,0.6948433129,644.15371732 +256,-1.854136457,0.5544643913,164,-1.828626729,0.6948433129,562.02411472 +257,-1.665021206,0.520317736,164,-1.828626729,0.6948433129,871.21184386 +258,-1.733654349,0.4845187345,164,-1.828626729,0.6948433129,889.34363192 +259,-1.720938188,0.5135933906,164,-1.828626729,0.6948433129,798.61638017 +260,-1.742668307,0.553296122,164,-1.828626729,0.6948433129,624.78014673 +261,-1.965659039,0.7142126903,164,-1.828626729,0.6948433129,420.45999965 +262,-1.944438071,0.6772834804,164,-1.828626729,0.6948433129,361.59858882 +263,-1.270340967,0.7681487096,164,-1.828626729,0.6948433129,1660.2838455 +264,-1.353091884,0.6549276821,164,-1.828626729,0.6948433129,1473.4113888 +265,-1.333236659,0.6413584414,164,-1.828626729,0.6948433129,1548.2609689 +266,-1.352015998,0.6753788907,164,-1.828626729,0.6948433129,1458.2186123 +267,-1.377988483,0.6577816235,164,-1.828626729,0.6948433129,1394.9235962 +268,-2.13075611,0.8318642051,164,-1.828626729,0.6948433129,1017.3993061 +269,-2.097910953,0.8259670014,164,-1.828626729,0.6948433129,928.51190573 +270,-1.416382069,0.6694271549,164,-1.828626729,0.6948433129,1267.8044072 +271,-1.538905672,0.7535625993,164,-1.828626729,0.6948433129,888.80559408 +272,-1.572309477,0.7803125099,164,-1.828626729,0.6948433129,822.56969931 +273,-1.87759879,0.7503853417,164,-1.828626729,0.6948433129,263.72500601 +274,1.152365588,0.590457682,164,-1.828626729,0.6948433129,7318.916084 +275,0.350198001,0.718001859,164,-1.828626729,0.6948433129,5861.9989603 +276,0.046513677,0.491503852,164,-1.828626729,0.6948433129,5828.2150932 +277,0.027510309,0.742571376,164,-1.828626729,0.6948433129,5124.0379554 +278,0.306285725,-0.214631579,164,-1.828626729,0.6948433129,8470.3898755 +279,-1.100564889,0.318051531,164,-1.828626729,0.6948433129,2893.3740148 +280,-1.078582306,0.301437596,164,-1.828626729,0.6948433129,2999.1921971 +281,-1.137371989,-0.617634065,164,-1.828626729,0.6948433129,5778.5529194 +282,0.784356344,0.703272339,164,-1.828626729,0.6948433129,6586.2738146 +283,-1.221209947,0.218327455,164,-1.828626729,0.6948433129,2835.9580517 +284,2.347301921,-0.449114658,164,-1.828626729,0.6948433129,8929.9807878 +285,0.246820618,0.830553713,164,-1.828626729,0.6948433129,5334.3366365 +286,0.829414965,0.703288228,164,-1.828626729,0.6948433129,6637.1475518 +287,-1.337537566,0.42332223,164,-1.828626729,0.6948433129,1955.4521446 +288,0.882453706,0.454478077,164,-1.828626729,0.6948433129,7621.9092389 +289,1.575629659,0.416419109,164,-1.828626729,0.6948433129,7936.3379124 +290,-1.039455679,0.229888244,164,-1.828626729,0.6948433129,3298.894622 +291,0.489558039,0.934482747,164,-1.828626729,0.6948433129,5405.3762328 +292,0.081344504,0.88384514,164,-1.828626729,0.6948433129,4877.3865657 +293,-1.547979814,0.300350308,164,-1.828626729,0.6948433129,1836.0048066 +294,0.040776181,0.168560074,164,-1.828626729,0.6948433129,6679.9115528 +295,-1.130374745,0.563894876,164,-1.828626729,0.6948433129,2275.3494001 +296,1.578326642,0.478507176,164,-1.828626729,0.6948433129,7694.2176148 +297,-1.12861823,-0.291640865,164,-1.828626729,0.6948433129,4683.8828489 +298,0.310524208,0.770885792,164,-1.828626729,0.6948433129,5627.3311272 +299,0.415649091,-0.387246002,164,-1.828626729,0.6948433129,9213.1831055 +300,-0.926533878,-0.188022748,164,-1.828626729,0.6948433129,4813.3529602 +301,1.258856172,-0.11716081,164,-1.828626729,0.6948433129,10147.561951 +302,-1.126050026,0.322941926,164,-1.828626729,0.6948433129,2807.6541997 +303,2.002785835,0.07893892,164,-1.828626729,0.6948433129,8482.3164321 +304,0.440437607,0.746258085,164,-1.828626729,0.6948433129,5936.1712185 +305,-0.030391866,0.214441206,164,-1.828626729,0.6948433129,6352.6172141 +306,0.521557815,-0.058929362,164,-1.828626729,0.6948433129,8656.5118429 +307,-0.097005111,0.13317729,164,-1.828626729,0.6948433129,6368.1206202 +308,1.83113859,0.221857587,164,-1.828626729,0.6948433129,8342.1331761 +309,0.222428864,0.099404236,164,-1.828626729,0.6948433129,7385.709298 +310,-1.702731345,0.8728568183,164,-1.828626729,0.6948433129,787.72317529 +311,-0.418507569,0.278324921,164,-1.828626729,0.6948433129,5039.6150552 +312,-1.41153306,0.339029988,164,-1.828626729,0.6948433129,1999.6185691 +313,0.357560442,0.114788776,164,-1.828626729,0.6948433129,7711.1884071 +314,0.325818979,0.268352149,164,-1.828626729,0.6948433129,7175.393953 +315,-1.246004659,-0.663679965,164,-1.828626729,0.6948433129,5781.9231268 +316,1.814603087,0.637404484,164,-1.828626729,0.6948433129,6859.3681864 +317,1.843704281,-0.18300445,164,-1.828626729,0.6948433129,9690.2361676 +318,1.690644492,-0.211480909,164,-1.828626729,0.6948433129,10118.028418 +319,-1.275451936,0.068109467,164,-1.828626729,0.6948433129,3174.6241456 +320,0.762430171,-0.207594741,164,-1.828626729,0.6948433129,9718.9591205 +321,0.265668905,-0.014647884,164,-1.828626729,0.6948433129,7823.238284 +322,-2.773032013,-0.335515811,164,-1.828626729,0.6948433129,5366.079459 +323,-1.469512853,0.174058777,164,-1.828626729,0.6948433129,2419.5277243 +324,0.286276986,0.785925691,164,-1.828626729,0.6948433129,5537.4282762 +325,-1.379324697,0.377432233,164,-1.828626729,0.6948433129,1967.312592 +326,-1.203778265,0.212813032,164,-1.828626729,0.6948433129,2897.3810866 +327,0.579916301,0.611743168,164,-1.828626729,0.6948433129,6617.1707271 +328,0.267582642,0.868113908,164,-1.828626729,0.6948433129,5263.554575 +329,0.412869244,-0.050245578,164,-1.828626729,0.6948433129,8337.134713 +330,0.17524381,0.976660285,164,-1.828626729,0.6948433129,4805.2206304 +331,0.743157214,0.204812899,164,-1.828626729,0.6948433129,8309.8666917 +332,-1.070758176,0.269382282,164,-1.828626729,0.6948433129,3104.8942518 +333,-1.230364251,0.329790229,164,-1.828626729,0.6948433129,2496.4343645 +334,-1.374813124,-0.024926835,164,-1.828626729,0.6948433129,3291.0936112 +335,0.519780566,0.463669906,164,-1.828626729,0.6948433129,7002.0140061 +336,-1.55108034,0.239698561,164,-1.828626729,0.6948433129,2045.1493729 +337,0.180294813,0.029739425,164,-1.828626729,0.6948433129,7456.6679034 +338,0.67820924,0.268170153,164,-1.828626729,0.6948433129,7968.4126235 +339,0.445798684,1.024001867,164,-1.828626729,0.6948433129,5062.6893491 +340,0.691751283,0.150521402,164,-1.828626729,0.6948433129,8395.2786669 +341,-1.036643551,-0.903056181,164,-1.828626729,0.6948433129,6893.1020809 +342,-0.120287036,1.083325163,164,-1.828626729,0.6948433129,4072.7278366 +343,2.823513113,-0.304487164,164,-1.828626729,0.6948433129,7165.9448741 +344,0.457583172,1.12513373,164,-1.828626729,0.6948433129,4760.931957 +345,0.042918831,0.813795399,164,-1.828626729,0.6948433129,4977.0439074 +346,1.196146777,-0.853142756,164,-1.828626729,0.6948433129,11735.533683 +347,0.206001358,-0.010430701,164,-1.828626729,0.6948433129,7639.5956143 +348,-0.268308653,0.234799412,164,-1.828626729,0.6948433129,5598.3290367 +349,0.759363263,0.736189579,164,-1.828626729,0.6948433129,6437.0599484 +350,0.181363926,0.891988372,164,-1.828626729,0.6948433129,5043.0157214 +351,-0.021111158,0.139103292,164,-1.828626729,0.6948433129,6577.4149012 +352,-0.093355215,0.630686981,164,-1.828626729,0.6948433129,5114.3648171 +353,0.40118964,0.681375926,164,-1.828626729,0.6948433129,6071.6208536 +354,-0.721197315,1.304706234,164,-1.828626729,0.6948433129,3105.8661565 +355,-1.076150317,0.212107639,164,-1.828626729,0.6948433129,3243.9414391 +356,-1.577164531,0.273993443,164,-1.828626729,0.6948433129,1879.8132596 +357,-0.190788414,0.182208586,164,-1.828626729,0.6948433129,5962.653274 +358,-0.261349752,0.209710184,164,-1.828626729,0.6948433129,5681.8244204 +359,-1.029303852,0.083549259,164,-1.828626729,0.6948433129,3736.4380351 +360,-1.268609162,0.330525297,164,-1.828626729,0.6948433129,2390.2875744 +361,1.282982244,-0.926641967,164,-1.828626729,0.6948433129,11522.125849 +362,0.217352334,0.731352408,164,-1.828626729,0.6948433129,5561.1079831 +363,-1.511833084,0.258629297,164,-1.828626729,0.6948433129,2047.0423844 +364,0.338812194,0.823184618,164,-1.828626729,0.6948433129,5520.8377668 +365,-0.324406489,1.134201999,164,-1.828626729,0.6948433129,3664.019804 +366,1.389579348,0.399185724,164,-1.828626729,0.6948433129,8101.1493612 +367,2.047152199,-0.039082036,164,-1.828626729,0.6948433129,8745.3464833 +368,0.947780369,0.568250077,164,-1.828626729,0.6948433129,7264.480678 +369,0.763824846,0.576754987,164,-1.828626729,0.6948433129,7019.8431061 +370,-0.142334657,0.928153068,164,-1.828626729,0.6948433129,4330.8629189 +371,0.610266567,0.547265983,164,-1.828626729,0.6948433129,6888.1430573 +372,0.210731629,0.746815056,164,-1.828626729,0.6948433129,5503.5888135 +373,-1.34931644,0.316895224,164,-1.828626729,0.6948433129,2218.7719205 +374,2.407696481,0.655030745,164,-1.828626729,0.6948433129,5781.8810251 +375,0.64207831,0.545359131,164,-1.828626729,0.6948433129,6947.9647609 +376,1.174597538,0.840588356,164,-1.828626729,0.6948433129,6342.5956298 +377,0.660059424,0.010604079,164,-1.828626729,0.6948433129,8787.383599 +378,-0.730263819,0.010486456,164,-1.828626729,0.6948433129,4779.137984 +379,0.831068936,0.512339172,164,-1.828626729,0.6948433129,7343.5862943 +380,1.301180979,0.72367476,164,-1.828626729,0.6948433129,6824.9382271 +381,1.811128231,0.322854402,164,-1.828626729,0.6948433129,8012.4043331 +382,0.435105812,0.992284428,164,-1.828626729,0.6948433129,5148.1551657 +383,0.62643634,0.592027932,164,-1.828626729,0.6948433129,6761.1671573 +384,0.492988703,-0.516339467,164,-1.828626729,0.6948433129,9714.4673238 +385,-0.162469483,0.112549365,164,-1.828626729,0.6948433129,6224.9692852 +386,0.314630866,0.472006421,164,-1.828626729,0.6948433129,6537.1583049 +387,0.166744804,0.822815954,164,-1.828626729,0.6948433129,5204.1391605 +388,0.417159608,0.965805736,164,-1.828626729,0.6948433129,5206.2651014 +389,0.106334961,0.868774244,164,-1.828626729,0.6948433129,4964.315274 +390,0.815086969,-0.338144359,164,-1.828626729,0.6948433129,10239.331449 +391,0.59867455,-0.230624824,164,-1.828626729,0.6948433129,9356.8615395 +392,1.915104874,0.066220985,164,-1.828626729,0.6948433129,8718.1160905 +393,1.278093622,0.064463721,164,-1.828626729,0.6948433129,9433.5527535 +394,-0.061477853,0.302997961,164,-1.828626729,0.6948433129,6031.686462 +395,0.251311504,0.626976942,164,-1.828626729,0.6948433129,5934.7535213 +396,2.950242872,0.149095644,164,-1.828626729,0.6948433129,5643.2611021 +397,-0.180294708,0.35375117,164,-1.828626729,0.6948433129,5561.4021996 +398,1.010448592,-0.351180233,164,-1.828626729,0.6948433129,10738.792523 +399,-1.748740498,0.3686318073,164,-1.828626729,0.6948433129,1320.0789415 +400,2.699635665,0.123533791,164,-1.828626729,0.6948433129,6462.4041829 +401,0.496808033,0.823843254,164,-1.828626729,0.6948433129,5776.1814831 +402,0.129574704,0.763364087,164,-1.828626729,0.6948433129,5290.5378029 +403,1.798920311,0.817447563,164,-1.828626729,0.6948433129,6212.5633241 +404,0.335987953,0.746786541,164,-1.828626729,0.6948433129,5747.4571928 +405,-1.085413643,0.292154671,164,-1.828626729,0.6948433129,3003.4854063 +406,-0.155321003,0.508207011,164,-1.828626729,0.6948433129,5250.1187828 +407,0.620529244,-0.301175104,164,-1.828626729,0.6948433129,9608.5120375 +408,1.684402744,0.368716966,164,-1.828626729,0.6948433129,8012.8922556 +409,0.300582244,-0.386397212,164,-1.828626729,0.6948433129,8862.1311319 +410,2.913555946,-0.009225192,164,-1.828626729,0.6948433129,6154.6818457 +411,1.465101417,0.493232532,164,-1.828626729,0.6948433129,7704.5671699 +412,0.090612882,0.907955955,164,-1.828626729,0.6948433129,4833.9014594 +413,2.987564726,-0.729568594,164,-1.828626729,0.6948433129,7712.2437358 +414,-1.484261606,0.224149272,164,-1.828626729,0.6948433129,2217.9474742 +415,0.164073421,0.303955133,164,-1.828626729,0.6948433129,6652.5776206 +416,0.141441293,0.167552546,164,-1.828626729,0.6948433129,6969.6758404 +417,2.931321023,-0.506718887,164,-1.828626729,0.6948433129,7341.0737544 +418,2.21951565,0.700596356,164,-1.828626729,0.6948433129,6020.7775394 +419,0.268112576,1.199114336,164,-1.828626729,0.6948433129,4344.2268915 +420,0.978913739,0.359223811,164,-1.828626729,0.6948433129,8089.8197242 +421,1.210898818,0.522863584,164,-1.828626729,0.6948433129,7605.9000571 +422,2.347397336,0.129231362,164,-1.828626729,0.6948433129,7456.8817067 +423,0.614394501,0.556878345,164,-1.828626729,0.6948433129,6862.2039041 +424,-1.398079356,0.148483366,164,-1.828626729,0.6948433129,2645.7748351 +425,2.535303836,-0.112984496,164,-1.828626729,0.6948433129,7565.7758334 +426,-1.019372593,-0.405322349,164,-1.828626729,0.6948433129,5283.7599383 +427,-1.297785627,-0.160104069,164,-1.828626729,0.6948433129,3906.1707779 +428,2.144554488,0.205051084,164,-1.828626729,0.6948433129,7750.0631405 +429,-2.242387083,-0.426171285,164,-1.828626729,0.6948433129,4696.13854 +430,0.338637212,0.909723676,164,-1.828626729,0.6948433129,5260.0211104 +431,-0.148798452,0.691042401,164,-1.828626729,0.6948433129,4832.3766118 +432,0.893524764,0.441829531,164,-1.828626729,0.6948433129,7682.431201 +433,0.969229347,-0.368847936,164,-1.828626729,0.6948433129,10707.226131 +434,0.436043248,0.800045688,164,-1.828626729,0.6948433129,5757.1142633 +435,1.687946607,1.081504775,164,-1.828626729,0.6948433129,5305.9454814 +436,0.522302046,-0.034889271,164,-1.828626729,0.6948433129,8587.3135267 +437,-0.178996113,-0.438090009,164,-1.828626729,0.6948433129,7538.8790111 +438,-1.094339566,0.301444068,164,-1.828626729,0.6948433129,2953.8508708 +439,-1.064070054,0.242569932,164,-1.828626729,0.6948433129,3195.0949063 +440,-1.068153768,0.230387998,164,-1.828626729,0.6948433129,3216.3869211 +441,-3.00496892,-0.23989155,164,-1.828626729,0.6948433129,5687.0462231 +442,0.21751974,0.766874888,164,-1.828626729,0.6948433129,5460.169077 +443,0.117229532,0.007619006,164,-1.828626729,0.6948433129,7331.6414798 +444,0.777758451,0.420554741,164,-1.828626729,0.6948433129,7603.492506 +445,-0.252356999,0.250747086,164,-1.828626729,0.6948433129,5606.3073448 +446,0.363148444,0.768483434,164,-1.828626729,0.6948433129,5730.7633163 +447,0.903191366,-0.118210676,164,-1.828626729,0.6948433129,9735.1565249 +448,-0.205755923,0.149406178,164,-1.828626729,0.6948433129,6000.9190895 +449,1.811996086,0.02364353,164,-1.828626729,0.6948433129,9072.609082 +450,-1.100670221,0.314845373,164,-1.828626729,0.6948433129,2901.2465438 +451,0.340078597,0.850105132,164,-1.828626729,0.6948433129,5441.6540201 +452,0.258757267,0.804969236,164,-1.828626729,0.6948433129,5430.280193 +453,2.78505352,-0.155160804,164,-1.828626729,0.6948433129,6913.6061674 +454,0.800551619,0.105822106,164,-1.828626729,0.6948433129,8761.5417585 +455,0.437940882,-0.506194031,164,-1.828626729,0.6948433129,9527.9542232 +456,2.230431122,0.63458615,164,-1.828626729,0.6948433129,6207.7984411 +457,0.527965361,0.127667701,164,-1.828626729,0.6948433129,8103.8571368 +458,-0.063643205,0.702093448,164,-1.828626729,0.6948433129,5013.6996529 +459,1.408447268,0.133010502,164,-1.828626729,0.6948433129,9146.1080613 +460,0.523795955,0.280266966,164,-1.828626729,0.6948433129,7608.265808 +461,-0.975769313,0.072177659,164,-1.828626729,0.6948433129,3914.3510174 +462,0.549774164,-0.463663986,164,-1.828626729,0.6948433129,9783.6693352 +463,0.29245874,1.095549818,164,-1.828626729,0.6948433129,4654.3045926 +464,0.143625958,0.816809593,164,-1.828626729,0.6948433129,5174.9473609 +465,0.671902494,0.611159853,164,-1.828626729,0.6948433129,6765.522566 +466,1.239840988,0.6724199,164,-1.828626729,0.6948433129,7021.6246766 +467,0.607829703,-0.10932137,164,-1.828626729,0.6948433129,9031.6061099 +468,1.763020906,0.263996692,164,-1.828626729,0.6948433129,8298.7790233 +469,0.378714634,0.726066797,164,-1.828626729,0.6948433129,5890.2113297 +470,2.196736143,-0.153862366,164,-1.828626729,0.6948433129,8670.5870852 +471,0.01702415,0.148991565,164,-1.828626729,0.6948433129,6663.0255615 +472,-2.998490902,-0.158002487,164,-1.828626729,0.6948433129,5443.2754131 +473,-3.051262951,-0.346595608,164,-1.828626729,0.6948433129,6107.0808191 +474,-1.069176439,0.182802941,164,-1.828626729,0.6948433129,3344.6358395 +475,0.167157509,0.595344954,164,-1.828626729,0.6948433129,5837.7816052 +476,0.613855648,0.681746124,164,-1.828626729,0.6948433129,6432.2329216 +477,1.037012736,0.682555367,164,-1.828626729,0.6948433129,6897.1454336 +478,-1.253574971,0.379755746,164,-1.828626729,0.6948433129,2300.5441969 +479,3.108590453,-0.132620738,164,-1.828626729,0.6948433129,5884.4990839 +480,0.565301296,0.022333262,164,-1.828626729,0.6948433129,8523.1345585 +481,0.547898238,0.855555614,164,-1.828626729,0.6948433129,5745.5254702 +482,0.948309381,0.417393755,164,-1.828626729,0.6948433129,7836.7595295 +483,-0.050600732,0.945269213,164,-1.828626729,0.6948433129,4476.6597517 +484,-0.977651478,-0.572363064,164,-1.828626729,0.6948433129,5909.012272 +485,1.102014914,0.728861163,164,-1.828626729,0.6948433129,6753.7403089 +486,2.927300795,-0.282939414,164,-1.828626729,0.6948433129,6804.8851164 +487,-1.154565557,0.124434095,164,-1.828626729,0.6948433129,3287.0779714 +488,1.855331234,0.291044755,164,-1.828626729,0.6948433129,8055.3673663 +489,0.830290659,0.276904518,164,-1.828626729,0.6948433129,8202.5038769 +490,0.485104466,-0.234867441,164,-1.828626729,0.6948433129,9047.4071744 +491,0.521367572,-0.33161327,164,-1.828626729,0.6948433129,9399.1161068 +1,-1.539031704,0.7349710123,165,-1.863329418,0.6735427691,1006.4978091 +2,-1.536990553,0.7349663874,165,-1.863329418,0.6735427691,1012.4387537 +3,-1.534951779,0.7349571355,165,-1.863329418,0.6735427691,1018.3721581 +4,-1.532906461,0.7349480293,165,-1.863329418,0.6735427691,1024.326529 +5,-1.531320211,0.7346937278,165,-1.863329418,0.6735427691,1028.8213177 +6,-1.539451648,0.7335131775,165,-1.863329418,0.6735427691,1004.5060125 +7,-1.537429487,0.7335445708,165,-1.863329418,0.6735427691,1010.4218328 +8,-1.535484998,0.7335658704,165,-1.863329418,0.6735427691,1016.1070028 +9,-1.533488396,0.7336036027,165,-1.863329418,0.6735427691,1021.9535381 +10,-1.531497785,0.7335842962,165,-1.863329418,0.6735427691,1027.7557623 +11,-1.530259379,0.7334777758,165,-1.863329418,0.6735427691,1031.3210026 +12,-1.5335454,0.7322346912,165,-1.863329418,0.6735427691,1021.1245952 +13,-1.531489083,0.7322238773,165,-1.863329418,0.6735427691,1027.1341462 +14,-1.530011122,0.7321679851,165,-1.863329418,0.6735427691,1031.4323718 +15,-1.53348106,0.7306614094,165,-1.863329418,0.6735427691,1020.5859834 +16,-1.531441779,0.7306962275,165,-1.863329418,0.6735427691,1026.5787331 +17,-1.529755654,0.7306933243,165,-1.863329418,0.6735427691,1031.5204584 +18,-1.533415048,0.7291384674,165,-1.863329418,0.6735427691,1020.1112919 +19,-1.531392093,0.7291705353,165,-1.863329418,0.6735427691,1026.0661233 +20,-1.529296523,0.7291214933,165,-1.863329418,0.6735427691,1032.2016065 +21,-1.535280942,0.727267644,165,-1.863329418,0.6735427691,1013.8454756 +22,-1.533378158,0.7276139666,165,-1.863329418,0.6735427691,1019.5855258 +23,-1.531340368,0.7276446587,165,-1.863329418,0.6735427691,1025.5944203 +24,-1.528960113,0.7276398177,165,-1.863329418,0.6735427691,1032.598238 +25,-1.533313146,0.7260818349,165,-1.863329418,0.6735427691,1019.1747809 +26,-1.531259555,0.7260958115,165,-1.863329418,0.6735427691,1025.2349486 +27,-1.528926415,0.7260865555,165,-1.863329418,0.6735427691,1032.1119518 +28,-1.531226779,0.7245511789,165,-1.863329418,0.6735427691,1024.7715239 +29,-1.528904772,0.7245519194,165,-1.863329418,0.6735427691,1031.6323432 +30,-1.547195875,0.7409785979,165,-1.863329418,0.6735427691,986.45072069 +31,-1.5451475,0.740980426,165,-1.863329418,0.6735427691,992.35500128 +32,-1.543097679,0.7409798872,165,-1.863329418,0.6735427691,998.26422035 +33,-1.540720364,0.7409892687,165,-1.863329418,0.6735427691,1005.1267465 +34,-1.547188511,0.7395198392,165,-1.863329418,0.6735427691,985.52133015 +35,-1.545148587,0.7395226109,165,-1.863329418,0.6735427691,991.41515959 +36,-1.543104538,0.7395314908,165,-1.863329418,0.6735427691,997.32686342 +37,-1.540727751,0.7395306258,165,-1.863329418,0.6735427691,1004.1965647 +38,-1.547187029,0.7380014886,165,-1.863329418,0.6735427691,984.57049206 +39,-1.545147315,0.7380012252,165,-1.863329418,0.6735427691,990.47550512 +40,-1.54310719,0.7380060743,165,-1.863329418,0.6735427691,996.38687312 +41,-1.540719671,0.7380068206,165,-1.863329418,0.6735427691,1003.3044173 +42,-1.547187189,0.7364799098,165,-1.863329418,0.6735427691,983.64809684 +43,-1.545149996,0.7364853874,165,-1.863329418,0.6735427691,989.56269649 +44,-1.543106091,0.7364823484,165,-1.863329418,0.6735427691,995.49375555 +45,-1.540717158,0.7364893901,165,-1.863329418,0.6735427691,1002.4345641 +46,-1.538663972,0.7410138672,165,-1.863329418,0.6735427691,1011.0754293 +47,-1.53695285,0.7409699132,165,-1.863329418,0.6735427691,1015.9868768 +48,-1.534910498,0.7409641297,165,-1.863329418,0.6735427691,1021.8802621 +49,-1.533145034,0.7409536636,165,-1.863329418,0.6735427691,1026.9731326 +50,-1.538681336,0.7395405883,165,-1.863329418,0.6735427691,1010.1201419 +51,-1.536999189,0.7395183096,165,-1.863329418,0.6735427691,1014.9725577 +52,-1.534923633,0.7395144222,165,-1.863329418,0.6735427691,1020.9760096 +53,-1.533267822,0.7395654306,165,-1.863329418,0.6735427691,1025.7982763 +54,-1.53867273,0.7380151077,165,-1.863329418,0.6735427691,1009.2417834 +55,-1.536980576,0.7379994392,165,-1.863329418,0.6735427691,1014.1385105 +56,-1.534931522,0.7379944961,165,-1.863329418,0.6735427691,1020.0780121 +57,-1.533387952,0.7379480264,165,-1.863329418,0.6735427691,1024.529749 +58,-1.538682279,0.7364914363,165,-1.863329418,0.6735427691,1008.3464326 +59,-1.536980704,0.7364810563,165,-1.863329418,0.6735427691,1013.2846874 +60,-1.534935567,0.7364752065,165,-1.863329418,0.6735427691,1019.2254679 +61,-1.533042592,0.7363876366,165,-1.863329418,0.6735427691,1024.682071 +62,-1.545143426,0.7349628011,165,-1.863329418,0.6735427691,988.7078545 +63,-1.543105297,0.7349691947,165,-1.863329418,0.6735427691,994.64067573 +64,-1.541064533,0.7349647152,165,-1.863329418,0.6735427691,1000.5769662 +65,-1.545411803,0.7334624714,165,-1.863329418,0.6735427691,987.09892655 +66,-1.543446606,0.7334780896,165,-1.863329418,0.6735427691,992.83648735 +67,-1.541475327,0.7334957295,165,-1.863329418,0.6735427691,998.59421193 +68,-1.545401939,0.731963266,165,-1.863329418,0.6735427691,986.33439345 +69,-1.54342253,0.7319915583,165,-1.863329418,0.6735427691,992.13179687 +70,-1.541455867,0.7320216438,165,-1.863329418,0.6735427691,997.89395621 +71,-1.545410146,0.7304422281,165,-1.863329418,0.6735427691,985.54069753 +72,-1.543435491,0.7304713664,165,-1.863329418,0.6735427691,991.3362086 +73,-1.541463105,0.7304997613,165,-1.863329418,0.6735427691,997.1257165 +74,-1.545414768,0.7289194936,165,-1.863329418,0.6735427691,984.79212684 +75,-1.543435774,0.7289538557,165,-1.863329418,0.6735427691,990.61417136 +76,-1.541457714,0.7289765881,165,-1.863329418,0.6735427691,996.42901323 +77,-1.539449415,0.7320555866,165,-1.863329418,0.6735427691,1003.7753577 +78,-1.537429183,0.7321097681,165,-1.863329418,0.6735427691,1009.7079016 +79,-1.535472649,0.7321497267,165,-1.863329418,0.6735427691,1015.4480248 +80,-1.539457899,0.7305333307,165,-1.863329418,0.6735427691,1003.0147826 +81,-1.537453161,0.7305750503,165,-1.863329418,0.6735427691,1008.9071723 +82,-1.535479385,0.7306124949,165,-1.863329418,0.6735427691,1014.7076403 +83,-1.53946905,0.7290102593,165,-1.863329418,0.6735427691,1002.2808772 +84,-1.537459922,0.7290417293,165,-1.863329418,0.6735427691,1008.1926543 +85,-1.535451349,0.7290890157,165,-1.863329418,0.6735427691,1014.1105046 +86,-1.535522937,0.7279887191,165,-1.863329418,0.6735427691,1013.4309831 +87,-1.539442524,0.7274735939,165,-1.863329418,0.6735427691,1001.6869426 +88,-1.537424111,0.727521351,165,-1.863329418,0.6735427691,1007.6440508 +89,-1.539384641,0.7259505092,165,-1.863329418,0.6735427691,1001.2269682 +90,-1.537372391,0.7259947145,165,-1.863329418,0.6735427691,1007.1750995 +91,-1.535340789,0.7260435356,165,-1.863329418,0.6735427691,1013.1825703 +92,-1.539325716,0.7244369706,165,-1.863329418,0.6735427691,1000.8095636 +93,-1.537308932,0.7244801057,165,-1.863329418,0.6735427691,1006.7810466 +94,-1.535289068,0.7245247645,165,-1.863329418,0.6735427691,1012.7626299 +95,-1.533261366,0.7245550236,165,-1.863329418,0.6735427691,1018.7626086 +96,-1.539267302,0.722921924,165,-1.863329418,0.6735427691,1000.4255941 +97,-1.537248972,0.7229660258,165,-1.863329418,0.6735427691,1006.4122029 +98,-1.535219431,0.7229916471,165,-1.863329418,0.6735427691,1012.4260251 +99,-1.53318962,0.7230212049,165,-1.863329418,0.6735427691,1018.4425606 +100,-1.531154816,0.7230299897,165,-1.863329418,0.6735427691,1024.4675732 +101,-1.528878341,0.7230370244,165,-1.863329418,0.6735427691,1031.2082096 +102,-1.539218189,0.7214009878,165,-1.863329418,0.6735427691,1000.0476891 +103,-1.537198791,0.7214422745,165,-1.863329418,0.6735427691,1006.0465758 +104,-1.535179266,0.7214634354,165,-1.863329418,0.6735427691,1012.0397447 +105,-1.533156501,0.7214944644,165,-1.863329418,0.6735427691,1018.0461757 +106,-1.53113574,0.7215166021,165,-1.863329418,0.6735427691,1024.0443739 +107,-1.528874248,0.7215345535,165,-1.863329418,0.6735427691,1030.7557143 +108,-1.539217656,0.7198512397,165,-1.863329418,0.6735427691,999.55244607 +109,-1.537199919,0.7199428763,165,-1.863329418,0.6735427691,1005.5716971 +110,-1.545425832,0.727397149,165,-1.863329418,0.6735427691,984.0603985 +111,-1.543371177,0.7273916949,165,-1.863329418,0.6735427691,990.09846295 +112,-1.541368852,0.7274523163,165,-1.863329418,0.6735427691,996.01263807 +113,-1.545349067,0.7258710923,165,-1.863329418,0.6735427691,983.62139259 +114,-1.54332671,0.7258603556,165,-1.863329418,0.6735427691,989.57443711 +115,-1.541346831,0.7259242142,165,-1.863329418,0.6735427691,995.43419504 +116,-1.545324355,0.7243383958,165,-1.863329418,0.6735427691,983.06296958 +117,-1.543292796,0.7243617413,165,-1.863329418,0.6735427691,989.06862366 +118,-1.541295822,0.7244024384,165,-1.863329418,0.6735427691,994.97967205 +119,-1.543193859,0.7205570215,165,-1.863329418,0.6735427691,987.97950916 +120,-1.550257047,0.7386738187,165,-1.863329418,0.6735427691,976.11433324 +121,-1.549335448,0.7311736483,165,-1.863329418,0.6735427691,974.43026806 +122,-1.533478843,0.7179891343,165,-1.863329418,0.6735427691,1016.0837196 +123,-1.556150555,0.738907041,165,-1.863329418,0.6735427691,959.24829038 +124,-1.554324226,0.733414257,165,-1.863329418,0.6735427691,961.10955702 +125,-1.554290846,0.7288285332,165,-1.863329418,0.6735427691,958.72244849 +126,-1.55122487,0.7219795312,165,-1.863329418,0.6735427691,964.70047666 +127,-1.525104458,0.7229399862,165,-1.863329418,0.6735427691,1042.3515155 +128,-1.519607711,0.7236181429,165,-1.863329418,0.6735427691,1058.8301338 +129,-1.513899999,0.7251107854,165,-1.863329418,0.6735427691,1076.1582445 +130,-1.536620762,0.7431061895,165,-1.863329418,0.6735427691,1018.2943498 +131,-1.5369566,0.7460845958,165,-1.863329418,0.6735427691,1019.3245732 +132,-1.545345528,0.7447040685,165,-1.863329418,0.6735427691,994.32519994 +133,-1.532813921,0.7432306626,165,-1.863329418,0.6735427691,1029.3312841 +134,-1.554788248,0.7382381001,165,-1.863329418,0.6735427691,962.73808003 +135,-1.540348126,0.7301594274,165,-1.863329418,0.6735427691,1000.2305555 +136,-1.538016084,0.7239051786,165,-1.863329418,0.6735427691,1004.479864 +137,-1.525288962,0.7258085137,165,-1.863329418,0.6735427691,1042.7441769 +138,-1.534326986,0.731241342,165,-1.863329418,0.6735427691,1018.3724413 +139,-1.530733872,0.7303625216,165,-1.863329418,0.6735427691,1028.5078336 +141,-1.534354939,0.7328219978,165,-1.863329418,0.6735427691,1019.0399031 +142,-1.53157084,0.7292888153,165,-1.863329418,0.6735427691,1025.5910042 +143,-1.525691035,0.7263799874,165,-1.863329418,0.6735427691,1041.7598466 +144,-1.534031287,0.7495967835,165,-1.863329418,0.6735427691,1030.1787687 +145,-1.527714986,0.7283095957,165,-1.863329418,0.6735427691,1036.5240113 +146,-1.526189586,0.7271468292,165,-1.863329418,0.6735427691,1040.5698862 +147,-1.555177336,0.7375563366,165,-1.863329418,0.6735427691,961.16959374 +148,-1.555080283,0.7312707794,165,-1.863329418,0.6735427691,957.69908788 +149,-1.53856994,0.7224180299,165,-1.863329418,0.6735427691,1002.3125723 +150,-1.530837883,0.729933372,165,-1.863329418,0.6735427691,1028.0171869 +151,-1.515066984,0.5854133365,165,-1.863329418,0.6735427691,1165.6626983 +152,-1.534731633,0.5368370046,165,-1.863329418,0.6735427691,1196.3584845 +153,-1.515231902,0.5607085576,165,-1.863329418,0.6735427691,1206.8721084 +154,-2.616253799,1.0684566605,165,-1.863329418,0.6735427691,2404.7320507 +155,-1.956071439,0.5792177723,165,-1.863329418,0.6735427691,477.46686832 +156,-1.951208514,0.5602434208,165,-1.863329418,0.6735427691,530.83352381 +157,-1.944675062,0.6062144545,165,-1.863329418,0.6735427691,371.27738185 +158,-1.613778386,0.6077989518,165,-1.863329418,0.6735427691,833.08059759 +159,-2.035029014,0.6021432345,165,-1.863329418,0.6735427691,614.75207448 +160,-2.114989471,0.6801825058,165,-1.863329418,0.6735427691,776.70084158 +161,-2.037382079,0.5765830025,165,-1.863329418,0.6735427691,677.61498832 +162,-2.129855121,0.6585019963,165,-1.863329418,0.6735427691,831.26170322 +163,-2.075141798,0.6493615843,165,-1.863329418,0.6735427691,668.43131398 +164,-1.828626729,0.6948433129,165,-1.863329418,0.6735427691,135.8795629 +165,-1.863329418,0.6735427691,165,-1.863329418,0.6735427691,155.08158272 +166,-1.266037071,0.727988852,165,-1.863329418,0.6735427691,1809.1568207 +167,-1.277579582,0.7249010648,165,-1.863329418,0.6735427691,1776.079468 +168,-1.258418684,0.7241194816,165,-1.863329418,0.6735427691,1832.9664335 +169,-1.317813974,0.6804850104,165,-1.863329418,0.6735427691,1676.1002945 +170,-1.344165204,0.6790988904,165,-1.863329418,0.6735427691,1596.7361019 +171,-1.427582102,0.5277120351,165,-1.863329418,0.6735427691,1530.4092502 +172,-1.402238616,0.457167829,165,-1.863329418,0.6735427691,1755.0111968 +173,-1.422454264,0.4996161999,165,-1.863329418,0.6735427691,1602.1248694 +174,-1.439089277,0.4894859811,165,-1.863329418,0.6735427691,1575.2647873 +175,-1.448126995,0.5182330266,165,-1.863329418,0.6735427691,1487.9069075 +176,-1.474626146,0.5881926574,165,-1.863329418,0.6735427691,1284.836108 +177,-1.421139645,0.5584869783,165,-1.863329418,0.6735427691,1494.80776 +178,-1.457037165,0.565943032,165,-1.863329418,0.6735427691,1373.1740703 +179,-2.757159358,0.3745319,165,-1.863329418,0.6735427691,3239.0149961 +180,-2.714309238,0.342054471,165,-1.863329418,0.6735427691,3180.1396571 +181,-2.000525337,0.774119946,165,-1.863329418,0.6735427691,569.14453253 +183,-1.571413436,0.6777838382,165,-1.863329418,0.6735427691,901.13132372 +184,-1.552860289,0.6987663893,165,-1.863329418,0.6735427691,955.0790317 +185,-1.521852374,0.7165827476,165,-1.863329418,0.6735427691,1050.4035615 +186,-1.503656267,0.6928968252,165,-1.863329418,0.6735427691,1105.1108545 +187,-1.502753178,0.7136205882,165,-1.863329418,0.6735427691,1107.0291618 +188,-1.631894563,0.7343596465,165,-1.863329418,0.6735427691,738.21666793 +189,-1.653765416,0.6770714026,165,-1.863329418,0.6735427691,647.57766784 +190,-1.719812114,0.6715965947,165,-1.863329418,0.6735427691,444.59044392 +191,-1.493406659,0.6646955447,165,-1.863329418,0.6735427691,1147.2901771 +192,-1.469120564,0.6613469966,165,-1.863329418,0.6735427691,1224.2428456 +193,-1.590551461,0.5326612937,165,-1.863329418,0.6735427691,1048.0830227 +194,-1.625979264,0.5247742243,165,-1.863329418,0.6735427691,972.84831487 +195,-1.572293943,0.5238808754,165,-1.863329418,0.6735427691,1118.9946645 +196,-1.610848725,0.5477107964,165,-1.863329418,0.6735427691,957.28348157 +197,-1.208485554,0.7918526018,165,-1.863329418,0.6735427691,1965.2422579 +198,-1.335601374,0.6869083083,165,-1.863329418,0.6735427691,1618.3411961 +199,-1.346156996,0.6825213377,165,-1.863329418,0.6735427691,1588.6862736 +200,-1.324381037,0.6741422347,165,-1.863329418,0.6735427691,1660.187024 +201,-1.242424992,0.7378949807,165,-1.863329418,0.6735427691,1875.4223296 +202,-1.270370057,0.7392461008,165,-1.863329418,0.6735427691,1793.4007953 +203,-1.448950472,0.7441675014,165,-1.863329418,0.6735427691,1272.4514525 +204,-1.492662363,0.7523026852,165,-1.863329418,0.6735427691,1150.0812122 +205,-1.479098966,0.7763855017,165,-1.863329418,0.6735427691,1205.3331701 +206,-1.633760714,0.7869022408,165,-1.863329418,0.6735427691,811.17569673 +207,-1.647406434,0.8101289331,165,-1.863329418,0.6735427691,829.08704051 +208,-1.564245052,0.5701509278,165,-1.863329418,0.6735427691,1044.2462786 +209,-1.646289963,0.6833746083,165,-1.863329418,0.6735427691,669.91260662 +210,-1.5820631,0.6751952144,165,-1.863329418,0.6735427691,869.12253681 +211,-1.613236298,0.6681681791,165,-1.863329418,0.6735427691,775.44729883 +212,-1.914661867,0.8212566515,165,-1.863329418,0.6735427691,603.67974133 +213,-1.742133237,0.7250275956,165,-1.863329418,0.6735427691,420.0018583 +214,-2.033144872,0.6557314699,165,-1.863329418,0.6735427691,533.88123725 +215,-2.039551981,0.6964723658,165,-1.863329418,0.6735427691,547.82014203 +216,-1.247341019,0.7622473908,165,-1.863329418,0.6735427691,1856.4722944 +217,-1.298239787,0.7084123392,165,-1.863329418,0.6735427691,1720.7011006 +218,-1.308539688,0.6926545592,165,-1.863329418,0.6735427691,1697.1960418 +219,-1.303263185,0.6888938396,165,-1.863329418,0.6735427691,1715.2224968 +220,-1.852400229,0.6004246149,165,-1.863329418,0.6735427691,291.70191171 +221,-1.288947707,0.7473773692,165,-1.863329418,0.6735427691,1737.9408071 +222,-1.372031502,0.7472790993,165,-1.863329418,0.6735427691,1496.5790371 +223,-1.289805721,0.7242157877,165,-1.863329418,0.6735427691,1740.1410797 +224,-1.350807603,0.7533498126,165,-1.863329418,0.6735427691,1558.7464804 +225,-1.329290365,0.7560442322,165,-1.863329418,0.6735427691,1621.0734636 +226,-1.410153004,0.616936428,165,-1.863329418,0.6735427691,1446.6202264 +227,-1.393445434,0.6308995063,165,-1.863329418,0.6735427691,1483.4335821 +228,-1.37595573,0.6241540638,165,-1.863329418,0.6735427691,1544.5471493 +229,-1.358388707,0.6172645205,165,-1.863329418,0.6735427691,1606.502833 +230,-1.753741133,0.8281661666,165,-1.863329418,0.6735427691,689.2419128 +231,-1.47430987,0.6834615681,165,-1.863329418,0.6735427691,1197.2419854 +232,-1.421012508,0.7222725206,165,-1.863329418,0.6735427691,1351.2509171 +233,-1.4476833,0.6978557868,165,-1.863329418,0.6735427691,1274.0920498 +234,-1.470370723,0.6966193374,165,-1.863329418,0.6735427691,1205.5690905 +235,-1.429211703,0.7037216883,165,-1.863329418,0.6735427691,1328.6655737 +236,-1.700578405,0.6178673663,165,-1.863329418,0.6735427691,559.75807129 +237,-1.678117619,0.6331716163,165,-1.863329418,0.6735427691,603.67950869 +238,-1.725644578,0.6316331145,165,-1.863329418,0.6735427691,463.81558063 +239,-2.14012759,0.7930497945,165,-1.863329418,0.6735427691,939.69131487 +240,-2.103289431,0.7653606263,165,-1.863329418,0.6735427691,800.70521499 +241,-1.318739838,0.7017808746,165,-1.863329418,0.6735427691,1662.0403152 +242,-1.396417427,0.7077900843,165,-1.863329418,0.6735427691,1426.5202485 +243,-1.35650337,0.7185539404,165,-1.863329418,0.6735427691,1543.6015247 +244,-1.248884539,0.7274156818,165,-1.863329418,0.6735427691,1859.8959876 +245,-1.395014798,0.5761185243,165,-1.863329418,0.6735427691,1547.114227 +246,-1.433377362,0.6064716109,165,-1.863329418,0.6735427691,1387.1920115 +247,-1.408172432,0.5903155476,165,-1.863329418,0.6735427691,1486.207335 +248,-1.749645898,0.7757118084,165,-1.863329418,0.6735427691,526.37182562 +249,-1.571626686,0.615046989,165,-1.863329418,0.6735427691,950.91431392 +250,-1.514070049,0.6303003037,165,-1.863329418,0.6735427691,1110.6828878 +251,-1.480890369,0.6237966528,165,-1.863329418,0.6735427691,1220.1263809 +252,-1.704390658,0.5281680612,165,-1.863329418,0.6735427691,774.54174887 +253,-1.64434733,0.5254277498,165,-1.863329418,0.6735427691,924.19818815 +254,-1.703855997,0.4792484842,165,-1.863329418,0.6735427691,933.05650328 +255,-1.692002383,0.5748825051,165,-1.863329418,0.6735427691,674.5780537 +256,-1.854136457,0.5544643913,165,-1.863329418,0.6735427691,472.60476179 +257,-1.665021206,0.520317736,165,-1.863329418,0.6735427691,887.69476496 +258,-1.733654349,0.4845187345,165,-1.863329418,0.6735427691,862.60022731 +259,-1.720938188,0.5135933906,165,-1.863329418,0.6735427691,786.61871087 +260,-1.742668307,0.553296122,165,-1.863329418,0.6735427691,615.68351872 +261,-1.965659039,0.7142126903,165,-1.863329418,0.6735427691,350.67456541 +262,-1.944438071,0.6772834804,165,-1.863329418,0.6735427691,251.14599253 +263,-1.270340967,0.7681487096,165,-1.863329418,0.6735427691,1790.5394049 +264,-1.353091884,0.6549276821,165,-1.863329418,0.6735427691,1586.3422496 +265,-1.333236659,0.6413584414,165,-1.863329418,0.6735427691,1659.3374852 +266,-1.352015998,0.6753788907,165,-1.863329418,0.6735427691,1575.0542787 +267,-1.377988483,0.6577816235,165,-1.863329418,0.6735427691,1507.5223126 +268,-2.13075611,0.8318642051,165,-1.863329418,0.6735427691,992.34698699 +269,-2.097910953,0.8259670014,165,-1.863329418,0.6735427691,907.0471922 +270,-1.416382069,0.6694271549,165,-1.863329418,0.6735427691,1381.5884672 +271,-1.538905672,0.7535625993,165,-1.863329418,0.6735427691,1019.393622 +272,-1.572309477,0.7803125099,165,-1.863329418,0.6735427691,957.11476399 +273,-1.87759879,0.7503853417,165,-1.863329418,0.6735427691,307.3618703 +274,1.152365588,0.590457682,165,-1.863329418,0.6735427691,7415.8090012 +275,0.350198001,0.718001859,165,-1.863329418,0.6735427691,5993.9202692 +276,0.046513677,0.491503852,165,-1.863329418,0.6735427691,5963.4818081 +277,0.027510309,0.742571376,165,-1.863329418,0.6735427691,5259.4168385 +278,0.306285725,-0.214631579,165,-1.863329418,0.6735427691,8592.1598662 +279,-1.100564889,0.318051531,165,-1.863329418,0.6735427691,2970.2583403 +280,-1.078582306,0.301437596,165,-1.863329418,0.6735427691,3076.118233 +281,-1.137371989,-0.617634065,165,-1.863329418,0.6735427691,5764.1011348 +282,0.784356344,0.703272339,165,-1.863329418,0.6735427691,6704.4498151 +283,-1.221209947,0.218327455,165,-1.863329418,0.6735427691,2885.5165214 +284,2.347301921,-0.449114658,165,-1.863329418,0.6735427691,8817.9209726 +285,0.246820618,0.830553713,165,-1.863329418,0.6735427691,5465.6301814 +286,0.829414965,0.703288228,165,-1.863329418,0.6735427691,6753.1035908 +287,-1.337537566,0.42332223,165,-1.863329418,0.6735427691,2021.2694045 +288,0.882453706,0.454478077,165,-1.863329418,0.6735427691,7740.8987855 +289,1.575629659,0.416419109,165,-1.863329418,0.6735427691,7987.5923961 +290,-1.039455679,0.229888244,165,-1.863329418,0.6735427691,3371.067499 +291,0.489558039,0.934482747,165,-1.863329418,0.6735427691,5527.7894162 +292,0.081344504,0.88384514,165,-1.863329418,0.6735427691,5009.8832481 +293,-1.547979814,0.300350308,165,-1.863329418,0.6735427691,1837.1869998 +294,0.040776181,0.168560074,165,-1.863329418,0.6735427691,6808.1315647 +295,-1.130374745,0.563894876,165,-1.863329418,0.6735427691,2383.495511 +296,1.578326642,0.478507176,165,-1.863329418,0.6735427691,7747.142303 +297,-1.12861823,-0.291640865,165,-1.863329418,0.6735427691,4694.4463497 +298,0.310524208,0.770885792,165,-1.863329418,0.6735427691,5758.8680517 +299,0.415649091,-0.387246002,165,-1.863329418,0.6735427691,9328.4586102 +300,-0.926533878,-0.188022748,165,-1.863329418,0.6735427691,4855.1243802 +301,1.258856172,-0.11716081,165,-1.863329418,0.6735427691,10238.923436 +302,-1.126050026,0.322941926,165,-1.863329418,0.6735427691,2882.6113679 +303,2.002785835,0.07893892,165,-1.863329418,0.6735427691,8454.5492409 +304,0.440437607,0.746258085,165,-1.863329418,0.6735427691,6065.4673658 +305,-0.030391866,0.214441206,165,-1.863329418,0.6735427691,6480.2818348 +306,0.521557815,-0.058929362,165,-1.863329418,0.6735427691,8790.9969234 +307,-0.097005111,0.13317729,165,-1.863329418,0.6735427691,6490.23415 +308,1.83113859,0.221857587,165,-1.863329418,0.6735427691,8349.2263059 +309,0.222428864,0.099404236,165,-1.863329418,0.6735427691,7516.9270997 +310,-1.702731345,0.8728568183,165,-1.863329418,0.6735427691,909.76837909 +311,-0.418507569,0.278324921,165,-1.863329418,0.6735427691,5156.2847488 +312,-1.41153306,0.339029988,165,-1.863329418,0.6735427691,2037.3588228 +313,0.357560442,0.114788776,165,-1.863329418,0.6735427691,7845.571247 +314,0.325818979,0.268352149,165,-1.863329418,0.6735427691,7310.988893 +315,-1.246004659,-0.663679965,165,-1.863329418,0.6735427691,5754.1721325 +316,1.814603087,0.637404484,165,-1.863329418,0.6735427691,6893.4929692 +317,1.843704281,-0.18300445,165,-1.863329418,0.6735427691,9656.4973607 +318,1.690644492,-0.211480909,165,-1.863329418,0.6735427691,10107.788905 +319,-1.275451936,0.068109467,165,-1.863329418,0.6735427691,3198.3169582 +320,0.762430171,-0.207594741,165,-1.863329418,0.6735427691,9854.7913609 +321,0.265668905,-0.014647884,165,-1.863329418,0.6735427691,7952.2752367 +322,-2.773032013,-0.335515811,165,-1.863329418,0.6735427691,5230.2100234 +323,-1.469512853,0.174058777,165,-1.863329418,0.6735427691,2421.3623469 +324,0.286276986,0.785925691,165,-1.863329418,0.6735427691,5669.0717637 +325,-1.379324697,0.377432233,165,-1.863329418,0.6735427691,2017.8726935 +326,-1.203778265,0.212813032,165,-1.863329418,0.6735427691,2948.5604719 +327,0.579916301,0.611743168,165,-1.863329418,0.6735427691,6745.7381988 +328,0.267582642,0.868113908,165,-1.863329418,0.6735427691,5393.4818438 +329,0.412869244,-0.050245578,165,-1.863329418,0.6735427691,8469.3987973 +330,0.17524381,0.976660285,165,-1.863329418,0.6735427691,4933.477512 +331,0.743157214,0.204812899,165,-1.863329418,0.6735427691,8441.2831128 +332,-1.070758176,0.269382282,165,-1.863329418,0.6735427691,3178.6332622 +333,-1.230364251,0.329790229,165,-1.863329418,0.6735427691,2560.5086429 +334,-1.374813124,-0.024926835,165,-1.863329418,0.6735427691,3290.0219727 +335,0.519780566,0.463669906,165,-1.863329418,0.6735427691,7135.0429773 +336,-1.55108034,0.239698561,165,-1.863329418,0.6735427691,2037.1039587 +337,0.180294813,0.029739425,165,-1.863329418,0.6735427691,7584.4763686 +338,0.67820924,0.268170153,165,-1.863329418,0.6735427691,8100.733706 +339,0.445798684,1.024001867,165,-1.863329418,0.6735427691,5183.0439661 +340,0.691751283,0.150521402,165,-1.863329418,0.6735427691,8529.1164427 +341,-1.036643551,-0.903056181,165,-1.863329418,0.6735427691,6866.3533251 +342,-0.120287036,1.083325163,165,-1.863329418,0.6735427691,4201.0072454 +343,2.823513113,-0.304487164,165,-1.863329418,0.6735427691,7043.9864414 +344,0.457583172,1.12513373,165,-1.863329418,0.6735427691,4876.6140412 +345,0.042918831,0.813795399,165,-1.863329418,0.6735427691,5111.3966245 +346,1.196146777,-0.853142756,165,-1.863329418,0.6735427691,11695.021328 +347,0.206001358,-0.010430701,165,-1.863329418,0.6735427691,7766.7944872 +348,-0.268308653,0.234799412,165,-1.863329418,0.6735427691,5718.69974 +349,0.759363263,0.736189579,165,-1.863329418,0.6735427691,6555.5384605 +350,0.181363926,0.891988372,165,-1.863329418,0.6735427691,5173.8253394 +351,-0.021111158,0.139103292,165,-1.863329418,0.6735427691,6702.5468756 +352,-0.093355215,0.630686981,165,-1.863329418,0.6735427691,5249.958058 +353,0.40118964,0.681375926,165,-1.863329418,0.6735427691,6203.2740277 +354,-0.721197315,1.304706234,165,-1.863329418,0.6735427691,3220.7508166 +355,-1.076150317,0.212107639,165,-1.863329418,0.6735427691,3310.2452529 +356,-1.577164531,0.273993443,165,-1.863329418,0.6735427691,1869.8036396 +357,-0.190788414,0.182208586,165,-1.863329418,0.6735427691,6083.4496147 +358,-0.261349752,0.209710184,165,-1.863329418,0.6735427691,5801.2028122 +359,-1.029303852,0.083549259,165,-1.863329418,0.6735427691,3793.5100074 +360,-1.268609162,0.330525297,165,-1.863329418,0.6735427691,2449.4722368 +361,1.282982244,-0.926641967,165,-1.863329418,0.6735427691,11441.23991 +362,0.217352334,0.731352408,165,-1.863329418,0.6735427691,5694.8949071 +363,-1.511833084,0.258629297,165,-1.863329418,0.6735427691,2050.6758839 +364,0.338812194,0.823184618,165,-1.863329418,0.6735427691,5650.5303863 +365,-0.324406489,1.134201999,165,-1.863329418,0.6735427691,3791.6155528 +366,1.389579348,0.399185724,165,-1.863329418,0.6735427691,8174.7016218 +367,2.047152199,-0.039082036,165,-1.863329418,0.6735427691,8700.3854638 +368,0.947780369,0.568250077,165,-1.863329418,0.6735427691,7376.8097522 +369,0.763824846,0.576754987,165,-1.863329418,0.6735427691,7142.1581298 +370,-0.142334657,0.928153068,165,-1.863329418,0.6735427691,4464.6469331 +371,0.610266567,0.547265983,165,-1.863329418,0.6735427691,7017.1770863 +372,0.210731629,0.746815056,165,-1.863329418,0.6735427691,5637.1995618 +373,-1.34931644,0.316895224,165,-1.863329418,0.6735427691,2263.6429525 +374,2.407696481,0.655030745,165,-1.863329418,0.6735427691,5764.589032 +375,0.64207831,0.545359131,165,-1.863329418,0.6735427691,7075.9765503 +376,1.174597538,0.840588356,165,-1.863329418,0.6735427691,6435.2717296 +377,0.660059424,0.010604079,165,-1.863329418,0.6735427691,8923.1157649 +378,-0.730263819,0.010486456,165,-1.863329418,0.6735427691,4856.8867771 +379,0.831068936,0.512339172,165,-1.863329418,0.6735427691,7464.1045772 +380,1.301180979,0.72367476,165,-1.863329418,0.6735427691,6908.8513338 +381,1.811128231,0.322854402,165,-1.863329418,0.6735427691,8029.0311931 +382,0.435105812,0.992284428,165,-1.863329418,0.6735427691,5270.0267737 +383,0.62643634,0.592027932,165,-1.863329418,0.6735427691,6888.6609986 +384,0.492988703,-0.516339467,165,-1.863329418,0.6735427691,9820.886076 +385,-0.162469483,0.112549365,165,-1.863329418,0.6735427691,6343.4532038 +386,0.314630866,0.472006421,165,-1.863329418,0.6735427691,6672.7734214 +387,0.166744804,0.822815954,165,-1.863329418,0.6735427691,5336.8769037 +388,0.417159608,0.965805736,165,-1.863329418,0.6735427691,5329.5926645 +389,0.106334961,0.868774244,165,-1.863329418,0.6735427691,5096.8446753 +390,0.815086969,-0.338144359,165,-1.863329418,0.6735427691,10374.350382 +391,0.59867455,-0.230624824,165,-1.863329418,0.6735427691,9489.1888795 +392,1.915104874,0.066220985,165,-1.863329418,0.6735427691,8700.7358938 +393,1.278093622,0.064463721,165,-1.863329418,0.6735427691,9520.6047276 +394,-0.061477853,0.302997961,165,-1.863329418,0.6735427691,6161.4023087 +395,0.251311504,0.626976942,165,-1.863329418,0.6735427691,6069.5933093 +396,2.950242872,0.149095644,165,-1.863329418,0.6735427691,5542.3280422 +397,-0.180294708,0.35375117,165,-1.863329418,0.6735427691,5689.7110541 +398,1.010448592,-0.351180233,165,-1.863329418,0.6735427691,10872.372723 +399,-1.748740498,0.3686318073,165,-1.863329418,0.6735427691,1269.3234492 +400,2.699635665,0.123533791,165,-1.863329418,0.6735427691,6374.9040018 +401,0.496808033,0.823843254,165,-1.863329418,0.6735427691,5901.8656082 +402,0.129574704,0.763364087,165,-1.863329418,0.6735427691,5424.8353013 +403,1.798920311,0.817447563,165,-1.863329418,0.6735427691,6257.0609691 +404,0.335987953,0.746786541,165,-1.863329418,0.6735427691,5879.04244 +405,-1.085413643,0.292154671,165,-1.863329418,0.6735427691,3078.5749427 +406,-0.155321003,0.508207011,165,-1.863329418,0.6735427691,5383.3535374 +407,0.620529244,-0.301175104,165,-1.863329418,0.6735427691,9738.8876675 +408,1.684402744,0.368716966,165,-1.863329418,0.6735427691,8048.4637574 +409,0.300582244,-0.386397212,165,-1.863329418,0.6735427691,8971.4818929 +410,2.913555946,-0.009225192,165,-1.863329418,0.6735427691,6045.1251284 +411,1.465101417,0.493232532,165,-1.863329418,0.6735427691,7770.7786543 +412,0.090612882,0.907955955,165,-1.863329418,0.6735427691,4965.6555306 +413,2.987564726,-0.729568594,165,-1.863329418,0.6735427691,7576.3718992 +414,-1.484261606,0.224149272,165,-1.863329418,0.6735427691,2222.9520446 +415,0.164073421,0.303955133,165,-1.863329418,0.6735427691,6786.8242195 +416,0.141441293,0.167552546,165,-1.863329418,0.6735427691,7100.6437445 +417,2.931321023,-0.506718887,165,-1.863329418,0.6735427691,7208.7368236 +418,2.21951565,0.700596356,165,-1.863329418,0.6735427691,6022.5242914 +419,0.268112576,1.199114336,165,-1.863329418,0.6735427691,4460.3043589 +420,0.978913739,0.359223811,165,-1.863329418,0.6735427691,8204.584805 +421,1.210898818,0.522863584,165,-1.863329418,0.6735427691,7698.3483856 +422,2.347397336,0.129231362,165,-1.863329418,0.6735427691,7397.0758826 +423,0.614394501,0.556878345,165,-1.863329418,0.6735427691,6990.8948822 +424,-1.398079356,0.148483366,165,-1.863329418,0.6735427691,2658.2799843 +425,2.535303836,-0.112984496,165,-1.863329418,0.6735427691,7470.4872528 +426,-1.019372593,-0.405322349,165,-1.863329418,0.6735427691,5297.1612955 +427,-1.297785627,-0.160104069,165,-1.863329418,0.6735427691,3905.5116482 +428,2.144554488,0.205051084,165,-1.863329418,0.6735427691,7717.23887 +429,-2.242387083,-0.426171285,165,-1.863329418,0.6735427691,4577.5044104 +430,0.338637212,0.909723676,165,-1.863329418,0.6735427691,5387.2007349 +431,-0.148798452,0.691042401,165,-1.863329418,0.6735427691,4968.1379046 +432,0.893524764,0.441829531,165,-1.863329418,0.6735427691,7801.0489839 +433,0.969229347,-0.368847936,165,-1.863329418,0.6735427691,10842.657859 +434,0.436043248,0.800045688,165,-1.863329418,0.6735427691,5885.1372302 +435,1.687946607,1.081504775,165,-1.863329418,0.6735427691,5369.2420022 +436,0.522302046,-0.034889271,165,-1.863329418,0.6735427691,8722.1669939 +437,-0.178996113,-0.438090009,165,-1.863329418,0.6735427691,7616.27501 +438,-1.094339566,0.301444068,165,-1.863329418,0.6735427691,3029.2221609 +439,-1.064070054,0.242569932,165,-1.863329418,0.6735427691,3266.2779971 +440,-1.068153768,0.230387998,165,-1.863329418,0.6735427691,3285.6998535 +441,-3.00496892,-0.23989155,165,-1.863329418,0.6735427691,5554.4421839 +442,0.21751974,0.766874888,165,-1.863329418,0.6735427691,5593.3204477 +443,0.117229532,0.007619006,165,-1.863329418,0.6735427691,7456.3639441 +444,0.777758451,0.420554741,165,-1.863329418,0.6735427691,7728.8506163 +445,-0.252356999,0.250747086,165,-1.863329418,0.6735427691,5728.0563876 +446,0.363148444,0.768483434,165,-1.863329418,0.6735427691,5861.3043254 +447,0.903191366,-0.118210676,165,-1.863329418,0.6735427691,9867.1297957 +448,-0.205755923,0.149406178,165,-1.863329418,0.6735427691,6119.4798343 +449,1.811996086,0.02364353,165,-1.863329418,0.6735427691,9066.3981264 +450,-1.100670221,0.314845373,165,-1.863329418,0.6735427691,2977.7056531 +451,0.340078597,0.850105132,165,-1.863329418,0.6735427691,5570.5871005 +452,0.258757267,0.804969236,165,-1.863329418,0.6735427691,5561.9747281 +453,2.78505352,-0.155160804,165,-1.863329418,0.6735427691,6801.4580135 +454,0.800551619,0.105822106,165,-1.863329418,0.6735427691,8892.8080904 +455,0.437940882,-0.506194031,165,-1.863329418,0.6735427691,9632.6432853 +456,2.230431122,0.63458615,165,-1.863329418,0.6735427691,6203.0589736 +457,0.527965361,0.127667701,165,-1.863329418,0.6735427691,8239.7357338 +458,-0.063643205,0.702093448,165,-1.863329418,0.6735427691,5149.574248 +459,1.408447268,0.133010502,165,-1.863329418,0.6735427691,9213.2760214 +460,0.523795955,0.280266966,165,-1.863329418,0.6735427691,7743.4671674 +461,-0.975769313,0.072177659,165,-1.863329418,0.6735427691,3975.8816256 +462,0.549774164,-0.463663986,165,-1.863329418,0.6735427691,9898.9905429 +463,0.29245874,1.095549818,165,-1.863329418,0.6735427691,4775.3049782 +464,0.143625958,0.816809593,165,-1.863329418,0.6735427691,5308.1242147 +465,0.671902494,0.611159853,165,-1.863329418,0.6735427691,6890.9008858 +466,1.239840988,0.6724199,165,-1.863329418,0.6735427691,7110.6567417 +467,0.607829703,-0.10932137,165,-1.863329418,0.6735427691,9166.7536914 +468,1.763020906,0.263996692,165,-1.863329418,0.6735427691,8318.0785001 +469,0.378714634,0.726066797,165,-1.863329418,0.6735427691,6021.3909487 +470,2.196736143,-0.153862366,165,-1.863329418,0.6735427691,8597.6387092 +471,0.01702415,0.148991565,165,-1.863329418,0.6735427691,6789.8155301 +472,-2.998490902,-0.158002487,165,-1.863329418,0.6735427691,5312.5239134 +473,-3.051262951,-0.346595608,165,-1.863329418,0.6735427691,5973.2425822 +474,-1.069176439,0.182802941,165,-1.863329418,0.6735427691,3408.276743 +475,0.167157509,0.595344954,165,-1.863329418,0.6735427691,5973.4787432 +476,0.613855648,0.681746124,165,-1.863329418,0.6735427691,6557.9971513 +477,1.037012736,0.682555367,165,-1.863329418,0.6735427691,7001.2714178 +478,-1.253574971,0.379755746,165,-1.863329418,0.6735427691,2369.5930205 +479,3.108590453,-0.132620738,165,-1.863329418,0.6735427691,5760.0491044 +480,0.565301296,0.022333262,165,-1.863329418,0.6735427691,8658.9155604 +481,0.547898238,0.855555614,165,-1.863329418,0.6735427691,5868.6961309 +482,0.948309381,0.417393755,165,-1.863329418,0.6735427691,7952.3947289 +483,-0.050600732,0.945269213,165,-1.863329418,0.6735427691,4609.1411638 +484,-0.977651478,-0.572363064,165,-1.863329418,0.6735427691,5912.9907946 +485,1.102014914,0.728861163,165,-1.863329418,0.6735427691,6852.6647395 +486,2.927300795,-0.282939414,165,-1.863329418,0.6735427691,6680.3532219 +487,-1.154565557,0.124434095,165,-1.863329418,0.6735427691,3333.9179895 +488,1.855331234,0.291044755,165,-1.863329418,0.6735427691,8064.1687597 +489,0.830290659,0.276904518,165,-1.863329418,0.6735427691,8328.600964 +490,0.485104466,-0.234867441,165,-1.863329418,0.6735427691,9175.6220897 +491,0.521367572,-0.33161327,165,-1.863329418,0.6735427691,9523.6724137 +1,-1.539031704,0.7349710123,166,-1.266037071,0.727988852,804.06374721 +2,-1.536990553,0.7349663874,166,-1.266037071,0.727988852,798.07661917 +3,-1.534951779,0.7349571355,166,-1.266037071,0.727988852,792.09712795 +4,-1.532906461,0.7349480293,166,-1.266037071,0.727988852,786.09801999 +5,-1.531320211,0.7346937278,166,-1.266037071,0.727988852,781.49849554 +6,-1.539451648,0.7335131775,166,-1.266037071,0.727988852,805.64815344 +7,-1.537429487,0.7335445708,166,-1.266037071,0.727988852,799.70260699 +8,-1.535484998,0.7335658704,166,-1.266037071,0.727988852,793.98754395 +9,-1.533488396,0.7336036027,166,-1.266037071,0.727988852,788.11528524 +10,-1.531497785,0.7335842962,166,-1.266037071,0.727988852,782.27428017 +11,-1.530259379,0.7334777758,166,-1.266037071,0.727988852,778.66286166 +12,-1.5335454,0.7322346912,166,-1.266037071,0.727988852,788.63459418 +13,-1.531489083,0.7322238773,166,-1.266037071,0.727988852,782.59409781 +14,-1.530011122,0.7321679851,166,-1.266037071,0.727988852,778.26505373 +15,-1.53348106,0.7306614094,166,-1.266037071,0.727988852,788.89501856 +16,-1.531441779,0.7306962275,166,-1.266037071,0.727988852,782.88622753 +17,-1.529755654,0.7306933243,166,-1.266037071,0.727988852,777.92726279 +18,-1.533415048,0.7291384674,166,-1.266037071,0.727988852,789.18183502 +19,-1.531392093,0.7291705353,166,-1.266037071,0.727988852,783.21638368 +20,-1.529296523,0.7291214933,166,-1.266037071,0.727988852,777.06331747 +21,-1.535280942,0.727267644,166,-1.266037071,0.727988852,795.33149192 +22,-1.533378158,0.7276139666,166,-1.266037071,0.727988852,789.5998914 +23,-1.531340368,0.7276446587,166,-1.266037071,0.727988852,783.5860892 +24,-1.528960113,0.7276398177,166,-1.266037071,0.727988852,776.57577997 +25,-1.533313146,0.7260818349,166,-1.266037071,0.727988852,789.98307881 +26,-1.531259555,0.7260958115,166,-1.266037071,0.727988852,783.9243688 +27,-1.528926415,0.7260865555,166,-1.266037071,0.727988852,777.05021582 +28,-1.531226779,0.7245511789,166,-1.266037071,0.727988852,784.44921086 +29,-1.528904772,0.7245519194,166,-1.266037071,0.727988852,777.59998782 +30,-1.547195875,0.7409785979,166,-1.266037071,0.727988852,826.89476467 +31,-1.5451475,0.740980426,166,-1.266037071,0.727988852,820.9113519 +32,-1.543097679,0.7409798872,166,-1.266037071,0.727988852,814.92379942 +33,-1.540720364,0.7409892687,166,-1.266037071,0.727988852,807.97820586 +34,-1.547188511,0.7395198392,166,-1.266037071,0.727988852,827.08259401 +35,-1.545148587,0.7395226109,166,-1.266037071,0.727988852,821.11719585 +36,-1.543104538,0.7395314908,166,-1.266037071,0.727988852,815.13860365 +37,-1.540727751,0.7395306258,166,-1.266037071,0.727988852,808.18817983 +38,-1.547187029,0.7380014886,166,-1.266037071,0.727988852,827.33833019 +39,-1.545147315,0.7380012252,166,-1.266037071,0.727988852,821.36759799 +40,-1.54310719,0.7380060743,166,-1.266037071,0.727988852,815.39446905 +41,-1.540719671,0.7380068206,166,-1.266037071,0.727988852,808.40477462 +42,-1.547187189,0.7364799098,166,-1.266037071,0.727988852,827.64254263 +43,-1.545149996,0.7364853874,166,-1.266037071,0.727988852,821.67189374 +44,-1.543106091,0.7364823484,166,-1.266037071,0.727988852,815.6830595 +45,-1.540717158,0.7364893901,166,-1.266037071,0.727988852,808.68070384 +46,-1.538663972,0.7410138672,166,-1.266037071,0.727988852,801.96827251 +47,-1.53695285,0.7409699132,166,-1.266037071,0.727988852,796.97429649 +48,-1.534910498,0.7409641297,166,-1.266037071,0.727988852,791.00823656 +49,-1.533145034,0.7409536636,166,-1.266037071,0.727988852,785.8513593 +50,-1.538681336,0.7395405883,166,-1.266037071,0.727988852,802.20210815 +51,-1.536999189,0.7395183096,166,-1.266037071,0.727988852,797.28558012 +52,-1.534923633,0.7395144222,166,-1.266037071,0.727988852,791.21568886 +53,-1.533267822,0.7395654306,166,-1.266037071,0.727988852,786.36628099 +54,-1.53867273,0.7380151077,166,-1.266037071,0.727988852,802.41057742 +55,-1.536980576,0.7379994392,166,-1.266037071,0.727988852,797.4588809 +56,-1.534931522,0.7379944961,166,-1.266037071,0.727988852,791.46016053 +57,-1.533387952,0.7379480264,166,-1.266037071,0.727988852,786.94781769 +58,-1.538682279,0.7364914363,166,-1.266037071,0.727988852,802.71664091 +59,-1.536980704,0.7364810563,166,-1.266037071,0.727988852,797.73159359 +60,-1.534935567,0.7364752065,166,-1.266037071,0.727988852,791.73840551 +61,-1.533042592,0.7363876366,166,-1.266037071,0.727988852,786.20621048 +62,-1.545143426,0.7349628011,166,-1.266037071,0.727988852,821.99380165 +63,-1.543105297,0.7349691947,166,-1.266037071,0.727988852,816.01396565 +64,-1.541064533,0.7349647152,166,-1.266037071,0.727988852,810.02862091 +65,-1.545411803,0.7334624714,166,-1.266037071,0.727988852,823.16038057 +66,-1.543446606,0.7334780896,166,-1.266037071,0.727988852,817.38670687 +67,-1.541475327,0.7334957295,166,-1.266037071,0.727988852,811.59443635 +68,-1.545401939,0.731963266,166,-1.266037071,0.727988852,823.55254691 +69,-1.54342253,0.7319915583,166,-1.266037071,0.727988852,817.72809583 +70,-1.541455867,0.7320216438,166,-1.266037071,0.727988852,811.94043118 +71,-1.545410146,0.7304422281,166,-1.266037071,0.727988852,824.04682564 +72,-1.543435491,0.7304713664,166,-1.266037071,0.727988852,818.23060488 +73,-1.541463105,0.7304997613,166,-1.266037071,0.727988852,812.42112845 +74,-1.545414768,0.7289194936,166,-1.266037071,0.727988852,824.57430712 +75,-1.543435774,0.7289538557,166,-1.266037071,0.727988852,818.73832279 +76,-1.541457714,0.7289765881,166,-1.266037071,0.727988852,812.90895059 +77,-1.539449415,0.7320555866,166,-1.266037071,0.727988852,806.03462022 +78,-1.537429183,0.7321097681,166,-1.266037071,0.727988852,800.08255092 +79,-1.535472649,0.7321497267,166,-1.266037071,0.727988852,794.32165482 +80,-1.539457899,0.7305333307,166,-1.266037071,0.727988852,806.51334229 +81,-1.537453161,0.7305750503,166,-1.266037071,0.727988852,800.60428268 +82,-1.535479385,0.7306124949,166,-1.266037071,0.727988852,794.78752612 +83,-1.53946905,0.7290102593,166,-1.266037071,0.727988852,807.04440736 +84,-1.537459922,0.7290417293,166,-1.266037071,0.727988852,801.12022755 +85,-1.535451349,0.7290890157,166,-1.266037071,0.727988852,795.19222491 +86,-1.535522937,0.7279887191,166,-1.266037071,0.727988852,795.78278886 +87,-1.539442524,0.7274735939,166,-1.266037071,0.727988852,807.5137306 +88,-1.537424111,0.727521351,166,-1.266037071,0.727988852,801.55113763 +89,-1.539384641,0.7259505092,166,-1.266037071,0.727988852,807.9299496 +90,-1.537372391,0.7259947145,166,-1.266037071,0.727988852,801.98173922 +91,-1.535340789,0.7260435356,166,-1.266037071,0.727988852,795.97456352 +92,-1.539325716,0.7244369706,166,-1.266037071,0.727988852,808.38276643 +93,-1.537308932,0.7244801057,166,-1.266037071,0.727988852,802.41694056 +94,-1.535289068,0.7245247645,166,-1.266037071,0.727988852,796.44125685 +95,-1.533261366,0.7245550236,166,-1.266037071,0.727988852,790.44837382 +96,-1.539267302,0.722921924,166,-1.266037071,0.727988852,808.88091948 +97,-1.537248972,0.7229660258,166,-1.266037071,0.727988852,802.90574883 +98,-1.535219431,0.7229916471,166,-1.266037071,0.727988852,796.90570616 +99,-1.53318962,0.7230212049,166,-1.266037071,0.727988852,790.90287589 +100,-1.531154816,0.7230299897,166,-1.266037071,0.727988852,784.89438807 +101,-1.528878341,0.7230370244,166,-1.266037071,0.727988852,778.17316637 +102,-1.539218189,0.7214009878,166,-1.266037071,0.727988852,809.45253458 +103,-1.537198791,0.7214422745,166,-1.266037071,0.727988852,803.47151689 +104,-1.535179266,0.7214634354,166,-1.266037071,0.727988852,797.49965391 +105,-1.533156501,0.7214944644,166,-1.266037071,0.727988852,791.51327101 +106,-1.53113574,0.7215166021,166,-1.266037071,0.727988852,785.53684868 +107,-1.528874248,0.7215345535,166,-1.266037071,0.727988852,778.8514294 +108,-1.539217656,0.7198512397,166,-1.266037071,0.727988852,810.22584199 +109,-1.537199919,0.7199428763,166,-1.266037071,0.727988852,804.22027132 +110,-1.545425832,0.727397149,166,-1.266037071,0.727988852,825.16377231 +111,-1.543371177,0.7273916949,166,-1.266037071,0.727988852,819.11496631 +112,-1.541368852,0.7274523163,166,-1.266037071,0.727988852,813.19513928 +113,-1.545349067,0.7258710923,166,-1.266037071,0.727988852,825.53900802 +114,-1.54332671,0.7258603556,166,-1.266037071,0.727988852,819.58380756 +115,-1.541346831,0.7259242142,166,-1.266037071,0.727988852,813.72330379 +116,-1.545324355,0.7243383958,166,-1.266037071,0.727988852,826.11349798 +117,-1.543292796,0.7243617413,166,-1.266037071,0.727988852,820.11317971 +118,-1.541295822,0.7244024384,166,-1.266037071,0.727988852,814.20711134 +119,-1.543193859,0.7205570215,166,-1.266037071,0.727988852,821.60653608 +120,-1.550257047,0.7386738187,166,-1.266037071,0.727988852,836.19987425 +121,-1.549335448,0.7311736483,166,-1.266037071,0.727988852,835.35311453 +122,-1.533478843,0.7179891343,166,-1.266037071,0.727988852,794.26126468 +123,-1.556150555,0.738907041,166,-1.266037071,0.727988852,853.39669483 +124,-1.554324226,0.733414257,166,-1.266037071,0.727988852,849.33550094 +125,-1.554290846,0.7288285332,166,-1.266037071,0.727988852,850.72452615 +126,-1.55122487,0.7219795312,166,-1.266037071,0.727988852,844.60440524 +127,-1.525104458,0.7229399862,166,-1.266037071,0.727988852,767.07811159 +128,-1.519607711,0.7236181429,166,-1.266037071,0.727988852,750.56051823 +129,-1.513899999,0.7251107854,166,-1.266037071,0.727988852,733.11188323 +130,-1.536620762,0.7431061895,166,-1.266037071,0.727988852,795.82152517 +131,-1.5369566,0.7460845958,166,-1.266037071,0.727988852,796.69191723 +132,-1.545345528,0.7447040685,166,-1.266037071,0.727988852,821.15198358 +133,-1.532813921,0.7432306626,166,-1.266037071,0.727988852,784.71241037 +134,-1.554788248,0.7382381001,166,-1.266037071,0.727988852,849.53953505 +135,-1.540348126,0.7301594274,166,-1.266037071,0.727988852,809.25020622 +136,-1.538016084,0.7239051786,166,-1.266037071,0.727988852,804.75040392 +137,-1.525288962,0.7258085137,166,-1.266037071,0.727988852,766.4331805 +138,-1.534326986,0.731241342,166,-1.266037071,0.727988852,791.21107502 +139,-1.530733872,0.7303625216,166,-1.266037071,0.727988852,780.90385016 +141,-1.534354939,0.7328219978,166,-1.266037071,0.727988852,790.85741705 +142,-1.53157084,0.7292888153,166,-1.266037071,0.727988852,783.70397232 +143,-1.525691035,0.7263799874,166,-1.266037071,0.727988852,767.40112846 +144,-1.534031287,0.7495967835,166,-1.266037071,0.727988852,788.30450844 +145,-1.527714986,0.7283095957,166,-1.266037071,0.727988852,772.67594971 +146,-1.526189586,0.7271468292,166,-1.266037071,0.727988852,768.58861128 +147,-1.555177336,0.7375563366,166,-1.266037071,0.727988852,850.81666353 +148,-1.555080283,0.7312707794,166,-1.266037071,0.727988852,852.20509695 +149,-1.53856994,0.7224180299,166,-1.266037071,0.727988852,807.05562206 +150,-1.530837883,0.729933372,166,-1.266037071,0.727988852,781.34166837 +151,-1.515066984,0.5854133365,166,-1.266037071,0.727988852,961.88162981 +152,-1.534731633,0.5368370046,166,-1.266037071,0.727988852,1141.4096936 +153,-1.515231902,0.5607085576,166,-1.266037071,0.727988852,1027.9595843 +154,-2.616253799,1.0684566605,166,-1.266037071,0.727988852,3357.2060686 +155,-1.956071439,0.5792177723,166,-1.266037071,0.727988852,2227.3082173 +156,-1.951208514,0.5602434208,166,-1.266037071,0.727988852,2247.9247159 +157,-1.944675062,0.6062144545,166,-1.266037071,0.727988852,2146.9903601 +158,-1.613778386,0.6077989518,166,-1.266037071,0.727988852,1177.9486438 +159,-2.035029014,0.6021432345,166,-1.266037071,0.727988852,2420.8496474 +160,-2.114989471,0.6801825058,166,-1.266037071,0.727988852,2535.8476851 +161,-2.037382079,0.5765830025,166,-1.266037071,0.727988852,2472.4288586 +162,-2.129855121,0.6585019963,166,-1.266037071,0.727988852,2609.9049604 +163,-2.075141798,0.6493615843,166,-1.266037071,0.727988852,2463.9847421 +164,-1.828626729,0.6948433129,166,-1.266037071,0.727988852,1683.1188299 +165,-1.863329418,0.6735427691,166,-1.266037071,0.727988852,1809.1568207 +166,-1.266037071,0.727988852,166,-1.266037071,0.727988852,23.255704983 +167,-1.277579582,0.7249010648,166,-1.266037071,0.727988852,36.299874024 +168,-1.258418684,0.7241194816,166,-1.266037071,0.727988852,27.278600752 +169,-1.317813974,0.6804850104,166,-1.266037071,0.727988852,244.57668149 +170,-1.344165204,0.6790988904,166,-1.266037071,0.727988852,305.19374 +171,-1.427582102,0.5277120351,166,-1.266037071,0.727988852,946.02702604 +172,-1.402238616,0.457167829,166,-1.266037071,0.727988852,1161.034985 +173,-1.422454264,0.4996161999,166,-1.266037071,0.727988852,1035.2927716 +174,-1.439089277,0.4894859811,166,-1.266037071,0.727988852,1097.6054411 +175,-1.448126995,0.5182330266,166,-1.266037071,0.727988852,1014.7990277 +176,-1.474626146,0.5881926574,166,-1.266037071,0.727988852,855.20942257 +177,-1.421139645,0.5584869783,166,-1.266037071,0.727988852,831.08326338 +178,-1.457037165,0.565943032,166,-1.266037071,0.727988852,879.67608316 +179,-2.757159358,0.3745319,166,-1.266037071,0.727988852,5020.37964 +180,-2.714309238,0.342054471,166,-1.266037071,0.727988852,4977.059701 +181,-2.000525337,0.774119946,166,-1.266037071,0.727988852,2111.0114594 +183,-1.571413436,0.6777838382,166,-1.266037071,0.727988852,942.3073527 +184,-1.552860289,0.6987663893,166,-1.266037071,0.727988852,865.48319249 +185,-1.521852374,0.7165827476,166,-1.266037071,0.727988852,760.68387965 +186,-1.503656267,0.6928968252,166,-1.266037071,0.727988852,726.10036821 +187,-1.502753178,0.7136205882,166,-1.266037071,0.727988852,705.97893587 +188,-1.631894563,0.7343596465,166,-1.266037071,0.727988852,1076.3316132 +189,-1.653765416,0.6770714026,166,-1.266037071,0.727988852,1185.9169706 +190,-1.719812114,0.6715965947,166,-1.266037071,0.727988852,1387.5471829 +191,-1.493406659,0.6646955447,166,-1.266037071,0.727988852,734.10696349 +192,-1.469120564,0.6613469966,166,-1.266037071,0.727988852,671.29234774 +193,-1.590551461,0.5326612937,166,-1.266037071,0.727988852,1290.2033167 +194,-1.625979264,0.5247742243,166,-1.266037071,0.727988852,1401.8757088 +195,-1.572293943,0.5238808754,166,-1.266037071,0.727988852,1268.4109945 +196,-1.610848725,0.5477107964,166,-1.266037071,0.727988852,1304.2087035 +197,-1.208485554,0.7918526018,166,-1.266037071,0.727988852,302.09198708 +198,-1.335601374,0.6869083083,166,-1.266037071,0.727988852,265.15521899 +199,-1.346156996,0.6825213377,166,-1.266037071,0.727988852,301.30372472 +200,-1.324381037,0.6741422347,166,-1.266037071,0.727988852,276.85764116 +201,-1.242424992,0.7378949807,166,-1.266037071,0.727988852,79.819190956 +202,-1.270370057,0.7392461008,166,-1.266037071,0.727988852,46.376372626 +203,-1.448950472,0.7441675014,166,-1.266037071,0.727988852,540.40193803 +204,-1.492662363,0.7523026852,166,-1.266037071,0.727988852,669.07112481 +205,-1.479098966,0.7763855017,166,-1.266037071,0.727988852,644.63969421 +206,-1.633760714,0.7869022408,166,-1.266037071,0.727988852,1080.4260904 +207,-1.647406434,0.8101289331,166,-1.266037071,0.727988852,1128.9961518 +208,-1.564245052,0.5701509278,166,-1.266037071,0.727988852,1126.4631893 +209,-1.646289963,0.6833746083,166,-1.266037071,0.727988852,1156.8067474 +210,-1.5820631,0.6751952144,166,-1.266037071,0.727988852,976.75985371 +211,-1.613236298,0.6681681791,166,-1.266037071,0.727988852,1077.2464625 +212,-1.914661867,0.8212566515,166,-1.266037071,0.727988852,1854.6937729 +213,-1.742133237,0.7250275956,166,-1.266037071,0.727988852,1403.7504198 +214,-2.033144872,0.6557314699,166,-1.266037071,0.727988852,2331.7852262 +215,-2.039551981,0.6964723658,166,-1.266037071,0.727988852,2296.6847719 +216,-1.247341019,0.7622473908,166,-1.266037071,0.727988852,146.20409244 +217,-1.298239787,0.7084123392,166,-1.266037071,0.727988852,123.43703887 +218,-1.308539688,0.6926545592,166,-1.266037071,0.727988852,189.40244159 +219,-1.303263185,0.6888938396,166,-1.266037071,0.727988852,191.08168025 +220,-1.852400229,0.6004246149,166,-1.266037071,0.727988852,1884.1273736 +221,-1.288947707,0.7473773692,166,-1.266037071,0.727988852,102.01660758 +222,-1.372031502,0.7472790993,166,-1.266037071,0.727988852,319.88745613 +223,-1.289805721,0.7242157877,166,-1.266037071,0.727988852,71.968567965 +224,-1.350807603,0.7533498126,166,-1.266037071,0.727988852,267.34230018 +225,-1.329290365,0.7560442322,166,-1.266037071,0.727988852,215.50577829 +226,-1.410153004,0.616936428,166,-1.266037071,0.727988852,626.24606457 +227,-1.393445434,0.6308995063,166,-1.266037071,0.727988852,549.16370638 +228,-1.37595573,0.6241540638,166,-1.266037071,0.727988852,533.05770018 +229,-1.358388707,0.6172645205,166,-1.266037071,0.727988852,523.4073499 +230,-1.753741133,0.8281661666,166,-1.266037071,0.727988852,1423.3272408 +231,-1.47430987,0.6834615681,166,-1.266037071,0.727988852,651.59816274 +232,-1.421012508,0.7222725206,166,-1.266037071,0.727988852,459.77222972 +233,-1.4476833,0.6978557868,166,-1.266037071,0.727988852,556.82427591 +234,-1.470370723,0.6966193374,166,-1.266037071,0.727988852,624.5228378 +235,-1.429211703,0.7037216883,166,-1.266037071,0.727988852,496.79567617 +236,-1.700578405,0.6178673663,166,-1.266037071,0.727988852,1409.0617228 +237,-1.678117619,0.6331716163,166,-1.266037071,0.727988852,1318.2277693 +238,-1.725644578,0.6316331145,166,-1.266037071,0.727988852,1459.949542 +239,-2.14012759,0.7930497945,166,-1.266037071,0.727988852,2480.7858017 +240,-2.103289431,0.7653606263,166,-1.266037071,0.727988852,2404.1720725 +241,-1.318739838,0.7017808746,166,-1.266037071,0.727988852,188.73670659 +242,-1.396417427,0.7077900843,166,-1.266037071,0.727988852,396.98261071 +243,-1.35650337,0.7185539404,166,-1.266037071,0.727988852,271.1695029 +244,-1.248884539,0.7274156818,166,-1.266037071,0.727988852,50.782497834 +245,-1.395014798,0.5761185243,166,-1.266037071,0.727988852,725.12560377 +246,-1.433377362,0.6064716109,166,-1.266037071,0.727988852,708.23039624 +247,-1.408172432,0.5903155476,166,-1.266037071,0.727988852,703.17219062 +248,-1.749645898,0.7757118084,166,-1.266037071,0.727988852,1405.045641 +249,-1.571626686,0.615046989,166,-1.266037071,0.727988852,1045.2976289 +250,-1.514070049,0.6303003037,166,-1.266037071,0.727988852,855.31684129 +251,-1.480890369,0.6237966528,166,-1.266037071,0.727988852,780.57580532 +252,-1.704390658,0.5281680612,166,-1.266037071,0.727988852,1603.841294 +253,-1.64434733,0.5254277498,166,-1.266037071,0.727988852,1448.3687569 +254,-1.703855997,0.4792484842,166,-1.266037071,0.727988852,1724.2239664 +255,-1.692002383,0.5748825051,166,-1.266037071,0.727988852,1465.6859034 +256,-1.854136457,0.5544643913,166,-1.266037071,0.727988852,1974.107769 +257,-1.665021206,0.520317736,166,-1.266037071,0.727988852,1516.092936 +258,-1.733654349,0.4845187345,166,-1.266037071,0.727988852,1790.2432261 +259,-1.720938188,0.5135933906,166,-1.266037071,0.727988852,1683.9648363 +260,-1.742668307,0.553296122,166,-1.266037071,0.727988852,1654.8288813 +261,-1.965659039,0.7142126903,166,-1.266037071,0.727988852,2063.0885446 +262,-1.944438071,0.6772834804,166,-1.266037071,0.727988852,2043.0405549 +263,-1.270340967,0.7681487096,166,-1.266037071,0.727988852,159.56302151 +264,-1.353091884,0.6549276821,166,-1.266037071,0.727988852,392.67239415 +265,-1.333236659,0.6413584414,166,-1.266037071,0.727988852,400.21797405 +266,-1.352015998,0.6753788907,166,-1.266037071,0.727988852,333.18867952 +267,-1.377988483,0.6577816235,166,-1.266037071,0.727988852,439.93801465 +268,-2.13075611,0.8318642051,166,-1.266037071,0.727988852,2427.1557685 +269,-2.097910953,0.8259670014,166,-1.266037071,0.727988852,2343.7945159 +270,-1.416382069,0.6694271549,166,-1.266037071,0.727988852,511.24287967 +271,-1.538905672,0.7535625993,166,-1.266037071,0.727988852,802.80432825 +272,-1.572309477,0.7803125099,166,-1.266037071,0.727988852,906.22675434 +273,-1.87759879,0.7503853417,166,-1.266037071,0.727988852,1779.3760396 +274,1.152365588,0.590457682,166,-1.266037071,0.727988852,6596.6522891 +275,0.350198001,0.718001859,166,-1.266037071,0.727988852,4539.0394361 +276,0.046513677,0.491503852,166,-1.266037071,0.727988852,4229.3301824 +277,0.027510309,0.742571376,166,-1.266037071,0.727988852,3670.7959834 +278,0.306285725,-0.214631579,166,-1.266037071,0.727988852,6789.6104675 +279,-1.100564889,0.318051531,166,-1.266037071,0.727988852,1717.4781216 +280,-1.078582306,0.301437596,166,-1.266037071,0.727988852,1805.4158095 +281,-1.137371989,-0.617634065,166,-1.266037071,0.727988852,5350.4427378 +282,0.784356344,0.703272339,166,-1.266037071,0.727988852,5555.0028639 +283,-1.221209947,0.218327455,166,-1.266037071,0.727988852,2024.7047625 +284,2.347301921,-0.449114658,166,-1.266037071,0.727988852,10550.472561 +285,0.246820618,0.830553713,166,-1.266037071,0.727988852,4053.9858496 +286,0.829414965,0.703288228,166,-1.266037071,0.727988852,5645.1372689 +287,-1.337537566,0.42332223,166,-1.266037071,0.727988852,1229.5396457 +288,0.882453706,0.454478077,166,-1.266037071,0.727988852,6516.068194 +289,1.575629659,0.416419109,166,-1.266037071,0.727988852,7779.2237773 +290,-1.039455679,0.229888244,166,-1.266037071,0.727988852,2121.8983918 +291,0.489558039,0.934482747,166,-1.266037071,0.727988852,4356.9067986 +292,0.081344504,0.88384514,166,-1.266037071,0.727988852,3576.3385544 +293,-1.547979814,0.300350308,166,-1.266037071,0.727988852,1945.4344738 +294,0.040776181,0.168560074,166,-1.266037071,0.727988852,4999.871844 +295,-1.130374745,0.563894876,166,-1.266037071,0.727988852,778.05710752 +296,1.578326642,0.478507176,166,-1.266037071,0.727988852,7542.4422344 +297,-1.12861823,-0.291640865,166,-1.266037071,0.727988852,4070.0170537 +298,0.310524208,0.770885792,166,-1.266037071,0.727988852,4326.250717 +299,0.415649091,-0.387246002,166,-1.266037071,0.727988852,7544.6448772 +300,-0.926533878,-0.188022748,166,-1.266037071,0.727988852,3833.3801562 +301,1.258856172,-0.11716081,166,-1.266037071,0.727988852,9197.8923601 +302,-1.126050026,0.322941926,166,-1.266037071,0.727988852,1672.631903 +303,2.002785835,0.07893892,166,-1.266037071,0.727988852,9214.7451995 +304,0.440437607,0.746258085,166,-1.266037071,0.727988852,4688.3102088 +305,-0.030391866,0.214441206,166,-1.266037071,0.727988852,4671.49394 +306,0.521557815,-0.058929362,166,-1.266037071,0.727988852,7017.4280443 +307,-0.097005111,0.13317729,166,-1.266037071,0.727988852,4687.851764 +308,1.83113859,0.221857587,166,-1.266037071,0.727988852,8678.0100355 +309,0.222428864,0.099404236,166,-1.266037071,0.727988852,5717.0358048 +310,-1.702731345,0.8728568183,166,-1.266037071,0.727988852,1325.8099702 +311,-0.418507569,0.278324921,166,-1.266037071,0.727988852,3378.0054092 +312,-1.41153306,0.339029988,166,-1.266037071,0.727988852,1616.5912806 +313,0.357560442,0.114788776,166,-1.266037071,0.727988852,6075.0558836 +314,0.325818979,0.268352149,166,-1.266037071,0.727988852,5580.3701557 +315,-1.246004659,-0.663679965,166,-1.266037071,0.727988852,5512.8751286 +316,1.814603087,0.637404484,166,-1.266037071,0.727988852,7031.0183693 +317,1.843704281,-0.18300445,166,-1.266037071,0.727988852,10282.322191 +318,1.690644492,-0.211480909,166,-1.266037071,0.727988852,10300.273085 +319,-1.275451936,0.068109467,166,-1.266037071,0.727988852,2613.9955183 +320,0.762430171,-0.207594741,166,-1.266037071,0.727988852,8114.8606769 +321,0.265668905,-0.014647884,166,-1.266037071,0.727988852,6144.976878 +322,-2.773032013,-0.335515811,166,-1.266037071,0.727988852,6915.2062418 +323,-1.469512853,0.174058777,166,-1.266037071,0.727988852,2305.7989684 +324,0.286276986,0.785925691,166,-1.266037071,0.727988852,4236.636459 +325,-1.379324697,0.377432233,166,-1.266037071,0.727988852,1438.9866604 +326,-1.203778265,0.212813032,166,-1.266037071,0.727988852,2051.9483906 +327,0.579916301,0.611743168,166,-1.266037071,0.727988852,5359.2464956 +328,0.267582642,0.868113908,166,-1.266037071,0.727988852,4029.4413382 +329,0.412869244,-0.050245578,166,-1.266037071,0.727988852,6673.9225177 +330,0.17524381,0.976660285,166,-1.266037071,0.727988852,3646.6128435 +331,0.743157214,0.204812899,166,-1.266037071,0.727988852,6918.4399657 +332,-1.070758176,0.269382282,166,-1.266037071,0.727988852,1935.3233375 +333,-1.230364251,0.329790229,166,-1.266037071,0.727988852,1581.848541 +334,-1.374813124,-0.024926835,166,-1.266037071,0.727988852,3007.7627935 +335,0.519780566,0.463669906,166,-1.266037071,0.727988852,5605.0400788 +336,-1.55108034,0.239698561,166,-1.266037071,0.727988852,2168.2928228 +337,0.180294813,0.029739425,166,-1.266037071,0.727988852,5775.6910286 +338,0.67820924,0.268170153,166,-1.266037071,0.727988852,6564.242953 +339,0.445798684,1.024001867,166,-1.266037071,0.727988852,4084.5702757 +340,0.691751283,0.150521402,166,-1.266037071,0.727988852,6933.8899313 +341,-1.036643551,-0.903056181,166,-1.266037071,0.727988852,6508.6387358 +342,-0.120287036,1.083325163,166,-1.266037071,0.727988852,2968.6208364 +343,2.823513113,-0.304487164,166,-1.266037071,0.727988852,8845.2480799 +344,0.457583172,1.12513373,166,-1.266037071,0.727988852,3908.5648014 +345,0.042918831,0.813795399,166,-1.266037071,0.727988852,3591.3566481 +346,1.196146777,-0.853142756,166,-1.266037071,0.727988852,10509.986663 +347,0.206001358,-0.010430701,166,-1.266037071,0.727988852,5957.6871448 +348,-0.268308653,0.234799412,166,-1.266037071,0.727988852,3922.4809869 +349,0.759363263,0.736189579,166,-1.266037071,0.727988852,5408.7130706 +350,0.181363926,0.891988372,166,-1.266037071,0.727988852,3792.6793251 +351,-0.021111158,0.139103292,166,-1.266037071,0.727988852,4894.3034991 +352,-0.093355215,0.630686981,166,-1.266037071,0.727988852,3542.134567 +353,0.40118964,0.681375926,166,-1.266037071,0.727988852,4749.3421305 +354,-0.721197315,1.304706234,166,-1.266037071,0.727988852,2483.2568653 +355,-1.076150317,0.212107639,166,-1.266037071,0.727988852,2146.3840371 +356,-1.577164531,0.273993443,166,-1.266037071,0.727988852,2088.4049973 +357,-0.190788414,0.182208586,166,-1.266037071,0.727988852,4285.3353305 +358,-0.261349752,0.209710184,166,-1.266037071,0.727988852,4008.6694313 +359,-1.029303852,0.083549259,166,-1.266037071,0.727988852,2686.4442159 +360,-1.268609162,0.330525297,166,-1.266037071,0.727988852,1574.377042 +361,1.282982244,-0.926641967,166,-1.266037071,0.727988852,10693.11612 +362,0.217352334,0.731352408,166,-1.266037071,0.727988852,4180.4052317 +363,-1.511833084,0.258629297,166,-1.266037071,0.727988852,2040.9249289 +364,0.338812194,0.823184618,166,-1.266037071,0.727988852,4280.9474271 +365,-0.324406489,1.134201999,166,-1.266037071,0.727988852,2622.4867929 +366,1.389579348,0.399185724,166,-1.266037071,0.727988852,7636.4751846 +367,2.047152199,-0.039082036,166,-1.266037071,0.727988852,9647.5221973 +368,0.947780369,0.568250077,166,-1.266037071,0.727988852,6297.9853749 +369,0.763824846,0.576754987,166,-1.266037071,0.727988852,5882.6393864 +370,-0.142334657,0.928153068,166,-1.266037071,0.727988852,3003.2684883 +371,0.610266567,0.547265983,166,-1.266037071,0.727988852,5607.5409999 +372,0.210731629,0.746815056,166,-1.266037071,0.727988852,4132.2685889 +373,-1.34931644,0.316895224,166,-1.266037071,0.727988852,1652.5402643 +374,2.407696481,0.655030745,166,-1.266037071,0.727988852,6637.8565995 +375,0.64207831,0.545359131,166,-1.266037071,0.727988852,5689.8771816 +376,1.174597538,0.840588356,166,-1.266037071,0.727988852,5764.6669842 +377,0.660059424,0.010604079,166,-1.266037071,0.727988852,7233.5171417 +378,-0.730263819,0.010486456,166,-1.266037071,0.727988852,3425.1721064 +379,0.831068936,0.512339172,166,-1.266037071,0.727988852,6224.6236507 +380,1.301180979,0.72367476,166,-1.266037071,0.727988852,6337.1346953 +381,1.811128231,0.322854402,166,-1.266037071,0.727988852,8274.7577767 +382,0.435105812,0.992284428,166,-1.266037071,0.727988852,4129.4244672 +383,0.62643634,0.592027932,166,-1.266037071,0.727988852,5523.322061 +384,0.492988703,-0.516339467,166,-1.266037071,0.727988852,8070.648482 +385,-0.162469483,0.112549365,166,-1.266037071,0.727988852,4553.6122773 +386,0.314630866,0.472006421,166,-1.266037071,0.727988852,5031.7881622 +387,0.166744804,0.822815954,166,-1.266037071,0.727988852,3878.963442 +388,0.417159608,0.965805736,166,-1.266037071,0.727988852,4149.5564826 +389,0.106334961,0.868774244,166,-1.266037071,0.727988852,3657.8281046 +390,0.815086969,-0.338144359,166,-1.266037071,0.727988852,8598.9122864 +391,0.59867455,-0.230624824,166,-1.266037071,0.727988852,7691.8253268 +392,1.915104874,0.066220985,166,-1.266037071,0.727988852,9294.7501684 +393,1.278093622,0.064463721,166,-1.266037071,0.727988852,8639.0069259 +394,-0.061477853,0.302997961,166,-1.266037071,0.727988852,4356.6951991 +395,0.251311504,0.626976942,166,-1.266037071,0.727988852,4493.3973754 +396,2.950242872,0.149095644,166,-1.266037071,0.727988852,7233.2968215 +397,-0.180294708,0.35375117,166,-1.266037071,0.727988852,3881.8343081 +398,1.010448592,-0.351180233,166,-1.266037071,0.727988852,9202.7622604 +399,-1.748740498,0.3686318073,166,-1.266037071,0.727988852,2147.7820438 +400,2.699635665,0.123533791,166,-1.266037071,0.727988852,7944.0653614 +401,0.496808033,0.823843254,166,-1.266037071,0.727988852,4628.9279251 +402,0.129574704,0.763364087,166,-1.266037071,0.727988852,3896.114184 +403,1.798920311,0.817447563,166,-1.266037071,0.727988852,6316.436051 +404,0.335987953,0.746786541,166,-1.266037071,0.727988852,4439.8983188 +405,-1.085413643,0.292154671,166,-1.266037071,0.727988852,1832.4187103 +406,-0.155321003,0.508207011,166,-1.266037071,0.727988852,3606.4828444 +407,0.620529244,-0.301175104,166,-1.266037071,0.727988852,7933.4380845 +408,1.684402744,0.368716966,166,-1.266037071,0.727988852,8043.5337664 +409,0.300582244,-0.386397212,166,-1.266037071,0.727988852,7214.0334485 +410,2.913555946,-0.009225192,166,-1.266037071,0.727988852,7788.6690788 +411,1.465101417,0.493232532,166,-1.266037071,0.727988852,7378.5995747 +412,0.090612882,0.907955955,166,-1.266037071,0.727988852,3562.4263975 +413,2.987564726,-0.729568594,166,-1.266037071,0.727988852,9237.9202327 +414,-1.484261606,0.224149272,166,-1.266037071,0.727988852,2133.0409952 +415,0.164073421,0.303955133,166,-1.266037071,0.727988852,5019.0962694 +416,0.141441293,0.167552546,166,-1.266037071,0.727988852,5300.0530521 +417,2.931321023,-0.506718887,166,-1.266037071,0.727988852,8995.6221566 +418,2.21951565,0.700596356,166,-1.266037071,0.727988852,6651.7662872 +419,0.268112576,1.199114336,166,-1.266037071,0.727988852,3522.9539975 +420,0.978913739,0.359223811,166,-1.266037071,0.727988852,7028.996044 +421,1.210898818,0.522863584,166,-1.266037071,0.727988852,6926.064497 +422,2.347397336,0.129231362,166,-1.266037071,0.727988852,8641.9277101 +423,0.614394501,0.556878345,166,-1.266037071,0.727988852,5591.1610948 +424,-1.398079356,0.148483366,166,-1.266037071,0.727988852,2341.4997023 +425,2.535303836,-0.112984496,166,-1.266037071,0.727988852,9082.9500906 +426,-1.019372593,-0.405322349,166,-1.266037071,0.727988852,4579.371629 +427,-1.297785627,-0.160104069,166,-1.266037071,0.727988852,3519.6317212 +428,2.144554488,0.205051084,166,-1.266037071,0.727988852,8620.0060398 +429,-2.242387083,-0.426171285,166,-1.266037071,0.727988852,5802.7251423 +430,0.338637212,0.909723676,166,-1.266037071,0.727988852,4103.5558047 +431,-0.148798452,0.691042401,166,-1.266037071,0.727988852,3280.932557 +432,0.893524764,0.441829531,166,-1.266037071,0.727988852,6579.8789824 +433,0.969229347,-0.368847936,166,-1.266037071,0.727988852,9126.2034982 +434,0.436043248,0.800045688,166,-1.266037071,0.727988852,4551.8561345 +435,1.687946607,1.081504775,166,-1.266037071,0.727988852,5251.3268818 +436,0.522302046,-0.034889271,166,-1.266037071,0.727988852,6955.8611073 +437,-0.178996113,-0.438090009,166,-1.266037071,0.727988852,6094.5053753 +438,-1.094339566,0.301444068,166,-1.266037071,0.727988852,1787.2528893 +439,-1.064070054,0.242569932,166,-1.266037071,0.727988852,2044.2747883 +440,-1.068153768,0.230387998,166,-1.266037071,0.727988852,2085.6577955 +441,-3.00496892,-0.23989155,166,-1.266037071,0.727988852,7343.7125259 +442,0.21751974,0.766874888,166,-1.266037071,0.727988852,4108.8299648 +443,0.117229532,0.007619006,166,-1.266037071,0.727988852,5648.5903086 +444,0.777758451,0.420554741,166,-1.266037071,0.727988852,6375.6436029 +445,-0.252356999,0.250747086,166,-1.266037071,0.727988852,3927.188837 +446,0.363148444,0.768483434,166,-1.266037071,0.727988852,4456.2784252 +447,0.903191366,-0.118210676,166,-1.266037071,0.727988852,8278.0061994 +448,-0.205755923,0.149406178,166,-1.266037071,0.727988852,4329.7269639 +449,1.811996086,0.02364353,166,-1.266037071,0.727988852,9457.9013013 +450,-1.100670221,0.314845373,166,-1.266037071,0.727988852,1729.5100467 +451,0.340078597,0.850105132,166,-1.266037071,0.727988852,4227.4000942 +452,0.258757267,0.804969236,166,-1.266037071,0.727988852,4132.3845444 +453,2.78505352,-0.155160804,166,-1.266037071,0.727988852,8556.1620605 +454,0.800551619,0.105822106,166,-1.266037071,0.727988852,7357.8883704 +455,0.437940882,-0.506194031,166,-1.266037071,0.727988852,7892.2387536 +456,2.230431122,0.63458615,166,-1.266037071,0.727988852,6895.6073585 +457,0.527965361,0.127667701,166,-1.266037071,0.727988852,6535.9081815 +458,-0.063643205,0.702093448,166,-1.266037071,0.727988852,3496.9094788 +459,1.408447268,0.133010502,166,-1.266037071,0.727988852,8635.9491828 +460,0.523795955,0.280266966,166,-1.266037071,0.727988852,6110.3324951 +461,-0.975769313,0.072177659,166,-1.266037071,0.727988852,2793.760474 +462,0.549774164,-0.463663986,166,-1.266037071,0.727988852,8113.1930845 +463,0.29245874,1.095549818,166,-1.266037071,0.727988852,3693.5994818 +464,0.143625958,0.816809593,166,-1.266037071,0.727988852,3833.9071288 +465,0.671902494,0.611159853,166,-1.266037071,0.727988852,5576.0174313 +466,1.239840988,0.6724199,166,-1.266037071,0.727988852,6441.7795367 +467,0.607829703,-0.10932137,166,-1.266037071,0.727988852,7404.1838244 +468,1.763020906,0.263996692,166,-1.266037071,0.727988852,8493.0629117 +469,0.378714634,0.726066797,166,-1.266037071,0.727988852,4589.6833486 +470,2.196736143,-0.153862366,166,-1.266037071,0.727988852,9907.8008019 +471,0.01702415,0.148991565,166,-1.266037071,0.727988852,4980.6595118 +472,-2.998490902,-0.158002487,166,-1.266037071,0.727988852,7114.143922 +473,-3.051262951,-0.346595608,166,-1.266037071,0.727988852,7746.3543178 +474,-1.069176439,0.182802941,166,-1.266037071,0.727988852,2265.4540103 +475,0.167157509,0.595344954,166,-1.266037071,0.727988852,4337.8748735 +476,0.613855648,0.681746124,166,-1.266037071,0.727988852,5249.8528098 +477,1.037012736,0.682555367,166,-1.266037071,0.727988852,6093.4354487 +478,-1.253574971,0.379755746,166,-1.266037071,0.727988852,1379.976131 +479,3.108590453,-0.132620738,166,-1.266037071,0.727988852,7567.4069844 +480,0.565301296,0.022333262,166,-1.266037071,0.727988852,6928.3391268 +481,0.547898238,0.855555614,166,-1.266037071,0.727988852,4658.8727105 +482,0.948309381,0.417393755,166,-1.266037071,0.727988852,6777.309898 +483,-0.050600732,0.945269213,166,-1.266037071,0.727988852,3197.6409083 +484,-0.977651478,-0.572363064,166,-1.266037071,0.727988852,5256.8319312 +485,1.102014914,0.728861163,166,-1.266037071,0.727988852,6044.5845289 +486,2.927300795,-0.282939414,166,-1.266037071,0.727988852,8487.7660831 +487,-1.154565557,0.124434095,166,-1.266037071,0.727988852,2422.5791445 +488,1.855331234,0.291044755,166,-1.266037071,0.727988852,8406.7761972 +489,0.830290659,0.276904518,166,-1.266037071,0.727988852,6932.1326572 +490,0.485104466,-0.234867441,166,-1.266037071,0.727988852,7366.9525217 +491,0.521367572,-0.33161327,166,-1.266037071,0.727988852,7716.0282504 +1,-1.539031704,0.7349710123,167,-1.277579582,0.7249010648,771.79515252 +2,-1.536990553,0.7349663874,167,-1.277579582,0.7249010648,765.80172588 +3,-1.534951779,0.7349571355,167,-1.277579582,0.7249010648,759.81563399 +4,-1.532906461,0.7349480293,167,-1.277579582,0.7249010648,753.81000109 +5,-1.531320211,0.7346937278,167,-1.277579582,0.7249010648,749.18416974 +6,-1.539451648,0.7335131775,167,-1.277579582,0.7249010648,773.2593314 +7,-1.537429487,0.7335445708,167,-1.277579582,0.7249010648,767.30970386 +8,-1.535484998,0.7335658704,167,-1.277579582,0.7249010648,761.59007658 +9,-1.533488396,0.7336036027,167,-1.277579582,0.7249010648,755.71456918 +10,-1.531497785,0.7335842962,167,-1.277579582,0.7249010648,749.86560662 +11,-1.530259379,0.7334777758,167,-1.277579582,0.7249010648,746.24120446 +12,-1.5335454,0.7322346912,167,-1.277579582,0.7249010648,756.11935865 +13,-1.531489083,0.7322238773,167,-1.277579582,0.7249010648,750.0706294 +14,-1.530011122,0.7321679851,167,-1.277579582,0.7249010648,745.73165493 +15,-1.53348106,0.7306614094,167,-1.277579582,0.7249010648,756.24981118 +16,-1.531441779,0.7306962275,167,-1.277579582,0.7249010648,750.23573904 +17,-1.529755654,0.7306933243,167,-1.277579582,0.7249010648,745.26985409 +18,-1.533415048,0.7291384674,167,-1.277579582,0.7249010648,756.41291528 +19,-1.531392093,0.7291705353,167,-1.277579582,0.7249010648,750.44116266 +20,-1.529296523,0.7291214933,167,-1.277579582,0.7249010648,744.27494666 +21,-1.535280942,0.727267644,167,-1.277579582,0.7249010648,762.42297849 +22,-1.533378158,0.7276139666,167,-1.277579582,0.7249010648,756.70937438 +23,-1.531340368,0.7276446587,167,-1.277579582,0.7249010648,750.68826179 +24,-1.528960113,0.7276398177,167,-1.277579582,0.7249010648,743.66622931 +25,-1.533313146,0.7260818349,167,-1.277579582,0.7249010648,756.97236972 +26,-1.531259555,0.7260958115,167,-1.277579582,0.7249010648,750.90415949 +27,-1.528926415,0.7260865555,167,-1.277579582,0.7249010648,744.01727248 +28,-1.531226779,0.7245511789,167,-1.277579582,0.7249010648,751.30943594 +29,-1.528904772,0.7245519194,167,-1.277579582,0.7249010648,744.44747127 +30,-1.547195875,0.7409785979,167,-1.277579582,0.7249010648,795.15681719 +31,-1.5451475,0.740980426,167,-1.277579582,0.7249010648,789.17077158 +32,-1.543097679,0.7409798872,167,-1.277579582,0.7249010648,783.18052212 +33,-1.540720364,0.7409892687,167,-1.277579582,0.7249010648,776.23287053 +34,-1.547188511,0.7395198392,167,-1.277579582,0.7249010648,795.21908002 +35,-1.545148587,0.7395226109,167,-1.277579582,0.7249010648,789.25026107 +36,-1.543104538,0.7395314908,167,-1.277579582,0.7249010648,783.26890139 +37,-1.540727751,0.7395306258,167,-1.277579582,0.7249010648,776.3144595 +38,-1.547187029,0.7380014886,167,-1.277579582,0.7249010648,795.34592194 +39,-1.545147315,0.7380012252,167,-1.277579582,0.7249010648,789.37061828 +40,-1.54310719,0.7380060743,167,-1.277579582,0.7249010648,783.39346594 +41,-1.540719671,0.7380068206,167,-1.277579582,0.7249010648,776.39879162 +42,-1.547187189,0.7364799098,167,-1.277579582,0.7249010648,795.52282358 +43,-1.545149996,0.7364853874,167,-1.277579582,0.7249010648,789.54722368 +44,-1.543106091,0.7364823484,167,-1.277579582,0.7249010648,783.55280804 +45,-1.540717158,0.7364893901,167,-1.277579582,0.7249010648,776.54495075 +46,-1.538663972,0.7410138672,167,-1.277579582,0.7249010648,770.22280315 +47,-1.53695285,0.7409699132,167,-1.277579582,0.7249010648,765.22307121 +48,-1.534910498,0.7409641297,167,-1.277579582,0.7249010648,759.25444445 +49,-1.533145034,0.7409536636,167,-1.277579582,0.7249010648,754.09497213 +50,-1.538681336,0.7395405883,167,-1.277579582,0.7249010648,770.32601492 +51,-1.536999189,0.7395183096,167,-1.277579582,0.7249010648,765.40494971 +52,-1.534923633,0.7395144222,167,-1.277579582,0.7249010648,759.33166365 +53,-1.533267822,0.7395654306,167,-1.277579582,0.7249010648,754.48450641 +54,-1.53867273,0.7380151077,167,-1.277579582,0.7249010648,770.40111733 +55,-1.536980576,0.7379994392,167,-1.277579582,0.7249010648,765.44467977 +56,-1.534931522,0.7379944961,167,-1.277579582,0.7249010648,759.44154263 +57,-1.533387952,0.7379480264,167,-1.277579582,0.7249010648,754.92217422 +58,-1.538682279,0.7364914363,167,-1.277579582,0.7249010648,770.575982 +59,-1.536980704,0.7364810563,167,-1.277579582,0.7249010648,765.58587453 +60,-1.534935567,0.7364752065,167,-1.277579582,0.7249010648,759.5872622 +61,-1.533042592,0.7363876366,167,-1.277579582,0.7249010648,754.04298117 +62,-1.545143426,0.7349628011,167,-1.277579582,0.7249010648,789.74274494 +63,-1.543105297,0.7349691947,167,-1.277579582,0.7249010648,783.75727437 +64,-1.541064533,0.7349647152,167,-1.277579582,0.7249010648,777.76547224 +65,-1.545411803,0.7334624714,167,-1.277579582,0.7249010648,790.78760372 +66,-1.543446606,0.7334780896,167,-1.277579582,0.7249010648,785.00846324 +67,-1.541475327,0.7334957295,167,-1.277579582,0.7249010648,779.21095486 +68,-1.545401939,0.731963266,167,-1.277579582,0.7249010648,791.05915958 +69,-1.54342253,0.7319915583,167,-1.277579582,0.7249010648,785.22942795 +70,-1.541455867,0.7320216438,167,-1.277579582,0.7249010648,779.43676092 +71,-1.545410146,0.7304422281,167,-1.277579582,0.7249010648,791.43306943 +72,-1.543435491,0.7304713664,167,-1.277579582,0.7249010648,785.61086964 +73,-1.541463105,0.7304997613,167,-1.277579582,0.7249010648,779.79543764 +74,-1.545414768,0.7289194936,167,-1.277579582,0.7249010648,791.84199755 +75,-1.543435774,0.7289538557,167,-1.277579582,0.7249010648,785.99966227 +76,-1.541457714,0.7289765881,167,-1.277579582,0.7249010648,780.16310027 +77,-1.539449415,0.7320555866,167,-1.277579582,0.7249010648,773.52620145 +78,-1.537429183,0.7321097681,167,-1.277579582,0.7249010648,767.57108912 +79,-1.535472649,0.7321497267,167,-1.277579582,0.7249010648,761.80633056 +80,-1.539457899,0.7305333307,167,-1.277579582,0.7249010648,773.88204872 +81,-1.537453161,0.7305750503,167,-1.277579582,0.7249010648,767.96812788 +82,-1.535479385,0.7306124949,167,-1.277579582,0.7249010648,762.14638149 +83,-1.53946905,0.7290102593,167,-1.277579582,0.7249010648,774.2922365 +84,-1.537459922,0.7290417293,167,-1.277579582,0.7249010648,768.36153886 +85,-1.535451349,0.7290890157,167,-1.277579582,0.7249010648,762.42835126 +86,-1.535522937,0.7279887191,167,-1.277579582,0.7249010648,762.93201434 +87,-1.539442524,0.7274735939,167,-1.277579582,0.7249010648,774.64151543 +88,-1.537424111,0.727521351,167,-1.277579582,0.7249010648,768.6728393 +89,-1.539384641,0.7259505092,167,-1.277579582,0.7249010648,774.94064983 +90,-1.537372391,0.7259947145,167,-1.277579582,0.7249010648,768.98533961 +91,-1.535340789,0.7260435356,167,-1.277579582,0.7249010648,762.97137554 +92,-1.539325716,0.7244369706,167,-1.277579582,0.7249010648,775.27913528 +93,-1.537308932,0.7244801057,167,-1.277579582,0.7249010648,769.30536849 +94,-1.535289068,0.7245247645,167,-1.277579582,0.7249010648,763.32188535 +95,-1.533261366,0.7245550236,167,-1.277579582,0.7249010648,757.32010928 +96,-1.539267302,0.722921924,167,-1.277579582,0.7249010648,775.66488264 +97,-1.537248972,0.7229660258,167,-1.277579582,0.7249010648,769.68112679 +98,-1.535219431,0.7229916471,167,-1.277579582,0.7249010648,763.67109477 +99,-1.53318962,0.7230212049,167,-1.277579582,0.7249010648,757.65858365 +100,-1.531154816,0.7230299897,167,-1.277579582,0.7249010648,751.63884511 +101,-1.528878341,0.7230370244,167,-1.277579582,0.7249010648,744.90482582 +102,-1.539218189,0.7214009878,167,-1.277579582,0.7249010648,776.12577583 +103,-1.537198791,0.7214422745,167,-1.277579582,0.7249010648,770.13528193 +104,-1.535179266,0.7214634354,167,-1.277579582,0.7249010648,764.1524968 +105,-1.533156501,0.7214944644,167,-1.277579582,0.7249010648,758.15589623 +106,-1.53113574,0.7215166021,167,-1.277579582,0.7249010648,752.1686241 +107,-1.528874248,0.7215345535,167,-1.277579582,0.7249010648,745.47055925 +108,-1.539217656,0.7198512397,167,-1.277579582,0.7249010648,776.78872631 +109,-1.537199919,0.7199428763,167,-1.277579582,0.7249010648,770.77660375 +110,-1.545425832,0.727397149,167,-1.277579582,0.7249010648,792.31494822 +111,-1.543371177,0.7273916949,167,-1.277579582,0.7249010648,786.25564005 +112,-1.541368852,0.7274523163,167,-1.277579582,0.7249010648,780.33066478 +113,-1.545349067,0.7258710923,167,-1.277579582,0.7249010648,792.5749242 +114,-1.54332671,0.7258603556,167,-1.277579582,0.7249010648,786.60830931 +115,-1.541346831,0.7259242142,167,-1.277579582,0.7249010648,780.74225028 +116,-1.545324355,0.7243383958,167,-1.277579582,0.7249010648,793.03591449 +117,-1.543292796,0.7243617413,167,-1.277579582,0.7249010648,787.02600189 +118,-1.541295822,0.7244024384,167,-1.277579582,0.7249010648,781.11184277 +119,-1.543193859,0.7205570215,167,-1.277579582,0.7249010648,788.24453872 +120,-1.550257047,0.7386738187,167,-1.277579582,0.7249010648,804.27079002 +121,-1.549335448,0.7311736483,167,-1.277579582,0.7249010648,802.81291072 +122,-1.533478843,0.7179891343,167,-1.277579582,0.7249010648,760.65534136 +123,-1.556150555,0.738907041,167,-1.277579582,0.7249010648,821.49998563 +124,-1.554324226,0.733414257,167,-1.277579582,0.7249010648,816.99030463 +125,-1.554290846,0.7288285332,167,-1.277579582,0.7249010648,818.02623517 +126,-1.55122487,0.7219795312,167,-1.277579582,0.7249010648,811.39191266 +127,-1.525104458,0.7229399862,167,-1.277579582,0.7249010648,733.78024164 +128,-1.519607711,0.7236181429,167,-1.277579582,0.7249010648,717.28315761 +129,-1.513899999,0.7251107854,167,-1.277579582,0.7249010648,699.92205898 +130,-1.536620762,0.7431061895,167,-1.277579582,0.7249010648,764.26395266 +131,-1.5369566,0.7460845958,167,-1.277579582,0.7249010648,765.41087929 +132,-1.545345528,0.7447040685,167,-1.277579582,0.7249010648,789.74182426 +133,-1.532813921,0.7432306626,167,-1.277579582,0.7249010648,753.16551516 +134,-1.554788248,0.7382381001,167,-1.277579582,0.7249010648,817.58450615 +135,-1.540348126,0.7301594274,167,-1.277579582,0.7249010648,776.59278689 +136,-1.538016084,0.7239051786,167,-1.277579582,0.7249010648,771.59979072 +137,-1.525288962,0.7258085137,167,-1.277579582,0.7249010648,733.35948579 +138,-1.534326986,0.731241342,167,-1.277579582,0.7249010648,758.61669128 +139,-1.530733872,0.7303625216,167,-1.277579582,0.7249010648,748.22306778 +141,-1.534354939,0.7328219978,167,-1.277579582,0.7249010648,758.39395434 +142,-1.53157084,0.7292888153,167,-1.277579582,0.7249010648,750.93910522 +143,-1.525691035,0.7263799874,167,-1.277579582,0.7249010648,734.37489697 +144,-1.534031287,0.7495967835,167,-1.277579582,0.7249010648,757.36457826 +145,-1.527714986,0.7283095957,167,-1.277579582,0.7249010648,739.81455115 +146,-1.526189586,0.7271468292,167,-1.277579582,0.7249010648,735.62619759 +147,-1.555177336,0.7375563366,167,-1.277579582,0.7249010648,818.80664248 +148,-1.555080283,0.7312707794,167,-1.277579582,0.7249010648,819.69596451 +149,-1.53856994,0.7224180299,167,-1.277579582,0.7249010648,773.79860867 +150,-1.530837883,0.729933372,167,-1.277579582,0.7249010648,748.62612783 +151,-1.515066984,0.5854133365,167,-1.277579582,0.7249010648,926.38436704 +152,-1.534731633,0.5368370046,167,-1.277579582,0.7249010648,1106.7718149 +153,-1.515231902,0.5607085576,167,-1.277579582,0.7249010648,993.12438678 +154,-2.616253799,1.0684566605,167,-1.277579582,0.7249010648,3345.3181682 +155,-1.956071439,0.5792177723,167,-1.277579582,0.7249010648,2192.6611047 +156,-1.951208514,0.5602434208,167,-1.277579582,0.7249010648,2212.9179574 +157,-1.944675062,0.6062144545,167,-1.277579582,0.7249010648,2112.7899949 +158,-1.613778386,0.6077989518,167,-1.277579582,0.7249010648,1141.6752605 +159,-2.035029014,0.6021432345,167,-1.277579582,0.7249010648,2387.310445 +160,-2.114989471,0.6801825058,167,-1.277579582,0.7249010648,2505.064019 +161,-2.037382079,0.5765830025,167,-1.277579582,0.7249010648,2438.3809653 +162,-2.129855121,0.6585019963,167,-1.277579582,0.7249010648,2578.6180391 +163,-2.075141798,0.6493615843,167,-1.277579582,0.7249010648,2431.9627096 +164,-1.828626729,0.6948433129,167,-1.277579582,0.7249010648,1650.5156183 +165,-1.863329418,0.6735427691,167,-1.277579582,0.7249010648,1776.079468 +166,-1.266037071,0.727988852,167,-1.277579582,0.7249010648,36.299874024 +167,-1.277579582,0.7249010648,167,-1.277579582,0.7249010648,23.959136368 +168,-1.258418684,0.7241194816,167,-1.277579582,0.7249010648,56.916862143 +169,-1.317813974,0.6804850104,167,-1.277579582,0.7249010648,213.85443377 +170,-1.344165204,0.6790988904,167,-1.277579582,0.7249010648,270.9997849 +171,-1.427582102,0.5277120351,167,-1.277579582,0.7249010648,916.35867181 +172,-1.402238616,0.457167829,167,-1.277579582,0.7249010648,1135.919974 +173,-1.422454264,0.4996161999,167,-1.277579582,0.7249010648,1007.1646832 +174,-1.439089277,0.4894859811,167,-1.277579582,0.7249010648,1068.7482877 +175,-1.448126995,0.5182330266,167,-1.277579582,0.7249010648,984.25313518 +176,-1.474626146,0.5881926574,167,-1.277579582,0.7249010648,820.56327447 +177,-1.421139645,0.5584869783,167,-1.277579582,0.7249010648,800.37219894 +178,-1.457037165,0.565943032,167,-1.277579582,0.7249010648,846.60174208 +179,-2.757159358,0.3745319,167,-1.277579582,0.7249010648,4989.9633675 +180,-2.714309238,0.342054471,167,-1.277579582,0.7249010648,4945.6366784 +181,-2.000525337,0.774119946,167,-1.277579582,0.7249010648,2082.8628888 +183,-1.571413436,0.6777838382,167,-1.277579582,0.7249010648,906.98669204 +184,-1.552860289,0.6987663893,167,-1.277579582,0.7249010648,830.8842675 +185,-1.521852374,0.7165827476,167,-1.277579582,0.7249010648,726.8976617 +186,-1.503656267,0.6928968252,167,-1.277579582,0.7249010648,690.77110376 +187,-1.502753178,0.7136205882,167,-1.277579582,0.7249010648,671.83838536 +188,-1.631894563,0.7343596465,167,-1.277579582,0.7249010648,1044.3667226 +189,-1.653765416,0.6770714026,167,-1.277579582,0.7249010648,1151.2622932 +190,-1.719812114,0.6715965947,167,-1.277579582,0.7249010648,1353.2452032 +191,-1.493406659,0.6646955447,167,-1.277579582,0.7249010648,697.89100938 +192,-1.469120564,0.6613469966,167,-1.277579582,0.7249010648,634.99260597 +193,-1.590551461,0.5326612937,167,-1.277579582,0.7249010648,1254.6388684 +194,-1.625979264,0.5247742243,167,-1.277579582,0.7249010648,1366.0283939 +195,-1.572293943,0.5238808754,167,-1.277579582,0.7249010648,1233.2996136 +196,-1.610848725,0.5477107964,167,-1.277579582,0.7249010648,1268.2148979 +197,-1.208485554,0.7918526018,167,-1.277579582,0.7249010648,331.27064295 +198,-1.335601374,0.6869083083,167,-1.277579582,0.7249010648,230.6998986 +199,-1.346156996,0.6825213377,167,-1.277579582,0.7249010648,266.54280534 +200,-1.324381037,0.6741422347,167,-1.277579582,0.7249010648,246.02459297 +201,-1.242424992,0.7378949807,167,-1.277579582,0.7249010648,115.70637903 +202,-1.270370057,0.7392461008,167,-1.277579582,0.7249010648,60.660663172 +203,-1.448950472,0.7441675014,167,-1.277579582,0.7249010648,509.21350934 +204,-1.492662363,0.7523026852,167,-1.277579582,0.7249010648,638.60633981 +205,-1.479098966,0.7763855017,167,-1.277579582,0.7249010648,617.64143074 +206,-1.633760714,0.7869022408,167,-1.277579582,0.7249010648,1052.4785682 +207,-1.647406434,0.8101289331,167,-1.277579582,0.7249010648,1102.9906188 +208,-1.564245052,0.5701509278,167,-1.277579582,0.7249010648,1090.5945743 +209,-1.646289963,0.6833746083,167,-1.277579582,0.7249010648,1122.3236692 +210,-1.5820631,0.6751952144,167,-1.277579582,0.7249010648,941.44113267 +211,-1.613236298,0.6681681791,167,-1.277579582,0.7249010648,1041.9610232 +212,-1.914661867,0.8212566515,167,-1.277579582,0.7249010648,1828.607983 +213,-1.742133237,0.7250275956,167,-1.277579582,0.7249010648,1371.8494062 +214,-2.033144872,0.6557314699,167,-1.277579582,0.7249010648,2299.5776597 +215,-2.039551981,0.6964723658,167,-1.277579582,0.7249010648,2265.7876716 +216,-1.247341019,0.7622473908,167,-1.277579582,0.7249010648,172.19694937 +217,-1.298239787,0.7084123392,167,-1.277579582,0.7249010648,89.848184505 +218,-1.308539688,0.6926545592,167,-1.277579582,0.7249010648,158.04760894 +219,-1.303263185,0.6888938396,167,-1.277579582,0.7249010648,162.24509674 +220,-1.852400229,0.6004246149,167,-1.277579582,0.7249010648,1849.0901845 +221,-1.288947707,0.7473773692,167,-1.277579582,0.7249010648,95.07607587 +222,-1.372031502,0.7472790993,167,-1.277579582,0.7249010648,291.02384796 +223,-1.289805721,0.7242157877,167,-1.277579582,0.7249010648,36.363656421 +224,-1.350807603,0.7533498126,167,-1.277579582,0.7249010648,242.13975423 +225,-1.329290365,0.7560442322,167,-1.277579582,0.7249010648,195.10923583 +226,-1.410153004,0.616936428,167,-1.277579582,0.7249010648,592.85915728 +227,-1.393445434,0.6308995063,167,-1.277579582,0.7249010648,515.83623853 +228,-1.37595573,0.6241540638,167,-1.277579582,0.7249010648,501.6051285 +229,-1.358388707,0.6172645205,167,-1.277579582,0.7249010648,494.39020443 +230,-1.753741133,0.8281661666,167,-1.277579582,0.7249010648,1397.9601686 +231,-1.47430987,0.6834615681,167,-1.277579582,0.7249010648,615.64600641 +232,-1.421012508,0.7222725206,167,-1.277579582,0.7249010648,425.74959589 +233,-1.4476833,0.6978557868,167,-1.277579582,0.7249010648,521.17939453 +234,-1.470370723,0.6966193374,167,-1.277579582,0.7249010648,589.04712166 +235,-1.429211703,0.7037216883,167,-1.277579582,0.7249010648,461.26969893 +236,-1.700578405,0.6178673663,167,-1.277579582,0.7249010648,1373.2867217 +237,-1.678117619,0.6331716163,167,-1.277579582,0.7249010648,1282.5769281 +238,-1.725644578,0.6316331145,167,-1.277579582,0.7249010648,1424.6051766 +239,-2.14012759,0.7930497945,167,-1.277579582,0.7249010648,2454.2666566 +240,-2.103289431,0.7653606263,167,-1.277579582,0.7249010648,2376.2857127 +241,-1.318739838,0.7017808746,167,-1.277579582,0.7249010648,153.5664228 +242,-1.396417427,0.7077900843,167,-1.277579582,0.7249010648,361.32865127 +243,-1.35650337,0.7185539404,167,-1.277579582,0.7249010648,235.9860187 +244,-1.248884539,0.7274156818,167,-1.277579582,0.7249010648,85.568203017 +245,-1.395014798,0.5761185243,167,-1.277579582,0.7249010648,695.39730322 +246,-1.433377362,0.6064716109,167,-1.277579582,0.7249010648,674.28306525 +247,-1.408172432,0.5903155476,167,-1.277579582,0.7249010648,671.5681526 +248,-1.749645898,0.7757118084,167,-1.277579582,0.7249010648,1376.058449 +249,-1.571626686,0.615046989,167,-1.277579582,0.7249010648,1008.9978593 +250,-1.514070049,0.6303003037,167,-1.277579582,0.7249010648,819.06111542 +251,-1.480890369,0.6237966528,167,-1.277579582,0.7249010648,744.68587585 +252,-1.704390658,0.5281680612,167,-1.277579582,0.7249010648,1567.5639065 +253,-1.64434733,0.5254277498,167,-1.277579582,0.7249010648,1412.361855 +254,-1.703855997,0.4792484842,167,-1.277579582,0.7249010648,1688.2312917 +255,-1.692002383,0.5748825051,167,-1.277579582,0.7249010648,1429.4365547 +256,-1.854136457,0.5544643913,167,-1.277579582,0.7249010648,1938.3828812 +257,-1.665021206,0.520317736,167,-1.277579582,0.7249010648,1479.9991409 +258,-1.733654349,0.4845187345,167,-1.277579582,0.7249010648,1754.0605727 +259,-1.720938188,0.5135933906,167,-1.277579582,0.7249010648,1647.6982057 +260,-1.742668307,0.553296122,167,-1.277579582,0.7249010648,1618.6035897 +261,-1.965659039,0.7142126903,167,-1.277579582,0.7249010648,2032.2426017 +262,-1.944438071,0.6772834804,167,-1.277579582,0.7249010648,2010.7413134 +263,-1.270340967,0.7681487096,167,-1.277579582,0.7249010648,172.59130197 +264,-1.353091884,0.6549276821,167,-1.277579582,0.7249010648,360.50796626 +265,-1.333236659,0.6413584414,167,-1.277579582,0.7249010648,372.40537908 +266,-1.352015998,0.6753788907,167,-1.277579582,0.7249010648,298.79313055 +267,-1.377988483,0.6577816235,167,-1.277579582,0.7249010648,405.49067706 +268,-2.13075611,0.8318642051,167,-1.277579582,0.7249010648,2402.2776718 +269,-2.097910953,0.8259670014,167,-1.277579582,0.7249010648,2318.4948434 +270,-1.416382069,0.6694271549,167,-1.277579582,0.7249010648,475.0727378 +271,-1.538905672,0.7535625993,167,-1.277579582,0.7249010648,772.24178557 +272,-1.572309477,0.7803125099,167,-1.277579582,0.7249010648,878.1427314 +273,-1.87759879,0.7503853417,167,-1.277579582,0.7249010648,1749.4732014 +274,1.152365588,0.590457682,167,-1.277579582,0.7249010648,6625.6323894 +275,0.350198001,0.718001859,167,-1.277579582,0.7249010648,4574.1294992 +276,0.046513677,0.491503852,167,-1.277579582,0.7249010648,4265.4251496 +277,0.027510309,0.742571376,167,-1.277579582,0.7249010648,3706.7326207 +278,0.306285725,-0.214631579,167,-1.277579582,0.7249010648,6821.4583513 +279,-1.100564889,0.318051531,167,-1.277579582,0.7249010648,1719.3520391 +280,-1.078582306,0.301437596,167,-1.277579582,0.7249010648,1808.5221277 +281,-1.137371989,-0.617634065,167,-1.277579582,0.7249010648,5342.1167847 +282,0.784356344,0.703272339,167,-1.277579582,0.7249010648,5587.2987263 +283,-1.221209947,0.218327455,167,-1.277579582,0.7249010648,2015.994047 +284,2.347301921,-0.449114658,167,-1.277579582,0.7249010648,10525.366654 +285,0.246820618,0.830553713,167,-1.277579582,0.7249010648,4088.4235602 +286,0.829414965,0.703288228,167,-1.277579582,0.7249010648,5676.9894948 +287,-1.337537566,0.42332223,167,-1.277579582,0.7249010648,1210.8011621 +288,0.882453706,0.454478077,167,-1.277579582,0.7249010648,6549.8347856 +289,1.575629659,0.416419109,167,-1.277579582,0.7249010648,7800.7602901 +290,-1.039455679,0.229888244,167,-1.277579582,0.7249010648,2125.9088227 +291,0.489558039,0.934482747,167,-1.277579582,0.7249010648,4388.497064 +292,0.081344504,0.88384514,167,-1.277579582,0.7249010648,3610.763553 +293,-1.547979814,0.300350308,167,-1.277579582,0.7249010648,1916.2640369 +294,0.040776181,0.168560074,167,-1.277579582,0.7249010648,5033.480528 +295,-1.130374745,0.563894876,167,-1.277579582,0.7249010648,789.05361077 +296,1.578326642,0.478507176,167,-1.277579582,0.7249010648,7563.4521464 +297,-1.12861823,-0.291640865,167,-1.277579582,0.7249010648,4063.4032778 +298,0.310524208,0.770885792,167,-1.277579582,0.7249010648,4361.0407496 +299,0.415649091,-0.387246002,167,-1.277579582,0.7249010648,7575.2274573 +300,-0.926533878,-0.188022748,167,-1.277579582,0.7249010648,3835.9839786 +301,1.258856172,-0.11716081,167,-1.277579582,0.7249010648,9232.2559439 +302,-1.126050026,0.322941926,167,-1.277579582,0.7249010648,1672.5999489 +303,2.002785835,0.07893892,167,-1.277579582,0.7249010648,9220.5602866 +304,0.440437607,0.746258085,167,-1.277579582,0.7249010648,4722.6906694 +305,-0.030391866,0.214441206,167,-1.277579582,0.7249010648,4704.9480498 +306,0.521557815,-0.058929362,167,-1.277579582,0.7249010648,7052.6966509 +307,-0.097005111,0.13317729,167,-1.277579582,0.7249010648,4719.510566 +308,1.83113859,0.221857587,167,-1.277579582,0.7249010648,8691.8120508 +309,0.222428864,0.099404236,167,-1.277579582,0.7249010648,5751.4947173 +310,-1.702731345,0.8728568183,167,-1.277579582,0.7249010648,1304.6033234 +311,-0.418507569,0.278324921,167,-1.277579582,0.7249010648,3407.3030941 +312,-1.41153306,0.339029988,167,-1.277579582,0.7249010648,1593.6737242 +313,0.357560442,0.114788776,167,-1.277579582,0.7249010648,6110.488554 +314,0.325818979,0.268352149,167,-1.277579582,0.7249010648,5616.3921634 +315,-1.246004659,-0.663679965,167,-1.277579582,0.7249010648,5501.3532331 +316,1.814603087,0.637404484,167,-1.277579582,0.7249010648,7044.7839915 +317,1.843704281,-0.18300445,167,-1.277579582,0.7249010648,10296.230572 +318,1.690644492,-0.211480909,167,-1.277579582,0.7249010648,10323.390047 +319,-1.275451936,0.068109467,167,-1.277579582,0.7249010648,2601.5624852 +320,0.762430171,-0.207594741,167,-1.277579582,0.7249010648,8150.5142555 +321,0.265668905,-0.014647884,167,-1.277579582,0.7249010648,6178.7309461 +322,-2.773032013,-0.335515811,167,-1.277579582,0.7249010648,6878.9435405 +323,-1.469512853,0.174058777,167,-1.277579582,0.7249010648,2282.2781727 +324,0.286276986,0.785925691,167,-1.277579582,0.7249010648,4271.3853783 +325,-1.379324697,0.377432233,167,-1.277579582,0.7249010648,1417.5929979 +326,-1.203778265,0.212813032,167,-1.277579582,0.7249010648,2044.4231414 +327,0.579916301,0.611743168,167,-1.277579582,0.7249010648,5394.0121318 +328,0.267582642,0.868113908,167,-1.277579582,0.7249010648,4063.312088 +329,0.412869244,-0.050245578,167,-1.277579582,0.7249010648,6708.541104 +330,0.17524381,0.976660285,167,-1.277579582,0.7249010648,3679.1763638 +331,0.743157214,0.204812899,167,-1.277579582,0.7249010648,6954.5188773 +332,-1.070758176,0.269382282,167,-1.277579582,0.7249010648,1938.1746404 +333,-1.230364251,0.329790229,167,-1.277579582,0.7249010648,1573.1363211 +334,-1.374813124,-0.024926835,167,-1.277579582,0.7249010648,2990.5555304 +335,0.519780566,0.463669906,167,-1.277579582,0.7249010648,5640.9569413 +336,-1.55108034,0.239698561,167,-1.277579582,0.7249010648,2140.1409506 +337,0.180294813,0.029739425,167,-1.277579582,0.7249010648,5809.1195605 +338,0.67820924,0.268170153,167,-1.277579582,0.7249010648,6600.3290394 +339,0.445798684,1.024001867,167,-1.277579582,0.7249010648,4114.815761 +340,0.691751283,0.150521402,167,-1.277579582,0.7249010648,6970.1675254 +341,-1.036643551,-0.903056181,167,-1.277579582,0.7249010648,6501.4803872 +342,-0.120287036,1.083325163,167,-1.277579582,0.7249010648,2999.538664 +343,2.823513113,-0.304487164,167,-1.277579582,0.7249010648,8813.8345934 +344,0.457583172,1.12513373,167,-1.277579582,0.7249010648,3936.4897933 +345,0.042918831,0.813795399,167,-1.277579582,0.7249010648,3626.7130494 +346,1.196146777,-0.853142756,167,-1.277579582,0.7249010648,10534.2354 +347,0.206001358,-0.010430701,167,-1.277579582,0.7249010648,5990.9302761 +348,-0.268308653,0.234799412,167,-1.277579582,0.7249010648,3953.3935495 +349,0.759363263,0.736189579,167,-1.277579582,0.7249010648,5440.8654221 +350,0.181363926,0.891988372,167,-1.277579582,0.7249010648,3826.6071198 +351,-0.021111158,0.139103292,167,-1.277579582,0.7249010648,4926.9397329 +352,-0.093355215,0.630686981,167,-1.277579582,0.7249010648,3578.4086202 +353,0.40118964,0.681375926,167,-1.277579582,0.7249010648,4784.4972049 +354,-0.721197315,1.304706234,167,-1.277579582,0.7249010648,2503.1364921 +355,-1.076150317,0.212107639,167,-1.277579582,0.7249010648,2147.6056751 +356,-1.577164531,0.273993443,167,-1.277579582,0.7249010648,2058.6460002 +357,-0.190788414,0.182208586,167,-1.277579582,0.7249010648,4316.4859838 +358,-0.261349752,0.209710184,167,-1.277579582,0.7249010648,4039.2557293 +359,-1.029303852,0.083549259,167,-1.277579582,0.7249010648,2688.169905 +360,-1.268609162,0.330525297,167,-1.277579582,0.7249010648,1562.4160646 +361,1.282982244,-0.926641967,167,-1.277579582,0.7249010648,10712.186973 +362,0.217352334,0.731352408,167,-1.277579582,0.7249010648,4215.9046169 +363,-1.511833084,0.258629297,167,-1.277579582,0.7249010648,2014.088469 +364,0.338812194,0.823184618,167,-1.277579582,0.7249010648,4315.0327252 +365,-0.324406489,1.134201999,167,-1.277579582,0.7249010648,2651.6512061 +366,1.389579348,0.399185724,167,-1.277579582,0.7249010648,7662.9135174 +367,2.047152199,-0.039082036,167,-1.277579582,0.7249010648,9650.0005936 +368,0.947780369,0.568250077,167,-1.277579582,0.7249010648,6330.004691 +369,0.763824846,0.576754987,167,-1.277579582,0.7249010648,5916.3983932 +370,-0.142334657,0.928153068,167,-1.277579582,0.7249010648,3037.6648557 +371,0.610266567,0.547265983,167,-1.277579582,0.7249010648,5642.6037817 +372,0.210731629,0.746815056,167,-1.277579582,0.7249010648,4167.6717281 +373,-1.34931644,0.316895224,167,-1.277579582,0.7249010648,1634.2778137 +374,2.407696481,0.655030745,167,-1.277579582,0.7249010648,6635.0572349 +375,0.64207831,0.545359131,167,-1.277579582,0.7249010648,5724.7669885 +376,1.174597538,0.840588356,167,-1.277579582,0.7249010648,5790.4040506 +377,0.660059424,0.010604079,167,-1.277579582,0.7249010648,7269.6702797 +378,-0.730263819,0.010486456,167,-1.277579582,0.7249010648,3439.2796985 +379,0.831068936,0.512339172,167,-1.277579582,0.7249010648,6258.3690656 +380,1.301180979,0.72367476,167,-1.277579582,0.7249010648,6362.1222515 +381,1.811128231,0.322854402,167,-1.277579582,0.7249010648,8289.1526794 +382,0.435105812,0.992284428,167,-1.277579582,0.7249010648,4160.3525386 +383,0.62643634,0.592027932,167,-1.277579582,0.7249010648,5557.9572657 +384,0.492988703,-0.516339467,167,-1.277579582,0.7249010648,8099.8304359 +385,-0.162469483,0.112549365,167,-1.277579582,0.7249010648,4584.0677995 +386,0.314630866,0.472006421,167,-1.277579582,0.7249010648,5068.071731 +387,0.166744804,0.822815954,167,-1.277579582,0.7249010648,3913.8166409 +388,0.417159608,0.965805736,167,-1.277579582,0.7249010648,4181.0786412 +389,0.106334961,0.868774244,167,-1.277579582,0.7249010648,3692.3629513 +390,0.815086969,-0.338144359,167,-1.277579582,0.7249010648,8633.9051644 +391,0.59867455,-0.230624824,167,-1.277579582,0.7249010648,7726.2579952 +392,1.915104874,0.066220985,167,-1.277579582,0.7249010648,9304.7889464 +393,1.278093622,0.064463721,167,-1.277579582,0.7249010648,8671.2408076 +394,-0.061477853,0.302997961,167,-1.277579582,0.7249010648,4390.8649337 +395,0.251311504,0.626976942,167,-1.277579582,0.7249010648,4529.3986146 +396,2.950242872,0.149095644,167,-1.277579582,0.7249010648,7207.816839 +397,-0.180294708,0.35375117,167,-1.277579582,0.7249010648,3915.5751008 +398,1.010448592,-0.351180233,167,-1.277579582,0.7249010648,9238.7284569 +399,-1.748740498,0.3686318073,167,-1.277579582,0.7249010648,2112.4988445 +400,2.699635665,0.123533791,167,-1.277579582,0.7249010648,7923.7395766 +401,0.496808033,0.823843254,167,-1.277579582,0.7249010648,4662.0798996 +402,0.129574704,0.763364087,167,-1.277579582,0.7249010648,3931.6496269 +403,1.798920311,0.817447563,167,-1.277579582,0.7249010648,6330.3082854 +404,0.335987953,0.746786541,167,-1.277579582,0.7249010648,4474.8007358 +405,-1.085413643,0.292154671,167,-1.277579582,0.7249010648,1834.7786507 +406,-0.155321003,0.508207011,167,-1.277579582,0.7249010648,3642.0185381 +407,0.620529244,-0.301175104,167,-1.277579582,0.7249010648,7967.3187306 +408,1.684402744,0.368716966,167,-1.277579582,0.7249010648,8062.1016804 +409,0.300582244,-0.386397212,167,-1.277579582,0.7249010648,7243.1940716 +410,2.913555946,-0.009225192,167,-1.277579582,0.7249010648,7761.0353849 +411,1.465101417,0.493232532,167,-1.277579582,0.7249010648,7402.3862833 +412,0.090612882,0.907955955,167,-1.277579582,0.7249010648,3596.475507 +413,2.987564726,-0.729568594,167,-1.277579582,0.7249010648,9201.6733004 +414,-1.484261606,0.224149272,167,-1.277579582,0.7249010648,2108.0749347 +415,0.164073421,0.303955133,167,-1.277579582,0.7249010648,5054.6853306 +416,0.141441293,0.167552546,167,-1.277579582,0.7249010648,5334.4968843 +417,2.931321023,-0.506718887,167,-1.277579582,0.7249010648,8960.3601361 +418,2.21951565,0.700596356,167,-1.277579582,0.7249010648,6654.5590258 +419,0.268112576,1.199114336,167,-1.277579582,0.7249010648,3549.7049987 +420,0.978913739,0.359223811,167,-1.277579582,0.7249010648,7062.5966493 +421,1.210898818,0.522863584,167,-1.277579582,0.7249010648,6954.795496 +422,2.347397336,0.129231362,167,-1.277579582,0.7249010648,8633.0880668 +423,0.614394501,0.556878345,167,-1.277579582,0.7249010648,5626.1333525 +424,-1.398079356,0.148483366,167,-1.277579582,0.7249010648,2321.9148298 +425,2.535303836,-0.112984496,167,-1.277579582,0.7249010648,9062.1391459 +426,-1.019372593,-0.405322349,167,-1.277579582,0.7249010648,4576.1046783 +427,-1.297785627,-0.160104069,167,-1.277579582,0.7249010648,3506.2773619 +428,2.144554488,0.205051084,167,-1.277579582,0.7249010648,8620.5386608 +429,-2.242387083,-0.426171285,167,-1.277579582,0.7249010648,5768.8816536 +430,0.338637212,0.909723676,167,-1.277579582,0.7249010648,4136.4630373 +431,-0.148798452,0.691042401,167,-1.277579582,0.7249010648,3317.2312829 +432,0.893524764,0.441829531,167,-1.277579582,0.7249010648,6613.6468305 +433,0.969229347,-0.368847936,167,-1.277579582,0.7249010648,9161.8693827 +434,0.436043248,0.800045688,167,-1.277579582,0.7249010648,4585.6788804 +435,1.687946607,1.081504775,167,-1.277579582,0.7249010648,5266.503444 +436,0.522302046,-0.034889271,167,-1.277579582,0.7249010648,6991.2844726 +437,-0.178996113,-0.438090009,167,-1.277579582,0.7249010648,6114.7327379 +438,-1.094339566,0.301444068,167,-1.277579582,0.7249010648,1789.1794673 +439,-1.064070054,0.242569932,167,-1.277579582,0.7249010648,2046.9528442 +440,-1.068153768,0.230387998,167,-1.277579582,0.7249010648,2087.7897729 +441,-3.00496892,-0.23989155,167,-1.277579582,0.7249010648,7308.7020105 +442,0.21751974,0.766874888,167,-1.277579582,0.7249010648,4144.0403995 +443,0.117229532,0.007619006,167,-1.277579582,0.7249010648,5681.1261668 +444,0.777758451,0.420554741,167,-1.277579582,0.7249010648,6410.5165721 +445,-0.252356999,0.250747086,167,-1.277579582,0.7249010648,3958.594067 +446,0.363148444,0.768483434,167,-1.277579582,0.7249010648,4490.8421773 +447,0.903191366,-0.118210676,167,-1.277579582,0.7249010648,8314.3053289 +448,-0.205755923,0.149406178,167,-1.277579582,0.7249010648,4360.1360384 +449,1.811996086,0.02364353,167,-1.277579582,0.7249010648,9472.9769102 +450,-1.100670221,0.314845373,167,-1.277579582,0.7249010648,1731.2925256 +451,0.340078597,0.850105132,167,-1.277579582,0.7249010648,4261.1438213 +452,0.258757267,0.804969236,167,-1.277579582,0.7249010648,4167.0560698 +453,2.78505352,-0.155160804,167,-1.277579582,0.7249010648,8528.2145405 +454,0.800551619,0.105822106,167,-1.277579582,0.7249010648,7394.062807 +455,0.437940882,-0.506194031,167,-1.277579582,0.7249010648,7920.9510936 +456,2.230431122,0.63458615,167,-1.277579582,0.7249010648,6897.4633754 +457,0.527965361,0.127667701,167,-1.277579582,0.7249010648,6572.042502 +458,-0.063643205,0.702093448,167,-1.277579582,0.7249010648,3533.1491345 +459,1.408447268,0.133010502,167,-1.277579582,0.7249010648,8664.6846587 +460,0.523795955,0.280266966,167,-1.277579582,0.7249010648,6146.6292919 +461,-0.975769313,0.072177659,167,-1.277579582,0.7249010648,2798.1599755 +462,0.549774164,-0.463663986,167,-1.277579582,0.7249010648,8144.0232876 +463,0.29245874,1.095549818,167,-1.277579582,0.7249010648,3723.0825092 +464,0.143625958,0.816809593,167,-1.277579582,0.7249010648,3868.9091441 +465,0.671902494,0.611159853,167,-1.277579582,0.7249010648,5610.1843007 +466,1.239840988,0.6724199,167,-1.277579582,0.7249010648,6468.4071483 +467,0.607829703,-0.10932137,167,-1.277579582,0.7249010648,7439.6204663 +468,1.763020906,0.263996692,167,-1.277579582,0.7249010648,8509.3917544 +469,0.378714634,0.726066797,167,-1.277579582,0.7249010648,4624.5732263 +470,2.196736143,-0.153862366,167,-1.277579582,0.7249010648,9900.0350538 +471,0.01702415,0.148991565,167,-1.277579582,0.7249010648,5013.8176998 +472,-2.998490902,-0.158002487,167,-1.277579582,0.7249010648,7079.773224 +473,-3.051262951,-0.346595608,167,-1.277579582,0.7249010648,7710.8454469 +474,-1.069176439,0.182802941,167,-1.277579582,0.7249010648,2266.5634929 +475,0.167157509,0.595344954,167,-1.277579582,0.7249010648,4374.1173468 +476,0.613855648,0.681746124,167,-1.277579582,0.7249010648,5283.7824883 +477,1.037012736,0.682555367,167,-1.277579582,0.7249010648,6123.0758819 +478,-1.253574971,0.379755746,167,-1.277579582,0.7249010648,1369.4636071 +479,3.108590453,-0.132620738,167,-1.277579582,0.7249010648,7534.9865646 +480,0.565301296,0.022333262,167,-1.277579582,0.7249010648,6964.2437556 +481,0.547898238,0.855555614,167,-1.277579582,0.7249010648,4691.2477329 +482,0.948309381,0.417393755,167,-1.277579582,0.7249010648,6810.7396406 +483,-0.050600732,0.945269213,167,-1.277579582,0.7249010648,3231.5327523 +484,-0.977651478,-0.572363064,167,-1.277579582,0.7249010648,5253.5776569 +485,1.102014914,0.728861163,167,-1.277579582,0.7249010648,6072.7640308 +486,2.927300795,-0.282939414,167,-1.277579582,0.7249010648,8455.3683835 +487,-1.154565557,0.124434095,167,-1.277579582,0.7249010648,2417.5171913 +488,1.855331234,0.291044755,167,-1.277579582,0.7249010648,8419.5611716 +489,0.830290659,0.276904518,167,-1.277579582,0.7249010648,6967.5308085 +490,0.485104466,-0.234867441,167,-1.277579582,0.7249010648,7400.3792085 +491,0.521367572,-0.33161327,167,-1.277579582,0.7249010648,7748.6050073 +1,-1.539031704,0.7349710123,168,-1.258418684,0.7241194816,828.49378105 +2,-1.536990553,0.7349663874,168,-1.258418684,0.7241194816,822.50192746 +3,-1.534951779,0.7349571355,168,-1.258418684,0.7241194816,816.51748867 +4,-1.532906461,0.7349480293,168,-1.258418684,0.7241194816,810.51347624 +5,-1.531320211,0.7346937278,168,-1.258418684,0.7241194816,805.89505665 +6,-1.539451648,0.7335131775,168,-1.258418684,0.7241194816,829.99229932 +7,-1.537429487,0.7335445708,168,-1.258418684,0.7241194816,824.04353168 +8,-1.535484998,0.7335658704,168,-1.258418684,0.7241194816,818.3249013 +9,-1.533488396,0.7336036027,168,-1.258418684,0.7241194816,812.45001842 +10,-1.531497785,0.7335842962,168,-1.258418684,0.7241194816,806.60296002 +11,-1.530259379,0.7334777758,168,-1.258418684,0.7241194816,802.9819112 +12,-1.5335454,0.7322346912,168,-1.258418684,0.7241194816,812.88497831 +13,-1.531489083,0.7322238773,168,-1.258418684,0.7241194816,806.83807358 +14,-1.530011122,0.7321679851,168,-1.258418684,0.7241194816,802.50140809 +15,-1.53348106,0.7306614094,168,-1.258418684,0.7241194816,813.04679254 +16,-1.531441779,0.7306962275,168,-1.258418684,0.7241194816,807.03370002 +17,-1.529755654,0.7306933243,168,-1.258418684,0.7241194816,802.06920092 +18,-1.533415048,0.7291384674,168,-1.258418684,0.7241194816,813.23678352 +19,-1.531392093,0.7291705353,168,-1.258418684,0.7241194816,807.26611814 +20,-1.529296523,0.7291214933,168,-1.258418684,0.7241194816,801.10236035 +21,-1.535280942,0.727267644,168,-1.258418684,0.7241194816,819.27369263 +22,-1.533378158,0.7276139666,168,-1.258418684,0.7241194816,813.5567111 +23,-1.531340368,0.7276446587,168,-1.258418684,0.7241194816,807.53673408 +24,-1.528960113,0.7276398177,168,-1.258418684,0.7241194816,800.51657883 +25,-1.533313146,0.7260818349,168,-1.258418684,0.7241194816,813.83986664 +26,-1.531259555,0.7260958115,168,-1.258418684,0.7241194816,807.7729637 +27,-1.528926415,0.7260865555,168,-1.258418684,0.7241194816,800.88783205 +28,-1.531226779,0.7245511789,168,-1.258418684,0.7241194816,808.19491555 +29,-1.528904772,0.7245519194,168,-1.258418684,0.7241194816,801.33439367 +30,-1.547195875,0.7409785979,168,-1.258418684,0.7241194816,851.67834669 +31,-1.5451475,0.740980426,168,-1.258418684,0.7241194816,845.6929491 +32,-1.543097679,0.7409798872,168,-1.258418684,0.7241194816,839.70336605 +33,-1.540720364,0.7409892687,168,-1.258418684,0.7241194816,832.75608037 +34,-1.547188511,0.7395198392,168,-1.258418684,0.7241194816,851.78654923 +35,-1.545148587,0.7395226109,168,-1.258418684,0.7241194816,845.81862903 +36,-1.543104538,0.7395314908,168,-1.258418684,0.7241194816,839.83792907 +37,-1.540727751,0.7395306258,168,-1.258418684,0.7241194816,832.88453241 +38,-1.547187029,0.7380014886,168,-1.258418684,0.7241194816,851.95818852 +39,-1.545147315,0.7380012252,168,-1.258418684,0.7241194816,845.98412354 +40,-1.54310719,0.7380060743,168,-1.258418684,0.7241194816,840.0080187 +41,-1.540719671,0.7380068206,168,-1.258418684,0.7241194816,833.01465393 +42,-1.547187189,0.7364799098,168,-1.258418684,0.7241194816,852.17689082 +43,-1.545149996,0.7364853874,168,-1.258418684,0.7241194816,846.20257849 +44,-1.543106091,0.7364823484,168,-1.258418684,0.7241194816,840.20964267 +45,-1.540717158,0.7364893901,168,-1.258418684,0.7241194816,833.20318192 +46,-1.538663972,0.7410138672,168,-1.258418684,0.7241194816,826.74570811 +47,-1.53695285,0.7409699132,168,-1.258418684,0.7241194816,821.74782834 +48,-1.534910498,0.7409641297,168,-1.258418684,0.7241194816,815.77979814 +49,-1.533145034,0.7409536636,168,-1.258418684,0.7241194816,810.62097712 +50,-1.538681336,0.7395405883,168,-1.258418684,0.7241194816,826.89659504 +51,-1.536999189,0.7395183096,168,-1.258418684,0.7241194816,821.97686182 +52,-1.534923633,0.7395144222,168,-1.258418684,0.7241194816,815.90443029 +53,-1.533267822,0.7395654306,168,-1.258418684,0.7241194816,811.05619067 +54,-1.53867273,0.7380151077,168,-1.258418684,0.7241194816,827.01782928 +55,-1.536980576,0.7379994392,168,-1.258418684,0.7241194816,822.06271612 +56,-1.534931522,0.7379944961,168,-1.258418684,0.7241194816,816.06073177 +57,-1.533387952,0.7379480264,168,-1.258418684,0.7241194816,811.54346337 +58,-1.538682279,0.7364914363,168,-1.258418684,0.7241194816,827.23546494 +59,-1.536980704,0.7364810563,168,-1.258418684,0.7241194816,822.24670086 +60,-1.534935567,0.7364752065,168,-1.258418684,0.7241194816,816.24948844 +61,-1.533042592,0.7363876366,168,-1.258418684,0.7241194816,810.7087093 +62,-1.545143426,0.7349628011,168,-1.258418684,0.7241194816,846.43700406 +63,-1.543105297,0.7349691947,168,-1.258418684,0.7241194816,840.45293507 +64,-1.541064533,0.7349647152,168,-1.258418684,0.7241194816,834.46277008 +65,-1.545411803,0.7334624714,168,-1.258418684,0.7241194816,847.51689339 +66,-1.543446606,0.7334780896,168,-1.258418684,0.7241194816,841.73902135 +67,-1.541475327,0.7334957295,168,-1.258418684,0.7241194816,835.94271048 +68,-1.545401939,0.731963266,168,-1.258418684,0.7241194816,847.82062445 +69,-1.54342253,0.7319915583,168,-1.258418684,0.7241194816,841.99201531 +70,-1.541455867,0.7320216438,168,-1.258418684,0.7241194816,836.20039478 +71,-1.545410146,0.7304422281,168,-1.258418684,0.7241194816,848.22405336 +72,-1.543435491,0.7304713664,168,-1.258418684,0.7241194816,842.40304285 +73,-1.541463105,0.7304997613,168,-1.258418684,0.7241194816,836.58878717 +74,-1.545414768,0.7289194936,168,-1.258418684,0.7241194816,848.65940333 +75,-1.543435774,0.7289538557,168,-1.258418684,0.7241194816,842.81821961 +76,-1.541457714,0.7289765881,168,-1.258418684,0.7241194816,836.98297628 +77,-1.539449415,0.7320555866,168,-1.258418684,0.7241194816,830.29080638 +78,-1.537429183,0.7321097681,168,-1.258418684,0.7241194816,824.33622524 +79,-1.535472649,0.7321497267,168,-1.258418684,0.7241194816,818.5722087 +80,-1.539457899,0.7305333307,168,-1.258418684,0.7241194816,830.67648168 +81,-1.537453161,0.7305750503,168,-1.258418684,0.7241194816,824.76346616 +82,-1.535479385,0.7306124949,168,-1.258418684,0.7241194816,818.94265202 +83,-1.53946905,0.7290102593,168,-1.258418684,0.7241194816,831.11323895 +84,-1.537459922,0.7290417293,168,-1.258418684,0.7241194816,825.18369811 +85,-1.535451349,0.7290890157,168,-1.258418684,0.7241194816,819.25138385 +86,-1.535522937,0.7279887191,168,-1.258418684,0.7241194816,819.77220698 +87,-1.539442524,0.7274735939,168,-1.258418684,0.7241194816,831.48604372 +88,-1.537424111,0.727521351,168,-1.258418684,0.7241194816,825.51830884 +89,-1.539384641,0.7259505092,168,-1.258418684,0.7241194816,831.80524121 +90,-1.537372391,0.7259947145,168,-1.258418684,0.7241194816,825.85090512 +91,-1.535340789,0.7260435356,168,-1.258418684,0.7241194816,819.83785468 +92,-1.539325716,0.7244369706,168,-1.258418684,0.7241194816,832.16043284 +93,-1.537308932,0.7244801057,168,-1.258418684,0.7241194816,826.18759329 +94,-1.535289068,0.7245247645,168,-1.258418684,0.7241194816,820.20500576 +95,-1.533261366,0.7245550236,168,-1.258418684,0.7241194816,814.20425263 +96,-1.539267302,0.722921924,168,-1.258418684,0.7241194816,832.55968123 +97,-1.537248972,0.7229660258,168,-1.258418684,0.7241194816,826.57673493 +98,-1.535219431,0.7229916471,168,-1.258418684,0.7241194816,820.56764088 +99,-1.53318962,0.7230212049,168,-1.258418684,0.7241194816,814.55601544 +100,-1.531154816,0.7230299897,168,-1.258418684,0.7241194816,808.53729675 +101,-1.528878341,0.7230370244,168,-1.258418684,0.7241194816,801.80440619 +102,-1.539218189,0.7214009878,168,-1.258418684,0.7241194816,833.03088889 +103,-1.537198791,0.7214422745,168,-1.258418684,0.7241194816,827.04106315 +104,-1.535179266,0.7214634354,168,-1.258418684,0.7241194816,821.05903466 +105,-1.533156501,0.7214944644,168,-1.258418684,0.7241194816,815.06311327 +106,-1.53113574,0.7215166021,168,-1.258418684,0.7241194816,809.0765414 +107,-1.528874248,0.7215345535,168,-1.258418684,0.7241194816,802.37926269 +108,-1.539217656,0.7198512397,168,-1.258418684,0.7241194816,833.70101243 +109,-1.537199919,0.7199428763,168,-1.258418684,0.7241194816,827.68916907 +110,-1.545425832,0.727397149,168,-1.258418684,0.7241194816,849.15563518 +111,-1.543371177,0.7273916949,168,-1.258418684,0.7241194816,843.09811853 +112,-1.541368852,0.7274523163,168,-1.258418684,0.7241194816,837.17392944 +113,-1.545349067,0.7258710923,168,-1.258418684,0.7241194816,849.43588614 +114,-1.54332671,0.7258603556,168,-1.258418684,0.7241194816,843.47097955 +115,-1.541346831,0.7259242142,168,-1.258418684,0.7241194816,837.60566968 +116,-1.545324355,0.7243383958,168,-1.258418684,0.7241194816,849.91404138 +117,-1.543292796,0.7243617413,168,-1.258418684,0.7241194816,843.90532384 +118,-1.541295822,0.7244024384,168,-1.258418684,0.7241194816,837.99214032 +119,-1.543193859,0.7205570215,168,-1.258418684,0.7241194816,845.15241372 +120,-1.550257047,0.7386738187,168,-1.258418684,0.7241194816,860.86181675 +121,-1.549335448,0.7311736483,168,-1.258418684,0.7241194816,859.58660058 +122,-1.533478843,0.7179891343,168,-1.258418684,0.7241194816,817.57218012 +123,-1.556150555,0.738907041,168,-1.258418684,0.7241194816,878.08056741 +124,-1.554324226,0.733414257,168,-1.258418684,0.7241194816,873.7129714 +125,-1.554290846,0.7288285332,168,-1.258418684,0.7241194816,874.83717323 +126,-1.55122487,0.7219795312,168,-1.258418684,0.7241194816,868.28689762 +127,-1.525104458,0.7229399862,168,-1.258418684,0.7241194816,790.68235857 +128,-1.519607711,0.7236181429,168,-1.258418684,0.7241194816,774.18314022 +129,-1.513899999,0.7251107854,168,-1.258418684,0.7241194816,756.81249697 +130,-1.536620762,0.7431061895,168,-1.258418684,0.7241194816,820.71378401 +131,-1.5369566,0.7460845958,168,-1.258418684,0.7241194816,821.74543497 +132,-1.545345528,0.7447040685,168,-1.258418684,0.7241194816,846.1330146 +133,-1.532813921,0.7432306626,168,-1.258418684,0.7241194816,809.61034698 +134,-1.554788248,0.7382381001,168,-1.258418684,0.7241194816,874.18515125 +135,-1.540348126,0.7301594274,168,-1.258418684,0.7241194816,833.39329347 +136,-1.538016084,0.7239051786,168,-1.258418684,0.7241194816,828.48701942 +137,-1.525288962,0.7258085137,168,-1.258418684,0.7241194816,790.23572654 +138,-1.534326986,0.731241342,168,-1.258418684,0.7241194816,815.40187559 +139,-1.530733872,0.7303625216,168,-1.258418684,0.7241194816,805.02778451 +141,-1.534354939,0.7328219978,168,-1.258418684,0.7241194816,815.14632709 +142,-1.53157084,0.7292888153,168,-1.258418684,0.7241194816,807.76195341 +143,-1.525691035,0.7263799874,168,-1.258418684,0.7241194816,791.244193 +144,-1.534031287,0.7495967835,168,-1.258418684,0.7241194816,813.5435682 +145,-1.527714986,0.7283095957,168,-1.258418684,0.7241194816,796.65601697 +146,-1.526189586,0.7271468292,168,-1.258418684,0.7241194816,792.48537577 +147,-1.555177336,0.7375563366,168,-1.258418684,0.7241194816,875.42598571 +148,-1.555080283,0.7312707794,168,-1.258418684,0.7241194816,876.46249978 +149,-1.53856994,0.7224180299,168,-1.258418684,0.7241194816,830.69754774 +150,-1.530837883,0.729933372,168,-1.258418684,0.7241194816,805.43848228 +151,-1.515066984,0.5854133365,168,-1.258418684,0.7241194816,973.56558284 +152,-1.534731633,0.5368370046,168,-1.258418684,0.7241194816,1150.7292965 +153,-1.515231902,0.5607085576,168,-1.258418684,0.7241194816,1037.7936143 +154,-2.616253799,1.0684566605,168,-1.258418684,0.7241194816,3383.2782487 +155,-1.956071439,0.5792177723,168,-1.258418684,0.7241194816,2249.3506348 +156,-1.951208514,0.5602434208,168,-1.258418684,0.7241194816,2269.3943177 +157,-1.944675062,0.6062144545,168,-1.258418684,0.7241194816,2169.6340453 +158,-1.613778386,0.6077989518,168,-1.258418684,0.7241194816,1195.1688639 +159,-2.035029014,0.6021432345,168,-1.258418684,0.7241194816,2444.2273001 +160,-2.114989471,0.6801825058,168,-1.258418684,0.7241194816,2561.2109131 +161,-2.037382079,0.5765830025,168,-1.258418684,0.7241194816,2495.2549053 +162,-2.129855121,0.6585019963,168,-1.258418684,0.7241194816,2634.993945 +163,-2.075141798,0.6493615843,168,-1.258418684,0.7241194816,2488.6125928 +164,-1.828626729,0.6948433129,168,-1.258418684,0.7241194816,1707.3189324 +165,-1.863329418,0.6735427691,168,-1.258418684,0.7241194816,1832.9664335 +166,-1.266037071,0.727988852,168,-1.258418684,0.7241194816,27.278600752 +167,-1.277579582,0.7249010648,168,-1.258418684,0.7241194816,56.916862143 +168,-1.258418684,0.7241194816,168,-1.258418684,0.7241194816,13.396538099 +169,-1.317813974,0.6804850104,168,-1.258418684,0.7241194816,249.20911966 +170,-1.344165204,0.6790988904,168,-1.258418684,0.7241194816,314.71610963 +171,-1.427582102,0.5277120351,168,-1.258418684,0.7241194816,947.33248269 +172,-1.402238616,0.457167829,168,-1.258418684,0.7241194816,1157.0257988 +173,-1.422454264,0.4996161999,168,-1.258418684,0.7241194816,1034.6488748 +174,-1.439089277,0.4894859811,168,-1.258418684,0.7241194816,1097.7960441 +175,-1.448126995,0.5182330266,168,-1.258418684,0.7241194816,1017.2162884 +176,-1.474626146,0.5881926574,168,-1.258418684,0.7241194816,864.68746676 +177,-1.421139645,0.5584869783,168,-1.258418684,0.7241194816,833.86768846 +178,-1.457037165,0.565943032,168,-1.258418684,0.7241194816,886.03781718 +179,-2.757159358,0.3745319,168,-1.258418684,0.7241194816,5045.9384205 +180,-2.714309238,0.342054471,168,-1.258418684,0.7241194816,5002.0788216 +181,-2.000525337,0.774119946,168,-1.258418684,0.7241194816,2137.4148045 +183,-1.571413436,0.6777838382,168,-1.258418684,0.7241194816,963.23324048 +184,-1.552860289,0.6987663893,168,-1.258418684,0.7241194816,887.62292627 +185,-1.521852374,0.7165827476,168,-1.258418684,0.7241194816,783.81052367 +186,-1.503656267,0.6928968252,168,-1.258418684,0.7241194816,747.03305937 +187,-1.502753178,0.7136205882,168,-1.258418684,0.7241194816,728.71339453 +188,-1.631894563,0.7343596465,168,-1.258418684,0.7241194816,1100.9794241 +189,-1.653765416,0.6770714026,168,-1.258418684,0.7241194816,1207.9650832 +190,-1.719812114,0.6715965947,168,-1.258418684,0.7241194816,1410.0699067 +191,-1.493406659,0.6646955447,168,-1.258418684,0.7241194816,752.03181882 +192,-1.469120564,0.6613469966,168,-1.258418684,0.7241194816,687.91721212 +193,-1.590551461,0.5326612937,168,-1.258418684,0.7241194816,1301.9986187 +194,-1.625979264,0.5247742243,168,-1.258418684,0.7241194816,1414.6892741 +195,-1.572293943,0.5238808754,168,-1.258418684,0.7241194816,1278.8673933 +196,-1.610848725,0.5477107964,168,-1.258418684,0.7241194816,1317.7016975 +197,-1.208485554,0.7918526018,168,-1.258418684,0.7241194816,304.26986329 +198,-1.335601374,0.6869083083,168,-1.258418684,0.7241194816,275.42855321 +199,-1.346156996,0.6825213377,168,-1.258418684,0.7241194816,312.01951215 +200,-1.324381037,0.6741422347,168,-1.258418684,0.7241194816,281.33403942 +201,-1.242424992,0.7378949807,168,-1.258418684,0.7241194816,72.122853214 +202,-1.270370057,0.7392461008,168,-1.258418684,0.7241194816,69.50222005 +203,-1.448950472,0.7441675014,168,-1.258418684,0.7241194816,565.48041211 +204,-1.492662363,0.7523026852,168,-1.258418684,0.7241194816,694.53668887 +205,-1.479098966,0.7763855017,168,-1.258418684,0.7241194816,671.28325211 +206,-1.633760714,0.7869022408,168,-1.258418684,0.7241194816,1106.861234 +207,-1.647406434,0.8101289331,168,-1.258418684,0.7241194816,1155.8780393 +208,-1.564245052,0.5701509278,168,-1.258418684,0.7241194816,1139.4296948 +209,-1.646289963,0.6833746083,168,-1.258418684,0.7241194816,1179.0962075 +210,-1.5820631,0.6751952144,168,-1.258418684,0.7241194816,997.68677482 +211,-1.613236298,0.6681681791,168,-1.258418684,0.7241194816,1098.2329692 +212,-1.914661867,0.8212566515,168,-1.258418684,0.7241194816,1881.5786248 +213,-1.742133237,0.7250275956,168,-1.258418684,0.7241194816,1428.4480152 +214,-2.033144872,0.6557314699,168,-1.258418684,0.7241194816,2356.2835224 +215,-2.039551981,0.6964723658,168,-1.258418684,0.7241194816,2321.9865045 +216,-1.247341019,0.7622473908,168,-1.258418684,0.7241194816,154.44041163 +217,-1.298239787,0.7084123392,168,-1.258418684,0.7241194816,134.2503103 +218,-1.308539688,0.6926545592,168,-1.258418684,0.7241194816,195.59017665 +219,-1.303263185,0.6888938396,168,-1.258418684,0.7241194816,194.2058025 +220,-1.852400229,0.6004246149,168,-1.258418684,0.7241194816,1905.549558 +221,-1.288947707,0.7473773692,168,-1.258418684,0.7241194816,128.53678562 +222,-1.372031502,0.7472790993,168,-1.258418684,0.7241194816,345.90711662 +223,-1.289805721,0.7242157877,168,-1.258418684,0.7241194816,93.124175431 +224,-1.350807603,0.7533498126,168,-1.258418684,0.7241194816,294.21812857 +225,-1.329290365,0.7560442322,168,-1.258418684,0.7241194816,242.77260529 +226,-1.410153004,0.616936428,168,-1.258418684,0.7241194816,633.41047279 +227,-1.393445434,0.6308995063,168,-1.258418684,0.7241194816,556.34342277 +228,-1.37595573,0.6241540638,168,-1.258418684,0.7241194816,537.30658203 +229,-1.358388707,0.6172645205,168,-1.258418684,0.7241194816,524.47719955 +230,-1.753741133,0.8281661666,168,-1.258418684,0.7241194816,1450.3222418 +231,-1.47430987,0.6834615681,168,-1.258418684,0.7241194816,670.90032754 +232,-1.421012508,0.7222725206,168,-1.258418684,0.7241194816,482.6508289 +233,-1.4476833,0.6978557868,168,-1.258418684,0.7241194816,577.08343857 +234,-1.470370723,0.6966193374,168,-1.258418684,0.7241194816,645.16408537 +235,-1.429211703,0.7037216883,168,-1.258418684,0.7241194816,517.3595928 +236,-1.700578405,0.6178673663,168,-1.258418684,0.7241194816,1428.8454624 +237,-1.678117619,0.6331716163,168,-1.258418684,0.7241194816,1338.3656767 +238,-1.725644578,0.6316331145,168,-1.258418684,0.7241194816,1480.7965175 +239,-2.14012759,0.7930497945,168,-1.258418684,0.7241194816,2507.5952971 +240,-2.103289431,0.7653606263,168,-1.258418684,0.7241194816,2430.6542626 +241,-1.318739838,0.7017808746,168,-1.258418684,0.7241194816,201.21233068 +242,-1.396417427,0.7077900843,168,-1.258418684,0.7241194816,417.28866184 +243,-1.35650337,0.7185539404,168,-1.258418684,0.7241194816,292.52351576 +244,-1.248884539,0.7274156818,168,-1.258418684,0.7241194816,31.118980956 +245,-1.395014798,0.5761185243,168,-1.258418684,0.7241194816,726.72333458 +246,-1.433377362,0.6064716109,168,-1.258418684,0.7241194816,716.3468831 +247,-1.408172432,0.5903155476,168,-1.258418684,0.7241194816,707.36279905 +248,-1.749645898,0.7757118084,168,-1.258418684,0.7241194816,1431.1631098 +249,-1.571626686,0.615046989,168,-1.258418684,0.7241194816,1061.6902629 +250,-1.514070049,0.6303003037,168,-1.258418684,0.7241194816,870.75285266 +251,-1.480890369,0.6237966528,168,-1.258418684,0.7241194816,793.77250961 +252,-1.704390658,0.5281680612,168,-1.258418684,0.7241194816,1619.4377578 +253,-1.64434733,0.5254277498,168,-1.258418684,0.7241194816,1461.9007712 +254,-1.703855997,0.4792484842,168,-1.258418684,0.7241194816,1737.6456279 +255,-1.692002383,0.5748825051,168,-1.258418684,0.7241194816,1483.17175 +256,-1.854136457,0.5544643913,168,-1.258418684,0.7241194816,1994.0136064 +257,-1.665021206,0.520317736,168,-1.258418684,0.7241194816,1530.0901503 +258,-1.733654349,0.4845187345,168,-1.258418684,0.7241194816,1804.8080781 +259,-1.720938188,0.5135933906,168,-1.258418684,0.7241194816,1699.3849303 +260,-1.742668307,0.553296122,168,-1.258418684,0.7241194816,1672.5315509 +261,-1.965659039,0.7142126903,168,-1.258418684,0.7241194816,2088.4146826 +262,-1.944438071,0.6772834804,168,-1.258418684,0.7241194816,2067.4712856 +263,-1.270340967,0.7681487096,168,-1.258418684,0.7241194816,177.8120248 +264,-1.353091884,0.6549276821,168,-1.258418684,0.7241194816,398.3709793 +265,-1.333236659,0.6413584414,168,-1.258418684,0.7241194816,400.28676861 +266,-1.352015998,0.6753788907,168,-1.258418684,0.7241194816,342.98251616 +267,-1.377988483,0.6577816235,168,-1.258418684,0.7241194816,449.4968924 +268,-2.13075611,0.8318642051,168,-1.258418684,0.7241194816,2454.2303856 +269,-2.097910953,0.8259670014,168,-1.258418684,0.7241194816,2370.8119963 +270,-1.416382069,0.6694271549,168,-1.258418684,0.7241194816,526.13326713 +271,-1.538905672,0.7535625993,168,-1.258418684,0.7241194816,828.23554909 +272,-1.572309477,0.7803125099,168,-1.258418684,0.7241194816,932.61239647 +273,-1.87759879,0.7503853417,168,-1.258418684,0.7241194816,1805.1450891 +274,1.152365588,0.590457682,168,-1.258418684,0.7241194816,6596.8913493 +275,0.350198001,0.718001859,168,-1.258418684,0.7241194816,4529.0226058 +276,0.046513677,0.491503852,168,-1.258418684,0.7241194816,4210.8953006 +277,0.027510309,0.742571376,168,-1.258418684,0.7241194816,3657.8970929 +278,0.306285725,-0.214631579,168,-1.258418684,0.7241194816,6764.8557637 +279,-1.100564889,0.318051531,168,-1.258418684,0.7241194816,1694.9537945 +280,-1.078582306,0.301437596,168,-1.258418684,0.7241194816,1782.3661536 +281,-1.137371989,-0.617634065,168,-1.258418684,0.7241194816,5332.8507276 +282,0.784356344,0.703272339,168,-1.258418684,0.7241194816,5550.6074245 +283,-1.221209947,0.218327455,168,-1.258418684,0.7241194816,2007.5765689 +284,2.347301921,-0.449114658,168,-1.258418684,0.7241194816,10577.550722 +285,0.246820618,0.830553713,168,-1.258418684,0.7241194816,4045.604314 +286,0.829414965,0.703288228,168,-1.258418684,0.7241194816,5641.4431253 +287,-1.337537566,0.42332223,168,-1.258418684,0.7241194816,1219.6963872 +288,0.882453706,0.454478077,168,-1.258418684,0.7241194816,6509.0171089 +289,1.575629659,0.416419109,168,-1.258418684,0.7241194816,7787.1772636 +290,-1.039455679,0.229888244,168,-1.258418684,0.7241194816,2098.456831 +291,0.489558039,0.934482747,168,-1.258418684,0.7241194816,4353.6702174 +292,0.081344504,0.88384514,168,-1.258418684,0.7241194816,3568.007881 +293,-1.547979814,0.300350308,168,-1.258418684,0.7241194816,1945.7334326 +294,0.040776181,0.168560074,168,-1.258418684,0.7241194816,4976.5657863 +295,-1.130374745,0.563894876,168,-1.258418684,0.7241194816,752.49919001 +296,1.578326642,0.478507176,168,-1.258418684,0.7241194816,7550.8737485 +297,-1.12861823,-0.291640865,168,-1.258418684,0.7241194816,4051.4941461 +298,0.310524208,0.770885792,168,-1.258418684,0.7241194816,4317.022786 +299,0.415649091,-0.387246002,168,-1.258418684,0.7241194816,7519.1677775 +300,-0.926533878,-0.188022748,168,-1.258418684,0.7241194816,3810.4071991 +301,1.258856172,-0.11716081,168,-1.258418684,0.7241194816,9189.4868797 +302,-1.126050026,0.322941926,168,-1.258418684,0.7241194816,1650.959405 +303,2.002785835,0.07893892,168,-1.258418684,0.7241194816,9233.6644978 +304,0.440437607,0.746258085,168,-1.258418684,0.7241194816,4680.0328127 +305,-0.030391866,0.214441206,168,-1.258418684,0.7241194816,4648.0313423 +306,0.521557815,-0.058929362,168,-1.258418684,0.7241194816,6996.4723707 +307,-0.097005111,0.13317729,168,-1.258418684,0.7241194816,4662.9703082 +308,1.83113859,0.221857587,168,-1.258418684,0.7241194816,8692.0052039 +309,0.222428864,0.099404236,168,-1.258418684,0.7241194816,5694.7419657 +310,-1.702731345,0.8728568183,168,-1.258418684,0.7241194816,1353.0885039 +311,-0.418507569,0.278324921,168,-1.258418684,0.7241194816,3351.9523195 +312,-1.41153306,0.339029988,168,-1.258418684,0.7241194816,1610.24954 +313,0.357560442,0.114788776,168,-1.258418684,0.7241194816,6054.4569886 +314,0.325818979,0.268352149,168,-1.258418684,0.7241194816,5561.5699854 +315,-1.246004659,-0.663679965,168,-1.258418684,0.7241194816,5497.2567607 +316,1.814603087,0.637404484,168,-1.258418684,0.7241194816,7045.1242318 +317,1.843704281,-0.18300445,168,-1.258418684,0.7241194816,10296.084528 +318,1.690644492,-0.211480909,168,-1.258418684,0.7241194816,10306.546414 +319,-1.275451936,0.068109467,168,-1.258418684,0.7241194816,2599.1595986 +320,0.762430171,-0.207594741,168,-1.258418684,0.7241194816,8094.7932689 +321,0.265668905,-0.014647884,168,-1.258418684,0.7241194816,6121.8241824 +322,-2.773032013,-0.335515811,168,-1.258418684,0.7241194816,6932.3949014 +323,-1.469512853,0.174058777,168,-1.258418684,0.7241194816,2299.8837713 +324,0.286276986,0.785925691,168,-1.258418684,0.7241194816,4227.5135042 +325,-1.379324697,0.377432233,168,-1.258418684,0.7241194816,1431.3127858 +326,-1.203778265,0.212813032,168,-1.258418684,0.7241194816,2034.112871 +327,0.579916301,0.611743168,168,-1.258418684,0.7241194816,5350.0441148 +328,0.267582642,0.868113908,168,-1.258418684,0.7241194816,4022.2729627 +329,0.412869244,-0.050245578,168,-1.258418684,0.7241194816,6651.8534233 +330,0.17524381,0.976660285,168,-1.258418684,0.7241194816,3641.8616192 +331,0.743157214,0.204812899,168,-1.258418684,0.7241194816,6904.717897 +332,-1.070758176,0.269382282,168,-1.258418684,0.7241194816,1912.3626545 +333,-1.230364251,0.329790229,168,-1.258418684,0.7241194816,1564.81092 +334,-1.374813124,-0.024926835,168,-1.258418684,0.7241194816,2996.3294322 +335,0.519780566,0.463669906,168,-1.258418684,0.7241194816,5592.1802933 +336,-1.55108034,0.239698561,168,-1.258418684,0.7241194816,2167.3127331 +337,0.180294813,0.029739425,168,-1.258418684,0.7241194816,5752.203319 +338,0.67820924,0.268170153,168,-1.258418684,0.7241194816,6550.4857478 +339,0.445798684,1.024001867,168,-1.258418684,0.7241194816,4083.2775455 +340,0.691751283,0.150521402,168,-1.258418684,0.7241194816,6918.4336056 +341,-1.036643551,-0.903056181,168,-1.258418684,0.7241194816,6490.3275172 +342,-0.120287036,1.083325163,168,-1.258418684,0.7241194816,2966.4649878 +343,2.823513113,-0.304487164,168,-1.258418684,0.7241194816,8870.2839663 +344,0.457583172,1.12513373,168,-1.258418684,0.7241194816,3910.2110903 +345,0.042918831,0.813795399,168,-1.258418684,0.7241194816,3580.6058431 +346,1.196146777,-0.853142756,168,-1.258418684,0.7241194816,10482.845568 +347,0.206001358,-0.010430701,168,-1.258418684,0.7241194816,5934.0222893 +348,-0.268308653,0.234799412,168,-1.258418684,0.7241194816,3897.1625361 +349,0.759363263,0.736189579,168,-1.258418684,0.7241194816,5404.5548695 +350,0.181363926,0.891988372,168,-1.258418684,0.7241194816,3785.406162 +351,-0.021111158,0.139103292,168,-1.258418684,0.7241194816,4870.1154604 +352,-0.093355215,0.630686981,168,-1.258418684,0.7241194816,3525.1399982 +353,0.40118964,0.681375926,168,-1.258418684,0.7241194816,4739.1383303 +354,-0.721197315,1.304706234,168,-1.258418684,0.7241194816,2492.9703196 +355,-1.076150317,0.212107639,168,-1.258418684,0.7241194816,2124.0900091 +356,-1.577164531,0.273993443,168,-1.258418684,0.7241194816,2089.4304979 +357,-0.190788414,0.182208586,168,-1.258418684,0.7241194816,4260.1492136 +358,-0.261349752,0.209710184,168,-1.258418684,0.7241194816,3983.1824694 +359,-1.029303852,0.083549259,168,-1.258418684,0.7241194816,2663.8904886 +360,-1.268609162,0.330525297,168,-1.258418684,0.7241194816,1559.4064881 +361,1.282982244,-0.926641967,168,-1.258418684,0.7241194816,10665.91405 +362,0.217352334,0.731352408,168,-1.258418684,0.7241194816,4169.178462 +363,-1.511833084,0.258629297,168,-1.258418684,0.7241194816,2038.463538 +364,0.338812194,0.823184618,168,-1.258418684,0.7241194816,4273.3256826 +365,-0.324406489,1.134201999,168,-1.258418684,0.7241194816,2622.7263645 +366,1.389579348,0.399185724,168,-1.258418684,0.7241194816,7639.6208634 +367,2.047152199,-0.039082036,168,-1.258418684,0.7241194816,9668.1517765 +368,0.947780369,0.568250077,168,-1.258418684,0.7241194816,6294.0046185 +369,0.763824846,0.576754987,168,-1.258418684,0.7241194816,5875.6244575 +370,-0.142334657,0.928153068,168,-1.258418684,0.7241194816,2995.0354311 +371,0.610266567,0.547265983,168,-1.258418684,0.7241194816,5597.565447 +372,0.210731629,0.746815056,168,-1.258418684,0.7241194816,4121.3521398 +373,-1.34931644,0.316895224,168,-1.258418684,0.7241194816,1642.1548655 +374,2.407696481,0.655030745,168,-1.258418684,0.7241194816,6660.9632424 +375,0.64207831,0.545359131,168,-1.258418684,0.7241194816,5680.3535352 +376,1.174597538,0.840588356,168,-1.258418684,0.7241194816,5768.651132 +377,0.660059424,0.010604079,168,-1.258418684,0.7241194816,7215.3790646 +378,-0.730263819,0.010486456,168,-1.258418684,0.7241194816,3398.6885582 +379,0.831068936,0.512339172,168,-1.258418684,0.7241194816,6217.6241088 +380,1.301180979,0.72367476,168,-1.258418684,0.7241194816,6341.8700918 +381,1.811128231,0.322854402,168,-1.258418684,0.7241194816,8288.3602605 +382,0.435105812,0.992284428,168,-1.258418684,0.7241194816,4127.176138 +383,0.62643634,0.592027932,168,-1.258418684,0.7241194816,5514.429972 +384,0.492988703,-0.516339467,168,-1.258418684,0.7241194816,8044.5708733 +385,-0.162469483,0.112549365,168,-1.258418684,0.7241194816,4528.0630626 +386,0.314630866,0.472006421,168,-1.258418684,0.7241194816,5016.2510209 +387,0.166744804,0.822815954,168,-1.258418684,0.7241194816,3869.5947776 +388,0.417159608,0.965805736,168,-1.258418684,0.7241194816,4146.4334254 +389,0.106334961,0.868774244,168,-1.258418684,0.7241194816,3649.2413464 +390,0.815086969,-0.338144359,168,-1.258418684,0.7241194816,8577.4319093 +391,0.59867455,-0.230624824,168,-1.258418684,0.7241194816,7669.4912375 +392,1.915104874,0.066220985,168,-1.258418684,0.7241194816,9311.1866615 +393,1.278093622,0.064463721,168,-1.258418684,0.7241194816,8634.58301 +394,-0.061477853,0.302997961,168,-1.258418684,0.7241194816,4334.0257183 +395,0.251311504,0.626976942,168,-1.258418684,0.7241194816,4480.1558142 +396,2.950242872,0.149095644,168,-1.258418684,0.7241194816,7260.3066063 +397,-0.180294708,0.35375117,168,-1.258418684,0.7241194816,3858.6685438 +398,1.010448592,-0.351180233,168,-1.258418684,0.7241194816,9183.6888051 +399,-1.748740498,0.3686318073,168,-1.258418684,0.7241194816,2158.5726532 +400,2.699635665,0.123533791,168,-1.258418684,0.7241194816,7971.3170846 +401,0.496808033,0.823843254,168,-1.258418684,0.7241194816,4623.10458 +402,0.129574704,0.763364087,168,-1.258418684,0.7241194816,3884.7775535 +403,1.798920311,0.817447563,168,-1.258418684,0.7241194816,6330.4984963 +404,0.335987953,0.746786541,168,-1.258418684,0.7241194816,4430.3822912 +405,-1.085413643,0.292154671,168,-1.258418684,0.7241194816,1809.673437 +406,-0.155321003,0.508207011,168,-1.258418684,0.7241194816,3586.1450857 +407,0.620529244,-0.301175104,168,-1.258418684,0.7241194816,7910.4234589 +408,1.684402744,0.368716966,168,-1.258418684,0.7241194816,8053.9912848 +409,0.300582244,-0.386397212,168,-1.258418684,0.7241194816,7187.9445642 +410,2.913555946,-0.009225192,168,-1.258418684,0.7241194816,7815.2450028 +411,1.465101417,0.493232532,168,-1.258418684,0.7241194816,7384.4805537 +412,0.090612882,0.907955955,168,-1.258418684,0.7241194816,3554.9140602 +413,2.987564726,-0.729568594,168,-1.258418684,0.7241194816,9252.8668511 +414,-1.484261606,0.224149272,168,-1.258418684,0.7241194816,2128.5814818 +415,0.164073421,0.303955133,168,-1.258418684,0.7241194816,4998.8810475 +416,0.141441293,0.167552546,168,-1.258418684,0.7241194816,5277.7394014 +417,2.931321023,-0.506718887,168,-1.258418684,0.7241194816,9016.5707024 +418,2.21951565,0.700596356,168,-1.258418684,0.7241194816,6672.370567 +419,0.268112576,1.199114336,168,-1.258418684,0.7241194816,3525.9662211 +420,0.978913739,0.359223811,168,-1.258418684,0.7241194816,7022.2509193 +421,1.210898818,0.522863584,168,-1.258418684,0.7241194816,6926.5975251 +422,2.347397336,0.129231362,168,-1.258418684,0.7241194816,8667.1064821 +423,0.614394501,0.556878345,168,-1.258418684,0.7241194816,5581.4270435 +424,-1.398079356,0.148483366,168,-1.258418684,0.7241194816,2332.0575793 +425,2.535303836,-0.112984496,168,-1.258418684,0.7241194816,9110.2166324 +426,-1.019372593,-0.405322349,168,-1.258418684,0.7241194816,4559.0448452 +427,-1.297785627,-0.160104069,168,-1.258418684,0.7241194816,3505.3428963 +428,2.144554488,0.205051084,168,-1.258418684,0.7241194816,8641.6195459 +429,-2.242387083,-0.426171285,168,-1.258418684,0.7241194816,5809.9334411 +430,0.338637212,0.909723676,168,-1.258418684,0.7241194816,4098.1910568 +431,-0.148798452,0.691042401,168,-1.258418684,0.7241194816,3264.942526 +432,0.893524764,0.441829531,168,-1.258418684,0.7241194816,6572.8232728 +433,0.969229347,-0.368847936,168,-1.258418684,0.7241194816,9106.1590595 +434,0.436043248,0.800045688,168,-1.258418684,0.7241194816,4544.7621617 +435,1.687946607,1.081504775,168,-1.258418684,0.7241194816,5264.509174 +436,0.522302046,-0.034889271,168,-1.258418684,0.7241194816,6935.2361585 +437,-0.178996113,-0.438090009,168,-1.258418684,0.7241194816,6067.255578 +438,-1.094339566,0.301444068,168,-1.258418684,0.7241194816,1764.6963979 +439,-1.064070054,0.242569932,168,-1.258418684,0.7241194816,2021.3738917 +440,-1.068153768,0.230387998,168,-1.258418684,0.7241194816,2062.9800818 +441,-3.00496892,-0.23989155,168,-1.258418684,0.7241194816,7365.1471359 +442,0.21751974,0.766874888,168,-1.258418684,0.7241194816,4098.4910703 +443,0.117229532,0.007619006,168,-1.258418684,0.7241194816,5624.3245541 +444,0.777758451,0.420554741,168,-1.258418684,0.7241194816,6366.1428128 +445,-0.252356999,0.250747086,168,-1.258418684,0.7241194816,3902.1492673 +446,0.363148444,0.768483434,168,-1.258418684,0.7241194816,4447.5906437 +447,0.903191366,-0.118210676,168,-1.258418684,0.7241194816,8261.6098828 +448,-0.205755923,0.149406178,168,-1.258418684,0.7241194816,4304.1544529 +449,1.811996086,0.02364353,168,-1.258418684,0.7241194816,9470.9303621 +450,-1.100670221,0.314845373,168,-1.258418684,0.7241194816,1707.023128 +451,0.340078597,0.850105132,168,-1.258418684,0.7241194816,4220.4768914 +452,0.258757267,0.804969236,168,-1.258418684,0.7241194816,4123.4538037 +453,2.78505352,-0.155160804,168,-1.258418684,0.7241194816,8582.6560927 +454,0.800551619,0.105822106,168,-1.258418684,0.7241194816,7343.5210956 +455,0.437940882,-0.506194031,168,-1.258418684,0.7241194816,7865.9952904 +456,2.230431122,0.63458615,168,-1.258418684,0.7241194816,6916.6597266 +457,0.527965361,0.127667701,168,-1.258418684,0.7241194816,6517.6643558 +458,-0.063643205,0.702093448,168,-1.258418684,0.7241194816,3482.0359787 +459,1.408447268,0.133010502,168,-1.258418684,0.7241194816,8636.3883727 +460,0.523795955,0.280266966,168,-1.258418684,0.7241194816,6094.3989154 +461,-0.975769313,0.072177659,168,-1.258418684,0.7241194816,2770.1249441 +462,0.549774164,-0.463663986,168,-1.258418684,0.7241194816,8087.8444275 +463,0.29245874,1.095549818,168,-1.258418684,0.7241194816,3693.3407809 +464,0.143625958,0.816809593,168,-1.258418684,0.7241194816,3824.1542061 +465,0.671902494,0.611159853,168,-1.258418684,0.7241194816,5568.1759592 +466,1.239840988,0.6724199,168,-1.258418684,0.7241194816,6444.7746375 +467,0.607829703,-0.10932137,168,-1.258418684,0.7241194816,7383.5861599 +468,1.763020906,0.263996692,168,-1.258418684,0.7241194816,8505.2389686 +469,0.378714634,0.726066797,168,-1.258418684,0.7241194816,4580.1942136 +470,2.196736143,-0.153862366,168,-1.258418684,0.7241194816,9932.6050293 +471,0.01702415,0.148991565,168,-1.258418684,0.7241194816,4956.9159082 +472,-2.998490902,-0.158002487,168,-1.258418684,0.7241194816,7136.5565598 +473,-3.051262951,-0.346595608,168,-1.258418684,0.7241194816,7766.7665761 +474,-1.069176439,0.182802941,168,-1.258418684,0.7241194816,2243.1976943 +475,0.167157509,0.595344954,168,-1.258418684,0.7241194816,4322.9479708 +476,0.613855648,0.681746124,168,-1.258418684,0.7241194816,5242.5168553 +477,1.037012736,0.682555367,168,-1.258418684,0.7241194816,6092.8546405 +478,-1.253574971,0.379755746,168,-1.258418684,0.7241194816,1364.1205088 +479,3.108590453,-0.132620738,168,-1.258418684,0.7241194816,7591.7622412 +480,0.565301296,0.022333262,168,-1.258418684,0.7241194816,6909.0599046 +481,0.547898238,0.855555614,168,-1.258418684,0.7241194816,4654.3842795 +482,0.948309381,0.417393755,168,-1.258418684,0.7241194816,6770.8977706 +483,-0.050600732,0.945269213,168,-1.258418684,0.7241194816,3190.4740939 +484,-0.977651478,-0.572363064,168,-1.258418684,0.7241194816,5236.4748553 +485,1.102014914,0.728861163,168,-1.258418684,0.7241194816,6045.8230764 +486,2.927300795,-0.282939414,168,-1.258418684,0.7241194816,8512.140263 +487,-1.154565557,0.124434095,168,-1.258418684,0.7241194816,2403.3163168 +488,1.855331234,0.291044755,168,-1.258418684,0.7241194816,8421.4863803 +489,0.830290659,0.276904518,168,-1.258418684,0.7241194816,6921.1521854 +490,0.485104466,-0.234867441,168,-1.258418684,0.7241194816,7343.4632132 +491,0.521367572,-0.33161327,168,-1.258418684,0.7241194816,7691.7973512 +1,-1.539031704,0.7349710123,169,-1.317813974,0.6804850104,699.11275897 +2,-1.536990553,0.7349663874,169,-1.317813974,0.6804850104,693.28500576 +3,-1.534951779,0.7349571355,169,-1.317813974,0.6804850104,687.46439162 +4,-1.532906461,0.7349480293,169,-1.317813974,0.6804850104,681.63013505 +5,-1.531320211,0.7346937278,169,-1.317813974,0.6804850104,676.86425918 +6,-1.539451648,0.7335131775,169,-1.317813974,0.6804850104,698.96433133 +7,-1.537429487,0.7335445708,169,-1.317813974,0.6804850104,693.20435495 +8,-1.535484998,0.7335658704,169,-1.317813974,0.6804850104,687.66244255 +9,-1.533488396,0.7336036027,169,-1.317813974,0.6804850104,681.99217422 +10,-1.531497785,0.7335842962,169,-1.317813974,0.6804850104,676.28990272 +11,-1.530259379,0.7334777758,169,-1.317813974,0.6804850104,672.65306267 +12,-1.5335454,0.7322346912,169,-1.317813974,0.6804850104,680.87691605 +13,-1.531489083,0.7322238773,169,-1.317813974,0.6804850104,674.97716952 +14,-1.530011122,0.7321679851,169,-1.317813974,0.6804850104,670.69436726 +15,-1.53348106,0.7306614094,169,-1.317813974,0.6804850104,679.2729926 +16,-1.531441779,0.7306962275,169,-1.317813974,0.6804850104,673.44303676 +17,-1.529755654,0.7306933243,169,-1.317813974,0.6804850104,668.59802501 +18,-1.533415048,0.7291384674,169,-1.317813974,0.6804850104,677.75964452 +19,-1.531392093,0.7291705353,169,-1.317813974,0.6804850104,671.95388834 +20,-1.529296523,0.7291214933,169,-1.317813974,0.6804850104,665.87283182 +21,-1.535280942,0.727267644,169,-1.317813974,0.6804850104,681.60861941 +22,-1.533378158,0.7276139666,169,-1.317813974,0.6804850104,676.37876161 +23,-1.531340368,0.7276446587,169,-1.317813974,0.6804850104,670.50899992 +24,-1.528960113,0.7276398177,169,-1.317813974,0.6804850104,663.62448038 +25,-1.533313146,0.7260818349,169,-1.317813974,0.6804850104,674.96066739 +26,-1.531259555,0.7260958115,169,-1.317813974,0.6804850104,669.01198874 +27,-1.528926415,0.7260865555,169,-1.317813974,0.6804850104,662.23827331 +28,-1.531226779,0.7245511789,169,-1.317813974,0.6804850104,667.70996353 +29,-1.528904772,0.7245519194,169,-1.317813974,0.6804850104,660.95521721 +30,-1.547195875,0.7409785979,169,-1.317813974,0.6804850104,728.17065122 +31,-1.5451475,0.740980426,169,-1.317813974,0.6804850104,722.38766755 +32,-1.543097679,0.7409798872,169,-1.317813974,0.6804850104,716.6036284 +33,-1.540720364,0.7409892687,169,-1.317813974,0.6804850104,709.91302897 +34,-1.547188511,0.7395198392,169,-1.317813974,0.6804850104,726.69441959 +35,-1.545148587,0.7395226109,169,-1.317813974,0.6804850104,720.91696887 +36,-1.543104538,0.7395314908,169,-1.317813974,0.6804850104,715.13924576 +37,-1.540727751,0.7395306258,169,-1.317813974,0.6804850104,708.41652055 +38,-1.547187029,0.7380014886,169,-1.317813974,0.6804850104,725.2206044 +39,-1.545147315,0.7380012252,169,-1.317813974,0.6804850104,719.42101676 +40,-1.54310719,0.7380060743,169,-1.317813974,0.6804850104,713.63017616 +41,-1.540719671,0.7380068206,169,-1.317813974,0.6804850104,706.85495393 +42,-1.547187189,0.7364799098,169,-1.317813974,0.6804850104,723.79493188 +43,-1.545149996,0.7364853874,169,-1.317813974,0.6804850104,717.98844932 +44,-1.543106091,0.7364823484,169,-1.317813974,0.6804850104,712.15958521 +45,-1.540717158,0.7364893901,169,-1.317813974,0.6804850104,705.36298848 +46,-1.538663972,0.7410138672,169,-1.317813974,0.6804850104,704.14972956 +47,-1.53695285,0.7409699132,169,-1.317813974,0.6804850104,699.2895157 +48,-1.534910498,0.7409641297,169,-1.317813974,0.6804850104,693.54376237 +49,-1.533145034,0.7409536636,169,-1.317813974,0.6804850104,688.57574945 +50,-1.538681336,0.7395405883,169,-1.317813974,0.6804850104,702.64528298 +51,-1.536999189,0.7395183096,169,-1.317813974,0.6804850104,697.8737664 +52,-1.534923633,0.7395144222,169,-1.317813974,0.6804850104,692.01611942 +53,-1.533267822,0.7395654306,169,-1.317813974,0.6804850104,687.40558593 +54,-1.53867273,0.7380151077,169,-1.317813974,0.6804850104,701.05961123 +55,-1.536980576,0.7379994392,169,-1.317813974,0.6804850104,696.25003829 +56,-1.534931522,0.7379944961,169,-1.317813974,0.6804850104,690.44511559 +57,-1.533387952,0.7379480264,169,-1.317813974,0.6804850104,686.03130929 +58,-1.538682279,0.7364914363,169,-1.317813974,0.6804850104,699.57536222 +59,-1.536980704,0.7364810563,169,-1.317813974,0.6804850104,694.72771972 +60,-1.534935567,0.7364752065,169,-1.317813974,0.6804850104,688.91243085 +61,-1.533042592,0.7363876366,169,-1.317813974,0.6804850104,683.45131698 +62,-1.545143426,0.7349628011,169,-1.317813974,0.6804850104,716.57026314 +63,-1.543105297,0.7349691947,169,-1.317813974,0.6804850104,710.74723528 +64,-1.541064533,0.7349647152,169,-1.317813974,0.6804850104,704.91130302 +65,-1.545411803,0.7334624714,169,-1.317813974,0.6804850104,716.00814583 +66,-1.543446606,0.7334780896,169,-1.317813974,0.6804850104,710.38291237 +67,-1.541475327,0.7334957295,169,-1.317813974,0.6804850104,704.74645286 +68,-1.545401939,0.731963266,169,-1.317813974,0.6804850104,714.69712764 +69,-1.54342253,0.7319915583,169,-1.317813974,0.6804850104,709.02359107 +70,-1.541455867,0.7320216438,169,-1.317813974,0.6804850104,703.39279913 +71,-1.545410146,0.7304422281,169,-1.317813974,0.6804850104,713.46708206 +72,-1.543435491,0.7304713664,169,-1.317813974,0.6804850104,707.78923506 +73,-1.541463105,0.7304997613,169,-1.317813974,0.6804850104,702.1216373 +74,-1.545414768,0.7289194936,169,-1.317813974,0.6804850104,712.27370295 +75,-1.543435774,0.7289538557,169,-1.317813974,0.6804850104,706.5690238 +76,-1.541457714,0.7289765881,169,-1.317813974,0.6804850104,700.86197741 +77,-1.539449415,0.7320555866,169,-1.317813974,0.6804850104,697.65573957 +78,-1.537429183,0.7321097681,169,-1.317813974,0.6804850104,691.90222076 +79,-1.535472649,0.7321497267,169,-1.317813974,0.6804850104,686.32431911 +80,-1.539457899,0.7305333307,169,-1.317813974,0.6804850104,696.36822391 +81,-1.537453161,0.7305750503,169,-1.317813974,0.6804850104,690.62795244 +82,-1.535479385,0.7306124949,169,-1.317813974,0.6804850104,684.97818567 +83,-1.53946905,0.7290102593,169,-1.317813974,0.6804850104,695.1372261 +84,-1.537459922,0.7290417293,169,-1.317813974,0.6804850104,689.35601871 +85,-1.535451349,0.7290890157,169,-1.317813974,0.6804850104,683.59431698 +86,-1.535522937,0.7279887191,169,-1.317813974,0.6804850104,682.89158386 +87,-1.539442524,0.7274735939,169,-1.317813974,0.6804850104,693.83618285 +88,-1.537424111,0.727521351,169,-1.317813974,0.6804850104,688.02175072 +89,-1.539384641,0.7259505092,169,-1.317813974,0.6804850104,692.50439575 +90,-1.537372391,0.7259947145,169,-1.317813974,0.6804850104,686.6859219 +91,-1.535340789,0.7260435356,169,-1.317813974,0.6804850104,680.81928032 +92,-1.539325716,0.7244369706,169,-1.317813974,0.6804850104,691.22555936 +93,-1.537308932,0.7244801057,169,-1.317813974,0.6804850104,685.37448049 +94,-1.535289068,0.7245247645,169,-1.317813974,0.6804850104,679.51978885 +95,-1.533261366,0.7245550236,169,-1.317813974,0.6804850104,673.63583548 +96,-1.539267302,0.722921924,169,-1.317813974,0.6804850104,689.99598839 +97,-1.537248972,0.7229660258,169,-1.317813974,0.6804850104,684.12279092 +98,-1.535219431,0.7229916471,169,-1.317813974,0.6804850104,678.20779588 +99,-1.53318962,0.7230212049,169,-1.317813974,0.6804850104,672.29857181 +100,-1.531154816,0.7230299897,169,-1.317813974,0.6804850104,666.36352712 +101,-1.528878341,0.7230370244,169,-1.317813974,0.6804850104,659.72572113 +102,-1.539218189,0.7214009878,169,-1.317813974,0.6804850104,688.83904977 +103,-1.537198791,0.7214422745,169,-1.317813974,0.6804850104,682.94282714 +104,-1.535179266,0.7214634354,169,-1.317813974,0.6804850104,677.03642233 +105,-1.533156501,0.7214944644,169,-1.317813974,0.6804850104,671.13064263 +106,-1.53113574,0.7215166021,169,-1.317813974,0.6804850104,665.22823677 +107,-1.528874248,0.7215345535,169,-1.317813974,0.6804850104,658.6220968 +108,-1.539217656,0.7198512397,169,-1.317813974,0.6804850104,687.85724547 +109,-1.537199919,0.7199428763,169,-1.317813974,0.6804850104,681.97954177 +110,-1.545425832,0.727397149,169,-1.317813974,0.6804850104,711.14799913 +111,-1.543371177,0.7273916949,169,-1.317813974,0.6804850104,705.17522219 +112,-1.541368852,0.7274523163,169,-1.317813974,0.6804850104,699.4084271 +113,-1.545349067,0.7258710923,169,-1.317813974,0.6804850104,709.81267612 +114,-1.54332671,0.7258603556,169,-1.317813974,0.6804850104,703.91297407 +115,-1.541346831,0.7259242142,169,-1.317813974,0.6804850104,698.1946983 +116,-1.545324355,0.7243383958,169,-1.317813974,0.6804850104,708.67295258 +117,-1.543292796,0.7243617413,169,-1.317813974,0.6804850104,702.75341601 +118,-1.541295822,0.7244024384,169,-1.317813974,0.6804850104,696.95055293 +119,-1.543193859,0.7205570215,169,-1.317813974,0.6804850104,699.98586793 +120,-1.550257047,0.7386738187,169,-1.317813974,0.6804850104,734.59043992 +121,-1.549335448,0.7311736483,169,-1.317813974,0.6804850104,725.3918847 +122,-1.533478843,0.7179891343,169,-1.317813974,0.6804850104,669.8200352 +123,-1.556150555,0.738907041,169,-1.317813974,0.6804850104,751.58192697 +124,-1.554324226,0.733414257,169,-1.317813974,0.6804850104,741.58999639 +125,-1.554290846,0.7288285332,169,-1.317813974,0.6804850104,737.95525234 +126,-1.55122487,0.7219795312,169,-1.317813974,0.6804850104,724.45523548 +127,-1.525104458,0.7229399862,169,-1.317813974,0.6804850104,648.64861572 +128,-1.519607711,0.7236181429,169,-1.317813974,0.6804850104,633.18816604 +129,-1.513899999,0.7251107854,169,-1.317813974,0.6804850104,617.91756935 +130,-1.536620762,0.7431061895,169,-1.317813974,0.6804850104,700.71540474 +131,-1.5369566,0.7460845958,169,-1.317813974,0.6804850104,705.09209147 +132,-1.545345528,0.7447040685,169,-1.317813974,0.6804850104,726.89886329 +133,-1.532813921,0.7432306626,169,-1.317813974,0.6804850104,690.22513092 +134,-1.554788248,0.7382381001,169,-1.317813974,0.6804850104,747.08857674 +135,-1.540348126,0.7301594274,169,-1.317813974,0.6804850104,698.62173577 +136,-1.538016084,0.7239051786,169,-1.317813974,0.6804850104,687.02416958 +137,-1.525288962,0.7258085137,169,-1.317813974,0.6804850104,651.46853288 +138,-1.534326986,0.731241342,169,-1.317813974,0.6804850104,682.21958834 +139,-1.530733872,0.7303625216,169,-1.317813974,0.6804850104,671.10936002 +141,-1.534354939,0.7328219978,169,-1.317813974,0.6804850104,683.73726042 +142,-1.53157084,0.7292888153,169,-1.317813974,0.6804850104,672.57154532 +143,-1.525691035,0.7263799874,169,-1.317813974,0.6804850104,653.10920191 +144,-1.534031287,0.7495967835,169,-1.317813974,0.6804850104,701.33653006 +145,-1.527714986,0.7283095957,169,-1.317813974,0.6804850104,660.60504623 +146,-1.526189586,0.7271468292,169,-1.317813974,0.6804850104,655.19975452 +147,-1.555177336,0.7375563366,169,-1.317813974,0.6804850104,747.58343528 +148,-1.555080283,0.7312707794,169,-1.317813974,0.6804850104,742.06984758 +149,-1.53856994,0.7224180299,169,-1.317813974,0.6804850104,687.61272479 +150,-1.530837883,0.729933372,169,-1.317813974,0.6804850104,671.02605978 +151,-1.515066984,0.5854133365,169,-1.317813974,0.6804850104,733.10080891 +152,-1.534731633,0.5368370046,169,-1.317813974,0.6804850104,904.38061568 +153,-1.515231902,0.5607085576,169,-1.317813974,0.6804850104,792.53664468 +154,-2.616253799,1.0684566605,169,-1.317813974,0.6804850104,3408.1616242 +155,-1.956071439,0.5792177723,169,-1.317813974,0.6804850104,2067.6825911 +156,-1.951208514,0.5602434208,169,-1.317813974,0.6804850104,2081.6353321 +157,-1.944675062,0.6062144545,169,-1.317813974,0.6804850104,1995.2085643 +158,-1.613778386,0.6077989518,169,-1.317813974,0.6804850104,978.90066214 +159,-2.035029014,0.6021432345,169,-1.317813974,0.6804850104,2278.0809535 +160,-2.114989471,0.6801825058,169,-1.317813974,0.6804850104,2427.9624663 +161,-2.037382079,0.5765830025,169,-1.317813974,0.6804850104,2321.8052065 +162,-2.129855121,0.6585019963,169,-1.317813974,0.6804850104,2495.8282751 +163,-2.075141798,0.6493615843,169,-1.317813974,0.6804850104,2341.4913196 +164,-1.828626729,0.6948433129,169,-1.317813974,0.6804850104,1557.5396038 +165,-1.863329418,0.6735427691,169,-1.317813974,0.6804850104,1676.1002945 +166,-1.266037071,0.727988852,169,-1.317813974,0.6804850104,244.57668149 +167,-1.277579582,0.7249010648,169,-1.317813974,0.6804850104,213.85443377 +168,-1.258418684,0.7241194816,169,-1.317813974,0.6804850104,249.20911966 +169,-1.317813974,0.6804850104,169,-1.317813974,0.6804850104,22.593288616 +170,-1.344165204,0.6790988904,169,-1.317813974,0.6804850104,81.359055976 +171,-1.427582102,0.5277120351,169,-1.317813974,0.6804850104,702.55876655 +172,-1.402238616,0.457167829,169,-1.317813974,0.6804850104,927.94247475 +173,-1.422454264,0.4996161999,169,-1.317813974,0.6804850104,794.40254525 +174,-1.439089277,0.4894859811,169,-1.317813974,0.6804850104,855.31769629 +175,-1.448126995,0.5182330266,169,-1.317813974,0.6804850104,770.48315275 +176,-1.474626146,0.5881926574,169,-1.317813974,0.6804850104,619.10798042 +177,-1.421139645,0.5584869783,169,-1.317813974,0.6804850104,586.65988304 +178,-1.457037165,0.565943032,169,-1.317813974,0.6804850104,636.93945196 +179,-2.757159358,0.3745319,169,-1.317813974,0.6804850104,4910.8291388 +180,-2.714309238,0.342054471,169,-1.317813974,0.6804850104,4856.11035 +181,-2.000525337,0.774119946,169,-1.317813974,0.6804850104,2033.8097017 +183,-1.571413436,0.6777838382,169,-1.317813974,0.6804850104,780.8673143 +184,-1.552860289,0.6987663893,169,-1.317813974,0.6804850104,721.2087366 +185,-1.521852374,0.7165827476,169,-1.317813974,0.6804850104,634.67119864 +186,-1.503656267,0.6928968252,169,-1.317813974,0.6804850104,571.05733439 +187,-1.502753178,0.7136205882,169,-1.317813974,0.6804850104,576.40093523 +188,-1.631894563,0.7343596465,169,-1.317813974,0.6804850104,967.36001211 +189,-1.653765416,0.6770714026,169,-1.317813974,0.6804850104,1033.8952635 +190,-1.719812114,0.6715965947,169,-1.317813974,0.6804850104,1239.2787408 +191,-1.493406659,0.6646955447,169,-1.317813974,0.6804850104,547.34186041 +192,-1.469120564,0.6613469966,169,-1.317813974,0.6804850104,475.31301428 +193,-1.590551461,0.5326612937,169,-1.317813974,0.6804850104,1060.923038 +194,-1.625979264,0.5247742243,169,-1.317813974,0.6804850104,1176.4963183 +195,-1.572293943,0.5238808754,169,-1.317813974,0.6804850104,1034.5112016 +196,-1.610848725,0.5477107964,169,-1.317813974,0.6804850104,1082.156559 +197,-1.208485554,0.7918526018,169,-1.317813974,0.6804850104,545.12492269 +198,-1.335601374,0.6869083083,169,-1.317813974,0.6804850104,60.254959556 +199,-1.346156996,0.6825213377,169,-1.317813974,0.6804850104,87.560416743 +200,-1.324381037,0.6741422347,169,-1.317813974,0.6804850104,32.281235434 +201,-1.242424992,0.7378949807,169,-1.317813974,0.6804850104,320.95258918 +202,-1.270370057,0.7392461008,169,-1.317813974,0.6804850104,272.88959871 +203,-1.448950472,0.7441675014,169,-1.317813974,0.6804850104,466.81302895 +204,-1.492662363,0.7523026852,169,-1.317813974,0.6804850104,594.19034901 +205,-1.479098966,0.7763855017,169,-1.317813974,0.6804850104,608.89133016 +206,-1.633760714,0.7869022408,169,-1.317813974,0.6804850104,1017.6216375 +207,-1.647406434,0.8101289331,169,-1.317813974,0.6804850104,1084.3017299 +208,-1.564245052,0.5701509278,169,-1.317813974,0.6804850104,902.55632002 +209,-1.646289963,0.6833746083,169,-1.317813974,0.6804850104,1008.3630751 +210,-1.5820631,0.6751952144,169,-1.317813974,0.6804850104,814.62802705 +211,-1.613236298,0.6681681791,169,-1.317813974,0.6804850104,914.03427308 +212,-1.914661867,0.8212566515,169,-1.317813974,0.6804850104,1799.6112026 +213,-1.742133237,0.7250275956,169,-1.317813974,0.6804850104,1290.2298634 +214,-2.033144872,0.6557314699,169,-1.317813974,0.6804850104,2207.4989353 +215,-2.039551981,0.6964723658,169,-1.317813974,0.6804850104,2188.5483821 +216,-1.247341019,0.7622473908,169,-1.317813974,0.6804850104,385.65903406 +217,-1.298239787,0.7084123392,169,-1.317813974,0.6804850104,125.64034542 +218,-1.308539688,0.6926545592,169,-1.317813974,0.6804850104,55.953560868 +219,-1.303263185,0.6888938396,169,-1.317813974,0.6804850104,55.700549909 +220,-1.852400229,0.6004246149,169,-1.317813974,0.6804850104,1718.8050087 +221,-1.288947707,0.7473773692,169,-1.317813974,0.6804850104,278.68034756 +222,-1.372031502,0.7472790993,169,-1.317813974,0.6804850104,310.3392811 +223,-1.289805721,0.7242157877,169,-1.317813974,0.6804850104,192.80017837 +224,-1.350807603,0.7533498126,169,-1.317813974,0.6804850104,304.9445519 +225,-1.329290365,0.7560442322,169,-1.317813974,0.6804850104,301.23783627 +226,-1.410153004,0.616936428,169,-1.317813974,0.6804850104,384.97787308 +227,-1.393445434,0.6308995063,169,-1.317813974,0.6804850104,308.08687548 +228,-1.37595573,0.6241540638,169,-1.317813974,0.6804850104,288.53397763 +229,-1.358388707,0.6172645205,169,-1.317813974,0.6804850104,281.2299043 +230,-1.753741133,0.8281661666,169,-1.317813974,0.6804850104,1379.5576739 +231,-1.47430987,0.6834615681,169,-1.317813974,0.6804850104,481.18045135 +232,-1.421012508,0.7222725206,169,-1.317813974,0.6804850104,353.32080942 +233,-1.4476833,0.6978557868,169,-1.317813974,0.6804850104,402.80205089 +234,-1.470370723,0.6966193374,169,-1.317813974,0.6804850104,470.76265415 +235,-1.429211703,0.7037216883,169,-1.317813974,0.6804850104,351.87391298 +236,-1.700578405,0.6178673663,169,-1.317813974,0.6804850104,1229.7363906 +237,-1.678117619,0.6331716163,169,-1.317813974,0.6804850104,1143.093409 +238,-1.725644578,0.6316331145,169,-1.317813974,0.6804850104,1290.9566891 +239,-2.14012759,0.7930497945,169,-1.317813974,0.6804850104,2417.6866269 +240,-2.103289431,0.7653606263,169,-1.317813974,0.6804850104,2328.0153025 +241,-1.318739838,0.7017808746,169,-1.317813974,0.6804850104,84.400230497 +242,-1.396417427,0.7077900843,169,-1.317813974,0.6804850104,262.56618837 +243,-1.35650337,0.7185539404,169,-1.317813974,0.6804850104,191.00154616 +244,-1.248884539,0.7274156818,169,-1.317813974,0.6804850104,278.99985224 +245,-1.395014798,0.5761185243,169,-1.317813974,0.6804850104,481.60750025 +246,-1.433377362,0.6064716109,169,-1.317813974,0.6804850104,468.86417039 +247,-1.408172432,0.5903155476,169,-1.317813974,0.6804850104,458.6651326 +248,-1.749645898,0.7757118084,169,-1.317813974,0.6804850104,1325.5042353 +249,-1.571626686,0.615046989,169,-1.317813974,0.6804850104,841.44291185 +250,-1.514070049,0.6303003037,169,-1.317813974,0.6804850104,647.04888287 +251,-1.480890369,0.6237966528,169,-1.317813974,0.6804850104,559.9802205 +252,-1.704390658,0.5281680612,169,-1.317813974,0.6804850104,1392.0309908 +253,-1.64434733,0.5254277498,169,-1.317813974,0.6804850104,1226.1122007 +254,-1.703855997,0.4792484842,169,-1.317813974,0.6804850104,1500.9239969 +255,-1.692002383,0.5748825051,169,-1.317813974,0.6804850104,1266.8172219 +256,-1.854136457,0.5544643913,169,-1.317813974,0.6804850104,1792.9886496 +257,-1.665021206,0.520317736,169,-1.317813974,0.6804850104,1295.9075756 +258,-1.733654349,0.4845187345,169,-1.317813974,0.6804850104,1572.3294092 +259,-1.720938188,0.5135933906,169,-1.317813974,0.6804850104,1470.9161217 +260,-1.742668307,0.553296122,169,-1.317813974,0.6804850104,1456.7275782 +261,-1.965659039,0.7142126903,169,-1.317813974,0.6804850104,1956.811859 +262,-1.944438071,0.6772834804,169,-1.317813974,0.6804850104,1919.0225218 +263,-1.270340967,0.7681487096,169,-1.317813974,0.6804850104,374.650029 +264,-1.353091884,0.6549276821,169,-1.317813974,0.6804850104,149.28370494 +265,-1.333236659,0.6413584414,169,-1.317813974,0.6804850104,162.307584 +266,-1.352015998,0.6753788907,169,-1.317813974,0.6804850104,107.4355757 +267,-1.377988483,0.6577816235,169,-1.317813974,0.6804850104,207.43707264 +268,-2.13075611,0.8318642051,169,-1.317813974,0.6804850104,2379.6344687 +269,-2.097910953,0.8259670014,169,-1.317813974,0.6804850104,2292.8431661 +270,-1.416382069,0.6694271549,169,-1.317813974,0.6804850104,307.89931289 +271,-1.538905672,0.7535625993,169,-1.317813974,0.6804850104,719.8067776 +272,-1.572309477,0.7803125099,169,-1.317813974,0.6804850104,846.91553096 +273,-1.87759879,0.7503853417,169,-1.317813974,0.6804850104,1685.8575283 +274,1.152365588,0.590457682,169,-1.317813974,0.6804850104,6839.3045777 +275,0.350198001,0.718001859,169,-1.317813974,0.6804850104,4775.5163528 +276,0.046513677,0.491503852,169,-1.317813974,0.6804850104,4428.6725696 +277,0.027510309,0.742571376,169,-1.317813974,0.6804850104,3898.7574843 +278,0.306285725,-0.214631579,169,-1.317813974,0.6804850104,6916.5409103 +279,-1.100564889,0.318051531,169,-1.317813974,0.6804850104,1618.4171288 +280,-1.078582306,0.301437596,169,-1.317813974,0.6804850104,1713.5237467 +281,-1.137371989,-0.617634065,169,-1.317813974,0.6804850104,5184.1013261 +282,0.784356344,0.703272339,169,-1.317813974,0.6804850104,5799.3184317 +283,-1.221209947,0.218327455,169,-1.317813974,0.6804850104,1861.7900793 +284,2.347301921,-0.449114658,169,-1.317813974,0.6804850104,10479.84965 +285,0.246820618,0.830553713,169,-1.317813974,0.6804850104,4293.9354081 +286,0.829414965,0.703288228,169,-1.317813974,0.6804850104,5889.6636963 +287,-1.337537566,0.42332223,169,-1.317813974,0.6804850104,1020.7662031 +288,0.882453706,0.454478077,169,-1.317813974,0.6804850104,6758.055535 +289,1.575629659,0.416419109,169,-1.317813974,0.6804850104,8002.6737099 +290,-1.039455679,0.229888244,169,-1.317813974,0.6804850104,2033.7701583 +291,0.489558039,0.934482747,169,-1.317813974,0.6804850104,4601.4808799 +292,0.081344504,0.88384514,169,-1.317813974,0.6804850104,3816.399434 +293,-1.547979814,0.300350308,169,-1.317813974,0.6804850104,1702.5754264 +294,0.040776181,0.168560074,169,-1.317813974,0.6804850104,5151.6086642 +295,-1.130374745,0.563894876,169,-1.317813974,0.6804850104,758.84689316 +296,1.578326642,0.478507176,169,-1.317813974,0.6804850104,7764.1231338 +297,-1.12861823,-0.291640865,169,-1.317813974,0.6804850104,3913.9433667 +298,0.310524208,0.770885792,169,-1.317813974,0.6804850104,4564.5341742 +299,0.415649091,-0.387246002,169,-1.317813974,0.6804850104,7655.8573936 +300,-0.926533878,-0.188022748,169,-1.317813974,0.6804850104,3730.8438812 +301,1.258856172,-0.11716081,169,-1.317813974,0.6804850104,9437.5875365 +302,-1.126050026,0.322941926,169,-1.317813974,0.6804850104,1562.0009573 +303,2.002785835,0.07893892,169,-1.317813974,0.6804850104,9365.1983812 +304,0.440437607,0.746258085,169,-1.317813974,0.6804850104,4928.4212485 +305,-0.030391866,0.214441206,169,-1.317813974,0.6804850104,4821.5048331 +306,0.521557815,-0.058929362,169,-1.317813974,0.6804850104,7193.9827588 +307,-0.097005111,0.13317729,169,-1.317813974,0.6804850104,4815.3148172 +308,1.83113859,0.221857587,169,-1.317813974,0.6804850104,8869.565825 +309,0.222428864,0.099404236,169,-1.317813974,0.6804850104,5880.5923511 +310,-1.702731345,0.8728568183,169,-1.317813974,0.6804850104,1319.7564285 +311,-0.418507569,0.278324921,169,-1.317813974,0.6804850104,3482.182141 +312,-1.41153306,0.339029988,169,-1.317813974,0.6804850104,1390.0543722 +313,0.357560442,0.114788776,169,-1.317813974,0.6804850104,6255.7514302 +314,0.325818979,0.268352149,169,-1.317813974,0.6804850104,5776.2396076 +315,-1.246004659,-0.663679965,169,-1.317813974,0.6804850104,5330.6505544 +316,1.814603087,0.637404484,169,-1.317813974,0.6804850104,7223.5806382 +317,1.843704281,-0.18300445,169,-1.317813974,0.6804850104,10472.069072 +318,1.690644492,-0.211480909,169,-1.317813974,0.6804850104,10528.028538 +319,-1.275451936,0.068109467,169,-1.317813974,0.6804850104,2430.4094225 +320,0.762430171,-0.207594741,169,-1.317813974,0.6804850104,8298.6768068 +321,0.265668905,-0.014647884,169,-1.317813974,0.6804850104,6297.4857201 +322,-2.773032013,-0.335515811,169,-1.317813974,0.6804850104,6708.4516567 +323,-1.469512853,0.174058777,169,-1.317813974,0.6804850104,2076.6134902 +324,0.286276986,0.785925691,169,-1.317813974,0.6804850104,4475.1452045 +325,-1.379324697,0.377432233,169,-1.317813974,0.6804850104,1218.398112 +326,-1.203778265,0.212813032,169,-1.317813974,0.6804850104,1895.3460743 +327,0.579916301,0.611743168,169,-1.317813974,0.6804850104,5597.5250507 +328,0.267582642,0.868113908,169,-1.317813974,0.6804850104,4271.2989409 +329,0.412869244,-0.050245578,169,-1.317813974,0.6804850104,6839.1249438 +330,0.17524381,0.976660285,169,-1.317813974,0.6804850104,3890.7450724 +331,0.743157214,0.204812899,169,-1.317813974,0.6804850104,7142.4496686 +332,-1.070758176,0.269382282,169,-1.317813974,0.6804850104,1840.8947488 +333,-1.230364251,0.329790229,169,-1.317813974,0.6804850104,1421.1474218 +334,-1.374813124,-0.024926835,169,-1.317813974,0.6804850104,2801.8369577 +335,0.519780566,0.463669906,169,-1.317813974,0.6804850104,5832.7240337 +336,-1.55108034,0.239698561,169,-1.317813974,0.6804850104,1927.0898081 +337,0.180294813,0.029739425,169,-1.317813974,0.6804850104,5924.0481891 +338,0.67820924,0.268170153,169,-1.317813974,0.6804850104,6788.1906821 +339,0.445798684,1.024001867,169,-1.317813974,0.6804850104,4328.624632 +340,0.691751283,0.150521402,169,-1.317813974,0.6804850104,7149.827193 +341,-1.036643551,-0.903056181,169,-1.317813974,0.6804850104,6347.2882828 +342,-0.120287036,1.083325163,169,-1.317813974,0.6804850104,3213.0710677 +343,2.823513113,-0.304487164,169,-1.317813974,0.6804850104,8718.7776833 +344,0.457583172,1.12513373,169,-1.317813974,0.6804850104,4149.5835983 +345,0.042918831,0.813795399,169,-1.317813974,0.6804850104,3826.0647093 +346,1.196146777,-0.853142756,169,-1.317813974,0.6804850104,10548.777381 +347,0.206001358,-0.010430701,169,-1.317813974,0.6804850104,6103.3188449 +348,-0.268308653,0.234799412,169,-1.317813974,0.6804850104,4042.6950771 +349,0.759363263,0.736189579,169,-1.317813974,0.6804850104,5653.1174957 +350,0.181363926,0.891988372,169,-1.317813974,0.6804850104,4034.3969398 +351,-0.021111158,0.139103292,169,-1.317813974,0.6804850104,5033.3268681 +352,-0.093355215,0.630686981,169,-1.317813974,0.6804850104,3751.1162997 +353,0.40118964,0.681375926,169,-1.317813974,0.6804850104,4985.3391676 +354,-0.721197315,1.304706234,169,-1.317813974,0.6804850104,2702.6925032 +355,-1.076150317,0.212107639,169,-1.317813974,0.6804850104,2040.4863124 +356,-1.577164531,0.273993443,169,-1.317813974,0.6804850104,1844.8009649 +357,-0.190788414,0.182208586,169,-1.317813974,0.6804850104,4407.5843499 +358,-0.261349752,0.209710184,169,-1.317813974,0.6804850104,4125.131908 +359,-1.029303852,0.083549259,169,-1.317813974,0.6804850104,2581.4176507 +360,-1.268609162,0.330525297,169,-1.317813974,0.6804850104,1396.4340376 +361,1.282982244,-0.926641967,169,-1.317813974,0.6804850104,10687.076756 +362,0.217352334,0.731352408,169,-1.317813974,0.6804850104,4413.6993227 +363,-1.511833084,0.258629297,169,-1.317813974,0.6804850104,1802.516228 +364,0.338812194,0.823184618,169,-1.317813974,0.6804850104,4522.1480717 +365,-0.324406489,1.134201999,169,-1.317813974,0.6804850104,2865.4217592 +366,1.389579348,0.399185724,169,-1.317813974,0.6804850104,7874.2899963 +367,2.047152199,-0.039082036,169,-1.317813974,0.6804850104,9778.1336722 +368,0.947780369,0.568250077,169,-1.317813974,0.6804850104,6542.44879 +369,0.763824846,0.576754987,169,-1.317813974,0.6804850104,6124.6815902 +370,-0.142334657,0.928153068,169,-1.317813974,0.6804850104,3243.5273196 +371,0.610266567,0.547265983,169,-1.317813974,0.6804850104,5844.0341533 +372,0.210731629,0.746815056,169,-1.317813974,0.6804850104,4366.4502919 +373,-1.34931644,0.316895224,169,-1.317813974,0.6804850104,1444.2551044 +374,2.407696481,0.655030745,169,-1.317813974,0.6804850104,6742.2497767 +375,0.64207831,0.545359131,169,-1.317813974,0.6804850104,5927.4297783 +376,1.174597538,0.840588356,169,-1.317813974,0.6804850104,6000.9345726 +377,0.660059424,0.010604079,169,-1.317813974,0.6804850104,7433.1818906 +378,-0.730263819,0.010486456,169,-1.317813974,0.6804850104,3400.9928034 +379,0.831068936,0.512339172,169,-1.317813974,0.6804850104,6466.6829832 +380,1.301180979,0.72367476,169,-1.317813974,0.6804850104,6571.4286714 +381,1.811128231,0.322854402,169,-1.317813974,0.6804850104,8469.3440523 +382,0.435105812,0.992284428,169,-1.317813974,0.6804850104,4373.8840984 +383,0.62643634,0.592027932,169,-1.317813974,0.6804850104,5762.236821 +384,0.492988703,-0.516339467,169,-1.317813974,0.6804850104,8165.8299786 +385,-0.162469483,0.112549365,169,-1.317813974,0.6804850104,4667.7169964 +386,0.314630866,0.472006421,169,-1.317813974,0.6804850104,5247.9670312 +387,0.166744804,0.822815954,169,-1.317813974,0.6804850104,4116.977358 +388,0.417159608,0.965805736,169,-1.317813974,0.6804850104,4394.1331024 +389,0.106334961,0.868774244,169,-1.317813974,0.6804850104,3897.4222573 +390,0.815086969,-0.338144359,169,-1.317813974,0.6804850104,8768.4524779 +391,0.59867455,-0.230624824,169,-1.317813974,0.6804850104,7852.9010041 +392,1.915104874,0.066220985,169,-1.317813974,0.6804850104,9467.3460821 +393,1.278093622,0.064463721,169,-1.317813974,0.6804850104,8883.3298891 +394,-0.061477853,0.302997961,169,-1.317813974,0.6804850104,4517.2886094 +395,0.251311504,0.626976942,169,-1.317813974,0.6804850104,4719.8791417 +396,2.950242872,0.149095644,169,-1.317813974,0.6804850104,7169.4803219 +397,-0.180294708,0.35375117,169,-1.317813974,0.6804850104,4036.8829788 +398,1.010448592,-0.351180233,169,-1.317813974,0.6804850104,9393.7681249 +399,-1.748740498,0.3686318073,169,-1.317813974,0.6804850104,1914.2191564 +400,2.699635665,0.123533791,169,-1.317813974,0.6804850104,7923.0835401 +401,0.496808033,0.823843254,169,-1.317813974,0.6804850104,4872.2987465 +402,0.129574704,0.763364087,169,-1.317813974,0.6804850104,4129.1307461 +403,1.798920311,0.817447563,169,-1.317813974,0.6804850104,6509.8851537 +404,0.335987953,0.746786541,169,-1.317813974,0.6804850104,4677.5486315 +405,-1.085413643,0.292154671,169,-1.317813974,0.6804850104,1735.5670049 +406,-0.155321003,0.508207011,169,-1.317813974,0.6804850104,3791.649213 +407,0.620529244,-0.301175104,169,-1.317813974,0.6804850104,8085.7022732 +408,1.684402744,0.368716966,169,-1.317813974,0.6804850104,8255.9140292 +409,0.300582244,-0.386397212,169,-1.317813974,0.6804850104,7310.4391344 +410,2.913555946,-0.009225192,169,-1.317813974,0.6804850104,7703.6590745 +411,1.465101417,0.493232532,169,-1.317813974,0.6804850104,7609.3715496 +412,0.090612882,0.907955955,169,-1.317813974,0.6804850104,3803.8072995 +413,2.987564726,-0.729568594,169,-1.317813974,0.6804850104,9018.1344433 +414,-1.484261606,0.224149272,169,-1.317813974,0.6804850104,1899.5222286 +415,0.164073421,0.303955133,169,-1.317813974,0.6804850104,5204.0312741 +416,0.141441293,0.167552546,169,-1.317813974,0.6804850104,5463.7930185 +417,2.931321023,-0.506718887,169,-1.317813974,0.6804850104,8815.7293293 +418,2.21951565,0.700596356,169,-1.317813974,0.6804850104,6788.918098 +419,0.268112576,1.199114336,169,-1.317813974,0.6804850104,3761.7085284 +420,0.978913739,0.359223811,169,-1.317813974,0.6804850104,7271.3762073 +421,1.210898818,0.522863584,169,-1.317813974,0.6804850104,7168.3496422 +422,2.347397336,0.129231362,169,-1.317813974,0.6804850104,8704.0645322 +423,0.614394501,0.556878345,169,-1.317813974,0.6804850104,5828.2343081 +424,-1.398079356,0.148483366,169,-1.317813974,0.6804850104,2126.5047759 +425,2.535303836,-0.112984496,169,-1.317813974,0.6804850104,9055.3050854 +426,-1.019372593,-0.405322349,169,-1.317813974,0.6804850104,4440.9761269 +427,-1.297785627,-0.160104069,169,-1.317813974,0.6804850104,3330.391457 +428,2.144554488,0.205051084,169,-1.317813974,0.6804850104,8741.4907542 +429,-2.242387083,-0.426171285,169,-1.317813974,0.6804850104,5560.9563045 +430,0.338637212,0.909723676,169,-1.317813974,0.6804850104,4347.3001505 +431,-0.148798452,0.691042401,169,-1.317813974,0.6804850104,3495.5977477 +432,0.893524764,0.441829531,169,-1.317813974,0.6804850104,6821.8593929 +433,0.969229347,-0.368847936,169,-1.317813974,0.6804850104,9309.0612494 +434,0.436043248,0.800045688,169,-1.317813974,0.6804850104,4793.8070575 +435,1.687946607,1.081504775,169,-1.317813974,0.6804850104,5451.0265669 +436,0.522302046,-0.034889271,169,-1.317813974,0.6804850104,7135.6211056 +437,-0.178996113,-0.438090009,169,-1.317813974,0.6804850104,6111.8518326 +438,-1.094339566,0.301444068,169,-1.317813974,0.6804850104,1687.9853459 +439,-1.064070054,0.242569932,169,-1.317813974,0.6804850104,1948.0744323 +440,-1.068153768,0.230387998,169,-1.317813974,0.6804850104,1985.7730498 +441,-3.00496892,-0.23989155,169,-1.317813974,0.6804850104,7170.281796 +442,0.21751974,0.766874888,169,-1.317813974,0.6804850104,4344.5483287 +443,0.117229532,0.007619006,169,-1.317813974,0.6804850104,5785.3983525 +444,0.777758451,0.420554741,169,-1.317813974,0.6804850104,6613.2066047 +445,-0.252356999,0.250747086,169,-1.317813974,0.6804850104,4052.9440105 +446,0.363148444,0.768483434,169,-1.317813974,0.6804850104,4695.642943 +447,0.903191366,-0.118210676,169,-1.317813974,0.6804850104,8488.2015873 +448,-0.205755923,0.149406178,169,-1.317813974,0.6804850104,4443.6955433 +449,1.811996086,0.02364353,169,-1.317813974,0.6804850104,9654.4653422 +450,-1.100670221,0.314845373,169,-1.317813974,0.6804850104,1629.7746412 +451,0.340078597,0.850105132,169,-1.317813974,0.6804850104,4469.5777136 +452,0.258757267,0.804969236,169,-1.317813974,0.6804850104,4371.2904053 +453,2.78505352,-0.155160804,169,-1.317813974,0.6804850104,8466.6294324 +454,0.800551619,0.105822106,169,-1.317813974,0.6804850104,7578.9600137 +455,0.437940882,-0.506194031,169,-1.317813974,0.6804850104,7982.8791201 +456,2.230431122,0.63458615,169,-1.317813974,0.6804850104,7027.1901058 +457,0.527965361,0.127667701,169,-1.317813974,0.6804850104,6735.2303942 +458,-0.063643205,0.702093448,169,-1.317813974,0.6804850104,3716.8878486 +459,1.408447268,0.133010502,169,-1.317813974,0.6804850104,8878.2150971 +460,0.523795955,0.280266966,169,-1.317813974,0.6804850104,6324.057539 +461,-0.975769313,0.072177659,169,-1.317813974,0.6804850104,2705.209701 +462,0.549774164,-0.463663986,169,-1.317813974,0.6804850104,8226.2590633 +463,0.29245874,1.095549818,169,-1.317813974,0.6804850104,3936.9120646 +464,0.143625958,0.816809593,169,-1.317813974,0.6804850104,4071.06962 +465,0.671902494,0.611159853,169,-1.317813974,0.6804850104,5816.8435983 +466,1.239840988,0.6724199,169,-1.317813974,0.6804850104,6680.0969295 +467,0.607829703,-0.10932137,169,-1.317813974,0.6804850104,7583.8212638 +468,1.763020906,0.263996692,169,-1.317813974,0.6804850104,8695.991819 +469,0.378714634,0.726066797,169,-1.317813974,0.6804850104,4827.3831876 +470,2.196736143,-0.153862366,169,-1.317813974,0.6804850104,9973.260914 +471,0.01702415,0.148991565,169,-1.317813974,0.6804850104,5126.3091208 +472,-2.998490902,-0.158002487,169,-1.317813974,0.6804850104,6951.582175 +473,-3.051262951,-0.346595608,169,-1.317813974,0.6804850104,7562.883498 +474,-1.069176439,0.182802941,169,-1.317813974,0.6804850104,2158.2836489 +475,0.167157509,0.595344954,169,-1.317813974,0.6804850104,4557.2683815 +476,0.613855648,0.681746124,169,-1.317813974,0.6804850104,5491.4587164 +477,1.037012736,0.682555367,169,-1.317813974,0.6804850104,6336.9197097 +478,-1.253574971,0.379755746,169,-1.317813974,0.6804850104,1210.9405449 +479,3.108590453,-0.132620738,169,-1.317813974,0.6804850104,7431.0544515 +480,0.565301296,0.022333262,169,-1.317813974,0.6804850104,7119.7004179 +481,0.547898238,0.855555614,169,-1.317813974,0.6804850104,4903.1424032 +482,0.948309381,0.417393755,169,-1.317813974,0.6804850104,7020.0857533 +483,-0.050600732,0.945269213,169,-1.317813974,0.6804850104,3439.5145279 +484,-0.977651478,-0.572363064,169,-1.317813974,0.6804850104,5117.6913299 +485,1.102014914,0.728861163,169,-1.317813974,0.6804850104,6285.9929244 +486,2.927300795,-0.282939414,169,-1.317813974,0.6804850104,8350.3325606 +487,-1.154565557,0.124434095,169,-1.317813974,0.6804850104,2278.3056428 +488,1.855331234,0.291044755,169,-1.317813974,0.6804850104,8593.841623 +489,0.830290659,0.276904518,169,-1.317813974,0.6804850104,7165.817706 +490,0.485104466,-0.234867441,169,-1.317813974,0.6804850104,7513.4467456 +491,0.521367572,-0.33161327,169,-1.317813974,0.6804850104,7850.7352912 +1,-1.539031704,0.7349710123,170,-1.344165204,0.6790988904,626.59100963 +2,-1.536990553,0.7349663874,170,-1.344165204,0.6790988904,620.85241608 +3,-1.534951779,0.7349571355,170,-1.344165204,0.6790988904,615.1223033 +4,-1.532906461,0.7349480293,170,-1.344165204,0.6790988904,609.38140511 +5,-1.531320211,0.7346937278,170,-1.344165204,0.6790988904,604.63436393 +6,-1.539451648,0.7335131775,170,-1.344165204,0.6790988904,626.11533011 +7,-1.537429487,0.7335445708,170,-1.344165204,0.6790988904,620.44702991 +8,-1.535484998,0.7335658704,170,-1.344165204,0.6790988904,614.99372207 +9,-1.533488396,0.7336036027,170,-1.344165204,0.6790988904,609.42034785 +10,-1.531497785,0.7335842962,170,-1.344165204,0.6790988904,603.80470819 +11,-1.530259379,0.7334777758,170,-1.344165204,0.6790988904,600.20188702 +12,-1.5335454,0.7322346912,170,-1.344165204,0.6790988904,608.00498504 +13,-1.531489083,0.7322238773,170,-1.344165204,0.6790988904,602.19286737 +14,-1.530011122,0.7321679851,170,-1.344165204,0.6790988904,597.96397208 +15,-1.53348106,0.7306614094,170,-1.344165204,0.6790988904,606.06617656 +16,-1.531441779,0.7306962275,170,-1.344165204,0.6790988904,600.32866027 +17,-1.529755654,0.7306933243,170,-1.344165204,0.6790988904,595.55515306 +18,-1.533415048,0.7291384674,170,-1.344165204,0.6790988904,604.23321749 +19,-1.531392093,0.7291705353,170,-1.344165204,0.6790988904,598.51440926 +20,-1.529296523,0.7291214933,170,-1.344165204,0.6790988904,592.50829629 +21,-1.535280942,0.727267644,170,-1.344165204,0.6790988904,607.62543236 +22,-1.533378158,0.7276139666,170,-1.344165204,0.6790988904,602.53580831 +23,-1.531340368,0.7276446587,170,-1.344165204,0.6790988904,596.74905835 +24,-1.528960113,0.7276398177,170,-1.344165204,0.6790988904,589.95589736 +25,-1.533313146,0.7260818349,170,-1.344165204,0.6790988904,600.80538772 +26,-1.531259555,0.7260958115,170,-1.344165204,0.6790988904,594.93264782 +27,-1.528926415,0.7260865555,170,-1.344165204,0.6790988904,588.24268115 +28,-1.531226779,0.7245511789,170,-1.344165204,0.6790988904,593.31539684 +29,-1.528904772,0.7245519194,170,-1.344165204,0.6790988904,586.64126739 +30,-1.547195875,0.7409785979,170,-1.344165204,0.6790988904,656.56487293 +31,-1.5451475,0.740980426,170,-1.344165204,0.6790988904,650.87849904 +32,-1.543097679,0.7409798872,170,-1.344165204,0.6790988904,645.19315459 +33,-1.540720364,0.7409892687,170,-1.344165204,0.6790988904,638.62249848 +34,-1.547188511,0.7395198392,170,-1.344165204,0.6790988904,654.77938411 +35,-1.545148587,0.7395226109,170,-1.344165204,0.6790988904,649.09470368 +36,-1.543104538,0.7395314908,170,-1.344165204,0.6790988904,643.41370557 +37,-1.540727751,0.7395306258,170,-1.344165204,0.6790988904,636.80422164 +38,-1.547187029,0.7380014886,170,-1.344165204,0.6790988904,652.98689602 +39,-1.545147315,0.7380012252,170,-1.344165204,0.6790988904,647.27564595 +40,-1.54310719,0.7380060743,170,-1.344165204,0.6790988904,641.57660007 +41,-1.540719671,0.7380068206,170,-1.344165204,0.6790988904,634.91084929 +42,-1.547187189,0.7364799098,170,-1.344165204,0.6790988904,651.24551925 +43,-1.545149996,0.7364853874,170,-1.344165204,0.6790988904,645.52470103 +44,-1.543106091,0.7364823484,170,-1.344165204,0.6790988904,639.78228159 +45,-1.540717158,0.7364893901,170,-1.344165204,0.6790988904,633.0919558 +46,-1.538663972,0.7410138672,170,-1.344165204,0.6790988904,632.96961876 +47,-1.53695285,0.7409699132,170,-1.344165204,0.6790988904,628.18893468 +48,-1.534910498,0.7409641297,170,-1.344165204,0.6790988904,622.55115533 +49,-1.533145034,0.7409536636,170,-1.344165204,0.6790988904,617.67754516 +50,-1.538681336,0.7395405883,170,-1.344165204,0.6790988904,631.13567569 +51,-1.536999189,0.7395183096,170,-1.344165204,0.6790988904,626.44379939 +52,-1.534923633,0.7395144222,170,-1.344165204,0.6790988904,620.69221814 +53,-1.533267822,0.7395654306,170,-1.344165204,0.6790988904,616.18079223 +54,-1.53867273,0.7380151077,170,-1.344165204,0.6790988904,629.2137805 +55,-1.536980576,0.7379994392,170,-1.344165204,0.6790988904,624.48245902 +56,-1.534931522,0.7379944961,170,-1.344165204,0.6790988904,618.77780491 +57,-1.533387952,0.7379480264,170,-1.344165204,0.6790988904,614.43165963 +58,-1.538682279,0.7364914363,170,-1.344165204,0.6790988904,627.3966506 +59,-1.536980704,0.7364810563,170,-1.344165204,0.6790988904,622.62547927 +60,-1.534935567,0.7364752065,170,-1.344165204,0.6790988904,616.90588594 +61,-1.533042592,0.7363876366,170,-1.344165204,0.6790988904,611.51726623 +62,-1.545143426,0.7349628011,170,-1.344165204,0.6790988904,643.79097341 +63,-1.543105297,0.7349691947,170,-1.344165204,0.6790988904,638.05230109 +64,-1.541064533,0.7349647152,170,-1.344165204,0.6790988904,632.3008269 +65,-1.545411803,0.7334624714,170,-1.344165204,0.6790988904,642.91129762 +66,-1.543446606,0.7334780896,170,-1.344165204,0.6790988904,637.36541039 +67,-1.541475327,0.7334957295,170,-1.344165204,0.6790988904,631.81104837 +68,-1.545401939,0.731963266,170,-1.344165204,0.6790988904,641.29809163 +69,-1.54342253,0.7319915583,170,-1.344165204,0.6790988904,635.70340721 +70,-1.541455867,0.7320216438,170,-1.344165204,0.6790988904,630.15344571 +71,-1.545410146,0.7304422281,170,-1.344165204,0.6790988904,639.76501829 +72,-1.543435491,0.7304713664,170,-1.344165204,0.6790988904,634.16232445 +73,-1.541463105,0.7304997613,170,-1.344165204,0.6790988904,628.57166123 +74,-1.545414768,0.7289194936,170,-1.344165204,0.6790988904,638.27281482 +75,-1.543435774,0.7289538557,170,-1.344165204,0.6790988904,632.64080705 +76,-1.541457714,0.7289765881,170,-1.344165204,0.6790988904,627.00604782 +77,-1.539449415,0.7320555866,170,-1.344165204,0.6790988904,624.50174305 +78,-1.537429183,0.7321097681,170,-1.344165204,0.6790988904,618.84073287 +79,-1.535472649,0.7321497267,170,-1.344165204,0.6790988904,613.35218067 +80,-1.539457899,0.7305333307,170,-1.344165204,0.6790988904,622.89955004 +81,-1.537453161,0.7305750503,170,-1.344165204,0.6790988904,617.24449056 +82,-1.535479385,0.7306124949,170,-1.344165204,0.6790988904,611.68015356 +83,-1.53946905,0.7290102593,170,-1.344165204,0.6790988904,621.35814449 +84,-1.537459922,0.7290417293,170,-1.344165204,0.6790988904,615.65620163 +85,-1.535451349,0.7290890157,170,-1.344165204,0.6790988904,609.97923822 +86,-1.535522937,0.7279887191,170,-1.344165204,0.6790988904,609.04703608 +87,-1.539442524,0.7274735939,170,-1.344165204,0.6790988904,619.74994956 +88,-1.537424111,0.727521351,170,-1.344165204,0.6790988904,614.01444108 +89,-1.539384641,0.7259505092,170,-1.344165204,0.6790988904,618.1194417 +90,-1.537372391,0.7259947145,170,-1.344165204,0.6790988904,612.37507413 +91,-1.535340789,0.7260435356,170,-1.344165204,0.6790988904,606.58623438 +92,-1.539325716,0.7244369706,170,-1.344165204,0.6790988904,616.54846375 +93,-1.537308932,0.7244801057,170,-1.344165204,0.6790988904,610.76760365 +94,-1.535289068,0.7245247645,170,-1.344165204,0.6790988904,604.98555398 +95,-1.533261366,0.7245550236,170,-1.344165204,0.6790988904,599.17372241 +96,-1.539267302,0.722921924,170,-1.344165204,0.6790988904,615.03123372 +97,-1.537248972,0.7229660258,170,-1.344165204,0.6790988904,609.22470256 +98,-1.535219431,0.7229916471,170,-1.344165204,0.6790988904,603.3750598 +99,-1.53318962,0.7230212049,170,-1.344165204,0.6790988904,597.5339038 +100,-1.531154816,0.7230299897,170,-1.344165204,0.6790988904,591.66496015 +101,-1.528878341,0.7230370244,170,-1.344165204,0.6790988904,585.10290073 +102,-1.539218189,0.7214009878,170,-1.344165204,0.6790988904,613.59022346 +103,-1.537198791,0.7214422745,170,-1.344165204,0.6790988904,607.75640469 +104,-1.535179266,0.7214634354,170,-1.344165204,0.6790988904,601.91040097 +105,-1.533156501,0.7214944644,170,-1.344165204,0.6790988904,596.06882385 +106,-1.53113574,0.7215166021,170,-1.344165204,0.6790988904,590.23073459 +107,-1.528874248,0.7215345535,170,-1.344165204,0.6790988904,583.69751191 +108,-1.539217656,0.7198512397,170,-1.344165204,0.6790988904,612.32302086 +109,-1.537199919,0.7199428763,170,-1.344165204,0.6790988904,606.51317952 +110,-1.545425832,0.727397149,170,-1.344165204,0.6790988904,636.85270147 +111,-1.543371177,0.7273916949,170,-1.344165204,0.6790988904,630.94364297 +112,-1.541368852,0.7274523163,170,-1.344165204,0.6790988904,625.25366041 +113,-1.545349067,0.7258710923,170,-1.344165204,0.6790988904,635.22953354 +114,-1.54332671,0.7258603556,170,-1.344165204,0.6790988904,629.38801719 +115,-1.541346831,0.7259242142,170,-1.344165204,0.6790988904,623.7426978 +116,-1.545324355,0.7243383958,170,-1.344165204,0.6790988904,633.80382731 +117,-1.543292796,0.7243617413,170,-1.344165204,0.6790988904,627.94565188 +118,-1.541295822,0.7244024384,170,-1.344165204,0.6790988904,622.20819932 +119,-1.543193859,0.7205570215,170,-1.344165204,0.6790988904,624.48173278 +120,-1.550257047,0.7386738187,170,-1.344165204,0.6790988904,662.36619581 +121,-1.549335448,0.7311736483,170,-1.344165204,0.6790988904,651.69905746 +122,-1.533478843,0.7179891343,170,-1.344165204,0.6790988904,594.08678288 +123,-1.556150555,0.738907041,170,-1.344165204,0.6790988904,679.16614054 +124,-1.554324226,0.733414257,170,-1.344165204,0.6790988904,668.16216984 +125,-1.554290846,0.7288285332,170,-1.344165204,0.6790988904,663.66272007 +126,-1.55122487,0.7219795312,170,-1.344165204,0.6790988904,649.01288659 +127,-1.525104458,0.7229399862,170,-1.344165204,0.6790988904,574.13449408 +128,-1.519607711,0.7236181429,170,-1.344165204,0.6790988904,559.02122543 +129,-1.513899999,0.7251107854,170,-1.344165204,0.6790988904,544.32371656 +130,-1.536620762,0.7431061895,170,-1.344165204,0.6790988904,630.12042043 +131,-1.5369566,0.7460845958,170,-1.344165204,0.6790988904,635.16821249 +132,-1.545345528,0.7447040685,170,-1.344165204,0.6790988904,656.19320123 +133,-1.532813921,0.7432306626,170,-1.344165204,0.6790988904,619.87759471 +134,-1.554788248,0.7382381001,170,-1.344165204,0.6790988904,674.59230322 +135,-1.540348126,0.7301594274,170,-1.344165204,0.6790988904,625.04362407 +136,-1.538016084,0.7239051786,170,-1.344165204,0.6790988904,612.2840325 +137,-1.525288962,0.7258085137,170,-1.344165204,0.6790988904,577.55273639 +138,-1.534326986,0.731241342,170,-1.344165204,0.6790988904,609.10148795 +139,-1.530733872,0.7303625216,170,-1.344165204,0.6790988904,597.95278962 +141,-1.534354939,0.7328219978,170,-1.344165204,0.6790988904,610.95716625 +142,-1.53157084,0.7292888153,170,-1.344165204,0.6790988904,599.15005503 +143,-1.525691035,0.7263799874,170,-1.344165204,0.6790988904,579.30022252 +144,-1.534031287,0.7495967835,170,-1.344165204,0.6790988904,632.4326963 +145,-1.527714986,0.7283095957,170,-1.344165204,0.6790988904,587.1303884 +146,-1.526189586,0.7271468292,170,-1.344165204,0.6790988904,581.53602394 +147,-1.555177336,0.7375563366,170,-1.344165204,0.6790988904,674.93610039 +148,-1.555080283,0.7312707794,170,-1.344165204,0.6790988904,668.20885659 +149,-1.53856994,0.7224180299,170,-1.344165204,0.6790988904,612.57234586 +150,-1.530837883,0.729933372,170,-1.344165204,0.6790988904,597.77254587 +151,-1.515066984,0.5854133365,170,-1.344165204,0.6790988904,659.61623855 +152,-1.534731633,0.5368370046,170,-1.344165204,0.6790988904,836.32220322 +153,-1.515231902,0.5607085576,170,-1.344165204,0.6790988904,723.13947836 +154,-2.616253799,1.0684566605,170,-1.344165204,0.6790988904,3362.7916494 +155,-1.956071439,0.5792177723,170,-1.344165204,0.6790988904,1986.4984008 +156,-1.951208514,0.5602434208,170,-1.344165204,0.6790988904,2000.3052769 +157,-1.944675062,0.6062144545,170,-1.344165204,0.6790988904,1914.352956 +158,-1.613778386,0.6077989518,170,-1.344165204,0.6790988904,898.50022417 +159,-2.035029014,0.6021432345,170,-1.344165204,0.6790988904,2197.6695808 +160,-2.114989471,0.6801825058,170,-1.344165204,0.6790988904,2350.7959987 +161,-2.037382079,0.5765830025,170,-1.344165204,0.6790988904,2240.9367651 +162,-2.129855121,0.6585019963,170,-1.344165204,0.6790988904,2417.9011412 +163,-2.075141798,0.6493615843,170,-1.344165204,0.6790988904,2262.7474401 +164,-1.828626729,0.6948433129,170,-1.344165204,0.6790988904,1479.0346137 +165,-1.863329418,0.6735427691,170,-1.344165204,0.6790988904,1596.7361019 +166,-1.266037071,0.727988852,170,-1.344165204,0.6790988904,305.19374 +167,-1.277579582,0.7249010648,170,-1.344165204,0.6790988904,270.9997849 +168,-1.258418684,0.7241194816,170,-1.344165204,0.6790988904,314.71610963 +169,-1.317813974,0.6804850104,170,-1.344165204,0.6790988904,81.359055976 +170,-1.344165204,0.6790988904,170,-1.344165204,0.6790988904,4.0079020634 +171,-1.427582102,0.5277120351,170,-1.344165204,0.6790988904,658.20578317 +172,-1.402238616,0.457167829,170,-1.344165204,0.6790988904,900.00539417 +173,-1.422454264,0.4996161999,170,-1.344165204,0.6790988904,755.94213113 +174,-1.439089277,0.4894859811,170,-1.344165204,0.6790988904,813.47225638 +175,-1.448126995,0.5182330266,170,-1.344165204,0.6790988904,721.87194431 +176,-1.474626146,0.5881926574,170,-1.344165204,0.6790988904,550.16397877 +177,-1.421139645,0.5584869783,170,-1.344165204,0.6790988904,538.2599134 +178,-1.457037165,0.565943032,170,-1.344165204,0.6790988904,576.55286455 +179,-2.757159358,0.3745319,170,-1.344165204,0.6790988904,4832.6739733 +180,-2.714309238,0.342054471,170,-1.344165204,0.6790988904,4776.8697222 +181,-2.000525337,0.774119946,170,-1.344165204,0.6790988904,1961.436181 +183,-1.571413436,0.6777838382,170,-1.344165204,0.6790988904,700.22165786 +184,-1.552860289,0.6987663893,170,-1.344165204,0.6790988904,642.34617851 +185,-1.521852374,0.7165827476,170,-1.344165204,0.6790988904,558.9756418 +186,-1.503656267,0.6928968252,170,-1.344165204,0.6790988904,491.66283431 +187,-1.502753178,0.7136205882,170,-1.344165204,0.6790988904,500.67103807 +188,-1.631894563,0.7343596465,170,-1.344165204,0.6790988904,892.37054713 +189,-1.653765416,0.6770714026,170,-1.344165204,0.6790988904,953.55713421 +190,-1.719812114,0.6715965947,170,-1.344165204,0.6790988904,1159.0028246 +191,-1.493406659,0.6646955447,170,-1.344165204,0.6790988904,465.98280522 +192,-1.469120564,0.6613469966,170,-1.344165204,0.6790988904,394.09407225 +193,-1.590551461,0.5326612937,170,-1.344165204,0.6790988904,987.99429068 +194,-1.625979264,0.5247742243,170,-1.344165204,0.6790988904,1101.9628995 +195,-1.572293943,0.5238808754,170,-1.344165204,0.6790988904,964.15748775 +196,-1.610848725,0.5477107964,170,-1.344165204,0.6790988904,1006.367527 +197,-1.208485554,0.7918526018,170,-1.344165204,0.6790988904,597.98364072 +198,-1.335601374,0.6869083083,170,-1.344165204,0.6790988904,40.61000196 +199,-1.346156996,0.6825213377,170,-1.344165204,0.6790988904,14.878110162 +200,-1.324381037,0.6741422347,170,-1.344165204,0.6790988904,64.177066794 +201,-1.242424992,0.7378949807,170,-1.344165204,0.6790988904,384.39463136 +202,-1.270370057,0.7392461008,170,-1.344165204,0.6790988904,325.43919534 +203,-1.448950472,0.7441675014,170,-1.344165204,0.6790988904,406.292461 +204,-1.492662363,0.7523026852,170,-1.344165204,0.6790988904,529.77059797 +205,-1.479098966,0.7763855017,170,-1.344165204,0.6790988904,554.28198136 +206,-1.633760714,0.7869022408,170,-1.344165204,0.6790988904,950.98000464 +207,-1.647406434,0.8101289331,170,-1.344165204,0.6790988904,1021.1734829 +208,-1.564245052,0.5701509278,170,-1.344165204,0.6790988904,827.23217891 +209,-1.646289963,0.6833746083,170,-1.344165204,0.6790988904,928.34560273 +210,-1.5820631,0.6751952144,170,-1.344165204,0.6790988904,733.88424745 +211,-1.613236298,0.6681681791,170,-1.344165204,0.6790988904,833.11127764 +212,-1.914661867,0.8212566515,170,-1.344165204,0.6790988904,1731.6192651 +213,-1.742133237,0.7250275956,170,-1.344165204,0.6790988904,1213.6009308 +214,-2.033144872,0.6557314699,170,-1.344165204,0.6790988904,2128.6437278 +215,-2.039551981,0.6964723658,170,-1.344165204,0.6790988904,2111.5119891 +216,-1.247341019,0.7622473908,170,-1.344165204,0.6790988904,437.40493723 +217,-1.298239787,0.7084123392,170,-1.344165204,0.6790988904,181.76169962 +218,-1.308539688,0.6926545592,170,-1.344165204,0.6790988904,121.68431596 +219,-1.303263185,0.6888938396,170,-1.344165204,0.6790988904,131.42111024 +220,-1.852400229,0.6004246149,170,-1.344165204,0.6790988904,1637.5185504 +221,-1.288947707,0.7473773692,170,-1.344165204,0.6790988904,316.96165166 +222,-1.372031502,0.7472790993,170,-1.344165204,0.6790988904,282.65317677 +223,-1.289805721,0.7242157877,170,-1.344165204,0.6790988904,242.82610789 +224,-1.350807603,0.7533498126,170,-1.344165204,0.6790988904,294.77571209 +225,-1.329290365,0.7560442322,170,-1.344165204,0.6790988904,307.99093659 +226,-1.410153004,0.616936428,170,-1.344165204,0.6790988904,322.50630824 +227,-1.393445434,0.6308995063,170,-1.344165204,0.6790988904,245.76141811 +228,-1.37595573,0.6241540638,170,-1.344165204,0.6790988904,239.54650258 +229,-1.358388707,0.6172645205,170,-1.344165204,0.6790988904,249.00623835 +230,-1.753741133,0.8281661666,170,-1.344165204,0.6790988904,1315.1053837 +231,-1.47430987,0.6834615681,170,-1.344165204,0.6790988904,400.6854509 +232,-1.421012508,0.7222725206,170,-1.344165204,0.6790988904,288.69713602 +233,-1.4476833,0.6978557868,170,-1.344165204,0.6790988904,325.16548203 +234,-1.470370723,0.6966193374,170,-1.344165204,0.6790988904,392.29514496 +235,-1.429211703,0.7037216883,170,-1.344165204,0.6790988904,277.18029748 +236,-1.700578405,0.6178673663,170,-1.344165204,0.6790988904,1148.4028003 +237,-1.678117619,0.6331716163,170,-1.344165204,0.6790988904,1061.7367954 +238,-1.725644578,0.6316331145,170,-1.344165204,0.6790988904,1209.6562943 +239,-2.14012759,0.7930497945,170,-1.344165204,0.6790988904,2347.2664059 +240,-2.103289431,0.7653606263,170,-1.344165204,0.6790988904,2255.4693585 +241,-1.318739838,0.7017808746,170,-1.344165204,0.6790988904,118.74122766 +242,-1.396417427,0.7077900843,170,-1.344165204,0.6790988904,195.55827735 +243,-1.35650337,0.7185539404,170,-1.344165204,0.6790988904,160.6961967 +244,-1.248884539,0.7274156818,170,-1.344165204,0.6790988904,345.56536023 +245,-1.395014798,0.5761185243,170,-1.344165204,0.6790988904,439.2079608 +246,-1.433377362,0.6064716109,170,-1.344165204,0.6790988904,403.29511736 +247,-1.408172432,0.5903155476,170,-1.344165204,0.6790988904,406.54037099 +248,-1.749645898,0.7757118084,170,-1.344165204,0.6790988904,1254.1705705 +249,-1.571626686,0.615046989,170,-1.344165204,0.6790988904,761.45552072 +250,-1.514070049,0.6303003037,170,-1.344165204,0.6790988904,567.3925599 +251,-1.480890369,0.6237966528,170,-1.344165204,0.6790988904,482.92320409 +252,-1.704390658,0.5281680612,170,-1.344165204,0.6790988904,1313.81396 +253,-1.64434733,0.5254277498,170,-1.344165204,0.6790988904,1150.4989026 +254,-1.703855997,0.4792484842,170,-1.344165204,0.6790988904,1425.8139436 +255,-1.692002383,0.5748825051,170,-1.344165204,0.6790988904,1186.5878152 +256,-1.854136457,0.5544643913,170,-1.344165204,0.6790988904,1711.7659571 +257,-1.665021206,0.520317736,170,-1.344165204,0.6790988904,1219.6920564 +258,-1.733654349,0.4845187345,170,-1.344165204,0.6790988904,1495.6230634 +259,-1.720938188,0.5135933906,170,-1.344165204,0.6790988904,1392.9987001 +260,-1.742668307,0.553296122,170,-1.344165204,0.6790988904,1376.5077307 +261,-1.965659039,0.7142126903,170,-1.344165204,0.6790988904,1880.2076419 +262,-1.944438071,0.6772834804,170,-1.344165204,0.6790988904,1840.3698757 +263,-1.270340967,0.7681487096,170,-1.344165204,0.6790988904,415.11814312 +264,-1.353091884,0.6549276821,170,-1.344165204,0.6790988904,99.690494507 +265,-1.333236659,0.6413584414,170,-1.344165204,0.6790988904,153.34885689 +266,-1.352015998,0.6753788907,170,-1.344165204,0.6790988904,28.362031906 +267,-1.377988483,0.6577816235,170,-1.344165204,0.6790988904,134.84370386 +268,-2.13075611,0.8318642051,170,-1.344165204,0.6790988904,2312.1485365 +269,-2.097910953,0.8259670014,170,-1.344165204,0.6790988904,2224.8125772 +270,-1.416382069,0.6694271549,170,-1.344165204,0.6790988904,226.69271747 +271,-1.538905672,0.7535625993,170,-1.344165204,0.6790988904,651.52925804 +272,-1.572309477,0.7803125099,170,-1.344165204,0.6790988904,782.45597533 +273,-1.87759879,0.7503853417,170,-1.344165204,0.6790988904,1611.3930906 +274,1.152365588,0.590457682,170,-1.344165204,0.6790988904,6885.8044393 +275,0.350198001,0.718001859,170,-1.344165204,0.6790988904,4843.6589694 +276,0.046513677,0.491503852,170,-1.344165204,0.6790988904,4507.9811333 +277,0.027510309,0.742571376,170,-1.344165204,0.6790988904,3971.3330086 +278,0.306285725,-0.214631579,170,-1.344165204,0.6790988904,6996.359745 +279,-1.100564889,0.318051531,170,-1.344165204,0.6790988904,1657.6185918 +280,-1.078582306,0.301437596,170,-1.344165204,0.6790988904,1754.6481311 +281,-1.137371989,-0.617634065,170,-1.344165204,0.6790988904,5191.8634184 +282,0.784356344,0.703272339,170,-1.344165204,0.6790988904,5856.6849036 +283,-1.221209947,0.218327455,170,-1.344165204,0.6790988904,1875.560115 +284,2.347301921,-0.449114658,170,-1.344165204,0.6790988904,10404.311629 +285,0.246820618,0.830553713,170,-1.344165204,0.6790988904,4359.1794978 +286,0.829414965,0.703288228,170,-1.344165204,0.6790988904,5945.5124031 +287,-1.337537566,0.42332223,170,-1.344165204,0.6790988904,1013.3752718 +288,0.882453706,0.454478077,170,-1.344165204,0.6790988904,6820.8153588 +289,1.575629659,0.416419109,170,-1.344165204,0.6790988904,8027.226558 +290,-1.039455679,0.229888244,170,-1.344165204,0.6790988904,2075.0665482 +291,0.489558039,0.934482747,170,-1.344165204,0.6790988904,4656.55484 +292,0.081344504,0.88384514,170,-1.344165204,0.6790988904,3881.5316209 +293,-1.547979814,0.300350308,170,-1.344165204,0.6790988904,1657.25612 +294,0.040776181,0.168560074,170,-1.344165204,0.6790988904,5232.8245613 +295,-1.130374745,0.563894876,170,-1.344165204,0.6790988904,824.792025 +296,1.578326642,0.478507176,170,-1.344165204,0.6790988904,7787.4274174 +297,-1.12861823,-0.291640865,170,-1.344165204,0.6790988904,3927.2944568 +298,0.310524208,0.770885792,170,-1.344165204,0.6790988904,4631.2969659 +299,0.415649091,-0.387246002,170,-1.344165204,0.6790988904,7734.1605016 +300,-0.926533878,-0.188022748,170,-1.344165204,0.6790988904,3764.7018806 +301,1.258856172,-0.11716081,170,-1.344165204,0.6790988904,9503.0821007 +302,-1.126050026,0.322941926,170,-1.344165204,0.6790988904,1597.5777912 +303,2.002785835,0.07893892,170,-1.344165204,0.6790988904,9348.4913385 +304,0.440437607,0.746258085,170,-1.344165204,0.6790988904,4993.499527 +305,-0.030391866,0.214441206,170,-1.344165204,0.6790988904,4902.6872283 +306,0.521557815,-0.058929362,170,-1.344165204,0.6790988904,7275.1653568 +307,-0.097005111,0.13317729,170,-1.344165204,0.6790988904,4895.405012 +308,1.83113859,0.221857587,170,-1.344165204,0.6790988904,8872.9812119 +309,0.222428864,0.099404236,170,-1.344165204,0.6790988904,5961.9513675 +310,-1.702731345,0.8728568183,170,-1.344165204,0.6790988904,1264.385754 +311,-0.418507569,0.278324921,170,-1.344165204,0.6790988904,3560.5930483 +312,-1.41153306,0.339029988,170,-1.344165204,0.6790988904,1366.6432645 +313,0.357560442,0.114788776,170,-1.344165204,0.6790988904,6336.7384961 +314,0.325818979,0.268352149,170,-1.344165204,0.6790988904,5856.0550108 +315,-1.246004659,-0.663679965,170,-1.344165204,0.6790988904,5330.7412707 +316,1.814603087,0.637404484,170,-1.344165204,0.6790988904,7228.8011491 +317,1.843704281,-0.18300445,170,-1.344165204,0.6790988904,10472.012642 +318,1.690644492,-0.211480909,170,-1.344165204,0.6790988904,10553.889317 +319,-1.275451936,0.068109467,170,-1.344165204,0.6790988904,2432.7497047 +320,0.762430171,-0.207594741,170,-1.344165204,0.6790988904,8379.5972933 +321,0.265668905,-0.014647884,170,-1.344165204,0.6790988904,6378.6850641 +322,-2.773032013,-0.335515811,170,-1.344165204,0.6790988904,6630.1153613 +323,-1.469512853,0.174058777,170,-1.344165204,0.6790988904,2049.1482426 +324,0.286276986,0.785925691,170,-1.344165204,0.6790988904,4541.7177623 +325,-1.379324697,0.377432233,170,-1.344165204,0.6790988904,1200.8474098 +326,-1.203778265,0.212813032,170,-1.344165204,0.6790988904,1911.8326666 +327,0.579916301,0.611743168,170,-1.344165204,0.6790988904,5664.3074949 +328,0.267582642,0.868113908,170,-1.344165204,0.6790988904,4334.3108313 +329,0.412869244,-0.050245578,170,-1.344165204,0.6790988904,6920.4837357 +330,0.17524381,0.976660285,170,-1.344165204,0.6790988904,3949.0816212 +331,0.743157214,0.204812899,170,-1.344165204,0.6790988904,7216.7277992 +332,-1.070758176,0.269382282,170,-1.344165204,0.6790988904,1880.7766443 +333,-1.230364251,0.329790229,170,-1.344165204,0.6790988904,1437.7121764 +334,-1.374813124,-0.024926835,170,-1.344165204,0.6790988904,2790.8806072 +335,0.519780566,0.463669906,170,-1.344165204,0.6790988904,5905.5512019 +336,-1.55108034,0.239698561,170,-1.344165204,0.6790988904,1885.0183623 +337,0.180294813,0.029739425,170,-1.344165204,0.6790988904,6005.1350924 +338,0.67820924,0.268170153,170,-1.344165204,0.6790988904,6862.4647822 +339,0.445798684,1.024001867,170,-1.344165204,0.6790988904,4379.5058404 +340,0.691751283,0.150521402,170,-1.344165204,0.6790988904,7226.4230491 +341,-1.036643551,-0.903056181,170,-1.344165204,0.6790988904,6356.4772664 +342,-0.120287036,1.083325163,170,-1.344165204,0.6790988904,3266.2232422 +343,2.823513113,-0.304487164,170,-1.344165204,0.6790988904,8638.6106099 +344,0.457583172,1.12513373,170,-1.344165204,0.6790988904,4193.700669 +345,0.042918831,0.813795399,170,-1.344165204,0.6790988904,3895.3179788 +346,1.196146777,-0.853142756,170,-1.344165204,0.6790988904,10613.691545 +347,0.206001358,-0.010430701,170,-1.344165204,0.6790988904,6184.2962012 +348,-0.268308653,0.234799412,170,-1.344165204,0.6790988904,4122.3694688 +349,0.759363263,0.736189579,170,-1.344165204,0.6790988904,5709.9969399 +350,0.181363926,0.891988372,170,-1.344165204,0.6790988904,4097.6065328 +351,-0.021111158,0.139103292,170,-1.344165204,0.6790988904,5114.0748258 +352,-0.093355215,0.630686981,170,-1.344165204,0.6790988904,3828.8770735 +353,0.40118964,0.681375926,170,-1.344165204,0.6790988904,5053.8186052 +354,-0.721197315,1.304706234,170,-1.344165204,0.6790988904,2727.3366387 +355,-1.076150317,0.212107639,170,-1.344165204,0.6790988904,2076.0073233 +356,-1.577164531,0.273993443,170,-1.344165204,0.6790988904,1797.2238788 +357,-0.190788414,0.182208586,170,-1.344165204,0.6790988904,4487.3556412 +358,-0.261349752,0.209710184,170,-1.344165204,0.6790988904,4204.4950776 +359,-1.029303852,0.083549259,170,-1.344165204,0.6790988904,2616.0188833 +360,-1.268609162,0.330525297,170,-1.344165204,0.6790988904,1404.849452 +361,1.282982244,-0.926641967,170,-1.344165204,0.6790988904,10741.267751 +362,0.217352334,0.731352408,170,-1.344165204,0.6790988904,4483.8007533 +363,-1.511833084,0.258629297,170,-1.344165204,0.6790988904,1765.0590257 +364,0.338812194,0.823184618,170,-1.344165204,0.6790988904,4586.0075713 +365,-0.324406489,1.134201999,170,-1.344165204,0.6790988904,2913.5748264 +366,1.389579348,0.399185724,170,-1.344165204,0.6790988904,7912.7966685 +367,2.047152199,-0.039082036,170,-1.344165204,0.6790988904,9752.8508405 +368,0.947780369,0.568250077,170,-1.344165204,0.6790988904,6598.8310269 +369,0.763824846,0.576754987,170,-1.344165204,0.6790988904,6187.3782058 +370,-0.142334657,0.928153068,170,-1.344165204,0.6790988904,3308.4586415 +371,0.610266567,0.547265983,170,-1.344165204,0.6790988904,5912.1950518 +372,0.210731629,0.746815056,170,-1.344165204,0.6790988904,4436.0449666 +373,-1.34931644,0.316895224,170,-1.344165204,0.6790988904,1434.7983808 +374,2.407696481,0.655030745,170,-1.344165204,0.6790988904,6710.6657689 +375,0.64207831,0.545359131,170,-1.344165204,0.6790988904,5994.8043611 +376,1.174597538,0.840588356,170,-1.344165204,0.6790988904,6038.177168 +377,0.660059424,0.010604079,170,-1.344165204,0.6790988904,7512.6729915 +378,-0.730263819,0.010486456,170,-1.344165204,0.6790988904,3457.5558076 +379,0.831068936,0.512339172,170,-1.344165204,0.6790988904,6529.3447338 +380,1.301180979,0.72367476,170,-1.344165204,0.6790988904,6606.328024 +381,1.811128231,0.322854402,170,-1.344165204,0.6790988904,8474.7859108 +382,0.435105812,0.992284428,170,-1.344165204,0.6790988904,4426.8699155 +383,0.62643634,0.592027932,170,-1.344165204,0.6790988904,5828.4694992 +384,0.492988703,-0.516339467,170,-1.344165204,0.6790988904,8242.174789 +385,-0.162469483,0.112549365,170,-1.344165204,0.6790988904,4746.7858494 +386,0.314630866,0.472006421,170,-1.344165204,0.6790988904,5324.3554944 +387,0.166744804,0.822815954,170,-1.344165204,0.6790988904,4183.9510967 +388,0.417159608,0.965805736,170,-1.344165204,0.6790988904,4449.0058179 +389,0.106334961,0.868774244,170,-1.344165204,0.6790988904,3963.0135066 +390,0.815086969,-0.338144359,170,-1.344165204,0.6790988904,8849.8035534 +391,0.59867455,-0.230624824,170,-1.344165204,0.6790988904,7934.2309246 +392,1.915104874,0.066220985,170,-1.344165204,0.6790988904,9460.4076695 +393,1.278093622,0.064463721,170,-1.344165204,0.6790988904,8940.347795 +394,-0.061477853,0.302997961,170,-1.344165204,0.6790988904,4598.6448161 +395,0.251311504,0.626976942,170,-1.344165204,0.6790988904,4793.1008904 +396,2.950242872,0.149095644,170,-1.344165204,0.6790988904,7096.6972907 +397,-0.180294708,0.35375117,170,-1.344165204,0.6790988904,4118.1954699 +398,1.010448592,-0.351180233,170,-1.344165204,0.6790988904,9474.3014258 +399,-1.748740498,0.3686318073,170,-1.344165204,0.6790988904,1843.8945831 +400,2.699635665,0.123533791,170,-1.344165204,0.6790988904,7857.487273 +401,0.496808033,0.823843254,170,-1.344165204,0.6790988904,4932.6853565 +402,0.129574704,0.763364087,170,-1.344165204,0.6790988904,4199.3672809 +403,1.798920311,0.817447563,170,-1.344165204,0.6790988904,6516.0256431 +404,0.335987953,0.746786541,170,-1.344165204,0.6790988904,4744.822092 +405,-1.085413643,0.292154671,170,-1.344165204,0.6790988904,1775.0323232 +406,-0.155321003,0.508207011,170,-1.344165204,0.6790988904,3872.2489967 +407,0.620529244,-0.301175104,170,-1.344165204,0.6790988904,8166.8258021 +408,1.684402744,0.368716966,170,-1.344165204,0.6790988904,8272.3077334 +409,0.300582244,-0.386397212,170,-1.344165204,0.6790988904,7387.1578306 +410,2.913555946,-0.009225192,170,-1.344165204,0.6790988904,7627.740699 +411,1.465101417,0.493232532,170,-1.344165204,0.6790988904,7640.3928853 +412,0.090612882,0.907955955,170,-1.344165204,0.6790988904,3867.4587637 +413,2.987564726,-0.729568594,170,-1.344165204,0.6790988904,8942.8698047 +414,-1.484261606,0.224149272,170,-1.344165204,0.6790988904,1867.9415784 +415,0.164073421,0.303955133,170,-1.344165204,0.6790988904,5284.7359459 +416,0.141441293,0.167552546,170,-1.344165204,0.6790988904,5545.151823 +417,2.931321023,-0.506718887,170,-1.344165204,0.6790988904,8734.8299757 +418,2.21951565,0.700596356,170,-1.344165204,0.6790988904,6769.2241425 +419,0.268112576,1.199114336,170,-1.344165204,0.6790988904,3802.7292022 +420,0.978913739,0.359223811,170,-1.344165204,0.6790988904,7333.514656 +421,1.210898818,0.522863584,170,-1.344165204,0.6790988904,7214.0028478 +422,2.347397336,0.129231362,170,-1.344165204,0.6790988904,8657.7499944 +423,0.614394501,0.556878345,170,-1.344165204,0.6790988904,5895.9728253 +424,-1.398079356,0.148483366,170,-1.344165204,0.6790988904,2110.5039659 +425,2.535303836,-0.112984496,170,-1.344165204,0.6790988904,8987.7378503 +426,-1.019372593,-0.405322349,170,-1.344165204,0.6790988904,4461.1247491 +427,-1.297785627,-0.160104069,170,-1.344165204,0.6790988904,3328.4779716 +428,2.144554488,0.205051084,170,-1.344165204,0.6790988904,8714.2265577 +429,-2.242387083,-0.426171285,170,-1.344165204,0.6790988904,5497.8869592 +430,0.338637212,0.909723676,170,-1.344165204,0.6790988904,4406.8129192 +431,-0.148798452,0.691042401,170,-1.344165204,0.6790988904,3572.1625146 +432,0.893524764,0.441829531,170,-1.344165204,0.6790988904,6884.6275989 +433,0.969229347,-0.368847936,170,-1.344165204,0.6790988904,9390.0916178 +434,0.436043248,0.800045688,170,-1.344165204,0.6790988904,4856.6726495 +435,1.687946607,1.081504775,170,-1.344165204,0.6790988904,5461.2637989 +436,0.522302046,-0.034889271,170,-1.344165204,0.6790988904,7216.6831489 +437,-0.178996113,-0.438090009,170,-1.344165204,0.6790988904,6175.9365468 +438,-1.094339566,0.301444068,170,-1.344165204,0.6790988904,1726.8446117 +439,-1.064070054,0.242569932,170,-1.344165204,0.6790988904,1987.0571392 +440,-1.068153768,0.230387998,170,-1.344165204,0.6790988904,2023.4484328 +441,-3.00496892,-0.23989155,170,-1.344165204,0.6790988904,7089.0592831 +442,0.21751974,0.766874888,170,-1.344165204,0.6790988904,4413.1902588 +443,0.117229532,0.007619006,170,-1.344165204,0.6790988904,5865.9739067 +444,0.777758451,0.420554741,170,-1.344165204,0.6790988904,6680.5856003 +445,-0.252356999,0.250747086,170,-1.344165204,0.6790988904,4133.0155563 +446,0.363148444,0.768483434,170,-1.344165204,0.6790988904,4761.4556294 +447,0.903191366,-0.118210676,170,-1.344165204,0.6790988904,8566.1525704 +448,-0.205755923,0.149406178,170,-1.344165204,0.6790988904,4522.7911365 +449,1.811996086,0.02364353,170,-1.344165204,0.6790988904,9659.7798731 +450,-1.100670221,0.314845373,170,-1.344165204,0.6790988904,1668.7102548 +451,0.340078597,0.850105132,170,-1.344165204,0.6790988904,4532.1230785 +452,0.258757267,0.804969236,170,-1.344165204,0.6790988904,4437.5177725 +453,2.78505352,-0.155160804,170,-1.344165204,0.6790988904,8389.9355111 +454,0.800551619,0.105822106,170,-1.344165204,0.6790988904,7654.2105957 +455,0.437940882,-0.506194031,170,-1.344165204,0.6790988904,8058.6926156 +456,2.230431122,0.63458615,170,-1.344165204,0.6790988904,7005.1734839 +457,0.527965361,0.127667701,170,-1.344165204,0.6790988904,6814.7136103 +458,-0.063643205,0.702093448,170,-1.344165204,0.6790988904,3792.1351288 +459,1.408447268,0.133010502,170,-1.344165204,0.6790988904,8923.3557146 +460,0.523795955,0.280266966,170,-1.344165204,0.6790988904,6401.0981693 +461,-0.975769313,0.072177659,170,-1.344165204,0.6790988904,2744.9571033 +462,0.549774164,-0.463663986,170,-1.344165204,0.6790988904,8304.6352994 +463,0.29245874,1.095549818,170,-1.344165204,0.6790988904,3985.5980828 +464,0.143625958,0.816809593,170,-1.344165204,0.6790988904,4138.6971649 +465,0.671902494,0.611159853,170,-1.344165204,0.6790988904,5881.1314116 +466,1.239840988,0.6724199,170,-1.344165204,0.6790988904,6719.6246974 +467,0.607829703,-0.10932137,170,-1.344165204,0.6790988904,7664.9051946 +468,1.763020906,0.263996692,170,-1.344165204,0.6790988904,8706.0715985 +469,0.378714634,0.726066797,170,-1.344165204,0.6790988904,4894.6211632 +470,2.196736143,-0.153862366,170,-1.344165204,0.6790988904,9926.214809 +471,0.01702415,0.148991565,170,-1.344165204,0.6790988904,5207.3369823 +472,-2.998490902,-0.158002487,170,-1.344165204,0.6790988904,6870.2238079 +473,-3.051262951,-0.346595608,170,-1.344165204,0.6790988904,7482.1058318 +474,-1.069176439,0.182802941,170,-1.344165204,0.6790988904,2193.0649052 +475,0.167157509,0.595344954,170,-1.344165204,0.6790988904,4632.7653614 +476,0.613855648,0.681746124,170,-1.344165204,0.6790988904,5554.7821099 +477,1.037012736,0.682555367,170,-1.344165204,0.6790988904,6385.5685906 +478,-1.253574971,0.379755746,170,-1.344165204,0.6790988904,1224.8758079 +479,3.108590453,-0.132620738,170,-1.344165204,0.6790988904,7350.4421638 +480,0.565301296,0.022333262,170,-1.344165204,0.6790988904,7200.0329716 +481,0.547898238,0.855555614,170,-1.344165204,0.6790988904,4960.8098984 +482,0.948309381,0.417393755,170,-1.344165204,0.6790988904,7081.5566129 +483,-0.050600732,0.945269213,170,-1.344165204,0.6790988904,3502.5324814 +484,-0.977651478,-0.572363064,170,-1.344165204,0.6790988904,5137.0009155 +485,1.102014914,0.728861163,170,-1.344165204,0.6790988904,6330.2051434 +486,2.927300795,-0.282939414,170,-1.344165204,0.6790988904,8269.5856408 +487,-1.154565557,0.124434095,170,-1.344165204,0.6790988904,2298.9857981 +488,1.855331234,0.291044755,170,-1.344165204,0.6790988904,8595.1143238 +489,0.830290659,0.276904518,170,-1.344165204,0.6790988904,7235.8198332 +490,0.485104466,-0.234867441,170,-1.344165204,0.6790988904,7594.383176 +491,0.521367572,-0.33161327,170,-1.344165204,0.6790988904,7931.0006631 +1,-1.539031704,0.7349710123,171,-1.427582102,0.5277120351,894.27097936 +2,-1.536990553,0.7349663874,171,-1.427582102,0.5277120351,891.69972002 +3,-1.534951779,0.7349571355,171,-1.427582102,0.5277120351,889.15460312 +4,-1.532906461,0.7349480293,171,-1.427582102,0.5277120351,886.64218703 +5,-1.531320211,0.7346937278,171,-1.427582102,0.5277120351,883.82585585 +6,-1.539451648,0.7335131775,171,-1.427582102,0.5277120351,889.59321079 +7,-1.537429487,0.7335445708,171,-1.427582102,0.5277120351,887.14847631 +8,-1.535484998,0.7335658704,171,-1.427582102,0.5277120351,884.80357177 +9,-1.533488396,0.7336036027,171,-1.427582102,0.5277120351,882.49176341 +10,-1.531497785,0.7335842962,171,-1.427582102,0.5277120351,880.0206568 +11,-1.530259379,0.7334777758,171,-1.427582102,0.5277120351,878.16014787 +12,-1.5335454,0.7322346912,171,-1.427582102,0.5277120351,877.62697699 +13,-1.531489083,0.7322238773,171,-1.427582102,0.5277120351,875.09005928 +14,-1.530011122,0.7321679851,171,-1.427582102,0.5277120351,873.11803813 +15,-1.53348106,0.7306614094,171,-1.427582102,0.5277120351,871.88385866 +16,-1.531441779,0.7306962275,171,-1.427582102,0.5277120351,869.51415893 +17,-1.529755654,0.7306933243,171,-1.427582102,0.5277120351,867.47205708 +18,-1.533415048,0.7291384674,171,-1.427582102,0.5277120351,866.32602648 +19,-1.531392093,0.7291705353,171,-1.427582102,0.5277120351,863.94856706 +20,-1.529296523,0.7291214933,171,-1.427582102,0.5277120351,861.23220204 +21,-1.535280942,0.727267644,171,-1.427582102,0.5277120351,861.9661332 +22,-1.533378158,0.7276139666,171,-1.427582102,0.5277120351,860.80515724 +23,-1.531340368,0.7276446587,171,-1.427582102,0.5277120351,858.38601975 +24,-1.528960113,0.7276398177,171,-1.427582102,0.5277120351,855.46720127 +25,-1.533313146,0.7260818349,171,-1.427582102,0.5277120351,855.22826012 +26,-1.531259555,0.7260958115,171,-1.427582102,0.5277120351,852.71108159 +27,-1.528926415,0.7260865555,171,-1.427582102,0.5277120351,849.81281465 +28,-1.531226779,0.7245511789,171,-1.427582102,0.5277120351,847.11739571 +29,-1.528904772,0.7245519194,171,-1.427582102,0.5277120351,844.24714595 +30,-1.547195875,0.7409785979,171,-1.427582102,0.5277120351,926.13181118 +31,-1.5451475,0.740980426,171,-1.427582102,0.5277120351,923.49356099 +32,-1.543097679,0.7409798872,171,-1.427582102,0.5277120351,920.8832829 +33,-1.540720364,0.7409892687,171,-1.427582102,0.5277120351,917.94018853 +34,-1.547188511,0.7395198392,171,-1.427582102,0.5277120351,920.95111715 +35,-1.545148587,0.7395226109,171,-1.427582102,0.5277120351,918.30908461 +36,-1.543104538,0.7395314908,171,-1.427582102,0.5277120351,915.72172513 +37,-1.540727751,0.7395306258,171,-1.427582102,0.5277120351,912.72187117 +38,-1.547187029,0.7380014886,171,-1.427582102,0.5277120351,915.57437028 +39,-1.545147315,0.7380012252,171,-1.427582102,0.5277120351,912.90282213 +40,-1.54310719,0.7380060743,171,-1.427582102,0.5277120351,910.28718001 +41,-1.540719671,0.7380068206,171,-1.427582102,0.5277120351,907.25768385 +42,-1.547187189,0.7364799098,171,-1.427582102,0.5277120351,910.19622936 +43,-1.545149996,0.7364853874,171,-1.427582102,0.5277120351,907.52906597 +44,-1.543106091,0.7364823484,171,-1.427582102,0.5277120351,904.86138791 +45,-1.540717158,0.7364893901,171,-1.427582102,0.5277120351,901.83045992 +46,-1.538663972,0.7410138672,171,-1.427582102,0.5277120351,915.49618168 +47,-1.53695285,0.7409699132,171,-1.427582102,0.5277120351,913.26066539 +48,-1.534910498,0.7409641297,171,-1.427582102,0.5277120351,910.79635874 +49,-1.533145034,0.7409536636,171,-1.427582102,0.5277120351,908.67809876 +50,-1.538681336,0.7395405883,171,-1.427582102,0.5277120351,910.21960593 +51,-1.536999189,0.7395183096,171,-1.427582102,0.5277120351,908.08259181 +52,-1.534923633,0.7395144222,171,-1.427582102,0.5277120351,905.56743801 +53,-1.533267822,0.7395654306,171,-1.427582102,0.5277120351,903.78648007 +54,-1.53867273,0.7380151077,171,-1.427582102,0.5277120351,904.73028274 +55,-1.536980576,0.7379994392,171,-1.427582102,0.5277120351,902.58990715 +56,-1.534931522,0.7379944961,171,-1.427582102,0.5277120351,900.08481226 +57,-1.533387952,0.7379480264,171,-1.427582102,0.5277120351,898.06945344 +58,-1.538682279,0.7364914363,171,-1.427582102,0.5277120351,899.27705438 +59,-1.536980704,0.7364810563,171,-1.427582102,0.5277120351,897.12861383 +60,-1.534935567,0.7364752065,171,-1.427582102,0.5277120351,894.60664213 +61,-1.533042592,0.7363876366,171,-1.427582102,0.5277120351,892.01088994 +62,-1.545143426,0.7349628011,171,-1.427582102,0.5277120351,902.12704348 +63,-1.543105297,0.7349691947,171,-1.427582102,0.5277120351,899.48117861 +64,-1.541064533,0.7349647152,171,-1.427582102,0.5277120351,896.83219788 +65,-1.545411803,0.7334624714,171,-1.427582102,0.5277120351,897.17708057 +66,-1.543446606,0.7334780896,171,-1.427582102,0.5277120351,894.63524203 +67,-1.541475327,0.7334957295,171,-1.427582102,0.5277120351,892.12935455 +68,-1.545401939,0.731963266,171,-1.427582102,0.5277120351,891.87150678 +69,-1.54342253,0.7319915583,171,-1.427582102,0.5277120351,889.33713212 +70,-1.541455867,0.7320216438,171,-1.427582102,0.5277120351,886.86337803 +71,-1.545410146,0.7304422281,171,-1.427582102,0.5277120351,886.52128694 +72,-1.543435491,0.7304713664,171,-1.427582102,0.5277120351,883.97659043 +73,-1.541463105,0.7304997613,171,-1.427582102,0.5277120351,881.4698973 +74,-1.545414768,0.7289194936,171,-1.427582102,0.5277120351,881.16881657 +75,-1.543435774,0.7289538557,171,-1.427582102,0.5277120351,878.61697489 +76,-1.541457714,0.7289765881,171,-1.427582102,0.5277120351,876.06330852 +77,-1.539449415,0.7320555866,171,-1.427582102,0.5277120351,884.38983531 +78,-1.537429183,0.7321097681,171,-1.427582102,0.5277120351,882.01076829 +79,-1.535472649,0.7321497267,171,-1.427582102,0.5277120351,879.70071919 +80,-1.539457899,0.7305333307,171,-1.427582102,0.5277120351,878.97706491 +81,-1.537453161,0.7305750503,171,-1.427582102,0.5277120351,876.55355692 +82,-1.535479385,0.7306124949,171,-1.427582102,0.5277120351,874.19366057 +83,-1.53946905,0.7290102593,171,-1.427582102,0.5277120351,873.57284679 +84,-1.537459922,0.7290417293,171,-1.427582102,0.5277120351,871.08742886 +85,-1.535451349,0.7290890157,171,-1.427582102,0.5277120351,868.69958692 +86,-1.535522937,0.7279887191,171,-1.427582102,0.5277120351,864.85261863 +87,-1.539442524,0.7274735939,171,-1.427582102,0.5277120351,868.07911094 +88,-1.537424111,0.727521351,171,-1.427582102,0.5277120351,865.62037932 +89,-1.539384641,0.7259505092,171,-1.427582102,0.5277120351,862.59981286 +90,-1.537372391,0.7259947145,171,-1.427582102,0.5277120351,860.11753929 +91,-1.535340789,0.7260435356,171,-1.427582102,0.5277120351,857.66807097 +92,-1.539325716,0.7244369706,171,-1.427582102,0.5277120351,857.16006843 +93,-1.537308932,0.7244801057,171,-1.427582102,0.5277120351,854.64913494 +94,-1.535289068,0.7245247645,171,-1.427582102,0.5277120351,852.18114602 +95,-1.533261366,0.7245550236,171,-1.427582102,0.5277120351,849.69366968 +96,-1.539267302,0.722921924,171,-1.427582102,0.5277120351,851.72284768 +97,-1.537248972,0.7229660258,171,-1.427582102,0.5277120351,849.19410765 +98,-1.535219431,0.7229916471,171,-1.427582102,0.5277120351,846.62676307 +99,-1.53318962,0.7230212049,171,-1.427582102,0.5277120351,844.11527818 +100,-1.531154816,0.7230299897,171,-1.427582102,0.5277120351,841.56560068 +101,-1.528878341,0.7230370244,171,-1.427582102,0.5277120351,838.75362998 +102,-1.539218189,0.7214009878,171,-1.427582102,0.5277120351,846.28473125 +103,-1.537198791,0.7214422745,171,-1.427582102,0.5277120351,843.7248912 +104,-1.535179266,0.7214634354,171,-1.427582102,0.5277120351,841.13527792 +105,-1.533156501,0.7214944644,171,-1.427582102,0.5277120351,838.61853438 +106,-1.53113574,0.7215166021,171,-1.427582102,0.5277120351,836.11506605 +107,-1.528874248,0.7215345535,171,-1.427582102,0.5277120351,833.33941164 +108,-1.539217656,0.7198512397,171,-1.427582102,0.5277120351,840.81888937 +109,-1.537199919,0.7199428763,171,-1.427582102,0.5277120351,838.41806645 +110,-1.545425832,0.727397149,171,-1.427582102,0.5277120351,875.83524126 +111,-1.543371177,0.7273916949,171,-1.427582102,0.5277120351,873.02070935 +112,-1.541368852,0.7274523163,171,-1.427582102,0.5277120351,870.54977281 +113,-1.545349067,0.7258710923,171,-1.427582102,0.5277120351,870.37642745 +114,-1.54332671,0.7258603556,171,-1.427582102,0.5277120351,867.56798858 +115,-1.541346831,0.7259242142,171,-1.427582102,0.5277120351,865.11896531 +116,-1.545324355,0.7243383958,171,-1.427582102,0.5277120351,864.97415028 +117,-1.543292796,0.7243617413,171,-1.427582102,0.5277120351,862.25261162 +118,-1.541295822,0.7244024384,171,-1.427582102,0.5277120351,859.67941645 +119,-1.543193859,0.7205570215,171,-1.427582102,0.5277120351,848.77576041 +120,-1.550257047,0.7386738187,171,-1.427582102,0.5277120351,922.03145501 +121,-1.549335448,0.7311736483,171,-1.427582102,0.5277120351,894.45110054 +122,-1.533478843,0.7179891343,171,-1.427582102,0.5277120351,826.54960026 +123,-1.556150555,0.738907041,171,-1.427582102,0.5277120351,930.90845943 +124,-1.554324226,0.733414257,171,-1.427582102,0.5277120351,909.23437986 +125,-1.554290846,0.7288285332,171,-1.427582102,0.5277120351,893.29282503 +126,-1.55122487,0.7219795312,171,-1.427582102,0.5277120351,865.19118215 +127,-1.525104458,0.7229399862,171,-1.427582102,0.5277120351,833.81680847 +128,-1.519607711,0.7236181429,171,-1.427582102,0.5277120351,829.88654586 +129,-1.513899999,0.7251107854,171,-1.427582102,0.5277120351,829.11222266 +130,-1.536620762,0.7431061895,171,-1.427582102,0.5277120351,920.57897153 +131,-1.5369566,0.7460845958,171,-1.427582102,0.5277120351,931.75576145 +132,-1.545345528,0.7447040685,171,-1.427582102,0.5277120351,937.01997984 +133,-1.532813921,0.7432306626,171,-1.427582102,0.5277120351,916.56740743 +134,-1.554788248,0.7382381001,171,-1.427582102,0.5277120351,926.68343615 +135,-1.540348126,0.7301594274,171,-1.427582102,0.5277120351,878.80299929 +136,-1.538016084,0.7239051786,171,-1.427582102,0.5277120351,853.53889881 +137,-1.525288962,0.7258085137,171,-1.427582102,0.5277120351,844.44738441 +138,-1.534326986,0.731241342,171,-1.427582102,0.5277120351,875.0151446 +139,-1.530733872,0.7303625216,171,-1.427582102,0.5277120351,867.45167072 +141,-1.534354939,0.7328219978,171,-1.427582102,0.5277120351,880.73508893 +142,-1.53157084,0.7292888153,171,-1.427582102,0.5277120351,864.59359185 +143,-1.525691035,0.7263799874,171,-1.427582102,0.5277120351,846.99808453 +144,-1.534031287,0.7495967835,171,-1.427582102,0.5277120351,941.14714359 +145,-1.527714986,0.7283095957,171,-1.427582102,0.5277120351,856.40026413 +146,-1.526189586,0.7271468292,171,-1.427582102,0.5277120351,850.37213262 +147,-1.555177336,0.7375563366,171,-1.427582102,0.5277120351,924.84604779 +148,-1.555080283,0.7312707794,171,-1.427582102,0.5277120351,902.87602371 +149,-1.53856994,0.7224180299,171,-1.427582102,0.5277120351,849.00749711 +150,-1.530837883,0.729933372,171,-1.427582102,0.5277120351,866.02712973 +151,-1.515066984,0.5854133365,171,-1.427582102,0.5277120351,372.47852449 +152,-1.534731633,0.5368370046,171,-1.427582102,0.5277120351,367.43734229 +153,-1.515231902,0.5607085576,171,-1.427582102,0.5277120351,324.46063426 +154,-2.616253799,1.0684566605,171,-1.427582102,0.5277120351,3690.5011447 +155,-1.956071439,0.5792177723,171,-1.427582102,0.5277120351,1786.2523689 +156,-1.951208514,0.5602434208,171,-1.427582102,0.5277120351,1773.6893771 +157,-1.944675062,0.6062144545,171,-1.427582102,0.5277120351,1748.9536553 +158,-1.613778386,0.6077989518,171,-1.427582102,0.5277120351,697.49571507 +159,-2.035029014,0.6021432345,171,-1.427582102,0.5277120351,2043.4071048 +160,-2.114989471,0.6801825058,171,-1.427582102,0.5277120351,2301.782496 +161,-2.037382079,0.5765830025,171,-1.427582102,0.5277120351,2056.1809934 +162,-2.129855121,0.6585019963,171,-1.427582102,0.5277120351,2345.3098652 +163,-2.075141798,0.6493615843,171,-1.427582102,0.5277120351,2172.622624 +164,-1.828626729,0.6948433129,171,-1.427582102,0.5277120351,1453.6931466 +165,-1.863329418,0.6735427691,171,-1.427582102,0.5277120351,1530.4092502 +166,-1.266037071,0.727988852,171,-1.427582102,0.5277120351,946.02702604 +167,-1.277579582,0.7249010648,171,-1.427582102,0.5277120351,916.35867181 +168,-1.258418684,0.7241194816,171,-1.427582102,0.5277120351,947.33248269 +169,-1.317813974,0.6804850104,171,-1.427582102,0.5277120351,702.55876655 +170,-1.344165204,0.6790988904,171,-1.427582102,0.5277120351,658.20578317 +171,-1.427582102,0.5277120351,171,-1.427582102,0.5277120351,29.302486917 +172,-1.402238616,0.457167829,171,-1.427582102,0.5277120351,293.0824621 +173,-1.422454264,0.4996161999,171,-1.427582102,0.5277120351,112.68466134 +174,-1.439089277,0.4894859811,171,-1.427582102,0.5277120351,156.55841409 +175,-1.448126995,0.5182330266,171,-1.427582102,0.5277120351,79.87505468 +176,-1.474626146,0.5881926574,171,-1.427582102,0.5277120351,286.98886414 +177,-1.421139645,0.5584869783,171,-1.427582102,0.5277120351,123.84143353 +178,-1.457037165,0.565943032,171,-1.427582102,0.5277120351,181.27595274 +179,-2.757159358,0.3745319,171,-1.427582102,0.5277120351,4693.7646975 +180,-2.714309238,0.342054471,171,-1.427582102,0.5277120351,4604.7984225 +181,-2.000525337,0.774119946,171,-1.427582102,0.5277120351,2033.062069 +183,-1.571413436,0.6777838382,171,-1.427582102,0.5277120351,756.6308017 +184,-1.552860289,0.6987663893,171,-1.427582102,0.5277120351,789.09955807 +185,-1.521852374,0.7165827476,171,-1.427582102,0.5277120351,806.86654558 +186,-1.503656267,0.6928968252,171,-1.427582102,0.5277120351,699.09048311 +187,-1.502753178,0.7136205882,171,-1.427582102,0.5277120351,774.91475561 +188,-1.631894563,0.7343596465,171,-1.427582102,0.5277120351,1045.216959 +189,-1.653765416,0.6770714026,171,-1.427582102,0.5277120351,944.33341214 +190,-1.719812114,0.6715965947,171,-1.427582102,0.5277120351,1109.9821401 +191,-1.493406659,0.6646955447,171,-1.427582102,0.5277120351,583.75859202 +192,-1.469120564,0.6613469966,171,-1.427582102,0.5277120351,546.5344801 +193,-1.590551461,0.5326612937,171,-1.427582102,0.5277120351,557.08569247 +194,-1.625979264,0.5247742243,171,-1.427582102,0.5277120351,679.34286595 +195,-1.572293943,0.5238808754,171,-1.427582102,0.5277120351,495.90031881 +196,-1.610848725,0.5477107964,171,-1.427582102,0.5277120351,628.24282821 +197,-1.208485554,0.7918526018,171,-1.427582102,0.5277120351,1247.5734862 +198,-1.335601374,0.6869083083,171,-1.427582102,0.5277120351,697.60698956 +199,-1.346156996,0.6825213377,171,-1.427582102,0.5277120351,667.84673144 +200,-1.324381037,0.6741422347,171,-1.427582102,0.5277120351,670.49995299 +201,-1.242424992,0.7378949807,171,-1.427582102,0.5277120351,1019.3833251 +202,-1.270370057,0.7392461008,171,-1.427582102,0.5277120351,975.34711007 +203,-1.448950472,0.7441675014,171,-1.427582102,0.5277120351,860.05206471 +204,-1.492662363,0.7523026852,171,-1.427582102,0.5277120351,913.05042206 +205,-1.479098966,0.7763855017,171,-1.427582102,0.5277120351,998.07171819 +206,-1.633760714,0.7869022408,171,-1.427582102,0.5277120351,1210.3261348 +207,-1.647406434,0.8101289331,171,-1.427582102,0.5277120351,1307.0170066 +208,-1.564245052,0.5701509278,171,-1.427582102,0.5277120351,491.27534745 +209,-1.646289963,0.6833746083,171,-1.427582102,0.5277120351,940.39132993 +210,-1.5820631,0.6751952144,171,-1.427582102,0.5277120351,771.05769363 +211,-1.613236298,0.6681681791,171,-1.427582102,0.5277120351,822.88169901 +212,-1.914661867,0.8212566515,171,-1.427582102,0.5277120351,1885.9977025 +213,-1.742133237,0.7250275956,171,-1.427582102,0.5277120351,1272.1349725 +214,-2.033144872,0.6557314699,171,-1.427582102,0.5277120351,2041.8595556 +215,-2.039551981,0.6964723658,171,-1.427582102,0.5277120351,2078.0076229 +216,-1.247341019,0.7622473908,171,-1.427582102,0.5277120351,1088.1905908 +217,-1.298239787,0.7084123392,171,-1.427582102,0.5277120351,827.87112762 +218,-1.308539688,0.6926545592,171,-1.427582102,0.5277120351,758.47775523 +219,-1.303263185,0.6888938396,171,-1.427582102,0.5277120351,754.95824409 +220,-1.852400229,0.6004246149,171,-1.427582102,0.5277120351,1447.1939755 +221,-1.288947707,0.7473773692,171,-1.427582102,0.5277120351,974.46684045 +222,-1.372031502,0.7472790993,171,-1.427582102,0.5277120351,887.30810832 +223,-1.289805721,0.7242157877,171,-1.427582102,0.5277120351,894.25889955 +224,-1.350807603,0.7533498126,171,-1.427582102,0.5277120351,926.04334463 +225,-1.329290365,0.7560442322,171,-1.427582102,0.5277120351,956.06894969 +226,-1.410153004,0.616936428,171,-1.427582102,0.5277120351,358.14411366 +227,-1.393445434,0.6308995063,171,-1.427582102,0.5277120351,424.06849445 +228,-1.37595573,0.6241540638,171,-1.427582102,0.5277120351,418.67574775 +229,-1.358388707,0.6172645205,171,-1.427582102,0.5277120351,422.86084464 +230,-1.753741133,0.8281661666,171,-1.427582102,0.5277120351,1550.0712599 +231,-1.47430987,0.6834615681,171,-1.427582102,0.5277120351,635.32383807 +232,-1.421012508,0.7222725206,171,-1.427582102,0.5277120351,770.94062744 +233,-1.4476833,0.6978557868,171,-1.427582102,0.5277120351,677.06072939 +234,-1.470370723,0.6966193374,171,-1.427582102,0.5277120351,683.18543023 +235,-1.429211703,0.7037216883,171,-1.427582102,0.5277120351,697.19402132 +236,-1.700578405,0.6178673663,171,-1.427582102,0.5277120351,974.97454725 +237,-1.678117619,0.6331716163,171,-1.427582102,0.5277120351,927.67429823 +238,-1.725644578,0.6316331145,171,-1.427582102,0.5277120351,1068.1397614 +239,-2.14012759,0.7930497945,171,-1.427582102,0.5277120351,2430.949599 +240,-2.103289431,0.7653606263,171,-1.427582102,0.5277120351,2307.9849322 +241,-1.318739838,0.7017808746,171,-1.427582102,0.5277120351,773.6980341 +242,-1.396417427,0.7077900843,171,-1.427582102,0.5277120351,720.30436305 +243,-1.35650337,0.7185539404,171,-1.427582102,0.5277120351,789.48100403 +244,-1.248884539,0.7274156818,171,-1.427582102,0.5277120351,975.12839266 +245,-1.395014798,0.5761185243,171,-1.427582102,0.5277120351,220.96202183 +246,-1.433377362,0.6064716109,171,-1.427582102,0.5277120351,312.5662467 +247,-1.408172432,0.5903155476,171,-1.427582102,0.5277120351,256.38948953 +248,-1.749645898,0.7757118084,171,-1.427582102,0.5277120351,1405.6364165 +249,-1.571626686,0.615046989,171,-1.427582102,0.5277120351,591.23470749 +250,-1.514070049,0.6303003037,171,-1.427582102,0.5277120351,497.15420171 +251,-1.480890369,0.6237966528,171,-1.427582102,0.5277120351,419.7159624 +252,-1.704390658,0.5281680612,171,-1.427582102,0.5277120351,946.38495861 +253,-1.64434733,0.5254277498,171,-1.427582102,0.5277120351,741.98328491 +254,-1.703855997,0.4792484842,171,-1.427582102,0.5277120351,976.68277283 +255,-1.692002383,0.5748825051,171,-1.427582102,0.5277120351,910.67626641 +256,-1.854136457,0.5544643913,171,-1.427582102,0.5277120351,1449.0617634 +257,-1.665021206,0.520317736,171,-1.427582102,0.5277120351,814.34024762 +258,-1.733654349,0.4845187345,171,-1.427582102,0.5277120351,1072.9548429 +259,-1.720938188,0.5135933906,171,-1.427582102,0.5277120351,1008.6493203 +260,-1.742668307,0.553296122,171,-1.427582102,0.5277120351,1073.6970439 +261,-1.965659039,0.7142126903,171,-1.427582102,0.5277120351,1871.7464708 +262,-1.944438071,0.6772834804,171,-1.427582102,0.5277120351,1778.4029132 +263,-1.270340967,0.7681487096,171,-1.427582102,0.5277120351,1072.4728311 +264,-1.353091884,0.6549276821,171,-1.427582102,0.5277120351,560.10812749 +265,-1.333236659,0.6413584414,171,-1.427582102,0.5277120351,547.26919084 +266,-1.352015998,0.6753788907,171,-1.427582102,0.5277120351,634.6175509 +267,-1.377988483,0.6577816235,171,-1.427582102,0.5277120351,540.27095815 +268,-2.13075611,0.8318642051,171,-1.427582102,0.5277120351,2440.7975733 +269,-2.097910953,0.8259670014,171,-1.427582102,0.5277120351,2349.8505063 +270,-1.416382069,0.6694271549,171,-1.427582102,0.5277120351,562.52400598 +271,-1.538905672,0.7535625993,171,-1.427582102,0.5277120351,961.1484021 +272,-1.572309477,0.7803125099,171,-1.427582102,0.5277120351,1097.6855241 +273,-1.87759879,0.7503853417,171,-1.427582102,0.5277120351,1670.3373706 +274,1.152365588,0.590457682,171,-1.427582102,0.5277120351,7541.7733997 +275,0.350198001,0.718001859,171,-1.427582102,0.5277120351,5434.194587 +276,0.046513677,0.491503852,171,-1.427582102,0.5277120351,4968.459396 +277,0.027510309,0.742571376,171,-1.427582102,0.5277120351,4531.2806176 +278,0.306285725,-0.214631579,171,-1.427582102,0.5277120351,7199.4781873 +279,-1.100564889,0.318051531,171,-1.427582102,0.5277120351,1440.3369043 +280,-1.078582306,0.301437596,171,-1.427582102,0.5277120351,1546.1999855 +281,-1.137371989,-0.617634065,171,-1.427582102,0.5277120351,4663.894372 +282,0.784356344,0.703272339,171,-1.427582102,0.5277120351,6493.3755682 +283,-1.221209947,0.218327455,171,-1.427582102,0.5277120351,1440.2070637 +284,2.347301921,-0.449114658,171,-1.427582102,0.5277120351,10216.280941 +285,0.246820618,0.830553713,171,-1.427582102,0.5277120351,4967.1335362 +286,0.829414965,0.703288228,171,-1.427582102,0.5277120351,6586.2688148 +287,-1.337537566,0.42332223,171,-1.427582102,0.5277120351,520.90709372 +288,0.882453706,0.454478077,171,-1.427582102,0.5277120351,7436.8226014 +289,1.575629659,0.416419109,171,-1.427582102,0.5277120351,8667.3320014 +290,-1.039455679,0.229888244,171,-1.427582102,0.5277120351,1845.529965 +291,0.489558039,0.934482747,171,-1.427582102,0.5277120351,5299.6942881 +292,0.081344504,0.88384514,171,-1.427582102,0.5277120351,4490.9821607 +293,-1.547979814,0.300350308,171,-1.427582102,0.5277120351,1000.1634408 +294,0.040776181,0.168560074,171,-1.427582102,0.5277120351,5538.9399897 +295,-1.130374745,0.563894876,171,-1.427582102,0.5277120351,1015.2449705 +296,1.578326642,0.478507176,171,-1.427582102,0.5277120351,8425.2518674 +297,-1.12861823,-0.291640865,171,-1.427582102,0.5277120351,3440.0418902 +298,0.310524208,0.770885792,171,-1.427582102,0.5277120351,5230.6143839 +299,0.415649091,-0.387246002,171,-1.427582102,0.5277120351,7875.4055328 +300,-0.926533878,-0.188022748,171,-1.427582102,0.5277120351,3417.6995389 +301,1.258856172,-0.11716081,171,-1.427582102,0.5277120351,10096.953119 +302,-1.126050026,0.322941926,171,-1.427582102,0.5277120351,1353.9852683 +303,2.002785835,0.07893892,171,-1.427582102,0.5277120351,9803.2611516 +304,0.440437607,0.746258085,171,-1.427582102,0.5277120351,5601.1388313 +305,-0.030391866,0.214441206,171,-1.427582102,0.5277120351,5208.8769237 +306,0.521557815,-0.058929362,171,-1.427582102,0.5277120351,7630.8018637 +307,-0.097005111,0.13317729,171,-1.427582102,0.5277120351,5136.5696524 +308,1.83113859,0.221857587,171,-1.427582102,0.5277120351,9441.3833333 +309,0.222428864,0.099404236,171,-1.427582102,0.5277120351,6293.447752 +310,-1.702731345,0.8728568183,171,-1.427582102,0.5277120351,1593.7235057 +311,-0.418507569,0.278324921,171,-1.427582102,0.5277120351,3767.1267605 +312,-1.41153306,0.339029988,171,-1.427582102,0.5277120351,749.58227685 +313,0.357560442,0.114788776,171,-1.427582102,0.5277120351,6717.8955764 +314,0.325818979,0.268352149,171,-1.427582102,0.5277120351,6292.2681001 +315,-1.246004659,-0.663679965,171,-1.427582102,0.5277120351,4766.7014494 +316,1.814603087,0.637404484,171,-1.427582102,0.5277120351,7813.7035731 +317,1.843704281,-0.18300445,171,-1.427582102,0.5277120351,10997.149131 +318,1.690644492,-0.211480909,171,-1.427582102,0.5277120351,11188.323401 +319,-1.275451936,0.068109467,171,-1.427582102,0.5277120351,1907.4573135 +320,0.762430171,-0.207594741,171,-1.427582102,0.5277120351,8743.4782113 +321,0.265668905,-0.014647884,171,-1.427582102,0.5277120351,6670.0622787 +322,-2.773032013,-0.335515811,171,-1.427582102,0.5277120351,6156.6311909 +323,-1.469512853,0.174058777,171,-1.427582102,0.5277120351,1409.3497394 +324,0.286276986,0.785925691,171,-1.427582102,0.5277120351,5142.2972346 +325,-1.379324697,0.377432233,171,-1.427582102,0.5277120351,619.50554531 +326,-1.203778265,0.212813032,171,-1.427582102,0.5277120351,1493.3660979 +327,0.579916301,0.611743168,171,-1.427582102,0.5277120351,6261.3592047 +328,0.267582642,0.868113908,171,-1.427582102,0.5277120351,4952.5595705 +329,0.412869244,-0.050245578,171,-1.427582102,0.5277120351,7243.9097742 +330,0.17524381,0.976660285,171,-1.427582102,0.5277120351,4584.2258366 +331,0.743157214,0.204812899,171,-1.427582102,0.5277120351,7745.2796916 +332,-1.070758176,0.269382282,171,-1.427582102,0.5277120351,1651.2241579 +333,-1.230364251,0.329790229,171,-1.427582102,0.5277120351,1056.6010045 +334,-1.374813124,-0.024926835,171,-1.427582102,0.5277120351,2198.0574195 +335,0.519780566,0.463669906,171,-1.427582102,0.5277120351,6455.5689162 +336,-1.55108034,0.239698561,171,-1.427582102,0.5277120351,1226.8126821 +337,0.180294813,0.029739425,171,-1.427582102,0.5277120351,6289.4284212 +338,0.67820924,0.268170153,171,-1.427582102,0.5277120351,7392.775437 +339,0.445798684,1.024001867,171,-1.427582102,0.5277120351,5030.4933733 +340,0.691751283,0.150521402,171,-1.427582102,0.5277120351,7722.7501552 +341,-1.036643551,-0.903056181,171,-1.427582102,0.5277120351,5828.3140034 +342,-0.120287036,1.083325163,171,-1.427582102,0.5277120351,3913.728414 +343,2.823513113,-0.304487164,171,-1.427582102,0.5277120351,8377.9677437 +344,0.457583172,1.12513373,171,-1.427582102,0.5277120351,4851.0879739 +345,0.042918831,0.813795399,171,-1.427582102,0.5277120351,4481.256044 +346,1.196146777,-0.853142756,171,-1.427582102,0.5277120351,10425.938812 +347,0.206001358,-0.010430701,171,-1.427582102,0.5277120351,6457.582118 +348,-0.268308653,0.234799412,171,-1.427582102,0.5277120351,4358.6006808 +349,0.759363263,0.736189579,171,-1.427582102,0.5277120351,6348.1407032 +350,0.181363926,0.891988372,171,-1.427582102,0.5277120351,4715.3781477 +351,-0.021111158,0.139103292,171,-1.427582102,0.5277120351,5384.7329117 +352,-0.093355215,0.630686981,171,-1.427582102,0.5277120351,4326.4433755 +353,0.40118964,0.681375926,171,-1.427582102,0.5277120351,5641.652281 +354,-0.721197315,1.304706234,171,-1.427582102,0.5277120351,3373.8147159 +355,-1.076150317,0.212107639,171,-1.427582102,0.5277120351,1795.6941909 +356,-1.577164531,0.273993443,171,-1.427582102,0.5277120351,1142.3814886 +357,-0.190788414,0.182208586,171,-1.427582102,0.5277120351,4721.5773035 +358,-0.261349752,0.209710184,171,-1.427582102,0.5277120351,4428.5417259 +359,-1.029303852,0.083549259,171,-1.427582102,0.5277120351,2303.7196977 +360,-1.268609162,0.330525297,171,-1.427582102,0.5277120351,967.50528653 +361,1.282982244,-0.926641967,171,-1.427582102,0.5277120351,10434.139449 +362,0.217352334,0.731352408,171,-1.427582102,0.5277120351,5061.929562 +363,-1.511833084,0.258629297,171,-1.427582102,0.5277120351,1109.1208316 +364,0.338812194,0.823184618,171,-1.427582102,0.5277120351,5200.1643511 +365,-0.324406489,1.134201999,171,-1.427582102,0.5277120351,3567.9799676 +366,1.389579348,0.399185724,171,-1.427582102,0.5277120351,8570.5067949 +367,2.047152199,-0.039082036,171,-1.427582102,0.5277120351,10139.607592 +368,0.947780369,0.568250077,171,-1.427582102,0.5277120351,7237.8736827 +369,0.763824846,0.576754987,171,-1.427582102,0.5277120351,6804.5243632 +370,-0.142334657,0.928153068,171,-1.427582102,0.5277120351,3920.1247842 +371,0.610266567,0.547265983,171,-1.427582102,0.5277120351,6500.0626562 +372,0.210731629,0.746815056,171,-1.427582102,0.5277120351,5017.9665897 +373,-1.34931644,0.316895224,171,-1.427582102,0.5277120351,881.35076465 +374,2.407696481,0.655030745,171,-1.427582102,0.5277120351,7100.719274 +375,0.64207831,0.545359131,171,-1.427582102,0.5277120351,6587.5535766 +376,1.174597538,0.840588356,171,-1.427582102,0.5277120351,6695.5541517 +377,0.660059424,0.010604079,171,-1.427582102,0.5277120351,7945.5870594 +378,-0.730263819,0.010486456,171,-1.427582102,0.5277120351,3326.891147 +379,0.831068936,0.512339172,171,-1.427582102,0.5277120351,7146.1951901 +380,1.301180979,0.72367476,171,-1.427582102,0.5277120351,7262.1745772 +381,1.811128231,0.322854402,171,-1.427582102,0.5277120351,9054.4549371 +382,0.435105812,0.992284428,171,-1.427582102,0.5277120351,5074.3635884 +383,0.62643634,0.592027932,171,-1.427582102,0.5277120351,6428.3860564 +384,0.492988703,-0.516339467,171,-1.427582102,0.5277120351,8323.747885 +385,-0.162469483,0.112549365,171,-1.427582102,0.5277120351,4952.9476815 +386,0.314630866,0.472006421,171,-1.427582102,0.5277120351,5834.3330879 +387,0.166744804,0.822815954,171,-1.427582102,0.5277120351,4783.0903715 +388,0.417159608,0.965805736,171,-1.427582102,0.5277120351,5092.6747717 +389,0.106334961,0.868774244,171,-1.427582102,0.5277120351,4570.0267033 +390,0.815086969,-0.338144359,171,-1.427582102,0.5277120351,9153.5092696 +391,0.59867455,-0.230624824,171,-1.427582102,0.5277120351,8227.9911401 +392,1.915104874,0.066220985,171,-1.427582102,0.5277120351,9971.0077321 +393,1.278093622,0.064463721,171,-1.427582102,0.5277120351,9575.7196264 +394,-0.061477853,0.302997961,171,-1.427582102,0.5277120351,4940.6243416 +395,0.251311504,0.626976942,171,-1.427582102,0.5277120351,5343.4993365 +396,2.950242872,0.149095644,171,-1.427582102,0.5277120351,7042.7235396 +397,-0.180294708,0.35375117,171,-1.427582102,0.5277120351,4452.1350384 +398,1.010448592,-0.351180233,171,-1.427582102,0.5277120351,9841.4569971 +399,-1.748740498,0.3686318073,171,-1.427582102,0.5277120351,1305.606058 +400,2.699635665,0.123533791,171,-1.427582102,0.5277120351,7901.8570378 +401,0.496808033,0.823843254,171,-1.427582102,0.5277120351,5560.3877639 +402,0.129574704,0.763364087,171,-1.427582102,0.5277120351,4777.4213118 +403,1.798920311,0.817447563,171,-1.427582102,0.5277120351,7107.0201465 +404,0.335987953,0.746786541,171,-1.427582102,0.5277120351,5340.9286473 +405,-1.085413643,0.292154671,171,-1.427582102,0.5277120351,1549.8538467 +406,-0.155321003,0.508207011,171,-1.427582102,0.5277120351,4297.1537948 +407,0.620529244,-0.301175104,171,-1.427582102,0.5277120351,8427.1282665 +408,1.684402744,0.368716966,171,-1.427582102,0.5277120351,8891.3024245 +409,0.300582244,-0.386397212,171,-1.427582102,0.5277120351,7492.0230259 +410,2.913555946,-0.009225192,171,-1.427582102,0.5277120351,7504.0356694 +411,1.465101417,0.493232532,171,-1.427582102,0.5277120351,8291.8234155 +412,0.090612882,0.907955955,171,-1.427582102,0.5277120351,4483.7181768 +413,2.987564726,-0.729568594,171,-1.427582102,0.5277120351,8407.869216 +414,-1.484261606,0.224149272,171,-1.427582102,0.5277120351,1220.2089248 +415,0.164073421,0.303955133,171,-1.427582102,0.5277120351,5691.4718683 +416,0.141441293,0.167552546,171,-1.427582102,0.5277120351,5882.8905392 +417,2.931321023,-0.506718887,171,-1.427582102,0.5277120351,8322.8382532 +418,2.21951565,0.700596356,171,-1.427582102,0.5277120351,7236.0001155 +419,0.268112576,1.199114336,171,-1.427582102,0.5277120351,4460.912871 +420,0.978913739,0.359223811,171,-1.427582102,0.5277120351,7951.5839013 +421,1.210898818,0.522863584,171,-1.427582102,0.5277120351,7870.626239 +422,2.347397336,0.129231362,171,-1.427582102,0.5277120351,8899.5482094 +423,0.614394501,0.556878345,171,-1.427582102,0.5277120351,6486.6355517 +424,-1.398079356,0.148483366,171,-1.427582102,0.5277120351,1506.0982293 +425,2.535303836,-0.112984496,171,-1.427582102,0.5277120351,8981.1686925 +426,-1.019372593,-0.405322349,171,-1.427582102,0.5277120351,4008.552503 +427,-1.297785627,-0.160104069,171,-1.427582102,0.5277120351,2768.9002385 +428,2.144554488,0.205051084,171,-1.427582102,0.5277120351,9109.5488465 +429,-2.242387083,-0.426171285,171,-1.427582102,0.5277120351,4883.4917018 +430,0.338637212,0.909723676,171,-1.427582102,0.5277120351,5037.9628588 +431,-0.148798452,0.691042401,171,-1.427582102,0.5277120351,4090.0958213 +432,0.893524764,0.441829531,171,-1.427582102,0.5277120351,7500.5059033 +433,0.969229347,-0.368847936,171,-1.427582102,0.5277120351,9728.2324936 +434,0.436043248,0.800045688,171,-1.427582102,0.5277120351,5474.8110576 +435,1.687946607,1.081504775,171,-1.427582102,0.5277120351,6069.194021 +436,0.522302046,-0.034889271,171,-1.427582102,0.5277120351,7583.8526648 +437,-0.178996113,-0.438090009,171,-1.427582102,0.5277120351,6086.6917949 +438,-1.094339566,0.301444068,171,-1.427582102,0.5277120351,1500.2649653 +439,-1.064070054,0.242569932,171,-1.427582102,0.5277120351,1742.2233433 +440,-1.068153768,0.230387998,171,-1.427582102,0.5277120351,1764.8234751 +441,-3.00496892,-0.23989155,171,-1.427582102,0.5277120351,6719.0458033 +442,0.21751974,0.766874888,171,-1.427582102,0.5277120351,5001.62487 +443,0.117229532,0.007619006,171,-1.427582102,0.5277120351,6117.8046293 +444,0.777758451,0.420554741,171,-1.427582102,0.5277120351,7271.7589862 +445,-0.252356999,0.250747086,171,-1.427582102,0.5277120351,4384.3670388 +446,0.363148444,0.768483434,171,-1.427582102,0.5277120351,5365.7149825 +447,0.903191366,-0.118210676,171,-1.427582102,0.5277120351,9026.8610181 +448,-0.205755923,0.149406178,171,-1.427582102,0.5277120351,4733.1174613 +449,1.811996086,0.02364353,171,-1.427582102,0.5277120351,10228.80034 +450,-1.100670221,0.314845373,171,-1.427582102,0.5277120351,1448.0040967 +451,0.340078597,0.850105132,171,-1.427582102,0.5277120351,5152.0364142 +452,0.258757267,0.804969236,171,-1.427582102,0.5277120351,5040.2106487 +453,2.78505352,-0.155160804,171,-1.427582102,0.5277120351,8236.0754677 +454,0.800551619,0.105822106,171,-1.427582102,0.5277120351,8167.8579479 +455,0.437940882,-0.506194031,171,-1.427582102,0.5277120351,8131.5256063 +456,2.230431122,0.63458615,171,-1.427582102,0.5277120351,7455.8246878 +457,0.527965361,0.127667701,171,-1.427582102,0.5277120351,7253.5720128 +458,-0.063643205,0.702093448,171,-1.427582102,0.5277120351,4325.5318586 +459,1.408447268,0.133010502,171,-1.427582102,0.5277120351,9580.3903762 +460,0.523795955,0.280266966,171,-1.427582102,0.5277120351,6895.0248766 +461,-0.975769313,0.072177659,171,-1.427582102,0.5277120351,2471.5854209 +462,0.549774164,-0.463663986,171,-1.427582102,0.5277120351,8438.2258538 +463,0.29245874,1.095549818,171,-1.427582102,0.5277120351,4639.4339227 +464,0.143625958,0.816809593,171,-1.427582102,0.5277120351,4734.163631 +465,0.671902494,0.611159853,171,-1.427582102,0.5277120351,6491.2758247 +466,1.239840988,0.6724199,171,-1.427582102,0.5277120351,7377.696787 +467,0.607829703,-0.10932137,171,-1.427582102,0.5277120351,8025.457315 +468,1.763020906,0.263996692,171,-1.427582102,0.5277120351,9302.3192069 +469,0.378714634,0.726066797,171,-1.427582102,0.5277120351,5490.6026538 +470,2.196736143,-0.153862366,171,-1.427582102,0.5277120351,10124.227431 +471,0.01702415,0.148991565,171,-1.427582102,0.5277120351,5495.8610767 +472,-2.998490902,-0.158002487,171,-1.427582102,0.5277120351,6536.4758766 +473,-3.051262951,-0.346595608,171,-1.427582102,0.5277120351,7076.2286627 +474,-1.069176439,0.182802941,171,-1.427582102,0.5277120351,1900.185845 +475,0.167157509,0.595344954,171,-1.427582102,0.5277120351,5158.4717996 +476,0.613855648,0.681746124,171,-1.427582102,0.5277120351,6169.9637043 +477,1.037012736,0.682555367,171,-1.427582102,0.5277120351,7039.389526 +478,-1.253574971,0.379755746,171,-1.427582102,0.5277120351,851.97159752 +479,3.108590453,-0.132620738,171,-1.427582102,0.5277120351,7087.1942698 +480,0.565301296,0.022333262,171,-1.427582102,0.5277120351,7607.0251576 +481,0.547898238,0.855555614,171,-1.427582102,0.5277120351,5597.1705788 +482,0.948309381,0.417393755,171,-1.427582102,0.5277120351,7702.8381181 +483,-0.050600732,0.945269213,171,-1.427582102,0.5277120351,4122.0853096 +484,-0.977651478,-0.572363064,171,-1.427582102,0.5277120351,4672.5902964 +485,1.102014914,0.728861163,171,-1.427582102,0.5277120351,6987.6348637 +486,2.927300795,-0.282939414,171,-1.427582102,0.5277120351,7986.4911358 +487,-1.154565557,0.124434095,171,-1.427582102,0.5277120351,1892.4038476 +488,1.855331234,0.291044755,171,-1.427582102,0.5277120351,9156.2353545 +489,0.830290659,0.276904518,171,-1.427582102,0.5277120351,7806.4850232 +490,0.485104466,-0.234867441,171,-1.427582102,0.5277120351,7847.1533288 +491,0.521367572,-0.33161327,171,-1.427582102,0.5277120351,8140.0312109 +1,-1.539031704,0.7349710123,172,-1.402238616,0.457167829,1186.8872171 +2,-1.536990553,0.7349663874,172,-1.402238616,0.457167829,1184.4001082 +3,-1.534951779,0.7349571355,172,-1.402238616,0.457167829,1181.9309872 +4,-1.532906461,0.7349480293,172,-1.402238616,0.457167829,1179.4867058 +5,-1.531320211,0.7346937278,172,-1.402238616,0.457167829,1176.7134133 +6,-1.539451648,0.7335131775,172,-1.402238616,0.457167829,1182.1496943 +7,-1.537429487,0.7335445708,172,-1.402238616,0.457167829,1179.7950929 +8,-1.535484998,0.7335658704,172,-1.402238616,0.457167829,1177.5290526 +9,-1.533488396,0.7336036027,172,-1.402238616,0.457167829,1175.2907183 +10,-1.531497785,0.7335842962,172,-1.402238616,0.457167829,1172.8837278 +11,-1.530259379,0.7334777758,172,-1.402238616,0.457167829,1171.0575725 +12,-1.5335454,0.7322346912,172,-1.402238616,0.457167829,1170.3947403 +13,-1.531489083,0.7322238773,172,-1.402238616,0.457167829,1167.9281928 +14,-1.530011122,0.7321679851,172,-1.402238616,0.457167829,1166.0006372 +15,-1.53348106,0.7306614094,172,-1.402238616,0.457167829,1164.6183742 +16,-1.531441779,0.7306962275,172,-1.402238616,0.457167829,1162.3236654 +17,-1.529755654,0.7306933243,172,-1.402238616,0.457167829,1160.3363758 +18,-1.533415048,0.7291384674,172,-1.402238616,0.457167829,1159.0265407 +19,-1.531392093,0.7291705353,172,-1.402238616,0.457167829,1156.7276526 +20,-1.529296523,0.7291214933,172,-1.402238616,0.457167829,1154.0819596 +21,-1.535280942,0.727267644,172,-1.402238616,0.457167829,1154.5342052 +22,-1.533378158,0.7276139666,172,-1.402238616,0.457167829,1153.4684065 +23,-1.531340368,0.7276446587,172,-1.402238616,0.457167829,1151.132793 +24,-1.528960113,0.7276398177,172,-1.402238616,0.457167829,1148.2994569 +25,-1.533313146,0.7260818349,172,-1.402238616,0.457167829,1147.8531277 +26,-1.531259555,0.7260958115,172,-1.402238616,0.457167829,1145.4241435 +27,-1.528926415,0.7260865555,172,-1.402238616,0.457167829,1142.6145951 +28,-1.531226779,0.7245511789,172,-1.402238616,0.457167829,1139.7927821 +29,-1.528904772,0.7245519194,172,-1.402238616,0.457167829,1137.0162882 +30,-1.547195875,0.7409785979,172,-1.402238616,0.457167829,1218.5482114 +31,-1.5451475,0.740980426,172,-1.402238616,0.457167829,1216.0077526 +32,-1.543097679,0.7409798872,172,-1.402238616,0.457167829,1213.4879806 +33,-1.540720364,0.7409892687,172,-1.402238616,0.457167829,1210.6407971 +34,-1.547188511,0.7395198392,172,-1.402238616,0.457167829,1213.3193585 +35,-1.545148587,0.7395226109,172,-1.402238616,0.457167829,1210.7788443 +36,-1.543104538,0.7395314908,172,-1.402238616,0.457167829,1208.2860813 +37,-1.540727751,0.7395306258,172,-1.402238616,0.457167829,1205.386532 +38,-1.547187029,0.7380014886,172,-1.402238616,0.457167829,1207.889846 +39,-1.545147315,0.7380012252,172,-1.402238616,0.457167829,1205.3240606 +40,-1.54310719,0.7380060743,172,-1.402238616,0.457167829,1202.8070422 +41,-1.540719671,0.7380068206,172,-1.402238616,0.457167829,1199.883324 +42,-1.547187189,0.7364799098,172,-1.402238616,0.457167829,1202.4562839 +43,-1.545149996,0.7364853874,172,-1.402238616,0.457167829,1199.899394 +44,-1.543106091,0.7364823484,172,-1.402238616,0.457167829,1197.3346716 +45,-1.540717158,0.7364893901,172,-1.402238616,0.457167829,1194.4148381 +46,-1.538663972,0.7410138672,172,-1.402238616,0.457167829,1208.2718479 +47,-1.53695285,0.7409699132,172,-1.402238616,0.457167829,1206.0915689 +48,-1.534910498,0.7409641297,172,-1.402238616,0.457167829,1203.6870699 +49,-1.533145034,0.7409536636,172,-1.402238616,0.457167829,1201.6141059 +50,-1.538681336,0.7395405883,172,-1.402238616,0.457167829,1202.9626671 +51,-1.536999189,0.7395183096,172,-1.402238616,0.457167829,1200.8836569 +52,-1.534923633,0.7395144222,172,-1.402238616,0.457167829,1198.4333059 +53,-1.533267822,0.7395654306,172,-1.402238616,0.457167829,1196.6990098 +54,-1.53867273,0.7380151077,172,-1.402238616,0.457167829,1197.4384966 +55,-1.536980576,0.7379994392,172,-1.402238616,0.457167829,1195.3599803 +56,-1.534931522,0.7379944961,172,-1.402238616,0.457167829,1192.9229013 +57,-1.533387952,0.7379480264,172,-1.402238616,0.457167829,1190.952759 +58,-1.538682279,0.7364914363,172,-1.402238616,0.457167829,1191.9476393 +59,-1.536980704,0.7364810563,172,-1.402238616,0.457167829,1189.865041 +60,-1.534935567,0.7364752065,172,-1.402238616,0.457167829,1187.4150986 +61,-1.533042592,0.7363876366,172,-1.402238616,0.457167829,1184.8773794 +62,-1.545143426,0.7349628011,172,-1.402238616,0.457167829,1194.4442847 +63,-1.543105297,0.7349691947,172,-1.402238616,0.457167829,1191.9058536 +64,-1.541064533,0.7349647152,172,-1.402238616,0.457167829,1189.3565211 +65,-1.545411803,0.7334624714,172,-1.402238616,0.457167829,1189.4239443 +66,-1.543446606,0.7334780896,172,-1.402238616,0.457167829,1186.9914569 +67,-1.541475327,0.7334957295,172,-1.402238616,0.457167829,1184.588157 +68,-1.545401939,0.731963266,172,-1.402238616,0.457167829,1184.0607781 +69,-1.54342253,0.7319915583,172,-1.402238616,0.457167829,1181.6414199 +70,-1.541455867,0.7320216438,172,-1.402238616,0.457167829,1179.2747164 +71,-1.545410146,0.7304422281,172,-1.402238616,0.457167829,1178.6484091 +72,-1.543435491,0.7304713664,172,-1.402238616,0.457167829,1176.2231631 +73,-1.541463105,0.7304997613,172,-1.402238616,0.457167829,1173.8283865 +74,-1.545414768,0.7289194936,172,-1.402238616,0.457167829,1173.2311752 +75,-1.543435774,0.7289538557,172,-1.402238616,0.457167829,1170.804004 +76,-1.541457714,0.7289765881,172,-1.402238616,0.457167829,1168.3670238 +77,-1.539449415,0.7320555866,172,-1.402238616,0.457167829,1176.9028508 +78,-1.537429183,0.7321097681,172,-1.402238616,0.457167829,1174.618758 +79,-1.535472649,0.7321497267,172,-1.402238616,0.457167829,1172.3925255 +80,-1.539457899,0.7305333307,172,-1.402238616,0.457167829,1171.4417968 +81,-1.537453161,0.7305750503,172,-1.402238616,0.457167829,1169.1168267 +82,-1.535479385,0.7306124949,172,-1.402238616,0.457167829,1166.8459314 +83,-1.53946905,0.7290102593,172,-1.402238616,0.457167829,1165.9866173 +84,-1.537459922,0.7290417293,172,-1.402238616,0.457167829,1163.6043342 +85,-1.535451349,0.7290890157,172,-1.402238616,0.457167829,1161.311897 +86,-1.535522937,0.7279887191,172,-1.402238616,0.457167829,1157.4304142 +87,-1.539442524,0.7274735939,172,-1.402238616,0.457167829,1160.4409173 +88,-1.537424111,0.727521351,172,-1.402238616,0.457167829,1158.0910001 +89,-1.539384641,0.7259505092,172,-1.402238616,0.457167829,1154.9094242 +90,-1.537372391,0.7259947145,172,-1.402238616,0.457167829,1152.5401636 +91,-1.535340789,0.7260435356,172,-1.402238616,0.457167829,1150.1964163 +92,-1.539325716,0.7244369706,172,-1.402238616,0.457167829,1149.4155026 +93,-1.537308932,0.7244801057,172,-1.402238616,0.457167829,1147.0224816 +94,-1.535289068,0.7245247645,172,-1.402238616,0.457167829,1144.6641266 +95,-1.533261366,0.7245550236,172,-1.402238616,0.457167829,1142.2775552 +96,-1.539267302,0.722921924,172,-1.402238616,0.457167829,1143.9215644 +97,-1.537248972,0.7229660258,172,-1.402238616,0.457167829,1141.5156573 +98,-1.535219431,0.7229916471,172,-1.402238616,0.457167829,1139.0625447 +99,-1.53318962,0.7230212049,172,-1.402238616,0.457167829,1136.6567146 +100,-1.531154816,0.7230299897,172,-1.402238616,0.457167829,1134.2034417 +101,-1.528878341,0.7230370244,172,-1.402238616,0.457167829,1131.4886069 +102,-1.539218189,0.7214009878,172,-1.402238616,0.457167829,1138.4233559 +103,-1.537198791,0.7214422745,172,-1.402238616,0.457167829,1135.9912581 +104,-1.535179266,0.7214634354,172,-1.402238616,0.457167829,1133.5200418 +105,-1.533156501,0.7214944644,172,-1.402238616,0.457167829,1131.1135152 +106,-1.53113574,0.7215166021,172,-1.402238616,0.457167829,1128.7109828 +107,-1.528874248,0.7215345535,172,-1.402238616,0.457167829,1126.0374136 +108,-1.539217656,0.7198512397,172,-1.402238616,0.457167829,1132.8902213 +109,-1.537199919,0.7199428763,172,-1.402238616,0.457167829,1130.624452 +110,-1.545425832,0.727397149,172,-1.402238616,0.457167829,1167.8295889 +111,-1.543371177,0.7273916949,172,-1.402238616,0.457167829,1165.1476911 +112,-1.541368852,0.7274523163,172,-1.402238616,0.457167829,1162.8009818 +113,-1.545349067,0.7258710923,172,-1.402238616,0.457167829,1162.3057029 +114,-1.54332671,0.7258603556,172,-1.402238616,0.457167829,1159.6323252 +115,-1.541346831,0.7259242142,172,-1.402238616,0.457167829,1157.3111243 +116,-1.545324355,0.7243383958,172,-1.402238616,0.457167829,1156.8317072 +117,-1.543292796,0.7243617413,172,-1.402238616,0.457167829,1154.2523882 +118,-1.541295822,0.7244024384,172,-1.402238616,0.457167829,1151.8119443 +119,-1.543193859,0.7205570215,172,-1.402238616,0.457167829,1140.6002984 +120,-1.550257047,0.7386738187,172,-1.402238616,0.457167829,1214.2009035 +121,-1.549335448,0.7311736483,172,-1.402238616,0.457167829,1186.3565999 +122,-1.533478843,0.7179891343,172,-1.402238616,0.457167829,1118.9054225 +123,-1.556150555,0.738907041,172,-1.402238616,0.457167829,1222.719505 +124,-1.554324226,0.733414257,172,-1.402238616,0.457167829,1200.9005258 +125,-1.554290846,0.7288285332,172,-1.402238616,0.457167829,1184.7111254 +126,-1.55122487,0.7219795312,172,-1.402238616,0.457167829,1156.4529449 +127,-1.525104458,0.7229399862,172,-1.402238616,0.457167829,1126.6854766 +128,-1.519607711,0.7236181429,172,-1.402238616,0.457167829,1122.9018846 +129,-1.513899999,0.7251107854,172,-1.402238616,0.457167829,1122.1936576 +130,-1.536620762,0.7431061895,172,-1.402238616,0.457167829,1213.457705 +131,-1.5369566,0.7460845958,172,-1.402238616,0.457167829,1224.6725506 +132,-1.545345528,0.7447040685,172,-1.402238616,0.457167829,1229.6300996 +133,-1.532813921,0.7432306626,172,-1.402238616,0.457167829,1209.5404328 +134,-1.554788248,0.7382381001,172,-1.402238616,0.457167829,1218.5536615 +135,-1.540348126,0.7301594274,172,-1.402238616,0.457167829,1171.2093986 +136,-1.538016084,0.7239051786,172,-1.402238616,0.457167829,1145.8510879 +137,-1.525288962,0.7258085137,172,-1.402238616,0.457167829,1137.3598368 +138,-1.534326986,0.731241342,172,-1.402238616,0.457167829,1167.7304576 +139,-1.530733872,0.7303625216,172,-1.402238616,0.457167829,1160.278397 +141,-1.534354939,0.7328219978,172,-1.402238616,0.457167829,1173.4861472 +142,-1.53157084,0.7292888153,172,-1.402238616,0.457167829,1157.3687433 +143,-1.525691035,0.7263799874,172,-1.402238616,0.457167829,1139.9084426 +144,-1.534031287,0.7495967835,172,-1.402238616,0.457167829,1234.1644376 +145,-1.527714986,0.7283095957,172,-1.402238616,0.457167829,1149.284258 +146,-1.526189586,0.7271468292,172,-1.402238616,0.457167829,1143.2808513 +147,-1.555177336,0.7375563366,172,-1.402238616,0.457167829,1216.6582211 +148,-1.555080283,0.7312707794,172,-1.402238616,0.457167829,1194.3707455 +149,-1.53856994,0.7224180299,172,-1.402238616,0.457167829,1141.2289503 +150,-1.530837883,0.729933372,172,-1.402238616,0.457167829,1158.8417695 +151,-1.515066984,0.5854133365,172,-1.402238616,0.457167829,638.58585574 +152,-1.534731633,0.5368370046,172,-1.402238616,0.457167829,558.66785212 +153,-1.515231902,0.5607085576,172,-1.402238616,0.457167829,566.26653762 +154,-2.616253799,1.0684566605,172,-1.402238616,0.457167829,3972.9181846 +155,-1.956071439,0.5792177723,172,-1.402238616,0.457167829,1957.8834424 +156,-1.951208514,0.5602434208,172,-1.402238616,0.457167829,1935.2623191 +157,-1.944675062,0.6062144545,172,-1.402238616,0.457167829,1934.764497 +158,-1.613778386,0.6077989518,172,-1.402238616,0.457167829,935.20707561 +159,-2.035029014,0.6021432345,172,-1.402238616,0.457167829,2225.0527802 +160,-2.114989471,0.6801825058,172,-1.402238616,0.457167829,2512.967368 +161,-2.037382079,0.5765830025,172,-1.402238616,0.457167829,2226.1509283 +162,-2.129855121,0.6585019963,172,-1.402238616,0.457167829,2548.3768309 +163,-2.075141798,0.6493615843,172,-1.402238616,0.457167829,2373.3476064 +164,-1.828626729,0.6948433129,172,-1.402238616,0.457167829,1691.7081389 +165,-1.863329418,0.6735427691,172,-1.402238616,0.457167829,1755.0111968 +166,-1.266037071,0.727988852,172,-1.402238616,0.457167829,1161.034985 +167,-1.277579582,0.7249010648,172,-1.402238616,0.457167829,1135.919974 +168,-1.258418684,0.7241194816,172,-1.402238616,0.457167829,1157.0257988 +169,-1.317813974,0.6804850104,172,-1.402238616,0.457167829,927.94247475 +170,-1.344165204,0.6790988904,172,-1.402238616,0.457167829,900.00539417 +171,-1.427582102,0.5277120351,172,-1.402238616,0.457167829,293.0824621 +172,-1.402238616,0.457167829,172,-1.402238616,0.457167829,37.072899694 +173,-1.422454264,0.4996161999,172,-1.402238616,0.457167829,182.54320388 +174,-1.439089277,0.4894859811,172,-1.402238616,0.457167829,182.38055612 +175,-1.448126995,0.5182330266,172,-1.402238616,0.457167829,290.29869733 +176,-1.474626146,0.5881926574,172,-1.402238616,0.457167829,575.23166112 +177,-1.421139645,0.5584869783,172,-1.402238616,0.457167829,406.61336013 +178,-1.457037165,0.565943032,172,-1.402238616,0.457167829,470.52252994 +179,-2.757159358,0.3745319,172,-1.402238616,0.457167829,4846.2483352 +180,-2.714309238,0.342054471,172,-1.402238616,0.457167829,4744.7993144 +181,-2.000525337,0.774119946,172,-1.402238616,0.457167829,2280.8393756 +183,-1.571413436,0.6777838382,172,-1.402238616,0.457167829,1039.1500437 +184,-1.552860289,0.6987663893,172,-1.402238616,0.457167829,1078.2334589 +185,-1.521852374,0.7165827476,172,-1.402238616,0.457167829,1099.7220025 +186,-1.503656267,0.6928968252,172,-1.402238616,0.457167829,992.09808096 +187,-1.502753178,0.7136205882,172,-1.402238616,0.457167829,1067.9689392 +188,-1.631894563,0.7343596465,172,-1.402238616,0.457167829,1327.7719864 +189,-1.653765416,0.6770714026,172,-1.402238616,0.457167829,1207.249422 +190,-1.719812114,0.6715965947,172,-1.402238616,0.457167829,1355.9894127 +191,-1.493406659,0.6646955447,172,-1.402238616,0.457167829,876.61863086 +192,-1.469120564,0.6613469966,172,-1.402238616,0.457167829,839.11972223 +193,-1.590551461,0.5326612937,172,-1.402238616,0.457167829,720.84311921 +194,-1.625979264,0.5247742243,172,-1.402238616,0.457167829,825.5488164 +195,-1.572293943,0.5238808754,172,-1.402238616,0.457167829,649.9432462 +196,-1.610848725,0.5477107964,172,-1.402238616,0.457167829,807.42603635 +197,-1.208485554,0.7918526018,172,-1.402238616,0.457167829,1461.2793995 +198,-1.335601374,0.6869083083,172,-1.402238616,0.457167829,936.40987007 +199,-1.346156996,0.6825213377,172,-1.402238616,0.457167829,911.82730463 +200,-1.324381037,0.6741422347,172,-1.402238616,0.457167829,897.67303966 +201,-1.242424992,0.7378949807,172,-1.402238616,0.457167829,1227.1242202 +202,-1.270370057,0.7392461008,172,-1.402238616,0.457167829,1196.508222 +203,-1.448950472,0.7441675014,172,-1.402238616,0.457167829,1146.8380227 +204,-1.492662363,0.7523026852,172,-1.402238616,0.457167829,1204.9426549 +205,-1.479098966,0.7763855017,172,-1.402238616,0.457167829,1288.0631578 +206,-1.633760714,0.7869022408,172,-1.402238616,0.457167829,1499.1897009 +207,-1.647406434,0.8101289331,172,-1.402238616,0.457167829,1596.6245279 +208,-1.564245052,0.5701509278,172,-1.402238616,0.457167829,715.42255877 +209,-1.646289963,0.6833746083,172,-1.402238616,0.457167829,1207.3374054 +210,-1.5820631,0.6751952144,172,-1.402238616,0.457167829,1050.583066 +211,-1.613236298,0.6681681791,172,-1.402238616,0.457167829,1092.5378035 +212,-1.914661867,0.8212566515,172,-1.402238616,0.457167829,2152.6197998 +213,-1.742133237,0.7250275956,172,-1.402238616,0.457167829,1534.2627585 +214,-2.033144872,0.6557314699,172,-1.402238616,0.457167829,2246.4567286 +215,-2.039551981,0.6964723658,172,-1.402238616,0.457167829,2297.9663599 +216,-1.247341019,0.7622473908,172,-1.402238616,0.457167829,1307.0035153 +217,-1.298239787,0.7084123392,172,-1.402238616,0.457167829,1052.2388461 +218,-1.308539688,0.6926545592,172,-1.402238616,0.457167829,982.86697063 +219,-1.303263185,0.6888938396,172,-1.402238616,0.457167829,974.61469358 +220,-1.852400229,0.6004246149,172,-1.402238616,0.457167829,1635.1228584 +221,-1.288947707,0.7473773692,172,-1.402238616,0.457167829,1206.5492472 +222,-1.372031502,0.7472790993,172,-1.402238616,0.457167829,1153.2813186 +223,-1.289805721,0.7242157877,172,-1.402238616,0.457167829,1119.7074323 +224,-1.350807603,0.7533498126,172,-1.402238616,0.457167829,1184.8651586 +225,-1.329290365,0.7560442322,172,-1.402238616,0.457167829,1206.9869785 +226,-1.410153004,0.616936428,172,-1.402238616,0.457167829,633.41387105 +227,-1.393445434,0.6308995063,172,-1.402238616,0.457167829,688.79275791 +228,-1.37595573,0.6241540638,172,-1.402238616,0.457167829,667.39879025 +229,-1.358388707,0.6172645205,172,-1.402238616,0.457167829,651.38743485 +230,-1.753741133,0.8281661666,172,-1.402238616,0.457167829,1832.6269729 +231,-1.47430987,0.6834615681,172,-1.402238616,0.457167829,927.69799797 +232,-1.421012508,0.7222725206,172,-1.402238616,0.457167829,1051.871813 +233,-1.4476833,0.6978557868,172,-1.402238616,0.457167829,965.08960363 +234,-1.470370723,0.6966193374,172,-1.402238616,0.457167829,974.778032 +235,-1.429211703,0.7037216883,172,-1.402238616,0.457167829,980.63049469 +236,-1.700578405,0.6178673663,172,-1.402238616,0.457167829,1195.3871112 +237,-1.678117619,0.6331716163,172,-1.402238616,0.457167829,1163.0905403 +238,-1.725644578,0.6316331145,172,-1.402238616,0.457167829,1291.9563631 +239,-2.14012759,0.7930497945,172,-1.402238616,0.457167829,2675.9349591 +240,-2.103289431,0.7653606263,172,-1.402238616,0.457167829,2547.0598384 +241,-1.318739838,0.7017808746,172,-1.402238616,0.457167829,1007.2191465 +242,-1.396417427,0.7077900843,172,-1.402238616,0.457167829,992.89922679 +243,-1.35650337,0.7185539404,172,-1.402238616,0.457167829,1046.1217437 +244,-1.248884539,0.7274156818,172,-1.402238616,0.457167829,1181.5384891 +245,-1.395014798,0.5761185243,172,-1.402238616,0.457167829,471.81856778 +246,-1.433377362,0.6064716109,172,-1.402238616,0.457167829,600.83492383 +247,-1.408172432,0.5903155476,172,-1.402238616,0.457167829,527.7895405 +248,-1.749645898,0.7757118084,172,-1.402238616,0.457167829,1679.7427777 +249,-1.571626686,0.615046989,172,-1.402238616,0.457167829,849.79771541 +250,-1.514070049,0.6303003037,172,-1.402238616,0.457167829,783.07075037 +251,-1.480890369,0.6237966528,172,-1.402238616,0.457167829,711.77833492 +252,-1.704390658,0.5281680612,172,-1.402238616,0.457167829,1090.0757076 +253,-1.64434733,0.5254277498,172,-1.402238616,0.457167829,887.00940726 +254,-1.703855997,0.4792484842,172,-1.402238616,0.457167829,1068.8473579 +255,-1.692002383,0.5748825051,172,-1.402238616,0.457167829,1100.0176092 +256,-1.854136457,0.5544643913,172,-1.402238616,0.457167829,1608.3145326 +257,-1.665021206,0.520317736,172,-1.402238616,0.457167829,951.61379846 +258,-1.733654349,0.4845187345,172,-1.402238616,0.457167829,1173.7279062 +259,-1.720938188,0.5135933906,172,-1.402238616,0.457167829,1137.4279779 +260,-1.742668307,0.553296122,172,-1.402238616,0.457167829,1237.7703235 +261,-1.965659039,0.7142126903,172,-1.402238616,0.457167829,2102.930079 +262,-1.944438071,0.6772834804,172,-1.402238616,0.457167829,1996.9603879 +263,-1.270340967,0.7681487096,172,-1.402238616,0.457167829,1302.4012146 +264,-1.353091884,0.6549276821,172,-1.402238616,0.457167829,800.46536091 +265,-1.333236659,0.6413584414,172,-1.402238616,0.457167829,765.69908281 +266,-1.352015998,0.6753788907,172,-1.402238616,0.457167829,880.34489743 +267,-1.377988483,0.6577816235,172,-1.402238616,0.457167829,798.7705995 +268,-2.13075611,0.8318642051,172,-1.402238616,0.457167829,2695.7276615 +269,-2.097910953,0.8259670014,172,-1.402238616,0.457167829,2605.0163026 +270,-1.416382069,0.6694271549,172,-1.402238616,0.457167829,842.08138803 +271,-1.538905672,0.7535625993,172,-1.402238616,0.457167829,1254.1205066 +272,-1.572309477,0.7803125099,172,-1.402238616,0.457167829,1390.1752236 +273,-1.87759879,0.7503853417,172,-1.402238616,0.457167829,1922.1288134 +274,1.152365588,0.590457682,172,-1.402238616,0.457167829,7743.9303553 +275,0.350198001,0.718001859,172,-1.402238616,0.457167829,5552.0229264 +276,0.046513677,0.491503852,172,-1.402238616,0.457167829,4995.789895 +277,0.027510309,0.742571376,172,-1.402238616,0.457167829,4628.9654719 +278,0.306285725,-0.214631579,172,-1.402238616,0.457167829,7077.7328988 +279,-1.100564889,0.318051531,172,-1.402238616,0.457167829,1234.1816331 +280,-1.078582306,0.301437596,172,-1.402238616,0.457167829,1338.933319 +281,-1.137371989,-0.617634065,172,-1.402238616,0.457167829,4371.3093857 +282,0.784356344,0.703272339,172,-1.402238616,0.457167829,6657.9265876 +283,-1.221209947,0.218327455,172,-1.402238616,0.457167829,1161.718018 +284,2.347301921,-0.449114658,172,-1.402238616,0.457167829,10285.154402 +285,0.246820618,0.830553713,172,-1.402238616,0.457167829,5103.683927 +286,0.829414965,0.703288228,172,-1.402238616,0.457167829,6756.7160683 +287,-1.337537566,0.42332223,172,-1.402238616,0.457167829,267.79155169 +288,0.882453706,0.454478077,172,-1.402238616,0.457167829,7571.3431366 +289,1.575629659,0.416419109,172,-1.402238616,0.457167829,8927.2041965 +290,-1.039455679,0.229888244,172,-1.402238616,0.457167829,1621.0708204 +291,0.489558039,0.934482747,172,-1.402238616,0.457167829,5477.6981221 +292,0.081344504,0.88384514,172,-1.402238616,0.457167829,4631.3397351 +293,-1.547979814,0.300350308,172,-1.402238616,0.457167829,820.10974302 +294,0.040776181,0.168560074,172,-1.402238616,0.457167829,5477.7227486 +295,-1.130374745,0.563894876,172,-1.402238616,0.457167829,1028.8398353 +296,1.578326642,0.478507176,172,-1.402238616,0.457167829,8687.1717937 +297,-1.12861823,-0.291640865,172,-1.402238616,0.457167829,3147.6386078 +298,0.310524208,0.770885792,172,-1.402238616,0.457167829,5357.551302 +299,0.415649091,-0.387246002,172,-1.402238616,0.457167829,7722.7945486 +300,-0.926533878,-0.188022748,172,-1.402238616,0.457167829,3144.3950641 +301,1.258856172,-0.11716081,172,-1.402238616,0.457167829,10185.648092 +302,-1.126050026,0.322941926,172,-1.402238616,0.457167829,1141.5632214 +303,2.002785835,0.07893892,172,-1.402238616,0.457167829,10091.980051 +304,0.440437607,0.746258085,172,-1.402238616,0.457167829,5734.4993582 +305,-0.030391866,0.214441206,172,-1.402238616,0.457167829,5150.4716976 +306,0.521557815,-0.058929362,172,-1.402238616,0.457167829,7577.8401861 +307,-0.097005111,0.13317729,172,-1.402238616,0.457167829,5048.1003974 +308,1.83113859,0.221857587,172,-1.402238616,0.457167829,9731.0750674 +309,0.222428864,0.099404236,172,-1.402238616,0.457167829,6238.843232 +310,-1.702731345,0.8728568183,172,-1.402238616,0.457167829,1884.0149342 +311,-0.418507569,0.278324921,172,-1.402238616,0.457167829,3677.0576714 +312,-1.41153306,0.339029988,172,-1.402238616,0.457167829,469.17075518 +313,0.357560442,0.114788776,172,-1.402238616,0.457167829,6686.0997752 +314,0.325818979,0.268352149,172,-1.402238616,0.457167829,6295.0663968 +315,-1.246004659,-0.663679965,172,-1.402238616,0.457167829,4477.4613227 +316,1.814603087,0.637404484,172,-1.402238616,0.457167829,8099.1578949 +317,1.843704281,-0.18300445,172,-1.402238616,0.457167829,11289.751035 +318,1.690644492,-0.211480909,172,-1.402238616,0.457167829,11453.878648 +319,-1.275451936,0.068109467,172,-1.402238616,0.457167829,1614.4424013 +320,0.762430171,-0.207594741,172,-1.402238616,0.457167829,8683.9355259 +321,0.265668905,-0.014647884,172,-1.402238616,0.457167829,6592.6513005 +322,-2.773032013,-0.335515811,172,-1.402238616,0.457167829,6130.8407217 +323,-1.469512853,0.174058777,172,-1.402238616,0.457167829,1149.401416 +324,0.286276986,0.785925691,172,-1.402238616,0.457167829,5270.8567985 +325,-1.379324697,0.377432233,172,-1.402238616,0.457167829,326.54101201 +326,-1.203778265,0.212813032,172,-1.402238616,0.457167829,1218.2069117 +327,0.579916301,0.611743168,172,-1.402238616,0.457167829,6381.301657 +328,0.267582642,0.868113908,172,-1.402238616,0.457167829,5099.8242099 +329,0.412869244,-0.050245578,172,-1.402238616,0.457167829,7177.6252092 +330,0.17524381,0.976660285,172,-1.402238616,0.457167829,4752.9906715 +331,0.743157214,0.204812899,172,-1.402238616,0.457167829,7799.0072335 +332,-1.070758176,0.269382282,172,-1.402238616,0.457167829,1432.2774123 +333,-1.230364251,0.329790229,172,-1.402238616,0.457167829,805.57923388 +334,-1.374813124,-0.024926835,172,-1.402238616,0.457167829,1912.4569038 +335,0.519780566,0.463669906,172,-1.402238616,0.457167829,6534.0061675 +336,-1.55108034,0.239698561,172,-1.402238616,0.457167829,1023.381022 +337,0.180294813,0.029739425,172,-1.402238616,0.457167829,6211.6318769 +338,0.67820924,0.268170153,172,-1.402238616,0.457167829,7450.2789947 +339,0.445798684,1.024001867,172,-1.402238616,0.457167829,5223.7105278 +340,0.691751283,0.150521402,172,-1.402238616,0.457167829,7753.4029228 +341,-1.036643551,-0.903056181,172,-1.402238616,0.457167829,5536.0248329 +342,-0.120287036,1.083325163,172,-1.402238616,0.457167829,4103.3858398 +343,2.823513113,-0.304487164,172,-1.402238616,0.457167829,8446.9976808 +344,0.457583172,1.12513373,172,-1.402238616,0.457167829,5064.5512188 +345,0.042918831,0.813795399,172,-1.402238616,0.457167829,4600.2127729 +346,1.196146777,-0.853142756,172,-1.402238616,0.457167829,10155.291616 +347,0.206001358,-0.010430701,172,-1.402238616,0.457167829,6373.2429638 +348,-0.268308653,0.234799412,172,-1.402238616,0.457167829,4275.1875096 +349,0.759363263,0.736189579,172,-1.402238616,0.457167829,6515.2889306 +350,0.181363926,0.891988372,172,-1.402238616,0.457167829,4863.1778236 +351,-0.021111158,0.139103292,172,-1.402238616,0.457167829,5307.7841741 +352,-0.093355215,0.630686981,172,-1.402238616,0.457167829,4382.1976268 +353,0.40118964,0.681375926,172,-1.402238616,0.457167829,5756.012925 +354,-0.721197315,1.304706234,172,-1.402238616,0.457167829,3627.3021737 +355,-1.076150317,0.212107639,172,-1.402238616,0.457167829,1555.3025942 +356,-1.577164531,0.273993443,172,-1.402238616,0.457167829,971.25312443 +357,-0.190788414,0.182208586,172,-1.402238616,0.457167829,4633.6924094 +358,-0.261349752,0.209710184,172,-1.402238616,0.457167829,4338.9161096 +359,-1.029303852,0.083549259,172,-1.402238616,0.457167829,2045.8889543 +360,-1.268609162,0.330525297,172,-1.402238616,0.457167829,700.00313487 +361,1.282982244,-0.926641967,172,-1.402238616,0.457167829,10147.88598 +362,0.217352334,0.731352408,172,-1.402238616,0.457167829,5170.9326597 +363,-1.511833084,0.258629297,172,-1.402238616,0.457167829,884.85636616 +364,0.338812194,0.823184618,172,-1.402238616,0.457167829,5341.9954375 +365,-0.324406489,1.134201999,172,-1.402238616,0.457167829,3773.2556939 +366,1.389579348,0.399185724,172,-1.402238616,0.457167829,8796.3250242 +367,2.047152199,-0.039082036,172,-1.402238616,0.457167829,10415.516187 +368,0.947780369,0.568250077,172,-1.402238616,0.457167829,7403.5787147 +369,0.763824846,0.576754987,172,-1.402238616,0.457167829,6943.0511678 +370,-0.142334657,0.928153068,172,-1.402238616,0.457167829,4065.7566569 +371,0.610266567,0.547265983,172,-1.402238616,0.457167829,6610.2230211 +372,0.210731629,0.746815056,172,-1.402238616,0.457167829,5130.4223499 +373,-1.34931644,0.316895224,172,-1.402238616,0.457167829,588.47415844 +374,2.407696481,0.655030745,172,-1.402238616,0.457167829,7385.6703581 +375,0.64207831,0.545359131,172,-1.402238616,0.457167829,6701.84403 +376,1.174597538,0.840588356,172,-1.402238616,0.457167829,6925.6100222 +377,0.660059424,0.010604079,172,-1.402238616,0.457167829,7933.4760452 +378,-0.730263819,0.010486456,172,-1.402238616,0.457167829,3112.5882457 +379,0.831068936,0.512339172,172,-1.402238616,0.457167829,7282.9566691 +380,1.301180979,0.72367476,172,-1.402238616,0.457167829,7498.0196123 +381,1.811128231,0.322854402,172,-1.402238616,0.457167829,9341.8605274 +382,0.435105812,0.992284428,172,-1.402238616,0.457167829,5260.4911453 +383,0.62643634,0.592027932,172,-1.402238616,0.457167829,6550.3476982 +384,0.492988703,-0.516339467,172,-1.402238616,0.457167829,8145.0663069 +385,-0.162469483,0.112549365,172,-1.402238616,0.457167829,4850.4484784 +386,0.314630866,0.472006421,172,-1.402238616,0.457167829,5887.3321797 +387,0.166744804,0.822815954,172,-1.402238616,0.457167829,4912.0969569 +388,0.417159608,0.965805736,172,-1.402238616,0.457167829,5272.1453325 +389,0.106334961,0.868774244,172,-1.402238616,0.457167829,4707.5984878 +390,0.815086969,-0.338144359,172,-1.402238616,0.457167829,9058.0202588 +391,0.59867455,-0.230624824,172,-1.402238616,0.457167829,8138.2701692 +392,1.915104874,0.066220985,172,-1.402238616,0.457167829,10263.886472 +393,1.278093622,0.064463721,172,-1.402238616,0.457167829,9724.3562586 +394,-0.061477853,0.302997961,172,-1.402238616,0.457167829,4902.4683836 +395,0.251311504,0.626976942,172,-1.402238616,0.457167829,5428.750471 +396,2.950242872,0.149095644,172,-1.402238616,0.457167829,7210.3007905 +397,-0.180294708,0.35375117,172,-1.402238616,0.457167829,4414.4865506 +398,1.010448592,-0.351180233,172,-1.402238616,0.457167829,9767.6083571 +399,-1.748740498,0.3686318073,172,-1.402238616,0.457167829,1303.5380133 +400,2.699635665,0.123533791,172,-1.402238616,0.457167829,8097.90989 +401,0.496808033,0.823843254,172,-1.402238616,0.457167829,5716.116191 +402,0.129574704,0.763364087,172,-1.402238616,0.457167829,4887.9904393 +403,1.798920311,0.817447563,172,-1.402238616,0.457167829,7390.5892136 +404,0.335987953,0.746786541,172,-1.402238616,0.457167829,5464.3214721 +405,-1.085413643,0.292154671,172,-1.402238616,0.457167829,1336.0753007 +406,-0.155321003,0.508207011,172,-1.402238616,0.457167829,4309.5191792 +407,0.620529244,-0.301175104,172,-1.402238616,0.457167829,8319.6808013 +408,1.684402744,0.368716966,172,-1.402238616,0.457167829,9165.716963 +409,0.300582244,-0.386397212,172,-1.402238616,0.457167829,7328.550255 +410,2.913555946,-0.009225192,172,-1.402238616,0.457167829,7641.0889456 +411,1.465101417,0.493232532,172,-1.402238616,0.457167829,8537.3079772 +412,0.090612882,0.907955955,172,-1.402238616,0.457167829,4631.0037377 +413,2.987564726,-0.729568594,172,-1.402238616,0.457167829,8324.6695149 +414,-1.484261606,0.224149272,172,-1.402238616,0.457167829,972.15498432 +415,0.164073421,0.303955133,172,-1.402238616,0.457167829,5681.7483774 +416,0.141441293,0.167552546,172,-1.402238616,0.457167829,5834.7078461 +417,2.931321023,-0.506718887,172,-1.402238616,0.457167829,8315.9329784 +418,2.21951565,0.700596356,172,-1.402238616,0.457167829,7528.124593 +419,0.268112576,1.199114336,172,-1.402238616,0.457167829,4682.7437682 +420,0.978913739,0.359223811,172,-1.402238616,0.457167829,8086.1160039 +421,1.210898818,0.522863584,172,-1.402238616,0.457167829,8074.9801514 +422,2.347397336,0.129231362,172,-1.402238616,0.457167829,9148.5892311 +423,0.614394501,0.556878345,172,-1.402238616,0.457167829,6599.4520728 +424,-1.398079356,0.148483366,172,-1.402238616,0.457167829,1222.7992337 +425,2.535303836,-0.112984496,172,-1.402238616,0.457167829,9148.9735941 +426,-1.019372593,-0.405322349,172,-1.402238616,0.457167829,3718.1520346 +427,-1.297785627,-0.160104069,172,-1.402238616,0.457167829,2477.862034 +428,2.144554488,0.205051084,172,-1.402238616,0.457167829,9391.4926115 +429,-2.242387083,-0.426171285,172,-1.402238616,0.457167829,4751.3831263 +430,0.338637212,0.909723676,172,-1.402238616,0.457167829,5199.8897929 +431,-0.148798452,0.691042401,172,-1.402238616,0.457167829,4161.2093665 +432,0.893524764,0.441829531,172,-1.402238616,0.457167829,7634.5901998 +433,0.969229347,-0.368847936,172,-1.402238616,0.457167829,9641.1004422 +434,0.436043248,0.800045688,172,-1.402238616,0.457167829,5619.7743177 +435,1.687946607,1.081504775,172,-1.402238616,0.457167829,6346.9583604 +436,0.522302046,-0.034889271,172,-1.402238616,0.457167829,7537.4453707 +437,-0.178996113,-0.438090009,172,-1.402238616,0.457167829,5866.901891 +438,-1.094339566,0.301444068,172,-1.402238616,0.457167829,1287.9028974 +439,-1.064070054,0.242569932,172,-1.402238616,0.457167829,1515.1301961 +440,-1.068153768,0.230387998,172,-1.402238616,0.457167829,1532.3874777 +441,-3.00496892,-0.23989155,172,-1.402238616,0.457167829,6749.1308897 +442,0.21751974,0.766874888,172,-1.402238616,0.457167829,5119.8113299 +443,0.117229532,0.007619006,172,-1.402238616,0.457167829,6026.1767307 +444,0.777758451,0.420554741,172,-1.402238616,0.457167829,7381.1349435 +445,-0.252356999,0.250747086,172,-1.402238616,0.457167829,4307.6105685 +446,0.363148444,0.768483434,172,-1.402238616,0.457167829,5496.7679804 +447,0.903191366,-0.118210676,172,-1.402238616,0.457167829,9021.2187273 +448,-0.205755923,0.149406178,172,-1.402238616,0.457167829,4634.4436628 +449,1.811996086,0.02364353,172,-1.402238616,0.457167829,10519.191631 +450,-1.100670221,0.314845373,172,-1.402238616,0.457167829,1240.1552044 +451,0.340078597,0.850105132,172,-1.402238616,0.457167829,5300.2802221 +452,0.258757267,0.804969236,172,-1.402238616,0.457167829,5171.281194 +453,2.78505352,-0.155160804,172,-1.402238616,0.457167829,8353.9028522 +454,0.800551619,0.105822106,172,-1.402238616,0.457167829,8207.2708225 +455,0.437940882,-0.506194031,172,-1.402238616,0.457167829,7951.3671496 +456,2.230431122,0.63458615,172,-1.402238616,0.457167829,7746.8048001 +457,0.527965361,0.127667701,172,-1.402238616,0.457167829,7250.7622912 +458,-0.063643205,0.702093448,172,-1.402238616,0.457167829,4405.2855765 +459,1.408447268,0.133010502,172,-1.402238616,0.457167829,9782.1377048 +460,0.523795955,0.280266966,172,-1.402238616,0.457167829,6930.0309347 +461,-0.975769313,0.072177659,172,-1.402238616,0.457167829,2222.732247 +462,0.549774164,-0.463663986,172,-1.402238616,0.457167829,8277.6550612 +463,0.29245874,1.095549818,172,-1.402238616,0.457167829,4840.4057671 +464,0.143625958,0.816809593,172,-1.402238616,0.457167829,4860.0598231 +465,0.671902494,0.611159853,172,-1.402238616,0.457167829,6623.4115984 +466,1.239840988,0.6724199,172,-1.402238616,0.457167829,7601.3794202 +467,0.607829703,-0.10932137,172,-1.402238616,0.457167829,7971.5477265 +468,1.763020906,0.263996692,172,-1.402238616,0.457167829,9585.860849 +469,0.378714634,0.726066797,172,-1.402238616,0.457167829,5613.1536758 +470,2.196736143,-0.153862366,172,-1.402238616,0.457167829,10347.688611 +471,0.01702415,0.148991565,172,-1.402238616,0.457167829,5426.4690406 +472,-2.998490902,-0.158002487,172,-1.402238616,0.457167829,6586.8866891 +473,-3.051262951,-0.346595608,172,-1.402238616,0.457167829,7083.8853535 +474,-1.069176439,0.182802941,172,-1.402238616,0.457167829,1653.6911284 +475,0.167157509,0.595344954,172,-1.402238616,0.457167829,5226.8669957 +476,0.613855648,0.681746124,172,-1.402238616,0.457167829,6308.870168 +477,1.037012736,0.682555367,172,-1.402238616,0.457167829,7235.3116498 +478,-1.253574971,0.379755746,172,-1.402238616,0.457167829,619.02959321 +479,3.108590453,-0.132620738,172,-1.402238616,0.457167829,7167.3748632 +480,0.565301296,0.022333262,172,-1.402238616,0.457167829,7582.5525445 +481,0.547898238,0.855555614,172,-1.402238616,0.457167829,5764.0983193 +482,0.948309381,0.417393755,172,-1.402238616,0.457167829,7842.4270449 +483,-0.050600732,0.945269213,172,-1.402238616,0.457167829,4274.6155036 +484,-0.977651478,-0.572363064,172,-1.402238616,0.457167829,4380.8422109 +485,1.102014914,0.728861163,172,-1.402238616,0.457167829,7198.0271415 +486,2.927300795,-0.282939414,172,-1.402238616,0.457167829,8049.1070499 +487,-1.154565557,0.124434095,172,-1.402238616,0.457167829,1615.4129709 +488,1.855331234,0.291044755,172,-1.402238616,0.457167829,9446.7106015 +489,0.830290659,0.276904518,172,-1.402238616,0.457167829,7893.9838192 +490,0.485104466,-0.234867441,172,-1.402238616,0.457167829,7741.8405931 +491,0.521367572,-0.33161327,172,-1.402238616,0.457167829,8012.7487186 +1,-1.539031704,0.7349710123,173,-1.422454264,0.4996161999,1004.5668062 +2,-1.536990553,0.7349663874,173,-1.422454264,0.4996161999,1002.1278316 +3,-1.534951779,0.7349571355,173,-1.422454264,0.4996161999,999.71168296 +4,-1.532906461,0.7349480293,173,-1.422454264,0.4996161999,997.32559322 +5,-1.531320211,0.7346937278,173,-1.422454264,0.4996161999,994.59649883 +6,-1.539451648,0.7335131775,173,-1.422454264,0.4996161999,999.80087213 +7,-1.537429487,0.7335445708,173,-1.422454264,0.4996161999,997.49164408 +8,-1.535484998,0.7335658704,173,-1.422454264,0.4996161999,995.27381317 +9,-1.533488396,0.7336036027,173,-1.422454264,0.4996161999,993.09009094 +10,-1.531497785,0.7335842962,173,-1.422454264,0.4996161999,990.74153478 +11,-1.530259379,0.7334777758,173,-1.422454264,0.4996161999,988.95248124 +12,-1.5335454,0.7322346912,173,-1.422454264,0.4996161999,988.17027709 +13,-1.531489083,0.7322238773,173,-1.422454264,0.4996161999,985.76257225 +14,-1.530011122,0.7321679851,173,-1.422454264,0.4996161999,983.87971559 +15,-1.53348106,0.7306614094,173,-1.422454264,0.4996161999,982.3707626 +16,-1.531441779,0.7306962275,173,-1.422454264,0.4996161999,980.13342976 +17,-1.529755654,0.7306933243,173,-1.422454264,0.4996161999,978.19707789 +18,-1.533415048,0.7291384674,173,-1.422454264,0.4996161999,976.75723071 +19,-1.531392093,0.7291705353,173,-1.422454264,0.4996161999,974.5134921 +20,-1.529296523,0.7291214933,173,-1.422454264,0.4996161999,971.92911243 +21,-1.535280942,0.727267644,173,-1.422454264,0.4996161999,972.19353824 +22,-1.533378158,0.7276139666,173,-1.422454264,0.4996161999,971.17727131 +23,-1.531340368,0.7276446587,173,-1.422454264,0.4996161999,968.89536764 +24,-1.528960113,0.7276398177,173,-1.422454264,0.4996161999,966.13099372 +25,-1.533313146,0.7260818349,173,-1.422454264,0.4996161999,965.5414266 +26,-1.531259555,0.7260958115,173,-1.422454264,0.4996161999,963.16449604 +27,-1.528926415,0.7260865555,173,-1.422454264,0.4996161999,960.42042485 +28,-1.531226779,0.7245511789,173,-1.422454264,0.4996161999,957.5103611 +29,-1.528904772,0.7245519194,173,-1.422454264,0.4996161999,954.79702677 +30,-1.547195875,0.7409785979,173,-1.422454264,0.4996161999,1036.1411885 +31,-1.5451475,0.740980426,173,-1.422454264,0.4996161999,1033.6374825 +32,-1.543097679,0.7409798872,173,-1.422454264,0.4996161999,1031.1590633 +33,-1.540720364,0.7409892687,173,-1.422454264,0.4996161999,1028.3658311 +34,-1.547188511,0.7395198392,173,-1.422454264,0.4996161999,1030.8972115 +35,-1.545148587,0.7395226109,173,-1.422454264,0.4996161999,1028.3915151 +36,-1.543104538,0.7395314908,173,-1.422454264,0.4996161999,1025.9383329 +37,-1.540727751,0.7395306258,173,-1.422454264,0.4996161999,1023.0905633 +38,-1.547187029,0.7380014886,173,-1.422454264,0.4996161999,1025.4526756 +39,-1.545147315,0.7380012252,173,-1.422454264,0.4996161999,1022.9197598 +40,-1.54310719,0.7380060743,173,-1.422454264,0.4996161999,1020.4403123 +41,-1.540719671,0.7380068206,173,-1.422454264,0.4996161999,1017.5664834 +42,-1.547187189,0.7364799098,173,-1.422454264,0.4996161999,1020.004903 +43,-1.545149996,0.7364853874,173,-1.422454264,0.4996161999,1017.4789426 +44,-1.543106091,0.7364823484,173,-1.422454264,0.4996161999,1014.949848 +45,-1.540717158,0.7364893901,173,-1.422454264,0.4996161999,1012.0778197 +46,-1.538663972,0.7410138672,173,-1.422454264,0.4996161999,1026.048967 +47,-1.53695285,0.7409699132,173,-1.422454264,0.4996161999,1023.9146829 +48,-1.534910498,0.7409641297,173,-1.422454264,0.4996161999,1021.5702327 +49,-1.533145034,0.7409536636,173,-1.422454264,0.4996161999,1019.5529958 +50,-1.538681336,0.7395405883,173,-1.422454264,0.4996161999,1020.7165859 +51,-1.536999189,0.7395183096,173,-1.422454264,0.4996161999,1018.6817197 +52,-1.534923633,0.7395144222,173,-1.422454264,0.4996161999,1016.2907357 +53,-1.533267822,0.7395654306,173,-1.422454264,0.4996161999,1014.6084212 +54,-1.53867273,0.7380151077,173,-1.422454264,0.4996161999,1015.1697473 +55,-1.536980576,0.7379994392,173,-1.422454264,0.4996161999,1013.1343237 +56,-1.534931522,0.7379944961,173,-1.422454264,0.4996161999,1010.7541341 +57,-1.533387952,0.7379480264,173,-1.422454264,0.4996161999,1008.8293825 +58,-1.538682279,0.7364914363,173,-1.422454264,0.4996161999,1009.6565061 +59,-1.536980704,0.7364810563,173,-1.422454264,0.4996161999,1007.6158235 +60,-1.534935567,0.7364752065,173,-1.422454264,0.4996161999,1005.2208918 +61,-1.533042592,0.7363876366,173,-1.422454264,0.4996161999,1002.7371213 +62,-1.545143426,0.7349628011,173,-1.422454264,0.4996161999,1012.0086147 +63,-1.543105297,0.7349691947,173,-1.422454264,0.4996161999,1009.503864 +64,-1.541064533,0.7349647152,173,-1.422454264,0.4996161999,1006.9929166 +65,-1.545411803,0.7334624714,173,-1.422454264,0.4996161999,1006.970228 +66,-1.543446606,0.7334780896,173,-1.422454264,0.4996161999,1004.5677171 +67,-1.541475327,0.7334957295,173,-1.422454264,0.4996161999,1002.19903 +68,-1.545401939,0.731963266,173,-1.422454264,0.4996161999,1001.5941206 +69,-1.54342253,0.7319915583,173,-1.422454264,0.4996161999,999.20314593 +70,-1.541455867,0.7320216438,173,-1.422454264,0.4996161999,996.86925681 +71,-1.545410146,0.7304422281,173,-1.422454264,0.4996161999,996.16932263 +72,-1.543435491,0.7304713664,173,-1.422454264,0.4996161999,993.77033058 +73,-1.541463105,0.7304997613,173,-1.422454264,0.4996161999,991.40641758 +74,-1.545414768,0.7289194936,173,-1.422454264,0.4996161999,990.740681 +75,-1.543435774,0.7289538557,173,-1.422454264,0.4996161999,988.33776281 +76,-1.541457714,0.7289765881,173,-1.422454264,0.4996161999,985.92963513 +77,-1.539449415,0.7320555866,173,-1.422454264,0.4996161999,994.53569614 +78,-1.537429183,0.7321097681,173,-1.422454264,0.4996161999,992.29540288 +79,-1.535472649,0.7321497267,173,-1.422454264,0.4996161999,990.11625547 +80,-1.539457899,0.7305333307,173,-1.422454264,0.4996161999,989.05608594 +81,-1.537453161,0.7305750503,173,-1.422454264,0.4996161999,986.77241486 +82,-1.535479385,0.7306124949,173,-1.422454264,0.4996161999,984.54704093 +83,-1.53946905,0.7290102593,173,-1.422454264,0.4996161999,983.5831553 +84,-1.537459922,0.7290417293,173,-1.422454264,0.4996161999,981.24009881 +85,-1.535451349,0.7290890157,173,-1.422454264,0.4996161999,978.99216436 +86,-1.535522937,0.7279887191,173,-1.422454264,0.4996161999,975.0940273 +87,-1.539442524,0.7274735939,173,-1.422454264,0.4996161999,978.02110094 +88,-1.537424111,0.727521351,173,-1.422454264,0.4996161999,975.70878566 +89,-1.539384641,0.7259505092,173,-1.422454264,0.4996161999,972.47476161 +90,-1.537372391,0.7259947145,173,-1.422454264,0.4996161999,970.14097876 +91,-1.535340789,0.7260435356,173,-1.422454264,0.4996161999,967.83839566 +92,-1.539325716,0.7244369706,173,-1.422454264,0.4996161999,966.96691579 +93,-1.537308932,0.7244801057,173,-1.422454264,0.4996161999,964.60745202 +94,-1.535289068,0.7245247645,173,-1.422454264,0.4996161999,962.28802064 +95,-1.533261366,0.7245550236,173,-1.422454264,0.4996161999,959.94573342 +96,-1.539267302,0.722921924,173,-1.422454264,0.4996161999,961.45986193 +97,-1.537248972,0.7229660258,173,-1.422454264,0.4996161999,959.08550615 +98,-1.535219431,0.7229916471,173,-1.422454264,0.4996161999,956.66928861 +99,-1.53318962,0.7230212049,173,-1.422454264,0.4996161999,954.30583946 +100,-1.531154816,0.7230299897,173,-1.422454264,0.4996161999,951.900285 +101,-1.528878341,0.7230370244,173,-1.422454264,0.4996161999,949.24539017 +102,-1.539218189,0.7214009878,173,-1.422454264,0.4996161999,955.94922688 +103,-1.537198791,0.7214422745,173,-1.422454264,0.4996161999,953.54654601 +104,-1.535179266,0.7214634354,173,-1.422454264,0.4996161999,951.10991446 +105,-1.533156501,0.7214944644,173,-1.422454264,0.4996161999,948.74357801 +106,-1.53113574,0.7215166021,173,-1.422454264,0.4996161999,946.38659847 +107,-1.528874248,0.7215345535,173,-1.422454264,0.4996161999,943.77051885 +108,-1.539217656,0.7198512397,173,-1.422454264,0.4996161999,950.40378078 +109,-1.537199919,0.7199428763,173,-1.422454264,0.4996161999,948.16552042 +110,-1.545425832,0.727397149,173,-1.422454264,0.4996161999,985.32864618 +111,-1.543371177,0.7273916949,173,-1.422454264,0.4996161999,982.66944336 +112,-1.541368852,0.7274523163,173,-1.422454264,0.4996161999,980.35029848 +113,-1.545349067,0.7258710923,173,-1.422454264,0.4996161999,979.7961281 +114,-1.54332671,0.7258603556,173,-1.422454264,0.4996161999,977.14297899 +115,-1.541346831,0.7259242142,173,-1.422454264,0.4996161999,974.84696753 +116,-1.545324355,0.7243383958,173,-1.422454264,0.4996161999,974.31397596 +117,-1.543292796,0.7243617413,173,-1.422454264,0.4996161999,971.75299538 +118,-1.541295822,0.7244024384,173,-1.422454264,0.4996161999,969.33567112 +119,-1.543193859,0.7205570215,173,-1.422454264,0.4996161999,958.07984056 +120,-1.550257047,0.7386738187,173,-1.422454264,0.4996161999,1031.7280866 +121,-1.549335448,0.7311736483,173,-1.422454264,0.4996161999,1003.8429887 +122,-1.533478843,0.7179891343,173,-1.422454264,0.4996161999,936.48751448 +123,-1.556150555,0.738907041,173,-1.422454264,0.4996161999,1040.1946843 +124,-1.554324226,0.733414257,173,-1.422454264,0.4996161999,1018.3657013 +125,-1.554290846,0.7288285332,173,-1.422454264,0.4996161999,1002.1682824 +126,-1.55122487,0.7219795312,173,-1.422454264,0.4996161999,973.91019259 +127,-1.525104458,0.7229399862,173,-1.422454264,0.4996161999,944.55524162 +128,-1.519607711,0.7236181429,173,-1.422454264,0.4996161999,940.98886919 +129,-1.513899999,0.7251107854,173,-1.422454264,0.4996161999,940.57627828 +130,-1.536620762,0.7431061895,173,-1.422454264,0.4996161999,1031.3266658 +131,-1.5369566,0.7460845958,173,-1.422454264,0.4996161999,1042.5837245 +132,-1.545345528,0.7447040685,173,-1.422454264,0.4996161999,1047.3023765 +133,-1.532813921,0.7432306626,173,-1.422454264,0.4996161999,1027.5335049 +134,-1.554788248,0.7382381001,173,-1.422454264,0.4996161999,1036.0347818 +135,-1.540348126,0.7301594274,173,-1.422454264,0.4996161999,988.8029816 +136,-1.538016084,0.7239051786,173,-1.422454264,0.4996161999,963.4179066 +137,-1.525288962,0.7258085137,173,-1.422454264,0.4996161999,955.27717439 +138,-1.534326986,0.731241342,173,-1.422454264,0.4996161999,985.46962711 +139,-1.530733872,0.7303625216,173,-1.422454264,0.4996161999,978.10338808 +141,-1.534354939,0.7328219978,173,-1.422454264,0.4996161999,991.24908042 +142,-1.53157084,0.7292888153,173,-1.422454264,0.4996161999,975.15147173 +143,-1.525691035,0.7263799874,173,-1.422454264,0.4996161999,957.82286678 +144,-1.534031287,0.7495967835,173,-1.422454264,0.4996161999,1052.2399662 +145,-1.527714986,0.7283095957,173,-1.422454264,0.4996161999,967.16710357 +146,-1.526189586,0.7271468292,173,-1.422454264,0.4996161999,961.19281741 +147,-1.555177336,0.7375563366,173,-1.422454264,0.4996161999,1034.1337033 +148,-1.555080283,0.7312707794,173,-1.422454264,0.4996161999,1011.8291484 +149,-1.53856994,0.7224180299,173,-1.422454264,0.4996161999,958.77271097 +150,-1.530837883,0.729933372,173,-1.422454264,0.4996161999,976.65635501 +151,-1.515066984,0.5854133365,173,-1.422454264,0.4996161999,462.65271982 +152,-1.534731633,0.5368370046,173,-1.422454264,0.4996161999,413.42454917 +153,-1.515231902,0.5607085576,173,-1.422454264,0.4996161999,398.73929638 +154,-2.616253799,1.0684566605,173,-1.422454264,0.4996161999,3793.0645593 +155,-1.956071439,0.5792177723,173,-1.422454264,0.4996161999,1834.047775 +156,-1.951208514,0.5602434208,173,-1.422454264,0.4996161999,1817.0188236 +157,-1.944675062,0.6062144545,173,-1.422454264,0.4996161999,1803.0162055 +158,-1.613778386,0.6077989518,173,-1.422454264,0.4996161999,773.24581619 +159,-2.035029014,0.6021432345,173,-1.422454264,0.4996161999,2096.1293374 +160,-2.114989471,0.6801825058,173,-1.422454264,0.4996161999,2368.1984675 +161,-2.037382079,0.5765830025,173,-1.422454264,0.4996161999,2103.7581132 +162,-2.129855121,0.6585019963,173,-1.422454264,0.4996161999,2408.0589023 +163,-2.075141798,0.6493615843,173,-1.422454264,0.4996161999,2234.1106899 +164,-1.828626729,0.6948433129,173,-1.422454264,0.4996161999,1531.8544935 +165,-1.863329418,0.6735427691,173,-1.422454264,0.4996161999,1602.1248694 +166,-1.266037071,0.727988852,173,-1.422454264,0.4996161999,1035.2927716 +167,-1.277579582,0.7249010648,173,-1.422454264,0.4996161999,1007.1646832 +168,-1.258418684,0.7241194816,173,-1.422454264,0.4996161999,1034.6488748 +169,-1.317813974,0.6804850104,173,-1.422454264,0.4996161999,794.40254525 +170,-1.344165204,0.6790988904,173,-1.422454264,0.4996161999,755.94213113 +171,-1.427582102,0.5277120351,173,-1.422454264,0.4996161999,112.68466134 +172,-1.402238616,0.457167829,173,-1.422454264,0.4996161999,182.54320388 +173,-1.422454264,0.4996161999,173,-1.422454264,0.4996161999,39.983228981 +174,-1.439089277,0.4894859811,173,-1.422454264,0.4996161999,70.523620616 +175,-1.448126995,0.5182330266,173,-1.422454264,0.4996161999,115.42575248 +176,-1.474626146,0.5881926574,173,-1.422454264,0.4996161999,392.8375458 +177,-1.421139645,0.5584869783,173,-1.422454264,0.4996161999,233.23045348 +178,-1.457037165,0.565943032,173,-1.422454264,0.4996161999,287.98362954 +179,-2.757159358,0.3745319,173,-1.422454264,0.4996161999,4736.2238083 +180,-2.714309238,0.342054471,173,-1.422454264,0.4996161999,4641.9938925 +181,-2.000525337,0.774119946,173,-1.422454264,0.4996161999,2116.7104483 +183,-1.571413436,0.6777838382,173,-1.422454264,0.4996161999,858.60625265 +184,-1.552860289,0.6987663893,173,-1.422454264,0.4996161999,895.92307891 +185,-1.521852374,0.7165827476,173,-1.422454264,0.4996161999,917.58237579 +186,-1.503656267,0.6928968252,173,-1.422454264,0.4996161999,810.19230278 +187,-1.502753178,0.7136205882,173,-1.422454264,0.4996161999,886.66889381 +188,-1.631894563,0.7343596465,173,-1.422454264,0.4996161999,1147.4073251 +189,-1.653765416,0.6770714026,173,-1.422454264,0.4996161999,1034.6998377 +190,-1.719812114,0.6715965947,173,-1.422454264,0.4996161999,1191.5742432 +191,-1.493406659,0.6646955447,173,-1.422454264,0.4996161999,694.52855668 +192,-1.469120564,0.6613469966,173,-1.422454264,0.4996161999,658.90724484 +193,-1.590551461,0.5326612937,173,-1.422454264,0.4996161999,593.49121368 +194,-1.625979264,0.5247742243,173,-1.422454264,0.4996161999,709.41377908 +195,-1.572293943,0.5238808754,173,-1.422454264,0.4996161999,526.19076419 +196,-1.610848725,0.5477107964,173,-1.422454264,0.4996161999,673.37527397 +197,-1.208485554,0.7918526018,173,-1.422454264,0.4996161999,1337.3845256 +198,-1.335601374,0.6869083083,173,-1.422454264,0.4996161999,794.44541769 +199,-1.346156996,0.6825213377,173,-1.422454264,0.4996161999,766.44010797 +200,-1.324381037,0.6741422347,173,-1.422454264,0.4996161999,762.80953261 +201,-1.242424992,0.7378949807,173,-1.422454264,0.4996161999,1106.293698 +202,-1.270370057,0.7392461008,173,-1.422454264,0.4996161999,1066.9732912 +203,-1.448950472,0.7441675014,173,-1.422454264,0.4996161999,972.36874408 +204,-1.492662363,0.7523026852,173,-1.422454264,0.4996161999,1025.6071964 +205,-1.479098966,0.7763855017,173,-1.422454264,0.4996161999,1110.7502274 +206,-1.633760714,0.7869022408,173,-1.422454264,0.4996161999,1316.9997439 +207,-1.647406434,0.8101289331,173,-1.422454264,0.4996161999,1414.2918307 +208,-1.564245052,0.5701509278,173,-1.422454264,0.4996161999,557.87860554 +209,-1.646289963,0.6833746083,173,-1.422454264,0.4996161999,1033.0353852 +210,-1.5820631,0.6751952144,173,-1.422454264,0.4996161999,871.07031308 +211,-1.613236298,0.6681681791,173,-1.422454264,0.4996161999,916.89980332 +212,-1.914661867,0.8212566515,173,-1.422454264,0.4996161999,1979.3002572 +213,-1.742133237,0.7250275956,173,-1.422454264,0.4996161999,1362.5432706 +214,-2.033144872,0.6557314699,173,-1.422454264,0.4996161999,2104.949878 +215,-2.039551981,0.6964723658,173,-1.422454264,0.4996161999,2148.2662401 +216,-1.247341019,0.7622473908,173,-1.422454264,0.4996161999,1179.361596 +217,-1.298239787,0.7084123392,173,-1.422454264,0.4996161999,920.03793378 +218,-1.308539688,0.6926545592,173,-1.422454264,0.4996161999,850.28692936 +219,-1.303263185,0.6888938396,173,-1.422454264,0.4996161999,844.96888647 +220,-1.852400229,0.6004246149,173,-1.422454264,0.4996161999,1501.5018392 +221,-1.288947707,0.7473773692,173,-1.422454264,0.4996161999,1070.0075189 +222,-1.372031502,0.7472790993,173,-1.422454264,0.4996161999,994.12953171 +223,-1.289805721,0.7242157877,173,-1.422454264,0.4996161999,987.12044161 +224,-1.350807603,0.7533498126,173,-1.422454264,0.4996161999,1030.6390284 +225,-1.329290365,0.7560442322,173,-1.422454264,0.4996161999,1058.0992076 +226,-1.410153004,0.616936428,173,-1.422454264,0.4996161999,466.53490323 +227,-1.393445434,0.6308995063,173,-1.422454264,0.4996161999,528.95992624 +228,-1.37595573,0.6241540638,173,-1.422454264,0.4996161999,517.26471291 +229,-1.358388707,0.6172645205,173,-1.422454264,0.4996161999,513.18278525 +230,-1.753741133,0.8281661666,173,-1.422454264,0.4996161999,1652.4461702 +231,-1.47430987,0.6834615681,173,-1.422454264,0.4996161999,747.77459691 +232,-1.421012508,0.7222725206,173,-1.422454264,0.4996161999,881.95396453 +233,-1.4476833,0.6978557868,173,-1.422454264,0.4996161999,789.52013879 +234,-1.470370723,0.6966193374,173,-1.422454264,0.4996161999,795.81589285 +235,-1.429211703,0.7037216883,173,-1.422454264,0.4996161999,808.76038301 +236,-1.700578405,0.6178673663,173,-1.422454264,0.4996161999,1043.1486726 +237,-1.678117619,0.6331716163,173,-1.422454264,0.4996161999,1003.2660867 +238,-1.725644578,0.6316331145,173,-1.422454264,0.4996161999,1138.3535183 +239,-2.14012759,0.7930497945,173,-1.422454264,0.4996161999,2513.4738039 +240,-2.103289431,0.7653606263,173,-1.422454264,0.4996161999,2387.5514901 +241,-1.318739838,0.7017808746,173,-1.422454264,0.4996161999,868.97234682 +242,-1.396417427,0.7077900843,173,-1.422454264,0.4996161999,828.89791753 +243,-1.35650337,0.7185539404,173,-1.422454264,0.4996161999,893.03117581 +244,-1.248884539,0.7274156818,173,-1.422454264,0.4996161999,1061.3595559 +245,-1.395014798,0.5761185243,173,-1.422454264,0.4996161999,317.0619143 +246,-1.433377362,0.6064716109,173,-1.422454264,0.4996161999,424.84924932 +247,-1.408172432,0.5903155476,173,-1.422454264,0.4996161999,362.49781765 +248,-1.749645898,0.7757118084,173,-1.422454264,0.4996161999,1502.8562425 +249,-1.571626686,0.615046989,173,-1.422454264,0.4996161999,678.06540612 +250,-1.514070049,0.6303003037,173,-1.422454264,0.4996161999,601.31500666 +251,-1.480890369,0.6237966528,173,-1.422454264,0.4996161999,529.34912449 +252,-1.704390658,0.5281680612,173,-1.422454264,0.4996161999,978.22011894 +253,-1.64434733,0.5254277498,173,-1.422454264,0.4996161999,772.36269465 +254,-1.703855997,0.4792484842,173,-1.422454264,0.4996161999,986.32605314 +255,-1.692002383,0.5748825051,173,-1.422454264,0.4996161999,963.37664925 +256,-1.854136457,0.5544643913,173,-1.422454264,0.4996161999,1490.4610024 +257,-1.665021206,0.520317736,173,-1.422454264,0.4996161999,842.03612746 +258,-1.733654349,0.4845187345,173,-1.422454264,0.4996161999,1087.0590214 +259,-1.720938188,0.5135933906,173,-1.422454264,0.4996161999,1034.3520268 +260,-1.742668307,0.553296122,173,-1.422454264,0.4996161999,1115.6143938 +261,-1.965659039,0.7142126903,173,-1.422454264,0.4996161999,1947.1148723 +262,-1.944438071,0.6772834804,173,-1.422454264,0.4996161999,1847.6265839 +263,-1.270340967,0.7681487096,173,-1.422454264,0.4996161999,1167.5450634 +264,-1.353091884,0.6549276821,173,-1.422454264,0.4996161999,656.66675939 +265,-1.333236659,0.6413584414,173,-1.422454264,0.4996161999,635.08298441 +266,-1.352015998,0.6753788907,173,-1.422454264,0.4996161999,733.68007467 +267,-1.377988483,0.6577816235,173,-1.422454264,0.4996161999,643.5300561 +268,-2.13075611,0.8318642051,173,-1.422454264,0.4996161999,2528.2728252 +269,-2.097910953,0.8259670014,173,-1.422454264,0.4996161999,2437.4021746 +270,-1.416382069,0.6694271549,173,-1.422454264,0.4996161999,672.91855577 +271,-1.538905672,0.7535625993,173,-1.422454264,0.4996161999,1072.1065286 +272,-1.572309477,0.7803125099,173,-1.422454264,0.4996161999,1207.7824113 +273,-1.87759879,0.7503853417,173,-1.422454264,0.4996161999,1755.7143167 +274,1.152365588,0.590457682,173,-1.422454264,0.4996161999,7631.5373662 +275,0.350198001,0.718001859,173,-1.422454264,0.4996161999,5494.3720042 +276,0.046513677,0.491503852,173,-1.422454264,0.4996161999,4995.2072165 +277,0.027510309,0.742571376,173,-1.422454264,0.4996161999,4583.6834472 +278,0.306285725,-0.214631579,173,-1.422454264,0.4996161999,7169.4302222 +279,-1.100564889,0.318051531,173,-1.422454264,0.4996161999,1370.4591891 +280,-1.078582306,0.301437596,173,-1.422454264,0.4996161999,1476.1710982 +281,-1.137371989,-0.617634065,173,-1.422454264,0.4996161999,4551.7396589 +282,0.784356344,0.703272339,173,-1.422454264,0.4996161999,6570.3206897 +283,-1.221209947,0.218327455,173,-1.422454264,0.4996161999,1339.0006031 +284,2.347301921,-0.449114658,173,-1.422454264,0.4996161999,10229.628153 +285,0.246820618,0.830553713,173,-1.422454264,0.4996161999,5033.6831089 +286,0.829414965,0.703288228,173,-1.422454264,0.4996161999,6665.2461079 +287,-1.337537566,0.42332223,173,-1.422454264,0.4996161999,426.54685458 +288,0.882453706,0.454478077,173,-1.422454264,0.4996161999,7503.9123113 +289,1.575629659,0.416419109,173,-1.422454264,0.4996161999,8774.3863704 +290,-1.039455679,0.229888244,173,-1.422454264,0.4996161999,1768.9826868 +291,0.489558039,0.934482747,173,-1.422454264,0.4996161999,5380.7045506 +292,0.081344504,0.88384514,173,-1.422454264,0.4996161999,4558.6075027 +293,-1.547979814,0.300350308,173,-1.422454264,0.4996161999,911.92129574 +294,0.040776181,0.168560074,173,-1.422454264,0.4996161999,5532.1060923 +295,-1.130374745,0.563894876,173,-1.422454264,0.4996161999,1027.9394301 +296,1.578326642,0.478507176,173,-1.422454264,0.4996161999,8532.7875876 +297,-1.12861823,-0.291640865,173,-1.422454264,0.4996161999,3330.1304657 +298,0.310524208,0.770885792,173,-1.422454264,0.4996161999,5293.9132873 +299,0.415649091,-0.387246002,173,-1.422454264,0.4996161999,7832.9637893 +300,-0.926533878,-0.188022748,173,-1.422454264,0.4996161999,3319.7651019 +301,1.258856172,-0.11716081,173,-1.422454264,0.4996161999,10150.541302 +302,-1.126050026,0.322941926,173,-1.422454264,0.4996161999,1281.2976024 +303,2.002785835,0.07893892,173,-1.422454264,0.4996161999,9910.085229 +304,0.440437607,0.746258085,173,-1.422454264,0.4996161999,5666.8951778 +305,-0.030391866,0.214441206,173,-1.422454264,0.4996161999,5202.9278131 +306,0.521557815,-0.058929362,173,-1.422454264,0.4996161999,7628.5611523 +307,-0.097005111,0.13317729,173,-1.422454264,0.4996161999,5118.7154476 +308,1.83113859,0.221857587,173,-1.422454264,0.4996161999,9554.0645654 +309,0.222428864,0.099404236,173,-1.422454264,0.4996161999,6289.683033 +310,-1.702731345,0.8728568183,173,-1.422454264,0.4996161999,1701.5810509 +311,-0.418507569,0.278324921,173,-1.422454264,0.4996161999,3747.6078655 +312,-1.41153306,0.339029988,173,-1.422454264,0.4996161999,637.30374186 +313,0.357560442,0.114788776,173,-1.422454264,0.4996161999,6723.2785678 +314,0.325818979,0.268352149,173,-1.422454264,0.4996161999,6310.6319006 +315,-1.246004659,-0.663679965,173,-1.422454264,0.4996161999,4654.0187639 +316,1.814603087,0.637404484,173,-1.422454264,0.4996161999,7926.0999519 +317,1.843704281,-0.18300445,173,-1.422454264,0.4996161999,11107.282931 +318,1.690644492,-0.211480909,173,-1.422454264,0.4996161999,11297.69868 +319,-1.275451936,0.068109467,173,-1.422454264,0.4996161999,1796.5640783 +320,0.762430171,-0.207594741,173,-1.422454264,0.4996161999,8739.5581622 +321,0.265668905,-0.014647884,173,-1.422454264,0.4996161999,6657.5446611 +322,-2.773032013,-0.335515811,173,-1.422454264,0.4996161999,6129.5948002 +323,-1.469512853,0.174058777,173,-1.422454264,0.4996161999,1301.333414 +324,0.286276986,0.785925691,173,-1.422454264,0.4996161999,5206.1224865 +325,-1.379324697,0.377432233,173,-1.422454264,0.4996161999,508.03624115 +326,-1.203778265,0.212813032,173,-1.422454264,0.4996161999,1393.8571272 +327,0.579916301,0.611743168,173,-1.422454264,0.4996161999,6322.7238865 +328,0.267582642,0.868113908,173,-1.422454264,0.4996161999,5022.8553283 +329,0.412869244,-0.050245578,173,-1.422454264,0.4996161999,7236.1613577 +330,0.17524381,0.976660285,173,-1.422454264,0.4996161999,4661.7776382 +331,0.743157214,0.204812899,173,-1.422454264,0.4996161999,7783.6611875 +332,-1.070758176,0.269382282,173,-1.422454264,0.4996161999,1576.6368705 +333,-1.230364251,0.329790229,173,-1.422454264,0.4996161999,967.13330054 +334,-1.374813124,-0.024926835,173,-1.422454264,0.4996161999,2085.5759586 +335,0.519780566,0.463669906,173,-1.422454264,0.4996161999,6502.1554 +336,-1.55108034,0.239698561,173,-1.422454264,0.4996161999,1133.0246478 +337,0.180294813,0.029739425,173,-1.422454264,0.4996161999,6276.5250347 +338,0.67820924,0.268170153,173,-1.422454264,0.4996161999,7432.299741 +339,0.445798684,1.024001867,173,-1.422454264,0.4996161999,5116.4917655 +340,0.691751283,0.150521402,173,-1.422454264,0.4996161999,7752.5671002 +341,-1.036643551,-0.903056181,173,-1.422454264,0.4996161999,5715.9953883 +342,-0.120287036,1.083325163,173,-1.422454264,0.4996161999,3998.0631493 +343,2.823513113,-0.304487164,173,-1.422454264,0.4996161999,8388.9335049 +344,0.457583172,1.12513373,173,-1.422454264,0.4996161999,4943.6468079 +345,0.042918831,0.813795399,173,-1.422454264,0.4996161999,4541.2819999 +346,1.196146777,-0.853142756,173,-1.422454264,0.4996161999,10330.385694 +347,0.206001358,-0.010430701,173,-1.422454264,0.4996161999,6442.1811971 +348,-0.268308653,0.234799412,173,-1.422454264,0.4996161999,4342.2065827 +349,0.759363263,0.736189579,173,-1.422454264,0.4996161999,6425.9054158 +350,0.181363926,0.891988372,173,-1.422454264,0.4996161999,4785.7373588 +351,-0.021111158,0.139103292,173,-1.422454264,0.4996161999,5371.6051111 +352,-0.093355215,0.630686981,173,-1.422454264,0.4996161999,4363.323526 +353,0.40118964,0.681375926,173,-1.422454264,0.4996161999,5700.7078813 +354,-0.721197315,1.304706234,173,-1.422454264,0.4996161999,3478.3284883 +355,-1.076150317,0.212107639,173,-1.422454264,0.4996161999,1712.2758242 +356,-1.577164531,0.273993443,173,-1.422454264,0.4996161999,1057.655438 +357,-0.190788414,0.182208586,173,-1.422454264,0.4996161999,4703.676871 +358,-0.261349752,0.209710184,173,-1.422454264,0.4996161999,4409.7399162 +359,-1.029303852,0.083549259,173,-1.422454264,0.4996161999,2212.9614078 +360,-1.268609162,0.330525297,173,-1.422454264,0.4996161999,870.78973685 +361,1.282982244,-0.926641967,173,-1.422454264,0.4996161999,10329.265214 +362,0.217352334,0.731352408,173,-1.422454264,0.4996161999,5118.7443574 +363,-1.511833084,0.258629297,173,-1.422454264,0.4996161999,1009.2314026 +364,0.338812194,0.823184618,173,-1.422454264,0.4996161999,5268.6877415 +365,-0.324406489,1.134201999,173,-1.422454264,0.4996161999,3657.3728358 +366,1.389579348,0.399185724,173,-1.422454264,0.4996161999,8667.9697362 +367,2.047152199,-0.039082036,173,-1.422454264,0.4996161999,10239.12441 +368,0.947780369,0.568250077,173,-1.422454264,0.4996161999,7315.532118 +369,0.763824846,0.576754987,173,-1.422454264,0.4996161999,6872.6773475 +370,-0.142334657,0.928153068,173,-1.422454264,0.4996161999,3989.2568371 +371,0.610266567,0.547265983,173,-1.422454264,0.4996161999,6558.084962 +372,0.210731629,0.746815056,173,-1.422454264,0.4996161999,5075.9925893 +373,-1.34931644,0.316895224,173,-1.422454264,0.4996161999,770.85034726 +374,2.407696481,0.655030745,173,-1.422454264,0.4996161999,7204.9869133 +375,0.64207831,0.545359131,173,-1.422454264,0.4996161999,6647.0897381 +376,1.174597538,0.840588356,173,-1.422454264,0.4996161999,6793.7825507 +377,0.660059424,0.010604079,173,-1.422454264,0.4996161999,7959.4107118 +378,-0.730263819,0.010486456,173,-1.422454264,0.4996161999,3256.0633017 +379,0.831068936,0.512339172,173,-1.422454264,0.4996161999,7213.9082265 +380,1.301180979,0.72367476,173,-1.422454264,0.4996161999,7362.2649249 +381,1.811128231,0.322854402,173,-1.422454264,0.4996161999,9167.0613038 +382,0.435105812,0.992284428,173,-1.422454264,0.4996161999,5158.0152592 +383,0.62643634,0.592027932,173,-1.422454264,0.4996161999,6490.5507064 +384,0.492988703,-0.516339467,173,-1.422454264,0.4996161999,8270.4669818 +385,-0.162469483,0.112549365,173,-1.422454264,0.4996161999,4929.3789392 +386,0.314630866,0.472006421,173,-1.422454264,0.4996161999,5871.2158207 +387,0.166744804,0.822815954,173,-1.422454264,0.4996161999,4846.8746026 +388,0.417159608,0.965805736,173,-1.422454264,0.4996161999,5174.0957824 +389,0.106334961,0.868774244,173,-1.422454264,0.4996161999,4636.7161445 +390,0.815086969,-0.338144359,173,-1.422454264,0.4996161999,9135.6236429 +391,0.59867455,-0.230624824,173,-1.422454264,0.4996161999,8211.6050217 +392,1.915104874,0.066220985,173,-1.422454264,0.4996161999,10081.602648 +393,1.278093622,0.064463721,173,-1.422454264,0.4996161999,9649.1861541 +394,-0.061477853,0.302997961,173,-1.422454264,0.4996161999,4942.3741661 +395,0.251311504,0.626976942,173,-1.422454264,0.4996161999,5391.9054532 +396,2.950242872,0.149095644,173,-1.422454264,0.4996161999,7092.6492599 +397,-0.180294708,0.35375117,173,-1.422454264,0.4996161999,4453.7158436 +398,1.010448592,-0.351180233,173,-1.422454264,0.4996161999,9833.1955497 +399,-1.748740498,0.3686318073,173,-1.422454264,0.4996161999,1280.0781694 +400,2.699635665,0.123533791,173,-1.422454264,0.4996161999,7964.2268843 +401,0.496808033,0.823843254,173,-1.422454264,0.4996161999,5633.9099253 +402,0.129574704,0.763364087,173,-1.422454264,0.4996161999,4834.6273708 +403,1.798920311,0.817447563,173,-1.422454264,0.4996161999,7219.1450969 +404,0.335987953,0.746786541,173,-1.422454264,0.4996161999,5403.031688 +405,-1.085413643,0.292154671,173,-1.422454264,0.4996161999,1477.1711714 +406,-0.155321003,0.508207011,173,-1.422454264,0.4996161999,4317.7518893 +407,0.620529244,-0.301175104,173,-1.422454264,0.4996161999,8403.725968 +408,1.684402744,0.368716966,173,-1.422454264,0.4996161999,9001.8183675 +409,0.300582244,-0.386397212,173,-1.422454264,0.4996161999,7444.7992044 +410,2.913555946,-0.009225192,173,-1.422454264,0.4996161999,7541.58183 +411,1.465101417,0.493232532,173,-1.422454264,0.4996161999,8394.9261309 +412,0.090612882,0.907955955,173,-1.422454264,0.4996161999,4553.7715439 +413,2.987564726,-0.729568594,173,-1.422454264,0.4996161999,8361.1034772 +414,-1.484261606,0.224149272,173,-1.422454264,0.4996161999,1114.6743905 +415,0.164073421,0.303955133,173,-1.422454264,0.4996161999,5704.6755415 +416,0.141441293,0.167552546,173,-1.422454264,0.4996161999,5881.3743675 +417,2.931321023,-0.506718887,173,-1.422454264,0.4996161999,8304.4579429 +418,2.21951565,0.700596356,173,-1.422454264,0.4996161999,7345.5963095 +419,0.268112576,1.199114336,173,-1.422454264,0.4996161999,4556.0282921 +420,0.978913739,0.359223811,173,-1.422454264,0.4996161999,8018.9723606 +421,1.210898818,0.522863584,173,-1.422454264,0.4996161999,7961.2090784 +422,2.347397336,0.129231362,173,-1.422454264,0.4996161999,8985.7154009 +423,0.614394501,0.556878345,173,-1.422454264,0.4996161999,6545.5945723 +424,-1.398079356,0.148483366,173,-1.422454264,0.4996161999,1393.8037568 +425,2.535303836,-0.112984496,173,-1.422454264,0.4996161999,9032.3249821 +426,-1.019372593,-0.405322349,173,-1.422454264,0.4996161999,3900.5228339 +427,-1.297785627,-0.160104069,173,-1.422454264,0.4996161999,2656.3135879 +428,2.144554488,0.205051084,173,-1.422454264,0.4996161999,9212.1507866 +429,-2.242387083,-0.426171285,173,-1.422454264,0.4996161999,4817.1709663 +430,0.338637212,0.909723676,173,-1.422454264,0.4996161999,5113.3802541 +431,-0.148798452,0.691042401,173,-1.422454264,0.4996161999,4132.4660415 +432,0.893524764,0.441829531,173,-1.422454264,0.4996161999,7567.4791851 +433,0.969229347,-0.368847936,173,-1.422454264,0.4996161999,9714.4453785 +434,0.436043248,0.800045688,173,-1.422454264,0.4996161999,5544.5632811 +435,1.687946607,1.081504775,173,-1.422454264,0.4996161999,6180.2334035 +436,0.522302046,-0.034889271,173,-1.422454264,0.4996161999,7584.1431366 +437,-0.178996113,-0.438090009,173,-1.422454264,0.4996161999,6014.5262074 +438,-1.094339566,0.301444068,173,-1.422454264,0.4996161999,1428.035205 +439,-1.064070054,0.242569932,173,-1.422454264,0.4996161999,1664.3988742 +440,-1.068153768,0.230387998,173,-1.422454264,0.4996161999,1684.7729401 +441,-3.00496892,-0.23989155,173,-1.422454264,0.4996161999,6713.6425922 +442,0.21751974,0.766874888,173,-1.422454264,0.4996161999,5061.6885139 +443,0.117229532,0.007619006,173,-1.422454264,0.4996161999,6099.2939518 +444,0.777758451,0.420554741,173,-1.422454264,0.4996161999,7329.9342674 +445,-0.252356999,0.250747086,173,-1.422454264,0.4996161999,4370.620569 +446,0.363148444,0.768483434,173,-1.422454264,0.4996161999,5430.5388375 +447,0.903191366,-0.118210676,173,-1.422454264,0.4996161999,9044.1568675 +448,-0.205755923,0.149406178,173,-1.422454264,0.4996161999,4710.9319019 +449,1.811996086,0.02364353,173,-1.422454264,0.4996161999,10341.443527 +450,-1.100670221,0.314845373,173,-1.422454264,0.4996161999,1377.4635579 +451,0.340078597,0.850105132,173,-1.422454264,0.4996161999,5222.773319 +452,0.258757267,0.804969236,173,-1.422454264,0.4996161999,5104.8679555 +453,2.78505352,-0.155160804,173,-1.422454264,0.4996161999,8266.3061219 +454,0.800551619,0.105822106,173,-1.422454264,0.4996161999,8201.2765452 +455,0.437940882,-0.506194031,173,-1.422454264,0.4996161999,8077.5044528 +456,2.230431122,0.63458615,173,-1.422454264,0.4996161999,7564.3260846 +457,0.527965361,0.127667701,173,-1.422454264,0.4996161999,7270.439427 +458,-0.063643205,0.702093448,173,-1.422454264,0.4996161999,4371.2575205 +459,1.408447268,0.133010502,173,-1.422454264,0.4996161999,9671.0315201 +460,0.523795955,0.280266966,173,-1.422454264,0.4996161999,6925.896441 +461,-0.975769313,0.072177659,173,-1.422454264,0.4996161999,2385.0307691 +462,0.549774164,-0.463663986,173,-1.422454264,0.4996161999,8392.7623099 +463,0.29245874,1.095549818,173,-1.422454264,0.4996161999,4727.851881 +464,0.143625958,0.816809593,173,-1.422454264,0.4996161999,4796.8161978 +465,0.671902494,0.611159853,173,-1.422454264,0.4996161999,6557.0461139 +466,1.239840988,0.6724199,173,-1.422454264,0.4996161999,7474.150597 +467,0.607829703,-0.10932137,173,-1.422454264,0.4996161999,8023.1383871 +468,1.763020906,0.263996692,173,-1.422454264,0.4996161999,9414.508315 +469,0.378714634,0.726066797,173,-1.422454264,0.4996161999,5552.4873806 +470,2.196736143,-0.153862366,173,-1.422454264,0.4996161999,10199.760711 +471,0.01702415,0.148991565,173,-1.422454264,0.4996161999,5485.7863318 +472,-2.998490902,-0.158002487,173,-1.422454264,0.4996161999,6538.8455554 +473,-3.051262951,-0.346595608,173,-1.422454264,0.4996161999,7062.4513697 +474,-1.069176439,0.182802941,173,-1.422454264,0.4996161999,1814.227217 +475,0.167157509,0.595344954,173,-1.422454264,0.4996161999,5200.6021641 +476,0.613855648,0.681746124,173,-1.422454264,0.4996161999,6237.9400314 +477,1.037012736,0.682555367,173,-1.422454264,0.4996161999,7126.9690806 +478,-1.253574971,0.379755746,173,-1.422454264,0.4996161999,768.70683039 +479,3.108590453,-0.132620738,173,-1.422454264,0.4996161999,7101.6187236 +480,0.565301296,0.022333262,173,-1.422454264,0.4996161999,7615.843767 +481,0.547898238,0.855555614,173,-1.422454264,0.4996161999,5674.5474634 +482,0.948309381,0.417393755,173,-1.422454264,0.4996161999,7771.8274349 +483,-0.050600732,0.945269213,173,-1.422454264,0.4996161999,4193.7650725 +484,-0.977651478,-0.572363064,173,-1.422454264,0.4996161999,4563.3848892 +485,1.102014914,0.728861163,173,-1.422454264,0.4996161999,7079.8368822 +486,2.927300795,-0.282939414,173,-1.422454264,0.4996161999,7994.6262207 +487,-1.154565557,0.124434095,173,-1.422454264,0.4996161999,1792.1908913 +488,1.855331234,0.291044755,173,-1.422454264,0.4996161999,9268.8839263 +489,0.830290659,0.276904518,173,-1.422454264,0.4996161999,7857.1888421 +490,0.485104466,-0.234867441,173,-1.422454264,0.4996161999,7824.1984674 +491,0.521367572,-0.33161327,173,-1.422454264,0.4996161999,8108.292622 +1,-1.539031704,0.7349710123,174,-1.439089277,0.4894859811,1024.2616535 +2,-1.536990553,0.7349663874,174,-1.439089277,0.4894859811,1022.1979653 +3,-1.534951779,0.7349571355,174,-1.439089277,0.4894859811,1020.1574238 +4,-1.532906461,0.7349480293,174,-1.439089277,0.4894859811,1018.1493523 +5,-1.531320211,0.7346937278,174,-1.439089277,0.4894859811,1015.6908923 +6,-1.539451648,0.7335131775,174,-1.439089277,0.4894859811,1019.2707918 +7,-1.537429487,0.7335445708,174,-1.439089277,0.4894859811,1017.3390476 +8,-1.535484998,0.7335658704,174,-1.439089277,0.4894859811,1015.4843688 +9,-1.533488396,0.7336036027,174,-1.439089277,0.4894859811,1013.6761276 +10,-1.531497785,0.7335842962,174,-1.439089277,0.4894859811,1011.6974691 +11,-1.530259379,0.7334777758,174,-1.439089277,0.4894859811,1010.1301818 +12,-1.5335454,0.7322346912,174,-1.439089277,0.4894859811,1008.6120772 +13,-1.531489083,0.7322238773,174,-1.439089277,0.4894859811,1006.5896592 +14,-1.530011122,0.7321679851,174,-1.439089277,0.4894859811,1004.9798829 +15,-1.53348106,0.7306614094,174,-1.439089277,0.4894859811,1002.6694182 +16,-1.531441779,0.7306962275,174,-1.439089277,0.4894859811,1000.8213232 +17,-1.529755654,0.7306933243,174,-1.439089277,0.4894859811,999.20454906 +18,-1.533415048,0.7291384674,174,-1.439089277,0.4894859811,996.91638767 +19,-1.531392093,0.7291705353,174,-1.439089277,0.4894859811,995.06119699 +20,-1.529296523,0.7291214933,174,-1.439089277,0.4894859811,992.87246985 +21,-1.535280942,0.727267644,174,-1.439089277,0.4894859811,991.80621909 +22,-1.533378158,0.7276139666,174,-1.439089277,0.4894859811,991.18955887 +23,-1.531340368,0.7276446587,174,-1.439089277,0.4894859811,989.3015973 +24,-1.528960113,0.7276398177,174,-1.439089277,0.4894859811,986.99480748 +25,-1.533313146,0.7260818349,174,-1.439089277,0.4894859811,985.40973928 +26,-1.531259555,0.7260958115,174,-1.439089277,0.4894859811,983.4308751 +27,-1.528926415,0.7260865555,174,-1.439089277,0.4894859811,981.13805991 +28,-1.531226779,0.7245511789,174,-1.439089277,0.4894859811,977.62627297 +29,-1.528904772,0.7245519194,174,-1.439089277,0.4894859811,975.36619227 +30,-1.547195875,0.7409785979,174,-1.439089277,0.4894859811,1054.9733082 +31,-1.5451475,0.740980426,174,-1.439089277,0.4894859811,1052.8325466 +32,-1.543097679,0.7409798872,174,-1.439089277,0.4894859811,1050.7183219 +33,-1.540720364,0.7409892687,174,-1.439089277,0.4894859811,1048.349947 +34,-1.547188511,0.7395198392,174,-1.439089277,0.4894859811,1049.5807956 +35,-1.545148587,0.7395226109,174,-1.439089277,0.4894859811,1047.4388327 +36,-1.543104538,0.7395314908,174,-1.439089277,0.4894859811,1045.3519776 +37,-1.540727751,0.7395306258,174,-1.439089277,0.4894859811,1042.9305645 +38,-1.547187029,0.7380014886,174,-1.439089277,0.4894859811,1043.9788732 +39,-1.545147315,0.7380012252,174,-1.439089277,0.4894859811,1041.811636 +40,-1.54310719,0.7380060743,174,-1.439089277,0.4894859811,1039.6997414 +41,-1.540719671,0.7380068206,174,-1.439089277,0.4894859811,1037.2571232 +42,-1.547187189,0.7364799098,174,-1.439089277,0.4894859811,1038.3713274 +43,-1.545149996,0.7364853874,174,-1.439089277,0.4894859811,1036.2134988 +44,-1.543106091,0.7364823484,174,-1.439089277,0.4894859811,1034.0541726 +45,-1.540717158,0.7364893901,174,-1.439089277,0.4894859811,1031.6170329 +46,-1.538663972,0.7410138672,174,-1.439089277,0.4894859811,1046.4033967 +47,-1.53695285,0.7409699132,174,-1.439089277,0.4894859811,1044.5719659 +48,-1.534910498,0.7409641297,174,-1.439089277,0.4894859811,1042.5944742 +49,-1.533145034,0.7409536636,174,-1.439089277,0.4894859811,1040.8948031 +50,-1.538681336,0.7395405883,174,-1.439089277,0.4894859811,1040.9259989 +51,-1.536999189,0.7395183096,174,-1.439089277,0.4894859811,1039.1927119 +52,-1.534923633,0.7395144222,174,-1.439089277,0.4894859811,1037.1771704 +53,-1.533267822,0.7395654306,174,-1.439089277,0.4894859811,1035.8001858 +54,-1.53867273,0.7380151077,174,-1.439089277,0.4894859811,1035.2321474 +55,-1.536980576,0.7379994392,174,-1.439089277,0.4894859811,1033.5027408 +56,-1.534931522,0.7379944961,174,-1.439089277,0.4894859811,1031.4955433 +57,-1.533387952,0.7379480264,174,-1.439089277,0.4894859811,1029.848503 +58,-1.538682279,0.7364914363,174,-1.439089277,0.4894859811,1029.5670793 +59,-1.536980704,0.7364810563,174,-1.439089277,0.4894859811,1027.836658 +60,-1.534935567,0.7364752065,174,-1.439089277,0.4894859811,1025.816375 +61,-1.533042592,0.7363876366,174,-1.439089277,0.4894859811,1023.6726304 +62,-1.545143426,0.7349628011,174,-1.439089277,0.4894859811,1030.5850583 +63,-1.543105297,0.7349691947,174,-1.439089277,0.4894859811,1028.4523664 +64,-1.541064533,0.7349647152,174,-1.439089277,0.4894859811,1026.3141362 +65,-1.545411803,0.7334624714,174,-1.439089277,0.4894859811,1025.3388255 +66,-1.543446606,0.7334780896,174,-1.439089277,0.4894859811,1023.2981241 +67,-1.541475327,0.7334957295,174,-1.439089277,0.4894859811,1021.2937772 +68,-1.545401939,0.731963266,174,-1.439089277,0.4894859811,1019.8038346 +69,-1.54342253,0.7319915583,174,-1.439089277,0.4894859811,1017.7809339 +70,-1.541455867,0.7320216438,174,-1.439089277,0.4894859811,1015.8141531 +71,-1.545410146,0.7304422281,174,-1.439089277,0.4894859811,1014.2126431 +72,-1.543435491,0.7304713664,174,-1.439089277,0.4894859811,1012.183295 +73,-1.541463105,0.7304997613,174,-1.439089277,0.4894859811,1010.1897557 +74,-1.545414768,0.7289194936,174,-1.439089277,0.4894859811,1008.6161824 +75,-1.543435774,0.7289538557,174,-1.439089277,0.4894859811,1006.5866679 +76,-1.541457714,0.7289765881,174,-1.439089277,0.4894859811,1004.5517759 +77,-1.539449415,0.7320555866,174,-1.439089277,0.4894859811,1013.8566495 +78,-1.537429183,0.7321097681,174,-1.439089277,0.4894859811,1011.9981858 +79,-1.535472649,0.7321497267,174,-1.439089277,0.4894859811,1010.1885889 +80,-1.539457899,0.7305333307,174,-1.439089277,0.4894859811,1008.2176758 +81,-1.537453161,0.7305750503,174,-1.439089277,0.4894859811,1006.3141852 +82,-1.535479385,0.7306124949,174,-1.439089277,0.4894859811,1004.4638405 +83,-1.53946905,0.7290102593,174,-1.439089277,0.4894859811,1002.5829354 +84,-1.537459922,0.7290417293,174,-1.439089277,0.4894859811,1000.6223495 +85,-1.535451349,0.7290890157,174,-1.439089277,0.4894859811,998.75957899 +86,-1.535522937,0.7279887191,174,-1.439089277,0.4894859811,994.73496221 +87,-1.539442524,0.7274735939,174,-1.439089277,0.4894859811,996.86286957 +88,-1.537424111,0.727521351,174,-1.439089277,0.4894859811,994.939086 +89,-1.539384641,0.7259505092,174,-1.439089277,0.4894859811,991.16410431 +90,-1.537372391,0.7259947145,174,-1.439089277,0.4894859811,989.21992935 +91,-1.535340789,0.7260435356,174,-1.439089277,0.4894859811,987.31236392 +92,-1.539325716,0.7244369706,174,-1.439089277,0.4894859811,985.50328995 +93,-1.537308932,0.7244801057,174,-1.439089277,0.4894859811,983.53682188 +94,-1.535289068,0.7245247645,174,-1.439089277,0.4894859811,981.61239309 +95,-1.533261366,0.7245550236,174,-1.439089277,0.4894859811,979.66633757 +96,-1.539267302,0.722921924,174,-1.439089277,0.4894859811,979.84121327 +97,-1.537248972,0.7229660258,174,-1.439089277,0.4894859811,977.86291585 +98,-1.535219431,0.7229916471,174,-1.439089277,0.4894859811,975.84424798 +99,-1.53318962,0.7230212049,174,-1.439089277,0.4894859811,973.88013137 +100,-1.531154816,0.7230299897,174,-1.439089277,0.4894859811,971.87399924 +101,-1.528878341,0.7230370244,174,-1.439089277,0.4894859811,969.66721014 +102,-1.539218189,0.7214009878,174,-1.439089277,0.4894859811,974.17126166 +103,-1.537198791,0.7214422745,174,-1.439089277,0.4894859811,972.16722563 +104,-1.535179266,0.7214634354,174,-1.439089277,0.4894859811,970.12841534 +105,-1.533156501,0.7214944644,174,-1.439089277,0.4894859811,968.16294144 +106,-1.53113574,0.7215166021,174,-1.439089277,0.4894859811,966.20677579 +107,-1.528874248,0.7215345535,174,-1.439089277,0.4894859811,964.04004943 +108,-1.539217656,0.7198512397,174,-1.439089277,0.4894859811,968.45182244 +109,-1.537199919,0.7199428763,174,-1.439089277,0.4894859811,966.6202035 +110,-1.545425832,0.727397149,174,-1.439089277,0.4894859811,1003.0332298 +111,-1.543371177,0.7273916949,174,-1.439089277,0.4894859811,1000.7597072 +112,-1.541368852,0.7274523163,174,-1.439089277,0.4894859811,998.82502473 +113,-1.545349067,0.7258710923,174,-1.439089277,0.4894859811,997.3439824 +114,-1.54332671,0.7258603556,174,-1.439089277,0.4894859811,995.07233562 +115,-1.541346831,0.7259242142,174,-1.439089277,0.4894859811,993.15944068 +116,-1.545324355,0.7243383958,174,-1.439089277,0.4894859811,991.69264285 +117,-1.543292796,0.7243617413,174,-1.439089277,0.4894859811,989.52123076 +118,-1.541295822,0.7244024384,174,-1.439089277,0.4894859811,987.49023643 +119,-1.543193859,0.7205570215,174,-1.439089277,0.4894859811,975.43310949 +120,-1.550257047,0.7386738187,174,-1.439089277,0.4894859811,1049.77787 +121,-1.549335448,0.7311736483,174,-1.439089277,0.4894859811,1021.2435065 +122,-1.533478843,0.7179891343,174,-1.439089277,0.4894859811,955.46434038 +123,-1.556150555,0.738907041,174,-1.439089277,0.4894859811,1057.2298493 +124,-1.554324226,0.733414257,174,-1.439089277,0.4894859811,1035.1119797 +125,-1.554290846,0.7288285332,174,-1.439089277,0.4894859811,1018.3927682 +126,-1.55122487,0.7219795312,174,-1.439089277,0.4894859811,989.89167435 +127,-1.525104458,0.7229399862,174,-1.439089277,0.4894859811,965.7126807 +128,-1.519607711,0.7236181429,174,-1.439089277,0.4894859811,963.30202939 +129,-1.513899999,0.7251107854,174,-1.439089277,0.4894859811,964.15751992 +130,-1.536620762,0.7431061895,174,-1.439089277,0.4894859811,1052.2433706 +131,-1.5369566,0.7460845958,174,-1.439089277,0.4894859811,1063.7146753 +132,-1.545345528,0.7447040685,174,-1.439089277,0.4894859811,1066.832744 +133,-1.532813921,0.7432306626,174,-1.439089277,0.4894859811,1049.1412036 +134,-1.554788248,0.7382381001,174,-1.439089277,0.4894859811,1053.2359622 +135,-1.540348126,0.7301594274,174,-1.439089277,0.4894859811,1007.758757 +136,-1.538016084,0.7239051786,174,-1.439089277,0.4894859811,982.14873104 +137,-1.525288962,0.7258085137,174,-1.439089277,0.4894859811,976.67629018 +138,-1.534326986,0.731241342,174,-1.439089277,0.4894859811,1005.6664228 +139,-1.530733872,0.7303625216,174,-1.439089277,0.4894859811,998.89309093 +141,-1.534354939,0.7328219978,174,-1.439089277,0.4894859811,1011.5970004 +142,-1.53157084,0.7292888153,174,-1.439089277,0.4894859811,995.67676081 +143,-1.525691035,0.7263799874,174,-1.439089277,0.4894859811,979.1983023 +144,-1.534031287,0.7495967835,174,-1.439089277,0.4894859811,1074.1939998 +145,-1.527714986,0.7283095957,174,-1.439089277,0.4894859811,988.33572904 +146,-1.526189586,0.7271468292,174,-1.439089277,0.4894859811,982.54474799 +147,-1.555177336,0.7375563366,174,-1.439089277,0.4894859811,1051.1911736 +148,-1.555080283,0.7312707794,174,-1.439089277,0.4894859811,1028.1938207 +149,-1.53856994,0.7224180299,174,-1.439089277,0.4894859811,977.23365068 +150,-1.530837883,0.729933372,174,-1.439089277,0.4894859811,997.3844946 +151,-1.515066984,0.5854133365,174,-1.439089277,0.4894859811,459.44936186 +152,-1.534731633,0.5368370046,174,-1.439089277,0.4894859811,379.53498759 +153,-1.515231902,0.5607085576,174,-1.439089277,0.4894859811,384.220847 +154,-2.616253799,1.0684566605,174,-1.439089277,0.4894859811,3795.0602104 +155,-1.956071439,0.5792177723,174,-1.439089277,0.4894859811,1791.5068393 +156,-1.951208514,0.5602434208,174,-1.439089277,0.4894859811,1772.1054359 +157,-1.944675062,0.6062144545,174,-1.439089277,0.4894859811,1764.1028184 +158,-1.613778386,0.6077989518,174,-1.439089277,0.4894859811,753.04440645 +159,-2.035029014,0.6021432345,174,-1.439089277,0.4894859811,2056.0338153 +160,-2.114989471,0.6801825058,174,-1.439089277,0.4894859811,2336.4600839 +161,-2.037382079,0.5765830025,174,-1.439089277,0.4894859811,2060.753513 +162,-2.129855121,0.6585019963,174,-1.439089277,0.4894859811,2373.8207945 +163,-2.075141798,0.6493615843,174,-1.439089277,0.4894859811,2199.2287322 +164,-1.828626729,0.6948433129,174,-1.439089277,0.4894859811,1510.1426727 +165,-1.863329418,0.6735427691,174,-1.439089277,0.4894859811,1575.2647873 +166,-1.266037071,0.727988852,174,-1.439089277,0.4894859811,1097.6054411 +167,-1.277579582,0.7249010648,174,-1.439089277,0.4894859811,1068.7482877 +168,-1.258418684,0.7241194816,174,-1.439089277,0.4894859811,1097.7960441 +169,-1.317813974,0.6804850104,174,-1.439089277,0.4894859811,855.31769629 +170,-1.344165204,0.6790988904,174,-1.439089277,0.4894859811,813.47225638 +171,-1.427582102,0.5277120351,174,-1.439089277,0.4894859811,156.55841409 +172,-1.402238616,0.457167829,174,-1.439089277,0.4894859811,182.38055612 +173,-1.422454264,0.4996161999,174,-1.439089277,0.4894859811,70.523620616 +174,-1.439089277,0.4894859811,174,-1.439089277,0.4894859811,25.681138341 +175,-1.448126995,0.5182330266,174,-1.439089277,0.4894859811,118.10321603 +176,-1.474626146,0.5881926574,174,-1.439089277,0.4894859811,409.1878935 +177,-1.421139645,0.5584869783,174,-1.439089277,0.4894859811,280.15438887 +178,-1.457037165,0.565943032,174,-1.439089277,0.4894859811,309.00589741 +179,-2.757159358,0.3745319,174,-1.439089277,0.4894859811,4689.1053843 +180,-2.714309238,0.342054471,174,-1.439089277,0.4894859811,4592.3409305 +181,-2.000525337,0.774119946,174,-1.439089277,0.4894859811,2098.6851215 +183,-1.571413436,0.6777838382,174,-1.439089277,0.4894859811,863.82401726 +184,-1.552860289,0.6987663893,174,-1.439089277,0.4894859811,908.49492159 +185,-1.521852374,0.7165827476,174,-1.439089277,0.4894859811,938.76589862 +186,-1.503656267,0.6928968252,174,-1.439089277,0.4894859811,832.99908626 +187,-1.502753178,0.7136205882,174,-1.439089277,0.4894859811,911.57333764 +188,-1.631894563,0.7343596465,174,-1.439089277,0.4894859811,1151.6581186 +189,-1.653765416,0.6770714026,174,-1.439089277,0.4894859811,1025.5797822 +190,-1.719812114,0.6715965947,174,-1.439089277,0.4894859811,1173.7110689 +191,-1.493406659,0.6646955447,174,-1.439089277,0.4894859811,716.91175676 +192,-1.469120564,0.6613469966,174,-1.439089277,0.4894859811,687.97739309 +193,-1.590551461,0.5326612937,174,-1.439089277,0.4894859811,550.32891845 +194,-1.625979264,0.5247742243,174,-1.439089277,0.4894859811,661.74524641 +195,-1.572293943,0.5238808754,174,-1.439089277,0.4894859811,480.90938394 +196,-1.610848725,0.5477107964,174,-1.439089277,0.4894859811,633.97766629 +197,-1.208485554,0.7918526018,174,-1.439089277,0.4894859811,1399.590412 +198,-1.335601374,0.6869083083,174,-1.439089277,0.4894859811,852.5791173 +199,-1.346156996,0.6825213377,174,-1.439089277,0.4894859811,823.40213927 +200,-1.324381037,0.6741422347,174,-1.439089277,0.4894859811,823.46071262 +201,-1.242424992,0.7378949807,174,-1.439089277,0.4894859811,1169.6492311 +202,-1.270370057,0.7392461008,174,-1.439089277,0.4894859811,1128.1911105 +203,-1.448950472,0.7441675014,174,-1.439089277,0.4894859811,1009.2897025 +204,-1.492662363,0.7523026852,174,-1.439089277,0.4894859811,1055.0200432 +205,-1.479098966,0.7763855017,174,-1.439089277,0.4894859811,1143.4413884 +206,-1.633760714,0.7869022408,174,-1.439089277,0.4894859811,1327.9428952 +207,-1.647406434,0.8101289331,174,-1.439089277,0.4894859811,1426.1665256 +208,-1.564245052,0.5701509278,174,-1.439089277,0.4894859811,533.68363212 +209,-1.646289963,0.6833746083,174,-1.439089277,0.4894859811,1026.25192 +210,-1.5820631,0.6751952144,174,-1.439089277,0.4894859811,873.6180386 +211,-1.613236298,0.6681681791,174,-1.439089277,0.4894859811,912.17951386 +212,-1.914661867,0.8212566515,174,-1.439089277,0.4894859811,1970.9054368 +213,-1.742133237,0.7250275956,174,-1.439089277,0.4894859811,1352.2880006 +214,-2.033144872,0.6557314699,174,-1.439089277,0.4894859811,2071.2616561 +215,-2.039551981,0.6964723658,174,-1.439089277,0.4894859811,2119.4785998 +216,-1.247341019,0.7622473908,174,-1.439089277,0.4894859811,1240.8581149 +217,-1.298239787,0.7084123392,174,-1.439089277,0.4894859811,980.89503146 +218,-1.308539688,0.6926545592,174,-1.439089277,0.4894859811,911.26957541 +219,-1.303263185,0.6888938396,174,-1.439089277,0.4894859811,906.80324431 +220,-1.852400229,0.6004246149,174,-1.439089277,0.4894859811,1463.2986224 +221,-1.288947707,0.7473773692,174,-1.439089277,0.4894859811,1129.0883468 +222,-1.372031502,0.7472790993,174,-1.439089277,0.4894859811,1043.4857696 +223,-1.289805721,0.7242157877,174,-1.439089277,0.4894859811,1047.6626754 +224,-1.350807603,0.7533498126,174,-1.439089277,0.4894859811,1082.5844992 +225,-1.329290365,0.7560442322,174,-1.439089277,0.4894859811,1112.5003086 +226,-1.410153004,0.616936428,174,-1.439089277,0.4894859811,514.13715344 +227,-1.393445434,0.6308995063,174,-1.439089277,0.4894859811,580.62685845 +228,-1.37595573,0.6241540638,174,-1.439089277,0.4894859811,573.98187362 +229,-1.358388707,0.6172645205,174,-1.439089277,0.4894859811,574.36667879 +230,-1.753741133,0.8281661666,174,-1.439089277,0.4894859811,1655.7964775 +231,-1.47430987,0.6834615681,174,-1.439089277,0.4894859811,777.01016026 +232,-1.421012508,0.7222725206,174,-1.439089277,0.4894859811,923.92330708 +233,-1.4476833,0.6978557868,174,-1.439089277,0.4894859811,825.83083505 +234,-1.470370723,0.6966193374,174,-1.439089277,0.4894859811,826.80962137 +235,-1.429211703,0.7037216883,174,-1.439089277,0.4894859811,849.19901425 +236,-1.700578405,0.6178673663,174,-1.439089277,0.4894859811,1015.5070491 +237,-1.678117619,0.6331716163,174,-1.439089277,0.4894859811,981.34509955 +238,-1.725644578,0.6316331145,174,-1.439089277,0.4894859811,1111.7489174 +239,-2.14012759,0.7930497945,174,-1.439089277,0.4894859811,2494.0416132 +240,-2.103289431,0.7653606263,174,-1.439089277,0.4894859811,2365.7177711 +241,-1.318739838,0.7017808746,174,-1.439089277,0.4894859811,928.10465718 +242,-1.396417427,0.7077900843,174,-1.439089277,0.4894859811,875.79694578 +243,-1.35650337,0.7185539404,174,-1.439089277,0.4894859811,946.02753419 +244,-1.248884539,0.7274156818,174,-1.439089277,0.4894859811,1124.9588894 +245,-1.395014798,0.5761185243,174,-1.439089277,0.4894859811,374.61616928 +246,-1.433377362,0.6064716109,174,-1.439089277,0.4894859811,463.78136583 +247,-1.408172432,0.5903155476,174,-1.439089277,0.4894859811,412.94479225 +248,-1.749645898,0.7757118084,174,-1.439089277,0.4894859811,1499.7199506 +249,-1.571626686,0.615046989,174,-1.439089277,0.4894859811,668.17905236 +250,-1.514070049,0.6303003037,174,-1.439089277,0.4894859811,611.71384349 +251,-1.480890369,0.6237966528,174,-1.439089277,0.4894859811,550.20540459 +252,-1.704390658,0.5281680612,174,-1.439089277,0.4894859811,929.69219223 +253,-1.64434733,0.5254277498,174,-1.439089277,0.4894859811,724.33130974 +254,-1.703855997,0.4792484842,174,-1.439089277,0.4894859811,928.39172116 +255,-1.692002383,0.5748825051,174,-1.439089277,0.4894859811,926.09488816 +256,-1.854136457,0.5544643913,174,-1.439089277,0.4894859811,1445.1081705 +257,-1.665021206,0.520317736,174,-1.439089277,0.4894859811,792.26870553 +258,-1.733654349,0.4845187345,174,-1.439089277,0.4894859811,1030.4870116 +259,-1.720938188,0.5135933906,174,-1.439089277,0.4894859811,982.76255375 +260,-1.742668307,0.553296122,174,-1.439089277,0.4894859811,1071.581657 +261,-1.965659039,0.7142126903,174,-1.439089277,0.4894859811,1922.4293622 +262,-1.944438071,0.6772834804,174,-1.439089277,0.4894859811,1818.5071275 +263,-1.270340967,0.7681487096,174,-1.439089277,0.4894859811,1226.9424904 +264,-1.353091884,0.6549276821,174,-1.439089277,0.4894859811,714.85143649 +265,-1.333236659,0.6413584414,174,-1.439089277,0.4894859811,697.60369636 +266,-1.352015998,0.6753788907,174,-1.439089277,0.4894859811,790.29492583 +267,-1.377988483,0.6577816235,174,-1.439089277,0.4894859811,696.76420339 +268,-2.13075611,0.8318642051,174,-1.439089277,0.4894859811,2513.354485 +269,-2.097910953,0.8259670014,174,-1.439089277,0.4894859811,2422.6392813 +270,-1.416382069,0.6694271549,174,-1.439089277,0.4894859811,716.68502759 +271,-1.538905672,0.7535625993,174,-1.439089277,0.4894859811,1093.5685722 +272,-1.572309477,0.7803125099,174,-1.439089277,0.4894859811,1226.4049149 +273,-1.87759879,0.7503853417,174,-1.439089277,0.4894859811,1739.7737433 +274,1.152365588,0.590457682,174,-1.439089277,0.4894859811,7694.2485982 +275,0.350198001,0.718001859,174,-1.439089277,0.4894859811,5564.3836577 +276,0.046513677,0.491503852,174,-1.439089277,0.4894859811,5064.3217845 +277,0.027510309,0.742571376,174,-1.439089277,0.4894859811,4654.1381917 +278,0.306285725,-0.214631579,174,-1.439089277,0.4894859811,7222.4660801 +279,-1.100564889,0.318051531,174,-1.439089277,0.4894859811,1404.8224021 +280,-1.078582306,0.301437596,174,-1.439089277,0.4894859811,1510.1823737 +281,-1.137371989,-0.617634065,174,-1.439089277,0.4894859811,4527.988614 +282,0.784356344,0.703272339,174,-1.439089277,0.4894859811,6637.5652569 +283,-1.221209947,0.218327455,174,-1.439089277,0.4894859811,1342.7421184 +284,2.347301921,-0.449114658,174,-1.439089277,0.4894859811,10168.919958 +285,0.246820618,0.830553713,174,-1.439089277,0.4894859811,5102.9377411 +286,0.829414965,0.703288228,174,-1.439089277,0.4894859811,6731.9419048 +287,-1.337537566,0.42332223,174,-1.439089277,0.4894859811,446.04204855 +288,0.882453706,0.454478077,174,-1.439089277,0.4894859811,7573.1715724 +289,1.575629659,0.416419109,174,-1.439089277,0.4894859811,8823.0097415 +290,-1.039455679,0.229888244,174,-1.439089277,0.4894859811,1797.5790422 +291,0.489558039,0.934482747,174,-1.439089277,0.4894859811,5446.7351817 +292,0.081344504,0.88384514,174,-1.439089277,0.4894859811,4627.6812006 +293,-1.547979814,0.300350308,174,-1.439089277,0.4894859811,847.94084959 +294,0.040776181,0.168560074,174,-1.439089277,0.4894859811,5593.9163147 +295,-1.130374745,0.563894876,174,-1.439089277,0.4894859811,1095.9121188 +296,1.578326642,0.478507176,174,-1.439089277,0.4894859811,8580.692509 +297,-1.12861823,-0.291640865,174,-1.439089277,0.4894859811,3315.2900613 +298,0.310524208,0.770885792,174,-1.439089277,0.4894859811,5363.6008099 +299,0.415649091,-0.387246002,174,-1.439089277,0.4894859811,7880.0522851 +300,-0.926533878,-0.188022748,174,-1.439089277,0.4894859811,3325.8734746 +301,1.258856172,-0.11716081,174,-1.439089277,0.4894859811,10221.028476 +302,-1.126050026,0.322941926,174,-1.439089277,0.4894859811,1313.8716191 +303,2.002785835,0.07893892,174,-1.439089277,0.4894859811,9917.3407921 +304,0.440437607,0.746258085,174,-1.439089277,0.4894859811,5736.283646 +305,-0.030391866,0.214441206,174,-1.439089277,0.4894859811,5265.0564435 +306,0.521557815,-0.058929362,174,-1.439089277,0.4894859811,7691.386984 +307,-0.097005111,0.13317729,174,-1.439089277,0.4894859811,5176.9762742 +308,1.83113859,0.221857587,174,-1.439089277,0.4894859811,9583.3277942 +309,0.222428864,0.099404236,174,-1.439089277,0.4894859811,6352.2808396 +310,-1.702731345,0.8728568183,174,-1.439089277,0.4894859811,1714.1645344 +311,-0.418507569,0.278324921,174,-1.439089277,0.4894859811,3805.6013068 +312,-1.41153306,0.339029988,174,-1.439089277,0.4894859811,604.24948949 +313,0.357560442,0.114788776,174,-1.439089277,0.4894859811,6788.2523127 +314,0.325818979,0.268352149,174,-1.439089277,0.4894859811,6378.3783912 +315,-1.246004659,-0.663679965,174,-1.439089277,0.4894859811,4623.5035559 +316,1.814603087,0.637404484,174,-1.439089277,0.4894859811,7960.7319617 +317,1.843704281,-0.18300445,174,-1.439089277,0.4894859811,11121.181877 +318,1.690644492,-0.211480909,174,-1.439089277,0.4894859811,11341.795 +319,-1.275451936,0.068109467,174,-1.439089277,0.4894859811,1779.5616602 +320,0.762430171,-0.207594741,174,-1.439089277,0.4894859811,8801.6725344 +321,0.265668905,-0.014647884,174,-1.439089277,0.4894859811,6717.3583776 +322,-2.773032013,-0.335515811,174,-1.439089277,0.4894859811,6060.5185946 +323,-1.469512853,0.174058777,174,-1.439089277,0.4894859811,1254.5330233 +324,0.286276986,0.785925691,174,-1.439089277,0.4894859811,5275.7451668 +325,-1.379324697,0.377432233,174,-1.439089277,0.4894859811,493.02167887 +326,-1.203778265,0.212813032,174,-1.439089277,0.4894859811,1399.8777798 +327,0.579916301,0.611743168,174,-1.439089277,0.4894859811,6392.6453639 +328,0.267582642,0.868113908,174,-1.439089277,0.4894859811,5091.4952433 +329,0.412869244,-0.050245578,174,-1.439089277,0.4894859811,7297.4113536 +330,0.17524381,0.976660285,174,-1.439089277,0.4894859811,4728.7794942 +331,0.743157214,0.204812899,174,-1.439089277,0.4894859811,7853.8093081 +332,-1.070758176,0.269382282,174,-1.439089277,0.4894859811,1607.0921041 +333,-1.230364251,0.329790229,174,-1.439089277,0.4894859811,986.3988654 +334,-1.374813124,-0.024926835,174,-1.439089277,0.4894859811,2052.2089401 +335,0.519780566,0.463669906,174,-1.439089277,0.4894859811,6572.6655155 +336,-1.55108034,0.239698561,174,-1.439089277,0.4894859811,1072.0905048 +337,0.180294813,0.029739425,174,-1.439089277,0.4894859811,6336.2780081 +338,0.67820924,0.268170153,174,-1.439089277,0.4894859811,7502.5319284 +339,0.445798684,1.024001867,174,-1.439089277,0.4894859811,5180.7418281 +340,0.691751283,0.150521402,174,-1.439089277,0.4894859811,7821.9090123 +341,-1.036643551,-0.903056181,174,-1.439089277,0.4894859811,5690.9503109 +342,-0.120287036,1.083325163,174,-1.439089277,0.4894859811,4062.8924737 +343,2.823513113,-0.304487164,174,-1.439089277,0.4894859811,8328.1225235 +344,0.457583172,1.12513373,174,-1.439089277,0.4894859811,5004.8386909 +345,0.042918831,0.813795399,174,-1.439089277,0.4894859811,4611.2822784 +346,1.196146777,-0.853142756,174,-1.439089277,0.4894859811,10336.426712 +347,0.206001358,-0.010430701,174,-1.439089277,0.4894859811,6501.0513729 +348,-0.268308653,0.234799412,174,-1.439089277,0.4894859811,4401.14988 +349,0.759363263,0.736189579,174,-1.439089277,0.4894859811,6492.9276137 +350,0.181363926,0.891988372,174,-1.439089277,0.4894859811,4854.3557603 +351,-0.021111158,0.139103292,174,-1.439089277,0.4894859811,5431.446359 +352,-0.093355215,0.630686981,174,-1.439089277,0.4894859811,4433.4650495 +353,0.40118964,0.681375926,174,-1.439089277,0.4894859811,5770.8185172 +354,-0.721197315,1.304706234,174,-1.439089277,0.4894859811,3530.2999445 +355,-1.076150317,0.212107639,174,-1.439089277,0.4894859811,1735.1961186 +356,-1.577164531,0.273993443,174,-1.439089277,0.4894859811,992.29067809 +357,-0.190788414,0.182208586,174,-1.439089277,0.4894859811,4762.0096041 +358,-0.261349752,0.209710184,174,-1.439089277,0.4894859811,4467.817786 +359,-1.029303852,0.083549259,174,-1.439089277,0.4894859811,2228.1241016 +360,-1.268609162,0.330525297,174,-1.439089277,0.4894859811,882.36787499 +361,1.282982244,-0.926641967,174,-1.439089277,0.4894859811,10322.623077 +362,0.217352334,0.731352408,174,-1.439089277,0.4894859811,5189.0018307 +363,-1.511833084,0.258629297,174,-1.439089277,0.4894859811,952.69954532 +364,0.338812194,0.823184618,174,-1.439089277,0.4894859811,5337.6449918 +365,-0.324406489,1.134201999,174,-1.439089277,0.4894859811,3720.0919994 +366,1.389579348,0.399185724,174,-1.439089277,0.4894859811,8726.2274328 +367,2.047152199,-0.039082036,174,-1.439089277,0.4894859811,10234.31849 +368,0.947780369,0.568250077,174,-1.439089277,0.4894859811,7382.6209996 +369,0.763824846,0.576754987,174,-1.439089277,0.4894859811,6941.7510719 +370,-0.142334657,0.928153068,174,-1.439089277,0.4894859811,4058.0567498 +371,0.610266567,0.547265983,174,-1.439089277,0.4894859811,6628.289918 +372,0.210731629,0.746815056,174,-1.439089277,0.4894859811,5146.167579 +373,-1.34931644,0.316895224,174,-1.439089277,0.4894859811,757.5683363 +374,2.407696481,0.655030745,174,-1.439089277,0.4894859811,7208.6785082 +375,0.64207831,0.545359131,174,-1.439089277,0.4894859811,6717.1823208 +376,1.174597538,0.840588356,174,-1.439089277,0.4894859811,6851.4414089 +377,0.660059424,0.010604079,174,-1.439089277,0.4894859811,8026.131524 +378,-0.730263819,0.010486456,174,-1.439089277,0.4894859811,3287.6087169 +379,0.831068936,0.512339172,174,-1.439089277,0.4894859811,7283.0629395 +380,1.301180979,0.72367476,174,-1.439089277,0.4894859811,7418.4789168 +381,1.811128231,0.322854402,174,-1.439089277,0.4894859811,9199.3361562 +382,0.435105812,0.992284428,174,-1.439089277,0.4894859811,5223.1503695 +383,0.62643634,0.592027932,174,-1.439089277,0.4894859811,6560.39598 +384,0.492988703,-0.516339467,174,-1.439089277,0.4894859811,8311.5610892 +385,-0.162469483,0.112549365,174,-1.439089277,0.4894859811,4985.5582454 +386,0.314630866,0.472006421,174,-1.439089277,0.4894859811,5941.3121957 +387,0.166744804,0.822815954,174,-1.439089277,0.4894859811,4916.4906723 +388,0.417159608,0.965805736,174,-1.439089277,0.4894859811,5239.9865024 +389,0.106334961,0.868774244,174,-1.439089277,0.4894859811,4705.9353366 +390,0.815086969,-0.338144359,174,-1.439089277,0.4894859811,9192.9483743 +391,0.59867455,-0.230624824,174,-1.439089277,0.4894859811,8269.7554224 +392,1.915104874,0.066220985,174,-1.439089277,0.4894859811,10098.042612 +393,1.278093622,0.064463721,174,-1.439089277,0.4894859811,9717.42195 +394,-0.061477853,0.302997961,174,-1.439089277,0.4894859811,5006.6702155 +395,0.251311504,0.626976942,174,-1.439089277,0.4894859811,5462.4289465 +396,2.950242872,0.149095644,174,-1.439089277,0.4894859811,7048.7879756 +397,-0.180294708,0.35375117,174,-1.439089277,0.4894859811,4518.0427651 +398,1.010448592,-0.351180233,174,-1.439089277,0.4894859811,9893.5895705 +399,-1.748740498,0.3686318073,174,-1.439089277,0.4894859811,1212.0087071 +400,2.699635665,0.123533791,174,-1.439089277,0.4894859811,7927.4614757 +401,0.496808033,0.823843254,174,-1.439089277,0.4894859811,5701.9297059 +402,0.129574704,0.763364087,174,-1.439089277,0.4894859811,4904.8539069 +403,1.798920311,0.817447563,174,-1.439089277,0.4894859811,7255.5837673 +404,0.335987953,0.746786541,174,-1.439089277,0.4894859811,5472.8543734 +405,-1.085413643,0.292154671,174,-1.439089277,0.4894859811,1509.2613439 +406,-0.155321003,0.508207011,174,-1.439089277,0.4894859811,4386.0374201 +407,0.620529244,-0.301175104,174,-1.439089277,0.4894859811,8459.1743944 +408,1.684402744,0.368716966,174,-1.439089277,0.4894859811,9043.8007214 +409,0.300582244,-0.386397212,174,-1.439089277,0.4894859811,7489.5303765 +410,2.913555946,-0.009225192,174,-1.439089277,0.4894859811,7491.3398236 +411,1.465101417,0.493232532,174,-1.439089277,0.4894859811,8448.3780889 +412,0.090612882,0.907955955,174,-1.439089277,0.4894859811,4622.4356024 +413,2.987564726,-0.729568594,174,-1.439089277,0.4894859811,8290.5827579 +414,-1.484261606,0.224149272,174,-1.439089277,0.4894859811,1064.176893 +415,0.164073421,0.303955133,174,-1.439089277,0.4894859811,5771.502147 +416,0.141441293,0.167552546,174,-1.439089277,0.4894859811,5944.6666376 +417,2.931321023,-0.506718887,174,-1.439089277,0.4894859811,8236.5179442 +418,2.21951565,0.700596356,174,-1.439089277,0.4894859811,7360.073482 +419,0.268112576,1.199114336,174,-1.439089277,0.4894859811,4615.7293476 +420,0.978913739,0.359223811,174,-1.439089277,0.4894859811,8088.2069248 +421,1.210898818,0.522863584,174,-1.439089277,0.4894859811,8023.5356399 +422,2.347397336,0.129231362,174,-1.439089277,0.4894859811,8966.8966459 +423,0.614394501,0.556878345,174,-1.439089277,0.4894859811,6615.7307106 +424,-1.398079356,0.148483366,174,-1.439089277,0.4894859811,1359.3768619 +425,2.535303836,-0.112984496,174,-1.439089277,0.4894859811,8988.4525646 +426,-1.019372593,-0.405322349,174,-1.439089277,0.4894859811,3890.1253459 +427,-1.297785627,-0.160104069,174,-1.439089277,0.4894859811,2629.3681942 +428,2.144554488,0.205051084,174,-1.439089277,0.4894859811,9212.4910807 +429,-2.242387083,-0.426171285,174,-1.439089277,0.4894859811,4747.7966185 +430,0.338637212,0.909723676,174,-1.439089277,0.4894859811,5180.9444002 +431,-0.148798452,0.691042401,174,-1.439089277,0.4894859811,4202.8964635 +432,0.893524764,0.441829531,174,-1.439089277,0.4894859811,7636.7578908 +433,0.969229347,-0.368847936,174,-1.439089277,0.4894859811,9773.0147082 +434,0.436043248,0.800045688,174,-1.439089277,0.4894859811,5613.3212458 +435,1.687946607,1.081504775,174,-1.439089277,0.4894859811,6220.9800365 +436,0.522302046,-0.034889271,174,-1.439089277,0.4894859811,7647.6819702 +437,-0.178996113,-0.438090009,174,-1.439089277,0.4894859811,6044.0381728 +438,-1.094339566,0.301444068,174,-1.439089277,0.4894859811,1460.5692468 +439,-1.064070054,0.242569932,174,-1.439089277,0.4894859811,1692.1516645 +440,-1.068153768,0.230387998,174,-1.439089277,0.4894859811,1710.6583149 +441,-3.00496892,-0.23989155,174,-1.439089277,0.4894859811,6648.5426125 +442,0.21751974,0.766874888,174,-1.439089277,0.4894859811,5131.6994845 +443,0.117229532,0.007619006,174,-1.439089277,0.4894859811,6157.1238219 +444,0.777758451,0.420554741,174,-1.439089277,0.4894859811,7400.1439278 +445,-0.252356999,0.250747086,174,-1.439089277,0.4894859811,4430.4565673 +446,0.363148444,0.768483434,174,-1.439089277,0.4894859811,5500.0439811 +447,0.903191366,-0.118210676,174,-1.439089277,0.4894859811,9111.4203156 +448,-0.205755923,0.149406178,174,-1.439089277,0.4894859811,4767.6908523 +449,1.811996086,0.02364353,174,-1.439089277,0.4894859811,10369.108583 +450,-1.100670221,0.314845373,174,-1.439089277,0.4894859811,1411.3395064 +451,0.340078597,0.850105132,174,-1.439089277,0.4894859811,5291.3396667 +452,0.258757267,0.804969236,174,-1.439089277,0.4894859811,5174.3839779 +453,2.78505352,-0.155160804,174,-1.439089277,0.4894859811,8212.6186746 +454,0.800551619,0.105822106,174,-1.439089277,0.4894859811,8270.9879011 +455,0.437940882,-0.506194031,174,-1.439089277,0.4894859811,8118.2415058 +456,2.230431122,0.63458615,174,-1.439089277,0.4894859811,7576.0591556 +457,0.527965361,0.127667701,174,-1.439089277,0.4894859811,7337.8305341 +458,-0.063643205,0.702093448,174,-1.439089277,0.4894859811,4441.7665311 +459,1.408447268,0.133010502,174,-1.439089277,0.4894859811,9733.4286942 +460,0.523795955,0.280266966,174,-1.439089277,0.4894859811,6995.4023837 +461,-0.975769313,0.072177659,174,-1.439089277,0.4894859811,2404.2164558 +462,0.549774164,-0.463663986,174,-1.439089277,0.4894859811,8438.1083807 +463,0.29245874,1.095549818,174,-1.439089277,0.4894859811,4791.0679988 +464,0.143625958,0.816809593,174,-1.439089277,0.4894859811,4866.5616325 +465,0.671902494,0.611159853,174,-1.439089277,0.4894859811,6626.4608907 +466,1.239840988,0.6724199,174,-1.439089277,0.4894859811,7533.0715806 +467,0.607829703,-0.10932137,174,-1.439089277,0.4894859811,8085.872199 +468,1.763020906,0.263996692,174,-1.439089277,0.4894859811,9450.2849196 +469,0.378714634,0.726066797,174,-1.439089277,0.4894859811,5622.3368739 +470,2.196736143,-0.153862366,174,-1.439089277,0.4894859811,10170.97813 +471,0.01702415,0.148991565,174,-1.439089277,0.4894859811,5546.6006561 +472,-2.998490902,-0.158002487,174,-1.439089277,0.4894859811,6475.7940846 +473,-3.051262951,-0.346595608,174,-1.439089277,0.4894859811,6995.478775 +474,-1.069176439,0.182802941,174,-1.439089277,0.4894859811,1834.6531409 +475,0.167157509,0.595344954,174,-1.439089277,0.4894859811,5271.0069841 +476,0.613855648,0.681746124,174,-1.439089277,0.4894859811,6307.0198242 +477,1.037012736,0.682555367,174,-1.439089277,0.4894859811,7190.648249 +478,-1.253574971,0.379755746,174,-1.439089277,0.4894859811,795.09847322 +479,3.108590453,-0.132620738,174,-1.439089277,0.4894859811,7042.208084 +480,0.565301296,0.022333262,174,-1.439089277,0.4894859811,7681.5188751 +481,0.547898238,0.855555614,174,-1.439089277,0.4894859811,5741.6417025 +482,0.948309381,0.417393755,174,-1.439089277,0.4894859811,7840.7988785 +483,-0.050600732,0.945269213,174,-1.439089277,0.4894859811,4262.1036882 +484,-0.977651478,-0.572363064,174,-1.439089277,0.4894859811,4550.0429031 +485,1.102014914,0.728861163,174,-1.439089277,0.4894859811,7141.2936464 +486,2.927300795,-0.282939414,174,-1.439089277,0.4894859811,7933.0188276 +487,-1.154565557,0.124434095,174,-1.439089277,0.4894859811,1796.5225993 +488,1.855331234,0.291044755,174,-1.439089277,0.4894859811,9297.0803255 +489,0.830290659,0.276904518,174,-1.439089277,0.4894859811,7927.7029972 +490,0.485104466,-0.234867441,174,-1.439089277,0.4894859811,7879.9806966 +491,0.521367572,-0.33161327,174,-1.439089277,0.4894859811,8160.3417504 +1,-1.539031704,0.7349710123,175,-1.448126995,0.5182330266,906.20758791 +2,-1.536990553,0.7349663874,175,-1.448126995,0.5182330266,904.12583657 +3,-1.534951779,0.7349571355,175,-1.448126995,0.5182330266,902.07132169 +4,-1.532906461,0.7349480293,175,-1.448126995,0.5182330266,900.05335488 +5,-1.531320211,0.7346937278,175,-1.448126995,0.5182330266,897.59035986 +6,-1.539451648,0.7335131775,175,-1.448126995,0.5182330266,901.22871352 +7,-1.537429487,0.7335445708,175,-1.448126995,0.5182330266,899.27650411 +8,-1.535484998,0.7335658704,175,-1.448126995,0.5182330266,897.40603611 +9,-1.533488396,0.7336036027,175,-1.448126995,0.5182330266,895.58551708 +10,-1.531497785,0.7335842962,175,-1.448126995,0.5182330266,893.59878879 +11,-1.530259379,0.7334777758,175,-1.448126995,0.5182330266,892.02858741 +12,-1.5335454,0.7322346912,175,-1.448126995,0.5182330266,890.52529591 +13,-1.531489083,0.7322238773,175,-1.448126995,0.5182330266,888.49307257 +14,-1.530011122,0.7321679851,175,-1.448126995,0.5182330266,886.87898677 +15,-1.53348106,0.7306614094,175,-1.448126995,0.5182330266,884.58686221 +16,-1.531441779,0.7306962275,175,-1.448126995,0.5182330266,882.72742704 +17,-1.529755654,0.7306933243,175,-1.448126995,0.5182330266,881.10466196 +18,-1.533415048,0.7291384674,175,-1.448126995,0.5182330266,878.83841176 +19,-1.531392093,0.7291705353,175,-1.448126995,0.5182330266,876.97047169 +20,-1.529296523,0.7291214933,175,-1.448126995,0.5182330266,874.773301 +21,-1.535280942,0.727267644,175,-1.448126995,0.5182330266,873.7526785 +22,-1.533378158,0.7276139666,175,-1.448126995,0.5182330266,873.11692578 +23,-1.531340368,0.7276446587,175,-1.448126995,0.5182330266,871.21454105 +24,-1.528960113,0.7276398177,175,-1.448126995,0.5182330266,868.89670417 +25,-1.533313146,0.7260818349,175,-1.448126995,0.5182330266,867.34281699 +26,-1.531259555,0.7260958115,175,-1.448126995,0.5182330266,865.34789012 +27,-1.528926415,0.7260865555,175,-1.448126995,0.5182330266,863.04248065 +28,-1.531226779,0.7245511789,175,-1.448126995,0.5182330266,859.54821868 +29,-1.528904772,0.7245519194,175,-1.448126995,0.5182330266,857.2736998 +30,-1.547195875,0.7409785979,175,-1.448126995,0.5182330266,936.98034146 +31,-1.5451475,0.740980426,175,-1.448126995,0.5182330266,934.81249076 +32,-1.543097679,0.7409798872,175,-1.448126995,0.5182330266,932.6748845 +33,-1.540720364,0.7409892687,175,-1.448126995,0.5182330266,930.28407269 +34,-1.547188511,0.7395198392,175,-1.448126995,0.5182330266,931.59896375 +35,-1.545148587,0.7395226109,175,-1.448126995,0.5182330266,929.42843055 +36,-1.543104538,0.7395314908,175,-1.448126995,0.5182330266,927.31664098 +37,-1.540727751,0.7395306258,175,-1.448126995,0.5182330266,924.87107054 +38,-1.547187029,0.7380014886,175,-1.448126995,0.5182330266,926.00943297 +39,-1.545147315,0.7380012252,175,-1.448126995,0.5182330266,923.81196023 +40,-1.54310719,0.7380060743,175,-1.448126995,0.5182330266,921.67354091 +41,-1.540719671,0.7380068206,175,-1.448126995,0.5182330266,919.20475949 +42,-1.547187189,0.7364799098,175,-1.448126995,0.5182330266,920.41508591 +43,-1.545149996,0.7364853874,175,-1.448126995,0.5182330266,918.22528194 +44,-1.543106091,0.7364823484,175,-1.448126995,0.5182330266,916.03773918 +45,-1.540717158,0.7364893901,175,-1.448126995,0.5182330266,913.57245347 +46,-1.538663972,0.7410138672,175,-1.448126995,0.5182330266,928.32223585 +47,-1.53695285,0.7409699132,175,-1.448126995,0.5182330266,926.48125126 +48,-1.534910498,0.7409641297,175,-1.448126995,0.5182330266,924.49579156 +49,-1.533145034,0.7409536636,175,-1.448126995,0.5182330266,922.79241521 +50,-1.538681336,0.7395405883,175,-1.448126995,0.5182330266,922.84983351 +51,-1.536999189,0.7395183096,175,-1.448126995,0.5182330266,921.10586849 +52,-1.534923633,0.7395144222,175,-1.448126995,0.5182330266,919.08075393 +53,-1.533267822,0.7395654306,175,-1.448126995,0.5182330266,917.69903708 +54,-1.53867273,0.7380151077,175,-1.448126995,0.5182330266,917.16154774 +55,-1.536980576,0.7379994392,175,-1.448126995,0.5182330266,915.42013468 +56,-1.534931522,0.7379944961,175,-1.448126995,0.5182330266,913.40200393 +57,-1.533387952,0.7379480264,175,-1.448126995,0.5182330266,911.74946401 +58,-1.538682279,0.7364914363,175,-1.448126995,0.5182330266,911.50278893 +59,-1.536980704,0.7364810563,175,-1.448126995,0.5182330266,909.75896426 +60,-1.534935567,0.7364752065,175,-1.448126995,0.5182330266,907.72623998 +61,-1.533042592,0.7363876366,175,-1.448126995,0.5182330266,905.57474754 +62,-1.545143426,0.7349628011,175,-1.448126995,0.5182330266,912.60895277 +63,-1.543105297,0.7349691947,175,-1.448126995,0.5182330266,910.44633341 +64,-1.541064533,0.7349647152,175,-1.448126995,0.5182330266,908.28210378 +65,-1.545411803,0.7334624714,175,-1.448126995,0.5182330266,907.37995196 +66,-1.543446606,0.7334780896,175,-1.448126995,0.5182330266,905.30807434 +67,-1.541475327,0.7334957295,175,-1.448126995,0.5182330266,903.27612698 +68,-1.545401939,0.731963266,175,-1.448126995,0.5182330266,901.8585601 +69,-1.54342253,0.7319915583,175,-1.448126995,0.5182330266,899.80244254 +70,-1.541455867,0.7320216438,175,-1.448126995,0.5182330266,897.80639694 +71,-1.545410146,0.7304422281,175,-1.448126995,0.5182330266,896.2822964 +72,-1.543435491,0.7304713664,175,-1.448126995,0.5182330266,894.21797358 +73,-1.541463105,0.7304997613,175,-1.448126995,0.5182330266,892.19330988 +74,-1.545414768,0.7289194936,175,-1.448126995,0.5182330266,890.70157006 +75,-1.543435774,0.7289538557,175,-1.448126995,0.5182330266,888.63509457 +76,-1.541457714,0.7289765881,175,-1.448126995,0.5182330266,886.56723038 +77,-1.539449415,0.7320555866,175,-1.448126995,0.5182330266,895.8229339 +78,-1.537429183,0.7321097681,175,-1.448126995,0.5182330266,893.94229852 +79,-1.535472649,0.7321497267,175,-1.448126995,0.5182330266,892.11525917 +80,-1.539457899,0.7305333307,175,-1.448126995,0.5182330266,890.19351316 +81,-1.537453161,0.7305750503,175,-1.448126995,0.5182330266,888.26632648 +82,-1.535479385,0.7306124949,175,-1.448126995,0.5182330266,886.39670522 +83,-1.53946905,0.7290102593,175,-1.448126995,0.5182330266,884.56910588 +84,-1.537459922,0.7290417293,175,-1.448126995,0.5182330266,882.58304805 +85,-1.535451349,0.7290890157,175,-1.448126995,0.5182330266,880.69891227 +86,-1.535522937,0.7279887191,175,-1.448126995,0.5182330266,876.68028011 +87,-1.539442524,0.7274735939,175,-1.448126995,0.5182330266,878.85969609 +88,-1.537424111,0.727521351,175,-1.448126995,0.5182330266,876.90846076 +89,-1.539384641,0.7259505092,175,-1.448126995,0.5182330266,873.17173586 +90,-1.537372391,0.7259947145,175,-1.448126995,0.5182330266,871.19847624 +91,-1.535340789,0.7260435356,175,-1.448126995,0.5182330266,869.26590021 +92,-1.539325716,0.7244369706,175,-1.448126995,0.5182330266,867.52232155 +93,-1.537308932,0.7244801057,175,-1.448126995,0.5182330266,865.52495462 +94,-1.535289068,0.7245247645,175,-1.448126995,0.5182330266,863.57396167 +95,-1.533261366,0.7245550236,175,-1.448126995,0.5182330266,861.6057961 +96,-1.539267302,0.722921924,175,-1.448126995,0.5182330266,861.87237012 +97,-1.537248972,0.7229660258,175,-1.448126995,0.5182330266,859.8613377 +98,-1.535219431,0.7229916471,175,-1.448126995,0.5182330266,857.81434882 +99,-1.53318962,0.7230212049,175,-1.448126995,0.5182330266,855.82639942 +100,-1.531154816,0.7230299897,175,-1.448126995,0.5182330266,853.80106549 +101,-1.528878341,0.7230370244,175,-1.448126995,0.5182330266,851.57829541 +102,-1.539218189,0.7214009878,175,-1.448126995,0.5182330266,856.21549539 +103,-1.537198791,0.7214422745,175,-1.448126995,0.5182330266,854.17685229 +104,-1.535179266,0.7214634354,175,-1.448126995,0.5182330266,852.10805852 +105,-1.533156501,0.7214944644,175,-1.448126995,0.5182330266,850.11701639 +106,-1.53113574,0.7215166021,175,-1.448126995,0.5182330266,848.13995592 +107,-1.528874248,0.7215345535,175,-1.448126995,0.5182330266,845.95538874 +108,-1.539217656,0.7198512397,175,-1.448126995,0.5182330266,850.51112187 +109,-1.537199919,0.7199428763,175,-1.448126995,0.5182330266,848.64241987 +110,-1.545425832,0.727397149,175,-1.448126995,0.5182330266,885.13535934 +111,-1.543371177,0.7273916949,175,-1.448126995,0.5182330266,882.82194956 +112,-1.541368852,0.7274523163,175,-1.448126995,0.5182330266,880.85179406 +113,-1.545349067,0.7258710923,175,-1.448126995,0.5182330266,879.4619393 +114,-1.54332671,0.7258603556,175,-1.448126995,0.5182330266,877.14924156 +115,-1.541346831,0.7259242142,175,-1.448126995,0.5182330266,875.1993735 +116,-1.545324355,0.7243383958,175,-1.448126995,0.5182330266,873.82845231 +117,-1.543292796,0.7243617413,175,-1.448126995,0.5182330266,871.61346312 +118,-1.541295822,0.7244024384,175,-1.448126995,0.5182330266,869.54354466 +119,-1.543193859,0.7205570215,175,-1.448126995,0.5182330266,857.56768273 +120,-1.550257047,0.7386738187,175,-1.448126995,0.5182330266,931.85412356 +121,-1.549335448,0.7311736483,175,-1.448126995,0.5182330266,903.38406026 +122,-1.533478843,0.7179891343,175,-1.448126995,0.5182330266,837.44442036 +123,-1.556150555,0.738907041,175,-1.448126995,0.5182330266,939.4240137 +124,-1.554324226,0.733414257,175,-1.448126995,0.5182330266,917.33867017 +125,-1.554290846,0.7288285332,175,-1.448126995,0.5182330266,900.68900334 +126,-1.55122487,0.7219795312,175,-1.448126995,0.5182330266,872.21587452 +127,-1.525104458,0.7229399862,175,-1.448126995,0.5182330266,847.61035765 +128,-1.519607711,0.7236181429,175,-1.448126995,0.5182330266,845.211028 +129,-1.513899999,0.7251107854,175,-1.448126995,0.5182330266,846.12416487 +130,-1.536620762,0.7431061895,175,-1.448126995,0.5182330266,934.14698928 +131,-1.5369566,0.7460845958,175,-1.448126995,0.5182330266,945.61504178 +132,-1.545345528,0.7447040685,175,-1.448126995,0.5182330266,948.79292915 +133,-1.532813921,0.7432306626,175,-1.448126995,0.5182330266,931.03798868 +134,-1.554788248,0.7382381001,175,-1.448126995,0.5182330266,935.40818749 +135,-1.540348126,0.7301594274,175,-1.448126995,0.5182330266,889.74892147 +136,-1.538016084,0.7239051786,175,-1.448126995,0.5182330266,864.15149481 +137,-1.525288962,0.7258085137,175,-1.448126995,0.5182330266,858.57309044 +138,-1.534326986,0.731241342,175,-1.448126995,0.5182330266,887.58777926 +139,-1.530733872,0.7303625216,175,-1.448126995,0.5182330266,880.7968936 +141,-1.534354939,0.7328219978,175,-1.448126995,0.5182330266,893.51345577 +142,-1.53157084,0.7292888153,175,-1.448126995,0.5182330266,877.58668349 +143,-1.525691035,0.7263799874,175,-1.448126995,0.5182330266,861.09514462 +144,-1.534031287,0.7495967835,175,-1.448126995,0.5182330266,956.0921056 +145,-1.527714986,0.7283095957,175,-1.448126995,0.5182330266,870.23375337 +146,-1.526189586,0.7271468292,175,-1.448126995,0.5182330266,864.44166322 +147,-1.555177336,0.7375563366,175,-1.448126995,0.5182330266,933.38099676 +148,-1.555080283,0.7312707794,175,-1.448126995,0.5182330266,910.47226886 +149,-1.53856994,0.7224180299,175,-1.448126995,0.5182330266,859.25743526 +150,-1.530837883,0.729933372,175,-1.448126995,0.5182330266,879.28951411 +151,-1.515066984,0.5854133365,175,-1.448126995,0.5182330266,348.92149865 +152,-1.534731633,0.5368370046,175,-1.448126995,0.5182330266,305.39647339 +153,-1.515231902,0.5607085576,175,-1.448126995,0.5182330266,283.36118286 +154,-2.616253799,1.0684566605,175,-1.448126995,0.5182330266,3682.6372682 +155,-1.956071439,0.5792177723,175,-1.448126995,0.5182330266,1727.8793433 +156,-1.951208514,0.5602434208,175,-1.448126995,0.5182330266,1712.9398713 +157,-1.944675062,0.6062144545,175,-1.448126995,0.5182330266,1694.1820108 +158,-1.613778386,0.6077989518,175,-1.448126995,0.5182330266,658.09447696 +159,-2.035029014,0.6021432345,175,-1.448126995,0.5182330266,1987.936064 +160,-2.114989471,0.6801825058,175,-1.448126995,0.5182330266,2255.3775507 +161,-2.037382079,0.5765830025,175,-1.448126995,0.5182330266,1997.7887666 +162,-2.129855121,0.6585019963,175,-1.448126995,0.5182330266,2296.3136358 +163,-2.075141798,0.6493615843,175,-1.448126995,0.5182330266,2122.7308642 +164,-1.828626729,0.6948433129,175,-1.448126995,0.5182330266,1416.6797477 +165,-1.863329418,0.6735427691,175,-1.448126995,0.5182330266,1487.9069075 +166,-1.266037071,0.727988852,175,-1.448126995,0.5182330266,1014.7990277 +167,-1.277579582,0.7249010648,175,-1.448126995,0.5182330266,984.25313518 +168,-1.258418684,0.7241194816,175,-1.448126995,0.5182330266,1017.2162884 +169,-1.317813974,0.6804850104,175,-1.448126995,0.5182330266,770.48315275 +170,-1.344165204,0.6790988904,175,-1.448126995,0.5182330266,721.87194431 +171,-1.427582102,0.5277120351,175,-1.448126995,0.5182330266,79.87505468 +172,-1.402238616,0.457167829,175,-1.448126995,0.5182330266,290.29869733 +173,-1.422454264,0.4996161999,175,-1.448126995,0.5182330266,115.42575248 +174,-1.439089277,0.4894859811,175,-1.448126995,0.5182330266,118.10321603 +175,-1.448126995,0.5182330266,175,-1.448126995,0.5182330266,99.139983395 +176,-1.474626146,0.5881926574,175,-1.448126995,0.5182330266,291.13334874 +177,-1.421139645,0.5584869783,175,-1.448126995,0.5182330266,183.96579947 +178,-1.457037165,0.565943032,175,-1.448126995,0.5182330266,191.38149645 +179,-2.757159358,0.3745319,175,-1.448126995,0.5182330266,4633.1408137 +180,-2.714309238,0.342054471,175,-1.448126995,0.5182330266,4541.6314376 +181,-2.000525337,0.774119946,175,-1.448126995,0.5182330266,2001.2851581 +183,-1.571413436,0.6777838382,175,-1.448126995,0.5182330266,749.26085391 +184,-1.552860289,0.6987663893,175,-1.448126995,0.5182330266,791.46134931 +185,-1.521852374,0.7165827476,175,-1.448126995,0.5182330266,820.66301852 +186,-1.503656267,0.6928968252,175,-1.448126995,0.5182330266,714.94365368 +187,-1.502753178,0.7136205882,175,-1.448126995,0.5182330266,793.66775323 +188,-1.631894563,0.7343596465,175,-1.448126995,0.5182330266,1037.712424 +189,-1.653765416,0.6770714026,175,-1.448126995,0.5182330266,920.02181319 +190,-1.719812114,0.6715965947,175,-1.448126995,0.5182330266,1076.1604053 +191,-1.493406659,0.6646955447,175,-1.448126995,0.5182330266,598.8592494 +192,-1.469120564,0.6613469966,175,-1.448126995,0.5182330266,571.05448583 +193,-1.590551461,0.5326612937,175,-1.448126995,0.5182330266,491.26335801 +194,-1.625979264,0.5247742243,175,-1.448126995,0.5182330266,611.17503447 +195,-1.572293943,0.5238808754,175,-1.448126995,0.5182330266,427.0740974 +196,-1.610848725,0.5477107964,175,-1.448126995,0.5182330266,567.0944101 +197,-1.208485554,0.7918526018,175,-1.448126995,0.5182330266,1315.4555516 +198,-1.335601374,0.6869083083,175,-1.448126995,0.5182330266,761.8494368 +199,-1.346156996,0.6825213377,175,-1.448126995,0.5182330266,730.6888028 +200,-1.324381037,0.6741422347,175,-1.448126995,0.5182330266,738.25718365 +201,-1.242424992,0.7378949807,175,-1.448126995,0.5182330266,1089.3377112 +202,-1.270370057,0.7392461008,175,-1.448126995,0.5182330266,1042.5623622 +203,-1.448950472,0.7441675014,175,-1.448126995,0.5182330266,894.93028571 +204,-1.492662363,0.7523026852,175,-1.448126995,0.5182330266,937.8294795 +205,-1.479098966,0.7763855017,175,-1.448126995,0.5182330266,1027.1436037 +206,-1.633760714,0.7869022408,175,-1.448126995,0.5182330266,1211.5216384 +207,-1.647406434,0.8101289331,175,-1.448126995,0.5182330266,1309.5059359 +208,-1.564245052,0.5701509278,175,-1.448126995,0.5182330266,443.8642082 +209,-1.646289963,0.6833746083,175,-1.448126995,0.5182330266,918.88928644 +210,-1.5820631,0.6751952144,175,-1.448126995,0.5182330266,760.32216991 +211,-1.613236298,0.6681681791,175,-1.448126995,0.5182330266,803.27358487 +212,-1.914661867,0.8212566515,175,-1.448126995,0.5182330266,1864.9799308 +213,-1.742133237,0.7250275956,175,-1.448126995,0.5182330266,1247.7416491 +214,-2.033144872,0.6557314699,175,-1.448126995,0.5182330266,1993.0353558 +215,-2.039551981,0.6964723658,175,-1.448126995,0.5182330266,2034.4627119 +216,-1.247341019,0.7622473908,175,-1.448126995,0.5182330266,1155.46811 +217,-1.298239787,0.7084123392,175,-1.448126995,0.5182330266,895.1256042 +218,-1.308539688,0.6926545592,175,-1.448126995,0.5182330266,826.20630728 +219,-1.303263185,0.6888938396,175,-1.448126995,0.5182330266,823.83357951 +220,-1.852400229,0.6004246149,175,-1.448126995,0.5182330266,1392.4295842 +221,-1.288947707,0.7473773692,175,-1.448126995,0.5182330266,1038.8215999 +222,-1.372031502,0.7472790993,175,-1.448126995,0.5182330266,938.88056241 +223,-1.289805721,0.7242157877,175,-1.448126995,0.5182330266,960.83827908 +224,-1.350807603,0.7533498126,175,-1.448126995,0.5182330266,980.97721763 +225,-1.329290365,0.7560442322,175,-1.448126995,0.5182330266,1014.206161 +226,-1.410153004,0.616936428,175,-1.448126995,0.5182330266,410.98579407 +227,-1.393445434,0.6308995063,175,-1.448126995,0.5182330266,481.80268514 +228,-1.37595573,0.6241540638,175,-1.448126995,0.5182330266,483.45836051 +229,-1.358388707,0.6172645205,175,-1.448126995,0.5182330266,493.46021272 +230,-1.753741133,0.8281661666,175,-1.448126995,0.5182330266,1542.449497 +231,-1.47430987,0.6834615681,175,-1.448126995,0.5182330266,660.00693884 +232,-1.421012508,0.7222725206,175,-1.448126995,0.5182330266,812.87052006 +233,-1.4476833,0.6978557868,175,-1.448126995,0.5182330266,711.48720547 +234,-1.470370723,0.6966193374,175,-1.448126995,0.5182330266,710.25824328 +235,-1.429211703,0.7037216883,175,-1.448126995,0.5182330266,737.26094955 +236,-1.700578405,0.6178673663,175,-1.448126995,0.5182330266,929.43860271 +237,-1.678117619,0.6331716163,175,-1.448126995,0.5182330266,888.24265676 +238,-1.725644578,0.6316331145,175,-1.448126995,0.5182330266,1024.2638746 +239,-2.14012759,0.7930497945,175,-1.448126995,0.5182330266,2398.073376 +240,-2.103289431,0.7653606263,175,-1.448126995,0.5182330266,2272.3203082 +241,-1.318739838,0.7017808746,175,-1.448126995,0.5182330266,838.886585 +242,-1.396417427,0.7077900843,175,-1.448126995,0.5182330266,769.16067136 +243,-1.35650337,0.7185539404,175,-1.448126995,0.5182330266,846.33520847 +244,-1.248884539,0.7274156818,175,-1.448126995,0.5182330266,1045.5338087 +245,-1.395014798,0.5761185243,175,-1.448126995,0.5182330266,291.25349338 +246,-1.433377362,0.6064716109,175,-1.448126995,0.5182330266,352.98559591 +247,-1.408172432,0.5903155476,175,-1.448126995,0.5182330266,315.61279752 +248,-1.749645898,0.7757118084,175,-1.448126995,0.5182330266,1389.9980676 +249,-1.571626686,0.615046989,175,-1.448126995,0.5182330266,563.06645715 +250,-1.514070049,0.6303003037,175,-1.448126995,0.5182330266,494.99519498 +251,-1.480890369,0.6237966528,175,-1.448126995,0.5182330266,432.12929111 +252,-1.704390658,0.5281680612,175,-1.448126995,0.5182330266,879.54017159 +253,-1.64434733,0.5254277498,175,-1.448126995,0.5182330266,674.1164354 +254,-1.703855997,0.4792484842,175,-1.448126995,0.5182330266,902.20066639 +255,-1.692002383,0.5748825051,175,-1.448126995,0.5182330266,854.46486419 +256,-1.854136457,0.5544643913,175,-1.448126995,0.5182330266,1387.1586602 +257,-1.665021206,0.520317736,175,-1.448126995,0.5182330266,745.55237553 +258,-1.733654349,0.4845187345,175,-1.448126995,0.5182330266,999.86160666 +259,-1.720938188,0.5135933906,175,-1.448126995,0.5182330266,939.42120712 +260,-1.742668307,0.553296122,175,-1.448126995,0.5182330266,1011.7227504 +261,-1.965659039,0.7142126903,175,-1.448126995,0.5182330266,1832.3356263 +262,-1.944438071,0.6772834804,175,-1.448126995,0.5182330266,1733.9985925 +263,-1.270340967,0.7681487096,175,-1.448126995,0.5182330266,1136.9734655 +264,-1.353091884,0.6549276821,175,-1.448126995,0.5182330266,625.35928 +265,-1.333236659,0.6413584414,175,-1.448126995,0.5182330266,618.3229914 +266,-1.352015998,0.6753788907,175,-1.448126995,0.5182330266,697.20302467 +267,-1.377988483,0.6577816235,175,-1.448126995,0.5182330266,598.96548043 +268,-2.13075611,0.8318642051,175,-1.448126995,0.5182330266,2412.9708218 +269,-2.097910953,0.8259670014,175,-1.448126995,0.5182330266,2322.1096969 +270,-1.416382069,0.6694271549,175,-1.448126995,0.5182330266,607.83933279 +271,-1.538905672,0.7535625993,175,-1.448126995,0.5182330266,975.46610485 +272,-1.572309477,0.7803125099,175,-1.448126995,0.5182330266,1108.4549295 +273,-1.87759879,0.7503853417,175,-1.448126995,0.5182330266,1640.32389 +274,1.152365588,0.590457682,175,-1.448126995,0.5182330266,7607.6342993 +275,0.350198001,0.718001859,175,-1.448126995,0.5182330266,5511.8697509 +276,0.046513677,0.491503852,175,-1.448126995,0.5182330266,5048.0122466 +277,0.027510309,0.742571376,175,-1.448126995,0.5182330266,4610.2343908 +278,0.306285725,-0.214631579,175,-1.448126995,0.5182330266,7265.7043213 +279,-1.100564889,0.318051531,175,-1.448126995,0.5182330266,1483.3721022 +280,-1.078582306,0.301437596,175,-1.448126995,0.5182330266,1589.1638139 +281,-1.137371989,-0.617634065,175,-1.448126995,0.5182330266,4646.0913065 +282,0.784356344,0.703272339,175,-1.448126995,0.5182330266,6566.0647419 +283,-1.221209947,0.218327455,175,-1.448126995,0.5182330266,1451.3041131 +284,2.347301921,-0.449114658,175,-1.448126995,0.5182330266,10144.690011 +285,0.246820618,0.830553713,175,-1.448126995,0.5182330266,5043.3980191 +286,0.829414965,0.703288228,175,-1.448126995,0.5182330266,6658.0963052 +287,-1.337537566,0.42332223,175,-1.448126995,0.5182330266,541.75911423 +288,0.882453706,0.454478077,175,-1.448126995,0.5182330266,7512.7145153 +289,1.575629659,0.416419109,175,-1.448126995,0.5182330266,8714.6305508 +290,-1.039455679,0.229888244,175,-1.448126995,0.5182330266,1883.4854598 +291,0.489558039,0.934482747,175,-1.448126995,0.5182330266,5370.7779201 +292,0.081344504,0.88384514,175,-1.448126995,0.5182330266,4567.0084281 +293,-1.547979814,0.300350308,175,-1.448126995,0.5182330266,935.76266855 +294,0.040776181,0.168560074,175,-1.448126995,0.5182330266,5612.8828741 +295,-1.130374745,0.563894876,175,-1.448126995,0.5182330266,1092.5044316 +296,1.578326642,0.478507176,175,-1.448126995,0.5182330266,8471.7230069 +297,-1.12861823,-0.291640865,175,-1.448126995,0.5182330266,3432.2913932 +298,0.310524208,0.770885792,175,-1.448126995,0.5182330266,5307.6471815 +299,0.415649091,-0.387246002,175,-1.448126995,0.5182330266,7936.0509029 +300,-0.926533878,-0.188022748,175,-1.448126995,0.5182330266,3433.1329756 +301,1.258856172,-0.11716081,175,-1.448126995,0.5182330266,10175.361559 +302,-1.126050026,0.322941926,175,-1.448126995,0.5182330266,1394.8812593 +303,2.002785835,0.07893892,175,-1.448126995,0.5182330266,9802.8142571 +304,0.440437607,0.746258085,175,-1.448126995,0.5182330266,5677.550106 +305,-0.030391866,0.214441206,175,-1.448126995,0.5182330266,5283.0276505 +306,0.521557815,-0.058929362,175,-1.448126995,0.5182330266,7706.0727516 +307,-0.097005111,0.13317729,175,-1.448126995,0.5182330266,5207.1550124 +308,1.83113859,0.221857587,175,-1.448126995,0.5182330266,9465.5547112 +309,0.222428864,0.099404236,175,-1.448126995,0.5182330266,6368.2431515 +310,-1.702731345,0.8728568183,175,-1.448126995,0.5182330266,1597.3733467 +311,-0.418507569,0.278324921,175,-1.448126995,0.5182330266,3836.993407 +312,-1.41153306,0.339029988,175,-1.448126995,0.5182330266,721.90970948 +313,0.357560442,0.114788776,175,-1.448126995,0.5182330266,6794.7457506 +314,0.325818979,0.268352149,175,-1.448126995,0.5182330266,6371.1053305 +315,-1.246004659,-0.663679965,175,-1.448126995,0.5182330266,4741.007751 +316,1.814603087,0.637404484,175,-1.448126995,0.5182330266,7844.2499295 +317,1.843704281,-0.18300445,175,-1.448126995,0.5182330266,11004.636605 +318,1.690644492,-0.211480909,175,-1.448126995,0.5182330266,11228.759027 +319,-1.275451936,0.068109467,175,-1.448126995,0.5182330266,1896.9031524 +320,0.762430171,-0.207594741,175,-1.448126995,0.5182330266,8818.4502474 +321,0.265668905,-0.014647884,175,-1.448126995,0.5182330266,6742.4804328 +322,-2.773032013,-0.335515811,175,-1.448126995,0.5182330266,6077.0296007 +323,-1.469512853,0.174058777,175,-1.448126995,0.5182330266,1365.5690095 +324,0.286276986,0.785925691,175,-1.448126995,0.5182330266,5219.2167759 +325,-1.379324697,0.377432233,175,-1.448126995,0.5182330266,609.273282 +326,-1.203778265,0.212813032,175,-1.448126995,0.5182330266,1506.954752 +327,0.579916301,0.611743168,175,-1.448126995,0.5182330266,6338.7354484 +328,0.267582642,0.868113908,175,-1.448126995,0.5182330266,5027.7657246 +329,0.412869244,-0.050245578,175,-1.448126995,0.5182330266,7317.7435431 +330,0.17524381,0.976660285,175,-1.448126995,0.5182330266,4656.9135006 +331,0.743157214,0.204812899,175,-1.448126995,0.5182330266,7825.1237991 +332,-1.070758176,0.269382282,175,-1.448126995,0.5182330266,1690.7297432 +333,-1.230364251,0.329790229,175,-1.448126995,0.5182330266,1082.5191377 +334,-1.374813124,-0.024926835,175,-1.448126995,0.5182330266,2169.268236 +335,0.519780566,0.463669906,175,-1.448126995,0.5182330266,6535.0305378 +336,-1.55108034,0.239698561,175,-1.448126995,0.5182330266,1165.9170122 +337,0.180294813,0.029739425,175,-1.448126995,0.5182330266,6361.6975656 +338,0.67820924,0.268170153,175,-1.448126995,0.5182330266,7472.5949651 +339,0.445798684,1.024001867,175,-1.448126995,0.5182330266,5099.0620315 +340,0.691751283,0.150521402,175,-1.448126995,0.5182330266,7802.5163115 +341,-1.036643551,-0.903056181,175,-1.448126995,0.5182330266,5809.0317123 +342,-0.120287036,1.083325163,175,-1.448126995,0.5182330266,3983.3991194 +343,2.823513113,-0.304487164,175,-1.448126995,0.5182330266,8305.3259566 +344,0.457583172,1.12513373,175,-1.448126995,0.5182330266,4915.4604723 +345,0.042918831,0.813795399,175,-1.448126995,0.5182330266,4559.0309945 +346,1.196146777,-0.853142756,175,-1.448126995,0.5182330266,10444.071817 +347,0.206001358,-0.010430701,175,-1.448126995,0.5182330266,6529.0875409 +348,-0.268308653,0.234799412,175,-1.448126995,0.5182330266,4429.5901121 +349,0.759363263,0.736189579,175,-1.448126995,0.5182330266,6420.5131761 +350,0.181363926,0.891988372,175,-1.448126995,0.5182330266,4790.5912468 +351,-0.021111158,0.139103292,175,-1.448126995,0.5182330266,5456.8559313 +352,-0.093355215,0.630686981,175,-1.448126995,0.5182330266,4406.3183731 +353,0.40118964,0.681375926,175,-1.448126995,0.5182330266,5719.5267354 +354,-0.721197315,1.304706234,175,-1.448126995,0.5182330266,3426.4608783 +355,-1.076150317,0.212107639,175,-1.448126995,0.5182330266,1827.6032728 +356,-1.577164531,0.273993443,175,-1.448126995,0.5182330266,1075.426076 +357,-0.190788414,0.182208586,175,-1.448126995,0.5182330266,4792.1063832 +358,-0.261349752,0.209710184,175,-1.448126995,0.5182330266,4498.7347888 +359,-1.029303852,0.083549259,175,-1.448126995,0.5182330266,2328.1361638 +360,-1.268609162,0.330525297,175,-1.448126995,0.5182330266,985.14989383 +361,1.282982244,-0.926641967,175,-1.448126995,0.5182330266,10437.355622 +362,0.217352334,0.731352408,175,-1.448126995,0.5182330266,5140.2296281 +363,-1.511833084,0.258629297,175,-1.448126995,0.5182330266,1054.2574002 +364,0.338812194,0.823184618,175,-1.448126995,0.5182330266,5275.867687 +365,-0.324406489,1.134201999,175,-1.448126995,0.5182330266,3634.8008224 +366,1.389579348,0.399185724,175,-1.448126995,0.5182330266,8630.0733061 +367,2.047152199,-0.039082036,175,-1.448126995,0.5182330266,10126.271123 +368,0.947780369,0.568250077,175,-1.448126995,0.5182330266,7310.1761897 +369,0.763824846,0.576754987,175,-1.448126995,0.5182330266,6880.1804825 +370,-0.142334657,0.928153068,175,-1.448126995,0.5182330266,3995.7981142 +371,0.610266567,0.547265983,175,-1.448126995,0.5182330266,6578.0699584 +372,0.210731629,0.746815056,175,-1.448126995,0.5182330266,5096.066411 +373,-1.34931644,0.316895224,175,-1.448126995,0.5182330266,873.66528512 +374,2.407696481,0.655030745,175,-1.448126995,0.5182330266,7095.5587818 +375,0.64207831,0.545359131,175,-1.448126995,0.5182330266,6665.2748222 +376,1.174597538,0.840588356,175,-1.448126995,0.5182330266,6754.8015325 +377,0.660059424,0.010604079,175,-1.448126995,0.5182330266,8023.9223594 +378,-0.730263819,0.010486456,175,-1.448126995,0.5182330266,3369.5477021 +379,0.831068936,0.512339172,175,-1.448126995,0.5182330266,7221.9426866 +380,1.301180979,0.72367476,175,-1.448126995,0.5182330266,7319.4107138 +381,1.811128231,0.322854402,175,-1.448126995,0.5182330266,9082.1339393 +382,0.435105812,0.992284428,175,-1.448126995,0.5182330266,5144.188063 +383,0.62643634,0.592027932,175,-1.448126995,0.5182330266,6505.5787226 +384,0.492988703,-0.516339467,175,-1.448126995,0.5182330266,8378.5391939 +385,-0.162469483,0.112549365,175,-1.448126995,0.5182330266,5021.4991358 +386,0.314630866,0.472006421,175,-1.448126995,0.5182330266,5914.2062602 +387,0.166744804,0.822815954,175,-1.448126995,0.5182330266,4860.0503532 +388,0.417159608,0.965805736,175,-1.448126995,0.5182330266,5163.5954345 +389,0.106334961,0.868774244,175,-1.448126995,0.5182330266,4646.2939625 +390,0.815086969,-0.338144359,175,-1.448126995,0.5182330266,9224.498592 +391,0.59867455,-0.230624824,175,-1.448126995,0.5182330266,8299.3492686 +392,1.915104874,0.066220985,175,-1.448126995,0.5182330266,9980.7564338 +393,1.278093622,0.064463721,175,-1.448126995,0.5182330266,9649.2363184 +394,-0.061477853,0.302997961,175,-1.448126995,0.5182330266,5016.6057637 +395,0.251311504,0.626976942,175,-1.448126995,0.5182330266,5422.8411328 +396,2.950242872,0.149095644,175,-1.448126995,0.5182330266,6986.2537983 +397,-0.180294708,0.35375117,175,-1.448126995,0.5182330266,4528.0400537 +398,1.010448592,-0.351180233,175,-1.448126995,0.5182330266,9915.4766508 +399,-1.748740498,0.3686318073,175,-1.448126995,0.5182330266,1225.8642751 +400,2.699635665,0.123533791,175,-1.448126995,0.5182330266,7853.0682632 +401,0.496808033,0.823843254,175,-1.448126995,0.5182330266,5634.470934 +402,0.129574704,0.763364087,175,-1.448126995,0.5182330266,4855.6755407 +403,1.798920311,0.817447563,175,-1.448126995,0.5182330266,7139.776978 +404,0.335987953,0.746786541,175,-1.448126995,0.5182330266,5418.2162732 +405,-1.085413643,0.292154671,175,-1.448126995,0.5182330266,1590.8216947 +406,-0.155321003,0.508207011,175,-1.448126995,0.5182330266,4376.1549309 +407,0.620529244,-0.301175104,175,-1.448126995,0.5182330266,8496.0818369 +408,1.684402744,0.368716966,175,-1.448126995,0.5182330266,8930.4695339 +409,0.300582244,-0.386397212,175,-1.448126995,0.5182330266,7550.1479778 +410,2.913555946,-0.009225192,175,-1.448126995,0.5182330266,7441.3033035 +411,1.465101417,0.493232532,175,-1.448126995,0.5182330266,8345.2649513 +412,0.090612882,0.907955955,175,-1.448126995,0.5182330266,4559.0507084 +413,2.987564726,-0.729568594,175,-1.448126995,0.5182330266,8328.3480989 +414,-1.484261606,0.224149272,175,-1.448126995,0.5182330266,1172.3973235 +415,0.164073421,0.303955133,175,-1.448126995,0.5182330266,5769.6007784 +416,0.141441293,0.167552546,175,-1.448126995,0.5182330266,5958.2006811 +417,2.931321023,-0.506718887,175,-1.448126995,0.5182330266,8244.0969162 +418,2.21951565,0.700596356,175,-1.448126995,0.5182330266,7243.0917756 +419,0.268112576,1.199114336,175,-1.448126995,0.5182330266,4523.3699568 +420,0.978913739,0.359223811,175,-1.448126995,0.5182330266,8027.3374262 +421,1.210898818,0.522863584,175,-1.448126995,0.5182330266,7935.8717766 +422,2.347397336,0.129231362,175,-1.448126995,0.5182330266,8870.292687 +423,0.614394501,0.556878345,175,-1.448126995,0.5182330266,6564.4729855 +424,-1.398079356,0.148483366,175,-1.448126995,0.5182330266,1476.3243986 +425,2.535303836,-0.112984496,175,-1.448126995,0.5182330266,8925.5885465 +426,-1.019372593,-0.405322349,175,-1.448126995,0.5182330266,4005.9056367 +427,-1.297785627,-0.160104069,175,-1.448126995,0.5182330266,2747.3854382 +428,2.144554488,0.205051084,175,-1.448126995,0.5182330266,9101.2127173 +429,-2.242387083,-0.426171285,175,-1.448126995,0.5182330266,4807.4038488 +430,0.338637212,0.909723676,175,-1.448126995,0.5182330266,5111.421683 +431,-0.148798452,0.691042401,175,-1.448126995,0.5182330266,4169.8626621 +432,0.893524764,0.441829531,175,-1.448126995,0.5182330266,7576.4233146 +433,0.969229347,-0.368847936,175,-1.448126995,0.5182330266,9800.6351422 +434,0.436043248,0.800045688,175,-1.448126995,0.5182330266,5550.1273755 +435,1.687946607,1.081504775,175,-1.448126995,0.5182330266,6107.2624281 +436,0.522302046,-0.034889271,175,-1.448126995,0.5182330266,7659.7033097 +437,-0.178996113,-0.438090009,175,-1.448126995,0.5182330266,6128.4597796 +438,-1.094339566,0.301444068,175,-1.448126995,0.5182330266,1541.5638713 +439,-1.064070054,0.242569932,175,-1.448126995,0.5182330266,1779.0967188 +440,-1.068153768,0.230387998,175,-1.448126995,0.5182330266,1799.7851031 +441,-3.00496892,-0.23989155,175,-1.448126995,0.5182330266,6642.2548206 +442,0.21751974,0.766874888,175,-1.448126995,0.5182330266,5079.3529975 +443,0.117229532,0.007619006,175,-1.448126995,0.5182330266,6188.2578104 +444,0.777758451,0.420554741,175,-1.448126995,0.5182330266,7349.6884755 +445,-0.252356999,0.250747086,175,-1.448126995,0.5182330266,4456.2028721 +446,0.363148444,0.768483434,175,-1.448126995,0.5182330266,5442.3784609 +447,0.903191366,-0.118210676,175,-1.448126995,0.5182330266,9105.7090293 +448,-0.205755923,0.149406178,175,-1.448126995,0.5182330266,4802.1532015 +449,1.811996086,0.02364353,175,-1.448126995,0.5182330266,10251.125762 +450,-1.100670221,0.314845373,175,-1.448126995,0.5182330266,1490.5538143 +451,0.340078597,0.850105132,175,-1.448126995,0.5182330266,5227.0848708 +452,0.258757267,0.804969236,175,-1.448126995,0.5182330266,5116.9426135 +453,2.78505352,-0.155160804,175,-1.448126995,0.5182330266,8170.2171596 +454,0.800551619,0.105822106,175,-1.448126995,0.5182330266,8247.7214787 +455,0.437940882,-0.506194031,175,-1.448126995,0.5182330266,8185.8589364 +456,2.230431122,0.63458615,175,-1.448126995,0.5182330266,7459.8167496 +457,0.527965361,0.127667701,175,-1.448126995,0.5182330266,7332.2718053 +458,-0.063643205,0.702093448,175,-1.448126995,0.5182330266,4405.1157943 +459,1.408447268,0.133010502,175,-1.448126995,0.5182330266,9645.1291862 +460,0.523795955,0.280266966,175,-1.448126995,0.5182330266,6974.8172987 +461,-0.975769313,0.072177659,175,-1.448126995,0.5182330266,2500.4536531 +462,0.549774164,-0.463663986,175,-1.448126995,0.5182330266,8497.383246 +463,0.29245874,1.095549818,175,-1.448126995,0.5182330266,4706.6415503 +464,0.143625958,0.816809593,175,-1.448126995,0.5182330266,4811.3813666 +465,0.671902494,0.611159853,175,-1.448126995,0.5182330266,6567.6068467 +466,1.239840988,0.6724199,175,-1.448126995,0.5182330266,7438.4591496 +467,0.607829703,-0.10932137,175,-1.448126995,0.5182330266,8100.7439114 +468,1.763020906,0.263996692,175,-1.448126995,0.5182330266,9334.0581397 +469,0.378714634,0.726066797,175,-1.448126995,0.5182330266,5567.9255197 +470,2.196736143,-0.153862366,175,-1.448126995,0.5182330266,10085.375533 +471,0.01702415,0.148991565,175,-1.448126995,0.5182330266,5568.8999193 +472,-2.998490902,-0.158002487,175,-1.448126995,0.5182330266,6461.3675632 +473,-3.051262951,-0.346595608,175,-1.448126995,0.5182330266,6998.0322019 +474,-1.069176439,0.182802941,175,-1.448126995,0.5182330266,1929.6507847 +475,0.167157509,0.595344954,175,-1.448126995,0.5182330266,5238.2297545 +476,0.613855648,0.681746124,175,-1.448126995,0.5182330266,6245.7297032 +477,1.037012736,0.682555367,175,-1.448126995,0.5182330266,7106.7215039 +478,-1.253574971,0.379755746,175,-1.448126995,0.5182330266,883.87474047 +479,3.108590453,-0.132620738,175,-1.448126995,0.5182330266,7015.4757184 +480,0.565301296,0.022333262,175,-1.448126995,0.5182330266,7684.5595971 +481,0.547898238,0.855555614,175,-1.448126995,0.5182330266,5669.7951659 +482,0.948309381,0.417393755,175,-1.448126995,0.5182330266,7778.1565746 +483,-0.050600732,0.945269213,175,-1.448126995,0.5182330266,4196.9587659 +484,-0.977651478,-0.572363064,175,-1.448126995,0.5182330266,4666.7253901 +485,1.102014914,0.728861163,175,-1.448126995,0.5182330266,7051.8976851 +486,2.927300795,-0.282939414,175,-1.448126995,0.5182330266,7912.9990259 +487,-1.154565557,0.124434095,175,-1.448126995,0.5182330266,1904.8180674 +488,1.855331234,0.291044755,175,-1.448126995,0.5182330266,9179.1880905 +489,0.830290659,0.276904518,175,-1.448126995,0.5182330266,7885.4928947 +490,0.485104466,-0.234867441,175,-1.448126995,0.5182330266,7916.2045422 +491,0.521367572,-0.33161327,175,-1.448126995,0.5182330266,8205.6488193 +1,-1.539031704,0.7349710123,176,-1.474626146,0.5881926574,615.0766866 +2,-1.536990553,0.7349663874,176,-1.474626146,0.5881926574,613.01239565 +3,-1.534951779,0.7349571355,176,-1.474626146,0.5881926574,610.99229214 +4,-1.532906461,0.7349480293,176,-1.474626146,0.5881926574,609.02620475 +5,-1.531320211,0.7346937278,176,-1.474626146,0.5881926574,606.6115915 +6,-1.539451648,0.7335131775,176,-1.474626146,0.5881926574,610.09537 +7,-1.537429487,0.7335445708,176,-1.474626146,0.5881926574,608.15123175 +8,-1.535484998,0.7335658704,176,-1.474626146,0.5881926574,606.30465033 +9,-1.533488396,0.7336036027,176,-1.474626146,0.5881926574,604.52556445 +10,-1.531497785,0.7335842962,176,-1.474626146,0.5881926574,602.59653474 +11,-1.530259379,0.7334777758,176,-1.474626146,0.5881926574,601.06921553 +12,-1.5335454,0.7322346912,176,-1.474626146,0.5881926574,599.4490267 +13,-1.531489083,0.7322238773,176,-1.474626146,0.5881926574,597.47125735 +14,-1.530011122,0.7321679851,176,-1.474626146,0.5881926574,595.90694919 +15,-1.53348106,0.7306614094,176,-1.474626146,0.5881926574,593.4966184 +16,-1.531441779,0.7306962275,176,-1.474626146,0.5881926574,591.68630635 +17,-1.529755654,0.7306933243,176,-1.474626146,0.5881926574,590.11789042 +18,-1.533415048,0.7291384674,176,-1.474626146,0.5881926574,587.73639526 +19,-1.531392093,0.7291705353,176,-1.474626146,0.5881926574,585.91169826 +20,-1.529296523,0.7291214933,176,-1.474626146,0.5881926574,583.77790556 +21,-1.535280942,0.727267644,176,-1.474626146,0.5881926574,582.62149415 +22,-1.533378158,0.7276139666,176,-1.474626146,0.5881926574,582.00445596 +23,-1.531340368,0.7276446587,176,-1.474626146,0.5881926574,580.13979406 +24,-1.528960113,0.7276398177,176,-1.474626146,0.5881926574,577.89000918 +25,-1.533313146,0.7260818349,176,-1.474626146,0.5881926574,576.22215245 +26,-1.531259555,0.7260958115,176,-1.474626146,0.5881926574,574.25925262 +27,-1.528926415,0.7260865555,176,-1.474626146,0.5881926574,572.01404447 +28,-1.531226779,0.7245511789,176,-1.474626146,0.5881926574,568.44658174 +29,-1.528904772,0.7245519194,176,-1.474626146,0.5881926574,566.22515105 +30,-1.547195875,0.7409785979,176,-1.474626146,0.5881926574,645.87609745 +31,-1.5451475,0.740980426,176,-1.474626146,0.5881926574,643.68610532 +32,-1.543097679,0.7409798872,176,-1.474626146,0.5881926574,641.54155385 +33,-1.540720364,0.7409892687,176,-1.474626146,0.5881926574,639.1621394 +34,-1.547188511,0.7395198392,176,-1.474626146,0.5881926574,640.50715313 +35,-1.545148587,0.7395226109,176,-1.474626146,0.5881926574,638.30862204 +36,-1.543104538,0.7395314908,176,-1.474626146,0.5881926574,636.18407954 +37,-1.540727751,0.7395306258,176,-1.474626146,0.5881926574,633.74335318 +38,-1.547187029,0.7380014886,176,-1.474626146,0.5881926574,634.9332698 +39,-1.545147315,0.7380012252,176,-1.474626146,0.5881926574,632.70144452 +40,-1.54310719,0.7380060743,176,-1.474626146,0.5881926574,630.54408404 +41,-1.540719671,0.7380068206,176,-1.474626146,0.5881926574,628.07317703 +42,-1.547187189,0.7364799098,176,-1.474626146,0.5881926574,629.35743328 +43,-1.545149996,0.7364853874,176,-1.474626146,0.5881926574,627.12668126 +44,-1.543106091,0.7364823484,176,-1.474626146,0.5881926574,624.91380371 +45,-1.540717158,0.7364893901,176,-1.474626146,0.5881926574,622.43917547 +46,-1.538663972,0.7410138672,176,-1.474626146,0.5881926574,637.22749298 +47,-1.53695285,0.7409699132,176,-1.474626146,0.5881926574,635.42086788 +48,-1.534910498,0.7409641297,176,-1.474626146,0.5881926574,633.4916487 +49,-1.533145034,0.7409536636,176,-1.474626146,0.5881926574,631.85000189 +50,-1.538681336,0.7395405883,176,-1.474626146,0.5881926574,631.74358241 +51,-1.536999189,0.7395183096,176,-1.474626146,0.5881926574,630.02915734 +52,-1.534923633,0.7395144222,176,-1.474626146,0.5881926574,628.05597554 +53,-1.533267822,0.7395654306,176,-1.474626146,0.5881926574,626.72887354 +54,-1.53867273,0.7380151077,176,-1.474626146,0.5881926574,626.04570164 +55,-1.536980576,0.7379994392,176,-1.474626146,0.5881926574,624.32956913 +56,-1.534931522,0.7379944961,176,-1.474626146,0.5881926574,622.35739536 +57,-1.533387952,0.7379480264,176,-1.474626146,0.5881926574,620.75003938 +58,-1.538682279,0.7364914363,176,-1.474626146,0.5881926574,620.37918634 +59,-1.536980704,0.7364810563,176,-1.474626146,0.5881926574,618.65602913 +60,-1.534935567,0.7364752065,176,-1.474626146,0.5881926574,616.66364067 +61,-1.533042592,0.7363876366,176,-1.474626146,0.5881926574,614.56358255 +62,-1.545143426,0.7349628011,176,-1.474626146,0.5881926574,621.52488364 +63,-1.543105297,0.7349691947,176,-1.474626146,0.5881926574,619.33039517 +64,-1.541064533,0.7349647152,176,-1.474626146,0.5881926574,617.15047461 +65,-1.545411803,0.7334624714,176,-1.474626146,0.5881926574,616.31936581 +66,-1.543446606,0.7334780896,176,-1.474626146,0.5881926574,614.20789517 +67,-1.541475327,0.7334957295,176,-1.474626146,0.5881926574,612.15154831 +68,-1.545401939,0.731963266,176,-1.474626146,0.5881926574,610.81871093 +69,-1.54342253,0.7319915583,176,-1.474626146,0.5881926574,608.7159841 +70,-1.541455867,0.7320216438,176,-1.474626146,0.5881926574,606.68925174 +71,-1.545410146,0.7304422281,176,-1.474626146,0.5881926574,605.26708076 +72,-1.543435491,0.7304713664,176,-1.474626146,0.5881926574,603.14912601 +73,-1.541463105,0.7304997613,176,-1.474626146,0.5881926574,601.08679172 +74,-1.545414768,0.7289194936,176,-1.474626146,0.5881926574,599.71421838 +75,-1.543435774,0.7289538557,176,-1.474626146,0.5881926574,597.58662122 +76,-1.541457714,0.7289765881,176,-1.474626146,0.5881926574,595.47401302 +77,-1.539449415,0.7320555866,176,-1.474626146,0.5881926574,604.69085391 +78,-1.537429183,0.7321097681,176,-1.474626146,0.5881926574,602.8122765 +79,-1.535472649,0.7321497267,176,-1.474626146,0.5881926574,601.00388693 +80,-1.539457899,0.7305333307,176,-1.474626146,0.5881926574,599.06527073 +81,-1.537453161,0.7305750503,176,-1.474626146,0.5881926574,597.13344428 +82,-1.535479385,0.7306124949,176,-1.474626146,0.5881926574,595.2762744 +83,-1.53946905,0.7290102593,176,-1.474626146,0.5881926574,593.44742153 +84,-1.537459922,0.7290417293,176,-1.474626146,0.5881926574,591.44990155 +85,-1.535451349,0.7290890157,176,-1.474626146,0.5881926574,589.57203632 +86,-1.535522937,0.7279887191,176,-1.474626146,0.5881926574,585.54961743 +87,-1.539442524,0.7274735939,176,-1.474626146,0.5881926574,587.7469966 +88,-1.537424111,0.727521351,176,-1.474626146,0.5881926574,585.77744626 +89,-1.539384641,0.7259505092,176,-1.474626146,0.5881926574,582.07012894 +90,-1.537372391,0.7259947145,176,-1.474626146,0.5881926574,580.07190911 +91,-1.535340789,0.7260435356,176,-1.474626146,0.5881926574,578.13277849 +92,-1.539325716,0.7244369706,176,-1.474626146,0.5881926574,576.43429494 +93,-1.537308932,0.7244801057,176,-1.474626146,0.5881926574,574.40508127 +94,-1.535289068,0.7245247645,176,-1.474626146,0.5881926574,572.44095504 +95,-1.533261366,0.7245550236,176,-1.474626146,0.5881926574,570.47880221 +96,-1.539267302,0.722921924,176,-1.474626146,0.5881926574,570.80064288 +97,-1.537248972,0.7229660258,176,-1.474626146,0.5881926574,568.75064392 +98,-1.535219431,0.7229916471,176,-1.474626146,0.5881926574,566.68371324 +99,-1.53318962,0.7230212049,176,-1.474626146,0.5881926574,564.6952666 +100,-1.531154816,0.7230299897,176,-1.474626146,0.5881926574,562.68921066 +101,-1.528878341,0.7230370244,176,-1.474626146,0.5881926574,560.51184036 +102,-1.539218189,0.7214009878,176,-1.474626146,0.5881926574,565.16323167 +103,-1.537198791,0.7214422745,176,-1.474626146,0.5881926574,563.07818335 +104,-1.535179266,0.7214634354,176,-1.474626146,0.5881926574,560.98237519 +105,-1.533156501,0.7214944644,176,-1.474626146,0.5881926574,558.98381554 +106,-1.53113574,0.7215166021,176,-1.474626146,0.5881926574,557.01919293 +107,-1.528874248,0.7215345535,176,-1.474626146,0.5881926574,554.87253041 +108,-1.539217656,0.7198512397,176,-1.474626146,0.5881926574,559.48338532 +109,-1.537199919,0.7199428763,176,-1.474626146,0.5881926574,557.55942907 +110,-1.545425832,0.727397149,176,-1.474626146,0.5881926574,594.17955842 +111,-1.543371177,0.7273916949,176,-1.474626146,0.5881926574,591.79580521 +112,-1.541368852,0.7274523163,176,-1.474626146,0.5881926574,589.77301248 +113,-1.545349067,0.7258710923,176,-1.474626146,0.5881926574,588.53771603 +114,-1.54332671,0.7258603556,176,-1.474626146,0.5881926574,586.14855822 +115,-1.541346831,0.7259242142,176,-1.474626146,0.5881926574,584.13924985 +116,-1.545324355,0.7243383958,176,-1.474626146,0.5881926574,582.94151058 +117,-1.543292796,0.7243617413,176,-1.474626146,0.5881926574,580.64113401 +118,-1.541295822,0.7244024384,176,-1.474626146,0.5881926574,578.50424483 +119,-1.543193859,0.7205570215,176,-1.474626146,0.5881926574,566.68167861 +120,-1.550257047,0.7386738187,176,-1.474626146,0.5881926574,640.84637656 +121,-1.549335448,0.7311736483,176,-1.474626146,0.5881926574,612.50084346 +122,-1.533478843,0.7179891343,176,-1.474626146,0.5881926574,546.31920215 +123,-1.556150555,0.738907041,176,-1.474626146,0.5881926574,648.64632969 +124,-1.554324226,0.733414257,176,-1.474626146,0.5881926574,626.64035021 +125,-1.554290846,0.7288285332,176,-1.474626146,0.5881926574,610.16437935 +126,-1.55122487,0.7219795312,176,-1.474626146,0.5881926574,581.7768852 +127,-1.525104458,0.7229399862,176,-1.474626146,0.5881926574,556.67387553 +128,-1.519607711,0.7236181429,176,-1.474626146,0.5881926574,554.61558209 +129,-1.513899999,0.7251107854,176,-1.474626146,0.5881926574,556.09295275 +130,-1.536620762,0.7431061895,176,-1.474626146,0.5881926574,643.12121798 +131,-1.5369566,0.7460845958,176,-1.474626146,0.5881926574,654.62057729 +132,-1.545345528,0.7447040685,176,-1.474626146,0.5881926574,657.65967694 +133,-1.532813921,0.7432306626,176,-1.474626146,0.5881926574,640.15042351 +134,-1.554788248,0.7382381001,176,-1.474626146,0.5881926574,644.58423859 +135,-1.540348126,0.7301594274,176,-1.474626146,0.5881926574,598.63022403 +136,-1.538016084,0.7239051786,176,-1.474626146,0.5881926574,573.0450174 +137,-1.525288962,0.7258085137,176,-1.474626146,0.5881926574,567.68503961 +138,-1.534326986,0.731241342,176,-1.474626146,0.5881926574,596.48721378 +139,-1.530733872,0.7303625216,176,-1.474626146,0.5881926574,589.77231628 +141,-1.534354939,0.7328219978,176,-1.474626146,0.5881926574,602.42604656 +142,-1.53157084,0.7292888153,176,-1.474626146,0.5881926574,586.52473797 +143,-1.525691035,0.7263799874,176,-1.474626146,0.5881926574,570.19947068 +144,-1.534031287,0.7495967835,176,-1.474626146,0.5881926574,665.27567181 +145,-1.527714986,0.7283095957,176,-1.474626146,0.5881926574,579.28520148 +146,-1.526189586,0.7271468292,176,-1.474626146,0.5881926574,573.53796782 +147,-1.555177336,0.7375563366,176,-1.474626146,0.5881926574,642.59535321 +148,-1.555080283,0.7312707794,176,-1.474626146,0.5881926574,619.89949458 +149,-1.53856994,0.7224180299,176,-1.474626146,0.5881926574,568.17591021 +150,-1.530837883,0.729933372,176,-1.474626146,0.5881926574,588.25585123 +151,-1.515066984,0.5854133365,176,-1.474626146,0.5881926574,133.84008106 +152,-1.534731633,0.5368370046,176,-1.474626146,0.5881926574,286.20990254 +153,-1.515231902,0.5607085576,176,-1.474626146,0.5881926574,173.43420605 +154,-2.616253799,1.0684566605,176,-1.474626146,0.5881926574,3403.5689462 +155,-1.956071439,0.5792177723,176,-1.474626146,0.5881926574,1586.9009922 +156,-1.951208514,0.5602434208,176,-1.474626146,0.5881926574,1584.243651 +157,-1.944675062,0.6062144545,176,-1.474626146,0.5881926574,1536.6587699 +158,-1.613778386,0.6077989518,176,-1.474626146,0.5881926574,461.97327521 +159,-2.035029014,0.6021432345,176,-1.474626146,0.5881926574,1831.1604768 +160,-2.114989471,0.6801825058,176,-1.474626146,0.5881926574,2061.2542416 +161,-2.037382079,0.5765830025,176,-1.474626146,0.5881926574,1854.5733266 +162,-2.129855121,0.6585019963,176,-1.474626146,0.5881926574,2111.3856617 +163,-2.075141798,0.6493615843,176,-1.474626146,0.5881926574,1942.0011415 +164,-1.828626729,0.6948433129,176,-1.474626146,0.5881926574,1196.9059918 +165,-1.863329418,0.6735427691,176,-1.474626146,0.5881926574,1284.836108 +166,-1.266037071,0.727988852,176,-1.474626146,0.5881926574,855.20942257 +167,-1.277579582,0.7249010648,176,-1.474626146,0.5881926574,820.56327447 +168,-1.258418684,0.7241194816,176,-1.474626146,0.5881926574,864.68746676 +169,-1.317813974,0.6804850104,176,-1.474626146,0.5881926574,619.10798042 +170,-1.344165204,0.6790988904,176,-1.474626146,0.5881926574,550.16397877 +171,-1.427582102,0.5277120351,176,-1.474626146,0.5881926574,286.98886414 +172,-1.402238616,0.457167829,176,-1.474626146,0.5881926574,575.23166112 +173,-1.422454264,0.4996161999,176,-1.474626146,0.5881926574,392.8375458 +174,-1.439089277,0.4894859811,176,-1.474626146,0.5881926574,409.1878935 +175,-1.448126995,0.5182330266,176,-1.474626146,0.5881926574,291.13334874 +176,-1.474626146,0.5881926574,176,-1.474626146,0.5881926574,50.067499463 +177,-1.421139645,0.5584869783,176,-1.474626146,0.5881926574,213.34270774 +178,-1.457037165,0.565943032,176,-1.474626146,0.5881926574,105.71587785 +179,-2.757159358,0.3745319,176,-1.474626146,0.5881926574,4491.4891803 +180,-2.714309238,0.342054471,176,-1.474626146,0.5881926574,4413.3015241 +181,-2.000525337,0.774119946,176,-1.474626146,0.5881926574,1764.7473246 +183,-1.571413436,0.6777838382,176,-1.474626146,0.5881926574,470.40745158 +184,-1.552860289,0.6987663893,176,-1.474626146,0.5881926574,503.09994624 +185,-1.521852374,0.7165827476,176,-1.474626146,0.5881926574,529.75200488 +186,-1.503656267,0.6928968252,176,-1.474626146,0.5881926574,424.83228675 +187,-1.502753178,0.7136205882,176,-1.474626146,0.5881926574,504.63575475 +188,-1.631894563,0.7343596465,176,-1.474626146,0.5881926574,758.61822179 +189,-1.653765416,0.6770714026,176,-1.474626146,0.5881926574,671.22161406 +190,-1.719812114,0.6715965947,176,-1.474626146,0.5881926574,850.3248399 +191,-1.493406659,0.6646955447,176,-1.474626146,0.5881926574,308.95489215 +192,-1.469120564,0.6613469966,176,-1.474626146,0.5881926574,290.30308778 +193,-1.590551461,0.5326612937,176,-1.474626146,0.5881926574,446.67970464 +194,-1.625979264,0.5247742243,176,-1.474626146,0.5881926574,567.37289588 +195,-1.572293943,0.5238808754,176,-1.474626146,0.5881926574,415.63722748 +196,-1.610848725,0.5477107964,176,-1.474626146,0.5881926574,482.14069297 +197,-1.208485554,0.7918526018,176,-1.474626146,0.5881926574,1141.578376 +198,-1.335601374,0.6869083083,176,-1.474626146,0.5881926574,590.05447257 +199,-1.346156996,0.6825213377,176,-1.474626146,0.5881926574,554.02108343 +200,-1.324381037,0.6741422347,176,-1.474626146,0.5881926574,588.41159942 +201,-1.242424992,0.7378949807,176,-1.474626146,0.5881926574,934.54766199 +202,-1.270370057,0.7392461008,176,-1.474626146,0.5881926574,872.58926785 +203,-1.448950472,0.7441675014,176,-1.474626146,0.5881926574,622.93892172 +204,-1.492662363,0.7523026852,176,-1.474626146,0.5881926574,652.43074791 +205,-1.479098966,0.7763855017,176,-1.474626146,0.5881926574,745.55755249 +206,-1.633760714,0.7869022408,176,-1.474626146,0.5881926574,924.24546052 +207,-1.647406434,0.8101289331,176,-1.474626146,0.5881926574,1021.4553762 +208,-1.564245052,0.5701509278,176,-1.474626146,0.5881926574,305.52522926 +209,-1.646289963,0.6833746083,176,-1.474626146,0.5881926574,663.78059162 +210,-1.5820631,0.6751952144,176,-1.474626146,0.5881926574,486.28847544 +211,-1.613236298,0.6681681791,176,-1.474626146,0.5881926574,545.25645537 +212,-1.914661867,0.8212566515,176,-1.474626146,0.5881926574,1605.5616621 +213,-1.742133237,0.7250275956,176,-1.474626146,0.5881926574,996.74878747 +214,-2.033144872,0.6557314699,176,-1.474626146,0.5881926574,1808.9390448 +215,-2.039551981,0.6964723658,176,-1.474626146,0.5881926574,1831.5497404 +216,-1.247341019,0.7622473908,176,-1.474626146,0.5881926574,982.1693237 +217,-1.298239787,0.7084123392,176,-1.474626146,0.5881926574,731.8461598 +218,-1.308539688,0.6926545592,176,-1.474626146,0.5881926574,669.75246123 +219,-1.303263185,0.6888938396,176,-1.474626146,0.5881926574,674.70948996 +220,-1.852400229,0.6004246149,176,-1.474626146,0.5881926574,1238.3873056 +221,-1.288947707,0.7473773692,176,-1.474626146,0.5881926574,853.62352003 +222,-1.372031502,0.7472790993,176,-1.474626146,0.5881926574,705.86901613 +223,-1.289805721,0.7242157877,176,-1.474626146,0.5881926574,790.52439841 +224,-1.350807603,0.7533498126,176,-1.474626146,0.5881926574,757.96885489 +225,-1.329290365,0.7560442322,176,-1.474626146,0.5881926574,802.14592253 +226,-1.410153004,0.616936428,176,-1.474626146,0.5881926574,239.20601533 +227,-1.393445434,0.6308995063,176,-1.474626146,0.5881926574,313.18831137 +228,-1.37595573,0.6241540638,176,-1.474626146,0.5881926574,351.29099995 +229,-1.358388707,0.6172645205,176,-1.474626146,0.5881926574,396.28606227 +230,-1.753741133,0.8281661666,176,-1.474626146,0.5881926574,1263.2742021 +231,-1.47430987,0.6834615681,176,-1.474626146,0.5881926574,377.36149862 +232,-1.421012508,0.7222725206,176,-1.474626146,0.5881926574,557.03669612 +233,-1.4476833,0.6978557868,176,-1.474626146,0.5881926574,442.67005118 +234,-1.470370723,0.6966193374,176,-1.474626146,0.5881926574,429.68950967 +235,-1.429211703,0.7037216883,176,-1.474626146,0.5881926574,479.55967635 +236,-1.700578405,0.6178673663,176,-1.474626146,0.5881926574,745.88626785 +237,-1.678117619,0.6331716163,176,-1.474626146,0.5881926574,683.46193051 +238,-1.725644578,0.6316331145,176,-1.474626146,0.5881926574,832.13377256 +239,-2.14012759,0.7930497945,176,-1.474626146,0.5881926574,2163.3737606 +240,-2.103289431,0.7653606263,176,-1.474626146,0.5881926574,2045.1072812 +241,-1.318739838,0.7017808746,176,-1.474626146,0.5881926574,667.09082791 +242,-1.396417427,0.7077900843,176,-1.474626146,0.5881926574,534.05141868 +243,-1.35650337,0.7185539404,176,-1.474626146,0.5881926574,635.65333357 +244,-1.248884539,0.7274156818,176,-1.474626146,0.5881926574,895.39282758 +245,-1.395014798,0.5761185243,176,-1.474626146,0.5881926574,267.67983691 +246,-1.433377362,0.6064716109,176,-1.474626146,0.5881926574,153.26649501 +247,-1.408172432,0.5903155476,176,-1.474626146,0.5881926574,218.98097521 +248,-1.749645898,0.7757118084,176,-1.474626146,0.5881926574,1121.9956871 +249,-1.571626686,0.615046989,176,-1.474626146,0.5881926574,334.08139411 +250,-1.514070049,0.6303003037,176,-1.474626146,0.5881926574,210.30508237 +251,-1.480890369,0.6237966528,176,-1.474626146,0.5881926574,142.49405918 +252,-1.704390658,0.5281680612,176,-1.474626146,0.5881926574,807.04950043 +253,-1.64434733,0.5254277498,176,-1.474626146,0.5881926574,622.15365195 +254,-1.703855997,0.4792484842,176,-1.474626146,0.5881926574,891.81481506 +255,-1.692002383,0.5748825051,176,-1.474626146,0.5881926574,720.97999937 +256,-1.854136457,0.5544643913,176,-1.474626146,0.5881926574,1269.1764186 +257,-1.665021206,0.520317736,176,-1.474626146,0.5881926574,694.83939919 +258,-1.733654349,0.4845187345,176,-1.474626146,0.5881926574,971.52777853 +259,-1.720938188,0.5135933906,176,-1.474626146,0.5881926574,881.32427244 +260,-1.742668307,0.553296122,176,-1.474626146,0.5881926574,903.1859132 +261,-1.965659039,0.7142126903,176,-1.474626146,0.5881926574,1617.2918199 +262,-1.944438071,0.6772834804,176,-1.474626146,0.5881926574,1535.5732974 +263,-1.270340967,0.7681487096,176,-1.474626146,0.5881926574,949.43959837 +264,-1.353091884,0.6549276821,176,-1.474626146,0.5881926574,472.04881969 +265,-1.333236659,0.6413584414,176,-1.474626146,0.5881926574,503.40472551 +266,-1.352015998,0.6753788907,176,-1.474626146,0.5881926574,522.05234215 +267,-1.377988483,0.6577816235,176,-1.474626146,0.5881926574,415.32501571 +268,-2.13075611,0.8318642051,176,-1.474626146,0.5881926574,2166.4701543 +269,-2.097910953,0.8259670014,176,-1.474626146,0.5881926574,2075.5526096 +270,-1.416382069,0.6694271549,176,-1.474626146,0.5881926574,371.87904949 +271,-1.538905672,0.7535625993,176,-1.474626146,0.5881926574,684.52157266 +272,-1.572309477,0.7803125099,176,-1.474626146,0.5881926574,817.39604199 +273,-1.87759879,0.7503853417,176,-1.474626146,0.5881926574,1400.591072 +274,1.152365588,0.590457682,176,-1.474626146,0.5881926574,7398.4098484 +275,0.350198001,0.718001859,176,-1.474626146,0.5881926574,5393.6997164 +276,0.046513677,0.491503852,176,-1.474626146,0.5881926574,5022.2061416 +277,0.027510309,0.742571376,176,-1.474626146,0.5881926574,4517.0999607 +278,0.306285725,-0.214631579,176,-1.474626146,0.5881926574,7377.9135078 +279,-1.100564889,0.318051531,176,-1.474626146,0.5881926574,1702.0455723 +280,-1.078582306,0.301437596,176,-1.474626146,0.5881926574,1807.5465014 +281,-1.137371989,-0.617634065,176,-1.474626146,0.5881926574,4937.0881368 +282,0.784356344,0.703272339,176,-1.474626146,0.5881926574,6397.0160272 +283,-1.221209947,0.218327455,176,-1.474626146,0.5881926574,1727.1116147 +284,2.347301921,-0.449114658,176,-1.474626146,0.5881926574,10054.330071 +285,0.246820618,0.830553713,176,-1.474626146,0.5881926574,4908.9389463 +286,0.829414965,0.703288228,176,-1.474626146,0.5881926574,6482.9248816 +287,-1.337537566,0.42332223,176,-1.474626146,0.5881926574,806.88389083 +288,0.882453706,0.454478077,176,-1.474626146,0.5881926574,7368.5257295 +289,1.575629659,0.416419109,176,-1.474626146,0.5881926574,8449.7141224 +290,-1.039455679,0.229888244,176,-1.474626146,0.5881926574,2113.49333 +291,0.489558039,0.934482747,176,-1.474626146,0.5881926574,5193.3529982 +292,0.081344504,0.88384514,176,-1.474626146,0.5881926574,4431.2733393 +293,-1.547979814,0.300350308,176,-1.474626146,0.5881926574,1169.592617 +294,0.040776181,0.168560074,176,-1.474626146,0.5881926574,5671.5842257 +295,-1.130374745,0.563894876,176,-1.474626146,0.5881926574,1145.8275131 +296,1.578326642,0.478507176,176,-1.474626146,0.5881926574,8205.5467407 +297,-1.12861823,-0.291640865,176,-1.474626146,0.5881926574,3722.02785 +298,0.310524208,0.770885792,176,-1.474626146,0.5881926574,5181.4431335 +299,0.415649091,-0.387246002,176,-1.474626146,0.5881926574,8077.3453382 +300,-0.926533878,-0.188022748,176,-1.474626146,0.5881926574,3703.3567602 +301,1.258856172,-0.11716081,176,-1.474626146,0.5881926574,10052.610248 +302,-1.126050026,0.322941926,176,-1.474626146,0.5881926574,1619.440444 +303,2.002785835,0.07893892,176,-1.474626146,0.5881926574,9517.4341242 +304,0.440437607,0.746258085,176,-1.474626146,0.5881926574,5543.1479291 +305,-0.030391866,0.214441206,176,-1.474626146,0.5881926574,5340.5509498 +306,0.521557815,-0.058929362,176,-1.474626146,0.5881926574,7746.2484002 +307,-0.097005111,0.13317729,176,-1.474626146,0.5881926574,5294.6219234 +308,1.83113859,0.221857587,176,-1.474626146,0.5881926574,9175.9853278 +309,0.222428864,0.099404236,176,-1.474626146,0.5881926574,6416.8039245 +310,-1.702731345,0.8728568183,176,-1.474626146,0.5881926574,1308.7833451 +311,-0.418507569,0.278324921,176,-1.474626146,0.5881926574,3933.1118747 +312,-1.41153306,0.339029988,176,-1.474626146,0.5881926574,1011.7049664 +313,0.357560442,0.114788776,176,-1.474626146,0.5881926574,6818.4364596 +314,0.325818979,0.268352149,176,-1.474626146,0.5881926574,6362.5113857 +315,-1.246004659,-0.663679965,176,-1.474626146,0.5881926574,5029.5927924 +316,1.814603087,0.637404484,176,-1.474626146,0.5881926574,7558.6850705 +317,1.843704281,-0.18300445,176,-1.474626146,0.5881926574,10715.322685 +318,1.690644492,-0.211480909,176,-1.474626146,0.5881926574,10949.240107 +319,-1.275451936,0.068109467,176,-1.474626146,0.5881926574,2187.2934295 +320,0.762430171,-0.207594741,176,-1.474626146,0.5881926574,8858.2288863 +321,0.265668905,-0.014647884,176,-1.474626146,0.5881926574,6812.1221135 +322,-2.773032013,-0.335515811,176,-1.474626146,0.5881926574,6108.4215509 +323,-1.469512853,0.174058777,176,-1.474626146,0.5881926574,1640.4897364 +324,0.286276986,0.785925691,176,-1.474626146,0.5881926574,5091.8432322 +325,-1.379324697,0.377432233,176,-1.474626146,0.5881926574,898.85247437 +326,-1.203778265,0.212813032,176,-1.474626146,0.5881926574,1779.9298936 +327,0.579916301,0.611743168,176,-1.474626146,0.5881926574,6214.4469833 +328,0.267582642,0.868113908,176,-1.474626146,0.5881926574,4882.6567124 +329,0.412869244,-0.050245578,176,-1.474626146,0.5881926574,7373.4339086 +330,0.17524381,0.976660285,176,-1.474626146,0.5881926574,4492.004431 +331,0.743157214,0.204812899,176,-1.474626146,0.5881926574,7758.0020991 +332,-1.070758176,0.269382282,176,-1.474626146,0.5881926574,1917.5465442 +333,-1.230364251,0.329790229,176,-1.474626146,0.5881926574,1338.637045 +334,-1.374813124,-0.024926835,176,-1.474626146,0.5881926574,2456.9169192 +335,0.519780566,0.463669906,176,-1.474626146,0.5881926574,6450.6672523 +336,-1.55108034,0.239698561,176,-1.474626146,0.5881926574,1407.5134534 +337,0.180294813,0.029739425,176,-1.474626146,0.5881926574,6433.4426999 +338,0.67820924,0.268170153,176,-1.474626146,0.5881926574,7403.8301226 +339,0.445798684,1.024001867,176,-1.474626146,0.5881926574,4907.516003 +340,0.691751283,0.150521402,176,-1.474626146,0.5881926574,7758.3415868 +341,-1.036643551,-0.903056181,176,-1.474626146,0.5881926574,6099.7553691 +342,-0.120287036,1.083325163,176,-1.474626146,0.5881926574,3800.6262861 +343,2.823513113,-0.304487164,176,-1.474626146,0.5881926574,8231.279953 +344,0.457583172,1.12513373,176,-1.474626146,0.5881926574,4704.2076347 +345,0.042918831,0.813795399,176,-1.474626146,0.5881926574,4444.8820024 +346,1.196146777,-0.853142756,176,-1.474626146,0.5881926574,10708.718472 +347,0.206001358,-0.010430701,176,-1.474626146,0.5881926574,6606.63643 +348,-0.268308653,0.234799412,176,-1.474626146,0.5881926574,4515.9237335 +349,0.759363263,0.736189579,176,-1.474626146,0.5881926574,6249.526218 +350,0.181363926,0.891988372,176,-1.474626146,0.5881926574,4646.1520739 +351,-0.021111158,0.139103292,176,-1.474626146,0.5881926574,5531.8319191 +352,-0.093355215,0.630686981,176,-1.474626146,0.5881926574,4356.2807225 +353,0.40118964,0.681375926,176,-1.474626146,0.5881926574,5603.7608394 +354,-0.721197315,1.304706234,176,-1.474626146,0.5881926574,3178.8212166 +355,-1.076150317,0.212107639,176,-1.474626146,0.5881926574,2071.0815142 +356,-1.577164531,0.273993443,176,-1.474626146,0.5881926574,1297.3761956 +357,-0.190788414,0.182208586,176,-1.474626146,0.5881926574,4880.9509566 +358,-0.261349752,0.209710184,176,-1.474626146,0.5881926574,4590.735899 +359,-1.029303852,0.083549259,176,-1.474626146,0.5881926574,2585.0507929 +360,-1.268609162,0.330525297,176,-1.474626146,0.5881926574,1253.4536177 +361,1.282982244,-0.926641967,176,-1.474626146,0.5881926574,10720.995384 +362,0.217352334,0.731352408,176,-1.474626146,0.5881926574,5032.7736166 +363,-1.511833084,0.258629297,176,-1.474626146,0.5881926574,1312.1962797 +364,0.338812194,0.823184618,176,-1.474626146,0.5881926574,5134.970673 +365,-0.324406489,1.134201999,176,-1.474626146,0.5881926574,3437.6839891 +366,1.389579348,0.399185724,176,-1.474626146,0.5881926574,8395.3240138 +367,2.047152199,-0.039082036,176,-1.474626146,0.5881926574,9853.1807822 +368,0.947780369,0.568250077,176,-1.474626146,0.5881926574,7136.8729281 +369,0.763824846,0.576754987,176,-1.474626146,0.5881926574,6735.1350002 +370,-0.142334657,0.928153068,176,-1.474626146,0.5881926574,3858.1581892 +371,0.610266567,0.547265983,176,-1.474626146,0.5881926574,6462.2446336 +372,0.210731629,0.746815056,176,-1.474626146,0.5881926574,4985.4045433 +373,-1.34931644,0.316895224,176,-1.474626146,0.5881926574,1162.7125857 +374,2.407696481,0.655030745,176,-1.474626146,0.5881926574,6813.8144627 +375,0.64207831,0.545359131,176,-1.474626146,0.5881926574,6544.9660896 +376,1.174597538,0.840588356,176,-1.474626146,0.5881926574,6521.7476762 +377,0.660059424,0.010604079,176,-1.474626146,0.5881926574,8021.0257445 +378,-0.730263819,0.010486456,176,-1.474626146,0.5881926574,3584.6480275 +379,0.831068936,0.512339172,176,-1.474626146,0.5881926574,7077.0071328 +380,1.301180979,0.72367476,176,-1.474626146,0.5881926574,7079.4310116 +381,1.811128231,0.322854402,176,-1.474626146,0.5881926574,8794.3267772 +382,0.435105812,0.992284428,176,-1.474626146,0.5881926574,4959.5757765 +383,0.62643634,0.592027932,176,-1.474626146,0.5881926574,6378.5076505 +384,0.492988703,-0.516339467,176,-1.474626146,0.5881926574,8545.5337449 +385,-0.162469483,0.112549365,176,-1.474626146,0.5881926574,5123.5633423 +386,0.314630866,0.472006421,176,-1.474626146,0.5881926574,5858.2305745 +387,0.166744804,0.822815954,176,-1.474626146,0.5881926574,4734.1129226 +388,0.417159608,0.965805736,176,-1.474626146,0.5881926574,4985.576519 +389,0.106334961,0.868774244,176,-1.474626146,0.5881926574,4512.923748 +390,0.815086969,-0.338144359,176,-1.474626146,0.5881926574,9298.4616578 +391,0.59867455,-0.230624824,176,-1.474626146,0.5881926574,8373.6734623 +392,1.915104874,0.066220985,176,-1.474626146,0.5881926574,9690.4942772 +393,1.278093622,0.064463721,176,-1.474626146,0.5881926574,9477.7387574 +394,-0.061477853,0.302997961,176,-1.474626146,0.5881926574,5055.571744 +395,0.251311504,0.626976942,176,-1.474626146,0.5881926574,5337.4971872 +396,2.950242872,0.149095644,176,-1.474626146,0.5881926574,6821.8530911 +397,-0.180294708,0.35375117,176,-1.474626146,0.5881926574,4569.2436065 +398,1.010448592,-0.351180233,176,-1.474626146,0.5881926574,9959.3896378 +399,-1.748740498,0.3686318073,176,-1.474626146,0.5881926574,1295.1338258 +400,2.699635665,0.123533791,176,-1.474626146,0.5881926574,7658.4808677 +401,0.496808033,0.823843254,176,-1.474626146,0.5881926574,5478.0736164 +402,0.129574704,0.763364087,176,-1.474626146,0.5881926574,4748.2205884 +403,1.798920311,0.817447563,176,-1.474626146,0.5881926574,6856.2482986 +404,0.335987953,0.746786541,176,-1.474626146,0.5881926574,5294.9843211 +405,-1.085413643,0.292154671,176,-1.474626146,0.5881926574,1814.3599986 +406,-0.155321003,0.508207011,176,-1.474626146,0.5881926574,4369.2326906 +407,0.620529244,-0.301175104,176,-1.474626146,0.5881926574,8587.6117418 +408,1.684402744,0.368716966,176,-1.474626146,0.5881926574,8652.9578944 +409,0.300582244,-0.386397212,176,-1.474626146,0.5881926574,7704.1272882 +410,2.913555946,-0.009225192,176,-1.474626146,0.5881926574,7305.3658037 +411,1.465101417,0.493232532,176,-1.474626146,0.5881926574,8093.8415088 +412,0.090612882,0.907955955,176,-1.474626146,0.5881926574,4416.3683235 +413,2.987564726,-0.729568594,176,-1.474626146,0.5881926574,8403.7616916 +414,-1.484261606,0.224149272,176,-1.474626146,0.5881926574,1442.3946723 +415,0.164073421,0.303955133,176,-1.474626146,0.5881926574,5776.5371017 +416,0.141441293,0.167552546,176,-1.474626146,0.5881926574,6002.3304252 +417,2.931321023,-0.506718887,176,-1.474626146,0.5881926574,8244.4683521 +418,2.21951565,0.700596356,176,-1.474626146,0.5881926574,6953.4845934 +419,0.268112576,1.199114336,176,-1.474626146,0.5881926574,4305.0176209 +420,0.978913739,0.359223811,176,-1.474626146,0.5881926574,7880.440893 +421,1.210898818,0.522863584,176,-1.474626146,0.5881926574,7723.366957 +422,2.347397336,0.129231362,176,-1.474626146,0.5881926574,8623.204883 +423,0.614394501,0.556878345,176,-1.474626146,0.5881926574,6446.1035138 +424,-1.398079356,0.148483366,176,-1.474626146,0.5881926574,1763.9748734 +425,2.535303836,-0.112984496,176,-1.474626146,0.5881926574,8754.2543657 +426,-1.019372593,-0.405322349,176,-1.474626146,0.5881926574,4293.353506 +427,-1.297785627,-0.160104069,176,-1.474626146,0.5881926574,3037.8343788 +428,2.144554488,0.205051084,176,-1.474626146,0.5881926574,8822.5705408 +429,-2.242387083,-0.426171285,176,-1.474626146,0.5881926574,4949.8910198 +430,0.338637212,0.909723676,176,-1.474626146,0.5881926574,4951.2170807 +431,-0.148798452,0.691042401,176,-1.474626146,0.5881926574,4106.1416316 +432,0.893524764,0.441829531,176,-1.474626146,0.5881926574,7432.3350393 +433,0.969229347,-0.368847936,176,-1.474626146,0.5881926574,9860.0869911 +434,0.436043248,0.800045688,176,-1.474626146,0.5881926574,5404.8062361 +435,1.687946607,1.081504775,176,-1.474626146,0.5881926574,5829.8344429 +436,0.522302046,-0.034889271,176,-1.474626146,0.5881926574,7693.5109681 +437,-0.178996113,-0.438090009,176,-1.474626146,0.5881926574,6343.46077 +438,-1.094339566,0.301444068,176,-1.474626146,0.5881926574,1764.4627771 +439,-1.064070054,0.242569932,176,-1.474626146,0.5881926574,2011.9100438 +440,-1.068153768,0.230387998,176,-1.474626146,0.5881926574,2036.8534492 +441,-3.00496892,-0.23989155,176,-1.474626146,0.5881926574,6615.305239 +442,0.21751974,0.766874888,176,-1.474626146,0.5881926574,4963.061202 +443,0.117229532,0.007619006,176,-1.474626146,0.5881926574,6274.5714022 +444,0.777758451,0.420554741,176,-1.474626146,0.5881926574,7230.7484986 +445,-0.252356999,0.250747086,176,-1.474626146,0.5881926574,4535.9315583 +446,0.363148444,0.768483434,176,-1.474626146,0.5881926574,5311.4053841 +447,0.903191366,-0.118210676,176,-1.474626146,0.5881926574,9088.1726082 +448,-0.205755923,0.149406178,176,-1.474626146,0.5881926574,4901.475997 +449,1.811996086,0.02364353,176,-1.474626146,0.5881926574,9960.7863958 +450,-1.100670221,0.314845373,176,-1.474626146,0.5881926574,1710.4646102 +451,0.340078597,0.850105132,176,-1.474626146,0.5881926574,5080.0217092 +452,0.258757267,0.804969236,176,-1.474626146,0.5881926574,4987.5853298 +453,2.78505352,-0.155160804,176,-1.474626146,0.5881926574,8049.8353988 +454,0.800551619,0.105822106,176,-1.474626146,0.5881926574,8192.0073968 +455,0.437940882,-0.506194031,176,-1.474626146,0.5881926574,8355.107716 +456,2.230431122,0.63458615,176,-1.474626146,0.5881926574,7171.5851067 +457,0.527965361,0.127667701,176,-1.474626146,0.5881926574,7324.1480099 +458,-0.063643205,0.702093448,176,-1.474626146,0.5881926574,4331.1882965 +459,1.408447268,0.133010502,176,-1.474626146,0.5881926574,9426.4470085 +460,0.523795955,0.280266966,176,-1.474626146,0.5881926574,6931.0595804 +461,-0.975769313,0.072177659,176,-1.474626146,0.5881926574,2749.0977533 +462,0.549774164,-0.463663986,176,-1.474626146,0.5881926574,8644.6854771 +463,0.29245874,1.095549818,176,-1.474626146,0.5881926574,4508.8522275 +464,0.143625958,0.816809593,176,-1.474626146,0.5881926574,4688.8277239 +465,0.671902494,0.611159853,176,-1.474626146,0.5881926574,6430.2588149 +466,1.239840988,0.6724199,176,-1.474626146,0.5881926574,7209.5499639 +467,0.607829703,-0.10932137,176,-1.474626146,0.5881926574,8139.5983495 +468,1.763020906,0.263996692,176,-1.474626146,0.5881926574,9048.8866751 +469,0.378714634,0.726066797,176,-1.474626146,0.5881926574,5444.7844996 +470,2.196736143,-0.153862366,176,-1.474626146,0.5881926574,9858.5839605 +471,0.01702415,0.148991565,176,-1.474626146,0.5881926574,5635.8921102 +472,-2.998490902,-0.158002487,176,-1.474626146,0.5881926574,6415.1420249 +473,-3.051262951,-0.346595608,176,-1.474626146,0.5881926574,6991.4432263 +474,-1.069176439,0.182802941,176,-1.474626146,0.5881926574,2177.8052504 +475,0.167157509,0.595344954,176,-1.474626146,0.5881926574,5170.6329223 +476,0.613855648,0.681746124,176,-1.474626146,0.5881926574,6103.2110902 +477,1.037012736,0.682555367,176,-1.474626146,0.5881926574,6905.2314565 +478,-1.253574971,0.379755746,176,-1.474626146,0.5881926574,1130.3935748 +479,3.108590453,-0.132620738,176,-1.474626146,0.5881926574,6937.1802056 +480,0.565301296,0.022333262,176,-1.474626146,0.5881926574,7696.1300013 +481,0.547898238,0.855555614,176,-1.474626146,0.5881926574,5502.1322138 +482,0.948309381,0.417393755,176,-1.474626146,0.5881926574,7627.7355169 +483,-0.050600732,0.945269213,176,-1.474626146,0.5881926574,4051.0337519 +484,-0.977651478,-0.572363064,176,-1.474626146,0.5881926574,4955.8144064 +485,1.102014914,0.728861163,176,-1.474626146,0.5881926574,6836.7607232 +486,2.927300795,-0.282939414,176,-1.474626146,0.5881926574,7847.4377979 +487,-1.154565557,0.124434095,176,-1.474626146,0.5881926574,2179.076464 +488,1.855331234,0.291044755,176,-1.474626146,0.5881926574,8889.2340787 +489,0.830290659,0.276904518,176,-1.474626146,0.5881926574,7784.8972771 +490,0.485104466,-0.234867441,176,-1.474626146,0.5881926574,8008.6513921 +491,0.521367572,-0.33161327,176,-1.474626146,0.5881926574,8319.3818906 +1,-1.539031704,0.7349710123,177,-1.421139645,0.5584869783,791.53082685 +2,-1.536990553,0.7349663874,177,-1.421139645,0.5584869783,788.5213873 +3,-1.534951779,0.7349571355,177,-1.421139645,0.5584869783,785.54031849 +4,-1.532906461,0.7349480293,177,-1.421139645,0.5584869783,782.59166491 +5,-1.531320211,0.7346937278,177,-1.421139645,0.5584869783,779.47277749 +6,-1.539451648,0.7335131775,177,-1.421139645,0.5584869783,787.16925766 +7,-1.537429487,0.7335445708,177,-1.421139645,0.5584869783,784.28015171 +8,-1.535484998,0.7335658704,177,-1.421139645,0.5584869783,781.5103969 +9,-1.533488396,0.7336036027,177,-1.421139645,0.5584869783,778.76122978 +10,-1.531497785,0.7335842962,177,-1.421139645,0.5584869783,775.86368142 +11,-1.530259379,0.7334777758,177,-1.421139645,0.5584869783,773.7518536 +12,-1.5335454,0.7322346912,177,-1.421139645,0.5584869783,774.11126224 +13,-1.531489083,0.7322238773,177,-1.421139645,0.5584869783,771.12801695 +14,-1.530011122,0.7321679851,177,-1.421139645,0.5584869783,768.84290417 +15,-1.53348106,0.7306614094,177,-1.421139645,0.5584869783,768.59076989 +16,-1.531441779,0.7306962275,177,-1.421139645,0.5584869783,765.76653527 +17,-1.529755654,0.7306933243,177,-1.421139645,0.5584869783,763.35439899 +18,-1.533415048,0.7291384674,177,-1.421139645,0.5584869783,763.25154559 +19,-1.531392093,0.7291705353,177,-1.421139645,0.5584869783,760.41843891 +20,-1.529296523,0.7291214933,177,-1.421139645,0.5584869783,757.24378237 +21,-1.535280942,0.727267644,177,-1.421139645,0.5584869783,759.60654755 +22,-1.533378158,0.7276139666,177,-1.421139645,0.5584869783,757.96004897 +23,-1.531340368,0.7276446587,177,-1.421139645,0.5584869783,755.07693032 +24,-1.528960113,0.7276398177,177,-1.421139645,0.5584869783,751.62411399 +25,-1.533313146,0.7260818349,177,-1.421139645,0.5584869783,752.61152927 +26,-1.531259555,0.7260958115,177,-1.421139645,0.5584869783,749.62406716 +27,-1.528926415,0.7260865555,177,-1.421139645,0.5584869783,746.19696101 +28,-1.531226779,0.7245511789,177,-1.421139645,0.5584869783,744.26698316 +29,-1.528904772,0.7245519194,177,-1.421139645,0.5584869783,740.86272216 +30,-1.547195875,0.7409785979,177,-1.421139645,0.5584869783,824.19497326 +31,-1.5451475,0.740980426,177,-1.421139645,0.5584869783,821.1308823 +32,-1.543097679,0.7409798872,177,-1.421139645,0.5584869783,818.09558293 +33,-1.540720364,0.7409892687,177,-1.421139645,0.5584869783,814.65919943 +34,-1.547188511,0.7395198392,177,-1.421139645,0.5584869783,819.24006689 +35,-1.545148587,0.7395226109,177,-1.421139645,0.5584869783,816.16953473 +36,-1.543104538,0.7395314908,177,-1.421139645,0.5584869783,813.15261943 +37,-1.540727751,0.7395306258,177,-1.421139645,0.5584869783,809.65605325 +38,-1.547187029,0.7380014886,177,-1.421139645,0.5584869783,814.10354383 +39,-1.545147315,0.7380012252,177,-1.421139645,0.5584869783,810.9995202 +40,-1.54310719,0.7380060743,177,-1.421139645,0.5584869783,807.95120217 +41,-1.540719671,0.7380068206,177,-1.421139645,0.5584869783,804.41713921 +42,-1.547187189,0.7364799098,177,-1.421139645,0.5584869783,808.97059392 +43,-1.545149996,0.7364853874,177,-1.421139645,0.5584869783,805.86603046 +44,-1.543106091,0.7364823484,177,-1.421139645,0.5584869783,802.76151412 +45,-1.540717158,0.7364893901,177,-1.421139645,0.5584869783,799.21932261 +46,-1.538663972,0.7410138672,177,-1.421139645,0.5584869783,811.78727967 +47,-1.53695285,0.7409699132,177,-1.421139645,0.5584869783,809.20566143 +48,-1.534910498,0.7409641297,177,-1.421139645,0.5584869783,806.322694 +49,-1.533145034,0.7409536636,177,-1.421139645,0.5584869783,803.84429485 +50,-1.538681336,0.7395405883,177,-1.421139645,0.5584869783,806.72559836 +51,-1.536999189,0.7395183096,177,-1.421139645,0.5584869783,804.24179237 +52,-1.534923633,0.7395144222,177,-1.421139645,0.5584869783,801.29640663 +53,-1.533267822,0.7395654306,177,-1.421139645,0.5584869783,799.16576823 +54,-1.53867273,0.7380151077,177,-1.421139645,0.5584869783,801.45702422 +55,-1.536980576,0.7379994392,177,-1.421139645,0.5584869783,798.96301498 +56,-1.534931522,0.7379944961,177,-1.421139645,0.5584869783,796.02866106 +57,-1.533387952,0.7379480264,177,-1.421139645,0.5584869783,793.69670005 +58,-1.538682279,0.7364914363,177,-1.421139645,0.5584869783,796.23200708 +59,-1.536980704,0.7364810563,177,-1.421139645,0.5584869783,793.72327968 +60,-1.534935567,0.7364752065,177,-1.421139645,0.5584869783,790.76827331 +61,-1.533042592,0.7363876366,177,-1.421139645,0.5584869783,787.78436843 +62,-1.545143426,0.7349628011,177,-1.421139645,0.5584869783,800.7075008 +63,-1.543105297,0.7349691947,177,-1.421139645,0.5584869783,797.61989824 +64,-1.541064533,0.7349647152,177,-1.421139645,0.5584869783,794.53105252 +65,-1.545411803,0.7334624714,177,-1.421139645,0.5584869783,796.06169952 +66,-1.543446606,0.7334780896,177,-1.421139645,0.5584869783,793.08782636 +67,-1.541475327,0.7334957295,177,-1.421139645,0.5584869783,790.14894775 +68,-1.545401939,0.731963266,177,-1.421139645,0.5584869783,791.00406155 +69,-1.54342253,0.7319915583,177,-1.421139645,0.5584869783,788.02787893 +70,-1.541455867,0.7320216438,177,-1.421139645,0.5584869783,785.11557364 +71,-1.545410146,0.7304422281,177,-1.421139645,0.5584869783,785.91381195 +72,-1.543435491,0.7304713664,177,-1.421139645,0.5584869783,782.92348759 +73,-1.541463105,0.7304997613,177,-1.421139645,0.5584869783,779.97249233 +74,-1.545414768,0.7289194936,177,-1.421139645,0.5584869783,780.82536907 +75,-1.543435774,0.7289538557,177,-1.421139645,0.5584869783,777.82124091 +76,-1.541457714,0.7289765881,177,-1.421139645,0.5584869783,774.81813871 +77,-1.539449415,0.7320555866,177,-1.421139645,0.5584869783,782.19497238 +78,-1.537429183,0.7321097681,177,-1.421139645,0.5584869783,779.36370619 +79,-1.535472649,0.7321497267,177,-1.421139645,0.5584869783,776.61886315 +80,-1.539457899,0.7305333307,177,-1.421139645,0.5584869783,777.02803182 +81,-1.537453161,0.7305750503,177,-1.421139645,0.5584869783,774.1526956 +82,-1.535479385,0.7306124949,177,-1.421139645,0.5584869783,771.34965085 +83,-1.53946905,0.7290102593,177,-1.421139645,0.5584869783,771.87478835 +84,-1.537459922,0.7290417293,177,-1.421139645,0.5584869783,768.93317861 +85,-1.535451349,0.7290890157,177,-1.421139645,0.5584869783,766.08783301 +86,-1.535522937,0.7279887191,177,-1.421139645,0.5584869783,762.43193355 +87,-1.539442524,0.7274735939,177,-1.421139645,0.5584869783,766.63027535 +88,-1.537424111,0.727521351,177,-1.421139645,0.5584869783,763.7054675 +89,-1.539384641,0.7259505092,177,-1.421139645,0.5584869783,761.39520897 +90,-1.537372391,0.7259947145,177,-1.421139645,0.5584869783,758.44368405 +91,-1.535340789,0.7260435356,177,-1.421139645,0.5584869783,755.52085272 +92,-1.539325716,0.7244369706,177,-1.421139645,0.5584869783,756.20219004 +93,-1.537308932,0.7244801057,177,-1.421139645,0.5584869783,753.21594776 +94,-1.535289068,0.7245247645,177,-1.421139645,0.5584869783,750.27270956 +95,-1.533261366,0.7245550236,177,-1.421139645,0.5584869783,747.3117025 +96,-1.539267302,0.722921924,177,-1.421139645,0.5584869783,751.01651266 +97,-1.537248972,0.7229660258,177,-1.421139645,0.5584869783,748.00666549 +98,-1.535219431,0.7229916471,177,-1.421139645,0.5584869783,744.95971312 +99,-1.53318962,0.7230212049,177,-1.421139645,0.5584869783,741.96891717 +100,-1.531154816,0.7230299897,177,-1.421139645,0.5584869783,738.94332712 +101,-1.528878341,0.7230370244,177,-1.421139645,0.5584869783,735.60078602 +102,-1.539218189,0.7214009878,177,-1.421139645,0.5584869783,745.83775273 +103,-1.537198791,0.7214422745,177,-1.421139645,0.5584869783,742.7916811 +104,-1.535179266,0.7214634354,177,-1.421139645,0.5584869783,739.72020251 +105,-1.533156501,0.7214944644,177,-1.421139645,0.5584869783,736.72008505 +106,-1.53113574,0.7215166021,177,-1.421139645,0.5584869783,733.73633192 +107,-1.528874248,0.7215345535,177,-1.421139645,0.5584869783,730.42574462 +108,-1.539217656,0.7198512397,177,-1.421139645,0.5584869783,740.65293833 +109,-1.537199919,0.7199428763,177,-1.421139645,0.5584869783,737.75169813 +110,-1.545425832,0.727397149,177,-1.421139645,0.5584869783,775.76188715 +111,-1.543371177,0.7273916949,177,-1.421139645,0.5584869783,772.47989264 +112,-1.541368852,0.7274523163,177,-1.421139645,0.5584869783,769.54254188 +113,-1.545349067,0.7258710923,177,-1.421139645,0.5584869783,770.55839087 +114,-1.54332671,0.7258603556,177,-1.421139645,0.5584869783,767.28588371 +115,-1.541346831,0.7259242142,177,-1.421139645,0.5584869783,764.36991948 +116,-1.545324355,0.7243383958,177,-1.421139645,0.5584869783,765.42927383 +117,-1.543292796,0.7243617413,177,-1.421139645,0.5584869783,762.23040997 +118,-1.541295822,0.7244024384,177,-1.421139645,0.5584869783,759.1853592 +119,-1.543193859,0.7205570215,177,-1.421139645,0.5584869783,749.43117271 +120,-1.550257047,0.7386738187,177,-1.421139645,0.5584869783,821.10267163 +121,-1.549335448,0.7311736483,177,-1.421139645,0.5584869783,794.5917424 +122,-1.533478843,0.7179891343,177,-1.421139645,0.5584869783,725.33470542 +123,-1.556150555,0.738907041,177,-1.421139645,0.5584869783,831.18814921 +124,-1.554324226,0.733414257,177,-1.421139645,0.5584869783,810.08009805 +125,-1.554290846,0.7288285332,177,-1.421139645,0.5584869783,794.97150174 +126,-1.55122487,0.7219795312,177,-1.421139645,0.5584869783,767.48245345 +127,-1.525104458,0.7229399862,177,-1.421139645,0.5584869783,729.80470935 +128,-1.519607711,0.7236181429,177,-1.421139645,0.5584869783,724.51480711 +129,-1.513899999,0.7251107854,177,-1.421139645,0.5584869783,722.25838034 +130,-1.536620762,0.7431061895,177,-1.421139645,0.5584869783,816.16171634 +131,-1.5369566,0.7460845958,177,-1.421139645,0.5584869783,827.0068817 +132,-1.545345528,0.7447040685,177,-1.421139645,0.5584869783,834.14408424 +133,-1.532813921,0.7432306626,177,-1.421139645,0.5584869783,811.36550993 +134,-1.554788248,0.7382381001,177,-1.421139645,0.5584869783,826.78822753 +135,-1.540348126,0.7301594274,177,-1.421139645,0.5584869783,777.11304202 +136,-1.538016084,0.7239051786,177,-1.421139645,0.5584869783,752.36845159 +137,-1.525288962,0.7258085137,177,-1.421139645,0.5584869783,740.04924009 +138,-1.534326986,0.731241342,177,-1.421139645,0.5584869783,771.82027009 +139,-1.530733872,0.7303625216,177,-1.421139645,0.5584869783,763.59764396 +141,-1.534354939,0.7328219978,177,-1.421139645,0.5584869783,777.3080108 +142,-1.53157084,0.7292888153,177,-1.421139645,0.5584869783,761.08534379 +143,-1.525691035,0.7263799874,177,-1.421139645,0.5584869783,742.60687236 +144,-1.534031287,0.7495967835,177,-1.421139645,0.5584869783,835.37938662 +145,-1.527714986,0.7283095957,177,-1.421139645,0.5584869783,752.1797026 +146,-1.526189586,0.7271468292,177,-1.421139645,0.5584869783,745.98081291 +147,-1.555177336,0.7375563366,177,-1.421139645,0.5584869783,825.15033617 +148,-1.555080283,0.7312707794,177,-1.421139645,0.5584869783,804.27750113 +149,-1.53856994,0.7224180299,177,-1.421139645,0.5584869783,748.22614716 +150,-1.530837883,0.729933372,177,-1.421139645,0.5584869783,762.25971271 +151,-1.515066984,0.5854133365,177,-1.421139645,0.5584869783,330.46340506 +152,-1.534731633,0.5368370046,177,-1.421139645,0.5584869783,393.51753252 +153,-1.515231902,0.5607085576,177,-1.421139645,0.5584869783,315.94067649 +154,-2.616253799,1.0684566605,177,-1.421139645,0.5584869783,3601.9574829 +155,-1.956071439,0.5792177723,177,-1.421139645,0.5584869783,1780.711045 +156,-1.951208514,0.5602434208,177,-1.421139645,0.5584869783,1773.6388524 +157,-1.944675062,0.6062144545,177,-1.421139645,0.5584869783,1735.7682126 +158,-1.613778386,0.6077989518,177,-1.421139645,0.5584869783,665.7866164 +159,-2.035029014,0.6021432345,177,-1.421139645,0.5584869783,2030.6947747 +160,-2.114989471,0.6801825058,177,-1.421139645,0.5584869783,2270.5131681 +161,-2.037382079,0.5765830025,177,-1.421139645,0.5584869783,2049.8005079 +162,-2.129855121,0.6585019963,177,-1.421139645,0.5584869783,2318.7907527 +163,-2.075141798,0.6493615843,177,-1.421139645,0.5584869783,2148.251149 +164,-1.828626729,0.6948433129,177,-1.421139645,0.5584869783,1409.2139223 +165,-1.863329418,0.6735427691,177,-1.421139645,0.5584869783,1494.80776 +166,-1.266037071,0.727988852,177,-1.421139645,0.5584869783,831.08326338 +167,-1.277579582,0.7249010648,177,-1.421139645,0.5584869783,800.37219894 +168,-1.258418684,0.7241194816,177,-1.421139645,0.5584869783,833.86768846 +169,-1.317813974,0.6804850104,177,-1.421139645,0.5584869783,586.65988304 +170,-1.344165204,0.6790988904,177,-1.421139645,0.5584869783,538.2599134 +171,-1.427582102,0.5277120351,177,-1.421139645,0.5584869783,123.84143353 +172,-1.402238616,0.457167829,177,-1.421139645,0.5584869783,406.61336013 +173,-1.422454264,0.4996161999,177,-1.421139645,0.5584869783,233.23045348 +174,-1.439089277,0.4894859811,177,-1.421139645,0.5584869783,280.15438887 +175,-1.448126995,0.5182330266,177,-1.421139645,0.5584869783,183.96579947 +176,-1.474626146,0.5881926574,177,-1.421139645,0.5584869783,213.34270774 +177,-1.421139645,0.5584869783,177,-1.421139645,0.5584869783,24.341779341 +178,-1.457037165,0.565943032,177,-1.421139645,0.5584869783,123.87335803 +179,-2.757159358,0.3745319,177,-1.421139645,0.5584869783,4688.8001091 +180,-2.714309238,0.342054471,177,-1.421139645,0.5584869783,4606.1250451 +181,-2.000525337,0.774119946,177,-1.421139645,0.5584869783,1978.0626099 +183,-1.571413436,0.6777838382,177,-1.421139645,0.5584869783,676.57366372 +184,-1.552860289,0.6987663893,177,-1.421139645,0.5584869783,697.1280554 +185,-1.521852374,0.7165827476,177,-1.421139645,0.5584869783,703.07142614 +186,-1.503656267,0.6928968252,177,-1.421139645,0.5584869783,594.43211957 +187,-1.502753178,0.7136205882,177,-1.421139645,0.5584869783,666.96913475 +188,-1.631894563,0.7343596465,177,-1.421139645,0.5584869783,962.10470339 +189,-1.653765416,0.6770714026,177,-1.421139645,0.5584869783,884.47166693 +190,-1.719812114,0.6715965947,177,-1.421139645,0.5584869783,1062.8041539 +191,-1.493406659,0.6646955447,177,-1.421139645,0.5584869783,481.42701505 +192,-1.469120564,0.6613469966,177,-1.421139645,0.5584869783,436.13382199 +193,-1.590551461,0.5326612937,177,-1.421139645,0.5584869783,582.45957679 +194,-1.625979264,0.5247742243,177,-1.421139645,0.5584869783,707.56020655 +195,-1.572293943,0.5238808754,177,-1.421139645,0.5584869783,530.97943219 +196,-1.610848725,0.5477107964,177,-1.421139645,0.5584869783,640.55068985 +197,-1.208485554,0.7918526018,177,-1.421139645,0.5584869783,1131.5387114 +198,-1.335601374,0.6869083083,177,-1.421139645,0.5584869783,578.11699619 +199,-1.346156996,0.6825213377,177,-1.421139645,0.5584869783,547.32684298 +200,-1.324381037,0.6741422347,177,-1.421139645,0.5584869783,554.41552467 +201,-1.242424992,0.7378949807,177,-1.421139645,0.5584869783,905.98722876 +202,-1.270370057,0.7392461008,177,-1.421139645,0.5584869783,858.60941866 +203,-1.448950472,0.7441675014,177,-1.421139645,0.5584869783,740.63879685 +204,-1.492662363,0.7523026852,177,-1.421139645,0.5584869783,799.60572101 +205,-1.479098966,0.7763855017,177,-1.421139645,0.5584869783,881.51824463 +206,-1.633760714,0.7869022408,177,-1.421139645,0.5584869783,1116.4016359 +207,-1.647406434,0.8101289331,177,-1.421139645,0.5584869783,1211.3261757 +208,-1.564245052,0.5701509278,177,-1.421139645,0.5584869783,481.05430013 +209,-1.646289963,0.6833746083,177,-1.421139645,0.5584869783,876.55669732 +210,-1.5820631,0.6751952144,177,-1.421139645,0.5584869783,695.04230209 +211,-1.613236298,0.6681681791,177,-1.421139645,0.5584869783,757.9782131 +212,-1.914661867,0.8212566515,177,-1.421139645,0.5584869783,1816.03089 +213,-1.742133237,0.7250275956,177,-1.421139645,0.5584869783,1209.4838905 +214,-2.033144872,0.6557314699,177,-1.421139645,0.5584869783,2015.8047714 +215,-2.039551981,0.6964723658,177,-1.421139645,0.5584869783,2042.1672291 +216,-1.247341019,0.7622473908,177,-1.421139645,0.5584869783,971.51323086 +217,-1.298239787,0.7084123392,177,-1.421139645,0.5584869783,711.18656446 +218,-1.308539688,0.6926545592,177,-1.421139645,0.5584869783,642.3329618 +219,-1.303263185,0.6888938396,177,-1.421139645,0.5584869783,640.21990409 +220,-1.852400229,0.6004246149,177,-1.421139645,0.5584869783,1435.4154298 +221,-1.288947707,0.7473773692,177,-1.421139645,0.5584869783,855.13863996 +222,-1.372031502,0.7472790993,177,-1.421139645,0.5584869783,763.47211458 +223,-1.289805721,0.7242157877,177,-1.421139645,0.5584869783,776.87271999 +224,-1.350807603,0.7533498126,177,-1.421139645,0.5584869783,802.53355779 +225,-1.329290365,0.7560442322,177,-1.421139645,0.5584869783,833.38122894 +226,-1.410153004,0.616936428,177,-1.421139645,0.5584869783,234.3319266 +227,-1.393445434,0.6308995063,177,-1.421139645,0.5584869783,300.85996802 +228,-1.37595573,0.6241540638,177,-1.421139645,0.5584869783,299.52196454 +229,-1.358388707,0.6172645205,177,-1.421139645,0.5584869783,311.36685406 +230,-1.753741133,0.8281661666,177,-1.421139645,0.5584869783,1464.4727063 +231,-1.47430987,0.6834615681,177,-1.421139645,0.5584869783,523.72695396 +232,-1.421012508,0.7222725206,177,-1.421139645,0.5584869783,648.75465804 +233,-1.4476833,0.6978557868,177,-1.421139645,0.5584869783,558.52864051 +234,-1.470370723,0.6966193374,177,-1.421139645,0.5584869783,569.365541 +235,-1.429211703,0.7037216883,177,-1.421139645,0.5584869783,575.85093929 +236,-1.700578405,0.6178673663,177,-1.421139645,0.5584869783,949.21227197 +237,-1.678117619,0.6331716163,177,-1.421139645,0.5584869783,891.78606143 +238,-1.725644578,0.6316331145,177,-1.421139645,0.5584869783,1038.3180403 +239,-2.14012759,0.7930497945,177,-1.421139645,0.5584869783,2376.6950649 +240,-2.103289431,0.7653606263,177,-1.421139645,0.5584869783,2258.3498971 +241,-1.318739838,0.7017808746,177,-1.421139645,0.5584869783,655.00977782 +242,-1.396417427,0.7077900843,177,-1.421139645,0.5584869783,596.60996031 +243,-1.35650337,0.7185539404,177,-1.421139645,0.5584869783,666.33848505 +244,-1.248884539,0.7274156818,177,-1.421139645,0.5584869783,862.40794813 +245,-1.395014798,0.5761185243,177,-1.421139645,0.5584869783,111.77221269 +246,-1.433377362,0.6064716109,177,-1.421139645,0.5584869783,194.32818638 +247,-1.408172432,0.5903155476,177,-1.421139645,0.5584869783,133.24183631 +248,-1.749645898,0.7757118084,177,-1.421139645,0.5584869783,1330.3898751 +249,-1.571626686,0.615046989,177,-1.421139645,0.5584869783,544.32056684 +250,-1.514070049,0.6303003037,177,-1.421139645,0.5584869783,416.89411686 +251,-1.480890369,0.6237966528,177,-1.421139645,0.5584869783,324.81047776 +252,-1.704390658,0.5281680612,177,-1.421139645,0.5584869783,966.93434307 +253,-1.64434733,0.5254277498,177,-1.421139645,0.5584869783,768.18234558 +254,-1.703855997,0.4792484842,177,-1.421139645,0.5584869783,1020.6012393 +255,-1.692002383,0.5748825051,177,-1.421139645,0.5584869783,906.68419343 +256,-1.854136457,0.5544643913,177,-1.421139645,0.5584869783,1453.1992344 +257,-1.665021206,0.520317736,177,-1.421139645,0.5584869783,841.8938104 +258,-1.733654349,0.4845187345,177,-1.421139645,0.5584869783,1111.0685434 +259,-1.720938188,0.5135933906,177,-1.421139645,0.5584869783,1035.1478949 +260,-1.742668307,0.553296122,177,-1.421139645,0.5584869783,1080.6992973 +261,-1.965659039,0.7142126903,177,-1.421139645,0.5584869783,1829.434997 +262,-1.944438071,0.6772834804,177,-1.421139645,0.5584869783,1745.0762747 +263,-1.270340967,0.7681487096,177,-1.421139645,0.5584869783,953.27513949 +264,-1.353091884,0.6549276821,177,-1.421139645,0.5584869783,441.42793294 +265,-1.333236659,0.6413584414,177,-1.421139645,0.5584869783,436.12993842 +266,-1.352015998,0.6753788907,177,-1.421139645,0.5584869783,513.90889865 +267,-1.377988483,0.6577816235,177,-1.421139645,0.5584869783,417.52477308 +268,-2.13075611,0.8318642051,177,-1.421139645,0.5584869783,2379.0104094 +269,-2.097910953,0.8259670014,177,-1.421139645,0.5584869783,2288.1184223 +270,-1.416382069,0.6694271549,177,-1.421139645,0.5584869783,439.70322738 +271,-1.538905672,0.7535625993,177,-1.421139645,0.5584869783,855.81971739 +272,-1.572309477,0.7803125099,177,-1.421139645,0.5584869783,994.85896878 +273,-1.87759879,0.7503853417,177,-1.421139645,0.5584869783,1613.8748318 +274,1.152365588,0.590457682,177,-1.421139645,0.5584869783,7423.8322113 +275,0.350198001,0.718001859,177,-1.421139645,0.5584869783,5337.6862395 +276,0.046513677,0.491503852,177,-1.421139645,0.5584869783,4902.1164486 +277,0.027510309,0.742571376,177,-1.421139645,0.5584869783,4441.7897528 +278,0.306285725,-0.214631579,177,-1.421139645,0.5584869783,7190.5696071 +279,-1.100564889,0.318051531,177,-1.421139645,0.5584869783,1488.7361584 +280,-1.078582306,0.301437596,177,-1.421139645,0.5584869783,1594.2194048 +281,-1.137371989,-0.617634065,177,-1.421139645,0.5584869783,4776.5447451 +282,0.784356344,0.703272339,177,-1.421139645,0.5584869783,6383.7217327 +283,-1.221209947,0.218327455,177,-1.421139645,0.5584869783,1531.1832042 +284,2.347301921,-0.449114658,177,-1.421139645,0.5584869783,10237.094308 +285,0.246820618,0.830553713,177,-1.421139645,0.5584869783,4865.7087388 +286,0.829414965,0.703288228,177,-1.421139645,0.5584869783,6475.1916775 +287,-1.337537566,0.42332223,177,-1.421139645,0.5584869783,609.65207501 +288,0.882453706,0.454478077,177,-1.421139645,0.5584869783,7334.0631022 +289,1.575629659,0.416419109,177,-1.421139645,0.5584869783,8543.5156465 +290,-1.039455679,0.229888244,177,-1.421139645,0.5584869783,1900.6045284 +291,0.489558039,0.934482747,177,-1.421139645,0.5584869783,5187.5374355 +292,0.081344504,0.88384514,177,-1.421139645,0.5584869783,4388.9124316 +293,-1.547979814,0.300350308,177,-1.421139645,0.5584869783,1119.0116026 +294,0.040776181,0.168560074,177,-1.421139645,0.5584869783,5506.0565272 +295,-1.130374745,0.563894876,177,-1.421139645,0.5584869783,974.32559006 +296,1.578326642,0.478507176,177,-1.421139645,0.5584869783,8301.4798912 +297,-1.12861823,-0.291640865,177,-1.421139645,0.5584869783,3545.7860385 +298,0.310524208,0.770885792,177,-1.421139645,0.5584869783,5131.6645263 +299,0.415649091,-0.387246002,177,-1.421139645,0.5584869783,7880.2164805 +300,-0.926533878,-0.188022748,177,-1.421139645,0.5584869783,3500.7200633 +301,1.258856172,-0.11716081,177,-1.421139645,0.5584869783,10002.794468 +302,-1.126050026,0.322941926,177,-1.421139645,0.5584869783,1406.3904831 +303,2.002785835,0.07893892,177,-1.421139645,0.5584869783,9703.9994568 +304,0.440437607,0.746258085,177,-1.421139645,0.5584869783,5500.0881258 +305,-0.030391866,0.214441206,177,-1.421139645,0.5584869783,5175.3597622 +306,0.521557815,-0.058929362,177,-1.421139645,0.5584869783,7591.2080218 +307,-0.097005111,0.13317729,177,-1.421139645,0.5584869783,5115.9672309 +308,1.83113859,0.221857587,177,-1.421139645,0.5584869783,9324.5037865 +309,0.222428864,0.099404236,177,-1.421139645,0.5584869783,6256.6555686 +310,-1.702731345,0.8728568183,177,-1.421139645,0.5584869783,1495.95051 +311,-0.418507569,0.278324921,177,-1.421139645,0.5584869783,3749.9212168 +312,-1.41153306,0.339029988,177,-1.421139645,0.5584869783,869.94035079 +313,0.357560442,0.114788776,177,-1.421139645,0.5584869783,6671.2786206 +314,0.325818979,0.268352149,177,-1.421139645,0.5584869783,6233.0337069 +315,-1.246004659,-0.663679965,177,-1.421139645,0.5584869783,4883.9877358 +316,1.814603087,0.637404484,177,-1.421139645,0.5584869783,7694.0822206 +317,1.843704281,-0.18300445,177,-1.421139645,0.5584869783,10889.666428 +318,1.690644492,-0.211480909,177,-1.421139645,0.5584869783,11065.073662 +319,-1.275451936,0.068109467,177,-1.421139645,0.5584869783,2016.4770125 +320,0.762430171,-0.207594741,177,-1.421139645,0.5584869783,8704.3818124 +321,0.265668905,-0.014647884,177,-1.421139645,0.5584869783,6642.2446849 +322,-2.773032013,-0.335515811,177,-1.421139645,0.5584869783,6224.2171014 +323,-1.469512853,0.174058777,177,-1.421139645,0.5584869783,1533.0063524 +324,0.286276986,0.785925691,177,-1.421139645,0.5584869783,5042.9627947 +325,-1.379324697,0.377432233,177,-1.421139645,0.5584869783,732.16157391 +326,-1.203778265,0.212813032,177,-1.421139645,0.5584869783,1581.5334057 +327,0.579916301,0.611743168,177,-1.421139645,0.5584869783,6163.5359462 +328,0.267582642,0.868113908,177,-1.421139645,0.5584869783,4848.2357074 +329,0.412869244,-0.050245578,177,-1.421139645,0.5584869783,7210.467984 +330,0.17524381,0.976660285,177,-1.421139645,0.5584869783,4474.6609384 +331,0.743157214,0.204812899,177,-1.421139645,0.5584869783,7666.2216994 +332,-1.070758176,0.269382282,177,-1.421139645,0.5584869783,1704.5066055 +333,-1.230364251,0.329790229,177,-1.421139645,0.5584869783,1132.4820747 +334,-1.374813124,-0.024926835,177,-1.421139645,0.5584869783,2317.4341876 +335,0.519780566,0.463669906,177,-1.421139645,0.5584869783,6370.0548499 +336,-1.55108034,0.239698561,177,-1.421139645,0.5584869783,1347.7361452 +337,0.180294813,0.029739425,177,-1.421139645,0.5584869783,6262.369328 +338,0.67820924,0.268170153,177,-1.421139645,0.5584869783,7312.9362921 +339,0.445798684,1.024001867,177,-1.421139645,0.5584869783,4915.1494709 +340,0.691751283,0.150521402,177,-1.421139645,0.5584869783,7651.512834 +341,-1.036643551,-0.903056181,177,-1.421139645,0.5584869783,5941.6674263 +342,-0.120287036,1.083325163,177,-1.421139645,0.5584869783,3799.7001871 +343,2.823513113,-0.304487164,177,-1.421139645,0.5584869783,8404.9028345 +344,0.457583172,1.12513373,177,-1.421139645,0.5584869783,4731.9605819 +345,0.042918831,0.813795399,177,-1.421139645,0.5584869783,4385.3326292 +346,1.196146777,-0.853142756,177,-1.421139645,0.5584869783,10500.052138 +347,0.206001358,-0.010430701,177,-1.421139645,0.5584869783,6433.0775482 +348,-0.268308653,0.234799412,177,-1.421139645,0.5584869783,4337.2173398 +349,0.759363263,0.736189579,177,-1.421139645,0.5584869783,6237.9536821 +350,0.181363926,0.891988372,177,-1.421139645,0.5584869783,4611.0948381 +351,-0.021111158,0.139103292,177,-1.421139645,0.5584869783,5358.7404622 +352,-0.093355215,0.630686981,177,-1.421139645,0.5584869783,4251.047117 +353,0.40118964,0.681375926,177,-1.421139645,0.5584869783,5545.9709098 +354,-0.721197315,1.304706234,177,-1.421139645,0.5584869783,3250.1531727 +355,-1.076150317,0.212107639,177,-1.421139645,0.5584869783,1859.9966983 +356,-1.577164531,0.273993443,177,-1.421139645,0.5584869783,1259.2938667 +357,-0.190788414,0.182208586,177,-1.421139645,0.5584869783,4701.4471306 +358,-0.261349752,0.209710184,177,-1.421139645,0.5584869783,4409.7226419 +359,-1.029303852,0.083549259,177,-1.421139645,0.5584869783,2377.0551652 +360,-1.268609162,0.330525297,177,-1.421139645,0.5584869783,1053.8406528 +361,1.282982244,-0.926641967,177,-1.421139645,0.5584869783,10525.801427 +362,0.217352334,0.731352408,177,-1.421139645,0.5584869783,4968.3837644 +363,-1.511833084,0.258629297,177,-1.421139645,0.5584869783,1232.1163181 +364,0.338812194,0.823184618,177,-1.421139645,0.5584869783,5097.1099179 +365,-0.324406489,1.134201999,177,-1.421139645,0.5584869783,3450.8554525 +366,1.389579348,0.399185724,177,-1.421139645,0.5584869783,8448.7658902 +367,2.047152199,-0.039082036,177,-1.421139645,0.5584869783,10052.953265 +368,0.947780369,0.568250077,177,-1.421139645,0.5584869783,7127.5340112 +369,0.763824846,0.576754987,177,-1.421139645,0.5584869783,6701.1900101 +370,-0.142334657,0.928153068,177,-1.421139645,0.5584869783,3817.1387229 +371,0.610266567,0.547265983,177,-1.421139645,0.5584869783,6404.8483368 +372,0.210731629,0.746815056,177,-1.421139645,0.5584869783,4923.4301996 +373,-1.34931644,0.316895224,177,-1.421139645,0.5584869783,990.75606632 +374,2.407696481,0.655030745,177,-1.421139645,0.5584869783,7007.6174357 +375,0.64207831,0.545359131,177,-1.421139645,0.5584869783,6491.0679563 +376,1.174597538,0.840588356,177,-1.421139645,0.5584869783,6573.6330475 +377,0.660059424,0.010604079,177,-1.421139645,0.5584869783,7889.4398269 +378,-0.730263819,0.010486456,177,-1.421139645,0.5584869783,3371.4566374 +379,0.831068936,0.512339172,177,-1.421139645,0.5584869783,7043.0721725 +380,1.301180979,0.72367476,177,-1.421139645,0.5584869783,7139.550795 +381,1.811128231,0.322854402,177,-1.421139645,0.5584869783,8935.9240156 +382,0.435105812,0.992284428,177,-1.421139645,0.5584869783,4960.5066952 +383,0.62643634,0.592027932,177,-1.421139645,0.5584869783,6329.8542025 +384,0.492988703,-0.516339467,177,-1.421139645,0.5584869783,8341.215778 +385,-0.162469483,0.112549365,177,-1.421139645,0.5584869783,4938.8537603 +386,0.314630866,0.472006421,177,-1.421139645,0.5584869783,5757.8693418 +387,0.166744804,0.822815954,177,-1.421139645,0.5584869783,4683.9466828 +388,0.417159608,0.965805736,177,-1.421139645,0.5584869783,4980.2895811 +389,0.106334961,0.868774244,177,-1.421139645,0.5584869783,4468.6599796 +390,0.815086969,-0.338144359,177,-1.421139645,0.5584869783,9128.6730652 +391,0.59867455,-0.230624824,177,-1.421139645,0.5584869783,8202.7949225 +392,1.915104874,0.066220985,177,-1.421139645,0.5584869783,9863.1160294 +393,1.278093622,0.064463721,177,-1.421139645,0.5584869783,9467.3538338 +394,-0.061477853,0.302997961,177,-1.421139645,0.5584869783,4899.28382 +395,0.251311504,0.626976942,177,-1.421139645,0.5584869783,5257.0090473 +396,2.950242872,0.149095644,177,-1.421139645,0.5584869783,7026.6209846 +397,-0.180294708,0.35375117,177,-1.421139645,0.5584869783,4411.4587819 +398,1.010448592,-0.351180233,177,-1.421139645,0.5584869783,9804.9960482 +399,-1.748740498,0.3686318073,177,-1.421139645,0.5584869783,1379.5584204 +400,2.699635665,0.123533791,177,-1.421139645,0.5584869783,7869.5231185 +401,0.496808033,0.823843254,177,-1.421139645,0.5584869783,5453.445043 +402,0.129574704,0.763364087,177,-1.421139645,0.5584869783,4683.694105 +403,1.798920311,0.817447563,177,-1.421139645,0.5584869783,6986.5659293 +404,0.335987953,0.746786541,177,-1.421139645,0.5584869783,5242.8951765 +405,-1.085413643,0.292154671,177,-1.421139645,0.5584869783,1601.1798477 +406,-0.155321003,0.508207011,177,-1.421139645,0.5584869783,4237.3750402 +407,0.620529244,-0.301175104,177,-1.421139645,0.5584869783,8409.4046114 +408,1.684402744,0.368716966,177,-1.421139645,0.5584869783,8768.6492535 +409,0.300582244,-0.386397212,177,-1.421139645,0.5584869783,7502.9594455 +410,2.913555946,-0.009225192,177,-1.421139645,0.5584869783,7502.1911585 +411,1.465101417,0.493232532,177,-1.421139645,0.5584869783,8168.3464798 +412,0.090612882,0.907955955,177,-1.421139645,0.5584869783,4379.7617012 +413,2.987564726,-0.729568594,177,-1.421139645,0.5584869783,8492.0553478 +414,-1.484261606,0.224149272,177,-1.421139645,0.5584869783,1344.0471831 +415,0.164073421,0.303955133,177,-1.421139645,0.5584869783,5637.8083844 +416,0.141441293,0.167552546,177,-1.421139645,0.5584869783,5844.1006241 +417,2.931321023,-0.506718887,177,-1.421139645,0.5584869783,8380.247162 +418,2.21951565,0.700596356,177,-1.421139645,0.5584869783,7131.487039 +419,0.268112576,1.199114336,177,-1.421139645,0.5584869783,4340.5247341 +420,0.978913739,0.359223811,177,-1.421139645,0.5584869783,7848.3926511 +421,1.210898818,0.522863584,177,-1.421139645,0.5584869783,7752.1947855 +422,2.347397336,0.129231362,177,-1.421139645,0.5584869783,8834.400174 +423,0.614394501,0.556878345,177,-1.421139645,0.5584869783,6390.6624164 +424,-1.398079356,0.148483366,177,-1.421139645,0.5584869783,1626.2388053 +425,2.535303836,-0.112984496,177,-1.421139645,0.5584869783,8961.414379 +426,-1.019372593,-0.405322349,177,-1.421139645,0.5584869783,4109.7099151 +427,-1.297785627,-0.160104069,177,-1.421139645,0.5584869783,2884.4065053 +428,2.144554488,0.205051084,177,-1.421139645,0.5584869783,9018.6111108 +429,-2.242387083,-0.426171285,177,-1.421139645,0.5584869783,4985.7153098 +430,0.338637212,0.909723676,177,-1.421139645,0.5584869783,4929.7951838 +431,-0.148798452,0.691042401,177,-1.421139645,0.5584869783,4009.8378787 +432,0.893524764,0.441829531,177,-1.421139645,0.5584869783,7397.8100033 +433,0.969229347,-0.368847936,177,-1.421139645,0.5584869783,9697.8813649 +434,0.436043248,0.800045688,177,-1.421139645,0.5584869783,5370.7159939 +435,1.687946607,1.081504775,177,-1.421139645,0.5584869783,5947.0050971 +436,0.522302046,-0.034889271,177,-1.421139645,0.5584869783,7541.6830484 +437,-0.178996113,-0.438090009,177,-1.421139645,0.5584869783,6130.4739454 +438,-1.094339566,0.301444068,177,-1.421139645,0.5584869783,1551.2697701 +439,-1.064070054,0.242569932,177,-1.421139645,0.5584869783,1799.3171973 +440,-1.068153768,0.230387998,177,-1.421139645,0.5584869783,1824.749015 +441,-3.00496892,-0.23989155,177,-1.421139645,0.5584869783,6764.8519979 +442,0.21751974,0.766874888,177,-1.421139645,0.5584869783,4905.4089048 +443,0.117229532,0.007619006,177,-1.421139645,0.5584869783,6097.0061589 +444,0.777758451,0.420554741,177,-1.421139645,0.5584869783,7176.0694014 +445,-0.252356999,0.250747086,177,-1.421139645,0.5584869783,4360.0672449 +446,0.363148444,0.768483434,177,-1.421139645,0.5584869783,5265.4922702 +447,0.903191366,-0.118210676,177,-1.421139645,0.5584869783,8966.1546368 +448,-0.205755923,0.149406178,177,-1.421139645,0.5584869783,4717.7105975 +449,1.811996086,0.02364353,177,-1.421139645,0.5584869783,10112.578461 +450,-1.100670221,0.314845373,177,-1.421139645,0.5584869783,1497.1822521 +451,0.340078597,0.850105132,177,-1.421139645,0.5584869783,5047.3054257 +452,0.258757267,0.804969236,177,-1.421139645,0.5584869783,4940.2545625 +453,2.78505352,-0.155160804,177,-1.421139645,0.5584869783,8241.8426104 +454,0.800551619,0.105822106,177,-1.421139645,0.5584869783,8092.9539782 +455,0.437940882,-0.506194031,177,-1.421139645,0.5584869783,8150.1308881 +456,2.230431122,0.63458615,177,-1.421139645,0.5584869783,7353.8851353 +457,0.527965361,0.127667701,177,-1.421139645,0.5584869783,7195.0481028 +458,-0.063643205,0.702093448,177,-1.421139645,0.5584869783,4242.0599281 +459,1.408447268,0.133010502,177,-1.421139645,0.5584869783,9461.6124639 +460,0.523795955,0.280266966,177,-1.421139645,0.5584869783,6823.4126553 +461,-0.975769313,0.072177659,177,-1.421139645,0.5584869783,2538.6434507 +462,0.549774164,-0.463663986,177,-1.421139645,0.5584869783,8446.0023436 +463,0.29245874,1.095549818,177,-1.421139645,0.5584869783,4522.6814234 +464,0.143625958,0.816809593,177,-1.421139645,0.5584869783,4635.9577745 +465,0.671902494,0.611159853,177,-1.421139645,0.5584869783,6389.8823092 +466,1.239840988,0.6724199,177,-1.421139645,0.5584869783,7256.4637622 +467,0.607829703,-0.10932137,177,-1.421139645,0.5584869783,7985.5438533 +468,1.763020906,0.263996692,177,-1.421139645,0.5584869783,9181.9840982 +469,0.378714634,0.726066797,177,-1.421139645,0.5584869783,5392.6814903 +470,2.196736143,-0.153862366,177,-1.421139645,0.5584869783,10071.778245 +471,0.01702415,0.148991565,177,-1.421139645,0.5584869783,5466.475893 +472,-2.998490902,-0.158002487,177,-1.421139645,0.5584869783,6574.3947511 +473,-3.051262951,-0.346595608,177,-1.421139645,0.5584869783,7130.1991231 +474,-1.069176439,0.182802941,177,-1.421139645,0.5584869783,1967.6338309 +475,0.167157509,0.595344954,177,-1.421139645,0.5584869783,5077.6682885 +476,0.613855648,0.681746124,177,-1.421139645,0.5584869783,6066.984652 +477,1.037012736,0.682555367,177,-1.421139645,0.5584869783,6922.7620044 +478,-1.253574971,0.379755746,177,-1.421139645,0.5584869783,921.87981133 +479,3.108590453,-0.132620738,177,-1.421139645,0.5584869783,7111.7542024 +480,0.565301296,0.022333262,177,-1.421139645,0.5584869783,7556.161597 +481,0.547898238,0.855555614,177,-1.421139645,0.5584869783,5487.4450049 +482,0.948309381,0.417393755,177,-1.421139645,0.5584869783,7598.5503819 +483,-0.050600732,0.945269213,177,-1.421139645,0.5584869783,4017.0326651 +484,-0.977651478,-0.572363064,177,-1.421139645,0.5584869783,4776.2602489 +485,1.102014914,0.728861163,177,-1.421139645,0.5584869783,6868.4612443 +486,2.927300795,-0.282939414,177,-1.421139645,0.5584869783,8016.9212096 +487,-1.154565557,0.124434095,177,-1.421139645,0.5584869783,1980.8008536 +488,1.855331234,0.291044755,177,-1.421139645,0.5584869783,9040.1020741 +489,0.830290659,0.276904518,177,-1.421139645,0.5584869783,7716.6857709 +490,0.485104466,-0.234867441,177,-1.421139645,0.5584869783,7829.6056126 +491,0.521367572,-0.33161327,177,-1.421139645,0.5584869783,8132.0622391 +1,-1.539031704,0.7349710123,178,-1.457037165,0.565943032,717.36314384 +2,-1.536990553,0.7349663874,178,-1.457037165,0.565943032,715.06909138 +3,-1.534951779,0.7349571355,178,-1.457037165,0.565943032,712.81078571 +4,-1.532906461,0.7349480293,178,-1.457037165,0.565943032,710.5965935 +5,-1.531320211,0.7346937278,178,-1.457037165,0.565943032,707.99805994 +6,-1.539451648,0.7335131775,178,-1.457037165,0.565943032,712.51317234 +7,-1.537429487,0.7335445708,178,-1.457037165,0.565943032,710.34205175 +8,-1.535484998,0.7335658704,178,-1.457037165,0.565943032,708.26925412 +9,-1.533488396,0.7336036027,178,-1.457037165,0.565943032,706.24819489 +10,-1.531497785,0.7335842962,178,-1.457037165,0.565943032,704.07243614 +11,-1.530259379,0.7334777758,178,-1.457037165,0.565943032,702.39282847 +12,-1.5335454,0.7322346912,178,-1.457037165,0.565943032,701.26107212 +13,-1.531489083,0.7322238773,178,-1.457037165,0.565943032,699.02848798 +14,-1.530011122,0.7321679851,178,-1.457037165,0.565943032,697.27796388 +15,-1.53348106,0.7306614094,178,-1.457037165,0.565943032,695.39612372 +16,-1.531441779,0.7306962275,178,-1.457037165,0.565943032,693.33069812 +17,-1.529755654,0.7306933243,178,-1.457037165,0.565943032,691.54590962 +18,-1.533415048,0.7291384674,178,-1.457037165,0.565943032,689.72066907 +19,-1.531392093,0.7291705353,178,-1.457037165,0.565943032,687.6434471 +20,-1.529296523,0.7291214933,178,-1.457037165,0.565943032,685.24281078 +21,-1.535280942,0.727267644,178,-1.457037165,0.565943032,684.94190449 +22,-1.533378158,0.7276139666,178,-1.457037165,0.565943032,684.07766339 +23,-1.531340368,0.7276446587,178,-1.457037165,0.565943032,681.95926095 +24,-1.528960113,0.7276398177,178,-1.457037165,0.565943032,679.40277412 +25,-1.533313146,0.7260818349,178,-1.457037165,0.565943032,678.38187829 +26,-1.531259555,0.7260958115,178,-1.457037165,0.565943032,676.16480527 +27,-1.528926415,0.7260865555,178,-1.457037165,0.565943032,673.61966351 +28,-1.531226779,0.7245511789,178,-1.457037165,0.565943032,670.4446063 +29,-1.528904772,0.7245519194,178,-1.457037165,0.565943032,667.924719 +30,-1.547195875,0.7409785979,178,-1.457037165,0.565943032,748.66424674 +31,-1.5451475,0.740980426,178,-1.457037165,0.565943032,746.27311994 +32,-1.543097679,0.7409798872,178,-1.457037165,0.565943032,743.91934796 +33,-1.540720364,0.7409892687,178,-1.457037165,0.565943032,741.28646009 +34,-1.547188511,0.7395198392,178,-1.457037165,0.565943032,743.37474984 +35,-1.545148587,0.7395226109,178,-1.457037165,0.565943032,740.97697852 +36,-1.543104538,0.7395314908,178,-1.457037165,0.565943032,738.64429655 +37,-1.540727751,0.7395306258,178,-1.457037165,0.565943032,735.9517744 +38,-1.547187029,0.7380014886,178,-1.457037165,0.565943032,737.88427391 +39,-1.545147315,0.7380012252,178,-1.457037165,0.565943032,735.45464349 +40,-1.54310719,0.7380060743,178,-1.457037165,0.565943032,733.09089477 +41,-1.540719671,0.7380068206,178,-1.457037165,0.565943032,730.36809413 +42,-1.547187189,0.7364799098,178,-1.457037165,0.565943032,732.39227066 +43,-1.545149996,0.7364853874,178,-1.457037165,0.565943032,729.96497311 +44,-1.543106091,0.7364823484,178,-1.457037165,0.565943032,727.54697426 +45,-1.540717158,0.7364893901,178,-1.457037165,0.565943032,724.82116345 +46,-1.538663972,0.7410138672,178,-1.457037165,0.565943032,739.12259954 +47,-1.53695285,0.7409699132,178,-1.457037165,0.565943032,737.12251387 +48,-1.534910498,0.7409641297,178,-1.457037165,0.565943032,734.95196524 +49,-1.533145034,0.7409536636,178,-1.457037165,0.565943032,733.09517445 +50,-1.538681336,0.7395405883,178,-1.457037165,0.565943032,733.72550948 +51,-1.536999189,0.7395183096,178,-1.457037165,0.565943032,731.82030242 +52,-1.534923633,0.7395144222,178,-1.457037165,0.565943032,729.60235358 +53,-1.533267822,0.7395654306,178,-1.457037165,0.565943032,728.07040936 +54,-1.53867273,0.7380151077,178,-1.457037165,0.565943032,728.11495317 +55,-1.536980576,0.7379994392,178,-1.457037165,0.565943032,726.20704282 +56,-1.534931522,0.7379944961,178,-1.457037165,0.565943032,723.99382489 +57,-1.533387952,0.7379480264,178,-1.457037165,0.565943032,722.20156492 +58,-1.538682279,0.7364914363,178,-1.457037165,0.565943032,722.53810271 +59,-1.536980704,0.7364810563,178,-1.457037165,0.565943032,720.62244053 +60,-1.534935567,0.7364752065,178,-1.457037165,0.565943032,718.39015379 +61,-1.533042592,0.7363876366,178,-1.457037165,0.565943032,716.06492747 +62,-1.545143426,0.7349628011,178,-1.457037165,0.565943032,724.44788089 +63,-1.543105297,0.7349691947,178,-1.457037165,0.565943032,722.04957924 +64,-1.541064533,0.7349647152,178,-1.457037165,0.565943032,719.65755444 +65,-1.545411803,0.7334624714,178,-1.457037165,0.565943032,719.35254359 +66,-1.543446606,0.7334780896,178,-1.457037165,0.565943032,717.04656412 +67,-1.541475327,0.7334957295,178,-1.457037165,0.565943032,714.786797 +68,-1.545401939,0.731963266,178,-1.457037165,0.565943032,713.9349749 +69,-1.54342253,0.7319915583,178,-1.457037165,0.565943032,711.63694846 +70,-1.541455867,0.7320216438,178,-1.457037165,0.565943032,709.40770771 +71,-1.545410146,0.7304422281,178,-1.457037165,0.565943032,708.46941926 +72,-1.543435491,0.7304713664,178,-1.457037165,0.565943032,706.15813306 +73,-1.541463105,0.7304997613,178,-1.457037165,0.565943032,703.8942127 +74,-1.545414768,0.7289194936,178,-1.457037165,0.565943032,703.00237138 +75,-1.543435774,0.7289538557,178,-1.457037165,0.565943032,700.68233733 +76,-1.541457714,0.7289765881,178,-1.457037165,0.565943032,698.36934212 +77,-1.539449415,0.7320555866,178,-1.457037165,0.565943032,707.19381564 +78,-1.537429183,0.7321097681,178,-1.457037165,0.565943032,705.08808168 +79,-1.535472649,0.7321497267,178,-1.457037165,0.565943032,703.05171959 +80,-1.539457899,0.7305333307,178,-1.457037165,0.565943032,701.65862777 +81,-1.537453161,0.7305750503,178,-1.457037165,0.565943032,699.50325908 +82,-1.535479385,0.7306124949,178,-1.457037165,0.565943032,697.41726582 +83,-1.53946905,0.7290102593,178,-1.457037165,0.565943032,696.13176369 +84,-1.537459922,0.7290417293,178,-1.457037165,0.565943032,693.91204593 +85,-1.535451349,0.7290890157,178,-1.457037165,0.565943032,691.80173606 +86,-1.535522937,0.7279887191,178,-1.457037165,0.565943032,687.85433289 +87,-1.539442524,0.7274735939,178,-1.457037165,0.565943032,690.51932934 +88,-1.537424111,0.727521351,178,-1.457037165,0.565943032,688.32672262 +89,-1.539384641,0.7259505092,178,-1.457037165,0.565943032,684.92656327 +90,-1.537372391,0.7259947145,178,-1.457037165,0.565943032,682.7072691 +91,-1.535340789,0.7260435356,178,-1.457037165,0.565943032,680.53479189 +92,-1.539325716,0.7244369706,178,-1.457037165,0.565943032,679.37440458 +93,-1.537308932,0.7244801057,178,-1.457037165,0.565943032,677.1248366 +94,-1.535289068,0.7245247645,178,-1.457037165,0.565943032,674.92993746 +95,-1.533261366,0.7245550236,178,-1.457037165,0.565943032,672.72682816 +96,-1.539267302,0.722921924,178,-1.457037165,0.565943032,673.82479349 +97,-1.537248972,0.7229660258,178,-1.457037165,0.565943032,671.55546561 +98,-1.535219431,0.7229916471,178,-1.457037165,0.565943032,669.25888607 +99,-1.53318962,0.7230212049,178,-1.457037165,0.565943032,667.03012127 +100,-1.531154816,0.7230299897,178,-1.457037165,0.565943032,664.77389237 +101,-1.528878341,0.7230370244,178,-1.457037165,0.565943032,662.30412538 +102,-1.539218189,0.7214009878,178,-1.457037165,0.565943032,668.27293492 +103,-1.537198791,0.7214422745,178,-1.457037165,0.565943032,665.97001589 +104,-1.535179266,0.7214634354,178,-1.457037165,0.565943032,663.64720538 +105,-1.533156501,0.7214944644,178,-1.457037165,0.565943032,661.41016556 +106,-1.53113574,0.7215166021,178,-1.457037165,0.565943032,659.19720883 +107,-1.528874248,0.7215345535,178,-1.457037165,0.565943032,656.7602859 +108,-1.539217656,0.7198512397,178,-1.457037165,0.565943032,662.68552302 +109,-1.537199919,0.7199428763,178,-1.457037165,0.565943032,660.54260289 +110,-1.545425832,0.727397149,178,-1.457037165,0.565943032,697.5540516 +111,-1.543371177,0.7273916949,178,-1.457037165,0.565943032,694.974496 +112,-1.541368852,0.7274523163,178,-1.457037165,0.565943032,692.74793402 +113,-1.545349067,0.7258710923,178,-1.457037165,0.565943032,691.99054166 +114,-1.54332671,0.7258603556,178,-1.457037165,0.565943032,689.41052919 +115,-1.541346831,0.7259242142,178,-1.457037165,0.565943032,687.20101293 +116,-1.545324355,0.7243383958,178,-1.457037165,0.565943032,686.47780772 +117,-1.543292796,0.7243617413,178,-1.457037165,0.565943032,683.98557612 +118,-1.541295822,0.7244024384,178,-1.457037165,0.565943032,681.64966909 +119,-1.543193859,0.7205570215,178,-1.457037165,0.565943032,670.23417269 +120,-1.550257047,0.7386738187,178,-1.457037165,0.565943032,744.04377178 +121,-1.549335448,0.7311736483,178,-1.457037165,0.565943032,716.02015683 +122,-1.533478843,0.7179891343,178,-1.457037165,0.565943032,649.00407476 +123,-1.556150555,0.738907041,178,-1.457037165,0.565943032,752.32622217 +124,-1.554324226,0.733414257,178,-1.457037165,0.565943032,730.45528279 +125,-1.554290846,0.7288285332,178,-1.457037165,0.565943032,714.20864187 +126,-1.55122487,0.7219795312,178,-1.457037165,0.565943032,685.93476506 +127,-1.525104458,0.7229399862,178,-1.457037165,0.565943032,657.95843309 +128,-1.519607711,0.7236181429,178,-1.457037165,0.565943032,655.03958959 +129,-1.513899999,0.7251107854,178,-1.457037165,0.565943032,655.48816909 +130,-1.536620762,0.7431061895,178,-1.457037165,0.565943032,744.66105408 +131,-1.5369566,0.7460845958,178,-1.457037165,0.565943032,756.02991153 +132,-1.545345528,0.7447040685,178,-1.457037165,0.565943032,760.06019223 +133,-1.532813921,0.7432306626,178,-1.457037165,0.565943032,741.22234167 +134,-1.554788248,0.7382381001,178,-1.457037165,0.565943032,748.18967526 +135,-1.540348126,0.7301594274,178,-1.457037165,0.565943032,701.34073554 +136,-1.538016084,0.7239051786,178,-1.457037165,0.565943032,675.87683518 +137,-1.525288962,0.7258085137,178,-1.457037165,0.565943032,668.81234484 +138,-1.534326986,0.731241342,178,-1.457037165,0.565943032,698.45374596 +139,-1.530733872,0.7303625216,178,-1.457037165,0.565943032,691.34707623 +141,-1.534354939,0.7328219978,178,-1.457037165,0.565943032,704.30069904 +142,-1.53157084,0.7292888153,178,-1.457037165,0.565943032,688.27174273 +143,-1.525691035,0.7263799874,178,-1.457037165,0.565943032,671.34708316 +144,-1.534031287,0.7495967835,178,-1.457037165,0.565943032,766.1365368 +145,-1.527714986,0.7283095957,178,-1.457037165,0.565943032,680.58995532 +146,-1.526189586,0.7271468292,178,-1.457037165,0.565943032,674.70672158 +147,-1.555177336,0.7375563366,178,-1.457037165,0.565943032,746.26677975 +148,-1.555080283,0.7312707794,178,-1.457037165,0.565943032,723.88101751 +149,-1.53856994,0.7224180299,178,-1.457037165,0.565943032,671.15655416 +150,-1.530837883,0.729933372,178,-1.457037165,0.565943032,689.87027732 +151,-1.515066984,0.5854133365,178,-1.457037165,0.565943032,207.64684666 +152,-1.534731633,0.5368370046,178,-1.457037165,0.565943032,286.33615444 +153,-1.515231902,0.5607085576,178,-1.457037165,0.565943032,195.98342833 +154,-2.616253799,1.0684566605,178,-1.457037165,0.565943032,3509.2487449 +155,-1.956071439,0.5792177723,178,-1.457037165,0.565943032,1657.0670399 +156,-1.951208514,0.5602434208,178,-1.457037165,0.565943032,1650.4734388 +157,-1.944675062,0.6062144545,178,-1.457037165,0.565943032,1611.8952073 +158,-1.613778386,0.6077989518,178,-1.457037165,0.565943032,542.66501276 +159,-2.035029014,0.6021432345,178,-1.457037165,0.565943032,1906.8224614 +160,-2.114989471,0.6801825058,178,-1.457037165,0.565943032,2148.3164276 +161,-2.037382079,0.5765830025,178,-1.457037165,0.565943032,1926.0727036 +162,-2.129855121,0.6585019963,178,-1.457037165,0.565943032,2195.8774947 +163,-2.075141798,0.6493615843,178,-1.457037165,0.565943032,2025.0501188 +164,-1.828626729,0.6948433129,178,-1.457037165,0.565943032,1289.7830767 +165,-1.863329418,0.6735427691,178,-1.457037165,0.565943032,1373.1740703 +166,-1.266037071,0.727988852,178,-1.457037165,0.565943032,879.67608316 +167,-1.277579582,0.7249010648,178,-1.457037165,0.565943032,846.60174208 +168,-1.258418684,0.7241194816,178,-1.457037165,0.565943032,886.03781718 +169,-1.317813974,0.6804850104,178,-1.457037165,0.565943032,636.93945196 +170,-1.344165204,0.6790988904,178,-1.457037165,0.565943032,576.55286455 +171,-1.427582102,0.5277120351,178,-1.457037165,0.565943032,181.27595274 +172,-1.402238616,0.457167829,178,-1.457037165,0.565943032,470.52252994 +173,-1.422454264,0.4996161999,178,-1.457037165,0.565943032,287.98362954 +174,-1.439089277,0.4894859811,178,-1.457037165,0.565943032,309.00589741 +175,-1.448126995,0.5182330266,178,-1.457037165,0.565943032,191.38149645 +176,-1.474626146,0.5881926574,178,-1.457037165,0.565943032,105.71587785 +177,-1.421139645,0.5584869783,178,-1.457037165,0.565943032,123.87335803 +178,-1.457037165,0.565943032,178,-1.457037165,0.565943032,108.10993253 +179,-2.757159358,0.3745319,178,-1.457037165,0.565943032,4565.0151132 +180,-2.714309238,0.342054471,178,-1.457037165,0.565943032,4482.7458771 +181,-2.000525337,0.774119946,178,-1.457037165,0.565943032,1862.758548 +183,-1.571413436,0.6777838382,178,-1.457037165,0.565943032,575.70423373 +184,-1.552860289,0.6987663893,178,-1.457037165,0.565943032,608.39646964 +185,-1.521852374,0.7165827476,178,-1.457037165,0.565943032,630.98127534 +186,-1.503656267,0.6928968252,178,-1.457037165,0.565943032,524.47622054 +187,-1.502753178,0.7136205882,178,-1.457037165,0.565943032,602.63314961 +188,-1.631894563,0.7343596465,178,-1.457037165,0.565943032,864.12533488 +189,-1.653765416,0.6770714026,178,-1.457037165,0.565943032,770.46811353 +190,-1.719812114,0.6715965947,178,-1.457037165,0.565943032,943.89378679 +191,-1.493406659,0.6646955447,178,-1.457037165,0.565943032,408.43001908 +192,-1.469120564,0.6613469966,178,-1.457037165,0.565943032,379.91179844 +193,-1.590551461,0.5326612937,178,-1.457037165,0.565943032,469.79042814 +194,-1.625979264,0.5247742243,178,-1.457037165,0.565943032,594.63737804 +195,-1.572293943,0.5238808754,178,-1.457037165,0.565943032,424.36855585 +196,-1.610848725,0.5477107964,178,-1.457037165,0.565943032,522.07332444 +197,-1.208485554,0.7918526018,178,-1.457037165,0.565943032,1174.3956629 +198,-1.335601374,0.6869083083,178,-1.457037165,0.565943032,617.1598317 +199,-1.346156996,0.6825213377,178,-1.457037165,0.565943032,582.93650666 +200,-1.324381037,0.6741422347,178,-1.457037165,0.565943032,604.9893623 +201,-1.242424992,0.7378949807,178,-1.457037165,0.565943032,957.489986 +202,-1.270370057,0.7392461008,178,-1.457037165,0.565943032,901.97897366 +203,-1.448950472,0.7441675014,178,-1.457037165,0.565943032,706.40061387 +204,-1.492662363,0.7523026852,178,-1.457037165,0.565943032,746.4839386 +205,-1.479098966,0.7763855017,178,-1.457037165,0.565943032,836.33692629 +206,-1.633760714,0.7869022408,178,-1.457037165,0.565943032,1029.6190858 +207,-1.647406434,0.8101289331,178,-1.457037165,0.565943032,1126.6261089 +208,-1.564245052,0.5701509278,178,-1.457037165,0.565943032,358.29812588 +209,-1.646289963,0.6833746083,178,-1.457037165,0.565943032,764.62153262 +210,-1.5820631,0.6751952144,178,-1.457037165,0.565943032,590.85646934 +211,-1.613236298,0.6681681791,178,-1.457037165,0.565943032,646.41517485 +212,-1.914661867,0.8212566515,178,-1.457037165,0.565943032,1708.4892904 +213,-1.742133237,0.7250275956,178,-1.457037165,0.565943032,1097.3347386 +214,-2.033144872,0.6557314699,178,-1.457037165,0.565943032,1892.7747582 +215,-2.039551981,0.6964723658,178,-1.457037165,0.565943032,1920.805563 +216,-1.247341019,0.7622473908,178,-1.457037165,0.565943032,1013.863529 +217,-1.298239787,0.7084123392,178,-1.457037165,0.565943032,756.78782427 +218,-1.308539688,0.6926545592,178,-1.457037165,0.565943032,690.72563147 +219,-1.303263185,0.6888938396,178,-1.457037165,0.565943032,692.35989652 +220,-1.852400229,0.6004246149,178,-1.457037165,0.565943032,1311.561531 +221,-1.288947707,0.7473773692,178,-1.457037165,0.565943032,890.05024364 +222,-1.372031502,0.7472790993,178,-1.457037165,0.565943032,765.82081925 +223,-1.289805721,0.7242157877,178,-1.457037165,0.565943032,819.36723999 +224,-1.350807603,0.7533498126,178,-1.457037165,0.565943032,812.80038346 +225,-1.329290365,0.7560442322,178,-1.457037165,0.565943032,851.53019828 +226,-1.410153004,0.616936428,178,-1.457037165,0.565943032,254.06849798 +227,-1.393445434,0.6308995063,178,-1.457037165,0.565943032,330.86313419 +228,-1.37595573,0.6241540638,178,-1.457037165,0.565943032,351.9100563 +229,-1.358388707,0.6172645205,178,-1.457037165,0.565943032,382.67329523 +230,-1.753741133,0.8281661666,178,-1.457037165,0.565943032,1368.8852282 +231,-1.47430987,0.6834615681,178,-1.457037165,0.565943032,468.77763157 +232,-1.421012508,0.7222725206,178,-1.457037165,0.565943032,629.58897706 +233,-1.4476833,0.6978557868,178,-1.457037165,0.565943032,523.35778585 +234,-1.470370723,0.6966193374,178,-1.457037165,0.565943032,519.35531955 +235,-1.429211703,0.7037216883,178,-1.457037165,0.565943032,552.87967844 +236,-1.700578405,0.6178673663,178,-1.457037165,0.565943032,825.7502226 +237,-1.678117619,0.6331716163,178,-1.457037165,0.565943032,769.69933267 +238,-1.725644578,0.6316331145,178,-1.457037165,0.565943032,915.38327368 +239,-2.14012759,0.7930497945,178,-1.457037165,0.565943032,2261.2159936 +240,-2.103289431,0.7653606263,178,-1.457037165,0.565943032,2141.0374527 +241,-1.318739838,0.7017808746,178,-1.457037165,0.565943032,695.28899385 +242,-1.396417427,0.7077900843,178,-1.457037165,0.565943032,593.95188618 +243,-1.35650337,0.7185539404,178,-1.457037165,0.565943032,683.02901371 +244,-1.248884539,0.7274156818,178,-1.457037165,0.565943032,915.93921283 +245,-1.395014798,0.5761185243,178,-1.457037165,0.565943032,210.57516547 +246,-1.433377362,0.6064716109,178,-1.457037165,0.565943032,178.50482467 +247,-1.408172432,0.5903155476,178,-1.457037165,0.565943032,188.65623652 +248,-1.749645898,0.7757118084,178,-1.457037165,0.565943032,1226.2033153 +249,-1.571626686,0.615046989,178,-1.457037165,0.565943032,424.10698183 +250,-1.514070049,0.6303003037,178,-1.457037165,0.565943032,315.91867322 +251,-1.480890369,0.6237966528,178,-1.457037165,0.565943032,242.14206498 +252,-1.704390658,0.5281680612,178,-1.457037165,0.565943032,849.3778403 +253,-1.64434733,0.5254277498,178,-1.457037165,0.565943032,653.84410174 +254,-1.703855997,0.4792484842,178,-1.457037165,0.565943032,913.12130808 +255,-1.692002383,0.5748825051,178,-1.457037165,0.565943032,783.61475091 +256,-1.854136457,0.5544643913,178,-1.457037165,0.565943032,1330.7482814 +257,-1.665021206,0.520317736,178,-1.457037165,0.565943032,727.60454658 +258,-1.733654349,0.4845187345,178,-1.457037165,0.565943032,1000.1311842 +259,-1.720938188,0.5135933906,178,-1.457037165,0.565943032,919.48009742 +260,-1.742668307,0.553296122,178,-1.457037165,0.565943032,959.17165313 +261,-1.965659039,0.7142126903,178,-1.457037165,0.565943032,1709.605841 +262,-1.944438071,0.6772834804,178,-1.457037165,0.565943032,1623.1025721 +263,-1.270340967,0.7681487096,178,-1.457037165,0.565943032,987.61239245 +264,-1.353091884,0.6549276821,178,-1.457037165,0.565943032,487.68054516 +265,-1.333236659,0.6413584414,178,-1.457037165,0.565943032,501.95672926 +266,-1.352015998,0.6753788907,178,-1.457037165,0.565943032,549.63005471 +267,-1.377988483,0.6577816235,178,-1.457037165,0.565943032,444.85738803 +268,-2.13075611,0.8318642051,178,-1.457037165,0.565943032,2267.0102881 +269,-2.097910953,0.8259670014,178,-1.457037165,0.565943032,2176.06383 +270,-1.416382069,0.6694271549,178,-1.457037165,0.565943032,430.3640405 +271,-1.538905672,0.7535625993,178,-1.457037165,0.565943032,785.73940374 +272,-1.572309477,0.7803125099,178,-1.457037165,0.565943032,920.31038078 +273,-1.87759879,0.7503853417,178,-1.457037165,0.565943032,1499.0274707 +274,1.152365588,0.590457682,178,-1.457037165,0.565943032,7452.351407 +275,0.350198001,0.718001859,178,-1.457037165,0.565943032,5408.7477495 +276,0.046513677,0.491503852,178,-1.457037165,0.565943032,5002.280818 +277,0.027510309,0.742571376,178,-1.457037165,0.565943032,4521.848466 +278,0.306285725,-0.214631579,178,-1.457037165,0.565943032,7313.0930703 +279,-1.100564889,0.318051531,178,-1.457037165,0.565943032,1604.9436314 +280,-1.078582306,0.301437596,178,-1.457037165,0.565943032,1710.6339186 +281,-1.137371989,-0.617634065,178,-1.457037165,0.565943032,4836.1793174 +282,0.784356344,0.703272339,178,-1.457037165,0.565943032,6433.2223592 +283,-1.221209947,0.218327455,178,-1.457037165,0.565943032,1621.4403621 +284,2.347301921,-0.449114658,178,-1.457037165,0.565943032,10115.950655 +285,0.246820618,0.830553713,178,-1.457037165,0.565943032,4930.2103492 +286,0.829414965,0.703288228,178,-1.457037165,0.565943032,6521.7435221 +287,-1.337537566,0.42332223,178,-1.457037165,0.565943032,701.49651164 +288,0.882453706,0.454478077,178,-1.457037165,0.565943032,7394.9936185 +289,1.575629659,0.416419109,178,-1.457037165,0.565943032,8530.9660522 +290,-1.039455679,0.229888244,178,-1.457037165,0.565943032,2014.4505946 +291,0.489558039,0.934482747,178,-1.457037165,0.565943032,5232.5819068 +292,0.081344504,0.88384514,178,-1.457037165,0.565943032,4452.778159 +293,-1.547979814,0.300350308,178,-1.457037165,0.565943032,1101.1738891 +294,0.040776181,0.168560074,178,-1.457037165,0.565943032,5622.9860935 +295,-1.130374745,0.563894876,178,-1.457037165,0.565943032,1091.5046341 +296,1.578326642,0.478507176,178,-1.457037165,0.565943032,8287.4596821 +297,-1.12861823,-0.291640865,178,-1.457037165,0.565943032,3617.9755384 +298,0.310524208,0.770885792,178,-1.457037165,0.565943032,5199.5584963 +299,0.415649091,-0.387246002,178,-1.457037165,0.565943032,8003.9925569 +300,-0.926533878,-0.188022748,178,-1.457037165,0.565943032,3598.1757825 +301,1.258856172,-0.11716081,178,-1.457037165,0.565943032,10073.025737 +302,-1.126050026,0.322941926,178,-1.457037165,0.565943032,1521.0247563 +303,2.002785835,0.07893892,178,-1.457037165,0.565943032,9622.7987751 +304,0.440437607,0.746258085,178,-1.457037165,0.565943032,5564.7400669 +305,-0.030391866,0.214441206,178,-1.457037165,0.565943032,5292.1442407 +306,0.521557815,-0.058929362,178,-1.457037165,0.565943032,7705.0914322 +307,-0.097005111,0.13317729,178,-1.457037165,0.565943032,5236.4928658 +308,1.83113859,0.221857587,178,-1.457037165,0.565943032,9274.3256938 +309,0.222428864,0.099404236,178,-1.457037165,0.565943032,6372.0025312 +310,-1.702731345,0.8728568183,178,-1.457037165,0.565943032,1413.7273528 +311,-0.418507569,0.278324921,178,-1.457037165,0.565943032,3871.389787 +312,-1.41153306,0.339029988,178,-1.457037165,0.565943032,913.19732142 +313,0.357560442,0.114788776,178,-1.457037165,0.565943032,6782.2887308 +314,0.325818979,0.268352149,178,-1.457037165,0.565943032,6337.309664 +315,-1.246004659,-0.663679965,178,-1.457037165,0.565943032,4932.3699105 +316,1.814603087,0.637404484,178,-1.457037165,0.565943032,7653.1055659 +317,1.843704281,-0.18300445,178,-1.457037165,0.565943032,10819.449805 +318,1.690644492,-0.211480909,178,-1.457037165,0.565943032,11039.649448 +319,-1.275451936,0.068109467,178,-1.457037165,0.565943032,2083.8712722 +320,0.762430171,-0.207594741,178,-1.457037165,0.565943032,8818.0950155 +321,0.265668905,-0.014647884,178,-1.457037165,0.565943032,6760.5847778 +322,-2.773032013,-0.335515811,178,-1.457037165,0.565943032,6125.504882 +323,-1.469512853,0.174058777,178,-1.457037165,0.565943032,1552.9243417 +324,0.286276986,0.785925691,178,-1.457037165,0.565943032,5110.3748881 +325,-1.379324697,0.377432233,178,-1.457037165,0.565943032,795.19296711 +326,-1.203778265,0.212813032,178,-1.457037165,0.565943032,1674.39001 +327,0.579916301,0.611743168,178,-1.457037165,0.565943032,6232.3567196 +328,0.267582642,0.868113908,178,-1.457037165,0.565943032,4908.2364638 +329,0.412869244,-0.050245578,178,-1.457037165,0.565943032,7326.8312682 +330,0.17524381,0.976660285,178,-1.457037165,0.565943032,4525.5855159 +331,0.743157214,0.204812899,178,-1.457037165,0.565943032,7754.9275076 +332,-1.070758176,0.269382282,178,-1.457037165,0.565943032,1818.9936197 +333,-1.230364251,0.329790229,178,-1.457037165,0.565943032,1234.6023632 +334,-1.374813124,-0.024926835,178,-1.457037165,0.565943032,2360.6290848 +335,0.519780566,0.463669906,178,-1.457037165,0.565943032,6453.2435089 +336,-1.55108034,0.239698561,178,-1.457037165,0.565943032,1336.3112229 +337,0.180294813,0.029739425,178,-1.457037165,0.565943032,6381.0055228 +338,0.67820924,0.268170153,178,-1.457037165,0.565943032,7401.1272247 +339,0.445798684,1.024001867,178,-1.457037165,0.565943032,4952.7346973 +340,0.691751283,0.150521402,178,-1.457037165,0.565943032,7746.8189191 +341,-1.036643551,-0.903056181,178,-1.457037165,0.565943032,5999.5482759 +342,-0.120287036,1.083325163,178,-1.457037165,0.565943032,3841.4721745 +343,2.823513113,-0.304487164,178,-1.457037165,0.565943032,8285.8055244 +344,0.457583172,1.12513373,178,-1.457037165,0.565943032,4758.1676522 +345,0.042918831,0.813795399,178,-1.457037165,0.565943032,4457.7708082 +346,1.196146777,-0.853142756,178,-1.457037165,0.565943032,10604.804252 +347,0.206001358,-0.010430701,178,-1.457037165,0.565943032,6552.4112329 +348,-0.268308653,0.234799412,178,-1.457037165,0.565943032,4457.6840407 +349,0.759363263,0.736189579,178,-1.457037165,0.565943032,6286.4817106 +350,0.181363926,0.891988372,178,-1.457037165,0.565943032,4671.3261947 +351,-0.021111158,0.139103292,178,-1.457037165,0.565943032,5477.842058 +352,-0.093355215,0.630686981,178,-1.457037165,0.565943032,4344.6865462 +353,0.40118964,0.681375926,178,-1.457037165,0.565943032,5617.9789224 +354,-0.721197315,1.304706234,178,-1.457037165,0.565943032,3249.9040986 +355,-1.076150317,0.212107639,178,-1.457037165,0.565943032,1969.460462 +356,-1.577164531,0.273993443,178,-1.457037165,0.565943032,1234.4513524 +357,-0.190788414,0.182208586,178,-1.457037165,0.565943032,4822.1439049 +358,-0.261349752,0.209710184,178,-1.457037165,0.565943032,4530.7535618 +359,-1.029303852,0.083549259,178,-1.457037165,0.565943032,2481.4123871 +360,-1.268609162,0.330525297,178,-1.457037165,0.565943032,1148.1156553 +361,1.282982244,-0.926641967,178,-1.457037165,0.565943032,10615.315265 +362,0.217352334,0.731352408,178,-1.457037165,0.565943032,5043.4069617 +363,-1.511833084,0.258629297,178,-1.457037165,0.565943032,1233.2061295 +364,0.338812194,0.823184618,178,-1.457037165,0.565943032,5158.9706883 +365,-0.324406489,1.134201999,178,-1.457037165,0.565943032,3484.659051 +366,1.389579348,0.399185724,178,-1.457037165,0.565943032,8461.3188145 +367,2.047152199,-0.039082036,178,-1.457037165,0.565943032,9958.6619968 +368,0.947780369,0.568250077,178,-1.457037165,0.565943032,7175.1904321 +369,0.763824846,0.576754987,178,-1.457037165,0.565943032,6761.6210252 +370,-0.142334657,0.928153068,178,-1.457037165,0.565943032,3880.0541256 +371,0.610266567,0.547265983,178,-1.457037165,0.565943032,6476.9539825 +372,0.210731629,0.746815056,178,-1.457037165,0.565943032,4997.2632949 +373,-1.34931644,0.316895224,178,-1.457037165,0.565943032,1058.6091481 +374,2.407696481,0.655030745,178,-1.457037165,0.565943032,6919.5129626 +375,0.64207831,0.545359131,178,-1.457037165,0.565943032,6561.4810765 +376,1.174597538,0.840588356,178,-1.457037165,0.565943032,6586.418011 +377,0.660059424,0.010604079,178,-1.457037165,0.565943032,7994.9224279 +378,-0.730263819,0.010486456,178,-1.457037165,0.565943032,3489.5878367 +379,0.831068936,0.512339172,178,-1.457037165,0.565943032,7103.6223985 +380,1.301180979,0.72367476,178,-1.457037165,0.565943032,7147.5783311 +381,1.811128231,0.322854402,178,-1.457037165,0.565943032,8890.7575463 +382,0.435105812,0.992284428,178,-1.457037165,0.565943032,5001.7945403 +383,0.62643634,0.592027932,178,-1.457037165,0.565943032,6397.6068986 +384,0.492988703,-0.516339467,178,-1.457037165,0.565943032,8464.8534467 +385,-0.162469483,0.112549365,178,-1.457037165,0.565943032,5060.7430943 +386,0.314630866,0.472006421,178,-1.457037165,0.565943032,5849.8271357 +387,0.166744804,0.822815954,178,-1.457037165,0.565943032,4751.8629809 +388,0.417159608,0.965805736,178,-1.457037165,0.565943032,5024.9670252 +389,0.106334961,0.868774244,178,-1.457037165,0.565943032,4533.5230752 +390,0.815086969,-0.338144359,178,-1.457037165,0.565943032,9247.3324669 +391,0.59867455,-0.230624824,178,-1.457037165,0.565943032,8321.600564 +392,1.915104874,0.066220985,178,-1.457037165,0.565943032,9794.0914384 +393,1.278093622,0.064463721,178,-1.457037165,0.565943032,9516.7684798 +394,-0.061477853,0.302997961,178,-1.457037165,0.565943032,5013.1610807 +395,0.251311504,0.626976942,178,-1.457037165,0.565943032,5339.7899428 +396,2.950242872,0.149095644,178,-1.457037165,0.565943032,6902.9868299 +397,-0.180294708,0.35375117,178,-1.457037165,0.565943032,4525.753803 +398,1.010448592,-0.351180233,178,-1.457037165,0.565943032,9919.2331634 +399,-1.748740498,0.3686318073,178,-1.457037165,0.565943032,1291.2393128 +400,2.699635665,0.123533791,178,-1.457037165,0.565943032,7748.0767559 +401,0.496808033,0.823843254,178,-1.457037165,0.565943032,5508.5974322 +402,0.129574704,0.763364087,178,-1.457037165,0.565943032,4758.6776559 +403,1.798920311,0.817447563,178,-1.457037165,0.565943032,6949.0365059 +404,0.335987953,0.746786541,178,-1.457037165,0.565943032,5311.9806768 +405,-1.085413643,0.292154671,178,-1.457037165,0.565943032,1716.3771373 +406,-0.155321003,0.508207011,178,-1.457037165,0.565943032,4342.1223419 +407,0.620529244,-0.301175104,178,-1.457037165,0.565943032,8530.1098865 +408,1.684402744,0.368716966,178,-1.457037165,0.565943032,8741.6602035 +409,0.300582244,-0.386397212,178,-1.457037165,0.565943032,7626.8238527 +410,2.913555946,-0.009225192,178,-1.457037165,0.565943032,7378.478065 +411,1.465101417,0.493232532,178,-1.457037165,0.565943032,8167.9070881 +412,0.090612882,0.907955955,178,-1.457037165,0.565943032,4440.6894464 +413,2.987564726,-0.729568594,178,-1.457037165,0.565943032,8406.1333315 +414,-1.484261606,0.224149272,178,-1.457037165,0.565943032,1357.444394 +415,0.164073421,0.303955133,178,-1.457037165,0.565943032,5745.5327155 +416,0.141441293,0.167552546,178,-1.457037165,0.565943032,5958.7676537 +417,2.931321023,-0.506718887,178,-1.457037165,0.565943032,8274.0118671 +418,2.21951565,0.700596356,178,-1.457037165,0.565943032,7057.6777695 +419,0.268112576,1.199114336,178,-1.457037165,0.565943032,4362.1128377 +420,0.978913739,0.359223811,178,-1.457037165,0.565943032,7908.2886543 +421,1.210898818,0.522863584,178,-1.457037165,0.565943032,7778.8944508 +422,2.347397336,0.129231362,178,-1.457037165,0.565943032,8724.9589504 +423,0.614394501,0.556878345,178,-1.457037165,0.565943032,6461.8023979 +424,-1.398079356,0.148483366,178,-1.457037165,0.565943032,1667.6715893 +425,2.535303836,-0.112984496,178,-1.457037165,0.565943032,8838.1657917 +426,-1.019372593,-0.405322349,178,-1.457037165,0.565943032,4188.3473494 +427,-1.297785627,-0.160104069,178,-1.457037165,0.565943032,2938.2300583 +428,2.144554488,0.205051084,178,-1.457037165,0.565943032,8928.2754063 +429,-2.242387083,-0.426171285,178,-1.457037165,0.565943032,4924.0392995 +430,0.338637212,0.909723676,178,-1.457037165,0.565943032,4983.0641411 +431,-0.148798452,0.691042401,178,-1.457037165,0.565943032,4099.4263809 +432,0.893524764,0.441829531,178,-1.457037165,0.565943032,7458.7970866 +433,0.969229347,-0.368847936,178,-1.457037165,0.565943032,9814.5122407 +434,0.436043248,0.800045688,178,-1.457037165,0.565943032,5430.746343 +435,1.687946607,1.081504775,178,-1.457037165,0.565943032,5918.2986753 +436,0.522302046,-0.034889271,178,-1.457037165,0.565943032,7654.476352 +437,-0.178996113,-0.438090009,178,-1.457037165,0.565943032,6249.1601284 +438,-1.094339566,0.301444068,178,-1.457037165,0.565943032,1666.5574339 +439,-1.064070054,0.242569932,178,-1.457037165,0.565943032,1912.2389585 +440,-1.068153768,0.230387998,178,-1.457037165,0.565943032,1936.3830582 +441,-3.00496892,-0.23989155,178,-1.457037165,0.565943032,6653.1669463 +442,0.21751974,0.766874888,178,-1.457037165,0.565943032,4977.1200635 +443,0.117229532,0.007619006,178,-1.457037165,0.565943032,6217.3446485 +444,0.777758451,0.420554741,178,-1.457037165,0.565943032,7247.1068734 +445,-0.252356999,0.250747086,178,-1.457037165,0.565943032,4479.8082005 +446,0.363148444,0.768483434,178,-1.457037165,0.565943032,5331.4981893 +447,0.903191366,-0.118210676,178,-1.457037165,0.565943032,9068.2188714 +448,-0.205755923,0.149406178,178,-1.457037165,0.565943032,4839.3853161 +449,1.811996086,0.02364353,178,-1.457037165,0.565943032,10060.184952 +450,-1.100670221,0.314845373,178,-1.457037165,0.565943032,1613.1144059 +451,0.340078597,0.850105132,178,-1.457037165,0.565943032,5106.5061117 +452,0.258757267,0.804969236,178,-1.457037165,0.565943032,5006.8512889 +453,2.78505352,-0.155160804,178,-1.457037165,0.565943032,8118.6936775 +454,0.800551619,0.105822106,178,-1.457037165,0.565943032,8185.0358896 +455,0.437940882,-0.506194031,178,-1.457037165,0.565943032,8273.6833121 +456,2.230431122,0.63458615,178,-1.457037165,0.565943032,7276.3859353 +457,0.527965361,0.127667701,178,-1.457037165,0.565943032,7299.3914896 +458,-0.063643205,0.702093448,178,-1.457037165,0.565943032,4328.4806771 +459,1.408447268,0.133010502,178,-1.457037165,0.565943032,9485.5473175 +460,0.523795955,0.280266966,178,-1.457037165,0.565943032,6918.8316315 +461,-0.975769313,0.072177659,178,-1.457037165,0.565943032,2646.8328171 +462,0.549774164,-0.463663986,178,-1.457037165,0.565943032,8569.8546964 +463,0.29245874,1.095549818,178,-1.457037165,0.565943032,4556.662071 +464,0.143625958,0.816809593,178,-1.457037165,0.565943032,4705.2014697 +465,0.671902494,0.611159853,178,-1.457037165,0.565943032,6453.4877876 +466,1.239840988,0.6724199,178,-1.457037165,0.565943032,7272.4343719 +467,0.607829703,-0.10932137,178,-1.457037165,0.565943032,8099.1714294 +468,1.763020906,0.263996692,178,-1.457037165,0.565943032,9143.0198186 +469,0.378714634,0.726066797,178,-1.457037165,0.565943032,5461.8275735 +470,2.196736143,-0.153862366,178,-1.457037165,0.565943032,9956.6796533 +471,0.01702415,0.148991565,178,-1.457037165,0.565943032,5584.554785 +472,-2.998490902,-0.158002487,178,-1.457037165,0.565943032,6459.3905746 +473,-3.051262951,-0.346595608,178,-1.457037165,0.565943032,7022.5302658 +474,-1.069176439,0.182802941,178,-1.457037165,0.565943032,2075.4293332 +475,0.167157509,0.595344954,178,-1.457037165,0.565943032,5166.1218952 +476,0.613855648,0.681746124,178,-1.457037165,0.565943032,6128.3610776 +477,1.037012736,0.682555367,178,-1.457037165,0.565943032,6955.5649197 +478,-1.253574971,0.379755746,178,-1.457037165,0.565943032,1027.4441891 +479,3.108590453,-0.132620738,178,-1.457037165,0.565943032,6992.2550185 +480,0.565301296,0.022333262,178,-1.457037165,0.565943032,7664.7354283 +481,0.547898238,0.855555614,178,-1.457037165,0.565943032,5537.3627217 +482,0.948309381,0.417393755,178,-1.457037165,0.565943032,7656.8642919 +483,-0.050600732,0.945269213,178,-1.457037165,0.565943032,4076.4538527 +484,-0.977651478,-0.572363064,178,-1.457037165,0.565943032,4851.3627995 +485,1.102014914,0.728861163,178,-1.457037165,0.565943032,6893.1762465 +486,2.927300795,-0.282939414,178,-1.457037165,0.565943032,7898.9495686 +487,-1.154565557,0.124434095,178,-1.457037165,0.565943032,2073.4987603 +488,1.855331234,0.291044755,178,-1.457037165,0.565943032,8988.0894503 +489,0.830290659,0.276904518,178,-1.457037165,0.565943032,7794.4858783 +490,0.485104466,-0.234867441,178,-1.457037165,0.565943032,7950.4490291 +491,0.521367572,-0.33161327,178,-1.457037165,0.565943032,8254.6348 +1,-1.539031704,0.7349710123,179,-2.757159358,0.3745319,4221.6862332 +2,-1.536990553,0.7349663874,179,-2.757159358,0.3745319,4227.6728132 +3,-1.534951779,0.7349571355,179,-2.757159358,0.3745319,4233.6531741 +4,-1.532906461,0.7349480293,179,-2.757159358,0.3745319,4239.6522548 +5,-1.531320211,0.7346937278,179,-2.757159358,0.3745319,4244.3719615 +6,-1.539451648,0.7335131775,179,-2.757159358,0.3745319,4220.8239149 +7,-1.537429487,0.7335445708,179,-2.757159358,0.3745319,4226.7530598 +8,-1.535484998,0.7335658704,179,-2.757159358,0.3745319,4232.456035 +9,-1.533488396,0.7336036027,179,-2.757159358,0.3745319,4238.3068619 +10,-1.531497785,0.7335842962,179,-2.757159358,0.3745319,4244.1548841 +11,-1.530259379,0.7334777758,179,-2.757159358,0.3745319,4247.8192002 +12,-1.5335454,0.7322346912,179,-2.757159358,0.3745319,4238.5106493 +13,-1.531489083,0.7322238773,179,-2.757159358,0.3745319,4244.5563631 +14,-1.530011122,0.7321679851,179,-2.757159358,0.3745319,4248.9149459 +15,-1.53348106,0.7306614094,179,-2.757159358,0.3745319,4239.1314932 +16,-1.531441779,0.7306962275,179,-2.757159358,0.3745319,4245.1224421 +17,-1.529755654,0.7306933243,179,-2.757159358,0.3745319,4250.0842551 +18,-1.533415048,0.7291384674,179,-2.757159358,0.3745319,4239.7490342 +19,-1.531392093,0.7291705353,179,-2.757159358,0.3745319,4245.7003564 +20,-1.529296523,0.7291214933,179,-2.757159358,0.3745319,4251.8882278 +21,-1.535280942,0.727267644,179,-2.757159358,0.3745319,4234.7689041 +22,-1.533378158,0.7276139666,179,-2.757159358,0.3745319,4240.2866022 +23,-1.531340368,0.7276446587,179,-2.757159358,0.3745319,4246.289719 +24,-1.528960113,0.7276398177,179,-2.757159358,0.3745319,4253.3125519 +25,-1.533313146,0.7260818349,179,-2.757159358,0.3745319,4240.9147193 +26,-1.531259555,0.7260958115,179,-2.757159358,0.3745319,4246.9770952 +27,-1.528926415,0.7260865555,179,-2.757159358,0.3745319,4253.8713125 +28,-1.531226779,0.7245511789,179,-2.757159358,0.3745319,4247.5269144 +29,-1.528904772,0.7245519194,179,-2.757159358,0.3745319,4254.3942328 +30,-1.547195875,0.7409785979,179,-2.757159358,0.3745319,4196.3879379 +31,-1.5451475,0.740980426,179,-2.757159358,0.3745319,4202.3644771 +32,-1.543097679,0.7409798872,179,-2.757159358,0.3745319,4208.345306 +33,-1.540720364,0.7409892687,179,-2.757159358,0.3745319,4215.2787497 +34,-1.547188511,0.7395198392,179,-2.757159358,0.3745319,4196.7306625 +35,-1.545148587,0.7395226109,179,-2.757159358,0.3745319,4202.6899857 +36,-1.543104538,0.7395314908,179,-2.757159358,0.3745319,4208.6594544 +37,-1.540727751,0.7395306258,179,-2.757159358,0.3745319,4215.6026226 +38,-1.547187029,0.7380014886,179,-2.757159358,0.3745319,4197.0743627 +39,-1.545147315,0.7380012252,179,-2.757159358,0.3745319,4203.0417186 +40,-1.54310719,0.7380060743,179,-2.757159358,0.3745319,4209.0086147 +41,-1.540719671,0.7380068206,179,-2.757159358,0.3745319,4215.9920884 +42,-1.547187189,0.7364799098,179,-2.757159358,0.3745319,4197.4191101 +43,-1.545149996,0.7364853874,179,-2.757159358,0.3745319,4203.3856956 +44,-1.543106091,0.7364823484,179,-2.757159358,0.3745319,4209.3734539 +45,-1.540717158,0.7364893901,179,-2.757159358,0.3745319,4216.3688328 +46,-1.538663972,0.7410138672,179,-2.757159358,0.3745319,4221.271647 +47,-1.53695285,0.7409699132,179,-2.757159358,0.3745319,4226.2735414 +48,-1.534910498,0.7409641297,179,-2.757159358,0.3745319,4232.2320529 +49,-1.533145034,0.7409536636,179,-2.757159358,0.3745319,4237.3837917 +50,-1.538681336,0.7395405883,179,-2.757159358,0.3745319,4221.5775778 +51,-1.536999189,0.7395183096,179,-2.757159358,0.3745319,4226.4960827 +52,-1.534923633,0.7395144222,179,-2.757159358,0.3745319,4232.5587175 +53,-1.533267822,0.7395654306,179,-2.757159358,0.3745319,4237.3810119 +54,-1.53867273,0.7380151077,179,-2.757159358,0.3745319,4221.9769531 +55,-1.536980576,0.7379994392,179,-2.757159358,0.3745319,4226.9297074 +56,-1.534931522,0.7379944961,179,-2.757159358,0.3745319,4232.9231911 +57,-1.533387952,0.7379480264,179,-2.757159358,0.3745319,4237.4489675 +58,-1.538682279,0.7364914363,179,-2.757159358,0.3745319,4222.3278491 +59,-1.536980704,0.7364810563,179,-2.757159358,0.3745319,4227.3134875 +60,-1.534935567,0.7364752065,179,-2.757159358,0.3745319,4233.3036955 +61,-1.533042592,0.7363876366,179,-2.757159358,0.3745319,4238.8695698 +62,-1.545143426,0.7349628011,179,-2.757159358,0.3745319,4203.7634545 +63,-1.543105297,0.7349691947,179,-2.757159358,0.3745319,4209.7399451 +64,-1.541064533,0.7349647152,179,-2.757159358,0.3745319,4215.7263104 +65,-1.545411803,0.7334624714,179,-2.757159358,0.3745319,4203.3334882 +66,-1.543446606,0.7334780896,179,-2.757159358,0.3745319,4209.1013766 +67,-1.541475327,0.7334957295,179,-2.757159358,0.3745319,4214.8860096 +68,-1.545401939,0.731963266,179,-2.757159358,0.3745319,4203.7244336 +69,-1.54342253,0.7319915583,179,-2.757159358,0.3745319,4209.5384086 +70,-1.541455867,0.7320216438,179,-2.757159358,0.3745319,4215.3137081 +71,-1.545410146,0.7304422281,179,-2.757159358,0.3745319,4204.0725752 +72,-1.543435491,0.7304713664,179,-2.757159358,0.3745319,4209.8798879 +73,-1.541463105,0.7304997613,179,-2.757159358,0.3745319,4215.6799524 +74,-1.545414768,0.7289194936,179,-2.757159358,0.3745319,4204.4367507 +75,-1.543435774,0.7289538557,179,-2.757159358,0.3745319,4210.2630394 +76,-1.541457714,0.7289765881,179,-2.757159358,0.3745319,4216.0887781 +77,-1.539449415,0.7320555866,179,-2.757159358,0.3745319,4221.2042215 +78,-1.537429183,0.7321097681,179,-2.757159358,0.3745319,4227.1290819 +79,-1.535472649,0.7321497267,179,-2.757159358,0.3745319,4232.8694726 +80,-1.539457899,0.7305333307,179,-2.757159358,0.3745319,4221.574525 +81,-1.537453161,0.7305750503,179,-2.757159358,0.3745319,4227.4647098 +82,-1.535479385,0.7306124949,179,-2.757159358,0.3745319,4233.2640013 +83,-1.53946905,0.7290102593,179,-2.757159358,0.3745319,4221.9421705 +84,-1.537459922,0.7290417293,179,-2.757159358,0.3745319,4227.8556357 +85,-1.535451349,0.7290890157,179,-2.757159358,0.3745319,4233.7622857 +86,-1.535522937,0.7279887191,179,-2.757159358,0.3745319,4233.8545285 +87,-1.539442524,0.7274735939,179,-2.757159358,0.3745319,4222.4296319 +88,-1.537424111,0.727521351,179,-2.757159358,0.3745319,4228.3737168 +89,-1.539384641,0.7259505092,179,-2.757159358,0.3745319,4223.011427 +90,-1.537372391,0.7259947145,179,-2.757159358,0.3745319,4228.9458314 +91,-1.535340789,0.7260435356,179,-2.757159358,0.3745319,4234.9351397 +92,-1.539325716,0.7244369706,179,-2.757159358,0.3745319,4223.599177 +93,-1.537308932,0.7244801057,179,-2.757159358,0.3745319,4229.5547627 +94,-1.535289068,0.7245247645,179,-2.757159358,0.3745319,4235.5180556 +95,-1.533261366,0.7245550236,179,-2.757159358,0.3745319,4241.5077113 +96,-1.539267302,0.722921924,179,-2.757159358,0.3745319,4224.1912635 +97,-1.537248972,0.7229660258,179,-2.757159358,0.3745319,4230.158634 +98,-1.535219431,0.7229916471,179,-2.757159358,0.3745319,4236.1635582 +99,-1.53318962,0.7230212049,179,-2.757159358,0.3745319,4242.1673031 +100,-1.531154816,0.7230299897,179,-2.757159358,0.3745319,4248.1911636 +101,-1.528878341,0.7230370244,179,-2.757159358,0.3745319,4254.9305236 +102,-1.539218189,0.7214009878,179,-2.757159358,0.3745319,4224.7628503 +103,-1.537198791,0.7214422745,179,-2.757159358,0.3745319,4230.7416952 +104,-1.535179266,0.7214634354,179,-2.757159358,0.3745319,4236.7258208 +105,-1.533156501,0.7214944644,179,-2.757159358,0.3745319,4242.7158495 +106,-1.53113574,0.7215166021,179,-2.757159358,0.3745319,4248.7017357 +107,-1.528874248,0.7215345535,179,-2.757159358,0.3745319,4255.4018587 +108,-1.539217656,0.7198512397,179,-2.757159358,0.3745319,4225.2037518 +109,-1.537199919,0.7199428763,179,-2.757159358,0.3745319,4231.1707092 +110,-1.545425832,0.727397149,179,-2.757159358,0.3745319,4204.7868765 +111,-1.543371177,0.7273916949,179,-2.757159358,0.3745319,4210.854308 +112,-1.541368852,0.7274523163,179,-2.757159358,0.3745319,4216.7493989 +113,-1.545349067,0.7258710923,179,-2.757159358,0.3745319,4205.4026273 +114,-1.54332671,0.7258603556,179,-2.757159358,0.3745319,4211.3838629 +115,-1.541346831,0.7259242142,179,-2.757159358,0.3745319,4217.2192448 +116,-1.545324355,0.7243383958,179,-2.757159358,0.3745319,4205.8717351 +117,-1.543292796,0.7243617413,179,-2.757159358,0.3745319,4211.8789896 +118,-1.541295822,0.7244024384,179,-2.757159358,0.3745319,4217.7784453 +119,-1.543193859,0.7205570215,179,-2.757159358,0.3745319,4213.1974027 +120,-1.550257047,0.7386738187,179,-2.757159358,0.3745319,4187.946412 +121,-1.549335448,0.7311736483,179,-2.757159358,0.3745319,4192.3402766 +122,-1.533478843,0.7179891343,179,-2.757159358,0.3745319,4242.8102729 +123,-1.556150555,0.738907041,179,-2.757159358,0.3745319,4170.6637525 +124,-1.554324226,0.733414257,179,-2.757159358,0.3745319,4177.1630678 +125,-1.554290846,0.7288285332,179,-2.757159358,0.3745319,4178.2807955 +126,-1.55122487,0.7219795312,179,-2.757159358,0.3745319,4188.9879832 +127,-1.525104458,0.7229399862,179,-2.757159358,0.3745319,4266.1351164 +128,-1.519607711,0.7236181429,179,-2.757159358,0.3745319,4282.1866263 +129,-1.513899999,0.7251107854,179,-2.757159358,0.3745319,4298.5644075 +130,-1.536620762,0.7431061895,179,-2.757159358,0.3745319,4226.7220281 +131,-1.5369566,0.7460845958,179,-2.757159358,0.3745319,4225.0382058 +132,-1.545345528,0.7447040685,179,-2.757159358,0.3745319,4200.9703357 +133,-1.532813921,0.7432306626,179,-2.757159358,0.3745319,4237.7730118 +134,-1.554788248,0.7382381001,179,-2.757159358,0.3745319,4174.7841009 +135,-1.540348126,0.7301594274,179,-2.757159358,0.3745319,4219.0508391 +136,-1.538016084,0.7239051786,179,-2.757159358,0.3745319,4227.6226858 +137,-1.525288962,0.7258085137,179,-2.757159358,0.3745319,4264.699216 +138,-1.534326986,0.731241342,179,-2.757159358,0.3745319,4236.4835946 +139,-1.530733872,0.7303625216,179,-2.757159358,0.3745319,4247.2998751 +141,-1.534354939,0.7328219978,179,-2.757159358,0.3745319,4235.9730715 +142,-1.53157084,0.7292888153,179,-2.757159358,0.3745319,4245.1401385 +143,-1.525691035,0.7263799874,179,-2.757159358,0.3745319,4263.3370075 +144,-1.534031287,0.7495967835,179,-2.757159358,0.3745319,4232.6974919 +145,-1.527714986,0.7283095957,179,-2.757159358,0.3745319,4256.7866749 +146,-1.526189586,0.7271468292,179,-2.757159358,0.3745319,4261.6328643 +147,-1.555177336,0.7375563366,179,-2.757159358,0.3745319,4173.785365 +148,-1.555080283,0.7312707794,179,-2.757159358,0.3745319,4175.4080368 +149,-1.53856994,0.7224180299,179,-2.757159358,0.3745319,4226.3988741 +150,-1.530837883,0.729933372,179,-2.757159358,0.3745319,4247.1155955 +151,-1.515066984,0.5854133365,179,-2.757159358,0.3745319,4361.7404989 +152,-1.534731633,0.5368370046,179,-2.757159358,0.3745319,4328.1089426 +153,-1.515231902,0.5607085576,179,-2.757159358,0.3745319,4377.0347549 +154,-2.616253799,1.0684566605,179,-2.757159358,0.3745319,2776.0270974 +155,-1.956071439,0.5792177723,179,-2.757159358,0.3745319,2908.6298171 +156,-1.951208514,0.5602434208,179,-2.757159358,0.3745319,2920.2903503 +157,-1.944675062,0.6062144545,179,-2.757159358,0.3745319,2954.8511773 +158,-1.613778386,0.6077989518,179,-2.757159358,0.3745319,4029.783744 +159,-2.035029014,0.6021432345,179,-2.757159358,0.3745319,2660.5975155 +160,-2.114989471,0.6801825058,179,-2.757159358,0.3745319,2485.4046904 +161,-2.037382079,0.5765830025,179,-2.757159358,0.3745319,2639.1348372 +162,-2.129855121,0.6585019963,179,-2.757159358,0.3745319,2415.0906073 +163,-2.075141798,0.6493615843,179,-2.757159358,0.3745319,2570.9162859 +164,-1.828626729,0.6948433129,179,-2.757159358,0.3745319,3353.7327822 +165,-1.863329418,0.6735427691,179,-2.757159358,0.3745319,3239.0149961 +166,-1.266037071,0.727988852,179,-2.757159358,0.3745319,5020.37964 +167,-1.277579582,0.7249010648,179,-2.757159358,0.3745319,4989.9633675 +168,-1.258418684,0.7241194816,179,-2.757159358,0.3745319,5045.9384205 +169,-1.317813974,0.6804850104,179,-2.757159358,0.3745319,4910.8291388 +170,-1.344165204,0.6790988904,179,-2.757159358,0.3745319,4832.6739733 +171,-1.427582102,0.5277120351,179,-2.757159358,0.3745319,4693.7646975 +172,-1.402238616,0.457167829,179,-2.757159358,0.3745319,4846.2483352 +173,-1.422454264,0.4996161999,179,-2.757159358,0.3745319,4736.2238083 +174,-1.439089277,0.4894859811,179,-2.757159358,0.3745319,4689.1053843 +175,-1.448126995,0.5182330266,179,-2.757159358,0.3745319,4633.1408137 +176,-1.474626146,0.5881926574,179,-2.757159358,0.3745319,4491.4891803 +177,-1.421139645,0.5584869783,179,-2.757159358,0.3745319,4688.8001091 +178,-1.457037165,0.565943032,179,-2.757159358,0.3745319,4565.0151132 +179,-2.757159358,0.3745319,179,-2.757159358,0.3745319,12.247448714 +180,-2.714309238,0.342054471,179,-2.757159358,0.3745319,204.47694846 +181,-2.000525337,0.774119946,179,-2.757159358,0.3745319,2924.2018379 +183,-1.571413436,0.6777838382,179,-2.757159358,0.3745319,4140.1418364 +184,-1.552860289,0.6987663893,179,-2.757159358,0.3745319,4190.4555467 +185,-1.521852374,0.7165827476,179,-2.757159358,0.3745319,4277.8510497 +186,-1.503656267,0.6928968252,179,-2.757159358,0.3745319,4341.5375412 +187,-1.502753178,0.7136205882,179,-2.757159358,0.3745319,4335.8022891 +188,-1.631894563,0.7343596465,179,-2.757159358,0.3745319,3949.0151363 +189,-1.653765416,0.6770714026,179,-2.757159358,0.3745319,3886.484239 +190,-1.719812114,0.6715965947,179,-2.757159358,0.3745319,3682.337337 +191,-1.493406659,0.6646955447,179,-2.757159358,0.3745319,4386.0957114 +192,-1.469120564,0.6613469966,179,-2.757159358,0.3745319,4463.0095337 +193,-1.590551461,0.5326612937,179,-2.757159358,0.3745319,4142.9843984 +194,-1.625979264,0.5247742243,179,-2.757159358,0.3745319,4027.5845292 +195,-1.572293943,0.5238808754,179,-2.757159358,0.3745319,4210.0971388 +196,-1.610848725,0.5477107964,179,-2.757159358,0.3745319,4066.3375786 +197,-1.208485554,0.7918526018,179,-2.757159358,0.3745319,5119.200066 +198,-1.335601374,0.6869083083,179,-2.757159358,0.3745319,4852.036881 +199,-1.346156996,0.6825213377,179,-2.757159358,0.3745319,4823.9049138 +200,-1.324381037,0.6741422347,179,-2.757159358,0.3745319,4896.5453786 +201,-1.242424992,0.7378949807,179,-2.757159358,0.3745319,5078.4340937 +202,-1.270370057,0.7392461008,179,-2.757159358,0.3745319,4997.6533222 +203,-1.448950472,0.7441675014,179,-2.757159358,0.3745319,4480.8931261 +204,-1.492662363,0.7523026852,179,-2.757159358,0.3745319,4351.4050484 +205,-1.479098966,0.7763855017,179,-2.757159358,0.3745319,4382.1346845 +206,-1.633760714,0.7869022408,179,-2.757159358,0.3745319,3946.6408325 +207,-1.647406434,0.8101289331,179,-2.757159358,0.3745319,3913.0596199 +208,-1.564245052,0.5701509278,179,-2.757159358,0.3745319,4209.3095447 +209,-1.646289963,0.6833746083,179,-2.757159358,0.3745319,3908.8173677 +210,-1.5820631,0.6751952144,179,-2.757159358,0.3745319,4108.0927056 +211,-1.613236298,0.6681681791,179,-2.757159358,0.3745319,4013.4232708 +212,-1.914661867,0.8212566515,179,-2.757159358,0.3745319,3206.5776751 +213,-1.742133237,0.7250275956,179,-2.757159358,0.3745319,3622.6220195 +214,-2.033144872,0.6557314699,179,-2.757159358,0.3745319,2705.3582302 +215,-2.039551981,0.6964723658,179,-2.757159358,0.3745319,2724.9411133 +216,-1.247341019,0.7622473908,179,-2.757159358,0.3745319,5041.3764529 +217,-1.298239787,0.7084123392,179,-2.757159358,0.3745319,4944.5439722 +218,-1.308539688,0.6926545592,179,-2.757159358,0.3745319,4927.9328124 +219,-1.303263185,0.6888938396,179,-2.757159358,0.3745319,4946.9564597 +220,-1.852400229,0.6004246149,179,-2.757159358,0.3745319,3253.7597057 +221,-1.288947707,0.7473773692,179,-2.757159358,0.3745319,4937.6858033 +222,-1.372031502,0.7472790993,179,-2.757159358,0.3745319,4700.753227 +223,-1.289805721,0.7242157877,179,-2.757159358,0.3745319,4955.2427441 +224,-1.350807603,0.7533498126,179,-2.757159358,0.3745319,4757.3001954 +225,-1.329290365,0.7560442322,179,-2.757159358,0.3745319,4816.4388512 +226,-1.410153004,0.616936428,179,-2.757159358,0.3745319,4677.4345497 +227,-1.393445434,0.6308995063,179,-2.757159358,0.3745319,4719.3327237 +228,-1.37595573,0.6241540638,179,-2.757159358,0.3745319,4779.6558003 +229,-1.358388707,0.6172645205,179,-2.757159358,0.3745319,4840.7825319 +230,-1.753741133,0.8281661666,179,-2.757159358,0.3745319,3634.5682792 +231,-1.47430987,0.6834615681,179,-2.757159358,0.3745319,4435.1270247 +232,-1.421012508,0.7222725206,179,-2.757159358,0.3745319,4573.7087759 +233,-1.4476833,0.6978557868,179,-2.757159358,0.3745319,4508.0426758 +234,-1.470370723,0.6966193374,179,-2.757159358,0.3745319,4440.4029537 +235,-1.429211703,0.7037216883,179,-2.757159358,0.3745319,4560.0776739 +236,-1.700578405,0.6178673663,179,-2.757159358,0.3745319,3746.5159653 +237,-1.678117619,0.6331716163,179,-2.757159358,0.3745319,3816.0560122 +238,-1.725644578,0.6316331145,179,-2.757159358,0.3745319,3664.4581423 +239,-2.14012759,0.7930497945,179,-2.757159358,0.3745319,2592.995309 +240,-2.103289431,0.7653606263,179,-2.757159358,0.3745319,2638.9132034 +241,-1.318739838,0.7017808746,179,-2.757159358,0.3745319,4889.8707212 +242,-1.396417427,0.7077900843,179,-2.757159358,0.3745319,4655.2308361 +243,-1.35650337,0.7185539404,179,-2.757159358,0.3745319,4765.5442273 +244,-1.248884539,0.7274156818,179,-2.757159358,0.3745319,5070.1766702 +245,-1.395014798,0.5761185243,179,-2.757159358,0.3745319,4759.1308274 +246,-1.433377362,0.6064716109,179,-2.757159358,0.3745319,4611.3553226 +247,-1.408172432,0.5903155476,179,-2.757159358,0.3745319,4704.7616161 +248,-1.749645898,0.7757118084,179,-2.757159358,0.3745319,3618.508689 +249,-1.571626686,0.615046989,179,-2.757159358,0.3745319,4162.8175892 +250,-1.514070049,0.6303003037,179,-2.757159358,0.3745319,4339.1965749 +251,-1.480890369,0.6237966528,179,-2.757159358,0.3745319,4448.2189675 +252,-1.704390658,0.5281680612,179,-2.757159358,0.3745319,3759.4186071 +253,-1.64434733,0.5254277498,179,-2.757159358,0.3745319,3964.8569216 +254,-1.703855997,0.4792484842,179,-2.757159358,0.3745319,3784.5798892 +255,-1.692002383,0.5748825051,179,-2.757159358,0.3745319,3784.509433 +256,-1.854136457,0.5544643913,179,-2.757159358,0.3745319,3246.0761361 +257,-1.665021206,0.520317736,179,-2.757159358,0.3745319,3897.0835546 +258,-1.733654349,0.4845187345,179,-2.757159358,0.3745319,3678.1637707 +259,-1.720938188,0.5135933906,179,-2.757159358,0.3745319,3708.9206676 +260,-1.742668307,0.553296122,179,-2.757159358,0.3745319,3621.4334583 +261,-1.965659039,0.7142126903,179,-2.757159358,0.3745319,2958.191737 +262,-1.944438071,0.6772834804,179,-2.757159358,0.3745319,2992.7321362 +263,-1.270340967,0.7681487096,179,-2.757159358,0.3745319,4972.0727006 +264,-1.353091884,0.6549276821,179,-2.757159358,0.3745319,4825.3243129 +265,-1.333236659,0.6413584414,179,-2.757159358,0.3745319,4898.1710953 +266,-1.352015998,0.6753788907,179,-2.757159358,0.3745319,4811.9511232 +267,-1.377988483,0.6577816235,179,-2.757159358,0.3745319,4746.5254171 +268,-2.13075611,0.8318642051,179,-2.757159358,0.3745319,2689.3492315 +269,-2.097910953,0.8259670014,179,-2.757159358,0.3745319,2755.5296401 +270,-1.416382069,0.6694271549,179,-2.757159358,0.3745319,4620.3391173 +271,-1.538905672,0.7535625993,179,-2.757159358,0.3745319,4217.7288508 +272,-1.572309477,0.7803125099,179,-2.757159358,0.3745319,4118.8343002 +273,-1.87759879,0.7503853417,179,-2.757159358,0.3745319,3241.4898117 +274,1.152365588,0.590457682,179,-2.757159358,0.3745319,7648.6419203 +275,0.350198001,0.718001859,179,-2.757159358,0.3745319,8114.4900494 +276,0.046513677,0.491503852,179,-2.757159358,0.3745319,8778.0100354 +277,0.027510309,0.742571376,179,-2.757159358,0.3745319,7830.6827284 +278,0.306285725,-0.214631579,179,-2.757159358,0.3745319,11744.814599 +279,-1.100564889,0.318051531,179,-2.757159358,0.3745319,6068.7915536 +280,-1.078582306,0.301437596,179,-2.757159358,0.3745319,6170.3763429 +281,-1.137371989,-0.617634065,179,-2.757159358,0.3745319,7218.763815 +282,0.784356344,0.703272339,179,-2.757159358,0.3745319,7926.8054301 +283,-1.221209947,0.218327455,179,-2.757159358,0.3745319,5781.7669757 +284,2.347301921,-0.449114658,179,-2.757159358,0.3745319,5579.3451451 +285,0.246820618,0.830553713,179,-2.757159358,0.3745319,7645.3649223 +286,0.829414965,0.703288228,179,-2.757159358,0.3745319,7869.7825566 +287,-1.337537566,0.42332223,179,-2.757159358,0.3745319,5105.7749226 +288,0.882453706,0.454478077,179,-2.757159358,0.3745319,8643.7646536 +289,1.575629659,0.416419109,179,-2.757159358,0.3745319,6888.1908627 +290,-1.039455679,0.229888244,179,-2.757159358,0.3745319,6417.2233153 +291,0.489558039,0.934482747,179,-2.757159358,0.3745319,7246.3269801 +292,0.081344504,0.88384514,179,-2.757159358,0.3745319,7347.9264595 +293,-1.547979814,0.300350308,179,-2.757159358,0.3745319,4493.0074897 +294,0.040776181,0.168560074,179,-2.757159358,0.3745319,9911.2797199 +295,-1.130374745,0.563894876,179,-2.757159358,0.3745319,5619.4473796 +296,1.578326642,0.478507176,179,-2.757159358,0.3745319,6760.7214392 +297,-1.12861823,-0.291640865,179,-2.757159358,0.3745319,6844.9044522 +298,0.310524208,0.770885792,179,-2.757159358,0.3745319,7898.9274579 +299,0.415649091,-0.387246002,179,-2.757159358,0.3745319,12318.503826 +300,-0.926533878,-0.188022748,179,-2.757159358,0.3745319,7442.4088244 +301,1.258856172,-0.11716081,179,-2.757159358,0.3745319,8950.4377649 +302,-1.126050026,0.322941926,179,-2.757159358,0.3745319,5972.6004337 +303,2.002785835,0.07893892,179,-2.757159358,0.3745319,5932.6969092 +304,0.440437607,0.746258085,179,-2.757159358,0.3745319,7999.6878904 +305,-0.030391866,0.214441206,179,-2.757159358,0.3745319,9607.4611253 +306,0.521557815,-0.058929362,179,-2.757159358,0.3745319,11086.858742 +307,-0.097005111,0.13317729,179,-2.757159358,0.3745319,9696.8541817 +308,1.83113859,0.221857587,179,-2.757159358,0.3745319,6348.1823405 +309,0.222428864,0.099404236,179,-2.757159358,0.3745319,10463.927007 +310,-1.702731345,0.8728568183,179,-2.757159358,0.3745319,3792.5635177 +311,-0.418507569,0.278324921,179,-2.757159358,0.3745319,8392.8948385 +312,-1.41153306,0.339029988,179,-2.757159358,0.3745319,4941.5983613 +313,0.357560442,0.114788776,179,-2.757159358,0.3745319,10502.838068 +314,0.325818979,0.268352149,179,-2.757159358,0.3745319,9887.2201307 +315,-1.246004659,-0.663679965,179,-2.757159358,0.3745319,6945.5131217 +316,1.814603087,0.637404484,179,-2.757159358,0.3745319,5773.8484379 +317,1.843704281,-0.18300445,179,-2.757159358,0.3745319,6892.2560954 +318,1.690644492,-0.211480909,179,-2.757159358,0.3745319,7490.2124875 +319,-1.275451936,0.068109467,179,-2.757159358,0.3745319,5795.2554845 +320,0.762430171,-0.207594741,179,-2.757159358,0.3745319,10867.067967 +321,0.265668905,-0.014647884,179,-2.757159358,0.3745319,10946.352976 +322,-2.773032013,-0.335515811,179,-2.757159358,0.3745319,2813.1715627 +323,-1.469512853,0.174058777,179,-2.757159358,0.3745319,4934.0437816 +324,0.286276986,0.785925691,179,-2.757159358,0.3745319,7833.610319 +325,-1.379324697,0.377432233,179,-2.757159358,0.3745319,5011.9861575 +326,-1.203778265,0.212813032,179,-2.757159358,0.3745319,5852.5802529 +327,0.579916301,0.611743168,179,-2.757159358,0.3745319,8468.6805886 +328,0.267582642,0.868113908,179,-2.757159358,0.3745319,7504.5789609 +329,0.412869244,-0.050245578,179,-2.757159358,0.3745319,11154.687192 +330,0.17524381,0.976660285,179,-2.757159358,0.3745319,7045.7398009 +331,0.743157214,0.204812899,179,-2.757159358,0.3745319,9758.2221642 +332,-1.070758176,0.269382282,179,-2.757159358,0.3745319,6246.1559996 +333,-1.230364251,0.329790229,179,-2.757159358,0.3745319,5596.637608 +334,-1.374813124,-0.024926835,179,-2.757159358,0.3745319,5564.642268 +335,0.519780566,0.463669906,179,-2.757159358,0.3745319,9083.3550144 +336,-1.55108034,0.239698561,179,-2.757159358,0.3745319,4551.5283124 +337,0.180294813,0.029739425,179,-2.757159358,0.3745319,10657.9965 +338,0.67820924,0.268170153,179,-2.757159358,0.3745319,9653.9116103 +339,0.445798684,1.024001867,179,-2.757159358,0.3745319,6900.5944934 +340,0.691751283,0.150521402,179,-2.757159358,0.3745319,10045.245608 +341,-1.036643551,-0.903056181,179,-2.757159358,0.3745319,7736.930907 +342,-0.120287036,1.083325163,179,-2.757159358,0.3745319,6453.1557302 +343,2.823513113,-0.304487164,179,-2.757159358,0.3745319,3829.3781892 +344,0.457583172,1.12513373,179,-2.757159358,0.3745319,6499.4127907 +345,0.042918831,0.813795399,179,-2.757159358,0.3745319,7580.4933547 +346,1.196146777,-0.853142756,179,-2.757159358,0.3745319,9275.7761042 +347,0.206001358,-0.010430701,179,-2.757159358,0.3745319,10845.347248 +348,-0.268308653,0.234799412,179,-2.757159358,0.3745319,8941.7609529 +349,0.759363263,0.736189579,179,-2.757159358,0.3745319,7835.1311094 +350,0.181363926,0.891988372,179,-2.757159358,0.3745319,7377.4091263 +351,-0.021111158,0.139103292,179,-2.757159358,0.3745319,9869.9841679 +352,-0.093355215,0.630686981,179,-2.757159358,0.3745319,8078.4613105 +353,0.40118964,0.681375926,179,-2.757159358,0.3745319,8260.9357816 +354,-0.721197315,1.304706234,179,-2.757159358,0.3745319,5248.9246027 +355,-1.076150317,0.212107639,179,-2.757159358,0.3745319,6313.2523664 +356,-1.577164531,0.273993443,179,-2.757159358,0.3745319,4416.0353548 +357,-0.190788414,0.182208586,179,-2.757159358,0.3745319,9302.6515169 +358,-0.261349752,0.209710184,179,-2.757159358,0.3745319,9028.9648963 +359,-1.029303852,0.083549259,179,-2.757159358,0.3745319,6676.5905084 +360,-1.268609162,0.330525297,179,-2.757159358,0.3745319,5460.4998917 +361,1.282982244,-0.926641967,179,-2.757159358,0.3745319,8975.7961143 +362,0.217352334,0.731352408,179,-2.757159358,0.3745319,8020.8105485 +363,-1.511833084,0.258629297,179,-2.757159358,0.3745319,4672.5610841 +364,0.338812194,0.823184618,179,-2.757159358,0.3745319,7696.8933483 +365,-0.324406489,1.134201999,179,-2.757159358,0.3745319,6092.0793953 +366,1.389579348,0.399185724,179,-2.757159358,0.3745319,7501.2921643 +367,2.047152199,-0.039082036,179,-2.757159358,0.3745319,5940.1755491 +368,0.947780369,0.568250077,179,-2.757159358,0.3745319,8143.5318263 +369,0.763824846,0.576754987,179,-2.757159358,0.3745319,8411.9779889 +370,-0.142334657,0.928153068,179,-2.757159358,0.3745319,6976.2842088 +371,0.610266567,0.547265983,179,-2.757159358,0.3745319,8693.2088629 +372,0.210731629,0.746815056,179,-2.757159358,0.3745319,7957.1170658 +373,-1.34931644,0.316895224,179,-2.757159358,0.3745319,5190.4665688 +374,2.407696481,0.655030745,179,-2.757159358,0.3745319,3936.3470546 +375,0.64207831,0.545359131,179,-2.757159358,0.3745319,8670.9766717 +376,1.174597538,0.840588356,179,-2.757159358,0.3745319,6875.6933409 +377,0.660059424,0.010604079,179,-2.757159358,0.3745319,10582.638177 +378,-0.730263819,0.010486456,179,-2.757159358,0.3745319,7878.1629924 +379,0.831068936,0.512339172,179,-2.757159358,0.3745319,8539.4350534 +380,1.301180979,0.72367476,179,-2.757159358,0.3745319,6947.2017645 +381,1.811128231,0.322854402,179,-2.757159358,0.3745319,6264.1988958 +382,0.435105812,0.992284428,179,-2.757159358,0.3745319,7027.2471844 +383,0.62643634,0.592027932,179,-2.757159358,0.3745319,8507.9756823 +384,0.492988703,-0.516339467,179,-2.757159358,0.3745319,11761.483557 +385,-0.162469483,0.112549365,179,-2.757159358,0.3745319,9573.9918987 +386,0.314630866,0.472006421,179,-2.757159358,0.3745319,9080.0477529 +387,0.166744804,0.822815954,179,-2.757159358,0.3745319,7637.7935526 +388,0.417159608,0.965805736,179,-2.757159358,0.3745319,7133.6179993 +389,0.106334961,0.868774244,179,-2.757159358,0.3745319,7422.9038078 +390,0.815086969,-0.338144359,179,-2.757159358,0.3745319,10840.350485 +391,0.59867455,-0.230624824,179,-2.757159358,0.3745319,11454.190412 +392,1.915104874,0.066220985,179,-2.757159358,0.3745319,6273.5891723 +393,1.278093622,0.064463721,179,-2.757159358,0.3745319,8568.4096793 +394,-0.061477853,0.302997961,179,-2.757159358,0.3745319,9250.598923 +395,0.251311504,0.626976942,179,-2.757159358,0.3745319,8445.592373 +396,2.950242872,0.149095644,179,-2.757159358,0.3745319,2369.7945521 +397,-0.180294708,0.35375117,179,-2.757159358,0.3745319,8824.3971089 +398,1.010448592,-0.351180233,179,-2.757159358,0.3745319,10128.821863 +399,-1.748740498,0.3686318073,179,-2.757159358,0.3745319,3699.0651845 +400,2.699635665,0.123533791,179,-2.757159358,0.3745319,3309.2351837 +401,0.496808033,0.823843254,179,-2.757159358,0.3745319,7680.1386407 +402,0.129574704,0.763364087,179,-2.757159358,0.3745319,7842.3755747 +403,1.798920311,0.817447563,179,-2.757159358,0.3745319,5554.3883723 +404,0.335987953,0.746786541,179,-2.757159358,0.3745319,7998.7828085 +405,-1.085413643,0.292154671,179,-2.757159358,0.3745319,6160.3306482 +406,-0.155321003,0.508207011,179,-2.757159358,0.3745319,8385.4477397 +407,0.620529244,-0.301175104,179,-2.757159358,0.3745319,11515.398351 +408,1.684402744,0.368716966,179,-2.757159358,0.3745319,6620.2574262 +409,0.300582244,-0.386397212,179,-2.757159358,0.3745319,12131.918832 +410,2.913555946,-0.009225192,179,-2.757159358,0.3745319,2813.8846849 +411,1.465101417,0.493232532,179,-2.757159358,0.3745319,7070.8040308 +412,0.090612882,0.907955955,179,-2.757159358,0.3745319,7262.8835016 +413,2.987564726,-0.729568594,179,-2.757159358,0.3745319,4798.1133169 +414,-1.484261606,0.224149272,179,-2.757159358,0.3745319,4815.5218088 +415,0.164073421,0.303955133,179,-2.757159358,0.3745319,9623.5753448 +416,0.141441293,0.167552546,179,-2.757159358,0.3745319,10097.876422 +417,2.931321023,-0.506718887,179,-2.757159358,0.3745319,4164.0293484 +418,2.21951565,0.700596356,179,-2.757159358,0.3745319,4497.6487363 +419,0.268112576,1.199114336,179,-2.757159358,0.3745319,6201.5882654 +420,0.978913739,0.359223811,179,-2.757159358,0.3745319,8737.2133986 +421,1.210898818,0.522863584,179,-2.757159358,0.3745319,7695.8830446 +422,2.347397336,0.129231362,179,-2.757159358,0.3745319,4592.4310265 +423,0.614394501,0.556878345,179,-2.757159358,0.3745319,8652.8310708 +424,-1.398079356,0.148483366,179,-2.757159358,0.3745319,5231.1157423 +425,2.535303836,-0.112984496,179,-2.757159358,0.3745319,4303.5904159 +426,-1.019372593,-0.405322349,179,-2.757159358,0.3745319,7372.5240571 +427,-1.297785627,-0.160104069,179,-2.757159358,0.3745319,6048.2236038 +428,2.144554488,0.205051084,179,-2.757159358,0.3745319,5237.5298759 +429,-2.242387083,-0.426171285,179,-2.757159358,0.3745319,3740.0367487 +430,0.338637212,0.909723676,179,-2.757159358,0.3745319,7354.4385221 +431,-0.148798452,0.691042401,179,-2.757159358,0.3745319,7784.9261684 +432,0.893524764,0.441829531,179,-2.757159358,0.3745319,8663.9094761 +433,0.969229347,-0.368847936,179,-2.757159358,0.3745319,10289.710025 +434,0.436043248,0.800045688,179,-2.757159358,0.3745319,7787.6406283 +435,1.687946607,1.081504775,179,-2.757159358,0.3745319,5394.4708476 +436,0.522302046,-0.034889271,179,-2.757159358,0.3745319,10997.243953 +437,-0.178996113,-0.438090009,179,-2.757159358,0.3745319,10383.255856 +438,-1.094339566,0.301444068,179,-2.757159358,0.3745319,6115.1636818 +439,-1.064070054,0.242569932,179,-2.757159358,0.3745319,6310.4001683 +440,-1.068153768,0.230387998,179,-2.757159358,0.3745319,6314.2951538 +441,-3.00496892,-0.23989155,179,-2.757159358,0.3745319,2617.5046466 +442,0.21751974,0.766874888,179,-2.757159358,0.3745319,7882.2548281 +443,0.117229532,0.007619006,179,-2.757159358,0.3745319,10610.987562 +444,0.777758451,0.420554741,179,-2.757159358,0.3745319,8948.9139008 +445,-0.252356999,0.250747086,179,-2.757159358,0.3745319,8942.5080626 +446,0.363148444,0.768483434,179,-2.757159358,0.3745319,7915.704977 +447,0.903191366,-0.118210676,179,-2.757159358,0.3745319,10214.41208 +448,-0.205755923,0.149406178,179,-2.757159358,0.3745319,9350.092402 +449,1.811996086,0.02364353,179,-2.757159358,0.3745319,6715.0067918 +450,-1.100670221,0.314845373,179,-2.757159358,0.3745319,6073.1573427 +451,0.340078597,0.850105132,179,-2.757159358,0.3745319,7590.5180773 +452,0.258757267,0.804969236,179,-2.757159358,0.3745319,7750.0690407 +453,2.78505352,-0.155160804,179,-2.757159358,0.3745319,3563.5273181 +454,0.800551619,0.105822106,179,-2.757159358,0.3745319,9947.2658616 +455,0.437940882,-0.506194031,179,-2.757159358,0.3745319,11888.290851 +456,2.230431122,0.63458615,179,-2.757159358,0.3745319,4502.6383984 +457,0.527965361,0.127667701,179,-2.757159358,0.3745319,10377.874355 +458,-0.063643205,0.702093448,179,-2.757159358,0.3745319,7869.923515 +459,1.408447268,0.133010502,179,-2.757159358,0.3745319,7987.4206329 +460,0.523795955,0.280266966,179,-2.757159358,0.3745319,9794.3039579 +461,-0.975769313,0.072177659,179,-2.757159358,0.3745319,6889.1798806 +462,0.549774164,-0.463663986,179,-2.757159358,0.3745319,11749.572575 +463,0.29245874,1.095549818,179,-2.757159358,0.3745319,6613.6898077 +464,0.143625958,0.816809593,179,-2.757159358,0.3745319,7646.8556808 +465,0.671902494,0.611159853,179,-2.757159358,0.3745319,8392.6809976 +466,1.239840988,0.6724199,179,-2.757159358,0.3745319,7221.5079598 +467,0.607829703,-0.10932137,179,-2.757159358,0.3745319,11088.747225 +468,1.763020906,0.263996692,179,-2.757159358,0.3745319,6523.9022309 +469,0.378714634,0.726066797,179,-2.757159358,0.3745319,8084.3264993 +470,2.196736143,-0.153862366,179,-2.757159358,0.3745319,5569.8131177 +471,0.01702415,0.148991565,179,-2.757159358,0.3745319,9925.7235608 +472,-2.998490902,-0.158002487,179,-2.757159358,0.3745319,2308.7326259 +473,-3.051262951,-0.346595608,179,-2.757159358,0.3745319,3075.1156419 +474,-1.069176439,0.182802941,179,-2.757159358,0.3745319,6382.3742664 +475,0.167157509,0.595344954,179,-2.757159358,0.3745319,8515.8011065 +476,0.613855648,0.681746124,179,-2.757159358,0.3745319,8174.2923135 +477,1.037012736,0.682555367,179,-2.757159358,0.3745319,7608.7850951 +478,-1.253574971,0.379755746,179,-2.757159358,0.3745319,5449.9357012 +479,3.108590453,-0.132620738,179,-2.757159358,0.3745319,2582.2780013 +480,0.565301296,0.022333262,179,-2.757159358,0.3745319,10722.973503 +481,0.547898238,0.855555614,179,-2.757159358,0.3745319,7537.3305453 +482,0.948309381,0.417393755,179,-2.757159358,0.3745319,8627.9922148 +483,-0.050600732,0.945269213,179,-2.757159358,0.3745319,7009.8452987 +484,-0.977651478,-0.572363064,179,-2.757159358,0.3745319,7681.683409 +485,1.102014914,0.728861163,179,-2.757159358,0.3745319,7343.4441268 +486,2.927300795,-0.282939414,179,-2.757159358,0.3745319,3491.1317805 +487,-1.154565557,0.124434095,179,-2.757159358,0.3745319,6158.3644265 +488,1.855331234,0.291044755,179,-2.757159358,0.3745319,6158.2966114 +489,0.830290659,0.276904518,179,-2.757159358,0.3745319,9336.1969512 +490,0.485104466,-0.234867441,179,-2.757159358,0.3745319,11772.712882 +491,0.521367572,-0.33161327,179,-2.757159358,0.3745319,11907.36509 +1,-1.539031704,0.7349710123,180,-2.714309238,0.342054471,4174.4721595 +2,-1.536990553,0.7349663874,180,-2.714309238,0.342054471,4180.470014 +3,-1.534951779,0.7349571355,180,-2.714309238,0.342054471,4186.4610345 +4,-1.532906461,0.7349480293,180,-2.714309238,0.342054471,4192.4713036 +5,-1.531320211,0.7346937278,180,-2.714309238,0.342054471,4197.1438388 +6,-1.539451648,0.7335131775,180,-2.714309238,0.342054471,4173.2751071 +7,-1.537429487,0.7335445708,180,-2.714309238,0.342054471,4179.2238076 +8,-1.535484998,0.7335658704,180,-2.714309238,0.342054471,4184.9439709 +9,-1.533488396,0.7336036027,180,-2.714309238,0.342054471,4190.8164674 +10,-1.531497785,0.7335842962,180,-2.714309238,0.342054471,4196.67358 +11,-1.530259379,0.7334777758,180,-2.714309238,0.342054471,4200.3223201 +12,-1.5335454,0.7322346912,180,-2.714309238,0.342054471,4190.7088107 +13,-1.531489083,0.7322238773,180,-2.714309238,0.342054471,4196.7662585 +14,-1.530011122,0.7321679851,180,-2.714309238,0.342054471,4201.1226422 +15,-1.53348106,0.7306614094,180,-2.714309238,0.342054471,4190.9727648 +16,-1.531441779,0.7306962275,180,-2.714309238,0.342054471,4196.9860093 +17,-1.529755654,0.7306933243,180,-2.714309238,0.342054471,4201.9593979 +18,-1.533415048,0.7291384674,180,-2.714309238,0.342054471,4191.2450536 +19,-1.531392093,0.7291705353,180,-2.714309238,0.342054471,4197.2182424 +20,-1.529296523,0.7291214933,180,-2.714309238,0.342054471,4203.4105766 +21,-1.535280942,0.727267644,180,-2.714309238,0.342054471,4185.8270604 +22,-1.533378158,0.7276139666,180,-2.714309238,0.342054471,4191.4369959 +23,-1.531340368,0.7276446587,180,-2.714309238,0.342054471,4197.4620844 +24,-1.528960113,0.7276398177,180,-2.714309238,0.342054471,4204.5019134 +25,-1.533313146,0.7260818349,180,-2.714309238,0.342054471,4191.7181499 +26,-1.531259555,0.7260958115,180,-2.714309238,0.342054471,4197.7991483 +27,-1.528926415,0.7260865555,180,-2.714309238,0.342054471,4204.7093724 +28,-1.531226779,0.7245511789,180,-2.714309238,0.342054471,4197.9994409 +29,-1.528904772,0.7245519194,180,-2.714309238,0.342054471,4204.885299 +30,-1.547195875,0.7409785979,180,-2.714309238,0.342054471,4150.5044358 +31,-1.5451475,0.740980426,180,-2.714309238,0.342054471,4156.490725 +32,-1.543097679,0.7409798872,180,-2.714309238,0.342054471,4162.4812311 +33,-1.540720364,0.7409892687,180,-2.714309238,0.342054471,4169.4287631 +34,-1.547188511,0.7395198392,180,-2.714309238,0.342054471,4150.5130054 +35,-1.545148587,0.7395226109,180,-2.714309238,0.342054471,4156.4825507 +36,-1.543104538,0.7395314908,180,-2.714309238,0.342054471,4162.4641154 +37,-1.540727751,0.7395306258,180,-2.714309238,0.342054471,4169.4193644 +38,-1.547187029,0.7380014886,180,-2.714309238,0.342054471,4150.509027 +39,-1.545147315,0.7380012252,180,-2.714309238,0.342054471,4156.4862164 +40,-1.54310719,0.7380060743,180,-2.714309238,0.342054471,4162.4645733 +41,-1.540719671,0.7380068206,180,-2.714309238,0.342054471,4169.4609102 +42,-1.547187189,0.7364799098,180,-2.714309238,0.342054471,4150.5055082 +43,-1.545149996,0.7364853874,180,-2.714309238,0.342054471,4156.4835346 +44,-1.543106091,0.7364823484,180,-2.714309238,0.342054471,4162.4812764 +45,-1.540717158,0.7364893901,180,-2.714309238,0.342054471,4169.4913217 +46,-1.538663972,0.7410138672,180,-2.714309238,0.342054471,4175.4381062 +47,-1.53695285,0.7409699132,180,-2.714309238,0.342054471,4180.4393331 +48,-1.534910498,0.7409641297,180,-2.714309238,0.342054471,4186.4081249 +49,-1.533145034,0.7409536636,180,-2.714309238,0.342054471,4191.5678728 +50,-1.538681336,0.7395405883,180,-2.714309238,0.342054471,4175.40766 +51,-1.536999189,0.7395183096,180,-2.714309238,0.342054471,4180.3305221 +52,-1.534923633,0.7395144222,180,-2.714309238,0.342054471,4186.4043452 +53,-1.533267822,0.7395654306,180,-2.714309238,0.342054471,4191.2482215 +54,-1.53867273,0.7380151077,180,-2.714309238,0.342054471,4175.4590428 +55,-1.536980576,0.7379994392,180,-2.714309238,0.342054471,4180.4179745 +56,-1.534931522,0.7379944961,180,-2.714309238,0.342054471,4186.4225572 +57,-1.533387952,0.7379480264,180,-2.714309238,0.342054471,4190.9472684 +58,-1.538682279,0.7364914363,180,-2.714309238,0.342054471,4175.4624177 +59,-1.536980704,0.7364810563,180,-2.714309238,0.342054471,4180.4557474 +60,-1.534935567,0.7364752065,180,-2.714309238,0.342054471,4186.457128 +61,-1.533042592,0.7363876366,180,-2.714309238,0.342054471,4192.0150639 +62,-1.545143426,0.7349628011,180,-2.714309238,0.342054471,4156.5133004 +63,-1.543105297,0.7349691947,180,-2.714309238,0.342054471,4162.5022063 +64,-1.541064533,0.7349647152,180,-2.714309238,0.342054471,4168.4989721 +65,-1.545411803,0.7334624714,180,-2.714309238,0.342054471,4155.7391054 +66,-1.543446606,0.7334780896,180,-2.714309238,0.342054471,4161.5213492 +67,-1.541475327,0.7334957295,180,-2.714309238,0.342054471,4167.3212484 +68,-1.545401939,0.731963266,180,-2.714309238,0.342054471,4155.787702 +69,-1.54342253,0.7319915583,180,-2.714309238,0.342054471,4161.6192985 +70,-1.541455867,0.7320216438,180,-2.714309238,0.342054471,4167.4129671 +71,-1.545410146,0.7304422281,180,-2.714309238,0.342054471,4155.7885733 +72,-1.543435491,0.7304713664,180,-2.714309238,0.342054471,4161.6139669 +73,-1.541463105,0.7304997613,180,-2.714309238,0.342054471,4167.4323406 +74,-1.545414768,0.7289194936,180,-2.714309238,0.342054471,4155.8052772 +75,-1.543435774,0.7289538557,180,-2.714309238,0.342054471,4161.6511588 +76,-1.541457714,0.7289765881,180,-2.714309238,0.342054471,4167.4942465 +77,-1.539449415,0.7320555866,180,-2.714309238,0.342054471,4173.3233812 +78,-1.537429183,0.7321097681,180,-2.714309238,0.342054471,4179.2732578 +79,-1.535472649,0.7321497267,180,-2.714309238,0.342054471,4185.03543 +80,-1.539457899,0.7305333307,180,-2.714309238,0.342054471,4173.3470175 +81,-1.537453161,0.7305750503,180,-2.714309238,0.342054471,4179.2595782 +82,-1.535479385,0.7306124949,180,-2.714309238,0.342054471,4185.0804817 +83,-1.53946905,0.7290102593,180,-2.714309238,0.342054471,4173.3679592 +84,-1.537459922,0.7290417293,180,-2.714309238,0.342054471,4179.3017937 +85,-1.535451349,0.7290890157,180,-2.714309238,0.342054471,4185.2328232 +86,-1.535522937,0.7279887191,180,-2.714309238,0.342054471,4185.0746857 +87,-1.539442524,0.7274735939,180,-2.714309238,0.342054471,4173.5060417 +88,-1.537424111,0.727521351,180,-2.714309238,0.342054471,4179.4745672 +89,-1.539384641,0.7259505092,180,-2.714309238,0.342054471,4173.7419404 +90,-1.537372391,0.7259947145,180,-2.714309238,0.342054471,4179.7002466 +91,-1.535340789,0.7260435356,180,-2.714309238,0.342054471,4185.7150593 +92,-1.539325716,0.7244369706,180,-2.714309238,0.342054471,4173.9861611 +93,-1.537308932,0.7244801057,180,-2.714309238,0.342054471,4179.9657471 +94,-1.535289068,0.7245247645,180,-2.714309238,0.342054471,4185.9538257 +95,-1.533261366,0.7245550236,180,-2.714309238,0.342054471,4191.9654807 +96,-1.539267302,0.722921924,180,-2.714309238,0.342054471,4174.2345631 +97,-1.537248972,0.7229660258,180,-2.714309238,0.342054471,4180.2264747 +98,-1.535219431,0.7229916471,180,-2.714309238,0.342054471,4186.252252 +99,-1.53318962,0.7230212049,180,-2.714309238,0.342054471,4192.2781712 +100,-1.531154816,0.7230299897,180,-2.714309238,0.342054471,4198.3199704 +101,-1.528878341,0.7230370244,180,-2.714309238,0.342054471,4205.0792833 +102,-1.539218189,0.7214009878,180,-2.714309238,0.342054471,4174.4612539 +103,-1.537198791,0.7214422745,180,-2.714309238,0.342054471,4180.4643195 +104,-1.535179266,0.7214634354,180,-2.714309238,0.342054471,4186.4685244 +105,-1.533156501,0.7214944644,180,-2.714309238,0.342054471,4192.4813156 +106,-1.53113574,0.7215166021,180,-2.714309238,0.342054471,4198.4883581 +107,-1.528874248,0.7215345535,180,-2.714309238,0.342054471,4205.2111167 +108,-1.539217656,0.7198512397,180,-2.714309238,0.342054471,4174.5505573 +109,-1.537199919,0.7199428763,180,-2.714309238,0.342054471,4180.553439 +110,-1.545425832,0.727397149,180,-2.714309238,0.342054471,4155.8081496 +111,-1.543371177,0.7273916949,180,-2.714309238,0.342054471,4161.8868671 +112,-1.541368852,0.7274523163,180,-2.714309238,0.342054471,4167.8084047 +113,-1.545349067,0.7258710923,180,-2.714309238,0.342054471,4156.0765076 +114,-1.54332671,0.7258603556,180,-2.714309238,0.342054471,4162.0679515 +115,-1.541346831,0.7259242142,180,-2.714309238,0.342054471,4167.9306765 +116,-1.545324355,0.7243383958,180,-2.714309238,0.342054471,4156.1965794 +117,-1.543292796,0.7243617413,180,-2.714309238,0.342054471,4162.2221745 +118,-1.541295822,0.7244024384,180,-2.714309238,0.342054471,4168.1441174 +119,-1.543193859,0.7205570215,180,-2.714309238,0.342054471,4162.6759888 +120,-1.550257047,0.7386738187,180,-2.714309238,0.342054471,4141.5211902 +121,-1.549335448,0.7311736483,180,-2.714309238,0.342054471,4144.2020363 +122,-1.533478843,0.7179891343,180,-2.714309238,0.342054471,4191.7801578 +123,-1.556150555,0.738907041,180,-2.714309238,0.342054471,4124.2685323 +124,-1.554324226,0.733414257,180,-2.714309238,0.342054471,4129.5139965 +125,-1.554290846,0.7288285332,180,-2.714309238,0.342054471,4129.5809819 +126,-1.55122487,0.7219795312,180,-2.714309238,0.342054471,4138.7390479 +127,-1.525104458,0.7229399862,180,-2.714309238,0.342054471,4216.2936201 +128,-1.519607711,0.7236181429,180,-2.714309238,0.342054471,4232.54664 +129,-1.513899999,0.7251107854,180,-2.714309238,0.342054471,4249.3134701 +130,-1.536620762,0.7431061895,180,-2.714309238,0.342054471,4181.3771184 +131,-1.5369566,0.7460845958,180,-2.714309238,0.342054471,4180.3716971 +132,-1.545345528,0.7447040685,180,-2.714309238,0.342054471,4155.9486838 +133,-1.532813921,0.7432306626,180,-2.714309238,0.342054471,4192.4777997 +134,-1.554788248,0.7382381001,180,-2.714309238,0.342054471,4128.2402861 +135,-1.540348126,0.7301594274,180,-2.714309238,0.342054471,4170.7326038 +136,-1.538016084,0.7239051786,180,-2.714309238,0.342054471,4177.8981158 +137,-1.525288962,0.7258085137,180,-2.714309238,0.342054471,4215.503836 +138,-1.534326986,0.731241342,180,-2.714309238,0.342054471,4188.4507676 +139,-1.530733872,0.7303625216,180,-2.714309238,0.342054471,4199.0928616 +141,-1.534354939,0.7328219978,180,-2.714309238,0.342054471,4188.2992582 +142,-1.53157084,0.7292888153,180,-2.714309238,0.342054471,4196.6835404 +143,-1.525691035,0.7263799874,180,-2.714309238,0.342054471,4214.2674342 +144,-1.534031287,0.7495967835,180,-2.714309238,0.342054471,4188.8481559 +145,-1.527714986,0.7283095957,180,-2.714309238,0.342054471,4208.1373139 +146,-1.526189586,0.7271468292,180,-2.714309238,0.342054471,4212.7325731 +147,-1.555177336,0.7375563366,180,-2.714309238,0.342054471,4127.0834317 +148,-1.555080283,0.7312707794,180,-2.714309238,0.342054471,4127.2640944 +149,-1.53856994,0.7224180299,180,-2.714309238,0.342054471,4176.3327787 +150,-1.530837883,0.729933372,180,-2.714309238,0.342054471,4198.8105084 +151,-1.515066984,0.5854133365,180,-2.714309238,0.342054471,4281.9893022 +152,-1.534731633,0.5368370046,180,-2.714309238,0.342054471,4237.7689442 +153,-1.515231902,0.5607085576,180,-2.714309238,0.342054471,4292.1202861 +154,-2.616253799,1.0684566605,180,-2.714309238,0.342054471,2890.249098 +155,-1.956071439,0.5792177723,180,-2.714309238,0.342054471,2826.4922694 +156,-1.951208514,0.5602434208,180,-2.714309238,0.342054471,2832.7447413 +157,-1.944675062,0.6062144545,180,-2.714309238,0.342054471,2879.9823412 +158,-1.613778386,0.6077989518,180,-2.714309238,0.342054471,3953.1447327 +159,-2.035029014,0.6021432345,180,-2.714309238,0.342054471,2588.0606505 +160,-2.114989471,0.6801825058,180,-2.714309238,0.342054471,2443.1616253 +161,-2.037382079,0.5765830025,180,-2.714309238,0.342054471,2558.9120058 +162,-2.129855121,0.6585019963,180,-2.714309238,0.342054471,2367.2097103 +163,-2.075141798,0.6493615843,180,-2.714309238,0.342054471,2515.5049997 +164,-1.828626729,0.6948433129,180,-2.714309238,0.342054471,3299.5111048 +165,-1.863329418,0.6735427691,180,-2.714309238,0.342054471,3180.1396571 +166,-1.266037071,0.727988852,180,-2.714309238,0.342054471,4977.059701 +167,-1.277579582,0.7249010648,180,-2.714309238,0.342054471,4945.6366784 +168,-1.258418684,0.7241194816,180,-2.714309238,0.342054471,5002.0788216 +169,-1.317813974,0.6804850104,180,-2.714309238,0.342054471,4856.11035 +170,-1.344165204,0.6790988904,180,-2.714309238,0.342054471,4776.8697222 +171,-1.427582102,0.5277120351,180,-2.714309238,0.342054471,4604.7984225 +172,-1.402238616,0.457167829,180,-2.714309238,0.342054471,4744.7993144 +173,-1.422454264,0.4996161999,180,-2.714309238,0.342054471,4641.9938925 +174,-1.439089277,0.4894859811,180,-2.714309238,0.342054471,4592.3409305 +175,-1.448126995,0.5182330266,180,-2.714309238,0.342054471,4541.6314376 +176,-1.474626146,0.5881926574,180,-2.714309238,0.342054471,4413.3015241 +177,-1.421139645,0.5584869783,180,-2.714309238,0.342054471,4606.1250451 +178,-1.457037165,0.565943032,180,-2.714309238,0.342054471,4482.7458771 +179,-2.757159358,0.3745319,180,-2.714309238,0.342054471,204.47694846 +180,-2.714309238,0.342054471,180,-2.714309238,0.342054471,38.154292026 +181,-2.000525337,0.774119946,180,-2.714309238,0.342054471,2900.471285 +183,-1.571413436,0.6777838382,180,-2.714309238,0.342054471,4079.6980825 +184,-1.552860289,0.6987663893,180,-2.714309238,0.342054471,4134.9175991 +185,-1.521852374,0.7165827476,180,-2.714309238,0.342054471,4226.6070121 +186,-1.503656267,0.6928968252,180,-2.714309238,0.342054471,4285.2231942 +187,-1.502753178,0.7136205882,180,-2.714309238,0.342054471,4284.0991406 +188,-1.631894563,0.7343596465,180,-2.714309238,0.342054471,3901.592013 +189,-1.653765416,0.6770714026,180,-2.714309238,0.342054471,3825.5448601 +190,-1.719812114,0.6715965947,180,-2.714309238,0.342054471,3620.3554752 +191,-1.493406659,0.6646955447,180,-2.714309238,0.342054471,4323.7557065 +192,-1.469120564,0.6613469966,180,-2.714309238,0.342054471,4400.3963964 +193,-1.590551461,0.5326612937,180,-2.714309238,0.342054471,4050.4252374 +194,-1.625979264,0.5247742243,180,-2.714309238,0.342054471,3932.5886158 +195,-1.572293943,0.5238808754,180,-2.714309238,0.342054471,4116.1335642 +196,-1.610848725,0.5477107964,180,-2.714309238,0.342054471,3976.5561949 +197,-1.208485554,0.7918526018,180,-2.714309238,0.342054471,5090.8967366 +198,-1.335601374,0.6869083083,180,-2.714309238,0.342054471,4798.0979147 +199,-1.346156996,0.6825213377,180,-2.714309238,0.342054471,4768.7505391 +200,-1.324381037,0.6741422347,180,-2.714309238,0.342054471,4840.3214711 +201,-1.242424992,0.7378949807,180,-2.714309238,0.342054471,5037.9299994 +202,-1.270370057,0.7392461008,180,-2.714309238,0.342054471,4956.5095721 +203,-1.448950472,0.7441675014,180,-2.714309238,0.342054471,4436.6619093 +204,-1.492662363,0.7523026852,180,-2.714309238,0.342054471,4308.4650978 +205,-1.479098966,0.7763855017,180,-2.714309238,0.342054471,4344.7314636 +206,-1.633760714,0.7869022408,180,-2.714309238,0.342054471,3911.7927495 +207,-1.647406434,0.8101289331,180,-2.714309238,0.342054471,3883.9856681 +208,-1.564245052,0.5701509278,180,-2.714309238,0.342054471,4125.2598074 +209,-1.646289963,0.6833746083,180,-2.714309238,0.342054471,3849.3610224 +210,-1.5820631,0.6751952144,180,-2.714309238,0.342054471,4046.9764042 +211,-1.613236298,0.6681681791,180,-2.714309238,0.342054471,3950.5016708 +212,-1.914661867,0.8212566515,180,-2.714309238,0.342054471,3189.9746955 +213,-1.742133237,0.7250275956,180,-2.714309238,0.342054471,3574.1689181 +214,-2.033144872,0.6557314699,180,-2.714309238,0.342054471,2649.0591916 +215,-2.039551981,0.6964723658,180,-2.714309238,0.342054471,2681.4307484 +216,-1.247341019,0.7622473908,180,-2.714309238,0.342054471,5005.7077463 +217,-1.298239787,0.7084123392,180,-2.714309238,0.342054471,4896.1732087 +218,-1.308539688,0.6926545592,180,-2.714309238,0.342054471,4876.0008259 +219,-1.303263185,0.6888938396,180,-2.714309238,0.342054471,4894.421372 +220,-1.852400229,0.6004246149,180,-2.714309238,0.342054471,3175.3292235 +221,-1.288947707,0.7473773692,180,-2.714309238,0.342054471,4897.6613452 +222,-1.372031502,0.7472790993,180,-2.714309238,0.342054471,4658.5888445 +223,-1.289805721,0.7242157877,180,-2.714309238,0.342054471,4910.3914584 +224,-1.350807603,0.7533498126,180,-2.714309238,0.342054471,4716.9084683 +225,-1.329290365,0.7560442322,180,-2.714309238,0.342054471,4777.1374513 +226,-1.410153004,0.616936428,180,-2.714309238,0.342054471,4606.9205999 +227,-1.393445434,0.6308995063,180,-2.714309238,0.342054471,4652.1651334 +228,-1.37595573,0.6241540638,180,-2.714309238,0.342054471,4711.6277633 +229,-1.358388707,0.6172645205,180,-2.714309238,0.342054471,4771.9134786 +230,-1.753741133,0.8281661666,180,-2.714309238,0.342054471,3612.4120246 +231,-1.47430987,0.6834615681,180,-2.714309238,0.342054471,4377.1990356 +232,-1.421012508,0.7222725206,180,-2.714309238,0.342054471,4525.1663339 +233,-1.4476833,0.6978557868,180,-2.714309238,0.342054471,4453.7161333 +234,-1.470370723,0.6966193374,180,-2.714309238,0.342054471,4385.4092455 +235,-1.429211703,0.7037216883,180,-2.714309238,0.342054471,4507.37217 +236,-1.700578405,0.6178673663,180,-2.714309238,0.342054471,3671.5612383 +237,-1.678117619,0.6331716163,180,-2.714309238,0.342054471,3744.7561575 +238,-1.725644578,0.6316331145,180,-2.714309238,0.342054471,3592.7979165 +239,-2.14012759,0.7930497945,180,-2.714309238,0.342054471,2588.1948069 +240,-2.103289431,0.7653606263,180,-2.714309238,0.342054471,2621.8526328 +241,-1.318739838,0.7017808746,180,-2.714309238,0.342054471,4839.5061366 +242,-1.396417427,0.7077900843,180,-2.714309238,0.342054471,4604.0905479 +243,-1.35650337,0.7185539404,180,-2.714309238,0.342054471,4717.6390135 +244,-1.248884539,0.7274156818,180,-2.714309238,0.342054471,5027.3132298 +245,-1.395014798,0.5761185243,180,-2.714309238,0.342054471,4680.8155849 +246,-1.433377362,0.6064716109,180,-2.714309238,0.342054471,4538.0402132 +247,-1.408172432,0.5903155476,180,-2.714309238,0.342054471,4628.8820127 +248,-1.749645898,0.7757118084,180,-2.714309238,0.342054471,3582.9867741 +249,-1.571626686,0.615046989,180,-2.714309238,0.342054471,4088.3603118 +250,-1.514070049,0.6303003037,180,-2.714309238,0.342054471,4269.0339641 +251,-1.480890369,0.6237966528,180,-2.714309238,0.342054471,4377.3434943 +252,-1.704390658,0.5281680612,180,-2.714309238,0.342054471,3663.7743964 +253,-1.64434733,0.5254277498,180,-2.714309238,0.342054471,3869.6316361 +254,-1.703855997,0.4792484842,180,-2.714309238,0.342054471,3678.2206786 +255,-1.692002383,0.5748825051,180,-2.714309238,0.342054471,3699.5949096 +256,-1.854136457,0.5544643913,180,-2.714309238,0.342054471,3155.8528384 +257,-1.665021206,0.520317736,180,-2.714309238,0.342054471,3800.3610551 +258,-1.733654349,0.4845187345,180,-2.714309238,0.342054471,3572.3569243 +259,-1.720938188,0.5135933906,180,-2.714309238,0.342054471,3609.7722669 +260,-1.742668307,0.553296122,180,-2.714309238,0.342054471,3531.1089403 +261,-1.965659039,0.7142126903,180,-2.714309238,0.342054471,2915.0235154 +262,-1.944438071,0.6772834804,180,-2.714309238,0.342054471,2937.9400342 +263,-1.270340967,0.7681487096,180,-2.714309238,0.342054471,4936.9188065 +264,-1.353091884,0.6549276821,180,-2.714309238,0.342054471,4764.2795142 +265,-1.333236659,0.6413584414,180,-2.714309238,0.342054471,4834.9897801 +266,-1.352015998,0.6753788907,180,-2.714309238,0.342054471,4755.1494843 +267,-1.377988483,0.6577816235,180,-2.714309238,0.342054471,4685.3430906 +268,-2.13075611,0.8318642051,180,-2.714309238,0.342054471,2694.4283006 +269,-2.097910953,0.8259670014,180,-2.714309238,0.342054471,2755.3202476 +270,-1.416382069,0.6694271549,180,-2.714309238,0.342054471,4560.5973668 +271,-1.538905672,0.7535625993,180,-2.714309238,0.342054471,4174.7644671 +272,-1.572309477,0.7803125099,180,-2.714309238,0.342054471,4082.0320887 +273,-1.87759879,0.7503853417,180,-2.714309238,0.342054471,3203.8348153 +274,1.152365588,0.590457682,180,-2.714309238,0.342054471,7847.4523558 +275,0.350198001,0.718001859,180,-2.714309238,0.342054471,8235.4055271 +276,0.046513677,0.491503852,180,-2.714309238,0.342054471,8834.3992615 +277,0.027510309,0.742571376,180,-2.714309238,0.342054471,7906.2028481 +278,0.306285725,-0.214631579,180,-2.714309238,0.342054471,11760.674247 +279,-1.100564889,0.318051531,180,-2.714309238,0.342054471,5958.4286761 +280,-1.078582306,0.301437596,180,-2.714309238,0.342054471,6058.6253766 +281,-1.137371989,-0.617634065,180,-2.714309238,0.342054471,7015.3095559 +282,0.784356344,0.703272339,180,-2.714309238,0.342054471,8098.759107 +283,-1.221209947,0.218327455,180,-2.714309238,0.342054471,5649.397923 +284,2.347301921,-0.449114658,180,-2.714309238,0.342054471,5646.5559445 +285,0.246820618,0.830553713,180,-2.714309238,0.342054471,7754.910667 +286,0.829414965,0.703288228,180,-2.714309238,0.342054471,8045.4835133 +287,-1.337537566,0.42332223,180,-2.714309238,0.342054471,5000.9307297 +288,0.882453706,0.454478077,180,-2.714309238,0.342054471,8835.6524068 +289,1.575629659,0.416419109,180,-2.714309238,0.342054471,7090.6360924 +290,-1.039455679,0.229888244,180,-2.714309238,0.342054471,6296.5751348 +291,0.489558039,0.934482747,180,-2.714309238,0.342054471,7382.9940014 +292,0.081344504,0.88384514,180,-2.714309238,0.342054471,7440.0506325 +293,-1.547979814,0.300350308,180,-2.714309238,0.342054471,4358.1017983 +294,0.040776181,0.168560074,180,-2.714309238,0.342054471,9921.0275496 +295,-1.130374745,0.563894876,180,-2.714309238,0.342054471,5550.0216963 +296,1.578326642,0.478507176,180,-2.714309238,0.342054471,6964.4254552 +297,-1.12861823,-0.291640865,180,-2.714309238,0.342054471,6658.0438397 +298,0.310524208,0.770885792,180,-2.714309238,0.342054471,8015.2011246 +299,0.415649091,-0.387246002,180,-2.714309238,0.342054471,12259.741315 +300,-0.926533878,-0.188022748,180,-2.714309238,0.342054471,7271.6770257 +301,1.258856172,-0.11716081,180,-2.714309238,0.342054471,9127.6819677 +302,-1.126050026,0.322941926,180,-2.714309238,0.342054471,5861.5737755 +303,2.002785835,0.07893892,180,-2.714309238,0.342054471,6099.6283813 +304,0.440437607,0.746258085,180,-2.714309238,0.342054471,8132.77489 +305,-0.030391866,0.214441206,180,-2.714309238,0.342054471,9607.405884 +306,0.521557815,-0.058929362,180,-2.714309238,0.342054471,11264.62395 +307,-0.097005111,0.13317729,180,-2.714309238,0.342054471,9664.5564227 +308,1.83113859,0.221857587,180,-2.714309238,0.342054471,6534.7579703 +309,0.222428864,0.099404236,180,-2.714309238,0.342054471,10521.519924 +310,-1.702731345,0.8728568183,180,-2.714309238,0.342054471,3780.0051592 +311,-0.418507569,0.278324921,180,-2.714309238,0.342054471,8335.0022767 +312,-1.41153306,0.339029988,180,-2.714309238,0.342054471,4818.9704699 +313,0.357560442,0.114788776,180,-2.714309238,0.342054471,10613.980364 +314,0.325818979,0.268352149,180,-2.714309238,0.342054471,9993.930246 +315,-1.246004659,-0.663679965,180,-2.714309238,0.342054471,6741.1195507 +316,1.814603087,0.637404484,180,-2.714309238,0.342054471,5978.2296958 +317,1.843704281,-0.18300445,180,-2.714309238,0.342054471,7033.5691615 +318,1.690644492,-0.211480909,180,-2.714309238,0.342054471,7634.630043 +319,-1.275451936,0.068109467,180,-2.714309238,0.342054471,5639.6392175 +320,0.762430171,-0.207594741,180,-2.714309238,0.342054471,11061.105394 +321,0.265668905,-0.014647884,180,-2.714309238,0.342054471,11003.4283 +322,-2.773032013,-0.335515811,180,-2.714309238,0.342054471,2693.5290879 +323,-1.469512853,0.174058777,180,-2.714309238,0.342054471,4783.4332842 +324,0.286276986,0.785925691,180,-2.714309238,0.342054471,7947.0008302 +325,-1.379324697,0.377432233,180,-2.714309238,0.342054471,4897.2889861 +326,-1.203778265,0.212813032,180,-2.714309238,0.342054471,5720.2922706 +327,0.579916301,0.611743168,180,-2.714309238,0.342054471,8622.4804994 +328,0.267582642,0.868113908,180,-2.714309238,0.342054471,7617.6252007 +329,0.412869244,-0.050245578,180,-2.714309238,0.342054471,11286.64849 +330,0.17524381,0.976660285,180,-2.714309238,0.342054471,7152.4158567 +331,0.743157214,0.204812899,180,-2.714309238,0.342054471,9951.7542844 +332,-1.070758176,0.269382282,180,-2.714309238,0.342054471,6129.789136 +333,-1.230364251,0.329790229,180,-2.714309238,0.342054471,5481.1113928 +334,-1.374813124,-0.024926835,180,-2.714309238,0.342054471,5393.8580334 +335,0.519780566,0.463669906,180,-2.714309238,0.342054471,9232.6421592 +336,-1.55108034,0.239698561,180,-2.714309238,0.342054471,4406.8337452 +337,0.180294813,0.029739425,180,-2.714309238,0.342054471,10685.72013 +338,0.67820924,0.268170153,180,-2.714309238,0.342054471,9836.5660691 +339,0.445798684,1.024001867,180,-2.714309238,0.342054471,7032.5596969 +340,0.691751283,0.150521402,180,-2.714309238,0.342054471,10236.740697 +341,-1.036643551,-0.903056181,180,-2.714309238,0.342054471,7535.5946127 +342,-0.120287036,1.083325163,180,-2.714309238,0.342054471,6540.6900379 +343,2.823513113,-0.304487164,180,-2.714309238,0.342054471,3868.2051463 +344,0.457583172,1.12513373,180,-2.714309238,0.342054471,6631.573759 +345,0.042918831,0.813795399,180,-2.714309238,0.342054471,7663.3965378 +346,1.196146777,-0.853142756,180,-2.714309238,0.342054471,9281.8765793 +347,0.206001358,-0.010430701,180,-2.714309238,0.342054471,10874.618178 +348,-0.268308653,0.234799412,180,-2.714309238,0.342054471,8897.7530367 +349,0.759363263,0.736189579,180,-2.714309238,0.342054471,8003.3663899 +350,0.181363926,0.891988372,180,-2.714309238,0.342054471,7481.3617808 +351,-0.021111158,0.139103292,180,-2.714309238,0.342054471,9857.0925354 +352,-0.093355215,0.630686981,180,-2.714309238,0.342054471,8125.2028309 +353,0.40118964,0.681375926,180,-2.714309238,0.342054471,8388.8853354 +354,-0.721197315,1.304706234,180,-2.714309238,0.342054471,5334.8625715 +355,-1.076150317,0.212107639,180,-2.714309238,0.342054471,6187.7699623 +356,-1.577164531,0.273993443,180,-2.714309238,0.342054471,4275.5947485 +357,-0.190788414,0.182208586,180,-2.714309238,0.342054471,9261.7432966 +358,-0.261349752,0.209710184,180,-2.714309238,0.342054471,8981.1981817 +359,-1.029303852,0.083549259,180,-2.714309238,0.342054471,6535.1403983 +360,-1.268609162,0.330525297,180,-2.714309238,0.342054471,5343.163189 +361,1.282982244,-0.926641967,180,-2.714309238,0.342054471,8968.4673056 +362,0.217352334,0.731352408,180,-2.714309238,0.342054471,8123.0261141 +363,-1.511833084,0.258629297,180,-2.714309238,0.342054471,4532.5194193 +364,0.338812194,0.823184618,180,-2.714309238,0.342054471,7817.5444582 +365,-0.324406489,1.134201999,180,-2.714309238,0.342054471,6170.6506277 +366,1.389579348,0.399185724,180,-2.714309238,0.342054471,7705.3441437 +367,2.047152199,-0.039082036,180,-2.714309238,0.342054471,6090.9099239 +368,0.947780369,0.568250077,180,-2.714309238,0.342054471,8334.2225242 +369,0.763824846,0.576754987,180,-2.714309238,0.342054471,8588.097934 +370,-0.142334657,0.928153068,180,-2.714309238,0.342054471,7047.5685626 +371,0.610266567,0.547265983,180,-2.714309238,0.342054471,8853.2226765 +372,0.210731629,0.746815056,180,-2.714309238,0.342054471,8058.994436 +373,-1.34931644,0.316895224,180,-2.714309238,0.342054471,5067.0285459 +374,2.407696481,0.655030745,180,-2.714309238,0.342054471,4139.4021859 +375,0.64207831,0.545359131,180,-2.714309238,0.342054471,8835.154574 +376,1.174597538,0.840588356,180,-2.714309238,0.342054471,7064.132893 +377,0.660059424,0.010604079,180,-2.714309238,0.342054471,10779.864258 +378,-0.730263819,0.010486456,180,-2.714309238,0.342054471,7743.5968431 +379,0.831068936,0.512339172,180,-2.714309238,0.342054471,8724.7025561 +380,1.301180979,0.72367476,180,-2.714309238,0.342054471,7145.3353814 +381,1.811128231,0.322854402,180,-2.714309238,0.342054471,6458.2543663 +382,0.435105812,0.992284428,180,-2.714309238,0.342054471,7158.4679122 +383,0.62643634,0.592027932,180,-2.714309238,0.342054471,8668.3586692 +384,0.492988703,-0.516339467,180,-2.714309238,0.342054471,11714.229842 +385,-0.162469483,0.112549365,180,-2.714309238,0.342054471,9523.5190215 +386,0.314630866,0.472006421,180,-2.714309238,0.342054471,9190.4784886 +387,0.166744804,0.822815954,180,-2.714309238,0.342054471,7737.0237165 +388,0.417159608,0.965805736,180,-2.714309238,0.342054471,7263.3015913 +389,0.106334961,0.868774244,180,-2.714309238,0.342054471,7517.0707015 +390,0.815086969,-0.338144359,180,-2.714309238,0.342054471,10996.685138 +391,0.59867455,-0.230624824,180,-2.714309238,0.342054471,11657.537004 +392,1.915104874,0.066220985,180,-2.714309238,0.342054471,6442.7110425 +393,1.278093622,0.064463721,180,-2.714309238,0.342054471,8762.3089184 +394,-0.061477853,0.302997961,180,-2.714309238,0.342054471,9258.9809816 +395,0.251311504,0.626976942,180,-2.714309238,0.342054471,8549.1777046 +396,2.950242872,0.149095644,180,-2.714309238,0.342054471,2490.3228173 +397,-0.180294708,0.35375117,180,-2.714309238,0.342054471,8817.4731392 +398,1.010448592,-0.351180233,180,-2.714309238,0.342054471,10274.678835 +399,-1.748740498,0.3686318073,180,-2.714309238,0.342054471,3568.7524806 +400,2.699635665,0.123533791,180,-2.714309238,0.342054471,3446.6518188 +401,0.496808033,0.823843254,180,-2.714309238,0.342054471,7819.066456 +402,0.129574704,0.763364087,180,-2.714309238,0.342054471,7933.6483727 +403,1.798920311,0.817447563,180,-2.714309238,0.342054471,5756.800951 +404,0.335987953,0.746786541,180,-2.714309238,0.342054471,8118.0895726 +405,-1.085413643,0.292154671,180,-2.714309238,0.342054471,6046.7009967 +406,-0.155321003,0.508207011,180,-2.714309238,0.342054471,8406.6565558 +407,0.620529244,-0.301175104,180,-2.714309238,0.342054471,11699.992227 +408,1.684402744,0.368716966,180,-2.714309238,0.342054471,6819.3397438 +409,0.300582244,-0.386397212,180,-2.714309238,0.342054471,11943.182446 +410,2.913555946,-0.009225192,180,-2.714309238,0.342054471,2899.7145045 +411,1.465101417,0.493232532,180,-2.714309238,0.342054471,7275.2331187 +412,0.090612882,0.907955955,180,-2.714309238,0.342054471,7357.4562394 +413,2.987564726,-0.729568594,180,-2.714309238,0.342054471,4748.9977181 +414,-1.484261606,0.224149272,180,-2.714309238,0.342054471,4671.4594602 +415,0.164073421,0.303955133,180,-2.714309238,0.342054471,9687.7444956 +416,0.141441293,0.167552546,180,-2.714309238,0.342054471,10137.695204 +417,2.931321023,-0.506718887,180,-2.714309238,0.342054471,4152.0948453 +418,2.21951565,0.700596356,180,-2.714309238,0.342054471,4701.8484518 +419,0.268112576,1.199114336,180,-2.714309238,0.342054471,6322.1409979 +420,0.978913739,0.359223811,180,-2.714309238,0.342054471,8937.9141189 +421,1.210898818,0.522863584,180,-2.714309238,0.342054471,7898.1787531 +422,2.347397336,0.129231362,180,-2.714309238,0.342054471,4750.6108565 +423,0.614394501,0.556878345,180,-2.714309238,0.342054471,8813.0220802 +424,-1.398079356,0.148483366,180,-2.714309238,0.342054471,5080.274889 +425,2.535303836,-0.112984496,180,-2.714309238,0.342054471,4411.9366735 +426,-1.019372593,-0.405322349,180,-2.714309238,0.342054471,7179.7299166 +427,-1.297785627,-0.160104069,180,-2.714309238,0.342054471,5867.1996847 +428,2.144554488,0.205051084,180,-2.714309238,0.342054471,5412.5628674 +429,-2.242387083,-0.426171285,180,-2.714309238,0.342054471,3545.782945 +430,0.338637212,0.909723676,180,-2.714309238,0.342054471,7476.0852701 +431,-0.148798452,0.691042401,180,-2.714309238,0.342054471,7830.3468067 +432,0.893524764,0.441829531,180,-2.714309238,0.342054471,8857.1025721 +433,0.969229347,-0.368847936,180,-2.714309238,0.342054471,10431.733814 +434,0.436043248,0.800045688,180,-2.714309238,0.342054471,7919.8801066 +435,1.687946607,1.081504775,180,-2.714309238,0.342054471,5581.6602137 +436,0.522302046,-0.034889271,180,-2.714309238,0.342054471,11172.708803 +437,-0.178996113,-0.438090009,180,-2.714309238,0.342054471,10196.714103 +438,-1.094339566,0.301444068,180,-2.714309238,0.342054471,6002.4952974 +439,-1.064070054,0.242569932,180,-2.714309238,0.342054471,6190.2560068 +440,-1.068153768,0.230387998,180,-2.714309238,0.342054471,6192.0442893 +441,-3.00496892,-0.23989155,180,-2.714309238,0.342054471,2568.5741573 +442,0.21751974,0.766874888,180,-2.714309238,0.342054471,7985.8536637 +443,0.117229532,0.007619006,180,-2.714309238,0.342054471,10608.565247 +444,0.777758451,0.420554741,180,-2.714309238,0.342054471,9134.1698859 +445,-0.252356999,0.250747086,180,-2.714309238,0.342054471,8904.2274931 +446,0.363148444,0.768483434,180,-2.714309238,0.342054471,8038.8538089 +447,0.903191366,-0.118210676,180,-2.714309238,0.342054471,10410.408673 +448,-0.205755923,0.149406178,180,-2.714309238,0.342054471,9299.5830113 +449,1.811996086,0.02364353,180,-2.714309238,0.342054471,6883.7728148 +450,-1.100670221,0.314845373,180,-2.714309238,0.342054471,5962.2717437 +451,0.340078597,0.850105132,180,-2.714309238,0.342054471,7711.6389477 +452,0.258757267,0.804969236,180,-2.714309238,0.342054471,7860.3806882 +453,2.78505352,-0.155160804,180,-2.714309238,0.342054471,3636.5479393 +454,0.800551619,0.105822106,180,-2.714309238,0.342054471,10149.351472 +455,0.437940882,-0.506194031,180,-2.714309238,0.342054471,11792.558437 +456,2.230431122,0.63458615,180,-2.714309238,0.342054471,4705.5293244 +457,0.527965361,0.127667701,180,-2.714309238,0.342054471,10542.287289 +458,-0.063643205,0.702093448,180,-2.714309238,0.342054471,7928.7309897 +459,1.408447268,0.133010502,180,-2.714309238,0.342054471,8181.2683991 +460,0.523795955,0.280266966,180,-2.714309238,0.342054471,9950.3478037 +461,-0.975769313,0.072177659,180,-2.714309238,0.342054471,6749.0527315 +462,0.549774164,-0.463663986,180,-2.714309238,0.342054471,11787.468209 +463,0.29245874,1.095549818,180,-2.714309238,0.342054471,6733.8688288 +464,0.143625958,0.816809593,180,-2.714309238,0.342054471,7742.85218 +465,0.671902494,0.611159853,180,-2.714309238,0.342054471,8557.6537753 +466,1.239840988,0.6724199,180,-2.714309238,0.342054471,7419.934745 +467,0.607829703,-0.10932137,180,-2.714309238,0.342054471,11289.280519 +468,1.763020906,0.263996692,180,-2.714309238,0.342054471,6715.476119 +469,0.378714634,0.726066797,180,-2.714309238,0.342054471,8209.2660903 +470,2.196736143,-0.153862366,180,-2.714309238,0.342054471,5696.2741185 +471,0.01702415,0.148991565,180,-2.714309238,0.342054471,9925.0051496 +472,-2.998490902,-0.158002487,180,-2.714309238,0.342054471,2269.9260183 +473,-3.051262951,-0.346595608,180,-2.714309238,0.342054471,3025.0344158 +474,-1.069176439,0.182802941,180,-2.714309238,0.342054471,6252.9166536 +475,0.167157509,0.595344954,180,-2.714309238,0.342054471,8603.3396683 +476,0.613855648,0.681746124,180,-2.714309238,0.342054471,8329.9636596 +477,1.037012736,0.682555367,180,-2.714309238,0.342054471,7798.9656942 +478,-1.253574971,0.379755746,180,-2.714309238,0.342054471,5341.5151174 +479,3.108590453,-0.132620738,180,-2.714309238,0.342054471,2599.592837 +480,0.565301296,0.022333262,180,-2.714309238,0.342054471,10904.034186 +481,0.547898238,0.855555614,180,-2.714309238,0.342054471,7681.0398993 +482,0.948309381,0.417393755,180,-2.714309238,0.342054471,8825.3005095 +483,-0.050600732,0.945269213,180,-2.714309238,0.342054471,7091.9869489 +484,-0.977651478,-0.572363064,180,-2.714309238,0.342054471,7480.4911524 +485,1.102014914,0.728861163,180,-2.714309238,0.342054471,7534.4740794 +486,2.927300795,-0.282939414,180,-2.714309238,0.342054471,3516.7362359 +487,-1.154565557,0.124434095,180,-2.714309238,0.342054471,6016.0097104 +488,1.855331234,0.291044755,180,-2.714309238,0.342054471,6349.2342595 +489,0.830290659,0.276904518,180,-2.714309238,0.342054471,9532.833336 +490,0.485104466,-0.234867441,180,-2.714309238,0.342054471,11965.92826 +491,0.521367572,-0.33161327,180,-2.714309238,0.342054471,12089.715989 +1,-1.539031704,0.7349710123,181,-2.000525337,0.774119946,1334.9567351 +2,-1.536990553,0.7349663874,181,-2.000525337,0.774119946,1340.7365507 +3,-1.534951779,0.7349571355,181,-2.000525337,0.774119946,1346.5142701 +4,-1.532906461,0.7349480293,181,-2.000525337,0.774119946,1352.3100192 +5,-1.531320211,0.7346937278,181,-2.000525337,0.774119946,1357.0702899 +6,-1.539451648,0.7335131775,181,-2.000525337,0.774119946,1335.3388432 +7,-1.537429487,0.7335445708,181,-2.000525337,0.774119946,1341.0270438 +8,-1.535484998,0.7335658704,181,-2.000525337,0.774119946,1346.5060881 +9,-1.533488396,0.7336036027,181,-2.000525337,0.774119946,1352.1144266 +10,-1.531497785,0.7335842962,181,-2.000525337,0.774119946,1357.7674375 +11,-1.530259379,0.7334777758,181,-2.000525337,0.774119946,1361.386987 +12,-1.5335454,0.7322346912,181,-2.000525337,0.774119946,1353.4492848 +13,-1.531489083,0.7322238773,181,-2.000525337,0.774119946,1359.2801233 +14,-1.530011122,0.7321679851,181,-2.000525337,0.774119946,1363.5238189 +15,-1.53348106,0.7306614094,181,-2.000525337,0.774119946,1355.3746869 +16,-1.531441779,0.7306962275,181,-2.000525337,0.774119946,1361.1075568 +17,-1.529755654,0.7306933243,181,-2.000525337,0.774119946,1365.8827858 +18,-1.533415048,0.7291384674,181,-2.000525337,0.774119946,1357.2732369 +19,-1.531392093,0.7291705353,181,-2.000525337,0.774119946,1362.9633394 +20,-1.529296523,0.7291214933,181,-2.000525337,0.774119946,1368.9505748 +21,-1.535280942,0.727267644,181,-2.000525337,0.774119946,1354.125468 +22,-1.533378158,0.7276139666,181,-2.000525337,0.774119946,1359.1148317 +23,-1.531340368,0.7276446587,181,-2.000525337,0.774119946,1364.848776 +24,-1.528960113,0.7276398177,181,-2.000525337,0.774119946,1371.5927526 +25,-1.533313146,0.7260818349,181,-2.000525337,0.774119946,1361.0685537 +26,-1.531259555,0.7260958115,181,-2.000525337,0.774119946,1366.8668656 +27,-1.528926415,0.7260865555,181,-2.000525337,0.774119946,1373.4834764 +28,-1.531226779,0.7245511789,181,-2.000525337,0.774119946,1368.7681655 +29,-1.528904772,0.7245519194,181,-2.000525337,0.774119946,1375.3422898 +30,-1.547195875,0.7409785979,181,-2.000525337,0.774119946,1305.64073 +31,-1.5451475,0.740980426,181,-2.000525337,0.774119946,1311.4302607 +32,-1.543097679,0.7409798872,181,-2.000525337,0.774119946,1317.2258434 +33,-1.540720364,0.7409892687,181,-2.000525337,0.774119946,1323.9367927 +34,-1.547188511,0.7395198392,181,-2.000525337,0.774119946,1307.1348321 +35,-1.545148587,0.7395226109,181,-2.000525337,0.774119946,1312.9009103 +36,-1.543104538,0.7395314908,181,-2.000525337,0.774119946,1318.6720352 +37,-1.540727751,0.7395306258,181,-2.000525337,0.774119946,1325.3935187 +38,-1.547187029,0.7380014886,181,-2.000525337,0.774119946,1308.6968983 +39,-1.545147315,0.7380012252,181,-2.000525337,0.774119946,1314.4668489 +40,-1.54310719,0.7380060743,181,-2.000525337,0.774119946,1320.2323102 +41,-1.540719671,0.7380068206,181,-2.000525337,0.774119946,1326.9841571 +42,-1.547187189,0.7364799098,181,-2.000525337,0.774119946,1310.2825246 +43,-1.545149996,0.7364853874,181,-2.000525337,0.774119946,1316.040565 +44,-1.543106091,0.7364823484,181,-2.000525337,0.774119946,1321.8262159 +45,-1.540717158,0.7364893901,181,-2.000525337,0.774119946,1328.576954 +46,-1.538663972,0.7410138672,181,-2.000525337,0.774119946,1329.7247404 +47,-1.53695285,0.7409699132,181,-2.000525337,0.774119946,1334.6054017 +48,-1.534910498,0.7409641297,181,-2.000525337,0.774119946,1340.3834778 +49,-1.533145034,0.7409536636,181,-2.000525337,0.774119946,1345.3833811 +50,-1.538681336,0.7395405883,181,-2.000525337,0.774119946,1331.1693514 +51,-1.536999189,0.7395183096,181,-2.000525337,0.774119946,1335.9479048 +52,-1.534923633,0.7395144222,181,-2.000525337,0.774119946,1341.819543 +53,-1.533267822,0.7395654306,181,-2.000525337,0.774119946,1346.4480132 +54,-1.53867273,0.7380151077,181,-2.000525337,0.774119946,1332.7645148 +55,-1.536980576,0.7379994392,181,-2.000525337,0.774119946,1337.5660775 +56,-1.534931522,0.7379944961,181,-2.000525337,0.774119946,1343.3654539 +57,-1.533387952,0.7379480264,181,-2.000525337,0.774119946,1347.7784056 +58,-1.538682279,0.7364914363,181,-2.000525337,0.774119946,1334.3309729 +59,-1.536980704,0.7364810563,181,-2.000525337,0.774119946,1339.1549875 +60,-1.534935567,0.7364752065,181,-2.000525337,0.774119946,1344.9457034 +61,-1.533042592,0.7363876366,181,-2.000525337,0.774119946,1350.3920906 +62,-1.545143426,0.7349628011,181,-2.000525337,0.774119946,1317.6721784 +63,-1.543105297,0.7349691947,181,-2.000525337,0.774119946,1323.43262 +64,-1.541064533,0.7349647152,181,-2.000525337,0.774119946,1329.2118241 +65,-1.545411803,0.7334624714,181,-2.000525337,0.774119946,1318.5261557 +66,-1.543446606,0.7334780896,181,-2.000525337,0.774119946,1324.0711573 +67,-1.541475327,0.7334957295,181,-2.000525337,0.774119946,1329.6308974 +68,-1.545401939,0.731963266,181,-2.000525337,0.774119946,1320.1901238 +69,-1.54342253,0.7319915583,181,-2.000525337,0.774119946,1325.7620461 +70,-1.541455867,0.7320216438,181,-2.000525337,0.774119946,1331.2956588 +71,-1.545410146,0.7304422281,181,-2.000525337,0.774119946,1321.8510191 +72,-1.543435491,0.7304713664,181,-2.000525337,0.774119946,1327.4088727 +73,-1.541463105,0.7304997613,181,-2.000525337,0.774119946,1332.9609016 +74,-1.545414768,0.7289194936,181,-2.000525337,0.774119946,1323.5483195 +75,-1.543435774,0.7289538557,181,-2.000525337,0.774119946,1329.1127536 +76,-1.541457714,0.7289765881,181,-2.000525337,0.774119946,1334.687503 +77,-1.539449415,0.7320555866,181,-2.000525337,0.774119946,1336.9373714 +78,-1.537429183,0.7321097681,181,-2.000525337,0.774119946,1342.5955276 +79,-1.535472649,0.7321497267,181,-2.000525337,0.774119946,1348.0887505 +80,-1.539457899,0.7305333307,181,-2.000525337,0.774119946,1338.5998252 +81,-1.537453161,0.7305750503,181,-2.000525337,0.774119946,1344.2280691 +82,-1.535479385,0.7306124949,181,-2.000525337,0.774119946,1349.7731745 +83,-1.53946905,0.7290102593,181,-2.000525337,0.774119946,1340.2796908 +84,-1.537459922,0.7290417293,181,-2.000525337,0.774119946,1345.9320817 +85,-1.535451349,0.7290890157,181,-2.000525337,0.774119946,1351.5647624 +86,-1.535522937,0.7279887191,181,-2.000525337,0.774119946,1352.6134979 +87,-1.539442524,0.7274735939,181,-2.000525337,0.774119946,1342.1058058 +88,-1.537424111,0.727521351,181,-2.000525337,0.774119946,1347.7659669 +89,-1.539384641,0.7259505092,181,-2.000525337,0.774119946,1344.0292472 +90,-1.537372391,0.7259947145,181,-2.000525337,0.774119946,1349.6758954 +91,-1.535340789,0.7260435356,181,-2.000525337,0.774119946,1355.371805 +92,-1.539325716,0.7244369706,181,-2.000525337,0.774119946,1345.9682057 +93,-1.537308932,0.7244801057,181,-2.000525337,0.774119946,1351.6287091 +94,-1.535289068,0.7245247645,181,-2.000525337,0.774119946,1357.2960085 +95,-1.533261366,0.7245550236,181,-2.000525337,0.774119946,1363.0023264 +96,-1.539267302,0.722921924,181,-2.000525337,0.774119946,1347.9309329 +97,-1.537248972,0.7229660258,181,-2.000525337,0.774119946,1353.5943307 +98,-1.535219431,0.7229916471,181,-2.000525337,0.774119946,1359.3114473 +99,-1.53318962,0.7230212049,181,-2.000525337,0.774119946,1365.0245135 +100,-1.531154816,0.7230299897,181,-2.000525337,0.774119946,1370.7763927 +101,-1.528878341,0.7230370244,181,-2.000525337,0.774119946,1377.2145946 +102,-1.539218189,0.7214009878,181,-2.000525337,0.774119946,1349.8977991 +103,-1.537198791,0.7214422745,181,-2.000525337,0.774119946,1355.5671812 +104,-1.535179266,0.7214634354,181,-2.000525337,0.774119946,1361.2611968 +105,-1.533156501,0.7214944644,181,-2.000525337,0.774119946,1366.9523788 +106,-1.53113574,0.7215166021,181,-2.000525337,0.774119946,1372.6485488 +107,-1.528874248,0.7215345535,181,-2.000525337,0.774119946,1379.0314286 +108,-1.539217656,0.7198512397,181,-2.000525337,0.774119946,1351.785808 +109,-1.537199919,0.7199428763,181,-2.000525337,0.774119946,1357.3883135 +110,-1.545425832,0.727397149,181,-2.000525337,0.774119946,1325.2512214 +111,-1.543371177,0.7273916949,181,-2.000525337,0.774119946,1331.0756004 +112,-1.541368852,0.7274523163,181,-2.000525337,0.774119946,1336.6758109 +113,-1.545349067,0.7258710923,181,-2.000525337,0.774119946,1327.2313561 +114,-1.54332671,0.7258603556,181,-2.000525337,0.774119946,1332.9709629 +115,-1.541346831,0.7259242142,181,-2.000525337,0.774119946,1338.5033715 +116,-1.545324355,0.7243383958,181,-2.000525337,0.774119946,1329.0961338 +117,-1.543292796,0.7243617413,181,-2.000525337,0.774119946,1334.8221325 +118,-1.541295822,0.7244024384,181,-2.000525337,0.774119946,1340.429632 +119,-1.543193859,0.7205570215,181,-2.000525337,0.774119946,1339.6620606 +120,-1.550257047,0.7386738187,181,-2.000525337,0.774119946,1299.3201464 +121,-1.549335448,0.7311736483,181,-2.000525337,0.774119946,1309.9254698 +122,-1.533478843,0.7179891343,181,-2.000525337,0.774119946,1370.3383521 +123,-1.556150555,0.738907041,181,-2.000525337,0.774119946,1282.4092331 +124,-1.554324226,0.733414257,181,-2.000525337,0.774119946,1293.3511235 +125,-1.554290846,0.7288285332,181,-2.000525337,0.774119946,1298.5174237 +126,-1.55122487,0.7219795312,181,-2.000525337,0.774119946,1315.194107 +127,-1.525104458,0.7229399862,181,-2.000525337,0.774119946,1388.0171784 +128,-1.519607711,0.7236181429,181,-2.000525337,0.774119946,1402.7723638 +129,-1.513899999,0.7251107854,181,-2.000525337,0.774119946,1417.1646521 +130,-1.536620762,0.7431061895,181,-2.000525337,0.774119946,1333.4156406 +131,-1.5369566,0.7460845958,181,-2.000525337,0.774119946,1329.5810261 +132,-1.545345528,0.7447040685,181,-2.000525337,0.774119946,1307.2107408 +133,-1.532813921,0.7432306626,181,-2.000525337,0.774119946,1344.0469055 +134,-1.554788248,0.7382381001,181,-2.000525337,0.774119946,1286.9488694 +135,-1.540348126,0.7301594274,181,-2.000525337,0.774119946,1336.4976191 +136,-1.538016084,0.7239051786,181,-2.000525337,0.774119946,1350.3052539 +137,-1.525288962,0.7258085137,181,-2.000525337,0.774119946,1384.1058498 +138,-1.534326986,0.731241342,181,-2.000525337,0.774119946,1352.334976 +139,-1.530733872,0.7303625216,181,-2.000525337,0.774119946,1363.4842537 +141,-1.534354939,0.7328219978,181,-2.000525337,0.774119946,1350.5142848 +142,-1.53157084,0.7292888153,181,-2.000525337,0.774119946,1362.3235621 +143,-1.525691035,0.7263799874,181,-2.000525337,0.774119946,1382.3021777 +144,-1.534031287,0.7495967835,181,-2.000525337,0.774119946,1334.5512595 +145,-1.527714986,0.7283095957,181,-2.000525337,0.774119946,1374.3506538 +146,-1.526189586,0.7271468292,181,-2.000525337,0.774119946,1380.0031495 +147,-1.555177336,0.7375563366,181,-2.000525337,0.774119946,1286.5517029 +148,-1.555080283,0.7312707794,181,-2.000525337,0.774119946,1293.5529386 +149,-1.53856994,0.7224180299,181,-2.000525337,0.774119946,1350.5089008 +150,-1.530837883,0.729933372,181,-2.000525337,0.774119946,1363.6714523 +151,-1.515066984,0.5854133365,181,-2.000525337,0.774119946,1660.6945537 +152,-1.534731633,0.5368370046,181,-2.000525337,0.774119946,1726.324684 +153,-1.515231902,0.5607085576,181,-2.000525337,0.774119946,1718.0823582 +154,-2.616253799,1.0684566605,181,-2.000525337,0.774119946,1842.3215978 +155,-1.956071439,0.5792177723,181,-2.000525337,0.774119946,784.00631013 +156,-1.951208514,0.5602434208,181,-2.000525337,0.774119946,860.80065953 +157,-1.944675062,0.6062144545,181,-2.000525337,0.774119946,686.44998165 +158,-1.613778386,0.6077989518,181,-2.000525337,0.774119946,1345.6447884 +159,-2.035029014,0.6021432345,181,-2.000525337,0.774119946,689.27055741 +160,-2.114989471,0.6801825058,181,-2.000525337,0.774119946,502.82864793 +161,-2.037382079,0.5765830025,181,-2.000525337,0.774119946,790.61811999 +162,-2.129855121,0.6585019963,181,-2.000525337,0.774119946,598.64916116 +163,-2.075141798,0.6493615843,181,-2.000525337,0.774119946,542.28163366 +164,-1.828626729,0.6948433129,181,-2.000525337,0.774119946,594.33321069 +165,-1.863329418,0.6735427691,181,-2.000525337,0.774119946,569.14453253 +166,-1.266037071,0.727988852,181,-2.000525337,0.774119946,2111.0114594 +167,-1.277579582,0.7249010648,181,-2.000525337,0.774119946,2082.8628888 +168,-1.258418684,0.7241194816,181,-2.000525337,0.774119946,2137.4148045 +169,-1.317813974,0.6804850104,181,-2.000525337,0.774119946,2033.8097017 +170,-1.344165204,0.6790988904,181,-2.000525337,0.774119946,1961.436181 +171,-1.427582102,0.5277120351,181,-2.000525337,0.774119946,2033.062069 +172,-1.402238616,0.457167829,181,-2.000525337,0.774119946,2280.8393756 +173,-1.422454264,0.4996161999,181,-2.000525337,0.774119946,2116.7104483 +174,-1.439089277,0.4894859811,181,-2.000525337,0.774119946,2098.6851215 +175,-1.448126995,0.5182330266,181,-2.000525337,0.774119946,2001.2851581 +176,-1.474626146,0.5881926574,181,-2.000525337,0.774119946,1764.7473246 +177,-1.421139645,0.5584869783,181,-2.000525337,0.774119946,1978.0626099 +178,-1.457037165,0.565943032,181,-2.000525337,0.774119946,1862.758548 +179,-2.757159358,0.3745319,181,-2.000525337,0.774119946,2924.2018379 +180,-2.714309238,0.342054471,181,-2.000525337,0.774119946,2900.471285 +181,-2.000525337,0.774119946,181,-2.000525337,0.774119946,152.42232159 +183,-1.571413436,0.6777838382,181,-2.000525337,0.774119946,1321.4545175 +184,-1.552860289,0.6987663893,181,-2.000525337,0.774119946,1341.2508558 +185,-1.521852374,0.7165827476,181,-2.000525337,0.774119946,1405.0264703 +186,-1.503656267,0.6928968252,181,-2.000525337,0.774119946,1488.9258495 +187,-1.502753178,0.7136205882,181,-2.000525337,0.774119946,1462.8874587 +188,-1.631894563,0.7343596465,181,-2.000525337,0.774119946,1072.6684845 +189,-1.653765416,0.6770714026,181,-2.000525337,0.774119946,1093.6760839 +190,-1.719812114,0.6715965947,181,-2.000525337,0.774119946,925.29006836 +191,-1.493406659,0.6646955447,181,-2.000525337,0.774119946,1562.6207682 +192,-1.469120564,0.6613469966,181,-2.000525337,0.774119946,1636.7785319 +193,-1.590551461,0.5326612937,181,-2.000525337,0.774119946,1595.711427 +194,-1.625979264,0.5247742243,181,-2.000525337,0.774119946,1531.5605743 +195,-1.572293943,0.5238808754,181,-2.000525337,0.774119946,1665.008013 +196,-1.610848725,0.5477107964,181,-2.000525337,0.774119946,1504.6394377 +197,-1.208485554,0.7918526018,181,-2.000525337,0.774119946,2195.0047447 +198,-1.335601374,0.6869083083,181,-2.000525337,0.774119946,1973.5921801 +199,-1.346156996,0.6825213377,181,-2.000525337,0.774119946,1950.4679547 +200,-1.324381037,0.6741422347,181,-2.000525337,0.774119946,2025.2862166 +201,-1.242424992,0.7378949807,181,-2.000525337,0.774119946,2163.8282704 +202,-1.270370057,0.7392461008,181,-2.000525337,0.774119946,2084.5405991 +203,-1.448950472,0.7441675014,181,-2.000525337,0.774119946,1579.4886765 +204,-1.492662363,0.7523026852,181,-2.000525337,0.774119946,1448.5723976 +205,-1.479098966,0.7763855017,181,-2.000525337,0.774119946,1466.9177985 +206,-1.633760714,0.7869022408,181,-2.000525337,0.774119946,1030.5956559 +207,-1.647406434,0.8101289331,181,-2.000525337,0.774119946,989.87093696 +208,-1.564245052,0.5701509278,181,-2.000525337,0.774119946,1565.7197565 +209,-1.646289963,0.6833746083,181,-2.000525337,0.774119946,1103.2756091 +210,-1.5820631,0.6751952144,181,-2.000525337,0.774119946,1295.9746936 +211,-1.613236298,0.6681681791,181,-2.000525337,0.774119946,1221.5471043 +212,-1.914661867,0.8212566515,181,-2.000525337,0.774119946,302.01528874 +213,-1.742133237,0.7250275956,181,-2.000525337,0.774119946,772.79744586 +214,-2.033144872,0.6557314699,181,-2.000525337,0.774119946,478.94123591 +215,-2.039551981,0.6964723658,181,-2.000525337,0.774119946,328.19856264 +216,-1.247341019,0.7622473908,181,-2.000525337,0.774119946,2120.9027414 +217,-1.298239787,0.7084123392,181,-2.000525337,0.774119946,2047.4696338 +218,-1.308539688,0.6926545592,181,-2.000525337,0.774119946,2041.3576445 +219,-1.303263185,0.6888938396,181,-2.000525337,0.774119946,2061.9297786 +220,-1.852400229,0.6004246149,181,-2.000525337,0.774119946,822.99594533 +221,-1.288947707,0.7473773692,181,-2.000525337,0.774119946,2023.1230929 +222,-1.372031502,0.7472790993,181,-2.000525337,0.774119946,1791.8390418 +223,-1.289805721,0.7242157877,181,-2.000525337,0.774119946,2049.581757 +224,-1.350807603,0.7533498126,181,-2.000525337,0.774119946,1844.5167425 +225,-1.329290365,0.7560442322,181,-2.000525337,0.774119946,1901.4494417 +226,-1.410153004,0.616936428,181,-2.000525337,0.774119946,1884.4241349 +227,-1.393445434,0.6308995063,181,-2.000525337,0.774119946,1904.7342027 +228,-1.37595573,0.6241540638,181,-2.000525337,0.774119946,1966.7718619 +229,-1.358388707,0.6172645205,181,-2.000525337,0.774119946,2029.5152297 +230,-1.753741133,0.8281661666,181,-2.000525337,0.774119946,711.94526892 +231,-1.47430987,0.6834615681,181,-2.000525337,0.774119946,1586.1755427 +232,-1.421012508,0.7222725206,181,-2.000525337,0.774119946,1683.1984408 +233,-1.4476833,0.6978557868,181,-2.000525337,0.774119946,1640.2465035 +234,-1.470370723,0.6966193374,181,-2.000525337,0.774119946,1577.7570903 +235,-1.429211703,0.7037216883,181,-2.000525337,0.774119946,1684.3247361 +236,-1.700578405,0.6178673663,181,-2.000525337,0.774119946,1098.4307801 +237,-1.678117619,0.6331716163,181,-2.000525337,0.774119946,1118.6802853 +238,-1.725644578,0.6316331145,181,-2.000525337,0.774119946,1001.5780312 +239,-2.14012759,0.7930497945,181,-2.000525337,0.774119946,398.64652007 +240,-2.103289431,0.7653606263,181,-2.000525337,0.774119946,294.28464489 +241,-1.318739838,0.7017808746,181,-2.000525337,0.774119946,1999.1927392 +242,-1.396417427,0.7077900843,181,-2.000525337,0.774119946,1771.5147966 +243,-1.35650337,0.7185539404,181,-2.000525337,0.774119946,1869.786757 +244,-1.248884539,0.7274156818,181,-2.000525337,0.774119946,2159.5786423 +245,-1.395014798,0.5761185243,181,-2.000525337,0.774119946,2011.0682698 +246,-1.433377362,0.6064716109,181,-2.000525337,0.774119946,1840.3255495 +247,-1.408172432,0.5903155476,181,-2.000525337,0.774119946,1944.1046336 +248,-1.749645898,0.7757118084,181,-2.000525337,0.774119946,709.11625432 +249,-1.571626686,0.615046989,181,-2.000525337,0.774119946,1441.828503 +250,-1.514070049,0.6303003037,181,-2.000525337,0.774119946,1567.9875014 +251,-1.480890369,0.6237966528,181,-2.000525337,0.774119946,1673.0654581 +252,-1.704390658,0.5281680612,181,-2.000525337,0.774119946,1343.5505349 +253,-1.64434733,0.5254277498,181,-2.000525337,0.774119946,1486.4247532 +254,-1.703855997,0.4792484842,181,-2.000525337,0.774119946,1500.283324 +255,-1.692002383,0.5748825051,181,-2.000525337,0.774119946,1233.7470464 +256,-1.854136457,0.5544643913,181,-2.000525337,0.774119946,981.27518808 +257,-1.665021206,0.520317736,181,-2.000525337,0.774119946,1454.0681472 +258,-1.733654349,0.4845187345,181,-2.000525337,0.774119946,1425.2550926 +259,-1.720938188,0.5135933906,181,-2.000525337,0.774119946,1354.8326169 +260,-1.742668307,0.553296122,181,-2.000525337,0.774119946,1184.7031704 +261,-1.965659039,0.7142126903,181,-2.000525337,0.774119946,258.10551233 +262,-1.944438071,0.6772834804,181,-2.000525337,0.774119946,417.93164392 +263,-1.270340967,0.7681487096,181,-2.000525337,0.774119946,2051.2946846 +264,-1.353091884,0.6549276821,181,-2.000525337,0.774119946,1975.8435258 +265,-1.333236659,0.6413584414,181,-2.000525337,0.774119946,2055.8488189 +266,-1.352015998,0.6753788907,181,-2.000525337,0.774119946,1945.0879252 +267,-1.377988483,0.6577816235,181,-2.000525337,0.774119946,1900.4733443 +268,-2.13075611,0.8318642051,181,-2.000525337,0.774119946,424.77943432 +269,-2.097910953,0.8259670014,181,-2.000525337,0.774119946,338.0809507 +270,-1.416382069,0.6694271549,181,-2.000525337,0.774119946,1772.3835186 +271,-1.538905672,0.7535625993,181,-2.000525337,0.774119946,1317.2629452 +272,-1.572309477,0.7803125099,181,-2.000525337,0.774119946,1204.8025054 +273,-1.87759879,0.7503853417,181,-2.000525337,0.774119946,364.37517669 +274,1.152365588,0.590457682,181,-2.000525337,0.774119946,7038.6031049 +275,0.350198001,0.718001859,181,-2.000525337,0.774119946,5899.8513612 +276,0.046513677,0.491503852,181,-2.000525337,0.774119946,6059.7309467 +277,0.027510309,0.742571376,181,-2.000525337,0.774119946,5261.3081578 +278,0.306285725,-0.214631579,181,-2.000525337,0.774119946,8860.2978657 +279,-1.100564889,0.318051531,181,-2.000525337,0.774119946,3466.7928498 +280,-1.078582306,0.301437596,181,-2.000525337,0.774119946,3572.2793345 +281,-1.137371989,-0.617634065,181,-2.000525337,0.774119946,6324.5800842 +282,0.784356344,0.703272339,181,-2.000525337,0.774119946,6455.5084525 +283,-1.221209947,0.218327455,181,-2.000525337,0.774119946,3429.5006327 +284,2.347301921,-0.449114658,181,-2.000525337,0.774119946,8449.4055373 +285,0.246820618,0.830553713,181,-2.000525337,0.774119946,5366.9009347 +286,0.829414965,0.703288228,181,-2.000525337,0.774119946,6487.4343663 +287,-1.337537566,0.42332223,181,-2.000525337,0.774119946,2542.3375376 +288,0.882453706,0.454478077,181,-2.000525337,0.774119946,7487.8907874 +289,1.575629659,0.416419109,181,-2.000525337,0.774119946,7471.9841395 +290,-1.039455679,0.229888244,181,-2.000525337,0.774119946,3877.1693544 +291,0.489558039,0.934482747,181,-2.000525337,0.774119946,5325.4297908 +292,0.081344504,0.88384514,181,-2.000525337,0.774119946,4937.0314527 +293,-1.547979814,0.300350308,181,-2.000525337,0.774119946,2406.1575616 +294,0.040776181,0.168560074,181,-2.000525337,0.774119946,7028.7112416 +295,-1.130374745,0.563894876,181,-2.000525337,0.774119946,2782.3474333 +296,1.578326642,0.478507176,181,-2.000525337,0.774119946,7235.5203111 +297,-1.12861823,-0.291640865,181,-2.000525337,0.774119946,5263.5393678 +298,0.310524208,0.770885792,181,-2.000525337,0.774119946,5660.8707113 +299,0.415649091,-0.387246002,181,-2.000525337,0.774119946,9637.8122973 +300,-0.926533878,-0.188022748,181,-2.000525337,0.774119946,5407.6720944 +301,1.258856172,-0.11716081,181,-2.000525337,0.774119946,9809.8836995 +302,-1.126050026,0.322941926,181,-2.000525337,0.774119946,3383.7243039 +303,2.002785835,0.07893892,181,-2.000525337,0.774119946,7890.9532921 +304,0.440437607,0.746258085,181,-2.000525337,0.774119946,5931.4215799 +305,-0.030391866,0.214441206,181,-2.000525337,0.774119946,6709.8742317 +306,0.521557815,-0.058929362,181,-2.000525337,0.774119946,8882.5348146 +307,-0.097005111,0.13317729,181,-2.000525337,0.774119946,6772.8869122 +308,1.83113859,0.221857587,181,-2.000525337,0.774119946,7783.448764 +309,0.222428864,0.099404236,181,-2.000525337,0.774119946,7690.987993 +310,-1.702731345,0.8728568183,181,-2.000525337,0.774119946,889.26155497 +311,-0.418507569,0.278324921,181,-2.000525337,0.774119946,5487.4884492 +312,-1.41153306,0.339029988,181,-2.000525337,0.774119946,2593.4185586 +313,0.357560442,0.114788776,181,-2.000525337,0.774119946,7952.5940779 +314,0.325818979,0.268352149,181,-2.000525337,0.774119946,7376.5412625 +315,-1.246004659,-0.663679965,181,-2.000525337,0.774119946,6302.1918063 +316,1.814603087,0.637404484,181,-2.000525337,0.774119946,6353.1024288 +317,1.843704281,-0.18300445,181,-2.000525337,0.774119946,9097.0861553 +318,1.690644492,-0.211480909,181,-2.000525337,0.774119946,9538.8570806 +319,-1.275451936,0.068109467,181,-2.000525337,0.774119946,3763.8100487 +320,0.762430171,-0.207594741,181,-2.000525337,0.774119946,9856.9712737 +321,0.265668905,-0.014647884,181,-2.000525337,0.774119946,8152.416509 +322,-2.773032013,-0.335515811,181,-2.000525337,0.774119946,5207.3438645 +323,-1.469512853,0.174058777,181,-2.000525337,0.774119946,2990.2482577 +324,0.286276986,0.785925691,181,-2.000525337,0.774119946,5573.8040248 +325,-1.379324697,0.377432233,181,-2.000525337,0.774119946,2560.9958707 +326,-1.203778265,0.212813032,181,-2.000525337,0.774119946,3490.4883232 +327,0.579916301,0.611743168,181,-2.000525337,0.774119946,6595.2519966 +328,0.267582642,0.868113908,181,-2.000525337,0.774119946,5275.2229812 +329,0.412869244,-0.050245578,181,-2.000525337,0.774119946,8615.2524693 +330,0.17524381,0.976660285,181,-2.000525337,0.774119946,4798.6677842 +331,0.743157214,0.204812899,181,-2.000525337,0.774119946,8310.6072111 +332,-1.070758176,0.269382282,181,-2.000525337,0.774119946,3681.7360548 +333,-1.230364251,0.329790229,181,-2.000525337,0.774119946,3083.5196781 +334,-1.374813124,-0.024926835,181,-2.000525337,0.774119946,3858.1557051 +335,0.519780566,0.463669906,181,-2.000525337,0.774119946,7049.3404359 +336,-1.55108034,0.239698561,181,-2.000525337,0.774119946,2603.9703049 +337,0.180294813,0.029739425,181,-2.000525337,0.774119946,7803.0920196 +338,0.67820924,0.268170153,181,-2.000525337,0.774119946,7990.008477 +339,0.445798684,1.024001867,181,-2.000525337,0.774119946,4966.4823841 +340,0.691751283,0.150521402,181,-2.000525337,0.774119946,8443.6657747 +341,-1.036643551,-0.903056181,181,-2.000525337,0.774119946,7413.9447458 +342,-0.120287036,1.083325163,181,-2.000525337,0.774119946,4075.9154149 +343,2.823513113,-0.304487164,181,-2.000525337,0.774119946,6752.645064 +344,0.457583172,1.12513373,181,-2.000525337,0.774119946,4627.2048 +345,0.042918831,0.813795399,181,-2.000525337,0.774119946,5078.7461446 +346,1.196146777,-0.853142756,181,-2.000525337,0.774119946,12096.894922 +347,0.206001358,-0.010430701,181,-2.000525337,0.774119946,7990.6045382 +348,-0.268308653,0.234799412,181,-2.000525337,0.774119946,6020.3269178 +349,0.759363263,0.736189579,181,-2.000525337,0.774119946,6310.3259127 +350,0.181363926,0.891988372,181,-2.000525337,0.774119946,5070.8641144 +351,-0.021111158,0.139103292,181,-2.000525337,0.774119946,6956.6868183 +352,-0.093355215,0.630686981,181,-2.000525337,0.774119946,5336.636837 +353,0.40118964,0.681375926,181,-2.000525337,0.774119946,6102.4552896 +354,-0.721197315,1.304706234,181,-2.000525337,0.774119946,2989.1482008 +355,-1.076150317,0.212107639,181,-2.000525337,0.774119946,3828.1732524 +356,-1.577164531,0.273993443,181,-2.000525337,0.774119946,2436.1859034 +357,-0.190788414,0.182208586,181,-2.000525337,0.774119946,6379.4262403 +358,-0.261349752,0.209710184,181,-2.000525337,0.774119946,6109.6959115 +359,-1.029303852,0.083549259,181,-2.000525337,0.774119946,4326.703008 +360,-1.268609162,0.330525297,181,-2.000525337,0.774119946,2980.5360678 +361,1.282982244,-0.926641967,181,-2.000525337,0.774119946,11735.98928 +362,0.217352334,0.731352408,181,-2.000525337,0.774119946,5641.2519388 +363,-1.511833084,0.258629297,181,-2.000525337,0.774119946,2619.7749275 +364,0.338812194,0.823184618,181,-2.000525337,0.774119946,5526.218829 +365,-0.324406489,1.134201999,181,-2.000525337,0.774119946,3664.4713165 +366,1.389579348,0.399185724,181,-2.000525337,0.774119946,7709.8284354 +367,2.047152199,-0.039082036,181,-2.000525337,0.774119946,8151.1942251 +368,0.947780369,0.568250077,181,-2.000525337,0.774119946,7081.1421072 +369,0.763824846,0.576754987,181,-2.000525337,0.774119946,6922.740949 +370,-0.142334657,0.928153068,181,-2.000525337,0.774119946,4425.4087791 +371,0.610266567,0.547265983,181,-2.000525337,0.774119946,6869.7163247 +372,0.210731629,0.746815056,181,-2.000525337,0.774119946,5580.0882191 +373,-1.34931644,0.316895224,181,-2.000525337,0.774119946,2813.0733885 +374,2.407696481,0.655030745,181,-2.000525337,0.774119946,5196.3154311 +375,0.64207831,0.545359131,181,-2.000525337,0.774119946,6915.2296894 +376,1.174597538,0.840588356,181,-2.000525337,0.774119946,6046.9260019 +377,0.660059424,0.010604079,181,-2.000525337,0.774119946,8903.4933668 +378,-0.730263819,0.010486456,181,-2.000525337,0.774119946,5347.4087339 +379,0.831068936,0.512339172,181,-2.000525337,0.774119946,7226.1238973 +380,1.301180979,0.72367476,181,-2.000525337,0.774119946,6483.8701245 +381,1.811128231,0.322854402,181,-2.000525337,0.774119946,7469.0532764 +382,0.435105812,0.992284428,181,-2.000525337,0.774119946,5065.5580742 +383,0.62643634,0.592027932,181,-2.000525337,0.774119946,6723.8161551 +384,0.492988703,-0.516339467,181,-2.000525337,0.774119946,10178.605608 +385,-0.162469483,0.112549365,181,-2.000525337,0.774119946,6655.0225963 +386,0.314630866,0.472006421,181,-2.000525337,0.774119946,6672.9138302 +387,0.166744804,0.822815954,181,-2.000525337,0.774119946,5264.8301158 +388,0.417159608,0.965805736,181,-2.000525337,0.774119946,5137.7387585 +389,0.106334961,0.868774244,181,-2.000525337,0.774119946,5023.5835571 +390,0.815086969,-0.338144359,181,-2.000525337,0.774119946,10409.10524 +391,0.59867455,-0.230624824,181,-2.000525337,0.774119946,9617.2083613 +392,1.915104874,0.066220985,181,-2.000525337,0.774119946,8132.8478867 +393,1.278093622,0.064463721,181,-2.000525337,0.774119946,9086.7378181 +394,-0.061477853,0.302997961,181,-2.000525337,0.774119946,6368.8346171 +395,0.251311504,0.626976942,181,-2.000525337,0.774119946,6041.2824102 +396,2.950242872,0.149095644,181,-2.000525337,0.774119946,5135.6732341 +397,-0.180294708,0.35375117,181,-2.000525337,0.774119946,5918.2308352 +398,1.010448592,-0.351180233,181,-2.000525337,0.774119946,10714.217231 +399,-1.748740498,0.3686318073,181,-2.000525337,0.774119946,1805.6958473 +400,2.699635665,0.123533791,181,-2.000525337,0.774119946,5914.7785228 +401,0.496808033,0.823843254,181,-2.000525337,0.774119946,5727.3184058 +402,0.129574704,0.763364087,181,-2.000525337,0.774119946,5387.1197162 +403,1.798920311,0.817447563,181,-2.000525337,0.774119946,5734.0785262 +404,0.335987953,0.746786541,181,-2.000525337,0.774119946,5780.5478872 +405,-1.085413643,0.292154671,181,-2.000525337,0.774119946,3578.9166875 +406,-0.155321003,0.508207011,181,-2.000525337,0.774119946,5541.5983587 +407,0.620529244,-0.301175104,181,-2.000525337,0.774119946,9893.5426611 +408,1.684402744,0.368716966,181,-2.000525337,0.774119946,7507.8031319 +409,0.300582244,-0.386397212,181,-2.000525337,0.774119946,9322.7084337 +410,2.913555946,-0.009225192,181,-2.000525337,0.774119946,5678.409543 +411,1.465101417,0.493232532,181,-2.000525337,0.774119946,7288.5215615 +412,0.090612882,0.907955955,181,-2.000525337,0.774119946,4880.1955786 +413,2.987564726,-0.729568594,181,-2.000525337,0.774119946,7515.7857288 +414,-1.484261606,0.224149272,181,-2.000525337,0.774119946,2792.0856437 +415,0.164073421,0.303955133,181,-2.000525337,0.774119946,6908.6365172 +416,0.141441293,0.167552546,181,-2.000525337,0.774119946,7282.4764007 +417,2.931321023,-0.506718887,181,-2.000525337,0.774119946,7032.3290847 +418,2.21951565,0.700596356,181,-2.000525337,0.774119946,5455.4495091 +419,0.268112576,1.199114336,181,-2.000525337,0.774119946,4218.5537953 +420,0.978913739,0.359223811,181,-2.000525337,0.774119946,7916.3617623 +421,1.210898818,0.522863584,181,-2.000525337,0.774119946,7300.2860953 +422,2.347397336,0.129231362,181,-2.000525337,0.774119946,6869.0848984 +423,0.614394501,0.556878345,181,-2.000525337,0.774119946,6839.3600295 +424,-1.398079356,0.148483366,181,-2.000525337,0.774119946,3226.9820076 +425,2.535303836,-0.112984496,181,-2.000525337,0.774119946,7034.0989465 +426,-1.019372593,-0.405322349,181,-2.000525337,0.774119946,5866.0242542 +427,-1.297785627,-0.160104069,181,-2.000525337,0.774119946,4473.5693049 +428,2.144554488,0.205051084,181,-2.000525337,0.774119946,7156.8194711 +429,-2.242387083,-0.426171285,181,-2.000525337,0.774119946,4834.5706881 +430,0.338637212,0.909723676,181,-2.000525337,0.774119946,5234.4675267 +431,-0.148798452,0.691042401,181,-2.000525337,0.774119946,5044.924256 +432,0.893524764,0.441829531,181,-2.000525337,0.774119946,7544.5591067 +433,0.969229347,-0.368847936,181,-2.000525337,0.774119946,10742.584168 +434,0.436043248,0.800045688,181,-2.000525337,0.774119946,5736.958022 +435,1.687946607,1.081504775,181,-2.000525337,0.774119946,4889.7933933 +436,0.522302046,-0.034889271,181,-2.000525337,0.774119946,8803.097341 +437,-0.178996113,-0.438090009,181,-2.000525337,0.774119946,8102.8570811 +438,-1.094339566,0.301444068,181,-2.000525337,0.774119946,3529.0506631 +439,-1.064070054,0.242569932,181,-2.000525337,0.774119946,3774.6523541 +440,-1.068153768,0.230387998,181,-2.000525337,0.774119946,3797.8483494 +441,-3.00496892,-0.23989155,181,-2.000525337,0.774119946,5397.7637617 +442,0.21751974,0.766874888,181,-2.000525337,0.774119946,5526.7080267 +443,0.117229532,0.007619006,181,-2.000525337,0.774119946,7708.4703426 +444,0.777758451,0.420554741,181,-2.000525337,0.774119946,7531.8460347 +445,-0.252356999,0.250747086,181,-2.000525337,0.774119946,6018.8543535 +446,0.363148444,0.768483434,181,-2.000525337,0.774119946,5746.7540914 +447,0.903191366,-0.118210676,181,-2.000525337,0.774119946,9718.5665664 +448,-0.205755923,0.149406178,181,-2.000525337,0.774119946,6431.8935105 +449,1.811996086,0.02364353,181,-2.000525337,0.774119946,8497.2804314 +450,-1.100670221,0.314845373,181,-2.000525337,0.774119946,3475.1982173 +451,0.340078597,0.850105132,181,-2.000525337,0.774119946,5437.0806568 +452,0.258757267,0.804969236,181,-2.000525337,0.774119946,5468.7262984 +453,2.78505352,-0.155160804,181,-2.000525337,0.774119946,6445.3544286 +454,0.800551619,0.105822106,181,-2.000525337,0.774119946,8752.8890354 +455,0.437940882,-0.506194031,181,-2.000525337,0.774119946,10002.528097 +456,2.230431122,0.63458615,181,-2.000525337,0.774119946,5634.2895661 +457,0.527965361,0.127667701,181,-2.000525337,0.774119946,8255.0246418 +458,-0.063643205,0.702093448,181,-2.000525337,0.774119946,5196.2400313 +459,1.408447268,0.133010502,181,-2.000525337,0.774119946,8725.5989703 +460,0.523795955,0.280266966,181,-2.000525337,0.774119946,7710.2145948 +461,-0.975769313,0.072177659,181,-2.000525337,0.774119946,4501.6787936 +462,0.549774164,-0.463663986,181,-2.000525337,0.774119946,10198.677243 +463,0.29245874,1.095549818,181,-2.000525337,0.774119946,4568.774466 +464,0.143625958,0.816809593,181,-2.000525337,0.774119946,5245.2119692 +465,0.671902494,0.611159853,181,-2.000525337,0.774119946,6703.0913416 +466,1.239840988,0.6724199,181,-2.000525337,0.774119946,6703.2223315 +467,0.607829703,-0.10932137,181,-2.000525337,0.774119946,9229.2290997 +468,1.763020906,0.263996692,181,-2.000525337,0.774119946,7759.8541805 +469,0.378714634,0.726066797,181,-2.000525337,0.774119946,5914.8511344 +470,2.196736143,-0.153862366,181,-2.000525337,0.774119946,8094.047686 +471,0.01702415,0.148991565,181,-2.000525337,0.774119946,7026.4920012 +472,-2.998490902,-0.158002487,181,-2.000525337,0.774119946,5127.7666201 +473,-3.051262951,-0.346595608,181,-2.000525337,0.774119946,5838.2321845 +474,-1.069176439,0.182802941,181,-2.000525337,0.774119946,3930.9308687 +475,0.167157509,0.595344954,181,-2.000525337,0.774119946,5986.9449974 +476,0.613855648,0.681746124,181,-2.000525337,0.774119946,6377.5828352 +477,1.037012736,0.682555367,181,-2.000525337,0.774119946,6661.9947398 +478,-1.253574971,0.379755746,181,-2.000525337,0.774119946,2884.0316979 +479,3.108590453,-0.132620738,181,-2.000525337,0.774119946,5499.3057623 +480,0.565301296,0.022333262,181,-2.000525337,0.774119946,8692.1629155 +481,0.547898238,0.855555614,181,-2.000525337,0.774119946,5669.7594485 +482,0.948309381,0.417393755,181,-2.000525337,0.774119946,7672.7748902 +483,-0.050600732,0.945269213,181,-2.000525337,0.774119946,4540.9227357 +484,-0.977651478,-0.572363064,181,-2.000525337,0.774119946,6481.6739865 +485,1.102014914,0.728861163,181,-2.000525337,0.774119946,6488.9258327 +486,2.927300795,-0.282939414,181,-2.000525337,0.774119946,6413.6793123 +487,-1.154565557,0.124434095,181,-2.000525337,0.774119946,3881.0337908 +488,1.855331234,0.291044755,181,-2.000525337,0.774119946,7499.3435079 +489,0.830290659,0.276904518,181,-2.000525337,0.774119946,8131.9392866 +490,0.485104466,-0.234867441,181,-2.000525337,0.774119946,9370.3844288 +491,0.521367572,-0.33161327,181,-2.000525337,0.774119946,9752.8466841 +1,-1.539031704,0.7349710123,183,-1.571413436,0.6777838382,246.62201866 +2,-1.536990553,0.7349663874,183,-1.571413436,0.6777838382,249.10047335 +3,-1.534951779,0.7349571355,183,-1.571413436,0.6777838382,251.6851781 +4,-1.532906461,0.7349480293,183,-1.571413436,0.6777838382,254.40137603 +5,-1.531320211,0.7346937278,183,-1.571413436,0.6777838382,255.73254437 +6,-1.539451648,0.7335131775,183,-1.571413436,0.6777838382,240.84550658 +7,-1.537429487,0.7335445708,183,-1.571413436,0.6777838382,243.45915918 +8,-1.535484998,0.7335658704,183,-1.571413436,0.6777838382,246.05707573 +9,-1.533488396,0.7336036027,183,-1.571413436,0.6777838382,248.8953651 +10,-1.531497785,0.7335842962,183,-1.571413436,0.6777838382,251.63967438 +11,-1.530259379,0.7334777758,183,-1.571413436,0.6777838382,253.07983752 +12,-1.5335454,0.7322346912,183,-1.571413436,0.6777838382,244.04313643 +13,-1.531489083,0.7322238773,183,-1.571413436,0.6777838382,246.96802314 +14,-1.530011122,0.7321679851,183,-1.571413436,0.6777838382,248.98079833 +15,-1.53348106,0.7306614094,183,-1.571413436,0.6777838382,238.68434877 +16,-1.531441779,0.7306962275,183,-1.571413436,0.6777838382,241.81413061 +17,-1.529755654,0.7306933243,183,-1.571413436,0.6777838382,244.38175855 +18,-1.533415048,0.7291384674,183,-1.571413436,0.6777838382,233.5441889 +19,-1.531392093,0.7291705353,183,-1.571413436,0.6777838382,236.71322607 +20,-1.529296523,0.7291214933,183,-1.571413436,0.6777838382,239.84175237 +21,-1.535280942,0.727267644,183,-1.571413436,0.6777838382,224.36896008 +22,-1.533378158,0.7276139666,183,-1.571413436,0.6777838382,228.39848053 +23,-1.531340368,0.7276446587,183,-1.571413436,0.6777838382,231.66051711 +24,-1.528960113,0.7276398177,183,-1.571413436,0.6777838382,235.48322804 +25,-1.533313146,0.7260818349,183,-1.571413436,0.6777838382,223.31580225 +26,-1.531259555,0.7260958115,183,-1.571413436,0.6777838382,226.62752642 +27,-1.528926415,0.7260865555,183,-1.571413436,0.6777838382,230.45329674 +28,-1.531226779,0.7245511789,183,-1.571413436,0.6777838382,221.58468799 +29,-1.528904772,0.7245519194,183,-1.571413436,0.6777838382,225.51838336 +30,-1.547195875,0.7409785979,183,-1.571413436,0.6777838382,260.67071482 +31,-1.5451475,0.740980426,183,-1.571413436,0.6777838382,262.46118616 +32,-1.543097679,0.7409798872,183,-1.571413436,0.6777838382,264.37528774 +33,-1.540720364,0.7409892687,183,-1.571413436,0.6777838382,266.79307187 +34,-1.547188511,0.7395198392,183,-1.571413436,0.6777838382,255.14705982 +35,-1.545148587,0.7395226109,183,-1.571413436,0.6777838382,256.97449547 +36,-1.543104538,0.7395314908,183,-1.571413436,0.6777838382,258.96108422 +37,-1.540727751,0.7395306258,183,-1.571413436,0.6777838382,261.39231136 +38,-1.547187029,0.7380014886,183,-1.571413436,0.6777838382,249.40457471 +39,-1.545147315,0.7380012252,183,-1.571413436,0.6777838382,251.26455073 +40,-1.54310719,0.7380060743,183,-1.571413436,0.6777838382,253.27892712 +41,-1.540719671,0.7380068206,183,-1.571413436,0.6777838382,255.78497482 +42,-1.547187189,0.7364799098,183,-1.571413436,0.6777838382,243.66153717 +43,-1.545149996,0.7364853874,183,-1.571413436,0.6777838382,245.58661787 +44,-1.543106091,0.7364823484,183,-1.571413436,0.6777838382,247.62393679 +45,-1.540717158,0.7364893901,183,-1.571413436,0.6777838382,250.21475835 +46,-1.538663972,0.7410138672,183,-1.571413436,0.6777838382,269.08032388 +47,-1.53695285,0.7409699132,183,-1.571413436,0.6777838382,270.84138381 +48,-1.534910498,0.7409641297,183,-1.571413436,0.6777838382,273.22389534 +49,-1.533145034,0.7409536636,183,-1.571413436,0.6777838382,275.35737954 +50,-1.538681336,0.7395405883,183,-1.571413436,0.6777838382,263.6619264 +51,-1.536999189,0.7395183096,183,-1.571413436,0.6777838382,265.50904938 +52,-1.534923633,0.7395144222,183,-1.571413436,0.6777838382,267.98709093 +53,-1.533267822,0.7395654306,183,-1.571413436,0.6777838382,270.24393226 +54,-1.53867273,0.7380151077,183,-1.571413436,0.6777838382,258.10114099 +55,-1.536980576,0.7379994392,183,-1.571413436,0.6777838382,260.02887931 +56,-1.534931522,0.7379944961,183,-1.571413436,0.6777838382,262.52665556 +57,-1.533387952,0.7379480264,183,-1.571413436,0.6777838382,264.33580414 +58,-1.538682279,0.7364914363,183,-1.571413436,0.6777838382,252.54773027 +59,-1.536980704,0.7364810563,183,-1.571413436,0.6777838382,254.55174418 +60,-1.534935567,0.7364752065,183,-1.571413436,0.6777838382,257.09837179 +61,-1.533042592,0.7363876366,183,-1.571413436,0.6777838382,259.27385059 +62,-1.545143426,0.7349628011,183,-1.571413436,0.6777838382,239.90857421 +63,-1.543105297,0.7349691947,183,-1.571413436,0.6777838382,242.02603382 +64,-1.541064533,0.7349647152,183,-1.571413436,0.6777838382,244.24258618 +65,-1.545411803,0.7334624714,183,-1.571413436,0.6777838382,234.05213164 +66,-1.543446606,0.7334780896,183,-1.571413436,0.6777838382,236.15872076 +67,-1.541475327,0.7334957295,183,-1.571413436,0.6777838382,238.408134 +68,-1.545401939,0.731963266,183,-1.571413436,0.6777838382,228.49316656 +69,-1.54342253,0.7319915583,183,-1.571413436,0.6777838382,230.71469532 +70,-1.541455867,0.7320216438,183,-1.571413436,0.6777838382,233.0595255 +71,-1.545410146,0.7304422281,183,-1.571413436,0.6777838382,222.85389752 +72,-1.543435491,0.7304713664,183,-1.571413436,0.6777838382,225.12802804 +73,-1.541463105,0.7304997613,183,-1.571413436,0.6777838382,227.53005358 +74,-1.545414768,0.7289194936,183,-1.571413436,0.6777838382,217.2329563 +75,-1.543435774,0.7289538557,183,-1.571413436,0.6777838382,219.58878362 +76,-1.541457714,0.7289765881,183,-1.571413436,0.6777838382,222.03737887 +77,-1.539449415,0.7320555866,183,-1.571413436,0.6777838382,235.59325809 +78,-1.537429183,0.7321097681,183,-1.571413436,0.6777838382,238.34350668 +79,-1.535472649,0.7321497267,183,-1.571413436,0.6777838382,241.07979905 +80,-1.539457899,0.7305333307,183,-1.571413436,0.6777838382,230.12095644 +81,-1.537453161,0.7305750503,183,-1.571413436,0.6777838382,232.86843213 +82,-1.535479385,0.7306124949,183,-1.571413436,0.6777838382,235.68112185 +83,-1.53946905,0.7290102593,183,-1.571413436,0.6777838382,224.67076976 +84,-1.537459922,0.7290417293,183,-1.571413436,0.6777838382,227.45228097 +85,-1.535451349,0.7290890157,183,-1.571413436,0.6777838382,230.41402013 +86,-1.535522937,0.7279887191,183,-1.571413436,0.6777838382,226.50090285 +87,-1.539442524,0.7274735939,183,-1.571413436,0.6777838382,219.25307844 +88,-1.537424111,0.727521351,183,-1.571413436,0.6777838382,222.174717 +89,-1.539384641,0.7259505092,183,-1.571413436,0.6777838382,213.9620856 +90,-1.537372391,0.7259947145,183,-1.571413436,0.6777838382,216.93722507 +91,-1.535340789,0.7260435356,183,-1.571413436,0.6777838382,220.0850728 +92,-1.539325716,0.7244369706,183,-1.571413436,0.6777838382,208.74643129 +93,-1.537308932,0.7244801057,183,-1.571413436,0.6777838382,211.80180206 +94,-1.535289068,0.7245247645,183,-1.571413436,0.6777838382,214.99677566 +95,-1.533261366,0.7245550236,183,-1.571413436,0.6777838382,218.28048324 +96,-1.539267302,0.722921924,183,-1.571413436,0.6777838382,203.56809328 +97,-1.537248972,0.7229660258,183,-1.571413436,0.6777838382,206.70981167 +98,-1.535219431,0.7229916471,183,-1.571413436,0.6777838382,209.9380135 +99,-1.53318962,0.7230212049,183,-1.571413436,0.6777838382,213.30772056 +100,-1.531154816,0.7230299897,183,-1.571413436,0.6777838382,216.74021352 +101,-1.528878341,0.7230370244,183,-1.571413436,0.6777838382,220.71194737 +102,-1.539218189,0.7214009878,183,-1.571413436,0.6777838382,198.40241371 +103,-1.537198791,0.7214422745,183,-1.571413436,0.6777838382,201.62010765 +104,-1.535179266,0.7214634354,183,-1.571413436,0.6777838382,204.90322862 +105,-1.533156501,0.7214944644,183,-1.571413436,0.6777838382,208.35189455 +106,-1.53113574,0.7215166021,183,-1.571413436,0.6777838382,211.88951573 +107,-1.528874248,0.7215345535,183,-1.571413436,0.6777838382,215.96404062 +108,-1.539217656,0.7198512397,183,-1.571413436,0.6777838382,193.11441724 +109,-1.537199919,0.7199428763,183,-1.571413436,0.6777838382,196.58343371 +110,-1.545425832,0.727397149,183,-1.571413436,0.6777838382,211.62879067 +111,-1.543371177,0.7273916949,183,-1.571413436,0.6777838382,213.99070213 +112,-1.541368852,0.7274523163,183,-1.571413436,0.6777838382,216.67509565 +113,-1.545349067,0.7258710923,183,-1.571413436,0.6777838382,206.13647443 +114,-1.54332671,0.7258603556,183,-1.571413436,0.6777838382,208.51254646 +115,-1.541346831,0.7259242142,183,-1.571413436,0.6777838382,211.2491751 +116,-1.545324355,0.7243383958,183,-1.571413436,0.6777838382,200.59028299 +117,-1.543292796,0.7243617413,183,-1.571413436,0.6777838382,203.17181051 +118,-1.541295822,0.7244024384,183,-1.571413436,0.6777838382,205.91944695 +119,-1.543193859,0.7205570215,183,-1.571413436,0.6777838382,189.78976712 +120,-1.550257047,0.7386738187,183,-1.571413436,0.6777838382,249.43389617 +121,-1.549335448,0.7311736483,183,-1.571413436,0.6777838382,221.71851179 +122,-1.533478843,0.7179891343,183,-1.571413436,0.6777838382,196.49422675 +123,-1.556150555,0.738907041,183,-1.571413436,0.6777838382,246.41964984 +124,-1.554324226,0.733414257,183,-1.571413436,0.6777838382,226.29167167 +125,-1.554290846,0.7288285332,183,-1.571413436,0.6777838382,208.69598069 +126,-1.55122487,0.7219795312,183,-1.571413436,0.6777838382,185.43270739 +127,-1.525104458,0.7229399862,183,-1.571413436,0.6777838382,227.26830344 +128,-1.519607711,0.7236181429,183,-1.571413436,0.6777838382,239.8914901 +129,-1.513899999,0.7251107854,183,-1.571413436,0.6777838382,255.74608788 +130,-1.536620762,0.7431061895,183,-1.571413436,0.6777838382,279.01419014 +131,-1.5369566,0.7460845958,183,-1.571413436,0.6777838382,289.57738545 +132,-1.545345528,0.7447040685,183,-1.571413436,0.6777838382,276.35780307 +133,-1.532813921,0.7432306626,183,-1.571413436,0.6777838382,283.93445137 +134,-1.554788248,0.7382381001,183,-1.571413436,0.6777838382,244.62385397 +135,-1.540348126,0.7301594274,183,-1.571413436,0.6777838382,227.66409633 +136,-1.538016084,0.7239051786,183,-1.571413436,0.6777838382,208.7842713 +137,-1.525288962,0.7258085137,183,-1.571413436,0.6777838382,235.88060565 +138,-1.534326986,0.731241342,183,-1.571413436,0.6777838382,239.48600727 +139,-1.530733872,0.7303625216,183,-1.571413436,0.6777838382,241.75606475 +141,-1.534354939,0.7328219978,183,-1.571413436,0.6777838382,244.96523309 +142,-1.53157084,0.7292888153,183,-1.571413436,0.6777838382,236.83843587 +143,-1.525691035,0.7263799874,183,-1.571413436,0.6777838382,236.97846852 +144,-1.534031287,0.7495967835,183,-1.571413436,0.6777838382,305.65267355 +145,-1.527714986,0.7283095957,183,-1.571413436,0.6777838382,239.74209341 +146,-1.526189586,0.7271468292,183,-1.571413436,0.6777838382,238.55921398 +147,-1.555177336,0.7375563366,183,-1.571413436,0.6777838382,241.7449387 +148,-1.555080283,0.7312707794,183,-1.571413436,0.6777838382,217.51627048 +149,-1.53856994,0.7224180299,183,-1.571413436,0.6777838382,202.8546964 +150,-1.530837883,0.729933372,183,-1.571413436,0.6777838382,240.14479555 +151,-1.515066984,0.5854133365,183,-1.571413436,0.6777838382,407.74035624 +152,-1.534731633,0.5368370046,183,-1.571413436,0.6777838382,570.84680698 +153,-1.515231902,0.5607085576,183,-1.571413436,0.6777838382,497.78623749 +154,-2.616253799,1.0684566605,183,-1.571413436,0.6777838382,2934.5295867 +155,-1.956071439,0.5792177723,183,-1.571413436,0.6777838382,1289.0784216 +156,-1.951208514,0.5602434208,183,-1.571413436,0.6777838382,1306.7015964 +157,-1.944675062,0.6062144545,183,-1.571413436,0.6777838382,1214.5066887 +158,-1.613778386,0.6077989518,183,-1.571413436,0.6777838382,308.00310801 +159,-2.035029014,0.6021432345,183,-1.571413436,0.6777838382,1497.5652489 +160,-2.114989471,0.6801825058,183,-1.571413436,0.6777838382,1667.3261477 +161,-2.037382079,0.5765830025,183,-1.571413436,0.6777838382,1541.1087583 +162,-2.129855121,0.6585019963,183,-1.571413436,0.6777838382,1729.1463868 +163,-2.075141798,0.6493615843,183,-1.571413436,0.6777838382,1569.3607093 +164,-1.828626729,0.6948433129,183,-1.571413436,0.6777838382,790.13791847 +165,-1.863329418,0.6735427691,183,-1.571413436,0.6777838382,901.13132372 +166,-1.266037071,0.727988852,183,-1.571413436,0.6777838382,942.3073527 +167,-1.277579582,0.7249010648,183,-1.571413436,0.6777838382,906.98669204 +168,-1.258418684,0.7241194816,183,-1.571413436,0.6777838382,963.23324048 +169,-1.317813974,0.6804850104,183,-1.571413436,0.6777838382,780.8673143 +170,-1.344165204,0.6790988904,183,-1.571413436,0.6777838382,700.22165786 +171,-1.427582102,0.5277120351,183,-1.571413436,0.6777838382,756.6308017 +172,-1.402238616,0.457167829,183,-1.571413436,0.6777838382,1039.1500437 +173,-1.422454264,0.4996161999,183,-1.571413436,0.6777838382,858.60625265 +174,-1.439089277,0.4894859811,183,-1.571413436,0.6777838382,863.82401726 +175,-1.448126995,0.5182330266,183,-1.571413436,0.6777838382,749.26085391 +176,-1.474626146,0.5881926574,183,-1.571413436,0.6777838382,470.40745158 +177,-1.421139645,0.5584869783,183,-1.571413436,0.6777838382,676.57366372 +178,-1.457037165,0.565943032,183,-1.571413436,0.6777838382,575.70423373 +179,-2.757159358,0.3745319,183,-1.571413436,0.6777838382,4140.1418364 +180,-2.714309238,0.342054471,183,-1.571413436,0.6777838382,4079.6980825 +181,-2.000525337,0.774119946,183,-1.571413436,0.6777838382,1321.4545175 +183,-1.571413436,0.6777838382,183,-1.571413436,0.6777838382,32.512489508 +184,-1.552860289,0.6987663893,183,-1.571413436,0.6777838382,100.64165067 +185,-1.521852374,0.7165827476,183,-1.571413436,0.6777838382,215.07830492 +186,-1.503656267,0.6928968252,183,-1.571413436,0.6777838382,216.21579215 +187,-1.502753178,0.7136205882,183,-1.571413436,0.6777838382,252.40627847 +188,-1.631894563,0.7343596465,183,-1.571413436,0.6777838382,288.81893231 +189,-1.653765416,0.6770714026,183,-1.571413436,0.6777838382,254.15546471 +190,-1.719812114,0.6715965947,183,-1.571413436,0.6777838382,459.50623643 +191,-1.493406659,0.6646955447,183,-1.571413436,0.6777838382,247.41469913 +192,-1.469120564,0.6613469966,183,-1.571413436,0.6777838382,324.23993042 +193,-1.590551461,0.5326612937,183,-1.571413436,0.6777838382,578.18654886 +194,-1.625979264,0.5247742243,183,-1.571413436,0.6777838382,631.61312219 +195,-1.572293943,0.5238808754,183,-1.571413436,0.6777838382,609.61639135 +196,-1.610848725,0.5477107964,183,-1.571413436,0.6777838382,530.77501415 +197,-1.208485554,0.7918526018,183,-1.571413436,0.6777838382,1154.0716643 +198,-1.335601374,0.6869083083,183,-1.571413436,0.6777838382,725.13687034 +199,-1.346156996,0.6825213377,183,-1.571413436,0.6777838382,693.36678858 +200,-1.324381037,0.6741422347,183,-1.571413436,0.6777838382,762.7017232 +201,-1.242424992,0.7378949807,183,-1.571413436,0.6777838382,1015.9895895 +202,-1.270370057,0.7392461008,183,-1.571413436,0.6777838382,935.76044432 +203,-1.448950472,0.7441675014,183,-1.571413436,0.6777838382,451.6687078 +204,-1.492662363,0.7523026852,183,-1.571413436,0.6777838382,377.4956302 +205,-1.479098966,0.7763855017,183,-1.571413436,0.6777838382,476.38467895 +206,-1.633760714,0.7869022408,183,-1.571413436,0.6777838382,469.48533686 +207,-1.647406434,0.8101289331,183,-1.571413436,0.6777838382,568.85356688 +208,-1.564245052,0.5701509278,183,-1.571413436,0.6777838382,426.95472832 +209,-1.646289963,0.6833746083,183,-1.571413436,0.6777838382,231.54824161 +210,-1.5820631,0.6751952144,183,-1.571413436,0.6777838382,34.454494933 +211,-1.613236298,0.6681681791,183,-1.571413436,0.6777838382,135.0197336 +212,-1.914661867,0.8212566515,183,-1.571413436,0.6777838382,1141.4186401 +213,-1.742133237,0.7250275956,183,-1.571413436,0.6777838382,549.05118198 +214,-2.033144872,0.6557314699,183,-1.571413436,0.6777838382,1434.8554124 +215,-2.039551981,0.6964723658,183,-1.571413436,0.6777838382,1430.0262877 +216,-1.247341019,0.7622473908,183,-1.571413436,0.6777838382,1018.7474618 +217,-1.298239787,0.7084123392,183,-1.571413436,0.6777838382,840.02783418 +218,-1.308539688,0.6926545592,183,-1.571413436,0.6777838382,807.40981699 +219,-1.303263185,0.6888938396,183,-1.571413436,0.6777838382,823.83488645 +220,-1.852400229,0.6004246149,183,-1.571413436,0.6777838382,942.85575021 +221,-1.288947707,0.7473773692,183,-1.571413436,0.6777838382,888.6779347 +222,-1.372031502,0.7472790993,183,-1.571413436,0.6777838382,657.22335898 +223,-1.289805721,0.7242157877,183,-1.571413436,0.6777838382,870.65261933 +224,-1.350807603,0.7533498126,183,-1.571413436,0.6777838382,723.24354408 +225,-1.329290365,0.7560442322,183,-1.571413436,0.6777838382,785.36260647 +226,-1.410153004,0.616936428,183,-1.571413436,0.6777838382,563.27298907 +227,-1.393445434,0.6308995063,183,-1.571413436,0.6777838382,588.95620174 +228,-1.37595573,0.6241540638,183,-1.571413436,0.6777838382,650.95335404 +229,-1.358388707,0.6172645205,183,-1.571413436,0.6777838382,713.70874433 +230,-1.753741133,0.8281661666,183,-1.571413436,0.6777838382,793.87457598 +231,-1.47430987,0.6834615681,183,-1.571413436,0.6777838382,299.72219055 +232,-1.421012508,0.7222725206,183,-1.571413436,0.6777838382,488.24861473 +233,-1.4476833,0.6978557868,183,-1.571413436,0.6777838382,386.8054415 +234,-1.470370723,0.6966193374,183,-1.571413436,0.6777838382,318.19121536 +235,-1.429211703,0.7037216883,183,-1.571413436,0.6777838382,445.95313629 +236,-1.700578405,0.6178673663,183,-1.571413436,0.6777838382,471.74375161 +237,-1.678117619,0.6331716163,183,-1.571413436,0.6777838382,378.6844773 +238,-1.725644578,0.6316331145,183,-1.571413436,0.6777838382,517.64394747 +239,-2.14012759,0.7930497945,183,-1.571413436,0.6777838382,1718.7131114 +240,-2.103289431,0.7653606263,183,-1.571413436,0.6777838382,1609.5714171 +241,-1.318739838,0.7017808746,183,-1.571413436,0.6777838382,776.97765415 +242,-1.396417427,0.7077900843,183,-1.571413436,0.6777838382,546.11550266 +243,-1.35650337,0.7185539404,183,-1.571413436,0.6777838382,671.13982997 +244,-1.248884539,0.7274156818,183,-1.571413436,0.6777838382,992.54488826 +245,-1.395014798,0.5761185243,183,-1.571413436,0.6777838382,693.78302292 +246,-1.433377362,0.6064716109,183,-1.571413436,0.6777838382,520.75082543 +247,-1.408172432,0.5903155476,183,-1.571413436,0.6777838382,625.08361339 +248,-1.749645898,0.7757118084,183,-1.571413436,0.6777838382,654.02773406 +249,-1.571626686,0.615046989,183,-1.571413436,0.6777838382,248.50157368 +250,-1.514070049,0.6303003037,183,-1.571413436,0.6777838382,260.47948892 +251,-1.480890369,0.6237966528,183,-1.571413436,0.6777838382,356.42035085 +252,-1.704390658,0.5281680612,183,-1.571413436,0.6777838382,733.812554 +253,-1.64434733,0.5254277498,183,-1.571413436,0.6777838382,648.56974716 +254,-1.703855997,0.4792484842,183,-1.571413436,0.6777838382,899.90047683 +255,-1.692002383,0.5748825051,183,-1.571413436,0.6777838382,561.68241838 +256,-1.854136457,0.5544643913,183,-1.571413436,0.6777838382,1034.1103041 +257,-1.665021206,0.520317736,183,-1.571413436,0.6777838382,694.48704041 +258,-1.733654349,0.4845187345,183,-1.571413436,0.6777838382,933.96136176 +259,-1.720938188,0.5135933906,183,-1.571413436,0.6777838382,813.56626745 +260,-1.742668307,0.553296122,183,-1.571413436,0.6777838382,740.70190468 +261,-1.965659039,0.7142126903,183,-1.571413436,0.6777838382,1203.6564819 +262,-1.944438071,0.6772834804,183,-1.571413436,0.6777838382,1148.5493037 +263,-1.270340967,0.7681487096,183,-1.571413436,0.6777838382,960.880628 +264,-1.353091884,0.6549276821,183,-1.571413436,0.6777838382,685.22677009 +265,-1.333236659,0.6413584414,183,-1.571413436,0.6777838382,758.60834947 +266,-1.352015998,0.6753788907,183,-1.571413436,0.6777838382,677.13298792 +267,-1.377988483,0.6577816235,183,-1.571413436,0.6777838382,606.39228864 +268,-2.13075611,0.8318642051,183,-1.571413436,0.6777838382,1710.4784756 +269,-2.097910953,0.8259670014,183,-1.571413436,0.6777838382,1619.9120447 +270,-1.416382069,0.6694271549,183,-1.571413436,0.6777838382,480.8997697 +271,-1.538905672,0.7535625993,183,-1.571413436,0.6777838382,315.47263506 +272,-1.572309477,0.7803125099,183,-1.571413436,0.6777838382,406.12466963 +273,-1.87759879,0.7503853417,183,-1.571413436,0.6777838382,958.46399045 +274,1.152365588,0.590457682,183,-1.571413436,0.6777838382,7191.3123384 +275,0.350198001,0.718001859,183,-1.571413436,0.6777838382,5380.1298236 +276,0.046513677,0.491503852,183,-1.571413436,0.6777838382,5165.3552743 +277,0.027510309,0.742571376,183,-1.571413436,0.6777838382,4557.811632 +278,0.306285725,-0.214631579,183,-1.571413436,0.6777838382,7695.4575258 +279,-1.100564889,0.318051531,183,-1.571413436,0.6777838382,2156.0618673 +280,-1.078582306,0.301437596,183,-1.571413436,0.6777838382,2260.7534756 +281,-1.137371989,-0.617634065,183,-1.571413436,0.6777838382,5371.6161207 +282,0.784356344,0.703272339,183,-1.571413436,0.6777838382,6278.9877229 +283,-1.221209947,0.218327455,183,-1.571413436,0.6777838382,2196.5894072 +284,2.347301921,-0.449114658,183,-1.571413436,0.6777838382,9718.7598095 +285,0.246820618,0.830553713,183,-1.571413436,0.6777838382,4871.8110186 +286,0.829414965,0.703288228,183,-1.571413436,0.6777838382,6352.2557852 +287,-1.337537566,0.42332223,183,-1.571413436,0.6777838382,1277.1982319 +288,0.882453706,0.454478077,183,-1.571413436,0.6777838382,7286.4239034 +289,1.575629659,0.416419109,183,-1.571413436,0.6777838382,8109.6634567 +290,-1.039455679,0.229888244,183,-1.571413436,0.6777838382,2571.5863631 +291,0.489558039,0.934482747,183,-1.571413436,0.6777838382,5071.26952 +292,0.081344504,0.88384514,183,-1.571413436,0.6777838382,4397.8912211 +293,-1.547979814,0.300350308,183,-1.571413436,0.6777838382,1497.2084202 +294,0.040776181,0.168560074,183,-1.571413436,0.6777838382,5930.8416842 +295,-1.130374745,0.563894876,183,-1.571413436,0.6777838382,1485.2205497 +296,1.578326642,0.478507176,183,-1.571413436,0.6777838382,7863.6804785 +297,-1.12861823,-0.291640865,183,-1.571413436,0.6777838382,4176.1528891 +298,0.310524208,0.770885792,183,-1.571413436,0.6777838382,5156.0133866 +299,0.415649091,-0.387246002,183,-1.571413436,0.6777838382,8427.332717 +300,-0.926533878,-0.188022748,183,-1.571413436,0.6777838382,4173.7639394 +301,1.258856172,-0.11716081,183,-1.571413436,0.6777838382,9959.9228791 +302,-1.126050026,0.322941926,183,-1.571413436,0.6777838382,2076.9889241 +303,2.002785835,0.07893892,183,-1.571413436,0.6777838382,9053.6964623 +304,0.440437607,0.746258085,183,-1.571413436,0.6777838382,5498.7715465 +305,-0.030391866,0.214441206,183,-1.571413436,0.6777838382,5601.0733898 +306,0.521557815,-0.058929362,183,-1.571413436,0.6777838382,7959.6816374 +307,-0.097005111,0.13317729,183,-1.571413436,0.6777838382,5595.1879792 +308,1.83113859,0.221857587,183,-1.571413436,0.6777838382,8751.8718146 +309,0.222428864,0.099404236,183,-1.571413436,0.6777838382,6655.4356351 +310,-1.702731345,0.8728568183,183,-1.571413436,0.6777838382,856.29744535 +311,-0.418507569,0.278324921,183,-1.571413436,0.6777838382,4255.7511146 +312,-1.41153306,0.339029988,183,-1.571413436,0.6777838382,1449.3494669 +313,0.357560442,0.114788776,183,-1.571413436,0.6777838382,7017.3217304 +314,0.325818979,0.268352149,183,-1.571413436,0.6777838382,6517.6382932 +315,-1.246004659,-0.663679965,183,-1.571413436,0.6777838382,5444.0429332 +316,1.814603087,0.637404484,183,-1.571413436,0.6777838382,7158.3963113 +317,1.843704281,-0.18300445,183,-1.571413436,0.6777838382,10258.293268 +318,1.690644492,-0.211480909,183,-1.571413436,0.6777838382,10548.771824 +319,-1.275451936,0.068109467,183,-1.571413436,0.6777838382,2639.6538551 +320,0.762430171,-0.207594741,183,-1.571413436,0.6777838382,9056.2955478 +321,0.265668905,-0.014647884,183,-1.571413436,0.6777838382,7076.7833063 +322,-2.773032013,-0.335515811,183,-1.571413436,0.6777838382,5988.2926073 +323,-1.469512853,0.174058777,183,-1.571413436,0.6777838382,2027.6725376 +324,0.286276986,0.785925691,183,-1.571413436,0.6777838382,5065.3675162 +325,-1.379324697,0.377432233,183,-1.571413436,0.6777838382,1356.6904867 +326,-1.203778265,0.212813032,183,-1.571413436,0.6777838382,2249.9963584 +327,0.579916301,0.611743168,183,-1.571413436,0.6777838382,6180.8704816 +328,0.267582642,0.868113908,183,-1.571413436,0.6777838382,4826.2045249 +329,0.412869244,-0.050245578,183,-1.571413436,0.6777838382,7613.3039832 +330,0.17524381,0.976660285,183,-1.571413436,0.6777838382,4402.6488745 +331,0.743157214,0.204812899,183,-1.571413436,0.6777838382,7803.8999608 +332,-1.070758176,0.269382282,183,-1.571413436,0.6777838382,2374.7374348 +333,-1.230364251,0.329790229,183,-1.571413436,0.6777838382,1808.1001824 +334,-1.374813124,-0.024926835,183,-1.571413436,0.6777838382,2874.1573674 +335,0.519780566,0.463669906,183,-1.571413436,0.6777838382,6483.4623926 +336,-1.55108034,0.239698561,183,-1.571413436,0.6777838382,1736.715736 +337,0.180294813,0.029739425,183,-1.571413436,0.6777838382,6704.1726316 +338,0.67820924,0.268170153,183,-1.571413436,0.6777838382,7451.5114491 +339,0.445798684,1.024001867,183,-1.571413436,0.6777838382,4759.9206192 +340,0.691751283,0.150521402,183,-1.571413436,0.6777838382,7841.608542 +341,-1.036643551,-0.903056181,183,-1.571413436,0.6777838382,6528.7556083 +342,-0.120287036,1.083325163,183,-1.571413436,0.6777838382,3684.953905 +343,2.823513113,-0.304487164,183,-1.571413436,0.6777838382,7938.6765378 +344,0.457583172,1.12513373,183,-1.571413436,0.6777838382,4516.8515105 +345,0.042918831,0.813795399,183,-1.571413436,0.6777838382,4450.1676723 +346,1.196146777,-0.853142756,183,-1.571413436,0.6777838382,11176.474691 +347,0.206001358,-0.010430701,183,-1.571413436,0.6777838382,6883.8643067 +348,-0.268308653,0.234799412,183,-1.571413436,0.6777838382,4821.3319058 +349,0.759363263,0.736189579,183,-1.571413436,0.6777838382,6129.2535833 +350,0.181363926,0.891988372,183,-1.571413436,0.6777838382,4593.8631576 +351,-0.021111158,0.139103292,183,-1.571413436,0.6777838382,5814.1918239 +352,-0.093355215,0.630686981,183,-1.571413436,0.6777838382,4469.8796817 +353,0.40118964,0.681375926,183,-1.571413436,0.6777838382,5592.0420669 +354,-0.721197315,1.304706234,183,-1.571413436,0.6777838382,2921.2171827 +355,-1.076150317,0.212107639,183,-1.571413436,0.6777838382,2535.5541259 +356,-1.577164531,0.273993443,183,-1.571413436,0.6777838382,1599.5387745 +357,-0.190788414,0.182208586,183,-1.571413436,0.6777838382,5186.5161413 +358,-0.261349752,0.209710184,183,-1.571413436,0.6777838382,4902.6189374 +359,-1.029303852,0.083549259,183,-1.571413436,0.6777838382,3053.5531577 +360,-1.268609162,0.330525297,183,-1.571413436,0.6777838382,1723.8082844 +361,1.282982244,-0.926641967,183,-1.571413436,0.6777838382,11186.430174 +362,0.217352334,0.731352408,183,-1.571413436,0.6777838382,5042.2777781 +363,-1.511833084,0.258629297,183,-1.571413436,0.6777838382,1673.2282407 +364,0.338812194,0.823184618,183,-1.571413436,0.6777838382,5083.3445301 +365,-0.324406489,1.134201999,183,-1.571413436,0.6777838382,3297.4384654 +366,1.389579348,0.399185724,183,-1.571413436,0.6777838382,8125.6465482 +367,2.047152199,-0.039082036,183,-1.571413436,0.6777838382,9382.9966467 +368,0.947780369,0.568250077,183,-1.571413436,0.6777838382,7003.2167314 +369,0.763824846,0.576754987,183,-1.571413436,0.6777838382,6658.4738982 +370,-0.142334657,0.928153068,183,-1.571413436,0.6777838382,3829.5927933 +371,0.610266567,0.547265983,183,-1.571413436,0.6777838382,6440.8949986 +372,0.210731629,0.746815056,183,-1.571413436,0.6777838382,4989.8862241 +373,-1.34931644,0.316895224,183,-1.571413436,0.6777838382,1621.2043623 +374,2.407696481,0.655030745,183,-1.571413436,0.6777838382,6346.5599297 +375,0.64207831,0.545359131,183,-1.571413436,0.6777838382,6514.8126576 +376,1.174597538,0.840588356,183,-1.571413436,0.6777838382,6270.5414043 +377,0.660059424,0.010604079,183,-1.571413436,0.6777838382,8166.0033784 +378,-0.730263819,0.010486456,183,-1.571413436,0.6777838382,4028.8507475 +379,0.831068936,0.512339172,183,-1.571413436,0.6777838382,6996.8253901 +380,1.301180979,0.72367476,183,-1.571413436,0.6777838382,6808.4592962 +381,1.811128231,0.322854402,183,-1.571413436,0.6777838382,8380.7013198 +382,0.435105812,0.992284428,183,-1.571413436,0.6777838382,4825.5954332 +383,0.62643634,0.592027932,183,-1.571413436,0.6777838382,6338.1807574 +384,0.492988703,-0.516339467,183,-1.571413436,0.6777838382,8924.3352835 +385,-0.162469483,0.112549365,183,-1.571413436,0.6777838382,5443.9002942 +386,0.314630866,0.472006421,183,-1.571413436,0.6777838382,5944.4255871 +387,0.166744804,0.822815954,183,-1.571413436,0.6777838382,4714.6012336 +388,0.417159608,0.965805736,183,-1.571413436,0.6777838382,4864.5613812 +389,0.106334961,0.868774244,183,-1.571413436,0.6777838382,4482.7882826 +390,0.815086969,-0.338144359,183,-1.571413436,0.6777838382,9540.302035 +391,0.59867455,-0.230624824,183,-1.571413436,0.6777838382,8629.5346851 +392,1.915104874,0.066220985,183,-1.571413436,0.6777838382,9238.0853352 +393,1.278093622,0.064463721,183,-1.571413436,0.6777838382,9315.6717622 +394,-0.061477853,0.302997961,183,-1.571413436,0.6777838382,5293.189653 +395,0.251311504,0.626976942,183,-1.571413436,0.6777838382,5381.2122722 +396,2.950242872,0.149095644,183,-1.571413436,0.6777838382,6431.5164762 +397,-0.180294708,0.35375117,183,-1.571413436,0.6777838382,4814.8031034 +398,1.010448592,-0.351180233,183,-1.571413436,0.6777838382,10139.672191 +399,-1.748740498,0.3686318073,183,-1.571413436,0.6777838382,1365.1166754 +400,2.699635665,0.123533791,183,-1.571413436,0.6777838382,7234.7930984 +401,0.496808033,0.823843254,183,-1.571413436,0.6777838382,5393.6454596 +402,0.129574704,0.763364087,183,-1.571413436,0.6777838382,4761.2595406 +403,1.798920311,0.817447563,183,-1.571413436,0.6777838382,6466.1278629 +404,0.335987953,0.746786541,183,-1.571413436,0.6777838382,5273.5539169 +405,-1.085413643,0.292154671,183,-1.571413436,0.6777838382,2270.3235172 +406,-0.155321003,0.508207011,183,-1.571413436,0.6777838382,4548.5924546 +407,0.620529244,-0.301175104,183,-1.571413436,0.6777838382,8865.4765515 +408,1.684402744,0.368716966,183,-1.571413436,0.6777838382,8277.0278154 +409,0.300582244,-0.386397212,183,-1.571413436,0.6777838382,8072.410979 +410,2.913555946,-0.009225192,183,-1.571413436,0.6777838382,6944.4736706 +411,1.465101417,0.493232532,183,-1.571413436,0.6777838382,7789.1937487 +412,0.090612882,0.907955955,183,-1.571413436,0.6777838382,4370.3371946 +413,2.987564726,-0.729568594,183,-1.571413436,0.6777838382,8326.6398938 +414,-1.484261606,0.224149272,183,-1.571413436,0.6777838382,1822.7264488 +415,0.164073421,0.303955133,183,-1.571413436,0.6777838382,5961.0047715 +416,0.141441293,0.167552546,183,-1.571413436,0.6777838382,6238.4265218 +417,2.931321023,-0.506718887,183,-1.571413436,0.6777838382,8053.3743224 +418,2.21951565,0.700596356,183,-1.571413436,0.6777838382,6499.5836111 +419,0.268112576,1.199114336,183,-1.571413436,0.6777838382,4106.0302631 +420,0.978913739,0.359223811,183,-1.571413436,0.6777838382,7787.3396821 +421,1.210898818,0.522863584,183,-1.571413436,0.6777838382,7506.5488056 +422,2.347397336,0.129231362,183,-1.571413436,0.6777838382,8159.3593953 +423,0.614394501,0.556878345,183,-1.571413436,0.6777838382,6420.4602526 +424,-1.398079356,0.148483366,183,-1.571413436,0.6777838382,2185.4227236 +425,2.535303836,-0.112984496,183,-1.571413436,0.6777838382,8347.9940551 +426,-1.019372593,-0.405322349,183,-1.571413436,0.6777838382,4753.6514961 +427,-1.297785627,-0.160104069,183,-1.571413436,0.6777838382,3468.8260462 +428,2.144554488,0.205051084,183,-1.571413436,0.6777838382,8353.6977289 +429,-2.242387083,-0.426171285,183,-1.571413436,0.6777838382,5030.3678374 +430,0.338637212,0.909723676,183,-1.571413436,0.6777838382,4865.418427 +431,-0.148798452,0.691042401,183,-1.571413436,0.6777838382,4201.3581019 +432,0.893524764,0.441829531,183,-1.571413436,0.6777838382,7349.6807799 +433,0.969229347,-0.368847936,183,-1.571413436,0.6777838382,10067.427449 +434,0.436043248,0.800045688,183,-1.571413436,0.6777838382,5341.9298819 +435,1.687946607,1.081504775,183,-1.571413436,0.6777838382,5465.0779046 +436,0.522302046,-0.034889271,183,-1.571413436,0.6777838382,7898.1330764 +437,-0.178996113,-0.438090009,183,-1.571413436,0.6777838382,6781.6780361 +438,-1.094339566,0.301444068,183,-1.571413436,0.6777838382,2220.3547396 +439,-1.064070054,0.242569932,183,-1.571413436,0.6777838382,2471.7658139 +440,-1.068153768,0.230387998,183,-1.571413436,0.6777838382,2498.6465411 +441,-3.00496892,-0.23989155,183,-1.571413436,0.6777838382,6402.0972122 +442,0.21751974,0.766874888,183,-1.571413436,0.6777838382,4957.9098251 +443,0.117229532,0.007619006,183,-1.571413436,0.6777838382,6566.1951025 +444,0.777758451,0.420554741,183,-1.571413436,0.6777838382,7195.2427841 +445,-0.252356999,0.250747086,183,-1.571413436,0.6777838382,4832.7948004 +446,0.363148444,0.768483434,183,-1.571413436,0.6777838382,5275.8692376 +447,0.903191366,-0.118210676,183,-1.571413436,0.6777838382,9193.0376069 +448,-0.205755923,0.149406178,183,-1.571413436,0.6777838382,5220.0374467 +449,1.811996086,0.02364353,183,-1.571413436,0.6777838382,9529.166494 +450,-1.100670221,0.314845373,183,-1.571413436,0.6777838382,2165.0909777 +451,0.340078597,0.850105132,183,-1.571413436,0.6777838382,5017.5933969 +452,0.258757267,0.804969236,183,-1.571413436,0.6777838382,4958.7764872 +453,2.78505352,-0.155160804,183,-1.571413436,0.6777838382,7702.2219486 +454,0.800551619,0.105822106,183,-1.571413436,0.6777838382,8250.6088599 +455,0.437940882,-0.506194031,183,-1.571413436,0.6777838382,8737.9090973 +456,2.230431122,0.63458615,183,-1.571413436,0.6777838382,6713.2456117 +457,0.527965361,0.127667701,183,-1.571413436,0.6777838382,7469.5837538 +458,-0.063643205,0.702093448,183,-1.571413436,0.6777838382,4406.5700555 +459,1.408447268,0.133010502,183,-1.571413436,0.6777838382,9177.5882743 +460,0.523795955,0.280266966,183,-1.571413436,0.6777838382,7024.9946289 +461,-0.975769313,0.072177659,183,-1.571413436,0.6777838382,3214.6372705 +462,0.549774164,-0.463663986,183,-1.571413436,0.6777838382,8997.8599488 +463,0.29245874,1.095549818,183,-1.571413436,0.6777838382,4352.605442 +464,0.143625958,0.816809593,183,-1.571413436,0.6777838382,4675.9651938 +465,0.671902494,0.611159853,183,-1.571413436,0.6777838382,6370.8893448 +466,1.239840988,0.6724199,183,-1.571413436,0.6777838382,6962.4192452 +467,0.607829703,-0.10932137,183,-1.571413436,0.6777838382,8346.4373416 +468,1.763020906,0.263996692,183,-1.571413436,0.6777838382,8645.5948351 +469,0.378714634,0.726066797,183,-1.571413436,0.6777838382,5421.7946887 +470,2.196736143,-0.153862366,183,-1.571413436,0.6777838382,9403.780206 +471,0.01702415,0.148991565,183,-1.571413436,0.6777838382,5906.7173665 +472,-2.998490902,-0.158002487,183,-1.571413436,0.6777838382,6176.3300497 +473,-3.051262951,-0.346595608,183,-1.571413436,0.6777838382,6804.2026874 +474,-1.069176439,0.182802941,183,-1.571413436,0.6777838382,2643.8844751 +475,0.167157509,0.595344954,183,-1.571413436,0.6777838382,5245.757457 +476,0.613855648,0.681746124,183,-1.571413436,0.6777838382,6037.9217006 +477,1.037012736,0.682555367,183,-1.571413436,0.6777838382,6718.3909255 +478,-1.253574971,0.379755746,183,-1.571413436,0.6777838382,1598.376634 +479,3.108590453,-0.132620738,183,-1.571413436,0.6777838382,6650.2280308 +480,0.565301296,0.022333262,183,-1.571413436,0.6777838382,7867.3688613 +481,0.547898238,0.855555614,183,-1.571413436,0.6777838382,5395.8996004 +482,0.948309381,0.417393755,183,-1.571413436,0.6777838382,7531.2977656 +483,-0.050600732,0.945269213,183,-1.571413436,0.6777838382,4004.0553034 +484,-0.977651478,-0.572363064,183,-1.571413436,0.6777838382,5411.7853693 +485,1.102014914,0.728861163,183,-1.571413436,0.6777838382,6622.2404802 +486,2.927300795,-0.282939414,183,-1.571413436,0.6777838382,7569.4667363 +487,-1.154565557,0.124434095,183,-1.571413436,0.6777838382,2649.0184564 +488,1.855331234,0.291044755,183,-1.571413436,0.6777838382,8463.2529689 +489,0.830290659,0.276904518,183,-1.571413436,0.6777838382,7774.2886065 +490,0.485104466,-0.234867441,183,-1.571413436,0.6777838382,8294.0711926 +491,0.521367572,-0.33161327,183,-1.571413436,0.6777838382,8630.981315 +1,-1.539031704,0.7349710123,184,-1.552860289,0.6987663893,149.23110544 +2,-1.536990553,0.7349663874,184,-1.552860289,0.6987663893,151.01320746 +3,-1.534951779,0.7349571355,184,-1.552860289,0.6987663893,152.9977981 +4,-1.532906461,0.7349480293,184,-1.552860289,0.6987663893,155.2039425 +5,-1.531320211,0.7346937278,184,-1.552860289,0.6987663893,156.16711361 +6,-1.539451648,0.7335131775,184,-1.552860289,0.6987663893,143.34295192 +7,-1.537429487,0.7335445708,184,-1.552860289,0.6987663893,145.26481281 +8,-1.535484998,0.7335658704,184,-1.552860289,0.6987663893,147.2900995 +9,-1.533488396,0.7336036027,184,-1.552860289,0.6987663893,149.63375604 +10,-1.531497785,0.7335842962,184,-1.552860289,0.6987663893,151.9633037 +11,-1.530259379,0.7334777758,184,-1.552860289,0.6987663893,153.17619127 +12,-1.5335454,0.7322346912,184,-1.552860289,0.6987663893,144.59459771 +13,-1.531489083,0.7322238773,184,-1.552860289,0.6987663893,147.11833232 +14,-1.530011122,0.7321679851,184,-1.552860289,0.6987663893,148.89376754 +15,-1.53348106,0.7306614094,184,-1.552860289,0.6987663893,139.00034254 +16,-1.531441779,0.7306962275,184,-1.552860289,0.6987663893,141.77529969 +17,-1.529755654,0.7306933243,184,-1.552860289,0.6987663893,144.1145558 +18,-1.533415048,0.7291384674,184,-1.552860289,0.6987663893,133.64416002 +19,-1.531392093,0.7291705353,184,-1.552860289,0.6987663893,136.50185409 +20,-1.529296523,0.7291214933,184,-1.552860289,0.6987663893,139.39751804 +21,-1.535280942,0.727267644,184,-1.552860289,0.6987663893,124.57251239 +22,-1.533378158,0.7276139666,184,-1.552860289,0.6987663893,128.30334218 +23,-1.531340368,0.7276446587,184,-1.552860289,0.6987663893,131.29748245 +24,-1.528960113,0.7276398177,184,-1.552860289,0.6987663893,134.92422751 +25,-1.533313146,0.7260818349,184,-1.552860289,0.6987663893,123.04091144 +26,-1.531259555,0.7260958115,184,-1.552860289,0.6987663893,126.13530611 +27,-1.528926415,0.7260865555,184,-1.552860289,0.6987663893,129.83297809 +28,-1.531226779,0.7245511789,184,-1.552860289,0.6987663893,121.00144709 +29,-1.528904772,0.7245519194,184,-1.552860289,0.6987663893,124.87673406 +30,-1.547195875,0.7409785979,184,-1.552860289,0.6987663893,168.05103675 +31,-1.5451475,0.740980426,184,-1.552860289,0.6987663893,168.7794414 +32,-1.543097679,0.7409798872,184,-1.552860289,0.6987663893,169.71552767 +33,-1.540720364,0.7409892687,184,-1.552860289,0.6987663893,171.10638337 +34,-1.547188511,0.7395198392,184,-1.552860289,0.6987663893,162.30653664 +35,-1.545148587,0.7395226109,184,-1.552860289,0.6987663893,163.06229683 +36,-1.543104538,0.7395314908,184,-1.552860289,0.6987663893,164.06588443 +37,-1.540727751,0.7395306258,184,-1.552860289,0.6987663893,165.46396728 +38,-1.547187029,0.7380014886,184,-1.552860289,0.6987663893,156.32801408 +39,-1.545147315,0.7380012252,184,-1.552860289,0.6987663893,157.10135808 +40,-1.54310719,0.7380060743,184,-1.552860289,0.6987663893,158.12511834 +41,-1.540719671,0.7380068206,184,-1.552860289,0.6987663893,159.59048412 +42,-1.547187189,0.7364799098,184,-1.552860289,0.6987663893,150.33908224 +43,-1.545149996,0.7364853874,184,-1.552860289,0.6987663893,151.16551038 +44,-1.543106091,0.7364823484,184,-1.552860289,0.6987663893,152.2010376 +45,-1.540717158,0.7364893901,184,-1.552860289,0.6987663893,153.75018792 +46,-1.538663972,0.7410138672,184,-1.552860289,0.6987663893,172.59803189 +47,-1.53695285,0.7409699132,184,-1.552860289,0.6987663893,173.74861927 +48,-1.534910498,0.7409641297,184,-1.552860289,0.6987663893,175.48210169 +49,-1.533145034,0.7409536636,184,-1.552860289,0.6987663893,177.11482538 +50,-1.538681336,0.7395405883,184,-1.552860289,0.6987663893,166.94019154 +51,-1.536999189,0.7395183096,184,-1.552860289,0.6987663893,168.19375446 +52,-1.534923633,0.7395144222,184,-1.552860289,0.6987663893,170.02027025 +53,-1.533267822,0.7395654306,184,-1.552860289,0.6987663893,171.82439999 +54,-1.53867273,0.7380151077,184,-1.552860289,0.6987663893,161.11601236 +55,-1.536980576,0.7379994392,184,-1.552860289,0.6987663893,162.45420109 +56,-1.534931522,0.7379944961,184,-1.552860289,0.6987663893,164.32008959 +57,-1.533387952,0.7379480264,184,-1.552860289,0.6987663893,165.70227459 +58,-1.538682279,0.7364914363,184,-1.552860289,0.6987663893,155.30064722 +59,-1.536980704,0.7364810563,184,-1.552860289,0.6987663893,156.72038163 +60,-1.534935567,0.7364752065,184,-1.552860289,0.6987663893,158.6497716 +61,-1.533042592,0.7363876366,184,-1.552860289,0.6987663893,160.31991781 +62,-1.545143426,0.7349628011,184,-1.552860289,0.6987663893,145.21327617 +63,-1.543105297,0.7349691947,184,-1.552860289,0.6987663893,146.32689077 +64,-1.541064533,0.7349647152,184,-1.552860289,0.6987663893,147.64309672 +65,-1.545411803,0.7334624714,184,-1.552860289,0.6987663893,139.22107724 +66,-1.543446606,0.7334780896,184,-1.552860289,0.6987663893,140.3398321 +67,-1.541475327,0.7334957295,184,-1.552860289,0.6987663893,141.70533118 +68,-1.545401939,0.731963266,184,-1.552860289,0.6987663893,133.36985019 +69,-1.54342253,0.7319915583,184,-1.552860289,0.6987663893,134.59524805 +70,-1.541455867,0.7320216438,184,-1.552860289,0.6987663893,136.06451908 +71,-1.545410146,0.7304422281,184,-1.552860289,0.6987663893,127.43212703 +72,-1.543435491,0.7304713664,184,-1.552860289,0.6987663893,128.7094088 +73,-1.541463105,0.7304997613,184,-1.552860289,0.6987663893,130.23775335 +74,-1.545414768,0.7289194936,184,-1.552860289,0.6987663893,121.49833547 +75,-1.543435774,0.7289538557,184,-1.552860289,0.6987663893,122.85574117 +76,-1.541457714,0.7289765881,184,-1.552860289,0.6987663893,124.43561229 +77,-1.539449415,0.7320555866,184,-1.552860289,0.6987663893,137.81838867 +78,-1.537429183,0.7321097681,184,-1.552860289,0.6987663893,139.89693135 +79,-1.535472649,0.7321497267,184,-1.552860289,0.6987663893,142.07981725 +80,-1.539457899,0.7305333307,184,-1.552860289,0.6987663893,132.06163979 +81,-1.537453161,0.7305750503,184,-1.552860289,0.6987663893,134.15899776 +82,-1.535479385,0.7306124949,184,-1.552860289,0.6987663893,136.43691414 +83,-1.53946905,0.7290102593,184,-1.552860289,0.6987663893,126.32473695 +84,-1.537459922,0.7290417293,184,-1.552860289,0.6987663893,128.47604075 +85,-1.535451349,0.7290890157,184,-1.552860289,0.6987663893,130.92523311 +86,-1.535522937,0.7279887191,184,-1.552860289,0.6987663893,126.86139634 +87,-1.539442524,0.7274735939,184,-1.552860289,0.6987663893,120.60354745 +88,-1.537424111,0.727521351,184,-1.552860289,0.6987663893,122.92576361 +89,-1.539384641,0.7259505092,184,-1.552860289,0.6987663893,115.00331473 +90,-1.537372391,0.7259947145,184,-1.552860289,0.6987663893,117.41832759 +91,-1.535340789,0.7260435356,184,-1.552860289,0.6987663893,120.12978742 +92,-1.539325716,0.7244369706,184,-1.552860289,0.6987663893,109.48573127 +93,-1.537308932,0.7244801057,184,-1.552860289,0.6987663893,112.02483078 +94,-1.535289068,0.7245247645,184,-1.552860289,0.6987663893,114.83639741 +95,-1.533261366,0.7245550236,184,-1.552860289,0.6987663893,117.85498805 +96,-1.539267302,0.722921924,184,-1.552860289,0.6987663893,104.01539833 +97,-1.537248972,0.7229660258,184,-1.552860289,0.6987663893,106.69385682 +98,-1.535219431,0.7229916471,184,-1.552860289,0.6987663893,109.5943273 +99,-1.53318962,0.7230212049,184,-1.552860289,0.6987663893,112.76315939 +100,-1.531154816,0.7230299897,184,-1.552860289,0.6987663893,116.10582336 +101,-1.528878341,0.7230370244,184,-1.552860289,0.6987663893,120.09466712 +102,-1.539218189,0.7214009878,184,-1.552860289,0.6987663893,98.57453538 +103,-1.537198791,0.7214422745,184,-1.552860289,0.6987663893,101.39037413 +104,-1.535179266,0.7214634354,184,-1.552860289,0.6987663893,104.41458173 +105,-1.533156501,0.7214944644,184,-1.552860289,0.6987663893,107.73356969 +106,-1.53113574,0.7215166021,184,-1.552860289,0.6987663893,111.25347441 +107,-1.528874248,0.7215345535,184,-1.552860289,0.6987663893,115.42293414 +108,-1.539217656,0.7198512397,184,-1.552860289,0.6987663893,93.039281698 +109,-1.537199919,0.7199428763,184,-1.552860289,0.6987663893,96.181912232 +110,-1.545425832,0.727397149,184,-1.552860289,0.6987663893,115.5724501 +111,-1.543371177,0.7273916949,184,-1.552860289,0.6987663893,116.89362235 +112,-1.541368852,0.7274523163,184,-1.552860289,0.6987663893,118.72462643 +113,-1.545349067,0.7258710923,184,-1.552860289,0.6987663893,109.69725082 +114,-1.54332671,0.7258603556,184,-1.552860289,0.6987663893,111.05898674 +115,-1.541346831,0.7259242142,184,-1.552860289,0.6987663893,112.97264239 +116,-1.545324355,0.7243383958,184,-1.552860289,0.6987663893,103.78238486 +117,-1.543292796,0.7243617413,184,-1.552860289,0.6987663893,105.36670147 +118,-1.541295822,0.7244024384,184,-1.552860289,0.6987663893,107.30562674 +119,-1.543193859,0.7205570215,184,-1.552860289,0.6987663893,91.068063011 +120,-1.550257047,0.7386738187,184,-1.552860289,0.6987663893,158.26364776 +121,-1.549335448,0.7311736483,184,-1.552860289,0.6987663893,128.79724981 +122,-1.533478843,0.7179891343,184,-1.552860289,0.6987663893,95.896097645 +123,-1.556150555,0.738907041,184,-1.552860289,0.6987663893,159.29921674 +124,-1.554324226,0.733414257,184,-1.552860289,0.6987663893,137.30987775 +125,-1.554290846,0.7288285332,184,-1.552860289,0.6987663893,119.15314056 +126,-1.55122487,0.7219795312,184,-1.552860289,0.6987663893,92.078294214 +127,-1.525104458,0.7229399862,184,-1.552860289,0.6987663893,126.91838977 +128,-1.519607711,0.7236181429,184,-1.552860289,0.6987663893,140.15993894 +129,-1.513899999,0.7251107854,184,-1.552860289,0.6987663893,156.64107398 +130,-1.536620762,0.7431061895,184,-1.552860289,0.6987663893,182.15216041 +131,-1.5369566,0.7460845958,184,-1.552860289,0.6987663893,193.28998079 +132,-1.545345528,0.7447040685,184,-1.552860289,0.6987663893,183.32511737 +133,-1.532813921,0.7432306626,184,-1.552860289,0.6987663893,185.94272058 +134,-1.554788248,0.7382381001,184,-1.552860289,0.6987663893,156.45305599 +135,-1.540348126,0.7301594274,184,-1.552860289,0.6987663893,129.86061933 +136,-1.538016084,0.7239051786,184,-1.552860289,0.6987663893,109.08017999 +137,-1.525288962,0.7258085137,184,-1.552860289,0.6987663893,135.29277529 +138,-1.534326986,0.731241342,184,-1.552860289,0.6987663893,140.0651903 +139,-1.530733872,0.7303625216,184,-1.552860289,0.6987663893,141.57939979 +141,-1.534354939,0.7328219978,184,-1.552860289,0.6987663893,145.78973115 +142,-1.53157084,0.7292888153,184,-1.552860289,0.6987663893,136.66354398 +143,-1.525691035,0.7263799874,184,-1.552860289,0.6987663893,136.35647419 +144,-1.534031287,0.7495967835,184,-1.552860289,0.6987663893,208.94031706 +145,-1.527714986,0.7283095957,184,-1.552860289,0.6987663893,139.15070021 +146,-1.526189586,0.7271468292,184,-1.552860289,0.6987663893,137.91807996 +147,-1.555177336,0.7375563366,184,-1.552860289,0.6987663893,153.80226873 +148,-1.555080283,0.7312707794,184,-1.552860289,0.6987663893,128.92093435 +149,-1.53856994,0.7224180299,184,-1.552860289,0.6987663893,103.03993011 +150,-1.530837883,0.729933372,184,-1.552860289,0.6987663893,139.93814548 +151,-1.515066984,0.5854133365,184,-1.552860289,0.6987663893,464.67637249 +152,-1.534731633,0.5368370046,184,-1.552860289,0.6987663893,644.05300314 +153,-1.515231902,0.5607085576,184,-1.552860289,0.6987663893,559.90269705 +154,-2.616253799,1.0684566605,184,-1.552860289,0.6987663893,2904.8568411 +155,-1.956071439,0.5792177723,184,-1.552860289,0.6987663893,1361.8250818 +156,-1.951208514,0.5602434208,184,-1.552860289,0.6987663893,1383.2784125 +157,-1.944675062,0.6062144545,184,-1.552860289,0.6987663893,1282.5220628 +158,-1.613778386,0.6077989518,184,-1.552860289,0.6987663893,408.01106818 +159,-2.035029014,0.6021432345,184,-1.552860289,0.6987663893,1560.4518064 +160,-2.114989471,0.6801825058,184,-1.552860289,0.6987663893,1710.1927679 +161,-2.037382079,0.5765830025,184,-1.552860289,0.6987663893,1608.5880768 +162,-2.129855121,0.6585019963,184,-1.552860289,0.6987663893,1775.9965869 +163,-2.075141798,0.6493615843,184,-1.552860289,0.6987663893,1620.4127251 +164,-1.828626729,0.6948433129,184,-1.552860289,0.6987663893,836.7344758 +165,-1.863329418,0.6735427691,184,-1.552860289,0.6987663893,955.0790317 +166,-1.266037071,0.727988852,184,-1.552860289,0.6987663893,865.48319249 +167,-1.277579582,0.7249010648,184,-1.552860289,0.6987663893,830.8842675 +168,-1.258418684,0.7241194816,184,-1.552860289,0.6987663893,887.62292627 +169,-1.317813974,0.6804850104,184,-1.552860289,0.6987663893,721.2087366 +170,-1.344165204,0.6790988904,184,-1.552860289,0.6987663893,642.34617851 +171,-1.427582102,0.5277120351,184,-1.552860289,0.6987663893,789.09955807 +172,-1.402238616,0.457167829,184,-1.552860289,0.6987663893,1078.2334589 +173,-1.422454264,0.4996161999,184,-1.552860289,0.6987663893,895.92307891 +174,-1.439089277,0.4894859811,184,-1.552860289,0.6987663893,908.49492159 +175,-1.448126995,0.5182330266,184,-1.552860289,0.6987663893,791.46134931 +176,-1.474626146,0.5881926574,184,-1.552860289,0.6987663893,503.09994624 +177,-1.421139645,0.5584869783,184,-1.552860289,0.6987663893,697.1280554 +178,-1.457037165,0.565943032,184,-1.552860289,0.6987663893,608.39646964 +179,-2.757159358,0.3745319,184,-1.552860289,0.6987663893,4190.4555467 +180,-2.714309238,0.342054471,184,-1.552860289,0.6987663893,4134.9175991 +181,-2.000525337,0.774119946,184,-1.552860289,0.6987663893,1341.2508558 +183,-1.571413436,0.6777838382,184,-1.552860289,0.6987663893,100.64165067 +184,-1.552860289,0.6987663893,184,-1.552860289,0.6987663893,104.8857033 +185,-1.521852374,0.7165827476,184,-1.552860289,0.6987663893,117.00261704 +186,-1.503656267,0.6928968252,184,-1.552860289,0.6987663893,151.37679479 +187,-1.502753178,0.7136205882,184,-1.552860289,0.6987663893,162.0540761 +188,-1.631894563,0.7343596465,184,-1.552860289,0.6987663893,274.90247539 +189,-1.653765416,0.6770714026,184,-1.552860289,0.6987663893,320.45045742 +190,-1.719812114,0.6715965947,184,-1.552860289,0.6987663893,522.9520099 +191,-1.493406659,0.6646955447,184,-1.552860289,0.6987663893,227.23656236 +192,-1.469120564,0.6613469966,184,-1.552860289,0.6987663893,297.39629934 +193,-1.590551461,0.5326612937,184,-1.552860289,0.6987663893,669.07118405 +194,-1.625979264,0.5247742243,184,-1.552860289,0.6987663893,728.57910102 +195,-1.572293943,0.5238808754,184,-1.552860289,0.6987663893,695.56554428 +196,-1.610848725,0.5477107964,184,-1.552860289,0.6987663893,626.58867544 +197,-1.208485554,0.7918526018,184,-1.552860289,0.6987663893,1064.7231795 +198,-1.335601374,0.6869083083,184,-1.552860289,0.6987663893,663.26917332 +199,-1.346156996,0.6825213377,184,-1.552860289,0.6987663893,633.91937705 +200,-1.324381037,0.6741422347,184,-1.552860289,0.6987663893,706.12268215 +201,-1.242424992,0.7378949807,184,-1.552860289,0.6987663893,936.89391104 +202,-1.270370057,0.7392461008,184,-1.552860289,0.6987663893,855.70807186 +203,-1.448950472,0.7441675014,184,-1.552860289,0.6987663893,357.42235393 +204,-1.492662363,0.7523026852,184,-1.552860289,0.6987663893,277.05907511 +205,-1.479098966,0.7763855017,184,-1.552860289,0.6987663893,375.75401618 +206,-1.633760714,0.7869022408,184,-1.552860289,0.6987663893,421.238958 +207,-1.647406434,0.8101289331,184,-1.552860289,0.6987663893,518.39207713 +208,-1.564245052,0.5701509278,184,-1.552860289,0.6987663893,510.73414802 +209,-1.646289963,0.6833746083,184,-1.552860289,0.6987663893,291.56121098 +210,-1.5820631,0.6751952144,184,-1.552860289,0.6987663893,129.2832042 +211,-1.613236298,0.6681681791,184,-1.552860289,0.6987663893,221.50106745 +212,-1.914661867,0.8212566515,184,-1.552860289,0.6987663893,1141.8325227 +213,-1.742133237,0.7250275956,184,-1.552860289,0.6987663893,576.66781791 +214,-2.033144872,0.6557314699,184,-1.552860289,0.6987663893,1486.3459898 +215,-2.039551981,0.6964723658,184,-1.552860289,0.6987663893,1471.3370074 +216,-1.247341019,0.7622473908,184,-1.552860289,0.6987663893,933.77957495 +217,-1.298239787,0.7084123392,184,-1.552860289,0.6987663893,769.11357093 +218,-1.308539688,0.6926545592,184,-1.552860289,0.6987663893,742.47625036 +219,-1.303263185,0.6888938396,184,-1.552860289,0.6987663893,760.26692605 +220,-1.852400229,0.6004246149,184,-1.552860289,0.6987663893,1019.8093004 +221,-1.288947707,0.7473773692,184,-1.552860289,0.6987663893,805.86851504 +222,-1.372031502,0.7472790993,184,-1.552860289,0.6987663893,569.93475427 +223,-1.289805721,0.7242157877,184,-1.552860289,0.6987663893,794.5465573 +224,-1.350807603,0.7533498126,184,-1.552860289,0.6987663893,635.68210359 +225,-1.329290365,0.7560442322,184,-1.552860289,0.6987663893,698.38943302 +226,-1.410153004,0.616936428,184,-1.552860289,0.6987663893,551.99223648 +227,-1.393445434,0.6308995063,184,-1.552860289,0.6987663893,564.59052983 +228,-1.37595573,0.6241540638,184,-1.552860289,0.6987663893,626.40162981 +229,-1.358388707,0.6172645205,184,-1.552860289,0.6987663893,688.95381178 +230,-1.753741133,0.8281661666,184,-1.552860289,0.6987663893,768.69373335 +231,-1.47430987,0.6834615681,184,-1.552860289,0.6987663893,247.25796916 +232,-1.421012508,0.7222725206,184,-1.552860289,0.6987663893,406.53127217 +233,-1.4476833,0.6978557868,184,-1.552860289,0.6987663893,319.05023132 +234,-1.470370723,0.6966193374,184,-1.552860289,0.6987663893,250.50534032 +235,-1.429211703,0.7037216883,184,-1.552860289,0.6987663893,374.61955679 +236,-1.700578405,0.6178673663,184,-1.552860289,0.6987663893,562.51899264 +237,-1.678117619,0.6331716163,184,-1.552860289,0.6987663893,468.48115526 +238,-1.725644578,0.6316331145,184,-1.552860289,0.6987663893,600.07209451 +239,-2.14012759,0.7930497945,184,-1.552860289,0.6987663893,1735.3985442 +240,-2.103289431,0.7653606263,184,-1.552860289,0.6987663893,1632.7940921 +241,-1.318739838,0.7017808746,184,-1.552860289,0.6987663893,708.53899839 +242,-1.396417427,0.7077900843,184,-1.552860289,0.6987663893,473.78192681 +243,-1.35650337,0.7185539404,184,-1.552860289,0.6987663893,595.2588057 +244,-1.248884539,0.7274156818,184,-1.552860289,0.6987663893,916.12041522 +245,-1.395014798,0.5761185243,184,-1.552860289,0.6987663893,698.16620649 +246,-1.433377362,0.6064716109,184,-1.552860289,0.6987663893,524.11397669 +247,-1.408172432,0.5903155476,184,-1.552860289,0.6987663893,627.47806555 +248,-1.749645898,0.7757118084,184,-1.552860289,0.6987663893,651.79284218 +249,-1.571626686,0.615046989,184,-1.552860289,0.6987663893,336.7879824 +250,-1.514070049,0.6303003037,184,-1.552860289,0.6987663893,296.91556123 +251,-1.480890369,0.6237966528,184,-1.552860289,0.6987663893,372.45648301 +252,-1.704390658,0.5281680612,184,-1.552860289,0.6987663893,834.18730329 +253,-1.64434733,0.5254277498,184,-1.552860289,0.6987663893,747.5354211 +254,-1.703855997,0.4792484842,184,-1.552860289,0.6987663893,1000.4454709 +255,-1.692002383,0.5748825051,184,-1.552860289,0.6987663893,660.57719338 +256,-1.854136457,0.5544643913,184,-1.552860289,0.6987663893,1120.0316409 +257,-1.665021206,0.520317736,184,-1.552860289,0.6987663893,794.59901775 +258,-1.733654349,0.4845187345,184,-1.552860289,0.6987663893,1034.4100673 +259,-1.720938188,0.5135933906,184,-1.552860289,0.6987663893,913.79277124 +260,-1.742668307,0.553296122,184,-1.552860289,0.6987663893,837.33881079 +261,-1.965659039,0.7142126903,184,-1.552860289,0.6987663893,1241.4423315 +262,-1.944438071,0.6772834804,184,-1.552860289,0.6987663893,1198.0238115 +263,-1.270340967,0.7681487096,184,-1.552860289,0.6987663893,873.83236995 +264,-1.353091884,0.6549276821,184,-1.552860289,0.6987663893,640.29262724 +265,-1.333236659,0.6413584414,184,-1.552860289,0.6987663893,717.99485958 +266,-1.352015998,0.6753788907,184,-1.552860289,0.6987663893,621.52352667 +267,-1.377988483,0.6577816235,184,-1.552860289,0.6987663893,562.88600517 +268,-2.13075611,0.8318642051,184,-1.552860289,0.6987663893,1717.85535 +269,-2.097910953,0.8259670014,184,-1.552860289,0.6987663893,1627.981591 +270,-1.416382069,0.6694271549,184,-1.552860289,0.6987663893,434.60286856 +271,-1.538905672,0.7535625993,184,-1.552860289,0.6987663893,220.94447738 +272,-1.572309477,0.7803125099,184,-1.552860289,0.6987663893,327.97043663 +273,-1.87759879,0.7503853417,184,-1.552860289,0.6987663893,982.43194207 +274,1.152365588,0.590457682,184,-1.552860289,0.6987663893,7093.5020752 +275,0.350198001,0.718001859,184,-1.552860289,0.6987663893,5281.831432 +276,0.046513677,0.491503852,184,-1.552860289,0.6987663893,5080.0328743 +277,0.027510309,0.742571376,184,-1.552860289,0.6987663893,4463.1691519 +278,0.306285725,-0.214631579,184,-1.552860289,0.6987663893,7637.1550425 +279,-1.100564889,0.318051531,184,-1.552860289,0.6987663893,2157.6323675 +280,-1.078582306,0.301437596,184,-1.552860289,0.6987663893,2261.4482579 +281,-1.137371989,-0.617634065,184,-1.552860289,0.6987663893,5430.1877842 +282,0.784356344,0.703272339,184,-1.552860289,0.6987663893,6178.3734268 +283,-1.221209947,0.218327455,184,-1.552860289,0.6987663893,2227.0542971 +284,2.347301921,-0.449114658,184,-1.552860289,0.6987663893,9765.0275825 +285,0.246820618,0.830553713,184,-1.552860289,0.6987663893,4772.694487 +286,0.829414965,0.703288228,184,-1.552860289,0.6987663893,6251.7516045 +287,-1.337537566,0.42332223,184,-1.552860289,0.6987663893,1305.3887944 +288,0.882453706,0.454478077,184,-1.552860289,0.6987663893,7185.8610883 +289,1.575629659,0.416419109,184,-1.552860289,0.6987663893,8026.3336253 +290,-1.039455679,0.229888244,184,-1.552860289,0.6987663893,2575.4288005 +291,0.489558039,0.934482747,184,-1.552860289,0.6987663893,4970.6382344 +292,0.081344504,0.88384514,184,-1.552860289,0.6987663893,4299.0820653 +293,-1.547979814,0.300350308,184,-1.552860289,0.6987663893,1578.2150246 +294,0.040776181,0.168560074,184,-1.552860289,0.6987663893,5862.2481911 +295,-1.130374745,0.563894876,184,-1.552860289,0.6987663893,1446.9073872 +296,1.578326642,0.478507176,184,-1.552860289,0.6987663893,7780.5101022 +297,-1.12861823,-0.291640865,184,-1.552860289,0.6987663893,4223.723336 +298,0.310524208,0.770885792,184,-1.552860289,0.6987663893,5057.2704039 +299,0.415649091,-0.387246002,184,-1.552860289,0.6987663893,8376.4506689 +300,-0.926533878,-0.188022748,184,-1.552860289,0.6987663893,4197.4574252 +301,1.258856172,-0.11716081,184,-1.552860289,0.6987663893,9859.3945228 +302,-1.126050026,0.322941926,184,-1.552860289,0.6987663893,2081.5205587 +303,2.002785835,0.07893892,184,-1.552860289,0.6987663893,9014.4030746 +304,0.440437607,0.746258085,184,-1.552860289,0.6987663893,5399.2343734 +305,-0.030391866,0.214441206,184,-1.552860289,0.6987663893,5533.0871625 +306,0.521557815,-0.058929362,184,-1.552860289,0.6987663893,7881.1233037 +307,-0.097005111,0.13317729,184,-1.552860289,0.6987663893,5535.4246617 +308,1.83113859,0.221857587,184,-1.552860289,0.6987663893,8689.6921601 +309,0.222428864,0.099404236,184,-1.552860289,0.6987663893,6582.3647396 +310,-1.702731345,0.8728568183,184,-1.552860289,0.6987663893,805.98930608 +311,-0.418507569,0.278324921,184,-1.552860289,0.6987663893,4202.9334702 +312,-1.41153306,0.339029988,184,-1.552860289,0.6987663893,1503.8331246 +313,0.357560442,0.114788776,184,-1.552860289,0.6987663893,6937.6100963 +314,0.325818979,0.268352149,184,-1.552860289,0.6987663893,6432.5750681 +315,-1.246004659,-0.663679965,184,-1.552860289,0.6987663893,5510.379103 +316,1.814603087,0.637404484,184,-1.552860289,0.6987663893,7087.7447339 +317,1.843704281,-0.18300445,184,-1.552860289,0.6987663893,10213.212236 +318,1.690644492,-0.211480909,184,-1.552860289,0.6987663893,10481.106428 +319,-1.275451936,0.068109467,184,-1.552860289,0.6987663893,2688.0328425 +320,0.762430171,-0.207594741,184,-1.552860289,0.6987663893,8974.0661706 +321,0.265668905,-0.014647884,184,-1.552860289,0.6987663893,7007.9494089 +322,-2.773032013,-0.335515811,184,-1.552860289,0.6987663893,6077.2424572 +323,-1.469512853,0.174058777,184,-1.552860289,0.6987663893,2098.9717254 +324,0.286276986,0.785925691,184,-1.552860289,0.6987663893,4966.61082 +325,-1.379324697,0.377432233,184,-1.552860289,0.6987663893,1400.6943978 +326,-1.203778265,0.212813032,184,-1.552860289,0.6987663893,2278.2903766 +327,0.579916301,0.611743168,184,-1.552860289,0.6987663893,6081.5263039 +328,0.267582642,0.868113908,184,-1.552860289,0.6987663893,4726.4575154 +329,0.412869244,-0.050245578,184,-1.552860289,0.6987663893,7539.3971629 +330,0.17524381,0.976660285,184,-1.552860289,0.6987663893,4302.2493678 +331,0.743157214,0.204812899,184,-1.552860289,0.6987663893,7707.8473021 +332,-1.070758176,0.269382282,184,-1.552860289,0.6987663893,2378.2242342 +333,-1.230364251,0.329790229,184,-1.552860289,0.6987663893,1828.2864828 +334,-1.374813124,-0.024926835,184,-1.552860289,0.6987663893,2938.2003061 +335,0.519780566,0.463669906,184,-1.552860289,0.6987663893,6387.2416975 +336,-1.55108034,0.239698561,184,-1.552860289,0.6987663893,1818.3781994 +337,0.180294813,0.029739425,184,-1.552860289,0.6987663893,6636.9239277 +338,0.67820924,0.268170153,184,-1.552860289,0.6987663893,7355.7687287 +339,0.445798684,1.024001867,184,-1.552860289,0.6987663893,4659.502937 +340,0.691751283,0.150521402,184,-1.552860289,0.6987663893,7748.2489834 +341,-1.036643551,-0.903056181,184,-1.552860289,0.6987663893,6590.0302157 +342,-0.120287036,1.083325163,184,-1.552860289,0.6987663893,3584.3454145 +343,2.823513113,-0.304487164,184,-1.552860289,0.6987663893,7998.7882817 +344,0.457583172,1.12513373,184,-1.552860289,0.6987663893,4417.4134919 +345,0.042918831,0.813795399,184,-1.552860289,0.6987663893,4353.2576785 +346,1.196146777,-0.853142756,184,-1.552860289,0.6987663893,11183.49585 +347,0.206001358,-0.010430701,184,-1.552860289,0.6987663893,6817.7011668 +348,-0.268308653,0.234799412,184,-1.552860289,0.6987663893,4763.6257546 +349,0.759363263,0.736189579,184,-1.552860289,0.6987663893,6028.6461995 +350,0.181363926,0.891988372,184,-1.552860289,0.6987663893,4494.3009939 +351,-0.021111158,0.139103292,184,-1.552860289,0.6987663893,5750.2720094 +352,-0.093355215,0.630686981,184,-1.552860289,0.6987663893,4381.8762022 +353,0.40118964,0.681375926,184,-1.552860289,0.6987663893,5493.7545949 +354,-0.721197315,1.304706234,184,-1.552860289,0.6987663893,2825.0476117 +355,-1.076150317,0.212107639,184,-1.552860289,0.6987663893,2545.9214845 +356,-1.577164531,0.273993443,184,-1.552860289,0.6987663893,1684.6166671 +357,-0.190788414,0.182208586,184,-1.552860289,0.6987663893,5128.3746698 +358,-0.261349752,0.209710184,184,-1.552860289,0.6987663893,4846.3009398 +359,-1.029303852,0.083549259,184,-1.552860289,0.6987663893,3069.6320115 +360,-1.268609162,0.330525297,184,-1.552860289,0.6987663893,1750.7298318 +361,1.282982244,-0.926641967,184,-1.552860289,0.6987663893,11222.328946 +362,0.217352334,0.731352408,184,-1.552860289,0.6987663893,4945.3166283 +363,-1.511833084,0.258629297,184,-1.552860289,0.6987663893,1749.1645685 +364,0.338812194,0.823184618,184,-1.552860289,0.6987663893,4983.6800675 +365,-0.324406489,1.134201999,184,-1.552860289,0.6987663893,3196.8183671 +366,1.389579348,0.399185724,184,-1.552860289,0.6987663893,8033.0676209 +367,2.047152199,-0.039082036,184,-1.552860289,0.6987663893,9355.8616528 +368,0.947780369,0.568250077,184,-1.552860289,0.6987663893,6902.8096255 +369,0.763824846,0.576754987,184,-1.552860289,0.6987663893,6558.0197424 +370,-0.142334657,0.928153068,184,-1.552860289,0.6987663893,3731.2380581 +371,0.610266567,0.547265983,184,-1.552860289,0.6987663893,6341.9301324 +372,0.210731629,0.746815056,184,-1.552860289,0.6987663893,4892.664721 +373,-1.34931644,0.316895224,184,-1.552860289,0.6987663893,1664.9648803 +374,2.407696481,0.655030745,184,-1.552860289,0.6987663893,6312.2960948 +375,0.64207831,0.545359131,184,-1.552860289,0.6987663893,6415.5029678 +376,1.174597538,0.840588356,184,-1.552860289,0.6987663893,6175.4385741 +377,0.660059424,0.010604079,184,-1.552860289,0.6987663893,8078.2835493 +378,-0.730263819,0.010486456,184,-1.552860289,0.6987663893,4020.5312943 +379,0.831068936,0.512339172,184,-1.552860289,0.6987663893,6896.3010103 +380,1.301180979,0.72367476,184,-1.552860289,0.6987663893,6715.3698924 +381,1.811128231,0.322854402,184,-1.552860289,0.6987663893,8314.687147 +382,0.435105812,0.992284428,184,-1.552860289,0.6987663893,4725.0227865 +383,0.62643634,0.592027932,184,-1.552860289,0.6987663893,6238.5791532 +384,0.492988703,-0.516339467,184,-1.552860289,0.6987663893,8881.535733 +385,-0.162469483,0.112549365,184,-1.552860289,0.6987663893,5388.9186511 +386,0.314630866,0.472006421,184,-1.552860289,0.6987663893,5852.5680974 +387,0.166744804,0.822815954,184,-1.552860289,0.6987663893,4616.276163 +388,0.417159608,0.965805736,184,-1.552860289,0.6987663893,4763.9235082 +389,0.106334961,0.868774244,184,-1.552860289,0.6987663893,4384.082868 +390,0.815086969,-0.338144359,184,-1.552860289,0.6987663893,9463.8408098 +391,0.59867455,-0.230624824,184,-1.552860289,0.6987663893,8557.105534 +392,1.915104874,0.066220985,184,-1.552860289,0.6987663893,9189.5582702 +393,1.278093622,0.064463721,184,-1.552860289,0.6987663893,9216.5598603 +394,-0.061477853,0.302997961,184,-1.552860289,0.6987663893,5221.4124246 +395,0.251311504,0.626976942,184,-1.552860289,0.6987663893,5286.2880296 +396,2.950242872,0.149095644,184,-1.552860289,0.6987663893,6466.6738136 +397,-0.180294708,0.35375117,184,-1.552860289,0.6987663893,4744.9995917 +398,1.010448592,-0.351180233,184,-1.552860289,0.6987663893,10053.038866 +399,-1.748740498,0.3686318073,184,-1.552860289,0.6987663893,1465.422031 +400,2.699635665,0.123533791,184,-1.552860289,0.6987663893,7255.4533941 +401,0.496808033,0.823843254,184,-1.552860289,0.6987663893,5293.2060311 +402,0.129574704,0.763364087,184,-1.552860289,0.6987663893,4664.6456664 +403,1.798920311,0.817447563,184,-1.552860289,0.6987663893,6392.411619 +404,0.335987953,0.746786541,184,-1.552860289,0.6987663893,5174.941554 +405,-1.085413643,0.292154671,184,-1.552860289,0.6987663893,2273.0683164 +406,-0.155321003,0.508207011,184,-1.552860289,0.6987663893,4468.6002466 +407,0.620529244,-0.301175104,184,-1.552860289,0.6987663893,8796.8297872 +408,1.684402744,0.368716966,184,-1.552860289,0.6987663893,8200.7945441 +409,0.300582244,-0.386397212,184,-1.552860289,0.6987663893,8027.4817399 +410,2.913555946,-0.009225192,184,-1.552860289,0.6987663893,6988.6358036 +411,1.465101417,0.493232532,184,-1.552860289,0.6987663893,7700.4209882 +412,0.090612882,0.907955955,184,-1.552860289,0.6987663893,4271.0517913 +413,2.987564726,-0.729568594,184,-1.552860289,0.6987663893,8417.9281664 +414,-1.484261606,0.224149272,184,-1.552860289,0.6987663893,1895.1194089 +415,0.164073421,0.303955133,184,-1.552860289,0.6987663893,5880.2609612 +416,0.141441293,0.167552546,184,-1.552860289,0.6987663893,6165.3611835 +417,2.931321023,-0.506718887,184,-1.552860289,0.6987663893,8131.490861 +418,2.21951565,0.700596356,184,-1.552860289,0.6987663893,6451.6483463 +419,0.268112576,1.199114336,184,-1.552860289,0.6987663893,4006.9373578 +420,0.978913739,0.359223811,184,-1.552860289,0.6987663893,7686.7009377 +421,1.210898818,0.522863584,184,-1.552860289,0.6987663893,7409.4209675 +422,2.347397336,0.129231362,184,-1.552860289,0.6987663893,8151.6224071 +423,0.614394501,0.556878345,184,-1.552860289,0.6987663893,6321.337615 +424,-1.398079356,0.148483366,184,-1.552860289,0.6987663893,2247.3006624 +425,2.535303836,-0.112984496,184,-1.552860289,0.6987663893,8374.8560331 +426,-1.019372593,-0.405322349,184,-1.552860289,0.6987663893,4796.3837311 +427,-1.297785627,-0.160104069,184,-1.552860289,0.6987663893,3528.2186299 +428,2.144554488,0.205051084,184,-1.552860289,0.6987663893,8322.3685053 +429,-2.242387083,-0.426171285,184,-1.552860289,0.6987663893,5130.9248295 +430,0.338637212,0.909723676,184,-1.552860289,0.6987663893,4765.0161239 +431,-0.148798452,0.691042401,184,-1.552860289,0.6987663893,4111.7189839 +432,0.893524764,0.441829531,184,-1.552860289,0.6987663893,7249.1094231 +433,0.969229347,-0.368847936,184,-1.552860289,0.6987663893,9984.4804419 +434,0.436043248,0.800045688,184,-1.552860289,0.6987663893,5241.9070526 +435,1.687946607,1.081504775,184,-1.552860289,0.6987663893,5385.0268768 +436,0.522302046,-0.034889271,184,-1.552860289,0.6987663893,7818.3343518 +437,-0.178996113,-0.438090009,184,-1.552860289,0.6987663893,6767.192751 +438,-1.094339566,0.301444068,184,-1.552860289,0.6987663893,2223.1705509 +439,-1.064070054,0.242569932,184,-1.552860289,0.6987663893,2477.3751812 +440,-1.068153768,0.230387998,184,-1.552860289,0.6987663893,2506.0874914 +441,-3.00496892,-0.23989155,184,-1.552860289,0.6987663893,6478.688835 +442,0.21751974,0.766874888,184,-1.552860289,0.6987663893,4860.186224 +443,0.117229532,0.007619006,184,-1.552860289,0.6987663893,6503.3705651 +444,0.777758451,0.420554741,184,-1.552860289,0.6987663893,7095.5951767 +445,-0.252356999,0.250747086,184,-1.552860289,0.6987663893,4773.16086 +446,0.363148444,0.768483434,184,-1.552860289,0.6987663893,5176.6933673 +447,0.903191366,-0.118210676,184,-1.552860289,0.6987663893,9100.2932672 +448,-0.205755923,0.149406178,184,-1.552860289,0.6987663893,5164.9005665 +449,1.811996086,0.02364353,184,-1.552860289,0.6987663893,9470.3558127 +450,-1.100670221,0.314845373,184,-1.552860289,0.6987663893,2167.088081 +451,0.340078597,0.850105132,184,-1.552860289,0.6987663893,4917.6425531 +452,0.258757267,0.804969236,184,-1.552860289,0.6987663893,4859.9587785 +453,2.78505352,-0.155160804,184,-1.552860289,0.6987663893,7749.2383845 +454,0.800551619,0.105822106,184,-1.552860289,0.6987663893,8155.1261791 +455,0.437940882,-0.506194031,184,-1.552860289,0.6987663893,8696.7867751 +456,2.230431122,0.63458615,184,-1.552860289,0.6987663893,6668.7566663 +457,0.527965361,0.127667701,184,-1.552860289,0.6987663893,7382.5624484 +458,-0.063643205,0.702093448,184,-1.552860289,0.6987663893,4314.8678521 +459,1.408447268,0.133010502,184,-1.552860289,0.6987663893,9083.7572561 +460,0.523795955,0.280266966,184,-1.552860289,0.6987663893,6933.1087107 +461,-0.975769313,0.072177659,184,-1.552860289,0.6987663893,3225.521385 +462,0.549774164,-0.463663986,184,-1.552860289,0.6987663893,8946.9467024 +463,0.29245874,1.095549818,184,-1.552860289,0.6987663893,4252.2829702 +464,0.143625958,0.816809593,184,-1.552860289,0.6987663893,4577.9726567 +465,0.671902494,0.611159853,184,-1.552860289,0.6987663893,6270.7769658 +466,1.239840988,0.6724199,184,-1.552860289,0.6987663893,6867.2516563 +467,0.607829703,-0.10932137,184,-1.552860289,0.6987663893,8266.4321132 +468,1.763020906,0.263996692,184,-1.552860289,0.6987663893,8576.5584404 +469,0.378714634,0.726066797,184,-1.552860289,0.6987663893,5323.0677935 +470,2.196736143,-0.153862366,184,-1.552860289,0.6987663893,9403.4357975 +471,0.01702415,0.148991565,184,-1.552860289,0.6987663893,5840.3710472 +472,-2.998490902,-0.158002487,184,-1.552860289,0.6987663893,6248.9610008 +473,-3.051262951,-0.346595608,184,-1.552860289,0.6987663893,6884.2473488 +474,-1.069176439,0.182802941,184,-1.552860289,0.6987663893,2656.2185584 +475,0.167157509,0.595344954,184,-1.552860289,0.6987663893,5153.3989049 +476,0.613855648,0.681746124,184,-1.552860289,0.6987663893,5937.7332468 +477,1.037012736,0.682555367,184,-1.552860289,0.6987663893,6619.4522265 +478,-1.253574971,0.379755746,184,-1.552860289,0.6987663893,1615.88576 +479,3.108590453,-0.132620738,184,-1.552860289,0.6987663893,6713.1683888 +480,0.565301296,0.022333262,184,-1.552860289,0.6987663893,7783.0627562 +481,0.547898238,0.855555614,184,-1.552860289,0.6987663893,5295.2703045 +482,0.948309381,0.417393755,184,-1.552860289,0.6987663893,7430.6572374 +483,-0.050600732,0.945269213,184,-1.552860289,0.6987663893,3904.8613756 +484,-0.977651478,-0.572363064,184,-1.552860289,0.6987663893,5458.1492452 +485,1.102014914,0.728861163,184,-1.552860289,0.6987663893,6524.6747045 +486,2.927300795,-0.282939414,184,-1.552860289,0.6987663893,7633.1516111 +487,-1.154565557,0.124434095,184,-1.552860289,0.6987663893,2677.5993297 +488,1.855331234,0.291044755,184,-1.552860289,0.6987663893,8401.6359734 +489,0.830290659,0.276904518,184,-1.552860289,0.6987663893,7675.3381487 +490,0.485104466,-0.234867441,184,-1.552860289,0.6987663893,8227.8281137 +491,0.521367572,-0.33161327,184,-1.552860289,0.6987663893,8569.9556753 +1,-1.539031704,0.7349710123,185,-1.521852374,0.7165827476,88.856263331 +2,-1.536990553,0.7349663874,185,-1.521852374,0.7165827476,85.520775711 +3,-1.534951779,0.7349571355,185,-1.521852374,0.7165827476,82.48142036 +4,-1.532906461,0.7349480293,185,-1.521852374,0.7165827476,79.776807754 +5,-1.531320211,0.7346937278,185,-1.521852374,0.7165827476,77.027644639 +6,-1.539451648,0.7335131775,185,-1.521852374,0.7165827476,84.966725961 +7,-1.537429487,0.7335445708,185,-1.521852374,0.7165827476,81.52532592 +8,-1.535484998,0.7335658704,185,-1.521852374,0.7165827476,78.476346729 +9,-1.533488396,0.7336036027,185,-1.521852374,0.7165827476,75.731463089 +10,-1.531497785,0.7335842962,185,-1.521852374,0.7165827476,73.162034727 +11,-1.530259379,0.7334777758,185,-1.521852374,0.7165827476,71.411666058 +12,-1.5335454,0.7322346912,185,-1.521852374,0.7165827476,71.039999363 +13,-1.531489083,0.7322238773,185,-1.521852374,0.7165827476,68.230982472 +14,-1.530011122,0.7321679851,185,-1.521852374,0.7165827476,66.307602582 +15,-1.53348106,0.7306614094,185,-1.521852374,0.7165827476,65.584141381 +16,-1.531441779,0.7306962275,185,-1.521852374,0.7165827476,62.732825723 +17,-1.529755654,0.7306933243,185,-1.521852374,0.7165827476,60.615610512 +18,-1.533415048,0.7291384674,185,-1.521852374,0.7165827476,60.439896625 +19,-1.531392093,0.7291705353,185,-1.521852374,0.7165827476,57.349498353 +20,-1.529296523,0.7291214933,185,-1.521852374,0.7165827476,54.365842985 +21,-1.535280942,0.727267644,185,-1.521852374,0.7165827476,58.179727671 +22,-1.533378158,0.7276139666,185,-1.521852374,0.7165827476,55.523738505 +23,-1.531340368,0.7276446587,185,-1.521852374,0.7165827476,52.107374063 +24,-1.528960113,0.7276398177,185,-1.521852374,0.7165827476,48.626253394 +25,-1.533313146,0.7260818349,185,-1.521852374,0.7165827476,50.7714777 +26,-1.531259555,0.7260958115,185,-1.521852374,0.7165827476,46.933737857 +27,-1.528926415,0.7260865555,185,-1.521852374,0.7165827476,43.125766888 +28,-1.531226779,0.7245511789,185,-1.521852374,0.7165827476,42.127611194 +29,-1.528904772,0.7245519194,185,-1.521852374,0.7165827476,37.907977322 +30,-1.547195875,0.7409785979,185,-1.521852374,0.7165827476,122.24821659 +31,-1.5451475,0.740980426,185,-1.521852374,0.7165827476,118.64364785 +32,-1.543097679,0.7409798872,185,-1.521852374,0.7165827476,115.23417353 +33,-1.540720364,0.7409892687,185,-1.521852374,0.7165827476,111.5957734 +34,-1.547188511,0.7395198392,185,-1.521852374,0.7165827476,117.75167545 +35,-1.545148587,0.7395226109,185,-1.521852374,0.7165827476,114.01882432 +36,-1.543104538,0.7395314908,185,-1.521852374,0.7165827476,110.50211059 +37,-1.540727751,0.7395306258,185,-1.521852374,0.7165827476,106.66038374 +38,-1.547187029,0.7380014886,185,-1.521852374,0.7165827476,113.20710677 +39,-1.545147315,0.7380012252,185,-1.521852374,0.7165827476,109.30449896 +40,-1.54310719,0.7380060743,185,-1.521852374,0.7165827476,105.61812599 +41,-1.540719671,0.7380068206,185,-1.521852374,0.7165827476,101.57373575 +42,-1.547187189,0.7364799098,185,-1.521852374,0.7165827476,108.7993602 +43,-1.545149996,0.7364853874,185,-1.521852374,0.7165827476,104.74889276 +44,-1.543106091,0.7364823484,185,-1.521852374,0.7165827476,100.85794377 +45,-1.540717158,0.7364893901,185,-1.521852374,0.7165827476,96.626418766 +46,-1.538663972,0.7410138672,185,-1.521852374,0.7165827476,108.77464309 +47,-1.53695285,0.7409699132,185,-1.521852374,0.7165827476,106.40334369 +48,-1.534910498,0.7409641297,185,-1.521852374,0.7165827476,103.9962247 +49,-1.533145034,0.7409536636,185,-1.521852374,0.7165827476,102.13679817 +50,-1.538681336,0.7395405883,185,-1.521852374,0.7165827476,103.65773215 +51,-1.536999189,0.7395183096,185,-1.521852374,0.7165827476,101.28557949 +52,-1.534923633,0.7395144222,185,-1.521852374,0.7165827476,98.711826847 +53,-1.533267822,0.7395654306,185,-1.521852374,0.7165827476,97.089149571 +54,-1.53867273,0.7380151077,185,-1.521852374,0.7165827476,98.404101227 +55,-1.536980576,0.7379994392,185,-1.521852374,0.7165827476,95.914859261 +56,-1.534931522,0.7379944961,185,-1.521852374,0.7165827476,93.22247026 +57,-1.533387952,0.7379480264,185,-1.521852374,0.7165827476,91.250840855 +58,-1.538682279,0.7364914363,185,-1.521852374,0.7165827476,93.28076247 +59,-1.536980704,0.7364810563,185,-1.521852374,0.7165827476,90.654300467 +60,-1.534935567,0.7364752065,185,-1.521852374,0.7165827476,87.800015813 +61,-1.533042592,0.7363876366,185,-1.521852374,0.7165827476,85.156541625 +62,-1.545143426,0.7349628011,185,-1.521852374,0.7165827476,100.30771697 +63,-1.543105297,0.7349691947,185,-1.521852374,0.7165827476,96.27295595 +64,-1.541064533,0.7349647152,185,-1.521852374,0.7165827476,92.418167333 +65,-1.545411803,0.7334624714,185,-1.521852374,0.7165827476,96.687936185 +66,-1.543446606,0.7334780896,185,-1.521852374,0.7165827476,92.611574921 +67,-1.541475327,0.7334957295,185,-1.521852374,0.7165827476,88.725005276 +68,-1.545401939,0.731963266,185,-1.521852374,0.7165827476,92.694089699 +69,-1.54342253,0.7319915583,185,-1.521852374,0.7165827476,88.429536985 +70,-1.541455867,0.7320216438,185,-1.521852374,0.7165827476,84.389866515 +71,-1.545410146,0.7304422281,185,-1.521852374,0.7165827476,88.906894303 +72,-1.543435491,0.7304713664,185,-1.521852374,0.7165827476,84.448174788 +73,-1.541463105,0.7304997613,185,-1.521852374,0.7165827476,80.173548746 +74,-1.545414768,0.7289194936,185,-1.521852374,0.7165827476,85.364726738 +75,-1.543435774,0.7289538557,185,-1.521852374,0.7165827476,80.696542269 +76,-1.541457714,0.7289765881,185,-1.521852374,0.7165827476,76.169264975 +77,-1.539449415,0.7320555866,185,-1.521852374,0.7165827476,80.505760343 +78,-1.537429183,0.7321097681,185,-1.521852374,0.7165827476,76.926368935 +79,-1.535472649,0.7321497267,185,-1.521852374,0.7165827476,73.718573146 +80,-1.539457899,0.7305333307,185,-1.521852374,0.7165827476,76.057741258 +81,-1.537453161,0.7305750503,185,-1.521852374,0.7165827476,72.224541792 +82,-1.535479385,0.7306124949,185,-1.521852374,0.7165827476,68.73470486 +83,-1.53946905,0.7290102593,185,-1.521852374,0.7165827476,71.844367764 +84,-1.537459922,0.7290417293,185,-1.521852374,0.7165827476,67.711409163 +85,-1.535451349,0.7290890157,185,-1.521852374,0.7165827476,63.919200524 +86,-1.535522937,0.7279887191,185,-1.521852374,0.7165827476,60.75937023 +87,-1.539442524,0.7274735939,185,-1.521852374,0.7165827476,67.785730777 +88,-1.537424111,0.727521351,185,-1.521852374,0.7165827476,63.401475675 +89,-1.539384641,0.7259505092,185,-1.521852374,0.7165827476,64.003898739 +90,-1.537372391,0.7259947145,185,-1.521852374,0.7165827476,59.337827198 +91,-1.535340789,0.7260435356,185,-1.521852374,0.7165827476,54.899447873 +92,-1.539325716,0.7244369706,185,-1.521852374,0.7165827476,60.604437712 +93,-1.537308932,0.7244801057,185,-1.521852374,0.7165827476,55.633501339 +94,-1.535289068,0.7245247645,185,-1.521852374,0.7165827476,50.883064478 +95,-1.533261366,0.7245550236,185,-1.521852374,0.7165827476,46.371279745 +96,-1.539267302,0.722921924,185,-1.521852374,0.7165827476,57.628551946 +97,-1.537248972,0.7229660258,185,-1.521852374,0.7165827476,52.366613732 +98,-1.535219431,0.7229916471,185,-1.521852374,0.7165827476,47.217534296 +99,-1.53318962,0.7230212049,185,-1.521852374,0.7165827476,42.315320115 +100,-1.531154816,0.7230299897,185,-1.521852374,0.7165827476,37.680266819 +101,-1.528878341,0.7230370244,185,-1.521852374,0.7165827476,33.037650654 +102,-1.539218189,0.7214009878,185,-1.521852374,0.7165827476,55.165466676 +103,-1.537198791,0.7214422745,185,-1.521852374,0.7165827476,49.624550412 +104,-1.535179266,0.7214634354,185,-1.521852374,0.7165827476,44.174802398 +105,-1.533156501,0.7214944644,185,-1.521852374,0.7165827476,38.904716626 +106,-1.53113574,0.7215166021,185,-1.521852374,0.7165827476,33.873867681 +107,-1.528874248,0.7215345535,185,-1.521852374,0.7165827476,28.682371158 +108,-1.539217656,0.7198512397,185,-1.521852374,0.7165827476,53.386135395 +109,-1.537199919,0.7199428763,185,-1.521852374,0.7165827476,47.668548105 +110,-1.545425832,0.727397149,185,-1.521852374,0.7165827476,82.130439566 +111,-1.543371177,0.7273916949,185,-1.521852374,0.7165827476,76.973379003 +112,-1.541368852,0.7274523163,185,-1.521852374,0.7165827476,72.244625054 +113,-1.545349067,0.7258710923,185,-1.521852374,0.7165827476,78.985793379 +114,-1.54332671,0.7258603556,185,-1.521852374,0.7165827476,73.694899856 +115,-1.541346831,0.7259242142,185,-1.521852374,0.7165827476,68.787203371 +116,-1.545324355,0.7243383958,185,-1.521852374,0.7165827476,76.323184174 +117,-1.543292796,0.7243617413,185,-1.521852374,0.7165827476,70.868923966 +118,-1.541295822,0.7244024384,185,-1.521852374,0.7165827476,65.641958849 +119,-1.543193859,0.7205570215,185,-1.521852374,0.7165827476,65.550178823 +120,-1.550257047,0.7386738187,185,-1.521852374,0.7165827476,121.30361266 +121,-1.549335448,0.7311736483,185,-1.521852374,0.7165827476,99.960703139 +122,-1.533478843,0.7179891343,185,-1.521852374,0.7165827476,35.14893753 +123,-1.556150555,0.738907041,185,-1.521852374,0.7165827476,134.56370173 +124,-1.554324226,0.733414257,185,-1.521852374,0.7165827476,117.09915101 +125,-1.554290846,0.7288285332,185,-1.521852374,0.7165827476,107.88435669 +126,-1.55122487,0.7219795312,185,-1.521852374,0.7165827476,90.094582252 +127,-1.525104458,0.7229399862,185,-1.521852374,0.7165827476,26.979796708 +128,-1.519607711,0.7236181429,185,-1.521852374,0.7165827476,28.65751972 +129,-1.513899999,0.7251107854,185,-1.521852374,0.7165827476,41.243442174 +130,-1.536620762,0.7431061895,185,-1.521852374,0.7165827476,113.74431496 +131,-1.5369566,0.7460845958,185,-1.521852374,0.7165827476,125.05132452 +132,-1.545345528,0.7447040685,185,-1.521852374,0.7165827476,131.18375917 +133,-1.532813921,0.7432306626,185,-1.521852374,0.7165827476,110.39963724 +134,-1.554788248,0.7382381001,185,-1.521852374,0.7165827476,129.80957122 +135,-1.540348126,0.7301594274,185,-1.521852374,0.7165827476,76.860245723 +136,-1.538016084,0.7239051786,185,-1.521852374,0.7165827476,56.187814002 +137,-1.525288962,0.7258085137,185,-1.521852374,0.7165827476,37.946261852 +138,-1.534326986,0.731241342,185,-1.521852374,0.7165827476,68.859994635 +139,-1.530733872,0.7303625216,185,-1.521852374,0.7165827476,60.616563129 +141,-1.534354939,0.7328219978,185,-1.521852374,0.7165827476,74.243942717 +142,-1.53157084,0.7292888153,185,-1.521852374,0.7165827476,58.018851491 +143,-1.525691035,0.7263799874,185,-1.521852374,0.7165827476,40.451218828 +144,-1.534031287,0.7495967835,185,-1.521852374,0.7165827476,135.59169376 +145,-1.527714986,0.7283095957,185,-1.521852374,0.7165827476,49.609255668 +146,-1.526189586,0.7271468292,185,-1.521852374,0.7165827476,43.786007328 +147,-1.555177336,0.7375563366,185,-1.521852374,0.7165827476,128.94233223 +148,-1.555080283,0.7312707794,185,-1.521852374,0.7165827476,114.48744966 +149,-1.53856994,0.7224180299,185,-1.521852374,0.7165827476,54.906601239 +150,-1.530837883,0.729933372,185,-1.521852374,0.7165827476,59.23128545 +151,-1.515066984,0.5854133365,185,-1.521852374,0.7165827476,520.00001757 +152,-1.534731633,0.5368370046,185,-1.521852374,0.7165827476,713.16258786 +153,-1.515231902,0.5607085576,185,-1.521852374,0.7165827476,617.77464033 +154,-2.616253799,1.0684566605,185,-1.521852374,0.7165827476,2909.3906611 +155,-1.956071439,0.5792177723,185,-1.521852374,0.7165827476,1468.965401 +156,-1.951208514,0.5602434208,185,-1.521852374,0.7165827476,1492.7458172 +157,-1.944675062,0.6062144545,185,-1.521852374,0.7165827476,1386.7028474 +158,-1.613778386,0.6077989518,185,-1.521852374,0.7165827476,517.56965016 +159,-2.035029014,0.6021432345,185,-1.521852374,0.7165827476,1660.4829096 +160,-2.114989471,0.6801825058,185,-1.521852374,0.7165827476,1793.7580858 +161,-2.037382079,0.5765830025,185,-1.521852374,0.7165827476,1711.8445014 +162,-2.129855121,0.6585019963,185,-1.521852374,0.7165827476,1862.8336203 +163,-2.075141798,0.6493615843,185,-1.521852374,0.7165827476,1711.1061609 +164,-1.828626729,0.6948433129,185,-1.521852374,0.7165827476,927.31332322 +165,-1.863329418,0.6735427691,185,-1.521852374,0.7165827476,1050.4035615 +166,-1.266037071,0.727988852,185,-1.521852374,0.7165827476,760.68387965 +167,-1.277579582,0.7249010648,185,-1.521852374,0.7165827476,726.8976617 +168,-1.258418684,0.7241194816,185,-1.521852374,0.7165827476,783.81052367 +169,-1.317813974,0.6804850104,185,-1.521852374,0.7165827476,634.67119864 +170,-1.344165204,0.6790988904,185,-1.521852374,0.7165827476,558.9756418 +171,-1.427582102,0.5277120351,185,-1.521852374,0.7165827476,806.86654558 +172,-1.402238616,0.457167829,185,-1.521852374,0.7165827476,1099.7220025 +173,-1.422454264,0.4996161999,185,-1.521852374,0.7165827476,917.58237579 +174,-1.439089277,0.4894859811,185,-1.521852374,0.7165827476,938.76589862 +175,-1.448126995,0.5182330266,185,-1.521852374,0.7165827476,820.66301852 +176,-1.474626146,0.5881926574,185,-1.521852374,0.7165827476,529.75200488 +177,-1.421139645,0.5584869783,185,-1.521852374,0.7165827476,703.07142614 +178,-1.457037165,0.565943032,185,-1.521852374,0.7165827476,630.98127534 +179,-2.757159358,0.3745319,185,-1.521852374,0.7165827476,4277.8510497 +180,-2.714309238,0.342054471,185,-1.521852374,0.7165827476,4226.6070121 +181,-2.000525337,0.774119946,185,-1.521852374,0.7165827476,1405.0264703 +183,-1.571413436,0.6777838382,185,-1.521852374,0.7165827476,215.07830492 +184,-1.552860289,0.6987663893,185,-1.521852374,0.7165827476,117.00261704 +185,-1.521852374,0.7165827476,185,-1.521852374,0.7165827476,15.531987488 +186,-1.503656267,0.6928968252,185,-1.521852374,0.7165827476,108.7026838 +187,-1.502753178,0.7136205882,185,-1.521852374,0.7165827476,58.311400106 +188,-1.631894563,0.7343596465,185,-1.521852374,0.7165827476,333.54781027 +189,-1.653765416,0.6770714026,185,-1.521852374,0.7165827476,429.99400858 +190,-1.719812114,0.6715965947,185,-1.521852374,0.7165827476,627.9542674 +191,-1.493406659,0.6646955447,185,-1.521852374,0.7165827476,223.11142494 +192,-1.469120564,0.6613469966,185,-1.521852374,0.7165827476,271.73624903 +193,-1.590551461,0.5326612937,185,-1.521852374,0.7165827476,760.98431031 +194,-1.625979264,0.5247742243,185,-1.521852374,0.7165827476,829.99252 +195,-1.572293943,0.5238808754,185,-1.521852374,0.7165827476,780.28166586 +196,-1.610848725,0.5477107964,185,-1.521852374,0.7165827476,726.49092674 +197,-1.208485554,0.7918526018,185,-1.521852374,0.7165827476,950.09648555 +198,-1.335601374,0.6869083083,185,-1.521852374,0.7165827476,575.15784568 +199,-1.346156996,0.6825213377,185,-1.521852374,0.7165827476,548.94981533 +200,-1.324381037,0.6741422347,185,-1.521852374,0.7165827476,623.1406585 +201,-1.242424992,0.7378949807,185,-1.521852374,0.7165827476,829.86116262 +202,-1.270370057,0.7392461008,185,-1.521852374,0.7165827476,748.14911895 +203,-1.448950472,0.7441675014,185,-1.521852374,0.7165827476,241.22731275 +204,-1.492662363,0.7523026852,185,-1.521852374,0.7165827476,165.46824111 +205,-1.479098966,0.7763855017,185,-1.521852374,0.7165827476,267.48445985 +206,-1.633760714,0.7869022408,185,-1.521852374,0.7165827476,426.87942119 +207,-1.647406434,0.8101289331,185,-1.521852374,0.7165827476,515.7290924 +208,-1.564245052,0.5701509278,185,-1.521852374,0.7165827476,595.29872899 +209,-1.646289963,0.6833746083,185,-1.521852374,0.7165827476,399.13733912 +210,-1.5820631,0.6751952144,185,-1.521852374,0.7165827476,245.68277927 +211,-1.613236298,0.6681681791,185,-1.521852374,0.7165827476,338.1375861 +212,-1.914661867,0.8212566515,185,-1.521852374,0.7165827476,1187.462684 +213,-1.742133237,0.7250275956,185,-1.521852374,0.7165827476,655.7799543 +214,-2.033144872,0.6557314699,185,-1.521852374,0.7165827476,1577.7304045 +215,-2.039551981,0.6964723658,185,-1.521852374,0.7165827476,1554.2483038 +216,-1.247341019,0.7622473908,185,-1.521852374,0.7165827476,822.14467859 +217,-1.298239787,0.7084123392,185,-1.521852374,0.7165827476,670.43659053 +218,-1.308539688,0.6926545592,185,-1.521852374,0.7165827476,650.10252995 +219,-1.303263185,0.6888938396,185,-1.521852374,0.7165827476,669.12697915 +220,-1.852400229,0.6004246149,185,-1.521852374,0.7165827476,1130.0348163 +221,-1.288947707,0.7473773692,185,-1.521852374,0.7165827476,696.21131443 +222,-1.372031502,0.7472790993,185,-1.521852374,0.7165827476,457.65485239 +223,-1.289805721,0.7242157877,185,-1.521852374,0.7165827476,690.75041704 +224,-1.350807603,0.7533498126,185,-1.521852374,0.7165827476,522.92690683 +225,-1.329290365,0.7560442322,185,-1.521852374,0.7165827476,585.86461298 +226,-1.410153004,0.616936428,185,-1.521852374,0.7165827476,525.67765106 +227,-1.393445434,0.6308995063,185,-1.521852374,0.7165827476,522.31494696 +228,-1.37595573,0.6241540638,185,-1.521852374,0.7165827476,581.8372333 +229,-1.358388707,0.6172645205,185,-1.521852374,0.7165827476,642.4586255 +230,-1.753741133,0.8281661666,185,-1.521852374,0.7165827476,790.87989803 +231,-1.47430987,0.6834615681,185,-1.521852374,0.7165827476,194.80365271 +232,-1.421012508,0.7222725206,185,-1.521852374,0.7165827476,301.22961243 +233,-1.4476833,0.6978557868,185,-1.521852374,0.7165827476,235.2923655 +234,-1.470370723,0.6966193374,185,-1.521852374,0.7165827476,174.07638834 +235,-1.429211703,0.7037216883,185,-1.521852374,0.7165827476,282.82156755 +236,-1.700578405,0.6178673663,185,-1.521852374,0.7165827476,679.05471895 +237,-1.678117619,0.6331716163,185,-1.521852374,0.7165827476,584.92364427 +238,-1.725644578,0.6316331145,185,-1.521852374,0.7165827476,713.93999051 +239,-2.14012759,0.7930497945,185,-1.521852374,0.7165827476,1794.4050757 +240,-2.103289431,0.7653606263,185,-1.521852374,0.7165827476,1698.5788258 +241,-1.318739838,0.7017808746,185,-1.521852374,0.7165827476,612.8996108 +242,-1.396417427,0.7077900843,185,-1.521852374,0.7165827476,377.58182161 +243,-1.35650337,0.7185539404,185,-1.521852374,0.7165827476,493.26004391 +244,-1.248884539,0.7274156818,185,-1.521852374,0.7165827476,811.46220976 +245,-1.395014798,0.5761185243,185,-1.521852374,0.7165827476,685.28318986 +246,-1.433377362,0.6064716109,185,-1.521852374,0.7165827476,516.19351733 +247,-1.408172432,0.5903155476,185,-1.521852374,0.7165827476,614.3676309 +248,-1.749645898,0.7757118084,185,-1.521852374,0.7165827476,701.78938358 +249,-1.571626686,0.615046989,185,-1.521852374,0.7165827476,430.96380174 +250,-1.514070049,0.6303003037,185,-1.521852374,0.7165827476,342.61160791 +251,-1.480890369,0.6237966528,185,-1.521852374,0.7165827476,388.85671129 +252,-1.704390658,0.5281680612,185,-1.521852374,0.7165827476,948.24119283 +253,-1.64434733,0.5254277498,185,-1.521852374,0.7165827476,853.08070873 +254,-1.703855997,0.4792484842,185,-1.521852374,0.7165827476,1111.0683773 +255,-1.692002383,0.5748825051,185,-1.521852374,0.7165827476,776.65657274 +256,-1.854136457,0.5544643913,185,-1.521852374,0.7165827476,1234.5595815 +257,-1.665021206,0.520317736,185,-1.521852374,0.7165827476,903.32731394 +258,-1.733654349,0.4845187345,185,-1.521852374,0.7165827476,1148.1490337 +259,-1.720938188,0.5135933906,185,-1.521852374,0.7165827476,1028.2306459 +260,-1.742668307,0.553296122,185,-1.521852374,0.7165827476,954.24953977 +261,-1.965659039,0.7142126903,185,-1.521852374,0.7165827476,1322.2328941 +262,-1.944438071,0.6772834804,185,-1.521852374,0.7165827476,1288.7471515 +263,-1.270340967,0.7681487096,185,-1.521852374,0.7165827476,760.85278528 +264,-1.353091884,0.6549276821,185,-1.521852374,0.7165827476,571.64754557 +265,-1.333236659,0.6413584414,185,-1.521852374,0.7165827476,652.65349262 +266,-1.352015998,0.6753788907,185,-1.521852374,0.7165827476,541.09600843 +267,-1.377988483,0.6577816235,185,-1.521852374,0.7165827476,497.98977501 +268,-2.13075611,0.8318642051,185,-1.521852374,0.7165827476,1767.4439126 +269,-2.097910953,0.8259670014,185,-1.521852374,0.7165827476,1678.6525307 +270,-1.416382069,0.6694271549,185,-1.521852374,0.7165827476,371.60318266 +271,-1.538905672,0.7535625993,185,-1.521852374,0.7165827476,154.8068523 +272,-1.572309477,0.7803125099,185,-1.521852374,0.7165827476,291.78983457 +273,-1.87759879,0.7503853417,185,-1.521852374,0.7165827476,1052.6425299 +274,1.152365588,0.590457682,185,-1.521852374,0.7165827476,6993.3702264 +275,0.350198001,0.718001859,185,-1.521852374,0.7165827476,5165.3209128 +276,0.046513677,0.491503852,185,-1.521852374,0.7165827476,4966.7793352 +277,0.027510309,0.742571376,185,-1.521852374,0.7165827476,4346.2652168 +278,0.306285725,-0.214631579,185,-1.521852374,0.7165827476,7543.1357191 +279,-1.100564889,0.318051531,185,-1.521852374,0.7165827476,2128.9196566 +280,-1.078582306,0.301437596,185,-1.521852374,0.7165827476,2231.4555436 +281,-1.137371989,-0.617634065,185,-1.521852374,0.7165827476,5466.7542607 +282,0.784356344,0.703272339,185,-1.521852374,0.7165827476,6067.7474634 +283,-1.221209947,0.218327455,185,-1.521852374,0.7165827476,2231.9658427 +284,2.347301921,-0.449114658,185,-1.521852374,0.7165827476,9845.5026353 +285,0.246820618,0.830553713,185,-1.521852374,0.7165827476,4656.7391304 +286,0.829414965,0.703288228,185,-1.521852374,0.7165827476,6142.2709662 +287,-1.337537566,0.42332223,185,-1.521852374,0.7165827476,1311.7748628 +288,0.882453706,0.454478077,185,-1.521852374,0.7165827476,7073.0311373 +289,1.575629659,0.416419109,185,-1.521852374,0.7165827476,7953.0949342 +290,-1.039455679,0.229888244,185,-1.521852374,0.7165827476,2548.2542799 +291,0.489558039,0.934482747,185,-1.521852374,0.7165827476,4859.7326829 +292,0.081344504,0.88384514,185,-1.521852374,0.7165827476,4182.8768229 +293,-1.547979814,0.300350308,185,-1.521852374,0.7165827476,1651.1034662 +294,0.040776181,0.168560074,185,-1.521852374,0.7165827476,5760.3734474 +295,-1.130374745,0.563894876,185,-1.521852374,0.7165827476,1377.3334317 +296,1.578326642,0.478507176,185,-1.521852374,0.7165827476,7707.6538349 +297,-1.12861823,-0.291640865,185,-1.521852374,0.7165827476,4246.7688172 +298,0.310524208,0.770885792,185,-1.521852374,0.7165827476,4941.0206831 +299,0.415649091,-0.387246002,185,-1.521852374,0.7165827476,8288.4876227 +300,-0.926533878,-0.188022748,185,-1.521852374,0.7165827476,4190.9829032 +301,1.258856172,-0.11716081,185,-1.521852374,0.7165827476,9749.4219907 +302,-1.126050026,0.322941926,185,-1.521852374,0.7165827476,2056.4063129 +303,2.002785835,0.07893892,185,-1.521852374,0.7165827476,9000.9411081 +304,0.440437607,0.746258085,185,-1.521852374,0.7165827476,5283.7282385 +305,-0.030391866,0.214441206,185,-1.521852374,0.7165827476,5431.7725048 +306,0.521557815,-0.058929362,185,-1.521852374,0.7165827476,7771.6659706 +307,-0.097005111,0.13317729,185,-1.521852374,0.7165827476,5440.8881763 +308,1.83113859,0.221857587,185,-1.521852374,0.7165827476,8646.8607749 +309,0.222428864,0.099404236,185,-1.521852374,0.7165827476,6476.9390036 +310,-1.702731345,0.8728568183,185,-1.521852374,0.7165827476,795.34595669 +311,-0.418507569,0.278324921,185,-1.521852374,0.7165827476,4115.0921885 +312,-1.41153306,0.339029988,185,-1.521852374,0.7165827476,1541.2694345 +313,0.357560442,0.114788776,185,-1.521852374,0.7165827476,6827.5441555 +314,0.325818979,0.268352149,185,-1.521852374,0.7165827476,6319.356275 +315,-1.246004659,-0.663679965,185,-1.521852374,0.7165827476,5557.6173361 +316,1.814603087,0.637404484,185,-1.521852374,0.7165827476,7034.2469538 +317,1.843704281,-0.18300445,185,-1.521852374,0.7165827476,10190.290738 +318,1.690644492,-0.211480909,185,-1.521852374,0.7165827476,10428.028616 +319,-1.275451936,0.068109467,185,-1.521852374,0.7165827476,2714.1261358 +320,0.762430171,-0.207594741,185,-1.521852374,0.7165827476,8862.1704753 +321,0.265668905,-0.014647884,185,-1.521852374,0.7165827476,6905.6129672 +322,-2.773032013,-0.335515811,185,-1.521852374,0.7165827476,6192.3916997 +323,-1.469512853,0.174058777,185,-1.521852374,0.7165827476,2156.7270768 +324,0.286276986,0.785925691,185,-1.521852374,0.7165827476,4850.3703115 +325,-1.379324697,0.377432233,185,-1.521852374,0.7165827476,1425.5895854 +326,-1.203778265,0.212813032,185,-1.521852374,0.7165827476,2280.4413562 +327,0.579916301,0.611743168,185,-1.521852374,0.7165827476,5965.7950396 +328,0.267582642,0.868113908,185,-1.521852374,0.7165827476,4611.2463021 +329,0.412869244,-0.050245578,185,-1.521852374,0.7165827476,7433.1781682 +330,0.17524381,0.976660285,185,-1.521852374,0.7165827476,4188.6089127 +331,0.743157214,0.204812899,185,-1.521852374,0.7165827476,7590.8472351 +332,-1.070758176,0.269382282,185,-1.521852374,0.7165827476,2351.0971852 +333,-1.230364251,0.329790229,185,-1.521852374,0.7165827476,1822.2624838 +334,-1.374813124,-0.024926835,185,-1.521852374,0.7165827476,2984.5160224 +335,0.519780566,0.463669906,185,-1.521852374,0.7165827476,6270.2460772 +336,-1.55108034,0.239698561,185,-1.521852374,0.7165827476,1891.6362198 +337,0.180294813,0.029739425,185,-1.521852374,0.7165827476,6535.9133558 +338,0.67820924,0.268170153,185,-1.521852374,0.7165827476,7238.7669733 +339,0.445798684,1.024001867,185,-1.521852374,0.7165827476,4550.7450868 +340,0.691751283,0.150521402,185,-1.521852374,0.7165827476,7631.5503638 +341,-1.036643551,-0.903056181,185,-1.521852374,0.7165827476,6629.5022863 +342,-0.120287036,1.083325163,185,-1.521852374,0.7165827476,3472.0842253 +343,2.823513113,-0.304487164,185,-1.521852374,0.7165827476,8093.2225174 +344,0.457583172,1.12513373,185,-1.521852374,0.7165827476,4312.9570063 +345,0.042918831,0.813795399,185,-1.521852374,0.7165827476,4236.3212291 +346,1.196146777,-0.853142756,185,-1.521852374,0.7165827476,11146.788978 +347,0.206001358,-0.010430701,185,-1.521852374,0.7165827476,6717.5016019 +348,-0.268308653,0.234799412,185,-1.521852374,0.7165827476,4671.154493 +349,0.759363263,0.736189579,185,-1.521852374,0.7165827476,5918.1341604 +350,0.181363926,0.891988372,185,-1.521852374,0.7165827476,4378.8293724 +351,-0.021111158,0.139103292,185,-1.521852374,0.7165827476,5652.1814206 +352,-0.093355215,0.630686981,185,-1.521852374,0.7165827476,4267.2726422 +353,0.40118964,0.681375926,185,-1.521852374,0.7165827476,5377.2394624 +354,-0.721197315,1.304706234,185,-1.521852374,0.7165827476,2729.946792 +355,-1.076150317,0.212107639,185,-1.521852374,0.7165827476,2526.2818563 +356,-1.577164531,0.273993443,185,-1.521852374,0.7165827476,1763.3359385 +357,-0.190788414,0.182208586,185,-1.521852374,0.7165827476,5035.3811968 +358,-0.261349752,0.209710184,185,-1.521852374,0.7165827476,4755.0168577 +359,-1.029303852,0.083549259,185,-1.521852374,0.7165827476,3055.6296587 +360,-1.268609162,0.330525297,185,-1.521852374,0.7165827476,1753.0385946 +361,1.282982244,-0.926641967,185,-1.521852374,0.7165827476,11219.190202 +362,0.217352334,0.731352408,185,-1.521852374,0.7165827476,4828.3900564 +363,-1.511833084,0.258629297,185,-1.521852374,0.7165827476,1814.2814022 +364,0.338812194,0.823184618,185,-1.521852374,0.7165827476,4868.3456024 +365,-0.324406489,1.134201999,185,-1.521852374,0.7165827476,3086.2780902 +366,1.389579348,0.399185724,185,-1.521852374,0.7165827476,7943.8920855 +367,2.047152199,-0.039082036,185,-1.521852374,0.7165827476,9356.7842841 +368,0.947780369,0.568250077,185,-1.521852374,0.7165827476,6793.9589236 +369,0.763824846,0.576754987,185,-1.521852374,0.7165827476,6444.5682748 +370,-0.142334657,0.928153068,185,-1.521852374,0.7165827476,3614.7493985 +371,0.610266567,0.547265983,185,-1.521852374,0.7165827476,6225.8478594 +372,0.210731629,0.746815056,185,-1.521852374,0.7165827476,4775.7855209 +373,-1.34931644,0.316895224,185,-1.521852374,0.7165827476,1688.1683484 +374,2.407696481,0.655030745,185,-1.521852374,0.7165827476,6307.6427357 +375,0.64207831,0.545359131,185,-1.521852374,0.7165827476,6299.7352267 +376,1.174597538,0.840588356,185,-1.521852374,0.7165827476,6081.7139484 +377,0.660059424,0.010604079,185,-1.521852374,0.7165827476,7963.5996504 +378,-0.730263819,0.010486456,185,-1.521852374,0.7165827476,3977.7242981 +379,0.831068936,0.512339172,185,-1.521852374,0.7165827476,6783.2149917 +380,1.301180979,0.72367476,185,-1.521852374,0.7165827476,6625.6081223 +381,1.811128231,0.322854402,185,-1.521852374,0.7165827476,8266.9109308 +382,0.435105812,0.992284428,185,-1.521852374,0.7165827476,4615.0145661 +383,0.62643634,0.592027932,185,-1.521852374,0.7165827476,6123.1541724 +384,0.492988703,-0.516339467,185,-1.521852374,0.7165827476,8800.5011501 +385,-0.162469483,0.112549365,185,-1.521852374,0.7165827476,5298.5979222 +386,0.314630866,0.472006421,185,-1.521852374,0.7165827476,5736.3152517 +387,0.166744804,0.822815954,185,-1.521852374,0.7165827476,4499.7764054 +388,0.417159608,0.965805736,185,-1.521852374,0.7165827476,4652.8162161 +389,0.106334961,0.868774244,185,-1.521852374,0.7165827476,4267.8055819 +390,0.815086969,-0.338144359,185,-1.521852374,0.7165827476,9355.3974304 +391,0.59867455,-0.230624824,185,-1.521852374,0.7165827476,8451.7011817 +392,1.915104874,0.066220985,185,-1.521852374,0.7165827476,9164.1766042 +393,1.278093622,0.064463721,185,-1.521852374,0.7165827476,9112.4811983 +394,-0.061477853,0.302997961,185,-1.521852374,0.7165827476,5117.2311428 +395,0.251311504,0.626976942,185,-1.521852374,0.7165827476,5169.3435773 +396,2.950242872,0.149095644,185,-1.521852374,0.7165827476,6538.7443835 +397,-0.180294708,0.35375117,185,-1.521852374,0.7165827476,4642.4583524 +398,1.010448592,-0.351180233,185,-1.521852374,0.7165827476,9938.6496173 +399,-1.748740498,0.3686318073,185,-1.521852374,0.7165827476,1574.3502646 +400,2.699635665,0.123533791,185,-1.521852374,0.7165827476,7312.387852 +401,0.496808033,0.823843254,185,-1.521852374,0.7165827476,5179.713349 +402,0.129574704,0.763364087,185,-1.521852374,0.7165827476,4547.6742344 +403,1.798920311,0.817447563,185,-1.521852374,0.7165827476,6334.8250929 +404,0.335987953,0.746786541,185,-1.521852374,0.7165827476,5058.6065658 +405,-1.085413643,0.292154671,185,-1.521852374,0.7165827476,2245.3669493 +406,-0.155321003,0.508207011,185,-1.521852374,0.7165827476,4358.6861784 +407,0.620529244,-0.301175104,185,-1.521852374,0.7165827476,8694.1217103 +408,1.684402744,0.368716966,185,-1.521852374,0.7165827476,8138.3958963 +409,0.300582244,-0.386397212,185,-1.521852374,0.7165827476,7945.0546466 +410,2.913555946,-0.009225192,185,-1.521852374,0.7165827476,7069.084689 +411,1.465101417,0.493232532,185,-1.521852374,0.7165827476,7618.2678461 +412,0.090612882,0.907955955,185,-1.521852374,0.7165827476,4155.2596258 +413,2.987564726,-0.729568594,185,-1.521852374,0.7165827476,8533.9318924 +414,-1.484261606,0.224149272,185,-1.521852374,0.7165827476,1954.8760098 +415,0.164073421,0.303955133,185,-1.521852374,0.7165827476,5769.6660766 +416,0.141441293,0.167552546,185,-1.521852374,0.7165827476,6060.0207863 +417,2.931321023,-0.506718887,185,-1.521852374,0.7165827476,8240.1030993 +418,2.21951565,0.700596356,185,-1.521852374,0.7165827476,6429.5868348 +419,0.268112576,1.199114336,185,-1.521852374,0.7165827476,3903.6860618 +420,0.978913739,0.359223811,185,-1.521852374,0.7165827476,7574.8913714 +421,1.210898818,0.522863584,185,-1.521852374,0.7165827476,7310.9056478 +422,2.347397336,0.129231362,185,-1.521852374,0.7165827476,8176.8022017 +423,0.614394501,0.556878345,185,-1.521852374,0.7165827476,6205.3891474 +424,-1.398079356,0.148483366,185,-1.521852374,0.7165827476,2291.9005015 +425,2.535303836,-0.112984496,185,-1.521852374,0.7165827476,8437.3474109 +426,-1.019372593,-0.405322349,185,-1.521852374,0.7165827476,4812.724229 +427,-1.297785627,-0.160104069,185,-1.521852374,0.7165827476,3567.5165484 +428,2.144554488,0.205051084,185,-1.521852374,0.7165827476,8319.5523644 +429,-2.242387083,-0.426171285,185,-1.521852374,0.7165827476,5243.8023726 +430,0.338637212,0.909723676,185,-1.521852374,0.7165827476,4651.3764502 +431,-0.148798452,0.691042401,185,-1.521852374,0.7165827476,3996.3744603 +432,0.893524764,0.441829531,185,-1.521852374,0.7165827476,7136.3457821 +433,0.969229347,-0.368847936,185,-1.521852374,0.7165827476,9871.9708198 +434,0.436043248,0.800045688,185,-1.521852374,0.7165827476,5127.1840885 +435,1.687946607,1.081504775,185,-1.521852374,0.7165827476,5318.273277 +436,0.522302046,-0.034889271,185,-1.521852374,0.7165827476,7708.0909921 +437,-0.178996113,-0.438090009,185,-1.521852374,0.7165827476,6715.6460627 +438,-1.094339566,0.301444068,185,-1.521852374,0.7165827476,2195.6850821 +439,-1.064070054,0.242569932,185,-1.521852374,0.7165827476,2452.429965 +440,-1.068153768,0.230387998,185,-1.521852374,0.7165827476,2483.1716742 +441,-3.00496892,-0.23989155,185,-1.521852374,0.7165827476,6586.5216713 +442,0.21751974,0.766874888,185,-1.521852374,0.7165827476,4743.4395923 +443,0.117229532,0.007619006,185,-1.521852374,0.7165827476,6405.9604961 +444,0.777758451,0.420554741,185,-1.521852374,0.7165827476,6980.2296242 +445,-0.252356999,0.250747086,185,-1.521852374,0.7165827476,4679.0093857 +446,0.363148444,0.768483434,185,-1.521852374,0.7165827476,5060.7931121 +447,0.903191366,-0.118210676,185,-1.521852374,0.7165827476,8983.7130152 +448,-0.205755923,0.149406178,185,-1.521852374,0.7165827476,5074.5316947 +449,1.811996086,0.02364353,185,-1.521852374,0.7165827476,9431.1371632 +450,-1.100670221,0.314845373,185,-1.521852374,0.7165827476,2138.831719 +451,0.340078597,0.850105132,185,-1.521852374,0.7165827476,4802.779162 +452,0.258757267,0.804969236,185,-1.521852374,0.7165827476,4743.7612733 +453,2.78505352,-0.155160804,185,-1.521852374,0.7165827476,7831.9808768 +454,0.800551619,0.105822106,185,-1.521852374,0.7165827476,8038.1307209 +455,0.437940882,-0.506194031,185,-1.521852374,0.7165827476,8617.43448 +456,2.230431122,0.63458615,185,-1.521852374,0.7165827476,6650.9716913 +457,0.527965361,0.127667701,185,-1.521852374,0.7165827476,7268.2577247 +458,-0.063643205,0.702093448,185,-1.521852374,0.7165827476,4198.7072609 +459,1.408447268,0.133010502,185,-1.521852374,0.7165827476,8991.7734201 +460,0.523795955,0.280266966,185,-1.521852374,0.7165827476,6816.8222464 +461,-0.975769313,0.072177659,185,-1.521852374,0.7165827476,3205.2440552 +462,0.549774164,-0.463663986,185,-1.521852374,0.7165827476,8858.6141173 +463,0.29245874,1.095549818,185,-1.521852374,0.7165827476,4144.1365961 +464,0.143625958,0.816809593,185,-1.521852374,0.7165827476,4461.3219091 +465,0.671902494,0.611159853,185,-1.521852374,0.7165827476,6156.2403123 +466,1.239840988,0.6724199,185,-1.521852374,0.7165827476,6773.2303054 +467,0.607829703,-0.10932137,185,-1.521852374,0.7165827476,8155.9900412 +468,1.763020906,0.263996692,185,-1.521852374,0.7165827476,8524.3168971 +469,0.378714634,0.726066797,185,-1.521852374,0.7165827476,5206.8078389 +470,2.196736143,-0.153862366,185,-1.521852374,0.7165827476,9435.4184659 +471,0.01702415,0.148991565,185,-1.521852374,0.7165827476,5740.283486 +472,-2.998490902,-0.158002487,185,-1.521852374,0.7165827476,6353.9865473 +473,-3.051262951,-0.346595608,185,-1.521852374,0.7165827476,6994.3515001 +474,-1.069176439,0.182802941,185,-1.521852374,0.7165827476,2638.617128 +475,0.167157509,0.595344954,185,-1.521852374,0.7165827476,5037.0053873 +476,0.613855648,0.681746124,185,-1.521852374,0.7165827476,5823.3870899 +477,1.037012736,0.682555367,185,-1.521852374,0.7165827476,6516.3042523 +478,-1.253574971,0.379755746,185,-1.521852374,0.7165827476,1607.6792275 +479,3.108590453,-0.132620738,185,-1.521852374,0.7165827476,6810.4438132 +480,0.565301296,0.022333262,185,-1.521852374,0.7165827476,7670.1443835 +481,0.547898238,0.855555614,185,-1.521852374,0.7165827476,5183.2744873 +482,0.948309381,0.417393755,185,-1.521852374,0.7165827476,7318.9571081 +483,-0.050600732,0.945269213,185,-1.521852374,0.7165827476,3788.9777443 +484,-0.977651478,-0.572363064,185,-1.521852374,0.7165827476,5478.5859645 +485,1.102014914,0.728861163,185,-1.521852374,0.7165827476,6425.2544572 +486,2.927300795,-0.282939414,185,-1.521852374,0.7165827476,7730.7562143 +487,-1.154565557,0.124434095,185,-1.521852374,0.7165827476,2679.1620864 +488,1.855331234,0.291044755,185,-1.521852374,0.7165827476,8359.842616 +489,0.830290659,0.276904518,185,-1.521852374,0.7165827476,7559.2469404 +490,0.485104466,-0.234867441,185,-1.521852374,0.7165827476,8127.1528677 +491,0.521367572,-0.33161327,185,-1.521852374,0.7165827476,8473.3012659 +1,-1.539031704,0.7349710123,186,-1.503656267,0.6928968252,197.44306911 +2,-1.536990553,0.7349663874,186,-1.503656267,0.6928968252,194.22021133 +3,-1.534951779,0.7349571355,186,-1.503656267,0.6928968252,191.12585705 +4,-1.532906461,0.7349480293,186,-1.503656267,0.6928968252,188.16985792 +5,-1.531320211,0.7346937278,186,-1.503656267,0.6928968252,185.11135996 +6,-1.539451648,0.7335131775,186,-1.503656267,0.6928968252,193.32613843 +7,-1.537429487,0.7335445708,186,-1.503656267,0.6928968252,190.13949163 +8,-1.535484998,0.7335658704,186,-1.503656267,0.6928968252,187.17900309 +9,-1.533488396,0.7336036027,186,-1.503656267,0.6928968252,184.33599111 +10,-1.531497785,0.7335842962,186,-1.503656267,0.6928968252,181.45416797 +11,-1.530259379,0.7334777758,186,-1.503656267,0.6928968252,179.40373648 +12,-1.5335454,0.7322346912,186,-1.503656267,0.6928968252,179.7243943 +13,-1.531489083,0.7322238773,186,-1.503656267,0.6928968252,176.69692124 +14,-1.530011122,0.7321679851,186,-1.503656267,0.6928968252,174.45360225 +15,-1.53348106,0.7306614094,186,-1.503656267,0.6928968252,174.28220116 +16,-1.531441779,0.7306962275,186,-1.503656267,0.6928968252,171.34462158 +17,-1.529755654,0.7306933243,186,-1.503656267,0.6928968252,168.93377153 +18,-1.533415048,0.7291384674,186,-1.503656267,0.6928968252,169.06006802 +19,-1.531392093,0.7291705353,186,-1.503656267,0.6928968252,166.04330408 +20,-1.529296523,0.7291214933,186,-1.503656267,0.6928968252,162.81207648 +21,-1.535280942,0.727267644,186,-1.503656267,0.6928968252,165.99620389 +22,-1.533378158,0.7276139666,186,-1.503656267,0.6928968252,163.93593139 +23,-1.531340368,0.7276446587,186,-1.503656267,0.6928968252,160.79045077 +24,-1.528960113,0.7276398177,186,-1.503656267,0.6928968252,157.19801313 +25,-1.533313146,0.7260818349,186,-1.503656267,0.6928968252,158.80365362 +26,-1.531259555,0.7260958115,186,-1.503656267,0.6928968252,155.47180534 +27,-1.528926415,0.7260865555,186,-1.503656267,0.6928968252,151.81630603 +28,-1.531226779,0.7245511789,186,-1.503656267,0.6928968252,150.30886473 +29,-1.528904772,0.7245519194,186,-1.503656267,0.6928968252,146.57675551 +30,-1.547195875,0.7409785979,186,-1.503656267,0.6928968252,230.56717514 +31,-1.5451475,0.740980426,186,-1.503656267,0.6928968252,227.18335641 +32,-1.543097679,0.7409798872,186,-1.503656267,0.6928968252,223.90516048 +33,-1.540720364,0.7409892687,186,-1.503656267,0.6928968252,220.2889847 +34,-1.547188511,0.7395198392,186,-1.503656267,0.6928968252,225.85417298 +35,-1.545148587,0.7395226109,186,-1.503656267,0.6928968252,222.411639 +36,-1.543104538,0.7395314908,186,-1.503656267,0.6928968252,219.09805192 +37,-1.540727751,0.7395306258,186,-1.503656267,0.6928968252,215.36089028 +38,-1.547187029,0.7380014886,186,-1.503656267,0.6928968252,221.01313449 +39,-1.545147315,0.7380012252,186,-1.503656267,0.6928968252,217.47954739 +40,-1.54310719,0.7380060743,186,-1.503656267,0.6928968252,214.07730425 +41,-1.540719671,0.7380068206,186,-1.503656267,0.6928968252,210.23395348 +42,-1.547187189,0.7364799098,186,-1.503656267,0.6928968252,216.22378761 +43,-1.545149996,0.7364853874,186,-1.503656267,0.6928968252,212.62835612 +44,-1.543106091,0.7364823484,186,-1.503656267,0.6928968252,209.10970851 +45,-1.540717158,0.7364893901,186,-1.503656267,0.6928968252,205.18646627 +46,-1.538663972,0.7410138672,186,-1.503656267,0.6928968252,217.35626898 +47,-1.53695285,0.7409699132,186,-1.503656267,0.6928968252,214.79423525 +48,-1.534910498,0.7409641297,186,-1.503656267,0.6928968252,212.02199191 +49,-1.533145034,0.7409536636,186,-1.503656267,0.6928968252,209.71926988 +50,-1.538681336,0.7395405883,186,-1.503656267,0.6928968252,212.31732931 +51,-1.536999189,0.7395183096,186,-1.503656267,0.6928968252,209.81021749 +52,-1.534923633,0.7395144222,186,-1.503656267,0.6928968252,206.92597103 +53,-1.533267822,0.7395654306,186,-1.503656267,0.6928968252,204.92287077 +54,-1.53867273,0.7380151077,186,-1.503656267,0.6928968252,207.10380851 +55,-1.536980576,0.7379994392,186,-1.503656267,0.6928968252,204.54076792 +56,-1.534931522,0.7379944961,186,-1.503656267,0.6928968252,201.61229918 +57,-1.533387952,0.7379480264,186,-1.503656267,0.6928968252,199.3511948 +58,-1.538682279,0.7364914363,186,-1.503656267,0.6928968252,201.97066114 +59,-1.536980704,0.7364810563,186,-1.503656267,0.6928968252,199.34318879 +60,-1.534935567,0.7364752065,186,-1.503656267,0.6928968252,196.33615455 +61,-1.533042592,0.7363876366,186,-1.503656267,0.6928968252,193.39492538 +62,-1.545143426,0.7349628011,186,-1.503656267,0.6928968252,207.79959828 +63,-1.543105297,0.7349691947,186,-1.503656267,0.6928968252,204.23397895 +64,-1.541064533,0.7349647152,186,-1.503656267,0.6928968252,200.75053484 +65,-1.545411803,0.7334624714,186,-1.503656267,0.6928968252,203.60871715 +66,-1.543446606,0.7334780896,186,-1.503656267,0.6928968252,200.09724467 +67,-1.541475327,0.7334957295,186,-1.503656267,0.6928968252,196.69529057 +68,-1.545401939,0.731963266,186,-1.503656267,0.6928968252,198.98950284 +69,-1.54342253,0.7319915583,186,-1.503656267,0.6928968252,195.40254625 +70,-1.541455867,0.7320216438,186,-1.503656267,0.6928968252,191.96034374 +71,-1.545410146,0.7304422281,186,-1.503656267,0.6928968252,194.41132047 +72,-1.543435491,0.7304713664,186,-1.503656267,0.6928968252,190.74037104 +73,-1.541463105,0.7304997613,186,-1.503656267,0.6928968252,187.18681652 +74,-1.545414768,0.7289194936,186,-1.503656267,0.6928968252,189.9018149 +75,-1.543435774,0.7289538557,186,-1.503656267,0.6928968252,186.13989455 +76,-1.541457714,0.7289765881,186,-1.503656267,0.6928968252,182.46002259 +77,-1.539449415,0.7320555866,186,-1.503656267,0.6928968252,188.58434112 +78,-1.537429183,0.7321097681,186,-1.503656267,0.6928968252,185.38633519 +79,-1.535472649,0.7321497267,186,-1.503656267,0.6928968252,182.38581118 +80,-1.539457899,0.7305333307,186,-1.503656267,0.6928968252,183.71412769 +81,-1.537453161,0.7305750503,186,-1.503656267,0.6928968252,180.40264902 +82,-1.535479385,0.7306124949,186,-1.503656267,0.6928968252,177.26942062 +83,-1.53946905,0.7290102593,186,-1.503656267,0.6928968252,178.91680431 +84,-1.537459922,0.7290417293,186,-1.503656267,0.6928968252,175.4627258 +85,-1.535451349,0.7290890157,186,-1.503656267,0.6928968252,172.20349502 +86,-1.535522937,0.7279887191,186,-1.503656267,0.6928968252,168.74049516 +87,-1.539442524,0.7274735939,186,-1.503656267,0.6928968252,174.08451476 +88,-1.537424111,0.727521351,186,-1.503656267,0.6928968252,170.56081957 +89,-1.539384641,0.7259505092,186,-1.503656267,0.6928968252,169.3143946 +90,-1.537372391,0.7259947145,186,-1.503656267,0.6928968252,165.68394233 +91,-1.535340789,0.7260435356,186,-1.503656267,0.6928968252,162.17867337 +92,-1.539325716,0.7244369706,186,-1.503656267,0.6928968252,164.65334268 +93,-1.537308932,0.7244801057,186,-1.503656267,0.6928968252,160.90087323 +94,-1.535289068,0.7245247645,186,-1.503656267,0.6928968252,157.29233528 +95,-1.533261366,0.7245550236,186,-1.503656267,0.6928968252,153.7796133 +96,-1.539267302,0.722921924,186,-1.503656267,0.6928968252,160.07758576 +97,-1.537248972,0.7229660258,186,-1.503656267,0.6928968252,156.21003353 +98,-1.535219431,0.7229916471,186,-1.503656267,0.6928968252,152.40896262 +99,-1.53318962,0.7230212049,186,-1.503656267,0.6928968252,148.77363613 +100,-1.531154816,0.7230299897,186,-1.503656267,0.6928968252,145.22862413 +101,-1.528878341,0.7230370244,186,-1.503656267,0.6928968252,141.46219251 +102,-1.539218189,0.7214009878,186,-1.503656267,0.6928968252,155.60109507 +103,-1.537198791,0.7214422745,186,-1.503656267,0.6928968252,151.60247947 +104,-1.535179266,0.7214634354,186,-1.503656267,0.6928968252,147.68554561 +105,-1.533156501,0.7214944644,186,-1.503656267,0.6928968252,143.94362299 +106,-1.53113574,0.7215166021,186,-1.503656267,0.6928968252,140.34183547 +107,-1.528874248,0.7215345535,186,-1.503656267,0.6928968252,136.49780236 +108,-1.539217656,0.7198512397,186,-1.503656267,0.6928968252,151.25587941 +109,-1.537199919,0.7199428763,186,-1.503656267,0.6928968252,147.27360934 +110,-1.545425832,0.727397149,186,-1.503656267,0.6928968252,185.49299464 +111,-1.543371177,0.7273916949,186,-1.503656267,0.6928968252,181.36196481 +112,-1.541368852,0.7274523163,186,-1.503656267,0.6928968252,177.64903011 +113,-1.545349067,0.7258710923,186,-1.503656267,0.6928968252,180.98435757 +114,-1.54332671,0.7258603556,186,-1.503656267,0.6928968252,176.80119888 +115,-1.541346831,0.7259242142,186,-1.503656267,0.6928968252,173.03492988 +116,-1.545324355,0.7243383958,186,-1.503656267,0.6928968252,176.660022 +117,-1.543292796,0.7243617413,186,-1.503656267,0.6928968252,172.44746172 +118,-1.541295822,0.7244024384,186,-1.503656267,0.6928968252,168.4715497 +119,-1.543193859,0.7205570215,186,-1.503656267,0.6928968252,161.81726955 +120,-1.550257047,0.7386738187,186,-1.503656267,0.6928968252,228.6163769 +121,-1.549335448,0.7311736483,186,-1.503656267,0.6928968252,204.30381089 +122,-1.533478843,0.7179891343,186,-1.503656267,0.6928968252,134.03308694 +123,-1.556150555,0.738907041,186,-1.503656267,0.6928968252,240.43616431 +124,-1.554324226,0.733414257,186,-1.503656267,0.6928968252,220.87029775 +125,-1.554290846,0.7288285332,186,-1.503656267,0.6928968252,208.1981207 +126,-1.55122487,0.7219795312,186,-1.503656267,0.6928968252,183.77004971 +127,-1.525104458,0.7229399862,186,-1.503656267,0.6928968252,135.37327893 +128,-1.519607711,0.7236181429,186,-1.503656267,0.6928968252,130.80514763 +129,-1.513899999,0.7251107854,186,-1.503656267,0.6928968252,131.26245277 +130,-1.536620762,0.7431061895,186,-1.503656267,0.6928968252,221.84693152 +131,-1.5369566,0.7460845958,186,-1.503656267,0.6928968252,232.85005379 +132,-1.545345528,0.7447040685,186,-1.503656267,0.6928968252,239.88113225 +133,-1.532813921,0.7432306626,186,-1.503656267,0.6928968252,217.50552537 +134,-1.554788248,0.7382381001,186,-1.503656267,0.6928968252,235.80680841 +135,-1.540348126,0.7301594274,186,-1.503656267,0.6928968252,184.10817878 +136,-1.538016084,0.7239051786,186,-1.503656267,0.6928968252,160.51373939 +137,-1.525288962,0.7258085137,186,-1.503656267,0.6928968252,145.67294118 +138,-1.534326986,0.731241342,186,-1.503656267,0.6928968252,177.54604841 +139,-1.530733872,0.7303625216,186,-1.503656267,0.6928968252,169.16752023 +141,-1.534354939,0.7328219978,186,-1.503656267,0.6928968252,182.94052593 +142,-1.53157084,0.7292888153,186,-1.503656267,0.6928968252,166.71550008 +143,-1.525691035,0.7263799874,186,-1.503656267,0.6928968252,148.23044786 +144,-1.534031287,0.7495967835,186,-1.503656267,0.6928968252,242.06709014 +145,-1.527714986,0.7283095957,186,-1.503656267,0.6928968252,157.76957783 +146,-1.526189586,0.7271468292,186,-1.503656267,0.6928968252,151.60690785 +147,-1.555177336,0.7375563366,186,-1.503656267,0.6928968252,234.5491229 +148,-1.555080283,0.7312707794,186,-1.503656267,0.6928968252,216.48999569 +149,-1.53856994,0.7224180299,186,-1.503656267,0.6928968252,157.20590224 +150,-1.530837883,0.729933372,186,-1.503656267,0.6928968252,167.83709953 +151,-1.515066984,0.5854133365,186,-1.503656267,0.6928968252,427.28081462 +152,-1.534731633,0.5368370046,186,-1.503656267,0.6928968252,626.23554016 +153,-1.515231902,0.5607085576,186,-1.503656267,0.6928968252,524.90801051 +154,-2.616253799,1.0684566605,186,-1.503656267,0.6928968252,3016.7950384 +155,-1.956071439,0.5792177723,186,-1.503656267,0.6928968252,1504.108304 +156,-1.951208514,0.5602434208,186,-1.503656267,0.6928968252,1522.6436503 +157,-1.944675062,0.6062144545,186,-1.503656267,0.6928968252,1427.6638084 +158,-1.613778386,0.6077989518,186,-1.503656267,0.6928968252,483.62250994 +159,-2.035029014,0.6021432345,186,-1.503656267,0.6928968252,1708.0962828 +160,-2.114989471,0.6801825058,186,-1.503656267,0.6928968252,1861.5693913 +161,-2.037382079,0.5765830025,186,-1.503656267,0.6928968252,1754.1335832 +162,-2.129855121,0.6585019963,186,-1.503656267,0.6928968252,1927.2549894 +163,-2.075141798,0.6493615843,186,-1.503656267,0.6928968252,1771.2160478 +164,-1.828626729,0.6948433129,186,-1.503656267,0.6928968252,987.81420769 +165,-1.863329418,0.6735427691,186,-1.503656267,0.6928968252,1105.1108545 +166,-1.266037071,0.727988852,186,-1.503656267,0.6928968252,726.10036821 +167,-1.277579582,0.7249010648,186,-1.503656267,0.6928968252,690.77110376 +168,-1.258418684,0.7241194816,186,-1.503656267,0.6928968252,747.03305937 +169,-1.317813974,0.6804850104,186,-1.503656267,0.6928968252,571.05733439 +170,-1.344165204,0.6790988904,186,-1.503656267,0.6928968252,491.66283431 +171,-1.427582102,0.5277120351,186,-1.503656267,0.6928968252,699.09048311 +172,-1.402238616,0.457167829,186,-1.503656267,0.6928968252,992.09808096 +173,-1.422454264,0.4996161999,186,-1.503656267,0.6928968252,810.19230278 +174,-1.439089277,0.4894859811,186,-1.503656267,0.6928968252,832.99908626 +175,-1.448126995,0.5182330266,186,-1.503656267,0.6928968252,714.94365368 +176,-1.474626146,0.5881926574,186,-1.503656267,0.6928968252,424.83228675 +177,-1.421139645,0.5584869783,186,-1.503656267,0.6928968252,594.43211957 +178,-1.457037165,0.565943032,186,-1.503656267,0.6928968252,524.47622054 +179,-2.757159358,0.3745319,186,-1.503656267,0.6928968252,4341.5375412 +180,-2.714309238,0.342054471,186,-1.503656267,0.6928968252,4285.2231942 +181,-2.000525337,0.774119946,186,-1.503656267,0.6928968252,1488.9258495 +183,-1.571413436,0.6777838382,186,-1.503656267,0.6928968252,216.21579215 +184,-1.552860289,0.6987663893,186,-1.503656267,0.6928968252,151.37679479 +185,-1.521852374,0.7165827476,186,-1.503656267,0.6928968252,108.7026838 +186,-1.503656267,0.6928968252,186,-1.503656267,0.6928968252,38.83888936 +187,-1.502753178,0.7136205882,186,-1.503656267,0.6928968252,82.132151798 +188,-1.631894563,0.7343596465,186,-1.503656267,0.6928968252,417.46778644 +189,-1.653765416,0.6770714026,186,-1.503656267,0.6928968252,464.52305664 +190,-1.719812114,0.6715965947,186,-1.503656267,0.6928968252,669.32698189 +191,-1.493406659,0.6646955447,186,-1.503656267,0.6928968252,116.08778989 +192,-1.469120564,0.6613469966,186,-1.503656267,0.6928968252,164.2587987 +193,-1.590551461,0.5326612937,186,-1.503656267,0.6928968252,694.02943147 +194,-1.625979264,0.5247742243,186,-1.503656267,0.6928968252,774.89432957 +195,-1.572293943,0.5238808754,186,-1.503656267,0.6928968252,705.45377335 +196,-1.610848725,0.5477107964,186,-1.503656267,0.6928968252,670.45647477 +197,-1.208485554,0.7918526018,186,-1.503656267,0.6928968252,944.05935929 +198,-1.335601374,0.6869083083,186,-1.503656267,0.6928968252,513.73354345 +199,-1.346156996,0.6825213377,186,-1.503656267,0.6928968252,483.59572953 +200,-1.324381037,0.6741422347,186,-1.503656267,0.6928968252,555.2596525 +201,-1.242424992,0.7378949807,186,-1.503656267,0.6928968252,799.98843703 +202,-1.270370057,0.7392461008,186,-1.503656267,0.6928968252,720.00399211 +203,-1.448950472,0.7441675014,186,-1.503656267,0.6928968252,260.43846199 +204,-1.492662363,0.7523026852,186,-1.503656267,0.6928968252,237.56070551 +205,-1.479098966,0.7763855017,186,-1.503656267,0.6928968252,338.46910099 +206,-1.633760714,0.7869022408,186,-1.503656267,0.6928968252,532.01358209 +207,-1.647406434,0.8101289331,186,-1.503656267,0.6928968252,622.7778824 +208,-1.564245052,0.5701509278,186,-1.503656267,0.6928968252,523.24150314 +209,-1.646289963,0.6833746083,186,-1.503656267,0.6928968252,437.87524454 +210,-1.5820631,0.6751952144,186,-1.503656267,0.6928968252,250.67015251 +211,-1.613236298,0.6681681791,186,-1.503656267,0.6928968252,351.2006465 +212,-1.914661867,0.8212566515,186,-1.503656267,0.6928968252,1281.5140354 +213,-1.742133237,0.7250275956,186,-1.503656267,0.6928968252,727.39203651 +214,-2.033144872,0.6557314699,186,-1.503656267,0.6928968252,1637.0552683 +215,-2.039551981,0.6964723658,186,-1.503656267,0.6928968252,1622.700787 +216,-1.247341019,0.7622473908,186,-1.503656267,0.6928968252,805.0699388 +217,-1.298239787,0.7084123392,186,-1.503656267,0.6928968252,624.53024 +218,-1.308539688,0.6926545592,186,-1.503656267,0.6928968252,594.31007946 +219,-1.303263185,0.6888938396,186,-1.503656267,0.6928968252,611.51711705 +220,-1.852400229,0.6004246149,186,-1.503656267,0.6928968252,1158.7772338 +221,-1.288947707,0.7473773692,186,-1.503656267,0.6928968252,673.98791205 +222,-1.372031502,0.7472790993,186,-1.503656267,0.6928968252,446.98132684 +223,-1.289805721,0.7242157877,186,-1.503656267,0.6928968252,654.43685793 +224,-1.350807603,0.7533498126,186,-1.503656267,0.6928968252,512.83120472 +225,-1.329290365,0.7560442322,186,-1.503656267,0.6928968252,573.99222528 +226,-1.410153004,0.616936428,186,-1.503656267,0.6928968252,420.32307125 +227,-1.393445434,0.6308995063,186,-1.503656267,0.6928968252,422.77129845 +228,-1.37595573,0.6241540638,186,-1.503656267,0.6928968252,483.6588007 +229,-1.358388707,0.6172645205,186,-1.503656267,0.6928968252,545.47426056 +230,-1.753741133,0.8281661666,186,-1.503656267,0.6928968252,893.25575106 +231,-1.47430987,0.6834615681,186,-1.503656267,0.6928968252,97.250626238 +232,-1.421012508,0.7222725206,186,-1.503656267,0.6928968252,274.5802951 +233,-1.4476833,0.6978557868,186,-1.503656267,0.6928968252,171.35081347 +234,-1.470370723,0.6966193374,186,-1.503656267,0.6928968252,102.34929929 +235,-1.429211703,0.7037216883,186,-1.503656267,0.6928968252,229.86307576 +236,-1.700578405,0.6178673663,186,-1.503656267,0.6928968252,685.41009918 +237,-1.678117619,0.6331716163,186,-1.503656267,0.6928968252,593.33976651 +238,-1.725644578,0.6316331145,186,-1.503656267,0.6928968252,733.85020645 +239,-2.14012759,0.7930497945,186,-1.503656267,0.6928968252,1881.5712701 +240,-2.103289431,0.7653606263,186,-1.503656267,0.6928968252,1781.2393461 +241,-1.318739838,0.7017808746,186,-1.503656267,0.6928968252,562.23149763 +242,-1.396417427,0.7077900843,186,-1.503656267,0.6928968252,330.03140247 +243,-1.35650337,0.7185539404,186,-1.503656267,0.6928968252,454.93764876 +244,-1.248884539,0.7274156818,186,-1.503656267,0.6928968252,776.32910116 +245,-1.395014798,0.5761185243,186,-1.503656267,0.6928968252,577.64356833 +246,-1.433377362,0.6064716109,186,-1.503656267,0.6928968252,407.71734964 +247,-1.408172432,0.5903155476,186,-1.503656267,0.6928968252,506.62341827 +248,-1.749645898,0.7757118084,186,-1.503656267,0.6928968252,792.78201633 +249,-1.571626686,0.615046989,186,-1.503656267,0.6928968252,375.06984605 +250,-1.514070049,0.6303003037,186,-1.503656267,0.6928968252,250.06977463 +251,-1.480890369,0.6237966528,186,-1.503656267,0.6928968252,282.83741104 +252,-1.704390658,0.5281680612,186,-1.503656267,0.6928968252,920.49424873 +253,-1.64434733,0.5254277498,186,-1.503656267,0.6928968252,804.73265597 +254,-1.703855997,0.4792484842,186,-1.503656267,0.6928968252,1071.5924852 +255,-1.692002383,0.5748825051,186,-1.503656267,0.6928968252,760.5040125 +256,-1.854136457,0.5544643913,186,-1.503656267,0.6928968252,1249.3597519 +257,-1.665021206,0.520317736,186,-1.503656267,0.6928968252,860.91860534 +258,-1.733654349,0.4845187345,186,-1.503656267,0.6928968252,1117.8807482 +259,-1.720938188,0.5135933906,186,-1.503656267,0.6928968252,1001.4136825 +260,-1.742668307,0.553296122,186,-1.503656267,0.6928968252,945.21157506 +261,-1.965659039,0.7142126903,186,-1.503656267,0.6928968252,1392.6809577 +262,-1.944438071,0.6772834804,186,-1.503656267,0.6928968252,1348.9350622 +263,-1.270340967,0.7681487096,186,-1.503656267,0.6928968252,748.9575484 +264,-1.353091884,0.6549276821,186,-1.503656267,0.6928968252,489.43420923 +265,-1.333236659,0.6413584414,186,-1.503656267,0.6928968252,567.85616367 +266,-1.352015998,0.6753788907,186,-1.503656267,0.6928968252,470.42937006 +267,-1.377988483,0.6577816235,186,-1.503656267,0.6928968252,412.50581149 +268,-2.13075611,0.8318642051,186,-1.503656267,0.6928968252,1859.9479726 +269,-2.097910953,0.8259670014,186,-1.503656267,0.6928968252,1770.5432088 +270,-1.416382069,0.6694271549,186,-1.503656267,0.6928968252,284.13487858 +271,-1.538905672,0.7535625993,186,-1.503656267,0.6928968252,262.08223445 +272,-1.572309477,0.7803125099,186,-1.503656267,0.6928968252,400.4642272 +273,-1.87759879,0.7503853417,186,-1.503656267,0.6928968252,1131.7471079 +274,1.152365588,0.590457682,186,-1.503656267,0.6928968252,7058.4421208 +275,0.350198001,0.718001859,186,-1.503656267,0.6928968252,5186.6669192 +276,0.046513677,0.491503852,186,-1.503656267,0.6928968252,4950.6812444 +277,0.027510309,0.742571376,186,-1.503656267,0.6928968252,4353.6001214 +278,0.306285725,-0.214631579,186,-1.503656267,0.6928968252,7487.5708463 +279,-1.100564889,0.318051531,186,-1.503656267,0.6928968252,2026.2089602 +280,-1.078582306,0.301437596,186,-1.503656267,0.6928968252,2129.1994452 +281,-1.137371989,-0.617634065,186,-1.503656267,0.6928968252,5360.6551939 +282,0.784356344,0.703272339,186,-1.503656267,0.6928968252,6113.4720375 +283,-1.221209947,0.218327455,186,-1.503656267,0.6928968252,2123.3390033 +284,2.347301921,-0.449114658,186,-1.503656267,0.6928968252,9916.4036737 +285,0.246820618,0.830553713,186,-1.503656267,0.6928968252,4682.8019216 +286,0.829414965,0.703288228,186,-1.503656267,0.6928968252,6190.7902637 +287,-1.337537566,0.42332223,186,-1.503656267,0.6928968252,1203.0732852 +288,0.882453706,0.454478077,186,-1.503656267,0.6928968252,7111.9378675 +289,1.575629659,0.416419109,186,-1.503656267,0.6928968252,8043.8102502 +290,-1.039455679,0.229888244,186,-1.503656267,0.6928968252,2445.1767068 +291,0.489558039,0.934482747,186,-1.503656267,0.6928968252,4905.264839 +292,0.081344504,0.88384514,186,-1.503656267,0.6928968252,4207.361708 +293,-1.547979814,0.300350308,186,-1.503656267,0.6928968252,1562.3338193 +294,0.040776181,0.168560074,186,-1.503656267,0.6928968252,5716.8909364 +295,-1.130374745,0.563894876,186,-1.503656267,0.6928968252,1296.4863535 +296,1.578326642,0.478507176,186,-1.503656267,0.6928968252,7798.703265 +297,-1.12861823,-0.291640865,186,-1.503656267,0.6928968252,4138.6657376 +298,0.310524208,0.770885792,186,-1.503656267,0.6928968252,4964.7860694 +299,0.415649091,-0.387246002,186,-1.503656267,0.6928968252,8225.4368194 +300,-0.926533878,-0.188022748,186,-1.503656267,0.6928968252,4083.5032905 +301,1.258856172,-0.11716081,186,-1.503656267,0.6928968252,9794.583703 +302,-1.126050026,0.322941926,186,-1.503656267,0.6928968252,1952.5685051 +303,2.002785835,0.07893892,186,-1.503656267,0.6928968252,9109.6066425 +304,0.440437607,0.746258085,186,-1.503656267,0.6928968252,5312.2737121 +305,-0.030391866,0.214441206,186,-1.503656267,0.6928968252,5387.3722447 +306,0.521557815,-0.058929362,186,-1.503656267,0.6928968252,7743.466943 +307,-0.097005111,0.13317729,186,-1.503656267,0.6928968252,5386.1782213 +308,1.83113859,0.221857587,186,-1.503656267,0.6928968252,8751.1674475 +309,0.222428864,0.099404236,186,-1.503656267,0.6928968252,6439.9692428 +310,-1.702731345,0.8728568183,186,-1.503656267,0.6928968252,903.71965342 +311,-0.418507569,0.278324921,186,-1.503656267,0.6928968252,4052.0492176 +312,-1.41153306,0.339029988,186,-1.503656267,0.6928968252,1436.4237498 +313,0.357560442,0.114788776,186,-1.503656267,0.6928968252,6801.1385781 +314,0.325818979,0.268352149,186,-1.503656267,0.6928968252,6302.7574504 +315,-1.246004659,-0.663679965,186,-1.503656267,0.6928968252,5454.3240635 +316,1.814603087,0.637404484,186,-1.503656267,0.6928968252,7135.320892 +317,1.843704281,-0.18300445,186,-1.503656267,0.6928968252,10298.20337 +318,1.690644492,-0.211480909,186,-1.503656267,0.6928968252,10528.042462 +319,-1.275451936,0.068109467,186,-1.503656267,0.6928968252,2606.5349043 +320,0.762430171,-0.207594741,186,-1.503656267,0.6928968252,8840.3904265 +321,0.265668905,-0.014647884,186,-1.503656267,0.6928968252,6862.779877 +322,-2.773032013,-0.335515811,186,-1.503656267,0.6928968252,6200.6857461 +323,-1.469512853,0.174058777,186,-1.503656267,0.6928968252,2058.6426656 +324,0.286276986,0.785925691,186,-1.503656267,0.6928968252,4874.2503745 +325,-1.379324697,0.377432233,186,-1.503656267,0.6928968252,1318.2220333 +326,-1.203778265,0.212813032,186,-1.503656267,0.6928968252,2171.9481197 +327,0.579916301,0.611743168,186,-1.503656267,0.6928968252,5992.7308423 +328,0.267582642,0.868113908,186,-1.503656267,0.6928968252,4641.6867475 +329,0.412869244,-0.050245578,186,-1.503656267,0.6928968252,7397.6615252 +330,0.17524381,0.976660285,186,-1.503656267,0.6928968252,4226.0220558 +331,0.743157214,0.204812899,186,-1.503656267,0.6928968252,7602.0819552 +332,-1.070758176,0.269382282,186,-1.503656267,0.6928968252,2247.9535602 +333,-1.230364251,0.329790229,186,-1.503656267,0.6928968252,1714.438647 +334,-1.374813124,-0.024926835,186,-1.503656267,0.6928968252,2881.4825584 +335,0.519780566,0.463669906,186,-1.503656267,0.6928968252,6282.4658186 +336,-1.55108034,0.239698561,186,-1.503656267,0.6928968252,1802.7053846 +337,0.180294813,0.029739425,186,-1.503656267,0.6928968252,6490.8578918 +338,0.67820924,0.268170153,186,-1.503656267,0.6928968252,7249.0218551 +339,0.445798684,1.024001867,186,-1.503656267,0.6928968252,4601.646269 +340,0.691751283,0.150521402,186,-1.503656267,0.6928968252,7634.2788237 +341,-1.036643551,-0.903056181,186,-1.503656267,0.6928968252,6523.9285364 +342,-0.120287036,1.083325163,186,-1.503656267,0.6928968252,3514.5564748 +343,2.823513113,-0.304487164,186,-1.503656267,0.6928968252,8147.9784816 +344,0.457583172,1.12513373,186,-1.503656267,0.6928968252,4372.4003833 +345,0.042918831,0.813795399,186,-1.503656267,0.6928968252,4251.8364523 +346,1.196146777,-0.853142756,186,-1.503656267,0.6928968252,11048.700253 +347,0.206001358,-0.010430701,186,-1.503656267,0.6928968252,6671.0876089 +348,-0.268308653,0.234799412,186,-1.503656267,0.6928968252,4613.7521721 +349,0.759363263,0.736189579,186,-1.503656267,0.6928968252,5964.2166317 +350,0.181363926,0.891988372,186,-1.503656267,0.6928968252,4407.9931039 +351,-0.021111158,0.139103292,186,-1.503656267,0.6928968252,5602.5736195 +352,-0.093355215,0.630686981,186,-1.503656267,0.6928968252,4256.9444089 +353,0.40118964,0.681375926,186,-1.503656267,0.6928968252,5398.4499829 +354,-0.721197315,1.304706234,186,-1.503656267,0.6928968252,2803.7348108 +355,-1.076150317,0.212107639,186,-1.503656267,0.6928968252,2421.1140393 +356,-1.577164531,0.273993443,186,-1.503656267,0.6928968252,1678.6485112 +357,-0.190788414,0.182208586,186,-1.503656267,0.6928968252,4978.6341614 +358,-0.261349752,0.209710184,186,-1.503656267,0.6928968252,4696.0925411 +359,-1.029303852,0.083549259,186,-1.503656267,0.6928968252,2949.3105216 +360,-1.268609162,0.330525297,186,-1.503656267,0.6928968252,1644.4859045 +361,1.282982244,-0.926641967,186,-1.503656267,0.6928968252,11112.017679 +362,0.217352334,0.731352408,186,-1.503656267,0.6928968252,4843.8936778 +363,-1.511833084,0.258629297,186,-1.503656267,0.6928968252,1720.3677542 +364,0.338812194,0.823184618,186,-1.503656267,0.6928968252,4898.018459 +365,-0.324406489,1.134201999,186,-1.503656267,0.6928968252,3133.857425 +366,1.389579348,0.399185724,186,-1.503656267,0.6928968252,8021.6424838 +367,2.047152199,-0.039082036,186,-1.503656267,0.6928968252,9464.984433 +368,0.947780369,0.568250077,186,-1.503656267,0.6928968252,6843.6465195 +369,0.763824846,0.576754987,186,-1.503656267,0.6928968252,6481.6278184 +370,-0.142334657,0.928153068,186,-1.503656267,0.6928968252,3637.0971638 +371,0.610266567,0.547265983,186,-1.503656267,0.6928968252,6250.3489779 +372,0.210731629,0.746815056,186,-1.503656267,0.6928968252,4792.379035 +373,-1.34931644,0.316895224,186,-1.503656267,0.6928968252,1580.4383344 +374,2.407696481,0.655030745,186,-1.503656267,0.6928968252,6416.1377763 +375,0.64207831,0.545359131,186,-1.503656267,0.6928968252,6326.3085889 +376,1.174597538,0.840588356,186,-1.503656267,0.6928968252,6155.3467143 +377,0.660059424,0.010604079,186,-1.503656267,0.6928968252,7952.475673 +378,-0.730263819,0.010486456,186,-1.503656267,0.6928968252,3880.8979193 +379,0.831068936,0.512339172,186,-1.503656267,0.6928968252,6821.3982667 +380,1.301180979,0.72367476,186,-1.503656267,0.6928968252,6703.2968883 +381,1.811128231,0.322854402,186,-1.503656267,0.6928968252,8369.7829436 +382,0.435105812,0.992284428,186,-1.503656267,0.6928968252,4662.9571985 +383,0.62643634,0.592027932,186,-1.503656267,0.6928968252,6151.7962386 +384,0.492988703,-0.516339467,186,-1.503656267,0.6928968252,8730.1833994 +385,-0.162469483,0.112549365,186,-1.503656267,0.6928968252,5238.4485905 +386,0.314630866,0.472006421,186,-1.503656267,0.6928968252,5735.2427245 +387,0.166744804,0.822815954,186,-1.503656267,0.6928968252,4521.5301146 +388,0.417159608,0.965805736,186,-1.503656267,0.6928968252,4697.9089129 +389,0.106334961,0.868774244,186,-1.503656267,0.6928968252,4291.6694059 +390,0.815086969,-0.338144359,186,-1.503656267,0.6928968252,9324.2603235 +391,0.59867455,-0.230624824,186,-1.503656267,0.6928968252,8414.3168968 +392,1.915104874,0.066220985,186,-1.503656267,0.6928968252,9271.9373079 +393,1.278093622,0.064463721,186,-1.503656267,0.6928968252,9170.1979495 +394,-0.061477853,0.302997961,186,-1.503656267,0.6928968252,5078.0457354 +395,0.251311504,0.626976942,186,-1.503656267,0.6928968252,5177.3759171 +396,2.950242872,0.149095644,186,-1.503656267,0.6928968252,6617.1240367 +397,-0.180294708,0.35375117,186,-1.503656267,0.6928968252,4600.3172863 +398,1.010448592,-0.351180233,186,-1.503656267,0.6928968252,9925.1955139 +399,-1.748740498,0.3686318073,186,-1.503656267,0.6928968252,1528.7850957 +400,2.699635665,0.123533791,186,-1.503656267,0.6928968252,7401.5602514 +401,0.496808033,0.823843254,186,-1.503656267,0.6928968252,5217.1729284 +402,0.129574704,0.763364087,186,-1.503656267,0.6928968252,4561.8993395 +403,1.798920311,0.817447563,186,-1.503656267,0.6928968252,6434.3739127 +404,0.335987953,0.746786541,186,-1.503656267,0.6928968252,5081.6139764 +405,-1.085413643,0.292154671,186,-1.503656267,0.6928968252,2142.3714873 +406,-0.155321003,0.508207011,186,-1.503656267,0.6928968252,4332.4581012 +407,0.620529244,-0.301175104,186,-1.503656267,0.6928968252,8651.6464272 +408,1.684402744,0.368716966,186,-1.503656267,0.6928968252,8235.2829627 +409,0.300582244,-0.386397212,186,-1.503656267,0.6928968252,7876.1051586 +410,2.913555946,-0.009225192,186,-1.503656267,0.6928968252,7139.9962815 +411,1.465101417,0.493232532,186,-1.503656267,0.6928968252,7702.5375353 +412,0.090612882,0.907955955,186,-1.503656267,0.6928968252,4182.6433254 +413,2.987564726,-0.729568594,186,-1.503656267,0.6928968252,8536.2194291 +414,-1.484261606,0.224149272,186,-1.503656267,0.6928968252,1857.9456428 +415,0.164073421,0.303955133,186,-1.503656267,0.6928968252,5744.9338829 +416,0.141441293,0.167552546,186,-1.503656267,0.6928968252,6022.9493179 +417,2.931321023,-0.506718887,186,-1.503656267,0.6928968252,8269.5894205 +418,2.21951565,0.700596356,186,-1.503656267,0.6928968252,6537.862621 +419,0.268112576,1.199114336,186,-1.503656267,0.6928968252,3965.3816958 +420,0.978913739,0.359223811,186,-1.503656267,0.6928968252,7616.7019001 +421,1.210898818,0.522863584,186,-1.503656267,0.6928968252,7378.0932317 +422,2.347397336,0.129231362,186,-1.503656267,0.6928968252,8280.2099847 +423,0.614394501,0.556878345,186,-1.503656267,0.6928968252,6230.832247 +424,-1.398079356,0.148483366,186,-1.503656267,0.6928968252,2188.6098522 +425,2.535303836,-0.112984496,186,-1.503656267,0.6928968252,8523.0227153 +426,-1.019372593,-0.405322349,186,-1.503656267,0.6928968252,4704.1262932 +427,-1.297785627,-0.160104069,186,-1.503656267,0.6928968252,3462.3154559 +428,2.144554488,0.205051084,186,-1.503656267,0.6928968252,8427.9907182 +429,-2.242387083,-0.426171285,186,-1.503656267,0.6928968252,5205.1093581 +430,0.338637212,0.909723676,186,-1.503656267,0.6928968252,4688.5508569 +431,-0.148798452,0.691042401,186,-1.503656267,0.6928968252,3989.9052542 +432,0.893524764,0.441829531,186,-1.503656267,0.6928968252,7175.4398171 +433,0.969229347,-0.368847936,186,-1.503656267,0.6928968252,9851.61209 +434,0.436043248,0.800045688,186,-1.503656267,0.6928968252,5159.732714 +435,1.687946607,1.081504775,186,-1.503656267,0.6928968252,5413.6150842 +436,0.522302046,-0.034889271,186,-1.503656267,0.6928968252,7681.9477372 +437,-0.178996113,-0.438090009,186,-1.503656267,0.6928968252,6623.4887435 +438,-1.094339566,0.301444068,186,-1.503656267,0.6928968252,2092.6066393 +439,-1.064070054,0.242569932,186,-1.503656267,0.6928968252,2348.6596906 +440,-1.068153768,0.230387998,186,-1.503656267,0.6928968252,2378.8387083 +441,-3.00496892,-0.23989155,186,-1.503656267,0.6928968252,6618.21659 +442,0.21751974,0.766874888,186,-1.503656267,0.6928968252,4762.2267124 +443,0.117229532,0.007619006,186,-1.503656267,0.6928968252,6355.2561503 +444,0.777758451,0.420554741,186,-1.503656267,0.6928968252,7008.833877 +445,-0.252356999,0.250747086,186,-1.503656267,0.6928968252,4623.8372436 +446,0.363148444,0.768483434,186,-1.503656267,0.6928968252,5087.0390643 +447,0.903191366,-0.118210676,186,-1.503656267,0.6928968252,8984.417355 +448,-0.205755923,0.149406178,186,-1.503656267,0.6928968252,5014.4528559 +449,1.811996086,0.02364353,186,-1.503656267,0.6928968252,9536.2319752 +450,-1.100670221,0.314845373,186,-1.503656267,0.6928968252,2035.9779234 +451,0.340078597,0.850105132,186,-1.503656267,0.6928968252,4834.8315114 +452,0.258757267,0.804969236,186,-1.503656267,0.6928968252,4768.0289443 +453,2.78505352,-0.155160804,186,-1.503656267,0.6928968252,7900.5981605 +454,0.800551619,0.105822106,186,-1.503656267,0.6928968252,8047.2681784 +455,0.437940882,-0.506194031,186,-1.503656267,0.6928968252,8545.5128228 +456,2.230431122,0.63458615,186,-1.503656267,0.6928968252,6759.5252267 +457,0.527965361,0.127667701,186,-1.503656267,0.6928968252,7255.6711495 +458,-0.063643205,0.702093448,186,-1.503656267,0.6928968252,4197.4656183 +459,1.408447268,0.133010502,186,-1.503656267,0.6928968252,9066.0122363 +460,0.523795955,0.280266966,186,-1.503656267,0.6928968252,6815.6688986 +461,-0.975769313,0.072177659,186,-1.503656267,0.6928968252,3100.3572206 +462,0.549774164,-0.463663986,186,-1.503656267,0.6928968252,8795.9587347 +463,0.29245874,1.095549818,186,-1.503656267,0.6928968252,4196.5913165 +464,0.143625958,0.816809593,186,-1.503656267,0.6928968252,4481.4671782 +465,0.671902494,0.611159853,186,-1.503656267,0.6928968252,6189.1705107 +466,1.239840988,0.6724199,186,-1.503656267,0.6928968252,6846.2551012 +467,0.607829703,-0.10932137,186,-1.503656267,0.6928968252,8130.2604506 +468,1.763020906,0.263996692,186,-1.503656267,0.6928968252,8625.5429756 +469,0.378714634,0.726066797,186,-1.503656267,0.6928968252,5230.3742059 +470,2.196736143,-0.153862366,186,-1.503656267,0.6928968252,9536.7974089 +471,0.01702415,0.148991565,186,-1.503656267,0.6928968252,5693.8037838 +472,-2.998490902,-0.158002487,186,-1.503656267,0.6928968252,6391.6903884 +473,-3.051262951,-0.346595608,186,-1.503656267,0.6928968252,7020.3468644 +474,-1.069176439,0.182802941,186,-1.503656267,0.6928968252,2532.993212 +475,0.167157509,0.595344954,186,-1.503656267,0.6928968252,5037.396833 +476,0.613855648,0.681746124,186,-1.503656267,0.6928968252,5857.2677674 +477,1.037012736,0.682555367,186,-1.503656267,0.6928968252,6576.9624194 +478,-1.253574971,0.379755746,186,-1.503656267,0.6928968252,1500.0780803 +479,3.108590453,-0.132620738,186,-1.503656267,0.6928968252,6861.2732271 +480,0.565301296,0.022333262,186,-1.503656267,0.6928968252,7652.1037116 +481,0.547898238,0.855555614,186,-1.503656267,0.6928968252,5225.600462 +482,0.948309381,0.417393755,186,-1.503656267,0.6928968252,7361.2054341 +483,-0.050600732,0.945269213,186,-1.503656267,0.6928968252,3815.9824049 +484,-0.977651478,-0.572363064,186,-1.503656267,0.6928968252,5370.2025859 +485,1.102014914,0.728861163,186,-1.503656267,0.6928968252,6491.5703588 +486,2.927300795,-0.282939414,186,-1.503656267,0.6928968252,7780.9968052 +487,-1.154565557,0.124434095,186,-1.503656267,0.6928968252,2570.7361909 +488,1.855331234,0.291044755,186,-1.503656267,0.6928968252,8464.4914319 +489,0.830290659,0.276904518,186,-1.503656267,0.6928968252,7583.1179375 +490,0.485104466,-0.234867441,186,-1.503656267,0.6928968252,8081.327683 +491,0.521367572,-0.33161327,186,-1.503656267,0.6928968252,8421.28292 +1,-1.539031704,0.7349710123,187,-1.502753178,0.7136205882,136.86935171 +2,-1.536990553,0.7349663874,187,-1.502753178,0.7136205882,132.1501961 +3,-1.534951779,0.7349571355,187,-1.502753178,0.7136205882,127.53710966 +4,-1.532906461,0.7349480293,187,-1.502753178,0.7136205882,123.03455223 +5,-1.531320211,0.7346937278,187,-1.502753178,0.7136205882,118.95516376 +6,-1.539451648,0.7335131775,187,-1.502753178,0.7136205882,134.44338323 +7,-1.537429487,0.7335445708,187,-1.502753178,0.7136205882,129.70231944 +8,-1.535484998,0.7335658704,187,-1.502753178,0.7136205882,125.22384955 +9,-1.533488396,0.7336036027,187,-1.502753178,0.7136205882,120.78052047 +10,-1.531497785,0.7335842962,187,-1.502753178,0.7136205882,116.33068777 +11,-1.530259379,0.7334777758,187,-1.502753178,0.7136205882,113.37183278 +12,-1.5335454,0.7322346912,187,-1.502753178,0.7136205882,117.4737812 +13,-1.531489083,0.7322238773,187,-1.502753178,0.7136205882,112.75676141 +14,-1.530011122,0.7321679851,187,-1.502753178,0.7136205882,109.32443786 +15,-1.53348106,0.7306614094,187,-1.502753178,0.7136205882,113.5638971 +16,-1.531441779,0.7306962275,187,-1.502753178,0.7136205882,108.83411911 +17,-1.529755654,0.7306933243,187,-1.502753178,0.7136205882,104.94703141 +18,-1.533415048,0.7291384674,187,-1.502753178,0.7136205882,109.97387522 +19,-1.531392093,0.7291705353,187,-1.502753178,0.7136205882,105.11219013 +20,-1.529296523,0.7291214933,187,-1.502753178,0.7136205882,100.01059226 +21,-1.535280942,0.727267644,187,-1.502753178,0.7136205882,110.89017876 +22,-1.533378158,0.7276139666,187,-1.502753178,0.7136205882,106.67526361 +23,-1.531340368,0.7276446587,187,-1.502753178,0.7136205882,101.6079377 +24,-1.528960113,0.7276398177,187,-1.502753178,0.7136205882,95.743882865 +25,-1.533313146,0.7260818349,187,-1.502753178,0.7136205882,103.53586771 +26,-1.531259555,0.7260958115,187,-1.502753178,0.7136205882,98.230484669 +27,-1.528926415,0.7260865555,187,-1.502753178,0.7136205882,92.272206263 +28,-1.531226779,0.7245511789,187,-1.502753178,0.7136205882,95.264084741 +29,-1.528904772,0.7245519194,187,-1.502753178,0.7136205882,89.15707881 +30,-1.547195875,0.7409785979,187,-1.502753178,0.7136205882,170.37920901 +31,-1.5451475,0.740980426,187,-1.502753178,0.7136205882,165.75283492 +32,-1.543097679,0.7409798872,187,-1.502753178,0.7136205882,161.21206671 +33,-1.540720364,0.7409892687,187,-1.502753178,0.7136205882,156.10258034 +34,-1.547188511,0.7395198392,187,-1.502753178,0.7136205882,166.81504149 +35,-1.545148587,0.7395226109,187,-1.502753178,0.7136205882,162.10287524 +36,-1.543104538,0.7395314908,187,-1.502753178,0.7136205882,157.48750449 +37,-1.540727751,0.7395306258,187,-1.502753178,0.7136205882,152.21789305 +38,-1.547187029,0.7380014886,187,-1.502753178,0.7136205882,163.25454604 +39,-1.545147315,0.7380012252,187,-1.502753178,0.7136205882,158.42285442 +40,-1.54310719,0.7380060743,187,-1.502753178,0.7136205882,153.68833254 +41,-1.540719671,0.7380068206,187,-1.502753178,0.7136205882,148.25593483 +42,-1.547187189,0.7364799098,187,-1.502753178,0.7136205882,159.83792471 +43,-1.545149996,0.7364853874,187,-1.502753178,0.7136205882,154.91193561 +44,-1.543106091,0.7364823484,187,-1.502753178,0.7136205882,150.03140354 +45,-1.540717158,0.7364893901,187,-1.502753178,0.7136205882,144.46591503 +46,-1.538663972,0.7410138672,187,-1.502753178,0.7136205882,151.85309402 +47,-1.53695285,0.7409699132,187,-1.502753178,0.7136205882,148.23003096 +48,-1.534910498,0.7409641297,187,-1.502753178,0.7136205882,144.15668514 +49,-1.533145034,0.7409536636,187,-1.502753178,0.7136205882,140.73305085 +50,-1.538681336,0.7395405883,187,-1.502753178,0.7136205882,147.82763161 +51,-1.536999189,0.7395183096,187,-1.502753178,0.7136205882,144.22444109 +52,-1.534923633,0.7395144222,187,-1.502753178,0.7136205882,139.9626267 +53,-1.533267822,0.7395654306,187,-1.502753178,0.7136205882,136.82490865 +54,-1.53867273,0.7380151077,187,-1.502753178,0.7136205882,143.73217074 +55,-1.536980576,0.7379994392,187,-1.502753178,0.7136205882,140.01962421 +56,-1.534931522,0.7379944961,187,-1.502753178,0.7136205882,135.67501863 +57,-1.533387952,0.7379480264,187,-1.502753178,0.7136205882,132.36962102 +58,-1.538682279,0.7364914363,187,-1.502753178,0.7136205882,139.82344598 +59,-1.536980704,0.7364810563,187,-1.502753178,0.7136205882,135.99362455 +60,-1.534935567,0.7364752065,187,-1.502753178,0.7136205882,131.51673619 +61,-1.533042592,0.7363876366,187,-1.502753178,0.7136205882,127.26125521 +62,-1.545143426,0.7349628011,187,-1.502753178,0.7136205882,151.52020154 +63,-1.543105297,0.7349691947,187,-1.502753178,0.7136205882,146.55624046 +64,-1.541064533,0.7349647152,187,-1.502753178,0.7136205882,141.6448269 +65,-1.545411803,0.7334624714,187,-1.502753178,0.7136205882,149.03452293 +66,-1.543446606,0.7334780896,187,-1.502753178,0.7136205882,144.14434353 +67,-1.541475327,0.7334957295,187,-1.502753178,0.7136205882,139.3164226 +68,-1.545401939,0.731963266,187,-1.502753178,0.7136205882,146.03831308 +69,-1.54342253,0.7319915583,187,-1.502753178,0.7136205882,141.02518493 +70,-1.541455867,0.7320216438,187,-1.502753178,0.7136205882,136.11739826 +71,-1.545410146,0.7304422281,187,-1.502753178,0.7136205882,143.23397657 +72,-1.543435491,0.7304713664,187,-1.502753178,0.7136205882,138.11997655 +73,-1.541463105,0.7304997613,187,-1.502753178,0.7136205882,133.0730216 +74,-1.545414768,0.7289194936,187,-1.502753178,0.7136205882,140.6195148 +75,-1.543435774,0.7289538557,187,-1.502753178,0.7136205882,135.39129521 +76,-1.541457714,0.7289765881,187,-1.502753178,0.7136205882,130.20109973 +77,-1.539449415,0.7320555866,187,-1.502753178,0.7136205882,131.19654776 +78,-1.537429183,0.7321097681,187,-1.502753178,0.7136205882,126.37787217 +79,-1.535472649,0.7321497267,187,-1.502753178,0.7136205882,121.78254595 +80,-1.539457899,0.7305333307,187,-1.502753178,0.7136205882,128.02320549 +81,-1.537453161,0.7305750503,187,-1.502753178,0.7136205882,123.07370907 +82,-1.535479385,0.7306124949,187,-1.502753178,0.7136205882,118.28407705 +83,-1.53946905,0.7290102593,187,-1.502753178,0.7136205882,125.06560744 +84,-1.537459922,0.7290417293,187,-1.502753178,0.7136205882,119.94557002 +85,-1.535451349,0.7290890157,187,-1.502753178,0.7136205882,114.94275401 +86,-1.535522937,0.7279887191,187,-1.502753178,0.7136205882,112.90482684 +87,-1.539442524,0.7274735939,187,-1.502753178,0.7136205882,122.21045478 +88,-1.537424111,0.727521351,187,-1.502753178,0.7136205882,116.96096678 +89,-1.539384641,0.7259505092,187,-1.502753178,0.7136205882,119.53305052 +90,-1.537372391,0.7259947145,187,-1.502753178,0.7136205882,114.16274436 +91,-1.535340789,0.7260435356,187,-1.502753178,0.7136205882,108.81479675 +92,-1.539325716,0.7244369706,187,-1.502753178,0.7136205882,117.11574886 +93,-1.537308932,0.7244801057,187,-1.502753178,0.7136205882,111.60757904 +94,-1.535289068,0.7245247645,187,-1.502753178,0.7136205882,106.1485923 +95,-1.533261366,0.7245550236,187,-1.502753178,0.7136205882,100.70908962 +96,-1.539267302,0.722921924,187,-1.502753178,0.7136205882,114.9599023 +97,-1.537248972,0.7229660258,187,-1.502753178,0.7136205882,109.33253843 +98,-1.535219431,0.7229916471,187,-1.502753178,0.7136205882,103.69314338 +99,-1.53318962,0.7230212049,187,-1.502753178,0.7136205882,98.108334911 +100,-1.531154816,0.7230299897,187,-1.502753178,0.7136205882,92.536739372 +101,-1.528878341,0.7230370244,187,-1.502753178,0.7136205882,86.378111844 +102,-1.539218189,0.7214009878,187,-1.502753178,0.7136205882,113.10212444 +103,-1.537198791,0.7214422745,187,-1.502753178,0.7136205882,107.36178459 +104,-1.535179266,0.7214634354,187,-1.502753178,0.7136205882,101.63124743 +105,-1.533156501,0.7214944644,187,-1.502753178,0.7136205882,95.940429698 +106,-1.53113574,0.7215166021,187,-1.502753178,0.7136205882,90.288638255 +107,-1.528874248,0.7215345535,187,-1.502753178,0.7136205882,84.016419914 +108,-1.539217656,0.7198512397,187,-1.502753178,0.7136205882,111.65640813 +109,-1.537199919,0.7199428763,187,-1.502753178,0.7136205882,105.86972591 +110,-1.545425832,0.727397149,187,-1.502753178,0.7136205882,138.23712141 +111,-1.543371177,0.7273916949,187,-1.502753178,0.7136205882,132.63198611 +112,-1.541368852,0.7274523163,187,-1.502753178,0.7136205882,127.32385784 +113,-1.545349067,0.7258710923,187,-1.502753178,0.7136205882,135.83100796 +114,-1.54332671,0.7258603556,187,-1.502753178,0.7136205882,130.2078861 +115,-1.541346831,0.7259242142,187,-1.502753178,0.7136205882,124.85012403 +116,-1.545324355,0.7243383958,187,-1.502753178,0.7136205882,133.79396918 +117,-1.543292796,0.7243617413,187,-1.502753178,0.7136205882,128.09622954 +118,-1.541295822,0.7244024384,187,-1.502753178,0.7136205882,122.55273687 +119,-1.543193859,0.7205570215,187,-1.502753178,0.7136205882,123.81789359 +120,-1.550257047,0.7386738187,187,-1.502753178,0.7136205882,172.15731224 +121,-1.549335448,0.7311736483,187,-1.502753178,0.7136205882,154.89525212 +122,-1.533478843,0.7179891343,187,-1.502753178,0.7136205882,93.448141954 +123,-1.556150555,0.738907041,187,-1.502753178,0.7136205882,187.16751612 +124,-1.554324226,0.733414257,187,-1.502753178,0.7136205882,171.99245269 +125,-1.554290846,0.7288285332,187,-1.502753178,0.7136205882,164.70773023 +126,-1.55122487,0.7219795312,187,-1.502753178,0.7136205882,148.35648571 +127,-1.525104458,0.7229399862,187,-1.502753178,0.7136205882,76.19746194 +128,-1.519607711,0.7236181429,187,-1.502753178,0.7136205882,63.97922811 +129,-1.513899999,0.7251107854,187,-1.502753178,0.7136205882,56.342127504 +130,-1.536620762,0.7431061895,187,-1.502753178,0.7136205882,153.81748656 +131,-1.5369566,0.7460845958,187,-1.502753178,0.7136205882,163.4830148 +132,-1.545345528,0.7447040685,187,-1.502753178,0.7136205882,176.0171602 +133,-1.532813921,0.7432306626,187,-1.502753178,0.7136205882,147.13454763 +134,-1.554788248,0.7382381001,187,-1.502753178,0.7136205882,182.38155943 +135,-1.540348126,0.7301594274,187,-1.502753178,0.7136205882,129.54601503 +136,-1.538016084,0.7239051786,187,-1.502753178,0.7136205882,112.7369812 +137,-1.525288962,0.7258085137,187,-1.502753178,0.7136205882,82.681698373 +138,-1.534326986,0.731241342,187,-1.502753178,0.7136205882,116.93214517 +139,-1.530733872,0.7303625216,187,-1.502753178,0.7136205882,106.3743811 +141,-1.534354939,0.7328219978,187,-1.502753178,0.7136205882,120.78686807 +142,-1.53157084,0.7292888153,187,-1.502753178,0.7136205882,105.81386575 +143,-1.525691035,0.7263799874,187,-1.502753178,0.7136205882,84.969372398 +144,-1.534031287,0.7495967835,187,-1.502753178,0.7136205882,169.71159165 +145,-1.527714986,0.7283095957,187,-1.502753178,0.7136205882,94.345053571 +146,-1.526189586,0.7271468292,187,-1.502753178,0.7136205882,87.964492248 +147,-1.555177336,0.7375563366,187,-1.502753178,0.7136205882,181.97539003 +148,-1.555080283,0.7312707794,187,-1.502753178,0.7136205882,170.47133482 +149,-1.53856994,0.7224180299,187,-1.502753178,0.7136205882,112.37944302 +150,-1.530837883,0.729933372,187,-1.502753178,0.7136205882,105.5799845 +151,-1.515066984,0.5854133365,187,-1.502753178,0.7136205882,509.30674241 +152,-1.534731633,0.5368370046,187,-1.502753178,0.7136205882,707.68157888 +153,-1.515231902,0.5607085576,187,-1.502753178,0.7136205882,606.97947176 +154,-2.616253799,1.0684566605,187,-1.502753178,0.7136205882,2954.8423794 +155,-1.956071439,0.5792177723,187,-1.502753178,0.7136205882,1522.019017 +156,-1.951208514,0.5602434208,187,-1.502753178,0.7136205882,1544.5275385 +157,-1.944675062,0.6062144545,187,-1.502753178,0.7136205882,1441.0122922 +158,-1.613778386,0.6077989518,187,-1.502753178,0.7136205882,543.96318234 +159,-2.035029014,0.6021432345,187,-1.502753178,0.7136205882,1716.173684 +160,-2.114989471,0.6801825058,187,-1.502753178,0.7136205882,1851.8889353 +161,-2.037382079,0.5765830025,187,-1.502753178,0.7136205882,1766.5427973 +162,-2.129855121,0.6585019963,187,-1.502753178,0.7136205882,1920.7447845 +163,-2.075141798,0.6493615843,187,-1.502753178,0.7136205882,1768.599527 +164,-1.828626729,0.6948433129,187,-1.502753178,0.7136205882,984.65140443 +165,-1.863329418,0.6735427691,187,-1.502753178,0.7136205882,1107.0291618 +166,-1.266037071,0.727988852,187,-1.502753178,0.7136205882,705.97893587 +167,-1.277579582,0.7249010648,187,-1.502753178,0.7136205882,671.83838536 +168,-1.258418684,0.7241194816,187,-1.502753178,0.7136205882,728.71339453 +169,-1.317813974,0.6804850104,187,-1.502753178,0.7136205882,576.40093523 +170,-1.344165204,0.6790988904,187,-1.502753178,0.7136205882,500.67103807 +171,-1.427582102,0.5277120351,187,-1.502753178,0.7136205882,774.91475561 +172,-1.402238616,0.457167829,187,-1.502753178,0.7136205882,1067.9689392 +173,-1.422454264,0.4996161999,187,-1.502753178,0.7136205882,886.66889381 +174,-1.439089277,0.4894859811,187,-1.502753178,0.7136205882,911.57333764 +175,-1.448126995,0.5182330266,187,-1.502753178,0.7136205882,793.66775323 +176,-1.474626146,0.5881926574,187,-1.502753178,0.7136205882,504.63575475 +177,-1.421139645,0.5584869783,187,-1.502753178,0.7136205882,666.96913475 +178,-1.457037165,0.565943032,187,-1.502753178,0.7136205882,602.63314961 +179,-2.757159358,0.3745319,187,-1.502753178,0.7136205882,4335.8022891 +180,-2.714309238,0.342054471,187,-1.502753178,0.7136205882,4284.0991406 +181,-2.000525337,0.774119946,187,-1.502753178,0.7136205882,1462.8874587 +183,-1.571413436,0.6777838382,187,-1.502753178,0.7136205882,252.40627847 +184,-1.552860289,0.6987663893,187,-1.502753178,0.7136205882,162.0540761 +185,-1.521852374,0.7165827476,187,-1.502753178,0.7136205882,58.311400106 +186,-1.503656267,0.6928968252,187,-1.502753178,0.7136205882,82.132151798 +187,-1.502753178,0.7136205882,187,-1.502753178,0.7136205882,83.196761971 +188,-1.631894563,0.7343596465,187,-1.502753178,0.7136205882,391.79042213 +189,-1.653765416,0.6770714026,187,-1.502753178,0.7136205882,481.31607507 +190,-1.719812114,0.6715965947,187,-1.502753178,0.7136205882,681.62169978 +191,-1.493406659,0.6646955447,187,-1.502753178,0.7136205882,195.88586313 +192,-1.469120564,0.6613469966,187,-1.502753178,0.7136205882,231.22415219 +193,-1.590551461,0.5326612937,187,-1.502753178,0.7136205882,770.03427923 +194,-1.625979264,0.5247742243,187,-1.502753178,0.7136205882,846.32749641 +195,-1.572293943,0.5238808754,187,-1.502753178,0.7136205882,784.09210025 +196,-1.610848725,0.5477107964,187,-1.502753178,0.7136205882,742.08840842 +197,-1.208485554,0.7918526018,187,-1.502753178,0.7136205882,903.26196324 +198,-1.335601374,0.6869083083,187,-1.502753178,0.7136205882,516.93231533 +199,-1.346156996,0.6825213377,187,-1.502753178,0.7136205882,490.63938531 +200,-1.324381037,0.6741422347,187,-1.502753178,0.7136205882,564.83415239 +201,-1.242424992,0.7378949807,187,-1.502753178,0.7136205882,776.25566651 +202,-1.270370057,0.7392461008,187,-1.502753178,0.7136205882,694.80109819 +203,-1.448950472,0.7441675014,187,-1.502753178,0.7136205882,199.74984131 +204,-1.492662363,0.7523026852,187,-1.502753178,0.7136205882,156.07155121 +205,-1.479098966,0.7763855017,187,-1.502753178,0.7136205882,257.96462113 +206,-1.633760714,0.7869022408,187,-1.502753178,0.7136205882,477.51503461 +207,-1.647406434,0.8101289331,187,-1.502753178,0.7136205882,563.34467524 +208,-1.564245052,0.5701509278,187,-1.502753178,0.7136205882,600.68902972 +209,-1.646289963,0.6833746083,187,-1.502753178,0.7136205882,451.38306381 +210,-1.5820631,0.6751952144,187,-1.502753178,0.7136205882,285.31621015 +211,-1.613236298,0.6681681791,187,-1.502753178,0.7136205882,382.17149088 +212,-1.914661867,0.8212566515,187,-1.502753178,0.7136205882,1243.4146712 +213,-1.742133237,0.7250275956,187,-1.502753178,0.7136205882,713.94980728 +214,-2.033144872,0.6557314699,187,-1.502753178,0.7136205882,1635.1163577 +215,-2.039551981,0.6964723658,187,-1.502753178,0.7136205882,1612.39729 +216,-1.247341019,0.7622473908,187,-1.502753178,0.7136205882,771.74843558 +217,-1.298239787,0.7084123392,187,-1.502753178,0.7136205882,613.6829244 +218,-1.308539688,0.6926545592,187,-1.502753178,0.7136205882,592.25073951 +219,-1.303263185,0.6888938396,187,-1.502753178,0.7136205882,611.1556249 +220,-1.852400229,0.6004246149,187,-1.502753178,0.7136205882,1181.287783 +221,-1.288947707,0.7473773692,187,-1.502753178,0.7136205882,644.18534797 +222,-1.372031502,0.7472790993,187,-1.502753178,0.7136205882,407.90581283 +223,-1.289805721,0.7242157877,187,-1.502753178,0.7136205882,635.59396277 +224,-1.350807603,0.7533498126,187,-1.502753178,0.7136205882,473.69604538 +225,-1.329290365,0.7560442322,187,-1.502753178,0.7136205882,536.36203683 +226,-1.410153004,0.616936428,187,-1.502753178,0.7136205882,479.29936569 +227,-1.393445434,0.6308995063,187,-1.502753178,0.7136205882,471.0464778 +228,-1.37595573,0.6241540638,187,-1.502753178,0.7136205882,529.5796033 +229,-1.358388707,0.6172645205,187,-1.502753178,0.7136205882,589.43288764 +230,-1.753741133,0.8281661666,187,-1.502753178,0.7136205882,843.1736388 +231,-1.47430987,0.6834615681,187,-1.502753178,0.7136205882,147.35071594 +232,-1.421012508,0.7222725206,187,-1.502753178,0.7136205882,246.21838175 +233,-1.4476833,0.6978557868,187,-1.502753178,0.7136205882,177.36859148 +234,-1.470370723,0.6966193374,187,-1.502753178,0.7136205882,118.63878048 +235,-1.429211703,0.7037216883,187,-1.502753178,0.7136205882,224.58644375 +236,-1.700578405,0.6178673663,187,-1.502753178,0.7136205882,722.71960545 +237,-1.678117619,0.6331716163,187,-1.502753178,0.7136205882,628.98572915 +238,-1.725644578,0.6316331145,187,-1.502753178,0.7136205882,762.10882668 +239,-2.14012759,0.7930497945,187,-1.502753178,0.7136205882,1851.7802754 +240,-2.103289431,0.7653606263,187,-1.502753178,0.7136205882,1756.5296694 +241,-1.318739838,0.7017808746,187,-1.502753178,0.7136205882,555.48537417 +242,-1.396417427,0.7077900843,187,-1.502753178,0.7136205882,319.99416908 +243,-1.35650337,0.7185539404,187,-1.502753178,0.7136205882,437.27629375 +244,-1.248884539,0.7274156818,187,-1.502753178,0.7136205882,756.72171521 +245,-1.395014798,0.5761185243,187,-1.502753178,0.7136205882,642.19850113 +246,-1.433377362,0.6064716109,187,-1.502753178,0.7136205882,476.5710034 +247,-1.408172432,0.5903155476,187,-1.502753178,0.7136205882,571.74570633 +248,-1.749645898,0.7757118084,187,-1.502753178,0.7136205882,758.80589572 +249,-1.571626686,0.615046989,187,-1.502753178,0.7136205882,445.50261198 +250,-1.514070049,0.6303003037,187,-1.502753178,0.7136205882,331.88778031 +251,-1.480890369,0.6237966528,187,-1.502753178,0.7136205882,362.21017915 +252,-1.704390658,0.5281680612,187,-1.502753178,0.7136205882,978.80014704 +253,-1.64434733,0.5254277498,187,-1.502753178,0.7136205882,873.21084858 +254,-1.703855997,0.4792484842,187,-1.502753178,0.7136205882,1136.1958183 +255,-1.692002383,0.5748825051,187,-1.502753178,0.7136205882,811.9614107 +256,-1.854136457,0.5544643913,187,-1.502753178,0.7136205882,1281.8818433 +257,-1.665021206,0.520317736,187,-1.502753178,0.7136205882,926.67802832 +258,-1.733654349,0.4845187345,187,-1.502753178,0.7136205882,1177.8018655 +259,-1.720938188,0.5135933906,187,-1.502753178,0.7136205882,1059.3336531 +260,-1.742668307,0.553296122,187,-1.502753178,0.7136205882,992.79758463 +261,-1.965659039,0.7142126903,187,-1.502753178,0.7136205882,1380.4554508 +262,-1.944438071,0.6772834804,187,-1.502753178,0.7136205882,1346.1716256 +263,-1.270340967,0.7681487096,187,-1.502753178,0.7136205882,711.83771573 +264,-1.353091884,0.6549276821,187,-1.502753178,0.7136205882,514.50498023 +265,-1.333236659,0.6413584414,187,-1.502753178,0.7136205882,595.83495383 +266,-1.352015998,0.6753788907,187,-1.502753178,0.7136205882,482.88199207 +267,-1.377988483,0.6577816235,187,-1.502753178,0.7136205882,441.62228545 +268,-2.13075611,0.8318642051,187,-1.502753178,0.7136205882,1823.6849562 +269,-2.097910953,0.8259670014,187,-1.502753178,0.7136205882,1735.0723985 +270,-1.416382069,0.6694271549,187,-1.502753178,0.7136205882,316.28317652 +271,-1.538905672,0.7535625993,187,-1.502753178,0.7136205882,190.62623093 +272,-1.572309477,0.7803125099,187,-1.502753178,0.7136205882,332.55111866 +273,-1.87759879,0.7503853417,187,-1.502753178,0.7136205882,1110.8865787 +274,1.152365588,0.590457682,187,-1.502753178,0.7136205882,6981.9869244 +275,0.350198001,0.718001859,187,-1.502753178,0.7136205882,5130.3369172 +276,0.046513677,0.491503852,187,-1.502753178,0.7136205882,4918.0026144 +277,0.027510309,0.742571376,187,-1.502753178,0.7136205882,4305.4290325 +278,0.306285725,-0.214631579,187,-1.502753178,0.7136205882,7485.9718543 +279,-1.100564889,0.318051531,187,-1.502753178,0.7136205882,2078.2966514 +280,-1.078582306,0.301437596,187,-1.502753178,0.7136205882,2180.4548315 +281,-1.137371989,-0.617634065,187,-1.502753178,0.7136205882,5438.1981178 +282,0.784356344,0.703272339,187,-1.502753178,0.7136205882,6044.7672684 +283,-1.221209947,0.218327455,187,-1.502753178,0.7136205882,2191.8040545 +284,2.347301921,-0.449114658,187,-1.502753178,0.7136205882,9903.8123531 +285,0.246820618,0.830553713,187,-1.502753178,0.7136205882,4623.8178397 +286,0.829414965,0.703288228,187,-1.502753178,0.7136205882,6120.8351354 +287,-1.337537566,0.42332223,187,-1.502753178,0.7136205882,1273.3330679 +288,0.882453706,0.454478077,187,-1.502753178,0.7136205882,7046.5390692 +289,1.575629659,0.416419109,187,-1.502753178,0.7136205882,7961.7163077 +290,-1.039455679,0.229888244,187,-1.502753178,0.7136205882,2497.8497464 +291,0.489558039,0.934482747,187,-1.502753178,0.7136205882,4836.550774 +292,0.081344504,0.88384514,187,-1.502753178,0.7136205882,4149.1866894 +293,-1.547979814,0.300350308,187,-1.502753178,0.7136205882,1644.2315081 +294,0.040776181,0.168560074,187,-1.502753178,0.7136205882,5705.0030825 +295,-1.130374745,0.563894876,187,-1.502753178,0.7136205882,1319.5561017 +296,1.578326642,0.478507176,187,-1.502753178,0.7136205882,7716.5954845 +297,-1.12861823,-0.291640865,187,-1.502753178,0.7136205882,4212.6902563 +298,0.310524208,0.770885792,187,-1.502753178,0.7136205882,4907.087634 +299,0.415649091,-0.387246002,187,-1.502753178,0.7136205882,8230.587333 +300,-0.926533878,-0.188022748,187,-1.502753178,0.7136205882,4146.1133584 +301,1.258856172,-0.11716081,187,-1.502753178,0.7136205882,9726.5303333 +302,-1.126050026,0.322941926,187,-1.502753178,0.7136205882,2006.7801178 +303,2.002785835,0.07893892,187,-1.502753178,0.7136205882,9038.5557446 +304,0.440437607,0.746258085,187,-1.502753178,0.7136205882,5252.0160353 +305,-0.030391866,0.214441206,187,-1.502753178,0.7136205882,5376.2201039 +306,0.521557815,-0.058929362,187,-1.502753178,0.7136205882,7719.7667482 +307,-0.097005111,0.13317729,187,-1.502753178,0.7136205882,5383.7646298 +308,1.83113859,0.221857587,187,-1.502753178,0.7136205882,8671.9316139 +309,0.222428864,0.099404236,187,-1.502753178,0.7136205882,6422.9032726 +310,-1.702731345,0.8728568183,187,-1.502753178,0.7136205882,838.70714684 +311,-0.418507569,0.278324921,187,-1.502753178,0.7136205882,4057.1134116 +312,-1.41153306,0.339029988,187,-1.502753178,0.7136205882,1515.5197391 +313,0.357560442,0.114788776,187,-1.502753178,0.7136205882,6776.0354627 +314,0.325818979,0.268352149,187,-1.502753178,0.7136205882,6270.5381296 +315,-1.246004659,-0.663679965,187,-1.502753178,0.7136205882,5534.1318095 +316,1.814603087,0.637404484,187,-1.502753178,0.7136205882,7054.4880454 +317,1.843704281,-0.18300445,187,-1.502753178,0.7136205882,10223.417238 +318,1.690644492,-0.211480909,187,-1.502753178,0.7136205882,10446.727571 +319,-1.275451936,0.068109467,187,-1.502753178,0.7136205882,2682.0004082 +320,0.762430171,-0.207594741,187,-1.502753178,0.7136205882,8812.0843058 +321,0.265668905,-0.014647884,187,-1.502753178,0.7136205882,6850.418742 +322,-2.773032013,-0.335515811,187,-1.502753178,0.7136205882,6238.6202663 +323,-1.469512853,0.174058777,187,-1.502753178,0.7136205882,2140.3733381 +324,0.286276986,0.785925691,187,-1.502753178,0.7136205882,4816.4796954 +325,-1.379324697,0.377432233,187,-1.502753178,0.7136205882,1394.416987 +326,-1.203778265,0.212813032,187,-1.502753178,0.7136205882,2239.2501147 +327,0.579916301,0.611743168,187,-1.502753178,0.7136205882,5933.3970983 +328,0.267582642,0.868113908,187,-1.502753178,0.7136205882,4580.3625931 +329,0.412869244,-0.050245578,187,-1.502753178,0.7136205882,7379.5162174 +330,0.17524381,0.976660285,187,-1.502753178,0.7136205882,4161.1021165 +331,0.743157214,0.204812899,187,-1.502753178,0.7136205882,7551.8501994 +332,-1.070758176,0.269382282,187,-1.502753178,0.7136205882,2300.784473 +333,-1.230364251,0.329790229,187,-1.502753178,0.7136205882,1778.629332 +334,-1.374813124,-0.024926835,187,-1.502753178,0.7136205882,2961.5490518 +335,0.519780566,0.463669906,187,-1.502753178,0.7136205882,6231.521549 +336,-1.55108034,0.239698561,187,-1.502753178,0.7136205882,1884.633223 +337,0.180294813,0.029739425,187,-1.502753178,0.7136205882,6480.2954642 +338,0.67820924,0.268170153,187,-1.502753178,0.7136205882,7199.3451381 +339,0.445798684,1.024001867,187,-1.502753178,0.7136205882,4530.530177 +340,0.691751283,0.150521402,187,-1.502753178,0.7136205882,7589.286781 +341,-1.036643551,-0.903056181,187,-1.502753178,0.7136205882,6601.9793244 +342,-0.120287036,1.083325163,187,-1.502753178,0.7136205882,3447.1128079 +343,2.823513113,-0.304487164,187,-1.502753178,0.7136205882,8150.389468 +344,0.457583172,1.12513373,187,-1.502753178,0.7136205882,4297.8145721 +345,0.042918831,0.813795399,187,-1.502753178,0.7136205882,4198.7485935 +346,1.196146777,-0.853142756,187,-1.502753178,0.7136205882,11092.396438 +347,0.206001358,-0.010430701,187,-1.502753178,0.7136205882,6661.6556452 +348,-0.268308653,0.234799412,187,-1.502753178,0.7136205882,4613.6940738 +349,0.759363263,0.736189579,187,-1.502753178,0.7136205882,5895.3373591 +350,0.181363926,0.891988372,187,-1.502753178,0.7136205882,4347.3173006 +351,-0.021111158,0.139103292,187,-1.502753178,0.7136205882,5595.7745119 +352,-0.093355215,0.630686981,187,-1.502753178,0.7136205882,4220.2092273 +353,0.40118964,0.681375926,187,-1.502753178,0.7136205882,5342.2160891 +354,-0.721197315,1.304706234,187,-1.502753178,0.7136205882,2724.3496195 +355,-1.076150317,0.212107639,187,-1.502753178,0.7136205882,2477.9490565 +356,-1.577164531,0.273993443,187,-1.502753178,0.7136205882,1760.0137001 +357,-0.190788414,0.182208586,187,-1.502753178,0.7136205882,4978.0037936 +358,-0.261349752,0.209710184,187,-1.502753178,0.7136205882,4697.4021277 +359,-1.029303852,0.083549259,187,-1.502753178,0.7136205882,3008.7467749 +360,-1.268609162,0.330525297,187,-1.502753178,0.7136205882,1712.3831968 +361,1.282982244,-0.926641967,187,-1.502753178,0.7136205882,11172.778616 +362,0.217352334,0.731352408,187,-1.502753178,0.7136205882,4790.8767004 +363,-1.511833084,0.258629297,187,-1.502753178,0.7136205882,1802.4920364 +364,0.338812194,0.823184618,187,-1.502753178,0.7136205882,4837.1237703 +365,-0.324406489,1.134201999,187,-1.502753178,0.7136205882,3064.0265484 +366,1.389579348,0.399185724,187,-1.502753178,0.7136205882,7941.5039597 +367,2.047152199,-0.039082036,187,-1.502753178,0.7136205882,9399.476307 +368,0.947780369,0.568250077,187,-1.502753178,0.7136205882,6773.2261594 +369,0.763824846,0.576754987,187,-1.502753178,0.7136205882,6417.086638 +370,-0.142334657,0.928153068,187,-1.502753178,0.7136205882,3580.0310182 +371,0.610266567,0.547265983,187,-1.502753178,0.7136205882,6192.3633674 +372,0.210731629,0.746815056,187,-1.502753178,0.7136205882,4738.7224696 +373,-1.34931644,0.316895224,187,-1.502753178,0.7136205882,1655.8038094 +374,2.407696481,0.655030745,187,-1.502753178,0.7136205882,6349.2032496 +375,0.64207831,0.545359131,187,-1.502753178,0.7136205882,6267.1999878 +376,1.174597538,0.840588356,187,-1.502753178,0.7136205882,6076.1878396 +377,0.660059424,0.010604079,187,-1.502753178,0.7136205882,7916.6060048 +378,-0.730263819,0.010486456,187,-1.502753178,0.7136205882,3923.4227755 +379,0.831068936,0.512339172,187,-1.502753178,0.7136205882,6756.3297397 +380,1.301180979,0.72367476,187,-1.502753178,0.7136205882,6623.12506 +381,1.811128231,0.322854402,187,-1.502753178,0.7136205882,8289.6943315 +382,0.435105812,0.992284428,187,-1.502753178,0.7136205882,4593.1368882 +383,0.62643634,0.592027932,187,-1.502753178,0.7136205882,6091.5618691 +384,0.492988703,-0.516339467,187,-1.502753178,0.7136205882,8742.2273656 +385,-0.162469483,0.112549365,187,-1.502753178,0.7136205882,5240.8803704 +386,0.314630866,0.472006421,187,-1.502753178,0.7136205882,5692.5065222 +387,0.166744804,0.822815954,187,-1.502753178,0.7136205882,4464.9042327 +388,0.417159608,0.965805736,187,-1.502753178,0.7136205882,4629.3774621 +389,0.106334961,0.868774244,187,-1.502753178,0.7136205882,4233.8457225 +390,0.815086969,-0.338144359,187,-1.502753178,0.7136205882,9302.9223039 +391,0.59867455,-0.230624824,187,-1.502753178,0.7136205882,8397.7018657 +392,1.915104874,0.066220985,187,-1.502753178,0.7136205882,9196.9109743 +393,1.278093622,0.064463721,187,-1.502753178,0.7136205882,9096.6375082 +394,-0.061477853,0.302997961,187,-1.502753178,0.7136205882,5062.6573786 +395,0.251311504,0.626976942,187,-1.502753178,0.7136205882,5128.8613998 +396,2.950242872,0.149095644,187,-1.502753178,0.7136205882,6596.8942201 +397,-0.180294708,0.35375117,187,-1.502753178,0.7136205882,4587.2792242 +398,1.010448592,-0.351180233,187,-1.502753178,0.7136205882,9891.2041956 +399,-1.748740498,0.3686318073,187,-1.502753178,0.7136205882,1596.6669807 +400,2.699635665,0.123533791,187,-1.502753178,0.7136205882,7369.1230792 +401,0.496808033,0.823843254,187,-1.502753178,0.7136205882,5152.326417 +402,0.129574704,0.763364087,187,-1.502753178,0.7136205882,4509.6028203 +403,1.798920311,0.817447563,187,-1.502753178,0.7136205882,6353.0788842 +404,0.335987953,0.746786541,187,-1.502753178,0.7136205882,5024.3464213 +405,-1.085413643,0.292154671,187,-1.502753178,0.7136205882,2194.9511052 +406,-0.155321003,0.508207011,187,-1.502753178,0.7136205882,4307.0449279 +407,0.620529244,-0.301175104,187,-1.502753178,0.7136205882,8639.101389 +408,1.684402744,0.368716966,187,-1.502753178,0.7136205882,8153.427368 +409,0.300582244,-0.386397212,187,-1.502753178,0.7136205882,7886.8141574 +410,2.913555946,-0.009225192,187,-1.502753178,0.7136205882,7127.3858298 +411,1.465101417,0.493232532,187,-1.502753178,0.7136205882,7621.0983008 +412,0.090612882,0.907955955,187,-1.502753178,0.7136205882,4122.8916149 +413,2.987564726,-0.729568594,187,-1.502753178,0.7136205882,8578.3505372 +414,-1.484261606,0.224149272,187,-1.502753178,0.7136205882,1939.8572691 +415,0.164073421,0.303955133,187,-1.502753178,0.7136205882,5718.5224944 +416,0.141441293,0.167552546,187,-1.502753178,0.7136205882,6005.9399373 +417,2.931321023,-0.506718887,187,-1.502753178,0.7136205882,8292.573409 +418,2.21951565,0.700596356,187,-1.502753178,0.7136205882,6464.5418539 +419,0.268112576,1.199114336,187,-1.502753178,0.7136205882,3889.9280178 +420,0.978913739,0.359223811,187,-1.502753178,0.7136205882,7549.9456035 +421,1.210898818,0.522863584,187,-1.502753178,0.7136205882,7300.9428269 +422,2.347397336,0.129231362,187,-1.502753178,0.7136205882,8227.1133802 +423,0.614394501,0.556878345,187,-1.502753178,0.7136205882,6172.3292708 +424,-1.398079356,0.148483366,187,-1.502753178,0.7136205882,2268.596641 +425,2.535303836,-0.112984496,187,-1.502753178,0.7136205882,8494.6925362 +426,-1.019372593,-0.405322349,187,-1.502753178,0.7136205882,4775.7908814 +427,-1.297785627,-0.160104069,187,-1.502753178,0.7136205882,3540.8593354 +428,2.144554488,0.205051084,187,-1.502753178,0.7136205882,8361.2959744 +429,-2.242387083,-0.426171285,187,-1.502753178,0.7136205882,5270.3924814 +430,0.338637212,0.909723676,187,-1.502753178,0.7136205882,4623.7964955 +431,-0.148798452,0.691042401,187,-1.502753178,0.7136205882,3950.5397754 +432,0.893524764,0.441829531,187,-1.502753178,0.7136205882,7109.9549516 +433,0.969229347,-0.368847936,187,-1.502753178,0.7136205882,9822.4411189 +434,0.436043248,0.800045688,187,-1.502753178,0.7136205882,5097.3621437 +435,1.687946607,1.081504775,187,-1.502753178,0.7136205882,5331.6165835 +436,0.522302046,-0.034889271,187,-1.502753178,0.7136205882,7656.7152231 +437,-0.178996113,-0.438090009,187,-1.502753178,0.7136205882,6659.5892434 +438,-1.094339566,0.301444068,187,-1.502753178,0.7136205882,2145.3496405 +439,-1.064070054,0.242569932,187,-1.502753178,0.7136205882,2402.6547051 +440,-1.068153768,0.230387998,187,-1.502753178,0.7136205882,2433.9366822 +441,-3.00496892,-0.23989155,187,-1.502753178,0.7136205882,6639.4048453 +442,0.21751974,0.766874888,187,-1.502753178,0.7136205882,4707.3042122 +443,0.117229532,0.007619006,187,-1.502753178,0.7136205882,6349.4172554 +444,0.777758451,0.420554741,187,-1.502753178,0.7136205882,6948.6952958 +445,-0.252356999,0.250747086,187,-1.502753178,0.7136205882,4621.8038332 +446,0.363148444,0.768483434,187,-1.502753178,0.7136205882,5027.9957873 +447,0.903191366,-0.118210676,187,-1.502753178,0.7136205882,8940.8705451 +448,-0.205755923,0.149406178,187,-1.502753178,0.7136205882,5016.8153563 +449,1.811996086,0.02364353,187,-1.502753178,0.7136205882,9457.5550445 +450,-1.100670221,0.314845373,187,-1.502753178,0.7136205882,2088.3225044 +451,0.340078597,0.850105132,187,-1.502753178,0.7136205882,4772.6866167 +452,0.258757267,0.804969236,187,-1.502753178,0.7136205882,4710.0341173 +453,2.78505352,-0.155160804,187,-1.502753178,0.7136205882,7890.2356704 +454,0.800551619,0.105822106,187,-1.502753178,0.7136205882,7998.3498833 +455,0.437940882,-0.506194031,187,-1.502753178,0.7136205882,8559.130243 +456,2.230431122,0.63458615,187,-1.502753178,0.7136205882,6687.5820698 +457,0.527965361,0.127667701,187,-1.502753178,0.7136205882,7220.7388017 +458,-0.063643205,0.702093448,187,-1.502753178,0.7136205882,4154.6896652 +459,1.408447268,0.133010502,187,-1.502753178,0.7136205882,8986.8281059 +460,0.523795955,0.280266966,187,-1.502753178,0.7136205882,6773.0785614 +461,-0.975769313,0.072177659,187,-1.502753178,0.7136205882,3156.4908906 +462,0.549774164,-0.463663986,187,-1.502753178,0.7136205882,8800.7607464 +463,0.29245874,1.095549818,187,-1.502753178,0.7136205882,4124.7805893 +464,0.143625958,0.816809593,187,-1.502753178,0.7136205882,4425.7424165 +465,0.671902494,0.611159853,187,-1.502753178,0.7136205882,6126.6937236 +466,1.239840988,0.6724199,187,-1.502753178,0.7136205882,6767.2933953 +467,0.607829703,-0.10932137,187,-1.502753178,0.7136205882,8104.7599966 +468,1.763020906,0.263996692,187,-1.502753178,0.7136205882,8544.7203851 +469,0.378714634,0.726066797,187,-1.502753178,0.7136205882,5172.8113149 +470,2.196736143,-0.153862366,187,-1.502753178,0.7136205882,9487.1729329 +471,0.01702415,0.148991565,187,-1.502753178,0.7136205882,5684.3837509 +472,-2.998490902,-0.158002487,187,-1.502753178,0.7136205882,6408.1998337 +473,-3.051262951,-0.346595608,187,-1.502753178,0.7136205882,7045.8487284 +474,-1.069176439,0.182802941,187,-1.502753178,0.7136205882,2590.8255194 +475,0.167157509,0.595344954,187,-1.502753178,0.7136205882,4993.6557256 +476,0.613855648,0.681746124,187,-1.502753178,0.7136205882,5794.2753809 +477,1.037012736,0.682555367,187,-1.502753178,0.7136205882,6502.0647957 +478,-1.253574971,0.379755746,187,-1.502753178,0.7136205882,1563.5534156 +479,3.108590453,-0.132620738,187,-1.502753178,0.7136205882,6867.0342331 +480,0.565301296,0.022333262,187,-1.502753178,0.7136205882,7621.0094776 +481,0.547898238,0.855555614,187,-1.502753178,0.7136205882,5158.4023791 +482,0.948309381,0.417393755,187,-1.502753178,0.7136205882,7294.2185037 +483,-0.050600732,0.945269213,187,-1.502753178,0.7136205882,3756.3893437 +484,-0.977651478,-0.572363064,187,-1.502753178,0.7136205882,5443.104774 +485,1.102014914,0.728861163,187,-1.502753178,0.7136205882,6414.661715 +486,2.927300795,-0.282939414,187,-1.502753178,0.7136205882,7787.2969037 +487,-1.154565557,0.124434095,187,-1.502753178,0.7136205882,2637.5191535 +488,1.855331234,0.291044755,187,-1.502753178,0.7136205882,8385.5234007 +489,0.830290659,0.276904518,187,-1.502753178,0.7136205882,7525.6022186 +490,0.485104466,-0.234867441,187,-1.502753178,0.7136205882,8071.4780377 +491,0.521367572,-0.33161327,187,-1.502753178,0.7136205882,8416.6509481 +1,-1.539031704,0.7349710123,188,-1.631894563,0.7343596465,272.9166219 +2,-1.536990553,0.7349663874,188,-1.631894563,0.7343596465,278.91335947 +3,-1.534951779,0.7349571355,188,-1.631894563,0.7343596465,284.90346725 +4,-1.532906461,0.7349480293,188,-1.631894563,0.7343596465,290.91272655 +5,-1.531320211,0.7346937278,188,-1.631894563,0.7343596465,295.60019661 +6,-1.539451648,0.7335131775,188,-1.631894563,0.7343596465,271.87169029 +7,-1.537429487,0.7335445708,188,-1.631894563,0.7343596465,277.81053694 +8,-1.535484998,0.7335658704,188,-1.631894563,0.7343596465,283.52264086 +9,-1.533488396,0.7336036027,188,-1.631894563,0.7343596465,289.38494829 +10,-1.531497785,0.7335842962,188,-1.631894563,0.7343596465,295.23932466 +11,-1.530259379,0.7334777758,188,-1.631894563,0.7343596465,298.89833558 +12,-1.5335454,0.7322346912,188,-1.631894563,0.7343596465,289.50268822 +13,-1.531489083,0.7322238773,188,-1.631894563,0.7343596465,295.55104677 +14,-1.530011122,0.7321679851,188,-1.631894563,0.7343596465,299.91018615 +15,-1.53348106,0.7306614094,188,-1.631894563,0.7343596465,290.14440674 +16,-1.531441779,0.7306962275,188,-1.631894563,0.7343596465,296.12783897 +17,-1.529755654,0.7306933243,188,-1.631894563,0.7343596465,301.08561321 +18,-1.533415048,0.7291384674,188,-1.631894563,0.7343596465,290.90279403 +19,-1.531392093,0.7291705353,188,-1.631894563,0.7343596465,296.83330722 +20,-1.529296523,0.7291214933,188,-1.631894563,0.7343596465,303.01065664 +21,-1.535280942,0.727267644,188,-1.631894563,0.7343596465,286.29057545 +22,-1.533378158,0.7276139666,188,-1.631894563,0.7343596465,291.69968001 +23,-1.531340368,0.7276446587,188,-1.631894563,0.7343596465,297.66614047 +24,-1.528960113,0.7276398177,188,-1.631894563,0.7343596465,304.65629612 +25,-1.533313146,0.7260818349,188,-1.631894563,0.7343596465,292.7059324 +26,-1.531259555,0.7260958115,188,-1.631894563,0.7343596465,298.71752411 +27,-1.528926415,0.7260865555,188,-1.631894563,0.7343596465,305.56332823 +28,-1.531226779,0.7245511789,188,-1.631894563,0.7343596465,299.74806121 +29,-1.528904772,0.7245519194,188,-1.631894563,0.7343596465,306.54408325 +30,-1.547195875,0.7409785979,188,-1.631894563,0.7343596465,249.62201385 +31,-1.5451475,0.740980426,188,-1.631894563,0.7343596465,255.59197736 +32,-1.543097679,0.7409798872,188,-1.631894563,0.7343596465,261.56681522 +33,-1.540720364,0.7409892687,188,-1.631894563,0.7343596465,268.50048829 +34,-1.547188511,0.7395198392,188,-1.631894563,0.7343596465,249.26755328 +35,-1.545148587,0.7395226109,188,-1.631894563,0.7343596465,255.22951003 +36,-1.543104538,0.7395314908,188,-1.631894563,0.7343596465,261.20542038 +37,-1.540727751,0.7395306258,188,-1.631894563,0.7343596465,268.15277627 +38,-1.547187029,0.7380014886,188,-1.631894563,0.7343596465,249.02226934 +39,-1.545147315,0.7380012252,188,-1.631894563,0.7343596465,254.99701205 +40,-1.54310719,0.7380060743,188,-1.631894563,0.7343596465,260.97380907 +41,-1.540719671,0.7380068206,188,-1.631894563,0.7343596465,267.96816905 +42,-1.547187189,0.7364799098,188,-1.631894563,0.7343596465,248.91703121 +43,-1.545149996,0.7364853874,188,-1.631894563,0.7343596465,254.89510861 +44,-1.543106091,0.7364823484,188,-1.631894563,0.7343596465,260.89277044 +45,-1.540717158,0.7364893901,188,-1.631894563,0.7343596465,267.90299102 +46,-1.538663972,0.7410138672,188,-1.631894563,0.7343596465,274.5034358 +47,-1.53695285,0.7409699132,188,-1.631894563,0.7343596465,279.48305429 +48,-1.534910498,0.7409641297,188,-1.631894563,0.7343596465,285.4395292 +49,-1.533145034,0.7409536636,188,-1.631894563,0.7343596465,290.58808268 +50,-1.538681336,0.7395405883,188,-1.631894563,0.7343596465,274.13702574 +51,-1.536999189,0.7395183096,188,-1.631894563,0.7343596465,279.05137099 +52,-1.534923633,0.7395144222,188,-1.631894563,0.7343596465,285.11968935 +53,-1.533267822,0.7395654306,188,-1.631894563,0.7343596465,289.9692791 +54,-1.53867273,0.7380151077,188,-1.631894563,0.7343596465,273.96571695 +55,-1.536980576,0.7379994392,188,-1.631894563,0.7343596465,278.92204912 +56,-1.534931522,0.7379944961,188,-1.631894563,0.7343596465,284.92519622 +57,-1.533387952,0.7379480264,188,-1.631894563,0.7343596465,289.44483376 +58,-1.538682279,0.7364914363,188,-1.631894563,0.7343596465,273.87420166 +59,-1.536980704,0.7364810563,188,-1.631894563,0.7343596465,278.86741484 +60,-1.534935567,0.7364752065,188,-1.631894563,0.7343596465,284.86882832 +61,-1.533042592,0.7363876366,188,-1.631894563,0.7343596465,290.42538157 +62,-1.545143426,0.7349628011,188,-1.631894563,0.7343596465,254.96210222 +63,-1.543105297,0.7349691947,188,-1.631894563,0.7343596465,260.94938292 +64,-1.541064533,0.7349647152,188,-1.631894563,0.7343596465,266.94517722 +65,-1.545411803,0.7334624714,188,-1.631894563,0.7343596465,254.35943667 +66,-1.543446606,0.7334780896,188,-1.631894563,0.7343596465,260.13393339 +67,-1.541475327,0.7334957295,188,-1.631894563,0.7343596465,265.92584124 +68,-1.545401939,0.731963266,188,-1.631894563,0.7343596465,254.71232763 +69,-1.54342253,0.7319915583,188,-1.631894563,0.7343596465,260.52443532 +70,-1.541455867,0.7320216438,188,-1.631894563,0.7343596465,266.29874388 +71,-1.545410146,0.7304422281,188,-1.631894563,0.7343596465,255.15747009 +72,-1.543435491,0.7304713664,188,-1.631894563,0.7343596465,260.95013393 +73,-1.541463105,0.7304997613,188,-1.631894563,0.7343596465,266.73692495 +74,-1.545414768,0.7289194936,188,-1.631894563,0.7343596465,255.75483824 +75,-1.543435774,0.7289538557,188,-1.631894563,0.7343596465,261.54956936 +76,-1.541457714,0.7289765881,188,-1.631894563,0.7343596465,267.3477542 +77,-1.539449415,0.7320555866,188,-1.631894563,0.7343596465,272.18916066 +78,-1.537429183,0.7321097681,188,-1.631894563,0.7343596465,278.11508526 +79,-1.535472649,0.7321497267,188,-1.631894563,0.7343596465,283.85745034 +80,-1.539457899,0.7305333307,188,-1.631894563,0.7343596465,272.61888934 +81,-1.537453161,0.7305750503,188,-1.631894563,0.7343596465,278.49720065 +82,-1.535479385,0.7306124949,188,-1.631894563,0.7343596465,284.28641627 +83,-1.53946905,0.7290102593,188,-1.631894563,0.7343596465,273.17330424 +84,-1.537459922,0.7290417293,188,-1.631894563,0.7343596465,279.06085892 +85,-1.535451349,0.7290890157,188,-1.631894563,0.7343596465,284.94105334 +86,-1.535522937,0.7279887191,188,-1.631894563,0.7343596465,285.22269514 +87,-1.539442524,0.7274735939,188,-1.631894563,0.7343596465,273.9767488 +88,-1.537424111,0.727521351,188,-1.631894563,0.7343596465,279.87332532 +89,-1.539384641,0.7259505092,188,-1.631894563,0.7343596465,274.99631819 +90,-1.537372391,0.7259947145,188,-1.631894563,0.7343596465,280.86302931 +91,-1.535340789,0.7260435356,188,-1.631894563,0.7343596465,286.7861189 +92,-1.539325716,0.7244369706,188,-1.631894563,0.7343596465,276.14082596 +93,-1.537308932,0.7244801057,188,-1.631894563,0.7343596465,282.00546392 +94,-1.535289068,0.7245247645,188,-1.631894563,0.7343596465,287.88125906 +95,-1.533261366,0.7245550236,188,-1.631894563,0.7343596465,293.79235202 +96,-1.539267302,0.722921924,188,-1.631894563,0.7343596465,277.41023263 +97,-1.537248972,0.7229660258,188,-1.631894563,0.7343596465,283.26018941 +98,-1.535219431,0.7229916471,188,-1.631894563,0.7343596465,289.16064721 +99,-1.53318962,0.7230212049,188,-1.631894563,0.7343596465,295.06244224 +100,-1.531154816,0.7230299897,188,-1.631894563,0.7343596465,300.9970798 +101,-1.528878341,0.7230370244,188,-1.631894563,0.7343596465,307.64174016 +102,-1.539218189,0.7214009878,188,-1.631894563,0.7343596465,278.78138818 +103,-1.537198791,0.7214422745,188,-1.631894563,0.7343596465,284.61577349 +104,-1.535179266,0.7214634354,188,-1.631894563,0.7343596465,290.47204453 +105,-1.533156501,0.7214944644,188,-1.631894563,0.7343596465,296.33394 +106,-1.53113574,0.7215166021,188,-1.631894563,0.7343596465,302.20124052 +107,-1.528874248,0.7215345535,188,-1.631894563,0.7343596465,308.77722882 +108,-1.539217656,0.7198512397,188,-1.631894563,0.7343596465,280.16176512 +109,-1.537199919,0.7199428763,188,-1.631894563,0.7343596465,285.92163051 +110,-1.545425832,0.727397149,188,-1.631894563,0.7343596465,256.47336151 +111,-1.543371177,0.7273916949,188,-1.631894563,0.7343596465,262.49915024 +112,-1.541368852,0.7274523163,188,-1.631894563,0.7343596465,268.3381925 +113,-1.545349067,0.7258710923,188,-1.631894563,0.7343596465,257.59016529 +114,-1.54332671,0.7258603556,188,-1.631894563,0.7343596465,263.51298026 +115,-1.541346831,0.7259242142,188,-1.631894563,0.7343596465,269.26774605 +116,-1.545324355,0.7243383958,188,-1.631894563,0.7343596465,258.69688723 +117,-1.543292796,0.7243617413,188,-1.631894563,0.7343596465,264.60820308 +118,-1.541295822,0.7244024384,188,-1.631894563,0.7343596465,270.40990169 +119,-1.543193859,0.7205570215,188,-1.631894563,0.7343596465,267.99764459 +120,-1.550257047,0.7386738187,188,-1.631894563,0.7343596465,240.13195306 +121,-1.549335448,0.7311736483,188,-1.631894563,0.7343596465,243.3763175 +122,-1.533478843,0.7179891343,188,-1.631894563,0.7343596465,298.54397221 +123,-1.556150555,0.738907041,188,-1.631894563,0.7343596465,222.94083159 +124,-1.554324226,0.733414257,188,-1.631894563,0.7343596465,228.16625644 +125,-1.554290846,0.7288285332,188,-1.631894563,0.7343596465,229.75120865 +126,-1.55122487,0.7219795312,188,-1.631894563,0.7343596465,243.45323155 +127,-1.525104458,0.7229399862,188,-1.631894563,0.7343596465,318.73965424 +128,-1.519607711,0.7236181429,188,-1.631894563,0.7343596465,334.36488665 +129,-1.513899999,0.7251107854,188,-1.631894563,0.7343596465,350.18693453 +130,-1.536620762,0.7431061895,188,-1.631894563,0.7343596465,281.09730762 +131,-1.5369566,0.7460845958,188,-1.631894563,0.7343596465,281.44944103 +132,-1.545345528,0.7447040685,188,-1.631894563,0.7343596465,256.52417396 +133,-1.532813921,0.7432306626,188,-1.631894563,0.7343596465,292.20010768 +134,-1.554788248,0.7382381001,188,-1.631894563,0.7343596465,226.79746018 +135,-1.540348126,0.7301594274,188,-1.631894563,0.7343596465,270.13468214 +136,-1.538016084,0.7239051786,188,-1.631894563,0.7343596465,280.33595412 +137,-1.525288962,0.7258085137,188,-1.631894563,0.7343596465,316.38593531 +138,-1.534326986,0.731241342,188,-1.631894563,0.7343596465,287.47513799 +139,-1.530733872,0.7303625216,188,-1.631894563,0.7343596465,298.32070234 +141,-1.534354939,0.7328219978,188,-1.631894563,0.7343596465,286.98794391 +142,-1.53157084,0.7292888153,188,-1.631894563,0.7343596465,296.26036066 +143,-1.525691035,0.7263799874,188,-1.631894563,0.7343596465,314.89227237 +144,-1.534031287,0.7495967835,188,-1.631894563,0.7343596465,291.98371259 +145,-1.527714986,0.7283095957,188,-1.631894563,0.7343596465,308.00272937 +146,-1.526189586,0.7271468292,188,-1.631894563,0.7343596465,313.03168277 +147,-1.555177336,0.7375563366,188,-1.631894563,0.7343596465,225.56039014 +148,-1.555080283,0.7312707794,188,-1.631894563,0.7343596465,226.46122149 +149,-1.53856994,0.7224180299,188,-1.631894563,0.7343596465,279.83381636 +150,-1.530837883,0.729933372,188,-1.631894563,0.7343596465,298.16728282 +151,-1.515066984,0.5854133365,188,-1.631894563,0.7343596465,693.53225206 +152,-1.534731633,0.5368370046,188,-1.631894563,0.7343596465,840.95031609 +153,-1.515231902,0.5607085576,188,-1.631894563,0.7343596465,779.72042259 +154,-2.616253799,1.0684566605,188,-1.631894563,0.7343596465,2645.7109706 +155,-1.956071439,0.5792177723,188,-1.631894563,0.7343596465,1184.3084865 +156,-1.951208514,0.5602434208,188,-1.631894563,0.7343596465,1217.9786495 +157,-1.944675062,0.6062144545,188,-1.631894563,0.7343596465,1092.4883605 +158,-1.613778386,0.6077989518,188,-1.631894563,0.7343596465,504.43487553 +159,-2.035029014,0.6021432345,188,-1.631894563,0.7343596465,1352.9034041 +160,-2.114989471,0.6801825058,188,-1.631894563,0.7343596465,1463.7535394 +161,-2.037382079,0.5765830025,188,-1.631894563,0.7343596465,1412.140223 +162,-2.129855121,0.6585019963,188,-1.631894563,0.7343596465,1535.1598854 +163,-2.075141798,0.6493615843,188,-1.631894563,0.7343596465,1387.6551616 +164,-1.828626729,0.6948433129,188,-1.631894563,0.7343596465,608.55514717 +165,-1.863329418,0.6735427691,188,-1.631894563,0.7343596465,738.21666793 +166,-1.266037071,0.727988852,188,-1.631894563,0.7343596465,1076.3316132 +167,-1.277579582,0.7249010648,188,-1.631894563,0.7343596465,1044.3667226 +168,-1.258418684,0.7241194816,188,-1.631894563,0.7343596465,1100.9794241 +169,-1.317813974,0.6804850104,188,-1.631894563,0.7343596465,967.36001211 +170,-1.344165204,0.6790988904,188,-1.631894563,0.7343596465,892.37054713 +171,-1.427582102,0.5277120351,188,-1.631894563,0.7343596465,1045.216959 +172,-1.402238616,0.457167829,188,-1.631894563,0.7343596465,1327.7719864 +173,-1.422454264,0.4996161999,188,-1.631894563,0.7343596465,1147.4073251 +174,-1.439089277,0.4894859811,188,-1.631894563,0.7343596465,1151.6581186 +175,-1.448126995,0.5182330266,188,-1.631894563,0.7343596465,1037.712424 +176,-1.474626146,0.5881926574,188,-1.631894563,0.7343596465,758.61822179 +177,-1.421139645,0.5584869783,188,-1.631894563,0.7343596465,962.10470339 +178,-1.457037165,0.565943032,188,-1.631894563,0.7343596465,864.12533488 +179,-2.757159358,0.3745319,188,-1.631894563,0.7343596465,3949.0151363 +180,-2.714309238,0.342054471,188,-1.631894563,0.7343596465,3901.592013 +181,-2.000525337,0.774119946,188,-1.631894563,0.7343596465,1072.6684845 +183,-1.571413436,0.6777838382,188,-1.631894563,0.7343596465,288.81893231 +184,-1.552860289,0.6987663893,188,-1.631894563,0.7343596465,274.90247539 +185,-1.521852374,0.7165827476,188,-1.631894563,0.7343596465,333.54781027 +186,-1.503656267,0.6928968252,188,-1.631894563,0.7343596465,417.46778644 +187,-1.502753178,0.7136205882,188,-1.631894563,0.7343596465,391.79042213 +188,-1.631894563,0.7343596465,188,-1.631894563,0.7343596465,118.8967872 +189,-1.653765416,0.6770714026,188,-1.631894563,0.7343596465,236.29674792 +190,-1.719812114,0.6715965947,188,-1.631894563,0.7343596465,363.72812057 +191,-1.493406659,0.6646955447,188,-1.631894563,0.7343596465,501.96542293 +192,-1.469120564,0.6613469966,188,-1.631894563,0.7343596465,571.95712676 +193,-1.590551461,0.5326612937,188,-1.631894563,0.7343596465,809.65937199 +194,-1.625979264,0.5247742243,188,-1.631894563,0.7343596465,830.38179467 +195,-1.572293943,0.5238808754,188,-1.631894563,0.7343596465,855.07229053 +196,-1.610848725,0.5477107964,188,-1.631894563,0.7343596465,742.30556744 +197,-1.208485554,0.7918526018,188,-1.631894563,0.7343596465,1228.3510151 +198,-1.335601374,0.6869083083,188,-1.631894563,0.7343596465,907.55710872 +199,-1.346156996,0.6825213377,188,-1.631894563,0.7343596465,882.14614905 +200,-1.324381037,0.6741422347,188,-1.631894563,0.7343596465,956.51126148 +201,-1.242424992,0.7378949807,188,-1.631894563,0.7343596465,1140.049281 +202,-1.270370057,0.7392461008,188,-1.631894563,0.7343596465,1058.116519 +203,-1.448950472,0.7441675014,188,-1.631894563,0.7343596465,536.5459418 +204,-1.492662363,0.7523026852,188,-1.631894563,0.7343596465,412.02990866 +205,-1.479098966,0.7763855017,188,-1.631894563,0.7343596465,470.70948558 +206,-1.633760714,0.7869022408,188,-1.631894563,0.7343596465,208.1900293 +207,-1.647406434,0.8101289331,188,-1.631894563,0.7343596465,303.32649199 +208,-1.564245052,0.5701509278,188,-1.631894563,0.7343596465,684.19418705 +209,-1.646289963,0.6833746083,188,-1.631894563,0.7343596465,206.53497046 +210,-1.5820631,0.6751952144,188,-1.631894563,0.7343596465,278.39627332 +211,-1.613236298,0.6681681791,188,-1.631894563,0.7343596465,268.18901231 +212,-1.914661867,0.8212566515,188,-1.631894563,0.7343596465,866.93648676 +213,-1.742133237,0.7250275956,188,-1.631894563,0.7343596465,327.48911109 +214,-2.033144872,0.6557314699,188,-1.631894563,0.7343596465,1255.5412815 +215,-2.039551981,0.6964723658,188,-1.631894563,0.7343596465,1224.1642953 +216,-1.247341019,0.7622473908,188,-1.631894563,0.7343596465,1118.4120649 +217,-1.298239787,0.7084123392,188,-1.631894563,0.7343596465,995.58999532 +218,-1.308539688,0.6926545592,188,-1.631894563,0.7343596465,980.35521999 +219,-1.303263185,0.6888938396,188,-1.631894563,0.7343596465,999.95784319 +220,-1.852400229,0.6004246149,188,-1.631894563,0.7343596465,865.63402443 +221,-1.288947707,0.7473773692,188,-1.631894563,0.7343596465,1001.4020875 +222,-1.372031502,0.7472790993,188,-1.631894563,0.7343596465,760.27873141 +223,-1.289805721,0.7242157877,188,-1.631894563,0.7343596465,1008.9503884 +224,-1.350807603,0.7533498126,188,-1.631894563,0.7343596465,821.46620583 +225,-1.329290365,0.7560442322,188,-1.631894563,0.7343596465,883.49469865 +226,-1.410153004,0.616936428,188,-1.631894563,0.7343596465,826.86379592 +227,-1.393445434,0.6308995063,188,-1.631894563,0.7343596465,838.19174048 +228,-1.37595573,0.6241540638,188,-1.631894563,0.7343596465,899.71245068 +229,-1.358388707,0.6172645205,188,-1.631894563,0.7343596465,961.97804831 +230,-1.753741133,0.8281661666,188,-1.631894563,0.7343596465,505.05564416 +231,-1.47430987,0.6834615681,188,-1.631894563,0.7343596465,514.57374614 +232,-1.421012508,0.7222725206,188,-1.631894563,0.7343596465,624.6957508 +233,-1.4476833,0.6978557868,188,-1.631894563,0.7343596465,568.68446854 +234,-1.470370723,0.6966193374,188,-1.631894563,0.7343596465,505.20377315 +235,-1.429211703,0.7037216883,188,-1.631894563,0.7343596465,615.62968103 +236,-1.700578405,0.6178673663,188,-1.631894563,0.7343596465,507.729682 +237,-1.678117619,0.6331716163,188,-1.631894563,0.7343596465,425.131464 +238,-1.725644578,0.6316331145,188,-1.631894563,0.7343596465,498.29271889 +239,-2.14012759,0.7930497945,188,-1.631894563,0.7343596465,1464.2385887 +240,-2.103289431,0.7653606263,188,-1.631894563,0.7343596465,1365.7783203 +241,-1.318739838,0.7017808746,188,-1.631894563,0.7343596465,941.21237143 +242,-1.396417427,0.7077900843,188,-1.631894563,0.7343596465,707.6600404 +243,-1.35650337,0.7185539404,188,-1.631894563,0.7343596465,816.66031255 +244,-1.248884539,0.7274156818,188,-1.631894563,0.7343596465,1126.8363093 +245,-1.395014798,0.5761185243,188,-1.631894563,0.7343596465,970.66088364 +246,-1.433377362,0.6064716109,188,-1.631894563,0.7343596465,796.40123465 +247,-1.408172432,0.5903155476,188,-1.631894563,0.7343596465,900.3801325 +248,-1.749645898,0.7757118084,188,-1.631894563,0.7343596465,376.93224876 +249,-1.571626686,0.615046989,188,-1.631894563,0.7343596465,507.91188248 +250,-1.514070049,0.6303003037,188,-1.631894563,0.7343596465,548.33809091 +251,-1.480890369,0.6237966528,188,-1.631894563,0.7343596465,638.43982496 +252,-1.704390658,0.5281680612,188,-1.631894563,0.7343596465,848.68924632 +253,-1.64434733,0.5254277498,188,-1.631894563,0.7343596465,828.52950209 +254,-1.703855997,0.4792484842,188,-1.631894563,0.7343596465,1036.913958 +255,-1.692002383,0.5748825051,188,-1.631894563,0.7343596465,659.15785175 +256,-1.854136457,0.5544643913,188,-1.631894563,0.7343596465,999.34050304 +257,-1.665021206,0.520317736,188,-1.631894563,0.7343596465,854.38397691 +258,-1.733654349,0.4845187345,188,-1.631894563,0.7343596465,1042.6631183 +259,-1.720938188,0.5135933906,188,-1.631894563,0.7343596465,919.6377315 +260,-1.742668307,0.553296122,188,-1.631894563,0.7343596465,797.8518342 +261,-1.965659039,0.7142126903,188,-1.631894563,0.7343596465,991.30446885 +262,-1.944438071,0.6772834804,188,-1.631894563,0.7343596465,966.97471506 +263,-1.270340967,0.7681487096,188,-1.631894563,0.7343596465,1052.3293749 +264,-1.353091884,0.6549276821,188,-1.631894563,0.7343596465,903.19534505 +265,-1.333236659,0.6413584414,188,-1.631894563,0.7343596465,983.22346017 +266,-1.352015998,0.6753788907,188,-1.631894563,0.7343596465,874.64341347 +267,-1.377988483,0.6577816235,188,-1.631894563,0.7343596465,827.88704423 +268,-2.13075611,0.8318642051,188,-1.631894563,0.7343596465,1443.5313473 +269,-2.097910953,0.8259670014,188,-1.631894563,0.7343596465,1353.8445187 +270,-1.416382069,0.6694271549,188,-1.631894563,0.7343596465,699.94074188 +271,-1.538905672,0.7535625993,188,-1.631894563,0.7343596465,281.4277752 +272,-1.572309477,0.7803125099,188,-1.631894563,0.7343596465,250.04420064 +273,-1.87759879,0.7503853417,188,-1.631894563,0.7343596465,719.09734655 +274,1.152365588,0.590457682,188,-1.631894563,0.7343596465,7037.9393865 +275,0.350198001,0.718001859,188,-1.631894563,0.7343596465,5354.0246216 +276,0.046513677,0.491503852,188,-1.631894563,0.7343596465,5237.510482 +277,0.027510309,0.742571376,188,-1.631894563,0.7343596465,4571.4517586 +278,0.306285725,-0.214631579,188,-1.631894563,0.7343596465,7865.8246317 +279,-1.100564889,0.318051531,188,-1.631894563,0.7343596465,2431.7919969 +280,-1.078582306,0.301437596,188,-1.631894563,0.7343596465,2535.781903 +281,-1.137371989,-0.617634065,188,-1.631894563,0.7343596465,5647.2935099 +282,0.784356344,0.703272339,188,-1.631894563,0.7343596465,6183.3326632 +283,-1.221209947,0.218327455,188,-1.631894563,0.7343596465,2485.3211311 +284,2.347301921,-0.449114658,188,-1.631894563,0.7343596465,9512.4999992 +285,0.246820618,0.830553713,188,-1.631894563,0.7343596465,4835.0671746 +286,0.829414965,0.703288228,188,-1.631894563,0.7343596465,6248.583588 +287,-1.337537566,0.42332223,188,-1.631894563,0.7343596465,1565.4936214 +288,0.882453706,0.454478077,188,-1.631894563,0.7343596465,7205.5787551 +289,1.575629659,0.416419109,188,-1.631894563,0.7343596465,7879.2179955 +290,-1.039455679,0.229888244,188,-1.631894563,0.7343596465,2849.1722846 +291,0.489558039,0.934482747,188,-1.631894563,0.7343596465,4981.0507192 +292,0.081344504,0.88384514,188,-1.631894563,0.7343596465,4367.325512 +293,-1.547979814,0.300350308,188,-1.631894563,0.7343596465,1742.4634609 +294,0.040776181,0.168560074,188,-1.631894563,0.7343596465,6071.3570487 +295,-1.130374745,0.563894876,188,-1.631894563,0.7343596465,1710.0130387 +296,1.578326642,0.478507176,188,-1.631894563,0.7343596465,7633.1256642 +297,-1.12861823,-0.291640865,188,-1.631894563,0.7343596465,4460.8723106 +298,0.310524208,0.770885792,188,-1.631894563,0.7343596465,5124.2848407 +299,0.415649091,-0.387246002,188,-1.631894563,0.7343596465,8616.8556899 +300,-0.926533878,-0.188022748,188,-1.631894563,0.7343596465,4461.6179986 +301,1.258856172,-0.11716081,188,-1.631894563,0.7343596465,9845.3921506 +302,-1.126050026,0.322941926,188,-1.631894563,0.7343596465,2354.9917936 +303,2.002785835,0.07893892,188,-1.631894563,0.7343596465,8765.6831716 +304,0.440437607,0.746258085,188,-1.631894563,0.7343596465,5452.9522181 +305,-0.030391866,0.214441206,188,-1.631894563,0.7343596465,5744.122421 +306,0.521557815,-0.058929362,188,-1.631894563,0.7343596465,8058.2896444 +307,-0.097005111,0.13317729,188,-1.631894563,0.7343596465,5763.8413411 +308,1.83113859,0.221857587,188,-1.631894563,0.7343596465,8479.2089233 +309,0.222428864,0.099404236,188,-1.631894563,0.7343596465,6778.7526712 +310,-1.702731345,0.8728568183,188,-1.631894563,0.7343596465,581.90525464 +311,-0.418507569,0.278324921,188,-1.631894563,0.7343596465,4444.6194841 +312,-1.41153306,0.339029988,188,-1.631894563,0.7343596465,1731.733809 +313,0.357560442,0.114788776,188,-1.631894563,0.7343596465,7112.7843419 +314,0.325818979,0.268352149,188,-1.631894563,0.7343596465,6588.3683745 +315,-1.246004659,-0.663679965,188,-1.631894563,0.7343596465,5709.9187072 +316,1.814603087,0.637404484,188,-1.631894563,0.7343596465,6899.412175 +317,1.843704281,-0.18300445,188,-1.631894563,0.7343596465,9971.7285013 +318,1.690644492,-0.211480909,188,-1.631894563,0.7343596465,10280.596877 +319,-1.275451936,0.068109467,188,-1.631894563,0.7343596465,2924.5023191 +320,0.762430171,-0.207594741,188,-1.631894563,0.7343596465,9134.9728019 +321,0.265668905,-0.014647884,188,-1.631894563,0.7343596465,7214.7852844 +322,-2.773032013,-0.335515811,188,-1.631894563,0.7343596465,5939.1968616 +323,-1.469512853,0.174058777,188,-1.631894563,0.7343596465,2290.0280295 +324,0.286276986,0.785925691,188,-1.631894563,0.7343596465,5033.6777936 +325,-1.379324697,0.377432233,188,-1.631894563,0.7343596465,1644.1425433 +326,-1.203778265,0.212813032,188,-1.631894563,0.7343596465,2538.5152868 +327,0.579916301,0.611743168,188,-1.631894563,0.7343596465,6136.9058343 +328,0.267582642,0.868113908,188,-1.631894563,0.7343596465,4777.9539657 +329,0.412869244,-0.050245578,188,-1.631894563,0.7343596465,7731.7556758 +330,0.17524381,0.976660285,188,-1.631894563,0.7343596465,4337.5677647 +331,0.743157214,0.204812899,188,-1.631894563,0.7343596465,7796.7703446 +332,-1.070758176,0.269382282,188,-1.631894563,0.7343596465,2652.0183457 +333,-1.230364251,0.329790229,188,-1.631894563,0.7343596465,2094.5459414 +334,-1.374813124,-0.024926835,188,-1.631894563,0.7343596465,3145.3496098 +335,0.519780566,0.463669906,188,-1.631894563,0.7343596465,6478.0586076 +336,-1.55108034,0.239698561,188,-1.631894563,0.7343596465,1978.8978685 +337,0.180294813,0.029739425,188,-1.631894563,0.7343596465,6848.1378698 +338,0.67820924,0.268170153,188,-1.631894563,0.7343596465,7448.2756079 +339,0.445798684,1.024001867,188,-1.631894563,0.7343596465,4656.3086098 +340,0.691751283,0.150521402,188,-1.631894563,0.7343596465,7857.4531757 +341,-1.036643551,-0.903056181,188,-1.631894563,0.7343596465,6800.7865091 +342,-0.120287036,1.083325163,188,-1.631894563,0.7343596465,3610.1368978 +343,2.823513113,-0.304487164,188,-1.631894563,0.7343596465,7769.6708442 +344,0.457583172,1.12513373,188,-1.631894563,0.7343596465,4390.5865361 +345,0.042918831,0.813795399,188,-1.631894563,0.7343596465,4442.9411853 +346,1.196146777,-0.853142756,188,-1.631894563,0.7343596465,11457.484879 +347,0.206001358,-0.010430701,188,-1.631894563,0.7343596465,7031.179112 +348,-0.268308653,0.234799412,188,-1.631894563,0.7343596465,4996.6876715 +349,0.759363263,0.736189579,188,-1.631894563,0.7343596465,6033.1990918 +350,0.181363926,0.891988372,188,-1.631894563,0.7343596465,4550.0182949 +351,-0.021111158,0.139103292,188,-1.631894563,0.7343596465,5970.1195675 +352,-0.093355215,0.630686981,188,-1.631894563,0.7343596465,4529.0260584 +353,0.40118964,0.681375926,188,-1.631894563,0.7343596465,5565.5463154 +354,-0.721197315,1.304706234,188,-1.631894563,0.7343596465,2764.2474304 +355,-1.076150317,0.212107639,188,-1.631894563,0.7343596465,2817.5603977 +356,-1.577164531,0.273993443,188,-1.631894563,0.7343596465,1833.026668 +357,-0.190788414,0.182208586,188,-1.631894563,0.7343596465,5360.2381322 +358,-0.261349752,0.209710184,188,-1.631894563,0.7343596465,5081.6566684 +359,-1.029303852,0.083549259,188,-1.631894563,0.7343596465,3338.6508581 +360,-1.268609162,0.330525297,188,-1.631894563,0.7343596465,2012.0244175 +361,1.282982244,-0.926641967,188,-1.631894563,0.7343596465,11473.839089 +362,0.217352334,0.731352408,188,-1.631894563,0.7343596465,5032.8610935 +363,-1.511833084,0.258629297,188,-1.631894563,0.7343596465,1928.5660689 +364,0.338812194,0.823184618,188,-1.631894563,0.7343596465,5036.1007957 +365,-0.324406489,1.134201999,188,-1.631894563,0.7343596465,3211.4295855 +366,1.389579348,0.399185724,188,-1.631894563,0.7343596465,7932.3559181 +367,2.047152199,-0.039082036,188,-1.631894563,0.7343596465,9094.5633142 +368,0.947780369,0.568250077,188,-1.631894563,0.7343596465,6893.7030116 +369,0.763824846,0.576754987,188,-1.631894563,0.7343596465,6585.1771234 +370,-0.142334657,0.928153068,188,-1.631894563,0.7343596465,3807.3336919 +371,0.610266567,0.547265983,188,-1.631894563,0.7343596465,6402.5922807 +372,0.210731629,0.746815056,188,-1.631894563,0.7343596465,4977.7845151 +373,-1.34931644,0.316895224,188,-1.631894563,0.7343596465,1908.5360983 +374,2.407696481,0.655030745,188,-1.631894563,0.7343596465,6057.8984077 +375,0.64207831,0.545359131,188,-1.631894563,0.7343596465,6470.6361675 +376,1.174597538,0.840588356,188,-1.631894563,0.7343596465,6096.3759496 +377,0.660059424,0.010604079,188,-1.631894563,0.7343596465,8218.3369996 +378,-0.730263819,0.010486456,188,-1.631894563,0.7343596465,4295.2819728 +379,0.831068936,0.512339172,188,-1.631894563,0.7343596465,6919.1310859 +380,1.301180979,0.72367476,188,-1.631894563,0.7343596465,6620.5765009 +381,1.811128231,0.322854402,188,-1.631894563,0.7343596465,8113.3150872 +382,0.435105812,0.992284428,188,-1.631894563,0.7343596465,4729.8441374 +383,0.62643634,0.592027932,188,-1.631894563,0.7343596465,6289.0297511 +384,0.492988703,-0.516339467,188,-1.631894563,0.7343596465,9132.6425568 +385,-0.162469483,0.112549365,188,-1.631894563,0.7343596465,5625.9186782 +386,0.314630866,0.472006421,188,-1.631894563,0.7343596465,5975.8213049 +387,0.166744804,0.822815954,188,-1.631894563,0.7343596465,4689.9244532 +388,0.417159608,0.965805736,188,-1.631894563,0.7343596465,4776.4598778 +389,0.106334961,0.868774244,188,-1.631894563,0.7343596465,4453.494412 +390,0.815086969,-0.338144359,188,-1.631894563,0.7343596465,9643.2598788 +391,0.59867455,-0.230624824,188,-1.631894563,0.7343596465,8751.514909 +392,1.915104874,0.066220985,188,-1.631894563,0.7343596465,8953.5696553 +393,1.278093622,0.064463721,188,-1.631894563,0.7343596465,9171.7961512 +394,-0.061477853,0.302997961,188,-1.631894563,0.7343596465,5423.4604849 +395,0.251311504,0.626976942,188,-1.631894563,0.7343596465,5390.3204441 +396,2.950242872,0.149095644,188,-1.631894563,0.7343596465,6205.2752675 +397,-0.180294708,0.35375117,188,-1.631894563,0.7343596465,4952.8474263 +398,1.010448592,-0.351180233,188,-1.631894563,0.7343596465,10189.828108 +399,-1.748740498,0.3686318073,188,-1.631894563,0.7343596465,1500.0691735 +400,2.699635665,0.123533791,188,-1.631894563,0.7343596465,6984.1111435 +401,0.496808033,0.823843254,188,-1.631894563,0.7343596465,5324.1288128 +402,0.129574704,0.763364087,188,-1.631894563,0.7343596465,4756.2169981 +403,1.798920311,0.817447563,188,-1.631894563,0.7343596465,6213.5993779 +404,0.335987953,0.746786541,188,-1.631894563,0.7343596465,5243.4077546 +405,-1.085413643,0.292154671,188,-1.631894563,0.7343596465,2547.0103286 +406,-0.155321003,0.508207011,188,-1.631894563,0.7343596465,4647.5195672 +407,0.620529244,-0.301175104,188,-1.631894563,0.7343596465,9000.7515104 +408,1.684402744,0.368716966,188,-1.631894563,0.7343596465,8027.930093 +409,0.300582244,-0.386397212,188,-1.631894563,0.7343596465,8276.7894459 +410,2.913555946,-0.009225192,188,-1.631894563,0.7343596465,6736.3726857 +411,1.465101417,0.493232532,188,-1.631894563,0.7343596465,7578.6219534 +412,0.090612882,0.907955955,188,-1.631894563,0.7343596465,4332.2213743 +413,2.987564726,-0.729568594,188,-1.631894563,0.7343596465,8286.79576 +414,-1.484261606,0.224149272,188,-1.631894563,0.7343596465,2083.9024903 +415,0.164073421,0.303955133,188,-1.631894563,0.7343596465,6053.8012166 +416,0.141441293,0.167552546,188,-1.631894563,0.7343596465,6362.4341941 +417,2.931321023,-0.506718887,188,-1.631894563,0.7343596465,7946.0755294 +418,2.21951565,0.700596356,188,-1.631894563,0.7343596465,6215.5016308 +419,0.268112576,1.199114336,188,-1.631894563,0.7343596465,3975.5755536 +420,0.978913739,0.359223811,188,-1.631894563,0.7343596465,7696.3402228 +421,1.210898818,0.522863584,188,-1.631894563,0.7343596465,7345.8867062 +422,2.347397336,0.129231362,188,-1.631894563,0.7343596465,7878.7810715 +423,0.614394501,0.556878345,188,-1.631894563,0.7343596465,6379.6813054 +424,-1.398079356,0.148483366,188,-1.631894563,0.7343596465,2460.0814448 +425,2.535303836,-0.112984496,188,-1.631894563,0.7343596465,8106.4311655 +426,-1.019372593,-0.405322349,188,-1.631894563,0.7343596465,5040.4449629 +427,-1.297785627,-0.160104069,188,-1.631894563,0.7343596465,3744.7362039 +428,2.144554488,0.205051084,188,-1.631894563,0.7343596465,8064.8817867 +429,-2.242387083,-0.426171285,188,-1.631894563,0.7343596465,5111.1458986 +430,0.338637212,0.909723676,188,-1.631894563,0.7343596465,4798.8713826 +431,-0.148798452,0.691042401,188,-1.631894563,0.7343596465,4251.5186556 +432,0.893524764,0.441829531,188,-1.631894563,0.7343596465,7268.0602914 +433,0.969229347,-0.368847936,188,-1.631894563,0.7343596465,10137.793164 +434,0.436043248,0.800045688,188,-1.631894563,0.7343596465,5285.9230724 +435,1.687946607,1.081504775,188,-1.631894563,0.7343596465,5228.6246697 +436,0.522302046,-0.034889271,188,-1.631894563,0.7343596465,7991.3885395 +437,-0.178996113,-0.438090009,188,-1.631894563,0.7343596465,7040.5583289 +438,-1.094339566,0.301444068,188,-1.631894563,0.7343596465,2497.0875491 +439,-1.064070054,0.242569932,188,-1.631894563,0.7343596465,2750.6373066 +440,-1.068153768,0.230387998,188,-1.631894563,0.7343596465,2778.7916595 +441,-3.00496892,-0.23989155,188,-1.631894563,0.7343596465,6291.5836564 +442,0.21751974,0.766874888,188,-1.631894563,0.7343596465,4940.135407 +443,0.117229532,0.007619006,188,-1.631894563,0.7343596465,6724.5595354 +444,0.777758451,0.420554741,188,-1.631894563,0.7343596465,7143.033403 +445,-0.252356999,0.250747086,188,-1.631894563,0.7343596465,5002.7373696 +446,0.363148444,0.768483434,188,-1.631894563,0.7343596465,5237.0616891 +447,0.903191366,-0.118210676,188,-1.631894563,0.7343596465,9208.9934917 +448,-0.205755923,0.149406178,188,-1.631894563,0.7343596465,5401.8780624 +449,1.811996086,0.02364353,188,-1.631894563,0.7343596465,9252.225129 +450,-1.100670221,0.314845373,188,-1.631894563,0.7343596465,2441.1661466 +451,0.340078597,0.850105132,188,-1.631894563,0.7343596465,4964.2228303 +452,0.258757267,0.804969236,188,-1.631894563,0.7343596465,4926.4671101 +453,2.78505352,-0.155160804,188,-1.631894563,0.7343596465,7499.9361846 +454,0.800551619,0.105822106,188,-1.631894563,0.7343596465,8247.508404 +455,0.437940882,-0.506194031,188,-1.631894563,0.7343596465,8950.1522593 +456,2.230431122,0.63458615,188,-1.631894563,0.7343596465,6427.3319525 +457,0.527965361,0.127667701,188,-1.631894563,0.7343596465,7527.6648884 +458,-0.063643205,0.702093448,188,-1.631894563,0.7343596465,4442.7871922 +459,1.408447268,0.133010502,188,-1.631894563,0.7343596465,8988.6661472 +460,0.523795955,0.280266966,188,-1.631894563,0.7343596465,7053.7296532 +461,-0.975769313,0.072177659,188,-1.631894563,0.7343596465,3497.0690349 +462,0.549774164,-0.463663986,188,-1.631894563,0.7343596465,9186.4587152 +463,0.29245874,1.095549818,188,-1.631894563,0.7343596465,4246.6883997 +464,0.143625958,0.816809593,188,-1.631894563,0.7343596465,4655.6890376 +465,0.671902494,0.611159853,188,-1.631894563,0.7343596465,6309.9618643 +466,1.239840988,0.6724199,188,-1.631894563,0.7343596465,6787.3619376 +467,0.607829703,-0.10932137,188,-1.631894563,0.7343596465,8437.685134 +468,1.763020906,0.263996692,188,-1.631894563,0.7343596465,8382.5133749 +469,0.378714634,0.726066797,188,-1.631894563,0.7343596465,5389.613043 +470,2.196736143,-0.153862366,188,-1.631894563,0.7343596465,9128.9589869 +471,0.01702415,0.148991565,188,-1.631894563,0.7343596465,6054.7772159 +472,-2.998490902,-0.158002487,188,-1.631894563,0.7343596465,6050.7397597 +473,-3.051262951,-0.346595608,188,-1.631894563,0.7343596465,6707.6664825 +474,-1.069176439,0.182802941,188,-1.631894563,0.7343596465,2927.0386204 +475,0.167157509,0.595344954,188,-1.631894563,0.7343596465,5275.2354589 +476,0.613855648,0.681746124,188,-1.631894563,0.7343596465,5975.6486422 +477,1.037012736,0.682555367,188,-1.631894563,0.7343596465,6579.3720112 +478,-1.253574971,0.379755746,188,-1.631894563,0.7343596465,1883.6984714 +479,3.108590453,-0.132620738,188,-1.631894563,0.7343596465,6491.2489815 +480,0.565301296,0.022333262,188,-1.631894563,0.7343596465,7939.0773233 +481,0.547898238,0.855555614,188,-1.631894563,0.7343596465,5313.1007673 +482,0.948309381,0.417393755,188,-1.631894563,0.7343596465,7440.2041373 +483,-0.050600732,0.945269213,188,-1.631894563,0.7343596465,3968.6924769 +484,-0.977651478,-0.572363064,188,-1.631894563,0.7343596465,5696.852111 +485,1.102014914,0.728861163,188,-1.631894563,0.7343596465,6467.6236102 +486,2.927300795,-0.282939414,188,-1.631894563,0.7343596465,7411.5633925 +487,-1.154565557,0.124434095,188,-1.631894563,0.7343596465,2937.6100682 +488,1.855331234,0.291044755,188,-1.631894563,0.7343596465,8190.1457409 +489,0.830290659,0.276904518,188,-1.631894563,0.7343596465,7732.7598151 +490,0.485104466,-0.234867441,188,-1.631894563,0.7343596465,8438.8540221 +491,0.521367572,-0.33161327,188,-1.631894563,0.7343596465,8791.8095587 +1,-1.539031704,0.7349710123,189,-1.653765416,0.6770714026,414.76230099 +2,-1.536990553,0.7349663874,189,-1.653765416,0.6770714026,419.88693866 +3,-1.534951779,0.7349571355,189,-1.653765416,0.6770714026,425.02325262 +4,-1.532906461,0.7349480293,189,-1.653765416,0.6770714026,430.20272831 +5,-1.531320211,0.7346937278,189,-1.653765416,0.6770714026,433.75538535 +6,-1.539451648,0.7335131775,189,-1.653765416,0.6770714026,410.72265371 +7,-1.537429487,0.7335445708,189,-1.653765416,0.6770714026,415.90905994 +8,-1.535484998,0.7335658704,189,-1.653765416,0.6770714026,420.90125126 +9,-1.533488396,0.7336036027,189,-1.653765416,0.6770714026,426.08072948 +10,-1.531497785,0.7335842962,189,-1.653765416,0.6770714026,431.15663114 +11,-1.530259379,0.7334777758,189,-1.653765416,0.6770714026,434.14687823 +12,-1.5335454,0.7322346912,189,-1.653765416,0.6770714026,423.29659736 +13,-1.531489083,0.7322238773,189,-1.653765416,0.6770714026,428.59657356 +14,-1.530011122,0.7321679851,189,-1.653765416,0.6770714026,432.33119568 +15,-1.53348106,0.7306614094,189,-1.653765416,0.6770714026,420.49790453 +16,-1.531441779,0.7306962275,189,-1.653765416,0.6770714026,425.88269816 +17,-1.529755654,0.7306933243,189,-1.653765416,0.6770714026,430.29271561 +18,-1.533415048,0.7291384674,189,-1.653765416,0.6770714026,417.86949977 +19,-1.531392093,0.7291705353,189,-1.653765416,0.6770714026,423.24783631 +20,-1.529296523,0.7291214933,189,-1.653765416,0.6770714026,428.69443009 +21,-1.535280942,0.727267644,189,-1.653765416,0.6770714026,409.58669137 +22,-1.533378158,0.7276139666,189,-1.653765416,0.6770714026,415.2325736 +23,-1.531340368,0.7276446587,189,-1.653765416,0.6770714026,420.68852799 +24,-1.528960113,0.7276398177,189,-1.653765416,0.6770714026,427.0152393 +25,-1.533313146,0.7260818349,189,-1.653765416,0.6770714026,412.72904565 +26,-1.531259555,0.7260958115,189,-1.653765416,0.6770714026,418.23996129 +27,-1.528926415,0.7260865555,189,-1.653765416,0.6770714026,424.48215655 +28,-1.531226779,0.7245511789,189,-1.653765416,0.6770714026,415.74531989 +29,-1.528904772,0.7245519194,189,-1.653765416,0.6770714026,422.02105257 +30,-1.547195875,0.7409785979,189,-1.653765416,0.6770714026,408.13485028 +31,-1.5451475,0.740980426,189,-1.653765416,0.6770714026,412.98172896 +32,-1.543097679,0.7409798872,189,-1.653765416,0.6770714026,417.86085741 +33,-1.540720364,0.7409892687,189,-1.653765416,0.6770714026,423.58347769 +34,-1.547188511,0.7395198392,189,-1.653765416,0.6770714026,404.75907048 +35,-1.545148587,0.7395226109,189,-1.653765416,0.6770714026,409.63435972 +36,-1.543104538,0.7395314908,189,-1.653765416,0.6770714026,414.56646587 +37,-1.540727751,0.7395306258,189,-1.653765416,0.6770714026,420.31655575 +38,-1.547187029,0.7380014886,189,-1.653765416,0.6770714026,401.28858537 +39,-1.545147315,0.7380012252,189,-1.653765416,0.6770714026,406.20474698 +40,-1.54310719,0.7380060743,189,-1.653765416,0.6770714026,411.16577698 +41,-1.540719671,0.7380068206,189,-1.653765416,0.6770714026,417.00032321 +42,-1.547187189,0.7364799098,189,-1.653765416,0.6770714026,397.86736842 +43,-1.545149996,0.7364853874,189,-1.653765416,0.6770714026,402.83841564 +44,-1.543106091,0.7364823484,189,-1.653765416,0.6770714026,407.83889332 +45,-1.540717158,0.7364893901,189,-1.653765416,0.6770714026,413.74518941 +46,-1.538663972,0.7410138672,189,-1.653765416,0.6770714026,428.60416661 +47,-1.53695285,0.7409699132,189,-1.653765416,0.6770714026,432.66325567 +48,-1.534910498,0.7409641297,189,-1.653765416,0.6770714026,437.63897905 +49,-1.533145034,0.7409536636,189,-1.653765416,0.6770714026,441.95181986 +50,-1.538681336,0.7395405883,189,-1.653765416,0.6770714026,425.32438151 +51,-1.536999189,0.7395183096,189,-1.653765416,0.6770714026,429.39720182 +52,-1.534923633,0.7395144222,189,-1.653765416,0.6770714026,434.50120494 +53,-1.533267822,0.7395654306,189,-1.653765416,0.6770714026,438.70760971 +54,-1.53867273,0.7380151077,189,-1.653765416,0.6770714026,422.05179309 +55,-1.536980576,0.7379994392,189,-1.653765416,0.6770714026,426.20184285 +56,-1.534931522,0.7379944961,189,-1.653765416,0.6770714026,431.28337606 +57,-1.533387952,0.7379480264,189,-1.653765416,0.6770714026,435.04155026 +58,-1.538682279,0.7364914363,189,-1.653765416,0.6770714026,418.79925169 +59,-1.536980704,0.7364810563,189,-1.653765416,0.6770714026,423.02196066 +60,-1.534935567,0.7364752065,189,-1.653765416,0.6770714026,428.13669389 +61,-1.533042592,0.7363876366,189,-1.653765416,0.6770714026,432.72924161 +62,-1.545143426,0.7349628011,189,-1.653765416,0.6770714026,399.54199018 +63,-1.543105297,0.7349691947,189,-1.653765416,0.6770714026,404.59617029 +64,-1.541064533,0.7349647152,189,-1.653765416,0.6770714026,409.66356147 +65,-1.545411803,0.7334624714,189,-1.653765416,0.6770714026,395.67272329 +66,-1.543446606,0.7334780896,189,-1.653765416,0.6770714026,400.60651478 +67,-1.541475327,0.7334957295,189,-1.653765416,0.6770714026,405.58593715 +68,-1.545401939,0.731963266,189,-1.653765416,0.6770714026,392.55555529 +69,-1.54342253,0.7319915583,189,-1.653765416,0.6770714026,397.59582958 +70,-1.541455867,0.7320216438,189,-1.653765416,0.6770714026,402.63241465 +71,-1.545410146,0.7304422281,189,-1.653765416,0.6770714026,389.41373343 +72,-1.543435491,0.7304713664,189,-1.653765416,0.6770714026,394.48834007 +73,-1.541463105,0.7304997613,189,-1.653765416,0.6770714026,399.57970722 +74,-1.545414768,0.7289194936,189,-1.653765416,0.6770714026,386.3458482 +75,-1.543435774,0.7289538557,189,-1.653765416,0.6770714026,391.48631863 +76,-1.541457714,0.7289765881,189,-1.653765416,0.6770714026,396.62497056 +77,-1.539449415,0.7320555866,189,-1.653765416,0.6770714026,407.80172761 +78,-1.537429183,0.7321097681,189,-1.653765416,0.6770714026,413.06947876 +79,-1.535472649,0.7321497267,189,-1.653765416,0.6770714026,418.16775399 +80,-1.539457899,0.7305333307,189,-1.653765416,0.6770714026,404.78860275 +81,-1.537453161,0.7305750503,189,-1.653765416,0.6770714026,410.03458293 +82,-1.535479385,0.7306124949,189,-1.653765416,0.6770714026,415.21355291 +83,-1.53946905,0.7290102593,189,-1.653765416,0.6770714026,401.83460646 +84,-1.537459922,0.7290417293,189,-1.653765416,0.6770714026,407.11489253 +85,-1.535451349,0.7290890157,189,-1.653765416,0.6770714026,412.44407413 +86,-1.535522937,0.7279887191,189,-1.653765416,0.6770714026,410.24589123 +87,-1.539442524,0.7274735939,189,-1.653765416,0.6770714026,399.02301798 +88,-1.537424111,0.727521351,189,-1.653765416,0.6770714026,404.40046565 +89,-1.539384641,0.7259505092,189,-1.653765416,0.6770714026,396.39212798 +90,-1.537372391,0.7259947145,189,-1.653765416,0.6770714026,401.78901794 +91,-1.535340789,0.7260435356,189,-1.653765416,0.6770714026,407.26426795 +92,-1.539325716,0.7244369706,189,-1.653765416,0.6770714026,393.85584639 +93,-1.537308932,0.7244801057,189,-1.653765416,0.6770714026,399.3043696 +94,-1.535289068,0.7245247645,189,-1.653765416,0.6770714026,404.78186132 +95,-1.533261366,0.7245550236,189,-1.653765416,0.6770714026,410.27365812 +96,-1.539267302,0.722921924,189,-1.653765416,0.6770714026,391.39127647 +97,-1.537248972,0.7229660258,189,-1.653765416,0.6770714026,396.88662611 +98,-1.535219431,0.7229916471,189,-1.653765416,0.6770714026,402.39893182 +99,-1.53318962,0.7230212049,189,-1.653765416,0.6770714026,407.93601094 +100,-1.531154816,0.7230299897,189,-1.653765416,0.6770714026,413.47015306 +101,-1.528878341,0.7230370244,189,-1.653765416,0.6770714026,419.67752052 +102,-1.539218189,0.7214009878,189,-1.653765416,0.6770714026,388.96904766 +103,-1.537198791,0.7214422745,189,-1.653765416,0.6770714026,394.50323933 +104,-1.535179266,0.7214634354,189,-1.653765416,0.6770714026,400.02202334 +105,-1.533156501,0.7214944644,189,-1.653765416,0.6770714026,405.58201186 +106,-1.53113574,0.7215166021,189,-1.653765416,0.6770714026,411.13840883 +107,-1.528874248,0.7215345535,189,-1.653765416,0.6770714026,417.36461994 +108,-1.539217656,0.7198512397,189,-1.653765416,0.6770714026,386.44720461 +109,-1.537199919,0.7199428763,189,-1.653765416,0.6770714026,392.09666615 +110,-1.545425832,0.727397149,189,-1.653765416,0.6770714026,383.33218875 +111,-1.543371177,0.7273916949,189,-1.653765416,0.6770714026,388.63691831 +112,-1.541368852,0.7274523163,189,-1.653765416,0.6770714026,393.95563258 +113,-1.545349067,0.7258710923,189,-1.653765416,0.6770714026,380.61163063 +114,-1.54332671,0.7258603556,189,-1.653765416,0.6770714026,385.87058795 +115,-1.541346831,0.7259242142,189,-1.653765416,0.6770714026,391.17919288 +116,-1.545324355,0.7243383958,189,-1.653765416,0.6770714026,377.81963352 +117,-1.543292796,0.7243617413,189,-1.653765416,0.6770714026,383.21177449 +118,-1.541295822,0.7244024384,189,-1.653765416,0.6770714026,388.56522281 +119,-1.543193859,0.7205570215,189,-1.653765416,0.6770714026,376.83221433 +120,-1.550257047,0.7386738187,189,-1.653765416,0.6770714026,395.51615564 +121,-1.549335448,0.7311736483,189,-1.653765416,0.6770714026,381.06014736 +122,-1.533478843,0.7179891343,189,-1.653765416,0.6770714026,399.3660313 +123,-1.556150555,0.738907041,189,-1.653765416,0.6770714026,382.29671886 +124,-1.554324226,0.733414257,189,-1.653765416,0.6770714026,373.70561174 +125,-1.554290846,0.7288285332,189,-1.653765416,0.6770714026,363.73330894 +126,-1.55122487,0.7219795312,189,-1.653765416,0.6770714026,357.96207697 +127,-1.525104458,0.7229399862,189,-1.653765416,0.6770714026,429.84757812 +128,-1.519607711,0.7236181429,189,-1.653765416,0.6770714026,445.97196005 +129,-1.513899999,0.7251107854,189,-1.653765416,0.6770714026,463.88942125 +130,-1.536620762,0.7431061895,189,-1.653765416,0.6770714026,438.19690658 +131,-1.5369566,0.7460845958,189,-1.653765416,0.6770714026,444.1746382 +132,-1.545345528,0.7447040685,189,-1.653765416,0.6770714026,421.3044549 +133,-1.532813921,0.7432306626,189,-1.653765416,0.6770714026,447.68243419 +134,-1.554788248,0.7382381001,189,-1.653765416,0.6770714026,383.84035908 +135,-1.540348126,0.7301594274,189,-1.653765416,0.6770714026,401.77304556 +136,-1.538016084,0.7239051786,189,-1.653765416,0.6770714026,396.42449946 +137,-1.525288962,0.7258085137,189,-1.653765416,0.6770714026,433.83750145 +138,-1.534326986,0.731241342,189,-1.653765416,0.6770714026,419.38875793 +139,-1.530733872,0.7303625216,189,-1.653765416,0.6770714026,427.12708758 +141,-1.534354939,0.7328219978,189,-1.653765416,0.6770714026,422.3406295 +142,-1.53157084,0.7292888153,189,-1.653765416,0.6770714026,422.98910492 +143,-1.525691035,0.7263799874,189,-1.653765416,0.6770714026,433.67792094 +144,-1.534031287,0.7495967835,189,-1.653765416,0.6770714026,459.23268644 +145,-1.527714986,0.7283095957,189,-1.653765416,0.6770714026,431.4825495 +146,-1.526189586,0.7271468292,189,-1.653765416,0.6770714026,433.59930418 +147,-1.555177336,0.7375563366,189,-1.653765416,0.6770714026,381.30075407 +148,-1.555080283,0.7312707794,189,-1.653765416,0.6770714026,367.07631298 +149,-1.53856994,0.7224180299,189,-1.653765416,0.6770714026,392.41218506 +150,-1.530837883,0.729933372,189,-1.653765416,0.6770714026,426.07719768 +151,-1.515066984,0.5854133365,189,-1.653765416,0.6770714026,572.75474728 +152,-1.534731633,0.5368370046,189,-1.653765416,0.6770714026,676.66127665 +153,-1.515231902,0.5607085576,189,-1.653765416,0.6770714026,641.50792127 +154,-2.616253799,1.0684566605,189,-1.653765416,0.6770714026,2780.5053184 +155,-1.956071439,0.5792177723,189,-1.653765416,0.6770714026,1041.401837 +156,-1.951208514,0.5602434208,189,-1.653765416,0.6770714026,1063.2176799 +157,-1.944675062,0.6062144545,189,-1.653765416,0.6770714026,963.22472097 +158,-1.613778386,0.6077989518,189,-1.653765416,0.6770714026,302.2452302 +159,-2.035029014,0.6021432345,189,-1.653765416,0.6770714026,1244.189449 +160,-2.114989471,0.6801825058,189,-1.653765416,0.6770714026,1417.1557491 +161,-2.037382079,0.5765830025,189,-1.653765416,0.6770714026,1289.6394874 +162,-2.129855121,0.6585019963,189,-1.653765416,0.6770714026,1477.0513533 +163,-2.075141798,0.6493615843,189,-1.653765416,0.6770714026,1315.9949129 +164,-1.828626729,0.6948433129,189,-1.653765416,0.6770714026,540.27271408 +165,-1.863329418,0.6735427691,189,-1.653765416,0.6770714026,647.57766784 +166,-1.266037071,0.727988852,189,-1.653765416,0.6770714026,1185.9169706 +167,-1.277579582,0.7249010648,189,-1.653765416,0.6770714026,1151.2622932 +168,-1.258418684,0.7241194816,189,-1.653765416,0.6770714026,1207.9650832 +169,-1.317813974,0.6804850104,189,-1.653765416,0.6770714026,1033.8952635 +170,-1.344165204,0.6790988904,189,-1.653765416,0.6770714026,953.55713421 +171,-1.427582102,0.5277120351,189,-1.653765416,0.6770714026,944.33341214 +172,-1.402238616,0.457167829,189,-1.653765416,0.6770714026,1207.249422 +173,-1.422454264,0.4996161999,189,-1.653765416,0.6770714026,1034.6998377 +174,-1.439089277,0.4894859811,189,-1.653765416,0.6770714026,1025.5797822 +175,-1.448126995,0.5182330266,189,-1.653765416,0.6770714026,920.02181319 +176,-1.474626146,0.5881926574,189,-1.653765416,0.6770714026,671.22161406 +177,-1.421139645,0.5584869783,189,-1.653765416,0.6770714026,884.47166693 +178,-1.457037165,0.565943032,189,-1.653765416,0.6770714026,770.46811353 +179,-2.757159358,0.3745319,189,-1.653765416,0.6770714026,3886.484239 +180,-2.714309238,0.342054471,189,-1.653765416,0.6770714026,3825.5448601 +181,-2.000525337,0.774119946,189,-1.653765416,0.6770714026,1093.6760839 +183,-1.571413436,0.6777838382,189,-1.653765416,0.6770714026,254.15546471 +184,-1.552860289,0.6987663893,189,-1.653765416,0.6770714026,320.45045742 +185,-1.521852374,0.7165827476,189,-1.653765416,0.6770714026,429.99400858 +186,-1.503656267,0.6928968252,189,-1.653765416,0.6770714026,464.52305664 +187,-1.502753178,0.7136205882,189,-1.653765416,0.6770714026,481.31607507 +188,-1.631894563,0.7343596465,189,-1.653765416,0.6770714026,236.29674792 +189,-1.653765416,0.6770714026,189,-1.653765416,0.6770714026,28.894802379 +190,-1.719812114,0.6715965947,189,-1.653765416,0.6770714026,205.48261693 +191,-1.493406659,0.6646955447,189,-1.653765416,0.6770714026,499.71470492 +192,-1.469120564,0.6613469966,189,-1.653765416,0.6770714026,576.67130871 +193,-1.590551461,0.5326612937,189,-1.653765416,0.6770714026,607.80862865 +194,-1.625979264,0.5247742243,189,-1.653765416,0.6770714026,610.00973773 +195,-1.572293943,0.5238808754,189,-1.653765416,0.6770714026,662.37215817 +196,-1.610848725,0.5477107964,189,-1.653765416,0.6770714026,530.8787247 +197,-1.208485554,0.7918526018,189,-1.653765416,0.6770714026,1378.7654771 +198,-1.335601374,0.6869083083,189,-1.653765416,0.6770714026,977.4718375 +199,-1.346156996,0.6825213377,189,-1.653765416,0.6770714026,946.33792815 +200,-1.324381037,0.6741422347,189,-1.653765416,0.6770714026,1016.3410693 +201,-1.242424992,0.7378949807,189,-1.653765416,0.6770714026,1257.2499084 +202,-1.270370057,0.7392461008,189,-1.653765416,0.6770714026,1175.9595687 +203,-1.448950472,0.7441675014,189,-1.653765416,0.6770714026,669.12345791 +204,-1.492662363,0.7523026852,189,-1.653765416,0.6770714026,566.15212189 +205,-1.479098966,0.7763855017,189,-1.653765416,0.6770714026,648.88983147 +206,-1.633760714,0.7869022408,189,-1.653765416,0.6770714026,439.00096424 +207,-1.647406434,0.8101289331,189,-1.653765416,0.6770714026,527.36514287 +208,-1.564245052,0.5701509278,189,-1.653765416,0.6770714026,511.85744115 +209,-1.646289963,0.6833746083,189,-1.653765416,0.6770714026,33.959749027 +210,-1.5820631,0.6751952144,189,-1.653765416,0.6770714026,221.63548773 +211,-1.613236298,0.6681681791,189,-1.653765416,0.6770714026,130.42361249 +212,-1.914661867,0.8212566515,189,-1.653765416,0.6770714026,945.37079769 +213,-1.742133237,0.7250275956,189,-1.653765416,0.6770714026,327.96992056 +214,-2.033144872,0.6557314699,189,-1.653765416,0.6770714026,1181.4507542 +215,-2.039551981,0.6964723658,189,-1.653765416,0.6770714026,1181.1517023 +216,-1.247341019,0.7622473908,189,-1.653765416,0.6770714026,1252.0997187 +217,-1.298239787,0.7084123392,189,-1.653765416,0.6770714026,1088.2590084 +218,-1.308539688,0.6926545592,189,-1.653765416,0.6770714026,1058.7396952 +219,-1.303263185,0.6888938396,189,-1.653765416,0.6770714026,1075.7166092 +220,-1.852400229,0.6004246149,189,-1.653765416,0.6770714026,700.1381641 +221,-1.288947707,0.7473773692,189,-1.653765416,0.6770714026,1125.4265801 +222,-1.372031502,0.7472790993,189,-1.653765416,0.6770714026,887.63521622 +223,-1.289805721,0.7242157877,189,-1.653765416,0.6770714026,1114.9154247 +224,-1.350807603,0.7533498126,189,-1.653765416,0.6770714026,952.91059257 +225,-1.329290365,0.7560442322,189,-1.653765416,0.6770714026,1015.8562812 +226,-1.410153004,0.616936428,189,-1.653765416,0.6770714026,804.96570153 +227,-1.393445434,0.6308995063,189,-1.653765416,0.6770714026,837.52263685 +228,-1.37595573,0.6241540638,189,-1.653765416,0.6770714026,899.06264179 +229,-1.358388707,0.6172645205,189,-1.653765416,0.6770714026,961.43322741 +230,-1.753741133,0.8281661666,189,-1.653765416,0.6770714026,664.16991971 +231,-1.47430987,0.6834615681,189,-1.653765416,0.6770714026,552.88078299 +232,-1.421012508,0.7222725206,189,-1.653765416,0.6770714026,726.87447555 +233,-1.4476833,0.6978557868,189,-1.653765416,0.6770714026,635.7453864 +234,-1.470370723,0.6966193374,189,-1.653765416,0.6770714026,566.68002668 +235,-1.429211703,0.7037216883,189,-1.653765416,0.6770714026,693.20263502 +236,-1.700578405,0.6178673663,189,-1.653765416,0.6770714026,277.21603856 +237,-1.678117619,0.6331716163,189,-1.653765416,0.6770714026,189.9595854 +238,-1.725644578,0.6316331145,189,-1.653765416,0.6770714026,288.77882105 +239,-2.14012759,0.7930497945,189,-1.653765416,0.6770714026,1492.3225526 +240,-2.103289431,0.7653606263,189,-1.653765416,0.6770714026,1375.9848669 +241,-1.318739838,0.7017808746,189,-1.653765416,0.6770714026,1026.6034003 +242,-1.396417427,0.7077900843,189,-1.653765416,0.6770714026,793.00450029 +243,-1.35650337,0.7185539404,189,-1.653765416,0.6770714026,915.51049605 +244,-1.248884539,0.7274156818,189,-1.653765416,0.6770714026,1236.53931 +245,-1.395014798,0.5761185243,189,-1.653765416,0.6770714026,919.95094496 +246,-1.433377362,0.6064716109,189,-1.653765416,0.6770714026,752.28072786 +247,-1.408172432,0.5903155476,189,-1.653765416,0.6770714026,854.70752233 +248,-1.749645898,0.7757118084,189,-1.653765416,0.6770714026,482.72029856 +249,-1.571626686,0.615046989,189,-1.653765416,0.6770714026,357.45192679 +250,-1.514070049,0.6303003037,189,-1.653765416,0.6770714026,476.50771961 +251,-1.480890369,0.6237966528,189,-1.653765416,0.6770714026,583.97860676 +252,-1.704390658,0.5281680612,189,-1.653765416,0.6770714026,612.40489447 +253,-1.64434733,0.5254277498,189,-1.653765416,0.6770714026,601.44411006 +254,-1.703855997,0.4792484842,189,-1.653765416,0.6770714026,800.87116422 +255,-1.692002383,0.5748825051,189,-1.653765416,0.6770714026,422.92966787 +256,-1.854136457,0.5544643913,189,-1.653765416,0.6770714026,808.60094083 +257,-1.665021206,0.520317736,189,-1.653765416,0.6770714026,621.98726061 +258,-1.733654349,0.4845187345,189,-1.653765416,0.6770714026,806.9653075 +259,-1.720938188,0.5135933906,189,-1.653765416,0.6770714026,683.79178432 +260,-1.742668307,0.553296122,189,-1.653765416,0.6770714026,568.14728328 +261,-1.965659039,0.7142126903,189,-1.653765416,0.6770714026,957.96160574 +262,-1.944438071,0.6772834804,189,-1.653765416,0.6770714026,896.05588609 +263,-1.270340967,0.7681487096,189,-1.653765416,0.6770714026,1190.7547175 +264,-1.353091884,0.6549276821,189,-1.653765416,0.6770714026,939.15417816 +265,-1.333236659,0.6413584414,189,-1.653765416,0.6770714026,1011.7630636 +266,-1.352015998,0.6753788907,189,-1.653765416,0.6770714026,930.83962834 +267,-1.377988483,0.6577816235,189,-1.653765416,0.6770714026,860.26792854 +268,-2.13075611,0.8318642051,189,-1.653765416,0.6770714026,1496.7619862 +269,-2.097910953,0.8259670014,189,-1.653765416,0.6770714026,1405.8089626 +270,-1.416382069,0.6694271549,189,-1.653765416,0.6770714026,735.05263509 +271,-1.538905672,0.7535625993,189,-1.653765416,0.6770714026,457.71913831 +272,-1.572309477,0.7803125099,189,-1.653765416,0.6770714026,474.32328802 +273,-1.87759879,0.7503853417,189,-1.653765416,0.6770714026,729.41647871 +274,1.152365588,0.590457682,189,-1.653765416,0.6770714026,7274.2204715 +275,0.350198001,0.718001859,189,-1.653765416,0.6770714026,5562.2117562 +276,0.046513677,0.491503852,189,-1.653765416,0.6770714026,5396.192073 +277,0.027510309,0.742571376,189,-1.653765416,0.6770714026,4761.8211003 +278,0.306285725,-0.214631579,189,-1.653765416,0.6770714026,7949.4502027 +279,-1.100564889,0.318051531,189,-1.653765416,0.6770714026,2373.1942354 +280,-1.078582306,0.301437596,189,-1.653765416,0.6770714026,2478.6423302 +281,-1.137371989,-0.617634065,189,-1.653765416,0.6770714026,5465.7717947 +282,0.784356344,0.703272339,189,-1.653765416,0.6770714026,6412.8180798 +283,-1.221209947,0.218327455,189,-1.653765416,0.6770714026,2368.2236267 +284,2.347301921,-0.449114658,189,-1.653765416,0.6770714026,9465.4986347 +285,0.246820618,0.830553713,189,-1.653765416,0.6770714026,5046.8978936 +286,0.829414965,0.703288228,189,-1.653765416,0.6770714026,6479.6585097 +287,-1.337537566,0.42332223,189,-1.653765416,0.6770714026,1461.0151974 +288,0.882453706,0.454478077,189,-1.653765416,0.6770714026,7432.1696407 +289,1.575629659,0.416419109,189,-1.653765416,0.6770714026,8100.2975512 +290,-1.039455679,0.229888244,189,-1.653765416,0.6770714026,2784.5032475 +291,0.489558039,0.934482747,189,-1.653765416,0.6770714026,5208.8510893 +292,0.081344504,0.88384514,189,-1.653765416,0.6770714026,4576.5248377 +293,-1.547979814,0.300350308,189,-1.653765416,0.6770714026,1536.3826971 +294,0.040776181,0.168560074,189,-1.653765416,0.6770714026,6181.2570454 +295,-1.130374745,0.563894876,189,-1.653765416,0.6770714026,1736.65021 +296,1.578326642,0.478507176,189,-1.653765416,0.6770714026,7854.3537694 +297,-1.12861823,-0.291640865,189,-1.653765416,0.6770714026,4302.7986518 +298,0.310524208,0.770885792,189,-1.653765416,0.6770714026,5334.4612038 +299,0.415649091,-0.387246002,189,-1.653765416,0.6770714026,8681.0830778 +300,-0.926533878,-0.188022748,189,-1.653765416,0.6770714026,4351.4519735 +301,1.258856172,-0.11716081,189,-1.653765416,0.6770714026,10079.652671 +302,-1.126050026,0.322941926,189,-1.653765416,0.6770714026,2290.6057807 +303,2.002785835,0.07893892,189,-1.653765416,0.6770714026,8905.3343883 +304,0.440437607,0.746258085,189,-1.653765416,0.6770714026,5668.367189 +305,-0.030391866,0.214441206,189,-1.653765416,0.6770714026,5851.8218464 +306,0.521557815,-0.058929362,189,-1.653765416,0.6770714026,8201.0710125 +307,-0.097005111,0.13317729,189,-1.653765416,0.6770714026,5848.9064669 +308,1.83113859,0.221857587,189,-1.653765416,0.6770714026,8663.3852234 +309,0.222428864,0.099404236,189,-1.653765416,0.6770714026,6902.6614858 +310,-1.702731345,0.8728568183,189,-1.653765416,0.6770714026,787.63625507 +311,-0.418507569,0.278324921,189,-1.653765416,0.6770714026,4509.8565483 +312,-1.41153306,0.339029988,189,-1.653765416,0.6770714026,1575.3704801 +313,0.357560442,0.114788776,189,-1.653765416,0.6770714026,7257.2307951 +314,0.325818979,0.268352149,189,-1.653765416,0.6770714026,6748.7437649 +315,-1.246004659,-0.663679965,189,-1.653765416,0.6770714026,5514.3652655 +316,1.814603087,0.637404484,189,-1.653765416,0.6770714026,7102.0618217 +317,1.843704281,-0.18300445,189,-1.653765416,0.6770714026,10117.198309 +318,1.690644492,-0.211480909,189,-1.653765416,0.6770714026,10466.278368 +319,-1.275451936,0.068109467,189,-1.653765416,0.6770714026,2770.1484308 +320,0.762430171,-0.207594741,189,-1.653765416,0.6770714026,9292.1131897 +321,0.265668905,-0.014647884,189,-1.653765416,0.6770714026,7327.1032866 +322,-2.773032013,-0.335515811,189,-1.653765416,0.6770714026,5766.0233574 +323,-1.469512853,0.174058777,189,-1.653765416,0.6770714026,2096.7131193 +324,0.286276986,0.785925691,189,-1.653765416,0.6770714026,5243.7790935 +325,-1.379324697,0.377432233,189,-1.653765416,0.6770714026,1508.7695402 +326,-1.203778265,0.212813032,189,-1.653765416,0.6770714026,2425.4049656 +327,0.579916301,0.611743168,189,-1.653765416,0.6770714026,6352.092462 +328,0.267582642,0.868113908,189,-1.653765416,0.6770714026,4993.7670877 +329,0.412869244,-0.050245578,189,-1.653765416,0.6770714026,7859.8027396 +330,0.17524381,0.976660285,189,-1.653765416,0.6770714026,4558.4090057 +331,0.743157214,0.204812899,189,-1.653765416,0.6770714026,7998.8467929 +332,-1.070758176,0.269382282,189,-1.653765416,0.6770714026,2588.6970954 +333,-1.230364251,0.329790229,189,-1.653765416,0.6770714026,2000.2108234 +334,-1.374813124,-0.024926835,189,-1.653765416,0.6770714026,2960.5941003 +335,0.519780566,0.463669906,189,-1.653765416,0.6770714026,6678.4715128 +336,-1.55108034,0.239698561,189,-1.653765416,0.6770714026,1769.3620713 +337,0.180294813,0.029739425,189,-1.653765416,0.6770714026,6955.3665469 +338,0.67820924,0.268170153,189,-1.653765416,0.6770714026,7648.4025975 +339,0.445798684,1.024001867,189,-1.653765416,0.6770714026,4886.7817413 +340,0.691751283,0.150521402,189,-1.653765416,0.6770714026,8049.0688201 +341,-1.036643551,-0.903056181,189,-1.653765416,0.6770714026,6612.1269489 +342,-0.120287036,1.083325163,189,-1.653765416,0.6770714026,3833.2412739 +343,2.823513113,-0.304487164,189,-1.653765416,0.6770714026,7685.0642517 +344,0.457583172,1.12513373,189,-1.653765416,0.6770714026,4624.5833766 +345,0.042918831,0.813795399,189,-1.653765416,0.6770714026,4642.7311019 +346,1.196146777,-0.853142756,189,-1.653765416,0.6770714026,11361.376081 +347,0.206001358,-0.010430701,189,-1.653765416,0.6770714026,7135.6006205 +348,-0.268308653,0.234799412,189,-1.653765416,0.6770714026,5075.326748 +349,0.759363263,0.736189579,189,-1.653765416,0.6770714026,6262.7088175 +350,0.181363926,0.891988372,189,-1.653765416,0.6770714026,4764.1724946 +351,-0.021111158,0.139103292,189,-1.653765416,0.6770714026,6066.8009284 +352,-0.093355215,0.630686981,189,-1.653765416,0.6770714026,4695.0879987 +353,0.40118964,0.681375926,189,-1.653765416,0.6770714026,5774.0215128 +354,-0.721197315,1.304706234,189,-1.653765416,0.6770714026,3000.3742159 +355,-1.076150317,0.212107639,189,-1.653765416,0.6770714026,2739.4337383 +356,-1.577164531,0.273993443,189,-1.653765416,0.6770714026,1618.6665357 +357,-0.190788414,0.182208586,189,-1.653765416,0.6770714026,5440.4697848 +358,-0.261349752,0.209710184,189,-1.653765416,0.6770714026,5156.7294175 +359,-1.029303852,0.083549259,189,-1.653765416,0.6770714026,3247.0670619 +360,-1.268609162,0.330525297,189,-1.653765416,0.6770714026,1905.1588347 +361,1.282982244,-0.926641967,189,-1.653765416,0.6770714026,11308.936763 +362,0.217352334,0.731352408,189,-1.653765416,0.6770714026,5234.0364014 +363,-1.511833084,0.258629297,189,-1.653765416,0.6770714026,1729.8244995 +364,0.338812194,0.823184618,189,-1.653765416,0.6770714026,5251.7412784 +365,-0.324406489,1.134201999,189,-1.653765416,0.6770714026,3437.1505032 +366,1.389579348,0.399185724,189,-1.653765416,0.6770714026,8165.2256911 +367,2.047152199,-0.039082036,189,-1.653765416,0.6770714026,9208.8106796 +368,0.947780369,0.568250077,189,-1.653765416,0.6770714026,7126.0037332 +369,0.763824846,0.576754987,189,-1.653765416,0.6770714026,6809.5439612 +370,-0.142334657,0.928153068,189,-1.653765416,0.6770714026,4012.8244212 +371,0.610266567,0.547265983,189,-1.653765416,0.6770714026,6615.9608864 +372,0.210731629,0.746815056,189,-1.653765416,0.6770714026,5180.0580567 +373,-1.34931644,0.316895224,189,-1.653765416,0.6770714026,1770.3085859 +374,2.407696481,0.655030745,189,-1.653765416,0.6770714026,6193.6326148 +375,0.64207831,0.545359131,189,-1.653765416,0.6770714026,6686.0903136 +376,1.174597538,0.840588356,189,-1.653765416,0.6770714026,6332.1162471 +377,0.660059424,0.010604079,189,-1.653765416,0.6770714026,8390.85303 +378,-0.730263819,0.010486456,189,-1.653765416,0.6770714026,4254.380177 +379,0.831068936,0.512339172,189,-1.653765416,0.6770714026,7144.8020233 +380,1.301180979,0.72367476,189,-1.653765416,0.6770714026,6854.7592789 +381,1.811128231,0.322854402,189,-1.653765416,0.6770714026,8305.3787175 +382,0.435105812,0.992284428,189,-1.653765416,0.6770714026,4958.7516542 +383,0.62643634,0.592027932,189,-1.653765416,0.6770714026,6506.0450798 +384,0.492988703,-0.516339467,189,-1.653765416,0.6770714026,9175.5324498 +385,-0.162469483,0.112549365,189,-1.653765416,0.6770714026,5698.0554593 +386,0.314630866,0.472006421,189,-1.653765416,0.6770714026,6158.2879144 +387,0.166744804,0.822815954,189,-1.653765416,0.6770714026,4897.0974245 +388,0.417159608,0.965805736,189,-1.653765416,0.6770714026,5003.6729223 +389,0.106334961,0.868774244,189,-1.653765416,0.6770714026,4662.2763371 +390,0.815086969,-0.338144359,189,-1.653765416,0.6770714026,9784.1573867 +391,0.59867455,-0.230624824,189,-1.653765416,0.6770714026,8877.3488266 +392,1.915104874,0.066220985,189,-1.653765416,0.6770714026,9110.5705217 +393,1.278093622,0.064463721,189,-1.653765416,0.6770714026,9408.0025226 +394,-0.061477853,0.302997961,189,-1.653765416,0.6770714026,5541.4305717 +395,0.251311504,0.626976942,189,-1.653765416,0.6770714026,5583.4451367 +396,2.950242872,0.149095644,189,-1.653765416,0.6770714026,6183.5328396 +397,-0.180294708,0.35375117,189,-1.653765416,0.6770714026,5064.421729 +398,1.010448592,-0.351180233,189,-1.653765416,0.6770714026,10366.092156 +399,-1.748740498,0.3686318073,189,-1.653765416,0.6770714026,1263.7827528 +400,2.699635665,0.123533791,189,-1.653765416,0.6770714026,6997.4519575 +401,0.496808033,0.823843254,189,-1.653765416,0.6770714026,5546.8283492 +402,0.129574704,0.763364087,189,-1.653765416,0.6770714026,4955.3005267 +403,1.798920311,0.817447563,189,-1.653765416,0.6770714026,6422.4776103 +404,0.335987953,0.746786541,189,-1.653765416,0.6770714026,5453.0677199 +405,-1.085413643,0.292154671,189,-1.653765416,0.6770714026,2485.5792818 +406,-0.155321003,0.508207011,189,-1.653765416,0.6770714026,4788.2740762 +407,0.620529244,-0.301175104,189,-1.653765416,0.6770714026,9116.0014648 +408,1.684402744,0.368716966,189,-1.653765416,0.6770714026,8237.6829039 +409,0.300582244,-0.386397212,189,-1.653765416,0.6770714026,8324.6279214 +410,2.913555946,-0.009225192,189,-1.653765416,0.6770714026,6692.1926454 +411,1.465101417,0.493232532,189,-1.653765416,0.6770714026,7807.5121386 +412,0.090612882,0.907955955,189,-1.653765416,0.6770714026,4544.1874696 +413,2.987564726,-0.729568594,189,-1.653765416,0.6770714026,8110.1486004 +414,-1.484261606,0.224149272,189,-1.653765416,0.6770714026,1890.2134513 +415,0.164073421,0.303955133,189,-1.653765416,0.6770714026,6199.5251076 +416,0.141441293,0.167552546,189,-1.653765416,0.6770714026,6485.6491693 +417,2.931321023,-0.506718887,189,-1.653765416,0.6770714026,7811.2896328 +418,2.21951565,0.700596356,189,-1.653765416,0.6770714026,6378.1343592 +419,0.268112576,1.199114336,189,-1.653765416,0.6770714026,4209.9565737 +420,0.978913739,0.359223811,189,-1.653765416,0.6770714026,7925.4778651 +421,1.210898818,0.522863584,189,-1.653765416,0.6770714026,7582.1301527 +422,2.347397336,0.129231362,189,-1.653765416,0.6770714026,7955.3514807 +423,0.614394501,0.556878345,189,-1.653765416,0.6770714026,6593.9090681 +424,-1.398079356,0.148483366,189,-1.653765416,0.6770714026,2282.9018685 +425,2.535303836,-0.112984496,189,-1.653765416,0.6770714026,8104.8729529 +426,-1.019372593,-0.405322349,189,-1.653765416,0.6770714026,4890.4364258 +427,-1.297785627,-0.160104069,189,-1.653765416,0.6770714026,3566.347963 +428,2.144554488,0.205051084,189,-1.653765416,0.6770714026,8190.5315917 +429,-2.242387083,-0.426171285,189,-1.653765416,0.6770714026,4884.5094636 +430,0.338637212,0.909723676,189,-1.653765416,0.6770714026,5020.4295854 +431,-0.148798452,0.691042401,189,-1.653765416,0.6770714026,4422.5410622 +432,0.893524764,0.441829531,189,-1.653765416,0.6770714026,7494.8689487 +433,0.969229347,-0.368847936,189,-1.653765416,0.6770714026,10301.652014 +434,0.436043248,0.800045688,189,-1.653765416,0.6770714026,5504.5740428 +435,1.687946607,1.081504775,189,-1.653765416,0.6770714026,5448.6309863 +436,0.522302046,-0.034889271,189,-1.653765416,0.6770714026,8137.8578046 +437,-0.178996113,-0.438090009,189,-1.653765416,0.6770714026,7011.8281884 +438,-1.094339566,0.301444068,189,-1.653765416,0.6770714026,2435.6838397 +439,-1.064070054,0.242569932,189,-1.653765416,0.6770714026,2682.5859414 +440,-1.068153768,0.230387998,189,-1.653765416,0.6770714026,2706.8477456 +441,-3.00496892,-0.23989155,189,-1.653765416,0.6770714026,6158.3034538 +442,0.21751974,0.766874888,189,-1.653765416,0.6770714026,5144.7305697 +443,0.117229532,0.007619006,189,-1.653765416,0.6770714026,6819.2021533 +444,0.777758451,0.420554741,189,-1.653765416,0.6770714026,7361.5316426 +445,-0.252356999,0.250747086,189,-1.653765416,0.6770714026,5086.5112914 +446,0.363148444,0.768483434,189,-1.653765416,0.6770714026,5449.9002294 +447,0.903191366,-0.118210676,189,-1.653765416,0.6770714026,9401.8671569 +448,-0.205755923,0.149406178,189,-1.653765416,0.6770714026,5474.1908909 +449,1.811996086,0.02364353,189,-1.653765416,0.6770714026,9427.523783 +450,-1.100670221,0.314845373,189,-1.653765416,0.6770714026,2381.6538758 +451,0.340078597,0.850105132,189,-1.653765416,0.6770714026,5181.8402217 +452,0.258757267,0.804969236,189,-1.653765416,0.6770714026,5136.7274626 +453,2.78505352,-0.155160804,189,-1.653765416,0.6770714026,7449.02798 +454,0.800551619,0.105822106,189,-1.653765416,0.6770714026,8448.2021333 +455,0.437940882,-0.506194031,189,-1.653765416,0.6770714026,8988.3870413 +456,2.230431122,0.63458615,189,-1.653765416,0.6770714026,6582.8282918 +457,0.527965361,0.127667701,189,-1.653765416,0.6770714026,7696.3069291 +458,-0.063643205,0.702093448,189,-1.653765416,0.6770714026,4621.6198172 +459,1.408447268,0.133010502,189,-1.653765416,0.6770714026,9221.8326209 +460,0.523795955,0.280266966,189,-1.653765416,0.6770714026,7238.2951144 +461,-0.975769313,0.072177659,189,-1.653765416,0.6770714026,3415.8974797 +462,0.549774164,-0.463663986,189,-1.653765416,0.6770714026,9251.5731461 +463,0.29245874,1.095549818,189,-1.653765416,0.6770714026,4477.4230445 +464,0.143625958,0.816809593,189,-1.653765416,0.6770714026,4861.0899265 +465,0.671902494,0.611159853,189,-1.653765416,0.6770714026,6530.6891575 +466,1.239840988,0.6724199,189,-1.653765416,0.6770714026,7022.9398015 +467,0.607829703,-0.10932137,189,-1.653765416,0.6770714026,8585.8293152 +468,1.763020906,0.263996692,189,-1.653765416,0.6770714026,8579.2225381 +469,0.378714634,0.726066797,189,-1.653765416,0.6770714026,5600.1314763 +470,2.196736143,-0.153862366,189,-1.653765416,0.6770714026,9187.3636441 +471,0.01702415,0.148991565,189,-1.653765416,0.6770714026,6158.3229623 +472,-2.998490902,-0.158002487,189,-1.653765416,0.6770714026,5928.7424966 +473,-3.051262951,-0.346595608,189,-1.653765416,0.6770714026,6564.6660306 +474,-1.069176439,0.182802941,189,-1.653765416,0.6770714026,2844.4809657 +475,0.167157509,0.595344954,189,-1.653765416,0.6770714026,5458.2268835 +476,0.613855648,0.681746124,189,-1.653765416,0.6770714026,6196.5994689 +477,1.037012736,0.682555367,189,-1.653765416,0.6770714026,6815.0407924 +478,-1.253574971,0.379755746,189,-1.653765416,0.6770714026,1796.2149651 +479,3.108590453,-0.132620738,189,-1.653765416,0.6770714026,6397.2898195 +480,0.565301296,0.022333262,189,-1.653765416,0.6770714026,8099.695408 +481,0.547898238,0.855555614,189,-1.653765416,0.6770714026,5539.2975235 +482,0.948309381,0.417393755,189,-1.653765416,0.6770714026,7669.2451944 +483,-0.050600732,0.945269213,189,-1.653765416,0.6770714026,4179.3611525 +484,-0.977651478,-0.572363064,189,-1.653765416,0.6770714026,5538.3382172 +485,1.102014914,0.728861163,189,-1.653765416,0.6770714026,6703.9062518 +486,2.927300795,-0.282939414,189,-1.653765416,0.6770714026,7316.8183955 +487,-1.154565557,0.124434095,189,-1.653765416,0.6770714026,2822.0073479 +488,1.855331234,0.291044755,189,-1.653765416,0.6770714026,8374.0928531 +489,0.830290659,0.276904518,189,-1.653765416,0.6770714026,7948.0937399 +490,0.485104466,-0.234867441,189,-1.653765416,0.6770714026,8545.8433887 +491,0.521367572,-0.33161327,189,-1.653765416,0.6770714026,8884.5577867 +1,-1.539031704,0.7349710123,190,-1.719812114,0.6715965947,600.54417219 +2,-1.536990553,0.7349663874,190,-1.719812114,0.6715965947,606.13244111 +3,-1.534951779,0.7349571355,190,-1.719812114,0.6715965947,611.71835362 +4,-1.532906461,0.7349480293,190,-1.719812114,0.6715965947,617.33298772 +5,-1.531320211,0.7346937278,190,-1.719812114,0.6715965947,621.35683692 +6,-1.539451648,0.7335131775,190,-1.719812114,0.6715965947,597.31865816 +7,-1.537429487,0.7335445708,190,-1.719812114,0.6715965947,602.929056 +8,-1.535484998,0.7335658704,190,-1.719812114,0.6715965947,608.32015167 +9,-1.533488396,0.7336036027,190,-1.719812114,0.6715965947,613.8858909 +10,-1.531497785,0.7335842962,190,-1.719812114,0.6715965947,619.36655784 +11,-1.530259379,0.7334777758,190,-1.719812114,0.6715965947,622.65553103 +12,-1.5335454,0.7322346912,190,-1.719812114,0.6715965947,611.89066097 +13,-1.531489083,0.7322238773,190,-1.719812114,0.6715965947,617.58847843 +14,-1.530011122,0.7321679851,190,-1.719812114,0.6715965947,621.62727561 +15,-1.53348106,0.7306614094,190,-1.719812114,0.6715965947,610.01035087 +16,-1.531441779,0.7306962275,190,-1.719812114,0.6715965947,615.74641479 +17,-1.529755654,0.7306933243,190,-1.719812114,0.6715965947,620.4548544 +18,-1.533415048,0.7291384674,190,-1.719812114,0.6715965947,608.25603995 +19,-1.531392093,0.7291705353,190,-1.719812114,0.6715965947,613.96752835 +20,-1.529296523,0.7291214933,190,-1.719812114,0.6715965947,619.79100228 +21,-1.535280942,0.727267644,190,-1.719812114,0.6715965947,600.69530792 +22,-1.533378158,0.7276139666,190,-1.719812114,0.6715965947,606.4729325 +23,-1.531340368,0.7276446587,190,-1.719812114,0.6715965947,612.24863042 +24,-1.528960113,0.7276398177,190,-1.719812114,0.6715965947,618.95551529 +25,-1.533313146,0.7260818349,190,-1.719812114,0.6715965947,604.81519117 +26,-1.531259555,0.7260958115,190,-1.719812114,0.6715965947,610.64022188 +27,-1.528926415,0.7260865555,190,-1.719812114,0.6715965947,617.23805163 +28,-1.531226779,0.7245511789,190,-1.719812114,0.6715965947,608.95784886 +29,-1.528904772,0.7245519194,190,-1.719812114,0.6715965947,615.56352735 +30,-1.547195875,0.7409785979,190,-1.719812114,0.6715965947,587.76941741 +31,-1.5451475,0.740980426,190,-1.719812114,0.6715965947,593.22355961 +32,-1.543097679,0.7409798872,190,-1.719812114,0.6715965947,598.69120387 +33,-1.540720364,0.7409892687,190,-1.719812114,0.6715965947,605.06474003 +34,-1.547188511,0.7395198392,190,-1.719812114,0.6715965947,585.40998128 +35,-1.545148587,0.7395226109,190,-1.719812114,0.6715965947,590.87203369 +36,-1.543104538,0.7395314908,190,-1.719812114,0.6715965947,596.36768673 +37,-1.540727751,0.7395306258,190,-1.719812114,0.6715965947,602.75607775 +38,-1.547187029,0.7380014886,190,-1.719812114,0.6715965947,582.98791524 +39,-1.545147315,0.7380012252,190,-1.719812114,0.6715965947,588.47446302 +40,-1.54310719,0.7380060743,190,-1.719812114,0.6715965947,593.98260972 +41,-1.540719671,0.7380068206,190,-1.719812114,0.6715965947,600.43648962 +42,-1.547187189,0.7364799098,190,-1.719812114,0.6715965947,580.60825052 +43,-1.545149996,0.7364853874,190,-1.719812114,0.6715965947,586.12644092 +44,-1.543106091,0.7364823484,190,-1.719812114,0.6715965947,591.66194187 +45,-1.540717158,0.7364893901,190,-1.719812114,0.6715965947,598.16280399 +46,-1.538663972,0.7410138672,190,-1.719812114,0.6715965947,610.61720356 +47,-1.53695285,0.7409699132,190,-1.719812114,0.6715965947,615.14635438 +48,-1.534910498,0.7409641297,190,-1.719812114,0.6715965947,620.63654366 +49,-1.533145034,0.7409536636,190,-1.719812114,0.6715965947,625.38373237 +50,-1.538681336,0.7395405883,190,-1.719812114,0.6715965947,608.28628022 +51,-1.536999189,0.7395183096,190,-1.719812114,0.6715965947,612.79451416 +52,-1.534923633,0.7395144222,190,-1.719812114,0.6715965947,618.40432645 +53,-1.533267822,0.7395654306,190,-1.719812114,0.6715965947,622.96854286 +54,-1.53867273,0.7380151077,190,-1.719812114,0.6715965947,605.99411679 +55,-1.536980576,0.7379994392,190,-1.719812114,0.6715965947,610.56354235 +56,-1.534931522,0.7379944961,190,-1.719812114,0.6715965947,616.12829186 +57,-1.533387952,0.7379480264,190,-1.719812114,0.6715965947,620.26558741 +58,-1.538682279,0.7364914363,190,-1.719812114,0.6715965947,603.706557 +59,-1.536980704,0.7364810563,190,-1.719812114,0.6715965947,608.33316342 +60,-1.534935567,0.7364752065,190,-1.719812114,0.6715965947,613.91381944 +61,-1.533042592,0.7363876366,190,-1.719812114,0.6715965947,618.97257978 +62,-1.545143426,0.7349628011,190,-1.719812114,0.6715965947,583.84542949 +63,-1.543105297,0.7349691947,190,-1.719812114,0.6715965947,589.40830179 +64,-1.541064533,0.7349647152,190,-1.719812114,0.6715965947,594.97372622 +65,-1.545411803,0.7334624714,190,-1.719812114,0.6715965947,580.89797993 +66,-1.543446606,0.7334780896,190,-1.719812114,0.6715965947,586.30091033 +67,-1.541475327,0.7334957295,190,-1.719812114,0.6715965947,591.73314057 +68,-1.545401939,0.731963266,190,-1.719812114,0.6715965947,578.76180431 +69,-1.54342253,0.7319915583,190,-1.719812114,0.6715965947,584.24826264 +70,-1.541455867,0.7320216438,190,-1.719812114,0.6715965947,589.71110408 +71,-1.545410146,0.7304422281,190,-1.719812114,0.6715965947,576.59829186 +72,-1.543435491,0.7304713664,190,-1.719812114,0.6715965947,582.09902666 +73,-1.541463105,0.7304997613,190,-1.719812114,0.6715965947,587.60106298 +74,-1.545414768,0.7289194936,190,-1.719812114,0.6715965947,574.49702793 +75,-1.543435774,0.7289538557,190,-1.719812114,0.6715965947,580.04269658 +76,-1.541457714,0.7289765881,190,-1.719812114,0.6715965947,585.57850325 +77,-1.539449415,0.7320555866,190,-1.719812114,0.6715965947,595.29779752 +78,-1.537429183,0.7321097681,190,-1.719812114,0.6715965947,600.95868801 +79,-1.535472649,0.7321497267,190,-1.719812114,0.6715965947,606.4317275 +80,-1.539457899,0.7305333307,190,-1.719812114,0.6715965947,593.20950779 +81,-1.537453161,0.7305750503,190,-1.719812114,0.6715965947,598.83564731 +82,-1.535479385,0.7306124949,190,-1.719812114,0.6715965947,604.37768173 +83,-1.53946905,0.7290102593,190,-1.719812114,0.6715965947,591.16637074 +84,-1.537459922,0.7290417293,190,-1.719812114,0.6715965947,596.81628951 +85,-1.535451349,0.7290890157,190,-1.719812114,0.6715965947,602.49247077 +86,-1.535522937,0.7279887191,190,-1.719812114,0.6715965947,600.90702207 +87,-1.539442524,0.7274735939,190,-1.719812114,0.6715965947,589.26581008 +88,-1.537424111,0.727521351,190,-1.719812114,0.6715965947,594.98729883 +89,-1.539384641,0.7259505092,190,-1.719812114,0.6715965947,587.52696627 +90,-1.537372391,0.7259947145,190,-1.719812114,0.6715965947,593.25093835 +91,-1.535340789,0.7260435356,190,-1.719812114,0.6715965947,599.04168802 +92,-1.539325716,0.7244369706,190,-1.719812114,0.6715965947,585.85950239 +93,-1.537308932,0.7244801057,190,-1.719812114,0.6715965947,591.61871477 +94,-1.535289068,0.7245247645,190,-1.719812114,0.6715965947,597.3947526 +95,-1.533261366,0.7245550236,190,-1.719812114,0.6715965947,603.1826195 +96,-1.539267302,0.722921924,190,-1.719812114,0.6715965947,584.24568931 +97,-1.537248972,0.7229660258,190,-1.719812114,0.6715965947,590.03375291 +98,-1.535219431,0.7229916471,190,-1.719812114,0.6715965947,595.83889335 +99,-1.53318962,0.7230212049,190,-1.719812114,0.6715965947,601.65555399 +100,-1.531154816,0.7230299897,190,-1.719812114,0.6715965947,607.46979049 +101,-1.528878341,0.7230370244,190,-1.719812114,0.6715965947,613.97930442 +102,-1.539218189,0.7214009878,190,-1.719812114,0.6715965947,582.65616977 +103,-1.537198791,0.7214422745,190,-1.719812114,0.6715965947,588.46713067 +104,-1.535179266,0.7214634354,190,-1.719812114,0.6715965947,594.26223835 +105,-1.533156501,0.7214944644,190,-1.719812114,0.6715965947,600.08330874 +106,-1.53113574,0.7215166021,190,-1.719812114,0.6715965947,605.89486679 +107,-1.528874248,0.7215345535,190,-1.719812114,0.6715965947,612.39840143 +108,-1.539217656,0.7198512397,190,-1.719812114,0.6715965947,580.95443653 +109,-1.537199919,0.7199428763,190,-1.719812114,0.6715965947,586.83718384 +110,-1.545425832,0.727397149,190,-1.719812114,0.6715965947,572.43371038 +111,-1.543371177,0.7273916949,190,-1.719812114,0.6715965947,578.16446213 +112,-1.541368852,0.7274523163,190,-1.719812114,0.6715965947,583.84315473 +113,-1.545349067,0.7258710923,190,-1.719812114,0.6715965947,570.66770207 +114,-1.54332671,0.7258603556,190,-1.719812114,0.6715965947,576.32900352 +115,-1.541346831,0.7259242142,190,-1.719812114,0.6715965947,581.97290229 +116,-1.545324355,0.7243383958,190,-1.719812114,0.6715965947,568.80582039 +117,-1.543292796,0.7243617413,190,-1.719812114,0.6715965947,574.56195794 +118,-1.541295822,0.7244024384,190,-1.719812114,0.6715965947,580.24907159 +119,-1.543193859,0.7205570215,190,-1.719812114,0.6715965947,570.36480765 +120,-1.550257047,0.7386738187,190,-1.719812114,0.6715965947,575.84206109 +121,-1.549335448,0.7311736483,190,-1.719812114,0.6715965947,566.82208969 +122,-1.533478843,0.7179891343,190,-1.719812114,0.6715965947,595.5383682 +123,-1.556150555,0.738907041,190,-1.719812114,0.6715965947,560.55631615 +124,-1.554324226,0.733414257,190,-1.719812114,0.6715965947,556.56002466 +125,-1.554290846,0.7288285332,190,-1.719812114,0.6715965947,549.82077765 +126,-1.55122487,0.7219795312,190,-1.719812114,0.6715965947,549.24174756 +127,-1.525104458,0.7229399862,190,-1.719812114,0.6715965947,624.67410032 +128,-1.519607711,0.7236181429,190,-1.719812114,0.6715965947,641.13031979 +129,-1.513899999,0.7251107854,190,-1.719812114,0.6715965947,659.01368557 +130,-1.536620762,0.7431061895,190,-1.719812114,0.6715965947,619.39193376 +131,-1.5369566,0.7460845958,190,-1.719812114,0.6715965947,623.33827826 +132,-1.545345528,0.7447040685,190,-1.719812114,0.6715965947,598.91135515 +133,-1.532813921,0.7432306626,190,-1.719812114,0.6715965947,629.77478964 +134,-1.554788248,0.7382381001,190,-1.719812114,0.6715965947,563.05000007 +135,-1.540348126,0.7301594274,190,-1.719812114,0.6715965947,590.23677335 +136,-1.538016084,0.7239051786,190,-1.719812114,0.6715965947,588.94010892 +137,-1.525288962,0.7258085137,190,-1.719812114,0.6715965947,627.24925992 +138,-1.534326986,0.731241342,190,-1.719812114,0.6715965947,608.40846361 +139,-1.530733872,0.7303625216,190,-1.719812114,0.6715965947,617.30188176 +141,-1.534354939,0.7328219978,190,-1.719812114,0.6715965947,610.43183509 +142,-1.53157084,0.7292888153,190,-1.719812114,0.6715965947,613.61303433 +143,-1.525691035,0.7263799874,190,-1.719812114,0.6715965947,626.74893194 +144,-1.534031287,0.7495967835,190,-1.719812114,0.6715965947,636.92952831 +145,-1.527714986,0.7283095957,190,-1.719812114,0.6715965947,623.26344805 +146,-1.526189586,0.7271468292,190,-1.719812114,0.6715965947,626.21118815 +147,-1.555177336,0.7375563366,190,-1.719812114,0.6715965947,560.88517081 +148,-1.555080283,0.7312707794,190,-1.719812114,0.6715965947,551.23995203 +149,-1.53856994,0.7224180299,190,-1.719812114,0.6715965947,585.6508458 +150,-1.530837883,0.729933372,190,-1.719812114,0.6715965947,616.47140748 +151,-1.515066984,0.5854133365,190,-1.719812114,0.6715965947,738.70653639 +152,-1.534731633,0.5368370046,190,-1.719812114,0.6715965947,804.503363 +153,-1.515231902,0.5607085576,190,-1.719812114,0.6715965947,792.86800059 +154,-2.616253799,1.0684566605,190,-1.719812114,0.6715965947,2673.6711476 +155,-1.956071439,0.5792177723,190,-1.719812114,0.6715965947,841.15337778 +156,-1.951208514,0.5602434208,190,-1.719812114,0.6715965947,867.15906908 +157,-1.944675062,0.6062144545,190,-1.719812114,0.6715965947,759.62792991 +158,-1.613778386,0.6077989518,190,-1.719812114,0.6715965947,421.01927623 +159,-2.035029014,0.6021432345,190,-1.719812114,0.6715965947,1038.8792189 +160,-2.114989471,0.6801825058,190,-1.719812114,0.6715965947,1218.4945913 +161,-2.037382079,0.5765830025,190,-1.719812114,0.6715965947,1085.637301 +162,-2.129855121,0.6585019963,190,-1.719812114,0.6715965947,1275.6316376 +163,-2.075141798,0.6493615843,190,-1.719812114,0.6715965947,1112.6793489 +164,-1.828626729,0.6948433129,190,-1.719812114,0.6715965947,346.63638354 +165,-1.863329418,0.6735427691,190,-1.719812114,0.6715965947,444.59044392 +166,-1.266037071,0.727988852,190,-1.719812114,0.6715965947,1387.5471829 +167,-1.277579582,0.7249010648,190,-1.719812114,0.6715965947,1353.2452032 +168,-1.258418684,0.7241194816,190,-1.719812114,0.6715965947,1410.0699067 +169,-1.317813974,0.6804850104,190,-1.719812114,0.6715965947,1239.2787408 +170,-1.344165204,0.6790988904,190,-1.719812114,0.6715965947,1159.0028246 +171,-1.427582102,0.5277120351,190,-1.719812114,0.6715965947,1109.9821401 +172,-1.402238616,0.457167829,190,-1.719812114,0.6715965947,1355.9894127 +173,-1.422454264,0.4996161999,190,-1.719812114,0.6715965947,1191.5742432 +174,-1.439089277,0.4894859811,190,-1.719812114,0.6715965947,1173.7110689 +175,-1.448126995,0.5182330266,190,-1.719812114,0.6715965947,1076.1604053 +176,-1.474626146,0.5881926574,190,-1.719812114,0.6715965947,850.3248399 +177,-1.421139645,0.5584869783,190,-1.719812114,0.6715965947,1062.8041539 +178,-1.457037165,0.565943032,190,-1.719812114,0.6715965947,943.89378679 +179,-2.757159358,0.3745319,190,-1.719812114,0.6715965947,3682.337337 +180,-2.714309238,0.342054471,190,-1.719812114,0.6715965947,3620.3554752 +181,-2.000525337,0.774119946,190,-1.719812114,0.6715965947,925.29006836 +183,-1.571413436,0.6777838382,190,-1.719812114,0.6715965947,459.50623643 +184,-1.552860289,0.6987663893,190,-1.719812114,0.6715965947,522.9520099 +185,-1.521852374,0.7165827476,190,-1.719812114,0.6715965947,627.9542674 +186,-1.503656267,0.6928968252,190,-1.719812114,0.6715965947,669.32698189 +187,-1.502753178,0.7136205882,190,-1.719812114,0.6715965947,681.62169978 +188,-1.631894563,0.7343596465,190,-1.719812114,0.6715965947,363.72812057 +189,-1.653765416,0.6770714026,190,-1.719812114,0.6715965947,205.48261693 +190,-1.719812114,0.6715965947,190,-1.719812114,0.6715965947,141.92810387 +191,-1.493406659,0.6646955447,190,-1.719812114,0.6715965947,703.90442232 +192,-1.469120564,0.6613469966,190,-1.719812114,0.6715965947,780.75978273 +193,-1.590551461,0.5326612937,190,-1.719812114,0.6715965947,692.91395698 +194,-1.625979264,0.5247742243,190,-1.719812114,0.6715965947,657.35796017 +195,-1.572293943,0.5238808754,190,-1.719812114,0.6715965947,757.94982229 +196,-1.610848725,0.5477107964,190,-1.719812114,0.6715965947,604.62508795 +197,-1.208485554,0.7918526018,190,-1.719812114,0.6715965947,1570.3549605 +198,-1.335601374,0.6869083083,190,-1.719812114,0.6715965947,1182.6947506 +199,-1.346156996,0.6825213377,190,-1.719812114,0.6715965947,1151.7185766 +200,-1.324381037,0.6741422347,190,-1.719812114,0.6715965947,1221.8192259 +201,-1.242424992,0.7378949807,190,-1.719812114,0.6715965947,1457.6657068 +202,-1.270370057,0.7392461008,190,-1.719812114,0.6715965947,1376.0365524 +203,-1.448950472,0.7441675014,190,-1.719812114,0.6715965947,862.77621965 +204,-1.492662363,0.7523026852,190,-1.719812114,0.6715965947,751.35644759 +205,-1.479098966,0.7763855017,190,-1.719812114,0.6715965947,824.54109116 +206,-1.633760714,0.7869022408,190,-1.719812114,0.6715965947,522.43296926 +207,-1.647406434,0.8101289331,190,-1.719812114,0.6715965947,587.89915922 +208,-1.564245052,0.5701509278,190,-1.719812114,0.6715965947,641.83131088 +209,-1.646289963,0.6833746083,190,-1.719812114,0.6715965947,231.62830701 +210,-1.5820631,0.6751952144,190,-1.719812114,0.6715965947,426.62493749 +211,-1.613236298,0.6681681791,190,-1.719812114,0.6715965947,331.13633544 +212,-1.914661867,0.8212566515,190,-1.719812114,0.6715965947,818.43478627 +213,-1.742133237,0.7250275956,190,-1.719812114,0.6715965947,222.20244911 +214,-2.033144872,0.6557314699,190,-1.719812114,0.6715965947,978.13881839 +215,-2.039551981,0.6964723658,190,-1.719812114,0.6715965947,984.75373274 +216,-1.247341019,0.7622473908,190,-1.719812114,0.6715965947,1448.6471857 +217,-1.298239787,0.7084123392,190,-1.719812114,0.6715965947,1291.9910682 +218,-1.308539688,0.6926545592,190,-1.719812114,0.6715965947,1263.635298 +219,-1.303263185,0.6888938396,190,-1.719812114,0.6715965947,1280.7838373 +220,-1.852400229,0.6004246149,190,-1.719812114,0.6715965947,507.62627188 +221,-1.288947707,0.7473773692,190,-1.719812114,0.6715965947,1324.014981 +222,-1.372031502,0.7472790993,190,-1.719812114,0.6715965947,1084.3998913 +223,-1.289805721,0.7242157877,190,-1.719812114,0.6715965947,1316.9502452 +224,-1.350807603,0.7533498126,190,-1.719812114,0.6715965947,1148.9585154 +225,-1.329290365,0.7560442322,190,-1.719812114,0.6715965947,1211.9475256 +226,-1.410153004,0.616936428,190,-1.719812114,0.6715965947,1002.5897294 +227,-1.393445434,0.6308995063,190,-1.719812114,0.6715965947,1038.8517568 +228,-1.37595573,0.6241540638,190,-1.719812114,0.6715965947,1099.9583087 +229,-1.358388707,0.6172645205,190,-1.719812114,0.6715965947,1161.9375813 +230,-1.753741133,0.8281661666,190,-1.719812114,0.6715965947,627.86411488 +231,-1.47430987,0.6834615681,190,-1.719812114,0.6715965947,758.34139907 +232,-1.421012508,0.7222725206,190,-1.719812114,0.6715965947,927.83172734 +233,-1.4476833,0.6978557868,190,-1.719812114,0.6715965947,840.29018969 +234,-1.470370723,0.6966193374,190,-1.719812114,0.6715965947,771.25200109 +235,-1.429211703,0.7037216883,190,-1.719812114,0.6715965947,897.15671574 +236,-1.700578405,0.6178673663,190,-1.719812114,0.6715965947,221.35560392 +237,-1.678117619,0.6331716163,190,-1.719812114,0.6715965947,200.95126011 +238,-1.725644578,0.6316331145,190,-1.719812114,0.6715965947,159.35716732 +239,-2.14012759,0.7930497945,190,-1.719812114,0.6715965947,1321.9494146 +240,-2.103289431,0.7653606263,190,-1.719812114,0.6715965947,1198.0579019 +241,-1.318739838,0.7017808746,190,-1.719812114,0.6715965947,1230.9196739 +242,-1.396417427,0.7077900843,190,-1.719812114,0.6715965947,996.63731187 +243,-1.35650337,0.7185539404,190,-1.719812114,0.6715965947,1117.9663358 +244,-1.248884539,0.7274156818,190,-1.719812114,0.6715965947,1438.2692168 +245,-1.395014798,0.5761185243,190,-1.719812114,0.6715965947,1108.1212774 +246,-1.433377362,0.6064716109,190,-1.719812114,0.6715965947,945.03320242 +247,-1.408172432,0.5903155476,190,-1.719812114,0.6715965947,1045.419753 +248,-1.749645898,0.7757118084,190,-1.719812114,0.6715965947,421.77294035 +249,-1.571626686,0.615046989,190,-1.719812114,0.6715965947,520.02384805 +250,-1.514070049,0.6303003037,190,-1.719812114,0.6715965947,668.08304842 +251,-1.480890369,0.6237966528,190,-1.719812114,0.6715965947,777.26792367 +252,-1.704390658,0.5281680612,190,-1.719812114,0.6715965947,570.34411049 +253,-1.64434733,0.5254277498,190,-1.719812114,0.6715965947,629.22961641 +254,-1.703855997,0.4792484842,190,-1.719812114,0.6715965947,763.72088868 +255,-1.692002383,0.5748825051,190,-1.719812114,0.6715965947,393.3674631 +256,-1.854136457,0.5544643913,190,-1.719812114,0.6715965947,635.61318578 +257,-1.665021206,0.520317736,190,-1.719812114,0.6715965947,625.43686653 +258,-1.733654349,0.4845187345,190,-1.719812114,0.6715965947,742.42744185 +259,-1.720938188,0.5135933906,190,-1.719812114,0.6715965947,625.86157356 +260,-1.742668307,0.553296122,190,-1.719812114,0.6715965947,474.39068006 +261,-1.965659039,0.7142126903,190,-1.719812114,0.6715965947,767.092227 +262,-1.944438071,0.6772834804,190,-1.719812114,0.6715965947,694.7313031 +263,-1.270340967,0.7681487096,190,-1.719812114,0.6715965947,1385.7725394 +264,-1.353091884,0.6549276821,190,-1.719812114,0.6715965947,1144.0336716 +265,-1.333236659,0.6413584414,190,-1.719812114,0.6715965947,1215.9022534 +266,-1.352015998,0.6753788907,190,-1.719812114,0.6715965947,1136.3216457 +267,-1.377988483,0.6577816235,190,-1.719812114,0.6715965947,1065.1114309 +268,-2.13075611,0.8318642051,190,-1.719812114,0.6715965947,1340.3761995 +269,-2.097910953,0.8259670014,190,-1.719812114,0.6715965947,1249.8584378 +270,-1.416382069,0.6694271549,190,-1.719812114,0.6715965947,940.31900945 +271,-1.538905672,0.7535625993,190,-1.719812114,0.6715965947,631.29006183 +272,-1.572309477,0.7803125099,190,-1.719812114,0.6715965947,612.84054264 +273,-1.87759879,0.7503853417,190,-1.719812114,0.6715965947,566.64651436 +274,1.152365588,0.590457682,190,-1.719812114,0.6715965947,7347.6936613 +275,0.350198001,0.718001859,190,-1.719812114,0.6715965947,5717.0687738 +276,0.046513677,0.491503852,190,-1.719812114,0.6715965947,5587.1243261 +277,0.027510309,0.742571376,190,-1.719812114,0.6715965947,4933.9426689 +278,0.306285725,-0.214631579,190,-1.719812114,0.6715965947,8154.9180241 +279,-1.100564889,0.318051531,190,-1.719812114,0.6715965947,2548.3643693 +280,-1.078582306,0.301437596,190,-1.719812114,0.6715965947,2654.1317702 +281,-1.137371989,-0.617634065,190,-1.719812114,0.6715965947,5534.6737294 +282,0.784356344,0.703272339,190,-1.719812114,0.6715965947,6528.9200168 +283,-1.221209947,0.218327455,190,-1.719812114,0.6715965947,2509.197924 +284,2.347301921,-0.449114658,190,-1.719812114,0.6715965947,9261.6372582 +285,0.246820618,0.830553713,190,-1.719812114,0.6715965947,5197.2423062 +286,0.829414965,0.703288228,190,-1.719812114,0.6715965947,6590.5584468 +287,-1.337537566,0.42332223,190,-1.719812114,0.6715965947,1617.0484406 +288,0.882453706,0.454478077,190,-1.719812114,0.6715965947,7555.5639121 +289,1.575629659,0.416419109,190,-1.719812114,0.6715965947,8096.494713 +290,-1.039455679,0.229888244,190,-1.719812114,0.6715965947,2955.4865175 +291,0.489558039,0.934482747,190,-1.719812114,0.6715965947,5330.3739884 +292,0.081344504,0.88384514,190,-1.719812114,0.6715965947,4730.2677271 +293,-1.547979814,0.300350308,190,-1.719812114,0.6715965947,1586.4084698 +294,0.040776181,0.168560074,190,-1.719812114,0.6715965947,6385.1754129 +295,-1.130374745,0.563894876,190,-1.719812114,0.6715965947,1938.9956344 +296,1.578326642,0.478507176,190,-1.719812114,0.6715965947,7851.4895424 +297,-1.12861823,-0.291640865,190,-1.719812114,0.6715965947,4401.3573407 +298,0.310524208,0.770885792,190,-1.719812114,0.6715965947,5486.8976021 +299,0.415649091,-0.387246002,190,-1.719812114,0.6715965947,8885.3701202 +300,-0.926533878,-0.188022748,190,-1.719812114,0.6715965947,4491.1583243 +301,1.258856172,-0.11716081,190,-1.719812114,0.6715965947,10171.446318 +302,-1.126050026,0.322941926,190,-1.719812114,0.6715965947,2463.3538415 +303,2.002785835,0.07893892,190,-1.719812114,0.6715965947,8787.0492715 +304,0.440437607,0.746258085,190,-1.719812114,0.6715965947,5813.5752964 +305,-0.030391866,0.214441206,190,-1.719812114,0.6715965947,6055.9485347 +306,0.521557815,-0.058929362,190,-1.719812114,0.6715965947,8398.5833549 +307,-0.097005111,0.13317729,190,-1.719812114,0.6715965947,6054.3782671 +308,1.83113859,0.221857587,190,-1.719812114,0.6715965947,8593.6640056 +309,0.222428864,0.099404236,190,-1.719812114,0.6715965947,7104.5249434 +310,-1.702731345,0.8728568183,190,-1.719812114,0.6715965947,798.64453276 +311,-0.418507569,0.278324921,190,-1.719812114,0.6715965947,4714.8792887 +312,-1.41153306,0.339029988,190,-1.719812114,0.6715965947,1689.5176277 +313,0.357560442,0.114788776,190,-1.719812114,0.6715965947,7453.9557968 +314,0.325818979,0.268352149,190,-1.719812114,0.6715965947,6939.2608047 +315,-1.246004659,-0.663679965,190,-1.719812114,0.6715965947,5563.6869216 +316,1.814603087,0.637404484,190,-1.719812114,0.6715965947,7063.6061381 +317,1.843704281,-0.18300445,190,-1.719812114,0.6715965947,9999.0294975 +318,1.690644492,-0.211480909,190,-1.719812114,0.6715965947,10389.588226 +319,-1.275451936,0.068109467,190,-1.719812114,0.6715965947,2877.6053626 +320,0.762430171,-0.207594741,190,-1.719812114,0.6715965947,9484.8226058 +321,0.265668905,-0.014647884,190,-1.719812114,0.6715965947,7530.8975461 +322,-2.773032013,-0.335515811,190,-1.719812114,0.6715965947,5582.00801 +323,-1.469512853,0.174058777,190,-1.719812114,0.6715965947,2161.7429375 +324,0.286276986,0.785925691,190,-1.719812114,0.6715965947,5396.3219585 +325,-1.379324697,0.377432233,190,-1.719812114,0.6715965947,1642.331123 +326,-1.203778265,0.212813032,190,-1.719812114,0.6715965947,2568.9497994 +327,0.579916301,0.611743168,190,-1.719812114,0.6715965947,6497.4888674 +328,0.267582642,0.868113908,190,-1.719812114,0.6715965947,5138.5389679 +329,0.412869244,-0.050245578,190,-1.719812114,0.6715965947,8061.0417429 +330,0.17524381,0.976660285,190,-1.719812114,0.6715965947,4695.1201358 +331,0.743157214,0.204812899,190,-1.719812114,0.6715965947,8160.4270914 +332,-1.070758176,0.269382282,190,-1.719812114,0.6715965947,2760.92624 +333,-1.230364251,0.329790229,190,-1.719812114,0.6715965947,2158.237032 +334,-1.374813124,-0.024926835,190,-1.719812114,0.6715965947,3032.5572382 +335,0.519780566,0.463669906,190,-1.719812114,0.6715965947,6841.7866893 +336,-1.55108034,0.239698561,190,-1.719812114,0.6715965947,1810.2389528 +337,0.180294813,0.029739425,190,-1.719812114,0.6715965947,7159.6951551 +338,0.67820924,0.268170153,190,-1.719812114,0.6715965947,7812.0027749 +339,0.445798684,1.024001867,190,-1.719812114,0.6715965947,5000.7922459 +340,0.691751283,0.150521402,190,-1.719812114,0.6715965947,8220.5060801 +341,-1.036643551,-0.903056181,190,-1.719812114,0.6715965947,6669.0524791 +342,-0.120287036,1.083325163,190,-1.719812114,0.6715965947,3966.064112 +343,2.823513113,-0.304487164,190,-1.719812114,0.6715965947,7479.6086789 +344,0.457583172,1.12513373,190,-1.719812114,0.6715965947,4724.5424628 +345,0.042918831,0.813795399,190,-1.719812114,0.6715965947,4806.6390873 +346,1.196146777,-0.853142756,190,-1.719812114,0.6715965947,11479.61897 +347,0.206001358,-0.010430701,190,-1.719812114,0.6715965947,7340.2241496 +348,-0.268308653,0.234799412,190,-1.719812114,0.6715965947,5280.7923541 +349,0.759363263,0.736189579,190,-1.719812114,0.6715965947,6378.8295575 +350,0.181363926,0.891988372,190,-1.719812114,0.6715965947,4911.4031607 +351,-0.021111158,0.139103292,190,-1.719812114,0.6715965947,6271.8891238 +352,-0.093355215,0.630686981,190,-1.719812114,0.6715965947,4882.4356855 +353,0.40118964,0.681375926,190,-1.719812114,0.6715965947,5928.5100803 +354,-0.721197315,1.304706234,190,-1.719812114,0.6715965947,3084.5786986 +355,-1.076150317,0.212107639,190,-1.719812114,0.6715965947,2903.5437125 +356,-1.577164531,0.273993443,190,-1.719812114,0.6715965947,1651.4526977 +357,-0.190788414,0.182208586,190,-1.719812114,0.6715965947,5645.9449121 +358,-0.261349752,0.209710184,190,-1.719812114,0.6715965947,5362.1237273 +359,-1.029303852,0.083549259,190,-1.719812114,0.6715965947,3401.8325651 +360,-1.268609162,0.330525297,190,-1.719812114,0.6715965947,2055.9286737 +361,1.282982244,-0.926641967,190,-1.719812114,0.6715965947,11364.914143 +362,0.217352334,0.731352408,190,-1.719812114,0.6715965947,5396.5891204 +363,-1.511833084,0.258629297,190,-1.719812114,0.6715965947,1789.9195649 +364,0.338812194,0.823184618,190,-1.719812114,0.6715965947,5396.7089848 +365,-0.324406489,1.134201999,190,-1.719812114,0.6715965947,3564.7972838 +366,1.389579348,0.399185724,190,-1.719812114,0.6715965947,8200.7922094 +367,2.047152199,-0.039082036,190,-1.719812114,0.6715965947,9069.2002652 +368,0.947780369,0.568250077,190,-1.719812114,0.6715965947,7231.7840501 +369,0.763824846,0.576754987,190,-1.719812114,0.6715965947,6938.4144418 +370,-0.142334657,0.928153068,190,-1.719812114,0.6715965947,4170.8948844 +371,0.610266567,0.547265983,190,-1.719812114,0.6715965947,6763.9367375 +372,0.210731629,0.746815056,190,-1.719812114,0.6715965947,5341.496704 +373,-1.34931644,0.316895224,190,-1.719812114,0.6715965947,1898.8459867 +374,2.407696481,0.655030745,190,-1.719812114,0.6715965947,6078.0712387 +375,0.64207831,0.545359131,190,-1.719812114,0.6715965947,6831.0101005 +376,1.174597538,0.840588356,190,-1.719812114,0.6715965947,6391.1375318 +377,0.660059424,0.010604079,190,-1.719812114,0.6715965947,8575.6351462 +378,-0.730263819,0.010486456,190,-1.719812114,0.6715965947,4433.4816042 +379,0.831068936,0.512339172,190,-1.719812114,0.6715965947,7270.5703952 +380,1.301180979,0.72367476,190,-1.719812114,0.6715965947,6900.044336 +381,1.811128231,0.322854402,190,-1.719812114,0.6715965947,8247.5904848 +382,0.435105812,0.992284428,190,-1.719812114,0.6715965947,5077.4264741 +383,0.62643634,0.592027932,190,-1.719812114,0.6715965947,6648.5934427 +384,0.492988703,-0.516339467,190,-1.719812114,0.6715965947,9376.4848124 +385,-0.162469483,0.112549365,190,-1.719812114,0.6715965947,5903.3161367 +386,0.314630866,0.472006421,190,-1.719812114,0.6715965947,6336.3991796 +387,0.166744804,0.822815954,190,-1.719812114,0.6715965947,5053.2097009 +388,0.417159608,0.965805736,190,-1.719812114,0.6715965947,5126.8108191 +389,0.106334961,0.868774244,190,-1.719812114,0.6715965947,4816.5138353 +390,0.815086969,-0.338144359,190,-1.719812114,0.6715965947,9982.8884367 +391,0.59867455,-0.230624824,190,-1.719812114,0.6715965947,9079.3235088 +392,1.915104874,0.066220985,190,-1.719812114,0.6715965947,9008.0225986 +393,1.278093622,0.064463721,190,-1.719812114,0.6715965947,9481.1262098 +394,-0.061477853,0.302997961,190,-1.719812114,0.6715965947,5744.0886065 +395,0.251311504,0.626976942,190,-1.719812114,0.6715965947,5753.405522 +396,2.950242872,0.149095644,190,-1.719812114,0.6715965947,5985.4443747 +397,-0.180294708,0.35375117,190,-1.719812114,0.6715965947,5267.9474716 +398,1.010448592,-0.351180233,190,-1.719812114,0.6715965947,10549.426239 +399,-1.748740498,0.3686318073,190,-1.719812114,0.6715965947,1204.0932047 +400,2.699635665,0.123533791,190,-1.719812114,0.6715965947,6808.9621145 +401,0.496808033,0.823843254,190,-1.719812114,0.6715965947,5679.6704484 +402,0.129574704,0.763364087,190,-1.719812114,0.6715965947,5119.8924269 +403,1.798920311,0.817447563,190,-1.719812114,0.6715965947,6396.3660264 +404,0.335987953,0.746786541,190,-1.719812114,0.6715965947,5606.1367617 +405,-1.085413643,0.292154671,190,-1.719812114,0.6715965947,2659.0464348 +406,-0.155321003,0.508207011,190,-1.719812114,0.6715965947,4985.5221697 +407,0.620529244,-0.301175104,190,-1.719812114,0.6715965947,9319.7814369 +408,1.684402744,0.368716966,190,-1.719812114,0.6715965947,8209.1391526 +409,0.300582244,-0.386397212,190,-1.719812114,0.6715965947,8526.9098504 +410,2.913555946,-0.009225192,190,-1.719812114,0.6715965947,6489.6264798 +411,1.465101417,0.493232532,190,-1.719812114,0.6715965947,7827.1716423 +412,0.090612882,0.907955955,190,-1.719812114,0.6715965947,4694.4390083 +413,2.987564726,-0.729568594,190,-1.719812114,0.6715965947,7928.6619012 +414,-1.484261606,0.224149272,190,-1.719812114,0.6715965947,1956.4421138 +415,0.164073421,0.303955133,190,-1.719812114,0.6715965947,6395.5710149 +416,0.141441293,0.167552546,190,-1.719812114,0.6715965947,6687.5608863 +417,2.931321023,-0.506718887,190,-1.719812114,0.6715965947,7612.413579 +418,2.21951565,0.700596356,190,-1.719812114,0.6715965947,6288.3484523 +419,0.268112576,1.199114336,190,-1.719812114,0.6715965947,4308.1962463 +420,0.978913739,0.359223811,190,-1.719812114,0.6715965947,8041.6232283 +421,1.210898818,0.522863584,190,-1.719812114,0.6715965947,7648.7988291 +422,2.347397336,0.129231362,190,-1.719812114,0.6715965947,7794.3565508 +423,0.614394501,0.556878345,190,-1.719812114,0.6715965947,6740.6616741 +424,-1.398079356,0.148483366,190,-1.719812114,0.6715965947,2368.1221105 +425,2.535303836,-0.112984496,190,-1.719812114,0.6715965947,7910.7881378 +426,-1.019372593,-0.405322349,190,-1.719812114,0.6715965947,4995.6429251 +427,-1.297785627,-0.160104069,190,-1.719812114,0.6715965947,3644.1536801 +428,2.144554488,0.205051084,190,-1.719812114,0.6715965947,8062.375932 +429,-2.242387083,-0.426171285,190,-1.719812114,0.6715965947,4761.3022064 +430,0.338637212,0.909723676,190,-1.719812114,0.6715965947,5155.6566773 +431,-0.148798452,0.691042401,190,-1.719812114,0.6715965947,4607.2541441 +432,0.893524764,0.441829531,190,-1.719812114,0.6715965947,7617.6820793 +433,0.969229347,-0.368847936,190,-1.719812114,0.6715965947,10491.910707 +434,0.436043248,0.800045688,190,-1.719812114,0.6715965947,5644.7405656 +435,1.687946607,1.081504775,190,-1.719812114,0.6715965947,5447.5649139 +436,0.522302046,-0.034889271,190,-1.719812114,0.6715965947,8334.1643913 +437,-0.178996113,-0.438090009,190,-1.719812114,0.6715965947,7192.9945628 +438,-1.094339566,0.301444068,190,-1.719812114,0.6715965947,2609.3307867 +439,-1.064070054,0.242569932,190,-1.719812114,0.6715965947,2852.1811938 +440,-1.068153768,0.230387998,190,-1.719812114,0.6715965947,2874.3682478 +441,-3.00496892,-0.23989155,190,-1.719812114,0.6715965947,5958.6393037 +442,0.21751974,0.766874888,190,-1.719812114,0.6715965947,5303.7167964 +443,0.117229532,0.007619006,190,-1.719812114,0.6715965947,7024.4524499 +444,0.777758451,0.420554741,190,-1.719812114,0.6715965947,7501.4001844 +445,-0.252356999,0.250747086,190,-1.719812114,0.6715965947,5291.9837102 +446,0.363148444,0.768483434,190,-1.719812114,0.6715965947,5598.8233391 +447,0.903191366,-0.118210676,190,-1.719812114,0.6715965947,9572.3733714 +448,-0.205755923,0.149406178,190,-1.719812114,0.6715965947,5679.4747134 +449,1.811996086,0.02364353,190,-1.719812114,0.6715965947,9343.8923533 +450,-1.100670221,0.314845373,190,-1.719812114,0.6715965947,2556.3721131 +451,0.340078597,0.850105132,190,-1.719812114,0.6715965947,5323.7810879 +452,0.258757267,0.804969236,190,-1.719812114,0.6715965947,5289.0840992 +453,2.78505352,-0.155160804,190,-1.719812114,0.6715965947,7245.3645479 +454,0.800551619,0.105822106,190,-1.719812114,0.6715965947,8611.2149726 +455,0.437940882,-0.506194031,190,-1.719812114,0.6715965947,9188.554621 +456,2.230431122,0.63458615,190,-1.719812114,0.6715965947,6485.1437657 +457,0.527965361,0.127667701,190,-1.719812114,0.6715965947,7883.0384157 +458,-0.063643205,0.702093448,190,-1.719812114,0.6715965947,4801.8320064 +459,1.408447268,0.133010502,190,-1.719812114,0.6715965947,9256.4206797 +460,0.523795955,0.280266966,190,-1.719812114,0.6715965947,7415.1001715 +461,-0.975769313,0.072177659,190,-1.719812114,0.6715965947,3576.4205988 +462,0.549774164,-0.463663986,190,-1.719812114,0.6715965947,9455.7737422 +463,0.29245874,1.095549818,190,-1.719812114,0.6715965947,4590.8876597 +464,0.143625958,0.816809593,190,-1.719812114,0.6715965947,5019.2079537 +465,0.671902494,0.611159853,190,-1.719812114,0.6715965947,6666.9116806 +466,1.239840988,0.6724199,190,-1.719812114,0.6715965947,7079.156649 +467,0.607829703,-0.10932137,190,-1.719812114,0.6715965947,8781.710296 +468,1.763020906,0.263996692,190,-1.719812114,0.6715965947,8527.5643515 +469,0.378714634,0.726066797,190,-1.719812114,0.6715965947,5752.0978077 +470,2.196736143,-0.153862366,190,-1.719812114,0.6715965947,9014.5043044 +471,0.01702415,0.148991565,190,-1.719812114,0.6715965947,6362.9088863 +472,-2.998490902,-0.158002487,190,-1.719812114,0.6715965947,5726.5979917 +473,-3.051262951,-0.346595608,190,-1.719812114,0.6715965947,6367.8224808 +474,-1.069176439,0.182802941,190,-1.719812114,0.6715965947,3005.7811222 +475,0.167157509,0.595344954,190,-1.719812114,0.6715965947,5635.8689985 +476,0.613855648,0.681746124,190,-1.719812114,0.6715965947,6332.5272797 +477,1.037012736,0.682555367,190,-1.719812114,0.6715965947,6900.7533916 +478,-1.253574971,0.379755746,190,-1.719812114,0.6715965947,1959.4808843 +479,3.108590453,-0.132620738,190,-1.719812114,0.6715965947,6192.0591048 +480,0.565301296,0.022333262,190,-1.719812114,0.6715965947,8290.4554243 +481,0.547898238,0.855555614,190,-1.719812114,0.6715965947,5664.6200712 +482,0.948309381,0.417393755,190,-1.719812114,0.6715965947,7785.8633571 +483,-0.050600732,0.945269213,190,-1.719812114,0.6715965947,4331.3430965 +484,-0.977651478,-0.572363064,190,-1.719812114,0.6715965947,5633.5975265 +485,1.102014914,0.728861163,190,-1.719812114,0.6715965947,6777.9545787 +486,2.927300795,-0.282939414,190,-1.719812114,0.6715965947,7111.6973314 +487,-1.154565557,0.124434095,190,-1.719812114,0.6715965947,2962.0647008 +488,1.855331234,0.291044755,190,-1.719812114,0.6715965947,8304.9276303 +489,0.830290659,0.276904518,190,-1.719812114,0.6715965947,8092.8736275 +490,0.485104466,-0.234867441,190,-1.719812114,0.6715965947,8750.4311211 +491,0.521367572,-0.33161327,190,-1.719812114,0.6715965947,9089.9930133 +1,-1.539031704,0.7349710123,191,-1.493406659,0.6646955447,310.75693825 +2,-1.536990553,0.7349663874,191,-1.493406659,0.6646955447,308.04289786 +3,-1.534951779,0.7349571355,191,-1.493406659,0.6646955447,305.41612839 +4,-1.532906461,0.7349480293,191,-1.493406659,0.6646955447,302.88504227 +5,-1.531320211,0.7346937278,191,-1.493406659,0.6646955447,300.09482281 +6,-1.539451648,0.7335131775,191,-1.493406659,0.6646955447,306.21281764 +7,-1.537429487,0.7335445708,191,-1.493406659,0.6646955447,303.58154898 +8,-1.535484998,0.7335658704,191,-1.493406659,0.6646955447,301.11570652 +9,-1.533488396,0.7336036027,191,-1.493406659,0.6646955447,298.74067302 +10,-1.531497785,0.7335842962,191,-1.493406659,0.6646955447,296.27035945 +11,-1.530259379,0.7334777758,191,-1.493406659,0.6646955447,294.44062595 +12,-1.5335454,0.7322346912,191,-1.493406659,0.6646955447,293.89655693 +13,-1.531489083,0.7322238773,191,-1.493406659,0.6646955447,291.3317922 +14,-1.530011122,0.7321679851,191,-1.493406659,0.6646955447,289.38207279 +15,-1.53348106,0.7306614094,191,-1.493406659,0.6646955447,288.1885752 +16,-1.531441779,0.7306962275,191,-1.493406659,0.6646955447,285.75947494 +17,-1.529755654,0.7306933243,191,-1.493406659,0.6646955447,283.7222529 +18,-1.533415048,0.7291384674,191,-1.493406659,0.6646955447,282.67930324 +19,-1.531392093,0.7291705353,191,-1.493406659,0.6646955447,280.21094485 +20,-1.529296523,0.7291214933,191,-1.493406659,0.6646955447,277.47605157 +21,-1.535280942,0.727267644,191,-1.493406659,0.6646955447,278.59220613 +22,-1.533378158,0.7276139666,191,-1.493406659,0.6646955447,277.22489741 +23,-1.531340368,0.7276446587,191,-1.493406659,0.6646955447,274.67991038 +24,-1.528960113,0.7276398177,191,-1.493406659,0.6646955447,271.70861667 +25,-1.533313146,0.7260818349,191,-1.493406659,0.6646955447,271.73003042 +26,-1.531259555,0.7260958115,191,-1.493406659,0.6646955447,269.05123688 +27,-1.528926415,0.7260865555,191,-1.493406659,0.6646955447,266.06229952 +28,-1.531226779,0.7245511789,191,-1.493406659,0.6646955447,263.52375413 +29,-1.528904772,0.7245519194,191,-1.493406659,0.6646955447,260.52078159 +30,-1.547195875,0.7409785979,191,-1.493406659,0.6646955447,343.0506444 +31,-1.5451475,0.740980426,191,-1.493406659,0.6646955447,340.17198965 +32,-1.543097679,0.7409798872,191,-1.493406659,0.6646955447,337.37188617 +33,-1.540720364,0.7409892687,191,-1.493406659,0.6646955447,334.27413208 +34,-1.547188511,0.7395198392,191,-1.493406659,0.6646955447,338.01228166 +35,-1.545148587,0.7395226109,191,-1.493406659,0.6646955447,335.10200683 +36,-1.543104538,0.7395314908,191,-1.493406659,0.6646955447,332.2963359 +37,-1.540727751,0.7395306258,191,-1.493406659,0.6646955447,329.11002449 +38,-1.547187029,0.7380014886,191,-1.493406659,0.6646955447,332.80267849 +39,-1.545147315,0.7380012252,191,-1.493406659,0.6646955447,329.83213106 +40,-1.54310719,0.7380060743,191,-1.493406659,0.6646955447,326.96815875 +41,-1.540719671,0.7380068206,191,-1.493406659,0.6646955447,323.71623248 +42,-1.547187189,0.7364799098,191,-1.493406659,0.6646955447,327.61205194 +43,-1.545149996,0.7364853874,191,-1.493406659,0.6646955447,324.61334277 +44,-1.543106091,0.7364823484,191,-1.493406659,0.6646955447,321.66573432 +45,-1.540717158,0.7364893901,191,-1.493406659,0.6646955447,318.37535683 +46,-1.538663972,0.7410138672,191,-1.493406659,0.6646955447,331.75564702 +47,-1.53695285,0.7409699132,191,-1.493406659,0.6646955447,329.50209861 +48,-1.534910498,0.7409641297,191,-1.493406659,0.6646955447,327.06857466 +49,-1.533145034,0.7409536636,191,-1.493406659,0.6646955447,325.02454378 +50,-1.538681336,0.7395405883,191,-1.493406659,0.6646955447,326.50647943 +51,-1.536999189,0.7395183096,191,-1.493406659,0.6646955447,324.32944345 +52,-1.534923633,0.7395144222,191,-1.493406659,0.6646955447,321.81910861 +53,-1.533267822,0.7395654306,191,-1.493406659,0.6646955447,320.08794825 +54,-1.53867273,0.7380151077,191,-1.493406659,0.6646955447,321.05840248 +55,-1.536980576,0.7379994392,191,-1.493406659,0.6646955447,318.85453812 +56,-1.534931522,0.7379944961,191,-1.493406659,0.6646955447,316.32671442 +57,-1.533387952,0.7379480264,191,-1.493406659,0.6646955447,314.33423311 +58,-1.538682279,0.7364914363,191,-1.493406659,0.6646955447,315.66213178 +59,-1.536980704,0.7364810563,191,-1.493406659,0.6646955447,313.4249732 +60,-1.534935567,0.7364752065,191,-1.493406659,0.6646955447,310.85145375 +61,-1.533042592,0.7363876366,191,-1.493406659,0.6646955447,308.26273302 +62,-1.545143426,0.7349628011,191,-1.493406659,0.6646955447,319.38529752 +63,-1.543105297,0.7349691947,191,-1.493406659,0.6646955447,316.42646138 +64,-1.541064533,0.7349647152,191,-1.493406659,0.6646955447,313.51956696 +65,-1.545411803,0.7334624714,191,-1.493406659,0.6646955447,314.67785382 +66,-1.543446606,0.7334780896,191,-1.493406659,0.6646955447,311.79274977 +67,-1.541475327,0.7334957295,191,-1.493406659,0.6646955447,308.99381813 +68,-1.545401939,0.731963266,191,-1.493406659,0.6646955447,309.58943143 +69,-1.54342253,0.7319915583,191,-1.493406659,0.6646955447,306.67379974 +70,-1.541455867,0.7320216438,191,-1.493406659,0.6646955447,303.8735728 +71,-1.545410146,0.7304422281,191,-1.493406659,0.6646955447,304.48689093 +72,-1.543435491,0.7304713664,191,-1.493406659,0.6646955447,301.52521569 +73,-1.541463105,0.7304997613,191,-1.493406659,0.6646955447,298.65531873 +74,-1.545414768,0.7289194936,191,-1.493406659,0.6646955447,299.40720764 +75,-1.543435774,0.7289538557,191,-1.493406659,0.6646955447,296.39882835 +76,-1.541457714,0.7289765881,191,-1.493406659,0.6646955447,293.44461906 +77,-1.539449415,0.7320555866,191,-1.493406659,0.6646955447,301.1230158 +78,-1.537429183,0.7321097681,191,-1.493406659,0.6646955447,298.52378353 +79,-1.535472649,0.7321497267,191,-1.493406659,0.6646955447,296.06145517 +80,-1.539457899,0.7305333307,191,-1.493406659,0.6646955447,295.84964345 +81,-1.537453161,0.7305750503,191,-1.493406659,0.6646955447,293.17272606 +82,-1.535479385,0.7306124949,191,-1.493406659,0.6646955447,290.6248368 +83,-1.53946905,0.7290102593,191,-1.493406659,0.6646955447,290.60675602 +84,-1.537459922,0.7290417293,191,-1.493406659,0.6646955447,287.83120706 +85,-1.535451349,0.7290890157,191,-1.493406659,0.6646955447,285.21567256 +86,-1.535522937,0.7279887191,191,-1.493406659,0.6646955447,281.45142375 +87,-1.539442524,0.7274735939,191,-1.493406659,0.6646955447,285.29243592 +88,-1.537424111,0.727521351,191,-1.493406659,0.6646955447,282.50279997 +89,-1.539384641,0.7259505092,191,-1.493406659,0.6646955447,280.00802867 +90,-1.537372391,0.7259947145,191,-1.493406659,0.6646955447,277.15779299 +91,-1.535340789,0.7260435356,191,-1.493406659,0.6646955447,274.40335801 +92,-1.539325716,0.7244369706,191,-1.493406659,0.6646955447,274.78493085 +93,-1.537308932,0.7244801057,191,-1.493406659,0.6646955447,271.86565218 +94,-1.535289068,0.7245247645,191,-1.493406659,0.6646955447,269.05572555 +95,-1.533261366,0.7245550236,191,-1.493406659,0.6646955447,266.29690596 +96,-1.539267302,0.722921924,191,-1.493406659,0.6646955447,269.58952068 +97,-1.537248972,0.7229660258,191,-1.493406659,0.6646955447,266.61042708 +98,-1.535219431,0.7229916471,191,-1.493406659,0.6646955447,263.66101894 +99,-1.53318962,0.7230212049,191,-1.493406659,0.6646955447,260.8380573 +100,-1.531154816,0.7230299897,191,-1.493406659,0.6646955447,258.05229746 +101,-1.528878341,0.7230370244,191,-1.493406659,0.6646955447,255.06792972 +102,-1.539218189,0.7214009878,191,-1.493406659,0.6646955447,264.42335984 +103,-1.537198791,0.7214422745,191,-1.493406659,0.6646955447,261.36950952 +104,-1.535179266,0.7214634354,191,-1.493406659,0.6646955447,258.35723432 +105,-1.533156501,0.7214944644,191,-1.493406659,0.6646955447,255.48716711 +106,-1.53113574,0.7215166021,191,-1.493406659,0.6646955447,252.70649912 +107,-1.528874248,0.7215345535,191,-1.493406659,0.6646955447,249.71364988 +108,-1.539217656,0.7198512397,191,-1.493406659,0.6646955447,259.2784838 +109,-1.537199919,0.7199428763,191,-1.493406659,0.6646955447,256.32643923 +110,-1.545425832,0.727397149,191,-1.493406659,0.6646955447,294.37520367 +111,-1.543371177,0.7273916949,191,-1.493406659,0.6646955447,291.05403839 +112,-1.541368852,0.7274523163,191,-1.493406659,0.6646955447,288.1339098 +113,-1.545349067,0.7258710923,191,-1.493406659,0.6646955447,289.22331932 +114,-1.54332671,0.7258603556,191,-1.493406659,0.6646955447,285.87792143 +115,-1.541346831,0.7259242142,191,-1.493406659,0.6646955447,282.9439018 +116,-1.545324355,0.7243383958,191,-1.493406659,0.6646955447,284.17274316 +117,-1.543292796,0.7243617413,191,-1.493406659,0.6646955447,280.86248419 +118,-1.541295822,0.7244024384,191,-1.493406659,0.6646955447,277.76354648 +119,-1.543193859,0.7205570215,191,-1.493406659,0.6646955447,268.27509963 +120,-1.550257047,0.7386738187,191,-1.493406659,0.6646955447,339.7039683 +121,-1.549335448,0.7311736483,191,-1.493406659,0.6646955447,313.22586799 +122,-1.533478843,0.7179891343,191,-1.493406659,0.6646955447,243.93134054 +123,-1.556150555,0.738907041,191,-1.493406659,0.6646955447,349.81907553 +124,-1.554324226,0.733414257,191,-1.493406659,0.6646955447,328.87304853 +125,-1.554290846,0.7288285332,191,-1.493406659,0.6646955447,314.16331164 +126,-1.55122487,0.7219795312,191,-1.493406659,0.6646955447,287.19460661 +127,-1.525104458,0.7229399862,191,-1.493406659,0.6646955447,250.06917038 +128,-1.519607711,0.7236181429,191,-1.493406659,0.6646955447,246.63512602 +129,-1.513899999,0.7251107854,191,-1.493406659,0.6646955447,247.28673496 +130,-1.536620762,0.7431061895,191,-1.493406659,0.6646955447,336.83987785 +131,-1.5369566,0.7460845958,191,-1.493406659,0.6646955447,348.06287212 +132,-1.545345528,0.7447040685,191,-1.493406659,0.6646955447,353.48774995 +133,-1.532813921,0.7432306626,191,-1.493406659,0.6646955447,333.02139497 +134,-1.554788248,0.7382381001,191,-1.493406659,0.6646955447,345.39604484 +135,-1.540348126,0.7301594274,191,-1.493406659,0.6646955447,295.84668901 +136,-1.538016084,0.7239051786,191,-1.493406659,0.6646955447,270.97198103 +137,-1.525288962,0.7258085137,191,-1.493406659,0.6646955447,260.75220809 +138,-1.534326986,0.731241342,191,-1.493406659,0.6646955447,291.34355093 +139,-1.530733872,0.7303625216,191,-1.493406659,0.6646955447,283.69332495 +141,-1.534354939,0.7328219978,191,-1.493406659,0.6646955447,297.01953349 +142,-1.53157084,0.7292888153,191,-1.493406659,0.6646955447,280.85892098 +143,-1.525691035,0.7263799874,191,-1.493406659,0.6646955447,263.29906516 +144,-1.534031287,0.7495967835,191,-1.493406659,0.6646955447,357.81082636 +145,-1.527714986,0.7283095957,191,-1.493406659,0.6646955447,272.66562719 +146,-1.526189586,0.7271468292,191,-1.493406659,0.6646955447,266.67014409 +147,-1.555177336,0.7375563366,191,-1.493406659,0.6646955447,343.78980988 +148,-1.555080283,0.7312707794,191,-1.493406659,0.6646955447,323.30168611 +149,-1.53856994,0.7224180299,191,-1.493406659,0.6646955447,266.79951211 +150,-1.530837883,0.729933372,191,-1.493406659,0.6646955447,282.27099168 +151,-1.515066984,0.5854133365,191,-1.493406659,0.6646955447,321.64150853 +152,-1.534731633,0.5368370046,191,-1.493406659,0.6646955447,524.08089804 +153,-1.515231902,0.5607085576,191,-1.493406659,0.6646955447,417.90676345 +154,-2.616253799,1.0684566605,191,-1.493406659,0.6646955447,3124.1043944 +155,-1.956071439,0.5792177723,191,-1.493406659,0.6646955447,1521.8515642 +156,-1.951208514,0.5602434208,191,-1.493406659,0.6646955447,1534.545009 +157,-1.944675062,0.6062144545,191,-1.493406659,0.6646955447,1452.2597025 +158,-1.613778386,0.6077989518,191,-1.493406659,0.6646955447,444.62856915 +159,-2.035029014,0.6021432345,191,-1.493406659,0.6646955447,1738.6462011 +160,-2.114989471,0.6801825058,191,-1.493406659,0.6646955447,1914.7340355 +161,-2.037382079,0.5765830025,191,-1.493406659,0.6646955447,1778.5402571 +162,-2.129855121,0.6585019963,191,-1.493406659,0.6646955447,1976.245977 +163,-2.075141798,0.6493615843,191,-1.493406659,0.6646955447,1815.7094977 +164,-1.828626729,0.6948433129,191,-1.493406659,0.6646955447,1037.5152272 +165,-1.863329418,0.6735427691,191,-1.493406659,0.6646955447,1147.2901771 +166,-1.266037071,0.727988852,191,-1.493406659,0.6646955447,734.10696349 +167,-1.277579582,0.7249010648,191,-1.493406659,0.6646955447,697.89100938 +168,-1.258418684,0.7241194816,191,-1.493406659,0.6646955447,752.03181882 +169,-1.317813974,0.6804850104,191,-1.493406659,0.6646955447,547.34186041 +170,-1.344165204,0.6790988904,191,-1.493406659,0.6646955447,465.98280522 +171,-1.427582102,0.5277120351,191,-1.493406659,0.6646955447,583.75859202 +172,-1.402238616,0.457167829,191,-1.493406659,0.6646955447,876.61863086 +173,-1.422454264,0.4996161999,191,-1.493406659,0.6646955447,694.52855668 +174,-1.439089277,0.4894859811,191,-1.493406659,0.6646955447,716.91175676 +175,-1.448126995,0.5182330266,191,-1.493406659,0.6646955447,598.8592494 +176,-1.474626146,0.5881926574,191,-1.493406659,0.6646955447,308.95489215 +177,-1.421139645,0.5584869783,191,-1.493406659,0.6646955447,481.42701505 +178,-1.457037165,0.565943032,191,-1.493406659,0.6646955447,408.43001908 +179,-2.757159358,0.3745319,191,-1.493406659,0.6646955447,4386.0957114 +180,-2.714309238,0.342054471,191,-1.493406659,0.6646955447,4323.7557065 +181,-2.000525337,0.774119946,191,-1.493406659,0.6646955447,1562.6207682 +183,-1.571413436,0.6777838382,191,-1.493406659,0.6646955447,247.41469913 +184,-1.552860289,0.6987663893,191,-1.493406659,0.6646955447,227.23656236 +185,-1.521852374,0.7165827476,191,-1.493406659,0.6646955447,223.11142494 +186,-1.503656267,0.6928968252,191,-1.493406659,0.6646955447,116.08778989 +187,-1.502753178,0.7136205882,191,-1.493406659,0.6646955447,195.88586313 +188,-1.631894563,0.7343596465,191,-1.493406659,0.6646955447,501.96542293 +189,-1.653765416,0.6770714026,191,-1.493406659,0.6646955447,499.71470492 +190,-1.719812114,0.6715965947,191,-1.493406659,0.6646955447,703.90442232 +191,-1.493406659,0.6646955447,191,-1.493406659,0.6646955447,29.861520792 +192,-1.469120564,0.6613469966,191,-1.493406659,0.6646955447,76.967168842 +193,-1.590551461,0.5326612937,191,-1.493406659,0.6646955447,611.70168184 +194,-1.625979264,0.5247742243,191,-1.493406659,0.6646955447,703.94241583 +195,-1.572293943,0.5238808754,191,-1.493406659,0.6646955447,614.70197409 +196,-1.610848725,0.5477107964,191,-1.493406659,0.6646955447,600.34057907 +197,-1.208485554,0.7918526018,191,-1.493406659,0.6646955447,978.64557896 +198,-1.335601374,0.6869083083,191,-1.493406659,0.6646955447,495.32984163 +199,-1.346156996,0.6825213377,191,-1.493406659,0.6646955447,461.11858232 +200,-1.324381037,0.6741422347,191,-1.493406659,0.6646955447,526.10402087 +201,-1.242424992,0.7378949807,191,-1.493406659,0.6646955447,811.71281406 +202,-1.270370057,0.7392461008,191,-1.493406659,0.6646955447,735.39062145 +203,-1.448950472,0.7441675014,191,-1.493406659,0.6646955447,342.14639571 +204,-1.492662363,0.7523026852,191,-1.493406659,0.6646955447,347.01908996 +205,-1.479098966,0.7763855017,191,-1.493406659,0.6646955447,444.44188799 +206,-1.633760714,0.7869022408,191,-1.493406659,0.6646955447,637.47804355 +207,-1.647406434,0.8101289331,191,-1.493406659,0.6646955447,730.9499363 +208,-1.564245052,0.5701509278,191,-1.493406659,0.6646955447,438.72708659 +209,-1.646289963,0.6833746083,191,-1.493406659,0.6646955447,478.69087747 +210,-1.5820631,0.6751952144,191,-1.493406659,0.6646955447,278.3512171 +211,-1.613236298,0.6681681791,191,-1.493406659,0.6646955447,373.25415001 +212,-1.914661867,0.8212566515,191,-1.493406659,0.6646955447,1368.7398924 +213,-1.742133237,0.7250275956,191,-1.493406659,0.6646955447,792.51051542 +214,-2.033144872,0.6557314699,191,-1.493406659,0.6646955447,1681.1654088 +215,-2.039551981,0.6964723658,191,-1.493406659,0.6646955447,1677.4199844 +216,-1.247341019,0.7622473908,191,-1.493406659,0.6646955447,830.54851838 +217,-1.298239787,0.7084123392,191,-1.493406659,0.6646955447,621.97372956 +218,-1.308539688,0.6926545592,191,-1.493406659,0.6646955447,580.28392849 +219,-1.303263185,0.6888938396,191,-1.493406659,0.6646955447,594.53770006 +220,-1.852400229,0.6004246149,191,-1.493406659,0.6646955447,1172.1382288 +221,-1.288947707,0.7473773692,191,-1.493406659,0.6646955447,696.9812408 +222,-1.372031502,0.7472790993,191,-1.493406659,0.6646955447,490.44684793 +223,-1.289805721,0.7242157877,191,-1.493406659,0.6646955447,662.34608387 +224,-1.350807603,0.7533498126,191,-1.493406659,0.6646955447,553.70195093 +225,-1.329290365,0.7560442322,191,-1.493406659,0.6646955447,610.75793352 +226,-1.410153004,0.616936428,191,-1.493406659,0.6646955447,324.98444053 +227,-1.393445434,0.6308995063,191,-1.493406659,0.6646955447,342.85821714 +228,-1.37595573,0.6241540638,191,-1.493406659,0.6646955447,404.9739127 +229,-1.358388707,0.6172645205,191,-1.493406659,0.6646955447,467.81172465 +230,-1.753741133,0.8281661666,191,-1.493406659,0.6646955447,993.11422037 +231,-1.47430987,0.6834615681,191,-1.493406659,0.6646955447,94.960621791 +232,-1.421012508,0.7222725206,191,-1.493406659,0.6646955447,317.16173267 +233,-1.4476833,0.6978557868,191,-1.493406659,0.6646955447,192.44896439 +234,-1.470370723,0.6966193374,191,-1.493406659,0.6646955447,144.97177995 +235,-1.429211703,0.7037216883,191,-1.493406659,0.6646955447,250.40338353 +236,-1.700578405,0.6178673663,191,-1.493406659,0.6646955447,682.67626941 +237,-1.678117619,0.6331716163,191,-1.493406659,0.6646955447,595.78150366 +238,-1.725644578,0.6316331145,191,-1.493406659,0.6646955447,744.25276872 +239,-2.14012759,0.7930497945,191,-1.493406659,0.6646955447,1958.3797941 +240,-2.103289431,0.7653606263,191,-1.493406659,0.6646955447,1852.5676992 +241,-1.318739838,0.7017808746,191,-1.493406659,0.6646955447,555.94964291 +242,-1.396417427,0.7077900843,191,-1.493406659,0.6646955447,342.64002785 +243,-1.35650337,0.7185539404,191,-1.493406659,0.6646955447,468.73808614 +244,-1.248884539,0.7274156818,191,-1.493406659,0.6646955447,782.58377919 +245,-1.395014798,0.5761185243,191,-1.493406659,0.6646955447,472.71257633 +246,-1.433377362,0.6064716109,191,-1.493406659,0.6646955447,299.61553351 +247,-1.408172432,0.5903155476,191,-1.493406659,0.6646955447,401.72950363 +248,-1.749645898,0.7757118084,191,-1.493406659,0.6646955447,878.66023572 +249,-1.571626686,0.615046989,191,-1.493406659,0.6646955447,316.85934884 +250,-1.514070049,0.6303003037,191,-1.493406659,0.6646955447,151.06843864 +251,-1.480890369,0.6237966528,191,-1.493406659,0.6646955447,166.77785903 +252,-1.704390658,0.5281680612,191,-1.493406659,0.6646955447,876.45618611 +253,-1.64434733,0.5254277498,191,-1.493406659,0.6646955447,740.5074097 +254,-1.703855997,0.4792484842,191,-1.493406659,0.6646955447,1013.4843823 +255,-1.692002383,0.5748825051,191,-1.493406659,0.6646955447,731.7235974 +256,-1.854136457,0.5544643913,191,-1.493406659,0.6646955447,1246.878849 +257,-1.665021206,0.520317736,191,-1.493406659,0.6646955447,802.16930682 +258,-1.733654349,0.4845187345,191,-1.493406659,0.6646955447,1068.923959 +259,-1.720938188,0.5135933906,191,-1.493406659,0.6646955447,957.30914103 +260,-1.742668307,0.553296122,191,-1.493406659,0.6646955447,920.72724803 +261,-1.965659039,0.7142126903,191,-1.493406659,0.6646955447,1450.7123438 +262,-1.944438071,0.6772834804,191,-1.493406659,0.6646955447,1395.4528386 +263,-1.270340967,0.7681487096,191,-1.493406659,0.6646955447,780.92541225 +264,-1.353091884,0.6549276821,191,-1.493406659,0.6646955447,440.69275296 +265,-1.333236659,0.6413584414,191,-1.493406659,0.6646955447,512.07929401 +266,-1.352015998,0.6753788907,191,-1.493406659,0.6646955447,440.85359099 +267,-1.377988483,0.6577816235,191,-1.493406659,0.6646955447,361.77483087 +268,-2.13075611,0.8318642051,191,-1.493406659,0.6646955447,1943.8105289 +269,-2.097910953,0.8259670014,191,-1.493406659,0.6646955447,1853.7436523 +270,-1.416382069,0.6694271549,191,-1.493406659,0.6646955447,240.40367227 +271,-1.538905672,0.7535625993,191,-1.493406659,0.6646955447,377.5875029 +272,-1.572309477,0.7803125099,191,-1.493406659,0.6646955447,514.27189381 +273,-1.87759879,0.7503853417,191,-1.493406659,0.6646955447,1201.2850061 +274,1.152365588,0.590457682,191,-1.493406659,0.6646955447,7148.0719673 +275,0.350198001,0.718001859,191,-1.493406659,0.6646955447,5237.1038751 +276,0.046513677,0.491503852,191,-1.493406659,0.6646955447,4962.892173 +277,0.027510309,0.742571376,191,-1.493406659,0.6646955447,4390.8057086 +278,0.306285725,-0.214631579,191,-1.493406659,0.6646955447,7453.2216549 +279,-1.100564889,0.318051531,191,-1.493406659,0.6646955447,1930.4729064 +280,-1.078582306,0.301437596,191,-1.493406659,0.6646955447,2034.2393512 +281,-1.137371989,-0.617634065,191,-1.493406659,0.6646955447,5244.6032333 +282,0.784356344,0.703272339,191,-1.493406659,0.6646955447,6186.4204501 +283,-1.221209947,0.218327455,191,-1.493406659,0.6646955447,2012.1015352 +284,2.347301921,-0.449114658,191,-1.493406659,0.6646955447,9965.2085096 +285,0.246820618,0.830553713,191,-1.493406659,0.6646955447,4738.2039144 +286,0.829414965,0.703288228,191,-1.493406659,0.6646955447,6266.2439086 +287,-1.337537566,0.42332223,191,-1.493406659,0.6646955447,1090.9420774 +288,0.882453706,0.454478077,191,-1.493406659,0.6646955447,7177.9670562 +289,1.575629659,0.416419109,191,-1.493406659,0.6646955447,8153.0572955 +290,-1.039455679,0.229888244,191,-1.493406659,0.6646955447,2348.4205799 +291,0.489558039,0.934482747,191,-1.493406659,0.6646955447,4978.7190348 +292,0.081344504,0.88384514,191,-1.493406659,0.6646955447,4261.6403759 +293,-1.547979814,0.300350308,191,-1.493406659,0.6646955447,1455.5631101 +294,0.040776181,0.168560074,191,-1.493406659,0.6646955447,5698.0079544 +295,-1.130374745,0.563894876,191,-1.493406659,0.6646955447,1237.8348212 +296,1.578326642,0.478507176,191,-1.493406659,0.6646955447,7908.2072441 +297,-1.12861823,-0.291640865,191,-1.493406659,0.6646955447,4023.7139555 +298,0.310524208,0.770885792,191,-1.493406659,0.6646955447,5017.7491664 +299,0.415649091,-0.387246002,191,-1.493406659,0.6646955447,8181.5399244 +300,-0.926533878,-0.188022748,191,-1.493406659,0.6646955447,3976.5586083 +301,1.258856172,-0.11716081,191,-1.493406659,0.6646955447,9864.1399252 +302,-1.126050026,0.322941926,191,-1.493406659,0.6646955447,1854.6676916 +303,2.002785835,0.07893892,191,-1.493406659,0.6646955447,9222.8668993 +304,0.440437607,0.746258085,191,-1.493406659,0.6646955447,5369.5986699 +305,-0.030391866,0.214441206,191,-1.493406659,0.6646955447,5367.6960339 +306,0.521557815,-0.058929362,191,-1.493406659,0.6646955447,7740.098192 +307,-0.097005111,0.13317729,191,-1.493406659,0.6646955447,5354.4126012 +308,1.83113859,0.221857587,191,-1.493406659,0.6646955447,8867.1430397 +309,0.222428864,0.099404236,191,-1.493406659,0.6646955447,6427.9338726 +310,-1.702731345,0.8728568183,191,-1.493406659,0.6646955447,1014.632561 +311,-0.418507569,0.278324921,191,-1.493406659,0.6646955447,4011.2850037 +312,-1.41153306,0.339029988,191,-1.493406659,0.6646955447,1320.399743 +313,0.357560442,0.114788776,191,-1.493406659,0.6646955447,6800.5793605 +314,0.325818979,0.268352149,191,-1.493406659,0.6646955447,6313.283257 +315,-1.246004659,-0.663679965,191,-1.493406659,0.6646955447,5338.5464858 +316,1.814603087,0.637404484,191,-1.493406659,0.6646955447,7250.371244 +317,1.843704281,-0.18300445,191,-1.493406659,0.6646955447,10413.393466 +318,1.690644492,-0.211480909,191,-1.493406659,0.6646955447,10642.401372 +319,-1.275451936,0.068109467,191,-1.493406659,0.6646955447,2491.0390705 +320,0.762430171,-0.207594741,191,-1.493406659,0.6646955447,8842.837212 +321,0.265668905,-0.014647884,191,-1.493406659,0.6646955447,6843.739505 +322,-2.773032013,-0.335515811,191,-1.493406659,0.6646955447,6181.258259 +323,-1.469512853,0.174058777,191,-1.493406659,0.6646955447,1945.2715835 +324,0.286276986,0.785925691,191,-1.493406659,0.6646955447,4927.3941714 +325,-1.379324697,0.377432233,191,-1.493406659,0.6646955447,1202.5578308 +326,-1.203778265,0.212813032,191,-1.493406659,0.6646955447,2061.5988939 +327,0.579916301,0.611743168,191,-1.493406659,0.6646955447,6048.03856 +328,0.267582642,0.868113908,191,-1.493406659,0.6646955447,4701.3071278 +329,0.412869244,-0.050245578,191,-1.493406659,0.6646955447,7386.4651618 +330,0.17524381,0.976660285,191,-1.493406659,0.6646955447,4292.5022028 +331,0.743157214,0.204812899,191,-1.493406659,0.6646955447,7640.6012864 +332,-1.070758176,0.269382282,191,-1.493406659,0.6646955447,2151.2004199 +333,-1.230364251,0.329790229,191,-1.493406659,0.6646955447,1606.9744853 +334,-1.374813124,-0.024926835,191,-1.493406659,0.6646955447,2765.8234114 +335,0.519780566,0.463669906,191,-1.493406659,0.6646955447,6323.0238477 +336,-1.55108034,0.239698561,191,-1.493406659,0.6646955447,1695.5844697 +337,0.180294813,0.029739425,191,-1.493406659,0.6646955447,6469.558242 +338,0.67820924,0.268170153,191,-1.493406659,0.6646955447,7286.8420909 +339,0.445798684,1.024001867,191,-1.493406659,0.6646955447,4680.0890552 +340,0.691751283,0.150521402,191,-1.493406659,0.6646955447,7664.0534522 +341,-1.036643551,-0.903056181,191,-1.493406659,0.6646955447,6407.8419021 +342,-0.120287036,1.083325163,191,-1.493406659,0.6646955447,3586.2583849 +343,2.823513113,-0.304487164,191,-1.493406659,0.6646955447,8178.8856072 +344,0.457583172,1.12513373,191,-1.493406659,0.6646955447,4458.3802884 +345,0.042918831,0.813795399,191,-1.493406659,0.6646955447,4297.3182194 +346,1.196146777,-0.853142756,191,-1.493406659,0.6646955447,10956.296439 +347,0.206001358,-0.010430701,191,-1.493406659,0.6646955447,6648.0791228 +348,-0.268308653,0.234799412,191,-1.493406659,0.6646955447,4579.3779769 +349,0.759363263,0.736189579,191,-1.493406659,0.6646955447,6037.5732767 +350,0.181363926,0.891988372,191,-1.493406659,0.6646955447,4466.5826054 +351,-0.021111158,0.139103292,191,-1.493406659,0.6646955447,5576.6686743 +352,-0.093355215,0.630686981,191,-1.493406659,0.6646955447,4275.9799543 +353,0.40118964,0.681375926,191,-1.493406659,0.6646955447,5448.5968236 +354,-0.721197315,1.304706234,191,-1.493406659,0.6646955447,2902.146109 +355,-1.076150317,0.212107639,191,-1.493406659,0.6646955447,2320.127767 +356,-1.577164531,0.273993443,191,-1.493406659,0.6646955447,1574.9695195 +357,-0.190788414,0.182208586,191,-1.493406659,0.6646955447,4944.7488782 +358,-0.261349752,0.209710184,191,-1.493406659,0.6646955447,4659.8076127 +359,-1.029303852,0.083549259,191,-1.493406659,0.6646955447,2845.5378942 +360,-1.268609162,0.330525297,191,-1.493406659,0.6646955447,1533.902171 +361,1.282982244,-0.926641967,191,-1.493406659,0.6646955447,11004.662983 +362,0.217352334,0.731352408,191,-1.493406659,0.6646955447,4888.8439144 +363,-1.511833084,0.258629297,191,-1.493406659,0.6646955447,1609.7232794 +364,0.338812194,0.823184618,191,-1.493406659,0.6646955447,4956.7173247 +365,-0.324406489,1.134201999,191,-1.493406659,0.6646955447,3210.4725331 +366,1.389579348,0.399185724,191,-1.493406659,0.6646955447,8121.3637339 +367,2.047152199,-0.039082036,191,-1.493406659,0.6646955447,9574.1251602 +368,0.947780369,0.568250077,191,-1.493406659,0.6646955447,6919.8194039 +369,0.763824846,0.576754987,191,-1.493406659,0.6646955447,6546.3042839 +370,-0.142334657,0.928153068,191,-1.493406659,0.6646955447,3689.8741862 +371,0.610266567,0.547265983,191,-1.493406659,0.6646955447,6303.112919 +372,0.210731629,0.746815056,191,-1.493406659,0.6646955447,4838.4514104 +373,-1.34931644,0.316895224,191,-1.493406659,0.6646955447,1465.0583312 +374,2.407696481,0.655030745,191,-1.493406659,0.6646955447,6526.804382 +375,0.64207831,0.545359131,191,-1.493406659,0.6646955447,6381.0389746 +376,1.174597538,0.840588356,191,-1.493406659,0.6646955447,6252.3478305 +377,0.660059424,0.010604079,191,-1.493406659,0.6646955447,7967.4083581 +378,-0.730263819,0.010486456,191,-1.493406659,0.6646955447,3794.18101 +379,0.831068936,0.512339172,191,-1.493406659,0.6646955447,6886.9263608 +380,1.301180979,0.72367476,191,-1.493406659,0.6646955447,6803.34106 +381,1.811128231,0.322854402,191,-1.493406659,0.6646955447,8485.4243303 +382,0.435105812,0.992284428,191,-1.493406659,0.6646955447,4738.7295127 +383,0.62643634,0.592027932,191,-1.493406659,0.6646955447,6208.6469984 +384,0.492988703,-0.516339467,191,-1.493406659,0.6646955447,8676.9850372 +385,-0.162469483,0.112549365,191,-1.493406659,0.6646955447,5200.2526103 +386,0.314630866,0.472006421,191,-1.493406659,0.6646955447,5762.6400948 +387,0.166744804,0.822815954,191,-1.493406659,0.6646955447,4572.8918706 +388,0.417159608,0.965805736,191,-1.493406659,0.6646955447,4771.0926347 +389,0.106334961,0.868774244,191,-1.493406659,0.6646955447,4345.2745211 +390,0.815086969,-0.338144359,191,-1.493406659,0.6646955447,9315.7360518 +391,0.59867455,-0.230624824,191,-1.493406659,0.6646955447,8400.0327481 +392,1.915104874,0.066220985,191,-1.493406659,0.6646955447,9387.2864843 +393,1.278093622,0.064463721,191,-1.493406659,0.6646955447,9252.1811544 +394,-0.061477853,0.302997961,191,-1.493406659,0.6646955447,5064.6116038 +395,0.251311504,0.626976942,191,-1.493406659,0.6646955447,5214.5613145 +396,2.950242872,0.149095644,191,-1.493406659,0.6646955447,6678.6319946 +397,-0.180294708,0.35375117,191,-1.493406659,0.6646955447,4583.9285619 +398,1.010448592,-0.351180233,191,-1.493406659,0.6646955447,9934.7401247 +399,-1.748740498,0.3686318073,191,-1.493406659,0.6646955447,1461.6149677 +400,2.699635665,0.123533791,191,-1.493406659,0.6646955447,7477.3589048 +401,0.496808033,0.823843254,191,-1.493406659,0.6646955447,5283.0044949 +402,0.129574704,0.763364087,191,-1.493406659,0.6646955447,4605.8203208 +403,1.798920311,0.817447563,191,-1.493406659,0.6646955447,6548.8072549 +404,0.335987953,0.746786541,191,-1.493406659,0.6646955447,5133.7517116 +405,-1.085413643,0.292154671,191,-1.493406659,0.6646955447,2045.985746 +406,-0.155321003,0.508207011,191,-1.493406659,0.6646955447,4334.2494904 +407,0.620529244,-0.301175104,191,-1.493406659,0.6646955447,8631.3407123 +408,1.684402744,0.368716966,191,-1.493406659,0.6646955447,8348.2819622 +409,0.300582244,-0.386397212,191,-1.493406659,0.6646955447,7825.3023672 +410,2.913555946,-0.009225192,191,-1.493406659,0.6646955447,7191.5773343 +411,1.465101417,0.493232532,191,-1.493406659,0.6646955447,7807.3255174 +412,0.090612882,0.907955955,191,-1.493406659,0.6646955447,4239.7249073 +413,2.987564726,-0.729568594,191,-1.493406659,0.6646955447,8508.3895084 +414,-1.484261606,0.224149272,191,-1.493406659,0.6646955447,1745.3018352 +415,0.164073421,0.303955133,191,-1.493406659,0.6646955447,5747.0847473 +416,0.141441293,0.167552546,191,-1.493406659,0.6646955447,6011.1333821 +417,2.931321023,-0.506718887,191,-1.493406659,0.6646955447,8271.2372268 +418,2.21951565,0.700596356,191,-1.493406659,0.6646955447,6652.5377293 +419,0.268112576,1.199114336,191,-1.493406659,0.6646955447,4053.4774694 +420,0.978913739,0.359223811,191,-1.493406659,0.6646955447,7685.1394677 +421,1.210898818,0.522863584,191,-1.493406659,0.6646955447,7469.3901914 +422,2.347397336,0.129231362,191,-1.493406659,0.6646955447,8378.2533784 +423,0.614394501,0.556878345,191,-1.493406659,0.6646955447,6284.5282216 +424,-1.398079356,0.148483366,191,-1.493406659,0.6646955447,2072.9023142 +425,2.535303836,-0.112984496,191,-1.493406659,0.6646955447,8593.2681547 +426,-1.019372593,-0.405322349,191,-1.493406659,0.6646955447,4590.3936809 +427,-1.297785627,-0.160104069,191,-1.493406659,0.6646955447,3346.2371908 +428,2.144554488,0.205051084,191,-1.493406659,0.6646955447,8538.2601467 +429,-2.242387083,-0.426171285,191,-1.493406659,0.6646955447,5139.3629214 +430,0.338637212,0.909723676,191,-1.493406659,0.6646955447,4754.4695021 +431,-0.148798452,0.691042401,191,-1.493406659,0.6646955447,4013.2904345 +432,0.893524764,0.441829531,191,-1.493406659,0.6646955447,7241.6054788 +433,0.969229347,-0.368847936,191,-1.493406659,0.6646955447,9853.8841365 +434,0.436043248,0.800045688,191,-1.493406659,0.6646955447,5220.9816436 +435,1.687946607,1.081504775,191,-1.493406659,0.6646955447,5525.9728336 +436,0.522302046,-0.034889271,191,-1.493406659,0.6646955447,7680.9008384 +437,-0.178996113,-0.438090009,191,-1.493406659,0.6646955447,6542.7673318 +438,-1.094339566,0.301444068,191,-1.493406659,0.6646955447,1996.099678 +439,-1.064070054,0.242569932,191,-1.493406659,0.6646955447,2250.6063856 +440,-1.068153768,0.230387998,191,-1.493406659,0.6646955447,2279.6302659 +441,-3.00496892,-0.23989155,191,-1.493406659,0.6646955447,6623.83446 +442,0.21751974,0.766874888,191,-1.493406659,0.6646955447,4810.486679 +443,0.117229532,0.007619006,191,-1.493406659,0.6646955447,6327.4951432 +444,0.777758451,0.420554741,191,-1.493406659,0.6646955447,7065.0694219 +445,-0.252356999,0.250747086,191,-1.493406659,0.6646955447,4592.1360379 +446,0.363148444,0.768483434,191,-1.493406659,0.6646955447,5142.3116748 +447,0.903191366,-0.118210676,191,-1.493406659,0.6646955447,9010.6197125 +448,-0.205755923,0.149406178,191,-1.493406659,0.6646955447,4976.5121602 +449,1.811996086,0.02364353,191,-1.493406659,0.6646955447,9652.3014132 +450,-1.100670221,0.314845373,191,-1.493406659,0.6646955447,1939.9563868 +451,0.340078597,0.850105132,191,-1.493406659,0.6646955447,4895.8378237 +452,0.258757267,0.804969236,191,-1.493406659,0.6646955447,4821.6310134 +453,2.78505352,-0.155160804,191,-1.493406659,0.6646955447,7948.7423965 +454,0.800551619,0.105822106,191,-1.493406659,0.6646955447,8083.2468556 +455,0.437940882,-0.506194031,191,-1.493406659,0.6646955447,8490.4984326 +456,2.230431122,0.63458615,191,-1.493406659,0.6646955447,6873.4658801 +457,0.527965361,0.127667701,191,-1.493406659,0.6646955447,7269.6942665 +458,-0.063643205,0.702093448,191,-1.493406659,0.6646955447,4226.06192 +459,1.408447268,0.133010502,191,-1.493406659,0.6646955447,9162.4623159 +460,0.523795955,0.280266966,191,-1.493406659,0.6646955447,6842.1150746 +461,-0.975769313,0.072177659,191,-1.493406659,0.6646955447,2999.6986873 +462,0.549774164,-0.463663986,191,-1.493406659,0.6646955447,8751.9901521 +463,0.29245874,1.095549818,191,-1.493406659,0.6646955447,4276.646081 +464,0.143625958,0.816809593,191,-1.493406659,0.6646955447,4531.294037 +465,0.671902494,0.611159853,191,-1.493406659,0.6646955447,6250.1110755 +466,1.239840988,0.6724199,191,-1.493406659,0.6646955447,6942.5619046 +467,0.607829703,-0.10932137,191,-1.493406659,0.6646955447,8129.2237459 +468,1.763020906,0.263996692,191,-1.493406659,0.6646955447,8740.6033799 +469,0.378714634,0.726066797,191,-1.493406659,0.6646955447,5282.9453191 +470,2.196736143,-0.153862366,191,-1.493406659,0.6646955447,9630.6695952 +471,0.01702415,0.148991565,191,-1.493406659,0.6646955447,5671.4752556 +472,-2.998490902,-0.158002487,191,-1.493406659,0.6646955447,6404.2451666 +473,-3.051262951,-0.346595608,191,-1.493406659,0.6646955447,7019.3130752 +474,-1.069176439,0.182802941,191,-1.493406659,0.6646955447,2430.9558138 +475,0.167157509,0.595344954,191,-1.493406659,0.6646955447,5066.8889631 +476,0.613855648,0.681746124,191,-1.493406659,0.6646955447,5919.3233337 +477,1.037012736,0.682555367,191,-1.493406659,0.6646955447,6663.0005291 +478,-1.253574971,0.379755746,191,-1.493406659,0.6646955447,1393.4670437 +479,3.108590453,-0.132620738,191,-1.493406659,0.6646955447,6888.5966637 +480,0.565301296,0.022333262,191,-1.493406659,0.6646955447,7659.9107037 +481,0.547898238,0.855555614,191,-1.493406659,0.6646955447,5295.9357767 +482,0.948309381,0.417393755,191,-1.493406659,0.6646955447,7430.2179753 +483,-0.050600732,0.945269213,191,-1.493406659,0.6646955447,3873.0409643 +484,-0.977651478,-0.572363064,191,-1.493406659,0.6646955447,5255.7564922 +485,1.102014914,0.728861163,191,-1.493406659,0.6646955447,6582.4671041 +486,2.927300795,-0.282939414,191,-1.493406659,0.6646955447,7806.8731 +487,-1.154565557,0.124434095,191,-1.493406659,0.6646955447,2460.6734226 +488,1.855331234,0.291044755,191,-1.493406659,0.6646955447,8580.5202362 +489,0.830290659,0.276904518,191,-1.493406659,0.6646955447,7634.2982438 +490,0.485104466,-0.234867441,191,-1.493406659,0.6646955447,8057.8002139 +491,0.521367572,-0.33161327,191,-1.493406659,0.6646955447,8390.2578369 +1,-1.539031704,0.7349710123,192,-1.469120564,0.6613469966,360.51607158 +2,-1.536990553,0.7349663874,192,-1.469120564,0.6613469966,356.8986286 +3,-1.534951779,0.7349571355,192,-1.469120564,0.6613469966,353.34160526 +4,-1.532906461,0.7349480293,192,-1.469120564,0.6613469966,349.84700989 +5,-1.531320211,0.7346937278,192,-1.469120564,0.6613469966,346.37804867 +6,-1.539451648,0.7335131775,192,-1.469120564,0.6613469966,356.7026068 +7,-1.537429487,0.7335445708,192,-1.469120564,0.6613469966,353.16677528 +8,-1.535484998,0.7335658704,192,-1.469120564,0.6613469966,349.80633135 +9,-1.533488396,0.7336036027,192,-1.469120564,0.6613469966,346.47764469 +10,-1.531497785,0.7335842962,192,-1.469120564,0.6613469966,343.04795726 +11,-1.530259379,0.7334777758,192,-1.469120564,0.6613469966,340.64088577 +12,-1.5335454,0.7322346912,192,-1.469120564,0.6613469966,342.17800495 +13,-1.531489083,0.7322238773,192,-1.469120564,0.6613469966,338.61475038 +14,-1.530011122,0.7321679851,192,-1.469120564,0.6613469966,335.94484531 +15,-1.53348106,0.7306614094,192,-1.469120564,0.6613469966,337.04781875 +16,-1.531441779,0.7306962275,192,-1.469120564,0.6613469966,333.60528608 +17,-1.529755654,0.7306933243,192,-1.469120564,0.6613469966,330.71676834 +18,-1.533415048,0.7291384674,192,-1.469120564,0.6613469966,332.11072081 +19,-1.531392093,0.7291705353,192,-1.469120564,0.6613469966,328.63270877 +20,-1.529296523,0.7291214933,192,-1.469120564,0.6613469966,324.84780593 +21,-1.535280942,0.727267644,192,-1.469120564,0.6613469966,329.67753266 +22,-1.533378158,0.7276139666,192,-1.469120564,0.6613469966,327.25806435 +23,-1.531340368,0.7276446587,192,-1.469120564,0.6613469966,323.69210538 +24,-1.528960113,0.7276398177,192,-1.469120564,0.6613469966,319.49824901 +25,-1.533313146,0.7260818349,192,-1.469120564,0.6613469966,322.36970674 +26,-1.531259555,0.7260958115,192,-1.469120564,0.6613469966,318.66460984 +27,-1.528926415,0.7260865555,192,-1.469120564,0.6613469966,314.47290208 +28,-1.531226779,0.7245511789,192,-1.469120564,0.6613469966,313.7775099 +29,-1.528904772,0.7245519194,192,-1.469120564,0.6613469966,309.56844453 +30,-1.547195875,0.7409785979,192,-1.469120564,0.6613469966,393.98441192 +31,-1.5451475,0.740980426,192,-1.469120564,0.6613469966,390.31104026 +32,-1.543097679,0.7409798872,192,-1.469120564,0.6613469966,386.69185779 +33,-1.540720364,0.7409892687,192,-1.469120564,0.6613469966,382.60935224 +34,-1.547188511,0.7395198392,192,-1.469120564,0.6613469966,389.45306225 +35,-1.545148587,0.7395226109,192,-1.469120564,0.6613469966,385.75013163 +36,-1.543104538,0.7395314908,192,-1.469120564,0.6613469966,382.12288406 +37,-1.540727751,0.7395306258,192,-1.469120564,0.6613469966,377.95291631 +38,-1.547187029,0.7380014886,192,-1.469120564,0.6613469966,384.78342975 +39,-1.545147315,0.7380012252,192,-1.469120564,0.6613469966,381.0209328 +40,-1.54310719,0.7380060743,192,-1.469120564,0.6613469966,377.33715644 +41,-1.540719671,0.7380068206,192,-1.469120564,0.6613469966,373.09409597 +42,-1.547187189,0.7364799098,192,-1.469120564,0.6613469966,380.14475064 +43,-1.545149996,0.7364853874,192,-1.469120564,0.6613469966,376.35304181 +44,-1.543106091,0.7364823484,192,-1.469120564,0.6613469966,372.58625789 +45,-1.540717158,0.7364893901,192,-1.469120564,0.6613469966,368.29993273 +46,-1.538663972,0.7410138672,192,-1.469120564,0.6613469966,379.20588128 +47,-1.53695285,0.7409699132,192,-1.469120564,0.6613469966,376.21802005 +48,-1.534910498,0.7409641297,192,-1.469120564,0.6613469966,372.8683722 +49,-1.533145034,0.7409536636,192,-1.469120564,0.6613469966,370.01317845 +50,-1.538681336,0.7395405883,192,-1.469120564,0.6613469966,374.47044371 +51,-1.536999189,0.7395183096,192,-1.469120564,0.6613469966,371.56162042 +52,-1.534923633,0.7395144222,192,-1.469120564,0.6613469966,368.1151301 +53,-1.533267822,0.7395654306,192,-1.469120564,0.6613469966,365.59879105 +54,-1.53867273,0.7380151077,192,-1.469120564,0.6613469966,369.55450478 +55,-1.536980576,0.7379994392,192,-1.469120564,0.6613469966,366.60895881 +56,-1.534931522,0.7379944961,192,-1.469120564,0.6613469966,363.15255856 +57,-1.533387952,0.7379480264,192,-1.469120564,0.6613469966,360.45681705 +58,-1.538682279,0.7364914363,192,-1.469120564,0.6613469966,364.70981 +59,-1.536980704,0.7364810563,192,-1.469120564,0.6613469966,361.72221146 +60,-1.534935567,0.7364752065,192,-1.469120564,0.6613469966,358.21794989 +61,-1.533042592,0.7363876366,192,-1.469120564,0.6613469966,354.77100686 +62,-1.545143426,0.7349628011,192,-1.469120564,0.6613469966,371.68548143 +63,-1.543105297,0.7349691947,192,-1.469120564,0.6613469966,367.90602944 +64,-1.541064533,0.7349647152,192,-1.469120564,0.6613469966,364.15349931 +65,-1.545411803,0.7334624714,192,-1.469120564,0.6613469966,367.64913626 +66,-1.543446606,0.7334780896,192,-1.469120564,0.6613469966,363.97355744 +67,-1.541475327,0.7334957295,192,-1.469120564,0.6613469966,360.35414744 +68,-1.545401939,0.731963266,192,-1.469120564,0.6613469966,363.13239007 +69,-1.54342253,0.7319915583,192,-1.469120564,0.6613469966,359.41633845 +70,-1.541455867,0.7320216438,192,-1.469120564,0.6613469966,355.79245768 +71,-1.545410146,0.7304422281,192,-1.469120564,0.6613469966,358.62780544 +72,-1.543435491,0.7304713664,192,-1.469120564,0.6613469966,354.8688309 +73,-1.541463105,0.7304997613,192,-1.469120564,0.6613469966,351.17428926 +74,-1.545414768,0.7289194936,192,-1.469120564,0.6613469966,354.15623756 +75,-1.543435774,0.7289538557,192,-1.469120564,0.6613469966,350.34884229 +76,-1.541457714,0.7289765881,192,-1.469120564,0.6613469966,346.57112877 +77,-1.539449415,0.7320555866,192,-1.469120564,0.6613469966,352.1713452 +78,-1.537429183,0.7321097681,192,-1.469120564,0.6613469966,348.65769942 +79,-1.535472649,0.7321497267,192,-1.469120564,0.6613469966,345.2853419 +80,-1.539457899,0.7305333307,192,-1.469120564,0.6613469966,347.49846859 +81,-1.537453161,0.7305750503,192,-1.469120564,0.6613469966,343.91759249 +82,-1.535479385,0.7306124949,192,-1.469120564,0.6613469966,340.45050714 +83,-1.53946905,0.7290102593,192,-1.469120564,0.6613469966,342.87045896 +84,-1.537459922,0.7290417293,192,-1.469120564,0.6613469966,339.19246731 +85,-1.535451349,0.7290890157,192,-1.469120564,0.6613469966,335.63574338 +86,-1.535522937,0.7279887191,192,-1.469120564,0.6613469966,332.35263184 +87,-1.539442524,0.7274735939,192,-1.469120564,0.6613469966,338.1732862 +88,-1.537424111,0.727521351,192,-1.469120564,0.6613469966,334.46980106 +89,-1.539384641,0.7259505092,192,-1.469120564,0.6613469966,333.50006655 +90,-1.537372391,0.7259947145,192,-1.469120564,0.6613469966,329.73982604 +91,-1.535340789,0.7260435356,192,-1.469120564,0.6613469966,326.02929026 +92,-1.539325716,0.7244369706,192,-1.469120564,0.6613469966,328.89688451 +93,-1.537308932,0.7244801057,192,-1.469120564,0.6613469966,325.06633792 +94,-1.535289068,0.7245247645,192,-1.469120564,0.6613469966,321.30659191 +95,-1.533261366,0.7245550236,192,-1.469120564,0.6613469966,317.56290963 +96,-1.539267302,0.722921924,192,-1.469120564,0.6613469966,324.33549276 +97,-1.537248972,0.7229660258,192,-1.469120564,0.6613469966,320.44516741 +98,-1.535219431,0.7229916471,192,-1.469120564,0.6613469966,316.54967778 +99,-1.53318962,0.7230212049,192,-1.469120564,0.6613469966,312.73959581 +100,-1.531154816,0.7230299897,192,-1.469120564,0.6613469966,308.93319644 +101,-1.528878341,0.7230370244,192,-1.469120564,0.6613469966,304.75917887 +102,-1.539218189,0.7214009878,192,-1.469120564,0.6613469966,319.82329355 +103,-1.537198791,0.7214422745,192,-1.469120564,0.6613469966,315.86123448 +104,-1.535179266,0.7214634354,192,-1.469120564,0.6613469966,311.91073785 +105,-1.533156501,0.7214944644,192,-1.469120564,0.6613469966,308.05625143 +106,-1.53113574,0.7215166021,192,-1.469120564,0.6613469966,304.25484373 +107,-1.528874248,0.7215345535,192,-1.469120564,0.6613469966,300.0725189 +108,-1.539217656,0.7198512397,192,-1.469120564,0.6613469966,315.37973434 +109,-1.537199919,0.7199428763,192,-1.469120564,0.6613469966,311.50135772 +110,-1.545425832,0.727397149,192,-1.469120564,0.6613469966,349.74555574 +111,-1.543371177,0.7273916949,192,-1.469120564,0.6613469966,345.6141763 +112,-1.541368852,0.7274523163,192,-1.469120564,0.6613469966,341.8457878 +113,-1.545349067,0.7258710923,192,-1.469120564,0.6613469966,345.19341246 +114,-1.54332671,0.7258603556,192,-1.469120564,0.6613469966,341.05574351 +115,-1.541346831,0.7259242142,192,-1.469120564,0.6613469966,337.2832524 +116,-1.545324355,0.7243383958,192,-1.469120564,0.6613469966,340.77644688 +117,-1.543292796,0.7243617413,192,-1.469120564,0.6613469966,336.66010238 +118,-1.541295822,0.7244024384,192,-1.469120564,0.6613469966,332.72811483 +119,-1.543193859,0.7205570215,192,-1.469120564,0.6613469966,325.69149055 +120,-1.550257047,0.7386738187,192,-1.469120564,0.6613469966,392.5890495 +121,-1.549335448,0.7311736483,192,-1.469120564,0.6613469966,368.56227855 +122,-1.533478843,0.7179891343,192,-1.469120564,0.6613469966,298.28911575 +123,-1.556150555,0.738907041,192,-1.469120564,0.6613469966,404.66792106 +124,-1.554324226,0.733414257,192,-1.469120564,0.6613469966,385.10218891 +125,-1.554290846,0.7288285332,192,-1.469120564,0.6613469966,372.12801023 +126,-1.55122487,0.7219795312,192,-1.469120564,0.6613469966,346.90729787 +127,-1.525104458,0.7229399862,192,-1.469120564,0.6613469966,297.71823987 +128,-1.519607711,0.7236181429,192,-1.469120564,0.6613469966,290.69589785 +129,-1.513899999,0.7251107854,192,-1.469120564,0.6613469966,287.02568052 +130,-1.536620762,0.7431061895,192,-1.469120564,0.6613469966,382.69969558 +131,-1.5369566,0.7460845958,192,-1.469120564,0.6613469966,393.11889983 +132,-1.545345528,0.7447040685,192,-1.469120564,0.6613469966,402.44818395 +133,-1.532813921,0.7432306626,192,-1.469120564,0.6613469966,377.1170309 +134,-1.554788248,0.7382381001,192,-1.469120564,0.6613469966,400.02571241 +135,-1.540348126,0.7301594274,192,-1.469120564,0.6613469966,348.02823509 +136,-1.538016084,0.7239051786,192,-1.469120564,0.6613469966,324.73887922 +137,-1.525288962,0.7258085137,192,-1.469120564,0.6613469966,307.2930155 +138,-1.534326986,0.731241342,192,-1.469120564,0.6613469966,340.38093462 +139,-1.530733872,0.7303625216,192,-1.469120564,0.6613469966,331.31382507 +141,-1.534354939,0.7328219978,192,-1.469120564,0.6613469966,345.4626896 +142,-1.53157084,0.7292888153,192,-1.469120564,0.6613469966,329.32300089 +143,-1.525691035,0.7263799874,192,-1.469120564,0.6613469966,309.83120863 +144,-1.534031287,0.7495967835,192,-1.469120564,0.6613469966,400.52464279 +145,-1.527714986,0.7283095957,192,-1.469120564,0.6613469966,319.52594686 +146,-1.526189586,0.7271468292,192,-1.469120564,0.6613469966,313.16783191 +147,-1.555177336,0.7375563366,192,-1.469120564,0.6613469966,398.79323446 +148,-1.555080283,0.7312707794,192,-1.469120564,0.6613469966,380.58779618 +149,-1.53856994,0.7224180299,192,-1.469120564,0.6613469966,321.46417857 +150,-1.530837883,0.729933372,192,-1.469120564,0.6613469966,330.11195201 +151,-1.515066984,0.5854133365,192,-1.469120564,0.6613469966,335.06748303 +152,-1.534731633,0.5368370046,192,-1.469120564,0.6613469966,537.72359678 +153,-1.515231902,0.5607085576,192,-1.469120564,0.6613469966,425.71903288 +154,-2.616253799,1.0684566605,192,-1.469120564,0.6613469966,3180.9205645 +155,-1.956071439,0.5792177723,192,-1.469120564,0.6613469966,1596.5560211 +156,-1.951208514,0.5602434208,192,-1.469120564,0.6613469966,1608.234604 +157,-1.944675062,0.6062144545,192,-1.469120564,0.6613469966,1527.9463106 +158,-1.613778386,0.6077989518,192,-1.469120564,0.6613469966,507.59553645 +159,-2.035029014,0.6021432345,192,-1.469120564,0.6613469966,1814.8734346 +160,-2.114989471,0.6801825058,192,-1.469120564,0.6613469966,1991.5559376 +161,-2.037382079,0.5765830025,192,-1.469120564,0.6613469966,1854.0831482 +162,-2.129855121,0.6585019963,192,-1.469120564,0.6613469966,2053.1950446 +163,-2.075141798,0.6493615843,192,-1.469120564,0.6613469966,1892.6657165 +164,-1.828626729,0.6948433129,192,-1.469120564,0.6613469966,1114.3765356 +165,-1.863329418,0.6735427691,192,-1.469120564,0.6613469966,1224.2428456 +166,-1.266037071,0.727988852,192,-1.469120564,0.6613469966,671.29234774 +167,-1.277579582,0.7249010648,192,-1.469120564,0.6613469966,634.99260597 +168,-1.258418684,0.7241194816,192,-1.469120564,0.6613469966,687.91721212 +169,-1.317813974,0.6804850104,192,-1.469120564,0.6613469966,475.31301428 +170,-1.344165204,0.6790988904,192,-1.469120564,0.6613469966,394.09407225 +171,-1.427582102,0.5277120351,192,-1.469120564,0.6613469966,546.5344801 +172,-1.402238616,0.457167829,192,-1.469120564,0.6613469966,839.11972223 +173,-1.422454264,0.4996161999,192,-1.469120564,0.6613469966,658.90724484 +174,-1.439089277,0.4894859811,192,-1.469120564,0.6613469966,687.97739309 +175,-1.448126995,0.5182330266,192,-1.469120564,0.6613469966,571.05448583 +176,-1.474626146,0.5881926574,192,-1.469120564,0.6613469966,290.30308778 +177,-1.421139645,0.5584869783,192,-1.469120564,0.6613469966,436.13382199 +178,-1.457037165,0.565943032,192,-1.469120564,0.6613469966,379.91179844 +179,-2.757159358,0.3745319,192,-1.469120564,0.6613469966,4463.0095337 +180,-2.714309238,0.342054471,192,-1.469120564,0.6613469966,4400.3963964 +181,-2.000525337,0.774119946,192,-1.469120564,0.6613469966,1636.7785319 +183,-1.571413436,0.6777838382,192,-1.469120564,0.6613469966,324.23993042 +184,-1.552860289,0.6987663893,192,-1.469120564,0.6613469966,297.39629934 +185,-1.521852374,0.7165827476,192,-1.469120564,0.6613469966,271.73624903 +186,-1.503656267,0.6928968252,192,-1.469120564,0.6613469966,164.2587987 +187,-1.502753178,0.7136205882,192,-1.469120564,0.6613469966,231.22415219 +188,-1.631894563,0.7343596465,192,-1.469120564,0.6613469966,571.95712676 +189,-1.653765416,0.6770714026,192,-1.469120564,0.6613469966,576.67130871 +190,-1.719812114,0.6715965947,192,-1.469120564,0.6613469966,780.75978273 +191,-1.493406659,0.6646955447,192,-1.469120564,0.6613469966,76.967168842 +192,-1.469120564,0.6613469966,192,-1.469120564,0.6613469966,96.092122648 +193,-1.590551461,0.5326612937,192,-1.469120564,0.6613469966,646.11992155 +194,-1.625979264,0.5247742243,192,-1.469120564,0.6613469966,746.28775915 +195,-1.572293943,0.5238808754,192,-1.469120564,0.6613469966,641.04224735 +196,-1.610848725,0.5477107964,192,-1.469120564,0.6613469966,644.41496021 +197,-1.208485554,0.7918526018,192,-1.469120564,0.6613469966,926.44439219 +198,-1.335601374,0.6869083083,192,-1.469120564,0.6613469966,425.256557 +199,-1.346156996,0.6825213377,192,-1.469120564,0.6613469966,390.18841616 +200,-1.324381037,0.6741422347,192,-1.469120564,0.6613469966,452.86248461 +201,-1.242424992,0.7378949807,192,-1.469120564,0.6613469966,749.89736629 +202,-1.270370057,0.7392461008,192,-1.469120564,0.6613469966,675.65412095 +203,-1.448950472,0.7441675014,192,-1.469120564,0.6613469966,333.65847659 +204,-1.492662363,0.7523026852,192,-1.469120564,0.6613469966,367.17213863 +205,-1.479098966,0.7763855017,192,-1.469120564,0.6613469966,456.63375265 +206,-1.633760714,0.7869022408,192,-1.469120564,0.6613469966,696.19049086 +207,-1.647406434,0.8101289331,192,-1.469120564,0.6613469966,786.95825463 +208,-1.564245052,0.5701509278,192,-1.469120564,0.6613469966,474.24423619 +209,-1.646289963,0.6833746083,192,-1.469120564,0.6613469966,555.61291649 +210,-1.5820631,0.6751952144,192,-1.469120564,0.6613469966,355.31426784 +211,-1.613236298,0.6681681791,192,-1.469120564,0.6613469966,449.95219328 +212,-1.914661867,0.8212566515,192,-1.469120564,0.6613469966,1438.7554592 +213,-1.742133237,0.7250275956,192,-1.469120564,0.6613469966,867.80528759 +214,-2.033144872,0.6557314699,192,-1.469120564,0.6613469966,1758.1203926 +215,-2.039551981,0.6964723658,192,-1.469120564,0.6613469966,1754.1414959 +216,-1.247341019,0.7622473908,192,-1.469120564,0.6613469966,774.71987078 +217,-1.298239787,0.7084123392,192,-1.469120564,0.6613469966,556.00807625 +218,-1.308539688,0.6926545592,192,-1.469120564,0.6613469966,510.79393302 +219,-1.303263185,0.6888938396,192,-1.469120564,0.6613469966,524.05232733 +220,-1.852400229,0.6004246149,192,-1.469120564,0.6613469966,1246.3852144 +221,-1.288947707,0.7473773692,192,-1.469120564,0.6613469966,641.06089589 +222,-1.372031502,0.7472790993,192,-1.469120564,0.6613469966,448.94019682 +223,-1.289805721,0.7242157877,192,-1.469120564,0.6613469966,600.06597535 +224,-1.350807603,0.7533498126,192,-1.469120564,0.6613469966,509.25265939 +225,-1.329290365,0.7560442322,192,-1.469120564,0.6613469966,563.00383524 +226,-1.410153004,0.616936428,192,-1.469120564,0.6613469966,257.03848821 +227,-1.393445434,0.6308995063,192,-1.469120564,0.6613469966,267.9560812 +228,-1.37595573,0.6241540638,192,-1.469120564,0.6613469966,330.01098887 +229,-1.358388707,0.6172645205,192,-1.469120564,0.6613469966,392.79265252 +230,-1.753741133,0.8281661666,192,-1.469120564,0.6613469966,1056.3662378 +231,-1.47430987,0.6834615681,192,-1.469120564,0.6613469966,89.059429425 +232,-1.421012508,0.7222725206,192,-1.469120564,0.6613469966,282.40131154 +233,-1.4476833,0.6978557868,192,-1.469120564,0.6613469966,158.97540994 +234,-1.470370723,0.6966193374,192,-1.469120564,0.6613469966,139.76686094 +235,-1.429211703,0.7037216883,192,-1.469120564,0.6613469966,207.87417726 +236,-1.700578405,0.6178673663,192,-1.469120564,0.6613469966,754.75079666 +237,-1.678117619,0.6331716163,192,-1.469120564,0.6613469966,669.27158554 +238,-1.725644578,0.6316331145,192,-1.469120564,0.6613469966,818.66104062 +239,-2.14012759,0.7930497945,192,-1.469120564,0.6613469966,2031.9046736 +240,-2.103289431,0.7653606263,192,-1.469120564,0.6613469966,1927.2901029 +241,-1.318739838,0.7017808746,192,-1.469120564,0.6613469966,489.26998245 +242,-1.396417427,0.7077900843,192,-1.469120564,0.6613469966,289.0965463 +243,-1.35650337,0.7185539404,192,-1.469120564,0.6613469966,411.78486021 +244,-1.248884539,0.7274156818,192,-1.469120564,0.6613469966,718.76314205 +245,-1.395014798,0.5761185243,192,-1.469120564,0.6613469966,413.57877068 +246,-1.433377362,0.6064716109,192,-1.469120564,0.6613469966,245.45773183 +247,-1.408172432,0.5903155476,192,-1.469120564,0.6613469966,342.63541106 +248,-1.749645898,0.7757118084,192,-1.469120564,0.6613469966,948.86987405 +249,-1.571626686,0.615046989,192,-1.469120564,0.6613469966,374.02823423 +250,-1.514070049,0.6303003037,192,-1.469120564,0.6613469966,187.97533478 +251,-1.480890369,0.6237966528,192,-1.469120564,0.6613469966,153.34655521 +252,-1.704390658,0.5281680612,192,-1.469120564,0.6613469966,933.33961267 +253,-1.64434733,0.5254277498,192,-1.469120564,0.6613469966,787.07512096 +254,-1.703855997,0.4792484842,192,-1.469120564,0.6613469966,1062.1548749 +255,-1.692002383,0.5748825051,192,-1.469120564,0.6613469966,795.87857215 +256,-1.854136457,0.5544643913,192,-1.469120564,0.6613469966,1317.6788933 +257,-1.665021206,0.520317736,192,-1.469120564,0.6613469966,851.64314746 +258,-1.733654349,0.4845187345,192,-1.469120564,0.6613469966,1122.4840289 +259,-1.720938188,0.5135933906,192,-1.469120564,0.6613469966,1013.7744979 +260,-1.742668307,0.553296122,192,-1.469120564,0.6613469966,985.57396184 +261,-1.965659039,0.7142126903,192,-1.469120564,0.6613469966,1527.1632101 +262,-1.944438071,0.6772834804,192,-1.469120564,0.6613469966,1472.4155873 +263,-1.270340967,0.7681487096,192,-1.469120564,0.6613469966,728.6927102 +264,-1.353091884,0.6549276821,192,-1.469120564,0.6613469966,364.40652393 +265,-1.333236659,0.6413584414,192,-1.469120564,0.6613469966,435.16257127 +266,-1.352015998,0.6753788907,192,-1.469120564,0.6613469966,368.17853615 +267,-1.377988483,0.6577816235,192,-1.469120564,0.6613469966,285.57509419 +268,-2.13075611,0.8318642051,192,-1.469120564,0.6613469966,2015.2404913 +269,-2.097910953,0.8259670014,192,-1.469120564,0.6613469966,1925.3778239 +270,-1.416382069,0.6694271549,192,-1.469120564,0.6613469966,167.41407196 +271,-1.538905672,0.7535625993,192,-1.469120564,0.6613469966,421.24432625 +272,-1.572309477,0.7803125099,192,-1.469120564,0.6613469966,562.0788424 +273,-1.87759879,0.7503853417,192,-1.469120564,0.6613469966,1276.1349706 +274,1.152365588,0.590457682,192,-1.469120564,0.6613469966,7128.6671453 +275,0.350198001,0.718001859,192,-1.469120564,0.6613469966,5188.8391075 +276,0.046513677,0.491503852,192,-1.469120564,0.6613469966,4897.2786907 +277,0.027510309,0.742571376,192,-1.469120564,0.6613469966,4335.8092521 +278,0.306285725,-0.214631579,192,-1.469120564,0.6613469966,7376.9326436 +279,-1.100564889,0.318051531,192,-1.469120564,0.6613469966,1863.8855262 +280,-1.078582306,0.301437596,192,-1.469120564,0.6613469966,1967.2017301 +281,-1.137371989,-0.617634065,192,-1.469120564,0.6613469966,5210.3721866 +282,0.784356344,0.703272339,192,-1.469120564,0.6613469966,6152.7442255 +283,-1.221209947,0.218327455,192,-1.469120564,0.6613469966,1961.2081185 +284,2.347301921,-0.449114658,192,-1.469120564,0.6613469966,10042.155573 +285,0.246820618,0.830553713,192,-1.469120564,0.6613469966,4693.0553994 +286,0.829414965,0.703288228,192,-1.469120564,0.6613469966,6234.4945867 +287,-1.337537566,0.42332223,192,-1.469120564,0.6613469966,1042.1786259 +288,0.882453706,0.454478077,192,-1.469120564,0.6613469966,7138.8905378 +289,1.575629659,0.416419109,192,-1.469120564,0.6613469966,8159.6267004 +290,-1.039455679,0.229888244,192,-1.469120564,0.6613469966,2282.518788 +291,0.489558039,0.934482747,192,-1.469120564,0.6613469966,4945.8740534 +292,0.081344504,0.88384514,192,-1.469120564,0.6613469966,4216.0000038 +293,-1.547979814,0.300350308,192,-1.469120564,0.6613469966,1455.953871 +294,0.040776181,0.168560074,192,-1.469120564,0.6613469966,5623.9760587 +295,-1.130374745,0.563894876,192,-1.469120564,0.6613469966,1160.981886 +296,1.578326642,0.478507176,192,-1.469120564,0.6613469966,7915.3722561 +297,-1.12861823,-0.291640865,192,-1.469120564,0.6613469966,3981.8992276 +298,0.310524208,0.770885792,192,-1.469120564,0.6613469966,4971.0318207 +299,0.415649091,-0.387246002,192,-1.469120564,0.6613469966,8104.643226 +300,-0.926533878,-0.188022748,192,-1.469120564,0.6613469966,3919.3948241 +301,1.258856172,-0.11716081,192,-1.469120564,0.6613469966,9826.136071 +302,-1.126050026,0.322941926,192,-1.469120564,0.6613469966,1789.4683076 +303,2.002785835,0.07893892,192,-1.469120564,0.6613469966,9269.7515963 +304,0.440437607,0.746258085,192,-1.469120564,0.6613469966,5325.4097288 +305,-0.030391866,0.214441206,192,-1.469120564,0.6613469966,5293.5500228 +306,0.521557815,-0.058929362,192,-1.469120564,0.6613469966,7669.2589049 +307,-0.097005111,0.13317729,192,-1.469120564,0.6613469966,5278.4841002 +308,1.83113859,0.221857587,192,-1.469120564,0.6613469966,8896.1614344 +309,0.222428864,0.099404236,192,-1.469120564,0.6613469966,6355.2048164 +310,-1.702731345,0.8728568183,192,-1.469120564,0.6613469966,1066.966458 +311,-0.418507569,0.278324921,192,-1.469120564,0.6613469966,3934.6185607 +312,-1.41153306,0.339029988,192,-1.469120564,0.6613469966,1292.0360745 +313,0.357560442,0.114788776,192,-1.469120564,0.6613469966,6730.63911 +314,0.325818979,0.268352149,192,-1.469120564,0.6613469966,6246.8196504 +315,-1.246004659,-0.663679965,192,-1.469120564,0.6613469966,5311.2355062 +316,1.814603087,0.637404484,192,-1.469120564,0.6613469966,7273.2198302 +317,1.843704281,-0.18300445,192,-1.469120564,0.6613469966,10453.688096 +318,1.690644492,-0.211480909,192,-1.469120564,0.6613469966,10660.768803 +319,-1.275451936,0.068109467,192,-1.469120564,0.6613469966,2452.1553639 +320,0.762430171,-0.207594741,192,-1.469120564,0.6613469966,8773.3535961 +321,0.265668905,-0.014647884,192,-1.469120564,0.6613469966,6769.5753809 +322,-2.773032013,-0.335515811,192,-1.469120564,0.6613469966,6244.5127096 +323,-1.469512853,0.174058777,192,-1.469120564,0.6613469966,1930.1491438 +324,0.286276986,0.785925691,192,-1.469120564,0.6613469966,4880.8161565 +325,-1.379324697,0.377432233,192,-1.469120564,0.6613469966,1165.6529994 +326,-1.203778265,0.212813032,192,-1.469120564,0.6613469966,2009.1799029 +327,0.579916301,0.611743168,192,-1.469120564,0.6613469966,6002.3815888 +328,0.267582642,0.868113908,192,-1.469120564,0.6613469966,4658.8180316 +329,0.412869244,-0.050245578,192,-1.469120564,0.6613469966,7313.8069842 +330,0.17524381,0.976660285,192,-1.469120564,0.6613469966,4254.8014689 +331,0.743157214,0.204812899,192,-1.469120564,0.6613469966,7585.280563 +332,-1.070758176,0.269382282,192,-1.469120564,0.6613469966,2085.2768381 +333,-1.230364251,0.329790229,192,-1.469120564,0.6613469966,1550.534083 +334,-1.374813124,-0.024926835,192,-1.469120564,0.6613469966,2740.1712875 +335,0.519780566,0.463669906,192,-1.469120564,0.6613469966,6269.1046672 +336,-1.55108034,0.239698561,192,-1.469120564,0.6613469966,1694.8831762 +337,0.180294813,0.029739425,192,-1.469120564,0.6613469966,6395.0333526 +338,0.67820924,0.268170153,192,-1.469120564,0.6613469966,7231.2892083 +339,0.445798684,1.024001867,192,-1.469120564,0.6613469966,4651.3657309 +340,0.691751283,0.150521402,192,-1.469120564,0.6613469966,7604.6869424 +341,-1.036643551,-0.903056181,192,-1.469120564,0.6613469966,6374.8481099 +342,-0.120287036,1.083325163,192,-1.469120564,0.6613469966,3552.7236916 +343,2.823513113,-0.304487164,192,-1.469120564,0.6613469966,8254.6477167 +344,0.457583172,1.12513373,192,-1.469120564,0.6613469966,4436.4199129 +345,0.042918831,0.813795399,192,-1.469120564,0.6613469966,4246.6273272 +346,1.196146777,-0.853142756,192,-1.469120564,0.6613469966,10888.525169 +347,0.206001358,-0.010430701,192,-1.469120564,0.6613469966,6573.2606689 +348,-0.268308653,0.234799412,192,-1.469120564,0.6613469966,4503.2108151 +349,0.759363263,0.736189579,192,-1.469120564,0.6613469966,6004.2633218 +350,0.181363926,0.891988372,192,-1.469120564,0.6613469966,4423.5279735 +351,-0.021111158,0.139103292,192,-1.469120564,0.6613469966,5501.4868132 +352,-0.093355215,0.630686981,192,-1.469120564,0.6613469966,4213.0570908 +353,0.40118964,0.681375926,192,-1.469120564,0.6613469966,5400.0961166 +354,-0.721197315,1.304706234,192,-1.469120564,0.6613469966,2894.3546993 +355,-1.076150317,0.212107639,192,-1.469120564,0.6613469966,2257.2471672 +356,-1.577164531,0.273993443,192,-1.469120564,0.6613469966,1580.1128576 +357,-0.190788414,0.182208586,192,-1.469120564,0.6613469966,4868.6129016 +358,-0.261349752,0.209710184,192,-1.469120564,0.6613469966,4583.4559434 +359,-1.029303852,0.083549259,192,-1.469120564,0.6613469966,2785.0836262 +360,-1.268609162,0.330525297,192,-1.469120564,0.6613469966,1481.987459 +361,1.282982244,-0.926641967,192,-1.469120564,0.6613469966,10947.835649 +362,0.217352334,0.731352408,192,-1.469120564,0.6613469966,4837.6511823 +363,-1.511833084,0.258629297,192,-1.469120564,0.6613469966,1602.1825644 +364,0.338812194,0.823184618,192,-1.469120564,0.6613469966,4913.5414329 +365,-0.324406489,1.134201999,192,-1.469120564,0.6613469966,3181.0207032 +366,1.389579348,0.399185724,192,-1.469120564,0.6613469966,8113.0586235 +367,2.047152199,-0.039082036,192,-1.469120564,0.6613469966,9628.4511593 +368,0.947780369,0.568250077,192,-1.469120564,0.6613469966,6888.4111378 +369,0.763824846,0.576754987,192,-1.469120564,0.6613469966,6506.5167274 +370,-0.142334657,0.928153068,192,-1.469120564,0.6613469966,3643.5978572 +371,0.610266567,0.547265983,192,-1.469120564,0.6613469966,6255.8547304 +372,0.210731629,0.746815056,192,-1.469120564,0.6613469966,4787.8829731 +373,-1.34931644,0.316895224,192,-1.469120564,0.6613469966,1426.0851511 +374,2.407696481,0.655030745,192,-1.469120564,0.6613469966,6578.9694496 +375,0.64207831,0.545359131,192,-1.469120564,0.6613469966,6334.9253554 +376,1.174597538,0.840588356,192,-1.469120564,0.6613469966,6241.3421147 +377,0.660059424,0.010604079,192,-1.469120564,0.6613469966,7902.1135528 +378,-0.730263819,0.010486456,192,-1.469120564,0.6613469966,3723.3284756 +379,0.831068936,0.512339172,192,-1.469120564,0.6613469966,6847.6061391 +380,1.301180979,0.72367476,192,-1.469120564,0.6613469966,6795.9425022 +381,1.811128231,0.322854402,192,-1.469120564,0.6613469966,8511.3627385 +382,0.435105812,0.992284428,192,-1.469120564,0.6613469966,4707.8035042 +383,0.62643634,0.592027932,192,-1.469120564,0.6613469966,6163.8833375 +384,0.492988703,-0.516339467,192,-1.469120564,0.6613469966,8600.1025502 +385,-0.162469483,0.112549365,192,-1.469120564,0.6613469966,5123.7238921 +386,0.314630866,0.472006421,192,-1.469120564,0.6613469966,5702.7376235 +387,0.166744804,0.822815954,192,-1.469120564,0.6613469966,4525.3979813 +388,0.417159608,0.965805736,192,-1.469120564,0.6613469966,4738.1219661 +389,0.106334961,0.868774244,192,-1.469120564,0.6613469966,4299.1944607 +390,0.815086969,-0.338144359,192,-1.469120564,0.6613469966,9243.3546136 +391,0.59867455,-0.230624824,192,-1.469120564,0.6613469966,8326.5975802 +392,1.915104874,0.066220985,192,-1.469120564,0.6613469966,9427.1295186 +393,1.278093622,0.064463721,192,-1.469120564,0.6613469966,9224.5647806 +394,-0.061477853,0.302997961,192,-1.469120564,0.6613469966,4991.7356663 +395,0.251311504,0.626976942,192,-1.469120564,0.6613469966,5159.2892563 +396,2.950242872,0.149095644,192,-1.469120564,0.6613469966,6755.0548353 +397,-0.180294708,0.35375117,192,-1.469120564,0.6613469966,4510.4945267 +398,1.010448592,-0.351180233,192,-1.469120564,0.6613469966,9866.9900204 +399,-1.748740498,0.3686318073,192,-1.469120564,0.6613469966,1502.962522 +400,2.699635665,0.123533791,192,-1.469120564,0.6613469966,7551.5254977 +401,0.496808033,0.823843254,192,-1.469120564,0.6613469966,5244.4534782 +402,0.129574704,0.763364087,192,-1.469120564,0.6613469966,4554.176184 +403,1.798920311,0.817447563,192,-1.469120564,0.6613469966,6569.2014993 +404,0.335987953,0.746786541,192,-1.469120564,0.6613469966,5086.5078155 +405,-1.085413643,0.292154671,192,-1.469120564,0.6613469966,1979.8166606 +406,-0.155321003,0.508207011,192,-1.469120564,0.6613469966,4265.4011595 +407,0.620529244,-0.301175104,192,-1.469120564,0.6613469966,8556.778039 +408,1.684402744,0.368716966,192,-1.469120564,0.6613469966,8363.5231013 +409,0.300582244,-0.386397212,192,-1.469120564,0.6613469966,7748.3512177 +410,2.913555946,-0.009225192,192,-1.469120564,0.6613469966,7268.5305034 +411,1.465101417,0.493232532,192,-1.469120564,0.6613469966,7806.2927504 +412,0.090612882,0.907955955,192,-1.469120564,0.6613469966,4195.8153171 +413,2.987564726,-0.729568594,192,-1.469120564,0.6613469966,8567.570251 +414,-1.484261606,0.224149272,192,-1.469120564,0.6613469966,1732.5650723 +415,0.164073421,0.303955133,192,-1.469120564,0.6613469966,5678.0846174 +416,0.141441293,0.167552546,192,-1.469120564,0.6613469966,5938.499873 +417,2.931321023,-0.506718887,192,-1.469120564,0.6613469966,8341.046889 +418,2.21951565,0.700596356,192,-1.469120564,0.6613469966,6695.5931596 +419,0.268112576,1.199114336,192,-1.469120564,0.6613469966,4033.7364173 +420,0.978913739,0.359223811,192,-1.469120564,0.6613469966,7647.5726357 +421,1.210898818,0.522863584,192,-1.469120564,0.6613469966,7451.5797229 +422,2.347397336,0.129231362,192,-1.469120564,0.6613469966,8443.2139208 +423,0.614394501,0.556878345,192,-1.469120564,0.6613469966,6237.826795 +424,-1.398079356,0.148483366,192,-1.469120564,0.6613469966,2047.2888083 +425,2.535303836,-0.112984496,192,-1.469120564,0.6613469966,8668.620224 +426,-1.019372593,-0.405322349,192,-1.469120564,0.6613469966,4544.5675954 +427,-1.297785627,-0.160104069,192,-1.469120564,0.6613469966,3315.0441732 +428,2.144554488,0.205051084,192,-1.469120564,0.6613469966,8590.9696314 +429,-2.242387083,-0.426171285,192,-1.469120564,0.6613469966,5178.6816438 +430,0.338637212,0.909723676,192,-1.469120564,0.6613469966,4716.1805199 +431,-0.148798452,0.691042401,192,-1.469120564,0.6613469966,3952.1919138 +432,0.893524764,0.441829531,192,-1.469120564,0.6613469966,7202.6007959 +433,0.969229347,-0.368847936,192,-1.469120564,0.6613469966,9784.0320198 +434,0.436043248,0.800045688,192,-1.469120564,0.6613469966,5179.3561877 +435,1.687946607,1.081504775,192,-1.469120564,0.6613469966,5540.2340962 +436,0.522302046,-0.034889271,192,-1.469120564,0.6613469966,7610.6856449 +437,-0.178996113,-0.438090009,192,-1.469120564,0.6613469966,6469.9885133 +438,-1.094339566,0.301444068,192,-1.469120564,0.6613469966,1930.0010039 +439,-1.064070054,0.242569932,192,-1.469120564,0.6613469966,2185.552891 +440,-1.068153768,0.230387998,192,-1.469120564,0.6613469966,2215.3927674 +441,-3.00496892,-0.23989155,192,-1.469120564,0.6613469966,6694.9737368 +442,0.21751974,0.766874888,192,-1.469120564,0.6613469966,4761.1357443 +443,0.117229532,0.007619006,192,-1.469120564,0.6613469966,6252.0053657 +444,0.777758451,0.420554741,192,-1.469120564,0.6613469966,7019.6445648 +445,-0.252356999,0.250747086,192,-1.469120564,0.6613469966,4516.2578465 +446,0.363148444,0.768483434,192,-1.469120564,0.6613469966,5096.9369449 +447,0.903191366,-0.118210676,192,-1.469120564,0.6613469966,8949.2932323 +448,-0.205755923,0.149406178,192,-1.469120564,0.6613469966,4900.0105451 +449,1.811996086,0.02364353,192,-1.469120564,0.6613469966,9682.9507841 +450,-1.100670221,0.314845373,192,-1.469120564,0.6613469966,1873.5459875 +451,0.340078597,0.850105132,192,-1.469120564,0.6613469966,4854.1735168 +452,0.258757267,0.804969236,192,-1.469120564,0.6613469966,4775.3643082 +453,2.78505352,-0.155160804,192,-1.469120564,0.6613469966,8025.6987471 +454,0.800551619,0.105822106,192,-1.469120564,0.6613469966,8026.5632629 +455,0.437940882,-0.506194031,192,-1.469120564,0.6613469966,8413.6866195 +456,2.230431122,0.63458615,192,-1.469120564,0.6613469966,6918.8052195 +457,0.527965361,0.127667701,192,-1.469120564,0.6613469966,7204.2390677 +458,-0.063643205,0.702093448,192,-1.469120564,0.6613469966,4167.1163615 +459,1.408447268,0.133010502,192,-1.469120564,0.6613469966,9149.5808666 +460,0.523795955,0.280266966,192,-1.469120564,0.6613469966,6781.5422542 +461,-0.975769313,0.072177659,192,-1.469120564,0.6613469966,2936.5897982 +462,0.549774164,-0.463663986,192,-1.469120564,0.6613469966,8675.0824325 +463,0.29245874,1.095549818,192,-1.469120564,0.6613469966,4249.458727 +464,0.143625958,0.816809593,192,-1.469120564,0.6613469966,4482.9313893 +465,0.671902494,0.611159853,192,-1.469120564,0.6613469966,6207.9303931 +466,1.239840988,0.6724199,192,-1.469120564,0.6613469966,6930.4961385 +467,0.607829703,-0.10932137,192,-1.469120564,0.6613469966,8058.9317096 +468,1.763020906,0.263996692,192,-1.469120564,0.6613469966,8763.1092728 +469,0.378714634,0.726066797,192,-1.469120564,0.6613469966,5235.9048742 +470,2.196736143,-0.153862366,192,-1.469120564,0.6613469966,9698.2435633 +471,0.01702415,0.148991565,192,-1.469120564,0.6613469966,5596.8432955 +472,-2.998490902,-0.158002487,192,-1.469120564,0.6613469966,6477.0434566 +473,-3.051262951,-0.346595608,192,-1.469120564,0.6613469966,7088.585605 +474,-1.069176439,0.182802941,192,-1.469120564,0.6613469966,2368.9455887 +475,0.167157509,0.595344954,192,-1.469120564,0.6613469966,5008.0832673 +476,0.613855648,0.681746124,192,-1.469120564,0.6613469966,5877.9861983 +477,1.037012736,0.682555367,192,-1.469120564,0.6613469966,6640.2633074 +478,-1.253574971,0.379755746,192,-1.469120564,0.6613469966,1336.0160373 +479,3.108590453,-0.132620738,192,-1.469120564,0.6613469966,6963.9785433 +480,0.565301296,0.022333262,192,-1.469120564,0.6613469966,7592.2993973 +481,0.547898238,0.855555614,192,-1.469120564,0.6613469966,5260.611518 +482,0.948309381,0.417393755,192,-1.469120564,0.6613469966,7393.1638826 +483,-0.050600732,0.945269213,192,-1.469120564,0.6613469966,3829.2849982 +484,-0.977651478,-0.572363064,192,-1.469120564,0.6613469966,5211.9728012 +485,1.102014914,0.728861163,192,-1.469120564,0.6613469966,6564.5642475 +486,2.927300795,-0.282939414,192,-1.469120564,0.6613469966,7881.9799986 +487,-1.154565557,0.124434095,192,-1.469120564,0.6613469966,2407.7472615 +488,1.855331234,0.291044755,192,-1.469120564,0.6613469966,8610.4851848 +489,0.830290659,0.276904518,192,-1.469120564,0.6613469966,7585.6835197 +490,0.485104466,-0.234867441,192,-1.469120564,0.6613469966,7982.7871304 +491,0.521367572,-0.33161327,192,-1.469120564,0.6613469966,8314.2500917 +1,-1.539031704,0.7349710123,193,-1.590551461,0.5326612937,817.89612522 +2,-1.536990553,0.7349663874,193,-1.590551461,0.5326612937,819.20071072 +3,-1.534951779,0.7349571355,193,-1.590551461,0.5326612937,820.53501756 +4,-1.532906461,0.7349480293,193,-1.590551461,0.5326612937,821.92340203 +5,-1.531320211,0.7346937278,193,-1.590551461,0.5326612937,822.08499523 +6,-1.539451648,0.7335131775,193,-1.590551461,0.5326612937,811.9912519 +7,-1.537429487,0.7335445708,193,-1.590551461,0.5326612937,813.42290621 +8,-1.535484998,0.7335658704,193,-1.590551461,0.5326612937,814.81072153 +9,-1.533488396,0.7336036027,193,-1.590551461,0.5326612937,816.34291872 +10,-1.531497785,0.7335842962,193,-1.590551461,0.5326612937,817.69817361 +11,-1.530259379,0.7334777758,193,-1.590551461,0.5326612937,818.20270799 +12,-1.5335454,0.7322346912,193,-1.590551461,0.5326612937,811.03972741 +13,-1.531489083,0.7322238773,193,-1.590551461,0.5326612937,812.48543904 +14,-1.530011122,0.7321679851,193,-1.590551461,0.5326612937,813.37115618 +15,-1.53348106,0.7306614094,193,-1.590551461,0.5326612937,805.03980998 +16,-1.531441779,0.7306962275,193,-1.590551461,0.5326612937,806.6625101 +17,-1.529755654,0.7306933243,193,-1.590551461,0.5326612937,807.91977584 +18,-1.533415048,0.7291384674,193,-1.590551461,0.5326612937,799.23808259 +19,-1.531392093,0.7291705353,193,-1.590551461,0.5326612937,800.85232578 +20,-1.529296523,0.7291214933,193,-1.590551461,0.5326612937,802.26109444 +21,-1.535280942,0.727267644,193,-1.590551461,0.5326612937,790.71039335 +22,-1.533378158,0.7276139666,193,-1.590551461,0.5326612937,793.41263669 +23,-1.531340368,0.7276446587,193,-1.590551461,0.5326612937,795.04653817 +24,-1.528960113,0.7276398177,193,-1.590551461,0.5326612937,796.86228073 +25,-1.533313146,0.7260818349,193,-1.590551461,0.5326612937,787.58195382 +26,-1.531259555,0.7260958115,193,-1.590551461,0.5326612937,789.17872551 +27,-1.528926415,0.7260865555,193,-1.590551461,0.5326612937,790.95872909 +28,-1.531226779,0.7245511789,193,-1.590551461,0.5326612937,783.29427162 +29,-1.528904772,0.7245519194,193,-1.590551461,0.5326612937,785.1204469 +30,-1.547195875,0.7409785979,193,-1.590551461,0.5326612937,836.50695496 +31,-1.5451475,0.740980426,193,-1.590551461,0.5326612937,837.60481673 +32,-1.543097679,0.7409798872,193,-1.590551461,0.5326612937,838.7430943 +33,-1.540720364,0.7409892687,193,-1.590551461,0.5326612937,840.16299835 +34,-1.547188511,0.7395198392,193,-1.590551461,0.5326612937,830.82570344 +35,-1.545148587,0.7395226109,193,-1.590551461,0.5326612937,831.93158052 +36,-1.543104538,0.7395314908,193,-1.590551461,0.5326612937,833.11229051 +37,-1.540727751,0.7395306258,193,-1.590551461,0.5326612937,834.50298595 +38,-1.547187029,0.7380014886,193,-1.590551461,0.5326612937,824.91051383 +39,-1.545147315,0.7380012252,193,-1.590551461,0.5326612937,826.01375509 +40,-1.54310719,0.7380060743,193,-1.590551461,0.5326612937,827.18624756 +41,-1.540719671,0.7380068206,193,-1.590551461,0.5326612937,828.60138333 +42,-1.547187189,0.7364799098,193,-1.590551461,0.5326612937,818.9832979 +43,-1.545149996,0.7364853874,193,-1.590551461,0.5326612937,820.11685538 +44,-1.543106091,0.7364823484,193,-1.590551461,0.5326612937,821.27061638 +45,-1.540717158,0.7364893901,193,-1.590551461,0.5326612937,822.72301174 +46,-1.538663972,0.7410138672,193,-1.590551461,0.5326612937,841.50747833 +47,-1.53695285,0.7409699132,193,-1.590551461,0.5326612937,842.41395145 +48,-1.534910498,0.7409641297,193,-1.590551461,0.5326612937,843.72047622 +49,-1.533145034,0.7409536636,193,-1.590551461,0.5326612937,844.86714056 +50,-1.538681336,0.7395405883,193,-1.590551461,0.5326612937,835.79439798 +51,-1.536999189,0.7395183096,193,-1.590551461,0.5326612937,836.77436547 +52,-1.534923633,0.7395144222,193,-1.590551461,0.5326612937,838.11980995 +53,-1.533267822,0.7395654306,193,-1.590551461,0.5326612937,839.43697417 +54,-1.53867273,0.7380151077,193,-1.590551461,0.5326612937,829.89736145 +55,-1.536980576,0.7379994392,193,-1.590551461,0.5326612937,830.91850845 +56,-1.534931522,0.7379944961,193,-1.590551461,0.5326612937,832.25384412 +57,-1.533387952,0.7379480264,193,-1.590551461,0.5326612937,833.12730152 +58,-1.538682279,0.7364914363,193,-1.590551461,0.5326612937,823.99789026 +59,-1.536980704,0.7364810563,193,-1.590551461,0.5326612937,825.05457611 +60,-1.534935567,0.7364752065,193,-1.590551461,0.5326612937,826.39511335 +61,-1.533042592,0.7363876366,193,-1.590551461,0.5326612937,827.36336548 +62,-1.545143426,0.7349628011,193,-1.590551461,0.5326612937,814.20046921 +63,-1.543105297,0.7349691947,193,-1.590551461,0.5326612937,815.39756981 +64,-1.541064533,0.7349647152,193,-1.590551461,0.5326612937,816.60372379 +65,-1.545411803,0.7334624714,193,-1.590551461,0.5326612937,808.21660362 +66,-1.543446606,0.7334780896,193,-1.590551461,0.5326612937,809.40989106 +67,-1.541475327,0.7334957295,193,-1.590551461,0.5326612937,810.66108769 +68,-1.545401939,0.731963266,193,-1.590551461,0.5326612937,802.39496273 +69,-1.54342253,0.7319915583,193,-1.590551461,0.5326612937,803.65571287 +70,-1.541455867,0.7320216438,193,-1.590551461,0.5326612937,804.96276969 +71,-1.545410146,0.7304422281,193,-1.590551461,0.5326612937,796.47983435 +72,-1.543435491,0.7304713664,193,-1.590551461,0.5326612937,797.75078213 +73,-1.541463105,0.7304997613,193,-1.590551461,0.5326612937,799.06480802 +74,-1.545414768,0.7289194936,193,-1.590551461,0.5326612937,790.56181534 +75,-1.543435774,0.7289538557,193,-1.590551461,0.5326612937,791.86561179 +76,-1.541457714,0.7289765881,193,-1.590551461,0.5326612937,793.171699 +77,-1.539449415,0.7320555866,193,-1.590551461,0.5326612937,806.35660865 +78,-1.537429183,0.7321097681,193,-1.590551461,0.5326612937,807.88566844 +79,-1.535472649,0.7321497267,193,-1.590551461,0.5326612937,809.36412083 +80,-1.539457899,0.7305333307,193,-1.590551461,0.5326612937,800.46708101 +81,-1.537453161,0.7305750503,193,-1.590551461,0.5326612937,801.94876032 +82,-1.535479385,0.7306124949,193,-1.590551461,0.5326612937,803.44034458 +83,-1.53946905,0.7290102593,193,-1.590551461,0.5326612937,794.57472301 +84,-1.537459922,0.7290417293,193,-1.590551461,0.5326612937,796.03096249 +85,-1.535451349,0.7290890157,193,-1.590551461,0.5326612937,797.59628799 +86,-1.535522937,0.7279887191,193,-1.590551461,0.5326612937,793.31262164 +87,-1.539442524,0.7274735939,193,-1.590551461,0.5326612937,788.65673563 +88,-1.537424111,0.727521351,193,-1.590551461,0.5326612937,790.19442559 +89,-1.539384641,0.7259505092,193,-1.590551461,0.5326612937,782.81461882 +90,-1.537372391,0.7259947145,193,-1.590551461,0.5326612937,784.34760115 +91,-1.535340789,0.7260435356,193,-1.590551461,0.5326612937,785.9614729 +92,-1.539325716,0.7244369706,193,-1.590551461,0.5326612937,777.01306036 +93,-1.537308932,0.7244801057,193,-1.590551461,0.5326612937,778.55841063 +94,-1.535289068,0.7245247645,193,-1.590551461,0.5326612937,780.16178224 +95,-1.533261366,0.7245550236,193,-1.590551461,0.5326612937,781.76555745 +96,-1.539267302,0.722921924,193,-1.590551461,0.5326612937,771.20841409 +97,-1.537248972,0.7229660258,193,-1.590551461,0.5326612937,772.7721317 +98,-1.535219431,0.7229916471,193,-1.590551461,0.5326612937,774.32344158 +99,-1.53318962,0.7230212049,193,-1.590551461,0.5326612937,775.94098537 +100,-1.531154816,0.7230299897,193,-1.590551461,0.5326612937,777.53358457 +101,-1.528878341,0.7230370244,193,-1.590551461,0.5326612937,779.36496351 +102,-1.539218189,0.7214009878,193,-1.590551461,0.5326612937,765.37784128 +103,-1.537198791,0.7214422745,193,-1.590551461,0.5326612937,766.94507008 +104,-1.535179266,0.7214634354,193,-1.590551461,0.5326612937,768.48603526 +105,-1.533156501,0.7214944644,193,-1.590551461,0.5326612937,770.11816654 +106,-1.53113574,0.7215166021,193,-1.590551461,0.5326612937,771.76533684 +107,-1.528874248,0.7215345535,193,-1.590551461,0.5326612937,773.64237514 +108,-1.539217656,0.7198512397,193,-1.590551461,0.5326612937,759.40579515 +109,-1.537199919,0.7199428763,193,-1.590551461,0.5326612937,761.17820194 +110,-1.545425832,0.727397149,193,-1.590551461,0.5326612937,784.64324453 +111,-1.543371177,0.7273916949,193,-1.590551461,0.5326612937,785.84878733 +112,-1.541368852,0.7274523163,193,-1.590551461,0.5326612937,787.32936327 +113,-1.545349067,0.7258710923,193,-1.590551461,0.5326612937,778.76373703 +114,-1.54332671,0.7258603556,193,-1.590551461,0.5326612937,779.94178173 +115,-1.541346831,0.7259242142,193,-1.590551461,0.5326612937,781.43257005 +116,-1.545324355,0.7243383958,193,-1.590551461,0.5326612937,772.83014442 +117,-1.543292796,0.7243617413,193,-1.590551461,0.5326612937,774.15748206 +118,-1.541295822,0.7244024384,193,-1.590551461,0.5326612937,775.58139181 +119,-1.543193859,0.7205570215,193,-1.590551461,0.5326612937,759.49103697 +120,-1.550257047,0.7386738187,193,-1.590551461,0.5326612937,825.96686727 +121,-1.549335448,0.7311736483,193,-1.590551461,0.5326612937,797.17167885 +122,-1.533478843,0.7179891343,193,-1.590551461,0.5326612937,756.45403782 +123,-1.556150555,0.738907041,193,-1.590551461,0.5326612937,824.19499501 +124,-1.554324226,0.733414257,193,-1.590551461,0.5326612937,803.48076874 +125,-1.554290846,0.7288285332,193,-1.590551461,0.5326612937,785.55648248 +126,-1.55122487,0.7219795312,193,-1.590551461,0.5326612937,760.33919513 +127,-1.525104458,0.7229399862,193,-1.590551461,0.5326612937,782.12771542 +128,-1.519607711,0.7236181429,193,-1.590551461,0.5326612937,789.55296006 +129,-1.513899999,0.7251107854,193,-1.590551461,0.5326612937,800.55095428 +130,-1.536620762,0.7431061895,193,-1.590551461,0.5326612937,850.8833697 +131,-1.5369566,0.7460845958,193,-1.590551461,0.5326612937,862.19190424 +132,-1.545345528,0.7447040685,193,-1.590551461,0.5326612937,851.99492367 +133,-1.532813921,0.7432306626,193,-1.590551461,0.5326612937,853.86339851 +134,-1.554788248,0.7382381001,193,-1.590551461,0.5326612937,822.15821772 +135,-1.540348126,0.7301594274,193,-1.590551461,0.5326612937,798.45004161 +136,-1.538016084,0.7239051786,193,-1.590551461,0.5326612937,775.85403742 +137,-1.525288962,0.7258085137,193,-1.590551461,0.5326612937,792.86327961 +138,-1.534326986,0.731241342,193,-1.590551461,0.5326612937,806.66676255 +139,-1.530733872,0.7303625216,193,-1.590551461,0.5326612937,805.91270165 +141,-1.534354939,0.7328219978,193,-1.590551461,0.5326612937,812.72755618 +142,-1.53157084,0.7292888153,193,-1.590551461,0.5326612937,801.17188116 +143,-1.525691035,0.7263799874,193,-1.590551461,0.5326612937,794.70036125 +144,-1.534031287,0.7495967835,193,-1.590551461,0.5326612937,877.61878306 +145,-1.527714986,0.7283095957,193,-1.590551461,0.5326612937,800.40332877 +146,-1.526189586,0.7271468292,193,-1.590551461,0.5326612937,797.20624383 +147,-1.555177336,0.7375563366,193,-1.590551461,0.5326612937,819.31806043 +148,-1.555080283,0.7312707794,193,-1.590551461,0.5326612937,794.74871434 +149,-1.53856994,0.7224180299,193,-1.590551461,0.5326612937,769.74255561 +150,-1.530837883,0.729933372,193,-1.590551461,0.5326612937,804.19074867 +151,-1.515066984,0.5854133365,193,-1.590551461,0.5326612937,328.43576191 +152,-1.534731633,0.5368370046,193,-1.590551461,0.5326612937,190.9466833 +153,-1.515231902,0.5607085576,193,-1.590551461,0.5326612937,277.98857419 +154,-2.616253799,1.0684566605,193,-1.590551461,0.5326612937,3365.9752594 +155,-1.956071439,0.5792177723,193,-1.590551461,0.5326612937,1241.3980609 +156,-1.951208514,0.5602434208,193,-1.590551461,0.5326612937,1223.528937 +157,-1.944675062,0.6062144545,193,-1.590551461,0.5326612937,1214.4059852 +158,-1.613778386,0.6077989518,193,-1.590551461,0.5326612937,307.52100505 +159,-2.035029014,0.6021432345,193,-1.590551461,0.5326612937,1505.8137633 +160,-2.114989471,0.6801825058,193,-1.590551461,0.5326612937,1794.4247001 +161,-2.037382079,0.5765830025,193,-1.590551461,0.5326612937,1510.856533 +162,-2.129855121,0.6585019963,193,-1.590551461,0.5326612937,1827.9791607 +163,-2.075141798,0.6493615843,193,-1.590551461,0.5326612937,1652.7771184 +164,-1.828626729,0.6948433129,193,-1.590551461,0.5326612937,1001.3984442 +165,-1.863329418,0.6735427691,193,-1.590551461,0.5326612937,1048.0830227 +166,-1.266037071,0.727988852,193,-1.590551461,0.5326612937,1290.2033167 +167,-1.277579582,0.7249010648,193,-1.590551461,0.5326612937,1254.6388684 +168,-1.258418684,0.7241194816,193,-1.590551461,0.5326612937,1301.9986187 +169,-1.317813974,0.6804850104,193,-1.590551461,0.5326612937,1060.923038 +170,-1.344165204,0.6790988904,193,-1.590551461,0.5326612937,987.99429068 +171,-1.427582102,0.5277120351,193,-1.590551461,0.5326612937,557.08569247 +172,-1.402238616,0.457167829,193,-1.590551461,0.5326612937,720.84311921 +173,-1.422454264,0.4996161999,193,-1.590551461,0.5326612937,593.49121368 +174,-1.439089277,0.4894859811,193,-1.590551461,0.5326612937,550.32891845 +175,-1.448126995,0.5182330266,193,-1.590551461,0.5326612937,491.26335801 +176,-1.474626146,0.5881926574,193,-1.590551461,0.5326612937,446.67970464 +177,-1.421139645,0.5584869783,193,-1.590551461,0.5326612937,582.45957679 +178,-1.457037165,0.565943032,193,-1.590551461,0.5326612937,469.79042814 +179,-2.757159358,0.3745319,193,-1.590551461,0.5326612937,4142.9843984 +180,-2.714309238,0.342054471,193,-1.590551461,0.5326612937,4050.4252374 +181,-2.000525337,0.774119946,193,-1.590551461,0.5326612937,1595.711427 +183,-1.571413436,0.6777838382,193,-1.590551461,0.5326612937,578.18654886 +184,-1.552860289,0.6987663893,193,-1.590551461,0.5326612937,669.07118405 +185,-1.521852374,0.7165827476,193,-1.590551461,0.5326612937,760.98431031 +186,-1.503656267,0.6928968252,193,-1.590551461,0.5326612937,694.02943147 +187,-1.502753178,0.7136205882,193,-1.590551461,0.5326612937,770.03427923 +188,-1.631894563,0.7343596465,193,-1.590551461,0.5326612937,809.65937199 +189,-1.653765416,0.6770714026,193,-1.590551461,0.5326612937,607.80862865 +190,-1.719812114,0.6715965947,193,-1.590551461,0.5326612937,692.91395698 +191,-1.493406659,0.6646955447,193,-1.590551461,0.5326612937,611.70168184 +192,-1.469120564,0.6613469966,193,-1.590551461,0.5326612937,646.11992155 +193,-1.590551461,0.5326612937,193,-1.590551461,0.5326612937,33.682384027 +194,-1.625979264,0.5247742243,193,-1.590551461,0.5326612937,125.12857889 +195,-1.572293943,0.5238808754,193,-1.590551461,0.5326612937,71.489312269 +196,-1.610848725,0.5477107964,193,-1.590551461,0.5326612937,91.144616581 +197,-1.208485554,0.7918526018,193,-1.590551461,0.5326612937,1564.9659693 +198,-1.335601374,0.6869083083,193,-1.590551461,0.5326612937,1026.6690159 +199,-1.346156996,0.6825213377,193,-1.590551461,0.5326612937,990.00886863 +200,-1.324381037,0.6741422347,193,-1.590551461,0.5326612937,1031.1151316 +201,-1.242424992,0.7378949807,193,-1.590551461,0.5326612937,1370.0116985 +202,-1.270370057,0.7392461008,193,-1.590551461,0.5326612937,1302.9450495 +203,-1.448950472,0.7441675014,193,-1.590551461,0.5326612937,950.05646683 +204,-1.492662363,0.7523026852,193,-1.590551461,0.5326612937,923.14444256 +205,-1.479098966,0.7763855017,193,-1.590551461,0.5326612937,1026.1134424 +206,-1.633760714,0.7869022408,193,-1.590551461,0.5326612937,1015.9505583 +207,-1.647406434,0.8101289331,193,-1.590551461,0.5326612937,1112.841487 +208,-1.564245052,0.5701509278,193,-1.590551461,0.5326612937,172.9934876 +209,-1.646289963,0.6833746083,193,-1.590551461,0.5326612937,623.74846442 +210,-1.5820631,0.6751952144,193,-1.590551461,0.5326612937,565.2519626 +211,-1.613236298,0.6681681791,193,-1.590551461,0.5326612937,541.82015974 +212,-1.914661867,0.8212566515,193,-1.590551461,0.5326612937,1511.3407902 +213,-1.742133237,0.7250275956,193,-1.590551461,0.5326612937,902.39396406 +214,-2.033144872,0.6557314699,193,-1.590551461,0.5326612937,1526.6012143 +215,-2.039551981,0.6964723658,193,-1.590551461,0.5326612937,1583.8806727 +216,-1.247341019,0.7622473908,193,-1.590551461,0.5326612937,1408.7100979 +217,-1.298239787,0.7084123392,193,-1.590551461,0.5326612937,1167.9105978 +218,-1.308539688,0.6926545592,193,-1.590551461,0.5326612937,1109.2920228 +219,-1.303263185,0.6888938396,193,-1.590551461,0.5326612937,1116.0753632 +220,-1.852400229,0.6004246149,193,-1.590551461,0.5326612937,914.32491595 +221,-1.288947707,0.7473773692,193,-1.590551461,0.5326612937,1276.5514149 +222,-1.372031502,0.7472790993,193,-1.590551461,0.5326612937,1095.0172809 +223,-1.289805721,0.7242157877,193,-1.590551461,0.5326612937,1222.517331 +224,-1.350807603,0.7533498126,193,-1.590551461,0.5326612937,1155.1610268 +225,-1.329290365,0.7560442322,193,-1.590551461,0.5326612937,1207.609027 +226,-1.410153004,0.616936428,193,-1.590551461,0.5326612937,685.81162104 +227,-1.393445434,0.6308995063,193,-1.590551461,0.5326612937,758.74878404 +228,-1.37595573,0.6241540638,193,-1.590551461,0.5326612937,797.82754769 +229,-1.358388707,0.6172645205,193,-1.590551461,0.5326612937,840.40565298 +230,-1.753741133,0.8281661666,193,-1.590551461,0.5326612937,1271.5406141 +231,-1.47430987,0.6834615681,193,-1.590551461,0.5326612937,706.31771304 +232,-1.421012508,0.7222725206,193,-1.590551461,0.5326612937,925.78266493 +233,-1.4476833,0.6978557868,193,-1.590551461,0.5326612937,800.23785425 +234,-1.470370723,0.6966193374,193,-1.590551461,0.5326612937,756.38279373 +235,-1.429211703,0.7037216883,193,-1.590551461,0.5326612937,853.49934716 +236,-1.700578405,0.6178673663,193,-1.590551461,0.5326612937,497.39285686 +237,-1.678117619,0.6331716163,193,-1.590551461,0.5326612937,492.11081411 +238,-1.725644578,0.6316331145,193,-1.590551461,0.5326612937,594.13358043 +239,-2.14012759,0.7930497945,193,-1.590551461,0.5326612937,1982.9965904 +240,-2.103289431,0.7653606263,193,-1.590551461,0.5326612937,1847.6941274 +241,-1.318739838,0.7017808746,193,-1.590551461,0.5326612937,1101.5421474 +242,-1.396417427,0.7077900843,193,-1.590551461,0.5326612937,932.63044451 +243,-1.35650337,0.7185539404,193,-1.590551461,0.5326612937,1049.6805652 +244,-1.248884539,0.7274156818,193,-1.590551461,0.5326612937,1333.0221294 +245,-1.395014798,0.5761185243,193,-1.590551461,0.5326612937,680.25045512 +246,-1.433377362,0.6064716109,193,-1.590551461,0.5326612937,599.92285897 +247,-1.408172432,0.5903155476,193,-1.590551461,0.5326612937,652.3409723 +248,-1.749645898,0.7757118084,193,-1.590551461,0.5326612937,1083.1872068 +249,-1.571626686,0.615046989,193,-1.590551461,0.5326612937,332.33889363 +250,-1.514070049,0.6303003037,193,-1.590551461,0.5326612937,462.09825438 +251,-1.480890369,0.6237966528,193,-1.590551461,0.5326612937,512.23022706 +252,-1.704390658,0.5281680612,193,-1.590551461,0.5326612937,389.31242747 +253,-1.64434733,0.5254277498,193,-1.590551461,0.5326612937,186.16607476 +254,-1.703855997,0.4792484842,193,-1.590551461,0.5326612937,445.82869916 +255,-1.692002383,0.5748825051,193,-1.590551461,0.5326612937,380.42595603 +256,-1.854136457,0.5544643913,193,-1.590551461,0.5326612937,897.0158532 +257,-1.665021206,0.520317736,193,-1.590551461,0.5326612937,259.65477688 +258,-1.733654349,0.4845187345,193,-1.590551461,0.5326612937,530.36297271 +259,-1.720938188,0.5135933906,193,-1.590551461,0.5326612937,453.62978293 +260,-1.742668307,0.553296122,193,-1.590551461,0.5326612937,522.1588458 +261,-1.965659039,0.7142126903,193,-1.590551461,0.5326612937,1398.634899 +262,-1.944438071,0.6772834804,193,-1.590551461,0.5326612937,1283.4712125 +263,-1.270340967,0.7681487096,193,-1.590551461,0.5326612937,1368.5046544 +264,-1.353091884,0.6549276821,193,-1.590551461,0.5326612937,916.28907793 +265,-1.333236659,0.6413584414,193,-1.590551461,0.5326612937,950.06796773 +266,-1.352015998,0.6753788907,193,-1.590551461,0.5326612937,959.63338074 +267,-1.377988483,0.6577816235,193,-1.590551461,0.5326612937,854.15149043 +268,-2.13075611,0.8318642051,193,-1.590551461,0.5326612937,2018.4057046 +269,-2.097910953,0.8259670014,193,-1.590551461,0.5326612937,1929.0543715 +270,-1.416382069,0.6694271549,193,-1.590551461,0.5326612937,784.6836675 +271,-1.538905672,0.7535625993,193,-1.590551461,0.5326612937,890.0060197 +272,-1.572309477,0.7803125099,193,-1.590551461,0.5326612937,982.5911245 +273,-1.87759879,0.7503853417,193,-1.590551461,0.5326612937,1250.0865527 +274,1.152365588,0.590457682,193,-1.590551461,0.5326612937,7752.0110583 +275,0.350198001,0.718001859,193,-1.590551461,0.5326612937,5827.1172997 +276,0.046513677,0.491503852,193,-1.590551461,0.5326612937,5467.2432925 +277,0.027510309,0.742571376,193,-1.590551461,0.5326612937,4959.2763541 +278,0.306285725,-0.214631579,193,-1.590551461,0.5326612937,7756.2806185 +279,-1.100564889,0.318051531,193,-1.590551461,0.5326612937,1953.8926798 +280,-1.078582306,0.301437596,193,-1.590551461,0.5326612937,2058.9790546 +281,-1.137371989,-0.617634065,193,-1.590551461,0.5326612937,4859.0396043 +282,0.784356344,0.703272339,193,-1.590551461,0.5326612937,6797.5146751 +283,-1.221209947,0.218327455,193,-1.590551461,0.5326612937,1837.7285414 +284,2.347301921,-0.449114658,193,-1.590551461,0.5326612937,9661.2219646 +285,0.246820618,0.830553713,193,-1.590551461,0.5326612937,5335.7127759 +286,0.829414965,0.703288228,193,-1.590551461,0.5326612937,6877.8606387 +287,-1.337537566,0.42332223,193,-1.590551461,0.5326612937,988.48411303 +288,0.882453706,0.454478077,193,-1.590551461,0.5326612937,7784.9085197 +289,1.575629659,0.416419109,193,-1.590551461,0.5326612937,8683.3806934 +290,-1.039455679,0.229888244,193,-1.590551461,0.5326612937,2341.3288982 +291,0.489558039,0.934482747,193,-1.590551461,0.5326612937,5590.0566631 +292,0.081344504,0.88384514,193,-1.590551461,0.5326612937,4858.2906456 +293,-1.547979814,0.300350308,193,-1.590551461,0.5326612937,932.92459284 +294,0.040776181,0.168560074,193,-1.590551461,0.5326612937,6087.9380623 +295,-1.130374745,0.563894876,193,-1.590551461,0.5326612937,1556.5909135 +296,1.578326642,0.478507176,193,-1.590551461,0.5326612937,8437.2799172 +297,-1.12861823,-0.291640865,193,-1.590551461,0.5326612937,3709.5561772 +298,0.310524208,0.770885792,193,-1.590551461,0.5326612937,5611.7219575 +299,0.415649091,-0.387246002,193,-1.590551461,0.5326612937,8426.2074728 +300,-0.926533878,-0.188022748,193,-1.590551461,0.5326612937,3812.1257578 +301,1.258856172,-0.11716081,193,-1.590551461,0.5326612937,10472.213283 +302,-1.126050026,0.322941926,193,-1.590551461,0.5326612937,1861.9876264 +303,2.002785835,0.07893892,193,-1.590551461,0.5326612937,9478.3023294 +304,0.440437607,0.746258085,193,-1.590551461,0.5326612937,5968.8411606 +305,-0.030391866,0.214441206,193,-1.590551461,0.5326612937,5757.3454006 +306,0.521557815,-0.058929362,193,-1.590551461,0.5326612937,8173.5463004 +307,-0.097005111,0.13317729,193,-1.590551461,0.5326612937,5692.25002 +308,1.83113859,0.221857587,193,-1.590551461,0.5326612937,9270.3300904 +309,0.222428864,0.099404236,193,-1.590551461,0.5326612937,6839.0902309 +310,-1.702731345,0.8728568183,193,-1.590551461,0.5326612937,1388.2318077 +311,-0.418507569,0.278324921,193,-1.590551461,0.5326612937,4323.5458556 +312,-1.41153306,0.339029988,193,-1.590551461,0.5326612937,999.55438901 +313,0.357560442,0.114788776,193,-1.590551461,0.5326612937,7251.9879298 +314,0.325818979,0.268352149,193,-1.590551461,0.5326612937,6805.1750795 +315,-1.246004659,-0.663679965,193,-1.590551461,0.5326612937,4907.0865653 +316,1.814603087,0.637404484,193,-1.590551461,0.5326612937,7706.9247061 +317,1.843704281,-0.18300445,193,-1.590551461,0.5326612937,10689.144971 +318,1.690644492,-0.211480909,193,-1.590551461,0.5326612937,11072.554163 +319,-1.275451936,0.068109467,193,-1.590551461,0.5326612937,2184.7349023 +320,0.762430171,-0.207594741,193,-1.590551461,0.5326612937,9286.6969063 +321,0.265668905,-0.014647884,193,-1.590551461,0.5326612937,7222.661334 +322,-2.773032013,-0.335515811,193,-1.590551461,0.5326612937,5662.4302876 +323,-1.469512853,0.174058777,193,-1.590551461,0.5326612937,1488.9052937 +324,0.286276986,0.785925691,193,-1.590551461,0.5326612937,5521.7275599 +325,-1.379324697,0.377432233,193,-1.590551461,0.5326612937,969.79057562 +326,-1.203778265,0.212813032,193,-1.590551461,0.5326612937,1900.5188074 +327,0.579916301,0.611743168,193,-1.590551461,0.5326612937,6644.0516447 +328,0.267582642,0.868113908,193,-1.590551461,0.5326612937,5303.6775633 +329,0.412869244,-0.050245578,193,-1.590551461,0.5326612937,7792.5809901 +330,0.17524381,0.976660285,193,-1.590551461,0.5326612937,4900.8923833 +331,0.743157214,0.204812899,193,-1.590551461,0.5326612937,8203.0632999 +332,-1.070758176,0.269382282,193,-1.590551461,0.5326612937,2153.0989044 +333,-1.230364251,0.329790229,193,-1.590551461,0.5326612937,1520.8280859 +334,-1.374813124,-0.024926835,193,-1.590551461,0.5326612937,2353.8133417 +335,0.519780566,0.463669906,193,-1.590551461,0.5326612937,6893.4324636 +336,-1.55108034,0.239698561,193,-1.590551461,0.5326612937,1169.3320823 +337,0.180294813,0.029739425,193,-1.590551461,0.5326612937,6842.4209146 +338,0.67820924,0.268170153,193,-1.590551461,0.5326612937,7848.8256917 +339,0.445798684,1.024001867,193,-1.590551461,0.5326612937,5291.6456562 +340,0.691751283,0.150521402,193,-1.590551461,0.5326612937,8205.019418 +341,-1.036643551,-0.903056181,193,-1.590551461,0.5326612937,6004.3239572 +342,-0.120287036,1.083325163,193,-1.590551461,0.5326612937,4197.2957858 +343,2.823513113,-0.304487164,193,-1.590551461,0.5326612937,7825.1904638 +344,0.457583172,1.12513373,193,-1.590551461,0.5326612937,5066.3075803 +345,0.042918831,0.813795399,193,-1.590551461,0.5326612937,4881.0709666 +346,1.196146777,-0.853142756,193,-1.590551461,0.5326612937,10786.960798 +347,0.206001358,-0.010430701,193,-1.590551461,0.5326612937,7011.8982538 +348,-0.268308653,0.234799412,193,-1.590551461,0.5326612937,4913.9239517 +349,0.759363263,0.736189579,193,-1.590551461,0.5326612937,6648.7982498 +350,0.181363926,0.891988372,193,-1.590551461,0.5326612937,5068.0594119 +351,-0.021111158,0.139103292,193,-1.590551461,0.5326612937,5938.1937326 +352,-0.093355215,0.630686981,193,-1.590551461,0.5326612937,4802.9390757 +353,0.40118964,0.681375926,193,-1.590551461,0.5326612937,6037.8631578 +354,-0.721197315,1.304706234,193,-1.590551461,0.5326612937,3490.8741401 +355,-1.076150317,0.212107639,193,-1.590551461,0.5326612937,2271.1303213 +356,-1.577164531,0.273993443,193,-1.590551461,0.5326612937,1025.7334369 +357,-0.190788414,0.182208586,193,-1.590551461,0.5326612937,5277.3573942 +358,-0.261349752,0.209710184,193,-1.590551461,0.5326612937,4984.6578508 +359,-1.029303852,0.083549259,193,-1.590551461,0.5326612937,2746.1746492 +360,-1.268609162,0.330525297,193,-1.590551461,0.5326612937,1404.676166 +361,1.282982244,-0.926641967,193,-1.590551461,0.5326612937,10702.509442 +362,0.217352334,0.731352408,193,-1.590551461,0.5326612937,5470.5271718 +363,-1.511833084,0.258629297,193,-1.590551461,0.5326612937,1122.5703498 +364,0.338812194,0.823184618,193,-1.590551461,0.5326612937,5557.8966296 +365,-0.324406489,1.134201999,193,-1.590551461,0.5326612937,3822.1599054 +366,1.389579348,0.399185724,193,-1.590551461,0.5326612937,8702.0999746 +367,2.047152199,-0.039082036,193,-1.590551461,0.5326612937,9745.912902 +368,0.947780369,0.568250077,193,-1.590551461,0.5326612937,7531.4877947 +369,0.763824846,0.576754987,193,-1.590551461,0.5326612937,7152.4011505 +370,-0.142334657,0.928153068,193,-1.590551461,0.5326612937,4285.4100329 +371,0.610266567,0.547265983,193,-1.590551461,0.5326612937,6895.2150753 +372,0.210731629,0.746815056,193,-1.590551461,0.5326612937,5422.138462 +373,-1.34931644,0.316895224,193,-1.590551461,0.5326612937,1217.7875858 +374,2.407696481,0.655030745,193,-1.590551461,0.5326612937,6770.6490434 +375,0.64207831,0.545359131,193,-1.590551461,0.5326612937,6975.8954059 +376,1.174597538,0.840588356,193,-1.590551461,0.5326612937,6842.4891329 +377,0.660059424,0.010604079,193,-1.590551461,0.5326612937,8463.2844625 +378,-0.730263819,0.010486456,193,-1.590551461,0.5326612937,3833.2562226 +379,0.831068936,0.512339172,193,-1.590551461,0.5326612937,7493.5871155 +380,1.301180979,0.72367476,193,-1.590551461,0.5326612937,7384.2808959 +381,1.811128231,0.322854402,193,-1.590551461,0.5326612937,8913.1647605 +382,0.435105812,0.992284428,193,-1.590551461,0.5326612937,5350.4103456 +383,0.62643634,0.592027932,193,-1.590551461,0.5326612937,6806.5286369 +384,0.492988703,-0.516339467,193,-1.590551461,0.5326612937,8861.8674999 +385,-0.162469483,0.112549365,193,-1.590551461,0.5326612937,5509.9269798 +386,0.314630866,0.472006421,193,-1.590551461,0.5326612937,6304.7622896 +387,0.166744804,0.822815954,193,-1.590551461,0.5326612937,5165.208234 +388,0.417159608,0.965805736,193,-1.590551461,0.5326612937,5382.3842521 +389,0.106334961,0.868774244,193,-1.590551461,0.5326612937,4940.9549974 +390,0.815086969,-0.338144359,193,-1.590551461,0.5326612937,9708.0647398 +391,0.59867455,-0.230624824,193,-1.590551461,0.5326612937,8782.208531 +392,1.915104874,0.066220985,193,-1.590551461,0.5326612937,9700.7046872 +393,1.278093622,0.064463721,193,-1.590551461,0.5326612937,9862.9688714 +394,-0.061477853,0.302997961,193,-1.590551461,0.5326612937,5481.5791534 +395,0.251311504,0.626976942,193,-1.590551461,0.5326612937,5780.7484968 +396,2.950242872,0.149095644,193,-1.590551461,0.5326612937,6499.5431292 +397,-0.180294708,0.35375117,193,-1.590551461,0.5326612937,4993.8445295 +398,1.010448592,-0.351180233,193,-1.590551461,0.5326612937,10387.438304 +399,-1.748740498,0.3686318073,193,-1.590551461,0.5326612937,859.60845846 +400,2.699635665,0.123533791,193,-1.590551461,0.5326612937,7377.9870282 +401,0.496808033,0.823843254,193,-1.590551461,0.5326612937,5890.5644749 +402,0.129574704,0.763364087,193,-1.590551461,0.5326612937,5186.288328 +403,1.798920311,0.817447563,193,-1.590551461,0.5326612937,7023.0938225 +404,0.335987953,0.746786541,193,-1.590551461,0.5326612937,5726.4148991 +405,-1.085413643,0.292154671,193,-1.590551461,0.5326612937,2056.7859515 +406,-0.155321003,0.508207011,193,-1.590551461,0.5326612937,4810.5411337 +407,0.620529244,-0.301175104,193,-1.590551461,0.5326612937,8983.8434855 +408,1.684402744,0.368716966,193,-1.590551461,0.5326612937,8837.5768177 +409,0.300582244,-0.386397212,193,-1.590551461,0.5326612937,8038.2008749 +410,2.913555946,-0.009225192,193,-1.590551461,0.5326612937,6950.1243389 +411,1.465101417,0.493232532,193,-1.590551461,0.5326612937,8367.3254408 +412,0.090612882,0.907955955,193,-1.590551461,0.5326612937,4839.7556784 +413,2.987564726,-0.729568594,193,-1.590551461,0.5326612937,7958.2925925 +414,-1.484261606,0.224149272,193,-1.590551461,0.5326612937,1282.4069349 +415,0.164073421,0.303955133,193,-1.590551461,0.5326612937,6215.0356292 +416,0.141441293,0.167552546,193,-1.590551461,0.5326612937,6426.5491508 +417,2.931321023,-0.506718887,193,-1.590551461,0.5326612937,7804.8979619 +418,2.21951565,0.700596356,193,-1.590551461,0.5326612937,6976.7975643 +419,0.268112576,1.199114336,193,-1.590551461,0.5326612937,4659.39605 +420,0.978913739,0.359223811,193,-1.590551461,0.5326612937,8293.6868264 +421,1.210898818,0.522863584,193,-1.590551461,0.5326612937,8070.825718 +422,2.347397336,0.129231362,193,-1.590551461,0.5326612937,8443.7194782 +423,0.614394501,0.556878345,193,-1.590551461,0.5326612937,6878.0232272 +424,-1.398079356,0.148483366,193,-1.590551461,0.5326612937,1680.196484 +425,2.535303836,-0.112984496,193,-1.590551461,0.5326612937,8439.2722253 +426,-1.019372593,-0.405322349,193,-1.590551461,0.5326612937,4302.8889044 +427,-1.297785627,-0.160104069,193,-1.590551461,0.5326612937,2961.3993629 +428,2.144554488,0.205051084,193,-1.590551461,0.5326612937,8749.9278724 +429,-2.242387083,-0.426171285,193,-1.590551461,0.5326612937,4532.7160934 +430,0.338637212,0.909723676,193,-1.590551461,0.5326612937,5362.3004333 +431,-0.148798452,0.691042401,193,-1.590551461,0.5326612937,4552.5612245 +432,0.893524764,0.441829531,193,-1.590551461,0.5326612937,7848.6292513 +433,0.969229347,-0.368847936,193,-1.590551461,0.5326612937,10279.614945 +434,0.436043248,0.800045688,193,-1.590551461,0.5326612937,5824.6303887 +435,1.687946607,1.081504775,193,-1.590551461,0.5326612937,6035.1151119 +436,0.522302046,-0.034889271,193,-1.590551461,0.5326612937,8123.6082784 +437,-0.178996113,-0.438090009,193,-1.590551461,0.5326612937,6585.7603316 +438,-1.094339566,0.301444068,193,-1.590551461,0.5326612937,2008.4758266 +439,-1.064070054,0.242569932,193,-1.590551461,0.5326612937,2235.1067018 +440,-1.068153768,0.230387998,193,-1.590551461,0.5326612937,2251.1530921 +441,-3.00496892,-0.23989155,193,-1.590551461,0.5326612937,6183.6403749 +442,0.21751974,0.766874888,193,-1.590551461,0.5326612937,5397.7819855 +443,0.117229532,0.007619006,193,-1.590551461,0.5326612937,6673.5267056 +444,0.777758451,0.420554741,193,-1.590551461,0.5326612937,7661.252328 +445,-0.252356999,0.250747086,193,-1.590551461,0.5326612937,4938.5179532 +446,0.363148444,0.768483434,193,-1.590551461,0.5326612937,5739.2257203 +447,0.903191366,-0.118210676,193,-1.590551461,0.5326612937,9533.5713505 +448,-0.205755923,0.149406178,193,-1.590551461,0.5326612937,5289.9383279 +449,1.811996086,0.02364353,193,-1.590551461,0.5326612937,10030.452577 +450,-1.100670221,0.314845373,193,-1.590551461,0.5326612937,1960.1435015 +451,0.340078597,0.850105132,193,-1.590551461,0.5326612937,5499.4638905 +452,0.258757267,0.804969236,193,-1.590551461,0.5326612937,5416.7144633 +453,2.78505352,-0.155160804,193,-1.590551461,0.5326612937,7679.4927355 +454,0.800551619,0.105822106,193,-1.590551461,0.5326612937,8638.1398995 +455,0.437940882,-0.506194031,193,-1.590551461,0.5326612937,8668.5679711 +456,2.230431122,0.63458615,193,-1.590551461,0.5326612937,7176.3965887 +457,0.527965361,0.127667701,193,-1.590551461,0.5326612937,7767.1494856 +458,-0.063643205,0.702093448,193,-1.590551461,0.5326612937,4776.7047273 +459,1.408447268,0.133010502,193,-1.590551461,0.5326612937,9752.0280423 +460,0.523795955,0.280266966,193,-1.590551461,0.5326612937,7377.7283437 +461,-0.975769313,0.072177659,193,-1.590551461,0.5326612937,2930.8699088 +462,0.549774164,-0.463663986,193,-1.590551461,0.5326612937,8986.2493003 +463,0.29245874,1.095549818,193,-1.590551461,0.5326612937,4887.8306021 +464,0.143625958,0.816809593,193,-1.590551461,0.5326612937,5121.4407918 +465,0.671902494,0.611159853,193,-1.590551461,0.5326612937,6852.7646839 +466,1.239840988,0.6724199,193,-1.590551461,0.5326612937,7534.0921472 +467,0.607829703,-0.10932137,193,-1.590551461,0.5326612937,8567.8179401 +468,1.763020906,0.263996692,193,-1.590551461,0.5326612937,9186.4364781 +469,0.378714634,0.726066797,193,-1.590551461,0.5326612937,5876.0376052 +470,2.196736143,-0.153862366,193,-1.590551461,0.5326612937,9627.7065214 +471,0.01702415,0.148991565,193,-1.590551461,0.5326612937,6047.3592547 +472,-2.998490902,-0.158002487,193,-1.590551461,0.5326612937,5991.9355406 +473,-3.051262951,-0.346595608,193,-1.590551461,0.5326612937,6553.0286574 +474,-1.069176439,0.182802941,193,-1.590551461,0.5326612937,2365.809227 +475,0.167157509,0.595344954,193,-1.590551461,0.5326612937,5616.5212376 +476,0.613855648,0.681746124,193,-1.590551461,0.5326612937,6523.3315645 +477,1.037012736,0.682555367,193,-1.590551461,0.5326612937,7270.9325115 +478,-1.253574971,0.379755746,193,-1.590551461,0.5326612937,1339.8312803 +479,3.108590453,-0.132620738,193,-1.590551461,0.5326612937,6533.0339772 +480,0.565301296,0.022333262,193,-1.590551461,0.5326612937,8134.3727169 +481,0.547898238,0.855555614,193,-1.590551461,0.5326612937,5906.166463 +482,0.948309381,0.417393755,193,-1.590551461,0.5326612937,8039.2320908 +483,-0.050600732,0.945269213,193,-1.590551461,0.5326612937,4473.4363419 +484,-0.977651478,-0.572363064,193,-1.590551461,0.5326612937,4942.980034 +485,1.102014914,0.728861163,193,-1.590551461,0.5326612937,7184.6577687 +486,2.927300795,-0.282939414,193,-1.590551461,0.5326612937,7435.805899 +487,-1.154565557,0.124434095,193,-1.590551461,0.5326612937,2287.2371151 +488,1.855331234,0.291044755,193,-1.590551461,0.5326612937,8981.0651086 +489,0.830290659,0.276904518,193,-1.590551461,0.5326612937,8221.9161738 +490,0.485104466,-0.234867441,193,-1.590551461,0.5326612937,8403.8481154 +491,0.521367572,-0.33161327,193,-1.590551461,0.5326612937,8696.5543384 +1,-1.539031704,0.7349710123,194,-1.625979264,0.5247742243,877.44117677 +2,-1.536990553,0.7349663874,194,-1.625979264,0.5247742243,879.49719121 +3,-1.534951779,0.7349571355,194,-1.625979264,0.5247742243,881.57670428 +4,-1.532906461,0.7349480293,194,-1.625979264,0.5247742243,883.70654818 +5,-1.531320211,0.7346937278,194,-1.625979264,0.5247742243,884.47768623 +6,-1.539451648,0.7335131775,194,-1.625979264,0.5247742243,871.59289512 +7,-1.537429487,0.7335445708,194,-1.625979264,0.5247742243,873.76947626 +8,-1.535484998,0.7335658704,194,-1.625979264,0.5247742243,875.86904854 +9,-1.533488396,0.7336036027,194,-1.625979264,0.5247742243,878.12358847 +10,-1.531497785,0.7335842962,194,-1.625979264,0.5247742243,880.2017891 +11,-1.530259379,0.7334777758,194,-1.625979264,0.5247742243,881.16820021 +12,-1.5335454,0.7322346912,194,-1.625979264,0.5247742243,873.01310073 +13,-1.531489083,0.7322238773,194,-1.625979264,0.5247742243,875.20836272 +14,-1.530011122,0.7321679851,194,-1.625979264,0.5247742243,876.63658807 +15,-1.53348106,0.7306614094,194,-1.625979264,0.5247742243,867.28499194 +16,-1.531441779,0.7306962275,194,-1.625979264,0.5247742243,869.64819633 +17,-1.529755654,0.7306933243,194,-1.625979264,0.5247742243,871.51780113 +18,-1.533415048,0.7291384674,194,-1.625979264,0.5247742243,861.75103346 +19,-1.531392093,0.7291705353,194,-1.625979264,0.5247742243,864.10452571 +20,-1.529296523,0.7291214933,194,-1.625979264,0.5247742243,866.28562843 +21,-1.535280942,0.727267644,194,-1.625979264,0.5247742243,852.82877639 +22,-1.533378158,0.7276139666,194,-1.625979264,0.5247742243,856.18607711 +23,-1.531340368,0.7276446587,194,-1.625979264,0.5247742243,858.56928863 +24,-1.528960113,0.7276398177,194,-1.625979264,0.5247742243,861.25825368 +25,-1.533313146,0.7260818349,194,-1.625979264,0.5247742243,850.63089116 +26,-1.531259555,0.7260958115,194,-1.625979264,0.5247742243,852.98998626 +27,-1.528926415,0.7260865555,194,-1.625979264,0.5247742243,855.63167789 +28,-1.531226779,0.7245511789,194,-1.625979264,0.5247742243,847.37901584 +29,-1.528904772,0.7245519194,194,-1.625979264,0.5247742243,850.06612639 +30,-1.547195875,0.7409785979,194,-1.625979264,0.5247742243,892.21791878 +31,-1.5451475,0.740980426,194,-1.625979264,0.5247742243,894.07213952 +32,-1.543097679,0.7409798872,194,-1.625979264,0.5247742243,895.96221224 +33,-1.540720364,0.7409892687,194,-1.625979264,0.5247742243,898.24580617 +34,-1.547188511,0.7395198392,194,-1.625979264,0.5247742243,886.72333735 +35,-1.545148587,0.7395226109,194,-1.625979264,0.5247742243,888.58721052 +36,-1.543104538,0.7395314908,194,-1.625979264,0.5247742243,890.52114912 +37,-1.540727751,0.7395306258,194,-1.625979264,0.5247742243,892.78216804 +38,-1.547187029,0.7380014886,194,-1.625979264,0.5247742243,881.00250884 +39,-1.545147315,0.7380012252,194,-1.625979264,0.5247742243,882.86919673 +40,-1.54310719,0.7380060743,194,-1.625979264,0.5247742243,884.79904065 +41,-1.540719671,0.7380068206,194,-1.625979264,0.5247742243,887.09397 +42,-1.547187189,0.7364799098,194,-1.625979264,0.5247742243,875.27190143 +43,-1.545149996,0.7364853874,194,-1.625979264,0.5247742243,877.17238778 +44,-1.543106091,0.7364823484,194,-1.625979264,0.5247742243,879.09105156 +45,-1.540717158,0.7364893901,194,-1.625979264,0.5247742243,881.42868559 +46,-1.538663972,0.7410138672,194,-1.625979264,0.5247742243,900.32900977 +47,-1.53695285,0.7409699132,194,-1.625979264,0.5247742243,901.85485041 +48,-1.534910498,0.7409641297,194,-1.625979264,0.5247742243,903.88899739 +49,-1.533145034,0.7409536636,194,-1.625979264,0.5247742243,905.66087114 +50,-1.538681336,0.7395405883,194,-1.625979264,0.5247742243,894.81533231 +51,-1.536999189,0.7395183096,194,-1.625979264,0.5247742243,896.40504908 +52,-1.534923633,0.7395144222,194,-1.625979264,0.5247742243,898.49417569 +53,-1.533267822,0.7395654306,194,-1.625979264,0.5247742243,900.39231069 +54,-1.53867273,0.7380151077,194,-1.625979264,0.5247742243,889.13691113 +55,-1.536980576,0.7379994392,194,-1.625979264,0.5247742243,890.77437203 +56,-1.534931522,0.7379944961,194,-1.625979264,0.5247742243,892.84865428 +57,-1.533387952,0.7379480264,194,-1.625979264,0.5247742243,894.28126347 +58,-1.538682279,0.7364914363,194,-1.625979264,0.5247742243,883.45182332 +59,-1.536980704,0.7364810563,194,-1.625979264,0.5247742243,885.13145844 +60,-1.534935567,0.7364752065,194,-1.625979264,0.5247742243,887.21430927 +61,-1.533042592,0.7363876366,194,-1.625979264,0.5247742243,888.87679645 +62,-1.545143426,0.7349628011,194,-1.625979264,0.5247742243,871.46301156 +63,-1.543105297,0.7349691947,194,-1.625979264,0.5247742243,873.42666773 +64,-1.541064533,0.7349647152,194,-1.625979264,0.5247742243,875.39600394 +65,-1.545411803,0.7334624714,194,-1.625979264,0.5247742243,865.5810696 +66,-1.543446606,0.7334780896,194,-1.625979264,0.5247742243,867.51792136 +67,-1.541475327,0.7334957295,194,-1.625979264,0.5247742243,869.50903471 +68,-1.545401939,0.731963266,194,-1.625979264,0.5247742243,859.96902492 +69,-1.54342253,0.7319915583,194,-1.625979264,0.5247742243,861.98186528 +70,-1.541455867,0.7320216438,194,-1.625979264,0.5247742243,864.03002308 +71,-1.545410146,0.7304422281,194,-1.625979264,0.5247742243,854.26222448 +72,-1.543435491,0.7304713664,194,-1.625979264,0.5247742243,856.28841214 +73,-1.541463105,0.7304997613,194,-1.625979264,0.5247742243,858.35091124 +74,-1.545414768,0.7289194936,194,-1.625979264,0.5247742243,848.55685281 +75,-1.543435774,0.7289538557,194,-1.625979264,0.5247742243,850.62192135 +76,-1.541457714,0.7289765881,194,-1.625979264,0.5247742243,852.68445388 +77,-1.539449415,0.7320555866,194,-1.625979264,0.5247742243,866.17337667 +78,-1.537429183,0.7321097681,194,-1.625979264,0.5247742243,868.4477695 +79,-1.535472649,0.7321497267,194,-1.625979264,0.5247742243,870.64377544 +80,-1.539457899,0.7305333307,194,-1.625979264,0.5247742243,860.50719616 +81,-1.537453161,0.7305750503,194,-1.625979264,0.5247742243,862.73510998 +82,-1.535479385,0.7306124949,194,-1.625979264,0.5247742243,864.9556567 +83,-1.53946905,0.7290102593,194,-1.625979264,0.5247742243,854.84010918 +84,-1.537459922,0.7290417293,194,-1.625979264,0.5247742243,857.05064181 +85,-1.535451349,0.7290890157,194,-1.625979264,0.5247742243,859.36100236 +86,-1.535522937,0.7279887191,194,-1.625979264,0.5247742243,855.22497716 +87,-1.539442524,0.7274735939,194,-1.625979264,0.5247742243,849.16672255 +88,-1.537424111,0.727521351,194,-1.625979264,0.5247742243,851.46447444 +89,-1.539384641,0.7259505092,194,-1.625979264,0.5247742243,843.58229144 +90,-1.537372391,0.7259947145,194,-1.625979264,0.5247742243,845.87823134 +91,-1.535340789,0.7260435356,194,-1.625979264,0.5247742243,848.2546969 +92,-1.539325716,0.7244369706,194,-1.625979264,0.5247742243,838.04061805 +93,-1.537308932,0.7244801057,194,-1.625979264,0.5247742243,840.3554992 +94,-1.535289068,0.7245247645,194,-1.625979264,0.5247742243,842.72223641 +95,-1.533261366,0.7245550236,194,-1.625979264,0.5247742243,845.08756487 +96,-1.539267302,0.722921924,194,-1.625979264,0.5247742243,832.49922381 +97,-1.537248972,0.7229660258,194,-1.625979264,0.5247742243,834.83761916 +98,-1.535219431,0.7229916471,194,-1.625979264,0.5247742243,837.16371923 +99,-1.53318962,0.7230212049,194,-1.625979264,0.5247742243,839.5482241 +100,-1.531154816,0.7230299897,194,-1.625979264,0.5247742243,841.90589448 +101,-1.528878341,0.7230370244,194,-1.625979264,0.5247742243,844.58503924 +102,-1.539218189,0.7214009878,194,-1.625979264,0.5247742243,826.93260273 +103,-1.537198791,0.7214422745,194,-1.625979264,0.5247742243,829.28017704 +104,-1.535179266,0.7214634354,194,-1.625979264,0.5247742243,831.59754616 +105,-1.533156501,0.7214944644,194,-1.625979264,0.5247742243,833.99830964 +106,-1.53113574,0.7215166021,194,-1.625979264,0.5247742243,836.4074596 +107,-1.528874248,0.7215345535,194,-1.625979264,0.5247742243,839.12965203 +108,-1.539217656,0.7198512397,194,-1.625979264,0.5247742243,821.21352207 +109,-1.537199919,0.7199428763,194,-1.625979264,0.5247742243,823.76228979 +110,-1.545425832,0.727397149,194,-1.625979264,0.5247742243,842.85111275 +111,-1.543371177,0.7273916949,194,-1.625979264,0.5247742243,844.85833797 +112,-1.541368852,0.7274523163,194,-1.625979264,0.5247742243,847.10397258 +113,-1.545349067,0.7258710923,194,-1.625979264,0.5247742243,837.22235979 +114,-1.54332671,0.7258603556,194,-1.625979264,0.5247742243,839.19548515 +115,-1.541346831,0.7259242142,194,-1.625979264,0.5247742243,841.44709214 +116,-1.545324355,0.7243383958,194,-1.625979264,0.5247742243,831.52317051 +117,-1.543292796,0.7243617413,194,-1.625979264,0.5247742243,833.64944724 +118,-1.541295822,0.7244024384,194,-1.625979264,0.5247742243,835.84926874 +119,-1.543193859,0.7205570215,194,-1.625979264,0.5247742243,819.60699064 +120,-1.550257047,0.7386738187,194,-1.625979264,0.5247742243,880.81694127 +121,-1.549335448,0.7311736483,194,-1.625979264,0.5247742243,853.3305133 +122,-1.533478843,0.7179891343,194,-1.625979264,0.5247742243,820.81996563 +123,-1.556150555,0.738907041,194,-1.625979264,0.5247742243,876.76679087 +124,-1.554324226,0.733414257,194,-1.625979264,0.5247742243,857.40153078 +125,-1.554290846,0.7288285332,194,-1.625979264,0.5247742243,840.05487802 +126,-1.55122487,0.7219795312,194,-1.625979264,0.5247742243,816.99004648 +127,-1.525104458,0.7229399862,194,-1.625979264,0.5247742243,848.7525789 +128,-1.519607711,0.7236181429,194,-1.625979264,0.5247742243,858.02618069 +129,-1.513899999,0.7251107854,194,-1.625979264,0.5247742243,870.72562716 +130,-1.536620762,0.7431061895,194,-1.625979264,0.5247742243,910.14221717 +131,-1.5369566,0.7460845958,194,-1.625979264,0.5247742243,920.92248482 +132,-1.545345528,0.7447040685,194,-1.625979264,0.5247742243,907.91846227 +133,-1.532813921,0.7432306626,194,-1.625979264,0.5247742243,914.44090061 +134,-1.554788248,0.7382381001,194,-1.625979264,0.5247742243,875.3305128 +135,-1.540348126,0.7301594274,194,-1.625979264,0.5247742243,858.20951389 +136,-1.538016084,0.7239051786,194,-1.625979264,0.5247742243,837.47180223 +137,-1.525288962,0.7258085137,194,-1.625979264,0.5247742243,858.90786078 +138,-1.534326986,0.731241342,194,-1.625979264,0.5247742243,868.50935177 +139,-1.530733872,0.7303625216,194,-1.625979264,0.5247742243,869.21021828 +141,-1.534354939,0.7328219978,194,-1.625979264,0.5247742243,874.31359651 +142,-1.53157084,0.7292888153,194,-1.625979264,0.5247742243,864.33923555 +143,-1.525691035,0.7263799874,194,-1.625979264,0.5247742243,860.49918898 +144,-1.534031287,0.7495967835,194,-1.625979264,0.5247742243,936.88172475 +145,-1.527714986,0.7283095957,194,-1.625979264,0.5247742243,865.13765286 +146,-1.526189586,0.7271468292,194,-1.625979264,0.5247742243,862.69131875 +147,-1.555177336,0.7375563366,194,-1.625979264,0.5247742243,872.41859508 +148,-1.555080283,0.7312707794,194,-1.625979264,0.5247742243,848.62973233 +149,-1.53856994,0.7224180299,194,-1.625979264,0.5247742243,831.38560767 +150,-1.530837883,0.729933372,194,-1.625979264,0.5247742243,867.52053963 +151,-1.515066984,0.5854133365,194,-1.625979264,0.5247742243,443.79902784 +152,-1.534731633,0.5368370046,194,-1.625979264,0.5247742243,315.30837725 +153,-1.515231902,0.5607085576,194,-1.625979264,0.5247742243,401.60722715 +154,-2.616253799,1.0684566605,194,-1.625979264,0.5247742243,3326.2004916 +155,-1.956071439,0.5792177723,194,-1.625979264,0.5247742243,1132.3348459 +156,-1.951208514,0.5602434208,194,-1.625979264,0.5247742243,1110.7575133 +157,-1.944675062,0.6062144545,194,-1.625979264,0.5247742243,1111.7101426 +158,-1.613778386,0.6077989518,194,-1.625979264,0.5247742243,331.37699003 +159,-2.035029014,0.6021432345,194,-1.625979264,0.5247742243,1400.2149068 +160,-2.114989471,0.6801825058,194,-1.625979264,0.5247742243,1702.0463429 +161,-2.037382079,0.5765830025,194,-1.625979264,0.5247742243,1400.7354297 +162,-2.129855121,0.6585019963,194,-1.625979264,0.5247742243,1731.1691382 +163,-2.075141798,0.6493615843,194,-1.625979264,0.5247742243,1555.4905295 +164,-1.828626729,0.6948433129,194,-1.625979264,0.5247742243,940.05677415 +165,-1.863329418,0.6735427691,194,-1.625979264,0.5247742243,972.84831487 +166,-1.266037071,0.727988852,194,-1.625979264,0.5247742243,1401.8757088 +167,-1.277579582,0.7249010648,194,-1.625979264,0.5247742243,1366.0283939 +168,-1.258418684,0.7241194816,194,-1.625979264,0.5247742243,1414.6892741 +169,-1.317813974,0.6804850104,194,-1.625979264,0.5247742243,1176.4963183 +170,-1.344165204,0.6790988904,194,-1.625979264,0.5247742243,1101.9628995 +171,-1.427582102,0.5277120351,194,-1.625979264,0.5247742243,679.34286595 +172,-1.402238616,0.457167829,194,-1.625979264,0.5247742243,825.5488164 +173,-1.422454264,0.4996161999,194,-1.625979264,0.5247742243,709.41377908 +174,-1.439089277,0.4894859811,194,-1.625979264,0.5247742243,661.74524641 +175,-1.448126995,0.5182330266,194,-1.625979264,0.5247742243,611.17503447 +176,-1.474626146,0.5881926574,194,-1.625979264,0.5247742243,567.37289588 +177,-1.421139645,0.5584869783,194,-1.625979264,0.5247742243,707.56020655 +178,-1.457037165,0.565943032,194,-1.625979264,0.5247742243,594.63737804 +179,-2.757159358,0.3745319,194,-1.625979264,0.5247742243,4027.5845292 +180,-2.714309238,0.342054471,194,-1.625979264,0.5247742243,3932.5886158 +181,-2.000525337,0.774119946,194,-1.625979264,0.5247742243,1531.5605743 +183,-1.571413436,0.6777838382,194,-1.625979264,0.5247742243,631.61312219 +184,-1.552860289,0.6987663893,194,-1.625979264,0.5247742243,728.57910102 +185,-1.521852374,0.7165827476,194,-1.625979264,0.5247742243,829.99252 +186,-1.503656267,0.6928968252,194,-1.625979264,0.5247742243,774.89432957 +187,-1.502753178,0.7136205882,194,-1.625979264,0.5247742243,846.32749641 +188,-1.631894563,0.7343596465,194,-1.625979264,0.5247742243,830.38179467 +189,-1.653765416,0.6770714026,194,-1.625979264,0.5247742243,610.00973773 +190,-1.719812114,0.6715965947,194,-1.625979264,0.5247742243,657.35796017 +191,-1.493406659,0.6646955447,194,-1.625979264,0.5247742243,703.94241583 +192,-1.469120564,0.6613469966,194,-1.625979264,0.5247742243,746.28775915 +193,-1.590551461,0.5326612937,194,-1.625979264,0.5247742243,125.12857889 +194,-1.625979264,0.5247742243,194,-1.625979264,0.5247742243,29.029498183 +195,-1.572293943,0.5238808754,194,-1.625979264,0.5247742243,184.10910772 +196,-1.610848725,0.5477107964,194,-1.625979264,0.5247742243,104.44168796 +197,-1.208485554,0.7918526018,194,-1.625979264,0.5247742243,1671.0323795 +198,-1.335601374,0.6869083083,194,-1.625979264,0.5247742243,1139.9716139 +199,-1.346156996,0.6825213377,194,-1.625979264,0.5247742243,1103.2257743 +200,-1.324381037,0.6741422347,194,-1.625979264,0.5247742243,1147.2546674 +201,-1.242424992,0.7378949807,194,-1.625979264,0.5247742243,1481.6696025 +202,-1.270370057,0.7392461008,194,-1.625979264,0.5247742243,1412.6421227 +203,-1.448950472,0.7441675014,194,-1.625979264,0.5247742243,1034.6331215 +204,-1.492662363,0.7523026852,194,-1.625979264,0.5247742243,994.92184501 +205,-1.479098966,0.7763855017,194,-1.625979264,0.5247742243,1097.4291615 +206,-1.633760714,0.7869022408,194,-1.625979264,0.5247742243,1038.5718047 +207,-1.647406434,0.8101289331,194,-1.625979264,0.5247742243,1132.2155884 +208,-1.564245052,0.5701509278,194,-1.625979264,0.5247742243,275.46225481 +209,-1.646289963,0.6833746083,194,-1.625979264,0.5247742243,631.67814405 +210,-1.5820631,0.6751952144,194,-1.625979264,0.5247742243,612.79388105 +211,-1.613236298,0.6681681791,194,-1.625979264,0.5247742243,569.51021617 +212,-1.914661867,0.8212566515,194,-1.625979264,0.5247742243,1469.4649478 +213,-1.742133237,0.7250275956,194,-1.625979264,0.5247742243,875.87490404 +214,-2.033144872,0.6557314699,194,-1.625979264,0.5247742243,1431.9943664 +215,-2.039551981,0.6964723658,194,-1.625979264,0.5247742243,1498.1183214 +216,-1.247341019,0.7622473908,194,-1.625979264,0.5247742243,1516.5279441 +217,-1.298239787,0.7084123392,194,-1.625979264,0.5247742243,1280.441438 +218,-1.308539688,0.6926545592,194,-1.625979264,0.5247742243,1223.5825776 +219,-1.303263185,0.6888938396,194,-1.625979264,0.5247742243,1231.2635149 +220,-1.852400229,0.6004246149,194,-1.625979264,0.5247742243,814.85893278 +221,-1.288947707,0.7473773692,194,-1.625979264,0.5247742243,1383.5616029 +222,-1.372031502,0.7472790993,194,-1.625979264,0.5247742243,1192.9689351 +223,-1.289805721,0.7242157877,194,-1.625979264,0.5247742243,1333.1655698 +224,-1.350807603,0.7533498126,194,-1.625979264,0.5247742243,1254.7887892 +225,-1.329290365,0.7560442322,194,-1.625979264,0.5247742243,1309.2795348 +226,-1.410153004,0.616936428,194,-1.625979264,0.5247742243,805.79197554 +227,-1.393445434,0.6308995063,194,-1.625979264,0.5247742243,877.43017364 +228,-1.37595573,0.6241540638,194,-1.625979264,0.5247742243,918.58039931 +229,-1.358388707,0.6172645205,194,-1.625979264,0.5247742243,962.70712828 +230,-1.753741133,0.8281661666,194,-1.625979264,0.5247742243,1263.4429603 +231,-1.47430987,0.6834615681,194,-1.625979264,0.5247742243,798.84255103 +232,-1.421012508,0.7222725206,194,-1.625979264,0.5247742243,1020.9109165 +233,-1.4476833,0.6978557868,194,-1.625979264,0.5247742243,895.60903005 +234,-1.470370723,0.6966193374,194,-1.625979264,0.5247742243,846.51176925 +235,-1.429211703,0.7037216883,194,-1.625979264,0.5247742243,951.2890504 +236,-1.700578405,0.6178673663,194,-1.625979264,0.5247742243,444.57214199 +237,-1.678117619,0.6331716163,194,-1.625979264,0.5247742243,462.77896327 +238,-1.725644578,0.6316331145,194,-1.625979264,0.5247742243,536.8328148 +239,-2.14012759,0.7930497945,194,-1.625979264,0.5247742243,1912.2004825 +240,-2.103289431,0.7653606263,194,-1.625979264,0.5247742243,1773.33439 +241,-1.318739838,0.7017808746,194,-1.625979264,0.5247742243,1213.6550022 +242,-1.396417427,0.7077900843,194,-1.625979264,0.5247742243,1035.1006174 +243,-1.35650337,0.7185539404,194,-1.625979264,0.5247742243,1155.2032107 +244,-1.248884539,0.7274156818,194,-1.625979264,0.5247742243,1445.7858153 +245,-1.395014798,0.5761185243,194,-1.625979264,0.5247742243,805.16826168 +246,-1.433377362,0.6064716109,194,-1.625979264,0.5247742243,720.19256257 +247,-1.408172432,0.5903155476,194,-1.625979264,0.5247742243,776.09523857 +248,-1.749645898,0.7757118084,194,-1.625979264,0.5247742243,1066.6360381 +249,-1.571626686,0.615046989,194,-1.625979264,0.5247742243,400.82534856 +250,-1.514070049,0.6303003037,194,-1.625979264,0.5247742243,558.83987856 +251,-1.480890369,0.6237966528,194,-1.625979264,0.5247742243,621.37202015 +252,-1.704390658,0.5281680612,194,-1.625979264,0.5247742243,268.84818438 +253,-1.64434733,0.5254277498,194,-1.625979264,0.5247742243,63.006722075 +254,-1.703855997,0.4792484842,194,-1.625979264,0.5247742243,324.97194566 +255,-1.692002383,0.5748825051,194,-1.625979264,0.5247742243,298.46949576 +256,-1.854136457,0.5544643913,194,-1.625979264,0.5247742243,783.68386646 +257,-1.665021206,0.520317736,194,-1.625979264,0.5247742243,135.16323517 +258,-1.733654349,0.4845187345,194,-1.625979264,0.5247742243,405.87797977 +259,-1.720938188,0.5135933906,194,-1.625979264,0.5247742243,329.52328419 +260,-1.742668307,0.553296122,194,-1.625979264,0.5247742243,412.35735102 +261,-1.965659039,0.7142126903,194,-1.625979264,0.5247742243,1322.8923296 +262,-1.944438071,0.6772834804,194,-1.625979264,0.5247742243,1199.6902918 +263,-1.270340967,0.7681487096,194,-1.625979264,0.5247742243,1473.7127928 +264,-1.353091884,0.6549276821,194,-1.625979264,0.5247742243,1033.643055 +265,-1.333236659,0.6413584414,194,-1.625979264,0.5247742243,1070.3861751 +266,-1.352015998,0.6753788907,194,-1.625979264,0.5247742243,1073.6256979 +267,-1.377988483,0.6577816235,194,-1.625979264,0.5247742243,969.16127643 +268,-2.13075611,0.8318642051,194,-1.625979264,0.5247742243,1956.0680532 +269,-2.097910953,0.8259670014,194,-1.625979264,0.5247742243,1867.8598276 +270,-1.416382069,0.6694271549,194,-1.625979264,0.5247742243,892.83266622 +271,-1.538905672,0.7535625993,194,-1.625979264,0.5247742243,947.08570746 +272,-1.572309477,0.7803125099,194,-1.625979264,0.5247742243,1025.9734183 +273,-1.87759879,0.7503853417,194,-1.625979264,0.5247742243,1196.474097 +274,1.152365588,0.590457682,194,-1.625979264,0.5247742243,7821.993933 +275,0.350198001,0.718001859,194,-1.625979264,0.5247742243,5934.2274958 +276,0.046513677,0.491503852,194,-1.625979264,0.5247742243,5589.4547614 +277,0.027510309,0.742571376,194,-1.625979264,0.5247742243,5072.5588435 +278,0.306285725,-0.214631579,194,-1.625979264,0.5247742243,7876.8198273 +279,-1.100564889,0.318051531,194,-1.625979264,0.5247742243,2059.6339543 +280,-1.078582306,0.301437596,194,-1.625979264,0.5247742243,2164.2198789 +281,-1.137371989,-0.617634065,194,-1.625979264,0.5247742243,4877.8731314 +282,0.784356344,0.703272339,194,-1.625979264,0.5247742243,6887.7922658 +283,-1.221209947,0.218327455,194,-1.625979264,0.5247742243,1917.1429177 +284,2.347301921,-0.449114658,194,-1.625979264,0.5247742243,9537.6270228 +285,0.246820618,0.830553713,194,-1.625979264,0.5247742243,5439.3416165 +286,0.829414965,0.703288228,194,-1.625979264,0.5247742243,6965.6449077 +287,-1.337537566,0.42332223,194,-1.625979264,0.5247742243,1091.6616258 +288,0.882453706,0.454478077,194,-1.625979264,0.5247742243,7881.8880695 +289,1.575629659,0.416419109,194,-1.625979264,0.5247742243,8708.8027269 +290,-1.039455679,0.229888244,194,-1.625979264,0.5247742243,2441.3210488 +291,0.489558039,0.934482747,194,-1.625979264,0.5247742243,5679.6741596 +292,0.081344504,0.88384514,194,-1.625979264,0.5247742243,4962.2802916 +293,-1.547979814,0.300350308,194,-1.625979264,0.5247742243,932.62565444 +294,0.040776181,0.168560074,194,-1.625979264,0.5247742243,6212.7813863 +295,-1.130374745,0.563894876,194,-1.625979264,0.5247742243,1681.6073881 +296,1.578326642,0.478507176,194,-1.625979264,0.5247742243,8462.7608726 +297,-1.12861823,-0.291640865,194,-1.625979264,0.5247742243,3749.6395955 +298,0.310524208,0.770885792,194,-1.625979264,0.5247742243,5717.1151614 +299,0.415649091,-0.387246002,194,-1.625979264,0.5247742243,8541.5861569 +300,-0.926533878,-0.188022748,194,-1.625979264,0.5247742243,3882.3076344 +301,1.258856172,-0.11716081,194,-1.625979264,0.5247742243,10567.585549 +302,-1.126050026,0.322941926,194,-1.625979264,0.5247742243,1966.5890924 +303,2.002785835,0.07893892,194,-1.625979264,0.5247742243,9422.1556238 +304,0.440437607,0.746258085,194,-1.625979264,0.5247742243,6071.6043695 +305,-0.030391866,0.214441206,194,-1.625979264,0.5247742243,5882.225611 +306,0.521557815,-0.058929362,194,-1.625979264,0.5247742243,8298.674585 +307,-0.097005111,0.13317729,194,-1.625979264,0.5247742243,5815.6430402 +308,1.83113859,0.221857587,194,-1.625979264,0.5247742243,9250.8110138 +309,0.222428864,0.099404236,194,-1.625979264,0.5247742243,6964.1519688 +310,-1.702731345,0.8728568183,194,-1.625979264,0.5247742243,1397.6448903 +311,-0.418507569,0.278324921,194,-1.625979264,0.5247742243,4446.4516934 +312,-1.41153306,0.339029988,194,-1.625979264,0.5247742243,1064.510508 +313,0.357560442,0.114788776,194,-1.625979264,0.5247742243,7376.9222031 +314,0.325818979,0.268352149,194,-1.625979264,0.5247742243,6928.5624274 +315,-1.246004659,-0.663679965,194,-1.625979264,0.5247742243,4913.0090117 +316,1.814603087,0.637404484,194,-1.625979264,0.5247742243,7708.203168 +317,1.843704281,-0.18300445,194,-1.625979264,0.5247742243,10628.207776 +318,1.690644492,-0.211480909,194,-1.625979264,0.5247742243,11046.253178 +319,-1.275451936,0.068109467,194,-1.625979264,0.5247742243,2234.7381634 +320,0.762430171,-0.207594741,194,-1.625979264,0.5247742243,9411.8254712 +321,0.265668905,-0.014647884,194,-1.625979264,0.5247742243,7347.0500886 +322,-2.773032013,-0.335515811,194,-1.625979264,0.5247742243,5541.0800363 +323,-1.469512853,0.174058777,194,-1.625979264,0.5247742243,1504.6443705 +324,0.286276986,0.785925691,194,-1.625979264,0.5247742243,5626.9402807 +325,-1.379324697,0.377432233,194,-1.625979264,0.5247742243,1053.8437477 +326,-1.203778265,0.212813032,194,-1.625979264,0.5247742243,1981.5687575 +327,0.579916301,0.611743168,194,-1.625979264,0.5247742243,6748.640122 +328,0.267582642,0.868113908,194,-1.625979264,0.5247742243,5404.4189815 +329,0.412869244,-0.050245578,194,-1.625979264,0.5247742243,7917.4910824 +330,0.17524381,0.976660285,194,-1.625979264,0.5247742243,4996.2922836 +331,0.743157214,0.204812899,194,-1.625979264,0.5247742243,8318.6731797 +332,-1.070758176,0.269382282,194,-1.625979264,0.5247742243,2255.2048205 +333,-1.230364251,0.329790229,194,-1.625979264,0.5247742243,1617.1826733 +334,-1.374813124,-0.024926835,194,-1.625979264,0.5247742243,2375.2039317 +335,0.519780566,0.463669906,194,-1.625979264,0.5247742243,7006.8379769 +336,-1.55108034,0.239698561,194,-1.625979264,0.5247742243,1161.9205067 +337,0.180294813,0.029739425,194,-1.625979264,0.5247742243,6966.7190857 +338,0.67820924,0.268170153,194,-1.625979264,0.5247742243,7964.4088986 +339,0.445798684,1.024001867,194,-1.625979264,0.5247742243,5376.3996871 +340,0.691751283,0.150521402,194,-1.625979264,0.5247742243,8324.2867156 +341,-1.036643551,-0.903056181,194,-1.625979264,0.5247742243,6015.5413507 +342,-0.120287036,1.083325163,194,-1.625979264,0.5247742243,4288.1886402 +343,2.823513113,-0.304487164,194,-1.625979264,0.5247742243,7700.905875 +344,0.457583172,1.12513373,194,-1.625979264,0.5247742243,5142.8578491 +345,0.042918831,0.813795399,194,-1.625979264,0.5247742243,4990.1923326 +346,1.196146777,-0.853142756,194,-1.625979264,0.5247742243,10826.337802 +347,0.206001358,-0.010430701,194,-1.625979264,0.5247742243,7135.8573577 +348,-0.268308653,0.234799412,194,-1.625979264,0.5247742243,5037.4737715 +349,0.759363263,0.736189579,194,-1.625979264,0.5247742243,6738.6564519 +350,0.181363926,0.891988372,194,-1.625979264,0.5247742243,5169.3673458 +351,-0.021111158,0.139103292,194,-1.625979264,0.5247742243,6062.3631063 +352,-0.093355215,0.630686981,194,-1.625979264,0.5247742243,4922.8268914 +353,0.40118964,0.681375926,194,-1.625979264,0.5247742243,6145.3094834 +354,-0.721197315,1.304706234,194,-1.625979264,0.5247742243,3552.8268565 +355,-1.076150317,0.212107639,194,-1.625979264,0.5247742243,2366.1535586 +356,-1.577164531,0.273993443,194,-1.625979264,0.5247742243,1009.0619934 +357,-0.190788414,0.182208586,194,-1.625979264,0.5247742243,5400.692357 +358,-0.261349752,0.209710184,194,-1.625979264,0.5247742243,5107.7898921 +359,-1.029303852,0.083549259,194,-1.625979264,0.5247742243,2831.4066908 +360,-1.268609162,0.330525297,194,-1.625979264,0.5247742243,1496.5103404 +361,1.282982244,-0.926641967,194,-1.625979264,0.5247742243,10715.768809 +362,0.217352334,0.731352408,194,-1.625979264,0.5247742243,5580.4620664 +363,-1.511833084,0.258629297,194,-1.625979264,0.5247742243,1133.3040024 +364,0.338812194,0.823184618,194,-1.625979264,0.5247742243,5659.4442579 +365,-0.324406489,1.134201999,194,-1.625979264,0.5247742243,3908.7329596 +366,1.389579348,0.399185724,194,-1.625979264,0.5247742243,8752.7420519 +367,2.047152199,-0.039082036,194,-1.625979264,0.5247742243,9672.3480041 +368,0.947780369,0.568250077,194,-1.625979264,0.5247742243,7618.5408484 +369,0.763824846,0.576754987,194,-1.625979264,0.5247742243,7250.2392215 +370,-0.142334657,0.928153068,194,-1.625979264,0.5247742243,4389.8263167 +371,0.610266567,0.547265983,194,-1.625979264,0.5247742243,7001.6674946 +372,0.210731629,0.746815056,194,-1.625979264,0.5247742243,5531.4245451 +373,-1.34931644,0.316895224,194,-1.625979264,0.5247742243,1292.91688 +374,2.407696481,0.655030745,194,-1.625979264,0.5247742243,6720.9527947 +375,0.64207831,0.545359131,194,-1.625979264,0.5247742243,7081.1048052 +376,1.174597538,0.840588356,194,-1.625979264,0.5247742243,6901.595688 +377,0.660059424,0.010604079,194,-1.625979264,0.5247742243,8586.8587763 +378,-0.730263819,0.010486456,194,-1.625979264,0.5247742243,3933.7046884 +379,0.831068936,0.512339172,194,-1.625979264,0.5247742243,7590.8648783 +380,1.301180979,0.72367476,194,-1.625979264,0.5247742243,7436.8722853 +381,1.811128231,0.322854402,194,-1.625979264,0.5247742243,8902.1439899 +382,0.435105812,0.992284428,194,-1.625979264,0.5247742243,5437.8079721 +383,0.62643634,0.592027932,194,-1.625979264,0.5247742243,6910.1609927 +384,0.492988703,-0.516339467,194,-1.625979264,0.5247742243,8970.5608997 +385,-0.162469483,0.112549365,194,-1.625979264,0.5247742243,5632.1103352 +386,0.314630866,0.472006421,194,-1.625979264,0.5247742243,6423.2398412 +387,0.166744804,0.822815954,194,-1.625979264,0.5247742243,5271.2412261 +388,0.417159608,0.965805736,194,-1.625979264,0.5247742243,5472.2211334 +389,0.106334961,0.868774244,194,-1.625979264,0.5247742243,5045.4326116 +390,0.815086969,-0.338144359,194,-1.625979264,0.5247742243,9832.0204321 +391,0.59867455,-0.230624824,194,-1.625979264,0.5247742243,8906.2425472 +392,1.915104874,0.066220985,194,-1.625979264,0.5247742243,9656.1078557 +393,1.278093622,0.064463721,194,-1.625979264,0.5247742243,9942.3056458 +394,-0.061477853,0.302997961,194,-1.625979264,0.5247742243,5606.7077322 +395,0.251311504,0.626976942,194,-1.625979264,0.5247742243,5894.8020033 +396,2.950242872,0.149095644,194,-1.625979264,0.5247742243,6387.3582226 +397,-0.180294708,0.35375117,194,-1.625979264,0.5247742243,5118.9693442 +398,1.010448592,-0.351180233,194,-1.625979264,0.5247742243,10512.552654 +399,-1.748740498,0.3686318073,194,-1.625979264,0.5247742243,757.71542463 +400,2.699635665,0.123533791,194,-1.625979264,0.5247742243,7272.873733 +401,0.496808033,0.823843254,194,-1.625979264,0.5247742243,5986.9026185 +402,0.129574704,0.763364087,194,-1.625979264,0.5247742243,5296.5158141 +403,1.798920311,0.817447563,194,-1.625979264,0.5247742243,7031.5893342 +404,0.335987953,0.746786541,194,-1.625979264,0.5247742243,5832.4090988 +405,-1.085413643,0.292154671,194,-1.625979264,0.5247742243,2160.4907754 +406,-0.155321003,0.508207011,194,-1.625979264,0.5247742243,4934.2802654 +407,0.620529244,-0.301175104,194,-1.625979264,0.5247742243,9106.4414324 +408,1.684402744,0.368716966,194,-1.625979264,0.5247742243,8846.7556115 +409,0.300582244,-0.386397212,194,-1.625979264,0.5247742243,8151.1454311 +410,2.913555946,-0.009225192,194,-1.625979264,0.5247742243,6832.2141108 +411,1.465101417,0.493232532,194,-1.625979264,0.5247742243,8407.0002585 +412,0.090612882,0.907955955,194,-1.625979264,0.5247742243,4941.9208681 +413,2.987564726,-0.729568594,194,-1.625979264,0.5247742243,7841.6556831 +414,-1.484261606,0.224149272,194,-1.625979264,0.5247742243,1299.1589709 +415,0.164073421,0.303955133,194,-1.625979264,0.5247742243,6339.4027163 +416,0.141441293,0.167552546,194,-1.625979264,0.5247742243,6551.659363 +417,2.931321023,-0.506718887,194,-1.625979264,0.5247742243,7680.7743615 +418,2.21951565,0.700596356,194,-1.625979264,0.5247742243,6944.2571957 +419,0.268112576,1.199114336,194,-1.625979264,0.5247742243,4733.6553595 +420,0.978913739,0.359223811,194,-1.625979264,0.5247742243,8388.7044195 +421,1.210898818,0.522863584,194,-1.625979264,0.5247742243,8137.9453386 +422,2.347397336,0.129231362,194,-1.625979264,0.5247742243,8357.9016221 +423,0.614394501,0.556878345,194,-1.625979264,0.5247742243,6983.8537276 +424,-1.398079356,0.148483366,194,-1.625979264,0.5247742243,1713.3030755 +425,2.535303836,-0.112984496,194,-1.625979264,0.5247742243,8326.9157203 +426,-1.019372593,-0.405322349,194,-1.625979264,0.5247742243,4347.0220401 +427,-1.297785627,-0.160104069,194,-1.625979264,0.5247742243,2986.9491647 +428,2.144554488,0.205051084,194,-1.625979264,0.5247742243,8688.0927792 +429,-2.242387083,-0.426171285,194,-1.625979264,0.5247742243,4435.4271355 +430,0.338637212,0.909723676,194,-1.625979264,0.5247742243,5458.3459666 +431,-0.148798452,0.691042401,194,-1.625979264,0.5247742243,4670.8338883 +432,0.893524764,0.441829531,194,-1.625979264,0.5247742243,7945.5189096 +433,0.969229347,-0.368847936,194,-1.625979264,0.5247742243,10404.334285 +434,0.436043248,0.800045688,194,-1.625979264,0.5247742243,5924.4960512 +435,1.687946607,1.081504775,194,-1.625979264,0.5247742243,6057.494087 +436,0.522302046,-0.034889271,194,-1.625979264,0.5247742243,8248.708743 +437,-0.178996113,-0.438090009,194,-1.625979264,0.5247742243,6681.4452586 +438,-1.094339566,0.301444068,194,-1.625979264,0.5247742243,2112.657512 +439,-1.064070054,0.242569932,194,-1.625979264,0.5247742243,2334.6471895 +440,-1.068153768,0.230387998,194,-1.625979264,0.5247742243,2348.9738766 +441,-3.00496892,-0.23989155,194,-1.625979264,0.5247742243,6058.6222401 +442,0.21751974,0.766874888,194,-1.625979264,0.5247742243,5505.8251044 +443,0.117229532,0.007619006,194,-1.625979264,0.5247742243,6796.9098817 +444,0.777758451,0.420554741,194,-1.625979264,0.5247742243,7765.9122983 +445,-0.252356999,0.250747086,194,-1.625979264,0.5247742243,5062.480702 +446,0.363148444,0.768483434,194,-1.625979264,0.5247742243,5843.2225722 +447,0.903191366,-0.118210676,194,-1.625979264,0.5247742243,9655.5339766 +448,-0.205755923,0.149406178,194,-1.625979264,0.5247742243,5412.4146917 +449,1.811996086,0.02364353,194,-1.625979264,0.5247742243,9999.9758136 +450,-1.100670221,0.314845373,194,-1.625979264,0.5247742243,2065.4946239 +451,0.340078597,0.850105132,194,-1.625979264,0.5247742243,5599.3264538 +452,0.258757267,0.804969236,194,-1.625979264,0.5247742243,5521.5598269 +453,2.78505352,-0.155160804,194,-1.625979264,0.5247742243,7559.1263505 +454,0.800551619,0.105822106,194,-1.625979264,0.5247742243,8755.3842097 +455,0.437940882,-0.506194031,194,-1.625979264,0.5247742243,8776.8979436 +456,2.230431122,0.63458615,194,-1.625979264,0.5247742243,7138.4207807 +457,0.527965361,0.127667701,194,-1.625979264,0.5247742243,7890.4385012 +458,-0.063643205,0.702093448,194,-1.625979264,0.5247742243,4893.3666897 +459,1.408447268,0.133010502,194,-1.625979264,0.5247742243,9806.6444935 +460,0.523795955,0.280266966,194,-1.625979264,0.5247742243,7497.4164399 +461,-0.975769313,0.072177659,194,-1.625979264,0.5247742243,3019.8245714 +462,0.549774164,-0.463663986,194,-1.625979264,0.5247742243,9099.817493 +463,0.29245874,1.095549818,194,-1.625979264,0.5247742243,4970.9894165 +464,0.143625958,0.816809593,194,-1.625979264,0.5247742243,5228.3479264 +465,0.671902494,0.611159853,194,-1.625979264,0.5247742243,6953.4278305 +466,1.239840988,0.6724199,194,-1.625979264,0.5247742243,7593.4907796 +467,0.607829703,-0.10932137,194,-1.625979264,0.5247742243,8692.9459077 +468,1.763020906,0.263996692,194,-1.625979264,0.5247742243,9179.917511 +469,0.378714634,0.726066797,194,-1.625979264,0.5247742243,5981.8719357 +470,2.196736143,-0.153862366,194,-1.625979264,0.5247742243,9528.6143287 +471,0.01702415,0.148991565,194,-1.625979264,0.5247742243,6171.9079951 +472,-2.998490902,-0.158002487,194,-1.625979264,0.5247742243,5866.8442899 +473,-3.051262951,-0.346595608,194,-1.625979264,0.5247742243,6428.6583388 +474,-1.069176439,0.182802941,194,-1.625979264,0.5247742243,2458.068455 +475,0.167157509,0.595344954,194,-1.625979264,0.5247742243,5733.6408846 +476,0.613855648,0.681746124,194,-1.625979264,0.5247742243,6622.9593101 +477,1.037012736,0.682555367,194,-1.625979264,0.5247742243,7346.2873141 +478,-1.253574971,0.379755746,194,-1.625979264,0.5247742243,1442.6034529 +479,3.108590453,-0.132620738,194,-1.625979264,0.5247742243,6409.0513414 +480,0.565301296,0.022333262,194,-1.625979264,0.5247742243,8258.8434176 +481,0.547898238,0.855555614,194,-1.625979264,0.5247742243,5998.6841558 +482,0.948309381,0.417393755,194,-1.625979264,0.5247742243,8133.6033569 +483,-0.050600732,0.945269213,194,-1.625979264,0.5247742243,4575.3371131 +484,-0.977651478,-0.572363064,194,-1.625979264,0.5247742243,4979.5651779 +485,1.102014914,0.728861163,194,-1.625979264,0.5247742243,7253.2461343 +486,2.927300795,-0.282939414,194,-1.625979264,0.5247742243,7311.1720467 +487,-1.154565557,0.124434095,194,-1.625979264,0.5247742243,2363.0477528 +488,1.855331234,0.291044755,194,-1.625979264,0.5247742243,8961.974519 +489,0.830290659,0.276904518,194,-1.625979264,0.5247742243,8330.4830195 +490,0.485104466,-0.234867441,194,-1.625979264,0.5247742243,8526.4762644 +491,0.521367572,-0.33161327,194,-1.625979264,0.5247742243,8816.5461607 +1,-1.539031704,0.7349710123,195,-1.572293943,0.5238808754,842.818675 +2,-1.536990553,0.7349663874,195,-1.572293943,0.5238808754,843.64308032 +3,-1.534951779,0.7349571355,195,-1.572293943,0.5238808754,844.49759011 +4,-1.532906461,0.7349480293,195,-1.572293943,0.5238808754,845.40482768 +5,-1.531320211,0.7346937278,195,-1.572293943,0.5238808754,845.17683877 +6,-1.539451648,0.7335131775,195,-1.572293943,0.5238808754,836.92992514 +7,-1.537429487,0.7335445708,195,-1.572293943,0.5238808754,837.88403126 +8,-1.535484998,0.7335658704,195,-1.572293943,0.5238808754,838.81237082 +9,-1.533488396,0.7336036027,195,-1.572293943,0.5238808754,839.87413603 +10,-1.531497785,0.7335842962,195,-1.572293943,0.5238808754,840.75701252 +11,-1.530259379,0.7334777758,195,-1.572293943,0.5238808754,840.96124291 +12,-1.5335454,0.7322346912,195,-1.572293943,0.5238808754,834.49488962 +13,-1.531489083,0.7322238773,195,-1.572293943,0.5238808754,835.44945036 +14,-1.530011122,0.7321679851,195,-1.572293943,0.5238808754,835.97897916 +15,-1.53348106,0.7306614094,195,-1.572293943,0.5238808754,828.375094 +16,-1.531441779,0.7306962275,195,-1.572293943,0.5238808754,829.50951594 +17,-1.529755654,0.7306933243,195,-1.572293943,0.5238808754,830.36126006 +18,-1.533415048,0.7291384674,195,-1.572293943,0.5238808754,822.45462066 +19,-1.531392093,0.7291705353,195,-1.572293943,0.5238808754,823.58011409 +20,-1.529296523,0.7291214933,195,-1.572293943,0.5238808754,824.47720739 +21,-1.535280942,0.727267644,195,-1.572293943,0.5238808754,814.25661966 +22,-1.533378158,0.7276139666,195,-1.572293943,0.5238808754,816.51563079 +23,-1.531340368,0.7276446587,195,-1.572293943,0.5238808754,817.6527787 +24,-1.528960113,0.7276398177,195,-1.572293943,0.5238808754,818.88608791 +25,-1.533313146,0.7260818349,195,-1.572293943,0.5238808754,810.56217655 +26,-1.531259555,0.7260958115,195,-1.572293943,0.5238808754,811.65268908 +27,-1.528926415,0.7260865555,195,-1.572293943,0.5238808754,812.85636127 +28,-1.531226779,0.7245511789,195,-1.572293943,0.5238808754,805.64614446 +29,-1.528904772,0.7245519194,195,-1.572293943,0.5238808754,806.89438294 +30,-1.547195875,0.7409785979,195,-1.572293943,0.5238808754,863.6162431 +31,-1.5451475,0.740980426,195,-1.572293943,0.5238808754,864.24912448 +32,-1.543097679,0.7409798872,195,-1.572293943,0.5238808754,864.92172581 +33,-1.540720364,0.7409892687,195,-1.572293943,0.5238808754,865.80185104 +34,-1.547188511,0.7395198392,195,-1.572293943,0.5238808754,857.86970238 +35,-1.545148587,0.7395226109,195,-1.572293943,0.5238808754,858.50873468 +36,-1.543104538,0.7395314908,195,-1.572293943,0.5238808754,859.22171658 +37,-1.540727751,0.7395306258,195,-1.572293943,0.5238808754,860.06781478 +38,-1.547187029,0.7380014886,195,-1.572293943,0.5238808754,851.88701741 +39,-1.545147315,0.7380012252,195,-1.572293943,0.5238808754,852.51928169 +40,-1.54310719,0.7380060743,195,-1.572293943,0.5238808754,853.22070937 +41,-1.540719671,0.7380068206,195,-1.572293943,0.5238808754,854.08414452 +42,-1.547187189,0.7364799098,195,-1.572293943,0.5238808754,845.89156024 +43,-1.545149996,0.7364853874,195,-1.572293943,0.5238808754,846.55089827 +44,-1.543106091,0.7364823484,195,-1.572293943,0.5238808754,847.2282354 +45,-1.540717158,0.7364893901,195,-1.572293943,0.5238808754,848.12414948 +46,-1.538663972,0.7410138672,195,-1.572293943,0.5238808754,866.68026927 +47,-1.53695285,0.7409699132,195,-1.572293943,0.5238808754,867.19540423 +48,-1.534910498,0.7409641297,195,-1.572293943,0.5238808754,868.0374149 +49,-1.533145034,0.7409536636,195,-1.572293943,0.5238808754,868.78230964 +50,-1.538681336,0.7395405883,195,-1.572293943,0.5238808754,860.89083459 +51,-1.536999189,0.7395183096,195,-1.572293943,0.5238808754,861.48409748 +52,-1.534923633,0.7395144222,195,-1.572293943,0.5238808754,862.35376381 +53,-1.533267822,0.7395654306,195,-1.572293943,0.5238808754,863.29482327 +54,-1.53867273,0.7380151077,195,-1.572293943,0.5238808754,854.9074866 +55,-1.536980576,0.7379994392,195,-1.572293943,0.5238808754,855.53666892 +56,-1.534931522,0.7379944961,195,-1.572293943,0.5238808754,856.39822836 +57,-1.533387952,0.7379480264,195,-1.572293943,0.5238808754,856.91221861 +58,-1.538682279,0.7364914363,195,-1.572293943,0.5238808754,848.92478096 +59,-1.536980704,0.7364810563,195,-1.572293943,0.5238808754,849.58423003 +60,-1.534935567,0.7364752065,195,-1.572293943,0.5238808754,850.44778729 +61,-1.533042592,0.7363876366,195,-1.572293943,0.5238808754,850.9694547 +62,-1.545143426,0.7349628011,195,-1.572293943,0.5238808754,840.55948464 +63,-1.543105297,0.7349691947,195,-1.572293943,0.5238808754,841.27783451 +64,-1.541064533,0.7349647152,195,-1.572293943,0.5238808754,842.0039267 +65,-1.545411803,0.7334624714,195,-1.572293943,0.5238808754,834.56575118 +66,-1.543446606,0.7334780896,195,-1.572293943,0.5238808754,835.29393149 +67,-1.541475327,0.7334957295,195,-1.572293943,0.5238808754,836.07863929 +68,-1.545401939,0.731963266,195,-1.572293943,0.5238808754,828.66780124 +69,-1.54342253,0.7319915583,195,-1.572293943,0.5238808754,829.45666217 +70,-1.541455867,0.7320216438,195,-1.572293943,0.5238808754,830.29500726 +71,-1.545410146,0.7304422281,195,-1.572293943,0.5238808754,822.67848849 +72,-1.543435491,0.7304713664,195,-1.572293943,0.5238808754,823.47455412 +73,-1.541463105,0.7304997613,195,-1.572293943,0.5238808754,824.31425161 +74,-1.545414768,0.7289194936,195,-1.572293943,0.5238808754,816.68421148 +75,-1.543435774,0.7289538557,195,-1.572293943,0.5238808754,817.50811186 +76,-1.541457714,0.7289765881,195,-1.572293943,0.5238808754,818.33396036 +77,-1.539449415,0.7320555866,195,-1.572293943,0.5238808754,831.21097159 +78,-1.537429183,0.7321097681,195,-1.572293943,0.5238808754,832.26033133 +79,-1.535472649,0.7321497267,195,-1.572293943,0.5238808754,833.27384039 +80,-1.539457899,0.7305333307,195,-1.572293943,0.5238808754,825.23471636 +81,-1.537453161,0.7305750503,195,-1.572293943,0.5238808754,826.23545802 +82,-1.535479385,0.7306124949,195,-1.572293943,0.5238808754,827.25368267 +83,-1.53946905,0.7290102593,195,-1.572293943,0.5238808754,819.25493471 +84,-1.537459922,0.7290417293,195,-1.572293943,0.5238808754,820.22428193 +85,-1.535451349,0.7290890157,195,-1.572293943,0.5238808754,821.30424005 +86,-1.535522937,0.7279887191,195,-1.572293943,0.5238808754,816.96592885 +87,-1.539442524,0.7274735939,195,-1.572293943,0.5238808754,813.23813451 +88,-1.537424111,0.727521351,195,-1.572293943,0.5238808754,814.2833254 +89,-1.539384641,0.7259505092,195,-1.572293943,0.5238808754,807.28873421 +90,-1.537372391,0.7259947145,195,-1.572293943,0.5238808754,808.32613041 +91,-1.535340789,0.7260435356,195,-1.572293943,0.5238808754,809.44042132 +92,-1.539325716,0.7244369706,195,-1.572293943,0.5238808754,801.37854268 +93,-1.537308932,0.7244801057,195,-1.572293943,0.5238808754,802.42269646 +94,-1.535289068,0.7245247645,195,-1.572293943,0.5238808754,803.52471229 +95,-1.533261366,0.7245550236,195,-1.572293943,0.5238808754,804.6247654 +96,-1.539267302,0.722921924,195,-1.572293943,0.5238808754,795.46358664 +97,-1.537248972,0.7229660258,195,-1.572293943,0.5238808754,796.52129636 +98,-1.535219431,0.7229916471,195,-1.572293943,0.5238808754,797.56302849 +99,-1.53318962,0.7230212049,195,-1.572293943,0.5238808754,798.67175298 +100,-1.531154816,0.7230299897,195,-1.572293943,0.5238808754,799.7533759 +101,-1.528878341,0.7230370244,195,-1.572293943,0.5238808754,801.01364762 +102,-1.539218189,0.7214009878,195,-1.572293943,0.5238808754,789.5229403 +103,-1.537198791,0.7214422745,195,-1.572293943,0.5238808754,790.57912622 +104,-1.535179266,0.7214634354,195,-1.572293943,0.5238808754,791.60814574 +105,-1.533156501,0.7214944644,195,-1.572293943,0.5238808754,792.7287767 +106,-1.53113574,0.7215166021,195,-1.572293943,0.5238808754,793.86497775 +107,-1.528874248,0.7215345535,195,-1.572293943,0.5238808754,795.17052989 +108,-1.539217656,0.7198512397,195,-1.572293943,0.5238808754,783.44964307 +109,-1.537199919,0.7199428763,195,-1.572293943,0.5238808754,784.71015657 +110,-1.545425832,0.727397149,195,-1.572293943,0.5238808754,810.68982763 +111,-1.543371177,0.7273916949,195,-1.572293943,0.5238808754,811.39039802 +112,-1.541368852,0.7274523163,195,-1.572293943,0.5238808754,812.38255303 +113,-1.545349067,0.7258710923,195,-1.572293943,0.5238808754,804.71139036 +114,-1.54332671,0.7258603556,195,-1.572293943,0.5238808754,805.38758575 +115,-1.541346831,0.7259242142,195,-1.572293943,0.5238808754,806.39129922 +116,-1.545324355,0.7243383958,195,-1.572293943,0.5238808754,798.68994323 +117,-1.543292796,0.7243617413,195,-1.572293943,0.5238808754,799.51045994 +118,-1.541295822,0.7244024384,195,-1.572293943,0.5238808754,800.4373149 +119,-1.543193859,0.7205570215,195,-1.572293943,0.5238808754,784.59850228 +120,-1.550257047,0.7386738187,195,-1.572293943,0.5238808754,853.67871849 +121,-1.549335448,0.7311736483,195,-1.572293943,0.5238808754,824.34943025 +122,-1.533478843,0.7179891343,195,-1.572293943,0.5238808754,778.88477799 +123,-1.556150555,0.738907041,195,-1.572293943,0.5238808754,853.26550542 +124,-1.554324226,0.733414257,195,-1.572293943,0.5238808754,831.93711173 +125,-1.554290846,0.7288285332,195,-1.572293943,0.5238808754,813.83234926 +126,-1.55122487,0.7219795312,195,-1.572293943,0.5238808754,787.5663305 +127,-1.525104458,0.7229399862,195,-1.572293943,0.5238808754,802.82260278 +128,-1.519607711,0.7236181429,195,-1.572293943,0.5238808754,808.93788411 +129,-1.513899999,0.7251107854,195,-1.572293943,0.5238808754,818.67266404 +130,-1.536620762,0.7431061895,195,-1.572293943,0.5238808754,875.70940321 +131,-1.5369566,0.7460845958,195,-1.572293943,0.5238808754,887.25565848 +132,-1.545345528,0.7447040685,195,-1.572293943,0.5238808754,878.85133962 +133,-1.532813921,0.7432306626,195,-1.572293943,0.5238808754,877.84205685 +134,-1.554788248,0.7382381001,195,-1.572293943,0.5238808754,850.89431303 +135,-1.540348126,0.7301594274,195,-1.572293943,0.5238808754,823.4108727 +136,-1.538016084,0.7239051786,195,-1.572293943,0.5238808754,799.85778767 +137,-1.525288962,0.7258085137,195,-1.572293943,0.5238808754,813.84247797 +138,-1.534326986,0.731241342,195,-1.572293943,0.5238808754,830.24375043 +139,-1.530733872,0.7303625216,195,-1.572293943,0.5238808754,828.56587242 +141,-1.534354939,0.7328219978,195,-1.572293943,0.5238808754,836.41380123 +142,-1.53157084,0.7292888153,195,-1.572293943,0.5238808754,823.95137405 +143,-1.525691035,0.7263799874,195,-1.572293943,0.5238808754,815.82492571 +144,-1.534031287,0.7495967835,195,-1.572293943,0.5238808754,902.23418528 +145,-1.527714986,0.7283095957,195,-1.572293943,0.5238808754,822.17440073 +146,-1.526189586,0.7271468292,195,-1.572293943,0.5238808754,818.51448457 +147,-1.555177336,0.7375563366,195,-1.572293943,0.5238808754,848.12024698 +148,-1.555080283,0.7312707794,195,-1.572293943,0.5238808754,823.30619853 +149,-1.53856994,0.7224180299,195,-1.572293943,0.5238808754,793.78916731 +150,-1.530837883,0.729933372,195,-1.572293943,0.5238808754,826.83853537 +151,-1.515066984,0.5854133365,195,-1.572293943,0.5238808754,310.65634815 +152,-1.534731633,0.5368370046,195,-1.572293943,0.5238808754,138.22147447 +153,-1.515231902,0.5607085576,195,-1.572293943,0.5238808754,242.37702878 +154,-2.616253799,1.0684566605,195,-1.572293943,0.5238808754,3429.2669681 +155,-1.956071439,0.5792177723,195,-1.572293943,0.5238808754,1310.6265551 +156,-1.951208514,0.5602434208,195,-1.572293943,0.5238808754,1291.5640601 +157,-1.944675062,0.6062144545,195,-1.572293943,0.5238808754,1284.9437205 +158,-1.613778386,0.6077989518,195,-1.572293943,0.5238808754,360.14412191 +159,-2.035029014,0.6021432345,195,-1.572293943,0.5238808754,1575.9083526 +160,-2.114989471,0.6801825058,195,-1.572293943,0.5238808754,1865.8854807 +161,-2.037382079,0.5765830025,195,-1.572293943,0.5238808754,1579.8444667 +162,-2.129855121,0.6585019963,195,-1.572293943,0.5238808754,1899.2415349 +163,-2.075141798,0.6493615843,195,-1.572293943,0.5238808754,1723.991357 +164,-1.828626729,0.6948433129,195,-1.572293943,0.5238808754,1070.6839121 +165,-1.863329418,0.6735427691,195,-1.572293943,0.5238808754,1118.9946645 +166,-1.266037071,0.727988852,195,-1.572293943,0.5238808754,1268.4109945 +167,-1.277579582,0.7249010648,195,-1.572293943,0.5238808754,1233.2996136 +168,-1.258418684,0.7241194816,195,-1.572293943,0.5238808754,1278.8673933 +169,-1.317813974,0.6804850104,195,-1.572293943,0.5238808754,1034.5112016 +170,-1.344165204,0.6790988904,195,-1.572293943,0.5238808754,964.15748775 +171,-1.427582102,0.5277120351,195,-1.572293943,0.5238808754,495.90031881 +172,-1.402238616,0.457167829,195,-1.572293943,0.5238808754,649.9432462 +173,-1.422454264,0.4996161999,195,-1.572293943,0.5238808754,526.19076419 +174,-1.439089277,0.4894859811,195,-1.572293943,0.5238808754,480.90938394 +175,-1.448126995,0.5182330266,195,-1.572293943,0.5238808754,427.0740974 +176,-1.474626146,0.5881926574,195,-1.572293943,0.5238808754,415.63722748 +177,-1.421139645,0.5584869783,195,-1.572293943,0.5238808754,530.97943219 +178,-1.457037165,0.565943032,195,-1.572293943,0.5238808754,424.36855585 +179,-2.757159358,0.3745319,195,-1.572293943,0.5238808754,4210.0971388 +180,-2.714309238,0.342054471,195,-1.572293943,0.5238808754,4116.1335642 +181,-2.000525337,0.774119946,195,-1.572293943,0.5238808754,1665.008013 +183,-1.571413436,0.6777838382,195,-1.572293943,0.5238808754,609.61639135 +184,-1.552860289,0.6987663893,195,-1.572293943,0.5238808754,695.56554428 +185,-1.521852374,0.7165827476,195,-1.572293943,0.5238808754,780.28166586 +186,-1.503656267,0.6928968252,195,-1.572293943,0.5238808754,705.45377335 +187,-1.502753178,0.7136205882,195,-1.572293943,0.5238808754,784.09210025 +188,-1.631894563,0.7343596465,195,-1.572293943,0.5238808754,855.07229053 +189,-1.653765416,0.6770714026,195,-1.572293943,0.5238808754,662.37215817 +190,-1.719812114,0.6715965947,195,-1.572293943,0.5238808754,757.94982229 +191,-1.493406659,0.6646955447,195,-1.572293943,0.5238808754,614.70197409 +192,-1.469120564,0.6613469966,195,-1.572293943,0.5238808754,641.04224735 +193,-1.590551461,0.5326612937,195,-1.572293943,0.5238808754,71.489312269 +194,-1.625979264,0.5247742243,195,-1.572293943,0.5238808754,184.10910772 +195,-1.572293943,0.5238808754,195,-1.572293943,0.5238808754,32.683065477 +196,-1.610848725,0.5477107964,195,-1.572293943,0.5238808754,161.71194363 +197,-1.208485554,0.7918526018,195,-1.572293943,0.5238808754,1549.0960372 +198,-1.335601374,0.6869083083,195,-1.572293943,0.5238808754,1003.5901256 +199,-1.346156996,0.6825213377,195,-1.572293943,0.5238808754,967.19625321 +200,-1.324381037,0.6741422347,195,-1.572293943,0.5238808754,1003.9618997 +201,-1.242424992,0.7378949807,195,-1.572293943,0.5238808754,1348.0399997 +202,-1.270370057,0.7392461008,195,-1.572293943,0.5238808754,1283.5486836 +203,-1.448950472,0.7441675014,195,-1.572293943,0.5238808754,956.32948167 +204,-1.492662363,0.7523026852,195,-1.572293943,0.5238808754,939.18066271 +205,-1.479098966,0.7763855017,195,-1.572293943,0.5238808754,1041.8262038 +206,-1.633760714,0.7869022408,195,-1.572293943,0.5238808754,1059.2738497 +207,-1.647406434,0.8101289331,195,-1.572293943,0.5238808754,1157.2063667 +208,-1.564245052,0.5701509278,195,-1.572293943,0.5238808754,185.28663994 +209,-1.646289963,0.6833746083,195,-1.572293943,0.5238808754,676.04169301 +210,-1.5820631,0.6751952144,195,-1.572293943,0.5238808754,600.20301133 +211,-1.613236298,0.6681681791,195,-1.572293943,0.5238808754,587.00462364 +212,-1.914661867,0.8212566515,195,-1.572293943,0.5238808754,1576.1442624 +213,-1.742133237,0.7250275956,195,-1.572293943,0.5238808754,964.2870212 +214,-2.033144872,0.6557314699,195,-1.572293943,0.5238808754,1597.9702634 +215,-2.039551981,0.6964723658,195,-1.572293943,0.5238808754,1655.3118994 +216,-1.247341019,0.7622473908,195,-1.572293943,0.5238808754,1391.2366043 +217,-1.298239787,0.7084123392,195,-1.572293943,0.5238808754,1145.3638341 +218,-1.308539688,0.6926545592,195,-1.572293943,0.5238808754,1084.5565037 +219,-1.303263185,0.6888938396,195,-1.572293943,0.5238808754,1090.0433816 +220,-1.852400229,0.6004246149,195,-1.572293943,0.5238808754,985.19265316 +221,-1.288947707,0.7473773692,195,-1.572293943,0.5238808754,1260.3422886 +222,-1.372031502,0.7472790993,195,-1.572293943,0.5238808754,1088.8235232 +223,-1.289805721,0.7242157877,195,-1.572293943,0.5238808754,1202.1936889 +224,-1.350807603,0.7533498126,195,-1.572293943,0.5238808754,1147.0919424 +225,-1.329290365,0.7560442322,195,-1.572293943,0.5238808754,1197.3086024 +226,-1.410153004,0.616936428,195,-1.572293943,0.5238808754,653.76486358 +227,-1.393445434,0.6308995063,195,-1.572293943,0.5238808754,728.68388493 +228,-1.37595573,0.6241540638,195,-1.572293943,0.5238808754,763.55644198 +229,-1.358388707,0.6172645205,195,-1.572293943,0.5238808754,802.42439237 +230,-1.753741133,0.8281661666,195,-1.572293943,0.5238808754,1326.4695452 +231,-1.47430987,0.6834615681,195,-1.572293943,0.5238808754,707.87601627 +232,-1.421012508,0.7222725206,195,-1.572293943,0.5238808754,923.14212388 +233,-1.4476833,0.6978557868,195,-1.572293943,0.5238808754,798.2869182 +234,-1.470370723,0.6966193374,195,-1.572293943,0.5238808754,759.5459266 +235,-1.429211703,0.7037216883,195,-1.572293943,0.5238808754,848.83517102 +236,-1.700578405,0.6178673663,195,-1.572293943,0.5238808754,566.59082354 +237,-1.678117619,0.6331716163,195,-1.572293943,0.5238808754,557.00908441 +238,-1.725644578,0.6316331145,195,-1.572293943,0.5238808754,663.5894234 +239,-2.14012759,0.7930497945,195,-1.572293943,0.5238808754,2053.126412 +240,-2.103289431,0.7653606263,195,-1.572293943,0.5238808754,1918.278809 +241,-1.318739838,0.7017808746,195,-1.572293943,0.5238808754,1079.7604806 +242,-1.396417427,0.7077900843,195,-1.572293943,0.5238808754,922.75548859 +243,-1.35650337,0.7185539404,195,-1.572293943,0.5238808754,1035.9434667 +244,-1.248884539,0.7274156818,195,-1.572293943,0.5238808754,1309.7193795 +245,-1.395014798,0.5761185243,195,-1.572293943,0.5238808754,633.05503218 +246,-1.433377362,0.6064716109,195,-1.572293943,0.5238808754,567.96145782 +247,-1.408172432,0.5903155476,195,-1.572293943,0.5238808754,610.96861722 +248,-1.749645898,0.7757118084,195,-1.572293943,0.5238808754,1141.5003643 +249,-1.571626686,0.615046989,195,-1.572293943,0.5238808754,361.11582541 +250,-1.514070049,0.6303003037,195,-1.572293943,0.5238808754,463.63523884 +251,-1.480890369,0.6237966528,195,-1.572293943,0.5238808754,498.88843743 +252,-1.704390658,0.5281680612,195,-1.572293943,0.5238808754,452.73379235 +253,-1.64434733,0.5254277498,195,-1.572293943,0.5238808754,247.07841191 +254,-1.703855997,0.4792484842,195,-1.572293943,0.5238808754,489.80149012 +255,-1.692002383,0.5748825051,195,-1.572293943,0.5238808754,451.90060068 +256,-1.854136457,0.5544643913,195,-1.572293943,0.5238808754,964.7198589 +257,-1.665021206,0.520317736,195,-1.572293943,0.5238808754,318.64381529 +258,-1.733654349,0.4845187345,195,-1.572293943,0.5238808754,580.72394082 +259,-1.720938188,0.5135933906,195,-1.572293943,0.5238808754,512.8246434 +260,-1.742668307,0.553296122,195,-1.572293943,0.5238808754,590.69343624 +261,-1.965659039,0.7142126903,195,-1.572293943,0.5238808754,1469.4653146 +262,-1.944438071,0.6772834804,195,-1.572293943,0.5238808754,1354.8588099 +263,-1.270340967,0.7681487096,195,-1.572293943,0.5238808754,1354.0188687 +264,-1.353091884,0.6549276821,195,-1.572293943,0.5238808754,887.68391542 +265,-1.333236659,0.6413584414,195,-1.572293943,0.5238808754,916.05560174 +266,-1.352015998,0.6753788907,195,-1.572293943,0.5238808754,935.885483 +267,-1.377988483,0.6577816235,195,-1.572293943,0.5238808754,829.46305123 +268,-2.13075611,0.8318642051,195,-1.572293943,0.5238808754,2087.2400438 +269,-2.097910953,0.8259670014,195,-1.572293943,0.5238808754,1997.7201159 +270,-1.416382069,0.6694271549,195,-1.572293943,0.5238808754,769.46553191 +271,-1.538905672,0.7535625993,195,-1.572293943,0.5238808754,915.87215496 +272,-1.572309477,0.7803125099,195,-1.572293943,0.5238808754,1015.7257054 +273,-1.87759879,0.7503853417,195,-1.572293943,0.5238808754,1317.7612339 +274,1.152365588,0.590457682,195,-1.572293943,0.5238808754,7762.2874358 +275,0.350198001,0.718001859,195,-1.572293943,0.5238808754,5807.4272969 +276,0.046513677,0.491503852,195,-1.572293943,0.5238808754,5426.5510029 +277,0.027510309,0.742571376,195,-1.572293943,0.5238808754,4932.7332614 +278,0.306285725,-0.214631579,195,-1.572293943,0.5238808754,7692.7145197 +279,-1.100564889,0.318051531,195,-1.572293943,0.5238808754,1883.4355845 +280,-1.078582306,0.301437596,195,-1.572293943,0.5238808754,1988.439395 +281,-1.137371989,-0.617634065,195,-1.572293943,0.5238808754,4803.474596 +282,0.784356344,0.703272339,195,-1.572293943,0.5238808754,6793.0774437 +283,-1.221209947,0.218327455,195,-1.572293943,0.5238808754,1767.1920072 +284,2.347301921,-0.449114658,195,-1.572293943,0.5238808754,9720.4957229 +285,0.246820618,0.830553713,195,-1.572293943,0.5238808754,5319.7578134 +286,0.829414965,0.703288228,195,-1.572293943,0.5238808754,6875.4148459 +287,-1.337537566,0.42332223,195,-1.572293943,0.5238808754,917.47106519 +288,0.882453706,0.454478077,195,-1.572293943,0.5238808754,7774.3732268 +289,1.575629659,0.416419109,195,-1.572293943,0.5238808754,8719.2424404 +290,-1.039455679,0.229888244,195,-1.572293943,0.5238808754,2270.1233084 +291,0.489558039,0.934482747,195,-1.572293943,0.5238808754,5586.5995052 +292,0.081344504,0.88384514,195,-1.572293943,0.5238808754,4842.1349208 +293,-1.547979814,0.300350308,195,-1.572293943,0.5238808754,889.76246726 +294,0.040776181,0.168560074,195,-1.572293943,0.5238808754,6032.3267532 +295,-1.130374745,0.563894876,195,-1.572293943,0.5238808754,1502.7213361 +296,1.578326642,0.478507176,195,-1.572293943,0.5238808754,8473.2422122 +297,-1.12861823,-0.291640865,195,-1.572293943,0.5238808754,3647.237963 +298,0.310524208,0.770885792,195,-1.572293943,0.5238808754,5593.8929139 +299,0.415649091,-0.387246002,195,-1.572293943,0.5238808754,8359.0873461 +300,-0.926533878,-0.188022748,195,-1.572293943,0.5238808754,3742.6690699 +301,1.258856172,-0.11716081,195,-1.572293943,0.5238808754,10461.15111 +302,-1.126050026,0.322941926,195,-1.572293943,0.5238808754,1791.3208626 +303,2.002785835,0.07893892,195,-1.572293943,0.5238808754,9544.7625089 +304,0.440437607,0.746258085,195,-1.572293943,0.5238808754,5953.5390456 +305,-0.030391866,0.214441206,195,-1.572293943,0.5238808754,5701.9556996 +306,0.521557815,-0.058929362,195,-1.572293943,0.5238808754,8120.8230437 +307,-0.097005111,0.13317729,195,-1.572293943,0.5238808754,5632.4693253 +308,1.83113859,0.221857587,195,-1.572293943,0.5238808754,9325.5563699 +309,0.222428864,0.099404236,195,-1.572293943,0.5238808754,6785.0307541 +310,-1.702731345,0.8728568183,195,-1.572293943,0.5238808754,1436.0507575 +311,-0.418507569,0.278324921,195,-1.572293943,0.5238808754,4262.940995 +312,-1.41153306,0.339029988,195,-1.572293943,0.5238808754,932.19575539 +313,0.357560442,0.114788776,195,-1.572293943,0.5238808754,7202.2128546 +314,0.325818979,0.268352149,195,-1.572293943,0.5238808754,6761.434296 +315,-1.246004659,-0.663679965,195,-1.572293943,0.5238808754,4856.4793949 +316,1.814603087,0.637404484,195,-1.572293943,0.5238808754,7754.4766337 +317,1.843704281,-0.18300445,195,-1.572293943,0.5238808754,10756.282532 +318,1.690644492,-0.211480909,195,-1.572293943,0.5238808754,11128.565831 +319,-1.275451936,0.068109467,195,-1.572293943,0.5238808754,2120.1334533 +320,0.762430171,-0.207594741,195,-1.572293943,0.5238808754,9233.9711645 +321,0.265668905,-0.014647884,195,-1.572293943,0.5238808754,7165.1979057 +322,-2.773032013,-0.335515811,195,-1.572293943,0.5238808754,5701.5625211 +323,-1.469512853,0.174058777,195,-1.572293943,0.5238808754,1436.7560934 +324,0.286276986,0.785925691,195,-1.572293943,0.5238808754,5504.1118371 +325,-1.379324697,0.377432233,195,-1.572293943,0.5238808754,898.98403461 +326,-1.203778265,0.212813032,195,-1.572293943,0.5238808754,1829.7768183 +327,0.579916301,0.611743168,195,-1.572293943,0.5238808754,6626.7269024 +328,0.267582642,0.868113908,195,-1.572293943,0.5238808754,5290.5421738 +329,0.412869244,-0.050245578,195,-1.572293943,0.5238808754,7737.2528101 +330,0.17524381,0.976660285,195,-1.572293943,0.5238808754,4892.7854542 +331,0.743157214,0.204812899,195,-1.572293943,0.5238808754,8172.6641558 +332,-1.070758176,0.269382282,195,-1.572293943,0.5238808754,2082.101644 +333,-1.230364251,0.329790229,195,-1.572293943,0.5238808754,1449.373442 +334,-1.374813124,-0.024926835,195,-1.572293943,0.5238808754,2298.3893872 +335,0.519780566,0.463669906,195,-1.572293943,0.5238808754,6866.2356197 +336,-1.55108034,0.239698561,195,-1.572293943,0.5238808754,1128.3167736 +337,0.180294813,0.029739425,195,-1.572293943,0.5238808754,6784.6997058 +338,0.67820924,0.268170153,195,-1.572293943,0.5238808754,7818.5644616 +339,0.445798684,1.024001867,195,-1.572293943,0.5238808754,5292.1850551 +340,0.691751283,0.150521402,195,-1.572293943,0.5238808754,8169.2744371 +341,-1.036643551,-0.903056181,195,-1.572293943,0.5238808754,5951.3107568 +342,-0.120287036,1.083325163,195,-1.572293943,0.5238808754,4193.3521582 +343,2.823513113,-0.304487164,195,-1.572293943,0.5238808754,7882.8644228 +344,0.457583172,1.12513373,195,-1.572293943,0.5238808754,5073.0807675 +345,0.042918831,0.813795399,195,-1.572293943,0.5238808754,4859.473189 +346,1.196146777,-0.853142756,195,-1.572293943,0.5238808754,10722.932258 +347,0.206001358,-0.010430701,195,-1.572293943,0.5238808754,6953.2792949 +348,-0.268308653,0.234799412,195,-1.572293943,0.5238808754,4854.4698114 +349,0.759363263,0.736189579,195,-1.572293943,0.5238808754,6644.7594634 +350,0.181363926,0.891988372,195,-1.572293943,0.5238808754,5054.4644735 +351,-0.021111158,0.139103292,195,-1.572293943,0.5238808754,5880.1438121 +352,-0.093355215,0.630686981,195,-1.572293943,0.5238808754,4766.8642775 +353,0.40118964,0.681375926,195,-1.572293943,0.5238808754,6017.7527422 +354,-0.721197315,1.304706234,195,-1.572293943,0.5238808754,3508.3713892 +355,-1.076150317,0.212107639,195,-1.572293943,0.5238808754,2199.660023 +356,-1.577164531,0.273993443,195,-1.572293943,0.5238808754,989.96247702 +357,-0.190788414,0.182208586,195,-1.572293943,0.5238808754,5217.4775803 +358,-0.261349752,0.209710184,195,-1.572293943,0.5238808754,4924.4196538 +359,-1.029303852,0.083549259,195,-1.572293943,0.5238808754,2674.9705539 +360,-1.268609162,0.330525297,195,-1.572293943,0.5238808754,1333.2170668 +361,1.282982244,-0.926641967,195,-1.572293943,0.5238808754,10646.585054 +362,0.217352334,0.731352408,195,-1.572293943,0.5238808754,5447.8350409 +363,-1.511833084,0.258629297,195,-1.572293943,0.5238808754,1073.5290728 +364,0.338812194,0.823184618,195,-1.572293943,0.5238808754,5543.9057638 +365,-0.324406489,1.134201999,195,-1.572293943,0.5238808754,3821.9302768 +366,1.389579348,0.399185724,195,-1.572293943,0.5238808754,8724.1390559 +367,2.047152199,-0.039082036,195,-1.572293943,0.5238808754,9815.7794936 +368,0.947780369,0.568250077,195,-1.572293943,0.5238808754,7529.3678376 +369,0.763824846,0.576754987,195,-1.572293943,0.5238808754,7141.3329842 +370,-0.142334657,0.928153068,195,-1.572293943,0.5238808754,4269.0340674 +371,0.610266567,0.547265983,195,-1.572293943,0.5238808754,6875.902099 +372,0.210731629,0.746815056,195,-1.572293943,0.5238808754,5400.1927291 +373,-1.34931644,0.316895224,195,-1.572293943,0.5238808754,1148.1089283 +374,2.407696481,0.655030745,195,-1.572293943,0.5238808754,6835.9821926 +375,0.64207831,0.545359131,195,-1.572293943,0.5238808754,6957.8386293 +376,1.174597538,0.840588356,195,-1.572293943,0.5238808754,6860.258219 +377,0.660059424,0.010604079,195,-1.572293943,0.5238808754,8418.7645939 +378,-0.730263819,0.010486456,195,-1.572293943,0.5238808754,3762.1399749 +379,0.831068936,0.512339172,195,-1.572293943,0.5238808754,7482.8981264 +380,1.301180979,0.72367476,195,-1.572293943,0.5238808754,7405.8193045 +381,1.811128231,0.322854402,195,-1.572293943,0.5238808754,8965.3020365 +382,0.435105812,0.992284428,195,-1.572293943,0.5238808754,5348.8406407 +383,0.62643634,0.592027932,195,-1.572293943,0.5238808754,6790.1080684 +384,0.492988703,-0.516339467,195,-1.572293943,0.5238808754,8792.3124038 +385,-0.162469483,0.112549365,195,-1.572293943,0.5238808754,5448.2346755 +386,0.314630866,0.472006421,195,-1.572293943,0.5238808754,6270.6919263 +387,0.166744804,0.822815954,195,-1.572293943,0.5238808754,5146.856218 +388,0.417159608,0.965805736,195,-1.572293943,0.5238808754,5378.8246362 +389,0.106334961,0.868774244,195,-1.572293943,0.5238808754,4924.2778206 +390,0.815086969,-0.338144359,195,-1.572293943,0.5238808754,9649.3171349 +391,0.59867455,-0.230624824,195,-1.572293943,0.5238808754,8723.7022603 +392,1.915104874,0.066220985,195,-1.572293943,0.5238808754,9764.0386728 +393,1.278093622,0.064463721,195,-1.572293943,0.5238808754,9865.2576958 +394,-0.061477853,0.302997961,195,-1.572293943,0.5238808754,5429.1770962 +395,0.251311504,0.626976942,195,-1.572293943,0.5238808754,5753.0111623 +396,2.950242872,0.149095644,195,-1.572293943,0.5238808754,6568.0934648 +397,-0.180294708,0.35375117,195,-1.572293943,0.5238808754,4941.1007882 +398,1.010448592,-0.351180233,195,-1.572293943,0.5238808754,10333.778329 +399,-1.748740498,0.3686318073,195,-1.572293943,0.5238808754,879.82504558 +400,2.699635665,0.123533791,195,-1.572293943,0.5238808754,7448.4291716 +401,0.496808033,0.823843254,195,-1.572293943,0.5238808754,5881.2716587 +402,0.129574704,0.763364087,195,-1.572293943,0.5238808754,5163.343954 +403,1.798920311,0.817447563,195,-1.572293943,0.5238808754,7067.720614 +404,0.335987953,0.746786541,195,-1.572293943,0.5238808754,5707.929039 +405,-1.085413643,0.292154671,195,-1.572293943,0.5238808754,1985.9958687 +406,-0.155321003,0.508207011,195,-1.572293943,0.5238808754,4766.0744373 +407,0.620529244,-0.301175104,195,-1.572293943,0.5238808754,8922.6809885 +408,1.684402744,0.368716966,195,-1.572293943,0.5238808754,8881.1568353 +409,0.300582244,-0.386397212,195,-1.572293943,0.5238808754,7969.9892575 +410,2.913555946,-0.009225192,195,-1.572293943,0.5238808754,7015.823127 +411,1.465101417,0.493232532,195,-1.572293943,0.5238808754,8395.8285622 +412,0.090612882,0.907955955,195,-1.572293943,0.5238808754,4825.4126179 +413,2.987564726,-0.729568594,195,-1.572293943,0.5238808754,7989.1938232 +414,-1.484261606,0.224149272,195,-1.572293943,0.5238808754,1230.3347337 +415,0.164073421,0.303955133,195,-1.572293943,0.5238808754,6168.2434458 +416,0.141441293,0.167552546,195,-1.572293943,0.5238808754,6373.2497815 +417,2.931321023,-0.506718887,195,-1.572293943,0.5238808754,7850.5886711 +418,2.21951565,0.700596356,195,-1.572293943,0.5238808754,7037.1863243 +419,0.268112576,1.199114336,195,-1.572293943,0.5238808754,4667.9823359 +420,0.978913739,0.359223811,195,-1.572293943,0.5238808754,8284.6544422 +421,1.210898818,0.522863584,195,-1.572293943,0.5238808754,8082.8749177 +422,2.347397336,0.129231362,195,-1.572293943,0.5238808754,8515.0037015 +423,0.614394501,0.556878345,195,-1.572293943,0.5238808754,6859.3605577 +424,-1.398079356,0.148483366,195,-1.572293943,0.5238808754,1621.2408707 +425,2.535303836,-0.112984496,195,-1.572293943,0.5238808754,8507.8085113 +426,-1.019372593,-0.405322349,195,-1.572293943,0.5238808754,4239.2623305 +427,-1.297785627,-0.160104069,195,-1.572293943,0.5238808754,2904.0930853 +428,2.144554488,0.205051084,195,-1.572293943,0.5238808754,8817.8038416 +429,-2.242387083,-0.426171285,195,-1.572293943,0.5238808754,4543.5776671 +430,0.338637212,0.909723676,195,-1.572293943,0.5238808754,5353.4518884 +431,-0.148798452,0.691042401,195,-1.572293943,0.5238808754,4519.1975051 +432,0.893524764,0.441829531,195,-1.572293943,0.5238808754,7838.1483511 +433,0.969229347,-0.368847936,195,-1.572293943,0.5238808754,10223.097757 +434,0.436043248,0.800045688,195,-1.572293943,0.5238808754,5812.1458862 +435,1.687946607,1.081504775,195,-1.572293943,0.5238808754,6073.5756089 +436,0.522302046,-0.034889271,195,-1.572293943,0.5238808754,8072.0186508 +437,-0.178996113,-0.438090009,195,-1.572293943,0.5238808754,6514.351919 +438,-1.094339566,0.301444068,195,-1.572293943,0.5238808754,1937.7546048 +439,-1.064070054,0.242569932,195,-1.572293943,0.5238808754,2163.858529 +440,-1.068153768,0.230387998,195,-1.572293943,0.5238808754,2179.7888616 +441,-3.00496892,-0.23989155,195,-1.572293943,0.5238808754,6234.0188391 +442,0.21751974,0.766874888,195,-1.572293943,0.5238808754,5377.2156047 +443,0.117229532,0.007619006,195,-1.572293943,0.5238808754,6613.7048313 +444,0.777758451,0.420554741,195,-1.572293943,0.5238808754,7643.5255873 +445,-0.252356999,0.250747086,195,-1.572293943,0.5238808754,4879.9744624 +446,0.363148444,0.768483434,195,-1.572293943,0.5238808754,5722.774273 +447,0.903191366,-0.118210676,195,-1.572293943,0.5238808754,9492.5791301 +448,-0.205755923,0.149406178,195,-1.572293943,0.5238808754,5228.6568935 +449,1.811996086,0.02364353,195,-1.572293943,0.5238808754,10089.161823 +450,-1.100670221,0.314845373,195,-1.572293943,0.5238808754,1889.6150472 +451,0.340078597,0.850105132,195,-1.572293943,0.5238808754,5487.0908064 +452,0.258757267,0.804969236,195,-1.572293943,0.5238808754,5399.5073406 +453,2.78505352,-0.155160804,195,-1.572293943,0.5238808754,7743.2291716 +454,0.800551619,0.105822106,195,-1.572293943,0.5238808754,8605.3438109 +455,0.437940882,-0.506194031,195,-1.572293943,0.5238808754,8598.9121049 +456,2.230431122,0.63458615,195,-1.572293943,0.5238808754,7238.4226209 +457,0.527965361,0.127667701,195,-1.572293943,0.5238808754,7723.5253017 +458,-0.063643205,0.702093448,195,-1.572293943,0.5238808754,4745.6900713 +459,1.408447268,0.133010502,195,-1.572293943,0.5238808754,9770.862432 +460,0.523795955,0.280266966,195,-1.572293943,0.5238808754,7341.4803409 +461,-0.975769313,0.072177659,195,-1.572293943,0.5238808754,2859.4550785 +462,0.549774164,-0.463663986,195,-1.572293943,0.5238808754,8918.3200796 +463,0.29245874,1.095549818,195,-1.572293943,0.5238808754,4889.766728 +464,0.143625958,0.816809593,195,-1.572293943,0.5238808754,5102.1815858 +465,0.671902494,0.611159853,195,-1.572293943,0.5238808754,6839.1952182 +466,1.239840988,0.6724199,195,-1.572293943,0.5238808754,7551.3851329 +467,0.607829703,-0.10932137,195,-1.572293943,0.5238808754,8515.3074808 +468,1.763020906,0.263996692,195,-1.572293943,0.5238808754,9236.6269687 +469,0.378714634,0.726066797,195,-1.572293943,0.5238808754,5857.672545 +470,2.196736143,-0.153862366,195,-1.572293943,0.5238808754,9698.9684107 +471,0.01702415,0.148991565,195,-1.572293943,0.5238808754,5990.4796322 +472,-2.998490902,-0.158002487,195,-1.572293943,0.5238808754,6045.58218 +473,-3.051262951,-0.346595608,195,-1.572293943,0.5238808754,6599.7955474 +474,-1.069176439,0.182802941,195,-1.572293943,0.5238808754,2294.3238545 +475,0.167157509,0.595344954,195,-1.572293943,0.5238808754,5584.6441661 +476,0.613855648,0.681746124,195,-1.572293943,0.5238808754,6510.8393864 +477,1.037012736,0.682555367,195,-1.572293943,0.5238808754,7277.6855079 +478,-1.253574971,0.379755746,195,-1.572293943,0.5238808754,1268.8369721 +479,3.108590453,-0.132620738,195,-1.572293943,0.5238808754,6591.5614188 +480,0.565301296,0.022333262,195,-1.572293943,0.5238808754,8086.9252223 +481,0.547898238,0.855555614,195,-1.572293943,0.5238808754,5900.1802291 +482,0.948309381,0.417393755,195,-1.572293943,0.5238808754,8030.8698332 +483,-0.050600732,0.945269213,195,-1.572293943,0.5238808754,4459.4874361 +484,-0.977651478,-0.572363064,195,-1.572293943,0.5238808754,4881.4370793 +485,1.102014914,0.728861163,195,-1.572293943,0.5238808754,7196.1257164 +486,2.927300795,-0.282939414,195,-1.572293943,0.5238808754,7492.3159601 +487,-1.154565557,0.124434095,195,-1.572293943,0.5238808754,2217.1013508 +488,1.855331234,0.291044755,195,-1.572293943,0.5238808754,9036.2618006 +489,0.830290659,0.276904518,195,-1.572293943,0.5238808754,8199.9192799 +490,0.485104466,-0.234867441,195,-1.572293943,0.5238808754,8342.7417478 +491,0.521367572,-0.33161327,195,-1.572293943,0.5238808754,8632.4877887 +1,-1.539031704,0.7349710123,196,-1.610848725,0.5477107964,775.70469832 +2,-1.536990553,0.7349663874,196,-1.610848725,0.5477107964,777.60004078 +3,-1.534951779,0.7349571355,196,-1.610848725,0.5477107964,779.5245514 +4,-1.532906461,0.7349480293,196,-1.610848725,0.5477107964,781.50452588 +5,-1.531320211,0.7346937278,196,-1.610848725,0.5477107964,782.1543977 +6,-1.539451648,0.7335131775,196,-1.610848725,0.5477107964,769.8352717 +7,-1.537429487,0.7335445708,196,-1.610848725,0.5477107964,771.8533436 +8,-1.535484998,0.7335658704,196,-1.610848725,0.5477107964,773.80546571 +9,-1.533488396,0.7336036027,196,-1.610848725,0.5477107964,775.91453748 +10,-1.531497785,0.7335842962,196,-1.610848725,0.5477107964,777.85098557 +11,-1.530259379,0.7334777758,196,-1.610848725,0.5477107964,778.72852928 +12,-1.5335454,0.7322346912,196,-1.610848725,0.5477107964,770.75819771 +13,-1.531489083,0.7322238773,196,-1.610848725,0.5477107964,772.80802427 +14,-1.530011122,0.7321679851,196,-1.610848725,0.5477107964,774.13355497 +15,-1.53348106,0.7306614094,196,-1.610848725,0.5477107964,764.96800501 +16,-1.531441779,0.7306962275,196,-1.610848725,0.5477107964,767.18965445 +17,-1.529755654,0.7306933243,196,-1.610848725,0.5477107964,768.94537544 +18,-1.533415048,0.7291384674,196,-1.610848725,0.5477107964,759.37370226 +19,-1.531392093,0.7291705353,196,-1.610848725,0.5477107964,761.58773974 +20,-1.529296523,0.7291214933,196,-1.610848725,0.5477107964,763.62743904 +21,-1.535280942,0.727267644,196,-1.610848725,0.5477107964,750.51689045 +22,-1.533378158,0.7276139666,196,-1.610848725,0.5477107964,753.75043633 +23,-1.531340368,0.7276446587,196,-1.610848725,0.5477107964,755.99418808 +24,-1.528960113,0.7276398177,196,-1.610848725,0.5477107964,758.52618236 +25,-1.533313146,0.7260818349,196,-1.610848725,0.5477107964,748.1347277 +26,-1.531259555,0.7260958115,196,-1.610848725,0.5477107964,750.35389841 +27,-1.528926415,0.7260865555,196,-1.610848725,0.5477107964,752.84302113 +28,-1.531226779,0.7245511789,196,-1.610848725,0.5477107964,744.68543638 +29,-1.528904772,0.7245519194,196,-1.610848725,0.5477107964,747.22245984 +30,-1.547195875,0.7409785979,196,-1.610848725,0.5477107964,791.40902131 +31,-1.5451475,0.740980426,196,-1.610848725,0.5477107964,793.0784906 +32,-1.543097679,0.7409798872,196,-1.610848725,0.5477107964,794.78915853 +33,-1.540720364,0.7409892687,196,-1.610848725,0.5477107964,796.87197544 +34,-1.547188511,0.7395198392,196,-1.610848725,0.5477107964,785.8588795 +35,-1.545148587,0.7395226109,196,-1.610848725,0.5477107964,787.53889201 +36,-1.543104538,0.7395314908,196,-1.610848725,0.5477107964,789.29443924 +37,-1.540727751,0.7395306258,196,-1.610848725,0.5477107964,791.35461342 +38,-1.547187029,0.7380014886,196,-1.610848725,0.5477107964,780.08046645 +39,-1.545147315,0.7380012252,196,-1.610848725,0.5477107964,781.76331699 +40,-1.54310719,0.7380060743,196,-1.610848725,0.5477107964,783.5151617 +41,-1.540719671,0.7380068206,196,-1.610848725,0.5477107964,785.60875208 +42,-1.547187189,0.7364799098,196,-1.610848725,0.5477107964,774.29197742 +43,-1.545149996,0.7364853874,196,-1.610848725,0.5477107964,776.00921228 +44,-1.543106091,0.7364823484,196,-1.610848725,0.5477107964,777.74947829 +45,-1.540717158,0.7364893901,196,-1.610848725,0.5477107964,779.88627859 +46,-1.538663972,0.7410138672,196,-1.610848725,0.5477107964,798.78805443 +47,-1.53695285,0.7409699132,196,-1.610848725,0.5477107964,800.17662127 +48,-1.534910498,0.7409641297,196,-1.610848725,0.5477107964,802.05356413 +49,-1.533145034,0.7409536636,196,-1.610848725,0.5477107964,803.69362604 +50,-1.538681336,0.7395405883,196,-1.610848725,0.5477107964,793.22123252 +51,-1.536999189,0.7395183096,196,-1.610848725,0.5477107964,794.67703424 +52,-1.534923633,0.7395144222,196,-1.610848725,0.5477107964,796.60687389 +53,-1.533267822,0.7395654306,196,-1.610848725,0.5477107964,798.38387824 +54,-1.53867273,0.7380151077,196,-1.610848725,0.5477107964,787.4854509 +55,-1.536980576,0.7379994392,196,-1.610848725,0.5477107964,788.98885621 +56,-1.534931522,0.7379944961,196,-1.610848725,0.5477107964,790.90638891 +57,-1.533387952,0.7379480264,196,-1.610848725,0.5477107964,792.22299504 +58,-1.538682279,0.7364914363,196,-1.610848725,0.5477107964,781.744328 +59,-1.536980704,0.7364810563,196,-1.610848725,0.5477107964,783.28975798 +60,-1.534935567,0.7364752065,196,-1.610848725,0.5477107964,785.21668434 +61,-1.533042592,0.7363876366,196,-1.610848725,0.5477107964,786.73681418 +62,-1.545143426,0.7349628011,196,-1.610848725,0.5477107964,770.24117338 +63,-1.543105297,0.7349691947,196,-1.610848725,0.5477107964,772.02756878 +64,-1.541064533,0.7349647152,196,-1.610848725,0.5477107964,773.82481198 +65,-1.545411803,0.7334624714,196,-1.610848725,0.5477107964,764.32549581 +66,-1.543446606,0.7334780896,196,-1.610848725,0.5477107964,766.09122194 +67,-1.541475327,0.7334957295,196,-1.610848725,0.5477107964,767.91625485 +68,-1.545401939,0.731963266,196,-1.610848725,0.5477107964,758.65479914 +69,-1.54342253,0.7319915583,196,-1.610848725,0.5477107964,760.49611359 +70,-1.541455867,0.7320216438,196,-1.610848725,0.5477107964,762.37950095 +71,-1.545410146,0.7304422281,196,-1.610848725,0.5477107964,752.88983036 +72,-1.543435491,0.7304713664,196,-1.610848725,0.5477107964,754.74525531 +73,-1.541463105,0.7304997613,196,-1.610848725,0.5477107964,756.64283874 +74,-1.545414768,0.7289194936,196,-1.610848725,0.5477107964,747.12563219 +75,-1.543435774,0.7289538557,196,-1.610848725,0.5477107964,749.02013853 +76,-1.541457714,0.7289765881,196,-1.610848725,0.5477107964,750.91753565 +77,-1.539449415,0.7320555866,196,-1.610848725,0.5477107964,764.36054428 +78,-1.537429183,0.7321097681,196,-1.610848725,0.5477107964,766.47798564 +79,-1.535472649,0.7321497267,196,-1.610848725,0.5477107964,768.52692573 +80,-1.539457899,0.7305333307,196,-1.610848725,0.5477107964,758.63740206 +81,-1.537453161,0.7305750503,196,-1.610848725,0.5477107964,760.70967923 +82,-1.535479385,0.7306124949,196,-1.610848725,0.5477107964,762.78239755 +83,-1.53946905,0.7290102593,196,-1.610848725,0.5477107964,752.91336795 +84,-1.537459922,0.7290417293,196,-1.610848725,0.5477107964,754.9681577 +85,-1.535451349,0.7290890157,196,-1.610848725,0.5477107964,757.12918964 +86,-1.535522937,0.7279887191,196,-1.610848725,0.5477107964,752.9576013 +87,-1.539442524,0.7274735939,196,-1.610848725,0.5477107964,747.17937303 +88,-1.537424111,0.727521351,196,-1.610848725,0.5477107964,749.32206156 +89,-1.539384641,0.7259505092,196,-1.610848725,0.5477107964,741.53225937 +90,-1.537372391,0.7259947145,196,-1.610848725,0.5477107964,743.67438168 +91,-1.535340789,0.7260435356,196,-1.610848725,0.5477107964,745.90174935 +92,-1.539325716,0.7244369706,196,-1.610848725,0.5477107964,735.92810844 +93,-1.537308932,0.7244801057,196,-1.610848725,0.5477107964,738.0897477 +94,-1.535289068,0.7245247645,196,-1.610848725,0.5477107964,740.30914569 +95,-1.533261366,0.7245550236,196,-1.610848725,0.5477107964,742.53207259 +96,-1.539267302,0.722921924,196,-1.610848725,0.5477107964,730.32415984 +97,-1.537248972,0.7229660258,196,-1.610848725,0.5477107964,732.510244 +98,-1.535219431,0.7229916471,196,-1.610848725,0.5477107964,734.68870446 +99,-1.53318962,0.7230212049,196,-1.610848725,0.5477107964,736.93186678 +100,-1.531154816,0.7230299897,196,-1.610848725,0.5477107964,739.153211 +101,-1.528878341,0.7230370244,196,-1.610848725,0.5477107964,741.6869233 +102,-1.539218189,0.7214009878,196,-1.610848725,0.5477107964,724.69543695 +103,-1.537198791,0.7214422745,196,-1.610848725,0.5477107964,726.89155216 +104,-1.535179266,0.7214634354,196,-1.610848725,0.5477107964,729.06296466 +105,-1.533156501,0.7214944644,196,-1.610848725,0.5477107964,731.32411268 +106,-1.53113574,0.7215166021,196,-1.610848725,0.5477107964,733.5995845 +107,-1.528874248,0.7215345535,196,-1.610848725,0.5477107964,736.17909411 +108,-1.539217656,0.7198512397,196,-1.610848725,0.5477107964,718.916851 +109,-1.537199919,0.7199428763,196,-1.610848725,0.5477107964,721.31713956 +110,-1.545425832,0.727397149,196,-1.610848725,0.5477107964,741.36138105 +111,-1.543371177,0.7273916949,196,-1.610848725,0.5477107964,743.19044404 +112,-1.541368852,0.7274523163,196,-1.610848725,0.5477107964,745.27112349 +113,-1.545349067,0.7258710923,196,-1.610848725,0.5477107964,735.66598679 +114,-1.54332671,0.7258603556,196,-1.610848725,0.5477107964,737.46419573 +115,-1.541346831,0.7259242142,196,-1.610848725,0.5477107964,739.55350766 +116,-1.545324355,0.7243383958,196,-1.610848725,0.5477107964,729.90424295 +117,-1.543292796,0.7243617413,196,-1.610848725,0.5477107964,731.85674959 +118,-1.541295822,0.7244024384,196,-1.610848725,0.5477107964,733.89268202 +119,-1.543193859,0.7205570215,196,-1.610848725,0.5477107964,717.65658347 +120,-1.550257047,0.7386738187,196,-1.610848725,0.5477107964,780.20786868 +121,-1.549335448,0.7311736483,196,-1.610848725,0.5477107964,752.34549839 +122,-1.533478843,0.7179891343,196,-1.610848725,0.5477107964,718.0400944 +123,-1.556150555,0.738907041,196,-1.610848725,0.5477107964,776.75489088 +124,-1.554324226,0.733414257,196,-1.610848725,0.5477107964,756.99284725 +125,-1.554290846,0.7288285332,196,-1.610848725,0.5477107964,739.46391653 +126,-1.55122487,0.7219795312,196,-1.610848725,0.5477107964,715.82038807 +127,-1.525104458,0.7229399862,196,-1.610848725,0.5477107964,745.62617685 +128,-1.519607711,0.7236181429,196,-1.610848725,0.5477107964,754.62862846 +129,-1.513899999,0.7251107854,196,-1.610848725,0.5477107964,767.10743508 +130,-1.536620762,0.7431061895,196,-1.610848725,0.5477107964,808.51628667 +131,-1.5369566,0.7460845958,196,-1.610848725,0.5477107964,819.43134941 +132,-1.545345528,0.7447040685,196,-1.610848725,0.5477107964,807.0810686 +133,-1.532813921,0.7432306626,196,-1.610848725,0.5477107964,812.53138144 +134,-1.554788248,0.7382381001,196,-1.610848725,0.5477107964,775.15314897 +135,-1.540348126,0.7301594274,196,-1.610848725,0.5477107964,756.39712715 +136,-1.538016084,0.7239051786,196,-1.610848725,0.5477107964,735.23785894 +137,-1.525288962,0.7258085137,196,-1.610848725,0.5477107964,755.88777154 +138,-1.534326986,0.731241342,196,-1.610848725,0.5477107964,766.27460787 +139,-1.530733872,0.7303625216,196,-1.610848725,0.5477107964,766.69150471 +141,-1.534354939,0.7328219978,196,-1.610848725,0.5477107964,772.13894232 +142,-1.53157084,0.7292888153,196,-1.610848725,0.5477107964,761.83890206 +143,-1.525691035,0.7263799874,196,-1.610848725,0.5477107964,757.521978 +144,-1.534031287,0.7495967835,196,-1.610848725,0.5477107964,835.2910176 +145,-1.527714986,0.7283095957,196,-1.610848725,0.5477107964,762.34990999 +146,-1.526189586,0.7271468292,196,-1.610848725,0.5477107964,759.76986291 +147,-1.555177336,0.7375563366,196,-1.610848725,0.5477107964,772.2553393 +148,-1.555080283,0.7312707794,196,-1.610848725,0.5477107964,748.21534095 +149,-1.53856994,0.7224180299,196,-1.610848725,0.5477107964,729.13742543 +150,-1.530837883,0.729933372,196,-1.610848725,0.5477107964,764.99350813 +151,-1.515066984,0.5854133365,196,-1.610848725,0.5477107964,353.16371209 +152,-1.534731633,0.5368370046,196,-1.610848725,0.5477107964,261.79397252 +153,-1.515231902,0.5607085576,196,-1.610848725,0.5477107964,326.09832995 +154,-2.616253799,1.0684566605,196,-1.610848725,0.5477107964,3278.2653645 +155,-1.956071439,0.5792177723,196,-1.610848725,0.5477107964,1161.0069015 +156,-1.951208514,0.5602434208,196,-1.610848725,0.5477107964,1146.0477715 +157,-1.944675062,0.6062144545,196,-1.610848725,0.5477107964,1130.345108 +158,-1.613778386,0.6077989518,196,-1.610848725,0.5477107964,238.20747747 +159,-2.035029014,0.6021432345,196,-1.610848725,0.5477107964,1422.9298314 +160,-2.114989471,0.6801825058,196,-1.610848725,0.5477107964,1706.0982304 +161,-2.037382079,0.5765830025,196,-1.610848725,0.5477107964,1430.8576287 +162,-2.129855121,0.6585019963,196,-1.610848725,0.5477107964,1740.9799703 +163,-2.075141798,0.6493615843,196,-1.610848725,0.5477107964,1566.0395785 +164,-1.828626729,0.6948433129,196,-1.610848725,0.5477107964,910.34535565 +165,-1.863329418,0.6735427691,196,-1.610848725,0.5477107964,957.28348157 +166,-1.266037071,0.727988852,196,-1.610848725,0.5477107964,1304.2087035 +167,-1.277579582,0.7249010648,196,-1.610848725,0.5477107964,1268.2148979 +168,-1.258418684,0.7241194816,196,-1.610848725,0.5477107964,1317.7016975 +169,-1.317813974,0.6804850104,196,-1.610848725,0.5477107964,1082.156559 +170,-1.344165204,0.6790988904,196,-1.610848725,0.5477107964,1006.367527 +171,-1.427582102,0.5277120351,196,-1.610848725,0.5477107964,628.24282821 +172,-1.402238616,0.457167829,196,-1.610848725,0.5477107964,807.42603635 +173,-1.422454264,0.4996161999,196,-1.610848725,0.5477107964,673.37527397 +174,-1.439089277,0.4894859811,196,-1.610848725,0.5477107964,633.97766629 +175,-1.448126995,0.5182330266,196,-1.610848725,0.5477107964,567.0944101 +176,-1.474626146,0.5881926574,196,-1.610848725,0.5477107964,482.14069297 +177,-1.421139645,0.5584869783,196,-1.610848725,0.5477107964,640.55068985 +178,-1.457037165,0.565943032,196,-1.610848725,0.5477107964,522.07332444 +179,-2.757159358,0.3745319,196,-1.610848725,0.5477107964,4066.3375786 +180,-2.714309238,0.342054471,196,-1.610848725,0.5477107964,3976.5561949 +181,-2.000525337,0.774119946,196,-1.610848725,0.5477107964,1504.6394377 +183,-1.571413436,0.6777838382,196,-1.610848725,0.5477107964,530.77501415 +184,-1.552860289,0.6987663893,196,-1.610848725,0.5477107964,626.58867544 +185,-1.521852374,0.7165827476,196,-1.610848725,0.5477107964,726.49092674 +186,-1.503656267,0.6928968252,196,-1.610848725,0.5477107964,670.45647477 +187,-1.502753178,0.7136205882,196,-1.610848725,0.5477107964,742.08840842 +188,-1.631894563,0.7343596465,196,-1.610848725,0.5477107964,742.30556744 +189,-1.653765416,0.6770714026,196,-1.610848725,0.5477107964,530.8787247 +190,-1.719812114,0.6715965947,196,-1.610848725,0.5477107964,604.62508795 +191,-1.493406659,0.6646955447,196,-1.610848725,0.5477107964,600.34057907 +192,-1.469120564,0.6613469966,196,-1.610848725,0.5477107964,644.41496021 +193,-1.590551461,0.5326612937,196,-1.610848725,0.5477107964,91.144616581 +194,-1.625979264,0.5247742243,196,-1.610848725,0.5477107964,104.44168796 +195,-1.572293943,0.5238808754,196,-1.610848725,0.5477107964,161.71194363 +196,-1.610848725,0.5477107964,196,-1.610848725,0.5477107964,92.136847474 +197,-1.208485554,0.7918526018,196,-1.610848725,0.5477107964,1570.2414928 +198,-1.335601374,0.6869083083,196,-1.610848725,0.5477107964,1043.7883015 +199,-1.346156996,0.6825213377,196,-1.610848725,0.5477107964,1007.0402958 +200,-1.324381037,0.6741422347,196,-1.610848725,0.5477107964,1053.5048831 +201,-1.242424992,0.7378949807,196,-1.610848725,0.5477107964,1383.9189878 +202,-1.270370057,0.7392461008,196,-1.610848725,0.5477107964,1313.7736503 +203,-1.448950472,0.7441675014,196,-1.610848725,0.5477107964,930.2020153 +204,-1.492662363,0.7523026852,196,-1.610848725,0.5477107964,891.19477551 +205,-1.479098966,0.7763855017,196,-1.610848725,0.5477107964,993.81980392 +206,-1.633760714,0.7869022408,196,-1.610848725,0.5477107964,950.07872953 +207,-1.647406434,0.8101289331,196,-1.610848725,0.5477107964,1045.4258801 +208,-1.564245052,0.5701509278,196,-1.610848725,0.5477107964,179.97537585 +209,-1.646289963,0.6833746083,196,-1.610848725,0.5477107964,549.40568064 +210,-1.5820631,0.6751952144,196,-1.610848725,0.5477107964,513.49518432 +211,-1.613236298,0.6681681791,196,-1.610848725,0.5477107964,477.19464901 +212,-1.914661867,0.8212566515,196,-1.610848725,0.5477107964,1422.7557674 +213,-1.742133237,0.7250275956,196,-1.610848725,0.5477107964,816.64768086 +214,-2.033144872,0.6557314699,196,-1.610848725,0.5477107964,1439.0551376 +215,-2.039551981,0.6964723658,196,-1.610848725,0.5477107964,1494.1822321 +216,-1.247341019,0.7622473908,196,-1.610848725,0.5477107964,1416.6074902 +217,-1.298239787,0.7084123392,196,-1.610848725,0.5477107964,1183.4913351 +218,-1.308539688,0.6926545592,196,-1.610848725,0.5477107964,1128.0498018 +219,-1.303263185,0.6888938396,196,-1.610848725,0.5477107964,1136.4869777 +220,-1.852400229,0.6004246149,196,-1.610848725,0.5477107964,829.33802069 +221,-1.288947707,0.7473773692,196,-1.610848725,0.5477107964,1283.365493 +222,-1.372031502,0.7472790993,196,-1.610848725,0.5477107964,1089.953718 +223,-1.289805721,0.7242157877,196,-1.610848725,0.5477107964,1234.9257068 +224,-1.350807603,0.7533498126,196,-1.610848725,0.5477107964,1152.1319466 +225,-1.329290365,0.7560442322,196,-1.610848725,0.5477107964,1207.1517249 +226,-1.410153004,0.616936428,196,-1.610848725,0.5477107964,717.73611752 +227,-1.393445434,0.6308995063,196,-1.610848725,0.5477107964,787.24190527 +228,-1.37595573,0.6241540638,196,-1.610848725,0.5477107964,831.33291342 +229,-1.358388707,0.6172645205,196,-1.610848725,0.5477107964,878.35469157 +230,-1.753741133,0.8281661666,196,-1.610848725,0.5477107964,1192.191345 +231,-1.47430987,0.6834615681,196,-1.610848725,0.5477107964,695.16112695 +232,-1.421012508,0.7222725206,196,-1.610848725,0.5477107964,917.45407448 +233,-1.4476833,0.6978557868,196,-1.610848725,0.5477107964,792.30803441 +234,-1.470370723,0.6966193374,196,-1.610848725,0.5477107964,742.47900617 +235,-1.429211703,0.7037216883,196,-1.610848725,0.5477107964,848.44062709 +236,-1.700578405,0.6178673663,196,-1.610848725,0.5477107964,406.42673465 +237,-1.678117619,0.6331716163,196,-1.610848725,0.5477107964,404.35759819 +238,-1.725644578,0.6316331145,196,-1.610848725,0.5477107964,503.06739501 +239,-2.14012759,0.7930497945,196,-1.610848725,0.5477107964,1891.8643522 +240,-2.103289431,0.7653606263,196,-1.610848725,0.5477107964,1756.6814471 +241,-1.318739838,0.7017808746,196,-1.610848725,0.5477107964,1116.5014932 +242,-1.396417427,0.7077900843,196,-1.610848725,0.5477107964,933.47649555 +243,-1.35650337,0.7185539404,196,-1.610848725,0.5477107964,1054.5800078 +244,-1.248884539,0.7274156818,196,-1.610848725,0.5477107964,1348.8193272 +245,-1.395014798,0.5761185243,196,-1.610848725,0.5477107964,731.71341913 +246,-1.433377362,0.6064716109,196,-1.610848725,0.5477107964,633.03913665 +247,-1.408172432,0.5903155476,196,-1.610848725,0.5477107964,696.60529427 +248,-1.749645898,0.7757118084,196,-1.610848725,0.5477107964,1000.6612087 +249,-1.571626686,0.615046989,196,-1.610848725,0.5477107964,296.61498448 +250,-1.514070049,0.6303003037,196,-1.610848725,0.5477107964,456.5713371 +251,-1.480890369,0.6237966528,196,-1.610848725,0.5477107964,523.96717814 +252,-1.704390658,0.5281680612,196,-1.610848725,0.5477107964,327.43055442 +253,-1.64434733,0.5254277498,196,-1.610848725,0.5477107964,144.20230971 +254,-1.703855997,0.4792484842,196,-1.610848725,0.5477107964,420.01652798 +255,-1.692002383,0.5748825051,196,-1.610848725,0.5477107964,292.60192621 +256,-1.854136457,0.5544643913,196,-1.610848725,0.5477107964,820.87304583 +257,-1.665021206,0.520317736,196,-1.610848725,0.5477107964,214.19923959 +258,-1.733654349,0.4845187345,196,-1.610848725,0.5477107964,491.39571626 +259,-1.720938188,0.5135933906,196,-1.610848725,0.5477107964,399.55716816 +260,-1.742668307,0.553296122,196,-1.610848725,0.5477107964,445.45766013 +261,-1.965659039,0.7142126903,196,-1.610848725,0.5477107964,1307.7671179 +262,-1.944438071,0.6772834804,196,-1.610848725,0.5477107964,1193.5738891 +263,-1.270340967,0.7681487096,196,-1.610848725,0.5477107964,1372.6916195 +264,-1.353091884,0.6549276821,196,-1.610848725,0.5477107964,941.39736075 +265,-1.333236659,0.6413584414,196,-1.610848725,0.5477107964,981.97806796 +266,-1.352015998,0.6753788907,196,-1.610848725,0.5477107964,978.10287997 +267,-1.377988483,0.6577816235,196,-1.610848725,0.5477107964,874.73702101 +268,-2.13075611,0.8318642051,196,-1.610848725,0.5477107964,1927.4501336 +269,-2.097910953,0.8259670014,196,-1.610848725,0.5477107964,1838.1570163 +270,-1.416382069,0.6694271549,196,-1.610848725,0.5477107964,793.86782726 +271,-1.538905672,0.7535625993,196,-1.610848725,0.5477107964,846.02049645 +272,-1.572309477,0.7803125099,196,-1.610848725,0.5477107964,929.04539609 +273,-1.87759879,0.7503853417,196,-1.610848725,0.5477107964,1159.6742538 +274,1.152365588,0.590457682,196,-1.610848725,0.5477107964,7719.3196139 +275,0.350198001,0.718001859,196,-1.610848725,0.5477107964,5833.1675794 +276,0.046513677,0.491503852,196,-1.610848725,0.5477107964,5502.2650841 +277,0.027510309,0.742571376,196,-1.610848725,0.5477107964,4974.9010876 +278,0.306285725,-0.214631579,196,-1.610848725,0.5477107964,7826.3073196 +279,-1.100564889,0.318051531,196,-1.610848725,0.5477107964,2038.730973 +280,-1.078582306,0.301437596,196,-1.610848725,0.5477107964,2144.0189508 +281,-1.137371989,-0.617634065,196,-1.610848725,0.5477107964,4940.6278846 +282,0.784356344,0.703272339,196,-1.610848725,0.5477107964,6783.4002587 +283,-1.221209947,0.218327455,196,-1.610848725,0.5477107964,1928.7454051 +284,2.347301921,-0.449114658,196,-1.610848725,0.5477107964,9597.2180408 +285,0.246820618,0.830553713,196,-1.610848725,0.5477107964,5337.087055 +286,0.829414965,0.703288228,196,-1.610848725,0.5477107964,6861.2034869 +287,-1.337537566,0.42332223,196,-1.610848725,0.5477107964,1075.2173182 +288,0.882453706,0.454478077,196,-1.610848725,0.5477107964,7778.0610855 +289,1.575629659,0.416419109,196,-1.610848725,0.5477107964,8621.1397828 +290,-1.039455679,0.229888244,196,-1.610848725,0.5477107964,2428.4676649 +291,0.489558039,0.934482747,196,-1.610848725,0.5477107964,5575.2698322 +292,0.081344504,0.88384514,196,-1.610848725,0.5477107964,4860.1697012 +293,-1.547979814,0.300350308,196,-1.610848725,0.5477107964,1005.5277411 +294,0.040776181,0.168560074,196,-1.610848725,0.5477107964,6145.0479218 +295,-1.130374745,0.563894876,196,-1.610848725,0.5477107964,1613.5255914 +296,1.578326642,0.478507176,196,-1.610848725,0.5477107964,8375.0281957 +297,-1.12861823,-0.291640865,196,-1.610848725,0.5477107964,3796.8480615 +298,0.310524208,0.770885792,196,-1.610848725,0.5477107964,5615.419588 +299,0.415649091,-0.387246002,196,-1.610848725,0.5477107964,8502.849267 +300,-0.926533878,-0.188022748,196,-1.610848725,0.5477107964,3903.2468487 +301,1.258856172,-0.11716081,196,-1.610848725,0.5477107964,10463.414341 +302,-1.126050026,0.322941926,196,-1.610848725,0.5477107964,1947.4183305 +303,2.002785835,0.07893892,196,-1.610848725,0.5477107964,9388.281225 +304,0.440437607,0.746258085,196,-1.610848725,0.5477107964,5969.0600066 +305,-0.030391866,0.214441206,196,-1.610848725,0.5477107964,5814.1933645 +306,0.521557815,-0.058929362,196,-1.610848725,0.5477107964,8225.4882774 +307,-0.097005111,0.13317729,196,-1.610848725,0.5477107964,5756.1862523 +308,1.83113859,0.221857587,196,-1.610848725,0.5477107964,9188.7760874 +309,0.222428864,0.099404236,196,-1.610848725,0.5477107964,6893.5543273 +310,-1.702731345,0.8728568183,196,-1.610848725,0.5477107964,1316.2976436 +311,-0.418507569,0.278324921,196,-1.610848725,0.5477107964,4389.1641561 +312,-1.41153306,0.339029988,196,-1.610848725,0.5477107964,1090.1457713 +313,0.357560442,0.114788776,196,-1.610848725,0.5477107964,7299.7213367 +314,0.325818979,0.268352149,196,-1.610848725,0.5477107964,6844.0929162 +315,-1.246004659,-0.663679965,196,-1.610848725,0.5477107964,4984.0495229 +316,1.814603087,0.637404484,196,-1.610848725,0.5477107964,7632.9129405 +317,1.843704281,-0.18300445,196,-1.610848725,0.5477107964,10598.72823 +318,1.690644492,-0.211480909,196,-1.610848725,0.5477107964,10989.599693 +319,-1.275451936,0.068109467,196,-1.610848725,0.5477107964,2273.7297881 +320,0.762430171,-0.207594741,196,-1.610848725,0.5477107964,9338.1252475 +321,0.265668905,-0.014647884,196,-1.610848725,0.5477107964,7282.4441198 +322,-2.773032013,-0.335515811,196,-1.610848725,0.5477107964,5630.1516865 +323,-1.469512853,0.174058777,196,-1.610848725,0.5477107964,1568.5031038 +324,0.286276986,0.785925691,196,-1.610848725,0.5477107964,5525.1878573 +325,-1.379324697,0.377432233,196,-1.610848725,0.5477107964,1060.6588431 +326,-1.203778265,0.212813032,196,-1.610848725,0.5477107964,1991.4344704 +327,0.579916301,0.611743168,196,-1.610848725,0.5477107964,6646.6027948 +328,0.267582642,0.868113908,196,-1.610848725,0.5477107964,5301.397727 +329,0.412869244,-0.050245578,196,-1.610848725,0.5477107964,7848.7653613 +330,0.17524381,0.976660285,196,-1.610848725,0.5477107964,4892.3472665 +331,0.743157214,0.204812899,196,-1.610848725,0.5477107964,8222.4179027 +332,-1.070758176,0.269382282,196,-1.610848725,0.5477107964,2239.4934749 +333,-1.230364251,0.329790229,196,-1.610848725,0.5477107964,1609.3937927 +334,-1.374813124,-0.024926835,196,-1.610848725,0.5477107964,2435.759078 +335,0.519780566,0.463669906,196,-1.610848725,0.5477107964,6909.0565905 +336,-1.55108034,0.239698561,196,-1.610848725,0.5477107964,1239.2378344 +337,0.180294813,0.029739425,196,-1.610848725,0.5477107964,6902.7187768 +338,0.67820924,0.268170153,196,-1.610848725,0.5477107964,7868.1821392 +339,0.445798684,1.024001867,196,-1.610848725,0.5477107964,5271.9949259 +340,0.691751283,0.150521402,196,-1.610848725,0.5477107964,8231.8397476 +341,-1.036643551,-0.903056181,196,-1.610848725,0.5477107964,6083.4142549 +342,-0.120287036,1.083325163,196,-1.610848725,0.5477107964,4183.8574551 +343,2.823513113,-0.304487164,196,-1.610848725,0.5477107964,7764.4129115 +344,0.457583172,1.12513373,196,-1.610848725,0.5477107964,5039.0682221 +345,0.042918831,0.813795399,196,-1.610848725,0.5477107964,4890.1110729 +346,1.196146777,-0.853142756,196,-1.610848725,0.5477107964,10874.993893 +347,0.206001358,-0.010430701,196,-1.610848725,0.5477107964,7073.6216208 +348,-0.268308653,0.234799412,196,-1.610848725,0.5477107964,4977.5017043 +349,0.759363263,0.736189579,196,-1.610848725,0.5477107964,6634.2513043 +350,0.181363926,0.891988372,196,-1.610848725,0.5477107964,5066.4939862 +351,-0.021111158,0.139103292,196,-1.610848725,0.5477107964,5999.2418148 +352,-0.093355215,0.630686981,196,-1.610848725,0.5477107964,4831.7237588 +353,0.40118964,0.681375926,196,-1.610848725,0.5477107964,6044.372013 +354,-0.721197315,1.304706234,196,-1.610848725,0.5477107964,3451.5507703 +355,-1.076150317,0.212107639,196,-1.610848725,0.5477107964,2359.8057004 +356,-1.577164531,0.273993443,196,-1.610848725,0.5477107964,1091.0052301 +357,-0.190788414,0.182208586,196,-1.610848725,0.5477107964,5341.5495594 +358,-0.261349752,0.209710184,196,-1.610848725,0.5477107964,5049.5090777 +359,-1.029303852,0.083549259,196,-1.610848725,0.5477107964,2836.6132077 +360,-1.268609162,0.330525297,196,-1.610848725,0.5477107964,1494.3354173 +361,1.282982244,-0.926641967,196,-1.610848725,0.5477107964,10783.304486 +362,0.217352334,0.731352408,196,-1.610848725,0.5477107964,5480.7344768 +363,-1.511833084,0.258629297,196,-1.610848725,0.5477107964,1199.9439377 +364,0.338812194,0.823184618,196,-1.610848725,0.5477107964,5556.603018 +365,-0.324406489,1.134201999,196,-1.610848725,0.5477107964,3804.2913952 +366,1.389579348,0.399185724,196,-1.610848725,0.5477107964,8655.1356837 +367,2.047152199,-0.039082036,196,-1.610848725,0.5477107964,9654.7688402 +368,0.947780369,0.568250077,196,-1.610848725,0.5477107964,7514.1024142 +369,0.763824846,0.576754987,196,-1.610848725,0.5477107964,7146.5676722 +370,-0.142334657,0.928153068,196,-1.610848725,0.5477107964,4287.8977186 +371,0.610266567,0.547265983,196,-1.610848725,0.5477107964,6900.2682951 +372,0.210731629,0.746815056,196,-1.610848725,0.5477107964,5431.3736642 +373,-1.34931644,0.316895224,196,-1.610848725,0.5477107964,1308.9313573 +374,2.407696481,0.655030745,196,-1.610848725,0.5477107964,6681.3681801 +375,0.64207831,0.545359131,196,-1.610848725,0.5477107964,6979.2516231 +376,1.174597538,0.840588356,196,-1.610848725,0.5477107964,6801.3089147 +377,0.660059424,0.010604079,196,-1.610848725,0.5477107964,8502.6448119 +378,-0.730263819,0.010486456,196,-1.610848725,0.5477107964,3919.9505615 +379,0.831068936,0.512339172,196,-1.610848725,0.5477107964,7487.0927491 +380,1.301180979,0.72367476,196,-1.610848725,0.5477107964,7338.4998225 +381,1.811128231,0.322854402,196,-1.610848725,0.5477107964,8834.4879811 +382,0.435105812,0.992284428,196,-1.610848725,0.5477107964,5333.3665734 +383,0.62643634,0.592027932,196,-1.610848725,0.5477107964,6807.8164468 +384,0.492988703,-0.516339467,196,-1.610848725,0.5477107964,8943.8026573 +385,-0.162469483,0.112549365,196,-1.610848725,0.5477107964,5577.1047955 +386,0.314630866,0.472006421,196,-1.610848725,0.5477107964,6330.1025834 +387,0.166744804,0.822815954,196,-1.610848725,0.5477107964,5169.8111932 +388,0.417159608,0.965805736,196,-1.610848725,0.5477107964,5367.8260655 +389,0.106334961,0.868774244,196,-1.610848725,0.5477107964,4943.4731233 +390,0.815086969,-0.338144359,196,-1.610848725,0.5477107964,9769.068352 +391,0.59867455,-0.230624824,196,-1.610848725,0.5477107964,8843.2337163 +392,1.915104874,0.066220985,196,-1.610848725,0.5477107964,9612.6021546 +393,1.278093622,0.064463721,196,-1.610848725,0.5477107964,9838.3982882 +394,-0.061477853,0.302997961,196,-1.610848725,0.5477107964,5533.8699539 +395,0.251311504,0.626976942,196,-1.610848725,0.5477107964,5797.6059696 +396,2.950242872,0.149095644,196,-1.610848725,0.5477107964,6419.6356662 +397,-0.180294708,0.35375117,196,-1.610848725,0.5477107964,5046.8095781 +398,1.010448592,-0.351180233,196,-1.610848725,0.5477107964,10439.452104 +399,-1.748740498,0.3686318073,196,-1.610848725,0.5477107964,861.35114746 +400,2.699635665,0.123533791,196,-1.610848725,0.5477107964,7293.489084 +401,0.496808033,0.823843254,196,-1.610848725,0.5477107964,5883.0496574 +402,0.129574704,0.763364087,196,-1.610848725,0.5477107964,5196.9691026 +403,1.798920311,0.817447563,196,-1.610848725,0.5477107964,6952.1704184 +404,0.335987953,0.746786541,196,-1.610848725,0.5477107964,5730.9227014 +405,-1.085413643,0.292154671,196,-1.610848725,0.5477107964,2142.5399237 +406,-0.155321003,0.508207011,196,-1.610848725,0.5477107964,4851.2596665 +407,0.620529244,-0.301175104,196,-1.610848725,0.5477107964,9049.3110351 +408,1.684402744,0.368716966,196,-1.610848725,0.5477107964,8767.2468313 +409,0.300582244,-0.386397212,196,-1.610848725,0.5477107964,8117.1704285 +410,2.913555946,-0.009225192,196,-1.610848725,0.5477107964,6875.8381537 +411,1.465101417,0.493232532,196,-1.610848725,0.5477107964,8313.2418625 +412,0.090612882,0.907955955,196,-1.610848725,0.5477107964,4839.2809319 +413,2.987564726,-0.729568594,196,-1.610848725,0.5477107964,7936.5022776 +414,-1.484261606,0.224149272,196,-1.610848725,0.5477107964,1362.1637253 +415,0.164073421,0.303955133,196,-1.610848725,0.5477107964,6258.6493406 +416,0.141441293,0.167552546,196,-1.610848725,0.5477107964,6479.9467386 +417,2.931321023,-0.506718887,196,-1.610848725,0.5477107964,7762.3287885 +418,2.21951565,0.700596356,196,-1.610848725,0.5477107964,6891.1299527 +419,0.268112576,1.199114336,196,-1.610848725,0.5477107964,4630.1430168 +420,0.978913739,0.359223811,196,-1.610848725,0.5477107964,8284.6160011 +421,1.210898818,0.522863584,196,-1.610848725,0.5477107964,8035.8542511 +422,2.347397336,0.129231362,196,-1.610848725,0.5477107964,8353.4453209 +423,0.614394501,0.556878345,196,-1.610848725,0.5477107964,6882.2253718 +424,-1.398079356,0.148483366,196,-1.610848725,0.5477107964,1765.3000551 +425,2.535303836,-0.112984496,196,-1.610848725,0.5477107964,8359.1993124 +426,-1.019372593,-0.405322349,196,-1.610848725,0.5477107964,4391.0839855 +427,-1.297785627,-0.160104069,196,-1.610848725,0.5477107964,3044.7934164 +428,2.144554488,0.205051084,196,-1.610848725,0.5477107964,8659.2541282 +429,-2.242387083,-0.426171285,196,-1.610848725,0.5477107964,4539.214078 +430,0.338637212,0.909723676,196,-1.610848725,0.5477107964,5354.4700664 +431,-0.148798452,0.691042401,196,-1.610848725,0.5477107964,4577.7021244 +432,0.893524764,0.441829531,196,-1.610848725,0.5477107964,7841.6766954 +433,0.969229347,-0.368847936,196,-1.610848725,0.5477107964,10336.44115 +434,0.436043248,0.800045688,196,-1.610848725,0.5477107964,5821.2562306 +435,1.687946607,1.081504775,196,-1.610848725,0.5477107964,5970.8911267 +436,0.522302046,-0.034889271,196,-1.610848725,0.5477107964,8173.8069419 +437,-0.178996113,-0.438090009,196,-1.610848725,0.5477107964,6673.7817866 +438,-1.094339566,0.301444068,196,-1.610848725,0.5477107964,2094.0349886 +439,-1.064070054,0.242569932,196,-1.610848725,0.5477107964,2322.4333608 +440,-1.068153768,0.230387998,196,-1.610848725,0.5477107964,2339.0384177 +441,-3.00496892,-0.23989155,196,-1.610848725,0.5477107964,6134.6705863 +442,0.21751974,0.766874888,196,-1.610848725,0.5477107964,5405.1961725 +443,0.117229532,0.007619006,196,-1.610848725,0.5477107964,6737.3182832 +444,0.777758451,0.420554741,196,-1.610848725,0.5477107964,7663.8281293 +445,-0.252356999,0.250747086,196,-1.610848725,0.5477107964,5000.6079639 +446,0.363148444,0.768483434,196,-1.610848725,0.5477107964,5741.055199 +447,0.903191366,-0.118210676,196,-1.610848725,0.5477107964,9567.0389631 +448,-0.205755923,0.149406178,196,-1.610848725,0.5477107964,5356.4651216 +449,1.811996086,0.02364353,196,-1.610848725,0.5477107964,9945.7805543 +450,-1.100670221,0.314845373,196,-1.610848725,0.5477107964,2045.1718558 +451,0.340078597,0.850105132,196,-1.610848725,0.5477107964,5496.1012268 +452,0.258757267,0.804969236,196,-1.610848725,0.5477107964,5419.6889874 +453,2.78505352,-0.155160804,196,-1.610848725,0.5477107964,7608.6395263 +454,0.800551619,0.105822106,196,-1.610848725,0.5477107964,8660.5630505 +455,0.437940882,-0.506194031,196,-1.610848725,0.5477107964,8750.7733004 +456,2.230431122,0.63458615,196,-1.610848725,0.5477107964,7089.4261648 +457,0.527965361,0.127667701,196,-1.610848725,0.5477107964,7805.5150629 +458,-0.063643205,0.702093448,196,-1.610848725,0.5477107964,4798.5022083 +459,1.408447268,0.133010502,196,-1.610848725,0.5477107964,9707.977609 +460,0.523795955,0.280266966,196,-1.610848725,0.5477107964,7405.6623515 +461,-0.975769313,0.072177659,196,-1.610848725,0.5477107964,3020.7410662 +462,0.549774164,-0.463663986,196,-1.610848725,0.5477107964,9064.4768518 +463,0.29245874,1.095549818,196,-1.610848725,0.5477107964,4866.6422818 +464,0.143625958,0.816809593,196,-1.610848725,0.5477107964,5127.2614461 +465,0.671902494,0.611159853,196,-1.610848725,0.5477107964,6850.3118163 +466,1.239840988,0.6724199,196,-1.610848725,0.5477107964,7493.1825434 +467,0.607829703,-0.10932137,196,-1.610848725,0.5477107964,8619.267425 +468,1.763020906,0.263996692,196,-1.610848725,0.5477107964,9109.5149158 +469,0.378714634,0.726066797,196,-1.610848725,0.5477107964,5880.3159503 +470,2.196736143,-0.153862366,196,-1.610848725,0.5477107964,9540.3625258 +471,0.01702415,0.148991565,196,-1.610848725,0.5477107964,6106.4964235 +472,-2.998490902,-0.158002487,196,-1.610848725,0.5477107964,5938.0056093 +473,-3.051262951,-0.346595608,196,-1.610848725,0.5477107964,6509.341291 +474,-1.069176439,0.182802941,196,-1.610848725,0.5477107964,2455.1200038 +475,0.167157509,0.595344954,196,-1.610848725,0.5477107964,5639.1161814 +476,0.613855648,0.681746124,196,-1.610848725,0.5477107964,6519.6390041 +477,1.037012736,0.682555367,196,-1.610848725,0.5477107964,7242.7280861 +478,-1.253574971,0.379755746,196,-1.610848725,0.5477107964,1426.3710308 +479,3.108590453,-0.132620738,196,-1.610848725,0.5477107964,6471.2036417 +480,0.565301296,0.022333262,196,-1.610848725,0.5477107964,8178.2528985 +481,0.547898238,0.855555614,196,-1.610848725,0.5477107964,5894.4281069 +482,0.948309381,0.417393755,196,-1.610848725,0.5477107964,8029.4578452 +483,-0.050600732,0.945269213,196,-1.610848725,0.5477107964,4472.6510005 +484,-0.977651478,-0.572363064,196,-1.610848725,0.5477107964,5029.5986384 +485,1.102014914,0.728861163,196,-1.610848725,0.5477107964,7150.8019097 +486,2.927300795,-0.282939414,196,-1.610848725,0.5477107964,7376.9873058 +487,-1.154565557,0.124434095,196,-1.610848725,0.5477107964,2378.3595728 +488,1.855331234,0.291044755,196,-1.610848725,0.5477107964,8899.5954489 +489,0.830290659,0.276904518,196,-1.610848725,0.5477107964,8229.8422368 +490,0.485104466,-0.234867441,196,-1.610848725,0.5477107964,8469.399428 +491,0.521367572,-0.33161327,196,-1.610848725,0.5477107964,8767.2815935 +1,-1.539031704,0.7349710123,197,-1.208485554,0.7918526018,969.92392139 +2,-1.536990553,0.7349663874,197,-1.208485554,0.7918526018,964.28967807 +3,-1.534951779,0.7349571355,197,-1.208485554,0.7918526018,958.66972026 +4,-1.532906461,0.7349480293,197,-1.208485554,0.7918526018,953.03302204 +5,-1.531320211,0.7346937278,197,-1.208485554,0.7918526018,948.99828069 +6,-1.539451648,0.7335131775,197,-1.208485554,0.7918526018,973.06024458 +7,-1.537429487,0.7335445708,197,-1.208485554,0.7918526018,967.43282587 +8,-1.535484998,0.7335658704,197,-1.208485554,0.7918526018,962.03499679 +9,-1.533488396,0.7336036027,197,-1.208485554,0.7918526018,956.47209341 +10,-1.531497785,0.7335842962,197,-1.208485554,0.7918526018,951.00547812 +11,-1.530259379,0.7334777758,197,-1.208485554,0.7918526018,947.73562871 +12,-1.5335454,0.7322346912,197,-1.208485554,0.7918526018,958.52092837 +13,-1.531489083,0.7322238773,197,-1.208485554,0.7918526018,952.86554729 +14,-1.530011122,0.7321679851,197,-1.208485554,0.7918526018,948.86914208 +15,-1.53348106,0.7306614094,197,-1.208485554,0.7918526018,960.5500742 +16,-1.531441779,0.7306962275,197,-1.208485554,0.7918526018,954.88210889 +17,-1.529755654,0.7306933243,197,-1.208485554,0.7918526018,950.24188466 +18,-1.533415048,0.7291384674,197,-1.208485554,0.7918526018,962.53726188 +19,-1.531392093,0.7291705353,197,-1.208485554,0.7918526018,956.92231859 +20,-1.529296523,0.7291214933,197,-1.208485554,0.7918526018,951.22616653 +21,-1.535280942,0.727267644,197,-1.208485554,0.7918526018,970.37847325 +22,-1.533378158,0.7276139666,197,-1.208485554,0.7918526018,964.63933908 +23,-1.531340368,0.7276446587,197,-1.208485554,0.7918526018,958.98992308 +24,-1.528960113,0.7276398177,197,-1.208485554,0.7918526018,952.45292659 +25,-1.533313146,0.7260818349,197,-1.208485554,0.7918526018,966.70763063 +26,-1.531259555,0.7260958115,197,-1.208485554,0.7918526018,961.04415511 +27,-1.528926415,0.7260865555,197,-1.208485554,0.7918526018,954.64956652 +28,-1.531226779,0.7245511789,197,-1.208485554,0.7918526018,963.25736086 +29,-1.528904772,0.7245519194,197,-1.208485554,0.7918526018,956.88482819 +30,-1.547195875,0.7409785979,197,-1.208485554,0.7918526018,984.72319013 +31,-1.5451475,0.740980426,197,-1.208485554,0.7918526018,979.04217079 +32,-1.543097679,0.7409798872,197,-1.208485554,0.7918526018,973.36108447 +33,-1.540720364,0.7409892687,197,-1.208485554,0.7918526018,966.76101556 +34,-1.547188511,0.7395198392,197,-1.208485554,0.7918526018,986.54459149 +35,-1.545148587,0.7395226109,197,-1.208485554,0.7918526018,980.88861229 +36,-1.543104538,0.7395314908,197,-1.208485554,0.7918526018,975.21444357 +37,-1.540727751,0.7395306258,197,-1.208485554,0.7918526018,968.63223614 +38,-1.547187029,0.7380014886,197,-1.208485554,0.7918526018,988.48910826 +39,-1.545147315,0.7380012252,197,-1.208485554,0.7918526018,982.84073225 +40,-1.54310719,0.7380060743,197,-1.208485554,0.7918526018,977.1857101 +41,-1.540719671,0.7380068206,197,-1.208485554,0.7918526018,970.57560404 +42,-1.547187189,0.7364799098,197,-1.208485554,0.7918526018,990.47442263 +43,-1.545149996,0.7364853874,197,-1.208485554,0.7918526018,984.82879806 +44,-1.543106091,0.7364823484,197,-1.208485554,0.7918526018,979.17702507 +45,-1.540717158,0.7364893901,197,-1.208485554,0.7918526018,972.55878315 +46,-1.538663972,0.7410138672,197,-1.208485554,0.7918526018,961.03223542 +47,-1.53695285,0.7409699132,197,-1.208485554,0.7918526018,956.3473729 +48,-1.534910498,0.7409641297,197,-1.208485554,0.7918526018,950.69783046 +49,-1.533145034,0.7409536636,197,-1.208485554,0.7918526018,945.82205964 +50,-1.538681336,0.7395405883,197,-1.208485554,0.7918526018,962.95244025 +51,-1.536999189,0.7395183096,197,-1.208485554,0.7918526018,958.32358916 +52,-1.534923633,0.7395144222,197,-1.208485554,0.7918526018,952.58304339 +53,-1.533267822,0.7395654306,197,-1.208485554,0.7918526018,947.93466723 +54,-1.53867273,0.7380151077,197,-1.208485554,0.7918526018,964.89975999 +55,-1.536980576,0.7379994392,197,-1.208485554,0.7918526018,960.23797851 +56,-1.534931522,0.7379944961,197,-1.208485554,0.7918526018,954.57585805 +57,-1.533387952,0.7379480264,197,-1.208485554,0.7918526018,950.36740413 +58,-1.538682279,0.7364914363,197,-1.208485554,0.7918526018,966.927995 +59,-1.536980704,0.7364810563,197,-1.208485554,0.7918526018,962.23654462 +60,-1.534935567,0.7364752065,197,-1.208485554,0.7918526018,956.59034776 +61,-1.533042592,0.7363876366,197,-1.208485554,0.7918526018,951.47497699 +62,-1.545143426,0.7349628011,197,-1.208485554,0.7918526018,986.83218562 +63,-1.543105297,0.7349691947,197,-1.208485554,0.7918526018,981.18741247 +64,-1.541064533,0.7349647152,197,-1.208485554,0.7918526018,975.55125498 +65,-1.545411803,0.7334624714,197,-1.208485554,0.7918526018,989.5972596 +66,-1.543446606,0.7334780896,197,-1.208485554,0.7918526018,984.14486594 +67,-1.541475327,0.7334957295,197,-1.208485554,0.7918526018,978.67415664 +68,-1.545401939,0.731963266,197,-1.208485554,0.7918526018,991.62210872 +69,-1.54342253,0.7319915583,197,-1.208485554,0.7918526018,986.11637819 +70,-1.541455867,0.7320216438,197,-1.208485554,0.7918526018,980.64463479 +71,-1.545410146,0.7304422281,197,-1.208485554,0.7918526018,993.75802532 +72,-1.543435491,0.7304713664,197,-1.208485554,0.7918526018,988.26760936 +73,-1.541463105,0.7304997613,197,-1.208485554,0.7918526018,982.78584836 +74,-1.545414768,0.7289194936,197,-1.208485554,0.7918526018,995.91771958 +75,-1.543435774,0.7289538557,197,-1.208485554,0.7918526018,990.41143865 +76,-1.541457714,0.7289765881,197,-1.208485554,0.7918526018,984.92571706 +77,-1.539449415,0.7320555866,197,-1.208485554,0.7918526018,975.05901456 +78,-1.537429183,0.7321097681,197,-1.208485554,0.7918526018,969.40863638 +79,-1.535472649,0.7321497267,197,-1.208485554,0.7918526018,963.95506075 +80,-1.539457899,0.7305333307,197,-1.208485554,0.7918526018,977.2076734 +81,-1.537453161,0.7305750503,197,-1.208485554,0.7918526018,971.62074408 +82,-1.535479385,0.7306124949,197,-1.208485554,0.7918526018,966.12662281 +83,-1.53946905,0.7290102593,197,-1.208485554,0.7918526018,979.39665894 +84,-1.537459922,0.7290417293,197,-1.208485554,0.7918526018,973.81586881 +85,-1.535451349,0.7290890157,197,-1.208485554,0.7918526018,968.21552731 +86,-1.535522937,0.7279887191,197,-1.208485554,0.7918526018,969.99697794 +87,-1.539442524,0.7274735939,197,-1.208485554,0.7918526018,981.53321489 +88,-1.537424111,0.727521351,197,-1.208485554,0.7918526018,975.9072778 +89,-1.539384641,0.7259505092,197,-1.208485554,0.7918526018,983.59570676 +90,-1.537372391,0.7259947145,197,-1.208485554,0.7918526018,977.99583544 +91,-1.535340789,0.7260435356,197,-1.208485554,0.7918526018,972.33765005 +92,-1.539325716,0.7244369706,197,-1.208485554,0.7918526018,985.6726482 +93,-1.537308932,0.7244801057,197,-1.208485554,0.7918526018,980.06601753 +94,-1.535289068,0.7245247645,197,-1.208485554,0.7918526018,974.45044735 +95,-1.533261366,0.7245550236,197,-1.208485554,0.7918526018,968.83675928 +96,-1.539267302,0.722921924,197,-1.208485554,0.7918526018,987.78422345 +97,-1.537248972,0.7229660258,197,-1.208485554,0.7918526018,982.17619285 +98,-1.535219431,0.7229916471,197,-1.208485554,0.7918526018,976.56729527 +99,-1.53318962,0.7230212049,197,-1.208485554,0.7918526018,970.95374794 +100,-1.531154816,0.7230299897,197,-1.208485554,0.7918526018,965.36022241 +101,-1.528878341,0.7230370244,197,-1.208485554,0.7918526018,959.10933651 +102,-1.539218189,0.7214009878,197,-1.208485554,0.7918526018,989.9611406 +103,-1.537198791,0.7214422745,197,-1.208485554,0.7918526018,984.35895855 +104,-1.535179266,0.7214634354,197,-1.208485554,0.7918526018,978.78935014 +105,-1.533156501,0.7214944644,197,-1.208485554,0.7918526018,973.1978487 +106,-1.53113574,0.7215166021,197,-1.208485554,0.7918526018,967.62771655 +107,-1.528874248,0.7215345535,197,-1.208485554,0.7918526018,961.40726466 +108,-1.539217656,0.7198512397,197,-1.208485554,0.7918526018,992.34666315 +109,-1.537199919,0.7199428763,197,-1.208485554,0.7918526018,986.67555622 +110,-1.545425832,0.727397149,197,-1.208485554,0.7918526018,998.12574975 +111,-1.543371177,0.7273916949,197,-1.208485554,0.7918526018,992.47206965 +112,-1.541368852,0.7274523163,197,-1.208485554,0.7918526018,986.86880619 +113,-1.545349067,0.7258710923,197,-1.208485554,0.7918526018,1000.1282377 +114,-1.54332671,0.7258603556,197,-1.208485554,0.7918526018,994.57602793 +115,-1.541346831,0.7259242142,197,-1.208485554,0.7918526018,989.03321184 +116,-1.545324355,0.7243383958,197,-1.208485554,0.7918526018,1002.3150189 +117,-1.543292796,0.7243617413,197,-1.208485554,0.7918526018,996.6919076 +118,-1.541295822,0.7244024384,197,-1.208485554,0.7918526018,991.13991232 +119,-1.543193859,0.7205570215,197,-1.208485554,0.7918526018,1002.1624377 +120,-1.550257047,0.7386738187,197,-1.208485554,0.7918526018,996.12841987 +121,-1.549335448,0.7311736483,197,-1.208485554,0.7918526018,1003.5787959 +122,-1.533478843,0.7179891343,197,-1.208485554,0.7918526018,979.55782068 +123,-1.556150555,0.738907041,197,-1.208485554,0.7918526018,1012.1667407 +124,-1.554324226,0.733414257,197,-1.208485554,0.7918526018,1014.3088397 +125,-1.554290846,0.7288285332,197,-1.208485554,0.7918526018,1020.5417387 +126,-1.55122487,0.7219795312,197,-1.208485554,0.7918526018,1022.0662853 +127,-1.525104458,0.7229399862,197,-1.208485554,0.7918526018,948.92011717 +128,-1.519607711,0.7236181429,197,-1.208485554,0.7918526018,932.83378847 +129,-1.513899999,0.7251107854,197,-1.208485554,0.7918526018,914.93291043 +130,-1.536620762,0.7431061895,197,-1.208485554,0.7918526018,952.76267348 +131,-1.5369566,0.7460845958,197,-1.208485554,0.7918526018,950.09049915 +132,-1.545345528,0.7447040685,197,-1.208485554,0.7918526018,975.01980175 +133,-1.532813921,0.7432306626,197,-1.208485554,0.7918526018,942.0576805 +134,-1.554788248,0.7382381001,197,-1.208485554,0.7918526018,1009.2450845 +135,-1.540348126,0.7301594274,197,-1.208485554,0.7918526018,980.18944576 +136,-1.538016084,0.7239051786,197,-1.208485554,0.7918526018,982.86861086 +137,-1.525288962,0.7258085137,197,-1.208485554,0.7918526018,945.07969694 +138,-1.534326986,0.731241342,197,-1.208485554,0.7918526018,962.06461536 +139,-1.530733872,0.7303625216,197,-1.208485554,0.7918526018,953.40579766 +141,-1.534354939,0.7328219978,197,-1.208485554,0.7918526018,959.93969211 +142,-1.53157084,0.7292888153,197,-1.208485554,0.7918526018,957.24439837 +143,-1.525691035,0.7263799874,197,-1.208485554,0.7918526018,945.33120129 +144,-1.534031287,0.7495967835,197,-1.208485554,0.7918526018,937.88510878 +145,-1.527714986,0.7283095957,197,-1.208485554,0.7918526018,948.05266595 +146,-1.526189586,0.7271468292,197,-1.208485554,0.7918526018,945.56475892 +147,-1.555177336,0.7375563366,197,-1.208485554,0.7918526018,1011.2013498 +148,-1.555080283,0.7312707794,197,-1.208485554,0.7918526018,1019.3206907 +149,-1.53856994,0.7224180299,197,-1.208485554,0.7918526018,986.63244295 +150,-1.530837883,0.729933372,197,-1.208485554,0.7918526018,954.30370481 +151,-1.515066984,0.5854133365,197,-1.208485554,0.7918526018,1239.1575952 +152,-1.534731633,0.5368370046,197,-1.208485554,0.7918526018,1426.8769111 +153,-1.515231902,0.5607085576,197,-1.208485554,0.7918526018,1312.1239983 +154,-2.616253799,1.0684566605,197,-1.208485554,0.7918526018,3267.3909099 +155,-1.956071439,0.5792177723,197,-1.208485554,0.7918526018,2408.9697517 +156,-1.951208514,0.5602434208,197,-1.208485554,0.7918526018,2437.4879896 +157,-1.944675062,0.6062144545,197,-1.208485554,0.7918526018,2320.1029663 +158,-1.613778386,0.6077989518,197,-1.208485554,0.7918526018,1420.4172967 +159,-2.035029014,0.6021432345,197,-1.208485554,0.7918526018,2579.7995331 +160,-2.114989471,0.6801825058,197,-1.208485554,0.7918526018,2650.7523083 +161,-2.037382079,0.5765830025,197,-1.208485554,0.7918526018,2640.4822841 +162,-2.129855121,0.6585019963,197,-1.208485554,0.7918526018,2731.5367275 +163,-2.075141798,0.6493615843,197,-1.208485554,0.7918526018,2597.6346466 +164,-1.828626729,0.6948433129,197,-1.208485554,0.7918526018,1833.0830875 +165,-1.863329418,0.6735427691,197,-1.208485554,0.7918526018,1965.2422579 +166,-1.266037071,0.727988852,197,-1.208485554,0.7918526018,302.09198708 +167,-1.277579582,0.7249010648,197,-1.208485554,0.7918526018,331.27064295 +168,-1.258418684,0.7241194816,197,-1.208485554,0.7918526018,304.26986329 +169,-1.317813974,0.6804850104,197,-1.208485554,0.7918526018,545.12492269 +170,-1.344165204,0.6790988904,197,-1.208485554,0.7918526018,597.98364072 +171,-1.427582102,0.5277120351,197,-1.208485554,0.7918526018,1247.5734862 +172,-1.402238616,0.457167829,197,-1.208485554,0.7918526018,1461.2793995 +173,-1.422454264,0.4996161999,197,-1.208485554,0.7918526018,1337.3845256 +174,-1.439089277,0.4894859811,197,-1.208485554,0.7918526018,1399.590412 +175,-1.448126995,0.5182330266,197,-1.208485554,0.7918526018,1315.4555516 +176,-1.474626146,0.5881926574,197,-1.208485554,0.7918526018,1141.578376 +177,-1.421139645,0.5584869783,197,-1.208485554,0.7918526018,1131.5387114 +178,-1.457037165,0.565943032,197,-1.208485554,0.7918526018,1174.3956629 +179,-2.757159358,0.3745319,197,-1.208485554,0.7918526018,5119.200066 +180,-2.714309238,0.342054471,197,-1.208485554,0.7918526018,5090.8967366 +181,-2.000525337,0.774119946,197,-1.208485554,0.7918526018,2195.0047447 +183,-1.571413436,0.6777838382,197,-1.208485554,0.7918526018,1154.0716643 +184,-1.552860289,0.6987663893,197,-1.208485554,0.7918526018,1064.7231795 +185,-1.521852374,0.7165827476,197,-1.208485554,0.7918526018,950.09648555 +186,-1.503656267,0.6928968252,197,-1.208485554,0.7918526018,944.05935929 +187,-1.502753178,0.7136205882,197,-1.208485554,0.7918526018,903.26196324 +188,-1.631894563,0.7343596465,197,-1.208485554,0.7918526018,1228.3510151 +189,-1.653765416,0.6770714026,197,-1.208485554,0.7918526018,1378.7654771 +190,-1.719812114,0.6715965947,197,-1.208485554,0.7918526018,1570.3549605 +191,-1.493406659,0.6646955447,197,-1.208485554,0.7918526018,978.64557896 +192,-1.469120564,0.6613469966,197,-1.208485554,0.7918526018,926.44439219 +193,-1.590551461,0.5326612937,197,-1.208485554,0.7918526018,1564.9659693 +194,-1.625979264,0.5247742243,197,-1.208485554,0.7918526018,1671.0323795 +195,-1.572293943,0.5238808754,197,-1.208485554,0.7918526018,1549.0960372 +196,-1.610848725,0.5477107964,197,-1.208485554,0.7918526018,1570.2414928 +197,-1.208485554,0.7918526018,197,-1.208485554,0.7918526018,92.592547014 +198,-1.335601374,0.6869083083,197,-1.208485554,0.7918526018,557.3808655 +199,-1.346156996,0.6825213377,197,-1.208485554,0.7918526018,591.49020999 +200,-1.324381037,0.6741422347,197,-1.208485554,0.7918526018,577.28797556 +201,-1.242424992,0.7378949807,197,-1.208485554,0.7918526018,234.68473869 +202,-1.270370057,0.7392461008,197,-1.208485554,0.7918526018,273.17256685 +203,-1.448950472,0.7441675014,197,-1.208485554,0.7918526018,709.66650805 +204,-1.492662363,0.7523026852,197,-1.208485554,0.7918526018,820.04273437 +205,-1.479098966,0.7763855017,197,-1.208485554,0.7918526018,760.20039657 +206,-1.633760714,0.7869022408,197,-1.208485554,0.7918526018,1181.9992597 +207,-1.647406434,0.8101289331,197,-1.208485554,0.7918526018,1207.0874105 +208,-1.564245052,0.5701509278,197,-1.208485554,0.7918526018,1396.4833511 +209,-1.646289963,0.6833746083,197,-1.208485554,0.7918526018,1346.8952069 +210,-1.5820631,0.6751952144,197,-1.208485554,0.7918526018,1187.7165951 +211,-1.613236298,0.6681681791,197,-1.208485554,0.7918526018,1285.4274457 +212,-1.914661867,0.8212566515,197,-1.208485554,0.7918526018,1917.4546101 +213,-1.742133237,0.7250275956,197,-1.208485554,0.7918526018,1547.4310628 +214,-2.033144872,0.6557314699,197,-1.208485554,0.7918526018,2469.2650526 +215,-2.039551981,0.6964723658,197,-1.208485554,0.7918526018,2415.0504536 +216,-1.247341019,0.7622473908,197,-1.208485554,0.7918526018,160.58809235 +217,-1.298239787,0.7084123392,197,-1.208485554,0.7918526018,420.38284188 +218,-1.308539688,0.6926545592,197,-1.208485554,0.7918526018,489.29575035 +219,-1.303263185,0.6888938396,197,-1.208485554,0.7918526018,492.80595316 +220,-1.852400229,0.6004246149,197,-1.208485554,0.7918526018,2076.8749654 +221,-1.288947707,0.7473773692,197,-1.208485554,0.7918526018,288.75439331 +222,-1.372031502,0.7472790993,197,-1.208485554,0.7918526018,497.26274973 +223,-1.289805721,0.7242157877,197,-1.208485554,0.7918526018,355.52652904 +224,-1.350807603,0.7533498126,197,-1.208485554,0.7918526018,431.29343119 +225,-1.329290365,0.7560442322,197,-1.208485554,0.7918526018,370.27832344 +226,-1.410153004,0.616936428,197,-1.208485554,0.7918526018,920.33304385 +227,-1.393445434,0.6308995063,197,-1.208485554,0.7918526018,843.73132061 +228,-1.37595573,0.6241540638,197,-1.208485554,0.7918526018,832.47321485 +229,-1.358388707,0.6172645205,197,-1.208485554,0.7918526018,825.27402008 +230,-1.753741133,0.8281661666,197,-1.208485554,0.7918526018,1485.9630891 +231,-1.47430987,0.6834615681,197,-1.208485554,0.7918526018,887.5917154 +232,-1.421012508,0.7222725206,197,-1.208485554,0.7918526018,670.17680787 +233,-1.4476833,0.6978557868,197,-1.208485554,0.7918526018,788.34461284 +234,-1.470370723,0.6966193374,197,-1.208485554,0.7918526018,849.39336819 +235,-1.429211703,0.7037216883,197,-1.208485554,0.7918526018,728.73547215 +236,-1.700578405,0.6178673663,197,-1.208485554,0.7918526018,1625.6424374 +237,-1.678117619,0.6331716163,197,-1.208485554,0.7918526018,1532.114151 +238,-1.725644578,0.6316331145,197,-1.208485554,0.7918526018,1664.0362334 +239,-2.14012759,0.7930497945,197,-1.208485554,0.7918526018,2541.6136095 +240,-2.103289431,0.7653606263,197,-1.208485554,0.7918526018,2482.0802894 +241,-1.318739838,0.7017808746,197,-1.208485554,0.7918526018,479.27409143 +242,-1.396417427,0.7077900843,197,-1.208485554,0.7918526018,637.64886637 +243,-1.35650337,0.7185539404,197,-1.208485554,0.7918526018,515.83525896 +244,-1.248884539,0.7274156818,197,-1.208485554,0.7918526018,280.33779712 +245,-1.395014798,0.5761185243,197,-1.208485554,0.7918526018,1026.6132278 +246,-1.433377362,0.6064716109,197,-1.208485554,0.7918526018,999.53019138 +247,-1.408172432,0.5903155476,197,-1.208485554,0.7918526018,1002.1864331 +248,-1.749645898,0.7757118084,197,-1.208485554,0.7918526018,1510.0923909 +249,-1.571626686,0.615046989,197,-1.208485554,0.7918526018,1295.4788701 +250,-1.514070049,0.6303003037,197,-1.208485554,0.7918526018,1114.3702804 +251,-1.480890369,0.6237966528,197,-1.208485554,0.7918526018,1052.784336 +252,-1.704390658,0.5281680612,197,-1.208485554,0.7918526018,1854.9038867 +253,-1.64434733,0.5254277498,197,-1.208485554,0.7918526018,1713.3623554 +254,-1.703855997,0.4792484842,197,-1.208485554,0.7918526018,1988.5962055 +255,-1.692002383,0.5748825051,197,-1.208485554,0.7918526018,1703.2321237 +256,-1.854136457,0.5544643913,197,-1.208485554,0.7918526018,2184.5745581 +257,-1.665021206,0.520317736,197,-1.208485554,0.7918526018,1778.0227139 +258,-1.733654349,0.4845187345,197,-1.208485554,0.7918526018,2047.3449583 +259,-1.720938188,0.5135933906,197,-1.208485554,0.7918526018,1935.8218625 +260,-1.742668307,0.553296122,197,-1.208485554,0.7918526018,1889.1034582 +261,-1.965659039,0.7142126903,197,-1.208485554,0.7918526018,2182.8808026 +262,-1.944438071,0.6772834804,197,-1.208485554,0.7918526018,2184.3691643 +263,-1.270340967,0.7681487096,197,-1.208485554,0.7918526018,197.84829081 +264,-1.353091884,0.6549276821,197,-1.208485554,0.7918526018,690.92951728 +265,-1.333236659,0.6413584414,197,-1.208485554,0.7918526018,702.30882749 +266,-1.352015998,0.6753788907,197,-1.208485554,0.7918526018,624.76560831 +267,-1.377988483,0.6577816235,197,-1.208485554,0.7918526018,730.14708301 +268,-2.13075611,0.8318642051,197,-1.208485554,0.7918526018,2469.7013508 +269,-2.097910953,0.8259670014,197,-1.208485554,0.7918526018,2391.8578436 +270,-1.416382069,0.6694271549,197,-1.208485554,0.7918526018,780.4252955 +271,-1.538905672,0.7535625993,197,-1.208485554,0.7918526018,947.04178001 +272,-1.572309477,0.7803125099,197,-1.208485554,0.7918526018,1016.4958483 +273,-1.87759879,0.7503853417,197,-1.208485554,0.7918526018,1889.7057593 +274,1.152365588,0.590457682,197,-1.208485554,0.7918526018,6294.6617144 +275,0.350198001,0.718001859,197,-1.208485554,0.7918526018,4263.2005983 +276,0.046513677,0.491503852,197,-1.208485554,0.7918526018,4017.5851302 +277,0.027510309,0.742571376,197,-1.208485554,0.7918526018,3412.5265926 +278,0.306285725,-0.214631579,197,-1.208485554,0.7918526018,6671.0248935 +279,-1.100564889,0.318051531,197,-1.208485554,0.7918526018,1910.1533804 +280,-1.078582306,0.301437596,197,-1.208485554,0.7918526018,1989.5477608 +281,-1.137371989,-0.617634065,197,-1.208485554,0.7918526018,5588.7853351 +282,0.784356344,0.703272339,197,-1.208485554,0.7918526018,5258.8704419 +283,-1.221209947,0.218327455,197,-1.208485554,0.7918526018,2272.1383923 +284,2.347301921,-0.449114658,197,-1.208485554,0.7918526018,10553.999491 +285,0.246820618,0.830553713,197,-1.208485554,0.7918526018,3771.0401623 +286,0.829414965,0.703288228,197,-1.208485554,0.7918526018,5347.5308165 +287,-1.337537566,0.42332223,197,-1.208485554,0.7918526018,1517.2349805 +288,0.882453706,0.454478077,197,-1.208485554,0.7918526018,6227.0894614 +289,1.575629659,0.416419109,197,-1.208485554,0.7918526018,7487.1600717 +290,-1.039455679,0.229888244,197,-1.208485554,0.7918526018,2297.3896848 +291,0.489558039,0.934482747,197,-1.208485554,0.7918526018,4058.6253729 +292,0.081344504,0.88384514,197,-1.208485554,0.7918526018,3293.51223 +293,-1.547979814,0.300350308,197,-1.208485554,0.7918526018,2247.3188893 +294,0.040776181,0.168560074,197,-1.208485554,0.7918526018,4855.1212895 +295,-1.130374745,0.563894876,197,-1.208485554,0.7918526018,934.14348873 +296,1.578326642,0.478507176,197,-1.208485554,0.7918526018,7251.862958 +297,-1.12861823,-0.291640865,197,-1.208485554,0.7918526018,4301.3265483 +298,0.310524208,0.770885792,197,-1.208485554,0.7918526018,4046.8183841 +299,0.415649091,-0.387246002,197,-1.208485554,0.7918526018,7443.0628144 +300,-0.926533878,-0.188022748,197,-1.208485554,0.7918526018,4009.8907438 +301,1.258856172,-0.11716081,197,-1.208485554,0.7918526018,8912.4992145 +302,-1.126050026,0.322941926,197,-1.208485554,0.7918526018,1877.0878167 +303,2.002785835,0.07893892,197,-1.208485554,0.7918526018,8985.85036 +304,0.440437607,0.746258085,197,-1.208485554,0.7918526018,4404.5753986 +305,-0.030391866,0.214441206,197,-1.208485554,0.7918526018,4530.6219053 +306,0.521557815,-0.058929362,197,-1.208485554,0.7918526018,6830.8401887 +307,-0.097005111,0.13317729,197,-1.208485554,0.7918526018,4578.0922166 +308,1.83113859,0.221857587,197,-1.208485554,0.7918526018,8411.9524022 +309,0.222428864,0.099404236,197,-1.208485554,0.7918526018,5552.9340776 +310,-1.702731345,0.8728568183,197,-1.208485554,0.7918526018,1347.4875281 +311,-0.418507569,0.278324921,197,-1.208485554,0.7918526018,3308.5062403 +312,-1.41153306,0.339029988,197,-1.208485554,0.7918526018,1913.16834 +313,0.357560442,0.114788776,197,-1.208485554,0.7918526018,5885.523787 +314,0.325818979,0.268352149,197,-1.208485554,0.7918526018,5370.0797894 +315,-1.246004659,-0.663679965,197,-1.208485554,0.7918526018,5766.9174269 +316,1.814603087,0.637404484,197,-1.208485554,0.7918526018,6766.7231299 +317,1.843704281,-0.18300445,197,-1.208485554,0.7918526018,10013.159181 +318,1.690644492,-0.211480909,197,-1.208485554,0.7918526018,10003.676734 +319,-1.275451936,0.068109467,197,-1.208485554,0.7918526018,2876.1311424 +320,0.762430171,-0.207594741,197,-1.208485554,0.7918526018,7914.6388812 +321,0.265668905,-0.014647884,197,-1.208485554,0.7918526018,5994.6090531 +322,-2.773032013,-0.335515811,197,-1.208485554,0.7918526018,7141.8813289 +323,-1.469512853,0.174058777,197,-1.208485554,0.7918526018,2603.0772109 +324,0.286276986,0.785925691,197,-1.208485554,0.7918526018,3956.7888894 +325,-1.379324697,0.377432233,197,-1.208485554,0.7918526018,1732.6669019 +326,-1.203778265,0.212813032,197,-1.208485554,0.7918526018,2293.6308045 +327,0.579916301,0.611743168,197,-1.208485554,0.7918526018,5079.0867504 +328,0.267582642,0.868113908,197,-1.208485554,0.7918526018,3741.8050296 +329,0.412869244,-0.050245578,197,-1.208485554,0.7918526018,6504.1915725 +330,0.17524381,0.976660285,197,-1.208485554,0.7918526018,3351.7581058 +331,0.743157214,0.204812899,197,-1.208485554,0.7918526018,6662.2513277 +332,-1.070758176,0.269382282,197,-1.208485554,0.7918526018,2119.8509738 +333,-1.230364251,0.329790229,197,-1.208485554,0.7918526018,1831.6419705 +334,-1.374813124,-0.024926835,197,-1.208485554,0.7918526018,3287.6067585 +335,0.519780566,0.463669906,197,-1.208485554,0.7918526018,5344.3801553 +336,-1.55108034,0.239698561,197,-1.208485554,0.7918526018,2470.3791075 +337,0.180294813,0.029739425,197,-1.208485554,0.7918526018,5632.4480367 +338,0.67820924,0.268170153,197,-1.208485554,0.7918526018,6308.6301845 +339,0.445798684,1.024001867,197,-1.208485554,0.7918526018,3783.6109772 +340,0.691751283,0.150521402,197,-1.208485554,0.7918526018,6690.3827032 +341,-1.036643551,-0.903056181,197,-1.208485554,0.7918526018,6739.1195432 +342,-0.120287036,1.083325163,197,-1.208485554,0.7918526018,2668.8162483 +343,2.823513113,-0.304487164,197,-1.208485554,0.7918526018,8947.051892 +344,0.457583172,1.12513373,197,-1.208485554,0.7918526018,3606.5574592 +345,0.042918831,0.813795399,197,-1.208485554,0.7918526018,3320.1832742 +346,1.196146777,-0.853142756,197,-1.208485554,0.7918526018,10468.797712 +347,0.206001358,-0.010430701,197,-1.208485554,0.7918526018,5817.4522027 +348,-0.268308653,0.234799412,197,-1.208485554,0.7918526018,3827.0643579 +349,0.759363263,0.736189579,197,-1.208485554,0.7918526018,5112.0862316 +350,0.181363926,0.891988372,197,-1.208485554,0.7918526018,3505.5493702 +351,-0.021111158,0.139103292,197,-1.208485554,0.7918526018,4767.6754754 +352,-0.093355215,0.630686981,197,-1.208485554,0.7918526018,3317.223295 +353,0.40118964,0.681375926,197,-1.208485554,0.7918526018,4474.282005 +354,-0.721197315,1.304706234,197,-1.208485554,0.7918526018,2198.7679516 +355,-1.076150317,0.212107639,197,-1.208485554,0.7918526018,2339.432357 +356,-1.577164531,0.273993443,197,-1.208485554,0.7918526018,2389.9008124 +357,-0.190788414,0.182208586,197,-1.208485554,0.7918526018,4184.8935868 +358,-0.261349752,0.209710184,197,-1.208485554,0.7918526018,3917.811151 +359,-1.029303852,0.083549259,197,-1.208485554,0.7918526018,2873.1644521 +360,-1.268609162,0.330525297,197,-1.208485554,0.7918526018,1837.9726995 +361,1.282982244,-0.926641967,197,-1.208485554,0.7918526018,10702.098242 +362,0.217352334,0.731352408,197,-1.208485554,0.7918526018,3911.2509157 +363,-1.511833084,0.258629297,197,-1.208485554,0.7918526018,2342.5152739 +364,0.338812194,0.823184618,197,-1.208485554,0.7918526018,3994.854284 +365,-0.324406489,1.134201999,197,-1.208485554,0.7918526018,2320.5529922 +366,1.389579348,0.399185724,197,-1.208485554,0.7918526018,7335.3667766 +367,2.047152199,-0.039082036,197,-1.208485554,0.7918526018,9435.7966332 +368,0.947780369,0.568250077,197,-1.208485554,0.7918526018,6000.8555127 +369,0.763824846,0.576754987,197,-1.208485554,0.7918526018,5593.7442619 +370,-0.142334657,0.928153068,197,-1.208485554,0.7918526018,2720.5341116 +371,0.610266567,0.547265983,197,-1.208485554,0.7918526018,5330.8131972 +372,0.210731629,0.746815056,197,-1.208485554,0.7918526018,3861.4400786 +373,-1.34931644,0.316895224,197,-1.208485554,0.7918526018,1937.769894 +374,2.407696481,0.655030745,197,-1.208485554,0.7918526018,6467.7546503 +375,0.64207831,0.545359131,197,-1.208485554,0.7918526018,5410.9867347 +376,1.174597538,0.840588356,197,-1.208485554,0.7918526018,5464.4581354 +377,0.660059424,0.010604079,197,-1.208485554,0.7918526018,7013.6089527 +378,-0.730263819,0.010486456,197,-1.208485554,0.7918526018,3516.4581985 +379,0.831068936,0.512339172,197,-1.208485554,0.7918526018,5935.5664908 +380,1.301180979,0.72367476,197,-1.208485554,0.7918526018,6037.9767409 +381,1.811128231,0.322854402,197,-1.208485554,0.7918526018,8006.6830593 +382,0.435105812,0.992284428,197,-1.208485554,0.7918526018,3829.5947644 +383,0.62643634,0.592027932,197,-1.208485554,0.7918526018,5241.7273322 +384,0.492988703,-0.516339467,197,-1.208485554,0.7918526018,7986.7473401 +385,-0.162469483,0.112549365,197,-1.208485554,0.7918526018,4462.6787085 +386,0.314630866,0.472006421,197,-1.208485554,0.7918526018,4791.2229725 +387,0.166744804,0.822815954,197,-1.208485554,0.7918526018,3600.5114757 +388,0.417159608,0.965805736,197,-1.208485554,0.7918526018,3851.103764 +389,0.106334961,0.868774244,197,-1.208485554,0.7918526018,3376.031022 +390,0.815086969,-0.338144359,197,-1.208485554,0.7918526018,8415.9295238 +391,0.59867455,-0.230624824,197,-1.208485554,0.7918526018,7523.9732608 +392,1.915104874,0.066220985,197,-1.208485554,0.7918526018,9044.4244018 +393,1.278093622,0.064463721,197,-1.208485554,0.7918526018,8342.3956842 +394,-0.061477853,0.302997961,197,-1.208485554,0.7918526018,4202.2677348 +395,0.251311504,0.626976942,197,-1.208485554,0.7918526018,4236.3598765 +396,2.950242872,0.149095644,197,-1.208485554,0.7918526018,7262.0412438 +397,-0.180294708,0.35375117,197,-1.208485554,0.7918526018,3737.8168406 +398,1.010448592,-0.351180233,197,-1.208485554,0.7918526018,8988.5669496 +399,-1.748740498,0.3686318073,197,-1.208485554,0.7918526018,2424.572414 +400,2.699635665,0.123533791,197,-1.208485554,0.7918526018,7914.8317243 +401,0.496808033,0.823843254,197,-1.208485554,0.7918526018,4336.6823315 +402,0.129574704,0.763364087,197,-1.208485554,0.7918526018,3627.8763326 +403,1.798920311,0.817447563,197,-1.208485554,0.7918526018,6052.2837558 +404,0.335987953,0.746786541,197,-1.208485554,0.7918526018,4161.7202769 +405,-1.085413643,0.292154671,197,-1.208485554,0.7918526018,2020.9680758 +406,-0.155321003,0.508207011,197,-1.208485554,0.7918526018,3419.2144269 +407,0.620529244,-0.301175104,197,-1.208485554,0.7918526018,7776.3150682 +408,1.684402744,0.368716966,197,-1.208485554,0.7918526018,7760.1484733 +409,0.300582244,-0.386397212,197,-1.208485554,0.7918526018,7133.2366195 +410,2.913555946,-0.009225192,197,-1.208485554,0.7918526018,7841.6214118 +411,1.465101417,0.493232532,197,-1.208485554,0.7918526018,7081.461617 +412,0.090612882,0.907955955,197,-1.208485554,0.7918526018,3276.3305869 +413,2.987564726,-0.729568594,197,-1.208485554,0.7918526018,9480.1857653 +414,-1.484261606,0.224149272,197,-1.208485554,0.7918526018,2432.6961595 +415,0.164073421,0.303955133,197,-1.208485554,0.7918526018,4826.6610684 +416,0.141441293,0.167552546,197,-1.208485554,0.7918526018,5137.2216287 +417,2.931321023,-0.506718887,197,-1.208485554,0.7918526018,9173.9782971 +418,2.21951565,0.700596356,197,-1.208485554,0.7918526018,6445.4044054 +419,0.268112576,1.199114336,197,-1.208485554,0.7918526018,3221.7167202 +420,0.978913739,0.359223811,197,-1.208485554,0.7918526018,6738.8628819 +421,1.210898818,0.522863584,197,-1.208485554,0.7918526018,6624.0057027 +422,2.347397336,0.129231362,197,-1.208485554,0.7918526018,8509.8255022 +423,0.614394501,0.556878345,197,-1.208485554,0.7918526018,5313.2978632 +424,-1.398079356,0.148483366,197,-1.208485554,0.7918526018,2629.4901842 +425,2.535303836,-0.112984496,197,-1.208485554,0.7918526018,9053.3837691 +426,-1.019372593,-0.405322349,197,-1.208485554,0.7918526018,4790.863679 +427,-1.297785627,-0.160104069,197,-1.208485554,0.7918526018,3784.1225099 +428,2.144554488,0.205051084,197,-1.208485554,0.7918526018,8423.2770064 +429,-2.242387083,-0.426171285,197,-1.208485554,0.7918526018,6091.2156698 +430,0.338637212,0.909723676,197,-1.208485554,0.7918526018,3810.1730105 +431,-0.148798452,0.691042401,197,-1.208485554,0.7918526018,3047.3625484 +432,0.893524764,0.441829531,197,-1.208485554,0.7918526018,6290.895129 +433,0.969229347,-0.368847936,197,-1.208485554,0.7918526018,8923.1486394 +434,0.436043248,0.800045688,197,-1.208485554,0.7918526018,4263.7164858 +435,1.687946607,1.081504775,197,-1.208485554,0.7918526018,4982.4442637 +436,0.522302046,-0.034889271,197,-1.208485554,0.7918526018,6764.9956288 +437,-0.178996113,-0.438090009,197,-1.208485554,0.7918526018,6119.2998285 +438,-1.094339566,0.301444068,197,-1.208485554,0.7918526018,1978.9102835 +439,-1.064070054,0.242569932,197,-1.208485554,0.7918526018,2228.9858244 +440,-1.068153768,0.230387998,197,-1.208485554,0.7918526018,2273.4908638 +441,-3.00496892,-0.23989155,197,-1.208485554,0.7918526018,7519.6441236 +442,0.21751974,0.766874888,197,-1.208485554,0.7918526018,3834.956844 +443,0.117229532,0.007619006,197,-1.208485554,0.7918526018,5521.6405598 +444,0.777758451,0.420554741,197,-1.208485554,0.7918526018,6096.2899609 +445,-0.252356999,0.250747086,197,-1.208485554,0.7918526018,3824.1289197 +446,0.363148444,0.768483434,197,-1.208485554,0.7918526018,4174.3794252 +447,0.903191366,-0.118210676,197,-1.208485554,0.7918526018,8040.3713486 +448,-0.205755923,0.149406178,197,-1.208485554,0.7918526018,4240.2641761 +449,1.811996086,0.02364353,197,-1.208485554,0.7918526018,9185.7718733 +450,-1.100670221,0.314845373,197,-1.208485554,0.7918526018,1922.6195005 +451,0.340078597,0.850105132,197,-1.208485554,0.7918526018,3938.8063538 +452,0.258757267,0.804969236,197,-1.208485554,0.7918526018,3851.7485069 +453,2.78505352,-0.155160804,197,-1.208485554,0.7918526018,8610.0873239 +454,0.800551619,0.105822106,197,-1.208485554,0.7918526018,7105.728505 +455,0.437940882,-0.506194031,197,-1.208485554,0.7918526018,7815.16396 +456,2.230431122,0.63458615,197,-1.208485554,0.7918526018,6694.5363333 +457,0.527965361,0.127667701,197,-1.208485554,0.7918526018,6318.1614404 +458,-0.063643205,0.702093448,197,-1.208485554,0.7918526018,3253.4174962 +459,1.408447268,0.133010502,197,-1.208485554,0.7918526018,8333.8966271 +460,0.523795955,0.280266966,197,-1.208485554,0.7918526018,5871.6934546 +461,-0.975769313,0.072177659,197,-1.208485554,0.7918526018,2962.3562814 +462,0.549774164,-0.463663986,197,-1.208485554,0.7918526018,8006.186759 +463,0.29245874,1.095549818,197,-1.208485554,0.7918526018,3391.8634728 +464,0.143625958,0.816809593,197,-1.208485554,0.7918526018,3557.3321081 +465,0.671902494,0.611159853,197,-1.208485554,0.7918526018,5290.1790396 +466,1.239840988,0.6724199,197,-1.208485554,0.7918526018,6140.5379634 +467,0.607829703,-0.10932137,197,-1.208485554,0.7918526018,7212.081506 +468,1.763020906,0.263996692,197,-1.208485554,0.7918526018,8217.2305749 +469,0.378714634,0.726066797,197,-1.208485554,0.7918526018,4311.2792433 +470,2.196736143,-0.153862366,197,-1.208485554,0.7918526018,9761.3260726 +471,0.01702415,0.148991565,197,-1.208485554,0.7918526018,4844.4723014 +472,-2.998490902,-0.158002487,197,-1.208485554,0.7918526018,7275.4231871 +473,-3.051262951,-0.346595608,197,-1.208485554,0.7918526018,7935.5394883 +474,-1.069176439,0.182802941,197,-1.208485554,0.7918526018,2458.4022717 +475,0.167157509,0.595344954,197,-1.208485554,0.7918526018,4093.3634725 +476,0.613855648,0.681746124,197,-1.208485554,0.7918526018,4962.2905525 +477,1.037012736,0.682555367,197,-1.208485554,0.7918526018,5791.8272403 +478,-1.253574971,0.379755746,197,-1.208485554,0.7918526018,1638.861387 +479,3.108590453,-0.132620738,197,-1.208485554,0.7918526018,7690.274408 +480,0.565301296,0.022333262,197,-1.208485554,0.7918526018,6721.1489685 +481,0.547898238,0.855555614,197,-1.208485554,0.7918526018,4363.1208748 +482,0.948309381,0.417393755,197,-1.208485554,0.7918526018,6486.2184956 +483,-0.050600732,0.945269213,197,-1.208485554,0.7918526018,2910.5014692 +484,-0.977651478,-0.572363064,197,-1.208485554,0.7918526018,5466.9483979 +485,1.102014914,0.728861163,197,-1.208485554,0.7918526018,5742.5083234 +486,2.927300795,-0.282939414,197,-1.208485554,0.7918526018,8607.2278809 +487,-1.154565557,0.124434095,197,-1.208485554,0.7918526018,2650.1213343 +488,1.855331234,0.291044755,197,-1.208485554,0.7918526018,8145.3747545 +489,0.830290659,0.276904518,197,-1.208485554,0.7918526018,6659.6154087 +490,0.485104466,-0.234867441,197,-1.208485554,0.7918526018,7219.9244578 +491,0.521367572,-0.33161327,197,-1.208485554,0.7918526018,7583.0215773 +1,-1.539031704,0.7349710123,198,-1.335601374,0.6869083083,638.96552987 +2,-1.536990553,0.7349663874,198,-1.335601374,0.6869083083,633.13028283 +3,-1.534951779,0.7349571355,198,-1.335601374,0.6869083083,627.30237883 +4,-1.532906461,0.7349480293,198,-1.335601374,0.6869083083,621.46091971 +5,-1.531320211,0.7346937278,198,-1.335601374,0.6869083083,616.69419745 +6,-1.539451648,0.7335131775,198,-1.335601374,0.6869083083,638.85143752 +7,-1.537429487,0.7335445708,198,-1.335601374,0.6869083083,633.08237925 +8,-1.535484998,0.7335658704,198,-1.335601374,0.6869083083,627.53203399 +9,-1.533488396,0.7336036027,198,-1.335601374,0.6869083083,621.85285847 +10,-1.531497785,0.7335842962,198,-1.335601374,0.6869083083,616.14307274 +11,-1.530259379,0.7334777758,198,-1.335601374,0.6869083083,612.50361567 +12,-1.5335454,0.7322346912,198,-1.335601374,0.6869083083,620.77022392 +13,-1.531489083,0.7322238773,198,-1.335601374,0.6869083083,614.86172932 +14,-1.530011122,0.7321679851,198,-1.335601374,0.6869083083,610.57384412 +15,-1.53348106,0.7306614094,198,-1.335601374,0.6869083083,619.20832367 +16,-1.531441779,0.7306962275,198,-1.335601374,0.6869083083,613.36759802 +17,-1.529755654,0.7306933243,198,-1.335601374,0.6869083083,608.51460736 +18,-1.533415048,0.7291384674,198,-1.335601374,0.6869083083,617.74083869 +19,-1.531392093,0.7291705353,198,-1.335601374,0.6869083083,611.9236221 +20,-1.529296523,0.7291214933,198,-1.335601374,0.6869083083,605.8332691 +21,-1.535280942,0.727267644,198,-1.335601374,0.6869083083,621.66399356 +22,-1.533378158,0.7276139666,198,-1.335601374,0.6869083083,616.41120828 +23,-1.531340368,0.7276446587,198,-1.335601374,0.6869083083,610.52918985 +24,-1.528960113,0.7276398177,198,-1.335601374,0.6869083083,603.63172896 +25,-1.533313146,0.7260818349,198,-1.335601374,0.6869083083,615.0497582 +26,-1.531259555,0.7260958115,198,-1.335601374,0.6869083083,609.08869622 +27,-1.528926415,0.7260865555,198,-1.335601374,0.6869083083,602.30177623 +28,-1.531226779,0.7245511789,198,-1.335601374,0.6869083083,607.8488478 +29,-1.528904772,0.7245519194,198,-1.335601374,0.6869083083,601.07998435 +30,-1.547195875,0.7409785979,198,-1.335601374,0.6869083083,667.95147605 +31,-1.5451475,0.740980426,198,-1.335601374,0.6869083083,662.16401863 +32,-1.543097679,0.7409798872,198,-1.335601374,0.6869083083,656.37573695 +33,-1.540720364,0.7409892687,198,-1.335601374,0.6869083083,649.68040774 +34,-1.547188511,0.7395198392,198,-1.335601374,0.6869083083,666.49394495 +35,-1.545148587,0.7395226109,198,-1.335601374,0.6869083083,660.71109275 +36,-1.543104538,0.7395314908,198,-1.335601374,0.6869083083,654.92805064 +37,-1.540727751,0.7395306258,198,-1.335601374,0.6869083083,648.19952585 +38,-1.547187029,0.7380014886,198,-1.335601374,0.6869083083,665.04387914 +39,-1.545147315,0.7380012252,198,-1.335601374,0.6869083083,659.23802689 +40,-1.54310719,0.7380060743,198,-1.335601374,0.6869083083,653.44096858 +41,-1.540719671,0.7380068206,198,-1.335601374,0.6869083083,646.65873738 +42,-1.547187189,0.7364799098,198,-1.335601374,0.6869083083,663.64643149 +43,-1.545149996,0.7364853874,198,-1.335601374,0.6869083083,657.83273841 +44,-1.543106091,0.7364823484,198,-1.335601374,0.6869083083,651.99690021 +45,-1.540717158,0.7364893901,198,-1.335601374,0.6869083083,645.19209045 +46,-1.538663972,0.7410138672,198,-1.335601374,0.6869083083,643.91315859 +47,-1.53695285,0.7409699132,198,-1.335601374,0.6869083083,639.05039946 +48,-1.534910498,0.7409641297,198,-1.335601374,0.6869083083,633.30146479 +49,-1.533145034,0.7409536636,198,-1.335601374,0.6869083083,628.33097559 +50,-1.538681336,0.7395405883,198,-1.335601374,0.6869083083,642.42339354 +51,-1.536999189,0.7395183096,198,-1.335601374,0.6869083083,637.64836231 +52,-1.534923633,0.7395144222,198,-1.335601374,0.6869083083,631.78632933 +53,-1.533267822,0.7395654306,198,-1.335601374,0.6869083083,627.17197547 +54,-1.53867273,0.7380151077,198,-1.335601374,0.6869083083,640.85745296 +55,-1.536980576,0.7379994392,198,-1.335601374,0.6869083083,636.04342708 +56,-1.534931522,0.7379944961,198,-1.335601374,0.6869083083,630.2330834 +57,-1.533387952,0.7379480264,198,-1.335601374,0.6869083083,625.81587524 +58,-1.538682279,0.7364914363,198,-1.335601374,0.6869083083,639.397678 +59,-1.536980704,0.7364810563,198,-1.335601374,0.6869083083,634.54467451 +60,-1.534935567,0.7364752065,198,-1.335601374,0.6869083083,628.72295932 +61,-1.533042592,0.7363876366,198,-1.335601374,0.6869083083,623.25734734 +62,-1.545143426,0.7349628011,198,-1.335601374,0.6869083083,656.44645345 +63,-1.543105297,0.7349691947,198,-1.335601374,0.6869083083,650.61545998 +64,-1.541064533,0.7349647152,198,-1.335601374,0.6869083083,644.77186009 +65,-1.545411803,0.7334624714,198,-1.335601374,0.6869083083,655.92141347 +66,-1.543446606,0.7334780896,198,-1.335601374,0.6869083083,650.28753221 +67,-1.541475327,0.7334957295,198,-1.335601374,0.6869083083,644.6423935 +68,-1.545401939,0.731963266,198,-1.335601374,0.6869083083,654.65085297 +69,-1.54342253,0.7319915583,198,-1.335601374,0.6869083083,648.9675659 +70,-1.541455867,0.7320216438,198,-1.335601374,0.6869083083,643.32705399 +71,-1.545410146,0.7304422281,198,-1.335601374,0.6869083083,653.46656071 +72,-1.543435491,0.7304713664,198,-1.335601374,0.6869083083,647.77829311 +73,-1.541463105,0.7304997613,198,-1.335601374,0.6869083083,642.10029767 +74,-1.545414768,0.7289194936,198,-1.335601374,0.6869083083,652.32367696 +75,-1.543435774,0.7289538557,198,-1.335601374,0.6869083083,646.60777974 +76,-1.541457714,0.7289765881,198,-1.335601374,0.6869083083,640.88987499 +77,-1.539449415,0.7320555866,198,-1.335601374,0.6869083083,637.58002598 +78,-1.537429183,0.7321097681,198,-1.335601374,0.6869083083,631.8159936 +79,-1.535472649,0.7321497267,198,-1.335601374,0.6869083083,626.22831999 +80,-1.539457899,0.7305333307,198,-1.335601374,0.6869083083,636.3361693 +81,-1.537453161,0.7305750503,198,-1.335601374,0.6869083083,630.58495595 +82,-1.535479385,0.7306124949,198,-1.335601374,0.6869083083,624.92455548 +83,-1.53946905,0.7290102593,198,-1.335601374,0.6869083083,635.15380354 +84,-1.537459922,0.7290417293,198,-1.335601374,0.6869083083,629.36122058 +85,-1.535451349,0.7290890157,198,-1.335601374,0.6869083083,623.5876153 +86,-1.535522937,0.7279887191,198,-1.335601374,0.6869083083,622.92245045 +87,-1.539442524,0.7274735939,198,-1.335601374,0.6869083083,633.90666996 +88,-1.537424111,0.727521351,198,-1.335601374,0.6869083083,628.07957521 +89,-1.539384641,0.7259505092,198,-1.335601374,0.6869083083,632.63316361 +90,-1.537372391,0.7259947145,198,-1.335601374,0.6869083083,626.80158886 +91,-1.535340789,0.7260435356,198,-1.335601374,0.6869083083,620.92147638 +92,-1.539325716,0.7244369706,198,-1.335601374,0.6869083083,631.41721819 +93,-1.537308932,0.7244801057,198,-1.335601374,0.6869083083,625.55254245 +94,-1.535289068,0.7245247645,198,-1.335601374,0.6869083083,619.68405685 +95,-1.533261366,0.7245550236,198,-1.335601374,0.6869083083,613.78676819 +96,-1.539267302,0.722921924,198,-1.335601374,0.6869083083,630.25561907 +97,-1.537248972,0.7229660258,198,-1.335601374,0.6869083083,624.368341 +98,-1.535219431,0.7229916471,198,-1.335601374,0.6869083083,618.43990585 +99,-1.53318962,0.7230212049,198,-1.335601374,0.6869083083,612.51690675 +100,-1.531154816,0.7230299897,198,-1.335601374,0.6869083083,606.56886145 +101,-1.528878341,0.7230370244,198,-1.335601374,0.6869083083,599.91645902 +102,-1.539218189,0.7214009878,198,-1.335601374,0.6869083083,629.17205762 +103,-1.537198791,0.7214422745,198,-1.335601374,0.6869083083,623.26154116 +104,-1.535179266,0.7214634354,198,-1.335601374,0.6869083083,617.34166436 +105,-1.533156501,0.7214944644,198,-1.335601374,0.6869083083,611.42172047 +106,-1.53113574,0.7215166021,198,-1.335601374,0.6869083083,605.50542647 +107,-1.528874248,0.7215345535,198,-1.335601374,0.6869083083,598.883872 +108,-1.539217656,0.7198512397,198,-1.335601374,0.6869083083,628.2705957 +109,-1.537199919,0.7199428763,198,-1.335601374,0.6869083083,622.3756732 +110,-1.545425832,0.727397149,198,-1.335601374,0.6869083083,651.2532335 +111,-1.543371177,0.7273916949,198,-1.335601374,0.6869083083,645.26979221 +112,-1.541368852,0.7274523163,198,-1.335601374,0.6869083083,639.49005009 +113,-1.545349067,0.7258710923,198,-1.335601374,0.6869083083,649.97762402 +114,-1.54332671,0.7258603556,198,-1.335601374,0.6869083083,644.06729535 +115,-1.541346831,0.7259242142,198,-1.335601374,0.6869083083,638.33547838 +116,-1.545324355,0.7243383958,198,-1.335601374,0.6869083083,648.9030054 +117,-1.543292796,0.7243617413,198,-1.335601374,0.6869083083,642.97104057 +118,-1.541295822,0.7244024384,198,-1.335601374,0.6869083083,637.15504548 +119,-1.543193859,0.7205570215,198,-1.335601374,0.6869083083,640.38557644 +120,-1.550257047,0.7386738187,198,-1.335601374,0.6869083083,674.41174382 +121,-1.549335448,0.7311736483,198,-1.335601374,0.6869083083,665.38708049 +122,-1.533478843,0.7179891343,198,-1.335601374,0.6869083083,610.30134212 +123,-1.556150555,0.738907041,198,-1.335601374,0.6869083083,691.41716602 +124,-1.554324226,0.733414257,198,-1.335601374,0.6869083083,681.54213864 +125,-1.554290846,0.7288285332,198,-1.335601374,0.6869083083,678.0525717 +126,-1.55122487,0.7219795312,198,-1.335601374,0.6869083083,664.82811177 +127,-1.525104458,0.7229399862,198,-1.335601374,0.6869083083,588.81965644 +128,-1.519607711,0.7236181429,198,-1.335601374,0.6869083083,573.29375003 +129,-1.513899999,0.7251107854,198,-1.335601374,0.6869083083,557.9269867 +130,-1.536620762,0.7431061895,198,-1.335601374,0.6869083083,640.46365578 +131,-1.5369566,0.7460845958,198,-1.335601374,0.6869083083,644.83826099 +132,-1.545345528,0.7447040685,198,-1.335601374,0.6869083083,666.64815097 +133,-1.532813921,0.7432306626,198,-1.335601374,0.6869083083,629.97085966 +134,-1.554788248,0.7382381001,198,-1.335601374,0.6869083083,686.93167715 +135,-1.540348126,0.7301594274,198,-1.335601374,0.6869083083,638.60551678 +136,-1.538016084,0.7239051786,198,-1.335601374,0.6869083083,627.23156004 +137,-1.525288962,0.7258085137,198,-1.335601374,0.6869083083,591.52120237 +138,-1.534326986,0.731241342,198,-1.335601374,0.6869083083,622.14263198 +139,-1.530733872,0.7303625216,198,-1.335601374,0.6869083083,611.03995798 +141,-1.534354939,0.7328219978,198,-1.335601374,0.6869083083,623.61960161 +142,-1.53157084,0.7292888153,198,-1.335601374,0.6869083083,612.53848656 +143,-1.525691035,0.7263799874,198,-1.335601374,0.6869083083,593.14282189 +144,-1.534031287,0.7495967835,198,-1.335601374,0.6869083083,641.10837692 +145,-1.527714986,0.7283095957,198,-1.335601374,0.6869083083,600.58301998 +146,-1.526189586,0.7271468292,198,-1.335601374,0.6869083083,595.2086737 +147,-1.555177336,0.7375563366,198,-1.335601374,0.6869083083,687.44095335 +148,-1.555080283,0.7312707794,198,-1.335601374,0.6869083083,682.08842697 +149,-1.53856994,0.7224180299,198,-1.335601374,0.6869083083,627.89203523 +150,-1.530837883,0.729933372,198,-1.335601374,0.6869083083,610.96966733 +151,-1.515066984,0.5854133365,198,-1.335601374,0.6869083083,698.23532258 +152,-1.534731633,0.5368370046,198,-1.335601374,0.6869083083,876.25472811 +153,-1.515231902,0.5607085576,198,-1.335601374,0.6869083083,762.86034366 +154,-2.616253799,1.0684566605,198,-1.335601374,0.6869083083,3354.5523547 +155,-1.956071439,0.5792177723,198,-1.335601374,0.6869083083,2013.2206599 +156,-1.951208514,0.5602434208,198,-1.335601374,0.6869083083,2028.2081737 +157,-1.944675062,0.6062144545,198,-1.335601374,0.6869083083,1939.63885 +158,-1.613778386,0.6077989518,198,-1.335601374,0.6869083083,931.55805374 +159,-2.035029014,0.6021432345,198,-1.335601374,0.6869083083,2221.5736281 +160,-2.114989471,0.6801825058,198,-1.335601374,0.6869083083,2368.7360704 +161,-2.037382079,0.5765830025,198,-1.335601374,0.6869083083,2266.2385799 +162,-2.129855121,0.6585019963,198,-1.335601374,0.6869083083,2436.968787 +163,-2.075141798,0.6493615843,198,-1.335601374,0.6869083083,2283.1591039 +164,-1.828626729,0.6948433129,198,-1.335601374,0.6869083083,1499.1021413 +165,-1.863329418,0.6735427691,198,-1.335601374,0.6869083083,1618.3411961 +166,-1.266037071,0.727988852,198,-1.335601374,0.6869083083,265.15521899 +167,-1.277579582,0.7249010648,198,-1.335601374,0.6869083083,230.6998986 +168,-1.258418684,0.7241194816,198,-1.335601374,0.6869083083,275.42855321 +169,-1.317813974,0.6804850104,198,-1.335601374,0.6869083083,60.254959556 +170,-1.344165204,0.6790988904,198,-1.335601374,0.6869083083,40.61000196 +171,-1.427582102,0.5277120351,198,-1.335601374,0.6869083083,697.60698956 +172,-1.402238616,0.457167829,198,-1.335601374,0.6869083083,936.40987007 +173,-1.422454264,0.4996161999,198,-1.335601374,0.6869083083,794.44541769 +174,-1.439089277,0.4894859811,198,-1.335601374,0.6869083083,852.5791173 +175,-1.448126995,0.5182330266,198,-1.335601374,0.6869083083,761.8494368 +176,-1.474626146,0.5881926574,198,-1.335601374,0.6869083083,590.05447257 +177,-1.421139645,0.5584869783,198,-1.335601374,0.6869083083,578.11699619 +178,-1.457037165,0.565943032,198,-1.335601374,0.6869083083,617.1598317 +179,-2.757159358,0.3745319,198,-1.335601374,0.6869083083,4852.036881 +180,-2.714309238,0.342054471,198,-1.335601374,0.6869083083,4798.0979147 +181,-2.000525337,0.774119946,198,-1.335601374,0.6869083083,1973.5921801 +183,-1.571413436,0.6777838382,198,-1.335601374,0.6869083083,725.13687034 +184,-1.552860289,0.6987663893,198,-1.335601374,0.6869083083,663.26917332 +185,-1.521852374,0.7165827476,198,-1.335601374,0.6869083083,575.15784568 +186,-1.503656267,0.6928968252,198,-1.335601374,0.6869083083,513.73354345 +187,-1.502753178,0.7136205882,198,-1.335601374,0.6869083083,516.93231533 +188,-1.631894563,0.7343596465,198,-1.335601374,0.6869083083,907.55710872 +189,-1.653765416,0.6770714026,198,-1.335601374,0.6869083083,977.4718375 +190,-1.719812114,0.6715965947,198,-1.335601374,0.6869083083,1182.6947506 +191,-1.493406659,0.6646955447,198,-1.335601374,0.6869083083,495.32984163 +192,-1.469120564,0.6613469966,198,-1.335601374,0.6869083083,425.256557 +193,-1.590551461,0.5326612937,198,-1.335601374,0.6869083083,1026.6690159 +194,-1.625979264,0.5247742243,198,-1.335601374,0.6869083083,1139.9716139 +195,-1.572293943,0.5238808754,198,-1.335601374,0.6869083083,1003.5901256 +196,-1.610848725,0.5477107964,198,-1.335601374,0.6869083083,1043.7883015 +197,-1.208485554,0.7918526018,198,-1.335601374,0.6869083083,557.3808655 +198,-1.335601374,0.6869083083,198,-1.335601374,0.6869083083,26.000308873 +199,-1.346156996,0.6825213377,198,-1.335601374,0.6869083083,36.753750079 +200,-1.324381037,0.6741422347,198,-1.335601374,0.6869083083,61.238613192 +201,-1.242424992,0.7378949807,198,-1.335601374,0.6869083083,344.56212177 +202,-1.270370057,0.7392461008,198,-1.335601374,0.6869083083,284.84237437 +203,-1.448950472,0.7441675014,198,-1.335601374,0.6869083083,407.56679117 +204,-1.492662363,0.7523026852,198,-1.335601374,0.6869083083,534.36665936 +205,-1.479098966,0.7763855017,198,-1.335601374,0.6869083083,551.30354552 +206,-1.633760714,0.7869022408,198,-1.335601374,0.6869083083,957.61044332 +207,-1.647406434,0.8101289331,198,-1.335601374,0.6869083083,1024.844043 +208,-1.564245052,0.5701509278,198,-1.335601374,0.6869083083,864.9676486 +209,-1.646289963,0.6833746083,198,-1.335601374,0.6869083083,951.47763641 +210,-1.5820631,0.6751952144,198,-1.335601374,0.6869083083,759.09034062 +211,-1.613236298,0.6681681791,198,-1.335601374,0.6869083083,858.89632341 +212,-1.914661867,0.8212566515,198,-1.335601374,0.6869083083,1739.5039148 +213,-1.742133237,0.7250275956,198,-1.335601374,0.6869083083,1230.8682542 +214,-2.033144872,0.6557314699,198,-1.335601374,0.6869083083,2149.2584302 +215,-2.039551981,0.6964723658,198,-1.335601374,0.6869083083,2129.2777566 +216,-1.247341019,0.7622473908,198,-1.335601374,0.6869083083,396.79984531 +217,-1.298239787,0.7084123392,198,-1.335601374,0.6869083083,141.82783846 +218,-1.308539688,0.6926545592,198,-1.335601374,0.6869083083,85.759982474 +219,-1.303263185,0.6888938396,198,-1.335601374,0.6869083083,99.271269611 +220,-1.852400229,0.6004246149,198,-1.335601374,0.6869083083,1665.0003086 +221,-1.288947707,0.7473773692,198,-1.335601374,0.6869083083,277.03103389 +222,-1.372031502,0.7472790993,198,-1.335601374,0.6869083083,262.67705031 +223,-1.289805721,0.7242157877,198,-1.335601374,0.6869083083,202.23055517 +224,-1.350807603,0.7533498126,198,-1.335601374,0.6869083083,267.03654575 +225,-1.329290365,0.7560442322,198,-1.335601374,0.6869083083,274.4890019 +226,-1.410153004,0.616936428,198,-1.335601374,0.6869083083,363.10880009 +227,-1.393445434,0.6308995063,198,-1.335601374,0.6869083083,286.37085806 +228,-1.37595573,0.6241540638,198,-1.335601374,0.6869083083,278.97545224 +229,-1.358388707,0.6172645205,198,-1.335601374,0.6869083083,285.02485174 +230,-1.753741133,0.8281661666,198,-1.335601374,0.6869083083,1319.9016021 +231,-1.47430987,0.6834615681,198,-1.335601374,0.6869083083,425.50212178 +232,-1.421012508,0.7222725206,198,-1.335601374,0.6869083083,293.29097039 +233,-1.4476833,0.6978557868,198,-1.335601374,0.6869083083,344.38827897 +234,-1.470370723,0.6966193374,198,-1.335601374,0.6869083083,412.77213658 +235,-1.429211703,0.7037216883,198,-1.335601374,0.6869083083,292.34587701 +236,-1.700578405,0.6178673663,198,-1.335601374,0.6869083083,1177.9704629 +237,-1.678117619,0.6331716163,198,-1.335601374,0.6869083083,1090.3853838 +238,-1.725644578,0.6316331145,198,-1.335601374,0.6869083083,1237.3552259 +239,-2.14012759,0.7930497945,198,-1.335601374,0.6869083083,2357.4398931 +240,-2.103289431,0.7653606263,198,-1.335601374,0.6869083083,2267.8050276 +241,-1.318739838,0.7017808746,198,-1.335601374,0.6869083083,78.131414952 +242,-1.396417427,0.7077900843,198,-1.335601374,0.6869083083,202.31366737 +243,-1.35650337,0.7185539404,198,-1.335601374,0.6869083083,140.36558485 +244,-1.248884539,0.7274156818,198,-1.335601374,0.6869083083,306.39888224 +245,-1.395014798,0.5761185243,198,-1.335601374,0.6869083083,478.07903085 +246,-1.433377362,0.6064716109,198,-1.335601374,0.6869083083,443.71328752 +247,-1.408172432,0.5903155476,198,-1.335601374,0.6869083083,446.69656533 +248,-1.749645898,0.7757118084,198,-1.335601374,0.6869083083,1265.255036 +249,-1.571626686,0.615046989,198,-1.335601374,0.6869083083,795.308888 +250,-1.514070049,0.6303003037,198,-1.335601374,0.6869083083,601.89810253 +251,-1.480890369,0.6237966528,198,-1.335601374,0.6869083083,519.94681176 +252,-1.704390658,0.5281680612,198,-1.335601374,0.6869083083,1349.4746014 +253,-1.64434733,0.5254277498,198,-1.335601374,0.6869083083,1187.9701988 +254,-1.703855997,0.4792484842,198,-1.335601374,0.6869083083,1463.4823634 +255,-1.692002383,0.5748825051,198,-1.335601374,0.6869083083,1219.8476114 +256,-1.854136457,0.5544643913,198,-1.335601374,0.6869083083,1742.1271508 +257,-1.665021206,0.520317736,198,-1.335601374,0.6869083083,1256.8097785 +258,-1.733654349,0.4845187345,198,-1.335601374,0.6869083083,1532.3815757 +259,-1.720938188,0.5135933906,198,-1.335601374,0.6869083083,1428.8966595 +260,-1.742668307,0.553296122,198,-1.335601374,0.6869083083,1409.7340975 +261,-1.965659039,0.7142126903,198,-1.335601374,0.6869083083,1897.3858602 +262,-1.944438071,0.6772834804,198,-1.335601374,0.6869083083,1860.6527015 +263,-1.270340967,0.7681487096,198,-1.335601374,0.6869083083,375.15890649 +264,-1.353091884,0.6549276821,198,-1.335601374,0.6869083083,137.80567093 +265,-1.333236659,0.6413584414,198,-1.335601374,0.6869083083,180.57364811 +266,-1.352015998,0.6753788907,198,-1.335601374,0.6869083083,68.093246622 +267,-1.377988483,0.6577816235,198,-1.335601374,0.6869083083,174.81434857 +268,-2.13075611,0.8318642051,198,-1.335601374,0.6869083083,2319.5936092 +269,-2.097910953,0.8259670014,198,-1.335601374,0.6869083083,2232.7437905 +270,-1.416382069,0.6694271549,198,-1.335601374,0.6869083083,258.57745515 +271,-1.538905672,0.7535625993,198,-1.335601374,0.6869083083,659.61255755 +272,-1.572309477,0.7803125099,198,-1.335601374,0.6869083083,787.17421138 +273,-1.87759879,0.7503853417,198,-1.335601374,0.6869083083,1625.8859286 +274,1.152365588,0.590457682,198,-1.335601374,0.6869083083,6845.7855778 +275,0.350198001,0.718001859,198,-1.335601374,0.6869083083,4804.0040009 +276,0.046513677,0.491503852,198,-1.335601374,0.6869083083,4473.796081 +277,0.027510309,0.742571376,198,-1.335601374,0.6869083083,3932.8871354 +278,0.306285725,-0.214631579,198,-1.335601374,0.6869083083,6973.9846062 +279,-1.100564889,0.318051531,198,-1.335601374,0.6869083083,1668.8710001 +280,-1.078582306,0.301437596,198,-1.335601374,0.6869083083,1764.873411 +281,-1.137371989,-0.617634065,198,-1.335601374,0.6869083083,5217.8879026 +282,0.784356344,0.703272339,198,-1.335601374,0.6869083083,5816.075475 +283,-1.221209947,0.218327455,198,-1.335601374,0.6869083083,1898.8616239 +284,2.347301921,-0.449114658,198,-1.335601374,0.6869083083,10419.970102 +285,0.246820618,0.830553713,198,-1.335601374,0.6869083083,4319.0633778 +286,0.829414965,0.703288228,198,-1.335601374,0.6869083083,5904.9112057 +287,-1.337537566,0.42332223,198,-1.335601374,0.6869083083,1044.0845449 +288,0.882453706,0.454478077,198,-1.335601374,0.6869083083,6780.4165257 +289,1.575629659,0.416419109,198,-1.335601374,0.6869083083,7991.1130683 +290,-1.039455679,0.229888244,198,-1.335601374,0.6869083083,2085.2556956 +291,0.489558039,0.934482747,198,-1.335601374,0.6869083083,4615.9646822 +292,0.081344504,0.88384514,198,-1.335601374,0.6869083083,3841.4082153 +293,-1.547979814,0.300350308,198,-1.335601374,0.6869083083,1697.0250736 +294,0.040776181,0.168560074,198,-1.335601374,0.6869083083,5206.1141909 +295,-1.130374745,0.563894876,198,-1.335601374,0.6869083083,818.42925254 +296,1.578326642,0.478507176,198,-1.335601374,0.6869083083,7751.6062593 +297,-1.12861823,-0.291640865,198,-1.335601374,0.6869083083,3951.0240392 +298,0.310524208,0.770885792,198,-1.335601374,0.6869083083,4591.3981506 +299,0.415649091,-0.387246002,198,-1.335601374,0.6869083083,7714.5589277 +300,-0.926533878,-0.188022748,198,-1.335601374,0.6869083083,3779.0202172 +301,1.258856172,-0.11716081,198,-1.335601374,0.6869083083,9462.9299993 +302,-1.126050026,0.322941926,198,-1.335601374,0.6869083083,1610.7297225 +303,2.002785835,0.07893892,198,-1.335601374,0.6869083083,9326.2306048 +304,0.440437607,0.746258085,198,-1.335601374,0.6869083083,4953.3541195 +305,-0.030391866,0.214441206,198,-1.335601374,0.6869083083,4876.1873289 +306,0.521557815,-0.058929362,198,-1.335601374,0.6869083083,7244.791981 +307,-0.097005111,0.13317729,198,-1.335601374,0.6869083083,4872.4653451 +308,1.83113859,0.221857587,198,-1.335601374,0.6869083083,8843.0293115 +309,0.222428864,0.099404236,198,-1.335601374,0.6869083083,5933.4857399 +310,-1.702731345,0.8728568183,198,-1.335601374,0.6869083083,1262.3037902 +311,-0.418507569,0.278324921,198,-1.335601374,0.6869083083,3540.8899165 +312,-1.41153306,0.339029988,198,-1.335601374,0.6869083083,1402.1553903 +313,0.357560442,0.114788776,198,-1.335601374,0.6869083083,6305.6014619 +314,0.325818979,0.268352149,198,-1.335601374,0.6869083083,5822.4968219 +315,-1.246004659,-0.663679965,198,-1.335601374,0.6869083083,5359.5939174 +316,1.814603087,0.637404484,198,-1.335601374,0.6869083083,7198.1514176 +317,1.843704281,-0.18300445,198,-1.335601374,0.6869083083,10443.454954 +318,1.690644492,-0.211480909,198,-1.335601374,0.6869083083,10517.660628 +319,-1.275451936,0.068109467,198,-1.335601374,0.6869083083,2460.5725207 +320,0.762430171,-0.207594741,198,-1.335601374,0.6869083083,8348.1830783 +321,0.265668905,-0.014647884,198,-1.335601374,0.6869083083,6352.0475655 +322,-2.773032013,-0.335515811,198,-1.335601374,0.6869083083,6665.3582328 +323,-1.469512853,0.174058777,198,-1.335601374,0.6869083083,2085.7740647 +324,0.286276986,0.785925691,198,-1.335601374,0.6869083083,4501.7898288 +325,-1.379324697,0.377432233,198,-1.335601374,0.6869083083,1234.7377375 +326,-1.203778265,0.212813032,198,-1.335601374,0.6869083083,1934.0096307 +327,0.579916301,0.611743168,198,-1.335601374,0.6869083083,5624.3972675 +328,0.267582642,0.868113908,198,-1.335601374,0.6869083083,4293.9536283 +329,0.412869244,-0.050245578,198,-1.335601374,0.6869083083,6891.89016 +330,0.17524381,0.976660285,198,-1.335601374,0.6869083083,3908.4856869 +331,0.743157214,0.204812899,198,-1.335601374,0.6869083083,7178.8808883 +332,-1.070758176,0.269382282,198,-1.335601374,0.6869083083,1891.7092252 +333,-1.230364251,0.329790229,198,-1.335601374,0.6869083083,1459.7129633 +334,-1.374813124,-0.024926835,198,-1.335601374,0.6869083083,2823.1800038 +335,0.519780566,0.463669906,198,-1.335601374,0.6869083083,5867.1495268 +336,-1.55108034,0.239698561,198,-1.335601374,0.6869083083,1924.375928 +337,0.180294813,0.029739425,198,-1.335601374,0.6869083083,5979.0985889 +338,0.67820924,0.268170153,198,-1.335601374,0.6869083083,6824.6243878 +339,0.445798684,1.024001867,198,-1.335601374,0.6869083083,4339.0927842 +340,0.691751283,0.150521402,198,-1.335601374,0.6869083083,7189.8120565 +341,-1.036643551,-0.903056181,198,-1.335601374,0.6869083083,6382.0075231 +342,-0.120287036,1.083325163,198,-1.335601374,0.6869083083,3225.6840467 +343,2.823513113,-0.304487164,198,-1.335601374,0.6869083083,8661.7033496 +344,0.457583172,1.12513373,198,-1.335601374,0.6869083083,4153.9045191 +345,0.042918831,0.813795399,198,-1.335601374,0.6869083083,3855.9184918 +346,1.196146777,-0.853142756,198,-1.335601374,0.6869083083,10608.474291 +347,0.206001358,-0.010430701,198,-1.335601374,0.6869083083,6158.7283767 +348,-0.268308653,0.234799412,198,-1.335601374,0.6869083083,4100.3589569 +349,0.759363263,0.736189579,198,-1.335601374,0.6869083083,5669.387099 +350,0.181363926,0.891988372,198,-1.335601374,0.6869083083,4057.2696298 +351,-0.021111158,0.139103292,198,-1.335601374,0.6869083083,5089.3524569 +352,-0.093355215,0.630686981,198,-1.335601374,0.6869083083,3793.201972 +353,0.40118964,0.681375926,198,-1.335601374,0.6869083083,5014.2278451 +354,-0.721197315,1.304706234,198,-1.335601374,0.6869083083,2690.967325 +355,-1.076150317,0.212107639,198,-1.335601374,0.6869083083,2089.2936901 +356,-1.577164531,0.273993443,198,-1.335601374,0.6869083083,1837.2583733 +357,-0.190788414,0.182208586,198,-1.335601374,0.6869083083,4465.1335966 +358,-0.261349752,0.209710184,198,-1.335601374,0.6869083083,4183.1012563 +359,-1.029303852,0.083549259,198,-1.335601374,0.6869083083,2629.8566715 +360,-1.268609162,0.330525297,198,-1.335601374,0.6869083083,1430.1424481 +361,1.282982244,-0.926641967,198,-1.335601374,0.6869083083,10744.079501 +362,0.217352334,0.731352408,198,-1.335601374,0.6869083083,4444.5937287 +363,-1.511833084,0.258629297,198,-1.335601374,0.6869083083,1803.6685019 +364,0.338812194,0.823184618,198,-1.335601374,0.6869083083,4545.7282455 +365,-0.324406489,1.134201999,198,-1.335601374,0.6869083083,2873.3407092 +366,1.389579348,0.399185724,198,-1.335601374,0.6869083083,7873.8634347 +367,2.047152199,-0.039082036,198,-1.335601374,0.6869083083,9734.4463418 +368,0.947780369,0.568250077,198,-1.335601374,0.6869083083,6558.2244467 +369,0.763824846,0.576754987,198,-1.335601374,0.6869083083,6146.9790271 +370,-0.142334657,0.928153068,198,-1.335601374,0.6869083083,3268.3199836 +371,0.610266567,0.547265983,198,-1.335601374,0.6869083083,5872.5269703 +372,0.210731629,0.746815056,198,-1.335601374,0.6869083083,4396.7135112 +373,-1.34931644,0.316895224,198,-1.335601374,0.6869083083,1466.3785055 +374,2.407696481,0.655030745,198,-1.335601374,0.6869083083,6695.093848 +375,0.64207831,0.545359131,198,-1.335601374,0.6869083083,5954.9893512 +376,1.174597538,0.840588356,198,-1.335601374,0.6869083083,5999.4064684 +377,0.660059424,0.010604079,198,-1.335601374,0.6869083083,7478.6259617 +378,-0.730263819,0.010486456,198,-1.335601374,0.6869083083,3458.4551575 +379,0.831068936,0.512339172,198,-1.335601374,0.6869083083,6488.9402856 +380,1.301180979,0.72367476,198,-1.335601374,0.6869083083,6567.9801545 +381,1.811128231,0.322854402,198,-1.335601374,0.6869083083,8444.1331457 +382,0.435105812,0.992284428,198,-1.335601374,0.6869083083,4386.3458043 +383,0.62643634,0.592027932,198,-1.335601374,0.6869083083,5788.4719649 +384,0.492988703,-0.516339467,198,-1.335601374,0.6869083083,8225.4047133 +385,-0.162469483,0.112549365,198,-1.335601374,0.6869083083,4725.9287987 +386,0.314630866,0.472006421,198,-1.335601374,0.6869083083,5287.6625059 +387,0.166744804,0.822815954,198,-1.335601374,0.6869083083,4144.0945742 +388,0.417159608,0.965805736,198,-1.335601374,0.6869083083,4408.41949 +389,0.106334961,0.868774244,198,-1.335601374,0.6869083083,3922.949794 +390,0.815086969,-0.338144359,198,-1.335601374,0.6869083083,8820.8170663 +391,0.59867455,-0.230624824,198,-1.335601374,0.6869083083,7906.466672 +392,1.915104874,0.066220985,198,-1.335601374,0.6869083083,9434.2247493 +393,1.278093622,0.064463721,198,-1.335601374,0.6869083083,8899.7388868 +394,-0.061477853,0.302997961,198,-1.335601374,0.6869083083,4570.4324748 +395,0.251311504,0.626976942,198,-1.335601374,0.6869083083,4754.8720549 +396,2.950242872,0.149095644,198,-1.335601374,0.6869083083,7109.2651415 +397,-0.180294708,0.35375117,198,-1.335601374,0.6869083083,4090.7495002 +398,1.010448592,-0.351180233,198,-1.335601374,0.6869083083,9441.8595042 +399,-1.748740498,0.3686318073,198,-1.335601374,0.6869083083,1883.209407 +400,2.699635665,0.123533791,198,-1.335601374,0.6869083083,7863.3728152 +401,0.496808033,0.823843254,198,-1.335601374,0.6869083083,4892.1505997 +402,0.129574704,0.763364087,198,-1.335601374,0.6869083083,4160.2015324 +403,1.798920311,0.817447563,198,-1.335601374,0.6869083083,6485.042402 +404,0.335987953,0.746786541,198,-1.335601374,0.6869083083,4705.007536 +405,-1.085413643,0.292154671,198,-1.335601374,0.6869083083,1786.1694471 +406,-0.155321003,0.508207011,198,-1.335601374,0.6869083083,3840.1472633 +407,0.620529244,-0.301175104,198,-1.335601374,0.6869083083,8140.5548058 +408,1.684402744,0.368716966,198,-1.335601374,0.6869083083,8238.3212213 +409,0.300582244,-0.386397212,198,-1.335601374,0.6869083083,7369.8978674 +410,2.913555946,-0.009225192,198,-1.335601374,0.6869083083,7643.9218752 +411,1.465101417,0.493232532,198,-1.335601374,0.6869083083,7602.8258278 +412,0.090612882,0.907955955,198,-1.335601374,0.6869083083,3827.1670072 +413,2.987564726,-0.729568594,198,-1.335601374,0.6869083083,8980.1427039 +414,-1.484261606,0.224149272,198,-1.335601374,0.6869083083,1905.440754 +415,0.164073421,0.303955133,198,-1.335601374,0.6869083083,5252.8296914 +416,0.141441293,0.167552546,198,-1.335601374,0.6869083083,5516.5971603 +417,2.931321023,-0.506718887,198,-1.335601374,0.6869083083,8766.1579798 +418,2.21951565,0.700596356,198,-1.335601374,0.6869083083,6748.0830957 +419,0.268112576,1.199114336,198,-1.335601374,0.6869083083,3763.3234679 +420,0.978913739,0.359223811,198,-1.335601374,0.6869083083,7293.0658977 +421,1.210898818,0.522863584,198,-1.335601374,0.6869083083,7174.0792157 +422,2.347397336,0.129231362,198,-1.335601374,0.6869083083,8650.2891197 +423,0.614394501,0.556878345,198,-1.335601374,0.6869083083,5856.2246793 +424,-1.398079356,0.148483366,198,-1.335601374,0.6869083083,2144.198389 +425,2.535303836,-0.112984496,198,-1.335601374,0.6869083083,8995.3181167 +426,-1.019372593,-0.405322349,198,-1.335601374,0.6869083083,4482.0004119 +427,-1.297785627,-0.160104069,198,-1.335601374,0.6869083083,3357.8999087 +428,2.144554488,0.205051084,198,-1.335601374,0.6869083083,8696.6581278 +429,-2.242387083,-0.426171285,198,-1.335601374,0.6869083083,5538.2612352 +430,0.338637212,0.909723676,198,-1.335601374,0.6869083083,4366.2461417 +431,-0.148798452,0.691042401,198,-1.335601374,0.6869083083,3535.63755 +432,0.893524764,0.441829531,198,-1.335601374,0.6869083083,6844.2289544 +433,0.969229347,-0.368847936,198,-1.335601374,0.6869083083,9358.9946772 +434,0.436043248,0.800045688,198,-1.335601374,0.6869083083,4816.2978823 +435,1.687946607,1.081504775,198,-1.335601374,0.6869083083,5428.9452885 +436,0.522302046,-0.034889271,198,-1.335601374,0.6869083083,7185.7881894 +437,-0.178996113,-0.438090009,198,-1.335601374,0.6869083083,6171.3071063 +438,-1.094339566,0.301444068,198,-1.335601374,0.6869083083,1738.2979906 +439,-1.064070054,0.242569932,198,-1.335601374,0.6869083083,1998.4968524 +440,-1.068153768,0.230387998,198,-1.335601374,0.6869083083,2035.5944927 +441,-3.00496892,-0.23989155,198,-1.335601374,0.6869083083,7119.1632848 +442,0.21751974,0.766874888,198,-1.335601374,0.6869083083,4373.6448657 +443,0.117229532,0.007619006,198,-1.335601374,0.6869083083,5841.7599054 +444,0.777758451,0.420554741,198,-1.335601374,0.6869083083,6640.7619959 +445,-0.252356999,0.250747086,198,-1.335601374,0.6869083083,4110.1382889 +446,0.363148444,0.768483434,198,-1.335601374,0.6869083083,4721.4108987 +447,0.903191366,-0.118210676,198,-1.335601374,0.6869083083,8530.4901303 +448,-0.205755923,0.149406178,198,-1.335601374,0.6869083083,4501.8901135 +449,1.811996086,0.02364353,198,-1.335601374,0.6869083083,9629.2680387 +450,-1.100670221,0.314845373,198,-1.335601374,0.6869083083,1680.1086488 +451,0.340078597,0.850105132,198,-1.335601374,0.6869083083,4491.7249564 +452,0.258757267,0.804969236,198,-1.335601374,0.6869083083,4397.5381534 +453,2.78505352,-0.155160804,198,-1.335601374,0.6869083083,8407.1211208 +454,0.800551619,0.105822106,198,-1.335601374,0.6869083083,7616.8167513 +455,0.437940882,-0.506194031,198,-1.335601374,0.6869083083,8042.6121764 +456,2.230431122,0.63458615,198,-1.335601374,0.6869083083,6985.0766905 +457,0.527965361,0.127667701,198,-1.335601374,0.6869083083,6780.677108 +458,-0.063643205,0.702093448,198,-1.335601374,0.6869083083,3754.8420189 +459,1.408447268,0.133010502,198,-1.335601374,0.6869083083,8883.5223759 +460,0.523795955,0.280266966,198,-1.335601374,0.6869083083,6364.8060757 +461,-0.975769313,0.072177659,198,-1.335601374,0.6869083083,2756.0816992 +462,0.549774164,-0.463663986,198,-1.335601374,0.6869083083,8284.9040587 +463,0.29245874,1.095549818,198,-1.335601374,0.6869083083,3945.339358 +464,0.143625958,0.816809593,198,-1.335601374,0.6869083083,4098.9567095 +465,0.671902494,0.611159853,198,-1.335601374,0.6869083083,5840.8841927 +466,1.239840988,0.6724199,198,-1.335601374,0.6869083083,6680.5030351 +467,0.607829703,-0.10932137,198,-1.335601374,0.6869083083,7634.0814086 +468,1.763020906,0.263996692,198,-1.335601374,0.6869083083,8673.9617751 +469,0.378714634,0.726066797,198,-1.335601374,0.6869083083,4854.7980936 +470,2.196736143,-0.153862366,198,-1.335601374,0.6869083083,9919.2783845 +471,0.01702415,0.148991565,198,-1.335601374,0.6869083083,5181.5842307 +472,-2.998490902,-0.158002487,198,-1.335601374,0.6869083083,6898.5882491 +473,-3.051262951,-0.346595608,198,-1.335601374,0.6869083083,7513.8182779 +474,-1.069176439,0.182802941,198,-1.335601374,0.6869083083,2206.7528913 +475,0.167157509,0.595344954,198,-1.335601374,0.6869083083,4595.576928 +476,0.613855648,0.681746124,198,-1.335601374,0.6869083083,5514.4415329 +477,1.037012736,0.682555367,198,-1.335601374,0.6869083083,6345.3407665 +478,-1.253574971,0.379755746,198,-1.335601374,0.6869083083,1247.8756471 +479,3.108590453,-0.132620738,198,-1.335601374,0.6869083083,7374.7456116 +480,0.565301296,0.022333262,198,-1.335601374,0.6869083083,7167.282681 +481,0.547898238,0.855555614,198,-1.335601374,0.6869083083,4920.2029586 +482,0.948309381,0.417393755,198,-1.335601374,0.6869083083,7041.0669255 +483,-0.050600732,0.945269213,198,-1.335601374,0.6869083083,3462.1857058 +484,-0.977651478,-0.572363064,198,-1.335601374,0.6869083083,5158.2827694 +485,1.102014914,0.728861163,198,-1.335601374,0.6869083083,6290.434245 +486,2.927300795,-0.282939414,198,-1.335601374,0.6869083083,8294.2791396 +487,-1.154565557,0.124434095,198,-1.335601374,0.6869083083,2319.4231449 +488,1.855331234,0.291044755,198,-1.335601374,0.6869083083,8565.8729078 +489,0.830290659,0.276904518,198,-1.335601374,0.6869083083,7196.5377628 +490,0.485104466,-0.234867441,198,-1.335601374,0.6869083083,7568.9409151 +491,0.521367572,-0.33161327,198,-1.335601374,0.6869083083,7907.5713018 +1,-1.539031704,0.7349710123,199,-1.346156996,0.6825213377,615.52055253 +2,-1.536990553,0.7349663874,199,-1.346156996,0.6825213377,609.75458239 +3,-1.534951779,0.7349571355,199,-1.346156996,0.6825213377,603.99685791 +4,-1.532906461,0.7349480293,199,-1.346156996,0.6825213377,598.22768544 +5,-1.531320211,0.7346937278,199,-1.346156996,0.6825213377,593.47371344 +6,-1.539451648,0.7335131775,199,-1.346156996,0.6825213377,615.1400587 +7,-1.537429487,0.7335445708,199,-1.346156996,0.6825213377,609.44296378 +8,-1.535484998,0.7335658704,199,-1.346156996,0.6825213377,603.96198994 +9,-1.533488396,0.7336036027,199,-1.346156996,0.6825213377,598.35866426 +10,-1.531497785,0.7335842962,199,-1.346156996,0.6825213377,592.71618035 +11,-1.530259379,0.7334777758,199,-1.346156996,0.6825213377,589.10236655 +12,-1.5335454,0.7322346912,199,-1.346156996,0.6825213377,597.03063586 +13,-1.531489083,0.7322238773,199,-1.346156996,0.6825213377,591.19067629 +14,-1.530011122,0.7321679851,199,-1.346156996,0.6825213377,586.94449761 +15,-1.53348106,0.7306614094,199,-1.346156996,0.6825213377,595.19197514 +16,-1.531441779,0.7306962275,199,-1.346156996,0.6825213377,589.42442408 +17,-1.529755654,0.7306933243,199,-1.346156996,0.6825213377,584.62768973 +18,-1.533415048,0.7291384674,199,-1.346156996,0.6825213377,593.45752344 +19,-1.531392093,0.7291705353,199,-1.346156996,0.6825213377,587.70959171 +20,-1.529296523,0.7291214933,199,-1.346156996,0.6825213377,581.67814177 +21,-1.535280942,0.727267644,199,-1.346156996,0.6825213377,596.99767765 +22,-1.533378158,0.7276139666,199,-1.346156996,0.6825213377,591.86068697 +23,-1.531340368,0.7276446587,199,-1.346156996,0.6825213377,586.04526297 +24,-1.528960113,0.7276398177,199,-1.346156996,0.6825213377,579.22057968 +25,-1.533313146,0.7260818349,199,-1.346156996,0.6825213377,590.2325671 +26,-1.531259555,0.7260958115,199,-1.346156996,0.6825213377,584.33268064 +27,-1.528926415,0.7260865555,199,-1.346156996,0.6825213377,577.61285565 +28,-1.531226779,0.7245511789,199,-1.346156996,0.6825213377,582.82124353 +29,-1.528904772,0.7245519194,199,-1.346156996,0.6825213377,576.11748756 +30,-1.547195875,0.7409785979,199,-1.346156996,0.6825213377,645.25086051 +31,-1.5451475,0.740980426,199,-1.346156996,0.6825213377,639.53714799 +32,-1.543097679,0.7409798872,199,-1.346156996,0.6825213377,633.82407169 +33,-1.540720364,0.7409892687,199,-1.346156996,0.6825213377,627.22003541 +34,-1.547188511,0.7395198392,199,-1.346156996,0.6825213377,643.54803073 +35,-1.545148587,0.7395226109,199,-1.346156996,0.6825213377,637.83641424 +36,-1.543104538,0.7395314908,199,-1.346156996,0.6825213377,632.12756447 +37,-1.540727751,0.7395306258,199,-1.346156996,0.6825213377,625.48568635 +38,-1.547187029,0.7380014886,199,-1.346156996,0.6825213377,641.84299114 +39,-1.545147315,0.7380012252,199,-1.346156996,0.6825213377,636.10537034 +40,-1.54310719,0.7380060743,199,-1.346156996,0.6825213377,630.37913941 +41,-1.540719671,0.7380068206,199,-1.346156996,0.6825213377,623.68120142 +42,-1.547187189,0.7364799098,199,-1.346156996,0.6825213377,640.19062937 +43,-1.545149996,0.7364853874,199,-1.346156996,0.6825213377,634.44355089 +44,-1.543106091,0.7364823484,199,-1.346156996,0.6825213377,628.67477629 +45,-1.540717158,0.7364893901,199,-1.346156996,0.6825213377,621.95234985 +46,-1.538663972,0.7410138672,199,-1.346156996,0.6825213377,621.53676347 +47,-1.53695285,0.7409699132,199,-1.346156996,0.6825213377,616.73406947 +48,-1.534910498,0.7409641297,199,-1.346156996,0.6825213377,611.06685421 +49,-1.533145034,0.7409536636,199,-1.346156996,0.6825213377,606.16767494 +50,-1.538681336,0.7395405883,199,-1.346156996,0.6825213377,619.78805471 +51,-1.536999189,0.7395183096,199,-1.346156996,0.6825213377,615.07364131 +52,-1.534923633,0.7395144222,199,-1.346156996,0.6825213377,609.29237104 +53,-1.533267822,0.7395654306,199,-1.346156996,0.6825213377,604.75367091 +54,-1.53867273,0.7380151077,199,-1.346156996,0.6825213377,617.95550642 +55,-1.536980576,0.7379994392,199,-1.346156996,0.6825213377,613.20144354 +56,-1.534931522,0.7379944961,199,-1.346156996,0.6825213377,607.46791833 +57,-1.533387952,0.7379480264,199,-1.346156996,0.6825213377,603.10221153 +58,-1.538682279,0.7364914363,199,-1.346156996,0.6825213377,616.22935891 +59,-1.536980704,0.7364810563,199,-1.346156996,0.6825213377,611.43535043 +60,-1.534935567,0.7364752065,199,-1.346156996,0.6825213377,605.6874044 +61,-1.533042592,0.7363876366,199,-1.346156996,0.6825213377,600.27704479 +62,-1.545143426,0.7349628011,199,-1.346156996,0.6825213377,632.80061212 +63,-1.543105297,0.7349691947,199,-1.346156996,0.6825213377,627.03553634 +64,-1.541064533,0.7349647152,199,-1.346156996,0.6825213377,621.25775764 +65,-1.545411803,0.7334624714,199,-1.346156996,0.6825213377,632.01516056 +66,-1.543446606,0.7334780896,199,-1.346156996,0.6825213377,626.4437557 +67,-1.541475327,0.7334957295,199,-1.346156996,0.6825213377,620.8631781 +68,-1.545401939,0.731963266,199,-1.346156996,0.6825213377,630.4939366 +69,-1.54342253,0.7319915583,199,-1.346156996,0.6825213377,624.87323276 +70,-1.541455867,0.7320216438,199,-1.346156996,0.6825213377,619.29678951 +71,-1.545410146,0.7304422281,199,-1.346156996,0.6825213377,629.05576155 +72,-1.543435491,0.7304713664,199,-1.346156996,0.6825213377,623.42754747 +73,-1.541463105,0.7304997613,199,-1.346156996,0.6825213377,617.81092918 +74,-1.545414768,0.7289194936,199,-1.346156996,0.6825213377,627.65987588 +75,-1.543435774,0.7289538557,199,-1.346156996,0.6825213377,622.00248444 +76,-1.541457714,0.7289765881,199,-1.346156996,0.6825213377,616.3425856 +77,-1.539449415,0.7320555866,199,-1.346156996,0.6825213377,613.61733361 +78,-1.537429183,0.7321097681,199,-1.346156996,0.6825213377,607.9265615 +79,-1.535472649,0.7321497267,199,-1.346156996,0.6825213377,602.40942623 +80,-1.539457899,0.7305333307,199,-1.346156996,0.6825213377,612.11159948 +81,-1.537453161,0.7305750503,199,-1.346156996,0.6825213377,606.42825498 +82,-1.535479385,0.7306124949,199,-1.346156996,0.6825213377,600.83575046 +83,-1.53946905,0.7290102593,199,-1.346156996,0.6825213377,610.66818594 +84,-1.537459922,0.7290417293,199,-1.346156996,0.6825213377,604.93908958 +85,-1.535451349,0.7290890157,199,-1.346156996,0.6825213377,599.23338215 +86,-1.535522937,0.7279887191,199,-1.346156996,0.6825213377,598.37447106 +87,-1.539442524,0.7274735939,199,-1.346156996,0.6825213377,609.15985972 +88,-1.537424111,0.727521351,199,-1.346156996,0.6825213377,603.39656658 +89,-1.539384641,0.7259505092,199,-1.346156996,0.6825213377,607.62942447 +90,-1.537372391,0.7259947145,199,-1.346156996,0.6825213377,601.85815086 +91,-1.535340789,0.7260435356,199,-1.346156996,0.6825213377,596.04128136 +92,-1.539325716,0.7244369706,199,-1.346156996,0.6825213377,606.15932448 +93,-1.537308932,0.7244801057,199,-1.346156996,0.6825213377,600.35217549 +94,-1.535289068,0.7245247645,199,-1.346156996,0.6825213377,594.54312115 +95,-1.533261366,0.7245550236,199,-1.346156996,0.6825213377,588.70458925 +96,-1.539267302,0.722921924,199,-1.346156996,0.6825213377,604.74451722 +97,-1.537248972,0.7229660258,199,-1.346156996,0.6825213377,598.91224741 +98,-1.535219431,0.7229916471,199,-1.346156996,0.6825213377,593.03744358 +99,-1.53318962,0.7230212049,199,-1.346156996,0.6825213377,587.17027128 +100,-1.531154816,0.7230299897,199,-1.346156996,0.6825213377,581.27611661 +101,-1.528878341,0.7230370244,199,-1.346156996,0.6825213377,574.68534741 +102,-1.539218189,0.7214009878,199,-1.346156996,0.6825213377,603.40786658 +103,-1.537198791,0.7214422745,199,-1.346156996,0.6825213377,597.54916737 +104,-1.535179266,0.7214634354,199,-1.346156996,0.6825213377,591.67912925 +105,-1.533156501,0.7214944644,199,-1.346156996,0.6825213377,585.81221785 +106,-1.53113574,0.7215166021,199,-1.346156996,0.6825213377,579.94886413 +107,-1.528874248,0.7215345535,199,-1.346156996,0.6825213377,573.38715435 +108,-1.539217656,0.7198512397,199,-1.346156996,0.6825213377,602.24897504 +109,-1.537199919,0.7199428763,199,-1.346156996,0.6825213377,596.41144241 +110,-1.545425832,0.727397149,199,-1.346156996,0.6825213377,626.33747694 +111,-1.543371177,0.7273916949,199,-1.346156996,0.6825213377,620.40529648 +112,-1.541368852,0.7274523163,199,-1.346156996,0.6825213377,614.68797021 +113,-1.545349067,0.7258710923,199,-1.346156996,0.6825213377,624.81263459 +114,-1.54332671,0.7258603556,199,-1.346156996,0.6825213377,618.94932666 +115,-1.541346831,0.7259242142,199,-1.346156996,0.6825213377,613.27726256 +116,-1.545324355,0.7243383958,199,-1.346156996,0.6825213377,623.48763525 +117,-1.543292796,0.7243617413,199,-1.346156996,0.6825213377,617.60595342 +118,-1.541295822,0.7244024384,199,-1.346156996,0.6825213377,611.84368708 +119,-1.543193859,0.7205570215,199,-1.346156996,0.6825213377,614.39917594 +120,-1.550257047,0.7386738187,199,-1.346156996,0.6825213377,651.22243309 +121,-1.549335448,0.7311736483,199,-1.346156996,0.6825213377,640.99020369 +122,-1.533478843,0.7179891343,199,-1.346156996,0.6825213377,584.08589612 +123,-1.556150555,0.738907041,199,-1.346156996,0.6825213377,668.08110208 +124,-1.554324226,0.733414257,199,-1.346156996,0.6825213377,657.37444628 +125,-1.554290846,0.7288285332,199,-1.346156996,0.6825213377,653.15363532 +126,-1.55122487,0.7219795312,199,-1.346156996,0.6825213377,638.91259887 +127,-1.525104458,0.7229399862,199,-1.346156996,0.6825213377,563.67547027 +128,-1.519607711,0.7236181429,199,-1.346156996,0.6825213377,548.43844252 +129,-1.513899999,0.7251107854,199,-1.346156996,0.6825213377,533.54809253 +130,-1.536620762,0.7431061895,199,-1.346156996,0.6825213377,618.539497 +131,-1.5369566,0.7460845958,199,-1.346156996,0.6825213377,623.42822173 +132,-1.545345528,0.7447040685,199,-1.346156996,0.6825213377,644.64825747 +133,-1.532813921,0.7432306626,199,-1.346156996,0.6825213377,608.23278159 +134,-1.554788248,0.7382381001,199,-1.346156996,0.6825213377,663.52891259 +135,-1.540348126,0.7301594274,199,-1.346156996,0.6825213377,614.29070528 +136,-1.538016084,0.7239051786,199,-1.346156996,0.6825213377,601.91596245 +137,-1.525288962,0.7258085137,199,-1.346156996,0.6825213377,566.89313868 +138,-1.534326986,0.731241342,199,-1.346156996,0.6825213377,598.20128472 +139,-1.530733872,0.7303625216,199,-1.346156996,0.6825213377,587.06056929 +141,-1.534354939,0.7328219978,199,-1.346156996,0.6825213377,599.95668314 +142,-1.53157084,0.7292888153,199,-1.346156996,0.6825213377,588.33983427 +143,-1.525691035,0.7263799874,199,-1.346156996,0.6825213377,568.606449 +144,-1.534031287,0.7495967835,199,-1.346156996,0.6825213377,620.46198289 +145,-1.527714986,0.7283095957,199,-1.346156996,0.6825213377,576.33275581 +146,-1.526189586,0.7271468292,199,-1.346156996,0.6825213377,570.79630724 +147,-1.555177336,0.7375563366,199,-1.346156996,0.6825213377,663.9162552 +148,-1.555080283,0.7312707794,199,-1.346156996,0.6825213377,657.55839748 +149,-1.53856994,0.7224180299,199,-1.346156996,0.6825213377,602.31252422 +150,-1.530837883,0.729933372,199,-1.346156996,0.6825213377,586.90989798 +151,-1.515066984,0.5854133365,199,-1.346156996,0.6825213377,661.57313002 +152,-1.534731633,0.5368370046,199,-1.346156996,0.6825213377,840.23028485 +153,-1.515231902,0.5607085576,199,-1.346156996,0.6825213377,726.66290455 +154,-2.616253799,1.0684566605,199,-1.346156996,0.6825213377,3348.3267016 +155,-1.956071439,0.5792177723,199,-1.346156996,0.6825213377,1980.5417168 +156,-1.951208514,0.5602434208,199,-1.346156996,0.6825213377,1994.8933174 +157,-1.944675062,0.6062144545,199,-1.346156996,0.6825213377,1907.767745 +158,-1.613778386,0.6077989518,199,-1.346156996,0.6825213377,895.8374601 +159,-2.035029014,0.6021432345,199,-1.346156996,0.6825213377,2190.5251411 +160,-2.114989471,0.6801825058,199,-1.346156996,0.6825213377,2341.5185803 +161,-2.037382079,0.5765830025,199,-1.346156996,0.6825213377,2234.3684577 +162,-2.129855121,0.6585019963,199,-1.346156996,0.6825213377,2408.9948355 +163,-2.075141798,0.6493615843,199,-1.346156996,0.6825213377,2254.2967536 +164,-1.828626729,0.6948433129,199,-1.346156996,0.6825213377,1470.4288114 +165,-1.863329418,0.6735427691,199,-1.346156996,0.6825213377,1588.6862736 +166,-1.266037071,0.727988852,199,-1.346156996,0.6825213377,301.30372472 +167,-1.277579582,0.7249010648,199,-1.346156996,0.6825213377,266.54280534 +168,-1.258418684,0.7241194816,199,-1.346156996,0.6825213377,312.01951215 +169,-1.317813974,0.6804850104,199,-1.346156996,0.6825213377,87.560416743 +170,-1.344165204,0.6790988904,199,-1.346156996,0.6825213377,14.878110162 +171,-1.427582102,0.5277120351,199,-1.346156996,0.6825213377,667.84673144 +172,-1.402238616,0.457167829,199,-1.346156996,0.6825213377,911.82730463 +173,-1.422454264,0.4996161999,199,-1.346156996,0.6825213377,766.44010797 +174,-1.439089277,0.4894859811,199,-1.346156996,0.6825213377,823.40213927 +175,-1.448126995,0.5182330266,199,-1.346156996,0.6825213377,730.6888028 +176,-1.474626146,0.5881926574,199,-1.346156996,0.6825213377,554.02108343 +177,-1.421139645,0.5584869783,199,-1.346156996,0.6825213377,547.32684298 +178,-1.457037165,0.565943032,199,-1.346156996,0.6825213377,582.93650666 +179,-2.757159358,0.3745319,199,-1.346156996,0.6825213377,4823.9049138 +180,-2.714309238,0.342054471,199,-1.346156996,0.6825213377,4768.7505391 +181,-2.000525337,0.774119946,199,-1.346156996,0.6825213377,1950.4679547 +183,-1.571413436,0.6777838382,199,-1.346156996,0.6825213377,693.36678858 +184,-1.552860289,0.6987663893,199,-1.346156996,0.6825213377,633.91937705 +185,-1.521852374,0.7165827476,199,-1.346156996,0.6825213377,548.94981533 +186,-1.503656267,0.6928968252,199,-1.346156996,0.6825213377,483.59572953 +187,-1.502753178,0.7136205882,199,-1.346156996,0.6825213377,490.63938531 +188,-1.631894563,0.7343596465,199,-1.346156996,0.6825213377,882.14614905 +189,-1.653765416,0.6770714026,199,-1.346156996,0.6825213377,946.33792815 +190,-1.719812114,0.6715965947,199,-1.346156996,0.6825213377,1151.7185766 +191,-1.493406659,0.6646955447,199,-1.346156996,0.6825213377,461.11858232 +192,-1.469120564,0.6613469966,199,-1.346156996,0.6825213377,390.18841616 +193,-1.590551461,0.5326612937,199,-1.346156996,0.6825213377,990.00886863 +194,-1.625979264,0.5247742243,199,-1.346156996,0.6825213377,1103.2257743 +195,-1.572293943,0.5238808754,199,-1.346156996,0.6825213377,967.19625321 +196,-1.610848725,0.5477107964,199,-1.346156996,0.6825213377,1007.0402958 +197,-1.208485554,0.7918526018,199,-1.346156996,0.6825213377,591.49020999 +198,-1.335601374,0.6869083083,199,-1.346156996,0.6825213377,36.753750079 +199,-1.346156996,0.6825213377,199,-1.346156996,0.6825213377,26.315578694 +200,-1.324381037,0.6741422347,199,-1.346156996,0.6825213377,74.912040546 +201,-1.242424992,0.7378949807,199,-1.346156996,0.6825213377,380.85340759 +202,-1.270370057,0.7392461008,199,-1.346156996,0.6825213377,319.65067794 +203,-1.448950472,0.7441675014,199,-1.346156996,0.6825213377,392.79320974 +204,-1.492662363,0.7523026852,199,-1.346156996,0.6825213377,516.91314459 +205,-1.479098966,0.7763855017,199,-1.346156996,0.6825213377,540.25192909 +206,-1.633760714,0.7869022408,199,-1.346156996,0.6825213377,938.63575587 +207,-1.647406434,0.8101289331,199,-1.346156996,0.6825213377,1008.2565919 +208,-1.564245052,0.5701509278,199,-1.346156996,0.6825213377,828.21424587 +209,-1.646289963,0.6833746083,199,-1.346156996,0.6825213377,920.81222703 +210,-1.5820631,0.6751952144,199,-1.346156996,0.6825213377,727.16053751 +211,-1.613236298,0.6681681791,199,-1.346156996,0.6825213377,826.65639574 +212,-1.914661867,0.8212566515,199,-1.346156996,0.6825213377,1719.611282 +213,-1.742133237,0.7250275956,199,-1.346156996,0.6825213377,1204.0491951 +214,-2.033144872,0.6557314699,199,-1.346156996,0.6825213377,2120.2602447 +215,-2.039551981,0.6964723658,199,-1.346156996,0.6825213377,2102.171098 +216,-1.247341019,0.7622473908,199,-1.346156996,0.6825213377,431.01368481 +217,-1.298239787,0.7084123392,199,-1.346156996,0.6825213377,178.17499157 +218,-1.308539688,0.6926545592,199,-1.346156996,0.6825213377,121.93689727 +219,-1.303263185,0.6888938396,199,-1.346156996,0.6825213377,133.89557509 +220,-1.852400229,0.6004246149,199,-1.346156996,0.6825213377,1631.8961361 +221,-1.288947707,0.7473773692,199,-1.346156996,0.6825213377,308.60774751 +222,-1.372031502,0.7472790993,199,-1.346156996,0.6825213377,267.9144341 +223,-1.289805721,0.7242157877,199,-1.346156996,0.6825213377,237.14537379 +224,-1.350807603,0.7533498126,199,-1.346156996,0.6825213377,280.89396546 +225,-1.329290365,0.7560442322,199,-1.346156996,0.6825213377,295.5227334 +226,-1.410153004,0.616936428,199,-1.346156996,0.6825213377,328.90843279 +227,-1.393445434,0.6308995063,199,-1.346156996,0.6825213377,252.59107068 +228,-1.37595573,0.6241540638,199,-1.346156996,0.6825213377,249.45412937 +229,-1.358388707,0.6172645205,199,-1.346156996,0.6825213377,261.34176887 +230,-1.753741133,0.8281661666,199,-1.346156996,0.6825213377,1302.4296106 +231,-1.47430987,0.6834615681,199,-1.346156996,0.6825213377,393.66000349 +232,-1.421012508,0.7222725206,199,-1.346156996,0.6825213377,275.64666268 +233,-1.4476833,0.6978557868,199,-1.346156996,0.6825213377,315.93540825 +234,-1.470370723,0.6966193374,199,-1.346156996,0.6825213377,383.57393388 +235,-1.429211703,0.7037216883,199,-1.346156996,0.6825213377,266.59602638 +236,-1.700578405,0.6178673663,199,-1.346156996,0.6825213377,1143.7733019 +237,-1.678117619,0.6331716163,199,-1.346156996,0.6825213377,1056.6369279 +238,-1.725644578,0.6316331145,199,-1.346156996,0.6825213377,1204.1110903 +239,-2.14012759,0.7930497945,199,-1.346156996,0.6825213377,2335.8125698 +240,-2.103289431,0.7653606263,199,-1.346156996,0.6825213377,2244.5586916 +241,-1.318739838,0.7017808746,199,-1.346156996,0.6825213377,113.17754582 +242,-1.396417427,0.7077900843,199,-1.346156996,0.6825213377,182.71841967 +243,-1.35650337,0.7185539404,199,-1.346156996,0.6825213377,146.1223203 +244,-1.248884539,0.7274156818,199,-1.346156996,0.6825213377,343.02048167 +245,-1.395014798,0.5761185243,199,-1.346156996,0.6825213377,449.49460671 +246,-1.433377362,0.6064716109,199,-1.346156996,0.6825213377,408.53239997 +247,-1.408172432,0.5903155476,199,-1.346156996,0.6825213377,415.13952035 +248,-1.749645898,0.7757118084,199,-1.346156996,0.6825213377,1242.8851249 +249,-1.571626686,0.615046989,199,-1.346156996,0.6825213377,759.29937823 +250,-1.514070049,0.6303003037,199,-1.346156996,0.6825213377,565.66506853 +251,-1.480890369,0.6237966528,199,-1.346156996,0.6825213377,483.21463941 +252,-1.704390658,0.5281680612,199,-1.346156996,0.6825213377,1312.9822589 +253,-1.64434733,0.5254277498,199,-1.346156996,0.6825213377,1151.2208061 +254,-1.703855997,0.4792484842,199,-1.346156996,0.6825213377,1426.728891 +255,-1.692002383,0.5748825051,199,-1.346156996,0.6825213377,1184.0704683 +256,-1.854136457,0.5544643913,199,-1.346156996,0.6825213377,1707.5802412 +257,-1.665021206,0.520317736,199,-1.346156996,0.6825213377,1220.0822438 +258,-1.733654349,0.4845187345,199,-1.346156996,0.6825213377,1495.6944411 +259,-1.720938188,0.5135933906,199,-1.346156996,0.6825213377,1392.3543296 +260,-1.742668307,0.553296122,199,-1.346156996,0.6825213377,1373.9764739 +261,-1.965659039,0.7142126903,199,-1.346156996,0.6825213377,1870.6721362 +262,-1.944438071,0.6772834804,199,-1.346156996,0.6825213377,1831.8586413 +263,-1.270340967,0.7681487096,199,-1.346156996,0.6825213377,406.71609688 +264,-1.353091884,0.6549276821,199,-1.346156996,0.6825213377,111.40280521 +265,-1.333236659,0.6413584414,199,-1.346156996,0.6825213377,167.96743634 +266,-1.352015998,0.6753788907,199,-1.346156996,0.6825213377,33.564610695 +267,-1.377988483,0.6577816235,199,-1.346156996,0.6825213377,139.16054204 +268,-2.13075611,0.8318642051,199,-1.346156996,0.6825213377,2300.0653373 +269,-2.097910953,0.8259670014,199,-1.346156996,0.6825213377,2212.833922 +270,-1.416382069,0.6694271549,199,-1.346156996,0.6825213377,223.08424259 +271,-1.538905672,0.7535625993,199,-1.346156996,0.6825213377,639.43231351 +272,-1.572309477,0.7803125099,199,-1.346156996,0.6825213377,769.69836929 +273,-1.87759879,0.7503853417,199,-1.346156996,0.6825213377,1601.0438261 +274,1.152365588,0.590457682,199,-1.346156996,0.6825213377,6877.2107127 +275,0.350198001,0.718001859,199,-1.346156996,0.6825213377,4840.3105732 +276,0.046513677,0.491503852,199,-1.346156996,0.6825213377,4509.8393044 +277,0.027510309,0.742571376,199,-1.346156996,0.6825213377,3969.6036959 +278,0.306285725,-0.214631579,199,-1.346156996,0.6825213377,7004.0501922 +279,-1.100564889,0.318051531,199,-1.346156996,0.6825213377,1672.271723 +280,-1.078582306,0.301437596,199,-1.346156996,0.6825213377,1769.2306017 +281,-1.137371989,-0.617634065,199,-1.346156996,0.6825213377,5206.2794842 +282,0.784356344,0.703272339,199,-1.346156996,0.6825213377,5850.3599649 +283,-1.221209947,0.218327455,199,-1.346156996,0.6825213377,1890.2533114 +284,2.347301921,-0.449114658,199,-1.346156996,0.6825213377,10394.451008 +285,0.246820618,0.830553713,199,-1.346156996,0.6825213377,4354.9545128 +286,0.829414965,0.703288228,199,-1.346156996,0.6825213377,5938.8372868 +287,-1.337537566,0.42332223,199,-1.346156996,0.6825213377,1027.0937394 +288,0.882453706,0.454478077,199,-1.346156996,0.6825213377,6815.8154608 +289,1.575629659,0.416419109,199,-1.346156996,0.6825213377,8015.3778563 +290,-1.039455679,0.229888244,199,-1.346156996,0.6825213377,2089.6513789 +291,0.489558039,0.934482747,199,-1.346156996,0.6825213377,4649.749735 +292,0.081344504,0.88384514,199,-1.346156996,0.6825213377,3877.2924909 +293,-1.547979814,0.300350308,199,-1.346156996,0.6825213377,1666.308618 +294,0.040776181,0.168560074,199,-1.346156996,0.6825213377,5238.7261883 +295,-1.130374745,0.563894876,199,-1.346156996,0.6825213377,836.89450189 +296,1.578326642,0.478507176,199,-1.346156996,0.6825213377,7775.4426859 +297,-1.12861823,-0.291640865,199,-1.346156996,0.6825213377,3941.9412518 +298,0.310524208,0.770885792,199,-1.346156996,0.6825213377,4627.5185062 +299,0.415649091,-0.387246002,199,-1.346156996,0.6825213377,7742.850026 +300,-0.926533878,-0.188022748,199,-1.346156996,0.6825213377,3779.5230271 +301,1.258856172,-0.11716081,199,-1.346156996,0.6825213377,9498.7511182 +302,-1.126050026,0.322941926,199,-1.346156996,0.6825213377,1612.3388069 +303,2.002785835,0.07893892,199,-1.346156996,0.6825213377,9333.7407984 +304,0.440437607,0.746258085,199,-1.346156996,0.6825213377,4989.2048311 +305,-0.030391866,0.214441206,199,-1.346156996,0.6825213377,4908.6796227 +306,0.521557815,-0.058929362,199,-1.346156996,0.6825213377,7279.3016752 +307,-0.097005111,0.13317729,199,-1.346156996,0.6825213377,4902.8625617 +308,1.83113859,0.221857587,199,-1.346156996,0.6825213377,8859.1732649 +309,0.222428864,0.099404236,199,-1.346156996,0.6825213377,5967.0442568 +310,-1.702731345,0.8728568183,199,-1.346156996,0.6825213377,1250.5683548 +311,-0.418507569,0.278324921,199,-1.346156996,0.6825213377,3569.2051247 +312,-1.41153306,0.339029988,199,-1.346156996,0.6825213377,1378.8387455 +313,0.357560442,0.114788776,199,-1.346156996,0.6825213377,6340.4558964 +314,0.325818979,0.268352149,199,-1.346156996,0.6825213377,5858.3303072 +315,-1.246004659,-0.663679965,199,-1.346156996,0.6825213377,5344.7444028 +316,1.814603087,0.637404484,199,-1.346156996,0.6825213377,7215.1539269 +317,1.843704281,-0.18300445,199,-1.346156996,0.6825213377,10457.925638 +318,1.690644492,-0.211480909,199,-1.346156996,0.6825213377,10542.052201 +319,-1.275451936,0.068109467,199,-1.346156996,0.6825213377,2446.9449754 +320,0.762430171,-0.207594741,199,-1.346156996,0.6825213377,8383.1721513 +321,0.265668905,-0.014647884,199,-1.346156996,0.6825213377,6384.6277785 +322,-2.773032013,-0.335515811,199,-1.346156996,0.6825213377,6628.9957174 +323,-1.469512853,0.174058777,199,-1.346156996,0.6825213377,2060.7762814 +324,0.286276986,0.785925691,199,-1.346156996,0.6825213377,4537.8838311 +325,-1.379324697,0.377432233,199,-1.346156996,0.6825213377,1213.6788457 +326,-1.203778265,0.212813032,199,-1.346156996,0.6825213377,1926.5955691 +327,0.579916301,0.611743168,199,-1.346156996,0.6825213377,5660.5037629 +328,0.267582642,0.868113908,199,-1.346156996,0.6825213377,4329.4572892 +329,0.412869244,-0.050245578,199,-1.346156996,0.6825213377,6925.5210971 +330,0.17524381,0.976660285,199,-1.346156996,0.6825213377,3943.0527705 +331,0.743157214,0.204812899,199,-1.346156996,0.6825213377,7215.6344023 +332,-1.070758176,0.269382282,199,-1.346156996,0.6825213377,1895.4119226 +333,-1.230364251,0.329790229,199,-1.346156996,0.6825213377,1452.490128 +334,-1.374813124,-0.024926835,199,-1.346156996,0.6825213377,2804.1427848 +335,0.519780566,0.463669906,199,-1.346156996,0.6825213377,5903.8698217 +336,-1.55108034,0.239698561,199,-1.346156996,0.6825213377,1894.5892239 +337,0.180294813,0.029739425,199,-1.346156996,0.6825213377,6011.3390683 +338,0.67820924,0.268170153,199,-1.346156996,0.6825213377,6861.3779761 +339,0.445798684,1.024001867,199,-1.346156996,0.6825213377,4371.830682 +340,0.691751283,0.150521402,199,-1.346156996,0.6825213377,7226.4681673 +341,-1.036643551,-0.903056181,199,-1.346156996,0.6825213377,6370.9449173 +342,-0.120287036,1.083325163,199,-1.346156996,0.6825213377,3259.0665994 +343,2.823513113,-0.304487164,199,-1.346156996,0.6825213377,8631.2237141 +344,0.457583172,1.12513373,199,-1.346156996,0.6825213377,4184.7717244 +345,0.042918831,0.813795399,199,-1.346156996,0.6825213377,3892.3710328 +346,1.196146777,-0.853142756,199,-1.346156996,0.6825213377,10626.255729 +347,0.206001358,-0.010430701,199,-1.346156996,0.6825213377,6190.702934 +348,-0.268308653,0.234799412,199,-1.346156996,0.6825213377,4130.1692048 +349,0.759363263,0.736189579,199,-1.346156996,0.6825213377,5703.5636293 +350,0.181363926,0.891988372,199,-1.346156996,0.6825213377,4092.8160876 +351,-0.021111158,0.139103292,199,-1.346156996,0.6825213377,5120.8264761 +352,-0.093355215,0.630686981,199,-1.346156996,0.6825213377,3829.6675731 +353,0.40118964,0.681375926,199,-1.346156996,0.6825213377,5050.5741315 +354,-0.721197315,1.304706234,199,-1.346156996,0.6825213377,2715.6690071 +355,-1.076150317,0.212107639,199,-1.346156996,0.6825213377,2090.779805 +356,-1.577164531,0.273993443,199,-1.346156996,0.6825213377,1805.8443481 +357,-0.190788414,0.182208586,199,-1.346156996,0.6825213377,4495.0807432 +358,-0.261349752,0.209710184,199,-1.346156996,0.6825213377,4212.5216465 +359,-1.029303852,0.083549259,199,-1.346156996,0.6825213377,2630.8184603 +360,-1.268609162,0.330525297,199,-1.346156996,0.6825213377,1419.3820512 +361,1.282982244,-0.926641967,199,-1.346156996,0.6825213377,10755.162697 +362,0.217352334,0.731352408,199,-1.346156996,0.6825213377,4481.1268461 +363,-1.511833084,0.258629297,199,-1.346156996,0.6825213377,1775.3721356 +364,0.338812194,0.823184618,199,-1.346156996,0.6825213377,4581.3787835 +365,-0.324406489,1.134201999,199,-1.346156996,0.6825213377,2905.4435454 +366,1.389579348,0.399185724,199,-1.346156996,0.6825213377,7902.8282694 +367,2.047152199,-0.039082036,199,-1.346156996,0.6825213377,9737.9757366 +368,0.947780369,0.568250077,199,-1.346156996,0.6825213377,6592.2564917 +369,0.763824846,0.576754987,199,-1.346156996,0.6825213377,6182.3799509 +370,-0.142334657,0.928153068,199,-1.346156996,0.6825213377,3304.18805 +371,0.610266567,0.547265983,199,-1.346156996,0.6825213377,5908.8219 +372,0.210731629,0.746815056,199,-1.346156996,0.6825213377,4433.1957397 +373,-1.34931644,0.316895224,199,-1.346156996,0.6825213377,1448.2858068 +374,2.407696481,0.655030745,199,-1.346156996,0.6825213377,6695.8074614 +375,0.64207831,0.545359131,199,-1.346156996,0.6825213377,5991.1764955 +376,1.174597538,0.840588356,199,-1.346156996,0.6825213377,6028.0734144 +377,0.660059424,0.010604079,199,-1.346156996,0.6825213377,7514.6344295 +378,-0.730263819,0.010486456,199,-1.346156996,0.6825213377,3471.103827 +379,0.831068936,0.512339172,199,-1.346156996,0.6825213377,6524.326985 +380,1.301180979,0.72367476,199,-1.346156996,0.6825213377,6595.8624928 +381,1.811128231,0.322854402,199,-1.346156996,0.6825213377,8461.1301609 +382,0.435105812,0.992284428,199,-1.346156996,0.6825213377,4419.6243351 +383,0.62643634,0.592027932,199,-1.346156996,0.6825213377,5824.4927837 +384,0.492988703,-0.516339467,199,-1.346156996,0.6825213377,8251.7861383 +385,-0.162469483,0.112549365,199,-1.346156996,0.6825213377,4755.0108455 +386,0.314630866,0.472006421,199,-1.346156996,0.6825213377,5324.3284474 +387,0.166744804,0.822815954,199,-1.346156996,0.6825213377,4180.2535097 +388,0.417159608,0.965805736,199,-1.346156996,0.6825213377,4442.1641852 +389,0.106334961,0.868774244,199,-1.346156996,0.6825213377,3958.9056637 +390,0.815086969,-0.338144359,199,-1.346156996,0.6825213377,8854.6635938 +391,0.59867455,-0.230624824,199,-1.346156996,0.6825213377,7939.671378 +392,1.915104874,0.066220985,199,-1.346156996,0.6825213377,9445.9974834 +393,1.278093622,0.064463721,199,-1.346156996,0.6825213377,8933.8319923 +394,-0.061477853,0.302997961,199,-1.346156996,0.6825213377,4603.8492836 +395,0.251311504,0.626976942,199,-1.346156996,0.6825213377,4791.610063 +396,2.950242872,0.149095644,199,-1.346156996,0.6825213377,7085.9132409 +397,-0.180294708,0.35375117,199,-1.346156996,0.6825213377,4123.7543919 +398,1.010448592,-0.351180233,199,-1.346156996,0.6825213377,9477.2885742 +399,-1.748740498,0.3686318073,199,-1.346156996,0.6825213377,1846.7402792 +400,2.699635665,0.123533791,199,-1.346156996,0.6825213377,7845.1391032 +401,0.496808033,0.823843254,199,-1.346156996,0.6825213377,4927.1226593 +402,0.129574704,0.763364087,199,-1.346156996,0.6825213377,4196.750604 +403,1.798920311,0.817447563,199,-1.346156996,0.6825213377,6502.4588869 +404,0.335987953,0.746786541,199,-1.346156996,0.6825213377,4741.1989513 +405,-1.085413643,0.292154671,199,-1.346156996,0.6825213377,1789.6797961 +406,-0.155321003,0.508207011,199,-1.346156996,0.6825213377,3875.4048631 +407,0.620529244,-0.301175104,199,-1.346156996,0.6825213377,8172.9450958 +408,1.684402744,0.368716966,199,-1.346156996,0.6825213377,8259.5842346 +409,0.300582244,-0.386397212,199,-1.346156996,0.6825213377,7396.6077746 +410,2.913555946,-0.009225192,199,-1.346156996,0.6825213377,7617.9843184 +411,1.465101417,0.493232532,199,-1.346156996,0.6825213377,7629.3604846 +412,0.090612882,0.907955955,199,-1.346156996,0.6825213377,3862.7995852 +413,2.987564726,-0.729568594,199,-1.346156996,0.6825213377,8943.4123109 +414,-1.484261606,0.224149272,199,-1.346156996,0.6825213377,1879.0679233 +415,0.164073421,0.303955133,199,-1.346156996,0.6825213377,5288.0135256 +416,0.141441293,0.167552546,199,-1.346156996,0.6825213377,5550.1988518 +417,2.931321023,-0.506718887,199,-1.346156996,0.6825213377,8731.234631 +418,2.21951565,0.700596356,199,-1.346156996,0.6825213377,6754.4238937 +419,0.268112576,1.199114336,199,-1.346156996,0.6825213377,3793.2953923 +420,0.978913739,0.359223811,199,-1.346156996,0.6825213377,7328.3320797 +421,1.210898818,0.522863584,199,-1.346156996,0.6825213377,7205.2458998 +422,2.347397336,0.129231362,199,-1.346156996,0.6825213377,8643.3834833 +423,0.614394501,0.556878345,199,-1.346156996,0.6825213377,5892.4635732 +424,-1.398079356,0.148483366,199,-1.346156996,0.6825213377,2123.3589495 +425,2.535303836,-0.112984496,199,-1.346156996,0.6825213377,8975.765376 +426,-1.019372593,-0.405322349,199,-1.346156996,0.6825213377,4475.9383253 +427,-1.297785627,-0.160104069,199,-1.346156996,0.6825213377,3342.3918264 +428,2.144554488,0.205051084,199,-1.346156996,0.6825213377,8699.3484496 +429,-2.242387083,-0.426171285,199,-1.346156996,0.6825213377,5502.8063598 +430,0.338637212,0.909723676,199,-1.346156996,0.6825213377,4401.0509121 +431,-0.148798452,0.691042401,199,-1.346156996,0.6825213377,3572.2744774 +432,0.893524764,0.441829531,199,-1.346156996,0.6825213377,6879.6280515 +433,0.969229347,-0.368847936,199,-1.346156996,0.6825213377,9393.8523604 +434,0.436043248,0.800045688,199,-1.346156996,0.6825213377,4851.7609972 +435,1.687946607,1.081504775,199,-1.346156996,0.6825213377,5448.0436483 +436,0.522302046,-0.034889271,199,-1.346156996,0.6825213377,7220.5383838 +437,-0.178996113,-0.438090009,199,-1.346156996,0.6825213377,6188.5511264 +438,-1.094339566,0.301444068,199,-1.346156996,0.6825213377,1741.5119858 +439,-1.064070054,0.242569932,199,-1.346156996,0.6825213377,2001.7273199 +440,-1.068153768,0.230387998,199,-1.346156996,0.6825213377,2038.1616146 +441,-3.00496892,-0.23989155,199,-1.346156996,0.6825213377,7084.7925553 +442,0.21751974,0.766874888,199,-1.346156996,0.6825213377,4410.0196159 +443,0.117229532,0.007619006,199,-1.346156996,0.6825213377,5872.9388111 +444,0.777758451,0.420554741,199,-1.346156996,0.6825213377,6676.9401432 +445,-0.252356999,0.250747086,199,-1.346156996,0.6825213377,4140.489129 +446,0.363148444,0.768483434,199,-1.346156996,0.6825213377,4757.3847483 +447,0.903191366,-0.118210676,199,-1.346156996,0.6825213377,8566.9644067 +448,-0.205755923,0.149406178,199,-1.346156996,0.6825213377,4530.9981511 +449,1.811996086,0.02364353,199,-1.346156996,0.6825213377,9646.0802177 +450,-1.100670221,0.314845373,199,-1.346156996,0.6825213377,1683.3731181 +451,0.340078597,0.850105132,199,-1.346156996,0.6825213377,4527.1361878 +452,0.258757267,0.804969236,199,-1.346156996,0.6825213377,4433.5823619 +453,2.78505352,-0.155160804,199,-1.346156996,0.6825213377,8380.4958238 +454,0.800551619,0.105822106,199,-1.346156996,0.6825213377,7653.5582382 +455,0.437940882,-0.506194031,199,-1.346156996,0.6825213377,8068.5113855 +456,2.230431122,0.63458615,199,-1.346156996,0.6825213377,6990.3341531 +457,0.527965361,0.127667701,199,-1.346156996,0.6825213377,6816.6794994 +458,-0.063643205,0.702093448,199,-1.346156996,0.6825213377,3791.5743036 +459,1.408447268,0.133010502,199,-1.346156996,0.6825213377,8914.4410824 +460,0.523795955,0.280266966,199,-1.346156996,0.6825213377,6401.4073294 +461,-0.975769313,0.072177659,199,-1.346156996,0.6825213377,2759.6141074 +462,0.549774164,-0.463663986,199,-1.346156996,0.6825213377,8313.2870091 +463,0.29245874,1.095549818,199,-1.346156996,0.6825213377,3977.5098928 +464,0.143625958,0.816809593,199,-1.346156996,0.6825213377,4135.2067796 +465,0.671902494,0.611159853,199,-1.346156996,0.6825213377,5876.5827865 +466,1.239840988,0.6724199,199,-1.346156996,0.6825213377,6709.853741 +467,0.607829703,-0.10932137,199,-1.346156996,0.6825213377,7668.8019267 +468,1.763020906,0.263996692,199,-1.346156996,0.6825213377,8692.7698852 +469,0.378714634,0.726066797,199,-1.346156996,0.6825213377,4890.982146 +470,2.196736143,-0.153862366,199,-1.346156996,0.6825213377,9911.9122327 +471,0.01702415,0.148991565,199,-1.346156996,0.6825213377,5213.6570144 +472,-2.998490902,-0.158002487,199,-1.346156996,0.6825213377,6865.0848569 +473,-3.051262951,-0.346595608,199,-1.346156996,0.6825213377,7478.7188155 +474,-1.069176439,0.182802941,199,-1.346156996,0.6825213377,2207.8559574 +475,0.167157509,0.595344954,199,-1.346156996,0.6825213377,4632.3011089 +476,0.613855648,0.681746124,199,-1.346156996,0.6825213377,5549.9735561 +477,1.037012736,0.682555367,199,-1.346156996,0.6825213377,6377.3907592 +478,-1.253574971,0.379755746,199,-1.346156996,0.6825213377,1239.6009387 +479,3.108590453,-0.132620738,199,-1.346156996,0.6825213377,7343.5199146 +480,0.565301296,0.022333262,199,-1.346156996,0.6825213377,7202.8192692 +481,0.547898238,0.855555614,199,-1.346156996,0.6825213377,4954.584158 +482,0.948309381,0.417393755,199,-1.346156996,0.6825213377,7076.2060844 +483,-0.050600732,0.945269213,199,-1.346156996,0.6825213377,3497.7160604 +484,-0.977651478,-0.572363064,199,-1.346156996,0.6825213377,5151.7958799 +485,1.102014914,0.728861163,199,-1.346156996,0.6825213377,6321.2217088 +486,2.927300795,-0.282939414,199,-1.346156996,0.6825213377,8262.8310855 +487,-1.154565557,0.124434095,199,-1.346156996,0.6825213377,2313.8211252 +488,1.855331234,0.291044755,199,-1.346156996,0.6825213377,8581.1714635 +489,0.830290659,0.276904518,199,-1.346156996,0.6825213377,7233.0352159 +490,0.485104466,-0.234867441,199,-1.346156996,0.6825213377,7600.85464 +491,0.521367572,-0.33161327,199,-1.346156996,0.6825213377,7938.2953126 +1,-1.539031704,0.7349710123,200,-1.324381037,0.6741422347,690.36095473 +2,-1.536990553,0.7349663874,200,-1.324381037,0.6741422347,684.60318159 +3,-1.534951779,0.7349571355,200,-1.324381037,0.6741422347,678.85323652 +4,-1.532906461,0.7349480293,200,-1.324381037,0.6741422347,673.0915207 +5,-1.531320211,0.7346937278,200,-1.324381037,0.6741422347,668.33921115 +6,-1.539451648,0.7335131775,200,-1.324381037,0.6741422347,689.94762855 +7,-1.537429487,0.7335445708,200,-1.324381037,0.6741422347,684.26090214 +8,-1.535484998,0.7335658704,200,-1.324381037,0.6741422347,678.78939863 +9,-1.533488396,0.7336036027,200,-1.324381037,0.6741422347,673.19578893 +10,-1.531497785,0.7335842962,200,-1.324381037,0.6741422347,667.56150867 +11,-1.530259379,0.7334777758,200,-1.324381037,0.6741422347,663.95088322 +12,-1.5335454,0.7322346912,200,-1.324381037,0.6741422347,671.83728133 +13,-1.531489083,0.7322238773,200,-1.324381037,0.6741422347,666.00736553 +14,-1.530011122,0.7321679851,200,-1.324381037,0.6741422347,661.76715739 +15,-1.53348106,0.7306614094,200,-1.324381037,0.6741422347,669.95774055 +16,-1.531441779,0.7306962275,200,-1.324381037,0.6741422347,664.20287974 +17,-1.529755654,0.7306933243,200,-1.324381037,0.6741422347,659.41556941 +18,-1.533415048,0.7291384674,200,-1.324381037,0.6741422347,668.17710294 +19,-1.531392093,0.7291705353,200,-1.324381037,0.6741422347,662.44320029 +20,-1.529296523,0.7291214933,200,-1.324381037,0.6741422347,656.423505 +21,-1.535280942,0.727267644,200,-1.324381037,0.6741422347,671.63738855 +22,-1.533378158,0.7276139666,200,-1.324381037,0.6741422347,666.52719538 +23,-1.531340368,0.7276446587,200,-1.324381037,0.6741422347,660.72726428 +24,-1.528960113,0.7276398177,200,-1.324381037,0.6741422347,653.91904291 +25,-1.533313146,0.7260818349,200,-1.324381037,0.6741422347,664.83914186 +26,-1.531259555,0.7260958115,200,-1.324381037,0.6741422347,658.95549625 +27,-1.528926415,0.7260865555,200,-1.324381037,0.6741422347,652.25303979 +28,-1.531226779,0.7245511789,200,-1.324381037,0.6741422347,657.37754065 +29,-1.528904772,0.7245519194,200,-1.324381037,0.6741422347,650.69276251 +30,-1.547195875,0.7409785979,200,-1.324381037,0.6741422347,720.14827756 +31,-1.5451475,0.740980426,200,-1.324381037,0.6741422347,714.43822744 +32,-1.543097679,0.7409798872,200,-1.324381037,0.6741422347,708.72833541 +33,-1.540720364,0.7409892687,200,-1.324381037,0.6741422347,702.12741846 +34,-1.547188511,0.7395198392,200,-1.324381037,0.6741422347,718.4309038 +35,-1.545148587,0.7395226109,200,-1.324381037,0.6741422347,712.7244473 +36,-1.543104538,0.7395314908,200,-1.324381037,0.6741422347,707.02041828 +37,-1.540727751,0.7395306258,200,-1.324381037,0.6741422347,700.38347947 +38,-1.547187029,0.7380014886,200,-1.324381037,0.6741422347,716.70531029 +39,-1.545147315,0.7380012252,200,-1.324381037,0.6741422347,710.97430153 +40,-1.54310719,0.7380060743,200,-1.324381037,0.6741422347,705.25440948 +41,-1.540719671,0.7380068206,200,-1.324381037,0.6741422347,698.56334195 +42,-1.547187189,0.7364799098,200,-1.324381037,0.6741422347,715.02673696 +43,-1.545149996,0.7364853874,200,-1.324381037,0.6741422347,709.28777727 +44,-1.543106091,0.7364823484,200,-1.324381037,0.6741422347,703.52670362 +45,-1.540717158,0.7364893901,200,-1.324381037,0.6741422347,696.81305546 +46,-1.538663972,0.7410138672,200,-1.324381037,0.6741422347,696.44630224 +47,-1.53695285,0.7409699132,200,-1.324381037,0.6741422347,691.64475334 +48,-1.534910498,0.7409641297,200,-1.324381037,0.6741422347,685.97852961 +49,-1.533145034,0.7409536636,200,-1.324381037,0.6741422347,681.07970199 +50,-1.538681336,0.7395405883,200,-1.324381037,0.6741422347,694.68966985 +51,-1.536999189,0.7395183096,200,-1.324381037,0.6741422347,689.97781008 +52,-1.534923633,0.7395144222,200,-1.324381037,0.6741422347,684.1993666 +53,-1.533267822,0.7395654306,200,-1.324381037,0.6741422347,679.6627217 +54,-1.53867273,0.7380151077,200,-1.324381037,0.6741422347,692.84317762 +55,-1.536980576,0.7379994392,200,-1.324381037,0.6741422347,688.09310991 +56,-1.534931522,0.7379944961,200,-1.324381037,0.6741422347,682.36415524 +57,-1.533387952,0.7379480264,200,-1.324381037,0.6741422347,678.00121365 +58,-1.538682279,0.7364914363,200,-1.324381037,0.6741422347,691.09709619 +59,-1.536980704,0.7364810563,200,-1.324381037,0.6741422347,686.30850661 +60,-1.534935567,0.7364752065,200,-1.324381037,0.6741422347,680.56681238 +61,-1.533042592,0.7363876366,200,-1.324381037,0.6741422347,675.16086277 +62,-1.545143426,0.7349628011,200,-1.324381037,0.6741422347,707.61429635 +63,-1.543105297,0.7349691947,200,-1.324381037,0.6741422347,701.8584759 +64,-1.541064533,0.7349647152,200,-1.324381037,0.6741422347,696.08947794 +65,-1.545411803,0.7334624714,200,-1.324381037,0.6741422347,706.79161275 +66,-1.543446606,0.7334780896,200,-1.324381037,0.6741422347,701.23066164 +67,-1.541475327,0.7334957295,200,-1.324381037,0.6741422347,695.6604091 +68,-1.545401939,0.731963266,200,-1.324381037,0.6741422347,705.22872026 +69,-1.54342253,0.7319915583,200,-1.324381037,0.6741422347,699.62012843 +70,-1.541455867,0.7320216438,200,-1.324381037,0.6741422347,694.05559724 +71,-1.545410146,0.7304422281,200,-1.324381037,0.6741422347,703.74223459 +72,-1.543435491,0.7304713664,200,-1.324381037,0.6741422347,698.12733371 +73,-1.541463105,0.7304997613,200,-1.324381037,0.6741422347,692.52386456 +74,-1.545414768,0.7289194936,200,-1.324381037,0.6741422347,702.29194858 +75,-1.543435774,0.7289538557,200,-1.324381037,0.6741422347,696.64920803 +76,-1.541457714,0.7289765881,200,-1.324381037,0.6741422347,691.00345021 +77,-1.539449415,0.7320555866,200,-1.324381037,0.6741422347,688.38817368 +78,-1.537429183,0.7321097681,200,-1.324381037,0.6741422347,682.70979511 +79,-1.535472649,0.7321497267,200,-1.324381037,0.6741422347,677.20404813 +80,-1.539457899,0.7305333307,200,-1.324381037,0.6741422347,686.83790107 +81,-1.537453161,0.7305750503,200,-1.324381037,0.6741422347,681.16798645 +82,-1.535479385,0.7306124949,200,-1.324381037,0.6741422347,675.58838132 +83,-1.53946905,0.7290102593,200,-1.324381037,0.6741422347,685.34356754 +84,-1.537459922,0.7290417293,200,-1.324381037,0.6741422347,679.62892634 +85,-1.535451349,0.7290890157,200,-1.324381037,0.6741422347,673.93806268 +86,-1.535522937,0.7279887191,200,-1.324381037,0.6741422347,673.039797 +87,-1.539442524,0.7274735939,200,-1.324381037,0.6741422347,683.77763537 +88,-1.537424111,0.727521351,200,-1.324381037,0.6741422347,678.03071865 +89,-1.539384641,0.7259505092,200,-1.324381037,0.6741422347,682.18386595 +90,-1.537372391,0.7259947145,200,-1.324381037,0.6741422347,676.429951 +91,-1.535340789,0.7260435356,200,-1.324381037,0.6741422347,670.63073993 +92,-1.539325716,0.7244369706,200,-1.324381037,0.6741422347,680.64440624 +93,-1.537308932,0.7244801057,200,-1.324381037,0.6741422347,674.85565767 +94,-1.535289068,0.7245247645,200,-1.324381037,0.6741422347,669.06511406 +95,-1.533261366,0.7245550236,200,-1.324381037,0.6741422347,663.24448481 +96,-1.539267302,0.722921924,200,-1.324381037,0.6741422347,679.15367254 +97,-1.537248972,0.7229660258,200,-1.324381037,0.6741422347,673.34081586 +98,-1.535219431,0.7229916471,200,-1.324381037,0.6741422347,667.48463849 +99,-1.53318962,0.7230212049,200,-1.324381037,0.6741422347,661.63637087 +100,-1.531154816,0.7230299897,200,-1.324381037,0.6741422347,655.76017683 +101,-1.528878341,0.7230370244,200,-1.324381037,0.6741422347,649.1894406 +102,-1.539218189,0.7214009878,200,-1.324381037,0.6741422347,677.73411507 +103,-1.537198791,0.7214422745,200,-1.324381037,0.6741422347,671.89552741 +104,-1.535179266,0.7214634354,200,-1.324381037,0.6741422347,666.04459957 +105,-1.533156501,0.7214944644,200,-1.324381037,0.6741422347,660.19750726 +106,-1.53113574,0.7215166021,200,-1.324381037,0.6741422347,654.35357588 +107,-1.528874248,0.7215345535,200,-1.324381037,0.6741422347,647.81335607 +108,-1.539217656,0.7198512397,200,-1.324381037,0.6741422347,676.48342508 +109,-1.537199919,0.7199428763,200,-1.324381037,0.6741422347,670.66978982 +110,-1.545425832,0.727397149,200,-1.324381037,0.6741422347,700.90899575 +111,-1.543371177,0.7273916949,200,-1.324381037,0.6741422347,694.99142012 +112,-1.541368852,0.7274523163,200,-1.324381037,0.6741422347,689.29101743 +113,-1.545349067,0.7258710923,200,-1.324381037,0.6741422347,699.31791241 +114,-1.54332671,0.7258603556,200,-1.324381037,0.6741422347,693.46954454 +115,-1.541346831,0.7259242142,200,-1.324381037,0.6741422347,687.81550346 +116,-1.545324355,0.7243383958,200,-1.324381037,0.6741422347,697.91971607 +117,-1.543292796,0.7243617413,200,-1.324381037,0.6741422347,692.05542144 +118,-1.541295822,0.7244024384,200,-1.324381037,0.6741422347,686.31119558 +119,-1.543193859,0.7205570215,200,-1.324381037,0.6741422347,688.64126662 +120,-1.550257047,0.7386738187,200,-1.324381037,0.6741422347,726.08492494 +121,-1.549335448,0.7311736483,200,-1.324381037,0.6741422347,715.67684993 +122,-1.533478843,0.7179891343,200,-1.324381037,0.6741422347,658.25485626 +123,-1.556150555,0.738907041,200,-1.324381037,0.6741422347,742.92733398 +124,-1.554324226,0.733414257,200,-1.324381037,0.6741422347,732.1021002 +125,-1.554290846,0.7288285332,200,-1.324381037,0.6741422347,727.72199591 +126,-1.55122487,0.7219795312,200,-1.324381037,0.6741422347,713.17048525 +127,-1.525104458,0.7229399862,200,-1.324381037,0.6741422347,638.2076418 +128,-1.519607711,0.7236181429,200,-1.324381037,0.6741422347,623.04944314 +129,-1.513899999,0.7251107854,200,-1.324381037,0.6741422347,608.26517801 +130,-1.536620762,0.7431061895,200,-1.324381037,0.6741422347,693.44982254 +131,-1.5369566,0.7460845958,200,-1.324381037,0.6741422347,698.32001646 +132,-1.545345528,0.7447040685,200,-1.324381037,0.6741422347,719.55986516 +133,-1.532813921,0.7432306626,200,-1.324381037,0.6741422347,683.13830951 +134,-1.554788248,0.7382381001,200,-1.324381037,0.6741422347,738.3683298 +135,-1.540348126,0.7301594274,200,-1.324381037,0.6741422347,688.99954508 +136,-1.538016084,0.7239051786,200,-1.324381037,0.6741422347,676.38575178 +137,-1.525288962,0.7258085137,200,-1.324381037,0.6741422347,641.54996892 +138,-1.534326986,0.731241342,200,-1.324381037,0.6741422347,672.97834896 +139,-1.530733872,0.7303625216,200,-1.324381037,0.6741422347,661.83384678 +141,-1.534354939,0.7328219978,200,-1.324381037,0.6741422347,674.77304112 +142,-1.53157084,0.7292888153,200,-1.324381037,0.6741422347,663.07605347 +143,-1.525691035,0.7263799874,200,-1.324381037,0.6741422347,643.28232579 +144,-1.534031287,0.7495967835,200,-1.324381037,0.6741422347,695.28881203 +145,-1.527714986,0.7283095957,200,-1.324381037,0.6741422347,651.06246254 +146,-1.526189586,0.7271468292,200,-1.324381037,0.6741422347,645.49672528 +147,-1.555177336,0.7375563366,200,-1.324381037,0.6741422347,738.7412586 +148,-1.555080283,0.7312707794,200,-1.324381037,0.6741422347,732.21322728 +149,-1.53856994,0.7224180299,200,-1.324381037,0.6741422347,676.70078628 +150,-1.530837883,0.729933372,200,-1.324381037,0.6741422347,661.67025736 +151,-1.515066984,0.5854133365,200,-1.324381037,0.6741422347,703.62739357 +152,-1.534731633,0.5368370046,200,-1.324381037,0.6741422347,873.3594468 +153,-1.515231902,0.5607085576,200,-1.324381037,0.6741422347,761.84194645 +154,-2.616253799,1.0684566605,200,-1.324381037,0.6741422347,3415.6803885 +155,-1.956071439,0.5792177723,200,-1.324381037,0.6741422347,2047.6305587 +156,-1.951208514,0.5602434208,200,-1.324381037,0.6741422347,2060.6272492 +157,-1.944675062,0.6062144545,200,-1.324381037,0.6741422347,1976.3217284 +158,-1.613778386,0.6077989518,200,-1.324381037,0.6741422347,954.08040911 +159,-2.035029014,0.6021432345,200,-1.324381037,0.6741422347,2260.2661784 +160,-2.114989471,0.6801825058,200,-1.324381037,0.6741422347,2414.8840009 +161,-2.037382079,0.5765830025,200,-1.324381037,0.6741422347,2302.8639624 +162,-2.129855121,0.6585019963,200,-1.324381037,0.6741422347,2481.8524807 +163,-2.075141798,0.6493615843,200,-1.324381037,0.6741422347,2326.4567692 +164,-1.828626729,0.6948433129,200,-1.324381037,0.6741422347,1542.8520235 +165,-1.863329418,0.6735427691,200,-1.324381037,0.6741422347,1660.187024 +166,-1.266037071,0.727988852,200,-1.324381037,0.6741422347,276.85764116 +167,-1.277579582,0.7249010648,200,-1.324381037,0.6741422347,246.02459297 +168,-1.258418684,0.7241194816,200,-1.324381037,0.6741422347,281.33403942 +169,-1.317813974,0.6804850104,200,-1.324381037,0.6741422347,32.281235434 +170,-1.344165204,0.6790988904,200,-1.324381037,0.6741422347,64.177066794 +171,-1.427582102,0.5277120351,200,-1.324381037,0.6741422347,670.49995299 +172,-1.402238616,0.457167829,200,-1.324381037,0.6741422347,897.67303966 +173,-1.422454264,0.4996161999,200,-1.324381037,0.6741422347,762.80953261 +174,-1.439089277,0.4894859811,200,-1.324381037,0.6741422347,823.46071262 +175,-1.448126995,0.5182330266,200,-1.324381037,0.6741422347,738.25718365 +176,-1.474626146,0.5881926574,200,-1.324381037,0.6741422347,588.41159942 +177,-1.421139645,0.5584869783,200,-1.324381037,0.6741422347,554.41552467 +178,-1.457037165,0.565943032,200,-1.324381037,0.6741422347,604.9893623 +179,-2.757159358,0.3745319,200,-1.324381037,0.6741422347,4896.5453786 +180,-2.714309238,0.342054471,200,-1.324381037,0.6741422347,4840.3214711 +181,-2.000525337,0.774119946,200,-1.324381037,0.6741422347,2025.2862166 +183,-1.571413436,0.6777838382,200,-1.324381037,0.6741422347,762.7017232 +184,-1.552860289,0.6987663893,200,-1.324381037,0.6741422347,706.12268215 +185,-1.521852374,0.7165827476,200,-1.324381037,0.6741422347,623.1406585 +186,-1.503656267,0.6928968252,200,-1.324381037,0.6741422347,555.2596525 +187,-1.502753178,0.7136205882,200,-1.324381037,0.6741422347,564.83415239 +188,-1.631894563,0.7343596465,200,-1.324381037,0.6741422347,956.51126148 +189,-1.653765416,0.6770714026,200,-1.324381037,0.6741422347,1016.3410693 +190,-1.719812114,0.6715965947,200,-1.324381037,0.6741422347,1221.8192259 +191,-1.493406659,0.6646955447,200,-1.324381037,0.6741422347,526.10402087 +192,-1.469120564,0.6613469966,200,-1.324381037,0.6741422347,452.86248461 +193,-1.590551461,0.5326612937,200,-1.324381037,0.6741422347,1031.1151316 +194,-1.625979264,0.5247742243,200,-1.324381037,0.6741422347,1147.2546674 +195,-1.572293943,0.5238808754,200,-1.324381037,0.6741422347,1003.9618997 +196,-1.610848725,0.5477107964,200,-1.324381037,0.6741422347,1053.5048831 +197,-1.208485554,0.7918526018,200,-1.324381037,0.6741422347,577.28797556 +198,-1.335601374,0.6869083083,200,-1.324381037,0.6741422347,61.238613192 +199,-1.346156996,0.6825213377,200,-1.324381037,0.6741422347,74.912040546 +200,-1.324381037,0.6741422347,200,-1.324381037,0.6741422347,34.324051775 +201,-1.242424992,0.7378949807,200,-1.324381037,0.6741422347,353.14353826 +202,-1.270370057,0.7392461008,200,-1.324381037,0.6741422347,304.86015849 +203,-1.448950472,0.7441675014,200,-1.324381037,0.6741422347,465.72016736 +204,-1.492662363,0.7523026852,200,-1.324381037,0.6741422347,590.99967108 +205,-1.479098966,0.7763855017,200,-1.324381037,0.6741422347,611.16963414 +206,-1.633760714,0.7869022408,200,-1.324381037,0.6741422347,1013.2228014 +207,-1.647406434,0.8101289331,200,-1.324381037,0.6741422347,1082.1557084 +208,-1.564245052,0.5701509278,200,-1.324381037,0.6741422347,873.74824669 +209,-1.646289963,0.6833746083,200,-1.324381037,0.6741422347,991.42847409 +210,-1.5820631,0.6751952144,200,-1.324381037,0.6741422347,796.20935987 +211,-1.613236298,0.6681681791,200,-1.324381037,0.6741422347,895.09121765 +212,-1.914661867,0.8212566515,200,-1.324381037,0.6741422347,1794.3966033 +213,-1.742133237,0.7250275956,200,-1.324381037,0.6741422347,1277.7555435 +214,-2.033144872,0.6557314699,200,-1.324381037,0.6741422347,2192.3128426 +215,-2.039551981,0.6964723658,200,-1.324381037,0.6741422347,2175.6184614 +216,-1.247341019,0.7622473908,200,-1.324381037,0.6741422347,417.69069472 +217,-1.298239787,0.7084123392,200,-1.324381037,0.6741422347,157.44322861 +218,-1.308539688,0.6926545592,200,-1.324381037,0.6741422347,88.000698448 +219,-1.303263185,0.6888938396,200,-1.324381037,0.6741422347,87.372819355 +220,-1.852400229,0.6004246149,200,-1.324381037,0.6741422347,1698.2046371 +221,-1.288947707,0.7473773692,200,-1.324381037,0.6741422347,308.94368989 +222,-1.372031502,0.7472790993,200,-1.324381037,0.6741422347,323.04032911 +223,-1.289805721,0.7242157877,200,-1.324381037,0.6741422347,224.31860711 +224,-1.350807603,0.7533498126,200,-1.324381037,0.6741422347,323.54853135 +225,-1.329290365,0.7560442322,200,-1.324381037,0.6741422347,324.74527892 +226,-1.410153004,0.616936428,200,-1.324381037,0.6741422347,353.4395361 +227,-1.393445434,0.6308995063,200,-1.324381037,0.6741422347,276.690014 +228,-1.37595573,0.6241540638,200,-1.324381037,0.6741422347,256.26309336 +229,-1.358388707,0.6172645205,200,-1.324381037,0.6741422347,249.64477458 +230,-1.753741133,0.8281661666,200,-1.324381037,0.6741422347,1376.6529546 +231,-1.47430987,0.6834615681,200,-1.324381037,0.6741422347,463.51910509 +232,-1.421012508,0.7222725206,200,-1.324381037,0.6741422347,349.60904123 +233,-1.4476833,0.6978557868,200,-1.324381037,0.6741422347,389.29631895 +234,-1.470370723,0.6966193374,200,-1.324381037,0.6741422347,456.26319915 +235,-1.429211703,0.7037216883,200,-1.324381037,0.6741422347,341.18336045 +236,-1.700578405,0.6178673663,200,-1.324381037,0.6741422347,1207.6120732 +237,-1.678117619,0.6331716163,200,-1.324381037,0.6741422347,1121.7503306 +238,-1.725644578,0.6316331145,200,-1.324381037,0.6741422347,1270.3070922 +239,-2.14012759,0.7930497945,200,-1.324381037,0.6741422347,2410.7245941 +240,-2.103289431,0.7653606263,200,-1.324381037,0.6741422347,2319.3555983 +241,-1.318739838,0.7017808746,200,-1.324381037,0.6741422347,110.82899588 +242,-1.396417427,0.7077900843,200,-1.324381037,0.6741422347,257.08361747 +243,-1.35650337,0.7185539404,200,-1.324381037,0.6741422347,201.17013476 +244,-1.248884539,0.7274156818,200,-1.324381037,0.6741422347,311.00283835 +245,-1.395014798,0.5761185243,200,-1.324381037,0.6741422347,449.56886037 +246,-1.433377362,0.6064716109,200,-1.324381037,0.6741422347,437.66024538 +247,-1.408172432,0.5903155476,200,-1.324381037,0.6741422347,426.39484304 +248,-1.749645898,0.7757118084,200,-1.324381037,0.6741422347,1317.7827365 +249,-1.571626686,0.615046989,200,-1.324381037,0.6741422347,816.08898774 +250,-1.514070049,0.6303003037,200,-1.324381037,0.6741422347,621.42791982 +251,-1.480890369,0.6237966528,200,-1.324381037,0.6741422347,532.34176456 +252,-1.704390658,0.5281680612,200,-1.324381037,0.6741422347,1364.7771753 +253,-1.64434733,0.5254277498,200,-1.324381037,0.6741422347,1197.3372215 +254,-1.703855997,0.4792484842,200,-1.324381037,0.6741422347,1471.8656927 +255,-1.692002383,0.5748825051,200,-1.324381037,0.6741422347,1241.6506151 +256,-1.854136457,0.5544643913,200,-1.324381037,0.6741422347,1770.0361824 +257,-1.665021206,0.520317736,200,-1.324381037,0.6741422347,1267.4182553 +258,-1.733654349,0.4845187345,200,-1.324381037,0.6741422347,1544.0587032 +259,-1.720938188,0.5135933906,200,-1.324381037,0.6741422347,1443.4281572 +260,-1.742668307,0.553296122,200,-1.324381037,0.6741422347,1431.5096063 +261,-1.965659039,0.7142126903,200,-1.324381037,0.6741422347,1944.3561578 +262,-1.944438071,0.6772834804,200,-1.324381037,0.6741422347,1904.1241046 +263,-1.270340967,0.7681487096,200,-1.324381037,0.6741422347,405.50082767 +264,-1.353091884,0.6549276821,200,-1.324381037,0.6741422347,117.49951575 +265,-1.333236659,0.6413584414,200,-1.324381037,0.6741422347,132.78969686 +266,-1.352015998,0.6753788907,200,-1.324381037,0.6741422347,85.613352287 +267,-1.377988483,0.6577816235,200,-1.324381037,0.6741422347,179.09018037 +268,-2.13075611,0.8318642051,200,-1.324381037,0.6741422347,2374.8057092 +269,-2.097910953,0.8259670014,200,-1.324381037,0.6741422347,2287.6294246 +270,-1.416382069,0.6694271549,200,-1.324381037,0.6741422347,285.80402548 +271,-1.538905672,0.7535625993,200,-1.324381037,0.6741422347,714.20150995 +272,-1.572309477,0.7803125099,200,-1.324381037,0.6741422347,843.86311235 +273,-1.87759879,0.7503853417,200,-1.324381037,0.6741422347,1675.511343 +274,1.152365588,0.590457682,200,-1.324381037,0.6741422347,6871.3111678 +275,0.350198001,0.718001859,200,-1.324381037,0.6741422347,4806.7931756 +276,0.046513677,0.491503852,200,-1.324381037,0.6741422347,4455.2532273 +277,0.027510309,0.742571376,200,-1.324381037,0.6741422347,3928.9959356 +278,0.306285725,-0.214631579,200,-1.324381037,0.6741422347,6933.2772813 +279,-1.100564889,0.318051531,200,-1.324381037,0.6741422347,1607.6636264 +280,-1.078582306,0.301437596,200,-1.324381037,0.6741422347,1703.6354536 +281,-1.137371989,-0.617634065,200,-1.324381037,0.6741422347,5162.4066922 +282,0.784356344,0.703272339,200,-1.324381037,0.6741422347,5831.5717186 +283,-1.221209947,0.218327455,200,-1.324381037,0.6741422347,1841.6395477 +284,2.347301921,-0.449114658,200,-1.324381037,0.6741422347,10468.487182 +285,0.246820618,0.830553713,200,-1.324381037,0.6741422347,4325.6555412 +286,0.829414965,0.703288228,200,-1.324381037,0.6741422347,5921.9409004 +287,-1.337537566,0.42332223,200,-1.324381037,0.6741422347,994.48135619 +288,0.882453706,0.454478077,200,-1.324381037,0.6741422347,6790.0125772 +289,1.575629659,0.416419109,200,-1.324381037,0.6741422347,8032.0202463 +290,-1.039455679,0.229888244,200,-1.324381037,0.6741422347,2024.0171819 +291,0.489558039,0.934482747,200,-1.324381037,0.6741422347,4633.762115 +292,0.081344504,0.88384514,200,-1.324381037,0.6741422347,3848.1399877 +293,-1.547979814,0.300350308,200,-1.324381037,0.6741422347,1670.5741854 +294,0.040776181,0.168560074,200,-1.324381037,0.6741422347,5171.9461477 +295,-1.130374745,0.563894876,200,-1.324381037,0.6741422347,762.23020331 +296,1.578326642,0.478507176,200,-1.324381037,0.6741422347,7793.2417159 +297,-1.12861823,-0.291640865,200,-1.324381037,0.6741422347,3893.8893416 +298,0.310524208,0.770885792,200,-1.324381037,0.6741422347,4596.0422995 +299,0.415649091,-0.387246002,200,-1.324381037,0.6741422347,7670.331082 +300,-0.926533878,-0.188022748,200,-1.324381037,0.6741422347,3718.1120135 +301,1.258856172,-0.11716081,200,-1.324381037,0.6741422347,9469.2068797 +302,-1.126050026,0.322941926,200,-1.324381037,0.6741422347,1549.6978835 +303,2.002785835,0.07893892,200,-1.324381037,0.6741422347,9384.2329359 +304,0.440437607,0.746258085,200,-1.324381037,0.6741422347,4960.1539045 +305,-0.030391866,0.214441206,200,-1.324381037,0.6741422347,4841.6823875 +306,0.521557815,-0.058929362,200,-1.324381037,0.6741422347,7217.2560154 +307,-0.097005111,0.13317729,200,-1.324381037,0.6741422347,4832.5704297 +308,1.83113859,0.221857587,200,-1.324381037,0.6741422347,8894.4183074 +309,0.222428864,0.099404236,200,-1.324381037,0.6741422347,5902.3462581 +310,-1.702731345,0.8728568183,200,-1.324381037,0.6741422347,1322.0721547 +311,-0.418507569,0.278324921,200,-1.324381037,0.6741422347,3496.8284095 +312,-1.41153306,0.339029988,200,-1.324381037,0.6741422347,1360.657442 +313,0.357560442,0.114788776,200,-1.324381037,0.6741422347,6279.6989234 +314,0.325818979,0.268352149,200,-1.324381037,0.6741422347,5802.2279654 +315,-1.246004659,-0.663679965,200,-1.324381037,0.6741422347,5306.8029326 +316,1.814603087,0.637404484,200,-1.324381037,0.6741422347,7248.8031947 +317,1.843704281,-0.18300445,200,-1.324381037,0.6741422347,10496.188965 +318,1.690644492,-0.211480909,200,-1.324381037,0.6741422347,10557.747117 +319,-1.275451936,0.068109467,200,-1.324381037,0.6741422347,2406.9748225 +320,0.762430171,-0.207594741,200,-1.324381037,0.6741422347,8322.7550051 +321,0.265668905,-0.014647884,200,-1.324381037,0.6741422347,6317.7204188 +322,-2.773032013,-0.335515811,200,-1.324381037,0.6741422347,6681.0426929 +323,-1.469512853,0.174058777,200,-1.324381037,0.6741422347,2046.6553242 +324,0.286276986,0.785925691,200,-1.324381037,0.6741422347,4506.6830376 +325,-1.379324697,0.377432233,200,-1.324381037,0.6741422347,1190.0257626 +326,-1.203778265,0.212813032,200,-1.324381037,0.6741422347,1876.0790741 +327,0.579916301,0.611743168,200,-1.324381037,0.6741422347,5629.0166016 +328,0.267582642,0.868113908,200,-1.324381037,0.6741422347,4303.2554059 +329,0.412869244,-0.050245578,200,-1.324381037,0.6741422347,6860.9455285 +330,0.17524381,0.976660285,200,-1.324381037,0.6741422347,3922.9784532 +331,0.743157214,0.204812899,200,-1.324381037,0.6741422347,7172.0333334 +332,-1.070758176,0.269382282,200,-1.324381037,0.6741422347,1830.4855335 +333,-1.230364251,0.329790229,200,-1.324381037,0.6741422347,1401.7768169 +334,-1.374813124,-0.024926835,200,-1.324381037,0.6741422347,2775.1191596 +335,0.519780566,0.463669906,200,-1.324381037,0.6741422347,5862.844288 +336,-1.55108034,0.239698561,200,-1.324381037,0.6741422347,1895.3381357 +337,0.180294813,0.029739425,200,-1.324381037,0.6741422347,5943.8034624 +338,0.67820924,0.268170153,200,-1.324381037,0.6741422347,6817.7828952 +339,0.445798684,1.024001867,200,-1.324381037,0.6741422347,4360.8301061 +340,0.691751283,0.150521402,200,-1.324381037,0.6741422347,7178.3397226 +341,-1.036643551,-0.903056181,200,-1.324381037,0.6741422347,6326.0710137 +342,-0.120287036,1.083325163,200,-1.324381037,0.6741422347,3245.332032 +343,2.823513113,-0.304487164,200,-1.324381037,0.6741422347,8701.3566744 +344,0.457583172,1.12513373,200,-1.324381037,0.6741422347,4181.3906347 +345,0.042918831,0.813795399,200,-1.324381037,0.6741422347,3857.1448208 +346,1.196146777,-0.853142756,200,-1.324381037,0.6741422347,10551.916475 +347,0.206001358,-0.010430701,200,-1.324381037,0.6741422347,6122.683823 +348,-0.268308653,0.234799412,200,-1.324381037,0.6741422347,4059.2149593 +349,0.759363263,0.736189579,200,-1.324381037,0.6741422347,5685.381235 +350,0.181363926,0.891988372,200,-1.324381037,0.6741422347,4066.3381579 +351,-0.021111158,0.139103292,200,-1.324381037,0.6741422347,5052.0358274 +352,-0.093355215,0.630686981,200,-1.324381037,0.6741422347,3778.9937507 +353,0.40118964,0.681375926,200,-1.324381037,0.6741422347,5016.5508564 +354,-0.721197315,1.304706234,200,-1.324381037,0.6741422347,2731.867083 +355,-1.076150317,0.212107639,200,-1.324381037,0.6741422347,2028.2626401 +356,-1.577164531,0.273993443,200,-1.324381037,0.6741422347,1812.6799825 +357,-0.190788414,0.182208586,200,-1.324381037,0.6741422347,4424.2653769 +358,-0.261349752,0.209710184,200,-1.324381037,0.6741422347,4141.143568 +359,-1.029303852,0.083549259,200,-1.324381037,0.6741422347,2568.8909415 +360,-1.268609162,0.330525297,200,-1.324381037,0.6741422347,1374.5117439 +361,1.282982244,-0.926641967,200,-1.324381037,0.6741422347,10684.048954 +362,0.217352334,0.731352408,200,-1.324381037,0.6741422347,4444.5843818 +363,-1.511833084,0.258629297,200,-1.324381037,0.6741422347,1771.1992264 +364,0.338812194,0.823184618,200,-1.324381037,0.6741422347,4554.0211232 +365,-0.324406489,1.134201999,200,-1.324381037,0.6741422347,2897.4875183 +366,1.389579348,0.399185724,200,-1.324381037,0.6741422347,7905.6184673 +367,2.047152199,-0.039082036,200,-1.324381037,0.6741422347,9794.2401556 +368,0.947780369,0.568250077,200,-1.324381037,0.6741422347,6574.719028 +369,0.763824846,0.576754987,200,-1.324381037,0.6741422347,6156.6493295 +370,-0.142334657,0.928153068,200,-1.324381037,0.6741422347,3275.3012671 +371,0.610266567,0.547265983,200,-1.324381037,0.6741422347,5875.2924786 +372,0.210731629,0.746815056,200,-1.324381037,0.6741422347,4397.4482679 +373,-1.34931644,0.316895224,200,-1.324381037,0.6741422347,1417.6670597 +374,2.407696481,0.655030745,200,-1.324381037,0.6741422347,6755.7847317 +375,0.64207831,0.545359131,200,-1.324381037,0.6741422347,5958.823138 +376,1.174597538,0.840588356,200,-1.324381037,0.6741422347,6032.0877231 +377,0.660059424,0.010604079,200,-1.324381037,0.6741422347,7459.5042427 +378,-0.730263819,0.010486456,200,-1.324381037,0.6741422347,3398.9063887 +379,0.831068936,0.512339172,200,-1.324381037,0.6741422347,6498.6509786 +380,1.301180979,0.72367476,200,-1.324381037,0.6741422347,6602.3049415 +381,1.811128231,0.322854402,200,-1.324381037,0.6741422347,8494.6801667 +382,0.435105812,0.992284428,200,-1.324381037,0.6741422347,4406.1458325 +383,0.62643634,0.592027932,200,-1.324381037,0.6741422347,5793.8075732 +384,0.492988703,-0.516339467,200,-1.324381037,0.6741422347,8178.0186323 +385,-0.162469483,0.112549365,200,-1.324381037,0.6741422347,4683.2740045 +386,0.314630866,0.472006421,200,-1.324381037,0.6741422347,5276.6313122 +387,0.166744804,0.822815954,200,-1.324381037,0.6741422347,4148.45998 +388,0.417159608,0.965805736,200,-1.324381037,0.6741422347,4426.4141179 +389,0.106334961,0.868774244,200,-1.324381037,0.6741422347,3929.1042056 +390,0.815086969,-0.338144359,200,-1.324381037,0.6741422347,8790.5002851 +391,0.59867455,-0.230624824,200,-1.324381037,0.6741422347,7873.9967159 +392,1.915104874,0.066220985,200,-1.324381037,0.6741422347,9489.4202723 +393,1.278093622,0.064463721,200,-1.324381037,0.6741422347,8915.5821522 +394,-0.061477853,0.302997961,200,-1.324381037,0.6741422347,4538.8920341 +395,0.251311504,0.626976942,200,-1.324381037,0.6741422347,4749.8910811 +396,2.950242872,0.149095644,200,-1.324381037,0.6741422347,7160.6594519 +397,-0.180294708,0.35375117,200,-1.324381037,0.6741422347,4057.8770214 +398,1.010448592,-0.351180233,200,-1.324381037,0.6741422347,9418.6191089 +399,-1.748740498,0.3686318073,200,-1.324381037,0.6741422347,1883.5372451 +400,2.699635665,0.123533791,200,-1.324381037,0.6741422347,7919.6584733 +401,0.496808033,0.823843254,200,-1.324381037,0.6741422347,4904.4385091 +402,0.129574704,0.763364087,200,-1.324381037,0.6741422347,4159.9903201 +403,1.798920311,0.817447563,200,-1.324381037,0.6741422347,6535.3060815 +404,0.335987953,0.746786541,200,-1.324381037,0.6741422347,4708.9752589 +405,-1.085413643,0.292154671,200,-1.324381037,0.6741422347,1724.9549633 +406,-0.155321003,0.508207011,200,-1.324381037,0.6741422347,3816.5236524 +407,0.620529244,-0.301175104,200,-1.324381037,0.6741422347,8105.5669026 +408,1.684402744,0.368716966,200,-1.324381037,0.6741422347,8283.7209381 +409,0.300582244,-0.386397212,200,-1.324381037,0.6741422347,7323.0321924 +410,2.913555946,-0.009225192,200,-1.324381037,0.6741422347,7691.9113205 +411,1.465101417,0.493232532,200,-1.324381037,0.6741422347,7639.7395581 +412,0.090612882,0.907955955,200,-1.324381037,0.6741422347,3835.7095554 +413,2.987564726,-0.729568594,200,-1.324381037,0.6741422347,8988.8778124 +414,-1.484261606,0.224149272,200,-1.324381037,0.6741422347,1868.9388934 +415,0.164073421,0.303955133,200,-1.324381037,0.6741422347,5228.6657045 +416,0.141441293,0.167552546,200,-1.324381037,0.6741422347,5485.637389 +417,2.931321023,-0.506718887,200,-1.324381037,0.6741422347,8791.4892252 +418,2.21951565,0.700596356,200,-1.324381037,0.6741422347,6806.7986578 +419,0.268112576,1.199114336,200,-1.324381037,0.6741422347,3793.229762 +420,0.978913739,0.359223811,200,-1.324381037,0.6741422347,7303.3812604 +421,1.210898818,0.522863584,200,-1.324381037,0.6741422347,7200.3037926 +422,2.347397336,0.129231362,200,-1.324381037,0.6741422347,8711.3670181 +423,0.614394501,0.556878345,200,-1.324381037,0.6741422347,5859.5675838 +424,-1.398079356,0.148483366,200,-1.324381037,0.6741422347,2098.6317134 +425,2.535303836,-0.112984496,200,-1.324381037,0.6741422347,9050.5466177 +426,-1.019372593,-0.405322349,200,-1.324381037,0.6741422347,4423.191203 +427,-1.297785627,-0.160104069,200,-1.324381037,0.6741422347,3305.90772 +428,2.144554488,0.205051084,200,-1.324381037,0.6741422347,8756.7782556 +429,-2.242387083,-0.426171285,200,-1.324381037,0.6741422347,5529.0282941 +430,0.338637212,0.909723676,200,-1.324381037,0.6741422347,4379.4867234 +431,-0.148798452,0.691042401,200,-1.324381037,0.6741422347,3524.2126914 +432,0.893524764,0.441829531,200,-1.324381037,0.6741422347,6853.8151607 +433,0.969229347,-0.368847936,200,-1.324381037,0.6741422347,9332.8050856 +434,0.436043248,0.800045688,200,-1.324381037,0.6741422347,4825.771327 +435,1.687946607,1.081504775,200,-1.324381037,0.6741422347,5477.3824213 +436,0.522302046,-0.034889271,200,-1.324381037,0.6741422347,7159.3287559 +437,-0.178996113,-0.438090009,200,-1.324381037,0.6741422347,6114.315552 +438,-1.094339566,0.301444068,200,-1.324381037,0.6741422347,1677.1004701 +439,-1.064070054,0.242569932,200,-1.324381037,0.6741422347,1937.2948686 +440,-1.068153768,0.230387998,200,-1.324381037,0.6741422347,1974.4411087 +441,-3.00496892,-0.23989155,200,-1.324381037,0.6741422347,7147.1479876 +442,0.21751974,0.766874888,200,-1.324381037,0.6741422347,4375.7395485 +443,0.117229532,0.007619006,200,-1.324381037,0.6741422347,5803.6660782 +444,0.777758451,0.420554741,200,-1.324381037,0.6741422347,6644.5904543 +445,-0.252356999,0.250747086,200,-1.324381037,0.6741422347,4070.1747208 +446,0.363148444,0.768483434,200,-1.324381037,0.6741422347,4727.2846728 +447,0.903191366,-0.118210676,200,-1.324381037,0.6741422347,8515.8324975 +448,-0.205755923,0.149406178,200,-1.324381037,0.6741422347,4459.2944799 +449,1.811996086,0.02364353,200,-1.324381037,0.6741422347,9679.8536017 +450,-1.100670221,0.314845373,200,-1.324381037,0.6741422347,1618.9089488 +451,0.340078597,0.850105132,200,-1.324381037,0.6741422347,4501.5722328 +452,0.258757267,0.804969236,200,-1.324381037,0.6741422347,4402.8795234 +453,2.78505352,-0.155160804,200,-1.324381037,0.6741422347,8454.0544588 +454,0.800551619,0.105822106,200,-1.324381037,0.6741422347,7608.1295524 +455,0.437940882,-0.506194031,200,-1.324381037,0.6741422347,7994.5172594 +456,2.230431122,0.63458615,200,-1.324381037,0.6741422347,7044.2794395 +457,0.527965361,0.127667701,200,-1.324381037,0.6741422347,6761.5769898 +458,-0.063643205,0.702093448,200,-1.324381037,0.6741422347,3746.1430736 +459,1.408447268,0.133010502,200,-1.324381037,0.6741422347,8910.1544156 +460,0.523795955,0.280266966,200,-1.324381037,0.6741422347,6352.3327789 +461,-0.975769313,0.072177659,200,-1.324381037,0.6741422347,2694.8596067 +462,0.549774164,-0.463663986,200,-1.324381037,0.6741422347,8240.824059 +463,0.29245874,1.095549818,200,-1.324381037,0.6741422347,3969.0198402 +464,0.143625958,0.816809593,200,-1.324381037,0.6741422347,4102.4474652 +465,0.671902494,0.611159853,200,-1.324381037,0.6741422347,5848.6582792 +466,1.239840988,0.6724199,200,-1.324381037,0.6741422347,6711.5140404 +467,0.607829703,-0.10932137,200,-1.324381037,0.6741422347,7607.4487267 +468,1.763020906,0.263996692,200,-1.324381037,0.6741422347,8722.4453243 +469,0.378714634,0.726066797,200,-1.324381037,0.6741422347,4858.8133937 +470,2.196736143,-0.153862366,200,-1.324381037,0.6741422347,9980.3072935 +471,0.01702415,0.148991565,200,-1.324381037,0.6741422347,5145.8603888 +472,-2.998490902,-0.158002487,200,-1.324381037,0.6741422347,6929.8959239 +473,-3.051262951,-0.346595608,200,-1.324381037,0.6741422347,7538.39495 +474,-1.069176439,0.182802941,200,-1.324381037,0.6741422347,2145.7750888 +475,0.167157509,0.595344954,200,-1.324381037,0.6741422347,4586.3888614 +476,0.613855648,0.681746124,200,-1.324381037,0.6741422347,5523.3749765 +477,1.037012736,0.682555367,200,-1.324381037,0.6741422347,6369.0429258 +478,-1.253574971,0.379755746,200,-1.324381037,0.6741422347,1190.6333385 +479,3.108590453,-0.132620738,200,-1.324381037,0.6741422347,7412.6882631 +480,0.565301296,0.022333262,200,-1.324381037,0.6741422347,7144.9516613 +481,0.547898238,0.855555614,200,-1.324381037,0.6741422347,4935.3908451 +482,0.948309381,0.417393755,200,-1.324381037,0.6741422347,7052.1432178 +483,-0.050600732,0.945269213,200,-1.324381037,0.6741422347,3471.4803131 +484,-0.977651478,-0.572363064,200,-1.324381037,0.6741422347,5099.6550079 +485,1.102014914,0.728861163,200,-1.324381037,0.6741422347,6317.8329425 +486,2.927300795,-0.282939414,200,-1.324381037,0.6741422347,8331.6108104 +487,-1.154565557,0.124434095,200,-1.324381037,0.6741422347,2260.5171985 +488,1.855331234,0.291044755,200,-1.324381037,0.6741422347,8618.1240945 +489,0.830290659,0.276904518,200,-1.324381037,0.6741422347,7196.6810913 +490,0.485104466,-0.234867441,200,-1.324381037,0.6741422347,7532.6593102 +491,0.521367572,-0.33161327,200,-1.324381037,0.6741422347,7868.2987147 +1,-1.539031704,0.7349710123,201,-1.242424992,0.7378949807,869.04731118 +2,-1.536990553,0.7349663874,201,-1.242424992,0.7378949807,863.08970688 +3,-1.534951779,0.7349571355,201,-1.242424992,0.7378949807,857.14066914 +4,-1.532906461,0.7349480293,201,-1.242424992,0.7378949807,851.17201521 +5,-1.531320211,0.7346937278,201,-1.242424992,0.7378949807,846.65183205 +6,-1.539451648,0.7335131775,201,-1.242424992,0.7378949807,870.94507349 +7,-1.537429487,0.7335445708,201,-1.242424992,0.7378949807,865.02287173 +8,-1.535484998,0.7335658704,201,-1.242424992,0.7378949807,859.33208517 +9,-1.533488396,0.7336036027,201,-1.242424992,0.7378949807,853.4811227 +10,-1.531497785,0.7335842962,201,-1.242424992,0.7378949807,847.67390389 +11,-1.530259379,0.7334777758,201,-1.242424992,0.7378949807,844.10467771 +12,-1.5335454,0.7322346912,201,-1.242424992,0.7378949807,854.30171741 +13,-1.531489083,0.7322238773,201,-1.242424992,0.7378949807,848.29598221 +14,-1.530011122,0.7321679851,201,-1.242424992,0.7378949807,844.00259877 +15,-1.53348106,0.7306614094,201,-1.242424992,0.7378949807,854.90643858 +16,-1.531441779,0.7306962275,201,-1.242424992,0.7378949807,848.92429013 +17,-1.529755654,0.7306933243,201,-1.242424992,0.7378949807,843.9942358 +18,-1.533415048,0.7291384674,201,-1.242424992,0.7378949807,855.52259424 +19,-1.531392093,0.7291705353,201,-1.242424992,0.7378949807,849.58619129 +20,-1.529296523,0.7291214933,201,-1.242424992,0.7378949807,843.48099968 +21,-1.535280942,0.727267644,201,-1.242424992,0.7378949807,862.0345448 +22,-1.533378158,0.7276139666,201,-1.242424992,0.7378949807,856.26579941 +23,-1.531340368,0.7276446587,201,-1.242424992,0.7378949807,850.28364168 +24,-1.528960113,0.7276398177,201,-1.242424992,0.7378949807,843.31899178 +25,-1.533313146,0.7260818349,201,-1.242424992,0.7378949807,856.97220654 +26,-1.531259555,0.7260958115,201,-1.242424992,0.7378949807,850.95095159 +27,-1.528926415,0.7260865555,201,-1.242424992,0.7378949807,844.12473268 +28,-1.531226779,0.7245511789,201,-1.242424992,0.7378949807,851.79873911 +29,-1.528904772,0.7245519194,201,-1.242424992,0.7378949807,844.99726766 +30,-1.547195875,0.7409785979,201,-1.242424992,0.7378949807,890.44352244 +31,-1.5451475,0.740980426,201,-1.242424992,0.7378949807,884.48035668 +32,-1.543097679,0.7409798872,201,-1.242424992,0.7378949807,878.51339612 +33,-1.540720364,0.7409892687,201,-1.242424992,0.7378949807,871.58913796 +34,-1.547188511,0.7395198392,201,-1.242424992,0.7378949807,890.95700735 +35,-1.545148587,0.7395226109,201,-1.242424992,0.7378949807,885.01362774 +36,-1.543104538,0.7395314908,201,-1.242424992,0.7378949807,879.05554814 +37,-1.540727751,0.7395306258,201,-1.242424992,0.7378949807,872.13126173 +38,-1.547187029,0.7380014886,201,-1.242424992,0.7378949807,891.54822796 +39,-1.545147315,0.7380012252,201,-1.242424992,0.7378949807,885.60229334 +40,-1.54310719,0.7380060743,201,-1.242424992,0.7378949807,879.65269161 +41,-1.540719671,0.7380068206,201,-1.242424992,0.7378949807,872.69143952 +42,-1.547187189,0.7364799098,201,-1.242424992,0.7378949807,892.18508685 +43,-1.545149996,0.7364853874,201,-1.242424992,0.7378949807,886.24000777 +44,-1.543106091,0.7364823484,201,-1.242424992,0.7378949807,880.27858322 +45,-1.540717158,0.7364893901,201,-1.242424992,0.7378949807,873.30578572 +46,-1.538663972,0.7410138672,201,-1.242424992,0.7378949807,865.59360703 +47,-1.53695285,0.7409699132,201,-1.242424992,0.7378949807,860.62632027 +48,-1.534910498,0.7409641297,201,-1.242424992,0.7378949807,854.68117791 +49,-1.533145034,0.7409536636,201,-1.242424992,0.7378949807,849.54350214 +50,-1.538681336,0.7395405883,201,-1.242424992,0.7378949807,866.16506311 +51,-1.536999189,0.7395183096,201,-1.242424992,0.7378949807,861.27170035 +52,-1.534923633,0.7395144222,201,-1.242424992,0.7378949807,855.22484912 +53,-1.533267822,0.7395654306,201,-1.242424992,0.7378949807,850.38113401 +54,-1.53867273,0.7380151077,201,-1.242424992,0.7378949807,866.71974354 +55,-1.536980576,0.7379994392,201,-1.242424992,0.7378949807,861.79162801 +56,-1.534931522,0.7379944961,201,-1.242424992,0.7378949807,855.81817343 +57,-1.533387952,0.7379480264,201,-1.242424992,0.7378949807,851.33457989 +58,-1.538682279,0.7364914363,201,-1.242424992,0.7378949807,867.36764334 +59,-1.536980704,0.7364810563,201,-1.242424992,0.7378949807,862.40689273 +60,-1.534935567,0.7364752065,201,-1.242424992,0.7378949807,856.44133794 +61,-1.533042592,0.7363876366,201,-1.242424992,0.7378949807,850.95328636 +62,-1.545143426,0.7349628011,201,-1.242424992,0.7378949807,886.89332656 +63,-1.543105297,0.7349691947,201,-1.242424992,0.7378949807,880.94080726 +64,-1.541064533,0.7349647152,201,-1.242424992,0.7378949807,874.98510145 +65,-1.545411803,0.7334624714,201,-1.242424992,0.7378949807,888.37876204 +66,-1.543446606,0.7334780896,201,-1.242424992,0.7378949807,882.6313133 +67,-1.541475327,0.7334957295,201,-1.242424992,0.7378949807,876.86483393 +68,-1.545401939,0.731963266,201,-1.242424992,0.7378949807,889.08990845 +69,-1.54342253,0.7319915583,201,-1.242424992,0.7378949807,883.29109479 +70,-1.541455867,0.7320216438,201,-1.242424992,0.7378949807,877.52838654 +71,-1.545410146,0.7304422281,201,-1.242424992,0.7378949807,889.90383432 +72,-1.543435491,0.7304713664,201,-1.242424992,0.7378949807,884.11489902 +73,-1.541463105,0.7304997613,201,-1.242424992,0.7378949807,878.33275784 +74,-1.545414768,0.7289194936,201,-1.242424992,0.7378949807,890.74761635 +75,-1.543435774,0.7289538557,201,-1.242424992,0.7378949807,884.93976638 +76,-1.541457714,0.7289765881,201,-1.242424992,0.7378949807,879.14088611 +77,-1.539449415,0.7320555866,201,-1.242424992,0.7378949807,871.64723497 +78,-1.537429183,0.7321097681,201,-1.242424992,0.7378949807,865.7155439 +79,-1.535472649,0.7321497267,201,-1.242424992,0.7378949807,859.97694823 +80,-1.539457899,0.7305333307,201,-1.242424992,0.7378949807,872.4516917 +81,-1.537453161,0.7305750503,201,-1.242424992,0.7378949807,866.56751586 +82,-1.535479385,0.7306124949,201,-1.242424992,0.7378949807,860.77593726 +83,-1.53946905,0.7290102593,201,-1.242424992,0.7378949807,873.30469663 +84,-1.537459922,0.7290417293,201,-1.242424992,0.7378949807,867.40964516 +85,-1.535451349,0.7290890157,201,-1.242424992,0.7378949807,861.50734512 +86,-1.535522937,0.7279887191,201,-1.242424992,0.7378949807,862.32968856 +87,-1.539442524,0.7274735939,201,-1.242424992,0.7378949807,874.09552834 +88,-1.537424111,0.727521351,201,-1.242424992,0.7378949807,868.16077491 +89,-1.539384641,0.7259505092,201,-1.242424992,0.7378949807,874.82709445 +90,-1.537372391,0.7259947145,201,-1.242424992,0.7378949807,868.90925487 +91,-1.535340789,0.7260435356,201,-1.242424992,0.7378949807,862.9318448 +92,-1.539325716,0.7244369706,201,-1.242424992,0.7378949807,875.58944949 +93,-1.537308932,0.7244801057,201,-1.242424992,0.7378949807,869.65614493 +94,-1.535289068,0.7245247645,201,-1.242424992,0.7378949807,863.71273535 +95,-1.533261366,0.7245550236,201,-1.242424992,0.7378949807,857.75525391 +96,-1.539267302,0.722921924,201,-1.242424992,0.7378949807,876.39355441 +97,-1.537248972,0.7229660258,201,-1.242424992,0.7378949807,870.45253251 +98,-1.535219431,0.7229916471,201,-1.242424992,0.7378949807,864.49063887 +99,-1.53318962,0.7230212049,201,-1.242424992,0.7378949807,858.52523365 +100,-1.531154816,0.7230299897,201,-1.242424992,0.7378949807,852.55858976 +101,-1.528878341,0.7230370244,201,-1.242424992,0.7378949807,845.88489398 +102,-1.539218189,0.7214009878,201,-1.242424992,0.7378949807,877.26816349 +103,-1.537198791,0.7214422745,201,-1.242424992,0.7378949807,871.32362078 +104,-1.535179266,0.7214634354,201,-1.242424992,0.7378949807,865.39230466 +105,-1.533156501,0.7214944644,201,-1.242424992,0.7378949807,859.44466455 +106,-1.53113574,0.7215166021,201,-1.242424992,0.7378949807,853.50881726 +107,-1.528874248,0.7215345535,201,-1.242424992,0.7378949807,846.87031808 +108,-1.539217656,0.7198512397,201,-1.242424992,0.7378949807,878.34497241 +109,-1.537199919,0.7199428763,201,-1.242424992,0.7378949807,872.36770046 +110,-1.545425832,0.727397149,201,-1.242424992,0.7378949807,891.64939023 +111,-1.543371177,0.7273916949,201,-1.242424992,0.7378949807,885.64012774 +112,-1.541368852,0.7274523163,201,-1.242424992,0.7378949807,879.74529234 +113,-1.545349067,0.7258710923,201,-1.242424992,0.7378949807,892.3355704 +114,-1.54332671,0.7258603556,201,-1.242424992,0.7378949807,886.42209561 +115,-1.541346831,0.7259242142,201,-1.242424992,0.7378949807,880.5873801 +116,-1.545324355,0.7243383958,201,-1.242424992,0.7378949807,893.21753886 +117,-1.543292796,0.7243617413,201,-1.242424992,0.7378949807,887.25396936 +118,-1.541295822,0.7244024384,201,-1.242424992,0.7378949807,881.380496 +119,-1.543193859,0.7205570215,201,-1.242424992,0.7378949807,889.49875688 +120,-1.550257047,0.7386738187,201,-1.242424992,0.7378949807,900.22553484 +121,-1.549335448,0.7311736483,201,-1.242424992,0.7378949807,900.99211012 +122,-1.533478843,0.7179891343,201,-1.242424992,0.7378949807,862.87661736 +123,-1.556150555,0.738907041,201,-1.242424992,0.7378949807,917.30191719 +124,-1.554324226,0.733414257,201,-1.242424992,0.7378949807,914.42916857 +125,-1.554290846,0.7288285332,201,-1.242424992,0.7378949807,916.75825524 +126,-1.55122487,0.7219795312,201,-1.242424992,0.7378949807,912.0464196 +127,-1.525104458,0.7229399862,201,-1.242424992,0.7378949807,834.89157265 +128,-1.519607711,0.7236181429,201,-1.242424992,0.7378949807,818.3504041 +129,-1.513899999,0.7251107854,201,-1.242424992,0.7378949807,800.70043897 +130,-1.536620762,0.7431061895,201,-1.242424992,0.7378949807,858.97769798 +131,-1.5369566,0.7460845958,201,-1.242424992,0.7378949807,859.13849883 +132,-1.545345528,0.7447040685,201,-1.242424992,0.7378949807,883.86865997 +133,-1.532813921,0.7432306626,201,-1.242424992,0.7378949807,847.86885307 +134,-1.554788248,0.7382381001,201,-1.242424992,0.7378949807,913.60517995 +135,-1.540348126,0.7301594274,201,-1.242424992,0.7378949807,875.25278003 +136,-1.538016084,0.7239051786,201,-1.242424992,0.7378949807,872.09169065 +137,-1.525288962,0.7258085137,201,-1.242424992,0.7378949807,833.63898245 +138,-1.534326986,0.731241342,201,-1.242424992,0.7378949807,857.08257723 +139,-1.530733872,0.7303625216,201,-1.242424992,0.7378949807,847.02666161 +141,-1.534354939,0.7328219978,201,-1.242424992,0.7378949807,856.38288061 +142,-1.53157084,0.7292888153,201,-1.242424992,0.7378949807,850.0451134 +143,-1.525691035,0.7263799874,201,-1.242424992,0.7378949807,834.47689902 +144,-1.534031287,0.7495967835,201,-1.242424992,0.7378949807,849.90792777 +145,-1.527714986,0.7283095957,201,-1.242424992,0.7378949807,839.29806097 +146,-1.526189586,0.7271468292,201,-1.242424992,0.7378949807,835.49017081 +147,-1.555177336,0.7375563366,201,-1.242424992,0.7378949807,915.02374412 +148,-1.555080283,0.7312707794,201,-1.242424992,0.7378949807,917.72943996 +149,-1.53856994,0.7224180299,201,-1.242424992,0.7378949807,874.68376408 +150,-1.530837883,0.729933372,201,-1.242424992,0.7378949807,847.55611307 +151,-1.515066984,0.5854133365,201,-1.242424992,0.7378949807,1041.6780948 +152,-1.534731633,0.5368370046,201,-1.242424992,0.7378949807,1220.7164251 +153,-1.515231902,0.5607085576,201,-1.242424992,0.7378949807,1107.4213697 +154,-2.616253799,1.0684566605,201,-1.242424992,0.7378949807,3370.2596252 +155,-1.956071439,0.5792177723,201,-1.242424992,0.7378949807,2298.2741378 +156,-1.951208514,0.5602434208,201,-1.242424992,0.7378949807,2320.1041598 +157,-1.944675062,0.6062144545,201,-1.242424992,0.7378949807,2216.5332946 +158,-1.613778386,0.6077989518,201,-1.242424992,0.7378949807,1255.9679352 +159,-2.035029014,0.6021432345,201,-1.242424992,0.7378949807,2488.2918788 +160,-2.114989471,0.6801825058,201,-1.242424992,0.7378949807,2595.4182542 +161,-2.037382079,0.5765830025,201,-1.242424992,0.7378949807,2541.4234097 +162,-2.129855121,0.6585019963,201,-1.242424992,0.7378949807,2670.8304946 +163,-2.075141798,0.6493615843,201,-1.242424992,0.7378949807,2527.0035026 +164,-1.828626729,0.6948433129,201,-1.242424992,0.7378949807,1748.0860507 +165,-1.863329418,0.6735427691,201,-1.242424992,0.7378949807,1875.4223296 +166,-1.266037071,0.727988852,201,-1.242424992,0.7378949807,79.819190956 +167,-1.277579582,0.7249010648,201,-1.242424992,0.7378949807,115.70637903 +168,-1.258418684,0.7241194816,201,-1.242424992,0.7378949807,72.122853214 +169,-1.317813974,0.6804850104,201,-1.242424992,0.7378949807,320.95258918 +170,-1.344165204,0.6790988904,201,-1.242424992,0.7378949807,384.39463136 +171,-1.427582102,0.5277120351,201,-1.242424992,0.7378949807,1019.3833251 +172,-1.402238616,0.457167829,201,-1.242424992,0.7378949807,1227.1242202 +173,-1.422454264,0.4996161999,201,-1.242424992,0.7378949807,1106.293698 +174,-1.439089277,0.4894859811,201,-1.242424992,0.7378949807,1169.6492311 +175,-1.448126995,0.5182330266,201,-1.242424992,0.7378949807,1089.3377112 +176,-1.474626146,0.5881926574,201,-1.242424992,0.7378949807,934.54766199 +177,-1.421139645,0.5584869783,201,-1.242424992,0.7378949807,905.98722876 +178,-1.457037165,0.565943032,201,-1.242424992,0.7378949807,957.489986 +179,-2.757159358,0.3745319,201,-1.242424992,0.7378949807,5078.4340937 +180,-2.714309238,0.342054471,201,-1.242424992,0.7378949807,5037.9299994 +181,-2.000525337,0.774119946,201,-1.242424992,0.7378949807,2163.8282704 +183,-1.571413436,0.6777838382,201,-1.242424992,0.7378949807,1015.9895895 +184,-1.552860289,0.6987663893,201,-1.242424992,0.7378949807,936.89391104 +185,-1.521852374,0.7165827476,201,-1.242424992,0.7378949807,829.86116262 +186,-1.503656267,0.6928968252,201,-1.242424992,0.7378949807,799.98843703 +187,-1.502753178,0.7136205882,201,-1.242424992,0.7378949807,776.25566651 +188,-1.631894563,0.7343596465,201,-1.242424992,0.7378949807,1140.049281 +189,-1.653765416,0.6770714026,201,-1.242424992,0.7378949807,1257.2499084 +190,-1.719812114,0.6715965947,201,-1.242424992,0.7378949807,1457.6657068 +191,-1.493406659,0.6646955447,201,-1.242424992,0.7378949807,811.71281406 +192,-1.469120564,0.6613469966,201,-1.242424992,0.7378949807,749.89736629 +193,-1.590551461,0.5326612937,201,-1.242424992,0.7378949807,1370.0116985 +194,-1.625979264,0.5247742243,201,-1.242424992,0.7378949807,1481.6696025 +195,-1.572293943,0.5238808754,201,-1.242424992,0.7378949807,1348.0399997 +196,-1.610848725,0.5477107964,201,-1.242424992,0.7378949807,1383.9189878 +197,-1.208485554,0.7918526018,201,-1.242424992,0.7378949807,234.68473869 +198,-1.335601374,0.6869083083,201,-1.242424992,0.7378949807,344.56212177 +199,-1.346156996,0.6825213377,201,-1.242424992,0.7378949807,380.85340759 +200,-1.324381037,0.6741422347,201,-1.242424992,0.7378949807,353.14353826 +201,-1.242424992,0.7378949807,201,-1.242424992,0.7378949807,35.016239101 +202,-1.270370057,0.7392461008,201,-1.242424992,0.7378949807,82.021542122 +203,-1.448950472,0.7441675014,201,-1.242424992,0.7378949807,603.5514843 +204,-1.492662363,0.7523026852,201,-1.242424992,0.7378949807,729.88106809 +205,-1.479098966,0.7763855017,201,-1.242424992,0.7378949807,697.31698711 +206,-1.633760714,0.7869022408,201,-1.242424992,0.7378949807,1133.8731111 +207,-1.647406434,0.8101289331,201,-1.242424992,0.7378949807,1177.595527 +208,-1.564245052,0.5701509278,201,-1.242424992,0.7378949807,1206.248576 +209,-1.646289963,0.6833746083,201,-1.242424992,0.7378949807,1227.6184794 +210,-1.5820631,0.6751952144,201,-1.242424992,0.7378949807,1050.4137706 +211,-1.613236298,0.6681681791,201,-1.242424992,0.7378949807,1150.7282024 +212,-1.914661867,0.8212566515,201,-1.242424992,0.7378949807,1902.4903797 +213,-1.742133237,0.7250275956,201,-1.242424992,0.7378949807,1466.9534346 +214,-2.033144872,0.6557314699,201,-1.242424992,0.7378949807,2395.368686 +215,-2.039551981,0.6964723658,201,-1.242424992,0.7378949807,2356.6509181 +216,-1.247341019,0.7622473908,201,-1.242424992,0.7378949807,97.506133132 +217,-1.298239787,0.7084123392,201,-1.242424992,0.7378949807,202.7342833 +218,-1.308539688,0.6926545592,201,-1.242424992,0.7378949807,266.77301409 +219,-1.303263185,0.6888938396,201,-1.242424992,0.7378949807,266.17466836 +220,-1.852400229,0.6004246149,201,-1.242424992,0.7378949807,1956.4797882 +221,-1.288947707,0.7473773692,201,-1.242424992,0.7378949807,140.84732878 +222,-1.372031502,0.7472790993,201,-1.242424992,0.7378949807,379.90855987 +223,-1.289805721,0.7242157877,201,-1.242424992,0.7378949807,149.84798145 +224,-1.350807603,0.7533498126,201,-1.242424992,0.7378949807,321.19985551 +225,-1.329290365,0.7560442322,201,-1.242424992,0.7378949807,262.45308673 +226,-1.410153004,0.616936428,201,-1.242424992,0.7378949807,704.50732395 +227,-1.393445434,0.6308995063,201,-1.242424992,0.7378949807,627.41461117 +228,-1.37595573,0.6241540638,201,-1.242424992,0.7378949807,609.25965299 +229,-1.358388707,0.6172645205,201,-1.242424992,0.7378949807,596.54075761 +230,-1.753741133,0.8281661666,201,-1.242424992,0.7378949807,1469.8450743 +231,-1.47430987,0.6834615681,201,-1.242424992,0.7378949807,727.87049024 +232,-1.421012508,0.7222725206,201,-1.242424992,0.7378949807,530.37774492 +233,-1.4476833,0.6978557868,201,-1.242424992,0.7378949807,631.99875523 +234,-1.470370723,0.6966193374,201,-1.242424992,0.7378949807,699.0220349 +235,-1.429211703,0.7037216883,201,-1.242424992,0.7378949807,571.65275957 +236,-1.700578405,0.6178673663,201,-1.242424992,0.7378949807,1484.280352 +237,-1.678117619,0.6331716163,201,-1.242424992,0.7378949807,1392.9653654 +238,-1.725644578,0.6316331145,201,-1.242424992,0.7378949807,1533.4930501 +239,-2.14012759,0.7930497945,201,-1.242424992,0.7378949807,2529.250623 +240,-2.103289431,0.7653606263,201,-1.242424992,0.7378949807,2456.1567062 +241,-1.318739838,0.7017808746,201,-1.242424992,0.7378949807,268.50365956 +242,-1.396417427,0.7077900843,201,-1.242424992,0.7378949807,472.46932555 +243,-1.35650337,0.7185539404,201,-1.242424992,0.7378949807,345.74778419 +244,-1.248884539,0.7274156818,201,-1.242424992,0.7378949807,45.658917731 +245,-1.395014798,0.5761185243,201,-1.242424992,0.7378949807,798.81427937 +246,-1.433377362,0.6064716109,201,-1.242424992,0.7378949807,787.00204766 +247,-1.408172432,0.5903155476,201,-1.242424992,0.7378949807,779.34812116 +248,-1.749645898,0.7757118084,201,-1.242424992,0.7378949807,1460.5953153 +249,-1.571626686,0.615046989,201,-1.242424992,0.7378949807,1123.9212823 +250,-1.514070049,0.6303003037,201,-1.242424992,0.7378949807,934.48355979 +251,-1.480890369,0.6237966528,201,-1.242424992,0.7378949807,860.35056408 +252,-1.704390658,0.5281680612,201,-1.242424992,0.7378949807,1682.8364714 +253,-1.64434733,0.5254277498,201,-1.242424992,0.7378949807,1528.0675699 +254,-1.703855997,0.4792484842,201,-1.242424992,0.7378949807,1803.935495 +255,-1.692002383,0.5748825051,201,-1.242424992,0.7378949807,1543.433884 +256,-1.854136457,0.5544643913,201,-1.242424992,0.7378949807,2049.0227561 +257,-1.665021206,0.520317736,201,-1.242424992,0.7378949807,1595.6893556 +258,-1.733654349,0.4845187345,201,-1.242424992,0.7378949807,1869.6613881 +259,-1.720938188,0.5135933906,201,-1.242424992,0.7378949807,1763.0404453 +260,-1.742668307,0.553296122,201,-1.242424992,0.7378949807,1732.3587233 +261,-1.965659039,0.7142126903,201,-1.242424992,0.7378949807,2123.0173847 +262,-1.944438071,0.6772834804,201,-1.242424992,0.7378949807,2106.9852273 +263,-1.270340967,0.7681487096,201,-1.242424992,0.7378949807,144.4556983 +264,-1.353091884,0.6549276821,201,-1.242424992,0.7378949807,469.93227074 +265,-1.333236659,0.6413584414,201,-1.242424992,0.7378949807,472.2519358 +266,-1.352015998,0.6753788907,201,-1.242424992,0.7378949807,412.50048238 +267,-1.377988483,0.6577816235,201,-1.242424992,0.7378949807,519.2237138 +268,-2.13075611,0.8318642051,201,-1.242424992,0.7378949807,2471.5456815 +269,-2.097910953,0.8259670014,201,-1.242424992,0.7378949807,2389.2806545 +270,-1.416382069,0.6694271549,201,-1.242424992,0.7378949807,590.71381499 +271,-1.538905672,0.7535625993,201,-1.242424992,0.7378949807,863.41830724 +272,-1.572309477,0.7803125099,201,-1.242424992,0.7378949807,960.43007544 +273,-1.87759879,0.7503853417,201,-1.242424992,0.7378949807,1836.9578037 +274,1.152365588,0.590457682,201,-1.242424992,0.7378949807,6525.2586775 +275,0.350198001,0.718001859,201,-1.242424992,0.7378949807,4459.4618841 +276,0.046513677,0.491503852,201,-1.242424992,0.7378949807,4152.8470193 +277,0.027510309,0.742571376,201,-1.242424992,0.7378949807,3591.0412691 +278,0.306285725,-0.214631579,201,-1.242424992,0.7378949807,6727.606834 +279,-1.100564889,0.318051531,201,-1.242424992,0.7378949807,1730.3228241 +280,-1.078582306,0.301437596,201,-1.242424992,0.7378949807,1815.4420588 +281,-1.137371989,-0.617634065,201,-1.242424992,0.7378949807,5382.7286668 +282,0.784356344,0.703272339,201,-1.242424992,0.7378949807,5478.5859587 +283,-1.221209947,0.218327455,201,-1.242424992,0.7378949807,2059.3033419 +284,2.347301921,-0.449114658,201,-1.242424992,0.7378949807,10592.790894 +285,0.246820618,0.830553713,201,-1.242424992,0.7378949807,3974.964339 +286,0.829414965,0.703288228,201,-1.242424992,0.7378949807,5569.3466826 +287,-1.337537566,0.42332223,201,-1.242424992,0.7378949807,1284.4813491 +288,0.882453706,0.454478077,201,-1.242424992,0.7378949807,6437.7399776 +289,1.575629659,0.416419109,201,-1.242424992,0.7378949807,7720.7854777 +290,-1.039455679,0.229888244,201,-1.242424992,0.7378949807,2129.533039 +291,0.489558039,0.934482747,201,-1.242424992,0.7378949807,4281.550231 +292,0.081344504,0.88384514,201,-1.242424992,0.7378949807,3497.3355934 +293,-1.547979814,0.300350308,201,-1.242424992,0.7378949807,2017.5681737 +294,0.040776181,0.168560074,201,-1.242424992,0.7378949807,4932.7479032 +295,-1.130374745,0.563894876,201,-1.242424992,0.7378949807,773.80547919 +296,1.578326642,0.478507176,201,-1.242424992,0.7378949807,7485.0231505 +297,-1.12861823,-0.291640865,201,-1.242424992,0.7378949807,4099.1441098 +298,0.310524208,0.770885792,201,-1.242424992,0.7378949807,4246.9028235 +299,0.415649091,-0.387246002,201,-1.242424992,0.7378949807,7486.1141787 +300,-0.926533878,-0.188022748,201,-1.242424992,0.7378949807,3842.9503759 +301,1.258856172,-0.11716081,201,-1.242424992,0.7378949807,9118.8926745 +302,-1.126050026,0.322941926,201,-1.242424992,0.7378949807,1689.6519232 +303,2.002785835,0.07893892,201,-1.242424992,0.7378949807,9186.9281059 +304,0.440437607,0.746258085,201,-1.242424992,0.7378949807,4609.3389764 +305,-0.030391866,0.214441206,201,-1.242424992,0.7378949807,4604.8867759 +306,0.521557815,-0.058929362,201,-1.242424992,0.7378949807,6944.5414467 +307,-0.097005111,0.13317729,201,-1.242424992,0.7378949807,4626.6366191 +308,1.83113859,0.221857587,201,-1.242424992,0.7378949807,8634.2006005 +309,0.222428864,0.099404236,201,-1.242424992,0.7378949807,5647.0888584 +310,-1.702731345,0.8728568183,201,-1.242424992,0.7378949807,1362.5422153 +311,-0.418507569,0.278324921,201,-1.242424992,0.7378949807,3323.6902889 +312,-1.41153306,0.339029988,201,-1.242424992,0.7378949807,1678.5173942 +313,0.357560442,0.114788776,201,-1.242424992,0.7378949807,6001.5744478 +314,0.325818979,0.268352149,201,-1.242424992,0.7378949807,5504.267902 +315,-1.246004659,-0.663679965,201,-1.242424992,0.7378949807,5551.6533655 +316,1.814603087,0.637404484,201,-1.242424992,0.7378949807,6987.7094216 +317,1.843704281,-0.18300445,201,-1.242424992,0.7378949807,10237.530596 +318,1.690644492,-0.211480909,201,-1.242424992,0.7378949807,10238.312763 +319,-1.275451936,0.068109467,201,-1.242424992,0.7378949807,2655.5877822 +320,0.762430171,-0.207594741,201,-1.242424992,0.7378949807,8040.4038503 +321,0.265668905,-0.014647884,201,-1.242424992,0.7378949807,6077.3015384 +322,-2.773032013,-0.335515811,201,-1.242424992,0.7378949807,6992.9656802 +323,-1.469512853,0.174058777,201,-1.242424992,0.7378949807,2368.4021639 +324,0.286276986,0.785925691,201,-1.242424992,0.7378949807,4157.3242405 +325,-1.379324697,0.377432233,201,-1.242424992,0.7378949807,1498.3967739 +326,-1.203778265,0.212813032,201,-1.242424992,0.7378949807,2084.112593 +327,0.579916301,0.611743168,201,-1.242424992,0.7378949807,5279.9128831 +328,0.267582642,0.868113908,201,-1.242424992,0.7378949807,3951.0307052 +329,0.412869244,-0.050245578,201,-1.242424992,0.7378949807,6603.3766148 +330,0.17524381,0.976660285,201,-1.242424992,0.7378949807,3569.8893201 +331,0.743157214,0.204812899,201,-1.242424992,0.7378949807,6838.8249021 +332,-1.070758176,0.269382282,201,-1.242424992,0.7378949807,1945.7244152 +333,-1.230364251,0.329790229,201,-1.242424992,0.7378949807,1617.0109772 +334,-1.374813124,-0.024926835,201,-1.242424992,0.7378949807,3058.4610497 +335,0.519780566,0.463669906,201,-1.242424992,0.7378949807,5525.2741104 +336,-1.55108034,0.239698561,201,-1.242424992,0.7378949807,2238.7638555 +337,0.180294813,0.029739425,201,-1.242424992,0.7378949807,5709.066833 +338,0.67820924,0.268170153,201,-1.242424992,0.7378949807,6484.6384398 +339,0.445798684,1.024001867,201,-1.242424992,0.7378949807,4011.2992078 +340,0.691751283,0.150521402,201,-1.242424992,0.7378949807,6854.9279914 +341,-1.036643551,-0.903056181,201,-1.242424992,0.7378949807,6538.2033434 +342,-0.120287036,1.083325163,201,-1.242424992,0.7378949807,2894.3819254 +343,2.823513113,-0.304487164,201,-1.242424992,0.7378949807,8905.58156 +344,0.457583172,1.12513373,201,-1.242424992,0.7378949807,3839.1525953 +345,0.042918831,0.813795399,201,-1.242424992,0.7378949807,3511.628337 +346,1.196146777,-0.853142756,201,-1.242424992,0.7378949807,10466.788501 +347,0.206001358,-0.010430701,201,-1.242424992,0.7378949807,5891.6210774 +348,-0.268308653,0.234799412,201,-1.242424992,0.7378949807,3863.5269516 +349,0.759363263,0.736189579,201,-1.242424992,0.7378949807,5332.5021192 +350,0.181363926,0.891988372,201,-1.242424992,0.7378949807,3714.2076648 +351,-0.021111158,0.139103292,201,-1.242424992,0.7378949807,4830.1820842 +352,-0.093355215,0.630686981,201,-1.242424992,0.7378949807,3464.2674675 +353,0.40118964,0.681375926,201,-1.242424992,0.7378949807,4669.7216538 +354,-0.721197315,1.304706234,201,-1.242424992,0.7378949807,2429.0868446 +355,-1.076150317,0.212107639,201,-1.242424992,0.7378949807,2160.0735657 +356,-1.577164531,0.273993443,201,-1.242424992,0.7378949807,2161.4065382 +357,-0.190788414,0.182208586,201,-1.242424992,0.7378949807,4225.640835 +358,-0.261349752,0.209710184,201,-1.242424992,0.7378949807,3950.6249236 +359,-1.029303852,0.083549259,201,-1.242424992,0.7378949807,2698.5630448 +360,-1.268609162,0.330525297,201,-1.242424992,0.7378949807,1615.9880023 +361,1.282982244,-0.926641967,201,-1.242424992,0.7378949807,10662.108419 +362,0.217352334,0.731352408,201,-1.242424992,0.7378949807,4100.619945 +363,-1.511833084,0.258629297,201,-1.242424992,0.7378949807,2109.2938801 +364,0.338812194,0.823184618,201,-1.242424992,0.7378949807,4202.2912182 +365,-0.324406489,1.134201999,201,-1.242424992,0.7378949807,2551.1480402 +366,1.389579348,0.399185724,201,-1.242424992,0.7378949807,7569.2659345 +367,2.047152199,-0.039082036,201,-1.242424992,0.7378949807,9626.4615639 +368,0.947780369,0.568250077,201,-1.242424992,0.7378949807,6221.9343792 +369,0.763824846,0.576754987,201,-1.242424992,0.7378949807,5804.3288862 +370,-0.142334657,0.928153068,201,-1.242424992,0.7378949807,2924.3035037 +371,0.610266567,0.547265983,201,-1.242424992,0.7378949807,5527.978225 +372,0.210731629,0.746815056,201,-1.242424992,0.7378949807,4052.518498 +373,-1.34931644,0.316895224,201,-1.242424992,0.7378949807,1706.0548237 +374,2.407696481,0.655030745,201,-1.242424992,0.7378949807,6629.3883943 +375,0.64207831,0.545359131,201,-1.242424992,0.7378949807,5610.4408882 +376,1.174597538,0.840588356,201,-1.242424992,0.7378949807,5698.8707183 +377,0.660059424,0.010604079,201,-1.242424992,0.7378949807,7156.6133593 +378,-0.730263819,0.010486456,201,-1.242424992,0.7378949807,3408.910057 +379,0.831068936,0.512339172,201,-1.242424992,0.7378949807,6146.3240263 +380,1.301180979,0.72367476,201,-1.242424992,0.7378949807,6272.6086209 +381,1.811128231,0.322854402,201,-1.242424992,0.7378949807,8229.8970347 +382,0.435105812,0.992284428,201,-1.242424992,0.7378949807,4055.08146 +383,0.62643634,0.592027932,201,-1.242424992,0.7378949807,5444.1013011 +384,0.492988703,-0.516339467,201,-1.242424992,0.7378949807,8015.837774 +385,-0.162469483,0.112549365,201,-1.242424992,0.7378949807,4495.8433158 +386,0.314630866,0.472006421,201,-1.242424992,0.7378949807,4952.8944314 +387,0.166744804,0.822815954,201,-1.242424992,0.7378949807,3799.5662302 +388,0.417159608,0.965805736,201,-1.242424992,0.7378949807,4074.3112943 +389,0.106334961,0.868774244,201,-1.242424992,0.7378949807,3578.7164896 +390,0.815086969,-0.338144359,201,-1.242424992,0.7378949807,8526.9469727 +391,0.59867455,-0.230624824,201,-1.242424992,0.7378949807,7621.8413891 +392,1.915104874,0.066220985,201,-1.242424992,0.7378949807,9258.2295623 +393,1.278093622,0.064463721,201,-1.242424992,0.7378949807,8562.5756488 +394,-0.061477853,0.302997961,201,-1.242424992,0.7378949807,4287.8124354 +395,0.251311504,0.626976942,201,-1.242424992,0.7378949807,4413.6927372 +396,2.950242872,0.149095644,201,-1.242424992,0.7378949807,7277.9097062 +397,-0.180294708,0.35375117,201,-1.242424992,0.7378949807,3814.3976308 +398,1.010448592,-0.351180233,201,-1.242424992,0.7378949807,9126.8503241 +399,-1.748740498,0.3686318073,201,-1.242424992,0.7378949807,2227.4908068 +400,2.699635665,0.123533791,201,-1.242424992,0.7378949807,7975.6090724 +401,0.496808033,0.823843254,201,-1.242424992,0.7378949807,4551.3850274 +402,0.129574704,0.763364087,201,-1.242424992,0.7378949807,3816.3187809 +403,1.798920311,0.817447563,201,-1.242424992,0.7378949807,6273.0702455 +404,0.335987953,0.746786541,201,-1.242424992,0.7378949807,4360.4582611 +405,-1.085413643,0.292154671,201,-1.242424992,0.7378949807,1844.032208 +406,-0.155321003,0.508207011,201,-1.242424992,0.7378949807,3532.6954123 +407,0.620529244,-0.301175104,201,-1.242424992,0.7378949807,7865.2224832 +408,1.684402744,0.368716966,201,-1.242424992,0.7378949807,7990.6291921 +409,0.300582244,-0.386397212,201,-1.242424992,0.7378949807,7159.4243653 +410,2.913555946,-0.009225192,201,-1.242424992,0.7378949807,7838.7814309 +411,1.465101417,0.493232532,201,-1.242424992,0.7378949807,7316.1042184 +412,0.090612882,0.907955955,201,-1.242424992,0.7378949807,3483.8221813 +413,2.987564726,-0.729568594,201,-1.242424992,0.7378949807,9317.0766419 +414,-1.484261606,0.224149272,201,-1.242424992,0.7378949807,2198.2261377 +415,0.164073421,0.303955133,201,-1.242424992,0.7378949807,4945.0202701 +416,0.141441293,0.167552546,201,-1.242424992,0.7378949807,5230.183548 +417,2.931321023,-0.506718887,201,-1.242424992,0.7378949807,9068.3036276 +418,2.21951565,0.700596356,201,-1.242424992,0.7378949807,6631.2068773 +419,0.268112576,1.199114336,201,-1.242424992,0.7378949807,3455.6354042 +420,0.978913739,0.359223811,201,-1.242424992,0.7378949807,6950.8537521 +421,1.210898818,0.522863584,201,-1.242424992,0.7378949807,6855.0558404 +422,2.347397336,0.129231362,201,-1.242424992,0.7378949807,8646.2257698 +423,0.614394501,0.556878345,201,-1.242424992,0.7378949807,5511.6626294 +424,-1.398079356,0.148483366,201,-1.242424992,0.7378949807,2396.9675612 +425,2.535303836,-0.112984496,201,-1.242424992,0.7378949807,9115.2873904 +426,-1.019372593,-0.405322349,201,-1.242424992,0.7378949807,4601.3022244 +427,-1.297785627,-0.160104069,201,-1.242424992,0.7378949807,3562.638476 +428,2.144554488,0.205051084,201,-1.242424992,0.7378949807,8603.631717 +429,-2.242387083,-0.426171285,201,-1.242424992,0.7378949807,5881.1429108 +430,0.338637212,0.909723676,201,-1.242424992,0.7378949807,4026.3480515 +431,-0.148798452,0.691042401,201,-1.242424992,0.7378949807,3202.3409067 +432,0.893524764,0.441829531,201,-1.242424992,0.7378949807,6501.5484198 +433,0.969229347,-0.368847936,201,-1.242424992,0.7378949807,9051.6468066 +434,0.436043248,0.800045688,201,-1.242424992,0.7378949807,4473.4918658 +435,1.687946607,1.081504775,201,-1.242424992,0.7378949807,5205.590327 +436,0.522302046,-0.034889271,201,-1.242424992,0.7378949807,6882.3818231 +437,-0.178996113,-0.438090009,201,-1.242424992,0.7378949807,6062.7875699 +438,-1.094339566,0.301444068,201,-1.242424992,0.7378949807,1799.8741065 +439,-1.064070054,0.242569932,201,-1.242424992,0.7378949807,2054.9176955 +440,-1.068153768,0.230387998,201,-1.242424992,0.7378949807,2097.4414595 +441,-3.00496892,-0.23989155,201,-1.242424992,0.7378949807,7415.5528316 +442,0.21751974,0.766874888,201,-1.242424992,0.7378949807,4029.1777926 +443,0.117229532,0.007619006,201,-1.242424992,0.7378949807,5584.691157 +444,0.777758451,0.420554741,201,-1.242424992,0.7378949807,6296.2173971 +445,-0.252356999,0.250747086,201,-1.242424992,0.7378949807,3866.8204167 +446,0.363148444,0.768483434,201,-1.242424992,0.7378949807,4377.1313817 +447,0.903191366,-0.118210676,201,-1.242424992,0.7378949807,8199.5828329 +448,-0.205755923,0.149406178,201,-1.242424992,0.7378949807,4272.1247869 +449,1.811996086,0.02364353,201,-1.242424992,0.7378949807,9411.3065854 +450,-1.100670221,0.314845373,201,-1.242424992,0.7378949807,1742.5333346 +451,0.340078597,0.850105132,201,-1.242424992,0.7378949807,4149.1339917 +452,0.258757267,0.804969236,201,-1.242424992,0.7378949807,4053.1412783 +453,2.78505352,-0.155160804,201,-1.242424992,0.7378949807,8606.9422331 +454,0.800551619,0.105822106,201,-1.242424992,0.7378949807,7278.4570853 +455,0.437940882,-0.506194031,201,-1.242424992,0.7378949807,7838.711531 +456,2.230431122,0.63458615,201,-1.242424992,0.7378949807,6876.9782723 +457,0.527965361,0.127667701,201,-1.242424992,0.7378949807,6459.1374253 +458,-0.063643205,0.702093448,201,-1.242424992,0.7378949807,3417.7148576 +459,1.408447268,0.133010502,201,-1.242424992,0.7378949807,8564.7950234 +460,0.523795955,0.280266966,201,-1.242424992,0.7378949807,6031.6503723 +461,-0.975769313,0.072177659,201,-1.242424992,0.7378949807,2799.947213 +462,0.549774164,-0.463663986,201,-1.242424992,0.7378949807,8053.8925225 +463,0.29245874,1.095549818,201,-1.242424992,0.7378949807,3621.5933707 +464,0.143625958,0.816809593,201,-1.242424992,0.7378949807,3754.3947067 +465,0.671902494,0.611159853,201,-1.242424992,0.7378949807,5497.2573905 +466,1.239840988,0.6724199,201,-1.242424992,0.7378949807,6374.3594098 +467,0.607829703,-0.10932137,201,-1.242424992,0.7378949807,7330.6341286 +468,1.763020906,0.263996692,201,-1.242424992,0.7378949807,8444.3582693 +469,0.378714634,0.726066797,201,-1.242424992,0.7378949807,4510.2523514 +470,2.196736143,-0.153862366,201,-1.242424992,0.7378949807,9908.9272486 +471,0.01702415,0.148991565,201,-1.242424992,0.7378949807,4914.9424211 +472,-2.998490902,-0.158002487,201,-1.242424992,0.7378949807,7183.7692397 +473,-3.051262951,-0.346595608,201,-1.242424992,0.7378949807,7820.0862079 +474,-1.069176439,0.182802941,201,-1.242424992,0.7378949807,2279.2637417 +475,0.167157509,0.595344954,201,-1.242424992,0.7378949807,4258.6909115 +476,0.613855648,0.681746124,201,-1.242424992,0.7378949807,5171.356036 +477,1.037012736,0.682555367,201,-1.242424992,0.7378949807,6021.0055778 +478,-1.253574971,0.379755746,201,-1.242424992,0.7378949807,1419.0721075 +479,3.108590453,-0.132620738,201,-1.242424992,0.7378949807,7630.8811113 +480,0.565301296,0.022333262,201,-1.242424992,0.7378949807,6852.8002377 +481,0.547898238,0.855555614,201,-1.242424992,0.7378949807,4582.3735899 +482,0.948309381,0.417393755,201,-1.242424992,0.7378949807,6699.376793 +483,-0.050600732,0.945269213,201,-1.242424992,0.7378949807,3119.2238882 +484,-0.977651478,-0.572363064,201,-1.242424992,0.7378949807,5278.5262238 +485,1.102014914,0.728861163,201,-1.242424992,0.7378949807,5974.5532736 +486,2.927300795,-0.282939414,201,-1.242424992,0.7378949807,8551.0562363 +487,-1.154565557,0.124434095,201,-1.242424992,0.7378949807,2449.3346721 +488,1.855331234,0.291044755,201,-1.242424992,0.7378949807,8365.0710266 +489,0.830290659,0.276904518,201,-1.242424992,0.7378949807,6852.3810082 +490,0.485104466,-0.234867441,201,-1.242424992,0.7378949807,7300.2023238 +491,0.521367572,-0.33161327,201,-1.242424992,0.7378949807,7651.8009468 +1,-1.539031704,0.7349710123,202,-1.270370057,0.7392461008,787.03239509 +2,-1.536990553,0.7349663874,202,-1.270370057,0.7392461008,781.07394016 +3,-1.534951779,0.7349571355,202,-1.270370057,0.7392461008,775.12408885 +4,-1.532906461,0.7349480293,202,-1.270370057,0.7392461008,769.15467942 +5,-1.531320211,0.7346937278,202,-1.270370057,0.7392461008,764.6330687 +6,-1.539451648,0.7335131775,202,-1.270370057,0.7392461008,788.9249623 +7,-1.537429487,0.7335445708,202,-1.270370057,0.7392461008,783.00243625 +8,-1.535484998,0.7335658704,202,-1.270370057,0.7392461008,777.31136115 +9,-1.533488396,0.7336036027,202,-1.270370057,0.7392461008,771.46017124 +10,-1.531497785,0.7335842962,202,-1.270370057,0.7392461008,765.65269397 +11,-1.530259379,0.7334777758,202,-1.270370057,0.7392461008,762.08326656 +12,-1.5335454,0.7322346912,202,-1.270370057,0.7392461008,772.28050996 +13,-1.531489083,0.7322238773,202,-1.270370057,0.7392461008,766.27504529 +14,-1.530011122,0.7321679851,202,-1.270370057,0.7392461008,761.98199738 +15,-1.53348106,0.7306614094,202,-1.270370057,0.7392461008,772.88945836 +16,-1.531441779,0.7306962275,202,-1.270370057,0.7392461008,766.90803736 +17,-1.529755654,0.7306933243,202,-1.270370057,0.7392461008,761.97878154 +18,-1.533415048,0.7291384674,202,-1.270370057,0.7392461008,773.51431255 +19,-1.531392093,0.7291705353,202,-1.270370057,0.7392461008,767.57922345 +20,-1.529296523,0.7291214933,202,-1.270370057,0.7392461008,761.4761265 +21,-1.535280942,0.727267644,202,-1.270370057,0.7392461008,780.0408375 +22,-1.533378158,0.7276139666,202,-1.270370057,0.7392461008,774.27070899 +23,-1.531340368,0.7276446587,202,-1.270370057,0.7392461008,768.29054262 +24,-1.528960113,0.7276398177,202,-1.270370057,0.7392461008,761.32877313 +25,-1.533313146,0.7260818349,202,-1.270370057,0.7392461008,774.99492082 +26,-1.531259555,0.7260958115,202,-1.270370057,0.7392461008,768.97663397 +27,-1.528926415,0.7260865555,202,-1.270370057,0.7392461008,762.15428109 +28,-1.531226779,0.7245511789,202,-1.270370057,0.7392461008,769.84772724 +29,-1.528904772,0.7245519194,202,-1.270370057,0.7392461008,763.05099083 +30,-1.547195875,0.7409785979,202,-1.270370057,0.7392461008,808.50157601 +31,-1.5451475,0.740980426,202,-1.270370057,0.7392461008,802.53621722 +32,-1.543097679,0.7409798872,202,-1.270370057,0.7392461008,796.56705794 +33,-1.540720364,0.7409892687,202,-1.270370057,0.7392461008,789.64046033 +34,-1.547188511,0.7395198392,202,-1.270370057,0.7392461008,808.99228484 +35,-1.545148587,0.7395226109,202,-1.270370057,0.7392461008,803.04693171 +36,-1.543104538,0.7395314908,202,-1.270370057,0.7392461008,797.08699702 +37,-1.540727751,0.7395306258,202,-1.270370057,0.7392461008,790.16044321 +38,-1.547187029,0.7380014886,202,-1.270370057,0.7392461008,809.56389231 +39,-1.545147315,0.7380012252,202,-1.270370057,0.7392461008,803.61620923 +40,-1.54310719,0.7380060743,202,-1.270370057,0.7392461008,797.66495733 +41,-1.540719671,0.7380068206,202,-1.270370057,0.7392461008,790.70177049 +42,-1.547187189,0.7364799098,202,-1.270370057,0.7392461008,810.18526543 +43,-1.545149996,0.7364853874,202,-1.270370057,0.7392461008,804.23881521 +44,-1.543106091,0.7364823484,202,-1.270370057,0.7392461008,798.27598769 +45,-1.540717158,0.7364893901,202,-1.270370057,0.7392461008,791.30169689 +46,-1.538663972,0.7410138672,202,-1.270370057,0.7392461008,783.64321385 +47,-1.53695285,0.7409699132,202,-1.270370057,0.7392461008,778.67346901 +48,-1.534910498,0.7409641297,202,-1.270370057,0.7392461008,772.72619431 +49,-1.533145034,0.7409536636,202,-1.270370057,0.7392461008,767.58661712 +50,-1.538681336,0.7395405883,202,-1.270370057,0.7392461008,784.19247974 +51,-1.536999189,0.7395183096,202,-1.270370057,0.7392461008,779.29728064 +52,-1.534923633,0.7395144222,202,-1.270370057,0.7392461008,773.24852201 +53,-1.533267822,0.7395654306,202,-1.270370057,0.7392461008,768.40402907 +54,-1.53867273,0.7380151077,202,-1.270370057,0.7392461008,784.72854281 +55,-1.536980576,0.7379994392,202,-1.270370057,0.7392461008,779.79895233 +56,-1.534931522,0.7379944961,202,-1.270370057,0.7392461008,773.82390246 +57,-1.533387952,0.7379480264,202,-1.270370057,0.7392461008,769.33870426 +58,-1.538682279,0.7364914363,202,-1.270370057,0.7392461008,785.36229894 +59,-1.536980704,0.7364810563,202,-1.270370057,0.7392461008,780.40044123 +60,-1.534935567,0.7364752065,202,-1.270370057,0.7392461008,774.43365369 +61,-1.533042592,0.7363876366,202,-1.270370057,0.7392461008,768.94392971 +62,-1.545143426,0.7349628011,202,-1.270370057,0.7392461008,804.88116279 +63,-1.543105297,0.7349691947,202,-1.270370057,0.7392461008,798.92769469 +64,-1.541064533,0.7349647152,202,-1.270370057,0.7392461008,792.97103073 +65,-1.545411803,0.7334624714,202,-1.270370057,0.7392461008,806.35997787 +66,-1.543446606,0.7334780896,202,-1.270370057,0.7392461008,800.61204143 +67,-1.541475327,0.7334957295,202,-1.270370057,0.7392461008,794.84512496 +68,-1.545401939,0.731963266,202,-1.270370057,0.7392461008,807.06842383 +69,-1.54342253,0.7319915583,202,-1.270370057,0.7392461008,801.26956023 +70,-1.541455867,0.7320216438,202,-1.270370057,0.7392461008,795.50684842 +71,-1.545410146,0.7304422281,202,-1.270370057,0.7392461008,807.88372637 +72,-1.543435491,0.7304713664,202,-1.270370057,0.7392461008,802.0952039 +73,-1.541463105,0.7304997613,202,-1.270370057,0.7392461008,796.31353024 +74,-1.545414768,0.7289194936,202,-1.270370057,0.7392461008,808.73301276 +75,-1.543435774,0.7289538557,202,-1.270370057,0.7392461008,802.9260693 +76,-1.541457714,0.7289765881,202,-1.270370057,0.7392461008,797.12821914 +77,-1.539449415,0.7320555866,202,-1.270370057,0.7392461008,789.62573844 +78,-1.537429183,0.7321097681,202,-1.270370057,0.7392461008,783.69412117 +79,-1.535472649,0.7321497267,202,-1.270370057,0.7392461008,777.95564186 +80,-1.539457899,0.7305333307,202,-1.270370057,0.7392461008,790.43297934 +81,-1.537453161,0.7305750503,202,-1.270370057,0.7392461008,784.54934235 +82,-1.535479385,0.7306124949,202,-1.270370057,0.7392461008,778.75835504 +83,-1.53946905,0.7290102593,202,-1.270370057,0.7392461008,791.29306732 +84,-1.537459922,0.7290417293,202,-1.270370057,0.7392461008,785.39914182 +85,-1.535451349,0.7290890157,202,-1.270370057,0.7392461008,779.49792367 +86,-1.535522937,0.7279887191,202,-1.270370057,0.7392461008,780.32882396 +87,-1.539442524,0.7274735939,202,-1.270370057,0.7392461008,792.09541118 +88,-1.537424111,0.727521351,202,-1.270370057,0.7392461008,786.16225808 +89,-1.539384641,0.7259505092,202,-1.270370057,0.7392461008,792.84271998 +90,-1.537372391,0.7259947145,202,-1.270370057,0.7392461008,786.92714488 +91,-1.535340789,0.7260435356,202,-1.270370057,0.7392461008,780.95204458 +92,-1.539325716,0.7244369706,202,-1.270370057,0.7392461008,793.62494956 +93,-1.537308932,0.7244801057,202,-1.270370057,0.7392461008,787.6946267 +94,-1.535289068,0.7245247645,202,-1.270370057,0.7392461008,781.75426974 +95,-1.533261366,0.7245550236,202,-1.270370057,0.7392461008,775.80017403 +96,-1.539267302,0.722921924,202,-1.270370057,0.7392461008,794.45314364 +97,-1.537248972,0.7229660258,202,-1.270370057,0.7392461008,788.51584718 +98,-1.535219431,0.7229916471,202,-1.270370057,0.7392461008,782.5581436 +99,-1.53318962,0.7230212049,202,-1.270370057,0.7392461008,776.59697967 +100,-1.531154816,0.7230299897,202,-1.270370057,0.7392461008,770.63511554 +101,-1.528878341,0.7230370244,202,-1.270370057,0.7392461008,763.96700217 +102,-1.539218189,0.7214009878,202,-1.270370057,0.7392461008,795.35610438 +103,-1.537198791,0.7214422745,202,-1.270370057,0.7392461008,789.41616398 +104,-1.535179266,0.7214634354,202,-1.270370057,0.7392461008,783.48999393 +105,-1.533156501,0.7214944644,202,-1.270370057,0.7392461008,777.5474405 +106,-1.53113574,0.7215166021,202,-1.270370057,0.7392461008,771.61700883 +107,-1.528874248,0.7215345535,202,-1.270370057,0.7392461008,764.9849056 +108,-1.539217656,0.7198512397,202,-1.270370057,0.7392461008,796.46592794 +109,-1.537199919,0.7199428763,202,-1.270370057,0.7392461008,790.49297944 +110,-1.545425832,0.727397149,202,-1.270370057,0.7392461008,809.64438596 +111,-1.543371177,0.7273916949,202,-1.270370057,0.7392461008,803.63698136 +112,-1.541368852,0.7274523163,202,-1.270370057,0.7392461008,797.74349855 +113,-1.545349067,0.7258710923,202,-1.270370057,0.7392461008,810.3443805 +114,-1.54332671,0.7258603556,202,-1.270370057,0.7392461008,804.43353791 +115,-1.541346831,0.7259242142,202,-1.270370057,0.7392461008,798.60067978 +116,-1.545324355,0.7243383958,202,-1.270370057,0.7392461008,811.2442948 +117,-1.543292796,0.7243617413,202,-1.270370057,0.7392461008,805.28372832 +118,-1.541295822,0.7244024384,202,-1.270370057,0.7392461008,799.41306148 +119,-1.543193859,0.7205570215,202,-1.270370057,0.7392461008,807.59286194 +120,-1.550257047,0.7386738187,202,-1.270370057,0.7392461008,818.25226068 +121,-1.549335448,0.7311736483,202,-1.270370057,0.7392461008,818.97058802 +122,-1.533478843,0.7179891343,202,-1.270370057,0.7392461008,781.0654286 +123,-1.556150555,0.738907041,202,-1.270370057,0.7392461008,835.33764285 +124,-1.554324226,0.733414257,202,-1.270370057,0.7392461008,832.41327621 +125,-1.554290846,0.7288285332,202,-1.270370057,0.7392461008,834.74007322 +126,-1.55122487,0.7219795312,202,-1.270370057,0.7392461008,830.09607101 +127,-1.525104458,0.7229399862,202,-1.270370057,0.7392461008,752.98570629 +128,-1.519607711,0.7236181429,202,-1.270370057,0.7392461008,736.44481004 +129,-1.513899999,0.7251107854,202,-1.270370057,0.7392461008,718.7776279 +130,-1.536620762,0.7431061895,202,-1.270370057,0.7392461008,777.06374167 +131,-1.5369566,0.7460845958,202,-1.270370057,0.7392461008,777.29452773 +132,-1.545345528,0.7447040685,202,-1.270370057,0.7392461008,802.00013565 +133,-1.532813921,0.7432306626,202,-1.270370057,0.7392461008,765.95329576 +134,-1.554788248,0.7382381001,202,-1.270370057,0.7392461008,831.63066029 +135,-1.540348126,0.7301594274,202,-1.270370057,0.7392461008,793.23506309 +136,-1.538016084,0.7239051786,202,-1.270370057,0.7392461008,790.13766471 +137,-1.525288962,0.7258085137,202,-1.270370057,0.7392461008,751.67902126 +138,-1.534326986,0.731241342,202,-1.270370057,0.7392461008,775.06323716 +139,-1.530733872,0.7303625216,202,-1.270370057,0.7392461008,765.0124141 +141,-1.534354939,0.7328219978,202,-1.270370057,0.7392461008,774.36134392 +142,-1.53157084,0.7292888153,202,-1.270370057,0.7392461008,768.03712937 +143,-1.525691035,0.7263799874,202,-1.270370057,0.7392461008,752.50755748 +144,-1.534031287,0.7495967835,202,-1.270370057,0.7392461008,768.1654048 +145,-1.527714986,0.7283095957,202,-1.270370057,0.7392461008,757.30213743 +146,-1.526189586,0.7271468292,202,-1.270370057,0.7392461008,753.50954278 +147,-1.555177336,0.7375563366,202,-1.270370057,0.7392461008,833.04134609 +148,-1.555080283,0.7312707794,202,-1.270370057,0.7392461008,835.70812532 +149,-1.53856994,0.7224180299,202,-1.270370057,0.7392461008,792.75389001 +150,-1.530837883,0.729933372,202,-1.270370057,0.7392461008,765.54428734 +151,-1.515066984,0.5854133365,202,-1.270370057,0.7392461008,975.23758391 +152,-1.534731633,0.5368370046,202,-1.270370057,0.7392461008,1158.6195331 +153,-1.515231902,0.5607085576,202,-1.270370057,0.7392461008,1044.4473377 +154,-2.616253799,1.0684566605,202,-1.270370057,0.7392461008,3314.532619 +155,-1.956071439,0.5792177723,202,-1.270370057,0.7392461008,2216.7864448 +156,-1.951208514,0.5602434208,202,-1.270370057,0.7392461008,2238.9851121 +157,-1.944675062,0.6062144545,202,-1.270370057,0.7392461008,2134.7541793 +158,-1.613778386,0.6077989518,202,-1.270370057,0.7392461008,1180.0002128 +159,-2.035029014,0.6021432345,202,-1.270370057,0.7392461008,2406.2943003 +160,-2.114989471,0.6801825058,202,-1.270370057,0.7392461008,2514.2073899 +161,-2.037382079,0.5765830025,202,-1.270370057,0.7392461008,2459.5570476 +162,-2.129855121,0.6585019963,202,-1.270370057,0.7392461008,2589.3507961 +163,-2.075141798,0.6493615843,202,-1.270370057,0.7392461008,2445.1986253 +164,-1.828626729,0.6948433129,202,-1.270370057,0.7392461008,1666.095087 +165,-1.863329418,0.6735427691,202,-1.270370057,0.7392461008,1793.4007953 +166,-1.266037071,0.727988852,202,-1.270370057,0.7392461008,46.376372626 +167,-1.277579582,0.7249010648,202,-1.270370057,0.7392461008,60.660663172 +168,-1.258418684,0.7241194816,202,-1.270370057,0.7392461008,69.50222005 +169,-1.317813974,0.6804850104,202,-1.270370057,0.7392461008,272.88959871 +170,-1.344165204,0.6790988904,202,-1.270370057,0.7392461008,325.43919534 +171,-1.427582102,0.5277120351,202,-1.270370057,0.7392461008,975.34711007 +172,-1.402238616,0.457167829,202,-1.270370057,0.7392461008,1196.508222 +173,-1.422454264,0.4996161999,202,-1.270370057,0.7392461008,1066.9732912 +174,-1.439089277,0.4894859811,202,-1.270370057,0.7392461008,1128.1911105 +175,-1.448126995,0.5182330266,202,-1.270370057,0.7392461008,1042.5623622 +176,-1.474626146,0.5881926574,202,-1.270370057,0.7392461008,872.58926785 +177,-1.421139645,0.5584869783,202,-1.270370057,0.7392461008,858.60941866 +178,-1.457037165,0.565943032,202,-1.270370057,0.7392461008,901.97897366 +179,-2.757159358,0.3745319,202,-1.270370057,0.7392461008,4997.6533222 +180,-2.714309238,0.342054471,202,-1.270370057,0.7392461008,4956.5095721 +181,-2.000525337,0.774119946,202,-1.270370057,0.7392461008,2084.5405991 +183,-1.571413436,0.6777838382,202,-1.270370057,0.7392461008,935.76044432 +184,-1.552860289,0.6987663893,202,-1.270370057,0.7392461008,855.70807186 +185,-1.521852374,0.7165827476,202,-1.270370057,0.7392461008,748.14911895 +186,-1.503656267,0.6928968252,202,-1.270370057,0.7392461008,720.00399211 +187,-1.502753178,0.7136205882,202,-1.270370057,0.7392461008,694.80109819 +188,-1.631894563,0.7343596465,202,-1.270370057,0.7392461008,1058.116519 +189,-1.653765416,0.6770714026,202,-1.270370057,0.7392461008,1175.9595687 +190,-1.719812114,0.6715965947,202,-1.270370057,0.7392461008,1376.0365524 +191,-1.493406659,0.6646955447,202,-1.270370057,0.7392461008,735.39062145 +192,-1.469120564,0.6613469966,202,-1.270370057,0.7392461008,675.65412095 +193,-1.590551461,0.5326612937,202,-1.270370057,0.7392461008,1302.9450495 +194,-1.625979264,0.5247742243,202,-1.270370057,0.7392461008,1412.6421227 +195,-1.572293943,0.5238808754,202,-1.270370057,0.7392461008,1283.5486836 +196,-1.610848725,0.5477107964,202,-1.270370057,0.7392461008,1313.7736503 +197,-1.208485554,0.7918526018,202,-1.270370057,0.7392461008,273.17256685 +198,-1.335601374,0.6869083083,202,-1.270370057,0.7392461008,284.84237437 +199,-1.346156996,0.6825213377,202,-1.270370057,0.7392461008,319.65067794 +200,-1.324381037,0.6741422347,202,-1.270370057,0.7392461008,304.86015849 +201,-1.242424992,0.7378949807,202,-1.270370057,0.7392461008,82.021542122 +202,-1.270370057,0.7392461008,202,-1.270370057,0.7392461008,29.910365035 +203,-1.448950472,0.7441675014,202,-1.270370057,0.7392461008,521.59186574 +204,-1.492662363,0.7523026852,202,-1.270370057,0.7392461008,648.2177279 +205,-1.479098966,0.7763855017,202,-1.270370057,0.7392461008,617.65034929 +206,-1.633760714,0.7869022408,202,-1.270370057,0.7392461008,1054.1866005 +207,-1.647406434,0.8101289331,202,-1.270370057,0.7392461008,1099.7357084 +208,-1.564245052,0.5701509278,202,-1.270370057,0.7392461008,1137.2213499 +209,-1.646289963,0.6833746083,202,-1.270370057,0.7392461008,1146.1839232 +210,-1.5820631,0.6751952144,202,-1.270370057,0.7392461008,970.15448217 +211,-1.613236298,0.6681681791,202,-1.270370057,0.7392461008,1070.3401812 +212,-1.914661867,0.8212566515,202,-1.270370057,0.7392461008,1825.141994 +213,-1.742133237,0.7250275956,202,-1.270370057,0.7392461008,1385.0892408 +214,-2.033144872,0.6557314699,202,-1.270370057,0.7392461008,2313.4971974 +215,-2.039551981,0.6964723658,202,-1.270370057,0.7392461008,2275.3456497 +216,-1.247341019,0.7622473908,202,-1.270370057,0.7392461008,112.90857128 +217,-1.298239787,0.7084123392,202,-1.270370057,0.7392461008,147.49899613 +218,-1.308539688,0.6926545592,202,-1.270370057,0.7392461008,216.93674349 +219,-1.303263185,0.6888938396,202,-1.270370057,0.7392461008,222.40911358 +220,-1.852400229,0.6004246149,202,-1.270370057,0.7392461008,1875.4505765 +221,-1.288947707,0.7473773692,202,-1.270370057,0.7392461008,63.02647637 +222,-1.372031502,0.7472790993,202,-1.270370057,0.7392461008,298.12136512 +223,-1.289805721,0.7242157877,202,-1.270370057,0.7392461008,82.613210174 +224,-1.350807603,0.7533498126,202,-1.270370057,0.7392461008,240.47117389 +225,-1.329290365,0.7560442322,202,-1.270370057,0.7392461008,183.60039183 +226,-1.410153004,0.616936428,202,-1.270370057,0.7392461008,647.94454538 +227,-1.393445434,0.6308995063,202,-1.270370057,0.7392461008,571.1395075 +228,-1.37595573,0.6241540638,202,-1.270370057,0.7392461008,559.37899966 +229,-1.358388707,0.6172645205,202,-1.270370057,0.7392461008,553.95254351 +230,-1.753741133,0.8281661666,202,-1.270370057,0.7392461008,1392.9704819 +231,-1.47430987,0.6834615681,202,-1.270370057,0.7392461008,649.90225584 +232,-1.421012508,0.7222725206,202,-1.270370057,0.7392461008,449.19375975 +233,-1.4476833,0.6978557868,202,-1.270370057,0.7392461008,553.12266925 +234,-1.470370723,0.6966193374,202,-1.270370057,0.7392461008,619.53310499 +235,-1.429211703,0.7037216883,202,-1.270370057,0.7392461008,492.62325887 +236,-1.700578405,0.6178673663,202,-1.270370057,0.7392461008,1404.9100403 +237,-1.678117619,0.6331716163,202,-1.270370057,0.7392461008,1313.2654945 +238,-1.725644578,0.6316331145,202,-1.270370057,0.7392461008,1453.0460858 +239,-2.14012759,0.7930497945,202,-1.270370057,0.7392461008,2451.6903206 +240,-2.103289431,0.7653606263,202,-1.270370057,0.7392461008,2377.1954794 +241,-1.318739838,0.7017808746,202,-1.270370057,0.7392461008,206.74058924 +242,-1.396417427,0.7077900843,202,-1.270370057,0.7392461008,394.24287023 +243,-1.35650337,0.7185539404,202,-1.270370057,0.7392461008,267.30947666 +244,-1.248884539,0.7274156818,202,-1.270370057,0.7392461008,78.69842372 +245,-1.395014798,0.5761185243,202,-1.270370057,0.7392461008,754.42728749 +246,-1.433377362,0.6064716109,202,-1.270370057,0.7392461008,728.18286003 +247,-1.408172432,0.5903155476,202,-1.270370057,0.7392461008,729.0217692 +248,-1.749645898,0.7757118084,202,-1.270370057,0.7392461008,1380.3256031 +249,-1.571626686,0.615046989,202,-1.270370057,0.7392461008,1049.3147642 +250,-1.514070049,0.6303003037,202,-1.270370057,0.7392461008,861.67252049 +251,-1.480890369,0.6237966528,202,-1.270370057,0.7392461008,791.51624318 +252,-1.704390658,0.5281680612,202,-1.270370057,0.7392461008,1608.9873132 +253,-1.64434733,0.5254277498,202,-1.270370057,0.7392461008,1457.7351078 +254,-1.703855997,0.4792484842,202,-1.270370057,0.7392461008,1733.6200659 +255,-1.692002383,0.5748825051,202,-1.270370057,0.7392461008,1466.8800221 +256,-1.854136457,0.5544643913,202,-1.270370057,0.7392461008,1969.3298991 +257,-1.665021206,0.520317736,202,-1.270370057,0.7392461008,1524.50841 +258,-1.733654349,0.4845187345,202,-1.270370057,0.7392461008,1797.3721892 +259,-1.720938188,0.5135933906,202,-1.270370057,0.7392461008,1689.4245638 +260,-1.742668307,0.553296122,202,-1.270370057,0.7392461008,1655.4106191 +261,-1.965659039,0.7142126903,202,-1.270370057,0.7392461008,2041.7077015 +262,-1.944438071,0.6772834804,202,-1.270370057,0.7392461008,2025.0725265 +263,-1.270340967,0.7681487096,202,-1.270370057,0.7392461008,114.4832642 +264,-1.353091884,0.6549276821,202,-1.270370057,0.7392461008,417.76569962 +265,-1.333236659,0.6413584414,202,-1.270370057,0.7392461008,432.55940034 +266,-1.352015998,0.6753788907,202,-1.270370057,0.7392461008,352.62638046 +267,-1.377988483,0.6577816235,202,-1.270370057,0.7392461008,458.76036784 +268,-2.13075611,0.8318642051,202,-1.270370057,0.7392461008,2395.8171659 +269,-2.097910953,0.8259670014,202,-1.270370057,0.7392461008,2313.0275492 +270,-1.416382069,0.6694271549,202,-1.270370057,0.7392461008,519.93177483 +271,-1.538905672,0.7535625993,202,-1.270370057,0.7392461008,781.82710741 +272,-1.572309477,0.7803125099,202,-1.270370057,0.7392461008,880.4341656 +273,-1.87759879,0.7503853417,202,-1.270370057,0.7392461008,1756.1724181 +274,1.152365588,0.590457682,202,-1.270370057,0.7392461008,6566.451085 +275,0.350198001,0.718001859,202,-1.270370057,0.7392461008,4524.4635988 +276,0.046513677,0.491503852,202,-1.270370057,0.7392461008,4231.5080505 +277,0.027510309,0.742571376,202,-1.270370057,0.7392461008,3661.5568859 +278,0.306285725,-0.214631579,202,-1.270370057,0.7392461008,6809.2199213 +279,-1.100564889,0.318051531,202,-1.270370057,0.7392461008,1763.6073744 +280,-1.078582306,0.301437596,202,-1.270370057,0.7392461008,1851.3541343 +281,-1.137371989,-0.617634065,202,-1.270370057,0.7392461008,5396.1552611 +282,0.784356344,0.703272339,202,-1.270370057,0.7392461008,5531.3021267 +283,-1.221209947,0.218327455,202,-1.270370057,0.7392461008,2070.2850522 +284,2.347301921,-0.449114658,202,-1.270370057,0.7392461008,10518.56421 +285,0.246820618,0.830553713,202,-1.270370057,0.7392461008,4036.6952143 +286,0.829414965,0.703288228,202,-1.270370057,0.7392461008,5620.4002533 +287,-1.337537566,0.42332223,202,-1.270370057,0.7392461008,1270.6001422 +288,0.882453706,0.454478077,202,-1.270370057,0.7392461008,6496.3621783 +289,1.575629659,0.416419109,202,-1.270370057,0.7392461008,7740.2439529 +290,-1.039455679,0.229888244,202,-1.270370057,0.7392461008,2167.6506334 +291,0.489558039,0.934482747,202,-1.270370057,0.7392461008,4331.6270481 +292,0.081344504,0.88384514,202,-1.270370057,0.7392461008,3559.0310008 +293,-1.547979814,0.300350308,202,-1.270370057,0.7392461008,1975.4339852 +294,0.040776181,0.168560074,202,-1.270370057,0.7392461008,5014.7673854 +295,-1.130374745,0.563894876,202,-1.270370057,0.7392461008,821.79307688 +296,1.578326642,0.478507176,202,-1.270370057,0.7392461008,7503.0190797 +297,-1.12861823,-0.291640865,202,-1.270370057,0.7392461008,4116.044706 +298,0.310524208,0.770885792,202,-1.270370057,0.7392461008,4310.3461748 +299,0.415649091,-0.387246002,202,-1.270370057,0.7392461008,7567.0184525 +300,-0.926533878,-0.188022748,202,-1.270370057,0.7392461008,3879.3595786 +301,1.258856172,-0.11716081,202,-1.270370057,0.7392461008,9180.0656667 +302,-1.126050026,0.322941926,202,-1.270370057,0.7392461008,1718.9478141 +303,2.002785835,0.07893892,202,-1.270370057,0.7392461008,9168.6088767 +304,0.440437607,0.746258085,202,-1.270370057,0.7392461008,4670.7715499 +305,-0.030391866,0.214441206,202,-1.270370057,0.7392461008,4686.9071744 +306,0.521557815,-0.058929362,202,-1.270370057,0.7392461008,7025.4900859 +307,-0.097005111,0.13317729,202,-1.270370057,0.7392461008,4708.0849648 +308,1.83113859,0.221857587,202,-1.270370057,0.7392461008,8634.1198415 +309,0.222428864,0.099404236,202,-1.270370057,0.7392461008,5728.8657628 +310,-1.702731345,0.8728568183,202,-1.270370057,0.7392461008,1290.5941625 +311,-0.418507569,0.278324921,202,-1.270370057,0.7392461008,3403.2416477 +312,-1.41153306,0.339029988,202,-1.270370057,0.7392461008,1654.3116798 +313,0.357560442,0.114788776,202,-1.270370057,0.7392461008,6082.2824374 +314,0.325818979,0.268352149,202,-1.270370057,0.7392461008,5583.2458457 +315,-1.246004659,-0.663679965,202,-1.270370057,0.7392461008,5557.6842925 +316,1.814603087,0.637404484,202,-1.270370057,0.7392461008,6987.0942148 +317,1.843704281,-0.18300445,202,-1.270370057,0.7392461008,10238.512345 +318,1.690644492,-0.211480909,202,-1.270370057,0.7392461008,10262.739357 +319,-1.275451936,0.068109467,202,-1.270370057,0.7392461008,2658.4328436 +320,0.762430171,-0.207594741,202,-1.270370057,0.7392461008,8120.5374801 +321,0.265668905,-0.014647884,202,-1.270370057,0.7392461008,6159.3038714 +322,-2.773032013,-0.335515811,202,-1.270370057,0.7392461008,6915.9703017 +323,-1.469512853,0.174058777,202,-1.270370057,0.7392461008,2342.9385198 +324,0.286276986,0.785925691,202,-1.270370057,0.7392461008,4220.5650189 +325,-1.379324697,0.377432233,202,-1.270370057,0.7392461008,1478.0558879 +326,-1.203778265,0.212813032,202,-1.270370057,0.7392461008,2097.7876501 +327,0.579916301,0.611743168,202,-1.270370057,0.7392461008,5343.1853057 +328,0.267582642,0.868113908,202,-1.270370057,0.7392461008,4010.1747609 +329,0.412869244,-0.050245578,202,-1.270370057,0.7392461008,6685.0326966 +330,0.17524381,0.976660285,202,-1.270370057,0.7392461008,3623.6434134 +331,0.743157214,0.204812899,202,-1.270370057,0.7392461008,6910.4052189 +332,-1.070758176,0.269382282,202,-1.270370057,0.7392461008,1981.2998281 +333,-1.230364251,0.329790229,202,-1.270370057,0.7392461008,1627.4115867 +334,-1.374813124,-0.024926835,202,-1.270370057,0.7392461008,3049.8640667 +335,0.519780566,0.463669906,202,-1.270370057,0.7392461008,5595.4903958 +336,-1.55108034,0.239698561,202,-1.270370057,0.7392461008,2199.8462444 +337,0.180294813,0.029739425,202,-1.270370057,0.7392461008,5791.0879453 +338,0.67820924,0.268170153,202,-1.270370057,0.7392461008,6556.3126723 +339,0.445798684,1.024001867,202,-1.270370057,0.7392461008,4056.5995978 +340,0.691751283,0.150521402,202,-1.270370057,0.7392461008,6929.3120755 +341,-1.036643551,-0.903056181,202,-1.270370057,0.7392461008,6554.590447 +342,-0.120287036,1.083325163,202,-1.270370057,0.7392461008,2941.9881154 +343,2.823513113,-0.304487164,202,-1.270370057,0.7392461008,8824.3314429 +344,0.457583172,1.12513373,202,-1.270370057,0.7392461008,3876.7845097 +345,0.042918831,0.813795399,202,-1.270370057,0.7392461008,3578.1972559 +346,1.196146777,-0.853142756,202,-1.270370057,0.7392461008,10542.003282 +347,0.206001358,-0.010430701,202,-1.270370057,0.7392461008,5973.6326951 +348,-0.268308653,0.234799412,202,-1.270370057,0.7392461008,3944.4669907 +349,0.759363263,0.736189579,202,-1.270370057,0.7392461008,5384.6748573 +350,0.181363926,0.891988372,202,-1.270370057,0.7392461008,3773.6125997 +351,-0.021111158,0.139103292,202,-1.270370057,0.7392461008,4912.0599846 +352,-0.093355215,0.630686981,202,-1.270370057,0.7392461008,3541.1955724 +353,0.40118964,0.681375926,202,-1.270370057,0.7392461008,4735.0674503 +354,-0.721197315,1.304706234,202,-1.270370057,0.7392461008,2442.9067352 +355,-1.076150317,0.212107639,202,-1.270370057,0.7392461008,2192.5809042 +356,-1.577164531,0.273993443,202,-1.270370057,0.7392461008,2117.4146347 +357,-0.190788414,0.182208586,202,-1.270370057,0.7392461008,4306.7646721 +358,-0.261349752,0.209710184,202,-1.270370057,0.7392461008,4031.3340196 +359,-1.029303852,0.083549259,202,-1.270370057,0.7392461008,2732.5703146 +360,-1.268609162,0.330525297,202,-1.270370057,0.7392461008,1618.9539043 +361,1.282982244,-0.926641967,202,-1.270370057,0.7392461008,10730.546423 +362,0.217352334,0.731352408,202,-1.270370057,0.7392461008,4168.0110302 +363,-1.511833084,0.258629297,202,-1.270370057,0.7392461008,2074.2979172 +364,0.338812194,0.823184618,202,-1.270370057,0.7392461008,4262.3815012 +365,-0.324406489,1.134201999,202,-1.270370057,0.7392461008,2592.6714892 +366,1.389579348,0.399185724,202,-1.270370057,0.7392461008,7602.6299562 +367,2.047152199,-0.039082036,202,-1.270370057,0.7392461008,9601.1485353 +368,0.947780369,0.568250077,202,-1.270370057,0.7392461008,6273.6112721 +369,0.763824846,0.576754987,202,-1.270370057,0.7392461008,5862.9338197 +370,-0.142334657,0.928153068,202,-1.270370057,0.7392461008,2985.8996396 +371,0.610266567,0.547265983,202,-1.270370057,0.7392461008,5592.7794145 +372,0.210731629,0.746815056,202,-1.270370057,0.7392461008,4119.325368 +373,-1.34931644,0.316895224,202,-1.270370057,0.7392461008,1693.9417902 +374,2.407696481,0.655030745,202,-1.270370057,0.7392461008,6591.9303473 +375,0.64207831,0.545359131,202,-1.270370057,0.7392461008,5674.3299203 +376,1.174597538,0.840588356,202,-1.270370057,0.7392461008,5729.9661082 +377,0.660059424,0.010604079,202,-1.270370057,0.7392461008,7234.6996363 +378,-0.730263819,0.010486456,202,-1.270370057,0.7392461008,3466.8060163 +379,0.831068936,0.512339172,202,-1.270370057,0.7392461008,6204.8622512 +380,1.301180979,0.72367476,202,-1.270370057,0.7392461008,6301.5576822 +381,1.811128231,0.322854402,202,-1.270370057,0.7392461008,8231.1335207 +382,0.435105812,0.992284428,202,-1.270370057,0.7392461008,4102.7672293 +383,0.62643634,0.592027932,202,-1.270370057,0.7392461008,5506.7210892 +384,0.492988703,-0.516339467,202,-1.270370057,0.7392461008,8095.685067 +385,-0.162469483,0.112549365,202,-1.270370057,0.7392461008,4576.4917687 +386,0.314630866,0.472006421,202,-1.270370057,0.7392461008,5027.573064 +387,0.166744804,0.822815954,202,-1.270370057,0.7392461008,3863.3568246 +388,0.417159608,0.965805736,202,-1.270370057,0.7392461008,4124.1357272 +389,0.106334961,0.868774244,202,-1.270370057,0.7392461008,3640.9341991 +390,0.815086969,-0.338144359,202,-1.270370057,0.7392461008,8608.1978257 +391,0.59867455,-0.230624824,202,-1.270370057,0.7392461008,7703.5930536 +392,1.915104874,0.066220985,202,-1.270370057,0.7392461008,9249.4963958 +393,1.278093622,0.064463721,202,-1.270370057,0.7392461008,8615.0574088 +394,-0.061477853,0.302997961,202,-1.270370057,0.7392461008,4369.7391074 +395,0.251311504,0.626976942,202,-1.270370057,0.7392461008,4484.695612 +396,2.950242872,0.149095644,202,-1.270370057,0.7392461008,7202.3057903 +397,-0.180294708,0.35375117,202,-1.270370057,0.7392461008,3896.4128635 +398,1.010448592,-0.351180233,202,-1.270370057,0.7392461008,9205.8593265 +399,-1.748740498,0.3686318073,202,-1.270370057,0.7392461008,2161.8183286 +400,2.699635665,0.123533791,202,-1.270370057,0.7392461008,7907.250698 +401,0.496808033,0.823843254,202,-1.270370057,0.7392461008,4607.475009 +402,0.129574704,0.763364087,202,-1.270370057,0.7392461008,3883.9567653 +403,1.798920311,0.817447563,202,-1.270370057,0.7392461008,6272.5528723 +404,0.335987953,0.746786541,202,-1.270370057,0.7392461008,4424.4711258 +405,-1.085413643,0.292154671,202,-1.270370057,0.7392461008,1878.4761969 +406,-0.155321003,0.508207011,202,-1.270370057,0.7392461008,3613.319707 +407,0.620529244,-0.301175104,202,-1.270370057,0.7392461008,7947.1872045 +408,1.684402744,0.368716966,202,-1.270370057,0.7392461008,8002.286978 +409,0.300582244,-0.386397212,202,-1.270370057,0.7392461008,7239.1827195 +410,2.913555946,-0.009225192,202,-1.270370057,0.7392461008,7760.7541336 +411,1.465101417,0.493232532,202,-1.270370057,0.7392461008,7341.7290689 +412,0.090612882,0.907955955,202,-1.270370057,0.7392461008,3543.7794289 +413,2.987564726,-0.729568594,202,-1.270370057,0.7392461008,9243.0808151 +414,-1.484261606,0.224149272,202,-1.270370057,0.7392461008,2168.6617743 +415,0.164073421,0.303955133,202,-1.270370057,0.7392461008,5025.4533266 +416,0.141441293,0.167552546,202,-1.270370057,0.7392461008,5311.9767964 +417,2.931321023,-0.506718887,202,-1.270370057,0.7392461008,8987.1984733 +418,2.21951565,0.700596356,202,-1.270370057,0.7392461008,6605.3949211 +419,0.268112576,1.199114336,202,-1.270370057,0.7392461008,3489.5484272 +420,0.978913739,0.359223811,202,-1.270370057,0.7392461008,7008.7572745 +421,1.210898818,0.522863584,202,-1.270370057,0.7392461008,6895.4627202 +422,2.347397336,0.129231362,202,-1.270370057,0.7392461008,8597.684367 +423,0.614394501,0.556878345,202,-1.270370057,0.7392461008,5575.9843543 +424,-1.398079356,0.148483366,202,-1.270370057,0.7392461008,2382.0057422 +425,2.535303836,-0.112984496,202,-1.270370057,0.7392461008,9046.5093718 +426,-1.019372593,-0.405322349,202,-1.270370057,0.7392461008,4625.7281648 +427,-1.297785627,-0.160104069,202,-1.270370057,0.7392461008,3563.7127897 +428,2.144554488,0.205051084,202,-1.270370057,0.7392461008,8573.6761625 +429,-2.242387083,-0.426171285,202,-1.270370057,0.7392461008,5822.1917418 +430,0.338637212,0.909723676,202,-1.270370057,0.7392461008,4081.4573851 +431,-0.148798452,0.691042401,202,-1.270370057,0.7392461008,3277.900274 +432,0.893524764,0.441829531,202,-1.270370057,0.7392461008,6560.1744621 +433,0.969229347,-0.368847936,202,-1.270370057,0.7392461008,9131.6793745 +434,0.436043248,0.800045688,202,-1.270370057,0.7392461008,4532.4085143 +435,1.687946607,1.081504775,202,-1.270370057,0.7392461008,5208.0560073 +436,0.522302046,-0.034889271,202,-1.270370057,0.7392461008,6963.0717868 +437,-0.178996113,-0.438090009,202,-1.270370057,0.7392461008,6131.3226376 +438,-1.094339566,0.301444068,202,-1.270370057,0.7392461008,1833.37284 +439,-1.064070054,0.242569932,202,-1.270370057,0.7392461008,2090.2759011 +440,-1.068153768,0.230387998,202,-1.270370057,0.7392461008,2131.7405676 +441,-3.00496892,-0.23989155,202,-1.270370057,0.7392461008,7334.2023034 +442,0.21751974,0.766874888,202,-1.270370057,0.7392461008,4094.8693376 +443,0.117229532,0.007619006,202,-1.270370057,0.7392461008,5666.5512498 +444,0.777758451,0.420554741,202,-1.270370057,0.7392461008,6359.9908801 +445,-0.252356999,0.250747086,202,-1.270370057,0.7392461008,3948.085331 +446,0.363148444,0.768483434,202,-1.270370057,0.7392461008,4439.4482581 +447,0.903191366,-0.118210676,202,-1.270370057,0.7392461008,8275.2365551 +448,-0.205755923,0.149406178,202,-1.270370057,0.7392461008,4352.7223591 +449,1.811996086,0.02364353,202,-1.270370057,0.7392461008,9414.624818 +450,-1.100670221,0.314845373,202,-1.270370057,0.7392461008,1775.6506668 +451,0.340078597,0.850105132,202,-1.270370057,0.7392461008,4207.7171477 +452,0.258757267,0.804969236,202,-1.270370057,0.7392461008,4116.0017438 +453,2.78505352,-0.155160804,202,-1.270370057,0.7392461008,8528.6758803 +454,0.800551619,0.105822106,202,-1.270370057,0.7392461008,7351.0700937 +455,0.437940882,-0.506194031,202,-1.270370057,0.7392461008,7918.1227583 +456,2.230431122,0.63458615,202,-1.270370057,0.7392461008,6849.2337193 +457,0.527965361,0.127667701,202,-1.270370057,0.7392461008,6537.4028098 +458,-0.063643205,0.702093448,202,-1.270370057,0.7392461008,3491.5488805 +459,1.408447268,0.133010502,202,-1.270370057,0.7392461008,8605.3258266 +460,0.523795955,0.280266966,202,-1.270370057,0.7392461008,6106.8268466 +461,-0.975769313,0.072177659,202,-1.270370057,0.7392461008,2839.4060746 +462,0.549774164,-0.463663986,202,-1.270370057,0.7392461008,8134.9923935 +463,0.29245874,1.095549818,202,-1.270370057,0.7392461008,3664.2846346 +464,0.143625958,0.816809593,202,-1.270370057,0.7392461008,3818.965823 +465,0.671902494,0.611159853,202,-1.270370057,0.7392461008,5557.6727193 +466,1.239840988,0.6724199,202,-1.270370057,0.7392461008,6408.1861413 +467,0.607829703,-0.10932137,202,-1.270370057,0.7392461008,7411.2801816 +468,1.763020906,0.263996692,202,-1.270370057,0.7392461008,8450.4372086 +469,0.378714634,0.726066797,202,-1.270370057,0.7392461008,4574.1926018 +470,2.196736143,-0.153862366,202,-1.270370057,0.7392461008,9863.1085657 +471,0.01702415,0.148991565,202,-1.270370057,0.7392461008,4996.9389178 +472,-2.998490902,-0.158002487,202,-1.270370057,0.7392461008,7101.9393996 +473,-3.051262951,-0.346595608,202,-1.270370057,0.7392461008,7739.4670614 +474,-1.069176439,0.182802941,202,-1.270370057,0.7392461008,2311.6610096 +475,0.167157509,0.595344954,202,-1.270370057,0.7392461008,4332.4987532 +476,0.613855648,0.681746124,202,-1.270370057,0.7392461008,5230.7210091 +477,1.037012736,0.682555367,202,-1.270370057,0.7392461008,6064.3419607 +478,-1.253574971,0.379755746,202,-1.270370057,0.7392461008,1425.0307518 +479,3.108590453,-0.132620738,202,-1.270370057,0.7392461008,7549.0762362 +480,0.565301296,0.022333262,202,-1.270370057,0.7392461008,6932.2171817 +481,0.547898238,0.855555614,202,-1.270370057,0.7392461008,4635.3931836 +482,0.948309381,0.417393755,202,-1.270370057,0.7392461008,6756.5713555 +483,-0.050600732,0.945269213,202,-1.270370057,0.7392461008,3178.4961131 +484,-0.977651478,-0.572363064,202,-1.270370057,0.7392461008,5303.1900491 +485,1.102014914,0.728861163,202,-1.270370057,0.7392461008,6013.1511468 +486,2.927300795,-0.282939414,202,-1.270370057,0.7392461008,8469.2844119 +487,-1.154565557,0.124434095,202,-1.270370057,0.7392461008,2468.7963055 +488,1.855331234,0.291044755,202,-1.270370057,0.7392461008,8362.453528 +489,0.830290659,0.276904518,202,-1.270370057,0.7392461008,6919.0050676 +490,0.485104466,-0.234867441,202,-1.270370057,0.7392461008,7382.2237174 +491,0.521367572,-0.33161327,202,-1.270370057,0.7392461008,7733.7076105 +1,-1.539031704,0.7349710123,203,-1.448950472,0.7441675014,266.05962978 +2,-1.536990553,0.7349663874,203,-1.448950472,0.7441675014,260.15013414 +3,-1.534951779,0.7349571355,203,-1.448950472,0.7441675014,254.25333511 +4,-1.532906461,0.7349480293,203,-1.448950472,0.7441675014,248.34046482 +5,-1.531320211,0.7346937278,203,-1.448950472,0.7441675014,243.93237699 +6,-1.539451648,0.7335131775,203,-1.448950472,0.7441675014,268.29720773 +7,-1.537429487,0.7335445708,203,-1.448950472,0.7441675014,262.43049265 +8,-1.535484998,0.7335658704,203,-1.448950472,0.7441675014,256.7983822 +9,-1.533488396,0.7336036027,203,-1.448950472,0.7441675014,251.0060088 +10,-1.531497785,0.7335842962,203,-1.448950472,0.7441675014,245.27839465 +11,-1.530259379,0.7334777758,203,-1.448950472,0.7441675014,241.79264502 +12,-1.5335454,0.7322346912,203,-1.448950472,0.7441675014,252.28113818 +13,-1.531489083,0.7322238773,203,-1.448950472,0.7441675014,246.37749956 +14,-1.530011122,0.7321679851,203,-1.448950472,0.7441675014,242.18017419 +15,-1.53348106,0.7306614094,203,-1.448950472,0.7441675014,253.51023159 +16,-1.531441779,0.7306962275,203,-1.448950472,0.7441675014,247.63798299 +17,-1.529755654,0.7306933243,203,-1.448950472,0.7441675014,242.81763204 +18,-1.533415048,0.7291384674,203,-1.448950472,0.7441675014,254.82835688 +19,-1.531392093,0.7291705353,203,-1.448950472,0.7441675014,249.0298393 +20,-1.529296523,0.7291214933,203,-1.448950472,0.7441675014,243.11844329 +21,-1.535280942,0.727267644,203,-1.448950472,0.7441675014,262.15282174 +22,-1.533378158,0.7276139666,203,-1.448950472,0.7441675014,256.36554643 +23,-1.531340368,0.7276446587,203,-1.448950472,0.7441675014,250.5537134 +24,-1.528960113,0.7276398177,203,-1.448950472,0.7441675014,243.82318405 +25,-1.533313146,0.7260818349,203,-1.448950472,0.7441675014,257.96437226 +26,-1.531259555,0.7260958115,203,-1.448950472,0.7441675014,252.15904251 +27,-1.528926415,0.7260865555,203,-1.448950472,0.7441675014,245.60824829 +28,-1.531226779,0.7245511789,203,-1.448950472,0.7441675014,254.03077564 +29,-1.528904772,0.7245519194,203,-1.448950472,0.7441675014,247.54161643 +30,-1.547195875,0.7409785979,203,-1.448950472,0.7441675014,286.92394969 +31,-1.5451475,0.740980426,203,-1.448950472,0.7441675014,280.95499314 +32,-1.543097679,0.7409798872,203,-1.448950472,0.7441675014,274.98267013 +33,-1.540720364,0.7409892687,203,-1.448950472,0.7441675014,268.05325504 +34,-1.547188511,0.7395198392,203,-1.448950472,0.7441675014,287.4059087 +35,-1.545148587,0.7395226109,203,-1.448950472,0.7441675014,281.46368005 +36,-1.543104538,0.7395314908,203,-1.448950472,0.7441675014,275.50745246 +37,-1.540727751,0.7395306258,203,-1.448950472,0.7441675014,268.58653859 +38,-1.547187029,0.7380014886,203,-1.448950472,0.7441675014,288.04756117 +39,-1.545147315,0.7380012252,203,-1.448950472,0.7441675014,282.11243236 +40,-1.54310719,0.7380060743,203,-1.448950472,0.7441675014,276.17449159 +41,-1.540719671,0.7380068206,203,-1.448950472,0.7441675014,269.22885898 +42,-1.547187189,0.7364799098,203,-1.448950472,0.7441675014,288.81936004 +43,-1.545149996,0.7364853874,203,-1.448950472,0.7441675014,282.89628653 +44,-1.543106091,0.7364823484,203,-1.448950472,0.7441675014,276.95973241 +45,-1.540717158,0.7364893901,203,-1.448950472,0.7441675014,270.01689198 +46,-1.538663972,0.7410138672,203,-1.448950472,0.7441675014,262.05433507 +47,-1.53695285,0.7409699132,203,-1.448950472,0.7441675014,257.08276175 +48,-1.534910498,0.7409641297,203,-1.448950472,0.7441675014,251.13457739 +49,-1.533145034,0.7409536636,203,-1.448950472,0.7441675014,245.99475246 +50,-1.538681336,0.7395405883,203,-1.448950472,0.7441675014,262.62392106 +51,-1.536999189,0.7395183096,203,-1.448950472,0.7441675014,257.73518624 +52,-1.534923633,0.7395144222,203,-1.448950472,0.7441675014,251.69432562 +53,-1.533267822,0.7395654306,203,-1.448950472,0.7441675014,246.85362623 +54,-1.53867273,0.7380151077,203,-1.448950472,0.7441675014,263.27133253 +55,-1.536980576,0.7379994392,203,-1.448950472,0.7441675014,258.35816216 +56,-1.534931522,0.7379944961,203,-1.448950472,0.7441675014,252.40299293 +57,-1.533387952,0.7379480264,203,-1.448950472,0.7441675014,247.9393009 +58,-1.538682279,0.7364914363,203,-1.448950472,0.7441675014,264.10686606 +59,-1.536980704,0.7364810563,203,-1.448950472,0.7441675014,259.17314395 +60,-1.534935567,0.7364752065,203,-1.448950472,0.7441675014,253.24118326 +61,-1.533042592,0.7363876366,203,-1.448950472,0.7441675014,247.80174443 +62,-1.545143426,0.7349628011,203,-1.448950472,0.7441675014,283.78229642 +63,-1.543105297,0.7349691947,203,-1.448950472,0.7441675014,277.86774054 +64,-1.541064533,0.7349647152,203,-1.448950472,0.7441675014,271.95459674 +65,-1.545411803,0.7334624714,203,-1.448950472,0.7441675014,285.5728119 +66,-1.543446606,0.7334780896,203,-1.448950472,0.7441675014,279.87508066 +67,-1.541475327,0.7334957295,203,-1.448950472,0.7441675014,274.16058646 +68,-1.545401939,0.731963266,203,-1.448950472,0.7441675014,286.6749667 +69,-1.54342253,0.7319915583,203,-1.448950472,0.7441675014,280.93992279 +70,-1.541455867,0.7320216438,203,-1.448950472,0.7441675014,275.24298938 +71,-1.545410146,0.7304422281,203,-1.448950472,0.7441675014,287.96619056 +72,-1.543435491,0.7304713664,203,-1.448950472,0.7441675014,282.25953768 +73,-1.541463105,0.7304997613,203,-1.448950472,0.7441675014,276.56364334 +74,-1.545414768,0.7289194936,203,-1.448950472,0.7441675014,289.36829897 +75,-1.543435774,0.7289538557,203,-1.448950472,0.7441675014,283.66183074 +76,-1.541457714,0.7289765881,203,-1.448950472,0.7441675014,277.97371733 +77,-1.539449415,0.7320555866,203,-1.448950472,0.7441675014,269.43113282 +78,-1.537429183,0.7321097681,203,-1.448950472,0.7441675014,263.56588518 +79,-1.535472649,0.7321497267,203,-1.448950472,0.7441675014,257.89896882 +80,-1.539457899,0.7305333307,203,-1.448950472,0.7441675014,270.77260575 +81,-1.537453161,0.7305750503,203,-1.448950472,0.7441675014,264.97948996 +82,-1.535479385,0.7306124949,203,-1.448950472,0.7441675014,259.28326144 +83,-1.53946905,0.7290102593,203,-1.448950472,0.7441675014,272.24935114 +84,-1.537459922,0.7290417293,203,-1.448950472,0.7441675014,266.47369139 +85,-1.535451349,0.7290890157,203,-1.448950472,0.7441675014,260.68899324 +86,-1.535522937,0.7279887191,203,-1.448950472,0.7441675014,262.04711341 +87,-1.539442524,0.7274735939,203,-1.448950472,0.7441675014,273.75822798 +88,-1.537424111,0.727521351,203,-1.448950472,0.7441675014,267.96187479 +89,-1.539384641,0.7259505092,203,-1.448950472,0.7441675014,275.28848652 +90,-1.537372391,0.7259947145,203,-1.448950472,0.7441675014,269.53827338 +91,-1.535340789,0.7260435356,203,-1.448950472,0.7441675014,263.73539269 +92,-1.539325716,0.7244369706,203,-1.448950472,0.7441675014,276.92650744 +93,-1.537308932,0.7244801057,203,-1.448950472,0.7441675014,271.19177359 +94,-1.535289068,0.7245247645,203,-1.448950472,0.7441675014,265.45532803 +95,-1.533261366,0.7245550236,203,-1.448950472,0.7441675014,259.72490211 +96,-1.539267302,0.722921924,203,-1.448950472,0.7441675014,278.6867746 +97,-1.537248972,0.7229660258,203,-1.448950472,0.7441675014,272.9756907 +98,-1.535219431,0.7229916471,203,-1.448950472,0.7441675014,267.26846556 +99,-1.53318962,0.7230212049,203,-1.448950472,0.7441675014,261.56693296 +100,-1.531154816,0.7230299897,203,-1.448950472,0.7441675014,255.89300028 +101,-1.528878341,0.7230370244,203,-1.448950472,0.7441675014,249.56631543 +102,-1.539218189,0.7214009878,203,-1.448950472,0.7441675014,280.5979339 +103,-1.537198791,0.7214422745,203,-1.448950472,0.7441675014,274.91916699 +104,-1.535179266,0.7214634354,203,-1.448950472,0.7441675014,269.28058762 +105,-1.533156501,0.7214944644,203,-1.448950472,0.7441675014,263.63220887 +106,-1.53113574,0.7215166021,203,-1.448950472,0.7441675014,258.0164372 +107,-1.528874248,0.7215345535,203,-1.448950472,0.7441675014,251.76015073 +108,-1.539217656,0.7198512397,203,-1.448950472,0.7441675014,282.80067688 +109,-1.537199919,0.7199428763,203,-1.448950472,0.7441675014,277.08574283 +110,-1.545425832,0.727397149,203,-1.448950472,0.7441675014,290.90657302 +111,-1.543371177,0.7273916949,203,-1.448950472,0.7441675014,285.04512947 +112,-1.541368852,0.7274523163,203,-1.448950472,0.7441675014,279.26987137 +113,-1.545349067,0.7258710923,203,-1.448950472,0.7441675014,292.31516276 +114,-1.54332671,0.7258603556,203,-1.448950472,0.7441675014,286.57736676 +115,-1.541346831,0.7259242142,203,-1.448950472,0.7441675014,280.8833252 +116,-1.545324355,0.7243383958,203,-1.448950472,0.7441675014,293.99598622 +117,-1.543292796,0.7243617413,203,-1.448950472,0.7441675014,288.21927708 +118,-1.541295822,0.7244024384,203,-1.448950472,0.7441675014,282.52733975 +119,-1.543193859,0.7205570215,203,-1.448950472,0.7441675014,292.84966873 +120,-1.550257047,0.7386738187,203,-1.448950472,0.7441675014,296.68456907 +121,-1.549335448,0.7311736483,203,-1.448950472,0.7441675014,298.6623508 +122,-1.533478843,0.7179891343,203,-1.448950472,0.7441675014,269.91130487 +123,-1.556150555,0.738907041,203,-1.448950472,0.7441675014,313.7506121 +124,-1.554324226,0.733414257,203,-1.448950472,0.7441675014,311.42266946 +125,-1.554290846,0.7288285332,203,-1.448950472,0.7441675014,314.95270285 +126,-1.55122487,0.7219795312,203,-1.448950472,0.7441675014,313.53469259 +127,-1.525104458,0.7229399862,203,-1.448950472,0.7441675014,239.28326675 +128,-1.519607711,0.7236181429,203,-1.448950472,0.7441675014,223.16763224 +129,-1.513899999,0.7251107854,203,-1.448950472,0.7441675014,205.26717941 +130,-1.536620762,0.7431061895,203,-1.448950472,0.7441675014,255.58581162 +131,-1.5369566,0.7460845958,203,-1.448950472,0.7441675014,256.29052376 +132,-1.545345528,0.7447040685,203,-1.448950472,0.7441675014,280.77597231 +133,-1.532813921,0.7432306626,203,-1.448950472,0.7441675014,244.47185246 +134,-1.554788248,0.7382381001,203,-1.448950472,0.7441675014,310.06645246 +135,-1.540348126,0.7301594274,203,-1.448950472,0.7441675014,273.67031215 +136,-1.538016084,0.7239051786,203,-1.448950472,0.7441675014,273.9057052 +137,-1.525288962,0.7258085137,203,-1.448950472,0.7441675014,235.77416664 +138,-1.534326986,0.731241342,203,-1.448950472,0.7441675014,255.39972427 +139,-1.530733872,0.7303625216,203,-1.448950472,0.7441675014,245.93812388 +141,-1.534354939,0.7328219978,203,-1.448950472,0.7441675014,254.12345588 +142,-1.53157084,0.7292888153,203,-1.448950472,0.7441675014,249.41532202 +143,-1.525691035,0.7263799874,203,-1.448950472,0.7441675014,236.1578763 +144,-1.534031287,0.7495967835,203,-1.448950472,0.7441675014,248.19582904 +145,-1.527714986,0.7283095957,203,-1.448950472,0.7441675014,239.52896585 +146,-1.526189586,0.7271468292,203,-1.448950472,0.7441675014,236.59790208 +147,-1.555177336,0.7375563366,203,-1.448950472,0.7441675014,311.51089561 +148,-1.555080283,0.7312707794,203,-1.448950472,0.7441675014,315.17707504 +149,-1.53856994,0.7224180299,203,-1.448950472,0.7441675014,277.40207215 +150,-1.530837883,0.729933372,203,-1.448950472,0.7441675014,246.66358439 +151,-1.515066984,0.5854133365,203,-1.448950472,0.7441675014,661.54793494 +152,-1.534731633,0.5368370046,203,-1.448950472,0.7441675014,864.82466842 +153,-1.515231902,0.5607085576,203,-1.448950472,0.7441675014,755.80653377 +154,-2.616253799,1.0684566605,203,-1.448950472,0.7441675014,2964.5889872 +155,-1.956071439,0.5792177723,203,-1.448950472,0.7441675014,1703.4415624 +156,-1.951208514,0.5602434208,203,-1.448950472,0.7441675014,1729.6195942 +157,-1.944675062,0.6062144545,203,-1.448950472,0.7441675014,1618.0017758 +158,-1.613778386,0.6077989518,203,-1.448950472,0.7441675014,741.45450529 +159,-2.035029014,0.6021432345,203,-1.448950472,0.7441675014,1886.1264318 +160,-2.114989471,0.6801825058,203,-1.448950472,0.7441675014,1995.8650727 +161,-2.037382079,0.5765830025,203,-1.448950472,0.7441675014,1941.453534 +162,-2.129855121,0.6585019963,203,-1.448950472,0.7441675014,2069.5297672 +163,-2.075141798,0.6493615843,203,-1.448950472,0.7441675014,1923.9361705 +164,-1.828626729,0.6948433129,203,-1.448950472,0.7441675014,1144.5747504 +165,-1.863329418,0.6735427691,203,-1.448950472,0.7441675014,1272.4514525 +166,-1.266037071,0.727988852,203,-1.448950472,0.7441675014,540.40193803 +167,-1.277579582,0.7249010648,203,-1.448950472,0.7441675014,509.21350934 +168,-1.258418684,0.7241194816,203,-1.448950472,0.7441675014,565.48041211 +169,-1.317813974,0.6804850104,203,-1.448950472,0.7441675014,466.81302895 +170,-1.344165204,0.6790988904,203,-1.448950472,0.7441675014,406.292461 +171,-1.427582102,0.5277120351,203,-1.448950472,0.7441675014,860.05206471 +172,-1.402238616,0.457167829,203,-1.448950472,0.7441675014,1146.8380227 +173,-1.422454264,0.4996161999,203,-1.448950472,0.7441675014,972.36874408 +174,-1.439089277,0.4894859811,203,-1.448950472,0.7441675014,1009.2897025 +175,-1.448126995,0.5182330266,203,-1.448950472,0.7441675014,894.93028571 +176,-1.474626146,0.5881926574,203,-1.448950472,0.7441675014,622.93892172 +177,-1.421139645,0.5584869783,203,-1.448950472,0.7441675014,740.63879685 +178,-1.457037165,0.565943032,203,-1.448950472,0.7441675014,706.40061387 +179,-2.757159358,0.3745319,203,-1.448950472,0.7441675014,4480.8931261 +180,-2.714309238,0.342054471,203,-1.448950472,0.7441675014,4436.6619093 +181,-2.000525337,0.774119946,203,-1.448950472,0.7441675014,1579.4886765 +183,-1.571413436,0.6777838382,203,-1.448950472,0.7441675014,451.6687078 +184,-1.552860289,0.6987663893,203,-1.448950472,0.7441675014,357.42235393 +185,-1.521852374,0.7165827476,203,-1.448950472,0.7441675014,241.22731275 +186,-1.503656267,0.6928968252,203,-1.448950472,0.7441675014,260.43846199 +187,-1.502753178,0.7136205882,203,-1.448950472,0.7441675014,199.74984131 +188,-1.631894563,0.7343596465,203,-1.448950472,0.7441675014,536.5459418 +189,-1.653765416,0.6770714026,203,-1.448950472,0.7441675014,669.12345791 +190,-1.719812114,0.6715965947,203,-1.448950472,0.7441675014,862.77621965 +191,-1.493406659,0.6646955447,203,-1.448950472,0.7441675014,342.14639571 +192,-1.469120564,0.6613469966,203,-1.448950472,0.7441675014,333.65847659 +193,-1.590551461,0.5326612937,203,-1.448950472,0.7441675014,950.05646683 +194,-1.625979264,0.5247742243,203,-1.448950472,0.7441675014,1034.6331215 +195,-1.572293943,0.5238808754,203,-1.448950472,0.7441675014,956.32948167 +196,-1.610848725,0.5477107964,203,-1.448950472,0.7441675014,930.2020153 +197,-1.208485554,0.7918526018,203,-1.448950472,0.7441675014,709.66650805 +198,-1.335601374,0.6869083083,203,-1.448950472,0.7441675014,407.56679117 +199,-1.346156996,0.6825213377,203,-1.448950472,0.7441675014,392.79320974 +200,-1.324381037,0.6741422347,203,-1.448950472,0.7441675014,465.72016736 +201,-1.242424992,0.7378949807,203,-1.448950472,0.7441675014,603.5514843 +202,-1.270370057,0.7392461008,203,-1.448950472,0.7441675014,521.59186574 +203,-1.448950472,0.7441675014,203,-1.448950472,0.7441675014,38.520420081 +204,-1.492662363,0.7523026852,203,-1.448950472,0.7441675014,130.9164852 +205,-1.479098966,0.7763855017,203,-1.448950472,0.7441675014,154.1800717 +206,-1.633760714,0.7869022408,203,-1.448950472,0.7441675014,553.79591184 +207,-1.647406434,0.8101289331,203,-1.448950472,0.7441675014,617.55442048 +208,-1.564245052,0.5701509278,203,-1.448950472,0.7441675014,777.72985985 +209,-1.646289963,0.6833746083,203,-1.448950472,0.7441675014,637.38589166 +210,-1.5820631,0.6751952144,203,-1.448950472,0.7441675014,484.04934442 +211,-1.613236298,0.6681681791,203,-1.448950472,0.7441675014,578.92331323 +212,-1.914661867,0.8212566515,203,-1.448950472,0.7441675014,1336.0248441 +213,-1.742133237,0.7250275956,203,-1.448950472,0.7441675014,863.69484 +214,-2.033144872,0.6557314699,203,-1.448950472,0.7441675014,1792.0319744 +215,-2.039551981,0.6964723658,203,-1.448950472,0.7441675014,1756.5747371 +216,-1.247341019,0.7622473908,203,-1.448950472,0.7441675014,586.4571594 +217,-1.298239787,0.7084123392,203,-1.448950472,0.7441675014,467.99456246 +218,-1.308539688,0.6926545592,203,-1.448950472,0.7441675014,465.51096823 +219,-1.303263185,0.6888938396,203,-1.448950472,0.7441675014,486.82231854 +220,-1.852400229,0.6004246149,203,-1.448950472,0.7441675014,1367.9743133 +221,-1.288947707,0.7473773692,203,-1.448950472,0.7441675014,465.48935566 +222,-1.372031502,0.7472790993,203,-1.448950472,0.7441675014,224.12761702 +223,-1.289805721,0.7242157877,203,-1.448950472,0.7441675014,474.35202094 +224,-1.350807603,0.7533498126,203,-1.448950472,0.7441675014,287.02547996 +225,-1.329290365,0.7560442322,203,-1.448950472,0.7441675014,349.84095795 +226,-1.410153004,0.616936428,203,-1.448950472,0.7441675014,517.86716982 +227,-1.393445434,0.6308995063,203,-1.448950472,0.7441675014,479.64884241 +228,-1.37595573,0.6241540638,203,-1.448950472,0.7441675014,525.35161232 +229,-1.358388707,0.6172645205,203,-1.448950472,0.7441675014,574.4990701 +230,-1.753741133,0.8281661666,203,-1.448950472,0.7441675014,913.12354036 +231,-1.47430987,0.6834615681,203,-1.448950472,0.7441675014,252.14690671 +232,-1.421012508,0.7222725206,203,-1.448950472,0.7441675014,119.50384441 +233,-1.4476833,0.6978557868,203,-1.448950472,0.7441675014,183.47941768 +234,-1.470370723,0.6966193374,203,-1.448950472,0.7441675014,198.8334202 +235,-1.429211703,0.7037216883,203,-1.448950472,0.7441675014,170.5740018 +236,-1.700578405,0.6178673663,203,-1.448950472,0.7441675014,919.9410588 +237,-1.678117619,0.6331716163,203,-1.448950472,0.7441675014,825.88676072 +238,-1.725644578,0.6316331145,203,-1.448950472,0.7441675014,954.73217259 +239,-2.14012759,0.7930497945,203,-1.448950472,0.7441675014,1957.6123476 +240,-2.103289431,0.7653606263,203,-1.448950472,0.7441675014,1873.5988941 +241,-1.318739838,0.7017808746,203,-1.448950472,0.7441675014,421.41407361 +242,-1.396417427,0.7077900843,203,-1.448950472,0.7441675014,212.05386387 +243,-1.35650337,0.7185539404,203,-1.448950472,0.7441675014,290.74468178 +244,-1.248884539,0.7274156818,203,-1.448950472,0.7441675014,590.72370422 +245,-1.395014798,0.5761185243,203,-1.448950472,0.7441675014,686.56118694 +246,-1.433377362,0.6064716109,203,-1.448950472,0.7441675014,547.52448652 +247,-1.408172432,0.5903155476,203,-1.448950472,0.7441675014,622.40212863 +248,-1.749645898,0.7757118084,203,-1.448950472,0.7441675014,870.69743691 +249,-1.571626686,0.615046989,203,-1.448950472,0.7441675014,635.43003865 +250,-1.514070049,0.6303003037,203,-1.448950472,0.7441675014,492.99707353 +251,-1.480890369,0.6237966528,203,-1.448950472,0.7441675014,486.73154012 +252,-1.704390658,0.5281680612,203,-1.448950472,0.7441675014,1177.4130182 +253,-1.64434733,0.5254277498,203,-1.448950472,0.7441675014,1065.1522949 +254,-1.703855997,0.4792484842,203,-1.448950472,0.7441675014,1331.6213182 +255,-1.692002383,0.5748825051,203,-1.448950472,0.7441675014,1011.69385 +256,-1.854136457,0.5544643913,203,-1.448950472,0.7441675014,1475.4992122 +257,-1.665021206,0.520317736,203,-1.448950472,0.7441675014,1121.1619103 +258,-1.733654349,0.4845187345,203,-1.448950472,0.7441675014,1375.8892068 +259,-1.720938188,0.5135933906,203,-1.448950472,0.7441675014,1258.0988513 +260,-1.742668307,0.553296122,203,-1.448950472,0.7441675014,1192.3345468 +261,-1.965659039,0.7142126903,203,-1.448950472,0.7441675014,1523.0360227 +262,-1.944438071,0.6772834804,203,-1.448950472,0.7441675014,1503.519798 +263,-1.270340967,0.7681487096,203,-1.448950472,0.7441675014,523.00080135 +264,-1.353091884,0.6549276821,203,-1.448950472,0.7441675014,457.32503407 +265,-1.333236659,0.6413584414,203,-1.448950472,0.7441675014,538.3577276 +266,-1.352015998,0.6753788907,203,-1.448950472,0.7441675014,398.65166923 +267,-1.377988483,0.6577816235,203,-1.448950472,0.7441675014,403.88946887 +268,-2.13075611,0.8318642051,203,-1.448950472,0.7441675014,1915.0014974 +269,-2.097910953,0.8259670014,203,-1.448950472,0.7441675014,1828.8948184 +270,-1.416382069,0.6694271549,203,-1.448950472,0.7441675014,311.85336654 +271,-1.538905672,0.7535625993,203,-1.448950472,0.7441675014,263.58142807 +272,-1.572309477,0.7803125099,203,-1.448950472,0.7441675014,381.15055178 +273,-1.87759879,0.7503853417,203,-1.448950472,0.7441675014,1241.2581784 +274,1.152365588,0.590457682,203,-1.448950472,0.7441675014,6806.0735807 +275,0.350198001,0.718001859,203,-1.448950472,0.7441675014,4930.8586787 +276,0.046513677,0.491503852,203,-1.448950472,0.7441675014,4727.091452 +277,0.027510309,0.742571376,203,-1.448950472,0.7441675014,4106.328507 +278,0.306285725,-0.214631579,203,-1.448950472,0.7441675014,7329.905554 +279,-1.100564889,0.318051531,203,-1.448950472,0.7441675014,2053.4847322 +280,-1.078582306,0.301437596,203,-1.448950472,0.7441675014,2152.4268278 +281,-1.137371989,-0.617634065,203,-1.448950472,0.7441675014,5510.6751809 +282,0.784356344,0.703272339,203,-1.448950472,0.7441675014,5853.312427 +283,-1.221209947,0.218327455,203,-1.448950472,0.7441675014,2224.8387239 +284,2.347301921,-0.449114658,203,-1.448950472,0.7441675014,10028.531972 +285,0.246820618,0.830553713,203,-1.448950472,0.7441675014,4425.0127613 +286,0.829414965,0.703288228,203,-1.448950472,0.7441675014,5931.0755045 +287,-1.337537566,0.42332223,203,-1.448950472,0.7441675014,1322.1020544 +288,0.882453706,0.454478077,203,-1.448950472,0.7441675014,6851.5808634 +289,1.575629659,0.416419109,203,-1.448950472,0.7441675014,7826.9148454 +290,-1.039455679,0.229888244,203,-1.448950472,0.7441675014,2472.4935445 +291,0.489558039,0.934482747,203,-1.448950472,0.7441675014,4645.1365693 +292,0.081344504,0.88384514,203,-1.448950472,0.7441675014,3950.1121542 +293,-1.547979814,0.300350308,203,-1.448950472,0.7441675014,1789.4566353 +294,0.040776181,0.168560074,203,-1.448950472,0.7441675014,5535.7584771 +295,-1.130374745,0.563894876,203,-1.448950472,0.7441675014,1225.6233667 +296,1.578326642,0.478507176,203,-1.448950472,0.7441675014,7582.8887239 +297,-1.12861823,-0.291640865,203,-1.448950472,0.7441675014,4265.9215098 +298,0.310524208,0.770885792,203,-1.448950472,0.7441675014,4707.9021264 +299,0.415649091,-0.387246002,203,-1.448950472,0.7441675014,8084.3823104 +300,-0.926533878,-0.188022748,203,-1.448950472,0.7441675014,4149.4043758 +301,1.258856172,-0.11716081,203,-1.448950472,0.7441675014,9534.2170582 +302,-1.126050026,0.322941926,203,-1.448950472,0.7441675014,1989.1403217 +303,2.002785835,0.07893892,203,-1.448950472,0.7441675014,8998.4588331 +304,0.440437607,0.746258085,203,-1.448950472,0.7441675014,5053.7238517 +305,-0.030391866,0.214441206,203,-1.448950472,0.7441675014,5208.1670476 +306,0.521557815,-0.058929362,203,-1.448950472,0.7441675014,7535.8999179 +307,-0.097005111,0.13317729,203,-1.448950472,0.7441675014,5228.2386493 +308,1.83113859,0.221857587,203,-1.448950472,0.7441675014,8584.4314746 +309,0.222428864,0.099404236,203,-1.448950472,0.7441675014,6246.8119863 +310,-1.702731345,0.8728568183,203,-1.448950472,0.7441675014,858.78684577 +311,-0.418507569,0.278324921,203,-1.448950472,0.7441675014,3915.2467997 +312,-1.41153306,0.339029988,203,-1.448950472,0.7441675014,1609.622877 +313,0.357560442,0.114788776,203,-1.448950472,0.7441675014,6591.1857614 +314,0.325818979,0.268352149,203,-1.448950472,0.7441675014,6079.6320809 +315,-1.246004659,-0.663679965,203,-1.448950472,0.7441675014,5624.1781064 +316,1.814603087,0.637404484,203,-1.448950472,0.7441675014,6953.7386982 +317,1.843704281,-0.18300445,203,-1.448950472,0.7441675014,10160.501179 +318,1.690644492,-0.211480909,203,-1.448950472,0.7441675014,10333.865715 +319,-1.275451936,0.068109467,203,-1.448950472,0.7441675014,2746.8724153 +320,0.762430171,-0.207594741,203,-1.448950472,0.7441675014,8623.528648 +321,0.265668905,-0.014647884,203,-1.448950472,0.7441675014,6679.8431836 +322,-2.773032013,-0.335515811,203,-1.448950472,0.7441675014,6433.4711157 +323,-1.469512853,0.174058777,203,-1.448950472,0.7441675014,2259.3244832 +324,0.286276986,0.785925691,203,-1.448950472,0.7441675014,4617.310971 +325,-1.379324697,0.377432233,203,-1.448950472,0.7441675014,1470.8334544 +326,-1.203778265,0.212813032,203,-1.448950472,0.7441675014,2267.1657719 +327,0.579916301,0.611743168,203,-1.448950472,0.7441675014,5734.7501403 +328,0.267582642,0.868113908,203,-1.448950472,0.7441675014,4382.559403 +329,0.412869244,-0.050245578,203,-1.448950472,0.7441675014,7201.6808271 +330,0.17524381,0.976660285,203,-1.448950472,0.7441675014,3965.7038849 +331,0.743157214,0.204812899,203,-1.448950472,0.7441675014,7352.2649229 +332,-1.070758176,0.269382282,203,-1.448950472,0.7441675014,2276.936798 +333,-1.230364251,0.329790229,203,-1.448950472,0.7441675014,1797.3393708 +334,-1.374813124,-0.024926835,203,-1.448950472,0.7441675014,3057.8708224 +335,0.519780566,0.463669906,203,-1.448950472,0.7441675014,6031.879009 +336,-1.55108034,0.239698561,203,-1.448950472,0.7441675014,2028.5074347 +337,0.180294813,0.029739425,203,-1.448950472,0.7441675014,6312.2955701 +338,0.67820924,0.268170153,203,-1.448950472,0.7441675014,6999.8442976 +339,0.445798684,1.024001867,203,-1.448950472,0.7441675014,4342.666747 +340,0.691751283,0.150521402,203,-1.448950472,0.7441675014,7390.9261956 +341,-1.036643551,-0.903056181,203,-1.448950472,0.7441675014,6676.5614405 +342,-0.120287036,1.083325163,203,-1.448950472,0.7441675014,3254.1936887 +343,2.823513113,-0.304487164,203,-1.448950472,0.7441675014,8304.8577515 +344,0.457583172,1.12513373,203,-1.448950472,0.7441675014,4117.1311917 +345,0.042918831,0.813795399,203,-1.448950472,0.7441675014,3998.999999 +346,1.196146777,-0.853142756,203,-1.448950472,0.7441675014,11015.17597 +347,0.206001358,-0.010430701,203,-1.448950472,0.7441675014,6495.0454561 +348,-0.268308653,0.234799412,203,-1.448950472,0.7441675014,4462.6017318 +349,0.759363263,0.736189579,203,-1.448950472,0.7441675014,5704.1095378 +350,0.181363926,0.891988372,203,-1.448950472,0.7441675014,4149.1884947 +351,-0.021111158,0.139103292,203,-1.448950472,0.7441675014,5433.5776981 +352,-0.093355215,0.630686981,203,-1.448950472,0.7441675014,4026.5134596 +353,0.40118964,0.681375926,203,-1.448950472,0.7441675014,5142.7248538 +354,-0.721197315,1.304706234,203,-1.448950472,0.7441675014,2562.3263335 +355,-1.076150317,0.212107639,203,-1.448950472,0.7441675014,2466.1171884 +356,-1.577164531,0.273993443,203,-1.448950472,0.7441675014,1912.5596308 +357,-0.190788414,0.182208586,203,-1.448950472,0.7441675014,4825.6296233 +358,-0.261349752,0.209710184,203,-1.448950472,0.7441675014,4548.433944 +359,-1.029303852,0.083549259,203,-1.448950472,0.7441675014,3003.630841 +360,-1.268609162,0.330525297,203,-1.448950472,0.7441675014,1746.3090173 +361,1.282982244,-0.926641967,203,-1.448950472,0.7441675014,11146.547703 +362,0.217352334,0.731352408,203,-1.448950472,0.7441675014,4591.1278867 +363,-1.511833084,0.258629297,203,-1.448950472,0.7441675014,1935.1133167 +364,0.338812194,0.823184618,203,-1.448950472,0.7441675014,4639.1130032 +365,-0.324406489,1.134201999,203,-1.448950472,0.7441675014,2874.2452451 +366,1.389579348,0.399185724,203,-1.448950472,0.7441675014,7781.572685 +367,2.047152199,-0.039082036,203,-1.448950472,0.7441675014,9382.1474076 +368,0.947780369,0.568250077,203,-1.448950472,0.7441675014,6584.1293652 +369,0.763824846,0.576754987,203,-1.448950472,0.7441675014,6221.4101495 +370,-0.142334657,0.928153068,203,-1.448950472,0.7441675014,3380.6611137 +371,0.610266567,0.547265983,203,-1.448950472,0.7441675014,5993.2840489 +372,0.210731629,0.746815056,203,-1.448950472,0.7441675014,4538.9775867 +373,-1.34931644,0.316895224,203,-1.448950472,0.7441675014,1725.2638789 +374,2.407696481,0.655030745,203,-1.448950472,0.7441675014,6332.2895361 +375,0.64207831,0.545359131,203,-1.448950472,0.7441675014,6068.4793617 +376,1.174597538,0.840588356,203,-1.448950472,0.7441675014,5911.2853131 +377,0.660059424,0.010604079,203,-1.448950472,0.7441675014,7722.7251856 +378,-0.730263819,0.010486456,203,-1.448950472,0.7441675014,3863.8482172 +379,0.831068936,0.512339172,203,-1.448950472,0.7441675014,6561.0865355 +380,1.301180979,0.72367476,203,-1.448950472,0.7441675014,6463.9702182 +381,1.811128231,0.322854402,203,-1.448950472,0.7441675014,8195.2854616 +382,0.435105812,0.992284428,203,-1.448950472,0.7441675014,4403.2445965 +383,0.62643634,0.592027932,203,-1.448950472,0.7441675014,5893.2804843 +384,0.492988703,-0.516339467,203,-1.448950472,0.7441675014,8607.1398318 +385,-0.162469483,0.112549365,203,-1.448950472,0.7441675014,5093.1912787 +386,0.314630866,0.472006421,203,-1.448950472,0.7441675014,5495.1953913 +387,0.166744804,0.822815954,203,-1.448950472,0.7441675014,4265.4673854 +388,0.417159608,0.965805736,203,-1.448950472,0.7441675014,4437.7360378 +389,0.106334961,0.868774244,203,-1.448950472,0.7441675014,4034.6762142 +390,0.815086969,-0.338144359,203,-1.448950472,0.7441675014,9120.480453 +391,0.59867455,-0.230624824,203,-1.448950472,0.7441675014,8220.988166 +392,1.915104874,0.066220985,203,-1.448950472,0.7441675014,9136.148619 +393,1.278093622,0.064463721,203,-1.448950472,0.7441675014,8912.9319808 +394,-0.061477853,0.302997961,203,-1.448950472,0.7441675014,4889.3568979 +395,0.251311504,0.626976942,203,-1.448950472,0.7441675014,4929.6418785 +396,2.950242872,0.149095644,203,-1.448950472,0.7441675014,6712.4497616 +397,-0.180294708,0.35375117,203,-1.448950472,0.7441675014,4417.2992663 +398,1.010448592,-0.351180233,203,-1.448950472,0.7441675014,9697.8826543 +399,-1.748740498,0.3686318073,203,-1.448950472,0.7441675014,1789.2022 +400,2.699635665,0.123533791,203,-1.448950472,0.7441675014,7456.561355 +401,0.496808033,0.823843254,203,-1.448950472,0.7441675014,4956.8800969 +402,0.129574704,0.763364087,203,-1.448950472,0.7441675014,4309.8769382 +403,1.798920311,0.817447563,203,-1.448950472,0.7441675014,6247.0438942 +404,0.335987953,0.746786541,203,-1.448950472,0.7441675014,4825.0574622 +405,-1.085413643,0.292154671,203,-1.448950472,0.7441675014,2170.9293117 +406,-0.155321003,0.508207011,203,-1.448950472,0.7441675014,4122.891949 +407,0.620529244,-0.301175104,203,-1.448950472,0.7441675014,8467.0273994 +408,1.684402744,0.368716966,203,-1.448950472,0.7441675014,8035.6102672 +409,0.300582244,-0.386397212,203,-1.448950472,0.7441675014,7750.5532151 +410,2.913555946,-0.009225192,203,-1.448950472,0.7441675014,7257.2354624 +411,1.465101417,0.493232532,203,-1.448950472,0.7441675014,7472.7048661 +412,0.090612882,0.907955955,203,-1.448950472,0.7441675014,3924.3563701 +413,2.987564726,-0.729568594,203,-1.448950472,0.7441675014,8775.1435155 +414,-1.484261606,0.224149272,203,-1.448950472,0.7441675014,2063.3535722 +415,0.164073421,0.303955133,203,-1.448950472,0.7441675014,5532.8069104 +416,0.141441293,0.167552546,203,-1.448950472,0.7441675014,5830.1353786 +417,2.931321023,-0.506718887,203,-1.448950472,0.7441675014,8474.1177238 +418,2.21951565,0.700596356,203,-1.448950472,0.7441675014,6417.803057 +419,0.268112576,1.199114336,203,-1.448950472,0.7441675014,3711.6529131 +420,0.978913739,0.359223811,203,-1.448950472,0.7441675014,7356.2638833 +421,1.210898818,0.522863584,203,-1.448950472,0.7441675014,7127.2531543 +422,2.347397336,0.129231362,203,-1.448950472,0.7441675014,8256.4877031 +423,0.614394501,0.556878345,203,-1.448950472,0.7441675014,5973.4036513 +424,-1.398079356,0.148483366,203,-1.448950472,0.7441675014,2366.1412775 +425,2.535303836,-0.112984496,203,-1.448950472,0.7441675014,8589.7249319 +426,-1.019372593,-0.405322349,203,-1.448950472,0.7441675014,4816.0301973 +427,-1.297785627,-0.160104069,203,-1.448950472,0.7441675014,3623.3860543 +428,2.144554488,0.205051084,203,-1.448950472,0.7441675014,8341.8658858 +429,-2.242387083,-0.426171285,203,-1.448950472,0.7441675014,5465.4493035 +430,0.338637212,0.909723676,203,-1.448950472,0.7441675014,4428.2673384 +431,-0.148798452,0.691042401,203,-1.448950472,0.7441675014,3755.238047 +432,0.893524764,0.441829531,203,-1.448950472,0.7441675014,6915.0725206 +433,0.969229347,-0.368847936,203,-1.448950472,0.7441675014,9632.6136963 +434,0.436043248,0.800045688,203,-1.448950472,0.7441675014,4900.1566473 +435,1.687946607,1.081504775,203,-1.448950472,0.7441675014,5212.345012 +436,0.522302046,-0.034889271,203,-1.448950472,0.7441675014,7471.3985478 +437,-0.178996113,-0.438090009,203,-1.448950472,0.7441675014,6578.6499102 +438,-1.094339566,0.301444068,203,-1.448950472,0.7441675014,2122.1436797 +439,-1.064070054,0.242569932,203,-1.448950472,0.7441675014,2381.9427417 +440,-1.068153768,0.230387998,203,-1.448950472,0.7441675014,2416.611665 +441,-3.00496892,-0.23989155,203,-1.448950472,0.7441675014,6819.8441332 +442,0.21751974,0.766874888,203,-1.448950472,0.7441675014,4507.6315243 +443,0.117229532,0.007619006,203,-1.448950472,0.7441675014,6188.0309302 +444,0.777758451,0.420554741,203,-1.448950472,0.7441675014,6750.3938429 +445,-0.252356999,0.250747086,203,-1.448950472,0.7441675014,4467.5784005 +446,0.363148444,0.768483434,203,-1.448950472,0.7441675014,4829.2220011 +447,0.903191366,-0.118210676,203,-1.448950472,0.7441675014,8742.8889648 +448,-0.205755923,0.149406178,203,-1.448950472,0.7441675014,4869.2390457 +449,1.811996086,0.02364353,203,-1.448950472,0.7441675014,9372.8260489 +450,-1.100670221,0.314845373,203,-1.448950472,0.7441675014,2064.2414638 +451,0.340078597,0.850105132,203,-1.448950472,0.7441675014,4575.3396306 +452,0.258757267,0.804969236,203,-1.448950472,0.7441675014,4510.9235778 +453,2.78505352,-0.155160804,203,-1.448950472,0.7441675014,8023.3075876 +454,0.800551619,0.105822106,203,-1.448950472,0.7441675014,7798.9494529 +455,0.437940882,-0.506194031,203,-1.448950472,0.7441675014,8427.1857977 +456,2.230431122,0.63458615,203,-1.448950472,0.7441675014,6647.5145117 +457,0.527965361,0.127667701,203,-1.448950472,0.7441675014,7027.6307632 +458,-0.063643205,0.702093448,203,-1.448950472,0.7441675014,3957.541362 +459,1.408447268,0.133010502,203,-1.448950472,0.7441675014,8820.9580451 +460,0.523795955,0.280266966,203,-1.448950472,0.7441675014,6575.7231982 +461,-0.975769313,0.072177659,203,-1.448950472,0.7441675014,3139.6682215 +462,0.549774164,-0.463663986,203,-1.448950472,0.7441675014,8653.2352273 +463,0.29245874,1.095549818,203,-1.448950472,0.7441675014,3938.1668483 +464,0.143625958,0.816809593,203,-1.448950472,0.7441675014,4226.157394 +465,0.671902494,0.611159853,203,-1.448950472,0.7441675014,5929.5753404 +466,1.239840988,0.6724199,203,-1.448950472,0.7441675014,6601.1799643 +467,0.607829703,-0.10932137,203,-1.448950472,0.7441675014,7919.0022113 +468,1.763020906,0.263996692,203,-1.448950472,0.7441675014,8442.2828122 +469,0.378714634,0.726066797,203,-1.448950472,0.7441675014,4973.5971567 +470,2.196736143,-0.153862366,203,-1.448950472,0.7441675014,9523.7537165 +471,0.01702415,0.148991565,203,-1.448950472,0.7441675014,5518.4567207 +472,-2.998490902,-0.158002487,203,-1.448950472,0.7441675014,6583.4264847 +473,-3.051262951,-0.346595608,203,-1.448950472,0.7441675014,7230.5662785 +474,-1.069176439,0.182802941,203,-1.448950472,0.7441675014,2581.8234989 +475,0.167157509,0.595344954,203,-1.448950472,0.7441675014,4795.9813839 +476,0.613855648,0.681746124,203,-1.448950472,0.7441675014,5597.4743252 +477,1.037012736,0.682555367,203,-1.448950472,0.7441675014,6321.8322734 +478,-1.253574971,0.379755746,203,-1.448950472,0.7441675014,1581.6125342 +479,3.108590453,-0.132620738,203,-1.448950472,0.7441675014,7027.7199039 +480,0.565301296,0.022333262,203,-1.448950472,0.7441675014,7430.6229637 +481,0.547898238,0.855555614,203,-1.448950472,0.7441675014,4965.1915011 +482,0.948309381,0.417393755,203,-1.448950472,0.7441675014,7100.7735111 +483,-0.050600732,0.945269213,203,-1.448950472,0.7441675014,3557.7793726 +484,-0.977651478,-0.572363064,203,-1.448950472,0.7441675014,5488.4574864 +485,1.102014914,0.728861163,203,-1.448950472,0.7441675014,6240.3410747 +486,2.927300795,-0.282939414,203,-1.448950472,0.7441675014,7948.001609 +487,-1.154565557,0.124434095,203,-1.448950472,0.7441675014,2661.4565165 +488,1.855331234,0.291044755,203,-1.448950472,0.7441675014,8300.6476397 +489,0.830290659,0.276904518,203,-1.448950472,0.7441675014,7326.4264242 +490,0.485104466,-0.234867441,203,-1.448950472,0.7441675014,7903.2940578 +491,0.521367572,-0.33161327,203,-1.448950472,0.7441675014,8255.2637034 +1,-1.539031704,0.7349710123,204,-1.492662363,0.7523026852,151.6050845 +2,-1.536990553,0.7349663874,204,-1.492662363,0.7523026852,146.33399035 +3,-1.534951779,0.7349571355,204,-1.492662363,0.7523026852,141.13197002 +4,-1.532906461,0.7349480293,204,-1.492662363,0.7523026852,135.97378948 +5,-1.531320211,0.7346937278,204,-1.492662363,0.7523026852,132.54343226 +6,-1.539451648,0.7335131775,204,-1.492662363,0.7523026852,155.45857631 +7,-1.537429487,0.7335445708,204,-1.492662363,0.7523026852,150.24358624 +8,-1.535484998,0.7335658704,204,-1.492662363,0.7523026852,145.2969497 +9,-1.533488396,0.7336036027,204,-1.492662363,0.7523026852,140.24113978 +10,-1.531497785,0.7335842962,204,-1.492662363,0.7523026852,135.38826119 +11,-1.530259379,0.7334777758,204,-1.492662363,0.7523026852,132.62182069 +12,-1.5335454,0.7322346912,204,-1.492662363,0.7523026852,143.37883584 +13,-1.531489083,0.7322238773,204,-1.492662363,0.7523026852,138.44913409 +14,-1.530011122,0.7321679851,204,-1.492662363,0.7523026852,135.07387523 +15,-1.53348106,0.7306614094,204,-1.492662363,0.7523026852,146.84167919 +16,-1.531441779,0.7306962275,204,-1.492662363,0.7523026852,141.96380452 +17,-1.529755654,0.7306933243,204,-1.492662363,0.7523026852,138.07390639 +18,-1.533415048,0.7291384674,204,-1.492662363,0.7523026852,150.35497714 +19,-1.531392093,0.7291705353,204,-1.492662363,0.7523026852,145.63455485 +20,-1.529296523,0.7291214933,204,-1.492662363,0.7523026852,141.05487999 +21,-1.535280942,0.727267644,204,-1.492662363,0.7523026852,159.29966497 +22,-1.533378158,0.7276139666,204,-1.492662363,0.7523026852,154.0940321 +23,-1.531340368,0.7276446587,204,-1.492662363,0.7523026852,149.45532852 +24,-1.528960113,0.7276398177,204,-1.492662363,0.7523026852,144.27101013 +25,-1.533313146,0.7260818349,204,-1.492662363,0.7523026852,157.93342218 +26,-1.531259555,0.7260958115,204,-1.492662363,0.7523026852,153.41858386 +27,-1.528926415,0.7260865555,204,-1.492662363,0.7523026852,148.48846884 +28,-1.531226779,0.7245511789,204,-1.492662363,0.7523026852,157.60993493 +29,-1.528904772,0.7245519194,204,-1.492662363,0.7523026852,152.80790985 +30,-1.547195875,0.7409785979,204,-1.492662363,0.7523026852,164.7551478 +31,-1.5451475,0.740980426,204,-1.492662363,0.7523026852,159.03206252 +32,-1.543097679,0.7409798872,204,-1.492662363,0.7523026852,153.32539602 +33,-1.540720364,0.7409892687,204,-1.492662363,0.7523026852,146.71923846 +34,-1.547188511,0.7395198392,204,-1.492662363,0.7523026852,166.50186399 +35,-1.545148587,0.7395226109,204,-1.492662363,0.7523026852,160.85585383 +36,-1.543104538,0.7395314908,204,-1.492662363,0.7523026852,155.21163527 +37,-1.540727751,0.7395306258,204,-1.492662363,0.7523026852,148.69396052 +38,-1.547187029,0.7380014886,204,-1.492662363,0.7523026852,168.52803384 +39,-1.545147315,0.7380012252,204,-1.492662363,0.7523026852,162.9490614 +40,-1.54310719,0.7380060743,204,-1.492662363,0.7523026852,157.38749254 +41,-1.540719671,0.7380068206,204,-1.492662363,0.7523026852,150.92295256 +42,-1.547187189,0.7364799098,204,-1.492662363,0.7523026852,170.75133954 +43,-1.545149996,0.7364853874,204,-1.492662363,0.7523026852,165.23748561 +44,-1.543106091,0.7364823484,204,-1.492662363,0.7523026852,159.74948809 +45,-1.540717158,0.7364893901,204,-1.492662363,0.7523026852,153.36119984 +46,-1.538663972,0.7410138672,204,-1.492662363,0.7523026852,141.00675047 +47,-1.53695285,0.7409699132,204,-1.492662363,0.7523026852,136.35832399 +48,-1.534910498,0.7409641297,204,-1.492662363,0.7523026852,130.77508174 +49,-1.533145034,0.7409536636,204,-1.492662363,0.7523026852,125.98275373 +50,-1.538681336,0.7395405883,204,-1.492662363,0.7523026852,143.09632112 +51,-1.536999189,0.7395183096,204,-1.492662363,0.7523026852,138.56302037 +52,-1.534923633,0.7395144222,204,-1.492662363,0.7523026852,132.96753616 +53,-1.533267822,0.7395654306,204,-1.492662363,0.7523026852,128.44523312 +54,-1.53867273,0.7380151077,204,-1.492662363,0.7523026852,145.40391591 +55,-1.536980576,0.7379994392,204,-1.492662363,0.7523026852,140.90557438 +56,-1.534931522,0.7379944961,204,-1.492662363,0.7523026852,135.47408282 +57,-1.533387952,0.7379480264,204,-1.492662363,0.7523026852,131.48817641 +58,-1.538682279,0.7364914363,204,-1.492662363,0.7523026852,147.96711178 +59,-1.536980704,0.7364810563,204,-1.492662363,0.7523026852,143.5103705 +60,-1.534935567,0.7364752065,204,-1.492662363,0.7523026852,138.18643551 +61,-1.533042592,0.7363876366,204,-1.492662363,0.7523026852,133.46357313 +62,-1.545143426,0.7349628011,204,-1.492662363,0.7523026852,167.69643401 +63,-1.543105297,0.7349691947,204,-1.492662363,0.7523026852,162.28399691 +64,-1.541064533,0.7349647152,204,-1.492662363,0.7523026852,156.92235226 +65,-1.545411803,0.7334624714,204,-1.492662363,0.7523026852,171.0145333 +66,-1.543446606,0.7334780896,204,-1.492662363,0.7523026852,165.8471609 +67,-1.541475327,0.7334957295,204,-1.492662363,0.7523026852,160.69865399 +68,-1.545401939,0.731963266,204,-1.492662363,0.7523026852,173.75522915 +69,-1.54342253,0.7319915583,204,-1.492662363,0.7523026852,168.60250614 +70,-1.541455867,0.7320216438,204,-1.492662363,0.7523026852,163.52064182 +71,-1.545410146,0.7304422281,204,-1.492662363,0.7523026852,176.74263246 +72,-1.543435491,0.7304713664,204,-1.492662363,0.7523026852,171.67811679 +73,-1.541463105,0.7304997613,204,-1.492662363,0.7523026852,166.66682038 +74,-1.545414768,0.7289194936,204,-1.492662363,0.7523026852,179.87681344 +75,-1.543435774,0.7289538557,204,-1.492662363,0.7523026852,174.86979537 +76,-1.541457714,0.7289765881,204,-1.492662363,0.7523026852,169.94045758 +77,-1.539449415,0.7320555866,204,-1.492662363,0.7523026852,158.37595916 +78,-1.537429183,0.7321097681,204,-1.492662363,0.7523026852,153.20555082 +79,-1.535472649,0.7321497267,204,-1.492662363,0.7523026852,148.27784054 +80,-1.539457899,0.7305333307,204,-1.492662363,0.7523026852,161.61345889 +81,-1.537453161,0.7305750503,204,-1.492662363,0.7523026852,156.59942808 +82,-1.535479385,0.7306124949,204,-1.492662363,0.7523026852,151.73052963 +83,-1.53946905,0.7290102593,204,-1.492662363,0.7523026852,165.01612992 +84,-1.537459922,0.7290417293,204,-1.492662363,0.7523026852,160.10790859 +85,-1.535451349,0.7290890157,204,-1.492662363,0.7523026852,155.23042808 +86,-1.535522937,0.7279887191,204,-1.492662363,0.7523026852,158.06610692 +87,-1.539442524,0.7274735939,204,-1.492662363,0.7523026852,168.50867912 +88,-1.537424111,0.727521351,204,-1.492662363,0.7523026852,163.63551579 +89,-1.539384641,0.7259505092,204,-1.492662363,0.7523026852,172.03917491 +90,-1.537372391,0.7259947145,204,-1.492662363,0.7523026852,167.28463714 +91,-1.535340789,0.7260435356,204,-1.492662363,0.7523026852,162.54948844 +92,-1.539325716,0.7244369706,204,-1.492662363,0.7523026852,175.67906215 +93,-1.537308932,0.7244801057,204,-1.492662363,0.7523026852,171.01193634 +94,-1.535289068,0.7245247645,204,-1.492662363,0.7523026852,166.41324065 +95,-1.533261366,0.7245550236,204,-1.492662363,0.7523026852,161.92300783 +96,-1.539267302,0.722921924,204,-1.492662363,0.7523026852,179.45027221 +97,-1.537248972,0.7229660258,204,-1.492662363,0.7523026852,174.87165739 +98,-1.535219431,0.7229916471,204,-1.492662363,0.7523026852,170.40242665 +99,-1.53318962,0.7230212049,204,-1.492662363,0.7523026852,166.01461853 +100,-1.531154816,0.7230299897,204,-1.492662363,0.7523026852,161.77636285 +101,-1.528878341,0.7230370244,204,-1.492662363,0.7523026852,157.17579793 +102,-1.539218189,0.7214009878,204,-1.492662363,0.7523026852,183.37626627 +103,-1.537198791,0.7214422745,204,-1.492662363,0.7523026852,178.89650309 +104,-1.535179266,0.7214634354,204,-1.492662363,0.7523026852,174.55949009 +105,-1.533156501,0.7214944644,204,-1.492662363,0.7523026852,170.28317917 +106,-1.53113574,0.7215166021,204,-1.492662363,0.7523026852,166.13908557 +107,-1.528874248,0.7215345535,204,-1.492662363,0.7523026852,161.65381893 +108,-1.539217656,0.7198512397,204,-1.492662363,0.7523026852,187.59676561 +109,-1.537199919,0.7199428763,204,-1.492662363,0.7523026852,183.0705474 +110,-1.545425832,0.727397149,204,-1.492662363,0.7523026852,183.17100402 +111,-1.543371177,0.7273916949,204,-1.492662363,0.7523026852,178.14929159 +112,-1.541368852,0.7274523163,204,-1.492662363,0.7523026852,173.16380739 +113,-1.545349067,0.7258710923,204,-1.492662363,0.7523026852,186.3976588 +114,-1.54332671,0.7258603556,204,-1.492662363,0.7523026852,181.55612129 +115,-1.541346831,0.7259242142,204,-1.492662363,0.7523026852,176.70147661 +116,-1.545324355,0.7243383958,204,-1.492662363,0.7523026852,189.90125206 +117,-1.543292796,0.7243617413,204,-1.492662363,0.7523026852,185.04424462 +118,-1.541295822,0.7244024384,204,-1.492662363,0.7523026852,180.28996322 +119,-1.543193859,0.7205570215,204,-1.492662363,0.7523026852,194.4039343 +120,-1.550257047,0.7386738187,204,-1.492662363,0.7523026852,176.08594062 +121,-1.549335448,0.7311736483,204,-1.492662363,0.7523026852,185.44775625 +122,-1.533478843,0.7179891343,204,-1.492662363,0.7523026852,181.2400178 +123,-1.556150555,0.738907041,204,-1.492662363,0.7523026852,192.20419272 +124,-1.554324226,0.733414257,204,-1.492662363,0.7523026852,194.81108909 +125,-1.554290846,0.7288285332,204,-1.492662363,0.7523026852,202.72769976 +126,-1.55122487,0.7219795312,204,-1.492662363,0.7523026852,209.55068505 +127,-1.525104458,0.7229399862,204,-1.492662363,0.7523026852,150.22867754 +128,-1.519607711,0.7236181429,204,-1.492662363,0.7523026852,138.35823075 +129,-1.513899999,0.7251107854,204,-1.492662363,0.7523026852,124.37097111 +130,-1.536620762,0.7431061895,204,-1.492662363,0.7523026852,132.7620934 +131,-1.5369566,0.7460845958,204,-1.492662363,0.7523026852,130.80496404 +132,-1.545345528,0.7447040685,204,-1.492662363,0.7523026852,155.82499249 +133,-1.532813921,0.7432306626,204,-1.492662363,0.7523026852,122.01619374 +134,-1.554788248,0.7382381001,204,-1.492662363,0.7523026852,189.21422919 +135,-1.540348126,0.7301594274,204,-1.492662363,0.7523026852,164.62269485 +136,-1.538016084,0.7239051786,204,-1.492662363,0.7523026852,174.0896664 +137,-1.525288962,0.7258085137,204,-1.492662363,0.7523026852,141.89600483 +138,-1.534326986,0.731241342,204,-1.492662363,0.7523026852,147.51744028 +139,-1.530733872,0.7303625216,204,-1.492662363,0.7523026852,141.14304215 +141,-1.534354939,0.7328219978,204,-1.492662363,0.7523026852,144.06468483 +142,-1.53157084,0.7292888153,204,-1.492662363,0.7523026852,145.74276819 +143,-1.525691035,0.7263799874,204,-1.492662363,0.7523026852,141.01737164 +144,-1.534031287,0.7495967835,204,-1.492662363,0.7523026852,120.26453661 +145,-1.527714986,0.7283095957,204,-1.492662363,0.7523026852,139.77316932 +146,-1.526189586,0.7271468292,204,-1.492662363,0.7523026852,139.81736095 +147,-1.555177336,0.7375563366,204,-1.492662363,0.7523026852,191.15867461 +148,-1.555080283,0.7312707794,204,-1.492662363,0.7523026852,200.39080275 +149,-1.53856994,0.7224180299,204,-1.492662363,0.7523026852,179.23423578 +150,-1.530837883,0.729933372,204,-1.492662363,0.7523026852,142.45066298 +151,-1.515066984,0.5854133365,204,-1.492662363,0.7523026852,664.68058373 +152,-1.534731633,0.5368370046,204,-1.492662363,0.7523026852,863.68373444 +153,-1.515231902,0.5607085576,204,-1.492662363,0.7523026852,762.17300804 +154,-2.616253799,1.0684566605,204,-1.492662363,0.7523026852,2857.2159152 +155,-1.956071439,0.5792177723,204,-1.492662363,0.7523026852,1588.9271184 +156,-1.951208514,0.5602434208,204,-1.492662363,0.7523026852,1618.0436027 +157,-1.944675062,0.6062144545,204,-1.492662363,0.7523026852,1500.6510023 +158,-1.613778386,0.6077989518,204,-1.492662363,0.7523026852,682.62353325 +159,-2.035029014,0.6021432345,204,-1.492662363,0.7523026852,1764.6194652 +160,-2.114989471,0.6801825058,204,-1.492662363,0.7523026852,1866.7868768 +161,-2.037382079,0.5765830025,204,-1.492662363,0.7523026852,1822.3831194 +162,-2.129855121,0.6585019963,204,-1.492662363,0.7523026852,1941.2588972 +163,-2.075141798,0.6493615843,204,-1.492662363,0.7523026852,1797.2562213 +164,-1.828626729,0.6948433129,204,-1.492662363,0.7523026852,1020.5036553 +165,-1.863329418,0.6735427691,204,-1.492662363,0.7523026852,1150.0812122 +166,-1.266037071,0.727988852,204,-1.492662363,0.7523026852,669.07112481 +167,-1.277579582,0.7249010648,204,-1.492662363,0.7523026852,638.60633981 +168,-1.258418684,0.7241194816,204,-1.492662363,0.7523026852,694.53668887 +169,-1.317813974,0.6804850104,204,-1.492662363,0.7523026852,594.19034901 +170,-1.344165204,0.6790988904,204,-1.492662363,0.7523026852,529.77059797 +171,-1.427582102,0.5277120351,204,-1.492662363,0.7523026852,913.05042206 +172,-1.402238616,0.457167829,204,-1.492662363,0.7523026852,1204.9426549 +173,-1.422454264,0.4996161999,204,-1.492662363,0.7523026852,1025.6071964 +174,-1.439089277,0.4894859811,204,-1.492662363,0.7523026852,1055.0200432 +175,-1.448126995,0.5182330266,204,-1.492662363,0.7523026852,937.8294795 +176,-1.474626146,0.5881926574,204,-1.492662363,0.7523026852,652.43074791 +177,-1.421139645,0.5584869783,204,-1.492662363,0.7523026852,799.60572101 +178,-1.457037165,0.565943032,204,-1.492662363,0.7523026852,746.4839386 +179,-2.757159358,0.3745319,204,-1.492662363,0.7523026852,4351.4050484 +180,-2.714309238,0.342054471,204,-1.492662363,0.7523026852,4308.4650978 +181,-2.000525337,0.774119946,204,-1.492662363,0.7523026852,1448.5723976 +183,-1.571413436,0.6777838382,204,-1.492662363,0.7523026852,377.4956302 +184,-1.552860289,0.6987663893,204,-1.492662363,0.7523026852,277.05907511 +185,-1.521852374,0.7165827476,204,-1.492662363,0.7523026852,165.46824111 +186,-1.503656267,0.6928968252,204,-1.492662363,0.7523026852,237.56070551 +187,-1.502753178,0.7136205882,204,-1.492662363,0.7523026852,156.07155121 +188,-1.631894563,0.7343596465,204,-1.492662363,0.7523026852,412.02990866 +189,-1.653765416,0.6770714026,204,-1.492662363,0.7523026852,566.15212189 +190,-1.719812114,0.6715965947,204,-1.492662363,0.7523026852,751.35644759 +191,-1.493406659,0.6646955447,204,-1.492662363,0.7523026852,347.01908996 +192,-1.469120564,0.6613469966,204,-1.492662363,0.7523026852,367.17213863 +193,-1.590551461,0.5326612937,204,-1.492662363,0.7523026852,923.14444256 +194,-1.625979264,0.5247742243,204,-1.492662363,0.7523026852,994.92184501 +195,-1.572293943,0.5238808754,204,-1.492662363,0.7523026852,939.18066271 +196,-1.610848725,0.5477107964,204,-1.492662363,0.7523026852,891.19477551 +197,-1.208485554,0.7918526018,204,-1.492662363,0.7523026852,820.04273437 +198,-1.335601374,0.6869083083,204,-1.492662363,0.7523026852,534.36665936 +199,-1.346156996,0.6825213377,204,-1.492662363,0.7523026852,516.91314459 +200,-1.324381037,0.6741422347,204,-1.492662363,0.7523026852,590.99967108 +201,-1.242424992,0.7378949807,204,-1.492662363,0.7523026852,729.88106809 +202,-1.270370057,0.7392461008,204,-1.492662363,0.7523026852,648.2177279 +203,-1.448950472,0.7441675014,204,-1.492662363,0.7523026852,130.9164852 +204,-1.492662363,0.7523026852,204,-1.492662363,0.7523026852,34.797428752 +205,-1.479098966,0.7763855017,204,-1.492662363,0.7523026852,102.97220263 +206,-1.633760714,0.7869022408,204,-1.492662363,0.7523026852,423.91504812 +207,-1.647406434,0.8101289331,204,-1.492662363,0.7523026852,491.41377607 +208,-1.564245052,0.5701509278,204,-1.492662363,0.7523026852,755.14603202 +209,-1.646289963,0.6833746083,204,-1.492662363,0.7523026852,533.08369714 +210,-1.5820631,0.6751952144,204,-1.492662363,0.7523026852,405.95601932 +211,-1.613236298,0.6681681791,204,-1.492662363,0.7523026852,491.80374669 +212,-1.914661867,0.8212566515,204,-1.492662363,0.7523026852,1206.2834209 +213,-1.742133237,0.7250275956,204,-1.492662363,0.7523026852,737.6236731 +214,-2.033144872,0.6557314699,204,-1.492662363,0.7523026852,1665.8999803 +215,-2.039551981,0.6964723658,204,-1.492662363,0.7523026852,1627.6708568 +216,-1.247341019,0.7622473908,204,-1.492662363,0.7523026852,706.40808848 +217,-1.298239787,0.7084123392,204,-1.492662363,0.7523026852,598.90860333 +218,-1.308539688,0.6926545592,204,-1.492662363,0.7523026852,595.38262846 +219,-1.303263185,0.6888938396,204,-1.492662363,0.7523026852,616.51560944 +220,-1.852400229,0.6004246149,204,-1.492662363,0.7523026852,1258.7766983 +221,-1.288947707,0.7473773692,204,-1.492662363,0.7523026852,590.34289622 +222,-1.372031502,0.7472790993,204,-1.492662363,0.7523026852,350.14882052 +223,-1.289805721,0.7242157877,204,-1.492662363,0.7523026852,604.11466124 +224,-1.350807603,0.7533498126,204,-1.492662363,0.7523026852,409.90219721 +225,-1.329290365,0.7560442322,204,-1.492662363,0.7523026852,471.62860431 +226,-1.410153004,0.616936428,204,-1.492662363,0.7523026852,592.69196832 +227,-1.393445434,0.6308995063,204,-1.492662363,0.7523026852,567.88594754 +228,-1.37595573,0.6241540638,204,-1.492662363,0.7523026852,620.1214662 +229,-1.358388707,0.6172645205,204,-1.492662363,0.7523026852,674.4866924 +230,-1.753741133,0.8281661666,204,-1.492662363,0.7523026852,785.67713647 +231,-1.47430987,0.6834615681,204,-1.492662363,0.7523026852,278.11543654 +232,-1.421012508,0.7222725206,204,-1.492662363,0.7523026852,241.39320813 +233,-1.4476833,0.6978557868,204,-1.492662363,0.7523026852,253.52676073 +234,-1.470370723,0.6966193374,204,-1.492662363,0.7523026852,230.25144584 +235,-1.429211703,0.7037216883,204,-1.492662363,0.7523026852,268.70088548 +236,-1.700578405,0.6178673663,204,-1.492662363,0.7523026852,829.35397644 +237,-1.678117619,0.6331716163,204,-1.492662363,0.7523026852,735.2965022 +238,-1.725644578,0.6316331145,204,-1.492662363,0.7523026852,854.73636113 +239,-2.14012759,0.7930497945,204,-1.492662363,0.7523026852,1827.0979061 +240,-2.103289431,0.7653606263,204,-1.492662363,0.7523026852,1742.686649 +241,-1.318739838,0.7017808746,204,-1.492662363,0.7523026852,551.80650721 +242,-1.396417427,0.7077900843,204,-1.492662363,0.7523026852,334.22814988 +243,-1.35650337,0.7185539404,204,-1.492662363,0.7523026852,421.48908507 +244,-1.248884539,0.7274156818,204,-1.492662363,0.7523026852,719.07934801 +245,-1.395014798,0.5761185243,204,-1.492662363,0.7523026852,760.95904977 +246,-1.433377362,0.6064716109,204,-1.492662363,0.7523026852,605.68939762 +247,-1.408172432,0.5903155476,204,-1.492662363,0.7523026852,692.75328125 +248,-1.749645898,0.7757118084,204,-1.492662363,0.7523026852,739.80282998 +249,-1.571626686,0.615046989,204,-1.492662363,0.7523026852,595.05144319 +250,-1.514070049,0.6303003037,204,-1.492662363,0.7523026852,487.63045974 +251,-1.480890369,0.6237966528,204,-1.492662363,0.7523026852,510.27997413 +252,-1.704390658,0.5281680612,204,-1.492662363,0.7523026852,1111.2424247 +253,-1.64434733,0.5254277498,204,-1.492662363,0.7523026852,1018.5262676 +254,-1.703855997,0.4792484842,204,-1.492662363,0.7523026852,1276.0334118 +255,-1.692002383,0.5748825051,204,-1.492662363,0.7523026852,936.70553024 +256,-1.854136457,0.5544643913,204,-1.492662363,0.7523026852,1374.6690882 +257,-1.665021206,0.520317736,204,-1.492662363,0.7523026852,1068.6598129 +258,-1.733654349,0.4845187345,204,-1.492662363,0.7523026852,1311.4423328 +259,-1.720938188,0.5135933906,204,-1.492662363,0.7523026852,1190.8382539 +260,-1.742668307,0.553296122,204,-1.492662363,0.7523026852,1110.5685989 +261,-1.965659039,0.7142126903,204,-1.492662363,0.7523026852,1394.0568301 +262,-1.944438071,0.6772834804,204,-1.492662363,0.7523026852,1377.8652514 +263,-1.270340967,0.7681487096,204,-1.492662363,0.7523026852,640.59659622 +264,-1.353091884,0.6549276821,204,-1.492662363,0.7523026852,570.87731951 +265,-1.333236659,0.6413584414,204,-1.492662363,0.7523026852,653.21191727 +266,-1.352015998,0.6753788907,204,-1.492662363,0.7523026852,519.3674749 +267,-1.377988483,0.6577816235,204,-1.492662363,0.7523026852,509.414322 +268,-2.13075611,0.8318642051,204,-1.492662363,0.7523026852,1785.7934417 +269,-2.097910953,0.8259670014,204,-1.492662363,0.7523026852,1699.3562255 +270,-1.416382069,0.6694271549,204,-1.492662363,0.7523026852,400.0985945 +271,-1.538905672,0.7535625993,204,-1.492662363,0.7523026852,133.7440711 +272,-1.572309477,0.7803125099,204,-1.492662363,0.7523026852,252.87829903 +273,-1.87759879,0.7503853417,204,-1.492662363,0.7523026852,1111.029539 +274,1.152365588,0.590457682,204,-1.492662363,0.7523026852,6829.6036347 +275,0.350198001,0.718001859,204,-1.492662363,0.7523026852,5007.6263054 +276,0.046513677,0.491503852,204,-1.492662363,0.7523026852,4835.7947921 +277,0.027510309,0.742571376,204,-1.492662363,0.7523026852,4196.850552 +278,0.306285725,-0.214631579,204,-1.492662363,0.7523026852,7457.4374238 +279,-1.100564889,0.318051531,204,-1.492662363,0.7523026852,2163.1105588 +280,-1.078582306,0.301437596,204,-1.492662363,0.7523026852,2263.2896723 +281,-1.137371989,-0.617634065,204,-1.492662363,0.7523026852,5576.0491201 +282,0.784356344,0.703272339,204,-1.492662363,0.7523026852,5902.6426178 +283,-1.221209947,0.218327455,204,-1.492662363,0.7523026852,2310.1593051 +284,2.347301921,-0.449114658,204,-1.492662363,0.7523026852,9897.6647999 +285,0.246820618,0.830553713,204,-1.492662363,0.7523026852,4497.077369 +286,0.829414965,0.703288228,204,-1.492662363,0.7523026852,5976.918863 +287,-1.337537566,0.42332223,204,-1.492662363,0.7523026852,1397.7832459 +288,0.882453706,0.454478077,204,-1.492662363,0.7523026852,6908.9697467 +289,1.575629659,0.416419109,204,-1.492662363,0.7523026852,7806.8269911 +290,-1.039455679,0.229888244,204,-1.492662363,0.7523026852,2582.7209377 +291,0.489558039,0.934482747,204,-1.492662363,0.7523026852,4694.7015709 +292,0.081344504,0.88384514,204,-1.492662363,0.7523026852,4024.0212702 +293,-1.547979814,0.300350308,204,-1.492662363,0.7523026852,1799.8349028 +294,0.040776181,0.168560074,204,-1.492662363,0.7523026852,5659.4798707 +295,-1.130374745,0.563894876,204,-1.492662363,0.7523026852,1352.7441325 +296,1.578326642,0.478507176,204,-1.492662363,0.7523026852,7561.8284909 +297,-1.12861823,-0.291640865,204,-1.492662363,0.7523026852,4342.0131486 +298,0.310524208,0.770885792,204,-1.492662363,0.7523026852,4782.2755525 +299,0.415649091,-0.387246002,204,-1.492662363,0.7523026852,8213.6934491 +300,-0.926533878,-0.188022748,204,-1.492662363,0.7523026852,4249.5569749 +301,1.258856172,-0.11716081,204,-1.492662363,0.7523026852,9584.2000683 +302,-1.126050026,0.322941926,204,-1.492662363,0.7523026852,2096.079017 +303,2.002785835,0.07893892,204,-1.492662363,0.7523026852,8915.7683705 +304,0.440437607,0.746258085,204,-1.492662363,0.7523026852,5122.9490702 +305,-0.030391866,0.214441206,204,-1.492662363,0.7523026852,5332.4247244 +306,0.521557815,-0.058929362,204,-1.492662363,0.7523026852,7650.7292031 +307,-0.097005111,0.13317729,204,-1.492662363,0.7523026852,5356.1963146 +308,1.83113859,0.221857587,204,-1.492662363,0.7523026852,8529.0139454 +309,0.222428864,0.099404236,204,-1.492662363,0.7523026852,6367.1490317 +310,-1.702731345,0.8728568183,204,-1.492662363,0.7523026852,743.66163699 +311,-0.418507569,0.278324921,204,-1.492662363,0.7523026852,4045.4751484 +312,-1.41153306,0.339029988,204,-1.492662363,0.7523026852,1659.1686865 +313,0.357560442,0.114788776,204,-1.492662363,0.7523026852,6705.4905177 +314,0.325818979,0.268352149,204,-1.492662363,0.7523026852,6187.9044405 +315,-1.246004659,-0.663679965,204,-1.492662363,0.7523026852,5678.3993721 +316,1.814603087,0.637404484,204,-1.492662363,0.7523026852,6906.8903007 +317,1.843704281,-0.18300445,204,-1.492662363,0.7523026852,10090.985714 +318,1.690644492,-0.211480909,204,-1.492662363,0.7523026852,10296.88058 +319,-1.275451936,0.068109467,204,-1.492662363,0.7523026852,2815.6436638 +320,0.762430171,-0.207594741,204,-1.492662363,0.7523026852,8733.6084267 +321,0.265668905,-0.014647884,204,-1.492662363,0.7523026852,6802.7675915 +322,-2.773032013,-0.335515811,204,-1.492662363,0.7523026852,6331.1382148 +323,-1.469512853,0.174058777,204,-1.492662363,0.7523026852,2291.8200676 +324,0.286276986,0.785925691,204,-1.492662363,0.7523026852,4691.5975952 +325,-1.379324697,0.377432233,204,-1.492662363,0.7523026852,1531.2794697 +326,-1.203778265,0.212813032,204,-1.492662363,0.7523026852,2355.0231403 +327,0.579916301,0.611743168,204,-1.492662363,0.7523026852,5805.5019956 +328,0.267582642,0.868113908,204,-1.492662363,0.7523026852,4449.904647 +329,0.412869244,-0.050245578,204,-1.492662363,0.7523026852,7320.7810106 +330,0.17524381,0.976660285,204,-1.492662363,0.7523026852,4025.1934592 +331,0.743157214,0.204812899,204,-1.492662363,0.7523026852,7437.7238164 +332,-1.070758176,0.269382282,204,-1.492662363,0.7523026852,2386.4555152 +333,-1.230364251,0.329790229,204,-1.492662363,0.7523026852,1888.8914017 +334,-1.374813124,-0.024926835,204,-1.492662363,0.7523026852,3107.0962448 +335,0.519780566,0.463669906,204,-1.492662363,0.7523026852,6117.0211359 +336,-1.55108034,0.239698561,204,-1.492662363,0.7523026852,2040.1747849 +337,0.180294813,0.029739425,204,-1.492662363,0.7523026852,6436.3515508 +338,0.67820924,0.268170153,204,-1.492662363,0.7523026852,7086.3492354 +339,0.445798684,1.024001867,204,-1.492662363,0.7523026852,4385.3041423 +340,0.691751283,0.150521402,204,-1.492662363,0.7523026852,7483.7521685 +341,-1.036643551,-0.903056181,204,-1.492662363,0.7523026852,6740.954239 +342,-0.120287036,1.083325163,204,-1.492662363,0.7523026852,3307.6331129 +343,2.823513113,-0.304487164,204,-1.492662363,0.7523026852,8176.5104799 +344,0.457583172,1.12513373,204,-1.492662363,0.7523026852,4147.9361438 +345,0.042918831,0.813795399,204,-1.492662363,0.7523026852,4081.9533278 +346,1.196146777,-0.853142756,204,-1.492662363,0.7523026852,11142.787601 +347,0.206001358,-0.010430701,204,-1.492662363,0.7523026852,6619.5884554 +348,-0.268308653,0.234799412,204,-1.492662363,0.7523026852,4591.5382803 +349,0.759363263,0.736189579,204,-1.492662363,0.7523026852,5752.9959665 +350,0.181363926,0.891988372,204,-1.492662363,0.7523026852,4218.0042155 +351,-0.021111158,0.139103292,204,-1.492662363,0.7523026852,5559.7778541 +352,-0.093355215,0.630686981,204,-1.492662363,0.7523026852,4131.5560082 +353,0.40118964,0.681375926,204,-1.492662363,0.7523026852,5219.5523305 +354,-0.721197315,1.304706234,204,-1.492662363,0.7523026852,2569.2325438 +355,-1.076150317,0.212107639,204,-1.492662363,0.7523026852,2571.358911 +356,-1.577164531,0.273993443,204,-1.492662363,0.7523026852,1916.0538751 +357,-0.190788414,0.182208586,204,-1.492662363,0.7523026852,4954.2861208 +358,-0.261349752,0.209710184,204,-1.492662363,0.7523026852,4677.7092124 +359,-1.029303852,0.083549259,204,-1.492662363,0.7523026852,3106.642229 +360,-1.268609162,0.330525297,204,-1.492662363,0.7523026852,1830.5294093 +361,1.282982244,-0.926641967,204,-1.492662363,0.7523026852,11261.901514 +362,0.217352334,0.731352408,204,-1.492662363,0.7523026852,4673.7999325 +363,-1.511833084,0.258629297,204,-1.492662363,0.7523026852,1956.5241614 +364,0.338812194,0.823184618,204,-1.492662363,0.7523026852,4707.229753 +365,-0.324406489,1.134201999,204,-1.492662363,0.7523026852,2921.1136293 +366,1.389579348,0.399185724,204,-1.492662363,0.7523026852,7785.7571932 +367,2.047152199,-0.039082036,204,-1.492662363,0.7523026852,9288.6837907 +368,0.947780369,0.568250077,204,-1.492662363,0.7523026852,6628.5356256 +369,0.763824846,0.576754987,204,-1.492662363,0.7523026852,6280.9859833 +370,-0.142334657,0.928153068,204,-1.492662363,0.7523026852,3457.0795902 +371,0.610266567,0.547265983,204,-1.492662363,0.7523026852,6066.4899457 +372,0.210731629,0.746815056,204,-1.492662363,0.7523026852,4620.6186042 +373,-1.34931644,0.316895224,204,-1.492662363,0.7523026852,1790.3053865 +374,2.407696481,0.655030745,204,-1.492662363,0.7523026852,6237.3983062 +375,0.64207831,0.545359131,204,-1.492662363,0.7523026852,6139.5196662 +376,1.174597538,0.840588356,204,-1.492662363,0.7523026852,5921.1557007 +377,0.660059424,0.010604079,204,-1.492662363,0.7523026852,7826.171294 +378,-0.730263819,0.010486456,204,-1.492662363,0.7523026852,3985.2347333 +379,0.831068936,0.512339172,204,-1.492662363,0.7523026852,6619.3371727 +380,1.301180979,0.72367476,204,-1.492662363,0.7523026852,6467.3725368 +381,1.811128231,0.322854402,204,-1.492662363,0.7523026852,8144.3428778 +382,0.435105812,0.992284428,204,-1.492662363,0.7523026852,4449.7437369 +383,0.62643634,0.592027932,204,-1.492662363,0.7523026852,5962.1867622 +384,0.492988703,-0.516339467,204,-1.492662363,0.7523026852,8737.616631 +385,-0.162469483,0.112549365,204,-1.492662363,0.7523026852,5222.5993796 +386,0.314630866,0.472006421,204,-1.492662363,0.7523026852,5592.1364974 +387,0.166744804,0.822815954,204,-1.492662363,0.7523026852,4342.0795845 +388,0.417159608,0.965805736,204,-1.492662363,0.7523026852,4487.8517245 +389,0.106334961,0.868774244,204,-1.492662363,0.7523026852,4109.2020249 +390,0.815086969,-0.338144359,204,-1.492662363,0.7523026852,9235.7859724 +391,0.59867455,-0.230624824,204,-1.492662363,0.7523026852,8340.441294 +392,1.915104874,0.066220985,204,-1.492662363,0.7523026852,9064.6855207 +393,1.278093622,0.064463721,204,-1.492662363,0.7523026852,8947.407171 +394,-0.061477853,0.302997961,204,-1.492662363,0.7523026852,5011.4427906 +395,0.251311504,0.626976942,204,-1.492662363,0.7523026852,5019.0893139 +396,2.950242872,0.149095644,204,-1.492662363,0.7523026852,6581.7695583 +397,-0.180294708,0.35375117,204,-1.492662363,0.7523026852,4540.9714023 +398,1.010448592,-0.351180233,204,-1.492662363,0.7523026852,9801.148841 +399,-1.748740498,0.3686318073,204,-1.492662363,0.7523026852,1739.7128898 +400,2.699635665,0.123533791,204,-1.492662363,0.7523026852,7329.0216795 +401,0.496808033,0.823843254,204,-1.492662363,0.7523026852,5016.1638354 +402,0.129574704,0.763364087,204,-1.492662363,0.7523026852,4393.9101673 +403,1.798920311,0.817447563,204,-1.492662363,0.7523026852,6203.8556834 +404,0.335987953,0.746786541,204,-1.492662363,0.7523026852,4900.1709874 +405,-1.085413643,0.292154671,204,-1.492662363,0.7523026852,2280.4034505 +406,-0.155321003,0.508207011,204,-1.492662363,0.7523026852,4238.5092261 +407,0.620529244,-0.301175104,204,-1.492662363,0.7523026852,8588.8117975 +408,1.684402744,0.368716966,204,-1.492662363,0.7523026852,8001.6054335 +409,0.300582244,-0.386397212,204,-1.492662363,0.7523026852,7881.0049096 +410,2.913555946,-0.009225192,204,-1.492662363,0.7523026852,7126.3699535 +411,1.465101417,0.493232532,204,-1.492662363,0.7523026852,7465.0753617 +412,0.090612882,0.907955955,204,-1.492662363,0.7523026852,3995.1837286 +413,2.987564726,-0.729568594,204,-1.492662363,0.7523026852,8676.0872579 +414,-1.484261606,0.224149272,204,-1.492662363,0.7523026852,2092.2130949 +415,0.164073421,0.303955133,204,-1.492662363,0.7523026852,5646.6691763 +416,0.141441293,0.167552546,204,-1.492662363,0.7523026852,5950.727315 +417,2.931321023,-0.506718887,204,-1.492662363,0.7523026852,8356.5059508 +418,2.21951565,0.700596356,204,-1.492662363,0.7523026852,6337.625481 +419,0.268112576,1.199114336,204,-1.492662363,0.7523026852,3739.0052013 +420,0.978913739,0.359223811,204,-1.492662363,0.7523026852,7410.2474084 +421,1.210898818,0.522863584,204,-1.492662363,0.7523026852,7147.7822219 +422,2.347397336,0.129231362,204,-1.492662363,0.7523026852,8143.9628271 +423,0.614394501,0.556878345,204,-1.492662363,0.7523026852,6045.6449378 +424,-1.398079356,0.148483366,204,-1.492662363,0.7523026852,2414.1516656 +425,2.535303836,-0.112984496,204,-1.492662363,0.7523026852,8461.2060444 +426,-1.019372593,-0.405322349,204,-1.492662363,0.7523026852,4899.22291 +427,-1.297785627,-0.160104069,204,-1.492662363,0.7523026852,3681.9182002 +428,2.144554488,0.205051084,204,-1.492662363,0.7523026852,8248.8246431 +429,-2.242387083,-0.426171285,204,-1.492662363,0.7523026852,5407.8297814 +430,0.338637212,0.909723676,204,-1.492662363,0.7523026852,4487.9609281 +431,-0.148798452,0.691042401,204,-1.492662363,0.7523026852,3857.554243 +432,0.893524764,0.441829531,204,-1.492662363,0.7523026852,6972.2396326 +433,0.969229347,-0.368847936,204,-1.492662363,0.7523026852,9740.6652359 +434,0.436043248,0.800045688,204,-1.492662363,0.7523026852,4965.0389213 +435,1.687946607,1.081504775,204,-1.492662363,0.7523026852,5179.0658368 +436,0.522302046,-0.034889271,204,-1.492662363,0.7523026852,7585.0375937 +437,-0.178996113,-0.438090009,204,-1.492662363,0.7523026852,6705.3093631 +438,-1.094339566,0.301444068,204,-1.492662363,0.7523026852,2231.2738788 +439,-1.064070054,0.242569932,204,-1.492662363,0.7523026852,2490.4311011 +440,-1.068153768,0.230387998,204,-1.492662363,0.7523026852,2523.8864866 +441,-3.00496892,-0.23989155,204,-1.492662363,0.7523026852,6701.9737455 +442,0.21751974,0.766874888,204,-1.492662363,0.7523026852,4587.1304453 +443,0.117229532,0.007619006,204,-1.492662363,0.7523026852,6314.343043 +444,0.777758451,0.420554741,204,-1.492662363,0.7523026852,6819.1260173 +445,-0.252356999,0.250747086,204,-1.492662363,0.7523026852,4595.9234069 +446,0.363148444,0.768483434,204,-1.492662363,0.7523026852,4900.9616806 +447,0.903191366,-0.118210676,204,-1.492662363,0.7523026852,8836.4983705 +448,-0.205755923,0.149406178,204,-1.492662363,0.7523026852,4998.6873545 +449,1.811996086,0.02364353,204,-1.492662363,0.7523026852,9315.9436571 +450,-1.100670221,0.314845373,204,-1.492662363,0.7523026852,2173.6195977 +451,0.340078597,0.850105132,204,-1.492662363,0.7523026852,4640.8487685 +452,0.258757267,0.804969236,204,-1.492662363,0.7523026852,4584.8451784 +453,2.78505352,-0.155160804,204,-1.492662363,0.7523026852,7892.5239547 +454,0.800551619,0.105822106,204,-1.492662363,0.7523026852,7886.0527662 +455,0.437940882,-0.506194031,204,-1.492662363,0.7523026852,8557.8706135 +456,2.230431122,0.63458615,204,-1.492662363,0.7523026852,6563.9153863 +457,0.527965361,0.127667701,204,-1.492662363,0.7523026852,7132.5575827 +458,-0.063643205,0.702093448,204,-1.492662363,0.7523026852,4055.5290349 +459,1.408447268,0.133010502,204,-1.492662363,0.7523026852,8831.7000595 +460,0.523795955,0.280266966,204,-1.492662363,0.7523026852,6672.173217 +461,-0.975769313,0.072177659,204,-1.492662363,0.7523026852,3247.2733372 +462,0.549774164,-0.463663986,204,-1.492662363,0.7523026852,8782.253956 +463,0.29245874,1.095549818,204,-1.492662363,0.7523026852,3978.6692501 +464,0.143625958,0.816809593,204,-1.492662363,0.7523026852,4304.4200516 +465,0.671902494,0.611159853,204,-1.492662363,0.7523026852,5993.8269588 +466,1.239840988,0.6724199,204,-1.492662363,0.7523026852,6612.4090486 +467,0.607829703,-0.10932137,204,-1.492662363,0.7523026852,8032.1001106 +468,1.763020906,0.263996692,204,-1.492662363,0.7523026852,8396.9729701 +469,0.378714634,0.726066797,204,-1.492662363,0.7523026852,5048.0846009 +470,2.196736143,-0.153862366,204,-1.492662363,0.7523026852,9409.4333127 +471,0.01702415,0.148991565,204,-1.492662363,0.7523026852,5643.4315033 +472,-2.998490902,-0.158002487,204,-1.492662363,0.7523026852,6462.5349046 +473,-3.051262951,-0.346595608,204,-1.492662363,0.7523026852,7115.7579991 +474,-1.069176439,0.182802941,204,-1.492662363,0.7523026852,2686.0656809 +475,0.167157509,0.595344954,204,-1.492662363,0.7523026852,4892.0957653 +476,0.613855648,0.681746124,204,-1.492662363,0.7523026852,5660.7327039 +477,1.037012736,0.682555367,204,-1.492662363,0.7523026852,6351.5489052 +478,-1.253574971,0.379755746,204,-1.492662363,0.7523026852,1673.0614487 +479,3.108590453,-0.132620738,204,-1.492662363,0.7523026852,6901.0795043 +480,0.565301296,0.022333262,204,-1.492662363,0.7523026852,7539.0993512 +481,0.547898238,0.855555614,204,-1.492662363,0.7523026852,5018.6991418 +482,0.948309381,0.417393755,204,-1.492662363,0.7523026852,7154.259748 +483,-0.050600732,0.945269213,204,-1.492662363,0.7523026852,3629.1615078 +484,-0.977651478,-0.572363064,204,-1.492662363,0.7523026852,5569.2063676 +485,1.102014914,0.728861163,204,-1.492662363,0.7523026852,6261.8139926 +486,2.927300795,-0.282939414,204,-1.492662363,0.7523026852,7821.2051974 +487,-1.154565557,0.124434095,204,-1.492662363,0.7523026852,2751.5734899 +488,1.855331234,0.291044755,204,-1.492662363,0.7523026852,8243.433175 +489,0.830290659,0.276904518,204,-1.492662363,0.7523026852,7399.8578679 +490,0.485104466,-0.234867441,204,-1.492662363,0.7523026852,8026.9290132 +491,0.521367572,-0.33161327,204,-1.492662363,0.7523026852,8381.1837823 +1,-1.539031704,0.7349710123,205,-1.479098966,0.7763855017,238.20570326 +2,-1.536990553,0.7349663874,205,-1.479098966,0.7763855017,233.98922431 +3,-1.534951779,0.7349571355,205,-1.479098966,0.7763855017,229.86394035 +4,-1.532906461,0.7349480293,205,-1.479098966,0.7763855017,225.80265204 +5,-1.531320211,0.7346937278,205,-1.479098966,0.7763855017,223.44358401 +6,-1.539451648,0.7335131775,205,-1.479098966,0.7763855017,243.16609386 +7,-1.537429487,0.7335445708,205,-1.479098966,0.7763855017,238.93741835 +8,-1.535484998,0.7335658704,205,-1.479098966,0.7763855017,234.96197382 +9,-1.533488396,0.7336036027,205,-1.479098966,0.7763855017,230.90367469 +10,-1.531497785,0.7335842962,205,-1.479098966,0.7763855017,227.10192959 +11,-1.530259379,0.7334777758,205,-1.479098966,0.7763855017,225.06495617 +12,-1.5335454,0.7322346912,205,-1.479098966,0.7763855017,235.08740288 +13,-1.531489083,0.7322238773,205,-1.479098966,0.7763855017,231.19751255 +14,-1.530011122,0.7321679851,205,-1.479098966,0.7763855017,228.60395274 +15,-1.53348106,0.7306614094,205,-1.479098966,0.7763855017,239.71159707 +16,-1.531441779,0.7306962275,205,-1.479098966,0.7763855017,235.78894013 +17,-1.529755654,0.7306933243,205,-1.479098966,0.7763855017,232.70735988 +18,-1.533415048,0.7291384674,205,-1.479098966,0.7763855017,244.24870408 +19,-1.531392093,0.7291705353,205,-1.479098966,0.7763855017,240.43430802 +20,-1.529296523,0.7291214933,205,-1.479098966,0.7763855017,236.83149379 +21,-1.535280942,0.727267644,205,-1.479098966,0.7763855017,253.47998487 +22,-1.533378158,0.7276139666,205,-1.479098966,0.7763855017,248.90701525 +23,-1.531340368,0.7276446587,205,-1.479098966,0.7763855017,245.13735402 +24,-1.528960113,0.7276398177,205,-1.479098966,0.7763855017,240.97298831 +25,-1.533313146,0.7260818349,205,-1.479098966,0.7763855017,253.59707708 +26,-1.531259555,0.7260958115,205,-1.479098966,0.7763855017,249.92045742 +27,-1.528926415,0.7260865555,205,-1.479098966,0.7763855017,245.93258803 +28,-1.531226779,0.7245511789,205,-1.479098966,0.7763855017,254.82999717 +29,-1.528904772,0.7245519194,205,-1.479098966,0.7763855017,250.90381595 +30,-1.547195875,0.7409785979,205,-1.479098966,0.7763855017,240.76501786 +31,-1.5451475,0.740980426,205,-1.479098966,0.7763855017,236.0014345 +32,-1.543097679,0.7409798872,205,-1.479098966,0.7763855017,231.29200478 +33,-1.540720364,0.7409892687,205,-1.479098966,0.7763855017,225.87420011 +34,-1.547188511,0.7395198392,205,-1.479098966,0.7763855017,244.26497227 +35,-1.545148587,0.7395226109,205,-1.479098966,0.7763855017,239.58185644 +36,-1.543104538,0.7395314908,205,-1.479098966,0.7763855017,234.92704468 +37,-1.540727751,0.7395306258,205,-1.479098966,0.7763855017,229.61393299 +38,-1.547187029,0.7380014886,205,-1.479098966,0.7763855017,248.01234297 +39,-1.545147315,0.7380012252,205,-1.479098966,0.7763855017,243.40283621 +40,-1.54310719,0.7380060743,205,-1.479098966,0.7763855017,238.83437395 +41,-1.540719671,0.7380068206,205,-1.479098966,0.7763855017,233.57485898 +42,-1.547187189,0.7364799098,205,-1.479098966,0.7763855017,251.85939848 +43,-1.545149996,0.7364853874,205,-1.479098966,0.7763855017,247.30585421 +44,-1.543106091,0.7364823484,205,-1.479098966,0.7763855017,242.81643449 +45,-1.540717158,0.7364893901,205,-1.479098966,0.7763855017,237.61773194 +46,-1.538663972,0.7410138672,205,-1.479098966,0.7763855017,221.20852405 +47,-1.53695285,0.7409699132,205,-1.479098966,0.7763855017,217.54072929 +48,-1.534910498,0.7409641297,205,-1.479098966,0.7763855017,213.10412651 +49,-1.533145034,0.7409536636,205,-1.479098966,0.7763855017,209.34055911 +50,-1.538681336,0.7395405883,205,-1.479098966,0.7763855017,225.07688082 +51,-1.536999189,0.7395183096,205,-1.479098966,0.7763855017,221.47627018 +52,-1.534923633,0.7395144222,205,-1.479098966,0.7763855017,217.03537216 +53,-1.533267822,0.7395654306,205,-1.479098966,0.7763855017,213.39651732 +54,-1.53867273,0.7380151077,205,-1.479098966,0.7763855017,229.11287822 +55,-1.536980576,0.7379994392,205,-1.479098966,0.7763855017,225.53518971 +56,-1.534931522,0.7379944961,205,-1.479098966,0.7763855017,221.22978793 +57,-1.533387952,0.7379480264,205,-1.479098966,0.7763855017,218.1559287 +58,-1.538682279,0.7364914363,205,-1.479098966,0.7763855017,233.2689413 +59,-1.536980704,0.7364810563,205,-1.479098966,0.7763855017,229.7175998 +60,-1.534935567,0.7364752065,205,-1.479098966,0.7763855017,225.49720136 +61,-1.533042592,0.7363876366,205,-1.479098966,0.7763855017,221.89489511 +62,-1.545143426,0.7349628011,205,-1.479098966,0.7763855017,251.28934612 +63,-1.543105297,0.7349691947,205,-1.479098966,0.7763855017,246.85387809 +64,-1.541064533,0.7349647152,205,-1.479098966,0.7763855017,242.50369894 +65,-1.545411803,0.7334624714,205,-1.479098966,0.7763855017,255.88476651 +66,-1.543446606,0.7334780896,205,-1.479098966,0.7763855017,251.63541379 +67,-1.541475327,0.7334957295,205,-1.479098966,0.7763855017,247.42455823 +68,-1.545401939,0.731963266,205,-1.479098966,0.7763855017,259.94387456 +69,-1.54342253,0.7319915583,205,-1.479098966,0.7763855017,255.69036409 +70,-1.541455867,0.7320216438,205,-1.479098966,0.7763855017,251.51606328 +71,-1.545410146,0.7304422281,205,-1.479098966,0.7763855017,264.1727587 +72,-1.543435491,0.7304713664,205,-1.479098966,0.7763855017,259.9869896 +73,-1.541463105,0.7304997613,205,-1.479098966,0.7763855017,255.86675495 +74,-1.545414768,0.7289194936,205,-1.479098966,0.7763855017,268.46760775 +75,-1.543435774,0.7289538557,205,-1.479098966,0.7763855017,264.31745418 +76,-1.541457714,0.7289765881,205,-1.479098966,0.7763855017,260.26278824 +77,-1.539449415,0.7320555866,205,-1.479098966,0.7763855017,247.30979693 +78,-1.537429183,0.7321097681,205,-1.479098966,0.7763855017,243.08243301 +79,-1.535472649,0.7321497267,205,-1.479098966,0.7763855017,239.09006338 +80,-1.539457899,0.7305333307,205,-1.479098966,0.7763855017,251.72741522 +81,-1.537453161,0.7305750503,205,-1.479098966,0.7763855017,247.63135015 +82,-1.535479385,0.7306124949,205,-1.479098966,0.7763855017,243.6768527 +83,-1.53946905,0.7290102593,205,-1.479098966,0.7763855017,256.21839104 +84,-1.537459922,0.7290417293,205,-1.479098966,0.7763855017,252.20735579 +85,-1.535451349,0.7290890157,205,-1.479098966,0.7763855017,248.22049466 +86,-1.535522937,0.7279887191,205,-1.479098966,0.7763855017,251.71286768 +87,-1.539442524,0.7274735939,205,-1.479098966,0.7763855017,260.7393767 +88,-1.537424111,0.727521351,205,-1.479098966,0.7763855017,256.72524031 +89,-1.539384641,0.7259505092,205,-1.479098966,0.7763855017,265.22186296 +90,-1.537372391,0.7259947145,205,-1.479098966,0.7763855017,261.29312029 +91,-1.535340789,0.7260435356,205,-1.479098966,0.7763855017,257.38668958 +92,-1.539325716,0.7244369706,205,-1.479098966,0.7763855017,269.73323061 +93,-1.537308932,0.7244801057,205,-1.479098966,0.7763855017,265.86082262 +94,-1.535289068,0.7245247645,205,-1.479098966,0.7763855017,262.05132594 +95,-1.533261366,0.7245550236,205,-1.479098966,0.7763855017,258.35058608 +96,-1.539267302,0.722921924,205,-1.479098966,0.7763855017,274.30679426 +97,-1.537248972,0.7229660258,205,-1.479098966,0.7763855017,270.48884807 +98,-1.535219431,0.7229916471,205,-1.479098966,0.7763855017,266.78386223 +99,-1.53318962,0.7230212049,205,-1.479098966,0.7763855017,263.14512033 +100,-1.531154816,0.7230299897,205,-1.479098966,0.7763855017,259.64819696 +101,-1.528878341,0.7230370244,205,-1.479098966,0.7763855017,255.84959273 +102,-1.539218189,0.7214009878,205,-1.479098966,0.7763855017,278.96956951 +103,-1.537198791,0.7214422745,205,-1.479098966,0.7763855017,275.21758841 +104,-1.535179266,0.7214634354,205,-1.479098966,0.7763855017,271.60483821 +105,-1.533156501,0.7214944644,205,-1.479098966,0.7763855017,268.0338084 +106,-1.53113574,0.7215166021,205,-1.479098966,0.7763855017,264.57738707 +107,-1.528874248,0.7215345535,205,-1.479098966,0.7763855017,260.83387247 +108,-1.539217656,0.7198512397,205,-1.479098966,0.7763855017,283.86142599 +109,-1.537199919,0.7199428763,205,-1.479098966,0.7763855017,280.00777964 +110,-1.545425832,0.727397149,205,-1.479098966,0.7763855017,272.84009953 +111,-1.543371177,0.7273916949,205,-1.479098966,0.7763855017,268.71296021 +112,-1.541368852,0.7274523163,205,-1.479098966,0.7763855017,264.5621365 +113,-1.545349067,0.7258710923,205,-1.479098966,0.7763855017,277.10971121 +114,-1.54332671,0.7258603556,205,-1.479098966,0.7763855017,273.1259665 +115,-1.541346831,0.7259242142,205,-1.479098966,0.7763855017,269.06890402 +116,-1.545324355,0.7243383958,205,-1.479098966,0.7763855017,281.56632827 +117,-1.543292796,0.7243617413,205,-1.479098966,0.7763855017,277.5234492 +118,-1.541295822,0.7244024384,205,-1.479098966,0.7763855017,273.56068845 +119,-1.543193859,0.7205570215,205,-1.479098966,0.7763855017,288.91021743 +120,-1.550257047,0.7386738187,205,-1.479098966,0.7763855017,253.41876859 +121,-1.549335448,0.7311736483,205,-1.479098966,0.7763855017,270.52314251 +122,-1.533478843,0.7179891343,205,-1.479098966,0.7763855017,280.07965202 +123,-1.556150555,0.738907041,205,-1.479098966,0.7763855017,266.76392409 +124,-1.554324226,0.733414257,205,-1.479098966,0.7763855017,275.74000729 +125,-1.554290846,0.7288285332,205,-1.479098966,0.7763855017,287.57820639 +126,-1.55122487,0.7219795312,205,-1.479098966,0.7763855017,300.26057627 +127,-1.525104458,0.7229399862,205,-1.479098966,0.7763855017,250.17661327 +128,-1.519607711,0.7236181429,205,-1.479098966,0.7763855017,239.70164971 +129,-1.513899999,0.7251107854,205,-1.479098966,0.7763855017,226.7146131 +130,-1.536620762,0.7431061895,205,-1.479098966,0.7763855017,211.30769456 +131,-1.5369566,0.7460845958,205,-1.479098966,0.7763855017,204.75035676 +132,-1.545345528,0.7447040685,205,-1.479098966,0.7763855017,227.74638295 +133,-1.532813921,0.7432306626,205,-1.479098966,0.7763855017,202.55417469 +134,-1.554788248,0.7382381001,205,-1.479098966,0.7763855017,265.07478716 +135,-1.540348126,0.7301594274,205,-1.479098966,0.7763855017,254.59802356 +136,-1.538016084,0.7239051786,205,-1.479098966,0.7763855017,268.94809521 +137,-1.525288962,0.7258085137,205,-1.479098966,0.7763855017,240.83861372 +138,-1.534326986,0.731241342,205,-1.479098966,0.7763855017,239.57139684 +139,-1.530733872,0.7303625216,205,-1.479098966,0.7763855017,235.5200407 +141,-1.534354939,0.7328219978,205,-1.479098966,0.7763855017,234.91178879 +142,-1.53157084,0.7292888153,205,-1.479098966,0.7763855017,240.39032124 +143,-1.525691035,0.7263799874,205,-1.479098966,0.7763855017,239.59219323 +144,-1.534031287,0.7495967835,205,-1.479098966,0.7763855017,189.69282541 +145,-1.527714986,0.7283095957,205,-1.479098966,0.7763855017,236.67145198 +146,-1.526189586,0.7271468292,205,-1.479098966,0.7763855017,237.88321919 +147,-1.555177336,0.7375563366,205,-1.479098966,0.7763855017,267.59479882 +148,-1.555080283,0.7312707794,205,-1.479098966,0.7763855017,282.91267753 +149,-1.53856994,0.7224180299,205,-1.479098966,0.7763855017,274.60255433 +150,-1.530837883,0.729933372,205,-1.479098966,0.7763855017,237.04585201 +151,-1.515066984,0.5854133365,205,-1.479098966,0.7763855017,764.42505504 +152,-1.534731633,0.5368370046,205,-1.479098966,0.7763855017,964.55901243 +153,-1.515231902,0.5607085576,205,-1.479098966,0.7763855017,861.56534603 +154,-2.616253799,1.0684566605,205,-1.479098966,0.7763855017,2811.6248666 +155,-1.956071439,0.5792177723,205,-1.479098966,0.7763855017,1654.898971 +156,-1.951208514,0.5602434208,205,-1.479098966,0.7763855017,1687.4504251 +157,-1.944675062,0.6062144545,205,-1.479098966,0.7763855017,1563.0195105 +158,-1.613778386,0.6077989518,205,-1.479098966,0.7763855017,783.122979 +159,-2.035029014,0.6021432345,205,-1.479098966,0.7763855017,1819.7118387 +160,-2.114989471,0.6801825058,205,-1.479098966,0.7763855017,1901.5758278 +161,-2.037382079,0.5765830025,205,-1.479098966,0.7763855017,1881.475664 +162,-2.129855121,0.6585019963,205,-1.479098966,0.7763855017,1979.2273157 +163,-2.075141798,0.6493615843,205,-1.479098966,0.7763855017,1840.6628318 +164,-1.828626729,0.6948433129,205,-1.479098966,0.7763855017,1072.8968396 +165,-1.863329418,0.6735427691,205,-1.479098966,0.7763855017,1205.3331701 +166,-1.266037071,0.727988852,205,-1.479098966,0.7763855017,644.63969421 +167,-1.277579582,0.7249010648,205,-1.479098966,0.7763855017,617.64143074 +168,-1.258418684,0.7241194816,205,-1.479098966,0.7763855017,671.28325211 +169,-1.317813974,0.6804850104,205,-1.479098966,0.7763855017,608.89133016 +170,-1.344165204,0.6790988904,205,-1.479098966,0.7763855017,554.28198136 +171,-1.427582102,0.5277120351,205,-1.479098966,0.7763855017,998.07171819 +172,-1.402238616,0.457167829,205,-1.479098966,0.7763855017,1288.0631578 +173,-1.422454264,0.4996161999,205,-1.479098966,0.7763855017,1110.7502274 +174,-1.439089277,0.4894859811,205,-1.479098966,0.7763855017,1143.4413884 +175,-1.448126995,0.5182330266,205,-1.479098966,0.7763855017,1027.1436037 +176,-1.474626146,0.5881926574,205,-1.479098966,0.7763855017,745.55755249 +177,-1.421139645,0.5584869783,205,-1.479098966,0.7763855017,881.51824463 +178,-1.457037165,0.565943032,205,-1.479098966,0.7763855017,836.33692629 +179,-2.757159358,0.3745319,205,-1.479098966,0.7763855017,4382.1346845 +180,-2.714309238,0.342054471,205,-1.479098966,0.7763855017,4344.7314636 +181,-2.000525337,0.774119946,205,-1.479098966,0.7763855017,1466.9177985 +183,-1.571413436,0.6777838382,205,-1.479098966,0.7763855017,476.38467895 +184,-1.552860289,0.6987663893,205,-1.479098966,0.7763855017,375.75401618 +185,-1.521852374,0.7165827476,205,-1.479098966,0.7763855017,267.48445985 +186,-1.503656267,0.6928968252,205,-1.479098966,0.7763855017,338.46910099 +187,-1.502753178,0.7136205882,205,-1.479098966,0.7763855017,257.96462113 +188,-1.631894563,0.7343596465,205,-1.479098966,0.7763855017,470.70948558 +189,-1.653765416,0.6770714026,205,-1.479098966,0.7763855017,648.88983147 +190,-1.719812114,0.6715965947,205,-1.479098966,0.7763855017,824.54109116 +191,-1.493406659,0.6646955447,205,-1.479098966,0.7763855017,444.44188799 +192,-1.469120564,0.6613469966,205,-1.479098966,0.7763855017,456.63375265 +193,-1.590551461,0.5326612937,205,-1.479098966,0.7763855017,1026.1134424 +194,-1.625979264,0.5247742243,205,-1.479098966,0.7763855017,1097.4291615 +195,-1.572293943,0.5238808754,205,-1.479098966,0.7763855017,1041.8262038 +196,-1.610848725,0.5477107964,205,-1.479098966,0.7763855017,993.81980392 +197,-1.208485554,0.7918526018,205,-1.479098966,0.7763855017,760.20039657 +198,-1.335601374,0.6869083083,205,-1.479098966,0.7763855017,551.30354552 +199,-1.346156996,0.6825213377,205,-1.479098966,0.7763855017,540.25192909 +200,-1.324381037,0.6741422347,205,-1.479098966,0.7763855017,611.16963414 +201,-1.242424992,0.7378949807,205,-1.479098966,0.7763855017,697.31698711 +202,-1.270370057,0.7392461008,205,-1.479098966,0.7763855017,617.65034929 +203,-1.448950472,0.7441675014,205,-1.479098966,0.7763855017,154.1800717 +204,-1.492662363,0.7523026852,205,-1.479098966,0.7763855017,102.97220263 +205,-1.479098966,0.7763855017,205,-1.479098966,0.7763855017,108.9328032 +206,-1.633760714,0.7869022408,205,-1.479098966,0.7763855017,436.5763107 +207,-1.647406434,0.8101289331,205,-1.479098966,0.7763855017,486.05130664 +208,-1.564245052,0.5701509278,205,-1.479098966,0.7763855017,857.96501572 +209,-1.646289963,0.6833746083,205,-1.479098966,0.7763855017,615.1925988 +210,-1.5820631,0.6751952144,205,-1.479098966,0.7763855017,503.39599076 +211,-1.613236298,0.6681681791,205,-1.479098966,0.7763855017,584.84192021 +212,-1.914661867,0.8212566515,205,-1.479098966,0.7763855017,1211.2278946 +213,-1.742133237,0.7250275956,205,-1.479098966,0.7763855017,787.23884284 +214,-2.033144872,0.6557314699,205,-1.479098966,0.7763855017,1711.1017375 +215,-2.039551981,0.6964723658,205,-1.479098966,0.7763855017,1663.7035638 +216,-1.247341019,0.7622473908,205,-1.479098966,0.7763855017,661.11299466 +217,-1.298239787,0.7084123392,205,-1.479098966,0.7763855017,591.95260317 +218,-1.308539688,0.6926545592,205,-1.479098966,0.7763855017,600.504766 +219,-1.303263185,0.6888938396,205,-1.479098966,0.7763855017,622.3306141 +220,-1.852400229,0.6004246149,205,-1.479098966,0.7763855017,1331.6713464 +221,-1.288947707,0.7473773692,205,-1.479098966,0.7763855017,556.48951255 +222,-1.372031502,0.7472790993,205,-1.479098966,0.7763855017,327.70270734 +223,-1.289805721,0.7242157877,205,-1.479098966,0.7763855017,585.53022747 +224,-1.350807603,0.7533498126,205,-1.479098966,0.7763855017,377.66274785 +225,-1.329290365,0.7560442322,205,-1.479098966,0.7763855017,434.87179367 +226,-1.410153004,0.616936428,205,-1.479098966,0.7763855017,665.18312412 +227,-1.393445434,0.6308995063,205,-1.479098966,0.7763855017,631.36245225 +228,-1.37595573,0.6241540638,205,-1.479098966,0.7763855017,678.6499406 +229,-1.358388707,0.6172645205,205,-1.479098966,0.7763855017,728.52663159 +230,-1.753741133,0.8281661666,205,-1.479098966,0.7763855017,781.93047598 +231,-1.47430987,0.6834615681,205,-1.479098966,0.7763855017,368.34241108 +232,-1.421012508,0.7222725206,205,-1.479098966,0.7763855017,272.56177683 +233,-1.4476833,0.6978557868,205,-1.479098966,0.7763855017,324.39055326 +234,-1.470370723,0.6966193374,205,-1.479098966,0.7763855017,316.98826862 +235,-1.429211703,0.7037216883,205,-1.479098966,0.7763855017,322.64225364 +236,-1.700578405,0.6178673663,205,-1.479098966,0.7763855017,918.1126797 +237,-1.678117619,0.6331716163,205,-1.479098966,0.7763855017,824.58504136 +238,-1.725644578,0.6316331145,205,-1.479098966,0.7763855017,937.34795805 +239,-2.14012759,0.7930497945,205,-1.479098966,0.7763855017,1836.6337962 +240,-2.103289431,0.7653606263,205,-1.479098966,0.7763855017,1759.7531529 +241,-1.318739838,0.7017808746,205,-1.479098966,0.7763855017,554.20370722 +242,-1.396417427,0.7077900843,205,-1.479098966,0.7763855017,363.31380119 +243,-1.35650337,0.7185539404,205,-1.479098966,0.7763855017,423.21745779 +244,-1.248884539,0.7274156818,205,-1.479098966,0.7763855017,692.80754836 +245,-1.395014798,0.5761185243,205,-1.479098966,0.7763855017,834.2985156 +246,-1.433377362,0.6064716109,205,-1.479098966,0.7763855017,687.23093434 +247,-1.408172432,0.5903155476,205,-1.479098966,0.7763855017,768.27542284 +248,-1.749645898,0.7757118084,205,-1.479098966,0.7763855017,763.66922058 +249,-1.571626686,0.615046989,205,-1.479098966,0.7763855017,697.84605855 +250,-1.514070049,0.6303003037,205,-1.479098966,0.7763855017,588.1550839 +251,-1.480890369,0.6237966528,205,-1.479098966,0.7763855017,604.42864382 +252,-1.704390658,0.5281680612,205,-1.479098966,0.7763855017,1208.9992368 +253,-1.64434733,0.5254277498,205,-1.479098966,0.7763855017,1120.3243395 +254,-1.703855997,0.4792484842,205,-1.479098966,0.7763855017,1376.1135683 +255,-1.692002383,0.5748825051,205,-1.479098966,0.7763855017,1032.0512011 +256,-1.854136457,0.5544643913,205,-1.479098966,0.7763855017,1454.6962855 +257,-1.665021206,0.520317736,205,-1.479098966,0.7763855017,1169.5442133 +258,-1.733654349,0.4845187345,205,-1.479098966,0.7763855017,1409.3712381 +259,-1.720938188,0.5135933906,205,-1.479098966,0.7763855017,1288.1400363 +260,-1.742668307,0.553296122,205,-1.479098966,0.7763855017,1202.6907888 +261,-1.965659039,0.7142126903,205,-1.479098966,0.7763855017,1430.3632893 +262,-1.944438071,0.6772834804,205,-1.479098966,0.7763855017,1425.0681264 +263,-1.270340967,0.7681487096,205,-1.479098966,0.7763855017,592.69445124 +264,-1.353091884,0.6549276821,205,-1.479098966,0.7763855017,610.47140491 +265,-1.333236659,0.6413584414,205,-1.479098966,0.7763855017,690.88526122 +266,-1.352015998,0.6753788907,205,-1.479098966,0.7763855017,548.92497091 +267,-1.377988483,0.6577816235,205,-1.479098966,0.7763855017,558.06937634 +268,-2.13075611,0.8318642051,205,-1.479098966,0.7763855017,1786.5573379 +269,-2.097910953,0.8259670014,205,-1.479098966,0.7763855017,1702.0073473 +270,-1.416382069,0.6694271549,205,-1.479098966,0.7763855017,462.6848882 +271,-1.538905672,0.7535625993,205,-1.479098966,0.7763855017,193.31015449 +272,-1.572309477,0.7803125099,205,-1.479098966,0.7763855017,263.3147142 +273,-1.87759879,0.7503853417,205,-1.479098966,0.7763855017,1141.3368343 +274,1.152365588,0.590457682,205,-1.479098966,0.7763855017,6726.6793225 +275,0.350198001,0.718001859,205,-1.479098966,0.7763855017,4916.5396446 +276,0.046513677,0.491503852,205,-1.479098966,0.7763855017,4766.9927326 +277,0.027510309,0.742571376,205,-1.479098966,0.7763855017,4113.4628671 +278,0.306285725,-0.214631579,205,-1.479098966,0.7763855017,7419.1883741 +279,-1.100564889,0.318051531,205,-1.479098966,0.7763855017,2206.4862314 +280,-1.078582306,0.301437596,205,-1.479098966,0.7763855017,2305.0516108 +281,-1.137371989,-0.617634065,205,-1.479098966,0.7763855017,5656.652576 +282,0.784356344,0.703272339,205,-1.479098966,0.7763855017,5802.6278397 +283,-1.221209947,0.218327455,205,-1.479098966,0.7763855017,2377.1887289 +284,2.347301921,-0.449114658,205,-1.479098966,0.7763855017,9908.3089429 +285,0.246820618,0.830553713,205,-1.479098966,0.7763855017,4404.1073998 +286,0.829414965,0.703288228,205,-1.479098966,0.7763855017,5876.2366275 +287,-1.337537566,0.42332223,205,-1.479098966,0.7763855017,1471.2136795 +288,0.882453706,0.454478077,205,-1.479098966,0.7763855017,6810.6860252 +289,1.575629659,0.416419109,205,-1.479098966,0.7763855017,7708.6705257 +290,-1.039455679,0.229888244,205,-1.479098966,0.7763855017,2625.2479018 +291,0.489558039,0.934482747,205,-1.479098966,0.7763855017,4594.8851784 +292,0.081344504,0.88384514,205,-1.479098966,0.7763855017,3931.9569436 +293,-1.547979814,0.300350308,205,-1.479098966,0.7763855017,1899.4968946 +294,0.040776181,0.168560074,205,-1.479098966,0.7763855017,5612.0913834 +295,-1.130374745,0.563894876,205,-1.479098966,0.7763855017,1364.9201559 +296,1.578326642,0.478507176,205,-1.479098966,0.7763855017,7463.8796473 +297,-1.12861823,-0.291640865,205,-1.479098966,0.7763855017,4415.9138476 +298,0.310524208,0.770885792,205,-1.479098966,0.7763855017,4690.1928329 +299,0.415649091,-0.387246002,205,-1.479098966,0.7763855017,8182.0271673 +300,-0.926533878,-0.188022748,205,-1.479098966,0.7763855017,4303.5651957 +301,1.258856172,-0.11716081,205,-1.479098966,0.7763855017,9483.7915313 +302,-1.126050026,0.322941926,205,-1.479098966,0.7763855017,2142.7399407 +303,2.002785835,0.07893892,205,-1.479098966,0.7763855017,8846.5885881 +304,0.440437607,0.746258085,205,-1.479098966,0.7763855017,5028.7215838 +305,-0.030391866,0.214441206,205,-1.479098966,0.7763855017,5286.3378354 +306,0.521557815,-0.058929362,205,-1.479098966,0.7763855017,7587.9716658 +307,-0.097005111,0.13317729,205,-1.479098966,0.7763855017,5320.1988496 +308,1.83113859,0.221857587,205,-1.479098966,0.7763855017,8443.4516807 +309,0.222428864,0.099404236,205,-1.479098966,0.7763855017,6313.0650763 +310,-1.702731345,0.8728568183,205,-1.479098966,0.7763855017,711.00091241 +311,-0.418507569,0.278324921,205,-1.479098966,0.7763855017,4020.8554552 +312,-1.41153306,0.339029988,205,-1.479098966,0.7763855017,1746.6674167 +313,0.357560442,0.114788776,205,-1.479098966,0.7763855017,6642.4347076 +314,0.325818979,0.268352149,205,-1.479098966,0.7763855017,6118.1406747 +315,-1.246004659,-0.663679965,205,-1.479098966,0.7763855017,5764.7609979 +316,1.814603087,0.637404484,205,-1.479098966,0.7763855017,6817.2910208 +317,1.843704281,-0.18300445,205,-1.479098966,0.7763855017,10013.293997 +318,1.690644492,-0.211480909,205,-1.479098966,0.7763855017,10204.217299 +319,-1.275451936,0.068109467,205,-1.479098966,0.7763855017,2893.8981494 +320,0.762430171,-0.207594741,205,-1.479098966,0.7763855017,8664.6996466 +321,0.265668905,-0.014647884,205,-1.479098966,0.7763855017,6753.2813371 +322,-2.773032013,-0.335515811,205,-1.479098966,0.7763855017,6406.4587344 +323,-1.469512853,0.174058777,205,-1.479098966,0.7763855017,2386.0418626 +324,0.286276986,0.785925691,205,-1.479098966,0.7763855017,4599.501592 +325,-1.379324697,0.377432233,205,-1.479098966,0.7763855017,1613.5562212 +326,-1.203778265,0.212813032,205,-1.479098966,0.7763855017,2420.0774622 +327,0.579916301,0.611743168,205,-1.479098966,0.7763855017,5711.7089014 +328,0.267582642,0.868113908,205,-1.479098966,0.7763855017,4355.1425754 +329,0.412869244,-0.050245578,205,-1.479098966,0.7763855017,7264.2866904 +330,0.17524381,0.976660285,205,-1.479098966,0.7763855017,3927.97753 +331,0.743157214,0.204812899,205,-1.479098966,0.7763855017,7350.3472449 +332,-1.070758176,0.269382282,205,-1.479098966,0.7763855017,2429.9232704 +333,-1.230364251,0.329790229,205,-1.479098966,0.7763855017,1950.8273256 +334,-1.374813124,-0.024926835,205,-1.479098966,0.7763855017,3195.3111973 +335,0.519780566,0.463669906,205,-1.479098966,0.7763855017,6029.8338526 +336,-1.55108034,0.239698561,205,-1.479098966,0.7763855017,2139.6797668 +337,0.180294813,0.029739425,205,-1.479098966,0.7763855017,6389.3812634 +338,0.67820924,0.268170153,205,-1.479098966,0.7763855017,6999.656828 +339,0.445798684,1.024001867,205,-1.479098966,0.7763855017,4284.2479928 +340,0.691751283,0.150521402,205,-1.479098966,0.7763855017,7400.8058883 +341,-1.036643551,-0.903056181,205,-1.479098966,0.7763855017,6822.2260995 +342,-0.120287036,1.083325163,205,-1.479098966,0.7763855017,3208.9601563 +343,2.823513113,-0.304487164,205,-1.479098966,0.7763855017,8210.6252989 +344,0.457583172,1.12513373,205,-1.479098966,0.7763855017,4045.4777801 +345,0.042918831,0.813795399,205,-1.479098966,0.7763855017,3994.1934925 +346,1.196146777,-0.853142756,205,-1.479098966,0.7763855017,11147.923117 +347,0.206001358,-0.010430701,205,-1.479098966,0.7763855017,6573.6362747 +348,-0.268308653,0.234799412,205,-1.479098966,0.7763855017,4559.6264837 +349,0.759363263,0.736189579,205,-1.479098966,0.7763855017,5652.9091889 +350,0.181363926,0.891988372,205,-1.479098966,0.7763855017,4123.8414433 +351,-0.021111158,0.139103292,205,-1.479098966,0.7763855017,5518.347958 +352,-0.093355215,0.630686981,205,-1.479098966,0.7763855017,4059.4392524 +353,0.40118964,0.681375926,205,-1.479098966,0.7763855017,5128.4383616 +354,-0.721197315,1.304706234,205,-1.479098966,0.7763855017,2466.5451854 +355,-1.076150317,0.212107639,205,-1.479098966,0.7763855017,2619.9259026 +356,-1.577164531,0.273993443,205,-1.479098966,0.7763855017,2016.9533527 +357,-0.190788414,0.182208586,205,-1.479098966,0.7763855017,4921.055947 +358,-0.261349752,0.209710184,205,-1.479098966,0.7763855017,4647.2843876 +359,-1.029303852,0.083549259,205,-1.479098966,0.7763855017,3157.6540236 +360,-1.268609162,0.330525297,205,-1.479098966,0.7763855017,1898.2698146 +361,1.282982244,-0.926641967,205,-1.479098966,0.7763855017,11295.203921 +362,0.217352334,0.731352408,205,-1.479098966,0.7763855017,4585.6923775 +363,-1.511833084,0.258629297,205,-1.479098966,0.7763855017,2053.787495 +364,0.338812194,0.823184618,205,-1.479098966,0.7763855017,4612.6861758 +365,-0.324406489,1.134201999,205,-1.479098966,0.7763855017,2821.0682057 +366,1.389579348,0.399185724,205,-1.479098966,0.7763855017,7683.5496208 +367,2.047152199,-0.039082036,205,-1.479098966,0.7763855017,9228.2871901 +368,0.947780369,0.568250077,205,-1.479098966,0.7763855017,6527.5470776 +369,0.763824846,0.576754987,205,-1.479098966,0.7763855017,6183.3910901 +370,-0.142334657,0.928153068,205,-1.479098966,0.7763855017,3366.3326862 +371,0.610266567,0.547265983,205,-1.479098966,0.7763855017,5973.6174793 +372,0.210731629,0.746815056,205,-1.479098966,0.7763855017,4531.992568 +373,-1.34931644,0.316895224,205,-1.479098966,0.7763855017,1870.3182664 +374,2.407696481,0.655030745,205,-1.479098966,0.7763855017,6178.2236775 +375,0.64207831,0.545359131,205,-1.479098966,0.7763855017,6045.7685797 +376,1.174597538,0.840588356,205,-1.479098966,0.7763855017,5818.4430845 +377,0.660059424,0.010604079,205,-1.479098966,0.7763855017,7751.2083827 +378,-0.730263819,0.010486456,205,-1.479098966,0.7763855017,4009.7312718 +379,0.831068936,0.512339172,205,-1.479098966,0.7763855017,6521.3252895 +380,1.301180979,0.72367476,205,-1.479098966,0.7763855017,6365.1734999 +381,1.811128231,0.322854402,205,-1.479098966,0.7763855017,8056.6606074 +382,0.435105812,0.992284428,205,-1.479098966,0.7763855017,4349.3517388 +383,0.62643634,0.592027932,205,-1.479098966,0.7763855017,5867.6667224 +384,0.492988703,-0.516339467,205,-1.479098966,0.7763855017,8713.1495704 +385,-0.162469483,0.112549365,205,-1.479098966,0.7763855017,5192.5911735 +386,0.314630866,0.472006421,205,-1.479098966,0.7763855017,5512.6779391 +387,0.166744804,0.822815954,205,-1.479098966,0.7763855017,4251.1088875 +388,0.417159608,0.965805736,205,-1.479098966,0.7763855017,4388.1817816 +389,0.106334961,0.868774244,205,-1.479098966,0.7763855017,4017.3763379 +390,0.815086969,-0.338144359,205,-1.479098966,0.7763855017,9172.8112683 +391,0.59867455,-0.230624824,205,-1.479098966,0.7763855017,8284.0470248 +392,1.915104874,0.066220985,205,-1.479098966,0.7763855017,8987.9424877 +393,1.278093622,0.064463721,205,-1.479098966,0.7763855017,8844.9984818 +394,-0.061477853,0.302997961,205,-1.479098966,0.7763855017,4961.0402751 +395,0.251311504,0.626976942,205,-1.479098966,0.7763855017,4934.7348099 +396,2.950242872,0.149095644,205,-1.479098966,0.7763855017,6590.6654488 +397,-0.180294708,0.35375117,205,-1.479098966,0.7763855017,4493.9598029 +398,1.010448592,-0.351180233,205,-1.479098966,0.7763855017,9724.9330112 +399,-1.748740498,0.3686318073,205,-1.479098966,0.7763855017,1840.5867548 +400,2.699635665,0.123533791,205,-1.479098966,0.7763855017,7320.5322017 +401,0.496808033,0.823843254,205,-1.479098966,0.7763855017,4918.6921798 +402,0.129574704,0.763364087,205,-1.479098966,0.7763855017,4306.6213664 +403,1.798920311,0.817447563,205,-1.479098966,0.7763855017,6112.7071785 +404,0.335987953,0.746786541,205,-1.479098966,0.7763855017,4808.377291 +405,-1.085413643,0.292154671,205,-1.479098966,0.7763855017,2323.9470415 +406,-0.155321003,0.508207011,205,-1.479098966,0.7763855017,4178.193972 +407,0.620529244,-0.301175104,205,-1.479098966,0.7763855017,8536.3140195 +408,1.684402744,0.368716966,205,-1.479098966,0.7763855017,7907.4030254 +409,0.300582244,-0.386397212,205,-1.479098966,0.7763855017,7856.7119711 +410,2.913555946,-0.009225192,205,-1.479098966,0.7763855017,7144.0422068 +411,1.465101417,0.493232532,205,-1.479098966,0.7763855017,7364.3760477 +412,0.090612882,0.907955955,205,-1.479098966,0.7763855017,3901.8597553 +413,2.987564726,-0.729568594,205,-1.479098966,0.7763855017,8753.1937372 +414,-1.484261606,0.224149272,205,-1.479098966,0.7763855017,2187.477698 +415,0.164073421,0.303955133,205,-1.479098966,0.7763855017,5583.4550911 +416,0.141441293,0.167552546,205,-1.479098966,0.7763855017,5897.2421711 +417,2.931321023,-0.506718887,205,-1.479098966,0.7763855017,8413.9215653 +418,2.21951565,0.700596356,205,-1.479098966,0.7763855017,6266.4075822 +419,0.268112576,1.199114336,205,-1.479098966,0.7763855017,3636.3246506 +420,0.978913739,0.359223811,205,-1.479098966,0.7763855017,7311.0532919 +421,1.210898818,0.522863584,205,-1.479098966,0.7763855017,7044.811817 +422,2.347397336,0.129231362,205,-1.479098966,0.7763855017,8104.7629485 +423,0.614394501,0.556878345,205,-1.479098966,0.7763855017,5952.3863801 +424,-1.398079356,0.148483366,205,-1.479098966,0.7763855017,2502.6848182 +425,2.535303836,-0.112984496,205,-1.479098966,0.7763855017,8456.0402674 +426,-1.019372593,-0.405322349,205,-1.479098966,0.7763855017,4968.1429001 +427,-1.297785627,-0.160104069,205,-1.479098966,0.7763855017,3765.9164659 +428,2.144554488,0.205051084,205,-1.479098966,0.7763855017,8188.0076974 +429,-2.242387083,-0.426171285,205,-1.479098966,0.7763855017,5506.072288 +430,0.338637212,0.909723676,205,-1.479098966,0.7763855017,4390.7058968 +431,-0.148798452,0.691042401,205,-1.479098966,0.7763855017,3783.112217 +432,0.893524764,0.441829531,205,-1.479098966,0.7763855017,6873.8888589 +433,0.969229347,-0.368847936,205,-1.479098966,0.7763855017,9668.9590347 +434,0.436043248,0.800045688,205,-1.479098966,0.7763855017,4869.3080989 +435,1.687946607,1.081504775,205,-1.479098966,0.7763855017,5084.296529 +436,0.522302046,-0.034889271,205,-1.479098966,0.7763855017,7520.7955735 +437,-0.178996113,-0.438090009,205,-1.479098966,0.7763855017,6716.2969847 +438,-1.094339566,0.301444068,205,-1.479098966,0.7763855017,2275.2582191 +439,-1.064070054,0.242569932,205,-1.479098966,0.7763855017,2535.1680087 +440,-1.068153768,0.230387998,205,-1.479098966,0.7763855017,2570.0906314 +441,-3.00496892,-0.23989155,205,-1.479098966,0.7763855017,6759.7411145 +442,0.21751974,0.766874888,205,-1.479098966,0.7763855017,4497.4445549 +443,0.117229532,0.007619006,205,-1.479098966,0.7763855017,6272.9228097 +444,0.777758451,0.420554741,205,-1.479098966,0.7763855017,6724.3732651 +445,-0.252356999,0.250747086,205,-1.479098966,0.7763855017,4561.6446075 +446,0.363148444,0.768483434,205,-1.479098966,0.7763855017,4807.7585796 +447,0.903191366,-0.118210676,205,-1.479098966,0.7763855017,8753.5527954 +448,-0.205755923,0.149406178,205,-1.479098966,0.7763855017,4968.9699846 +449,1.811996086,0.02364353,205,-1.479098966,0.7763855017,9231.2370374 +450,-1.100670221,0.314845373,205,-1.479098966,0.7763855017,2217.3049762 +451,0.340078597,0.850105132,205,-1.479098966,0.7763855017,4545.3987613 +452,0.258757267,0.804969236,205,-1.479098966,0.7763855017,4492.6222506 +453,2.78505352,-0.155160804,205,-1.479098966,0.7763855017,7911.6305764 +454,0.800551619,0.105822106,205,-1.479098966,0.7763855017,7799.4590868 +455,0.437940882,-0.506194031,205,-1.479098966,0.7763855017,8535.7725739 +456,2.230431122,0.63458615,205,-1.479098966,0.7763855017,6495.2406397 +457,0.527965361,0.127667701,205,-1.479098966,0.7763855017,7059.193323 +458,-0.063643205,0.702093448,205,-1.479098966,0.7763855017,3977.4457853 +459,1.408447268,0.133010502,205,-1.479098966,0.7763855017,8729.0369213 +460,0.523795955,0.280266966,205,-1.479098966,0.7763855017,6592.0067723 +461,-0.975769313,0.072177659,205,-1.479098966,0.7763855017,3293.0046889 +462,0.549774164,-0.463663986,205,-1.479098966,0.7763855017,8748.9394491 +463,0.29245874,1.095549818,205,-1.479098966,0.7763855017,3877.3316123 +464,0.143625958,0.816809593,205,-1.479098966,0.7763855017,4214.2274234 +465,0.671902494,0.611159853,205,-1.479098966,0.7763855017,5897.6943972 +466,1.239840988,0.6724199,205,-1.479098966,0.7763855017,6509.6433163 +467,0.607829703,-0.10932137,205,-1.479098966,0.7763855017,7966.9993664 +468,1.763020906,0.263996692,205,-1.479098966,0.7763855017,8306.9465699 +469,0.378714634,0.726066797,205,-1.479098966,0.7763855017,4955.983105 +470,2.196736143,-0.153862366,205,-1.479098966,0.7763855017,9372.6424717 +471,0.01702415,0.148991565,205,-1.479098966,0.7763855017,5598.8680762 +472,-2.998490902,-0.158002487,205,-1.479098966,0.7763855017,6515.5104358 +473,-3.051262951,-0.346595608,205,-1.479098966,0.7763855017,7177.6344899 +474,-1.069176439,0.182802941,205,-1.479098966,0.7763855017,2735.7472343 +475,0.167157509,0.595344954,205,-1.479098966,0.7763855017,4812.2675567 +476,0.613855648,0.681746124,205,-1.479098966,0.7763855017,5564.3416803 +477,1.037012736,0.682555367,205,-1.479098966,0.7763855017,6248.9126257 +478,-1.253574971,0.379755746,205,-1.479098966,0.7763855017,1735.0398702 +479,3.108590453,-0.132620738,205,-1.479098966,0.7763855017,6941.2812591 +480,0.565301296,0.022333262,205,-1.479098966,0.7763855017,7469.0439323 +481,0.547898238,0.855555614,205,-1.479098966,0.7763855017,4919.7180143 +482,0.948309381,0.417393755,205,-1.479098966,0.7763855017,7054.9865029 +483,-0.050600732,0.945269213,205,-1.479098966,0.7763855017,3536.1784136 +484,-0.977651478,-0.572363064,205,-1.479098966,0.7763855017,5639.9751857 +485,1.102014914,0.728861163,205,-1.479098966,0.7763855017,6158.8565866 +486,2.927300795,-0.282939414,205,-1.479098966,0.7763855017,7860.5669939 +487,-1.154565557,0.124434095,205,-1.479098966,0.7763855017,2814.8309962 +488,1.855331234,0.291044755,205,-1.479098966,0.7763855017,8158.6980181 +489,0.830290659,0.276904518,205,-1.479098966,0.7763855017,7306.7832155 +490,0.485104466,-0.234867441,205,-1.479098966,0.7763855017,7978.3833198 +491,0.521367572,-0.33161327,205,-1.479098966,0.7763855017,8337.825889 +1,-1.539031704,0.7349710123,206,-1.633760714,0.7869022408,340.67952398 +2,-1.536990553,0.7349663874,206,-1.633760714,0.7869022408,345.37180179 +3,-1.534951779,0.7349571355,206,-1.633760714,0.7869022408,350.10459976 +4,-1.532906461,0.7349480293,206,-1.633760714,0.7869022408,354.88536558 +5,-1.531320211,0.7346937278,206,-1.633760714,0.7869022408,359.20545004 +6,-1.539451648,0.7335131775,206,-1.633760714,0.7869022408,343.39111055 +7,-1.537429487,0.7335445708,206,-1.633760714,0.7869022408,347.89952695 +8,-1.535484998,0.7335658704,206,-1.633760714,0.7869022408,352.29210847 +9,-1.533488396,0.7336036027,206,-1.633760714,0.7869022408,356.79768077 +10,-1.531497785,0.7335842962,206,-1.633760714,0.7869022408,361.46167531 +11,-1.530259379,0.7334777758,206,-1.633760714,0.7869022408,364.60593876 +12,-1.5335454,0.7322346912,206,-1.633760714,0.7869022408,360.0464066 +13,-1.531489083,0.7322238773,206,-1.633760714,0.7869022408,364.80393641 +14,-1.530011122,0.7321679851,206,-1.633760714,0.7869022408,368.36124726 +15,-1.53348106,0.7306614094,206,-1.633760714,0.7869022408,364.13851874 +16,-1.531441779,0.7306962275,206,-1.633760714,0.7869022408,368.70061802 +17,-1.529755654,0.7306933243,206,-1.633760714,0.7869022408,372.57818343 +18,-1.533415048,0.7291384674,206,-1.633760714,0.7869022408,368.16556674 +19,-1.531392093,0.7291705353,206,-1.633760714,0.7869022408,372.65542578 +20,-1.529296523,0.7291214933,206,-1.633760714,0.7869022408,377.55057833 +21,-1.535280942,0.727267644,206,-1.633760714,0.7869022408,368.86927288 +22,-1.533378158,0.7276139666,206,-1.633760714,0.7869022408,372.18624244 +23,-1.531340368,0.7276446587,206,-1.633760714,0.7869022408,376.67092927 +24,-1.528960113,0.7276398177,206,-1.633760714,0.7869022408,382.05943153 +25,-1.533313146,0.7260818349,206,-1.633760714,0.7869022408,376.34324171 +26,-1.531259555,0.7260958115,206,-1.633760714,0.7869022408,380.86499939 +27,-1.528926415,0.7260865555,206,-1.633760714,0.7869022408,386.11229113 +28,-1.531226779,0.7245511789,206,-1.633760714,0.7869022408,384.99434863 +29,-1.528904772,0.7245519194,206,-1.633760714,0.7869022408,390.14457648 +30,-1.547195875,0.7409785979,206,-1.633760714,0.7869022408,307.14265629 +31,-1.5451475,0.740980426,206,-1.633760714,0.7869022408,311.87471791 +32,-1.543097679,0.7409798872,206,-1.633760714,0.7869022408,316.65318424 +33,-1.540720364,0.7409892687,206,-1.633760714,0.7869022408,322.21621673 +34,-1.547188511,0.7395198392,206,-1.633760714,0.7869022408,310.75014855 +35,-1.545148587,0.7395226109,206,-1.633760714,0.7869022408,315.41292203 +36,-1.543104538,0.7395314908,206,-1.633760714,0.7869022408,320.10875963 +37,-1.540727751,0.7395306258,206,-1.633760714,0.7869022408,325.64226456 +38,-1.547187029,0.7380014886,206,-1.633760714,0.7869022408,314.55976882 +39,-1.545147315,0.7380012252,206,-1.633760714,0.7869022408,319.1803182 +40,-1.54310719,0.7380060743,206,-1.633760714,0.7869022408,323.8284153 +41,-1.540719671,0.7380068206,206,-1.633760714,0.7869022408,329.32793308 +42,-1.547187189,0.7364799098,206,-1.633760714,0.7869022408,318.44192178 +43,-1.545149996,0.7364853874,206,-1.633760714,0.7869022408,322.99307492 +44,-1.543106091,0.7364823484,206,-1.633760714,0.7869022408,327.62138561 +45,-1.540717158,0.7364893901,206,-1.633760714,0.7869022408,333.05356973 +46,-1.538663972,0.7410138672,206,-1.633760714,0.7869022408,327.02756993 +47,-1.53695285,0.7409699132,206,-1.633760714,0.7869022408,331.20412044 +48,-1.534910498,0.7409641297,206,-1.633760714,0.7869022408,336.10948311 +49,-1.533145034,0.7409536636,206,-1.633760714,0.7869022408,340.38563594 +50,-1.538681336,0.7395405883,206,-1.633760714,0.7869022408,330.41909236 +51,-1.536999189,0.7395183096,206,-1.633760714,0.7869022408,334.44203628 +52,-1.534923633,0.7395144222,206,-1.633760714,0.7869022408,339.37993874 +53,-1.533267822,0.7395654306,206,-1.633760714,0.7869022408,343.21864746 +54,-1.53867273,0.7380151077,206,-1.633760714,0.7869022408,334.06366715 +55,-1.536980576,0.7379994392,206,-1.633760714,0.7869022408,338.05846638 +56,-1.534931522,0.7379944961,206,-1.633760714,0.7869022408,342.8922177 +57,-1.533387952,0.7379480264,206,-1.633760714,0.7869022408,346.65387102 +58,-1.538682279,0.7364914363,206,-1.633760714,0.7869022408,337.73055877 +59,-1.536980704,0.7364810563,206,-1.633760714,0.7869022408,341.69778436 +60,-1.534935567,0.7364752065,206,-1.633760714,0.7869022408,346.48076297 +61,-1.533042592,0.7363876366,206,-1.633760714,0.7869022408,351.13116995 +62,-1.545143426,0.7349628011,206,-1.633760714,0.7869022408,326.90953468 +63,-1.543105297,0.7349691947,206,-1.633760714,0.7869022408,331.45303942 +64,-1.541064533,0.7349647152,206,-1.633760714,0.7869022408,336.06988627 +65,-1.545411803,0.7334624714,206,-1.633760714,0.7869022408,330.22543211 +66,-1.543446606,0.7334780896,206,-1.633760714,0.7869022408,334.5302798 +67,-1.541475327,0.7334957295,206,-1.633760714,0.7869022408,338.8824079 +68,-1.545401939,0.731963266,206,-1.633760714,0.7869022408,334.21693054 +69,-1.54342253,0.7319915583,206,-1.633760714,0.7869022408,338.47411375 +70,-1.541455867,0.7320216438,206,-1.633760714,0.7869022408,342.73933877 +71,-1.545410146,0.7304422281,206,-1.633760714,0.7869022408,338.28562768 +72,-1.543435491,0.7304713664,206,-1.633760714,0.7869022408,342.48320863 +73,-1.541463105,0.7304997613,206,-1.633760714,0.7869022408,346.71943156 +74,-1.545414768,0.7289194936,206,-1.633760714,0.7869022408,342.42410517 +75,-1.543435774,0.7289538557,206,-1.633760714,0.7869022408,346.57036553 +76,-1.541457714,0.7289765881,206,-1.633760714,0.7869022408,350.78869595 +77,-1.539449415,0.7320555866,206,-1.633760714,0.7869022408,347.12274529 +78,-1.537429183,0.7321097681,206,-1.633760714,0.7869022408,351.52505991 +79,-1.535472649,0.7321497267,206,-1.633760714,0.7869022408,355.85776873 +80,-1.539457899,0.7305333307,206,-1.633760714,0.7869022408,351.05484814 +81,-1.537453161,0.7305750503,206,-1.633760714,0.7869022408,355.40823783 +82,-1.535479385,0.7306124949,206,-1.633760714,0.7869022408,359.74184913 +83,-1.53946905,0.7290102593,206,-1.633760714,0.7869022408,355.04191944 +84,-1.537459922,0.7290417293,206,-1.633760714,0.7869022408,359.38644386 +85,-1.535451349,0.7290890157,206,-1.633760714,0.7869022408,363.72812876 +86,-1.535522937,0.7279887191,206,-1.633760714,0.7869022408,366.43836426 +87,-1.539442524,0.7274735939,206,-1.633760714,0.7869022408,359.20425923 +88,-1.537424111,0.727521351,206,-1.633760714,0.7869022408,363.48130291 +89,-1.539384641,0.7259505092,206,-1.633760714,0.7869022408,363.45134962 +90,-1.537372391,0.7259947145,206,-1.633760714,0.7869022408,367.68070558 +91,-1.535340789,0.7260435356,206,-1.633760714,0.7869022408,371.98185426 +92,-1.539325716,0.7244369706,206,-1.633760714,0.7869022408,367.72454159 +93,-1.537308932,0.7244801057,206,-1.633760714,0.7869022408,371.92366954 +94,-1.535289068,0.7245247645,206,-1.633760714,0.7869022408,376.16780037 +95,-1.533261366,0.7245550236,206,-1.633760714,0.7869022408,380.50875112 +96,-1.539267302,0.722921924,206,-1.633760714,0.7869022408,372.04866167 +97,-1.537248972,0.7229660258,206,-1.633760714,0.7869022408,376.20585061 +98,-1.535219431,0.7229916471,206,-1.633760714,0.7869022408,380.48076108 +99,-1.53318962,0.7230212049,206,-1.633760714,0.7869022408,384.78671983 +100,-1.531154816,0.7230299897,206,-1.633760714,0.7869022408,389.19915588 +101,-1.528878341,0.7230370244,206,-1.633760714,0.7869022408,394.18764591 +102,-1.539218189,0.7214009878,206,-1.633760714,0.7869022408,376.4162209 +103,-1.537198791,0.7214422745,206,-1.633760714,0.7869022408,380.54099384 +104,-1.535179266,0.7214634354,206,-1.633760714,0.7869022408,384.7652126 +105,-1.533156501,0.7214944644,206,-1.633760714,0.7869022408,389.01045076 +106,-1.53113574,0.7215166021,206,-1.633760714,0.7869022408,393.31578317 +107,-1.528874248,0.7215345535,206,-1.633760714,0.7869022408,398.19786931 +108,-1.539217656,0.7198512397,206,-1.633760714,0.7869022408,380.81081329 +109,-1.537199919,0.7199428763,206,-1.633760714,0.7869022408,384.74618693 +110,-1.545425832,0.727397149,206,-1.633760714,0.7869022408,346.60329804 +111,-1.543371177,0.7273916949,206,-1.633760714,0.7869022408,350.97371172 +112,-1.541368852,0.7274523163,206,-1.633760714,0.7869022408,355.09637624 +113,-1.545349067,0.7258710923,206,-1.633760714,0.7869022408,351.02983425 +114,-1.54332671,0.7258603556,206,-1.633760714,0.7869022408,355.30236727 +115,-1.541346831,0.7259242142,206,-1.633760714,0.7869022408,359.32251338 +116,-1.545324355,0.7243383958,206,-1.633760714,0.7869022408,355.41588395 +117,-1.543292796,0.7243617413,206,-1.633760714,0.7869022408,359.56724699 +118,-1.541295822,0.7244024384,206,-1.633760714,0.7869022408,363.64381217 +119,-1.543193859,0.7205570215,206,-1.633760714,0.7869022408,370.6282066 +120,-1.550257047,0.7386738187,206,-1.633760714,0.7869022408,305.95647095 +121,-1.549335448,0.7311736483,206,-1.633760714,0.7869022408,327.8942274 +122,-1.533478843,0.7179891343,206,-1.633760714,0.7869022408,398.04778679 +123,-1.556150555,0.738907041,206,-1.633760714,0.7869022408,292.35380583 +124,-1.554324226,0.733414257,206,-1.633760714,0.7869022408,311.171313 +125,-1.554290846,0.7288285332,206,-1.633760714,0.7869022408,324.21694215 +126,-1.55122487,0.7219795312,206,-1.633760714,0.7869022408,350.41286987 +127,-1.525104458,0.7229399862,206,-1.633760714,0.7869022408,402.83885636 +128,-1.519607711,0.7236181429,206,-1.633760714,0.7869022408,413.55674785 +129,-1.513899999,0.7251107854,206,-1.633760714,0.7869022408,423.11066227 +130,-1.536620762,0.7431061895,206,-1.633760714,0.7869022408,327.20254615 +131,-1.5369566,0.7460845958,206,-1.633760714,0.7869022408,319.94320179 +132,-1.545345528,0.7447040685,206,-1.633760714,0.7869022408,302.67073187 +133,-1.532813921,0.7432306626,206,-1.633760714,0.7869022408,336.19833962 +134,-1.554788248,0.7382381001,206,-1.633760714,0.7869022408,297.09163424 +135,-1.540348126,0.7301594274,206,-1.633760714,0.7869022408,350.07021322 +136,-1.538016084,0.7239051786,206,-1.633760714,0.7869022408,371.98227811 +137,-1.525288962,0.7258085137,206,-1.633760714,0.7869022408,395.04990798 +138,-1.534326986,0.731241342,206,-1.633760714,0.7869022408,360.75199305 +139,-1.530733872,0.7303625216,206,-1.633760714,0.7869022408,371.15498116 +141,-1.534354939,0.7328219978,206,-1.633760714,0.7869022408,356.7303859 +142,-1.53157084,0.7292888153,206,-1.633760714,0.7869022408,371.94990214 +143,-1.525691035,0.7263799874,206,-1.633760714,0.7869022408,392.68637954 +144,-1.534031287,0.7495967835,206,-1.633760714,0.7869022408,320.10360511 +145,-1.527714986,0.7283095957,206,-1.633760714,0.7869022408,383.20385145 +146,-1.526189586,0.7271468292,206,-1.633760714,0.7869022408,389.61341866 +147,-1.555177336,0.7375563366,206,-1.633760714,0.7869022408,298.06295091 +148,-1.555080283,0.7312707794,206,-1.633760714,0.7869022408,315.61660787 +149,-1.53856994,0.7224180299,206,-1.633760714,0.7869022408,374.92518634 +150,-1.530837883,0.729933372,206,-1.633760714,0.7869022408,371.99179587 +151,-1.515066984,0.5854133365,206,-1.633760714,0.7869022408,876.27414037 +152,-1.534731633,0.5368370046,206,-1.633760714,0.7869022408,1037.0197154 +153,-1.515231902,0.5607085576,206,-1.633760714,0.7869022408,967.26388621 +154,-2.616253799,1.0684566605,206,-1.633760714,0.7869022408,2486.6397703 +155,-1.956071439,0.5792177723,206,-1.633760714,0.7869022408,1281.9370932 +156,-1.951208514,0.5602434208,206,-1.633760714,0.7869022408,1325.3913186 +157,-1.944675062,0.6062144545,206,-1.633760714,0.7869022408,1180.7154445 +158,-1.613778386,0.6077989518,206,-1.633760714,0.7869022408,711.99628249 +159,-2.035029014,0.6021432345,206,-1.633760714,0.7869022408,1416.2135404 +160,-2.114989471,0.6801825058,206,-1.633760714,0.7869022408,1469.4960335 +161,-2.037382079,0.5765830025,206,-1.633760714,0.7869022408,1486.5136894 +162,-2.129855121,0.6585019963,206,-1.633760714,0.7869022408,1549.5654435 +163,-2.075141798,0.6493615843,206,-1.633760714,0.7869022408,1417.3223327 +164,-1.828626729,0.6948433129,206,-1.633760714,0.7869022408,675.33164655 +165,-1.863329418,0.6735427691,206,-1.633760714,0.7869022408,811.17569673 +166,-1.266037071,0.727988852,206,-1.633760714,0.7869022408,1080.4260904 +167,-1.277579582,0.7249010648,206,-1.633760714,0.7869022408,1052.4785682 +168,-1.258418684,0.7241194816,206,-1.633760714,0.7869022408,1106.861234 +169,-1.317813974,0.6804850104,206,-1.633760714,0.7869022408,1017.6216375 +170,-1.344165204,0.6790988904,206,-1.633760714,0.7869022408,950.98000464 +171,-1.427582102,0.5277120351,206,-1.633760714,0.7869022408,1210.3261348 +172,-1.402238616,0.457167829,206,-1.633760714,0.7869022408,1499.1897009 +173,-1.422454264,0.4996161999,206,-1.633760714,0.7869022408,1316.9997439 +174,-1.439089277,0.4894859811,206,-1.633760714,0.7869022408,1327.9428952 +175,-1.448126995,0.5182330266,206,-1.633760714,0.7869022408,1211.5216384 +176,-1.474626146,0.5881926574,206,-1.633760714,0.7869022408,924.24546052 +177,-1.421139645,0.5584869783,206,-1.633760714,0.7869022408,1116.4016359 +178,-1.457037165,0.565943032,206,-1.633760714,0.7869022408,1029.6190858 +179,-2.757159358,0.3745319,206,-1.633760714,0.7869022408,3946.6408325 +180,-2.714309238,0.342054471,206,-1.633760714,0.7869022408,3911.7927495 +181,-2.000525337,0.774119946,206,-1.633760714,0.7869022408,1030.5956559 +183,-1.571413436,0.6777838382,206,-1.633760714,0.7869022408,469.48533686 +184,-1.552860289,0.6987663893,206,-1.633760714,0.7869022408,421.238958 +185,-1.521852374,0.7165827476,206,-1.633760714,0.7869022408,426.87942119 +186,-1.503656267,0.6928968252,206,-1.633760714,0.7869022408,532.01358209 +187,-1.502753178,0.7136205882,206,-1.633760714,0.7869022408,477.51503461 +188,-1.631894563,0.7343596465,206,-1.633760714,0.7869022408,208.1900293 +189,-1.653765416,0.6770714026,206,-1.633760714,0.7869022408,439.00096424 +190,-1.719812114,0.6715965947,206,-1.633760714,0.7869022408,522.43296926 +191,-1.493406659,0.6646955447,206,-1.633760714,0.7869022408,637.47804355 +192,-1.469120564,0.6613469966,206,-1.633760714,0.7869022408,696.19049086 +193,-1.590551461,0.5326612937,206,-1.633760714,0.7869022408,1015.9505583 +194,-1.625979264,0.5247742243,206,-1.633760714,0.7869022408,1038.5718047 +195,-1.572293943,0.5238808754,206,-1.633760714,0.7869022408,1059.2738497 +196,-1.610848725,0.5477107964,206,-1.633760714,0.7869022408,950.07872953 +197,-1.208485554,0.7918526018,206,-1.633760714,0.7869022408,1181.9992597 +198,-1.335601374,0.6869083083,206,-1.633760714,0.7869022408,957.61044332 +199,-1.346156996,0.6825213377,206,-1.633760714,0.7869022408,938.63575587 +200,-1.324381037,0.6741422347,206,-1.633760714,0.7869022408,1013.2228014 +201,-1.242424992,0.7378949807,206,-1.633760714,0.7869022408,1133.8731111 +202,-1.270370057,0.7392461008,206,-1.633760714,0.7869022408,1054.1866005 +203,-1.448950472,0.7441675014,206,-1.633760714,0.7869022408,553.79591184 +204,-1.492662363,0.7523026852,206,-1.633760714,0.7869022408,423.91504812 +205,-1.479098966,0.7763855017,206,-1.633760714,0.7869022408,436.5763107 +206,-1.633760714,0.7869022408,206,-1.633760714,0.7869022408,46.578843097 +207,-1.647406434,0.8101289331,206,-1.633760714,0.7869022408,99.429947709 +208,-1.564245052,0.5701509278,206,-1.633760714,0.7869022408,884.60298337 +209,-1.646289963,0.6833746083,206,-1.633760714,0.7869022408,411.71677607 +210,-1.5820631,0.6751952144,206,-1.633760714,0.7869022408,467.90701343 +211,-1.613236298,0.6681681791,206,-1.633760714,0.7869022408,474.19285809 +212,-1.914661867,0.8212566515,206,-1.633760714,0.7869022408,782.37120049 +213,-1.742133237,0.7250275956,206,-1.633760714,0.7869022408,396.81463164 +214,-2.033144872,0.6557314699,206,-1.633760714,0.7869022408,1290.8222265 +215,-2.039551981,0.6964723658,206,-1.633760714,0.7869022408,1233.14116 +216,-1.247341019,0.7622473908,206,-1.633760714,0.7869022408,1094.8587816 +217,-1.298239787,0.7084123392,206,-1.633760714,0.7869022408,1020.044421 +218,-1.308539688,0.6926545592,206,-1.633760714,0.7869022408,1019.1696551 +219,-1.303263185,0.6888938396,206,-1.633760714,0.7869022408,1040.3678683 +220,-1.852400229,0.6004246149,206,-1.633760714,0.7869022408,992.13137957 +221,-1.288947707,0.7473773692,206,-1.633760714,0.7869022408,993.0571245 +222,-1.372031502,0.7472790993,206,-1.633760714,0.7869022408,761.49589733 +223,-1.289805721,0.7242157877,206,-1.633760714,0.7869022408,1019.472137 +224,-1.350807603,0.7533498126,206,-1.633760714,0.7869022408,813.99225486 +225,-1.329290365,0.7560442322,206,-1.633760714,0.7869022408,871.4203453 +226,-1.410153004,0.616936428,206,-1.633760714,0.7869022408,952.05243838 +227,-1.393445434,0.6308995063,206,-1.633760714,0.7869022408,948.39615678 +228,-1.37595573,0.6241540638,206,-1.633760714,0.7869022408,1007.0920877 +229,-1.358388707,0.6172645205,206,-1.633760714,0.7869022408,1066.7475372 +230,-1.753741133,0.8281661666,206,-1.633760714,0.7869022408,366.75791298 +231,-1.47430987,0.6834615681,206,-1.633760714,0.7869022408,621.64233298 +232,-1.421012508,0.7222725206,206,-1.633760714,0.7869022408,664.32049165 +233,-1.4476833,0.6978557868,206,-1.633760714,0.7869022408,646.7565878 +234,-1.470370723,0.6966193374,206,-1.633760714,0.7869022408,595.64238367 +235,-1.429211703,0.7037216883,206,-1.633760714,0.7869022408,679.53894963 +236,-1.700578405,0.6178673663,206,-1.633760714,0.7869022408,699.13691262 +237,-1.678117619,0.6331716163,206,-1.633760714,0.7869022408,623.24204775 +238,-1.725644578,0.6316331145,206,-1.633760714,0.7869022408,673.80366411 +239,-2.14012759,0.7930497945,206,-1.633760714,0.7869022408,1404.2571707 +240,-2.103289431,0.7653606263,206,-1.633760714,0.7869022408,1323.819817 +241,-1.318739838,0.7017808746,206,-1.633760714,0.7869022408,975.20280884 +242,-1.396417427,0.7077900843,206,-1.633760714,0.7869022408,756.16427775 +243,-1.35650337,0.7185539404,206,-1.633760714,0.7869022408,844.31656892 +244,-1.248884539,0.7274156818,206,-1.633760714,0.7869022408,1128.9982068 +245,-1.395014798,0.5761185243,206,-1.633760714,0.7869022408,1108.825363 +246,-1.433377362,0.6064716109,206,-1.633760714,0.7869022408,936.87241096 +247,-1.408172432,0.5903155476,206,-1.633760714,0.7869022408,1037.7305309 +248,-1.749645898,0.7757118084,206,-1.633760714,0.7869022408,328.8063481 +249,-1.571626686,0.615046989,206,-1.633760714,0.7869022408,706.02742143 +250,-1.514070049,0.6303003037,206,-1.633760714,0.7869022408,716.54279003 +251,-1.480890369,0.6237966528,206,-1.633760714,0.7869022408,792.63747102 +252,-1.704390658,0.5281680612,206,-1.633760714,0.7869022408,1048.1265255 +253,-1.64434733,0.5254277498,206,-1.633760714,0.7869022408,1036.224796 +254,-1.703855997,0.4792484842,206,-1.633760714,0.7869022408,1238.5819116 +255,-1.692002383,0.5748825051,206,-1.633760714,0.7869022408,858.51659879 +256,-1.854136457,0.5544643913,206,-1.633760714,0.7869022408,1143.8781008 +257,-1.665021206,0.520317736,206,-1.633760714,0.7869022408,1060.4321195 +258,-1.733654349,0.4845187345,206,-1.633760714,0.7869022408,1238.4976749 +259,-1.720938188,0.5135933906,206,-1.633760714,0.7869022408,1116.3337907 +260,-1.742668307,0.553296122,206,-1.633760714,0.7869022408,984.36276202 +261,-1.965659039,0.7142126903,206,-1.633760714,0.7869022408,1000.8922536 +262,-1.944438071,0.6772834804,206,-1.633760714,0.7869022408,1010.1406898 +263,-1.270340967,0.7681487096,206,-1.633760714,0.7869022408,1025.705862 +264,-1.353091884,0.6549276821,206,-1.633760714,0.7869022408,982.52460369 +265,-1.333236659,0.6413584414,206,-1.633760714,0.7869022408,1064.9961926 +266,-1.352015998,0.6753788907,206,-1.633760714,0.7869022408,938.51576816 +267,-1.377988483,0.6577816235,206,-1.633760714,0.7869022408,913.93173315 +268,-2.13075611,0.8318642051,206,-1.633760714,0.7869022408,1362.0260354 +269,-2.097910953,0.8259670014,206,-1.633760714,0.7869022408,1275.4527596 +270,-1.416382069,0.6694271549,206,-1.633760714,0.7869022408,791.9736912 +271,-1.538905672,0.7535625993,206,-1.633760714,0.7869022408,300.18465627 +272,-1.572309477,0.7803125099,206,-1.633760714,0.7869022408,174.37354176 +273,-1.87759879,0.7503853417,206,-1.633760714,0.7869022408,708.24691011 +274,1.152365588,0.590457682,206,-1.633760714,0.7869022408,6840.6376561 +275,0.350198001,0.718001859,206,-1.633760714,0.7869022408,5211.2554865 +276,0.046513677,0.491503852,206,-1.633760714,0.7869022408,5154.5885494 +277,0.027510309,0.742571376,206,-1.633760714,0.7869022408,4453.1424834 +278,0.306285725,-0.214631579,206,-1.633760714,0.7869022408,7851.1061305 +279,-1.100564889,0.318051531,206,-1.633760714,0.7869022408,2555.5298443 +280,-1.078582306,0.301437596,206,-1.633760714,0.7869022408,2657.8545039 +281,-1.137371989,-0.617634065,206,-1.633760714,0.7869022408,5840.983506 +282,0.784356344,0.703272339,206,-1.633760714,0.7869022408,6006.4993846 +283,-1.221209947,0.218327455,206,-1.633760714,0.7869022408,2647.3727548 +284,2.347301921,-0.449114658,206,-1.633760714,0.7869022408,9476.2967428 +285,0.246820618,0.830553713,206,-1.633760714,0.7869022408,4687.9010541 +286,0.829414965,0.703288228,206,-1.633760714,0.7869022408,6068.4931402 +287,-1.337537566,0.42332223,206,-1.633760714,0.7869022408,1725.6371887 +288,0.882453706,0.454478077,206,-1.633760714,0.7869022408,7033.3756179 +289,1.575629659,0.416419109,206,-1.633760714,0.7869022408,7671.1983129 +290,-1.039455679,0.229888244,206,-1.633760714,0.7869022408,2974.9671234 +291,0.489558039,0.934482747,206,-1.633760714,0.7869022408,4808.2170142 +292,0.081344504,0.88384514,206,-1.633760714,0.7869022408,4224.5805866 +293,-1.547979814,0.300350308,206,-1.633760714,0.7869022408,1948.1354738 +294,0.040776181,0.168560074,206,-1.633760714,0.7869022408,6036.7714614 +295,-1.130374745,0.563894876,206,-1.633760714,0.7869022408,1775.448424 +296,1.578326642,0.478507176,206,-1.633760714,0.7869022408,7425.098423 +297,-1.12861823,-0.291640865,206,-1.633760714,0.7869022408,4642.9532241 +298,0.310524208,0.770885792,206,-1.633760714,0.7869022408,4979.0704304 +299,0.415649091,-0.387246002,206,-1.633760714,0.7869022408,8617.174497 +300,-0.926533878,-0.188022748,206,-1.633760714,0.7869022408,4613.9985001 +301,1.258856172,-0.11716081,206,-1.633760714,0.7869022408,9655.9266256 +302,-1.126050026,0.322941926,206,-1.633760714,0.7869022408,2483.2798797 +303,2.002785835,0.07893892,206,-1.633760714,0.7869022408,8593.1963869 +304,0.440437607,0.746258085,206,-1.633760714,0.7869022408,5299.8447306 +305,-0.030391866,0.214441206,206,-1.633760714,0.7869022408,5712.592274 +306,0.521557815,-0.058929362,206,-1.633760714,0.7869022408,7985.3090842 +307,-0.097005111,0.13317729,206,-1.633760714,0.7869022408,5754.0317363 +308,1.83113859,0.221857587,206,-1.633760714,0.7869022408,8283.2279911 +309,0.222428864,0.099404236,206,-1.633760714,0.7869022408,6728.3904308 +310,-1.702731345,0.8728568183,206,-1.633760714,0.7869022408,387.06000651 +311,-0.418507569,0.278324921,206,-1.633760714,0.7869022408,4457.4206675 +312,-1.41153306,0.339029988,206,-1.633760714,0.7869022408,1918.3512709 +313,0.357560442,0.114788776,206,-1.633760714,0.7869022408,7040.642066 +314,0.325818979,0.268352149,206,-1.633760714,0.7869022408,6500.5705437 +315,-1.246004659,-0.663679965,206,-1.633760714,0.7869022408,5910.1309126 +316,1.814603087,0.637404484,206,-1.633760714,0.7869022408,6696.3022121 +317,1.843704281,-0.18300445,206,-1.633760714,0.7869022408,9793.2599816 +318,1.690644492,-0.211480909,206,-1.633760714,0.7869022408,10082.191803 +319,-1.275451936,0.068109467,206,-1.633760714,0.7869022408,3106.7108212 +320,0.762430171,-0.207594741,206,-1.633760714,0.7869022408,9043.6276532 +321,0.265668905,-0.014647884,206,-1.633760714,0.7869022408,7174.6880307 +322,-2.773032013,-0.335515811,206,-1.633760714,0.7869022408,6040.9566244 +323,-1.469512853,0.174058777,206,-1.633760714,0.7869022408,2491.1935022 +324,0.286276986,0.785925691,206,-1.633760714,0.7869022408,4888.6898604 +325,-1.379324697,0.377432233,206,-1.633760714,0.7869022408,1820.7334282 +326,-1.203778265,0.212813032,206,-1.633760714,0.7869022408,2697.9145739 +327,0.579916301,0.611743168,206,-1.633760714,0.7869022408,5983.3864332 +328,0.267582642,0.868113908,206,-1.633760714,0.7869022408,4625.0464934 +329,0.412869244,-0.050245578,206,-1.633760714,0.7869022408,7674.6186136 +330,0.17524381,0.976660285,206,-1.633760714,0.7869022408,4177.381702 +331,0.743157214,0.204812899,206,-1.633760714,0.7869022408,7658.6071187 +332,-1.070758176,0.269382282,206,-1.633760714,0.7869022408,2777.839118 +333,-1.230364251,0.329790229,206,-1.633760714,0.7869022408,2244.4341602 +334,-1.374813124,-0.024926835,206,-1.633760714,0.7869022408,3342.2282356 +335,0.519780566,0.463669906,206,-1.633760714,0.7869022408,6343.9688432 +336,-1.55108034,0.239698561,206,-1.633760714,0.7869022408,2185.2449431 +337,0.180294813,0.029739425,206,-1.633760714,0.7869022408,6814.0378613 +338,0.67820924,0.268170153,206,-1.633760714,0.7869022408,7313.0950478 +339,0.445798684,1.024001867,206,-1.633760714,0.7869022408,4478.3902342 +340,0.691751283,0.150521402,206,-1.633760714,0.7869022408,7731.8587578 +341,-1.036643551,-0.903056181,206,-1.633760714,0.7869022408,6997.4092075 +342,-0.120287036,1.083325163,206,-1.633760714,0.7869022408,3447.095765 +343,2.823513113,-0.304487164,206,-1.633760714,0.7869022408,7775.7220415 +344,0.457583172,1.12513373,206,-1.633760714,0.7869022408,4204.2871228 +345,0.042918831,0.813795399,206,-1.633760714,0.7869022408,4312.8492612 +346,1.196146777,-0.853142756,206,-1.633760714,0.7869022408,11564.087408 +347,0.206001358,-0.010430701,206,-1.633760714,0.7869022408,6999.2846843 +348,-0.268308653,0.234799412,206,-1.633760714,0.7869022408,4995.2191672 +349,0.759363263,0.736189579,206,-1.633760714,0.7869022408,5856.4058826 +350,0.181363926,0.891988372,206,-1.633760714,0.7869022408,4399.8672114 +351,-0.021111158,0.139103292,206,-1.633760714,0.7869022408,5948.6553833 +352,-0.093355215,0.630686981,206,-1.633760714,0.7869022408,4439.6128216 +353,0.40118964,0.681375926,206,-1.633760714,0.7869022408,5422.1042395 +354,-0.721197315,1.304706234,206,-1.633760714,0.7869022408,2569.831 +355,-1.076150317,0.212107639,206,-1.633760714,0.7869022408,2952.9132973 +356,-1.577164531,0.273993443,206,-1.633760714,0.7869022408,2040.3992035 +357,-0.190788414,0.182208586,206,-1.633760714,0.7869022408,5356.1620299 +358,-0.261349752,0.209710184,206,-1.633760714,0.7869022408,5083.2549781 +359,-1.029303852,0.083549259,206,-1.633760714,0.7869022408,3481.2579487 +360,-1.268609162,0.330525297,206,-1.633760714,0.7869022408,2170.1954497 +361,1.282982244,-0.926641967,206,-1.633760714,0.7869022408,11641.992165 +362,0.217352334,0.731352408,206,-1.633760714,0.7869022408,4899.9396019 +363,-1.511833084,0.258629297,206,-1.633760714,0.7869022408,2131.9738338 +364,0.338812194,0.823184618,206,-1.633760714,0.7869022408,4883.1387361 +365,-0.324406489,1.134201999,206,-1.633760714,0.7869022408,3044.2821281 +366,1.389579348,0.399185724,206,-1.633760714,0.7869022408,7726.3589089 +367,2.047152199,-0.039082036,206,-1.633760714,0.7869022408,8937.0477301 +368,0.947780369,0.568250077,206,-1.633760714,0.7869022408,6710.6207339 +369,0.763824846,0.576754987,206,-1.633760714,0.7869022408,6417.1859477 +370,-0.142334657,0.928153068,206,-1.633760714,0.7869022408,3670.7905064 +371,0.610266567,0.547265983,206,-1.633760714,0.7869022408,6251.3701032 +372,0.210731629,0.746815056,206,-1.633760714,0.7869022408,4843.507 +373,-1.34931644,0.316895224,206,-1.633760714,0.7869022408,2085.1809791 +374,2.407696481,0.655030745,206,-1.633760714,0.7869022408,5891.5948548 +375,0.64207831,0.545359131,206,-1.633760714,0.7869022408,6316.3772408 +376,1.174597538,0.840588356,206,-1.633760714,0.7869022408,5894.4874878 +377,0.660059424,0.010604079,206,-1.633760714,0.7869022408,8113.5721685 +378,-0.730263819,0.010486456,206,-1.633760714,0.7869022408,4398.0947062 +379,0.831068936,0.512339172,206,-1.633760714,0.7869022408,6748.708107 +380,1.301180979,0.72367476,206,-1.633760714,0.7869022408,6415.796501 +381,1.811128231,0.322854402,206,-1.633760714,0.7869022408,7914.0400823 +382,0.435105812,0.992284428,206,-1.633760714,0.7869022408,4555.0665596 +383,0.62643634,0.592027932,206,-1.633760714,0.7869022408,6132.6916672 +384,0.492988703,-0.516339467,206,-1.633760714,0.7869022408,9149.7100725 +385,-0.162469483,0.112549365,206,-1.633760714,0.7869022408,5628.6038558 +386,0.314630866,0.472006421,206,-1.633760714,0.7869022408,5864.3904761 +387,0.166744804,0.822815954,206,-1.633760714,0.7869022408,4549.4962424 +388,0.417159608,0.965805736,206,-1.633760714,0.7869022408,4604.8780544 +389,0.106334961,0.868774244,206,-1.633760714,0.7869022408,4311.199462 +390,0.815086969,-0.338144359,206,-1.633760714,0.7869022408,9565.9021772 +391,0.59867455,-0.230624824,206,-1.633760714,0.7869022408,8693.1304561 +392,1.915104874,0.066220985,206,-1.633760714,0.7869022408,8770.8765 +393,1.278093622,0.064463721,206,-1.633760714,0.7869022408,8975.1227912 +394,-0.061477853,0.302997961,206,-1.633760714,0.7869022408,5382.644359 +395,0.251311504,0.626976942,206,-1.633760714,0.7869022408,5267.0669221 +396,2.950242872,0.149095644,206,-1.633760714,0.7869022408,6159.3362899 +397,-0.180294708,0.35375117,206,-1.633760714,0.7869022408,4919.7631535 +398,1.010448592,-0.351180233,206,-1.633760714,0.7869022408,10073.589557 +399,-1.748740498,0.3686318073,206,-1.633760714,0.7869022408,1698.6793221 +400,2.699635665,0.123533791,206,-1.633760714,0.7869022408,6906.5152999 +401,0.496808033,0.823843254,206,-1.633760714,0.7869022408,5159.9129488 +402,0.129574704,0.763364087,206,-1.633760714,0.7869022408,4626.4850781 +403,1.798920311,0.817447563,206,-1.633760714,0.7869022408,6008.4589118 +404,0.335987953,0.746786541,206,-1.633760714,0.7869022408,5098.7553351 +405,-1.085413643,0.292154671,206,-1.633760714,0.7869022408,2672.0692993 +406,-0.155321003,0.508207011,206,-1.633760714,0.7869022408,4585.4676066 +407,0.620529244,-0.301175104,206,-1.633760714,0.7869022408,8951.608787 +408,1.684402744,0.368716966,206,-1.633760714,0.7869022408,7822.2229011 +409,0.300582244,-0.386397212,206,-1.633760714,0.7869022408,8293.2865503 +410,2.913555946,-0.009225192,206,-1.633760714,0.7869022408,6708.5579749 +411,1.465101417,0.493232532,206,-1.633760714,0.7869022408,7370.887909 +412,0.090612882,0.907955955,206,-1.633760714,0.7869022408,4185.5789937 +413,2.987564726,-0.729568594,206,-1.633760714,0.7869022408,8387.5005758 +414,-1.484261606,0.224149272,206,-1.633760714,0.7869022408,2285.4368285 +415,0.164073421,0.303955133,206,-1.633760714,0.7869022408,5982.879775 +416,0.141441293,0.167552546,206,-1.633760714,0.7869022408,6313.8593275 +417,2.931321023,-0.506718887,206,-1.633760714,0.7869022408,8001.4032346 +418,2.21951565,0.700596356,206,-1.633760714,0.7869022408,6032.4639495 +419,0.268112576,1.199114336,206,-1.633760714,0.7869022408,3788.3217004 +420,0.978913739,0.359223811,206,-1.633760714,0.7869022408,7519.24965 +421,1.210898818,0.522863584,206,-1.633760714,0.7869022408,7146.5037153 +422,2.347397336,0.129231362,206,-1.633760714,0.7869022408,7750.0365023 +423,0.614394501,0.556878345,206,-1.633760714,0.7869022408,6227.2709454 +424,-1.398079356,0.148483366,206,-1.633760714,0.7869022408,2654.4192563 +425,2.535303836,-0.112984496,206,-1.633760714,0.7869022408,8037.708104 +426,-1.019372593,-0.405322349,206,-1.633760714,0.7869022408,5217.2168842 +427,-1.297785627,-0.160104069,206,-1.633760714,0.7869022408,3938.1613617 +428,2.144554488,0.205051084,206,-1.633760714,0.7869022408,7902.2343443 +429,-2.242387083,-0.426171285,206,-1.633760714,0.7869022408,5283.5203048 +430,0.338637212,0.909723676,206,-1.633760714,0.7869022408,4637.0170432 +431,-0.148798452,0.691042401,206,-1.633760714,0.7869022408,4157.1494564 +432,0.893524764,0.441829531,206,-1.633760714,0.7869022408,7095.4358053 +433,0.969229347,-0.368847936,206,-1.633760714,0.7869022408,10034.549778 +434,0.436043248,0.800045688,206,-1.633760714,0.7869022408,5128.1487892 +435,1.687946607,1.081504775,206,-1.633760714,0.7869022408,5020.8281324 +436,0.522302046,-0.034889271,206,-1.633760714,0.7869022408,7914.8211592 +437,-0.178996113,-0.438090009,206,-1.633760714,0.7869022408,7126.50786 +438,-1.094339566,0.301444068,206,-1.633760714,0.7869022408,2622.4158256 +439,-1.064070054,0.242569932,206,-1.633760714,0.7869022408,2879.2936687 +440,-1.068153768,0.230387998,206,-1.633760714,0.7869022408,2910.0383147 +441,-3.00496892,-0.23989155,206,-1.633760714,0.7869022408,6349.8226534 +442,0.21751974,0.766874888,206,-1.633760714,0.7869022408,4802.8263919 +443,0.117229532,0.007619006,206,-1.633760714,0.7869022408,6702.9332525 +444,0.777758451,0.420554741,206,-1.633760714,0.7869022408,6983.6601754 +445,-0.252356999,0.250747086,206,-1.633760714,0.7869022408,4996.4167481 +446,0.363148444,0.768483434,206,-1.633760714,0.7869022408,5087.937348 +447,0.903191366,-0.118210676,206,-1.633760714,0.7869022408,9078.8293809 +448,-0.205755923,0.149406178,206,-1.633760714,0.7869022408,5405.0643465 +449,1.811996086,0.02364353,206,-1.633760714,0.7869022408,9059.7378114 +450,-1.100670221,0.314845373,206,-1.633760714,0.7869022408,2565.493603 +451,0.340078597,0.850105132,206,-1.633760714,0.7869022408,4808.3752376 +452,0.258757267,0.804969236,206,-1.633760714,0.7869022408,4781.4020988 +453,2.78505352,-0.155160804,206,-1.633760714,0.7869022408,7475.808581 +454,0.800551619,0.105822106,206,-1.633760714,0.7869022408,8110.2817371 +455,0.437940882,-0.506194031,206,-1.633760714,0.7869022408,8972.286272 +456,2.230431122,0.63458615,206,-1.633760714,0.7869022408,6248.2951257 +457,0.527965361,0.127667701,206,-1.633760714,0.7869022408,7428.7847406 +458,-0.063643205,0.702093448,206,-1.633760714,0.7869022408,4338.7756696 +459,1.408447268,0.133010502,206,-1.633760714,0.7869022408,8782.9087897 +460,0.523795955,0.280266966,206,-1.633760714,0.7869022408,6937.8883312 +461,-0.975769313,0.072177659,206,-1.633760714,0.7869022408,3632.0008641 +462,0.549774164,-0.463663986,206,-1.633760714,0.7869022408,9183.2417177 +463,0.29245874,1.095549818,206,-1.633760714,0.7869022408,4068.4898369 +464,0.143625958,0.816809593,206,-1.633760714,0.7869022408,4517.7374854 +465,0.671902494,0.611159853,206,-1.633760714,0.7869022408,6148.0108956 +466,1.239840988,0.6724199,206,-1.633760714,0.7869022408,6584.9718765 +467,0.607829703,-0.10932137,206,-1.633760714,0.7869022408,8358.046759 +468,1.763020906,0.263996692,206,-1.633760714,0.7869022408,8181.2097721 +469,0.378714634,0.726066797,206,-1.633760714,0.7869022408,5243.5763707 +470,2.196736143,-0.153862366,206,-1.633760714,0.7869022408,9009.6642604 +471,0.01702415,0.148991565,206,-1.633760714,0.7869022408,6026.4437757 +472,-2.998490902,-0.158002487,206,-1.633760714,0.7869022408,6098.1748489 +473,-3.051262951,-0.346595608,206,-1.633760714,0.7869022408,6774.95499 +474,-1.069176439,0.182802941,206,-1.633760714,0.7869022408,3064.967493 +475,0.167157509,0.595344954,206,-1.633760714,0.7869022408,5164.5013316 +476,0.613855648,0.681746124,206,-1.633760714,0.7869022408,5813.6496388 +477,1.037012736,0.682555367,206,-1.633760714,0.7869022408,6386.575778 +478,-1.253574971,0.379755746,206,-1.633760714,0.7869022408,2030.7353398 +479,3.108590453,-0.132620738,206,-1.633760714,0.7869022408,6510.052763 +480,0.565301296,0.022333262,206,-1.633760714,0.7869022408,7847.8516882 +481,0.547898238,0.855555614,206,-1.633760714,0.7869022408,5142.9437756 +482,0.948309381,0.417393755,206,-1.633760714,0.7869022408,7263.4608027 +483,-0.050600732,0.945269213,206,-1.633760714,0.7869022408,3824.5187673 +484,-0.977651478,-0.572363064,206,-1.633760714,0.7869022408,5877.9689482 +485,1.102014914,0.728861163,206,-1.633760714,0.7869022408,6270.3679358 +486,2.927300795,-0.282939414,206,-1.633760714,0.7869022408,7428.4407132 +487,-1.154565557,0.124434095,206,-1.633760714,0.7869022408,3097.1551386 +488,1.855331234,0.291044755,206,-1.633760714,0.7869022408,7994.4616836 +489,0.830290659,0.276904518,206,-1.633760714,0.7869022408,7577.2732995 +490,0.485104466,-0.234867441,206,-1.633760714,0.7869022408,8399.9636362 +491,0.521367572,-0.33161327,206,-1.633760714,0.7869022408,8764.9984713 +1,-1.539031704,0.7349710123,207,-1.647406434,0.8101289331,427.68435582 +2,-1.536990553,0.7349663874,207,-1.647406434,0.8101289331,431.86640745 +3,-1.534951779,0.7349571355,207,-1.647406434,0.8101289331,436.09299131 +4,-1.532906461,0.7349480293,207,-1.647406434,0.8101289331,440.3679092 +5,-1.531320211,0.7346937278,207,-1.647406434,0.8101289331,444.39288089 +6,-1.539451648,0.7335131775,207,-1.647406434,0.8101289331,431.02568033 +7,-1.537429487,0.7335445708,207,-1.647406434,0.8101289331,435.02384951 +8,-1.535484998,0.7335658704,207,-1.647406434,0.8101289331,438.92963422 +9,-1.533488396,0.7336036027,207,-1.647406434,0.8101289331,442.93059895 +10,-1.531497785,0.7335842962,207,-1.647406434,0.8101289331,447.11409503 +11,-1.530259379,0.7334777758,207,-1.647406434,0.8101289331,449.99607031 +12,-1.5335454,0.7322346912,207,-1.647406434,0.8101289331,446.69004928 +13,-1.531489083,0.7322238773,207,-1.647406434,0.8101289331,450.95459818 +14,-1.530011122,0.7321679851,207,-1.647406434,0.8101289331,454.17620181 +15,-1.53348106,0.7306614094,207,-1.647406434,0.8101289331,451.31609016 +16,-1.531441779,0.7306962275,207,-1.647406434,0.8101289331,455.38147927 +17,-1.529755654,0.7306933243,207,-1.647406434,0.8101289331,458.86010908 +18,-1.533415048,0.7291384674,207,-1.647406434,0.8101289331,455.83833252 +19,-1.531392093,0.7291705353,207,-1.647406434,0.8101289331,459.84473409 +20,-1.529296523,0.7291214933,207,-1.647406434,0.8101289331,464.26743181 +21,-1.535280942,0.727267644,207,-1.647406434,0.8101289331,457.5688437 +22,-1.533378158,0.7276139666,207,-1.647406434,0.8101289331,460.34175203 +23,-1.531340368,0.7276446587,207,-1.647406434,0.8101289331,464.34854829 +24,-1.528960113,0.7276398177,207,-1.647406434,0.8101289331,469.19222224 +25,-1.533313146,0.7260818349,207,-1.647406434,0.8101289331,464.9583035 +26,-1.531259555,0.7260958115,207,-1.647406434,0.8101289331,469.01247288 +27,-1.528926415,0.7260865555,207,-1.647406434,0.8101289331,473.73621643 +28,-1.531226779,0.7245511789,207,-1.647406434,0.8101289331,473.60247115 +29,-1.528904772,0.7245519194,207,-1.647406434,0.8101289331,478.23770099 +30,-1.547195875,0.7409785979,207,-1.647406434,0.8101289331,393.94872792 +31,-1.5451475,0.740980426,207,-1.647406434,0.8101289331,398.12198301 +32,-1.543097679,0.7409798872,207,-1.647406434,0.8101289331,402.34462967 +33,-1.540720364,0.7409892687,207,-1.647406434,0.8101289331,407.26231187 +34,-1.547188511,0.7395198392,207,-1.647406434,0.8101289331,398.14041345 +35,-1.545148587,0.7395226109,207,-1.647406434,0.8101289331,402.25615342 +36,-1.543104538,0.7395314908,207,-1.647406434,0.8101289331,406.40307082 +37,-1.540727751,0.7395306258,207,-1.647406434,0.8101289331,411.30556685 +38,-1.547187029,0.7380014886,207,-1.647406434,0.8101289331,402.53265134 +39,-1.545147315,0.7380012252,207,-1.647406434,0.8101289331,406.61791594 +40,-1.54310719,0.7380060743,207,-1.647406434,0.8101289331,410.72971292 +41,-1.540719671,0.7380068206,207,-1.647406434,0.8101289331,415.60547637 +42,-1.547187189,0.7364799098,207,-1.647406434,0.8101289331,406.97245688 +43,-1.545149996,0.7364853874,207,-1.647406434,0.8101289331,410.99760493 +44,-1.543106091,0.7364823484,207,-1.647406434,0.8101289331,415.10172447 +45,-1.540717158,0.7364893901,207,-1.647406434,0.8101289331,419.91848425 +46,-1.538663972,0.7410138672,207,-1.647406434,0.8101289331,411.51167935 +47,-1.53695285,0.7409699132,207,-1.647406434,0.8101289331,415.25151109 +48,-1.534910498,0.7409641297,207,-1.647406434,0.8101289331,419.61884687 +49,-1.533145034,0.7409536636,207,-1.647406434,0.8101289331,423.43568013 +50,-1.538681336,0.7395405883,207,-1.647406434,0.8101289331,415.53747219 +51,-1.536999189,0.7395183096,207,-1.647406434,0.8101289331,419.12754423 +52,-1.534923633,0.7395144222,207,-1.647406434,0.8101289331,423.52455736 +53,-1.533267822,0.7395654306,207,-1.647406434,0.8101289331,426.91105542 +54,-1.53867273,0.7380151077,207,-1.647406434,0.8101289331,419.80555154 +55,-1.536980576,0.7379994392,207,-1.647406434,0.8101289331,423.36843135 +56,-1.534931522,0.7379944961,207,-1.647406434,0.8101289331,427.67607496 +57,-1.533387952,0.7379480264,207,-1.647406434,0.8101289331,431.06112803 +58,-1.538682279,0.7364914363,207,-1.647406434,0.8101289331,424.07424472 +59,-1.536980704,0.7364810563,207,-1.647406434,0.8101289331,427.61170637 +60,-1.534935567,0.7364752065,207,-1.647406434,0.8101289331,431.87764634 +61,-1.533042592,0.7363876366,207,-1.647406434,0.8101289331,436.08451017 +62,-1.545143426,0.7349628011,207,-1.647406434,0.8101289331,415.45580781 +63,-1.543105297,0.7349691947,207,-1.647406434,0.8101289331,419.4835089 +64,-1.541064533,0.7349647152,207,-1.647406434,0.8101289331,423.58809131 +65,-1.545411803,0.7334624714,207,-1.647406434,0.8101289331,419.34957846 +66,-1.543446606,0.7334780896,207,-1.647406434,0.8101289331,423.16399049 +67,-1.541475327,0.7334957295,207,-1.647406434,0.8101289331,427.02300907 +68,-1.545401939,0.731963266,207,-1.647406434,0.8101289331,423.82589401 +69,-1.54342253,0.7319915583,207,-1.647406434,0.8101289331,427.59544487 +70,-1.541455867,0.7320216438,207,-1.647406434,0.8101289331,431.37438528 +71,-1.545410146,0.7304422281,207,-1.647406434,0.8101289331,428.36868566 +72,-1.543435491,0.7304713664,207,-1.647406434,0.8101289331,432.09034407 +73,-1.541463105,0.7304997613,207,-1.647406434,0.8101289331,435.84977391 +74,-1.545414768,0.7289194936,207,-1.647406434,0.8101289331,432.95943414 +75,-1.543435774,0.7289538557,207,-1.647406434,0.8101289331,436.63809745 +76,-1.541457714,0.7289765881,207,-1.647406434,0.8101289331,440.39038804 +77,-1.539449415,0.7320555866,207,-1.647406434,0.8101289331,435.25986464 +78,-1.537429183,0.7321097681,207,-1.647406434,0.8101289331,439.1536447 +79,-1.535472649,0.7321497267,207,-1.647406434,0.8101289331,442.99813958 +80,-1.539457899,0.7305333307,207,-1.647406434,0.8101289331,439.69776534 +81,-1.537453161,0.7305750503,207,-1.647406434,0.8101289331,443.56037317 +82,-1.535479385,0.7306124949,207,-1.647406434,0.8101289331,447.41157575 +83,-1.53946905,0.7290102593,207,-1.647406434,0.8101289331,444.17017013 +84,-1.537459922,0.7290417293,207,-1.647406434,0.8101289331,448.03594121 +85,-1.535451349,0.7290890157,207,-1.647406434,0.8101289331,451.89312783 +86,-1.535522937,0.7279887191,207,-1.647406434,0.8101289331,454.96973085 +87,-1.539442524,0.7274735939,207,-1.647406434,0.8101289331,448.79272813 +88,-1.537424111,0.727521351,207,-1.647406434,0.8101289331,452.593783 +89,-1.539384641,0.7259505092,207,-1.647406434,0.8101289331,453.46945089 +90,-1.537372391,0.7259947145,207,-1.647406434,0.8101289331,457.23523703 +91,-1.535340789,0.7260435356,207,-1.647406434,0.8101289331,461.06531105 +92,-1.539325716,0.7244369706,207,-1.647406434,0.8101289331,458.15117249 +93,-1.537308932,0.7244801057,207,-1.647406434,0.8101289331,461.89589353 +94,-1.535289068,0.7245247645,207,-1.647406434,0.8101289331,465.68234804 +95,-1.533261366,0.7245550236,207,-1.647406434,0.8101289331,469.56635661 +96,-1.539267302,0.722921924,207,-1.647406434,0.8101289331,462.86704603 +97,-1.537248972,0.7229660258,207,-1.647406434,0.8101289331,466.57909092 +98,-1.535219431,0.7229916471,207,-1.647406434,0.8101289331,470.40896055 +99,-1.53318962,0.7230212049,207,-1.647406434,0.8101289331,474.26683828 +100,-1.531154816,0.7230299897,207,-1.647406434,0.8101289331,478.23453376 +101,-1.528878341,0.7230370244,207,-1.647406434,0.8101289331,482.72523618 +102,-1.539218189,0.7214009878,207,-1.647406434,0.8101289331,467.61318691 +103,-1.537198791,0.7214422745,207,-1.647406434,0.8101289331,471.30319472 +104,-1.535179266,0.7214634354,207,-1.647406434,0.8101289331,475.09506084 +105,-1.533156501,0.7214944644,207,-1.647406434,0.8101289331,478.90244142 +106,-1.53113574,0.7215166021,207,-1.647406434,0.8101289331,482.77091766 +107,-1.528874248,0.7215345535,207,-1.647406434,0.8101289331,487.16440843 +108,-1.539217656,0.7198512397,207,-1.647406434,0.8101289331,472.38709792 +109,-1.537199919,0.7199428763,207,-1.647406434,0.8101289331,475.88572138 +110,-1.545425832,0.727397149,207,-1.647406434,0.8101289331,437.57167082 +111,-1.543371177,0.7273916949,207,-1.647406434,0.8101289331,441.47962238 +112,-1.541368852,0.7274523163,207,-1.647406434,0.8101289331,445.13029966 +113,-1.545349067,0.7258710923,207,-1.647406434,0.8101289331,442.39318987 +114,-1.54332671,0.7258603556,207,-1.647406434,0.8101289331,446.22259468 +115,-1.541346831,0.7259242142,207,-1.647406434,0.8101289331,449.78581832 +116,-1.545324355,0.7243383958,207,-1.647406434,0.8101289331,447.16903679 +117,-1.543292796,0.7243617413,207,-1.647406434,0.8101289331,450.87706132 +118,-1.541295822,0.7244024384,207,-1.647406434,0.8101289331,454.50977251 +119,-1.543193859,0.7205570215,207,-1.647406434,0.8101289331,462.84945361 +120,-1.550257047,0.7386738187,207,-1.647406434,0.8101289331,394.48882713 +121,-1.549335448,0.7311736483,207,-1.647406434,0.8101289331,418.68603233 +122,-1.533478843,0.7179891343,207,-1.647406434,0.8101289331,488.90503395 +123,-1.556150555,0.738907041,207,-1.647406434,0.8101289331,382.36607119 +124,-1.554324226,0.733414257,207,-1.647406434,0.8101289331,402.49279331 +125,-1.554290846,0.7288285332,207,-1.647406434,0.8101289331,416.79149661 +126,-1.55122487,0.7219795312,207,-1.647406434,0.8101289331,443.93485727 +127,-1.525104458,0.7229399862,207,-1.647406434,0.8101289331,490.58280698 +128,-1.519607711,0.7236181429,207,-1.647406434,0.8101289331,499.89173169 +129,-1.513899999,0.7251107854,207,-1.647406434,0.8101289331,507.70642054 +130,-1.536620762,0.7431061895,207,-1.647406434,0.8101289331,410.19391769 +131,-1.5369566,0.7460845958,207,-1.647406434,0.8101289331,401.58415635 +132,-1.545345528,0.7447040685,207,-1.647406434,0.8101289331,387.33091785 +133,-1.532813921,0.7432306626,207,-1.647406434,0.8101289331,418.11118665 +134,-1.554788248,0.7382381001,207,-1.647406434,0.8101289331,386.97789663 +135,-1.540348126,0.7301594274,207,-1.647406434,0.8101289331,439.04427265 +136,-1.538016084,0.7239051786,207,-1.647406434,0.8101289331,462.26791592 +137,-1.525288962,0.7258085137,207,-1.647406434,0.8101289331,481.94382024 +138,-1.534326986,0.731241342,207,-1.647406434,0.8101289331,447.93225087 +139,-1.530733872,0.7303625216,207,-1.647406434,0.8101289331,457.78390236 +141,-1.534354939,0.7328219978,207,-1.647406434,0.8101289331,443.36033529 +142,-1.53157084,0.7292888153,207,-1.647406434,0.8101289331,459.14142104 +143,-1.525691035,0.7263799874,207,-1.647406434,0.8101289331,479.48614745 +144,-1.534031287,0.7495967835,207,-1.647406434,0.8101289331,399.07937816 +145,-1.527714986,0.7283095957,207,-1.647406434,0.8101289331,469.82803567 +146,-1.526189586,0.7271468292,207,-1.647406434,0.8101289331,476.27514679 +147,-1.555177336,0.7375563366,207,-1.647406434,0.8101289331,388.28469764 +148,-1.555080283,0.7312707794,207,-1.647406434,0.8101289331,407.72754523 +149,-1.53856994,0.7224180299,207,-1.647406434,0.8101289331,465.72590719 +150,-1.530837883,0.729933372,207,-1.647406434,0.8101289331,458.79304177 +151,-1.515066984,0.5854133365,207,-1.647406434,0.8101289331,975.40074077 +152,-1.534731633,0.5368370046,207,-1.647406434,0.8101289331,1136.3372714 +153,-1.515231902,0.5607085576,207,-1.647406434,0.8101289331,1066.6107313 +154,-2.616253799,1.0684566605,207,-1.647406434,0.8101289331,2394.0327702 +155,-1.956071439,0.5792177723,207,-1.647406434,0.8101289331,1305.3083876 +156,-1.951208514,0.5602434208,207,-1.647406434,0.8101289331,1353.3545386 +157,-1.944675062,0.6062144545,207,-1.647406434,0.8101289331,1200.3626296 +158,-1.613778386,0.6077989518,207,-1.647406434,0.8101289331,807.71162174 +159,-2.035029014,0.6021432345,207,-1.647406434,0.8101289331,1421.4468718 +160,-2.114989471,0.6801825058,207,-1.647406434,0.8101289331,1446.73265 +161,-2.037382079,0.5765830025,207,-1.647406434,0.8101289331,1496.6797444 +162,-2.129855121,0.6585019963,207,-1.647406434,0.8101289331,1530.3194507 +163,-2.075141798,0.6493615843,207,-1.647406434,0.8101289331,1406.2768149 +164,-1.828626729,0.6948433129,207,-1.647406434,0.8101289331,694.00569001 +165,-1.863329418,0.6735427691,207,-1.647406434,0.8101289331,829.08704051 +166,-1.266037071,0.727988852,207,-1.647406434,0.8101289331,1128.9961518 +167,-1.277579582,0.7249010648,207,-1.647406434,0.8101289331,1102.9906188 +168,-1.258418684,0.7241194816,207,-1.647406434,0.8101289331,1155.8780393 +169,-1.317813974,0.6804850104,207,-1.647406434,0.8101289331,1084.3017299 +170,-1.344165204,0.6790988904,207,-1.647406434,0.8101289331,1021.1734829 +171,-1.427582102,0.5277120351,207,-1.647406434,0.8101289331,1307.0170066 +172,-1.402238616,0.457167829,207,-1.647406434,0.8101289331,1596.6245279 +173,-1.422454264,0.4996161999,207,-1.647406434,0.8101289331,1414.2918307 +174,-1.439089277,0.4894859811,207,-1.647406434,0.8101289331,1426.1665256 +175,-1.448126995,0.5182330266,207,-1.647406434,0.8101289331,1309.5059359 +176,-1.474626146,0.5881926574,207,-1.647406434,0.8101289331,1021.4553762 +177,-1.421139645,0.5584869783,207,-1.647406434,0.8101289331,1211.3261757 +178,-1.457037165,0.565943032,207,-1.647406434,0.8101289331,1126.6261089 +179,-2.757159358,0.3745319,207,-1.647406434,0.8101289331,3913.0596199 +180,-2.714309238,0.342054471,207,-1.647406434,0.8101289331,3883.9856681 +181,-2.000525337,0.774119946,207,-1.647406434,0.8101289331,989.87093696 +183,-1.571413436,0.6777838382,207,-1.647406434,0.8101289331,568.85356688 +184,-1.552860289,0.6987663893,207,-1.647406434,0.8101289331,518.39207713 +185,-1.521852374,0.7165827476,207,-1.647406434,0.8101289331,515.7290924 +186,-1.503656267,0.6928968252,207,-1.647406434,0.8101289331,622.7778824 +187,-1.502753178,0.7136205882,207,-1.647406434,0.8101289331,563.34467524 +188,-1.631894563,0.7343596465,207,-1.647406434,0.8101289331,303.32649199 +189,-1.653765416,0.6770714026,207,-1.647406434,0.8101289331,527.36514287 +190,-1.719812114,0.6715965947,207,-1.647406434,0.8101289331,587.89915922 +191,-1.493406659,0.6646955447,207,-1.647406434,0.8101289331,730.9499363 +192,-1.469120564,0.6613469966,207,-1.647406434,0.8101289331,786.95825463 +193,-1.590551461,0.5326612937,207,-1.647406434,0.8101289331,1112.841487 +194,-1.625979264,0.5247742243,207,-1.647406434,0.8101289331,1132.2155884 +195,-1.572293943,0.5238808754,207,-1.647406434,0.8101289331,1157.2063667 +196,-1.610848725,0.5477107964,207,-1.647406434,0.8101289331,1045.4258801 +197,-1.208485554,0.7918526018,207,-1.647406434,0.8101289331,1207.0874105 +198,-1.335601374,0.6869083083,207,-1.647406434,0.8101289331,1024.844043 +199,-1.346156996,0.6825213377,207,-1.647406434,0.8101289331,1008.2565919 +200,-1.324381037,0.6741422347,207,-1.647406434,0.8101289331,1082.1557084 +201,-1.242424992,0.7378949807,207,-1.647406434,0.8101289331,1177.595527 +202,-1.270370057,0.7392461008,207,-1.647406434,0.8101289331,1099.7357084 +203,-1.448950472,0.7441675014,207,-1.647406434,0.8101289331,617.55442048 +204,-1.492662363,0.7523026852,207,-1.647406434,0.8101289331,491.41377607 +205,-1.479098966,0.7763855017,207,-1.647406434,0.8101289331,486.05130664 +206,-1.633760714,0.7869022408,207,-1.647406434,0.8101289331,99.429947709 +207,-1.647406434,0.8101289331,207,-1.647406434,0.8101289331,137.98563087 +208,-1.564245052,0.5701509278,207,-1.647406434,0.8101289331,983.42058552 +209,-1.646289963,0.6833746083,207,-1.647406434,0.8101289331,502.08432061 +210,-1.5820631,0.6751952144,207,-1.647406434,0.8101289331,567.2871045 +211,-1.613236298,0.6681681791,207,-1.647406434,0.8101289331,571.08231955 +212,-1.914661867,0.8212566515,207,-1.647406434,0.8101289331,725.70063244 +213,-1.742133237,0.7250275956,207,-1.647406434,0.8101289331,431.66486592 +214,-2.033144872,0.6557314699,207,-1.647406434,0.8101289331,1283.5624689 +215,-2.039551981,0.6964723658,207,-1.647406434,0.8101289331,1213.937766 +216,-1.247341019,0.7622473908,207,-1.647406434,0.8101289331,1131.4513296 +217,-1.298239787,0.7084123392,207,-1.647406434,0.8101289331,1077.3187529 +218,-1.308539688,0.6926545592,207,-1.647406434,0.8101289331,1081.7785244 +219,-1.303263185,0.6888938396,207,-1.647406434,0.8101289331,1103.3354231 +220,-1.852400229,0.6004246149,207,-1.647406434,0.8101289331,1033.0505481 +221,-1.288947707,0.7473773692,207,-1.647406434,0.8101289331,1037.5156968 +222,-1.372031502,0.7472790993,207,-1.647406434,0.8101289331,813.72984213 +223,-1.289805721,0.7242157877,207,-1.647406434,0.8101289331,1071.3329019 +224,-1.350807603,0.7533498126,207,-1.647406434,0.8101289331,861.66451998 +225,-1.329290365,0.7560442322,207,-1.647406434,0.8101289331,916.13683853 +226,-1.410153004,0.616936428,207,-1.647406434,0.8101289331,1041.2882819 +227,-1.393445434,0.6308995063,207,-1.647406434,0.8101289331,1033.9293005 +228,-1.37595573,0.6241540638,207,-1.647406434,0.8101289331,1091.5070324 +229,-1.358388707,0.6172645205,207,-1.647406434,0.8101289331,1150.0976252 +230,-1.753741133,0.8281661666,207,-1.647406434,0.8101289331,296.26249155 +231,-1.47430987,0.6834615681,207,-1.647406434,0.8101289331,709.51232004 +232,-1.421012508,0.7222725206,207,-1.647406434,0.8101289331,732.62578743 +233,-1.4476833,0.6978557868,207,-1.647406434,0.8101289331,727.00878061 +234,-1.470370723,0.6966193374,207,-1.647406434,0.8101289331,680.00864819 +235,-1.429211703,0.7037216883,207,-1.647406434,0.8101289331,755.1636027 +236,-1.700578405,0.6178673663,207,-1.647406434,0.8101289331,777.83935933 +237,-1.678117619,0.6331716163,207,-1.647406434,0.8101289331,706.80053721 +238,-1.725644578,0.6316331145,207,-1.647406434,0.8101289331,744.03509125 +239,-2.14012759,0.7930497945,207,-1.647406434,0.8101289331,1351.9769771 +240,-2.103289431,0.7653606263,207,-1.647406434,0.8101289331,1280.1795815 +241,-1.318739838,0.7017808746,207,-1.647406434,0.8101289331,1036.5448479 +242,-1.396417427,0.7077900843,207,-1.647406434,0.8101289331,825.61904083 +243,-1.35650337,0.7185539404,207,-1.647406434,0.8101289331,905.10790495 +244,-1.248884539,0.7274156818,207,-1.647406434,0.8101289331,1176.2603357 +245,-1.395014798,0.5761185243,207,-1.647406434,0.8101289331,1200.4151446 +246,-1.433377362,0.6064716109,207,-1.647406434,0.8101289331,1029.5735609 +247,-1.408172432,0.5903155476,207,-1.647406434,0.8101289331,1129.3791278 +248,-1.749645898,0.7757118084,207,-1.647406434,0.8101289331,315.09277694 +249,-1.571626686,0.615046989,207,-1.647406434,0.8101289331,805.07124256 +250,-1.514070049,0.6303003037,207,-1.647406434,0.8101289331,814.53194685 +251,-1.480890369,0.6237966528,207,-1.647406434,0.8101289331,888.44428081 +252,-1.704390658,0.5281680612,207,-1.647406434,0.8101289331,1130.524962 +253,-1.64434733,0.5254277498,207,-1.647406434,0.8101289331,1127.7407419 +254,-1.703855997,0.4792484842,207,-1.647406434,0.8101289331,1322.4463906 +255,-1.692002383,0.5748825051,207,-1.647406434,0.8101289331,941.5371029 +256,-1.854136457,0.5544643913,207,-1.647406434,0.8101289331,1192.5961846 +257,-1.665021206,0.520317736,207,-1.647406434,0.8101289331,1149.2276973 +258,-1.733654349,0.4845187345,207,-1.647406434,0.8101289331,1317.532027 +259,-1.720938188,0.5135933906,207,-1.647406434,0.8101289331,1196.375921 +260,-1.742668307,0.553296122,207,-1.647406434,0.8101289331,1057.9889561 +261,-1.965659039,0.7142126903,207,-1.647406434,0.8101289331,984.91418023 +262,-1.944438071,0.6772834804,207,-1.647406434,0.8101289331,1010.0584011 +263,-1.270340967,0.7681487096,207,-1.647406434,0.8101289331,1061.7751259 +264,-1.353091884,0.6549276821,207,-1.647406434,0.8101289331,1059.0333016 +265,-1.333236659,0.6413584414,207,-1.647406434,0.8101289331,1141.6106759 +266,-1.352015998,0.6753788907,207,-1.647406434,0.8101289331,1010.5654085 +267,-1.377988483,0.6577816235,207,-1.647406434,0.8101289331,993.05463003 +268,-2.13075611,0.8318642051,207,-1.647406434,0.8101289331,1300.6217692 +269,-2.097910953,0.8259670014,207,-1.647406434,0.8101289331,1215.9564204 +270,-1.416382069,0.6694271549,207,-1.647406434,0.8101289331,874.00295973 +271,-1.538905672,0.7535625993,207,-1.647406434,0.8101289331,378.24196357 +272,-1.572309477,0.7803125099,207,-1.647406434,0.8101289331,239.3669366 +273,-1.87759879,0.7503853417,207,-1.647406434,0.8101289331,688.87266226 +274,1.152365588,0.590457682,207,-1.647406434,0.8101289331,6763.3232976 +275,0.350198001,0.718001859,207,-1.647406434,0.8101289331,5173.4503837 +276,0.046513677,0.491503852,207,-1.647406434,0.8101289331,5150.4227683 +277,0.027510309,0.742571376,207,-1.647406434,0.8101289331,4430.4145024 +278,0.306285725,-0.214631579,207,-1.647406434,0.8101289331,7877.6526867 +279,-1.100564889,0.318051531,207,-1.647406434,0.8101289331,2640.8392468 +280,-1.078582306,0.301437596,207,-1.647406434,0.8101289331,2742.5711238 +281,-1.137371989,-0.617634065,207,-1.647406434,0.8101289331,5940.3998948 +282,0.784356344,0.703272339,207,-1.647406434,0.8101289331,5945.861927 +283,-1.221209947,0.218327455,207,-1.647406434,0.8101289331,2742.5092273 +284,2.347301921,-0.449114658,207,-1.647406434,0.8101289331,9422.4880717 +285,0.246820618,0.830553713,207,-1.647406434,0.8101289331,4647.7914267 +286,0.829414965,0.703288228,207,-1.647406434,0.8101289331,6005.4582885 +287,-1.337537566,0.42332223,207,-1.647406434,0.8101289331,1820.8973734 +288,0.882453706,0.454478077,207,-1.647406434,0.8101289331,6975.4769177 +289,1.575629659,0.416419109,207,-1.647406434,0.8101289331,7576.7012446 +290,-1.039455679,0.229888244,207,-1.647406434,0.8101289331,3060.5252285 +291,0.489558039,0.934482747,207,-1.647406434,0.8101289331,4751.0532668 +292,0.081344504,0.88384514,207,-1.647406434,0.8101289331,4187.6135923 +293,-1.547979814,0.300350308,207,-1.647406434,0.8101289331,2045.4776031 +294,0.040776181,0.168560074,207,-1.647406434,0.8101289331,6055.8033144 +295,-1.130374745,0.563894876,207,-1.647406434,0.8101289331,1843.1464213 +296,1.578326642,0.478507176,207,-1.647406434,0.8101289331,7330.6351895 +297,-1.12861823,-0.291640865,207,-1.647406434,0.8101289331,4741.3812654 +298,0.310524208,0.770885792,207,-1.647406434,0.8101289331,4939.9423521 +299,0.415649091,-0.387246002,207,-1.647406434,0.8101289331,8649.669287 +300,-0.926533878,-0.188022748,207,-1.647406434,0.8101289331,4706.2648806 +301,1.258856172,-0.11716081,207,-1.647406434,0.8101289331,9583.9845681 +302,-1.126050026,0.322941926,207,-1.647406434,0.8101289331,2569.9806919 +303,2.002785835,0.07893892,207,-1.647406434,0.8101289331,8496.2582778 +304,0.440437607,0.746258085,207,-1.647406434,0.8101289331,5255.5432934 +305,-0.030391866,0.214441206,207,-1.647406434,0.8101289331,5733.3801825 +306,0.521557815,-0.058929362,207,-1.647406434,0.8101289331,7983.493402 +307,-0.097005111,0.13317729,207,-1.647406434,0.8101289331,5784.8506431 +308,1.83113859,0.221857587,207,-1.647406434,0.8101289331,8183.815555 +309,0.222428864,0.099404236,207,-1.647406434,0.8101289331,6739.154503 +310,-1.702731345,0.8728568183,207,-1.647406434,0.8101289331,288.13546388 +311,-0.418507569,0.278324921,207,-1.647406434,0.8101289331,4499.5263539 +312,-1.41153306,0.339029988,207,-1.647406434,0.8101289331,2017.4881417 +313,0.357560442,0.114788776,207,-1.647406434,0.8101289331,7040.2430264 +314,0.325818979,0.268352149,207,-1.647406434,0.8101289331,6492.5981673 +315,-1.246004659,-0.663679965,207,-1.647406434,0.8101289331,6009.2373313 +316,1.814603087,0.637404484,207,-1.647406434,0.8101289331,6597.8044771 +317,1.843704281,-0.18300445,207,-1.647406434,0.8101289331,9695.1479815 +318,1.690644492,-0.211480909,207,-1.647406434,0.8101289331,9982.9466727 +319,-1.275451936,0.068109467,207,-1.647406434,0.8101289331,3205.2704239 +320,0.762430171,-0.207594741,207,-1.647406434,0.8101289331,9030.9519514 +321,0.265668905,-0.014647884,207,-1.647406434,0.8101289331,7189.9905316 +322,-2.773032013,-0.335515811,207,-1.647406434,0.8101289331,6056.2758772 +323,-1.469512853,0.174058777,207,-1.647406434,0.8101289331,2590.0747769 +324,0.286276986,0.785925691,207,-1.647406434,0.8101289331,4849.7721268 +325,-1.379324697,0.377432233,207,-1.647406434,0.8101289331,1918.7764175 +326,-1.203778265,0.212813032,207,-1.647406434,0.8101289331,2792.4564366 +327,0.579916301,0.611743168,207,-1.647406434,0.8101289331,5938.3690912 +328,0.267582642,0.868113908,207,-1.647406434,0.8101289331,4581.362973 +329,0.412869244,-0.050245578,207,-1.647406434,0.8101289331,7681.0894674 +330,0.17524381,0.976660285,207,-1.647406434,0.8101289331,4129.3121566 +331,0.743157214,0.204812899,207,-1.647406434,0.8101289331,7621.7292078 +332,-1.070758176,0.269382282,207,-1.647406434,0.8101289331,2863.5607587 +333,-1.230364251,0.329790229,207,-1.647406434,0.8101289331,2337.0339104 +334,-1.374813124,-0.024926835,207,-1.647406434,0.8101289331,3441.6003572 +335,0.519780566,0.463669906,207,-1.647406434,0.8101289331,6310.5117212 +336,-1.55108034,0.239698561,207,-1.647406434,0.8101289331,2282.1463985 +337,0.180294813,0.029739425,207,-1.647406434,0.8101289331,6832.5632771 +338,0.67820924,0.268170153,207,-1.647406434,0.8101289331,7278.2493494 +339,0.445798684,1.024001867,207,-1.647406434,0.8101289331,4417.7401599 +340,0.691751283,0.150521402,207,-1.647406434,0.8101289331,7702.1705547 +341,-1.036643551,-0.903056181,207,-1.647406434,0.8101289331,7096.8164345 +342,-0.120287036,1.083325163,207,-1.647406434,0.8101289331,3397.7611344 +343,2.823513113,-0.304487164,207,-1.647406434,0.8101289331,7742.1476235 +344,0.457583172,1.12513373,207,-1.647406434,0.8101289331,4137.3366368 +345,0.042918831,0.813795399,207,-1.647406434,0.8101289331,4283.4287748 +346,1.196146777,-0.853142756,207,-1.647406434,0.8101289331,11632.369023 +347,0.206001358,-0.010430701,207,-1.647406434,0.8101289331,7018.6771708 +348,-0.268308653,0.234799412,207,-1.647406434,0.8101289331,5030.5131612 +349,0.759363263,0.736189579,207,-1.647406434,0.8101289331,5795.8687994 +350,0.181363926,0.891988372,207,-1.647406434,0.8101289331,4358.1180914 +351,-0.021111158,0.139103292,207,-1.647406434,0.8101289331,5973.9374702 +352,-0.093355215,0.630686981,207,-1.647406434,0.8101289331,4432.777584 +353,0.40118964,0.681375926,207,-1.647406434,0.8101289331,5383.730214 +354,-0.721197315,1.304706234,207,-1.647406434,0.8101289331,2496.8773494 +355,-1.076150317,0.212107639,207,-1.647406434,0.8101289331,3041.2448905 +356,-1.577164531,0.273993443,207,-1.647406434,0.8101289331,2136.289424 +357,-0.190788414,0.182208586,207,-1.647406434,0.8101289331,5389.9422375 +358,-0.261349752,0.209710184,207,-1.647406434,0.8101289331,5119.8277795 +359,-1.029303852,0.083549259,207,-1.647406434,0.8101289331,3571.3086013 +360,-1.268609162,0.330525297,207,-1.647406434,0.8101289331,2264.7308562 +361,1.282982244,-0.926641967,207,-1.647406434,0.8101289331,11734.792327 +362,0.217352334,0.731352408,207,-1.647406434,0.8101289331,4868.3070284 +363,-1.511833084,0.258629297,207,-1.647406434,0.8101289331,2230.2923931 +364,0.338812194,0.823184618,207,-1.647406434,0.8101289331,4839.2257648 +365,-0.324406489,1.134201999,207,-1.647406434,0.8101289331,2992.5415736 +366,1.389579348,0.399185724,207,-1.647406434,0.8101289331,7639.0597297 +367,2.047152199,-0.039082036,207,-1.647406434,0.8101289331,8843.2157009 +368,0.947780369,0.568250077,207,-1.647406434,0.8101289331,6645.0834429 +369,0.763824846,0.576754987,207,-1.647406434,0.8101289331,6362.4834026 +370,-0.142334657,0.928153068,207,-1.647406434,0.8101289331,3638.1961617 +371,0.610266567,0.547265983,207,-1.647406434,0.8101289331,6207.6187583 +372,0.210731629,0.746815056,207,-1.647406434,0.8101289331,4811.1173136 +373,-1.34931644,0.316895224,207,-1.647406434,0.8101289331,2183.1501536 +374,2.407696481,0.655030745,207,-1.647406434,0.8101289331,5796.2914948 +375,0.64207831,0.545359131,207,-1.647406434,0.8101289331,6270.678117 +376,1.174597538,0.840588356,207,-1.647406434,0.8101289331,5812.7363631 +377,0.660059424,0.010604079,207,-1.647406434,0.8101289331,8095.0019273 +378,-0.730263819,0.010486456,207,-1.647406434,0.8101289331,4475.3424215 +379,0.831068936,0.512339172,207,-1.647406434,0.8101289331,6692.1785725 +380,1.301180979,0.72367476,207,-1.647406434,0.8101289331,6330.4360751 +381,1.811128231,0.322854402,207,-1.647406434,0.8101289331,7814.8354695 +382,0.435105812,0.992284428,207,-1.647406434,0.8101289331,4496.6631151 +383,0.62643634,0.592027932,207,-1.647406434,0.8101289331,6085.7900035 +384,0.492988703,-0.516339467,207,-1.647406434,0.8101289331,9188.9311 +385,-0.162469483,0.112549365,207,-1.647406434,0.8101289331,5665.151775 +386,0.314630866,0.472006421,207,-1.647406434,0.8101289331,5844.2422917 +387,0.166744804,0.822815954,207,-1.647406434,0.8101289331,4513.6563369 +388,0.417159608,0.965805736,207,-1.647406434,0.8101289331,4548.7207892 +389,0.106334961,0.868774244,207,-1.647406434,0.8101289331,4274.4295626 +390,0.815086969,-0.338144359,207,-1.647406434,0.8101289331,9559.4682225 +391,0.59867455,-0.230624824,207,-1.647406434,0.8101289331,8697.7210988 +392,1.915104874,0.066220985,207,-1.647406434,0.8101289331,8672.3031483 +393,1.278093622,0.064463721,207,-1.647406434,0.8101289331,8897.6887632 +394,-0.061477853,0.302997961,207,-1.647406434,0.8101289331,5399.3260164 +395,0.251311504,0.626976942,207,-1.647406434,0.8101289331,5240.7584516 +396,2.950242872,0.149095644,207,-1.647406434,0.8101289331,6104.8651474 +397,-0.180294708,0.35375117,207,-1.647406434,0.8101289331,4940.6022087 +398,1.010448592,-0.351180233,207,-1.647406434,0.8101289331,10045.66062 +399,-1.748740498,0.3686318073,207,-1.647406434,0.8101289331,1779.1062468 +400,2.699635665,0.123533791,207,-1.647406434,0.8101289331,6839.0523068 +401,0.496808033,0.823843254,207,-1.647406434,0.8101289331,5108.467691 +402,0.129574704,0.763364087,207,-1.647406434,0.8101289331,4596.977752 +403,1.798920311,0.817447563,207,-1.647406434,0.8101289331,5910.7515649 +404,0.335987953,0.746786541,207,-1.647406434,0.8101289331,5059.8817061 +405,-1.085413643,0.292154671,207,-1.647406434,0.8101289331,2757.6582275 +406,-0.155321003,0.508207011,207,-1.647406434,0.8101289331,4592.5687495 +407,0.620529244,-0.301175104,207,-1.647406434,0.8101289331,8960.3458868 +408,1.684402744,0.368716966,207,-1.647406434,0.8101289331,7724.853864 +409,0.300582244,-0.386397212,207,-1.647406434,0.8101289331,8333.4118865 +410,2.913555946,-0.009225192,207,-1.647406434,0.8101289331,6661.2028576 +411,1.465101417,0.493232532,207,-1.647406434,0.8101289331,7280.1790222 +412,0.090612882,0.907955955,207,-1.647406434,0.8101289331,4146.2265758 +413,2.987564726,-0.729568594,207,-1.647406434,0.8101289331,8399.9701829 +414,-1.484261606,0.224149272,207,-1.647406434,0.8101289331,2384.2373376 +415,0.164073421,0.303955133,207,-1.647406434,0.8101289331,5984.1017507 +416,0.141441293,0.167552546,207,-1.647406434,0.8101289331,6325.891946 +417,2.931321023,-0.506718887,207,-1.647406434,0.8101289331,7990.7944783 +418,2.21951565,0.700596356,207,-1.647406434,0.8101289331,5933.9977819 +419,0.268112576,1.199114336,207,-1.647406434,0.8101289331,3720.8201361 +420,0.978913739,0.359223811,207,-1.647406434,0.8101289331,7457.6943131 +421,1.210898818,0.522863584,207,-1.647406434,0.8101289331,7067.1111328 +422,2.347397336,0.129231362,207,-1.647406434,0.8101289331,7664.5050263 +423,0.614394501,0.556878345,207,-1.647406434,0.8101289331,6182.7923963 +424,-1.398079356,0.148483366,207,-1.647406434,0.8101289331,2753.8487097 +425,2.535303836,-0.112984496,207,-1.647406434,0.8101289331,7972.8016091 +426,-1.019372593,-0.405322349,207,-1.647406434,0.8101289331,5314.7756878 +427,-1.297785627,-0.160104069,207,-1.647406434,0.8101289331,4037.5809623 +428,2.144554488,0.205051084,207,-1.647406434,0.8101289331,7807.4528614 +429,-2.242387083,-0.426171285,207,-1.647406434,0.8101289331,5341.6044664 +430,0.338637212,0.909723676,207,-1.647406434,0.8101289331,4587.4931151 +431,-0.148798452,0.691042401,207,-1.647406434,0.8101289331,4147.9921442 +432,0.893524764,0.441829531,207,-1.647406434,0.8101289331,7037.2145252 +433,0.969229347,-0.368847936,207,-1.647406434,0.8101289331,10013.63335 +434,0.436043248,0.800045688,207,-1.647406434,0.8101289331,5080.9695769 +435,1.687946607,1.081504775,207,-1.647406434,0.8101289331,4925.7518437 +436,0.522302046,-0.034889271,207,-1.647406434,0.8101289331,7911.2585336 +437,-0.178996113,-0.438090009,207,-1.647406434,0.8101289331,7196.1411985 +438,-1.094339566,0.301444068,207,-1.647406434,0.8101289331,2708.128939 +439,-1.064070054,0.242569932,207,-1.647406434,0.8101289331,2965.7647181 +440,-1.068153768,0.230387998,207,-1.647406434,0.8101289331,2997.235171 +441,-3.00496892,-0.23989155,207,-1.647406434,0.8101289331,6342.3358686 +442,0.21751974,0.766874888,207,-1.647406434,0.8101289331,4768.6572449 +443,0.117229532,0.007619006,207,-1.647406434,0.8101289331,6727.4352655 +444,0.777758451,0.420554741,207,-1.647406434,0.8101289331,6934.2860917 +445,-0.252356999,0.250747086,207,-1.647406434,0.8101289331,5029.5350825 +446,0.363148444,0.768483434,207,-1.647406434,0.8101289331,5046.2969528 +447,0.903191366,-0.118210676,207,-1.647406434,0.8101289331,9045.0776865 +448,-0.205755923,0.149406178,207,-1.647406434,0.8101289331,5442.0386168 +449,1.811996086,0.02364353,207,-1.647406434,0.8101289331,8960.3361128 +450,-1.100670221,0.314845373,207,-1.647406434,0.8101289331,2650.9667701 +451,0.340078597,0.850105132,207,-1.647406434,0.8101289331,4762.6662127 +452,0.258757267,0.804969236,207,-1.647406434,0.8101289331,4742.5220397 +453,2.78505352,-0.155160804,207,-1.647406434,0.8101289331,7429.3519274 +454,0.800551619,0.105822106,207,-1.647406434,0.8101289331,8073.5545596 +455,0.437940882,-0.506194031,207,-1.647406434,0.8101289331,9014.0139993 +456,2.230431122,0.63458615,207,-1.647406434,0.8101289331,6150.427354 +457,0.527965361,0.127667701,207,-1.647406434,0.8101289331,7414.0761159 +458,-0.063643205,0.702093448,207,-1.647406434,0.8101289331,4324.169006 +459,1.408447268,0.133010502,207,-1.647406434,0.8101289331,8695.8035208 +460,0.523795955,0.280266966,207,-1.647406434,0.8101289331,6914.3808052 +461,-0.975769313,0.072177659,207,-1.647406434,0.8101289331,3719.8355284 +462,0.549774164,-0.463663986,207,-1.647406434,0.8101289331,9213.2728011 +463,0.29245874,1.095549818,207,-1.647406434,0.8101289331,4007.8794043 +464,0.143625958,0.816809593,207,-1.647406434,0.8101289331,4483.4288817 +465,0.671902494,0.611159853,207,-1.647406434,0.8101289331,6097.4729976 +466,1.239840988,0.6724199,207,-1.647406434,0.8101289331,6502.5252458 +467,0.607829703,-0.10932137,207,-1.647406434,0.8101289331,8352.3861651 +468,1.763020906,0.263996692,207,-1.647406434,0.8101289331,8082.306333 +469,0.378714634,0.726066797,207,-1.647406434,0.8101289331,5203.740769 +470,2.196736143,-0.153862366,207,-1.647406434,0.8101289331,8926.4102717 +471,0.01702415,0.148991565,207,-1.647406434,0.8101289331,6048.4422248 +472,-2.998490902,-0.158002487,207,-1.647406434,0.8101289331,6085.6171612 +473,-3.051262951,-0.346595608,207,-1.647406434,0.8101289331,6771.5949766 +474,-1.069176439,0.182802941,207,-1.647406434,0.8101289331,3153.9470432 +475,0.167157509,0.595344954,207,-1.647406434,0.8101289331,5145.3552767 +476,0.613855648,0.681746124,207,-1.647406434,0.8101289331,5763.2787062 +477,1.037012736,0.682555367,207,-1.647406434,0.8101289331,6313.4114407 +478,-1.253574971,0.379755746,207,-1.647406434,0.8101289331,2122.8256758 +479,3.108590453,-0.132620738,207,-1.647406434,0.8101289331,6483.5239642 +480,0.565301296,0.022333262,207,-1.647406434,0.8101289331,7836.7703407 +481,0.547898238,0.855555614,207,-1.647406434,0.8101289331,5087.4621593 +482,0.948309381,0.417393755,207,-1.647406434,0.8101289331,7202.2818222 +483,-0.050600732,0.945269213,207,-1.647406434,0.8101289331,3787.0613469 +484,-0.977651478,-0.572363064,207,-1.647406434,0.8101289331,5976.1854226 +485,1.102014914,0.728861163,207,-1.647406434,0.8101289331,6193.2451631 +486,2.927300795,-0.282939414,207,-1.647406434,0.8101289331,7400.1422508 +487,-1.154565557,0.124434095,207,-1.647406434,0.8101289331,3191.582895 +488,1.855331234,0.291044755,207,-1.647406434,0.8101289331,7895.0412478 +489,0.830290659,0.276904518,207,-1.647406434,0.8101289331,7529.9648839 +490,0.485104466,-0.234867441,207,-1.647406434,0.8101289331,8414.4613192 +491,0.521367572,-0.33161327,207,-1.647406434,0.8101289331,8784.73855 +1,-1.539031704,0.7349710123,208,-1.564245052,0.5701509278,657.62693628 +2,-1.536990553,0.7349663874,208,-1.564245052,0.5701509278,658.40971351 +3,-1.534951779,0.7349571355,208,-1.564245052,0.5701509278,659.23460299 +4,-1.532906461,0.7349480293,208,-1.564245052,0.5701509278,660.12407448 +5,-1.531320211,0.7346937278,208,-1.564245052,0.5701509278,659.890423 +6,-1.539451648,0.7335131775,208,-1.564245052,0.5701509278,651.74193978 +7,-1.537429487,0.7335445708,208,-1.564245052,0.5701509278,652.65361026 +8,-1.535484998,0.7335658704,208,-1.564245052,0.5701509278,653.55236755 +9,-1.533488396,0.7336036027,208,-1.564245052,0.5701509278,654.59518187 +10,-1.531497785,0.7335842962,208,-1.564245052,0.5701509278,655.47051902 +11,-1.530259379,0.7334777758,208,-1.564245052,0.5701509278,655.67587434 +12,-1.5335454,0.7322346912,208,-1.564245052,0.5701509278,649.21441921 +13,-1.531489083,0.7322238773,208,-1.564245052,0.5701509278,650.16281043 +14,-1.530011122,0.7321679851,208,-1.564245052,0.5701509278,650.69557696 +15,-1.53348106,0.7306614094,208,-1.564245052,0.5701509278,643.09240911 +16,-1.531441779,0.7306962275,208,-1.564245052,0.5701509278,644.22311392 +17,-1.529755654,0.7306933243,208,-1.564245052,0.5701509278,645.08106312 +18,-1.533415048,0.7291384674,208,-1.564245052,0.5701509278,637.17022082 +19,-1.531392093,0.7291705353,208,-1.564245052,0.5701509278,638.29444106 +20,-1.529296523,0.7291214933,208,-1.564245052,0.5701509278,639.20329964 +21,-1.535280942,0.727267644,208,-1.564245052,0.5701509278,628.98094271 +22,-1.533378158,0.7276139666,208,-1.564245052,0.5701509278,631.23005616 +23,-1.531340368,0.7276446587,208,-1.564245052,0.5701509278,632.36835809 +24,-1.528960113,0.7276398177,208,-1.564245052,0.5701509278,633.61913294 +25,-1.533313146,0.7260818349,208,-1.564245052,0.5701509278,625.27580937 +26,-1.531259555,0.7260958115,208,-1.564245052,0.5701509278,626.37024341 +27,-1.528926415,0.7260865555,208,-1.564245052,0.5701509278,627.59437653 +28,-1.531226779,0.7245511789,208,-1.564245052,0.5701509278,620.36602741 +29,-1.528904772,0.7245519194,208,-1.564245052,0.5701509278,621.63779478 +30,-1.547195875,0.7409785979,208,-1.564245052,0.5701509278,678.74841922 +31,-1.5451475,0.740980426,208,-1.564245052,0.5701509278,679.28951157 +32,-1.543097679,0.7409798872,208,-1.564245052,0.5701509278,679.8817183 +33,-1.540720364,0.7409892687,208,-1.564245052,0.5701509278,680.6829708 +34,-1.547188511,0.7395198392,208,-1.564245052,0.5701509278,672.99278049 +35,-1.545148587,0.7395226109,208,-1.564245052,0.5701509278,673.54069867 +36,-1.543104538,0.7395314908,208,-1.564245052,0.5701509278,674.17401602 +37,-1.540727751,0.7395306258,208,-1.564245052,0.5701509278,674.94195857 +38,-1.547187029,0.7380014886,208,-1.564245052,0.5701509278,667.00088051 +39,-1.545147315,0.7380012252,208,-1.564245052,0.5701509278,667.5423396 +40,-1.54310719,0.7380060743,208,-1.564245052,0.5701509278,668.16475357 +41,-1.540719671,0.7380068206,208,-1.564245052,0.5701509278,668.95059007 +42,-1.547187189,0.7364799098,208,-1.564245052,0.5701509278,660.99622734 +43,-1.545149996,0.7364853874,208,-1.564245052,0.5701509278,661.56523375 +44,-1.543106091,0.7364823484,208,-1.564245052,0.5701509278,662.16391778 +45,-1.540717158,0.7364893901,208,-1.564245052,0.5701509278,662.98315788 +46,-1.538663972,0.7410138672,208,-1.564245052,0.5701509278,681.50556731 +47,-1.53695285,0.7409699132,208,-1.564245052,0.5701509278,681.98266623 +48,-1.534910498,0.7409641297,208,-1.564245052,0.5701509278,682.78975694 +49,-1.533145034,0.7409536636,208,-1.564245052,0.5701509278,683.51341579 +50,-1.538681336,0.7395405883,208,-1.564245052,0.5701509278,675.71019896 +51,-1.536999189,0.7395183096,208,-1.564245052,0.5701509278,676.26690263 +52,-1.534923633,0.7395144222,208,-1.564245052,0.5701509278,677.10219222 +53,-1.533267822,0.7395654306,208,-1.564245052,0.5701509278,678.02430767 +54,-1.53867273,0.7380151077,208,-1.564245052,0.5701509278,669.72016356 +55,-1.536980576,0.7379994392,208,-1.564245052,0.5701509278,670.31363146 +56,-1.534931522,0.7379944961,208,-1.564245052,0.5701509278,671.14264205 +57,-1.533387952,0.7379480264,208,-1.564245052,0.5701509278,671.63968596 +58,-1.538682279,0.7364914363,208,-1.564245052,0.5701509278,663.73130982 +59,-1.536980704,0.7364810563,208,-1.564245052,0.5701509278,664.35585978 +60,-1.534935567,0.7364752065,208,-1.564245052,0.5701509278,665.18832731 +61,-1.533042592,0.7363876366,208,-1.564245052,0.5701509278,665.69156375 +62,-1.545143426,0.7349628011,208,-1.564245052,0.5701509278,655.56466605 +63,-1.543105297,0.7349691947,208,-1.564245052,0.5701509278,656.20524728 +64,-1.541064533,0.7349647152,208,-1.564245052,0.5701509278,656.86558458 +65,-1.545411803,0.7334624714,208,-1.564245052,0.5701509278,649.57326241 +66,-1.543446606,0.7334780896,208,-1.564245052,0.5701509278,650.22531269 +67,-1.541475327,0.7334957295,208,-1.564245052,0.5701509278,650.94521617 +68,-1.545401939,0.731963266,208,-1.564245052,0.5701509278,643.66607861 +69,-1.54342253,0.7319915583,208,-1.564245052,0.5701509278,644.37902655 +70,-1.541455867,0.7320216438,208,-1.564245052,0.5701509278,645.15370956 +71,-1.545410146,0.7304422281,208,-1.564245052,0.5701509278,637.66814784 +72,-1.543435491,0.7304713664,208,-1.564245052,0.5701509278,638.38906394 +73,-1.541463105,0.7304997613,208,-1.564245052,0.5701509278,639.16570633 +74,-1.545414768,0.7289194936,208,-1.564245052,0.5701509278,631.66508975 +75,-1.543435774,0.7289538557,208,-1.564245052,0.5701509278,632.41436713 +76,-1.541457714,0.7289765881,208,-1.564245052,0.5701509278,633.17787207 +77,-1.539449415,0.7320555866,208,-1.564245052,0.5701509278,646.01673538 +78,-1.537429183,0.7321097681,208,-1.564245052,0.5701509278,647.02501508 +79,-1.535472649,0.7321497267,208,-1.564245052,0.5701509278,648.01020938 +80,-1.539457899,0.7305333307,208,-1.564245052,0.5701509278,640.03431815 +81,-1.537453161,0.7305750503,208,-1.564245052,0.5701509278,640.99548183 +82,-1.535479385,0.7306124949,208,-1.564245052,0.5701509278,641.9865763 +83,-1.53946905,0.7290102593,208,-1.564245052,0.5701509278,634.04854723 +84,-1.537459922,0.7290417293,208,-1.564245052,0.5701509278,634.97952431 +85,-1.535451349,0.7290890157,208,-1.564245052,0.5701509278,636.03357539 +86,-1.535522937,0.7279887191,208,-1.564245052,0.5701509278,631.69374013 +87,-1.539442524,0.7274735939,208,-1.564245052,0.5701509278,628.02501253 +88,-1.537424111,0.727521351,208,-1.564245052,0.5701509278,629.03336224 +89,-1.539384641,0.7259505092,208,-1.564245052,0.5701509278,622.06846808 +90,-1.537372391,0.7259947145,208,-1.564245052,0.5701509278,623.07098376 +91,-1.535340789,0.7260435356,208,-1.564245052,0.5701509278,624.16315525 +92,-1.539325716,0.7244369706,208,-1.564245052,0.5701509278,616.15139773 +93,-1.537308932,0.7244801057,208,-1.564245052,0.5701509278,617.16255905 +94,-1.535289068,0.7245247645,208,-1.564245052,0.5701509278,618.24476806 +95,-1.533261366,0.7245550236,208,-1.564245052,0.5701509278,619.33812594 +96,-1.539267302,0.722921924,208,-1.564245052,0.5701509278,610.22983355 +97,-1.537248972,0.7229660258,208,-1.564245052,0.5701509278,611.25656657 +98,-1.535219431,0.7229916471,208,-1.564245052,0.5701509278,612.28070823 +99,-1.53318962,0.7230212049,208,-1.564245052,0.5701509278,613.38537798 +100,-1.531154816,0.7230299897,208,-1.564245052,0.5701509278,614.47641736 +101,-1.528878341,0.7230370244,208,-1.564245052,0.5701509278,615.76309107 +102,-1.539218189,0.7214009878,208,-1.564245052,0.5701509278,604.28300793 +103,-1.537198791,0.7214422745,208,-1.564245052,0.5701509278,605.31025737 +104,-1.535179266,0.7214634354,208,-1.564245052,0.5701509278,606.32406501 +105,-1.533156501,0.7214944644,208,-1.564245052,0.5701509278,607.44315437 +106,-1.53113574,0.7215166021,208,-1.564245052,0.5701509278,608.59135641 +107,-1.528874248,0.7215345535,208,-1.564245052,0.5701509278,609.92624522 +108,-1.539217656,0.7198512397,208,-1.564245052,0.5701509278,598.20454343 +109,-1.537199919,0.7199428763,208,-1.564245052,0.5701509278,599.43807873 +110,-1.545425832,0.727397149,208,-1.564245052,0.5701509278,625.66218801 +111,-1.543371177,0.7273916949,208,-1.564245052,0.5701509278,626.28598169 +112,-1.541368852,0.7274523163,208,-1.564245052,0.5701509278,627.21668855 +113,-1.545349067,0.7258710923,208,-1.564245052,0.5701509278,619.67167578 +114,-1.54332671,0.7258603556,208,-1.564245052,0.5701509278,620.27345626 +115,-1.541346831,0.7259242142,208,-1.564245052,0.5701509278,621.21765799 +116,-1.545324355,0.7243383958,208,-1.564245052,0.5701509278,613.64025676 +117,-1.543292796,0.7243617413,208,-1.564245052,0.5701509278,614.38724003 +118,-1.541295822,0.7244024384,208,-1.564245052,0.5701509278,615.25529557 +119,-1.543193859,0.7205570215,208,-1.564245052,0.5701509278,599.4522555 +120,-1.550257047,0.7386738187,208,-1.564245052,0.5701509278,668.95562459 +121,-1.549335448,0.7311736483,208,-1.564245052,0.5701509278,639.52942227 +122,-1.533478843,0.7179891343,208,-1.564245052,0.5701509278,593.60085964 +123,-1.556150555,0.738907041,208,-1.564245052,0.5701509278,668.92356598 +124,-1.554324226,0.733414257,208,-1.564245052,0.5701509278,647.43560508 +125,-1.554290846,0.7288285332,208,-1.564245052,0.5701509278,629.30138992 +126,-1.55122487,0.7219795312,208,-1.564245052,0.5701509278,602.79393147 +127,-1.525104458,0.7229399862,208,-1.564245052,0.5701509278,617.65302408 +128,-1.519607711,0.7236181429,208,-1.564245052,0.5701509278,623.95576701 +129,-1.513899999,0.7251107854,208,-1.564245052,0.5701509278,633.95499977 +130,-1.536620762,0.7431061895,208,-1.564245052,0.5701509278,690.49805271 +131,-1.5369566,0.7460845958,208,-1.564245052,0.5701509278,702.06275951 +132,-1.545345528,0.7447040685,208,-1.564245052,0.5701509278,693.92173245 +133,-1.532813921,0.7432306626,208,-1.564245052,0.5701509278,692.57463482 +134,-1.554788248,0.7382381001,208,-1.564245052,0.5701509278,666.45217248 +135,-1.540348126,0.7301594274,208,-1.564245052,0.5701509278,638.23037167 +136,-1.538016084,0.7239051786,208,-1.564245052,0.5701509278,614.60603262 +137,-1.525288962,0.7258085137,208,-1.564245052,0.5701509278,628.64765455 +138,-1.534326986,0.731241342,208,-1.564245052,0.5701509278,644.96717974 +139,-1.530733872,0.7303625216,208,-1.564245052,0.5701509278,643.28132089 +141,-1.534354939,0.7328219978,208,-1.564245052,0.5701509278,651.1402207 +142,-1.53157084,0.7292888153,208,-1.564245052,0.5701509278,638.66526685 +143,-1.525691035,0.7263799874,208,-1.564245052,0.5701509278,630.61728748 +144,-1.534031287,0.7495967835,208,-1.564245052,0.5701509278,716.99924625 +145,-1.527714986,0.7283095957,208,-1.564245052,0.5701509278,636.92093298 +146,-1.526189586,0.7271468292,208,-1.564245052,0.5701509278,633.29207731 +147,-1.555177336,0.7375563366,208,-1.564245052,0.5701509278,663.70144789 +148,-1.555080283,0.7312707794,208,-1.564245052,0.5701509278,638.84512842 +149,-1.53856994,0.7224180299,208,-1.564245052,0.5701509278,608.54154096 +150,-1.530837883,0.729933372,208,-1.564245052,0.5701509278,641.55397553 +151,-1.515066984,0.5854133365,208,-1.564245052,0.5701509278,174.00542634 +152,-1.534731633,0.5368370046,208,-1.564245052,0.5701509278,165.22803549 +153,-1.515231902,0.5607085576,208,-1.564245052,0.5701509278,168.13138462 +154,-2.616253799,1.0684566605,208,-1.564245052,0.5701509278,3292.0930539 +155,-1.956071439,0.5792177723,208,-1.564245052,0.5701509278,1300.7112816 +156,-1.951208514,0.5602434208,208,-1.564245052,0.5701509278,1292.6355468 +157,-1.944675062,0.6062144545,208,-1.564245052,0.5701509278,1259.2716842 +158,-1.613778386,0.6077989518,208,-1.564245052,0.5701509278,221.00843887 +159,-2.035029014,0.6021432345,208,-1.564245052,0.5701509278,1554.0695911 +160,-2.114989471,0.6801825058,208,-1.564245052,0.5701509278,1811.9906152 +161,-2.037382079,0.5765830025,208,-1.564245052,0.5701509278,1570.2027582 +162,-2.129855121,0.6585019963,208,-1.564245052,0.5701509278,1854.3072601 +163,-2.075141798,0.6493615843,208,-1.564245052,0.5701509278,1681.4139873 +164,-1.828626729,0.6948433129,208,-1.564245052,0.5701509278,976.46209533 +165,-1.863329418,0.6735427691,208,-1.564245052,0.5701509278,1044.2462786 +166,-1.266037071,0.727988852,208,-1.564245052,0.5701509278,1126.4631893 +167,-1.277579582,0.7249010648,208,-1.564245052,0.5701509278,1090.5945743 +168,-1.258418684,0.7241194816,208,-1.564245052,0.5701509278,1139.4296948 +169,-1.317813974,0.6804850104,208,-1.564245052,0.5701509278,902.55632002 +170,-1.344165204,0.6790988904,208,-1.564245052,0.5701509278,827.23217891 +171,-1.427582102,0.5277120351,208,-1.564245052,0.5701509278,491.27534745 +172,-1.402238616,0.457167829,208,-1.564245052,0.5701509278,715.42255877 +173,-1.422454264,0.4996161999,208,-1.564245052,0.5701509278,557.87860554 +174,-1.439089277,0.4894859811,208,-1.564245052,0.5701509278,533.68363212 +175,-1.448126995,0.5182330266,208,-1.564245052,0.5701509278,443.8642082 +176,-1.474626146,0.5881926574,208,-1.564245052,0.5701509278,305.52522926 +177,-1.421139645,0.5584869783,208,-1.564245052,0.5701509278,481.05430013 +178,-1.457037165,0.565943032,208,-1.564245052,0.5701509278,358.29812588 +179,-2.757159358,0.3745319,208,-1.564245052,0.5701509278,4209.3095447 +180,-2.714309238,0.342054471,208,-1.564245052,0.5701509278,4125.2598074 +181,-2.000525337,0.774119946,208,-1.564245052,0.5701509278,1565.7197565 +183,-1.571413436,0.6777838382,208,-1.564245052,0.5701509278,426.95472832 +184,-1.552860289,0.6987663893,208,-1.564245052,0.5701509278,510.73414802 +185,-1.521852374,0.7165827476,208,-1.564245052,0.5701509278,595.29872899 +186,-1.503656267,0.6928968252,208,-1.564245052,0.5701509278,523.24150314 +187,-1.502753178,0.7136205882,208,-1.564245052,0.5701509278,600.68902972 +188,-1.631894563,0.7343596465,208,-1.564245052,0.5701509278,684.19418705 +189,-1.653765416,0.6770714026,208,-1.564245052,0.5701509278,511.85744115 +190,-1.719812114,0.6715965947,208,-1.564245052,0.5701509278,641.83131088 +191,-1.493406659,0.6646955447,208,-1.564245052,0.5701509278,438.72708659 +192,-1.469120564,0.6613469966,208,-1.564245052,0.5701509278,474.24423619 +193,-1.590551461,0.5326612937,208,-1.564245052,0.5701509278,172.9934876 +194,-1.625979264,0.5247742243,208,-1.564245052,0.5701509278,275.46225481 +195,-1.572293943,0.5238808754,208,-1.564245052,0.5701509278,185.28663994 +196,-1.610848725,0.5477107964,208,-1.564245052,0.5701509278,179.97537585 +197,-1.208485554,0.7918526018,208,-1.564245052,0.5701509278,1396.4833511 +198,-1.335601374,0.6869083083,208,-1.564245052,0.5701509278,864.9676486 +199,-1.346156996,0.6825213377,208,-1.564245052,0.5701509278,828.21424587 +200,-1.324381037,0.6741422347,208,-1.564245052,0.5701509278,873.74824669 +201,-1.242424992,0.7378949807,208,-1.564245052,0.5701509278,1206.248576 +202,-1.270370057,0.7392461008,208,-1.564245052,0.5701509278,1137.2213499 +203,-1.448950472,0.7441675014,208,-1.564245052,0.5701509278,777.72985985 +204,-1.492662363,0.7523026852,208,-1.564245052,0.5701509278,755.14603202 +205,-1.479098966,0.7763855017,208,-1.564245052,0.5701509278,857.96501572 +206,-1.633760714,0.7869022408,208,-1.564245052,0.5701509278,884.60298337 +207,-1.647406434,0.8101289331,208,-1.564245052,0.5701509278,983.42058552 +208,-1.564245052,0.5701509278,208,-1.564245052,0.5701509278,109.19157651 +209,-1.646289963,0.6833746083,208,-1.564245052,0.5701509278,519.8168189 +210,-1.5820631,0.6751952144,208,-1.564245052,0.5701509278,420.00248415 +211,-1.613236298,0.6681681791,208,-1.564245052,0.5701509278,419.11448355 +212,-1.914661867,0.8212566515,208,-1.564245052,0.5701509278,1449.5251917 +213,-1.742133237,0.7250275956,208,-1.564245052,0.5701509278,830.73338519 +214,-2.033144872,0.6557314699,208,-1.564245052,0.5701509278,1550.8778078 +215,-2.039551981,0.6964723658,208,-1.564245052,0.5701509278,1590.6018516 +216,-1.247341019,0.7622473908,208,-1.564245052,0.5701509278,1241.4270659 +217,-1.298239787,0.7084123392,208,-1.564245052,0.5701509278,1005.1799284 +218,-1.308539688,0.6926545592,208,-1.564245052,0.5701509278,948.90739959 +219,-1.303263185,0.6888938396,208,-1.564245052,0.5701509278,957.03746455 +220,-1.852400229,0.6004246149,208,-1.564245052,0.5701509278,957.84441079 +221,-1.288947707,0.7473773692,208,-1.564245052,0.5701509278,1108.6431656 +222,-1.372031502,0.7472790993,208,-1.564245052,0.5701509278,922.85270821 +223,-1.289805721,0.7242157877,208,-1.564245052,0.5701509278,1057.7035341 +224,-1.350807603,0.7533498126,208,-1.564245052,0.5701509278,983.49591186 +225,-1.329290365,0.7560442322,208,-1.564245052,0.5701509278,1036.7115692 +226,-1.410153004,0.616936428,208,-1.564245052,0.5701509278,538.5853431 +227,-1.393445434,0.6308995063,208,-1.564245052,0.5701509278,607.43784572 +228,-1.37595573,0.6241540638,208,-1.564245052,0.5701509278,652.34322391 +229,-1.358388707,0.6172645205,208,-1.564245052,0.5701509278,700.64699932 +230,-1.753741133,0.8281661666,208,-1.564245052,0.5701509278,1169.7752464 +231,-1.47430987,0.6834615681,208,-1.564245052,0.5701509278,533.32422903 +232,-1.421012508,0.7222725206,208,-1.564245052,0.5701509278,753.01766384 +233,-1.4476833,0.6978557868,208,-1.564245052,0.5701509278,627.4472655 +234,-1.470370723,0.6966193374,208,-1.564245052,0.5701509278,583.46539961 +235,-1.429211703,0.7037216883,208,-1.564245052,0.5701509278,681.16441375 +236,-1.700578405,0.6178673663,208,-1.564245052,0.5701509278,485.59636452 +237,-1.678117619,0.6331716163,208,-1.564245052,0.5701509278,447.68482221 +238,-1.725644578,0.6316331145,208,-1.564245052,0.5701509278,580.4885305 +239,-2.14012759,0.7930497945,208,-1.564245052,0.5701509278,1960.5135819 +240,-2.103289431,0.7653606263,208,-1.564245052,0.5701509278,1832.0925506 +241,-1.318739838,0.7017808746,208,-1.564245052,0.5701509278,938.33134786 +242,-1.396417427,0.7077900843,208,-1.564245052,0.5701509278,761.93231765 +243,-1.35650337,0.7185539404,208,-1.564245052,0.5701509278,880.69650281 +244,-1.248884539,0.7274156818,208,-1.564245052,0.5701509278,1170.5351168 +245,-1.395014798,0.5761185243,208,-1.564245052,0.5701509278,563.50335528 +246,-1.433377362,0.6064716109,208,-1.564245052,0.5701509278,454.44184084 +247,-1.408172432,0.5903155476,208,-1.564245052,0.5701509278,522.98238318 +248,-1.749645898,0.7757118084,208,-1.564245052,0.5701509278,994.48931972 +249,-1.571626686,0.615046989,208,-1.564245052,0.5701509278,179.47887543 +250,-1.514070049,0.6303003037,208,-1.564245052,0.5701509278,289.20585818 +251,-1.480890369,0.6237966528,208,-1.564245052,0.5701509278,345.91757887 +252,-1.704390658,0.5281680612,208,-1.564245052,0.5701509278,501.67776308 +253,-1.64434733,0.5254277498,208,-1.564245052,0.5701509278,323.58897548 +254,-1.703855997,0.4792484842,208,-1.564245052,0.5701509278,598.58218401 +255,-1.692002383,0.5748825051,208,-1.564245052,0.5701509278,425.67956869 +256,-1.854136457,0.5544643913,208,-1.564245052,0.5701509278,972.45166567 +257,-1.665021206,0.520317736,208,-1.564245052,0.5701509278,394.16808734 +258,-1.733654349,0.4845187345,208,-1.564245052,0.5701509278,671.32815918 +259,-1.720938188,0.5135933906,208,-1.564245052,0.5701509278,576.74239458 +260,-1.742668307,0.553296122,208,-1.564245052,0.5701509278,601.61124109 +261,-1.965659039,0.7142126903,208,-1.564245052,0.5701509278,1389.7485181 +262,-1.944438071,0.6772834804,208,-1.564245052,0.5701509278,1290.1469027 +263,-1.270340967,0.7681487096,208,-1.564245052,0.5701509278,1199.441738 +264,-1.353091884,0.6549276821,208,-1.564245052,0.5701509278,761.43153883 +265,-1.333236659,0.6413584414,208,-1.564245052,0.5701509278,802.48454387 +266,-1.352015998,0.6753788907,208,-1.564245052,0.5701509278,798.927527 +267,-1.377988483,0.6577816235,208,-1.564245052,0.5701509278,695.11925068 +268,-2.13075611,0.8318642051,208,-1.564245052,0.5701509278,1982.2050294 +269,-2.097910953,0.8259670014,208,-1.564245052,0.5701509278,1891.6868885 +270,-1.416382069,0.6694271549,208,-1.564245052,0.5701509278,617.50242393 +271,-1.538905672,0.7535625993,208,-1.564245052,0.5701509278,730.76133045 +272,-1.572309477,0.7803125099,208,-1.564245052,0.5701509278,832.81932238 +273,-1.87759879,0.7503853417,208,-1.564245052,0.5701509278,1208.4754461 +274,1.152365588,0.590457682,208,-1.564245052,0.5701509278,7581.6547428 +275,0.350198001,0.718001859,208,-1.564245052,0.5701509278,5659.5923477 +276,0.046513677,0.491503852,208,-1.564245052,0.5701509278,5322.6386777 +277,0.027510309,0.742571376,208,-1.564245052,0.5701509278,4797.2135818 +278,0.306285725,-0.214631579,208,-1.564245052,0.5701509278,7671.3810909 +279,-1.100564889,0.318051531,208,-1.564245052,0.5701509278,1927.1226191 +280,-1.078582306,0.301437596,208,-1.564245052,0.5701509278,2032.9351713 +281,-1.137371989,-0.617634065,208,-1.564245052,0.5701509278,4964.5648517 +282,0.784356344,0.703272339,208,-1.564245052,0.5701509278,6624.6112633 +283,-1.221209947,0.218327455,208,-1.564245052,0.5701509278,1867.8184132 +284,2.347301921,-0.449114658,208,-1.564245052,0.5701509278,9758.0404591 +285,0.246820618,0.830553713,208,-1.564245052,0.5701509278,5166.1576915 +286,0.829414965,0.703288228,208,-1.564245052,0.5701509278,6704.8687281 +287,-1.337537566,0.42332223,208,-1.564245052,0.5701509278,979.16926606 +288,0.882453706,0.454478077,208,-1.564245052,0.5701509278,7613.0531175 +289,1.575629659,0.416419109,208,-1.564245052,0.5701509278,8536.0391902 +290,-1.039455679,0.229888244,208,-1.564245052,0.5701509278,2326.8426649 +291,0.489558039,0.934482747,208,-1.564245052,0.5701509278,5417.1030982 +292,0.081344504,0.88384514,208,-1.564245052,0.5701509278,4688.8966772 +293,-1.547979814,0.300350308,208,-1.564245052,0.5701509278,1070.2598299 +294,0.040776181,0.168560074,208,-1.564245052,0.5701509278,5975.5723137 +295,-1.130374745,0.563894876,208,-1.564245052,0.5701509278,1446.496695 +296,1.578326642,0.478507176,208,-1.564245052,0.5701509278,8290.112115 +297,-1.12861823,-0.291640865,208,-1.564245052,0.5701509278,3791.6347633 +298,0.310524208,0.770885792,208,-1.564245052,0.5701509278,5443.1208786 +299,0.415649091,-0.387246002,208,-1.564245052,0.5701509278,8359.7717667 +300,-0.926533878,-0.188022748,208,-1.564245052,0.5701509278,3850.525711 +301,1.258856172,-0.11716081,208,-1.564245052,0.5701509278,10300.198132 +302,-1.126050026,0.322941926,208,-1.564245052,0.5701509278,1838.7428874 +303,2.002785835,0.07893892,208,-1.564245052,0.5701509278,9416.2243513 +304,0.440437607,0.746258085,208,-1.564245052,0.5701509278,5798.901741 +305,-0.030391866,0.214441206,208,-1.564245052,0.5701509278,5644.5795243 +306,0.521557815,-0.058929362,208,-1.564245052,0.5701509278,8051.7312219 +307,-0.097005111,0.13317729,208,-1.564245052,0.5701509278,5593.7701519 +308,1.83113859,0.221857587,208,-1.564245052,0.5701509278,9162.8621656 +309,0.222428864,0.099404236,208,-1.564245052,0.5701509278,6721.8034668 +310,-1.702731345,0.8728568183,208,-1.564245052,0.5701509278,1266.0261751 +311,-0.418507569,0.278324921,208,-1.564245052,0.5701509278,4229.4243532 +312,-1.41153306,0.339029988,208,-1.564245052,0.5701509278,1063.5130399 +313,0.357560442,0.114788776,208,-1.564245052,0.5701509278,7123.8083369 +314,0.325818979,0.268352149,208,-1.564245052,0.5701509278,6665.1056735 +315,-1.246004659,-0.663679965,208,-1.564245052,0.5701509278,5026.1290214 +316,1.814603087,0.637404484,208,-1.564245052,0.5701509278,7580.7157387 +317,1.843704281,-0.18300445,208,-1.564245052,0.5701509278,10628.471009 +318,1.690644492,-0.211480909,208,-1.564245052,0.5701509278,10964.758868 +319,-1.275451936,0.068109467,208,-1.564245052,0.5701509278,2258.3522247 +320,0.762430171,-0.207594741,208,-1.564245052,0.5701509278,9163.7538817 +321,0.265668905,-0.014647884,208,-1.564245052,0.5701509278,7115.0756498 +322,-2.773032013,-0.335515811,208,-1.564245052,0.5701509278,5810.0664153 +323,-1.469512853,0.174058777,208,-1.564245052,0.5701509278,1606.6573136 +324,0.286276986,0.785925691,208,-1.564245052,0.5701509278,5353.0197714 +325,-1.379324697,0.377432233,208,-1.564245052,0.5701509278,1002.4615001 +326,-1.203778265,0.212813032,208,-1.564245052,0.5701509278,1927.2354085 +327,0.579916301,0.611743168,208,-1.564245052,0.5701509278,6475.0408242 +328,0.267582642,0.868113908,208,-1.564245052,0.5701509278,5132.875363 +329,0.412869244,-0.050245578,208,-1.564245052,0.5701509278,7678.0919567 +330,0.17524381,0.976660285,208,-1.564245052,0.5701509278,4728.5840846 +331,0.743157214,0.204812899,208,-1.564245052,0.5701509278,8043.8483247 +332,-1.070758176,0.269382282,208,-1.564245052,0.5701509278,2134.4498747 +333,-1.230364251,0.329790229,208,-1.564245052,0.5701509278,1520.00235 +334,-1.374813124,-0.024926835,208,-1.564245052,0.5701509278,2461.4581137 +335,0.519780566,0.463669906,208,-1.564245052,0.5701509278,6731.4808022 +336,-1.55108034,0.239698561,208,-1.564245052,0.5701509278,1309.7865912 +337,0.180294813,0.029739425,208,-1.564245052,0.5701509278,6735.9662532 +338,0.67820924,0.268170153,208,-1.564245052,0.5701509278,7689.5912785 +339,0.445798684,1.024001867,208,-1.564245052,0.5701509278,5118.7521758 +340,0.691751283,0.150521402,208,-1.564245052,0.5701509278,8052.0176034 +341,-1.036643551,-0.903056181,208,-1.564245052,0.5701509278,6116.7426685 +342,-0.120287036,1.083325163,208,-1.564245052,0.5701509278,4024.3921276 +343,2.823513113,-0.304487164,208,-1.564245052,0.5701509278,7929.9748098 +344,0.457583172,1.12513373,208,-1.564245052,0.5701509278,4894.5885426 +345,0.042918831,0.813795399,208,-1.564245052,0.5701509278,4714.9960843 +346,1.196146777,-0.853142756,208,-1.564245052,0.5701509278,10853.613979 +347,0.206001358,-0.010430701,208,-1.564245052,0.5701509278,6908.2731899 +348,-0.268308653,0.234799412,208,-1.564245052,0.5701509278,4814.9487177 +349,0.759363263,0.736189579,208,-1.564245052,0.5701509278,6475.8681369 +350,0.181363926,0.891988372,208,-1.564245052,0.5701509278,4897.4643921 +351,-0.021111158,0.139103292,208,-1.564245052,0.5701509278,5833.5231361 +352,-0.093355215,0.630686981,208,-1.564245052,0.5701509278,4651.7558519 +353,0.40118964,0.681375926,208,-1.564245052,0.5701509278,5870.572477 +354,-0.721197315,1.304706234,208,-1.564245052,0.5701509278,3324.3100896 +355,-1.076150317,0.212107639,208,-1.564245052,0.5701509278,2268.1328189 +356,-1.577164531,0.273993443,208,-1.564245052,0.5701509278,1173.9973851 +357,-0.190788414,0.182208586,208,-1.564245052,0.5701509278,5179.5949189 +358,-0.261349752,0.209710184,208,-1.564245052,0.5701509278,4888.4856157 +359,-1.029303852,0.083549259,208,-1.564245052,0.5701509278,2761.0479401 +360,-1.268609162,0.330525297,208,-1.564245052,0.5701509278,1414.8288281 +361,1.282982244,-0.926641967,208,-1.564245052,0.5701509278,10802.650231 +362,0.217352334,0.731352408,208,-1.564245052,0.5701509278,5305.1359089 +363,-1.511833084,0.258629297,208,-1.564245052,0.5701509278,1248.2982762 +364,0.338812194,0.823184618,208,-1.564245052,0.5701509278,5387.4185489 +365,-0.324406489,1.134201999,208,-1.564245052,0.5701509278,3649.1985192 +366,1.389579348,0.399185724,208,-1.564245052,0.5701509278,8539.1762804 +367,2.047152199,-0.039082036,208,-1.564245052,0.5701509278,9710.0392205 +368,0.947780369,0.568250077,208,-1.564245052,0.5701509278,7358.4946036 +369,0.763824846,0.576754987,208,-1.564245052,0.5701509278,6980.7420691 +370,-0.142334657,0.928153068,208,-1.564245052,0.5701509278,4116.2126984 +371,0.610266567,0.547265983,208,-1.564245052,0.5701509278,6727.296527 +372,0.210731629,0.746815056,208,-1.564245052,0.5701509278,5256.2069669 +373,-1.34931644,0.316895224,208,-1.564245052,0.5701509278,1261.690585 +374,2.407696481,0.655030745,208,-1.564245052,0.5701509278,6704.5944033 +375,0.64207831,0.545359131,208,-1.564245052,0.5701509278,6807.2385653 +376,1.174597538,0.840588356,208,-1.564245052,0.5701509278,6676.239701 +377,0.660059424,0.010604079,208,-1.564245052,0.5701509278,8323.6416749 +378,-0.730263819,0.010486456,208,-1.564245052,0.5701509278,3813.4052493 +379,0.831068936,0.512339172,208,-1.564245052,0.5701509278,7321.7941603 +380,1.301180979,0.72367476,208,-1.564245052,0.5701509278,7220.9050676 +381,1.811128231,0.322854402,208,-1.564245052,0.5701509278,8797.4251485 +382,0.435105812,0.992284428,208,-1.564245052,0.5701509278,5177.4185897 +383,0.62643634,0.592027932,208,-1.564245052,0.5701509278,6637.0336115 +384,0.492988703,-0.516339467,208,-1.564245052,0.5701509278,8814.1282457 +385,-0.162469483,0.112549365,208,-1.564245052,0.5701509278,5418.9522983 +386,0.314630866,0.472006421,208,-1.564245052,0.5701509278,6150.378966 +387,0.166744804,0.822815954,208,-1.564245052,0.5701509278,4996.971668 +388,0.417159608,0.965805736,208,-1.564245052,0.5701509278,5209.4383025 +389,0.106334961,0.868774244,208,-1.564245052,0.5701509278,4771.8194012 +390,0.815086969,-0.338144359,208,-1.564245052,0.5701509278,9601.8050921 +391,0.59867455,-0.230624824,208,-1.564245052,0.5701509278,8676.5096343 +392,1.915104874,0.066220985,208,-1.564245052,0.5701509278,9622.0532177 +393,1.278093622,0.064463721,208,-1.564245052,0.5701509278,9690.4029178 +394,-0.061477853,0.302997961,208,-1.564245052,0.5701509278,5360.881281 +395,0.251311504,0.626976942,208,-1.564245052,0.5701509278,5619.585491 +396,2.950242872,0.149095644,208,-1.564245052,0.5701509278,6553.0434382 +397,-0.180294708,0.35375117,208,-1.564245052,0.5701509278,4874.3864062 +398,1.010448592,-0.351180233,208,-1.564245052,0.5701509278,10264.908964 +399,-1.748740498,0.3686318073,208,-1.564245052,0.5701509278,1029.1379342 +400,2.699635665,0.123533791,208,-1.564245052,0.5701509278,7411.1377797 +401,0.496808033,0.823843254,208,-1.564245052,0.5701509278,5718.4861628 +402,0.129574704,0.763364087,208,-1.564245052,0.5701509278,5021.1466793 +403,1.798920311,0.817447563,208,-1.564245052,0.5701509278,6890.9302809 +404,0.335987953,0.746786541,208,-1.564245052,0.5701509278,5558.1741287 +405,-1.085413643,0.292154671,208,-1.564245052,0.5701509278,2034.6794044 +406,-0.155321003,0.508207011,208,-1.564245052,0.5701509278,4672.8891983 +407,0.620529244,-0.301175104,208,-1.564245052,0.5701509278,8887.3869398 +408,1.684402744,0.368716966,208,-1.564245052,0.5701509278,8702.9694315 +409,0.300582244,-0.386397212,208,-1.564245052,0.5701509278,7979.896845 +410,2.913555946,-0.009225192,208,-1.564245052,0.5701509278,7022.1124026 +411,1.465101417,0.493232532,208,-1.564245052,0.5701509278,8210.6708449 +412,0.090612882,0.907955955,208,-1.564245052,0.5701509278,4669.5038885 +413,2.987564726,-0.729568594,208,-1.564245052,0.5701509278,8115.7695086 +414,-1.484261606,0.224149272,208,-1.564245052,0.5701509278,1400.8374305 +415,0.164073421,0.303955133,208,-1.564245052,0.5701509278,6081.1050945 +416,0.141441293,0.167552546,208,-1.564245052,0.5701509278,6307.5208603 +417,2.931321023,-0.506718887,208,-1.564245052,0.5701509278,7940.0818676 +418,2.21951565,0.700596356,208,-1.564245052,0.5701509278,6888.0286109 +419,0.268112576,1.199114336,208,-1.564245052,0.5701509278,4488.2552189 +420,0.978913739,0.359223811,208,-1.564245052,0.5701509278,8121.4246351 +421,1.210898818,0.522863584,208,-1.564245052,0.5701509278,7901.2861278 +422,2.347397336,0.129231362,208,-1.564245052,0.5701509278,8433.2471842 +423,0.614394501,0.556878345,208,-1.564245052,0.5701509278,6709.7232307 +424,-1.398079356,0.148483366,208,-1.564245052,0.5701509278,1777.9538753 +425,2.535303836,-0.112984496,208,-1.564245052,0.5701509278,8490.7327767 +426,-1.019372593,-0.405322349,208,-1.564245052,0.5701509278,4378.5992521 +427,-1.297785627,-0.160104069,208,-1.564245052,0.5701509278,3062.665276 +428,2.144554488,0.205051084,208,-1.564245052,0.5701509278,8698.1318412 +429,-2.242387083,-0.426171285,208,-1.564245052,0.5701509278,4704.48785 +430,0.338637212,0.909723676,208,-1.564245052,0.5701509278,5190.1395202 +431,-0.148798452,0.691042401,208,-1.564245052,0.5701509278,4397.9565316 +432,0.893524764,0.441829531,208,-1.564245052,0.5701509278,7676.7545669 +433,0.969229347,-0.368847936,208,-1.564245052,0.5701509278,10165.161008 +434,0.436043248,0.800045688,208,-1.564245052,0.5701509278,5653.5378002 +435,1.687946607,1.081504775,208,-1.564245052,0.5701509278,5892.0326279 +436,0.522302046,-0.034889271,208,-1.564245052,0.5701509278,7999.0319775 +437,-0.178996113,-0.438090009,208,-1.564245052,0.5701509278,6572.2761689 +438,-1.094339566,0.301444068,208,-1.564245052,0.5701509278,1985.428024 +439,-1.064070054,0.242569932,208,-1.564245052,0.5701509278,2222.1583911 +440,-1.068153768,0.230387998,208,-1.564245052,0.5701509278,2242.0679922 +441,-3.00496892,-0.23989155,208,-1.564245052,0.5701509278,6309.7984336 +442,0.21751974,0.766874888,208,-1.564245052,0.5701509278,5230.8962181 +443,0.117229532,0.007619006,208,-1.564245052,0.5701509278,6574.3871426 +444,0.777758451,0.420554741,208,-1.564245052,0.5701509278,7492.3205146 +445,-0.252356999,0.250747086,208,-1.564245052,0.5701509278,4836.3397777 +446,0.363148444,0.768483434,208,-1.564245052,0.5701509278,5569.8712733 +447,0.903191366,-0.118210676,208,-1.564245052,0.5701509278,9387.1387783 +448,-0.205755923,0.149406178,208,-1.564245052,0.5701509278,5197.5076603 +449,1.811996086,0.02364353,208,-1.564245052,0.5701509278,9933.2196808 +450,-1.100670221,0.314845373,208,-1.564245052,0.5701509278,1934.3592996 +451,0.340078597,0.850105132,208,-1.564245052,0.5701509278,5328.3567928 +452,0.258757267,0.804969236,208,-1.564245052,0.5701509278,5247.7971623 +453,2.78505352,-0.155160804,208,-1.564245052,0.5701509278,7760.7988683 +454,0.800551619,0.105822106,208,-1.564245052,0.5701509278,8481.3525122 +455,0.437940882,-0.506194031,208,-1.564245052,0.5701509278,8622.1491294 +456,2.230431122,0.63458615,208,-1.564245052,0.5701509278,7094.1561767 +457,0.527965361,0.127667701,208,-1.564245052,0.5701509278,7626.3487499 +458,-0.063643205,0.702093448,208,-1.564245052,0.5701509278,4619.2464494 +459,1.408447268,0.133010502,208,-1.564245052,0.5701509278,9586.6635744 +460,0.523795955,0.280266966,208,-1.564245052,0.5701509278,7225.7480466 +461,-0.975769313,0.072177659,208,-1.564245052,0.5701509278,2937.8997256 +462,0.549774164,-0.463663986,208,-1.564245052,0.5701509278,8924.558884 +463,0.29245874,1.095549818,208,-1.564245052,0.5701509278,4715.0780139 +464,0.143625958,0.816809593,208,-1.564245052,0.5701509278,4953.7589702 +465,0.671902494,0.611159853,208,-1.564245052,0.5701509278,6681.9978525 +466,1.239840988,0.6724199,208,-1.564245052,0.5701509278,7367.5441312 +467,0.607829703,-0.10932137,208,-1.564245052,0.5701509278,8445.114856 +468,1.763020906,0.263996692,208,-1.564245052,0.5701509278,9065.7213425 +469,0.378714634,0.726066797,208,-1.564245052,0.5701509278,5707.7053989 +470,2.196736143,-0.153862366,208,-1.564245052,0.5701509278,9641.8832085 +471,0.01702415,0.148991565,208,-1.564245052,0.5701509278,5938.852459 +472,-2.998490902,-0.158002487,208,-1.564245052,0.5701509278,6110.0600522 +473,-3.051262951,-0.346595608,208,-1.564245052,0.5701509278,6686.8244939 +474,-1.069176439,0.182802941,208,-1.564245052,0.5701509278,2368.2363969 +475,0.167157509,0.595344954,208,-1.564245052,0.5701509278,5459.752782 +476,0.613855648,0.681746124,208,-1.564245052,0.5701509278,6352.1873785 +477,1.037012736,0.682555367,208,-1.564245052,0.5701509278,7099.2839895 +478,-1.253574971,0.379755746,208,-1.564245052,0.5701509278,1325.8321321 +479,3.108590453,-0.132620738,208,-1.564245052,0.5701509278,6636.0860532 +480,0.565301296,0.022333262,208,-1.564245052,0.5701509278,8000.5948087 +481,0.547898238,0.855555614,208,-1.564245052,0.5701509278,5733.4465266 +482,0.948309381,0.417393755,208,-1.564245052,0.5701509278,7866.8416596 +483,-0.050600732,0.945269213,208,-1.564245052,0.5701509278,4303.0548524 +484,-0.977651478,-0.572363064,208,-1.564245052,0.5701509278,5027.4406228 +485,1.102014914,0.728861163,208,-1.564245052,0.5701509278,7014.8033779 +486,2.927300795,-0.282939414,208,-1.564245052,0.5701509278,7544.6279801 +487,-1.154565557,0.124434095,208,-1.564245052,0.5701509278,2321.0083587 +488,1.855331234,0.291044755,208,-1.564245052,0.5701509278,8873.7082547 +489,0.830290659,0.276904518,208,-1.564245052,0.5701509278,8055.4898181 +490,0.485104466,-0.234867441,208,-1.564245052,0.5701509278,8307.8954108 +491,0.521367572,-0.33161327,208,-1.564245052,0.5701509278,8612.9158366 +1,-1.539031704,0.7349710123,209,-1.646289963,0.6833746083,381.58375858 +2,-1.536990553,0.7349663874,209,-1.646289963,0.6833746083,386.76498196 +3,-1.534951779,0.7349571355,209,-1.646289963,0.6833746083,391.95843449 +4,-1.532906461,0.7349480293,209,-1.646289963,0.6833746083,397.19544716 +5,-1.531320211,0.7346937278,209,-1.646289963,0.6833746083,400.80970827 +6,-1.539451648,0.7335131775,209,-1.646289963,0.6833746083,377.62574278 +7,-1.537429487,0.7335445708,209,-1.646289963,0.6833746083,382.86813136 +8,-1.535484998,0.7335658704,209,-1.646289963,0.6833746083,387.91484684 +9,-1.533488396,0.7336036027,209,-1.646289963,0.6833746083,393.14921351 +10,-1.531497785,0.7335842962,209,-1.646289963,0.6833746083,398.28382633 +11,-1.530259379,0.7334777758,209,-1.646289963,0.6833746083,401.31746972 +12,-1.5335454,0.7322346912,209,-1.646289963,0.6833746083,390.4626726 +13,-1.531489083,0.7322238773,209,-1.646289963,0.6833746083,395.82451845 +14,-1.530011122,0.7321679851,209,-1.646289963,0.6833746083,399.60720494 +15,-1.53348106,0.7306614094,209,-1.646289963,0.6833746083,387.78722237 +16,-1.531441779,0.7306962275,209,-1.646289963,0.6833746083,393.23170107 +17,-1.529755654,0.7306933243,209,-1.646289963,0.6833746083,397.69334083 +18,-1.533415048,0.7291384674,209,-1.646289963,0.6833746083,385.28590903 +19,-1.531392093,0.7291705353,209,-1.646289963,0.6833746083,390.72522584 +20,-1.529296523,0.7291214933,209,-1.646289963,0.6833746083,396.24155298 +21,-1.535280942,0.727267644,209,-1.646289963,0.6833746083,377.10612345 +22,-1.533378158,0.7276139666,209,-1.646289963,0.6833746083,382.78301954 +23,-1.531340368,0.7276446587,209,-1.646289963,0.6833746083,388.30197623 +24,-1.528960113,0.7276398177,209,-1.646289963,0.6833746083,394.70515382 +25,-1.533313146,0.7260818349,209,-1.646289963,0.6833746083,380.42309351 +26,-1.531259555,0.7260958115,209,-1.646289963,0.6833746083,386.00039369 +27,-1.528926415,0.7260865555,209,-1.646289963,0.6833746083,392.31948372 +28,-1.531226779,0.7245511789,209,-1.646289963,0.6833746083,383.65892446 +29,-1.528904772,0.7245519194,209,-1.646289963,0.6833746083,390.01149278 +30,-1.547195875,0.7409785979,209,-1.646289963,0.6833746083,374.46595994 +31,-1.5451475,0.740980426,209,-1.646289963,0.6833746083,379.35352091 +32,-1.543097679,0.7409798872,209,-1.646289963,0.6833746083,384.27493664 +33,-1.540720364,0.7409892687,209,-1.646289963,0.6833746083,390.04781037 +34,-1.547188511,0.7395198392,209,-1.646289963,0.6833746083,371.14639756 +35,-1.545148587,0.7395226109,209,-1.646289963,0.6833746083,376.06543053 +36,-1.543104538,0.7395314908,209,-1.646289963,0.6833746083,381.04241254 +37,-1.540727751,0.7395306258,209,-1.646289963,0.6833746083,386.84662114 +38,-1.547187029,0.7380014886,209,-1.646289963,0.6833746083,367.74069723 +39,-1.545147315,0.7380012252,209,-1.646289963,0.6833746083,372.70410249 +40,-1.54310719,0.7380060743,209,-1.646289963,0.6833746083,377.71329911 +41,-1.540719671,0.7380068206,209,-1.646289963,0.6833746083,383.60570748 +42,-1.547187189,0.7364799098,209,-1.646289963,0.6833746083,364.39119287 +43,-1.545149996,0.7364853874,209,-1.646289963,0.6833746083,369.41245642 +44,-1.543106091,0.7364823484,209,-1.646289963,0.6833746083,374.46474867 +45,-1.540717158,0.7364893901,209,-1.646289963,0.6833746083,380.43208894 +46,-1.538663972,0.7410138672,209,-1.646289963,0.6833746083,395.11243166 +47,-1.53695285,0.7409699132,209,-1.646289963,0.6833746083,399.21178311 +48,-1.534910498,0.7409641297,209,-1.646289963,0.6833746083,404.23426778 +49,-1.533145034,0.7409536636,209,-1.646289963,0.6833746083,408.58842628 +50,-1.538681336,0.7395405883,209,-1.646289963,0.6833746083,391.90160189 +51,-1.536999189,0.7395183096,209,-1.646289963,0.6833746083,396.01534173 +52,-1.534923633,0.7395144222,209,-1.646289963,0.6833746083,401.16937436 +53,-1.533267822,0.7395654306,209,-1.646289963,0.6833746083,405.41325986 +54,-1.53867273,0.7380151077,209,-1.646289963,0.6833746083,388.70729273 +55,-1.536980576,0.7379994392,209,-1.646289963,0.6833746083,392.90052117 +56,-1.534931522,0.7379944961,209,-1.646289963,0.6833746083,398.03415018 +57,-1.533387952,0.7379480264,209,-1.646289963,0.6833746083,401.83437911 +58,-1.538682279,0.7364914363,209,-1.646289963,0.6833746083,385.53909304 +59,-1.536980704,0.7364810563,209,-1.646289963,0.6833746083,389.80720719 +60,-1.534935567,0.7364752065,209,-1.646289963,0.6833746083,394.97655719 +61,-1.533042592,0.7363876366,209,-1.646289963,0.6833746083,399.62511223 +62,-1.545143426,0.7349628011,209,-1.646289963,0.6833746083,366.19834909 +63,-1.543105297,0.7349691947,209,-1.646289963,0.6833746083,371.30675655 +64,-1.541064533,0.7349647152,209,-1.646289963,0.6833746083,376.42974937 +65,-1.545411803,0.7334624714,209,-1.646289963,0.6833746083,362.40970445 +66,-1.543446606,0.7334780896,209,-1.646289963,0.6833746083,367.39793847 +67,-1.541475327,0.7334957295,209,-1.646289963,0.6833746083,372.43227842 +68,-1.545401939,0.731963266,209,-1.646289963,0.6833746083,359.38795287 +69,-1.54342253,0.7319915583,209,-1.646289963,0.6833746083,364.48494863 +70,-1.541455867,0.7320216438,209,-1.646289963,0.6833746083,369.5779826 +71,-1.545410146,0.7304422281,209,-1.646289963,0.6833746083,356.35028879 +72,-1.543435491,0.7304713664,209,-1.646289963,0.6833746083,361.48400088 +73,-1.541463105,0.7304997613,209,-1.646289963,0.6833746083,366.63452062 +74,-1.545414768,0.7289194936,209,-1.646289963,0.6833746083,353.39502264 +75,-1.543435774,0.7289538557,209,-1.646289963,0.6833746083,358.59678436 +76,-1.541457714,0.7289765881,209,-1.646289963,0.6833746083,363.79750445 +77,-1.539449415,0.7320555866,209,-1.646289963,0.6833746083,374.80478013 +78,-1.537429183,0.7321097681,209,-1.646289963,0.6833746083,380.12898334 +79,-1.535472649,0.7321497267,209,-1.646289963,0.6833746083,385.28273601 +80,-1.539457899,0.7305333307,209,-1.646289963,0.6833746083,371.90316389 +81,-1.537453161,0.7305750503,209,-1.646289963,0.6833746083,377.208113 +82,-1.535479385,0.7306124949,209,-1.646289963,0.6833746083,382.44519833 +83,-1.53946905,0.7290102593,209,-1.646289963,0.6833746083,369.06848547 +84,-1.537459922,0.7290417293,209,-1.646289963,0.6833746083,374.41066722 +85,-1.535451349,0.7290890157,209,-1.646289963,0.6833746083,379.80004683 +86,-1.535522937,0.7279887191,209,-1.646289963,0.6833746083,377.69354404 +87,-1.539442524,0.7274735939,209,-1.646289963,0.6833746083,366.38672404 +88,-1.537424111,0.727521351,209,-1.646289963,0.6833746083,371.82679744 +89,-1.539384641,0.7259505092,209,-1.646289963,0.6833746083,363.8940301 +90,-1.537372391,0.7259947145,209,-1.646289963,0.6833746083,369.3552416 +91,-1.535340789,0.7260435356,209,-1.646289963,0.6833746083,374.89434397 +92,-1.539325716,0.7244369706,209,-1.646289963,0.6833746083,361.50373182 +93,-1.537308932,0.7244801057,209,-1.646289963,0.6833746083,367.01822259 +94,-1.535289068,0.7245247645,209,-1.646289963,0.6833746083,372.56080751 +95,-1.533261366,0.7245550236,209,-1.646289963,0.6833746083,378.1185387 +96,-1.539267302,0.722921924,209,-1.646289963,0.6833746083,359.19407378 +97,-1.537248972,0.7229660258,209,-1.646289963,0.6833746083,364.75653011 +98,-1.535219431,0.7229916471,209,-1.646289963,0.6833746083,370.33730675 +99,-1.53318962,0.7230212049,209,-1.646289963,0.6833746083,375.94146297 +100,-1.531154816,0.7230299897,209,-1.646289963,0.6833746083,381.54404522 +101,-1.528878341,0.7230370244,209,-1.646289963,0.6833746083,387.82706883 +102,-1.539218189,0.7214009878,209,-1.646289963,0.6833746083,356.93607354 +103,-1.537198791,0.7214422745,209,-1.646289963,0.6833746083,362.53868632 +104,-1.535179266,0.7214634354,209,-1.646289963,0.6833746083,368.12702427 +105,-1.533156501,0.7214944644,209,-1.646289963,0.6833746083,373.75447534 +106,-1.53113574,0.7215166021,209,-1.646289963,0.6833746083,379.37812747 +107,-1.528874248,0.7215345535,209,-1.646289963,0.6833746083,385.67902402 +108,-1.539217656,0.7198512397,209,-1.646289963,0.6833746083,354.58926892 +109,-1.537199919,0.7199428763,209,-1.646289963,0.6833746083,360.30201512 +110,-1.545425832,0.727397149,209,-1.646289963,0.6833746083,350.50227336 +111,-1.543371177,0.7273916949,209,-1.646289963,0.6833746083,355.87646235 +112,-1.541368852,0.7274523163,209,-1.646289963,0.6833746083,361.25703747 +113,-1.545349067,0.7258710923,209,-1.646289963,0.6833746083,347.91482727 +114,-1.54332671,0.7258603556,209,-1.646289963,0.6833746083,353.24502406 +115,-1.541346831,0.7259242142,209,-1.646289963,0.6833746083,358.61623181 +116,-1.545324355,0.7243383958,209,-1.646289963,0.6833746083,345.26404848 +117,-1.543292796,0.7243617413,209,-1.646289963,0.6833746083,350.72673019 +118,-1.541295822,0.7244024384,209,-1.646289963,0.6833746083,356.14717066 +119,-1.543193859,0.7205570215,209,-1.646289963,0.6833746083,344.74529521 +120,-1.550257047,0.7386738187,209,-1.646289963,0.6833746083,361.87264252 +121,-1.549335448,0.7311736483,209,-1.646289963,0.6833746083,347.82754284 +122,-1.533478843,0.7179891343,209,-1.646289963,0.6833746083,367.94066764 +123,-1.556150555,0.738907041,209,-1.646289963,0.6833746083,348.53036065 +124,-1.554324226,0.733414257,209,-1.646289963,0.6833746083,340.2036099 +125,-1.554290846,0.7288285332,209,-1.646289963,0.6833746083,330.50459511 +126,-1.55122487,0.7219795312,209,-1.646289963,0.6833746083,325.41695207 +127,-1.525104458,0.7229399862,209,-1.646289963,0.6833746083,398.13140342 +128,-1.519607711,0.7236181429,209,-1.646289963,0.6833746083,414.35647589 +129,-1.513899999,0.7251107854,209,-1.646289963,0.6833746083,432.28879559 +130,-1.536620762,0.7431061895,209,-1.646289963,0.6833746083,404.65822344 +131,-1.5369566,0.7460845958,209,-1.646289963,0.6833746083,410.51666276 +132,-1.545345528,0.7447040685,209,-1.646289963,0.6833746083,387.54699314 +133,-1.532813921,0.7432306626,209,-1.646289963,0.6833746083,414.21866715 +134,-1.554788248,0.7382381001,209,-1.646289963,0.6833746083,350.12143267 +135,-1.540348126,0.7301594274,209,-1.646289963,0.6833746083,368.88835968 +136,-1.538016084,0.7239051786,209,-1.646289963,0.6833746083,364.17106748 +137,-1.525288962,0.7258085137,209,-1.646289963,0.6833746083,401.8185857 +138,-1.534326986,0.731241342,209,-1.646289963,0.6833746083,386.60673972 +139,-1.530733872,0.7303625216,209,-1.646289963,0.6833746083,394.52493363 +141,-1.534354939,0.7328219978,209,-1.646289963,0.6833746083,389.4396717 +142,-1.53157084,0.7292888153,209,-1.646289963,0.6833746083,390.45079422 +143,-1.525691035,0.7263799874,209,-1.646289963,0.6833746083,401.5903374 +144,-1.534031287,0.7495967835,209,-1.646289963,0.6833746083,425.51248335 +145,-1.527714986,0.7283095957,209,-1.646289963,0.6833746083,399.15084325 +146,-1.526189586,0.7271468292,209,-1.646289963,0.6833746083,401.42267256 +147,-1.555177336,0.7375563366,209,-1.646289963,0.6833746083,347.59846333 +148,-1.555080283,0.7312707794,209,-1.646289963,0.6833746083,333.67032819 +149,-1.53856994,0.7224180299,209,-1.646289963,0.6833746083,360.29283041 +150,-1.530837883,0.729933372,209,-1.646289963,0.6833746083,393.5073735 +151,-1.515066984,0.5854133365,209,-1.646289963,0.6833746083,570.41031549 +152,-1.534731633,0.5368370046,209,-1.646289963,0.6833746083,683.69722306 +153,-1.515231902,0.5607085576,209,-1.646289963,0.6833746083,642.97103994 +154,-2.616253799,1.0684566605,209,-1.646289963,0.6833746083,2774.9323069 +155,-1.956071439,0.5792177723,209,-1.646289963,0.6833746083,1070.6703415 +156,-1.951208514,0.5602434208,209,-1.646289963,0.6833746083,1093.6159111 +157,-1.944675062,0.6062144545,209,-1.646289963,0.6833746083,991.00505787 +158,-1.613778386,0.6077989518,209,-1.646289963,0.6833746083,316.51227313 +159,-2.035029014,0.6021432345,209,-1.646289963,0.6833746083,1270.2227743 +160,-2.114989471,0.6801825058,209,-1.646289963,0.6833746083,1436.2496315 +161,-2.037382079,0.5765830025,209,-1.646289963,0.6833746083,1317.1720564 +162,-2.129855121,0.6585019963,209,-1.646289963,0.6833746083,1497.6229974 +163,-2.075141798,0.6493615843,209,-1.646289963,0.6833746083,1337.9510882 +164,-1.828626729,0.6948433129,209,-1.646289963,0.6833746083,558.95799754 +165,-1.863329418,0.6735427691,209,-1.646289963,0.6833746083,669.91260662 +166,-1.266037071,0.727988852,209,-1.646289963,0.6833746083,1156.8067474 +167,-1.277579582,0.7249010648,209,-1.646289963,0.6833746083,1122.3236692 +168,-1.258418684,0.7241194816,209,-1.646289963,0.6833746083,1179.0962075 +169,-1.317813974,0.6804850104,209,-1.646289963,0.6833746083,1008.3630751 +170,-1.344165204,0.6790988904,209,-1.646289963,0.6833746083,928.34560273 +171,-1.427582102,0.5277120351,209,-1.646289963,0.6833746083,940.39132993 +172,-1.402238616,0.457167829,209,-1.646289963,0.6833746083,1207.3374054 +173,-1.422454264,0.4996161999,209,-1.646289963,0.6833746083,1033.0353852 +174,-1.439089277,0.4894859811,209,-1.646289963,0.6833746083,1026.25192 +175,-1.448126995,0.5182330266,209,-1.646289963,0.6833746083,918.88928644 +176,-1.474626146,0.5881926574,209,-1.646289963,0.6833746083,663.78059162 +177,-1.421139645,0.5584869783,209,-1.646289963,0.6833746083,876.55669732 +178,-1.457037165,0.565943032,209,-1.646289963,0.6833746083,764.62153262 +179,-2.757159358,0.3745319,209,-1.646289963,0.6833746083,3908.8173677 +180,-2.714309238,0.342054471,209,-1.646289963,0.6833746083,3849.3610224 +181,-2.000525337,0.774119946,209,-1.646289963,0.6833746083,1103.2756091 +183,-1.571413436,0.6777838382,209,-1.646289963,0.6833746083,231.54824161 +184,-1.552860289,0.6987663893,209,-1.646289963,0.6833746083,291.56121098 +185,-1.521852374,0.7165827476,209,-1.646289963,0.6833746083,399.13733912 +186,-1.503656267,0.6928968252,209,-1.646289963,0.6833746083,437.87524454 +187,-1.502753178,0.7136205882,209,-1.646289963,0.6833746083,451.38306381 +188,-1.631894563,0.7343596465,209,-1.646289963,0.6833746083,206.53497046 +189,-1.653765416,0.6770714026,209,-1.646289963,0.6833746083,33.959749027 +190,-1.719812114,0.6715965947,209,-1.646289963,0.6833746083,231.62830701 +191,-1.493406659,0.6646955447,209,-1.646289963,0.6833746083,478.69087747 +192,-1.469120564,0.6613469966,209,-1.646289963,0.6833746083,555.61291649 +193,-1.590551461,0.5326612937,209,-1.646289963,0.6833746083,623.74846442 +194,-1.625979264,0.5247742243,209,-1.646289963,0.6833746083,631.67814405 +195,-1.572293943,0.5238808754,209,-1.646289963,0.6833746083,676.04169301 +196,-1.610848725,0.5477107964,209,-1.646289963,0.6833746083,549.40568064 +197,-1.208485554,0.7918526018,209,-1.646289963,0.6833746083,1346.8952069 +198,-1.335601374,0.6869083083,209,-1.646289963,0.6833746083,951.47763641 +199,-1.346156996,0.6825213377,209,-1.646289963,0.6833746083,920.81222703 +200,-1.324381037,0.6741422347,209,-1.646289963,0.6833746083,991.42847409 +201,-1.242424992,0.7378949807,209,-1.646289963,0.6833746083,1227.6184794 +202,-1.270370057,0.7392461008,209,-1.646289963,0.6833746083,1146.1839232 +203,-1.448950472,0.7441675014,209,-1.646289963,0.6833746083,637.38589166 +204,-1.492662363,0.7523026852,209,-1.646289963,0.6833746083,533.08369714 +205,-1.479098966,0.7763855017,209,-1.646289963,0.6833746083,615.1925988 +206,-1.633760714,0.7869022408,209,-1.646289963,0.6833746083,411.71677607 +207,-1.647406434,0.8101289331,209,-1.646289963,0.6833746083,502.08432061 +208,-1.564245052,0.5701509278,209,-1.646289963,0.6833746083,519.8168189 +209,-1.646289963,0.6833746083,209,-1.646289963,0.6833746083,38.54381477 +210,-1.5820631,0.6751952144,209,-1.646289963,0.6833746083,200.55007502 +211,-1.613236298,0.6681681791,209,-1.646289963,0.6833746083,118.5829388 +212,-1.914661867,0.8212566515,209,-1.646289963,0.6833746083,946.30122547 +213,-1.742133237,0.7250275956,209,-1.646289963,0.6833746083,332.96864969 +214,-2.033144872,0.6557314699,209,-1.646289963,0.6833746083,1203.4707785 +215,-2.039551981,0.6964723658,209,-1.646289963,0.6833746083,1199.3875997 +216,-1.247341019,0.7622473908,209,-1.646289963,0.6833746083,1221.2394161 +217,-1.298239787,0.7084123392,209,-1.646289963,0.6833746083,1060.4230314 +218,-1.308539688,0.6926545592,209,-1.646289963,0.6833746083,1032.1341722 +219,-1.303263185,0.6888938396,209,-1.646289963,0.6833746083,1049.3915071 +220,-1.852400229,0.6004246149,209,-1.646289963,0.6833746083,730.99064029 +221,-1.288947707,0.7473773692,209,-1.646289963,0.6833746083,1095.1234717 +222,-1.372031502,0.7472790993,209,-1.646289963,0.6833746083,856.73446449 +223,-1.289805721,0.7242157877,209,-1.646289963,0.6833746083,1085.9993324 +224,-1.350807603,0.7533498126,209,-1.646289963,0.6833746083,921.84785895 +225,-1.329290365,0.7560442322,209,-1.646289963,0.6833746083,984.82393768 +226,-1.410153004,0.616936428,209,-1.646289963,0.6833746083,788.70737991 +227,-1.393445434,0.6308995063,209,-1.646289963,0.6833746083,818.72445751 +228,-1.37595573,0.6241540638,209,-1.646289963,0.6833746083,880.51177281 +229,-1.358388707,0.6172645205,209,-1.646289963,0.6833746083,943.09095556 +230,-1.753741133,0.8281661666,209,-1.646289963,0.6833746083,651.3090956 +231,-1.47430987,0.6834615681,209,-1.646289963,0.6833746083,527.96568343 +232,-1.421012508,0.7222725206,209,-1.646289963,0.6833746083,697.35621283 +233,-1.4476833,0.6978557868,209,-1.646289963,0.6833746083,608.70356505 +234,-1.470370723,0.6966193374,209,-1.646289963,0.6833746083,539.68075606 +235,-1.429211703,0.7037216883,209,-1.646289963,0.6833746083,665.53833299 +236,-1.700578405,0.6178673663,209,-1.646289963,0.6833746083,310.76178253 +237,-1.678117619,0.6331716163,209,-1.646289963,0.6833746083,222.44613566 +238,-1.725644578,0.6316331145,209,-1.646289963,0.6833746083,322.25961747 +239,-2.14012759,0.7930497945,209,-1.646289963,0.6833746083,1501.7939492 +240,-2.103289431,0.7653606263,209,-1.646289963,0.6833746083,1387.6945131 +241,-1.318739838,0.7017808746,209,-1.646289963,0.6833746083,999.29185301 +242,-1.396417427,0.7077900843,209,-1.646289963,0.6833746083,765.07224861 +243,-1.35650337,0.7185539404,209,-1.646289963,0.6833746083,886.79829683 +244,-1.248884539,0.7274156818,209,-1.646289963,0.6833746083,1207.4834526 +245,-1.395014798,0.5761185243,209,-1.646289963,0.6833746083,908.14134571 +246,-1.433377362,0.6064716109,209,-1.646289963,0.6833746083,738.77025889 +247,-1.408172432,0.5903155476,209,-1.646289963,0.6833746083,841.91708682 +248,-1.749645898,0.7757118084,209,-1.646289963,0.6833746083,476.08057006 +249,-1.571626686,0.615046989,209,-1.646289963,0.6833746083,358.71547975 +250,-1.514070049,0.6303003037,209,-1.646289963,0.6833746083,464.76621366 +251,-1.480890369,0.6237966528,209,-1.646289963,0.6833746083,570.76603852 +252,-1.704390658,0.5281680612,209,-1.646289963,0.6833746083,643.08550615 +253,-1.64434733,0.5254277498,209,-1.646289963,0.6833746083,625.65938259 +254,-1.703855997,0.4792484842,209,-1.646289963,0.6833746083,830.5207866 +255,-1.692002383,0.5748825051,209,-1.646289963,0.6833746083,453.92869659 +256,-1.854136457,0.5544643913,209,-1.646289963,0.6833746083,841.58566228 +257,-1.665021206,0.520317736,209,-1.646289963,0.6833746083,648.74188174 +258,-1.733654349,0.4845187345,209,-1.646289963,0.6833746083,838.52310711 +259,-1.720938188,0.5135933906,209,-1.646289963,0.6833746083,715.25200522 +260,-1.742668307,0.553296122,209,-1.646289963,0.6833746083,601.5554743 +261,-1.965659039,0.7142126903,209,-1.646289963,0.6833746083,974.37795559 +262,-1.944438071,0.6772834804,209,-1.646289963,0.6833746083,917.00258548 +263,-1.270340967,0.7681487096,209,-1.646289963,0.6833746083,1159.5143266 +264,-1.353091884,0.6549276821,209,-1.646289963,0.6833746083,916.51178547 +265,-1.333236659,0.6413584414,209,-1.646289963,0.6833746083,990.15614836 +266,-1.352015998,0.6753788907,209,-1.646289963,0.6833746083,906.05891948 +267,-1.377988483,0.6577816235,209,-1.646289963,0.6833746083,837.7407335 +268,-2.13075611,0.8318642051,209,-1.646289963,0.6833746083,1502.7110673 +269,-2.097910953,0.8259670014,209,-1.646289963,0.6833746083,1411.7866056 +270,-1.416382069,0.6694271549,209,-1.646289963,0.6833746083,711.68064208 +271,-1.538905672,0.7535625993,209,-1.646289963,0.6833746083,423.84502377 +272,-1.572309477,0.7803125099,209,-1.646289963,0.6833746083,441.38636559 +273,-1.87759879,0.7503853417,209,-1.646289963,0.6833746083,738.92417962 +274,1.152365588,0.590457682,209,-1.646289963,0.6833746083,7243.7104602 +275,0.350198001,0.718001859,209,-1.646289963,0.6833746083,5528.2612856 +276,0.046513677,0.491503852,209,-1.646289963,0.6833746083,5364.4465934 +277,0.027510309,0.742571376,209,-1.646289963,0.6833746083,4728.2973659 +278,0.306285725,-0.214631579,209,-1.646289963,0.6833746083,7924.6885995 +279,-1.100564889,0.318051531,209,-1.646289963,0.6833746083,2364.7253908 +280,-1.078582306,0.301437596,209,-1.646289963,0.6833746083,2470.0265112 +281,-1.137371989,-0.617634065,209,-1.646289963,0.6833746083,5479.2033292 +282,0.784356344,0.703272339,209,-1.646289963,0.6833746083,6379.7205216 +283,-1.221209947,0.218327455,209,-1.646289963,0.6833746083,2368.9233661 +284,2.347301921,-0.449114658,209,-1.646289963,0.6833746083,9487.244727 +285,0.246820618,0.830553713,209,-1.646289963,0.6833746083,5012.9405829 +286,0.829414965,0.703288228,209,-1.646289963,0.6833746083,6446.8035967 +287,-1.337537566,0.42332223,209,-1.646289963,0.6833746083,1458.7890814 +288,0.882453706,0.454478077,209,-1.646289963,0.6833746083,7398.7369607 +289,1.575629659,0.416419109,209,-1.646289963,0.6833746083,8077.4076874 +290,-1.039455679,0.229888244,209,-1.646289963,0.6833746083,2777.1535743 +291,0.489558039,0.934482747,209,-1.646289963,0.6833746083,5175.5698692 +292,0.081344504,0.88384514,209,-1.646289963,0.6833746083,4542.5669504 +293,-1.547979814,0.300350308,209,-1.646289963,0.6833746083,1554.6277386 +294,0.040776181,0.168560074,209,-1.646289963,0.6833746083,6153.614379 +295,-1.130374745,0.563894876,209,-1.646289963,0.6833746083,1716.4812783 +296,1.578326642,0.478507176,209,-1.646289963,0.6833746083,7831.4049247 +297,-1.12861823,-0.291640865,209,-1.646289963,0.6833746083,4311.4278845 +298,0.310524208,0.770885792,209,-1.646289963,0.6833746083,5300.501803 +299,0.415649091,-0.387246002,209,-1.646289963,0.6833746083,8658.5888547 +300,-0.926533878,-0.188022748,209,-1.646289963,0.6833746083,4351.698444 +301,1.258856172,-0.11716081,209,-1.646289963,0.6833746083,10047.501185 +302,-1.126050026,0.322941926,209,-1.646289963,0.6833746083,2282.9315782 +303,2.002785835,0.07893892,209,-1.646289963,0.6833746083,8900.2593531 +304,0.440437607,0.746258085,209,-1.646289963,0.6833746083,5634.4420717 +305,-0.030391866,0.214441206,209,-1.646289963,0.6833746083,5824.3475762 +306,0.521557815,-0.058929362,209,-1.646289963,0.6833746083,8170.744628 +307,-0.097005111,0.13317729,209,-1.646289963,0.6833746083,5823.6738274 +308,1.83113859,0.221857587,209,-1.646289963,0.6833746083,8649.6332918 +309,0.222428864,0.099404236,209,-1.646289963,0.6833746083,6873.813609 +310,-1.702731345,0.8728568183,209,-1.646289963,0.6833746083,767.04784149 +311,-0.418507569,0.278324921,209,-1.646289963,0.6833746083,4486.4994464 +312,-1.41153306,0.339029988,209,-1.646289963,0.6833746083,1582.6002387 +313,0.357560442,0.114788776,209,-1.646289963,0.6833746083,7226.6795106 +314,0.325818979,0.268352149,209,-1.646289963,0.6833746083,6716.9667161 +315,-1.246004659,-0.663679965,209,-1.646289963,0.6833746083,5530.8235264 +316,1.814603087,0.637404484,209,-1.646289963,0.6833746083,7083.9807912 +317,1.843704281,-0.18300445,209,-1.646289963,0.6833746083,10111.513095 +318,1.690644492,-0.211480909,209,-1.646289963,0.6833746083,10452.693207 +319,-1.275451936,0.068109467,209,-1.646289963,0.6833746083,2777.6845367 +320,0.762430171,-0.207594741,209,-1.646289963,0.6833746083,9260.7848133 +321,0.265668905,-0.014647884,209,-1.646289963,0.6833746083,7299.3710399 +322,-2.773032013,-0.335515811,209,-1.646289963,0.6833746083,5798.6281376 +323,-1.469512853,0.174058777,209,-1.646289963,0.6833746083,2112.0748118 +324,0.286276986,0.785925691,209,-1.646289963,0.6833746083,5209.8197499 +325,-1.379324697,0.377432233,209,-1.646289963,0.6833746083,1511.9689906 +326,-1.203778265,0.212813032,209,-1.646289963,0.6833746083,2425.466573 +327,0.579916301,0.611743168,209,-1.646289963,0.6833746083,6318.1607732 +328,0.267582642,0.868113908,209,-1.646289963,0.6833746083,4959.8523782 +329,0.412869244,-0.050245578,209,-1.646289963,0.6833746083,7830.6942376 +330,0.17524381,0.976660285,209,-1.646289963,0.6833746083,4524.6480158 +331,0.743157214,0.204812899,209,-1.646289963,0.6833746083,7965.0099591 +332,-1.070758176,0.269382282,209,-1.646289963,0.6833746083,2581.0475904 +333,-1.230364251,0.329790229,209,-1.646289963,0.6833746083,1996.9174741 +334,-1.374813124,-0.024926835,209,-1.646289963,0.6833746083,2974.305158 +335,0.519780566,0.463669906,209,-1.646289963,0.6833746083,6644.6588131 +336,-1.55108034,0.239698561,209,-1.646289963,0.6833746083,1788.6226052 +337,0.180294813,0.029739425,209,-1.646289963,0.6833746083,6928.0728026 +338,0.67820924,0.268170153,209,-1.646289963,0.6833746083,7614.610405 +339,0.445798684,1.024001867,209,-1.646289963,0.6833746083,4853.8534671 +340,0.691751283,0.150521402,209,-1.646289963,0.6833746083,8015.5777641 +341,-1.036643551,-0.903056181,209,-1.646289963,0.6833746083,6627.1899525 +342,-0.120287036,1.083325163,209,-1.646289963,0.6833746083,3799.6065095 +343,2.823513113,-0.304487164,209,-1.646289963,0.6833746083,7710.4161861 +344,0.457583172,1.12513373,209,-1.646289963,0.6833746083,4592.4513893 +345,0.042918831,0.813795399,209,-1.646289963,0.6833746083,4608.9078252 +346,1.196146777,-0.853142756,209,-1.646289963,0.6833746083,11362.621216 +347,0.206001358,-0.010430701,209,-1.646289963,0.6833746083,7108.6019349 +348,-0.268308653,0.234799412,209,-1.646289963,0.6833746083,5050.6432644 +349,0.759363263,0.736189579,209,-1.646289963,0.6833746083,6229.6168789 +350,0.181363926,0.891988372,209,-1.646289963,0.6833746083,4730.2342175 +351,-0.021111158,0.139103292,209,-1.646289963,0.6833746083,6040.4234343 +352,-0.093355215,0.630686981,209,-1.646289963,0.6833746083,4662.8135218 +353,0.40118964,0.681375926,209,-1.646289963,0.6833746083,5740.0696624 +354,-0.721197315,1.304706234,209,-1.646289963,0.6833746083,2969.5338788 +355,-1.076150317,0.212107639,209,-1.646289963,0.6833746083,2734.0805112 +356,-1.577164531,0.273993443,209,-1.646289963,0.6833746083,1639.2097379 +357,-0.190788414,0.182208586,209,-1.646289963,0.6833746083,5415.6775598 +358,-0.261349752,0.209710184,209,-1.646289963,0.6833746083,5132.4341627 +359,-1.029303852,0.083549259,209,-1.646289963,0.6833746083,3244.0117005 +360,-1.268609162,0.330525297,209,-1.646289963,0.6833746083,1903.8215387 +361,1.282982244,-0.926641967,209,-1.646289963,0.6833746083,11321.144797 +362,0.217352334,0.731352408,209,-1.646289963,0.6833746083,5200.1887719 +363,-1.511833084,0.258629297,209,-1.646289963,0.6833746083,1746.3159607 +364,0.338812194,0.823184618,209,-1.646289963,0.6833746083,5217.82204 +365,-0.324406489,1.134201999,209,-1.646289963,0.6833746083,3403.7083499 +366,1.389579348,0.399185724,209,-1.646289963,0.6833746083,8137.9562745 +367,2.047152199,-0.039082036,209,-1.646289963,0.6833746083,9208.2065077 +368,0.947780369,0.568250077,209,-1.646289963,0.6833746083,7093.3773769 +369,0.763824846,0.576754987,209,-1.646289963,0.6833746083,6775.9471208 +370,-0.142334657,0.928153068,209,-1.646289963,0.6833746083,3978.8920791 +371,0.610266567,0.547265983,209,-1.646289963,0.6833746083,6582.0090069 +372,0.210731629,0.746815056,209,-1.646289963,0.6833746083,5146.1867476 +373,-1.34931644,0.316895224,209,-1.646289963,0.6833746083,1774.2939311 +374,2.407696481,0.655030745,209,-1.646289963,0.6833746083,6188.7066212 +375,0.64207831,0.545359131,209,-1.646289963,0.6833746083,6652.1610153 +376,1.174597538,0.840588356,209,-1.646289963,0.6833746083,6302.9078833 +377,0.660059424,0.010604079,209,-1.646289963,0.6833746083,8358.3790732 +378,-0.730263819,0.010486456,209,-1.646289963,0.6833746083,4244.137985 +379,0.831068936,0.512339172,209,-1.646289963,0.6833746083,7111.2959225 +380,1.301180979,0.72367476,209,-1.646289963,0.6833746083,6826.746296 +381,1.811128231,0.322854402,209,-1.646289963,0.6833746083,8289.8576554 +382,0.435105812,0.992284428,209,-1.646289963,0.6833746083,4925.6024523 +383,0.62643634,0.592027932,209,-1.646289963,0.6833746083,6472.1450802 +384,0.492988703,-0.516339467,209,-1.646289963,0.6833746083,9155.6476922 +385,-0.162469483,0.112549365,209,-1.646289963,0.6833746083,5674.1595012 +386,0.314630866,0.472006421,209,-1.646289963,0.6833746083,6125.1554553 +387,0.166744804,0.822815954,209,-1.646289963,0.6833746083,4863.1527193 +388,0.417159608,0.965805736,209,-1.646289963,0.6833746083,4970.33468 +389,0.106334961,0.868774244,209,-1.646289963,0.6833746083,4628.3201971 +390,0.815086969,-0.338144359,209,-1.646289963,0.6833746083,9754.2286513 +391,0.59867455,-0.230624824,209,-1.646289963,0.6833746083,8848.5816559 +392,1.915104874,0.066220985,209,-1.646289963,0.6833746083,9102.3591151 +393,1.278093622,0.064463721,209,-1.646289963,0.6833746083,9377.2254045 +394,-0.061477853,0.302997961,209,-1.646289963,0.6833746083,5512.9684146 +395,0.251311504,0.626976942,209,-1.646289963,0.6833746083,5549.8386296 +396,2.950242872,0.149095644,209,-1.646289963,0.6833746083,6201.5341501 +397,-0.180294708,0.35375117,209,-1.646289963,0.6833746083,5036.4867804 +398,1.010448592,-0.351180233,209,-1.646289963,0.6833746083,10333.583488 +399,-1.748740498,0.3686318073,209,-1.646289963,0.6833746083,1294.3472083 +400,2.699635665,0.123533791,209,-1.646289963,0.6833746083,7011.1552464 +401,0.496808033,0.823843254,209,-1.646289963,0.6833746083,5513.1458358 +402,0.129574704,0.763364087,209,-1.646289963,0.6833746083,4921.4992078 +403,1.798920311,0.817447563,209,-1.646289963,0.6833746083,6402.8223094 +404,0.335987953,0.746786541,209,-1.646289963,0.6833746083,5419.1095668 +405,-1.085413643,0.292154671,209,-1.646289963,0.6833746083,2477.5934256 +406,-0.155321003,0.508207011,209,-1.646289963,0.6833746083,4757.8034386 +407,0.620529244,-0.301175104,209,-1.646289963,0.6833746083,9088.2696209 +408,1.684402744,0.368716966,209,-1.646289963,0.6833746083,8217.9491226 +409,0.300582244,-0.386397212,209,-1.646289963,0.6833746083,8303.9250415 +410,2.913555946,-0.009225192,209,-1.646289963,0.6833746083,6712.9608848 +411,1.465101417,0.493232532,209,-1.646289963,0.6833746083,7781.9714915 +412,0.090612882,0.907955955,209,-1.646289963,0.6833746083,4510.2316514 +413,2.987564726,-0.729568594,209,-1.646289963,0.6833746083,8143.0558518 +414,-1.484261606,0.224149272,209,-1.646289963,0.6833746083,1905.5765405 +415,0.164073421,0.303955133,209,-1.646289963,0.6833746083,6168.7869008 +416,0.141441293,0.167552546,209,-1.646289963,0.6833746083,6456.8188649 +417,2.931321023,-0.506718887,209,-1.646289963,0.6833746083,7841.2983542 +418,2.21951565,0.700596356,209,-1.646289963,0.6833746083,6368.3606686 +419,0.268112576,1.199114336,209,-1.646289963,0.6833746083,4177.9674453 +420,0.978913739,0.359223811,209,-1.646289963,0.6833746083,7892.3099265 +421,1.210898818,0.522863584,209,-1.646289963,0.6833746083,7552.1263853 +422,2.347397336,0.129231362,209,-1.646289963,0.6833746083,7960.3512088 +423,0.614394501,0.556878345,209,-1.646289963,0.6833746083,6559.9647573 +424,-1.398079356,0.148483366,209,-1.646289963,0.6833746083,2294.7893115 +425,2.535303836,-0.112984496,209,-1.646289963,0.6833746083,8120.7579389 +426,-1.019372593,-0.405322349,209,-1.646289963,0.6833746083,4897.6736676 +427,-1.297785627,-0.160104069,209,-1.646289963,0.6833746083,3578.8454001 +428,2.144554488,0.205051084,209,-1.646289963,0.6833746083,8187.7215136 +429,-2.242387083,-0.426171285,209,-1.646289963,0.6833746083,4917.9399939 +430,0.338637212,0.909723676,209,-1.646289963,0.6833746083,4986.6953478 +431,-0.148798452,0.691042401,209,-1.646289963,0.6833746083,4389.951123 +432,0.893524764,0.441829531,209,-1.646289963,0.6833746083,7461.4551001 +433,0.969229347,-0.368847936,209,-1.646289963,0.6833746083,10269.99201 +434,0.436043248,0.800045688,209,-1.646289963,0.6833746083,5470.7234345 +435,1.687946607,1.081504775,209,-1.646289963,0.6833746083,5425.9266901 +436,0.522302046,-0.034889271,209,-1.646289963,0.6833746083,8107.2269687 +437,-0.178996113,-0.438090009,209,-1.646289963,0.6833746083,7000.5152271 +438,-1.094339566,0.301444068,209,-1.646289963,0.6833746083,2427.6640421 +439,-1.064070054,0.242569932,209,-1.646289963,0.6833746083,2675.6865369 +440,-1.068153768,0.230387998,209,-1.646289963,0.6833746083,2700.5427239 +441,-3.00496892,-0.23989155,209,-1.646289963,0.6833746083,6188.0263304 +442,0.21751974,0.766874888,209,-1.646289963,0.6833746083,5110.8182272 +443,0.117229532,0.007619006,209,-1.646289963,0.6833746083,6793.1295964 +444,0.777758451,0.420554741,209,-1.646289963,0.6833746083,7327.6621214 +445,-0.252356999,0.250747086,209,-1.646289963,0.6833746083,5061.2973579 +446,0.363148444,0.768483434,209,-1.646289963,0.6833746083,5415.9474149 +447,0.903191366,-0.118210676,209,-1.646289963,0.6833746083,9368.373134 +448,-0.205755923,0.149406178,209,-1.646289963,0.6833746083,5450.2405359 +449,1.811996086,0.02364353,209,-1.646289963,0.6833746083,9415.7885511 +450,-1.100670221,0.314845373,209,-1.646289963,0.6833746083,2373.3237562 +451,0.340078597,0.850105132,209,-1.646289963,0.6833746083,5147.9633995 +452,0.258757267,0.804969236,209,-1.646289963,0.6833746083,5102.767869 +453,2.78505352,-0.155160804,209,-1.646289963,0.6833746083,7470.704686 +454,0.800551619,0.105822106,209,-1.646289963,0.6833746083,8414.4074742 +455,0.437940882,-0.506194031,209,-1.646289963,0.6833746083,8968.9982718 +456,2.230431122,0.63458615,209,-1.646289963,0.6833746083,6574.4232254 +457,0.527965361,0.127667701,209,-1.646289963,0.6833746083,7664.0350904 +458,-0.063643205,0.702093448,209,-1.646289963,0.6833746083,4588.6123844 +459,1.408447268,0.133010502,209,-1.646289963,0.6833746083,9194.4270823 +460,0.523795955,0.280266966,209,-1.646289963,0.6833746083,7205.0957212 +461,-0.975769313,0.072177659,209,-1.646289963,0.6833746083,3411.2875019 +462,0.549774164,-0.463663986,209,-1.646289963,0.6833746083,9229.1362509 +463,0.29245874,1.095549818,209,-1.646289963,0.6833746083,4444.5447247 +464,0.143625958,0.816809593,209,-1.646289963,0.6833746083,4827.1643613 +465,0.671902494,0.611159853,209,-1.646289963,0.6833746083,6496.9026436 +466,1.239840988,0.6724199,209,-1.646289963,0.6833746083,6993.8955941 +467,0.607829703,-0.10932137,209,-1.646289963,0.6833746083,8555.1127731 +468,1.763020906,0.263996692,209,-1.646289963,0.6833746083,8562.6888812 +469,0.378714634,0.726066797,209,-1.646289963,0.6833746083,5566.1718184 +470,2.196736143,-0.153862366,209,-1.646289963,0.6833746083,9195.4278928 +471,0.01702415,0.148991565,209,-1.646289963,0.6833746083,6131.284645 +472,-2.998490902,-0.158002487,209,-1.646289963,0.6833746083,5957.4608268 +473,-3.051262951,-0.346595608,209,-1.646289963,0.6833746083,6595.2171743 +474,-1.069176439,0.182802941,209,-1.646289963,0.6833746083,2839.8565568 +475,0.167157509,0.595344954,209,-1.646289963,0.6833746083,5425.0450411 +476,0.613855648,0.681746124,209,-1.646289963,0.6833746083,6162.8254842 +477,1.037012736,0.682555367,209,-1.646289963,0.6833746083,6783.673947 +478,-1.253574971,0.379755746,209,-1.646289963,0.6833746083,1791.6495372 +479,3.108590453,-0.132620738,209,-1.646289963,0.6833746083,6423.3986616 +480,0.565301296,0.022333262,209,-1.646289963,0.6833746083,8067.9939573 +481,0.547898238,0.855555614,209,-1.646289963,0.6833746083,5505.8571942 +482,0.948309381,0.417393755,209,-1.646289963,0.6833746083,7636.0695101 +483,-0.050600732,0.945269213,209,-1.646289963,0.6833746083,4145.4017735 +484,-0.977651478,-0.572363064,209,-1.646289963,0.6833746083,5547.2565418 +485,1.102014914,0.728861163,209,-1.646289963,0.6833746083,6673.4099959 +486,2.927300795,-0.282939414,209,-1.646289963,0.6833746083,7343.1331248 +487,-1.154565557,0.124434095,209,-1.646289963,0.6833746083,2822.6791397 +488,1.855331234,0.291044755,209,-1.646289963,0.6833746083,8360.3425653 +489,0.830290659,0.276904518,209,-1.646289963,0.6833746083,7914.1570031 +490,0.485104466,-0.234867441,209,-1.646289963,0.6833746083,8518.8048976 +491,0.521367572,-0.33161327,209,-1.646289963,0.6833746083,8859.0260862 +1,-1.539031704,0.7349710123,210,-1.5820631,0.6751952144,269.98778337 +2,-1.536990553,0.7349663874,210,-1.5820631,0.6751952144,272.98245697 +3,-1.534951779,0.7349571355,210,-1.5820631,0.6751952144,276.06256969 +4,-1.532906461,0.7349480293,210,-1.5820631,0.6751952144,279.25499328 +5,-1.531320211,0.7346937278,210,-1.5820631,0.6751952144,280.98608693 +6,-1.539451648,0.7335131775,210,-1.5820631,0.6751952144,264.36078508 +7,-1.537429487,0.7335445708,210,-1.5820631,0.6751952144,267.48697055 +8,-1.535484998,0.7335658704,210,-1.5820631,0.6751952144,270.55880364 +9,-1.533488396,0.7336036027,210,-1.5820631,0.6751952144,273.86028741 +10,-1.531497785,0.7335842962,210,-1.5820631,0.6751952144,277.05668258 +11,-1.530259379,0.7334777758,210,-1.5820631,0.6751952144,278.78558157 +12,-1.5335454,0.7322346912,210,-1.5820631,0.6751952144,269.24970612 +13,-1.531489083,0.7322238773,210,-1.5820631,0.6751952144,272.64045683 +14,-1.530011122,0.7321679851,210,-1.5820631,0.6751952144,274.98368789 +15,-1.53348106,0.7306614094,210,-1.5820631,0.6751952144,264.20633972 +16,-1.531441779,0.7306962275,210,-1.5820631,0.6751952144,267.7885066 +17,-1.529755654,0.7306933243,210,-1.5820631,0.6751952144,270.71955262 +18,-1.533415048,0.7291384674,210,-1.5820631,0.6751952144,259.38030811 +19,-1.531392093,0.7291705353,210,-1.5820631,0.6751952144,262.99691879 +20,-1.529296523,0.7291214933,210,-1.5820631,0.6751952144,266.58150657 +21,-1.535280942,0.727267644,210,-1.5820631,0.6751952144,250.14446717 +22,-1.533378158,0.7276139666,210,-1.5820631,0.6751952144,254.55018388 +23,-1.531340368,0.7276446587,210,-1.5820631,0.6751952144,258.26118352 +24,-1.528960113,0.7276398177,210,-1.5820631,0.6751952144,262.58656383 +25,-1.533313146,0.7260818349,210,-1.5820631,0.6751952144,249.79896106 +26,-1.531259555,0.7260958115,210,-1.5820631,0.6751952144,253.56328444 +27,-1.528926415,0.7260865555,210,-1.5820631,0.6751952144,257.87822862 +28,-1.531226779,0.7245511789,210,-1.5820631,0.6751952144,248.85139542 +29,-1.528904772,0.7245519194,210,-1.5820631,0.6751952144,253.26487151 +30,-1.547195875,0.7409785979,210,-1.5820631,0.6751952144,280.87067197 +31,-1.5451475,0.740980426,210,-1.5820631,0.6751952144,283.23409711 +32,-1.543097679,0.7409798872,210,-1.5820631,0.6751952144,285.70402536 +33,-1.540720364,0.7409892687,210,-1.5820631,0.6751952144,288.74243974 +34,-1.547188511,0.7395198392,210,-1.5820631,0.6751952144,275.55305189 +35,-1.545148587,0.7395226109,210,-1.5820631,0.6751952144,277.95839523 +36,-1.543104538,0.7395314908,210,-1.5820631,0.6751952144,280.50444829 +37,-1.540727751,0.7395306258,210,-1.5820631,0.6751952144,283.564315 +38,-1.547187029,0.7380014886,210,-1.5820631,0.6751952144,270.03105274 +39,-1.545147315,0.7380012252,210,-1.5820631,0.6751952144,272.47711902 +40,-1.54310719,0.7380060743,210,-1.5820631,0.6751952144,275.05729382 +41,-1.540719671,0.7380068206,210,-1.5820631,0.6751952144,278.20129591 +42,-1.547187189,0.7364799098,210,-1.5820631,0.6751952144,264.51685077 +43,-1.545149996,0.7364853874,210,-1.5820631,0.6751952144,267.03419977 +44,-1.543106091,0.7364823484,210,-1.5820631,0.6751952144,269.64635443 +45,-1.540717158,0.7364893901,210,-1.5820631,0.6751952144,272.88101591 +46,-1.538663972,0.7410138672,210,-1.5820631,0.6751952144,291.54444523 +47,-1.53695285,0.7409699132,210,-1.5820631,0.6751952144,293.73012839 +48,-1.534910498,0.7409641297,210,-1.5820631,0.6751952144,296.59604336 +49,-1.533145034,0.7409536636,210,-1.5820631,0.6751952144,299.1342064 +50,-1.538681336,0.7395405883,210,-1.5820631,0.6751952144,286.35322507 +51,-1.536999189,0.7395183096,210,-1.5820631,0.6751952144,288.61812992 +52,-1.534923633,0.7395144222,210,-1.5820631,0.6751952144,291.59068867 +53,-1.533267822,0.7395654306,210,-1.5820631,0.6751952144,294.21960713 +54,-1.53867273,0.7380151077,210,-1.5820631,0.6751952144,281.04181088 +55,-1.536980576,0.7379994392,210,-1.5820631,0.6751952144,283.3919716 +56,-1.534931522,0.7379944961,210,-1.5820631,0.6751952144,286.38126486 +57,-1.533387952,0.7379480264,210,-1.5820631,0.6751952144,288.55529582 +58,-1.538682279,0.7364914363,210,-1.5820631,0.6751952144,275.74080944 +59,-1.536980704,0.7364810563,210,-1.5820631,0.6751952144,278.17187073 +60,-1.534935567,0.7364752065,210,-1.5820631,0.6751952144,281.21214425 +61,-1.533042592,0.7363876366,210,-1.5820631,0.6751952144,283.84117673 +62,-1.545143426,0.7349628011,210,-1.5820631,0.6751952144,261.60361091 +63,-1.543105297,0.7349691947,210,-1.5820631,0.6751952144,264.29928879 +64,-1.541064533,0.7349647152,210,-1.5820631,0.6751952144,267.07486426 +65,-1.545411803,0.7334624714,210,-1.5820631,0.6751952144,255.91928264 +66,-1.543446606,0.7334780896,210,-1.5820631,0.6751952144,258.59117156 +67,-1.541475327,0.7334957295,210,-1.5820631,0.6751952144,261.38578938 +68,-1.545401939,0.731963266,210,-1.5820631,0.6751952144,250.62239751 +69,-1.54342253,0.7319915583,210,-1.5820631,0.6751952144,253.4169294 +70,-1.541455867,0.7320216438,210,-1.5820631,0.6751952144,256.30799973 +71,-1.545410146,0.7304422281,210,-1.5820631,0.6751952144,245.25355653 +72,-1.543435491,0.7304713664,210,-1.5820631,0.6751952144,248.10509202 +73,-1.541463105,0.7304997613,210,-1.5820631,0.6751952144,251.05998203 +74,-1.545414768,0.7289194936,210,-1.5820631,0.6751952144,239.91488426 +75,-1.543435774,0.7289538557,210,-1.5820631,0.6751952144,242.85396067 +76,-1.541457714,0.7289765881,210,-1.5820631,0.6751952144,245.86233634 +77,-1.539449415,0.7320555866,210,-1.5820631,0.6751952144,259.37538126 +78,-1.537429183,0.7321097681,210,-1.5820631,0.6751952144,262.63607844 +79,-1.535472649,0.7321497267,210,-1.5820631,0.6751952144,265.84738726 +80,-1.539457899,0.7305333307,210,-1.5820631,0.6751952144,254.18782812 +81,-1.537453161,0.7305750503,210,-1.5820631,0.6751952144,257.44659334 +82,-1.535479385,0.7306124949,210,-1.5820631,0.6751952144,260.74051333 +83,-1.53946905,0.7290102593,210,-1.5820631,0.6751952144,249.0312127 +84,-1.537459922,0.7290417293,210,-1.5820631,0.6751952144,252.32913565 +85,-1.535451349,0.7290890157,210,-1.5820631,0.6751952144,255.7794404 +86,-1.535522937,0.7279887191,210,-1.5820631,0.6751952144,252.07041205 +87,-1.539442524,0.7274735939,210,-1.5820631,0.6751952144,243.92959605 +88,-1.537424111,0.727521351,210,-1.5820631,0.6751952144,247.3676766 +89,-1.539384641,0.7259505092,210,-1.5820631,0.6751952144,238.97035508 +90,-1.537372391,0.7259947145,210,-1.5820631,0.6751952144,242.46091829 +91,-1.535340789,0.7260435356,210,-1.5820631,0.6751952144,246.10102791 +92,-1.539325716,0.7244369706,210,-1.5820631,0.6751952144,234.09482756 +93,-1.537308932,0.7244801057,210,-1.5820631,0.6751952144,237.66601547 +94,-1.535289068,0.7245247645,210,-1.5820631,0.6751952144,241.34911517 +95,-1.533261366,0.7245550236,210,-1.5820631,0.6751952144,245.09874568 +96,-1.539267302,0.722921924,210,-1.5820631,0.6751952144,229.26698121 +97,-1.537248972,0.7229660258,210,-1.5820631,0.6751952144,232.92282618 +98,-1.535219431,0.7229916471,210,-1.5820631,0.6751952144,236.6426335 +99,-1.53318962,0.7230212049,210,-1.5820631,0.6751952144,240.47472237 +100,-1.531154816,0.7230299897,210,-1.5820631,0.6751952144,244.3480175 +101,-1.528878341,0.7230370244,210,-1.5820631,0.6751952144,248.78262811 +102,-1.539218189,0.7214009878,210,-1.5820631,0.6751952144,224.46092336 +103,-1.537198791,0.7214422745,210,-1.5820631,0.6751952144,228.19092749 +104,-1.535179266,0.7214634354,210,-1.5820631,0.6751952144,231.96046478 +105,-1.533156501,0.7214944644,210,-1.5820631,0.6751952144,235.86484869 +106,-1.53113574,0.7215166021,210,-1.5820631,0.6751952144,239.83191418 +107,-1.528874248,0.7215345535,210,-1.5820631,0.6751952144,244.35726508 +108,-1.539217656,0.7198512397,210,-1.5820631,0.6751952144,219.53688065 +109,-1.537199919,0.7199428763,210,-1.5820631,0.6751952144,223.50281855 +110,-1.545425832,0.727397149,210,-1.5820631,0.6751952144,234.60187872 +111,-1.543371177,0.7273916949,210,-1.5820631,0.6751952144,237.58254887 +112,-1.541368852,0.7274523163,210,-1.5820631,0.6751952144,240.82890342 +113,-1.545349067,0.7258710923,210,-1.5820631,0.6751952144,229.44013443 +114,-1.54332671,0.7258603556,210,-1.5820631,0.6751952144,232.43055993 +115,-1.541346831,0.7259242142,210,-1.5820631,0.6751952144,235.72458001 +116,-1.545324355,0.7243383958,210,-1.5820631,0.6751952144,224.22204549 +117,-1.543292796,0.7243617413,210,-1.5820631,0.6751952144,227.41749095 +118,-1.541295822,0.7244024384,210,-1.5820631,0.6751952144,230.73416717 +119,-1.543193859,0.7205570215,210,-1.5820631,0.6751952144,214.9235449 +120,-1.550257047,0.7386738187,210,-1.5820631,0.6751952144,269.04926968 +121,-1.549335448,0.7311736483,210,-1.5820631,0.6751952144,242.7631115 +122,-1.533478843,0.7179891343,210,-1.5820631,0.6751952144,224.74217045 +123,-1.556150555,0.738907041,210,-1.5820631,0.6751952144,264.1393276 +124,-1.554324226,0.733414257,210,-1.5820631,0.6751952144,245.32285157 +125,-1.554290846,0.7288285332,210,-1.5820631,0.6751952144,228.4315501 +126,-1.55122487,0.7219795312,210,-1.5820631,0.6751952144,207.56841303 +127,-1.525104458,0.7229399862,210,-1.5820631,0.6751952144,256.06137384 +128,-1.519607711,0.7236181429,210,-1.5820631,0.6751952144,269.44088516 +129,-1.513899999,0.7251107854,210,-1.5820631,0.6751952144,285.81343141 +130,-1.536620762,0.7431061895,210,-1.5820631,0.6751952144,301.65275264 +131,-1.5369566,0.7460845958,210,-1.5820631,0.6751952144,311.70018253 +132,-1.545345528,0.7447040685,210,-1.5820631,0.6751952144,296.56920178 +133,-1.532813921,0.7432306626,210,-1.5820631,0.6751952144,307.42528529 +134,-1.554788248,0.7382381001,210,-1.5820631,0.6751952144,262.86808691 +135,-1.540348126,0.7301594274,210,-1.5820631,0.6751952144,251.56431382 +136,-1.538016084,0.7239051786,210,-1.5820631,0.6751952144,234.59329432 +137,-1.525288962,0.7258085137,210,-1.5820631,0.6751952144,264.06001505 +138,-1.534326986,0.731241342,210,-1.5820631,0.6751952144,264.69914553 +139,-1.530733872,0.7303625216,210,-1.5820631,0.6751952144,267.94916823 +141,-1.534354939,0.7328219978,210,-1.5820631,0.6751952144,269.87315677 +142,-1.53157084,0.7292888153,210,-1.5820631,0.6751952144,263.05953497 +143,-1.525691035,0.7263799874,210,-1.5820631,0.6751952144,264.97003898 +144,-1.534031287,0.7495967835,210,-1.5820631,0.6751952144,327.94736885 +145,-1.527714986,0.7283095957,210,-1.5820631,0.6751952144,266.96262152 +146,-1.526189586,0.7271468292,210,-1.5820631,0.6751952144,266.30511886 +147,-1.555177336,0.7375563366,210,-1.5820631,0.6751952144,259.94461244 +148,-1.555080283,0.7312707794,210,-1.5820631,0.6751952144,236.59134037 +149,-1.53856994,0.7224180299,210,-1.5820631,0.6751952144,228.85157536 +150,-1.530837883,0.729933372,210,-1.5820631,0.6751952144,266.39897627 +151,-1.515066984,0.5854133365,210,-1.5820631,0.6751952144,415.14149265 +152,-1.534731633,0.5368370046,210,-1.5820631,0.6751952144,569.20597565 +153,-1.515231902,0.5607085576,210,-1.5820631,0.6751952144,502.06124913 +154,-2.616253799,1.0684566605,210,-1.5820631,0.6751952144,2922.3408861 +155,-1.956071439,0.5792177723,210,-1.5820631,0.6751952144,1254.8371661 +156,-1.951208514,0.5602434208,210,-1.5820631,0.6751952144,1272.2933469 +157,-1.944675062,0.6062144545,210,-1.5820631,0.6751952144,1180.6194044 +158,-1.613778386,0.6077989518,210,-1.5820631,0.6751952144,285.28185727 +159,-2.035029014,0.6021432345,210,-1.5820631,0.6751952144,1464.1357866 +160,-2.114989471,0.6801825058,210,-1.5820631,0.6751952144,1636.7995576 +161,-2.037382079,0.5765830025,210,-1.5820631,0.6751952144,1507.2227261 +162,-2.129855121,0.6585019963,210,-1.5820631,0.6751952144,1697.9120255 +163,-2.075141798,0.6493615843,210,-1.5820631,0.6751952144,1537.4938932 +164,-1.828626729,0.6948433129,210,-1.5820631,0.6751952144,759.50746875 +165,-1.863329418,0.6735427691,210,-1.5820631,0.6751952144,869.12253681 +166,-1.266037071,0.727988852,210,-1.5820631,0.6751952144,976.75985371 +167,-1.277579582,0.7249010648,210,-1.5820631,0.6751952144,941.44113267 +168,-1.258418684,0.7241194816,210,-1.5820631,0.6751952144,997.68677482 +169,-1.317813974,0.6804850104,210,-1.5820631,0.6751952144,814.62802705 +170,-1.344165204,0.6790988904,210,-1.5820631,0.6751952144,733.88424745 +171,-1.427582102,0.5277120351,210,-1.5820631,0.6751952144,771.05769363 +172,-1.402238616,0.457167829,210,-1.5820631,0.6751952144,1050.583066 +173,-1.422454264,0.4996161999,210,-1.5820631,0.6751952144,871.07031308 +174,-1.439089277,0.4894859811,210,-1.5820631,0.6751952144,873.6180386 +175,-1.448126995,0.5182330266,210,-1.5820631,0.6751952144,760.32216991 +176,-1.474626146,0.5881926574,210,-1.5820631,0.6751952144,486.28847544 +177,-1.421139645,0.5584869783,210,-1.5820631,0.6751952144,695.04230209 +178,-1.457037165,0.565943032,210,-1.5820631,0.6751952144,590.85646934 +179,-2.757159358,0.3745319,210,-1.5820631,0.6751952144,4108.0927056 +180,-2.714309238,0.342054471,210,-1.5820631,0.6751952144,4046.9764042 +181,-2.000525337,0.774119946,210,-1.5820631,0.6751952144,1295.9746936 +183,-1.571413436,0.6777838382,210,-1.5820631,0.6751952144,34.454494933 +184,-1.552860289,0.6987663893,210,-1.5820631,0.6751952144,129.2832042 +185,-1.521852374,0.7165827476,210,-1.5820631,0.6751952144,245.68277927 +186,-1.503656267,0.6928968252,210,-1.5820631,0.6751952144,250.67015251 +187,-1.502753178,0.7136205882,210,-1.5820631,0.6751952144,285.31621015 +188,-1.631894563,0.7343596465,210,-1.5820631,0.6751952144,278.39627332 +189,-1.653765416,0.6770714026,210,-1.5820631,0.6751952144,221.63548773 +190,-1.719812114,0.6715965947,210,-1.5820631,0.6751952144,426.62493749 +191,-1.493406659,0.6646955447,210,-1.5820631,0.6751952144,278.3512171 +192,-1.469120564,0.6613469966,210,-1.5820631,0.6751952144,355.31426784 +193,-1.590551461,0.5326612937,210,-1.5820631,0.6751952144,565.2519626 +194,-1.625979264,0.5247742243,210,-1.5820631,0.6751952144,612.79388105 +195,-1.572293943,0.5238808754,210,-1.5820631,0.6751952144,600.20301133 +196,-1.610848725,0.5477107964,210,-1.5820631,0.6751952144,513.49518432 +197,-1.208485554,0.7918526018,210,-1.5820631,0.6751952144,1187.7165951 +198,-1.335601374,0.6869083083,210,-1.5820631,0.6751952144,759.09034062 +199,-1.346156996,0.6825213377,210,-1.5820631,0.6751952144,727.16053751 +200,-1.324381037,0.6741422347,210,-1.5820631,0.6751952144,796.20935987 +201,-1.242424992,0.7378949807,210,-1.5820631,0.6751952144,1050.4137706 +202,-1.270370057,0.7392461008,210,-1.5820631,0.6751952144,970.15448217 +203,-1.448950472,0.7441675014,210,-1.5820631,0.6751952144,484.04934442 +204,-1.492662363,0.7523026852,210,-1.5820631,0.6751952144,405.95601932 +205,-1.479098966,0.7763855017,210,-1.5820631,0.6751952144,503.39599076 +206,-1.633760714,0.7869022408,210,-1.5820631,0.6751952144,467.90701343 +207,-1.647406434,0.8101289331,210,-1.5820631,0.6751952144,567.2871045 +208,-1.564245052,0.5701509278,210,-1.5820631,0.6751952144,420.00248415 +209,-1.646289963,0.6833746083,210,-1.5820631,0.6751952144,200.55007502 +210,-1.5820631,0.6751952144,210,-1.5820631,0.6751952144,35.620913611 +211,-1.613236298,0.6681681791,210,-1.5820631,0.6751952144,100.5808137 +212,-1.914661867,0.8212566515,210,-1.5820631,0.6751952144,1121.1764793 +213,-1.742133237,0.7250275956,210,-1.5820631,0.6751952144,523.18437824 +214,-2.033144872,0.6557314699,210,-1.5820631,0.6751952144,1402.9613697 +215,-2.039551981,0.6964723658,210,-1.5820631,0.6751952144,1399.8761005 +216,-1.247341019,0.7622473908,210,-1.5820631,0.6751952144,1052.8777229 +217,-1.298239787,0.7084123392,210,-1.5820631,0.6751952144,874.40713288 +218,-1.308539688,0.6926545592,210,-1.5820631,0.6751952144,841.52743713 +219,-1.303263185,0.6888938396,210,-1.5820631,0.6751952144,857.86228136 +220,-1.852400229,0.6004246149,210,-1.5820631,0.6751952144,908.4547426 +221,-1.288947707,0.7473773692,210,-1.5820631,0.6751952144,922.94377163 +222,-1.372031502,0.7472790993,210,-1.5820631,0.6751952144,691.04525809 +223,-1.289805721,0.7242157877,210,-1.5820631,0.6751952144,905.10691432 +224,-1.350807603,0.7533498126,210,-1.5820631,0.6751952144,757.05364854 +225,-1.329290365,0.7560442322,210,-1.5820631,0.6751952144,819.25829459 +226,-1.410153004,0.616936428,210,-1.5820631,0.6751952144,590.22850295 +227,-1.393445434,0.6308995063,210,-1.5820631,0.6751952144,618.34113623 +228,-1.37595573,0.6241540638,210,-1.5820631,0.6751952144,680.20185672 +229,-1.358388707,0.6172645205,210,-1.5820631,0.6751952144,742.85030565 +230,-1.753741133,0.8281661666,210,-1.5820631,0.6751952144,782.24019689 +231,-1.47430987,0.6834615681,210,-1.5820631,0.6751952144,333.60091441 +232,-1.421012508,0.7222725206,210,-1.5820631,0.6751952144,522.47898791 +233,-1.4476833,0.6978557868,210,-1.5820631,0.6751952144,421.21577696 +234,-1.470370723,0.6966193374,210,-1.5820631,0.6751952144,352.6313999 +235,-1.429211703,0.7037216883,210,-1.5820631,0.6751952144,480.40023868 +236,-1.700578405,0.6178673663,210,-1.5820631,0.6751952144,437.94590231 +237,-1.678117619,0.6331716163,210,-1.5820631,0.6751952144,344.67528766 +238,-1.725644578,0.6316331145,210,-1.5820631,0.6751952144,483.1931603 +239,-2.14012759,0.7930497945,210,-1.5820631,0.6751952144,1693.7162084 +240,-2.103289431,0.7653606263,210,-1.5820631,0.6751952144,1583.0953272 +241,-1.318739838,0.7017808746,210,-1.5820631,0.6751952144,811.27910981 +242,-1.396417427,0.7077900843,210,-1.5820631,0.6751952144,580.56053892 +243,-1.35650337,0.7185539404,210,-1.5820631,0.6751952144,705.59186019 +244,-1.248884539,0.7274156818,210,-1.5820631,0.6751952144,1026.9992125 +245,-1.395014798,0.5761185243,210,-1.5820631,0.6751952144,716.63115166 +246,-1.433377362,0.6064716109,210,-1.5820631,0.6751952144,544.60480826 +247,-1.408172432,0.5903155476,210,-1.5820631,0.6751952144,648.6801977 +248,-1.749645898,0.7757118084,210,-1.5820631,0.6751952144,635.79087273 +249,-1.571626686,0.615046989,210,-1.5820631,0.6751952144,240.5240638 +250,-1.514070049,0.6303003037,210,-1.5820631,0.6751952144,278.15691004 +251,-1.480890369,0.6237966528,210,-1.5820631,0.6751952144,378.4333475 +252,-1.704390658,0.5281680612,210,-1.5820631,0.6751952144,705.66234769 +253,-1.64434733,0.5254277498,210,-1.5820631,0.6751952144,627.03411378 +254,-1.703855997,0.4792484842,210,-1.5820631,0.6751952144,874.40074914 +255,-1.692002383,0.5748825051,210,-1.5820631,0.6751952144,531.29520277 +256,-1.854136457,0.5544643913,210,-1.5820631,0.6751952144,999.85851442 +257,-1.665021206,0.520317736,210,-1.5820631,0.6751952144,670.63788573 +258,-1.733654349,0.4845187345,210,-1.5820631,0.6751952144,906.00410915 +259,-1.720938188,0.5135933906,210,-1.5820631,0.6751952144,785.01799192 +260,-1.742668307,0.553296122,210,-1.5820631,0.6751952144,708.78520248 +261,-1.965659039,0.7142126903,210,-1.5820631,0.6751952144,1174.3159061 +262,-1.944438071,0.6772834804,210,-1.5820631,0.6751952144,1117.1017033 +263,-1.270340967,0.7681487096,210,-1.5820631,0.6751952144,994.80139226 +264,-1.353091884,0.6549276821,210,-1.5820631,0.6751952144,717.53851141 +265,-1.333236659,0.6413584414,210,-1.5820631,0.6751952144,790.2467684 +266,-1.352015998,0.6753788907,210,-1.5820631,0.6751952144,710.61531936 +267,-1.377988483,0.6577816235,210,-1.5820631,0.6751952144,638.64319542 +268,-2.13075611,0.8318642051,210,-1.5820631,0.6751952144,1687.8265624 +269,-2.097910953,0.8259670014,210,-1.5820631,0.6751952144,1597.1367368 +270,-1.416382069,0.6694271549,210,-1.5820631,0.6751952144,513.7276659 +271,-1.538905672,0.7535625993,210,-1.5820631,0.6751952144,336.16546018 +272,-1.572309477,0.7803125099,210,-1.5820631,0.6751952144,417.36458973 +273,-1.87759879,0.7503853417,210,-1.5820631,0.6751952144,932.40187478 +274,1.152365588,0.590457682,210,-1.5820631,0.6751952144,7212.2398904 +275,0.350198001,0.718001859,210,-1.5820631,0.6751952144,5410.9622988 +276,0.046513677,0.491503852,210,-1.5820631,0.6751952144,5199.5561572 +277,0.027510309,0.742571376,210,-1.5820631,0.6751952144,4590.3736197 +278,0.306285725,-0.214631579,210,-1.5820631,0.6751952144,7728.5824451 +279,-1.100564889,0.318051531,210,-1.5820631,0.6751952144,2177.9817854 +280,-1.078582306,0.301437596,210,-1.5820631,0.6751952144,2282.8631625 +281,-1.137371989,-0.617634065,210,-1.5820631,0.6751952144,5373.7042143 +282,0.784356344,0.703272339,210,-1.5820631,0.6751952144,6305.2949848 +283,-1.221209947,0.218327455,210,-1.5820631,0.6751952144,2209.9129675 +284,2.347301921,-0.449114658,210,-1.5820631,0.6751952144,9687.0061359 +285,0.246820618,0.830553713,210,-1.5820631,0.6751952144,4901.9745443 +286,0.829414965,0.703288228,210,-1.5820631,0.6751952144,6377.9062179 +287,-1.337537566,0.42332223,210,-1.5820631,0.6751952144,1291.960032 +288,0.882453706,0.454478077,210,-1.5820631,0.6751952144,7314.0666197 +289,1.575629659,0.416419109,210,-1.5820631,0.6751952144,8119.5511854 +290,-1.039455679,0.229888244,210,-1.5820631,0.6751952144,2592.7571475 +291,0.489558039,0.934482747,210,-1.5820631,0.6751952144,5097.7955708 +292,0.081344504,0.88384514,210,-1.5820631,0.6751952144,4428.327877 +293,-1.547979814,0.300350308,210,-1.5820631,0.6751952144,1489.4386799 +294,0.040776181,0.168560074,210,-1.5820631,0.6751952144,5964.9520216 +295,-1.130374745,0.563894876,210,-1.5820631,0.6751952144,1515.9923368 +296,1.578326642,0.478507176,210,-1.5820631,0.6751952144,7873.5030175 +297,-1.12861823,-0.291640865,210,-1.5820631,0.6751952144,4182.831146 +298,0.310524208,0.770885792,210,-1.5820631,0.6751952144,5186.5063857 +299,0.415649091,-0.387246002,210,-1.5820631,0.6751952144,8459.4576644 +300,-0.926533878,-0.188022748,210,-1.5820631,0.6751952144,4188.7572029 +301,1.258856172,-0.11716081,210,-1.5820631,0.6751952144,9985.5755256 +302,-1.126050026,0.322941926,210,-1.5820631,0.6751952144,2098.1533325 +303,2.002785835,0.07893892,210,-1.5820631,0.6751952144,9043.8022749 +304,0.440437607,0.746258085,210,-1.5820631,0.6751952144,5528.493282 +305,-0.030391866,0.214441206,210,-1.5820631,0.6751952144,5635.1470457 +306,0.521557815,-0.058929362,210,-1.5820631,0.6751952144,7994.1361315 +307,-0.097005111,0.13317729,210,-1.5820631,0.6751952144,5628.5328513 +308,1.83113859,0.221857587,210,-1.5820631,0.6751952144,8751.0708183 +309,0.222428864,0.099404236,210,-1.5820631,0.6751952144,6689.7784956 +310,-1.702731345,0.8728568183,210,-1.5820631,0.6751952144,853.38831304 +311,-0.418507569,0.278324921,210,-1.5820631,0.6751952144,4288.3132892 +312,-1.41153306,0.339029988,210,-1.5820631,0.6751952144,1454.3418995 +313,0.357560442,0.114788776,210,-1.5820631,0.6751952144,7051.7689921 +314,0.325818979,0.268352149,210,-1.5820631,0.6751952144,6551.867577 +315,-1.246004659,-0.663679965,210,-1.5820631,0.6751952144,5442.7238842 +316,1.814603087,0.637404484,210,-1.5820631,0.6751952144,7161.7122231 +317,1.843704281,-0.18300445,210,-1.5820631,0.6751952144,10250.12385 +318,1.690644492,-0.211480909,210,-1.5820631,0.6751952144,10549.887503 +319,-1.275451936,0.068109467,210,-1.5820631,0.6751952144,2646.3869747 +320,0.762430171,-0.207594741,210,-1.5820631,0.6751952144,9090.6919592 +321,0.265668905,-0.014647884,210,-1.5820631,0.6751952144,7110.8954645 +322,-2.773032013,-0.335515811,210,-1.5820631,0.6751952144,5954.4685383 +323,-1.469512853,0.174058777,210,-1.5820631,0.6751952144,2024.7427071 +324,0.286276986,0.785925691,210,-1.5820631,0.6751952144,5095.8490625 +325,-1.379324697,0.377432233,210,-1.5820631,0.6751952144,1365.8685211 +326,-1.203778265,0.212813032,210,-1.5820631,0.6751952144,2264.0114841 +327,0.579916301,0.611743168,210,-1.5820631,0.6751952144,6210.8060526 +328,0.267582642,0.868113908,210,-1.5820631,0.6751952144,4855.6668166 +329,0.412869244,-0.050245578,210,-1.5820631,0.6751952144,7647.6725663 +330,0.17524381,0.976660285,210,-1.5820631,0.6751952144,4430.9190173 +331,0.743157214,0.204812899,210,-1.5820631,0.6751952144,7835.9648397 +332,-1.070758176,0.269382282,210,-1.5820631,0.6751952144,2396.0672008 +333,-1.230364251,0.329790229,210,-1.5820631,0.6751952144,1824.9106281 +334,-1.374813124,-0.024926835,210,-1.5820631,0.6751952144,2874.3212586 +335,0.519780566,0.463669906,210,-1.5820631,0.6751952144,6515.4455563 +336,-1.55108034,0.239698561,210,-1.5820631,0.6751952144,1728.4159945 +337,0.180294813,0.029739425,210,-1.5820631,0.6751952144,6738.1785549 +338,0.67820924,0.268170153,210,-1.5820631,0.6751952144,7483.7005819 +339,0.445798684,1.024001867,210,-1.5820631,0.6751952144,4785.272938 +340,0.691751283,0.150521402,210,-1.5820631,0.6751952144,7874.5801456 +341,-1.036643551,-0.903056181,210,-1.5820631,0.6751952144,6529.5442405 +342,-0.120287036,1.083325163,210,-1.5820631,0.6751952144,3712.3558664 +343,2.823513113,-0.304487164,210,-1.5820631,0.6751952144,7905.2657156 +344,0.457583172,1.12513373,210,-1.5820631,0.6751952144,4540.076377 +345,0.042918831,0.813795399,210,-1.5820631,0.6751952144,4481.8165098 +346,1.196146777,-0.853142756,210,-1.5820631,0.6751952144,11194.757516 +347,0.206001358,-0.010430701,210,-1.5820631,0.6751952144,6917.7838459 +348,-0.268308653,0.234799412,210,-1.5820631,0.6751952144,4854.4713587 +349,0.759363263,0.736189579,210,-1.5820631,0.6751952144,6155.5015331 +350,0.181363926,0.891988372,210,-1.5820631,0.6751952144,4623.5569775 +351,-0.021111158,0.139103292,210,-1.5820631,0.6751952144,5847.9401301 +352,-0.093355215,0.630686981,210,-1.5820631,0.6751952144,4503.8095643 +353,0.40118964,0.681375926,210,-1.5820631,0.6751952144,5622.8829594 +354,-0.721197315,1.304706234,210,-1.5820631,0.6751952144,2940.7008174 +355,-1.076150317,0.212107639,210,-1.5820631,0.6751952144,2554.9295586 +356,-1.577164531,0.273993443,210,-1.5820631,0.6751952144,1589.2516618 +357,-0.190788414,0.182208586,210,-1.5820631,0.6751952144,5219.6939152 +358,-0.261349752,0.209710184,210,-1.5820631,0.6751952144,4935.5939117 +359,-1.029303852,0.083549259,210,-1.5820631,0.6751952144,3071.1174422 +360,-1.268609162,0.330525297,210,-1.5820631,0.6751952144,1738.5618926 +361,1.282982244,-0.926641967,210,-1.5820631,0.6751952144,11195.444321 +362,0.217352334,0.731352408,210,-1.5820631,0.6751952144,5073.9050218 +363,-1.511833084,0.258629297,210,-1.5820631,0.6751952144,1668.1345455 +364,0.338812194,0.823184618,210,-1.5820631,0.6751952144,5112.9127629 +365,-0.324406489,1.134201999,210,-1.5820631,0.6751952144,3323.8663903 +366,1.389579348,0.399185724,210,-1.5820631,0.6751952144,8141.6963331 +367,2.047152199,-0.039082036,210,-1.5820631,0.6751952144,9368.8776373 +368,0.947780369,0.568250077,210,-1.5820631,0.6751952144,7028.4804624 +369,0.763824846,0.576754987,210,-1.5820631,0.6751952144,6686.5593351 +370,-0.142334657,0.928153068,210,-1.5820631,0.6751952144,3860.3793761 +371,0.610266567,0.547265983,210,-1.5820631,0.6751952144,6471.1995554 +372,0.210731629,0.746815056,210,-1.5820631,0.6751952144,5021.377994 +373,-1.34931644,0.316895224,210,-1.5820631,0.6751952144,1630.2169444 +374,2.407696481,0.655030745,210,-1.5820631,0.6751952144,6335.3388898 +375,0.64207831,0.545359131,210,-1.5820631,0.6751952144,6544.784311 +376,1.174597538,0.840588356,210,-1.5820631,0.6751952144,6288.8069007 +377,0.660059424,0.010604079,210,-1.5820631,0.6751952144,8199.9987114 +378,-0.730263819,0.010486456,210,-1.5820631,0.6751952144,4052.864827 +379,0.831068936,0.512339172,210,-1.5820631,0.6751952144,7024.6497493 +380,1.301180979,0.72367476,210,-1.5820631,0.6751952144,6825.0082303 +381,1.811128231,0.322854402,210,-1.5820631,0.6751952144,8381.6788485 +382,0.435105812,0.992284428,210,-1.5820631,0.6751952144,4851.6236636 +383,0.62643634,0.592027932,210,-1.5820631,0.6751952144,6367.8243255 +384,0.492988703,-0.516339467,210,-1.5820631,0.6751952144,8955.1507828 +385,-0.162469483,0.112549365,210,-1.5820631,0.6751952144,5476.6939942 +386,0.314630866,0.472006421,210,-1.5820631,0.6751952144,5977.7389908 +387,0.166744804,0.822815954,210,-1.5820631,0.6751952144,4745.4124945 +388,0.417159608,0.965805736,210,-1.5820631,0.6751952144,4891.2150666 +389,0.106334961,0.868774244,210,-1.5820631,0.6751952144,4513.3104292 +390,0.815086969,-0.338144359,210,-1.5820631,0.6751952144,9574.7310149 +391,0.59867455,-0.230624824,210,-1.5820631,0.6751952144,8663.8333083 +392,1.915104874,0.066220985,210,-1.5820631,0.6751952144,9231.5741112 +393,1.278093622,0.064463721,210,-1.5820631,0.6751952144,9338.1859237 +394,-0.061477853,0.302997961,210,-1.5820631,0.6751952144,5327.4861389 +395,0.251311504,0.626976942,210,-1.5820631,0.6751952144,5413.6874512 +396,2.950242872,0.149095644,210,-1.5820631,0.6751952144,6401.8675854 +397,-0.180294708,0.35375117,210,-1.5820631,0.6751952144,4849.0013664 +398,1.010448592,-0.351180233,210,-1.5820631,0.6751952144,10173.808922 +399,-1.748740498,0.3686318073,210,-1.5820631,0.6751952144,1340.4236515 +400,2.699635665,0.123533791,210,-1.5820631,0.6751952144,7208.0325214 +401,0.496808033,0.823843254,210,-1.5820631,0.6751952144,5421.7887993 +402,0.129574704,0.763364087,210,-1.5820631,0.6751952144,4793.0535461 +403,1.798920311,0.817447563,210,-1.5820631,0.6751952144,6471.021855 +404,0.335987953,0.746786541,210,-1.5820631,0.6751952144,5304.1519556 +405,-1.085413643,0.292154671,210,-1.5820631,0.6751952144,2291.8887529 +406,-0.155321003,0.508207011,210,-1.5820631,0.6751952144,4583.031399 +407,0.620529244,-0.301175104,210,-1.5820631,0.6751952144,8899.5478926 +408,1.684402744,0.368716966,210,-1.5820631,0.6751952144,8282.9809335 +409,0.300582244,-0.386397212,210,-1.5820631,0.6751952144,8103.6424494 +410,2.913555946,-0.009225192,210,-1.5820631,0.6751952144,6913.2334999 +411,1.465101417,0.493232532,210,-1.5820631,0.6751952144,7802.5297816 +412,0.090612882,0.907955955,210,-1.5820631,0.6751952144,4400.3345437 +413,2.987564726,-0.729568594,210,-1.5820631,0.6751952144,8293.2284935 +414,-1.484261606,0.224149272,210,-1.5820631,0.6751952144,1819.3613511 +415,0.164073421,0.303955133,210,-1.5820631,0.6751952144,5995.4323543 +416,0.141441293,0.167552546,210,-1.5820631,0.6751952144,6272.7718073 +417,2.931321023,-0.506718887,210,-1.5820631,0.6751952144,8018.919832 +418,2.21951565,0.700596356,210,-1.5820631,0.6751952144,6493.3047834 +419,0.268112576,1.199114336,210,-1.5820631,0.6751952144,4128.7422695 +420,0.978913739,0.359223811,210,-1.5820631,0.6751952144,7814.2996305 +421,1.210898818,0.522863584,210,-1.5820631,0.6751952144,7526.7032637 +422,2.347397336,0.129231362,210,-1.5820631,0.6751952144,8139.6122209 +423,0.614394501,0.556878345,210,-1.5820631,0.6751952144,6450.618663 +424,-1.398079356,0.148483366,210,-1.5820631,0.6751952144,2186.7891584 +425,2.535303836,-0.112984496,210,-1.5820631,0.6751952144,8319.8158424 +426,-1.019372593,-0.405322349,210,-1.5820631,0.6751952144,4762.0488572 +427,-1.297785627,-0.160104069,210,-1.5820631,0.6751952144,3470.8756728 +428,2.144554488,0.205051084,210,-1.5820631,0.6751952144,8341.1843109 +429,-2.242387083,-0.426171285,210,-1.5820631,0.6751952144,5002.6969718 +430,0.338637212,0.909723676,210,-1.5820631,0.6751952144,4893.6763578 +431,-0.148798452,0.691042401,210,-1.5820631,0.6751952144,4235.0594146 +432,0.893524764,0.441829531,210,-1.5820631,0.6751952144,7377.2770976 +433,0.969229347,-0.368847936,210,-1.5820631,0.6751952144,10101.805431 +434,0.436043248,0.800045688,210,-1.5820631,0.6751952144,5370.9832308 +435,1.687946607,1.081504775,210,-1.5820631,0.6751952144,5473.380705 +436,0.522302046,-0.034889271,210,-1.5820631,0.6751952144,7932.5806605 +437,-0.178996113,-0.438090009,210,-1.5820631,0.6751952144,6806.8902062 +438,-1.094339566,0.301444068,210,-1.5820631,0.6751952144,2241.9198893 +439,-1.064070054,0.242569932,210,-1.5820631,0.6751952144,2492.488354 +440,-1.068153768,0.230387998,210,-1.5820631,0.6751952144,2518.8559109 +441,-3.00496892,-0.23989155,210,-1.5820631,0.6751952144,6367.6550886 +442,0.21751974,0.766874888,210,-1.5820631,0.6751952144,4989.1163688 +443,0.117229532,0.007619006,210,-1.5820631,0.6751952144,6599.8275943 +444,0.777758451,0.420554741,210,-1.5820631,0.6751952144,7224.8278006 +445,-0.252356999,0.250747086,210,-1.5820631,0.6751952144,4866.1461227 +446,0.363148444,0.768483434,210,-1.5820631,0.6751952144,5305.9758619 +447,0.903191366,-0.118210676,210,-1.5820631,0.6751952144,9226.1839248 +448,-0.205755923,0.149406178,210,-1.5820631,0.6751952144,5252.8579896 +449,1.811996086,0.02364353,210,-1.5820631,0.6751952144,9526.7342799 +450,-1.100670221,0.314845373,210,-1.5820631,0.6751952144,2186.8948279 +451,0.340078597,0.850105132,210,-1.5820631,0.6751952144,5046.7634198 +452,0.258757267,0.804969236,210,-1.5820631,0.6751952144,4989.2069946 +453,2.78505352,-0.155160804,210,-1.5820631,0.6751952144,7670.4998452 +454,0.800551619,0.105822106,210,-1.5820631,0.6751952144,8282.9062996 +455,0.437940882,-0.506194031,210,-1.5820631,0.6751952144,8768.4509941 +456,2.230431122,0.63458615,210,-1.5820631,0.6751952144,6705.6366067 +457,0.527965361,0.127667701,210,-1.5820631,0.6751952144,7503.6486168 +458,-0.063643205,0.702093448,210,-1.5820631,0.6751952144,4439.9009781 +459,1.408447268,0.133010502,210,-1.5820631,0.6751952144,9194.5415181 +460,0.523795955,0.280266966,210,-1.5820631,0.6751952144,7058.3118201 +461,-0.975769313,0.072177659,210,-1.5820631,0.6751952144,3233.6830517 +462,0.549774164,-0.463663986,210,-1.5820631,0.6751952144,9029.9547973 +463,0.29245874,1.095549818,210,-1.5820631,0.6751952144,4377.667394 +464,0.143625958,0.816809593,210,-1.5820631,0.6751952144,4707.0022663 +465,0.671902494,0.611159853,210,-1.5820631,0.6751952144,6399.7823795 +466,1.239840988,0.6724199,210,-1.5820631,0.6751952144,6980.7019774 +467,0.607829703,-0.10932137,210,-1.5820631,0.6751952144,8380.8832447 +468,1.763020906,0.263996692,210,-1.5820631,0.6751952144,8647.9292464 +469,0.378714634,0.726066797,210,-1.5820631,0.6751952144,5452.3013677 +470,2.196736143,-0.153862366,210,-1.5820631,0.6751952144,9381.7991007 +471,0.01702415,0.148991565,210,-1.5820631,0.6751952144,5940.6666154 +472,-2.998490902,-0.158002487,210,-1.5820631,0.6751952144,6142.0027837 +473,-3.051262951,-0.346595608,210,-1.5820631,0.6751952144,6769.7622951 +474,-1.069176439,0.182802941,210,-1.5820631,0.6751952144,2662.6619332 +475,0.167157509,0.595344954,210,-1.5820631,0.6751952144,5278.953294 +476,0.613855648,0.681746124,210,-1.5820631,0.6751952144,6066.6718355 +477,1.037012736,0.682555367,210,-1.5820631,0.6751952144,6740.7767397 +478,-1.253574971,0.379755746,210,-1.5820631,0.6751952144,1616.1413866 +479,3.108590453,-0.132620738,210,-1.5820631,0.6751952144,6616.5688367 +480,0.565301296,0.022333262,210,-1.5820631,0.6751952144,7901.6577637 +481,0.547898238,0.855555614,210,-1.5820631,0.6751952144,5423.0660147 +482,0.948309381,0.417393755,210,-1.5820631,0.6751952144,7558.1997246 +483,-0.050600732,0.945269213,210,-1.5820631,0.6751952144,4034.1439705 +484,-0.977651478,-0.572363064,210,-1.5820631,0.6751952144,5418.7340748 +485,1.102014914,0.728861163,210,-1.5820631,0.6751952144,6642.9163865 +486,2.927300795,-0.282939414,210,-1.5820631,0.6751952144,7535.7206919 +487,-1.154565557,0.124434095,210,-1.5820631,0.6751952144,2662.786991 +488,1.855331234,0.291044755,210,-1.5820631,0.6751952144,8462.2594074 +489,0.830290659,0.276904518,210,-1.5820631,0.6751952144,7804.6074825 +490,0.485104466,-0.234867441,210,-1.5820631,0.6751952144,8327.9714844 +491,0.521367572,-0.33161327,210,-1.5820631,0.6751952144,8664.3785887 +1,-1.539031704,0.7349710123,211,-1.613236298,0.6681681791,346.91753249 +2,-1.536990553,0.7349663874,211,-1.613236298,0.6681681791,350.92588364 +3,-1.534951779,0.7349571355,211,-1.613236298,0.6681681791,354.97806158 +4,-1.532906461,0.7349480293,211,-1.613236298,0.6681681791,359.1040805 +5,-1.531320211,0.7346937278,211,-1.613236298,0.6681681791,361.64858255 +6,-1.539451648,0.7335131775,211,-1.613236298,0.6681681791,341.79691892 +7,-1.537429487,0.7335445708,211,-1.613236298,0.6681681791,345.9137548 +8,-1.535484998,0.7335658704,211,-1.613236298,0.6681681791,349.9019457 +9,-1.533488396,0.7336036027,211,-1.613236298,0.6681681791,354.09658975 +10,-1.531497785,0.7335842962,211,-1.613236298,0.6681681791,358.17192599 +11,-1.530259379,0.7334777758,211,-1.613236298,0.6681681791,360.473324 +12,-1.5335454,0.7322346912,211,-1.613236298,0.6681681791,350.12828179 +13,-1.531489083,0.7322238773,211,-1.613236298,0.6681681791,354.41476557 +14,-1.530011122,0.7321679851,211,-1.613236298,0.6681681791,357.39934231 +15,-1.53348106,0.7306614094,211,-1.613236298,0.6681681791,345.89050172 +16,-1.531441779,0.7306962275,211,-1.613236298,0.6681681791,350.32683211 +17,-1.529755654,0.7306933243,211,-1.613236298,0.6681681791,353.94871689 +18,-1.533415048,0.7291384674,211,-1.613236298,0.6681681791,341.85481747 +19,-1.531392093,0.7291705353,211,-1.613236298,0.6681681791,346.30699478 +20,-1.529296523,0.7291214933,211,-1.613236298,0.6681681791,350.75432535 +21,-1.535280942,0.727267644,211,-1.613236298,0.6681681791,332.75698437 +22,-1.533378158,0.7276139666,211,-1.613236298,0.6681681791,337.81148071 +23,-1.531340368,0.7276446587,211,-1.613236298,0.6681681791,342.3508489 +24,-1.528960113,0.7276398177,211,-1.613236298,0.6681681791,347.61085614 +25,-1.533313146,0.7260818349,211,-1.613236298,0.6681681791,333.87032454 +26,-1.531259555,0.7260958115,211,-1.613236298,0.6681681791,338.46163535 +27,-1.528926415,0.7260865555,211,-1.613236298,0.6681681791,343.67601277 +28,-1.531226779,0.7245511789,211,-1.613236298,0.6681681791,334.54239878 +29,-1.528904772,0.7245519194,211,-1.613236298,0.6681681791,339.82641293 +30,-1.547195875,0.7409785979,211,-1.613236298,0.6681681791,350.47724113 +31,-1.5451475,0.740980426,211,-1.613236298,0.6681681791,354.02871316 +32,-1.543097679,0.7409798872,211,-1.613236298,0.6681681791,357.64665476 +33,-1.540720364,0.7409892687,211,-1.613236298,0.6681681791,361.96043664 +34,-1.547188511,0.7395198392,211,-1.613236298,0.6681681791,345.82536954 +35,-1.545148587,0.7395226109,211,-1.613236298,0.6681681791,349.41702261 +36,-1.543104538,0.7395314908,211,-1.613236298,0.6681681791,353.10583089 +37,-1.540727751,0.7395306258,211,-1.613236298,0.6681681791,357.44650219 +38,-1.547187029,0.7380014886,211,-1.613236298,0.6681681791,341.00907823 +39,-1.545147315,0.7380012252,211,-1.613236298,0.6681681791,344.64582577 +40,-1.54310719,0.7380060743,211,-1.613236298,0.6681681791,348.3699576 +41,-1.540719671,0.7380068206,211,-1.613236298,0.6681681791,352.7997445 +42,-1.547187189,0.7364799098,211,-1.613236298,0.6681681791,336.21822123 +43,-1.545149996,0.7364853874,211,-1.613236298,0.6681681791,339.9243638 +44,-1.543106091,0.7364823484,211,-1.613236298,0.6681681791,343.68709541 +45,-1.540717158,0.7364893901,211,-1.613236298,0.6681681791,348.20418688 +46,-1.538663972,0.7410138672,211,-1.613236298,0.6681681791,365.81450396 +47,-1.53695285,0.7409699132,211,-1.613236298,0.6681681791,368.87461951 +48,-1.534910498,0.7409641297,211,-1.613236298,0.6681681791,372.72798234 +49,-1.533145034,0.7409536636,211,-1.613236298,0.6681681791,376.09211049 +50,-1.538681336,0.7395405883,211,-1.613236298,0.6681681791,361.28852957 +51,-1.536999189,0.7395183096,211,-1.613236298,0.6681681791,364.40290913 +52,-1.534923633,0.7395144222,211,-1.613236298,0.6681681791,368.37599863 +53,-1.533267822,0.7395654306,211,-1.613236298,0.6681681791,371.75002423 +54,-1.53867273,0.7380151077,211,-1.613236298,0.6681681791,356.69274107 +55,-1.536980576,0.7379994392,211,-1.613236298,0.6681681791,359.89211162 +56,-1.534931522,0.7379944961,211,-1.613236298,0.6681681791,363.86599032 +57,-1.533387952,0.7379480264,211,-1.613236298,0.6681681791,366.77536188 +58,-1.538682279,0.7364914363,211,-1.613236298,0.6681681791,352.11089024 +59,-1.536980704,0.7364810563,211,-1.613236298,0.6681681791,355.39062329 +60,-1.534935567,0.7364752065,211,-1.613236298,0.6681681791,359.40956864 +61,-1.533042592,0.7363876366,211,-1.613236298,0.6681681791,362.94702923 +62,-1.545143426,0.7349628011,211,-1.613236298,0.6681681791,335.24028121 +63,-1.543105297,0.7349691947,211,-1.613236298,0.6681681791,339.07837407 +64,-1.541064533,0.7349647152,211,-1.613236298,0.6681681791,342.95661272 +65,-1.545411803,0.7334624714,211,-1.613236298,0.6681681791,330.14987362 +66,-1.543446606,0.7334780896,211,-1.613236298,0.6681681791,333.92433937 +67,-1.541475327,0.7334957295,211,-1.613236298,0.6681681791,337.77894914 +68,-1.545401939,0.731963266,211,-1.613236298,0.6681681791,325.62291283 +69,-1.54342253,0.7319915583,211,-1.613236298,0.6681681791,329.51897751 +70,-1.541455867,0.7320216438,211,-1.613236298,0.6681681791,333.45710828 +71,-1.545410146,0.7304422281,211,-1.613236298,0.6681681791,321.04167529 +72,-1.543435491,0.7304713664,211,-1.613236298,0.6681681791,324.98838075 +73,-1.541463105,0.7304997613,211,-1.613236298,0.6681681791,328.98956871 +74,-1.545414768,0.7289194936,211,-1.613236298,0.6681681791,316.51071644 +75,-1.543435774,0.7289538557,211,-1.613236298,0.6681681791,320.5398757 +76,-1.541457714,0.7289765881,211,-1.613236298,0.6681681791,324.59429172 +77,-1.539449415,0.7320555866,211,-1.613236298,0.6681681791,337.54497245 +78,-1.537429183,0.7321097681,211,-1.613236298,0.6681681791,341.77767462 +79,-1.535472649,0.7321497267,211,-1.613236298,0.6681681791,345.89483513 +80,-1.539457899,0.7305333307,211,-1.613236298,0.6681681791,333.131189 +81,-1.537453161,0.7305750503,211,-1.613236298,0.6681681791,337.35319781 +82,-1.535479385,0.7306124949,211,-1.613236298,0.6681681791,341.55403345 +83,-1.53946905,0.7290102593,211,-1.613236298,0.6681681791,328.76075899 +84,-1.537459922,0.7290417293,211,-1.613236298,0.6681681791,333.02056543 +85,-1.535451349,0.7290890157,211,-1.613236298,0.6681681791,337.37874081 +86,-1.535522937,0.7279887191,211,-1.613236298,0.6681681791,334.20214304 +87,-1.539442524,0.7274735939,211,-1.613236298,0.6681681791,324.48419462 +88,-1.537424111,0.727521351,211,-1.613236298,0.6681681791,328.86889148 +89,-1.539384641,0.7259505092,211,-1.613236298,0.6681681791,320.37034335 +90,-1.537372391,0.7259947145,211,-1.613236298,0.6681681791,324.79311675 +91,-1.535340789,0.7260435356,211,-1.613236298,0.6681681791,329.32398809 +92,-1.539325716,0.7244369706,211,-1.613236298,0.6681681791,316.34658418 +93,-1.537308932,0.7244801057,211,-1.613236298,0.6681681791,320.83767474 +94,-1.535289068,0.7245247645,211,-1.613236298,0.6681681791,325.39258748 +95,-1.533261366,0.7245550236,211,-1.613236298,0.6681681791,329.97834656 +96,-1.539267302,0.722921924,211,-1.613236298,0.6681681791,312.38120718 +97,-1.537248972,0.7229660258,211,-1.613236298,0.6681681791,316.94043489 +98,-1.535219431,0.7229916471,211,-1.613236298,0.6681681791,321.52876807 +99,-1.53318962,0.7230212049,211,-1.613236298,0.6681681791,326.17961153 +100,-1.531154816,0.7230299897,211,-1.613236298,0.6681681791,330.83886359 +101,-1.528878341,0.7230370244,211,-1.613236298,0.6681681791,336.10265154 +102,-1.539218189,0.7214009878,211,-1.613236298,0.6681681791,308.44574372 +103,-1.537198791,0.7214422745,211,-1.613236298,0.6681681791,313.06281364 +104,-1.535179266,0.7214634354,211,-1.613236298,0.6681681791,317.68000841 +105,-1.533156501,0.7214944644,211,-1.613236298,0.6681681791,322.38010228 +106,-1.53113574,0.7215166021,211,-1.613236298,0.6681681791,327.1013572 +107,-1.528874248,0.7215345535,211,-1.613236298,0.6681681791,332.42331938 +108,-1.539217656,0.7198512397,211,-1.613236298,0.6681681791,304.39474432 +109,-1.537199919,0.7199428763,211,-1.613236298,0.6681681791,309.19988469 +110,-1.545425832,0.727397149,211,-1.613236298,0.6681681791,312.0186768 +111,-1.543371177,0.7273916949,211,-1.613236298,0.6681681791,316.14628457 +112,-1.541368852,0.7274523163,211,-1.613236298,0.6681681791,320.42133948 +113,-1.545349067,0.7258710923,211,-1.613236298,0.6681681791,307.74682529 +114,-1.54332671,0.7258603556,211,-1.613236298,0.6681681791,311.85986718 +115,-1.541346831,0.7259242142,211,-1.613236298,0.6681681791,316.15841282 +116,-1.545324355,0.7243383958,211,-1.613236298,0.6681681791,303.40933309 +117,-1.543292796,0.7243617413,211,-1.613236298,0.6681681791,307.70304952 +118,-1.541295822,0.7244024384,211,-1.613236298,0.6681681791,312.03381096 +119,-1.543193859,0.7205570215,211,-1.613236298,0.6681681791,297.44941884 +120,-1.550257047,0.7386738187,211,-1.613236298,0.6681681791,337.83866861 +121,-1.549335448,0.7311736483,211,-1.613236298,0.6681681791,315.81067102 +122,-1.533478843,0.7179891343,211,-1.613236298,0.6681681791,312.98128292 +123,-1.556150555,0.738907041,211,-1.613236298,0.6681681791,328.93572717 +124,-1.554324226,0.733414257,211,-1.613236298,0.6681681791,313.94785839 +125,-1.554290846,0.7288285332,211,-1.613236298,0.6681681791,299.4471973 +126,-1.55122487,0.7219795312,211,-1.613236298,0.6681681791,284.58155016 +127,-1.525104458,0.7229399862,211,-1.613236298,0.6681681791,344.69569543 +128,-1.519607711,0.7236181429,211,-1.613236298,0.6681681791,359.39730485 +129,-1.513899999,0.7251107854,211,-1.613236298,0.6681681791,376.62284675 +130,-1.536620762,0.7431061895,211,-1.613236298,0.6681681791,376.00563693 +131,-1.5369566,0.7460845958,211,-1.613236298,0.6681681791,384.59900378 +132,-1.545345528,0.7447040685,211,-1.613236298,0.6681681791,365.61937156 +133,-1.532813921,0.7432306626,211,-1.613236298,0.6681681791,383.52431573 +134,-1.554788248,0.7382381001,211,-1.613236298,0.6681681791,328.89675163 +135,-1.540348126,0.7301594274,211,-1.613236298,0.6681681791,330.24963169 +136,-1.538016084,0.7239051786,211,-1.613236298,0.6681681791,317.7518218 +137,-1.525288962,0.7258085137,211,-1.613236298,0.6681681791,351.27903268 +138,-1.534326986,0.731241342,211,-1.613236298,0.6681681791,345.72017219 +139,-1.530733872,0.7303625216,211,-1.613236298,0.6681681791,350.94307407 +141,-1.534354939,0.7328219978,211,-1.613236298,0.6681681791,350.10068322 +142,-1.53157084,0.7292888153,211,-1.613236298,0.6681681791,346.23744922 +143,-1.525691035,0.7263799874,211,-1.613236298,0.6681681791,351.78211034 +144,-1.534031287,0.7495967835,211,-1.613236298,0.6681681791,400.79117879 +145,-1.527714986,0.7283095957,211,-1.613236298,0.6681681791,352.12997435 +146,-1.526189586,0.7271468292,211,-1.613236298,0.6681681791,352.57998685 +147,-1.555177336,0.7375563366,211,-1.613236298,0.6681681791,326.01647935 +148,-1.555080283,0.7312707794,211,-1.613236298,0.6681681791,305.7695428 +149,-1.53856994,0.7224180299,211,-1.613236298,0.6681681791,312.57006089 +150,-1.530837883,0.729933372,211,-1.613236298,0.6681681791,349.56032424 +151,-1.515066984,0.5854133365,211,-1.613236298,0.6681681791,454.37628968 +152,-1.534731633,0.5368370046,211,-1.613236298,0.6681681791,579.66536488 +153,-1.515231902,0.5607085576,211,-1.613236298,0.6681681791,530.58379412 +154,-2.616253799,1.0684566605,211,-1.613236298,0.6681681791,2885.1348497 +155,-1.956071439,0.5792177723,211,-1.613236298,0.6681681791,1154.5873419 +156,-1.951208514,0.5602434208,211,-1.613236298,0.6681681791,1171.7294982 +157,-1.944675062,0.6062144545,211,-1.613236298,0.6681681791,1081.259608 +158,-1.613778386,0.6077989518,211,-1.613236298,0.6681681791,239.12872536 +159,-2.035029014,0.6021432345,211,-1.613236298,0.6681681791,1365.9722139 +160,-2.114989471,0.6801825058,211,-1.613236298,0.6681681791,1546.9025532 +161,-2.037382079,0.5765830025,211,-1.613236298,0.6681681791,1407.8319816 +162,-2.129855121,0.6585019963,211,-1.613236298,0.6681681791,1605.9242734 +163,-2.075141798,0.6493615843,211,-1.613236298,0.6681681791,1443.7439988 +164,-1.828626729,0.6948433129,211,-1.613236298,0.6681681791,670.39732101 +165,-1.863329418,0.6735427691,211,-1.613236298,0.6681681791,775.44729883 +166,-1.266037071,0.727988852,211,-1.613236298,0.6681681791,1077.2464625 +167,-1.277579582,0.7249010648,211,-1.613236298,0.6681681791,1041.9610232 +168,-1.258418684,0.7241194816,211,-1.613236298,0.6681681791,1098.2329692 +169,-1.317813974,0.6804850104,211,-1.613236298,0.6681681791,914.03427308 +170,-1.344165204,0.6790988904,211,-1.613236298,0.6681681791,833.11127764 +171,-1.427582102,0.5277120351,211,-1.613236298,0.6681681791,822.88169901 +172,-1.402238616,0.457167829,211,-1.613236298,0.6681681791,1092.5378035 +173,-1.422454264,0.4996161999,211,-1.613236298,0.6681681791,916.89980332 +174,-1.439089277,0.4894859811,211,-1.613236298,0.6681681791,912.17951386 +175,-1.448126995,0.5182330266,211,-1.613236298,0.6681681791,803.27358487 +176,-1.474626146,0.5881926574,211,-1.613236298,0.6681681791,545.25645537 +177,-1.421139645,0.5584869783,211,-1.613236298,0.6681681791,757.9782131 +178,-1.457037165,0.565943032,211,-1.613236298,0.6681681791,646.41517485 +179,-2.757159358,0.3745319,211,-1.613236298,0.6681681791,4013.4232708 +180,-2.714309238,0.342054471,211,-1.613236298,0.6681681791,3950.5016708 +181,-2.000525337,0.774119946,211,-1.613236298,0.6681681791,1221.5471043 +183,-1.571413436,0.6777838382,211,-1.613236298,0.6681681791,135.0197336 +184,-1.552860289,0.6987663893,211,-1.613236298,0.6681681791,221.50106745 +185,-1.521852374,0.7165827476,211,-1.613236298,0.6681681791,338.1375861 +186,-1.503656267,0.6928968252,211,-1.613236298,0.6681681791,351.2006465 +187,-1.502753178,0.7136205882,211,-1.613236298,0.6681681791,382.17149088 +188,-1.631894563,0.7343596465,211,-1.613236298,0.6681681791,268.18901231 +189,-1.653765416,0.6770714026,211,-1.613236298,0.6681681791,130.42361249 +190,-1.719812114,0.6715965947,211,-1.613236298,0.6681681791,331.13633544 +191,-1.493406659,0.6646955447,211,-1.613236298,0.6681681791,373.25415001 +192,-1.469120564,0.6613469966,211,-1.613236298,0.6681681791,449.95219328 +193,-1.590551461,0.5326612937,211,-1.613236298,0.6681681791,541.82015974 +194,-1.625979264,0.5247742243,211,-1.613236298,0.6681681791,569.51021617 +195,-1.572293943,0.5238808754,211,-1.613236298,0.6681681791,587.00462364 +196,-1.610848725,0.5477107964,211,-1.613236298,0.6681681791,477.19464901 +197,-1.208485554,0.7918526018,211,-1.613236298,0.6681681791,1285.4274457 +198,-1.335601374,0.6869083083,211,-1.613236298,0.6681681791,858.89632341 +199,-1.346156996,0.6825213377,211,-1.613236298,0.6681681791,826.65639574 +200,-1.324381037,0.6741422347,211,-1.613236298,0.6681681791,895.09121765 +201,-1.242424992,0.7378949807,211,-1.613236298,0.6681681791,1150.7282024 +202,-1.270370057,0.7392461008,211,-1.613236298,0.6681681791,1070.3401812 +203,-1.448950472,0.7441675014,211,-1.613236298,0.6681681791,578.92331323 +204,-1.492662363,0.7523026852,211,-1.613236298,0.6681681791,491.80374669 +205,-1.479098966,0.7763855017,211,-1.613236298,0.6681681791,584.84192021 +206,-1.633760714,0.7869022408,211,-1.613236298,0.6681681791,474.19285809 +207,-1.647406434,0.8101289331,211,-1.613236298,0.6681681791,571.08231955 +208,-1.564245052,0.5701509278,211,-1.613236298,0.6681681791,419.11448355 +209,-1.646289963,0.6833746083,211,-1.613236298,0.6681681791,118.5829388 +210,-1.5820631,0.6751952144,211,-1.613236298,0.6681681791,100.5808137 +211,-1.613236298,0.6681681791,211,-1.613236298,0.6681681791,121.38056477 +212,-1.914661867,0.8212566515,211,-1.613236298,0.6681681791,1063.1797491 +213,-1.742133237,0.7250275956,211,-1.613236298,0.6681681791,451.52074909 +214,-2.033144872,0.6557314699,211,-1.613236298,0.6681681791,1309.1943586 +215,-2.039551981,0.6964723658,211,-1.613236298,0.6681681791,1311.2547473 +216,-1.247341019,0.7622473908,211,-1.613236298,0.6681681791,1152.132411 +217,-1.298239787,0.7084123392,211,-1.613236298,0.6681681791,974.94742231 +218,-1.308539688,0.6926545592,211,-1.613236298,0.6681681791,941.63785346 +219,-1.303263185,0.6888938396,211,-1.613236298,0.6681681791,957.79812466 +220,-1.852400229,0.6004246149,211,-1.613236298,0.6681681791,807.90103808 +221,-1.288947707,0.7473773692,211,-1.613236298,0.6681681791,1022.6652681 +222,-1.372031502,0.7472790993,211,-1.613236298,0.6681681791,789.46539097 +223,-1.289805721,0.7242157877,211,-1.613236298,0.6681681791,1005.6216236 +224,-1.350807603,0.7533498126,211,-1.613236298,0.6681681791,855.4065509 +225,-1.329290365,0.7560442322,211,-1.613236298,0.6681681791,917.83865282 +226,-1.410153004,0.616936428,211,-1.613236298,0.6681681791,674.64396435 +227,-1.393445434,0.6308995063,211,-1.613236298,0.6681681791,708.24316964 +228,-1.37595573,0.6241540638,211,-1.613236298,0.6681681791,769.59453125 +229,-1.358388707,0.6172645205,211,-1.613236298,0.6681681791,831.8200414 +230,-1.753741133,0.8281661666,211,-1.613236298,0.6681681791,752.74817773 +231,-1.47430987,0.6834615681,211,-1.613236298,0.6681681791,433.43945672 +232,-1.421012508,0.7222725206,211,-1.613236298,0.6681681791,622.17106769 +233,-1.4476833,0.6978557868,211,-1.613236298,0.6681681791,521.78897624 +234,-1.470370723,0.6966193374,211,-1.613236298,0.6681681791,453.21003611 +235,-1.429211703,0.7037216883,211,-1.613236298,0.6681681791,580.97183993 +236,-1.700578405,0.6178673663,211,-1.613236298,0.6681681791,341.01794915 +237,-1.678117619,0.6331716163,211,-1.613236298,0.6681681791,247.00816645 +238,-1.725644578,0.6316331145,211,-1.613236298,0.6681681791,382.77102752 +239,-2.14012759,0.7930497945,211,-1.613236298,0.6681681791,1620.1205009 +240,-2.103289431,0.7653606263,211,-1.613236298,0.6681681791,1505.2309175 +241,-1.318739838,0.7017808746,211,-1.613236298,0.6681681791,911.71199361 +242,-1.396417427,0.7077900843,211,-1.613236298,0.6681681791,681.13506114 +243,-1.35650337,0.7185539404,211,-1.613236298,0.6681681791,806.0773365 +244,-1.248884539,0.7274156818,211,-1.613236298,0.6681681791,1127.5139725 +245,-1.395014798,0.5761185243,211,-1.613236298,0.6681681791,790.42878756 +246,-1.433377362,0.6064716109,211,-1.613236298,0.6681681791,622.06708958 +247,-1.408172432,0.5903155476,211,-1.613236298,0.6681681791,724.7389536 +248,-1.749645898,0.7757118084,211,-1.613236298,0.6681681791,587.59578163 +249,-1.571626686,0.615046989,211,-1.613236298,0.6681681791,248.38724145 +250,-1.514070049,0.6303003037,211,-1.613236298,0.6681681791,346.88914831 +251,-1.480890369,0.6237966528,211,-1.613236298,0.6681681791,453.80847044 +252,-1.704390658,0.5281680612,211,-1.613236298,0.6681681791,629.42213206 +253,-1.64434733,0.5254277498,211,-1.613236298,0.6681681791,574.47234274 +254,-1.703855997,0.4792484842,211,-1.613236298,0.6681681791,806.36724626 +255,-1.692002383,0.5748825051,211,-1.613236298,0.6681681791,448.04094028 +256,-1.854136457,0.5544643913,211,-1.613236298,0.6681681791,900.4508335 +257,-1.665021206,0.520317736,211,-1.613236298,0.6681681791,609.6946052 +258,-1.733654349,0.4845187345,211,-1.613236298,0.6681681791,829.47220468 +259,-1.720938188,0.5135933906,211,-1.613236298,0.6681681791,706.9378797 +260,-1.742668307,0.553296122,211,-1.613236298,0.6681681791,618.76785198 +261,-1.965659039,0.7142126903,211,-1.613236298,0.6681681791,1088.3815105 +262,-1.944438071,0.6772834804,211,-1.613236298,0.6681681791,1024.8571591 +263,-1.270340967,0.7681487096,211,-1.613236298,0.6681681791,1093.4058071 +264,-1.353091884,0.6549276821,211,-1.613236298,0.6681681791,813.86052862 +265,-1.333236659,0.6413584414,211,-1.613236298,0.6681681791,884.96325868 +266,-1.352015998,0.6753788907,211,-1.613236298,0.6681681791,809.47803446 +267,-1.377988483,0.6577816235,211,-1.613236298,0.6681681791,734.92457584 +268,-2.13075611,0.8318642051,211,-1.613236298,0.6681681791,1621.2138175 +269,-2.097910953,0.8259670014,211,-1.613236298,0.6681681791,1530.2963217 +270,-1.416382069,0.6694271549,211,-1.613236298,0.6681681791,611.39816177 +271,-1.538905672,0.7535625993,211,-1.613236298,0.6681681791,405.0722436 +272,-1.572309477,0.7803125099,211,-1.613236298,0.6681681791,460.44270843 +273,-1.87759879,0.7503853417,211,-1.613236298,0.6681681791,857.17283474 +274,1.152365588,0.590457682,211,-1.613236298,0.6681681791,7270.2184298 +275,0.350198001,0.718001859,211,-1.613236298,0.6681681791,5499.4287912 +276,0.046513677,0.491503852,211,-1.613236298,0.6681681791,5298.9217764 +277,0.027510309,0.742571376,211,-1.613236298,0.6681681791,4684.3194386 +278,0.306285725,-0.214631579,211,-1.613236298,0.6681681791,7826.1447405 +279,-1.100564889,0.318051531,211,-1.613236298,0.6681681791,2246.1701361 +280,-1.078582306,0.301437596,211,-1.613236298,0.6681681791,2351.4852061 +281,-1.137371989,-0.617634065,211,-1.613236298,0.6681681791,5383.6617016 +282,0.784356344,0.703272339,211,-1.613236298,0.6681681791,6379.7637683 +283,-1.221209947,0.218327455,211,-1.613236298,0.6681681791,2254.2472677 +284,2.347301921,-0.449114658,211,-1.613236298,0.6681681791,9592.7488217 +285,0.246820618,0.830553713,211,-1.613236298,0.6681681791,4988.4332397 +286,0.829414965,0.703288228,211,-1.613236298,0.6681681791,6450.3658928 +287,-1.337537566,0.42332223,211,-1.613236298,0.6681681791,1342.0651332 +288,0.882453706,0.454478077,211,-1.613236298,0.6681681791,7392.4309316 +289,1.575629659,0.416419109,211,-1.613236298,0.6681681791,8144.2060084 +290,-1.039455679,0.229888244,211,-1.613236298,0.6681681791,2658.5789355 +291,0.489558039,0.934482747,211,-1.613236298,0.6681681791,5173.1628904 +292,0.081344504,0.88384514,211,-1.613236298,0.6681681791,4515.684275 +293,-1.547979814,0.300350308,211,-1.613236298,0.6681681791,1474.4069224 +294,0.040776181,0.168560074,211,-1.613236298,0.6681681791,6064.9629378 +295,-1.130374745,0.563894876,211,-1.613236298,0.6681681791,1608.0611265 +296,1.578326642,0.478507176,211,-1.613236298,0.6681681791,7898.088134 +297,-1.12861823,-0.291640865,211,-1.613236298,0.6681681791,4206.6677219 +298,0.310524208,0.770885792,211,-1.613236298,0.6681681791,5273.9460568 +299,0.415649091,-0.387246002,211,-1.613236298,0.6681681791,8554.3241309 +300,-0.926533878,-0.188022748,211,-1.613236298,0.6681681791,4236.4050325 +301,1.258856172,-0.11716081,211,-1.613236298,0.6681681791,10056.902859 +302,-1.126050026,0.322941926,211,-1.613236298,0.6681681791,2164.34931 +303,2.002785835,0.07893892,211,-1.613236298,0.6681681791,9010.2601233 +304,0.440437607,0.746258085,211,-1.613236298,0.6681681791,5613.5164082 +305,-0.030391866,0.214441206,211,-1.613236298,0.6681681791,5735.0786374 +306,0.521557815,-0.058929362,211,-1.613236298,0.6681681791,8094.6559135 +307,-0.097005111,0.13317729,211,-1.613236298,0.6681681791,5726.7095979 +308,1.83113859,0.221857587,211,-1.613236298,0.6681681791,8743.9649882 +309,0.222428864,0.099404236,211,-1.613236298,0.6681681791,6790.2538536 +310,-1.702731345,0.8728568183,211,-1.613236298,0.6681681791,849.21425469 +311,-0.418507569,0.278324921,211,-1.613236298,0.6681681791,4384.5363967 +312,-1.41153306,0.339029988,211,-1.613236298,0.6681681791,1476.6357996 +313,0.357560442,0.114788776,211,-1.613236298,0.6681681791,7152.1949114 +314,0.325818979,0.268352149,211,-1.613236298,0.6681681791,6651.3271948 +315,-1.246004659,-0.663679965,211,-1.613236298,0.6681681791,5442.7180517 +316,1.814603087,0.637404484,211,-1.613236298,0.6681681791,7167.4857254 +317,1.843704281,-0.18300445,211,-1.613236298,0.6681681791,10220.343384 +318,1.690644492,-0.211480909,211,-1.613236298,0.6681681791,10546.336709 +319,-1.275451936,0.068109467,211,-1.613236298,0.6681681791,2671.5105254 +320,0.762430171,-0.207594741,211,-1.613236298,0.6681681791,9190.8267717 +321,0.265668905,-0.014647884,211,-1.613236298,0.6681681791,7210.9042308 +322,-2.773032013,-0.335515811,211,-1.613236298,0.6681681791,5856.4612344 +323,-1.469512853,0.174058777,211,-1.613236298,0.6681681791,2022.7378392 +324,0.286276986,0.785925691,211,-1.613236298,0.6681681791,5183.2635371 +325,-1.379324697,0.377432233,211,-1.613236298,0.6681681791,1400.2780647 +326,-1.203778265,0.212813032,211,-1.613236298,0.6681681791,2310.2218852 +327,0.579916301,0.611743168,211,-1.613236298,0.6681681791,6296.4065869 +328,0.267582642,0.868113908,211,-1.613236298,0.6681681791,4939.9843091 +329,0.412869244,-0.050245578,211,-1.613236298,0.6681681791,7748.1879012 +330,0.17524381,0.976660285,211,-1.613236298,0.6681681791,4511.6839495 +331,0.743157214,0.204812899,211,-1.613236298,0.6681681791,7928.1135331 +332,-1.070758176,0.269382282,211,-1.613236298,0.6681681791,2462.4652383 +333,-1.230364251,0.329790229,211,-1.613236298,0.6681681791,1879.4824267 +334,-1.374813124,-0.024926835,211,-1.613236298,0.6681681791,2880.2294542 +335,0.519780566,0.463669906,211,-1.613236298,0.6681681791,6607.4305543 +336,-1.55108034,0.239698561,211,-1.613236298,0.6681681791,1711.1519753 +337,0.180294813,0.029739425,211,-1.613236298,0.6681681791,6837.9491305 +338,0.67820924,0.268170153,211,-1.613236298,0.6681681791,7576.2761299 +339,0.445798684,1.024001867,211,-1.613236298,0.6681681791,4857.1775712 +340,0.691751283,0.150521402,211,-1.613236298,0.6681681791,7969.6776863 +341,-1.036643551,-0.903056181,211,-1.613236298,0.6681681791,6535.2139396 +342,-0.120287036,1.083325163,211,-1.613236298,0.6681681791,3790.6662674 +343,2.823513113,-0.304487164,211,-1.613236298,0.6681681791,7806.9001029 +344,0.457583172,1.12513373,211,-1.613236298,0.6681681791,4605.685654 +345,0.042918831,0.813795399,211,-1.613236298,0.6681681791,4572.9071573 +346,1.196146777,-0.853142756,211,-1.613236298,0.6681681791,11247.273486 +347,0.206001358,-0.010430701,211,-1.613236298,0.6681681791,7017.3512259 +348,-0.268308653,0.234799412,211,-1.613236298,0.6681681791,4952.1491639 +349,0.759363263,0.736189579,211,-1.613236298,0.6681681791,6229.8192246 +350,0.181363926,0.891988372,211,-1.613236298,0.6681681791,4708.6145787 +351,-0.021111158,0.139103292,211,-1.613236298,0.6681681791,5947.1098201 +352,-0.093355215,0.630686981,211,-1.613236298,0.6681681791,4602.2219188 +353,0.40118964,0.681375926,211,-1.613236298,0.6681681791,5711.3545597 +354,-0.721197315,1.304706234,211,-1.613236298,0.6681681791,2995.9542302 +355,-1.076150317,0.212107639,211,-1.613236298,0.6681681791,2615.813293 +356,-1.577164531,0.273993443,211,-1.613236298,0.6681681791,1566.3884409 +357,-0.190788414,0.182208586,211,-1.613236298,0.6681681791,5317.4587035 +358,-0.261349752,0.209710184,211,-1.613236298,0.6681681791,5032.8511648 +359,-1.029303852,0.083549259,211,-1.613236298,0.6681681791,3126.600771 +360,-1.268609162,0.330525297,211,-1.613236298,0.6681681791,1787.5891668 +361,1.282982244,-0.926641967,211,-1.613236298,0.6681681791,11220.204846 +362,0.217352334,0.731352408,211,-1.613236298,0.6681681791,5164.8764266 +363,-1.511833084,0.258629297,211,-1.613236298,0.6681681791,1660.5336246 +364,0.338812194,0.823184618,211,-1.613236298,0.6681681791,5197.5186546 +365,-0.324406489,1.134201999,211,-1.613236298,0.6681681791,3399.386557 +366,1.389579348,0.399185724,211,-1.613236298,0.6681681791,8184.6844431 +367,2.047152199,-0.039082036,211,-1.613236298,0.6681681791,9323.0979516 +368,0.947780369,0.568250077,211,-1.613236298,0.6681681791,7099.6258822 +369,0.763824846,0.576754987,211,-1.613236298,0.6681681791,6766.3915992 +370,-0.142334657,0.928153068,211,-1.613236298,0.6681681791,3948.8828546 +371,0.610266567,0.547265983,211,-1.613236298,0.6681681791,6557.9156827 +372,0.210731629,0.746815056,211,-1.613236298,0.6681681791,5111.9311122 +373,-1.34931644,0.316895224,211,-1.613236298,0.6681681791,1663.4203813 +374,2.407696481,0.655030745,211,-1.613236298,0.6681681791,6299.2495622 +375,0.64207831,0.545359131,211,-1.613236298,0.6681681791,6630.4574138 +376,1.174597538,0.840588356,211,-1.613236298,0.6681681791,6339.1000812 +377,0.660059424,0.010604079,211,-1.613236298,0.6681681791,8298.5733091 +378,-0.730263819,0.010486456,211,-1.613236298,0.6681681791,4125.9342645 +379,0.831068936,0.512339172,211,-1.613236298,0.6681681791,7103.6238608 +380,1.301180979,0.72367476,211,-1.613236298,0.6681681791,6870.0035931 +381,1.811128231,0.322854402,211,-1.613236298,0.6681681791,8379.9892679 +382,0.435105812,0.992284428,211,-1.613236298,0.6681681791,4925.543424 +383,0.62643634,0.592027932,211,-1.613236298,0.6681681791,6452.502308 +384,0.492988703,-0.516339467,211,-1.613236298,0.6681681791,9046.3651345 +385,-0.162469483,0.112549365,211,-1.613236298,0.6681681791,5573.4674316 +386,0.314630866,0.472006421,211,-1.613236298,0.6681681791,6074.043287 +387,0.166744804,0.822815954,211,-1.613236298,0.6681681791,4833.8830453 +388,0.417159608,0.965805736,211,-1.613236298,0.6681681791,4967.0096906 +389,0.106334961,0.868774244,211,-1.613236298,0.6681681791,4600.918376 +390,0.815086969,-0.338144359,211,-1.613236298,0.6681681791,9675.3110664 +391,0.59867455,-0.230624824,211,-1.613236298,0.6681681791,8764.2260179 +392,1.915104874,0.066220985,211,-1.613236298,0.6681681791,9207.5975055 +393,1.278093622,0.064463721,211,-1.613236298,0.6681681791,9400.1615289 +394,-0.061477853,0.302997961,211,-1.613236298,0.6681681791,5427.8817068 +395,0.251311504,0.626976942,211,-1.613236298,0.6681681791,5507.3075003 +396,2.950242872,0.149095644,211,-1.613236298,0.6681681791,6313.5670453 +397,-0.180294708,0.35375117,211,-1.613236298,0.6681681791,4949.2051316 +398,1.010448592,-0.351180233,211,-1.613236298,0.6681681791,10272.850945 +399,-1.748740498,0.3686318073,211,-1.613236298,0.6681681791,1273.4760431 +400,2.699635665,0.123533791,211,-1.613236298,0.6681681791,7127.5962592 +401,0.496808033,0.823843254,211,-1.613236298,0.6681681791,5501.9986351 +402,0.129574704,0.763364087,211,-1.613236298,0.6681681791,4884.5694453 +403,1.798920311,0.817447563,211,-1.613236298,0.6681681791,6481.724421 +404,0.335987953,0.746786541,211,-1.613236298,0.6681681791,5391.9033413 +405,-1.085413643,0.292154671,211,-1.613236298,0.6681681791,2359.0133498 +406,-0.155321003,0.508207011,211,-1.613236298,0.6681681791,4683.4032238 +407,0.620529244,-0.301175104,211,-1.613236298,0.6681681791,8999.4510228 +408,1.684402744,0.368716966,211,-1.613236298,0.6681681791,8295.9328992 +409,0.300582244,-0.386397212,211,-1.613236298,0.6681681791,8196.0983819 +410,2.913555946,-0.009225192,211,-1.613236298,0.6681681791,6820.5683825 +411,1.465101417,0.493232532,211,-1.613236298,0.6681681791,7837.5718051 +412,0.090612882,0.907955955,211,-1.613236298,0.6681681791,4486.3506839 +413,2.987564726,-0.729568594,211,-1.613236298,0.6681681791,8196.5352243 +414,-1.484261606,0.224149272,211,-1.613236298,0.6681681791,1816.4889472 +415,0.164073421,0.303955133,211,-1.613236298,0.6681681791,6095.7355952 +416,0.141441293,0.167552546,211,-1.613236298,0.6681681791,6373.2516238 +417,2.931321023,-0.506718887,211,-1.613236298,0.6681681791,7918.4010942 +418,2.21951565,0.700596356,211,-1.613236298,0.6681681791,6471.4314719 +419,0.268112576,1.199114336,211,-1.613236298,0.6681681791,4192.95609 +420,0.978913739,0.359223811,211,-1.613236298,0.6681681791,7890.4628962 +421,1.210898818,0.522863584,211,-1.613236298,0.6681681791,7582.2538445 +422,2.347397336,0.129231362,211,-1.613236298,0.6681681791,8078.5585342 +423,0.614394501,0.556878345,211,-1.613236298,0.6681681791,6536.8826741 +424,-1.398079356,0.148483366,211,-1.613236298,0.6681681791,2197.0346531 +425,2.535303836,-0.112984496,211,-1.613236298,0.6681681791,8235.29299 +426,-1.019372593,-0.405322349,211,-1.613236298,0.6681681791,4790.5541417 +427,-1.297785627,-0.160104069,211,-1.613236298,0.6681681791,3481.7649575 +428,2.144554488,0.205051084,211,-1.613236298,0.6681681791,8300.5605973 +429,-2.242387083,-0.426171285,211,-1.613236298,0.6681681791,4924.2693554 +430,0.338637212,0.909723676,211,-1.613236298,0.6681681791,4974.3219689 +431,-0.148798452,0.691042401,211,-1.613236298,0.6681681791,4332.705083 +432,0.893524764,0.441829531,211,-1.613236298,0.6681681791,7455.486989 +433,0.969229347,-0.368847936,211,-1.613236298,0.6681681791,10201.843668 +434,0.436043248,0.800045688,211,-1.613236298,0.6681681791,5453.9775965 +435,1.687946607,1.081504775,211,-1.613236298,0.6681681791,5494.5146821 +436,0.522302046,-0.034889271,211,-1.613236298,0.6681681791,8033.0080647 +437,-0.178996113,-0.438090009,211,-1.613236298,0.6681681791,6882.7194784 +438,-1.094339566,0.301444068,211,-1.613236298,0.6681681791,2309.0847538 +439,-1.064070054,0.242569932,211,-1.613236298,0.6681681791,2557.1435331 +440,-1.068153768,0.230387998,211,-1.613236298,0.6681681791,2582.0749847 +441,-3.00496892,-0.23989155,211,-1.613236298,0.6681681791,6267.0775274 +442,0.21751974,0.766874888,211,-1.613236298,0.6681681791,5078.785129 +443,0.117229532,0.007619006,211,-1.613236298,0.6681681791,6698.7038352 +444,0.777758451,0.420554741,211,-1.613236298,0.6681681791,7309.2137621 +445,-0.252356999,0.250747086,211,-1.613236298,0.6681681791,4964.3561352 +446,0.363148444,0.768483434,211,-1.613236298,0.6681681791,5392.210612 +447,0.903191366,-0.118210676,211,-1.613236298,0.6681681791,9321.7783932 +448,-0.205755923,0.149406178,211,-1.613236298,0.6681681791,5349.7084169 +449,1.811996086,0.02364353,211,-1.613236298,0.6681681791,9514.2793092 +450,-1.100670221,0.314845373,211,-1.613236298,0.6681681791,2254.7585958 +451,0.340078597,0.850105132,211,-1.613236298,0.6681681791,5130.1609158 +452,0.258757267,0.804969236,211,-1.613236298,0.6681681791,5076.4763328 +453,2.78505352,-0.155160804,211,-1.613236298,0.6681681791,7576.5002122 +454,0.800551619,0.105822106,211,-1.613236298,0.6681681791,8375.7702885 +455,0.437940882,-0.506194031,211,-1.613236298,0.6681681791,8858.9277915 +456,2.230431122,0.63458615,211,-1.613236298,0.6681681791,6679.8259511 +457,0.527965361,0.127667701,211,-1.613236298,0.6681681791,7602.4871759 +458,-0.063643205,0.702093448,211,-1.613236298,0.6681681791,4536.3199606 +459,1.408447268,0.133010502,211,-1.613236298,0.6681681791,9239.6826461 +460,0.523795955,0.280266966,211,-1.613236298,0.6681681791,7154.5902651 +461,-0.975769313,0.072177659,211,-1.613236298,0.6681681791,3293.222676 +462,0.549774164,-0.463663986,211,-1.613236298,0.6681681791,9124.6949131 +463,0.29245874,1.095549818,211,-1.613236298,0.6681681791,4448.8052029 +464,0.143625958,0.816809593,211,-1.613236298,0.6681681791,4796.1742898 +465,0.671902494,0.611159853,211,-1.613236298,0.6681681791,6482.1405951 +466,1.239840988,0.6724199,211,-1.613236298,0.6681681791,7030.8197193 +467,0.607829703,-0.10932137,211,-1.613236298,0.6681681791,8481.2967769 +468,1.763020906,0.263996692,211,-1.613236298,0.6681681791,8650.0409327 +469,0.378714634,0.726066797,211,-1.613236298,0.6681681791,5539.7542667 +470,2.196736143,-0.153862366,211,-1.613236298,0.6681681791,9314.0033682 +471,0.01702415,0.148991565,211,-1.613236298,0.6681681791,6040.3123688 +472,-2.998490902,-0.158002487,211,-1.613236298,0.6681681791,6041.5535194 +473,-3.051262951,-0.346595608,211,-1.613236298,0.6681681791,6669.3831067 +474,-1.069176439,0.182802941,211,-1.613236298,0.6681681791,2721.8053905 +475,0.167157509,0.595344954,211,-1.613236298,0.6681681791,5374.8983362 +476,0.613855648,0.681746124,211,-1.613236298,0.6681681791,6148.6382796 +477,1.037012736,0.682555367,211,-1.613236298,0.6681681791,6803.2821781 +478,-1.253574971,0.379755746,211,-1.613236298,0.6681681791,1673.6817796 +479,3.108590453,-0.132620738,211,-1.613236298,0.6681681791,6517.6154454 +480,0.565301296,0.022333262,211,-1.613236298,0.6681681791,8001.3383516 +481,0.547898238,0.855555614,211,-1.613236298,0.6681681791,5500.3076529 +482,0.948309381,0.417393755,211,-1.613236298,0.6681681791,7634.2388633 +483,-0.050600732,0.945269213,211,-1.613236298,0.6681681791,4120.4924862 +484,-0.977651478,-0.572363064,211,-1.613236298,0.6681681791,5442.7691115 +485,1.102014914,0.728861163,211,-1.613236298,0.6681681791,6700.3089485 +486,2.927300795,-0.282939414,211,-1.613236298,0.6681681791,7436.543962 +487,-1.154565557,0.124434095,211,-1.613236298,0.6681681791,2707.9005052 +488,1.855331234,0.291044755,211,-1.613236298,0.6681681791,8454.7763516 +489,0.830290659,0.276904518,211,-1.613236298,0.6681681791,7891.2115529 +490,0.485104466,-0.234867441,211,-1.613236298,0.6681681791,8427.4774442 +491,0.521367572,-0.33161327,211,-1.613236298,0.6681681791,8762.6169264 +1,-1.539031704,0.7349710123,212,-1.914661867,0.8212566515,1109.3035232 +2,-1.536990553,0.7349663874,212,-1.914661867,0.8212566515,1114.7359711 +3,-1.534951779,0.7349571355,212,-1.914661867,0.8212566515,1120.1720743 +4,-1.532906461,0.7349480293,212,-1.914661867,0.8212566515,1125.6274461 +5,-1.531320211,0.7346937278,212,-1.914661867,0.8212566515,1130.2755632 +6,-1.539451648,0.7335131775,212,-1.914661867,0.8212566515,1110.6664543 +7,-1.537429487,0.7335445708,212,-1.914661867,0.8212566515,1115.9820523 +8,-1.535484998,0.7335658704,212,-1.914661867,0.8212566515,1121.1109207 +9,-1.533488396,0.7336036027,212,-1.914661867,0.8212566515,1126.3525732 +10,-1.531497785,0.7335842962,212,-1.914661867,0.8212566515,1131.6773366 +11,-1.530259379,0.7334777758,212,-1.914661867,0.8212566515,1135.1511139 +12,-1.5335454,0.7322346912,212,-1.914661867,0.8212566515,1128.5362593 +13,-1.531489083,0.7322238773,212,-1.914661867,0.8212566515,1134.0172006 +14,-1.530011122,0.7321679851,212,-1.914661867,0.8212566515,1138.040162 +15,-1.53348106,0.7306614094,212,-1.914661867,0.8212566515,1131.4162518 +16,-1.531441779,0.7306962275,212,-1.914661867,0.8212566515,1136.7684305 +17,-1.529755654,0.7306933243,212,-1.914661867,0.8212566515,1141.250307 +18,-1.533415048,0.7291384674,212,-1.914661867,0.8212566515,1134.2394154 +19,-1.531392093,0.7291705353,212,-1.914661867,0.8212566515,1139.5477071 +20,-1.529296523,0.7291214933,212,-1.914661867,0.8212566515,1145.1924124 +21,-1.535280942,0.727267644,212,-1.914661867,0.8212566515,1132.5867793 +22,-1.533378158,0.7276139666,212,-1.914661867,0.8212566515,1137.0130075 +23,-1.531340368,0.7276446587,212,-1.914661867,0.8212566515,1142.3575975 +24,-1.528960113,0.7276398177,212,-1.914661867,0.8212566515,1148.6752278 +25,-1.533313146,0.7260818349,212,-1.914661867,0.8212566515,1139.8994125 +26,-1.531259555,0.7260958115,212,-1.914661867,0.8212566515,1145.3099956 +27,-1.528926415,0.7260865555,212,-1.914661867,0.8212566515,1151.5049123 +28,-1.531226779,0.7245511789,212,-1.914661867,0.8212566515,1148.1528944 +29,-1.528904772,0.7245519194,212,-1.914661867,0.8212566515,1154.2947547 +30,-1.547195875,0.7409785979,212,-1.914661867,0.8212566515,1077.5980478 +31,-1.5451475,0.740980426,212,-1.914661867,0.8212566515,1083.0488529 +32,-1.543097679,0.7409798872,212,-1.914661867,0.8212566515,1088.5094395 +33,-1.540720364,0.7409892687,212,-1.914661867,0.8212566515,1094.8287168 +34,-1.547188511,0.7395198392,212,-1.914661867,0.8212566515,1080.0147274 +35,-1.545148587,0.7395226109,212,-1.914661867,0.8212566515,1085.436962 +36,-1.543104538,0.7395314908,212,-1.914661867,0.8212566515,1090.862269 +37,-1.540727751,0.7395306258,212,-1.914661867,0.8212566515,1097.1918023 +38,-1.547187029,0.7380014886,212,-1.914661867,0.8212566515,1082.5401096 +39,-1.545147315,0.7380012252,212,-1.914661867,0.8212566515,1087.9620075 +40,-1.54310719,0.7380060743,212,-1.914661867,0.8212566515,1093.378708 +41,-1.540719671,0.7380068206,212,-1.914661867,0.8212566515,1099.7287392 +42,-1.547187189,0.7364799098,212,-1.914661867,0.8212566515,1085.0933631 +43,-1.545149996,0.7364853874,212,-1.914661867,0.8212566515,1090.4939867 +44,-1.543106091,0.7364823484,212,-1.914661867,0.8212566515,1095.9290877 +45,-1.540717158,0.7364893901,212,-1.914661867,0.8212566515,1102.266757 +46,-1.538663972,0.7410138672,212,-1.914661867,0.8212566515,1100.2703883 +47,-1.53695285,0.7409699132,212,-1.914661867,0.8212566515,1104.9043425 +48,-1.534910498,0.7409641297,212,-1.914661867,0.8212566515,1110.3612949 +49,-1.533145034,0.7409536636,212,-1.914661867,0.8212566515,1115.0887283 +50,-1.538681336,0.7395405883,212,-1.914661867,0.8212566515,1102.6261974 +51,-1.536999189,0.7395183096,212,-1.914661867,0.8212566515,1107.1446659 +52,-1.534923633,0.7395144222,212,-1.914661867,0.8212566515,1112.6830144 +53,-1.533267822,0.7395654306,212,-1.914661867,0.8212566515,1117.0144652 +54,-1.53867273,0.7380151077,212,-1.914661867,0.8212566515,1105.1625935 +55,-1.536980576,0.7379994392,212,-1.914661867,0.8212566515,1109.6934855 +56,-1.534931522,0.7379944961,212,-1.914661867,0.8212566515,1115.1586216 +57,-1.533387952,0.7379480264,212,-1.914661867,0.8212566515,1119.3473742 +58,-1.538682279,0.7364914363,212,-1.914661867,0.8212566515,1107.6741866 +59,-1.536980704,0.7364810563,212,-1.914661867,0.8212566515,1112.2177709 +60,-1.534935567,0.7364752065,212,-1.914661867,0.8212566515,1117.6695708 +61,-1.533042592,0.7363876366,212,-1.914661867,0.8212566515,1122.8544667 +62,-1.545143426,0.7349628011,212,-1.914661867,0.8212566515,1093.0884048 +63,-1.543105297,0.7349691947,212,-1.914661867,0.8212566515,1098.4872559 +64,-1.541064533,0.7349647152,212,-1.914661867,0.8212566515,1103.913913 +65,-1.545411803,0.7334624714,212,-1.914661867,0.8212566515,1094.9420708 +66,-1.543446606,0.7334780896,212,-1.914661867,0.8212566515,1100.1262497 +67,-1.541475327,0.7334957295,212,-1.914661867,0.8212566515,1105.3254646 +68,-1.545401939,0.731963266,212,-1.914661867,0.8212566515,1097.5575846 +69,-1.54342253,0.7319915583,212,-1.914661867,0.8212566515,1102.7522984 +70,-1.541455867,0.7320216438,212,-1.914661867,0.8212566515,1107.9126918 +71,-1.545410146,0.7304422281,212,-1.914661867,0.8212566515,1100.1887884 +72,-1.543435491,0.7304713664,212,-1.914661867,0.8212566515,1105.3638147 +73,-1.541463105,0.7304997613,212,-1.914661867,0.8212566515,1110.5367755 +74,-1.545414768,0.7289194936,212,-1.914661867,0.8212566515,1102.8583643 +75,-1.543435774,0.7289538557,212,-1.914661867,0.8212566515,1108.0299109 +76,-1.541457714,0.7289765881,212,-1.914661867,0.8212566515,1113.2222636 +77,-1.539449415,0.7320555866,212,-1.914661867,0.8212566515,1113.174459 +78,-1.537429183,0.7321097681,212,-1.914661867,0.8212566515,1118.440537 +79,-1.535472649,0.7321497267,212,-1.914661867,0.8212566515,1123.5646468 +80,-1.539457899,0.7305333307,212,-1.914661867,0.8212566515,1115.7902771 +81,-1.537453161,0.7305750503,212,-1.914661867,0.8212566515,1121.0310299 +82,-1.535479385,0.7306124949,212,-1.914661867,0.8212566515,1126.1997422 +83,-1.53946905,0.7290102593,212,-1.914661867,0.8212566515,1118.4260982 +84,-1.537459922,0.7290417293,212,-1.914661867,0.8212566515,1123.6906959 +85,-1.535451349,0.7290890157,212,-1.914661867,0.8212566515,1128.9288155 +86,-1.535522937,0.7279887191,212,-1.914661867,0.8212566515,1130.6722724 +87,-1.539442524,0.7274735939,212,-1.914661867,0.8212566515,1121.2111779 +88,-1.537424111,0.727521351,212,-1.914661867,0.8212566515,1126.4657867 +89,-1.539384641,0.7259505092,212,-1.914661867,0.8212566515,1124.0803283 +90,-1.537372391,0.7259947145,212,-1.914661867,0.8212566515,1129.3189968 +91,-1.535340789,0.7260435356,212,-1.914661867,0.8212566515,1134.6035813 +92,-1.539325716,0.7244369706,212,-1.914661867,0.8212566515,1126.9597268 +93,-1.537308932,0.7244801057,212,-1.914661867,0.8212566515,1132.2063219 +94,-1.535289068,0.7245247645,212,-1.914661867,0.8212566515,1137.4613724 +95,-1.533261366,0.7245550236,212,-1.914661867,0.8212566515,1142.7660281 +96,-1.539267302,0.722921924,212,-1.914661867,0.8212566515,1129.8647762 +97,-1.537248972,0.7229660258,212,-1.914661867,0.8212566515,1135.1076276 +98,-1.535219431,0.7229916471,212,-1.914661867,0.8212566515,1140.4167901 +99,-1.53318962,0.7230212049,212,-1.914661867,0.8212566515,1145.7225184 +100,-1.531154816,0.7230299897,212,-1.914661867,0.8212566515,1151.0819691 +101,-1.528878341,0.7230370244,212,-1.914661867,0.8212566515,1157.0862821 +102,-1.539218189,0.7214009878,212,-1.914661867,0.8212566515,1132.7802743 +103,-1.537198791,0.7214422745,212,-1.914661867,0.8212566515,1138.0249058 +104,-1.535179266,0.7214634354,212,-1.914661867,0.8212566515,1143.3099635 +105,-1.533156501,0.7214944644,212,-1.914661867,0.8212566515,1148.5885407 +106,-1.53113574,0.7215166021,212,-1.914661867,0.8212566515,1153.8810908 +107,-1.528874248,0.7215345535,212,-1.914661867,0.8212566515,1159.8200119 +108,-1.539217656,0.7198512397,212,-1.914661867,0.8212566515,1135.645595 +109,-1.537199919,0.7199428763,212,-1.914661867,0.8212566515,1140.7861748 +110,-1.545425832,0.727397149,212,-1.914661867,0.8212566515,1105.5359711 +111,-1.543371177,0.7273916949,212,-1.914661867,0.8212566515,1110.9724544 +112,-1.541368852,0.7274523163,212,-1.914661867,0.8212566515,1116.1558469 +113,-1.545349067,0.7258710923,212,-1.914661867,0.8212566515,1108.4775231 +114,-1.54332671,0.7258603556,212,-1.914661867,0.8212566515,1113.8328041 +115,-1.541346831,0.7259242142,212,-1.914661867,0.8212566515,1118.9447148 +116,-1.545324355,0.7243383958,212,-1.914661867,0.8212566515,1111.3190164 +117,-1.543292796,0.7243617413,212,-1.914661867,0.8212566515,1116.6311814 +118,-1.541295822,0.7244024384,212,-1.914661867,0.8212566515,1121.8237914 +119,-1.543193859,0.7205570215,212,-1.914661867,0.8212566515,1123.8772548 +120,-1.550257047,0.7386738187,212,-1.914661867,0.8212566515,1073.2613234 +121,-1.549335448,0.7311736483,212,-1.914661867,0.8212566515,1088.5237818 +122,-1.533478843,0.7179891343,212,-1.914661867,0.8212566515,1154.2114413 +123,-1.556150555,0.738907041,212,-1.914661867,0.8212566515,1057.2226284 +124,-1.554324226,0.733414257,212,-1.914661867,0.8212566515,1071.4228074 +125,-1.554290846,0.7288285332,212,-1.914661867,0.8212566515,1079.5860036 +126,-1.55122487,0.7219795312,212,-1.914661867,0.8212566515,1100.1337299 +127,-1.525104458,0.7229399862,212,-1.914661867,0.8212566515,1167.2430068 +128,-1.519607711,0.7236181429,212,-1.914661867,0.8212566515,1180.5852629 +129,-1.513899999,0.7251107854,212,-1.914661867,0.8212566515,1193.0847655 +130,-1.536620762,0.7431061895,212,-1.914661867,0.8212566515,1102.3563865 +131,-1.5369566,0.7460845958,212,-1.914661867,0.8212566515,1096.7599191 +132,-1.545345528,0.7447040685,212,-1.914661867,0.8212566515,1076.5267342 +133,-1.532813921,0.7432306626,212,-1.914661867,0.8212566515,1112.3253424 +134,-1.554788248,0.7382381001,212,-1.914661867,0.8212566515,1061.9590849 +135,-1.540348126,0.7301594274,212,-1.914661867,0.8212566515,1114.084145 +136,-1.538016084,0.7239051786,212,-1.914661867,0.8212566515,1131.3785009 +137,-1.525288962,0.7258085137,212,-1.914661867,0.8212566515,1161.6355338 +138,-1.534326986,0.731241342,212,-1.914661867,0.8212566515,1128.1692902 +139,-1.530733872,0.7303625216,212,-1.914661867,0.8212566515,1139.2243708 +141,-1.534354939,0.7328219978,212,-1.914661867,0.8212566515,1125.3812798 +142,-1.53157084,0.7292888153,212,-1.914661867,0.8212566515,1138.8674534 +143,-1.525691035,0.7263799874,212,-1.914661867,0.8212566515,1159.5599152 +144,-1.534031287,0.7495967835,212,-1.914661867,0.8212566515,1099.1866289 +145,-1.527714986,0.7283095957,212,-1.914661867,0.8212566515,1150.8044275 +146,-1.526189586,0.7271468292,212,-1.914661867,0.8212566515,1156.8878111 +147,-1.555177336,0.7375563366,212,-1.914661867,0.8212566515,1062.0746214 +148,-1.555080283,0.7312707794,212,-1.914661867,0.8212566515,1073.1705081 +149,-1.53856994,0.7224180299,212,-1.914661867,0.8212566515,1132.6233738 +150,-1.530837883,0.729933372,212,-1.914661867,0.8212566515,1139.6915663 +151,-1.515066984,0.5854133365,212,-1.914661867,0.8212566515,1516.7063396 +152,-1.534731633,0.5368370046,212,-1.914661867,0.8212566515,1614.4964832 +153,-1.515231902,0.5607085576,212,-1.914661867,0.8212566515,1586.7408201 +154,-2.616253799,1.0684566605,212,-1.914661867,0.8212566515,1856.7910799 +155,-1.956071439,0.5792177723,212,-1.914661867,0.8212566515,966.76059104 +156,-1.951208514,0.5602434208,212,-1.914661867,0.8212566515,1039.7724311 +157,-1.944675062,0.6062144545,212,-1.914661867,0.8212566515,856.45020684 +158,-1.613778386,0.6077989518,212,-1.914661867,0.8212566515,1229.9232371 +159,-2.035029014,0.6021432345,212,-1.914661867,0.8212566515,939.07186793 +160,-2.114989471,0.6801825058,212,-1.914661867,0.8212566515,803.95593741 +161,-2.037382079,0.5765830025,212,-1.914661867,0.8212566515,1037.061996 +162,-2.129855121,0.6585019963,212,-1.914661867,0.8212566515,898.96625542 +163,-2.075141798,0.6493615843,212,-1.914661867,0.8212566515,826.87470642 +164,-1.828626729,0.6948433129,212,-1.914661867,0.8212566515,558.25307246 +165,-1.863329418,0.6735427691,212,-1.914661867,0.8212566515,603.67974133 +166,-1.266037071,0.727988852,212,-1.914661867,0.8212566515,1854.6937729 +167,-1.277579582,0.7249010648,212,-1.914661867,0.8212566515,1828.607983 +168,-1.258418684,0.7241194816,212,-1.914661867,0.8212566515,1881.5786248 +169,-1.317813974,0.6804850104,212,-1.914661867,0.8212566515,1799.6112026 +170,-1.344165204,0.6790988904,212,-1.914661867,0.8212566515,1731.6192651 +171,-1.427582102,0.5277120351,212,-1.914661867,0.8212566515,1885.9977025 +172,-1.402238616,0.457167829,212,-1.914661867,0.8212566515,2152.6197998 +173,-1.422454264,0.4996161999,212,-1.914661867,0.8212566515,1979.3002572 +174,-1.439089277,0.4894859811,212,-1.914661867,0.8212566515,1970.9054368 +175,-1.448126995,0.5182330266,212,-1.914661867,0.8212566515,1864.9799308 +176,-1.474626146,0.5881926574,212,-1.914661867,0.8212566515,1605.5616621 +177,-1.421139645,0.5584869783,212,-1.914661867,0.8212566515,1816.03089 +178,-1.457037165,0.565943032,212,-1.914661867,0.8212566515,1708.4892904 +179,-2.757159358,0.3745319,212,-1.914661867,0.8212566515,3206.5776751 +180,-2.714309238,0.342054471,212,-1.914661867,0.8212566515,3189.9746955 +181,-2.000525337,0.774119946,212,-1.914661867,0.8212566515,302.01528874 +183,-1.571413436,0.6777838382,212,-1.914661867,0.8212566515,1141.4186401 +184,-1.552860289,0.6987663893,212,-1.914661867,0.8212566515,1141.8325227 +185,-1.521852374,0.7165827476,212,-1.914661867,0.8212566515,1187.462684 +186,-1.503656267,0.6928968252,212,-1.914661867,0.8212566515,1281.5140354 +187,-1.502753178,0.7136205882,212,-1.914661867,0.8212566515,1243.4146712 +188,-1.631894563,0.7343596465,212,-1.914661867,0.8212566515,866.93648676 +189,-1.653765416,0.6770714026,212,-1.914661867,0.8212566515,945.37079769 +190,-1.719812114,0.6715965947,212,-1.914661867,0.8212566515,818.43478627 +191,-1.493406659,0.6646955447,212,-1.914661867,0.8212566515,1368.7398924 +192,-1.469120564,0.6613469966,212,-1.914661867,0.8212566515,1438.7554592 +193,-1.590551461,0.5326612937,212,-1.914661867,0.8212566515,1511.3407902 +194,-1.625979264,0.5247742243,212,-1.914661867,0.8212566515,1469.4649478 +195,-1.572293943,0.5238808754,212,-1.914661867,0.8212566515,1576.1442624 +196,-1.610848725,0.5477107964,212,-1.914661867,0.8212566515,1422.7557674 +197,-1.208485554,0.7918526018,212,-1.914661867,0.8212566515,1917.4546101 +198,-1.335601374,0.6869083083,212,-1.914661867,0.8212566515,1739.5039148 +199,-1.346156996,0.6825213377,212,-1.914661867,0.8212566515,1719.611282 +200,-1.324381037,0.6741422347,212,-1.914661867,0.8212566515,1794.3966033 +201,-1.242424992,0.7378949807,212,-1.914661867,0.8212566515,1902.4903797 +202,-1.270370057,0.7392461008,212,-1.914661867,0.8212566515,1825.141994 +203,-1.448950472,0.7441675014,212,-1.914661867,0.8212566515,1336.0248441 +204,-1.492662363,0.7523026852,212,-1.914661867,0.8212566515,1206.2834209 +205,-1.479098966,0.7763855017,212,-1.914661867,0.8212566515,1211.2278946 +206,-1.633760714,0.7869022408,212,-1.914661867,0.8212566515,782.37120049 +207,-1.647406434,0.8101289331,212,-1.914661867,0.8212566515,725.70063244 +208,-1.564245052,0.5701509278,212,-1.914661867,0.8212566515,1449.5251917 +209,-1.646289963,0.6833746083,212,-1.914661867,0.8212566515,946.30122547 +210,-1.5820631,0.6751952144,212,-1.914661867,0.8212566515,1121.1764793 +211,-1.613236298,0.6681681791,212,-1.914661867,0.8212566515,1063.1797491 +212,-1.914661867,0.8212566515,212,-1.914661867,0.8212566515,198.04953591 +213,-1.742133237,0.7250275956,212,-1.914661867,0.8212566515,619.28575134 +214,-2.033144872,0.6557314699,212,-1.914661867,0.8212566515,741.14006749 +215,-2.039551981,0.6964723658,212,-1.914661867,0.8212566515,610.29042116 +216,-1.247341019,0.7622473908,212,-1.914661867,0.8212566515,1853.061848 +217,-1.298239787,0.7084123392,212,-1.914661867,0.8212566515,1800.843628 +218,-1.308539688,0.6926545592,212,-1.914661867,0.8212566515,1801.494492 +219,-1.303263185,0.6888938396,212,-1.914661867,0.8212566515,1822.7215039 +220,-1.852400229,0.6004246149,212,-1.914661867,0.8212566515,894.19901444 +221,-1.288947707,0.7473773692,212,-1.914661867,0.8212566515,1762.7590786 +222,-1.372031502,0.7472790993,212,-1.914661867,0.8212566515,1538.8760705 +223,-1.289805721,0.7242157877,212,-1.914661867,0.8212566515,1796.7483738 +224,-1.350807603,0.7533498126,212,-1.914661867,0.8212566515,1587.3648585 +225,-1.329290365,0.7560442322,212,-1.914661867,0.8212566515,1641.554268 +226,-1.410153004,0.616936428,212,-1.914661867,0.8212566515,1693.713306 +227,-1.393445434,0.6308995063,212,-1.914661867,0.8212566515,1704.0004229 +228,-1.37595573,0.6241540638,212,-1.914661867,0.8212566515,1765.1337044 +229,-1.358388707,0.6172645205,212,-1.914661867,0.8212566515,1826.9781974 +230,-1.753741133,0.8281661666,212,-1.914661867,0.8212566515,433.26147981 +231,-1.47430987,0.6834615681,212,-1.914661867,0.8212566515,1377.6376019 +232,-1.421012508,0.7222725206,212,-1.914661867,0.8212566515,1446.311456 +233,-1.4476833,0.6978557868,212,-1.914661867,0.8212566515,1419.1222901 +234,-1.470370723,0.6966193374,212,-1.914661867,0.8212566515,1361.4524556 +235,-1.429211703,0.7037216883,212,-1.914661867,0.8212566515,1457.2384995 +236,-1.700578405,0.6178673663,212,-1.914661867,0.8212566515,1024.9170079 +237,-1.678117619,0.6331716163,212,-1.914661867,0.8212566515,1019.3316089 +238,-1.725644578,0.6316331145,212,-1.914661867,0.8212566515,934.77923297 +239,-2.14012759,0.7930497945,212,-1.914661867,0.8212566515,626.87446579 +240,-2.103289431,0.7653606263,212,-1.914661867,0.8212566515,568.34524103 +241,-1.318739838,0.7017808746,212,-1.914661867,0.8212566515,1757.335895 +242,-1.396417427,0.7077900843,212,-1.914661867,0.8212566515,1537.6113965 +243,-1.35650337,0.7185539404,212,-1.914661867,0.8212566515,1626.247138 +244,-1.248884539,0.7274156818,212,-1.914661867,0.8212566515,1901.8694797 +245,-1.395014798,0.5761185243,212,-1.914661867,0.8212566515,1834.2207521 +246,-1.433377362,0.6064716109,212,-1.914661867,0.8212566515,1660.3098972 +247,-1.408172432,0.5903155476,212,-1.914661867,0.8212566515,1764.6603671 +248,-1.749645898,0.7757118084,212,-1.914661867,0.8212566515,490.07967738 +249,-1.571626686,0.615046989,212,-1.914661867,0.8212566515,1302.8227121 +250,-1.514070049,0.6303003037,212,-1.914661867,0.8212566515,1399.2730063 +251,-1.480890369,0.6237966528,212,-1.914661867,0.8212566515,1497.8010816 +252,-1.704390658,0.5281680612,212,-1.914661867,0.8212566515,1327.1212011 +253,-1.64434733,0.5254277498,212,-1.914661867,0.8212566515,1434.2456942 +254,-1.703855997,0.4792484842,212,-1.914661867,0.8212566515,1504.8027405 +255,-1.692002383,0.5748825051,212,-1.914661867,0.8212566515,1183.5827335 +256,-1.854136457,0.5544643913,212,-1.914661867,0.8212566515,1072.5839109 +257,-1.665021206,0.520317736,212,-1.914661867,0.8212566515,1416.5164843 +258,-1.733654349,0.4845187345,212,-1.914661867,0.8212566515,1447.2697401 +259,-1.720938188,0.5135933906,212,-1.914661867,0.8212566515,1356.3392436 +260,-1.742668307,0.553296122,212,-1.914661867,0.8212566515,1182.6040529 +261,-1.965659039,0.7142126903,212,-1.914661867,0.8212566515,448.1302199 +262,-1.944438071,0.6772834804,212,-1.914661867,0.8212566515,576.7386919 +263,-1.270340967,0.7681487096,212,-1.914661867,0.8212566515,1783.3272801 +264,-1.353091884,0.6549276821,212,-1.914661867,0.8212566515,1757.0794763 +265,-1.333236659,0.6413584414,212,-1.914661867,0.8212566515,1838.8964407 +266,-1.352015998,0.6753788907,212,-1.914661867,0.8212566515,1717.953921 +267,-1.377988483,0.6577816235,212,-1.914661867,0.8212566515,1685.0346783 +268,-2.13075611,0.8318642051,212,-1.914661867,0.8212566515,580.72660266 +269,-2.097910953,0.8259670014,212,-1.914661867,0.8212566515,493.24900339 +270,-1.416382069,0.6694271549,212,-1.914661867,0.8212566515,1559.063699 +271,-1.538905672,0.7535625993,212,-1.914661867,0.8212566515,1080.1962939 +272,-1.572309477,0.7803125099,212,-1.914661867,0.8212566515,955.21500621 +273,-1.87759879,0.7503853417,212,-1.914661867,0.8212566515,299.25368001 +274,1.152365588,0.590457682,212,-1.914661867,0.8212566515,6845.7401109 +275,0.350198001,0.718001859,212,-1.914661867,0.8212566515,5612.074543 +276,0.046513677,0.491503852,212,-1.914661867,0.8212566515,5757.8277261 +277,0.027510309,0.742571376,212,-1.914661867,0.8212566515,4961.7028278 +278,0.306285725,-0.214631579,212,-1.914661867,0.8212566515,8570.7506318 +279,-1.100564889,0.318051531,212,-1.914661867,0.8212566515,3296.7129653 +280,-1.078582306,0.301437596,212,-1.914661867,0.8212566515,3401.1011752 +281,-1.137371989,-0.617634065,212,-1.914661867,0.8212566515,6332.7961547 +282,0.784356344,0.703272339,212,-1.914661867,0.8212566515,6206.8078882 +283,-1.221209947,0.218327455,212,-1.914661867,0.8212566515,3313.388109 +284,2.347301921,-0.449114658,212,-1.914661867,0.8212566515,8697.0850089 +285,0.246820618,0.830553713,212,-1.914661867,0.8212566515,5079.142556 +286,0.829414965,0.703288228,212,-1.914661867,0.8212566515,6244.5659374 +287,-1.337537566,0.42332223,212,-1.914661867,0.8212566515,2405.0635207 +288,0.882453706,0.454478077,212,-1.914661867,0.8212566515,7242.5901132 +289,1.575629659,0.416419109,212,-1.914661867,0.8212566515,7385.2687692 +290,-1.039455679,0.229888244,212,-1.914661867,0.8212566515,3712.8788408 +291,0.489558039,0.934482747,212,-1.914661867,0.8212566515,5060.3973549 +292,0.081344504,0.88384514,212,-1.914661867,0.8212566515,4644.7480766 +293,-1.547979814,0.300350308,212,-1.914661867,0.8212566515,2385.2227237 +294,0.040776181,0.168560074,212,-1.914661867,0.8212566515,6735.1871872 +295,-1.130374745,0.563894876,212,-1.914661867,0.8212566515,2556.4081343 +296,1.578326642,0.478507176,212,-1.914661867,0.8212566515,7144.3189523 +297,-1.12861823,-0.291640865,212,-1.914661867,0.8212566515,5218.4230058 +298,0.310524208,0.770885792,212,-1.914661867,0.8212566515,5373.4105642 +299,0.415649091,-0.387246002,212,-1.914661867,0.8212566515,9353.7395476 +300,-0.926533878,-0.188022748,212,-1.914661867,0.8212566515,5296.7281123 +301,1.258856172,-0.11716081,212,-1.914661867,0.8212566515,9652.8158052 +302,-1.126050026,0.322941926,212,-1.914661867,0.8212566515,3218.31256 +303,2.002785835,0.07893892,212,-1.914661867,0.8212566515,7969.8055972 +304,0.440437607,0.746258085,212,-1.914661867,0.8212566515,5651.0654844 +305,-0.030391866,0.214441206,212,-1.914661867,0.8212566515,6418.0990911 +306,0.521557815,-0.058929362,212,-1.914661867,0.8212566515,8580.7522827 +307,-0.097005111,0.13317729,212,-1.914661867,0.8212566515,6490.7300702 +308,1.83113859,0.221857587,212,-1.914661867,0.8212566515,7791.0583406 +309,0.222428864,0.099404236,212,-1.914661867,0.8212566515,7391.8089135 +310,-1.702731345,0.8728568183,212,-1.914661867,0.8212566515,591.43597739 +311,-0.418507569,0.278324921,212,-1.914661867,0.8212566515,5221.1980421 +312,-1.41153306,0.339029988,212,-1.914661867,0.8212566515,2506.7386344 +313,0.357560442,0.114788776,212,-1.914661867,0.8212566515,7650.5953678 +314,0.325818979,0.268352149,212,-1.914661867,0.8212566515,7074.9232848 +315,-1.246004659,-0.663679965,212,-1.914661867,0.8212566515,6340.0496886 +316,1.814603087,0.637404484,212,-1.914661867,0.8212566515,6301.3246835 +317,1.843704281,-0.18300445,212,-1.914661867,0.8212566515,9182.2127356 +318,1.690644492,-0.211480909,212,-1.914661867,0.8212566515,9577.6999883 +319,-1.275451936,0.068109467,212,-1.914661867,0.8212566515,3696.0360196 +320,0.762430171,-0.207594741,212,-1.914661867,0.8212566515,9562.6279069 +321,0.265668905,-0.014647884,212,-1.914661867,0.8212566515,7855.03619 +322,-2.773032013,-0.335515811,212,-1.914661867,0.8212566515,5507.0540395 +323,-1.469512853,0.174058777,212,-1.914661867,0.8212566515,2966.7056584 +324,0.286276986,0.785925691,212,-1.914661867,0.8212566515,5285.7694153 +325,-1.379324697,0.377432233,212,-1.914661867,0.8212566515,2451.5207986 +326,-1.203778265,0.212813032,212,-1.914661867,0.8212566515,3370.7649223 +327,0.579916301,0.611743168,212,-1.914661867,0.8212566515,6319.5056005 +328,0.267582642,0.868113908,212,-1.914661867,0.8212566515,4990.7560305 +329,0.412869244,-0.050245578,212,-1.914661867,0.8212566515,8313.863661 +330,0.17524381,0.976660285,212,-1.914661867,0.8212566515,4516.598024 +331,0.743157214,0.204812899,212,-1.914661867,0.8212566515,8033.7719998 +332,-1.070758176,0.269382282,212,-1.914661867,0.8212566515,3515.945564 +333,-1.230364251,0.329790229,212,-1.914661867,0.8212566515,2942.5590654 +334,-1.374813124,-0.024926835,212,-1.914661867,0.8212566515,3838.8759024 +335,0.519780566,0.463669906,212,-1.914661867,0.8212566515,6761.7972081 +336,-1.55108034,0.239698561,212,-1.914661867,0.8212566515,2599.0299771 +337,0.180294813,0.029739425,212,-1.914661867,0.8212566515,7508.2316714 +338,0.67820924,0.268170153,212,-1.914661867,0.8212566515,7708.4718297 +339,0.445798684,1.024001867,212,-1.914661867,0.8212566515,4704.8019532 +340,0.691751283,0.150521402,212,-1.914661867,0.8212566515,8158.4231639 +341,-1.036643551,-0.903056181,212,-1.914661867,0.8212566515,7451.028781 +342,-0.120287036,1.083325163,212,-1.914661867,0.8212566515,3790.6321197 +343,2.823513113,-0.304487164,212,-1.914661867,0.8212566515,7030.4180461 +344,0.457583172,1.12513373,212,-1.914661867,0.8212566515,4375.1260147 +345,0.042918831,0.813795399,212,-1.914661867,0.8212566515,4781.872223 +346,1.196146777,-0.853142756,212,-1.914661867,0.8212566515,12293.468071 +347,0.206001358,-0.010430701,212,-1.914661867,0.8212566515,7696.1259361 +348,-0.268308653,0.234799412,212,-1.914661867,0.8212566515,5744.3312171 +349,0.759363263,0.736189579,212,-1.914661867,0.8212566515,6060.1158577 +350,0.181363926,0.891988372,212,-1.914661867,0.8212566515,4783.3765377 +351,-0.021111158,0.139103292,212,-1.914661867,0.8212566515,6668.5301234 +352,-0.093355215,0.630686981,212,-1.914661867,0.8212566515,5034.7055894 +353,0.40118964,0.681375926,212,-1.914661867,0.8212566515,5816.1001986 +354,-0.721197315,1.304706234,212,-1.914661867,0.8212566515,2726.8413925 +355,-1.076150317,0.212107639,212,-1.914661867,0.8212566515,3676.0256256 +356,-1.577164531,0.273993443,212,-1.914661867,0.8212566515,2434.7974395 +357,-0.190788414,0.182208586,212,-1.914661867,0.8212566515,6101.1933949 +358,-0.261349752,0.209710184,212,-1.914661867,0.8212566515,5835.2651704 +359,-1.029303852,0.083549259,212,-1.914661867,0.8212566515,4189.6492834 +360,-1.268609162,0.330525297,212,-1.914661867,0.8212566515,2850.059921 +361,1.282982244,-0.926641967,212,-1.914661867,0.8212566515,12002.882961 +362,0.217352334,0.731352408,212,-1.914661867,0.8212566515,5347.3206908 +363,-1.511833084,0.258629297,212,-1.914661867,0.8212566515,2593.8823002 +364,0.338812194,0.823184618,212,-1.914661867,0.8212566515,5243.2892917 +365,-0.324406489,1.134201999,212,-1.914661867,0.8212566515,3378.6985142 +366,1.389579348,0.399185724,212,-1.914661867,0.8212566515,7574.7927133 +367,2.047152199,-0.039082036,212,-1.914661867,0.8212566515,8263.6575815 +368,0.947780369,0.568250077,212,-1.914661867,0.8212566515,6850.6751538 +369,0.763824846,0.576754987,212,-1.914661867,0.8212566515,6665.5829878 +370,-0.142334657,0.928153068,212,-1.914661867,0.8212566515,4128.4982878 +371,0.610266567,0.547265983,212,-1.914661867,0.8212566515,6593.7626166 +372,0.210731629,0.746815056,212,-1.914661867,0.8212566515,5286.5215023 +373,-1.34931644,0.316895224,212,-1.914661867,0.8212566515,2711.1901852 +374,2.407696481,0.655030745,212,-1.914661867,0.8212566515,5259.8899778 +375,0.64207831,0.545359131,212,-1.914661867,0.8212566515,6642.3973966 +376,1.174597538,0.840588356,212,-1.914661867,0.8212566515,5858.8056975 +377,0.660059424,0.010604079,212,-1.914661867,0.8212566515,8609.5697349 +378,-0.730263819,0.010486456,212,-1.914661867,0.8212566515,5161.9769074 +379,0.831068936,0.512339172,212,-1.914661867,0.8212566515,6975.3209996 +380,1.301180979,0.72367476,212,-1.914661867,0.8212566515,6318.8014195 +381,1.811128231,0.322854402,212,-1.914661867,0.8212566515,7456.6747881 +382,0.435105812,0.992284428,212,-1.914661867,0.8212566515,4800.6151084 +383,0.62643634,0.592027932,212,-1.914661867,0.8212566515,6451.6188894 +384,0.492988703,-0.516339467,212,-1.914661867,0.8212566515,9903.7421166 +385,-0.162469483,0.112549365,212,-1.914661867,0.8212566515,6380.0838202 +386,0.314630866,0.472006421,212,-1.914661867,0.8212566515,6374.4588222 +387,0.166744804,0.822815954,212,-1.914661867,0.8212566515,4972.8633024 +388,0.417159608,0.965805736,212,-1.914661867,0.8212566515,4869.5100507 +389,0.106334961,0.868774244,212,-1.914661867,0.8212566515,4731.4714066 +390,0.815086969,-0.338144359,212,-1.914661867,0.8212566515,10113.068197 +391,0.59867455,-0.230624824,212,-1.914661867,0.8212566515,9315.1932284 +392,1.915104874,0.066220985,212,-1.914661867,0.8212566515,8189.9093264 +393,1.278093622,0.064463721,212,-1.914661867,0.8212566515,8930.9615525 +394,-0.061477853,0.302997961,212,-1.914661867,0.8212566515,6074.4588451 +395,0.251311504,0.626976942,212,-1.914661867,0.8212566515,5744.8982929 +396,2.950242872,0.149095644,212,-1.914661867,0.8212566515,5379.4469014 +397,-0.180294708,0.35375117,212,-1.914661867,0.8212566515,5627.508061 +398,1.010448592,-0.351180233,212,-1.914661867,0.8212566515,10455.262479 +399,-1.748740498,0.3686318073,212,-1.914661867,0.8212566515,1870.345219 +400,2.699635665,0.123533791,212,-1.914661867,0.8212566515,6126.918743 +401,0.496808033,0.823843254,212,-1.914661867,0.8212566515,5455.7442965 +402,0.129574704,0.763364087,212,-1.914661867,0.8212566515,5091.0788399 +403,1.798920311,0.817447563,212,-1.914661867,0.8212566515,5657.3872245 +404,0.335987953,0.746786541,212,-1.914661867,0.8212566515,5493.3404485 +405,-1.085413643,0.292154671,212,-1.914661867,0.8212566515,3411.3518013 +406,-0.155321003,0.508207011,212,-1.914661867,0.8212566515,5242.9556601 +407,0.620529244,-0.301175104,212,-1.914661867,0.8212566515,9591.7321747 +408,1.684402744,0.368716966,212,-1.914661867,0.8212566515,7455.1479126 +409,0.300582244,-0.386397212,212,-1.914661867,0.8212566515,9050.6887923 +410,2.913555946,-0.009225192,212,-1.914661867,0.8212566515,5936.5569753 +411,1.465101417,0.493232532,212,-1.914661867,0.8212566515,7167.9465637 +412,0.090612882,0.907955955,212,-1.914661867,0.8212566515,4589.6433548 +413,2.987564726,-0.729568594,212,-1.914661867,0.8212566515,7817.7663481 +414,-1.484261606,0.224149272,212,-1.914661867,0.8212566515,2763.2045413 +415,0.164073421,0.303955133,212,-1.914661867,0.8212566515,6607.1213473 +416,0.141441293,0.167552546,212,-1.914661867,0.8212566515,6984.3106667 +417,2.931321023,-0.506718887,212,-1.914661867,0.8212566515,7329.1462431 +418,2.21951565,0.700596356,212,-1.914661867,0.8212566515,5475.7946211 +419,0.268112576,1.199114336,212,-1.914661867,0.8212566515,3963.0340569 +420,0.978913739,0.359223811,212,-1.914661867,0.8212566515,7684.7275572 +421,1.210898818,0.522863584,212,-1.914661867,0.8212566515,7119.4798978 +422,2.347397336,0.129231362,212,-1.914661867,0.8212566515,7018.4426484 +423,0.614394501,0.556878345,212,-1.914661867,0.8212566515,6564.2670481 +424,-1.398079356,0.148483366,212,-1.914661867,0.8212566515,3182.7657777 +425,2.535303836,-0.112984496,212,-1.914661867,0.8212566515,7256.1544303 +426,-1.019372593,-0.405322349,212,-1.914661867,0.8212566515,5813.789161 +427,-1.297785627,-0.160104069,212,-1.914661867,0.8212566515,4452.8304224 +428,2.144554488,0.205051084,212,-1.914661867,0.8212566515,7248.6314069 +429,-2.242387083,-0.426171285,212,-1.914661867,0.8212566515,5078.2251437 +430,0.338637212,0.909723676,212,-1.914661867,0.8212566515,4956.9326609 +431,-0.148798452,0.691042401,212,-1.914661867,0.8212566515,4742.9291849 +432,0.893524764,0.441829531,212,-1.914661867,0.8212566515,7300.5675827 +433,0.969229347,-0.368847936,212,-1.914661867,0.8212566515,10470.213723 +434,0.436043248,0.800045688,212,-1.914661867,0.8212566515,5459.2742608 +435,1.687946607,1.081504775,212,-1.914661867,0.8212566515,4766.0538172 +436,0.522302046,-0.034889271,212,-1.914661867,0.8212566515,8501.5501613 +437,-0.178996113,-0.438090009,212,-1.914661867,0.8212566515,7903.0038808 +438,-1.094339566,0.301444068,212,-1.914661867,0.8212566515,3361.3902041 +439,-1.064070054,0.242569932,212,-1.914661867,0.8212566515,3613.1843059 +440,-1.068153768,0.230387998,212,-1.914661867,0.8212566515,3639.9311524 +441,-3.00496892,-0.23989155,212,-1.914661867,0.8212566515,5697.6733807 +442,0.21751974,0.766874888,212,-1.914661867,0.8212566515,5234.3234563 +443,0.117229532,0.007619006,212,-1.914661867,0.8212566515,7418.6227622 +444,0.777758451,0.420554741,212,-1.914661867,0.8212566515,7269.4616508 +445,-0.252356999,0.250747086,212,-1.914661867,0.8212566515,5740.192386 +446,0.363148444,0.768483434,212,-1.914661867,0.8212566515,5462.3245489 +447,0.903191366,-0.118210676,212,-1.914661867,0.8212566515,9450.1728983 +448,-0.205755923,0.149406178,212,-1.914661867,0.8212566515,6157.7187861 +449,1.811996086,0.02364353,212,-1.914661867,0.8212566515,8531.1394319 +450,-1.100670221,0.314845373,212,-1.914661867,0.8212566515,3305.8848606 +451,0.340078597,0.850105132,212,-1.914661867,0.8212566515,5155.8224664 +452,0.258757267,0.804969236,212,-1.914661867,0.8212566515,5180.2160033 +453,2.78505352,-0.155160804,212,-1.914661867,0.8212566515,6704.9903675 +454,0.800551619,0.105822106,212,-1.914661867,0.8212566515,8479.1523954 +455,0.437940882,-0.506194031,212,-1.914661867,0.8212566515,9732.5509245 +456,2.230431122,0.63458615,212,-1.914661867,0.8212566515,5669.0089302 +457,0.527965361,0.127667701,212,-1.914661867,0.8212566515,7956.7072377 +458,-0.063643205,0.702093448,212,-1.914661867,0.8212566515,4894.5353706 +459,1.408447268,0.133010502,212,-1.914661867,0.8212566515,8610.3913963 +460,0.523795955,0.280266966,212,-1.914661867,0.8212566515,7416.1574404 +461,-0.975769313,0.072177659,212,-1.914661867,0.8212566515,4354.5342403 +462,0.549774164,-0.463663986,212,-1.914661867,0.8212566515,9910.0920114 +463,0.29245874,1.095549818,212,-1.914661867,0.8212566515,4303.4028334 +464,0.143625958,0.816809593,212,-1.914661867,0.8212566515,4951.9922051 +465,0.671902494,0.611159853,212,-1.914661867,0.8212566515,6436.6305553 +466,1.239840988,0.6724199,212,-1.914661867,0.8212566515,6527.2192191 +467,0.607829703,-0.10932137,212,-1.914661867,0.8212566515,8928.7253779 +468,1.763020906,0.263996692,212,-1.914661867,0.8212566515,7742.0493519 +469,0.378714634,0.726066797,212,-1.914661867,0.8212566515,5629.2247847 +470,2.196736143,-0.153862366,212,-1.914661867,0.8212566515,8263.4179186 +471,0.01702415,0.148991565,212,-1.914661867,0.8212566515,6735.3113809 +472,-2.998490902,-0.158002487,212,-1.914661867,0.8212566515,5425.700268 +473,-3.051262951,-0.346595608,212,-1.914661867,0.8212566515,6139.104391 +474,-1.069176439,0.182802941,212,-1.914661867,0.8212566515,3783.3229979 +475,0.167157509,0.595344954,212,-1.914661867,0.8212566515,5687.0513295 +476,0.613855648,0.681746124,212,-1.914661867,0.8212566515,6108.6207333 +477,1.037012736,0.682555367,212,-1.914661867,0.8212566515,6449.524441 +478,-1.253574971,0.379755746,212,-1.914661867,0.8212566515,2735.837457 +479,3.108590453,-0.132620738,212,-1.914661867,0.8212566515,5786.2364989 +480,0.565301296,0.022333262,212,-1.914661867,0.8212566515,8392.9233813 +481,0.547898238,0.855555614,212,-1.914661867,0.8212566515,5404.4221624 +482,0.948309381,0.417393755,212,-1.914661867,0.8212566515,7437.3435543 +483,-0.050600732,0.945269213,212,-1.914661867,0.8212566515,4247.4855914 +484,-0.977651478,-0.572363064,212,-1.914661867,0.8212566515,6449.0283414 +485,1.102014914,0.728861163,212,-1.914661867,0.8212566515,6288.1440707 +486,2.927300795,-0.282939414,212,-1.914661867,0.8212566515,6697.7074159 +487,-1.154565557,0.124434095,212,-1.914661867,0.8212566515,3767.1503564 +488,1.855331234,0.291044755,212,-1.914661867,0.8212566515,7503.4566549 +489,0.830290659,0.276904518,212,-1.914661867,0.8212566515,7870.7862365 +490,0.485104466,-0.234867441,212,-1.914661867,0.8212566515,9070.9621363 +491,0.521367572,-0.33161327,212,-1.914661867,0.8212566515,9455.7682665 +1,-1.539031704,0.7349710123,213,-1.742133237,0.7250275956,600.30799325 +2,-1.536990553,0.7349663874,213,-1.742133237,0.7250275956,606.30589306 +3,-1.534951779,0.7349571355,213,-1.742133237,0.7250275956,612.29692035 +4,-1.532906461,0.7349480293,213,-1.742133237,0.7250275956,618.30722996 +5,-1.531320211,0.7346937278,213,-1.742133237,0.7250275956,622.97682247 +6,-1.539451648,0.7335131775,213,-1.742133237,0.7250275956,599.11429289 +7,-1.537429487,0.7335445708,213,-1.742133237,0.7250275956,605.06211449 +8,-1.535484998,0.7335658704,213,-1.742133237,0.7250275956,610.78160956 +9,-1.533488396,0.7336036027,213,-1.742133237,0.7250275956,616.65317024 +10,-1.531497785,0.7335842962,213,-1.742133237,0.7250275956,622.51027422 +11,-1.530259379,0.7334777758,213,-1.742133237,0.7250275956,626.16059768 +12,-1.5335454,0.7322346912,213,-1.742133237,0.7250275956,616.58911062 +13,-1.531489083,0.7322238773,213,-1.742133237,0.7250275956,622.64576017 +14,-1.530011122,0.7321679851,213,-1.742133237,0.7250275956,627.00378236 +15,-1.53348106,0.7306614094,213,-1.742133237,0.7250275956,616.95628846 +16,-1.531441779,0.7306962275,213,-1.742133237,0.7250275956,622.96370355 +17,-1.529755654,0.7306933243,213,-1.742133237,0.7250275956,627.93482745 +18,-1.533415048,0.7291384674,213,-1.742133237,0.7250275956,617.38251901 +19,-1.531392093,0.7291705353,213,-1.742133237,0.7250275956,623.34684145 +20,-1.529296523,0.7291214933,213,-1.742133237,0.7250275956,629.5394317 +21,-1.535280942,0.727267644,213,-1.742133237,0.7250275956,612.23428754 +22,-1.533378158,0.7276139666,213,-1.742133237,0.7250275956,617.78177773 +23,-1.531340368,0.7276446587,213,-1.742133237,0.7250275956,623.79430782 +24,-1.528960113,0.7276398177,213,-1.742133237,0.7250275956,630.8254927 +25,-1.533313146,0.7260818349,213,-1.742133237,0.7250275956,618.3246217 +26,-1.531259555,0.7260958115,213,-1.742133237,0.7250275956,624.3916804 +27,-1.528926415,0.7260865555,213,-1.742133237,0.7250275956,631.29056577 +28,-1.531226779,0.7245511789,213,-1.742133237,0.7250275956,624.90563345 +29,-1.528904772,0.7245519194,213,-1.742133237,0.7250275956,631.77389321 +30,-1.547195875,0.7409785979,213,-1.742133237,0.7250275956,576.87712157 +31,-1.5451475,0.740980426,213,-1.742133237,0.7250275956,582.85816652 +32,-1.543097679,0.7409798872,213,-1.742133237,0.7250275956,588.84348637 +33,-1.540720364,0.7409892687,213,-1.742133237,0.7250275956,595.7871347 +34,-1.547188511,0.7395198392,213,-1.742133237,0.7250275956,576.67328442 +35,-1.545148587,0.7395226109,213,-1.742133237,0.7250275956,582.63989777 +36,-1.543104538,0.7395314908,213,-1.742133237,0.7250275956,588.61960783 +37,-1.540727751,0.7395306258,213,-1.742133237,0.7250275956,595.57168636 +38,-1.547187029,0.7380014886,213,-1.742133237,0.7250275956,576.50406681 +39,-1.545147315,0.7380012252,213,-1.742133237,0.7250275956,582.47966843 +40,-1.54310719,0.7380060743,213,-1.742133237,0.7250275956,588.45710356 +41,-1.540719671,0.7380068206,213,-1.742133237,0.7250275956,595.4521854 +42,-1.547187189,0.7364799098,213,-1.742133237,0.7250275956,576.3921384 +43,-1.545149996,0.7364853874,213,-1.742133237,0.7250275956,582.36997945 +44,-1.543106091,0.7364823484,213,-1.742133237,0.7250275956,588.3672068 +45,-1.540717158,0.7364893901,213,-1.742133237,0.7250275956,595.37733954 +46,-1.538663972,0.7410138672,213,-1.742133237,0.7250275956,601.79614691 +47,-1.53695285,0.7409699132,213,-1.742133237,0.7250275956,606.7873003 +48,-1.534910498,0.7409641297,213,-1.742133237,0.7250275956,612.75178828 +49,-1.533145034,0.7409536636,213,-1.742133237,0.7250275956,617.90730278 +50,-1.538681336,0.7395405883,213,-1.742133237,0.7250275956,601.55890278 +51,-1.536999189,0.7395183096,213,-1.742133237,0.7250275956,606.4773721 +52,-1.534923633,0.7395144222,213,-1.742133237,0.7250275956,612.5489518 +53,-1.533267822,0.7395654306,213,-1.742133237,0.7250275956,617.39776648 +54,-1.53867273,0.7380151077,213,-1.742133237,0.7250275956,601.45012592 +55,-1.536980576,0.7379994392,213,-1.742133237,0.7250275956,606.40709798 +56,-1.534931522,0.7379944961,213,-1.742133237,0.7250275956,612.41070935 +57,-1.533387952,0.7379480264,213,-1.742133237,0.7250275956,616.93121352 +58,-1.538682279,0.7364914363,213,-1.742133237,0.7250275956,601.3484243 +59,-1.536980704,0.7364810563,213,-1.742133237,0.7250275956,606.34121458 +60,-1.534935567,0.7364752065,213,-1.742133237,0.7250275956,612.3423855 +61,-1.533042592,0.7363876366,213,-1.742133237,0.7250275956,617.89620759 +62,-1.545143426,0.7349628011,213,-1.742133237,0.7250275956,582.34885395 +63,-1.543105297,0.7349691947,213,-1.742133237,0.7250275956,588.3378769 +64,-1.541064533,0.7349647152,213,-1.742133237,0.7250275956,594.3346289 +65,-1.545411803,0.7334624714,213,-1.742133237,0.7250275956,581.58003079 +66,-1.543446606,0.7334780896,213,-1.742133237,0.7250275956,587.36174039 +67,-1.541475327,0.7334957295,213,-1.742133237,0.7250275956,593.16104458 +68,-1.545401939,0.731963266,213,-1.742133237,0.7250275956,581.6890877 +69,-1.54342253,0.7319915583,213,-1.742133237,0.7250275956,587.51804516 +70,-1.541455867,0.7320216438,213,-1.742133237,0.7250275956,593.30895341 +71,-1.545410146,0.7304422281,213,-1.742133237,0.7250275956,581.80756701 +72,-1.543435491,0.7304713664,213,-1.742133237,0.7250275956,587.62778245 +73,-1.541463105,0.7304997613,213,-1.742133237,0.7250275956,593.4410043 +74,-1.545414768,0.7289194936,213,-1.742133237,0.7250275956,581.99873137 +75,-1.543435774,0.7289538557,213,-1.742133237,0.7250275956,587.83563749 +76,-1.541457714,0.7289765881,213,-1.742133237,0.7250275956,593.67121813 +77,-1.539449415,0.7320555866,213,-1.742133237,0.7250275956,599.21635823 +78,-1.537429183,0.7321097681,213,-1.742133237,0.7250275956,605.16215723 +79,-1.535472649,0.7321497267,213,-1.742133237,0.7250275956,610.9210855 +80,-1.539457899,0.7305333307,213,-1.742133237,0.7250275956,599.3499766 +81,-1.537453161,0.7305750503,213,-1.742133237,0.7250275956,605.25609675 +82,-1.535479385,0.7306124949,213,-1.742133237,0.7250275956,611.07099428 +83,-1.53946905,0.7290102593,213,-1.742133237,0.7250275956,599.53594048 +84,-1.537459922,0.7290417293,213,-1.742133237,0.7250275956,605.46098837 +85,-1.535451349,0.7290890157,213,-1.742133237,0.7250275956,611.38128548 +86,-1.535522937,0.7279887191,213,-1.742133237,0.7250275956,611.37095215 +87,-1.539442524,0.7274735939,213,-1.742133237,0.7250275956,599.89605268 +88,-1.537424111,0.727521351,213,-1.742133237,0.7250275956,605.84928787 +89,-1.539384641,0.7259505092,213,-1.742133237,0.7250275956,600.40683538 +90,-1.537372391,0.7259947145,213,-1.742133237,0.7250275956,606.34556598 +91,-1.535340789,0.7260435356,213,-1.742133237,0.7250275956,612.33989407 +92,-1.539325716,0.7244369706,213,-1.742133237,0.7250275956,600.97819122 +93,-1.537308932,0.7244801057,213,-1.742133237,0.7250275956,606.9329955 +94,-1.535289068,0.7245247645,213,-1.742133237,0.7250275956,612.89603645 +95,-1.533261366,0.7245550236,213,-1.742133237,0.7250275956,618.88593693 +96,-1.539267302,0.722921924,213,-1.742133237,0.7250275956,601.60778125 +97,-1.537248972,0.7229660258,213,-1.742133237,0.7250275956,607.56867158 +98,-1.535219431,0.7229916471,213,-1.742133237,0.7250275956,613.56832463 +99,-1.53318962,0.7230212049,213,-1.742133237,0.7250275956,619.56713078 +100,-1.531154816,0.7230299897,213,-1.742133237,0.7250275956,625.58712098 +101,-1.528878341,0.7230370244,213,-1.742133237,0.7250275956,632.32264749 +102,-1.539218189,0.7214009878,213,-1.742133237,0.7250275956,602.27113475 +103,-1.537198791,0.7214422745,213,-1.742133237,0.7250275956,608.23741078 +104,-1.535179266,0.7214634354,213,-1.742133237,0.7250275956,614.21099907 +105,-1.533156501,0.7214944644,213,-1.742133237,0.7250275956,620.19028761 +106,-1.53113574,0.7215166021,213,-1.742133237,0.7250275956,626.16654327 +107,-1.528874248,0.7215345535,213,-1.742133237,0.7250275956,632.85685852 +108,-1.539217656,0.7198512397,213,-1.742133237,0.7250275956,602.86148008 +109,-1.537199919,0.7199428763,213,-1.742133237,0.7250275956,608.80346242 +110,-1.545425832,0.727397149,213,-1.742133237,0.7250275956,582.23271438 +111,-1.543371177,0.7273916949,213,-1.742133237,0.7250275956,588.30496485 +112,-1.541368852,0.7274523163,213,-1.742133237,0.7250275956,594.20905357 +113,-1.545349067,0.7258710923,213,-1.742133237,0.7250275956,582.78910268 +114,-1.54332671,0.7258603556,213,-1.742133237,0.7250275956,588.77213837 +115,-1.541346831,0.7259242142,213,-1.742133237,0.7250275956,594.61134175 +116,-1.545324355,0.7243383958,213,-1.742133237,0.7250275956,583.25564431 +117,-1.543292796,0.7243617413,213,-1.742133237,0.7250275956,589.26093505 +118,-1.541295822,0.7244024384,213,-1.742133237,0.7250275956,595.15865089 +119,-1.543193859,0.7205570215,213,-1.742133237,0.7250275956,590.8054186 +120,-1.550257047,0.7386738187,213,-1.742133237,0.7250275956,567.58626407 +121,-1.549335448,0.7311736483,213,-1.742133237,0.7250275956,570.16036616 +122,-1.533478843,0.7179891343,213,-1.742133237,0.7250275956,620.65973995 +123,-1.556150555,0.738907041,213,-1.742133237,0.7250275956,550.36985346 +124,-1.554324226,0.733414257,213,-1.742133237,0.7250275956,555.3564627 +125,-1.554290846,0.7288285332,213,-1.742133237,0.7250275956,555.80511353 +126,-1.55122487,0.7219795312,213,-1.742133237,0.7250275956,566.50611318 +127,-1.525104458,0.7229399862,213,-1.742133237,0.7250275956,643.52411606 +128,-1.519607711,0.7236181429,213,-1.742133237,0.7250275956,659.56460742 +129,-1.513899999,0.7251107854,213,-1.742133237,0.7250275956,675.97831631 +130,-1.536620762,0.7431061895,213,-1.742133237,0.7250275956,608.1095599 +131,-1.5369566,0.7460845958,213,-1.742133237,0.7250275956,607.82060119 +132,-1.545345528,0.7447040685,213,-1.742133237,0.7250275956,583.08926403 +133,-1.532813921,0.7432306626,213,-1.742133237,0.7250275956,619.22347491 +134,-1.554788248,0.7382381001,213,-1.742133237,0.7250275956,554.26616386 +135,-1.540348126,0.7301594274,213,-1.742133237,0.7250275956,596.7723623 +136,-1.538016084,0.7239051786,213,-1.742133237,0.7250275956,605.00742068 +137,-1.525288962,0.7258085137,213,-1.742133237,0.7250275956,642.11493936 +138,-1.534326986,0.731241342,213,-1.742133237,0.7250275956,614.39052893 +139,-1.530733872,0.7303625216,213,-1.742133237,0.7250275956,625.09788057 +141,-1.534354939,0.7328219978,213,-1.742133237,0.7250275956,614.15589027 +142,-1.53157084,0.7292888153,213,-1.742133237,0.7250275956,622.79898215 +143,-1.525691035,0.7263799874,213,-1.742133237,0.7250275956,640.778469 +144,-1.534031287,0.7495967835,213,-1.742133237,0.7250275956,617.37179717 +145,-1.527714986,0.7283095957,213,-1.742133237,0.7250275956,634.36218462 +146,-1.526189586,0.7271468292,213,-1.742133237,0.7250275956,639.11960724 +147,-1.555177336,0.7375563366,213,-1.742133237,0.7250275956,553.04734124 +148,-1.555080283,0.7312707794,213,-1.742133237,0.7250275956,553.21797918 +149,-1.53856994,0.7224180299,213,-1.742133237,0.7250275956,603.83765391 +150,-1.530837883,0.729933372,213,-1.742133237,0.7250275956,624.85591781 +151,-1.515066984,0.5854133365,213,-1.742133237,0.7250275956,900.72437188 +152,-1.534731633,0.5368370046,213,-1.742133237,0.7250275956,995.87252242 +153,-1.515231902,0.5607085576,213,-1.742133237,0.7250275956,968.06902026 +154,-2.616253799,1.0684566605,213,-1.742133237,0.7250275956,2465.3895151 +155,-1.956071439,0.5792177723,213,-1.742133237,0.7250275956,885.63137008 +156,-1.951208514,0.5602434208,213,-1.742133237,0.7250275956,928.59134471 +157,-1.944675062,0.6062144545,213,-1.742133237,0.7250275956,786.00280249 +158,-1.613778386,0.6077989518,213,-1.742133237,0.7250275956,612.14047628 +159,-2.035029014,0.6021432345,213,-1.742133237,0.7250275956,1032.9509578 +160,-2.114989471,0.6801825058,213,-1.742133237,0.7250275956,1138.0042569 +161,-2.037382079,0.5765830025,213,-1.742133237,0.7250275956,1097.6144662 +162,-2.129855121,0.6585019963,213,-1.742133237,0.7250275956,1208.1060087 +163,-2.075141798,0.6493615843,213,-1.742133237,0.7250275956,1060.2598901 +164,-1.828626729,0.6948433129,213,-1.742133237,0.7250275956,285.95752119 +165,-1.863329418,0.6735427691,213,-1.742133237,0.7250275956,420.0018583 +166,-1.266037071,0.727988852,213,-1.742133237,0.7250275956,1403.7504198 +167,-1.277579582,0.7249010648,213,-1.742133237,0.7250275956,1371.8494062 +168,-1.258418684,0.7241194816,213,-1.742133237,0.7250275956,1428.4480152 +169,-1.317813974,0.6804850104,213,-1.742133237,0.7250275956,1290.2298634 +170,-1.344165204,0.6790988904,213,-1.742133237,0.7250275956,1213.6009308 +171,-1.427582102,0.5277120351,213,-1.742133237,0.7250275956,1272.1349725 +172,-1.402238616,0.457167829,213,-1.742133237,0.7250275956,1534.2627585 +173,-1.422454264,0.4996161999,213,-1.742133237,0.7250275956,1362.5432706 +174,-1.439089277,0.4894859811,213,-1.742133237,0.7250275956,1352.2880006 +175,-1.448126995,0.5182330266,213,-1.742133237,0.7250275956,1247.7416491 +176,-1.474626146,0.5881926574,213,-1.742133237,0.7250275956,996.74878747 +177,-1.421139645,0.5584869783,213,-1.742133237,0.7250275956,1209.4838905 +178,-1.457037165,0.565943032,213,-1.742133237,0.7250275956,1097.3347386 +179,-2.757159358,0.3745319,213,-1.742133237,0.7250275956,3622.6220195 +180,-2.714309238,0.342054471,213,-1.742133237,0.7250275956,3574.1689181 +181,-2.000525337,0.774119946,213,-1.742133237,0.7250275956,772.79744586 +183,-1.571413436,0.6777838382,213,-1.742133237,0.7250275956,549.05118198 +184,-1.552860289,0.6987663893,213,-1.742133237,0.7250275956,576.66781791 +185,-1.521852374,0.7165827476,213,-1.742133237,0.7250275956,655.7799543 +186,-1.503656267,0.6928968252,213,-1.742133237,0.7250275956,727.39203651 +187,-1.502753178,0.7136205882,213,-1.742133237,0.7250275956,713.94980728 +188,-1.631894563,0.7343596465,213,-1.742133237,0.7250275956,327.48911109 +189,-1.653765416,0.6770714026,213,-1.742133237,0.7250275956,327.96992056 +190,-1.719812114,0.6715965947,213,-1.742133237,0.7250275956,222.20244911 +191,-1.493406659,0.6646955447,213,-1.742133237,0.7250275956,792.51051542 +192,-1.469120564,0.6613469966,213,-1.742133237,0.7250275956,867.80528759 +193,-1.590551461,0.5326612937,213,-1.742133237,0.7250275956,902.39396406 +194,-1.625979264,0.5247742243,213,-1.742133237,0.7250275956,875.87490404 +195,-1.572293943,0.5238808754,213,-1.742133237,0.7250275956,964.2870212 +196,-1.610848725,0.5477107964,213,-1.742133237,0.7250275956,816.64768086 +197,-1.208485554,0.7918526018,213,-1.742133237,0.7250275956,1547.4310628 +198,-1.335601374,0.6869083083,213,-1.742133237,0.7250275956,1230.8682542 +199,-1.346156996,0.6825213377,213,-1.742133237,0.7250275956,1204.0491951 +200,-1.324381037,0.6741422347,213,-1.742133237,0.7250275956,1277.7555435 +201,-1.242424992,0.7378949807,213,-1.742133237,0.7250275956,1466.9534346 +202,-1.270370057,0.7392461008,213,-1.742133237,0.7250275956,1385.0892408 +203,-1.448950472,0.7441675014,213,-1.742133237,0.7250275956,863.69484 +204,-1.492662363,0.7523026852,213,-1.742133237,0.7250275956,737.6236731 +205,-1.479098966,0.7763855017,213,-1.742133237,0.7250275956,787.23884284 +206,-1.633760714,0.7869022408,213,-1.742133237,0.7250275956,396.81463164 +207,-1.647406434,0.8101289331,213,-1.742133237,0.7250275956,431.66486592 +208,-1.564245052,0.5701509278,213,-1.742133237,0.7250275956,830.73338519 +209,-1.646289963,0.6833746083,213,-1.742133237,0.7250275956,332.96864969 +210,-1.5820631,0.6751952144,213,-1.742133237,0.7250275956,523.18437824 +211,-1.613236298,0.6681681791,213,-1.742133237,0.7250275956,451.52074909 +212,-1.914661867,0.8212566515,213,-1.742133237,0.7250275956,619.28575134 +213,-1.742133237,0.7250275956,213,-1.742133237,0.7250275956,140.68773633 +214,-2.033144872,0.6557314699,213,-1.742133237,0.7250275956,928.41609298 +215,-2.039551981,0.6964723658,213,-1.742133237,0.7250275956,898.4742998 +216,-1.247341019,0.7622473908,213,-1.742133237,0.7250275956,1442.9188169 +217,-1.298239787,0.7084123392,213,-1.742133237,0.7250275956,1322.5107906 +218,-1.308539688,0.6926545592,213,-1.742133237,0.7250275956,1305.5148449 +219,-1.303263185,0.6888938396,213,-1.742133237,0.7250275956,1324.7504749 +220,-1.852400229,0.6004246149,213,-1.742133237,0.7250275956,601.38580678 +221,-1.288947707,0.7473773692,213,-1.742133237,0.7250275956,1327.8615909 +222,-1.372031502,0.7472790993,213,-1.742133237,0.7250275956,1087.056285 +223,-1.289805721,0.7242157877,213,-1.742133237,0.7250275956,1336.4393825 +224,-1.350807603,0.7533498126,213,-1.742133237,0.7250275956,1147.5245238 +225,-1.329290365,0.7560442322,213,-1.742133237,0.7250275956,1209.1579241 +226,-1.410153004,0.616936428,213,-1.742133237,0.7250275956,1112.3110406 +227,-1.393445434,0.6308995063,213,-1.742133237,0.7250275956,1135.3460218 +228,-1.37595573,0.6241540638,213,-1.742133237,0.7250275956,1197.4636376 +229,-1.358388707,0.6172645205,213,-1.742133237,0.7250275956,1260.3002113 +230,-1.753741133,0.8281661666,213,-1.742133237,0.7250275956,409.84168522 +231,-1.47430987,0.6834615681,213,-1.742133237,0.7250275956,823.89058405 +232,-1.421012508,0.7222725206,213,-1.742133237,0.7250275956,951.45516535 +233,-1.4476833,0.6978557868,213,-1.742133237,0.7250275956,888.4811429 +234,-1.470370723,0.6966193374,213,-1.742133237,0.7250275956,822.3353553 +235,-1.429211703,0.7037216883,213,-1.742133237,0.7250275956,938.52865377 +236,-1.700578405,0.6178673663,213,-1.742133237,0.7250275956,443.53996377 +237,-1.678117619,0.6331716163,213,-1.742133237,0.7250275956,413.79401533 +238,-1.725644578,0.6316331145,213,-1.742133237,0.7250275956,373.40696702 +239,-2.14012759,0.7930497945,213,-1.742133237,0.7250275956,1170.7216953 +240,-2.103289431,0.7653606263,213,-1.742133237,0.7250275956,1060.5876841 +241,-1.318739838,0.7017808746,213,-1.742133237,0.7250275956,1267.2531118 +242,-1.396417427,0.7077900843,213,-1.742133237,0.7250275956,1032.7299973 +243,-1.35650337,0.7185539404,213,-1.742133237,0.7250275956,1143.7183489 +244,-1.248884539,0.7274156818,213,-1.742133237,0.7250275956,1454.2218854 +245,-1.395014798,0.5761185243,213,-1.742133237,0.7250275956,1238.7173782 +246,-1.433377362,0.6064716109,213,-1.742133237,0.7250275956,1067.5724802 +247,-1.408172432,0.5903155476,213,-1.742133237,0.7250275956,1171.4382945 +248,-1.749645898,0.7757118084,213,-1.742133237,0.7250275956,201.93570617 +249,-1.571626686,0.615046989,213,-1.742133237,0.7250275956,684.7773188 +250,-1.514070049,0.6303003037,213,-1.742133237,0.7250275956,796.31398956 +251,-1.480890369,0.6237966528,213,-1.742133237,0.7250275956,900.53024804 +252,-1.704390658,0.5281680612,213,-1.742133237,0.7250275956,789.03015907 +253,-1.64434733,0.5254277498,213,-1.742133237,0.7250275956,850.19802751 +254,-1.703855997,0.4792484842,213,-1.742133237,0.7250275956,981.41949554 +255,-1.692002383,0.5748825051,213,-1.742133237,0.7250275956,615.26994772 +256,-1.854136457,0.5544643913,213,-1.742133237,0.7250275956,763.04947999 +257,-1.665021206,0.520317736,213,-1.742133237,0.7250275956,847.63769788 +258,-1.733654349,0.4845187345,213,-1.742133237,0.7250275956,953.05142133 +259,-1.720938188,0.5135933906,213,-1.742133237,0.7250275956,840.25006622 +260,-1.742668307,0.553296122,213,-1.742133237,0.7250275956,680.2304801 +261,-1.965659039,0.7142126903,213,-1.742133237,0.7250275956,666.62312788 +262,-1.944438071,0.6772834804,213,-1.742133237,0.7250275956,640.24302684 +263,-1.270340967,0.7681487096,213,-1.742133237,0.7250275956,1376.0260705 +264,-1.353091884,0.6549276821,213,-1.742133237,0.7250275956,1216.8054999 +265,-1.333236659,0.6413584414,213,-1.742133237,0.7250275956,1294.6477673 +266,-1.352015998,0.6753788907,213,-1.742133237,0.7250275956,1194.4559806 +267,-1.377988483,0.6577816235,213,-1.742133237,0.7250275956,1139.5487312 +268,-2.13075611,0.8318642051,213,-1.742133237,0.7250275956,1169.7707912 +269,-2.097910953,0.8259670014,213,-1.742133237,0.7250275956,1078.8394217 +270,-1.416382069,0.6694271549,213,-1.742133237,0.7250275956,1011.2402191 +271,-1.538905672,0.7535625993,213,-1.742133237,0.7250275956,604.95446592 +272,-1.572309477,0.7803125099,213,-1.742133237,0.7250275956,537.12387271 +273,-1.87759879,0.7503853417,213,-1.742133237,0.7250275956,409.41304837 +274,1.152365588,0.590457682,213,-1.742133237,0.7250275956,7156.0957749 +275,0.350198001,0.718001859,213,-1.742133237,0.7250275956,5603.7304856 +276,0.046513677,0.491503852,213,-1.742133237,0.7250275956,5543.831448 +277,0.027510309,0.742571376,213,-1.742133237,0.7250275956,4849.9480779 +278,0.306285725,-0.214631579,213,-1.742133237,0.7250275956,8193.3025215 +279,-1.100564889,0.318051531,213,-1.742133237,0.7250275956,2697.3566613 +280,-1.078582306,0.301437596,213,-1.742133237,0.7250275956,2802.5837167 +281,-1.137371989,-0.617634065,213,-1.742133237,0.7250275956,5753.6957447 +282,0.784356344,0.703272339,213,-1.742133237,0.7250275956,6370.0156523 +283,-1.221209947,0.218327455,213,-1.742133237,0.7250275956,2694.3856424 +284,2.347301921,-0.449114658,213,-1.742133237,0.7250275956,9190.8771542 +285,0.246820618,0.830553713,213,-1.742133237,0.7250275956,5078.7687419 +286,0.829414965,0.703288228,213,-1.742133237,0.7250275956,6426.9160694 +287,-1.337537566,0.42332223,213,-1.742133237,0.7250275956,1788.930217 +288,0.882453706,0.454478077,213,-1.742133237,0.7250275956,7401.800165 +289,1.575629659,0.416419109,213,-1.742133237,0.7250275956,7876.543919 +290,-1.039455679,0.229888244,213,-1.742133237,0.7250275956,3110.0884031 +291,0.489558039,0.934482747,213,-1.742133237,0.7250275956,5178.6220067 +292,0.081344504,0.88384514,213,-1.742133237,0.7250275956,4617.4894152 +293,-1.547979814,0.300350308,213,-1.742133237,0.7250275956,1806.9602604 +294,0.040776181,0.168560074,213,-1.742133237,0.7250275956,6396.6154286 +295,-1.130374745,0.563894876,213,-1.742133237,0.7250275956,2023.5740042 +296,1.578326642,0.478507176,213,-1.742133237,0.7250275956,7631.7569392 +297,-1.12861823,-0.291640865,213,-1.742133237,0.7250275956,4611.4850527 +298,0.310524208,0.770885792,213,-1.742133237,0.7250275956,5370.6571564 +299,0.415649091,-0.387246002,213,-1.742133237,0.7250275956,8943.4721295 +300,-0.926533878,-0.188022748,213,-1.742133237,0.7250275956,4677.7865038 +301,1.258856172,-0.11716081,213,-1.742133237,0.7250275956,9985.6714185 +302,-1.126050026,0.322941926,213,-1.742133237,0.7250275956,2615.8202802 +303,2.002785835,0.07893892,213,-1.742133237,0.7250275956,8586.4552605 +304,0.440437607,0.746258085,213,-1.742133237,0.7250275956,5687.190984 +305,-0.030391866,0.214441206,213,-1.742133237,0.7250275956,6069.8512839 +306,0.521557815,-0.058929362,213,-1.742133237,0.7250275956,8371.0131351 +307,-0.097005111,0.13317729,213,-1.742133237,0.7250275956,6091.3303158 +308,1.83113859,0.221857587,213,-1.742133237,0.7250275956,8375.1889879 +309,0.222428864,0.099404236,213,-1.742133237,0.7250275956,7100.2842956 +310,-1.702731345,0.8728568183,213,-1.742133237,0.7250275956,595.50732662 +311,-0.418507569,0.278324921,213,-1.742133237,0.7250275956,4770.5299306 +312,-1.41153306,0.339029988,213,-1.742133237,0.7250275956,1890.9300788 +313,0.357560442,0.114788776,213,-1.742133237,0.7250275956,7425.6091589 +314,0.325818979,0.268352149,213,-1.742133237,0.7250275956,6892.0051334 +315,-1.246004659,-0.663679965,213,-1.742133237,0.7250275956,5785.3421122 +316,1.814603087,0.637404484,213,-1.742133237,0.7250275956,6841.4377529 +317,1.843704281,-0.18300445,213,-1.742133237,0.7250275956,9798.9678532 +318,1.690644492,-0.211480909,213,-1.742133237,0.7250275956,10173.636359 +319,-1.275451936,0.068109467,213,-1.742133237,0.7250275956,3083.3105623 +320,0.762430171,-0.207594741,213,-1.742133237,0.7250275956,9436.9711832 +321,0.265668905,-0.014647884,213,-1.742133237,0.7250275956,7539.1703673 +322,-2.773032013,-0.335515811,213,-1.742133237,0.7250275956,5645.7343674 +323,-1.469512853,0.174058777,213,-1.742133237,0.7250275956,2380.4038634 +324,0.286276986,0.785925691,213,-1.742133237,0.7250275956,5280.4150799 +325,-1.379324697,0.377432233,213,-1.742133237,0.7250275956,1832.310088 +326,-1.203778265,0.212813032,213,-1.742133237,0.7250275956,2752.1171804 +327,0.579916301,0.611743168,213,-1.742133237,0.7250275956,6370.0337295 +328,0.267582642,0.868113908,213,-1.742133237,0.7250275956,5012.9600397 +329,0.412869244,-0.050245578,213,-1.742133237,0.7250275956,8051.294039 +330,0.17524381,0.976660285,213,-1.742133237,0.7250275956,4560.7915995 +331,0.743157214,0.204812899,213,-1.742133237,0.7250275956,8051.8112545 +332,-1.070758176,0.269382282,213,-1.742133237,0.7250275956,2913.9334991 +333,-1.230364251,0.329790229,213,-1.742133237,0.7250275956,2328.1715063 +334,-1.374813124,-0.024926835,213,-1.742133237,0.7250275956,3250.2656911 +335,0.519780566,0.463669906,213,-1.742133237,0.7250275956,6738.8098496 +336,-1.55108034,0.239698561,213,-1.742133237,0.7250275956,2031.8631837 +337,0.180294813,0.029739425,213,-1.742133237,0.7250275956,7173.6403058 +338,0.67820924,0.268170153,213,-1.742133237,0.7250275956,7707.371146 +339,0.445798684,1.024001867,213,-1.742133237,0.7250275956,4842.5226647 +340,0.691751283,0.150521402,213,-1.742133237,0.7250275956,8128.0451136 +341,-1.036643551,-0.903056181,213,-1.742133237,0.7250275956,6890.0968058 +342,-0.120287036,1.083325163,213,-1.742133237,0.7250275956,3829.0806402 +343,2.823513113,-0.304487164,213,-1.742133237,0.7250275956,7442.2016953 +344,0.457583172,1.12513373,213,-1.742133237,0.7250275956,4554.7303646 +345,0.042918831,0.813795399,213,-1.742133237,0.7250275956,4708.9063268 +346,1.196146777,-0.853142756,213,-1.742133237,0.7250275956,11684.204672 +347,0.206001358,-0.010430701,213,-1.742133237,0.7250275956,7357.0863808 +348,-0.268308653,0.234799412,213,-1.742133237,0.7250275956,5323.9734174 +349,0.759363263,0.736189579,213,-1.742133237,0.7250275956,6220.184484 +350,0.181363926,0.891988372,213,-1.742133237,0.7250275956,4789.4464496 +351,-0.021111158,0.139103292,213,-1.742133237,0.7250275956,6297.1350179 +352,-0.093355215,0.630686981,213,-1.742133237,0.7250275956,4831.0457107 +353,0.40118964,0.681375926,213,-1.742133237,0.7250275956,5814.2272967 +354,-0.721197315,1.304706234,213,-1.742133237,0.7250275956,2906.3749204 +355,-1.076150317,0.212107639,213,-1.742133237,0.7250275956,3066.7412686 +356,-1.577164531,0.273993443,213,-1.742133237,0.7250275956,1873.479296 +357,-0.190788414,0.182208586,213,-1.742133237,0.7250275956,5687.6205899 +358,-0.261349752,0.209710184,213,-1.742133237,0.7250275956,5408.7288594 +359,-1.029303852,0.083549259,213,-1.742133237,0.7250275956,3575.0358424 +360,-1.268609162,0.330525297,213,-1.742133237,0.7250275956,2232.7853348 +361,1.282982244,-0.926641967,213,-1.742133237,0.7250275956,11587.098465 +362,0.217352334,0.731352408,213,-1.742133237,0.7250275956,5295.3804953 +363,-1.511833084,0.258629297,213,-1.742133237,0.7250275956,2009.1703576 +364,0.338812194,0.823184618,213,-1.742133237,0.7250275956,5270.8457073 +365,-0.324406489,1.134201999,213,-1.742133237,0.7250275956,3423.310857 +366,1.389579348,0.399185724,213,-1.742133237,0.7250275956,7990.6917216 +367,2.047152199,-0.039082036,213,-1.742133237,0.7250275956,8882.7036605 +368,0.947780369,0.568250077,213,-1.742133237,0.7250275956,7062.8304309 +369,0.763824846,0.576754987,213,-1.742133237,0.7250275956,6791.2789166 +370,-0.142334657,0.928153068,213,-1.742133237,0.7250275956,4065.7723739 +371,0.610266567,0.547265983,213,-1.742133237,0.7250275956,6639.2501073 +372,0.210731629,0.746815056,213,-1.742133237,0.7250275956,5238.6703763 +373,-1.34931644,0.316895224,213,-1.742133237,0.7250275956,2092.3716624 +374,2.407696481,0.655030745,213,-1.742133237,0.7250275956,5875.2786275 +375,0.64207831,0.545359131,213,-1.742133237,0.7250275956,6702.322675 +376,1.174597538,0.840588356,213,-1.742133237,0.7250275956,6192.6583584 +377,0.660059424,0.010604079,213,-1.742133237,0.7250275956,8509.5828434 +378,-0.730263819,0.010486456,213,-1.742133237,0.7250275956,4575.3196594 +379,0.831068936,0.512339172,213,-1.742133237,0.7250275956,7119.6727471 +380,1.301180979,0.72367476,213,-1.742133237,0.7250275956,6694.7391538 +381,1.811128231,0.322854402,213,-1.742133237,0.7250275956,8027.016422 +382,0.435105812,0.992284428,213,-1.742133237,0.7250275956,4923.3774333 +383,0.62643634,0.592027932,213,-1.742133237,0.7250275956,6517.3424145 +384,0.492988703,-0.516339467,213,-1.742133237,0.7250275956,9455.774054 +385,-0.162469483,0.112549365,213,-1.742133237,0.7250275956,5952.8236286 +386,0.314630866,0.472006421,213,-1.742133237,0.7250275956,6260.9170488 +387,0.166744804,0.822815954,213,-1.742133237,0.7250275956,4943.0634462 +388,0.417159608,0.965805736,213,-1.742133237,0.7250275956,4977.0312846 +389,0.106334961,0.868774244,213,-1.742133237,0.7250275956,4704.2302107 +390,0.815086969,-0.338144359,213,-1.742133237,0.7250275956,9954.4175353 +391,0.59867455,-0.230624824,213,-1.742133237,0.7250275956,9070.9906961 +392,1.915104874,0.066220985,213,-1.742133237,0.7250275956,8799.8751388 +393,1.278093622,0.064463721,213,-1.742133237,0.7250275956,9286.137976 +394,-0.061477853,0.302997961,213,-1.742133237,0.7250275956,5747.2491177 +395,0.251311504,0.626976942,213,-1.742133237,0.7250275956,5663.7358392 +396,2.950242872,0.149095644,213,-1.742133237,0.7250275956,5890.0173567 +397,-0.180294708,0.35375117,213,-1.742133237,0.7250275956,5278.1465493 +398,1.010448592,-0.351180233,213,-1.742133237,0.7250275956,10470.272735 +399,-1.748740498,0.3686318073,213,-1.742133237,0.7250275956,1411.8567275 +400,2.699635665,0.123533791,213,-1.742133237,0.7250275956,6685.8345348 +401,0.496808033,0.823843254,213,-1.742133237,0.7250275956,5539.022913 +402,0.129574704,0.763364087,213,-1.742133237,0.7250275956,5022.5411482 +403,1.798920311,0.817447563,213,-1.742133237,0.7250275956,6174.4151722 +404,0.335987953,0.746786541,213,-1.742133237,0.7250275956,5490.5240478 +405,-1.085413643,0.292154671,213,-1.742133237,0.7250275956,2810.3958702 +406,-0.155321003,0.508207011,213,-1.742133237,0.7250275956,4964.1614801 +407,0.620529244,-0.301175104,213,-1.742133237,0.7250275956,9323.4063415 +408,1.684402744,0.368716966,213,-1.742133237,0.7250275956,7986.9923235 +409,0.300582244,-0.386397212,213,-1.742133237,0.7250275956,8600.6414507 +410,2.913555946,-0.009225192,213,-1.742133237,0.7250275956,6414.2344237 +411,1.465101417,0.493232532,213,-1.742133237,0.7250275956,7612.3292756 +412,0.090612882,0.907955955,213,-1.742133237,0.7250275956,4576.9560053 +413,2.987564726,-0.729568594,213,-1.742133237,0.7250275956,7992.9563771 +414,-1.484261606,0.224149272,213,-1.742133237,0.7250275956,2174.7035697 +415,0.164073421,0.303955133,213,-1.742133237,0.7250275956,6366.9050483 +416,0.141441293,0.167552546,213,-1.742133237,0.7250275956,6684.3929101 +417,2.931321023,-0.506718887,213,-1.742133237,0.7250275956,7626.8971481 +418,2.21951565,0.700596356,213,-1.742133237,0.7250275956,6074.5888983 +419,0.268112576,1.199114336,213,-1.742133237,0.7250275956,4137.768944 +420,0.978913739,0.359223811,213,-1.742133237,0.7250275956,7880.1625409 +421,1.210898818,0.522863584,213,-1.742133237,0.7250275956,7453.0373668 +422,2.347397336,0.129231362,213,-1.742133237,0.7250275956,7627.8248079 +423,0.614394501,0.556878345,213,-1.742133237,0.7250275956,6614.4531698 +424,-1.398079356,0.148483366,213,-1.742133237,0.7250275956,2581.9348596 +425,2.535303836,-0.112984496,213,-1.742133237,0.7250275956,7800.833752 +426,-1.019372593,-0.405322349,213,-1.742133237,0.7250275956,5203.1603773 +427,-1.297785627,-0.160104069,213,-1.742133237,0.7250275956,3860.7062434 +428,2.144554488,0.205051084,213,-1.742133237,0.7250275956,7867.4964324 +429,-2.242387083,-0.426171285,213,-1.742133237,0.7250275956,4915.4838339 +430,0.338637212,0.909723676,213,-1.742133237,0.7250275956,5018.6695354 +431,-0.148798452,0.691042401,213,-1.742133237,0.7250275956,4550.0683507 +432,0.893524764,0.441829531,213,-1.742133237,0.7250275956,7463.2389776 +433,0.969229347,-0.368847936,213,-1.742133237,0.7250275956,10430.805532 +434,0.436043248,0.800045688,213,-1.742133237,0.7250275956,5512.5224262 +435,1.687946607,1.081504775,213,-1.742133237,0.7250275956,5228.8440986 +436,0.522302046,-0.034889271,213,-1.742133237,0.7250275956,8302.1892591 +437,-0.178996113,-0.438090009,213,-1.742133237,0.7250275956,7330.0599475 +438,-1.094339566,0.301444068,213,-1.742133237,0.7250275956,2760.4581525 +439,-1.064070054,0.242569932,213,-1.742133237,0.7250275956,3008.6550078 +440,-1.068153768,0.230387998,213,-1.742133237,0.7250275956,3033.4691747 +441,-3.00496892,-0.23989155,213,-1.742133237,0.7250275956,5972.9480722 +442,0.21751974,0.766874888,213,-1.742133237,0.7250275956,5197.2429773 +443,0.117229532,0.007619006,213,-1.742133237,0.7250275956,7051.6397717 +444,0.777758451,0.420554741,213,-1.742133237,0.7250275956,7365.3157448 +445,-0.252356999,0.250747086,213,-1.742133237,0.7250275956,5330.2019265 +446,0.363148444,0.768483434,213,-1.742133237,0.7250275956,5477.6364905 +447,0.903191366,-0.118210676,213,-1.742133237,0.7250275956,9473.7730069 +448,-0.205755923,0.149406178,213,-1.742133237,0.7250275956,5728.7687668 +449,1.811996086,0.02364353,213,-1.742133237,0.7250275956,9129.1599179 +450,-1.100670221,0.314845373,213,-1.742133237,0.7250275956,2706.0116307 +451,0.340078597,0.850105132,213,-1.742133237,0.7250275956,5194.3251256 +452,0.258757267,0.804969236,213,-1.742133237,0.7250275956,5173.1458196 +453,2.78505352,-0.155160804,213,-1.742133237,0.7250275956,7176.4563755 +454,0.800551619,0.105822106,213,-1.742133237,0.7250275956,8503.6101809 +455,0.437940882,-0.506194031,213,-1.742133237,0.7250275956,9272.0020436 +456,2.230431122,0.63458615,213,-1.742133237,0.7250275956,6274.2527538 +457,0.527965361,0.127667701,213,-1.742133237,0.7250275956,7823.5941068 +458,-0.063643205,0.702093448,213,-1.742133237,0.7250275956,4734.0733253 +459,1.408447268,0.133010502,213,-1.742133237,0.7250275956,9045.0027189 +460,0.523795955,0.280266966,213,-1.742133237,0.7250275956,7334.6932541 +461,-0.975769313,0.072177659,213,-1.742133237,0.7250275956,3743.583749 +462,0.549774164,-0.463663986,213,-1.742133237,0.7250275956,9513.3064976 +463,0.29245874,1.095549818,213,-1.742133237,0.7250275956,4432.8928802 +464,0.143625958,0.816809593,213,-1.742133237,0.7250275956,4912.0665602 +465,0.671902494,0.611159853,213,-1.742133237,0.7250275956,6528.2307053 +466,1.239840988,0.6724199,213,-1.742133237,0.7250275956,6878.6461543 +467,0.607829703,-0.10932137,213,-1.742133237,0.7250275956,8746.9261979 +468,1.763020906,0.263996692,213,-1.742133237,0.7250275956,8306.320336 +469,0.378714634,0.726066797,213,-1.742133237,0.7250275956,5634.6768254 +470,2.196736143,-0.153862366,213,-1.742133237,0.7250275956,8862.6780471 +471,0.01702415,0.148991565,213,-1.742133237,0.7250275956,6381.0418301 +472,-2.998490902,-0.158002487,213,-1.742133237,0.7250275956,5728.4396841 +473,-3.051262951,-0.346595608,213,-1.742133237,0.7250275956,6392.940113 +474,-1.069176439,0.182802941,213,-1.742133237,0.7250275956,3172.1516987 +475,0.167157509,0.595344954,213,-1.742133237,0.7250275956,5560.9017764 +476,0.613855648,0.681746124,213,-1.742133237,0.7250275956,6194.122458 +477,1.037012736,0.682555367,213,-1.742133237,0.7250275956,6717.3766688 +478,-1.253574971,0.379755746,213,-1.742133237,0.7250275956,2123.8779089 +479,3.108590453,-0.132620738,213,-1.742133237,0.7250275956,6164.0360962 +480,0.565301296,0.022333262,213,-1.742133237,0.7250275956,8240.7586308 +481,0.547898238,0.855555614,213,-1.742133237,0.7250275956,5516.0625387 +482,0.948309381,0.417393755,213,-1.742133237,0.7250275956,7625.307329 +483,-0.050600732,0.945269213,213,-1.742133237,0.7250275956,4217.0989941 +484,-0.977651478,-0.572363064,213,-1.742133237,0.7250275956,5845.3224602 +485,1.102014914,0.728861163,213,-1.742133237,0.7250275956,6587.3493069 +486,2.927300795,-0.282939414,213,-1.742133237,0.7250275956,7084.307582 +487,-1.154565557,0.124434095,213,-1.742133237,0.7250275956,3148.1099895 +488,1.855331234,0.291044755,213,-1.742133237,0.7250275956,8086.261489 +489,0.830290659,0.276904518,213,-1.742133237,0.7250275956,7961.4044157 +490,0.485104466,-0.234867441,213,-1.742133237,0.7250275956,8763.8243987 +491,0.521367572,-0.33161327,213,-1.742133237,0.7250275956,9118.7029926 +1,-1.539031704,0.7349710123,214,-2.033144872,0.6557314699,1527.7899842 +2,-1.536990553,0.7349663874,214,-2.033144872,0.6557314699,1533.7821512 +3,-1.534951779,0.7349571355,214,-2.033144872,0.6557314699,1539.7670522 +4,-1.532906461,0.7349480293,214,-2.033144872,0.6557314699,1545.7716486 +5,-1.531320211,0.7346937278,214,-2.033144872,0.6557314699,1550.3942144 +6,-1.539451648,0.7335131775,214,-2.033144872,0.6557314699,1526.3264027 +7,-1.537429487,0.7335445708,214,-2.033144872,0.6557314699,1532.2766823 +8,-1.535484998,0.7335658704,214,-2.033144872,0.6557314699,1537.9971295 +9,-1.533488396,0.7336036027,214,-2.033144872,0.6557314699,1543.8730795 +10,-1.531497785,0.7335842962,214,-2.033144872,0.6557314699,1549.7239222 +11,-1.530259379,0.7334777758,214,-2.033144872,0.6557314699,1553.3523511 +12,-1.5335454,0.7322346912,214,-2.033144872,0.6557314699,1543.5299597 +13,-1.531489083,0.7322238773,214,-2.033144872,0.6557314699,1549.5833345 +14,-1.530011122,0.7321679851,214,-2.033144872,0.6557314699,1553.9290434 +15,-1.53348106,0.7306614094,214,-2.033144872,0.6557314699,1543.5402839 +16,-1.531441779,0.7306962275,214,-2.033144872,0.6557314699,1549.5573905 +17,-1.529755654,0.7306933243,214,-2.033144872,0.6557314699,1554.5292997 +18,-1.533415048,0.7291384674,214,-2.033144872,0.6557314699,1543.5845639 +19,-1.531392093,0.7291705353,214,-2.033144872,0.6557314699,1549.5614514 +20,-1.529296523,0.7291214933,214,-2.033144872,0.6557314699,1555.7461162 +21,-1.535280942,0.727267644,214,-2.033144872,0.6557314699,1537.9105658 +22,-1.533378158,0.7276139666,214,-2.033144872,0.6557314699,1543.5655229 +23,-1.531340368,0.7276446587,214,-2.033144872,0.6557314699,1549.594297 +24,-1.528960113,0.7276398177,214,-2.033144872,0.6557314699,1556.6333819 +25,-1.533313146,0.7260818349,214,-2.033144872,0.6557314699,1543.6520117 +26,-1.531259555,0.7260958115,214,-2.033144872,0.6557314699,1549.7347866 +27,-1.528926415,0.7260865555,214,-2.033144872,0.6557314699,1556.6442939 +28,-1.531226779,0.7245511789,214,-2.033144872,0.6557314699,1549.7566903 +29,-1.528904772,0.7245519194,214,-2.033144872,0.6557314699,1556.6434346 +30,-1.547195875,0.7409785979,214,-2.033144872,0.6557314699,1505.1340094 +31,-1.5451475,0.740980426,214,-2.033144872,0.6557314699,1511.1093148 +32,-1.543097679,0.7409798872,214,-2.033144872,0.6557314699,1517.0888468 +33,-1.540720364,0.7409892687,214,-2.033144872,0.6557314699,1524.0267152 +34,-1.547188511,0.7395198392,214,-2.033144872,0.6557314699,1504.804519 +35,-1.545148587,0.7395226109,214,-2.033144872,0.6557314699,1510.7645999 +36,-1.543104538,0.7395314908,214,-2.033144872,0.6557314699,1516.738589 +37,-1.540727751,0.7395306258,214,-2.033144872,0.6557314699,1523.6831835 +38,-1.547187029,0.7380014886,214,-2.033144872,0.6557314699,1504.4658892 +39,-1.545147315,0.7380012252,214,-2.033144872,0.6557314699,1510.4341905 +40,-1.54310719,0.7380060743,214,-2.033144872,0.6557314699,1516.4052547 +41,-1.540719671,0.7380068206,214,-2.033144872,0.6557314699,1523.3926392 +42,-1.547187189,0.7364799098,214,-2.033144872,0.6557314699,1504.1446123 +43,-1.545149996,0.7364853874,214,-2.033144872,0.6557314699,1510.1161054 +44,-1.543106091,0.7364823484,214,-2.033144872,0.6557314699,1516.1060398 +45,-1.540717158,0.7364893901,214,-2.033144872,0.6557314699,1523.1096894 +46,-1.538663972,0.7410138672,214,-2.033144872,0.6557314699,1530.0321526 +47,-1.53695285,0.7409699132,214,-2.033144872,0.6557314699,1535.0155121 +48,-1.534910498,0.7409641297,214,-2.033144872,0.6557314699,1540.9744025 +49,-1.533145034,0.7409536636,214,-2.033144872,0.6557314699,1546.1247724 +50,-1.538681336,0.7395405883,214,-2.033144872,0.6557314699,1529.6652679 +51,-1.536999189,0.7395183096,214,-2.033144872,0.6557314699,1534.5766363 +52,-1.534923633,0.7395144222,214,-2.033144872,0.6557314699,1540.6420274 +53,-1.533267822,0.7395654306,214,-2.033144872,0.6557314699,1545.4915155 +54,-1.53867273,0.7380151077,214,-2.033144872,0.6557314699,1529.3852535 +55,-1.536980576,0.7379994392,214,-2.033144872,0.6557314699,1534.3352387 +56,-1.534931522,0.7379944961,214,-2.033144872,0.6557314699,1540.3324087 +57,-1.533387952,0.7379480264,214,-2.033144872,0.6557314699,1544.8429113 +58,-1.538682279,0.7364914363,214,-2.033144872,0.6557314699,1529.0750398 +59,-1.536980704,0.7364810563,214,-2.033144872,0.6557314699,1534.0615011 +60,-1.534935567,0.7364752065,214,-2.033144872,0.6557314699,1540.0563787 +61,-1.533042592,0.7363876366,214,-2.033144872,0.6557314699,1545.5924482 +62,-1.545143426,0.7349628011,214,-2.033144872,0.6557314699,1509.8465684 +63,-1.543105297,0.7349691947,214,-2.033144872,0.6557314699,1515.8305874 +64,-1.541064533,0.7349647152,214,-2.033144872,0.6557314699,1521.8208279 +65,-1.545411803,0.7334624714,214,-2.033144872,0.6557314699,1508.795379 +66,-1.543446606,0.7334780896,214,-2.033144872,0.6557314699,1514.5754183 +67,-1.541475327,0.7334957295,214,-2.033144872,0.6557314699,1520.3738224 +68,-1.545401939,0.731963266,214,-2.033144872,0.6557314699,1508.5834117 +69,-1.54342253,0.7319915583,214,-2.033144872,0.6557314699,1514.4155995 +70,-1.541455867,0.7320216438,214,-2.033144872,0.6557314699,1520.2105141 +71,-1.545410146,0.7304422281,214,-2.033144872,0.6557314699,1508.3374251 +72,-1.543435491,0.7304713664,214,-2.033144872,0.6557314699,1514.1640399 +73,-1.541463105,0.7304997613,214,-2.033144872,0.6557314699,1519.983826 +74,-1.545414768,0.7289194936,214,-2.033144872,0.6557314699,1508.1246096 +75,-1.543435774,0.7289538557,214,-2.033144872,0.6557314699,1513.9728658 +76,-1.541457714,0.7289765881,214,-2.033144872,0.6557314699,1519.8169268 +77,-1.539449415,0.7320555866,214,-2.033144872,0.6557314699,1526.1230759 +78,-1.537429183,0.7321097681,214,-2.033144872,0.6557314699,1532.0787916 +79,-1.535472649,0.7321497267,214,-2.033144872,0.6557314699,1537.844844 +80,-1.539457899,0.7305333307,214,-2.033144872,0.6557314699,1525.9009803 +81,-1.537453161,0.7305750503,214,-2.033144872,0.6557314699,1531.8175946 +82,-1.535479385,0.7306124949,214,-2.033144872,0.6557314699,1537.6422218 +83,-1.53946905,0.7290102593,214,-2.033144872,0.6557314699,1525.6934624 +84,-1.537459922,0.7290417293,214,-2.033144872,0.6557314699,1531.6300651 +85,-1.535451349,0.7290890157,214,-2.033144872,0.6557314699,1537.5664251 +86,-1.535522937,0.7279887191,214,-2.033144872,0.6557314699,1537.2543176 +87,-1.539442524,0.7274735939,214,-2.033144872,0.6557314699,1525.6186692 +88,-1.537424111,0.727521351,214,-2.033144872,0.6557314699,1531.5923624 +89,-1.539384641,0.7259505092,214,-2.033144872,0.6557314699,1525.6610814 +90,-1.537372391,0.7259947145,214,-2.033144872,0.6557314699,1531.6241092 +91,-1.535340789,0.7260435356,214,-2.033144872,0.6557314699,1537.6444387 +92,-1.539325716,0.7244369706,214,-2.033144872,0.6557314699,1525.7303238 +93,-1.537308932,0.7244801057,214,-2.033144872,0.6557314699,1531.714457 +94,-1.535289068,0.7245247645,214,-2.033144872,0.6557314699,1537.707468 +95,-1.533261366,0.7245550236,214,-2.033144872,0.6557314699,1543.7226902 +96,-1.539267302,0.722921924,214,-2.033144872,0.6557314699,1525.820839 +97,-1.537248972,0.7229660258,214,-2.033144872,0.6557314699,1531.8172707 +98,-1.535219431,0.7229916471,214,-2.033144872,0.6557314699,1537.8459439 +99,-1.53318962,0.7230212049,214,-2.033144872,0.6557314699,1543.8753448 +100,-1.531154816,0.7230299897,214,-2.033144872,0.6557314699,1549.9187768 +101,-1.528878341,0.7230370244,214,-2.033144872,0.6557314699,1556.6798776 +102,-1.539218189,0.7214009878,214,-2.033144872,0.6557314699,1525.9063996 +103,-1.537198791,0.7214422745,214,-2.033144872,0.6557314699,1531.9135254 +104,-1.535179266,0.7214634354,214,-2.033144872,0.6557314699,1537.9202097 +105,-1.533156501,0.7214944644,214,-2.033144872,0.6557314699,1543.9365166 +106,-1.53113574,0.7215166021,214,-2.033144872,0.6557314699,1549.9464718 +107,-1.528874248,0.7215345535,214,-2.033144872,0.6557314699,1556.6721001 +108,-1.539217656,0.7198512397,214,-2.033144872,0.6557314699,1525.869782 +109,-1.537199919,0.7199428763,214,-2.033144872,0.6557314699,1531.880269 +110,-1.545425832,0.727397149,214,-2.033144872,0.6557314699,1507.9156628 +111,-1.543371177,0.7273916949,214,-2.033144872,0.6557314699,1513.9916543 +112,-1.541368852,0.7274523163,214,-2.033144872,0.6557314699,1519.9195726 +113,-1.545349067,0.7258710923,214,-2.033144872,0.6557314699,1507.989322 +114,-1.54332671,0.7258603556,214,-2.033144872,0.6557314699,1513.9781008 +115,-1.541346831,0.7259242142,214,-2.033144872,0.6557314699,1519.8474824 +116,-1.545324355,0.7243383958,214,-2.033144872,0.6557314699,1507.9317673 +117,-1.543292796,0.7243617413,214,-2.033144872,0.6557314699,1513.959083 +118,-1.541295822,0.7244024384,214,-2.033144872,0.6557314699,1519.8848836 +119,-1.543193859,0.7205570215,214,-2.033144872,0.6557314699,1514.0496403 +120,-1.550257047,0.7386738187,214,-2.033144872,0.6557314699,1495.6391834 +121,-1.549335448,0.7311736483,214,-2.033144872,0.6557314699,1496.875805 +122,-1.533478843,0.7179891343,214,-2.033144872,0.6557314699,1542.9745896 +123,-1.556150555,0.738907041,214,-2.033144872,0.6557314699,1478.4713339 +124,-1.554324226,0.733414257,214,-2.033144872,0.6557314699,1482.5890172 +125,-1.554290846,0.7288285332,214,-2.033144872,0.6557314699,1481.9023594 +126,-1.55122487,0.7219795312,214,-2.033144872,0.6557314699,1490.2375332 +127,-1.525104458,0.7229399862,214,-2.033144872,0.6557314699,1567.8870869 +128,-1.519607711,0.7236181429,214,-2.033144872,0.6557314699,1584.2124122 +129,-1.513899999,0.7251107854,214,-2.033144872,0.6557314699,1601.145594 +130,-1.536620762,0.7431061895,214,-2.033144872,0.6557314699,1536.4660576 +131,-1.5369566,0.7460845958,214,-2.033144872,0.6557314699,1536.2361938 +132,-1.545345528,0.7447040685,214,-2.033144872,0.6557314699,1511.5012364 +133,-1.532813921,0.7432306626,214,-2.033144872,0.6557314699,1547.5789555 +134,-1.554788248,0.7382381001,214,-2.033144872,0.6557314699,1482.2863811 +135,-1.540348126,0.7301594274,214,-2.033144872,0.6557314699,1523.2299725 +136,-1.538016084,0.7239051786,214,-2.033144872,0.6557314699,1529.5848337 +137,-1.525288962,0.7258085137,214,-2.033144872,0.6557314699,1567.4068413 +138,-1.534326986,0.731241342,214,-2.033144872,0.6557314699,1541.1104594 +139,-1.530733872,0.7303625216,214,-2.033144872,0.6557314699,1551.6124601 +141,-1.534354939,0.7328219978,214,-2.033144872,0.6557314699,1541.2208791 +142,-1.53157084,0.7292888153,214,-2.033144872,0.6557314699,1549.0438953 +143,-1.525691035,0.7263799874,214,-2.033144872,0.6557314699,1566.2391248 +144,-1.534031287,0.7495967835,214,-2.033144872,0.6557314699,1545.6860799 +145,-1.527714986,0.7283095957,214,-2.033144872,0.6557314699,1560.3589781 +146,-1.526189586,0.7271468292,214,-2.033144872,0.6557314699,1564.80028 +147,-1.555177336,0.7375563366,214,-2.033144872,0.6557314699,1480.9836234 +148,-1.555080283,0.7312707794,214,-2.033144872,0.6557314699,1479.9687186 +149,-1.53856994,0.7224180299,214,-2.033144872,0.6557314699,1527.8704433 +150,-1.530837883,0.729933372,214,-2.033144872,0.6557314699,1551.2653608 +151,-1.515066984,0.5854133365,214,-2.033144872,0.6557314699,1685.3605417 +152,-1.534731633,0.5368370046,214,-2.033144872,0.6557314699,1692.6273334 +153,-1.515231902,0.5607085576,214,-2.033144872,0.6557314699,1717.4929461 +154,-2.616253799,1.0684566605,214,-2.033144872,0.6557314699,2175.1697535 +155,-1.956071439,0.5792177723,214,-2.033144872,0.6557314699,392.07650597 +156,-1.951208514,0.5602434208,214,-2.033144872,0.6557314699,462.46627382 +157,-1.944675062,0.6062144545,214,-2.033144872,0.6557314699,344.1984609 +158,-1.613778386,0.6077989518,214,-2.033144872,0.6557314699,1350.1110194 +159,-2.035029014,0.6021432345,214,-2.033144872,0.6557314699,212.34872404 +160,-2.114989471,0.6801825058,214,-2.033144872,0.6557314699,272.27715451 +161,-2.037382079,0.5765830025,214,-2.033144872,0.6557314699,313.80576134 +162,-2.129855121,0.6585019963,214,-2.033144872,0.6557314699,303.45179381 +163,-2.075141798,0.6493615843,214,-2.033144872,0.6557314699,134.55420053 +164,-1.828626729,0.6948433129,214,-2.033144872,0.6557314699,650.47085828 +165,-1.863329418,0.6735427691,214,-2.033144872,0.6557314699,533.88123725 +166,-1.266037071,0.727988852,214,-2.033144872,0.6557314699,2331.7852262 +167,-1.277579582,0.7249010648,214,-2.033144872,0.6557314699,2299.5776597 +168,-1.258418684,0.7241194816,214,-2.033144872,0.6557314699,2356.2835224 +169,-1.317813974,0.6804850104,214,-2.033144872,0.6557314699,2207.4989353 +170,-1.344165204,0.6790988904,214,-2.033144872,0.6557314699,2128.6437278 +171,-1.427582102,0.5277120351,214,-2.033144872,0.6557314699,2041.8595556 +172,-1.402238616,0.457167829,214,-2.033144872,0.6557314699,2246.4567286 +173,-1.422454264,0.4996161999,214,-2.033144872,0.6557314699,2104.949878 +174,-1.439089277,0.4894859811,214,-2.033144872,0.6557314699,2071.2616561 +175,-1.448126995,0.5182330266,214,-2.033144872,0.6557314699,1993.0353558 +176,-1.474626146,0.5881926574,214,-2.033144872,0.6557314699,1808.9390448 +177,-1.421139645,0.5584869783,214,-2.033144872,0.6557314699,2015.8047714 +178,-1.457037165,0.565943032,214,-2.033144872,0.6557314699,1892.7747582 +179,-2.757159358,0.3745319,214,-2.033144872,0.6557314699,2705.3582302 +180,-2.714309238,0.342054471,214,-2.033144872,0.6557314699,2649.0591916 +181,-2.000525337,0.774119946,214,-2.033144872,0.6557314699,478.94123591 +183,-1.571413436,0.6777838382,214,-2.033144872,0.6557314699,1434.8554124 +184,-1.552860289,0.6987663893,214,-2.033144872,0.6557314699,1486.3459898 +185,-1.521852374,0.7165827476,214,-2.033144872,0.6557314699,1577.7304045 +186,-1.503656267,0.6928968252,214,-2.033144872,0.6557314699,1637.0552683 +187,-1.502753178,0.7136205882,214,-2.033144872,0.6557314699,1635.1163577 +188,-1.631894563,0.7343596465,214,-2.033144872,0.6557314699,1255.5412815 +189,-1.653765416,0.6770714026,214,-2.033144872,0.6557314699,1181.4507542 +190,-1.719812114,0.6715965947,214,-2.033144872,0.6557314699,978.13881839 +191,-1.493406659,0.6646955447,214,-2.033144872,0.6557314699,1681.1654088 +192,-1.469120564,0.6613469966,214,-2.033144872,0.6557314699,1758.1203926 +193,-1.590551461,0.5326612937,214,-2.033144872,0.6557314699,1526.6012143 +194,-1.625979264,0.5247742243,214,-2.033144872,0.6557314699,1431.9943664 +195,-1.572293943,0.5238808754,214,-2.033144872,0.6557314699,1597.9702634 +196,-1.610848725,0.5477107964,214,-2.033144872,0.6557314699,1439.0551376 +197,-1.208485554,0.7918526018,214,-2.033144872,0.6557314699,2469.2650526 +198,-1.335601374,0.6869083083,214,-2.033144872,0.6557314699,2149.2584302 +199,-1.346156996,0.6825213377,214,-2.033144872,0.6557314699,2120.2602447 +200,-1.324381037,0.6741422347,214,-2.033144872,0.6557314699,2192.3128426 +201,-1.242424992,0.7378949807,214,-2.033144872,0.6557314699,2395.368686 +202,-1.270370057,0.7392461008,214,-2.033144872,0.6557314699,2313.4971974 +203,-1.448950472,0.7441675014,214,-2.033144872,0.6557314699,1792.0319744 +204,-1.492662363,0.7523026852,214,-2.033144872,0.6557314699,1665.8999803 +205,-1.479098966,0.7763855017,214,-2.033144872,0.6557314699,1711.1017375 +206,-1.633760714,0.7869022408,214,-2.033144872,0.6557314699,1290.8222265 +207,-1.647406434,0.8101289331,214,-2.033144872,0.6557314699,1283.5624689 +208,-1.564245052,0.5701509278,214,-2.033144872,0.6557314699,1550.8778078 +209,-1.646289963,0.6833746083,214,-2.033144872,0.6557314699,1203.4707785 +210,-1.5820631,0.6751952144,214,-2.033144872,0.6557314699,1402.9613697 +211,-1.613236298,0.6681681791,214,-2.033144872,0.6557314699,1309.1943586 +212,-1.914661867,0.8212566515,214,-2.033144872,0.6557314699,741.14006749 +213,-1.742133237,0.7250275956,214,-2.033144872,0.6557314699,928.41609298 +214,-2.033144872,0.6557314699,214,-2.033144872,0.6557314699,87.173199795 +215,-2.039551981,0.6964723658,214,-2.033144872,0.6557314699,162.58382972 +216,-1.247341019,0.7622473908,214,-2.033144872,0.6557314699,2370.1158407 +217,-1.298239787,0.7084123392,214,-2.033144872,0.6557314699,2247.7803629 +218,-1.308539688,0.6926545592,214,-2.033144872,0.6557314699,2226.9418272 +219,-1.303263185,0.6888938396,214,-2.033144872,0.6557314699,2245.3884403 +220,-1.852400229,0.6004246149,214,-2.033144872,0.6557314699,618.9053112 +221,-1.288947707,0.7473773692,214,-2.033144872,0.6557314699,2256.2185122 +222,-1.372031502,0.7472790993,214,-2.033144872,0.6557314699,2015.4722609 +223,-1.289805721,0.7242157877,214,-2.033144872,0.6557314699,2263.9921271 +224,-1.350807603,0.7533498126,214,-2.033144872,0.6557314699,2075.7799527 +225,-1.329290365,0.7560442322,214,-2.033144872,0.6557314699,2137.2258798 +226,-1.410153004,0.616936428,214,-2.033144872,0.6557314699,1978.7381833 +227,-1.393445434,0.6308995063,214,-2.033144872,0.6557314699,2016.8736125 +228,-1.37595573,0.6241540638,214,-2.033144872,0.6557314699,2077.8277957 +229,-1.358388707,0.6172645205,214,-2.033144872,0.6557314699,2139.615241 +230,-1.753741133,0.8281661666,214,-2.033144872,0.6557314699,1060.3171085 +231,-1.47430987,0.6834615681,214,-2.033144872,0.6557314699,1730.0525065 +232,-1.421012508,0.7222725206,214,-2.033144872,0.6557314699,1877.0313372 +233,-1.4476833,0.6978557868,214,-2.033144872,0.6557314699,1804.8771643 +234,-1.470370723,0.6966193374,214,-2.033144872,0.6557314699,1736.7365728 +235,-1.429211703,0.7037216883,214,-2.033144872,0.6557314699,1858.3186792 +236,-1.700578405,0.6178673663,214,-2.033144872,0.6557314699,1067.7903549 +237,-1.678117619,0.6331716163,214,-2.033144872,0.6557314699,1125.5493932 +238,-1.725644578,0.6316331145,214,-2.033144872,0.6557314699,977.49240257 +239,-2.14012759,0.7930497945,214,-2.033144872,0.6557314699,629.27539736 +240,-2.103289431,0.7653606263,214,-2.033144872,0.6557314699,482.46180507 +241,-1.318739838,0.7017808746,214,-2.033144872,0.6557314699,2190.5840594 +242,-1.396417427,0.7077900843,214,-2.033144872,0.6557314699,1955.1083828 +243,-1.35650337,0.7185539404,214,-2.033144872,0.6557314699,2069.6078035 +244,-1.248884539,0.7274156818,214,-2.033144872,0.6557314699,2382.3315547 +245,-1.395014798,0.5761185243,214,-2.033144872,0.6557314699,2073.9048434 +246,-1.433377362,0.6064716109,214,-2.033144872,0.6557314699,1917.2851296 +247,-1.408172432,0.5903155476,214,-2.033144872,0.6557314699,2014.806438 +248,-1.749645898,0.7757118084,214,-2.033144872,0.6557314699,969.03742988 +249,-1.571626686,0.615046989,214,-2.033144872,0.6557314699,1475.2091026 +250,-1.514070049,0.6303003037,214,-2.033144872,0.6557314699,1641.6669131 +251,-1.480890369,0.6237966528,214,-2.033144872,0.6557314699,1751.1559345 +252,-1.704390658,0.5281680612,214,-2.033144872,0.6557314699,1189.9741313 +253,-1.64434733,0.5254277498,214,-2.033144872,0.6557314699,1375.0564495 +254,-1.703855997,0.4792484842,214,-2.033144872,0.6557314699,1299.3098478 +255,-1.692002383,0.5748825051,214,-2.033144872,0.6557314699,1146.5216685 +256,-1.854136457,0.5544643913,214,-2.033144872,0.6557314699,707.08298488 +257,-1.665021206,0.520317736,214,-2.033144872,0.6557314699,1322.5719113 +258,-1.733654349,0.4845187345,214,-2.033144872,0.6557314699,1203.9874329 +259,-1.720938188,0.5135933906,214,-2.033144872,0.6557314699,1172.0229053 +260,-1.742668307,0.553296122,214,-2.033144872,0.6557314699,1028.0377888 +261,-1.965659039,0.7142126903,214,-2.033144872,0.6557314699,310.59834038 +262,-1.944438071,0.6772834804,214,-2.033144872,0.6557314699,289.01537894 +263,-1.270340967,0.7681487096,214,-2.033144872,0.6557314699,2302.6617464 +264,-1.353091884,0.6549276821,214,-2.033144872,0.6557314699,2119.9825229 +265,-1.333236659,0.6413584414,214,-2.033144872,0.6557314699,2193.1983925 +266,-1.352015998,0.6753788907,214,-2.033144872,0.6557314699,2107.4137601 +267,-1.377988483,0.6577816235,214,-2.033144872,0.6557314699,2041.2038401 +268,-2.13075611,0.8318642051,214,-2.033144872,0.6557314699,752.9384588 +269,-2.097910953,0.8259670014,214,-2.033144872,0.6557314699,700.1488532 +270,-1.416382069,0.6694271549,214,-2.033144872,0.6557314699,1914.9962853 +271,-1.538905672,0.7535625993,214,-2.033144872,0.6557314699,1532.8819766 +272,-1.572309477,0.7803125099,214,-2.033144872,0.6557314699,1452.8104887 +273,-1.87759879,0.7503853417,214,-2.033144872,0.6557314699,600.64702034 +274,1.152365588,0.590457682,214,-2.033144872,0.6557314699,7505.0403525 +275,0.350198001,0.718001859,214,-2.033144872,0.6557314699,6349.7147734 +276,0.046513677,0.491503852,214,-2.033144872,0.6557314699,6430.6277836 +277,0.027510309,0.742571376,214,-2.033144872,0.6557314699,5675.3408954 +278,0.306285725,-0.214631579,214,-2.033144872,0.6557314699,9120.5589553 +279,-1.100564889,0.318051531,214,-2.033144872,0.6557314699,3475.157006 +280,-1.078582306,0.301437596,214,-2.033144872,0.6557314699,3580.7570997 +281,-1.137371989,-0.617634065,214,-2.033144872,0.6557314699,6021.0286639 +282,0.784356344,0.703272339,214,-2.033144872,0.6557314699,6933.7406427 +283,-1.221209947,0.218327455,214,-2.033144872,0.6557314699,3342.9353107 +284,2.347301921,-0.449114658,214,-2.033144872,0.6557314699,8284.0536394 +285,0.246820618,0.830553713,214,-2.033144872,0.6557314699,5816.9974096 +286,0.829414965,0.703288228,214,-2.033144872,0.6557314699,6966.2724557 +287,-1.337537566,0.42332223,214,-2.033144872,0.6557314699,2514.2455841 +288,0.882453706,0.454478077,214,-2.033144872,0.6557314699,7966.6286381 +289,1.575629659,0.416419109,214,-2.033144872,0.6557314699,7854.3648653 +290,-1.039455679,0.229888244,214,-2.033144872,0.6557314699,3867.5197357 +291,0.489558039,0.934482747,214,-2.033144872,0.6557314699,5798.181697 +292,0.081344504,0.88384514,214,-2.033144872,0.6557314699,5378.1352195 +293,-1.547979814,0.300350308,214,-2.033144872,0.6557314699,2196.5475595 +294,0.040776181,0.168560074,214,-2.033144872,0.6557314699,7323.1826298 +295,-1.130374745,0.563894876,214,-2.033144872,0.6557314699,2917.1199282 +296,1.578326642,0.478507176,214,-2.033144872,0.6557314699,7623.7728533 +297,-1.12861823,-0.291640865,214,-2.033144872,0.6557314699,5040.4502821 +298,0.310524208,0.770885792,214,-2.033144872,0.6557314699,6111.3787986 +299,0.415649091,-0.387246002,214,-2.033144872,0.6557314699,9861.9749249 +300,-0.926533878,-0.188022748,214,-2.033144872,0.6557314699,5283.853161 +301,1.258856172,-0.11716081,214,-2.033144872,0.6557314699,10242.902136 +302,-1.126050026,0.322941926,214,-2.033144872,0.6557314699,3384.9841751 +303,2.002785835,0.07893892,214,-2.033144872,0.6557314699,8055.58019 +304,0.440437607,0.746258085,214,-2.033144872,0.6557314699,6391.9753653 +305,-0.030391866,0.214441206,214,-2.033144872,0.6557314699,6997.1521383 +306,0.521557815,-0.058929362,214,-2.033144872,0.6557314699,9264.1965288 +307,-0.097005111,0.13317729,214,-2.033144872,0.6557314699,7018.298097 +308,1.83113859,0.221857587,214,-2.033144872,0.6557314699,8051.8905408 +309,0.222428864,0.099404236,214,-2.033144872,0.6557314699,8019.2126498 +310,-1.702731345,0.8728568183,214,-2.033144872,0.6557314699,1270.8744121 +311,-0.418507569,0.278324921,214,-2.033144872,0.6557314699,5689.0591314 +312,-1.41153306,0.339029988,214,-2.033144872,0.6557314699,2479.137901 +313,0.357560442,0.114788776,214,-2.033144872,0.6557314699,8322.5130031 +314,0.325818979,0.268352149,214,-2.033144872,0.6557314699,7766.856534 +315,-1.246004659,-0.663679965,214,-2.033144872,0.6557314699,5963.8573596 +316,1.814603087,0.637404484,214,-2.033144872,0.6557314699,6705.5073992 +317,1.843704281,-0.18300445,214,-2.033144872,0.6557314699,9232.644364 +318,1.690644492,-0.211480909,214,-2.033144872,0.6557314699,9735.8720966 +319,-1.275451936,0.068109467,214,-2.033144872,0.6557314699,3593.5559281 +320,0.762430171,-0.207594741,214,-2.033144872,0.6557314699,10286.329667 +321,0.265668905,-0.014647884,214,-2.033144872,0.6557314699,8463.8721465 +322,-2.773032013,-0.335515811,214,-2.033144872,0.6557314699,4797.2448691 +323,-1.469512853,0.174058777,214,-2.033144872,0.6557314699,2768.8114828 +324,0.286276986,0.785925691,214,-2.033144872,0.6557314699,6023.3317094 +325,-1.379324697,0.377432233,214,-2.033144872,0.6557314699,2485.0540723 +326,-1.203778265,0.212813032,214,-2.033144872,0.6557314699,3408.8191628 +327,0.579916301,0.611743168,214,-2.033144872,0.6557314699,7060.5953081 +328,0.267582642,0.868113908,214,-2.033144872,0.6557314699,5730.5593706 +329,0.412869244,-0.050245578,214,-2.033144872,0.6557314699,8964.195485 +330,0.17524381,0.976660285,214,-2.033144872,0.6557314699,5257.2783752 +331,0.743157214,0.204812899,214,-2.033144872,0.6557314699,8774.9035072 +332,-1.070758176,0.269382282,214,-2.033144872,0.6557314699,3678.1742815 +333,-1.230364251,0.329790229,214,-2.033144872,0.6557314699,3047.0957222 +334,-1.374813124,-0.024926835,214,-2.033144872,0.6557314699,3615.4277946 +335,0.519780566,0.463669906,214,-2.033144872,0.6557314699,7499.1740423 +336,-1.55108034,0.239698561,214,-2.033144872,0.6557314699,2365.204633 +337,0.180294813,0.029739425,214,-2.033144872,0.6557314699,8100.4516887 +338,0.67820924,0.268170153,214,-2.033144872,0.6557314699,8448.8525467 +339,0.445798684,1.024001867,214,-2.033144872,0.6557314699,5440.7539411 +340,0.691751283,0.150521402,214,-2.033144872,0.6557314699,8896.8929451 +341,-1.036643551,-0.903056181,214,-2.033144872,0.6557314699,7068.7385629 +342,-0.120287036,1.083325163,214,-2.033144872,0.6557314699,4530.3740686 +343,2.823513113,-0.304487164,214,-2.033144872,0.6557314699,6515.6727817 +344,0.457583172,1.12513373,214,-2.033144872,0.6557314699,5104.517783 +345,0.042918831,0.813795399,214,-2.033144872,0.6557314699,5506.05314 +346,1.196146777,-0.853142756,214,-2.033144872,0.6557314699,11622.430435 +347,0.206001358,-0.010430701,214,-2.033144872,0.6557314699,8284.4840501 +348,-0.268308653,0.234799412,214,-2.033144872,0.6557314699,6248.7998878 +349,0.759363263,0.736189579,214,-2.033144872,0.6557314699,6788.2866418 +350,0.181363926,0.891988372,214,-2.033144872,0.6557314699,5521.538452 +351,-0.021111158,0.139103292,214,-2.033144872,0.6557314699,7225.5507386 +352,-0.093355215,0.630686981,214,-2.033144872,0.6557314699,5710.7838631 +353,0.40118964,0.681375926,214,-2.033144872,0.6557314699,6554.6795225 +354,-0.721197315,1.304706234,214,-2.033144872,0.6557314699,3462.6064683 +355,-1.076150317,0.212107639,214,-2.033144872,0.6557314699,3797.0724785 +356,-1.577164531,0.273993443,214,-2.033144872,0.6557314699,2197.1632054 +357,-0.190788414,0.182208586,214,-2.033144872,0.6557314699,6613.1063859 +358,-0.261349752,0.209710184,214,-2.033144872,0.6557314699,6332.2179838 +359,-1.029303852,0.083549259,214,-2.033144872,0.6557314699,4261.0162003 +360,-1.268609162,0.330525297,214,-2.033144872,0.6557314699,2928.3331943 +361,1.282982244,-0.926641967,214,-2.033144872,0.6557314699,11268.482617 +362,0.217352334,0.731352408,214,-2.033144872,0.6557314699,6077.5706188 +363,-1.511833084,0.258629297,214,-2.033144872,0.6557314699,2410.983656 +364,0.338812194,0.823184618,214,-2.033144872,0.6557314699,5983.6250388 +365,-0.324406489,1.134201999,214,-2.033144872,0.6557314699,4118.3472972 +366,1.389579348,0.399185724,214,-2.033144872,0.6557314699,8135.9469181 +367,2.047152199,-0.039082036,214,-2.033144872,0.6557314699,8258.3240445 +368,0.947780369,0.568250077,214,-2.033144872,0.6557314699,7559.4793196 +369,0.763824846,0.576754987,214,-2.033144872,0.6557314699,7399.0714771 +370,-0.142334657,0.928153068,214,-2.033144872,0.6557314699,4853.3690823 +371,0.610266567,0.547265983,214,-2.033144872,0.6557314699,7334.8731298 +372,0.210731629,0.746815056,214,-2.033144872,0.6557314699,6017.4615095 +373,-1.34931644,0.316895224,214,-2.033144872,0.6557314699,2717.1163808 +374,2.407696481,0.655030745,214,-2.033144872,0.6557314699,5412.8205483 +375,0.64207831,0.545359131,214,-2.033144872,0.6557314699,7383.1145486 +376,1.174597538,0.840588356,214,-2.033144872,0.6557314699,6512.3330881 +377,0.660059424,0.010604079,214,-2.033144872,0.6557314699,9336.4643958 +378,-0.730263819,0.010486456,214,-2.033144872,0.6557314699,5358.7349495 +379,0.831068936,0.512339172,214,-2.033144872,0.6557314699,7704.1023219 +380,1.301180979,0.72367476,214,-2.033144872,0.6557314699,6935.6962428 +381,1.811128231,0.322854402,214,-2.033144872,0.6557314699,7766.5057932 +382,0.435105812,0.992284428,214,-2.033144872,0.6557314699,5538.3088986 +383,0.62643634,0.592027932,214,-2.033144872,0.6557314699,7192.1851503 +384,0.492988703,-0.516339467,214,-2.033144872,0.6557314699,10352.508289 +385,-0.162469483,0.112549365,214,-2.033144872,0.6557314699,6875.1827988 +386,0.314630866,0.472006421,214,-2.033144872,0.6557314699,7091.2771007 +387,0.166744804,0.822815954,214,-2.033144872,0.6557314699,5706.4620879 +388,0.417159608,0.965805736,214,-2.033144872,0.6557314699,5608.6495953 +389,0.106334961,0.868774244,214,-2.033144872,0.6557314699,5465.0335712 +390,0.815086969,-0.338144359,214,-2.033144872,0.6557314699,10829.068833 +391,0.59867455,-0.230624824,214,-2.033144872,0.6557314699,9981.2821159 +392,1.915104874,0.066220985,214,-2.033144872,0.6557314699,8327.365375 +393,1.278093622,0.064463721,214,-2.033144872,0.6557314699,9523.6158837 +394,-0.061477853,0.302997961,214,-2.033144872,0.6557314699,6671.5288628 +395,0.251311504,0.626976942,214,-2.033144872,0.6557314699,6469.357122 +396,2.950242872,0.149095644,214,-2.033144872,0.6557314699,5013.4011582 +397,-0.180294708,0.35375117,214,-2.033144872,0.6557314699,6204.9669056 +398,1.010448592,-0.351180233,214,-2.033144872,0.6557314699,11191.212679 +399,-1.748740498,0.3686318073,214,-2.033144872,0.6557314699,1497.6457184 +400,2.699635665,0.123533791,214,-2.033144872,0.6557314699,5860.2974456 +401,0.496808033,0.823843254,214,-2.033144872,0.6557314699,6196.0562714 +402,0.129574704,0.763364087,214,-2.033144872,0.6557314699,5817.1069793 +403,1.798920311,0.817447563,214,-2.033144872,0.6557314699,6116.0226219 +404,0.335987953,0.746786541,214,-2.033144872,0.6557314699,6231.4491474 +405,-1.085413643,0.292154671,214,-2.033144872,0.6557314699,3580.4945805 +406,-0.155321003,0.508207011,214,-2.033144872,0.6557314699,5875.1517254 +407,0.620529244,-0.301175104,214,-2.033144872,0.6557314699,10242.299928 +408,1.684402744,0.368716966,214,-2.033144872,0.6557314699,7853.2207342 +409,0.300582244,-0.386397212,214,-2.033144872,0.6557314699,9504.8097182 +410,2.913555946,-0.009225192,214,-2.033144872,0.6557314699,5511.524506 +411,1.465101417,0.493232532,214,-2.033144872,0.6557314699,7704.0106307 +412,0.090612882,0.907955955,214,-2.033144872,0.6557314699,5325.1870318 +413,2.987564726,-0.729568594,214,-2.033144872,0.6557314699,7129.4675411 +414,-1.484261606,0.224149272,214,-2.033144872,0.6557314699,2583.1030463 +415,0.164073421,0.303955133,214,-2.033144872,0.6557314699,7267.3248595 +416,0.141441293,0.167552546,214,-2.033144872,0.6557314699,7604.5934885 +417,2.931321023,-0.506718887,214,-2.033144872,0.6557314699,6710.630719 +418,2.21951565,0.700596356,214,-2.033144872,0.6557314699,5728.5457988 +419,0.268112576,1.199114336,214,-2.033144872,0.6557314699,4694.8793792 +420,0.978913739,0.359223811,214,-2.033144872,0.6557314699,8394.6889209 +421,1.210898818,0.522863584,214,-2.033144872,0.6557314699,7760.0113607 +422,2.347397336,0.129231362,214,-2.033144872,0.6557314699,6928.7067691 +423,0.614394501,0.556878345,214,-2.033144872,0.6557314699,7305.3113653 +424,-1.398079356,0.148483366,214,-2.033144872,0.6557314699,3030.9013958 +425,2.535303836,-0.112984496,214,-2.033144872,0.6557314699,6945.7125744 +426,-1.019372593,-0.405322349,214,-2.033144872,0.6557314699,5646.9932725 +427,-1.297785627,-0.160104069,214,-2.033144872,0.6557314699,4224.9873316 +428,2.144554488,0.205051084,214,-2.033144872,0.6557314699,7310.0793966 +429,-2.242387083,-0.426171285,214,-2.033144872,0.6557314699,4355.7141528 +430,0.338637212,0.909723676,214,-2.033144872,0.6557314699,5698.0711098 +431,-0.148798452,0.691042401,214,-2.033144872,0.6557314699,5423.4206807 +432,0.893524764,0.441829531,214,-2.033144872,0.6557314699,8023.3930943 +433,0.969229347,-0.368847936,214,-2.033144872,0.6557314699,11211.323901 +434,0.436043248,0.800045688,214,-2.033144872,0.6557314699,6200.4138568 +435,1.687946607,1.081504775,214,-2.033144872,0.6557314699,5316.937456 +436,0.522302046,-0.034889271,214,-2.033144872,0.6557314699,9190.1226972 +437,-0.178996113,-0.438090009,214,-2.033144872,0.6557314699,8112.2478768 +438,-1.094339566,0.301444068,214,-2.033144872,0.6557314699,3531.7203451 +439,-1.064070054,0.242569932,214,-2.033144872,0.6557314699,3761.4775683 +440,-1.068153768,0.230387998,214,-2.033144872,0.6557314699,3777.7538476 +441,-3.00496892,-0.23989155,214,-2.033144872,0.6557314699,5059.8214205 +442,0.21751974,0.766874888,214,-2.033144872,0.6557314699,5967.1649032 +443,0.117229532,0.007619006,214,-2.033144872,0.6557314699,7980.0466525 +444,0.777758451,0.420554741,214,-2.033144872,0.6557314699,8006.2785201 +445,-0.252356999,0.250747086,214,-2.033144872,0.6557314699,6256.6196928 +446,0.363148444,0.768483434,214,-2.033144872,0.6557314699,6202.0410681 +447,0.903191366,-0.118210676,214,-2.033144872,0.6557314699,10190.178535 +448,-0.205755923,0.149406178,214,-2.033144872,0.6557314699,6651.147256 +449,1.811996086,0.02364353,214,-2.033144872,0.6557314699,8720.6455886 +450,-1.100670221,0.314845373,214,-2.033144872,0.6557314699,3481.9661356 +451,0.340078597,0.850105132,214,-2.033144872,0.6557314699,5896.6098211 +452,0.258757267,0.804969236,214,-2.033144872,0.6557314699,5917.4312722 +453,2.78505352,-0.155160804,214,-2.033144872,0.6557314699,6267.5786121 +454,0.800551619,0.105822106,214,-2.033144872,0.6557314699,9220.1615594 +455,0.437940882,-0.506194031,214,-2.033144872,0.6557314699,10163.16701 +456,2.230431122,0.63458615,214,-2.033144872,0.6557314699,5886.7166851 +457,0.527965361,0.127667701,214,-2.033144872,0.6557314699,8671.4727332 +458,-0.063643205,0.702093448,214,-2.033144872,0.6557314699,5590.0534959 +459,1.408447268,0.133010502,214,-2.033144872,0.6557314699,9128.2625132 +460,0.523795955,0.280266966,214,-2.033144872,0.6557314699,8144.3315495 +461,-0.975769313,0.072177659,214,-2.033144872,0.6557314699,4451.4018519 +462,0.549774164,-0.463663986,214,-2.033144872,0.6557314699,10432.537953 +463,0.29245874,1.095549818,214,-2.033144872,0.6557314699,5041.2055647 +464,0.143625958,0.816809593,214,-2.033144872,0.6557314699,5683.7629538 +465,0.671902494,0.611159853,214,-2.033144872,0.6557314699,7175.2936462 +466,1.239840988,0.6724199,214,-2.033144872,0.6557314699,7161.2461456 +467,0.607829703,-0.10932137,214,-2.033144872,0.6557314699,9627.5960806 +468,1.763020906,0.263996692,214,-2.033144872,0.6557314699,8061.4175784 +469,0.378714634,0.726066797,214,-2.033144872,0.6557314699,6368.2963679 +470,2.196736143,-0.153862366,214,-2.033144872,0.6557314699,8101.3163482 +471,0.01702415,0.148991565,214,-2.033144872,0.6557314699,7308.9723247 +472,-2.998490902,-0.158002487,214,-2.033144872,0.6557314699,4807.5446223 +473,-3.051262951,-0.346595608,214,-2.033144872,0.6557314699,5488.0325667 +474,-1.069176439,0.182802941,214,-2.033144872,0.6557314699,3889.9699448 +475,0.167157509,0.595344954,214,-2.033144872,0.6557314699,6397.9277177 +476,0.613855648,0.681746124,214,-2.033144872,0.6557314699,6848.2112806 +477,1.037012736,0.682555367,214,-2.033144872,0.6557314699,7136.5106313 +478,-1.253574971,0.379755746,214,-2.033144872,0.6557314699,2865.2872672 +479,3.108590453,-0.132620738,214,-2.033144872,0.6557314699,5235.7078161 +480,0.565301296,0.022333262,214,-2.033144872,0.6557314699,9102.2048072 +481,0.547898238,0.855555614,214,-2.033144872,0.6557314699,6142.4113251 +482,0.948309381,0.417393755,214,-2.033144872,0.6557314699,8151.5279798 +483,-0.050600732,0.945269213,214,-2.033144872,0.6557314699,4979.4659384 +484,-0.977651478,-0.572363064,214,-2.033144872,0.6557314699,6229.4707682 +485,1.102014914,0.728861163,214,-2.033144872,0.6557314699,6959.4277747 +486,2.927300795,-0.282939414,214,-2.033144872,0.6557314699,6156.0258865 +487,-1.154565557,0.124434095,214,-2.033144872,0.6557314699,3782.6032536 +488,1.855331234,0.291044755,214,-2.033144872,0.6557314699,7775.2998147 +489,0.830290659,0.276904518,214,-2.033144872,0.6557314699,8607.0335167 +490,0.485104466,-0.234867441,214,-2.033144872,0.6557314699,9689.1692795 +491,0.521367572,-0.33161327,214,-2.033144872,0.6557314699,10047.082493 +1,-1.539031704,0.7349710123,215,-2.039551981,0.6964723658,1496.7536587 +2,-1.536990553,0.7349663874,215,-2.039551981,0.6964723658,1502.7391782 +3,-1.534951779,0.7349571355,215,-2.039551981,0.6964723658,1508.71858 +4,-1.532906461,0.7349480293,215,-2.039551981,0.6964723658,1514.7167477 +5,-1.531320211,0.7346937278,215,-2.039551981,0.6964723658,1519.4381605 +6,-1.539451648,0.7335131775,215,-2.039551981,0.6964723658,1495.9168372 +7,-1.537429487,0.7335445708,215,-2.039551981,0.6964723658,1501.8429871 +8,-1.535484998,0.7335658704,215,-2.039551981,0.6964723658,1507.5433704 +9,-1.533488396,0.7336036027,215,-2.039551981,0.6964723658,1513.3913109 +10,-1.531497785,0.7335842962,215,-2.039551981,0.6964723658,1519.2376579 +11,-1.530259379,0.7334777758,215,-2.039551981,0.6964723658,1522.9027404 +12,-1.5335454,0.7322346912,215,-2.039551981,0.6964723658,1513.6294292 +13,-1.531489083,0.7322238773,215,-2.039551981,0.6964723658,1519.672114 +14,-1.530011122,0.7321679851,215,-2.039551981,0.6964723658,1524.0299344 +15,-1.53348106,0.7306614094,215,-2.039551981,0.6964723658,1514.3071924 +16,-1.531441779,0.7306962275,215,-2.039551981,0.6964723658,1520.2918979 +17,-1.529755654,0.7306933243,215,-2.039551981,0.6964723658,1525.249908 +18,-1.533415048,0.7291384674,215,-2.039551981,0.6964723658,1514.9977197 +19,-1.531392093,0.7291705353,215,-2.039551981,0.6964723658,1520.9410623 +20,-1.529296523,0.7291214933,215,-2.039551981,0.6964723658,1527.1250176 +21,-1.535280942,0.727267644,215,-2.039551981,0.6964723658,1510.1392712 +22,-1.533378158,0.7276139666,215,-2.039551981,0.6964723658,1515.6260642 +23,-1.531340368,0.7276446587,215,-2.039551981,0.6964723658,1521.6192587 +24,-1.528960113,0.7276398177,215,-2.039551981,0.6964723658,1528.6331736 +25,-1.533313146,0.7260818349,215,-2.039551981,0.6964723658,1516.3630414 +26,-1.531259555,0.7260958115,215,-2.039551981,0.6964723658,1522.414623 +27,-1.528926415,0.7260865555,215,-2.039551981,0.6964723658,1529.298504 +28,-1.531226779,0.7245511789,215,-2.039551981,0.6964723658,1523.0903364 +29,-1.528904772,0.7245519194,215,-2.039551981,0.6964723658,1529.9445481 +30,-1.547195875,0.7409785979,215,-2.039551981,0.6964723658,1471.5153057 +31,-1.5451475,0.740980426,215,-2.039551981,0.6964723658,1477.4945024 +32,-1.543097679,0.7409798872,215,-2.039551981,0.6964723658,1483.4780195 +33,-1.540720364,0.7409892687,215,-2.039551981,0.6964723658,1490.4150658 +34,-1.547188511,0.7395198392,215,-2.039551981,0.6964723658,1471.8184147 +35,-1.545148587,0.7395226109,215,-2.039551981,0.6964723658,1477.7795633 +36,-1.543104538,0.7395314908,215,-2.039551981,0.6964723658,1483.7510936 +37,-1.540727751,0.7395306258,215,-2.039551981,0.6964723658,1490.69653 +38,-1.547187029,0.7380014886,215,-2.039551981,0.6964723658,1472.1387798 +39,-1.545147315,0.7380012252,215,-2.039551981,0.6964723658,1478.1069569 +40,-1.54310719,0.7380060743,215,-2.039551981,0.6964723658,1484.0748035 +41,-1.540719671,0.7380068206,215,-2.039551981,0.6964723658,1491.0594411 +42,-1.547187189,0.7364799098,215,-2.039551981,0.6964723658,1472.4784525 +43,-1.545149996,0.7364853874,215,-2.039551981,0.6964723658,1478.4448205 +44,-1.543106091,0.7364823484,215,-2.039551981,0.6964723658,1484.4324392 +45,-1.540717158,0.7364893901,215,-2.039551981,0.6964723658,1491.4277269 +46,-1.538663972,0.7410138672,215,-2.039551981,0.6964723658,1496.4117976 +47,-1.53695285,0.7409699132,215,-2.039551981,0.6964723658,1501.4146835 +48,-1.534910498,0.7409641297,215,-2.039551981,0.6964723658,1507.3761325 +49,-1.533145034,0.7409536636,215,-2.039551981,0.6964723658,1512.5303021 +50,-1.538681336,0.7395405883,215,-2.039551981,0.6964723658,1496.6738002 +51,-1.536999189,0.7395183096,215,-2.039551981,0.6964723658,1501.5935461 +52,-1.534923633,0.7395144222,215,-2.039551981,0.6964723658,1507.6583709 +53,-1.533267822,0.7395654306,215,-2.039551981,0.6964723658,1512.4838815 +54,-1.53867273,0.7380151077,215,-2.039551981,0.6964723658,1497.0454875 +55,-1.536980576,0.7379994392,215,-2.039551981,0.6964723658,1501.999005 +56,-1.534931522,0.7379944961,215,-2.039551981,0.6964723658,1507.9936596 +57,-1.533387952,0.7379480264,215,-2.039551981,0.6964723658,1512.5197894 +58,-1.538682279,0.7364914363,215,-2.039551981,0.6964723658,1497.3867468 +59,-1.536980704,0.7364810563,215,-2.039551981,0.6964723658,1502.3724329 +60,-1.534935567,0.7364752065,215,-2.039551981,0.6964723658,1508.362762 +61,-1.533042592,0.7363876366,215,-2.039551981,0.6964723658,1513.928645 +62,-1.545143426,0.7349628011,215,-2.039551981,0.6964723658,1478.8346471 +63,-1.543105297,0.7349691947,215,-2.039551981,0.6964723658,1484.8097782 +64,-1.541064533,0.7349647152,215,-2.039551981,0.6964723658,1490.7949763 +65,-1.545411803,0.7334624714,215,-2.039551981,0.6964723658,1478.4347391 +66,-1.543446606,0.7334780896,215,-2.039551981,0.6964723658,1484.1998436 +67,-1.541475327,0.7334957295,215,-2.039551981,0.6964723658,1489.9816979 +68,-1.545401939,0.731963266,215,-2.039551981,0.6964723658,1478.873212 +69,-1.54342253,0.7319915583,215,-2.039551981,0.6964723658,1484.6824919 +70,-1.541455867,0.7320216438,215,-2.039551981,0.6964723658,1490.4531338 +71,-1.545410146,0.7304422281,215,-2.039551981,0.6964723658,1479.2876509 +72,-1.543435491,0.7304713664,215,-2.039551981,0.6964723658,1485.0885525 +73,-1.541463105,0.7304997613,215,-2.039551981,0.6964723658,1490.8823185 +74,-1.545414768,0.7289194936,215,-2.039551981,0.6964723658,1479.7363842 +75,-1.543435774,0.7289538557,215,-2.039551981,0.6964723658,1485.5541523 +76,-1.541457714,0.7289765881,215,-2.039551981,0.6964723658,1491.3721377 +77,-1.539449415,0.7320555866,215,-2.039551981,0.6964723658,1496.338872 +78,-1.537429183,0.7321097681,215,-2.039551981,0.6964723658,1502.2583654 +79,-1.535472649,0.7321497267,215,-2.039551981,0.6964723658,1507.9941046 +80,-1.539457899,0.7305333307,215,-2.039551981,0.6964723658,1496.7703473 +81,-1.537453161,0.7305750503,215,-2.039551981,0.6964723658,1502.6537168 +82,-1.535479385,0.7306124949,215,-2.039551981,0.6964723658,1508.4465713 +83,-1.53946905,0.7290102593,215,-2.039551981,0.6964723658,1497.217164 +84,-1.537459922,0.7290417293,215,-2.039551981,0.6964723658,1503.1224081 +85,-1.535451349,0.7290890157,215,-2.039551981,0.6964723658,1509.02005 +86,-1.535522937,0.7279887191,215,-2.039551981,0.6964723658,1509.1779689 +87,-1.539442524,0.7274735939,215,-2.039551981,0.6964723658,1497.8025408 +88,-1.537424111,0.727521351,215,-2.039551981,0.6964723658,1503.7352986 +89,-1.539384641,0.7259505092,215,-2.039551981,0.6964723658,1498.4991798 +90,-1.537372391,0.7259947145,215,-2.039551981,0.6964723658,1504.4203497 +91,-1.535340789,0.7260435356,215,-2.039551981,0.6964723658,1510.3960799 +92,-1.539325716,0.7244369706,215,-2.039551981,0.6964723658,1499.2186648 +93,-1.537308932,0.7244801057,215,-2.039551981,0.6964723658,1505.1588437 +94,-1.535289068,0.7245247645,215,-2.039551981,0.6964723658,1511.1066803 +95,-1.533261366,0.7245550236,215,-2.039551981,0.6964723658,1517.0822259 +96,-1.539267302,0.722921924,215,-2.039551981,0.6964723658,1499.9601784 +97,-1.537248972,0.7229660258,215,-2.039551981,0.6964723658,1505.9097099 +98,-1.535219431,0.7229916471,215,-2.039551981,0.6964723658,1511.898705 +99,-1.53318962,0.7230212049,215,-2.039551981,0.6964723658,1517.8861805 +100,-1.531154816,0.7230299897,215,-2.039551981,0.6964723658,1523.895864 +101,-1.528878341,0.7230370244,215,-2.039551981,0.6964723658,1530.6196594 +102,-1.539218189,0.7214009878,215,-2.039551981,0.6964723658,1500.6994826 +103,-1.537198791,0.7214422745,215,-2.039551981,0.6964723658,1506.6583747 +104,-1.535179266,0.7214634354,215,-2.039551981,0.6964723658,1512.6249197 +105,-1.533156501,0.7214944644,215,-2.039551981,0.6964723658,1518.5962796 +106,-1.53113574,0.7215166021,215,-2.039551981,0.6964723658,1524.5645661 +107,-1.528874248,0.7215345535,215,-2.039551981,0.6964723658,1531.2457967 +108,-1.539217656,0.7198512397,215,-2.039551981,0.6964723658,1501.3298641 +109,-1.537199919,0.7199428763,215,-2.039551981,0.6964723658,1507.2679907 +110,-1.545425832,0.727397149,215,-2.039551981,0.6964723658,1480.1892489 +111,-1.543371177,0.7273916949,215,-2.039551981,0.6964723658,1486.2488021 +112,-1.541368852,0.7274523163,215,-2.039551981,0.6964723658,1492.1315051 +113,-1.545349067,0.7258710923,215,-2.039551981,0.6964723658,1480.925795 +114,-1.54332671,0.7258603556,215,-2.039551981,0.6964723658,1486.8981437 +115,-1.541346831,0.7259242142,215,-2.039551981,0.6964723658,1492.7186131 +116,-1.545324355,0.7243383958,215,-2.039551981,0.6964723658,1481.5347218 +117,-1.543292796,0.7243617413,215,-2.039551981,0.6964723658,1487.528146 +118,-1.541295822,0.7244024384,215,-2.039551981,0.6964723658,1493.4123611 +119,-1.543193859,0.7205570215,215,-2.039551981,0.6964723658,1489.2669519 +120,-1.550257047,0.7386738187,215,-2.039551981,0.6964723658,1463.0171743 +121,-1.549335448,0.7311736483,215,-2.039551981,0.6964723658,1467.5298709 +122,-1.533478843,0.7179891343,215,-2.039551981,0.6964723658,1519.1319786 +123,-1.556150555,0.738907041,215,-2.039551981,0.6964723658,1445.7346785 +124,-1.554324226,0.733414257,215,-2.039551981,0.6964723658,1452.2769249 +125,-1.554290846,0.7288285332,215,-2.039551981,0.6964723658,1453.6152604 +126,-1.55122487,0.7219795312,215,-2.039551981,0.6964723658,1464.943905 +127,-1.525104458,0.7229399862,215,-2.039551981,0.6964723658,1541.8088759 +128,-1.519607711,0.7236181429,215,-2.039551981,0.6964723658,1557.7633122 +129,-1.513899999,0.7251107854,215,-2.039551981,0.6964723658,1573.9891567 +130,-1.536620762,0.7431061895,215,-2.039551981,0.6964723658,1501.9577417 +131,-1.5369566,0.7460845958,215,-2.039551981,0.6964723658,1500.4631289 +132,-1.545345528,0.7447040685,215,-2.039551981,0.6964723658,1476.2793915 +133,-1.532813921,0.7432306626,215,-2.039551981,0.6964723658,1513.0236348 +134,-1.554788248,0.7382381001,215,-2.039551981,0.6964723658,1449.847944 +135,-1.540348126,0.7301594274,215,-2.039551981,0.6964723658,1494.2667845 +136,-1.538016084,0.7239051786,215,-2.039551981,0.6964723658,1503.2849038 +137,-1.525288962,0.7258085137,215,-2.039551981,0.6964723658,1540.1296873 +138,-1.534326986,0.731241342,215,-2.039551981,0.6964723658,1511.6378493 +139,-1.530733872,0.7303625216,215,-2.039551981,0.6964723658,1522.4816753 +141,-1.534354939,0.7328219978,215,-2.039551981,0.6964723658,1511.076513 +142,-1.53157084,0.7292888153,215,-2.039551981,0.6964723658,1520.3752211 +143,-1.525691035,0.7263799874,215,-2.039551981,0.6964723658,1538.7279202 +144,-1.534031287,0.7495967835,215,-2.039551981,0.6964723658,1508.4447228 +145,-1.527714986,0.7283095957,215,-2.039551981,0.6964723658,1532.062512 +146,-1.526189586,0.7271468292,215,-2.039551981,0.6964723658,1536.9739539 +147,-1.555177336,0.7375563366,215,-2.039551981,0.6964723658,1448.8449368 +148,-1.555080283,0.7312707794,215,-2.039551981,0.6964723658,1450.6057043 +149,-1.53856994,0.7224180299,215,-2.039551981,0.6964723658,1502.2167052 +150,-1.530837883,0.729933372,215,-2.039551981,0.6964723658,1522.3169131 +151,-1.515066984,0.5854133365,215,-2.039551981,0.6964723658,1713.3670253 +152,-1.534731633,0.5368370046,215,-2.039551981,0.6964723658,1739.9939391 +153,-1.515231902,0.5607085576,215,-2.039551981,0.6964723658,1754.1910035 +154,-2.616253799,1.0684566605,215,-2.039551981,0.6964723658,2027.1783837 +155,-1.956071439,0.5792177723,215,-2.039551981,0.6964723658,534.83756847 +156,-1.951208514,0.5602434208,215,-2.039551981,0.6964723658,609.07516438 +157,-1.944675062,0.6062144545,215,-2.039551981,0.6964723658,465.77439864 +158,-1.613778386,0.6077989518,215,-2.039551981,0.6964723658,1380.8395122 +159,-2.035029014,0.6021432345,215,-2.039551981,0.6964723658,373.90952818 +160,-2.114989471,0.6801825058,215,-2.039551981,0.6964723658,239.59426503 +161,-2.037382079,0.5765830025,215,-2.039551981,0.6964723658,474.9319061 +162,-2.129855121,0.6585019963,215,-2.039551981,0.6964723658,316.61169648 +163,-2.075141798,0.6493615843,215,-2.039551981,0.6964723658,216.72024701 +164,-1.828626729,0.6948433129,215,-2.039551981,0.6964723658,640.88028577 +165,-1.863329418,0.6735427691,215,-2.039551981,0.6964723658,547.82014203 +166,-1.266037071,0.727988852,215,-2.039551981,0.6964723658,2296.6847719 +167,-1.277579582,0.7249010648,215,-2.039551981,0.6964723658,2265.7876716 +168,-1.258418684,0.7241194816,215,-2.039551981,0.6964723658,2321.9865045 +169,-1.317813974,0.6804850104,215,-2.039551981,0.6964723658,2188.5483821 +170,-1.344165204,0.6790988904,215,-2.039551981,0.6964723658,2111.5119891 +171,-1.427582102,0.5277120351,215,-2.039551981,0.6964723658,2078.0076229 +172,-1.402238616,0.457167829,215,-2.039551981,0.6964723658,2297.9663599 +173,-1.422454264,0.4996161999,215,-2.039551981,0.6964723658,2148.2662401 +174,-1.439089277,0.4894859811,215,-2.039551981,0.6964723658,2119.4785998 +175,-1.448126995,0.5182330266,215,-2.039551981,0.6964723658,2034.4627119 +176,-1.474626146,0.5881926574,215,-2.039551981,0.6964723658,1831.5497404 +177,-1.421139645,0.5584869783,215,-2.039551981,0.6964723658,2042.1672291 +178,-1.457037165,0.565943032,215,-2.039551981,0.6964723658,1920.805563 +179,-2.757159358,0.3745319,215,-2.039551981,0.6964723658,2724.9411133 +180,-2.714309238,0.342054471,215,-2.039551981,0.6964723658,2681.4307484 +181,-2.000525337,0.774119946,215,-2.039551981,0.6964723658,328.19856264 +183,-1.571413436,0.6777838382,215,-2.039551981,0.6964723658,1430.0262877 +184,-1.552860289,0.6987663893,215,-2.039551981,0.6964723658,1471.3370074 +185,-1.521852374,0.7165827476,215,-2.039551981,0.6964723658,1554.2483038 +186,-1.503656267,0.6928968252,215,-2.039551981,0.6964723658,1622.700787 +187,-1.502753178,0.7136205882,215,-2.039551981,0.6964723658,1612.39729 +188,-1.631894563,0.7343596465,215,-2.039551981,0.6964723658,1224.1642953 +189,-1.653765416,0.6770714026,215,-2.039551981,0.6964723658,1181.1517023 +190,-1.719812114,0.6715965947,215,-2.039551981,0.6964723658,984.75373274 +191,-1.493406659,0.6646955447,215,-2.039551981,0.6964723658,1677.4199844 +192,-1.469120564,0.6613469966,215,-2.039551981,0.6964723658,1754.1414959 +193,-1.590551461,0.5326612937,215,-2.039551981,0.6964723658,1583.8806727 +194,-1.625979264,0.5247742243,215,-2.039551981,0.6964723658,1498.1183214 +195,-1.572293943,0.5238808754,215,-2.039551981,0.6964723658,1655.3118994 +196,-1.610848725,0.5477107964,215,-2.039551981,0.6964723658,1494.1822321 +197,-1.208485554,0.7918526018,215,-2.039551981,0.6964723658,2415.0504536 +198,-1.335601374,0.6869083083,215,-2.039551981,0.6964723658,2129.2777566 +199,-1.346156996,0.6825213377,215,-2.039551981,0.6964723658,2102.171098 +200,-1.324381037,0.6741422347,215,-2.039551981,0.6964723658,2175.6184614 +201,-1.242424992,0.7378949807,215,-2.039551981,0.6964723658,2356.6509181 +202,-1.270370057,0.7392461008,215,-2.039551981,0.6964723658,2275.3456497 +203,-1.448950472,0.7441675014,215,-2.039551981,0.6964723658,1756.5747371 +204,-1.492662363,0.7523026852,215,-2.039551981,0.6964723658,1627.6708568 +205,-1.479098966,0.7763855017,215,-2.039551981,0.6964723658,1663.7035638 +206,-1.633760714,0.7869022408,215,-2.039551981,0.6964723658,1233.14116 +207,-1.647406434,0.8101289331,215,-2.039551981,0.6964723658,1213.937766 +208,-1.564245052,0.5701509278,215,-2.039551981,0.6964723658,1590.6018516 +209,-1.646289963,0.6833746083,215,-2.039551981,0.6964723658,1199.3875997 +210,-1.5820631,0.6751952144,215,-2.039551981,0.6964723658,1399.8761005 +211,-1.613236298,0.6681681791,215,-2.039551981,0.6964723658,1311.2547473 +212,-1.914661867,0.8212566515,215,-2.039551981,0.6964723658,610.29042116 +213,-1.742133237,0.7250275956,215,-2.039551981,0.6964723658,898.4742998 +214,-2.033144872,0.6557314699,215,-2.039551981,0.6964723658,162.58382972 +215,-2.039551981,0.6964723658,215,-2.039551981,0.6964723658,156.09289567 +216,-1.247341019,0.7622473908,215,-2.039551981,0.6964723658,2324.8152099 +217,-1.298239787,0.7084123392,215,-2.039551981,0.6964723658,2219.6117781 +218,-1.308539688,0.6926545592,215,-2.039551981,0.6964723658,2203.8979865 +219,-1.303263185,0.6888938396,215,-2.039551981,0.6964723658,2223.1967511 +220,-1.852400229,0.6004246149,215,-2.039551981,0.6964723658,701.94395417 +221,-1.288947707,0.7473773692,215,-2.039551981,0.6964723658,2216.287547 +222,-1.372031502,0.7472790993,215,-2.039551981,0.6964723658,1977.6297881 +223,-1.289805721,0.7242157877,215,-2.039551981,0.6964723658,2230.855116 +224,-1.350807603,0.7533498126,215,-2.039551981,0.6964723658,2035.5512499 +225,-1.329290365,0.7560442322,215,-2.039551981,0.6964723658,2095.707514 +226,-1.410153004,0.616936428,215,-2.039551981,0.6964723658,1985.7729727 +227,-1.393445434,0.6308995063,215,-2.039551981,0.6964723658,2018.092825 +228,-1.37595573,0.6241540638,215,-2.039551981,0.6964723658,2079.8295968 +229,-1.358388707,0.6172645205,215,-2.039551981,0.6964723658,2142.3392056 +230,-1.753741133,0.8281661666,215,-2.039551981,0.6964723658,967.82891639 +231,-1.47430987,0.6834615681,215,-2.039551981,0.6964723658,1718.0667159 +232,-1.421012508,0.7222725206,215,-2.039551981,0.6964723658,1848.8468403 +233,-1.4476833,0.6978557868,215,-2.039551981,0.6964723658,1786.3533683 +234,-1.470370723,0.6966193374,215,-2.039551981,0.6964723658,1719.5861126 +235,-1.429211703,0.7037216883,215,-2.039551981,0.6964723658,1836.9584163 +236,-1.700578405,0.6178673663,215,-2.039551981,0.6964723658,1105.1180116 +237,-1.678117619,0.6331716163,215,-2.039551981,0.6964723658,1151.4817765 +238,-1.725644578,0.6316331145,215,-2.039551981,0.6964723658,1010.3331335 +239,-2.14012759,0.7930497945,215,-2.039551981,0.6964723658,481.52342229 +240,-2.103289431,0.7653606263,215,-2.039551981,0.6964723658,331.26694808 +241,-1.318739838,0.7017808746,215,-2.039551981,0.6964723658,2165.281419 +242,-1.396417427,0.7077900843,215,-2.039551981,0.6964723658,1931.0946064 +243,-1.35650337,0.7185539404,215,-2.039551981,0.6964723658,2040.6052128 +244,-1.248884539,0.7274156818,215,-2.039551981,0.6964723658,2346.748541 +245,-1.395014798,0.5761185243,215,-2.039551981,0.6964723658,2092.2531907 +246,-1.433377362,0.6064716109,215,-2.039551981,0.6964723658,1929.7490795 +247,-1.408172432,0.5903155476,215,-2.039551981,0.6964723658,2030.1008203 +248,-1.749645898,0.7757118084,215,-2.039551981,0.6964723658,905.06068004 +249,-1.571626686,0.615046989,215,-2.039551981,0.6964723658,1497.9718216 +250,-1.514070049,0.6303003037,215,-2.039551981,0.6964723658,1652.7788924 +251,-1.480890369,0.6237966528,215,-2.039551981,0.6964723658,1761.8434152 +252,-1.704390658,0.5281680612,215,-2.039551981,0.6964723658,1270.4481341 +253,-1.64434733,0.5254277498,215,-2.039551981,0.6964723658,1444.3288812 +254,-1.703855997,0.4792484842,215,-2.039551981,0.6964723658,1396.3465441 +255,-1.692002383,0.5748825051,215,-2.039551981,0.6964723658,1204.4422269 +256,-1.854136457,0.5544643913,215,-2.039551981,0.6964723658,817.93359724 +257,-1.665021206,0.520317736,215,-2.039551981,0.6964723658,1397.7077278 +258,-1.733654349,0.4845187345,215,-2.039551981,0.6964723658,1306.3128233 +259,-1.720938188,0.5135933906,215,-2.039551981,0.6964723658,1261.694478 +260,-1.742668307,0.553296122,215,-2.039551981,0.6964723658,1106.7771347 +261,-1.965659039,0.7142126903,215,-2.039551981,0.6964723658,233.63807909 +262,-1.944438071,0.6772834804,215,-2.039551981,0.6964723658,301.00792171 +263,-1.270340967,0.7681487096,215,-2.039551981,0.6964723658,2256.269024 +264,-1.353091884,0.6549276821,215,-2.039551981,0.6964723658,2110.8456241 +265,-1.333236659,0.6413584414,215,-2.039551981,0.6964723658,2186.8576219 +266,-1.352015998,0.6753788907,215,-2.039551981,0.6964723658,2091.86176 +267,-1.377988483,0.6577816235,215,-2.039551981,0.6964723658,2032.7415014 +268,-2.13075611,0.8318642051,215,-2.039551981,0.6964723658,595.99883577 +269,-2.097910953,0.8259670014,215,-2.039551981,0.6964723658,539.40211165 +270,-1.416382069,0.6694271549,215,-2.039551981,0.6964723658,1904.9864157 +271,-1.538905672,0.7535625993,215,-2.039551981,0.6964723658,1493.926928 +272,-1.572309477,0.7803125099,215,-2.039551981,0.6964723658,1401.5308317 +273,-1.87759879,0.7503853417,215,-2.039551981,0.6964723658,525.72782566 +274,1.152365588,0.590457682,215,-2.039551981,0.6964723658,7342.9902349 +275,0.350198001,0.718001859,215,-2.039551981,0.6964723658,6221.7230513 +276,0.046513677,0.491503852,215,-2.039551981,0.6964723658,6342.7392469 +277,0.027510309,0.742571376,215,-2.039551981,0.6964723658,5566.6129107 +278,0.306285725,-0.214631579,215,-2.039551981,0.6964723658,9082.8916105 +279,-1.100564889,0.318051531,215,-2.039551981,0.6964723658,3517.4467488 +280,-1.078582306,0.301437596,215,-2.039551981,0.6964723658,3623.2916144 +281,-1.137371989,-0.617634065,215,-2.039551981,0.6964723658,6157.8673489 +282,0.784356344,0.703272339,215,-2.039551981,0.6964723658,6782.0572929 +283,-1.221209947,0.218327455,215,-2.039551981,0.6964723658,3415.1527805 +284,2.347301921,-0.449114658,215,-2.039551981,0.6964723658,8293.7507528 +285,0.246820618,0.830553713,215,-2.039551981,0.6964723658,5688.7538487 +286,0.829414965,0.703288228,215,-2.039551981,0.6964723658,6812.6931335 +287,-1.337537566,0.42332223,215,-2.039551981,0.6964723658,2565.0474575 +288,0.882453706,0.454478077,215,-2.039551981,0.6964723658,7813.4269865 +289,1.575629659,0.416419109,215,-2.039551981,0.6964723658,7701.2651913 +290,-1.039455679,0.229888244,215,-2.039551981,0.6964723658,3916.6584441 +291,0.489558039,0.934482747,215,-2.039551981,0.6964723658,5653.6160428 +292,0.081344504,0.88384514,215,-2.039551981,0.6964723658,5255.0305761 +293,-1.547979814,0.300350308,215,-2.039551981,0.6964723658,2302.1763975 +294,0.040776181,0.168560074,215,-2.039551981,0.6964723658,7268.8696299 +295,-1.130374745,0.563894876,215,-2.039551981,0.6964723658,2914.945823 +296,1.578326642,0.478507176,215,-2.039551981,0.6964723658,7469.4655082 +297,-1.12861823,-0.291640865,215,-2.039551981,0.6964723658,5155.7202694 +298,0.310524208,0.770885792,215,-2.039551981,0.6964723658,5982.9449684 +299,0.415649091,-0.387246002,215,-2.039551981,0.6964723658,9840.7162128 +300,-0.926533878,-0.188022748,215,-2.039551981,0.6964723658,5371.1348626 +301,1.258856172,-0.11716081,215,-2.039551981,0.6964723658,10082.414903 +302,-1.126050026,0.322941926,215,-2.039551981,0.6964723658,3429.3438932 +303,2.002785835,0.07893892,215,-2.039551981,0.6964723658,7957.6939348 +304,0.440437607,0.746258085,215,-2.039551981,0.6964723658,6257.0883813 +305,-0.030391866,0.214441206,215,-2.039551981,0.6964723658,6945.3885145 +306,0.521557815,-0.058929362,215,-2.039551981,0.6964723658,9173.6923977 +307,-0.097005111,0.13317729,215,-2.039551981,0.6964723658,6983.1521479 +308,1.83113859,0.221857587,215,-2.039551981,0.6964723658,7925.3241821 +309,0.222428864,0.099404236,215,-2.039551981,0.6964723658,7951.5385398 +310,-1.702731345,0.8728568183,215,-2.039551981,0.6964723658,1168.7377216 +311,-0.418507569,0.278324921,215,-2.039551981,0.6964723658,5668.7302578 +312,-1.41153306,0.339029988,215,-2.039551981,0.6964723658,2557.1054275 +313,0.357560442,0.114788776,215,-2.039551981,0.6964723658,8236.573425 +314,0.325818979,0.268352149,215,-2.039551981,0.6964723658,7670.8674415 +315,-1.246004659,-0.663679965,215,-2.039551981,0.6964723658,6108.6037318 +316,1.814603087,0.637404484,215,-2.039551981,0.6964723658,6557.8724587 +317,1.843704281,-0.18300445,215,-2.039551981,0.6964723658,9145.7661812 +318,1.690644492,-0.211480909,215,-2.039551981,0.6964723658,9632.1537437 +319,-1.275451936,0.068109467,215,-2.039551981,0.6964723658,3691.6356859 +320,0.762430171,-0.207594741,215,-2.039551981,0.6964723658,10172.070729 +321,0.265668905,-0.014647884,215,-2.039551981,0.6964723658,8403.9165474 +322,-2.773032013,-0.335515811,215,-2.039551981,0.6964723658,4903.0371297 +323,-1.469512853,0.174058777,215,-2.039551981,0.6964723658,2879.748472 +324,0.286276986,0.785925691,215,-2.039551981,0.6964723658,5895.4761928 +325,-1.379324697,0.377432233,215,-2.039551981,0.6964723658,2551.0355455 +326,-1.203778265,0.212813032,215,-2.039551981,0.6964723658,3479.6870487 +327,0.579916301,0.611743168,215,-2.039551981,0.6964723658,6922.3120033 +328,0.267582642,0.868113908,215,-2.039551981,0.6964723658,5599.0394426 +329,0.412869244,-0.050245578,215,-2.039551981,0.6964723658,8888.5528385 +330,0.17524381,0.976660285,215,-2.039551981,0.6964723658,5123.5555624 +331,0.743157214,0.204812899,215,-2.039551981,0.6964723658,8637.5727077 +332,-1.070758176,0.269382282,215,-2.039551981,0.6964723658,3724.8825127 +333,-1.230364251,0.329790229,215,-2.039551981,0.6964723658,3102.6117576 +334,-1.374813124,-0.024926835,215,-2.039551981,0.6964723658,3734.0690562 +335,0.519780566,0.463669906,215,-2.039551981,0.6964723658,7371.440692 +336,-1.55108034,0.239698561,215,-2.039551981,0.6964723658,2479.8919523 +337,0.180294813,0.029739425,215,-2.039551981,0.6964723658,8045.9111037 +338,0.67820924,0.268170153,215,-2.039551981,0.6964723658,8315.4237386 +339,0.445798684,1.024001867,215,-2.039551981,0.6964723658,5294.6583509 +340,0.691751283,0.150521402,215,-2.039551981,0.6964723658,8767.330739 +341,-1.036643551,-0.903056181,215,-2.039551981,0.6964723658,7215.6347517 +342,-0.120287036,1.083325163,215,-2.039551981,0.6964723658,4399.1807611 +343,2.823513113,-0.304487164,215,-2.039551981,0.6964723658,6548.9886076 +344,0.457583172,1.12513373,215,-2.039551981,0.6964723658,4954.6327852 +345,0.042918831,0.813795399,215,-2.039551981,0.6964723658,5390.4723001 +346,1.196146777,-0.853142756,215,-2.039551981,0.6964723658,11768.96758 +347,0.206001358,-0.010430701,215,-2.039551981,0.6964723658,8231.6370334 +348,-0.268308653,0.234799412,215,-2.039551981,0.6964723658,6219.1478318 +349,0.759363263,0.736189579,215,-2.039551981,0.6964723658,6637.1822279 +350,0.181363926,0.891988372,215,-2.039551981,0.6964723658,5392.8819357 +351,-0.021111158,0.139103292,215,-2.039551981,0.6964723658,7181.4529489 +352,-0.093355215,0.630686981,215,-2.039551981,0.6964723658,5620.9077798 +353,0.40118964,0.681375926,215,-2.039551981,0.6964723658,6425.2707173 +354,-0.721197315,1.304706234,215,-2.039551981,0.6964723658,3317.3404047 +355,-1.076150317,0.212107639,215,-2.039551981,0.6964723658,3852.9454465 +356,-1.577164531,0.273993443,215,-2.039551981,0.6964723658,2311.3403876 +357,-0.190788414,0.182208586,215,-2.039551981,0.6964723658,6581.9502692 +358,-0.261349752,0.209710184,215,-2.039551981,0.6964723658,6304.9356639 +359,-1.029303852,0.083549259,215,-2.039551981,0.6964723658,4328.818677 +360,-1.268609162,0.330525297,215,-2.039551981,0.6964723658,2988.4927127 +361,1.282982244,-0.926641967,215,-2.039551981,0.6964723658,11409.640325 +362,0.217352334,0.731352408,215,-2.039551981,0.6964723658,5957.3449549 +363,-1.511833084,0.258629297,215,-2.039551981,0.6964723658,2517.1826047 +364,0.338812194,0.823184618,215,-2.039551981,0.6964723658,5850.8035082 +365,-0.324406489,1.134201999,215,-2.039551981,0.6964723658,3987.4164798 +366,1.389579348,0.399185724,215,-2.039551981,0.6964723658,7975.7346604 +367,2.047152199,-0.039082036,215,-2.039551981,0.6964723658,8177.8967258 +368,0.947780369,0.568250077,215,-2.039551981,0.6964723658,7402.4300555 +369,0.763824846,0.576754987,215,-2.039551981,0.6964723658,7250.5058667 +370,-0.142334657,0.928153068,215,-2.039551981,0.6964723658,4737.1784044 +371,0.610266567,0.547265983,215,-2.039551981,0.6964723658,7196.7528916 +372,0.210731629,0.746815056,215,-2.039551981,0.6964723658,5896.6332511 +373,-1.34931644,0.316895224,215,-2.039551981,0.6964723658,2790.3121575 +374,2.407696481,0.655030745,215,-2.039551981,0.6964723658,5297.013231 +375,0.64207831,0.545359131,215,-2.039551981,0.6964723658,7242.8584199 +376,1.174597538,0.840588356,215,-2.039551981,0.6964723658,6350.2154432 +377,0.660059424,0.010604079,215,-2.039551981,0.6964723658,9219.3656997 +378,-0.730263819,0.010486456,215,-2.039551981,0.6964723658,5403.9471799 +379,0.831068936,0.512339172,215,-2.039551981,0.6964723658,7552.9075992 +380,1.301180979,0.72367476,215,-2.039551981,0.6964723658,6773.1685043 +381,1.811128231,0.322854402,215,-2.039551981,0.6964723658,7632.2858555 +382,0.435105812,0.992284428,215,-2.039551981,0.6964723658,5393.7423981 +383,0.62643634,0.592027932,215,-2.039551981,0.6964723658,7051.5239071 +384,0.492988703,-0.516339467,215,-2.039551981,0.6964723658,10352.850058 +385,-0.162469483,0.112549365,215,-2.039551981,0.6964723658,6849.5355808 +386,0.314630866,0.472006421,215,-2.039551981,0.6964723658,6980.9931701 +387,0.166744804,0.822815954,215,-2.039551981,0.6964723658,5583.1526021 +388,0.417159608,0.965805736,215,-2.039551981,0.6964723658,5465.7729775 +389,0.106334961,0.868774244,215,-2.039551981,0.6964723658,5341.7588465 +390,0.815086969,-0.338144359,215,-2.039551981,0.6964723658,10721.038967 +391,0.59867455,-0.230624824,215,-2.039551981,0.6964723658,9900.2991921 +392,1.915104874,0.066220985,215,-2.039551981,0.6964723658,8221.3350204 +393,1.278093622,0.064463721,215,-2.039551981,0.6964723658,9362.4122013 +394,-0.061477853,0.302997961,215,-2.039551981,0.6964723658,6613.1208098 +395,0.251311504,0.626976942,215,-2.039551981,0.6964723658,6353.7330815 +396,2.950242872,0.149095644,215,-2.039551981,0.6964723658,5002.3887003 +397,-0.180294708,0.35375117,215,-2.039551981,0.6964723658,6152.5216172 +398,1.010448592,-0.351180233,215,-2.039551981,0.6964723658,11041.241087 +399,-1.748740498,0.3686318073,215,-2.039551981,0.6964723658,1628.246976 +400,2.699635665,0.123533791,215,-2.039551981,0.6964723658,5827.3670189 +401,0.496808033,0.823843254,215,-2.039551981,0.6964723658,6055.0457609 +402,0.129574704,0.763364087,215,-2.039551981,0.6964723658,5700.2274537 +403,1.798920311,0.817447563,215,-2.039551981,0.6964723658,5962.2739683 +404,0.335987953,0.746786541,215,-2.039551981,0.6964723658,6102.7982771 +405,-1.085413643,0.292154671,215,-2.039551981,0.6964723658,3625.281149 +406,-0.155321003,0.508207011,215,-2.039551981,0.6964723658,5803.1019367 +407,0.620529244,-0.301175104,215,-2.039551981,0.6964723658,10169.133019 +408,1.684402744,0.368716966,215,-2.039551981,0.6964723658,7707.8036309 +409,0.300582244,-0.386397212,215,-2.039551981,0.6964723658,9498.5916265 +410,2.913555946,-0.009225192,215,-2.039551981,0.6964723658,5517.2993583 +411,1.465101417,0.493232532,215,-2.039551981,0.6964723658,7545.1698167 +412,0.090612882,0.907955955,215,-2.039551981,0.6964723658,5199.8495913 +413,2.987564726,-0.729568594,215,-2.039551981,0.6964723658,7225.1639711 +414,-1.484261606,0.224149272,215,-2.039551981,0.6964723658,2689.9239582 +415,0.164073421,0.303955133,215,-2.039551981,0.6964723658,7185.5681671 +416,0.141441293,0.167552546,215,-2.039551981,0.6964723658,7539.0733817 +417,2.931321023,-0.506718887,215,-2.039551981,0.6964723658,6777.8492545 +418,2.21951565,0.700596356,215,-2.039551981,0.6964723658,5598.4988038 +419,0.268112576,1.199114336,215,-2.039551981,0.6964723658,4546.4154861 +420,0.978913739,0.359223811,215,-2.039551981,0.6964723658,8237.5334535 +421,1.210898818,0.522863584,215,-2.039551981,0.6964723658,7597.4743044 +422,2.347397336,0.129231362,215,-2.039551981,0.6964723658,6860.6108771 +423,0.614394501,0.556878345,215,-2.039551981,0.6964723658,7166.580514 +424,-1.398079356,0.148483366,215,-2.039551981,0.6964723658,3135.2249527 +425,2.535303836,-0.112984496,215,-2.039551981,0.6964723658,6926.0400503 +426,-1.019372593,-0.405322349,215,-2.039551981,0.6964723658,5761.8799566 +427,-1.297785627,-0.160104069,215,-2.039551981,0.6964723658,4346.106871 +428,2.144554488,0.205051084,215,-2.039551981,0.6964723658,7214.3592833 +429,-2.242387083,-0.426171285,215,-2.039551981,0.6964723658,4509.4903163 +430,0.338637212,0.909723676,215,-2.039551981,0.6964723658,5560.9598126 +431,-0.148798452,0.691042401,215,-2.039551981,0.6964723658,5331.3707374 +432,0.893524764,0.441829531,215,-2.039551981,0.6964723658,7869.7497974 +433,0.969229347,-0.368847936,215,-2.039551981,0.6964723658,11070.676192 +434,0.436043248,0.800045688,215,-2.039551981,0.6964723658,6063.4568228 +435,1.687946607,1.081504775,215,-2.039551981,0.6964723658,5156.1334203 +436,0.522302046,-0.034889271,215,-2.039551981,0.6964723658,9096.9323964 +437,-0.178996113,-0.438090009,215,-2.039551981,0.6964723658,8162.7841925 +438,-1.094339566,0.301444068,215,-2.039551981,0.6964723658,3576.0226163 +439,-1.064070054,0.242569932,215,-2.039551981,0.6964723658,3811.5045724 +440,-1.068153768,0.230387998,215,-2.039551981,0.6964723658,3830.0508093 +441,-3.00496892,-0.23989155,215,-2.039551981,0.6964723658,5132.352209 +442,0.21751974,0.766874888,215,-2.039551981,0.6964723658,5844.5941803 +443,0.117229532,0.007619006,215,-2.039551981,0.6964723658,7935.8666913 +444,0.777758451,0.420554741,215,-2.039551981,0.6964723658,7859.9773684 +445,-0.252356999,0.250747086,215,-2.039551981,0.6964723658,6223.4305676 +446,0.363148444,0.768483434,215,-2.039551981,0.6964723658,6070.6305026 +447,0.903191366,-0.118210676,215,-2.039551981,0.6964723658,10046.755229 +448,-0.205755923,0.149406178,215,-2.039551981,0.6964723658,6625.5352469 +449,1.811996086,0.02364353,215,-2.039551981,0.6964723658,8607.1593253 +450,-1.100670221,0.314845373,215,-2.039551981,0.6964723658,3524.7964702 +451,0.340078597,0.850105132,215,-2.039551981,0.6964723658,5762.3615464 +452,0.258757267,0.804969236,215,-2.039551981,0.6964723658,5790.0489792 +453,2.78505352,-0.155160804,215,-2.039551981,0.6964723658,6278.4467339 +454,0.800551619,0.105822106,215,-2.039551981,0.6964723658,9080.5277479 +455,0.437940882,-0.506194031,215,-2.039551981,0.6964723658,10167.525279 +456,2.230431122,0.63458615,215,-2.039551981,0.6964723658,5762.0350029 +457,0.527965361,0.127667701,215,-2.039551981,0.6964723658,8562.9982609 +458,-0.063643205,0.702093448,215,-2.039551981,0.6964723658,5491.052888 +459,1.408447268,0.133010502,215,-2.039551981,0.6964723658,8972.0260175 +460,0.523795955,0.280266966,215,-2.039551981,0.6964723658,8026.0190555 +461,-0.975769313,0.072177659,215,-2.039551981,0.6964723658,4514.7412783 +462,0.549774164,-0.463663986,215,-2.039551981,0.6964723658,10409.808828 +463,0.29245874,1.095549818,215,-2.039551981,0.6964723658,4896.9373883 +464,0.143625958,0.816809593,215,-2.039551981,0.6964723658,5562.1788079 +465,0.671902494,0.611159853,215,-2.039551981,0.6964723658,7031.2649088 +466,1.239840988,0.6724199,215,-2.039551981,0.6964723658,6998.6790628 +467,0.607829703,-0.10932137,215,-2.039551981,0.6964723658,9529.264424 +468,1.763020906,0.263996692,215,-2.039551981,0.6964723658,7926.4694453 +469,0.378714634,0.726066797,215,-2.039551981,0.6964723658,6238.0868769 +470,2.196736143,-0.153862366,215,-2.039551981,0.6964723658,8051.919885 +471,0.01702415,0.148991565,215,-2.039551981,0.6964723658,7259.5184663 +472,-2.998490902,-0.158002487,215,-2.039551981,0.6964723658,4872.2261338 +473,-3.051262951,-0.346595608,215,-2.039551981,0.6964723658,5566.293852 +474,-1.069176439,0.182802941,215,-2.039551981,0.6964723658,3949.2000011 +475,0.167157509,0.595344954,215,-2.039551981,0.6964723658,6291.0662559 +476,0.613855648,0.681746124,215,-2.039551981,0.6964723658,6705.6160457 +477,1.037012736,0.682555367,215,-2.039551981,0.6964723658,6976.4438829 +478,-1.253574971,0.379755746,215,-2.039551981,0.6964723658,2914.4833961 +479,3.108590453,-0.132620738,215,-2.039551981,0.6964723658,5277.7375615 +480,0.565301296,0.022333262,215,-2.039551981,0.6964723658,8997.3768418 +481,0.547898238,0.855555614,215,-2.039551981,0.6964723658,5997.944323 +482,0.948309381,0.417393755,215,-2.039551981,0.6964723658,7995.4037433 +483,-0.050600732,0.945269213,215,-2.039551981,0.6964723658,4857.6624481 +484,-0.977651478,-0.572363064,215,-2.039551981,0.6964723658,6353.7622968 +485,1.102014914,0.728861163,215,-2.039551981,0.6964723658,6798.1023924 +486,2.927300795,-0.282939414,215,-2.039551981,0.6964723658,6196.8665954 +487,-1.154565557,0.124434095,215,-2.039551981,0.6964723658,3859.5481363 +488,1.855331234,0.291044755,215,-2.039551981,0.6964723658,7646.489368 +489,0.830290659,0.276904518,215,-2.039551981,0.6964723658,8459.966227 +490,0.485104466,-0.234867441,215,-2.039551981,0.6964723658,9628.1760473 +491,0.521367572,-0.33161327,215,-2.039551981,0.6964723658,9997.6676984 +1,-1.539031704,0.7349710123,216,-1.247341019,0.7622473908,851.8672488 +2,-1.536990553,0.7349663874,216,-1.247341019,0.7622473908,846.02574792 +3,-1.534951779,0.7349571355,216,-1.247341019,0.7622473908,840.19543481 +4,-1.532906461,0.7349480293,216,-1.247341019,0.7622473908,834.34654947 +5,-1.531320211,0.7346937278,216,-1.247341019,0.7622473908,830.03123468 +6,-1.539451648,0.7335131775,216,-1.247341019,0.7622473908,854.38029388 +7,-1.537429487,0.7335445708,216,-1.247341019,0.7622473908,848.5615598 +8,-1.535484998,0.7335658704,216,-1.247341019,0.7622473908,842.97469988 +9,-1.533488396,0.7336036027,216,-1.247341019,0.7622473908,837.22392343 +10,-1.531497785,0.7335842962,216,-1.247341019,0.7622473908,831.54269411 +11,-1.530259379,0.7334777758,216,-1.247341019,0.7622473908,828.09499968 +12,-1.5335454,0.7322346912,216,-1.247341019,0.7622473908,838.65257618 +13,-1.531489083,0.7322238773,216,-1.247341019,0.7622473908,832.77727208 +14,-1.530011122,0.7321679851,216,-1.247341019,0.7622473908,828.59994189 +15,-1.53348106,0.7306614094,216,-1.247341019,0.7622473908,839.96311448 +16,-1.531441779,0.7306962275,216,-1.247341019,0.7622473908,834.09489041 +17,-1.529755654,0.7306933243,216,-1.247341019,0.7622473908,829.27385187 +18,-1.533415048,0.7291384674,216,-1.247341019,0.7622473908,841.26199084 +19,-1.531392093,0.7291705353,216,-1.247341019,0.7622473908,835.44454247 +20,-1.529296523,0.7291214933,216,-1.247341019,0.7622473908,829.5005116 +21,-1.535280942,0.727267644,216,-1.247341019,0.7622473908,848.4784329 +22,-1.533378158,0.7276139666,216,-1.247341019,0.7622473908,842.68580189 +23,-1.531340368,0.7276446587,216,-1.247341019,0.7622473908,836.82904071 +24,-1.528960113,0.7276398177,216,-1.247341019,0.7622473908,830.03028374 +25,-1.533313146,0.7260818349,216,-1.247341019,0.7622473908,844.07711773 +26,-1.531259555,0.7260958115,216,-1.247341019,0.7622473908,838.19471028 +27,-1.528926415,0.7260865555,216,-1.247341019,0.7622473908,831.53880672 +28,-1.531226779,0.7245511789,216,-1.247341019,0.7622473908,839.73444498 +29,-1.528904772,0.7245519194,216,-1.247341019,0.7622473908,833.10358042 +30,-1.547195875,0.7409785979,216,-1.247341019,0.7622473908,870.24411628 +31,-1.5451475,0.740980426,216,-1.247341019,0.7622473908,864.37433126 +32,-1.543097679,0.7409798872,216,-1.247341019,0.7622473908,858.50221245 +33,-1.540720364,0.7409892687,216,-1.247341019,0.7622473908,851.68405556 +34,-1.547188511,0.7395198392,216,-1.247341019,0.7622473908,871.38255213 +35,-1.545148587,0.7395226109,216,-1.247341019,0.7622473908,865.53606456 +36,-1.543104538,0.7395314908,216,-1.247341019,0.7622473908,859.67284161 +37,-1.540727751,0.7395306258,216,-1.247341019,0.7622473908,852.86423938 +38,-1.547187029,0.7380014886,216,-1.247341019,0.7622473908,872.62357975 +39,-1.545147315,0.7380012252,216,-1.247341019,0.7622473908,866.78030914 +40,-1.54310719,0.7380060743,216,-1.247341019,0.7622473908,860.93166963 +41,-1.540719671,0.7380068206,216,-1.247341019,0.7622473908,854.09132943 +42,-1.547187189,0.7364799098,216,-1.247341019,0.7622473908,873.91105458 +43,-1.545149996,0.7364853874,216,-1.247341019,0.7622473908,868.07051012 +44,-1.543106091,0.7364823484,216,-1.247341019,0.7622473908,862.21818503 +45,-1.540717158,0.7364893901,216,-1.247341019,0.7622473908,855.36901857 +46,-1.538663972,0.7410138672,216,-1.247341019,0.7622473908,845.77340889 +47,-1.53695285,0.7409699132,216,-1.247341019,0.7622473908,840.90551798 +48,-1.534910498,0.7409641297,216,-1.247341019,0.7622473908,835.05883977 +49,-1.533145034,0.7409536636,216,-1.247341019,0.7622473908,830.00910147 +50,-1.538681336,0.7395405883,216,-1.247341019,0.7622473908,846.99342272 +51,-1.536999189,0.7395183096,216,-1.247341019,0.7622473908,842.19226769 +52,-1.534923633,0.7395144222,216,-1.247341019,0.7622473908,836.24925277 +53,-1.533267822,0.7395654306,216,-1.247341019,0.7622473908,831.46445287 +54,-1.53867273,0.7380151077,216,-1.247341019,0.7622473908,848.22048721 +55,-1.536980576,0.7379994392,216,-1.247341019,0.7622473908,843.38607935 +56,-1.534931522,0.7379944961,216,-1.247341019,0.7622473908,837.52044134 +57,-1.533387952,0.7379480264,216,-1.247341019,0.7622473908,833.13762242 +58,-1.538682279,0.7364914363,216,-1.247341019,0.7622473908,849.53850819 +59,-1.536980704,0.7364810563,216,-1.247341019,0.7622473908,844.6735512 +60,-1.534935567,0.7364752065,216,-1.247341019,0.7622473908,838.82080419 +61,-1.533042592,0.7363876366,216,-1.247341019,0.7622473908,833.47460592 +62,-1.545143426,0.7349628011,216,-1.247341019,0.7622473908,869.37912431 +63,-1.543105297,0.7349691947,216,-1.247341019,0.7622473908,863.53583871 +64,-1.541064533,0.7349647152,216,-1.247341019,0.7622473908,857.69483906 +65,-1.545411803,0.7334624714,216,-1.247341019,0.7622473908,871.49398612 +66,-1.543446606,0.7334780896,216,-1.247341019,0.7622473908,865.851972 +67,-1.541475327,0.7334957295,216,-1.247341019,0.7622473908,860.19094256 +68,-1.545401939,0.731963266,216,-1.247341019,0.7622473908,872.84861729 +69,-1.54342253,0.7319915583,216,-1.247341019,0.7622473908,867.15488481 +70,-1.541455867,0.7320216438,216,-1.247341019,0.7622473908,861.49625399 +71,-1.545410146,0.7304422281,216,-1.247341019,0.7622473908,874.31348116 +72,-1.543435491,0.7304713664,216,-1.247341019,0.7622473908,868.63332055 +73,-1.541463105,0.7304997613,216,-1.247341019,0.7622473908,862.96072066 +74,-1.545414768,0.7289194936,216,-1.247341019,0.7622473908,875.80818143 +75,-1.543435774,0.7289538557,216,-1.247341019,0.7622473908,870.11146613 +76,-1.541457714,0.7289765881,216,-1.247341019,0.7622473908,864.42931103 +77,-1.539449415,0.7320555866,216,-1.247341019,0.7622473908,855.72040904 +78,-1.537429183,0.7321097681,216,-1.247341019,0.7622473908,849.88648495 +79,-1.535472649,0.7321497267,216,-1.247341019,0.7622473908,844.24853802 +80,-1.539457899,0.7305333307,216,-1.247341019,0.7622473908,857.18957961 +81,-1.537453161,0.7305750503,216,-1.247341019,0.7622473908,851.41231945 +82,-1.535479385,0.7306124949,216,-1.247341019,0.7622473908,845.72816535 +83,-1.53946905,0.7290102593,216,-1.247341019,0.7622473908,858.70645565 +84,-1.537459922,0.7290417293,216,-1.247341019,0.7622473908,852.92768394 +85,-1.535451349,0.7290890157,216,-1.247341019,0.7622473908,847.13532937 +86,-1.535522937,0.7279887191,216,-1.247341019,0.7622473908,848.43896335 +87,-1.539442524,0.7274735939,216,-1.247341019,0.7622473908,860.16846279 +88,-1.537424111,0.727521351,216,-1.247341019,0.7622473908,854.34809346 +89,-1.539384641,0.7259505092,216,-1.247341019,0.7622473908,861.56639871 +90,-1.537372391,0.7259947145,216,-1.247341019,0.7622473908,855.7686743 +91,-1.535340789,0.7260435356,216,-1.247341019,0.7622473908,849.91144165 +92,-1.539325716,0.7244369706,216,-1.247341019,0.7622473908,862.99005819 +93,-1.537308932,0.7244801057,216,-1.247341019,0.7622473908,857.18220313 +94,-1.535289068,0.7245247645,216,-1.247341019,0.7622473908,851.36460984 +95,-1.533261366,0.7245550236,216,-1.247341019,0.7622473908,845.54071702 +96,-1.539267302,0.722921924,216,-1.247341019,0.7622473908,864.45501625 +97,-1.537248972,0.7229660258,216,-1.247341019,0.7622473908,858.64367149 +98,-1.535219431,0.7229916471,216,-1.247341019,0.7622473908,852.82127371 +99,-1.53318962,0.7230212049,216,-1.247341019,0.7622473908,846.99465797 +100,-1.531154816,0.7230299897,216,-1.247341019,0.7622473908,841.17743828 +101,-1.528878341,0.7230370244,216,-1.247341019,0.7622473908,834.6735521 +102,-1.539218189,0.7214009878,216,-1.247341019,0.7622473908,865.99116168 +103,-1.537198791,0.7214422745,216,-1.247341019,0.7622473908,860.18213157 +104,-1.535179266,0.7214634354,216,-1.247341019,0.7622473908,854.39610274 +105,-1.533156501,0.7214944644,216,-1.247341019,0.7622473908,848.59073889 +106,-1.53113574,0.7215166021,216,-1.247341019,0.7622473908,842.80201695 +107,-1.528874248,0.7215345535,216,-1.247341019,0.7622473908,836.3325668 +108,-1.539217656,0.7198512397,216,-1.247341019,0.7622473908,867.73684836 +109,-1.537199919,0.7199428763,216,-1.247341019,0.7622473908,861.8776683 +110,-1.545425832,0.727397149,216,-1.247341019,0.7622473908,877.35924107 +111,-1.543371177,0.7273916949,216,-1.247341019,0.7622473908,871.48752975 +112,-1.541368852,0.7274523163,216,-1.247341019,0.7622473908,865.69915948 +113,-1.545349067,0.7258710923,216,-1.247341019,0.7622473908,878.70108338 +114,-1.54332671,0.7258603556,216,-1.247341019,0.7622473908,872.92971011 +115,-1.541346831,0.7259242142,216,-1.247341019,0.7622473908,867.20300126 +116,-1.545324355,0.7243383958,216,-1.247341019,0.7622473908,880.23703328 +117,-1.543292796,0.7243617413,216,-1.247341019,0.7622473908,874.40601127 +118,-1.541295822,0.7244024384,216,-1.247341019,0.7622473908,868.6560523 +119,-1.543193859,0.7205570215,216,-1.247341019,0.7622473908,878.28268351 +120,-1.550257047,0.7386738187,216,-1.247341019,0.7622473908,880.8627245 +121,-1.549335448,0.7311736483,216,-1.247341019,0.7622473908,884.85366939 +122,-1.533478843,0.7179891343,216,-1.247341019,0.7622473908,853.53771163 +123,-1.556150555,0.738907041,216,-1.247341019,0.7622473908,897.55606856 +124,-1.554324226,0.733414257,216,-1.247341019,0.7622473908,897.06336368 +125,-1.554290846,0.7288285332,216,-1.247341019,0.7622473908,901.30139777 +126,-1.55122487,0.7219795312,216,-1.247341019,0.7622473908,899.63988289 +127,-1.525104458,0.7229399862,216,-1.247341019,0.7622473908,824.01450082 +128,-1.519607711,0.7236181429,216,-1.247341019,0.7622473908,807.59046372 +129,-1.513899999,0.7251107854,216,-1.247341019,0.7622473908,789.68514146 +130,-1.536620762,0.7431061895,216,-1.247341019,0.7622473908,838.32357959 +131,-1.5369566,0.7460845958,216,-1.247341019,0.7622473908,837.14773373 +132,-1.545345528,0.7447040685,216,-1.247341019,0.7622473908,862.14803576 +133,-1.532813921,0.7432306626,216,-1.247341019,0.7622473908,827.32514161 +134,-1.554788248,0.7382381001,216,-1.247341019,0.7622473908,894.20383968 +135,-1.540348126,0.7301594274,216,-1.247341019,0.7622473908,860.09805848 +136,-1.538016084,0.7239051786,216,-1.247341019,0.7622473908,859.81750598 +137,-1.525288962,0.7258085137,216,-1.247341019,0.7622473908,821.44192638 +138,-1.534326986,0.731241342,216,-1.247341019,0.7622473908,841.82792013 +139,-1.530733872,0.7303625216,216,-1.247341019,0.7622473908,832.39258064 +141,-1.534354939,0.7328219978,216,-1.247341019,0.7622473908,840.42304386 +142,-1.53157084,0.7292888153,216,-1.247341019,0.7622473908,835.83865504 +143,-1.525691035,0.7263799874,216,-1.247341019,0.7622473908,821.9901324 +144,-1.534031287,0.7495967835,216,-1.247341019,0.7622473908,826.45637201 +145,-1.527714986,0.7283095957,216,-1.247341019,0.7622473908,825.79182188 +146,-1.526189586,0.7271468292,216,-1.247341019,0.7622473908,822.61846121 +147,-1.555177336,0.7375563366,216,-1.247341019,0.7622473908,895.88736597 +148,-1.555080283,0.7312707794,216,-1.247341019,0.7622473908,901.21169433 +149,-1.53856994,0.7224180299,216,-1.247341019,0.7622473908,863.01515743 +150,-1.530837883,0.729933372,216,-1.247341019,0.7622473908,833.10831731 +151,-1.515066984,0.5854133365,216,-1.247341019,0.7622473908,1081.900216 +152,-1.534731633,0.5368370046,216,-1.247341019,0.7622473908,1267.8270144 +153,-1.515231902,0.5607085576,216,-1.247341019,0.7622473908,1153.2868738 +154,-2.616253799,1.0684566605,216,-1.247341019,0.7622473908,3286.610006 +155,-1.956071439,0.5792177723,216,-1.247341019,0.7622473908,2289.6466237 +156,-1.951208514,0.5602434208,216,-1.247341019,0.7622473908,2314.746462 +157,-1.944675062,0.6062144545,216,-1.247341019,0.7622473908,2204.4244329 +158,-1.613778386,0.6077989518,216,-1.247341019,0.7622473908,1274.5293326 +159,-2.035029014,0.6021432345,216,-1.247341019,0.7622473908,2470.9200243 +160,-2.114989471,0.6801825058,216,-1.247341019,0.7622473908,2562.5974775 +161,-2.037382079,0.5765830025,216,-1.247341019,0.7622473908,2527.5605687 +162,-2.129855121,0.6585019963,216,-1.247341019,0.7622473908,2640.2997604 +163,-2.075141798,0.6493615843,216,-1.247341019,0.7622473908,2500.4983345 +164,-1.828626729,0.6948433129,216,-1.247341019,0.7622473908,1726.7273726 +165,-1.863329418,0.6735427691,216,-1.247341019,0.7622473908,1856.4722944 +166,-1.266037071,0.727988852,216,-1.247341019,0.7622473908,146.20409244 +167,-1.277579582,0.7249010648,216,-1.247341019,0.7622473908,172.19694937 +168,-1.258418684,0.7241194816,216,-1.247341019,0.7622473908,154.44041163 +169,-1.317813974,0.6804850104,216,-1.247341019,0.7622473908,385.65903406 +170,-1.344165204,0.6790988904,216,-1.247341019,0.7622473908,437.40493723 +171,-1.427582102,0.5277120351,216,-1.247341019,0.7622473908,1088.1905908 +172,-1.402238616,0.457167829,216,-1.247341019,0.7622473908,1307.0035153 +173,-1.422454264,0.4996161999,216,-1.247341019,0.7622473908,1179.361596 +174,-1.439089277,0.4894859811,216,-1.247341019,0.7622473908,1240.8581149 +175,-1.448126995,0.5182330266,216,-1.247341019,0.7622473908,1155.46811 +176,-1.474626146,0.5881926574,216,-1.247341019,0.7622473908,982.1693237 +177,-1.421139645,0.5584869783,216,-1.247341019,0.7622473908,971.51323086 +178,-1.457037165,0.565943032,216,-1.247341019,0.7622473908,1013.863529 +179,-2.757159358,0.3745319,216,-1.247341019,0.7622473908,5041.3764529 +180,-2.714309238,0.342054471,216,-1.247341019,0.7622473908,5005.7077463 +181,-2.000525337,0.774119946,216,-1.247341019,0.7622473908,2120.9027414 +183,-1.571413436,0.6777838382,216,-1.247341019,0.7622473908,1018.7474618 +184,-1.552860289,0.6987663893,216,-1.247341019,0.7622473908,933.77957495 +185,-1.521852374,0.7165827476,216,-1.247341019,0.7622473908,822.14467859 +186,-1.503656267,0.6928968252,216,-1.247341019,0.7622473908,805.0699388 +187,-1.502753178,0.7136205882,216,-1.247341019,0.7622473908,771.74843558 +188,-1.631894563,0.7343596465,216,-1.247341019,0.7622473908,1118.4120649 +189,-1.653765416,0.6770714026,216,-1.247341019,0.7622473908,1252.0997187 +190,-1.719812114,0.6715965947,216,-1.247341019,0.7622473908,1448.6471857 +191,-1.493406659,0.6646955447,216,-1.247341019,0.7622473908,830.54851838 +192,-1.469120564,0.6613469966,216,-1.247341019,0.7622473908,774.71987078 +193,-1.590551461,0.5326612937,216,-1.247341019,0.7622473908,1408.7100979 +194,-1.625979264,0.5247742243,216,-1.247341019,0.7622473908,1516.5279441 +195,-1.572293943,0.5238808754,216,-1.247341019,0.7622473908,1391.2366043 +196,-1.610848725,0.5477107964,216,-1.247341019,0.7622473908,1416.6074902 +197,-1.208485554,0.7918526018,216,-1.247341019,0.7622473908,160.58809235 +198,-1.335601374,0.6869083083,216,-1.247341019,0.7622473908,396.79984531 +199,-1.346156996,0.6825213377,216,-1.247341019,0.7622473908,431.01368481 +200,-1.324381037,0.6741422347,216,-1.247341019,0.7622473908,417.69069472 +201,-1.242424992,0.7378949807,216,-1.247341019,0.7622473908,97.506133132 +202,-1.270370057,0.7392461008,216,-1.247341019,0.7622473908,112.90857128 +203,-1.448950472,0.7441675014,216,-1.247341019,0.7622473908,586.4571594 +204,-1.492662363,0.7523026852,216,-1.247341019,0.7622473908,706.40808848 +205,-1.479098966,0.7763855017,216,-1.247341019,0.7622473908,661.11299466 +206,-1.633760714,0.7869022408,216,-1.247341019,0.7622473908,1094.8587816 +207,-1.647406434,0.8101289331,216,-1.247341019,0.7622473908,1131.4513296 +208,-1.564245052,0.5701509278,216,-1.247341019,0.7622473908,1241.4270659 +209,-1.646289963,0.6833746083,216,-1.247341019,0.7622473908,1221.2394161 +210,-1.5820631,0.6751952144,216,-1.247341019,0.7622473908,1052.8777229 +211,-1.613236298,0.6681681791,216,-1.247341019,0.7622473908,1152.132411 +212,-1.914661867,0.8212566515,216,-1.247341019,0.7622473908,1853.061848 +213,-1.742133237,0.7250275956,216,-1.247341019,0.7622473908,1442.9188169 +214,-2.033144872,0.6557314699,216,-1.247341019,0.7622473908,2370.1158407 +215,-2.039551981,0.6964723658,216,-1.247341019,0.7622473908,2324.8152099 +216,-1.247341019,0.7622473908,216,-1.247341019,0.7622473908,49.212817571 +217,-1.298239787,0.7084123392,216,-1.247341019,0.7622473908,260.39537097 +218,-1.308539688,0.6926545592,216,-1.247341019,0.7622473908,329.72097603 +219,-1.303263185,0.6888938396,216,-1.247341019,0.7622473908,334.42197274 +220,-1.852400229,0.6004246149,216,-1.247341019,0.7622473908,1952.1794753 +221,-1.288947707,0.7473773692,216,-1.247341019,0.7622473908,133.70744145 +222,-1.372031502,0.7472790993,216,-1.247341019,0.7622473908,364.50520546 +223,-1.289805721,0.7242157877,216,-1.247341019,0.7622473908,194.99594643 +224,-1.350807603,0.7533498126,216,-1.247341019,0.7622473908,299.69429024 +225,-1.329290365,0.7560442322,216,-1.247341019,0.7622473908,236.71969559 +226,-1.410153004,0.616936428,216,-1.247341019,0.7622473908,759.79577943 +227,-1.393445434,0.6308995063,216,-1.247341019,0.7622473908,683.15977435 +228,-1.37595573,0.6241540638,216,-1.247341019,0.7622473908,672.24823598 +229,-1.358388707,0.6172645205,216,-1.247341019,0.7622473908,666.53010227 +230,-1.753741133,0.8281661666,216,-1.247341019,0.7622473908,1419.8005484 +231,-1.47430987,0.6834615681,216,-1.247341019,0.7622473908,741.81439724 +232,-1.421012508,0.7222725206,216,-1.247341019,0.7622473908,530.71301448 +233,-1.4476833,0.6978557868,216,-1.247341019,0.7622473908,643.24847916 +234,-1.470370723,0.6966193374,216,-1.247341019,0.7622473908,707.14050985 +235,-1.429211703,0.7037216883,216,-1.247341019,0.7622473908,582.86984265 +236,-1.700578405,0.6178673663,216,-1.247341019,0.7622473908,1490.1031703 +237,-1.678117619,0.6331716163,216,-1.247341019,0.7622473908,1397.4047844 +238,-1.725644578,0.6316331145,216,-1.247341019,0.7622473908,1533.6648339 +239,-2.14012759,0.7930497945,216,-1.247341019,0.7622473908,2479.7890443 +240,-2.103289431,0.7653606263,216,-1.247341019,0.7622473908,2411.6258855 +241,-1.318739838,0.7017808746,216,-1.247341019,0.7622473908,318.68804447 +242,-1.396417427,0.7077900843,216,-1.247341019,0.7622473908,487.93644973 +243,-1.35650337,0.7185539404,216,-1.247341019,0.7622473908,362.95071451 +244,-1.248884539,0.7274156818,216,-1.247341019,0.7622473908,138.0415751 +245,-1.395014798,0.5761185243,216,-1.247341019,0.7622473908,867.25357363 +246,-1.433377362,0.6064716109,216,-1.247341019,0.7622473908,839.2637212 +247,-1.408172432,0.5903155476,216,-1.247341019,0.7622473908,841.81185987 +248,-1.749645898,0.7757118084,216,-1.247341019,0.7622473908,1423.3941117 +249,-1.571626686,0.615046989,216,-1.247341019,0.7622473908,1146.5905797 +250,-1.514070049,0.6303003037,216,-1.247341019,0.7622473908,962.11186772 +251,-1.480890369,0.6237966528,216,-1.247341019,0.7622473908,896.55924143 +252,-1.704390658,0.5281680612,216,-1.247341019,0.7622473908,1706.6494921 +253,-1.64434733,0.5254277498,216,-1.247341019,0.7622473908,1560.2090574 +254,-1.703855997,0.4792484842,216,-1.247341019,0.7622473908,1835.8796304 +255,-1.692002383,0.5748825051,216,-1.247341019,0.7622473908,1559.7201087 +256,-1.854136457,0.5544643913,216,-1.247341019,0.7622473908,2052.575495 +257,-1.665021206,0.520317736,216,-1.247341019,0.7622473908,1625.9344877 +258,-1.733654349,0.4845187345,216,-1.247341019,0.7622473908,1897.1476026 +259,-1.720938188,0.5135933906,216,-1.247341019,0.7622473908,1787.3730188 +260,-1.742668307,0.553296122,216,-1.247341019,0.7622473908,1747.1310992 +261,-1.965659039,0.7142126903,216,-1.247341019,0.7622473908,2091.4693497 +262,-1.944438071,0.6772834804,216,-1.247341019,0.7622473908,2082.8691918 +263,-1.270340967,0.7681487096,216,-1.247341019,0.7622473908,69.740427925 +264,-1.353091884,0.6549276821,216,-1.247341019,0.7622473908,530.57258726 +265,-1.333236659,0.6413584414,216,-1.247341019,0.7622473908,544.53992813 +266,-1.352015998,0.6753788907,216,-1.247341019,0.7622473908,464.24271809 +267,-1.377988483,0.6577816235,216,-1.247341019,0.7622473908,569.8148989 +268,-2.13075611,0.8318642051,216,-1.247341019,0.7622473908,2416.9683429 +269,-2.097910953,0.8259670014,216,-1.247341019,0.7622473908,2336.1526779 +270,-1.416382069,0.6694271549,216,-1.247341019,0.7622473908,624.148677 +271,-1.538905672,0.7535625993,216,-1.247341019,0.7622473908,838.05625987 +272,-1.572309477,0.7803125099,216,-1.247341019,0.7622473908,923.69186192 +273,-1.87759879,0.7503853417,216,-1.247341019,0.7622473908,1801.9934823 +274,1.152365588,0.590457682,216,-1.247341019,0.7622473908,6453.6457156 +275,0.350198001,0.718001859,216,-1.247341019,0.7622473908,4418.4739611 +276,0.046513677,0.491503852,216,-1.247341019,0.7622473908,4146.7894747 +277,0.027510309,0.742571376,216,-1.247341019,0.7622473908,3561.1763343 +278,0.306285725,-0.214631579,216,-1.247341019,0.7622473908,6758.0780894 +279,-1.100564889,0.318051531,216,-1.247341019,0.7622473908,1826.3639462 +280,-1.078582306,0.301437596,216,-1.247341019,0.7622473908,1910.8128788 +281,-1.137371989,-0.617634065,216,-1.247341019,0.7622473908,5480.07497 +282,0.784356344,0.703272339,216,-1.247341019,0.7622473908,5419.369825 +283,-1.221209947,0.218327455,216,-1.247341019,0.7622473908,2156.3113203 +284,2.347301921,-0.449114658,216,-1.247341019,0.7622473908,10530.991314 +285,0.246820618,0.830553713,216,-1.247341019,0.7622473908,3928.5212136 +286,0.829414965,0.703288228,216,-1.247341019,0.7622473908,5508.1154383 +287,-1.337537566,0.42332223,216,-1.247341019,0.7622473908,1374.0616976 +288,0.882453706,0.454478077,216,-1.247341019,0.7622473908,6386.3589468 +289,1.575629659,0.416419109,216,-1.247341019,0.7622473908,7633.4610605 +290,-1.039455679,0.229888244,216,-1.247341019,0.7622473908,2224.1633862 +291,0.489558039,0.934482747,216,-1.247341019,0.7622473908,4219.2116903 +292,0.081344504,0.88384514,216,-1.247341019,0.7622473908,3450.9006072 +293,-1.547979814,0.300350308,216,-1.247341019,0.7622473908,2088.2342578 +294,0.040776181,0.168560074,216,-1.247341019,0.7622473908,4953.7014096 +295,-1.130374745,0.563894876,216,-1.247341019,0.7622473908,865.62566715 +296,1.578326642,0.478507176,216,-1.247341019,0.7622473908,7396.9092276 +297,-1.12861823,-0.291640865,216,-1.247341019,0.7622473908,4196.6344584 +298,0.310524208,0.770885792,216,-1.247341019,0.7622473908,4203.2412345 +299,0.415649091,-0.387246002,216,-1.247341019,0.7622473908,7522.3278137 +300,-0.926533878,-0.188022748,216,-1.247341019,0.7622473908,3937.8428967 +301,1.258856172,-0.11716081,216,-1.247341019,0.7622473908,9071.0640057 +302,-1.126050026,0.322941926,216,-1.247341019,0.7622473908,1786.4429222 +303,2.002785835,0.07893892,216,-1.247341019,0.7622473908,9089.4226482 +304,0.440437607,0.746258085,216,-1.247341019,0.7622473908,4562.3499951 +305,-0.030391866,0.214441206,216,-1.247341019,0.7622473908,4627.1277002 +306,0.521557815,-0.058929362,216,-1.247341019,0.7622473908,6949.9780855 +307,-0.097005111,0.13317729,216,-1.247341019,0.7622473908,4659.4628981 +308,1.83113859,0.221857587,216,-1.247341019,0.7622473908,8539.1309335 +309,0.222428864,0.099404236,216,-1.247341019,0.7622473908,5661.08723 +310,-1.702731345,0.8728568183,216,-1.247341019,0.7622473908,1301.2825823 +311,-0.418507569,0.278324921,216,-1.247341019,0.7622473908,3368.5168732 +312,-1.41153306,0.339029988,216,-1.247341019,0.7622473908,1762.7583285 +313,0.357560442,0.114788776,216,-1.247341019,0.7622473908,6005.5753929 +314,0.325818979,0.268352149,216,-1.247341019,0.7622473908,5499.2147096 +315,-1.246004659,-0.663679965,216,-1.247341019,0.7622473908,5648.100293 +316,1.814603087,0.637404484,216,-1.247341019,0.7622473908,6892.4212169 +317,1.843704281,-0.18300445,216,-1.247341019,0.7622473908,10142.9023 +318,1.690644492,-0.211480909,216,-1.247341019,0.7622473908,10154.093078 +319,-1.275451936,0.068109467,216,-1.247341019,0.7622473908,2751.2450938 +320,0.762430171,-0.207594741,216,-1.247341019,0.7622473908,8040.3761396 +321,0.265668905,-0.014647884,216,-1.247341019,0.7622473908,6096.5232496 +322,-2.773032013,-0.335515811,216,-1.247341019,0.7622473908,7005.6535194 +323,-1.469512853,0.174058777,216,-1.247341019,0.7622473908,2452.001493 +324,0.286276986,0.785925691,216,-1.247341019,0.7622473908,4113.3331272 +325,-1.379324697,0.377432233,216,-1.247341019,0.7622473908,1584.8165666 +326,-1.203778265,0.212813032,216,-1.247341019,0.7622473908,2181.3915767 +327,0.579916301,0.611743168,216,-1.247341019,0.7622473908,5235.8463978 +328,0.267582642,0.868113908,216,-1.247341019,0.7622473908,3900.6068871 +329,0.412869244,-0.050245578,216,-1.247341019,0.7622473908,6615.4494747 +330,0.17524381,0.976660285,216,-1.247341019,0.7622473908,3512.0751858 +331,0.743157214,0.204812899,216,-1.247341019,0.7622473908,6810.8096807 +332,-1.070758176,0.269382282,216,-1.247341019,0.7622473908,2041.149503 +333,-1.230364251,0.329790229,216,-1.247341019,0.7622473908,1713.8945581 +334,-1.374813124,-0.024926835,216,-1.247341019,0.7622473908,3150.6679985 +335,0.519780566,0.463669906,216,-1.247341019,0.7622473908,5494.3865559 +336,-1.55108034,0.239698561,216,-1.247341019,0.7622473908,2312.3327563 +337,0.180294813,0.029739425,216,-1.247341019,0.7622473908,5730.7681289 +338,0.67820924,0.268170153,216,-1.247341019,0.7622473908,6456.8994916 +339,0.445798684,1.024001867,216,-1.247341019,0.7622473908,3943.719345 +340,0.691751283,0.150521402,216,-1.247341019,0.7622473908,6833.9834966 +341,-1.036643551,-0.903056181,216,-1.247341019,0.7622473908,6635.6941846 +342,-0.120287036,1.083325163,216,-1.247341019,0.7622473908,2829.2911452 +343,2.823513113,-0.304487164,216,-1.247341019,0.7622473908,8870.5730486 +344,0.457583172,1.12513373,216,-1.247341019,0.7622473908,3764.2949529 +345,0.042918831,0.813795399,216,-1.247341019,0.7622473908,3473.6733758 +346,1.196146777,-0.853142756,216,-1.247341019,0.7622473908,10522.126357 +347,0.206001358,-0.010430701,216,-1.247341019,0.7622473908,5914.4391478 +348,-0.268308653,0.234799412,216,-1.247341019,0.7622473908,3900.6890304 +349,0.759363263,0.736189579,216,-1.247341019,0.7622473908,5272.6240834 +350,0.181363926,0.891988372,216,-1.247341019,0.7622473908,3664.1978648 +351,-0.021111158,0.139103292,216,-1.247341019,0.7622473908,4857.4445027 +352,-0.093355215,0.630686981,216,-1.247341019,0.7622473908,3451.8838107 +353,0.40118964,0.681375926,216,-1.247341019,0.7622473908,4629.3216141 +354,-0.721197315,1.304706234,216,-1.247341019,0.7622473908,2338.5754966 +355,-1.076150317,0.212107639,216,-1.247341019,0.7622473908,2256.1922051 +356,-1.577164531,0.273993443,216,-1.247341019,0.7622473908,2230.3080499 +357,-0.190788414,0.182208586,216,-1.247341019,0.7622473908,4261.3412148 +358,-0.261349752,0.209710184,216,-1.247341019,0.7622473908,3989.2429322 +359,-1.029303852,0.083549259,216,-1.247341019,0.7622473908,2794.2510209 +360,-1.268609162,0.330525297,216,-1.247341019,0.7622473908,1711.5152684 +361,1.282982244,-0.926641967,216,-1.247341019,0.7622473908,10730.195919 +362,0.217352334,0.731352408,216,-1.247341019,0.7622473908,4064.1345464 +363,-1.511833084,0.258629297,216,-1.247341019,0.7622473908,2186.0994433 +364,0.338812194,0.823184618,216,-1.247341019,0.7622473908,4153.2621116 +365,-0.324406489,1.134201999,216,-1.247341019,0.7622473908,2479.8015805 +366,1.389579348,0.399185724,216,-1.247341019,0.7622473908,7491.0222372 +367,2.047152199,-0.039082036,216,-1.247341019,0.7622473908,9529.2794071 +368,0.947780369,0.568250077,216,-1.247341019,0.7622473908,6161.4268144 +369,0.763824846,0.576754987,216,-1.247341019,0.7622473908,5752.9657344 +370,-0.142334657,0.928153068,216,-1.247341019,0.7622473908,2877.8072571 +371,0.610266567,0.547265983,216,-1.247341019,0.7622473908,5486.506548 +372,0.210731629,0.746815056,216,-1.247341019,0.7622473908,4014.9155219 +373,-1.34931644,0.316895224,216,-1.247341019,0.7622473908,1796.5898037 +374,2.407696481,0.655030745,216,-1.247341019,0.7622473908,6534.9957913 +375,0.64207831,0.545359131,216,-1.247341019,0.7622473908,5567.3811399 +376,1.174597538,0.840588356,216,-1.247341019,0.7622473908,5618.8514469 +377,0.660059424,0.010604079,216,-1.247341019,0.7622473908,7147.5085283 +378,-0.730263819,0.010486456,216,-1.247341019,0.7622473908,3491.9217596 +379,0.831068936,0.512339172,216,-1.247341019,0.7622473908,6094.8414226 +380,1.301180979,0.72367476,216,-1.247341019,0.7622473908,6191.0743148 +381,1.811128231,0.322854402,216,-1.247341019,0.7622473908,8135.1601545 +382,0.435105812,0.992284428,216,-1.247341019,0.7622473908,3990.0468417 +383,0.62643634,0.592027932,216,-1.247341019,0.7622473908,5398.9392777 +384,0.492988703,-0.516339467,216,-1.247341019,0.7622473908,8057.704332 +385,-0.162469483,0.112549365,216,-1.247341019,0.7622473908,4534.6185389 +386,0.314630866,0.472006421,216,-1.247341019,0.7622473908,4933.1339423 +387,0.166744804,0.822815954,216,-1.247341019,0.7622473908,3756.5580235 +388,0.417159608,0.965805736,216,-1.247341019,0.7622473908,4011.6868144 +389,0.106334961,0.868774244,216,-1.247341019,0.7622473908,3533.1138229 +390,0.815086969,-0.338144359,216,-1.247341019,0.7622473908,8534.2849131 +391,0.59867455,-0.230624824,216,-1.247341019,0.7622473908,7634.8989597 +392,1.915104874,0.066220985,216,-1.247341019,0.7622473908,9161.441902 +393,1.278093622,0.064463721,216,-1.247341019,0.7622473908,8502.9540126 +394,-0.061477853,0.302997961,216,-1.247341019,0.7622473908,4305.0495444 +395,0.251311504,0.626976942,216,-1.247341019,0.7622473908,4384.7502948 +396,2.950242872,0.149095644,216,-1.247341019,0.7622473908,7221.12654 +397,-0.180294708,0.35375117,216,-1.247341019,0.7622473908,3835.2484731 +398,1.010448592,-0.351180233,216,-1.247341019,0.7622473908,9120.9323414 +399,-1.748740498,0.3686318073,216,-1.247341019,0.7622473908,2268.1749578 +400,2.699635665,0.123533791,216,-1.247341019,0.7622473908,7904.8642258 +401,0.496808033,0.823843254,216,-1.247341019,0.7622473908,4496.5832737 +402,0.129574704,0.763364087,216,-1.247341019,0.7622473908,3780.3690486 +403,1.798920311,0.817447563,216,-1.247341019,0.7622473908,6177.777419 +404,0.335987953,0.746786541,216,-1.247341019,0.7622473908,4317.7529957 +405,-1.085413643,0.292154671,216,-1.247341019,0.7622473908,1939.7734959 +406,-0.155321003,0.508207011,216,-1.247341019,0.7622473908,3536.9080025 +407,0.620529244,-0.301175104,216,-1.247341019,0.7622473908,7882.4153772 +408,1.684402744,0.368716966,216,-1.247341019,0.7622473908,7899.5508792 +409,0.300582244,-0.386397212,216,-1.247341019,0.7622473908,7201.9948473 +410,2.913555946,-0.009225192,216,-1.247341019,0.7622473908,7788.7421802 +411,1.465101417,0.493232532,216,-1.247341019,0.7622473908,7232.3955106 +412,0.090612882,0.907955955,216,-1.247341019,0.7622473908,3434.6737739 +413,2.987564726,-0.729568594,216,-1.247341019,0.7622473908,9338.2441321 +414,-1.484261606,0.224149272,216,-1.247341019,0.7622473908,2279.079565 +415,0.164073421,0.303955133,216,-1.247341019,0.7622473908,4947.5530907 +416,0.141441293,0.167552546,216,-1.247341019,0.7622473908,5244.5560415 +417,2.931321023,-0.506718887,216,-1.247341019,0.7622473908,9060.5673718 +418,2.21951565,0.700596356,216,-1.247341019,0.7622473908,6534.1816808 +419,0.268112576,1.199114336,216,-1.247341019,0.7622473908,3377.678738 +420,0.978913739,0.359223811,216,-1.247341019,0.7622473908,6898.4131539 +421,1.210898818,0.522863584,216,-1.247341019,0.7622473908,6782.7217096 +422,2.347397336,0.129231362,216,-1.247341019,0.7622473908,8556.5877618 +423,0.614394501,0.556878345,216,-1.247341019,0.7622473908,5469.3562898 +424,-1.398079356,0.148483366,216,-1.247341019,0.7622473908,2486.3598091 +425,2.535303836,-0.112984496,216,-1.247341019,0.7622473908,9044.7724238 +426,-1.019372593,-0.405322349,216,-1.247341019,0.7622473908,4698.5114759 +427,-1.297785627,-0.160104069,216,-1.247341019,0.7622473908,3657.9461774 +428,2.144554488,0.205051084,216,-1.247341019,0.7622473908,8507.1688012 +429,-2.242387083,-0.426171285,216,-1.247341019,0.7622473908,5932.055534 +430,0.338637212,0.909723676,216,-1.247341019,0.7622473908,3970.2674888 +431,-0.148798452,0.691042401,216,-1.247341019,0.7622473908,3185.6388507 +432,0.893524764,0.441829531,216,-1.247341019,0.7622473908,6450.1686302 +433,0.969229347,-0.368847936,216,-1.247341019,0.7622473908,9050.7016154 +434,0.436043248,0.800045688,216,-1.247341019,0.7622473908,4422.683455 +435,1.687946607,1.081504775,216,-1.247341019,0.7622473908,5111.0633348 +436,0.522302046,-0.034889271,216,-1.247341019,0.7622473908,6886.0351659 +437,-0.178996113,-0.438090009,216,-1.247341019,0.7622473908,6132.8543311 +438,-1.094339566,0.301444068,216,-1.247341019,0.7622473908,1895.8492943 +439,-1.064070054,0.242569932,216,-1.247341019,0.7622473908,2150.3736394 +440,-1.068153768,0.230387998,216,-1.247341019,0.7622473908,2193.1589274 +441,-3.00496892,-0.23989155,216,-1.247341019,0.7622473908,7406.2981085 +442,0.21751974,0.766874888,216,-1.247341019,0.7622473908,3989.4971219 +443,0.117229532,0.007619006,216,-1.247341019,0.7622473908,5612.0500893 +444,0.777758451,0.420554741,216,-1.247341019,0.7622473908,6252.8921384 +445,-0.252356999,0.250747086,216,-1.247341019,0.7622473908,3901.558012 +446,0.363148444,0.768483434,216,-1.247341019,0.7622473908,4331.5861538 +447,0.903191366,-0.118210676,216,-1.247341019,0.7622473908,8181.9970988 +448,-0.205755923,0.149406178,216,-1.247341019,0.7622473908,4311.285143 +449,1.811996086,0.02364353,216,-1.247341019,0.7622473908,9317.2697661 +450,-1.100670221,0.314845373,216,-1.247341019,0.7622473908,1838.6079938 +451,0.340078597,0.850105132,216,-1.247341019,0.7622473908,4097.8669523 +452,0.258757267,0.804969236,216,-1.247341019,0.7622473908,4008.5291075 +453,2.78505352,-0.155160804,216,-1.247341019,0.7622473908,8557.4180621 +454,0.800551619,0.105822106,216,-1.247341019,0.7622473908,7252.8360464 +455,0.437940882,-0.506194031,216,-1.247341019,0.7622473908,7882.5821123 +456,2.230431122,0.63458615,216,-1.247341019,0.7622473908,6780.2155307 +457,0.527965361,0.127667701,216,-1.247341019,0.7622473908,6450.8920162 +458,-0.063643205,0.702093448,216,-1.247341019,0.7622473908,3396.0113004 +459,1.408447268,0.133010502,216,-1.247341019,0.7622473908,8492.6003208 +460,0.523795955,0.280266966,216,-1.247341019,0.7622473908,6013.1059603 +461,-0.975769313,0.072177659,216,-1.247341019,0.7622473908,2893.9753411 +462,0.549774164,-0.463663986,216,-1.247341019,0.7622473908,8088.5290815 +463,0.29245874,1.095549818,216,-1.247341019,0.7622473908,3551.387512 +464,0.143625958,0.816809593,216,-1.247341019,0.7622473908,3712.7488417 +465,0.671902494,0.611159853,216,-1.247341019,0.7622473908,5448.6074622 +466,1.239840988,0.6724199,216,-1.247341019,0.7622473908,6296.4373534 +467,0.607829703,-0.10932137,216,-1.247341019,0.7622473908,7333.8787678 +468,1.763020906,0.263996692,216,-1.247341019,0.7622473908,8351.1526302 +469,0.378714634,0.726066797,216,-1.247341019,0.7622473908,4467.4033076 +470,2.196736143,-0.153862366,216,-1.247341019,0.7622473908,9817.5320088 +471,0.01702415,0.148991565,216,-1.247341019,0.7622473908,4938.9259643 +472,-2.998490902,-0.158002487,216,-1.247341019,0.7622473908,7168.8024715 +473,-3.051262951,-0.346595608,216,-1.247341019,0.7622473908,7816.2919666 +474,-1.069176439,0.182802941,216,-1.247341019,0.7622473908,2375.386361 +475,0.167157509,0.595344954,216,-1.247341019,0.7622473908,4236.6909844 +476,0.613855648,0.681746124,216,-1.247341019,0.7622473908,5121.1518503 +477,1.037012736,0.682555367,216,-1.247341019,0.7622473908,5951.4404459 +478,-1.253574971,0.379755746,216,-1.247341019,0.7622473908,1515.1879252 +479,3.108590453,-0.132620738,216,-1.247341019,0.7622473908,7602.3477206 +480,0.565301296,0.022333262,216,-1.247341019,0.7622473908,6849.4309405 +481,0.547898238,0.855555614,216,-1.247341019,0.7622473908,4523.5720134 +482,0.948309381,0.417393755,216,-1.247341019,0.7622473908,6645.9606047 +483,-0.050600732,0.945269213,216,-1.247341019,0.7622473908,3069.0931928 +484,-0.977651478,-0.572363064,216,-1.247341019,0.7622473908,5375.695483 +485,1.102014914,0.728861163,216,-1.247341019,0.7622473908,5900.5843003 +486,2.927300795,-0.282939414,216,-1.247341019,0.7622473908,8521.6799582 +487,-1.154565557,0.124434095,216,-1.247341019,0.7622473908,2546.8392195 +488,1.855331234,0.291044755,216,-1.247341019,0.7622473908,8269.3671857 +489,0.830290659,0.276904518,216,-1.247341019,0.7622473908,6814.0631782 +490,0.485104466,-0.234867441,216,-1.247341019,0.7622473908,7320.9463412 +491,0.521367572,-0.33161327,216,-1.247341019,0.7622473908,7677.6089278 +1,-1.539031704,0.7349710123,217,-1.298239787,0.7084123392,722.85856384 +2,-1.536990553,0.7349663874,217,-1.298239787,0.7084123392,716.8726803 +3,-1.534951779,0.7349571355,217,-1.298239787,0.7084123392,710.8932063 +4,-1.532906461,0.7349480293,217,-1.298239787,0.7084123392,704.89525761 +5,-1.531320211,0.7346937278,217,-1.298239787,0.7084123392,700.17365878 +6,-1.539451648,0.7335131775,217,-1.298239787,0.7084123392,723.73737303 +7,-1.537429487,0.7335445708,217,-1.298239787,0.7084123392,717.80486249 +8,-1.535484998,0.7335658704,217,-1.298239787,0.7084123392,712.09913504 +9,-1.533488396,0.7336036027,217,-1.298239787,0.7084123392,706.24542001 +10,-1.531497785,0.7335842962,217,-1.298239787,0.7084123392,700.39589101 +11,-1.530259379,0.7334777758,217,-1.298239787,0.7084123392,696.73240439 +12,-1.5335454,0.7322346912,217,-1.298239787,0.7084123392,706.09167973 +13,-1.531489083,0.7322238773,217,-1.298239787,0.7084123392,700.04151127 +14,-1.530011122,0.7321679851,217,-1.298239787,0.7084123392,695.6821734 +15,-1.53348106,0.7306614094,217,-1.298239787,0.7084123392,705.58375771 +16,-1.531441779,0.7306962275,217,-1.298239787,0.7084123392,699.58165165 +17,-1.529755654,0.7306933243,217,-1.298239787,0.7084123392,694.61344048 +18,-1.533415048,0.7291384674,217,-1.298239787,0.7084123392,705.13217491 +19,-1.531392093,0.7291705353,217,-1.298239787,0.7084123392,699.16624809 +20,-1.529296523,0.7291214933,217,-1.298239787,0.7084123392,692.97340222 +21,-1.535280942,0.727267644,217,-1.298239787,0.7084123392,710.4050056 +22,-1.533378158,0.7276139666,217,-1.298239787,0.7084123392,704.81683501 +23,-1.531340368,0.7276446587,217,-1.298239787,0.7084123392,698.79589901 +24,-1.528960113,0.7276398177,217,-1.298239787,0.7084123392,691.75858375 +25,-1.533313146,0.7260818349,217,-1.298239787,0.7084123392,704.46836219 +26,-1.531259555,0.7260958115,217,-1.298239787,0.7084123392,698.38848612 +27,-1.528926415,0.7260865555,217,-1.298239787,0.7084123392,691.47898055 +28,-1.531226779,0.7245511789,217,-1.298239787,0.7084123392,698.17633064 +29,-1.528904772,0.7245519194,217,-1.298239787,0.7084123392,691.29014931 +30,-1.547195875,0.7409785979,217,-1.298239787,0.7084123392,748.55399919 +31,-1.5451475,0.740980426,217,-1.298239787,0.7084123392,742.59279533 +32,-1.543097679,0.7409798872,217,-1.298239787,0.7084123392,736.62769264 +33,-1.540720364,0.7409892687,217,-1.298239787,0.7084123392,729.71484983 +34,-1.547188511,0.7395198392,217,-1.298239787,0.7084123392,748.03897912 +35,-1.545148587,0.7395226109,217,-1.298239787,0.7084123392,742.09077484 +36,-1.543104538,0.7395314908,217,-1.298239787,0.7084123392,736.13368509 +37,-1.540727751,0.7395306258,217,-1.298239787,0.7084123392,729.20448564 +38,-1.547187029,0.7380014886,217,-1.298239787,0.7084123392,747.56742987 +39,-1.545147315,0.7380012252,217,-1.298239787,0.7084123392,741.60686895 +40,-1.54310719,0.7380060743,217,-1.298239787,0.7084123392,735.64757008 +41,-1.540719671,0.7380068206,217,-1.298239787,0.7084123392,728.6732317 +42,-1.547187189,0.7364799098,217,-1.298239787,0.7084123392,747.14737505 +43,-1.545149996,0.7364853874,217,-1.298239787,0.7084123392,741.18412271 +44,-1.543106091,0.7364823484,217,-1.298239787,0.7084123392,735.199729 +45,-1.540717158,0.7364893901,217,-1.298239787,0.7084123392,728.20910428 +46,-1.538663972,0.7410138672,217,-1.298239787,0.7084123392,723.74311049 +47,-1.53695285,0.7409699132,217,-1.298239787,0.7084123392,718.7498297 +48,-1.534910498,0.7409641297,217,-1.298239787,0.7084123392,712.80923773 +49,-1.533145034,0.7409536636,217,-1.298239787,0.7084123392,707.67278707 +50,-1.538681336,0.7395405883,217,-1.298239787,0.7084123392,723.24344978 +51,-1.536999189,0.7395183096,217,-1.298239787,0.7084123392,718.33337423 +52,-1.534923633,0.7395144222,217,-1.298239787,0.7084123392,712.2844404 +53,-1.533267822,0.7395654306,217,-1.298239787,0.7084123392,707.48021599 +54,-1.53867273,0.7380151077,217,-1.298239787,0.7084123392,722.69732917 +55,-1.536980576,0.7379994392,217,-1.298239787,0.7084123392,717.75059306 +56,-1.534931522,0.7379944961,217,-1.298239787,0.7084123392,711.76595893 +57,-1.533387952,0.7379480264,217,-1.298239787,0.7084123392,707.24357068 +58,-1.538682279,0.7364914363,217,-1.298239787,0.7084123392,722.25438423 +59,-1.536980704,0.7364810563,217,-1.298239787,0.7084123392,717.27209421 +60,-1.534935567,0.7364752065,217,-1.298239787,0.7084123392,711.28652765 +61,-1.533042592,0.7363876366,217,-1.298239787,0.7084123392,705.72131293 +62,-1.545143426,0.7349628011,217,-1.298239787,0.7084123392,740.78052475 +63,-1.543105297,0.7349691947,217,-1.298239787,0.7084123392,734.8040895 +64,-1.541064533,0.7349647152,217,-1.298239787,0.7084123392,728.81797147 +65,-1.545411803,0.7334624714,217,-1.298239787,0.7084123392,741.23771307 +66,-1.543446606,0.7334780896,217,-1.298239787,0.7084123392,735.46643365 +67,-1.541475327,0.7334957295,217,-1.298239787,0.7084123392,729.67848403 +68,-1.545401939,0.731963266,217,-1.298239787,0.7084123392,740.92580245 +69,-1.54342253,0.7319915583,217,-1.298239787,0.7084123392,735.10446151 +70,-1.541455867,0.7320216438,217,-1.298239787,0.7084123392,729.32180495 +71,-1.545410146,0.7304422281,217,-1.298239787,0.7084123392,740.71093541 +72,-1.543435491,0.7304713664,217,-1.298239787,0.7084123392,734.89296396 +73,-1.541463105,0.7304997613,217,-1.298239787,0.7084123392,729.0823077 +74,-1.545414768,0.7289194936,217,-1.298239787,0.7084123392,740.53374158 +75,-1.543435774,0.7289538557,217,-1.298239787,0.7084123392,734.69316569 +76,-1.541457714,0.7289765881,217,-1.298239787,0.7084123392,728.85462903 +77,-1.539449415,0.7320555866,217,-1.298239787,0.7084123392,723.42370277 +78,-1.537429183,0.7321097681,217,-1.298239787,0.7084123392,717.49016237 +79,-1.535472649,0.7321497267,217,-1.298239787,0.7084123392,711.74236502 +80,-1.539457899,0.7305333307,217,-1.298239787,0.7084123392,723.17649787 +81,-1.537453161,0.7305750503,217,-1.298239787,0.7084123392,717.27432655 +82,-1.535479385,0.7306124949,217,-1.298239787,0.7084123392,711.46366601 +83,-1.53946905,0.7290102593,217,-1.298239787,0.7084123392,722.98677538 +84,-1.537459922,0.7290417293,217,-1.298239787,0.7084123392,717.05895665 +85,-1.535451349,0.7290890157,217,-1.298239787,0.7084123392,711.13581708 +86,-1.535522937,0.7279887191,217,-1.298239787,0.7084123392,711.20174921 +87,-1.539442524,0.7274735939,217,-1.298239787,0.7084123392,722.73414216 +88,-1.537424111,0.727521351,217,-1.298239787,0.7084123392,716.76992455 +89,-1.539384641,0.7259505092,217,-1.298239787,0.7084123392,722.439918 +90,-1.537372391,0.7259947145,217,-1.298239787,0.7084123392,716.48300262 +91,-1.535340789,0.7260435356,217,-1.298239787,0.7084123392,710.4698587 +92,-1.539325716,0.7244369706,217,-1.298239787,0.7084123392,722.19220287 +93,-1.537308932,0.7244801057,217,-1.298239787,0.7084123392,716.21172695 +94,-1.535289068,0.7245247645,217,-1.298239787,0.7084123392,710.22279132 +95,-1.533261366,0.7245550236,217,-1.298239787,0.7084123392,704.21051113 +96,-1.539267302,0.722921924,217,-1.298239787,0.7084123392,721.99472674 +97,-1.537248972,0.7229660258,217,-1.298239787,0.7084123392,716.00001103 +98,-1.535219431,0.7229916471,217,-1.298239787,0.7084123392,709.97229529 +99,-1.53318962,0.7230212049,217,-1.298239787,0.7084123392,703.9441689 +100,-1.531154816,0.7230299897,217,-1.298239787,0.7084123392,697.90109654 +101,-1.528878341,0.7230370244,217,-1.298239787,0.7084123392,691.14038743 +102,-1.539218189,0.7214009878,217,-1.298239787,0.7084123392,721.87396981 +103,-1.537198791,0.7214422745,217,-1.298239787,0.7084123392,715.86683889 +104,-1.535179266,0.7214634354,217,-1.298239787,0.7084123392,709.86016032 +105,-1.533156501,0.7214944644,217,-1.298239787,0.7084123392,703.84387831 +106,-1.53113574,0.7215166021,217,-1.298239787,0.7084123392,697.83395178 +107,-1.528874248,0.7215345535,217,-1.298239787,0.7084123392,691.10835555 +108,-1.539217656,0.7198512397,217,-1.298239787,0.7084123392,721.94911272 +109,-1.537199919,0.7199428763,217,-1.298239787,0.7084123392,715.93494639 +110,-1.545425832,0.727397149,217,-1.298239787,0.7084123392,740.42419552 +111,-1.543371177,0.7273916949,217,-1.298239787,0.7084123392,734.34629556 +112,-1.541368852,0.7274523163,217,-1.298239787,0.7084123392,728.429258 +113,-1.545349067,0.7258710923,217,-1.298239787,0.7084123392,740.1029128 +114,-1.54332671,0.7258603556,217,-1.298239787,0.7084123392,734.11154611 +115,-1.541346831,0.7259242142,217,-1.298239787,0.7084123392,728.25028866 +116,-1.545324355,0.7243383958,217,-1.298239787,0.7084123392,739.98408506 +117,-1.543292796,0.7243617413,217,-1.298239787,0.7084123392,733.95788272 +118,-1.541295822,0.7244024384,217,-1.298239787,0.7084123392,728.03502933 +119,-1.543193859,0.7205570215,217,-1.298239787,0.7084123392,733.74155159 +120,-1.550257047,0.7386738187,217,-1.298239787,0.7084123392,756.73351516 +121,-1.549335448,0.7311736483,217,-1.298239787,0.7084123392,752.38539688 +122,-1.533478843,0.7179891343,217,-1.298239787,0.7084123392,704.9952735 +123,-1.556150555,0.738907041,217,-1.298239787,0.7084123392,774.01316707 +124,-1.554324226,0.733414257,217,-1.298239787,0.7084123392,767.42390414 +125,-1.554290846,0.7288285332,217,-1.298239787,0.7084123392,766.74283002 +126,-1.55122487,0.7219795312,217,-1.298239787,0.7084123392,757.54962297 +127,-1.525104458,0.7229399862,217,-1.298239787,0.7084123392,679.92873994 +128,-1.519607711,0.7236181429,217,-1.298239787,0.7084123392,663.64526535 +129,-1.513899999,0.7251107854,217,-1.298239787,0.7084123392,646.8618058 +130,-1.536620762,0.7431061895,217,-1.298239787,0.7084123392,718.68073311 +131,-1.5369566,0.7460845958,217,-1.298239787,0.7084123392,721.06193132 +132,-1.545345528,0.7447040685,217,-1.298239787,0.7084123392,744.65590996 +133,-1.532813921,0.7432306626,217,-1.298239787,0.7084123392,707.70665184 +134,-1.554788248,0.7382381001,217,-1.298239787,0.7084123392,769.85014967 +135,-1.540348126,0.7301594274,217,-1.298239787,0.7084123392,725.74252517 +136,-1.538016084,0.7239051786,217,-1.298239787,0.7084123392,718.29166789 +137,-1.525288962,0.7258085137,217,-1.298239787,0.7084123392,680.67914516 +138,-1.534326986,0.731241342,217,-1.298239787,0.7084123392,708.18592625 +139,-1.530733872,0.7303625216,217,-1.298239787,0.7084123392,697.4319827 +141,-1.534354939,0.7328219978,217,-1.298239787,0.7084123392,708.603786 +142,-1.53157084,0.7292888153,217,-1.298239787,0.7084123392,699.71274839 +143,-1.525691035,0.7263799874,217,-1.298239787,0.7084123392,681.93199485 +144,-1.534031287,0.7495967835,217,-1.298239787,0.7084123392,714.57496396 +145,-1.527714986,0.7283095957,217,-1.298239787,0.7084123392,688.17475229 +146,-1.526189586,0.7271468292,217,-1.298239787,0.7084123392,683.50139896 +147,-1.555177336,0.7375563366,217,-1.298239787,0.7084123392,770.8100033 +148,-1.555080283,0.7312707794,217,-1.298239787,0.7084123392,769.3267237 +149,-1.53856994,0.7224180299,217,-1.298239787,0.7084123392,719.92534626 +150,-1.530837883,0.729933372,217,-1.298239787,0.7084123392,697.66002299 +151,-1.515066984,0.5854133365,217,-1.298239787,0.7084123392,839.49310192 +152,-1.534731633,0.5368370046,217,-1.298239787,0.7084123392,1018.0331745 +153,-1.515231902,0.5607085576,217,-1.298239787,0.7084123392,904.68763053 +154,-2.616253799,1.0684566605,217,-1.298239787,0.7084123392,3357.824155 +155,-1.956071439,0.5792177723,217,-1.298239787,0.7084123392,2128.6366943 +156,-1.951208514,0.5602434208,217,-1.298239787,0.7084123392,2146.6603411 +157,-1.944675062,0.6062144545,217,-1.298239787,0.7084123392,2051.3630357 +158,-1.613778386,0.6077989518,217,-1.298239787,0.7084123392,1063.5954574 +159,-2.035029014,0.6021432345,217,-1.298239787,0.7084123392,2329.1839088 +160,-2.114989471,0.6801825058,217,-1.298239787,0.7084123392,2459.1722437 +161,-2.037382079,0.5765830025,217,-1.298239787,0.7084123392,2377.5949074 +162,-2.129855121,0.6585019963,217,-1.298239787,0.7084123392,2530.6028502 +163,-2.075141798,0.6493615843,217,-1.298239787,0.7084123392,2380.8952515 +164,-1.828626729,0.6948433129,217,-1.298239787,0.7084123392,1597.5344816 +165,-1.863329418,0.6735427691,217,-1.298239787,0.7084123392,1720.7011006 +166,-1.266037071,0.727988852,217,-1.298239787,0.7084123392,123.43703887 +167,-1.277579582,0.7249010648,217,-1.298239787,0.7084123392,89.848184505 +168,-1.258418684,0.7241194816,217,-1.298239787,0.7084123392,134.2503103 +169,-1.317813974,0.6804850104,217,-1.298239787,0.7084123392,125.64034542 +170,-1.344165204,0.6790988904,217,-1.298239787,0.7084123392,181.76169962 +171,-1.427582102,0.5277120351,217,-1.298239787,0.7084123392,827.87112762 +172,-1.402238616,0.457167829,217,-1.298239787,0.7084123392,1052.2388461 +173,-1.422454264,0.4996161999,217,-1.298239787,0.7084123392,920.03793378 +174,-1.439089277,0.4894859811,217,-1.298239787,0.7084123392,980.89503146 +175,-1.448126995,0.5182330266,217,-1.298239787,0.7084123392,895.1256042 +176,-1.474626146,0.5881926574,217,-1.298239787,0.7084123392,731.8461598 +177,-1.421139645,0.5584869783,217,-1.298239787,0.7084123392,711.18656446 +178,-1.457037165,0.565943032,217,-1.298239787,0.7084123392,756.78782427 +179,-2.757159358,0.3745319,217,-1.298239787,0.7084123392,4944.5439722 +180,-2.714309238,0.342054471,217,-1.298239787,0.7084123392,4896.1732087 +181,-2.000525337,0.774119946,217,-1.298239787,0.7084123392,2047.4696338 +183,-1.571413436,0.6777838382,217,-1.298239787,0.7084123392,840.02783418 +184,-1.552860289,0.6987663893,217,-1.298239787,0.7084123392,769.11357093 +185,-1.521852374,0.7165827476,217,-1.298239787,0.7084123392,670.43659053 +186,-1.503656267,0.6928968252,217,-1.298239787,0.7084123392,624.53024 +187,-1.502753178,0.7136205882,217,-1.298239787,0.7084123392,613.6829244 +188,-1.631894563,0.7343596465,217,-1.298239787,0.7084123392,995.58999532 +189,-1.653765416,0.6770714026,217,-1.298239787,0.7084123392,1088.2590084 +190,-1.719812114,0.6715965947,217,-1.298239787,0.7084123392,1291.9910682 +191,-1.493406659,0.6646955447,217,-1.298239787,0.7084123392,621.97372956 +192,-1.469120564,0.6613469966,217,-1.298239787,0.7084123392,556.00807625 +193,-1.590551461,0.5326612937,217,-1.298239787,0.7084123392,1167.9105978 +194,-1.625979264,0.5247742243,217,-1.298239787,0.7084123392,1280.441438 +195,-1.572293943,0.5238808754,217,-1.298239787,0.7084123392,1145.3638341 +196,-1.610848725,0.5477107964,217,-1.298239787,0.7084123392,1183.4913351 +197,-1.208485554,0.7918526018,217,-1.298239787,0.7084123392,420.38284188 +198,-1.335601374,0.6869083083,217,-1.298239787,0.7084123392,141.82783846 +199,-1.346156996,0.6825213377,217,-1.298239787,0.7084123392,178.17499157 +200,-1.324381037,0.6741422347,217,-1.298239787,0.7084123392,157.44322861 +201,-1.242424992,0.7378949807,217,-1.298239787,0.7084123392,202.7342833 +202,-1.270370057,0.7392461008,217,-1.298239787,0.7084123392,147.49899613 +203,-1.448950472,0.7441675014,217,-1.298239787,0.7084123392,467.99456246 +204,-1.492662363,0.7523026852,217,-1.298239787,0.7084123392,598.90860333 +205,-1.479098966,0.7763855017,217,-1.298239787,0.7084123392,591.95260317 +206,-1.633760714,0.7869022408,217,-1.298239787,0.7084123392,1020.044421 +207,-1.647406434,0.8101289331,217,-1.298239787,0.7084123392,1077.3187529 +208,-1.564245052,0.5701509278,217,-1.298239787,0.7084123392,1005.1799284 +209,-1.646289963,0.6833746083,217,-1.298239787,0.7084123392,1060.4230314 +210,-1.5820631,0.6751952144,217,-1.298239787,0.7084123392,874.40713288 +211,-1.613236298,0.6681681791,217,-1.298239787,0.7084123392,974.94742231 +212,-1.914661867,0.8212566515,217,-1.298239787,0.7084123392,1800.843628 +213,-1.742133237,0.7250275956,217,-1.298239787,0.7084123392,1322.5107906 +214,-2.033144872,0.6557314699,217,-1.298239787,0.7084123392,2247.7803629 +215,-2.039551981,0.6964723658,217,-1.298239787,0.7084123392,2219.6117781 +216,-1.247341019,0.7622473908,217,-1.298239787,0.7084123392,260.39537097 +217,-1.298239787,0.7084123392,217,-1.298239787,0.7084123392,32.778557053 +218,-1.308539688,0.6926545592,217,-1.298239787,0.7084123392,69.775162606 +219,-1.303263185,0.6888938396,217,-1.298239787,0.7084123392,78.799575007 +220,-1.852400229,0.6004246149,217,-1.298239787,0.7084123392,1782.8472591 +221,-1.288947707,0.7473773692,217,-1.298239787,0.7084123392,156.76646458 +222,-1.372031502,0.7472790993,217,-1.298239787,0.7084123392,267.00858677 +223,-1.289805721,0.7242157877,217,-1.298239787,0.7084123392,67.477984181 +224,-1.350807603,0.7533498126,217,-1.298239787,0.7084123392,236.01645087 +225,-1.329290365,0.7560442322,217,-1.298239787,0.7084123392,209.65886099 +226,-1.410153004,0.616936428,217,-1.298239787,0.7084123392,503.11516057 +227,-1.393445434,0.6308995063,217,-1.298239787,0.7084123392,426.06797484 +228,-1.37595573,0.6241540638,217,-1.298239787,0.7084123392,412.11455106 +229,-1.358388707,0.6172645205,217,-1.298239787,0.7084123392,406.86993142 +230,-1.753741133,0.8281661666,217,-1.298239787,0.7084123392,1373.5088845 +231,-1.47430987,0.6834615681,217,-1.298239787,0.7084123392,543.95818893 +232,-1.421012508,0.7222725206,217,-1.298239787,0.7084123392,371.06961529 +233,-1.4476833,0.6978557868,217,-1.298239787,0.7084123392,453.29791616 +234,-1.470370723,0.6966193374,217,-1.298239787,0.7084123392,522.18622056 +235,-1.429211703,0.7037216883,217,-1.298239787,0.7084123392,395.06681185 +236,-1.700578405,0.6178673663,217,-1.298239787,0.7084123392,1301.8256231 +237,-1.678117619,0.6331716163,217,-1.298239787,0.7084123392,1212.3097178 +238,-1.725644578,0.6316331145,217,-1.298239787,0.7084123392,1356.5963212 +239,-2.14012759,0.7930497945,217,-1.298239787,0.7084123392,2424.285134 +240,-2.103289431,0.7653606263,217,-1.298239787,0.7084123392,2341.5522714 +241,-1.318739838,0.7017808746,217,-1.298239787,0.7084123392,67.185140745 +242,-1.396417427,0.7077900843,217,-1.298239787,0.7084123392,295.35384866 +243,-1.35650337,0.7185539404,217,-1.298239787,0.7084123392,179.04292091 +244,-1.248884539,0.7274156818,217,-1.298239787,0.7084123392,165.3558764 +245,-1.395014798,0.5761185243,217,-1.298239787,0.7084123392,606.9700675 +246,-1.433377362,0.6064716109,217,-1.298239787,0.7084123392,584.83696054 +247,-1.408172432,0.5903155476,217,-1.298239787,0.7084123392,581.95803385 +248,-1.749645898,0.7757118084,217,-1.298239787,0.7084123392,1338.6767569 +249,-1.571626686,0.615046989,217,-1.298239787,0.7084123392,929.20006365 +250,-1.514070049,0.6303003037,217,-1.298239787,0.7084123392,737.48169166 +251,-1.480890369,0.6237966528,217,-1.298239787,0.7084123392,659.54528852 +252,-1.704390658,0.5281680612,217,-1.298239787,0.7084123392,1486.1038857 +253,-1.64434733,0.5254277498,217,-1.298239787,0.7084123392,1327.6924097 +254,-1.703855997,0.4792484842,217,-1.298239787,0.7084123392,1603.4184443 +255,-1.692002383,0.5748825051,217,-1.298239787,0.7084123392,1351.83725 +256,-1.854136457,0.5544643913,217,-1.298239787,0.7084123392,1866.9823957 +257,-1.665021206,0.520317736,217,-1.298239787,0.7084123392,1395.9762961 +258,-1.733654349,0.4845187345,217,-1.298239787,0.7084123392,1670.8743365 +259,-1.720938188,0.5135933906,217,-1.298239787,0.7084123392,1565.9190999 +260,-1.742668307,0.553296122,217,-1.298239787,0.7084123392,1541.4430267 +261,-1.965659039,0.7142126903,217,-1.298239787,0.7084123392,1986.4883994 +262,-1.944438071,0.6772834804,217,-1.298239787,0.7084123392,1958.7651423 +263,-1.270340967,0.7681487096,217,-1.298239787,0.7084123392,250.32052611 +264,-1.353091884,0.6549276821,217,-1.298239787,0.7084123392,270.78224914 +265,-1.333236659,0.6413584414,217,-1.298239787,0.7084123392,286.78359832 +266,-1.352015998,0.6753788907,217,-1.298239787,0.7084123392,209.79577048 +267,-1.377988483,0.6577816235,217,-1.298239787,0.7084123392,316.53911304 +268,-2.13075611,0.8318642051,217,-1.298239787,0.7084123392,2377.8795795 +269,-2.097910953,0.8259670014,217,-1.298239787,0.7084123392,2292.7803097 +270,-1.416382069,0.6694271549,217,-1.298239787,0.7084123392,392.71475141 +271,-1.538905672,0.7535625993,217,-1.298239787,0.7084123392,730.97350423 +272,-1.572309477,0.7803125099,217,-1.298239787,0.7084123392,846.08363948 +273,-1.87759879,0.7503853417,217,-1.298239787,0.7084123392,1707.8511995 +274,1.152365588,0.590457682,217,-1.298239787,0.7084123392,6713.9099655 +275,0.350198001,0.718001859,217,-1.298239787,0.7084123392,4662.1842138 +276,0.046513677,0.491503852,217,-1.298239787,0.7084123392,4341.4382689 +277,0.027510309,0.742571376,217,-1.298239787,0.7084123392,3792.1368469 +278,0.306285725,-0.214631579,217,-1.298239787,0.7084123392,6872.8585287 +279,-1.100564889,0.318051531,217,-1.298239787,0.7084123392,1686.436963 +280,-1.078582306,0.301437596,217,-1.298239787,0.7084123392,1778.3340862 +281,-1.137371989,-0.617634065,217,-1.298239787,0.7084123392,5285.071051 +282,0.784356344,0.703272339,217,-1.298239787,0.7084123392,5677.1377856 +283,-1.221209947,0.218327455,217,-1.298239787,0.7084123392,1959.6458282 +284,2.347301921,-0.449114658,217,-1.298239787,0.7084123392,10496.179788 +285,0.246820618,0.830553713,217,-1.298239787,0.7084123392,4177.4205935 +286,0.829414965,0.703288228,217,-1.298239787,0.7084123392,5766.7645157 +287,-1.337537566,0.42332223,217,-1.298239787,0.7084123392,1136.7461278 +288,0.882453706,0.454478077,217,-1.298239787,0.7084123392,6639.3688681 +289,1.575629659,0.416419109,217,-1.298239787,0.7084123392,7880.4573923 +290,-1.039455679,0.229888244,217,-1.298239787,0.7084123392,2097.3923905 +291,0.489558039,0.934482747,217,-1.298239787,0.7084123392,4478.2136028 +292,0.081344504,0.88384514,217,-1.298239787,0.7084123392,3699.774213 +293,-1.547979814,0.300350308,217,-1.298239787,0.7084123392,1827.9860884 +294,0.040776181,0.168560074,217,-1.298239787,0.7084123392,5093.1919099 +295,-1.130374745,0.563894876,217,-1.298239787,0.7084123392,782.42590978 +296,1.578326642,0.478507176,217,-1.298239787,0.7084123392,7642.4167634 +297,-1.12861823,-0.291640865,217,-1.298239787,0.7084123392,4010.1507816 +298,0.310524208,0.770885792,217,-1.298239787,0.7084123392,4449.5971333 +299,0.415649091,-0.387246002,217,-1.298239787,0.7084123392,7621.2699404 +300,-0.926533878,-0.188022748,217,-1.298239787,0.7084123392,3802.8854464 +301,1.258856172,-0.11716081,217,-1.298239787,0.7084123392,9321.3291391 +302,-1.126050026,0.322941926,217,-1.298239787,0.7084123392,1635.3864216 +303,2.002785835,0.07893892,217,-1.298239787,0.7084123392,9271.8284497 +304,0.440437607,0.746258085,217,-1.298239787,0.7084123392,4811.747113 +305,-0.030391866,0.214441206,217,-1.298239787,0.7084123392,4763.9772382 +306,0.521557815,-0.058929362,217,-1.298239787,0.7084123392,7121.4013399 +307,-0.097005111,0.13317729,217,-1.298239787,0.7084123392,4770.5870422 +308,1.83113859,0.221857587,217,-1.298239787,0.7084123392,8758.7763444 +309,0.222428864,0.099404236,217,-1.298239787,0.7084123392,5815.4790885 +310,-1.702731345,0.8728568183,217,-1.298239787,0.7084123392,1293.7981602 +311,-0.418507569,0.278324921,217,-1.298239787,0.7084123392,3449.6373469 +312,-1.41153306,0.339029988,217,-1.298239787,0.7084123392,1512.6944742 +313,0.357560442,0.114788776,217,-1.298239787,0.7084123392,6180.4462842 +314,0.325818979,0.268352149,217,-1.298239787,0.7084123392,5691.4335377 +315,-1.246004659,-0.663679965,217,-1.298239787,0.7084123392,5438.1540307 +316,1.814603087,0.637404484,217,-1.298239787,0.7084123392,7112.043315 +317,1.843704281,-0.18300445,217,-1.298239787,0.7084123392,10362.707488 +318,1.690644492,-0.211480909,217,-1.298239787,0.7084123392,10404.870098 +319,-1.275451936,0.068109467,217,-1.298239787,0.7084123392,2537.5435454 +320,0.762430171,-0.207594741,217,-1.298239787,0.7084123392,8221.8977506 +321,0.265668905,-0.014647884,217,-1.298239787,0.7084123392,6238.9572271 +322,-2.773032013,-0.335515811,217,-1.298239787,0.7084123392,6800.2603516 +323,-1.469512853,0.174058777,217,-1.298239787,0.7084123392,2200.2001306 +324,0.286276986,0.785925691,217,-1.298239787,0.7084123392,4360.0006933 +325,-1.379324697,0.377432233,217,-1.298239787,0.7084123392,1338.9959736 +326,-1.203778265,0.212813032,217,-1.298239787,0.7084123392,1990.456268 +327,0.579916301,0.611743168,217,-1.298239787,0.7084123392,5482.6011203 +328,0.267582642,0.868113908,217,-1.298239787,0.7084123392,4152.7805407 +329,0.412869244,-0.050245578,217,-1.298239787,0.7084123392,6773.2799966 +330,0.17524381,0.976660285,217,-1.298239787,0.7084123392,3769.024063 +331,0.743157214,0.204812899,217,-1.298239787,0.7084123392,7038.9270384 +332,-1.070758176,0.269382282,217,-1.298239787,0.7084123392,1907.1812517 +333,-1.230364251,0.329790229,217,-1.298239787,0.7084123392,1517.3518317 +334,-1.374813124,-0.024926835,217,-1.298239787,0.7084123392,2917.8965196 +335,0.519780566,0.463669906,217,-1.298239787,0.7084123392,5726.4201373 +336,-1.55108034,0.239698561,217,-1.298239787,0.7084123392,2052.7198766 +337,0.180294813,0.029739425,217,-1.298239787,0.7084123392,5867.8172445 +338,0.67820924,0.268170153,217,-1.298239787,0.7084123392,6684.6908601 +339,0.445798684,1.024001867,217,-1.298239787,0.7084123392,4203.9729989 +340,0.691751283,0.150521402,217,-1.298239787,0.7084123392,7052.0095324 +341,-1.036643551,-0.903056181,217,-1.298239787,0.7084123392,6446.4703646 +342,-0.120287036,1.083325163,217,-1.298239787,0.7084123392,3089.0358728 +343,2.823513113,-0.304487164,217,-1.298239787,0.7084123392,8763.4481875 +344,0.457583172,1.12513373,217,-1.298239787,0.7084123392,4023.9718536 +345,0.042918831,0.813795399,217,-1.298239787,0.7084123392,3714.198344 +346,1.196146777,-0.853142756,217,-1.298239787,0.7084123392,10555.979813 +347,0.206001358,-0.010430701,217,-1.298239787,0.7084123392,6048.7128228 +348,-0.268308653,0.234799412,217,-1.298239787,0.7084123392,4001.6655518 +349,0.759363263,0.736189579,217,-1.298239787,0.7084123392,5530.6904008 +350,0.181363926,0.891988372,217,-1.298239787,0.7084123392,3916.0383987 +351,-0.021111158,0.139103292,217,-1.298239787,0.7084123392,4982.1567374 +352,-0.093355215,0.630686981,217,-1.298239787,0.7084123392,3657.5615833 +353,0.40118964,0.681375926,217,-1.298239787,0.7084123392,4872.4225952 +354,-0.721197315,1.304706234,217,-1.298239787,0.7084123392,2581.1575516 +355,-1.076150317,0.212107639,217,-1.298239787,0.7084123392,2112.5509536 +356,-1.577164531,0.273993443,217,-1.298239787,0.7084123392,1969.9162357 +357,-0.190788414,0.182208586,217,-1.298239787,0.7084123392,4365.5971422 +358,-0.261349752,0.209710184,217,-1.298239787,0.7084123392,4086.2194784 +359,-1.029303852,0.083549259,217,-1.298239787,0.7084123392,2653.7445756 +360,-1.268609162,0.330525297,217,-1.298239787,0.7084123392,1500.1918636 +361,1.282982244,-0.926641967,217,-1.298239787,0.7084123392,10717.672258 +362,0.217352334,0.731352408,217,-1.298239787,0.7084123392,4303.0014451 +363,-1.511833084,0.258629297,217,-1.298239787,0.7084123392,1928.0099641 +364,0.338812194,0.823184618,217,-1.298239787,0.7084123392,4404.3517385 +365,-0.324406489,1.134201999,217,-1.298239787,0.7084123392,2740.1678243 +366,1.389579348,0.399185724,217,-1.298239787,0.7084123392,7748.8043624 +367,2.047152199,-0.039082036,217,-1.298239787,0.7084123392,9693.9221501 +368,0.947780369,0.568250077,217,-1.298239787,0.7084123392,6419.8093971 +369,0.763824846,0.576754987,217,-1.298239787,0.7084123392,6005.9358497 +370,-0.142334657,0.928153068,217,-1.298239787,0.7084123392,3126.7053089 +371,0.610266567,0.547265983,217,-1.298239787,0.7084123392,5730.7045967 +372,0.210731629,0.746815056,217,-1.298239787,0.7084123392,4255.0325264 +373,-1.34931644,0.316895224,217,-1.298239787,0.7084123392,1560.5384796 +374,2.407696481,0.655030745,217,-1.298239787,0.7084123392,6668.441329 +375,0.64207831,0.545359131,217,-1.298239787,0.7084123392,5813.1671083 +376,1.174597538,0.840588356,217,-1.298239787,0.7084123392,5875.6208918 +377,0.660059424,0.010604079,217,-1.298239787,0.7084123392,7346.2116317 +378,-0.730263819,0.010486456,217,-1.298239787,0.7084123392,3435.0439691 +379,0.831068936,0.512339172,217,-1.298239787,0.7084123392,6347.9145467 +380,1.301180979,0.72367476,217,-1.298239787,0.7084123392,6446.4506975 +381,1.811128231,0.322854402,217,-1.298239787,0.7084123392,8357.2750065 +382,0.435105812,0.992284428,217,-1.298239787,0.7084123392,4249.840934 +383,0.62643634,0.592027932,217,-1.298239787,0.7084123392,5646.7223405 +384,0.492988703,-0.516339467,217,-1.298239787,0.7084123392,8140.3389875 +385,-0.162469483,0.112549365,217,-1.298239787,0.7084123392,4630.359579 +386,0.314630866,0.472006421,217,-1.298239787,0.7084123392,5149.8084604 +387,0.166744804,0.822815954,217,-1.298239787,0.7084123392,4002.2801961 +388,0.417159608,0.965805736,217,-1.298239787,0.7084123392,4270.777241 +389,0.106334961,0.868774244,217,-1.298239787,0.7084123392,3781.2523834 +390,0.815086969,-0.338144359,217,-1.298239787,0.7084123392,8700.5655885 +391,0.59867455,-0.230624824,217,-1.298239787,0.7084123392,7789.7866568 +392,1.915104874,0.066220985,217,-1.298239787,0.7084123392,9364.5004595 +393,1.278093622,0.064463721,217,-1.298239787,0.7084123392,8761.0710187 +394,-0.061477853,0.302997961,217,-1.298239787,0.7084123392,4453.5270801 +395,0.251311504,0.626976942,217,-1.298239787,0.7084123392,4614.4057144 +396,2.950242872,0.149095644,217,-1.298239787,0.7084123392,7179.3700758 +397,-0.180294708,0.35375117,217,-1.298239787,0.7084123392,3976.1679457 +398,1.010448592,-0.351180233,217,-1.298239787,0.7084123392,9312.7833075 +399,-1.748740498,0.3686318073,217,-1.298239787,0.7084123392,2024.9112017 +400,2.699635665,0.123533791,217,-1.298239787,0.7084123392,7911.050955 +401,0.496808033,0.823843254,217,-1.298239787,0.7084123392,4751.8541868 +402,0.129574704,0.763364087,217,-1.298239787,0.7084123392,4018.6443336 +403,1.798920311,0.817447563,217,-1.298239787,0.7084123392,6397.884519 +404,0.335987953,0.746786541,217,-1.298239787,0.7084123392,4563.1848681 +405,-1.085413643,0.292154671,217,-1.298239787,0.7084123392,1802.7963443 +406,-0.155321003,0.508207011,217,-1.298239787,0.7084123392,3713.0476245 +407,0.620529244,-0.301175104,217,-1.298239787,0.7084123392,8027.8610599 +408,1.684402744,0.368716966,217,-1.298239787,0.7084123392,8137.2819543 +409,0.300582244,-0.386397212,217,-1.298239787,0.7084123392,7283.8808571 +410,2.913555946,-0.009225192,217,-1.298239787,0.7084123392,7725.1217592 +411,1.465101417,0.493232532,217,-1.298239787,0.7084123392,7485.1704131 +412,0.090612882,0.907955955,217,-1.298239787,0.7084123392,3685.8210591 +413,2.987564726,-0.729568594,217,-1.298239787,0.7084123392,9118.9742611 +414,-1.484261606,0.224149272,217,-1.298239787,0.7084123392,2024.1612213 +415,0.164073421,0.303955133,217,-1.298239787,0.7084123392,5125.9180649 +416,0.141441293,0.167552546,217,-1.298239787,0.7084123392,5398.4625044 +417,2.931321023,-0.506718887,217,-1.298239787,0.7084123392,8891.2004403 +418,2.21951565,0.700596356,217,-1.298239787,0.7084123392,6700.3595275 +419,0.268112576,1.199114336,217,-1.298239787,0.7084123392,3636.1080361 +420,0.978913739,0.359223811,217,-1.298239787,0.7084123392,7152.2169734 +421,1.210898818,0.522863584,217,-1.298239787,0.7084123392,7042.8703114 +422,2.347397336,0.129231362,217,-1.298239787,0.7084123392,8651.1701896 +423,0.614394501,0.556878345,217,-1.298239787,0.7084123392,5714.3968705 +424,-1.398079356,0.148483366,217,-1.298239787,0.7084123392,2245.6162936 +425,2.535303836,-0.112984496,217,-1.298239787,0.7084123392,9047.4649041 +426,-1.019372593,-0.405322349,217,-1.298239787,0.7084123392,4529.6581586 +427,-1.297785627,-0.160104069,217,-1.298239787,0.7084123392,3440.193894 +428,2.144554488,0.205051084,217,-1.298239787,0.7084123392,8660.7425319 +429,-2.242387083,-0.426171285,217,-1.298239787,0.7084123392,5679.3926305 +430,0.338637212,0.909723676,217,-1.298239787,0.7084123392,4226.2838585 +431,-0.148798452,0.691042401,217,-1.298239787,0.7084123392,3398.2435503 +432,0.893524764,0.441829531,217,-1.298239787,0.7084123392,6703.180293 +433,0.969229347,-0.368847936,217,-1.298239787,0.7084123392,9233.1867648 +434,0.436043248,0.800045688,217,-1.298239787,0.7084123392,4675.1775522 +435,1.687946607,1.081504775,217,-1.298239787,0.7084123392,5336.5233801 +436,0.522302046,-0.034889271,217,-1.298239787,0.7084123392,7061.072281 +437,-0.178996113,-0.438090009,217,-1.298239787,0.7084123392,6126.5540477 +438,-1.094339566,0.301444068,217,-1.298239787,0.7084123392,1756.263526 +439,-1.064070054,0.242569932,217,-1.298239787,0.7084123392,2015.4004137 +440,-1.068153768,0.230387998,217,-1.298239787,0.7084123392,2054.9112965 +441,-3.00496892,-0.23989155,217,-1.298239787,0.7084123392,7241.4154388 +442,0.21751974,0.766874888,217,-1.298239787,0.7084123392,4231.8550277 +443,0.117229532,0.007619006,217,-1.298239787,0.7084123392,5735.7407994 +444,0.777758451,0.420554741,217,-1.298239787,0.7084123392,6498.9413994 +445,-0.252356999,0.250747086,217,-1.298239787,0.7084123392,4008.8396841 +446,0.363148444,0.768483434,217,-1.298239787,0.7084123392,4579.696755 +447,0.903191366,-0.118210676,217,-1.298239787,0.7084123392,8394.4537072 +448,-0.205755923,0.149406178,217,-1.298239787,0.7084123392,4406.3126914 +449,1.811996086,0.02364353,217,-1.298239787,0.7084123392,9541.9642598 +450,-1.100670221,0.314845373,217,-1.298239787,0.7084123392,1698.1432242 +451,0.340078597,0.850105132,217,-1.298239787,0.7084123392,4350.6871522 +452,0.258757267,0.804969236,217,-1.298239787,0.7084123392,4255.7764454 +453,2.78505352,-0.155160804,217,-1.298239787,0.7084123392,8490.9322583 +454,0.800551619,0.105822106,217,-1.298239787,0.7084123392,7477.5837099 +455,0.437940882,-0.506194031,217,-1.298239787,0.7084123392,7959.7822975 +456,2.230431122,0.63458615,217,-1.298239787,0.7084123392,6941.1774838 +457,0.527965361,0.127667701,217,-1.298239787,0.7084123392,6648.3739759 +458,-0.063643205,0.702093448,217,-1.298239787,0.7084123392,3615.9538518 +459,1.408447268,0.133010502,217,-1.298239787,0.7084123392,8752.7156529 +460,0.523795955,0.280266966,217,-1.298239787,0.7084123392,6227.6723579 +461,-0.975769313,0.072177659,217,-1.298239787,0.7084123392,2769.8971268 +462,0.549774164,-0.463663986,217,-1.298239787,0.7084123392,8190.8925274 +463,0.29245874,1.095549818,217,-1.298239787,0.7084123392,3811.7815057 +464,0.143625958,0.816809593,217,-1.298239787,0.7084123392,3957.1289179 +465,0.671902494,0.611159853,217,-1.298239787,0.7084123392,5699.4386735 +466,1.239840988,0.6724199,217,-1.298239787,0.7084123392,6554.5500427 +467,0.607829703,-0.10932137,217,-1.298239787,0.7084123392,7509.4478493 +468,1.763020906,0.263996692,217,-1.298239787,0.7084123392,8580.8138405 +469,0.378714634,0.726066797,217,-1.298239787,0.7084123392,4712.9768623 +470,2.196736143,-0.153862366,217,-1.298239787,0.7084123392,9919.9119912 +471,0.01702415,0.148991565,217,-1.298239787,0.7084123392,5071.3883059 +472,-2.998490902,-0.158002487,217,-1.298239787,0.7084123392,7016.2113692 +473,-3.051262951,-0.346595608,217,-1.298239787,0.7084123392,7640.1724935 +474,-1.069176439,0.182802941,217,-1.298239787,0.7084123392,2231.1165851 +475,0.167157509,0.595344954,217,-1.298239787,0.7084123392,4456.8313688 +476,0.613855648,0.681746124,217,-1.298239787,0.7084123392,5373.2146297 +477,1.037012736,0.682555367,217,-1.298239787,0.7084123392,6211.8358149 +478,-1.253574971,0.379755746,217,-1.298239787,0.7084123392,1310.4132908 +479,3.108590453,-0.132620738,217,-1.298239787,0.7084123392,7480.7163435 +480,0.565301296,0.022333262,217,-1.298239787,0.7084123392,7037.959832 +481,0.547898238,0.855555614,217,-1.298239787,0.7084123392,4781.0923332 +482,0.948309381,0.417393755,217,-1.298239787,0.7084123392,6900.4314389 +483,-0.050600732,0.945269213,217,-1.298239787,0.7084123392,3320.9861947 +484,-0.977651478,-0.572363064,217,-1.298239787,0.7084123392,5206.9472231 +485,1.102014914,0.728861163,217,-1.298239787,0.7084123392,6160.4005585 +486,2.927300795,-0.282939414,217,-1.298239787,0.7084123392,8400.9695585 +487,-1.154565557,0.124434095,217,-1.298239787,0.7084123392,2368.3349645 +488,1.855331234,0.291044755,217,-1.298239787,0.7084123392,8484.7532101 +489,0.830290659,0.276904518,217,-1.298239787,0.7084123392,7054.8785344 +490,0.485104466,-0.234867441,217,-1.298239787,0.7084123392,7458.7764406 +491,0.521367572,-0.33161327,217,-1.298239787,0.7084123392,7802.9726927 +1,-1.539031704,0.7349710123,218,-1.308539688,0.6926545592,709.35762278 +2,-1.536990553,0.7349663874,218,-1.308539688,0.6926545592,703.43621336 +3,-1.534951779,0.7349571355,218,-1.308539688,0.6926545592,697.52124432 +4,-1.532906461,0.7349480293,218,-1.308539688,0.6926545592,691.5899895 +5,-1.531320211,0.7346937278,218,-1.308539688,0.6926545592,686.82496865 +6,-1.539451648,0.7335131775,218,-1.308539688,0.6926545592,709.6724427 +7,-1.537429487,0.7335445708,218,-1.308539688,0.6926545592,703.81262907 +8,-1.535484998,0.7335658704,218,-1.308539688,0.6926545592,698.17527959 +9,-1.533488396,0.7336036027,218,-1.308539688,0.6926545592,692.3998262 +10,-1.531497785,0.7335842962,218,-1.308539688,0.6926545592,686.6081955 +11,-1.530259379,0.7334777758,218,-1.308539688,0.6926545592,682.94455432 +12,-1.5335454,0.7322346912,218,-1.308539688,0.6926545592,691.7146613 +13,-1.531489083,0.7322238773,218,-1.308539688,0.6926545592,685.72332721 +14,-1.530011122,0.7321679851,218,-1.308539688,0.6926545592,681.388533 +15,-1.53348106,0.7306614094,218,-1.308539688,0.6926545592,690.59990465 +16,-1.531441779,0.7306962275,218,-1.308539688,0.6926545592,684.66879353 +17,-1.529755654,0.7306933243,218,-1.308539688,0.6926545592,679.74837528 +18,-1.533415048,0.7291384674,218,-1.308539688,0.6926545592,689.56084576 +19,-1.531392093,0.7291705353,218,-1.308539688,0.6926545592,683.65943416 +20,-1.529296523,0.7291214933,218,-1.308539688,0.6926545592,677.50306401 +21,-1.535280942,0.727267644,218,-1.308539688,0.6926545592,694.06926547 +22,-1.533378158,0.7276139666,218,-1.308539688,0.6926545592,688.65672494 +23,-1.531340368,0.7276446587,218,-1.308539688,0.6926545592,682.69512073 +24,-1.528960113,0.7276398177,218,-1.308539688,0.6926545592,675.71342499 +25,-1.533313146,0.7260818349,218,-1.308539688,0.6926545592,687.71733334 +26,-1.531259555,0.7260958115,218,-1.308539688,0.6926545592,681.68554557 +27,-1.528926415,0.7260865555,218,-1.308539688,0.6926545592,674.82281505 +28,-1.531226779,0.7245511789,218,-1.308539688,0.6926545592,680.87211835 +29,-1.528904772,0.7245519194,218,-1.308539688,0.6926545592,674.03043456 +30,-1.547195875,0.7409785979,218,-1.308539688,0.6926545592,737.00590047 +31,-1.5451475,0.740980426,218,-1.308539688,0.6926545592,731.12196098 +32,-1.543097679,0.7409798872,218,-1.308539688,0.6926545592,725.23532972 +33,-1.540720364,0.7409892687,218,-1.308539688,0.6926545592,718.41984067 +34,-1.547188511,0.7395198392,218,-1.308539688,0.6926545592,735.95745075 +35,-1.545148587,0.7395226109,218,-1.308539688,0.6926545592,730.08239298 +36,-1.543104538,0.7395314908,218,-1.308539688,0.6926545592,724.2028284 +37,-1.540727751,0.7395306258,218,-1.308539688,0.6926545592,717.36215445 +38,-1.547187029,0.7380014886,218,-1.308539688,0.6926545592,734.93010485 +39,-1.545147315,0.7380012252,218,-1.308539688,0.6926545592,729.03721006 +40,-1.54310719,0.7380060743,218,-1.308539688,0.6926545592,723.14936497 +41,-1.540719671,0.7380068206,218,-1.308539688,0.6926545592,716.25927534 +42,-1.547187189,0.7364799098,218,-1.308539688,0.6926545592,733.95277252 +43,-1.545149996,0.7364853874,218,-1.308539688,0.6926545592,728.05483206 +44,-1.543106091,0.7364823484,218,-1.308539688,0.6926545592,722.13463136 +45,-1.540717158,0.7364893901,218,-1.308539688,0.6926545592,715.22535009 +46,-1.538663972,0.7410138672,218,-1.308539688,0.6926545592,712.54090282 +47,-1.53695285,0.7409699132,218,-1.308539688,0.6926545592,707.60212374 +48,-1.534910498,0.7409641297,218,-1.308539688,0.6926545592,701.7462255 +49,-1.533145034,0.7409536636,218,-1.308539688,0.6926545592,696.68267227 +50,-1.538681336,0.7395405883,218,-1.308539688,0.6926545592,711.48360512 +51,-1.536999189,0.7395183096,218,-1.308539688,0.6926545592,706.63135706 +52,-1.534923633,0.7395144222,218,-1.308539688,0.6926545592,700.66468636 +53,-1.533267822,0.7395654306,218,-1.308539688,0.6926545592,695.94860298 +54,-1.53867273,0.7380151077,218,-1.308539688,0.6926545592,710.36065382 +55,-1.536980576,0.7379994392,218,-1.308539688,0.6926545592,705.47079906 +56,-1.534931522,0.7379944961,218,-1.308539688,0.6926545592,699.56223202 +57,-1.533387952,0.7379480264,218,-1.308539688,0.6926545592,695.08201073 +58,-1.538682279,0.7364914363,218,-1.308539688,0.6926545592,709.3405177 +59,-1.536980704,0.7364810563,218,-1.308539688,0.6926545592,704.41355713 +60,-1.534935567,0.7364752065,218,-1.308539688,0.6926545592,698.49880444 +61,-1.533042592,0.7363876366,218,-1.308539688,0.6926545592,692.96910696 +62,-1.545143426,0.7349628011,218,-1.308539688,0.6926545592,727.08923311 +63,-1.543105297,0.7349691947,218,-1.308539688,0.6926545592,721.17582978 +64,-1.541064533,0.7349647152,218,-1.308539688,0.6926545592,715.25056043 +65,-1.545411803,0.7334624714,218,-1.308539688,0.6926545592,726.9851077 +66,-1.543446606,0.7334780896,218,-1.308539688,0.6926545592,721.27358185 +67,-1.541475327,0.7334957295,218,-1.308539688,0.6926545592,715.54798771 +68,-1.545401939,0.731963266,218,-1.308539688,0.6926545592,726.12046425 +69,-1.54342253,0.7319915583,218,-1.308539688,0.6926545592,720.35965958 +70,-1.541455867,0.7320216438,218,-1.308539688,0.6926545592,714.63957446 +71,-1.545410146,0.7304422281,218,-1.308539688,0.6926545592,725.34453528 +72,-1.543435491,0.7304713664,218,-1.308539688,0.6926545592,719.58287793 +73,-1.541463105,0.7304997613,218,-1.308539688,0.6926545592,713.82983232 +74,-1.545414768,0.7289194936,218,-1.308539688,0.6926545592,724.60605591 +75,-1.543435774,0.7289538557,218,-1.308539688,0.6926545592,718.81939008 +76,-1.541457714,0.7289765881,218,-1.308539688,0.6926545592,713.03198784 +77,-1.539449415,0.7320555866,218,-1.308539688,0.6926545592,708.80832154 +78,-1.537429183,0.7321097681,218,-1.308539688,0.6926545592,702.95159362 +79,-1.535472649,0.7321497267,218,-1.308539688,0.6926545592,697.27535292 +80,-1.539457899,0.7305333307,218,-1.308539688,0.6926545592,707.98607027 +81,-1.537453161,0.7305750503,218,-1.308539688,0.6926545592,702.15082587 +82,-1.535479385,0.7306124949,218,-1.308539688,0.6926545592,696.4065059 +83,-1.53946905,0.7290102593,218,-1.308539688,0.6926545592,707.22120241 +84,-1.537459922,0.7290417293,218,-1.308539688,0.6926545592,701.35178419 +85,-1.535451349,0.7290890157,218,-1.308539688,0.6926545592,695.49484916 +86,-1.535522937,0.7279887191,218,-1.308539688,0.6926545592,695.13716232 +87,-1.539442524,0.7274735939,218,-1.308539688,0.6926545592,706.38947117 +88,-1.537424111,0.727521351,218,-1.308539688,0.6926545592,700.48527192 +89,-1.539384641,0.7259505092,218,-1.308539688,0.6926545592,705.52219268 +90,-1.537372391,0.7259947145,218,-1.308539688,0.6926545592,699.6190785 +91,-1.535340789,0.7260435356,218,-1.308539688,0.6926545592,693.66356365 +92,-1.539325716,0.7244369706,218,-1.308539688,0.6926545592,704.70536347 +93,-1.537308932,0.7244801057,218,-1.308539688,0.6926545592,698.77363204 +94,-1.535289068,0.7245247645,218,-1.308539688,0.6926545592,692.83567864 +95,-1.533261366,0.7245550236,218,-1.308539688,0.6926545592,686.87061802 +96,-1.539267302,0.722921924,218,-1.308539688,0.6926545592,703.93863884 +97,-1.537248972,0.7229660258,218,-1.308539688,0.6926545592,697.98829917 +98,-1.535219431,0.7229916471,218,-1.308539688,0.6926545592,691.99958642 +99,-1.53318962,0.7230212049,218,-1.308539688,0.6926545592,686.0134495 +100,-1.531154816,0.7230299897,218,-1.308539688,0.6926545592,680.00589254 +101,-1.528878341,0.7230370244,218,-1.308539688,0.6926545592,673.28552153 +102,-1.539218189,0.7214009878,218,-1.308539688,0.6926545592,703.24688294 +103,-1.537198791,0.7214422745,218,-1.308539688,0.6926545592,697.27827539 +104,-1.535179266,0.7214634354,218,-1.308539688,0.6926545592,691.3038661 +105,-1.533156501,0.7214944644,218,-1.308539688,0.6926545592,685.3250337 +106,-1.53113574,0.7215166021,218,-1.308539688,0.6926545592,679.3505164 +107,-1.528874248,0.7215345535,218,-1.308539688,0.6926545592,672.66355203 +108,-1.539217656,0.7198512397,218,-1.308539688,0.6926545592,702.74053971 +109,-1.537199919,0.7199428763,218,-1.308539688,0.6926545592,696.77898658 +110,-1.545425832,0.727397149,218,-1.308539688,0.6926545592,723.93567801 +111,-1.543371177,0.7273916949,218,-1.308539688,0.6926545592,717.89387662 +112,-1.541368852,0.7274523163,218,-1.308539688,0.6926545592,712.03802835 +113,-1.545349067,0.7258710923,218,-1.308539688,0.6926545592,723.05417303 +114,-1.54332671,0.7258603556,218,-1.308539688,0.6926545592,717.09181626 +115,-1.541346831,0.7259242142,218,-1.308539688,0.6926545592,711.28796295 +116,-1.545324355,0.7243383958,218,-1.308539688,0.6926545592,722.37226341 +117,-1.543292796,0.7243617413,218,-1.308539688,0.6926545592,716.38324485 +118,-1.541295822,0.7244024384,218,-1.308539688,0.6926545592,710.50492161 +119,-1.543193859,0.7205570215,218,-1.308539688,0.6926545592,714.76102168 +120,-1.550257047,0.7386738187,218,-1.308539688,0.6926545592,744.24094597 +121,-1.549335448,0.7311736483,218,-1.308539688,0.6926545592,737.19832177 +122,-1.533478843,0.7179891343,218,-1.308539688,0.6926545592,685.12647695 +123,-1.556150555,0.738907041,218,-1.308539688,0.6926545592,761.4197338 +124,-1.554324226,0.733414257,218,-1.308539688,0.6926545592,752.92829428 +125,-1.554290846,0.7288285332,218,-1.308539688,0.6926545592,750.614502 +126,-1.55122487,0.7219795312,218,-1.308539688,0.6926545592,739.01606034 +127,-1.525104458,0.7229399862,218,-1.308539688,0.6926545592,662.10137944 +128,-1.519607711,0.7236181429,218,-1.308539688,0.6926545592,646.20034636 +129,-1.513899999,0.7251107854,218,-1.308539688,0.6926545592,630.17297859 +130,-1.536620762,0.7431061895,218,-1.308539688,0.6926545592,708.36000412 +131,-1.5369566,0.7460845958,218,-1.308539688,0.6926545592,711.85526293 +132,-1.545345528,0.7447040685,218,-1.308539688,0.6926545592,734.54723342 +133,-1.532813921,0.7432306626,218,-1.308539688,0.6926545592,697.61068623 +134,-1.554788248,0.7382381001,218,-1.308539688,0.6926545592,757.06025368 +135,-1.540348126,0.7301594274,218,-1.308539688,0.6926545592,710.38928841 +136,-1.538016084,0.7239051786,218,-1.308539688,0.6926545592,700.62444112 +137,-1.525288962,0.7258085137,218,-1.308539688,0.6926545592,663.99454938 +138,-1.534326986,0.731241342,218,-1.308539688,0.6926545592,693.40239091 +139,-1.530733872,0.7303625216,218,-1.308539688,0.6926545592,682.40891706 +141,-1.534354939,0.7328219978,218,-1.308539688,0.6926545592,694.42891957 +142,-1.53157084,0.7292888153,218,-1.308539688,0.6926545592,684.24737688 +143,-1.525691035,0.7263799874,218,-1.308539688,0.6926545592,665.46636255 +144,-1.534031287,0.7495967835,218,-1.308539688,0.6926545592,706.85677503 +145,-1.527714986,0.7283095957,218,-1.308539688,0.6926545592,672.42592111 +146,-1.526189586,0.7271468292,218,-1.308539688,0.6926545592,667.32956325 +147,-1.555177336,0.7375563366,218,-1.308539688,0.6926545592,757.76626691 +148,-1.555080283,0.7312707794,218,-1.308539688,0.6926545592,754.05175706 +149,-1.53856994,0.7224180299,218,-1.308539688,0.6926545592,701.68867231 +150,-1.530837883,0.729933372,218,-1.308539688,0.6926545592,682.46613651 +151,-1.515066984,0.5854133365,218,-1.308539688,0.6926545592,780.99788736 +152,-1.534731633,0.5368370046,218,-1.308539688,0.6926545592,955.59290523 +153,-1.515231902,0.5607085576,218,-1.308539688,0.6926545592,843.0396537 +154,-2.616253799,1.0684566605,218,-1.308539688,0.6926545592,3387.5489277 +155,-1.956071439,0.5792177723,218,-1.308539688,0.6926545592,2096.2120434 +156,-1.951208514,0.5602434208,218,-1.308539688,0.6926545592,2111.9652641 +157,-1.944675062,0.6062144545,218,-1.308539688,0.6926545592,2021.5893374 +158,-1.613778386,0.6077989518,218,-1.308539688,0.6926545592,1017.3004193 +159,-2.035029014,0.6021432345,218,-1.308539688,0.6926545592,2302.3362358 +160,-2.114989471,0.6801825058,218,-1.308539688,0.6926545592,2443.4682552 +161,-2.037382079,0.5765830025,218,-1.308539688,0.6926545592,2348.1436513 +162,-2.129855121,0.6585019963,218,-1.308539688,0.6926545592,2512.93589 +163,-2.075141798,0.6493615843,218,-1.308539688,0.6926545592,2360.5956868 +164,-1.828626729,0.6948433129,218,-1.308539688,0.6926545592,1576.5061114 +165,-1.863329418,0.6735427691,218,-1.308539688,0.6926545592,1697.1960418 +166,-1.266037071,0.727988852,218,-1.308539688,0.6926545592,189.40244159 +167,-1.277579582,0.7249010648,218,-1.308539688,0.6926545592,158.04760894 +168,-1.258418684,0.7241194816,218,-1.308539688,0.6926545592,195.59017665 +169,-1.317813974,0.6804850104,218,-1.308539688,0.6926545592,55.953560868 +170,-1.344165204,0.6790988904,218,-1.308539688,0.6926545592,121.68431596 +171,-1.427582102,0.5277120351,218,-1.308539688,0.6926545592,758.47775523 +172,-1.402238616,0.457167829,218,-1.308539688,0.6926545592,982.86697063 +173,-1.422454264,0.4996161999,218,-1.308539688,0.6926545592,850.28692936 +174,-1.439089277,0.4894859811,218,-1.308539688,0.6926545592,911.26957541 +175,-1.448126995,0.5182330266,218,-1.308539688,0.6926545592,826.20630728 +176,-1.474626146,0.5881926574,218,-1.308539688,0.6926545592,669.75246123 +177,-1.421139645,0.5584869783,218,-1.308539688,0.6926545592,642.3329618 +178,-1.457037165,0.565943032,218,-1.308539688,0.6926545592,690.72563147 +179,-2.757159358,0.3745319,218,-1.308539688,0.6926545592,4927.9328124 +180,-2.714309238,0.342054471,218,-1.308539688,0.6926545592,4876.0008259 +181,-2.000525337,0.774119946,218,-1.308539688,0.6926545592,2041.3576445 +183,-1.571413436,0.6777838382,218,-1.308539688,0.6926545592,807.40981699 +184,-1.552860289,0.6987663893,218,-1.308539688,0.6926545592,742.47625036 +185,-1.521852374,0.7165827476,218,-1.308539688,0.6926545592,650.10252995 +186,-1.503656267,0.6928968252,218,-1.308539688,0.6926545592,594.31007946 +187,-1.502753178,0.7136205882,218,-1.308539688,0.6926545592,592.25073951 +188,-1.631894563,0.7343596465,218,-1.308539688,0.6926545592,980.35521999 +189,-1.653765416,0.6770714026,218,-1.308539688,0.6926545592,1058.7396952 +190,-1.719812114,0.6715965947,218,-1.308539688,0.6926545592,1263.635298 +191,-1.493406659,0.6646955447,218,-1.308539688,0.6926545592,580.28392849 +192,-1.469120564,0.6613469966,218,-1.308539688,0.6926545592,510.79393302 +193,-1.590551461,0.5326612937,218,-1.308539688,0.6926545592,1109.2920228 +194,-1.625979264,0.5247742243,218,-1.308539688,0.6926545592,1223.5825776 +195,-1.572293943,0.5238808754,218,-1.308539688,0.6926545592,1084.5565037 +196,-1.610848725,0.5477107964,218,-1.308539688,0.6926545592,1128.0498018 +197,-1.208485554,0.7918526018,218,-1.308539688,0.6926545592,489.29575035 +198,-1.335601374,0.6869083083,218,-1.308539688,0.6926545592,85.759982474 +199,-1.346156996,0.6825213377,218,-1.308539688,0.6926545592,121.93689727 +200,-1.324381037,0.6741422347,218,-1.308539688,0.6926545592,88.000698448 +201,-1.242424992,0.7378949807,218,-1.308539688,0.6926545592,266.77301409 +202,-1.270370057,0.7392461008,218,-1.308539688,0.6926545592,216.93674349 +203,-1.448950472,0.7441675014,218,-1.308539688,0.6926545592,465.51096823 +204,-1.492662363,0.7523026852,218,-1.308539688,0.6926545592,595.38262846 +205,-1.479098966,0.7763855017,218,-1.308539688,0.6926545592,600.504766 +206,-1.633760714,0.7869022408,218,-1.308539688,0.6926545592,1019.1696551 +207,-1.647406434,0.8101289331,218,-1.308539688,0.6926545592,1081.7785244 +208,-1.564245052,0.5701509278,218,-1.308539688,0.6926545592,948.90739959 +209,-1.646289963,0.6833746083,218,-1.308539688,0.6926545592,1032.1341722 +210,-1.5820631,0.6751952144,218,-1.308539688,0.6926545592,841.52743713 +211,-1.613236298,0.6681681791,218,-1.308539688,0.6926545592,941.63785346 +212,-1.914661867,0.8212566515,218,-1.308539688,0.6926545592,1801.494492 +213,-1.742133237,0.7250275956,218,-1.308539688,0.6926545592,1305.5148449 +214,-2.033144872,0.6557314699,218,-1.308539688,0.6926545592,2226.9418272 +215,-2.039551981,0.6964723658,218,-1.308539688,0.6926545592,2203.8979865 +216,-1.247341019,0.7622473908,218,-1.308539688,0.6926545592,329.72097603 +217,-1.298239787,0.7084123392,218,-1.308539688,0.6926545592,69.775162606 +218,-1.308539688,0.6926545592,218,-1.308539688,0.6926545592,23.956816154 +219,-1.303263185,0.6888938396,218,-1.308539688,0.6926545592,21.940670047 +220,-1.852400229,0.6004246149,218,-1.308539688,0.6926545592,1748.5487025 +221,-1.288947707,0.7473773692,218,-1.308539688,0.6926545592,224.46508159 +222,-1.372031502,0.7472790993,218,-1.308539688,0.6926545592,287.28185042 +223,-1.289805721,0.7242157877,218,-1.308539688,0.6926545592,137.12385422 +224,-1.350807603,0.7533498126,218,-1.308539688,0.6926545592,271.18516669 +225,-1.329290365,0.7560442322,218,-1.308539688,0.6926545592,258.51383961 +226,-1.410153004,0.616936428,218,-1.308539688,0.6926545592,437.83697415 +227,-1.393445434,0.6308995063,218,-1.308539688,0.6926545592,360.76143126 +228,-1.37595573,0.6241540638,218,-1.308539688,0.6926545592,343.76959224 +229,-1.358388707,0.6172645205,218,-1.308539688,0.6926545592,337.13707095 +230,-1.753741133,0.8281661666,218,-1.308539688,0.6926545592,1377.8494889 +231,-1.47430987,0.6834615681,218,-1.308539688,0.6926545592,508.28895712 +232,-1.421012508,0.7222725206,218,-1.308539688,0.6926545592,358.22917556 +233,-1.4476833,0.6978557868,218,-1.308539688,0.6926545592,423.5806682 +234,-1.470370723,0.6966193374,218,-1.308539688,0.6926545592,492.51014369 +235,-1.429211703,0.7037216883,218,-1.308539688,0.6926545592,368.6559194 +236,-1.700578405,0.6178673663,218,-1.308539688,0.6926545592,1262.7360201 +237,-1.678117619,0.6331716163,218,-1.308539688,0.6926545592,1174.7297011 +238,-1.725644578,0.6316331145,218,-1.308539688,0.6926545592,1321.1322831 +239,-2.14012759,0.7930497945,218,-1.308539688,0.6926545592,2422.261566 +240,-2.103289431,0.7653606263,218,-1.308539688,0.6926545592,2335.6403969 +241,-1.318739838,0.7017808746,218,-1.308539688,0.6926545592,47.604019588 +242,-1.396417427,0.7077900843,218,-1.308539688,0.6926545592,272.80477078 +243,-1.35650337,0.7185539404,218,-1.308539688,0.6926545592,177.2953494 +244,-1.248884539,0.7274156818,218,-1.308539688,0.6926545592,225.94948419 +245,-1.395014798,0.5761185243,218,-1.308539688,0.6926545592,537.53416223 +246,-1.433377362,0.6064716109,218,-1.308539688,0.6926545592,520.82678839 +247,-1.408172432,0.5903155476,218,-1.308539688,0.6926545592,513.84392105 +248,-1.749645898,0.7757118084,218,-1.308539688,0.6926545592,1332.3023085 +249,-1.571626686,0.615046989,218,-1.308539688,0.6926545592,881.06022683 +250,-1.514070049,0.6303003037,218,-1.308539688,0.6926545592,687.56960582 +251,-1.480890369,0.6237966528,218,-1.308539688,0.6926545592,604.53018379 +252,-1.704390658,0.5281680612,218,-1.308539688,0.6926545592,1434.8766895 +253,-1.64434733,0.5254277498,218,-1.308539688,0.6926545592,1272.1830257 +254,-1.703855997,0.4792484842,218,-1.308539688,0.6926545592,1547.4895796 +255,-1.692002383,0.5748825051,218,-1.308539688,0.6926545592,1305.5976 +256,-1.854136457,0.5544643913,218,-1.308539688,0.6926545592,1827.1626954 +257,-1.665021206,0.520317736,218,-1.308539688,0.6926545592,1341.3449133 +258,-1.733654349,0.4845187345,218,-1.308539688,0.6926545592,1617.1976785 +259,-1.720938188,0.5135933906,218,-1.308539688,0.6926545592,1514.2020298 +260,-1.742668307,0.553296122,218,-1.308539688,0.6926545592,1495.4801432 +261,-1.965659039,0.7142126903,218,-1.308539688,0.6926545592,1971.4384771 +262,-1.944438071,0.6772834804,218,-1.308539688,0.6926545592,1938.0982536 +263,-1.270340967,0.7681487096,218,-1.308539688,0.6926545592,319.53437993 +264,-1.353091884,0.6549276821,218,-1.308539688,0.6926545592,203.32562176 +265,-1.333236659,0.6413584414,218,-1.308539688,0.6926545592,217.22599924 +266,-1.352015998,0.6753788907,218,-1.308539688,0.6926545592,149.98059892 +267,-1.377988483,0.6577816235,218,-1.308539688,0.6926545592,255.2765344 +268,-2.13075611,0.8318642051,218,-1.308539688,0.6926545592,2380.4772741 +269,-2.097910953,0.8259670014,218,-1.308539688,0.6926545592,2294.4044358 +270,-1.416382069,0.6694271549,218,-1.308539688,0.6926545592,344.3051684 +271,-1.538905672,0.7535625993,218,-1.308539688,0.6926545592,724.46711117 +272,-1.572309477,0.7803125099,218,-1.308539688,0.6926545592,846.61698621 +273,-1.87759879,0.7503853417,218,-1.308539688,0.6926545592,1696.905831 +274,1.152365588,0.590457682,218,-1.308539688,0.6926545592,6783.3631185 +275,0.350198001,0.718001859,218,-1.308539688,0.6926545592,4724.0417222 +276,0.046513677,0.491503852,218,-1.308539688,0.6926545592,4388.0452362 +277,0.027510309,0.742571376,218,-1.308539688,0.6926545592,3849.9843708 +278,0.306285725,-0.214631579,218,-1.308539688,0.6926545592,6894.9818887 +279,-1.100564889,0.318051531,218,-1.308539688,0.6926545592,1645.923186 +280,-1.078582306,0.301437596,218,-1.308539688,0.6926545592,1739.5842429 +281,-1.137371989,-0.617634065,218,-1.308539688,0.6926545592,5227.5896389 +282,0.784356344,0.703272339,218,-1.308539688,0.6926545592,5744.4043654 +283,-1.221209947,0.218327455,218,-1.308539688,0.6926545592,1903.4890593 +284,2.347301921,-0.449114658,218,-1.308539688,0.6926545592,10490.336132 +285,0.246820618,0.830553713,218,-1.308539688,0.6926545592,4241.1783944 +286,0.829414965,0.703288228,218,-1.308539688,0.6926545592,5834.4903068 +287,-1.337537566,0.42332223,218,-1.308539688,0.6926545592,1071.2075047 +288,0.882453706,0.454478077,218,-1.308539688,0.6926545592,6704.482862 +289,1.575629659,0.416419109,218,-1.308539688,0.6926545592,7948.848265 +290,-1.039455679,0.229888244,218,-1.308539688,0.6926545592,2059.4186326 +291,0.489558039,0.934482747,218,-1.308539688,0.6926545592,4546.1715279 +292,0.081344504,0.88384514,218,-1.308539688,0.6926545592,3763.5877383 +293,-1.547979814,0.300350308,218,-1.308539688,0.6926545592,1758.5174202 +294,0.040776181,0.168560074,218,-1.308539688,0.6926545592,5123.432628 +295,-1.130374745,0.563894876,218,-1.308539688,0.6926545592,764.61676384 +296,1.578326642,0.478507176,218,-1.308539688,0.6926545592,7710.5626842 +297,-1.12861823,-0.291640865,218,-1.308539688,0.6926545592,3955.1131373 +298,0.310524208,0.770885792,218,-1.308539688,0.6926545592,4512.4100711 +299,0.415649091,-0.387246002,218,-1.308539688,0.6926545592,7638.385209 +300,-0.926533878,-0.188022748,218,-1.308539688,0.6926545592,3760.7429574 +301,1.258856172,-0.11716081,218,-1.308539688,0.6926545592,9385.0400477 +302,-1.126050026,0.322941926,218,-1.308539688,0.6926545592,1591.9880568 +303,2.002785835,0.07893892,218,-1.308539688,0.6926545592,9325.4408407 +304,0.440437607,0.746258085,218,-1.308539688,0.6926545592,4875.6140229 +305,-0.030391866,0.214441206,218,-1.308539688,0.6926545592,4793.6791401 +306,0.521557815,-0.058929362,218,-1.308539688,0.6926545592,7159.8537107 +307,-0.097005111,0.13317729,218,-1.308539688,0.6926545592,4793.0624386 +308,1.83113859,0.221857587,218,-1.308539688,0.6926545592,8821.4590126 +309,0.222428864,0.099404236,218,-1.308539688,0.6926545592,5849.5826748 +310,-1.702731345,0.8728568183,218,-1.308539688,0.6926545592,1309.1204412 +311,-0.418507569,0.278324921,218,-1.308539688,0.6926545592,3465.0562851 +312,-1.41153306,0.339029988,218,-1.308539688,0.6926545592,1444.0541402 +313,0.357560442,0.114788776,218,-1.308539688,0.6926545592,6220.3686652 +314,0.325818979,0.268352149,218,-1.308539688,0.6926545592,5736.7435042 +315,-1.246004659,-0.663679965,218,-1.308539688,0.6926545592,5377.2439589 +316,1.814603087,0.637404484,218,-1.308539688,0.6926545592,7175.0553378 +317,1.843704281,-0.18300445,218,-1.308539688,0.6926545592,10424.775951 +318,1.690644492,-0.211480909,218,-1.308539688,0.6926545592,10473.727121 +319,-1.275451936,0.068109467,218,-1.308539688,0.6926545592,2476.6684232 +320,0.762430171,-0.207594741,218,-1.308539688,0.6926545592,8262.8326415 +321,0.265668905,-0.014647884,218,-1.308539688,0.6926545592,6269.3749141 +322,-2.773032013,-0.335515811,218,-1.308539688,0.6926545592,6750.9322299 +323,-1.469512853,0.174058777,218,-1.308539688,0.6926545592,2131.1557417 +324,0.286276986,0.785925691,218,-1.308539688,0.6926545592,4422.9361583 +325,-1.379324697,0.377432233,218,-1.308539688,0.6926545592,1271.2849556 +326,-1.203778265,0.212813032,218,-1.308539688,0.6926545592,1935.7382014 +327,0.579916301,0.611743168,218,-1.308539688,0.6926545592,5545.4287142 +328,0.267582642,0.868113908,218,-1.308539688,0.6926545592,4217.7569501 +329,0.412869244,-0.050245578,218,-1.308539688,0.6926545592,6807.8846716 +330,0.17524381,0.976660285,218,-1.308539688,0.6926545592,3835.9843468 +331,0.743157214,0.204812899,218,-1.308539688,0.6926545592,7095.0940587 +332,-1.070758176,0.269382282,218,-1.308539688,0.6926545592,1867.7012261 +333,-1.230364251,0.329790229,218,-1.308539688,0.6926545592,1461.9187405 +334,-1.374813124,-0.024926835,218,-1.308539688,0.6926545592,2852.4982566 +335,0.519780566,0.463669906,218,-1.308539688,0.6926545592,5784.1594956 +336,-1.55108034,0.239698561,218,-1.308539688,0.6926545592,1983.020906 +337,0.180294813,0.029739425,218,-1.308539688,0.6926545592,5896.9008983 +338,0.67820924,0.268170153,218,-1.308539688,0.6926545592,6740.830247 +339,0.445798684,1.024001867,218,-1.308539688,0.6926545592,4272.8632803 +340,0.691751283,0.150521402,218,-1.308539688,0.6926545592,7104.8758266 +341,-1.036643551,-0.903056181,218,-1.308539688,0.6926545592,6389.9902795 +342,-0.120287036,1.083325163,218,-1.308539688,0.6926545592,3157.4966702 +343,2.823513113,-0.304487164,218,-1.308539688,0.6926545592,8741.1596522 +344,0.457583172,1.12513373,218,-1.308539688,0.6926545592,4093.6421708 +345,0.042918831,0.813795399,218,-1.308539688,0.6926545592,3775.1517782 +346,1.196146777,-0.853142756,218,-1.308539688,0.6926545592,10550.592012 +347,0.206001358,-0.010430701,218,-1.308539688,0.6926545592,6076.8973507 +348,-0.268308653,0.234799412,218,-1.308539688,0.6926545592,4021.9528884 +349,0.759363263,0.736189579,218,-1.308539688,0.6926545592,5598.1126606 +350,0.181363926,0.891988372,218,-1.308539688,0.6926545592,3980.912692 +351,-0.021111158,0.139103292,218,-1.308539688,0.6926545592,5008.289721 +352,-0.093355215,0.630686981,218,-1.308539688,0.6926545592,3707.7653077 +353,0.40118964,0.681375926,218,-1.308539688,0.6926545592,4934.0378107 +354,-0.721197315,1.304706234,218,-1.308539688,0.6926545592,2649.1679642 +355,-1.076150317,0.212107639,218,-1.308539688,0.6926545592,2070.0581308 +356,-1.577164531,0.273993443,218,-1.308539688,0.6926545592,1900.6798159 +357,-0.190788414,0.182208586,218,-1.308539688,0.6926545592,4386.476484 +358,-0.261349752,0.209710184,218,-1.308539688,0.6926545592,4105.3279443 +359,-1.029303852,0.083549259,218,-1.308539688,0.6926545592,2611.25863 +360,-1.268609162,0.330525297,218,-1.308539688,0.6926545592,1440.8674178 +361,1.282982244,-0.926641967,218,-1.308539688,0.6926545592,10699.404166 +362,0.217352334,0.731352408,218,-1.308539688,0.6926545592,4363.2809166 +363,-1.511833084,0.258629297,218,-1.308539688,0.6926545592,1858.2411441 +364,0.338812194,0.823184618,218,-1.308539688,0.6926545592,4468.8918005 +365,-0.324406489,1.134201999,218,-1.308539688,0.6926545592,2809.5032993 +366,1.389579348,0.399185724,218,-1.308539688,0.6926545592,7818.5708374 +367,2.047152199,-0.039082036,218,-1.308539688,0.6926545592,9742.7368631 +368,0.947780369,0.568250077,218,-1.308539688,0.6926545592,6487.3721157 +369,0.763824846,0.576754987,218,-1.308539688,0.6926545592,6071.0776254 +370,-0.142334657,0.928153068,218,-1.308539688,0.6926545592,3190.6224476 +371,0.610266567,0.547265983,218,-1.308539688,0.6926545592,5792.5863809 +372,0.210731629,0.746815056,218,-1.308539688,0.6926545592,4315.7378984 +373,-1.34931644,0.316895224,218,-1.308539688,0.6926545592,1494.9298027 +374,2.407696481,0.655030745,218,-1.308539688,0.6926545592,6711.3436917 +375,0.64207831,0.545359131,218,-1.308539688,0.6926545592,5875.6064694 +376,1.174597538,0.840588356,218,-1.308539688,0.6926545592,5945.3440601 +377,0.660059424,0.010604079,218,-1.308539688,0.6926545592,7392.8706566 +378,-0.730263819,0.010486456,218,-1.308539688,0.6926545592,3413.4979342 +379,0.831068936,0.512339172,218,-1.308539688,0.6926545592,6413.074513 +380,1.301180979,0.72367476,218,-1.308539688,0.6926545592,6516.0594516 +381,1.811128231,0.322854402,218,-1.308539688,0.6926545592,8420.5999682 +382,0.435105812,0.992284428,218,-1.308539688,0.6926545592,4318.3121657 +383,0.62643634,0.592027932,218,-1.308539688,0.6926545592,5709.9069132 +384,0.492988703,-0.516339467,218,-1.308539688,0.6926545592,8152.4437433 +385,-0.162469483,0.112549365,218,-1.308539688,0.6926545592,4648.6705365 +386,0.314630866,0.472006421,218,-1.308539688,0.6926545592,5202.778691 +387,0.166744804,0.822815954,218,-1.308539688,0.6926545592,4064.937564 +388,0.417159608,0.965805736,218,-1.308539688,0.6926545592,4338.7920448 +389,0.106334961,0.868774244,218,-1.308539688,0.6926545592,3844.7920446 +390,0.815086969,-0.338144359,218,-1.308539688,0.6926545592,8736.5299163 +391,0.59867455,-0.230624824,218,-1.308539688,0.6926545592,7822.9489898 +392,1.915104874,0.066220985,218,-1.308539688,0.6926545592,9423.1007917 +393,1.278093622,0.064463721,218,-1.308539688,0.6926545592,8828.4092101 +394,-0.061477853,0.302997961,218,-1.308539688,0.6926545592,4486.7289163 +395,0.251311504,0.626976942,218,-1.308539688,0.6926545592,4671.6161654 +396,2.950242872,0.149095644,218,-1.308539688,0.6926545592,7176.3358579 +397,-0.180294708,0.35375117,218,-1.308539688,0.6926545592,4007.5819454 +398,1.010448592,-0.351180233,218,-1.308539688,0.6926545592,9356.2313912 +399,-1.748740498,0.3686318073,218,-1.308539688,0.6926545592,1964.3806224 +400,2.699635665,0.123533791,218,-1.308539688,0.6926545592,7920.2839181 +401,0.496808033,0.823843254,218,-1.308539688,0.6926545592,4818.0253626 +402,0.129574704,0.763364087,218,-1.308539688,0.6926545592,4078.7881374 +403,1.798920311,0.817447563,218,-1.308539688,0.6926545592,6461.1171977 +404,0.335987953,0.746786541,218,-1.308539688,0.6926545592,4625.656697 +405,-1.085413643,0.292154671,218,-1.308539688,0.6926545592,1762.7640569 +406,-0.155321003,0.508207011,218,-1.308539688,0.6926545592,3754.634033 +407,0.620529244,-0.301175104,218,-1.308539688,0.6926545592,8058.0790095 +408,1.684402744,0.368716966,218,-1.308539688,0.6926545592,8203.928721 +409,0.300582244,-0.386397212,218,-1.308539688,0.6926545592,7296.4630195 +410,2.913555946,-0.009225192,218,-1.308539688,0.6926545592,7715.7057801 +411,1.465101417,0.493232532,218,-1.308539688,0.6926545592,7554.4648271 +412,0.090612882,0.907955955,218,-1.308539688,0.6926545592,3750.4629984 +413,2.987564726,-0.729568594,218,-1.308539688,0.6926545592,9064.5517792 +414,-1.484261606,0.224149272,218,-1.308539688,0.6926545592,1954.6719652 +415,0.164073421,0.303955133,218,-1.308539688,0.6926545592,5167.3578273 +416,0.141441293,0.167552546,218,-1.308539688,0.6926545592,5432.6507847 +417,2.931321023,-0.506718887,218,-1.308539688,0.6926545592,8851.4276864 +418,2.21951565,0.700596356,218,-1.308539688,0.6926545592,6751.2081608 +419,0.268112576,1.199114336,218,-1.308539688,0.6926545592,3705.8809443 +420,0.978913739,0.359223811,218,-1.308539688,0.6926545592,7217.625097 +421,1.210898818,0.522863584,218,-1.308539688,0.6926545592,7112.3983104 +422,2.347397336,0.129231362,218,-1.308539688,0.6926545592,8682.9439102 +423,0.614394501,0.556878345,218,-1.308539688,0.6926545592,5776.5806176 +424,-1.398079356,0.148483366,218,-1.308539688,0.6926545592,2178.6770473 +425,2.535303836,-0.112984496,218,-1.308539688,0.6926545592,9054.5798217 +426,-1.019372593,-0.405322349,218,-1.308539688,0.6926545592,4478.6597576 +427,-1.297785627,-0.160104069,218,-1.308539688,0.6926545592,3378.0079738 +428,2.144554488,0.205051084,218,-1.308539688,0.6926545592,8707.5661732 +429,-2.242387083,-0.426171285,218,-1.308539688,0.6926545592,5614.428971 +430,0.338637212,0.909723676,218,-1.308539688,0.6926545592,4292.8055744 +431,-0.148798452,0.691042401,218,-1.308539688,0.6926545592,3450.635202 +432,0.893524764,0.441829531,218,-1.308539688,0.6926545592,6768.2905257 +433,0.969229347,-0.368847936,218,-1.308539688,0.6926545592,9273.7347714 +434,0.436043248,0.800045688,218,-1.308539688,0.6926545592,4740.2302983 +435,1.687946607,1.081504775,218,-1.308539688,0.6926545592,5401.0239233 +436,0.522302046,-0.034889271,218,-1.308539688,0.6926545592,7100.6359568 +437,-0.178996113,-0.438090009,218,-1.308539688,0.6926545592,6116.0546792 +438,-1.094339566,0.301444068,218,-1.308539688,0.6926545592,1715.648007 +439,-1.064070054,0.242569932,218,-1.308539688,0.6926545592,1975.4080272 +440,-1.068153768,0.230387998,218,-1.308539688,0.6926545592,2013.9633523 +441,-3.00496892,-0.23989155,218,-1.308539688,0.6926545592,7203.9481665 +442,0.21751974,0.766874888,218,-1.308539688,0.6926545592,4293.3192429 +443,0.117229532,0.007619006,218,-1.308539688,0.6926545592,5761.1028669 +444,0.777758451,0.420554741,218,-1.308539688,0.6926545592,6561.3966723 +445,-0.252356999,0.250747086,218,-1.308539688,0.6926545592,4030.8607563 +446,0.363148444,0.768483434,218,-1.308539688,0.6926545592,4643.1197502 +447,0.903191366,-0.118210676,218,-1.308539688,0.6926545592,8445.0639447 +448,-0.205755923,0.149406178,218,-1.308539688,0.6926545592,4424.6074444 +449,1.811996086,0.02364353,218,-1.308539688,0.6926545592,9605.5630417 +450,-1.100670221,0.314845373,218,-1.308539688,0.6926545592,1657.4495773 +451,0.340078597,0.850105132,218,-1.308539688,0.6926545592,4415.8948003 +452,0.258757267,0.804969236,218,-1.308539688,0.6926545592,4318.9317611 +453,2.78505352,-0.155160804,218,-1.308539688,0.6926545592,8480.0442282 +454,0.800551619,0.105822106,218,-1.308539688,0.6926545592,7532.5263379 +455,0.437940882,-0.506194031,218,-1.308539688,0.6926545592,7970.5240664 +456,2.230431122,0.63458615,218,-1.308539688,0.6926545592,6990.6770609 +457,0.527965361,0.127667701,218,-1.308539688,0.6926545592,6694.9209713 +458,-0.063643205,0.702093448,218,-1.308539688,0.6926545592,3670.4524371 +459,1.408447268,0.133010502,218,-1.308539688,0.6926545592,8822.2625558 +460,0.523795955,0.280266966,218,-1.308539688,0.6926545592,6279.6705522 +461,-0.975769313,0.072177659,218,-1.308539688,0.6926545592,2731.5449778 +462,0.549774164,-0.463663986,218,-1.308539688,0.6926545592,8208.5227536 +463,0.29245874,1.095549818,218,-1.308539688,0.6926545592,3881.0216343 +464,0.143625958,0.816809593,218,-1.308539688,0.6926545592,4019.3308832 +465,0.671902494,0.611159853,218,-1.308539688,0.6926545592,5763.7623277 +466,1.239840988,0.6724199,218,-1.308539688,0.6926545592,6624.3243541 +467,0.607829703,-0.10932137,218,-1.308539688,0.6926545592,7548.9508815 +468,1.763020906,0.263996692,218,-1.308539688,0.6926545592,8645.7340257 +469,0.378714634,0.726066797,218,-1.308539688,0.6926545592,4775.4777928 +470,2.196736143,-0.153862366,218,-1.308539688,0.6926545592,9952.1991241 +471,0.01702415,0.148991565,218,-1.308539688,0.6926545592,5099.649578 +472,-2.998490902,-0.158002487,218,-1.308539688,0.6926545592,6982.4181109 +473,-3.051262951,-0.346595608,218,-1.308539688,0.6926545592,7599.2306232 +474,-1.069176439,0.182802941,218,-1.308539688,0.6926545592,2188.2507489 +475,0.167157509,0.595344954,218,-1.308539688,0.6926545592,4511.090118 +476,0.613855648,0.681746124,218,-1.308539688,0.6926545592,5438.0424649 +477,1.037012736,0.682555367,218,-1.308539688,0.6926545592,6281.042631 +478,-1.253574971,0.379755746,218,-1.308539688,0.6926545592,1253.2070395 +479,3.108590453,-0.132620738,218,-1.308539688,0.6926545592,7455.4366099 +480,0.565301296,0.022333262,218,-1.308539688,0.6926545592,7081.6125019 +481,0.547898238,0.855555614,218,-1.308539688,0.6926545592,4848.2699887 +482,0.948309381,0.417393755,218,-1.308539688,0.6926545592,6966.1386902 +483,-0.050600732,0.945269213,218,-1.308539688,0.6926545592,3385.9522253 +484,-0.977651478,-0.572363064,218,-1.308539688,0.6926545592,5155.6903737 +485,1.102014914,0.728861163,218,-1.308539688,0.6926545592,6230.0450343 +486,2.927300795,-0.282939414,218,-1.308539688,0.6926545592,8375.255603 +487,-1.154565557,0.124434095,218,-1.308539688,0.6926545592,2316.3674814 +488,1.855331234,0.291044755,218,-1.308539688,0.6926545592,8546.545244 +489,0.830290659,0.276904518,218,-1.308539688,0.6926545592,7115.3793819 +490,0.485104466,-0.234867441,218,-1.308539688,0.6926545592,7487.1431861 +491,0.521367572,-0.33161327,218,-1.308539688,0.6926545592,7827.4965061 +1,-1.539031704,0.7349710123,219,-1.303263185,0.6888938396,729.3423383 +2,-1.536990553,0.7349663874,219,-1.303263185,0.6888938396,723.43352389 +3,-1.534951779,0.7349571355,219,-1.303263185,0.6888938396,717.5311756 +4,-1.532906461,0.7349480293,219,-1.303263185,0.6888938396,711.61286609 +5,-1.531320211,0.7346937278,219,-1.303263185,0.6888938396,706.84561739 +6,-1.539451648,0.7335131775,219,-1.303263185,0.6888938396,729.58182291 +7,-1.537429487,0.7335445708,219,-1.303263185,0.6888938396,723.735908 +8,-1.535484998,0.7335658704,219,-1.303263185,0.6888938396,718.11173892 +9,-1.533488396,0.7336036027,219,-1.303263185,0.6888938396,712.35090178 +10,-1.531497785,0.7335842962,219,-1.303263185,0.6888938396,706.57121207 +11,-1.530259379,0.7334777758,219,-1.303263185,0.6888938396,702.91026844 +12,-1.5335454,0.7322346912,219,-1.303263185,0.6888938396,711.59484819 +13,-1.531489083,0.7322238773,219,-1.303263185,0.6888938396,705.61595824 +14,-1.530011122,0.7321679851,219,-1.303263185,0.6888938396,701.28775979 +15,-1.53348106,0.7306614094,219,-1.303263185,0.6888938396,710.39777119 +16,-1.531441779,0.7306962275,219,-1.303263185,0.6888938396,704.48100526 +17,-1.529755654,0.7306933243,219,-1.303263185,0.6888938396,699.57098059 +18,-1.533415048,0.7291384674,219,-1.303263185,0.6888938396,709.2773357 +19,-1.531392093,0.7291705353,219,-1.303263185,0.6888938396,703.38962794 +20,-1.529296523,0.7291214933,219,-1.303263185,0.6888938396,697.24326183 +21,-1.535280942,0.727267644,219,-1.303263185,0.6888938396,713.67279043 +22,-1.533378158,0.7276139666,219,-1.303263185,0.6888938396,708.28990591 +23,-1.531340368,0.7276446587,219,-1.303263185,0.6888938396,702.34158536 +24,-1.528960113,0.7276398177,219,-1.303263185,0.6888938396,695.3735146 +25,-1.533313146,0.7260818349,219,-1.303263185,0.6888938396,707.26525788 +26,-1.531259555,0.7260958115,219,-1.303263185,0.6888938396,701.24542831 +27,-1.528926415,0.7260865555,219,-1.303263185,0.6888938396,694.39520967 +28,-1.531226779,0.7245511789,219,-1.303263185,0.6888938396,700.34364096 +29,-1.528904772,0.7245519194,219,-1.303263185,0.6888938396,693.51436051 +30,-1.547195875,0.7409785979,219,-1.303263185,0.6888938396,757.22194855 +31,-1.5451475,0.740980426,219,-1.303263185,0.6888938396,751.35108042 +32,-1.543097679,0.7409798872,219,-1.303263185,0.6888938396,745.47767505 +33,-1.540720364,0.7409892687,219,-1.303263185,0.6888938396,738.67829642 +34,-1.547188511,0.7395198392,219,-1.303263185,0.6888938396,756.10768941 +35,-1.545148587,0.7395226109,219,-1.303263185,0.6888938396,750.24544726 +36,-1.543104538,0.7395314908,219,-1.303263185,0.6888938396,744.37925792 +37,-1.540727751,0.7395306258,219,-1.303263185,0.6888938396,737.55394632 +38,-1.547187029,0.7380014886,219,-1.303263185,0.6888938396,755.0103547 +39,-1.545147315,0.7380012252,219,-1.303263185,0.6888938396,749.12985297 +40,-1.54310719,0.7380060743,219,-1.303263185,0.6888938396,743.25489706 +41,-1.540719671,0.7380068206,219,-1.303263185,0.6888938396,736.37998857 +42,-1.547187189,0.7364799098,219,-1.303263185,0.6888938396,753.96139058 +43,-1.545149996,0.7364853874,219,-1.303263185,0.6888938396,748.07579382 +44,-1.543106091,0.7364823484,219,-1.303263185,0.6888938396,742.16782589 +45,-1.540717158,0.7364893901,219,-1.303263185,0.6888938396,735.27368181 +46,-1.538663972,0.7410138672,219,-1.303263185,0.6888938396,732.81432491 +47,-1.53695285,0.7409699132,219,-1.303263185,0.6888938396,727.88527823 +48,-1.534910498,0.7409641297,219,-1.303263185,0.6888938396,722.04335339 +49,-1.533145034,0.7409536636,219,-1.303263185,0.6888938396,716.99184318 +50,-1.538681336,0.7395405883,219,-1.303263185,0.6888938396,731.68940205 +51,-1.536999189,0.7395183096,219,-1.303263185,0.6888938396,726.84745108 +52,-1.534923633,0.7395144222,219,-1.303263185,0.6888938396,720.89482834 +53,-1.533267822,0.7395654306,219,-1.303263185,0.6888938396,716.19268288 +54,-1.53867273,0.7380151077,219,-1.303263185,0.6888938396,730.49503105 +55,-1.536980576,0.7379994392,219,-1.303263185,0.6888938396,725.61560604 +56,-1.534931522,0.7379944961,219,-1.303263185,0.6888938396,719.72058044 +57,-1.533387952,0.7379480264,219,-1.303263185,0.6888938396,715.24869369 +58,-1.538682279,0.7364914363,219,-1.303263185,0.6888938396,729.40184001 +59,-1.536980704,0.7364810563,219,-1.303263185,0.6888938396,724.48536012 +60,-1.534935567,0.7364752065,219,-1.303263185,0.6888938396,718.58377372 +61,-1.533042592,0.7363876366,219,-1.303263185,0.6888938396,713.06247921 +62,-1.545143426,0.7349628011,219,-1.303263185,0.6888938396,747.03674178 +63,-1.543105297,0.7349691947,219,-1.303263185,0.6888938396,741.13566285 +64,-1.541064533,0.7349647152,219,-1.303263185,0.6888938396,735.22246153 +65,-1.545411803,0.7334624714,219,-1.303263185,0.6888938396,746.85720713 +66,-1.543446606,0.7334780896,219,-1.303263185,0.6888938396,741.15766419 +67,-1.541475327,0.7334957295,219,-1.303263185,0.6888938396,735.4444386 +68,-1.545401939,0.731963266,219,-1.303263185,0.6888938396,745.91737049 +69,-1.54342253,0.7319915583,219,-1.303263185,0.6888938396,740.16892411 +70,-1.541455867,0.7320216438,219,-1.303263185,0.6888938396,734.46147465 +71,-1.545410146,0.7304422281,219,-1.303263185,0.6888938396,745.06357135 +72,-1.543435491,0.7304713664,219,-1.303263185,0.6888938396,739.31391834 +73,-1.541463105,0.7304997613,219,-1.303263185,0.6888938396,733.57308354 +74,-1.545414768,0.7289194936,219,-1.303263185,0.6888938396,744.2456667 +75,-1.543435774,0.7289538557,219,-1.303263185,0.6888938396,738.47090748 +76,-1.541457714,0.7289765881,219,-1.303263185,0.6888938396,732.69504975 +77,-1.539449415,0.7320555866,219,-1.303263185,0.6888938396,728.64354818 +78,-1.537429183,0.7321097681,219,-1.303263185,0.6888938396,722.80155055 +79,-1.535472649,0.7321497267,219,-1.303263185,0.6888938396,717.13920804 +80,-1.539457899,0.7305333307,219,-1.303263185,0.6888938396,727.74224973 +81,-1.537453161,0.7305750503,219,-1.303263185,0.6888938396,721.9206372 +82,-1.535479385,0.7306124949,219,-1.303263185,0.6888938396,716.18982576 +83,-1.53946905,0.7290102593,219,-1.303263185,0.6888938396,726.89671019 +84,-1.537459922,0.7290417293,219,-1.303263185,0.6888938396,721.04000602 +85,-1.535451349,0.7290890157,219,-1.303263185,0.6888938396,715.19691765 +86,-1.535522937,0.7279887191,219,-1.303263185,0.6888938396,714.77902308 +87,-1.539442524,0.7274735939,219,-1.303263185,0.6888938396,725.98220218 +88,-1.537424111,0.727521351,219,-1.303263185,0.6888938396,720.0912275 +89,-1.539384641,0.7259505092,219,-1.303263185,0.6888938396,725.03145723 +90,-1.537372391,0.7259947145,219,-1.303263185,0.6888938396,719.14090117 +91,-1.535340789,0.7260435356,219,-1.303263185,0.6888938396,713.19859341 +92,-1.539325716,0.7244369706,219,-1.303263185,0.6888938396,724.13012668 +93,-1.537308932,0.7244801057,219,-1.303263185,0.6888938396,718.21044953 +94,-1.535289068,0.7245247645,219,-1.303263185,0.6888938396,712.28494073 +95,-1.533261366,0.7245550236,219,-1.303263185,0.6888938396,706.33183208 +96,-1.539267302,0.722921924,219,-1.303263185,0.6888938396,723.27725804 +97,-1.537248972,0.7229660258,219,-1.303263185,0.6888938396,717.33853915 +98,-1.535219431,0.7229916471,219,-1.303263185,0.6888938396,711.36071031 +99,-1.53318962,0.7230212049,219,-1.303263185,0.6888938396,705.38597176 +100,-1.531154816,0.7230299897,219,-1.303263185,0.6888938396,699.38890434 +101,-1.528878341,0.7230370244,219,-1.303263185,0.6888938396,692.68043888 +102,-1.539218189,0.7214009878,219,-1.303263185,0.6888938396,722.49742612 +103,-1.537198791,0.7214422745,219,-1.303263185,0.6888938396,716.53974986 +104,-1.535179266,0.7214634354,219,-1.303263185,0.6888938396,710.57536107 +105,-1.533156501,0.7214944644,219,-1.303263185,0.6888938396,704.60742539 +106,-1.53113574,0.7215166021,219,-1.303263185,0.6888938396,698.64354838 +107,-1.528874248,0.7215345535,219,-1.303263185,0.6888938396,691.96841802 +108,-1.539217656,0.7198512397,219,-1.303263185,0.6888938396,721.89955789 +109,-1.537199919,0.7199428763,219,-1.303263185,0.6888938396,715.95136921 +110,-1.545425832,0.727397149,219,-1.303263185,0.6888938396,743.49437152 +111,-1.543371177,0.7273916949,219,-1.303263185,0.6888938396,737.46228471 +112,-1.541368852,0.7274523163,219,-1.303263185,0.6888938396,731.61972394 +113,-1.545349067,0.7258710923,219,-1.303263185,0.6888938396,742.53067773 +114,-1.54332671,0.7258603556,219,-1.303263185,0.6888938396,736.5771006 +115,-1.541346831,0.7259242142,219,-1.303263185,0.6888938396,730.7861829 +116,-1.545324355,0.7243383958,219,-1.303263185,0.6888938396,741.76447263 +117,-1.543292796,0.7243617413,219,-1.303263185,0.6888938396,735.78565346 +118,-1.541295822,0.7244024384,219,-1.303263185,0.6888938396,729.91860968 +119,-1.543193859,0.7205570215,219,-1.303263185,0.6888938396,733.94654501 +120,-1.550257047,0.7386738187,219,-1.303263185,0.6888938396,764.33397722 +121,-1.549335448,0.7311736483,219,-1.303263185,0.6888938396,756.93442951 +122,-1.533478843,0.7179891343,219,-1.303263185,0.6888938396,704.19423696 +123,-1.556150555,0.738907041,219,-1.303263185,0.6888938396,781.48953587 +124,-1.554324226,0.733414257,219,-1.303263185,0.6888938396,772.75015987 +125,-1.554290846,0.7288285332,219,-1.303263185,0.6888938396,770.20705163 +126,-1.55122487,0.7219795312,219,-1.303263185,0.6888938396,758.2534388 +127,-1.525104458,0.7229399862,219,-1.303263185,0.6888938396,681.51029354 +128,-1.519607711,0.7236181429,219,-1.303263185,0.6888938396,665.68124241 +129,-1.513899999,0.7251107854,219,-1.303263185,0.6888938396,649.78019462 +130,-1.536620762,0.7431061895,219,-1.303263185,0.6888938396,728.74105177 +131,-1.5369566,0.7460845958,219,-1.303263185,0.6888938396,732.36183579 +132,-1.545345528,0.7447040685,219,-1.303263185,0.6888938396,754.93746329 +133,-1.532813921,0.7432306626,219,-1.303263185,0.6888938396,718.02460978 +134,-1.554788248,0.7382381001,219,-1.303263185,0.6888938396,777.10727381 +135,-1.540348126,0.7301594274,219,-1.303263185,0.6888938396,730.12087563 +136,-1.538016084,0.7239051786,219,-1.303263185,0.6888938396,720.02513258 +137,-1.525288962,0.7258085137,219,-1.303263185,0.6888938396,683.57194046 +138,-1.534326986,0.731241342,219,-1.303263185,0.6888938396,713.22579441 +139,-1.530733872,0.7303625216,219,-1.303263185,0.6888938396,702.20764131 +141,-1.534354939,0.7328219978,219,-1.303263185,0.6888938396,714.33442571 +142,-1.53157084,0.7292888153,219,-1.303263185,0.6888938396,703.9829419 +143,-1.525691035,0.7263799874,219,-1.303263185,0.6888938396,685.07437051 +144,-1.534031287,0.7495967835,219,-1.303263185,0.6888938396,727.52794434 +145,-1.527714986,0.7283095957,219,-1.303263185,0.6888938396,692.13091462 +146,-1.526189586,0.7271468292,219,-1.303263185,0.6888938396,686.97840986 +147,-1.555177336,0.7375563366,219,-1.303263185,0.6888938396,777.77983178 +148,-1.555080283,0.7312707794,219,-1.303263185,0.6888938396,773.76428415 +149,-1.53856994,0.7224180299,219,-1.303263185,0.6888938396,721.00125207 +150,-1.530837883,0.729933372,219,-1.303263185,0.6888938396,702.24109285 +151,-1.515066984,0.5854133365,219,-1.303263185,0.6888938396,788.08110337 +152,-1.534731633,0.5368370046,219,-1.303263185,0.6888938396,960.05572034 +153,-1.515231902,0.5607085576,219,-1.303263185,0.6888938396,848.12976222 +154,-2.616253799,1.0684566605,219,-1.303263185,0.6888938396,3409.201882 +155,-1.956071439,0.5792177723,219,-1.303263185,0.6888938396,2112.2459109 +156,-1.951208514,0.5602434208,219,-1.303263185,0.6888938396,2127.4277421 +157,-1.944675062,0.6062144545,219,-1.303263185,0.6888938396,2038.2568315 +158,-1.613778386,0.6077989518,219,-1.303263185,0.6888938396,1029.5857739 +159,-2.035029014,0.6021432345,219,-1.303263185,0.6888938396,2319.6075764 +160,-2.114989471,0.6801825058,219,-1.303263185,0.6888938396,2462.7481808 +161,-2.037382079,0.5765830025,219,-1.303263185,0.6888938396,2364.8424219 +162,-2.129855121,0.6585019963,219,-1.303263185,0.6888938396,2531.898865 +163,-2.075141798,0.6493615843,219,-1.303263185,0.6888938396,2379.1247548 +164,-1.828626729,0.6948433129,219,-1.303263185,0.6888938396,1595.010722 +165,-1.863329418,0.6735427691,219,-1.303263185,0.6888938396,1715.2224968 +166,-1.266037071,0.727988852,219,-1.303263185,0.6888938396,191.08168025 +167,-1.277579582,0.7249010648,219,-1.303263185,0.6888938396,162.24509674 +168,-1.258418684,0.7241194816,219,-1.303263185,0.6888938396,194.2058025 +169,-1.317813974,0.6804850104,219,-1.303263185,0.6888938396,55.700549909 +170,-1.344165204,0.6790988904,219,-1.303263185,0.6888938396,131.42111024 +171,-1.427582102,0.5277120351,219,-1.303263185,0.6888938396,754.95824409 +172,-1.402238616,0.457167829,219,-1.303263185,0.6888938396,974.61469358 +173,-1.422454264,0.4996161999,219,-1.303263185,0.6888938396,844.96888647 +174,-1.439089277,0.4894859811,219,-1.303263185,0.6888938396,906.80324431 +175,-1.448126995,0.5182330266,219,-1.303263185,0.6888938396,823.83357951 +176,-1.474626146,0.5881926574,219,-1.303263185,0.6888938396,674.70948996 +177,-1.421139645,0.5584869783,219,-1.303263185,0.6888938396,640.21990409 +178,-1.457037165,0.565943032,219,-1.303263185,0.6888938396,692.35989652 +179,-2.757159358,0.3745319,219,-1.303263185,0.6888938396,4946.9564597 +180,-2.714309238,0.342054471,219,-1.303263185,0.6888938396,4894.421372 +181,-2.000525337,0.774119946,219,-1.303263185,0.6888938396,2061.9297786 +183,-1.571413436,0.6777838382,219,-1.303263185,0.6888938396,823.83488645 +184,-1.552860289,0.6987663893,219,-1.303263185,0.6888938396,760.26692605 +185,-1.521852374,0.7165827476,219,-1.303263185,0.6888938396,669.12697915 +186,-1.503656267,0.6928968252,219,-1.303263185,0.6888938396,611.51711705 +187,-1.502753178,0.7136205882,219,-1.303263185,0.6888938396,611.1556249 +188,-1.631894563,0.7343596465,219,-1.303263185,0.6888938396,999.95784319 +189,-1.653765416,0.6770714026,219,-1.303263185,0.6888938396,1075.7166092 +190,-1.719812114,0.6715965947,219,-1.303263185,0.6888938396,1280.7838373 +191,-1.493406659,0.6646955447,219,-1.303263185,0.6888938396,594.53770006 +192,-1.469120564,0.6613469966,219,-1.303263185,0.6888938396,524.05232733 +193,-1.590551461,0.5326612937,219,-1.303263185,0.6888938396,1116.0753632 +194,-1.625979264,0.5247742243,219,-1.303263185,0.6888938396,1231.2635149 +195,-1.572293943,0.5238808754,219,-1.303263185,0.6888938396,1090.0433816 +196,-1.610848725,0.5477107964,219,-1.303263185,0.6888938396,1136.4869777 +197,-1.208485554,0.7918526018,219,-1.303263185,0.6888938396,492.80595316 +198,-1.335601374,0.6869083083,219,-1.303263185,0.6888938396,99.271269611 +199,-1.346156996,0.6825213377,219,-1.303263185,0.6888938396,133.89557509 +200,-1.324381037,0.6741422347,219,-1.303263185,0.6888938396,87.372819355 +201,-1.242424992,0.7378949807,219,-1.303263185,0.6888938396,266.17466836 +202,-1.270370057,0.7392461008,219,-1.303263185,0.6888938396,222.40911358 +203,-1.448950472,0.7441675014,219,-1.303263185,0.6888938396,486.82231854 +204,-1.492662363,0.7523026852,219,-1.303263185,0.6888938396,616.51560944 +205,-1.479098966,0.7763855017,219,-1.303263185,0.6888938396,622.3306141 +206,-1.633760714,0.7869022408,219,-1.303263185,0.6888938396,1040.3678683 +207,-1.647406434,0.8101289331,219,-1.303263185,0.6888938396,1103.3354231 +208,-1.564245052,0.5701509278,219,-1.303263185,0.6888938396,957.03746455 +209,-1.646289963,0.6833746083,219,-1.303263185,0.6888938396,1049.3915071 +210,-1.5820631,0.6751952144,219,-1.303263185,0.6888938396,857.86228136 +211,-1.613236298,0.6681681791,219,-1.303263185,0.6888938396,957.79812466 +212,-1.914661867,0.8212566515,219,-1.303263185,0.6888938396,1822.7215039 +213,-1.742133237,0.7250275956,219,-1.303263185,0.6888938396,1324.7504749 +214,-2.033144872,0.6557314699,219,-1.303263185,0.6888938396,2245.3884403 +215,-2.039551981,0.6964723658,219,-1.303263185,0.6888938396,2223.1967511 +216,-1.247341019,0.7622473908,219,-1.303263185,0.6888938396,334.42197274 +217,-1.298239787,0.7084123392,219,-1.303263185,0.6888938396,78.799575007 +218,-1.308539688,0.6926545592,219,-1.303263185,0.6888938396,21.940670047 +219,-1.303263185,0.6888938396,219,-1.303263185,0.6888938396,17.529260866 +220,-1.852400229,0.6004246149,219,-1.303263185,0.6888938396,1764.1749817 +221,-1.288947707,0.7473773692,219,-1.303263185,0.6888938396,235.55206782 +222,-1.372031502,0.7472790993,219,-1.303263185,0.6888938396,309.05387378 +223,-1.289805721,0.7242157877,219,-1.303263185,0.6888938396,145.66444956 +224,-1.350807603,0.7533498126,219,-1.303263185,0.6888938396,291.83010699 +225,-1.329290365,0.7560442322,219,-1.303263185,0.6888938396,276.98444084 +226,-1.410153004,0.616936428,219,-1.303263185,0.6888938396,440.64243093 +227,-1.393445434,0.6308995063,219,-1.303263185,0.6888938396,363.7758303 +228,-1.37595573,0.6241540638,219,-1.303263185,0.6888938396,343.10259942 +229,-1.358388707,0.6172645205,219,-1.303263185,0.6888938396,332.46807073 +230,-1.753741133,0.8281661666,219,-1.303263185,0.6888938396,1399.367842 +231,-1.47430987,0.6834615681,219,-1.303263185,0.6888938396,524.35885693 +232,-1.421012508,0.7222725206,219,-1.303263185,0.6888938396,378.73136059 +233,-1.4476833,0.6978557868,219,-1.303263185,0.6888938396,441.22782883 +234,-1.470370723,0.6966193374,219,-1.303263185,0.6888938396,510.00723249 +235,-1.429211703,0.7037216883,219,-1.303263185,0.6888938396,387.11649595 +236,-1.700578405,0.6178673663,219,-1.303263185,0.6888938396,1277.2005648 +237,-1.678117619,0.6331716163,219,-1.303263185,0.6888938396,1189.6565983 +238,-1.725644578,0.6316331145,219,-1.303263185,0.6888938396,1336.5705453 +239,-2.14012759,0.7930497945,219,-1.303263185,0.6888938396,2443.2235055 +240,-2.103289431,0.7653606263,219,-1.303263185,0.6888938396,2356.2144227 +241,-1.318739838,0.7017808746,219,-1.303263185,0.6888938396,69.434803656 +242,-1.396417427,0.7077900843,219,-1.303263185,0.6888938396,292.29839832 +243,-1.35650337,0.7185539404,219,-1.303263185,0.6888938396,199.11322496 +244,-1.248884539,0.7274156818,219,-1.303263185,0.6888938396,223.6861273 +245,-1.395014798,0.5761185243,219,-1.303263185,0.6888938396,534.0461043 +246,-1.433377362,0.6064716109,219,-1.303263185,0.6888938396,524.56386961 +247,-1.408172432,0.5903155476,219,-1.303263185,0.6888938396,513.17532568 +248,-1.749645898,0.7757118084,219,-1.303263185,0.6888938396,1352.9258337 +249,-1.571626686,0.615046989,219,-1.303263185,0.6888938396,892.77057909 +250,-1.514070049,0.6303003037,219,-1.303263185,0.6888938396,698.79676358 +251,-1.480890369,0.6237966528,219,-1.303263185,0.6888938396,613.6511711 +252,-1.704390658,0.5281680612,219,-1.303263185,0.6888938396,1445.0842852 +253,-1.64434733,0.5254277498,219,-1.303263185,0.6888938396,1280.5226284 +254,-1.703855997,0.4792484842,219,-1.303263185,0.6888938396,1555.5315476 +255,-1.692002383,0.5748825051,219,-1.303263185,0.6888938396,1317.762175 +256,-1.854136457,0.5544643913,219,-1.303263185,0.6888938396,1841.2577538 +257,-1.665021206,0.520317736,219,-1.303263185,0.6888938396,1350.0794457 +258,-1.733654349,0.4845187345,219,-1.303263185,0.6888938396,1626.289442 +259,-1.720938188,0.5135933906,219,-1.303263185,0.6888938396,1524.1799241 +260,-1.742668307,0.553296122,219,-1.303263185,0.6888938396,1507.6780163 +261,-1.965659039,0.7142126903,219,-1.303263185,0.6888938396,1990.8614296 +262,-1.944438071,0.6772834804,219,-1.303263185,0.6888938396,1956.6091443 +263,-1.270340967,0.7681487096,219,-1.303263185,0.6888938396,328.63627533 +264,-1.353091884,0.6549276821,219,-1.303263185,0.6888938396,204.82500576 +265,-1.333236659,0.6413584414,219,-1.303263185,0.6888938396,210.17646768 +266,-1.352015998,0.6753788907,219,-1.303263185,0.6888938396,159.16074602 +267,-1.377988483,0.6577816235,219,-1.303263185,0.6888938396,262.11503403 +268,-2.13075611,0.8318642051,219,-1.303263185,0.6888938396,2401.822486 +269,-2.097910953,0.8259670014,219,-1.303263185,0.6888938396,2315.6805692 +270,-1.416382069,0.6694271549,219,-1.303263185,0.6888938396,356.97615542 +271,-1.538905672,0.7535625993,219,-1.303263185,0.6888938396,745.25339136 +272,-1.572309477,0.7803125099,219,-1.303263185,0.6888938396,867.9629988 +273,-1.87759879,0.7503853417,219,-1.303263185,0.6888938396,1716.9346024 +274,1.152365588,0.590457682,219,-1.303263185,0.6888938396,6787.4617318 +275,0.350198001,0.718001859,219,-1.303263185,0.6888938396,4719.8168764 +276,0.046513677,0.491503852,219,-1.303263185,0.6888938396,4376.5710139 +277,0.027510309,0.742571376,219,-1.303263185,0.6888938396,3843.4238419 +278,0.306285725,-0.214631579,219,-1.303263185,0.6888938396,6876.9415315 +279,-1.100564889,0.318051531,219,-1.303263185,0.6888938396,1625.1020921 +280,-1.078582306,0.301437596,219,-1.303263185,0.6888938396,1718.5626863 +281,-1.137371989,-0.617634065,219,-1.303263185,0.6888938396,5210.5674703 +282,0.784356344,0.703272339,219,-1.303263185,0.6888938396,5744.7596633 +283,-1.221209947,0.218327455,219,-1.303263185,0.6888938396,1885.9446845 +284,2.347301921,-0.449114658,219,-1.303263185,0.6888938396,10510.656953 +285,0.246820618,0.830553713,219,-1.303263185,0.6888938396,4238.326583 +286,0.829414965,0.703288228,219,-1.303263185,0.6888938396,5835.4126174 +287,-1.337537566,0.42332223,219,-1.303263185,0.6888938396,1058.1494282 +288,0.882453706,0.454478077,219,-1.303263185,0.6888938396,6702.6470041 +289,1.575629659,0.416419109,219,-1.303263185,0.6888938396,7959.0520461 +290,-1.039455679,0.229888244,219,-1.303263185,0.6888938396,2038.3291403 +291,0.489558039,0.934482747,219,-1.303263185,0.6888938396,4547.4423317 +292,0.081344504,0.88384514,219,-1.303263185,0.6888938396,3760.8018191 +293,-1.547979814,0.300350308,219,-1.303263185,0.6888938396,1754.5178352 +294,0.040776181,0.168560074,219,-1.303263185,0.6888938396,5107.1651948 +295,-1.130374745,0.563894876,219,-1.303263185,0.6888938396,742.73100065 +296,1.578326642,0.478507176,219,-1.303263185,0.6888938396,7721.0973883 +297,-1.12861823,-0.291640865,219,-1.303263185,0.6888938396,3937.2803014 +298,0.310524208,0.770885792,219,-1.303263185,0.6888938396,4508.8506007 +299,0.415649091,-0.387246002,219,-1.303263185,0.6888938396,7619.4396479 +300,-0.926533878,-0.188022748,219,-1.303263185,0.6888938396,3740.2061728 +301,1.258856172,-0.11716081,219,-1.303263185,0.6888938396,9381.9361276 +302,-1.126050026,0.322941926,219,-1.303263185,0.6888938396,1571.5562572 +303,2.002785835,0.07893892,219,-1.303263185,0.6888938396,9343.700105 +304,0.440437607,0.746258085,219,-1.303263185,0.6888938396,4872.8195089 +305,-0.030391866,0.214441206,219,-1.303263185,0.6888938396,4777.2997127 +306,0.521557815,-0.058929362,219,-1.303263185,0.6888938396,7145.637761 +307,-0.097005111,0.13317729,219,-1.303263185,0.6888938396,4775.1577372 +308,1.83113859,0.221857587,219,-1.303263185,0.6888938396,8836.2644806 +309,0.222428864,0.099404236,219,-1.303263185,0.6888938396,5834.2356788 +310,-1.702731345,0.8728568183,219,-1.303263185,0.6888938396,1331.0455298 +311,-0.418507569,0.278324921,219,-1.303263185,0.6888938396,3445.9688379 +312,-1.41153306,0.339029988,219,-1.303263185,0.6888938396,1434.2604323 +313,0.357560442,0.114788776,219,-1.303263185,0.6888938396,6206.6218992 +314,0.325818979,0.268352149,219,-1.303263185,0.6888938396,5724.7492664 +315,-1.246004659,-0.663679965,219,-1.303263185,0.6888938396,5361.587601 +316,1.814603087,0.637404484,219,-1.303263185,0.6888938396,7189.6680337 +317,1.843704281,-0.18300445,219,-1.303263185,0.6888938396,10439.93101 +318,1.690644492,-0.211480909,219,-1.303263185,0.6888938396,10483.169851 +319,-1.275451936,0.068109467,219,-1.303263185,0.6888938396,2460.9542751 +320,0.762430171,-0.207594741,219,-1.303263185,0.6888938396,8249.3012859 +321,0.265668905,-0.014647884,219,-1.303263185,0.6888938396,6253.1061424 +322,-2.773032013,-0.335515811,219,-1.303263185,0.6888938396,6761.4491035 +323,-1.469512853,0.174058777,219,-1.303263185,0.6888938396,2122.0640694 +324,0.286276986,0.785925691,219,-1.303263185,0.6888938396,4419.4680171 +325,-1.379324697,0.377432233,219,-1.303263185,0.6888938396,1260.241441 +326,-1.203778265,0.212813032,219,-1.303263185,0.6888938396,1917.75075 +327,0.579916301,0.611743168,219,-1.303263185,0.6888938396,5541.8386514 +328,0.267582642,0.868113908,219,-1.303263185,0.6888938396,4215.8902413 +329,0.412869244,-0.050245578,219,-1.303263185,0.6888938396,6792.6305143 +330,0.17524381,0.976660285,219,-1.303263185,0.6888938396,3836.0531368 +331,0.743157214,0.204812899,219,-1.303263185,0.6888938396,7087.521774 +332,-1.070758176,0.269382282,219,-1.303263185,0.6888938396,1846.7691363 +333,-1.230364251,0.329790229,219,-1.303263185,0.6888938396,1444.1141254 +334,-1.374813124,-0.024926835,219,-1.303263185,0.6888938396,2839.3684298 +335,0.519780566,0.463669906,219,-1.303263185,0.6888938396,5777.4505143 +336,-1.55108034,0.239698561,219,-1.303263185,0.6888938396,1977.9738272 +337,0.180294813,0.029739425,219,-1.303263185,0.6888938396,5880.3379087 +338,0.67820924,0.268170153,219,-1.303263185,0.6888938396,6733.2590747 +339,0.445798684,1.024001867,219,-1.303263185,0.6888938396,4275.6493307 +340,0.691751283,0.150521402,219,-1.303263185,0.6888938396,7095.7615345 +341,-1.036643551,-0.903056181,219,-1.303263185,0.6888938396,6372.6422806 +342,-0.120287036,1.083325163,219,-1.303263185,0.6888938396,3159.5667426 +343,2.823513113,-0.304487164,219,-1.303263185,0.6888938396,8759.0545277 +344,0.457583172,1.12513373,219,-1.303263185,0.6888938396,4098.6781394 +345,0.042918831,0.813795399,219,-1.303263185,0.6888938396,3770.3896465 +346,1.196146777,-0.853142756,219,-1.303263185,0.6888938396,10529.043117 +347,0.206001358,-0.010430701,219,-1.303263185,0.6888938396,6060.1263458 +348,-0.268308653,0.234799412,219,-1.303263185,0.6888938396,4003.6696312 +349,0.759363263,0.736189579,219,-1.303263185,0.6888938396,5598.6589975 +350,0.181363926,0.891988372,219,-1.303263185,0.6888938396,3978.9696902 +351,-0.021111158,0.139103292,219,-1.303263185,0.6888938396,4991.1134871 +352,-0.093355215,0.630686981,219,-1.303263185,0.6888938396,3697.6953914 +353,0.40118964,0.681375926,219,-1.303263185,0.6888938396,4929.6442338 +354,-0.721197315,1.304706234,219,-1.303263185,0.6888938396,2659.8874227 +355,-1.076150317,0.212107639,219,-1.303263185,0.6888938396,2049.5233351 +356,-1.577164531,0.273993443,219,-1.303263185,0.6888938396,1897.3395025 +357,-0.190788414,0.182208586,219,-1.303263185,0.6888938396,4368.2868144 +358,-0.261349752,0.209710184,219,-1.303263185,0.6888938396,4086.8305318 +359,-1.029303852,0.083549259,219,-1.303263185,0.6888938396,2590.7434879 +360,-1.268609162,0.330525297,219,-1.303263185,0.6888938396,1424.440261 +361,1.282982244,-0.926641967,219,-1.303263185,0.6888938396,10677.463521 +362,0.217352334,0.731352408,219,-1.303263185,0.6888938396,4358.073024 +363,-1.511833084,0.258629297,219,-1.303263185,0.6888938396,1851.9040972 +364,0.338812194,0.823184618,219,-1.303263185,0.6888938396,4466.6490385 +365,-0.324406489,1.134201999,219,-1.303263185,0.6888938396,2813.3565594 +366,1.389579348,0.399185724,219,-1.303263185,0.6888938396,7825.0386298 +367,2.047152199,-0.039082036,219,-1.303263185,0.6888938396,9762.155294 +368,0.947780369,0.568250077,219,-1.303263185,0.6888938396,6488.0676313 +369,0.763824846,0.576754987,219,-1.303263185,0.6888938396,6069.2868152 +370,-0.142334657,0.928153068,219,-1.303263185,0.6888938396,3187.9500878 +371,0.610266567,0.547265983,219,-1.303263185,0.6888938396,5788.3354825 +372,0.210731629,0.746815056,219,-1.303263185,0.6888938396,4310.7928007 +373,-1.34931644,0.316895224,219,-1.303263185,0.6888938396,1481.9385716 +374,2.407696481,0.655030745,219,-1.303263185,0.6888938396,6731.7436653 +375,0.64207831,0.545359131,219,-1.303263185,0.6888938396,5871.7315632 +376,1.174597538,0.840588356,219,-1.303263185,0.6888938396,5952.3142647 +377,0.660059424,0.010604079,219,-1.303263185,0.6888938396,7381.2814272 +378,-0.730263819,0.010486456,219,-1.303263185,0.6888938396,3391.5627148 +379,0.831068936,0.512339172,219,-1.303263185,0.6888938396,6411.2884556 +380,1.301180979,0.72367476,219,-1.303263185,0.6888938396,6523.6538595 +381,1.811128231,0.322854402,219,-1.303263185,0.6888938396,8435.0485164 +382,0.435105812,0.992284428,219,-1.303263185,0.6888938396,4320.3546451 +383,0.62643634,0.592027932,219,-1.303263185,0.6888938396,5706.5685378 +384,0.492988703,-0.516339467,219,-1.303263185,0.6888938396,8132.7223828 +385,-0.162469483,0.112549365,219,-1.303263185,0.6888938396,4630.0145346 +386,0.314630866,0.472006421,219,-1.303263185,0.6888938396,5193.790981 +387,0.166744804,0.822815954,219,-1.303263185,0.6888938396,4061.2890449 +388,0.417159608,0.965805736,219,-1.303263185,0.6888938396,4340.1485872 +389,0.106334961,0.868774244,219,-1.303263185,0.6888938396,3841.794229 +390,0.815086969,-0.338144359,219,-1.303263185,0.6888938396,8721.5458105 +391,0.59867455,-0.230624824,219,-1.303263185,0.6888938396,7807.2845752 +392,1.915104874,0.066220985,219,-1.303263185,0.6888938396,9439.7482411 +393,1.278093622,0.064463721,219,-1.303263185,0.6888938396,8828.7502919 +394,-0.061477853,0.302997961,219,-1.303263185,0.6888938396,4471.208589 +395,0.251311504,0.626976942,219,-1.303263185,0.6888938396,4664.6769246 +396,2.950242872,0.149095644,219,-1.303263185,0.6888938396,7197.0897513 +397,-0.180294708,0.35375117,219,-1.303263185,0.6888938396,3991.6434234 +398,1.010448592,-0.351180233,219,-1.303263185,0.6888938396,9343.4241887 +399,-1.748740498,0.3686318073,219,-1.303263185,0.6888938396,1969.7892251 +400,2.699635665,0.123533791,219,-1.303263185,0.6888938396,7941.9581905 +401,0.496808033,0.823843254,219,-1.303263185,0.6888938396,4817.2310815 +402,0.129574704,0.763364087,219,-1.303263185,0.6888938396,4073.5129068 +403,1.798920311,0.817447563,219,-1.303263185,0.6888938396,6475.6027498 +404,0.335987953,0.746786541,219,-1.303263185,0.6888938396,4621.8530408 +405,-1.085413643,0.292154671,219,-1.303263185,0.6888938396,1741.8914667 +406,-0.155321003,0.508207011,219,-1.303263185,0.6888938396,3741.5128069 +407,0.620529244,-0.301175104,219,-1.303263185,0.6888938396,8041.6937704 +408,1.684402744,0.368716966,219,-1.303263185,0.6888938396,8216.0488522 +409,0.300582244,-0.386397212,219,-1.303263185,0.6888938396,7276.8332862 +410,2.913555946,-0.009225192,219,-1.303263185,0.6888938396,7735.7054157 +411,1.465101417,0.493232532,219,-1.303263185,0.6888938396,7563.0379944 +412,0.090612882,0.907955955,219,-1.303263185,0.6888938396,3748.3368914 +413,2.987564726,-0.729568594,219,-1.303263185,0.6888938396,9072.7828836 +414,-1.484261606,0.224149272,219,-1.303263185,0.6888938396,1946.7022826 +415,0.164073421,0.303955133,219,-1.303263185,0.6888938396,5154.1179623 +416,0.141441293,0.167552546,219,-1.303263185,0.6888938396,5417.3419777 +417,2.931321023,-0.506718887,219,-1.303263185,0.6888938396,8865.0930229 +418,2.21951565,0.700596356,219,-1.303263185,0.6888938396,6770.1234216 +419,0.268112576,1.199114336,219,-1.303263185,0.6888938396,3711.9126859 +420,0.978913739,0.359223811,219,-1.303263185,0.6888938396,7216.0329813 +421,1.210898818,0.522863584,219,-1.303263185,0.6888938396,7116.7473797 +422,2.347397336,0.129231362,219,-1.303263185,0.6888938396,8704.518036 +423,0.614394501,0.556878345,219,-1.303263185,0.6888938396,5772.5338026 +424,-1.398079356,0.148483366,219,-1.303263185,0.6888938396,2166.8221848 +425,2.535303836,-0.112984496,219,-1.303263185,0.6888938396,9076.123851 +426,-1.019372593,-0.405322349,219,-1.303263185,0.6888938396,4459.7622868 +427,-1.297785627,-0.160104069,219,-1.303263185,0.6888938396,3362.9410446 +428,2.144554488,0.205051084,219,-1.303263185,0.6888938396,8727.3483562 +429,-2.242387083,-0.426171285,219,-1.303263185,0.6888938396,5616.399189 +430,0.338637212,0.909723676,219,-1.303263185,0.6888938396,4292.3851863 +431,-0.148798452,0.691042401,219,-1.303263185,0.6888938396,3441.4918312 +432,0.893524764,0.441829531,219,-1.303263185,0.6888938396,6766.4492644 +433,0.969229347,-0.368847936,219,-1.303263185,0.6888938396,9260.0211157 +434,0.436043248,0.800045688,219,-1.303263185,0.6888938396,4738.4081357 +435,1.687946607,1.081504775,219,-1.303263185,0.6888938396,5414.7443771 +436,0.522302046,-0.034889271,219,-1.303263185,0.6888938396,7086.7464181 +437,-0.178996113,-0.438090009,219,-1.303263185,0.6888938396,6094.3098492 +438,-1.094339566,0.301444068,219,-1.303263185,0.6888938396,1694.8440788 +439,-1.064070054,0.242569932,219,-1.303263185,0.6888938396,1954.5417908 +440,-1.068153768,0.230387998,219,-1.303263185,0.6888938396,1993.2176433 +441,-3.00496892,-0.23989155,219,-1.303263185,0.6888938396,7218.3658626 +442,0.21751974,0.766874888,219,-1.303263185,0.6888938396,4288.855737 +443,0.117229532,0.007619006,219,-1.303263185,0.6888938396,5743.7390563 +444,0.777758451,0.420554741,219,-1.303263185,0.6888938396,6557.5078593 +445,-0.252356999,0.250747086,219,-1.303263185,0.6888938396,4012.8995027 +446,0.363148444,0.768483434,219,-1.303263185,0.6888938396,4639.9980902 +447,0.903191366,-0.118210676,219,-1.303263185,0.6888938396,8434.9307212 +448,-0.205755923,0.149406178,219,-1.303263185,0.6888938396,4405.9565254 +449,1.811996086,0.02364353,219,-1.303263185,0.6888938396,9619.8672444 +450,-1.100670221,0.314845373,219,-1.303263185,0.6888938396,1636.6516857 +451,0.340078597,0.850105132,219,-1.303263185,0.6888938396,4414.2201936 +452,0.258757267,0.804969236,219,-1.303263185,0.6888938396,4315.6270812 +453,2.78505352,-0.155160804,219,-1.303263185,0.6888938396,8499.8238073 +454,0.800551619,0.105822106,219,-1.303263185,0.6888938396,7524.3397511 +455,0.437940882,-0.506194031,219,-1.303263185,0.6888938396,7950.6214946 +456,2.230431122,0.63458615,219,-1.303263185,0.6888938396,7009.8978705 +457,0.527965361,0.127667701,219,-1.303263185,0.6888938396,6683.3220988 +458,-0.063643205,0.702093448,219,-1.303263185,0.6888938396,3662.2365317 +459,1.408447268,0.133010502,219,-1.303263185,0.6888938396,8826.6425315 +460,0.523795955,0.280266966,219,-1.303263185,0.6888938396,6270.2161962 +461,-0.975769313,0.072177659,219,-1.303263185,0.6888938396,2710.5174283 +462,0.549774164,-0.463663986,219,-1.303263185,0.6888938396,8189.6426858 +463,0.29245874,1.095549818,219,-1.303263185,0.6888938396,3884.5859683 +464,0.143625958,0.816809593,219,-1.303263185,0.6888938396,4015.37029 +465,0.671902494,0.611159853,219,-1.303263185,0.6888938396,5761.2957524 +466,1.239840988,0.6724199,219,-1.303263185,0.6888938396,6630.5813968 +467,0.607829703,-0.10932137,219,-1.303263185,0.6888938396,7535.0239062 +468,1.763020906,0.263996692,219,-1.303263185,0.6888938396,8659.1942884 +469,0.378714634,0.726066797,219,-1.303263185,0.6888938396,4771.6879941 +470,2.196736143,-0.153862366,219,-1.303263185,0.6888938396,9973.7590033 +471,0.01702415,0.148991565,219,-1.303263185,0.6888938396,5082.9311799 +472,-2.998490902,-0.158002487,219,-1.303263185,0.6888938396,6997.8295816 +473,-3.051262951,-0.346595608,219,-1.303263185,0.6888938396,7612.6099189 +474,-1.069176439,0.182802941,219,-1.303263185,0.6888938396,2167.774689 +475,0.167157509,0.595344954,219,-1.303263185,0.6888938396,4502.7153834 +476,0.613855648,0.681746124,219,-1.303263185,0.6888938396,5436.0030131 +477,1.037012736,0.682555367,219,-1.303263185,0.6888938396,6284.4677317 +478,-1.253574971,0.379755746,219,-1.303263185,0.6888938396,1235.9644711 +479,3.108590453,-0.132620738,219,-1.303263185,0.6888938396,7472.7901381 +480,0.565301296,0.022333262,219,-1.303263185,0.6888938396,7069.001442 +481,0.547898238,0.855555614,219,-1.303263185,0.6888938396,4848.5482544 +482,0.948309381,0.417393755,219,-1.303263185,0.6888938396,6964.8296368 +483,-0.050600732,0.945269213,219,-1.303263185,0.6888938396,3384.1180289 +484,-0.977651478,-0.572363064,219,-1.303263185,0.6888938396,5136.8640948 +485,1.102014914,0.728861163,219,-1.303263185,0.6888938396,6234.9038632 +486,2.927300795,-0.282939414,219,-1.303263185,0.6888938396,8392.4809804 +487,-1.154565557,0.124434095,219,-1.303263185,0.6888938396,2297.6518685 +488,1.855331234,0.291044755,219,-1.303263185,0.6888938396,8561.8019949 +489,0.830290659,0.276904518,219,-1.303263185,0.6888938396,7110.1947762 +490,0.485104466,-0.234867441,219,-1.303263185,0.6888938396,7470.3615218 +491,0.521367572,-0.33161327,219,-1.303263185,0.6888938396,7809.8906118 +1,-1.539031704,0.7349710123,220,-1.852400229,0.6004246149,1107.6738626 +2,-1.536990553,0.7349663874,220,-1.852400229,0.6004246149,1113.1978068 +3,-1.534951779,0.7349571355,220,-1.852400229,0.6004246149,1118.7162379 +4,-1.532906461,0.7349480293,220,-1.852400229,0.6004246149,1124.2605988 +5,-1.531320211,0.7346937278,220,-1.852400229,0.6004246149,1128.1975493 +6,-1.539451648,0.7335131775,220,-1.852400229,0.6004246149,1104.3029913 +7,-1.537429487,0.7335445708,220,-1.852400229,0.6004246149,1109.846288 +8,-1.535484998,0.7335658704,220,-1.852400229,0.6004246149,1115.1697814 +9,-1.533488396,0.7336036027,220,-1.852400229,0.6004246149,1120.6662508 +10,-1.531497785,0.7335842962,220,-1.852400229,0.6004246149,1126.0684141 +11,-1.530259379,0.7334777758,220,-1.852400229,0.6004246149,1129.2942104 +12,-1.5335454,0.7322346912,220,-1.852400229,0.6004246149,1118.4832926 +13,-1.531489083,0.7322238773,220,-1.852400229,0.6004246149,1124.094098 +14,-1.530011122,0.7321679851,220,-1.852400229,0.6004246149,1128.0617009 +15,-1.53348106,0.7306614094,220,-1.852400229,0.6004246149,1116.3568212 +16,-1.531441779,0.7306962275,220,-1.852400229,0.6004246149,1122.0062549 +17,-1.529755654,0.7306933243,220,-1.852400229,0.6004246149,1126.6367104 +18,-1.533415048,0.7291384674,220,-1.852400229,0.6004246149,1114.3377162 +19,-1.531392093,0.7291705353,220,-1.852400229,0.6004246149,1119.9561632 +20,-1.529296523,0.7291214933,220,-1.852400229,0.6004246149,1125.6666454 +21,-1.535280942,0.727267644,220,-1.852400229,0.6004246149,1106.5181468 +22,-1.533378158,0.7276139666,220,-1.852400229,0.6004246149,1112.2647748 +23,-1.531340368,0.7276446587,220,-1.852400229,0.6004246149,1117.9399792 +24,-1.528960113,0.7276398177,220,-1.852400229,0.6004246149,1124.5200984 +25,-1.533313146,0.7260818349,220,-1.852400229,0.6004246149,1110.2875836 +26,-1.531259555,0.7260958115,220,-1.852400229,0.6004246149,1116.0013685 +27,-1.528926415,0.7260865555,220,-1.852400229,0.6004246149,1122.4663485 +28,-1.531226779,0.7245511789,220,-1.852400229,0.6004246149,1113.9650769 +29,-1.528904772,0.7245519194,220,-1.852400229,0.6004246149,1120.4337026 +30,-1.547195875,0.7409785979,220,-1.852400229,0.6004246149,1095.3887403 +31,-1.5451475,0.740980426,220,-1.852400229,0.6004246149,1100.8322092 +32,-1.543097679,0.7409798872,220,-1.852400229,0.6004246149,1106.284531 +33,-1.540720364,0.7409892687,220,-1.852400229,0.6004246149,1112.6351644 +34,-1.547188511,0.7395198392,220,-1.852400229,0.6004246149,1093.0005934 +35,-1.545148587,0.7395226109,220,-1.852400229,0.6004246149,1098.4419318 +36,-1.543104538,0.7395314908,220,-1.852400229,0.6004246149,1103.9128137 +37,-1.540727751,0.7395306258,220,-1.852400229,0.6004246149,1110.2668909 +38,-1.547187029,0.7380014886,220,-1.852400229,0.6004246149,1090.5246909 +39,-1.545147315,0.7380012252,220,-1.852400229,0.6004246149,1095.9800425 +40,-1.54310719,0.7380060743,220,-1.852400229,0.6004246149,1101.4532722 +41,-1.540719671,0.7380068206,220,-1.852400229,0.6004246149,1107.8612627 +42,-1.547187189,0.7364799098,220,-1.852400229,0.6004246149,1088.0661175 +43,-1.545149996,0.7364853874,220,-1.852400229,0.6004246149,1093.5433445 +44,-1.543106091,0.7364823484,220,-1.852400229,0.6004246149,1099.0334725 +45,-1.540717158,0.7364893901,220,-1.852400229,0.6004246149,1105.4776683 +46,-1.538663972,0.7410138672,220,-1.852400229,0.6004246149,1118.1641151 +47,-1.53695285,0.7409699132,220,-1.852400229,0.6004246149,1122.6680319 +48,-1.534910498,0.7409641297,220,-1.852400229,0.6004246149,1128.1265177 +49,-1.533145034,0.7409536636,220,-1.852400229,0.6004246149,1132.8431117 +50,-1.538681336,0.7395405883,220,-1.852400229,0.6004246149,1115.7639667 +51,-1.536999189,0.7395183096,220,-1.852400229,0.6004246149,1120.2405143 +52,-1.534923633,0.7395144222,220,-1.852400229,0.6004246149,1125.8092673 +53,-1.533267822,0.7395654306,220,-1.852400229,0.6004246149,1130.3420959 +54,-1.53867273,0.7380151077,220,-1.852400229,0.6004246149,1113.3762239 +55,-1.536980576,0.7379994392,220,-1.852400229,0.6004246149,1117.9062075 +56,-1.534931522,0.7379944961,220,-1.852400229,0.6004246149,1123.4212156 +57,-1.533387952,0.7379480264,220,-1.852400229,0.6004246149,1127.5153161 +58,-1.538682279,0.7364914363,220,-1.852400229,0.6004246149,1110.9693488 +59,-1.536980704,0.7364810563,220,-1.852400229,0.6004246149,1115.5489705 +60,-1.534935567,0.7364752065,220,-1.852400229,0.6004246149,1121.0709906 +61,-1.533042592,0.7363876366,220,-1.852400229,0.6004246149,1126.0645038 +62,-1.545143426,0.7349628011,220,-1.852400229,0.6004246149,1091.1478215 +63,-1.543105297,0.7349691947,220,-1.852400229,0.6004246149,1096.6565401 +64,-1.541064533,0.7349647152,220,-1.852400229,0.6004246149,1102.1635591 +65,-1.545411803,0.7334624714,220,-1.852400229,0.6004246149,1088.0707201 +66,-1.543446606,0.7334780896,220,-1.852400229,0.6004246149,1093.4139626 +67,-1.541475327,0.7334957295,220,-1.852400229,0.6004246149,1098.7839505 +68,-1.545401939,0.731963266,220,-1.852400229,0.6004246149,1085.7722977 +69,-1.54342253,0.7319915583,220,-1.852400229,0.6004246149,1091.1915399 +70,-1.541455867,0.7320216438,220,-1.852400229,0.6004246149,1096.585655 +71,-1.545410146,0.7304422281,220,-1.852400229,0.6004246149,1083.418438 +72,-1.543435491,0.7304713664,220,-1.852400229,0.6004246149,1088.8440111 +73,-1.541463105,0.7304997613,220,-1.852400229,0.6004246149,1094.2689342 +74,-1.545414768,0.7289194936,220,-1.852400229,0.6004246149,1081.0995004 +75,-1.543435774,0.7289538557,220,-1.852400229,0.6004246149,1086.562665 +76,-1.541457714,0.7289765881,220,-1.852400229,0.6004246149,1092.0124873 +77,-1.539449415,0.7320555866,220,-1.852400229,0.6004246149,1102.1005843 +78,-1.537429183,0.7321097681,220,-1.852400229,0.6004246149,1107.6900327 +79,-1.535472649,0.7321497267,220,-1.852400229,0.6004246149,1113.0905716 +80,-1.539457899,0.7305333307,220,-1.852400229,0.6004246149,1099.7978441 +81,-1.537453161,0.7305750503,220,-1.852400229,0.6004246149,1105.3440592 +82,-1.535479385,0.7306124949,220,-1.852400229,0.6004246149,1110.8054012 +83,-1.53946905,0.7290102593,220,-1.852400229,0.6004246149,1097.5140899 +84,-1.537459922,0.7290417293,220,-1.852400229,0.6004246149,1103.0750033 +85,-1.535451349,0.7290890157,220,-1.852400229,0.6004246149,1108.6636738 +86,-1.535522937,0.7279887191,220,-1.852400229,0.6004246149,1106.8812782 +87,-1.539442524,0.7274735939,220,-1.852400229,0.6004246149,1095.3419538 +88,-1.537424111,0.727521351,220,-1.852400229,0.6004246149,1100.9699329 +89,-1.539384641,0.7259505092,220,-1.852400229,0.6004246149,1093.3048962 +90,-1.537372391,0.7259947145,220,-1.852400229,0.6004246149,1098.9284534 +91,-1.535340789,0.7260435356,220,-1.852400229,0.6004246149,1104.6179661 +92,-1.539325716,0.7244369706,220,-1.852400229,0.6004246149,1091.3134813 +93,-1.537308932,0.7244801057,220,-1.852400229,0.6004246149,1096.9655898 +94,-1.535289068,0.7245247645,220,-1.852400229,0.6004246149,1102.6341835 +95,-1.533261366,0.7245550236,220,-1.852400229,0.6004246149,1108.3103951 +96,-1.539267302,0.722921924,220,-1.852400229,0.6004246149,1089.3476139 +97,-1.537248972,0.7229660258,220,-1.852400229,0.6004246149,1095.0228228 +98,-1.535219431,0.7229916471,220,-1.852400229,0.6004246149,1100.7095862 +99,-1.53318962,0.7230212049,220,-1.852400229,0.6004246149,1106.4085192 +100,-1.531154816,0.7230299897,220,-1.852400229,0.6004246149,1112.0992394 +101,-1.528878341,0.7230370244,220,-1.852400229,0.6004246149,1118.4695414 +102,-1.539218189,0.7214009878,220,-1.852400229,0.6004246149,1087.3769787 +103,-1.537198791,0.7214422745,220,-1.852400229,0.6004246149,1093.0687297 +104,-1.535179266,0.7214634354,220,-1.852400229,0.6004246149,1098.7392204 +105,-1.533156501,0.7214944644,220,-1.852400229,0.6004246149,1104.4379943 +106,-1.53113574,0.7215166021,220,-1.852400229,0.6004246149,1110.124999 +107,-1.528874248,0.7215345535,220,-1.852400229,0.6004246149,1116.4873267 +108,-1.539217656,0.7198512397,220,-1.852400229,0.6004246149,1085.2608154 +109,-1.537199919,0.7199428763,220,-1.852400229,0.6004246149,1091.03322 +110,-1.545425832,0.727397149,220,-1.852400229,0.6004246149,1078.7914583 +111,-1.543371177,0.7273916949,220,-1.852400229,0.6004246149,1084.4214088 +112,-1.541368852,0.7274523163,220,-1.852400229,0.6004246149,1090.0119387 +113,-1.545349067,0.7258710923,220,-1.852400229,0.6004246149,1076.7476609 +114,-1.54332671,0.7258603556,220,-1.852400229,0.6004246149,1082.3004238 +115,-1.541346831,0.7259242142,220,-1.852400229,0.6004246149,1087.8512795 +116,-1.545324355,0.7243383958,220,-1.852400229,0.6004246149,1074.5805131 +117,-1.543292796,0.7243617413,220,-1.852400229,0.6004246149,1080.2267757 +118,-1.541295822,0.7244024384,220,-1.852400229,0.6004246149,1085.8087358 +119,-1.543193859,0.7205570215,220,-1.852400229,0.6004246149,1075.125137 +120,-1.550257047,0.7386738187,220,-1.852400229,0.6004246149,1083.4374697 +121,-1.549335448,0.7311736483,220,-1.852400229,0.6004246149,1073.8787179 +122,-1.533478843,0.7179891343,220,-1.852400229,0.6004246149,1098.9015754 +123,-1.556150555,0.738907041,220,-1.852400229,0.6004246149,1068.1824945 +124,-1.554324226,0.733414257,220,-1.852400229,0.6004246149,1063.9678724 +125,-1.554290846,0.7288285332,220,-1.852400229,0.6004246149,1056.7772051 +126,-1.55122487,0.7219795312,220,-1.852400229,0.6004246149,1054.8526669 +127,-1.525104458,0.7229399862,220,-1.852400229,0.6004246149,1128.904287 +128,-1.519607711,0.7236181429,220,-1.852400229,0.6004246149,1145.2018256 +129,-1.513899999,0.7251107854,220,-1.852400229,0.6004246149,1163.1358647 +130,-1.536620762,0.7431061895,220,-1.852400229,0.6004246149,1126.9852288 +131,-1.5369566,0.7460845958,220,-1.852400229,0.6004246149,1130.9635144 +132,-1.545345528,0.7447040685,220,-1.852400229,0.6004246149,1106.5189448 +133,-1.532813921,0.7432306626,220,-1.852400229,0.6004246149,1137.334445 +134,-1.554788248,0.7382381001,220,-1.852400229,0.6004246149,1070.6673761 +135,-1.540348126,0.7301594274,220,-1.852400229,0.6004246149,1096.8069649 +136,-1.538016084,0.7239051786,220,-1.852400229,0.6004246149,1094.1976049 +137,-1.525288962,0.7258085137,220,-1.852400229,0.6004246149,1132.2072797 +138,-1.534326986,0.731241342,220,-1.852400229,0.6004246149,1114.8845199 +139,-1.530733872,0.7303625216,220,-1.852400229,0.6004246149,1123.4721515 +141,-1.534354939,0.7328219978,220,-1.852400229,0.6004246149,1117.1402742 +142,-1.53157084,0.7292888153,220,-1.852400229,0.6004246149,1119.6321661 +143,-1.525691035,0.7263799874,220,-1.852400229,0.6004246149,1131.8614651 +144,-1.534031287,0.7495967835,220,-1.852400229,0.6004246149,1144.5144343 +145,-1.527714986,0.7283095957,220,-1.852400229,0.6004246149,1128.899442 +146,-1.526189586,0.7271468292,220,-1.852400229,0.6004246149,1131.5218287 +147,-1.555177336,0.7375563366,220,-1.852400229,0.6004246149,1068.4931945 +148,-1.555080283,0.7312707794,220,-1.852400229,0.6004246149,1058.4916084 +149,-1.53856994,0.7224180299,220,-1.852400229,0.6004246149,1090.5872932 +150,-1.530837883,0.729933372,220,-1.852400229,0.6004246149,1122.5713458 +151,-1.515066984,0.5854133365,220,-1.852400229,0.6004246149,1108.0283234 +152,-1.534731633,0.5368370046,220,-1.852400229,0.6004246149,1088.1317264 +153,-1.515231902,0.5607085576,220,-1.852400229,0.6004246149,1125.9726282 +154,-2.616253799,1.0684566605,220,-1.852400229,0.6004246149,2664.9089541 +155,-1.956071439,0.5792177723,220,-1.852400229,0.6004246149,351.38542726 +156,-1.951208514,0.5602434208,220,-1.852400229,0.6004246149,363.8668084 +157,-1.944675062,0.6062144545,220,-1.852400229,0.6004246149,301.81110642 +158,-1.613778386,0.6077989518,220,-1.852400229,0.6004246149,777.83734063 +159,-2.035029014,0.6021432345,220,-1.852400229,0.6004246149,596.28959183 +160,-2.114989471,0.6801825058,220,-1.852400229,0.6004246149,890.55401081 +161,-2.037382079,0.5765830025,220,-1.852400229,0.6004246149,616.4250749 +162,-2.129855121,0.6585019963,220,-1.852400229,0.6004246149,916.39624305 +163,-2.075141798,0.6493615843,220,-1.852400229,0.6004246149,740.67464194 +164,-1.828626729,0.6948433129,220,-1.852400229,0.6004246149,381.44302804 +165,-1.863329418,0.6735427691,220,-1.852400229,0.6004246149,291.70191171 +166,-1.266037071,0.727988852,220,-1.852400229,0.6004246149,1884.1273736 +167,-1.277579582,0.7249010648,220,-1.852400229,0.6004246149,1849.0901845 +168,-1.258418684,0.7241194816,220,-1.852400229,0.6004246149,1905.549558 +169,-1.317813974,0.6804850104,220,-1.852400229,0.6004246149,1718.8050087 +170,-1.344165204,0.6790988904,220,-1.852400229,0.6004246149,1637.5185504 +171,-1.427582102,0.5277120351,220,-1.852400229,0.6004246149,1447.1939755 +172,-1.402238616,0.457167829,220,-1.852400229,0.6004246149,1635.1228584 +173,-1.422454264,0.4996161999,220,-1.852400229,0.6004246149,1501.5018392 +174,-1.439089277,0.4894859811,220,-1.852400229,0.6004246149,1463.2986224 +175,-1.448126995,0.5182330266,220,-1.852400229,0.6004246149,1392.4295842 +176,-1.474626146,0.5881926574,220,-1.852400229,0.6004246149,1238.3873056 +177,-1.421139645,0.5584869783,220,-1.852400229,0.6004246149,1435.4154298 +178,-1.457037165,0.565943032,220,-1.852400229,0.6004246149,1311.561531 +179,-2.757159358,0.3745319,220,-1.852400229,0.6004246149,3253.7597057 +180,-2.714309238,0.342054471,220,-1.852400229,0.6004246149,3175.3292235 +181,-2.000525337,0.774119946,220,-1.852400229,0.6004246149,822.99594533 +183,-1.571413436,0.6777838382,220,-1.852400229,0.6004246149,942.85575021 +184,-1.552860289,0.6987663893,220,-1.852400229,0.6004246149,1019.8093004 +185,-1.521852374,0.7165827476,220,-1.852400229,0.6004246149,1130.0348163 +186,-1.503656267,0.6928968252,220,-1.852400229,0.6004246149,1158.7772338 +187,-1.502753178,0.7136205882,220,-1.852400229,0.6004246149,1181.287783 +188,-1.631894563,0.7343596465,220,-1.852400229,0.6004246149,865.63402443 +189,-1.653765416,0.6770714026,220,-1.852400229,0.6004246149,700.1381641 +190,-1.719812114,0.6715965947,220,-1.852400229,0.6004246149,507.62627188 +191,-1.493406659,0.6646955447,220,-1.852400229,0.6004246149,1172.1382288 +192,-1.469120564,0.6613469966,220,-1.852400229,0.6004246149,1246.3852144 +193,-1.590551461,0.5326612937,220,-1.852400229,0.6004246149,914.32491595 +194,-1.625979264,0.5247742243,220,-1.852400229,0.6004246149,814.85893278 +195,-1.572293943,0.5238808754,220,-1.852400229,0.6004246149,985.19265316 +196,-1.610848725,0.5477107964,220,-1.852400229,0.6004246149,829.33802069 +197,-1.208485554,0.7918526018,220,-1.852400229,0.6004246149,2076.8749654 +198,-1.335601374,0.6869083083,220,-1.852400229,0.6004246149,1665.0003086 +199,-1.346156996,0.6825213377,220,-1.852400229,0.6004246149,1631.8961361 +200,-1.324381037,0.6741422347,220,-1.852400229,0.6004246149,1698.2046371 +201,-1.242424992,0.7378949807,220,-1.852400229,0.6004246149,1956.4797882 +202,-1.270370057,0.7392461008,220,-1.852400229,0.6004246149,1875.4505765 +203,-1.448950472,0.7441675014,220,-1.852400229,0.6004246149,1367.9743133 +204,-1.492662363,0.7523026852,220,-1.852400229,0.6004246149,1258.7766983 +205,-1.479098966,0.7763855017,220,-1.852400229,0.6004246149,1331.6713464 +206,-1.633760714,0.7869022408,220,-1.852400229,0.6004246149,992.13137957 +207,-1.647406434,0.8101289331,220,-1.852400229,0.6004246149,1033.0505481 +208,-1.564245052,0.5701509278,220,-1.852400229,0.6004246149,957.84441079 +209,-1.646289963,0.6833746083,220,-1.852400229,0.6004246149,730.99064029 +210,-1.5820631,0.6751952144,220,-1.852400229,0.6004246149,908.4547426 +211,-1.613236298,0.6681681791,220,-1.852400229,0.6004246149,807.90103808 +212,-1.914661867,0.8212566515,220,-1.852400229,0.6004246149,894.19901444 +213,-1.742133237,0.7250275956,220,-1.852400229,0.6004246149,601.38580678 +214,-2.033144872,0.6557314699,220,-1.852400229,0.6004246149,618.9053112 +215,-2.039551981,0.6964723658,220,-1.852400229,0.6004246149,701.94395417 +216,-1.247341019,0.7622473908,220,-1.852400229,0.6004246149,1952.1794753 +217,-1.298239787,0.7084123392,220,-1.852400229,0.6004246149,1782.8472591 +218,-1.308539688,0.6926545592,220,-1.852400229,0.6004246149,1748.5487025 +219,-1.303263185,0.6888938396,220,-1.852400229,0.6004246149,1764.1749817 +220,-1.852400229,0.6004246149,220,-1.852400229,0.6004246149,180.24788265 +221,-1.288947707,0.7473773692,220,-1.852400229,0.6004246149,1825.4713933 +222,-1.372031502,0.7472790993,220,-1.852400229,0.6004246149,1587.6841955 +223,-1.289805721,0.7242157877,220,-1.852400229,0.6004246149,1812.7283551 +224,-1.350807603,0.7533498126,220,-1.852400229,0.6004246149,1652.8377638 +225,-1.329290365,0.7560442322,220,-1.852400229,0.6004246149,1715.8117388 +226,-1.410153004,0.616936428,220,-1.852400229,0.6004246149,1434.7085562 +227,-1.393445434,0.6308995063,220,-1.852400229,0.6004246149,1484.5036057 +228,-1.37595573,0.6241540638,220,-1.852400229,0.6004246149,1542.2397136 +229,-1.358388707,0.6172645205,220,-1.852400229,0.6004246149,1601.0855759 +230,-1.753741133,0.8281661666,220,-1.852400229,0.6004246149,948.51196827 +231,-1.47430987,0.6834615681,220,-1.852400229,0.6004246149,1240.384588 +232,-1.421012508,0.7222725206,220,-1.852400229,0.6004246149,1426.2600895 +233,-1.4476833,0.6978557868,220,-1.852400229,0.6004246149,1329.6607 +234,-1.470370723,0.6966193374,220,-1.852400229,0.6004246149,1260.9758056 +235,-1.429211703,0.7037216883,220,-1.852400229,0.6004246149,1388.6403013 +236,-1.700578405,0.6178673663,220,-1.852400229,0.6004246149,497.84945029 +237,-1.678117619,0.6331716163,220,-1.852400229,0.6004246149,577.58026972 +238,-1.725644578,0.6316331145,220,-1.852400229,0.6004246149,427.89831652 +239,-2.14012759,0.7930497945,220,-1.852400229,0.6004246149,1156.1286025 +240,-2.103289431,0.7653606263,220,-1.852400229,0.6004246149,1007.8978606 +241,-1.318739838,0.7017808746,220,-1.852400229,0.6004246149,1719.4589062 +242,-1.396417427,0.7077900843,220,-1.852400229,0.6004246149,1488.8079381 +243,-1.35650337,0.7185539404,220,-1.852400229,0.6004246149,1613.1041658 +244,-1.248884539,0.7274156818,220,-1.852400229,0.6004246149,1934.5731167 +245,-1.395014798,0.5761185243,220,-1.852400229,0.6004246149,1506.0501125 +246,-1.433377362,0.6064716109,220,-1.852400229,0.6004246149,1363.5600731 +247,-1.408172432,0.5903155476,220,-1.852400229,0.6004246149,1453.5544758 +248,-1.749645898,0.7757118084,220,-1.852400229,0.6004246149,761.65438792 +249,-1.571626686,0.615046989,220,-1.852400229,0.6004246149,913.8414365 +250,-1.514070049,0.6303003037,220,-1.852400229,0.6004246149,1098.8358848 +251,-1.480890369,0.6237966528,220,-1.852400229,0.6004246149,1205.5564703 +252,-1.704390658,0.5281680612,220,-1.852400229,0.6004246149,571.79301909 +253,-1.64434733,0.5254277498,220,-1.852400229,0.6004246149,756.9457333 +254,-1.703855997,0.4792484842,220,-1.852400229,0.6004246149,695.94602363 +255,-1.692002383,0.5748825051,220,-1.852400229,0.6004246149,538.14222361 +256,-1.854136457,0.5544643913,220,-1.852400229,0.6004246149,182.13957694 +257,-1.665021206,0.520317736,220,-1.852400229,0.6004246149,703.66752666 +258,-1.733654349,0.4845187345,220,-1.852400229,0.6004246149,610.421138 +259,-1.720938188,0.5135933906,220,-1.852400229,0.6004246149,559.75096104 +260,-1.742668307,0.553296122,220,-1.852400229,0.6004246149,409.23886112 +261,-1.965659039,0.7142126903,220,-1.852400229,0.6004246149,573.44471845 +262,-1.944438071,0.6772834804,220,-1.852400229,0.6004246149,422.13802753 +263,-1.270340967,0.7681487096,220,-1.852400229,0.6004246149,1890.4666023 +264,-1.353091884,0.6549276821,220,-1.852400229,0.6004246149,1608.9995319 +265,-1.333236659,0.6413584414,220,-1.852400229,0.6004246149,1673.7086152 +266,-1.352015998,0.6753788907,220,-1.852400229,0.6004246149,1612.8392729 +267,-1.377988483,0.6577816235,220,-1.852400229,0.6004246149,1530.8019858 +268,-2.13075611,0.8318642051,220,-1.852400229,0.6004246149,1232.9140243 +269,-2.097910953,0.8259670014,220,-1.852400229,0.6004246149,1153.4195342 +270,-1.416382069,0.6694271549,220,-1.852400229,0.6004246149,1412.5364421 +271,-1.538905672,0.7535625993,220,-1.852400229,0.6004246149,1138.5723644 +272,-1.572309477,0.7803125099,220,-1.852400229,0.6004246149,1109.697689 +273,-1.87759879,0.7503853417,220,-1.852400229,0.6004246149,599.05266653 +274,1.152365588,0.590457682,220,-1.852400229,0.6004246149,7699.4793649 +275,0.350198001,0.718001859,220,-1.852400229,0.6004246149,6203.3040506 +276,0.046513677,0.491503852,220,-1.852400229,0.6004246149,6094.2441625 +277,0.027510309,0.742571376,220,-1.852400229,0.6004246149,5436.0056216 +278,0.306285725,-0.214631579,220,-1.852400229,0.6004246149,8611.9654426 +279,-1.100564889,0.318051531,220,-1.852400229,0.6004246149,2867.9193449 +280,-1.078582306,0.301437596,220,-1.852400229,0.6004246149,2973.1191218 +281,-1.137371989,-0.617634065,220,-1.852400229,0.6004246149,5502.1505695 +282,0.784356344,0.703272339,220,-1.852400229,0.6004246149,6960.6833508 +283,-1.221209947,0.218327455,220,-1.852400229,0.6004246149,2724.1305155 +284,2.347301921,-0.449114658,220,-1.852400229,0.6004246149,8820.0417471 +285,0.246820618,0.830553713,220,-1.852400229,0.6004246149,5679.2962735 +286,0.829414965,0.703288228,220,-1.852400229,0.6004246149,7013.7054277 +287,-1.337537566,0.42332223,220,-1.852400229,0.6004246149,1902.6505274 +288,0.882453706,0.454478077,220,-1.852400229,0.6004246149,7994.9890362 +289,1.575629659,0.416419109,220,-1.852400229,0.6004246149,8274.4741364 +290,-1.039455679,0.229888244,220,-1.852400229,0.6004246149,3254.8260166 +291,0.489558039,0.934482747,220,-1.852400229,0.6004246149,5774.5890906 +292,0.081344504,0.88384514,220,-1.852400229,0.6004246149,5216.6868897 +293,-1.547979814,0.300350308,220,-1.852400229,0.6004246149,1604.4738327 +294,0.040776181,0.168560074,220,-1.852400229,0.6004246149,6870.1443443 +295,-1.130374745,0.563894876,220,-1.852400229,0.6004246149,2376.7019324 +296,1.578326642,0.478507176,220,-1.852400229,0.6004246149,8034.7948458 +297,-1.12861823,-0.291640865,220,-1.852400229,0.6004246149,4462.6308801 +298,0.310524208,0.770885792,220,-1.852400229,0.6004246149,5970.825752 +299,0.415649091,-0.387246002,220,-1.852400229,0.6004246149,9315.1797368 +300,-0.926533878,-0.188022748,220,-1.852400229,0.6004246149,4670.8651493 +301,1.258856172,-0.11716081,220,-1.852400229,0.6004246149,10526.429123 +302,-1.126050026,0.322941926,220,-1.852400229,0.6004246149,2776.2651276 +303,2.002785835,0.07893892,220,-1.852400229,0.6004246149,8659.5392477 +304,0.440437607,0.746258085,220,-1.852400229,0.6004246149,6288.5585284 +305,-0.030391866,0.214441206,220,-1.852400229,0.6004246149,6539.8256079 +306,0.521557815,-0.058929362,220,-1.852400229,0.6004246149,8900.9271575 +307,-0.097005111,0.13317729,220,-1.852400229,0.6004246149,6519.6162836 +308,1.83113859,0.221857587,220,-1.852400229,0.6004246149,8601.2856223 +309,0.222428864,0.099404236,220,-1.852400229,0.6004246149,7597.9637581 +310,-1.702731345,0.8728568183,220,-1.852400229,0.6004246149,1163.1788744 +311,-0.418507569,0.278324921,220,-1.852400229,0.6004246149,5165.7212141 +312,-1.41153306,0.339029988,220,-1.852400229,0.6004246149,1861.1538437 +313,0.357560442,0.114788776,220,-1.852400229,0.6004246149,7957.3212248 +314,0.325818979,0.268352149,220,-1.852400229,0.6004246149,7446.5435801 +315,-1.246004659,-0.663679965,220,-1.852400229,0.6004246149,5480.7632368 +316,1.814603087,0.637404484,220,-1.852400229,0.6004246149,7171.3744661 +317,1.843704281,-0.18300445,220,-1.852400229,0.6004246149,9846.2745219 +318,1.690644492,-0.211480909,220,-1.852400229,0.6004246149,10331.742528 +319,-1.275451936,0.068109467,220,-1.852400229,0.6004246149,2989.8891117 +320,0.762430171,-0.207594741,220,-1.852400229,0.6004246149,9991.4525788 +321,0.265668905,-0.014647884,220,-1.852400229,0.6004246149,8015.8685418 +322,-2.773032013,-0.335515811,220,-1.852400229,0.6004246149,5074.8197449 +323,-1.469512853,0.174058777,220,-1.852400229,0.6004246149,2185.3034736 +324,0.286276986,0.785925691,220,-1.852400229,0.6004246149,5880.4983642 +325,-1.379324697,0.377432233,220,-1.852400229,0.6004246149,1866.6419781 +326,-1.203778265,0.212813032,220,-1.852400229,0.6004246149,2789.9361593 +327,0.579916301,0.611743168,220,-1.852400229,0.6004246149,6971.4182926 +328,0.267582642,0.868113908,220,-1.852400229,0.6004246149,5614.2682071 +329,0.412869244,-0.050245578,220,-1.852400229,0.6004246149,8556.0280696 +330,0.17524381,0.976660285,220,-1.852400229,0.6004246149,5161.9301475 +331,0.743157214,0.204812899,220,-1.852400229,0.6004246149,8650.7280827 +332,-1.070758176,0.269382282,220,-1.852400229,0.6004246149,3067.2719105 +333,-1.230364251,0.329790229,220,-1.852400229,0.6004246149,2431.817836 +334,-1.374813124,-0.024926835,220,-1.852400229,0.6004246149,3046.8241633 +335,0.519780566,0.463669906,220,-1.852400229,0.6004246149,7335.3996144 +336,-1.55108034,0.239698561,220,-1.852400229,0.6004246149,1790.788503 +337,0.180294813,0.029739425,220,-1.852400229,0.6004246149,7641.3935314 +338,0.67820924,0.268170153,220,-1.852400229,0.6004246149,8304.8816468 +339,0.445798684,1.024001867,220,-1.852400229,0.6004246149,5435.0474776 +340,0.691751283,0.150521402,220,-1.852400229,0.6004246149,8720.2474497 +341,-1.036643551,-0.903056181,220,-1.852400229,0.6004246149,6592.8582652 +342,-0.120287036,1.083325163,220,-1.852400229,0.6004246149,4430.041415 +343,2.823513113,-0.304487164,220,-1.852400229,0.6004246149,7011.7920745 +344,0.457583172,1.12513373,220,-1.852400229,0.6004246149,5138.1830782 +345,0.042918831,0.813795399,220,-1.852400229,0.6004246149,5302.5870508 +346,1.196146777,-0.853142756,220,-1.852400229,0.6004246149,11406.302074 +347,0.206001358,-0.010430701,220,-1.852400229,0.6004246149,7819.3238505 +348,-0.268308653,0.234799412,220,-1.852400229,0.6004246149,5742.3602882 +349,0.759363263,0.736189579,220,-1.852400229,0.6004246149,6811.1846017 +350,0.181363926,0.891988372,220,-1.852400229,0.6004246149,5390.4274862 +351,-0.021111158,0.139103292,220,-1.852400229,0.6004246149,6746.7746224 +352,-0.093355215,0.630686981,220,-1.852400229,0.6004246149,5390.0603888 +353,0.40118964,0.681375926,220,-1.852400229,0.6004246149,6414.0665211 +354,-0.721197315,1.304706234,220,-1.852400229,0.6004246149,3484.1735659 +355,-1.076150317,0.212107639,220,-1.852400229,0.6004246149,3181.0087802 +356,-1.577164531,0.273993443,220,-1.852400229,0.6004246149,1622.2727032 +357,-0.190788414,0.182208586,220,-1.852400229,0.6004246149,6107.8789907 +358,-0.261349752,0.209710184,220,-1.852400229,0.6004246149,5820.0896707 +359,-1.029303852,0.083549259,220,-1.852400229,0.6004246149,3642.1286212 +360,-1.268609162,0.330525297,220,-1.852400229,0.6004246149,2311.2297447 +361,1.282982244,-0.926641967,220,-1.852400229,0.6004246149,11151.583477 +362,0.217352334,0.731352408,220,-1.852400229,0.6004246149,5890.8142616 +363,-1.511833084,0.258629297,220,-1.852400229,0.6004246149,1819.4801331 +364,0.338812194,0.823184618,220,-1.852400229,0.6004246149,5872.1805348 +365,-0.324406489,1.134201999,220,-1.852400229,0.6004246149,4023.6593343 +366,1.389579348,0.399185724,220,-1.852400229,0.6004246149,8466.3972718 +367,2.047152199,-0.039082036,220,-1.852400229,0.6004246149,8875.033802 +368,0.947780369,0.568250077,220,-1.852400229,0.6004246149,7643.4806185 +369,0.763824846,0.576754987,220,-1.852400229,0.6004246149,7388.425485 +370,-0.142334657,0.928153068,220,-1.852400229,0.6004246149,4662.341362 +371,0.610266567,0.547265983,220,-1.852400229,0.6004246149,7240.5950696 +372,0.210731629,0.746815056,220,-1.852400229,0.6004246149,5834.7511789 +373,-1.34931644,0.316895224,220,-1.852400229,0.6004246149,2098.3279539 +374,2.407696481,0.655030745,220,-1.852400229,0.6004246149,5991.1615826 +375,0.64207831,0.545359131,220,-1.852400229,0.6004246149,7303.6728761 +376,1.174597538,0.840588356,220,-1.852400229,0.6004246149,6721.5802175 +377,0.660059424,0.010604079,220,-1.852400229,0.6004246149,9082.8520596 +378,-0.730263819,0.010486456,220,-1.852400229,0.6004246149,4747.0804686 +379,0.831068936,0.512339172,220,-1.852400229,0.6004246149,7714.7749589 +380,1.301180979,0.72367476,220,-1.852400229,0.6004246149,7198.9093848 +381,1.811128231,0.322854402,220,-1.852400229,0.6004246149,8291.4511006 +382,0.435105812,0.992284428,220,-1.852400229,0.6004246149,5518.3399202 +383,0.62643634,0.592027932,220,-1.852400229,0.6004246149,7118.5536163 +384,0.492988703,-0.516339467,220,-1.852400229,0.6004246149,9770.7339527 +385,-0.162469483,0.112549365,220,-1.852400229,0.6004246149,6356.580897 +386,0.314630866,0.472006421,220,-1.852400229,0.6004246149,6841.4480804 +387,0.166744804,0.822815954,220,-1.852400229,0.6004246149,5541.6121193 +388,0.417159608,0.965805736,220,-1.852400229,0.6004246149,5574.0360167 +389,0.106334961,0.868774244,220,-1.852400229,0.6004246149,5303.3194173 +390,0.815086969,-0.338144359,220,-1.852400229,0.6004246149,10482.980456 +391,0.59867455,-0.230624824,220,-1.852400229,0.6004246149,9571.4588341 +392,1.915104874,0.066220985,220,-1.852400229,0.6004246149,8920.6834537 +393,1.278093622,0.064463721,220,-1.852400229,0.6004246149,9809.9002384 +394,-0.061477853,0.302997961,220,-1.852400229,0.6004246149,6235.2750464 +395,0.251311504,0.626976942,220,-1.852400229,0.6004246149,6253.5286392 +396,2.950242872,0.149095644,220,-1.852400229,0.6004246149,5595.5849363 +397,-0.180294708,0.35375117,220,-1.852400229,0.6004246149,5755.6504227 +398,1.010448592,-0.351180233,220,-1.852400229,0.6004246149,11055.454224 +399,-1.748740498,0.3686318073,220,-1.852400229,0.6004246149,986.84650731 +400,2.699635665,0.123533791,220,-1.852400229,0.6004246149,6464.1640735 +401,0.496808033,0.823843254,220,-1.852400229,0.6004246149,6138.8841589 +402,0.129574704,0.763364087,220,-1.852400229,0.6004246149,5616.1524474 +403,1.798920311,0.817447563,220,-1.852400229,0.6004246149,6541.4329862 +404,0.335987953,0.746786541,220,-1.852400229,0.6004246149,6090.587485 +405,-1.085413643,0.292154671,220,-1.852400229,0.6004246149,2971.1106388 +406,-0.155321003,0.508207011,220,-1.852400229,0.6004246149,5488.332365 +407,0.620529244,-0.301175104,220,-1.852400229,0.6004246149,9803.0862118 +408,1.684402744,0.368716966,220,-1.852400229,0.6004246149,8326.5207504 +409,0.300582244,-0.386397212,220,-1.852400229,0.6004246149,8937.6549583 +410,2.913555946,-0.009225192,220,-1.852400229,0.6004246149,6067.5528952 +411,1.465101417,0.493232532,220,-1.852400229,0.6004246149,8062.0241571 +412,0.090612882,0.907955955,220,-1.852400229,0.6004246149,5177.2111962 +413,2.987564726,-0.729568594,220,-1.852400229,0.6004246149,7421.9147108 +414,-1.484261606,0.224149272,220,-1.852400229,0.6004246149,1992.3830682 +415,0.164073421,0.303955133,220,-1.852400229,0.6004246149,6899.6619286 +416,0.141441293,0.167552546,220,-1.852400229,0.6004246149,7180.9835999 +417,2.931321023,-0.506718887,220,-1.852400229,0.6004246149,7111.8260166 +418,2.21951565,0.700596356,220,-1.852400229,0.6004246149,6272.170372 +419,0.268112576,1.199114336,220,-1.852400229,0.6004246149,4721.2772369 +420,0.978913739,0.359223811,220,-1.852400229,0.6004246149,8466.9630699 +421,1.210898818,0.522863584,220,-1.852400229,0.6004246149,7984.8879787 +422,2.347397336,0.129231362,220,-1.852400229,0.6004246149,7547.61139 +423,0.614394501,0.556878345,220,-1.852400229,0.6004246149,7215.835469 +424,-1.398079356,0.148483366,220,-1.852400229,0.6004246149,2435.6701133 +425,2.535303836,-0.112984496,220,-1.852400229,0.6004246149,7534.0477697 +426,-1.019372593,-0.405322349,220,-1.852400229,0.6004246149,5067.9181638 +427,-1.297785627,-0.160104069,220,-1.852400229,0.6004246149,3661.2467185 +428,2.144554488,0.205051084,220,-1.852400229,0.6004246149,7916.2970709 +429,-2.242387083,-0.426171285,220,-1.852400229,0.6004246149,4322.6834237 +430,0.338637212,0.909723676,220,-1.852400229,0.6004246149,5619.398809 +431,-0.148798452,0.691042401,220,-1.852400229,0.6004246149,5114.710739 +432,0.893524764,0.441829531,220,-1.852400229,0.6004246149,8055.9334978 +433,0.969229347,-0.368847936,220,-1.852400229,0.6004246149,10999.441925 +434,0.436043248,0.800045688,220,-1.852400229,0.6004246149,6113.7453545 +435,1.687946607,1.081504775,220,-1.852400229,0.6004246149,5660.2404184 +436,0.522302046,-0.034889271,220,-1.852400229,0.6004246149,8837.9799209 +437,-0.178996113,-0.438090009,220,-1.852400229,0.6004246149,7496.2942768 +438,-1.094339566,0.301444068,220,-1.852400229,0.6004246149,2922.7828276 +439,-1.064070054,0.242569932,220,-1.852400229,0.6004246149,3148.3695274 +440,-1.068153768,0.230387998,220,-1.852400229,0.6004246149,3163.3766267 +441,-3.00496892,-0.23989155,220,-1.852400229,0.6004246149,5459.6118329 +442,0.21751974,0.766874888,220,-1.852400229,0.6004246149,5794.6769732 +443,0.117229532,0.007619006,220,-1.852400229,0.6004246149,7495.8728274 +444,0.777758451,0.420554741,220,-1.852400229,0.6004246149,7965.7058274 +445,-0.252356999,0.250747086,220,-1.852400229,0.6004246149,5758.1536061 +446,0.363148444,0.768483434,220,-1.852400229,0.6004246149,6078.6115347 +447,0.903191366,-0.118210676,220,-1.852400229,0.6004246149,10069.701853 +448,-0.205755923,0.149406178,220,-1.852400229,0.6004246149,6133.6881252 +449,1.811996086,0.02364353,220,-1.852400229,0.6004246149,9300.6280004 +450,-1.100670221,0.314845373,220,-1.852400229,0.6004246149,2874.2744675 +451,0.340078597,0.850105132,220,-1.852400229,0.6004246149,5795.6998904 +452,0.258757267,0.804969236,220,-1.852400229,0.6004246149,5773.2142679 +453,2.78505352,-0.155160804,220,-1.852400229,0.6004246149,6811.684495 +454,0.800551619,0.105822106,220,-1.852400229,0.6004246149,9102.3799467 +455,0.437940882,-0.506194031,220,-1.852400229,0.6004246149,9578.2238078 +456,2.230431122,0.63458615,220,-1.852400229,0.6004246149,6444.947323 +457,0.527965361,0.127667701,220,-1.852400229,0.6004246149,8390.6169884 +458,-0.063643205,0.702093448,220,-1.852400229,0.6004246149,5308.1110075 +459,1.408447268,0.133010502,220,-1.852400229,0.6004246149,9504.5069229 +460,0.523795955,0.280266966,220,-1.852400229,0.6004246149,7919.1120319 +461,-0.975769313,0.072177659,220,-1.852400229,0.6004246149,3832.9390283 +462,0.549774164,-0.463663986,220,-1.852400229,0.6004246149,9881.4162195 +463,0.29245874,1.095549818,220,-1.852400229,0.6004246149,5025.9770248 +464,0.143625958,0.816809593,220,-1.852400229,0.6004246149,5509.6463082 +465,0.671902494,0.611159853,220,-1.852400229,0.6004246149,7128.282011 +466,1.239840988,0.6724199,220,-1.852400229,0.6004246149,7398.8553507 +467,0.607829703,-0.10932137,220,-1.852400229,0.6004246149,9285.9672218 +468,1.763020906,0.263996692,220,-1.852400229,0.6004246149,8582.635358 +469,0.378714634,0.726066797,220,-1.852400229,0.6004246149,6235.1160191 +470,2.196736143,-0.153862366,220,-1.852400229,0.6004246149,8714.6104551 +471,0.01702415,0.148991565,220,-1.852400229,0.6004246149,6843.1498216 +472,-2.998490902,-0.158002487,220,-1.852400229,0.6004246149,5233.9445198 +473,-3.051262951,-0.346595608,220,-1.852400229,0.6004246149,5864.5676155 +474,-1.069176439,0.182802941,220,-1.852400229,0.6004246149,3272.6380818 +475,0.167157509,0.595344954,220,-1.852400229,0.6004246149,6140.862188 +476,0.613855648,0.681746124,220,-1.852400229,0.6004246149,6794.3248514 +477,1.037012736,0.682555367,220,-1.852400229,0.6004246149,7278.5658402 +478,-1.253574971,0.379755746,220,-1.852400229,0.6004246149,2254.0183098 +479,3.108590453,-0.132620738,220,-1.852400229,0.6004246149,5719.4283392 +480,0.565301296,0.022333262,220,-1.852400229,0.6004246149,8797.7307327 +481,0.547898238,0.855555614,220,-1.852400229,0.6004246149,6113.2903627 +482,0.948309381,0.417393755,220,-1.852400229,0.6004246149,8213.2552819 +483,-0.050600732,0.945269213,220,-1.852400229,0.6004246149,4816.5602106 +484,-0.977651478,-0.572363064,220,-1.852400229,0.6004246149,5670.6989339 +485,1.102014914,0.728861163,220,-1.852400229,0.6004246149,7134.7523061 +486,2.927300795,-0.282939414,220,-1.852400229,0.6004246149,6636.3829165 +487,-1.154565557,0.124434095,220,-1.852400229,0.6004246149,3164.6806532 +488,1.855331234,0.291044755,220,-1.852400229,0.6004246149,8318.579599 +489,0.830290659,0.276904518,220,-1.852400229,0.6004246149,8562.4115142 +490,0.485104466,-0.234867441,220,-1.852400229,0.6004246149,9228.2962877 +491,0.521367572,-0.33161327,220,-1.852400229,0.6004246149,9552.4536695 +1,-1.539031704,0.7349710123,221,-1.288947707,0.7473773692,731.49478559 +2,-1.536990553,0.7349663874,221,-1.288947707,0.7473773692,725.56829058 +3,-1.534951779,0.7349571355,221,-1.288947707,0.7473773692,719.65133623 +4,-1.532906461,0.7349480293,221,-1.288947707,0.7473773692,713.71516383 +5,-1.531320211,0.7346937278,221,-1.288947707,0.7473773692,709.25938376 +6,-1.539451648,0.7335131775,221,-1.288947707,0.7473773692,733.60805614 +7,-1.537429487,0.7335445708,221,-1.288947707,0.7473773692,727.71367326 +8,-1.535484998,0.7335658704,221,-1.288947707,0.7473773692,722.05123274 +9,-1.533488396,0.7336036027,221,-1.288947707,0.7473773692,716.22707532 +10,-1.531497785,0.7335842962,221,-1.288947707,0.7473773692,710.45595798 +11,-1.530259379,0.7334777758,221,-1.288947707,0.7473773692,706.92480305 +12,-1.5335454,0.7322346912,221,-1.288947707,0.7473773692,717.26827567 +13,-1.531489083,0.7322238773,221,-1.288947707,0.7473773692,711.30115689 +14,-1.530011122,0.7321679851,221,-1.288947707,0.7473773692,707.04387262 +15,-1.53348106,0.7306614094,221,-1.288947707,0.7473773692,718.13636324 +16,-1.531441779,0.7306962275,221,-1.288947707,0.7473773692,712.18802851 +17,-1.529755654,0.7306933243,221,-1.288947707,0.7473773692,707.29163999 +18,-1.533415048,0.7291384674,221,-1.288947707,0.7473773692,719.01527924 +19,-1.531392093,0.7291705353,221,-1.288947707,0.7473773692,713.11592814 +20,-1.529296523,0.7291214933,221,-1.288947707,0.7473773692,707.06417889 +21,-1.535280942,0.727267644,221,-1.288947707,0.7473773692,725.81576633 +22,-1.533378158,0.7276139666,221,-1.288947707,0.7473773692,720.0284024 +23,-1.531340368,0.7276446587,221,-1.288947707,0.7473773692,714.08707922 +24,-1.528960113,0.7276398177,221,-1.288947707,0.7473773692,707.17814476 +25,-1.533313146,0.7260818349,221,-1.288947707,0.7473773692,721.01417465 +26,-1.531259555,0.7260958115,221,-1.288947707,0.7473773692,715.04061047 +27,-1.528926415,0.7260865555,221,-1.288947707,0.7473773692,708.2740145 +28,-1.531226779,0.7245511789,221,-1.288947707,0.7473773692,716.18030289 +29,-1.528904772,0.7245519194,221,-1.288947707,0.7473773692,709.4405058 +30,-1.547195875,0.7409785979,221,-1.288947707,0.7473773692,751.96683283 +31,-1.5451475,0.740980426,221,-1.288947707,0.7473773692,746.0234339 +32,-1.543097679,0.7409798872,221,-1.288947707,0.7473773692,740.07666363 +33,-1.540720364,0.7409892687,221,-1.288947707,0.7473773692,733.17467161 +34,-1.547188511,0.7395198392,221,-1.288947707,0.7473773692,752.66570717 +35,-1.545148587,0.7395226109,221,-1.288947707,0.7473773692,746.74401573 +36,-1.543104538,0.7395314908,221,-1.288947707,0.7473773692,740.80699728 +37,-1.540727751,0.7395306258,221,-1.288947707,0.7473773692,733.90885146 +38,-1.547187029,0.7380014886,221,-1.288947707,0.7473773692,753.45684185 +39,-1.545147315,0.7380012252,221,-1.288947707,0.7473773692,747.53531528 +40,-1.54310719,0.7380060743,221,-1.288947707,0.7473773692,741.60960734 +41,-1.540719671,0.7380068206,221,-1.288947707,0.7473773692,734.6772168 +42,-1.547187189,0.7364799098,221,-1.288947707,0.7473773692,754.30112523 +43,-1.545149996,0.7364853874,221,-1.288947707,0.7473773692,748.38204784 +44,-1.543106091,0.7364823484,221,-1.288947707,0.7473773692,742.44812419 +45,-1.540717158,0.7364893901,221,-1.288947707,0.7473773692,735.50624343 +46,-1.538663972,0.7410138672,221,-1.288947707,0.7473773692,727.19634355 +47,-1.53695285,0.7409699132,221,-1.288947707,0.7473773692,722.25191383 +48,-1.534910498,0.7409641297,221,-1.288947707,0.7473773692,716.32806956 +49,-1.533145034,0.7409536636,221,-1.288947707,0.7473773692,711.20965317 +50,-1.538681336,0.7395405883,221,-1.288947707,0.7473773692,727.9638713 +51,-1.536999189,0.7395183096,221,-1.288947707,0.7473773692,723.09221315 +52,-1.534923633,0.7395144222,221,-1.288947707,0.7473773692,717.06909534 +53,-1.533267822,0.7395654306,221,-1.288947707,0.7473773692,712.23686611 +54,-1.53867273,0.7380151077,221,-1.288947707,0.7473773692,728.72939129 +55,-1.536980576,0.7379994392,221,-1.288947707,0.7473773692,723.82433128 +56,-1.534931522,0.7379944961,221,-1.288947707,0.7473773692,717.87701464 +57,-1.533387952,0.7379480264,221,-1.288947707,0.7473773692,713.41945911 +58,-1.538682279,0.7364914363,221,-1.288947707,0.7473773692,729.5952355 +59,-1.536980704,0.7364810563,221,-1.288947707,0.7473773692,724.65912447 +60,-1.534935567,0.7364752065,221,-1.288947707,0.7473773692,718.72245574 +61,-1.533042592,0.7363876366,221,-1.288947707,0.7473773692,713.27375483 +62,-1.545143426,0.7349628011,221,-1.288947707,0.7473773692,749.2525759 +63,-1.543105297,0.7349691947,221,-1.288947707,0.7473773692,743.32868463 +64,-1.541064533,0.7349647152,221,-1.288947707,0.7473773692,737.40350203 +65,-1.545411803,0.7334624714,221,-1.288947707,0.7473773692,750.95466207 +66,-1.543446606,0.7334780896,221,-1.288947707,0.7473773692,745.23585864 +67,-1.541475327,0.7334957295,221,-1.288947707,0.7473773692,739.49804564 +68,-1.545401939,0.731963266,221,-1.288947707,0.7473773692,751.89310702 +69,-1.54342253,0.7319915583,221,-1.288947707,0.7473773692,746.12376655 +70,-1.541455867,0.7320216438,221,-1.288947707,0.7473773692,740.39026177 +71,-1.545410146,0.7304422281,221,-1.288947707,0.7473773692,752.94417075 +72,-1.543435491,0.7304713664,221,-1.288947707,0.7473773692,747.18712969 +73,-1.541463105,0.7304997613,221,-1.288947707,0.7473773692,741.43723057 +74,-1.545414768,0.7289194936,221,-1.288947707,0.7473773692,754.0322172 +75,-1.543435774,0.7289538557,221,-1.288947707,0.7473773692,748.25822038 +76,-1.541457714,0.7289765881,221,-1.288947707,0.7473773692,742.49540508 +77,-1.539449415,0.7320555866,221,-1.288947707,0.7473773692,734.53862194 +78,-1.537429183,0.7321097681,221,-1.288947707,0.7473773692,728.63366085 +79,-1.535472649,0.7321497267,221,-1.288947707,0.7473773692,722.92314101 +80,-1.539457899,0.7305333307,221,-1.288947707,0.7473773692,735.58845753 +81,-1.537453161,0.7305750503,221,-1.288947707,0.7473773692,729.73549115 +82,-1.535479385,0.7306124949,221,-1.288947707,0.7473773692,723.97549011 +83,-1.53946905,0.7290102593,221,-1.288947707,0.7473773692,736.69400162 +84,-1.537459922,0.7290417293,221,-1.288947707,0.7473773692,730.83484664 +85,-1.535451349,0.7290890157,221,-1.288947707,0.7473773692,724.96604552 +86,-1.535522937,0.7279887191,221,-1.288947707,0.7473773692,725.97808891 +87,-1.539442524,0.7274735939,221,-1.288947707,0.7473773692,737.74753288 +88,-1.537424111,0.727521351,221,-1.288947707,0.7473773692,731.8490756 +89,-1.539384641,0.7259505092,221,-1.288947707,0.7473773692,738.74725798 +90,-1.537372391,0.7259947145,221,-1.288947707,0.7473773692,732.86926728 +91,-1.535340789,0.7260435356,221,-1.288947707,0.7473773692,726.93172308 +92,-1.539325716,0.7244369706,221,-1.288947707,0.7473773692,739.78307468 +93,-1.537308932,0.7244801057,221,-1.288947707,0.7473773692,733.89307978 +94,-1.535289068,0.7245247645,221,-1.288947707,0.7473773692,727.99322494 +95,-1.533261366,0.7245550236,221,-1.288947707,0.7473773692,722.08266996 +96,-1.539267302,0.722921924,221,-1.288947707,0.7473773692,740.86774759 +97,-1.537248972,0.7229660258,221,-1.288947707,0.7473773692,734.97315513 +98,-1.535219431,0.7229916471,221,-1.288947707,0.7473773692,729.06202776 +99,-1.53318962,0.7230212049,221,-1.288947707,0.7473773692,723.14724009 +100,-1.531154816,0.7230299897,221,-1.288947707,0.7473773692,717.23601586 +101,-1.528878341,0.7230370244,221,-1.288947707,0.7473773692,710.62572699 +102,-1.539218189,0.7214009878,221,-1.288947707,0.7473773692,742.03053751 +103,-1.537198791,0.7214422745,221,-1.288947707,0.7473773692,736.13636127 +104,-1.535179266,0.7214634354,221,-1.288947707,0.7473773692,730.25991904 +105,-1.533156501,0.7214944644,221,-1.288947707,0.7473773692,724.36597873 +106,-1.53113574,0.7215166021,221,-1.288947707,0.7473773692,718.48620108 +107,-1.528874248,0.7215345535,221,-1.288947707,0.7473773692,711.91267598 +108,-1.539217656,0.7198512397,221,-1.288947707,0.7473773692,743.40634247 +109,-1.537199919,0.7199428763,221,-1.288947707,0.7473773692,737.47296939 +110,-1.545425832,0.727397149,221,-1.288947707,0.7473773692,755.18476953 +111,-1.543371177,0.7273916949,221,-1.288947707,0.7473773692,749.22052668 +112,-1.541368852,0.7274523163,221,-1.288947707,0.7473773692,743.35879909 +113,-1.545349067,0.7258710923,221,-1.288947707,0.7473773692,756.13097662 +114,-1.54332671,0.7258603556,221,-1.288947707,0.7473773692,750.26590883 +115,-1.541346831,0.7259242142,221,-1.288947707,0.7473773692,744.4661031 +116,-1.545324355,0.7243383958,221,-1.288947707,0.7473773692,757.27968462 +117,-1.543292796,0.7243617413,221,-1.288947707,0.7473773692,751.36196742 +118,-1.541295822,0.7244024384,221,-1.288947707,0.7473773692,745.5308706 +119,-1.543193859,0.7205570215,221,-1.288947707,0.7473773692,754.30659918 +120,-1.550257047,0.7386738187,221,-1.288947707,0.7473773692,762.00994519 +121,-1.549335448,0.7311736483,221,-1.288947707,0.7473773692,763.84851863 +122,-1.533478843,0.7179891343,221,-1.288947707,0.7473773692,728.49765324 +123,-1.556150555,0.738907041,221,-1.288947707,0.7473773692,778.99132473 +124,-1.554324226,0.733414257,221,-1.288947707,0.7473773692,776.87476169 +125,-1.554290846,0.7288285332,221,-1.288947707,0.7473773692,779.88474351 +126,-1.55122487,0.7219795312,221,-1.288947707,0.7473773692,776.37457018 +127,-1.525104458,0.7229399862,221,-1.288947707,0.7473773692,699.76168454 +128,-1.519607711,0.7236181429,221,-1.288947707,0.7473773692,683.24380528 +129,-1.513899999,0.7251107854,221,-1.288947707,0.7473773692,665.44819328 +130,-1.536620762,0.7431061895,221,-1.288947707,0.7473773692,720.33140956 +131,-1.5369566,0.7460845958,221,-1.288947707,0.7473773692,720.13239147 +132,-1.545345528,0.7447040685,221,-1.288947707,0.7473773692,744.96256903 +133,-1.532813921,0.7432306626,221,-1.288947707,0.7473773692,709.23905626 +134,-1.554788248,0.7382381001,221,-1.288947707,0.7473773692,775.39422429 +135,-1.540348126,0.7301594274,221,-1.288947707,0.7473773692,738.43382242 +136,-1.538016084,0.7239051786,221,-1.288947707,0.7473773692,736.41647481 +137,-1.525288962,0.7258085137,221,-1.288947707,0.7473773692,697.93404085 +138,-1.534326986,0.731241342,221,-1.288947707,0.7473773692,720.1990423 +139,-1.530733872,0.7303625216,221,-1.288947707,0.7473773692,710.36184099 +141,-1.534354939,0.7328219978,221,-1.288947707,0.7473773692,719.23971607 +142,-1.53157084,0.7292888153,221,-1.288947707,0.7473773692,713.55027176 +143,-1.525691035,0.7263799874,221,-1.288947707,0.7473773692,698.65150688 +144,-1.534031287,0.7495967835,221,-1.288947707,0.7473773692,710.53337964 +145,-1.527714986,0.7283095957,221,-1.288947707,0.7473773692,703.06291307 +146,-1.526189586,0.7271468292,221,-1.288947707,0.7473773692,699.50670957 +147,-1.555177336,0.7375563366,221,-1.288947707,0.7473773692,776.89588561 +148,-1.555080283,0.7312707794,221,-1.288947707,0.7473773692,780.47295689 +149,-1.53856994,0.7224180299,221,-1.288947707,0.7473773692,739.27147678 +150,-1.530837883,0.729933372,221,-1.288947707,0.7473773692,710.963714 +151,-1.515066984,0.5854133365,221,-1.288947707,0.7473773692,950.43793141 +152,-1.534731633,0.5368370046,221,-1.288947707,0.7473773692,1138.5082914 +153,-1.515231902,0.5607085576,221,-1.288947707,0.7473773692,1023.6403297 +154,-2.616253799,1.0684566605,221,-1.288947707,0.7473773692,3255.2482235 +155,-1.956071439,0.5792177723,221,-1.288947707,0.7473773692,2165.1307452 +156,-1.951208514,0.5602434208,221,-1.288947707,0.7473773692,2188.6292011 +157,-1.944675062,0.6062144545,221,-1.288947707,0.7473773692,2081.7684036 +158,-1.613778386,0.6077989518,221,-1.288947707,0.7473773692,1141.1417791 +159,-2.035029014,0.6021432345,221,-1.288947707,0.7473773692,2351.5046627 +160,-2.114989471,0.6801825058,221,-1.288947707,0.7473773692,2454.954854 +161,-2.037382079,0.5765830025,221,-1.288947707,0.7473773692,2405.9930488 +162,-2.129855121,0.6585019963,221,-1.288947707,0.7473773692,2530.6821312 +163,-2.075141798,0.6493615843,221,-1.288947707,0.7473773692,2387.5881662 +164,-1.828626729,0.6948433129,221,-1.288947707,0.7473773692,1609.8148781 +165,-1.863329418,0.6735427691,221,-1.288947707,0.7473773692,1737.9408071 +166,-1.266037071,0.727988852,221,-1.288947707,0.7473773692,102.01660758 +167,-1.277579582,0.7249010648,221,-1.288947707,0.7473773692,95.07607587 +168,-1.258418684,0.7241194816,221,-1.288947707,0.7473773692,128.53678562 +169,-1.317813974,0.6804850104,221,-1.288947707,0.7473773692,278.68034756 +170,-1.344165204,0.6790988904,221,-1.288947707,0.7473773692,316.96165166 +171,-1.427582102,0.5277120351,221,-1.288947707,0.7473773692,974.46684045 +172,-1.402238616,0.457167829,221,-1.288947707,0.7473773692,1206.5492472 +173,-1.422454264,0.4996161999,221,-1.288947707,0.7473773692,1070.0075189 +174,-1.439089277,0.4894859811,221,-1.288947707,0.7473773692,1129.0883468 +175,-1.448126995,0.5182330266,221,-1.288947707,0.7473773692,1038.8215999 +176,-1.474626146,0.5881926574,221,-1.288947707,0.7473773692,853.62352003 +177,-1.421139645,0.5584869783,221,-1.288947707,0.7473773692,855.13863996 +178,-1.457037165,0.565943032,221,-1.288947707,0.7473773692,890.05024364 +179,-2.757159358,0.3745319,221,-1.288947707,0.7473773692,4937.6858033 +180,-2.714309238,0.342054471,221,-1.288947707,0.7473773692,4897.6613452 +181,-2.000525337,0.774119946,221,-1.288947707,0.7473773692,2023.1230929 +183,-1.571413436,0.6777838382,221,-1.288947707,0.7473773692,888.6779347 +184,-1.552860289,0.6987663893,221,-1.288947707,0.7473773692,805.86851504 +185,-1.521852374,0.7165827476,221,-1.288947707,0.7473773692,696.21131443 +186,-1.503656267,0.6928968252,221,-1.288947707,0.7473773692,673.98791205 +187,-1.502753178,0.7136205882,221,-1.288947707,0.7473773692,644.18534797 +188,-1.631894563,0.7343596465,221,-1.288947707,0.7473773692,1001.4020875 +189,-1.653765416,0.6770714026,221,-1.288947707,0.7473773692,1125.4265801 +190,-1.719812114,0.6715965947,221,-1.288947707,0.7473773692,1324.014981 +191,-1.493406659,0.6646955447,221,-1.288947707,0.7473773692,696.9812408 +192,-1.469120564,0.6613469966,221,-1.288947707,0.7473773692,641.06089589 +193,-1.590551461,0.5326612937,221,-1.288947707,0.7473773692,1276.5514149 +194,-1.625979264,0.5247742243,221,-1.288947707,0.7473773692,1383.5616029 +195,-1.572293943,0.5238808754,221,-1.288947707,0.7473773692,1260.3422886 +196,-1.610848725,0.5477107964,221,-1.288947707,0.7473773692,1283.365493 +197,-1.208485554,0.7918526018,221,-1.288947707,0.7473773692,288.75439331 +198,-1.335601374,0.6869083083,221,-1.288947707,0.7473773692,277.03103389 +199,-1.346156996,0.6825213377,221,-1.288947707,0.7473773692,308.60774751 +200,-1.324381037,0.6741422347,221,-1.288947707,0.7473773692,308.94368989 +201,-1.242424992,0.7378949807,221,-1.288947707,0.7473773692,140.84732878 +202,-1.270370057,0.7392461008,221,-1.288947707,0.7473773692,63.02647637 +203,-1.448950472,0.7441675014,221,-1.288947707,0.7473773692,465.48935566 +204,-1.492662363,0.7523026852,221,-1.288947707,0.7473773692,590.34289622 +205,-1.479098966,0.7763855017,221,-1.288947707,0.7473773692,556.48951255 +206,-1.633760714,0.7869022408,221,-1.288947707,0.7473773692,993.0571245 +207,-1.647406434,0.8101289331,221,-1.288947707,0.7473773692,1037.5156968 +208,-1.564245052,0.5701509278,221,-1.288947707,0.7473773692,1108.6431656 +209,-1.646289963,0.6833746083,221,-1.288947707,0.7473773692,1095.1234717 +210,-1.5820631,0.6751952144,221,-1.288947707,0.7473773692,922.94377163 +211,-1.613236298,0.6681681791,221,-1.288947707,0.7473773692,1022.6652681 +212,-1.914661867,0.8212566515,221,-1.288947707,0.7473773692,1762.7590786 +213,-1.742133237,0.7250275956,221,-1.288947707,0.7473773692,1327.8615909 +214,-2.033144872,0.6557314699,221,-1.288947707,0.7473773692,2256.2185122 +215,-2.039551981,0.6964723658,221,-1.288947707,0.7473773692,2216.287547 +216,-1.247341019,0.7622473908,221,-1.288947707,0.7473773692,133.70744145 +217,-1.298239787,0.7084123392,221,-1.288947707,0.7473773692,156.76646458 +218,-1.308539688,0.6926545592,221,-1.288947707,0.7473773692,224.46508159 +219,-1.303263185,0.6888938396,221,-1.288947707,0.7473773692,235.55206782 +220,-1.852400229,0.6004246149,221,-1.288947707,0.7473773692,1825.4713933 +221,-1.288947707,0.7473773692,221,-1.288947707,0.7473773692,40.196019156 +222,-1.372031502,0.7472790993,221,-1.288947707,0.7473773692,241.3617936 +223,-1.289805721,0.7242157877,221,-1.288947707,0.7473773692,91.777604932 +224,-1.350807603,0.7533498126,221,-1.288947707,0.7473773692,180.76326885 +225,-1.329290365,0.7560442322,221,-1.288947707,0.7473773692,121.6736841 +226,-1.410153004,0.616936428,221,-1.288947707,0.7473773692,636.53153229 +227,-1.393445434,0.6308995063,221,-1.288947707,0.7473773692,560.82627006 +228,-1.37595573,0.6241540638,221,-1.288947707,0.7473773692,555.9532736 +229,-1.358388707,0.6172645205,221,-1.288947707,0.7473773692,557.66069154 +230,-1.753741133,0.8281661666,221,-1.288947707,0.7473773692,1330.4250822 +231,-1.47430987,0.6834615681,221,-1.288947707,0.7473773692,608.69940253 +232,-1.421012508,0.7222725206,221,-1.288947707,0.7473773692,400.49887475 +233,-1.4476833,0.6978557868,221,-1.288947707,0.7473773692,510.43055158 +234,-1.470370723,0.6966193374,221,-1.288947707,0.7473773692,575.08517629 +235,-1.429211703,0.7037216883,221,-1.288947707,0.7473773692,449.94645657 +236,-1.700578405,0.6178673663,221,-1.288947707,0.7473773692,1359.3845602 +237,-1.678117619,0.6331716163,221,-1.288947707,0.7473773692,1267.0690228 +238,-1.725644578,0.6316331145,221,-1.288947707,0.7473773692,1404.9092407 +239,-2.14012759,0.7930497945,221,-1.288947707,0.7473773692,2389.3949139 +240,-2.103289431,0.7653606263,221,-1.288947707,0.7473773692,2315.5686829 +241,-1.318739838,0.7017808746,221,-1.288947707,0.7473773692,201.05221925 +242,-1.396417427,0.7077900843,221,-1.288947707,0.7473773692,354.3422129 +243,-1.35650337,0.7185539404,221,-1.288947707,0.7473773692,229.27646194 +244,-1.248884539,0.7274156818,221,-1.288947707,0.7473773692,141.58955095 +245,-1.395014798,0.5761185243,221,-1.288947707,0.7473773692,754.47258005 +246,-1.433377362,0.6064716109,221,-1.288947707,0.7473773692,713.63006396 +247,-1.408172432,0.5903155476,221,-1.288947707,0.7473773692,723.48387761 +248,-1.749645898,0.7757118084,221,-1.288947707,0.7473773692,1319.7549277 +249,-1.571626686,0.615046989,221,-1.288947707,0.7473773692,1012.9088193 +250,-1.514070049,0.6303003037,221,-1.288947707,0.7473773692,828.53966259 +251,-1.480890369,0.6237966528,221,-1.288947707,0.7473773692,764.32187103 +252,-1.704390658,0.5281680612,221,-1.288947707,0.7473773692,1572.9730344 +253,-1.64434733,0.5254277498,221,-1.288947707,0.7473773692,1426.8636087 +254,-1.703855997,0.4792484842,221,-1.288947707,0.7473773692,1702.4627122 +255,-1.692002383,0.5748825051,221,-1.288947707,0.7473773692,1426.6884248 +256,-1.854136457,0.5544643913,221,-1.288947707,0.7473773692,1922.7882372 +257,-1.665021206,0.520317736,221,-1.288947707,0.7473773692,1492.4004857 +258,-1.733654349,0.4845187345,221,-1.288947707,0.7473773692,1763.4564696 +259,-1.720938188,0.5135933906,221,-1.288947707,0.7473773692,1653.6853794 +260,-1.742668307,0.553296122,221,-1.288947707,0.7473773692,1614.384665 +261,-1.965659039,0.7142126903,221,-1.288947707,0.7473773692,1982.6661184 +262,-1.944438071,0.6772834804,221,-1.288947707,0.7473773692,1968.0598886 +263,-1.270340967,0.7681487096,221,-1.288947707,0.7473773692,98.15690185 +264,-1.353091884,0.6549276821,221,-1.288947707,0.7473773692,414.36406851 +265,-1.333236659,0.6413584414,221,-1.288947707,0.7473773692,440.98791647 +266,-1.352015998,0.6753788907,221,-1.288947707,0.7473773692,342.17234413 +267,-1.377988483,0.6577816235,221,-1.288947707,0.7473773692,445.2228332 +268,-2.13075611,0.8318642051,221,-1.288947707,0.7473773692,2333.0335353 +269,-2.097910953,0.8259670014,221,-1.288947707,0.7473773692,2250.3485114 +270,-1.416382069,0.6694271549,221,-1.288947707,0.7473773692,491.88021476 +271,-1.538905672,0.7535625993,221,-1.288947707,0.7473773692,723.64712234 +272,-1.572309477,0.7803125099,221,-1.288947707,0.7473773692,819.58319573 +273,-1.87759879,0.7503853417,221,-1.288947707,0.7473773692,1696.2361323 +274,1.152365588,0.590457682,221,-1.288947707,0.7473773692,6568.8427916 +275,0.350198001,0.718001859,221,-1.288947707,0.7473773692,4550.9857281 +276,0.046513677,0.491503852,221,-1.288947707,0.7473773692,4276.784087 +277,0.027510309,0.742571376,221,-1.288947707,0.7473773692,3694.879066 +278,0.306285725,-0.214631579,221,-1.288947707,0.7473773692,6867.5797441 +279,-1.100564889,0.318051531,221,-1.288947707,0.7473773692,1814.2953197 +280,-1.078582306,0.301437596,221,-1.288947707,0.7473773692,1903.2500435 +281,-1.137371989,-0.617634065,221,-1.288947707,0.7473773692,5434.5323935 +282,0.784356344,0.703272339,221,-1.288947707,0.7473773692,5544.6913415 +283,-1.221209947,0.218327455,221,-1.288947707,0.7473773692,2108.4187971 +284,2.347301921,-0.449114658,221,-1.288947707,0.7473773692,10455.632633 +285,0.246820618,0.830553713,221,-1.288947707,0.7473773692,4059.7245356 +286,0.829414965,0.703288228,221,-1.288947707,0.7473773692,5632.1526285 +287,-1.337537566,0.42332223,221,-1.288947707,0.7473773692,1293.3648413 +288,0.882453706,0.454478077,221,-1.288947707,0.7473773692,6515.4963716 +289,1.575629659,0.416419109,221,-1.288947707,0.7473773692,7724.3843519 +290,-1.039455679,0.229888244,221,-1.288947707,0.7473773692,2220.4218038 +291,0.489558039,0.934482747,221,-1.288947707,0.7473773692,4342.8050994 +292,0.081344504,0.88384514,221,-1.288947707,0.7473773692,3582.1726402 +293,-1.547979814,0.300350308,221,-1.288947707,0.7473773692,1974.0524252 +294,0.040776181,0.168560074,221,-1.288947707,0.7473773692,5070.2987553 +295,-1.130374745,0.563894876,221,-1.288947707,0.7473773692,879.74654053 +296,1.578326642,0.478507176,221,-1.288947707,0.7473773692,7486.1181195 +297,-1.12861823,-0.291640865,221,-1.288947707,0.7473773692,4156.8309522 +298,0.310524208,0.770885792,221,-1.288947707,0.7473773692,4335.1725977 +299,0.415649091,-0.387246002,221,-1.288947707,0.7473773692,7626.8090927 +300,-0.926533878,-0.188022748,221,-1.288947707,0.7473773692,3930.8462535 +301,1.258856172,-0.11716081,221,-1.288947707,0.7473773692,9201.1860635 +302,-1.126050026,0.322941926,221,-1.288947707,0.7473773692,1767.6758439 +303,2.002785835,0.07893892,221,-1.288947707,0.7473773692,9126.7310721 +304,0.440437607,0.746258085,221,-1.288947707,0.7473773692,4693.3095078 +305,-0.030391866,0.214441206,221,-1.288947707,0.7473773692,4742.8108068 +306,0.521557815,-0.058929362,221,-1.288947707,0.7473773692,7075.6636175 +307,-0.097005111,0.13317729,221,-1.288947707,0.7473773692,4766.8955714 +308,1.83113859,0.221857587,221,-1.288947707,0.7473773692,8603.9139553 +309,0.222428864,0.099404236,221,-1.288947707,0.7473773692,5782.15138 +310,-1.702731345,0.8728568183,221,-1.288947707,0.7473773692,1227.5946706 +311,-0.418507569,0.278324921,221,-1.288947707,0.7473773692,3464.4422779 +312,-1.41153306,0.339029988,221,-1.288947707,0.7473773692,1668.4842713 +313,0.357560442,0.114788776,221,-1.288947707,0.7473773692,6131.8504864 +314,0.325818979,0.268352149,221,-1.288947707,0.7473773692,5628.9866597 +315,-1.246004659,-0.663679965,221,-1.288947707,0.7473773692,5591.3350886 +316,1.814603087,0.637404484,221,-1.288947707,0.7473773692,6957.0087479 +317,1.843704281,-0.18300445,221,-1.288947707,0.7473773692,10208.153914 +318,1.690644492,-0.211480909,221,-1.288947707,0.7473773692,10249.413561 +319,-1.275451936,0.068109467,221,-1.288947707,0.7473773692,2691.0003041 +320,0.762430171,-0.207594741,221,-1.288947707,0.7473773692,8168.5161438 +321,0.265668905,-0.014647884,221,-1.288947707,0.7473773692,6214.3605441 +322,-2.773032013,-0.335515811,221,-1.288947707,0.7473773692,6873.760509 +323,-1.469512853,0.174058777,221,-1.288947707,0.7473773692,2355.2918472 +324,0.286276986,0.785925691,221,-1.288947707,0.7473773692,4245.1909706 +325,-1.379324697,0.377432233,221,-1.288947707,0.7473773692,1495.5420616 +326,-1.203778265,0.212813032,221,-1.288947707,0.7473773692,2137.5272435 +327,0.579916301,0.611743168,221,-1.288947707,0.7473773692,5367.5815931 +328,0.267582642,0.868113908,221,-1.288947707,0.7473773692,4030.4679713 +329,0.412869244,-0.050245578,221,-1.288947707,0.7473773692,6737.6886067 +330,0.17524381,0.976660285,221,-1.288947707,0.7473773692,3638.6197334 +331,0.743157214,0.204812899,221,-1.288947707,0.7473773692,6944.5171163 +332,-1.070758176,0.269382282,221,-1.288947707,0.7473773692,2032.960436 +333,-1.230364251,0.329790229,221,-1.288947707,0.7473773692,1665.6516955 +334,-1.374813124,-0.024926835,221,-1.288947707,0.7473773692,3074.4011939 +335,0.519780566,0.463669906,221,-1.288947707,0.7473773692,5628.046705 +336,-1.55108034,0.239698561,221,-1.288947707,0.7473773692,2201.094139 +337,0.180294813,0.029739425,221,-1.288947707,0.7473773692,5846.9005353 +338,0.67820924,0.268170153,221,-1.288947707,0.7473773692,6590.6056839 +339,0.445798684,1.024001867,221,-1.288947707,0.7473773692,4063.4223296 +340,0.691751283,0.150521402,221,-1.288947707,0.7473773692,6967.3116113 +341,-1.036643551,-0.903056181,221,-1.288947707,0.7473773692,6594.5398178 +342,-0.120287036,1.083325163,221,-1.288947707,0.7473773692,2951.4241478 +343,2.823513113,-0.304487164,221,-1.288947707,0.7473773692,8765.0943592 +344,0.457583172,1.12513373,221,-1.288947707,0.7473773692,3876.8772013 +345,0.042918831,0.813795399,221,-1.288947707,0.7473773692,3606.7700108 +346,1.196146777,-0.853142756,221,-1.288947707,0.7473773692,10604.876605 +347,0.206001358,-0.010430701,221,-1.288947707,0.7473773692,6029.7964771 +348,-0.268308653,0.234799412,221,-1.288947707,0.7473773692,4004.2209196 +349,0.759363263,0.736189579,221,-1.288947707,0.7473773692,5397.571077 +350,0.181363926,0.891988372,221,-1.288947707,0.7473773692,3794.2538235 +351,-0.021111158,0.139103292,221,-1.288947707,0.7473773692,4969.4361312 +352,-0.093355215,0.630686981,221,-1.288947707,0.7473773692,3583.5721101 +353,0.40118964,0.681375926,221,-1.288947707,0.7473773692,4761.9337555 +354,-0.721197315,1.304706234,221,-1.288947707,0.7473773692,2424.7478511 +355,-1.076150317,0.212107639,221,-1.288947707,0.7473773692,2242.6290596 +356,-1.577164531,0.273993443,221,-1.288947707,0.7473773692,2114.1854365 +357,-0.190788414,0.182208586,221,-1.288947707,0.7473773692,4366.2226854 +358,-0.261349752,0.209710184,221,-1.288947707,0.7473773692,4091.407756 +359,-1.029303852,0.083549259,221,-1.288947707,0.7473773692,2783.1486414 +360,-1.268609162,0.330525297,221,-1.288947707,0.7473773692,1652.5542347 +361,1.282982244,-0.926641967,221,-1.288947707,0.7473773692,10793.183898 +362,0.217352334,0.731352408,221,-1.288947707,0.7473773692,4197.3892993 +363,-1.511833084,0.258629297,221,-1.288947707,0.7473773692,2079.0712166 +364,0.338812194,0.823184618,221,-1.288947707,0.7473773692,4283.5942746 +365,-0.324406489,1.134201999,221,-1.288947707,0.7473773692,2596.8357984 +366,1.389579348,0.399185724,221,-1.288947707,0.7473773692,7597.9622258 +367,2.047152199,-0.039082036,221,-1.288947707,0.7473773692,9555.1528262 +368,0.947780369,0.568250077,221,-1.288947707,0.7473773692,6285.8032241 +369,0.763824846,0.576754987,221,-1.288947707,0.7473773692,5882.1925473 +370,-0.142334657,0.928153068,221,-1.288947707,0.7473773692,3009.1591816 +371,0.610266567,0.547265983,221,-1.288947707,0.7473773692,5618.8429777 +372,0.210731629,0.746815056,221,-1.288947707,0.7473773692,4148.0276824 +373,-1.34931644,0.316895224,221,-1.288947707,0.7473773692,1717.1508451 +374,2.407696481,0.655030745,221,-1.288947707,0.7473773692,6540.2158392 +375,0.64207831,0.545359131,221,-1.288947707,0.7473773692,5699.3453243 +376,1.174597538,0.840588356,221,-1.288947707,0.7473773692,5723.9433439 +377,0.660059424,0.010604079,221,-1.288947707,0.7473773692,7278.6061548 +378,-0.730263819,0.010486456,221,-1.288947707,0.7473773692,3527.1586627 +379,0.831068936,0.512339172,221,-1.288947707,0.7473773692,6223.9742062 +380,1.301180979,0.72367476,221,-1.288947707,0.7473773692,6293.6145339 +381,1.811128231,0.322854402,221,-1.288947707,0.7473773692,8201.9548194 +382,0.435105812,0.992284428,221,-1.288947707,0.7473773692,4111.7720005 +383,0.62643634,0.592027932,221,-1.288947707,0.7473773692,5530.3607644 +384,0.492988703,-0.516339467,221,-1.288947707,0.7473773692,8156.660076 +385,-0.162469483,0.112549365,221,-1.288947707,0.7473773692,4636.6408274 +386,0.314630866,0.472006421,221,-1.288947707,0.7473773692,5066.2638717 +387,0.166744804,0.822815954,221,-1.288947707,0.7473773692,3888.6911912 +388,0.417159608,0.965805736,221,-1.288947707,0.7473773692,4135.1421493 +389,0.106334961,0.868774244,221,-1.288947707,0.7473773692,3664.6121476 +390,0.815086969,-0.338144359,221,-1.288947707,0.7473773692,8659.1934547 +391,0.59867455,-0.230624824,221,-1.288947707,0.7473773692,7756.6574988 +392,1.915104874,0.066220985,221,-1.288947707,0.7473773692,9213.4144879 +393,1.278093622,0.064463721,221,-1.288947707,0.7473773692,8627.3754716 +394,-0.061477853,0.302997961,221,-1.288947707,0.7473773692,4424.0362681 +395,0.251311504,0.626976942,221,-1.288947707,0.7473773692,4518.457471 +396,2.950242872,0.149095644,221,-1.288947707,0.7473773692,7139.5310843 +397,-0.180294708,0.35375117,221,-1.288947707,0.7473773692,3951.8269662 +398,1.010448592,-0.351180233,221,-1.288947707,0.7473773692,9251.2639175 +399,-1.748740498,0.3686318073,221,-1.288947707,0.7473773692,2136.1452082 +400,2.699635665,0.123533791,221,-1.288947707,0.7473773692,7844.5132253 +401,0.496808033,0.823843254,221,-1.288947707,0.7473773692,4624.4598311 +402,0.129574704,0.763364087,221,-1.288947707,0.7473773692,3913.6991099 +403,1.798920311,0.817447563,221,-1.288947707,0.7473773692,6242.7093407 +404,0.335987953,0.746786541,221,-1.288947707,0.7473773692,4449.9025447 +405,-1.085413643,0.292154671,221,-1.288947707,0.7473773692,1929.6517454 +406,-0.155321003,0.508207011,221,-1.288947707,0.7473773692,3662.8643853 +407,0.620529244,-0.301175104,221,-1.288947707,0.7473773692,8001.6927106 +408,1.684402744,0.368716966,221,-1.288947707,0.7473773692,7980.5178699 +409,0.300582244,-0.386397212,221,-1.288947707,0.7473773692,7300.2309358 +410,2.913555946,-0.009225192,221,-1.288947707,0.7473773692,7698.6811821 +411,1.465101417,0.493232532,221,-1.288947707,0.7473773692,7330.8099965 +412,0.090612882,0.907955955,221,-1.288947707,0.7473773692,3565.0787521 +413,2.987564726,-0.729568594,221,-1.288947707,0.7473773692,9205.0226025 +414,-1.484261606,0.224149272,221,-1.288947707,0.7473773692,2177.8728515 +415,0.164073421,0.303955133,221,-1.288947707,0.7473773692,5074.393673 +416,0.141441293,0.167552546,221,-1.288947707,0.7473773692,5365.3686302 +417,2.931321023,-0.506718887,221,-1.288947707,0.7473773692,8936.3144084 +418,2.21951565,0.700596356,221,-1.288947707,0.7473773692,6559.8159966 +419,0.268112576,1.199114336,221,-1.288947707,0.7473773692,3486.6425757 +420,0.978913739,0.359223811,221,-1.288947707,0.7473773692,7027.0230703 +421,1.210898818,0.522863584,221,-1.288947707,0.7473773692,6897.0683834 +422,2.347397336,0.129231362,221,-1.288947707,0.7473773692,8540.7329866 +423,0.614394501,0.556878345,221,-1.288947707,0.7473773692,5601.5073379 +424,-1.398079356,0.148483366,221,-1.288947707,0.7473773692,2402.3730135 +425,2.535303836,-0.112984496,221,-1.288947707,0.7473773692,8983.7048414 +426,-1.019372593,-0.405322349,221,-1.288947707,0.7473773692,4670.7526446 +427,-1.297785627,-0.160104069,221,-1.288947707,0.7473773692,3594.6761308 +428,2.144554488,0.205051084,221,-1.288947707,0.7473773692,8525.4791462 +429,-2.242387083,-0.426171285,221,-1.288947707,0.7473773692,5802.7404677 +430,0.338637212,0.909723676,221,-1.288947707,0.7473773692,4097.6143235 +431,-0.148798452,0.691042401,221,-1.288947707,0.7473773692,3318.2016794 +432,0.893524764,0.441829531,221,-1.288947707,0.7473773692,6579.2982536 +433,0.969229347,-0.368847936,221,-1.288947707,0.7473773692,9179.3036147 +434,0.436043248,0.800045688,221,-1.288947707,0.7473773692,4552.3146881 +435,1.687946607,1.081504775,221,-1.288947707,0.7473773692,5180.5231351 +436,0.522302046,-0.034889271,221,-1.288947707,0.7473773692,7012.5324913 +437,-0.178996113,-0.438090009,221,-1.288947707,0.7473773692,6194.0667902 +438,-1.094339566,0.301444068,221,-1.288947707,0.7473773692,1884.1174396 +439,-1.064070054,0.242569932,221,-1.288947707,0.7473773692,2141.7753367 +440,-1.068153768,0.230387998,221,-1.288947707,0.7473773692,2182.7052497 +441,-3.00496892,-0.23989155,221,-1.288947707,0.7473773692,7282.6537723 +442,0.21751974,0.766874888,221,-1.288947707,0.7473773692,4122.2853308 +443,0.117229532,0.007619006,221,-1.288947707,0.7473773692,5724.005755 +444,0.777758451,0.420554741,221,-1.288947707,0.7473773692,6384.7372991 +445,-0.252356999,0.250747086,221,-1.288947707,0.7473773692,4007.2907556 +446,0.363148444,0.768483434,221,-1.288947707,0.7473773692,4463.0034343 +447,0.903191366,-0.118210676,221,-1.288947707,0.7473773692,8314.945487 +448,-0.205755923,0.149406178,221,-1.288947707,0.7473773692,4412.9346275 +449,1.811996086,0.02364353,221,-1.288947707,0.7473773692,9386.3933544 +450,-1.100670221,0.314845373,221,-1.288947707,0.7473773692,1826.2481846 +451,0.340078597,0.850105132,221,-1.288947707,0.7473773692,4227.3674604 +452,0.258757267,0.804969236,221,-1.288947707,0.7473773692,4140.2375397 +453,2.78505352,-0.155160804,221,-1.288947707,0.7473773692,8466.7145662 +454,0.800551619,0.105822106,221,-1.288947707,0.7473773692,7386.5031816 +455,0.437940882,-0.506194031,221,-1.288947707,0.7473773692,7979.4391096 +456,2.230431122,0.63458615,221,-1.288947707,0.7473773692,6802.5448008 +457,0.527965361,0.127667701,221,-1.288947707,0.7473773692,6581.7072179 +458,-0.063643205,0.702093448,221,-1.288947707,0.7473773692,3529.309286 +459,1.408447268,0.133010502,221,-1.288947707,0.7473773692,8606.4914637 +460,0.523795955,0.280266966,221,-1.288947707,0.7473773692,6146.1087819 +461,-0.975769313,0.072177659,221,-1.288947707,0.7473773692,2892.5762064 +462,0.549774164,-0.463663986,221,-1.288947707,0.7473773692,8194.4674186 +463,0.29245874,1.095549818,221,-1.288947707,0.7473773692,3668.9032933 +464,0.143625958,0.816809593,221,-1.288947707,0.7473773692,3845.1852983 +465,0.671902494,0.611159853,221,-1.288947707,0.7473773692,5578.9119932 +466,1.239840988,0.6724199,221,-1.288947707,0.7473773692,6404.2530969 +467,0.607829703,-0.10932137,221,-1.288947707,0.7473773692,7460.5923701 +468,1.763020906,0.263996692,221,-1.288947707,0.7473773692,8424.5286497 +469,0.378714634,0.726066797,221,-1.288947707,0.7473773692,4599.5063543 +470,2.196736143,-0.153862366,221,-1.288947707,0.7473773692,9807.0667795 +471,0.01702415,0.148991565,221,-1.288947707,0.7473773692,5053.3855372 +472,-2.998490902,-0.158002487,221,-1.288947707,0.7473773692,7048.3416033 +473,-3.051262951,-0.346595608,221,-1.288947707,0.7473773692,7690.0339738 +474,-1.069176439,0.182802941,221,-1.288947707,0.7473773692,2361.5973074 +475,0.167157509,0.595344954,221,-1.288947707,0.7473773692,4370.0536967 +476,0.613855648,0.681746124,221,-1.288947707,0.7473773692,5250.9220163 +477,1.037012736,0.682555367,221,-1.288947707,0.7473773692,6068.7878512 +478,-1.253574971,0.379755746,221,-1.288947707,0.7473773692,1460.8385877 +479,3.108590453,-0.132620738,221,-1.288947707,0.7473773692,7491.3547188 +480,0.565301296,0.022333262,221,-1.288947707,0.7473773692,6978.7225466 +481,0.547898238,0.855555614,221,-1.288947707,0.7473773692,4649.3180226 +482,0.948309381,0.417393755,221,-1.288947707,0.7473773692,6774.1623937 +483,-0.050600732,0.945269213,221,-1.288947707,0.7473773692,3199.2219227 +484,-0.977651478,-0.572363064,221,-1.288947707,0.7473773692,5348.2189343 +485,1.102014914,0.728861163,221,-1.288947707,0.7473773692,6013.4111379 +486,2.927300795,-0.282939414,221,-1.288947707,0.7473773692,8411.4123441 +487,-1.154565557,0.124434095,221,-1.288947707,0.7473773692,2511.6841082 +488,1.855331234,0.291044755,221,-1.288947707,0.7473773692,8330.6468123 +489,0.830290659,0.276904518,221,-1.288947707,0.7473773692,6946.9268491 +490,0.485104466,-0.234867441,221,-1.288947707,0.7473773692,7437.8395933 +491,0.521367572,-0.33161327,221,-1.288947707,0.7473773692,7790.8651705 +1,-1.539031704,0.7349710123,222,-1.372031502,0.7472790993,490.14678444 +2,-1.536990553,0.7349663874,222,-1.372031502,0.7472790993,484.22466167 +3,-1.534951779,0.7349571355,222,-1.372031502,0.7472790993,478.31283993 +4,-1.532906461,0.7349480293,222,-1.372031502,0.7472790993,472.38252709 +5,-1.531320211,0.7346937278,222,-1.372031502,0.7472790993,467.93899264 +6,-1.539451648,0.7335131775,222,-1.372031502,0.7472790993,492.29408464 +7,-1.537429487,0.7335445708,222,-1.372031502,0.7472790993,486.40675327 +8,-1.535484998,0.7335658704,222,-1.372031502,0.7472790993,480.75195342 +9,-1.533488396,0.7336036027,222,-1.372031502,0.7472790993,474.93563154 +10,-1.531497785,0.7335842962,222,-1.372031502,0.7472790993,469.17527901 +11,-1.530259379,0.7334777758,222,-1.372031502,0.7472790993,465.65554988 +12,-1.5335454,0.7322346912,222,-1.372031502,0.7472790993,476.04018604 +13,-1.531489083,0.7322238773,222,-1.372031502,0.7472790993,470.08854027 +14,-1.530011122,0.7321679851,222,-1.372031502,0.7472790993,465.84594386 +15,-1.53348106,0.7306614094,222,-1.372031502,0.7472790993,477.00679527 +16,-1.531441779,0.7306962275,222,-1.372031502,0.7472790993,471.07635559 +17,-1.529755654,0.7306933243,222,-1.372031502,0.7472790993,466.19788936 +18,-1.533415048,0.7291384674,222,-1.372031502,0.7472790993,478.00642164 +19,-1.531392093,0.7291705353,222,-1.372031502,0.7472790993,472.13050246 +20,-1.529296523,0.7291214933,222,-1.372031502,0.7472790993,466.11197486 +21,-1.535280942,0.727267644,222,-1.372031502,0.7472790993,484.95718795 +22,-1.533378158,0.7276139666,222,-1.372031502,0.7472790993,479.16457171 +23,-1.531340368,0.7276446587,222,-1.372031502,0.7472790993,473.25304574 +24,-1.528960113,0.7276398177,222,-1.372031502,0.7472790993,466.38510772 +25,-1.533313146,0.7260818349,222,-1.372031502,0.7472790993,480.3209836 +26,-1.531259555,0.7260958115,222,-1.372031502,0.7472790993,474.38616188 +27,-1.528926415,0.7260865555,222,-1.372031502,0.7472790993,467.66885031 +28,-1.531226779,0.7245511789,222,-1.372031502,0.7472790993,475.72909292 +29,-1.528904772,0.7245519194,222,-1.372031502,0.7472790993,469.04594396 +30,-1.547195875,0.7409785979,222,-1.372031502,0.7472790993,510.74001839 +31,-1.5451475,0.740980426,222,-1.372031502,0.7472790993,504.7878711 +32,-1.543097679,0.7409798872,222,-1.372031502,0.7472790993,498.83246244 +33,-1.540720364,0.7409892687,222,-1.372031502,0.7472790993,491.9212321 +34,-1.547188511,0.7395198392,222,-1.372031502,0.7472790993,511.3742985 +35,-1.545148587,0.7395226109,222,-1.372031502,0.7472790993,505.4458846 +36,-1.543104538,0.7395314908,222,-1.372031502,0.7472790993,499.50262525 +37,-1.540727751,0.7395306258,222,-1.372031502,0.7472790993,492.59720742 +38,-1.547187029,0.7380014886,222,-1.372031502,0.7472790993,512.12043051 +39,-1.545147315,0.7380012252,222,-1.372031502,0.7472790993,506.19457092 +40,-1.54310719,0.7380060743,222,-1.372031502,0.7472790993,500.26499499 +41,-1.540719671,0.7380068206,222,-1.372031502,0.7472790993,493.32845737 +42,-1.547187189,0.7364799098,222,-1.372031502,0.7472790993,512.94218241 +43,-1.545149996,0.7364853874,222,-1.372031502,0.7472790993,507.02174029 +44,-1.543106091,0.7364823484,222,-1.372031502,0.7472790993,501.0868553 +45,-1.540717158,0.7364893901,222,-1.372031502,0.7472790993,494.14447664 +46,-1.538663972,0.7410138672,222,-1.372031502,0.7472790993,485.93592307 +47,-1.53695285,0.7409699132,222,-1.372031502,0.7472790993,480.98291906 +48,-1.534910498,0.7409641297,222,-1.372031502,0.7472790993,475.05125194 +49,-1.533145034,0.7409536636,222,-1.372031502,0.7472790993,469.92606887 +50,-1.538681336,0.7395405883,222,-1.372031502,0.7472790993,486.64663422 +51,-1.536999189,0.7395183096,222,-1.372031502,0.7472790993,481.76970178 +52,-1.534923633,0.7395144222,222,-1.372031502,0.7472790993,475.74111801 +53,-1.533267822,0.7395654306,222,-1.372031502,0.7472790993,470.90619928 +54,-1.53867273,0.7380151077,222,-1.372031502,0.7472790993,487.37761218 +55,-1.536980576,0.7379994392,222,-1.372031502,0.7472790993,482.47004935 +56,-1.534931522,0.7379944961,222,-1.372031502,0.7472790993,476.52030685 +57,-1.533387952,0.7379480264,222,-1.372031502,0.7472790993,472.06085237 +58,-1.538682279,0.7364914363,222,-1.372031502,0.7472790993,488.23354959 +59,-1.536980704,0.7364810563,222,-1.372031502,0.7472790993,483.2979259 +60,-1.534935567,0.7364752065,222,-1.372031502,0.7472790993,477.36233712 +61,-1.533042592,0.7363876366,222,-1.372031502,0.7472790993,471.91586961 +62,-1.545143426,0.7349628011,222,-1.372031502,0.7472790993,507.89543766 +63,-1.543105297,0.7349691947,222,-1.372031502,0.7472790993,501.97398182 +64,-1.541064533,0.7349647152,222,-1.372031502,0.7472790993,496.0519398 +65,-1.545411803,0.7334624714,222,-1.372031502,0.7472790993,509.6220413 +66,-1.543446606,0.7334780896,222,-1.372031502,0.7472790993,503.90884741 +67,-1.541475327,0.7334957295,222,-1.372031502,0.7472790993,498.17716594 +68,-1.545401939,0.731963266,222,-1.372031502,0.7472790993,510.60704765 +69,-1.54342253,0.7319915583,222,-1.372031502,0.7472790993,504.8467227 +70,-1.541455867,0.7320216438,222,-1.372031502,0.7472790993,499.12269321 +71,-1.545410146,0.7304422281,222,-1.372031502,0.7472790993,511.72722824 +72,-1.543435491,0.7304713664,222,-1.372031502,0.7472790993,505.98326464 +73,-1.541463105,0.7304997613,222,-1.372031502,0.7472790993,500.24718599 +74,-1.545414768,0.7289194936,222,-1.372031502,0.7472790993,512.90637533 +75,-1.543435774,0.7289538557,222,-1.372031502,0.7472790993,507.14966019 +76,-1.541457714,0.7289765881,222,-1.372031502,0.7472790993,501.40578457 +77,-1.539449415,0.7320555866,222,-1.372031502,0.7472790993,493.28119917 +78,-1.537429183,0.7321097681,222,-1.372031502,0.7472790993,487.38611924 +79,-1.535472649,0.7321497267,222,-1.372031502,0.7472790993,481.68634271 +80,-1.539457899,0.7305333307,222,-1.372031502,0.7472790993,494.41293698 +81,-1.537453161,0.7305750503,222,-1.372031502,0.7472790993,488.57473019 +82,-1.535479385,0.7306124949,222,-1.372031502,0.7472790993,482.83022903 +83,-1.53946905,0.7290102593,222,-1.372031502,0.7472790993,495.62352002 +84,-1.537459922,0.7290417293,222,-1.372031502,0.7472790993,489.78480611 +85,-1.535451349,0.7290890157,222,-1.372031502,0.7472790993,483.93607559 +86,-1.535522937,0.7279887191,222,-1.372031502,0.7472790993,485.04496934 +87,-1.539442524,0.7274735939,222,-1.372031502,0.7472790993,496.806677 +88,-1.537424111,0.727521351,222,-1.372031502,0.7472790993,490.93272858 +89,-1.539384641,0.7259505092,222,-1.372031502,0.7472790993,497.95825057 +90,-1.537372391,0.7259947145,222,-1.372031502,0.7472790993,492.1107186 +91,-1.535340789,0.7260435356,222,-1.372031502,0.7472790993,486.2046557 +92,-1.539325716,0.7244369706,222,-1.372031502,0.7472790993,499.1674013 +93,-1.537308932,0.7244801057,222,-1.372031502,0.7472790993,493.31418149 +94,-1.535289068,0.7245247645,222,-1.372031502,0.7472790993,487.45235686 +95,-1.533261366,0.7245550236,222,-1.372031502,0.7472790993,481.58336732 +96,-1.539267302,0.722921924,222,-1.372031502,0.7472790993,500.44764332 +97,-1.537248972,0.7229660258,222,-1.372031502,0.7472790993,494.59625999 +98,-1.535219431,0.7229916471,222,-1.372031502,0.7472790993,488.73286761 +99,-1.53318962,0.7230212049,222,-1.372031502,0.7472790993,482.86705852 +100,-1.531154816,0.7230299897,222,-1.372031502,0.7472790993,477.01001656 +101,-1.528878341,0.7230370244,222,-1.372031502,0.7472790993,470.46335565 +102,-1.539218189,0.7214009878,222,-1.372031502,0.7472790993,501.82838873 +103,-1.537198791,0.7214422745,222,-1.372031502,0.7472790993,495.98482373 +104,-1.535179266,0.7214634354,222,-1.372031502,0.7472790993,490.16399687 +105,-1.533156501,0.7214944644,222,-1.372031502,0.7472790993,484.32621973 +106,-1.53113574,0.7215166021,222,-1.372031502,0.7472790993,478.50610254 +107,-1.528874248,0.7215345535,222,-1.372031502,0.7472790993,472.00318804 +108,-1.539217656,0.7198512397,222,-1.372031502,0.7472790993,503.44684568 +109,-1.537199919,0.7199428763,222,-1.372031502,0.7472790993,497.56301391 +110,-1.545425832,0.727397149,222,-1.372031502,0.7472790993,514.1715492 +111,-1.543371177,0.7273916949,222,-1.372031502,0.7472790993,508.23378587 +112,-1.541368852,0.7274523163,222,-1.372031502,0.7472790993,502.39331521 +113,-1.545349067,0.7258710923,222,-1.372031502,0.7472790993,515.25336832 +114,-1.54332671,0.7258603556,222,-1.372031502,0.7472790993,509.42088137 +115,-1.541346831,0.7259242142,222,-1.372031502,0.7472790993,503.64677496 +116,-1.545324355,0.7243383958,222,-1.372031502,0.7472790993,516.55909733 +117,-1.543292796,0.7243617413,222,-1.372031502,0.7472790993,510.67672135 +118,-1.541295822,0.7244024384,222,-1.372031502,0.7472790993,504.87967299 +119,-1.543193859,0.7205570215,222,-1.372031502,0.7472790993,514.11966666 +120,-1.550257047,0.7386738187,222,-1.372031502,0.7472790993,520.69954301 +121,-1.549335448,0.7311736483,222,-1.372031502,0.7472790993,522.57316875 +122,-1.533478843,0.7179891343,222,-1.372031502,0.7472790993,489.07906122 +123,-1.556150555,0.738907041,222,-1.372031502,0.7472790993,537.70845073 +124,-1.554324226,0.733414257,222,-1.372031502,0.7472790993,535.52296879 +125,-1.554290846,0.7288285332,222,-1.372031502,0.7472790993,538.68735548 +126,-1.55122487,0.7219795312,222,-1.372031502,0.7472790993,535.80577492 +127,-1.525104458,0.7229399862,222,-1.372031502,0.7472790993,459.72981569 +128,-1.519607711,0.7236181429,222,-1.372031502,0.7472790993,443.26964231 +129,-1.513899999,0.7251107854,222,-1.372031502,0.7472790993,425.38884346 +130,-1.536620762,0.7431061895,222,-1.372031502,0.7472790993,479.18152741 +131,-1.5369566,0.7460845958,222,-1.372031502,0.7472790993,479.23631567 +132,-1.545345528,0.7447040685,222,-1.372031502,0.7472790993,503.98541903 +133,-1.532813921,0.7432306626,222,-1.372031502,0.7472790993,468.07888698 +134,-1.554788248,0.7382381001,222,-1.372031502,0.7472790993,534.08401603 +135,-1.540348126,0.7301594274,222,-1.372031502,0.7472790993,497.27398249 +136,-1.538016084,0.7239051786,222,-1.372031502,0.7472790993,495.89528124 +137,-1.525288962,0.7258085137,222,-1.372031502,0.7472790993,457.4476275 +138,-1.534326986,0.731241342,222,-1.372031502,0.7472790993,479.02297417 +139,-1.530733872,0.7303625216,222,-1.372031502,0.7472790993,469.28328906 +141,-1.534354939,0.7328219978,222,-1.372031502,0.7472790993,477.97705291 +142,-1.53157084,0.7292888153,222,-1.372031502,0.7472790993,472.55188208 +143,-1.525691035,0.7263799874,222,-1.372031502,0.7472790993,458.07746304 +144,-1.534031287,0.7495967835,222,-1.372031502,0.7472790993,470.04450556 +145,-1.527714986,0.7283095957,222,-1.372031502,0.7472790993,462.21729491 +146,-1.526189586,0.7271468292,222,-1.372031502,0.7472790993,458.82343433 +147,-1.555177336,0.7375563366,222,-1.372031502,0.7472790993,535.56791883 +148,-1.555080283,0.7312707794,222,-1.372031502,0.7472790993,539.1670474 +149,-1.53856994,0.7224180299,222,-1.372031502,0.7472790993,498.93844827 +150,-1.530837883,0.729933372,222,-1.372031502,0.7472790993,469.91885781 +151,-1.515066984,0.5854133365,222,-1.372031502,0.7472790993,779.78069081 +152,-1.534731633,0.5368370046,222,-1.372031502,0.7472790993,978.95620985 +153,-1.515231902,0.5607085576,222,-1.372031502,0.7472790993,864.31106108 +154,-2.616253799,1.0684566605,222,-1.372031502,0.7472790993,3100.4426674 +155,-1.956071439,0.5792177723,222,-1.372031502,0.7472790993,1925.5148313 +156,-1.951208514,0.5602434208,222,-1.372031502,0.7472790993,1950.256485 +157,-1.944675062,0.6062144545,222,-1.372031502,0.7472790993,1841.1895635 +158,-1.613778386,0.6077989518,222,-1.372031502,0.7472790993,926.33755139 +159,-2.035029014,0.6021432345,222,-1.372031502,0.7472790993,2110.192521 +160,-2.114989471,0.6801825058,222,-1.372031502,0.7472790993,2216.6322793 +161,-2.037382079,0.5765830025,222,-1.372031502,0.7472790993,2165.0708128 +162,-2.129855121,0.6585019963,222,-1.372031502,0.7472790993,2291.3905489 +163,-2.075141798,0.6493615843,222,-1.372031502,0.7472790993,2147.0997573 +164,-1.828626729,0.6948433129,222,-1.372031502,0.7472790993,1368.5656922 +165,-1.863329418,0.6735427691,222,-1.372031502,0.7472790993,1496.5790371 +166,-1.266037071,0.727988852,222,-1.372031502,0.7472790993,319.88745613 +167,-1.277579582,0.7249010648,222,-1.372031502,0.7472790993,291.02384796 +168,-1.258418684,0.7241194816,222,-1.372031502,0.7472790993,345.90711662 +169,-1.317813974,0.6804850104,222,-1.372031502,0.7472790993,310.3392811 +170,-1.344165204,0.6790988904,222,-1.372031502,0.7472790993,282.65317677 +171,-1.427582102,0.5277120351,222,-1.372031502,0.7472790993,887.30810832 +172,-1.402238616,0.457167829,222,-1.372031502,0.7472790993,1153.2813186 +173,-1.422454264,0.4996161999,222,-1.372031502,0.7472790993,994.12953171 +174,-1.439089277,0.4894859811,222,-1.372031502,0.7472790993,1043.4857696 +175,-1.448126995,0.5182330266,222,-1.372031502,0.7472790993,938.88056241 +176,-1.474626146,0.5881926574,222,-1.372031502,0.7472790993,705.86901613 +177,-1.421139645,0.5584869783,222,-1.372031502,0.7472790993,763.47211458 +178,-1.457037165,0.565943032,222,-1.372031502,0.7472790993,765.82081925 +179,-2.757159358,0.3745319,222,-1.372031502,0.7472790993,4700.753227 +180,-2.714309238,0.342054471,222,-1.372031502,0.7472790993,4658.5888445 +181,-2.000525337,0.774119946,222,-1.372031502,0.7472790993,1791.8390418 +183,-1.571413436,0.6777838382,222,-1.372031502,0.7472790993,657.22335898 +184,-1.552860289,0.6987663893,222,-1.372031502,0.7472790993,569.93475427 +185,-1.521852374,0.7165827476,222,-1.372031502,0.7472790993,457.65485239 +186,-1.503656267,0.6928968252,222,-1.372031502,0.7472790993,446.98132684 +187,-1.502753178,0.7136205882,222,-1.372031502,0.7472790993,407.90581283 +188,-1.631894563,0.7343596465,222,-1.372031502,0.7472790993,760.27873141 +189,-1.653765416,0.6770714026,222,-1.372031502,0.7472790993,887.63521622 +190,-1.719812114,0.6715965947,222,-1.372031502,0.7472790993,1084.3998913 +191,-1.493406659,0.6646955447,222,-1.372031502,0.7472790993,490.44684793 +192,-1.469120564,0.6613469966,222,-1.372031502,0.7472790993,448.94019682 +193,-1.590551461,0.5326612937,222,-1.372031502,0.7472790993,1095.0172809 +194,-1.625979264,0.5247742243,222,-1.372031502,0.7472790993,1192.9689351 +195,-1.572293943,0.5238808754,222,-1.372031502,0.7472790993,1088.8235232 +196,-1.610848725,0.5477107964,222,-1.372031502,0.7472790993,1089.953718 +197,-1.208485554,0.7918526018,222,-1.372031502,0.7472790993,497.26274973 +198,-1.335601374,0.6869083083,222,-1.372031502,0.7472790993,262.67705031 +199,-1.346156996,0.6825213377,222,-1.372031502,0.7472790993,267.9144341 +200,-1.324381037,0.6741422347,222,-1.372031502,0.7472790993,323.04032911 +201,-1.242424992,0.7378949807,222,-1.372031502,0.7472790993,379.90855987 +202,-1.270370057,0.7392461008,222,-1.372031502,0.7472790993,298.12136512 +203,-1.448950472,0.7441675014,222,-1.372031502,0.7472790993,224.12761702 +204,-1.492662363,0.7523026852,222,-1.372031502,0.7472790993,350.14882052 +205,-1.479098966,0.7763855017,222,-1.372031502,0.7472790993,327.70270734 +206,-1.633760714,0.7869022408,222,-1.372031502,0.7472790993,761.49589733 +207,-1.647406434,0.8101289331,222,-1.372031502,0.7472790993,813.72984213 +208,-1.564245052,0.5701509278,222,-1.372031502,0.7472790993,922.85270821 +209,-1.646289963,0.6833746083,222,-1.372031502,0.7472790993,856.73446449 +210,-1.5820631,0.6751952144,222,-1.372031502,0.7472790993,691.04525809 +211,-1.613236298,0.6681681791,222,-1.372031502,0.7472790993,789.46539097 +212,-1.914661867,0.8212566515,222,-1.372031502,0.7472790993,1538.8760705 +213,-1.742133237,0.7250275956,222,-1.372031502,0.7472790993,1087.056285 +214,-2.033144872,0.6557314699,222,-1.372031502,0.7472790993,2015.4722609 +215,-2.039551981,0.6964723658,222,-1.372031502,0.7472790993,1977.6297881 +216,-1.247341019,0.7622473908,222,-1.372031502,0.7472790993,364.50520546 +217,-1.298239787,0.7084123392,222,-1.372031502,0.7472790993,267.00858677 +218,-1.308539688,0.6926545592,222,-1.372031502,0.7472790993,287.28185042 +219,-1.303263185,0.6888938396,222,-1.372031502,0.7472790993,309.05387378 +220,-1.852400229,0.6004246149,222,-1.372031502,0.7472790993,1587.6841955 +221,-1.288947707,0.7473773692,222,-1.372031502,0.7472790993,241.3617936 +222,-1.372031502,0.7472790993,222,-1.372031502,0.7472790993,27.096355719 +223,-1.289805721,0.7242157877,222,-1.372031502,0.7472790993,258.106614 +224,-1.350807603,0.7533498126,222,-1.372031502,0.7472790993,66.026942589 +225,-1.329290365,0.7560442322,222,-1.372031502,0.7472790993,128.45623565 +226,-1.410153004,0.616936428,222,-1.372031502,0.7472790993,529.37010906 +227,-1.393445434,0.6308995063,222,-1.372031502,0.7472790993,465.5891789 +228,-1.37595573,0.6241540638,222,-1.372031502,0.7472790993,487.84606058 +229,-1.358388707,0.6172645205,222,-1.372031502,0.7472790993,516.68569771 +230,-1.753741133,0.8281661666,222,-1.372031502,0.7472790993,1109.4453268 +231,-1.47430987,0.6834615681,222,-1.372031502,0.7472790993,396.58345535 +232,-1.421012508,0.7222725206,222,-1.372031502,0.7472790993,174.72388313 +233,-1.4476833,0.6978557868,222,-1.372031502,0.7472790993,297.99916393 +234,-1.470370723,0.6966193374,222,-1.372031502,0.7472790993,354.45668749 +235,-1.429211703,0.7037216883,222,-1.372031502,0.7472790993,241.79029602 +236,-1.700578405,0.6178673663,222,-1.372031502,0.7472790993,1128.9572188 +237,-1.678117619,0.6331716163,222,-1.372031502,0.7472790993,1035.6814042 +238,-1.725644578,0.6316331145,222,-1.372031502,0.7472790993,1170.0064921 +239,-2.14012759,0.7930497945,222,-1.372031502,0.7472790993,2163.985489 +240,-2.103289431,0.7653606263,222,-1.372031502,0.7472790993,2085.2801943 +241,-1.318739838,0.7017808746,222,-1.372031502,0.7472790993,239.6795241 +242,-1.396417427,0.7077900843,222,-1.372031502,0.7472790993,172.24199023 +243,-1.35650337,0.7185539404,222,-1.372031502,0.7472790993,122.6180558 +244,-1.248884539,0.7274156818,222,-1.372031502,0.7472790993,369.43668435 +245,-1.395014798,0.5761185243,222,-1.372031502,0.7472790993,681.73473982 +246,-1.433377362,0.6064716109,222,-1.372031502,0.7472790993,588.8745691 +247,-1.408172432,0.5903155476,222,-1.372031502,0.7472790993,631.73639956 +248,-1.749645898,0.7757118084,222,-1.372031502,0.7472790993,1085.2577333 +249,-1.571626686,0.615046989,222,-1.372031502,0.7472790993,805.85728434 +250,-1.514070049,0.6303003037,222,-1.372031502,0.7472790993,634.48583681 +251,-1.480890369,0.6237966528,222,-1.372031502,0.7472790993,591.74997568 +252,-1.704390658,0.5281680612,222,-1.372031502,0.7472790993,1362.522509 +253,-1.64434733,0.5254277498,222,-1.372031502,0.7472790993,1230.8434499 +254,-1.703855997,0.4792484842,222,-1.372031502,0.7472790993,1503.8688593 +255,-1.692002383,0.5748825051,222,-1.372031502,0.7472790993,1207.0093315 +256,-1.854136457,0.5544643913,222,-1.372031502,0.7472790993,1689.6803429 +257,-1.665021206,0.520317736,222,-1.372031502,0.7472790993,1292.5155917 +258,-1.733654349,0.4845187345,222,-1.372031502,0.7472790993,1557.3922495 +259,-1.720938188,0.5135933906,222,-1.372031502,0.7472790993,1443.5442087 +260,-1.742668307,0.553296122,222,-1.372031502,0.7472790993,1392.1884064 +261,-1.965659039,0.7142126903,222,-1.372031502,0.7472790993,1743.9975649 +262,-1.944438071,0.6772834804,222,-1.372031502,0.7472790993,1727.1377817 +263,-1.270340967,0.7681487096,222,-1.372031502,0.7472790993,303.97177017 +264,-1.353091884,0.6549276821,222,-1.372031502,0.7472790993,370.25844797 +265,-1.333236659,0.6413584414,222,-1.372031502,0.7472790993,435.80757745 +266,-1.352015998,0.6753788907,222,-1.372031502,0.7472790993,291.0510977 +267,-1.377988483,0.6577816235,222,-1.372031502,0.7472790993,354.95565377 +268,-2.13075611,0.8318642051,222,-1.372031502,0.7472790993,2114.0933227 +269,-2.097910953,0.8259670014,222,-1.372031502,0.7472790993,2029.6803179 +270,-1.416382069,0.6694271549,222,-1.372031502,0.7472790993,335.94894643 +271,-1.538905672,0.7535625993,222,-1.372031502,0.7472790993,483.82484165 +272,-1.572309477,0.7803125099,222,-1.372031502,0.7472790993,587.14295938 +273,-1.87759879,0.7503853417,222,-1.372031502,0.7472790993,1459.5584771 +274,1.152365588,0.590457682,222,-1.372031502,0.7472790993,6692.5466936 +275,0.350198001,0.718001859,222,-1.372031502,0.7472790993,4747.1255364 +276,0.046513677,0.491503852,222,-1.372031502,0.7472790993,4510.0994686 +277,0.027510309,0.742571376,222,-1.372031502,0.7472790993,3907.2827694 +278,0.306285725,-0.214631579,222,-1.372031502,0.7472790993,7107.3089342 +279,-1.100564889,0.318051531,222,-1.372031502,0.7472790993,1928.7466156 +280,-1.078582306,0.301437596,222,-1.372031502,0.7472790993,2023.6772414 +281,-1.137371989,-0.617634065,222,-1.372031502,0.7472790993,5472.6283611 +282,0.784356344,0.703272339,222,-1.372031502,0.7472790993,5704.2927495 +283,-1.221209947,0.218327455,222,-1.372031502,0.7472790993,2158.1353074 +284,2.347301921,-0.449114658,222,-1.372031502,0.7472790993,10235.955231 +285,0.246820618,0.830553713,222,-1.372031502,0.7472790993,4247.7693133 +286,0.829414965,0.703288228,222,-1.372031502,0.7472790993,5786.787795 +287,-1.337537566,0.42332223,222,-1.372031502,0.7472790993,1288.1344177 +288,0.882453706,0.454478077,222,-1.372031502,0.7472790993,6690.2233781 +289,1.575629659,0.416419109,222,-1.372031502,0.7472790993,7780.3516174 +290,-1.039455679,0.229888244,222,-1.372031502,0.7472790993,2343.853485 +291,0.489558039,0.934482747,222,-1.372031502,0.7472790993,4497.8133498 +292,0.081344504,0.88384514,222,-1.372031502,0.7472790993,3771.1947735 +293,-1.547979814,0.300350308,222,-1.372031502,0.7472790993,1866.9781683 +294,0.040776181,0.168560074,222,-1.372031502,0.7472790993,5311.643678 +295,-1.130374745,0.563894876,222,-1.372031502,0.7472790993,1047.7729747 +296,1.578326642,0.478507176,222,-1.372031502,0.7472790993,7538.6581298 +297,-1.12861823,-0.291640865,222,-1.372031502,0.7472790993,4209.6925065 +298,0.310524208,0.770885792,222,-1.372031502,0.7472790993,4527.3841194 +299,0.415649091,-0.387246002,222,-1.372031502,0.7472790993,7864.1466121 +300,-0.926533878,-0.188022748,222,-1.372031502,0.7472790993,4040.8003394 +301,1.258856172,-0.11716081,222,-1.372031502,0.7472790993,9377.3510551 +302,-1.126050026,0.322941926,222,-1.372031502,0.7472790993,1872.0989005 +303,2.002785835,0.07893892,222,-1.372031502,0.7472790993,9065.8387176 +304,0.440437607,0.746258085,222,-1.372031502,0.7472790993,4879.2922373 +305,-0.030391866,0.214441206,222,-1.372031502,0.7472790993,4984.0995839 +306,0.521557815,-0.058929362,222,-1.372031502,0.7472790993,7314.3617506 +307,-0.097005111,0.13317729,222,-1.372031502,0.7472790993,5006.0538016 +308,1.83113859,0.221857587,222,-1.372031502,0.7472790993,8598.5856022 +309,0.222428864,0.099404236,222,-1.372031502,0.7472790993,6023.0889137 +310,-1.702731345,0.8728568183,222,-1.372031502,0.7472790993,1026.8869947 +311,-0.418507569,0.278324921,222,-1.372031502,0.7472790993,3697.8468742 +312,-1.41153306,0.339029988,222,-1.372031502,0.7472790993,1622.4505437 +313,0.357560442,0.114788776,222,-1.372031502,0.7472790993,6370.0460672 +314,0.325818979,0.268352149,222,-1.372031502,0.7472790993,5862.6403507 +315,-1.246004659,-0.663679965,222,-1.372031502,0.7472790993,5607.1885657 +316,1.814603087,0.637404484,222,-1.372031502,0.7472790993,6956.7071242 +317,1.843704281,-0.18300445,222,-1.372031502,0.7472790993,10194.122379 +318,1.690644492,-0.211480909,222,-1.372031502,0.7472790993,10304.296748 +319,-1.275451936,0.068109467,222,-1.372031502,0.7472790993,2711.6253234 +320,0.762430171,-0.207594741,222,-1.372031502,0.7472790993,8404.6559426 +321,0.265668905,-0.014647884,222,-1.372031502,0.7472790993,6455.7194472 +322,-2.773032013,-0.335515811,222,-1.372031502,0.7472790993,6645.5068394 +323,-1.469512853,0.174058777,222,-1.372031502,0.7472790993,2295.4546993 +324,0.286276986,0.785925691,222,-1.372031502,0.7472790993,4437.0114205 +325,-1.379324697,0.377432233,222,-1.372031502,0.7472790993,1465.1621531 +326,-1.203778265,0.212813032,222,-1.372031502,0.7472790993,2194.4771068 +327,0.579916301,0.611743168,222,-1.372031502,0.7472790993,5557.5922304 +328,0.267582642,0.868113908,222,-1.372031502,0.7472790993,4211.4764841 +329,0.412869244,-0.050245578,222,-1.372031502,0.7472790993,6978.2915746 +330,0.17524381,0.976660285,222,-1.372031502,0.7472790993,3805.8769715 +331,0.743157214,0.204812899,222,-1.372031502,0.7472790993,7156.3739945 +332,-1.070758176,0.269382282,222,-1.372031502,0.7472790993,2151.174176 +333,-1.230364251,0.329790229,222,-1.372031502,0.7472790993,1720.3322253 +334,-1.374813124,-0.024926835,222,-1.372031502,0.7472790993,3058.7238116 +335,0.519780566,0.463669906,222,-1.372031502,0.7472790993,5837.3279522 +336,-1.55108034,0.239698561,222,-1.372031502,0.7472790993,2101.4871967 +337,0.180294813,0.029739425,222,-1.372031502,0.7472790993,6088.2110237 +338,0.67820924,0.268170153,222,-1.372031502,0.7472790993,6803.0819904 +339,0.445798684,1.024001867,222,-1.372031502,0.7472790993,4205.8609937 +340,0.691751283,0.150521402,222,-1.372031502,0.7472790993,7187.2981361 +341,-1.036643551,-0.903056181,222,-1.372031502,0.7472790993,6637.6530183 +342,-0.120287036,1.083325163,222,-1.372031502,0.7472790993,3104.5438195 +343,2.823513113,-0.304487164,222,-1.372031502,0.7472790993,8526.57423 +344,0.457583172,1.12513373,222,-1.372031502,0.7472790993,3998.394905 +345,0.042918831,0.813795399,222,-1.372031502,0.7472790993,3808.8216504 +346,1.196146777,-0.853142756,222,-1.372031502,0.7472790993,10821.073649 +347,0.206001358,-0.010430701,222,-1.372031502,0.7472790993,6271.0300518 +348,-0.268308653,0.234799412,222,-1.372031502,0.7472790993,4241.7637182 +349,0.759363263,0.736189579,222,-1.372031502,0.7472790993,5555.9395512 +350,0.181363926,0.891988372,222,-1.372031502,0.7472790993,3976.5411638 +351,-0.021111158,0.139103292,222,-1.372031502,0.7472790993,5210.0800854 +352,-0.093355215,0.630686981,222,-1.372031502,0.7472790993,3812.8263598 +353,0.40118964,0.681375926,222,-1.372031502,0.7472790993,4958.6943675 +354,-0.721197315,1.304706234,222,-1.372031502,0.7472790993,2487.6198685 +355,-1.076150317,0.212107639,222,-1.372031502,0.7472790993,2350.6294989 +356,-1.577164531,0.273993443,222,-1.372031502,0.7472790993,1999.5257165 +357,-0.190788414,0.182208586,222,-1.372031502,0.7472790993,4604.3354082 +358,-0.261349752,0.209710184,222,-1.372031502,0.7472790993,4328.2318676 +359,-1.029303852,0.083549259,222,-1.372031502,0.7472790993,2891.4545234 +360,-1.268609162,0.330525297,222,-1.372031502,0.7472790993,1686.672208 +361,1.282982244,-0.926641967,222,-1.372031502,0.7472790993,10983.807882 +362,0.217352334,0.731352408,222,-1.372031502,0.7472790993,4400.6424615 +363,-1.511833084,0.258629297,222,-1.372031502,0.7472790993,1993.1346833 +364,0.338812194,0.823184618,222,-1.372031502,0.7472790993,4466.6535502 +365,-0.324406489,1.134201999,222,-1.372031502,0.7472790993,2735.4367732 +366,1.389579348,0.399185724,222,-1.372031502,0.7472790993,7695.5164103 +367,2.047152199,-0.039082036,222,-1.372031502,0.7472790993,9471.8626986 +368,0.947780369,0.568250077,222,-1.372031502,0.7472790993,6440.7944694 +369,0.763824846,0.576754987,222,-1.372031502,0.7472790993,6058.0222214 +370,-0.142334657,0.928153068,222,-1.372031502,0.7472790993,3199.4807799 +371,0.610266567,0.547265983,222,-1.372031502,0.7472790993,5812.809439 +372,0.210731629,0.746815056,222,-1.372031502,0.7472790993,4349.7693098 +373,-1.34931644,0.316895224,222,-1.372031502,0.7472790993,1706.4568415 +374,2.407696481,0.655030745,222,-1.372031502,0.7472790993,6432.7994124 +375,0.64207831,0.545359131,222,-1.372031502,0.7472790993,5890.5989835 +376,1.174597538,0.840588356,222,-1.372031502,0.7472790993,5820.6006349 +377,0.660059424,0.010604079,222,-1.372031502,0.7472790993,7509.1267694 +378,-0.730263819,0.010486456,222,-1.372031502,0.7472790993,3699.2458309 +379,0.831068936,0.512339172,222,-1.372031502,0.7472790993,6398.9907574 +380,1.301180979,0.72367476,222,-1.372031502,0.7472790993,6382.2874529 +381,1.811128231,0.322854402,222,-1.372031502,0.7472790993,8202.3371077 +382,0.435105812,0.992284428,222,-1.372031502,0.7472790993,4260.7463103 +383,0.62643634,0.592027932,222,-1.372031502,0.7472790993,5718.2641087 +384,0.492988703,-0.516339467,222,-1.372031502,0.7472790993,8390.4745059 +385,-0.162469483,0.112549365,222,-1.372031502,0.7472790993,4873.2531543 +386,0.314630866,0.472006421,222,-1.372031502,0.7472790993,5288.4647878 +387,0.166744804,0.822815954,222,-1.372031502,0.7472790993,4082.7050777 +388,0.417159608,0.965805736,222,-1.372031502,0.7472790993,4290.0306358 +389,0.106334961,0.868774244,222,-1.372031502,0.7472790993,3854.8492458 +390,0.815086969,-0.338144359,222,-1.372031502,0.7472790993,8898.4897312 +391,0.59867455,-0.230624824,222,-1.372031502,0.7472790993,7997.4427428 +392,1.915104874,0.066220985,222,-1.372031502,0.7472790993,9179.6034047 +393,1.278093622,0.064463721,222,-1.372031502,0.7472790993,8778.7325389 +394,-0.061477853,0.302997961,222,-1.372031502,0.7472790993,4665.3115272 +395,0.251311504,0.626976942,222,-1.372031502,0.7472790993,4731.1190341 +396,2.950242872,0.149095644,222,-1.372031502,0.7472790993,6918.322807 +397,-0.180294708,0.35375117,222,-1.372031502,0.7472790993,4193.1786427 +398,1.010448592,-0.351180233,222,-1.372031502,0.7472790993,9483.4580219 +399,-1.748740498,0.3686318073,222,-1.372031502,0.7472790993,1950.5267581 +400,2.699635665,0.123533791,222,-1.372031502,0.7472790993,7644.2037414 +401,0.496808033,0.823843254,222,-1.372031502,0.7472790993,4795.6389384 +402,0.129574704,0.763364087,222,-1.372031502,0.7472790993,4118.0724982 +403,1.798920311,0.817447563,222,-1.372031502,0.7472790993,6245.1096012 +404,0.335987953,0.746786541,222,-1.372031502,0.7472790993,4643.4806607 +405,-1.085413643,0.292154671,222,-1.372031502,0.7472790993,2045.8804335 +406,-0.155321003,0.508207011,222,-1.372031502,0.7472790993,3901.3053143 +407,0.620529244,-0.301175104,222,-1.372031502,0.7472790993,8242.9797309 +408,1.684402744,0.368716966,222,-1.372031502,0.7472790993,8012.4626533 +409,0.300582244,-0.386397212,222,-1.372031502,0.7472790993,7533.8498393 +410,2.913555946,-0.009225192,222,-1.372031502,0.7472790993,7470.0473158 +411,1.465101417,0.493232532,222,-1.372031502,0.7472790993,7406.3980169 +412,0.090612882,0.907955955,222,-1.372031502,0.7472790993,3749.4478374 +413,2.987564726,-0.729568594,222,-1.372031502,0.7472790993,8982.9253101 +414,-1.484261606,0.224149272,222,-1.372031502,0.7472790993,2107.5166539 +415,0.164073421,0.303955133,222,-1.372031502,0.7472790993,5312.0574824 +416,0.141441293,0.167552546,222,-1.372031502,0.7472790993,5606.3586559 +417,2.931321023,-0.506718887,222,-1.372031502,0.7472790993,8696.7161825 +418,2.21951565,0.700596356,222,-1.372031502,0.7472790993,6486.7053838 +419,0.268112576,1.199114336,222,-1.372031502,0.7472790993,3599.3305139 +420,0.978913739,0.359223811,222,-1.372031502,0.7472790993,7198.6740119 +421,1.210898818,0.522863584,222,-1.372031502,0.7472790993,7017.5668232 +422,2.347397336,0.129231362,222,-1.372031502,0.7472790993,8396.0606096 +423,0.614394501,0.556878345,222,-1.372031502,0.7472790993,5794.1371023 +424,-1.398079356,0.148483366,222,-1.372031502,0.7472790993,2373.5587856 +425,2.535303836,-0.112984496,222,-1.372031502,0.7472790993,8780.9452641 +426,-1.019372593,-0.405322349,222,-1.372031502,0.7472790993,4743.5579298 +427,-1.297785627,-0.160104069,222,-1.372031502,0.7472790993,3604.1644862 +428,2.144554488,0.205051084,222,-1.372031502,0.7472790993,8433.9818448 +429,-2.242387083,-0.426171285,222,-1.372031502,0.7472790993,5627.2857277 +430,0.338637212,0.909723676,222,-1.372031502,0.7472790993,4267.3176286 +431,-0.148798452,0.691042401,222,-1.372031502,0.7472790993,3544.1982068 +432,0.893524764,0.441829531,222,-1.372031502,0.7472790993,6753.9188065 +433,0.969229347,-0.368847936,222,-1.372031502,0.7472790993,9414.7433926 +434,0.436043248,0.800045688,222,-1.372031502,0.7472790993,4731.5546861 +435,1.687946607,1.081504775,222,-1.372031502,0.7472790993,5195.3336484 +436,0.522302046,-0.034889271,222,-1.372031502,0.7472790993,7250.5300446 +437,-0.178996113,-0.438090009,222,-1.372031502,0.7472790993,6393.5054718 +438,-1.094339566,0.301444068,222,-1.372031502,0.7472790993,1998.3216589 +439,-1.064070054,0.242569932,222,-1.372031502,0.7472790993,2258.4015274 +440,-1.068153768,0.230387998,222,-1.372031502,0.7472790993,2296.1024433 +441,-3.00496892,-0.23989155,222,-1.372031502,0.7472790993,7042.68598 +442,0.21751974,0.766874888,222,-1.372031502,0.7472790993,4321.0334339 +443,0.117229532,0.007619006,222,-1.372031502,0.7472790993,5964.5965164 +444,0.777758451,0.420554741,222,-1.372031502,0.7472790993,6574.6351036 +445,-0.252356999,0.250747086,222,-1.372031502,0.7472790993,4245.8555581 +446,0.363148444,0.768483434,222,-1.372031502,0.7472790993,4651.8692079 +447,0.903191366,-0.118210676,222,-1.372031502,0.7472790993,8537.5825499 +448,-0.205755923,0.149406178,222,-1.372031502,0.7472790993,4649.3992142 +449,1.811996086,0.02364353,222,-1.372031502,0.7472790993,9386.4730131 +450,-1.100670221,0.314845373,222,-1.372031502,0.7472790993,1940.1106029 +451,0.340078597,0.850105132,222,-1.372031502,0.7472790993,4406.3797617 +452,0.258757267,0.804969236,222,-1.372031502,0.7472790993,4331.215171 +453,2.78505352,-0.155160804,222,-1.372031502,0.7472790993,8237.1911193 +454,0.800551619,0.105822106,222,-1.372031502,0.7472790993,7600.9450614 +455,0.437940882,-0.506194031,222,-1.372031502,0.7472790993,8211.8502857 +456,2.230431122,0.63458615,222,-1.372031502,0.7472790993,6723.0412179 +457,0.527965361,0.127667701,222,-1.372031502,0.7472790993,6813.0401066 +458,-0.063643205,0.702093448,222,-1.372031502,0.7472790993,3750.639503 +459,1.408447268,0.133010502,222,-1.372031502,0.7472790993,8721.7212001 +460,0.523795955,0.280266966,222,-1.372031502,0.7472790993,6368.9487273 +461,-0.975769313,0.072177659,222,-1.372031502,0.7472790993,3015.4532012 +462,0.549774164,-0.463663986,222,-1.372031502,0.7472790993,8432.4469085 +463,0.29245874,1.095549818,222,-1.372031502,0.7472790993,3805.4319251 +464,0.143625958,0.816809593,222,-1.372031502,0.7472790993,4041.4013663 +465,0.671902494,0.611159853,222,-1.372031502,0.7472790993,5760.4603281 +466,1.239840988,0.6724199,222,-1.372031502,0.7472790993,6506.8648805 +467,0.607829703,-0.10932137,222,-1.372031502,0.7472790993,7698.3833663 +468,1.763020906,0.263996692,222,-1.372031502,0.7472790993,8438.114309 +469,0.378714634,0.726066797,222,-1.372031502,0.7472790993,4792.6281008 +470,2.196736143,-0.153862366,222,-1.372031502,0.7472790993,9665.3448347 +471,0.01702415,0.148991565,222,-1.372031502,0.7472790993,5294.5227451 +472,-2.998490902,-0.158002487,222,-1.372031502,0.7472790993,6807.2745087 +473,-3.051262951,-0.346595608,222,-1.372031502,0.7472790993,7451.8330443 +474,-1.069176439,0.182802941,222,-1.372031502,0.7472790993,2468.3190656 +475,0.167157509,0.595344954,222,-1.372031502,0.7472790993,4590.4603579 +476,0.613855648,0.681746124,222,-1.372031502,0.7472790993,5430.0685813 +477,1.037012736,0.682555367,222,-1.372031502,0.7472790993,6200.0588184 +478,-1.253574971,0.379755746,222,-1.372031502,0.7472790993,1507.5149393 +479,3.108590453,-0.132620738,222,-1.372031502,0.7472790993,7250.9791524 +480,0.565301296,0.022333262,222,-1.372031502,0.7472790993,7213.1653783 +481,0.547898238,0.855555614,222,-1.372031502,0.7472790993,4811.8110872 +482,0.948309381,0.417393755,222,-1.372031502,0.7472790993,6944.2306482 +483,-0.050600732,0.945269213,222,-1.372031502,0.7472790993,3382.7864634 +484,-0.977651478,-0.572363064,222,-1.372031502,0.7472790993,5419.5489967 +485,1.102014914,0.728861163,222,-1.372031502,0.7472790993,6131.0524583 +486,2.927300795,-0.282939414,222,-1.372031502,0.7472790993,8171.1717623 +487,-1.154565557,0.124434095,222,-1.372031502,0.7472790993,2581.2203169 +488,1.855331234,0.291044755,222,-1.372031502,0.7472790993,8319.1823872 +489,0.830290659,0.276904518,222,-1.372031502,0.7472790993,7144.3080575 +490,0.485104466,-0.234867441,222,-1.372031502,0.7472790993,7679.1822774 +491,0.521367572,-0.33161327,222,-1.372031502,0.7472790993,8031.6692806 +1,-1.539031704,0.7349710123,223,-1.289805721,0.7242157877,736.26457007 +2,-1.536990553,0.7349663874,223,-1.289805721,0.7242157877,730.26906516 +3,-1.534951779,0.7349571355,223,-1.289805721,0.7242157877,724.28076074 +4,-1.532906461,0.7349480293,223,-1.289805721,0.7242157877,718.27296947 +5,-1.531320211,0.7346937278,223,-1.289805721,0.7242157877,713.63516387 +6,-1.539451648,0.7335131775,223,-1.289805721,0.7242157877,737.67067867 +7,-1.537429487,0.7335445708,223,-1.289805721,0.7242157877,731.72002831 +8,-1.535484998,0.7335658704,223,-1.289805721,0.7242157877,725.99912474 +9,-1.533488396,0.7336036027,223,-1.289805721,0.7242157877,720.12300438 +10,-1.531497785,0.7335842962,223,-1.289805721,0.7242157877,714.27119571 +11,-1.530259379,0.7334777758,223,-1.289805721,0.7242157877,710.64120819 +12,-1.5335454,0.7322346912,223,-1.289805721,0.7242157877,720.47378068 +13,-1.531489083,0.7322238773,223,-1.289805721,0.7242157877,714.42213606 +14,-1.530011122,0.7321679851,223,-1.289805721,0.7242157877,710.07920638 +15,-1.53348106,0.7306614094,223,-1.289805721,0.7242157877,720.54443703 +16,-1.531441779,0.7306962275,223,-1.289805721,0.7242157877,714.52882292 +17,-1.529755654,0.7306933243,223,-1.289805721,0.7242157877,709.56051299 +18,-1.533415048,0.7291384674,223,-1.289805721,0.7242157877,720.65212418 +19,-1.531392093,0.7291705353,223,-1.289805721,0.7242157877,714.67838098 +20,-1.529296523,0.7291214933,223,-1.289805721,0.7242157877,708.5071925 +21,-1.535280942,0.727267644,223,-1.289805721,0.7242157877,726.60081383 +22,-1.533378158,0.7276139666,223,-1.289805721,0.7242157877,720.89560151 +23,-1.531340368,0.7276446587,223,-1.289805721,0.7242157877,714.87209618 +24,-1.528960113,0.7276398177,223,-1.289805721,0.7242157877,707.84591883 +25,-1.533313146,0.7260818349,223,-1.289805721,0.7242157877,721.10777515 +26,-1.531259555,0.7260958115,223,-1.289805721,0.7242157877,715.03630972 +27,-1.528926415,0.7260865555,223,-1.289805721,0.7242157877,708.14493546 +28,-1.531226779,0.7245511789,223,-1.289805721,0.7242157877,715.39269576 +29,-1.528904772,0.7245519194,223,-1.289805721,0.7242157877,708.52635282 +30,-1.547195875,0.7409785979,223,-1.289805721,0.7242157877,759.89062192 +31,-1.5451475,0.740980426,223,-1.289805721,0.7242157877,753.9043492 +32,-1.543097679,0.7409798872,223,-1.289805721,0.7242157877,747.9138563 +33,-1.540720364,0.7409892687,223,-1.289805721,0.7242157877,740.96650595 +34,-1.547188511,0.7395198392,223,-1.289805721,0.7242157877,759.88754233 +35,-1.545148587,0.7395226109,223,-1.289805721,0.7242157877,753.91805434 +36,-1.543104538,0.7395314908,223,-1.289805721,0.7242157877,747.93638044 +37,-1.540727751,0.7395306258,223,-1.289805721,0.7242157877,740.98117991 +38,-1.547187029,0.7380014886,223,-1.289805721,0.7242157877,759.9484853 +39,-1.545147315,0.7380012252,223,-1.289805721,0.7242157877,753.971907 +40,-1.54310719,0.7380060743,223,-1.289805721,0.7242157877,747.99377206 +41,-1.540719671,0.7380068206,223,-1.289805721,0.7242157877,740.9978288 +42,-1.547187189,0.7364799098,223,-1.289805721,0.7242157877,760.06152016 +43,-1.545149996,0.7364853874,223,-1.289805721,0.7242157877,754.08444658 +44,-1.543106091,0.7364823484,223,-1.289805721,0.7242157877,748.0882607 +45,-1.540717158,0.7364893901,223,-1.289805721,0.7242157877,741.07885938 +46,-1.538663972,0.7410138672,223,-1.289805721,0.7242157877,734.95758456 +47,-1.53695285,0.7409699132,223,-1.289805721,0.7242157877,729.95585065 +48,-1.534910498,0.7409641297,223,-1.289805721,0.7242157877,723.98711456 +49,-1.533145034,0.7409536636,223,-1.289805721,0.7242157877,718.82736455 +50,-1.538681336,0.7395405883,223,-1.289805721,0.7242157877,734.99266118 +51,-1.536999189,0.7395183096,223,-1.289805721,0.7242157877,730.07021038 +52,-1.534923633,0.7395144222,223,-1.289805721,0.7242157877,723.99636924 +53,-1.533267822,0.7395654306,223,-1.289805721,0.7242157877,719.15134824 +54,-1.53867273,0.7380151077,223,-1.289805721,0.7242157877,734.99948457 +55,-1.536980576,0.7379994392,223,-1.289805721,0.7242157877,730.04155835 +56,-1.534931522,0.7379944961,223,-1.289805721,0.7242157877,724.03730423 +57,-1.533387952,0.7379480264,223,-1.289805721,0.7242157877,719.51522935 +58,-1.538682279,0.7364914363,223,-1.289805721,0.7242157877,735.10848145 +59,-1.536980704,0.7364810563,223,-1.289805721,0.7242157877,730.11673055 +60,-1.534935567,0.7364752065,223,-1.289805721,0.7242157877,724.11648307 +61,-1.533042592,0.7363876366,223,-1.289805721,0.7242157877,718.56719281 +62,-1.545143426,0.7349628011,223,-1.289805721,0.7242157877,754.21782189 +63,-1.543105297,0.7349691947,223,-1.289805721,0.7242157877,748.23055517 +64,-1.541064533,0.7349647152,223,-1.289805721,0.7242157877,742.2365707 +65,-1.545411803,0.7334624714,223,-1.289805721,0.7242157877,755.20394994 +66,-1.543446606,0.7334780896,223,-1.289805721,0.7242157877,749.42306566 +67,-1.541475327,0.7334957295,223,-1.289805721,0.7242157877,743.62393651 +68,-1.545401939,0.731963266,223,-1.289805721,0.7242157877,755.41869311 +69,-1.54342253,0.7319915583,223,-1.289805721,0.7242157877,749.58731958 +70,-1.541455867,0.7320216438,223,-1.289805721,0.7242157877,743.79314566 +71,-1.545410146,0.7304422281,223,-1.289805721,0.7242157877,755.73720176 +72,-1.543435491,0.7304713664,223,-1.289805721,0.7242157877,749.91305065 +73,-1.541463105,0.7304997613,223,-1.289805721,0.7242157877,744.0956875 +74,-1.545414768,0.7289194936,223,-1.289805721,0.7242157877,756.09290158 +75,-1.543435774,0.7289538557,223,-1.289805721,0.7242157877,750.24847302 +76,-1.541457714,0.7289765881,223,-1.289805721,0.7242157877,744.40945611 +77,-1.539449415,0.7320555866,223,-1.289805721,0.7242157877,737.88122536 +78,-1.537429183,0.7321097681,223,-1.289805721,0.7242157877,731.92556399 +79,-1.535472649,0.7321497267,223,-1.289805721,0.7242157877,726.1598589 +80,-1.539457899,0.7305333307,223,-1.289805721,0.7242157877,738.18055136 +81,-1.537453161,0.7305750503,223,-1.289805721,0.7242157877,732.26523087 +82,-1.535479385,0.7306124949,223,-1.289805721,0.7242157877,726.44202478 +83,-1.53946905,0.7290102593,223,-1.289805721,0.7242157877,738.53653665 +84,-1.537459922,0.7290417293,223,-1.289805721,0.7242157877,732.60371432 +85,-1.535451349,0.7290890157,223,-1.289805721,0.7242157877,726.66900198 +86,-1.535522937,0.7279887191,223,-1.289805721,0.7242157877,727.13460234 +87,-1.539442524,0.7274735939,223,-1.289805721,0.7242157877,738.8334445 +88,-1.537424111,0.727521351,223,-1.289805721,0.7242157877,732.86286375 +89,-1.539384641,0.7259505092,223,-1.289805721,0.7242157877,739.08296593 +90,-1.537372391,0.7259947145,223,-1.289805721,0.7242157877,733.12535305 +91,-1.535340789,0.7260435356,223,-1.289805721,0.7242157877,727.10923299 +92,-1.539325716,0.7244369706,223,-1.289805721,0.7242157877,739.37446479 +93,-1.537308932,0.7244801057,223,-1.289805721,0.7242157877,733.39810224 +94,-1.535289068,0.7245247645,223,-1.289805721,0.7242157877,727.41209219 +95,-1.533261366,0.7245550236,223,-1.289805721,0.7242157877,721.40736175 +96,-1.539267302,0.722921924,223,-1.289805721,0.7242157877,739.71549697 +97,-1.537248972,0.7229660258,223,-1.289805721,0.7242157877,733.72895543 +98,-1.535219431,0.7229916471,223,-1.289805721,0.7242157877,727.71560498 +99,-1.53318962,0.7230212049,223,-1.289805721,0.7242157877,721.69990909 +100,-1.531154816,0.7230299897,223,-1.289805721,0.7242157877,715.67639126 +101,-1.528878341,0.7230370244,223,-1.289805721,0.7242157877,708.93808149 +102,-1.539218189,0.7214009878,223,-1.289805721,0.7242157877,740.13385446 +103,-1.537198791,0.7214422745,223,-1.289805721,0.7242157877,734.14031539 +104,-1.535179266,0.7214634354,223,-1.289805721,0.7242157877,728.15395482 +105,-1.533156501,0.7214944644,223,-1.289805721,0.7242157877,722.15405889 +106,-1.53113574,0.7215166021,223,-1.289805721,0.7242157877,716.16326893 +107,-1.528874248,0.7215345535,223,-1.289805721,0.7242157877,709.46109822 +108,-1.539217656,0.7198512397,223,-1.289805721,0.7242157877,740.75597386 +109,-1.537199919,0.7199428763,223,-1.289805721,0.7242157877,734.74195984 +110,-1.545425832,0.727397149,223,-1.289805721,0.7242157877,756.51489218 +111,-1.543371177,0.7273916949,223,-1.289805721,0.7242157877,750.45175676 +112,-1.541368852,0.7274523163,223,-1.289805721,0.7242157877,744.52525399 +113,-1.545349067,0.7258710923,223,-1.289805721,0.7242157877,756.72587254 +114,-1.54332671,0.7258603556,223,-1.289805721,0.7242157877,750.75512101 +115,-1.541346831,0.7259242142,223,-1.289805721,0.7242157877,744.88737462 +116,-1.545324355,0.7243383958,223,-1.289805721,0.7242157877,757.14001411 +117,-1.543292796,0.7243617413,223,-1.289805721,0.7242157877,751.12680647 +118,-1.541295822,0.7244024384,223,-1.289805721,0.7242157877,745.20996358 +119,-1.543193859,0.7205570215,223,-1.289805721,0.7242157877,752.23841626 +120,-1.550257047,0.7386738187,223,-1.289805721,0.7242157877,768.90399879 +121,-1.549335448,0.7311736483,223,-1.289805721,0.7242157877,767.14918658 +122,-1.533478843,0.7179891343,223,-1.289805721,0.7242157877,724.56459533 +123,-1.556150555,0.738907041,223,-1.289805721,0.7242157877,786.14679594 +124,-1.554324226,0.733414257,223,-1.289805721,0.7242157877,781.41602499 +125,-1.554290846,0.7288285332,223,-1.289805721,0.7242157877,782.28910777 +126,-1.55122487,0.7219795312,223,-1.289805721,0.7242157877,775.44069877 +127,-1.525104458,0.7229399862,223,-1.289805721,0.7242157877,697.80323451 +128,-1.519607711,0.7236181429,223,-1.289805721,0.7242157877,681.31575049 +129,-1.513899999,0.7251107854,223,-1.289805721,0.7242157877,663.99104601 +130,-1.536620762,0.7431061895,223,-1.289805721,0.7242157877,729.10010201 +131,-1.5369566,0.7460845958,223,-1.289805721,0.7242157877,730.3983181 +132,-1.545345528,0.7447040685,223,-1.289805721,0.7242157877,754.65240136 +133,-1.532813921,0.7432306626,223,-1.289805721,0.7242157877,718.00994253 +134,-1.554788248,0.7382381001,223,-1.289805721,0.7242157877,782.2022532 +135,-1.540348126,0.7301594274,223,-1.289805721,0.7242157877,740.87910499 +136,-1.538016084,0.7239051786,223,-1.289805721,0.7242157877,735.6766275 +137,-1.525288962,0.7258085137,223,-1.289805721,0.7242157877,697.47157891 +138,-1.534326986,0.731241342,223,-1.289805721,0.7242157877,722.93416175 +139,-1.530733872,0.7303625216,223,-1.289805721,0.7242157877,712.50273404 +141,-1.534354939,0.7328219978,223,-1.289805721,0.7242157877,722.77226936 +142,-1.53157084,0.7292888153,223,-1.289805721,0.7242157877,715.18083293 +143,-1.525691035,0.7263799874,223,-1.289805721,0.7242157877,698.50648554 +144,-1.534031287,0.7495967835,223,-1.289805721,0.7242157877,722.54751327 +145,-1.527714986,0.7283095957,223,-1.289805721,0.7242157877,704.01547466 +146,-1.526189586,0.7271468292,223,-1.289805721,0.7242157877,699.78440096 +147,-1.555177336,0.7375563366,223,-1.289805721,0.7242157877,783.39639457 +148,-1.555080283,0.7312707794,223,-1.289805721,0.7242157877,784.04437821 +149,-1.53856994,0.7224180299,223,-1.289805721,0.7242157877,737.8334878 +150,-1.530837883,0.729933372,223,-1.289805721,0.7242157877,712.89012187 +151,-1.515066984,0.5854133365,223,-1.289805721,0.7242157877,894.48662963 +152,-1.534731633,0.5368370046,223,-1.289805721,0.7242157877,1076.6443121 +153,-1.515231902,0.5607085576,223,-1.289805721,0.7242157877,962.64203834 +154,-2.616253799,1.0684566605,223,-1.289805721,0.7242157877,3324.6877246 +155,-1.956071439,0.5792177723,223,-1.289805721,0.7242157877,2156.3122227 +156,-1.951208514,0.5602434208,223,-1.289805721,0.7242157877,2176.5552521 +157,-1.944675062,0.6062144545,223,-1.289805721,0.7242157877,2076.5105376 +158,-1.613778386,0.6077989518,223,-1.289805721,0.7242157877,1106.3692466 +159,-2.035029014,0.6021432345,223,-1.289805721,0.7242157877,2351.2040598 +160,-2.114989471,0.6801825058,223,-1.289805721,0.7242157877,2470.1854374 +161,-2.037382079,0.5765830025,223,-1.289805721,0.7242157877,2402.1336734 +162,-2.129855121,0.6585019963,223,-1.289805721,0.7242157877,2543.4723812 +163,-2.075141798,0.6493615843,223,-1.289805721,0.7242157877,2396.4598587 +164,-1.828626729,0.6948433129,223,-1.289805721,0.7242157877,1614.7713872 +165,-1.863329418,0.6735427691,223,-1.289805721,0.7242157877,1740.1410797 +166,-1.266037071,0.727988852,223,-1.289805721,0.7242157877,71.968567965 +167,-1.277579582,0.7249010648,223,-1.289805721,0.7242157877,36.363656421 +168,-1.258418684,0.7241194816,223,-1.289805721,0.7242157877,93.124175431 +169,-1.317813974,0.6804850104,223,-1.289805721,0.7242157877,192.80017837 +170,-1.344165204,0.6790988904,223,-1.289805721,0.7242157877,242.82610789 +171,-1.427582102,0.5277120351,223,-1.289805721,0.7242157877,894.25889955 +172,-1.402238616,0.457167829,223,-1.289805721,0.7242157877,1119.7074323 +173,-1.422454264,0.4996161999,223,-1.289805721,0.7242157877,987.12044161 +174,-1.439089277,0.4894859811,223,-1.289805721,0.7242157877,1047.6626754 +175,-1.448126995,0.5182330266,223,-1.289805721,0.7242157877,960.83827908 +176,-1.474626146,0.5881926574,223,-1.289805721,0.7242157877,790.52439841 +177,-1.421139645,0.5584869783,223,-1.289805721,0.7242157877,776.87271999 +178,-1.457037165,0.565943032,223,-1.289805721,0.7242157877,819.36723999 +179,-2.757159358,0.3745319,223,-1.289805721,0.7242157877,4955.2427441 +180,-2.714309238,0.342054471,223,-1.289805721,0.7242157877,4910.3914584 +181,-2.000525337,0.774119946,223,-1.289805721,0.7242157877,2049.581757 +183,-1.571413436,0.6777838382,223,-1.289805721,0.7242157877,870.65261933 +184,-1.552860289,0.6987663893,223,-1.289805721,0.7242157877,794.5465573 +185,-1.521852374,0.7165827476,223,-1.289805721,0.7242157877,690.75041704 +186,-1.503656267,0.6928968252,223,-1.289805721,0.7242157877,654.43685793 +187,-1.502753178,0.7136205882,223,-1.289805721,0.7242157877,635.59396277 +188,-1.631894563,0.7343596465,223,-1.289805721,0.7242157877,1008.9503884 +189,-1.653765416,0.6770714026,223,-1.289805721,0.7242157877,1114.9154247 +190,-1.719812114,0.6715965947,223,-1.289805721,0.7242157877,1316.9502452 +191,-1.493406659,0.6646955447,223,-1.289805721,0.7242157877,662.34608387 +192,-1.469120564,0.6613469966,223,-1.289805721,0.7242157877,600.06597535 +193,-1.590551461,0.5326612937,223,-1.289805721,0.7242157877,1222.517331 +194,-1.625979264,0.5247742243,223,-1.289805721,0.7242157877,1333.1655698 +195,-1.572293943,0.5238808754,223,-1.289805721,0.7242157877,1202.1936889 +196,-1.610848725,0.5477107964,223,-1.289805721,0.7242157877,1234.9257068 +197,-1.208485554,0.7918526018,223,-1.289805721,0.7242157877,355.52652904 +198,-1.335601374,0.6869083083,223,-1.289805721,0.7242157877,202.23055517 +199,-1.346156996,0.6825213377,223,-1.289805721,0.7242157877,237.14537379 +200,-1.324381037,0.6741422347,223,-1.289805721,0.7242157877,224.31860711 +201,-1.242424992,0.7378949807,223,-1.289805721,0.7242157877,149.84798145 +202,-1.270370057,0.7392461008,223,-1.289805721,0.7242157877,82.613210174 +203,-1.448950472,0.7441675014,223,-1.289805721,0.7242157877,474.35202094 +204,-1.492662363,0.7523026852,223,-1.289805721,0.7242157877,604.11466124 +205,-1.479098966,0.7763855017,223,-1.289805721,0.7242157877,585.53022747 +206,-1.633760714,0.7869022408,223,-1.289805721,0.7242157877,1019.472137 +207,-1.647406434,0.8101289331,223,-1.289805721,0.7242157877,1071.3329019 +208,-1.564245052,0.5701509278,223,-1.289805721,0.7242157877,1057.7035341 +209,-1.646289963,0.6833746083,223,-1.289805721,0.7242157877,1085.9993324 +210,-1.5820631,0.6751952144,223,-1.289805721,0.7242157877,905.10691432 +211,-1.613236298,0.6681681791,223,-1.289805721,0.7242157877,1005.6216236 +212,-1.914661867,0.8212566515,223,-1.289805721,0.7242157877,1796.7483738 +213,-1.742133237,0.7250275956,223,-1.289805721,0.7242157877,1336.4393825 +214,-2.033144872,0.6557314699,223,-1.289805721,0.7242157877,2263.9921271 +215,-2.039551981,0.6964723658,223,-1.289805721,0.7242157877,2230.855116 +216,-1.247341019,0.7622473908,223,-1.289805721,0.7242157877,194.99594643 +217,-1.298239787,0.7084123392,223,-1.289805721,0.7242157877,67.477984181 +218,-1.308539688,0.6926545592,223,-1.289805721,0.7242157877,137.12385422 +219,-1.303263185,0.6888938396,223,-1.289805721,0.7242157877,145.66444956 +220,-1.852400229,0.6004246149,223,-1.289805721,0.7242157877,1812.7283551 +221,-1.288947707,0.7473773692,223,-1.289805721,0.7242157877,91.777604932 +222,-1.372031502,0.7472790993,223,-1.289805721,0.7242157877,258.106614 +223,-1.289805721,0.7242157877,223,-1.289805721,0.7242157877,36.895093641 +224,-1.350807603,0.7533498126,223,-1.289805721,0.7242157877,212.63722098 +225,-1.329290365,0.7560442322,223,-1.289805721,0.7242157877,170.95490822 +226,-1.410153004,0.616936428,223,-1.289805721,0.7242157877,565.33133764 +227,-1.393445434,0.6308995063,223,-1.289805721,0.7242157877,488.53239965 +228,-1.37595573,0.6241540638,223,-1.289805721,0.7242157877,477.45675297 +229,-1.358388707,0.6172645205,223,-1.289805721,0.7242157877,473.94138639 +230,-1.753741133,0.8281661666,223,-1.289805721,0.7242157877,1366.6864684 +231,-1.47430987,0.6834615681,223,-1.289805721,0.7242157877,579.63020474 +232,-1.421012508,0.7222725206,223,-1.289805721,0.7242157877,389.56056417 +233,-1.4476833,0.6978557868,223,-1.289805721,0.7242157877,484.94111694 +234,-1.470370723,0.6966193374,223,-1.289805721,0.7242157877,552.7462562 +235,-1.429211703,0.7037216883,223,-1.289805721,0.7242157877,424.98203304 +236,-1.700578405,0.6178673663,223,-1.289805721,0.7242157877,1337.1263368 +237,-1.678117619,0.6331716163,223,-1.289805721,0.7242157877,1246.3479011 +238,-1.725644578,0.6316331145,223,-1.289805721,0.7242157877,1388.2777876 +239,-2.14012759,0.7930497945,223,-1.289805721,0.7242157877,2422.0492839 +240,-2.103289431,0.7653606263,223,-1.289805721,0.7242157877,2343.1564366 +241,-1.318739838,0.7017808746,223,-1.289805721,0.7242157877,124.14040436 +242,-1.396417427,0.7077900843,223,-1.289805721,0.7242157877,325.09013146 +243,-1.35650337,0.7185539404,223,-1.289805721,0.7242157877,199.62448085 +244,-1.248884539,0.7274156818,223,-1.289805721,0.7242157877,121.89252592 +245,-1.395014798,0.5761185243,223,-1.289805721,0.7242157877,673.46879051 +246,-1.433377362,0.6064716109,223,-1.289805721,0.7242157877,645.66348378 +247,-1.408172432,0.5903155476,223,-1.289805721,0.7242157877,646.86682657 +248,-1.749645898,0.7757118084,223,-1.289805721,0.7242157877,1342.3079246 +249,-1.571626686,0.615046989,223,-1.289805721,0.7242157877,974.09347138 +250,-1.514070049,0.6303003037,223,-1.289805721,0.7242157877,784.71268645 +251,-1.480890369,0.6237966528,223,-1.289805721,0.7242157877,711.80513645 +252,-1.704390658,0.5281680612,223,-1.289805721,0.7242157877,1532.9990117 +253,-1.64434733,0.5254277498,223,-1.289805721,0.7242157877,1379.0186896 +254,-1.703855997,0.4792484842,223,-1.289805721,0.7242157877,1654.9162427 +255,-1.692002383,0.5748825051,223,-1.289805721,0.7242157877,1393.9989966 +256,-1.854136457,0.5544643913,223,-1.289805721,0.7242157877,1902.1934695 +257,-1.665021206,0.520317736,223,-1.289805721,0.7242157877,1446.3541876 +258,-1.733654349,0.4845187345,223,-1.289805721,0.7242157877,1720.0462573 +259,-1.720938188,0.5135933906,223,-1.289805721,0.7242157877,1613.219523 +260,-1.742668307,0.553296122,223,-1.289805721,0.7242157877,1583.0717975 +261,-1.965659039,0.7142126903,223,-1.289805721,0.7242157877,1997.3460252 +262,-1.944438071,0.6772834804,223,-1.289805721,0.7242157877,1975.120646 +263,-1.270340967,0.7681487096,223,-1.289805721,0.7242157877,182.99059557 +264,-1.353091884,0.6549276821,223,-1.289805721,0.7242157877,335.6732201 +265,-1.333236659,0.6413584414,223,-1.289805721,0.7242157877,354.25264543 +266,-1.352015998,0.6753788907,223,-1.289805721,0.7242157877,270.0478552 +267,-1.377988483,0.6577816235,223,-1.289805721,0.7242157877,376.29318985 +268,-2.13075611,0.8318642051,223,-1.289805721,0.7242157877,2371.2224732 +269,-2.097910953,0.8259670014,223,-1.289805721,0.7242157877,2287.1435731 +270,-1.416382069,0.6694271549,223,-1.289805721,0.7242157877,441.28829887 +271,-1.538905672,0.7535625993,223,-1.289805721,0.7242157877,737.64175573 +272,-1.572309477,0.7803125099,223,-1.289805721,0.7242157877,845.100383 +273,-1.87759879,0.7503853417,223,-1.289805721,0.7242157877,1715.1263161 +274,1.152365588,0.590457682,223,-1.289805721,0.7242157877,6647.5542921 +275,0.350198001,0.718001859,223,-1.289805721,0.7242157877,4605.4271875 +276,0.046513677,0.491503852,223,-1.289805721,0.7242157877,4301.2623281 +277,0.027510309,0.742571376,223,-1.289805721,0.7242157877,3739.9864994 +278,0.306285725,-0.214631579,223,-1.289805721,0.7242157877,6856.9124324 +279,-1.100564889,0.318051531,223,-1.289805721,0.7242157877,1731.7403417 +280,-1.078582306,0.301437596,223,-1.289805721,0.7242157877,1822.0257501 +281,-1.137371989,-0.617634065,223,-1.289805721,0.7242157877,5343.8412154 +282,0.784356344,0.703272339,223,-1.289805721,0.7242157877,5613.9030965 +283,-1.221209947,0.218327455,223,-1.289805721,0.7242157877,2017.8358422 +284,2.347301921,-0.449114658,223,-1.289805721,0.7242157877,10493.802471 +285,0.246820618,0.830553713,223,-1.289805721,0.7242157877,4118.5152187 +286,0.829414965,0.703288228,223,-1.289805721,0.7242157877,5702.9352755 +287,-1.337537566,0.42332223,223,-1.289805721,0.7242157877,1202.1908888 +288,0.882453706,0.454478077,223,-1.289805721,0.7242157877,6578.7170384 +289,1.575629659,0.416419109,223,-1.289805721,0.7242157877,7813.3984004 +290,-1.039455679,0.229888244,223,-1.289805721,0.7242157877,2140.1457039 +291,0.489558039,0.934482747,223,-1.289805721,0.7242157877,4414.1135066 +292,0.081344504,0.88384514,223,-1.289805721,0.7242157877,3640.8472973 +293,-1.547979814,0.300350308,223,-1.289805721,0.7242157877,1894.4223109 +294,0.040776181,0.168560074,223,-1.289805721,0.7242157877,5069.6245536 +295,-1.130374745,0.563894876,223,-1.289805721,0.7242157877,810.31887149 +296,1.578326642,0.478507176,223,-1.289805721,0.7242157877,7575.495771 +297,-1.12861823,-0.291640865,223,-1.289805721,0.7242157877,4067.0010258 +298,0.310524208,0.770885792,223,-1.289805721,0.7242157877,4391.7657202 +299,0.415649091,-0.387246002,223,-1.289805721,0.7242157877,7610.0370215 +300,-0.926533878,-0.188022748,223,-1.289805721,0.7242157877,3848.6139868 +301,1.258856172,-0.11716081,223,-1.289805721,0.7242157877,9262.0858498 +302,-1.126050026,0.322941926,223,-1.289805721,0.7242157877,1683.2036108 +303,2.002785835,0.07893892,223,-1.289805721,0.7242157877,9216.0443985 +304,0.440437607,0.746258085,223,-1.289805721,0.7242157877,4752.6646749 +305,-0.030391866,0.214441206,223,-1.289805721,0.7242157877,4741.0465624 +306,0.521557815,-0.058929362,223,-1.289805721,0.7242157877,7089.0344677 +307,-0.097005111,0.13317729,223,-1.289805721,0.7242157877,4754.8909542 +308,1.83113859,0.221857587,223,-1.289805721,0.7242157877,8695.6913137 +309,0.222428864,0.099404236,223,-1.289805721,0.7242157877,5787.8250452 +310,-1.702731345,0.8728568183,223,-1.289805721,0.7242157877,1276.5462563 +311,-0.418507569,0.278324921,223,-1.289805721,0.7242157877,3441.4489692 +312,-1.41153306,0.339029988,223,-1.289805721,0.7242157877,1579.91168 +313,0.357560442,0.114788776,223,-1.289805721,0.7242157877,6146.7914272 +314,0.325818979,0.268352149,223,-1.289805721,0.7242157877,5652.3310331 +315,-1.246004659,-0.663679965,223,-1.289805721,0.7242157877,5499.7345118 +316,1.814603087,0.637404484,223,-1.289805721,0.7242157877,7048.7858321 +317,1.843704281,-0.18300445,223,-1.289805721,0.7242157877,10299.925428 +318,1.690644492,-0.211480909,223,-1.289805721,0.7242157877,10337.566756 +319,-1.275451936,0.068109467,223,-1.289805721,0.7242157877,2599.3369334 +320,0.762430171,-0.207594741,223,-1.289805721,0.7242157877,8186.7384633 +321,0.265668905,-0.014647884,223,-1.289805721,0.7242157877,6214.913333 +322,-2.773032013,-0.335515811,223,-1.289805721,0.7242157877,6843.5493571 +323,-1.469512853,0.174058777,223,-1.289805721,0.7242157877,2267.5752967 +324,0.286276986,0.785925691,223,-1.289805721,0.7242157877,4302.0358916 +325,-1.379324697,0.377432233,223,-1.289805721,0.7242157877,1405.7425201 +326,-1.203778265,0.212813032,223,-1.289805721,0.7242157877,2047.47236 +327,0.579916301,0.611743168,223,-1.289805721,0.7242157877,5424.6697696 +328,0.267582642,0.868113908,223,-1.289805721,0.7242157877,4092.4341588 +329,0.412869244,-0.050245578,223,-1.289805721,0.7242157877,6744.8895756 +330,0.17524381,0.976660285,223,-1.289805721,0.7242157877,3706.2559643 +331,0.743157214,0.204812899,223,-1.289805721,0.7242157877,6988.1844498 +332,-1.070758176,0.269382282,223,-1.289805721,0.7242157877,1951.3938412 +333,-1.230364251,0.329790229,223,-1.289805721,0.7242157877,1575.1703406 +334,-1.374813124,-0.024926835,223,-1.289805721,0.7242157877,2983.0469887 +335,0.519780566,0.463669906,223,-1.289805721,0.7242157877,5674.1327063 +336,-1.55108034,0.239698561,223,-1.289805721,0.7242157877,2119.6205531 +337,0.180294813,0.029739425,223,-1.289805721,0.7242157877,5845.2069778 +338,0.67820924,0.268170153,223,-1.289805721,0.7242157877,6634.0222403 +339,0.445798684,1.024001867,223,-1.289805721,0.7242157877,4138.5629339 +340,0.691751283,0.150521402,223,-1.289805721,0.7242157877,7004.7737129 +341,-1.036643551,-0.903056181,223,-1.289805721,0.7242157877,6504.3022987 +342,-0.120287036,1.083325163,223,-1.289805721,0.7242157877,3024.2870665 +343,2.823513113,-0.304487164,223,-1.289805721,0.7242157877,8778.5605936 +344,0.457583172,1.12513373,223,-1.289805721,0.7242157877,3957.1798088 +345,0.042918831,0.813795399,223,-1.289805721,0.7242157877,3658.5757599 +346,1.196146777,-0.853142756,223,-1.289805721,0.7242157877,10564.77696 +347,0.206001358,-0.010430701,223,-1.289805721,0.7242157877,6026.9564461 +348,-0.268308653,0.234799412,223,-1.289805721,0.7242157877,3988.4143324 +349,0.759363263,0.736189579,223,-1.289805721,0.7242157877,5467.2612316 +350,0.181363926,0.891988372,223,-1.289805721,0.7242157877,3855.8321364 +351,-0.021111158,0.139103292,223,-1.289805721,0.7242157877,4962.7456651 +352,-0.093355215,0.630686981,223,-1.289805721,0.7242157877,3613.7438543 +353,0.40118964,0.681375926,223,-1.289805721,0.7242157877,4815.9209843 +354,-0.721197315,1.304706234,223,-1.289805721,0.7242157877,2514.3656272 +355,-1.076150317,0.212107639,223,-1.289805721,0.7242157877,2159.227188 +356,-1.577164531,0.273993443,223,-1.289805721,0.7242157877,2035.9680625 +357,-0.190788414,0.182208586,223,-1.289805721,0.7242157877,4351.6230551 +358,-0.261349752,0.209710184,223,-1.289805721,0.7242157877,4074.1056559 +359,-1.029303852,0.083549259,223,-1.289805721,0.7242157877,2700.1398176 +360,-1.268609162,0.330525297,223,-1.289805721,0.7242157877,1561.0505897 +361,1.282982244,-0.926641967,223,-1.289805721,0.7242157877,10738.647054 +362,0.217352334,0.731352408,223,-1.289805721,0.7242157877,4248.0659929 +363,-1.511833084,0.258629297,223,-1.289805721,0.7242157877,1995.3110935 +364,0.338812194,0.823184618,223,-1.289805721,0.7242157877,4344.5072005 +365,-0.324406489,1.134201999,223,-1.289805721,0.7242157877,2674.067463 +366,1.389579348,0.399185724,223,-1.289805721,0.7242157877,7681.4957194 +367,2.047152199,-0.039082036,223,-1.289805721,0.7242157877,9642.0961493 +368,0.947780369,0.568250077,223,-1.289805721,0.7242157877,6356.1733593 +369,0.763824846,0.576754987,223,-1.289805721,0.7242157877,5945.2839097 +370,-0.142334657,0.928153068,223,-1.289805721,0.7242157877,3067.7199436 +371,0.610266567,0.547265983,223,-1.289805721,0.7242157877,5673.828122 +372,0.210731629,0.746815056,223,-1.289805721,0.7242157877,4199.6231728 +373,-1.34931644,0.316895224,223,-1.289805721,0.7242157877,1625.9482939 +374,2.407696481,0.655030745,223,-1.289805721,0.7242157877,6622.4193998 +375,0.64207831,0.545359131,223,-1.289805721,0.7242157877,5755.6532296 +376,1.174597538,0.840588356,223,-1.289805721,0.7242157877,5808.2213675 +377,0.660059424,0.010604079,223,-1.289805721,0.7242157877,7305.3999488 +378,-0.730263819,0.010486456,223,-1.289805721,0.7242157877,3462.2174804 +379,0.831068936,0.512339172,223,-1.289805721,0.7242157877,6287.2235331 +380,1.301180979,0.72367476,223,-1.289805721,0.7242157877,6378.9833757 +381,1.811128231,0.322854402,223,-1.289805721,0.7242157877,8293.7187997 +382,0.435105812,0.992284428,223,-1.289805721,0.7242157877,4185.04088 +383,0.62643634,0.592027932,223,-1.289805721,0.7242157877,5588.3703155 +384,0.492988703,-0.516339467,223,-1.289805721,0.7242157877,8133.8328152 +385,-0.162469483,0.112549365,223,-1.289805721,0.7242157877,4618.8410672 +386,0.314630866,0.472006421,223,-1.289805721,0.7242157877,5102.7423381 +387,0.166744804,0.822815954,223,-1.289805721,0.7242157877,3944.671135 +388,0.417159608,0.965805736,223,-1.289805721,0.7242157877,4206.6069099 +389,0.106334961,0.868774244,223,-1.289805721,0.7242157877,3722.6392072 +390,0.815086969,-0.338144359,223,-1.289805721,0.7242157877,8670.2679693 +391,0.59867455,-0.230624824,223,-1.289805721,0.7242157877,7762.5832402 +392,1.915104874,0.066220985,223,-1.289805721,0.7242157877,9304.5895383 +393,1.278093622,0.064463721,223,-1.289805721,0.7242157877,8697.6381154 +394,-0.061477853,0.302997961,223,-1.289805721,0.7242157877,4427.1481487 +395,0.251311504,0.626976942,223,-1.289805721,0.7242157877,4562.8333894 +396,2.950242872,0.149095644,223,-1.289805721,0.7242157877,7176.1601583 +397,-0.180294708,0.35375117,223,-1.289805721,0.7242157877,3951.7589276 +398,1.010448592,-0.351180233,223,-1.289805721,0.7242157877,9274.7303973 +399,-1.748740498,0.3686318073,223,-1.289805721,0.7242157877,2080.9373064 +400,2.699635665,0.123533791,223,-1.289805721,0.7242157877,7895.8468482 +401,0.496808033,0.823843254,223,-1.289805721,0.7242157877,4690.0239843 +402,0.129574704,0.763364087,223,-1.289805721,0.7242157877,3963.8968928 +403,1.798920311,0.817447563,223,-1.289805721,0.7242157877,6334.4832271 +404,0.335987953,0.746786541,223,-1.289805721,0.7242157877,4505.7354215 +405,-1.085413643,0.292154671,223,-1.289805721,0.7242157877,1847.5759729 +406,-0.155321003,0.508207011,223,-1.289805721,0.7242157877,3678.2886573 +407,0.620529244,-0.301175104,223,-1.289805721,0.7242157877,8003.5309624 +408,1.684402744,0.368716966,223,-1.289805721,0.7242157877,8071.3067553 +409,0.300582244,-0.386397212,223,-1.289805721,0.7242157877,7277.1977027 +410,2.913555946,-0.009225192,223,-1.289805721,0.7242157877,7727.9324814 +411,1.465101417,0.493232532,223,-1.289805721,0.7242157877,7417.7231978 +412,0.090612882,0.907955955,223,-1.289805721,0.7242157877,3625.912204 +413,2.987564726,-0.729568594,223,-1.289805721,0.7242157877,9167.2626475 +414,-1.484261606,0.224149272,223,-1.289805721,0.7242157877,2091.6390328 +415,0.164073421,0.303955133,223,-1.289805721,0.7242157877,5090.9362224 +416,0.141441293,0.167552546,223,-1.289805721,0.7242157877,5370.8254168 +417,2.931321023,-0.506718887,223,-1.289805721,0.7242157877,8924.0225761 +418,2.21951565,0.700596356,223,-1.289805721,0.7242157877,6647.3059599 +419,0.268112576,1.199114336,223,-1.289805721,0.7242157877,3568.9378159 +420,0.978913739,0.359223811,223,-1.289805721,0.7242157877,7091.1919015 +421,1.210898818,0.522863584,223,-1.289805721,0.7242157877,6976.3714836 +422,2.347397336,0.129231362,223,-1.289805721,0.7242157877,8614.7466412 +423,0.614394501,0.556878345,223,-1.289805721,0.7242157877,5657.1803606 +424,-1.398079356,0.148483366,223,-1.289805721,0.7242157877,2311.8443175 +425,2.535303836,-0.112984496,223,-1.289805721,0.7242157877,9033.8101485 +426,-1.019372593,-0.405322349,223,-1.289805721,0.7242157877,4582.997398 +427,-1.297785627,-0.160104069,223,-1.289805721,0.7242157877,3502.9115153 +428,2.144554488,0.205051084,223,-1.289805721,0.7242157877,8610.8959547 +429,-2.242387083,-0.426171285,223,-1.289805721,0.7242157877,5739.8744355 +430,0.338637212,0.909723676,223,-1.289805721,0.7242157877,4164.0457202 +431,-0.148798452,0.691042401,223,-1.289805721,0.7242157877,3352.1424051 +432,0.893524764,0.441829531,223,-1.289805721,0.7242157877,6642.5295634 +433,0.969229347,-0.368847936,223,-1.289805721,0.7242157877,9198.088288 +434,0.436043248,0.800045688,223,-1.289805721,0.7242157877,4614.7052141 +435,1.687946607,1.081504775,223,-1.289805721,0.7242157877,5272.176751 +436,0.522302046,-0.034889271,223,-1.289805721,0.7242157877,7027.5901356 +437,-0.178996113,-0.438090009,223,-1.289805721,0.7242157877,6142.480882 +438,-1.094339566,0.301444068,223,-1.289805721,0.7242157877,1801.5881915 +439,-1.064070054,0.242569932,223,-1.289805721,0.7242157877,2059.9749598 +440,-1.068153768,0.230387998,223,-1.289805721,0.7242157877,2100.2877273 +441,-3.00496892,-0.23989155,223,-1.289805721,0.7242157877,7272.3401116 +442,0.21751974,0.766874888,223,-1.289805721,0.7242157877,4175.588794 +443,0.117229532,0.007619006,223,-1.289805721,0.7242157877,5716.8879036 +444,0.777758451,0.420554741,223,-1.289805721,0.7242157877,6441.3582532 +445,-0.252356999,0.250747086,223,-1.289805721,0.7242157877,3993.8603316 +446,0.363148444,0.768483434,223,-1.289805721,0.7242157877,4521.1486078 +447,0.903191366,-0.118210676,223,-1.289805721,0.7242157877,8349.3406062 +448,-0.205755923,0.149406178,223,-1.289805721,0.7242157877,4394.8871873 +449,1.811996086,0.02364353,223,-1.289805721,0.7242157877,9478.1271209 +450,-1.100670221,0.314845373,223,-1.289805721,0.7242157877,1743.5897595 +451,0.340078597,0.850105132,223,-1.289805721,0.7242157877,4290.0497738 +452,0.258757267,0.804969236,223,-1.289805721,0.7242157877,4197.5664823 +453,2.78505352,-0.155160804,223,-1.289805721,0.7242157877,8494.8957139 +454,0.800551619,0.105822106,223,-1.289805721,0.7242157877,7428.0877721 +455,0.437940882,-0.506194031,223,-1.289805721,0.7242157877,7954.6715223 +456,2.230431122,0.63458615,223,-1.289805721,0.7242157877,6889.2714229 +457,0.527965361,0.127667701,223,-1.289805721,0.7242157877,6607.8100128 +458,-0.063643205,0.702093448,223,-1.289805721,0.7242157877,3567.5149818 +459,1.408447268,0.133010502,223,-1.289805721,0.7242157877,8686.1670738 +460,0.523795955,0.280266966,223,-1.289805721,0.7242157877,6181.4763567 +461,-0.975769313,0.072177659,223,-1.289805721,0.7242157877,2812.6076319 +462,0.549774164,-0.463663986,223,-1.289805721,0.7242157877,8178.9585103 +463,0.29245874,1.095549818,223,-1.289805721,0.7242157877,3745.8250107 +464,0.143625958,0.816809593,223,-1.289805721,0.7242157877,3900.0494485 +465,0.671902494,0.611159853,223,-1.289805721,0.7242157877,5639.7653602 +466,1.239840988,0.6724199,223,-1.289805721,0.7242157877,6487.2978783 +467,0.607829703,-0.10932137,223,-1.289805721,0.7242157877,7475.9228065 +468,1.763020906,0.263996692,223,-1.289805721,0.7242157877,8516.0502411 +469,0.378714634,0.726066797,223,-1.289805721,0.7242157877,4655.4808074 +470,2.196736143,-0.153862366,223,-1.289805721,0.7242157877,9882.4809457 +471,0.01702415,0.148991565,223,-1.289805721,0.7242157877,5049.8179848 +472,-2.998490902,-0.158002487,223,-1.289805721,0.7242157877,7043.4555209 +473,-3.051262951,-0.346595608,223,-1.289805721,0.7242157877,7674.5656843 +474,-1.069176439,0.182802941,223,-1.289805721,0.7242157877,2278.0457053 +475,0.167157509,0.595344954,223,-1.289805721,0.7242157877,4408.4929949 +476,0.613855648,0.681746124,223,-1.289805721,0.7242157877,5312.9682259 +477,1.037012736,0.682555367,223,-1.289805721,0.7242157877,6145.9050609 +478,-1.253574971,0.379755746,223,-1.289805721,0.7242157877,1369.7511807 +479,3.108590453,-0.132620738,223,-1.289805721,0.7242157877,7499.2684644 +480,0.565301296,0.022333262,223,-1.289805721,0.7242157877,7000.3047452 +481,0.547898238,0.855555614,223,-1.289805721,0.7242157877,4718.0019182 +482,0.948309381,0.417393755,223,-1.289805721,0.7242157877,6839.0639735 +483,-0.050600732,0.945269213,223,-1.289805721,0.7242157877,3260.7216015 +484,-0.977651478,-0.572363064,223,-1.289805721,0.7242157877,5260.4208205 +485,1.102014914,0.728861163,223,-1.289805721,0.7242157877,6093.6609444 +486,2.927300795,-0.282939414,223,-1.289805721,0.7242157877,8419.6539845 +487,-1.154565557,0.124434095,223,-1.289805721,0.7242157877,2422.9473395 +488,1.855331234,0.291044755,223,-1.289805721,0.7242157877,8422.3804805 +489,0.830290659,0.276904518,223,-1.289805721,0.7242157877,6999.4289382 +490,0.485104466,-0.234867441,223,-1.289805721,0.7242157877,7436.4616893 +491,0.521367572,-0.33161327,223,-1.289805721,0.7242157877,7784.3733055 +1,-1.539031704,0.7349710123,224,-1.350807603,0.7533498126,552.88728505 +2,-1.536990553,0.7349663874,224,-1.350807603,0.7533498126,547.00758939 +3,-1.534951779,0.7349571355,224,-1.350807603,0.7533498126,541.13924351 +4,-1.532906461,0.7349480293,224,-1.350807603,0.7533498126,535.25291215 +5,-1.531320211,0.7346937278,224,-1.350807603,0.7533498126,530.88254554 +6,-1.539451648,0.7335131775,224,-1.350807603,0.7533498126,555.24696952 +7,-1.537429487,0.7335445708,224,-1.350807603,0.7533498126,549.39722273 +8,-1.535484998,0.7335658704,224,-1.350807603,0.7533498126,543.78019574 +9,-1.533488396,0.7336036027,224,-1.350807603,0.7533498126,538.00059022 +10,-1.531497785,0.7335842962,224,-1.350807603,0.7533498126,532.28578628 +11,-1.530259379,0.7334777758,224,-1.350807603,0.7533498126,528.80892264 +12,-1.5335454,0.7322346912,224,-1.350807603,0.7533498126,539.30660146 +13,-1.531489083,0.7322238773,224,-1.350807603,0.7533498126,533.40135449 +14,-1.530011122,0.7321679851,224,-1.350807603,0.7533498126,529.19937304 +15,-1.53348106,0.7306614094,224,-1.350807603,0.7533498126,540.49788467 +16,-1.531441779,0.7306962275,224,-1.350807603,0.7533498126,534.60774697 +17,-1.529755654,0.7306933243,224,-1.350807603,0.7533498126,529.76727648 +18,-1.533415048,0.7291384674,224,-1.350807603,0.7533498126,541.70529625 +19,-1.531392093,0.7291705353,224,-1.350807603,0.7533498126,535.87034455 +20,-1.529296523,0.7291214933,224,-1.350807603,0.7533498126,529.90551484 +21,-1.535280942,0.727267644,224,-1.350807603,0.7533498126,548.85471926 +22,-1.533378158,0.7276139666,224,-1.350807603,0.7533498126,543.06118838 +23,-1.531340368,0.7276446587,224,-1.350807603,0.7533498126,537.19155657 +24,-1.528960113,0.7276398177,224,-1.350807603,0.7533498126,530.37807076 +25,-1.533313146,0.7260818349,224,-1.350807603,0.7533498126,544.40732314 +26,-1.531259555,0.7260958115,224,-1.350807603,0.7533498126,538.51694788 +27,-1.528926415,0.7260865555,224,-1.350807603,0.7533498126,531.85346578 +28,-1.531226779,0.7245511789,224,-1.350807603,0.7533498126,540.04056381 +29,-1.528904772,0.7245519194,224,-1.350807603,0.7533498126,533.4094842 +30,-1.547195875,0.7409785979,224,-1.350807603,0.7533498126,572.34198089 +31,-1.5451475,0.740980426,224,-1.350807603,0.7533498126,566.42390693 +32,-1.543097679,0.7409798872,224,-1.350807603,0.7533498126,560.50327099 +33,-1.540720364,0.7409892687,224,-1.350807603,0.7533498126,553.63093949 +34,-1.547188511,0.7395198392,224,-1.350807603,0.7533498126,573.22516852 +35,-1.545148587,0.7395226109,224,-1.350807603,0.7533498126,567.33227322 +36,-1.543104538,0.7395314908,224,-1.350807603,0.7533498126,561.42384749 +37,-1.540727751,0.7395306258,224,-1.350807603,0.7533498126,554.56120282 +38,-1.547187029,0.7380014886,224,-1.350807603,0.7533498126,574.22212307 +39,-1.545147315,0.7380012252,224,-1.350807603,0.7533498126,568.33391559 +40,-1.54310719,0.7380060743,224,-1.350807603,0.7533498126,562.44146766 +41,-1.540719671,0.7380068206,224,-1.350807603,0.7533498126,555.54958848 +42,-1.547187189,0.7364799098,224,-1.350807603,0.7533498126,575.28684563 +43,-1.545149996,0.7364853874,224,-1.350807603,0.7533498126,569.40454244 +44,-1.543106091,0.7364823484,224,-1.350807603,0.7533498126,563.50959097 +45,-1.540717158,0.7364893901,224,-1.350807603,0.7533498126,556.61262478 +46,-1.538663972,0.7410138672,224,-1.350807603,0.7533498126,547.67661713 +47,-1.53695285,0.7409699132,224,-1.350807603,0.7533498126,542.76114808 +48,-1.534910498,0.7409641297,224,-1.350807603,0.7533498126,536.86623502 +49,-1.533145034,0.7409536636,224,-1.350807603,0.7533498126,531.77408014 +50,-1.538681336,0.7395405883,224,-1.350807603,0.7533498126,548.6459429 +51,-1.536999189,0.7395183096,224,-1.350807603,0.7533498126,543.80355322 +52,-1.534923633,0.7395144222,224,-1.350807603,0.7533498126,537.81382742 +53,-1.533267822,0.7395654306,224,-1.350807603,0.7533498126,533.00063914 +54,-1.53867273,0.7380151077,224,-1.350807603,0.7533498126,549.63611277 +55,-1.536980576,0.7379994392,224,-1.350807603,0.7533498126,544.7634613 +56,-1.534931522,0.7379944961,224,-1.350807603,0.7533498126,538.85398418 +57,-1.533387952,0.7379480264,224,-1.350807603,0.7533498126,534.4323465 +58,-1.538682279,0.7364914363,224,-1.350807603,0.7533498126,550.74137402 +59,-1.536980704,0.7364810563,224,-1.350807603,0.7533498126,545.84114683 +60,-1.534935567,0.7364752065,224,-1.350807603,0.7533498126,539.94737979 +61,-1.533042592,0.7363876366,224,-1.350807603,0.7533498126,534.5533581 +62,-1.545143426,0.7349628011,224,-1.350807603,0.7533498126,570.51441343 +63,-1.543105297,0.7349691947,224,-1.350807603,0.7533498126,564.63258576 +64,-1.541064533,0.7349647152,224,-1.350807603,0.7533498126,558.75222719 +65,-1.545411803,0.7334624714,224,-1.350807603,0.7533498126,572.45977619 +66,-1.543446606,0.7334780896,224,-1.350807603,0.7533498126,566.78441003 +67,-1.541475327,0.7334957295,224,-1.350807603,0.7533498126,561.09067877 +68,-1.545401939,0.731963266,224,-1.350807603,0.7533498126,573.66063257 +69,-1.54342253,0.7319915583,224,-1.350807603,0.7533498126,567.9375715 +70,-1.541455867,0.7320216438,224,-1.350807603,0.7533498126,562.25056736 +71,-1.545410146,0.7304422281,224,-1.350807603,0.7533498126,574.9910044 +72,-1.543435491,0.7304713664,224,-1.350807603,0.7533498126,569.28493167 +73,-1.541463105,0.7304997613,224,-1.350807603,0.7533498126,563.58707679 +74,-1.545414768,0.7289194936,224,-1.350807603,0.7533498126,576.37218046 +75,-1.543435774,0.7289538557,224,-1.350807603,0.7533498126,570.6534365 +76,-1.541457714,0.7289765881,224,-1.350807603,0.7533498126,564.94930104 +77,-1.539449415,0.7320555866,224,-1.350807603,0.7533498126,556.44667807 +78,-1.537429183,0.7321097681,224,-1.350807603,0.7533498126,550.58689131 +79,-1.535472649,0.7321497267,224,-1.350807603,0.7533498126,544.92337367 +80,-1.539457899,0.7305333307,224,-1.350807603,0.7533498126,557.79133673 +81,-1.537453161,0.7305750503,224,-1.350807603,0.7533498126,551.99080512 +82,-1.535479385,0.7306124949,224,-1.350807603,0.7533498126,546.28418718 +83,-1.53946905,0.7290102593,224,-1.350807603,0.7533498126,559.20585625 +84,-1.537459922,0.7290417293,224,-1.350807603,0.7533498126,553.40698337 +85,-1.535451349,0.7290890157,224,-1.350807603,0.7533498126,547.59629167 +86,-1.535522937,0.7279887191,224,-1.350807603,0.7533498126,548.84626757 +87,-1.539442524,0.7274735939,224,-1.350807603,0.7533498126,560.58648451 +88,-1.537424111,0.727521351,224,-1.350807603,0.7533498126,554.75100977 +89,-1.539384641,0.7259505092,224,-1.350807603,0.7533498126,561.9255085 +90,-1.537372391,0.7259947145,224,-1.350807603,0.7533498126,556.1171086 +91,-1.535340789,0.7260435356,224,-1.350807603,0.7533498126,550.25030655 +92,-1.539325716,0.7244369706,224,-1.350807603,0.7533498126,563.31217292 +93,-1.537308932,0.7244801057,224,-1.350807603,0.7533498126,557.4984603 +94,-1.535289068,0.7245247645,224,-1.350807603,0.7533498126,551.67626164 +95,-1.533261366,0.7245550236,224,-1.350807603,0.7533498126,545.84893262 +96,-1.539267302,0.722921924,224,-1.350807603,0.7533498126,564.76137155 +97,-1.537248972,0.7229660258,224,-1.350807603,0.7533498126,558.94938186 +98,-1.535219431,0.7229916471,224,-1.350807603,0.7533498126,553.12780761 +99,-1.53318962,0.7230212049,224,-1.350807603,0.7533498126,547.30358346 +100,-1.531154816,0.7230299897,224,-1.350807603,0.7533498126,541.49064229 +101,-1.528878341,0.7230370244,224,-1.350807603,0.7533498126,534.99381281 +102,-1.539218189,0.7214009878,224,-1.350807603,0.7533498126,566.30281366 +103,-1.537198791,0.7214422745,224,-1.350807603,0.7533498126,560.49872553 +104,-1.535179266,0.7214634354,224,-1.350807603,0.7533498126,554.71957138 +105,-1.533156501,0.7214944644,224,-1.350807603,0.7533498126,548.92266974 +106,-1.53113574,0.7215166021,224,-1.350807603,0.7533498126,543.14441244 +107,-1.528874248,0.7215345535,224,-1.350807603,0.7533498126,536.68916719 +108,-1.539217656,0.7198512397,224,-1.350807603,0.7533498126,568.07506398 +109,-1.537199919,0.7199428763,224,-1.350807603,0.7533498126,562.22539478 +110,-1.545425832,0.727397149,224,-1.350807603,0.7533498126,577.83076074 +111,-1.543371177,0.7273916949,224,-1.350807603,0.7533498126,571.93809189 +112,-1.541368852,0.7274523163,224,-1.350807603,0.7533498126,566.13361783 +113,-1.545349067,0.7258710923,224,-1.350807603,0.7533498126,579.09994497 +114,-1.54332671,0.7258603556,224,-1.350807603,0.7533498126,573.3126154 +115,-1.541346831,0.7259242142,224,-1.350807603,0.7533498126,567.57410915 +116,-1.545324355,0.7243383958,224,-1.350807603,0.7533498126,580.58430164 +117,-1.543292796,0.7243617413,224,-1.350807603,0.7533498126,574.74333871 +118,-1.541295822,0.7244024384,224,-1.350807603,0.7533498126,568.98520364 +119,-1.543193859,0.7205570215,224,-1.350807603,0.7533498126,578.59393298 +120,-1.550257047,0.7386738187,224,-1.350807603,0.7533498126,582.63619776 +121,-1.549335448,0.7311736483,224,-1.350807603,0.7533498126,585.65515653 +122,-1.533478843,0.7179891343,224,-1.350807603,0.7533498126,553.99951226 +123,-1.556150555,0.738907041,224,-1.350807603,0.7533498126,599.50375746 +124,-1.554324226,0.733414257,224,-1.350807603,0.7533498126,598.18942513 +125,-1.554290846,0.7288285332,224,-1.350807603,0.7533498126,601.9779268 +126,-1.55122487,0.7219795312,224,-1.350807603,0.7533498126,599.96278879 +127,-1.525104458,0.7229399862,224,-1.350807603,0.7533498126,524.35477657 +128,-1.519607711,0.7236181429,224,-1.350807603,0.7533498126,507.94651356 +129,-1.513899999,0.7251107854,224,-1.350807603,0.7533498126,490.03327257 +130,-1.536620762,0.7431061895,224,-1.350807603,0.7533498126,540.5721674 +131,-1.5369566,0.7460845958,224,-1.350807603,0.7533498126,540.04340237 +132,-1.545345528,0.7447040685,224,-1.350807603,0.7533498126,564.94370763 +133,-1.532813921,0.7432306626,224,-1.350807603,0.7533498126,529.50671487 +134,-1.554788248,0.7382381001,224,-1.350807603,0.7533498126,596.01046277 +135,-1.540348126,0.7301594274,224,-1.350807603,0.7533498126,560.68410969 +136,-1.538016084,0.7239051786,224,-1.350807603,0.7533498126,560.12865445 +137,-1.525288962,0.7258085137,224,-1.350807603,0.7533498126,521.74810824 +138,-1.534326986,0.731241342,224,-1.350807603,0.7533498126,542.41443649 +139,-1.530733872,0.7303625216,224,-1.350807603,0.7533498126,532.87666601 +141,-1.534354939,0.7328219978,224,-1.350807603,0.7533498126,541.14006248 +142,-1.53157084,0.7292888153,224,-1.350807603,0.7533498126,536.27199701 +143,-1.525691035,0.7263799874,224,-1.350807603,0.7533498126,522.30055188 +144,-1.534031287,0.7495967835,224,-1.350807603,0.7533498126,530.15410301 +145,-1.527714986,0.7283095957,224,-1.350807603,0.7533498126,526.15304124 +146,-1.526189586,0.7271468292,224,-1.350807603,0.7533498126,522.94129174 +147,-1.555177336,0.7375563366,224,-1.350807603,0.7533498126,597.59535733 +148,-1.555080283,0.7312707794,224,-1.350807603,0.7533498126,602.11833646 +149,-1.53856994,0.7224180299,224,-1.350807603,0.7533498126,563.32120934 +150,-1.530837883,0.729933372,224,-1.350807603,0.7533498126,533.56866045 +151,-1.515066984,0.5854133365,224,-1.350807603,0.7533498126,837.15573078 +152,-1.534731633,0.5368370046,224,-1.350807603,0.7533498126,1034.6142662 +153,-1.515231902,0.5607085576,224,-1.350807603,0.7533498126,919.60252408 +154,-2.616253799,1.0684566605,224,-1.350807603,0.7533498126,3121.9068146 +155,-1.956071439,0.5792177723,224,-1.350807603,0.7533498126,1989.9546297 +156,-1.951208514,0.5602434208,224,-1.350807603,0.7533498126,2015.202159 +157,-1.944675062,0.6062144545,224,-1.350807603,0.7533498126,1904.9869366 +158,-1.613778386,0.6077989518,224,-1.350807603,0.7533498126,991.38303485 +159,-2.035029014,0.6021432345,224,-1.350807603,0.7533498126,2172.7763747 +160,-2.114989471,0.6801825058,224,-1.350807603,0.7533498126,2274.2579004 +161,-2.037382079,0.5765830025,224,-1.350807603,0.7533498126,2228.4702619 +162,-2.129855121,0.6585019963,224,-1.350807603,0.7533498126,2349.9188644 +163,-2.075141798,0.6493615843,224,-1.350807603,0.7533498126,2207.016402 +164,-1.828626729,0.6948433129,224,-1.350807603,0.7533498126,1430.0099544 +165,-1.863329418,0.6735427691,224,-1.350807603,0.7533498126,1558.7464804 +166,-1.266037071,0.727988852,224,-1.350807603,0.7533498126,267.34230018 +167,-1.277579582,0.7249010648,224,-1.350807603,0.7533498126,242.13975423 +168,-1.258418684,0.7241194816,224,-1.350807603,0.7533498126,294.21812857 +169,-1.317813974,0.6804850104,224,-1.350807603,0.7533498126,304.9445519 +170,-1.344165204,0.6790988904,224,-1.350807603,0.7533498126,294.77571209 +171,-1.427582102,0.5277120351,224,-1.350807603,0.7533498126,926.04334463 +172,-1.402238616,0.457167829,224,-1.350807603,0.7533498126,1184.8651586 +173,-1.422454264,0.4996161999,224,-1.350807603,0.7533498126,1030.6390284 +174,-1.439089277,0.4894859811,224,-1.350807603,0.7533498126,1082.5844992 +175,-1.448126995,0.5182330266,224,-1.350807603,0.7533498126,980.97721763 +176,-1.474626146,0.5881926574,224,-1.350807603,0.7533498126,757.96885489 +177,-1.421139645,0.5584869783,224,-1.350807603,0.7533498126,802.53355779 +178,-1.457037165,0.565943032,224,-1.350807603,0.7533498126,812.80038346 +179,-2.757159358,0.3745319,224,-1.350807603,0.7533498126,4757.3001954 +180,-2.714309238,0.342054471,224,-1.350807603,0.7533498126,4716.9084683 +181,-2.000525337,0.774119946,224,-1.350807603,0.7533498126,1844.5167425 +183,-1.571413436,0.6777838382,224,-1.350807603,0.7533498126,723.24354408 +184,-1.552860289,0.6987663893,224,-1.350807603,0.7533498126,635.68210359 +185,-1.521852374,0.7165827476,224,-1.350807603,0.7533498126,522.92690683 +186,-1.503656267,0.6928968252,224,-1.350807603,0.7533498126,512.83120472 +187,-1.502753178,0.7136205882,224,-1.350807603,0.7533498126,473.69604538 +188,-1.631894563,0.7343596465,224,-1.350807603,0.7533498126,821.46620583 +189,-1.653765416,0.6770714026,224,-1.350807603,0.7533498126,952.91059257 +190,-1.719812114,0.6715965947,224,-1.350807603,0.7533498126,1148.9585154 +191,-1.493406659,0.6646955447,224,-1.350807603,0.7533498126,553.70195093 +192,-1.469120564,0.6613469966,224,-1.350807603,0.7533498126,509.25265939 +193,-1.590551461,0.5326612937,224,-1.350807603,0.7533498126,1155.1610268 +194,-1.625979264,0.5247742243,224,-1.350807603,0.7533498126,1254.7887892 +195,-1.572293943,0.5238808754,224,-1.350807603,0.7533498126,1147.0919424 +196,-1.610848725,0.5477107964,224,-1.350807603,0.7533498126,1152.1319466 +197,-1.208485554,0.7918526018,224,-1.350807603,0.7533498126,431.29343119 +198,-1.335601374,0.6869083083,224,-1.350807603,0.7533498126,267.03654575 +199,-1.346156996,0.6825213377,224,-1.350807603,0.7533498126,280.89396546 +200,-1.324381037,0.6741422347,224,-1.350807603,0.7533498126,323.54853135 +201,-1.242424992,0.7378949807,224,-1.350807603,0.7533498126,321.19985551 +202,-1.270370057,0.7392461008,224,-1.350807603,0.7533498126,240.47117389 +203,-1.448950472,0.7441675014,224,-1.350807603,0.7533498126,287.02547996 +204,-1.492662363,0.7523026852,224,-1.350807603,0.7533498126,409.90219721 +205,-1.479098966,0.7763855017,224,-1.350807603,0.7533498126,377.66274785 +206,-1.633760714,0.7869022408,224,-1.350807603,0.7533498126,813.99225486 +207,-1.647406434,0.8101289331,224,-1.350807603,0.7533498126,861.66451998 +208,-1.564245052,0.5701509278,224,-1.350807603,0.7533498126,983.49591186 +209,-1.646289963,0.6833746083,224,-1.350807603,0.7533498126,921.84785895 +210,-1.5820631,0.6751952144,224,-1.350807603,0.7533498126,757.05364854 +211,-1.613236298,0.6681681791,224,-1.350807603,0.7533498126,855.4065509 +212,-1.914661867,0.8212566515,224,-1.350807603,0.7533498126,1587.3648585 +213,-1.742133237,0.7250275956,224,-1.350807603,0.7533498126,1147.5245238 +214,-2.033144872,0.6557314699,224,-1.350807603,0.7533498126,2075.7799527 +215,-2.039551981,0.6964723658,224,-1.350807603,0.7533498126,2035.5512499 +216,-1.247341019,0.7622473908,224,-1.350807603,0.7533498126,299.69429024 +217,-1.298239787,0.7084123392,224,-1.350807603,0.7533498126,236.01645087 +218,-1.308539688,0.6926545592,224,-1.350807603,0.7533498126,271.18516669 +219,-1.303263185,0.6888938396,224,-1.350807603,0.7533498126,291.83010699 +220,-1.852400229,0.6004246149,224,-1.350807603,0.7533498126,1652.8377638 +221,-1.288947707,0.7473773692,224,-1.350807603,0.7533498126,180.76326885 +222,-1.372031502,0.7472790993,224,-1.350807603,0.7533498126,66.026942589 +223,-1.289805721,0.7242157877,224,-1.350807603,0.7533498126,212.63722098 +224,-1.350807603,0.7533498126,224,-1.350807603,0.7533498126,31.330856998 +225,-1.329290365,0.7560442322,224,-1.350807603,0.7533498126,62.998095387 +226,-1.410153004,0.616936428,224,-1.350807603,0.7533498126,570.02877334 +227,-1.393445434,0.6308995063,224,-1.350807603,0.7533498126,502.08648636 +228,-1.37595573,0.6241540638,224,-1.350807603,0.7533498126,517.46637303 +229,-1.358388707,0.6172645205,224,-1.350807603,0.7533498126,539.5326575 +230,-1.753741133,0.8281661666,224,-1.350807603,0.7533498126,1156.1841321 +231,-1.47430987,0.6834615681,224,-1.350807603,0.7533498126,460.45132438 +232,-1.421012508,0.7222725206,224,-1.350807603,0.7533498126,239.73360239 +233,-1.4476833,0.6978557868,224,-1.350807603,0.7533498126,361.41893168 +234,-1.470370723,0.6966193374,224,-1.350807603,0.7533498126,419.49485535 +235,-1.429211703,0.7037216883,224,-1.350807603,0.7533498126,303.7905254 +236,-1.700578405,0.6178673663,224,-1.350807603,0.7533498126,1194.9733817 +237,-1.678117619,0.6331716163,224,-1.350807603,0.7533498126,1101.6785046 +238,-1.725644578,0.6316331145,224,-1.350807603,0.7533498126,1235.7427784 +239,-2.14012759,0.7930497945,224,-1.350807603,0.7533498126,2213.4488707 +240,-2.103289431,0.7653606263,224,-1.350807603,0.7533498126,2137.4153746 +241,-1.318739838,0.7017808746,224,-1.350807603,0.7533498126,225.19997931 +242,-1.396417427,0.7077900843,224,-1.350807603,0.7533498126,225.07668303 +243,-1.35650337,0.7185539404,224,-1.350807603,0.7533498126,138.83680001 +244,-1.248884539,0.7274156818,224,-1.350807603,0.7533498126,315.15210887 +245,-1.395014798,0.5761185243,224,-1.350807603,0.7533498126,715.31422134 +246,-1.433377362,0.6064716109,224,-1.350807603,0.7533498126,634.66359849 +247,-1.408172432,0.5903155476,224,-1.350807603,0.7533498126,669.66523552 +248,-1.749645898,0.7757118084,224,-1.350807603,0.7533498126,1139.8616861 +249,-1.571626686,0.615046989,224,-1.350807603,0.7533498126,869.81197765 +250,-1.514070049,0.6303003037,224,-1.350807603,0.7533498126,695.97310353 +251,-1.480890369,0.6237966528,224,-1.350807603,0.7533498126,648.73892465 +252,-1.704390658,0.5281680612,224,-1.350807603,0.7533498126,1427.2721007 +253,-1.64434733,0.5254277498,224,-1.350807603,0.7533498126,1293.5603071 +254,-1.703855997,0.4792484842,224,-1.350807603,0.7533498126,1567.1332935 +255,-1.692002383,0.5748825051,224,-1.350807603,0.7533498126,1272.6199293 +256,-1.854136457,0.5544643913,224,-1.350807603,0.7533498126,1755.5461676 +257,-1.665021206,0.520317736,224,-1.350807603,0.7533498126,1355.8518474 +258,-1.733654349,0.4845187345,224,-1.350807603,0.7533498126,1621.6825639 +259,-1.720938188,0.5135933906,224,-1.350807603,0.7533498126,1508.2851295 +260,-1.742668307,0.553296122,224,-1.350807603,0.7533498126,1458.0022388 +261,-1.965659039,0.7142126903,224,-1.350807603,0.7533498126,1801.9257471 +262,-1.944438071,0.6772834804,224,-1.350807603,0.7533498126,1787.7641351 +263,-1.270340967,0.7681487096,224,-1.350807603,0.7533498126,238.15062656 +264,-1.353091884,0.6549276821,224,-1.350807603,0.7533498126,389.91089195 +265,-1.333236659,0.6413584414,224,-1.350807603,0.7533498126,446.78407259 +266,-1.352015998,0.6753788907,224,-1.350807603,0.7533498126,308.86395696 +267,-1.377988483,0.6577816235,224,-1.350807603,0.7533498126,387.29510692 +268,-2.13075611,0.8318642051,224,-1.350807603,0.7533498126,2160.3047437 +269,-2.097910953,0.8259670014,224,-1.350807603,0.7533498126,2076.7071368 +270,-1.416382069,0.6694271549,224,-1.350807603,0.7533498126,386.17302372 +271,-1.538905672,0.7535625993,224,-1.350807603,0.7533498126,543.01605025 +272,-1.572309477,0.7803125099,224,-1.350807603,0.7533498126,640.08179986 +273,-1.87759879,0.7503853417,224,-1.350807603,0.7533498126,1515.8108306 +274,1.152365588,0.590457682,224,-1.350807603,0.7533498126,6641.4056102 +275,0.350198001,0.718001859,224,-1.350807603,0.7533498126,4683.4140371 +276,0.046513677,0.491503852,224,-1.350807603,0.7533498126,4444.3723367 +277,0.027510309,0.742571376,224,-1.350807603,0.7533498126,3841.8619153 +278,0.306285725,-0.214631579,224,-1.350807603,0.7533498126,7048.3340138 +279,-1.100564889,0.318051531,224,-1.350807603,0.7533498126,1916.9206456 +280,-1.078582306,0.301437596,224,-1.350807603,0.7533498126,2010.1882963 +281,-1.137371989,-0.617634065,224,-1.350807603,0.7533498126,5484.9242505 +282,0.784356344,0.703272339,224,-1.350807603,0.7533498126,5646.2039769 +283,-1.221209947,0.218327455,224,-1.350807603,0.7533498126,2165.1669795 +284,2.347301921,-0.449114658,224,-1.350807603,0.7533498126,10283.557563 +285,0.246820618,0.830553713,224,-1.350807603,0.7533498126,4185.0551102 +286,0.829414965,0.703288228,224,-1.350807603,0.7533498126,5729.5832312 +287,-1.337537566,0.42332223,224,-1.350807603,0.7533498126,1307.9547274 +288,0.882453706,0.454478077,224,-1.350807603,0.7533498126,6629.7481989 +289,1.575629659,0.416419109,224,-1.350807603,0.7533498126,7744.451425 +290,-1.039455679,0.229888244,224,-1.350807603,0.7533498126,2329.8144051 +291,0.489558039,0.934482747,224,-1.350807603,0.7533498126,4440.3177165 +292,0.081344504,0.88384514,224,-1.350807603,0.7533498126,3708.2923856 +293,-1.547979814,0.300350308,224,-1.350807603,0.7533498126,1912.8823991 +294,0.040776181,0.168560074,224,-1.350807603,0.7533498126,5249.9090315 +295,-1.130374745,0.563894876,224,-1.350807603,0.7533498126,1017.4588526 +296,1.578326642,0.478507176,224,-1.350807603,0.7533498126,7503.4823396 +297,-1.12861823,-0.291640865,224,-1.350807603,0.7533498126,4217.4131245 +298,0.310524208,0.770885792,224,-1.350807603,0.7533498126,4464.1477985 +299,0.415649091,-0.387246002,224,-1.350807603,0.7533498126,7807.2938292 +300,-0.926533878,-0.188022748,224,-1.350807603,0.7533498126,4031.928121 +301,1.258856172,-0.11716081,224,-1.350807603,0.7533498126,9317.0585664 +302,-1.126050026,0.322941926,224,-1.350807603,0.7533498126,1863.1568611 +303,2.002785835,0.07893892,224,-1.350807603,0.7533498126,9060.8037413 +304,0.440437607,0.746258085,224,-1.350807603,0.7533498126,4816.9305232 +305,-0.030391866,0.214441206,224,-1.350807603,0.7533498126,4922.6722681 +306,0.521557815,-0.058929362,224,-1.350807603,0.7533498126,7249.6480312 +307,-0.097005111,0.13317729,224,-1.350807603,0.7533498126,4947.6479658 +308,1.83113859,0.221857587,224,-1.350807603,0.7533498126,8578.2810271 +309,0.222428864,0.099404236,224,-1.350807603,0.7533498126,5959.8394445 +310,-1.702731345,0.8728568183,224,-1.350807603,0.7533498126,1063.9912575 +311,-0.418507569,0.278324921,224,-1.350807603,0.7533498126,3643.5466785 +312,-1.41153306,0.339029988,224,-1.350807603,0.7533498126,1653.5520032 +313,0.357560442,0.114788776,224,-1.350807603,0.7533498126,6305.1804539 +314,0.325818979,0.268352149,224,-1.350807603,0.7533498126,5796.9278936 +315,-1.246004659,-0.663679965,224,-1.350807603,0.7533498126,5625.4882438 +316,1.814603087,0.637404484,224,-1.350807603,0.7533498126,6934.4013615 +317,1.843704281,-0.18300445,224,-1.350807603,0.7533498126,10177.355324 +318,1.690644492,-0.211480909,224,-1.350807603,0.7533498126,10270.221646 +319,-1.275451936,0.068109467,224,-1.350807603,0.7533498126,2727.1369886 +320,0.762430171,-0.207594741,224,-1.350807603,0.7533498126,8339.2505345 +321,0.265668905,-0.014647884,224,-1.350807603,0.7533498126,6393.5846675 +322,-2.773032013,-0.335515811,224,-1.350807603,0.7533498126,6711.5201598 +323,-1.469512853,0.174058777,224,-1.350807603,0.7533498126,2330.8965126 +324,0.286276986,0.785925691,224,-1.350807603,0.7533498126,4373.8170071 +325,-1.379324697,0.377432233,224,-1.350807603,0.7533498126,1491.9811806 +326,-1.203778265,0.212813032,224,-1.350807603,0.7533498126,2199.558127 +327,0.579916301,0.611743168,224,-1.350807603,0.7533498126,5494.7388901 +328,0.267582642,0.868113908,224,-1.350807603,0.7533498126,4149.746589 +329,0.412869244,-0.050245578,224,-1.350807603,0.7533498126,6914.6562041 +330,0.17524381,0.976660285,224,-1.350807603,0.7533498126,3746.1897702 +331,0.743157214,0.204812899,224,-1.350807603,0.7533498126,7091.112915 +332,-1.070758176,0.269382282,224,-1.350807603,0.7533498126,2138.5102525 +333,-1.230364251,0.329790229,224,-1.350807603,0.7533498126,1725.2683819 +334,-1.374813124,-0.024926835,224,-1.350807603,0.7533498126,3083.9389476 +335,0.519780566,0.463669906,224,-1.350807603,0.7533498126,5772.2500174 +336,-1.55108034,0.239698561,224,-1.350807603,0.7533498126,2145.9761374 +337,0.180294813,0.029739425,224,-1.350807603,0.7533498126,6026.6719937 +338,0.67820924,0.268170153,224,-1.350807603,0.7533498126,6737.7559273 +339,0.445798684,1.024001867,224,-1.350807603,0.7533498126,4150.5562955 +340,0.691751283,0.150521402,224,-1.350807603,0.7533498126,7121.4649499 +341,-1.036643551,-0.903056181,224,-1.350807603,0.7533498126,6648.9998567 +342,-0.120287036,1.083325163,224,-1.350807603,0.7533498126,3047.02936 +343,2.823513113,-0.304487164,224,-1.350807603,0.7533498126,8584.416752 +344,0.457583172,1.12513373,224,-1.350807603,0.7533498126,3947.0325887 +345,0.042918831,0.813795399,224,-1.350807603,0.7533498126,3744.3560553 +346,1.196146777,-0.853142756,224,-1.350807603,0.7533498126,10776.360935 +347,0.206001358,-0.010430701,224,-1.350807603,0.7533498126,6209.7792105 +348,-0.268308653,0.234799412,224,-1.350807603,0.7533498126,4184.7113194 +349,0.759363263,0.736189579,224,-1.350807603,0.7533498126,5498.0416701 +350,0.181363926,0.891988372,224,-1.350807603,0.7533498126,3914.594207 +351,-0.021111158,0.139103292,224,-1.350807603,0.7533498126,5149.9958472 +352,-0.093355215,0.630686981,224,-1.350807603,0.7533498126,3746.8500315 +353,0.40118964,0.681375926,224,-1.350807603,0.7533498126,4894.9234548 +354,-0.721197315,1.304706234,224,-1.350807603,0.7533498126,2447.9065829 +355,-1.076150317,0.212107639,224,-1.350807603,0.7533498126,2341.2432556 +356,-1.577164531,0.273993443,224,-1.350807603,0.7533498126,2047.2485471 +357,-0.190788414,0.182208586,224,-1.350807603,0.7533498126,4546.8372887 +358,-0.261349752,0.209710184,224,-1.350807603,0.7533498126,4271.7158336 +359,-1.029303852,0.083549259,224,-1.350807603,0.7533498126,2882.4430928 +360,-1.268609162,0.330525297,224,-1.350807603,0.7533498126,1697.1540762 +361,1.282982244,-0.926641967,224,-1.350807603,0.7533498126,10950.308855 +362,0.217352334,0.731352408,224,-1.350807603,0.7533498126,4336.0922826 +363,-1.511833084,0.258629297,224,-1.350807603,0.7533498126,2034.3868167 +364,0.338812194,0.823184618,224,-1.350807603,0.7533498126,4404.6601509 +365,-0.324406489,1.134201999,224,-1.350807603,0.7533498126,2680.3447476 +366,1.389579348,0.399185724,224,-1.350807603,0.7533498126,7650.1287179 +367,2.047152199,-0.039082036,224,-1.350807603,0.7533498126,9473.4692343 +368,0.947780369,0.568250077,224,-1.350807603,0.7533498126,6383.6315875 +369,0.763824846,0.576754987,224,-1.350807603,0.7533498126,5997.2987331 +370,-0.142334657,0.928153068,224,-1.350807603,0.7533498126,3136.3284673 +371,0.610266567,0.547265983,224,-1.350807603,0.7533498126,5749.4528989 +372,0.210731629,0.746815056,224,-1.350807603,0.7533498126,4285.3781531 +373,-1.34931644,0.316895224,224,-1.350807603,0.7533498126,1728.8038457 +374,2.407696481,0.655030745,224,-1.350807603,0.7533498126,6440.2023683 +375,0.64207831,0.545359131,224,-1.350807603,0.7533498126,5827.6058024 +376,1.174597538,0.840588356,224,-1.350807603,0.7533498126,5774.8945224 +377,0.660059424,0.010604079,224,-1.350807603,0.7533498126,7443.1705371 +378,-0.730263819,0.010486456,224,-1.350807603,0.7533498126,3670.2705659 +379,0.831068936,0.512339172,224,-1.350807603,0.7533498126,6338.435084 +380,1.301180979,0.72367476,224,-1.350807603,0.7533498126,6338.4724522 +381,1.811128231,0.322854402,224,-1.350807603,0.7533498126,8180.3595213 +382,0.435105812,0.992284428,224,-1.350807603,0.7533498126,4204.2679218 +383,0.62643634,0.592027932,224,-1.350807603,0.7533498126,5655.7144261 +384,0.492988703,-0.516339467,224,-1.350807603,0.7533498126,8336.0707686 +385,-0.162469483,0.112549365,224,-1.350807603,0.7533498126,4816.8990722 +386,0.314630866,0.472006421,224,-1.350807603,0.7533498126,5222.5140022 +387,0.166744804,0.822815954,224,-1.350807603,0.7533498126,4019.1969275 +388,0.417159608,0.965805736,224,-1.350807603,0.7533498126,4232.514326 +389,0.106334961,0.868774244,224,-1.350807603,0.7533498126,3791.7977228 +390,0.815086969,-0.338144359,224,-1.350807603,0.7533498126,8833.9790195 +391,0.59867455,-0.230624824,224,-1.350807603,0.7533498126,7933.9678155 +392,1.915104874,0.066220985,224,-1.350807603,0.7533498126,9167.1942817 +393,1.278093622,0.064463721,224,-1.350807603,0.7533498126,8722.6865689 +394,-0.061477853,0.302997961,224,-1.350807603,0.7533498126,4602.7372159 +395,0.251311504,0.626976942,224,-1.350807603,0.7533498126,4665.7105955 +396,2.950242872,0.149095644,224,-1.350807603,0.7533498126,6966.1669907 +397,-0.180294708,0.35375117,224,-1.350807603,0.7533498126,4131.4025515 +398,1.010448592,-0.351180233,224,-1.350807603,0.7533498126,9417.5678164 +399,-1.748740498,0.3686318073,224,-1.350807603,0.7533498126,2012.0140614 +400,2.699635665,0.123533791,224,-1.350807603,0.7533498126,7683.2622859 +401,0.496808033,0.823843254,224,-1.350807603,0.7533498126,4735.490226 +402,0.129574704,0.763364087,224,-1.350807603,0.7533498126,4053.3872839 +403,1.798920311,0.817447563,224,-1.350807603,0.7533498126,6221.8546939 +404,0.335987953,0.746786541,224,-1.350807603,0.7533498126,4580.0799425 +405,-1.085413643,0.292154671,224,-1.350807603,0.7533498126,2033.6836013 +406,-0.155321003,0.508207011,224,-1.350807603,0.7533498126,3836.5782828 +407,0.620529244,-0.301175104,224,-1.350807603,0.7533498126,8180.3747201 +408,1.684402744,0.368716966,224,-1.350807603,0.7533498126,7982.4497943 +409,0.300582244,-0.386397212,224,-1.350807603,0.7533498126,7479.5412373 +410,2.913555946,-0.009225192,224,-1.350807603,0.7533498126,7521.6091413 +411,1.465101417,0.493232532,224,-1.350807603,0.7533498126,7365.8151637 +412,0.090612882,0.907955955,224,-1.350807603,0.7533498126,3687.1743732 +413,2.987564726,-0.729568594,224,-1.350807603,0.7533498126,9048.8937879 +414,-1.484261606,0.224149272,224,-1.350807603,0.7533498126,2145.2579619 +415,0.164073421,0.303955133,224,-1.350807603,0.7533498126,5247.0569072 +416,0.141441293,0.167552546,224,-1.350807603,0.7533498126,5543.1897778 +417,2.931321023,-0.506718887,224,-1.350807603,0.7533498126,8760.9540345 +418,2.21951565,0.700596356,224,-1.350807603,0.7533498126,6484.0115964 +419,0.268112576,1.199114336,224,-1.350807603,0.7533498126,3549.5968844 +420,0.978913739,0.359223811,224,-1.350807603,0.7533498126,7138.7603336 +421,1.210898818,0.522863584,224,-1.350807603,0.7533498126,6967.1508587 +422,2.347397336,0.129231362,224,-1.350807603,0.7533498126,8415.7653098 +423,0.614394501,0.556878345,224,-1.350807603,0.7533498126,5730.9533845 +424,-1.398079356,0.148483366,224,-1.350807603,0.7533498126,2401.483475 +425,2.535303836,-0.112984496,224,-1.350807603,0.7533498126,8821.1735362 +426,-1.019372593,-0.405322349,224,-1.350807603,0.7533498126,4745.8939617 +427,-1.297785627,-0.160104069,224,-1.350807603,0.7533498126,3623.251766 +428,2.144554488,0.205051084,224,-1.350807603,0.7533498126,8437.3734047 +429,-2.242387083,-0.426171285,224,-1.350807603,0.7533498126,5687.8616559 +430,0.338637212,0.909723676,224,-1.350807603,0.7533498126,4207.3227389 +431,-0.148798452,0.691042401,224,-1.350807603,0.7533498126,3478.1712667 +432,0.893524764,0.441829531,224,-1.350807603,0.7533498126,6693.4682492 +433,0.969229347,-0.368847936,224,-1.350807603,0.7533498126,9349.194081 +434,0.436043248,0.800045688,224,-1.350807603,0.7533498126,4670.1529535 +435,1.687946607,1.081504775,224,-1.350807603,0.7533498126,5168.5558848 +436,0.522302046,-0.034889271,224,-1.350807603,0.7533498126,7185.5856415 +437,-0.178996113,-0.438090009,224,-1.350807603,0.7533498126,6355.0227378 +438,-1.094339566,0.301444068,224,-1.350807603,0.7533498126,1986.6676245 +439,-1.064070054,0.242569932,224,-1.350807603,0.7533498126,2246.3363981 +440,-1.068153768,0.230387998,224,-1.350807603,0.7533498126,2285.0476799 +441,-3.00496892,-0.23989155,224,-1.350807603,0.7533498126,7106.7606169 +442,0.21751974,0.766874888,224,-1.350807603,0.7533498126,4256.9771618 +443,0.117229532,0.007619006,224,-1.350807603,0.7533498126,5904.5833067 +444,0.777758451,0.420554741,224,-1.350807603,0.7533498126,6511.8828665 +445,-0.252356999,0.250747086,224,-1.350807603,0.7533498126,4187.97749 +446,0.363148444,0.768483434,224,-1.350807603,0.7533498126,4589.0872101 +447,0.903191366,-0.118210676,224,-1.350807603,0.7533498126,8471.6503616 +448,-0.205755923,0.149406178,224,-1.350807603,0.7533498126,4593.1462845 +449,1.811996086,0.02364353,224,-1.350807603,0.7533498126,9365.2513144 +450,-1.100670221,0.314845373,224,-1.350807603,0.7533498126,1928.4768674 +451,0.340078597,0.850105132,224,-1.350807603,0.7533498126,4344.9699025 +452,0.258757267,0.804969236,224,-1.350807603,0.7533498126,4268.1198477 +453,2.78505352,-0.155160804,224,-1.350807603,0.7533498126,8289.2700428 +454,0.800551619,0.105822106,224,-1.350807603,0.7533498126,7535.4846615 +455,0.437940882,-0.506194031,224,-1.350807603,0.7533498126,8158.3039857 +456,2.230431122,0.63458615,224,-1.350807603,0.7533498126,6722.271232 +457,0.527965361,0.127667701,224,-1.350807603,0.7533498126,6747.1305203 +458,-0.063643205,0.702093448,224,-1.350807603,0.7533498126,3684.6997924 +459,1.408447268,0.133010502,224,-1.350807603,0.7533498126,8672.8782517 +460,0.523795955,0.280266966,224,-1.350807603,0.7533498126,6302.9868386 +461,-0.975769313,0.072177659,224,-1.350807603,0.7533498126,3002.1114538 +462,0.549774164,-0.463663986,224,-1.350807603,0.7533498126,8375.0892099 +463,0.29245874,1.095549818,224,-1.350807603,0.7533498126,3751.1177885 +464,0.143625958,0.816809593,224,-1.350807603,0.7533498126,3977.6196784 +465,0.671902494,0.611159853,224,-1.350807603,0.7533498126,5698.8305063 +466,1.239840988,0.6724199,224,-1.350807603,0.7533498126,6460.0607792 +467,0.607829703,-0.10932137,224,-1.350807603,0.7533498126,7633.3695814 +468,1.763020906,0.263996692,224,-1.350807603,0.7533498126,8412.875594 +469,0.378714634,0.726066797,224,-1.350807603,0.7533498126,4729.2986804 +470,2.196736143,-0.153862366,224,-1.350807603,0.7533498126,9684.7187032 +471,0.01702415,0.148991565,224,-1.350807603,0.7533498126,5233.5471765 +472,-2.998490902,-0.158002487,224,-1.350807603,0.7533498126,6870.3263163 +473,-3.051262951,-0.346595608,224,-1.350807603,0.7533498126,7516.6679833 +474,-1.069176439,0.182802941,224,-1.350807603,0.7533498126,2459.4298958 +475,0.167157509,0.595344954,224,-1.350807603,0.7533498126,4524.5694457 +476,0.613855648,0.681746124,224,-1.350807603,0.7533498126,5368.7631298 +477,1.037012736,0.682555367,224,-1.350807603,0.7533498126,6147.306699 +478,-1.253574971,0.379755746,224,-1.350807603,0.7533498126,1514.154211 +479,3.108590453,-0.132620738,224,-1.350807603,0.7533498126,7310.6967145 +480,0.565301296,0.022333262,224,-1.350807603,0.7533498126,7147.5243826 +481,0.547898238,0.855555614,224,-1.350807603,0.7533498126,4753.0882875 +482,0.948309381,0.417393755,224,-1.350807603,0.7533498126,6884.5439564 +483,-0.050600732,0.945269213,224,-1.350807603,0.7533498126,3320.5670157 +484,-0.977651478,-0.572363064,224,-1.350807603,0.7533498126,5422.5625188 +485,1.102014914,0.728861163,224,-1.350807603,0.7533498126,6081.015941 +486,2.927300795,-0.282939414,224,-1.350807603,0.7533498126,8230.7155897 +487,-1.154565557,0.124434095,224,-1.350807603,0.7533498126,2583.2097526 +488,1.855331234,0.291044755,224,-1.350807603,0.7533498126,8300.3391578 +489,0.830290659,0.276904518,224,-1.350807603,0.7533498126,7080.6115853 +490,0.485104466,-0.234867441,224,-1.350807603,0.7533498126,7617.4280681 +491,0.521367572,-0.33161327,224,-1.350807603,0.7533498126,7971.3121135 +1,-1.539031704,0.7349710123,225,-1.329290365,0.7560442322,615.54399668 +2,-1.536990553,0.7349663874,225,-1.329290365,0.7560442322,609.67795347 +3,-1.534951779,0.7349571355,225,-1.329290365,0.7560442322,603.82334622 +4,-1.532906461,0.7349480293,225,-1.329290365,0.7560442322,597.95068277 +5,-1.531320211,0.7346937278,225,-1.329290365,0.7560442322,593.60109158 +6,-1.539451648,0.7335131775,225,-1.329290365,0.7560442322,617.9617129 +7,-1.537429487,0.7335445708,225,-1.329290365,0.7560442322,612.1233938 +8,-1.535484998,0.7335658704,225,-1.329290365,0.7560442322,606.51761494 +9,-1.533488396,0.7336036027,225,-1.329290365,0.7560442322,600.74885188 +10,-1.531497785,0.7335842962,225,-1.329290365,0.7560442322,595.04691644 +11,-1.530259379,0.7334777758,225,-1.329290365,0.7560442322,591.5814868 +12,-1.5335454,0.7322346912,225,-1.329290365,0.7560442322,602.10413352 +13,-1.531489083,0.7322238773,225,-1.329290365,0.7560442322,596.2109303 +14,-1.530011122,0.7321679851,225,-1.329290365,0.7560442322,592.01906456 +15,-1.53348106,0.7306614094,225,-1.329290365,0.7560442322,603.34581218 +16,-1.531441779,0.7306962275,225,-1.329290365,0.7560442322,597.46513394 +17,-1.529755654,0.7306933243,225,-1.329290365,0.7560442322,592.63324404 +18,-1.533415048,0.7291384674,225,-1.329290365,0.7560442322,604.59493421 +19,-1.531392093,0.7291705353,225,-1.329290365,0.7560442322,598.76836748 +20,-1.529296523,0.7291214933,225,-1.329290365,0.7560442322,592.81390143 +21,-1.535280942,0.727267644,225,-1.329290365,0.7560442322,611.77864858 +22,-1.533378158,0.7276139666,225,-1.329290365,0.7560442322,605.98555038 +23,-1.531340368,0.7276446587,225,-1.329290365,0.7560442322,600.12318483 +24,-1.528960113,0.7276398177,225,-1.329290365,0.7560442322,593.31858875 +25,-1.533313146,0.7260818349,225,-1.329290365,0.7560442322,607.35982604 +26,-1.531259555,0.7260958115,225,-1.329290365,0.7560442322,601.47565587 +27,-1.528926415,0.7260865555,225,-1.329290365,0.7560442322,594.81912295 +28,-1.531226779,0.7245511789,225,-1.329290365,0.7560442322,603.0190791 +29,-1.528904772,0.7245519194,225,-1.329290365,0.7560442322,596.39284641 +30,-1.547195875,0.7409785979,225,-1.329290365,0.7560442322,634.62274448 +31,-1.5451475,0.740980426,225,-1.329290365,0.7560442322,628.7196322 +32,-1.543097679,0.7409798872,225,-1.329290365,0.7560442322,622.81412119 +33,-1.540720364,0.7409892687,225,-1.329290365,0.7560442322,615.95872243 +34,-1.547188511,0.7395198392,225,-1.329290365,0.7560442322,635.59311431 +35,-1.545148587,0.7395226109,225,-1.329290365,0.7560442322,629.71494294 +36,-1.543104538,0.7395314908,225,-1.329290365,0.7560442322,623.82091331 +37,-1.540727751,0.7395306258,225,-1.329290365,0.7560442322,616.97564157 +38,-1.547187029,0.7380014886,225,-1.329290365,0.7560442322,636.6745377 +39,-1.545147315,0.7380012252,225,-1.329290365,0.7560442322,630.80097194 +40,-1.54310719,0.7380060743,225,-1.329290365,0.7560442322,624.92287129 +41,-1.540719671,0.7380068206,225,-1.329290365,0.7560442322,618.04801022 +42,-1.547187189,0.7364799098,225,-1.329290365,0.7560442322,637.81756176 +43,-1.545149996,0.7364853874,225,-1.329290365,0.7560442322,631.94922321 +44,-1.543106091,0.7364823484,225,-1.329290365,0.7560442322,626.06865476 +45,-1.540717158,0.7364893901,225,-1.329290365,0.7560442322,619.18791941 +46,-1.538663972,0.7410138672,225,-1.329290365,0.7560442322,610.01803934 +47,-1.53695285,0.7409699132,225,-1.329290365,0.7560442322,605.11788585 +48,-1.534910498,0.7409641297,225,-1.329290365,0.7560442322,599.23838362 +49,-1.533145034,0.7409536636,225,-1.329290365,0.7560442322,594.15988612 +50,-1.538681336,0.7395405883,225,-1.329290365,0.7560442322,611.07471648 +51,-1.536999189,0.7395183096,225,-1.329290365,0.7560442322,606.24584046 +52,-1.534923633,0.7395144222,225,-1.329290365,0.7560442322,600.2714263 +53,-1.533267822,0.7395654306,225,-1.329290365,0.7560442322,595.46737451 +54,-1.53867273,0.7380151077,225,-1.329290365,0.7560442322,612.14868986 +55,-1.536980576,0.7379994392,225,-1.329290365,0.7560442322,607.2888982 +56,-1.534931522,0.7379944961,225,-1.329290365,0.7560442322,601.39421975 +57,-1.533387952,0.7379480264,225,-1.329290365,0.7560442322,596.98591508 +58,-1.538682279,0.7364914363,225,-1.329290365,0.7560442322,613.33062955 +59,-1.536980704,0.7364810563,225,-1.329290365,0.7560442322,608.44261135 +60,-1.534935567,0.7364752065,225,-1.329290365,0.7560442322,602.56313848 +61,-1.533042592,0.7363876366,225,-1.329290365,0.7560442322,597.18613674 +62,-1.545143426,0.7349628011,225,-1.329290365,0.7560442322,633.13071653 +63,-1.543105297,0.7349691947,225,-1.329290365,0.7560442322,627.26227744 +64,-1.541064533,0.7349647152,225,-1.329290365,0.7560442322,621.39573331 +65,-1.545411803,0.7334624714,225,-1.329290365,0.7560442322,635.13864925 +66,-1.543446606,0.7334780896,225,-1.329290365,0.7560442322,629.47524086 +67,-1.541475327,0.7334957295,225,-1.329290365,0.7560442322,623.79334098 +68,-1.545401939,0.731963266,225,-1.329290365,0.7560442322,636.39777978 +69,-1.54342253,0.7319915583,225,-1.329290365,0.7560442322,630.68564947 +70,-1.541455867,0.7320216438,225,-1.329290365,0.7560442322,625.00933447 +71,-1.545410146,0.7304422281,225,-1.329290365,0.7560442322,637.7809774 +72,-1.543435491,0.7304713664,225,-1.329290365,0.7560442322,632.08505612 +73,-1.541463105,0.7304997613,225,-1.329290365,0.7560442322,626.39723452 +74,-1.545414768,0.7289194936,225,-1.329290365,0.7560442322,639.20888803 +75,-1.543435774,0.7289538557,225,-1.329290365,0.7560442322,633.49933859 +76,-1.541457714,0.7289765881,225,-1.329290365,0.7560442322,627.80455695 +77,-1.539449415,0.7320555866,225,-1.329290365,0.7560442322,619.2161291 +78,-1.537429183,0.7321097681,225,-1.329290365,0.7560442322,613.36628902 +79,-1.535472649,0.7321497267,225,-1.329290365,0.7560442322,607.71274377 +80,-1.539457899,0.7305333307,225,-1.329290365,0.7560442322,620.61140885 +81,-1.537453161,0.7305750503,225,-1.329290365,0.7560442322,614.82039772 +82,-1.535479385,0.7306124949,225,-1.329290365,0.7560442322,609.12312567 +83,-1.53946905,0.7290102593,225,-1.329290365,0.7560442322,622.07004612 +84,-1.537459922,0.7290417293,225,-1.329290365,0.7560442322,616.28008884 +85,-1.535451349,0.7290890157,225,-1.329290365,0.7560442322,610.47771561 +86,-1.535522937,0.7279887191,225,-1.329290365,0.7560442322,611.75379437 +87,-1.539442524,0.7274735939,225,-1.329290365,0.7560442322,623.48882578 +88,-1.537424111,0.727521351,225,-1.329290365,0.7560442322,617.66087281 +89,-1.539384641,0.7259505092,225,-1.329290365,0.7560442322,624.85935076 +90,-1.537372391,0.7259947145,225,-1.329290365,0.7560442322,619.05738721 +91,-1.535340789,0.7260435356,225,-1.329290365,0.7560442322,613.19675279 +92,-1.539325716,0.7244369706,225,-1.329290365,0.7560442322,626.27101998 +93,-1.537308932,0.7244801057,225,-1.329290365,0.7560442322,620.46252419 +94,-1.535289068,0.7245247645,225,-1.329290365,0.7560442322,614.64522598 +95,-1.533261366,0.7245550236,225,-1.329290365,0.7560442322,608.82266646 +96,-1.539267302,0.722921924,225,-1.329290365,0.7560442322,627.73903242 +97,-1.537248972,0.7229660258,225,-1.329290365,0.7560442322,621.93088507 +98,-1.535219431,0.7229916471,225,-1.329290365,0.7560442322,616.11297536 +99,-1.53318962,0.7230212049,225,-1.329290365,0.7560442322,610.29197532 +100,-1.531154816,0.7230299897,225,-1.329290365,0.7560442322,604.48197021 +101,-1.528878341,0.7230370244,225,-1.329290365,0.7560442322,597.98785216 +102,-1.539218189,0.7214009878,225,-1.329290365,0.7560442322,629.29317936 +103,-1.537198791,0.7214422745,225,-1.329290365,0.7560442322,623.49147019 +104,-1.535179266,0.7214634354,225,-1.329290365,0.7560442322,617.71436894 +105,-1.533156501,0.7214944644,225,-1.329290365,0.7560442322,611.91901746 +106,-1.53113574,0.7215166021,225,-1.329290365,0.7560442322,606.14185081 +107,-1.528874248,0.7215345535,225,-1.329290365,0.7560442322,599.68721388 +108,-1.539217656,0.7198512397,225,-1.329290365,0.7560442322,631.07210009 +109,-1.537199919,0.7199428763,225,-1.329290365,0.7560442322,625.22312597 +110,-1.545425832,0.727397149,225,-1.329290365,0.7560442322,640.70805802 +111,-1.543371177,0.7273916949,225,-1.329290365,0.7560442322,634.82496195 +112,-1.541368852,0.7274523163,225,-1.329290365,0.7560442322,629.02802736 +113,-1.545349067,0.7258710923,225,-1.329290365,0.7560442322,642.0122465 +114,-1.54332671,0.7258603556,225,-1.329290365,0.7560442322,636.23322009 +115,-1.541346831,0.7259242142,225,-1.329290365,0.7560442322,630.50111663 +116,-1.545324355,0.7243383958,225,-1.329290365,0.7560442322,643.5254587 +117,-1.543292796,0.7243617413,225,-1.329290365,0.7560442322,637.6909314 +118,-1.541295822,0.7244024384,225,-1.329290365,0.7560442322,631.93855751 +119,-1.543193859,0.7205570215,225,-1.329290365,0.7560442322,641.58400197 +120,-1.550257047,0.7386738187,225,-1.329290365,0.7560442322,645.02975792 +121,-1.549335448,0.7311736483,225,-1.329290365,0.7560442322,648.39719617 +122,-1.533478843,0.7179891343,225,-1.329290365,0.7560442322,616.9906185 +123,-1.556150555,0.738907041,225,-1.329290365,0.7560442322,661.84141292 +124,-1.554324226,0.733414257,225,-1.329290365,0.7560442322,660.81216314 +125,-1.554290846,0.7288285332,225,-1.329290365,0.7560442322,664.76969031 +126,-1.55122487,0.7219795312,225,-1.329290365,0.7560442322,662.92103948 +127,-1.525104458,0.7229399862,225,-1.329290365,0.7560442322,587.35208973 +128,-1.519607711,0.7236181429,225,-1.329290365,0.7560442322,570.94456816 +129,-1.513899999,0.7251107854,225,-1.329290365,0.7560442322,553.03112423 +130,-1.536620762,0.7431061895,225,-1.329290365,0.7560442322,602.79323947 +131,-1.5369566,0.7460845958,225,-1.329290365,0.7560442322,602.04595437 +132,-1.545345528,0.7447040685,225,-1.329290365,0.7560442322,626.98858381 +133,-1.532813921,0.7432306626,225,-1.329290365,0.7560442322,591.74750722 +134,-1.554788248,0.7382381001,225,-1.329290365,0.7560442322,658.39527274 +135,-1.540348126,0.7301594274,225,-1.329290365,0.7560442322,623.51088434 +136,-1.538016084,0.7239051786,225,-1.329290365,0.7560442322,623.09822091 +137,-1.525288962,0.7258085137,225,-1.329290365,0.7560442322,584.72644773 +138,-1.534326986,0.731241342,225,-1.329290365,0.7560442322,605.24020914 +139,-1.530733872,0.7303625216,225,-1.329290365,0.7560442322,595.74698952 +141,-1.534354939,0.7328219978,225,-1.329290365,0.7560442322,603.9122069 +142,-1.53157084,0.7292888153,225,-1.329290365,0.7560442322,599.16633027 +143,-1.525691035,0.7263799874,225,-1.329290365,0.7560442322,585.27108851 +144,-1.534031287,0.7495967835,225,-1.329290365,0.7560442322,591.88596653 +145,-1.527714986,0.7283095957,225,-1.329290365,0.7560442322,589.08532825 +146,-1.526189586,0.7271468292,225,-1.329290365,0.7560442322,585.89948165 +147,-1.555177336,0.7375563366,225,-1.329290365,0.7560442322,660.0141504 +148,-1.555080283,0.7312707794,225,-1.329290365,0.7560442322,664.82180393 +149,-1.53856994,0.7224180299,225,-1.329290365,0.7560442322,626.30506204 +150,-1.530837883,0.729933372,225,-1.329290365,0.7560442322,596.45001401 +151,-1.515066984,0.5854133365,225,-1.329290365,0.7560442322,886.7869784 +152,-1.534731633,0.5368370046,225,-1.329290365,0.7560442322,1081.9953298 +153,-1.515231902,0.5607085576,225,-1.329290365,0.7560442322,966.77341944 +154,-2.616253799,1.0684566605,225,-1.329290365,0.7560442322,3153.9525501 +155,-1.956071439,0.5792177723,225,-1.329290365,0.7560442322,2052.9279423 +156,-1.951208514,0.5602434208,225,-1.329290365,0.7560442322,2078.1975437 +157,-1.944675062,0.6062144545,225,-1.329290365,0.7560442322,1967.8414634 +158,-1.613778386,0.6077989518,225,-1.329290365,0.7560442322,1050.6796311 +159,-2.035029014,0.6021432345,225,-1.329290365,0.7560442322,2235.239695 +160,-2.114989471,0.6801825058,225,-1.329290365,0.7560442322,2334.2150253 +161,-2.037382079,0.5765830025,225,-1.329290365,0.7560442322,2291.2117173 +162,-2.129855121,0.6585019963,225,-1.329290365,0.7560442322,2410.3888022 +163,-2.075141798,0.6493615843,225,-1.329290365,0.7560442322,2268.2527294 +164,-1.828626729,0.6948433129,225,-1.329290365,0.7560442322,1492.0453038 +165,-1.863329418,0.6735427691,225,-1.329290365,0.7560442322,1621.0734636 +166,-1.266037071,0.727988852,225,-1.329290365,0.7560442322,215.50577829 +167,-1.277579582,0.7249010648,225,-1.329290365,0.7560442322,195.10923583 +168,-1.258418684,0.7241194816,225,-1.329290365,0.7560442322,242.77260529 +169,-1.317813974,0.6804850104,225,-1.329290365,0.7560442322,301.23783627 +170,-1.344165204,0.6790988904,225,-1.329290365,0.7560442322,307.99093659 +171,-1.427582102,0.5277120351,225,-1.329290365,0.7560442322,956.06894969 +172,-1.402238616,0.457167829,225,-1.329290365,0.7560442322,1206.9869785 +173,-1.422454264,0.4996161999,225,-1.329290365,0.7560442322,1058.0992076 +174,-1.439089277,0.4894859811,225,-1.329290365,0.7560442322,1112.5003086 +175,-1.448126995,0.5182330266,225,-1.329290365,0.7560442322,1014.206161 +176,-1.474626146,0.5881926574,225,-1.329290365,0.7560442322,802.14592253 +177,-1.421139645,0.5584869783,225,-1.329290365,0.7560442322,833.38122894 +178,-1.457037165,0.565943032,225,-1.329290365,0.7560442322,851.53019828 +179,-2.757159358,0.3745319,225,-1.329290365,0.7560442322,4816.4388512 +180,-2.714309238,0.342054471,225,-1.329290365,0.7560442322,4777.1374513 +181,-2.000525337,0.774119946,225,-1.329290365,0.7560442322,1901.4494417 +183,-1.571413436,0.6777838382,225,-1.329290365,0.7560442322,785.36260647 +184,-1.552860289,0.6987663893,225,-1.329290365,0.7560442322,698.38943302 +185,-1.521852374,0.7165827476,225,-1.329290365,0.7560442322,585.86461298 +186,-1.503656267,0.6928968252,225,-1.329290365,0.7560442322,573.99222528 +187,-1.502753178,0.7136205882,225,-1.329290365,0.7560442322,536.36203683 +188,-1.631894563,0.7343596465,225,-1.329290365,0.7560442322,883.49469865 +189,-1.653765416,0.6770714026,225,-1.329290365,0.7560442322,1015.8562812 +190,-1.719812114,0.6715965947,225,-1.329290365,0.7560442322,1211.9475256 +191,-1.493406659,0.6646955447,225,-1.329290365,0.7560442322,610.75793352 +192,-1.469120564,0.6613469966,225,-1.329290365,0.7560442322,563.00383524 +193,-1.590551461,0.5326612937,225,-1.329290365,0.7560442322,1207.609027 +194,-1.625979264,0.5247742243,225,-1.329290365,0.7560442322,1309.2795348 +195,-1.572293943,0.5238808754,225,-1.329290365,0.7560442322,1197.3086024 +196,-1.610848725,0.5477107964,225,-1.329290365,0.7560442322,1207.1517249 +197,-1.208485554,0.7918526018,225,-1.329290365,0.7560442322,370.27832344 +198,-1.335601374,0.6869083083,225,-1.329290365,0.7560442322,274.4890019 +199,-1.346156996,0.6825213377,225,-1.329290365,0.7560442322,295.5227334 +200,-1.324381037,0.6741422347,225,-1.329290365,0.7560442322,324.74527892 +201,-1.242424992,0.7378949807,225,-1.329290365,0.7560442322,262.45308673 +202,-1.270370057,0.7392461008,225,-1.329290365,0.7560442322,183.60039183 +203,-1.448950472,0.7441675014,225,-1.329290365,0.7560442322,349.84095795 +204,-1.492662363,0.7523026852,225,-1.329290365,0.7560442322,471.62860431 +205,-1.479098966,0.7763855017,225,-1.329290365,0.7560442322,434.87179367 +206,-1.633760714,0.7869022408,225,-1.329290365,0.7560442322,871.4203453 +207,-1.647406434,0.8101289331,225,-1.329290365,0.7560442322,916.13683853 +208,-1.564245052,0.5701509278,225,-1.329290365,0.7560442322,1036.7115692 +209,-1.646289963,0.6833746083,225,-1.329290365,0.7560442322,984.82393768 +210,-1.5820631,0.6751952144,225,-1.329290365,0.7560442322,819.25829459 +211,-1.613236298,0.6681681791,225,-1.329290365,0.7560442322,917.83865282 +212,-1.914661867,0.8212566515,225,-1.329290365,0.7560442322,1641.554268 +213,-1.742133237,0.7250275956,225,-1.329290365,0.7560442322,1209.1579241 +214,-2.033144872,0.6557314699,225,-1.329290365,0.7560442322,2137.2258798 +215,-2.039551981,0.6964723658,225,-1.329290365,0.7560442322,2095.707514 +216,-1.247341019,0.7622473908,225,-1.329290365,0.7560442322,236.71969559 +217,-1.298239787,0.7084123392,225,-1.329290365,0.7560442322,209.65886099 +218,-1.308539688,0.6926545592,225,-1.329290365,0.7560442322,258.51383961 +219,-1.303263185,0.6888938396,225,-1.329290365,0.7560442322,276.98444084 +220,-1.852400229,0.6004246149,225,-1.329290365,0.7560442322,1715.8117388 +221,-1.288947707,0.7473773692,225,-1.329290365,0.7560442322,121.6736841 +222,-1.372031502,0.7472790993,225,-1.329290365,0.7560442322,128.45623565 +223,-1.289805721,0.7242157877,225,-1.329290365,0.7560442322,170.95490822 +224,-1.350807603,0.7533498126,225,-1.329290365,0.7560442322,62.998095387 +225,-1.329290365,0.7560442322,225,-1.329290365,0.7560442322,88.231698655 +226,-1.410153004,0.616936428,225,-1.329290365,0.7560442322,603.88032167 +227,-1.393445434,0.6308995063,225,-1.329290365,0.7560442322,532.68095729 +228,-1.37595573,0.6241540638,225,-1.329290365,0.7560442322,541.43120607 +229,-1.358388707,0.6172645205,225,-1.329290365,0.7560442322,556.85182657 +230,-1.753741133,0.8281661666,225,-1.329290365,0.7560442322,1209.4709609 +231,-1.47430987,0.6834615681,225,-1.329290365,0.7560442322,518.48029656 +232,-1.421012508,0.7222725206,225,-1.329290365,0.7560442322,299.89963399 +233,-1.4476833,0.6978557868,225,-1.329290365,0.7560442322,419.1974295 +234,-1.470370723,0.6966193374,225,-1.329290365,0.7560442322,479.21364818 +235,-1.429211703,0.7037216883,225,-1.329290365,0.7560442322,360.35458158 +236,-1.700578405,0.6178673663,225,-1.329290365,0.7560442322,1257.1037842 +237,-1.678117619,0.6331716163,225,-1.329290365,0.7560442322,1163.9260822 +238,-1.725644578,0.6316331145,225,-1.329290365,0.7560442322,1298.4614783 +239,-2.14012759,0.7930497945,225,-1.329290365,0.7560442322,2268.090059 +240,-2.103289431,0.7653606263,225,-1.329290365,0.7560442322,2193.9127412 +241,-1.318739838,0.7017808746,225,-1.329290365,0.7560442322,217.18388127 +242,-1.396417427,0.7077900843,225,-1.329290365,0.7560442322,274.99550465 +243,-1.35650337,0.7185539404,225,-1.329290365,0.7560442322,168.5722699 +244,-1.248884539,0.7274156818,225,-1.329290365,0.7560442322,260.71667212 +245,-1.395014798,0.5761185243,225,-1.329290365,0.7560442322,741.27536321 +246,-1.433377362,0.6064716109,225,-1.329290365,0.7560442322,673.02663169 +247,-1.408172432,0.5903155476,225,-1.329290365,0.7560442322,700.13944614 +248,-1.749645898,0.7757118084,225,-1.329290365,0.7560442322,1198.2908713 +249,-1.571626686,0.615046989,225,-1.329290365,0.7560442322,927.44984373 +250,-1.514070049,0.6303003037,225,-1.329290365,0.7560442322,750.59722447 +251,-1.480890369,0.6237966528,225,-1.329290365,0.7560442322,698.42204456 +252,-1.704390658,0.5281680612,225,-1.329290365,0.7560442322,1485.9396856 +253,-1.64434733,0.5254277498,225,-1.329290365,0.7560442322,1349.2275062 +254,-1.703855997,0.4792484842,225,-1.329290365,0.7560442322,1623.4709541 +255,-1.692002383,0.5748825051,225,-1.329290365,0.7560442322,1332.9755572 +256,-1.854136457,0.5544643913,225,-1.329290365,0.7560442322,1818.1110921 +257,-1.665021206,0.520317736,225,-1.329290365,0.7560442322,1412.3593938 +258,-1.733654349,0.4845187345,225,-1.329290365,0.7560442322,1679.5550298 +259,-1.720938188,0.5135933906,225,-1.329290365,0.7560442322,1566.9220077 +260,-1.742668307,0.553296122,225,-1.329290365,0.7560442322,1518.8626007 +261,-1.965659039,0.7142126903,225,-1.329290365,0.7560442322,1862.1178613 +262,-1.944438071,0.6772834804,225,-1.329290365,0.7560442322,1849.3899446 +263,-1.270340967,0.7681487096,225,-1.329290365,0.7560442322,175.56861505 +264,-1.353091884,0.6549276821,225,-1.329290365,0.7560442322,406.88544098 +265,-1.333236659,0.6413584414,225,-1.329290365,0.7560442322,454.42751629 +266,-1.352015998,0.6753788907,225,-1.329290365,0.7560442322,326.64374455 +267,-1.377988483,0.6577816235,225,-1.329290365,0.7560442322,415.8677263 +268,-2.13075611,0.8318642051,225,-1.329290365,0.7560442322,2212.6339783 +269,-2.097910953,0.8259670014,225,-1.329290365,0.7560442322,2129.6559144 +270,-1.416382069,0.6694271549,225,-1.329290365,0.7560442322,430.89834984 +271,-1.538905672,0.7535625993,225,-1.329290365,0.7560442322,604.34421631 +272,-1.572309477,0.7803125099,225,-1.329290365,0.7560442322,698.04056982 +273,-1.87759879,0.7503853417,225,-1.329290365,0.7560442322,1575.0842165 +274,1.152365588,0.590457682,225,-1.329290365,0.7560442322,6600.8548206 +275,0.350198001,0.718001859,225,-1.329290365,0.7560442322,4626.8490215 +276,0.046513677,0.491503852,225,-1.329290365,0.7560442322,4381.6439037 +277,0.027510309,0.742571376,225,-1.329290365,0.7560442322,3782.1825857 +278,0.306285725,-0.214631579,225,-1.329290365,0.7560442322,6987.7412549 +279,-1.100564889,0.318051531,225,-1.329290365,0.7560442322,1896.0246604 +280,-1.078582306,0.301437596,225,-1.329290365,0.7560442322,1987.6654758 +281,-1.137371989,-0.617634065,225,-1.329290365,0.7560442322,5485.0789861 +282,0.784356344,0.703272339,225,-1.329290365,0.7560442322,5597.4026045 +283,-1.221209947,0.218327455,225,-1.329290365,0.7560442322,2161.734192 +284,2.347301921,-0.449114658,225,-1.329290365,0.7560442322,10335.744856 +285,0.246820618,0.830553713,225,-1.329290365,0.7560442322,4130.0644071 +286,0.829414965,0.703288228,225,-1.329290365,0.7560442322,5681.8886458 +287,-1.337537566,0.42332223,225,-1.329290365,0.7560442322,1318.1853999 +288,0.882453706,0.454478077,225,-1.329290365,0.7560442322,6577.75765 +289,1.575629659,0.416419109,225,-1.329290365,0.7560442322,7720.3394195 +290,-1.039455679,0.229888244,225,-1.329290365,0.7560442322,2306.5133403 +291,0.489558039,0.934482747,225,-1.329290365,0.7560442322,4392.3936129 +292,0.081344504,0.88384514,225,-1.329290365,0.7560442322,3653.0506881 +293,-1.547979814,0.300350308,225,-1.329290365,0.7560442322,1948.7005735 +294,0.040776181,0.168560074,225,-1.329290365,0.7560442322,5187.881168 +295,-1.130374745,0.563894876,225,-1.329290365,0.7560442322,981.2704215 +296,1.578326642,0.478507176,225,-1.329290365,0.7560442322,7480.1861114 +297,-1.12861823,-0.291640865,225,-1.329290365,0.7560442322,4213.5277191 +298,0.310524208,0.770885792,225,-1.329290365,0.7560442322,4408.3441464 +299,0.415649091,-0.387246002,225,-1.329290365,0.7560442322,7747.9572392 +300,-0.926533878,-0.188022748,225,-1.329290365,0.7560442322,4012.5351201 +301,1.258856172,-0.11716081,225,-1.329290365,0.7560442322,9265.0618517 +302,-1.126050026,0.322941926,225,-1.329290365,0.7560442322,1844.9905778 +303,2.002785835,0.07893892,225,-1.329290365,0.7560442322,9066.9319867 +304,0.440437607,0.746258085,225,-1.329290365,0.7560442322,4762.4220022 +305,-0.030391866,0.214441206,225,-1.329290365,0.7560442322,4860.7971366 +306,0.521557815,-0.058929362,225,-1.329290365,0.7560442322,7186.6540261 +307,-0.097005111,0.13317729,225,-1.329290365,0.7560442322,4887.451913 +308,1.83113859,0.221857587,225,-1.329290365,0.7560442322,8569.7780905 +309,0.222428864,0.099404236,225,-1.329290365,0.7560442322,5897.1776642 +310,-1.702731345,0.8728568183,225,-1.329290365,0.7560442322,1110.4470234 +311,-0.418507569,0.278324921,225,-1.329290365,0.7560442322,3586.1107485 +312,-1.41153306,0.339029988,225,-1.329290365,0.7560442322,1674.32912 +313,0.357560442,0.114788776,225,-1.329290365,0.7560442322,6242.1823589 +314,0.325818979,0.268352149,225,-1.329290365,0.7560442322,5734.1862876 +315,-1.246004659,-0.663679965,225,-1.329290365,0.7560442322,5631.4857915 +316,1.814603087,0.637404484,225,-1.329290365,0.7560442322,6924.3919083 +317,1.843704281,-0.18300445,225,-1.329290365,0.7560442322,10171.462568 +318,1.690644492,-0.211480909,225,-1.329290365,0.7560442322,10246.96317 +319,-1.275451936,0.068109467,225,-1.329290365,0.7560442322,2731.4641297 +320,0.762430171,-0.207594741,225,-1.329290365,0.7560442322,8276.3344706 +321,0.265668905,-0.014647884,225,-1.329290365,0.7560442322,6331.3611569 +322,-2.773032013,-0.335515811,225,-1.329290365,0.7560442322,6773.6339662 +323,-1.469512853,0.174058777,225,-1.329290365,0.7560442322,2355.4426767 +324,0.286276986,0.785925691,225,-1.329290365,0.7560442322,4318.0833264 +325,-1.379324697,0.377432233,225,-1.329290365,0.7560442322,1508.7264608 +326,-1.203778265,0.212813032,225,-1.329290365,0.7560442322,2194.2290587 +327,0.579916301,0.611743168,225,-1.329290365,0.7560442322,5439.4649858 +328,0.267582642,0.868113908,225,-1.329290365,0.7560442322,4096.197826 +329,0.412869244,-0.050245578,225,-1.329290365,0.7560442322,6851.8674458 +330,0.17524381,0.976660285,225,-1.329290365,0.7560442322,3695.4977143 +331,0.743157214,0.204812899,225,-1.329290365,0.7560442322,7031.7107001 +332,-1.070758176,0.269382282,225,-1.329290365,0.7560442322,2116.6248205 +333,-1.230364251,0.329790229,225,-1.329290365,0.7560442322,1720.3499512 +334,-1.374813124,-0.024926835,225,-1.329290365,0.7560442322,3097.6638043 +335,0.519780566,0.463669906,225,-1.329290365,0.7560442322,5713.2492285 +336,-1.55108034,0.239698561,225,-1.329290365,0.7560442322,2180.1192534 +337,0.180294813,0.029739425,225,-1.329290365,0.7560442322,5964.7272807 +338,0.67820924,0.268170153,225,-1.329290365,0.7560442322,6678.2237553 +339,0.445798684,1.024001867,225,-1.329290365,0.7560442322,4105.4011775 +340,0.691751283,0.150521402,225,-1.329290365,0.7560442322,7060.6481513 +341,-1.036643551,-0.903056181,225,-1.329290365,0.7560442322,6647.9326224 +342,-0.120287036,1.083325163,225,-1.329290365,0.7560442322,2999.2912983 +343,2.823513113,-0.304487164,225,-1.329290365,0.7560442322,8644.2225993 +344,0.457583172,1.12513373,225,-1.329290365,0.7560442322,3906.6377453 +345,0.042918831,0.813795399,225,-1.329290365,0.7560442322,3686.5643496 +346,1.196146777,-0.853142756,225,-1.329290365,0.7560442322,10724.905338 +347,0.206001358,-0.010430701,225,-1.329290365,0.7560442322,6147.9724427 +348,-0.268308653,0.234799412,225,-1.329290365,0.7560442322,4125.3923436 +349,0.759363263,0.736189579,225,-1.329290365,0.7560442322,5449.496617 +350,0.181363926,0.891988372,225,-1.329290365,0.7560442322,3860.752824 +351,-0.021111158,0.139103292,225,-1.329290365,0.7560442322,5088.8197651 +352,-0.093355215,0.630686981,225,-1.329290365,0.7560442322,3684.5535249 +353,0.40118964,0.681375926,225,-1.329290365,0.7560442322,4838.2530059 +354,-0.721197315,1.304706234,225,-1.329290365,0.7560442322,2421.1902097 +355,-1.076150317,0.212107639,225,-1.329290365,0.7560442322,2322.2084604 +356,-1.577164531,0.273993443,225,-1.329290365,0.7560442322,2084.9344207 +357,-0.190788414,0.182208586,225,-1.329290365,0.7560442322,4487.2179277 +358,-0.261349752,0.209710184,225,-1.329290365,0.7560442322,4212.740527 +359,-1.029303852,0.083549259,225,-1.329290365,0.7560442322,2863.4034025 +360,-1.268609162,0.330525297,225,-1.329290365,0.7560442322,1697.593553 +361,1.282982244,-0.926641967,225,-1.329290365,0.7560442322,10907.237432 +362,0.217352334,0.731352408,225,-1.329290365,0.7560442322,4278.1243205 +363,-1.511833084,0.258629297,225,-1.329290365,0.7560442322,2065.1843898 +364,0.338812194,0.823184618,225,-1.329290365,0.7560442322,4350.7139423 +365,-0.324406489,1.134201999,225,-1.329290365,0.7560442322,2635.7539367 +366,1.389579348,0.399185724,225,-1.329290365,0.7560442322,7615.8780608 +367,2.047152199,-0.039082036,225,-1.329290365,0.7560442322,9485.6704976 +368,0.947780369,0.568250077,225,-1.329290365,0.7560442322,6335.9251082 +369,0.763824846,0.576754987,225,-1.329290365,0.7560442322,5945.0173331 +370,-0.142334657,0.928153068,225,-1.329290365,0.7560442322,3080.7485407 +371,0.610266567,0.547265983,225,-1.329290365,0.7560442322,5693.4005605 +372,0.210731629,0.746815056,225,-1.329290365,0.7560442322,4227.6934865 +373,-1.34931644,0.316895224,225,-1.329290365,0.7560442322,1740.7602148 +374,2.407696481,0.655030745,225,-1.329290365,0.7560442322,6458.7824685 +375,0.64207831,0.545359131,225,-1.329290365,0.7560442322,5772.1053434 +376,1.174597538,0.840588356,225,-1.329290365,0.7560442322,5740.6214596 +377,0.660059424,0.010604079,225,-1.329290365,0.7560442322,7380.8011829 +378,-0.730263819,0.010486456,225,-1.329290365,0.7560442322,3633.0655721 +379,0.831068936,0.512339172,225,-1.329290365,0.7560442322,6286.356901 +380,1.301180979,0.72367476,225,-1.329290365,0.7560442322,6306.1861103 +381,1.811128231,0.322854402,225,-1.329290365,0.7560442322,8170.3288739 +382,0.435105812,0.992284428,225,-1.329290365,0.7560442322,4157.6530811 +383,0.62643634,0.592027932,225,-1.329290365,0.7560442322,5600.882884 +384,0.492988703,-0.516339467,225,-1.329290365,0.7560442322,8278.2900335 +385,-0.162469483,0.112549365,225,-1.329290365,0.7560442322,4758.0031899 +386,0.314630866,0.472006421,225,-1.329290365,0.7560442322,5161.2700453 +387,0.166744804,0.822815954,225,-1.329290365,0.7560442322,3962.9918905 +388,0.417159608,0.965805736,225,-1.329290365,0.7560442322,4184.5892135 +389,0.106334961,0.868774244,225,-1.329290365,0.7560442322,3736.3214032 +390,0.815086969,-0.338144359,225,-1.329290365,0.7560442322,8771.0010293 +391,0.59867455,-0.230624824,225,-1.329290365,0.7560442322,7871.2225968 +392,1.915104874,0.066220985,225,-1.329290365,0.7560442322,9166.1857864 +393,1.278093622,0.064463721,225,-1.329290365,0.7560442322,8676.0709335 +394,-0.061477853,0.302997961,225,-1.329290365,0.7560442322,4540.3426132 +395,0.251311504,0.626976942,225,-1.329290365,0.7560442322,4606.0391956 +396,2.950242872,0.149095644,225,-1.329290365,0.7560442322,7019.0578253 +397,-0.180294708,0.35375117,225,-1.329290365,0.7560442322,4069.370947 +398,1.010448592,-0.351180233,225,-1.329290365,0.7560442322,9355.0464159 +399,-1.748740498,0.3686318073,225,-1.329290365,0.7560442322,2065.7872246 +400,2.699635665,0.123533791,225,-1.329290365,0.7560442322,7729.1590915 +401,0.496808033,0.823843254,225,-1.329290365,0.7560442322,4684.0801187 +402,0.129574704,0.763364087,225,-1.329290365,0.7560442322,3995.1854512 +403,1.798920311,0.817447563,225,-1.329290365,0.7560442322,6211.070983 +404,0.335987953,0.746786541,225,-1.329290365,0.7560442322,4524.0137424 +405,-1.085413643,0.292154671,225,-1.329290365,0.7560442322,2012.3251904 +406,-0.155321003,0.508207011,225,-1.329290365,0.7560442322,3773.5847495 +407,0.620529244,-0.301175104,225,-1.329290365,0.7560442322,8117.9366723 +408,1.684402744,0.368716966,225,-1.329290365,0.7560442322,7964.3668719 +409,0.300582244,-0.386397212,225,-1.329290365,0.7560442322,7421.8764067 +410,2.913555946,-0.009225192,225,-1.329290365,0.7560442322,7577.2007128 +411,1.465101417,0.493232532,225,-1.329290365,0.7560442322,7336.8314434 +412,0.090612882,0.907955955,225,-1.329290365,0.7560442322,3632.8761094 +413,2.987564726,-0.729568594,225,-1.329290365,0.7560442322,9110.2056114 +414,-1.484261606,0.224149272,225,-1.329290365,0.7560442322,2172.3119423 +415,0.164073421,0.303955133,225,-1.329290365,0.7560442322,5184.0626383 +416,0.141441293,0.167552546,225,-1.329290365,0.7560442322,5480.5584174 +417,2.931321023,-0.506718887,225,-1.329290365,0.7560442322,8823.8822119 +418,2.21951565,0.700596356,225,-1.329290365,0.7560442322,6493.1778579 +419,0.268112576,1.199114336,225,-1.329290365,0.7560442322,3511.1895823 +420,0.978913739,0.359223811,225,-1.329290365,0.7560442322,7087.4768815 +421,1.210898818,0.522863584,225,-1.329290365,0.7560442322,6927.3859382 +422,2.347397336,0.129231362,225,-1.329290365,0.7560442322,8444.9502433 +423,0.614394501,0.556878345,225,-1.329290365,0.7560442322,5675.1679771 +424,-1.398079356,0.148483366,225,-1.329290365,0.7560442322,2418.3311725 +425,2.535303836,-0.112984496,225,-1.329290365,0.7560442322,8867.8250266 +426,-1.019372593,-0.405322349,225,-1.329290365,0.7560442322,4736.7175251 +427,-1.297785627,-0.160104069,225,-1.329290365,0.7560442322,3630.6428269 +428,2.144554488,0.205051084,225,-1.329290365,0.7560442322,8451.6883773 +429,-2.242387083,-0.426171285,225,-1.329290365,0.7560442322,5739.9963616 +430,0.338637212,0.909723676,225,-1.329290365,0.7560442322,4156.1679188 +431,-0.148798452,0.691042401,225,-1.329290365,0.7560442322,3416.2936828 +432,0.893524764,0.441829531,225,-1.329290365,0.7560442322,6641.5061427 +433,0.969229347,-0.368847936,225,-1.329290365,0.7560442322,9286.3417259 +434,0.436043248,0.800045688,225,-1.329290365,0.7560442322,4617.0288144 +435,1.687946607,1.081504775,225,-1.329290365,0.7560442322,5154.4698138 +436,0.522302046,-0.034889271,225,-1.329290365,0.7560442322,7122.5890664 +437,-0.178996113,-0.438090009,225,-1.329290365,0.7560442322,6309.3708264 +438,-1.094339566,0.301444068,225,-1.329290365,0.7560442322,1965.8562442 +439,-1.064070054,0.242569932,225,-1.329290365,0.7560442322,2224.9092034 +440,-1.068153768,0.230387998,225,-1.329290365,0.7560442322,2264.518416 +441,-3.00496892,-0.23989155,225,-1.329290365,0.7560442322,7169.6584568 +442,0.21751974,0.766874888,225,-1.329290365,0.7560442322,4199.8662678 +443,0.117229532,0.007619006,225,-1.329290365,0.7560442322,5843.4303782 +444,0.777758451,0.420554741,225,-1.329290365,0.7560442322,6456.7092075 +445,-0.252356999,0.250747086,225,-1.329290365,0.7560442322,4128.134547 +446,0.363148444,0.768483434,225,-1.329290365,0.7560442322,4533.9693663 +447,0.903191366,-0.118210676,225,-1.329290365,0.7560442322,8410.4580459 +448,-0.205755923,0.149406178,225,-1.329290365,0.7560442322,4534.3273036 +449,1.811996086,0.02364353,225,-1.329290365,0.7560442322,9355.5050827 +450,-1.100670221,0.314845373,225,-1.329290365,0.7560442322,1907.7455879 +451,0.340078597,0.850105132,225,-1.329290365,0.7560442322,4291.859218 +452,0.258757267,0.804969236,225,-1.329290365,0.7560442322,4212.5451502 +453,2.78505352,-0.155160804,225,-1.329290365,0.7560442322,8345.1734997 +454,0.800551619,0.105822106,225,-1.329290365,0.7560442322,7475.6407858 +455,0.437940882,-0.506194031,225,-1.329290365,0.7560442322,8101.1117887 +456,2.230431122,0.63458615,225,-1.329290365,0.7560442322,6733.1892695 +457,0.527965361,0.127667701,225,-1.329290365,0.7560442322,6684.6495524 +458,-0.063643205,0.702093448,225,-1.329290365,0.7560442322,3623.5233156 +459,1.408447268,0.133010502,225,-1.329290365,0.7560442322,8634.5887576 +460,0.523795955,0.280266966,225,-1.329290365,0.7560442322,6241.6804174 +461,-0.975769313,0.072177659,225,-1.329290365,0.7560442322,2979.041473 +462,0.549774164,-0.463663986,225,-1.329290365,0.7560442322,8315.4145627 +463,0.29245874,1.095549818,225,-1.329290365,0.7560442322,3707.237616 +464,0.143625958,0.816809593,225,-1.329290365,0.7560442322,3920.9766333 +465,0.671902494,0.611159853,225,-1.329290365,0.7560442322,5645.3175856 +466,1.239840988,0.6724199,225,-1.329290365,0.7560442322,6424.4515158 +467,0.607829703,-0.10932137,225,-1.329290365,0.7560442322,7570.3768206 +468,1.763020906,0.263996692,225,-1.329290365,0.7560442322,8399.5039215 +469,0.378714634,0.726066797,225,-1.329290365,0.7560442322,4673.3362781 +470,2.196736143,-0.153862366,225,-1.329290365,0.7560442322,9713.1201336 +471,0.01702415,0.148991565,225,-1.329290365,0.7560442322,5171.8941697 +472,-2.998490902,-0.158002487,225,-1.329290365,0.7560442322,6932.9156617 +473,-3.051262951,-0.346595608,225,-1.329290365,0.7560442322,7579.6658086 +474,-1.069176439,0.182802941,225,-1.329290365,0.7560442322,2440.7663881 +475,0.167157509,0.595344954,225,-1.329290365,0.7560442322,4463.5811729 +476,0.613855648,0.681746124,225,-1.329290365,0.7560442322,5315.7248285 +477,1.037012736,0.682555367,225,-1.329290365,0.7560442322,6104.9475118 +478,-1.253574971,0.379755746,225,-1.329290365,0.7560442322,1511.2094429 +479,3.108590453,-0.132620738,225,-1.329290365,0.7560442322,7371.6675795 +480,0.565301296,0.022333262,225,-1.329290365,0.7560442322,7084.7267979 +481,0.547898238,0.855555614,225,-1.329290365,0.7560442322,4703.5576396 +482,0.948309381,0.417393755,225,-1.329290365,0.7560442322,6833.578264 +483,-0.050600732,0.945269213,225,-1.329290365,0.7560442322,3266.3824038 +484,-0.977651478,-0.572363064,225,-1.329290365,0.7560442322,5413.8383128 +485,1.102014914,0.728861163,225,-1.329290365,0.7560442322,6041.8139557 +486,2.927300795,-0.282939414,225,-1.329290365,0.7560442322,8291.5624826 +487,-1.154565557,0.124434095,225,-1.329290365,0.7560442322,2574.6352728 +488,1.855331234,0.291044755,225,-1.329290365,0.7560442322,8293.3789069 +489,0.830290659,0.276904518,225,-1.329290365,0.7560442322,7023.9715341 +490,0.485104466,-0.234867441,225,-1.329290365,0.7560442322,7555.3619184 +491,0.521367572,-0.33161327,225,-1.329290365,0.7560442322,7909.9312795 +1,-1.539031704,0.7349710123,226,-1.410153004,0.616936428,613.64174305 +2,-1.536990553,0.7349663874,226,-1.410153004,0.616936428,609.57215959 +3,-1.534951779,0.7349571355,226,-1.410153004,0.616936428,605.5314581 +4,-1.532906461,0.7349480293,226,-1.410153004,0.616936428,601.51684376 +5,-1.531320211,0.7346937278,226,-1.410153004,0.616936428,597.69076596 +6,-1.539451648,0.7335131775,226,-1.410153004,0.616936428,610.26304634 +7,-1.537429487,0.7335445708,226,-1.410153004,0.616936428,606.29503675 +8,-1.535484998,0.7335658704,226,-1.410153004,0.616936428,602.48977516 +9,-1.533488396,0.7336036027,226,-1.410153004,0.616936428,598.66678488 +10,-1.531497785,0.7335842962,226,-1.410153004,0.616936428,594.72506506 +11,-1.530259379,0.7334777758,226,-1.410153004,0.616936428,592.00910938 +12,-1.5335454,0.7322346912,226,-1.410153004,0.616936428,594.74779105 +13,-1.531489083,0.7322238773,226,-1.410153004,0.616936428,590.67065379 +14,-1.530011122,0.7321679851,226,-1.410153004,0.616936428,587.62175857 +15,-1.53348106,0.7306614094,226,-1.410153004,0.616936428,590.01421655 +16,-1.531441779,0.7306962275,226,-1.410153004,0.616936428,586.06910836 +17,-1.529755654,0.7306933243,226,-1.410153004,0.616936428,582.74468113 +18,-1.533415048,0.7291384674,226,-1.410153004,0.616936428,585.45084272 +19,-1.531392093,0.7291705353,226,-1.410153004,0.616936428,581.49468297 +20,-1.529296523,0.7291214933,226,-1.410153004,0.616936428,577.19685277 +21,-1.535280942,0.727267644,226,-1.410153004,0.616936428,583.85652762 +22,-1.533378158,0.7276139666,226,-1.410153004,0.616936428,580.9683673 +23,-1.531340368,0.7276446587,226,-1.410153004,0.616936428,576.94222835 +24,-1.528960113,0.7276398177,226,-1.410153004,0.616936428,572.17221077 +25,-1.533313146,0.7260818349,226,-1.410153004,0.616936428,576.43449726 +26,-1.531259555,0.7260958115,226,-1.410153004,0.616936428,572.2916421 +27,-1.528926415,0.7260865555,226,-1.410153004,0.616936428,567.56117806 +28,-1.531226779,0.7245511789,226,-1.410153004,0.616936428,567.77905518 +29,-1.528904772,0.7245519194,226,-1.410153004,0.616936428,563.05758428 +30,-1.547195875,0.7409785979,226,-1.410153004,0.616936428,647.36193542 +31,-1.5451475,0.740980426,226,-1.410153004,0.616936428,643.28523518 +32,-1.543097679,0.7409798872,226,-1.410153004,0.616936428,639.23468073 +33,-1.540720364,0.7409892687,226,-1.410153004,0.616936428,634.61239676 +34,-1.547188511,0.7395198392,226,-1.410153004,0.616936428,643.14870416 +35,-1.545148587,0.7395226109,226,-1.410153004,0.616936428,639.05965429 +36,-1.543104538,0.7395314908,226,-1.410153004,0.616936428,635.01580672 +37,-1.540727751,0.7395306258,226,-1.410153004,0.616936428,630.32696893 +38,-1.547187029,0.7380014886,226,-1.410153004,0.616936428,638.80165739 +39,-1.545147315,0.7380012252,226,-1.410153004,0.616936428,634.67076145 +40,-1.54310719,0.7380060743,226,-1.410153004,0.616936428,630.58918324 +41,-1.540719671,0.7380068206,226,-1.410153004,0.616936428,625.84430052 +42,-1.547187189,0.7364799098,226,-1.410153004,0.616936428,634.47580459 +43,-1.545149996,0.7364853874,226,-1.410153004,0.616936428,630.33256448 +44,-1.543106091,0.7364823484,226,-1.410153004,0.616936428,626.18666106 +45,-1.540717158,0.7364893901,226,-1.410153004,0.616936428,621.41728335 +46,-1.538663972,0.7410138672,226,-1.410153004,0.616936428,630.70411791 +47,-1.53695285,0.7409699132,226,-1.410153004,0.616936428,627.28904518 +48,-1.534910498,0.7409641297,226,-1.410153004,0.616936428,623.38704966 +49,-1.533145034,0.7409536636,226,-1.410153004,0.616936428,620.0287948 +50,-1.538681336,0.7395405883,226,-1.410153004,0.616936428,626.36172291 +51,-1.536999189,0.7395183096,226,-1.410153004,0.616936428,623.04020025 +52,-1.534923633,0.7395144222,226,-1.410153004,0.616936428,619.04753541 +53,-1.533267822,0.7395654306,226,-1.410153004,0.616936428,616.0546072 +54,-1.53867273,0.7380151077,226,-1.410153004,0.616936428,621.8390115 +55,-1.536980576,0.7379994392,226,-1.410153004,0.616936428,618.49004142 +56,-1.534931522,0.7379944961,226,-1.410153004,0.616936428,614.51109081 +57,-1.533387952,0.7379480264,226,-1.410153004,0.616936428,611.41112421 +58,-1.538682279,0.7364914363,226,-1.410153004,0.616936428,617.38322289 +59,-1.536980704,0.7364810563,226,-1.410153004,0.616936428,614.00299639 +60,-1.534935567,0.7364752065,226,-1.410153004,0.616936428,609.99459042 +61,-1.533042592,0.7363876366,226,-1.410153004,0.616936428,606.0733586 +62,-1.545143426,0.7349628011,226,-1.410153004,0.616936428,625.98355857 +63,-1.543105297,0.7349691947,226,-1.410153004,0.616936428,621.84218321 +64,-1.541064533,0.7349647152,226,-1.410153004,0.616936428,617.70019077 +65,-1.545411803,0.7334624714,226,-1.410153004,0.616936428,622.29354112 +66,-1.543446606,0.7334780896,226,-1.410153004,0.616936428,618.28915203 +67,-1.541475327,0.7334957295,226,-1.410153004,0.616936428,614.31187996 +68,-1.545401939,0.731963266,226,-1.410153004,0.616936428,618.06355438 +69,-1.54342253,0.7319915583,226,-1.410153004,0.616936428,614.03235 +70,-1.541455867,0.7320216438,226,-1.410153004,0.616936428,610.06702786 +71,-1.545410146,0.7304422281,226,-1.410153004,0.616936428,613.83889239 +72,-1.543435491,0.7304713664,226,-1.410153004,0.616936428,609.78524778 +73,-1.541463105,0.7304997613,226,-1.410153004,0.616936428,605.76857731 +74,-1.545414768,0.7289194936,226,-1.410153004,0.616936428,609.632017 +75,-1.543435774,0.7289538557,226,-1.410153004,0.616936428,605.54886892 +76,-1.541457714,0.7289765881,226,-1.410153004,0.616936428,601.46966703 +77,-1.539449415,0.7320555866,226,-1.410153004,0.616936428,606.06683167 +78,-1.537429183,0.7321097681,226,-1.410153004,0.616936428,602.13464499 +79,-1.535472649,0.7321497267,226,-1.410153004,0.616936428,598.3276103 +80,-1.539457899,0.7305333307,226,-1.410153004,0.616936428,601.73429842 +81,-1.537453161,0.7305750503,226,-1.410153004,0.616936428,597.761461 +82,-1.535479385,0.7306124949,226,-1.410153004,0.616936428,593.87679005 +83,-1.53946905,0.7290102593,226,-1.410153004,0.616936428,597.4342305 +84,-1.537459922,0.7290417293,226,-1.410153004,0.616936428,593.38692832 +85,-1.535451349,0.7290890157,226,-1.410153004,0.616936428,589.42400174 +86,-1.535522937,0.7279887191,226,-1.410153004,0.616936428,586.4131812 +87,-1.539442524,0.7274735939,226,-1.410153004,0.616936428,593.04741445 +88,-1.537424111,0.727521351,226,-1.410153004,0.616936428,588.99099387 +89,-1.539384641,0.7259505092,226,-1.410153004,0.616936428,588.66240638 +90,-1.537372391,0.7259947145,226,-1.410153004,0.616936428,584.57286644 +91,-1.535340789,0.7260435356,226,-1.410153004,0.616936428,580.49468689 +92,-1.539325716,0.7244369706,226,-1.410153004,0.616936428,584.33051733 +93,-1.537308932,0.7244801057,226,-1.410153004,0.616936428,580.19258903 +94,-1.535289068,0.7245247645,226,-1.410153004,0.616936428,576.09075996 +95,-1.533261366,0.7245550236,226,-1.410153004,0.616936428,571.97103028 +96,-1.539267302,0.722921924,226,-1.410153004,0.616936428,580.02469156 +97,-1.537248972,0.7229660258,226,-1.410153004,0.616936428,575.8498763 +98,-1.535219431,0.7229916471,226,-1.410153004,0.616936428,571.63794517 +99,-1.53318962,0.7230212049,226,-1.410153004,0.616936428,567.47508793 +100,-1.531154816,0.7230299897,226,-1.410153004,0.616936428,563.28232072 +101,-1.528878341,0.7230370244,226,-1.410153004,0.616936428,558.63053645 +102,-1.539218189,0.7214009878,226,-1.410153004,0.616936428,575.75269386 +103,-1.537198791,0.7214422745,226,-1.410153004,0.616936428,571.53086748 +104,-1.535179266,0.7214634354,226,-1.410153004,0.616936428,567.29075651 +105,-1.533156501,0.7214944644,226,-1.410153004,0.616936428,563.10926217 +106,-1.53113574,0.7215166021,226,-1.410153004,0.616936428,558.94601026 +107,-1.528874248,0.7215345535,226,-1.410153004,0.616936428,554.31427109 +108,-1.539217656,0.7198512397,226,-1.410153004,0.616936428,571.5394091 +109,-1.537199919,0.7199428763,226,-1.410153004,0.616936428,567.4198916 +110,-1.545425832,0.727397149,226,-1.410153004,0.616936428,605.47061931 +111,-1.543371177,0.7273916949,226,-1.410153004,0.616936428,601.08158824 +112,-1.541368852,0.7274523163,226,-1.410153004,0.616936428,597.02190672 +113,-1.545349067,0.7258710923,226,-1.410153004,0.616936428,601.14137539 +114,-1.54332671,0.7258603556,226,-1.410153004,0.616936428,596.77203174 +115,-1.541346831,0.7259242142,226,-1.410153004,0.616936428,592.73277822 +116,-1.545324355,0.7243383958,226,-1.410153004,0.616936428,596.93648741 +117,-1.543292796,0.7243617413,226,-1.410153004,0.616936428,592.60458459 +118,-1.541295822,0.7244024384,226,-1.410153004,0.616936428,588.42969268 +119,-1.543193859,0.7205570215,226,-1.410153004,0.616936428,582.13199605 +120,-1.550257047,0.7386738187,226,-1.410153004,0.616936428,646.98110431 +121,-1.549335448,0.7311736483,226,-1.410153004,0.616936428,624.15846578 +122,-1.533478843,0.7179891343,226,-1.410153004,0.616936428,554.05837441 +123,-1.556150555,0.738907041,226,-1.410153004,0.616936428,659.8538341 +124,-1.554324226,0.733414257,226,-1.410153004,0.616936428,640.92095978 +125,-1.554290846,0.7288285332,226,-1.410153004,0.616936428,628.52117017 +126,-1.55122487,0.7219795312,226,-1.410153004,0.616936428,603.72687876 +127,-1.525104458,0.7229399862,226,-1.410153004,0.616936428,550.71346401 +128,-1.519607711,0.7236181429,226,-1.410153004,0.616936428,541.87877604 +129,-1.513899999,0.7251107854,226,-1.410153004,0.616936428,535.5830099 +130,-1.536620762,0.7431061895,226,-1.410153004,0.616936428,633.0872488 +131,-1.5369566,0.7460845958,226,-1.410153004,0.616936428,642.75651092 +132,-1.545345528,0.7447040685,226,-1.410153004,0.616936428,654.5757044 +133,-1.532813921,0.7432306626,226,-1.410153004,0.616936428,626.35873125 +134,-1.554788248,0.7382381001,226,-1.410153004,0.616936428,655.14873994 +135,-1.540348126,0.7301594274,226,-1.410153004,0.616936428,602.50291672 +136,-1.538016084,0.7239051786,226,-1.410153004,0.616936428,580.08173336 +137,-1.525288962,0.7258085137,226,-1.410153004,0.616936428,559.51200907 +138,-1.534326986,0.731241342,226,-1.410153004,0.616936428,593.39359542 +139,-1.530733872,0.7303625216,226,-1.410153004,0.616936428,583.68960811 +141,-1.534354939,0.7328219978,226,-1.410153004,0.616936428,598.0724789 +142,-1.53157084,0.7292888153,226,-1.410153004,0.616936428,582.19667418 +143,-1.525691035,0.7263799874,226,-1.410153004,0.616936428,561.99430327 +144,-1.534031287,0.7495967835,226,-1.410153004,0.616936428,648.23676981 +145,-1.527714986,0.7283095957,226,-1.410153004,0.616936428,571.6846224 +146,-1.526189586,0.7271468292,226,-1.410153004,0.616936428,565.24485374 +147,-1.555177336,0.7375563366,226,-1.410153004,0.616936428,654.07826747 +148,-1.555080283,0.7312707794,226,-1.410153004,0.616936428,636.76287183 +149,-1.53856994,0.7224180299,226,-1.410153004,0.616936428,577.14787252 +150,-1.530837883,0.729933372,226,-1.410153004,0.616936428,582.63174791 +151,-1.515066984,0.5854133365,226,-1.410153004,0.616936428,364.66273022 +152,-1.534731633,0.5368370046,226,-1.410153004,0.616936428,521.01039619 +153,-1.515231902,0.5607085576,226,-1.410153004,0.616936428,411.45825516 +154,-2.616253799,1.0684566605,226,-1.410153004,0.616936428,3434.0933438 +155,-1.956071439,0.5792177723,226,-1.410153004,0.616936428,1785.8690195 +156,-1.951208514,0.5602434208,226,-1.410153004,0.616936428,1789.2398372 +157,-1.944675062,0.6062144545,226,-1.410153004,0.616936428,1727.0546226 +158,-1.613778386,0.6077989518,226,-1.410153004,0.616936428,660.60838397 +159,-2.035029014,0.6021432345,226,-1.410153004,0.616936428,2019.1020249 +160,-2.114989471,0.6801825058,226,-1.410153004,0.616936428,2220.8301268 +161,-2.037382079,0.5765830025,226,-1.410153004,0.616936428,2050.0345706 +162,-2.129855121,0.6585019963,226,-1.410153004,0.616936428,2277.8791534 +163,-2.075141798,0.6493615843,226,-1.410153004,0.616936428,2113.052627 +164,-1.828626729,0.6948433129,226,-1.410153004,0.616936428,1344.9880586 +165,-1.863329418,0.6735427691,226,-1.410153004,0.616936428,1446.6202264 +166,-1.266037071,0.727988852,226,-1.410153004,0.616936428,626.24606457 +167,-1.277579582,0.7249010648,226,-1.410153004,0.616936428,592.85915728 +168,-1.258418684,0.7241194816,226,-1.410153004,0.616936428,633.41047279 +169,-1.317813974,0.6804850104,226,-1.410153004,0.616936428,384.97787308 +170,-1.344165204,0.6790988904,226,-1.410153004,0.616936428,322.50630824 +171,-1.427582102,0.5277120351,226,-1.410153004,0.616936428,358.14411366 +172,-1.402238616,0.457167829,226,-1.410153004,0.616936428,633.41387105 +173,-1.422454264,0.4996161999,226,-1.410153004,0.616936428,466.53490323 +174,-1.439089277,0.4894859811,226,-1.410153004,0.616936428,514.13715344 +175,-1.448126995,0.5182330266,226,-1.410153004,0.616936428,410.98579407 +176,-1.474626146,0.5881926574,226,-1.410153004,0.616936428,239.20601533 +177,-1.421139645,0.5584869783,226,-1.410153004,0.616936428,234.3319266 +178,-1.457037165,0.565943032,226,-1.410153004,0.616936428,254.06849798 +179,-2.757159358,0.3745319,226,-1.410153004,0.616936428,4677.4345497 +180,-2.714309238,0.342054471,226,-1.410153004,0.616936428,4606.9205999 +181,-2.000525337,0.774119946,226,-1.410153004,0.616936428,1884.4241349 +183,-1.571413436,0.6777838382,226,-1.410153004,0.616936428,563.27298907 +184,-1.552860289,0.6987663893,226,-1.410153004,0.616936428,551.99223648 +185,-1.521852374,0.7165827476,226,-1.410153004,0.616936428,525.67765106 +186,-1.503656267,0.6928968252,226,-1.410153004,0.616936428,420.32307125 +187,-1.502753178,0.7136205882,226,-1.410153004,0.616936428,479.29936569 +188,-1.631894563,0.7343596465,226,-1.410153004,0.616936428,826.86379592 +189,-1.653765416,0.6770714026,226,-1.410153004,0.616936428,804.96570153 +190,-1.719812114,0.6715965947,226,-1.410153004,0.616936428,1002.5897294 +191,-1.493406659,0.6646955447,226,-1.410153004,0.616936428,324.98444053 +192,-1.469120564,0.6613469966,226,-1.410153004,0.616936428,257.03848821 +193,-1.590551461,0.5326612937,226,-1.410153004,0.616936428,685.81162104 +194,-1.625979264,0.5247742243,226,-1.410153004,0.616936428,805.79197554 +195,-1.572293943,0.5238808754,226,-1.410153004,0.616936428,653.76486358 +196,-1.610848725,0.5477107964,226,-1.410153004,0.616936428,717.73611752 +197,-1.208485554,0.7918526018,226,-1.410153004,0.616936428,920.33304385 +198,-1.335601374,0.6869083083,226,-1.410153004,0.616936428,363.10880009 +199,-1.346156996,0.6825213377,226,-1.410153004,0.616936428,328.90843279 +200,-1.324381037,0.6741422347,226,-1.410153004,0.616936428,353.4395361 +201,-1.242424992,0.7378949807,226,-1.410153004,0.616936428,704.50732395 +202,-1.270370057,0.7392461008,226,-1.410153004,0.616936428,647.94454538 +203,-1.448950472,0.7441675014,226,-1.410153004,0.616936428,517.86716982 +204,-1.492662363,0.7523026852,226,-1.410153004,0.616936428,592.69196832 +205,-1.479098966,0.7763855017,226,-1.410153004,0.616936428,665.18312412 +206,-1.633760714,0.7869022408,226,-1.410153004,0.616936428,952.05243838 +207,-1.647406434,0.8101289331,226,-1.410153004,0.616936428,1041.2882819 +208,-1.564245052,0.5701509278,226,-1.410153004,0.616936428,538.5853431 +209,-1.646289963,0.6833746083,226,-1.410153004,0.616936428,788.70737991 +210,-1.5820631,0.6751952144,226,-1.410153004,0.616936428,590.22850295 +211,-1.613236298,0.6681681791,226,-1.410153004,0.616936428,674.64396435 +212,-1.914661867,0.8212566515,226,-1.410153004,0.616936428,1693.713306 +213,-1.742133237,0.7250275956,226,-1.410153004,0.616936428,1112.3110406 +214,-2.033144872,0.6557314699,226,-1.410153004,0.616936428,1978.7381833 +215,-2.039551981,0.6964723658,226,-1.410153004,0.616936428,1985.7729727 +216,-1.247341019,0.7622473908,226,-1.410153004,0.616936428,759.79577943 +217,-1.298239787,0.7084123392,226,-1.410153004,0.616936428,503.11516057 +218,-1.308539688,0.6926545592,226,-1.410153004,0.616936428,437.83697415 +219,-1.303263185,0.6888938396,226,-1.410153004,0.616936428,440.64243093 +220,-1.852400229,0.6004246149,226,-1.410153004,0.616936428,1434.7085562 +221,-1.288947707,0.7473773692,226,-1.410153004,0.616936428,636.53153229 +222,-1.372031502,0.7472790993,226,-1.410153004,0.616936428,529.37010906 +223,-1.289805721,0.7242157877,226,-1.410153004,0.616936428,565.33133764 +224,-1.350807603,0.7533498126,226,-1.410153004,0.616936428,570.02877334 +225,-1.329290365,0.7560442322,226,-1.410153004,0.616936428,603.88032167 +226,-1.410153004,0.616936428,226,-1.410153004,0.616936428,34.671215359 +227,-1.393445434,0.6308995063,226,-1.410153004,0.616936428,77.09478182 +228,-1.37595573,0.6241540638,226,-1.410153004,0.616936428,113.84694904 +229,-1.358388707,0.6172645205,226,-1.410153004,0.616936428,167.21984591 +230,-1.753741133,0.8281661666,226,-1.410153004,0.616936428,1313.3083106 +231,-1.47430987,0.6834615681,226,-1.410153004,0.616936428,332.1204382 +232,-1.421012508,0.7222725206,226,-1.410153004,0.616936428,418.59350735 +233,-1.4476833,0.6978557868,226,-1.410153004,0.616936428,341.40863837 +234,-1.470370723,0.6966193374,226,-1.410153004,0.616936428,367.75744047 +235,-1.429211703,0.7037216883,226,-1.410153004,0.616936428,348.87963687 +236,-1.700578405,0.6178673663,226,-1.410153004,0.616936428,936.89538678 +237,-1.678117619,0.6331716163,226,-1.410153004,0.616936428,862.22066737 +238,-1.725644578,0.6316331145,226,-1.410153004,0.616936428,1014.1557629 +239,-2.14012759,0.7930497945,226,-1.410153004,0.616936428,2281.1674561 +240,-2.103289431,0.7653606263,226,-1.410153004,0.616936428,2172.8422845 +241,-1.318739838,0.7017808746,226,-1.410153004,0.616936428,441.23357787 +242,-1.396417427,0.7077900843,226,-1.410153004,0.616936428,362.41461915 +243,-1.35650337,0.7185539404,226,-1.410153004,0.616936428,435.64230716 +244,-1.248884539,0.7274156818,226,-1.410153004,0.616936428,663.61284822 +245,-1.395014798,0.5761185243,226,-1.410153004,0.616936428,169.11622272 +246,-1.433377362,0.6064716109,226,-1.410153004,0.616936428,85.963453632 +247,-1.408172432,0.5903155476,226,-1.410153004,0.616936428,105.64289589 +248,-1.749645898,0.7757118084,226,-1.410153004,0.616936428,1203.6344613 +249,-1.571626686,0.615046989,226,-1.410153004,0.616936428,521.9036731 +250,-1.514070049,0.6303003037,226,-1.410153004,0.616936428,338.24737242 +251,-1.480890369,0.6237966528,226,-1.410153004,0.616936428,229.57810758 +252,-1.704390658,0.5281680612,226,-1.410153004,0.616936428,1039.1336409 +253,-1.64434733,0.5254277498,226,-1.410153004,0.616936428,859.43240319 +254,-1.703855997,0.4792484842,226,-1.410153004,0.616936428,1130.5518601 +255,-1.692002383,0.5748825051,226,-1.410153004,0.616936428,937.76227712 +256,-1.854136457,0.5544643913,226,-1.410153004,0.616936428,1482.0233115 +257,-1.665021206,0.520317736,226,-1.410153004,0.616936428,931.51262465 +258,-1.733654349,0.4845187345,226,-1.410153004,0.616936428,1208.6456601 +259,-1.720938188,0.5135933906,226,-1.410153004,0.616936428,1115.144884 +260,-1.742668307,0.553296122,226,-1.410153004,0.616936428,1124.6222853 +261,-1.965659039,0.7142126903,226,-1.410153004,0.616936428,1762.7504955 +262,-1.944438071,0.6772834804,226,-1.410153004,0.616936428,1697.2419156 +263,-1.270340967,0.7681487096,226,-1.410153004,0.616936428,734.31553839 +264,-1.353091884,0.6549276821,226,-1.410153004,0.616936428,236.00025839 +265,-1.333236659,0.6413584414,226,-1.410153004,0.616936428,264.61035994 +266,-1.352015998,0.6753788907,226,-1.410153004,0.616936428,295.57019152 +267,-1.377988483,0.6577816235,226,-1.410153004,0.616936428,191.45480422 +268,-2.13075611,0.8318642051,226,-1.410153004,0.616936428,2268.5473945 +269,-2.097910953,0.8259670014,226,-1.410153004,0.616936428,2178.3943014 +270,-1.416382069,0.6694271549,226,-1.410153004,0.616936428,208.85049145 +271,-1.538905672,0.7535625993,226,-1.410153004,0.616936428,669.3087316 +272,-1.572309477,0.7803125099,226,-1.410153004,0.616936428,811.65046157 +273,-1.87759879,0.7503853417,226,-1.410153004,0.616936428,1521.7179377 +274,1.152365588,0.590457682,226,-1.410153004,0.616936428,7202.3280207 +275,0.350198001,0.718001859,226,-1.410153004,0.616936428,5160.1232121 +276,0.046513677,0.491503852,226,-1.410153004,0.616936428,4784.6949802 +277,0.027510309,0.742571376,226,-1.410153004,0.616936428,4279.5106928 +278,0.306285725,-0.214631579,226,-1.410153004,0.616936428,7177.3655283 +279,-1.100564889,0.318051531,226,-1.410153004,0.616936428,1606.9080205 +280,-1.078582306,0.301437596,226,-1.410153004,0.616936428,1710.3212702 +281,-1.137371989,-0.617634065,226,-1.410153004,0.616936428,4992.8445314 +282,0.784356344,0.703272339,226,-1.410153004,0.616936428,6179.1546733 +283,-1.221209947,0.218327455,226,-1.410153004,0.616936428,1717.7601805 +284,2.347301921,-0.449114658,226,-1.410153004,0.616936428,10253.442649 +285,0.246820618,0.830553713,226,-1.410153004,0.616936428,4678.8488908 +286,0.829414965,0.703288228,226,-1.410153004,0.616936428,6267.7457152 +287,-1.337537566,0.42332223,226,-1.410153004,0.616936428,806.25502375 +288,0.882453706,0.454478077,226,-1.410153004,0.616936428,7142.230068 +289,1.575629659,0.416419109,226,-1.410153004,0.616936428,8309.1891698 +290,-1.039455679,0.229888244,226,-1.410153004,0.616936428,2025.4834051 +291,0.489558039,0.934482747,226,-1.410153004,0.616936428,4978.6451018 +292,0.081344504,0.88384514,226,-1.410153004,0.616936428,4201.2893848 +293,-1.547979814,0.300350308,226,-1.410153004,0.616936428,1344.8328821 +294,0.040776181,0.168560074,226,-1.410153004,0.616936428,5451.7707389 +295,-1.130374745,0.563894876,226,-1.410153004,0.616936428,943.10406744 +296,1.578326642,0.478507176,226,-1.410153004,0.616936428,8067.1524982 +297,-1.12861823,-0.291640865,226,-1.410153004,0.616936428,3751.1087557 +298,0.310524208,0.770885792,226,-1.410153004,0.616936428,4949.4765824 +299,0.415649091,-0.387246002,226,-1.410153004,0.616936428,7890.8962877 +300,-0.926533878,-0.188022748,226,-1.410153004,0.616936428,3666.8323583 +301,1.258856172,-0.11716081,226,-1.410153004,0.616936428,9822.5621984 +302,-1.126050026,0.322941926,226,-1.410153004,0.616936428,1532.4661298 +303,2.002785835,0.07893892,226,-1.410153004,0.616936428,9508.4415298 +304,0.440437607,0.746258085,226,-1.410153004,0.616936428,5313.316891 +305,-0.030391866,0.214441206,226,-1.410153004,0.616936428,5120.7398612 +306,0.521557815,-0.058929362,226,-1.410153004,0.616936428,7518.8523168 +307,-0.097005111,0.13317729,226,-1.410153004,0.616936428,5086.1955333 +308,1.83113859,0.221857587,226,-1.410153004,0.616936428,9100.3952038 +309,0.222428864,0.099404236,226,-1.410153004,0.616936428,6193.0103408 +310,-1.702731345,0.8728568183,226,-1.410153004,0.616936428,1317.9315221 +311,-0.418507569,0.278324921,226,-1.410153004,0.616936428,3731.1713689 +312,-1.41153306,0.339029988,226,-1.410153004,0.616936428,1100.7979848 +313,0.357560442,0.114788776,226,-1.410153004,0.616936428,6587.9108702 +314,0.325818979,0.268352149,226,-1.410153004,0.616936428,6126.5297667 +315,-1.246004659,-0.663679965,226,-1.410153004,0.616936428,5108.1770213 +316,1.814603087,0.637404484,226,-1.410153004,0.616936428,7465.9655202 +317,1.843704281,-0.18300445,226,-1.410153004,0.616936428,10678.078222 +318,1.690644492,-0.211480909,226,-1.410153004,0.616936428,10831.189111 +319,-1.275451936,0.068109467,226,-1.410153004,0.616936428,2229.2423588 +320,0.762430171,-0.207594741,226,-1.410153004,0.616936428,8629.5133241 +321,0.265668905,-0.014647884,226,-1.410153004,0.616936428,6594.6977848 +322,-2.773032013,-0.335515811,226,-1.410153004,0.616936428,6346.7413471 +323,-1.469512853,0.174058777,226,-1.410153004,0.616936428,1767.2709838 +324,0.286276986,0.785925691,226,-1.410153004,0.616936428,4860.1061076 +325,-1.379324697,0.377432233,226,-1.410153004,0.616936428,954.67335729 +326,-1.203778265,0.212813032,226,-1.410153004,0.616936428,1763.3882499 +327,0.579916301,0.611743168,226,-1.410153004,0.616936428,5982.4546151 +328,0.267582642,0.868113908,226,-1.410153004,0.616936428,4655.535529 +329,0.412869244,-0.050245578,226,-1.410153004,0.616936428,7150.7707743 +330,0.17524381,0.976660285,226,-1.410153004,0.616936428,4271.5827116 +331,0.743157214,0.204812899,226,-1.410153004,0.616936428,7519.114191 +332,-1.070758176,0.269382282,226,-1.410153004,0.616936428,1828.2410487 +333,-1.230364251,0.329790229,226,-1.410153004,0.616936428,1300.0826201 +334,-1.374813124,-0.024926835,226,-1.410153004,0.616936428,2545.7869198 +335,0.519780566,0.463669906,226,-1.410153004,0.616936428,6212.6767244 +336,-1.55108034,0.239698561,226,-1.410153004,0.616936428,1576.5540265 +337,0.180294813,0.029739425,226,-1.410153004,0.616936428,6217.2416652 +338,0.67820924,0.268170153,226,-1.410153004,0.616936428,7164.9713095 +339,0.445798684,1.024001867,226,-1.410153004,0.616936428,4699.8279567 +340,0.691751283,0.150521402,226,-1.410153004,0.616936428,7519.2270959 +341,-1.036643551,-0.903056181,226,-1.410153004,0.616936428,6158.7080445 +342,-0.120287036,1.083325163,226,-1.410153004,0.616936428,3587.7877376 +343,2.823513113,-0.304487164,226,-1.410153004,0.616936428,8443.3903296 +344,0.457583172,1.12513373,226,-1.410153004,0.616936428,4508.7302623 +345,0.042918831,0.813795399,226,-1.410153004,0.616936428,4210.192554 +346,1.196146777,-0.853142756,226,-1.410153004,0.616936428,10632.072879 +347,0.206001358,-0.010430701,226,-1.410153004,0.616936428,6392.3642297 +348,-0.268308653,0.234799412,226,-1.410153004,0.616936428,4308.3376639 +349,0.759363263,0.736189579,226,-1.410153004,0.616936428,6032.4170407 +350,0.181363926,0.891988372,226,-1.410153004,0.616936428,4418.7145376 +351,-0.021111158,0.139103292,226,-1.410153004,0.616936428,5318.0128342 +352,-0.093355215,0.630686981,226,-1.410153004,0.616936428,4117.2807802 +353,0.40118964,0.681375926,226,-1.410153004,0.616936428,5369.7987515 +354,-0.721197315,1.304706234,226,-1.410153004,0.616936428,3016.6461468 +355,-1.076150317,0.212107639,226,-1.410153004,0.616936428,2000.8731619 +356,-1.577164531,0.273993443,226,-1.410153004,0.616936428,1481.7392315 +357,-0.190788414,0.182208586,226,-1.410153004,0.616936428,4673.7981941 +358,-0.261349752,0.209710184,226,-1.410153004,0.616936428,4385.5007516 +359,-1.029303852,0.083549259,226,-1.410153004,0.616936428,2530.0234462 +360,-1.268609162,0.330525297,226,-1.410153004,0.616936428,1238.0640372 +361,1.282982244,-0.926641967,226,-1.410153004,0.616936428,10693.925799 +362,0.217352334,0.731352408,226,-1.410153004,0.616936428,4797.188312 +363,-1.511833084,0.258629297,226,-1.410153004,0.616936428,1464.5644138 +364,0.338812194,0.823184618,226,-1.410153004,0.616936428,4906.7287663 +365,-0.324406489,1.134201999,226,-1.410153004,0.616936428,3232.4887172 +366,1.389579348,0.399185724,226,-1.410153004,0.616936428,8219.3788623 +367,2.047152199,-0.039082036,226,-1.410153004,0.616936428,9877.5231248 +368,0.947780369,0.568250077,226,-1.410153004,0.616936428,6921.1557401 +369,0.763824846,0.576754987,226,-1.410153004,0.616936428,6508.8116433 +370,-0.142334657,0.928153068,226,-1.410153004,0.616936428,3628.3698207 +371,0.610266567,0.547265983,226,-1.410153004,0.616936428,6228.5955277 +372,0.210731629,0.746815056,226,-1.410153004,0.616936428,4750.319513 +373,-1.34931644,0.316895224,226,-1.410153004,0.616936428,1207.5303735 +374,2.407696481,0.655030745,226,-1.410153004,0.616936428,6826.5232636 +375,0.64207831,0.545359131,226,-1.410153004,0.616936428,6312.2430428 +376,1.174597538,0.840588356,226,-1.410153004,0.616936428,6344.0895784 +377,0.660059424,0.010604079,226,-1.410153004,0.616936428,7785.0720629 +378,-0.730263819,0.010486456,226,-1.410153004,0.616936428,3469.3693285 +379,0.831068936,0.512339172,226,-1.410153004,0.616936428,6850.8031233 +380,1.301180979,0.72367476,226,-1.410153004,0.616936428,6908.4252031 +381,1.811128231,0.322854402,226,-1.410153004,0.616936428,8709.3083871 +382,0.435105812,0.992284428,226,-1.410153004,0.616936428,4748.2461408 +383,0.62643634,0.592027932,226,-1.410153004,0.616936428,6147.2109229 +384,0.492988703,-0.516339467,226,-1.410153004,0.616936428,8374.3264615 +385,-0.162469483,0.112549365,226,-1.410153004,0.616936428,4921.9863561 +386,0.314630866,0.472006421,226,-1.410153004,0.616936428,5619.0275548 +387,0.166744804,0.822815954,226,-1.410153004,0.616936428,4501.8987859 +388,0.417159608,0.965805736,226,-1.410153004,0.616936428,4771.0508657 +389,0.106334961,0.868774244,226,-1.410153004,0.616936428,4282.3725204 +390,0.815086969,-0.338144359,226,-1.410153004,0.616936428,9078.7244007 +391,0.59867455,-0.230624824,226,-1.410153004,0.616936428,8155.7517092 +392,1.915104874,0.066220985,226,-1.410153004,0.616936428,9653.076353 +393,1.278093622,0.064463721,226,-1.410153004,0.616936428,9262.7205159 +394,-0.061477853,0.302997961,226,-1.410153004,0.616936428,4830.3824571 +395,0.251311504,0.626976942,226,-1.410153004,0.616936428,5099.3742284 +396,2.950242872,0.149095644,226,-1.410153004,0.616936428,6987.8117253 +397,-0.180294708,0.35375117,226,-1.410153004,0.616936428,4345.2471736 +398,1.010448592,-0.351180233,226,-1.410153004,0.616936428,9729.8688291 +399,-1.748740498,0.3686318073,226,-1.410153004,0.616936428,1531.9935024 +400,2.699635665,0.123533791,226,-1.410153004,0.616936428,7798.0424736 +401,0.496808033,0.823843254,226,-1.410153004,0.616936428,5254.9353283 +402,0.129574704,0.763364087,226,-1.410153004,0.616936428,4512.5385289 +403,1.798920311,0.817447563,226,-1.410153004,0.616936428,6757.1765909 +404,0.335987953,0.746786541,226,-1.410153004,0.616936428,5062.4090814 +405,-1.085413643,0.292154671,226,-1.410153004,0.616936428,1722.7930028 +406,-0.155321003,0.508207011,226,-1.410153004,0.616936428,4134.4742977 +407,0.620529244,-0.301175104,226,-1.410153004,0.616936428,8375.7192702 +408,1.684402744,0.368716966,226,-1.410153004,0.616936428,8535.6783289 +409,0.300582244,-0.386397212,226,-1.410153004,0.616936428,7526.3887583 +410,2.913555946,-0.009225192,226,-1.410153004,0.616936428,7488.8756764 +411,1.465101417,0.493232532,226,-1.410153004,0.616936428,7935.2185562 +412,0.090612882,0.907955955,226,-1.410153004,0.616936428,4188.295914 +413,2.987564726,-0.729568594,226,-1.410153004,0.616936428,8642.7138183 +414,-1.484261606,0.224149272,226,-1.410153004,0.616936428,1578.2650656 +415,0.164073421,0.303955133,226,-1.410153004,0.616936428,5543.3179061 +416,0.141441293,0.167552546,226,-1.410153004,0.616936428,5777.6595982 +417,2.931321023,-0.506718887,226,-1.410153004,0.616936428,8477.9891914 +418,2.21951565,0.700596356,226,-1.410153004,0.616936428,6929.7889959 +419,0.268112576,1.199114336,226,-1.410153004,0.616936428,4114.6602436 +420,0.978913739,0.359223811,226,-1.410153004,0.616936428,7655.2363573 +421,1.210898818,0.522863584,226,-1.410153004,0.616936428,7529.6153199 +422,2.347397336,0.129231362,226,-1.410153004,0.616936428,8700.2255202 +423,0.614394501,0.556878345,226,-1.410153004,0.616936428,6212.9476704 +424,-1.398079356,0.148483366,226,-1.410153004,0.616936428,1856.0583148 +425,2.535303836,-0.112984496,226,-1.410153004,0.616936428,8909.4577777 +426,-1.019372593,-0.405322349,226,-1.410153004,0.616936428,4306.5534444 +427,-1.297785627,-0.160104069,226,-1.410153004,0.616936428,3106.4400931 +428,2.144554488,0.205051084,226,-1.410153004,0.616936428,8838.5423712 +429,-2.242387083,-0.426171285,226,-1.410153004,0.616936428,5176.6359104 +430,0.338637212,0.909723676,226,-1.410153004,0.616936428,4729.2172527 +431,-0.148798452,0.691042401,226,-1.410153004,0.616936428,3866.9379872 +432,0.893524764,0.441829531,226,-1.410153004,0.616936428,7206.0393665 +433,0.969229347,-0.368847936,226,-1.410153004,0.616936428,9634.6881204 +434,0.436043248,0.800045688,226,-1.410153004,0.616936428,5177.9890093 +435,1.687946607,1.081504775,226,-1.410153004,0.616936428,5714.8750956 +436,0.522302046,-0.034889271,226,-1.410153004,0.616936428,7464.593437 +437,-0.178996113,-0.438090009,226,-1.410153004,0.616936428,6219.3531185 +438,-1.094339566,0.301444068,226,-1.410153004,0.616936428,1672.9718699 +439,-1.064070054,0.242569932,226,-1.410153004,0.616936428,1928.5560675 +440,-1.068153768,0.230387998,226,-1.410153004,0.616936428,1958.5473375 +441,-3.00496892,-0.23989155,226,-1.410153004,0.616936428,6844.3319238 +442,0.21751974,0.766874888,226,-1.410153004,0.616936428,4728.9639982 +443,0.117229532,0.007619006,226,-1.410153004,0.616936428,6064.2095812 +444,0.777758451,0.420554741,226,-1.410153004,0.616936428,6998.0042975 +445,-0.252356999,0.250747086,226,-1.410153004,0.616936428,4325.5318135 +446,0.363148444,0.768483434,226,-1.410153004,0.616936428,5080.6138139 +447,0.903191366,-0.118210676,226,-1.410153004,0.616936428,8850.1605197 +448,-0.205755923,0.149406178,226,-1.410153004,0.616936428,4699.0127567 +449,1.811996086,0.02364353,226,-1.410153004,0.616936428,9889.0374185 +450,-1.100670221,0.314845373,226,-1.410153004,0.616936428,1616.5440477 +451,0.340078597,0.850105132,226,-1.410153004,0.616936428,4853.5935342 +452,0.258757267,0.804969236,226,-1.410153004,0.616936428,4756.2675246 +453,2.78505352,-0.155160804,226,-1.410153004,0.616936428,8240.5430853 +454,0.800551619,0.105822106,226,-1.410153004,0.616936428,7952.8350764 +455,0.437940882,-0.506194031,226,-1.410153004,0.616936428,8186.0596976 +456,2.230431122,0.63458615,226,-1.410153004,0.616936428,7156.5891468 +457,0.527965361,0.127667701,226,-1.410153004,0.616936428,7087.8332573 +458,-0.063643205,0.702093448,226,-1.410153004,0.616936428,4092.2140289 +459,1.408447268,0.133010502,226,-1.410153004,0.616936428,9237.7445022 +460,0.523795955,0.280266966,226,-1.410153004,0.616936428,6692.0220905 +461,-0.975769313,0.072177659,226,-1.410153004,0.616936428,2680.0552883 +462,0.549774164,-0.463663986,226,-1.410153004,0.616936428,8460.3508333 +463,0.29245874,1.095549818,226,-1.410153004,0.616936428,4304.5786438 +464,0.143625958,0.816809593,226,-1.410153004,0.616936428,4455.8623384 +465,0.671902494,0.611159853,226,-1.410153004,0.616936428,6201.5798256 +466,1.239840988,0.6724199,226,-1.410153004,0.616936428,7028.2979713 +467,0.607829703,-0.10932137,226,-1.410153004,0.616936428,7911.4740459 +468,1.763020906,0.263996692,226,-1.410153004,0.616936428,8952.456565 +469,0.378714634,0.726066797,226,-1.410153004,0.616936428,5212.2480428 +470,2.196736143,-0.153862366,226,-1.410153004,0.616936428,9954.9273237 +471,0.01702415,0.148991565,226,-1.410153004,0.616936428,5418.9805714 +472,-2.998490902,-0.158002487,226,-1.410153004,0.616936428,6639.2332232 +473,-3.051262951,-0.346595608,226,-1.410153004,0.616936428,7224.530401 +474,-1.069176439,0.182802941,226,-1.410153004,0.616936428,2112.9876332 +475,0.167157509,0.595344954,226,-1.410153004,0.616936428,4931.5329058 +476,0.613855648,0.681746124,226,-1.410153004,0.616936428,5875.8585157 +477,1.037012736,0.682555367,226,-1.410153004,0.616936428,6704.0491584 +478,-1.253574971,0.379755746,226,-1.410153004,0.616936428,1084.7174583 +479,3.108590453,-0.132620738,226,-1.410153004,0.616936428,7149.6756556 +480,0.565301296,0.022333262,226,-1.410153004,0.616936428,7462.6035881 +481,0.547898238,0.855555614,226,-1.410153004,0.616936428,5283.3057671 +482,0.948309381,0.417393755,226,-1.410153004,0.616936428,7403.5344283 +483,-0.050600732,0.945269213,226,-1.410153004,0.616936428,3823.728455 +484,-0.977651478,-0.572363064,226,-1.410153004,0.616936428,4976.8823724 +485,1.102014914,0.728861163,226,-1.410153004,0.616936428,6644.6144101 +486,2.927300795,-0.282939414,226,-1.410153004,0.616936428,8063.4318908 +487,-1.154565557,0.124434095,226,-1.410153004,0.616936428,2160.7808844 +488,1.855331234,0.291044755,226,-1.410153004,0.616936428,8817.329569 +489,0.830290659,0.276904518,226,-1.410153004,0.616936428,7549.1466909 +490,0.485104466,-0.234867441,226,-1.410153004,0.616936428,7798.1824322 +491,0.521367572,-0.33161327,226,-1.410153004,0.616936428,8117.7468376 +1,-1.539031704,0.7349710123,227,-1.393445434,0.6308995063,607.74902105 +2,-1.536990553,0.7349663874,227,-1.393445434,0.6308995063,603.15465012 +3,-1.534951779,0.7349571355,227,-1.393445434,0.6308995063,598.58354392 +4,-1.532906461,0.7349480293,227,-1.393445434,0.6308995063,594.02874594 +5,-1.531320211,0.7346937278,227,-1.393445434,0.6308995063,589.86736187 +6,-1.539451648,0.7335131775,227,-1.393445434,0.6308995063,605.0099416 +7,-1.537429487,0.7335445708,227,-1.393445434,0.6308995063,600.50989603 +8,-1.535484998,0.7335658704,227,-1.393445434,0.6308995063,596.18887206 +9,-1.533488396,0.7336036027,227,-1.393445434,0.6308995063,591.82285117 +10,-1.531497785,0.7335842962,227,-1.393445434,0.6308995063,587.35277633 +11,-1.530259379,0.7334777758,227,-1.393445434,0.6308995063,584.33864799 +12,-1.5335454,0.7322346912,227,-1.393445434,0.6308995063,588.42327783 +13,-1.531489083,0.7322238773,227,-1.393445434,0.6308995063,583.79627416 +14,-1.530011122,0.7321679851,227,-1.393445434,0.6308995063,580.36468461 +15,-1.53348106,0.7306614094,227,-1.393445434,0.6308995063,584.26022158 +16,-1.531441779,0.7306962275,227,-1.393445434,0.6308995063,579.75164505 +17,-1.529755654,0.7306933243,227,-1.393445434,0.6308995063,575.96677678 +18,-1.533415048,0.7291384674,227,-1.393445434,0.6308995063,580.25657706 +19,-1.531392093,0.7291705353,227,-1.393445434,0.6308995063,575.7412767 +20,-1.529296523,0.7291214933,227,-1.393445434,0.6308995063,570.88650754 +21,-1.535280942,0.727267644,227,-1.393445434,0.6308995063,579.88044603 +22,-1.533378158,0.7276139666,227,-1.393445434,0.6308995063,576.35068591 +23,-1.531340368,0.7276446587,227,-1.393445434,0.6308995063,571.76101358 +24,-1.528960113,0.7276398177,227,-1.393445434,0.6308995063,566.33719725 +25,-1.533313146,0.7260818349,227,-1.393445434,0.6308995063,572.39740591 +26,-1.531259555,0.7260958115,227,-1.393445434,0.6308995063,567.69242083 +27,-1.528926415,0.7260865555,227,-1.393445434,0.6308995063,562.32193093 +28,-1.531226779,0.7245511789,227,-1.393445434,0.6308995063,563.78237103 +29,-1.528904772,0.7245519194,227,-1.393445434,0.6308995063,558.41940284 +30,-1.547195875,0.7409785979,227,-1.393445434,0.6308995063,641.36902997 +31,-1.5451475,0.740980426,227,-1.393445434,0.6308995063,636.79590011 +32,-1.543097679,0.7409798872,227,-1.393445434,0.6308995063,632.24225644 +33,-1.540720364,0.7409892687,227,-1.393445434,0.6308995063,627.02406165 +34,-1.547188511,0.7395198392,227,-1.393445434,0.6308995063,637.66070471 +35,-1.545148587,0.7395226109,227,-1.393445434,0.6308995063,633.07637555 +36,-1.543104538,0.7395314908,227,-1.393445434,0.6308995063,628.52690939 +37,-1.540727751,0.7395306258,227,-1.393445434,0.6308995063,623.24489159 +38,-1.547187029,0.7380014886,227,-1.393445434,0.6308995063,633.84752336 +39,-1.545147315,0.7380012252,227,-1.393445434,0.6308995063,629.22200315 +40,-1.54310719,0.7380060743,227,-1.393445434,0.6308995063,624.63656614 +41,-1.540719671,0.7380068206,227,-1.393445434,0.6308995063,619.29437429 +42,-1.547187189,0.7364799098,227,-1.393445434,0.6308995063,630.06413674 +43,-1.545149996,0.7364853874,227,-1.393445434,0.6308995063,625.42450301 +44,-1.543106091,0.7364823484,227,-1.393445434,0.6308995063,620.77615209 +45,-1.540717158,0.7364893901,227,-1.393445434,0.6308995063,615.4061193 +46,-1.538663972,0.7410138672,227,-1.393445434,0.6308995063,622.58681344 +47,-1.53695285,0.7409699132,227,-1.393445434,0.6308995063,618.74805166 +48,-1.534910498,0.7409641297,227,-1.393445434,0.6308995063,614.31763684 +49,-1.533145034,0.7409536636,227,-1.393445434,0.6308995063,610.49853977 +50,-1.538681336,0.7395405883,227,-1.393445434,0.6308995063,618.75723414 +51,-1.536999189,0.7395183096,227,-1.393445434,0.6308995063,615.0113109 +52,-1.534923633,0.7395144222,227,-1.393445434,0.6308995063,610.47981976 +53,-1.533267822,0.7395654306,227,-1.393445434,0.6308995063,607.03279596 +54,-1.53867273,0.7380151077,227,-1.393445434,0.6308995063,614.76614193 +55,-1.536980576,0.7379994392,227,-1.393445434,0.6308995063,610.98707539 +56,-1.534931522,0.7379944961,227,-1.393445434,0.6308995063,606.47537377 +57,-1.533387952,0.7379480264,227,-1.393445434,0.6308995063,602.98397658 +58,-1.538682279,0.7364914363,227,-1.393445434,0.6308995063,610.85360453 +59,-1.536980704,0.7364810563,227,-1.393445434,0.6308995063,607.03829175 +60,-1.534935567,0.7364752065,227,-1.393445434,0.6308995063,602.49744399 +61,-1.533042592,0.7363876366,227,-1.393445434,0.6308995063,598.10561896 +62,-1.545143426,0.7349628011,227,-1.393445434,0.6308995063,621.62359759 +63,-1.543105297,0.7349691947,227,-1.393445434,0.6308995063,616.9774365 +64,-1.541064533,0.7349647152,227,-1.393445434,0.6308995063,612.32627758 +65,-1.545411803,0.7334624714,227,-1.393445434,0.6308995063,618.54804599 +66,-1.543446606,0.7334780896,227,-1.393445434,0.6308995063,614.05435125 +67,-1.541475327,0.7334957295,227,-1.393445434,0.6308995063,609.5782609 +68,-1.545401939,0.731963266,227,-1.393445434,0.6308995063,614.87127022 +69,-1.54342253,0.7319915583,227,-1.393445434,0.6308995063,610.3423555 +70,-1.541455867,0.7320216438,227,-1.393445434,0.6308995063,605.8743882 +71,-1.545410146,0.7304422281,227,-1.393445434,0.6308995063,611.21969702 +72,-1.543435491,0.7304713664,227,-1.393445434,0.6308995063,606.66918935 +73,-1.541463105,0.7304997613,227,-1.393445434,0.6308995063,602.14893156 +74,-1.545414768,0.7289194936,227,-1.393445434,0.6308995063,607.59316335 +75,-1.543435774,0.7289538557,227,-1.393445434,0.6308995063,603.01019341 +76,-1.541457714,0.7289765881,227,-1.393445434,0.6308995063,598.42811028 +77,-1.539449415,0.7320555866,227,-1.393445434,0.6308995063,601.3524882 +78,-1.537429183,0.7321097681,227,-1.393445434,0.6308995063,596.87966293 +79,-1.535472649,0.7321497267,227,-1.393445434,0.6308995063,592.54607398 +80,-1.539457899,0.7305333307,227,-1.393445434,0.6308995063,597.59307924 +81,-1.537453161,0.7305750503,227,-1.393445434,0.6308995063,593.08774149 +82,-1.535479385,0.7306124949,227,-1.393445434,0.6308995063,588.67230987 +83,-1.53946905,0.7290102593,227,-1.393445434,0.6308995063,593.87506432 +84,-1.537459922,0.7290417293,227,-1.393445434,0.6308995063,589.29768321 +85,-1.535451349,0.7290890157,227,-1.393445434,0.6308995063,584.79053183 +86,-1.535522937,0.7279887191,227,-1.393445434,0.6308995063,582.22152465 +87,-1.539442524,0.7274735939,227,-1.393445434,0.6308995063,590.07395091 +88,-1.537424111,0.727521351,227,-1.393445434,0.6308995063,585.47840885 +89,-1.539384641,0.7259505092,227,-1.393445434,0.6308995063,586.2695035 +90,-1.537372391,0.7259947145,227,-1.393445434,0.6308995063,581.64347359 +91,-1.535340789,0.7260435356,227,-1.393445434,0.6308995063,577.01327249 +92,-1.539325716,0.7244369706,227,-1.393445434,0.6308995063,582.52225458 +93,-1.537308932,0.7244801057,227,-1.393445434,0.6308995063,577.84688887 +94,-1.535289068,0.7245247645,227,-1.393445434,0.6308995063,573.1973934 +95,-1.533261366,0.7245550236,227,-1.393445434,0.6308995063,568.52469962 +96,-1.539267302,0.722921924,227,-1.393445434,0.6308995063,578.80993351 +97,-1.537248972,0.7229660258,227,-1.393445434,0.6308995063,574.09686516 +98,-1.535219431,0.7229916471,227,-1.393445434,0.6308995063,569.3422041 +99,-1.53318962,0.7230212049,227,-1.393445434,0.6308995063,564.62575419 +100,-1.531154816,0.7230299897,227,-1.393445434,0.6308995063,559.87712204 +101,-1.528878341,0.7230370244,227,-1.393445434,0.6308995063,554.59335026 +102,-1.539218189,0.7214009878,227,-1.393445434,0.6308995063,575.14443739 +103,-1.537198791,0.7214422745,227,-1.393445434,0.6308995063,570.38542231 +104,-1.535179266,0.7214634354,227,-1.393445434,0.6308995063,565.6071823 +105,-1.533156501,0.7214944644,227,-1.393445434,0.6308995063,560.87335872 +106,-1.53113574,0.7215166021,227,-1.393445434,0.6308995063,556.15254719 +107,-1.528874248,0.7215345535,227,-1.393445434,0.6308995063,550.88832617 +108,-1.539217656,0.7198512397,227,-1.393445434,0.6308995063,571.57033664 +109,-1.537199919,0.7199428763,227,-1.393445434,0.6308995063,566.8937531 +110,-1.545425832,0.727397149,227,-1.393445434,0.6308995063,604.02107256 +111,-1.543371177,0.7273916949,227,-1.393445434,0.6308995063,599.12919588 +112,-1.541368852,0.7274523163,227,-1.393445434,0.6308995063,594.54570545 +113,-1.545349067,0.7258710923,227,-1.393445434,0.6308995063,600.26879384 +114,-1.54332671,0.7258603556,227,-1.393445434,0.6308995063,595.40696978 +115,-1.541346831,0.7259242142,227,-1.393445434,0.6308995063,590.84821411 +116,-1.545324355,0.7243383958,227,-1.393445434,0.6308995063,596.66389576 +117,-1.543292796,0.7243617413,227,-1.393445434,0.6308995063,591.8243479 +118,-1.541295822,0.7244024384,227,-1.393445434,0.6308995063,587.13499233 +119,-1.543193859,0.7205570215,227,-1.393445434,0.6308995063,582.86777309 +120,-1.550257047,0.7386738187,227,-1.393445434,0.6308995063,642.52033771 +121,-1.549335448,0.7311736483,227,-1.393445434,0.6308995063,622.20767259 +122,-1.533478843,0.7179891343,227,-1.393445434,0.6308995063,553.37167891 +123,-1.556150555,0.738907041,227,-1.393445434,0.6308995063,656.66906786 +124,-1.554324226,0.733414257,227,-1.393445434,0.6308995063,639.29739637 +125,-1.554290846,0.7288285332,227,-1.393445434,0.6308995063,628.60704221 +126,-1.55122487,0.7219795312,227,-1.393445434,0.6308995063,605.79664885 +127,-1.525104458,0.7229399862,227,-1.393445434,0.6308995063,545.64597867 +128,-1.519607711,0.7236181429,227,-1.393445434,0.6308995063,534.92060475 +129,-1.513899999,0.7251107854,227,-1.393445434,0.6308995063,526.28088046 +130,-1.536620762,0.7431061895,227,-1.393445434,0.6308995063,623.73722605 +131,-1.5369566,0.7460845958,227,-1.393445434,0.6308995063,632.50828646 +132,-1.545345528,0.7447040685,227,-1.393445434,0.6308995063,646.87178461 +133,-1.532813921,0.7432306626,227,-1.393445434,0.6308995063,615.97450612 +134,-1.554788248,0.7382381001,227,-1.393445434,0.6308995063,651.8911655 +135,-1.540348126,0.7301594274,227,-1.393445434,0.6308995063,598.73006985 +136,-1.538016084,0.7239051786,227,-1.393445434,0.6308995063,578.14938869 +137,-1.525288962,0.7258085137,227,-1.393445434,0.6308995063,553.35410918 +138,-1.534326986,0.731241342,227,-1.393445434,0.6308995063,587.64762526 +139,-1.530733872,0.7303625216,227,-1.393445434,0.6308995063,577.30462367 +141,-1.534354939,0.7328219978,227,-1.393445434,0.6308995063,591.74642965 +142,-1.53157084,0.7292888153,227,-1.393445434,0.6308995063,576.4468473 +143,-1.525691035,0.7263799874,227,-1.393445434,0.6308995063,555.7276105 +144,-1.534031287,0.7495967835,227,-1.393445434,0.6308995063,636.1145539 +145,-1.527714986,0.7283095957,227,-1.393445434,0.6308995063,565.24387365 +146,-1.526189586,0.7271468292,227,-1.393445434,0.6308995063,558.82178482 +147,-1.555177336,0.7375563366,227,-1.393445434,0.6308995063,651.15098612 +148,-1.555080283,0.7312707794,227,-1.393445434,0.6308995063,636.10580819 +149,-1.53856994,0.7224180299,227,-1.393445434,0.6308995063,575.95856148 +150,-1.530837883,0.729933372,227,-1.393445434,0.6308995063,576.43725882 +151,-1.515066984,0.5854133365,227,-1.393445434,0.6308995063,434.33633765 +152,-1.534731633,0.5368370046,227,-1.393445434,0.6308995063,596.95293001 +153,-1.515231902,0.5607085576,227,-1.393445434,0.6308995063,486.31657168 +154,-2.616253799,1.0684566605,227,-1.393445434,0.6308995063,3421.3789645 +155,-1.956071439,0.5792177723,227,-1.393445434,0.6308995063,1835.8886887 +156,-1.951208514,0.5602434208,227,-1.393445434,0.6308995063,1841.783034 +157,-1.944675062,0.6062144545,227,-1.393445434,0.6308995063,1773.7324527 +158,-1.613778386,0.6077989518,227,-1.393445434,0.6308995063,715.97832664 +159,-2.035029014,0.6021432345,227,-1.393445434,0.6308995063,2064.2072315 +160,-2.114989471,0.6801825058,227,-1.393445434,0.6308995063,2254.6119398 +161,-2.037382079,0.5765830025,227,-1.393445434,0.6308995063,2098.1441627 +162,-2.129855121,0.6585019963,227,-1.393445434,0.6308995063,2314.1629079 +163,-2.075141798,0.6493615843,227,-1.393445434,0.6308995063,2151.3832037 +164,-1.828626729,0.6948433129,227,-1.393445434,0.6308995063,1377.4356901 +165,-1.863329418,0.6735427691,227,-1.393445434,0.6308995063,1483.4335821 +166,-1.266037071,0.727988852,227,-1.393445434,0.6308995063,549.16370638 +167,-1.277579582,0.7249010648,227,-1.393445434,0.6308995063,515.83623853 +168,-1.258418684,0.7241194816,227,-1.393445434,0.6308995063,556.34342277 +169,-1.317813974,0.6804850104,227,-1.393445434,0.6308995063,308.08687548 +170,-1.344165204,0.6790988904,227,-1.393445434,0.6308995063,245.76141811 +171,-1.427582102,0.5277120351,227,-1.393445434,0.6308995063,424.06849445 +172,-1.402238616,0.457167829,227,-1.393445434,0.6308995063,688.79275791 +173,-1.422454264,0.4996161999,227,-1.393445434,0.6308995063,528.95992624 +174,-1.439089277,0.4894859811,227,-1.393445434,0.6308995063,580.62685845 +175,-1.448126995,0.5182330266,227,-1.393445434,0.6308995063,481.80268514 +176,-1.474626146,0.5881926574,227,-1.393445434,0.6308995063,313.18831137 +177,-1.421139645,0.5584869783,227,-1.393445434,0.6308995063,300.85996802 +178,-1.457037165,0.565943032,227,-1.393445434,0.6308995063,330.86313419 +179,-2.757159358,0.3745319,227,-1.393445434,0.6308995063,4719.3327237 +180,-2.714309238,0.342054471,227,-1.393445434,0.6308995063,4652.1651334 +181,-2.000525337,0.774119946,227,-1.393445434,0.6308995063,1904.7342027 +183,-1.571413436,0.6777838382,227,-1.393445434,0.6308995063,588.95620174 +184,-1.552860289,0.6987663893,227,-1.393445434,0.6308995063,564.59052983 +185,-1.521852374,0.7165827476,227,-1.393445434,0.6308995063,522.31494696 +186,-1.503656267,0.6928968252,227,-1.393445434,0.6308995063,422.77129845 +187,-1.502753178,0.7136205882,227,-1.393445434,0.6308995063,471.0464778 +188,-1.631894563,0.7343596465,227,-1.393445434,0.6308995063,838.19174048 +189,-1.653765416,0.6770714026,227,-1.393445434,0.6308995063,837.52263685 +190,-1.719812114,0.6715965947,227,-1.393445434,0.6308995063,1038.8517568 +191,-1.493406659,0.6646955447,227,-1.393445434,0.6308995063,342.85821714 +192,-1.469120564,0.6613469966,227,-1.393445434,0.6308995063,267.9560812 +193,-1.590551461,0.5326612937,227,-1.393445434,0.6308995063,758.74878404 +194,-1.625979264,0.5247742243,227,-1.393445434,0.6308995063,877.43017364 +195,-1.572293943,0.5238808754,227,-1.393445434,0.6308995063,728.68388493 +196,-1.610848725,0.5477107964,227,-1.393445434,0.6308995063,787.24190527 +197,-1.208485554,0.7918526018,227,-1.393445434,0.6308995063,843.73132061 +198,-1.335601374,0.6869083083,227,-1.393445434,0.6308995063,286.37085806 +199,-1.346156996,0.6825213377,227,-1.393445434,0.6308995063,252.59107068 +200,-1.324381037,0.6741422347,227,-1.393445434,0.6308995063,276.690014 +201,-1.242424992,0.7378949807,227,-1.393445434,0.6308995063,627.41461117 +202,-1.270370057,0.7392461008,227,-1.393445434,0.6308995063,571.1395075 +203,-1.448950472,0.7441675014,227,-1.393445434,0.6308995063,479.64884241 +204,-1.492662363,0.7523026852,227,-1.393445434,0.6308995063,567.88594754 +205,-1.479098966,0.7763855017,227,-1.393445434,0.6308995063,631.36245225 +206,-1.633760714,0.7869022408,227,-1.393445434,0.6308995063,948.39615678 +207,-1.647406434,0.8101289331,227,-1.393445434,0.6308995063,1033.9293005 +208,-1.564245052,0.5701509278,227,-1.393445434,0.6308995063,607.43784572 +209,-1.646289963,0.6833746083,227,-1.393445434,0.6308995063,818.72445751 +210,-1.5820631,0.6751952144,227,-1.393445434,0.6308995063,618.34113623 +211,-1.613236298,0.6681681791,227,-1.393445434,0.6308995063,708.24316964 +212,-1.914661867,0.8212566515,227,-1.393445434,0.6308995063,1704.0004229 +213,-1.742133237,0.7250275956,227,-1.393445434,0.6308995063,1135.3460218 +214,-2.033144872,0.6557314699,227,-1.393445434,0.6308995063,2016.8736125 +215,-2.039551981,0.6964723658,227,-1.393445434,0.6308995063,2018.092825 +216,-1.247341019,0.7622473908,227,-1.393445434,0.6308995063,683.15977435 +217,-1.298239787,0.7084123392,227,-1.393445434,0.6308995063,426.06797484 +218,-1.308539688,0.6926545592,227,-1.393445434,0.6308995063,360.76143126 +219,-1.303263185,0.6888938396,227,-1.393445434,0.6308995063,363.7758303 +220,-1.852400229,0.6004246149,227,-1.393445434,0.6308995063,1484.5036057 +221,-1.288947707,0.7473773692,227,-1.393445434,0.6308995063,560.82627006 +222,-1.372031502,0.7472790993,227,-1.393445434,0.6308995063,465.5891789 +223,-1.289805721,0.7242157877,227,-1.393445434,0.6308995063,488.53239965 +224,-1.350807603,0.7533498126,227,-1.393445434,0.6308995063,502.08648636 +225,-1.329290365,0.7560442322,227,-1.393445434,0.6308995063,532.68095729 +226,-1.410153004,0.616936428,227,-1.393445434,0.6308995063,77.09478182 +227,-1.393445434,0.6308995063,227,-1.393445434,0.6308995063,35.711521688 +228,-1.37595573,0.6241540638,227,-1.393445434,0.6308995063,62.117647828 +229,-1.358388707,0.6172645205,227,-1.393445434,0.6308995063,124.95503819 +230,-1.753741133,0.8281661666,227,-1.393445434,0.6308995063,1313.1913447 +231,-1.47430987,0.6834615681,227,-1.393445434,0.6308995063,328.02482862 +232,-1.421012508,0.7222725206,227,-1.393445434,0.6308995063,371.78757545 +233,-1.4476833,0.6978557868,227,-1.393445434,0.6308995063,314.50582338 +234,-1.470370723,0.6966193374,227,-1.393445434,0.6308995063,353.97534315 +235,-1.429211703,0.7037216883,227,-1.393445434,0.6308995063,309.14361738 +236,-1.700578405,0.6178673663,227,-1.393445434,0.6308995063,987.01819989 +237,-1.678117619,0.6331716163,227,-1.393445434,0.6308995063,908.73336151 +238,-1.725644578,0.6316331145,227,-1.393445434,0.6308995063,1060.544255 +239,-2.14012759,0.7930497945,227,-1.393445434,0.6308995063,2299.738745 +240,-2.103289431,0.7653606263,227,-1.393445434,0.6308995063,2195.1689826 +241,-1.318739838,0.7017808746,227,-1.393445434,0.6308995063,364.49998194 +242,-1.396417427,0.7077900843,227,-1.393445434,0.6308995063,304.7032695 +243,-1.35650337,0.7185539404,227,-1.393445434,0.6308995063,365.48396828 +244,-1.248884539,0.7274156818,227,-1.393445434,0.6308995063,586.57694897 +245,-1.395014798,0.5761185243,227,-1.393445434,0.6308995063,217.04778654 +246,-1.433377362,0.6064716109,227,-1.393445434,0.6308995063,161.1283206 +247,-1.408172432,0.5903155476,227,-1.393445434,0.6308995063,167.70481477 +248,-1.749645898,0.7757118084,227,-1.393445434,0.6308995063,1214.6973491 +249,-1.571626686,0.615046989,227,-1.393445434,0.6308995063,576.35079601 +250,-1.514070049,0.6303003037,227,-1.393445434,0.6308995063,385.82771613 +251,-1.480890369,0.6237966528,227,-1.393445434,0.6308995063,281.79184649 +252,-1.704390658,0.5281680612,227,-1.393445434,0.6308995063,1105.8441488 +253,-1.64434733,0.5254277498,227,-1.393445434,0.6308995063,929.88939376 +254,-1.703855997,0.4792484842,227,-1.393445434,0.6308995063,1202.3934197 +255,-1.692002383,0.5748825051,227,-1.393445434,0.6308995063,997.60341785 +256,-1.854136457,0.5544643913,227,-1.393445434,0.6308995063,1538.5436159 +257,-1.665021206,0.520317736,227,-1.393445434,0.6308995063,1001.3803 +258,-1.733654349,0.4845187345,227,-1.393445434,0.6308995063,1278.6123293 +259,-1.720938188,0.5135933906,227,-1.393445434,0.6308995063,1182.778977 +260,-1.742668307,0.553296122,227,-1.393445434,0.6308995063,1185.8202055 +261,-1.965659039,0.7142126903,227,-1.393445434,0.6308995063,1792.5337295 +262,-1.944438071,0.6772834804,227,-1.393445434,0.6308995063,1733.0974373 +263,-1.270340967,0.7681487096,227,-1.393445434,0.6308995063,658.78340641 +264,-1.353091884,0.6549276821,227,-1.393445434,0.6308995063,159.44034776 +265,-1.333236659,0.6413584414,227,-1.393445434,0.6308995063,196.24923074 +266,-1.352015998,0.6753788907,227,-1.393445434,0.6308995063,219.12732053 +267,-1.377988483,0.6577816235,227,-1.393445434,0.6308995063,117.19051152 +268,-2.13075611,0.8318642051,227,-1.393445434,0.6308995063,2281.6983321 +269,-2.097910953,0.8259670014,227,-1.393445434,0.6308995063,2192.0356544 +270,-1.416382069,0.6694271549,227,-1.393445434,0.6308995063,168.87000177 +271,-1.538905672,0.7535625993,227,-1.393445434,0.6308995063,657.19511217 +272,-1.572309477,0.7803125099,227,-1.393445434,0.6308995063,799.41370005 +273,-1.87759879,0.7503853417,227,-1.393445434,0.6308995063,1543.9550119 +274,1.152365588,0.590457682,227,-1.393445434,0.6308995063,7128.176332 +275,0.350198001,0.718001859,227,-1.393445434,0.6308995063,5083.4826807 +276,0.046513677,0.491503852,227,-1.393445434,0.6308995063,4715.2542013 +277,0.027510309,0.742571376,227,-1.393445434,0.6308995063,4204.1148941 +278,0.306285725,-0.214631579,227,-1.393445434,0.6308995063,7129.3001408 +279,-1.100564889,0.318051531,227,-1.393445434,0.6308995063,1607.2502303 +280,-1.078582306,0.301437596,227,-1.393445434,0.6308995063,1709.4600272 +281,-1.137371989,-0.617634065,227,-1.393445434,0.6308995063,5034.7554956 +282,0.784356344,0.703272339,227,-1.393445434,0.6308995063,6102.431547 +283,-1.221209947,0.218327455,227,-1.393445434,0.6308995063,1745.8426145 +284,2.347301921,-0.449114658,227,-1.393445434,0.6308995063,10298.035894 +285,0.246820618,0.830553713,227,-1.393445434,0.6308995063,4601.8405741 +286,0.829414965,0.703288228,227,-1.393445434,0.6308995063,6191.2457505 +287,-1.337537566,0.42332223,227,-1.393445434,0.6308995063,844.03669737 +288,0.882453706,0.454478077,227,-1.393445434,0.6308995063,7065.1352875 +289,1.575629659,0.416419109,227,-1.393445434,0.6308995063,8245.4641129 +290,-1.039455679,0.229888244,227,-1.393445434,0.6308995063,2026.8159939 +291,0.489558039,0.934482747,227,-1.393445434,0.6308995063,4902.2381719 +292,0.081344504,0.88384514,227,-1.393445434,0.6308995063,4124.2711386 +293,-1.547979814,0.300350308,227,-1.393445434,0.6308995063,1417.2146037 +294,0.040776181,0.168560074,227,-1.393445434,0.6308995063,5394.6427534 +295,-1.130374745,0.563894876,227,-1.393445434,0.6308995063,900.37753393 +296,1.578326642,0.478507176,227,-1.393445434,0.6308995063,8004.0057178 +297,-1.12861823,-0.291640865,227,-1.393445434,0.6308995063,3786.5100257 +298,0.310524208,0.770885792,227,-1.393445434,0.6308995063,4872.6201591 +299,0.415649091,-0.387246002,227,-1.393445434,0.6308995063,7848.7185388 +300,-0.926533878,-0.188022748,227,-1.393445434,0.6308995063,3682.4162702 +301,1.258856172,-0.11716081,227,-1.393445434,0.6308995063,9745.6061393 +302,-1.126050026,0.322941926,227,-1.393445434,0.6308995063,1536.093642 +303,2.002785835,0.07893892,227,-1.393445434,0.6308995063,9477.8733485 +304,0.440437607,0.746258085,227,-1.393445434,0.6308995063,5236.2993571 +305,-0.030391866,0.214441206,227,-1.393445434,0.6308995063,5063.6976594 +306,0.521557815,-0.058929362,227,-1.393445434,0.6308995063,7456.9033471 +307,-0.097005111,0.13317729,227,-1.393445434,0.6308995063,5035.1131112 +308,1.83113859,0.221857587,227,-1.393445434,0.6308995063,9051.840471 +309,0.222428864,0.099404236,227,-1.393445434,0.6308995063,6133.4645481 +310,-1.702731345,0.8728568183,227,-1.393445434,0.6308995063,1304.6111232 +311,-0.418507569,0.278324921,227,-1.393445434,0.6308995063,3683.8594313 +312,-1.41153306,0.339029988,227,-1.393445434,0.6308995063,1157.8087134 +313,0.357560442,0.114788776,227,-1.393445434,0.6308995063,6524.1162826 +314,0.325818979,0.268352149,227,-1.393445434,0.6308995063,6058.5748918 +315,-1.246004659,-0.663679965,227,-1.393445434,0.6308995063,5156.2141788 +316,1.814603087,0.637404484,227,-1.393445434,0.6308995063,7414.153961 +317,1.843704281,-0.18300445,227,-1.393445434,0.6308995063,10636.88785 +318,1.690644492,-0.211480909,227,-1.393445434,0.6308995063,10769.88415 +319,-1.275451936,0.068109467,227,-1.393445434,0.6308995063,2270.457615 +320,0.762430171,-0.207594741,227,-1.393445434,0.6308995063,8566.5153235 +321,0.265668905,-0.014647884,227,-1.393445434,0.6308995063,6538.5721794 +322,-2.773032013,-0.335515811,227,-1.393445434,0.6308995063,6417.3346057 +323,-1.469512853,0.174058777,227,-1.393445434,0.6308995063,1830.0887786 +324,0.286276986,0.785925691,227,-1.393445434,0.6308995063,4783.2254 +325,-1.379324697,0.377432233,227,-1.393445434,0.6308995063,1005.1653173 +326,-1.203778265,0.212813032,227,-1.393445434,0.6308995063,1789.1199106 +327,0.579916301,0.611743168,227,-1.393445434,0.6308995063,5905.6119078 +328,0.267582642,0.868113908,227,-1.393445434,0.6308995063,4578.4414891 +329,0.412869244,-0.050245578,227,-1.393445434,0.6308995063,7091.6625013 +330,0.17524381,0.976660285,227,-1.393445434,0.6308995063,4194.72258 +331,0.743157214,0.204812899,227,-1.393445434,0.6308995063,7444.9256611 +332,-1.070758176,0.269382282,227,-1.393445434,0.6308995063,1829.7694272 +333,-1.230364251,0.329790229,227,-1.393445434,0.6308995063,1321.3690501 +334,-1.374813124,-0.024926835,227,-1.393445434,0.6308995063,2598.6381337 +335,0.519780566,0.463669906,227,-1.393445434,0.6308995063,6137.552213 +336,-1.55108034,0.239698561,227,-1.393445434,0.6308995063,1647.6438421 +337,0.180294813,0.029739425,227,-1.393445434,0.6308995063,6161.8585478 +338,0.67820924,0.268170153,227,-1.393445434,0.6308995063,7090.7372279 +339,0.445798684,1.024001867,227,-1.393445434,0.6308995063,4624.2449906 +340,0.691751283,0.150521402,227,-1.393445434,0.6308995063,7446.9015978 +341,-1.036643551,-0.903056181,227,-1.393445434,0.6308995063,6200.7691546 +342,-0.120287036,1.083325163,227,-1.393445434,0.6308995063,3511.6566401 +343,2.823513113,-0.304487164,227,-1.393445434,0.6308995063,8495.9357642 +344,0.457583172,1.12513373,227,-1.393445434,0.6308995063,4434.9874758 +345,0.042918831,0.813795399,227,-1.393445434,0.6308995063,4133.751462 +346,1.196146777,-0.853142756,227,-1.393445434,0.6308995063,10626.107902 +347,0.206001358,-0.010430701,227,-1.393445434,0.6308995063,6337.9324144 +348,-0.268308653,0.234799412,227,-1.393445434,0.6308995063,4257.9692576 +349,0.759363263,0.736189579,227,-1.393445434,0.6308995063,5955.7573568 +350,0.181363926,0.891988372,227,-1.393445434,0.6308995063,4341.6222424 +351,-0.021111158,0.139103292,227,-1.393445434,0.6308995063,5264.1225511 +352,-0.093355215,0.630686981,227,-1.393445434,0.6308995063,4045.4497893 +353,0.40118964,0.681375926,227,-1.393445434,0.6308995063,5293.2272653 +354,-0.721197315,1.304706234,227,-1.393445434,0.6308995063,2949.9872304 +355,-1.076150317,0.212107639,227,-1.393445434,0.6308995063,2008.4625258 +356,-1.577164531,0.273993443,227,-1.393445434,0.6308995063,1555.2708143 +357,-0.190788414,0.182208586,227,-1.393445434,0.6308995063,4623.498379 +358,-0.261349752,0.209710184,227,-1.393445434,0.6308995063,4336.26282 +359,-1.029303852,0.083549259,227,-1.393445434,0.6308995063,2541.3493996 +360,-1.268609162,0.330525297,227,-1.393445434,0.6308995063,1266.9322979 +361,1.282982244,-0.926641967,227,-1.393445434,0.6308995063,10703.897293 +362,0.217352334,0.731352408,227,-1.393445434,0.6308995063,4720.9806036 +363,-1.511833084,0.258629297,227,-1.393445434,0.6308995063,1532.9664445 +364,0.338812194,0.823184618,227,-1.393445434,0.6308995063,4829.6502582 +365,-0.324406489,1.134201999,227,-1.393445434,0.6308995063,3157.4013355 +366,1.389579348,0.399185724,227,-1.393445434,0.6308995063,8148.4675603 +367,2.047152199,-0.039082036,227,-1.393445434,0.6308995063,9856.4175004 +368,0.947780369,0.568250077,227,-1.393445434,0.6308995063,6844.5858327 +369,0.763824846,0.576754987,227,-1.393445434,0.6308995063,6431.7169416 +370,-0.142334657,0.928153068,227,-1.393445434,0.6308995063,3551.3363947 +371,0.610266567,0.547265983,227,-1.393445434,0.6308995063,6151.9796622 +372,0.210731629,0.746815056,227,-1.393445434,0.6308995063,4673.9784082 +373,-1.34931644,0.316895224,227,-1.393445434,0.6308995063,1253.3149316 +374,2.407696481,0.655030745,227,-1.393445434,0.6308995063,6805.2013315 +375,0.64207831,0.545359131,227,-1.393445434,0.6308995063,6235.4906487 +376,1.174597538,0.840588356,227,-1.393445434,0.6308995063,6273.2417829 +377,0.660059424,0.010604079,227,-1.393445434,0.6308995063,7716.9902571 +378,-0.730263819,0.010486456,227,-1.393445434,0.6308995063,3458.169934 +379,0.831068936,0.512339172,227,-1.393445434,0.6308995063,6773.7085132 +380,1.301180979,0.72367476,227,-1.393445434,0.6308995063,6838.7483304 +381,1.811128231,0.322854402,227,-1.393445434,0.6308995063,8658.6605368 +382,0.435105812,0.992284428,227,-1.393445434,0.6308995063,4672.2127894 +383,0.62643634,0.592027932,227,-1.393445434,0.6308995063,6070.3022459 +384,0.492988703,-0.516339467,227,-1.393445434,0.6308995063,8338.1378985 +385,-0.162469483,0.112549365,227,-1.393445434,0.6308995063,4874.2905212 +386,0.314630866,0.472006421,227,-1.393445434,0.6308995063,5546.1648418 +387,0.166744804,0.822815954,227,-1.393445434,0.6308995063,4425.0639862 +388,0.417159608,0.965805736,227,-1.393445434,0.6308995063,4694.6709862 +389,0.106334961,0.868774244,227,-1.393445434,0.6308995063,4205.3888904 +390,0.815086969,-0.338144359,227,-1.393445434,0.6308995063,9020.6203354 +391,0.59867455,-0.230624824,227,-1.393445434,0.6308995063,8098.9257764 +392,1.915104874,0.066220985,227,-1.393445434,0.6308995063,9614.1334496 +393,1.278093622,0.064463721,227,-1.393445434,0.6308995063,9186.1088421 +394,-0.061477853,0.302997961,227,-1.393445434,0.6308995063,4770.2985852 +395,0.251311504,0.626976942,227,-1.393445434,0.6308995063,5024.3456727 +396,2.950242872,0.149095644,227,-1.393445434,0.6308995063,7020.208683 +397,-0.180294708,0.35375117,227,-1.393445434,0.6308995063,4285.9994707 +398,1.010448592,-0.351180233,227,-1.393445434,0.6308995063,9666.044273 +399,-1.748740498,0.3686318073,227,-1.393445434,0.6308995063,1607.6495028 +400,2.699635665,0.123533791,227,-1.393445434,0.6308995063,7819.4719921 +401,0.496808033,0.823843254,227,-1.393445434,0.6308995063,5177.9147268 +402,0.129574704,0.763364087,227,-1.393445434,0.6308995063,4436.3552085 +403,1.798920311,0.817447563,227,-1.393445434,0.6308995063,6704.1049315 +404,0.335987953,0.746786541,227,-1.393445434,0.6308995063,4985.6237578 +405,-1.085413643,0.292154671,227,-1.393445434,0.6308995063,1723.9199113 +406,-0.155321003,0.508207011,227,-1.393445434,0.6308995063,4067.8241038 +407,0.620529244,-0.301175104,227,-1.393445434,0.6308995063,8321.8373135 +408,1.684402744,0.368716966,227,-1.393445434,0.6308995063,8477.168978 +409,0.300582244,-0.386397212,227,-1.393445434,0.6308995063,7488.0588954 +410,2.913555946,-0.009225192,227,-1.393445434,0.6308995063,7528.3915847 +411,1.465101417,0.493232532,227,-1.393445434,0.6308995063,7867.7670133 +412,0.090612882,0.907955955,227,-1.393445434,0.6308995063,4111.2112688 +413,2.987564726,-0.729568594,227,-1.393445434,0.6308995063,8716.7579672 +414,-1.484261606,0.224149272,227,-1.393445434,0.6308995063,1643.3175276 +415,0.164073421,0.303955133,227,-1.393445434,0.6308995063,5477.7336782 +416,0.141441293,0.167552546,227,-1.393445434,0.6308995063,5717.6854491 +417,2.931321023,-0.506718887,227,-1.393445434,0.6308995063,8543.5875656 +418,2.21951565,0.700596356,227,-1.393445434,0.6308995063,6897.3963087 +419,0.268112576,1.199114336,227,-1.393445434,0.6308995063,4041.8626184 +420,0.978913739,0.359223811,227,-1.393445434,0.6308995063,7578.147484 +421,1.210898818,0.522863584,227,-1.393445434,0.6308995063,7455.7841397 +422,2.347397336,0.129231362,227,-1.393445434,0.6308995063,8698.147815 +423,0.614394501,0.556878345,227,-1.393445434,0.6308995063,6136.2542404 +424,-1.398079356,0.148483366,227,-1.393445434,0.6308995063,1910.9235394 +425,2.535303836,-0.112984496,227,-1.393445434,0.6308995063,8936.1262066 +426,-1.019372593,-0.405322349,227,-1.393445434,0.6308995063,4336.7961557 +427,-1.297785627,-0.160104069,227,-1.393445434,0.6308995063,3153.4164748 +428,2.144554488,0.205051084,227,-1.393445434,0.6308995063,8816.4151957 +429,-2.242387083,-0.426171285,227,-1.393445434,0.6308995063,5253.7293383 +430,0.338637212,0.909723676,227,-1.393445434,0.6308995063,4652.25527 +431,-0.148798452,0.691042401,227,-1.393445434,0.6308995063,3793.8774102 +432,0.893524764,0.441829531,227,-1.393445434,0.6308995063,7128.9445847 +433,0.969229347,-0.368847936,227,-1.393445434,0.6308995063,9573.304211 +434,0.436043248,0.800045688,227,-1.393445434,0.6308995063,5100.8943397 +435,1.687946607,1.081504775,227,-1.393445434,0.6308995063,5658.2642373 +436,0.522302046,-0.034889271,227,-1.393445434,0.6308995063,7401.7082888 +437,-0.178996113,-0.438090009,227,-1.393445434,0.6308995063,6202.6513346 +438,-1.094339566,0.301444068,227,-1.393445434,0.6308995063,1674.3336111 +439,-1.064070054,0.242569932,227,-1.393445434,0.6308995063,1931.8362167 +440,-1.068153768,0.230387998,227,-1.393445434,0.6308995063,1963.4886672 +441,-3.00496892,-0.23989155,227,-1.393445434,0.6308995063,6906.9760697 +442,0.21751974,0.766874888,227,-1.393445434,0.6308995063,4652.4093524 +443,0.117229532,0.007619006,227,-1.393445434,0.6308995063,6011.8477289 +444,0.777758451,0.420554741,227,-1.393445434,0.6308995063,6921.2624942 +445,-0.252356999,0.250747086,227,-1.393445434,0.6308995063,4273.7365514 +446,0.363148444,0.768483434,227,-1.393445434,0.6308995063,5003.6545707 +447,0.903191366,-0.118210676,227,-1.393445434,0.6308995063,8779.8219918 +448,-0.205755923,0.149406178,227,-1.393445434,0.6308995063,4650.9858806 +449,1.811996086,0.02364353,227,-1.393445434,0.6308995063,9840.519901 +450,-1.100670221,0.314845373,227,-1.393445434,0.6308995063,1617.2816892 +451,0.340078597,0.850105132,227,-1.393445434,0.6308995063,4776.4994656 +452,0.258757267,0.804969236,227,-1.393445434,0.6308995063,4679.3470701 +453,2.78505352,-0.155160804,227,-1.393445434,0.6308995063,8282.8554507 +454,0.800551619,0.105822106,227,-1.393445434,0.6308995063,7879.4021322 +455,0.437940882,-0.506194031,227,-1.393445434,0.6308995063,8150.8650634 +456,2.230431122,0.63458615,227,-1.393445434,0.6308995063,7126.6026755 +457,0.527965361,0.127667701,227,-1.393445434,0.6308995063,7019.4816545 +458,-0.063643205,0.702093448,227,-1.393445434,0.6308995063,4018.2120999 +459,1.408447268,0.133010502,227,-1.393445434,0.6308995063,9164.4062779 +460,0.523795955,0.280266966,227,-1.393445434,0.6308995063,6619.9877378 +461,-0.975769313,0.072177659,227,-1.393445434,0.6308995063,2686.3909183 +462,0.549774164,-0.463663986,227,-1.393445434,0.6308995063,8418.7344834 +463,0.29245874,1.095549818,227,-1.393445434,0.6308995063,4229.4966769 +464,0.143625958,0.816809593,227,-1.393445434,0.6308995063,4379.1207189 +465,0.671902494,0.611159853,227,-1.393445434,0.6308995063,6124.5190435 +466,1.239840988,0.6724199,227,-1.393445434,0.6308995063,6956.6608899 +467,0.607829703,-0.10932137,227,-1.393445434,0.6308995063,7848.9997702 +468,1.763020906,0.263996692,227,-1.393445434,0.6308995063,8898.7268973 +469,0.378714634,0.726066797,227,-1.393445434,0.6308995063,5135.4596346 +470,2.196736143,-0.153862366,227,-1.393445434,0.6308995063,9957.7233112 +471,0.01702415,0.148991565,227,-1.393445434,0.6308995063,5363.4359967 +472,-2.998490902,-0.158002487,227,-1.393445434,0.6308995063,6698.8715921 +473,-3.051262951,-0.346595608,227,-1.393445434,0.6308995063,7289.9721963 +474,-1.069176439,0.182802941,227,-1.393445434,0.6308995063,2122.0671589 +475,0.167157509,0.595344954,227,-1.393445434,0.6308995063,4857.8422835 +476,0.613855648,0.681746124,227,-1.393445434,0.6308995063,5798.7680545 +477,1.037012736,0.682555367,227,-1.393445434,0.6308995063,6629.1952332 +478,-1.253574971,0.379755746,227,-1.393445434,0.6308995063,1105.5019348 +479,3.108590453,-0.132620738,227,-1.393445434,0.6308995063,7202.8771782 +480,0.565301296,0.022333262,227,-1.393445434,0.6308995063,7396.5518046 +481,0.547898238,0.855555614,227,-1.393445434,0.6308995063,5206.532521 +482,0.948309381,0.417393755,227,-1.393445434,0.6308995063,7326.4641336 +483,-0.050600732,0.945269213,227,-1.393445434,0.6308995063,3746.6344004 +484,-0.977651478,-0.572363064,227,-1.393445434,0.6308995063,5008.89661 +485,1.102014914,0.728861163,227,-1.393445434,0.6308995063,6571.1515732 +486,2.927300795,-0.282939414,227,-1.393445434,0.6308995063,8118.172639 +487,-1.154565557,0.124434095,227,-1.393445434,0.6308995063,2184.7007289 +488,1.855331234,0.291044755,227,-1.393445434,0.6308995063,8770.0055839 +489,0.830290659,0.276904518,227,-1.393445434,0.6308995063,7473.0187201 +490,0.485104466,-0.234867441,227,-1.393445434,0.6308995063,7745.21049 +491,0.521367572,-0.33161327,227,-1.393445434,0.6308995063,8068.7922545 +1,-1.539031704,0.7349710123,228,-1.37595573,0.6241540638,666.43781619 +2,-1.536990553,0.7349663874,228,-1.37595573,0.6241540638,661.72052842 +3,-1.534951779,0.7349571355,228,-1.37595573,0.6241540638,657.02296333 +4,-1.532906461,0.7349480293,228,-1.37595573,0.6241540638,652.33698752 +5,-1.531320211,0.7346937278,228,-1.37595573,0.6241540638,648.09696315 +6,-1.539451648,0.7335131775,228,-1.37595573,0.6241540638,663.86644318 +7,-1.537429487,0.7335445708,228,-1.37595573,0.6241540638,659.24458118 +8,-1.535484998,0.7335658704,228,-1.37595573,0.6241540638,654.80338054 +9,-1.533488396,0.7336036027,228,-1.37595573,0.6241540638,650.30821744 +10,-1.531497785,0.7335842962,228,-1.37595573,0.6241540638,645.71102792 +11,-1.530259379,0.7334777758,228,-1.37595573,0.6241540638,642.62570782 +12,-1.5335454,0.7322346912,228,-1.37595573,0.6241540638,647.05274553 +13,-1.531489083,0.7322238773,228,-1.37595573,0.6241540638,642.29618242 +14,-1.530011122,0.7321679851,228,-1.37595573,0.6241540638,638.77375004 +15,-1.53348106,0.7306614094,228,-1.37595573,0.6241540638,643.04574686 +16,-1.531441779,0.7306962275,228,-1.37595573,0.6241540638,638.40695752 +17,-1.529755654,0.7306933243,228,-1.37595573,0.6241540638,634.51425268 +18,-1.533415048,0.7291384674,228,-1.37595573,0.6241540638,639.19153118 +19,-1.531392093,0.7291705353,228,-1.37595573,0.6241540638,634.55027493 +20,-1.529296523,0.7291214933,228,-1.37595573,0.6241540638,629.56882563 +21,-1.535280942,0.727267644,228,-1.37595573,0.6241540638,639.10744295 +22,-1.533378158,0.7276139666,228,-1.37595573,0.6241540638,635.43541924 +23,-1.531340368,0.7276446587,228,-1.37595573,0.6241540638,630.72211472 +24,-1.528960113,0.7276398177,228,-1.37595573,0.6241540638,625.15229846 +25,-1.533313146,0.7260818349,228,-1.37595573,0.6241540638,631.62936803 +26,-1.531259555,0.7260958115,228,-1.37595573,0.6241540638,626.80462019 +27,-1.528926415,0.7260865555,228,-1.37595573,0.6241540638,621.295108 +28,-1.531226779,0.7245511789,228,-1.37595573,0.6241540638,623.04631022 +29,-1.528904772,0.7245519194,228,-1.37595573,0.6241540638,617.54772425 +30,-1.547195875,0.7409785979,228,-1.37595573,0.6241540638,699.9499988 +31,-1.5451475,0.740980426,228,-1.37595573,0.6241540638,695.25805923 +32,-1.543097679,0.7409798872,228,-1.37595573,0.6241540638,690.5819554 +33,-1.540720364,0.7409892687,228,-1.37595573,0.6241540638,685.21582536 +34,-1.547188511,0.7395198392,228,-1.37595573,0.6241540638,696.37976251 +35,-1.545148587,0.7395226109,228,-1.37595573,0.6241540638,691.679441 +36,-1.543104538,0.7395314908,228,-1.37595573,0.6241540638,687.00938639 +37,-1.540727751,0.7395306258,228,-1.37595573,0.6241540638,681.58335033 +38,-1.547187029,0.7380014886,228,-1.37595573,0.6241540638,692.70935054 +39,-1.545147315,0.7380012252,228,-1.37595573,0.6241540638,687.97071228 +40,-1.54310719,0.7380060743,228,-1.37595573,0.6241540638,683.26791411 +41,-1.540719671,0.7380068206,228,-1.37595573,0.6241540638,677.78395586 +42,-1.547187189,0.7364799098,228,-1.37595573,0.6241540638,689.06768745 +43,-1.545149996,0.7364853874,228,-1.37595573,0.6241540638,684.31716305 +44,-1.543106091,0.7364823484,228,-1.37595573,0.6241540638,679.55464576 +45,-1.540717158,0.7364893901,228,-1.37595573,0.6241540638,674.0452759 +46,-1.538663972,0.7410138672,228,-1.37595573,0.6241540638,680.6445116 +47,-1.53695285,0.7409699132,228,-1.37595573,0.6241540638,676.69761765 +48,-1.534910498,0.7409641297,228,-1.37595573,0.6241540638,672.12947743 +49,-1.533145034,0.7409536636,228,-1.37595573,0.6241540638,668.18841114 +50,-1.538681336,0.7395405883,228,-1.37595573,0.6241540638,676.96626806 +51,-1.536999189,0.7395183096,228,-1.37595573,0.6241540638,673.11397283 +52,-1.534923633,0.7395144222,228,-1.37595573,0.6241540638,668.44488284 +53,-1.533267822,0.7395654306,228,-1.37595573,0.6241540638,664.87912813 +54,-1.53867273,0.7380151077,228,-1.37595573,0.6241540638,673.12907048 +55,-1.536980576,0.7379994392,228,-1.37595573,0.6241540638,669.24446887 +56,-1.534931522,0.7379944961,228,-1.37595573,0.6241540638,664.59968843 +57,-1.533387952,0.7379480264,228,-1.37595573,0.6241540638,661.00967371 +58,-1.538682279,0.7364914363,228,-1.37595573,0.6241540638,669.37016618 +59,-1.536980704,0.7364810563,228,-1.37595573,0.6241540638,665.45044177 +60,-1.534935567,0.7364752065,228,-1.37595573,0.6241540638,660.77958658 +61,-1.533042592,0.7363876366,228,-1.37595573,0.6241540638,656.27219657 +62,-1.545143426,0.7349628011,228,-1.37595573,0.6241540638,680.65885689 +63,-1.543105297,0.7349691947,228,-1.37595573,0.6241540638,675.9006504 +64,-1.541064533,0.7349647152,228,-1.37595573,0.6241540638,671.13453343 +65,-1.545411803,0.7334624714,228,-1.37595573,0.6241540638,677.73666131 +66,-1.543446606,0.7334780896,228,-1.37595573,0.6241540638,673.13720503 +67,-1.541475327,0.7334957295,228,-1.37595573,0.6241540638,668.55128132 +68,-1.545401939,0.731963266,228,-1.37595573,0.6241540638,674.19658711 +69,-1.54342253,0.7319915583,228,-1.37595573,0.6241540638,669.56264935 +70,-1.541455867,0.7320216438,228,-1.37595573,0.6241540638,664.98657063 +71,-1.545410146,0.7304422281,228,-1.37595573,0.6241540638,670.68284253 +72,-1.543435491,0.7304713664,228,-1.37595573,0.6241540638,666.03029471 +73,-1.541463105,0.7304997613,228,-1.37595573,0.6241540638,661.40461604 +74,-1.545414768,0.7289194936,228,-1.37595573,0.6241540638,667.19217678 +75,-1.543435774,0.7289538557,228,-1.37595573,0.6241540638,662.50933601 +76,-1.541457714,0.7289765881,228,-1.37595573,0.6241540638,657.82492747 +77,-1.539449415,0.7320555866,228,-1.37595573,0.6241540638,660.35025729 +78,-1.537429183,0.7321097681,228,-1.37595573,0.6241540638,655.75624708 +79,-1.535472649,0.7321497267,228,-1.37595573,0.6241540638,651.30251057 +80,-1.539457899,0.7305333307,228,-1.37595573,0.6241540638,656.73737117 +81,-1.537453161,0.7305750503,228,-1.37595573,0.6241540638,652.11593074 +82,-1.535479385,0.7306124949,228,-1.37595573,0.6241540638,647.58254176 +83,-1.53946905,0.7290102593,228,-1.37595573,0.6241540638,653.16431314 +84,-1.537459922,0.7290417293,228,-1.37595573,0.6241540638,648.47458981 +85,-1.535451349,0.7290890157,228,-1.37595573,0.6241540638,643.84952209 +86,-1.535522937,0.7279887191,228,-1.37595573,0.6241540638,641.39208835 +87,-1.539442524,0.7274735939,228,-1.37595573,0.6241540638,649.50554744 +88,-1.537424111,0.727521351,228,-1.37595573,0.6241540638,644.79864143 +89,-1.539384641,0.7259505092,228,-1.37595573,0.6241540638,645.83866133 +90,-1.537372391,0.7259947145,228,-1.37595573,0.6241540638,641.10495358 +91,-1.535340789,0.7260435356,228,-1.37595573,0.6241540638,636.36151758 +92,-1.539325716,0.7244369706,228,-1.37595573,0.6241540638,642.22610788 +93,-1.537308932,0.7244801057,228,-1.37595573,0.6241540638,637.44598519 +94,-1.535289068,0.7245247645,228,-1.37595573,0.6241540638,632.6873833 +95,-1.533261366,0.7245550236,228,-1.37595573,0.6241540638,627.90233812 +96,-1.539267302,0.722921924,228,-1.37595573,0.6241540638,638.64659349 +97,-1.537248972,0.7229660258,228,-1.37595573,0.6241540638,633.83172297 +98,-1.535219431,0.7229916471,228,-1.37595573,0.6241540638,628.97238735 +99,-1.53318962,0.7230212049,228,-1.37595573,0.6241540638,624.14674603 +100,-1.531154816,0.7230299897,228,-1.37595573,0.6241540638,619.28637353 +101,-1.528878341,0.7230370244,228,-1.37595573,0.6241540638,613.87266682 +102,-1.539218189,0.7214009878,228,-1.37595573,0.6241540638,635.11266644 +103,-1.537198791,0.7214422745,228,-1.37595573,0.6241540638,630.25525817 +104,-1.535179266,0.7214634354,228,-1.37595573,0.6241540638,625.37649446 +105,-1.533156501,0.7214944644,228,-1.37595573,0.6241540638,620.53702699 +106,-1.53113574,0.7215166021,228,-1.37595573,0.6241540638,615.70729885 +107,-1.528874248,0.7215345535,228,-1.37595573,0.6241540638,610.31670136 +108,-1.539217656,0.7198512397,228,-1.37595573,0.6241540638,631.6723975 +109,-1.537199919,0.7199428763,228,-1.37595573,0.6241540638,626.89649278 +110,-1.545425832,0.727397149,228,-1.37595573,0.6241540638,663.75417329 +111,-1.543371177,0.7273916949,228,-1.37595573,0.6241540638,658.76523982 +112,-1.541368852,0.7274523163,228,-1.37595573,0.6241540638,654.07764889 +113,-1.545349067,0.7258710923,228,-1.37595573,0.6241540638,660.13015067 +114,-1.54332671,0.7258603556,228,-1.37595573,0.6241540638,655.17613373 +115,-1.541346831,0.7259242142,228,-1.37595573,0.6241540638,650.51708474 +116,-1.545324355,0.7243383958,228,-1.37595573,0.6241540638,656.65428673 +117,-1.543292796,0.7243617413,228,-1.37595573,0.6241540638,651.72217092 +118,-1.541295822,0.7244024384,228,-1.37595573,0.6241540638,646.93673789 +119,-1.543193859,0.7205570215,228,-1.37595573,0.6241540638,643.08164934 +120,-1.550257047,0.7386738187,228,-1.37595573,0.6241540638,701.48431105 +121,-1.549335448,0.7311736483,228,-1.37595573,0.6241540638,681.79527336 +122,-1.533478843,0.7179891343,228,-1.37595573,0.6241540638,613.37317328 +123,-1.556150555,0.738907041,228,-1.37595573,0.6241540638,715.90835091 +124,-1.554324226,0.733414257,228,-1.37595573,0.6241540638,698.92222606 +125,-1.554290846,0.7288285332,228,-1.37595573,0.6241540638,688.60794629 +126,-1.55122487,0.7219795312,228,-1.37595573,0.6241540638,666.21333838 +127,-1.525104458,0.7229399862,228,-1.37595573,0.6241540638,604.70855353 +128,-1.519607711,0.7236181429,228,-1.37595573,0.6241540638,593.54816622 +129,-1.513899999,0.7251107854,228,-1.37595573,0.6241540638,584.31279406 +130,-1.536620762,0.7431061895,228,-1.37595573,0.6241540638,681.44159679 +131,-1.5369566,0.7460845958,228,-1.37595573,0.6241540638,689.92288663 +132,-1.545345528,0.7447040685,228,-1.37595573,0.6241540638,704.9815646 +133,-1.532813921,0.7432306626,228,-1.37595573,0.6241540638,673.39618233 +134,-1.554788248,0.7382381001,228,-1.37595573,0.6241540638,711.12301776 +135,-1.540348126,0.7301594274,228,-1.37595573,0.6241540638,657.95817635 +136,-1.538016084,0.7239051786,228,-1.37595573,0.6241540638,637.83680203 +137,-1.525288962,0.7258085137,228,-1.37595573,0.6241540638,612.1265348 +138,-1.534326986,0.731241342,228,-1.37595573,0.6241540638,646.42604513 +139,-1.530733872,0.7303625216,228,-1.37595573,0.6241540638,635.94956512 +141,-1.534354939,0.7328219978,228,-1.37595573,0.6241540638,650.36644382 +142,-1.53157084,0.7292888153,228,-1.37595573,0.6241540638,635.25478598 +143,-1.525691035,0.7263799874,228,-1.37595573,0.6241540638,614.4655402 +144,-1.534031287,0.7495967835,228,-1.37595573,0.6241540638,692.93827354 +145,-1.527714986,0.7283095957,228,-1.37595573,0.6241540638,623.90938323 +146,-1.526189586,0.7271468292,228,-1.37595573,0.6241540638,617.51085305 +147,-1.555177336,0.7375563366,228,-1.37595573,0.6241540638,710.46097017 +148,-1.555080283,0.7312707794,228,-1.37595573,0.6241540638,695.94172773 +149,-1.53856994,0.7224180299,228,-1.37595573,0.6241540638,635.80683036 +150,-1.530837883,0.729933372,228,-1.37595573,0.6241540638,635.13322709 +151,-1.515066984,0.5854133365,228,-1.37595573,0.6241540638,478.37524141 +152,-1.534731633,0.5368370046,228,-1.37595573,0.6241540638,628.97029012 +153,-1.515231902,0.5607085576,228,-1.37595573,0.6241540638,521.85877954 +154,-2.616253799,1.0684566605,228,-1.37595573,0.6241540638,3476.172343 +155,-1.956071439,0.5792177723,228,-1.37595573,0.6241540638,1893.5968792 +156,-1.951208514,0.5602434208,228,-1.37595573,0.6241540638,1898.4589065 +157,-1.944675062,0.6062144545,228,-1.37595573,0.6241540638,1832.5927032 +158,-1.613778386,0.6077989518,228,-1.37595573,0.6241540638,770.98025279 +159,-2.035029014,0.6021432345,228,-1.37595573,0.6241540638,2123.5748856 +160,-2.114989471,0.6801825058,228,-1.37595573,0.6241540638,2316.2086563 +161,-2.037382079,0.5765830025,228,-1.37595573,0.6241540638,2156.5737687 +162,-2.129855121,0.6585019963,228,-1.37595573,0.6241540638,2375.4370192 +163,-2.075141798,0.6493615843,228,-1.37595573,0.6241540638,2212.3143104 +164,-1.828626729,0.6948433129,228,-1.37595573,0.6241540638,1439.1049972 +165,-1.863329418,0.6735427691,228,-1.37595573,0.6241540638,1544.5471493 +166,-1.266037071,0.727988852,228,-1.37595573,0.6241540638,533.05770018 +167,-1.277579582,0.7249010648,228,-1.37595573,0.6241540638,501.6051285 +168,-1.258418684,0.7241194816,228,-1.37595573,0.6241540638,537.30658203 +169,-1.317813974,0.6804850104,228,-1.37595573,0.6241540638,288.53397763 +170,-1.344165204,0.6790988904,228,-1.37595573,0.6241540638,239.54650258 +171,-1.427582102,0.5277120351,228,-1.37595573,0.6241540638,418.67574775 +172,-1.402238616,0.457167829,228,-1.37595573,0.6241540638,667.39879025 +173,-1.422454264,0.4996161999,228,-1.37595573,0.6241540638,517.26471291 +174,-1.439089277,0.4894859811,228,-1.37595573,0.6241540638,573.98187362 +175,-1.448126995,0.5182330266,228,-1.37595573,0.6241540638,483.45836051 +176,-1.474626146,0.5881926574,228,-1.37595573,0.6241540638,351.29099995 +177,-1.421139645,0.5584869783,228,-1.37595573,0.6241540638,299.52196454 +178,-1.457037165,0.565943032,228,-1.37595573,0.6241540638,351.9100563 +179,-2.757159358,0.3745319,228,-1.37595573,0.6241540638,4779.6558003 +180,-2.714309238,0.342054471,228,-1.37595573,0.6241540638,4711.6277633 +181,-2.000525337,0.774119946,228,-1.37595573,0.6241540638,1966.7718619 +183,-1.571413436,0.6777838382,228,-1.37595573,0.6241540638,650.95335404 +184,-1.552860289,0.6987663893,228,-1.37595573,0.6241540638,626.40162981 +185,-1.521852374,0.7165827476,228,-1.37595573,0.6241540638,581.8372333 +186,-1.503656267,0.6928968252,228,-1.37595573,0.6241540638,483.6588007 +187,-1.502753178,0.7136205882,228,-1.37595573,0.6241540638,529.5796033 +188,-1.631894563,0.7343596465,228,-1.37595573,0.6241540638,899.71245068 +189,-1.653765416,0.6770714026,228,-1.37595573,0.6241540638,899.06264179 +190,-1.719812114,0.6715965947,228,-1.37595573,0.6241540638,1099.9583087 +191,-1.493406659,0.6646955447,228,-1.37595573,0.6241540638,404.9739127 +192,-1.469120564,0.6613469966,228,-1.37595573,0.6241540638,330.01098887 +193,-1.590551461,0.5326612937,228,-1.37595573,0.6241540638,797.82754769 +194,-1.625979264,0.5247742243,228,-1.37595573,0.6241540638,918.58039931 +195,-1.572293943,0.5238808754,228,-1.37595573,0.6241540638,763.55644198 +196,-1.610848725,0.5477107964,228,-1.37595573,0.6241540638,831.33291342 +197,-1.208485554,0.7918526018,228,-1.37595573,0.6241540638,832.47321485 +198,-1.335601374,0.6869083083,228,-1.37595573,0.6241540638,278.97545224 +199,-1.346156996,0.6825213377,228,-1.37595573,0.6241540638,249.45412937 +200,-1.324381037,0.6741422347,228,-1.37595573,0.6241540638,256.26309336 +201,-1.242424992,0.7378949807,228,-1.37595573,0.6241540638,609.25965299 +202,-1.270370057,0.7392461008,228,-1.37595573,0.6241540638,559.37899966 +203,-1.448950472,0.7441675014,228,-1.37595573,0.6241540638,525.35161232 +204,-1.492662363,0.7523026852,228,-1.37595573,0.6241540638,620.1214662 +205,-1.479098966,0.7763855017,228,-1.37595573,0.6241540638,678.6499406 +206,-1.633760714,0.7869022408,228,-1.37595573,0.6241540638,1007.0920877 +207,-1.647406434,0.8101289331,228,-1.37595573,0.6241540638,1091.5070324 +208,-1.564245052,0.5701509278,228,-1.37595573,0.6241540638,652.34322391 +209,-1.646289963,0.6833746083,228,-1.37595573,0.6241540638,880.51177281 +210,-1.5820631,0.6751952144,228,-1.37595573,0.6241540638,680.20185672 +211,-1.613236298,0.6681681791,228,-1.37595573,0.6241540638,769.59453125 +212,-1.914661867,0.8212566515,228,-1.37595573,0.6241540638,1765.1337044 +213,-1.742133237,0.7250275956,228,-1.37595573,0.6241540638,1197.4636376 +214,-2.033144872,0.6557314699,228,-1.37595573,0.6241540638,2077.8277957 +215,-2.039551981,0.6964723658,228,-1.37595573,0.6241540638,2079.8295968 +216,-1.247341019,0.7622473908,228,-1.37595573,0.6241540638,672.24823598 +217,-1.298239787,0.7084123392,228,-1.37595573,0.6241540638,412.11455106 +218,-1.308539688,0.6926545592,228,-1.37595573,0.6241540638,343.76959224 +219,-1.303263185,0.6888938396,228,-1.37595573,0.6241540638,343.10259942 +220,-1.852400229,0.6004246149,228,-1.37595573,0.6241540638,1542.2397136 +221,-1.288947707,0.7473773692,228,-1.37595573,0.6241540638,555.9532736 +222,-1.372031502,0.7472790993,228,-1.37595573,0.6241540638,487.84606058 +223,-1.289805721,0.7242157877,228,-1.37595573,0.6241540638,477.45675297 +224,-1.350807603,0.7533498126,228,-1.37595573,0.6241540638,517.46637303 +225,-1.329290365,0.7560442322,228,-1.37595573,0.6241540638,541.43120607 +226,-1.410153004,0.616936428,228,-1.37595573,0.6241540638,113.84694904 +227,-1.393445434,0.6308995063,228,-1.37595573,0.6241540638,62.117647828 +228,-1.37595573,0.6241540638,228,-1.37595573,0.6241540638,34.079776565 +229,-1.358388707,0.6172645205,228,-1.37595573,0.6241540638,62.837886856 +230,-1.753741133,0.8281661666,228,-1.37595573,0.6241540638,1372.4849956 +231,-1.47430987,0.6834615681,228,-1.37595573,0.6241540638,388.21226332 +232,-1.421012508,0.7222725206,228,-1.37595573,0.6241540638,412.87895012 +233,-1.4476833,0.6978557868,228,-1.37595573,0.6241540638,368.03561905 +234,-1.470370723,0.6966193374,228,-1.37595573,0.6241540638,411.69102006 +235,-1.429211703,0.7037216883,228,-1.37595573,0.6241540638,356.21310629 +236,-1.700578405,0.6178673663,228,-1.37595573,0.6241540638,1044.4817697 +237,-1.678117619,0.6331716163,228,-1.37595573,0.6241540638,967.41087691 +238,-1.725644578,0.6316331145,228,-1.37595573,0.6241540638,1119.3291104 +239,-2.14012759,0.7930497945,228,-1.37595573,0.6241540638,2361.6698611 +240,-2.103289431,0.7653606263,228,-1.37595573,0.6241540638,2257.2641515 +241,-1.318739838,0.7017808746,228,-1.37595573,0.6241540638,355.53044376 +242,-1.396417427,0.7077900843,228,-1.37595573,0.6241540638,337.34648523 +243,-1.35650337,0.7185539404,228,-1.37595573,0.6241540638,378.74312267 +244,-1.248884539,0.7274156818,228,-1.37595573,0.6241540638,566.59643898 +245,-1.395014798,0.5761185243,228,-1.37595573,0.6241540638,200.20443476 +246,-1.433377362,0.6064716109,228,-1.37595573,0.6241540638,198.48546796 +247,-1.408172432,0.5903155476,228,-1.37595573,0.6241540638,170.13175559 +248,-1.749645898,0.7757118084,228,-1.37595573,0.6241540638,1276.0429791 +249,-1.571626686,0.615046989,228,-1.37595573,0.6241540638,631.66360997 +250,-1.514070049,0.6303003037,228,-1.37595573,0.6241540638,443.48577859 +251,-1.480890369,0.6237966528,228,-1.37595573,0.6241540638,337.27276982 +252,-1.704390658,0.5281680612,228,-1.37595573,0.6241540638,1152.980435 +253,-1.64434733,0.5254277498,228,-1.37595573,0.6241540638,972.71791409 +254,-1.703855997,0.4792484842,228,-1.37595573,0.6241540638,1243.1055441 +255,-1.692002383,0.5748825051,228,-1.37595573,0.6241540638,1050.2090994 +256,-1.854136457,0.5544643913,228,-1.37595573,0.6241540638,1593.2314449 +257,-1.665021206,0.520317736,228,-1.37595573,0.6241540638,1044.9672112 +258,-1.733654349,0.4845187345,228,-1.37595573,0.6241540638,1322.0221387 +259,-1.720938188,0.5135933906,228,-1.37595573,0.6241540638,1228.9603612 +260,-1.742668307,0.553296122,228,-1.37595573,0.6241540638,1237.5590283 +261,-1.965659039,0.7142126903,228,-1.37595573,0.6241540638,1854.4634698 +262,-1.944438071,0.6772834804,228,-1.37595573,0.6241540638,1794.3875561 +263,-1.270340967,0.7681487096,228,-1.37595573,0.6241540638,654.0358048 +264,-1.353091884,0.6549276821,228,-1.37595573,0.6241540638,141.9060141 +265,-1.333236659,0.6413584414,228,-1.37595573,0.6241540638,152.51459213 +266,-1.352015998,0.6753788907,228,-1.37595573,0.6241540638,216.48584537 +267,-1.377988483,0.6577816235,228,-1.37595573,0.6241540638,133.35497499 +268,-2.13075611,0.8318642051,228,-1.37595573,0.6241540638,2343.1353053 +269,-2.097910953,0.8259670014,228,-1.37595573,0.6241540638,2253.5370975 +270,-1.416382069,0.6694271549,228,-1.37595573,0.6241540638,220.17952985 +271,-1.538905672,0.7535625993,228,-1.37595573,0.6241540638,713.96039367 +272,-1.572309477,0.7803125099,228,-1.37595573,0.6241540638,855.79948919 +273,-1.87759879,0.7503853417,228,-1.37595573,0.6241540638,1606.0597428 +274,1.152365588,0.590457682,228,-1.37595573,0.6241540638,7124.3640818 +275,0.350198001,0.718001859,228,-1.37595573,0.6241540638,5056.8582976 +276,0.046513677,0.491503852,228,-1.37595573,0.6241540638,4671.3501153 +277,0.027510309,0.742571376,228,-1.37595573,0.6241540638,4171.9740946 +278,0.306285725,-0.214631579,228,-1.37595573,0.6241540638,7070.7015946 +279,-1.100564889,0.318051531,228,-1.37595573,0.6241540638,1549.3344388 +280,-1.078582306,0.301437596,228,-1.37595573,0.6241540638,1651.1520746 +281,-1.137371989,-0.617634065,228,-1.37595573,0.6241540638,4996.896759 +282,0.784356344,0.703272339,228,-1.37595573,0.6241540638,6087.8071578 +283,-1.221209947,0.218327455,228,-1.37595573,0.6241540638,1699.9537115 +284,2.347301921,-0.449114658,228,-1.37595573,0.6241540638,10357.885519 +285,0.246820618,0.830553713,228,-1.37595573,0.6241540638,4578.7684659 +286,0.829414965,0.703288228,228,-1.37595573,0.6241540638,6178.1883437 +287,-1.337537566,0.42332223,228,-1.37595573,0.6241540638,806.26271255 +288,0.882453706,0.454478077,228,-1.37595573,0.6241540638,7044.5630974 +289,1.575629659,0.416419109,228,-1.37595573,0.6241540638,8261.0887978 +290,-1.039455679,0.229888244,228,-1.37595573,0.6241540638,1969.0366015 +291,0.489558039,0.934482747,228,-1.37595573,0.6241540638,4889.9360406 +292,0.081344504,0.88384514,228,-1.37595573,0.6241540638,4101.4220028 +293,-1.547979814,0.300350308,228,-1.37595573,0.6241540638,1418.1304322 +294,0.040776181,0.168560074,228,-1.37595573,0.6241540638,5340.0663008 +295,-1.130374745,0.563894876,228,-1.37595573,0.6241540638,839.81642532 +296,1.578326642,0.478507176,228,-1.37595573,0.6241540638,8020.4811581 +297,-1.12861823,-0.291640865,228,-1.37595573,0.6241540638,3744.2898724 +298,0.310524208,0.770885792,228,-1.37595573,0.6241540638,4847.7164161 +299,0.415649091,-0.387246002,228,-1.37595573,0.6241540638,7788.4632926 +300,-0.926533878,-0.188022748,228,-1.37595573,0.6241540638,3629.4565817 +301,1.258856172,-0.11716081,228,-1.37595573,0.6241540638,9721.1713688 +302,-1.126050026,0.322941926,228,-1.37595573,0.6241540638,1479.2453253 +303,2.002785835,0.07893892,228,-1.37595573,0.6241540638,9522.9257958 +304,0.440437607,0.746258085,228,-1.37595573,0.6241540638,5213.3067859 +305,-0.030391866,0.214441206,228,-1.37595573,0.6241540638,5009.0646445 +306,0.521557815,-0.058929362,228,-1.37595573,0.6241540638,7405.5502792 +307,-0.097005111,0.13317729,228,-1.37595573,0.6241540638,4977.5853972 +308,1.83113859,0.221857587,228,-1.37595573,0.6241540638,9083.8240502 +309,0.222428864,0.099404236,228,-1.37595573,0.6241540638,6080.3916353 +310,-1.702731345,0.8728568183,228,-1.37595573,0.6241540638,1359.9499366 +311,-0.418507569,0.278324921,228,-1.37595573,0.6241540638,3624.9096279 +312,-1.41153306,0.339029988,228,-1.37595573,0.6241540638,1136.1761053 +313,0.357560442,0.114788776,228,-1.37595573,0.6241540638,6474.2387856 +314,0.325818979,0.268352149,228,-1.37595573,0.6241540638,6012.8219576 +315,-1.246004659,-0.663679965,228,-1.37595573,0.6241540638,5123.3252067 +316,1.814603087,0.637404484,228,-1.37595573,0.6241540638,7443.5652866 +317,1.843704281,-0.18300445,228,-1.37595573,0.6241540638,10674.044605 +318,1.690644492,-0.211480909,228,-1.37595573,0.6241540638,10787.365025 +319,-1.275451936,0.068109467,228,-1.37595573,0.6241540638,2232.9619115 +320,0.762430171,-0.207594741,228,-1.37595573,0.6241540638,8515.9975674 +321,0.265668905,-0.014647884,228,-1.37595573,0.6241540638,6483.4612546 +322,-2.773032013,-0.335515811,228,-1.37595573,0.6241540638,6459.6604343 +323,-1.469512853,0.174058777,228,-1.37595573,0.6241540638,1814.3893294 +324,0.286276986,0.785925691,228,-1.37595573,0.6241540638,4758.5666378 +325,-1.379324697,0.377432233,228,-1.37595573,0.6241540638,977.33459877 +326,-1.203778265,0.212813032,228,-1.37595573,0.6241540638,1741.8514122 +327,0.579916301,0.611743168,228,-1.37595573,0.6241540638,5880.480822 +328,0.267582642,0.868113908,228,-1.37595573,0.6241540638,4557.8850664 +329,0.412869244,-0.050245578,228,-1.37595573,0.6241540638,7038.3222254 +330,0.17524381,0.976660285,228,-1.37595573,0.6241540638,4179.1488707 +331,0.743157214,0.204812899,228,-1.37595573,0.6241540638,7409.1997084 +332,-1.070758176,0.269382282,228,-1.37595573,0.6241540638,1772.116449 +333,-1.230364251,0.329790229,228,-1.37595573,0.6241540638,1272.1817277 +334,-1.374813124,-0.024926835,228,-1.37595573,0.6241540638,2571.0129101 +335,0.519780566,0.463669906,228,-1.37595573,0.6241540638,6104.4198094 +336,-1.55108034,0.239698561,228,-1.37595573,0.6241540638,1645.4849752 +337,0.180294813,0.029739425,228,-1.37595573,0.6241540638,6106.3451165 +338,0.67820924,0.268170153,228,-1.37595573,0.6241540638,7055.1401573 +339,0.445798684,1.024001867,228,-1.37595573,0.6241540638,4615.9668957 +340,0.691751283,0.150521402,228,-1.37595573,0.6241540638,7407.335055 +341,-1.036643551,-0.903056181,228,-1.37595573,0.6241540638,6162.809544 +342,-0.120287036,1.083325163,228,-1.37595573,0.6241540638,3501.1275486 +343,2.823513113,-0.304487164,228,-1.37595573,0.6241540638,8552.8745747 +344,0.457583172,1.12513373,228,-1.37595573,0.6241540638,4432.811529 +345,0.042918831,0.813795399,228,-1.37595573,0.6241540638,4106.0025277 +346,1.196146777,-0.853142756,228,-1.37595573,0.6241540638,10565.70313 +347,0.206001358,-0.010430701,228,-1.37595573,0.6241540638,6281.9416858 +348,-0.268308653,0.234799412,228,-1.37595573,0.6241540638,4200.1328621 +349,0.759363263,0.736189579,228,-1.37595573,0.6241540638,5941.6396935 +350,0.181363926,0.891988372,228,-1.37595573,0.6241540638,4320.8827015 +351,-0.021111158,0.139103292,228,-1.37595573,0.6241540638,5207.842755 +352,-0.093355215,0.630686981,228,-1.37595573,0.6241540638,4005.1349531 +353,0.40118964,0.681375926,228,-1.37595573,0.6241540638,5266.135858 +354,-0.721197315,1.304706234,228,-1.37595573,0.6241540638,2962.5583994 +355,-1.076150317,0.212107639,228,-1.37595573,0.6241540638,1952.7610053 +356,-1.577164531,0.273993443,228,-1.37595573,0.6241540638,1558.808901 +357,-0.190788414,0.182208586,228,-1.37595573,0.6241540638,4565.6468093 +358,-0.261349752,0.209710184,228,-1.37595573,0.6241540638,4278.0012866 +359,-1.029303852,0.083549259,228,-1.37595573,0.6241540638,2486.8835625 +360,-1.268609162,0.330525297,228,-1.37595573,0.6241540638,1222.07534 +361,1.282982244,-0.926641967,228,-1.37595573,0.6241540638,10647.652419 +362,0.217352334,0.731352408,228,-1.37595573,0.6241540638,4691.9771793 +363,-1.511833084,0.258629297,228,-1.37595573,0.6241540638,1525.9621809 +364,0.338812194,0.823184618,228,-1.37595573,0.6241540638,4808.1134358 +365,-0.324406489,1.134201999,228,-1.37595573,0.6241540638,3151.3425414 +366,1.389579348,0.399185724,228,-1.37595573,0.6241540638,8152.2481352 +367,2.047152199,-0.039082036,228,-1.37595573,0.6241540638,9906.5435106 +368,0.947780369,0.568250077,228,-1.37595573,0.6241540638,6830.9820473 +369,0.763824846,0.576754987,228,-1.37595573,0.6241540638,6411.2891324 +370,-0.142334657,0.928153068,228,-1.37595573,0.6241540638,3528.8448686 +371,0.610266567,0.547265983,228,-1.37595573,0.6241540638,6125.0979268 +372,0.210731629,0.746815056,228,-1.37595573,0.6241540638,4645.638544 +373,-1.34931644,0.316895224,228,-1.37595573,0.6241540638,1220.6300303 +374,2.407696481,0.655030745,228,-1.37595573,0.6241540638,6855.8125899 +375,0.64207831,0.545359131,228,-1.37595573,0.6241540638,6209.5710741 +376,1.174597538,0.840588356,228,-1.37595573,0.6241540638,6277.5247937 +377,0.660059424,0.010604079,228,-1.37595573,0.6241540638,7671.3709112 +378,-0.730263819,0.010486456,228,-1.37595573,0.6241540638,3397.2873787 +379,0.831068936,0.512339172,228,-1.37595573,0.6241540638,6753.2819121 +380,1.301180979,0.72367476,228,-1.37595573,0.6241540638,6845.2098634 +381,1.811128231,0.322854402,228,-1.37595573,0.6241540638,8688.8642264 +382,0.435105812,0.992284428,228,-1.37595573,0.6241540638,4661.9378643 +383,0.62643634,0.592027932,228,-1.37595573,0.6241540638,6045.8049007 +384,0.492988703,-0.516339467,228,-1.37595573,0.6241540638,8276.7829035 +385,-0.162469483,0.112549365,228,-1.37595573,0.6241540638,4815.5070215 +386,0.314630866,0.472006421,228,-1.37595573,0.6241540638,5507.6646926 +387,0.166744804,0.822815954,228,-1.37595573,0.6241540638,4400.0091527 +388,0.417159608,0.965805736,228,-1.37595573,0.6241540638,4682.5611038 +389,0.106334961,0.868774244,228,-1.37595573,0.6241540638,4181.9982161 +390,0.815086969,-0.338144359,228,-1.37595573,0.6241540638,8966.7037756 +391,0.59867455,-0.230624824,228,-1.37595573,0.6241540638,8044.2384354 +392,1.915104874,0.066220985,228,-1.37595573,0.6241540638,9653.594293 +393,1.278093622,0.064463721,228,-1.37595573,0.6241540638,9171.8121276 +394,-0.061477853,0.302997961,228,-1.37595573,0.6241540638,4717.563091 +395,0.251311504,0.626976942,228,-1.37595573,0.6241540638,4990.9927452 +396,2.950242872,0.149095644,228,-1.37595573,0.6241540638,7082.0408231 +397,-0.180294708,0.35375117,228,-1.37595573,0.6241540638,4232.6962371 +398,1.010448592,-0.351180233,228,-1.37595573,0.6241540638,9616.2261341 +399,-1.748740498,0.3686318073,228,-1.37595573,0.6241540638,1639.6284733 +400,2.699635665,0.123533791,228,-1.37595573,0.6241540638,7881.4828341 +401,0.496808033,0.823843254,228,-1.37595573,0.6241540638,5160.1442394 +402,0.129574704,0.763364087,228,-1.37595573,0.6241540638,4407.2628812 +403,1.798920311,0.817447563,228,-1.37595573,0.6241540638,6732.4364759 +404,0.335987953,0.746786541,228,-1.37595573,0.6241540638,4960.0829462 +405,-1.085413643,0.292154671,228,-1.37595573,0.6241540638,1666.1873476 +406,-0.155321003,0.508207011,228,-1.37595573,0.6241540638,4020.6449816 +407,0.620529244,-0.301175104,228,-1.37595573,0.6241540638,8265.6334569 +408,1.684402744,0.368716966,228,-1.37595573,0.6241540638,8499.2938126 +409,0.300582244,-0.386397212,228,-1.37595573,0.6241540638,7427.0188847 +410,2.913555946,-0.009225192,228,-1.37595573,0.6241540638,7589.274429 +411,1.465101417,0.493232532,228,-1.37595573,0.6241540638,7877.8992995 +412,0.090612882,0.907955955,228,-1.37595573,0.6241540638,4090.0222613 +413,2.987564726,-0.729568594,228,-1.37595573,0.6241540638,8752.631122 +414,-1.484261606,0.224149272,228,-1.37595573,0.6241540638,1630.9258797 +415,0.164073421,0.303955133,228,-1.37595573,0.6241540638,5429.4784049 +416,0.141441293,0.167552546,228,-1.37595573,0.6241540638,5664.891713 +417,2.931321023,-0.506718887,228,-1.37595573,0.6241540638,8591.831788 +418,2.21951565,0.700596356,228,-1.37595573,0.6241540638,6941.8919933 +419,0.268112576,1.199114336,228,-1.37595573,0.6241540638,4042.2384631 +420,0.978913739,0.359223811,228,-1.37595573,0.6241540638,7558.2273816 +421,1.210898818,0.522863584,228,-1.37595573,0.6241540638,7452.8292836 +422,2.347397336,0.129231362,228,-1.37595573,0.6241540638,8756.0120439 +423,0.614394501,0.556878345,228,-1.37595573,0.6241540638,6109.9036681 +424,-1.398079356,0.148483366,228,-1.37595573,0.6241540638,1885.8296671 +425,2.535303836,-0.112984496,228,-1.37595573,0.6241540638,8998.2409369 +426,-1.019372593,-0.405322349,228,-1.37595573,0.6241540638,4291.2047892 +427,-1.297785627,-0.160104069,228,-1.37595573,0.6241540638,3120.1417313 +428,2.144554488,0.205051084,228,-1.37595573,0.6241540638,8866.3112496 +429,-2.242387083,-0.426171285,228,-1.37595573,0.6241540638,5274.6726314 +430,0.338637212,0.909723676,228,-1.37595573,0.6241540638,4635.4444757 +431,-0.148798452,0.691042401,228,-1.37595573,0.6241540638,3755.8480914 +432,0.893524764,0.441829531,228,-1.37595573,0.6241540638,7108.3552363 +433,0.969229347,-0.368847936,228,-1.37595573,0.6241540638,9521.5743766 +434,0.436043248,0.800045688,228,-1.37595573,0.6241540638,5080.430998 +435,1.687946607,1.081504775,228,-1.37595573,0.6241540638,5683.1349784 +436,0.522302046,-0.034889271,228,-1.37595573,0.6241540638,7351.0852465 +437,-0.178996113,-0.438090009,228,-1.37595573,0.6241540638,6140.9643721 +438,-1.094339566,0.301444068,228,-1.37595573,0.6241540638,1616.6938952 +439,-1.064070054,0.242569932,228,-1.37595573,0.6241540638,1874.6926056 +440,-1.068153768,0.230387998,228,-1.37595573,0.6241540638,1906.8790091 +441,-3.00496892,-0.23989155,228,-1.37595573,0.6241540638,6957.8114342 +442,0.21751974,0.766874888,228,-1.37595573,0.6241540638,4625.2728932 +443,0.117229532,0.007619006,228,-1.37595573,0.6241540638,5954.8866376 +444,0.777758451,0.420554741,228,-1.37595573,0.6241540638,6895.2001719 +445,-0.252356999,0.250747086,228,-1.37595573,0.6241540638,4216.482761 +446,0.363148444,0.768483434,228,-1.37595573,0.6241540638,4979.8473665 +447,0.903191366,-0.118210676,228,-1.37595573,0.6241540638,8737.0661388 +448,-0.205755923,0.149406178,228,-1.37595573,0.6241540638,4592.3071266 +449,1.811996086,0.02364353,228,-1.37595573,0.6241540638,9872.2065119 +450,-1.100670221,0.314845373,228,-1.37595573,0.6241540638,1559.4791744 +451,0.340078597,0.850105132,228,-1.37595573,0.6241540638,4756.4301467 +452,0.258757267,0.804969236,228,-1.37595573,0.6241540638,4655.1172896 +453,2.78505352,-0.155160804,228,-1.37595573,0.6241540638,8343.1737814 +454,0.800551619,0.105822106,228,-1.37595573,0.6241540638,7841.9568153 +455,0.437940882,-0.506194031,228,-1.37595573,0.6241540638,8089.3722067 +456,2.230431122,0.63458615,228,-1.37595573,0.6241540638,7172.5160972 +457,0.527965361,0.127667701,228,-1.37595573,0.6241540638,6974.1853423 +458,-0.063643205,0.702093448,228,-1.37595573,0.6241540638,3982.2185344 +459,1.408447268,0.133010502,228,-1.37595573,0.6241540638,9162.3766732 +460,0.523795955,0.280266966,228,-1.37595573,0.6241540638,6579.9370901 +461,-0.975769313,0.072177659,228,-1.37595573,0.6241540638,2630.0480289 +462,0.549774164,-0.463663986,228,-1.37595573,0.6241540638,8358.3683251 +463,0.29245874,1.095549818,228,-1.37595573,0.6241540638,4223.1933631 +464,0.143625958,0.816809593,228,-1.37595573,0.6241540638,4353.2951816 +465,0.671902494,0.611159853,228,-1.37595573,0.6241540638,6102.3075712 +466,1.239840988,0.6724199,228,-1.37595573,0.6241540638,6959.1579237 +467,0.607829703,-0.10932137,228,-1.37595573,0.6241540638,7798.0564312 +468,1.763020906,0.263996692,228,-1.37595573,0.6241540638,8925.8696737 +469,0.378714634,0.726066797,228,-1.37595573,0.6241540638,5109.9295805 +470,2.196736143,-0.153862366,228,-1.37595573,0.6241540638,10016.752236 +471,0.01702415,0.148991565,228,-1.37595573,0.6241540638,5307.9884584 +472,-2.998490902,-0.158002487,228,-1.37595573,0.6241540638,6751.8899294 +473,-3.051262951,-0.346595608,228,-1.37595573,0.6241540638,7338.3653445 +474,-1.069176439,0.182802941,228,-1.37595573,0.6241540638,2066.8723379 +475,0.167157509,0.595344954,228,-1.37595573,0.6241540638,4821.0881693 +476,0.613855648,0.681746124,228,-1.37595573,0.6241540638,5777.7046909 +477,1.037012736,0.682555367,228,-1.37595573,0.6241540638,6623.2710105 +478,-1.253574971,0.379755746,228,-1.37595573,0.6241540638,1056.3900363 +479,3.108590453,-0.132620738,228,-1.37595573,0.6241540638,7259.4808071 +480,0.565301296,0.022333262,228,-1.37595573,0.6241540638,7348.7569299 +481,0.547898238,0.855555614,228,-1.37595573,0.6241540638,5191.6125908 +482,0.948309381,0.417393755,228,-1.37595573,0.6241540638,7307.3286803 +483,-0.050600732,0.945269213,228,-1.37595573,0.6241540638,3726.2021513 +484,-0.977651478,-0.572363064,228,-1.37595573,0.6241540638,4964.2563915 +485,1.102014914,0.728861163,228,-1.37595573,0.6241540638,6569.353269 +486,2.927300795,-0.282939414,228,-1.37595573,0.6241540638,8174.0607017 +487,-1.154565557,0.124434095,228,-1.37595573,0.6241540638,2136.1950492 +488,1.855331234,0.291044755,228,-1.37595573,0.6241540638,8803.1553347 +489,0.830290659,0.276904518,228,-1.37595573,0.6241540638,7443.4337032 +490,0.485104466,-0.234867441,228,-1.37595573,0.6241540638,7688.5665143 +491,0.521367572,-0.33161327,228,-1.37595573,0.6241540638,8010.5330073 +1,-1.539031704,0.7349710123,229,-1.358388707,0.6172645205,726.2798413 +2,-1.536990553,0.7349663874,229,-1.358388707,0.6172645205,721.46061586 +3,-1.534951779,0.7349571355,229,-1.358388707,0.6172645205,716.65837108 +4,-1.532906461,0.7349480293,229,-1.358388707,0.6172645205,711.8639832 +5,-1.531320211,0.7346937278,229,-1.358388707,0.6172645205,707.56053724 +6,-1.539451648,0.7335131775,229,-1.358388707,0.6172645205,723.85513677 +7,-1.537429487,0.7335445708,229,-1.358388707,0.6172645205,719.13212254 +8,-1.535484998,0.7335658704,229,-1.358388707,0.6172645205,714.59133733 +9,-1.533488396,0.7336036027,229,-1.358388707,0.6172645205,709.98924236 +10,-1.531497785,0.7335842962,229,-1.358388707,0.6172645205,705.28728576 +11,-1.530259379,0.7334777758,229,-1.358388707,0.6172645205,702.14393926 +12,-1.5335454,0.7322346912,229,-1.358388707,0.6172645205,706.86037531 +13,-1.531489083,0.7322238773,229,-1.358388707,0.6172645205,701.99708369 +14,-1.530011122,0.7321679851,229,-1.358388707,0.6172645205,698.40021197 +15,-1.53348106,0.7306614094,229,-1.358388707,0.6172645205,702.99066285 +16,-1.531441779,0.7306962275,229,-1.358388707,0.6172645205,698.24447706 +17,-1.529755654,0.7306933243,229,-1.358388707,0.6172645205,694.26314836 +18,-1.533415048,0.7291384674,229,-1.358388707,0.6172645205,699.26765779 +19,-1.531392093,0.7291705353,229,-1.358388707,0.6172645205,694.52264311 +20,-1.529296523,0.7291214933,229,-1.358388707,0.6172645205,689.43748102 +21,-1.535280942,0.727267644,229,-1.358388707,0.6172645205,699.43356561 +22,-1.533378158,0.7276139666,229,-1.358388707,0.6172645205,695.64272184 +23,-1.531340368,0.7276446587,229,-1.358388707,0.6172645205,690.82768742 +24,-1.528960113,0.7276398177,229,-1.358388707,0.6172645205,685.13819881 +25,-1.533313146,0.7260818349,229,-1.358388707,0.6172645205,691.96545606 +26,-1.531259555,0.7260958115,229,-1.358388707,0.6172645205,687.04234813 +27,-1.528926415,0.7260865555,229,-1.358388707,0.6172645205,681.41903277 +28,-1.531226779,0.7245511789,229,-1.358388707,0.6172645205,683.41634507 +29,-1.528904772,0.7245519194,229,-1.358388707,0.6172645205,677.80680286 +30,-1.547195875,0.7409785979,229,-1.358388707,0.6172645205,759.67167388 +31,-1.5451475,0.740980426,229,-1.358388707,0.6172645205,754.88018464 +32,-1.543097679,0.7409798872,229,-1.358388707,0.6172645205,750.10163317 +33,-1.540720364,0.7409892687,229,-1.358388707,0.6172645205,744.61188114 +34,-1.547188511,0.7395198392,229,-1.358388707,0.6172645205,756.22425669 +35,-1.545148587,0.7395226109,229,-1.358388707,0.6172645205,751.42682632 +36,-1.543104538,0.7395314908,229,-1.358388707,0.6172645205,746.65593443 +37,-1.540727751,0.7395306258,229,-1.358388707,0.6172645205,741.10972001 +38,-1.547187029,0.7380014886,229,-1.358388707,0.6172645205,752.68061425 +39,-1.545147315,0.7380012252,229,-1.358388707,0.6172645205,747.84737065 +40,-1.54310719,0.7380060743,229,-1.358388707,0.6172645205,743.04654478 +41,-1.540719671,0.7380068206,229,-1.358388707,0.6172645205,737.44439632 +42,-1.547187189,0.7364799098,229,-1.358388707,0.6172645205,749.16459297 +43,-1.545149996,0.7364853874,229,-1.358388707,0.6172645205,744.32137627 +44,-1.543106091,0.7364823484,229,-1.358388707,0.6172645205,739.46362267 +45,-1.540717158,0.7364893901,229,-1.358388707,0.6172645205,733.83816687 +46,-1.538663972,0.7410138672,229,-1.358388707,0.6172645205,739.92861416 +47,-1.53695285,0.7409699132,229,-1.358388707,0.6172645205,735.89190503 +48,-1.534910498,0.7409641297,229,-1.358388707,0.6172645205,731.20922864 +49,-1.533145034,0.7409536636,229,-1.358388707,0.6172645205,727.16689371 +50,-1.538681336,0.7395405883,229,-1.358388707,0.6172645205,736.38474934 +51,-1.536999189,0.7395183096,229,-1.358388707,0.6172645205,732.44407165 +52,-1.534923633,0.7395144222,229,-1.358388707,0.6172645205,727.6606655 +53,-1.533267822,0.7395654306,229,-1.358388707,0.6172645205,723.99606763 +54,-1.53867273,0.7380151077,229,-1.358388707,0.6172645205,732.68405363 +55,-1.536980576,0.7379994392,229,-1.358388707,0.6172645205,728.71182426 +56,-1.534931522,0.7379944961,229,-1.358388707,0.6172645205,723.95661696 +57,-1.533387952,0.7379480264,229,-1.358388707,0.6172645205,720.28513388 +58,-1.538682279,0.7364914363,229,-1.358388707,0.6172645205,729.06111443 +59,-1.536980704,0.7364810563,229,-1.358388707,0.6172645205,725.05475776 +60,-1.534935567,0.7364752065,229,-1.358388707,0.6172645205,720.27615018 +61,-1.533042592,0.7363876366,229,-1.358388707,0.6172645205,715.67360551 +62,-1.545143426,0.7349628011,229,-1.358388707,0.6172645205,740.7892528 +63,-1.543105297,0.7349691947,229,-1.358388707,0.6172645205,735.937614 +64,-1.541064533,0.7349647152,229,-1.358388707,0.6172645205,731.0758472 +65,-1.545411803,0.7334624714,229,-1.358388707,0.6172645205,738.00183168 +66,-1.543446606,0.7334780896,229,-1.358388707,0.6172645205,733.31418703 +67,-1.541475327,0.7334957295,229,-1.358388707,0.6172645205,728.63682051 +68,-1.545401939,0.731963266,229,-1.358388707,0.6172645205,734.58236729 +69,-1.54342253,0.7319915583,229,-1.358388707,0.6172645205,729.86086715 +70,-1.541455867,0.7320216438,229,-1.358388707,0.6172645205,725.19479463 +71,-1.545410146,0.7304422281,229,-1.358388707,0.6172645205,731.19000114 +72,-1.543435491,0.7304713664,229,-1.358388707,0.6172645205,726.45243244 +73,-1.541463105,0.7304997613,229,-1.358388707,0.6172645205,721.73907333 +74,-1.545414768,0.7289194936,229,-1.358388707,0.6172645205,727.81882027 +75,-1.543435774,0.7289538557,229,-1.358388707,0.6172645205,723.05279786 +76,-1.541457714,0.7289765881,229,-1.358388707,0.6172645205,718.28336807 +77,-1.539449415,0.7320555866,229,-1.358388707,0.6172645205,720.46338716 +78,-1.537429183,0.7321097681,229,-1.358388707,0.6172645205,715.76872689 +79,-1.535472649,0.7321497267,229,-1.358388707,0.6172645205,711.21542843 +80,-1.539457899,0.7305333307,229,-1.358388707,0.6172645205,716.97932238 +81,-1.537453161,0.7305750503,229,-1.358388707,0.6172645205,712.26159433 +82,-1.535479385,0.7306124949,229,-1.358388707,0.6172645205,707.63056552 +83,-1.53946905,0.7290102593,229,-1.358388707,0.6172645205,713.53349049 +84,-1.537459922,0.7290417293,229,-1.358388707,0.6172645205,708.75072353 +85,-1.535451349,0.7290890157,229,-1.358388707,0.6172645205,704.02809569 +86,-1.535522937,0.7279887191,229,-1.358388707,0.6172645205,701.66815677 +87,-1.539442524,0.7274735939,229,-1.358388707,0.6172645205,709.99955348 +88,-1.537424111,0.727521351,229,-1.358388707,0.6172645205,705.20041665 +89,-1.539384641,0.7259505092,229,-1.358388707,0.6172645205,706.45317959 +90,-1.537372391,0.7259947145,229,-1.358388707,0.6172645205,701.63037804 +91,-1.535340789,0.7260435356,229,-1.358388707,0.6172645205,696.7934146 +92,-1.539325716,0.7244369706,229,-1.358388707,0.6172645205,702.95843979 +93,-1.537308932,0.7244801057,229,-1.358388707,0.6172645205,698.09170724 +94,-1.535289068,0.7245247645,229,-1.358388707,0.6172645205,693.24307625 +95,-1.533261366,0.7245550236,229,-1.358388707,0.6172645205,688.36557858 +96,-1.539267302,0.722921924,229,-1.358388707,0.6172645205,699.49490204 +97,-1.537248972,0.7229660258,229,-1.358388707,0.6172645205,694.59591549 +98,-1.535219431,0.7229916471,229,-1.358388707,0.6172645205,689.65035295 +99,-1.53318962,0.7230212049,229,-1.358388707,0.6172645205,684.73493707 +100,-1.531154816,0.7230299897,229,-1.358388707,0.6172645205,679.78298648 +101,-1.528878341,0.7230370244,229,-1.358388707,0.6172645205,674.26304316 +102,-1.539218189,0.7214009878,229,-1.358388707,0.6172645205,696.07567306 +103,-1.537198791,0.7214422745,229,-1.358388707,0.6172645205,691.1370227 +104,-1.535179266,0.7214634354,229,-1.358388707,0.6172645205,686.17552269 +105,-1.533156501,0.7214944644,229,-1.358388707,0.6172645205,681.24925297 +106,-1.53113574,0.7215166021,229,-1.358388707,0.6172645205,676.33026893 +107,-1.528874248,0.7215345535,229,-1.358388707,0.6172645205,670.83637882 +108,-1.539217656,0.7198512397,229,-1.358388707,0.6172645205,692.75179902 +109,-1.537199919,0.7199428763,229,-1.358388707,0.6172645205,687.89373194 +110,-1.545425832,0.727397149,229,-1.358388707,0.6172645205,724.49855322 +111,-1.543371177,0.7273916949,229,-1.358388707,0.6172645205,719.42899359 +112,-1.541368852,0.7274523163,229,-1.358388707,0.6172645205,714.65481252 +113,-1.545349067,0.7258710923,229,-1.358388707,0.6172645205,720.98717146 +114,-1.54332671,0.7258603556,229,-1.358388707,0.6172645205,715.9566334 +115,-1.541346831,0.7259242142,229,-1.358388707,0.6172645205,711.21419748 +116,-1.545324355,0.7243383958,229,-1.358388707,0.6172645205,717.62436363 +117,-1.543292796,0.7243617413,229,-1.358388707,0.6172645205,712.61531914 +118,-1.541295822,0.7244024384,229,-1.358388707,0.6172645205,707.75013761 +119,-1.543193859,0.7205570215,229,-1.358388707,0.6172645205,704.25087977 +120,-1.550257047,0.7386738187,229,-1.358388707,0.6172645205,761.5380957 +121,-1.549335448,0.7311736483,229,-1.358388707,0.6172645205,742.40324938 +122,-1.533478843,0.7179891343,229,-1.358388707,0.6172645205,674.37734256 +123,-1.556150555,0.738907041,229,-1.358388707,0.6172645205,776.19272082 +124,-1.554324226,0.733414257,229,-1.358388707,0.6172645205,759.55268274 +125,-1.554290846,0.7288285332,229,-1.358388707,0.6172645205,749.57075993 +126,-1.55122487,0.7219795312,229,-1.358388707,0.6172645205,727.5466733 +127,-1.525104458,0.7229399862,229,-1.358388707,0.6172645205,664.92286468 +128,-1.519607711,0.7236181429,229,-1.358388707,0.6172645205,653.40558117 +129,-1.513899999,0.7251107854,229,-1.358388707,0.6172645205,643.67898251 +130,-1.536620762,0.7431061895,229,-1.358388707,0.6172645205,740.41890484 +131,-1.5369566,0.7460845958,229,-1.358388707,0.6172645205,748.64008037 +132,-1.545345528,0.7447040685,229,-1.358388707,0.6172645205,764.28891558 +133,-1.532813921,0.7432306626,229,-1.358388707,0.6172645205,732.13731649 +134,-1.554788248,0.7382381001,229,-1.358388707,0.6172645205,771.40386105 +135,-1.540348126,0.7301594274,229,-1.358388707,0.6172645205,718.27134443 +136,-1.538016084,0.7239051786,229,-1.358388707,0.6172645205,698.55784762 +137,-1.525288962,0.7258085137,229,-1.358388707,0.6172645205,672.08812439 +138,-1.534326986,0.731241342,229,-1.358388707,0.6172645205,706.36197523 +139,-1.530733872,0.7303625216,229,-1.358388707,0.6172645205,695.78044655 +141,-1.534354939,0.7328219978,229,-1.358388707,0.6172645205,710.16302604 +142,-1.53157084,0.7292888153,229,-1.358388707,0.6172645205,695.22563289 +143,-1.525691035,0.7263799874,229,-1.358388707,0.6172645205,674.39563241 +144,-1.534031287,0.7495967835,229,-1.358388707,0.6172645205,751.13862219 +145,-1.527714986,0.7283095957,229,-1.358388707,0.6172645205,683.76896935 +146,-1.526189586,0.7271468292,229,-1.358388707,0.6172645205,677.39653631 +147,-1.555177336,0.7375563366,229,-1.358388707,0.6172645205,770.8103819 +148,-1.555080283,0.7312707794,229,-1.358388707,0.6172645205,756.75744275 +149,-1.53856994,0.7224180299,229,-1.358388707,0.6172645205,696.66678987 +150,-1.530837883,0.729933372,229,-1.358388707,0.6172645205,695.00847155 +151,-1.515066984,0.5854133365,229,-1.358388707,0.6172645205,526.84477607 +152,-1.534731633,0.5368370046,229,-1.358388707,0.6172645205,665.94800629 +153,-1.515231902,0.5607085576,229,-1.358388707,0.6172645205,562.76126654 +154,-2.616253799,1.0684566605,229,-1.358388707,0.6172645205,3531.6167623 +155,-1.956071439,0.5792177723,229,-1.358388707,0.6172645205,1952.3536106 +156,-1.951208514,0.5602434208,229,-1.358388707,0.6172645205,1956.2409733 +157,-1.944675062,0.6062144545,229,-1.358388707,0.6172645205,1892.4397591 +158,-1.613778386,0.6077989518,229,-1.358388707,0.6172645205,827.78014851 +159,-2.035029014,0.6021432345,229,-1.358388707,0.6172645205,2183.8711522 +160,-2.114989471,0.6801825058,229,-1.358388707,0.6172645205,2378.5872261 +161,-2.037382079,0.5765830025,229,-1.358388707,0.6172645205,2215.9799149 +162,-2.129855121,0.6585019963,229,-1.358388707,0.6172645205,2437.5150936 +163,-2.075141798,0.6493615843,229,-1.358388707,0.6172645205,2274.0759067 +164,-1.828626729,0.6948433129,229,-1.358388707,0.6172645205,1501.5643521 +165,-1.863329418,0.6735427691,229,-1.358388707,0.6172645205,1606.502833 +166,-1.266037071,0.727988852,229,-1.358388707,0.6172645205,523.4073499 +167,-1.277579582,0.7249010648,229,-1.358388707,0.6172645205,494.39020443 +168,-1.258418684,0.7241194816,229,-1.358388707,0.6172645205,524.47719955 +169,-1.317813974,0.6804850104,229,-1.358388707,0.6172645205,281.2299043 +170,-1.344165204,0.6790988904,229,-1.358388707,0.6172645205,249.00623835 +171,-1.427582102,0.5277120351,229,-1.358388707,0.6172645205,422.86084464 +172,-1.402238616,0.457167829,229,-1.358388707,0.6172645205,651.38743485 +173,-1.422454264,0.4996161999,229,-1.358388707,0.6172645205,513.18278525 +174,-1.439089277,0.4894859811,229,-1.358388707,0.6172645205,574.36667879 +175,-1.448126995,0.5182330266,229,-1.358388707,0.6172645205,493.46021272 +176,-1.474626146,0.5881926574,229,-1.358388707,0.6172645205,396.28606227 +177,-1.421139645,0.5584869783,229,-1.358388707,0.6172645205,311.36685406 +178,-1.457037165,0.565943032,229,-1.358388707,0.6172645205,382.67329523 +179,-2.757159358,0.3745319,229,-1.358388707,0.6172645205,4840.7825319 +180,-2.714309238,0.342054471,229,-1.358388707,0.6172645205,4771.9134786 +181,-2.000525337,0.774119946,229,-1.358388707,0.6172645205,2029.5152297 +183,-1.571413436,0.6777838382,229,-1.358388707,0.6172645205,713.70874433 +184,-1.552860289,0.6987663893,229,-1.358388707,0.6172645205,688.95381178 +185,-1.521852374,0.7165827476,229,-1.358388707,0.6172645205,642.4586255 +186,-1.503656267,0.6928968252,229,-1.358388707,0.6172645205,545.47426056 +187,-1.502753178,0.7136205882,229,-1.358388707,0.6172645205,589.43288764 +188,-1.631894563,0.7343596465,229,-1.358388707,0.6172645205,961.97804831 +189,-1.653765416,0.6770714026,229,-1.358388707,0.6172645205,961.43322741 +190,-1.719812114,0.6715965947,229,-1.358388707,0.6172645205,1161.9375813 +191,-1.493406659,0.6646955447,229,-1.358388707,0.6172645205,467.81172465 +192,-1.469120564,0.6613469966,229,-1.358388707,0.6172645205,392.79265252 +193,-1.590551461,0.5326612937,229,-1.358388707,0.6172645205,840.40565298 +194,-1.625979264,0.5247742243,229,-1.358388707,0.6172645205,962.70712828 +195,-1.572293943,0.5238808754,229,-1.358388707,0.6172645205,802.42439237 +196,-1.610848725,0.5477107964,229,-1.358388707,0.6172645205,878.35469157 +197,-1.208485554,0.7918526018,229,-1.358388707,0.6172645205,825.27402008 +198,-1.335601374,0.6869083083,229,-1.358388707,0.6172645205,285.02485174 +199,-1.346156996,0.6825213377,229,-1.358388707,0.6172645205,261.34176887 +200,-1.324381037,0.6741422347,229,-1.358388707,0.6172645205,249.64477458 +201,-1.242424992,0.7378949807,229,-1.358388707,0.6172645205,596.54075761 +202,-1.270370057,0.7392461008,229,-1.358388707,0.6172645205,553.95254351 +203,-1.448950472,0.7441675014,229,-1.358388707,0.6172645205,574.4990701 +204,-1.492662363,0.7523026852,229,-1.358388707,0.6172645205,674.4866924 +205,-1.479098966,0.7763855017,229,-1.358388707,0.6172645205,728.52663159 +206,-1.633760714,0.7869022408,229,-1.358388707,0.6172645205,1066.7475372 +207,-1.647406434,0.8101289331,229,-1.358388707,0.6172645205,1150.0976252 +208,-1.564245052,0.5701509278,229,-1.358388707,0.6172645205,700.64699932 +209,-1.646289963,0.6833746083,229,-1.358388707,0.6172645205,943.09095556 +210,-1.5820631,0.6751952144,229,-1.358388707,0.6172645205,742.85030565 +211,-1.613236298,0.6681681791,229,-1.358388707,0.6172645205,831.8200414 +212,-1.914661867,0.8212566515,229,-1.358388707,0.6172645205,1826.9781974 +213,-1.742133237,0.7250275956,229,-1.358388707,0.6172645205,1260.3002113 +214,-2.033144872,0.6557314699,229,-1.358388707,0.6172645205,2139.615241 +215,-2.039551981,0.6964723658,229,-1.358388707,0.6172645205,2142.3392056 +216,-1.247341019,0.7622473908,229,-1.358388707,0.6172645205,666.53010227 +217,-1.298239787,0.7084123392,229,-1.358388707,0.6172645205,406.86993142 +218,-1.308539688,0.6926545592,229,-1.358388707,0.6172645205,337.13707095 +219,-1.303263185,0.6888938396,229,-1.358388707,0.6172645205,332.46807073 +220,-1.852400229,0.6004246149,229,-1.358388707,0.6172645205,1601.0855759 +221,-1.288947707,0.7473773692,229,-1.358388707,0.6172645205,557.66069154 +222,-1.372031502,0.7472790993,229,-1.358388707,0.6172645205,516.68569771 +223,-1.289805721,0.7242157877,229,-1.358388707,0.6172645205,473.94138639 +224,-1.350807603,0.7533498126,229,-1.358388707,0.6172645205,539.5326575 +225,-1.329290365,0.7560442322,229,-1.358388707,0.6172645205,556.85182657 +226,-1.410153004,0.616936428,229,-1.358388707,0.6172645205,167.21984591 +227,-1.393445434,0.6308995063,229,-1.358388707,0.6172645205,124.95503819 +228,-1.37595573,0.6241540638,229,-1.358388707,0.6172645205,62.837886856 +229,-1.358388707,0.6172645205,229,-1.358388707,0.6172645205,94.400767635 +230,-1.753741133,0.8281661666,229,-1.358388707,0.6172645205,1432.6001026 +231,-1.47430987,0.6834615681,229,-1.358388707,0.6172645205,449.56020669 +232,-1.421012508,0.7222725206,229,-1.358388707,0.6172645205,459.03699431 +233,-1.4476833,0.6978557868,229,-1.358388707,0.6172645205,424.42223388 +234,-1.470370723,0.6966193374,229,-1.358388707,0.6172645205,471.10575961 +235,-1.429211703,0.7037216883,229,-1.358388707,0.6172645205,407.74900139 +236,-1.700578405,0.6178673663,229,-1.358388707,0.6172645205,1103.2369328 +237,-1.678117619,0.6331716163,229,-1.358388707,0.6172645205,1027.2781316 +238,-1.725644578,0.6316331145,229,-1.358388707,0.6172645205,1179.239576 +239,-2.14012759,0.7930497945,229,-1.358388707,0.6172645205,2424.30014 +240,-2.103289431,0.7653606263,229,-1.358388707,0.6172645205,2320.0702312 +241,-1.318739838,0.7017808746,229,-1.358388707,0.6172645205,356.99884249 +242,-1.396417427,0.7077900843,229,-1.358388707,0.6172645205,377.69133825 +243,-1.35650337,0.7185539404,229,-1.358388707,0.6172645205,401.25012586 +244,-1.248884539,0.7274156818,229,-1.358388707,0.6172645205,552.39465218 +245,-1.395014798,0.5761185243,229,-1.358388707,0.6172645205,202.38207808 +246,-1.433377362,0.6064716109,229,-1.358388707,0.6172645205,246.85015467 +247,-1.408172432,0.5903155476,229,-1.358388707,0.6172645205,194.26545622 +248,-1.749645898,0.7757118084,229,-1.358388707,0.6172645205,1338.1170858 +249,-1.571626686,0.615046989,229,-1.358388707,0.6172645205,688.93051954 +250,-1.514070049,0.6303003037,229,-1.358388707,0.6172645205,502.99793175 +251,-1.480890369,0.6237966528,229,-1.358388707,0.6172645205,395.52971604 +252,-1.704390658,0.5281680612,229,-1.358388707,0.6172645205,1202.228048 +253,-1.64434733,0.5254277498,229,-1.358388707,0.6172645205,1018.2683757 +254,-1.703855997,0.4792484842,229,-1.358388707,0.6172645205,1286.2307187 +255,-1.692002383,0.5748825051,229,-1.358388707,0.6172645205,1104.5820706 +256,-1.854136457,0.5544643913,229,-1.358388707,0.6172645205,1649.2197527 +257,-1.665021206,0.520317736,229,-1.358388707,0.6172645205,1091.0834305 +258,-1.733654349,0.4845187345,229,-1.358388707,0.6172645205,1367.5924768 +259,-1.720938188,0.5135933906,229,-1.358388707,0.6172645205,1277.2335493 +260,-1.742668307,0.553296122,229,-1.358388707,0.6172645205,1290.9837995 +261,-1.965659039,0.7142126903,229,-1.358388707,0.6172645205,1917.1480713 +262,-1.944438071,0.6772834804,229,-1.358388707,0.6172645205,1856.4945205 +263,-1.270340967,0.7681487096,229,-1.358388707,0.6172645205,654.80927409 +264,-1.353091884,0.6549276821,229,-1.358388707,0.6172645205,150.13512702 +265,-1.333236659,0.6413584414,229,-1.358388707,0.6172645205,124.87637947 +266,-1.352015998,0.6753788907,229,-1.358388707,0.6172645205,231.07068255 +267,-1.377988483,0.6577816235,229,-1.358388707,0.6172645205,172.18283036 +268,-2.13075611,0.8318642051,229,-1.358388707,0.6172645205,2405.2645668 +269,-2.097910953,0.8259670014,229,-1.358388707,0.6172645205,2315.7325449 +270,-1.416382069,0.6694271549,229,-1.358388707,0.6172645205,276.48744892 +271,-1.538905672,0.7535625993,229,-1.358388707,0.6172645205,772.08568652 +272,-1.572309477,0.7803125099,229,-1.358388707,0.6172645205,913.4491669 +273,-1.87759879,0.7503853417,229,-1.358388707,0.6172645205,1668.8776873 +274,1.152365588,0.590457682,229,-1.358388707,0.6172645205,7119.9253552 +275,0.350198001,0.718001859,229,-1.358388707,0.6172645205,5029.8501938 +276,0.046513677,0.491503852,229,-1.358388707,0.6172645205,4626.891041 +277,0.027510309,0.742571376,229,-1.358388707,0.6172645205,4139.5710267 +278,0.306285725,-0.214631579,229,-1.358388707,0.6172645205,7011.2839045 +279,-1.100564889,0.318051531,229,-1.358388707,0.6172645205,1491.2090768 +280,-1.078582306,0.301437596,229,-1.358388707,0.6172645205,1592.5729 +281,-1.137371989,-0.617634065,229,-1.358388707,0.6172645205,4959.0815282 +282,0.784356344,0.703272339,229,-1.358388707,0.6172645205,6072.7008027 +283,-1.221209947,0.218327455,229,-1.358388707,0.6172645205,1654.7909503 +284,2.347301921,-0.449114658,229,-1.358388707,0.6172645205,10418.401245 +285,0.246820618,0.830553713,229,-1.358388707,0.6172645205,4555.4762923 +286,0.829414965,0.703288228,229,-1.358388707,0.6172645205,6164.643863 +287,-1.337537566,0.42332223,229,-1.358388707,0.6172645205,771.51992216 +288,0.882453706,0.454478077,229,-1.358388707,0.6172645205,7023.2332775 +289,1.575629659,0.416419109,229,-1.358388707,0.6172645205,8276.0240233 +290,-1.039455679,0.229888244,229,-1.358388707,0.6172645205,1910.9768548 +291,0.489558039,0.934482747,229,-1.358388707,0.6172645205,4877.4769005 +292,0.081344504,0.88384514,229,-1.358388707,0.6172645205,4078.487286 +293,-1.547979814,0.300350308,229,-1.358388707,0.6172645205,1422.0544384 +294,0.040776181,0.168560074,229,-1.358388707,0.6172645205,5284.7392895 +295,-1.130374745,0.563894876,229,-1.358388707,0.6172645205,778.71181336 +296,1.578326642,0.478507176,229,-1.358388707,0.6172645205,8036.3541215 +297,-1.12861823,-0.291640865,229,-1.358388707,0.6172645205,3702.2319482 +298,0.310524208,0.770885792,229,-1.358388707,0.6172645205,4822.5001341 +299,0.415649091,-0.387246002,229,-1.358388707,0.6172645205,7727.4008013 +300,-0.926533878,-0.188022748,229,-1.358388707,0.6172645205,3576.2816539 +301,1.258856172,-0.11716081,229,-1.358388707,0.6172645205,9695.1191193 +302,-1.126050026,0.322941926,229,-1.358388707,0.6172645205,1422.316472 +303,2.002785835,0.07893892,229,-1.358388707,0.6172645205,9567.7275594 +304,0.440437607,0.746258085,229,-1.358388707,0.6172645205,5189.941139 +305,-0.030391866,0.214441206,229,-1.358388707,0.6172645205,4953.7006369 +306,0.521557815,-0.058929362,229,-1.358388707,0.6172645205,7353.3082326 +307,-0.097005111,0.13317729,229,-1.358388707,0.6172645205,4919.3030437 +308,1.83113859,0.221857587,229,-1.358388707,0.6172645205,9115.2242954 +309,0.222428864,0.099404236,229,-1.358388707,0.6172645205,6026.5295696 +310,-1.702731345,0.8728568183,229,-1.358388707,0.6172645205,1416.3280977 +311,-0.418507569,0.278324921,229,-1.358388707,0.6172645205,3565.2402993 +312,-1.41153306,0.339029988,229,-1.358388707,0.6172645205,1117.6385151 +313,0.357560442,0.114788776,229,-1.358388707,0.6172645205,6423.5504405 +314,0.325818979,0.268352149,229,-1.358388707,0.6172645205,5966.3234179 +315,-1.246004659,-0.663679965,229,-1.358388707,0.6172645205,5090.5606056 +316,1.814603087,0.637404484,229,-1.358388707,0.6172645205,7472.7584305 +317,1.843704281,-0.18300445,229,-1.358388707,0.6172645205,10709.984496 +318,1.690644492,-0.211480909,229,-1.358388707,0.6172645205,10802.630496 +319,-1.275451936,0.068109467,229,-1.358388707,0.6172645205,2196.332595 +320,0.762430171,-0.207594741,229,-1.358388707,0.6172645205,8464.4736777 +321,0.265668905,-0.014647884,229,-1.358388707,0.6172645205,6427.5350599 +322,-2.773032013,-0.335515811,229,-1.358388707,0.6172645205,6502.7039398 +323,-1.469512853,0.174058777,229,-1.358388707,0.6172645205,1800.7510035 +324,0.286276986,0.785925691,229,-1.358388707,0.6172645205,4733.620147 +325,-1.379324697,0.377432233,229,-1.358388707,0.6172645205,952.74198254 +326,-1.203778265,0.212813032,229,-1.358388707,0.6172645205,1695.1843597 +327,0.579916301,0.611743168,229,-1.358388707,0.6172645205,5854.8062016 +328,0.267582642,0.868113908,229,-1.358388707,0.6172645205,4537.1503588 +329,0.412869244,-0.050245578,229,-1.358388707,0.6172645205,6984.1292881 +330,0.17524381,0.976660285,229,-1.358388707,0.6172645205,4163.5784965 +331,0.743157214,0.204812899,229,-1.358388707,0.6172645205,7372.5671162 +332,-1.070758176,0.269382282,229,-1.358388707,0.6172645205,1714.2293554 +333,-1.230364251,0.329790229,229,-1.358388707,0.6172645205,1223.8079999 +334,-1.374813124,-0.024926835,229,-1.358388707,0.6172645205,2544.4470192 +335,0.519780566,0.463669906,229,-1.358388707,0.6172645205,6070.6250744 +336,-1.55108034,0.239698561,229,-1.358388707,0.6172645205,1645.9009026 +337,0.180294813,0.029739425,229,-1.358388707,0.6172645205,6050.0356882 +338,0.67820924,0.268170153,229,-1.358388707,0.6172645205,7018.6996094 +339,0.445798684,1.024001867,229,-1.358388707,0.6172645205,4607.6596302 +340,0.691751283,0.150521402,229,-1.358388707,0.6172645205,7366.8574056 +341,-1.036643551,-0.903056181,229,-1.358388707,0.6172645205,6124.700187 +342,-0.120287036,1.083325163,229,-1.358388707,0.6172645205,3490.917508 +343,2.823513113,-0.304487164,229,-1.358388707,0.6172645205,8610.5095988 +344,0.457583172,1.12513373,229,-1.358388707,0.6172645205,4430.7365787 +345,0.042918831,0.813795399,229,-1.358388707,0.6172645205,4078.0846747 +346,1.196146777,-0.853142756,229,-1.358388707,0.6172645205,10504.575953 +347,0.206001358,-0.010430701,229,-1.358388707,0.6172645205,6225.1464787 +348,-0.268308653,0.234799412,229,-1.358388707,0.6172645205,4141.5704374 +349,0.759363263,0.736189579,229,-1.358388707,0.6172645205,5927.0801012 +350,0.181363926,0.891988372,229,-1.358388707,0.6172645205,4300.0274143 +351,-0.021111158,0.139103292,229,-1.358388707,0.6172645205,5150.8071891 +352,-0.093355215,0.630686981,229,-1.358388707,0.6172645205,3964.4429441 +353,0.40118964,0.681375926,229,-1.358388707,0.6172645205,5238.609043 +354,-0.721197315,1.304706234,229,-1.358388707,0.6172645205,2975.9509687 +355,-1.076150317,0.212107639,229,-1.358388707,0.6172645205,1896.9489533 +356,-1.577164531,0.273993443,229,-1.358388707,0.6172645205,1565.1123774 +357,-0.190788414,0.182208586,229,-1.358388707,0.6172645205,4507.053914 +358,-0.261349752,0.209710184,229,-1.358388707,0.6172645205,4219.0050567 +359,-1.029303852,0.083549259,229,-1.358388707,0.6172645205,2432.2842716 +360,-1.268609162,0.330525297,229,-1.358388707,0.6172645205,1178.5000939 +361,1.282982244,-0.926641967,229,-1.358388707,0.6172645205,10590.544301 +362,0.217352334,0.731352408,229,-1.358388707,0.6172645205,4662.6394305 +363,-1.511833084,0.258629297,229,-1.358388707,0.6172645205,1521.6524482 +364,0.338812194,0.823184618,229,-1.358388707,0.6172645205,4786.3198023 +365,-0.324406489,1.134201999,229,-1.358388707,0.6172645205,3145.8235452 +366,1.389579348,0.399185724,229,-1.358388707,0.6172645205,8155.1950805 +367,2.047152199,-0.039082036,229,-1.358388707,0.6172645205,9956.5633356 +368,0.947780369,0.568250077,229,-1.358388707,0.6172645205,6816.729221 +369,0.763824846,0.576754987,229,-1.358388707,0.6172645205,6390.2481049 +370,-0.142334657,0.928153068,229,-1.358388707,0.6172645205,3506.4599356 +371,0.610266567,0.547265983,229,-1.358388707,0.6172645205,6097.6052063 +372,0.210731629,0.746815056,229,-1.358388707,0.6172645205,4616.9848272 +373,-1.34931644,0.316895224,229,-1.358388707,0.6172645205,1190.1896052 +374,2.407696481,0.655030745,229,-1.358388707,0.6172645205,6906.7499013 +375,0.64207831,0.545359131,229,-1.358388707,0.6172645205,6183.0320034 +376,1.174597538,0.840588356,229,-1.358388707,0.6172645205,6281.4901258 +377,0.660059424,0.010604079,229,-1.358388707,0.6172645205,7624.8103454 +378,-0.730263819,0.010486456,229,-1.358388707,0.6172645205,3335.8058414 +379,0.831068936,0.512339172,229,-1.358388707,0.6172645205,6732.165401 +380,1.301180979,0.72367476,229,-1.358388707,0.6172645205,6851.2381424 +381,1.811128231,0.322854402,229,-1.358388707,0.6172645205,8718.5589993 +382,0.435105812,0.992284428,229,-1.358388707,0.6172645205,4651.5950655 +383,0.62643634,0.592027932,229,-1.358388707,0.6172645205,6020.7354967 +384,0.492988703,-0.516339467,229,-1.358388707,0.6172645205,8214.6491913 +385,-0.162469483,0.112549365,229,-1.358388707,0.6172645205,4755.9660406 +386,0.314630866,0.472006421,229,-1.358388707,0.6172645205,5468.5515058 +387,0.166744804,0.822815954,229,-1.358388707,0.6172645205,4374.7509783 +388,0.417159608,0.965805736,229,-1.358388707,0.6172645205,4670.3537964 +389,0.106334961,0.868774244,229,-1.358388707,0.6172645205,4158.4899135 +390,0.815086969,-0.338144359,229,-1.358388707,0.6172645205,8911.789314 +391,0.59867455,-0.230624824,229,-1.358388707,0.6172645205,7988.6418864 +392,1.915104874,0.066220985,229,-1.358388707,0.6172645205,9692.5297239 +393,1.278093622,0.064463721,229,-1.358388707,0.6172645205,9156.1447137 +394,-0.061477853,0.302997961,229,-1.358388707,0.6172645205,4664.1393697 +395,0.251311504,0.626976942,229,-1.358388707,0.6172645205,4957.1807476 +396,2.950242872,0.149095644,229,-1.358388707,0.6172645205,7144.6209869 +397,-0.180294708,0.35375117,229,-1.358388707,0.6172645205,4178.7364848 +398,1.010448592,-0.351180233,229,-1.358388707,0.6172645205,9565.2218484 +399,-1.748740498,0.3686318073,229,-1.358388707,0.6172645205,1673.8999255 +400,2.699635665,0.123533791,229,-1.358388707,0.6172645205,7944.1891578 +401,0.496808033,0.823843254,229,-1.358388707,0.6172645205,5142.0781927 +402,0.129574704,0.763364087,229,-1.358388707,0.6172645205,4377.9019599 +403,1.798920311,0.817447563,229,-1.358388707,0.6172645205,6760.6785042 +404,0.335987953,0.746786541,229,-1.358388707,0.6172645205,4934.1946621 +405,-1.085413643,0.292154671,229,-1.358388707,0.6172645205,1608.2357643 +406,-0.155321003,0.508207011,229,-1.358388707,0.6172645205,3972.9489988 +407,0.620529244,-0.301175104,229,-1.358388707,0.6172645205,8208.5286642 +408,1.684402744,0.368716966,229,-1.358388707,0.6172645205,8520.779214 +409,0.300582244,-0.386397212,229,-1.358388707,0.6172645205,7365.1962286 +410,2.913555946,-0.009225192,229,-1.358388707,0.6172645205,7650.9189785 +411,1.465101417,0.493232532,229,-1.358388707,0.6172645205,7887.3697223 +412,0.090612882,0.907955955,229,-1.358388707,0.6172645205,4068.7778808 +413,2.987564726,-0.729568594,229,-1.358388707,0.6172645205,8788.717705 +414,-1.484261606,0.224149272,229,-1.358388707,0.6172645205,1620.9348841 +415,0.164073421,0.303955133,229,-1.358388707,0.6172645205,5380.520395 +416,0.141441293,0.167552546,229,-1.358388707,0.6172645205,5611.3385303 +417,2.931321023,-0.506718887,229,-1.358388707,0.6172645205,8640.5902034 +418,2.21951565,0.700596356,229,-1.358388707,0.6172645205,6986.5660006 +419,0.268112576,1.199114336,229,-1.358388707,0.6172645205,4042.8724406 +420,0.978913739,0.359223811,229,-1.358388707,0.6172645205,7537.430655 +421,1.210898818,0.522863584,229,-1.358388707,0.6172645205,7449.1689967 +422,2.347397336,0.129231362,229,-1.358388707,0.6172645205,8814.316627 +423,0.614394501,0.556878345,229,-1.358388707,0.6172645205,6082.9501118 +424,-1.398079356,0.148483366,229,-1.358388707,0.6172645205,1862.4030817 +425,2.535303836,-0.112984496,229,-1.358388707,0.6172645205,9061.0782837 +426,-1.019372593,-0.405322349,229,-1.358388707,0.6172645205,4245.5722851 +427,-1.297785627,-0.160104069,229,-1.358388707,0.6172645205,3087.4940421 +428,2.144554488,0.205051084,229,-1.358388707,0.6172645205,8916.2907648 +429,-2.242387083,-0.426171285,229,-1.358388707,0.6172645205,5296.4051611 +430,0.338637212,0.909723676,229,-1.358388707,0.6172645205,4618.4867187 +431,-0.148798452,0.691042401,229,-1.358388707,0.6172645205,3717.5433578 +432,0.893524764,0.441829531,229,-1.358388707,0.6172645205,7086.9933206 +433,0.969229347,-0.368847936,229,-1.358388707,0.6172645205,9468.7242718 +434,0.436043248,0.800045688,229,-1.358388707,0.6172645205,5059.6578083 +435,1.687946607,1.081504775,229,-1.358388707,0.6172645205,5708.0832775 +436,0.522302046,-0.034889271,229,-1.358388707,0.6172645205,7299.5747342 +437,-0.178996113,-0.438090009,229,-1.358388707,0.6172645205,6078.6051045 +438,-1.094339566,0.301444068,229,-1.358388707,0.6172645205,1558.8555602 +439,-1.064070054,0.242569932,229,-1.358388707,0.6172645205,1817.3386095 +440,-1.068153768,0.230387998,229,-1.358388707,0.6172645205,1850.0966179 +441,-3.00496892,-0.23989155,229,-1.358388707,0.6172645205,7009.3780505 +442,0.21751974,0.766874888,229,-1.358388707,0.6172645205,4597.8451938 +443,0.117229532,0.007619006,229,-1.358388707,0.6172645205,5897.1351469 +444,0.777758451,0.420554741,229,-1.358388707,0.6172645205,6868.3750782 +445,-0.252356999,0.250747086,229,-1.358388707,0.6172645205,4158.5103389 +446,0.363148444,0.768483434,229,-1.358388707,0.6172645205,4955.7110891 +447,0.903191366,-0.118210676,229,-1.358388707,0.6172645205,8693.1801325 +448,-0.205755923,0.149406178,229,-1.358388707,0.6172645205,4532.8784426 +449,1.811996086,0.02364353,229,-1.358388707,0.6172645205,9902.9741948 +450,-1.100670221,0.314845373,229,-1.358388707,0.6172645205,1501.4760171 +451,0.340078597,0.850105132,229,-1.358388707,0.6172645205,4736.1371794 +452,0.258757267,0.804969236,229,-1.358388707,0.6172645205,4630.6313316 +453,2.78505352,-0.155160804,229,-1.358388707,0.6172645205,8404.2424354 +454,0.800551619,0.105822106,229,-1.358388707,0.6172645205,7803.5246843 +455,0.437940882,-0.506194031,229,-1.358388707,0.6172645205,8027.1077766 +456,2.230431122,0.63458615,229,-1.358388707,0.6172645205,7218.6111163 +457,0.527965361,0.127667701,229,-1.358388707,0.6172645205,6928.0339331 +458,-0.063643205,0.702093448,229,-1.358388707,0.6172645205,3945.9372047 +459,1.408447268,0.133010502,229,-1.358388707,0.6172645205,9159.062082 +460,0.523795955,0.280266966,229,-1.358388707,0.6172645205,6539.0998701 +461,-0.975769313,0.072177659,229,-1.358388707,0.6172645205,2573.4348833 +462,0.549774164,-0.463663986,229,-1.358388707,0.6172645205,8297.1881217 +463,0.29245874,1.095549818,229,-1.358388707,0.6172645205,4217.0064177 +464,0.143625958,0.816809593,229,-1.358388707,0.6172645205,4327.266496 +465,0.671902494,0.611159853,229,-1.358388707,0.6172645205,6079.5341333 +466,1.239840988,0.6724199,229,-1.358388707,0.6172645205,6961.1434909 +467,0.607829703,-0.10932137,229,-1.358388707,0.6172645205,7746.1865122 +468,1.763020906,0.263996692,229,-1.358388707,0.6172645205,8952.3497831 +469,0.378714634,0.726066797,229,-1.358388707,0.6172645205,5084.0180484 +470,2.196736143,-0.153862366,229,-1.358388707,0.6172645205,10076.210964 +471,0.01702415,0.148991565,229,-1.358388707,0.6172645205,5251.785897 +472,-2.998490902,-0.158002487,229,-1.358388707,0.6172645205,6805.6709493 +473,-3.051262951,-0.346595608,229,-1.358388707,0.6172645205,7387.4288813 +474,-1.069176439,0.182802941,229,-1.358388707,0.6172645205,2011.5789912 +475,0.167157509,0.595344954,229,-1.358388707,0.6172645205,4783.8600754 +476,0.613855648,0.681746124,229,-1.358388707,0.6172645205,5756.1627361 +477,1.037012736,0.682555367,229,-1.358388707,0.6172645205,6616.8258042 +478,-1.253574971,0.379755746,229,-1.358388707,0.6172645205,1008.3662571 +479,3.108590453,-0.132620738,229,-1.358388707,0.6172645205,7316.8413306 +480,0.565301296,0.022333262,229,-1.358388707,0.6172645205,7300.0657622 +481,0.547898238,0.855555614,229,-1.358388707,0.6172645205,5176.4243333 +482,0.948309381,0.417393755,229,-1.358388707,0.6172645205,7287.3835361 +483,-0.050600732,0.945269213,229,-1.358388707,0.6172645205,3705.8439144 +484,-0.977651478,-0.572363064,229,-1.358388707,0.6172645205,4919.5051539 +485,1.102014914,0.728861163,229,-1.358388707,0.6172645205,6567.0929815 +486,2.927300795,-0.282939414,229,-1.358388707,0.6172645205,8230.6500775 +487,-1.154565557,0.124434095,229,-1.358388707,0.6172645205,2088.0158541 +488,1.855331234,0.291044755,229,-1.358388707,0.6172645205,8835.8421847 +489,0.830290659,0.276904518,229,-1.358388707,0.6172645205,7412.952259 +490,0.485104466,-0.234867441,229,-1.358388707,0.6172645205,7631.0580222 +491,0.521367572,-0.33161327,229,-1.358388707,0.6172645205,7951.4201486 +1,-1.539031704,0.7349710123,230,-1.753741133,0.8281661666,706.3598752 +2,-1.536990553,0.7349663874,230,-1.753741133,0.8281661666,711.24835561 +3,-1.534951779,0.7349571355,230,-1.753741133,0.8281661666,716.15371261 +4,-1.532906461,0.7349480293,230,-1.753741133,0.8281661666,721.08608083 +5,-1.531320211,0.7346937278,230,-1.753741133,0.8281661666,725.48074297 +6,-1.539451648,0.7335131775,230,-1.753741133,0.8281661666,708.74496774 +7,-1.537429487,0.7335445708,230,-1.753741133,0.8281661666,713.48559652 +8,-1.535484998,0.7335658704,230,-1.753741133,0.8281661666,718.07680838 +9,-1.533488396,0.7336036027,230,-1.753741133,0.8281661666,722.76651148 +10,-1.531497785,0.7335842962,230,-1.753741133,0.8281661666,727.58457967 +11,-1.530259379,0.7334777758,230,-1.753741133,0.8281661666,730.80324524 +12,-1.5335454,0.7322346912,230,-1.753741133,0.8281661666,725.79194611 +13,-1.531489083,0.7322238773,230,-1.753741133,0.8281661666,730.7331494 +14,-1.530011122,0.7321679851,230,-1.753741133,0.8281661666,734.40262179 +15,-1.53348106,0.7306614094,230,-1.753741133,0.8281661666,729.61156615 +16,-1.531441779,0.7306962275,230,-1.753741133,0.8281661666,734.38905272 +17,-1.529755654,0.7306933243,230,-1.753741133,0.8281661666,738.4224152 +18,-1.533415048,0.7291384674,230,-1.753741133,0.8281661666,733.34940545 +19,-1.531392093,0.7291705353,230,-1.753741133,0.8281661666,738.07748728 +20,-1.529296523,0.7291214933,230,-1.753741133,0.8281661666,743.18117444 +21,-1.535280942,0.727267644,230,-1.753741133,0.8281661666,733.39082061 +22,-1.533378158,0.7276139666,230,-1.753741133,0.8281661666,737.05267146 +23,-1.531340368,0.7276446587,230,-1.753741133,0.8281661666,741.80207499 +24,-1.528960113,0.7276398177,230,-1.753741133,0.8281661666,747.46220145 +25,-1.533313146,0.7260818349,230,-1.753741133,0.8281661666,740.87110289 +26,-1.531259555,0.7260958115,230,-1.753741133,0.8281661666,745.68067029 +27,-1.528926415,0.7260865555,230,-1.753741133,0.8281661666,751.22069024 +28,-1.531226779,0.7245511789,230,-1.753741133,0.8281661666,749.46643153 +29,-1.528904772,0.7245519194,230,-1.753741133,0.8281661666,754.93732961 +30,-1.547195875,0.7409785979,230,-1.753741133,0.8281661666,673.08323656 +31,-1.5451475,0.740980426,230,-1.753741133,0.8281661666,677.99443494 +32,-1.543097679,0.7409798872,230,-1.753741133,0.8281661666,682.9267194 +33,-1.540720364,0.7409892687,230,-1.753741133,0.8281661666,688.63969625 +34,-1.547188511,0.7395198392,230,-1.753741133,0.8281661666,676.42398528 +35,-1.545148587,0.7395226109,230,-1.753741133,0.8281661666,681.29556259 +36,-1.543104538,0.7395314908,230,-1.753741133,0.8281661666,686.17566698 +37,-1.540727751,0.7395306258,230,-1.753741133,0.8281661666,691.89092957 +38,-1.547187029,0.7380014886,230,-1.753741133,0.8281661666,679.92092861 +39,-1.545147315,0.7380012252,230,-1.753741133,0.8281661666,684.78098401 +40,-1.54310719,0.7380060743,230,-1.753741133,0.8281661666,689.64297401 +41,-1.540719671,0.7380068206,230,-1.753741133,0.8281661666,695.35993443 +42,-1.547187189,0.7364799098,230,-1.753741133,0.8281661666,683.45621791 +43,-1.545149996,0.7364853874,230,-1.753741133,0.8281661666,688.27889635 +44,-1.543106091,0.7364823484,230,-1.753741133,0.8281661666,693.15026587 +45,-1.540717158,0.7364893901,230,-1.753741133,0.8281661666,698.83559184 +46,-1.538663972,0.7410138672,230,-1.753741133,0.8281661666,693.55777803 +47,-1.53695285,0.7409699132,230,-1.753741133,0.8281661666,697.80163229 +48,-1.534910498,0.7409641297,230,-1.753741133,0.8281661666,702.77352967 +49,-1.533145034,0.7409536636,230,-1.753741133,0.8281661666,707.09202757 +50,-1.538681336,0.7395405883,230,-1.753741133,0.8281661666,696.80062947 +51,-1.536999189,0.7395183096,230,-1.753741133,0.8281661666,700.9132741 +52,-1.534923633,0.7395144222,230,-1.753741133,0.8281661666,705.94540844 +53,-1.533267822,0.7395654306,230,-1.753741133,0.8281661666,709.84839293 +54,-1.53867273,0.7380151077,230,-1.753741133,0.8281661666,700.25725738 +55,-1.536980576,0.7379994392,230,-1.753741133,0.8281661666,704.36564738 +56,-1.534931522,0.7379944961,230,-1.753741133,0.8281661666,709.31936232 +57,-1.533387952,0.7379480264,230,-1.753741133,0.8281661666,713.15411443 +58,-1.538682279,0.7364914363,230,-1.753741133,0.8281661666,703.70084387 +59,-1.536980704,0.7364810563,230,-1.753741133,0.8281661666,707.80597591 +60,-1.534935567,0.7364752065,230,-1.753741133,0.8281661666,712.73558384 +61,-1.533042592,0.7363876366,230,-1.753741133,0.8281661666,717.49409272 +62,-1.545143426,0.7349628011,230,-1.753741133,0.8281661666,691.84860451 +63,-1.543105297,0.7349691947,230,-1.753741133,0.8281661666,696.666445 +64,-1.541064533,0.7349647152,230,-1.753741133,0.8281661666,701.5288217 +65,-1.545411803,0.7334624714,230,-1.753741133,0.8281661666,694.7507503 +66,-1.543446606,0.7334780896,230,-1.753741133,0.8281661666,699.35482646 +67,-1.541475327,0.7334957295,230,-1.753741133,0.8281661666,703.98116329 +68,-1.545401939,0.731963266,230,-1.753741133,0.8281661666,698.3411011 +69,-1.54342253,0.7319915583,230,-1.753741133,0.8281661666,702.93115823 +70,-1.541455867,0.7320216438,230,-1.753741133,0.8281661666,707.50014209 +71,-1.545410146,0.7304422281,230,-1.753741133,0.8281661666,701.97339935 +72,-1.543435491,0.7304713664,230,-1.753741133,0.8281661666,706.53210021 +73,-1.541463105,0.7304997613,230,-1.753741133,0.8281661666,711.10070373 +74,-1.545414768,0.7289194936,230,-1.753741133,0.8281661666,705.65053766 +75,-1.543435774,0.7289538557,230,-1.753741133,0.8281661666,710.18857317 +76,-1.541457714,0.7289765881,230,-1.753741133,0.8281661666,714.76630551 +77,-1.539449415,0.7320555866,230,-1.753741133,0.8281661666,712.16719843 +78,-1.537429183,0.7321097681,230,-1.753741133,0.8281661666,716.83279889 +79,-1.535472649,0.7321497267,230,-1.753741133,0.8281661666,721.39342768 +80,-1.539457899,0.7305333307,230,-1.753741133,0.8281661666,715.74763889 +81,-1.537453161,0.7305750503,230,-1.753741133,0.8281661666,720.38762407 +82,-1.535479385,0.7306124949,230,-1.753741133,0.8281661666,724.97752072 +83,-1.53946905,0.7290102593,230,-1.753741133,0.8281661666,719.35607354 +84,-1.537459922,0.7290417293,230,-1.753741133,0.8281661666,724.0127949 +85,-1.535451349,0.7290890157,230,-1.753741133,0.8281661666,728.64404339 +86,-1.535522937,0.7279887191,230,-1.753741133,0.8281661666,731.0949088 +87,-1.539442524,0.7274735939,230,-1.753741133,0.8281661666,723.11756969 +88,-1.537424111,0.727521351,230,-1.753741133,0.8281661666,727.7390986 +89,-1.539384641,0.7259505092,230,-1.753741133,0.8281661666,726.95050198 +90,-1.537372391,0.7259947145,230,-1.753741133,0.8281661666,731.54833449 +91,-1.535340789,0.7260435356,230,-1.753741133,0.8281661666,736.19462604 +92,-1.539325716,0.7244369706,230,-1.753741133,0.8281661666,730.79216925 +93,-1.537308932,0.7244801057,230,-1.753741133,0.8281661666,735.38555576 +94,-1.535289068,0.7245247645,230,-1.753741133,0.8281661666,739.99683942 +95,-1.533261366,0.7245550236,230,-1.753741133,0.8281661666,744.67558559 +96,-1.539267302,0.722921924,230,-1.753741133,0.8281661666,734.66529603 +97,-1.537248972,0.7229660258,230,-1.753741133,0.8281661666,739.24221639 +98,-1.535219431,0.7229916471,230,-1.753741133,0.8281661666,743.90525959 +99,-1.53318962,0.7230212049,230,-1.753741133,0.8281661666,748.57340401 +100,-1.531154816,0.7230299897,230,-1.753741133,0.8281661666,753.3176408 +101,-1.528878341,0.7230370244,230,-1.753741133,0.8281661666,758.64777023 +102,-1.539218189,0.7214009878,230,-1.753741133,0.8281661666,738.56015815 +103,-1.537198791,0.7214422745,230,-1.753741133,0.8281661666,743.12870806 +104,-1.535179266,0.7214634354,230,-1.753741133,0.8281661666,747.76210023 +105,-1.533156501,0.7214944644,230,-1.753741133,0.8281661666,752.39280739 +106,-1.53113574,0.7215166021,230,-1.753741133,0.8281661666,757.05465509 +107,-1.528874248,0.7215345535,230,-1.753741133,0.8281661666,762.30454807 +108,-1.539217656,0.7198512397,230,-1.753741133,0.8281661666,742.44414619 +109,-1.537199919,0.7199428763,230,-1.753741133,0.8281661666,746.86435826 +110,-1.545425832,0.727397149,230,-1.753741133,0.8281661666,709.34360798 +111,-1.543371177,0.7273916949,230,-1.753741133,0.8281661666,714.13674415 +112,-1.541368852,0.7274523163,230,-1.753741133,0.8281661666,718.66127711 +113,-1.545349067,0.7258710923,230,-1.753741133,0.8281661666,713.28055408 +114,-1.54332671,0.7258603556,230,-1.753741133,0.8281661666,717.99405295 +115,-1.541346831,0.7259242142,230,-1.753741133,0.8281661666,722.43977954 +116,-1.545324355,0.7243383958,230,-1.753741133,0.8281661666,717.14361465 +117,-1.543292796,0.7243617413,230,-1.753741133,0.8281661666,721.77608687 +118,-1.541295822,0.7244024384,230,-1.753741133,0.8281661666,726.30049383 +119,-1.543193859,0.7205570215,230,-1.753741133,0.8281661666,731.53553008 +120,-1.550257047,0.7386738187,230,-1.753741133,0.8281661666,671.06795867 +121,-1.549335448,0.7311736483,230,-1.753741133,0.8281661666,691.03446395 +122,-1.533478843,0.7179891343,230,-1.753741133,0.8281661666,760.35015648 +123,-1.556150555,0.738907041,230,-1.753741133,0.8281661666,656.58679841 +124,-1.554324226,0.733414257,230,-1.753741133,0.8281661666,673.98115389 +125,-1.554290846,0.7288285332,230,-1.753741133,0.8281661666,685.31800869 +126,-1.55122487,0.7219795312,230,-1.753741133,0.8281661666,709.60593741 +127,-1.525104458,0.7229399862,230,-1.753741133,0.8281661666,767.78001151 +128,-1.519607711,0.7236181429,230,-1.753741133,0.8281661666,779.20979707 +129,-1.513899999,0.7251107854,230,-1.753741133,0.8281661666,789.38418593 +130,-1.536620762,0.7431061895,230,-1.753741133,0.8281661666,693.9257408 +131,-1.5369566,0.7460845958,230,-1.753741133,0.8281661666,686.69429837 +132,-1.545345528,0.7447040685,230,-1.753741133,0.8281661666,669.2264649 +133,-1.532813921,0.7432306626,230,-1.753741133,0.8281661666,702.95624406 +134,-1.554788248,0.7382381001,230,-1.753741133,0.8281661666,661.37050284 +135,-1.540348126,0.7301594274,230,-1.753741133,0.8281661666,714.53863942 +136,-1.538016084,0.7239051786,230,-1.753741133,0.8281661666,735.14656107 +137,-1.525288962,0.7258085137,230,-1.753741133,0.8281661666,760.51202573 +138,-1.534326986,0.731241342,230,-1.753741133,0.8281661666,726.24172733 +139,-1.530733872,0.7303625216,230,-1.753741133,0.8281661666,736.85552798 +141,-1.534354939,0.7328219978,230,-1.753741133,0.8281661666,722.49744788 +142,-1.53157084,0.7292888153,230,-1.753741133,0.8281661666,737.37452811 +143,-1.525691035,0.7263799874,230,-1.753741133,0.8281661666,758.20678002 +144,-1.534031287,0.7495967835,230,-1.753741133,0.8281661666,686.55398684 +145,-1.527714986,0.7283095957,230,-1.753741133,0.8281661666,748.85174262 +146,-1.526189586,0.7271468292,230,-1.753741133,0.8281661666,755.2148076 +147,-1.555177336,0.7375563366,230,-1.753741133,0.8281661666,662.06431321 +148,-1.555080283,0.7312707794,230,-1.753741133,0.8281661666,677.45861688 +149,-1.53856994,0.7224180299,230,-1.753741133,0.8281661666,737.53023464 +150,-1.530837883,0.729933372,230,-1.753741133,0.8281661666,737.60899809 +151,-1.515066984,0.5854133365,230,-1.753741133,0.8281661666,1196.7689702 +152,-1.534731633,0.5368370046,230,-1.753741133,0.8281661666,1332.0831016 +153,-1.515231902,0.5607085576,230,-1.753741133,0.8281661666,1280.0700198 +154,-2.616253799,1.0684566605,230,-1.753741133,0.8281661666,2140.6559833 +155,-1.956071439,0.5792177723,230,-1.753741133,0.8281661666,1157.1953959 +156,-1.951208514,0.5602434208,230,-1.753741133,0.8281661666,1216.7346498 +157,-1.944675062,0.6062144545,230,-1.753741133,0.8281661666,1045.4508794 +158,-1.613778386,0.6077989518,230,-1.753741133,0.8281661666,966.32924606 +159,-2.035029014,0.6021432345,230,-1.753741133,0.8281661666,1223.6258403 +160,-2.114989471,0.6801825058,230,-1.753741133,0.8281661666,1190.9671598 +161,-2.037382079,0.5765830025,230,-1.753741133,0.8281661666,1309.2626454 +162,-2.129855121,0.6585019963,230,-1.753741133,0.8281661666,1279.7951246 +163,-2.075141798,0.6493615843,230,-1.753741133,0.8281661666,1172.9079311 +164,-1.828626729,0.6948433129,230,-1.753741133,0.8281661666,569.83305487 +165,-1.863329418,0.6735427691,230,-1.753741133,0.8281661666,689.2419128 +166,-1.266037071,0.727988852,230,-1.753741133,0.8281661666,1423.3272408 +167,-1.277579582,0.7249010648,230,-1.753741133,0.8281661666,1397.9601686 +168,-1.258418684,0.7241194816,230,-1.753741133,0.8281661666,1450.3222418 +169,-1.317813974,0.6804850104,230,-1.753741133,0.8281661666,1379.5576739 +170,-1.344165204,0.6790988904,230,-1.753741133,0.8281661666,1315.1053837 +171,-1.427582102,0.5277120351,230,-1.753741133,0.8281661666,1550.0712599 +172,-1.402238616,0.457167829,230,-1.753741133,0.8281661666,1832.6269729 +173,-1.422454264,0.4996161999,230,-1.753741133,0.8281661666,1652.4461702 +174,-1.439089277,0.4894859811,230,-1.753741133,0.8281661666,1655.7964775 +175,-1.448126995,0.5182330266,230,-1.753741133,0.8281661666,1542.449497 +176,-1.474626146,0.5881926574,230,-1.753741133,0.8281661666,1263.2742021 +177,-1.421139645,0.5584869783,230,-1.753741133,0.8281661666,1464.4727063 +178,-1.457037165,0.565943032,230,-1.753741133,0.8281661666,1368.8852282 +179,-2.757159358,0.3745319,230,-1.753741133,0.8281661666,3634.5682792 +180,-2.714309238,0.342054471,230,-1.753741133,0.8281661666,3612.4120246 +181,-2.000525337,0.774119946,230,-1.753741133,0.8281661666,711.94526892 +183,-1.571413436,0.6777838382,230,-1.753741133,0.8281661666,793.87457598 +184,-1.552860289,0.6987663893,230,-1.753741133,0.8281661666,768.69373335 +185,-1.521852374,0.7165827476,230,-1.753741133,0.8281661666,790.87989803 +186,-1.503656267,0.6928968252,230,-1.753741133,0.8281661666,893.25575106 +187,-1.502753178,0.7136205882,230,-1.753741133,0.8281661666,843.1736388 +188,-1.631894563,0.7343596465,230,-1.753741133,0.8281661666,505.05564416 +189,-1.653765416,0.6770714026,230,-1.753741133,0.8281661666,664.16991971 +190,-1.719812114,0.6715965947,230,-1.753741133,0.8281661666,627.86411488 +191,-1.493406659,0.6646955447,230,-1.753741133,0.8281661666,993.11422037 +192,-1.469120564,0.6613469966,230,-1.753741133,0.8281661666,1056.3662378 +193,-1.590551461,0.5326612937,230,-1.753741133,0.8281661666,1271.5406141 +194,-1.625979264,0.5247742243,230,-1.753741133,0.8281661666,1263.4429603 +195,-1.572293943,0.5238808754,230,-1.753741133,0.8281661666,1326.4695452 +196,-1.610848725,0.5477107964,230,-1.753741133,0.8281661666,1192.191345 +197,-1.208485554,0.7918526018,230,-1.753741133,0.8281661666,1485.9630891 +198,-1.335601374,0.6869083083,230,-1.753741133,0.8281661666,1319.9016021 +199,-1.346156996,0.6825213377,230,-1.753741133,0.8281661666,1302.4296106 +200,-1.324381037,0.6741422347,230,-1.753741133,0.8281661666,1376.6529546 +201,-1.242424992,0.7378949807,230,-1.753741133,0.8281661666,1469.8450743 +202,-1.270370057,0.7392461008,230,-1.753741133,0.8281661666,1392.9704819 +203,-1.448950472,0.7441675014,230,-1.753741133,0.8281661666,913.12354036 +204,-1.492662363,0.7523026852,230,-1.753741133,0.8281661666,785.67713647 +205,-1.479098966,0.7763855017,230,-1.753741133,0.8281661666,781.93047598 +206,-1.633760714,0.7869022408,230,-1.753741133,0.8281661666,366.75791298 +207,-1.647406434,0.8101289331,230,-1.753741133,0.8281661666,296.26249155 +208,-1.564245052,0.5701509278,230,-1.753741133,0.8281661666,1169.7752464 +209,-1.646289963,0.6833746083,230,-1.753741133,0.8281661666,651.3090956 +210,-1.5820631,0.6751952144,230,-1.753741133,0.8281661666,782.24019689 +211,-1.613236298,0.6681681791,230,-1.753741133,0.8281661666,752.74817773 +212,-1.914661867,0.8212566515,230,-1.753741133,0.8281661666,433.26147981 +213,-1.742133237,0.7250275956,230,-1.753741133,0.8281661666,409.84168522 +214,-2.033144872,0.6557314699,230,-1.753741133,0.8281661666,1060.3171085 +215,-2.039551981,0.6964723658,230,-1.753741133,0.8281661666,967.82891639 +216,-1.247341019,0.7622473908,230,-1.753741133,0.8281661666,1419.8005484 +217,-1.298239787,0.7084123392,230,-1.753741133,0.8281661666,1373.5088845 +218,-1.308539688,0.6926545592,230,-1.753741133,0.8281661666,1377.8494889 +219,-1.303263185,0.6888938396,230,-1.753741133,0.8281661666,1399.367842 +220,-1.852400229,0.6004246149,230,-1.753741133,0.8281661666,948.51196827 +221,-1.288947707,0.7473773692,230,-1.753741133,0.8281661666,1330.4250822 +222,-1.372031502,0.7472790993,230,-1.753741133,0.8281661666,1109.4453268 +223,-1.289805721,0.7242157877,230,-1.753741133,0.8281661666,1366.6864684 +224,-1.350807603,0.7533498126,230,-1.753741133,0.8281661666,1156.1841321 +225,-1.329290365,0.7560442322,230,-1.753741133,0.8281661666,1209.4709609 +226,-1.410153004,0.616936428,230,-1.753741133,0.8281661666,1313.3083106 +227,-1.393445434,0.6308995063,230,-1.753741133,0.8281661666,1313.1913447 +228,-1.37595573,0.6241540638,230,-1.753741133,0.8281661666,1372.4849956 +229,-1.358388707,0.6172645205,230,-1.753741133,0.8281661666,1432.6001026 +230,-1.753741133,0.8281661666,230,-1.753741133,0.8281661666,134.35124707 +231,-1.47430987,0.6834615681,230,-1.753741133,0.8281661666,985.46421158 +232,-1.421012508,0.7222725206,230,-1.753741133,0.8281661666,1027.0639986 +233,-1.4476833,0.6978557868,230,-1.753741133,0.8281661666,1013.5088725 +234,-1.470370723,0.6966193374,230,-1.753741133,0.8281661666,961.63229938 +235,-1.429211703,0.7037216883,230,-1.753741133,0.8281661666,1045.7058011 +236,-1.700578405,0.6178673663,230,-1.753741133,0.8281661666,847.64306398 +237,-1.678117619,0.6331716163,230,-1.753741133,0.8281661666,803.60169836 +238,-1.725644578,0.6316331145,230,-1.753741133,0.8281661666,782.8247391 +239,-2.14012759,0.7930497945,230,-1.753741133,0.8281661666,1060.0517307 +240,-2.103289431,0.7653606263,230,-1.753741133,0.8281661666,996.21146036 +241,-1.318739838,0.7017808746,230,-1.753741133,0.8281661666,1332.7273198 +242,-1.396417427,0.7077900843,230,-1.753741133,0.8281661666,1119.7129753 +243,-1.35650337,0.7185539404,230,-1.753741133,0.8281661666,1201.298777 +244,-1.248884539,0.7274156818,230,-1.753741133,0.8281661666,1470.0451883 +245,-1.395014798,0.5761185243,230,-1.753741133,0.8281661666,1465.7973806 +246,-1.433377362,0.6064716109,230,-1.753741133,0.8281661666,1292.2102296 +247,-1.408172432,0.5903155476,230,-1.753741133,0.8281661666,1394.8410956 +248,-1.749645898,0.7757118084,230,-1.753741133,0.8281661666,208.07732785 +249,-1.571626686,0.615046989,230,-1.753741133,0.8281661666,1000.9207882 +250,-1.514070049,0.6303003037,230,-1.753741133,0.8281661666,1052.9763896 +251,-1.480890369,0.6237966528,230,-1.753741133,0.8281661666,1139.7824349 +252,-1.704390658,0.5281680612,230,-1.753741133,0.8281661666,1197.78712 +253,-1.64434733,0.5254277498,230,-1.753741133,0.8281661666,1244.7666638 +254,-1.703855997,0.4792484842,230,-1.753741133,0.8281661666,1390.6855584 +255,-1.692002383,0.5748825051,230,-1.753741133,0.8281661666,1020.2082461 +256,-1.854136457,0.5544643913,230,-1.753741133,0.8281661666,1125.7766849 +257,-1.665021206,0.520317736,230,-1.753741133,0.8281661666,1249.2012076 +258,-1.733654349,0.4845187345,230,-1.753741133,0.8281661666,1362.6059461 +259,-1.720938188,0.5135933906,230,-1.753741133,0.8281661666,1250.0727066 +260,-1.742668307,0.553296122,230,-1.753741133,0.8281661666,1089.2748369 +261,-1.965659039,0.7142126903,230,-1.753741133,0.8281661666,750.921353 +262,-1.944438071,0.6772834804,230,-1.753741133,0.8281661666,811.51654995 +263,-1.270340967,0.7681487096,230,-1.753741133,0.8281661666,1350.066291 +264,-1.353091884,0.6549276821,230,-1.753741133,0.8281661666,1349.0483833 +265,-1.333236659,0.6413584414,230,-1.753741133,0.8281661666,1431.5605164 +266,-1.352015998,0.6753788907,230,-1.753741133,0.8281661666,1303.5682189 +267,-1.377988483,0.6577816235,230,-1.753741133,0.8281661666,1280.6896451 +268,-2.13075611,0.8318642051,230,-1.753741133,0.8281661666,1004.6491241 +269,-2.097910953,0.8259670014,230,-1.753741133,0.8281661666,920.53754333 +270,-1.416382069,0.6694271549,230,-1.753741133,0.8281661666,1158.4485176 +271,-1.538905672,0.7535625993,230,-1.753741133,0.8281661666,666.3793559 +272,-1.572309477,0.7803125099,230,-1.753741133,0.8281661666,532.79906161 +273,-1.87759879,0.7503853417,230,-1.753741133,0.8281661666,462.61181009 +274,1.152365588,0.590457682,230,-1.753741133,0.8281661666,6762.625248 +275,0.350198001,0.718001859,230,-1.753741133,0.8281661666,5319.6796012 +276,0.046513677,0.491503852,230,-1.753741133,0.8281661666,5375.4362134 +277,0.027510309,0.742571376,230,-1.753741133,0.8281661666,4617.5248361 +278,0.306285725,-0.214631579,230,-1.753741133,0.8281661666,8148.3719768 +279,-1.100564889,0.318051531,230,-1.753741133,0.8281661666,2919.3440273 +280,-1.078582306,0.301437596,230,-1.753741133,0.8281661666,3022.1254826 +281,-1.137371989,-0.617634065,230,-1.753741133,0.8281661666,6129.9296803 +282,0.784356344,0.703272339,230,-1.753741133,0.8281661666,6016.806827 +283,-1.221209947,0.218327455,230,-1.753741133,0.8281661666,2990.260539 +284,2.347301921,-0.449114658,230,-1.753741133,0.8281661666,9127.4179088 +285,0.246820618,0.830553713,230,-1.753741133,0.8281661666,4789.2127277 +286,0.829414965,0.703288228,230,-1.753741133,0.8281661666,6067.3188597 +287,-1.337537566,0.42332223,230,-1.753741133,0.8281661666,2069.9708219 +288,0.882453706,0.454478077,230,-1.753741133,0.8281661666,7052.7707456 +289,1.575629659,0.416419109,230,-1.753741133,0.8281661666,7468.674652 +290,-1.039455679,0.229888244,230,-1.753741133,0.8281661666,3338.415402 +291,0.489558039,0.934482747,230,-1.753741133,0.8281661666,4838.5478987 +292,0.081344504,0.88384514,230,-1.753741133,0.8281661666,4339.4087237 +293,-1.547979814,0.300350308,230,-1.753741133,0.8281661666,2195.4760507 +294,0.040776181,0.168560074,230,-1.753741133,0.8281661666,6318.231493 +295,-1.130374745,0.563894876,230,-1.753741133,0.8281661666,2138.3308511 +296,1.578326642,0.478507176,230,-1.753741133,0.8281661666,7223.6351567 +297,-1.12861823,-0.291640865,230,-1.753741133,0.8281661666,4959.3734896 +298,0.310524208,0.770885792,230,-1.753741133,0.8281661666,5083.1867142 +299,0.415649091,-0.387246002,230,-1.753741133,0.8281661666,8926.8183077 +300,-0.926533878,-0.188022748,230,-1.753741133,0.8281661666,4965.1357305 +301,1.258856172,-0.11716081,230,-1.753741133,0.8281661666,9593.8549393 +302,-1.126050026,0.322941926,230,-1.753741133,0.8281661666,2845.758505 +303,2.002785835,0.07893892,230,-1.753741133,0.8281661666,8261.849976 +304,0.440437607,0.746258085,230,-1.753741133,0.8281661666,5382.729809 +305,-0.030391866,0.214441206,230,-1.753741133,0.8281661666,5998.5557746 +306,0.521557815,-0.058929362,230,-1.753741133,0.8281661666,8207.6810399 +307,-0.097005111,0.13317729,230,-1.753741133,0.8281661666,6062.2859394 +308,1.83113859,0.221857587,230,-1.753741133,0.8281661666,7999.2167423 +309,0.222428864,0.099404236,230,-1.753741133,0.8281661666,6988.2068596 +310,-1.702731345,0.8728568183,230,-1.753741133,0.8281661666,221.54160766 +311,-0.418507569,0.278324921,230,-1.753741133,0.8281661666,4788.0042066 +312,-1.41153306,0.339029988,230,-1.753741133,0.8281661666,2229.2794023 +313,0.357560442,0.114788776,230,-1.753741133,0.8281661666,7269.0793328 +314,0.325818979,0.268352149,230,-1.753741133,0.8281661666,6707.4557814 +315,-1.246004659,-0.663679965,230,-1.753741133,0.8281661666,6175.7043301 +316,1.814603087,0.637404484,230,-1.753741133,0.8281661666,6445.0176787 +317,1.843704281,-0.18300445,230,-1.753741133,0.8281661666,9469.6970013 +318,1.690644492,-0.211480909,230,-1.753741133,0.8281661666,9802.1231875 +319,-1.275451936,0.068109467,230,-1.753741133,0.8281661666,3423.9279676 +320,0.762430171,-0.207594741,230,-1.753741133,0.8281661666,9228.8663647 +321,0.265668905,-0.014647884,230,-1.753741133,0.8281661666,7445.6420651 +322,-2.773032013,-0.335515811,230,-1.753741133,0.8281661666,5856.9735933 +323,-1.469512853,0.174058777,230,-1.753741133,0.8281661666,2760.2089562 +324,0.286276986,0.785925691,230,-1.753741133,0.8281661666,4993.8987099 +325,-1.379324697,0.377432233,230,-1.753741133,0.8281661666,2147.6440178 +326,-1.203778265,0.212813032,230,-1.753741133,0.8281661666,3043.1669412 +327,0.579916301,0.611743168,230,-1.753741133,0.8281661666,6061.2587843 +328,0.267582642,0.868113908,230,-1.753741133,0.8281661666,4712.6480193 +329,0.412869244,-0.050245578,230,-1.753741133,0.8281661666,7921.3971302 +330,0.17524381,0.976660285,230,-1.753741133,0.8281661666,4249.0429093 +331,0.743157214,0.204812899,230,-1.753741133,0.8281661666,7763.2074683 +332,-1.070758176,0.269382282,230,-1.753741133,0.8281661666,3141.1981733 +333,-1.230364251,0.329790229,230,-1.753741133,0.8281661666,2596.6132244 +334,-1.374813124,-0.024926835,230,-1.753741133,0.8281661666,3624.7639258 +335,0.519780566,0.463669906,230,-1.753741133,0.8281661666,6465.3930093 +336,-1.55108034,0.239698561,230,-1.753741133,0.8281661666,2425.1801401 +337,0.180294813,0.029739425,230,-1.753741133,0.8281661666,7093.4466996 +338,0.67820924,0.268170153,230,-1.753741133,0.8281661666,7426.5207672 +339,0.445798684,1.024001867,230,-1.753741133,0.8281661666,4494.1728013 +340,0.691751283,0.150521402,230,-1.753741133,0.8281661666,7863.037263 +341,-1.036643551,-0.903056181,230,-1.753741133,0.8281661666,7275.5119675 +342,-0.120287036,1.083325163,230,-1.753741133,0.8281661666,3516.9364316 +343,2.823513113,-0.304487164,230,-1.753741133,0.8281661666,7461.1442848 +344,0.457583172,1.12513373,230,-1.753741133,0.8281661666,4191.1046168 +345,0.042918831,0.813795399,230,-1.753741133,0.8281661666,4454.7030625 +346,1.196146777,-0.853142756,230,-1.753741133,0.8281661666,11928.29798 +347,0.206001358,-0.010430701,230,-1.753741133,0.8281661666,7280.603377 +348,-0.268308653,0.234799412,230,-1.753741133,0.8281661666,5312.9860506 +349,0.759363263,0.736189579,230,-1.753741133,0.8281661666,5867.6860193 +350,0.181363926,0.891988372,230,-1.753741133,0.8281661666,4495.8576569 +351,-0.021111158,0.139103292,230,-1.753741133,0.8281661666,6244.742489 +352,-0.093355215,0.630686981,230,-1.753741133,0.8281661666,4654.0825192 +353,0.40118964,0.681375926,230,-1.753741133,0.8281661666,5527.7286333 +354,-0.721197315,1.304706234,230,-1.753741133,0.8281661666,2536.1821394 +355,-1.076150317,0.212107639,230,-1.753741133,0.8281661666,3313.0748888 +356,-1.577164531,0.273993443,230,-1.753741133,0.8281661666,2270.126277 +357,-0.190788414,0.182208586,230,-1.753741133,0.8281661666,5670.7310455 +358,-0.261349752,0.209710184,230,-1.753741133,0.8281661666,5403.4459341 +359,-1.029303852,0.083549259,230,-1.753741133,0.8281661666,3838.2264595 +360,-1.268609162,0.330525297,230,-1.753741133,0.8281661666,2516.3345584 +361,1.282982244,-0.926641967,230,-1.753741133,0.8281661666,11972.368363 +362,0.217352334,0.731352408,230,-1.753741133,0.8281661666,5032.0955416 +363,-1.511833084,0.258629297,230,-1.753741133,0.8281661666,2392.1283353 +364,0.338812194,0.823184618,230,-1.753741133,0.8281661666,4968.9395181 +365,-0.324406489,1.134201999,230,-1.753741133,0.8281661666,3106.4920795 +366,1.389579348,0.399185724,230,-1.753741133,0.8281661666,7582.30375 +367,2.047152199,-0.039082036,230,-1.753741133,0.8281661666,8590.0744293 +368,0.947780369,0.568250077,230,-1.753741133,0.8281661666,6695.1734511 +369,0.763824846,0.576754987,230,-1.753741133,0.8281661666,6452.9207859 +370,-0.142334657,0.928153068,230,-1.753741133,0.8281661666,3803.7235134 +371,0.610266567,0.547265983,230,-1.753741133,0.8281661666,6333.5048165 +372,0.210731629,0.746815056,230,-1.753741133,0.8281661666,4973.100198 +373,-1.34931644,0.316895224,230,-1.753741133,0.8281661666,2411.7840927 +374,2.407696481,0.655030745,230,-1.753741133,0.8281661666,5553.1225871 +375,0.64207831,0.545359131,230,-1.753741133,0.8281661666,6390.4597214 +376,1.174597538,0.840588356,230,-1.753741133,0.8281661666,5793.2233535 +377,0.660059424,0.010604079,230,-1.753741133,0.8281661666,8282.4741435 +378,-0.730263819,0.010486456,230,-1.753741133,0.8281661666,4764.8512143 +379,0.831068936,0.512339172,230,-1.753741133,0.8281661666,6775.2424823 +380,1.301180979,0.72367476,230,-1.753741133,0.8281661666,6289.4711232 +381,1.811128231,0.322854402,230,-1.753741133,0.8281661666,7642.3258101 +382,0.435105812,0.992284428,230,-1.753741133,0.8281661666,4580.8053515 +383,0.62643634,0.592027932,230,-1.753741133,0.8281661666,6202.4370413 +384,0.492988703,-0.516339467,230,-1.753741133,0.8281661666,9472.6791182 +385,-0.162469483,0.112549365,230,-1.753741133,0.8281661666,5948.469716 +386,0.314630866,0.472006421,230,-1.753741133,0.8281661666,6033.7643103 +387,0.166744804,0.822815954,230,-1.753741133,0.8281661666,4667.3861019 +388,0.417159608,0.965805736,230,-1.753741133,0.8281661666,4640.45735 +389,0.106334961,0.868774244,230,-1.753741133,0.8281661666,4426.4512505 +390,0.815086969,-0.338144359,230,-1.753741133,0.8281661666,9768.9383264 +391,0.59867455,-0.230624824,230,-1.753741133,0.8281661666,8932.4858257 +392,1.915104874,0.066220985,230,-1.753741133,0.8281661666,8454.9452551 +393,1.278093622,0.064463721,230,-1.753741133,0.8281661666,8887.5300312 +394,-0.061477853,0.302997961,230,-1.753741133,0.8281661666,5659.1090628 +395,0.251311504,0.626976942,230,-1.753741133,0.8281661666,5416.9994978 +396,2.950242872,0.149095644,230,-1.753741133,0.8281661666,5809.9883031 +397,-0.180294708,0.35375117,230,-1.753741133,0.8281661666,5206.6375467 +398,1.010448592,-0.351180233,230,-1.753741133,0.8281661666,10199.30039 +399,-1.748740498,0.3686318073,230,-1.753741133,0.8281661666,1820.2860315 +400,2.699635665,0.123533791,230,-1.753741133,0.8281661666,6543.532018 +401,0.496808033,0.823843254,230,-1.753741133,0.8281661666,5213.8681971 +402,0.129574704,0.763364087,230,-1.753741133,0.8281661666,4767.0437759 +403,1.798920311,0.817447563,230,-1.753741133,0.8281661666,5772.2384282 +404,0.335987953,0.746786541,230,-1.753741133,0.8281661666,5203.4650898 +405,-1.085413643,0.292154671,230,-1.753741133,0.8281661666,3035.5905489 +406,-0.155321003,0.508207011,230,-1.753741133,0.8281661666,4838.6593588 +407,0.620529244,-0.301175104,230,-1.753741133,0.8281661666,9201.9805767 +408,1.684402744,0.368716966,230,-1.753741133,0.8281661666,7586.4947512 +409,0.300582244,-0.386397212,230,-1.753741133,0.8281661666,8618.6486294 +410,2.913555946,-0.009225192,230,-1.753741133,0.8281661666,6369.6118895 +411,1.465101417,0.493232532,230,-1.753741133,0.8281661666,7202.529267 +412,0.090612882,0.907955955,230,-1.753741133,0.8281661666,4291.5711868 +413,2.987564726,-0.729568594,230,-1.753741133,0.8281661666,8189.078389 +414,-1.484261606,0.224149272,230,-1.753741133,0.8281661666,2553.7492517 +415,0.164073421,0.303955133,230,-1.753741133,0.8281661666,6217.7659617 +416,0.141441293,0.167552546,230,-1.753741133,0.8281661666,6577.5281574 +417,2.931321023,-0.506718887,230,-1.753741133,0.8281661666,7738.8818515 +418,2.21951565,0.700596356,230,-1.753741133,0.8281661666,5718.7685216 +419,0.268112576,1.199114336,230,-1.753741133,0.8281661666,3774.3938432 +420,0.978913739,0.359223811,230,-1.753741133,0.8281661666,7520.0078257 +421,1.210898818,0.522863584,230,-1.753741133,0.8281661666,7055.3269015 +422,2.347397336,0.129231362,230,-1.753741133,0.8281661666,7386.9703323 +423,0.614394501,0.556878345,230,-1.753741133,0.8281661666,6306.5631218 +424,-1.398079356,0.148483366,230,-1.753741133,0.8281661666,2946.0982228 +425,2.535303836,-0.112984496,230,-1.753741133,0.8281661666,7676.7655318 +426,-1.019372593,-0.405322349,230,-1.753741133,0.8281661666,5542.1525423 +427,-1.297785627,-0.160104069,230,-1.753741133,0.8281661666,4230.0855293 +428,2.144554488,0.205051084,230,-1.753741133,0.8281661666,7559.8307377 +429,-2.242387083,-0.426171285,230,-1.753741133,0.8281661666,5265.4118501 +430,0.338637212,0.909723676,230,-1.753741133,0.8281661666,4700.8993774 +431,-0.148798452,0.691042401,230,-1.753741133,0.8281661666,4365.3702956 +432,0.893524764,0.441829531,230,-1.753741133,0.8281661666,7113.1493833 +433,0.969229347,-0.368847936,230,-1.753741133,0.8281661666,10185.99712 +434,0.436043248,0.800045688,230,-1.753741133,0.8281661666,5199.9717542 +435,1.687946607,1.081504775,230,-1.753741133,0.8281661666,4819.8248378 +436,0.522302046,-0.034889271,230,-1.753741133,0.8281661666,8132.1281245 +437,-0.178996113,-0.438090009,230,-1.753741133,0.8281661666,7490.9644113 +438,-1.094339566,0.301444068,230,-1.753741133,0.8281661666,2985.8397952 +439,-1.064070054,0.242569932,230,-1.753741133,0.8281661666,3241.8514755 +440,-1.068153768,0.230387998,230,-1.753741133,0.8281661666,3271.7444546 +441,-3.00496892,-0.23989155,230,-1.753741133,0.8281661666,6097.8374139 +442,0.21751974,0.766874888,230,-1.753741133,0.8281661666,4926.0616113 +443,0.117229532,0.007619006,230,-1.753741133,0.8281661666,6996.6065329 +444,0.777758451,0.420554741,230,-1.753741133,0.8281661666,7040.4197879 +445,-0.252356999,0.250747086,230,-1.753741133,0.8281661666,5309.8755687 +446,0.363148444,0.768483434,230,-1.753741133,0.8281661666,5182.0059175 +447,0.903191366,-0.118210676,230,-1.753741133,0.8281661666,9189.5178248 +448,-0.205755923,0.149406178,230,-1.753741133,0.8281661666,5725.8611059 +449,1.811996086,0.02364353,230,-1.753741133,0.8281661666,8764.4954933 +450,-1.100670221,0.314845373,230,-1.753741133,0.8281661666,2929.1593966 +451,0.340078597,0.850105132,230,-1.753741133,0.8281661666,4887.2517489 +452,0.258757267,0.804969236,230,-1.753741133,0.8281661666,4887.1037865 +453,2.78505352,-0.155160804,230,-1.753741133,0.8281661666,7138.1119704 +454,0.800551619,0.105822106,230,-1.753741133,0.8281661666,8213.8599176 +455,0.437940882,-0.506194031,230,-1.753741133,0.8281661666,9300.2271071 +456,2.230431122,0.63458615,230,-1.753741133,0.8281661666,5927.3276865 +457,0.527965361,0.127667701,230,-1.753741133,0.8281661666,7612.3619559 +458,-0.063643205,0.702093448,230,-1.753741133,0.8281661666,4529.8022257 +459,1.408447268,0.133010502,230,-1.753741133,0.8281661666,8635.9409875 +460,0.523795955,0.280266966,230,-1.753741133,0.8281661666,7093.2350881 +461,-0.975769313,0.072177659,230,-1.753741133,0.8281661666,3992.5841302 +462,0.549774164,-0.463663986,230,-1.753741133,0.8281661666,9486.7718528 +463,0.29245874,1.095549818,230,-1.753741133,0.8281661666,4086.2224391 +464,0.143625958,0.816809593,230,-1.753741133,0.8281661666,4641.3751214 +465,0.671902494,0.611159853,230,-1.753741133,0.8281661666,6202.5670732 +466,1.239840988,0.6724199,230,-1.753741133,0.8281661666,6477.064127 +467,0.607829703,-0.10932137,230,-1.753741133,0.8281661666,8567.8555213 +468,1.763020906,0.263996692,230,-1.753741133,0.8281661666,7917.7089038 +469,0.378714634,0.726066797,230,-1.753741133,0.8281661666,5344.1479425 +470,2.196736143,-0.153862366,230,-1.753741133,0.8281661666,8644.5389357 +471,0.01702415,0.148991565,230,-1.753741133,0.8281661666,6314.9437264 +472,-2.998490902,-0.158002487,230,-1.753741133,0.8281661666,5833.1919118 +473,-3.051262951,-0.346595608,230,-1.753741133,0.8281661666,6533.585048 +474,-1.069176439,0.182802941,230,-1.753741133,0.8281661666,3424.0689054 +475,0.167157509,0.595344954,230,-1.753741133,0.8281661666,5338.868568 +476,0.613855648,0.681746124,230,-1.753741133,0.8281661666,5869.9833408 +477,1.037012736,0.682555367,230,-1.753741133,0.8281661666,6333.1428759 +478,-1.253574971,0.379755746,230,-1.753741133,0.8281661666,2384.5334272 +479,3.108590453,-0.132620738,230,-1.753741133,0.8281661666,6211.1730986 +480,0.565301296,0.022333262,230,-1.753741133,0.8281661666,8042.0411916 +481,0.547898238,0.855555614,230,-1.753741133,0.8281661666,5179.5176813 +482,0.948309381,0.417393755,230,-1.753741133,0.8281661666,7266.9280019 +483,-0.050600732,0.945269213,230,-1.753741133,0.8281661666,3939.0613185 +484,-0.977651478,-0.572363064,230,-1.753741133,0.8281661666,6195.4894797 +485,1.102014914,0.728861163,230,-1.753741133,0.8281661666,6195.3942126 +486,2.927300795,-0.282939414,230,-1.753741133,0.8281661666,7124.9964886 +487,-1.154565557,0.124434095,230,-1.753741133,0.8281661666,3442.3448421 +488,1.855331234,0.291044755,230,-1.753741133,0.8281661666,7709.9249083 +489,0.830290659,0.276904518,230,-1.753741133,0.8281661666,7640.6179294 +490,0.485104466,-0.234867441,230,-1.753741133,0.8281661666,8667.0290151 +491,0.521367572,-0.33161327,230,-1.753741133,0.8281661666,9044.7921525 +1,-1.539031704,0.7349710123,231,-1.47430987,0.6834615681,281.85785833 +2,-1.536990553,0.7349663874,231,-1.47430987,0.6834615681,277.64947099 +3,-1.534951779,0.7349571355,231,-1.47430987,0.6834615681,273.50506721 +4,-1.532906461,0.7349480293,231,-1.47430987,0.6834615681,269.42362755 +5,-1.531320211,0.7346937278,231,-1.47430987,0.6834615681,265.57575772 +6,-1.539451648,0.7335131775,231,-1.47430987,0.6834615681,278.68015622 +7,-1.537429487,0.7335445708,231,-1.47430987,0.6834615681,274.53014615 +8,-1.535484998,0.7335658704,231,-1.47430987,0.6834615681,270.58320179 +9,-1.533488396,0.7336036027,231,-1.47430987,0.6834615681,266.64913458 +10,-1.531497785,0.7335842962,231,-1.47430987,0.6834615681,262.63736309 +11,-1.530259379,0.7334777758,231,-1.47430987,0.6834615681,259.89877529 +12,-1.5335454,0.7322346912,231,-1.47430987,0.6834615681,262.82447822 +13,-1.531489083,0.7322238773,231,-1.47430987,0.6834615681,258.63934414 +14,-1.530011122,0.7321679851,231,-1.47430987,0.6834615681,255.53975243 +15,-1.53348106,0.7306614094,231,-1.47430987,0.6834615681,258.23003845 +16,-1.531441779,0.7306962275,231,-1.47430987,0.6834615681,254.13446914 +17,-1.529755654,0.7306933243,231,-1.47430987,0.6834615681,250.71918965 +18,-1.533415048,0.7291384674,231,-1.47430987,0.6834615681,253.84092632 +19,-1.531392093,0.7291705353,231,-1.47430987,0.6834615681,249.69526972 +20,-1.529296523,0.7291214933,231,-1.47430987,0.6834615681,245.2503893 +21,-1.535280942,0.727267644,231,-1.47430987,0.6834615681,252.77843087 +22,-1.533378158,0.7276139666,231,-1.47430987,0.6834615681,249.57850344 +23,-1.531340368,0.7276446587,231,-1.47430987,0.6834615681,245.31951409 +24,-1.528960113,0.7276398177,231,-1.47430987,0.6834615681,240.33286353 +25,-1.533313146,0.7260818349,231,-1.47430987,0.6834615681,245.30847253 +26,-1.531259555,0.7260958115,231,-1.47430987,0.6834615681,240.8904756 +27,-1.528926415,0.7260865555,231,-1.47430987,0.6834615681,235.89807626 +28,-1.531226779,0.7245511789,231,-1.47430987,0.6834615681,236.65379612 +29,-1.528904772,0.7245519194,231,-1.47430987,0.6834615681,231.61837178 +30,-1.547195875,0.7409785979,231,-1.47430987,0.6834615681,315.60159795 +31,-1.5451475,0.740980426,231,-1.47430987,0.6834615681,311.39143935 +32,-1.543097679,0.7409798872,231,-1.47430987,0.6834615681,307.23641089 +33,-1.540720364,0.7409892687,231,-1.47430987,0.6834615681,302.53141162 +34,-1.547188511,0.7395198392,231,-1.47430987,0.6834615681,311.54069068 +35,-1.545148587,0.7395226109,231,-1.47430987,0.6834615681,307.28973367 +36,-1.543104538,0.7395314908,231,-1.47430987,0.6834615681,303.11144053 +37,-1.540727751,0.7395306258,231,-1.47430987,0.6834615681,298.3053656 +38,-1.547187029,0.7380014886,231,-1.47430987,0.6834615681,307.38531106 +39,-1.545147315,0.7380012252,231,-1.47430987,0.6834615681,303.06212458 +40,-1.54310719,0.7380060743,231,-1.47430987,0.6834615681,298.81510211 +41,-1.540719671,0.7380068206,231,-1.47430987,0.6834615681,293.91473255 +42,-1.547187189,0.7364799098,231,-1.47430987,0.6834615681,303.28705593 +43,-1.545149996,0.7364853874,231,-1.47430987,0.6834615681,298.91960263 +44,-1.543106091,0.7364823484,231,-1.47430987,0.6834615681,294.57670742 +45,-1.540717158,0.7364893901,231,-1.47430987,0.6834615681,289.61261504 +46,-1.538663972,0.7410138672,231,-1.47430987,0.6834615681,298.58775863 +47,-1.53695285,0.7409699132,231,-1.47430987,0.6834615681,295.1706662 +48,-1.534910498,0.7409641297,231,-1.47430987,0.6834615681,291.29972464 +49,-1.533145034,0.7409536636,231,-1.47430987,0.6834615681,287.99950037 +50,-1.538681336,0.7395405883,231,-1.47430987,0.6834615681,294.27403509 +51,-1.536999189,0.7395183096,231,-1.47430987,0.6834615681,290.92488945 +52,-1.534923633,0.7395144222,231,-1.47430987,0.6834615681,286.93170739 +53,-1.533267822,0.7395654306,231,-1.47430987,0.6834615681,283.96861455 +54,-1.53867273,0.7380151077,231,-1.47430987,0.6834615681,289.81047422 +55,-1.536980576,0.7379994392,231,-1.47430987,0.6834615681,286.40655185 +56,-1.534931522,0.7379944961,231,-1.47430987,0.6834615681,282.39357189 +57,-1.533387952,0.7379480264,231,-1.47430987,0.6834615681,279.29305014 +58,-1.538682279,0.7364914363,231,-1.47430987,0.6834615681,285.44695929 +59,-1.536980704,0.7364810563,231,-1.47430987,0.6834615681,281.982951 +60,-1.534935567,0.7364752065,231,-1.47430987,0.6834615681,277.90601885 +61,-1.533042592,0.7363876366,231,-1.47430987,0.6834615681,273.95588745 +62,-1.545143426,0.7349628011,231,-1.47430987,0.6834615681,294.80295127 +63,-1.543105297,0.7349691947,231,-1.47430987,0.6834615681,290.43115149 +64,-1.541064533,0.7349647152,231,-1.47430987,0.6834615681,286.08797778 +65,-1.545411803,0.7334624714,231,-1.47430987,0.6834615681,291.41719883 +66,-1.543446606,0.7334780896,231,-1.47430987,0.6834615681,287.15340172 +67,-1.541475327,0.7334957295,231,-1.47430987,0.6834615681,282.94120092 +68,-1.545401939,0.731963266,231,-1.47430987,0.6834615681,287.49766735 +69,-1.54342253,0.7319915583,231,-1.47430987,0.6834615681,283.17017853 +70,-1.541455867,0.7320216438,231,-1.47430987,0.6834615681,278.93540987 +71,-1.545410146,0.7304422281,231,-1.47430987,0.6834615681,283.63397051 +72,-1.543435491,0.7304713664,231,-1.47430987,0.6834615681,279.25047524 +73,-1.541463105,0.7304997613,231,-1.47430987,0.6834615681,274.92888792 +74,-1.545414768,0.7289194936,231,-1.47430987,0.6834615681,279.83409963 +75,-1.543435774,0.7289538557,231,-1.47430987,0.6834615681,275.38449114 +76,-1.541457714,0.7289765881,231,-1.47430987,0.6834615681,270.96544197 +77,-1.539449415,0.7320555866,231,-1.47430987,0.6834615681,274.68803799 +78,-1.537429183,0.7321097681,231,-1.47430987,0.6834615681,270.53571372 +79,-1.535472649,0.7321497267,231,-1.47430987,0.6834615681,266.55005068 +80,-1.539457899,0.7305333307,231,-1.47430987,0.6834615681,270.61092343 +81,-1.537453161,0.7305750503,231,-1.47430987,0.6834615681,266.38314278 +82,-1.535479385,0.7306124949,231,-1.47430987,0.6834615681,262.2800435 +83,-1.53946905,0.7290102593,231,-1.47430987,0.6834615681,266.61155399 +84,-1.537459922,0.7290417293,231,-1.47430987,0.6834615681,262.27187976 +85,-1.535451349,0.7290890157,231,-1.47430987,0.6834615681,258.04556837 +86,-1.535522937,0.7279887191,231,-1.47430987,0.6834615681,255.23221729 +87,-1.539442524,0.7274735939,231,-1.47430987,0.6834615681,262.57001297 +88,-1.537424111,0.727521351,231,-1.47430987,0.6834615681,258.17721615 +89,-1.539384641,0.7259505092,231,-1.47430987,0.6834615681,258.57063046 +90,-1.537372391,0.7259947145,231,-1.47430987,0.6834615681,254.10703916 +91,-1.535340789,0.7260435356,231,-1.47430987,0.6834615681,249.68063189 +92,-1.539325716,0.7244369706,231,-1.47430987,0.6834615681,254.67205736 +93,-1.537308932,0.7244801057,231,-1.47430987,0.6834615681,250.11974938 +94,-1.535289068,0.7245247645,231,-1.47430987,0.6834615681,245.63126339 +95,-1.533261366,0.7245550236,231,-1.47430987,0.6834615681,241.15863013 +96,-1.539267302,0.722921924,231,-1.47430987,0.6834615681,250.85340966 +97,-1.537248972,0.7229660258,231,-1.47430987,0.6834615681,246.22318268 +98,-1.535219431,0.7229916471,231,-1.47430987,0.6834615681,241.58632132 +99,-1.53318962,0.7230212049,231,-1.47430987,0.6834615681,237.02693024 +100,-1.531154816,0.7230299897,231,-1.47430987,0.6834615681,232.47452831 +101,-1.528878341,0.7230370244,231,-1.47430987,0.6834615681,227.46279085 +102,-1.539218189,0.7214009878,231,-1.47430987,0.6834615681,247.12965886 +103,-1.537198791,0.7214422745,231,-1.47430987,0.6834615681,242.41202946 +104,-1.535179266,0.7214634354,231,-1.47430987,0.6834615681,237.70830203 +105,-1.533156501,0.7214944644,231,-1.47430987,0.6834615681,233.0868285 +106,-1.53113574,0.7215166021,231,-1.47430987,0.6834615681,228.51750006 +107,-1.528874248,0.7215345535,231,-1.47430987,0.6834615681,223.47325412 +108,-1.539217656,0.7198512397,231,-1.47430987,0.6834615681,243.55045872 +109,-1.537199919,0.7199428763,231,-1.47430987,0.6834615681,238.87262468 +110,-1.545425832,0.727397149,231,-1.47430987,0.6834615681,276.12962185 +111,-1.543371177,0.7273916949,231,-1.47430987,0.6834615681,271.336051 +112,-1.541368852,0.7274523163,231,-1.47430987,0.6834615681,266.88594555 +113,-1.545349067,0.7258710923,231,-1.47430987,0.6834615681,272.29084344 +114,-1.54332671,0.7258603556,231,-1.47430987,0.6834615681,267.49083442 +115,-1.541346831,0.7259242142,231,-1.47430987,0.6834615681,263.02693234 +116,-1.545324355,0.7243383958,231,-1.47430987,0.6834615681,268.642818 +117,-1.543292796,0.7243617413,231,-1.47430987,0.6834615681,263.83110313 +118,-1.541295822,0.7244024384,231,-1.47430987,0.6834615681,259.19853891 +119,-1.543193859,0.7205570215,231,-1.47430987,0.6834615681,254.89178433 +120,-1.550257047,0.7386738187,231,-1.47430987,0.6834615681,315.79247635 +121,-1.549335448,0.7311736483,231,-1.47430987,0.6834615681,294.44822155 +122,-1.533478843,0.7179891343,231,-1.47430987,0.6834615681,225.35177175 +123,-1.556150555,0.738907041,231,-1.47430987,0.6834615681,329.36637565 +124,-1.554324226,0.733414257,231,-1.47430987,0.6834615681,311.48438231 +125,-1.554290846,0.7288285332,231,-1.47430987,0.6834615681,300.5834099 +126,-1.55122487,0.7219795312,231,-1.47430987,0.6834615681,278.01671708 +127,-1.525104458,0.7229399862,231,-1.47430987,0.6834615681,219.07455775 +128,-1.519607711,0.7236181429,231,-1.47430987,0.6834615681,209.78799934 +129,-1.513899999,0.7251107854,231,-1.47430987,0.6834615681,203.69156076 +130,-1.536620762,0.7431061895,231,-1.47430987,0.6834615681,301.01995593 +131,-1.5369566,0.7460845958,231,-1.47430987,0.6834615681,310.81877816 +132,-1.545345528,0.7447040685,231,-1.47430987,0.6834615681,322.49615628 +133,-1.532813921,0.7432306626,231,-1.47430987,0.6834615681,294.48475855 +134,-1.554788248,0.7382381001,231,-1.47430987,0.6834615681,324.60980461 +135,-1.540348126,0.7301594274,231,-1.47430987,0.6834615681,271.57221925 +136,-1.538016084,0.7239051786,231,-1.47430987,0.6834615681,250.31951542 +137,-1.525288962,0.7258085137,231,-1.47430987,0.6834615681,227.57065046 +138,-1.534326986,0.731241342,231,-1.47430987,0.6834615681,261.61780116 +139,-1.530733872,0.7303625216,231,-1.47430987,0.6834615681,251.73705761 +141,-1.534354939,0.7328219978,231,-1.47430987,0.6834615681,266.15370665 +142,-1.53157084,0.7292888153,231,-1.47430987,0.6834615681,250.39957682 +143,-1.525691035,0.7263799874,231,-1.47430987,0.6834615681,230.03357619 +144,-1.534031287,0.7495967835,231,-1.47430987,0.6834615681,316.8642478 +145,-1.527714986,0.7283095957,231,-1.47430987,0.6834615681,239.70356404 +146,-1.526189586,0.7271468292,231,-1.47430987,0.6834615681,233.25790737 +147,-1.555177336,0.7375563366,231,-1.47430987,0.6834615681,323.7401312 +148,-1.555080283,0.7312707794,231,-1.47430987,0.6834615681,308.13164243 +149,-1.53856994,0.7224180299,231,-1.47430987,0.6834615681,247.99587339 +150,-1.530837883,0.729933372,231,-1.47430987,0.6834615681,250.7195153 +151,-1.515066984,0.5854133365,231,-1.47430987,0.6834615681,409.51227259 +152,-1.534731633,0.5368370046,231,-1.47430987,0.6834615681,612.8659171 +153,-1.515231902,0.5607085576,231,-1.47430987,0.6834615681,503.69641471 +154,-2.616253799,1.0684566605,231,-1.47430987,0.6834615681,3101.9764286 +155,-1.956071439,0.5792177723,231,-1.47430987,0.6834615681,1587.9488567 +156,-1.951208514,0.5602434208,231,-1.47430987,0.6834615681,1603.944572 +157,-1.944675062,0.6062144545,231,-1.47430987,0.6834615681,1514.2050194 +158,-1.613778386,0.6077989518,231,-1.47430987,0.6834615681,533.05540383 +159,-2.035029014,0.6021432345,231,-1.47430987,0.6834615681,1796.9892768 +160,-2.114989471,0.6801825058,231,-1.47430987,0.6834615681,1956.708163 +161,-2.037382079,0.5765830025,231,-1.47430987,0.6834615681,1840.8086582 +162,-2.129855121,0.6585019963,231,-1.47430987,0.6834615681,2021.5387626 +163,-2.075141798,0.6493615843,231,-1.47430987,0.6834615681,1864.3659463 +164,-1.828626729,0.6948433129,231,-1.47430987,0.6834615681,1081.7765906 +165,-1.863329418,0.6735427691,231,-1.47430987,0.6834615681,1197.2419854 +166,-1.266037071,0.727988852,231,-1.47430987,0.6834615681,651.59816274 +167,-1.277579582,0.7249010648,231,-1.47430987,0.6834615681,615.64600641 +168,-1.258418684,0.7241194816,231,-1.47430987,0.6834615681,670.90032754 +169,-1.317813974,0.6804850104,231,-1.47430987,0.6834615681,481.18045135 +170,-1.344165204,0.6790988904,231,-1.47430987,0.6834615681,400.6854509 +171,-1.427582102,0.5277120351,231,-1.47430987,0.6834615681,635.32383807 +172,-1.402238616,0.457167829,231,-1.47430987,0.6834615681,927.69799797 +173,-1.422454264,0.4996161999,231,-1.47430987,0.6834615681,747.77459691 +174,-1.439089277,0.4894859811,231,-1.47430987,0.6834615681,777.01016026 +175,-1.448126995,0.5182330266,231,-1.47430987,0.6834615681,660.00693884 +176,-1.474626146,0.5881926574,231,-1.47430987,0.6834615681,377.36149862 +177,-1.421139645,0.5584869783,231,-1.47430987,0.6834615681,523.72695396 +178,-1.457037165,0.565943032,231,-1.47430987,0.6834615681,468.77763157 +179,-2.757159358,0.3745319,231,-1.47430987,0.6834615681,4435.1270247 +180,-2.714309238,0.342054471,231,-1.47430987,0.6834615681,4377.1990356 +181,-2.000525337,0.774119946,231,-1.47430987,0.6834615681,1586.1755427 +183,-1.571413436,0.6777838382,231,-1.47430987,0.6834615681,299.72219055 +184,-1.552860289,0.6987663893,231,-1.47430987,0.6834615681,247.25796916 +185,-1.521852374,0.7165827476,231,-1.47430987,0.6834615681,194.80365271 +186,-1.503656267,0.6928968252,231,-1.47430987,0.6834615681,97.250626238 +187,-1.502753178,0.7136205882,231,-1.47430987,0.6834615681,147.35071594 +188,-1.631894563,0.7343596465,231,-1.47430987,0.6834615681,514.57374614 +189,-1.653765416,0.6770714026,231,-1.47430987,0.6834615681,552.88078299 +190,-1.719812114,0.6715965947,231,-1.47430987,0.6834615681,758.34139907 +191,-1.493406659,0.6646955447,231,-1.47430987,0.6834615681,94.960621791 +192,-1.469120564,0.6613469966,231,-1.47430987,0.6834615681,89.059429425 +193,-1.590551461,0.5326612937,231,-1.47430987,0.6834615681,706.31771304 +194,-1.625979264,0.5247742243,231,-1.47430987,0.6834615681,798.84255103 +195,-1.572293943,0.5238808754,231,-1.47430987,0.6834615681,707.87601627 +196,-1.610848725,0.5477107964,231,-1.47430987,0.6834615681,695.16112695 +197,-1.208485554,0.7918526018,231,-1.47430987,0.6834615681,887.5917154 +198,-1.335601374,0.6869083083,231,-1.47430987,0.6834615681,425.50212178 +199,-1.346156996,0.6825213377,231,-1.47430987,0.6834615681,393.66000349 +200,-1.324381037,0.6741422347,231,-1.47430987,0.6834615681,463.51910509 +201,-1.242424992,0.7378949807,231,-1.47430987,0.6834615681,727.87049024 +202,-1.270370057,0.7392461008,231,-1.47430987,0.6834615681,649.90225584 +203,-1.448950472,0.7441675014,231,-1.47430987,0.6834615681,252.14690671 +204,-1.492662363,0.7523026852,231,-1.47430987,0.6834615681,278.11543654 +205,-1.479098966,0.7763855017,231,-1.47430987,0.6834615681,368.34241108 +206,-1.633760714,0.7869022408,231,-1.47430987,0.6834615681,621.64233298 +207,-1.647406434,0.8101289331,231,-1.47430987,0.6834615681,709.51232004 +208,-1.564245052,0.5701509278,231,-1.47430987,0.6834615681,533.32422903 +209,-1.646289963,0.6833746083,231,-1.47430987,0.6834615681,527.96568343 +210,-1.5820631,0.6751952144,231,-1.47430987,0.6834615681,333.60091441 +211,-1.613236298,0.6681681791,231,-1.47430987,0.6834615681,433.43945672 +212,-1.914661867,0.8212566515,231,-1.47430987,0.6834615681,1377.6376019 +213,-1.742133237,0.7250275956,231,-1.47430987,0.6834615681,823.89058405 +214,-2.033144872,0.6557314699,231,-1.47430987,0.6834615681,1730.0525065 +215,-2.039551981,0.6964723658,231,-1.47430987,0.6834615681,1718.0667159 +216,-1.247341019,0.7622473908,231,-1.47430987,0.6834615681,741.81439724 +217,-1.298239787,0.7084123392,231,-1.47430987,0.6834615681,543.95818893 +218,-1.308539688,0.6926545592,231,-1.47430987,0.6834615681,508.28895712 +219,-1.303263185,0.6888938396,231,-1.47430987,0.6834615681,524.35885693 +220,-1.852400229,0.6004246149,231,-1.47430987,0.6834615681,1240.384588 +221,-1.288947707,0.7473773692,231,-1.47430987,0.6834615681,608.69940253 +222,-1.372031502,0.7472790993,231,-1.47430987,0.6834615681,396.58345535 +223,-1.289805721,0.7242157877,231,-1.47430987,0.6834615681,579.63020474 +224,-1.350807603,0.7533498126,231,-1.47430987,0.6834615681,460.45132438 +225,-1.329290365,0.7560442322,231,-1.47430987,0.6834615681,518.48029656 +226,-1.410153004,0.616936428,231,-1.47430987,0.6834615681,332.1204382 +227,-1.393445434,0.6308995063,231,-1.47430987,0.6834615681,328.02482862 +228,-1.37595573,0.6241540638,231,-1.47430987,0.6834615681,388.21226332 +229,-1.358388707,0.6172645205,231,-1.47430987,0.6834615681,449.56020669 +230,-1.753741133,0.8281661666,231,-1.47430987,0.6834615681,985.46421158 +231,-1.47430987,0.6834615681,231,-1.47430987,0.6834615681,25.805025853 +232,-1.421012508,0.7222725206,231,-1.47430987,0.6834615681,222.63328065 +233,-1.4476833,0.6978557868,231,-1.47430987,0.6834615681,99.295170429 +234,-1.470370723,0.6966193374,231,-1.47430987,0.6834615681,53.488993268 +235,-1.429211703,0.7037216883,231,-1.47430987,0.6834615681,159.07535248 +236,-1.700578405,0.6178673663,231,-1.47430987,0.6834615681,758.13013852 +237,-1.678117619,0.6331716163,231,-1.47430987,0.6834615681,668.35153523 +238,-1.725644578,0.6316331145,231,-1.47430987,0.6834615681,813.27425263 +239,-2.14012759,0.7930497945,231,-1.47430987,0.6834615681,1978.7551875 +240,-2.103289431,0.7653606263,231,-1.47430987,0.6834615681,1878.4587007 +241,-1.318739838,0.7017808746,231,-1.47430987,0.6834615681,479.52830428 +242,-1.396417427,0.7077900843,231,-1.47430987,0.6834615681,255.65956412 +243,-1.35650337,0.7185539404,231,-1.47430987,0.6834615681,382.59646856 +244,-1.248884539,0.7274156818,231,-1.47430987,0.6834615681,700.98077483 +245,-1.395014798,0.5761185243,231,-1.47430987,0.6834615681,495.01572162 +246,-1.433377362,0.6064716109,231,-1.47430987,0.6834615681,331.30434697 +247,-1.408172432,0.5903155476,231,-1.47430987,0.6834615681,424.72541637 +248,-1.749645898,0.7757118084,231,-1.47430987,0.6834615681,889.39370358 +249,-1.571626686,0.615046989,231,-1.47430987,0.6834615681,409.36874235 +250,-1.514070049,0.6303003037,231,-1.47430987,0.6834615681,244.71148626 +251,-1.480890369,0.6237966528,231,-1.47430987,0.6834615681,237.23617053 +252,-1.704390658,0.5281680612,231,-1.47430987,0.6834615681,967.49947941 +253,-1.64434733,0.5254277498,231,-1.47430987,0.6834615681,834.9632515 +254,-1.703855997,0.4792484842,231,-1.47430987,0.6834615681,1107.3866133 +255,-1.692002383,0.5748825051,231,-1.47430987,0.6834615681,817.9896153 +256,-1.854136457,0.5544643913,231,-1.47430987,0.6834615681,1323.3463636 +257,-1.665021206,0.520317736,231,-1.47430987,0.6834615681,896.0105245 +258,-1.733654349,0.4845187345,231,-1.47430987,0.6834615681,1161.2784493 +259,-1.720938188,0.5135933906,231,-1.47430987,0.6834615681,1048.468439 +260,-1.742668307,0.553296122,231,-1.47430987,0.6834615681,1005.8889667 +261,-1.965659039,0.7142126903,231,-1.47430987,0.6834615681,1488.5428594 +262,-1.944438071,0.6772834804,231,-1.47430987,0.6834615681,1442.4023111 +263,-1.270340967,0.7681487096,231,-1.47430987,0.6834615681,690.22136678 +264,-1.353091884,0.6549276821,231,-1.47430987,0.6834615681,393.06210427 +265,-1.333236659,0.6413584414,231,-1.47430987,0.6834615681,470.90315086 +266,-1.352015998,0.6753788907,231,-1.47430987,0.6834615681,378.0995077 +267,-1.377988483,0.6577816235,231,-1.47430987,0.6834615681,315.67224041 +268,-2.13075611,0.8318642051,231,-1.47430987,0.6834615681,1956.4908716 +269,-2.097910953,0.8259670014,231,-1.47430987,0.6834615681,1867.1926669 +270,-1.416382069,0.6694271549,231,-1.47430987,0.6834615681,187.35069664 +271,-1.538905672,0.7535625993,231,-1.47430987,0.6834615681,337.85205095 +272,-1.572309477,0.7803125099,231,-1.47430987,0.6834615681,479.90063692 +273,-1.87759879,0.7503853417,231,-1.47430987,0.6834615681,1228.8305514 +274,1.152365588,0.590457682,231,-1.47430987,0.6834615681,7055.987619 +275,0.350198001,0.718001859,231,-1.47430987,0.6834615681,5143.6816903 +276,0.046513677,0.491503852,231,-1.47430987,0.6834615681,4880.6906934 +277,0.027510309,0.742571376,231,-1.47430987,0.6834615681,4300.1181332 +278,0.306285725,-0.214631579,231,-1.47430987,0.6834615681,7396.78853 +279,-1.100564889,0.318051531,231,-1.47430987,0.6834615681,1934.1364525 +280,-1.078582306,0.301437596,231,-1.47430987,0.6834615681,2036.7266455 +281,-1.137371989,-0.617634065,231,-1.47430987,0.6834615681,5299.0062966 +282,0.784356344,0.703272339,231,-1.47430987,0.6834615681,6091.5652121 +283,-1.221209947,0.218327455,231,-1.47430987,0.6834615681,2045.1218151 +284,2.347301921,-0.449114658,231,-1.47430987,0.6834615681,10011.402242 +285,0.246820618,0.830553713,231,-1.47430987,0.6834615681,4644.0511268 +286,0.829414965,0.703288228,231,-1.47430987,0.6834615681,6171.5498223 +287,-1.337537566,0.42332223,231,-1.47430987,0.6834615681,1127.6095124 +288,0.882453706,0.454478077,231,-1.47430987,0.6834615681,7083.0501035 +289,1.575629659,0.416419109,231,-1.47430987,0.6834615681,8074.0030018 +290,-1.039455679,0.229888244,231,-1.47430987,0.6834615681,2353.4534131 +291,0.489558039,0.934482747,231,-1.47430987,0.6834615681,4883.9101194 +292,0.081344504,0.88384514,231,-1.47430987,0.6834615681,4167.6070868 +293,-1.547979814,0.300350308,231,-1.47430987,0.6834615681,1538.6520104 +294,0.040776181,0.168560074,231,-1.47430987,0.6834615681,5631.5234887 +295,-1.130374745,0.563894876,231,-1.47430987,0.6834615681,1199.7245346 +296,1.578326642,0.478507176,231,-1.47430987,0.6834615681,7829.5496124 +297,-1.12861823,-0.291640865,231,-1.47430987,0.6834615681,4069.0545915 +298,0.310524208,0.770885792,231,-1.47430987,0.6834615681,4923.9303998 +299,0.415649091,-0.387246002,231,-1.47430987,0.6834615681,8132.0223477 +300,-0.926533878,-0.188022748,231,-1.47430987,0.6834615681,3998.8388271 +301,1.258856172,-0.11716081,231,-1.47430987,0.6834615681,9769.1806076 +302,-1.126050026,0.322941926,231,-1.47430987,0.6834615681,1861.6409997 +303,2.002785835,0.07893892,231,-1.47430987,0.6834615681,9184.2588344 +304,0.440437607,0.746258085,231,-1.47430987,0.6834615681,5275.2495199 +305,-0.030391866,0.214441206,231,-1.47430987,0.6834615681,5301.6495834 +306,0.521557815,-0.058929362,231,-1.47430987,0.6834615681,7665.3458986 +307,-0.097005111,0.13317729,231,-1.47430987,0.6834615681,5296.0388636 +308,1.83113859,0.221857587,231,-1.47430987,0.6834615681,8807.1174793 +309,0.222428864,0.099404236,231,-1.47430987,0.6834615681,6357.6045879 +310,-1.702731345,0.8728568183,231,-1.47430987,0.6834615681,986.03718068 +311,-0.418507569,0.278324921,231,-1.47430987,0.6834615681,3959.113663 +312,-1.41153306,0.339029988,231,-1.47430987,0.6834615681,1381.0915503 +313,0.357560442,0.114788776,231,-1.47430987,0.6834615681,6724.327825 +314,0.325818979,0.268352149,231,-1.47430987,0.6834615681,6231.9312936 +315,-1.246004659,-0.663679965,231,-1.47430987,0.6834615681,5400.2949356 +316,1.814603087,0.637404484,231,-1.47430987,0.6834615681,7184.3288608 +317,1.843704281,-0.18300445,231,-1.47430987,0.6834615681,10365.942293 +318,1.690644492,-0.211480909,231,-1.47430987,0.6834615681,10572.531634 +319,-1.275451936,0.068109467,231,-1.47430987,0.6834615681,2540.1483683 +320,0.762430171,-0.207594741,231,-1.47430987,0.6834615681,8765.41504 +321,0.265668905,-0.014647884,231,-1.47430987,0.6834615681,6777.4648102 +322,-2.773032013,-0.335515811,231,-1.47430987,0.6834615681,6266.1568595 +323,-1.469512853,0.174058777,231,-1.47430987,0.6834615681,2017.8158237 +324,0.286276986,0.785925691,231,-1.47430987,0.6834615681,4833.5456847 +325,-1.379324697,0.377432233,231,-1.47430987,0.6834615681,1254.1967144 +326,-1.203778265,0.212813032,231,-1.47430987,0.6834615681,2092.2538058 +327,0.579916301,0.611743168,231,-1.47430987,0.6834615681,5953.9472704 +328,0.267582642,0.868113908,231,-1.47430987,0.6834615681,4606.7179939 +329,0.412869244,-0.050245578,231,-1.47430987,0.6834615681,7315.7791861 +330,0.17524381,0.976660285,231,-1.47430987,0.6834615681,4197.5544258 +331,0.743157214,0.204812899,231,-1.47430987,0.6834615681,7549.8304656 +332,-1.070758176,0.269382282,231,-1.47430987,0.6834615681,2156.2942584 +333,-1.230364251,0.329790229,231,-1.47430987,0.6834615681,1631.2838915 +334,-1.374813124,-0.024926835,231,-1.47430987,0.6834615681,2829.1867889 +335,0.519780566,0.463669906,231,-1.47430987,0.6834615681,6231.6543422 +336,-1.55108034,0.239698561,231,-1.47430987,0.6834615681,1778.103102 +337,0.180294813,0.029739425,231,-1.47430987,0.6834615681,6404.600709 +338,0.67820924,0.268170153,231,-1.47430987,0.6834615681,7196.2218834 +339,0.445798684,1.024001867,231,-1.47430987,0.6834615681,4585.7500003 +340,0.691751283,0.150521402,231,-1.47430987,0.6834615681,7575.7573625 +341,-1.036643551,-0.903056181,231,-1.47430987,0.6834615681,6463.6022014 +342,-0.120287036,1.083325163,231,-1.47430987,0.6834615681,3491.3845735 +343,2.823513113,-0.304487164,231,-1.47430987,0.6834615681,8237.9448743 +344,0.457583172,1.12513373,231,-1.47430987,0.6834615681,4365.4560102 +345,0.042918831,0.813795399,231,-1.47430987,0.6834615681,4204.7347326 +346,1.196146777,-0.853142756,231,-1.47430987,0.6834615681,10953.914 +347,0.206001358,-0.010430701,231,-1.47430987,0.6834615681,6584.1845552 +348,-0.268308653,0.234799412,231,-1.47430987,0.6834615681,4522.7086721 +349,0.759363263,0.736189579,231,-1.47430987,0.6834615681,5942.7414905 +350,0.181363926,0.891988372,231,-1.47430987,0.6834615681,4372.0776444 +351,-0.021111158,0.139103292,231,-1.47430987,0.6834615681,5514.4837724 +352,-0.093355215,0.630686981,231,-1.47430987,0.6834615681,4191.0161028 +353,0.40118964,0.681375926,231,-1.47430987,0.6834615681,5355.2330396 +354,-0.721197315,1.304706234,231,-1.47430987,0.6834615681,2814.4278092 +355,-1.076150317,0.212107639,231,-1.47430987,0.6834615681,2331.8675884 +356,-1.577164531,0.273993443,231,-1.47430987,0.6834615681,1660.7153436 +357,-0.190788414,0.182208586,231,-1.47430987,0.6834615681,4887.7780248 +358,-0.261349752,0.209710184,231,-1.47430987,0.6834615681,4604.4779354 +359,-1.029303852,0.083549259,231,-1.47430987,0.6834615681,2861.9617182 +360,-1.268609162,0.330525297,231,-1.47430987,0.6834615681,1565.5895387 +361,1.282982244,-0.926641967,231,-1.47430987,0.6834615681,11025.971143 +362,0.217352334,0.731352408,231,-1.47430987,0.6834615681,4796.4088177 +363,-1.511833084,0.258629297,231,-1.47430987,0.6834615681,1687.8243257 +364,0.338812194,0.823184618,231,-1.47430987,0.6834615681,4862.2176728 +365,-0.324406489,1.134201999,231,-1.47430987,0.6834615681,3115.9861603 +366,1.389579348,0.399185724,231,-1.47430987,0.6834615681,8033.7013406 +367,2.047152199,-0.039082036,231,-1.47430987,0.6834615681,9546.7701954 +368,0.947780369,0.568250077,231,-1.47430987,0.6834615681,6825.171039 +369,0.763824846,0.576754987,231,-1.47430987,0.6834615681,6451.4294562 +370,-0.142334657,0.928153068,231,-1.47430987,0.6834615681,3596.0109725 +371,0.610266567,0.547265983,231,-1.47430987,0.6834615681,6209.3788908 +372,0.210731629,0.746815056,231,-1.47430987,0.6834615681,4745.7890857 +373,-1.34931644,0.316895224,231,-1.47430987,0.6834615681,1514.2220669 +374,2.407696481,0.655030745,231,-1.47430987,0.6834615681,6496.3673605 +375,0.64207831,0.545359131,231,-1.47430987,0.6834615681,6287.0342787 +376,1.174597538,0.840588356,231,-1.47430987,0.6834615681,6163.3629504 +377,0.660059424,0.010604079,231,-1.47430987,0.6834615681,7884.4250769 +378,-0.730263819,0.010486456,231,-1.47430987,0.6834615681,3785.3559388 +379,0.831068936,0.512339172,231,-1.47430987,0.6834615681,6792.0228091 +380,1.301180979,0.72367476,231,-1.47430987,0.6834615681,6716.045974 +381,1.811128231,0.322854402,231,-1.47430987,0.6834615681,8422.326137 +382,0.435105812,0.992284428,231,-1.47430987,0.6834615681,4644.0994268 +383,0.62643634,0.592027932,231,-1.47430987,0.6834615681,6114.3771246 +384,0.492988703,-0.516339467,231,-1.47430987,0.6834615681,8634.7893756 +385,-0.162469483,0.112549365,231,-1.47430987,0.6834615681,5146.3262036 +386,0.314630866,0.472006421,231,-1.47430987,0.6834615681,5674.9250951 +387,0.166744804,0.822815954,231,-1.47430987,0.6834615681,4479.2883577 +388,0.417159608,0.965805736,231,-1.47430987,0.6834615681,4676.2716629 +389,0.106334961,0.868774244,231,-1.47430987,0.6834615681,4251.3345108 +390,0.815086969,-0.338144359,231,-1.47430987,0.6834615681,9243.8988993 +391,0.59867455,-0.230624824,231,-1.47430987,0.6834615681,8331.1916027 +392,1.915104874,0.066220985,231,-1.47430987,0.6834615681,9339.3971579 +393,1.278093622,0.064463721,231,-1.47430987,0.6834615681,9158.1518407 +394,-0.061477853,0.302997961,231,-1.47430987,0.6834615681,4994.9148382 +395,0.251311504,0.626976942,231,-1.47430987,0.6834615681,5123.948839 +396,2.950242872,0.149095644,231,-1.47430987,0.6834615681,6713.8450258 +397,-0.180294708,0.35375117,231,-1.47430987,0.6834615681,4515.8595162 +398,1.010448592,-0.351180233,231,-1.47430987,0.6834615681,9854.3603431 +399,-1.748740498,0.3686318073,231,-1.47430987,0.6834615681,1556.4808511 +400,2.699635665,0.123533791,231,-1.47430987,0.6834615681,7498.6836935 +401,0.496808033,0.823843254,231,-1.47430987,0.6834615681,5188.077668 +402,0.129574704,0.763364087,231,-1.47430987,0.6834615681,4513.5786933 +403,1.798920311,0.817447563,231,-1.47430987,0.6834615681,6480.5281477 +404,0.335987953,0.746786541,231,-1.47430987,0.6834615681,5040.0587367 +405,-1.085413643,0.292154671,231,-1.47430987,0.6834615681,2050.5676721 +406,-0.155321003,0.508207011,231,-1.47430987,0.6834615681,4256.5876905 +407,0.620529244,-0.301175104,231,-1.47430987,0.6834615681,8566.0345721 +408,1.684402744,0.368716966,231,-1.47430987,0.6834615681,8275.6859488 +409,0.300582244,-0.386397212,231,-1.47430987,0.6834615681,7781.1077599 +410,2.913555946,-0.009225192,231,-1.47430987,0.6834615681,7235.2887584 +411,1.465101417,0.493232532,231,-1.47430987,0.6834615681,7723.4684313 +412,0.090612882,0.907955955,231,-1.47430987,0.6834615681,4145.36125 +413,2.987564726,-0.729568594,231,-1.47430987,0.6834615681,8596.4302885 +414,-1.484261606,0.224149272,231,-1.47430987,0.6834615681,1819.6704471 +415,0.164073421,0.303955133,231,-1.47430987,0.6834615681,5669.4209659 +416,0.141441293,0.167552546,231,-1.47430987,0.6834615681,5940.6391519 +417,2.931321023,-0.506718887,231,-1.47430987,0.6834615681,8347.2598187 +418,2.21951565,0.700596356,231,-1.47430987,0.6834615681,6608.9163291 +419,0.268112576,1.199114336,231,-1.47430987,0.6834615681,3961.1642294 +420,0.978913739,0.359223811,231,-1.47430987,0.6834615681,7590.1808797 +421,1.210898818,0.522863584,231,-1.47430987,0.6834615681,7377.8346616 +422,2.347397336,0.129231362,231,-1.47430987,0.6834615681,8371.6057621 +423,0.614394501,0.556878345,231,-1.47430987,0.6834615681,6190.6598117 +424,-1.398079356,0.148483366,231,-1.47430987,0.6834615681,2136.2883197 +425,2.535303836,-0.112984496,231,-1.47430987,0.6834615681,8620.2713516 +426,-1.019372593,-0.405322349,231,-1.47430987,0.6834615681,4630.3446892 +427,-1.297785627,-0.160104069,231,-1.47430987,0.6834615681,3404.0000596 +428,2.144554488,0.205051084,231,-1.47430987,0.6834615681,8508.4678152 +429,-2.242387083,-0.426171285,231,-1.47430987,0.6834615681,5234.2696858 +430,0.338637212,0.909723676,231,-1.47430987,0.6834615681,4659.5362941 +431,-0.148798452,0.691042401,231,-1.47430987,0.6834615681,3926.7325985 +432,0.893524764,0.441829531,231,-1.47430987,0.6834615681,7146.6850562 +433,0.969229347,-0.368847936,231,-1.47430987,0.6834615681,9776.7671159 +434,0.436043248,0.800045688,231,-1.47430987,0.6834615681,5126.2789264 +435,1.687946607,1.081504775,231,-1.47430987,0.6834615681,5452.5027343 +436,0.522302046,-0.034889271,231,-1.47430987,0.6834615681,7604.9889724 +437,-0.178996113,-0.438090009,231,-1.47430987,0.6834615681,6526.7614583 +438,-1.094339566,0.301444068,231,-1.47430987,0.6834615681,2000.8830334 +439,-1.064070054,0.242569932,231,-1.47430987,0.6834615681,2257.6513638 +440,-1.068153768,0.230387998,231,-1.47430987,0.6834615681,2288.4814854 +441,-3.00496892,-0.23989155,231,-1.47430987,0.6834615681,6697.6558592 +442,0.21751974,0.766874888,231,-1.47430987,0.6834615681,4717.4132596 +443,0.117229532,0.007619006,231,-1.47430987,0.6834615681,6266.5703136 +444,0.777758451,0.420554741,231,-1.47430987,0.6834615681,6970.9006543 +445,-0.252356999,0.250747086,231,-1.47430987,0.6834615681,4533.6450723 +446,0.363148444,0.768483434,231,-1.47430987,0.6834615681,5048.1908757 +447,0.903191366,-0.118210676,231,-1.47430987,0.6834615681,8923.6401998 +448,-0.205755923,0.149406178,231,-1.47430987,0.6834615681,4922.3843685 +449,1.811996086,0.02364353,231,-1.47430987,0.6834615681,9593.9552035 +450,-1.100670221,0.314845373,231,-1.47430987,0.6834615681,1944.0386036 +451,0.340078597,0.850105132,231,-1.47430987,0.6834615681,4801.1451233 +452,0.258757267,0.804969236,231,-1.47430987,0.6834615681,4727.7141456 +453,2.78505352,-0.155160804,231,-1.47430987,0.6834615681,7995.2527631 +454,0.800551619,0.105822106,231,-1.47430987,0.6834615681,7993.1836965 +455,0.437940882,-0.506194031,231,-1.47430987,0.6834615681,8449.7877587 +456,2.230431122,0.63458615,231,-1.47430987,0.6834615681,6832.9118194 +457,0.527965361,0.127667701,231,-1.47430987,0.6834615681,7186.9957725 +458,-0.063643205,0.702093448,231,-1.47430987,0.6834615681,4137.8142095 +459,1.408447268,0.133010502,231,-1.47430987,0.6834615681,9072.8462504 +460,0.523795955,0.280266966,231,-1.47430987,0.6834615681,6754.8077111 +461,-0.975769313,0.072177659,231,-1.47430987,0.6834615681,3010.6938481 +462,0.549774164,-0.463663986,231,-1.47430987,0.6834615681,8702.58236 +463,0.29245874,1.095549818,231,-1.47430987,0.6834615681,4182.5499643 +464,0.143625958,0.816809593,231,-1.47430987,0.6834615681,4437.9338508 +465,0.671902494,0.611159853,231,-1.47430987,0.6834615681,6155.4535119 +466,1.239840988,0.6724199,231,-1.47430987,0.6834615681,6853.1551155 +467,0.607829703,-0.10932137,231,-1.47430987,0.6834615681,8053.3649635 +468,1.763020906,0.263996692,231,-1.47430987,0.6834615681,8674.2691339 +469,0.378714634,0.726066797,231,-1.47430987,0.6834615681,5189.1951881 +470,2.196736143,-0.153862366,231,-1.47430987,0.6834615681,9629.9459214 +471,0.01702415,0.148991565,231,-1.47430987,0.6834615681,5607.0663946 +472,-2.998490902,-0.158002487,231,-1.47430987,0.6834615681,6474.3274867 +473,-3.051262951,-0.346595608,231,-1.47430987,0.6834615681,7096.4821883 +474,-1.069176439,0.182802941,231,-1.47430987,0.6834615681,2444.4403348 +475,0.167157509,0.595344954,231,-1.47430987,0.6834615681,4978.4488211 +476,0.613855648,0.681746124,231,-1.47430987,0.6834615681,5824.5797257 +477,1.037012736,0.682555367,231,-1.47430987,0.6834615681,6569.9508164 +478,-1.253574971,0.379755746,231,-1.47430987,0.6834615681,1416.2035833 +479,3.108590453,-0.132620738,231,-1.47430987,0.6834615681,6949.87602 +480,0.565301296,0.022333262,231,-1.47430987,0.6834615681,7579.8806877 +481,0.547898238,0.855555614,231,-1.47430987,0.6834615681,5200.9965656 +482,0.948309381,0.417393755,231,-1.47430987,0.6834615681,7335.2573627 +483,-0.050600732,0.945269213,231,-1.47430987,0.6834615681,3778.6641943 +484,-0.977651478,-0.572363064,231,-1.47430987,0.6834615681,5298.4416094 +485,1.102014914,0.728861163,231,-1.47430987,0.6834615681,6490.8437897 +486,2.927300795,-0.282939414,231,-1.47430987,0.6834615681,7869.1728386 +487,-1.154565557,0.124434095,231,-1.47430987,0.6834615681,2490.3994182 +488,1.855331234,0.291044755,231,-1.47430987,0.6834615681,8521.4739843 +489,0.830290659,0.276904518,231,-1.47430987,0.6834615681,7540.8723348 +490,0.485104466,-0.234867441,231,-1.47430987,0.6834615681,7994.3775402 +491,0.521367572,-0.33161327,231,-1.47430987,0.6834615681,8331.6808136 +1,-1.539031704,0.7349710123,232,-1.421012508,0.7222725206,352.29048305 +2,-1.536990553,0.7349663874,232,-1.421012508,0.7222725206,346.32390667 +3,-1.534951779,0.7349571355,232,-1.421012508,0.7222725206,340.36420112 +4,-1.532906461,0.7349480293,232,-1.421012508,0.7222725206,334.38738634 +5,-1.531320211,0.7346937278,232,-1.421012508,0.7222725206,329.64172418 +6,-1.539451648,0.7335131775,232,-1.421012508,0.7222725206,352.97018421 +7,-1.537429487,0.7335445708,232,-1.421012508,0.7222725206,347.05464474 +8,-1.535484998,0.7335658704,232,-1.421012508,0.7222725206,341.36522527 +9,-1.533488396,0.7336036027,232,-1.421012508,0.7222725206,335.53147867 +10,-1.531497785,0.7335842962,232,-1.421012508,0.7222725206,329.69545707 +11,-1.530259379,0.7334777758,232,-1.421012508,0.7222725206,326.02780492 +12,-1.5335454,0.7322346912,232,-1.421012508,0.7222725206,335.2194938 +13,-1.531489083,0.7322238773,232,-1.421012508,0.7222725206,329.17885987 +14,-1.530011122,0.7321679851,232,-1.421012508,0.7222725206,324.82179614 +15,-1.53348106,0.7306614094,232,-1.421012508,0.7222725206,334.58702636 +16,-1.531441779,0.7306962275,232,-1.421012508,0.7222725206,328.5923085 +17,-1.529755654,0.7306933243,232,-1.421012508,0.7222725206,323.62862848 +18,-1.533415048,0.7291384674,232,-1.421012508,0.7222725206,334.07272038 +19,-1.531392093,0.7291705353,232,-1.421012508,0.7222725206,328.10907777 +20,-1.529296523,0.7291214933,232,-1.421012508,0.7222725206,321.91674729 +21,-1.535280942,0.727267644,232,-1.421012508,0.7222725206,339.34779421 +22,-1.533378158,0.7276139666,232,-1.421012508,0.7222725206,333.75197324 +23,-1.531340368,0.7276446587,232,-1.421012508,0.7222725206,327.7299494 +24,-1.528960113,0.7276398177,232,-1.421012508,0.7222725206,320.69197304 +25,-1.533313146,0.7260818349,232,-1.421012508,0.7222725206,333.45620869 +26,-1.531259555,0.7260958115,232,-1.421012508,0.7222725206,327.37431039 +27,-1.528926415,0.7260865555,232,-1.421012508,0.7222725206,320.46369198 +28,-1.531226779,0.7245511789,232,-1.421012508,0.7222725206,327.27493922 +29,-1.528904772,0.7245519194,232,-1.421012508,0.7222725206,320.3881151 +30,-1.547195875,0.7409785979,232,-1.421012508,0.7222725206,379.08790649 +31,-1.5451475,0.740980426,232,-1.421012508,0.7222725206,373.17557431 +32,-1.543097679,0.7409798872,232,-1.421012508,0.7222725206,367.26129235 +33,-1.540720364,0.7409892687,232,-1.421012508,0.7222725206,360.41352554 +34,-1.547188511,0.7395198392,232,-1.421012508,0.7222725206,378.22197863 +35,-1.545148587,0.7395226109,232,-1.421012508,0.7222725206,372.31321852 +36,-1.543104538,0.7395314908,232,-1.421012508,0.7222725206,366.39923473 +37,-1.540727751,0.7395306258,232,-1.421012508,0.7222725206,359.52034881 +38,-1.547187029,0.7380014886,232,-1.421012508,0.7222725206,377.43017805 +39,-1.545147315,0.7380012252,232,-1.421012508,0.7222725206,371.49958482 +40,-1.54310719,0.7380060743,232,-1.421012508,0.7222725206,365.5729925 +41,-1.540719671,0.7380068206,232,-1.421012508,0.7222725206,358.63822328 +42,-1.547187189,0.7364799098,232,-1.421012508,0.7222725206,376.73585212 +43,-1.545149996,0.7364853874,232,-1.421012508,0.7222725206,370.79578154 +44,-1.543106091,0.7364823484,232,-1.421012508,0.7222725206,364.83452283 +45,-1.540717158,0.7364893901,232,-1.421012508,0.7222725206,357.87459451 +46,-1.538663972,0.7410138672,232,-1.421012508,0.7222725206,354.50603515 +47,-1.53695285,0.7409699132,232,-1.421012508,0.7222725206,349.55000758 +48,-1.534910498,0.7409641297,232,-1.421012508,0.7222725206,343.6700649 +49,-1.533145034,0.7409536636,232,-1.421012508,0.7222725206,338.58699565 +50,-1.538681336,0.7395405883,232,-1.421012508,0.7222725206,353.60791472 +51,-1.536999189,0.7395183096,232,-1.421012508,0.7222725206,348.73187639 +52,-1.534923633,0.7395144222,232,-1.421012508,0.7222725206,342.73337267 +53,-1.533267822,0.7395654306,232,-1.421012508,0.7222725206,337.98627059 +54,-1.53867273,0.7380151077,232,-1.421012508,0.7222725206,352.70002455 +55,-1.536980576,0.7379994392,232,-1.421012508,0.7222725206,347.78100413 +56,-1.534931522,0.7379944961,232,-1.421012508,0.7222725206,341.83494987 +57,-1.533387952,0.7379480264,232,-1.421012508,0.7222725206,337.3329617 +58,-1.538682279,0.7364914363,232,-1.421012508,0.7222725206,351.94697628 +59,-1.536980704,0.7364810563,232,-1.421012508,0.7222725206,346.98627742 +60,-1.534935567,0.7364752065,232,-1.421012508,0.7222725206,341.0293955 +61,-1.533042592,0.7363876366,232,-1.421012508,0.7222725206,335.47571891 +62,-1.545143426,0.7349628011,232,-1.421012508,0.7222725206,370.15819033 +63,-1.543105297,0.7349691947,232,-1.421012508,0.7222725206,364.19927597 +64,-1.541064533,0.7349647152,232,-1.421012508,0.7222725206,358.23020918 +65,-1.545411803,0.7334624714,232,-1.421012508,0.7222725206,370.43103327 +66,-1.543446606,0.7334780896,232,-1.421012508,0.7222725206,364.67181975 +67,-1.541475327,0.7334957295,232,-1.421012508,0.7222725206,358.89699388 +68,-1.545401939,0.731963266,232,-1.421012508,0.7222725206,369.98451405 +69,-1.54342253,0.7319915583,232,-1.421012508,0.7222725206,364.17133973 +70,-1.541455867,0.7320216438,232,-1.421012508,0.7222725206,358.39756869 +71,-1.545410146,0.7304422281,232,-1.421012508,0.7222725206,369.68177669 +72,-1.543435491,0.7304713664,232,-1.421012508,0.7222725206,363.86769376 +73,-1.541463105,0.7304997613,232,-1.421012508,0.7222725206,358.0612579 +74,-1.545414768,0.7289194936,232,-1.421012508,0.7222725206,369.46603865 +75,-1.543435774,0.7289538557,232,-1.421012508,0.7222725206,363.6262411 +76,-1.541457714,0.7289765881,232,-1.421012508,0.7222725206,357.78851633 +77,-1.539449415,0.7320555866,232,-1.421012508,0.7222725206,352.50949838 +78,-1.537429183,0.7321097681,232,-1.421012508,0.7222725206,346.5886186 +79,-1.535472649,0.7321497267,232,-1.421012508,0.7222725206,340.8529014 +80,-1.539457899,0.7305333307,232,-1.421012508,0.7222725206,352.16038018 +81,-1.537453161,0.7305750503,232,-1.421012508,0.7222725206,346.26404809 +82,-1.535479385,0.7306124949,232,-1.421012508,0.7222725206,340.45949613 +83,-1.53946905,0.7290102593,232,-1.421012508,0.7222725206,351.92179544 +84,-1.537459922,0.7290417293,232,-1.421012508,0.7222725206,345.99530775 +85,-1.535451349,0.7290890157,232,-1.421012508,0.7222725206,340.0740507 +86,-1.535522937,0.7279887191,232,-1.421012508,0.7222725206,340.13319375 +87,-1.539442524,0.7274735939,232,-1.421012508,0.7222725206,351.67386716 +88,-1.537424111,0.727521351,232,-1.421012508,0.7222725206,345.70801228 +89,-1.539384641,0.7259505092,232,-1.421012508,0.7222725206,351.43792035 +90,-1.537372391,0.7259947145,232,-1.421012508,0.7222725206,345.47770672 +91,-1.535340789,0.7260435356,232,-1.421012508,0.7222725206,339.46089781 +92,-1.539325716,0.7244369706,232,-1.421012508,0.7222725206,351.3011269 +93,-1.537308932,0.7244801057,232,-1.421012508,0.7222725206,345.31708059 +94,-1.535289068,0.7245247645,232,-1.421012508,0.7222725206,339.32420386 +95,-1.533261366,0.7245550236,232,-1.421012508,0.7222725206,333.30906314 +96,-1.539267302,0.722921924,232,-1.421012508,0.7222725206,351.26767361 +97,-1.537248972,0.7229660258,232,-1.421012508,0.7222725206,345.27029926 +98,-1.535219431,0.7229916471,232,-1.421012508,0.7222725206,339.24200414 +99,-1.53318962,0.7230212049,232,-1.421012508,0.7222725206,333.21252197 +100,-1.531154816,0.7230299897,232,-1.421012508,0.7222725206,327.17054447 +101,-1.528878341,0.7230370244,232,-1.421012508,0.7222725206,320.41116601 +102,-1.539218189,0.7214009878,232,-1.421012508,0.7222725206,351.36485959 +103,-1.537198791,0.7214422745,232,-1.421012508,0.7222725206,345.35791386 +104,-1.535179266,0.7214634354,232,-1.421012508,0.7222725206,339.35443885 +105,-1.533156501,0.7214944644,232,-1.421012508,0.7222725206,333.33949228 +106,-1.53113574,0.7215166021,232,-1.421012508,0.7222725206,327.3321272 +107,-1.528874248,0.7215345535,232,-1.421012508,0.7222725206,320.61028765 +108,-1.539217656,0.7198512397,232,-1.421012508,0.7222725206,351.7165715 +109,-1.537199919,0.7199428763,232,-1.421012508,0.7222725206,345.6965377 +110,-1.545425832,0.727397149,232,-1.421012508,0.7222725206,369.367519 +111,-1.543371177,0.7273916949,232,-1.421012508,0.7222725206,363.28912226 +112,-1.541368852,0.7274523163,232,-1.421012508,0.7222725206,357.37007508 +113,-1.545349067,0.7258710923,232,-1.421012508,0.7222725206,369.10707442 +114,-1.54332671,0.7258603556,232,-1.421012508,0.7222725206,363.1158791 +115,-1.541346831,0.7259242142,232,-1.421012508,0.7222725206,357.25045325 +116,-1.545324355,0.7243383958,232,-1.421012508,0.7222725206,369.0996224 +117,-1.543292796,0.7243617413,232,-1.421012508,0.7222725206,363.07229548 +118,-1.541295822,0.7244024384,232,-1.421012508,0.7222725206,357.14653184 +119,-1.543193859,0.7205570215,232,-1.421012508,0.7222725206,363.35703317 +120,-1.550257047,0.7386738187,232,-1.421012508,0.7222725206,386.6847876 +121,-1.549335448,0.7311736483,232,-1.421012508,0.7222725206,381.38510053 +122,-1.533478843,0.7179891343,232,-1.421012508,0.7222725206,335.22731834 +123,-1.556150555,0.738907041,232,-1.421012508,0.7222725206,403.92704474 +124,-1.554324226,0.733414257,232,-1.421012508,0.7222725206,396.57320723 +125,-1.554290846,0.7288285332,232,-1.421012508,0.7222725206,395.67353919 +126,-1.55122487,0.7219795312,232,-1.421012508,0.7222725206,386.91796958 +127,-1.525104458,0.7229399862,232,-1.421012508,0.7222725206,309.21624507 +128,-1.519607711,0.7236181429,232,-1.421012508,0.7222725206,292.84365595 +129,-1.513899999,0.7251107854,232,-1.421012508,0.7222725206,275.89775103 +130,-1.536620762,0.7431061895,232,-1.421012508,0.7222725206,350.16765665 +131,-1.5369566,0.7460845958,232,-1.421012508,0.7222725206,353.6385895 +132,-1.545345528,0.7447040685,232,-1.421012508,0.7222725206,376.34472143 +133,-1.532813921,0.7432306626,232,-1.421012508,0.7222725206,339.39500829 +134,-1.554788248,0.7382381001,232,-1.421012508,0.7222725206,399.65673107 +135,-1.540348126,0.7301594274,232,-1.421012508,0.7222725206,354.70831019 +136,-1.538016084,0.7239051786,232,-1.421012508,0.7222725206,347.45286468 +137,-1.525288962,0.7258085137,232,-1.421012508,0.7222725206,309.67694619 +138,-1.534326986,0.731241342,232,-1.421012508,0.7222725206,337.22540485 +139,-1.530733872,0.7303625216,232,-1.421012508,0.7222725206,326.4243533 +141,-1.534354939,0.7328219978,232,-1.421012508,0.7222725206,337.78879963 +142,-1.53157084,0.7292888153,232,-1.421012508,0.7222725206,328.65856683 +143,-1.525691035,0.7263799874,232,-1.421012508,0.7222725206,310.89970189 +144,-1.534031287,0.7495967835,232,-1.421012508,0.7222725206,348.90853172 +145,-1.527714986,0.7283095957,232,-1.421012508,0.7222725206,317.10582206 +146,-1.526189586,0.7271468292,232,-1.421012508,0.7222725206,312.44270211 +147,-1.555177336,0.7375563366,232,-1.421012508,0.7222725206,400.4927752 +148,-1.555080283,0.7312707794,232,-1.421012508,0.7222725206,398.32243904 +149,-1.53856994,0.7224180299,232,-1.421012508,0.7222725206,349.26599392 +150,-1.530837883,0.729933372,232,-1.421012508,0.7222725206,326.63038501 +151,-1.515066984,0.5854133365,232,-1.421012508,0.7222725206,617.18397503 +152,-1.534731633,0.5368370046,232,-1.421012508,0.7222725206,819.16323463 +153,-1.515231902,0.5607085576,232,-1.421012508,0.7222725206,705.97871564 +154,-2.616253799,1.0684566605,232,-1.421012508,0.7222725206,3083.8870778 +155,-1.956071439,0.5792177723,232,-1.421012508,0.7222725206,1768.0211765 +156,-1.951208514,0.5602434208,232,-1.421012508,0.7222725206,1789.797112 +157,-1.944675062,0.6062144545,232,-1.421012508,0.7222725206,1687.2205679 +158,-1.613778386,0.6077989518,232,-1.421012508,0.7222725206,751.69559349 +159,-2.035029014,0.6021432345,232,-1.421012508,0.7222725206,1961.7122659 +160,-2.114989471,0.6801825058,232,-1.421012508,0.7222725206,2088.4307734 +161,-2.037382079,0.5765830025,232,-1.421012508,0.7222725206,2012.6828145 +162,-2.129855121,0.6585019963,232,-1.421012508,0.7222725206,2159.5575958 +163,-2.075141798,0.6493615843,232,-1.421012508,0.7222725206,2010.0112737 +164,-1.828626729,0.6948433129,232,-1.421012508,0.7222725206,1227.0078524 +165,-1.863329418,0.6735427691,232,-1.421012508,0.7222725206,1351.2509171 +166,-1.266037071,0.727988852,232,-1.421012508,0.7222725206,459.77222972 +167,-1.277579582,0.7249010648,232,-1.421012508,0.7222725206,425.74959589 +168,-1.258418684,0.7241194816,232,-1.421012508,0.7222725206,482.6508289 +169,-1.317813974,0.6804850104,232,-1.421012508,0.7222725206,353.32080942 +170,-1.344165204,0.6790988904,232,-1.421012508,0.7222725206,288.69713602 +171,-1.427582102,0.5277120351,232,-1.421012508,0.7222725206,770.94062744 +172,-1.402238616,0.457167829,232,-1.421012508,0.7222725206,1051.871813 +173,-1.422454264,0.4996161999,232,-1.421012508,0.7222725206,881.95396453 +174,-1.439089277,0.4894859811,232,-1.421012508,0.7222725206,923.92330708 +175,-1.448126995,0.5182330266,232,-1.421012508,0.7222725206,812.87052006 +176,-1.474626146,0.5881926574,232,-1.421012508,0.7222725206,557.03669612 +177,-1.421139645,0.5584869783,232,-1.421012508,0.7222725206,648.75465804 +178,-1.457037165,0.565943032,232,-1.421012508,0.7222725206,629.58897706 +179,-2.757159358,0.3745319,232,-1.421012508,0.7222725206,4573.7087759 +180,-2.714309238,0.342054471,232,-1.421012508,0.7222725206,4525.1663339 +181,-2.000525337,0.774119946,232,-1.421012508,0.7222725206,1683.1984408 +183,-1.571413436,0.6777838382,232,-1.421012508,0.7222725206,488.24861473 +184,-1.552860289,0.6987663893,232,-1.421012508,0.7222725206,406.53127217 +185,-1.521852374,0.7165827476,232,-1.421012508,0.7222725206,301.22961243 +186,-1.503656267,0.6928968252,232,-1.421012508,0.7222725206,274.5802951 +187,-1.502753178,0.7136205882,232,-1.421012508,0.7222725206,246.21838175 +188,-1.631894563,0.7343596465,232,-1.421012508,0.7222725206,624.6957508 +189,-1.653765416,0.6770714026,232,-1.421012508,0.7222725206,726.87447555 +190,-1.719812114,0.6715965947,232,-1.421012508,0.7222725206,927.83172734 +191,-1.493406659,0.6646955447,232,-1.421012508,0.7222725206,317.16173267 +192,-1.469120564,0.6613469966,232,-1.421012508,0.7222725206,282.40131154 +193,-1.590551461,0.5326612937,232,-1.421012508,0.7222725206,925.78266493 +194,-1.625979264,0.5247742243,232,-1.421012508,0.7222725206,1020.9109165 +195,-1.572293943,0.5238808754,232,-1.421012508,0.7222725206,923.14212388 +196,-1.610848725,0.5477107964,232,-1.421012508,0.7222725206,917.45407448 +197,-1.208485554,0.7918526018,232,-1.421012508,0.7222725206,670.17680787 +198,-1.335601374,0.6869083083,232,-1.421012508,0.7222725206,293.29097039 +199,-1.346156996,0.6825213377,232,-1.421012508,0.7222725206,275.64666268 +200,-1.324381037,0.6741422347,232,-1.421012508,0.7222725206,349.60904123 +201,-1.242424992,0.7378949807,232,-1.421012508,0.7222725206,530.37774492 +202,-1.270370057,0.7392461008,232,-1.421012508,0.7222725206,449.19375975 +203,-1.448950472,0.7441675014,232,-1.421012508,0.7222725206,119.50384441 +204,-1.492662363,0.7523026852,232,-1.421012508,0.7222725206,241.39320813 +205,-1.479098966,0.7763855017,232,-1.421012508,0.7222725206,272.56177683 +206,-1.633760714,0.7869022408,232,-1.421012508,0.7222725206,664.32049165 +207,-1.647406434,0.8101289331,232,-1.421012508,0.7222725206,732.62578743 +208,-1.564245052,0.5701509278,232,-1.421012508,0.7222725206,753.01766384 +209,-1.646289963,0.6833746083,232,-1.421012508,0.7222725206,697.35621283 +210,-1.5820631,0.6751952144,232,-1.421012508,0.7222725206,522.47898791 +211,-1.613236298,0.6681681791,232,-1.421012508,0.7222725206,622.17106769 +212,-1.914661867,0.8212566515,232,-1.421012508,0.7222725206,1446.311456 +213,-1.742133237,0.7250275956,232,-1.421012508,0.7222725206,951.45516535 +214,-2.033144872,0.6557314699,232,-1.421012508,0.7222725206,1877.0313372 +215,-2.039551981,0.6964723658,232,-1.421012508,0.7222725206,1848.8468403 +216,-1.247341019,0.7622473908,232,-1.421012508,0.7222725206,530.71301448 +217,-1.298239787,0.7084123392,232,-1.421012508,0.7222725206,371.06961529 +218,-1.308539688,0.6926545592,232,-1.421012508,0.7222725206,358.22917556 +219,-1.303263185,0.6888938396,232,-1.421012508,0.7222725206,378.73136059 +220,-1.852400229,0.6004246149,232,-1.421012508,0.7222725206,1426.2600895 +221,-1.288947707,0.7473773692,232,-1.421012508,0.7222725206,400.49887475 +222,-1.372031502,0.7472790993,232,-1.421012508,0.7222725206,174.72388313 +223,-1.289805721,0.7242157877,232,-1.421012508,0.7222725206,389.56056417 +224,-1.350807603,0.7533498126,232,-1.421012508,0.7222725206,239.73360239 +225,-1.329290365,0.7560442322,232,-1.421012508,0.7222725206,299.89963399 +226,-1.410153004,0.616936428,232,-1.421012508,0.7222725206,418.59350735 +227,-1.393445434,0.6308995063,232,-1.421012508,0.7222725206,371.78757545 +228,-1.37595573,0.6241540638,232,-1.421012508,0.7222725206,412.87895012 +229,-1.358388707,0.6172645205,232,-1.421012508,0.7222725206,459.03699431 +230,-1.753741133,0.8281661666,232,-1.421012508,0.7222725206,1027.0639986 +231,-1.47430987,0.6834615681,232,-1.421012508,0.7222725206,222.63328065 +232,-1.421012508,0.7222725206,232,-1.421012508,0.7222725206,30.34731982 +233,-1.4476833,0.6978557868,232,-1.421012508,0.7222725206,125.58004837 +234,-1.470370723,0.6966193374,232,-1.421012508,0.7222725206,179.78582477 +235,-1.429211703,0.7037216883,232,-1.421012508,0.7222725206,77.477140466 +236,-1.700578405,0.6178673663,232,-1.421012508,0.7222725206,959.39663612 +237,-1.678117619,0.6331716163,232,-1.421012508,0.7222725206,866.79849731 +238,-1.725644578,0.6316331145,232,-1.421012508,0.7222725206,1004.5300408 +239,-2.14012759,0.7930497945,232,-1.421012508,0.7222725206,2065.1572028 +240,-2.103289431,0.7653606263,232,-1.421012508,0.7222725206,1977.4830828 +241,-1.318739838,0.7017808746,232,-1.421012508,0.7222725206,317.16553867 +242,-1.396417427,0.7077900843,232,-1.421012508,0.7222725206,93.281226715 +243,-1.35650337,0.7185539404,232,-1.421012508,0.7222725206,192.58152438 +244,-1.248884539,0.7274156818,232,-1.421012508,0.7222725206,510.52389707 +245,-1.395014798,0.5761185243,232,-1.421012508,0.7222725206,584.67043 +246,-1.433377362,0.6064716109,232,-1.421012508,0.7222725206,460.30019913 +247,-1.408172432,0.5903155476,232,-1.421012508,0.7222725206,524.22615431 +248,-1.749645898,0.7757118084,232,-1.421012508,0.7222725206,974.21154512 +249,-1.571626686,0.615046989,232,-1.421012508,0.7222725206,631.46806379 +250,-1.514070049,0.6303003037,232,-1.421012508,0.7222725206,463.85581455 +251,-1.480890369,0.6237966528,232,-1.421012508,0.7222725206,431.80804891 +252,-1.704390658,0.5281680612,232,-1.421012508,0.7222725206,1187.8007867 +253,-1.64434733,0.5254277498,232,-1.421012508,0.7222725206,1057.5718021 +254,-1.703855997,0.4792484842,232,-1.421012508,0.7222725206,1329.940837 +255,-1.692002383,0.5748825051,232,-1.421012508,0.7222725206,1033.1244788 +256,-1.854136457,0.5544643913,232,-1.421012508,0.7222725206,1522.3375023 +257,-1.665021206,0.520317736,232,-1.421012508,0.7222725206,1118.5547092 +258,-1.733654349,0.4845187345,232,-1.421012508,0.7222725206,1382.7462324 +259,-1.720938188,0.5135933906,232,-1.421012508,0.7222725206,1268.8221055 +260,-1.742668307,0.553296122,232,-1.421012508,0.7222725206,1218.9898272 +261,-1.965659039,0.7142126903,232,-1.421012508,0.7222725206,1615.8744863 +262,-1.944438071,0.6772834804,232,-1.421012508,0.7222725206,1588.0239295 +263,-1.270340967,0.7681487096,232,-1.421012508,0.7222725206,474.47113409 +264,-1.353091884,0.6549276821,232,-1.421012508,0.7222725206,338.01325343 +265,-1.333236659,0.6413584414,232,-1.421012508,0.7222725206,418.87503625 +266,-1.352015998,0.6753788907,232,-1.421012508,0.7222725206,279.72885211 +267,-1.377988483,0.6577816235,232,-1.421012508,0.7222725206,287.24346897 +268,-2.13075611,0.8318642051,232,-1.421012508,0.7222725206,2026.3179721 +269,-2.097910953,0.8259670014,232,-1.421012508,0.7222725206,1939.5346699 +270,-1.416382069,0.6694271549,232,-1.421012508,0.7222725206,209.79296606 +271,-1.538905672,0.7535625993,232,-1.421012508,0.7222725206,366.92735573 +272,-1.572309477,0.7803125099,232,-1.421012508,0.7222725206,494.26607562 +273,-1.87759879,0.7503853417,232,-1.421012508,0.7222725206,1339.1967474 +274,1.152365588,0.590457682,232,-1.421012508,0.7222725206,6847.4788872 +275,0.350198001,0.718001859,232,-1.421012508,0.7222725206,4921.5546568 +276,0.046513677,0.491503852,232,-1.421012508,0.7222725206,4677.1097679 +277,0.027510309,0.742571376,232,-1.421012508,0.7222725206,4081.5747031 +278,0.306285725,-0.214631579,232,-1.421012508,0.7222725206,7243.530753 +279,-1.100564889,0.318051531,232,-1.421012508,0.7222725206,1934.1701907 +280,-1.078582306,0.301437596,232,-1.421012508,0.7222725206,2033.0044852 +281,-1.137371989,-0.617634065,232,-1.421012508,0.7222725206,5406.5391596 +282,0.784356344,0.703272339,232,-1.421012508,0.7222725206,5871.8221863 +283,-1.221209947,0.218327455,232,-1.421012508,0.7222725206,2112.5737568 +284,2.347301921,-0.449114658,232,-1.421012508,0.7222725206,10132.121935 +285,0.246820618,0.830553713,232,-1.421012508,0.7222725206,4421.4517167 +286,0.829414965,0.703288228,232,-1.421012508,0.7222725206,5952.8834375 +287,-1.337537566,0.42332223,232,-1.421012508,0.7222725206,1215.7680163 +288,0.882453706,0.454478077,232,-1.421012508,0.7222725206,6861.1875049 +289,1.575629659,0.416419109,232,-1.421012508,0.7222725206,7902.159404 +290,-1.039455679,0.229888244,232,-1.421012508,0.7222725206,2353.1046502 +291,0.489558039,0.934482747,232,-1.421012508,0.7222725206,4664.5811703 +292,0.081344504,0.88384514,232,-1.421012508,0.7222725206,3945.0568494 +293,-1.547979814,0.300350308,232,-1.421012508,0.7222725206,1726.1887769 +294,0.040776181,0.168560074,232,-1.421012508,0.7222725206,5459.1749536 +295,-1.130374745,0.563894876,232,-1.421012508,0.7222725206,1111.4582998 +296,1.578326642,0.478507176,232,-1.421012508,0.7222725206,7659.0173611 +297,-1.12861823,-0.291640865,232,-1.421012508,0.7222725206,4156.8999734 +298,0.310524208,0.770885792,232,-1.421012508,0.7222725206,4701.4965461 +299,0.415649091,-0.387246002,232,-1.421012508,0.7222725206,7992.1969815 +300,-0.926533878,-0.188022748,232,-1.421012508,0.7222725206,4031.5855077 +301,1.258856172,-0.11716081,232,-1.421012508,0.7222725206,9547.7784886 +302,-1.126050026,0.322941926,232,-1.421012508,0.7222725206,1870.1808386 +303,2.002785835,0.07893892,232,-1.421012508,0.7222725206,9110.1626842 +304,0.440437607,0.746258085,232,-1.421012508,0.7222725206,5052.61624 +305,-0.030391866,0.214441206,232,-1.421012508,0.7222725206,5130.545349 +306,0.521557815,-0.058929362,232,-1.421012508,0.7222725206,7474.6731346 +307,-0.097005111,0.13317729,232,-1.421012508,0.7222725206,5141.2667601 +308,1.83113859,0.221857587,232,-1.421012508,0.7222725206,8682.3401016 +309,0.222428864,0.099404236,232,-1.421012508,0.7222725206,6176.6968931 +310,-1.702731345,0.8728568183,232,-1.421012508,0.7222725206,977.95468538 +311,-0.418507569,0.278324921,232,-1.421012508,0.7222725206,3820.0318853 +312,-1.41153306,0.339029988,232,-1.421012508,0.7222725206,1518.3604061 +313,0.357560442,0.114788776,232,-1.421012508,0.7222725206,6531.3501623 +314,0.325818979,0.268352149,232,-1.421012508,0.7222725206,6029.3929888 +315,-1.246004659,-0.663679965,232,-1.421012508,0.7222725206,5526.1068027 +316,1.814603087,0.637404484,232,-1.421012508,0.7222725206,7047.3821705 +317,1.843704281,-0.18300445,232,-1.421012508,0.7222725206,10265.109985 +318,1.690644492,-0.211480909,232,-1.421012508,0.7222725206,10417.94146 +319,-1.275451936,0.068109467,232,-1.421012508,0.7222725206,2642.2423216 +320,0.762430171,-0.207594741,232,-1.421012508,0.7222725206,8568.8494556 +321,0.265668905,-0.014647884,232,-1.421012508,0.7222725206,6604.4725719 +322,-2.773032013,-0.335515811,232,-1.421012508,0.7222725206,6475.22634 +323,-1.469512853,0.174058777,232,-1.421012508,0.7222725206,2178.0700145 +324,0.286276986,0.785925691,232,-1.421012508,0.7222725206,4611.0935275 +325,-1.379324697,0.377432233,232,-1.421012508,0.7222725206,1372.9953443 +326,-1.203778265,0.212813032,232,-1.421012508,0.7222725206,2153.815146 +327,0.579916301,0.611743168,232,-1.421012508,0.7222725206,5731.3660111 +328,0.267582642,0.868113908,232,-1.421012508,0.7222725206,4384.1561825 +329,0.412869244,-0.050245578,232,-1.421012508,0.7222725206,7133.3787913 +330,0.17524381,0.976660285,232,-1.421012508,0.7222725206,3976.0115529 +331,0.743157214,0.204812899,232,-1.421012508,0.7222725206,7330.8458364 +332,-1.070758176,0.269382282,232,-1.421012508,0.7222725206,2157.6187951 +333,-1.230364251,0.329790229,232,-1.421012508,0.7222725206,1682.8292722 +334,-1.374813124,-0.024926835,232,-1.421012508,0.7222725206,2964.3184342 +335,0.519780566,0.463669906,232,-1.421012508,0.7222725206,6011.9354658 +336,-1.55108034,0.239698561,232,-1.421012508,0.7222725206,1963.3772906 +337,0.180294813,0.029739425,232,-1.421012508,0.7222725206,6234.683869 +338,0.67820924,0.268170153,232,-1.421012508,0.7222725206,6977.4874628 +339,0.445798684,1.024001867,232,-1.421012508,0.7222725206,4369.0804437 +340,0.691751283,0.150521402,232,-1.421012508,0.7222725206,7360.5444257 +341,-1.036643551,-0.903056181,232,-1.421012508,0.7222725206,6572.5529801 +342,-0.120287036,1.083325163,232,-1.421012508,0.7222725206,3271.6293136 +343,2.823513113,-0.304487164,232,-1.421012508,0.7222725206,8392.6670964 +344,0.457583172,1.12513373,232,-1.421012508,0.7222725206,4154.6493761 +345,0.042918831,0.813795399,232,-1.421012508,0.7222725206,3983.5362522 +346,1.196146777,-0.853142756,232,-1.421012508,0.7222725206,10901.441262 +347,0.206001358,-0.010430701,232,-1.421012508,0.7222725206,6416.2945809 +348,-0.268308653,0.234799412,232,-1.421012508,0.7222725206,4372.7116773 +349,0.759363263,0.736189579,232,-1.421012508,0.7222725206,5723.1869535 +350,0.181363926,0.891988372,232,-1.421012508,0.7222725206,4149.4714341 +351,-0.021111158,0.139103292,232,-1.421012508,0.7222725206,5351.3088443 +352,-0.093355215,0.630686981,232,-1.421012508,0.7222725206,3982.478663 +353,0.40118964,0.681375926,232,-1.421012508,0.7222725206,5133.1551456 +354,-0.721197315,1.304706234,232,-1.421012508,0.7222725206,2622.2554464 +355,-1.076150317,0.212107639,232,-1.421012508,0.7222725206,2347.3860934 +356,-1.577164531,0.273993443,232,-1.421012508,0.7222725206,1854.3308176 +357,-0.190788414,0.182208586,232,-1.421012508,0.7222725206,4736.5848367 +358,-0.261349752,0.209710184,232,-1.421012508,0.7222725206,4457.2831059 +359,-1.029303852,0.083549259,232,-1.421012508,0.7222725206,2885.2768441 +360,-1.268609162,0.330525297,232,-1.421012508,0.7222725206,1634.9403242 +361,1.282982244,-0.926641967,232,-1.421012508,0.7222725206,11027.314036 +362,0.217352334,0.731352408,232,-1.421012508,0.7222725206,4575.364336 +363,-1.511833084,0.258629297,232,-1.421012508,0.7222725206,1862.794137 +364,0.338812194,0.823184618,232,-1.421012508,0.7222725206,4639.6098521 +365,-0.324406489,1.134201999,232,-1.421012508,0.7222725206,2898.7904309 +366,1.389579348,0.399185724,232,-1.421012508,0.7222725206,7838.3095131 +367,2.047152199,-0.039082036,232,-1.421012508,0.7222725206,9497.8702561 +368,0.947780369,0.568250077,232,-1.421012508,0.7222725206,6606.721731 +369,0.763824846,0.576754987,232,-1.421012508,0.7222725206,6229.3632656 +370,-0.142334657,0.928153068,232,-1.421012508,0.7222725206,3373.5606955 +371,0.610266567,0.547265983,232,-1.421012508,0.7222725206,5986.9912071 +372,0.210731629,0.746815056,232,-1.421012508,0.7222725206,4524.4714926 +373,-1.34931644,0.316895224,232,-1.421012508,0.7222725206,1623.9976292 +374,2.407696481,0.655030745,232,-1.421012508,0.7222725206,6448.8805464 +375,0.64207831,0.545359131,232,-1.421012508,0.7222725206,6064.4884165 +376,1.174597538,0.840588356,232,-1.421012508,0.7222725206,5964.9741101 +377,0.660059424,0.010604079,232,-1.421012508,0.7222725206,7678.2208867 +378,-0.730263819,0.010486456,232,-1.421012508,0.7222725206,3745.7347584 +379,0.831068936,0.512339172,232,-1.421012508,0.7222725206,6570.0849356 +380,1.301180979,0.72367476,232,-1.421012508,0.7222725206,6522.439748 +381,1.811128231,0.322854402,232,-1.421012508,0.7222725206,8290.7654673 +382,0.435105812,0.992284428,232,-1.421012508,0.7222725206,4425.9167781 +383,0.62643634,0.592027932,232,-1.421012508,0.7222725206,5891.7489588 +384,0.492988703,-0.516339467,232,-1.421012508,0.7222725206,8509.4825152 +385,-0.162469483,0.112549365,232,-1.421012508,0.7222725206,5001.3820055 +386,0.314630866,0.472006421,232,-1.421012508,0.7222725206,5461.027204 +387,0.166744804,0.822815954,232,-1.421012508,0.7222725206,4257.0171651 +388,0.417159608,0.965805736,232,-1.421012508,0.7222725206,4456.8669143 +389,0.106334961,0.868774244,232,-1.421012508,0.7222725206,4028.8320184 +390,0.815086969,-0.338144359,232,-1.421012508,0.7222725206,9057.3184238 +391,0.59867455,-0.230624824,232,-1.421012508,0.7222725206,8151.495305 +392,1.915104874,0.066220985,232,-1.421012508,0.7222725206,9242.5333674 +393,1.278093622,0.064463721,232,-1.421012508,0.7222725206,8942.2471091 +394,-0.061477853,0.302997961,232,-1.421012508,0.7222725206,4816.4655481 +395,0.251311504,0.626976942,232,-1.421012508,0.7222725206,4905.4263254 +396,2.950242872,0.149095644,232,-1.421012508,0.7222725206,6818.4569999 +397,-0.180294708,0.35375117,232,-1.421012508,0.7222725206,4341.3174958 +398,1.010448592,-0.351180233,232,-1.421012508,0.7222725206,9651.4830126 +399,-1.748740498,0.3686318073,232,-1.421012508,0.7222725206,1778.6253813 +400,2.699635665,0.123533791,232,-1.421012508,0.7222725206,7570.2997778 +401,0.496808033,0.823843254,232,-1.421012508,0.7222725206,4966.3037535 +402,0.129574704,0.763364087,232,-1.421012508,0.7222725206,4292.7940564 +403,1.798920311,0.817447563,232,-1.421012508,0.7222725206,6338.7789074 +404,0.335987953,0.746786541,232,-1.421012508,0.7222725206,4817.7113379 +405,-1.085413643,0.292154671,232,-1.421012508,0.7222725206,2051.6220788 +406,-0.155321003,0.508207011,232,-1.421012508,0.7222725206,4062.3520095 +407,0.620529244,-0.301175104,232,-1.421012508,0.7222725206,8393.0666963 +408,1.684402744,0.368716966,232,-1.421012508,0.7222725206,8120.3945777 +409,0.300582244,-0.386397212,232,-1.421012508,0.7222725206,7653.2470362 +410,2.913555946,-0.009225192,232,-1.421012508,0.7222725206,7357.8844167 +411,1.465101417,0.493232532,232,-1.421012508,0.7222725206,7538.981783 +412,0.090612882,0.907955955,232,-1.421012508,0.7222725206,3922.7280837 +413,2.987564726,-0.729568594,232,-1.421012508,0.7222725206,8810.4747969 +414,-1.484261606,0.224149272,232,-1.421012508,0.7222725206,1985.1591197 +415,0.164073421,0.303955133,232,-1.421012508,0.7222725206,5474.2803033 +416,0.141441293,0.167552546,232,-1.421012508,0.7222725206,5759.7296909 +417,2.931321023,-0.506718887,232,-1.421012508,0.7222725206,8538.015189 +418,2.21951565,0.700596356,232,-1.421012508,0.7222725206,6529.0715024 +419,0.268112576,1.199114336,232,-1.421012508,0.7222725206,3752.7221588 +420,0.978913739,0.359223811,232,-1.421012508,0.7222725206,7368.8070222 +421,1.210898818,0.522863584,232,-1.421012508,0.7222725206,7170.9709319 +422,2.347397336,0.129231362,232,-1.421012508,0.7222725206,8375.9913013 +423,0.614394501,0.556878345,232,-1.421012508,0.7222725206,5968.1863782 +424,-1.398079356,0.148483366,232,-1.421012508,0.7222725206,2274.2022874 +425,2.535303836,-0.112984496,232,-1.421012508,0.7222725206,8702.0273355 +426,-1.019372593,-0.405322349,232,-1.421012508,0.7222725206,4703.7576023 +427,-1.297785627,-0.160104069,232,-1.421012508,0.7222725206,3523.8170719 +428,2.144554488,0.205051084,232,-1.421012508,0.7222725206,8457.6479036 +429,-2.242387083,-0.426171285,232,-1.421012508,0.7222725206,5456.193684 +430,0.338637212,0.909723676,232,-1.421012508,0.7222725206,4437.8225061 +431,-0.148798452,0.691042401,232,-1.421012508,0.7222725206,3715.3354968 +432,0.893524764,0.441829531,232,-1.421012508,0.7222725206,6924.8445631 +433,0.969229347,-0.368847936,232,-1.421012508,0.7222725206,9579.7366169 +434,0.436043248,0.800045688,232,-1.421012508,0.7222725206,4903.8266803 +435,1.687946607,1.081504775,232,-1.421012508,0.7222725206,5298.3222586 +436,0.522302046,-0.034889271,232,-1.421012508,0.7222725206,7412.1176276 +437,-0.178996113,-0.438090009,232,-1.421012508,0.7222725206,6463.9162559 +438,-1.094339566,0.301444068,232,-1.421012508,0.7222725206,2002.8757594 +439,-1.064070054,0.242569932,232,-1.421012508,0.7222725206,2262.7294218 +440,-1.068153768,0.230387998,232,-1.421012508,0.7222725206,2297.5547916 +441,-3.00496892,-0.23989155,232,-1.421012508,0.7222725206,6885.1777239 +442,0.21751974,0.766874888,232,-1.421012508,0.7222725206,4495.6358937 +443,0.117229532,0.007619006,232,-1.421012508,0.7222725206,6105.2264391 +444,0.777758451,0.420554741,232,-1.421012508,0.7222725206,6748.2921013 +445,-0.252356999,0.250747086,232,-1.421012508,0.7222725206,4379.6594732 +446,0.363148444,0.768483434,232,-1.421012508,0.7222725206,4825.6012364 +447,0.903191366,-0.118210676,232,-1.421012508,0.7222725206,8710.222189 +448,-0.205755923,0.149406178,232,-1.421012508,0.7222725206,4777.3305373 +449,1.811996086,0.02364353,232,-1.421012508,0.7222725206,9471.039794 +450,-1.100670221,0.314845373,232,-1.421012508,0.7222725206,1944.951342 +451,0.340078597,0.850105132,232,-1.421012508,0.7222725206,4578.6803859 +452,0.258757267,0.804969236,232,-1.421012508,0.7222725206,4505.2216071 +453,2.78505352,-0.155160804,232,-1.421012508,0.7222725206,8122.6934525 +454,0.800551619,0.105822106,232,-1.421012508,0.7222725206,7775.173593 +455,0.437940882,-0.506194031,232,-1.421012508,0.7222725206,8328.0748407 +456,2.230431122,0.63458615,232,-1.421012508,0.7222725206,6760.1411884 +457,0.527965361,0.127667701,232,-1.421012508,0.7222725206,6981.5806705 +458,-0.063643205,0.702093448,232,-1.421012508,0.7222725206,3923.3296316 +459,1.408447268,0.133010502,232,-1.421012508,0.7222725206,8871.1723557 +460,0.523795955,0.280266966,232,-1.421012508,0.7222725206,6541.3863307 +461,-0.975769313,0.072177659,232,-1.421012508,0.7222725206,3020.5199724 +462,0.549774164,-0.463663986,232,-1.421012508,0.7222725206,8561.8979046 +463,0.29245874,1.095549818,232,-1.421012508,0.7222725206,3967.0620699 +464,0.143625958,0.816809593,232,-1.421012508,0.7222725206,4215.8768988 +465,0.671902494,0.611159853,232,-1.421012508,0.7222725206,5932.9493429 +466,1.239840988,0.6724199,232,-1.421012508,0.7222725206,6653.1910569 +467,0.607829703,-0.10932137,232,-1.421012508,0.7222725206,7860.2837447 +468,1.763020906,0.263996692,232,-1.421012508,0.7222725206,8534.1391823 +469,0.378714634,0.726066797,232,-1.421012508,0.7222725206,4966.8052936 +470,2.196736143,-0.153862366,232,-1.421012508,0.7222725206,9643.2292405 +471,0.01702415,0.148991565,232,-1.421012508,0.7222725206,5439.0930587 +472,-2.998490902,-0.158002487,232,-1.421012508,0.7222725206,6654.4177369 +473,-3.051262951,-0.346595608,232,-1.421012508,0.7222725206,7290.4541488 +474,-1.069176439,0.182802941,232,-1.421012508,0.7222725206,2463.2675057 +475,0.167157509,0.595344954,232,-1.421012508,0.7222725206,4763.4526238 +476,0.613855648,0.681746124,232,-1.421012508,0.7222725206,5602.1861483 +477,1.037012736,0.682555367,232,-1.421012508,0.7222725206,6358.2071801 +478,-1.253574971,0.379755746,232,-1.421012508,0.7222725206,1467.3258054 +479,3.108590453,-0.132620738,232,-1.421012508,0.7222725206,7111.1038149 +480,0.565301296,0.022333262,232,-1.421012508,0.7222725206,7379.2147893 +481,0.547898238,0.855555614,232,-1.421012508,0.7222725206,4980.4289774 +482,0.948309381,0.417393755,232,-1.421012508,0.7222725206,7114.0572641 +483,-0.050600732,0.945269213,232,-1.421012508,0.7222725206,3556.0314122 +484,-0.977651478,-0.572363064,232,-1.421012508,0.7222725206,5377.0590736 +485,1.102014914,0.728861163,232,-1.421012508,0.7222725206,6284.0165938 +486,2.927300795,-0.282939414,232,-1.421012508,0.7222725206,8031.461623 +487,-1.154565557,0.124434095,232,-1.421012508,0.7222725206,2547.0421193 +488,1.855331234,0.291044755,232,-1.421012508,0.7222725206,8399.7577378 +489,0.830290659,0.276904518,232,-1.421012508,0.7222725206,7318.7053044 +490,0.485104466,-0.234867441,232,-1.421012508,0.7222725206,7825.9235346 +491,0.521367572,-0.33161327,232,-1.421012508,0.7222725206,8172.6611881 +1,-1.539031704,0.7349710123,233,-1.4476833,0.6978557868,309.88132114 +2,-1.536990553,0.7349663874,233,-1.4476833,0.6978557868,304.52248752 +3,-1.534951779,0.7349571355,233,-1.4476833,0.6978557868,299.18928167 +4,-1.532906461,0.7349480293,233,-1.4476833,0.6978557868,293.86852335 +5,-1.531320211,0.7346937278,233,-1.4476833,0.6978557868,289.29174892 +6,-1.539451648,0.7335131775,233,-1.4476833,0.6978557868,308.45593297 +7,-1.537429487,0.7335445708,233,-1.4476833,0.6978557868,303.15287575 +8,-1.535484998,0.7335658704,233,-1.4476833,0.6978557868,298.06443199 +9,-1.533488396,0.7336036027,233,-1.4476833,0.6978557868,292.89642017 +10,-1.531497785,0.7335842962,233,-1.4476833,0.6978557868,287.66945452 +11,-1.530259379,0.7334777758,233,-1.4476833,0.6978557868,284.25476737 +12,-1.5335454,0.7322346912,233,-1.4476833,0.6978557868,290.60222568 +13,-1.531489083,0.7322238773,233,-1.4476833,0.6978557868,285.16732256 +14,-1.530011122,0.7321679851,233,-1.4476833,0.6978557868,281.19143708 +15,-1.53348106,0.7306614094,233,-1.4476833,0.6978557868,287.72281736 +16,-1.531441779,0.7306962275,233,-1.4476833,0.6978557868,282.35386325 +17,-1.529755654,0.7306933243,233,-1.4476833,0.6978557868,277.88196627 +18,-1.533415048,0.7291384674,233,-1.4476833,0.6978557868,285.02704939 +19,-1.531392093,0.7291705353,233,-1.4476833,0.6978557868,279.6394576 +20,-1.529296523,0.7291214933,233,-1.4476833,0.6978557868,273.94861345 +21,-1.535280942,0.727267644,233,-1.4476833,0.6978557868,287.17736895 +22,-1.533378158,0.7276139666,233,-1.4476833,0.6978557868,282.51073389 +23,-1.531340368,0.7276446587,233,-1.4476833,0.6978557868,277.02402334 +24,-1.528960113,0.7276398177,233,-1.4476833,0.6978557868,270.58263037 +25,-1.533313146,0.7260818349,233,-1.4476833,0.6978557868,280.01304423 +26,-1.531259555,0.7260958115,233,-1.4476833,0.6978557868,274.40188617 +27,-1.528926415,0.7260865555,233,-1.4476833,0.6978557868,268.01683426 +28,-1.531226779,0.7245511789,233,-1.4476833,0.6978557868,272.03114608 +29,-1.528904772,0.7245519194,233,-1.4476833,0.6978557868,265.62912142 +30,-1.547195875,0.7409785979,233,-1.4476833,0.6978557868,342.06108973 +31,-1.5451475,0.740980426,233,-1.4476833,0.6978557868,336.79485349 +32,-1.543097679,0.7409798872,233,-1.4476833,0.6978557868,331.54877911 +33,-1.540720364,0.7409892687,233,-1.4476833,0.6978557868,325.52155042 +34,-1.547188511,0.7395198392,233,-1.4476833,0.6978557868,339.36353104 +35,-1.545148587,0.7395226109,233,-1.4476833,0.6978557868,334.07163914 +36,-1.543104538,0.7395314908,233,-1.4476833,0.6978557868,328.80765396 +37,-1.540727751,0.7395306258,233,-1.4476833,0.6978557868,322.70178598 +38,-1.547187029,0.7380014886,233,-1.4476833,0.6978557868,336.65415394 +39,-1.545147315,0.7380012252,233,-1.4476833,0.6978557868,331.30665366 +40,-1.54310719,0.7380060743,233,-1.4476833,0.6978557868,325.99297567 +41,-1.540719671,0.7380068206,233,-1.4476833,0.6978557868,319.79998655 +42,-1.547187189,0.7364799098,233,-1.4476833,0.6978557868,334.02975224 +43,-1.545149996,0.7364853874,233,-1.4476833,0.6978557868,328.64873217 +44,-1.543106091,0.7364823484,233,-1.4476833,0.6978557868,323.25967589 +45,-1.540717158,0.7364893901,233,-1.4476833,0.6978557868,317.01235369 +46,-1.538663972,0.7410138672,233,-1.4476833,0.6978557868,320.37573426 +47,-1.53695285,0.7409699132,233,-1.4476833,0.6978557868,315.98906457 +48,-1.534910498,0.7409641297,233,-1.4476833,0.6978557868,310.8780582 +49,-1.533145034,0.7409536636,233,-1.4476833,0.6978557868,306.47684576 +50,-1.538681336,0.7395405883,233,-1.4476833,0.6978557868,317.49789053 +51,-1.536999189,0.7395183096,233,-1.4476833,0.6978557868,313.18391026 +52,-1.534923633,0.7395144222,233,-1.4476833,0.6978557868,307.93758621 +53,-1.533267822,0.7395654306,233,-1.4476833,0.6978557868,303.88869877 +54,-1.53867273,0.7380151077,233,-1.4476833,0.6978557868,314.53598719 +55,-1.536980576,0.7379994392,233,-1.4476833,0.6978557868,310.16412354 +56,-1.534931522,0.7379944961,233,-1.4476833,0.6978557868,304.92532837 +57,-1.533387952,0.7379480264,233,-1.4476833,0.6978557868,300.91523789 +58,-1.538682279,0.7364914363,233,-1.4476833,0.6978557868,311.71336005 +59,-1.536980704,0.7364810563,233,-1.4476833,0.6978557868,307.28157177 +60,-1.534935567,0.7364752065,233,-1.4476833,0.6978557868,301.99426076 +61,-1.533042592,0.7363876366,233,-1.4476833,0.6978557868,296.96865211 +62,-1.545143426,0.7349628011,233,-1.4476833,0.6978557868,326.04361209 +63,-1.543105297,0.7349691947,233,-1.4476833,0.6978557868,320.63530695 +64,-1.541064533,0.7349647152,233,-1.4476833,0.6978557868,315.22574363 +65,-1.545411803,0.7334624714,233,-1.4476833,0.6978557868,324.30489738 +66,-1.543446606,0.7334780896,233,-1.4476833,0.6978557868,319.05448102 +67,-1.541475327,0.7334957295,233,-1.4476833,0.6978557868,313.81324188 +68,-1.545401939,0.731963266,233,-1.4476833,0.6978557868,321.91663356 +69,-1.54342253,0.7319915583,233,-1.4476833,0.6978557868,316.60042197 +70,-1.541455867,0.7320216438,233,-1.4476833,0.6978557868,311.34328201 +71,-1.545410146,0.7304422281,233,-1.4476833,0.6978557868,319.63769089 +72,-1.543435491,0.7304713664,233,-1.4476833,0.6978557868,314.2872179 +73,-1.541463105,0.7304997613,233,-1.4476833,0.6978557868,308.96223812 +74,-1.545414768,0.7289194936,233,-1.4476833,0.6978557868,317.44429685 +75,-1.543435774,0.7289538557,233,-1.4476833,0.6978557868,312.0419729 +76,-1.541457714,0.7289765881,233,-1.4476833,0.6978557868,306.64454117 +77,-1.539449415,0.7320555866,233,-1.4476833,0.6978557868,306.00867241 +78,-1.537429183,0.7321097681,233,-1.4476833,0.6978557868,300.69658127 +79,-1.535472649,0.7321497267,233,-1.4476833,0.6978557868,295.55764432 +80,-1.539457899,0.7305333307,233,-1.4476833,0.6978557868,303.57807617 +81,-1.537453161,0.7305750503,233,-1.4476833,0.6978557868,298.23203981 +82,-1.535479385,0.7306124949,233,-1.4476833,0.6978557868,292.98757058 +83,-1.53946905,0.7290102593,233,-1.4476833,0.6978557868,301.25448719 +84,-1.537459922,0.7290417293,233,-1.4476833,0.6978557868,295.82721629 +85,-1.535451349,0.7290890157,233,-1.4476833,0.6978557868,290.44983293 +86,-1.535522937,0.7279887191,233,-1.4476833,0.6978557868,288.93180073 +87,-1.539442524,0.7274735939,233,-1.4476833,0.6978557868,298.9110416 +88,-1.537424111,0.727521351,233,-1.4476833,0.6978557868,293.43049712 +89,-1.539384641,0.7259505092,233,-1.4476833,0.6978557868,296.60512878 +90,-1.537372391,0.7259947145,233,-1.4476833,0.6978557868,291.08535379 +91,-1.535340789,0.7260435356,233,-1.4476833,0.6978557868,285.53997834 +92,-1.539325716,0.7244369706,233,-1.4476833,0.6978557868,294.41379152 +93,-1.537308932,0.7244801057,233,-1.4476833,0.6978557868,288.83057489 +94,-1.535289068,0.7245247645,233,-1.4476833,0.6978557868,283.26042389 +95,-1.533261366,0.7245550236,233,-1.4476833,0.6978557868,277.66919174 +96,-1.539267302,0.722921924,233,-1.4476833,0.6978557868,292.32804522 +97,-1.537248972,0.7229660258,233,-1.4476833,0.6978557868,286.69360185 +98,-1.535219431,0.7229916471,233,-1.4476833,0.6978557868,281.02177927 +99,-1.53318962,0.7230212049,233,-1.4476833,0.6978557868,275.37254268 +100,-1.531154816,0.7230299897,233,-1.4476833,0.6978557868,269.7005859 +101,-1.528878341,0.7230370244,233,-1.4476833,0.6978557868,263.37411808 +102,-1.539218189,0.7214009878,233,-1.4476833,0.6978557868,290.37046125 +103,-1.537198791,0.7214422745,233,-1.4476833,0.6978557868,284.68265708 +104,-1.535179266,0.7214634354,233,-1.4476833,0.6978557868,278.98622346 +105,-1.533156501,0.7214944644,233,-1.4476833,0.6978557868,273.30900448 +106,-1.53113574,0.7215166021,233,-1.4476833,0.6978557868,267.64372876 +107,-1.528874248,0.7215345535,233,-1.4476833,0.6978557868,261.31620626 +108,-1.539217656,0.7198512397,233,-1.4476833,0.6978557868,288.63288395 +109,-1.537199919,0.7199428763,233,-1.4476833,0.6978557868,282.95950561 +110,-1.545425832,0.727397149,233,-1.4476833,0.6978557868,315.3692931 +111,-1.543371177,0.7273916949,233,-1.4476833,0.6978557868,309.65531938 +112,-1.541368852,0.7274523163,233,-1.4476833,0.6978557868,304.19627343 +113,-1.545349067,0.7258710923,233,-1.4476833,0.6978557868,313.14552235 +114,-1.54332671,0.7258603556,233,-1.4476833,0.6978557868,307.47080117 +115,-1.541346831,0.7259242142,233,-1.4476833,0.6978557868,302.02940667 +116,-1.545324355,0.7243383958,233,-1.4476833,0.6978557868,311.16162562 +117,-1.543292796,0.7243617413,233,-1.4476833,0.6978557868,305.46104874 +118,-1.541295822,0.7244024384,233,-1.4476833,0.6978557868,299.89530718 +119,-1.543193859,0.7205570215,233,-1.4476833,0.6978557868,300.78613861 +120,-1.550257047,0.7386738187,233,-1.4476833,0.6978557868,345.90261315 +121,-1.549335448,0.7311736483,233,-1.4476833,0.6978557868,331.46495552 +122,-1.533478843,0.7179891343,233,-1.4476833,0.6978557868,270.16916945 +123,-1.556150555,0.738907041,233,-1.4476833,0.6978557868,361.90544443 +124,-1.554324226,0.733414257,233,-1.4476833,0.6978557868,348.39848091 +125,-1.554290846,0.7288285332,233,-1.4476833,0.6978557868,341.97148207 +126,-1.55122487,0.7219795312,233,-1.4476833,0.6978557868,325.31425177 +127,-1.525104458,0.7229399862,233,-1.4476833,0.6978557868,252.78478951 +128,-1.519607711,0.7236181429,233,-1.4476833,0.6978557868,238.77905805 +129,-1.513899999,0.7251107854,233,-1.4476833,0.6978557868,226.06095437 +130,-1.536620762,0.7431061895,233,-1.4476833,0.6978557868,319.61056325 +131,-1.5369566,0.7460845958,233,-1.4476833,0.6978557868,326.89244341 +132,-1.545345528,0.7447040685,233,-1.4476833,0.6978557868,344.59481917 +133,-1.532813921,0.7432306626,233,-1.4476833,0.6978557868,310.57345381 +134,-1.554788248,0.7382381001,233,-1.4476833,0.6978557868,357.17475194 +135,-1.540348126,0.7301594274,233,-1.4476833,0.6978557868,305.40699378 +136,-1.538016084,0.7239051786,233,-1.4476833,0.6978557868,290.05183309 +137,-1.525288962,0.7258085137,233,-1.4476833,0.6978557868,257.69867049 +138,-1.534326986,0.731241342,233,-1.4476833,0.6978557868,290.95994805 +139,-1.530733872,0.7303625216,233,-1.4476833,0.6978557868,279.89814497 +141,-1.534354939,0.7328219978,233,-1.4476833,0.6978557868,293.77186629 +142,-1.53157084,0.7292888153,233,-1.4476833,0.6978557868,280.31509414 +143,-1.525691035,0.7263799874,233,-1.4476833,0.6978557868,259.71126707 +144,-1.534031287,0.7495967835,233,-1.4476833,0.6978557868,328.05865327 +145,-1.527714986,0.7283095957,233,-1.4476833,0.6978557868,268.34968104 +146,-1.526189586,0.7271468292,233,-1.4476833,0.6978557868,262.31517549 +147,-1.555177336,0.7375563366,233,-1.4476833,0.6978557868,357.10226854 +148,-1.555080283,0.7312707794,233,-1.4476833,0.6978557868,347.42265439 +149,-1.53856994,0.7224180299,233,-1.4476833,0.6978557868,289.74052168 +150,-1.530837883,0.729933372,233,-1.4476833,0.6978557868,279.43942544 +151,-1.515066984,0.5854133365,233,-1.4476833,0.6978557868,493.9159347 +152,-1.534731633,0.5368370046,233,-1.4476833,0.6978557868,696.69541585 +153,-1.515231902,0.5607085576,233,-1.4476833,0.6978557868,584.55377565 +154,-2.616253799,1.0684566605,233,-1.4476833,0.6978557868,3108.1367388 +155,-1.956071439,0.5792177723,233,-1.4476833,0.6978557868,1675.3947381 +156,-1.951208514,0.5602434208,233,-1.4476833,0.6978557868,1693.5066126 +157,-1.944675062,0.6062144545,233,-1.4476833,0.6978557868,1598.9475111 +158,-1.613778386,0.6077989518,233,-1.4476833,0.6978557868,632.16635302 +159,-2.035029014,0.6021432345,233,-1.4476833,0.6978557868,1878.818276 +160,-2.114989471,0.6801825058,233,-1.4476833,0.6978557868,2025.6563138 +161,-2.037382079,0.5765830025,233,-1.4476833,0.6978557868,1925.3847698 +162,-2.129855121,0.6585019963,233,-1.4476833,0.6978557868,2093.0823188 +163,-2.075141798,0.6493615843,233,-1.4476833,0.6978557868,1938.8004875 +164,-1.828626729,0.6948433129,233,-1.4476833,0.6978557868,1154.7820325 +165,-1.863329418,0.6735427691,233,-1.4476833,0.6978557868,1274.0920498 +166,-1.266037071,0.727988852,233,-1.4476833,0.6978557868,556.82427591 +167,-1.277579582,0.7249010648,233,-1.4476833,0.6978557868,521.17939453 +168,-1.258418684,0.7241194816,233,-1.4476833,0.6978557868,577.08343857 +169,-1.317813974,0.6804850104,233,-1.4476833,0.6978557868,402.80205089 +170,-1.344165204,0.6790988904,233,-1.4476833,0.6978557868,325.16548203 +171,-1.427582102,0.5277120351,233,-1.4476833,0.6978557868,677.06072939 +172,-1.402238616,0.457167829,233,-1.4476833,0.6978557868,965.08960363 +173,-1.422454264,0.4996161999,233,-1.4476833,0.6978557868,789.52013879 +174,-1.439089277,0.4894859811,233,-1.4476833,0.6978557868,825.83083505 +175,-1.448126995,0.5182330266,233,-1.4476833,0.6978557868,711.48720547 +176,-1.474626146,0.5881926574,233,-1.4476833,0.6978557868,442.67005118 +177,-1.421139645,0.5584869783,233,-1.4476833,0.6978557868,558.52864051 +178,-1.457037165,0.565943032,233,-1.4476833,0.6978557868,523.35778585 +179,-2.757159358,0.3745319,233,-1.4476833,0.6978557868,4508.0426758 +180,-2.714309238,0.342054471,233,-1.4476833,0.6978557868,4453.7161333 +181,-2.000525337,0.774119946,233,-1.4476833,0.6978557868,1640.2465035 +183,-1.571413436,0.6777838382,233,-1.4476833,0.6978557868,386.8054415 +184,-1.552860289,0.6987663893,233,-1.4476833,0.6978557868,319.05023132 +185,-1.521852374,0.7165827476,233,-1.4476833,0.6978557868,235.2923655 +186,-1.503656267,0.6928968252,233,-1.4476833,0.6978557868,171.35081347 +187,-1.502753178,0.7136205882,233,-1.4476833,0.6978557868,177.36859148 +188,-1.631894563,0.7343596465,233,-1.4476833,0.6978557868,568.68446854 +189,-1.653765416,0.6770714026,233,-1.4476833,0.6978557868,635.7453864 +190,-1.719812114,0.6715965947,233,-1.4476833,0.6978557868,840.29018969 +191,-1.493406659,0.6646955447,233,-1.4476833,0.6978557868,192.44896439 +192,-1.469120564,0.6613469966,233,-1.4476833,0.6978557868,158.97540994 +193,-1.590551461,0.5326612937,233,-1.4476833,0.6978557868,800.23785425 +194,-1.625979264,0.5247742243,233,-1.4476833,0.6978557868,895.60903005 +195,-1.572293943,0.5238808754,233,-1.4476833,0.6978557868,798.2869182 +196,-1.610848725,0.5477107964,233,-1.4476833,0.6978557868,792.30803441 +197,-1.208485554,0.7918526018,233,-1.4476833,0.6978557868,788.34461284 +198,-1.335601374,0.6869083083,233,-1.4476833,0.6978557868,344.38827897 +199,-1.346156996,0.6825213377,233,-1.4476833,0.6978557868,315.93540825 +200,-1.324381037,0.6741422347,233,-1.4476833,0.6978557868,389.29631895 +201,-1.242424992,0.7378949807,233,-1.4476833,0.6978557868,631.99875523 +202,-1.270370057,0.7392461008,233,-1.4476833,0.6978557868,553.12266925 +203,-1.448950472,0.7441675014,233,-1.4476833,0.6978557868,183.47941768 +204,-1.492662363,0.7523026852,233,-1.4476833,0.6978557868,253.52676073 +205,-1.479098966,0.7763855017,233,-1.4476833,0.6978557868,324.39055326 +206,-1.633760714,0.7869022408,233,-1.4476833,0.6978557868,646.7565878 +207,-1.647406434,0.8101289331,233,-1.4476833,0.6978557868,727.00878061 +208,-1.564245052,0.5701509278,233,-1.4476833,0.6978557868,627.4472655 +209,-1.646289963,0.6833746083,233,-1.4476833,0.6978557868,608.70356505 +210,-1.5820631,0.6751952144,233,-1.4476833,0.6978557868,421.21577696 +211,-1.613236298,0.6681681791,233,-1.4476833,0.6978557868,521.78897624 +212,-1.914661867,0.8212566515,233,-1.4476833,0.6978557868,1419.1222901 +213,-1.742133237,0.7250275956,233,-1.4476833,0.6978557868,888.4811429 +214,-2.033144872,0.6557314699,233,-1.4476833,0.6978557868,1804.8771643 +215,-2.039551981,0.6964723658,233,-1.4476833,0.6978557868,1786.3533683 +216,-1.247341019,0.7622473908,233,-1.4476833,0.6978557868,643.24847916 +217,-1.298239787,0.7084123392,233,-1.4476833,0.6978557868,453.29791616 +218,-1.308539688,0.6926545592,233,-1.4476833,0.6978557868,423.5806682 +219,-1.303263185,0.6888938396,233,-1.4476833,0.6978557868,441.22782883 +220,-1.852400229,0.6004246149,233,-1.4476833,0.6978557868,1329.6607 +221,-1.288947707,0.7473773692,233,-1.4476833,0.6978557868,510.43055158 +222,-1.372031502,0.7472790993,233,-1.4476833,0.6978557868,297.99916393 +223,-1.289805721,0.7242157877,233,-1.4476833,0.6978557868,484.94111694 +224,-1.350807603,0.7533498126,233,-1.4476833,0.6978557868,361.41893168 +225,-1.329290365,0.7560442322,233,-1.4476833,0.6978557868,419.1974295 +226,-1.410153004,0.616936428,233,-1.4476833,0.6978557868,341.40863837 +227,-1.393445434,0.6308995063,233,-1.4476833,0.6978557868,314.50582338 +228,-1.37595573,0.6241540638,233,-1.4476833,0.6978557868,368.03561905 +229,-1.358388707,0.6172645205,233,-1.4476833,0.6978557868,424.42223388 +230,-1.753741133,0.8281661666,233,-1.4476833,0.6978557868,1013.5088725 +231,-1.47430987,0.6834615681,233,-1.4476833,0.6978557868,99.295170429 +232,-1.421012508,0.7222725206,233,-1.4476833,0.6978557868,125.58004837 +233,-1.4476833,0.6978557868,233,-1.4476833,0.6978557868,38.982168565 +234,-1.470370723,0.6966193374,233,-1.4476833,0.6978557868,69.06536005 +235,-1.429211703,0.7037216883,233,-1.4476833,0.6978557868,60.557427254 +236,-1.700578405,0.6178673663,233,-1.4476833,0.6978557868,852.35148042 +237,-1.678117619,0.6331716163,233,-1.4476833,0.6978557868,761.40732599 +238,-1.725644578,0.6316331145,233,-1.4476833,0.6978557868,903.95027171 +239,-2.14012759,0.7930497945,233,-1.4476833,0.6978557868,2028.9920529 +240,-2.103289431,0.7653606263,233,-1.4476833,0.6978557868,1933.853793 +241,-1.318739838,0.7017808746,233,-1.4476833,0.6978557868,390.89527517 +242,-1.396417427,0.7077900843,233,-1.4476833,0.6978557868,159.85192624 +243,-1.35650337,0.7185539404,233,-1.4476833,0.6978557868,286.2509955 +244,-1.248884539,0.7274156818,233,-1.4476833,0.6978557868,606.72531607 +245,-1.395014798,0.5761185243,233,-1.4476833,0.6978557868,510.44081503 +246,-1.433377362,0.6064716109,233,-1.4476833,0.6978557868,364.75832465 +247,-1.408172432,0.5903155476,233,-1.4476833,0.6978557868,443.92364479 +248,-1.749645898,0.7757118084,233,-1.4476833,0.6978557868,935.82053392 +249,-1.571626686,0.615046989,233,-1.4476833,0.6978557868,508.4502164 +250,-1.514070049,0.6303003037,233,-1.4476833,0.6978557868,338.27642099 +251,-1.480890369,0.6237966528,233,-1.4476833,0.6978557868,311.16301319 +252,-1.704390658,0.5281680612,233,-1.4476833,0.6978557868,1066.7945884 +253,-1.64434733,0.5254277498,233,-1.4476833,0.6978557868,932.88675101 +254,-1.703855997,0.4792484842,233,-1.4476833,0.6978557868,1205.9112973 +255,-1.692002383,0.5748825051,233,-1.4476833,0.6978557868,916.49392319 +256,-1.854136457,0.5544643913,233,-1.4476833,0.6978557868,1417.3037071 +257,-1.665021206,0.520317736,233,-1.4476833,0.6978557868,994.57796523 +258,-1.733654349,0.4845187345,233,-1.4476833,0.6978557868,1260.4694865 +259,-1.720938188,0.5135933906,233,-1.4476833,0.6978557868,1147.7634586 +260,-1.742668307,0.553296122,233,-1.4476833,0.6978557868,1103.9632624 +261,-1.965659039,0.7142126903,233,-1.4476833,0.6978557868,1555.0666318 +262,-1.944438071,0.6772834804,233,-1.4476833,0.6978557868,1516.3048299 +263,-1.270340967,0.7681487096,233,-1.4476833,0.6978557868,591.05421851 +264,-1.353091884,0.6549276821,233,-1.4476833,0.6978557868,337.9682356 +265,-1.333236659,0.6413584414,233,-1.4476833,0.6978557868,419.83842042 +266,-1.352015998,0.6753788907,233,-1.4476833,0.6978557868,306.23293003 +267,-1.377988483,0.6577816235,233,-1.4476833,0.6978557868,267.2287445 +268,-2.13075611,0.8318642051,233,-1.4476833,0.6978557868,1999.6716649 +269,-2.097910953,0.8259670014,233,-1.4476833,0.6978557868,1911.3055836 +270,-1.416382069,0.6694271549,233,-1.4476833,0.6978557868,148.04519815 +271,-1.538905672,0.7535625993,233,-1.4476833,0.6978557868,348.79438906 +272,-1.572309477,0.7803125099,233,-1.4476833,0.6978557868,489.33150969 +273,-1.87759879,0.7503853417,233,-1.4476833,0.6978557868,1287.685826 +274,1.152365588,0.590457682,233,-1.4476833,0.6978557868,6969.7119147 +275,0.350198001,0.718001859,233,-1.4476833,0.6978557868,5044.8113713 +276,0.046513677,0.491503852,233,-1.4476833,0.6978557868,4784.5950451 +277,0.027510309,0.742571376,233,-1.4476833,0.6978557868,4200.8680578 +278,0.306285725,-0.214631579,233,-1.4476833,0.6978557868,7318.1100676 +279,-1.100564889,0.318051531,233,-1.4476833,0.6978557868,1915.5173252 +280,-1.078582306,0.301437596,233,-1.4476833,0.6978557868,2016.628793 +281,-1.137371989,-0.617634065,233,-1.4476833,0.6978557868,5332.3213173 +282,0.784356344,0.703272339,233,-1.4476833,0.6978557868,5997.3209468 +283,-1.221209947,0.218327455,233,-1.4476833,0.6978557868,2057.3915057 +284,2.347301921,-0.449114658,233,-1.4476833,0.6978557868,10079.317998 +285,0.246820618,0.830553713,233,-1.4476833,0.6978557868,4545.7642265 +286,0.829414965,0.703288228,233,-1.4476833,0.6978557868,6078.2090903 +287,-1.337537566,0.42332223,233,-1.4476833,0.6978557868,1147.6575102 +288,0.882453706,0.454478077,233,-1.4476833,0.6978557868,6986.6519526 +289,1.575629659,0.416419109,233,-1.4476833,0.6978557868,8008.6286665 +290,-1.039455679,0.229888244,233,-1.4476833,0.6978557868,2335.2872876 +291,0.489558039,0.934482747,233,-1.4476833,0.6978557868,4790.0135631 +292,0.081344504,0.88384514,233,-1.4476833,0.6978557868,4069.1914566 +293,-1.547979814,0.300350308,233,-1.4476833,0.6978557868,1611.7390495 +294,0.040776181,0.168560074,233,-1.4476833,0.6978557868,5545.5717046 +295,-1.130374745,0.563894876,233,-1.4476833,0.6978557868,1142.1904207 +296,1.578326642,0.478507176,233,-1.4476833,0.6978557868,7764.8236636 +297,-1.12861823,-0.291640865,233,-1.4476833,0.6978557868,4092.5106026 +298,0.310524208,0.770885792,233,-1.4476833,0.6978557868,4825.3222404 +299,0.415649091,-0.387246002,233,-1.4476833,0.6978557868,8058.6586599 +300,-0.926533878,-0.188022748,233,-1.4476833,0.6978557868,3996.7571541 +301,1.258856172,-0.11716081,233,-1.4476833,0.6978557868,9673.3217072 +302,-1.126050026,0.322941926,233,-1.4476833,0.6978557868,1846.6540233 +303,2.002785835,0.07893892,233,-1.4476833,0.6978557868,9167.7225936 +304,0.440437607,0.746258085,233,-1.4476833,0.6978557868,5177.2174773 +305,-0.030391866,0.214441206,233,-1.4476833,0.6978557868,5216.085947 +306,0.521557815,-0.058929362,233,-1.4476833,0.6978557868,7573.3896404 +307,-0.097005111,0.13317729,233,-1.4476833,0.6978557868,5216.3811637 +308,1.83113859,0.221857587,233,-1.4476833,0.6978557868,8765.9888077 +309,0.222428864,0.099404236,233,-1.4476833,0.6978557868,6268.7769138 +310,-1.702731345,0.8728568183,233,-1.4476833,0.6978557868,992.08609581 +311,-0.418507569,0.278324921,233,-1.4476833,0.6978557868,3884.984172 +312,-1.41153306,0.339029988,233,-1.4476833,0.6978557868,1426.6245865 +313,0.357560442,0.114788776,233,-1.4476833,0.6978557868,6631.5380906 +314,0.325818979,0.268352149,233,-1.4476833,0.6978557868,6136.2044174 +315,-1.246004659,-0.663679965,233,-1.4476833,0.6978557868,5442.5162112 +316,1.814603087,0.637404484,233,-1.4476833,0.6978557868,7136.6454515 +317,1.843704281,-0.18300445,233,-1.4476833,0.6978557868,10337.647447 +318,1.690644492,-0.211480909,233,-1.4476833,0.6978557868,10517.283776 +319,-1.275451936,0.068109467,233,-1.4476833,0.6978557868,2569.5206757 +320,0.762430171,-0.207594741,233,-1.4476833,0.6978557868,8671.6788106 +321,0.265668905,-0.014647884,233,-1.4476833,0.6978557868,6691.4516856 +322,-2.773032013,-0.335515811,233,-1.4476833,0.6978557868,6363.6360551 +323,-1.469512853,0.174058777,233,-1.4476833,0.6978557868,2076.1833831 +324,0.286276986,0.785925691,233,-1.4476833,0.6978557868,4734.9615918 +325,-1.379324697,0.377432233,233,-1.4476833,0.6978557868,1289.954882 +326,-1.203778265,0.212813032,233,-1.4476833,0.6978557868,2101.8267138 +327,0.579916301,0.611743168,233,-1.4476833,0.6978557868,5855.5913738 +328,0.267582642,0.868113908,233,-1.4476833,0.6978557868,4509.1194296 +329,0.412869244,-0.050245578,233,-1.4476833,0.6978557868,7226.5571261 +330,0.17524381,0.976660285,233,-1.4476833,0.6978557868,4101.5534827 +331,0.743157214,0.204812899,233,-1.4476833,0.6978557868,7450.5633389 +332,-1.070758176,0.269382282,233,-1.4476833,0.6978557868,2138.6007371 +333,-1.230364251,0.329790229,233,-1.4476833,0.6978557868,1635.3681598 +334,-1.374813124,-0.024926835,233,-1.4476833,0.6978557868,2875.093609 +335,0.519780566,0.463669906,233,-1.4476833,0.6978557868,6132.359567 +336,-1.55108034,0.239698561,233,-1.4476833,0.6978557868,1850.0424378 +337,0.180294813,0.029739425,233,-1.4476833,0.6978557868,6319.6269258 +338,0.67820924,0.268170153,233,-1.4476833,0.6978557868,7096.9697972 +339,0.445798684,1.024001867,233,-1.4476833,0.6978557868,4493.9198424 +340,0.691751283,0.150521402,233,-1.4476833,0.6978557868,7476.9762151 +341,-1.036643551,-0.903056181,233,-1.4476833,0.6978557868,6497.953485 +342,-0.120287036,1.083325163,233,-1.4476833,0.6978557868,3397.1146956 +343,2.823513113,-0.304487164,233,-1.4476833,0.6978557868,8317.8287878 +344,0.457583172,1.12513373,233,-1.4476833,0.6978557868,4277.5999545 +345,0.042918831,0.813795399,233,-1.4476833,0.6978557868,4105.5524544 +346,1.196146777,-0.853142756,233,-1.4476833,0.6978557868,10919.119041 +347,0.206001358,-0.010430701,233,-1.4476833,0.6978557868,6499.9655473 +348,-0.268308653,0.234799412,233,-1.4476833,0.6978557868,4444.647956 +349,0.759363263,0.736189579,233,-1.4476833,0.6978557868,5848.6597808 +350,0.181363926,0.891988372,233,-1.4476833,0.6978557868,4274.3090678 +351,-0.021111158,0.139103292,233,-1.4476833,0.6978557868,5431.7916798 +352,-0.093355215,0.630686981,233,-1.4476833,0.6978557868,4093.5892546 +353,0.40118964,0.681375926,233,-1.4476833,0.6978557868,5256.3324364 +354,-0.721197315,1.304706234,233,-1.4476833,0.6978557868,2737.2596118 +355,-1.076150317,0.212107639,233,-1.4476833,0.6978557868,2320.7150614 +356,-1.577164531,0.273993443,233,-1.4476833,0.6978557868,1737.4312133 +357,-0.190788414,0.182208586,233,-1.4476833,0.6978557868,4809.3592545 +358,-0.261349752,0.209710184,233,-1.4476833,0.6978557868,4527.4821071 +359,-1.029303852,0.083549259,233,-1.4476833,0.6978557868,2854.859803 +360,-1.268609162,0.330525297,233,-1.4476833,0.6978557868,1577.8882673 +361,1.282982244,-0.926641967,233,-1.4476833,0.6978557868,11014.966499 +362,0.217352334,0.731352408,233,-1.4476833,0.6978557868,4697.1974127 +363,-1.511833084,0.258629297,233,-1.4476833,0.6978557868,1753.9145782 +364,0.338812194,0.823184618,233,-1.4476833,0.6978557868,4764.4365084 +365,-0.324406489,1.134201999,233,-1.4476833,0.6978557868,3023.7332047 +366,1.389579348,0.399185724,233,-1.4476833,0.6978557868,7955.3571046 +367,2.047152199,-0.039082036,233,-1.4476833,0.6978557868,9542.2084256 +368,0.947780369,0.568250077,233,-1.4476833,0.6978557868,6732.0109906 +369,0.763824846,0.576754987,233,-1.4476833,0.6978557868,6354.7584948 +370,-0.142334657,0.928153068,233,-1.4476833,0.6978557868,3497.4377118 +371,0.610266567,0.547265983,233,-1.4476833,0.6978557868,6110.7076103 +372,0.210731629,0.746815056,233,-1.4476833,0.6978557868,4646.6272842 +373,-1.34931644,0.316895224,233,-1.4476833,0.6978557868,1546.0472491 +374,2.407696481,0.655030745,233,-1.4476833,0.6978557868,6490.9162745 +375,0.64207831,0.545359131,233,-1.4476833,0.6978557868,6188.590583 +376,1.174597538,0.840588356,233,-1.4476833,0.6978557868,6083.1224792 +377,0.660059424,0.010604079,233,-1.4476833,0.6978557868,7787.7617808 +378,-0.730263819,0.010486456,233,-1.4476833,0.6978557868,3751.3718573 +379,0.831068936,0.512339172,233,-1.4476833,0.6978557868,6695.5271905 +380,1.301180979,0.72367476,233,-1.4476833,0.6978557868,6638.5897785 +381,1.811128231,0.322854402,233,-1.4476833,0.6978557868,8377.6878733 +382,0.435105812,0.992284428,233,-1.4476833,0.6978557868,4551.1274417 +383,0.62643634,0.592027932,233,-1.4476833,0.6978557868,6016.2326259 +384,0.492988703,-0.516339467,233,-1.4476833,0.6978557868,8567.2971762 +385,-0.162469483,0.112549365,233,-1.4476833,0.6978557868,5070.3062938 +386,0.314630866,0.472006421,233,-1.4476833,0.6978557868,5576.3554805 +387,0.166744804,0.822815954,233,-1.4476833,0.6978557868,4380.5241378 +388,0.417159608,0.965805736,233,-1.4476833,0.6978557868,4582.3098006 +389,0.106334961,0.868774244,233,-1.4476833,0.6978557868,4152.8293601 +390,0.815086969,-0.338144359,233,-1.4476833,0.6978557868,9153.5335515 +391,0.59867455,-0.230624824,233,-1.4476833,0.6978557868,8243.0501365 +392,1.915104874,0.066220985,233,-1.4476833,0.6978557868,9312.1427004 +393,1.278093622,0.064463721,233,-1.4476833,0.6978557868,9066.9743337 +394,-0.061477853,0.302997961,233,-1.4476833,0.6978557868,4906.7527167 +395,0.251311504,0.626976942,233,-1.4476833,0.6978557868,5024.7040529 +396,2.950242872,0.149095644,233,-1.4476833,0.6978557868,6773.9585801 +397,-0.180294708,0.35375117,233,-1.4476833,0.6978557868,4428.9667696 +398,1.010448592,-0.351180233,233,-1.4476833,0.6978557868,9758.8136843 +399,-1.748740498,0.3686318073,233,-1.4476833,0.6978557868,1653.3149994 +400,2.699635665,0.123533791,233,-1.4476833,0.6978557868,7545.5823408 +401,0.496808033,0.823843254,233,-1.4476833,0.6978557868,5091.798954 +402,0.129574704,0.763364087,233,-1.4476833,0.6978557868,4414.3345553 +403,1.798920311,0.817447563,233,-1.4476833,0.6978557868,6430.2782695 +404,0.335987953,0.746786541,233,-1.4476833,0.6978557868,4941.3561535 +405,-1.085413643,0.292154671,233,-1.4476833,0.6978557868,2032.594165 +406,-0.155321003,0.508207011,233,-1.4476833,0.6978557868,4163.1821407 +407,0.620529244,-0.301175104,233,-1.4476833,0.6978557868,8480.3274849 +408,1.684402744,0.368716966,233,-1.4476833,0.6978557868,8219.0077185 +409,0.300582244,-0.386397212,233,-1.4476833,0.6978557868,7712.3229882 +410,2.913555946,-0.009225192,233,-1.4476833,0.6978557868,7302.6938981 +411,1.465101417,0.493232532,233,-1.4476833,0.6978557868,7651.2097795 +412,0.090612882,0.907955955,233,-1.4476833,0.6978557868,4047.3545177 +413,2.987564726,-0.729568594,233,-1.4476833,0.6978557868,8695.0683697 +414,-1.484261606,0.224149272,233,-1.4476833,0.6978557868,1880.6858008 +415,0.164073421,0.303955133,233,-1.4476833,0.6978557868,5575.8643298 +416,0.141441293,0.167552546,233,-1.4476833,0.6978557868,5851.7604195 +417,2.931321023,-0.506718887,233,-1.4476833,0.6978557868,8439.5994672 +418,2.21951565,0.700596356,233,-1.4476833,0.6978557868,6588.5566535 +419,0.268112576,1.199114336,233,-1.4476833,0.6978557868,3874.7738404 +420,0.978913739,0.359223811,233,-1.4476833,0.6978557868,7494.361375 +421,1.210898818,0.522863584,233,-1.4476833,0.6978557868,7292.6059058 +422,2.347397336,0.129231362,233,-1.4476833,0.6978557868,8390.1930142 +423,0.614394501,0.556878345,233,-1.4476833,0.6978557868,6092.0935913 +424,-1.398079356,0.148483366,233,-1.4476833,0.6978557868,2183.1247152 +425,2.535303836,-0.112984496,233,-1.4476833,0.6978557868,8671.8307473 +426,-1.019372593,-0.405322349,233,-1.4476833,0.6978557868,4647.2498525 +427,-1.297785627,-0.160104069,233,-1.4476833,0.6978557868,3442.5787911 +428,2.144554488,0.205051084,233,-1.4476833,0.6978557868,8502.3474682 +429,-2.242387083,-0.426171285,233,-1.4476833,0.6978557868,5330.7487256 +430,0.338637212,0.909723676,233,-1.4476833,0.6978557868,4563.3331228 +431,-0.148798452,0.691042401,233,-1.4476833,0.6978557868,3828.6321442 +432,0.893524764,0.441829531,233,-1.4476833,0.6978557868,7050.3150317 +433,0.969229347,-0.368847936,233,-1.4476833,0.6978557868,9683.0259695 +434,0.436043248,0.800045688,233,-1.4476833,0.6978557868,5028.959161 +435,1.687946607,1.081504775,233,-1.4476833,0.6978557868,5395.7753958 +436,0.522302046,-0.034889271,233,-1.4476833,0.6978557868,7512.312694 +437,-0.178996113,-0.438090009,233,-1.4476833,0.6978557868,6484.0947234 +438,-1.094339566,0.301444068,233,-1.4476833,0.6978557868,1983.2427571 +439,-1.064070054,0.242569932,233,-1.4476833,0.6978557868,2241.7580424 +440,-1.068153768,0.230387998,233,-1.4476833,0.6978557868,2274.4009345 +441,-3.00496892,-0.23989155,233,-1.4476833,0.6978557868,6788.7706126 +442,0.21751974,0.766874888,233,-1.4476833,0.6978557868,4618.3809621 +443,0.117229532,0.007619006,233,-1.4476833,0.6978557868,6184.6758461 +444,0.777758451,0.420554741,233,-1.4476833,0.6978557868,6872.6301236 +445,-0.252356999,0.250747086,233,-1.4476833,0.6978557868,4454.1118504 +446,0.363148444,0.768483434,233,-1.4476833,0.6978557868,4949.867478 +447,0.903191366,-0.118210676,233,-1.4476833,0.6978557868,8825.2428572 +448,-0.205755923,0.149406178,233,-1.4476833,0.6978557868,4846.2700995 +449,1.811996086,0.02364353,233,-1.4476833,0.6978557868,9554.1440686 +450,-1.100670221,0.314845373,233,-1.4476833,0.6978557868,1925.8245174 +451,0.340078597,0.850105132,233,-1.4476833,0.6978557868,4703.8001431 +452,0.258757267,0.804969236,233,-1.4476833,0.6978557868,4629.1884968 +453,2.78505352,-0.155160804,233,-1.4476833,0.6978557868,8064.7701341 +454,0.800551619,0.105822106,233,-1.4476833,0.6978557868,7894.0000093 +455,0.437940882,-0.506194031,233,-1.4476833,0.6978557868,8383.6593984 +456,2.230431122,0.63458615,233,-1.4476833,0.6978557868,6815.9337086 +457,0.527965361,0.127667701,233,-1.4476833,0.6978557868,7090.5129323 +458,-0.063643205,0.702093448,233,-1.4476833,0.6978557868,4039.1035502 +459,1.408447268,0.133010502,233,-1.4476833,0.6978557868,8990.9212808 +460,0.523795955,0.280266966,233,-1.4476833,0.6978557868,6656.3544381 +461,-0.975769313,0.072177659,233,-1.4476833,0.6978557868,2997.6893751 +462,0.549774164,-0.463663986,233,-1.4476833,0.6978557868,8629.060364 +463,0.29245874,1.095549818,233,-1.4476833,0.6978557868,4091.5579939 +464,0.143625958,0.816809593,233,-1.4476833,0.6978557868,4339.0289435 +465,0.671902494,0.611159853,233,-1.4476833,0.6978557868,6058.0052385 +466,1.239840988,0.6724199,233,-1.4476833,0.6978557868,6772.0502094 +467,0.607829703,-0.10932137,233,-1.4476833,0.6978557868,7960.6657598 +468,1.763020906,0.263996692,233,-1.4476833,0.6978557868,8625.4302002 +469,0.378714634,0.726066797,233,-1.4476833,0.6978557868,5090.5343234 +470,2.196736143,-0.153862366,233,-1.4476833,0.6978557868,9653.2848693 +471,0.01702415,0.148991565,233,-1.4476833,0.6978557868,5522.6631914 +472,-2.998490902,-0.158002487,233,-1.4476833,0.6978557868,6562.9228543 +473,-3.051262951,-0.346595608,233,-1.4476833,0.6978557868,7189.702353 +474,-1.069176439,0.182802941,233,-1.4476833,0.6978557868,2434.9041833 +475,0.167157509,0.595344954,233,-1.4476833,0.6978557868,4879.6647461 +476,0.613855648,0.681746124,233,-1.4476833,0.6978557868,5727.3762542 +477,1.037012736,0.682555367,233,-1.4476833,0.6978557868,6481.5711973 +478,-1.253574971,0.379755746,233,-1.4476833,0.6978557868,1419.5356093 +479,3.108590453,-0.132620738,233,-1.4476833,0.6978557868,7031.8645438 +480,0.565301296,0.022333262,233,-1.4476833,0.6978557868,7484.7813835 +481,0.547898238,0.855555614,233,-1.4476833,0.6978557868,5106.000232 +482,0.948309381,0.417393755,233,-1.4476833,0.6978557868,7239.6268463 +483,-0.050600732,0.945269213,233,-1.4476833,0.6978557868,3680.6791384 +484,-0.977651478,-0.572363064,233,-1.4476833,0.6978557868,5318.037447 +485,1.102014914,0.728861163,233,-1.4476833,0.6978557868,6405.591221 +486,2.927300795,-0.282939414,233,-1.4476833,0.6978557868,7951.7226851 +487,-1.154565557,0.124434095,233,-1.4476833,0.6978557868,2498.1607201 +488,1.855331234,0.291044755,233,-1.4476833,0.6978557868,8481.7388417 +489,0.830290659,0.276904518,233,-1.4476833,0.6978557868,7442.0097077 +490,0.485104466,-0.234867441,233,-1.4476833,0.6978557868,7910.1925764 +491,0.521367572,-0.33161327,233,-1.4476833,0.6978557868,8251.048676 +1,-1.539031704,0.7349710123,234,-1.470370723,0.6966193374,255.27896932 +2,-1.536990553,0.7349663874,234,-1.470370723,0.6966193374,250.39372187 +3,-1.534951779,0.7349571355,234,-1.470370723,0.6966193374,245.55717391 +4,-1.532906461,0.7349480293,234,-1.470370723,0.6966193374,240.76260391 +5,-1.531320211,0.7346937278,234,-1.470370723,0.6966193374,236.4754077 +6,-1.539451648,0.7335131775,234,-1.470370723,0.6966193374,253.0177183 +7,-1.537429487,0.7335445708,234,-1.470370723,0.6966193374,248.17839625 +8,-1.535484998,0.7335658704,234,-1.470370723,0.6966193374,243.555492 +9,-1.533488396,0.7336036027,234,-1.470370723,0.6966193374,238.90041724 +10,-1.531497785,0.7335842962,234,-1.470370723,0.6966193374,234.18152663 +11,-1.530259379,0.7334777758,234,-1.470370723,0.6966193374,231.04346472 +12,-1.5335454,0.7322346912,234,-1.470370723,0.6966193374,235.842958 +13,-1.531489083,0.7322238773,234,-1.470370723,0.6966193374,230.91753441 +14,-1.530011122,0.7321679851,234,-1.470370723,0.6966193374,227.29907058 +15,-1.53348106,0.7306614094,234,-1.470370723,0.6966193374,232.11956528 +16,-1.531441779,0.7306962275,234,-1.470370723,0.6966193374,227.2581508 +17,-1.529755654,0.7306933243,234,-1.470370723,0.6966193374,223.21102826 +18,-1.533415048,0.7291384674,234,-1.470370723,0.6966193374,228.60974714 +19,-1.531392093,0.7291705353,234,-1.470370723,0.6966193374,223.7007757 +20,-1.529296523,0.7291214933,234,-1.470370723,0.6966193374,218.48978471 +21,-1.535280942,0.727267644,234,-1.470370723,0.6966193374,229.37544769 +22,-1.533378158,0.7276139666,234,-1.470370723,0.6966193374,225.27636291 +23,-1.531340368,0.7276446587,234,-1.470370723,0.6966193374,220.24596459 +24,-1.528960113,0.7276398177,234,-1.470370723,0.6966193374,214.351556 +25,-1.533313146,0.7260818349,234,-1.470370723,0.6966193374,221.96975316 +26,-1.531259555,0.7260958115,234,-1.470370723,0.6966193374,216.78323947 +27,-1.528926415,0.7260865555,234,-1.470370723,0.6966193374,210.90081041 +28,-1.531226779,0.7245511789,234,-1.470370723,0.6966193374,213.57197424 +29,-1.528904772,0.7245519194,234,-1.470370723,0.6966193374,207.64350154 +30,-1.547195875,0.7409785979,234,-1.470370723,0.6966193374,288.58786009 +31,-1.5451475,0.740980426,234,-1.470370723,0.6966193374,283.77532661 +32,-1.543097679,0.7409798872,234,-1.470370723,0.6966193374,279.00413751 +33,-1.540720364,0.7409892687,234,-1.470370723,0.6966193374,273.56185331 +34,-1.547188511,0.7395198392,234,-1.470370723,0.6966193374,285.2096716 +35,-1.545148587,0.7395226109,234,-1.470370723,0.6966193374,280.35525253 +36,-1.543104538,0.7395314908,234,-1.470370723,0.6966193374,275.55426237 +37,-1.540727751,0.7395306258,234,-1.470370723,0.6966193374,270.01026891 +38,-1.547187029,0.7380014886,234,-1.470370723,0.6966193374,281.79113443 +39,-1.545147315,0.7380012252,234,-1.470370723,0.6966193374,276.86350861 +40,-1.54310719,0.7380060743,234,-1.470370723,0.6966193374,271.99349862 +41,-1.540719671,0.7380068206,234,-1.470370723,0.6966193374,266.34607349 +42,-1.547187189,0.7364799098,234,-1.470370723,0.6966193374,278.45743502 +43,-1.545149996,0.7364853874,234,-1.470370723,0.6966193374,273.48170711 +44,-1.543106091,0.7364823484,234,-1.470370723,0.6966193374,268.51611363 +45,-1.540717158,0.7364893901,234,-1.470370723,0.6966193374,262.79723362 +46,-1.538663972,0.7410138672,234,-1.470370723,0.6966193374,268.95743452 +47,-1.53695285,0.7409699132,234,-1.470370723,0.6966193374,265.0082802 +48,-1.534910498,0.7409641297,234,-1.470370723,0.6966193374,260.46830897 +49,-1.533145034,0.7409536636,234,-1.470370723,0.6966193374,256.5808317 +50,-1.538681336,0.7395405883,234,-1.470370723,0.6966193374,265.32204407 +51,-1.536999189,0.7395183096,234,-1.470370723,0.6966193374,261.4356199 +52,-1.534923633,0.7395144222,234,-1.470370723,0.6966193374,256.7543098 +53,-1.533267822,0.7395654306,234,-1.470370723,0.6966193374,253.20662425 +54,-1.53867273,0.7380151077,234,-1.470370723,0.6966193374,261.57998005 +55,-1.536980576,0.7379994392,234,-1.470370723,0.6966193374,257.62748396 +56,-1.534931522,0.7379944961,234,-1.470370723,0.6966193374,252.92846459 +57,-1.533387952,0.7379480264,234,-1.470370723,0.6966193374,249.32058487 +58,-1.538682279,0.7364914363,234,-1.470370723,0.6966193374,257.97212604 +59,-1.536980704,0.7364810563,234,-1.470370723,0.6966193374,253.94955743 +60,-1.534935567,0.7364752065,234,-1.470370723,0.6966193374,249.18195902 +61,-1.533042592,0.7363876366,234,-1.470370723,0.6966193374,244.61752004 +62,-1.545143426,0.7349628011,234,-1.470370723,0.6966193374,270.15356577 +63,-1.543105297,0.7349691947,234,-1.470370723,0.6966193374,265.15427654 +64,-1.541064533,0.7349647152,234,-1.470370723,0.6966193374,260.1706864 +65,-1.545411803,0.7334624714,234,-1.470370723,0.6966193374,267.65496837 +66,-1.543446606,0.7334780896,234,-1.470370723,0.6966193374,262.78292174 +67,-1.541475327,0.7334957295,234,-1.470370723,0.6966193374,257.94212168 +68,-1.545401939,0.731963266,234,-1.470370723,0.6966193374,264.56573679 +69,-1.54342253,0.7319915583,234,-1.470370723,0.6966193374,259.61856528 +70,-1.541455867,0.7320216438,234,-1.470370723,0.6966193374,254.74877799 +71,-1.545410146,0.7304422281,234,-1.470370723,0.6966193374,261.57865222 +72,-1.543435491,0.7304713664,234,-1.470370723,0.6966193374,256.57761356 +73,-1.541463105,0.7304997613,234,-1.470370723,0.6966193374,251.62050894 +74,-1.545414768,0.7289194936,234,-1.470370723,0.6966193374,258.68480275 +75,-1.543435774,0.7289538557,234,-1.470370723,0.6966193374,253.61548169 +76,-1.541457714,0.7289765881,234,-1.470370723,0.6966193374,248.56403133 +77,-1.539449415,0.7320555866,234,-1.470370723,0.6966193374,249.83265566 +78,-1.537429183,0.7321097681,234,-1.470370723,0.6966193374,244.97599184 +79,-1.535472649,0.7321497267,234,-1.470370723,0.6966193374,240.29617717 +80,-1.539457899,0.7305333307,234,-1.470370723,0.6966193374,246.63369328 +81,-1.537453161,0.7305750503,234,-1.470370723,0.6966193374,241.71188349 +82,-1.535479385,0.7306124949,234,-1.470370723,0.6966193374,236.90719002 +83,-1.53946905,0.7290102593,234,-1.470370723,0.6966193374,243.54709124 +84,-1.537459922,0.7290417293,234,-1.470370723,0.6966193374,238.51750943 +85,-1.535451349,0.7290890157,234,-1.470370723,0.6966193374,233.569722 +86,-1.535522937,0.7279887191,234,-1.470370723,0.6966193374,231.4592792 +87,-1.539442524,0.7274735939,234,-1.470370723,0.6966193374,240.44858265 +88,-1.537424111,0.727521351,234,-1.470370723,0.6966193374,235.35307687 +89,-1.539384641,0.7259505092,234,-1.470370723,0.6966193374,237.4085885 +90,-1.537372391,0.7259947145,234,-1.470370723,0.6966193374,232.24810932 +91,-1.535340789,0.7260435356,234,-1.470370723,0.6966193374,227.09046787 +92,-1.539325716,0.7244369706,234,-1.470370723,0.6966193374,234.49824105 +93,-1.537308932,0.7244801057,234,-1.470370723,0.6966193374,229.25133394 +94,-1.535289068,0.7245247645,234,-1.470370723,0.6966193374,224.0403833 +95,-1.533261366,0.7245550236,234,-1.470370723,0.6966193374,218.82566777 +96,-1.539267302,0.722921924,234,-1.470370723,0.6966193374,231.70486452 +97,-1.537248972,0.7229660258,234,-1.470370723,0.6966193374,226.38373508 +98,-1.535219431,0.7229916471,234,-1.470370723,0.6966193374,221.0383369 +99,-1.53318962,0.7230212049,234,-1.470370723,0.6966193374,215.73951164 +100,-1.531154816,0.7230299897,234,-1.470370723,0.6966193374,210.43165289 +101,-1.528878341,0.7230370244,234,-1.470370723,0.6966193374,204.54110676 +102,-1.539218189,0.7214009878,234,-1.470370723,0.6966193374,229.04999748 +103,-1.537198791,0.7214422745,234,-1.470370723,0.6966193374,223.65011183 +104,-1.535179266,0.7214634354,234,-1.470370723,0.6966193374,218.2510659 +105,-1.533156501,0.7214944644,234,-1.470370723,0.6966193374,212.89704162 +106,-1.53113574,0.7215166021,234,-1.470370723,0.6966193374,207.57244932 +107,-1.528874248,0.7215345535,234,-1.470370723,0.6966193374,201.65116433 +108,-1.539217656,0.7198512397,234,-1.470370723,0.6966193374,226.61333802 +109,-1.537199919,0.7199428763,234,-1.470370723,0.6966193374,221.22567194 +110,-1.545425832,0.727397149,234,-1.470370723,0.6966193374,255.91797461 +111,-1.543371177,0.7273916949,234,-1.470370723,0.6966193374,250.51011493 +112,-1.541368852,0.7274523163,234,-1.470370723,0.6966193374,245.3984444 +113,-1.545349067,0.7258710923,234,-1.470370723,0.6966193374,253.02381403 +114,-1.54332671,0.7258603556,234,-1.470370723,0.6966193374,247.62786099 +115,-1.541346831,0.7259242142,234,-1.470370723,0.6966193374,242.51052194 +116,-1.545324355,0.7243383958,234,-1.470370723,0.6966193374,250.37116432 +117,-1.543292796,0.7243617413,234,-1.470370723,0.6966193374,244.94519443 +118,-1.541295822,0.7244024384,234,-1.470370723,0.6966193374,239.67404853 +119,-1.543193859,0.7205570215,234,-1.470370723,0.6966193374,238.62572155 +120,-1.550257047,0.7386738187,234,-1.470370723,0.6966193374,290.74822222 +121,-1.549335448,0.7311736483,234,-1.470370723,0.6966193374,273.11068968 +122,-1.533478843,0.7179891343,234,-1.470370723,0.6966193374,207.98607617 +123,-1.556150555,0.738907041,234,-1.470370723,0.6966193374,305.80203597 +124,-1.554324226,0.733414257,234,-1.470370723,0.6966193374,290.26029443 +125,-1.554290846,0.7288285332,234,-1.470370723,0.6966193374,281.94415416 +126,-1.55122487,0.7219795312,234,-1.470370723,0.6966193374,262.91872772 +127,-1.525104458,0.7229399862,234,-1.470370723,0.6966193374,194.68783316 +128,-1.519607711,0.7236181429,234,-1.470370723,0.6966193374,182.48536384 +129,-1.513899999,0.7251107854,234,-1.470370723,0.6966193374,172.63571002 +130,-1.536620762,0.7431061895,234,-1.470370723,0.6966193374,269.82829189 +131,-1.5369566,0.7460845958,234,-1.470370723,0.6966193374,278.5329447 +132,-1.545345528,0.7447040685,234,-1.470370723,0.6966193374,293.30021809 +133,-1.532813921,0.7432306626,234,-1.470370723,0.6966193374,261.9991684 +134,-1.554788248,0.7382381001,234,-1.470370723,0.6966193374,301.01528681 +135,-1.540348126,0.7301594274,234,-1.470370723,0.6966193374,248.10573373 +136,-1.538016084,0.7239051786,234,-1.470370723,0.6966193374,230.08037816 +137,-1.525288962,0.7258085137,234,-1.470370723,0.6966193374,201.28557682 +138,-1.534326986,0.731241342,234,-1.470370723,0.6966193374,235.47544353 +139,-1.530733872,0.7303625216,234,-1.470370723,0.6966193374,224.78984824 +141,-1.534354939,0.7328219978,234,-1.470370723,0.6966193374,239.13546352 +142,-1.53157084,0.7292888153,234,-1.470370723,0.6966193374,224.40053171 +143,-1.525691035,0.7263799874,234,-1.470370723,0.6966193374,203.54249511 +144,-1.534031287,0.7495967835,234,-1.470370723,0.6966193374,282.38948997 +145,-1.527714986,0.7283095957,234,-1.470370723,0.6966193374,212.81692921 +146,-1.526189586,0.7271468292,234,-1.470370723,0.6966193374,206.48111885 +147,-1.555177336,0.7375563366,234,-1.470370723,0.6966193374,300.58641507 +148,-1.555080283,0.7312707794,234,-1.470370723,0.6966193374,288.28830157 +149,-1.53856994,0.7224180299,234,-1.470370723,0.6966193374,228.9784887 +150,-1.530837883,0.729933372,234,-1.470370723,0.6966193374,224.06263894 +151,-1.515066984,0.5854133365,234,-1.470370723,0.6966193374,462.71685687 +152,-1.534731633,0.5368370046,234,-1.470370723,0.6966193374,666.01382606 +153,-1.515231902,0.5607085576,234,-1.470370723,0.6966193374,557.12237646 +154,-2.616253799,1.0684566605,234,-1.470370723,0.6966193374,3068.7516451 +155,-1.956071439,0.5792177723,234,-1.470370723,0.6966193374,1606.4556168 +156,-1.951208514,0.5602434208,234,-1.470370723,0.6966193374,1624.8368818 +157,-1.944675062,0.6062144545,234,-1.470370723,0.6966193374,1529.883771 +158,-1.613778386,0.6077989518,234,-1.470370723,0.6966193374,571.90981593 +159,-2.035029014,0.6021432345,234,-1.470370723,0.6966193374,1809.8378697 +160,-2.114989471,0.6801825058,234,-1.470370723,0.6966193374,1958.7634804 +161,-2.037382079,0.5765830025,234,-1.470370723,0.6966193374,1856.3194212 +162,-2.129855121,0.6585019963,234,-1.470370723,0.6966193374,2025.6071014 +163,-2.075141798,0.6493615843,234,-1.470370723,0.6966193374,1870.7416159 +164,-1.828626729,0.6948433129,234,-1.470370723,0.6966193374,1086.8560133 +165,-1.863329418,0.6735427691,234,-1.470370723,0.6966193374,1205.5690905 +166,-1.266037071,0.727988852,234,-1.470370723,0.6966193374,624.5228378 +167,-1.277579582,0.7249010648,234,-1.470370723,0.6966193374,589.04712166 +168,-1.258418684,0.7241194816,234,-1.470370723,0.6966193374,645.16408537 +169,-1.317813974,0.6804850104,234,-1.470370723,0.6966193374,470.76265415 +170,-1.344165204,0.6790988904,234,-1.470370723,0.6966193374,392.29514496 +171,-1.427582102,0.5277120351,234,-1.470370723,0.6966193374,683.18543023 +172,-1.402238616,0.457167829,234,-1.470370723,0.6966193374,974.778032 +173,-1.422454264,0.4996161999,234,-1.470370723,0.6966193374,795.81589285 +174,-1.439089277,0.4894859811,234,-1.470370723,0.6966193374,826.80962137 +175,-1.448126995,0.5182330266,234,-1.470370723,0.6966193374,710.25824328 +176,-1.474626146,0.5881926574,234,-1.470370723,0.6966193374,429.68950967 +177,-1.421139645,0.5584869783,234,-1.470370723,0.6966193374,569.365541 +178,-1.457037165,0.565943032,234,-1.470370723,0.6966193374,519.35531955 +179,-2.757159358,0.3745319,234,-1.470370723,0.6966193374,4440.4029537 +180,-2.714309238,0.342054471,234,-1.470370723,0.6966193374,4385.4092455 +181,-2.000525337,0.774119946,234,-1.470370723,0.6966193374,1577.7570903 +183,-1.571413436,0.6777838382,234,-1.470370723,0.6966193374,318.19121536 +184,-1.552860289,0.6987663893,234,-1.470370723,0.6966193374,250.50534032 +185,-1.521852374,0.7165827476,234,-1.470370723,0.6966193374,174.07638834 +186,-1.503656267,0.6928968252,234,-1.470370723,0.6966193374,102.34929929 +187,-1.502753178,0.7136205882,234,-1.470370723,0.6966193374,118.63878048 +188,-1.631894563,0.7343596465,234,-1.470370723,0.6966193374,505.20377315 +189,-1.653765416,0.6770714026,234,-1.470370723,0.6966193374,566.68002668 +190,-1.719812114,0.6715965947,234,-1.470370723,0.6966193374,771.25200109 +191,-1.493406659,0.6646955447,234,-1.470370723,0.6966193374,144.97177995 +192,-1.469120564,0.6613469966,234,-1.470370723,0.6966193374,139.76686094 +193,-1.590551461,0.5326612937,234,-1.470370723,0.6966193374,756.38279373 +194,-1.625979264,0.5247742243,234,-1.470370723,0.6966193374,846.51176925 +195,-1.572293943,0.5238808754,234,-1.470370723,0.6966193374,759.5459266 +196,-1.610848725,0.5477107964,234,-1.470370723,0.6966193374,742.47900617 +197,-1.208485554,0.7918526018,234,-1.470370723,0.6966193374,849.39336819 +198,-1.335601374,0.6869083083,234,-1.470370723,0.6966193374,412.77213658 +199,-1.346156996,0.6825213377,234,-1.470370723,0.6966193374,383.57393388 +200,-1.324381037,0.6741422347,234,-1.470370723,0.6966193374,456.26319915 +201,-1.242424992,0.7378949807,234,-1.470370723,0.6966193374,699.0220349 +202,-1.270370057,0.7392461008,234,-1.470370723,0.6966193374,619.53310499 +203,-1.448950472,0.7441675014,234,-1.470370723,0.6966193374,198.8334202 +204,-1.492662363,0.7523026852,234,-1.470370723,0.6966193374,230.25144584 +205,-1.479098966,0.7763855017,234,-1.470370723,0.6966193374,316.98826862 +206,-1.633760714,0.7869022408,234,-1.470370723,0.6966193374,595.64238367 +207,-1.647406434,0.8101289331,234,-1.470370723,0.6966193374,680.00864819 +208,-1.564245052,0.5701509278,234,-1.470370723,0.6966193374,583.46539961 +209,-1.646289963,0.6833746083,234,-1.470370723,0.6966193374,539.68075606 +210,-1.5820631,0.6751952144,234,-1.470370723,0.6966193374,352.6313999 +211,-1.613236298,0.6681681791,234,-1.470370723,0.6966193374,453.21003611 +212,-1.914661867,0.8212566515,234,-1.470370723,0.6966193374,1361.4524556 +213,-1.742133237,0.7250275956,234,-1.470370723,0.6966193374,822.3353553 +214,-2.033144872,0.6557314699,234,-1.470370723,0.6966193374,1736.7365728 +215,-2.039551981,0.6964723658,234,-1.470370723,0.6966193374,1719.5861126 +216,-1.247341019,0.7622473908,234,-1.470370723,0.6966193374,707.14050985 +217,-1.298239787,0.7084123392,234,-1.470370723,0.6966193374,522.18622056 +218,-1.308539688,0.6926545592,234,-1.470370723,0.6966193374,492.51014369 +219,-1.303263185,0.6888938396,234,-1.470370723,0.6966193374,510.00723249 +220,-1.852400229,0.6004246149,234,-1.470370723,0.6966193374,1260.9758056 +221,-1.288947707,0.7473773692,234,-1.470370723,0.6966193374,575.08517629 +222,-1.372031502,0.7472790993,234,-1.470370723,0.6966193374,354.45668749 +223,-1.289805721,0.7242157877,234,-1.470370723,0.6966193374,552.7462562 +224,-1.350807603,0.7533498126,234,-1.470370723,0.6966193374,419.49485535 +225,-1.329290365,0.7560442322,234,-1.470370723,0.6966193374,479.21364818 +226,-1.410153004,0.616936428,234,-1.470370723,0.6966193374,367.75744047 +227,-1.393445434,0.6308995063,234,-1.470370723,0.6966193374,353.97534315 +228,-1.37595573,0.6241540638,234,-1.470370723,0.6966193374,411.69102006 +229,-1.358388707,0.6172645205,234,-1.470370723,0.6966193374,471.10575961 +230,-1.753741133,0.8281661666,234,-1.470370723,0.6966193374,961.63229938 +231,-1.47430987,0.6834615681,234,-1.470370723,0.6966193374,53.488993268 +232,-1.421012508,0.7222725206,234,-1.470370723,0.6966193374,179.78582477 +233,-1.4476833,0.6978557868,234,-1.470370723,0.6966193374,69.06536005 +234,-1.470370723,0.6966193374,234,-1.470370723,0.6966193374,28.103426117 +235,-1.429211703,0.7037216883,234,-1.470370723,0.6966193374,127.80519728 +236,-1.700578405,0.6178673663,234,-1.470370723,0.6966193374,785.38166735 +237,-1.678117619,0.6331716163,234,-1.470370723,0.6966193374,693.94822255 +238,-1.725644578,0.6316331145,234,-1.470370723,0.6966193374,835.6392315 +239,-2.14012759,0.7930497945,234,-1.470370723,0.6966193374,1968.0172393 +240,-2.103289431,0.7653606263,234,-1.470370723,0.6966193374,1870.9795287 +241,-1.318739838,0.7017808746,234,-1.470370723,0.6966193374,459.95154779 +242,-1.396417427,0.7077900843,234,-1.470370723,0.6966193374,227.93881008 +243,-1.35650337,0.7185539404,234,-1.470370723,0.6966193374,353.49464926 +244,-1.248884539,0.7274156818,234,-1.470370723,0.6966193374,674.61524894 +245,-1.395014798,0.5761185243,234,-1.470370723,0.6966193374,534.09124025 +246,-1.433377362,0.6064716109,234,-1.470370723,0.6966193374,375.56922709 +247,-1.408172432,0.5903155476,234,-1.470370723,0.6966193374,464.80583361 +248,-1.749645898,0.7757118084,234,-1.470370723,0.6966193374,875.76063401 +249,-1.571626686,0.615046989,234,-1.470370723,0.6966193374,453.04647908 +250,-1.514070049,0.6303003037,234,-1.470370723,0.6966193374,295.94483536 +251,-1.480890369,0.6237966528,234,-1.470370723,0.6966193374,290.31991399 +252,-1.704390658,0.5281680612,234,-1.470370723,0.6966193374,1008.105275 +253,-1.64434733,0.5254277498,234,-1.470370723,0.6966193374,881.02103556 +254,-1.703855997,0.4792484842,234,-1.470370723,0.6966193374,1152.0600019 +255,-1.692002383,0.5748825051,234,-1.470370723,0.6966193374,853.88791746 +256,-1.854136457,0.5544643913,234,-1.470370723,0.6966193374,1350.0007274 +257,-1.665021206,0.520317736,234,-1.470370723,0.6966193374,940.7045034 +258,-1.733654349,0.4845187345,234,-1.470370723,0.6966193374,1203.4104013 +259,-1.720938188,0.5135933906,234,-1.470370723,0.6966193374,1089.1286979 +260,-1.742668307,0.553296122,234,-1.470370723,0.6966193374,1040.3917863 +261,-1.965659039,0.7142126903,234,-1.470370723,0.6966193374,1488.6980141 +262,-1.944438071,0.6772834804,234,-1.470370723,0.6966193374,1448.290264 +263,-1.270340967,0.7681487096,234,-1.470370723,0.6966193374,652.95582539 +264,-1.353091884,0.6549276821,234,-1.470370723,0.6966193374,398.15065122 +265,-1.333236659,0.6413584414,234,-1.470370723,0.6966193374,478.78367025 +266,-1.352015998,0.6753788907,234,-1.470370723,0.6966193374,372.27942026 +267,-1.377988483,0.6577816235,234,-1.470370723,0.6966193374,323.94259428 +268,-2.13075611,0.8318642051,234,-1.470370723,0.6966193374,1941.506942 +269,-2.097910953,0.8259670014,234,-1.470370723,0.6966193374,1852.728818 +270,-1.416382069,0.6694271549,234,-1.470370723,0.6966193374,197.7578204 +271,-1.538905672,0.7535625993,234,-1.470370723,0.6966193374,303.49621359 +272,-1.572309477,0.7803125099,234,-1.470370723,0.6966193374,445.91579947 +273,-1.87759879,0.7503853417,234,-1.470370723,0.6966193374,1223.4511709 +274,1.152365588,0.590457682,234,-1.470370723,0.6966193374,7003.6257239 +275,0.350198001,0.718001859,234,-1.470370723,0.6966193374,5100.5876204 +276,0.046513677,0.491503852,234,-1.470370723,0.6966193374,4850.9172007 +277,0.027510309,0.742571376,234,-1.470370723,0.6966193374,4261.2545554 +278,0.306285725,-0.214631579,234,-1.470370723,0.6966193374,7386.7211106 +279,-1.100564889,0.318051531,234,-1.470370723,0.6966193374,1960.9066106 +280,-1.078582306,0.301437596,234,-1.470370723,0.6966193374,2062.8318093 +281,-1.137371989,-0.617634065,234,-1.470370723,0.6966193374,5345.8036742 +282,0.784356344,0.703272339,234,-1.470370723,0.6966193374,6042.4035533 +283,-1.221209947,0.218327455,234,-1.470370723,0.6966193374,2084.7738779 +284,2.347301921,-0.449114658,234,-1.470370723,0.6966193374,10013.095061 +285,0.246820618,0.830553713,234,-1.470370723,0.6966193374,4599.450778 +286,0.829414965,0.703288228,234,-1.470370723,0.6966193374,6121.8198988 +287,-1.337537566,0.42332223,234,-1.470370723,0.6966193374,1169.5354629 +288,0.882453706,0.454478077,234,-1.470370723,0.6966193374,7035.645424 +289,1.575629659,0.416419109,234,-1.470370723,0.6966193374,8020.9744848 +290,-1.039455679,0.229888244,234,-1.470370723,0.6966193374,2380.557534 +291,0.489558039,0.934482747,234,-1.470370723,0.6966193374,4834.5647658 +292,0.081344504,0.88384514,234,-1.470370723,0.6966193374,4123.3109598 +293,-1.547979814,0.300350308,234,-1.470370723,0.6966193374,1592.1017379 +294,0.040776181,0.168560074,234,-1.470370723,0.6966193374,5614.6303479 +295,-1.130374745,0.563894876,234,-1.470370723,0.6966193374,1204.8197525 +296,1.578326642,0.478507176,234,-1.470370723,0.6966193374,7776.578896 +297,-1.12861823,-0.291640865,234,-1.470370723,0.6966193374,4112.827912 +298,0.310524208,0.770885792,234,-1.470370723,0.6966193374,4880.0642974 +299,0.415649091,-0.387246002,234,-1.470370723,0.6966193374,8126.3934949 +300,-0.926533878,-0.188022748,234,-1.470370723,0.6966193374,4033.2752121 +301,1.258856172,-0.11716081,234,-1.470370723,0.6966193374,9721.0991319 +302,-1.126050026,0.322941926,234,-1.470370723,0.6966193374,1890.067829 +303,2.002785835,0.07893892,234,-1.470370723,0.6966193374,9142.8663513 +304,0.440437607,0.746258085,234,-1.470370723,0.6966193374,5230.1250322 +305,-0.030391866,0.214441206,234,-1.470370723,0.6966193374,5285.1502115 +306,0.521557815,-0.058929362,234,-1.470370723,0.6966193374,7641.6298186 +307,-0.097005111,0.13317729,234,-1.470370723,0.6966193374,5285.0873939 +308,1.83113859,0.221857587,234,-1.470370723,0.6966193374,8758.3913626 +309,0.222428864,0.099404236,234,-1.470370723,0.6966193374,6337.6416892 +310,-1.702731345,0.8728568183,234,-1.470370723,0.6966193374,951.88047312 +311,-0.418507569,0.278324921,234,-1.470370723,0.6966193374,3952.7682868 +312,-1.41153306,0.339029988,234,-1.470370723,0.6966193374,1430.5095023 +313,0.357560442,0.114788776,234,-1.470370723,0.6966193374,6699.5354426 +314,0.325818979,0.268352149,234,-1.470370723,0.6966193374,6202.75965 +315,-1.246004659,-0.663679965,234,-1.470370723,0.6966193374,5449.3865786 +316,1.814603087,0.637404484,234,-1.470370723,0.6966193374,7134.0267873 +317,1.843704281,-0.18300445,234,-1.470370723,0.6966193374,10320.943561 +318,1.690644492,-0.211480909,234,-1.470370723,0.6966193374,10521.014099 +319,-1.275451936,0.068109467,234,-1.470370723,0.6966193374,2585.5623542 +320,0.762430171,-0.207594741,234,-1.470370723,0.6966193374,8739.2626996 +321,0.265668905,-0.014647884,234,-1.470370723,0.6966193374,6760.5070094 +322,-2.773032013,-0.335515811,234,-1.470370723,0.6966193374,6298.7039528 +323,-1.469512853,0.174058777,234,-1.470370723,0.6966193374,2069.8645858 +324,0.286276986,0.785925691,234,-1.470370723,0.6966193374,4789.6214051 +325,-1.379324697,0.377432233,234,-1.470370723,0.6966193374,1301.0629 +326,-1.203778265,0.212813032,234,-1.470370723,0.6966193374,2130.9298535 +327,0.579916301,0.611743168,234,-1.470370723,0.6966193374,5909.4363586 +328,0.267582642,0.868113908,234,-1.470370723,0.6966193374,4560.9087225 +329,0.412869244,-0.050245578,234,-1.470370723,0.6966193374,7295.3627693 +330,0.17524381,0.976660285,234,-1.470370723,0.6966193374,4149.8733087 +331,0.743157214,0.204812899,234,-1.470370723,0.6966193374,7510.5971521 +332,-1.070758176,0.269382282,234,-1.470370723,0.6966193374,2183.5675398 +333,-1.230364251,0.329790229,234,-1.470370723,0.6966193374,1667.6976897 +334,-1.374813124,-0.024926835,234,-1.470370723,0.6966193374,2878.9586076 +335,0.519780566,0.463669906,234,-1.470370723,0.6966193374,6191.7209794 +336,-1.55108034,0.239698561,234,-1.470370723,0.6966193374,1831.5186709 +337,0.180294813,0.029739425,234,-1.470370723,0.6966193374,6388.6916937 +338,0.67820924,0.268170153,234,-1.470370723,0.6966193374,7157.2117775 +339,0.445798684,1.024001867,234,-1.470370723,0.6966193374,4535.2868436 +340,0.691751283,0.150521402,234,-1.470370723,0.6966193374,7539.484262 +341,-1.036643551,-0.903056181,234,-1.470370723,0.6966193374,6510.7488312 +342,-0.120287036,1.083325163,234,-1.470370723,0.6966193374,3442.3522633 +343,2.823513113,-0.304487164,234,-1.470370723,0.6966193374,8249.1106761 +344,0.457583172,1.12513373,234,-1.470370723,0.6966193374,4313.5537541 +345,0.042918831,0.813795399,234,-1.470370723,0.6966193374,4163.1470744 +346,1.196146777,-0.853142756,234,-1.470370723,0.6966193374,10973.786718 +347,0.206001358,-0.010430701,234,-1.470370723,0.6966193374,6569.0192632 +348,-0.268308653,0.234799412,234,-1.470370723,0.6966193374,4513.1308509 +349,0.759363263,0.736189579,234,-1.470370723,0.6966193374,5893.4769935 +350,0.181363926,0.891988372,234,-1.470370723,0.6966193374,4326.5449556 +351,-0.021111158,0.139103292,234,-1.470370723,0.6966193374,5500.7757493 +352,-0.093355215,0.630686981,234,-1.470370723,0.6966193374,4158.6551965 +353,0.40118964,0.681375926,234,-1.470370723,0.6966193374,5312.2361949 +354,-0.721197315,1.304706234,234,-1.470370723,0.6966193374,2761.0171299 +355,-1.076150317,0.212107639,234,-1.470370723,0.6966193374,2362.1637873 +356,-1.577164531,0.273993443,234,-1.470370723,0.6966193374,1714.1943669 +357,-0.190788414,0.182208586,234,-1.470370723,0.6966193374,4877.8995158 +358,-0.261349752,0.209710184,234,-1.470370723,0.6966193374,4595.8028688 +359,-1.029303852,0.083549259,234,-1.470370723,0.6966193374,2894.13568 +360,-1.268609162,0.330525297,234,-1.470370723,0.6966193374,1605.0732172 +361,1.282982244,-0.926641967,234,-1.470370723,0.6966193374,11057.596419 +362,0.217352334,0.731352408,234,-1.470370723,0.6966193374,4755.0137729 +363,-1.511833084,0.258629297,234,-1.470370723,0.6966193374,1740.8208087 +364,0.338812194,0.823184618,234,-1.470370723,0.6966193374,4816.681592 +365,-0.324406489,1.134201999,234,-1.470370723,0.6966193374,3065.7995291 +366,1.389579348,0.399185724,234,-1.470370723,0.6966193374,7980.3071275 +367,2.047152199,-0.039082036,234,-1.470370723,0.6966193374,9509.8235784 +368,0.947780369,0.568250077,234,-1.470370723,0.6966193374,6775.3156319 +369,0.763824846,0.576754987,234,-1.470370723,0.6966193374,6404.3442065 +370,-0.142334657,0.928153068,234,-1.470370723,0.6966193374,3552.1275232 +371,0.610266567,0.547265983,234,-1.470370723,0.6966193374,6165.6276707 +372,0.210731629,0.746815056,234,-1.470370723,0.6966193374,4704.03547 +373,-1.34931644,0.316895224,234,-1.470370723,0.6966193374,1560.093294 +374,2.407696481,0.655030745,234,-1.470370723,0.6966193374,6458.7702804 +375,0.64207831,0.545359131,234,-1.470370723,0.6966193374,6242.7063661 +376,1.174597538,0.840588356,234,-1.470370723,0.6966193374,6110.1170372 +377,0.660059424,0.010604079,234,-1.470370723,0.6966193374,7853.5136566 +378,-0.730263819,0.010486456,234,-1.470370723,0.6966193374,3804.7893871 +379,0.831068936,0.512339172,234,-1.470370723,0.6966193374,6744.7325065 +380,1.301180979,0.72367476,234,-1.470370723,0.6966193374,6662.6187718 +381,1.811128231,0.322854402,234,-1.470370723,0.6966193374,8372.7484614 +382,0.435105812,0.992284428,234,-1.470370723,0.6966193374,4594.2148481 +383,0.62643634,0.592027932,234,-1.470370723,0.6966193374,6069.4277446 +384,0.492988703,-0.516339467,234,-1.470370723,0.6966193374,8633.6843988 +385,-0.162469483,0.112549365,234,-1.470370723,0.6966193374,5138.4744309 +386,0.314630866,0.472006421,234,-1.470370723,0.6966193374,5639.4842252 +387,0.166744804,0.822815954,234,-1.470370723,0.6966193374,4435.8830247 +388,0.417159608,0.965805736,234,-1.470370723,0.6966193374,4626.9765564 +389,0.106334961,0.868774244,234,-1.470370723,0.6966193374,4207.2430154 +390,0.815086969,-0.338144359,234,-1.470370723,0.6966193374,9222.1200956 +391,0.59867455,-0.230624824,234,-1.470370723,0.6966193374,8311.9719599 +392,1.915104874,0.066220985,234,-1.470370723,0.6966193374,9294.5401857 +393,1.278093622,0.064463721,234,-1.470370723,0.6966193374,9107.2378129 +394,-0.061477853,0.302997961,234,-1.470370723,0.6966193374,4975.6970232 +395,0.251311504,0.626976942,234,-1.470370723,0.6966193374,5085.1101615 +396,2.950242872,0.149095644,234,-1.470370723,0.6966193374,6709.8719318 +397,-0.180294708,0.35375117,234,-1.470370723,0.6966193374,4497.9984702 +398,1.010448592,-0.351180233,234,-1.470370723,0.6966193374,9825.3586159 +399,-1.748740498,0.3686318073,234,-1.470370723,0.6966193374,1603.7304469 +400,2.699635665,0.123533791,234,-1.470370723,0.6966193374,7486.4055038 +401,0.496808033,0.823843254,234,-1.470370723,0.6966193374,5140.62454 +402,0.129574704,0.763364087,234,-1.470370723,0.6966193374,4472.5035139 +403,1.798920311,0.817447563,234,-1.470370723,0.6966193374,6429.6815423 +404,0.335987953,0.746786541,234,-1.470370723,0.6966193374,4996.4452071 +405,-1.085413643,0.292154671,234,-1.470370723,0.6966193374,2077.6786886 +406,-0.155321003,0.508207011,234,-1.470370723,0.6966193374,4231.0053886 +407,0.620529244,-0.301175104,234,-1.470370723,0.6966193374,8549.3857827 +408,1.684402744,0.368716966,234,-1.470370723,0.6966193374,8223.770052 +409,0.300582244,-0.386397212,234,-1.470370723,0.6966193374,7779.0063867 +410,2.913555946,-0.009225192,234,-1.470370723,0.6966193374,7236.4544776 +411,1.465101417,0.493232532,234,-1.470370723,0.6966193374,7670.0103696 +412,0.090612882,0.907955955,234,-1.470370723,0.6966193374,4100.2454782 +413,2.987564726,-0.729568594,234,-1.470370723,0.6966193374,8632.0265786 +414,-1.484261606,0.224149272,234,-1.470370723,0.6966193374,1872.0817954 +415,0.164073421,0.303955133,234,-1.470370723,0.6966193374,5643.5958923 +416,0.141441293,0.167552546,234,-1.470370723,0.6966193374,5920.6226009 +417,2.931321023,-0.506718887,234,-1.470370723,0.6966193374,8371.4074621 +418,2.21951565,0.700596356,234,-1.470370723,0.6966193374,6566.0134645 +419,0.268112576,1.199114336,234,-1.470370723,0.6966193374,3908.9012057 +420,0.978913739,0.359223811,234,-1.470370723,0.6966193374,7542.192651 +421,1.210898818,0.522863584,234,-1.470370723,0.6966193374,7325.2490959 +422,2.347397336,0.129231362,234,-1.470370723,0.6966193374,8344.4355206 +423,0.614394501,0.556878345,234,-1.470370723,0.6966193374,6146.631579 +424,-1.398079356,0.148483366,234,-1.470370723,0.6966193374,2186.1804959 +425,2.535303836,-0.112984496,234,-1.470370723,0.6966193374,8610.8944928 +426,-1.019372593,-0.405322349,234,-1.470370723,0.6966193374,4672.0007694 +427,-1.297785627,-0.160104069,234,-1.470370723,0.6966193374,3452.0694016 +428,2.144554488,0.205051084,234,-1.470370723,0.6966193374,8470.784934 +429,-2.242387083,-0.426171285,234,-1.470370723,0.6966193374,5281.5943451 +430,0.338637212,0.909723676,234,-1.470370723,0.6966193374,4612.0300653 +431,-0.148798452,0.691042401,234,-1.470370723,0.6966193374,3892.7552339 +432,0.893524764,0.441829531,234,-1.470370723,0.6966193374,7099.2486164 +433,0.969229347,-0.368847936,234,-1.470370723,0.6966193374,9750.565802 +434,0.436043248,0.800045688,234,-1.470370723,0.6966193374,5080.046797 +435,1.687946607,1.081504775,234,-1.470370723,0.6966193374,5400.494818 +436,0.522302046,-0.034889271,234,-1.470370723,0.6966193374,7580.3315137 +437,-0.178996113,-0.438090009,234,-1.470370723,0.6966193374,6541.6074122 +438,-1.094339566,0.301444068,234,-1.470370723,0.6966193374,2028.1338275 +439,-1.064070054,0.242569932,234,-1.470370723,0.6966193374,2285.7866693 +440,-1.068153768,0.230387998,234,-1.470370723,0.6966193374,2317.4532454 +441,-3.00496892,-0.23989155,234,-1.470370723,0.6966193374,6720.2864272 +442,0.21751974,0.766874888,234,-1.470370723,0.6966193374,4674.9719458 +443,0.117229532,0.007619006,234,-1.470370723,0.6966193374,6253.6101062 +444,0.777758451,0.420554741,234,-1.470370723,0.6966193374,6926.1670363 +445,-0.252356999,0.250747086,234,-1.470370723,0.6966193374,4522.7928095 +446,0.363148444,0.768483434,234,-1.470370723,0.6966193374,5003.6486177 +447,0.903191366,-0.118210676,234,-1.470370723,0.6966193374,8888.6156164 +448,-0.205755923,0.149406178,234,-1.470370723,0.6966193374,4914.4499991 +449,1.811996086,0.02364353,234,-1.470370723,0.6966193374,9545.6279252 +450,-1.100670221,0.314845373,234,-1.470370723,0.6966193374,1971.0021881 +451,0.340078597,0.850105132,234,-1.470370723,0.6966193374,4754.961991 +452,0.258757267,0.804969236,234,-1.470370723,0.6966193374,4683.6483482 +453,2.78505352,-0.155160804,234,-1.470370723,0.6966193374,7998.0111318 +454,0.800551619,0.105822106,234,-1.470370723,0.6966193374,7954.8023534 +455,0.437940882,-0.506194031,234,-1.470370723,0.6966193374,8449.6724505 +456,2.230431122,0.63458615,234,-1.470370723,0.6966193374,6791.1576029 +457,0.527965361,0.127667701,234,-1.470370723,0.6966193374,7156.450118 +458,-0.063643205,0.702093448,234,-1.470370723,0.6966193374,4101.9437232 +459,1.408447268,0.133010502,234,-1.470370723,0.6966193374,9019.7278044 +460,0.523795955,0.280266966,234,-1.470370723,0.6966193374,6719.7041179 +461,-0.975769313,0.072177659,234,-1.470370723,0.6966193374,3040.2983816 +462,0.549774164,-0.463663986,234,-1.470370723,0.6966193374,8696.8446733 +463,0.29245874,1.095549818,234,-1.470370723,0.6966193374,4131.7312199 +464,0.143625958,0.816809593,234,-1.470370723,0.6966193374,4394.9954224 +465,0.671902494,0.611159853,234,-1.470370723,0.6966193374,6109.3579355 +466,1.239840988,0.6724199,234,-1.470370723,0.6966193374,6799.9830188 +467,0.607829703,-0.10932137,234,-1.470370723,0.6966193374,8028.6672451 +468,1.763020906,0.263996692,234,-1.470370723,0.6966193374,8623.8000655 +469,0.378714634,0.726066797,234,-1.470370723,0.6966193374,5145.4583078 +470,2.196736143,-0.153862366,234,-1.470370723,0.6966193374,9605.2204753 +471,0.01702415,0.148991565,234,-1.470370723,0.6966193374,5591.7191976 +472,-2.998490902,-0.158002487,234,-1.470370723,0.6966193374,6494.0286172 +473,-3.051262951,-0.346595608,234,-1.470370723,0.6966193374,7121.8329455 +474,-1.069176439,0.182802941,234,-1.470370723,0.6966193374,2475.4755818 +475,0.167157509,0.595344954,234,-1.470370723,0.6966193374,4942.2632213 +476,0.613855648,0.681746124,234,-1.470370723,0.6966193374,5778.1632486 +477,1.037012736,0.682555367,234,-1.470370723,0.6966193374,6518.1402861 +478,-1.253574971,0.379755746,234,-1.470370723,0.6966193374,1452.2070949 +479,3.108590453,-0.132620738,234,-1.470370723,0.6966193374,6962.9286536 +480,0.565301296,0.022333262,234,-1.470370723,0.6966193374,7551.7062538 +481,0.547898238,0.855555614,234,-1.470370723,0.6966193374,5152.4103422 +482,0.948309381,0.417393755,234,-1.470370723,0.6966193374,7287.1111981 +483,-0.050600732,0.945269213,234,-1.470370723,0.6966193374,3733.5311311 +484,-0.977651478,-0.572363064,234,-1.470370723,0.6966193374,5341.0553888 +485,1.102014914,0.728861163,234,-1.470370723,0.6966193374,6438.2803393 +486,2.927300795,-0.282939414,234,-1.470370723,0.6966193374,7882.7536442 +487,-1.154565557,0.124434095,234,-1.470370723,0.6966193374,2528.4946165 +488,1.855331234,0.291044755,234,-1.470370723,0.6966193374,8473.0712971 +489,0.830290659,0.276904518,234,-1.470370723,0.6966193374,7497.6501791 +490,0.485104466,-0.234867441,234,-1.470370723,0.6966193374,7979.2485288 +491,0.521367572,-0.33161327,234,-1.470370723,0.6966193374,8319.8933861 +1,-1.539031704,0.7349710123,235,-1.429211703,0.7037216883,349.74131936 +2,-1.536990553,0.7349663874,235,-1.429211703,0.7037216883,344.05828984 +3,-1.534951779,0.7349571355,235,-1.429211703,0.7037216883,338.38926832 +4,-1.532906461,0.7349480293,235,-1.429211703,0.7037216883,332.71628605 +5,-1.531320211,0.7346937278,235,-1.429211703,0.7037216883,327.99030052 +6,-1.539451648,0.7335131775,235,-1.429211703,0.7037216883,349.11712695 +7,-1.537429487,0.7335445708,235,-1.429211703,0.7037216883,343.49178754 +8,-1.535484998,0.7335658704,235,-1.429211703,0.7037216883,338.08457421 +9,-1.533488396,0.7336036027,235,-1.429211703,0.7037216883,332.56637972 +10,-1.531497785,0.7335842962,235,-1.429211703,0.7037216883,327.00566465 +11,-1.530259379,0.7334777758,235,-1.429211703,0.7037216883,323.4278966 +12,-1.5335454,0.7322346912,235,-1.429211703,0.7037216883,331.01330812 +13,-1.531489083,0.7322238773,235,-1.429211703,0.7037216883,325.24426308 +14,-1.530011122,0.7321679851,235,-1.429211703,0.7037216883,321.04500857 +15,-1.53348106,0.7306614094,235,-1.429211703,0.7037216883,328.96350532 +16,-1.531441779,0.7306962275,235,-1.429211703,0.7037216883,323.25598908 +17,-1.529755654,0.7306933243,235,-1.429211703,0.7037216883,318.50946086 +18,-1.533415048,0.7291384674,235,-1.429211703,0.7037216883,327.06895126 +19,-1.531392093,0.7291705353,235,-1.429211703,0.7037216883,321.36426379 +20,-1.529296523,0.7291214933,235,-1.429211703,0.7037216883,315.3744048 +21,-1.535280942,0.727267644,235,-1.429211703,0.7037216883,330.45524463 +22,-1.533378158,0.7276139666,235,-1.429211703,0.7037216883,325.35626425 +23,-1.531340368,0.7276446587,235,-1.429211703,0.7037216883,319.56908126 +24,-1.528960113,0.7276398177,235,-1.429211703,0.7037216883,312.78029111 +25,-1.533313146,0.7260818349,235,-1.429211703,0.7037216883,323.6585644 +26,-1.531259555,0.7260958115,235,-1.429211703,0.7037216883,317.77221734 +27,-1.528926415,0.7260865555,235,-1.429211703,0.7037216883,311.07124753 +28,-1.531226779,0.7245511789,235,-1.429211703,0.7037216883,316.22607114 +29,-1.528904772,0.7245519194,235,-1.429211703,0.7037216883,309.52669612 +30,-1.547195875,0.7409785979,235,-1.429211703,0.7037216883,380.26708663 +31,-1.5451475,0.740980426,235,-1.429211703,0.7037216883,374.67220895 +32,-1.543097679,0.7409798872,235,-1.429211703,0.7037216883,369.08524903 +33,-1.540720364,0.7409892687,235,-1.429211703,0.7037216883,362.64037424 +34,-1.547188511,0.7395198392,235,-1.429211703,0.7037216883,378.2557285 +35,-1.545148587,0.7395226109,235,-1.429211703,0.7037216883,372.64793234 +36,-1.543104538,0.7395314908,235,-1.429211703,0.7037216883,367.05159815 +37,-1.540727751,0.7395306258,235,-1.429211703,0.7037216883,360.54769649 +38,-1.547187029,0.7380014886,235,-1.429211703,0.7037216883,376.26187644 +39,-1.545147315,0.7380012252,235,-1.429211703,0.7037216883,370.61264597 +40,-1.54310719,0.7380060743,235,-1.429211703,0.7037216883,364.98225521 +41,-1.540719671,0.7380068206,235,-1.429211703,0.7037216883,358.40430692 +42,-1.547187189,0.7364799098,235,-1.429211703,0.7037216883,374.35438805 +43,-1.545149996,0.7364853874,235,-1.429211703,0.7037216883,368.6823085 +44,-1.543106091,0.7364823484,235,-1.429211703,0.7037216883,362.99319726 +45,-1.540717158,0.7364893901,235,-1.429211703,0.7037216883,356.37370167 +46,-1.538663972,0.7410138672,235,-1.429211703,0.7037216883,357.10897963 +47,-1.53695285,0.7409699132,235,-1.429211703,0.7037216883,352.42241502 +48,-1.534910498,0.7409641297,235,-1.429211703,0.7037216883,346.91528291 +49,-1.533145034,0.7409536636,235,-1.429211703,0.7037216883,342.16116039 +50,-1.538681336,0.7395405883,235,-1.429211703,0.7037216883,354.9802594 +51,-1.536999189,0.7395183096,235,-1.429211703,0.7037216883,350.37174739 +52,-1.534923633,0.7395144222,235,-1.429211703,0.7037216883,344.73543022 +53,-1.533267822,0.7395654306,235,-1.429211703,0.7037216883,340.33454167 +54,-1.53867273,0.7380151077,235,-1.429211703,0.7037216883,352.79124596 +55,-1.536980576,0.7379994392,235,-1.429211703,0.7037216883,348.13121997 +56,-1.534931522,0.7379944961,235,-1.429211703,0.7037216883,342.52230177 +57,-1.533387952,0.7379480264,235,-1.429211703,0.7037216883,338.24553393 +58,-1.538682279,0.7364914363,235,-1.429211703,0.7037216883,350.74497378 +59,-1.536980704,0.7364810563,235,-1.429211703,0.7037216883,346.03279422 +60,-1.534935567,0.7364752065,235,-1.429211703,0.7037216883,340.39141182 +61,-1.533042592,0.7363876366,235,-1.429211703,0.7037216883,335.06811155 +62,-1.545143426,0.7349628011,235,-1.429211703,0.7037216883,366.80590033 +63,-1.543105297,0.7349691947,235,-1.429211703,0.7037216883,361.10751205 +64,-1.541064533,0.7349647152,235,-1.429211703,0.7037216883,355.40043407 +65,-1.545411803,0.7334624714,235,-1.429211703,0.7037216883,365.81973877 +66,-1.543446606,0.7334780896,235,-1.429211703,0.7037216883,360.30006895 +67,-1.541475327,0.7334957295,235,-1.429211703,0.7037216883,354.7764544 +68,-1.545401939,0.731963266,235,-1.429211703,0.7037216883,364.14300849 +69,-1.54342253,0.7319915583,235,-1.429211703,0.7037216883,358.56309354 +70,-1.541455867,0.7320216438,235,-1.429211703,0.7037216883,353.03182628 +71,-1.545410146,0.7304422281,235,-1.429211703,0.7037216883,362.58498777 +72,-1.543435491,0.7304713664,235,-1.429211703,0.7037216883,356.98515782 +73,-1.541463105,0.7304997613,235,-1.429211703,0.7037216883,351.40069844 +74,-1.545414768,0.7289194936,235,-1.429211703,0.7037216883,361.10868143 +75,-1.543435774,0.7289538557,235,-1.429211703,0.7037216883,355.46834666 +76,-1.541457714,0.7289765881,235,-1.429211703,0.7037216883,349.82824128 +77,-1.539449415,0.7320555866,235,-1.429211703,0.7037216883,347.4037828 +78,-1.537429183,0.7321097681,235,-1.429211703,0.7037216883,341.7728313 +79,-1.535472649,0.7321497267,235,-1.429211703,0.7037216883,336.31795148 +80,-1.539457899,0.7305333307,235,-1.429211703,0.7037216883,345.73875278 +81,-1.537453161,0.7305750503,235,-1.429211703,0.7037216883,340.09832932 +82,-1.535479385,0.7306124949,235,-1.429211703,0.7037216883,334.55282777 +83,-1.53946905,0.7290102593,235,-1.429211703,0.7037216883,344.17792539 +84,-1.537459922,0.7290417293,235,-1.429211703,0.7037216883,338.47703579 +85,-1.535451349,0.7290890157,235,-1.429211703,0.7037216883,332.80518487 +86,-1.535522937,0.7279887191,235,-1.429211703,0.7037216883,331.86780816 +87,-1.539442524,0.7274735939,235,-1.429211703,0.7037216883,342.59493495 +88,-1.537424111,0.727521351,235,-1.429211703,0.7037216883,336.84770797 +89,-1.539384641,0.7259505092,235,-1.429211703,0.7037216883,341.03420032 +90,-1.537372391,0.7259947145,235,-1.429211703,0.7037216883,335.26660264 +91,-1.535340789,0.7260435356,235,-1.429211703,0.7037216883,329.45682601 +92,-1.539325716,0.7244369706,235,-1.429211703,0.7037216883,339.57764262 +93,-1.537308932,0.7244801057,235,-1.429211703,0.7037216883,333.76303968 +94,-1.535289068,0.7245247645,235,-1.429211703,0.7037216883,327.94910524 +95,-1.533261366,0.7245550236,235,-1.429211703,0.7037216883,322.10860833 +96,-1.539267302,0.722921924,235,-1.429211703,0.7037216883,338.22083966 +97,-1.537248972,0.7229660258,235,-1.429211703,0.7037216883,332.37095579 +98,-1.535219431,0.7229916471,235,-1.429211703,0.7037216883,326.48120537 +99,-1.53318962,0.7230212049,235,-1.429211703,0.7037216883,320.60094262 +100,-1.531154816,0.7230299897,235,-1.429211703,0.7037216883,314.69651662 +101,-1.528878341,0.7230370244,235,-1.429211703,0.7037216883,308.09698997 +102,-1.539218189,0.7214009878,235,-1.429211703,0.7037216883,336.98808221 +103,-1.537198791,0.7214422745,235,-1.429211703,0.7037216883,331.10289045 +104,-1.535179266,0.7214634354,235,-1.429211703,0.7037216883,325.20918862 +105,-1.533156501,0.7214944644,235,-1.429211703,0.7037216883,319.31924168 +106,-1.53113574,0.7215166021,235,-1.429211703,0.7037216883,313.43504933 +107,-1.528874248,0.7215345535,235,-1.429211703,0.7037216883,306.85245539 +108,-1.539217656,0.7198512397,235,-1.429211703,0.7037216883,335.98358497 +109,-1.537199919,0.7199428763,235,-1.429211703,0.7037216883,330.10604334 +110,-1.545425832,0.727397149,235,-1.429211703,0.7037216883,359.74615894 +111,-1.543371177,0.7273916949,235,-1.429211703,0.7037216883,353.81956859 +112,-1.541368852,0.7274523163,235,-1.429211703,0.7037216883,348.11179691 +113,-1.545349067,0.7258710923,235,-1.429211703,0.7037216883,358.22213469 +114,-1.54332671,0.7258603556,235,-1.429211703,0.7037216883,352.35525449 +115,-1.541346831,0.7259242142,235,-1.429211703,0.7037216883,346.68127882 +116,-1.545324355,0.7243383958,235,-1.429211703,0.7037216883,356.93983345 +117,-1.543292796,0.7243617413,235,-1.429211703,0.7037216883,351.04519998 +118,-1.541295822,0.7244024384,235,-1.429211703,0.7037216883,345.27132017 +119,-1.543193859,0.7205570215,235,-1.429211703,0.7037216883,348.11204568 +120,-1.550257047,0.7386738187,235,-1.429211703,0.7037216883,385.63391522 +121,-1.549335448,0.7311736483,235,-1.429211703,0.7037216883,374.51893673 +122,-1.533478843,0.7179891343,235,-1.429211703,0.7037216883,317.96816365 +123,-1.556150555,0.738907041,235,-1.429211703,0.7037216883,402.31157304 +124,-1.554324226,0.733414257,235,-1.429211703,0.7037216883,390.99798553 +125,-1.554290846,0.7288285332,235,-1.429211703,0.7037216883,386.56169954 +126,-1.55122487,0.7219795312,235,-1.429211703,0.7037216883,372.58484058 +127,-1.525104458,0.7229399862,235,-1.429211703,0.7037216883,297.08025647 +128,-1.519607711,0.7236181429,235,-1.429211703,0.7037216883,281.86735684 +129,-1.513899999,0.7251107854,235,-1.429211703,0.7037216883,267.16556419 +130,-1.536620762,0.7431061895,235,-1.429211703,0.7037216883,354.8849408 +131,-1.5369566,0.7460845958,235,-1.429211703,0.7037216883,360.72595682 +132,-1.545345528,0.7447040685,235,-1.429211703,0.7037216883,380.72936718 +133,-1.532813921,0.7432306626,235,-1.429211703,0.7037216883,344.98516075 +134,-1.554788248,0.7382381001,235,-1.429211703,0.7037216883,397.703377 +135,-1.540348126,0.7301594274,235,-1.429211703,0.7037216883,347.87067128 +136,-1.538016084,0.7239051786,235,-1.429211703,0.7037216883,335.34299094 +137,-1.525288962,0.7258085137,235,-1.429211703,0.7037216883,300.37455268 +138,-1.534326986,0.731241342,235,-1.429211703,0.7037216883,332.02218785 +139,-1.530733872,0.7303625216,235,-1.429211703,0.7037216883,320.86878839 +141,-1.534354939,0.7328219978,235,-1.429211703,0.7037216883,334.00136045 +142,-1.53157084,0.7292888153,235,-1.429211703,0.7037216883,322.00281254 +143,-1.525691035,0.7263799874,235,-1.429211703,0.7037216883,302.1199716 +144,-1.534031287,0.7495967835,235,-1.429211703,0.7037216883,359.46760687 +145,-1.527714986,0.7283095957,235,-1.429211703,0.7037216883,309.97784336 +146,-1.526189586,0.7271468292,235,-1.429211703,0.7037216883,304.36179498 +147,-1.555177336,0.7375563366,235,-1.429211703,0.7037216883,397.97989518 +148,-1.555080283,0.7312707794,235,-1.429211703,0.7037216883,391.03430216 +149,-1.53856994,0.7224180299,235,-1.429211703,0.7037216883,335.81189276 +150,-1.530837883,0.729933372,235,-1.429211703,0.7037216883,320.66198776 +151,-1.515066984,0.5854133365,235,-1.429211703,0.7037216883,541.52790576 +152,-1.534731633,0.5368370046,235,-1.429211703,0.7037216883,742.90990042 +153,-1.515231902,0.5607085576,235,-1.429211703,0.7037216883,629.36083157 +154,-2.616253799,1.0684566605,235,-1.429211703,0.7037216883,3125.1817062 +155,-1.956071439,0.5792177723,235,-1.429211703,0.7037216883,1733.7220137 +156,-1.951208514,0.5602434208,235,-1.429211703,0.7037216883,1752.5066765 +157,-1.944675062,0.6062144545,235,-1.429211703,0.7037216883,1656.3599466 +158,-1.613778386,0.6077989518,235,-1.429211703,0.7037216883,692.12377353 +159,-2.035029014,0.6021432345,235,-1.429211703,0.7037216883,1935.0708906 +160,-2.114989471,0.6801825058,235,-1.429211703,0.7037216883,2076.4343342 +161,-2.037382079,0.5765830025,235,-1.429211703,0.7037216883,1982.6586334 +162,-2.129855121,0.6585019963,235,-1.429211703,0.7037216883,2144.9877956 +163,-2.075141798,0.6493615843,235,-1.429211703,0.7037216883,1992.0209433 +164,-1.828626729,0.6948433129,235,-1.429211703,0.7037216883,1207.911291 +165,-1.863329418,0.6735427691,235,-1.429211703,0.7037216883,1328.6655737 +166,-1.266037071,0.727988852,235,-1.429211703,0.7037216883,496.79567617 +167,-1.277579582,0.7249010648,235,-1.429211703,0.7037216883,461.26969893 +168,-1.258418684,0.7241194816,235,-1.429211703,0.7037216883,517.3595928 +169,-1.317813974,0.6804850104,235,-1.429211703,0.7037216883,351.87391298 +170,-1.344165204,0.6790988904,235,-1.429211703,0.7037216883,277.18029748 +171,-1.427582102,0.5277120351,235,-1.429211703,0.7037216883,697.19402132 +172,-1.402238616,0.457167829,235,-1.429211703,0.7037216883,980.63049469 +173,-1.422454264,0.4996161999,235,-1.429211703,0.7037216883,808.76038301 +174,-1.439089277,0.4894859811,235,-1.429211703,0.7037216883,849.19901425 +175,-1.448126995,0.5182330266,235,-1.429211703,0.7037216883,737.26094955 +176,-1.474626146,0.5881926574,235,-1.429211703,0.7037216883,479.55967635 +177,-1.421139645,0.5584869783,235,-1.429211703,0.7037216883,575.85093929 +178,-1.457037165,0.565943032,235,-1.429211703,0.7037216883,552.87967844 +179,-2.757159358,0.3745319,235,-1.429211703,0.7037216883,4560.0776739 +180,-2.714309238,0.342054471,235,-1.429211703,0.7037216883,4507.37217 +181,-2.000525337,0.774119946,235,-1.429211703,0.7037216883,1684.3247361 +183,-1.571413436,0.6777838382,235,-1.429211703,0.7037216883,445.95313629 +184,-1.552860289,0.6987663893,235,-1.429211703,0.7037216883,374.61955679 +185,-1.521852374,0.7165827476,235,-1.429211703,0.7037216883,282.82156755 +186,-1.503656267,0.6928968252,235,-1.429211703,0.7037216883,229.86307576 +187,-1.502753178,0.7136205882,235,-1.429211703,0.7037216883,224.58644375 +188,-1.631894563,0.7343596465,235,-1.429211703,0.7037216883,615.62968103 +189,-1.653765416,0.6770714026,235,-1.429211703,0.7037216883,693.20263502 +190,-1.719812114,0.6715965947,235,-1.429211703,0.7037216883,897.15671574 +191,-1.493406659,0.6646955447,235,-1.429211703,0.7037216883,250.40338353 +192,-1.469120564,0.6613469966,235,-1.429211703,0.7037216883,207.87417726 +193,-1.590551461,0.5326612937,235,-1.429211703,0.7037216883,853.49934716 +194,-1.625979264,0.5247742243,235,-1.429211703,0.7037216883,951.2890504 +195,-1.572293943,0.5238808754,235,-1.429211703,0.7037216883,848.83517102 +196,-1.610848725,0.5477107964,235,-1.429211703,0.7037216883,848.44062709 +197,-1.208485554,0.7918526018,235,-1.429211703,0.7037216883,728.73547215 +198,-1.335601374,0.6869083083,235,-1.429211703,0.7037216883,292.34587701 +199,-1.346156996,0.6825213377,235,-1.429211703,0.7037216883,266.59602638 +200,-1.324381037,0.6741422347,235,-1.429211703,0.7037216883,341.18336045 +201,-1.242424992,0.7378949807,235,-1.429211703,0.7037216883,571.65275957 +202,-1.270370057,0.7392461008,235,-1.429211703,0.7037216883,492.62325887 +203,-1.448950472,0.7441675014,235,-1.429211703,0.7037216883,170.5740018 +204,-1.492662363,0.7523026852,235,-1.429211703,0.7037216883,268.70088548 +205,-1.479098966,0.7763855017,235,-1.429211703,0.7037216883,322.64225364 +206,-1.633760714,0.7869022408,235,-1.429211703,0.7037216883,679.53894963 +207,-1.647406434,0.8101289331,235,-1.429211703,0.7037216883,755.1636027 +208,-1.564245052,0.5701509278,235,-1.429211703,0.7037216883,681.16441375 +209,-1.646289963,0.6833746083,235,-1.429211703,0.7037216883,665.53833299 +210,-1.5820631,0.6751952144,235,-1.429211703,0.7037216883,480.40023868 +211,-1.613236298,0.6681681791,235,-1.429211703,0.7037216883,580.97183993 +212,-1.914661867,0.8212566515,235,-1.429211703,0.7037216883,1457.2384995 +213,-1.742133237,0.7250275956,235,-1.429211703,0.7037216883,938.52865377 +214,-2.033144872,0.6557314699,235,-1.429211703,0.7037216883,1858.3186792 +215,-2.039551981,0.6964723658,235,-1.429211703,0.7037216883,1836.9584163 +216,-1.247341019,0.7622473908,235,-1.429211703,0.7037216883,582.86984265 +217,-1.298239787,0.7084123392,235,-1.429211703,0.7037216883,395.06681185 +218,-1.308539688,0.6926545592,235,-1.429211703,0.7037216883,368.6559194 +219,-1.303263185,0.6888938396,235,-1.429211703,0.7037216883,387.11649595 +220,-1.852400229,0.6004246149,235,-1.429211703,0.7037216883,1388.6403013 +221,-1.288947707,0.7473773692,235,-1.429211703,0.7037216883,449.94645657 +222,-1.372031502,0.7472790993,235,-1.429211703,0.7037216883,241.79029602 +223,-1.289805721,0.7242157877,235,-1.429211703,0.7037216883,424.98203304 +224,-1.350807603,0.7533498126,235,-1.429211703,0.7037216883,303.7905254 +225,-1.329290365,0.7560442322,235,-1.429211703,0.7037216883,360.35458158 +226,-1.410153004,0.616936428,235,-1.429211703,0.7037216883,348.87963687 +227,-1.393445434,0.6308995063,235,-1.429211703,0.7037216883,309.14361738 +228,-1.37595573,0.6241540638,235,-1.429211703,0.7037216883,356.21310629 +229,-1.358388707,0.6172645205,235,-1.429211703,0.7037216883,407.74900139 +230,-1.753741133,0.8281661666,235,-1.429211703,0.7037216883,1045.7058011 +231,-1.47430987,0.6834615681,235,-1.429211703,0.7037216883,159.07535248 +232,-1.421012508,0.7222725206,235,-1.429211703,0.7037216883,77.477140466 +233,-1.4476833,0.6978557868,235,-1.429211703,0.7037216883,60.557427254 +234,-1.470370723,0.6966193374,235,-1.429211703,0.7037216883,127.80519728 +235,-1.429211703,0.7037216883,235,-1.429211703,0.7037216883,80.479660148 +236,-1.700578405,0.6178673663,235,-1.429211703,0.7037216883,912.63153435 +237,-1.678117619,0.6331716163,235,-1.429211703,0.7037216883,821.4923953 +238,-1.725644578,0.6316331145,235,-1.429211703,0.7037216883,963.44389492 +239,-2.14012759,0.7930497945,235,-1.429211703,0.7037216883,2070.8422769 +240,-2.103289431,0.7653606263,235,-1.429211703,0.7037216883,1978.3228013 +241,-1.318739838,0.7017808746,235,-1.429211703,0.7037216883,333.91944982 +242,-1.396417427,0.7077900843,235,-1.429211703,0.7037216883,100.17091112 +243,-1.35650337,0.7185539404,235,-1.429211703,0.7037216883,225.9379279 +244,-1.248884539,0.7274156818,235,-1.429211703,0.7037216883,546.83635266 +245,-1.395014798,0.5761185243,235,-1.429211703,0.7037216883,516.94116216 +246,-1.433377362,0.6064716109,235,-1.429211703,0.7037216883,385.42922884 +247,-1.408172432,0.5903155476,235,-1.429211703,0.7037216883,454.08212725 +248,-1.749645898,0.7757118084,235,-1.429211703,0.7037216883,977.51052164 +249,-1.571626686,0.615046989,235,-1.429211703,0.7037216883,567.1529024 +250,-1.514070049,0.6303003037,235,-1.429211703,0.7037216883,392.69855431 +251,-1.480890369,0.6237966528,235,-1.429211703,0.7037216883,355.2196892 +252,-1.704390658,0.5281680612,235,-1.429211703,0.7037216883,1126.1810253 +253,-1.64434733,0.5254277498,235,-1.429211703,0.7037216883,989.77017541 +254,-1.703855997,0.4792484842,235,-1.429211703,0.7037216883,1263.4796133 +255,-1.692002383,0.5748825051,235,-1.429211703,0.7037216883,976.85089475 +256,-1.854136457,0.5544643913,235,-1.429211703,0.7037216883,1477.4771012 +257,-1.665021206,0.520317736,235,-1.429211703,0.7037216883,1052.2578931 +258,-1.733654349,0.4845187345,235,-1.429211703,0.7037216883,1319.263657 +259,-1.720938188,0.5135933906,235,-1.429211703,0.7037216883,1207.1135364 +260,-1.742668307,0.553296122,235,-1.429211703,0.7037216883,1164.4386783 +261,-1.965659039,0.7142126903,235,-1.429211703,0.7037216883,1605.0408198 +262,-1.944438071,0.6772834804,235,-1.429211703,0.7037216883,1569.5095127 +263,-1.270340967,0.7681487096,235,-1.429211703,0.7037216883,531.23853337 +264,-1.353091884,0.6549276821,235,-1.429211703,0.7037216883,303.86979518 +265,-1.333236659,0.6413584414,235,-1.429211703,0.7037216883,386.44726678 +266,-1.352015998,0.6753788907,235,-1.429211703,0.7037216883,261.22037467 +267,-1.377988483,0.6577816235,235,-1.429211703,0.7037216883,240.74303411 +268,-2.13075611,0.8318642051,235,-1.429211703,0.7037216883,2037.9610361 +269,-2.097910953,0.8259670014,235,-1.429211703,0.7037216883,1950.1528422 +270,-1.416382069,0.6694271549,235,-1.429211703,0.7037216883,141.41079408 +271,-1.538905672,0.7535625993,235,-1.429211703,0.7037216883,379.39446746 +272,-1.572309477,0.7803125099,235,-1.429211703,0.7037216883,515.90414866 +273,-1.87759879,0.7503853417,235,-1.429211703,0.7037216883,1334.453476 +274,1.152365588,0.590457682,235,-1.429211703,0.7037216883,6924.1469859 +275,0.350198001,0.718001859,235,-1.429211703,0.7037216883,4986.9044376 +276,0.046513677,0.491503852,235,-1.429211703,0.7037216883,4724.1210396 +277,0.027510309,0.742571376,235,-1.429211703,0.7037216883,4141.2226999 +278,0.306285725,-0.214631579,235,-1.429211703,0.7037216883,7263.5703603 +279,-1.100564889,0.318051531,235,-1.429211703,0.7037216883,1894.4718621 +280,-1.078582306,0.301437596,235,-1.429211703,0.7037216883,1994.5911404 +281,-1.137371989,-0.617634065,235,-1.429211703,0.7037216883,5340.9653885 +282,0.784356344,0.703272339,235,-1.429211703,0.7037216883,5944.892757 +283,-1.221209947,0.218327455,235,-1.429211703,0.7037216883,2054.7078523 +284,2.347301921,-0.449114658,235,-1.429211703,0.7037216883,10128.097973 +285,0.246820618,0.830553713,235,-1.429211703,0.7037216883,4488.8363705 +286,0.829414965,0.703288228,235,-1.429211703,0.7037216883,6026.6372172 +287,-1.337537566,0.42332223,235,-1.429211703,0.7037216883,1151.7042684 +288,0.882453706,0.454478077,235,-1.429211703,0.7037216883,6931.9736308 +289,1.575629659,0.416419109,235,-1.429211703,0.7037216883,7978.3754362 +290,-1.039455679,0.229888244,235,-1.429211703,0.7037216883,2314.0535122 +291,0.489558039,0.934482747,235,-1.429211703,0.7037216883,4737.9998762 +292,0.081344504,0.88384514,235,-1.429211703,0.7037216883,4012.082799 +293,-1.547979814,0.300350308,235,-1.429211703,0.7037216883,1648.7603623 +294,0.040776181,0.168560074,235,-1.429211703,0.7037216883,5488.1362733 +295,-1.130374745,0.563894876,235,-1.429211703,0.7037216883,1100.0909299 +296,1.578326642,0.478507176,235,-1.429211703,0.7037216883,7735.0852699 +297,-1.12861823,-0.291640865,235,-1.429211703,0.7037216883,4095.352451 +298,0.310524208,0.770885792,235,-1.429211703,0.7037216883,4767.8869833 +299,0.415649091,-0.387246002,235,-1.429211703,0.7037216883,8006.405263 +300,-0.926533878,-0.188022748,235,-1.429211703,0.7037216883,3984.0301993 +301,1.258856172,-0.11716081,235,-1.429211703,0.7037216883,9619.0399398 +302,-1.126050026,0.322941926,235,-1.429211703,0.7037216883,1827.8441578 +303,2.002785835,0.07893892,235,-1.429211703,0.7037216883,9168.7901417 +304,0.440437607,0.746258085,235,-1.429211703,0.7037216883,5120.6346677 +305,-0.030391866,0.214441206,235,-1.429211703,0.7037216883,5158.8167076 +306,0.521557815,-0.058929362,235,-1.429211703,0.7037216883,7513.8247988 +307,-0.097005111,0.13317729,235,-1.429211703,0.7037216883,5161.5697062 +308,1.83113859,0.221857587,235,-1.429211703,0.7037216883,8751.7217554 +309,0.222428864,0.099404236,235,-1.429211703,0.7037216883,6210.2517727 +310,-1.702731345,0.8728568183,235,-1.429211703,0.7037216883,1012.3578969 +311,-0.418507569,0.278324921,235,-1.429211703,0.7037216883,3832.8171983 +312,-1.41153306,0.339029988,235,-1.429211703,0.7037216883,1445.7911483 +313,0.357560442,0.114788776,235,-1.429211703,0.7037216883,6571.7541054 +314,0.325818979,0.268352149,235,-1.429211703,0.7037216883,6075.7771756 +315,-1.246004659,-0.663679965,235,-1.429211703,0.7037216883,5456.8868917 +316,1.814603087,0.637404484,235,-1.429211703,0.7037216883,7118.6416813 +317,1.843704281,-0.18300445,235,-1.429211703,0.7037216883,10330.458555 +318,1.690644492,-0.211480909,235,-1.429211703,0.7037216883,10492.607375 +319,-1.275451936,0.068109467,235,-1.429211703,0.7037216883,2576.9374965 +320,0.762430171,-0.207594741,235,-1.429211703,0.7037216883,8611.6256455 +321,0.265668905,-0.014647884,235,-1.429211703,0.7037216883,6633.9443807 +322,-2.773032013,-0.335515811,235,-1.429211703,0.7037216883,6424.1892887 +323,-1.469512853,0.174058777,235,-1.429211703,0.7037216883,2102.7700544 +324,0.286276986,0.785925691,235,-1.429211703,0.7037216883,4677.5680055 +325,-1.379324697,0.377432233,235,-1.429211703,0.7037216883,1303.28539 +326,-1.203778265,0.212813032,235,-1.429211703,0.7037216883,2097.4391001 +327,0.579916301,0.611743168,235,-1.429211703,0.7037216883,5798.5294113 +328,0.267582642,0.868113908,235,-1.429211703,0.7037216883,4453.130117 +329,0.412869244,-0.050245578,235,-1.429211703,0.7037216883,7167.8674734 +330,0.17524381,0.976660285,235,-1.429211703,0.7037216883,4047.4423606 +331,0.743157214,0.204812899,235,-1.429211703,0.7037216883,7390.9764726 +332,-1.070758176,0.269382282,235,-1.429211703,0.7037216883,2117.8370411 +333,-1.230364251,0.329790229,235,-1.429211703,0.7037216883,1628.3436606 +334,-1.374813124,-0.024926835,235,-1.429211703,0.7037216883,2892.8774644 +335,0.519780566,0.463669906,235,-1.429211703,0.7037216883,6073.0164329 +336,-1.55108034,0.239698561,235,-1.429211703,0.7037216883,1886.0317539 +337,0.180294813,0.029739425,235,-1.429211703,0.7037216883,6262.5386983 +338,0.67820924,0.268170153,235,-1.429211703,0.7037216883,7037.3237643 +339,0.445798684,1.024001867,235,-1.429211703,0.7037216883,4443.8651209 +340,0.691751283,0.150521402,235,-1.429211703,0.7037216883,7416.7320476 +341,-1.036643551,-0.903056181,235,-1.429211703,0.7037216883,6506.9166382 +342,-0.120287036,1.083325163,235,-1.429211703,0.7037216883,3344.8532999 +343,2.823513113,-0.304487164,235,-1.429211703,0.7037216883,8372.6496433 +344,0.457583172,1.12513373,235,-1.429211703,0.7037216883,4231.0428663 +345,0.042918831,0.813795399,235,-1.429211703,0.7037216883,4046.916078 +346,1.196146777,-0.853142756,235,-1.429211703,0.7037216883,10884.627593 +347,0.206001358,-0.010430701,235,-1.429211703,0.7037216883,6443.167587 +348,-0.268308653,0.234799412,235,-1.429211703,0.7037216883,4390.6081038 +349,0.759363263,0.736189579,235,-1.429211703,0.7037216883,5796.3978853 +350,0.181363926,0.891988372,235,-1.429211703,0.7037216883,4218.108573 +351,-0.021111158,0.139103292,235,-1.429211703,0.7037216883,5375.6725838 +352,-0.093355215,0.630686981,235,-1.429211703,0.7037216883,4033.0336225 +353,0.40118964,0.681375926,235,-1.429211703,0.7037216883,5198.3625521 +354,-0.721197315,1.304706234,235,-1.429211703,0.7037216883,2699.6519585 +355,-1.076150317,0.212107639,235,-1.429211703,0.7037216883,2303.6242865 +356,-1.577164531,0.273993443,235,-1.429211703,0.7037216883,1776.8603631 +357,-0.190788414,0.182208586,235,-1.429211703,0.7037216883,4755.1263776 +358,-0.261349752,0.209710184,235,-1.429211703,0.7037216883,4473.9149278 +359,-1.029303852,0.083549259,235,-1.429211703,0.7037216883,2839.7430649 +360,-1.268609162,0.330525297,235,-1.429211703,0.7037216883,1575.9866156 +361,1.282982244,-0.926641967,235,-1.429211703,0.7037216883,10993.273027 +362,0.217352334,0.731352408,235,-1.429211703,0.7037216883,4638.4545748 +363,-1.511833084,0.258629297,235,-1.429211703,0.7037216883,1786.0032164 +364,0.338812194,0.823184618,235,-1.429211703,0.7037216883,4708.202468 +365,-0.324406489,1.134201999,235,-1.429211703,0.7037216883,2973.4651054 +366,1.389579348,0.399185724,235,-1.429211703,0.7037216883,7915.7847485 +367,2.047152199,-0.039082036,235,-1.429211703,0.7037216883,9550.362293 +368,0.947780369,0.568250077,235,-1.429211703,0.7037216883,6680.5636608 +369,0.763824846,0.576754987,235,-1.429211703,0.7037216883,6299.8045611 +370,-0.142334657,0.928153068,235,-1.429211703,0.7037216883,3440.0948872 +371,0.610266567,0.547265983,235,-1.429211703,0.7037216883,6053.1418485 +372,0.210731629,0.746815056,235,-1.429211703,0.7037216883,4588.0480328 +373,-1.34931644,0.316895224,235,-1.429211703,0.7037216883,1556.3049325 +374,2.407696481,0.655030745,235,-1.429211703,0.7037216883,6499.7905735 +375,0.64207831,0.545359131,235,-1.429211703,0.7037216883,6131.3888253 +376,1.174597538,0.840588356,235,-1.429211703,0.7037216883,6042.4183995 +377,0.660059424,0.010604079,235,-1.429211703,0.7037216883,7727.2249355 +378,-0.730263819,0.010486456,235,-1.429211703,0.7037216883,3720.2621241 +379,0.831068936,0.512339172,235,-1.429211703,0.7037216883,6640.7543744 +380,1.301180979,0.72367476,235,-1.429211703,0.7037216883,6599.9089545 +381,1.811128231,0.322854402,235,-1.429211703,0.7037216883,8361.2927505 +382,0.435105812,0.992284428,235,-1.429211703,0.7037216883,4500.0127993 +383,0.62643634,0.592027932,235,-1.429211703,0.7037216883,5959.4721732 +384,0.492988703,-0.516339467,235,-1.429211703,0.7037216883,8517.6916224 +385,-0.162469483,0.112549365,235,-1.429211703,0.7037216883,5017.1309573 +386,0.314630866,0.472006421,235,-1.429211703,0.7037216883,5516.0029424 +387,0.166744804,0.822815954,235,-1.429211703,0.7037216883,4322.8283802 +388,0.417159608,0.965805736,235,-1.429211703,0.7037216883,4530.2479688 +389,0.106334961,0.868774244,235,-1.429211703,0.7037216883,4095.5777604 +390,0.815086969,-0.338144359,235,-1.429211703,0.7037216883,9094.4050678 +391,0.59867455,-0.230624824,235,-1.429211703,0.7037216883,8184.6986558 +392,1.915104874,0.066220985,235,-1.429211703,0.7037216883,9306.4482211 +393,1.278093622,0.064463721,235,-1.429211703,0.7037216883,9017.075818 +394,-0.061477853,0.302997961,235,-1.429211703,0.7037216883,4848.5100365 +395,0.251311504,0.626976942,235,-1.429211703,0.7037216883,4965.0382305 +396,2.950242872,0.149095644,235,-1.429211703,0.7037216883,6819.5169933 +397,-0.180294708,0.35375117,235,-1.429211703,0.7037216883,4371.219155 +398,1.010448592,-0.351180233,235,-1.429211703,0.7037216883,9698.3935208 +399,-1.748740498,0.3686318073,235,-1.429211703,0.7037216883,1708.7744838 +400,2.699635665,0.123533791,235,-1.429211703,0.7037216883,7584.1029648 +401,0.496808033,0.823843254,235,-1.429211703,0.7037216883,5037.3325966 +402,0.129574704,0.763364087,235,-1.429211703,0.7037216883,4355.4631019 +403,1.798920311,0.817447563,235,-1.429211703,0.7037216883,6410.7567421 +404,0.335987953,0.746786541,235,-1.429211703,0.7037216883,4883.75834 +405,-1.085413643,0.292154671,235,-1.429211703,0.7037216883,2011.7841493 +406,-0.155321003,0.508207011,235,-1.429211703,0.7037216883,4103.2673126 +407,0.620529244,-0.301175104,235,-1.429211703,0.7037216883,8422.8497599 +408,1.684402744,0.368716966,235,-1.429211703,0.7037216883,8194.6639403 +409,0.300582244,-0.386397212,235,-1.429211703,0.7037216883,7662.2351653 +410,2.913555946,-0.009225192,235,-1.429211703,0.7037216883,7351.8024593 +411,1.465101417,0.493232532,235,-1.429211703,0.7037216883,7616.1597373 +412,0.090612882,0.907955955,235,-1.429211703,0.7037216883,3990.8417492 +413,2.987564726,-0.729568594,235,-1.429211703,0.7037216883,8755.392879 +414,-1.484261606,0.224149272,235,-1.429211703,0.7037216883,1909.2310324 +415,0.164073421,0.303955133,235,-1.429211703,0.7037216883,5515.8918089 +416,0.141441293,0.167552546,235,-1.429211703,0.7037216883,5793.2297606 +417,2.931321023,-0.506718887,235,-1.429211703,0.7037216883,8499.2125228 +418,2.21951565,0.700596356,235,-1.429211703,0.7037216883,6588.2538456 +419,0.268112576,1.199114336,235,-1.429211703,0.7037216883,3829.5045706 +420,0.978913739,0.359223811,235,-1.429211703,0.7037216883,7440.2744034 +421,1.210898818,0.522863584,235,-1.429211703,0.7037216883,7247.8418534 +422,2.347397336,0.129231362,235,-1.429211703,0.7037216883,8412.6467303 +423,0.614394501,0.556878345,235,-1.429211703,0.7037216883,6034.7014697 +424,-1.398079356,0.148483366,235,-1.429211703,0.7037216883,2202.0430343 +425,2.535303836,-0.112984496,235,-1.429211703,0.7037216883,8712.5627606 +426,-1.019372593,-0.405322349,235,-1.429211703,0.7037216883,4645.8042363 +427,-1.297785627,-0.160104069,235,-1.429211703,0.7037216883,3455.3079415 +428,2.144554488,0.205051084,235,-1.429211703,0.7037216883,8510.1162475 +429,-2.242387083,-0.426171285,235,-1.429211703,0.7037216883,5385.5207947 +430,0.338637212,0.909723676,235,-1.429211703,0.7037216883,4508.9755266 +431,-0.148798452,0.691042401,235,-1.429211703,0.7037216883,3768.14167 +432,0.893524764,0.441829531,235,-1.429211703,0.7037216883,6995.6645496 +433,0.969229347,-0.368847936,235,-1.429211703,0.7037216883,9622.9526055 +434,0.436043248,0.800045688,235,-1.429211703,0.7037216883,4973.2978191 +435,1.687946607,1.081504775,235,-1.429211703,0.7037216883,5372.1328437 +436,0.522302046,-0.034889271,235,-1.429211703,0.7037216883,7452.5466295 +437,-0.178996113,-0.438090009,235,-1.429211703,0.7037216883,6447.508526 +438,-1.094339566,0.301444068,235,-1.429211703,0.7037216883,1962.6876095 +439,-1.064070054,0.242569932,235,-1.429211703,0.7037216883,2221.9463375 +440,-1.068153768,0.230387998,235,-1.429211703,0.7037216883,2255.6247047 +441,-3.00496892,-0.23989155,235,-1.429211703,0.7037216883,6848.0440109 +442,0.21751974,0.766874888,235,-1.429211703,0.7037216883,4560.1393935 +443,0.117229532,0.007619006,235,-1.429211703,0.7037216883,6128.8448235 +444,0.777758451,0.420554741,235,-1.429211703,0.7037216883,6815.6703426 +445,-0.252356999,0.250747086,235,-1.429211703,0.7037216883,4399.4159972 +446,0.363148444,0.768483434,235,-1.429211703,0.7037216883,4892.8749775 +447,0.903191366,-0.118210676,235,-1.429211703,0.7037216883,8764.8325024 +448,-0.205755923,0.149406178,235,-1.429211703,0.7037216883,4793.0730199 +449,1.811996086,0.02364353,235,-1.429211703,0.7037216883,9540.3153335 +450,-1.100670221,0.314845373,235,-1.429211703,0.7037216883,1905.0039161 +451,0.340078597,0.850105132,235,-1.429211703,0.7037216883,4648.120137 +452,0.258757267,0.804969236,235,-1.429211703,0.7037216883,4571.8920866 +453,2.78505352,-0.155160804,235,-1.429211703,0.7037216883,8114.8020404 +454,0.800551619,0.105822106,235,-1.429211703,0.7037216883,7834.1754257 +455,0.437940882,-0.506194031,235,-1.429211703,0.7037216883,8334.7330455 +456,2.230431122,0.63458615,235,-1.429211703,0.7037216883,6817.6596779 +457,0.527965361,0.127667701,235,-1.429211703,0.7037216883,7029.991439 +458,-0.063643205,0.702093448,235,-1.429211703,0.7037216883,3978.8160064 +459,1.408447268,0.133010502,235,-1.429211703,0.7037216883,8948.439328 +460,0.523795955,0.280266966,235,-1.429211703,0.7037216883,6595.959165 +461,-0.975769313,0.072177659,235,-1.429211703,0.7037216883,2978.9929685 +462,0.549774164,-0.463663986,235,-1.429211703,0.7037216883,8576.6623461 +463,0.29245874,1.095549818,235,-1.429211703,0.7037216883,4042.3016823 +464,0.143625958,0.816809593,235,-1.429211703,0.7037216883,4281.0659926 +465,0.671902494,0.611159853,235,-1.429211703,0.7037216883,6002.1521643 +466,1.239840988,0.6724199,235,-1.429211703,0.7037216883,6730.5818867 +467,0.607829703,-0.10932137,235,-1.429211703,0.7037216883,7900.8861654 +468,1.763020906,0.263996692,235,-1.429211703,0.7037216883,8606.1799581 +469,0.378714634,0.726066797,235,-1.429211703,0.7037216883,5033.0052093 +470,2.196736143,-0.153862366,235,-1.429211703,0.7037216883,9677.8731646 +471,0.01702415,0.148991565,235,-1.429211703,0.7037216883,5465.8398653 +472,-2.998490902,-0.158002487,235,-1.429211703,0.7037216883,6621.3542565 +473,-3.051262951,-0.346595608,235,-1.429211703,0.7037216883,7249.5836951 +474,-1.069176439,0.182802941,235,-1.429211703,0.7037216883,2418.6666616 +475,0.167157509,0.595344954,235,-1.429211703,0.7037216883,4819.4202927 +476,0.613855648,0.681746124,235,-1.429211703,0.7037216883,5671.8303553 +477,1.037012736,0.682555367,235,-1.429211703,0.7037216883,6434.3299933 +478,-1.253574971,0.379755746,235,-1.429211703,0.7037216883,1412.5245965 +479,3.108590453,-0.132620738,235,-1.429211703,0.7037216883,7087.6883364 +480,0.565301296,0.022333262,235,-1.429211703,0.7037216883,7424.4526357 +481,0.547898238,0.855555614,235,-1.429211703,0.7037216883,5052.8795986 +482,0.948309381,0.417393755,235,-1.429211703,0.7037216883,7185.7483569 +483,-0.050600732,0.945269213,235,-1.429211703,0.7037216883,3624.21045 +484,-0.977651478,-0.572363064,235,-1.429211703,0.7037216883,5318.0330905 +485,1.102014914,0.728861163,235,-1.429211703,0.7037216883,6360.9172057 +486,2.927300795,-0.282939414,235,-1.429211703,0.7037216883,8007.7225925 +487,-1.154565557,0.124434095,235,-1.429211703,0.7037216883,2492.2616106 +488,1.855331234,0.291044755,235,-1.429211703,0.7037216883,8468.4923071 +489,0.830290659,0.276904518,235,-1.429211703,0.7037216883,7384.0800367 +490,0.485104466,-0.234867441,235,-1.429211703,0.7037216883,7853.3335712 +491,0.521367572,-0.33161327,235,-1.429211703,0.7037216883,8195.6044362 +1,-1.539031704,0.7349710123,236,-1.700578405,0.6178673663,680.51707346 +2,-1.536990553,0.7349663874,236,-1.700578405,0.6178673663,685.11841482 +3,-1.534951779,0.7349571355,236,-1.700578405,0.6178673663,689.729247 +4,-1.532906461,0.7349480293,236,-1.700578405,0.6178673663,694.38151241 +5,-1.531320211,0.7346937278,236,-1.700578405,0.6178673663,697.39885491 +6,-1.539451648,0.7335131775,236,-1.700578405,0.6178673663,675.87332446 +7,-1.537429487,0.7335445708,236,-1.700578405,0.6178673663,680.5471144 +8,-1.535484998,0.7335658704,236,-1.700578405,0.6178673663,685.04231272 +9,-1.533488396,0.7336036027,236,-1.700578405,0.6178673663,689.72048127 +10,-1.531497785,0.7335842962,236,-1.700578405,0.6178673663,694.26782562 +11,-1.530259379,0.7334777758,236,-1.700578405,0.6178673663,696.87921177 +12,-1.5335454,0.7322346912,236,-1.700578405,0.6178673663,686.22516112 +13,-1.531489083,0.7322238773,236,-1.700578405,0.6178673663,690.97357632 +14,-1.530011122,0.7321679851,236,-1.700578405,0.6178673663,694.28607758 +15,-1.53348106,0.7306614094,236,-1.700578405,0.6178673663,682.54127885 +16,-1.531441779,0.7306962275,236,-1.700578405,0.6178673663,687.39362746 +17,-1.529755654,0.7306933243,236,-1.700578405,0.6178673663,691.34719035 +18,-1.533415048,0.7291384674,236,-1.700578405,0.6178673663,679.01957706 +19,-1.531392093,0.7291705353,236,-1.700578405,0.6178673663,683.85874763 +20,-1.529296523,0.7291214933,236,-1.700578405,0.6178673663,688.70086044 +21,-1.535280942,0.727267644,236,-1.700578405,0.6178673663,670.14229717 +22,-1.533378158,0.7276139666,236,-1.700578405,0.6178673663,675.46095154 +23,-1.531340368,0.7276446587,236,-1.700578405,0.6178673663,680.36359383 +24,-1.528960113,0.7276398177,236,-1.700578405,0.6178673663,686.02340803 +25,-1.533313146,0.7260818349,236,-1.700578405,0.6178673663,671.98661818 +26,-1.531259555,0.7260958115,236,-1.700578405,0.6178673663,676.92030268 +27,-1.528926415,0.7260865555,236,-1.700578405,0.6178673663,682.49551346 +28,-1.531226779,0.7245511789,236,-1.700578405,0.6178673663,673.40958539 +29,-1.528904772,0.7245519194,236,-1.700578405,0.6178673663,679.01833177 +30,-1.547195875,0.7409785979,236,-1.700578405,0.6178673663,678.35845425 +31,-1.5451475,0.740980426,236,-1.700578405,0.6178673663,682.75268506 +32,-1.543097679,0.7409798872,236,-1.700578405,0.6178673663,687.17311414 +33,-1.540720364,0.7409892687,236,-1.700578405,0.6178673663,692.36237851 +34,-1.547188511,0.7395198392,236,-1.700578405,0.6178673663,674.4428838 +35,-1.545148587,0.7395226109,236,-1.700578405,0.6178673663,678.85244403 +36,-1.543104538,0.7395314908,236,-1.700578405,0.6178673663,683.31606785 +37,-1.540727751,0.7395306258,236,-1.700578405,0.6178673663,688.51243355 +38,-1.547187029,0.7380014886,236,-1.700578405,0.6178673663,670.38233315 +39,-1.545147315,0.7380012252,236,-1.700578405,0.6178673663,674.81573589 +40,-1.54310719,0.7380060743,236,-1.700578405,0.6178673663,679.2923348 +41,-1.540719671,0.7380068206,236,-1.700578405,0.6178673663,684.55404601 +42,-1.547187189,0.7364799098,236,-1.700578405,0.6178673663,666.33891695 +43,-1.545149996,0.7364853874,236,-1.700578405,0.6178673663,670.81447663 +44,-1.543106091,0.7364823484,236,-1.700578405,0.6178673663,675.31107295 +45,-1.540717158,0.7364893901,236,-1.700578405,0.6178673663,680.62995675 +46,-1.538663972,0.7410138672,236,-1.700578405,0.6178673663,696.92458474 +47,-1.53695285,0.7409699132,236,-1.700578405,0.6178673663,700.57384837 +48,-1.534910498,0.7409641297,236,-1.700578405,0.6178673663,705.07671542 +49,-1.533145034,0.7409536636,236,-1.700578405,0.6178673663,708.97671513 +50,-1.538681336,0.7395405883,236,-1.700578405,0.6178673663,693.04466107 +51,-1.536999189,0.7395183096,236,-1.700578405,0.6178673663,696.71177067 +52,-1.534923633,0.7395144222,236,-1.700578405,0.6178673663,701.3231097 +53,-1.533267822,0.7395654306,236,-1.700578405,0.6178673663,705.15918167 +54,-1.53867273,0.7380151077,236,-1.700578405,0.6178673663,689.11505185 +55,-1.536980576,0.7379994392,236,-1.700578405,0.6178673663,692.84820161 +56,-1.534931522,0.7379944961,236,-1.700578405,0.6178673663,697.42960949 +57,-1.533387952,0.7379480264,236,-1.700578405,0.6178673663,700.79049029 +58,-1.538682279,0.7364914363,236,-1.700578405,0.6178673663,685.1798937 +59,-1.536980704,0.7364810563,236,-1.700578405,0.6178673663,688.97435522 +60,-1.534935567,0.7364752065,236,-1.700578405,0.6178673663,693.57645278 +61,-1.533042592,0.7363876366,236,-1.700578405,0.6178673663,697.65418412 +62,-1.545143426,0.7349628011,236,-1.700578405,0.6178673663,666.84584903 +63,-1.543105297,0.7349691947,236,-1.700578405,0.6178673663,671.38681142 +64,-1.541064533,0.7349647152,236,-1.700578405,0.6178673663,675.93340563 +65,-1.545411803,0.7334624714,236,-1.700578405,0.6178673663,662.35305235 +66,-1.543446606,0.7334780896,236,-1.700578405,0.6178673663,666.78280311 +67,-1.541475327,0.7334957295,236,-1.700578405,0.6178673663,671.25657458 +68,-1.545401939,0.731963266,236,-1.700578405,0.6178673663,658.50918987 +69,-1.54342253,0.7319915583,236,-1.700578405,0.6178673663,663.0344033 +70,-1.541455867,0.7320216438,236,-1.700578405,0.6178673663,667.56004293 +71,-1.545410146,0.7304422281,236,-1.700578405,0.6178673663,654.59994755 +72,-1.543435491,0.7304713664,236,-1.700578405,0.6178673663,659.14793536 +73,-1.541463105,0.7304997613,236,-1.700578405,0.6178673663,663.71331851 +74,-1.545414768,0.7289194936,236,-1.700578405,0.6178673663,650.72653167 +75,-1.543435774,0.7289538557,236,-1.700578405,0.6178673663,655.32910048 +76,-1.541457714,0.7289765881,236,-1.700578405,0.6178673663,659.92473902 +77,-1.539449415,0.7320555866,236,-1.700578405,0.6178673663,672.21001793 +78,-1.537429183,0.7321097681,236,-1.700578405,0.6178673663,676.96614256 +79,-1.535472649,0.7321497267,236,-1.700578405,0.6178673663,681.56358052 +80,-1.539457899,0.7305333307,236,-1.700578405,0.6178673663,668.390858 +81,-1.537453161,0.7305750503,236,-1.700578405,0.6178673663,673.11139498 +82,-1.535479385,0.7306124949,236,-1.700578405,0.6178673663,677.77275236 +83,-1.53946905,0.7290102593,236,-1.700578405,0.6178673663,664.5959132 +84,-1.537459922,0.7290417293,236,-1.700578405,0.6178673663,669.33264164 +85,-1.535451349,0.7290890157,236,-1.700578405,0.6178673663,674.12981605 +86,-1.535522937,0.7279887191,236,-1.700578405,0.6178673663,671.30448865 +87,-1.539442524,0.7274735939,236,-1.700578405,0.6178673663,660.88843635 +88,-1.537424111,0.727521351,236,-1.700578405,0.6178673663,665.71849561 +89,-1.539384641,0.7259505092,236,-1.700578405,0.6178673663,657.32267469 +90,-1.537372391,0.7259947145,236,-1.700578405,0.6178673663,662.161814 +91,-1.535340789,0.7260435356,236,-1.700578405,0.6178673663,667.08022853 +92,-1.539325716,0.7244369706,236,-1.700578405,0.6178673663,653.81854661 +93,-1.537308932,0.7244801057,236,-1.700578405,0.6178673663,658.69790236 +94,-1.535289068,0.7245247645,236,-1.700578405,0.6178673663,663.61051599 +95,-1.533261366,0.7245550236,236,-1.700578405,0.6178673663,668.53014483 +96,-1.539267302,0.722921924,236,-1.700578405,0.6178673663,650.34610313 +97,-1.537248972,0.7229660258,236,-1.700578405,0.6178673663,655.26361147 +98,-1.535219431,0.7229916471,236,-1.700578405,0.6178673663,660.18702678 +99,-1.53318962,0.7230212049,236,-1.700578405,0.6178673663,665.14271967 +100,-1.531154816,0.7230299897,236,-1.700578405,0.6178673663,670.08486074 +101,-1.528878341,0.7230370244,236,-1.700578405,0.6178673663,675.63410565 +102,-1.539218189,0.7214009878,236,-1.700578405,0.6178673663,646.87467117 +103,-1.537198791,0.7214422745,236,-1.700578405,0.6178673663,651.82046395 +104,-1.535179266,0.7214634354,236,-1.700578405,0.6178673663,656.74203903 +105,-1.533156501,0.7214944644,236,-1.700578405,0.6178673663,661.71623743 +106,-1.53113574,0.7215166021,236,-1.700578405,0.6178673663,666.68678334 +107,-1.528874248,0.7215345535,236,-1.700578405,0.6178673663,672.25928821 +108,-1.539217656,0.7198512397,236,-1.700578405,0.6178673663,643.25681473 +109,-1.537199919,0.7199428763,236,-1.700578405,0.6178673663,648.34696838 +110,-1.545425832,0.727397149,236,-1.700578405,0.6178673663,646.87204079 +111,-1.543371177,0.7273916949,236,-1.700578405,0.6178673663,651.58172365 +112,-1.541368852,0.7274523163,236,-1.700578405,0.6178673663,656.36021231 +113,-1.545349067,0.7258710923,236,-1.700578405,0.6178673663,643.24419588 +114,-1.54332671,0.7258603556,236,-1.700578405,0.6178673663,647.90094504 +115,-1.541346831,0.7259242142,236,-1.700578405,0.6178673663,652.66703267 +116,-1.545324355,0.7243383958,236,-1.700578405,0.6178673663,639.51573943 +117,-1.543292796,0.7243617413,236,-1.700578405,0.6178673663,644.31128121 +118,-1.541295822,0.7244024384,236,-1.700578405,0.6178673663,649.09254045 +119,-1.543193859,0.7205570215,236,-1.700578405,0.6178673663,635.38598812 +120,-1.550257047,0.7386738187,236,-1.700578405,0.6178673663,665.58179009 +121,-1.549335448,0.7311736483,236,-1.700578405,0.6178673663,647.68190483 +122,-1.533478843,0.7179891343,236,-1.700578405,0.6178673663,653.01022563 +123,-1.556150555,0.738907041,236,-1.700578405,0.6178673663,653.76006885 +124,-1.554324226,0.733414257,236,-1.700578405,0.6178673663,642.65458491 +125,-1.554290846,0.7288285332,236,-1.700578405,0.6178673663,630.55983546 +126,-1.55122487,0.7219795312,236,-1.700578405,0.6178673663,619.99498025 +127,-1.525104458,0.7229399862,236,-1.700578405,0.6178673663,684.65160591 +128,-1.519607711,0.7236181429,236,-1.700578405,0.6178673663,699.71080203 +129,-1.513899999,0.7251107854,236,-1.700578405,0.6178673663,717.12213223 +130,-1.536620762,0.7431061895,236,-1.700578405,0.6178673663,706.88000708 +131,-1.5369566,0.7460845958,236,-1.700578405,0.6178673663,714.02030365 +132,-1.545345528,0.7447040685,236,-1.700578405,0.6178673663,692.40859875 +133,-1.532813921,0.7432306626,236,-1.700578405,0.6178673663,715.57065164 +134,-1.554788248,0.7382381001,236,-1.700578405,0.6178673663,654.77278657 +135,-1.540348126,0.7301594274,236,-1.700578405,0.6178673663,665.41655874 +136,-1.538016084,0.7239051786,236,-1.700578405,0.6178673663,655.6535744 +137,-1.525288962,0.7258085137,236,-1.700578405,0.6178673663,690.64855978 +138,-1.534326986,0.731241342,236,-1.700578405,0.6178673663,681.98423548 +139,-1.530733872,0.7303625216,236,-1.700578405,0.6178673663,688.25516138 +141,-1.534354939,0.7328219978,236,-1.700578405,0.6178673663,685.79738171 +142,-1.53157084,0.7292888153,236,-1.700578405,0.6178673663,683.71910535 +143,-1.525691035,0.7263799874,236,-1.700578405,0.6178673663,690.97520051 +144,-1.534031287,0.7495967835,236,-1.700578405,0.6178673663,729.6698219 +145,-1.527714986,0.7283095957,236,-1.700578405,0.6178673663,690.56141209 +146,-1.526189586,0.7271468292,236,-1.700578405,0.6178673663,691.52854395 +147,-1.555177336,0.7375563366,236,-1.700578405,0.6178673663,652.07794459 +148,-1.555080283,0.7312707794,236,-1.700578405,0.6178673663,635.27973254 +149,-1.53856994,0.7224180299,236,-1.700578405,0.6178673663,650.8173405 +150,-1.530837883,0.729933372,236,-1.700578405,0.6178673663,686.98465189 +151,-1.515066984,0.5854133365,236,-1.700578405,0.6178673663,618.93775088 +152,-1.534731633,0.5368370046,236,-1.700578405,0.6178673663,636.72250167 +153,-1.515231902,0.5607085576,236,-1.700578405,0.6178673663,650.53613827 +154,-2.616253799,1.0684566605,236,-1.700578405,0.6178673663,2881.629269 +155,-1.956071439,0.5792177723,236,-1.700578405,0.6178673663,849.14257667 +156,-1.951208514,0.5602434208,236,-1.700578405,0.6178673663,855.50726233 +157,-1.944675062,0.6062144545,236,-1.700578405,0.6178673663,792.04242607 +158,-1.613778386,0.6077989518,236,-1.700578405,0.6178673663,284.0296669 +159,-2.035029014,0.6021432345,236,-1.700578405,0.6178673663,1085.9192754 +160,-2.114989471,0.6801825058,236,-1.700578405,0.6178673663,1326.8533825 +161,-2.037382079,0.5765830025,236,-1.700578405,0.6178673663,1113.3751088 +162,-2.129855121,0.6585019963,236,-1.700578405,0.6178673663,1371.1630044 +163,-2.075141798,0.6493615843,236,-1.700578405,0.6178673663,1199.5626428 +164,-1.828626729,0.6948433129,236,-1.700578405,0.6178673663,504.09906059 +165,-1.863329418,0.6735427691,236,-1.700578405,0.6178673663,559.75807129 +166,-1.266037071,0.727988852,236,-1.700578405,0.6178673663,1409.0617228 +167,-1.277579582,0.7249010648,236,-1.700578405,0.6178673663,1373.2867217 +168,-1.258418684,0.7241194816,236,-1.700578405,0.6178673663,1428.8454624 +169,-1.317813974,0.6804850104,236,-1.700578405,0.6178673663,1229.7363906 +170,-1.344165204,0.6790988904,236,-1.700578405,0.6178673663,1148.4028003 +171,-1.427582102,0.5277120351,236,-1.700578405,0.6178673663,974.97454725 +172,-1.402238616,0.457167829,236,-1.700578405,0.6178673663,1195.3871112 +173,-1.422454264,0.4996161999,236,-1.700578405,0.6178673663,1043.1486726 +174,-1.439089277,0.4894859811,236,-1.700578405,0.6178673663,1015.5070491 +175,-1.448126995,0.5182330266,236,-1.700578405,0.6178673663,929.43860271 +176,-1.474626146,0.5881926574,236,-1.700578405,0.6178673663,745.88626785 +177,-1.421139645,0.5584869783,236,-1.700578405,0.6178673663,949.21227197 +178,-1.457037165,0.565943032,236,-1.700578405,0.6178673663,825.7502226 +179,-2.757159358,0.3745319,236,-1.700578405,0.6178673663,3746.5159653 +180,-2.714309238,0.342054471,236,-1.700578405,0.6178673663,3671.5612383 +181,-2.000525337,0.774119946,236,-1.700578405,0.6178673663,1098.4307801 +183,-1.571413436,0.6777838382,236,-1.700578405,0.6178673663,471.74375161 +184,-1.552860289,0.6987663893,236,-1.700578405,0.6178673663,562.51899264 +185,-1.521852374,0.7165827476,236,-1.700578405,0.6178673663,679.05471895 +186,-1.503656267,0.6928968252,236,-1.700578405,0.6178673663,685.41009918 +187,-1.502753178,0.7136205882,236,-1.700578405,0.6178673663,722.71960545 +188,-1.631894563,0.7343596465,236,-1.700578405,0.6178673663,507.729682 +189,-1.653765416,0.6770714026,236,-1.700578405,0.6178673663,277.21603856 +190,-1.719812114,0.6715965947,236,-1.700578405,0.6178673663,221.35560392 +191,-1.493406659,0.6646955447,236,-1.700578405,0.6178673663,682.67626941 +192,-1.469120564,0.6613469966,236,-1.700578405,0.6178673663,754.75079666 +193,-1.590551461,0.5326612937,236,-1.700578405,0.6178673663,497.39285686 +194,-1.625979264,0.5247742243,236,-1.700578405,0.6178673663,444.57214199 +195,-1.572293943,0.5238808754,236,-1.700578405,0.6178673663,566.59082354 +196,-1.610848725,0.5477107964,236,-1.700578405,0.6178673663,406.42673465 +197,-1.208485554,0.7918526018,236,-1.700578405,0.6178673663,1625.6424374 +198,-1.335601374,0.6869083083,236,-1.700578405,0.6178673663,1177.9704629 +199,-1.346156996,0.6825213377,236,-1.700578405,0.6178673663,1143.7733019 +200,-1.324381037,0.6741422347,236,-1.700578405,0.6178673663,1207.6120732 +201,-1.242424992,0.7378949807,236,-1.700578405,0.6178673663,1484.280352 +202,-1.270370057,0.7392461008,236,-1.700578405,0.6178673663,1404.9100403 +203,-1.448950472,0.7441675014,236,-1.700578405,0.6178673663,919.9410588 +204,-1.492662363,0.7523026852,236,-1.700578405,0.6178673663,829.35397644 +205,-1.479098966,0.7763855017,236,-1.700578405,0.6178673663,918.1126797 +206,-1.633760714,0.7869022408,236,-1.700578405,0.6178673663,699.13691262 +207,-1.647406434,0.8101289331,236,-1.700578405,0.6178673663,777.83935933 +208,-1.564245052,0.5701509278,236,-1.700578405,0.6178673663,485.59636452 +209,-1.646289963,0.6833746083,236,-1.700578405,0.6178673663,310.76178253 +210,-1.5820631,0.6751952144,236,-1.700578405,0.6178673663,437.94590231 +211,-1.613236298,0.6681681791,236,-1.700578405,0.6178673663,341.01794915 +212,-1.914661867,0.8212566515,236,-1.700578405,0.6178673663,1024.9170079 +213,-1.742133237,0.7250275956,236,-1.700578405,0.6178673663,443.53996377 +214,-2.033144872,0.6557314699,236,-1.700578405,0.6178673663,1067.7903549 +215,-2.039551981,0.6964723658,236,-1.700578405,0.6178673663,1105.1180116 +216,-1.247341019,0.7622473908,236,-1.700578405,0.6178673663,1490.1031703 +217,-1.298239787,0.7084123392,236,-1.700578405,0.6178673663,1301.8256231 +218,-1.308539688,0.6926545592,236,-1.700578405,0.6178673663,1262.7360201 +219,-1.303263185,0.6888938396,236,-1.700578405,0.6178673663,1277.2005648 +220,-1.852400229,0.6004246149,236,-1.700578405,0.6178673663,497.84945029 +221,-1.288947707,0.7473773692,236,-1.700578405,0.6178673663,1359.3845602 +222,-1.372031502,0.7472790993,236,-1.700578405,0.6178673663,1128.9572188 +223,-1.289805721,0.7242157877,236,-1.700578405,0.6178673663,1337.1263368 +224,-1.350807603,0.7533498126,236,-1.700578405,0.6178673663,1194.9733817 +225,-1.329290365,0.7560442322,236,-1.700578405,0.6178673663,1257.1037842 +226,-1.410153004,0.616936428,236,-1.700578405,0.6178673663,936.89538678 +227,-1.393445434,0.6308995063,236,-1.700578405,0.6178673663,987.01819989 +228,-1.37595573,0.6241540638,236,-1.700578405,0.6178673663,1044.4817697 +229,-1.358388707,0.6172645205,236,-1.700578405,0.6178673663,1103.2369328 +230,-1.753741133,0.8281661666,236,-1.700578405,0.6178673663,847.64306398 +231,-1.47430987,0.6834615681,236,-1.700578405,0.6178673663,758.13013852 +232,-1.421012508,0.7222725206,236,-1.700578405,0.6178673663,959.39663612 +233,-1.4476833,0.6978557868,236,-1.700578405,0.6178673663,852.35148042 +234,-1.470370723,0.6966193374,236,-1.700578405,0.6178673663,785.38166735 +235,-1.429211703,0.7037216883,236,-1.700578405,0.6178673663,912.63153435 +236,-1.700578405,0.6178673663,236,-1.700578405,0.6178673663,40.259417758 +237,-1.678117619,0.6331716163,236,-1.700578405,0.6178673663,94.212817549 +238,-1.725644578,0.6316331145,236,-1.700578405,0.6178673663,97.253454676 +239,-2.14012759,0.7930497945,236,-1.700578405,0.6178673663,1487.3211672 +240,-2.103289431,0.7653606263,236,-1.700578405,0.6178673663,1354.2679803 +241,-1.318739838,0.7017808746,236,-1.700578405,0.6178673663,1236.7593819 +242,-1.396417427,0.7077900843,236,-1.700578405,0.6178673663,1012.118505 +243,-1.35650337,0.7185539404,236,-1.700578405,0.6178673663,1138.5627499 +244,-1.248884539,0.7274156818,236,-1.700578405,0.6178673663,1458.758353 +245,-1.395014798,0.5761185243,236,-1.700578405,0.6178673663,1013.1597917 +246,-1.433377362,0.6064716109,236,-1.700578405,0.6178673663,866.49451601 +247,-1.408172432,0.5903155476,236,-1.700578405,0.6178673663,958.29589397 +248,-1.749645898,0.7757118084,236,-1.700578405,0.6178673663,642.63060123 +249,-1.571626686,0.615046989,236,-1.700578405,0.6178673663,416.81261703 +250,-1.514070049,0.6303003037,236,-1.700578405,0.6178673663,601.21567808 +251,-1.480890369,0.6237966528,236,-1.700578405,0.6178673663,707.70743618 +252,-1.704390658,0.5281680612,236,-1.700578405,0.6178673663,355.52509497 +253,-1.64434733,0.5254277498,236,-1.700578405,0.6178673663,411.21536309 +254,-1.703855997,0.4792484842,236,-1.700578405,0.6178673663,549.18074993 +255,-1.692002383,0.5748825051,236,-1.700578405,0.6178673663,172.56633364 +256,-1.854136457,0.5544643913,236,-1.700578405,0.6178673663,565.21622535 +257,-1.665021206,0.520317736,236,-1.700578405,0.6178673663,404.16763452 +258,-1.733654349,0.4845187345,236,-1.700578405,0.6178673663,539.8203807 +259,-1.720938188,0.5135933906,236,-1.700578405,0.6178673663,418.59137809 +260,-1.742668307,0.553296122,236,-1.700578405,0.6178673663,291.04099642 +261,-1.965659039,0.7142126903,236,-1.700578405,0.6178673663,907.84266616 +262,-1.944438071,0.6772834804,236,-1.700578405,0.6178673663,804.56045234 +263,-1.270340967,0.7681487096,236,-1.700578405,0.6178673663,1432.6112858 +264,-1.353091884,0.6549276821,236,-1.700578405,0.6178673663,1114.5145863 +265,-1.333236659,0.6413584414,236,-1.700578405,0.6178673663,1177.3453277 +266,-1.352015998,0.6753788907,236,-1.700578405,0.6178673663,1122.8320669 +267,-1.377988483,0.6577816235,236,-1.700578405,0.6178673663,1036.9133242 +268,-2.13075611,0.8318642051,236,-1.700578405,0.6178673663,1521.0263768 +269,-2.097910953,0.8259670014,236,-1.700578405,0.6178673663,1431.7398846 +270,-1.416382069,0.6694271549,236,-1.700578405,0.6178673663,922.00062314 +271,-1.538905672,0.7535625993,236,-1.700578405,0.6178673663,730.2056262 +272,-1.572309477,0.7803125099,236,-1.700578405,0.6178673663,751.08885005 +273,-1.87759879,0.7503853417,236,-1.700578405,0.6178673663,754.45038609 +274,1.152365588,0.590457682,236,-1.700578405,0.6178673663,7539.6551732 +275,0.350198001,0.718001859,236,-1.700578405,0.6178673663,5834.5450266 +276,0.046513677,0.491503852,236,-1.700578405,0.6178673663,5636.0752928 +277,0.027510309,0.742571376,236,-1.700578405,0.6178673663,5024.8159185 +278,0.306285725,-0.214631579,236,-1.700578405,0.6178673663,8114.2414165 +279,-1.100564889,0.318051531,236,-1.700578405,0.6178673663,2412.7111106 +280,-1.078582306,0.301437596,236,-1.700578405,0.6178673663,2518.5274317 +281,-1.137371989,-0.617634065,236,-1.700578405,0.6178673663,5317.2685991 +282,0.784356344,0.703272339,236,-1.700578405,0.6178673663,6689.5276153 +283,-1.221209947,0.218327455,236,-1.700578405,0.6178673663,2332.6739197 +284,2.347301921,-0.449114658,236,-1.700578405,0.6178673663,9317.3307506 +285,0.246820618,0.830553713,236,-1.700578405,0.6178673663,5320.9137159 +286,0.829414965,0.703288228,236,-1.700578405,0.6178673663,6755.7382233 +287,-1.337537566,0.42332223,236,-1.700578405,0.6178673663,1461.5136312 +288,0.882453706,0.454478077,236,-1.700578405,0.6178673663,7709.3682043 +289,1.575629659,0.416419109,236,-1.700578405,0.6178673663,8316.0311935 +290,-1.039455679,0.229888244,236,-1.700578405,0.6178673663,2811.7649637 +291,0.489558039,0.934482747,236,-1.700578405,0.6178673663,5485.9052689 +292,0.081344504,0.88384514,236,-1.700578405,0.6178673663,4849.5790767 +293,-1.547979814,0.300350308,236,-1.700578405,0.6178673663,1367.8327062 +294,0.040776181,0.168560074,236,-1.700578405,0.6178673663,6377.259249 +295,-1.130374745,0.563894876,236,-1.700578405,0.6178673663,1879.2399783 +296,1.578326642,0.478507176,236,-1.700578405,0.6178673663,8070.8420116 +297,-1.12861823,-0.291640865,236,-1.700578405,0.6178673663,4194.0839559 +298,0.310524208,0.770885792,236,-1.700578405,0.6178673663,5607.7336251 +299,0.415649091,-0.387246002,236,-1.700578405,0.6178673663,8822.2038078 +300,-0.926533878,-0.188022748,236,-1.700578405,0.6178673663,4309.2576418 +301,1.258856172,-0.11716081,236,-1.700578405,0.6178673663,10352.704597 +302,-1.126050026,0.322941926,236,-1.700578405,0.6178673663,2324.2844439 +303,2.002785835,0.07893892,236,-1.700578405,0.6178673663,8983.2199752 +304,0.440437607,0.746258085,236,-1.700578405,0.6178673663,5943.5921665 +305,-0.030391866,0.214441206,236,-1.700578405,0.6178673663,6046.6053198 +306,0.521557815,-0.058929362,236,-1.700578405,0.6178673663,8422.5297807 +307,-0.097005111,0.13317729,236,-1.700578405,0.6178673663,6022.0235909 +308,1.83113859,0.221857587,236,-1.700578405,0.6178673663,8810.2052907 +309,0.222428864,0.099404236,236,-1.700578405,0.6178673663,7109.9363709 +310,-1.702731345,0.8728568183,236,-1.700578405,0.6178673663,1010.0322835 +311,-0.418507569,0.278324921,236,-1.700578405,0.6178673663,4668.0161154 +312,-1.41153306,0.339029988,236,-1.700578405,0.6178673663,1496.3742736 +313,0.357560442,0.114788776,236,-1.700578405,0.6178673663,7482.2375155 +314,0.325818979,0.268352149,236,-1.700578405,0.6178673663,6988.0735292 +315,-1.246004659,-0.663679965,236,-1.700578405,0.6178673663,5343.2075757 +316,1.814603087,0.637404484,236,-1.700578405,0.6178673663,7284.8191477 +317,1.843704281,-0.18300445,236,-1.700578405,0.6178673663,10192.800593 +318,1.690644492,-0.211480909,236,-1.700578405,0.6178673663,10602.258071 +319,-1.275451936,0.068109467,236,-1.700578405,0.6178673663,2676.4876377 +320,0.762430171,-0.207594741,236,-1.700578405,0.6178673663,9523.5440156 +321,0.265668905,-0.014647884,236,-1.700578405,0.6178673663,7522.4029458 +322,-2.773032013,-0.335515811,236,-1.700578405,0.6178673663,5516.5512812 +323,-1.469512853,0.174058777,236,-1.700578405,0.6178673663,1945.4807614 +324,0.286276986,0.785925691,236,-1.700578405,0.6178673663,5517.0415235 +325,-1.379324697,0.377432233,236,-1.700578405,0.6178673663,1464.0225923 +326,-1.203778265,0.212813032,236,-1.700578405,0.6178673663,2394.5640539 +327,0.579916301,0.611743168,236,-1.700578405,0.6178673663,6627.1407771 +328,0.267582642,0.868113908,236,-1.700578405,0.6178673663,5269.2166835 +329,0.412869244,-0.050245578,236,-1.700578405,0.6178673663,8068.5473846 +330,0.17524381,0.976660285,236,-1.700578405,0.6178673663,4835.1798132 +331,0.743157214,0.204812899,236,-1.700578405,0.6178673663,8267.075692 +332,-1.070758176,0.269382282,236,-1.700578405,0.6178673663,2619.77459 +333,-1.230364251,0.329790229,236,-1.700578405,0.6178673663,2000.9494111 +334,-1.374813124,-0.024926835,236,-1.700578405,0.6178673663,2817.1359742 +335,0.519780566,0.463669906,236,-1.700578405,0.6178673663,6946.3746483 +336,-1.55108034,0.239698561,236,-1.700578405,0.6178673663,1589.990951 +337,0.180294813,0.029739425,236,-1.700578405,0.6178673663,7146.811227 +338,0.67820924,0.268170153,236,-1.700578405,0.6178673663,7915.6620635 +339,0.445798684,1.024001867,236,-1.700578405,0.6178673663,5163.1053836 +340,0.691751283,0.150521402,236,-1.700578405,0.6178673663,8310.5706799 +341,-1.036643551,-0.903056181,236,-1.700578405,0.6178673663,6449.275556 +342,-0.120287036,1.083325163,236,-1.700578405,0.6178673663,4110.3571071 +343,2.823513113,-0.304487164,236,-1.700578405,0.6178673663,7508.9459581 +344,0.457583172,1.12513373,236,-1.700578405,0.6178673663,4898.2063615 +345,0.042918831,0.813795399,236,-1.700578405,0.6178673663,4911.2176214 +346,1.196146777,-0.853142756,236,-1.700578405,0.6178673663,11270.700602 +347,0.206001358,-0.010430701,236,-1.700578405,0.6178673663,7323.8348977 +348,-0.268308653,0.234799412,236,-1.700578405,0.6178673663,5244.6094544 +349,0.759363263,0.736189579,236,-1.700578405,0.6178673663,6539.407883 +350,0.181363926,0.891988372,236,-1.700578405,0.6178673663,5039.1052358 +351,-0.021111158,0.139103292,236,-1.700578405,0.6178673663,6250.5567948 +352,-0.093355215,0.630686981,236,-1.700578405,0.6178673663,4941.5839567 +353,0.40118964,0.681375926,236,-1.700578405,0.6178673663,6046.4291997 +354,-0.721197315,1.304706234,236,-1.700578405,0.6178673663,3268.5903235 +355,-1.076150317,0.212107639,236,-1.700578405,0.6178673663,2750.5321688 +356,-1.577164531,0.273993443,236,-1.700578405,0.6178673663,1430.5574386 +357,-0.190788414,0.182208586,236,-1.700578405,0.6178673663,5610.119585 +358,-0.261349752,0.209710184,236,-1.700578405,0.6178673663,5322.2418685 +359,-1.029303852,0.083549259,236,-1.700578405,0.6178673663,3236.3249893 +360,-1.268609162,0.330525297,236,-1.700578405,0.6178673663,1891.0957738 +361,1.282982244,-0.926641967,236,-1.700578405,0.6178673663,11143.638674 +362,0.217352334,0.731352408,236,-1.700578405,0.6178673663,5502.9884847 +363,-1.511833084,0.258629297,236,-1.700578405,0.6178673663,1573.0783058 +364,0.338812194,0.823184618,236,-1.700578405,0.6178673663,5527.0993308 +365,-0.324406489,1.134201999,236,-1.700578405,0.6178673663,3714.3567871 +366,1.389579348,0.399185724,236,-1.700578405,0.6178673663,8410.6775133 +367,2.047152199,-0.039082036,236,-1.700578405,0.6178673663,9249.3022412 +368,0.947780369,0.568250077,236,-1.700578405,0.6178673663,7401.3271034 +369,0.763824846,0.576754987,236,-1.700578405,0.6178673663,7086.708621 +370,-0.142334657,0.928153068,236,-1.700578405,0.6178673663,4284.433988 +371,0.610266567,0.547265983,236,-1.700578405,0.6178673663,6890.2823193 +372,0.210731629,0.746815056,236,-1.700578405,0.6178673663,5449.6127078 +373,-1.34931644,0.316895224,236,-1.700578405,0.6178673663,1714.6941333 +374,2.407696481,0.655030745,236,-1.700578405,0.6178673663,6278.504025 +375,0.64207831,0.545359131,236,-1.700578405,0.6178673663,6961.184983 +376,1.174597538,0.840588356,236,-1.700578405,0.6178673663,6590.5236298 +377,0.660059424,0.010604079,236,-1.700578405,0.6178673663,8637.5851845 +378,-0.730263819,0.010486456,236,-1.700578405,0.6178673663,4298.9854327 +379,0.831068936,0.512339172,236,-1.700578405,0.6178673663,7422.0176273 +380,1.301180979,0.72367476,236,-1.700578405,0.6178673663,7105.7667034 +381,1.811128231,0.322854402,236,-1.700578405,0.6178673663,8466.675614 +382,0.435105812,0.992284428,236,-1.700578405,0.6178673663,5235.5857697 +383,0.62643634,0.592027932,236,-1.700578405,0.6178673663,6781.6886597 +384,0.492988703,-0.516339467,236,-1.700578405,0.6178673663,9290.300772 +385,-0.162469483,0.112549365,236,-1.700578405,0.6178673663,5858.8546391 +386,0.314630866,0.472006421,236,-1.700578405,0.6178673663,6415.0245936 +387,0.166744804,0.822815954,236,-1.700578405,0.6178673663,5169.160772 +388,0.417159608,0.965805736,236,-1.700578405,0.6178673663,5280.7985935 +389,0.106334961,0.868774244,236,-1.700578405,0.6178673663,4935.1272665 +390,0.815086969,-0.338144359,236,-1.700578405,0.6178673663,9998.1000039 +391,0.59867455,-0.230624824,236,-1.700578405,0.6178673663,9080.727795 +392,1.915104874,0.066220985,236,-1.700578405,0.6178673663,9212.497372 +393,1.278093622,0.064463721,236,-1.700578405,0.6178673663,9674.1695037 +394,-0.061477853,0.302997961,236,-1.700578405,0.6178673663,5746.4359779 +395,0.251311504,0.626976942,236,-1.700578405,0.6178673663,5847.588658 +396,2.950242872,0.149095644,236,-1.700578405,0.6178673663,6077.4960143 +397,-0.180294708,0.35375117,236,-1.700578405,0.6178673663,5264.8192317 +398,1.010448592,-0.351180233,236,-1.700578405,0.6178673663,10610.59224 +399,-1.748740498,0.3686318073,236,-1.700578405,0.6178673663,1001.2824581 +400,2.699635665,0.123533791,236,-1.700578405,0.6178673663,6926.9640355 +401,0.496808033,0.823843254,236,-1.700578405,0.6178673663,5823.848574 +402,0.129574704,0.763364087,236,-1.700578405,0.6178673663,5223.2496804 +403,1.798920311,0.817447563,236,-1.700578405,0.6178673663,6617.6245061 +404,0.335987953,0.746786541,236,-1.700578405,0.6178673663,5726.0887061 +405,-1.085413643,0.292154671,236,-1.700578405,0.6178673663,2520.2067399 +406,-0.155321003,0.508207011,236,-1.700578405,0.6178673663,5014.7147985 +407,0.620529244,-0.301175104,236,-1.700578405,0.6178673663,9307.8724085 +408,1.684402744,0.368716966,236,-1.700578405,0.6178673663,8430.492283 +409,0.300582244,-0.386397212,236,-1.700578405,0.6178673663,8450.0035225 +410,2.913555946,-0.009225192,236,-1.700578405,0.6178673663,6560.2116219 +411,1.465101417,0.493232532,236,-1.700578405,0.6178673663,8041.8613505 +412,0.090612882,0.907955955,236,-1.700578405,0.6178673663,4818.3658692 +413,2.987564726,-0.729568594,236,-1.700578405,0.6178673663,7855.665715 +414,-1.484261606,0.224149272,236,-1.700578405,0.6178673663,1740.8295992 +415,0.164073421,0.303955133,236,-1.700578405,0.6178673663,6427.5510947 +416,0.141441293,0.167552546,236,-1.700578405,0.6178673663,6693.2473589 +417,2.931321023,-0.506718887,236,-1.700578405,0.6178673663,7589.5015816 +418,2.21951565,0.700596356,236,-1.700578405,0.6178673663,6500.1501175 +419,0.268112576,1.199114336,236,-1.700578405,0.6178673663,4483.0441614 +420,0.978913739,0.359223811,236,-1.700578405,0.6178673663,8202.3174742 +421,1.210898818,0.522863584,236,-1.700578405,0.6178673663,7844.6613046 +422,2.347397336,0.129231362,236,-1.700578405,0.6178673663,7955.1922444 +423,0.614394501,0.556878345,236,-1.700578405,0.6178673663,6868.5674387 +424,-1.398079356,0.148483366,236,-1.700578405,0.6178673663,2157.8531394 +425,2.535303836,-0.112984496,236,-1.700578405,0.6178673663,8012.4667114 +426,-1.019372593,-0.405322349,236,-1.700578405,0.6178673663,4790.9315988 +427,-1.297785627,-0.160104069,236,-1.700578405,0.6178673663,3429.9114905 +428,2.144554488,0.205051084,236,-1.700578405,0.6178673663,8253.0175292 +429,-2.242387083,-0.426171285,236,-1.700578405,0.6178673663,4607.3121905 +430,0.338637212,0.909723676,236,-1.700578405,0.6178673663,5297.3005806 +431,-0.148798452,0.691042401,236,-1.700578405,0.6178673663,4672.9979484 +432,0.893524764,0.441829531,236,-1.700578405,0.6178673663,7772.0561458 +433,0.969229347,-0.368847936,236,-1.700578405,0.6178673663,10534.897207 +434,0.436043248,0.800045688,236,-1.700578405,0.6178673663,5780.7904245 +435,1.687946607,1.081504775,236,-1.700578405,0.6178673663,5666.1860836 +436,0.522302046,-0.034889271,236,-1.700578405,0.6178673663,8362.7969954 +437,-0.178996113,-0.438090009,236,-1.700578405,0.6178673663,7057.6727883 +438,-1.094339566,0.301444068,236,-1.700578405,0.6178673663,2470.9843387 +439,-1.064070054,0.242569932,236,-1.700578405,0.6178673663,2706.8083852 +440,-1.068153768,0.230387998,236,-1.700578405,0.6178673663,2726.0028992 +441,-3.00496892,-0.23989155,236,-1.700578405,0.6178673663,5941.2217251 +442,0.21751974,0.766874888,236,-1.700578405,0.6178673663,5415.479933 +443,0.117229532,0.007619006,236,-1.700578405,0.6178673663,6998.8250408 +444,0.777758451,0.420554741,236,-1.700578405,0.6178673663,7637.5342428 +445,-0.252356999,0.250747086,236,-1.700578405,0.6178673663,5260.7462594 +446,0.363148444,0.768483434,236,-1.700578405,0.6178673663,5724.2276947 +447,0.903191366,-0.118210676,236,-1.700578405,0.6178673663,9662.765143 +448,-0.205755923,0.149406178,236,-1.700578405,0.6178673663,5635.9066016 +449,1.811996086,0.02364353,236,-1.700578405,0.6178673663,9555.7819716 +450,-1.100670221,0.314845373,236,-1.700578405,0.6178673663,2419.9555731 +451,0.340078597,0.850105132,236,-1.700578405,0.6178673663,5457.8082338 +452,0.258757267,0.804969236,236,-1.700578405,0.6178673663,5410.0831476 +453,2.78505352,-0.155160804,236,-1.700578405,0.6178673663,7307.203746 +454,0.800551619,0.105822106,236,-1.700578405,0.6178673663,8715.3280699 +455,0.437940882,-0.506194031,236,-1.700578405,0.6178673663,9099.3307713 +456,2.230431122,0.63458615,236,-1.700578405,0.6178673663,6693.848641 +457,0.527965361,0.127667701,236,-1.700578405,0.6178673663,7940.9708238 +458,-0.063643205,0.702093448,236,-1.700578405,0.6178673663,4877.2711258 +459,1.408447268,0.133010502,236,-1.700578405,0.6178673663,9467.1349935 +460,0.523795955,0.280266966,236,-1.700578405,0.6178673663,7495.579802 +461,-0.975769313,0.072177659,236,-1.700578405,0.6178673663,3417.0754152 +462,0.549774164,-0.463663986,236,-1.700578405,0.6178673663,9390.1326478 +463,0.29245874,1.095549818,236,-1.700578405,0.6178673663,4753.6229409 +464,0.143625958,0.816809593,236,-1.700578405,0.6178673663,5132.3336552 +465,0.671902494,0.611159853,236,-1.700578405,0.6178673663,6807.3251601 +466,1.239840988,0.6724199,236,-1.700578405,0.6178673663,7280.1097281 +467,0.607829703,-0.10932137,236,-1.700578405,0.6178673663,8811.1647997 +468,1.763020906,0.263996692,236,-1.700578405,0.6178673663,8747.4628584 +469,0.378714634,0.726066797,236,-1.700578405,0.6178673663,5873.4870214 +470,2.196736143,-0.153862366,236,-1.700578405,0.6178673663,9156.8591242 +471,0.01702415,0.148991565,236,-1.700578405,0.6178673663,6348.3894286 +472,-2.998490902,-0.158002487,236,-1.700578405,0.6178673663,5722.3268797 +473,-3.051262951,-0.346595608,236,-1.700578405,0.6178673663,6338.3870418 +474,-1.069176439,0.182802941,236,-1.700578405,0.6178673663,2848.9033999 +475,0.167157509,0.595344954,236,-1.700578405,0.6178673663,5715.9145444 +476,0.613855648,0.681746124,236,-1.700578405,0.6178673663,6473.300752 +477,1.037012736,0.682555367,236,-1.700578405,0.6178673663,7084.9958724 +478,-1.253574971,0.379755746,236,-1.700578405,0.6178673663,1809.9736266 +479,3.108590453,-0.132620738,236,-1.700578405,0.6178673663,6216.1010498 +480,0.565301296,0.022333262,236,-1.700578405,0.6178673663,8337.0669781 +481,0.547898238,0.855555614,236,-1.700578405,0.6178673663,5816.5013414 +482,0.948309381,0.417393755,236,-1.700578405,0.6178673663,7946.1032901 +483,-0.050600732,0.945269213,236,-1.700578405,0.6178673663,4453.1271722 +484,-0.977651478,-0.572363064,236,-1.700578405,0.6178673663,5424.1140709 +485,1.102014914,0.728861163,236,-1.700578405,0.6178673663,6969.4118102 +486,2.927300795,-0.282939414,236,-1.700578405,0.6178673663,7132.2145704 +487,-1.154565557,0.124434095,236,-1.700578405,0.6178673663,2783.3221354 +488,1.855331234,0.291044755,236,-1.700578405,0.6178673663,8521.7434242 +489,0.830290659,0.276904518,236,-1.700578405,0.6178673663,8222.9375505 +490,0.485104466,-0.234867441,236,-1.700578405,0.6178673663,8731.9276266 +491,0.521367572,-0.33161327,236,-1.700578405,0.6178673663,9054.618331 +1,-1.539031704,0.7349710123,237,-1.678117619,0.6331716163,586.77335276 +2,-1.536990553,0.7349663874,237,-1.678117619,0.6331716163,591.31876429 +3,-1.534951779,0.7349571355,237,-1.678117619,0.6331716163,595.87788475 +4,-1.532906461,0.7349480293,237,-1.678117619,0.6331716163,600.48248279 +5,-1.531320211,0.7346937278,237,-1.678117619,0.6331716163,603.45713614 +6,-1.539451648,0.7335131775,237,-1.678117619,0.6331716163,582.07703531 +7,-1.537429487,0.7335445708,237,-1.678117619,0.6331716163,586.70002116 +8,-1.535484998,0.7335658704,237,-1.678117619,0.6331716163,591.14984839 +9,-1.533488396,0.7336036027,237,-1.678117619,0.6331716163,595.78576537 +10,-1.531497785,0.7335842962,237,-1.678117619,0.6331716163,600.29272023 +11,-1.530259379,0.7334777758,237,-1.678117619,0.6331716163,602.87797626 +12,-1.5335454,0.7322346912,237,-1.678117619,0.6331716163,592.24549094 +13,-1.531489083,0.7322238773,237,-1.678117619,0.6331716163,596.9562142 +14,-1.530011122,0.7321679851,237,-1.678117619,0.6331716163,600.24268609 +15,-1.53348106,0.7306614094,237,-1.678117619,0.6331716163,588.51210486 +16,-1.531441779,0.7306962275,237,-1.678117619,0.6331716163,593.33273037 +17,-1.529755654,0.7306933243,237,-1.678117619,0.6331716163,597.2619194 +18,-1.533415048,0.7291384674,237,-1.678117619,0.6331716163,584.94758867 +19,-1.531392093,0.7291705353,237,-1.678117619,0.6331716163,589.7594059 +20,-1.529296523,0.7291214933,237,-1.678117619,0.6331716163,594.57503429 +21,-1.535280942,0.727267644,237,-1.678117619,0.6331716163,576.05024463 +22,-1.533378158,0.7276139666,237,-1.678117619,0.6331716163,581.35176672 +23,-1.531340368,0.7276446587,237,-1.678117619,0.6331716163,586.23104161 +24,-1.528960113,0.7276398177,237,-1.678117619,0.6331716163,591.86706625 +25,-1.533313146,0.7260818349,237,-1.678117619,0.6331716163,577.84516308 +26,-1.531259555,0.7260958115,237,-1.678117619,0.6331716163,582.75937688 +27,-1.528926415,0.7260865555,237,-1.678117619,0.6331716163,588.31620376 +28,-1.531226779,0.7245511789,237,-1.678117619,0.6331716163,579.22660614 +29,-1.528904772,0.7245519194,237,-1.678117619,0.6331716163,584.82208567 +30,-1.547195875,0.7409785979,237,-1.678117619,0.6331716163,585.25285452 +31,-1.5451475,0.740980426,237,-1.678117619,0.6331716163,589.55496262 +32,-1.543097679,0.7409798872,237,-1.678117619,0.6331716163,593.88834268 +33,-1.540720364,0.7409892687,237,-1.678117619,0.6331716163,598.98360437 +34,-1.547188511,0.7395198392,237,-1.678117619,0.6331716163,581.24257178 +35,-1.545148587,0.7395226109,237,-1.678117619,0.6331716163,585.56447257 +36,-1.543104538,0.7395314908,237,-1.678117619,0.6331716163,589.9458219 +37,-1.540727751,0.7395306258,237,-1.678117619,0.6331716163,595.05216465 +38,-1.547187029,0.7380014886,237,-1.678117619,0.6331716163,577.08699142 +39,-1.545147315,0.7380012252,237,-1.678117619,0.6331716163,581.43682851 +40,-1.54310719,0.7380060743,237,-1.678117619,0.6331716163,585.83529777 +41,-1.540719671,0.7380068206,237,-1.678117619,0.6331716163,591.01158464 +42,-1.547187189,0.7364799098,237,-1.678117619,0.6331716163,572.95192132 +43,-1.545149996,0.7364853874,237,-1.678117619,0.6331716163,577.34868833 +44,-1.543106091,0.7364823484,237,-1.678117619,0.6331716163,581.77087733 +45,-1.540717158,0.7364893901,237,-1.678117619,0.6331716163,587.00959626 +46,-1.538663972,0.7410138672,237,-1.678117619,0.6331716163,603.4706638 +47,-1.53695285,0.7409699132,237,-1.678117619,0.6331716163,607.0575505 +48,-1.534910498,0.7409641297,237,-1.678117619,0.6331716163,611.49269127 +49,-1.533145034,0.7409536636,237,-1.678117619,0.6331716163,615.33743249 +50,-1.538681336,0.7395405883,237,-1.678117619,0.6331716163,599.5126792 +51,-1.536999189,0.7395183096,237,-1.678117619,0.6331716163,603.12276727 +52,-1.534923633,0.7395144222,237,-1.678117619,0.6331716163,607.66918753 +53,-1.533267822,0.7395654306,237,-1.678117619,0.6331716163,611.45913873 +54,-1.53867273,0.7380151077,237,-1.678117619,0.6331716163,595.50492478 +55,-1.536980576,0.7379994392,237,-1.678117619,0.6331716163,599.18451625 +56,-1.534931522,0.7379944961,237,-1.678117619,0.6331716163,603.7058599 +57,-1.533387952,0.7379480264,237,-1.678117619,0.6331716163,607.02252629 +58,-1.538682279,0.7364914363,237,-1.678117619,0.6331716163,591.49612395 +59,-1.536980704,0.7364810563,237,-1.678117619,0.6331716163,595.24047046 +60,-1.534935567,0.7364752065,237,-1.678117619,0.6331716163,599.78669189 +61,-1.533042592,0.7363876366,237,-1.678117619,0.6331716163,603.81324036 +62,-1.545143426,0.7349628011,237,-1.678117619,0.6331716163,573.29621766 +63,-1.543105297,0.7349691947,237,-1.678117619,0.6331716163,577.76786162 +64,-1.541064533,0.7349647152,237,-1.678117619,0.6331716163,582.24936134 +65,-1.545411803,0.7334624714,237,-1.678117619,0.6331716163,568.73387596 +66,-1.543446606,0.7334780896,237,-1.678117619,0.6331716163,573.10075949 +67,-1.541475327,0.7334957295,237,-1.678117619,0.6331716163,577.5159898 +68,-1.545401939,0.731963266,237,-1.678117619,0.6331716163,564.81468326 +69,-1.54342253,0.7319915583,237,-1.678117619,0.6331716163,569.28148161 +70,-1.541455867,0.7320216438,237,-1.678117619,0.6331716163,573.75346673 +71,-1.545410146,0.7304422281,237,-1.678117619,0.6331716163,560.8338736 +72,-1.543435491,0.7304713664,237,-1.678117619,0.6331716163,565.32797423 +73,-1.541463105,0.7304997613,237,-1.678117619,0.6331716163,569.84374659 +74,-1.545414768,0.7289194936,237,-1.678117619,0.6331716163,556.89319979 +75,-1.543435774,0.7289538557,237,-1.678117619,0.6331716163,561.44640752 +76,-1.541457714,0.7289765881,237,-1.678117619,0.6331716163,565.99644453 +77,-1.539449415,0.7320555866,237,-1.678117619,0.6331716163,578.3530574 +78,-1.537429183,0.7321097681,237,-1.678117619,0.6331716163,583.06331529 +79,-1.535472649,0.7321497267,237,-1.678117619,0.6331716163,587.61956483 +80,-1.539457899,0.7305333307,237,-1.678117619,0.6331716163,574.47519389 +81,-1.537453161,0.7305750503,237,-1.678117619,0.6331716163,579.15392841 +82,-1.535479385,0.7306124949,237,-1.678117619,0.6331716163,583.7777091 +83,-1.53946905,0.7290102593,237,-1.678117619,0.6331716163,570.62622493 +84,-1.537459922,0.7290417293,237,-1.678117619,0.6331716163,575.32497154 +85,-1.535451349,0.7290890157,237,-1.678117619,0.6331716163,580.08840219 +86,-1.535522937,0.7279887191,237,-1.678117619,0.6331716163,577.23412509 +87,-1.539442524,0.7274735939,237,-1.678117619,0.6331716163,566.86846411 +88,-1.537424111,0.727521351,237,-1.678117619,0.6331716163,571.66526424 +89,-1.539384641,0.7259505092,237,-1.678117619,0.6331716163,563.25759975 +90,-1.537372391,0.7259947145,237,-1.678117619,0.6331716163,568.06792084 +91,-1.535340789,0.7260435356,237,-1.678117619,0.6331716163,572.96092397 +92,-1.539325716,0.7244369706,237,-1.678117619,0.6331716163,559.71414944 +93,-1.537308932,0.7244801057,237,-1.678117619,0.6331716163,564.5690551 +94,-1.535289068,0.7245247645,237,-1.678117619,0.6331716163,569.46068415 +95,-1.533261366,0.7245550236,237,-1.678117619,0.6331716163,574.36234912 +96,-1.539267302,0.722921924,237,-1.678117619,0.6331716163,556.20807698 +97,-1.537248972,0.7229660258,237,-1.678117619,0.6331716163,561.10562199 +98,-1.535219431,0.7229916471,237,-1.678117619,0.6331716163,566.01209545 +99,-1.53318962,0.7230212049,237,-1.678117619,0.6331716163,570.95422938 +100,-1.531154816,0.7230299897,237,-1.678117619,0.6331716163,575.88576701 +101,-1.528878341,0.7230370244,237,-1.678117619,0.6331716163,581.426827 +102,-1.539218189,0.7214009878,237,-1.678117619,0.6331716163,552.70894659 +103,-1.537198791,0.7214422745,237,-1.678117619,0.6331716163,557.63923681 +104,-1.535179266,0.7214634354,237,-1.678117619,0.6331716163,562.54838706 +105,-1.533156501,0.7214944644,237,-1.678117619,0.6331716163,567.51344816 +106,-1.53113574,0.7215166021,237,-1.678117619,0.6331716163,572.47784057 +107,-1.528874248,0.7215345535,237,-1.678117619,0.6331716163,578.04688662 +108,-1.539217656,0.7198512397,237,-1.678117619,0.6331716163,549.06953082 +109,-1.537199919,0.7199428763,237,-1.678117619,0.6331716163,554.14918034 +110,-1.545425832,0.727397149,237,-1.678117619,0.6331716163,552.97633423 +111,-1.543371177,0.7273916949,237,-1.678117619,0.6331716163,557.63798334 +112,-1.541368852,0.7274523163,237,-1.678117619,0.6331716163,562.37634793 +113,-1.545349067,0.7258710923,237,-1.678117619,0.6331716163,549.2889347 +114,-1.54332671,0.7258603556,237,-1.678117619,0.6331716163,553.90314747 +115,-1.541346831,0.7259242142,237,-1.678117619,0.6331716163,558.6341418 +116,-1.545324355,0.7243383958,237,-1.678117619,0.6331716163,545.50728391 +117,-1.543292796,0.7243617413,237,-1.678117619,0.6331716163,550.26606487 +118,-1.541295822,0.7244024384,237,-1.678117619,0.6331716163,555.01574549 +119,-1.543193859,0.7205570215,237,-1.678117619,0.6331716163,541.24512098 +120,-1.550257047,0.7386738187,237,-1.678117619,0.6331716163,572.46689808 +121,-1.549335448,0.7311736483,237,-1.678117619,0.6331716163,554.07764605 +122,-1.533478843,0.7179891343,237,-1.678117619,0.6331716163,558.79792754 +123,-1.556150555,0.738907041,237,-1.678117619,0.6331716163,560.96595385 +124,-1.554324226,0.733414257,237,-1.678117619,0.6331716163,549.3823551 +125,-1.554290846,0.7288285332,237,-1.678117619,0.6331716163,537.00780682 +126,-1.55122487,0.7219795312,237,-1.678117619,0.6331716163,526.02872242 +127,-1.525104458,0.7229399862,237,-1.678117619,0.6331716163,590.43879083 +128,-1.519607711,0.7236181429,237,-1.678117619,0.6331716163,605.50312528 +129,-1.513899999,0.7251107854,237,-1.678117619,0.6331716163,622.92287929 +130,-1.536620762,0.7431061895,237,-1.678117619,0.6331716163,613.46658243 +131,-1.5369566,0.7460845958,237,-1.678117619,0.6331716163,620.79046834 +132,-1.545345528,0.7447040685,237,-1.678117619,0.6331716163,599.46440192 +133,-1.532813921,0.7432306626,237,-1.678117619,0.6331716163,622.03246191 +134,-1.554788248,0.7382381001,237,-1.678117619,0.6331716163,561.854821 +135,-1.540348126,0.7301594274,237,-1.678117619,0.6331716163,571.50718517 +136,-1.538016084,0.7239051786,237,-1.678117619,0.6331716163,561.52111882 +137,-1.525288962,0.7258085137,237,-1.678117619,0.6331716163,596.44694481 +138,-1.534326986,0.731241342,237,-1.678117619,0.6331716163,587.98758932 +139,-1.530733872,0.7303625216,237,-1.678117619,0.6331716163,594.1753887 +141,-1.534354939,0.7328219978,237,-1.678117619,0.6331716163,591.85349358 +142,-1.53157084,0.7292888153,237,-1.678117619,0.6331716163,589.62488236 +143,-1.525691035,0.7263799874,237,-1.678117619,0.6331716163,596.78009238 +144,-1.534031287,0.7495967835,237,-1.678117619,0.6331716163,636.53105395 +145,-1.527714986,0.7283095957,237,-1.678117619,0.6331716163,596.40488062 +146,-1.526189586,0.7271468292,237,-1.678117619,0.6331716163,597.34422388 +147,-1.555177336,0.7375563366,237,-1.678117619,0.6331716163,559.13124871 +148,-1.555080283,0.7312707794,237,-1.678117619,0.6331716163,541.90483797 +149,-1.53856994,0.7224180299,237,-1.678117619,0.6331716163,556.66259039 +150,-1.530837883,0.729933372,237,-1.678117619,0.6331716163,592.89586723 +151,-1.515066984,0.5854133365,237,-1.678117619,0.6331716163,562.09797242 +152,-1.534731633,0.5368370046,237,-1.678117619,0.6331716163,607.69569693 +153,-1.515231902,0.5607085576,237,-1.678117619,0.6331716163,605.49800726 +154,-2.616253799,1.0684566605,237,-1.678117619,0.6331716163,2874.0395665 +155,-1.956071439,0.5792177723,237,-1.678117619,0.6331716163,928.51584857 +156,-1.951208514,0.5602434208,237,-1.678117619,0.6331716163,938.96518817 +157,-1.944675062,0.6062144545,237,-1.678117619,0.6331716163,865.19504479 +158,-1.613778386,0.6077989518,237,-1.678117619,0.6331716163,230.39273152 +159,-2.035029014,0.6021432345,237,-1.678117619,0.6331716163,1156.8845666 +160,-2.114989471,0.6801825058,237,-1.678117619,0.6331716163,1378.7319418 +161,-2.037382079,0.5765830025,237,-1.678117619,0.6331716163,1189.4351288 +162,-2.129855121,0.6585019963,237,-1.678117619,0.6331716163,1427.9248789 +163,-2.075141798,0.6493615843,237,-1.678117619,0.6331716163,1258.8031413 +164,-1.828626729,0.6948433129,237,-1.678117619,0.6331716163,528.90994478 +165,-1.863329418,0.6735427691,237,-1.678117619,0.6331716163,603.67950869 +166,-1.266037071,0.727988852,237,-1.678117619,0.6331716163,1318.2277693 +167,-1.277579582,0.7249010648,237,-1.678117619,0.6331716163,1282.5769281 +168,-1.258418684,0.7241194816,237,-1.678117619,0.6331716163,1338.3656767 +169,-1.317813974,0.6804850104,237,-1.678117619,0.6331716163,1143.093409 +170,-1.344165204,0.6790988904,237,-1.678117619,0.6331716163,1061.7367954 +171,-1.427582102,0.5277120351,237,-1.678117619,0.6331716163,927.67429823 +172,-1.402238616,0.457167829,237,-1.678117619,0.6331716163,1163.0905403 +173,-1.422454264,0.4996161999,237,-1.678117619,0.6331716163,1003.2660867 +174,-1.439089277,0.4894859811,237,-1.678117619,0.6331716163,981.34509955 +175,-1.448126995,0.5182330266,237,-1.678117619,0.6331716163,888.24265676 +176,-1.474626146,0.5881926574,237,-1.678117619,0.6331716163,683.46193051 +177,-1.421139645,0.5584869783,237,-1.678117619,0.6331716163,891.78606143 +178,-1.457037165,0.565943032,237,-1.678117619,0.6331716163,769.69933267 +179,-2.757159358,0.3745319,237,-1.678117619,0.6331716163,3816.0560122 +180,-2.714309238,0.342054471,237,-1.678117619,0.6331716163,3744.7561575 +181,-2.000525337,0.774119946,237,-1.678117619,0.6331716163,1118.6802853 +183,-1.571413436,0.6777838382,237,-1.678117619,0.6331716163,378.6844773 +184,-1.552860289,0.6987663893,237,-1.678117619,0.6331716163,468.48115526 +185,-1.521852374,0.7165827476,237,-1.678117619,0.6331716163,584.92364427 +186,-1.503656267,0.6928968252,237,-1.678117619,0.6331716163,593.33976651 +187,-1.502753178,0.7136205882,237,-1.678117619,0.6331716163,628.98572915 +188,-1.631894563,0.7343596465,237,-1.678117619,0.6331716163,425.131464 +189,-1.653765416,0.6770714026,237,-1.678117619,0.6331716163,189.9595854 +190,-1.719812114,0.6715965947,237,-1.678117619,0.6331716163,200.95126011 +191,-1.493406659,0.6646955447,237,-1.678117619,0.6331716163,595.78150366 +192,-1.469120564,0.6613469966,237,-1.678117619,0.6331716163,669.27158554 +193,-1.590551461,0.5326612937,237,-1.678117619,0.6331716163,492.11081411 +194,-1.625979264,0.5247742243,237,-1.678117619,0.6331716163,462.77896327 +195,-1.572293943,0.5238808754,237,-1.678117619,0.6331716163,557.00908441 +196,-1.610848725,0.5477107964,237,-1.678117619,0.6331716163,404.35759819 +197,-1.208485554,0.7918526018,237,-1.678117619,0.6331716163,1532.114151 +198,-1.335601374,0.6869083083,237,-1.678117619,0.6331716163,1090.3853838 +199,-1.346156996,0.6825213377,237,-1.678117619,0.6331716163,1056.6369279 +200,-1.324381037,0.6741422347,237,-1.678117619,0.6331716163,1121.7503306 +201,-1.242424992,0.7378949807,237,-1.678117619,0.6331716163,1392.9653654 +202,-1.270370057,0.7392461008,237,-1.678117619,0.6331716163,1313.2654945 +203,-1.448950472,0.7441675014,237,-1.678117619,0.6331716163,825.88676072 +204,-1.492662363,0.7523026852,237,-1.678117619,0.6331716163,735.2965022 +205,-1.479098966,0.7763855017,237,-1.678117619,0.6331716163,824.58504136 +206,-1.633760714,0.7869022408,237,-1.678117619,0.6331716163,623.24204775 +207,-1.647406434,0.8101289331,237,-1.678117619,0.6331716163,706.80053721 +208,-1.564245052,0.5701509278,237,-1.678117619,0.6331716163,447.68482221 +209,-1.646289963,0.6833746083,237,-1.678117619,0.6331716163,222.44613566 +210,-1.5820631,0.6751952144,237,-1.678117619,0.6331716163,344.67528766 +211,-1.613236298,0.6681681791,237,-1.678117619,0.6331716163,247.00816645 +212,-1.914661867,0.8212566515,237,-1.678117619,0.6331716163,1019.3316089 +213,-1.742133237,0.7250275956,237,-1.678117619,0.6331716163,413.79401533 +214,-2.033144872,0.6557314699,237,-1.678117619,0.6331716163,1125.5493932 +215,-2.039551981,0.6964723658,237,-1.678117619,0.6331716163,1151.4817765 +216,-1.247341019,0.7622473908,237,-1.678117619,0.6331716163,1397.4047844 +217,-1.298239787,0.7084123392,237,-1.678117619,0.6331716163,1212.3097178 +218,-1.308539688,0.6926545592,237,-1.678117619,0.6331716163,1174.7297011 +219,-1.303263185,0.6888938396,237,-1.678117619,0.6331716163,1189.6565983 +220,-1.852400229,0.6004246149,237,-1.678117619,0.6331716163,577.58026972 +221,-1.288947707,0.7473773692,237,-1.678117619,0.6331716163,1267.0690228 +222,-1.372031502,0.7472790993,237,-1.678117619,0.6331716163,1035.6814042 +223,-1.289805721,0.7242157877,237,-1.678117619,0.6331716163,1246.3479011 +224,-1.350807603,0.7533498126,237,-1.678117619,0.6331716163,1101.6785046 +225,-1.329290365,0.7560442322,237,-1.678117619,0.6331716163,1163.9260822 +226,-1.410153004,0.616936428,237,-1.678117619,0.6331716163,862.22066737 +227,-1.393445434,0.6308995063,237,-1.678117619,0.6331716163,908.73336151 +228,-1.37595573,0.6241540638,237,-1.678117619,0.6331716163,967.41087691 +229,-1.358388707,0.6172645205,237,-1.678117619,0.6331716163,1027.2781316 +230,-1.753741133,0.8281661666,237,-1.678117619,0.6331716163,803.60169836 +231,-1.47430987,0.6834615681,237,-1.678117619,0.6331716163,668.35153523 +232,-1.421012508,0.7222725206,237,-1.678117619,0.6331716163,866.79849731 +233,-1.4476833,0.6978557868,237,-1.678117619,0.6331716163,761.40732599 +234,-1.470370723,0.6966193374,237,-1.678117619,0.6331716163,693.94822255 +235,-1.429211703,0.7037216883,237,-1.678117619,0.6331716163,821.4923953 +236,-1.700578405,0.6178673663,237,-1.678117619,0.6331716163,94.212817549 +237,-1.678117619,0.6331716163,237,-1.678117619,0.6331716163,41.737928839 +238,-1.725644578,0.6316331145,237,-1.678117619,0.6331716163,151.96496341 +239,-2.14012759,0.7930497945,237,-1.678117619,0.6331716163,1512.8777046 +240,-2.103289431,0.7653606263,237,-1.678117619,0.6331716163,1384.677576 +241,-1.318739838,0.7017808746,237,-1.678117619,0.6331716163,1147.6811584 +242,-1.396417427,0.7077900843,237,-1.678117619,0.6331716163,921.25777908 +243,-1.35650337,0.7185539404,237,-1.678117619,0.6331716163,1047.3975423 +244,-1.248884539,0.7274156818,237,-1.678117619,0.6331716163,1368.1104577 +245,-1.395014798,0.5761185243,237,-1.678117619,0.6331716163,948.56300074 +246,-1.433377362,0.6064716109,237,-1.678117619,0.6331716163,795.42318883 +247,-1.408172432,0.5903155476,237,-1.678117619,0.6331716163,890.62198413 +248,-1.749645898,0.7757118084,237,-1.678117619,0.6331716163,604.25393337 +249,-1.571626686,0.615046989,237,-1.678117619,0.6331716163,349.6743838 +250,-1.514070049,0.6303003037,237,-1.678117619,0.6331716163,524.30229876 +251,-1.480890369,0.6237966528,237,-1.678117619,0.6331716163,632.67175646 +252,-1.704390658,0.5281680612,237,-1.678117619,0.6331716163,424.90399486 +253,-1.64434733,0.5254277498,237,-1.678117619,0.6331716163,441.17806518 +254,-1.703855997,0.4792484842,237,-1.678117619,0.6331716163,615.78052178 +255,-1.692002383,0.5748825051,237,-1.678117619,0.6331716163,235.27564712 +256,-1.854136457,0.5544643913,237,-1.678117619,0.6331716163,656.07318293 +257,-1.665021206,0.520317736,237,-1.678117619,0.6331716163,449.11911656 +258,-1.733654349,0.4845187345,237,-1.678117619,0.6331716163,617.53371551 +259,-1.720938188,0.5135933906,237,-1.678117619,0.6331716163,494.56106914 +260,-1.742668307,0.553296122,237,-1.678117619,0.6331716163,380.76562632 +261,-1.965659039,0.7142126903,237,-1.678117619,0.6331716163,944.43404782 +262,-1.944438071,0.6772834804,237,-1.678117619,0.6331716163,853.40479286 +263,-1.270340967,0.7681487096,237,-1.678117619,0.6331716163,1339.4740748 +264,-1.353091884,0.6549276821,237,-1.678117619,0.6331716163,1031.4251043 +265,-1.333236659,0.6413584414,237,-1.678117619,0.6331716163,1096.4801208 +266,-1.352015998,0.6753788907,237,-1.678117619,0.6331716163,1036.6078871 +267,-1.377988483,0.6577816235,237,-1.678117619,0.6331716163,953.2737584 +268,-2.13075611,0.8318642051,237,-1.678117619,0.6331716163,1537.0628437 +269,-2.097910953,0.8259670014,237,-1.678117619,0.6331716163,1446.8491229 +270,-1.416382069,0.6694271549,237,-1.678117619,0.6331716163,835.94679887 +271,-1.538905672,0.7535625993,237,-1.678117619,0.6331716163,637.55289872 +272,-1.572309477,0.7803125099,237,-1.678117619,0.6331716163,663.81027976 +273,-1.87759879,0.7503853417,237,-1.678117619,0.6331716163,764.22114062 +274,1.152365588,0.590457682,237,-1.678117619,0.6331716163,7462.4397915 +275,0.350198001,0.718001859,237,-1.678117619,0.6331716163,5741.122029 +276,0.046513677,0.491503852,237,-1.678117619,0.6331716163,5543.8507332 +277,0.027510309,0.742571376,237,-1.678117619,0.6331716163,4930.6031935 +278,0.306285725,-0.214631579,237,-1.678117619,0.6331716163,8038.013521 +279,-1.100564889,0.318051531,237,-1.678117619,0.6331716163,2367.9984372 +280,-1.078582306,0.301437596,237,-1.678117619,0.6331716163,2473.8633397 +281,-1.137371989,-0.617634065,237,-1.678117619,0.6331716163,5340.1127498 +282,0.784356344,0.703272339,237,-1.678117619,0.6331716163,6601.9227617 +283,-1.221209947,0.218327455,237,-1.678117619,0.6331716163,2311.9030788 +284,2.347301921,-0.449114658,237,-1.678117619,0.6331716163,9391.3119287 +285,0.246820618,0.830553713,237,-1.678117619,0.6331716163,5228.0009579 +286,0.829414965,0.703288228,237,-1.678117619,0.6331716163,6669.2181456 +287,-1.337537566,0.42332223,237,-1.678117619,0.6331716163,1426.5429062 +288,0.882453706,0.454478077,237,-1.678117619,0.6331716163,7620.1322179 +289,1.575629659,0.416419109,237,-1.678117619,0.6331716163,8265.2951947 +290,-1.039455679,0.229888244,237,-1.678117619,0.6331716163,2771.361344 +291,0.489558039,0.934482747,237,-1.678117619,0.6331716163,5397.4466372 +292,0.081344504,0.88384514,237,-1.678117619,0.6331716163,4756.3694888 +293,-1.547979814,0.300350308,237,-1.678117619,0.6331716163,1395.1029031 +294,0.040776181,0.168560074,237,-1.678117619,0.6331716163,6293.2321949 +295,-1.130374745,0.563894876,237,-1.678117619,0.6331716163,1805.3094691 +296,1.578326642,0.478507176,237,-1.678117619,0.6331716163,8019.6840066 +297,-1.12861823,-0.291640865,237,-1.678117619,0.6331716163,4201.1733565 +298,0.310524208,0.770885792,237,-1.678117619,0.6331716163,5514.5654967 +299,0.415649091,-0.387246002,237,-1.678117619,0.6331716163,8752.4231474 +300,-0.926533878,-0.188022748,237,-1.678117619,0.6331716163,4292.7970135 +301,1.258856172,-0.11716081,237,-1.678117619,0.6331716163,10269.603604 +302,-1.126050026,0.322941926,237,-1.678117619,0.6331716163,2281.2044269 +303,2.002785835,0.07893892,237,-1.678117619,0.6331716163,8987.8952621 +304,0.440437607,0.746258085,237,-1.678117619,0.6331716163,5851.2059595 +305,-0.030391866,0.214441206,237,-1.678117619,0.6331716163,5962.7740433 +306,0.521557815,-0.058929362,237,-1.678117619,0.6331716163,8333.6774282 +307,-0.097005111,0.13317729,237,-1.678117619,0.6331716163,5943.1319526 +308,1.83113859,0.221857587,237,-1.678117619,0.6331716163,8788.8923913 +309,0.222428864,0.099404236,237,-1.678117619,0.6331716163,7023.6616332 +310,-1.702731345,0.8728568183,237,-1.678117619,0.6331716163,952.00785293 +311,-0.418507569,0.278324921,237,-1.678117619,0.6331716163,4592.3198639 +312,-1.41153306,0.339029988,237,-1.678117619,0.6331716163,1488.7424017 +313,0.357560442,0.114788776,237,-1.678117619,0.6331716163,7392.5834572 +314,0.325818979,0.268352149,237,-1.678117619,0.6331716163,6896.0296407 +315,-1.246004659,-0.663679965,237,-1.678117619,0.6331716163,5375.1196483 +316,1.814603087,0.637404484,237,-1.678117619,0.6331716163,7248.1819187 +317,1.843704281,-0.18300445,237,-1.678117619,0.6331716163,10199.760209 +318,1.690644492,-0.211480909,237,-1.678117619,0.6331716163,10587.253136 +319,-1.275451936,0.068109467,237,-1.678117619,0.6331716163,2676.7077407 +320,0.762430171,-0.207594741,237,-1.678117619,0.6331716163,9433.0861354 +321,0.265668905,-0.014647884,237,-1.678117619,0.6331716163,7438.7794611 +322,-2.773032013,-0.335515811,237,-1.678117619,0.6331716163,5609.8843417 +323,-1.469512853,0.174058777,237,-1.678117619,0.6331716163,1966.8184541 +324,0.286276986,0.785925691,237,-1.678117619,0.6331716163,5423.8729501 +325,-1.379324697,0.377432233,237,-1.678117619,0.6331716163,1444.1200134 +326,-1.203778265,0.212813032,237,-1.678117619,0.6331716163,2372.3095768 +327,0.579916301,0.611743168,237,-1.678117619,0.6331716163,6534.6392145 +328,0.267582642,0.868113908,237,-1.678117619,0.6331716163,5176.9826297 +329,0.412869244,-0.050245578,237,-1.678117619,0.6331716163,7982.1564513 +330,0.17524381,0.976660285,237,-1.678117619,0.6331716163,4744.1779295 +331,0.743157214,0.204812899,237,-1.678117619,0.6331716163,8173.0111591 +332,-1.070758176,0.269382282,237,-1.678117619,0.6331716163,2577.9434583 +333,-1.230364251,0.329790229,237,-1.678117619,0.6331716163,1967.5506015 +334,-1.374813124,-0.024926835,237,-1.678117619,0.6331716163,2836.4760722 +335,0.519780566,0.463669906,237,-1.678117619,0.6331716163,6852.3046794 +336,-1.55108034,0.239698561,237,-1.678117619,0.6331716163,1622.5022009 +337,0.180294813,0.029739425,237,-1.678117619,0.6331716163,7063.9600854 +338,0.67820924,0.268170153,237,-1.678117619,0.6331716163,7821.5385046 +339,0.445798684,1.024001867,237,-1.678117619,0.6331716163,5076.2310672 +340,0.691751283,0.150521402,237,-1.678117619,0.6331716163,8216.3947631 +341,-1.036643551,-0.903056181,237,-1.678117619,0.6331716163,6478.2546223 +342,-0.120287036,1.083325163,237,-1.678117619,0.6331716163,4020.1414584 +343,2.823513113,-0.304487164,237,-1.678117619,0.6331716163,7588.8470147 +344,0.457583172,1.12513373,237,-1.678117619,0.6331716163,4814.5364535 +345,0.042918831,0.813795399,237,-1.678117619,0.6331716163,4817.2255068 +346,1.196146777,-0.853142756,237,-1.678117619,0.6331716163,11279.051089 +347,0.206001358,-0.010430701,237,-1.678117619,0.6331716163,7241.7528695 +348,-0.268308653,0.234799412,237,-1.678117619,0.6331716163,5166.4104888 +349,0.759363263,0.736189579,237,-1.678117619,0.6331716163,6451.8276311 +350,0.181363926,0.891988372,237,-1.678117619,0.6331716163,4946.5941615 +351,-0.021111158,0.139103292,237,-1.678117619,0.6331716163,6169.2387177 +352,-0.093355215,0.630686981,237,-1.678117619,0.6331716163,4848.4795957 +353,0.40118964,0.681375926,237,-1.678117619,0.6331716163,5953.0184699 +354,-0.721197315,1.304706234,237,-1.678117619,0.6331716163,3189.2513301 +355,-1.076150317,0.212107639,237,-1.678117619,0.6331716163,2715.1135272 +356,-1.577164531,0.273993443,237,-1.678117619,0.6331716163,1466.5851844 +357,-0.190788414,0.182208586,237,-1.678117619,0.6331716163,5531.9401454 +358,-0.261349752,0.209710184,237,-1.678117619,0.6331716163,5244.9724297 +359,-1.029303852,0.083549259,237,-1.678117619,0.6331716163,3208.4917328 +360,-1.268609162,0.330525297,237,-1.678117619,0.6331716163,1862.2370318 +361,1.282982244,-0.926641967,237,-1.678117619,0.6331716163,11178.169089 +362,0.217352334,0.731352408,237,-1.678117619,0.6331716163,5409.0315861 +363,-1.511833084,0.258629297,237,-1.678117619,0.6331716163,1595.9119513 +364,0.338812194,0.823184618,237,-1.678117619,0.6331716163,5434.802095 +365,-0.324406489,1.134201999,237,-1.678117619,0.6331716163,3625.1544323 +366,1.389579348,0.399185724,237,-1.678117619,0.6331716163,8345.3351865 +367,2.047152199,-0.039082036,237,-1.678117619,0.6331716163,9267.2600307 +368,0.947780369,0.568250077,237,-1.678117619,0.6331716163,7315.8156467 +369,0.763824846,0.576754987,237,-1.678117619,0.6331716163,6996.6055851 +370,-0.142334657,0.928153068,237,-1.678117619,0.6331716163,4190.8967004 +371,0.610266567,0.547265983,237,-1.678117619,0.6331716163,6797.4416698 +372,0.210731629,0.746815056,237,-1.678117619,0.6331716163,5355.7238005 +373,-1.34931644,0.316895224,237,-1.678117619,0.6331716163,1699.4337326 +374,2.407696481,0.655030745,237,-1.678117619,0.6331716163,6279.0223256 +375,0.64207831,0.545359131,237,-1.678117619,0.6331716163,6868.6974649 +376,1.174597538,0.840588356,237,-1.678117619,0.6331716163,6517.7019287 +377,0.660059424,0.010604079,237,-1.678117619,0.6331716163,8544.6695968 +378,-0.730263819,0.010486456,237,-1.678117619,0.6331716163,4254.5633951 +379,0.831068936,0.512339172,237,-1.678117619,0.6331716163,7332.4019906 +380,1.301180979,0.72367476,237,-1.678117619,0.6331716163,7037.2297521 +381,1.811128231,0.322854402,237,-1.678117619,0.6331716163,8439.374325 +382,0.435105812,0.992284428,237,-1.678117619,0.6331716163,5147.7383184 +383,0.62643634,0.592027932,237,-1.678117619,0.6331716163,6689.53092 +384,0.492988703,-0.516339467,237,-1.678117619,0.6331716163,9228.0774222 +385,-0.162469483,0.112549365,237,-1.678117619,0.6331716163,5782.9006184 +386,0.314630866,0.472006421,237,-1.678117619,0.6331716163,6321.0459905 +387,0.166744804,0.822815954,237,-1.678117619,0.6331716163,5075.6935326 +388,0.417159608,0.965805736,237,-1.678117619,0.6331716163,5192.0699392 +389,0.106334961,0.868774244,237,-1.678117619,0.6331716163,4841.858859 +390,0.815086969,-0.338144359,237,-1.678117619,0.6331716163,9911.20055 +391,0.59867455,-0.230624824,237,-1.678117619,0.6331716163,8995.7462787 +392,1.915104874,0.066220985,237,-1.678117619,0.6331716163,9208.642816 +393,1.278093622,0.064463721,237,-1.678117619,0.6331716163,9596.5794604 +394,-0.061477853,0.302997961,237,-1.678117619,0.6331716163,5660.3815681 +395,0.251311504,0.626976942,237,-1.678117619,0.6331716163,5753.3801093 +396,2.950242872,0.149095644,237,-1.678117619,0.6331716163,6138.7988322 +397,-0.180294708,0.35375117,237,-1.678117619,0.6331716163,5179.6254302 +398,1.010448592,-0.351180233,237,-1.678117619,0.6331716163,10518.280648 +399,-1.748740498,0.3686318073,237,-1.678117619,0.6331716163,1075.8742852 +400,2.699635665,0.123533791,237,-1.678117619,0.6331716163,6978.4483127 +401,0.496808033,0.823843254,237,-1.678117619,0.6331716163,5733.2922926 +402,0.129574704,0.763364087,237,-1.678117619,0.6331716163,5129.2064485 +403,1.798920311,0.817447563,237,-1.678117619,0.6331716163,6575.5198916 +404,0.335987953,0.746786541,237,-1.678117619,0.6331716163,5632.8446404 +405,-1.085413643,0.292154671,237,-1.678117619,0.6331716163,2477.1455633 +406,-0.155321003,0.508207011,237,-1.678117619,0.6331716163,4924.507374 +407,0.620529244,-0.301175104,237,-1.678117619,0.6331716163,9225.5741411 +408,1.684402744,0.368716966,237,-1.678117619,0.6331716163,8390.0189344 +409,0.300582244,-0.386397212,237,-1.678117619,0.6331716163,8384.2873369 +410,2.913555946,-0.009225192,237,-1.678117619,0.6331716163,6628.7745626 +411,1.465101417,0.493232532,237,-1.678117619,0.6331716163,7982.1575496 +412,0.090612882,0.907955955,237,-1.678117619,0.6331716163,4725.5307388 +413,2.987564726,-0.729568594,237,-1.678117619,0.6331716163,7949.5363932 +414,-1.484261606,0.224149272,237,-1.678117619,0.6331716163,1761.0170083 +415,0.164073421,0.303955133,237,-1.678117619,0.6331716163,6337.2404733 +416,0.141441293,0.167552546,237,-1.678117619,0.6331716163,6606.831209 +417,2.931321023,-0.506718887,237,-1.678117619,0.6331716163,7678.9253763 +418,2.21951565,0.700596356,237,-1.678117619,0.6331716163,6487.1802928 +419,0.268112576,1.199114336,237,-1.678117619,0.6331716163,4399.8756831 +420,0.978913739,0.359223811,237,-1.678117619,0.6331716163,8114.3905055 +421,1.210898818,0.522863584,237,-1.678117619,0.6331716163,7769.3804255 +422,2.347397336,0.129231362,237,-1.678117619,0.6331716163,7985.5642795 +423,0.614394501,0.556878345,237,-1.678117619,0.6331716163,6775.870666 +424,-1.398079356,0.148483366,237,-1.678117619,0.6331716163,2169.1546201 +425,2.535303836,-0.112984496,237,-1.678117619,0.6331716163,8070.8363235 +426,-1.019372593,-0.405322349,237,-1.678117619,0.6331716163,4794.9805439 +427,-1.297785627,-0.160104069,237,-1.678117619,0.6331716163,3447.0121321 +428,2.144554488,0.205051084,237,-1.678117619,0.6331716163,8262.5671174 +429,-2.242387083,-0.426171285,237,-1.678117619,0.6331716163,4696.5396068 +430,0.338637212,0.909723676,237,-1.678117619,0.6331716163,5206.4489238 +431,-0.148798452,0.691042401,237,-1.678117619,0.6331716163,4579.4678997 +432,0.893524764,0.441829531,237,-1.678117619,0.6331716163,7682.9161722 +433,0.969229347,-0.368847936,237,-1.678117619,0.6331716163,10444.431046 +434,0.436043248,0.800045688,237,-1.678117619,0.6331716163,5689.1096554 +435,1.687946607,1.081504775,237,-1.678117619,0.6331716163,5613.9429168 +436,0.522302046,-0.034889271,237,-1.678117619,0.6331716163,8273.2850791 +437,-0.178996113,-0.438090009,237,-1.678117619,0.6331716163,7014.3604214 +438,-1.094339566,0.301444068,237,-1.678117619,0.6331716163,2427.644123 +439,-1.064070054,0.242569932,237,-1.678117619,0.6331716163,2667.2138791 +440,-1.068153768,0.230387998,237,-1.678117619,0.6331716163,2688.0144675 +441,-3.00496892,-0.23989155,237,-1.678117619,0.6331716163,6029.5438554 +442,0.21751974,0.766874888,237,-1.678117619,0.6331716163,5321.7583014 +443,0.117229532,0.007619006,237,-1.678117619,0.6331716163,6918.6545118 +444,0.777758451,0.420554741,237,-1.678117619,0.6331716163,7545.6106909 +445,-0.252356999,0.250747086,237,-1.678117619,0.6331716163,5181.3794666 +446,0.363148444,0.768483434,237,-1.678117619,0.6331716163,5631.4233282 +447,0.903191366,-0.118210676,237,-1.678117619,0.6331716163,9568.6320265 +448,-0.205755923,0.149406178,237,-1.678117619,0.6331716163,5559.6586771 +449,1.811996086,0.02364353,237,-1.678117619,0.6331716163,9542.3127308 +450,-1.100670221,0.314845373,237,-1.678117619,0.6331716163,2375.6229363 +451,0.340078597,0.850105132,237,-1.678117619,0.6331716163,5365.9266915 +452,0.258757267,0.804969236,237,-1.678117619,0.6331716163,5316.9458044 +453,2.78505352,-0.155160804,237,-1.678117619,0.6331716163,7378.6170045 +454,0.800551619,0.105822106,237,-1.678117619,0.6331716163,8621.1872379 +455,0.437940882,-0.506194031,237,-1.678117619,0.6331716163,9038.0451364 +456,2.230431122,0.63458615,237,-1.678117619,0.6331716163,6685.0686205 +457,0.527965361,0.127667701,237,-1.678117619,0.6331716163,7848.2662346 +458,-0.063643205,0.702093448,237,-1.678117619,0.6331716163,4783.3279624 +459,1.408447268,0.133010502,237,-1.678117619,0.6331716163,9402.0983436 +460,0.523795955,0.280266966,237,-1.678117619,0.6331716163,7401.5892308 +461,-0.975769313,0.072177659,237,-1.678117619,0.6331716163,3385.5520641 +462,0.549774164,-0.463663986,237,-1.678117619,0.6331716163,9321.3984097 +463,0.29245874,1.095549818,237,-1.678117619,0.6331716163,4666.9518202 +464,0.143625958,0.816809593,237,-1.678117619,0.6331716163,5038.7030996 +465,0.671902494,0.611159853,237,-1.678117619,0.6331716163,6716.0688825 +466,1.239840988,0.6724199,237,-1.678117619,0.6331716163,7208.0786423 +467,0.607829703,-0.10932137,237,-1.678117619,0.6331716163,8721.6592628 +468,1.763020906,0.263996692,237,-1.678117619,0.6331716163,8717.4862985 +469,0.378714634,0.726066797,237,-1.678117619,0.6331716163,5780.3366647 +470,2.196736143,-0.153862366,237,-1.678117619,0.6331716163,9197.7510058 +471,0.01702415,0.148991565,237,-1.678117619,0.6331716163,6265.6652579 +472,-2.998490902,-0.158002487,237,-1.678117619,0.6331716163,5808.4950269 +473,-3.051262951,-0.346595608,237,-1.678117619,0.6331716163,6428.4347437 +474,-1.069176439,0.182802941,237,-1.678117619,0.6331716163,2815.7346021 +475,0.167157509,0.595344954,237,-1.678117619,0.6331716163,5621.8665402 +476,0.613855648,0.681746124,237,-1.678117619,0.6331716163,6382.1435753 +477,1.037012736,0.682555367,237,-1.678117619,0.6331716163,7004.4914435 +478,-1.253574971,0.379755746,237,-1.678117619,0.6331716163,1771.96194 +479,3.108590453,-0.132620738,237,-1.678117619,0.6331716163,6296.8333068 +480,0.565301296,0.022333262,237,-1.678117619,0.6331716163,8245.4401092 +481,0.547898238,0.855555614,237,-1.678117619,0.6331716163,5727.2613503 +482,0.948309381,0.417393755,237,-1.678117619,0.6331716163,7858.1387834 +483,-0.050600732,0.945269213,237,-1.678117619,0.6331716163,4360.1536957 +484,-0.977651478,-0.572363064,237,-1.678117619,0.6331716163,5433.9239105 +485,1.102014914,0.728861163,237,-1.678117619,0.6331716163,6892.1216445 +486,2.927300795,-0.282939414,237,-1.678117619,0.6331716163,7213.9566961 +487,-1.154565557,0.124434095,237,-1.678117619,0.6331716163,2764.2816995 +488,1.855331234,0.291044755,237,-1.678117619,0.6331716163,8499.9246206 +489,0.830290659,0.276904518,237,-1.678117619,0.6331716163,8130.2825003 +490,0.485104466,-0.234867441,237,-1.678117619,0.6331716163,8650.7558874 +491,0.521367572,-0.33161327,237,-1.678117619,0.6331716163,8977.4682389 +1,-1.539031704,0.7349710123,238,-1.725644578,0.6316331145,703.47265107 +2,-1.536990553,0.7349663874,238,-1.725644578,0.6316331145,708.55578676 +3,-1.534951779,0.7349571355,238,-1.725644578,0.6316331145,713.64179401 +4,-1.532906461,0.7349480293,238,-1.725644578,0.6316331145,718.76268983 +5,-1.531320211,0.7346937278,238,-1.725644578,0.6316331145,722.24540412 +6,-1.539451648,0.7335131775,238,-1.725644578,0.6316331145,699.37365668 +7,-1.537429487,0.7335445708,238,-1.725644578,0.6316331145,704.50825203 +8,-1.535484998,0.7335658704,238,-1.725644578,0.6316331145,709.44300764 +9,-1.533488396,0.7336036027,238,-1.725644578,0.6316331145,714.55804356 +10,-1.531497785,0.7335842962,238,-1.725644578,0.6316331145,719.55843054 +11,-1.530259379,0.7334777758,238,-1.725644578,0.6316331145,722.4891141 +12,-1.5335454,0.7322346912,238,-1.725644578,0.6316331145,711.65259789 +13,-1.531489083,0.7322238773,238,-1.725644578,0.6316331145,716.86266592 +14,-1.530011122,0.7321679851,238,-1.725644578,0.6316331145,720.52316241 +15,-1.53348106,0.7306614094,238,-1.725644578,0.6316331145,708.68088627 +16,-1.531441779,0.7306962275,238,-1.725644578,0.6316331145,713.96772265 +17,-1.529755654,0.7306933243,238,-1.725644578,0.6316331145,718.28870947 +18,-1.533415048,0.7291384674,238,-1.725644578,0.6316331145,705.85439552 +19,-1.531392093,0.7291705353,238,-1.725644578,0.6316331145,711.12234026 +20,-1.529296523,0.7291214933,238,-1.725644578,0.6316331145,716.43714618 +21,-1.535280942,0.727267644,238,-1.725644578,0.6316331145,697.40786541 +22,-1.533378158,0.7276139666,238,-1.725644578,0.6316331145,702.99014142 +23,-1.531340368,0.7276446587,238,-1.725644578,0.6316331145,708.32197027 +24,-1.528960113,0.7276398177,238,-1.725644578,0.6316331145,714.49147802 +25,-1.533313146,0.7260818349,238,-1.725644578,0.6316331145,700.22465308 +26,-1.531259555,0.7260958115,238,-1.725644578,0.6316331145,705.59476574 +27,-1.528926415,0.7260865555,238,-1.725644578,0.6316331145,711.66745394 +28,-1.531226779,0.7245511789,238,-1.725644578,0.6316331145,702.79268564 +29,-1.528904772,0.7245519194,238,-1.725644578,0.6316331145,708.88786711 +30,-1.547195875,0.7409785979,238,-1.725644578,0.6316331145,696.68218261 +31,-1.5451475,0.740980426,238,-1.725644578,0.6316331145,701.59798437 +32,-1.543097679,0.7409798872,238,-1.725644578,0.6316331145,706.53299527 +33,-1.540720364,0.7409892687,238,-1.725644578,0.6316331145,712.30446293 +34,-1.547188511,0.7395198392,238,-1.725644578,0.6316331145,693.39796121 +35,-1.545148587,0.7395226109,238,-1.725644578,0.6316331145,698.32501823 +36,-1.543104538,0.7395314908,238,-1.725644578,0.6316331145,703.2961534 +37,-1.540727751,0.7395306258,238,-1.725644578,0.6316331145,709.07707216 +38,-1.547187029,0.7380014886,238,-1.725644578,0.6316331145,689.99908072 +39,-1.545147315,0.7380012252,238,-1.725644578,0.6316331145,694.94953725 +40,-1.54310719,0.7380060743,238,-1.725644578,0.6316331145,699.93260058 +41,-1.540719671,0.7380068206,238,-1.725644578,0.6316331145,705.77859386 +42,-1.547187189,0.7364799098,238,-1.725644578,0.6316331145,686.62457868 +43,-1.545149996,0.7364853874,238,-1.725644578,0.6316331145,691.61218095 +44,-1.543106091,0.7364823484,238,-1.725644578,0.6316331145,696.61769788 +45,-1.540717158,0.7364893901,238,-1.725644578,0.6316331145,702.51607113 +46,-1.538663972,0.7410138672,238,-1.725644578,0.6316331145,717.35449097 +47,-1.53695285,0.7409699132,238,-1.725644578,0.6316331145,721.43090456 +48,-1.534910498,0.7409641297,238,-1.725644578,0.6316331145,726.4165722 +49,-1.533145034,0.7409536636,238,-1.725644578,0.6316331145,730.7300018 +50,-1.538681336,0.7395405883,238,-1.725644578,0.6316331145,714.09918777 +51,-1.536999189,0.7395183096,238,-1.725644578,0.6316331145,718.17601295 +52,-1.534923633,0.7395144222,238,-1.725644578,0.6316331145,723.27539221 +53,-1.533267822,0.7395654306,238,-1.725644578,0.6316331145,727.47204026 +54,-1.53867273,0.7380151077,238,-1.725644578,0.6316331145,710.82830043 +55,-1.536980576,0.7379994392,238,-1.725644578,0.6316331145,714.96904948 +56,-1.534931522,0.7379944961,238,-1.725644578,0.6316331145,720.03063939 +57,-1.533387952,0.7379480264,238,-1.725644578,0.6316331145,723.7663517 +58,-1.538682279,0.7364914363,238,-1.725644578,0.6316331145,707.55241915 +59,-1.536980704,0.7364810563,238,-1.725644578,0.6316331145,711.75267399 +60,-1.534935567,0.7364752065,238,-1.725644578,0.6316331145,716.83222724 +61,-1.533042592,0.7363876366,238,-1.725644578,0.6316331145,721.3803099 +62,-1.545143426,0.7349628011,238,-1.725644578,0.6316331145,688.31882148 +63,-1.543105297,0.7349691947,238,-1.725644578,0.6316331145,693.36099721 +64,-1.541064533,0.7349647152,238,-1.725644578,0.6316331145,698.40578374 +65,-1.545411803,0.7334624714,238,-1.725644578,0.6316331145,684.42903229 +66,-1.543446606,0.7334780896,238,-1.725644578,0.6316331145,689.33692009 +67,-1.541475327,0.7334957295,238,-1.725644578,0.6316331145,694.28146863 +68,-1.545401939,0.731963266,238,-1.725644578,0.6316331145,681.26303502 +69,-1.54342253,0.7319915583,238,-1.725644578,0.6316331145,686.26176121 +70,-1.541455867,0.7320216438,238,-1.725644578,0.6316331145,691.24899557 +71,-1.545410146,0.7304422281,238,-1.725644578,0.6316331145,678.04302098 +72,-1.543435491,0.7304713664,238,-1.725644578,0.6316331145,683.06042937 +73,-1.541463105,0.7304997613,238,-1.725644578,0.6316331145,688.08695122 +74,-1.545414768,0.7289194936,238,-1.725644578,0.6316331145,674.86653304 +75,-1.543435774,0.7289538557,238,-1.725644578,0.6316331145,679.93444167 +76,-1.541457714,0.7289765881,238,-1.725644578,0.6316331145,684.99235904 +77,-1.539449415,0.7320555866,238,-1.725644578,0.6316331145,696.36040223 +78,-1.537429183,0.7321097681,238,-1.725644578,0.6316331145,701.56415967 +79,-1.535472649,0.7321497267,238,-1.725644578,0.6316331145,706.59317466 +80,-1.539457899,0.7305333307,238,-1.725644578,0.6316331145,693.2230662 +81,-1.537453161,0.7305750503,238,-1.725644578,0.6316331145,698.39039368 +82,-1.535479385,0.7306124949,238,-1.725644578,0.6316331145,703.48561094 +83,-1.53946905,0.7290102593,238,-1.725644578,0.6316331145,690.11526993 +84,-1.537459922,0.7290417293,238,-1.725644578,0.6316331145,695.30148246 +85,-1.535451349,0.7290890157,238,-1.725644578,0.6316331145,700.53293442 +86,-1.535522937,0.7279887191,238,-1.725644578,0.6316331145,698.18876296 +87,-1.539442524,0.7274735939,238,-1.725644578,0.6316331145,687.11543338 +88,-1.537424111,0.727521351,238,-1.725644578,0.6316331145,692.38639857 +89,-1.539384641,0.7259505092,238,-1.725644578,0.6316331145,684.2637158 +90,-1.537372391,0.7259947145,238,-1.725644578,0.6316331145,689.54041299 +91,-1.535340789,0.7260435356,238,-1.725644578,0.6316331145,694.89056635 +92,-1.539325716,0.7244369706,238,-1.725644578,0.6316331145,681.47463509 +93,-1.537308932,0.7244801057,238,-1.725644578,0.6316331145,686.78934552 +94,-1.535289068,0.7245247645,238,-1.725644578,0.6316331145,692.12922509 +95,-1.533261366,0.7245550236,238,-1.725644578,0.6316331145,697.47649115 +96,-1.539267302,0.722921924,238,-1.725644578,0.6316331145,678.72289299 +97,-1.537248972,0.7229660258,238,-1.725644578,0.6316331145,684.07176593 +98,-1.535219431,0.7229916471,238,-1.725644578,0.6316331145,689.42946326 +99,-1.53318962,0.7230212049,238,-1.725644578,0.6316331145,694.809572 +100,-1.531154816,0.7230299897,238,-1.725644578,0.6316331145,700.17878301 +101,-1.528878341,0.7230370244,238,-1.725644578,0.6316331145,706.19773572 +102,-1.539218189,0.7214009878,238,-1.725644578,0.6316331145,675.97785271 +103,-1.537198791,0.7214422745,238,-1.725644578,0.6316331145,681.35253629 +104,-1.535179266,0.7214634354,238,-1.725644578,0.6316331145,686.70428816 +105,-1.533156501,0.7214944644,238,-1.725644578,0.6316331145,692.09669661 +106,-1.53113574,0.7215166021,238,-1.725644578,0.6316331145,697.48126301 +107,-1.528874248,0.7215345535,238,-1.725644578,0.6316331145,703.51106608 +108,-1.539217656,0.7198512397,238,-1.725644578,0.6316331145,673.09427985 +109,-1.537199919,0.7199428763,238,-1.725644578,0.6316331145,678.58509325 +110,-1.545425832,0.727397149,238,-1.725644578,0.6316331145,671.71322573 +111,-1.543371177,0.7273916949,238,-1.725644578,0.6316331145,676.92188733 +112,-1.541368852,0.7274523163,238,-1.725644578,0.6316331145,682.14762724 +113,-1.545349067,0.7258710923,238,-1.725644578,0.6316331145,668.81556445 +114,-1.54332671,0.7258603556,238,-1.725644578,0.6316331145,673.96265487 +115,-1.541346831,0.7259242142,238,-1.725644578,0.6316331145,679.16574766 +116,-1.545324355,0.7243383958,238,-1.725644578,0.6316331145,665.81358375 +117,-1.543292796,0.7243617413,238,-1.725644578,0.6316331145,671.08231595 +118,-1.541295822,0.7244024384,238,-1.725644578,0.6316331145,676.31184914 +119,-1.543193859,0.7205570215,238,-1.725644578,0.6316331145,663.98483521 +120,-1.550257047,0.7386738187,238,-1.725644578,0.6316331145,684.10955465 +121,-1.549335448,0.7311736483,238,-1.725644578,0.6316331145,669.80518507 +122,-1.533478843,0.7179891343,238,-1.725644578,0.6316331145,684.96362093 +123,-1.556150555,0.738907041,238,-1.725644578,0.6316331145,670.60242006 +124,-1.554324226,0.733414257,238,-1.725644578,0.6316331145,662.44872571 +125,-1.554290846,0.7288285332,238,-1.725644578,0.6316331145,652.47879808 +126,-1.55122487,0.7219795312,238,-1.725644578,0.6316331145,645.9700655 +127,-1.525104458,0.7229399862,238,-1.725644578,0.6316331145,716.02176025 +128,-1.519607711,0.7236181429,238,-1.725644578,0.6316331145,731.84415014 +129,-1.513899999,0.7251107854,238,-1.725644578,0.6316331145,749.66069083 +130,-1.536620762,0.7431061895,238,-1.725644578,0.6316331145,726.91562546 +131,-1.5369566,0.7460845958,238,-1.725644578,0.6316331145,732.73889995 +132,-1.545345528,0.7447040685,238,-1.725644578,0.6316331145,709.62605167 +133,-1.532813921,0.7432306626,238,-1.725644578,0.6316331145,736.44605996 +134,-1.554788248,0.7382381001,238,-1.725644578,0.6316331145,672.28194898 +135,-1.540348126,0.7301594274,238,-1.725644578,0.6316331145,690.20855701 +136,-1.538016084,0.7239051786,238,-1.725644578,0.6316331145,683.85323872 +137,-1.525288962,0.7258085137,238,-1.725644578,0.6316331145,720.69347916 +138,-1.534326986,0.731241342,238,-1.725644578,0.6316331145,707.67658101 +139,-1.530733872,0.7303625216,238,-1.725644578,0.6316331145,715.13142366 +141,-1.534354939,0.7328219978,238,-1.725644578,0.6316331145,710.7832261 +142,-1.53157084,0.7292888153,238,-1.725644578,0.6316331145,710.89104597 +143,-1.525691035,0.7263799874,238,-1.725644578,0.6316331145,720.68350046 +144,-1.534031287,0.7495967835,238,-1.725644578,0.6316331145,747.65530926 +145,-1.527714986,0.7283095957,238,-1.725644578,0.6316331145,718.99266418 +146,-1.526189586,0.7271468292,238,-1.725644578,0.6316331145,720.79326748 +147,-1.555177336,0.7375563366,238,-1.725644578,0.6316331145,669.78243406 +148,-1.555080283,0.7312707794,238,-1.725644578,0.6316331145,655.85280855 +149,-1.53856994,0.7224180299,238,-1.725644578,0.6316331145,679.58724615 +150,-1.530837883,0.729933372,238,-1.725644578,0.6316331145,714.02878478 +151,-1.515066984,0.5854133365,238,-1.725644578,0.6316331145,707.89088721 +152,-1.534731633,0.5368370046,238,-1.725644578,0.6316331145,733.35742085 +153,-1.515231902,0.5607085576,238,-1.725644578,0.6316331145,743.99977919 +154,-2.616253799,1.0684566605,238,-1.725644578,0.6316331145,2790.6694003 +155,-1.956071439,0.5792177723,238,-1.725644578,0.6316331145,777.96000716 +156,-1.951208514,0.5602434208,238,-1.725644578,0.6316331145,790.85818714 +157,-1.944675062,0.6062144545,238,-1.725644578,0.6316331145,713.26359283 +158,-1.613778386,0.6077989518,238,-1.725644578,0.6316331145,372.77190683 +159,-2.035029014,0.6021432345,238,-1.725644578,0.6316331145,1004.9742341 +160,-2.114989471,0.6801825058,238,-1.725644578,0.6316331145,1234.0259649 +161,-2.037382079,0.5765830025,238,-1.725644578,0.6316331145,1037.7638411 +162,-2.129855121,0.6585019963,238,-1.725644578,0.6316331145,1280.5029518 +163,-2.075141798,0.6493615843,238,-1.725644578,0.6316331145,1110.1288435 +164,-1.828626729,0.6948433129,238,-1.725644578,0.6316331145,407.27996978 +165,-1.863329418,0.6735427691,238,-1.725644578,0.6316331145,463.81558063 +166,-1.266037071,0.727988852,238,-1.725644578,0.6316331145,1459.949542 +167,-1.277579582,0.7249010648,238,-1.725644578,0.6316331145,1424.6051766 +168,-1.258418684,0.7241194816,238,-1.725644578,0.6316331145,1480.7965175 +169,-1.317813974,0.6804850104,238,-1.725644578,0.6316331145,1290.9566891 +170,-1.344165204,0.6790988904,238,-1.725644578,0.6316331145,1209.6562943 +171,-1.427582102,0.5277120351,238,-1.725644578,0.6316331145,1068.1397614 +172,-1.402238616,0.457167829,238,-1.725644578,0.6316331145,1291.9563631 +173,-1.422454264,0.4996161999,238,-1.725644578,0.6316331145,1138.3535183 +174,-1.439089277,0.4894859811,238,-1.725644578,0.6316331145,1111.7489174 +175,-1.448126995,0.5182330266,238,-1.725644578,0.6316331145,1024.2638746 +176,-1.474626146,0.5881926574,238,-1.725644578,0.6316331145,832.13377256 +177,-1.421139645,0.5584869783,238,-1.725644578,0.6316331145,1038.3180403 +178,-1.457037165,0.565943032,238,-1.725644578,0.6316331145,915.38327368 +179,-2.757159358,0.3745319,238,-1.725644578,0.6316331145,3664.4581423 +180,-2.714309238,0.342054471,238,-1.725644578,0.6316331145,3592.7979165 +181,-2.000525337,0.774119946,238,-1.725644578,0.6316331145,1001.5780312 +183,-1.571413436,0.6777838382,238,-1.725644578,0.6316331145,517.64394747 +184,-1.552860289,0.6987663893,238,-1.725644578,0.6316331145,600.07209451 +185,-1.521852374,0.7165827476,238,-1.725644578,0.6316331145,713.93999051 +186,-1.503656267,0.6928968252,238,-1.725644578,0.6316331145,733.85020645 +187,-1.502753178,0.7136205882,238,-1.725644578,0.6316331145,762.10882668 +188,-1.631894563,0.7343596465,238,-1.725644578,0.6316331145,498.29271889 +189,-1.653765416,0.6770714026,238,-1.725644578,0.6316331145,288.77882105 +190,-1.719812114,0.6715965947,238,-1.725644578,0.6316331145,159.35716732 +191,-1.493406659,0.6646955447,238,-1.725644578,0.6316331145,744.25276872 +192,-1.469120564,0.6613469966,238,-1.725644578,0.6316331145,818.66104062 +193,-1.590551461,0.5326612937,238,-1.725644578,0.6316331145,594.13358043 +194,-1.625979264,0.5247742243,238,-1.725644578,0.6316331145,536.8328148 +195,-1.572293943,0.5238808754,238,-1.725644578,0.6316331145,663.5894234 +196,-1.610848725,0.5477107964,238,-1.725644578,0.6316331145,503.06739501 +197,-1.208485554,0.7918526018,238,-1.725644578,0.6316331145,1664.0362334 +198,-1.335601374,0.6869083083,238,-1.725644578,0.6316331145,1237.3552259 +199,-1.346156996,0.6825213377,238,-1.725644578,0.6316331145,1204.1110903 +200,-1.324381037,0.6741422347,238,-1.725644578,0.6316331145,1270.3070922 +201,-1.242424992,0.7378949807,238,-1.725644578,0.6316331145,1533.4930501 +202,-1.270370057,0.7392461008,238,-1.725644578,0.6316331145,1453.0460858 +203,-1.448950472,0.7441675014,238,-1.725644578,0.6316331145,954.73217259 +204,-1.492662363,0.7523026852,238,-1.725644578,0.6316331145,854.73636113 +205,-1.479098966,0.7763855017,238,-1.725644578,0.6316331145,937.34795805 +206,-1.633760714,0.7869022408,238,-1.725644578,0.6316331145,673.80366411 +207,-1.647406434,0.8101289331,238,-1.725644578,0.6316331145,744.03509125 +208,-1.564245052,0.5701509278,238,-1.725644578,0.6316331145,580.4885305 +209,-1.646289963,0.6833746083,238,-1.725644578,0.6316331145,322.25961747 +210,-1.5820631,0.6751952144,238,-1.725644578,0.6316331145,483.1931603 +211,-1.613236298,0.6681681791,238,-1.725644578,0.6316331145,382.77102752 +212,-1.914661867,0.8212566515,238,-1.725644578,0.6316331145,934.77923297 +213,-1.742133237,0.7250275956,238,-1.725644578,0.6316331145,373.40696702 +214,-2.033144872,0.6557314699,238,-1.725644578,0.6316331145,977.49240257 +215,-2.039551981,0.6964723658,238,-1.725644578,0.6316331145,1010.3331335 +216,-1.247341019,0.7622473908,238,-1.725644578,0.6316331145,1533.6648339 +217,-1.298239787,0.7084123392,238,-1.725644578,0.6316331145,1356.5963212 +218,-1.308539688,0.6926545592,238,-1.725644578,0.6316331145,1321.1322831 +219,-1.303263185,0.6888938396,238,-1.725644578,0.6316331145,1336.5705453 +220,-1.852400229,0.6004246149,238,-1.725644578,0.6316331145,427.89831652 +221,-1.288947707,0.7473773692,238,-1.725644578,0.6316331145,1404.9092407 +222,-1.372031502,0.7472790993,238,-1.725644578,0.6316331145,1170.0064921 +223,-1.289805721,0.7242157877,238,-1.725644578,0.6316331145,1388.2777876 +224,-1.350807603,0.7533498126,238,-1.725644578,0.6316331145,1235.7427784 +225,-1.329290365,0.7560442322,238,-1.725644578,0.6316331145,1298.4614783 +226,-1.410153004,0.616936428,238,-1.725644578,0.6316331145,1014.1557629 +227,-1.393445434,0.6308995063,238,-1.725644578,0.6316331145,1060.544255 +228,-1.37595573,0.6241540638,238,-1.725644578,0.6316331145,1119.3291104 +229,-1.358388707,0.6172645205,238,-1.725644578,0.6316331145,1179.239576 +230,-1.753741133,0.8281661666,238,-1.725644578,0.6316331145,782.8247391 +231,-1.47430987,0.6834615681,238,-1.725644578,0.6316331145,813.27425263 +232,-1.421012508,0.7222725206,238,-1.725644578,0.6316331145,1004.5300408 +233,-1.4476833,0.6978557868,238,-1.725644578,0.6316331145,903.95027171 +234,-1.470370723,0.6966193374,238,-1.725644578,0.6316331145,835.6392315 +235,-1.429211703,0.7037216883,238,-1.725644578,0.6316331145,963.44389492 +236,-1.700578405,0.6178673663,238,-1.725644578,0.6316331145,97.253454676 +237,-1.678117619,0.6331716163,238,-1.725644578,0.6316331145,151.96496341 +238,-1.725644578,0.6316331145,238,-1.725644578,0.6316331145,120.09656133 +239,-2.14012759,0.7930497945,238,-1.725644578,0.6316331145,1390.0827077 +240,-2.103289431,0.7653606263,238,-1.725644578,0.6316331145,1257.0763897 +241,-1.318739838,0.7017808746,238,-1.725644578,0.6316331145,1292.7090738 +242,-1.396417427,0.7077900843,238,-1.725644578,0.6316331145,1063.563035 +243,-1.35650337,0.7185539404,238,-1.725644578,0.6316331145,1188.7832374 +244,-1.248884539,0.7274156818,238,-1.725644578,0.6316331145,1510.1681152 +245,-1.395014798,0.5761185243,238,-1.725644578,0.6316331145,1098.3118247 +246,-1.433377362,0.6064716109,238,-1.725644578,0.6316331145,946.90088172 +247,-1.408172432,0.5903155476,238,-1.725644578,0.6316331145,1041.3376358 +248,-1.749645898,0.7757118084,238,-1.725644578,0.6316331145,575.25573917 +249,-1.571626686,0.615046989,238,-1.725644578,0.6316331145,499.48981318 +250,-1.514070049,0.6303003037,238,-1.725644578,0.6316331145,676.26722271 +251,-1.480890369,0.6237966528,238,-1.725644578,0.6316331145,784.59374167 +252,-1.704390658,0.5281680612,238,-1.725644578,0.6316331145,415.81956016 +253,-1.64434733,0.5254277498,238,-1.725644578,0.6316331145,499.49557642 +254,-1.703855997,0.4792484842,238,-1.725644578,0.6316331145,608.01509883 +255,-1.692002383,0.5748825051,238,-1.725644578,0.6316331145,250.12780169 +256,-1.854136457,0.5544643913,238,-1.725644578,0.6316331145,520.83547005 +257,-1.665021206,0.520317736,238,-1.725644578,0.6316331145,484.63261272 +258,-1.733654349,0.4845187345,238,-1.725644578,0.6316331145,583.33878524 +259,-1.720938188,0.5135933906,238,-1.725644578,0.6316331145,467.81712108 +260,-1.742668307,0.553296122,238,-1.725644578,0.6316331145,315.28868784 +261,-1.965659039,0.7142126903,238,-1.725644578,0.6316331145,811.02493603 +262,-1.944438071,0.6772834804,238,-1.725644578,0.6316331145,710.3000806 +263,-1.270340967,0.7681487096,238,-1.725644578,0.6316331145,1473.8929292 +264,-1.353091884,0.6549276821,238,-1.725644578,0.6316331145,1181.798757 +265,-1.333236659,0.6413584414,238,-1.725644578,0.6316331145,1247.6868012 +266,-1.352015998,0.6753788907,238,-1.725644578,0.6316331145,1184.9426037 +267,-1.377988483,0.6577816235,238,-1.725644578,0.6316331145,1103.4258865 +268,-2.13075611,0.8318642051,238,-1.725644578,0.6316331145,1424.5259846 +269,-2.097910953,0.8259670014,238,-1.725644578,0.6316331145,1335.4007569 +270,-1.416382069,0.6694271549,238,-1.725644578,0.6316331145,984.65513013 +271,-1.538905672,0.7535625993,238,-1.725644578,0.6316331145,745.43683512 +272,-1.572309477,0.7803125099,238,-1.725644578,0.6316331145,747.67317046 +273,-1.87759879,0.7503853417,238,-1.725644578,0.6316331145,659.88059056 +274,1.152365588,0.590457682,238,-1.725644578,0.6316331145,7505.9828225 +275,0.350198001,0.718001859,238,-1.725644578,0.6316331145,5847.5933737 +276,0.046513677,0.491503852,238,-1.725644578,0.6316331145,5680.1048767 +277,0.027510309,0.742571376,238,-1.725644578,0.6316331145,5050.5565932 +278,0.306285725,-0.214631579,238,-1.725644578,0.6316331145,8189.8441512 +279,-1.100564889,0.318051531,238,-1.725644578,0.6316331145,2507.115945 +280,-1.078582306,0.301437596,238,-1.725644578,0.6316331145,2612.9594065 +281,-1.137371989,-0.617634065,238,-1.725644578,0.6316331145,5402.4419837 +282,0.784356344,0.703272339,238,-1.725644578,0.6316331145,6678.2837161 +283,-1.221209947,0.218327455,238,-1.725644578,0.6316331145,2429.9023585 +284,2.347301921,-0.449114658,238,-1.725644578,0.6316331145,9239.3527329 +285,0.246820618,0.830553713,238,-1.725644578,0.6316331145,5330.6013936 +286,0.829414965,0.703288228,238,-1.725644578,0.6316331145,6741.5569106 +287,-1.337537566,0.42332223,238,-1.725644578,0.6316331145,1557.790485 +288,0.882453706,0.454478077,238,-1.725644578,0.6316331145,7702.5687529 +289,1.575629659,0.416419109,238,-1.725644578,0.6316331145,8249.7191529 +290,-1.039455679,0.229888244,238,-1.725644578,0.6316331145,2907.2622305 +291,0.489558039,0.934482747,238,-1.725644578,0.6316331145,5477.610836 +292,0.081344504,0.88384514,238,-1.725644578,0.6316331145,4861.3923098 +293,-1.547979814,0.300350308,238,-1.725644578,0.6316331145,1452.774078 +294,0.040776181,0.168560074,238,-1.725644578,0.6316331145,6442.2501529 +295,-1.130374745,0.563894876,238,-1.725644578,0.6316331145,1957.2538186 +296,1.578326642,0.478507176,238,-1.725644578,0.6316331145,8005.0175601 +297,-1.12861823,-0.291640865,238,-1.725644578,0.6316331145,4286.1125124 +298,0.310524208,0.770885792,238,-1.725644578,0.6316331145,5618.9834318 +299,0.415649091,-0.387246002,238,-1.725644578,0.6316331145,8904.0635187 +300,-0.926533878,-0.188022748,238,-1.725644578,0.6316331145,4406.1959783 +301,1.258856172,-0.11716081,238,-1.725644578,0.6316331145,10327.933347 +302,-1.126050026,0.322941926,238,-1.725644578,0.6316331145,2419.1065958 +303,2.002785835,0.07893892,238,-1.725644578,0.6316331145,8887.9280665 +304,0.440437607,0.746258085,238,-1.725644578,0.6316331145,5950.0653759 +305,-0.030391866,0.214441206,238,-1.725644578,0.6316331145,6111.9487642 +306,0.521557815,-0.058929362,238,-1.725644578,0.6316331145,8477.2681157 +307,-0.097005111,0.13317729,238,-1.725644578,0.6316331145,6094.5159795 +308,1.83113859,0.221857587,238,-1.725644578,0.6316331145,8723.8478413 +309,0.222428864,0.099404236,238,-1.725644578,0.6316331145,7170.7149578 +310,-1.702731345,0.8728568183,238,-1.725644578,0.6316331145,957.74186316 +311,-0.418507569,0.278324921,238,-1.725644578,0.6316331145,4744.2359867 +312,-1.41153306,0.339029988,238,-1.725644578,0.6316331145,1592.5740938 +313,0.357560442,0.114788776,238,-1.725644578,0.6316331145,7534.9550759 +314,0.325818979,0.268352149,238,-1.725644578,0.6316331145,7032.6460435 +315,-1.246004659,-0.663679965,238,-1.725644578,0.6316331145,5423.2346715 +316,1.814603087,0.637404484,238,-1.725644578,0.6316331145,7207.8249525 +317,1.843704281,-0.18300445,238,-1.725644578,0.6316331145,10096.902133 +318,1.690644492,-0.211480909,238,-1.725644578,0.6316331145,10512.31606 +319,-1.275451936,0.068109467,238,-1.725644578,0.6316331145,2770.7985183 +320,0.762430171,-0.207594741,238,-1.725644578,0.6316331145,9573.379013 +321,0.265668905,-0.014647884,238,-1.725644578,0.6316331145,7587.9922546 +322,-2.773032013,-0.335515811,238,-1.725644578,0.6316331145,5478.8779899 +323,-1.469512853,0.174058777,238,-1.725644578,0.6316331145,2032.6400792 +324,0.286276986,0.785925691,238,-1.725644578,0.6316331145,5528.3261364 +325,-1.379324697,0.377432233,238,-1.725644578,0.6316331145,1561.2580709 +326,-1.203778265,0.212813032,238,-1.725644578,0.6316331145,2491.8148286 +327,0.579916301,0.611743168,238,-1.725644578,0.6316331145,6633.985901 +328,0.267582642,0.868113908,238,-1.725644578,0.6316331145,5275.1558564 +329,0.412869244,-0.050245578,238,-1.725644578,0.6316331145,8128.9875613 +330,0.17524381,0.976660285,238,-1.725644578,0.6316331145,4835.822827 +331,0.743157214,0.204812899,238,-1.725644578,0.6316331145,8286.3461856 +332,-1.070758176,0.269382282,238,-1.725644578,0.6316331145,2714.9353676 +333,-1.230364251,0.329790229,238,-1.725644578,0.6316331145,2097.5352798 +334,-1.374813124,-0.024926835,238,-1.725644578,0.6316331145,2904.7088773 +335,0.519780566,0.463669906,238,-1.725644578,0.6316331145,6966.2078607 +336,-1.55108034,0.239698561,238,-1.725644578,0.6316331145,1671.6831073 +337,0.180294813,0.029739425,238,-1.725644578,0.6316331145,7213.6791606 +338,0.67820924,0.268170153,238,-1.725644578,0.6316331145,7936.273239 +339,0.445798684,1.024001867,238,-1.725644578,0.6316331145,5150.5121699 +340,0.691751283,0.150521402,238,-1.725644578,0.6316331145,8337.8294245 +341,-1.036643551,-0.903056181,238,-1.725644578,0.6316331145,6530.8063687 +342,-0.120287036,1.083325163,238,-1.725644578,0.6316331145,4108.3900043 +343,2.823513113,-0.304487164,238,-1.725644578,0.6316331145,7437.7185272 +344,0.457583172,1.12513373,238,-1.725644578,0.6316331145,4878.0592493 +345,0.042918831,0.813795399,238,-1.725644578,0.6316331145,4930.4193787 +346,1.196146777,-0.853142756,238,-1.725644578,0.6316331145,11360.020239 +347,0.206001358,-0.010430701,238,-1.725644578,0.6316331145,7391.8809898 +348,-0.268308653,0.234799412,238,-1.725644578,0.6316331145,5317.9758161 +349,0.759363263,0.736189579,238,-1.725644578,0.6316331145,6528.1566768 +350,0.181363926,0.891988372,238,-1.725644578,0.6316331145,5046.5790774 +351,-0.021111158,0.139103292,238,-1.725644578,0.6316331145,6319.781643 +352,-0.093355215,0.630686981,238,-1.725644578,0.6316331145,4981.1910143 +353,0.40118964,0.681375926,238,-1.725644578,0.6316331145,6059.3098509 +354,-0.721197315,1.304706234,238,-1.725644578,0.6316331145,3240.7922664 +355,-1.076150317,0.212107639,238,-1.725644578,0.6316331145,2846.9142151 +356,-1.577164531,0.273993443,238,-1.725644578,0.6316331145,1510.3801754 +357,-0.190788414,0.182208586,238,-1.725644578,0.6316331145,5683.5010234 +358,-0.261349752,0.209710184,238,-1.725644578,0.6316331145,5396.7052532 +359,-1.029303852,0.083549259,238,-1.725644578,0.6316331145,3333.4698115 +360,-1.268609162,0.330525297,238,-1.725644578,0.6316331145,1988.1185226 +361,1.282982244,-0.926641967,238,-1.725644578,0.6316331145,11218.381032 +362,0.217352334,0.731352408,238,-1.725644578,0.6316331145,5521.4936148 +363,-1.511833084,0.258629297,238,-1.725644578,0.6316331145,1659.9078952 +364,0.338812194,0.823184618,238,-1.725644578,0.6316331145,5533.2626484 +365,-0.324406489,1.134201999,238,-1.725644578,0.6316331145,3709.2107764 +366,1.389579348,0.399185724,238,-1.725644578,0.6316331145,8359.5813986 +367,2.047152199,-0.039082036,238,-1.725644578,0.6316331145,9152.218684 +368,0.947780369,0.568250077,238,-1.725644578,0.6316331145,7384.3425422 +369,0.763824846,0.576754987,238,-1.725644578,0.6316331145,7083.1003858 +370,-0.142334657,0.928153068,238,-1.725644578,0.6316331145,4298.9864332 +371,0.610266567,0.547265983,238,-1.725644578,0.6316331145,6898.9755842 +372,0.210731629,0.746815056,238,-1.725644578,0.6316331145,5467.2564471 +373,-1.34931644,0.316895224,238,-1.725644578,0.6316331145,1811.6903561 +374,2.407696481,0.655030745,238,-1.725644578,0.6316331145,6184.447558 +375,0.64207831,0.545359131,238,-1.725644578,0.6316331145,6967.8326272 +376,1.174597538,0.840588356,238,-1.725644578,0.6316331145,6550.3199264 +377,0.660059424,0.010604079,238,-1.725644578,0.6316331145,8677.4563961 +378,-0.730263819,0.010486456,238,-1.725644578,0.6316331145,4393.626432 +379,0.831068936,0.512339172,238,-1.725644578,0.6316331145,7416.5921589 +380,1.301180979,0.72367476,238,-1.725644578,0.6316331145,7059.3485627 +381,1.811128231,0.322854402,238,-1.725644578,0.6316331145,8383.5419407 +382,0.435105812,0.992284428,238,-1.725644578,0.6316331145,5225.6204165 +383,0.62643634,0.592027932,238,-1.725644578,0.6316331145,6786.6926641 +384,0.492988703,-0.516339467,238,-1.725644578,0.6316331145,9377.6465505 +385,-0.162469483,0.112549365,238,-1.725644578,0.6316331145,5934.7857858 +386,0.314630866,0.472006421,238,-1.725644578,0.6316331145,6446.7938582 +387,0.166744804,0.822815954,238,-1.725644578,0.6316331145,5182.7925702 +388,0.417159608,0.965805736,238,-1.725644578,0.6316331145,5273.4045693 +389,0.106334961,0.868774244,238,-1.725644578,0.6316331145,4947.3262125 +390,0.815086969,-0.338144359,238,-1.725644578,0.6316331145,10057.106933 +391,0.59867455,-0.230624824,238,-1.725644578,0.6316331145,9143.7766216 +392,1.915104874,0.066220985,238,-1.725644578,0.6316331145,9119.2855873 +393,1.278093622,0.064463721,238,-1.725644578,0.6316331145,9639.7418623 +394,-0.061477853,0.302997961,238,-1.725644578,0.6316331145,5807.7781685 +395,0.251311504,0.626976942,238,-1.725644578,0.6316331145,5872.0641013 +396,2.950242872,0.149095644,238,-1.725644578,0.6316331145,5989.7402606 +397,-0.180294708,0.35375117,238,-1.725644578,0.6316331145,5327.8354579 +398,1.010448592,-0.351180233,238,-1.725644578,0.6316331145,10652.577188 +399,-1.748740498,0.3686318073,238,-1.725644578,0.6316331145,1044.8028985 +400,2.699635665,0.123533791,238,-1.725644578,0.6316331145,6834.5414572 +401,0.496808033,0.823843254,238,-1.725644578,0.6316331145,5822.3787129 +402,0.129574704,0.763364087,238,-1.725644578,0.6316331145,5243.1484961 +403,1.798920311,0.817447563,238,-1.725644578,0.6316331145,6544.7866642 +404,0.335987953,0.746786541,238,-1.725644578,0.6316331145,5737.8304174 +405,-1.085413643,0.292154671,238,-1.725644578,0.6316331145,2615.059051 +406,-0.155321003,0.508207011,238,-1.725644578,0.6316331145,5066.1740549 +407,0.620529244,-0.301175104,238,-1.725644578,0.6316331145,9375.4359474 +408,1.684402744,0.368716966,238,-1.725644578,0.6316331145,8355.818908 +409,0.300582244,-0.386397212,238,-1.725644578,0.6316331145,8534.992669 +410,2.913555946,-0.009225192,238,-1.725644578,0.6316331145,6477.4259591 +411,1.465101417,0.493232532,238,-1.725644578,0.6316331145,7984.4871086 +412,0.090612882,0.907955955,238,-1.725644578,0.6316331145,4827.7712046 +413,2.987564726,-0.729568594,238,-1.725644578,0.6316331145,7822.0794071 +414,-1.484261606,0.224149272,238,-1.725644578,0.6316331145,1828.690801 +415,0.164073421,0.303955133,238,-1.725644578,0.6316331145,6478.4827427 +416,0.141441293,0.167552546,238,-1.725644578,0.6316331145,6753.7799493 +417,2.931321023,-0.506718887,238,-1.725644578,0.6316331145,7535.7759965 +418,2.21951565,0.700596356,238,-1.725644578,0.6316331145,6410.5660291 +419,0.268112576,1.199114336,238,-1.725644578,0.6316331145,4462.0166599 +420,0.978913739,0.359223811,238,-1.725644578,0.6316331145,8191.3036779 +421,1.210898818,0.522863584,238,-1.725644578,0.6316331145,7807.6672159 +422,2.347397336,0.129231362,238,-1.725644578,0.6316331145,7858.1792558 +423,0.614394501,0.556878345,238,-1.725644578,0.6316331145,6876.418167 +424,-1.398079356,0.148483366,238,-1.725644578,0.6316331145,2248.9873911 +425,2.535303836,-0.112984496,238,-1.725644578,0.6316331145,7923.1818708 +426,-1.019372593,-0.405322349,238,-1.725644578,0.6316331145,4883.8421399 +427,-1.297785627,-0.160104069,238,-1.725644578,0.6316331145,3518.2668202 +428,2.144554488,0.205051084,238,-1.725644578,0.6316331145,8156.9084767 +429,-2.242387083,-0.426171285,238,-1.725644578,0.6316331145,4614.1977167 +430,0.338637212,0.909723676,238,-1.725644578,0.6316331145,5297.1626348 +431,-0.148798452,0.691042401,238,-1.725644578,0.6316331145,4709.7311909 +432,0.893524764,0.441829531,238,-1.725644578,0.6316331145,7764.9200188 +433,0.969229347,-0.368847936,238,-1.725644578,0.6316331145,10584.198711 +434,0.436043248,0.800045688,238,-1.725644578,0.6316331145,5783.9154471 +435,1.687946607,1.081504775,238,-1.725644578,0.6316331145,5602.2489947 +436,0.522302046,-0.034889271,238,-1.725644578,0.6316331145,8415.7676748 +437,-0.178996113,-0.438090009,238,-1.725644578,0.6316331145,7152.7235395 +438,-1.094339566,0.301444068,238,-1.725644578,0.6316331145,2565.7601113 +439,-1.064070054,0.242569932,238,-1.725644578,0.6316331145,2802.4630055 +440,-1.068153768,0.230387998,238,-1.725644578,0.6316331145,2821.9650114 +441,-3.00496892,-0.23989155,238,-1.725644578,0.6316331145,5884.8877586 +442,0.21751974,0.766874888,238,-1.725644578,0.6316331145,5431.300034 +443,0.117229532,0.007619006,238,-1.725644578,0.6316331145,7069.6178167 +444,0.777758451,0.420554741,238,-1.725644578,0.6316331145,7641.070955 +445,-0.252356999,0.250747086,238,-1.725644578,0.6316331145,5332.6573571 +446,0.363148444,0.768483434,238,-1.725644578,0.6316331145,5733.1127892 +447,0.903191366,-0.118210676,238,-1.725644578,0.6316331145,9690.6264661 +448,-0.205755923,0.149406178,238,-1.725644578,0.6316331145,5711.5181983 +449,1.811996086,0.02364353,238,-1.725644578,0.6316331145,9465.7569924 +450,-1.100670221,0.314845373,238,-1.725644578,0.6316331145,2514.4647799 +451,0.340078597,0.850105132,238,-1.725644578,0.6316331145,5461.9704312 +452,0.258757267,0.804969236,238,-1.725644578,0.6316331145,5421.1920588 +453,2.78505352,-0.155160804,238,-1.725644578,0.6316331145,7226.8147174 +454,0.800551619,0.105822106,238,-1.725644578,0.6316331145,8736.0402406 +455,0.437940882,-0.506194031,238,-1.725644578,0.6316331145,9187.2290055 +456,2.230431122,0.63458615,238,-1.725644578,0.6316331145,6602.6340072 +457,0.527965361,0.127667701,238,-1.725644578,0.6316331145,7982.1965546 +458,-0.063643205,0.702093448,238,-1.725644578,0.6316331145,4909.906433 +459,1.408447268,0.133010502,238,-1.725644578,0.6316331145,9414.9663838 +460,0.523795955,0.280266966,238,-1.725644578,0.6316331145,7526.8979844 +461,-0.975769313,0.072177659,238,-1.725644578,0.6316331145,3513.9601041 +462,0.549774164,-0.463663986,238,-1.725644578,0.6316331145,9472.874945 +463,0.29245874,1.095549818,238,-1.725644578,0.6316331145,4740.6838992 +464,0.143625958,0.816809593,238,-1.725644578,0.6316331145,5147.3825688 +465,0.671902494,0.611159853,238,-1.725644578,0.6316331145,6808.2371137 +466,1.239840988,0.6724199,238,-1.725644578,0.6316331145,7238.4501211 +467,0.607829703,-0.10932137,238,-1.725644578,0.6316331145,8864.0627723 +468,1.763020906,0.263996692,238,-1.725644578,0.6316331145,8665.7657657 +469,0.378714634,0.726066797,238,-1.725644578,0.6316331145,5884.5229268 +470,2.196736143,-0.153862366,238,-1.725644578,0.6316331145,9061.4279973 +471,0.01702415,0.148991565,238,-1.725644578,0.6316331145,6415.5040213 +472,-2.998490902,-0.158002487,238,-1.725644578,0.6316331145,5661.297883 +473,-3.051262951,-0.346595608,238,-1.725644578,0.6316331145,6286.6120824 +474,-1.069176439,0.182802941,238,-1.725644578,0.6316331145,2945.5876459 +475,0.167157509,0.595344954,238,-1.725644578,0.6316331145,5746.8149922 +476,0.613855648,0.681746124,238,-1.725644578,0.6316331145,6473.9306122 +477,1.037012736,0.682555367,238,-1.725644578,0.6316331145,7057.4366049 +478,-1.253574971,0.379755746,238,-1.725644578,0.6316331145,1905.8152363 +479,3.108590453,-0.132620738,238,-1.725644578,0.6316331145,6146.0478821 +480,0.565301296,0.022333262,238,-1.725644578,0.6316331145,8383.0776718 +481,0.547898238,0.855555614,238,-1.725644578,0.6316331145,5810.4889043 +482,0.948309381,0.417393755,238,-1.725644578,0.6316331145,7935.3262661 +483,-0.050600732,0.945269213,238,-1.725644578,0.6316331145,4463.5326466 +484,-0.977651478,-0.572363064,238,-1.725644578,0.6316331145,5515.0003951 +485,1.102014914,0.728861163,238,-1.725644578,0.6316331145,6936.1242129 +486,2.927300795,-0.282939414,238,-1.725644578,0.6316331145,7063.5601519 +487,-1.154565557,0.124434095,238,-1.725644578,0.6316331145,2880.4776937 +488,1.855331234,0.291044755,238,-1.725644578,0.6316331145,8435.7173406 +489,0.830290659,0.276904518,238,-1.725644578,0.6316331145,8230.0070951 +490,0.485104466,-0.234867441,238,-1.725644578,0.6316331145,8801.231459 +491,0.521367572,-0.33161327,238,-1.725644578,0.6316331145,9129.1433926 +1,-1.539031704,0.7349710123,239,-2.14012759,0.7930497945,1721.1351713 +2,-1.536990553,0.7349663874,239,-2.14012759,0.7930497945,1726.7948615 +3,-1.534951779,0.7349571355,239,-2.14012759,0.7930497945,1732.453538 +4,-1.532906461,0.7349480293,239,-2.14012759,0.7930497945,1738.1295903 +5,-1.531320211,0.7346937278,239,-2.14012759,0.7930497945,1742.8594492 +6,-1.539451648,0.7335131775,239,-2.14012759,0.7930497945,1721.9071961 +7,-1.537429487,0.7335445708,239,-2.14012759,0.7930497945,1727.4678905 +8,-1.535484998,0.7335658704,239,-2.14012759,0.7930497945,1732.8262963 +9,-1.533488396,0.7336036027,239,-2.14012759,0.7930497945,1738.3065678 +10,-1.531497785,0.7335842962,239,-2.14012759,0.7930497945,1743.845857 +11,-1.530259379,0.7334777758,239,-2.14012759,0.7930497945,1747.4181384 +12,-1.5335454,0.7322346912,239,-2.14012759,0.7930497945,1739.9835344 +13,-1.531489083,0.7322238773,239,-2.14012759,0.7930497945,1745.6949898 +14,-1.530011122,0.7321679851,239,-2.14012759,0.7930497945,1749.8645631 +15,-1.53348106,0.7306614094,239,-2.14012759,0.7930497945,1742.2878938 +16,-1.531441779,0.7306962275,239,-2.14012759,0.7930497945,1747.891831 +17,-1.529755654,0.7306933243,239,-2.14012759,0.7930497945,1752.5679071 +18,-1.533415048,0.7291384674,239,-2.14012759,0.7930497945,1744.546466 +19,-1.531392093,0.7291705353,239,-2.14012759,0.7930497945,1750.1099293 +20,-1.529296523,0.7291214933,239,-2.14012759,0.7930497945,1755.9852262 +21,-1.535280942,0.727267644,239,-2.14012759,0.7930497945,1741.9457576 +22,-1.533378158,0.7276139666,239,-2.14012759,0.7930497945,1746.7437001 +23,-1.531340368,0.7276446587,239,-2.14012759,0.7930497945,1752.3511667 +24,-1.528960113,0.7276398177,239,-2.14012759,0.7930497945,1758.9565338 +25,-1.533313146,0.7260818349,239,-2.14012759,0.7930497945,1749.0467211 +26,-1.531259555,0.7260958115,239,-2.14012759,0.7930497945,1754.72221 +27,-1.528926415,0.7260865555,239,-2.14012759,0.7930497945,1761.2046765 +28,-1.531226779,0.7245511789,239,-2.14012759,0.7930497945,1756.9717543 +29,-1.528904772,0.7245519194,239,-2.14012759,0.7930497945,1763.4108523 +30,-1.547195875,0.7409785979,239,-2.14012759,0.7930497945,1690.7376979 +31,-1.5451475,0.740980426,239,-2.14012759,0.7930497945,1696.4045583 +32,-1.543097679,0.7409798872,239,-2.14012759,0.7930497945,1702.0778167 +33,-1.540720364,0.7409892687,239,-2.14012759,0.7930497945,1708.6439399 +34,-1.547188511,0.7395198392,239,-2.14012759,0.7930497945,1692.6211763 +35,-1.545148587,0.7395226109,239,-2.14012759,0.7930497945,1698.2651116 +36,-1.543104538,0.7395314908,239,-2.14012759,0.7930497945,1703.9120145 +37,-1.540727751,0.7395306258,239,-2.14012759,0.7930497945,1710.4917576 +38,-1.547187029,0.7380014886,239,-2.14012759,0.7930497945,1694.5820808 +39,-1.545147315,0.7380012252,239,-2.14012759,0.7930497945,1700.2310302 +40,-1.54310719,0.7380060743,239,-2.14012759,0.7930497945,1705.8739137 +41,-1.540719671,0.7380068206,239,-2.14012759,0.7930497945,1712.483318 +42,-1.547187189,0.7364799098,239,-2.14012759,0.7930497945,1696.5605456 +43,-1.545149996,0.7364853874,239,-2.14012759,0.7930497945,1702.196638 +44,-1.543106091,0.7364823484,239,-2.14012759,0.7930497945,1707.8618976 +45,-1.540717158,0.7364893901,239,-2.14012759,0.7930497945,1714.4689162 +46,-1.538663972,0.7410138672,239,-2.14012759,0.7930497945,1714.3019332 +47,-1.53695285,0.7409699132,239,-2.14012759,0.7930497945,1719.091708 +48,-1.534910498,0.7409641297,239,-2.14012759,0.7930497945,1724.7485093 +49,-1.533145034,0.7409536636,239,-2.14012759,0.7930497945,1729.6448952 +50,-1.538681336,0.7395405883,239,-2.14012759,0.7930497945,1716.1424774 +51,-1.536999189,0.7395183096,239,-2.14012759,0.7930497945,1720.8261323 +52,-1.534923633,0.7395144222,239,-2.14012759,0.7930497945,1726.5742085 +53,-1.533267822,0.7395654306,239,-2.14012759,0.7930497945,1731.0895397 +54,-1.53867273,0.7380151077,239,-2.14012759,0.7930497945,1718.1393161 +55,-1.536980576,0.7379994392,239,-2.14012759,0.7930497945,1722.8437971 +56,-1.534931522,0.7379944961,239,-2.14012759,0.7930497945,1728.5217509 +57,-1.533387952,0.7379480264,239,-2.14012759,0.7930497945,1732.8542835 +58,-1.538682279,0.7364914363,239,-2.14012759,0.7930497945,1720.1012843 +59,-1.536980704,0.7364810563,239,-2.14012759,0.7930497945,1724.8265113 +60,-1.534935567,0.7364752065,239,-2.14012759,0.7930497945,1730.4965873 +61,-1.533042592,0.7363876366,239,-2.14012759,0.7930497945,1735.8522644 +62,-1.545143426,0.7349628011,239,-2.14012759,0.7930497945,1704.2144699 +63,-1.543105297,0.7349691947,239,-2.14012759,0.7930497945,1709.8528879 +64,-1.541064533,0.7349647152,239,-2.14012759,0.7930497945,1715.5124169 +65,-1.545411803,0.7334624714,239,-2.14012759,0.7930497945,1705.4584731 +66,-1.543446606,0.7334780896,239,-2.14012759,0.7930497945,1710.8839807 +67,-1.541475327,0.7334957295,239,-2.14012759,0.7930497945,1716.3231302 +68,-1.545401939,0.731963266,239,-2.14012759,0.7930497945,1707.4891412 +69,-1.54342253,0.7319915583,239,-2.14012759,0.7930497945,1712.9382075 +70,-1.541455867,0.7320216438,239,-2.14012759,0.7930497945,1718.3490165 +71,-1.545410146,0.7304422281,239,-2.14012759,0.7930497945,1709.5163991 +72,-1.543435491,0.7304713664,239,-2.14012759,0.7930497945,1714.9521414 +73,-1.541463105,0.7304997613,239,-2.14012759,0.7930497945,1720.3820988 +74,-1.545414768,0.7289194936,239,-2.14012759,0.7930497945,1711.5734831 +75,-1.543435774,0.7289538557,239,-2.14012759,0.7930497945,1717.0150468 +76,-1.541457714,0.7289765881,239,-2.14012759,0.7930497945,1722.4694225 +77,-1.539449415,0.7320555866,239,-2.14012759,0.7930497945,1723.8643838 +78,-1.537429183,0.7321097681,239,-2.14012759,0.7930497945,1729.3901646 +79,-1.535472649,0.7321497267,239,-2.14012759,0.7930497945,1734.7579773 +80,-1.539457899,0.7305333307,239,-2.14012759,0.7930497945,1725.8955183 +81,-1.537453161,0.7305750503,239,-2.14012759,0.7930497945,1731.3960495 +82,-1.535479385,0.7306124949,239,-2.14012759,0.7930497945,1736.8160104 +83,-1.53946905,0.7290102593,239,-2.14012759,0.7930497945,1727.9377682 +84,-1.537459922,0.7290417293,239,-2.14012759,0.7930497945,1733.4653524 +85,-1.535451349,0.7290890157,239,-2.14012759,0.7930497945,1738.969234 +86,-1.535522937,0.7279887191,239,-2.14012759,0.7930497945,1740.2804627 +87,-1.539442524,0.7274735939,239,-2.14012759,0.7930497945,1730.1205961 +88,-1.537424111,0.727521351,239,-2.14012759,0.7930497945,1735.6523886 +89,-1.539384641,0.7259505092,239,-2.14012759,0.7930497945,1732.3891746 +90,-1.537372391,0.7259947145,239,-2.14012759,0.7930497945,1737.9094716 +91,-1.535340789,0.7260435356,239,-2.14012759,0.7930497945,1743.476528 +92,-1.539325716,0.7244369706,239,-2.14012759,0.7930497945,1734.6645716 +93,-1.537308932,0.7244801057,239,-2.14012759,0.7930497945,1740.1995745 +94,-1.535289068,0.7245247645,239,-2.14012759,0.7930497945,1745.7405139 +95,-1.533261366,0.7245550236,239,-2.14012759,0.7930497945,1751.3229051 +96,-1.539267302,0.722921924,239,-2.14012759,0.7930497945,1736.9576962 +97,-1.537248972,0.7229660258,239,-2.14012759,0.7930497945,1742.4962062 +98,-1.535219431,0.7229916471,239,-2.14012759,0.7930497945,1748.0914895 +99,-1.53318962,0.7230212049,239,-2.14012759,0.7930497945,1753.6815056 +100,-1.531154816,0.7230299897,239,-2.14012759,0.7930497945,1759.3142891 +101,-1.528878341,0.7230370244,239,-2.14012759,0.7930497945,1765.6194955 +102,-1.539218189,0.7214009878,239,-2.14012759,0.7930497945,1739.2503691 +103,-1.537198791,0.7214422745,239,-2.14012759,0.7930497945,1744.7963708 +104,-1.535179266,0.7214634354,239,-2.14012759,0.7930497945,1750.3709611 +105,-1.533156501,0.7214944644,239,-2.14012759,0.7930497945,1755.9400632 +106,-1.53113574,0.7215166021,239,-2.14012759,0.7930497945,1761.5158413 +107,-1.528874248,0.7215345535,239,-2.14012759,0.7930497945,1767.7650684 +108,-1.539217656,0.7198512397,239,-2.14012759,0.7930497945,1741.4665575 +109,-1.537199919,0.7199428763,239,-2.14012759,0.7930497945,1746.9362056 +110,-1.545425832,0.727397149,239,-2.14012759,0.7930497945,1713.6296996 +111,-1.543371177,0.7273916949,239,-2.14012759,0.7930497945,1719.3367795 +112,-1.541368852,0.7274523163,239,-2.14012759,0.7930497945,1724.8072123 +113,-1.545349067,0.7258710923,239,-2.14012759,0.7930497945,1715.952232 +114,-1.54332671,0.7258603556,239,-2.14012759,0.7930497945,1721.5782581 +115,-1.541346831,0.7259242142,239,-2.14012759,0.7930497945,1726.9823877 +116,-1.545324355,0.7243383958,239,-2.14012759,0.7930497945,1718.1571774 +117,-1.543292796,0.7243617413,239,-2.14012759,0.7930497945,1723.7622262 +118,-1.541295822,0.7244024384,239,-2.14012759,0.7930497945,1729.2465744 +119,-1.543193859,0.7205570215,239,-2.14012759,0.7930497945,1729.4177988 +120,-1.550257047,0.7386738187,239,-2.14012759,0.7930497945,1685.2115834 +121,-1.549335448,0.7311736483,239,-2.14012759,0.7930497945,1697.6444682 +122,-1.533478843,0.7179891343,239,-2.14012759,0.7930497945,1760.0837539 +123,-1.556150555,0.738907041,239,-2.14012759,0.7930497945,1668.5877027 +124,-1.554324226,0.733414257,239,-2.14012759,0.7930497945,1680.816804 +125,-1.554290846,0.7288285332,239,-2.14012759,0.7930497945,1687.0754333 +126,-1.55122487,0.7219795312,239,-2.14012759,0.7930497945,1705.0985116 +127,-1.525104458,0.7229399862,239,-2.14012759,0.7930497945,1776.2248533 +128,-1.519607711,0.7236181429,239,-2.14012759,0.7930497945,1790.5080245 +129,-1.513899999,0.7251107854,239,-2.14012759,0.7930497945,1804.2247806 +130,-1.536620762,0.7431061895,239,-2.14012759,0.7930497945,1717.2980643 +131,-1.5369566,0.7460845958,239,-2.14012759,0.7930497945,1712.6472751 +132,-1.545345528,0.7447040685,239,-2.14012759,0.7930497945,1691.172124 +133,-1.532813921,0.7432306626,239,-2.14012759,0.7930497945,1727.6652018 +134,-1.554788248,0.7382381001,239,-2.14012759,0.7930497945,1673.2218 +135,-1.540348126,0.7301594274,239,-2.14012759,0.7930497945,1723.9348529 +136,-1.538016084,0.7239051786,239,-2.14012759,0.7930497945,1739.0444428 +137,-1.525288962,0.7258085137,239,-2.14012759,0.7930497945,1771.6777177 +138,-1.534326986,0.731241342,239,-2.14012759,0.7930497945,1739.1579011 +139,-1.530733872,0.7303625216,239,-2.14012759,0.7930497945,1750.3071063 +141,-1.534354939,0.7328219978,239,-2.14012759,0.7930497945,1736.9519118 +142,-1.53157084,0.7292888153,239,-2.14012759,0.7930497945,1749.4525998 +143,-1.525691035,0.7263799874,239,-2.14012759,0.7930497945,1769.7662317 +144,-1.534031287,0.7495967835,239,-2.14012759,0.7930497945,1716.4208601 +145,-1.527714986,0.7283095957,239,-2.14012759,0.7930497945,1761.484023 +146,-1.526189586,0.7271468292,239,-2.14012759,0.7930497945,1767.318855 +147,-1.555177336,0.7375563366,239,-2.14012759,0.7930497945,1673.0242545 +148,-1.555080283,0.7312707794,239,-2.14012759,0.7930497945,1681.5817191 +149,-1.53856994,0.7224180299,239,-2.14012759,0.7930497945,1739.6055486 +150,-1.530837883,0.729933372,239,-2.14012759,0.7930497945,1750.603494 +151,-1.515066984,0.5854133365,239,-2.14012759,0.7930497945,2058.7190178 +152,-1.534731633,0.5368370046,239,-2.14012759,0.7930497945,2119.7093939 +153,-1.515231902,0.5607085576,239,-2.14012759,0.7930497945,2114.7376902 +154,-2.616253799,1.0684566605,239,-2.14012759,0.7930497945,1546.5610342 +155,-1.956071439,0.5792177723,239,-2.14012759,0.7930497945,1015.6452812 +156,-1.951208514,0.5602434208,239,-2.14012759,0.7930497945,1088.9575632 +157,-1.944675062,0.6062144545,239,-2.14012759,0.7930497945,945.96896569 +158,-1.613778386,0.6077989518,239,-2.14012759,0.7930497945,1741.2246079 +159,-2.035029014,0.6021432345,239,-2.14012759,0.7930497945,820.12011249 +160,-2.114989471,0.6801825058,239,-2.14012759,0.7930497945,453.08852887 +161,-2.037382079,0.5765830025,239,-2.14012759,0.7930497945,912.87256433 +162,-2.129855121,0.6585019963,239,-2.14012759,0.7930497945,533.80773935 +163,-2.075141798,0.6493615843,239,-2.14012759,0.7930497945,600.90137376 +164,-1.828626729,0.6948433129,239,-2.14012759,0.7930497945,984.95477193 +165,-1.863329418,0.6735427691,239,-2.14012759,0.7930497945,939.69131487 +166,-1.266037071,0.727988852,239,-2.14012759,0.7930497945,2480.7858017 +167,-1.277579582,0.7249010648,239,-2.14012759,0.7930497945,2454.2666566 +168,-1.258418684,0.7241194816,239,-2.14012759,0.7930497945,2507.5952971 +169,-1.317813974,0.6804850104,239,-2.14012759,0.7930497945,2417.6866269 +170,-1.344165204,0.6790988904,239,-2.14012759,0.7930497945,2347.2664059 +171,-1.427582102,0.5277120351,239,-2.14012759,0.7930497945,2430.949599 +172,-1.402238616,0.457167829,239,-2.14012759,0.7930497945,2675.9349591 +173,-1.422454264,0.4996161999,239,-2.14012759,0.7930497945,2513.4738039 +174,-1.439089277,0.4894859811,239,-2.14012759,0.7930497945,2494.0416132 +175,-1.448126995,0.5182330266,239,-2.14012759,0.7930497945,2398.073376 +176,-1.474626146,0.5881926574,239,-2.14012759,0.7930497945,2163.3737606 +177,-1.421139645,0.5584869783,239,-2.14012759,0.7930497945,2376.6950649 +178,-1.457037165,0.565943032,239,-2.14012759,0.7930497945,2261.2159936 +179,-2.757159358,0.3745319,239,-2.14012759,0.7930497945,2592.995309 +180,-2.714309238,0.342054471,239,-2.14012759,0.7930497945,2588.1948069 +181,-2.000525337,0.774119946,239,-2.14012759,0.7930497945,398.64652007 +183,-1.571413436,0.6777838382,239,-2.14012759,0.7930497945,1718.7131114 +184,-1.552860289,0.6987663893,239,-2.14012759,0.7930497945,1735.3985442 +185,-1.521852374,0.7165827476,239,-2.14012759,0.7930497945,1794.4050757 +186,-1.503656267,0.6928968252,239,-2.14012759,0.7930497945,1881.5712701 +187,-1.502753178,0.7136205882,239,-2.14012759,0.7930497945,1851.7802754 +188,-1.631894563,0.7343596465,239,-2.14012759,0.7930497945,1464.2385887 +189,-1.653765416,0.6770714026,239,-2.14012759,0.7930497945,1492.3225526 +190,-1.719812114,0.6715965947,239,-2.14012759,0.7930497945,1321.9494146 +191,-1.493406659,0.6646955447,239,-2.14012759,0.7930497945,1958.3797941 +192,-1.469120564,0.6613469966,239,-2.14012759,0.7930497945,2031.9046736 +193,-1.590551461,0.5326612937,239,-2.14012759,0.7930497945,1982.9965904 +194,-1.625979264,0.5247742243,239,-2.14012759,0.7930497945,1912.2004825 +195,-1.572293943,0.5238808754,239,-2.14012759,0.7930497945,2053.126412 +196,-1.610848725,0.5477107964,239,-2.14012759,0.7930497945,1891.8643522 +197,-1.208485554,0.7918526018,239,-2.14012759,0.7930497945,2541.6136095 +198,-1.335601374,0.6869083083,239,-2.14012759,0.7930497945,2357.4398931 +199,-1.346156996,0.6825213377,239,-2.14012759,0.7930497945,2335.8125698 +200,-1.324381037,0.6741422347,239,-2.14012759,0.7930497945,2410.7245941 +201,-1.242424992,0.7378949807,239,-2.14012759,0.7930497945,2529.250623 +202,-1.270370057,0.7392461008,239,-2.14012759,0.7930497945,2451.6903206 +203,-1.448950472,0.7441675014,239,-2.14012759,0.7930497945,1957.6123476 +204,-1.492662363,0.7523026852,239,-2.14012759,0.7930497945,1827.0979061 +205,-1.479098966,0.7763855017,239,-2.14012759,0.7930497945,1836.6337962 +206,-1.633760714,0.7869022408,239,-2.14012759,0.7930497945,1404.2571707 +207,-1.647406434,0.8101289331,239,-2.14012759,0.7930497945,1351.9769771 +208,-1.564245052,0.5701509278,239,-2.14012759,0.7930497945,1960.5135819 +209,-1.646289963,0.6833746083,239,-2.14012759,0.7930497945,1501.7939492 +210,-1.5820631,0.6751952144,239,-2.14012759,0.7930497945,1693.7162084 +211,-1.613236298,0.6681681791,239,-2.14012759,0.7930497945,1620.1205009 +212,-1.914661867,0.8212566515,239,-2.14012759,0.7930497945,626.87446579 +213,-1.742133237,0.7250275956,239,-2.14012759,0.7930497945,1170.7216953 +214,-2.033144872,0.6557314699,239,-2.14012759,0.7930497945,629.27539736 +215,-2.039551981,0.6964723658,239,-2.14012759,0.7930497945,481.52342229 +216,-1.247341019,0.7622473908,239,-2.14012759,0.7930497945,2479.7890443 +217,-1.298239787,0.7084123392,239,-2.14012759,0.7930497945,2424.285134 +218,-1.308539688,0.6926545592,239,-2.14012759,0.7930497945,2422.261566 +219,-1.303263185,0.6888938396,239,-2.14012759,0.7930497945,2443.2235055 +220,-1.852400229,0.6004246149,239,-2.14012759,0.7930497945,1156.1286025 +221,-1.288947707,0.7473773692,239,-2.14012759,0.7930497945,2389.3949139 +222,-1.372031502,0.7472790993,239,-2.14012759,0.7930497945,2163.985489 +223,-1.289805721,0.7242157877,239,-2.14012759,0.7930497945,2422.0492839 +224,-1.350807603,0.7533498126,239,-2.14012759,0.7930497945,2213.4488707 +225,-1.329290365,0.7560442322,239,-2.14012759,0.7930497945,2268.090059 +226,-1.410153004,0.616936428,239,-2.14012759,0.7930497945,2281.1674561 +227,-1.393445434,0.6308995063,239,-2.14012759,0.7930497945,2299.738745 +228,-1.37595573,0.6241540638,239,-2.14012759,0.7930497945,2361.6698611 +229,-1.358388707,0.6172645205,239,-2.14012759,0.7930497945,2424.30014 +230,-1.753741133,0.8281661666,239,-2.14012759,0.7930497945,1060.0517307 +231,-1.47430987,0.6834615681,239,-2.14012759,0.7930497945,1978.7551875 +232,-1.421012508,0.7222725206,239,-2.14012759,0.7930497945,2065.1572028 +233,-1.4476833,0.6978557868,239,-2.14012759,0.7930497945,2028.9920529 +234,-1.470370723,0.6966193374,239,-2.14012759,0.7930497945,1968.0172393 +235,-1.429211703,0.7037216883,239,-2.14012759,0.7930497945,2070.8422769 +236,-1.700578405,0.6178673663,239,-2.14012759,0.7930497945,1487.3211672 +237,-1.678117619,0.6331716163,239,-2.14012759,0.7930497945,1512.8777046 +238,-1.725644578,0.6316331145,239,-2.14012759,0.7930497945,1390.0827077 +239,-2.14012759,0.7930497945,239,-2.14012759,0.7930497945,36.447336929 +240,-2.103289431,0.7653606263,239,-2.14012759,0.7930497945,151.00754577 +241,-1.318739838,0.7017808746,239,-2.14012759,0.7930497945,2378.9028451 +242,-1.396417427,0.7077900843,239,-2.14012759,0.7930497945,2155.1307956 +243,-1.35650337,0.7185539404,239,-2.14012759,0.7930497945,2248.331148 +244,-1.248884539,0.7274156818,239,-2.14012759,0.7930497945,2528.216868 +245,-1.395014798,0.5761185243,239,-2.14012759,0.7930497945,2409.3448912 +246,-1.433377362,0.6064716109,239,-2.14012759,0.7930497945,2238.2561336 +247,-1.408172432,0.5903155476,239,-2.14012759,0.7930497945,2342.1588289 +248,-1.749645898,0.7757118084,239,-2.14012759,0.7930497945,1093.4029012 +249,-1.571626686,0.615046989,239,-2.14012759,0.7930497945,1839.7822712 +250,-1.514070049,0.6303003037,239,-2.14012759,0.7930497945,1966.4372508 +251,-1.480890369,0.6237966528,239,-2.14012759,0.7930497945,2071.2270127 +252,-1.704390658,0.5281680612,239,-2.14012759,0.7930497945,1707.7181795 +253,-1.64434733,0.5254277498,239,-2.14012759,0.7930497945,1863.8827558 +254,-1.703855997,0.4792484842,239,-2.14012759,0.7930497945,1850.4476139 +255,-1.692002383,0.5748825051,239,-2.14012759,0.7930497945,1613.7546442 +256,-1.854136457,0.5544643913,239,-2.14012759,0.7930497945,1289.9018156 +257,-1.665021206,0.520317736,239,-2.14012759,0.7930497945,1826.0174017 +258,-1.733654349,0.4845187345,239,-2.14012759,0.7930497945,1766.5183866 +259,-1.720938188,0.5135933906,239,-2.14012759,0.7930497945,1709.6228249 +260,-1.742668307,0.553296122,239,-2.14012759,0.7930497945,1545.3000947 +261,-1.965659039,0.7142126903,239,-2.14012759,0.7930497945,592.18542736 +262,-1.944438071,0.6772834804,239,-2.14012759,0.7930497945,734.20514904 +263,-1.270340967,0.7681487096,239,-2.14012759,0.7930497945,2410.0620609 +264,-1.353091884,0.6549276821,239,-2.14012759,0.7930497945,2366.0381109 +265,-1.333236659,0.6413584414,239,-2.14012759,0.7930497945,2446.7668564 +266,-1.352015998,0.6753788907,239,-2.14012759,0.7930497945,2332.0530483 +267,-1.377988483,0.6577816235,239,-2.14012759,0.7930497945,2291.6443365 +268,-2.13075611,0.8318642051,239,-2.14012759,0.7930497945,155.84774318 +269,-2.097910953,0.8259670014,239,-2.14012759,0.7930497945,174.07301102 +270,-1.416382069,0.6694271549,239,-2.14012759,0.7930497945,2163.9854456 +271,-1.538905672,0.7535625993,239,-2.14012759,0.7930497945,1698.2306642 +272,-1.572309477,0.7803125099,239,-2.14012759,0.7930497945,1578.247329 +273,-1.87759879,0.7503853417,239,-2.14012759,0.7930497945,762.98325376 +274,1.152365588,0.590457682,239,-2.14012759,0.7930497945,6937.0887831 +275,0.350198001,0.718001859,239,-2.14012759,0.7930497945,6029.9173815 +276,0.046513677,0.491503852,239,-2.14012759,0.7930497945,6305.4169864 +277,0.027510309,0.742571376,239,-2.14012759,0.7930497945,5459.7360528 +278,0.306285725,-0.214631579,239,-2.14012759,0.7930497945,9174.2768289 +279,-1.100564889,0.318051531,239,-2.14012759,0.7930497945,3865.4176293 +280,-1.078582306,0.301437596,239,-2.14012759,0.7930497945,3970.9141737 +281,-1.137371989,-0.617634065,239,-2.14012759,0.7930497945,6638.0579594 +282,0.784356344,0.703272339,239,-2.14012759,0.7930497945,6467.0346289 +283,-1.221209947,0.218327455,239,-2.14012759,0.7930497945,3819.9768813 +284,2.347301921,-0.449114658,239,-2.14012759,0.7930497945,8072.2989704 +285,0.246820618,0.830553713,239,-2.14012759,0.7930497945,5499.9433864 +286,0.829414965,0.703288228,239,-2.14012759,0.7930497945,6485.4777272 +287,-1.337537566,0.42332223,239,-2.14012759,0.7930497945,2938.5407583 +288,0.882453706,0.454478077,239,-2.14012759,0.7930497945,7483.7762608 +289,1.575629659,0.416419109,239,-2.14012759,0.7930497945,7225.3079633 +290,-1.039455679,0.229888244,239,-2.14012759,0.7930497945,4275.5344803 +291,0.489558039,0.934482747,239,-2.14012759,0.7930497945,5385.7209758 +292,0.081344504,0.88384514,239,-2.14012759,0.7930497945,5092.2499067 +293,-1.547979814,0.300350308,239,-2.14012759,0.7930497945,2759.759951 +294,0.040776181,0.168560074,239,-2.14012759,0.7930497945,7332.8380102 +295,-1.130374745,0.563894876,239,-2.14012759,0.7930497945,3170.7330307 +296,1.578326642,0.478507176,239,-2.14012759,0.7930497945,6995.263345 +297,-1.12861823,-0.291640865,239,-2.14012759,0.7930497945,5618.6491658 +298,0.310524208,0.770885792,239,-2.14012759,0.7930497945,5791.0111163 +299,0.415649091,-0.387246002,239,-2.14012759,0.7930497945,9964.7664309 +300,-0.926533878,-0.188022748,239,-2.14012759,0.7930497945,5793.9272966 +301,1.258856172,-0.11716081,239,-2.14012759,0.7930497945,9624.4523966 +302,-1.126050026,0.322941926,239,-2.14012759,0.7930497945,3782.2272343 +303,2.002785835,0.07893892,239,-2.14012759,0.7930497945,7516.208706 +304,0.440437607,0.746258085,239,-2.14012759,0.7930497945,6033.7397558 +305,-0.030391866,0.214441206,239,-2.14012759,0.7930497945,7020.5117563 +306,0.521557815,-0.058929362,239,-2.14012759,0.7930497945,9094.4938195 +307,-0.097005111,0.13317729,239,-2.14012759,0.7930497945,7107.836461 +308,1.83113859,0.221857587,239,-2.14012759,0.7930497945,7450.9344963 +309,0.222428864,0.099404236,239,-2.14012759,0.7930497945,7965.6100005 +310,-1.702731345,0.8728568183,239,-2.14012759,0.7930497945,1201.2402002 +311,-0.418507569,0.278324921,239,-2.14012759,0.7930497945,5847.5125789 +312,-1.41153306,0.339029988,239,-2.14012759,0.7930497945,2976.5837156 +313,0.357560442,0.114788776,239,-2.14012759,0.7930497945,8186.3956129 +314,0.325818979,0.268352149,239,-2.14012759,0.7930497945,7591.8930519 +315,-1.246004659,-0.663679965,239,-2.14012759,0.7930497945,6589.9950357 +316,1.814603087,0.637404484,239,-2.14012759,0.7930497945,6077.345073 +317,1.843704281,-0.18300445,239,-2.14012759,0.7930497945,8716.8091679 +318,1.690644492,-0.211480909,239,-2.14012759,0.7930497945,9178.5475787 +319,-1.275451936,0.068109467,239,-2.14012759,0.7930497945,4135.3933501 +320,0.762430171,-0.207594741,239,-2.14012759,0.7930497945,9988.4363671 +321,0.265668905,-0.014647884,239,-2.14012759,0.7930497945,8437.0179389 +322,-2.773032013,-0.335515811,239,-2.14012759,0.7930497945,5016.5762179 +323,-1.469512853,0.174058777,239,-2.14012759,0.7930497945,3341.3536775 +324,0.286276986,0.785925691,239,-2.14012759,0.7930497945,5706.7753523 +325,-1.379324697,0.377432233,239,-2.14012759,0.7930497945,2951.340678 +326,-1.203778265,0.212813032,239,-2.14012759,0.7930497945,3881.8408384 +327,0.579916301,0.611743168,239,-2.14012759,0.7930497945,6678.2685428 +328,0.267582642,0.868113908,239,-2.14012759,0.7930497945,5396.1199978 +329,0.412869244,-0.050245578,239,-2.14012759,0.7930497945,8863.9863124 +330,0.17524381,0.976660285,239,-2.14012759,0.7930497945,4914.0624773 +331,0.743157214,0.204812899,239,-2.14012759,0.7930497945,8384.7882374 +332,-1.070758176,0.269382282,239,-2.14012759,0.7930497945,4080.2094392 +333,-1.230364251,0.329790229,239,-2.14012759,0.7930497945,3479.7465629 +334,-1.374813124,-0.024926835,239,-2.14012759,0.7930497945,4202.1288479 +335,0.519780566,0.463669906,239,-2.14012759,0.7930497945,7171.8541438 +336,-1.55108034,0.239698561,239,-2.14012759,0.7930497945,2946.2214587 +337,0.180294813,0.029739425,239,-2.14012759,0.7930497945,8100.5550198 +338,0.67820924,0.268170153,239,-2.14012759,0.7930497945,8083.0511186 +339,0.445798684,1.024001867,239,-2.14012759,0.7930497945,5020.5824187 +340,0.691751283,0.150521402,239,-2.14012759,0.7930497945,8547.1595681 +341,-1.036643551,-0.903056181,239,-2.14012759,0.7930497945,7696.5137077 +342,-0.120287036,1.083325163,239,-2.14012759,0.7930497945,4207.9161558 +343,2.823513113,-0.304487164,239,-2.14012759,0.7930497945,6408.8957492 +344,0.457583172,1.12513373,239,-2.14012759,0.7930497945,4660.430197 +345,0.042918831,0.813795399,239,-2.14012759,0.7930497945,5257.9294351 +346,1.196146777,-0.853142756,239,-2.14012759,0.7930497945,11868.742482 +347,0.206001358,-0.010430701,239,-2.14012759,0.7930497945,8289.2492427 +348,-0.268308653,0.234799412,239,-2.14012759,0.7930497945,6366.8315052 +349,0.759363263,0.736189579,239,-2.14012759,0.7930497945,6326.430991 +350,0.181363926,0.891988372,239,-2.14012759,0.7930497945,5204.5785479 +351,-0.021111158,0.139103292,239,-2.14012759,0.7930497945,7277.5773639 +352,-0.093355215,0.630686981,239,-2.14012759,0.7930497945,5583.4279429 +353,0.40118964,0.681375926,239,-2.14012759,0.7930497945,6225.6685896 +354,-0.721197315,1.304706234,239,-2.14012759,0.7930497945,3064.5977848 +355,-1.076150317,0.212107639,239,-2.14012759,0.7930497945,4225.4771366 +356,-1.577164531,0.273993443,239,-2.14012759,0.7930497945,2777.6131205 +357,-0.190788414,0.182208586,239,-2.14012759,0.7930497945,6722.0109029 +358,-0.261349752,0.209710184,239,-2.14012759,0.7930497945,6458.6077246 +359,-1.029303852,0.083549259,239,-2.14012759,0.7930497945,4721.2531463 +360,-1.268609162,0.330525297,239,-2.14012759,0.7930497945,3375.0250827 +361,1.282982244,-0.926641967,239,-2.14012759,0.7930497945,11547.461803 +362,0.217352334,0.731352408,239,-2.14012759,0.7930497945,5800.8380273 +363,-1.511833084,0.258629297,239,-2.14012759,0.7930497945,2974.621307 +364,0.338812194,0.823184618,239,-2.14012759,0.7930497945,5639.996592 +365,-0.324406489,1.134201999,239,-2.14012759,0.7930497945,3801.614005 +366,1.389579348,0.399185724,239,-2.14012759,0.7930497945,7518.40783 +367,2.047152199,-0.039082036,239,-2.14012759,0.7930497945,7763.0188743 +368,0.947780369,0.568250077,239,-2.14012759,0.7930497945,7048.2897358 +369,0.763824846,0.576754987,239,-2.14012759,0.7930497945,6951.3432984 +370,-0.142334657,0.928153068,239,-2.14012759,0.7930497945,4608.2772952 +371,0.610266567,0.547265983,239,-2.14012759,0.7930497945,6951.6115224 +372,0.210731629,0.746815056,239,-2.14012759,0.7930497945,5738.112106 +373,-1.34931644,0.316895224,239,-2.14012759,0.7930497945,3200.6155092 +374,2.407696481,0.655030745,239,-2.14012759,0.7930497945,4835.6410295 +375,0.64207831,0.545359131,239,-2.14012759,0.7930497945,6987.0910509 +376,1.174597538,0.840588356,239,-2.14012759,0.7930497945,5945.2309656 +377,0.660059424,0.010604079,239,-2.14012759,0.7930497945,9043.3953523 +378,-0.730263819,0.010486456,239,-2.14012759,0.7930497945,5745.8514532 +379,0.831068936,0.512339172,239,-2.14012759,0.7930497945,7236.8915409 +380,1.301180979,0.72367476,239,-2.14012759,0.7930497945,6343.1679441 +381,1.811128231,0.322854402,239,-2.14012759,0.7930497945,7153.0442943 +382,0.435105812,0.992284428,239,-2.14012759,0.7930497945,5127.48793 +383,0.62643634,0.592027932,239,-2.14012759,0.7930497945,6795.0354699 +384,0.492988703,-0.516339467,239,-2.14012759,0.7930497945,10523.497649 +385,-0.162469483,0.112549365,239,-2.14012759,0.7930497945,7002.9143349 +386,0.314630866,0.472006421,239,-2.14012759,0.7930497945,6855.5933203 +387,0.166744804,0.822815954,239,-2.14012759,0.7930497945,5416.719003 +388,0.417159608,0.965805736,239,-2.14012759,0.7930497945,5208.1166481 +389,0.106334961,0.868774244,239,-2.14012759,0.7930497945,5177.502582 +390,0.815086969,-0.338144359,239,-2.14012759,0.7930497945,10541.231208 +391,0.59867455,-0.230624824,239,-2.14012759,0.7930497945,9838.0274354 +392,1.915104874,0.066220985,239,-2.14012759,0.7930497945,7768.2371398 +393,1.278093622,0.064463721,239,-2.14012759,0.7930497945,8909.8328787 +394,-0.061477853,0.302997961,239,-2.14012759,0.7930497945,6670.8172497 +395,0.251311504,0.626976942,239,-2.14012759,0.7930497945,6212.7336234 +396,2.950242872,0.149095644,239,-2.14012759,0.7930497945,4755.084999 +397,-0.180294708,0.35375117,239,-2.14012759,0.7930497945,6233.1793066 +398,1.010448592,-0.351180233,239,-2.14012759,0.7930497945,10693.356929 +399,-1.748740498,0.3686318073,239,-2.14012759,0.7930497945,2107.340613 +400,2.699635665,0.123533791,239,-2.14012759,0.7930497945,5520.1385439 +401,0.496808033,0.823843254,239,-2.14012759,0.7930497945,5803.2258338 +402,0.129574704,0.763364087,239,-2.14012759,0.7930497945,5559.6787562 +403,1.798920311,0.817447563,239,-2.14012759,0.7930497945,5487.3198489 +404,0.335987953,0.746786541,239,-2.14012759,0.7930497945,5908.9879132 +405,-1.085413643,0.292154671,239,-2.14012759,0.7930497945,3977.4715522 +406,-0.155321003,0.508207011,239,-2.14012759,0.7930497945,5824.7218487 +407,0.620529244,-0.301175104,239,-2.14012759,0.7930497945,10124.532534 +408,1.684402744,0.368716966,239,-2.14012759,0.7930497945,7226.5778514 +409,0.300582244,-0.386397212,239,-2.14012759,0.7930497945,9673.6013832 +410,2.913555946,-0.009225192,239,-2.14012759,0.7930497945,5309.6917457 +411,1.465101417,0.493232532,239,-2.14012759,0.7930497945,7082.048923 +412,0.090612882,0.907955955,239,-2.14012759,0.7930497945,5027.8606975 +413,2.987564726,-0.729568594,239,-2.14012759,0.7930497945,7279.6407303 +414,-1.484261606,0.224149272,239,-2.14012759,0.7930497945,3147.5109176 +415,0.164073421,0.303955133,239,-2.14012759,0.7930497945,7161.2409706 +416,0.141441293,0.167552546,239,-2.14012759,0.7930497945,7564.7407696 +417,2.931321023,-0.506718887,239,-2.14012759,0.7930497945,6739.1178633 +418,2.21951565,0.700596356,239,-2.14012759,0.7930497945,5122.4917233 +419,0.268112576,1.199114336,239,-2.14012759,0.7930497945,4263.5377731 +420,0.978913739,0.359223811,239,-2.14012759,0.7930497945,7878.9686887 +421,1.210898818,0.522863584,239,-2.14012759,0.7930497945,7177.2364841 +422,2.347397336,0.129231362,239,-2.14012759,0.7930497945,6472.9417413 +423,0.614394501,0.556878345,239,-2.14012759,0.7930497945,6918.7242598 +424,-1.398079356,0.148483366,239,-2.14012759,0.7930497945,3588.6105463 +425,2.535303836,-0.112984496,239,-2.14012759,0.7930497945,6642.9426466 +426,-1.019372593,-0.405322349,239,-2.14012759,0.7930497945,6223.7007108 +427,-1.297785627,-0.160104069,239,-2.14012759,0.7930497945,4815.9125003 +428,2.144554488,0.205051084,239,-2.14012759,0.7930497945,6777.7759535 +429,-2.242387083,-0.426171285,239,-2.14012759,0.7930497945,4843.407372 +430,0.338637212,0.909723676,239,-2.14012759,0.7930497945,5331.8842929 +431,-0.148798452,0.691042401,239,-2.14012759,0.7930497945,5288.9647542 +432,0.893524764,0.441829531,239,-2.14012759,0.7930497945,7537.0142251 +433,0.969229347,-0.368847936,239,-2.14012759,0.7930497945,10760.31571 +434,0.436043248,0.800045688,239,-2.14012759,0.7930497945,5831.6140254 +435,1.687946607,1.081504775,239,-2.14012759,0.7930497945,4704.4042896 +436,0.522302046,-0.034889271,239,-2.14012759,0.7930497945,9009.7216294 +437,-0.178996113,-0.438090009,239,-2.14012759,0.7930497945,8500.3819357 +438,-1.094339566,0.301444068,239,-2.14012759,0.7930497945,3927.6140562 +439,-1.064070054,0.242569932,239,-2.14012759,0.7930497945,4172.8606632 +440,-1.068153768,0.230387998,239,-2.14012759,0.7930497945,4195.7675157 +441,-3.00496892,-0.23989155,239,-2.14012759,0.7930497945,5127.093202 +442,0.21751974,0.766874888,239,-2.14012759,0.7930497945,5679.1610165 +443,0.117229532,0.007619006,239,-2.14012759,0.7930497945,8023.6285872 +444,0.777758451,0.420554741,239,-2.14012759,0.7930497945,7569.4905382 +445,-0.252356999,0.250747086,239,-2.14012759,0.7930497945,6360.8952815 +446,0.363148444,0.768483434,239,-2.14012759,0.7930497945,5864.6755955 +447,0.903191366,-0.118210676,239,-2.14012759,0.7930497945,9749.5674254 +448,-0.205755923,0.149406178,239,-2.14012759,0.7930497945,6781.0640807 +449,1.811996086,0.02364353,239,-2.14012759,0.7930497945,8144.5604815 +450,-1.100670221,0.314845373,239,-2.14012759,0.7930497945,3873.8086388 +451,0.340078597,0.850105132,239,-2.14012759,0.7930497945,5545.5446564 +452,0.258757267,0.804969236,239,-2.14012759,0.7930497945,5604.2580449 +453,2.78505352,-0.155160804,239,-2.14012759,0.7930497945,6078.1159458 +454,0.800551619,0.105822106,239,-2.14012759,0.7930497945,8812.8768714 +455,0.437940882,-0.506194031,239,-2.14012759,0.7930497945,10355.846354 +456,2.230431122,0.63458615,239,-2.14012759,0.7930497945,5290.5279948 +457,0.527965361,0.127667701,239,-2.14012759,0.7930497945,8428.3671502 +458,-0.063643205,0.702093448,239,-2.14012759,0.7930497945,5421.7860295 +459,1.408447268,0.133010502,239,-2.14012759,0.7930497945,8501.1314595 +460,0.523795955,0.280266966,239,-2.14012759,0.7930497945,7859.4536985 +461,-0.975769313,0.072177659,239,-2.14012759,0.7930497945,4897.963578 +462,0.549774164,-0.463663986,239,-2.14012759,0.7930497945,10511.115289 +463,0.29245874,1.095549818,239,-2.14012759,0.7930497945,4635.6574333 +464,0.143625958,0.816809593,239,-2.14012759,0.7930497945,5403.2604054 +465,0.671902494,0.611159853,239,-2.14012759,0.7930497945,6757.8625504 +466,1.239840988,0.6724199,239,-2.14012759,0.7930497945,6577.3449829 +467,0.607829703,-0.10932137,239,-2.14012759,0.7930497945,9416.5291116 +468,1.763020906,0.263996692,239,-2.14012759,0.7930497945,7446.8170148 +469,0.378714634,0.726066797,239,-2.14012759,0.7930497945,6036.3123577 +470,2.196736143,-0.153862366,239,-2.14012759,0.7930497945,7695.5108603 +471,0.01702415,0.148991565,239,-2.14012759,0.7930497945,7338.5762635 +472,-2.998490902,-0.158002487,239,-2.14012759,0.7930497945,4844.2167376 +473,-3.051262951,-0.346595608,239,-2.14012759,0.7930497945,5575.7308411 +474,-1.069176439,0.182802941,239,-2.14012759,0.7930497945,4327.5831925 +475,0.167157509,0.595344954,239,-2.14012759,0.7930497945,6184.9227493 +476,0.613855648,0.681746124,239,-2.14012759,0.7930497945,6441.6139933 +477,1.037012736,0.682555367,239,-2.14012759,0.7930497945,6597.6078057 +478,-1.253574971,0.379755746,239,-2.14012759,0.7930497945,3281.3785182 +479,3.108590453,-0.132620738,239,-2.14012759,0.7930497945,5175.2462035 +480,0.565301296,0.022333262,239,-2.14012759,0.7930497945,8870.3819486 +481,0.547898238,0.855555614,239,-2.14012759,0.7930497945,5728.4659505 +482,0.948309381,0.417393755,239,-2.14012759,0.7930497945,7645.4473925 +483,-0.050600732,0.945269213,239,-2.14012759,0.7930497945,4704.031919 +484,-0.977651478,-0.572363064,239,-2.14012759,0.7930497945,6825.1116001 +485,1.102014914,0.728861163,239,-2.14012759,0.7930497945,6405.0758569 +486,2.927300795,-0.282939414,239,-2.14012759,0.7930497945,6082.0374939 +487,-1.154565557,0.124434095,239,-2.14012759,0.7930497945,4270.2102852 +488,1.855331234,0.291044755,239,-2.14012759,0.7930497945,7170.5540341 +489,0.830290659,0.276904518,239,-2.14012759,0.7930497945,8161.3524659 +490,0.485104466,-0.234867441,239,-2.14012759,0.7930497945,9636.9253628 +491,0.521367572,-0.33161327,239,-2.14012759,0.7930497945,10032.919484 +1,-1.539031704,0.7349710123,240,-2.103289431,0.7653606263,1629.0790136 +2,-1.536990553,0.7349663874,240,-2.103289431,0.7653606263,1634.8693735 +3,-1.534951779,0.7349571355,240,-2.103289431,0.7653606263,1640.6571356 +4,-1.532906461,0.7349480293,240,-2.103289431,0.7653606263,1646.4625956 +5,-1.531320211,0.7346937278,240,-2.103289431,0.7653606263,1651.2245523 +6,-1.539451648,0.7335131775,240,-2.103289431,0.7653606263,1629.4186833 +7,-1.537429487,0.7335445708,240,-2.103289431,0.7653606263,1635.1198106 +8,-1.535484998,0.7335658704,240,-2.103289431,0.7653606263,1640.6106134 +9,-1.533488396,0.7336036027,240,-2.103289431,0.7653606263,1646.2310205 +10,-1.531497785,0.7335842962,240,-2.103289431,0.7653606263,1651.8941866 +11,-1.530259379,0.7334777758,240,-2.103289431,0.7653606263,1655.5175513 +12,-1.5335454,0.7322346912,240,-2.103289431,0.7653606263,1647.5280558 +13,-1.531489083,0.7322238773,240,-2.103289431,0.7653606263,1653.3709181 +14,-1.530011122,0.7321679851,240,-2.103289431,0.7653606263,1657.6217077 +15,-1.53348106,0.7306614094,240,-2.103289431,0.7653606263,1649.4062344 +16,-1.531441779,0.7306962275,240,-2.103289431,0.7653606263,1655.1539318 +17,-1.529755654,0.7306933243,240,-2.103289431,0.7653606263,1659.9401025 +18,-1.533415048,0.7291384674,240,-2.103289431,0.7653606263,1651.2545901 +19,-1.531392093,0.7291705353,240,-2.103289431,0.7653606263,1656.9609215 +20,-1.529296523,0.7291214933,240,-2.103289431,0.7653606263,1662.9617623 +21,-1.535280942,0.727267644,240,-2.103289431,0.7653606263,1648.0223305 +22,-1.533378158,0.7276139666,240,-2.103289431,0.7653606263,1653.0412922 +23,-1.531340368,0.7276446587,240,-2.103289431,0.7653606263,1658.7931671 +24,-1.528960113,0.7276398177,240,-2.103289431,0.7653606263,1665.5559995 +25,-1.533313146,0.7260818349,240,-2.103289431,0.7653606263,1654.9356535 +26,-1.531259555,0.7260958115,240,-2.103289431,0.7653606263,1660.753046 +27,-1.528926415,0.7260865555,240,-2.103289431,0.7653606263,1667.3897645 +28,-1.531226779,0.7245511789,240,-2.103289431,0.7653606263,1662.5914247 +29,-1.528904772,0.7245519194,240,-2.103289431,0.7653606263,1669.1877837 +30,-1.547195875,0.7409785979,240,-2.103289431,0.7653606263,1599.8576583 +31,-1.5451475,0.740980426,240,-2.103289431,0.7653606263,1605.6537513 +32,-1.543097679,0.7409798872,240,-2.103289431,0.7653606263,1611.4555155 +33,-1.540720364,0.7409892687,240,-2.103289431,0.7653606263,1618.1733482 +34,-1.547188511,0.7395198392,240,-2.103289431,0.7653606263,1601.3245321 +35,-1.545148587,0.7395226109,240,-2.103289431,0.7653606263,1607.0985088 +36,-1.543104538,0.7395314908,240,-2.103289431,0.7653606263,1612.8772981 +37,-1.540727751,0.7395306258,240,-2.103289431,0.7653606263,1619.607034 +38,-1.547187029,0.7380014886,240,-2.103289431,0.7653606263,1602.8534265 +39,-1.545147315,0.7380012252,240,-2.103289431,0.7653606263,1608.6326445 +40,-1.54310719,0.7380060743,240,-2.103289431,0.7653606263,1614.4071157 +41,-1.540719671,0.7380068206,240,-2.103289431,0.7653606263,1621.1689279 +42,-1.547187189,0.7364799098,240,-2.103289431,0.7653606263,1604.4009106 +43,-1.545149996,0.7364853874,240,-2.103289431,0.7653606263,1610.1698199 +44,-1.543106091,0.7364823484,240,-2.103289431,0.7653606263,1615.965768 +45,-1.540717158,0.7364893901,240,-2.103289431,0.7653606263,1622.7283136 +46,-1.538663972,0.7410138672,240,-2.103289431,0.7653606263,1623.9670846 +47,-1.53695285,0.7409699132,240,-2.103289431,0.7653606263,1628.8514569 +48,-1.534910498,0.7409641297,240,-2.103289431,0.7653606263,1634.6342885 +49,-1.533145034,0.7409536636,240,-2.103289431,0.7653606263,1639.6379827 +50,-1.538681336,0.7395405883,240,-2.103289431,0.7653606263,1625.389768 +51,-1.536999189,0.7395183096,240,-2.103289431,0.7653606263,1630.1732418 +52,-1.534923633,0.7395144222,240,-2.103289431,0.7653606263,1636.0510207 +53,-1.533267822,0.7395654306,240,-2.103289431,0.7653606263,1640.6848994 +54,-1.53867273,0.7380151077,240,-2.103289431,0.7653606263,1626.9575802 +55,-1.536980576,0.7379994392,240,-2.103289431,0.7653606263,1631.765291 +56,-1.534931522,0.7379944961,240,-2.103289431,0.7653606263,1637.5720638 +57,-1.533387952,0.7379480264,240,-2.103289431,0.7653606263,1641.9896178 +58,-1.538682279,0.7364914363,240,-2.103289431,0.7653606263,1628.4918788 +59,-1.536980704,0.7364810563,240,-2.103289431,0.7653606263,1633.323322 +60,-1.534935567,0.7364752065,240,-2.103289431,0.7653606263,1639.1227832 +61,-1.533042592,0.7363876366,240,-2.103289431,0.7653606263,1644.5752836 +62,-1.545143426,0.7349628011,240,-2.103289431,0.7653606263,1611.7599538 +63,-1.543105297,0.7349691947,240,-2.103289431,0.7653606263,1617.5324032 +64,-1.541064533,0.7349647152,240,-2.103289431,0.7653606263,1623.322929 +65,-1.545411803,0.7334624714,240,-2.103289431,0.7653606263,1612.5665383 +66,-1.543446606,0.7334780896,240,-2.103289431,0.7653606263,1618.1249368 +67,-1.541475327,0.7334957295,240,-2.103289431,0.7653606263,1623.6977594 +68,-1.545401939,0.731963266,240,-2.103289431,0.7653606263,1614.1801754 +69,-1.54342253,0.7319915583,240,-2.103289431,0.7653606263,1619.7675532 +70,-1.541455867,0.7320216438,240,-2.103289431,0.7653606263,1625.3161309 +71,-1.545410146,0.7304422281,240,-2.103289431,0.7653606263,1615.7851726 +72,-1.543435491,0.7304713664,240,-2.103289431,0.7653606263,1621.3601066 +73,-1.541463105,0.7304997613,240,-2.103289431,0.7653606263,1626.9286951 +74,-1.545414768,0.7289194936,240,-2.103289431,0.7653606263,1617.4218234 +75,-1.543435774,0.7289538557,240,-2.103289431,0.7653606263,1623.0052491 +76,-1.541457714,0.7289765881,240,-2.103289431,0.7653606263,1628.5980204 +77,-1.539449415,0.7320555866,240,-2.103289431,0.7653606263,1630.9727469 +78,-1.537429183,0.7321097681,240,-2.103289431,0.7653606263,1636.6460465 +79,-1.535472649,0.7321497267,240,-2.103289431,0.7653606263,1642.1530658 +80,-1.539457899,0.7305333307,240,-2.103289431,0.7653606263,1632.5841373 +81,-1.537453161,0.7305750503,240,-2.103289431,0.7653606263,1638.2286824 +82,-1.535479385,0.7306124949,240,-2.103289431,0.7653606263,1643.7892261 +83,-1.53946905,0.7290102593,240,-2.103289431,0.7653606263,1634.2082585 +84,-1.537459922,0.7290417293,240,-2.103289431,0.7653606263,1639.8782836 +85,-1.535451349,0.7290890157,240,-2.103289431,0.7653606263,1645.5286616 +86,-1.535522937,0.7279887191,240,-2.103289431,0.7653606263,1646.5361682 +87,-1.539442524,0.7274735939,240,-2.103289431,0.7653606263,1635.9738092 +88,-1.537424111,0.727521351,240,-2.103289431,0.7653606263,1641.6540229 +89,-1.539384641,0.7259505092,240,-2.103289431,0.7653606263,1637.8330032 +90,-1.537372391,0.7259947145,240,-2.103289431,0.7653606263,1643.5012399 +91,-1.535340789,0.7260435356,240,-2.103289431,0.7653606263,1649.218548 +92,-1.539325716,0.7244369706,240,-2.103289431,0.7653606263,1639.7037489 +93,-1.537308932,0.7244801057,240,-2.103289431,0.7653606263,1645.3875883 +94,-1.535289068,0.7245247645,240,-2.103289431,0.7653606263,1651.0777415 +95,-1.533261366,0.7245550236,240,-2.103289431,0.7653606263,1656.8057845 +96,-1.539267302,0.722921924,240,-2.103289431,0.7653606263,1641.5938512 +97,-1.537248972,0.7229660258,240,-2.103289431,0.7653606263,1647.2824288 +98,-1.535219431,0.7229916471,240,-2.103289431,0.7653606263,1653.0233689 +99,-1.53318962,0.7230212049,240,-2.103289431,0.7653606263,1658.7598842 +100,-1.531154816,0.7230299897,240,-2.103289431,0.7653606263,1664.5337631 +101,-1.528878341,0.7230370244,240,-2.103289431,0.7653606263,1670.9958456 +102,-1.539218189,0.7214009878,240,-2.103289431,0.7653606263,1643.4833628 +103,-1.537198791,0.7214422745,240,-2.103289431,0.7653606263,1649.1796132 +104,-1.535179266,0.7214634354,240,-2.103289431,0.7653606263,1654.8988712 +105,-1.533156501,0.7214944644,240,-2.103289431,0.7653606263,1660.6152564 +106,-1.53113574,0.7215166021,240,-2.103289431,0.7653606263,1666.3355996 +107,-1.528874248,0.7215345535,240,-2.103289431,0.7653606263,1672.7445575 +108,-1.539217656,0.7198512397,240,-2.103289431,0.7653606263,1645.287455 +109,-1.537199919,0.7199428763,240,-2.103289431,0.7653606263,1650.9214333 +110,-1.545425832,0.727397149,240,-2.103289431,0.7653606263,1619.0593452 +111,-1.543371177,0.7273916949,240,-2.103289431,0.7653606263,1624.9034317 +112,-1.541368852,0.7274523163,240,-2.103289431,0.7653606263,1630.5251755 +113,-1.545349067,0.7258710923,240,-2.103289431,0.7653606263,1620.970201 +114,-1.54332671,0.7258603556,240,-2.103289431,0.7653606263,1626.7306044 +115,-1.541346831,0.7259242142,240,-2.103289431,0.7653606263,1632.2862861 +116,-1.545324355,0.7243383958,240,-2.103289431,0.7653606263,1622.7602689 +117,-1.543292796,0.7243617413,240,-2.103289431,0.7653606263,1628.5105258 +118,-1.541295822,0.7244024384,240,-2.103289431,0.7653606263,1634.1421773 +119,-1.543193859,0.7205570215,240,-2.103289431,0.7653606263,1633.1503198 +120,-1.550257047,0.7386738187,240,-2.103289431,0.7653606263,1593.4782792 +121,-1.549335448,0.7311736483,240,-2.103289431,0.7653606263,1603.855516 +122,-1.533478843,0.7179891343,240,-2.103289431,0.7653606263,1663.8132061 +123,-1.556150555,0.738907041,240,-2.103289431,0.7653606263,1576.5447941 +124,-1.554324226,0.733414257,240,-2.103289431,0.7653606263,1587.3262923 +125,-1.554290846,0.7288285332,240,-2.103289431,0.7653606263,1592.3023126 +126,-1.55122487,0.7219795312,240,-2.103289431,0.7653606263,1608.6557403 +127,-1.525104458,0.7229399862,240,-2.103289431,0.7653606263,1681.8320584 +128,-1.519607711,0.7236181429,240,-2.103289431,0.7653606263,1696.6657887 +129,-1.513899999,0.7251107854,240,-2.103289431,0.7653606263,1711.1575661 +130,-1.536620762,0.7431061895,240,-2.103289431,0.7653606263,1627.6845631 +131,-1.5369566,0.7460845958,240,-2.103289431,0.7653606263,1623.8647179 +132,-1.545345528,0.7447040685,240,-2.103289431,0.7653606263,1601.4794735 +133,-1.532813921,0.7432306626,240,-2.103289431,0.7653606263,1638.3218942 +134,-1.554788248,0.7382381001,240,-2.103289431,0.7653606263,1581.0738813 +135,-1.540348126,0.7301594274,240,-2.103289431,0.7653606263,1630.4617832 +136,-1.538016084,0.7239051786,240,-2.103289431,0.7653606263,1644.029878 +137,-1.525288962,0.7258085137,240,-2.103289431,0.7653606263,1678.0326429 +138,-1.534326986,0.731241342,240,-2.103289431,0.7653606263,1646.3790489 +139,-1.530733872,0.7303625216,240,-2.103289431,0.7653606263,1657.5250405 +141,-1.534354939,0.7328219978,240,-2.103289431,0.7653606263,1644.6048645 +142,-1.53157084,0.7292888153,240,-2.103289431,0.7653606263,1656.3238051 +143,-1.525691035,0.7263799874,240,-2.103289431,0.7653606263,1676.2465428 +144,-1.534031287,0.7495967835,240,-2.103289431,0.7653606263,1628.8258894 +145,-1.527714986,0.7283095957,240,-2.103289431,0.7653606263,1668.3464797 +146,-1.526189586,0.7271468292,240,-2.103289431,0.7653606263,1673.9707884 +147,-1.555177336,0.7375563366,240,-2.103289431,0.7653606263,1580.6559199 +148,-1.555080283,0.7312707794,240,-2.103289431,0.7653606263,1587.4378771 +149,-1.53856994,0.7224180299,240,-2.103289431,0.7653606263,1644.15469 +150,-1.530837883,0.729933372,240,-2.103289431,0.7653606263,1657.6980165 +151,-1.515066984,0.5854133365,240,-2.103289431,0.7653606263,1936.6741511 +152,-1.534731633,0.5368370046,240,-2.103289431,0.7653606263,1989.3346457 +153,-1.515231902,0.5607085576,240,-2.103289431,0.7653606263,1989.0611747 +154,-2.616253799,1.0684566605,240,-2.103289431,0.7653606263,1695.9640304 +155,-1.956071439,0.5792177723,240,-2.103289431,0.7653606263,865.96221927 +156,-1.951208514,0.5602434208,240,-2.103289431,0.7653606263,939.77718014 +157,-1.944675062,0.6062144545,240,-2.103289431,0.7653606263,795.0442596 +158,-1.613778386,0.6077989518,240,-2.103289431,0.7653606263,1614.3315115 +159,-2.035029014,0.6021432345,240,-2.103289431,0.7653606263,679.41205952 +160,-2.114989471,0.6801825058,240,-2.103289431,0.7653606263,339.17246767 +161,-2.037382079,0.5765830025,240,-2.103289431,0.7653606263,774.96335028 +162,-2.129855121,0.6585019963,240,-2.103289431,0.7653606263,430.67639384 +163,-2.075141798,0.6493615843,240,-2.103289431,0.7653606263,467.19397607 +164,-1.828626729,0.6948433129,240,-2.103289431,0.7653606263,855.78641908 +165,-1.863329418,0.6735427691,240,-2.103289431,0.7653606263,800.70521499 +166,-1.266037071,0.727988852,240,-2.103289431,0.7653606263,2404.1720725 +167,-1.277579582,0.7249010648,240,-2.103289431,0.7653606263,2376.2857127 +168,-1.258418684,0.7241194816,240,-2.103289431,0.7653606263,2430.6542626 +169,-1.317813974,0.6804850104,240,-2.103289431,0.7653606263,2328.0153025 +170,-1.344165204,0.6790988904,240,-2.103289431,0.7653606263,2255.4693585 +171,-1.427582102,0.5277120351,240,-2.103289431,0.7653606263,2307.9849322 +172,-1.402238616,0.457167829,240,-2.103289431,0.7653606263,2547.0598384 +173,-1.422454264,0.4996161999,240,-2.103289431,0.7653606263,2387.5514901 +174,-1.439089277,0.4894859811,240,-2.103289431,0.7653606263,2365.7177711 +175,-1.448126995,0.5182330266,240,-2.103289431,0.7653606263,2272.3203082 +176,-1.474626146,0.5881926574,240,-2.103289431,0.7653606263,2045.1072812 +177,-1.421139645,0.5584869783,240,-2.103289431,0.7653606263,2258.3498971 +178,-1.457037165,0.565943032,240,-2.103289431,0.7653606263,2141.0374527 +179,-2.757159358,0.3745319,240,-2.103289431,0.7653606263,2638.9132034 +180,-2.714309238,0.342054471,240,-2.103289431,0.7653606263,2621.8526328 +181,-2.000525337,0.774119946,240,-2.103289431,0.7653606263,294.28464489 +183,-1.571413436,0.6777838382,240,-2.103289431,0.7653606263,1609.5714171 +184,-1.552860289,0.6987663893,240,-2.103289431,0.7653606263,1632.7940921 +185,-1.521852374,0.7165827476,240,-2.103289431,0.7653606263,1698.5788258 +186,-1.503656267,0.6928968252,240,-2.103289431,0.7653606263,1781.2393461 +187,-1.502753178,0.7136205882,240,-2.103289431,0.7653606263,1756.5296694 +188,-1.631894563,0.7343596465,240,-2.103289431,0.7653606263,1365.7783203 +189,-1.653765416,0.6770714026,240,-2.103289431,0.7653606263,1375.9848669 +190,-1.719812114,0.6715965947,240,-2.103289431,0.7653606263,1198.0579019 +191,-1.493406659,0.6646955447,240,-2.103289431,0.7653606263,1852.5676992 +192,-1.469120564,0.6613469966,240,-2.103289431,0.7653606263,1927.2901029 +193,-1.590551461,0.5326612937,240,-2.103289431,0.7653606263,1847.6941274 +194,-1.625979264,0.5247742243,240,-2.103289431,0.7653606263,1773.33439 +195,-1.572293943,0.5238808754,240,-2.103289431,0.7653606263,1918.278809 +196,-1.610848725,0.5477107964,240,-2.103289431,0.7653606263,1756.6814471 +197,-1.208485554,0.7918526018,240,-2.103289431,0.7653606263,2482.0802894 +198,-1.335601374,0.6869083083,240,-2.103289431,0.7653606263,2267.8050276 +199,-1.346156996,0.6825213377,240,-2.103289431,0.7653606263,2244.5586916 +200,-1.324381037,0.6741422347,240,-2.103289431,0.7653606263,2319.3555983 +201,-1.242424992,0.7378949807,240,-2.103289431,0.7653606263,2456.1567062 +202,-1.270370057,0.7392461008,240,-2.103289431,0.7653606263,2377.1954794 +203,-1.448950472,0.7441675014,240,-2.103289431,0.7653606263,1873.5988941 +204,-1.492662363,0.7523026852,240,-2.103289431,0.7653606263,1742.686649 +205,-1.479098966,0.7763855017,240,-2.103289431,0.7653606263,1759.7531529 +206,-1.633760714,0.7869022408,240,-2.103289431,0.7653606263,1323.819817 +207,-1.647406434,0.8101289331,240,-2.103289431,0.7653606263,1280.1795815 +208,-1.564245052,0.5701509278,240,-2.103289431,0.7653606263,1832.0925506 +209,-1.646289963,0.6833746083,240,-2.103289431,0.7653606263,1387.6945131 +210,-1.5820631,0.6751952144,240,-2.103289431,0.7653606263,1583.0953272 +211,-1.613236298,0.6681681791,240,-2.103289431,0.7653606263,1505.2309175 +212,-1.914661867,0.8212566515,240,-2.103289431,0.7653606263,568.34524103 +213,-1.742133237,0.7250275956,240,-2.103289431,0.7653606263,1060.5876841 +214,-2.033144872,0.6557314699,240,-2.103289431,0.7653606263,482.46180507 +215,-2.039551981,0.6964723658,240,-2.103289431,0.7653606263,331.26694808 +216,-1.247341019,0.7622473908,240,-2.103289431,0.7653606263,2411.6258855 +217,-1.298239787,0.7084123392,240,-2.103289431,0.7653606263,2341.5522714 +218,-1.308539688,0.6926545592,240,-2.103289431,0.7653606263,2335.6403969 +219,-1.303263185,0.6888938396,240,-2.103289431,0.7653606263,2356.2144227 +220,-1.852400229,0.6004246149,240,-2.103289431,0.7653606263,1007.8978606 +221,-1.288947707,0.7473773692,240,-2.103289431,0.7653606263,2315.5686829 +222,-1.372031502,0.7472790993,240,-2.103289431,0.7653606263,2085.2801943 +223,-1.289805721,0.7242157877,240,-2.103289431,0.7653606263,2343.1564366 +224,-1.350807603,0.7533498126,240,-2.103289431,0.7653606263,2137.4153746 +225,-1.329290365,0.7560442322,240,-2.103289431,0.7653606263,2193.9127412 +226,-1.410153004,0.616936428,240,-2.103289431,0.7653606263,2172.8422845 +227,-1.393445434,0.6308995063,240,-2.103289431,0.7653606263,2195.1689826 +228,-1.37595573,0.6241540638,240,-2.103289431,0.7653606263,2257.2641515 +229,-1.358388707,0.6172645205,240,-2.103289431,0.7653606263,2320.0702312 +230,-1.753741133,0.8281661666,240,-2.103289431,0.7653606263,996.21146036 +231,-1.47430987,0.6834615681,240,-2.103289431,0.7653606263,1878.4587007 +232,-1.421012508,0.7222725206,240,-2.103289431,0.7653606263,1977.4830828 +233,-1.4476833,0.6978557868,240,-2.103289431,0.7653606263,1933.853793 +234,-1.470370723,0.6966193374,240,-2.103289431,0.7653606263,1870.9795287 +235,-1.429211703,0.7037216883,240,-2.103289431,0.7653606263,1978.3228013 +236,-1.700578405,0.6178673663,240,-2.103289431,0.7653606263,1354.2679803 +237,-1.678117619,0.6331716163,240,-2.103289431,0.7653606263,1384.677576 +238,-1.725644578,0.6316331145,240,-2.103289431,0.7653606263,1257.0763897 +239,-2.14012759,0.7930497945,240,-2.103289431,0.7653606263,151.00754577 +240,-2.103289431,0.7653606263,240,-2.103289431,0.7653606263,164.77078564 +241,-1.318739838,0.7017808746,240,-2.103289431,0.7653606263,2293.4472185 +242,-1.396417427,0.7077900843,240,-2.103289431,0.7653606263,2065.7576186 +243,-1.35650337,0.7185539404,240,-2.103289431,0.7653606263,2163.9731149 +244,-1.248884539,0.7274156818,240,-2.103289431,0.7653606263,2452.5514083 +245,-1.395014798,0.5761185243,240,-2.103289431,0.7653606263,2295.6586498 +246,-1.433377362,0.6064716109,240,-2.103289431,0.7653606263,2126.3065353 +247,-1.408172432,0.5903155476,240,-2.103289431,0.7653606263,2229.6055176 +248,-1.749645898,0.7757118084,240,-2.103289431,0.7653606263,1003.3787368 +249,-1.571626686,0.615046989,240,-2.103289431,0.7653606263,1717.8192703 +250,-1.514070049,0.6303003037,240,-2.103289431,0.7653606263,1852.1197465 +251,-1.480890369,0.6237966528,240,-2.103289431,0.7653606263,1958.4420548 +252,-1.704390658,0.5281680612,240,-2.103289431,0.7653606263,1563.5310706 +253,-1.64434733,0.5254277498,240,-2.103289431,0.7653606263,1723.711394 +254,-1.703855997,0.4792484842,240,-2.103289431,0.7653606263,1703.122168 +255,-1.692002383,0.5748825051,240,-2.103289431,0.7653606263,1475.2247768 +256,-1.854136457,0.5544643913,240,-2.103289431,0.7653606263,1139.3938838 +257,-1.665021206,0.520317736,240,-2.103289431,0.7653606263,1683.8850497 +258,-1.733654349,0.4845187345,240,-2.103289431,0.7653606263,1618.0189149 +259,-1.720938188,0.5135933906,240,-2.103289431,0.7653606263,1563.3354262 +260,-1.742668307,0.553296122,240,-2.103289431,0.7653606263,1400.5843004 +261,-1.965659039,0.7142126903,240,-2.103289431,0.7653606263,450.48695901 +262,-1.944438071,0.6772834804,240,-2.103289431,0.7653606263,586.75369468 +263,-1.270340967,0.7681487096,240,-2.103289431,0.7653606263,2341.9409189 +264,-1.353091884,0.6549276821,240,-2.103289431,0.7653606263,2268.9261944 +265,-1.333236659,0.6413584414,240,-2.103289431,0.7653606263,2348.6440639 +266,-1.352015998,0.6753788907,240,-2.103289431,0.7653606263,2238.9607409 +267,-1.377988483,0.6577816235,240,-2.103289431,0.7653606263,2193.2295627 +268,-2.13075611,0.8318642051,240,-2.103289431,0.7653606263,274.12271735 +269,-2.097910953,0.8259670014,240,-2.103289431,0.7653606263,240.52377499 +270,-1.416382069,0.6694271549,240,-2.103289431,0.7653606263,2065.019328 +271,-1.538905672,0.7535625993,240,-2.103289431,0.7653606263,1611.5065798 +272,-1.572309477,0.7803125099,240,-2.103289431,0.7653606263,1498.1429827 +273,-1.87759879,0.7503853417,240,-2.103289431,0.7653606263,651.31503056 +274,1.152365588,0.590457682,240,-2.103289431,0.7653606263,7057.6772727 +275,0.350198001,0.718001859,240,-2.103289431,0.7653606263,6078.2682035 +276,0.046513677,0.491503852,240,-2.103289431,0.7653606263,6304.7963444 +277,0.027510309,0.742571376,240,-2.103289431,0.7653606263,5479.8640613 +278,0.306285725,-0.214631579,240,-2.103289431,0.7653606263,9138.9252983 +279,-1.100564889,0.318051531,240,-2.103289431,0.7653606263,3745.9655201 +280,-1.078582306,0.301437596,240,-2.103289431,0.7653606263,3851.6696783 +281,-1.137371989,-0.617634065,240,-2.103289431,0.7653606263,6487.0552918 +282,0.784356344,0.703272339,240,-2.103289431,0.7653606263,6556.413836 +283,-1.221209947,0.218327455,240,-2.103289431,0.7653606263,3685.4214174 +284,2.347301921,-0.449114658,240,-2.103289431,0.7653606263,8155.174202 +285,0.246820618,0.830553713,240,-2.103289431,0.7653606263,5546.5872911 +286,0.829414965,0.703288228,240,-2.103289431,0.7653606263,6578.9513053 +287,-1.337537566,0.42332223,240,-2.103289431,0.7653606263,2811.1934999 +288,0.882453706,0.454478077,240,-2.103289431,0.7653606263,7578.9930837 +289,1.575629659,0.416419109,240,-2.103289431,0.7653606263,7372.2217206 +290,-1.039455679,0.229888244,240,-2.103289431,0.7653606263,4153.5143076 +291,0.489558039,0.934482747,240,-2.103289431,0.7653606263,5458.2551292 +292,0.081344504,0.88384514,240,-2.103289431,0.7653606263,5129.8253402 +293,-1.547979814,0.300350308,240,-2.103289431,0.7653606263,2612.216029 +294,0.040776181,0.168560074,240,-2.103289431,0.7653606263,7302.2013013 +295,-1.130374745,0.563894876,240,-2.103289431,0.7653606263,3075.757818 +296,1.578326642,0.478507176,240,-2.103289431,0.7653606263,7141.3551685 +297,-1.12861823,-0.291640865,240,-2.103289431,0.7653606263,5470.4573356 +298,0.310524208,0.770885792,240,-2.103289431,0.7653606263,5839.0765975 +299,0.415649091,-0.387246002,240,-2.103289431,0.7653606263,9921.804745 +300,-0.926533878,-0.188022748,240,-2.103289431,0.7653606263,5655.6169084 +301,1.258856172,-0.11716081,240,-2.103289431,0.7653606263,9764.5782224 +302,-1.126050026,0.322941926,240,-2.103289431,0.7653606263,3661.3522782 +303,2.002785835,0.07893892,240,-2.103289431,0.7653606263,7659.5123152 +304,0.440437607,0.746258085,240,-2.103289431,0.7653606263,6092.371869 +305,-0.030391866,0.214441206,240,-2.103289431,0.7653606263,6985.9003259 +306,0.521557815,-0.058929362,240,-2.103289431,0.7653606263,9112.497738 +307,-0.097005111,0.13317729,240,-2.103289431,0.7653606263,7058.0513056 +308,1.83113859,0.221857587,240,-2.103289431,0.7653606263,7601.379671 +309,0.222428864,0.099404236,240,-2.103289431,0.7653606263,7951.6866544 +310,-1.702731345,0.8728568183,240,-2.103289431,0.7653606263,1158.3390941 +311,-0.418507569,0.278324921,240,-2.103289431,0.7653606263,5779.4384247 +312,-1.41153306,0.339029988,240,-2.103289431,0.7653606263,2837.7715994 +313,0.357560442,0.114788776,240,-2.103289431,0.7653606263,8193.0950636 +314,0.325818979,0.268352149,240,-2.103289431,0.7653606263,7606.5477527 +315,-1.246004659,-0.663679965,240,-2.103289431,0.7653606263,6439.8367161 +316,1.814603087,0.637404484,240,-2.103289431,0.7653606263,6226.7236846 +317,1.843704281,-0.18300445,240,-2.103289431,0.7653606263,8857.4641591 +318,1.690644492,-0.211480909,240,-2.103289431,0.7653606263,9325.0987552 +319,-1.275451936,0.068109467,240,-2.103289431,0.7653606263,3991.3310105 +320,0.762430171,-0.207594741,240,-2.103289431,0.7653606263,10042.263091 +321,0.265668905,-0.014647884,240,-2.103289431,0.7653606263,8418.1053625 +322,-2.773032013,-0.335515811,240,-2.103289431,0.7653606263,4991.2508211 +323,-1.469512853,0.174058777,240,-2.103289431,0.7653606263,3193.1398078 +324,0.286276986,0.785925691,240,-2.103289431,0.7653606263,5753.6728233 +325,-1.379324697,0.377432233,240,-2.103289431,0.7653606263,2817.2099254 +326,-1.203778265,0.212813032,240,-2.103289431,0.7653606263,3748.0127654 +327,0.579916301,0.611743168,240,-2.103289431,0.7653606263,6744.4683591 +328,0.267582642,0.868113908,240,-2.103289431,0.7653606263,5447.2253289 +329,0.412869244,-0.050245578,240,-2.103289431,0.7653606263,8864.1862015 +330,0.17524381,0.976660285,240,-2.103289431,0.7653606263,4966.6428819 +331,0.743157214,0.204812899,240,-2.103289431,0.7653606263,8456.1867657 +332,-1.070758176,0.269382282,240,-2.103289431,0.7653606263,3958.9757232 +333,-1.230364251,0.329790229,240,-2.103289431,0.7653606263,3352.0920216 +334,-1.374813124,-0.024926835,240,-2.103289431,0.7653606263,4052.7536867 +335,0.519780566,0.463669906,240,-2.103289431,0.7653606263,7224.2978327 +336,-1.55108034,0.239698561,240,-2.103289431,0.7653606263,2797.0174561 +337,0.180294813,0.029739425,240,-2.103289431,0.7653606263,8074.2089403 +338,0.67820924,0.268170153,240,-2.103289431,0.7653606263,8147.4104683 +339,0.445798684,1.024001867,240,-2.103289431,0.7653606263,5094.7495228 +340,0.691751283,0.150521402,240,-2.103289431,0.7653606263,8608.4279916 +341,-1.036643551,-0.903056181,240,-2.103289431,0.7653606263,7546.8727057 +342,-0.120287036,1.083325163,240,-2.103289431,0.7653606263,4253.3665755 +343,2.823513113,-0.304487164,240,-2.103289431,0.7653606263,6464.9762735 +344,0.457583172,1.12513373,240,-2.103289431,0.7653606263,4740.9522568 +345,0.042918831,0.813795399,240,-2.103289431,0.7653606263,5285.9814552 +346,1.196146777,-0.853142756,240,-2.103289431,0.7653606263,11890.395441 +347,0.206001358,-0.010430701,240,-2.103289431,0.7653606263,8262.3564896 +348,-0.268308653,0.234799412,240,-2.103289431,0.7653606263,6308.9108261 +349,0.759363263,0.736189579,240,-2.103289431,0.7653606263,6414.2499339 +350,0.181363926,0.891988372,240,-2.103289431,0.7653606263,5250.6344985 +351,-0.021111158,0.139103292,240,-2.103289431,0.7653606263,7236.8748507 +352,-0.093355215,0.630686981,240,-2.103289431,0.7653606263,5581.7036201 +353,0.40118964,0.681375926,240,-2.103289431,0.7653606263,6276.8157375 +354,-0.721197315,1.304706234,240,-2.103289431,0.7653606263,3128.3995989 +355,-1.076150317,0.212107639,240,-2.103289431,0.7653606263,4099.7159309 +356,-1.577164531,0.273993443,240,-2.103289431,0.7653606263,2628.3886938 +357,-0.190788414,0.182208586,240,-2.103289431,0.7653606263,6666.9294348 +358,-0.261349752,0.209710184,240,-2.103289431,0.7653606263,6398.991121 +359,-1.029303852,0.083549259,240,-2.103289431,0.7653606263,4590.498214 +360,-1.268609162,0.330525297,240,-2.103289431,0.7653606263,3244.8199848 +361,1.282982244,-0.926641967,240,-2.103289431,0.7653606263,11540.800154 +362,0.217352334,0.731352408,240,-2.103289431,0.7653606263,5837.4381578 +363,-1.511833084,0.258629297,240,-2.103289431,0.7653606263,2827.1735189 +364,0.338812194,0.823184618,240,-2.103289431,0.7653606263,5694.013703 +365,-0.324406489,1.134201999,240,-2.103289431,0.7653606263,3844.497612 +366,1.389579348,0.399185724,240,-2.103289431,0.7653606263,7657.7031311 +367,2.047152199,-0.039082036,240,-2.103289431,0.7653606263,7899.6970928 +368,0.947780369,0.568250077,240,-2.103289431,0.7653606263,7151.2784297 +369,0.763824846,0.576754987,240,-2.103289431,0.7653606263,7035.9439524 +370,-0.142334657,0.928153068,240,-2.103289431,0.7653606263,4634.0795432 +371,0.610266567,0.547265983,240,-2.103289431,0.7653606263,7018.5099696 +372,0.210731629,0.746815056,240,-2.103289431,0.7653606263,5775.2713452 +373,-1.34931644,0.316895224,240,-2.103289431,0.7653606263,3064.2278266 +374,2.407696481,0.655030745,240,-2.103289431,0.7653606263,4983.2750252 +375,0.64207831,0.545359131,240,-2.103289431,0.7653606263,7057.4970972 +376,1.174597538,0.840588356,240,-2.103289431,0.7653606263,6065.0030942 +377,0.660059424,0.010604079,240,-2.103289431,0.7653606263,9091.7422989 +378,-0.730263819,0.010486456,240,-2.103289431,0.7653606263,5629.7373721 +379,0.831068936,0.512339172,240,-2.103289431,0.7653606263,7327.3531748 +380,1.301180979,0.72367476,240,-2.103289431,0.7653606263,6472.0495279 +381,1.811128231,0.322854402,240,-2.103289431,0.7653606263,7304.0390396 +382,0.435105812,0.992284428,240,-2.103289431,0.7653606263,5199.1676921 +383,0.62643634,0.592027932,240,-2.103289431,0.7653606263,6865.4436873 +384,0.492988703,-0.516339467,240,-2.103289431,0.7653606263,10468.449642 +385,-0.162469483,0.112549365,240,-2.103289431,0.7653606263,6944.1645457 +386,0.314630866,0.472006421,240,-2.103289431,0.7653606263,6883.7775364 +387,0.166744804,0.822815954,240,-2.103289431,0.7653606263,5455.9688354 +388,0.417159608,0.965805736,240,-2.103289431,0.7653606263,5277.0294767 +389,0.106334961,0.868774244,240,-2.103289431,0.7653606263,5215.6877615 +390,0.815086969,-0.338144359,240,-2.103289431,0.7653606263,10596.896128 +391,0.59867455,-0.230624824,240,-2.103289431,0.7653606263,9853.2860597 +392,1.915104874,0.066220985,240,-2.103289431,0.7653606263,7914.3530004 +393,1.278093622,0.064463721,240,-2.103289431,0.7653606263,9047.7361753 +394,-0.061477853,0.302997961,240,-2.103289431,0.7653606263,6641.0573359 +395,0.251311504,0.626976942,240,-2.103289431,0.7653606263,6244.9443957 +396,2.950242872,0.149095644,240,-2.103289431,0.7653606263,4841.4681707 +397,-0.180294708,0.35375117,240,-2.103289431,0.7653606263,6195.6299694 +398,1.010448592,-0.351180233,240,-2.103289431,0.7653606263,10800.696607 +399,-1.748740498,0.3686318073,240,-2.103289431,0.7653606263,1956.3364838 +400,2.699635665,0.123533791,240,-2.103289431,0.7653606263,5625.2474111 +401,0.496808033,0.823843254,240,-2.103289431,0.7653606263,5870.9240862 +402,0.129574704,0.763364087,240,-2.103289431,0.7653606263,5590.7747489 +403,1.798920311,0.817447563,240,-2.103289431,0.7653606263,5633.6781752 +404,0.335987953,0.746786541,240,-2.103289431,0.7653606263,5957.8251239 +405,-1.085413643,0.292154671,240,-2.103289431,0.7653606263,3856.9894291 +406,-0.155321003,0.508207011,240,-2.103289431,0.7653606263,5804.8504378 +407,0.620529244,-0.301175104,240,-2.103289431,0.7653606263,10135.606591 +408,1.684402744,0.368716966,240,-2.103289431,0.7653606263,7376.5372152 +409,0.300582244,-0.386397212,240,-2.103289431,0.7653606263,9613.4654998 +410,2.913555946,-0.009225192,240,-2.103289431,0.7653606263,5384.7794908 +411,1.465101417,0.493232532,240,-2.103289431,0.7653606263,7223.5184404 +412,0.090612882,0.907955955,240,-2.103289431,0.7653606263,5068.3321175 +413,2.987564726,-0.729568594,240,-2.103289431,0.7653606263,7276.6855753 +414,-1.484261606,0.224149272,240,-2.103289431,0.7653606263,3000.0801978 +415,0.164073421,0.303955133,240,-2.103289431,0.7653606263,7157.9185994 +416,0.141441293,0.167552546,240,-2.103289431,0.7653606263,7546.446114 +417,2.931321023,-0.506718887,240,-2.103289431,0.7653606263,6764.5087228 +418,2.21951565,0.700596356,240,-2.103289431,0.7653606263,5273.1229677 +419,0.268112576,1.199114336,240,-2.103289431,0.7653606263,4339.7159043 +420,0.978913739,0.359223811,240,-2.103289431,0.7653606263,7984.1449796 +421,1.210898818,0.522863584,240,-2.103289431,0.7653606263,7302.9576123 +422,2.347397336,0.129231362,240,-2.103289431,0.7653606263,6601.721121 +423,0.614394501,0.556878345,240,-2.103289431,0.7653606263,6986.4659313 +424,-1.398079356,0.148483366,240,-2.103289431,0.7653606263,3442.1962883 +425,2.535303836,-0.112984496,240,-2.103289431,0.7653606263,6742.0636524 +426,-1.019372593,-0.405322349,240,-2.103289431,0.7653606263,6075.8143733 +427,-1.297785627,-0.160104069,240,-2.103289431,0.7653606263,4666.2533923 +428,2.144554488,0.205051084,240,-2.103289431,0.7653606263,6919.6739182 +429,-2.242387083,-0.426171285,240,-2.103289431,0.7653606263,4746.6640575 +430,0.338637212,0.909723676,240,-2.103289431,0.7653606263,5391.4917406 +431,-0.148798452,0.691042401,240,-2.103289431,0.7653606263,5288.3105654 +432,0.893524764,0.441829531,240,-2.103289431,0.7653606263,7633.3040273 +433,0.969229347,-0.368847936,240,-2.103289431,0.7653606263,10856.891556 +434,0.436043248,0.800045688,240,-2.103289431,0.7653606263,5892.7724634 +435,1.687946607,1.081504775,240,-2.103289431,0.7653606263,4840.975963 +436,0.522302046,-0.034889271,240,-2.103289431,0.7653606263,9030.0122569 +437,-0.178996113,-0.438090009,240,-2.103289431,0.7653606263,8387.8095062 +438,-1.094339566,0.301444068,240,-2.103289431,0.7653606263,3807.243562 +439,-1.064070054,0.242569932,240,-2.103289431,0.7653606263,4050.0748167 +440,-1.068153768,0.230387998,240,-2.103289431,0.7653606263,4071.8203306 +441,-3.00496892,-0.23989155,240,-2.103289431,0.7653606263,5139.4351113 +442,0.21751974,0.766874888,240,-2.103289431,0.7653606263,5718.4698046 +443,0.117229532,0.007619006,240,-2.103289431,0.7653606263,7986.8140407 +444,0.777758451,0.420554741,240,-2.103289431,0.7653606263,7651.9352532 +445,-0.252356999,0.250747086,240,-2.103289431,0.7653606263,6306.0857634 +446,0.363148444,0.768483434,240,-2.103289431,0.7653606263,5917.4074942 +447,0.903191366,-0.118210676,240,-2.103289431,0.7653606263,9837.9130712 +448,-0.205755923,0.149406178,240,-2.103289431,0.7653606263,6721.3374589 +449,1.811996086,0.02364353,240,-2.103289431,0.7653606263,8292.8287482 +450,-1.100670221,0.314845373,240,-2.103289431,0.7653606263,3754.0823929 +451,0.340078597,0.850105132,240,-2.103289431,0.7653606263,5601.4043777 +452,0.258757267,0.804969236,240,-2.103289431,0.7653606263,5650.0657235 +453,2.78505352,-0.155160804,240,-2.103289431,0.7653606263,6152.0018369 +454,0.800551619,0.105822106,240,-2.103289431,0.7653606263,8889.7821118 +455,0.437940882,-0.506194031,240,-2.103289431,0.7653606263,10294.188073 +456,2.230431122,0.63458615,240,-2.103289431,0.7653606263,5440.3858346 +457,0.527965361,0.127667701,240,-2.103289431,0.7653606263,8462.2386692 +458,-0.063643205,0.702093448,240,-2.103289431,0.7653606263,5429.8607429 +459,1.408447268,0.133010502,240,-2.103289431,0.7653606263,8645.9223571 +460,0.523795955,0.280266966,240,-2.103289431,0.7653606263,7902.3924763 +461,-0.975769313,0.072177659,240,-2.103289431,0.7653606263,4769.791765 +462,0.549774164,-0.463663986,240,-2.103289431,0.7653606263,10478.290672 +463,0.29245874,1.095549818,240,-2.103289431,0.7653606263,4705.0486858 +464,0.143625958,0.816809593,240,-2.103289431,0.7653606263,5440.0547716 +465,0.671902494,0.611159853,240,-2.103289431,0.7653606263,6833.7702731 +466,1.239840988,0.6724199,240,-2.103289431,0.7653606263,6703.2020705 +467,0.607829703,-0.10932137,240,-2.103289431,0.7653606263,9446.0491378 +468,1.763020906,0.263996692,240,-2.103289431,0.7653606263,7597.8236402 +469,0.378714634,0.726066797,240,-2.103289431,0.7653606263,6087.9117626 +470,2.196736143,-0.153862366,240,-2.103289431,0.7653606263,7816.4580865 +471,0.01702415,0.148991565,240,-2.103289431,0.7653606263,7303.2623263 +472,-2.998490902,-0.158002487,240,-2.103289431,0.7653606263,4863.1812561 +473,-3.051262951,-0.346595608,240,-2.103289431,0.7653606263,5584.2160611 +474,-1.069176439,0.182802941,240,-2.103289431,0.7653606263,4200.3286914 +475,0.167157509,0.595344954,240,-2.103289431,0.7653606263,6205.9367166 +476,0.613855648,0.681746124,240,-2.103289431,0.7653606263,6514.0707264 +477,1.037012736,0.682555367,240,-2.103289431,0.7653606263,6708.651392 +478,-1.253574971,0.379755746,240,-2.103289431,0.7653606263,3156.1919568 +479,3.108590453,-0.132620738,240,-2.103289431,0.7653606263,5217.9325364 +480,0.565301296,0.022333262,240,-2.103289431,0.7653606263,8902.8450462 +481,0.547898238,0.855555614,240,-2.103289431,0.7653606263,5801.9211488 +482,0.948309381,0.417393755,240,-2.103289431,0.7653606263,7747.5496854 +483,-0.050600732,0.945269213,240,-2.103289431,0.7653606263,4738.0127304 +484,-0.977651478,-0.572363064,240,-2.103289431,0.7653606263,6675.2680524 +485,1.102014914,0.728861163,240,-2.103289431,0.7653606263,6520.9005082 +486,2.927300795,-0.282939414,240,-2.103289431,0.7653606263,6129.9127531 +487,-1.154565557,0.124434095,240,-2.103289431,0.7653606263,4134.4206375 +488,1.855331234,0.291044755,240,-2.103289431,0.7653606263,7321.2185757 +489,0.830290659,0.276904518,240,-2.103289431,0.7653606263,8247.1881584 +490,0.485104466,-0.234867441,240,-2.103289431,0.7653606263,9629.0512895 +491,0.521367572,-0.33161327,240,-2.103289431,0.7653606263,10018.374173 +1,-1.539031704,0.7349710123,241,-1.318739838,0.7017808746,669.30346512 +2,-1.536990553,0.7349663874,241,-1.318739838,0.7017808746,663.35030987 +3,-1.534951779,0.7349571355,241,-1.318739838,0.7017808746,657.40352691 +4,-1.532906461,0.7349480293,241,-1.318739838,0.7017808746,651.43952283 +5,-1.531320211,0.7346937278,241,-1.318739838,0.7017808746,646.68583824 +6,-1.539451648,0.7335131775,241,-1.318739838,0.7017808746,669.84069693 +7,-1.537429487,0.7335445708,241,-1.318739838,0.7017808746,663.94556452 +8,-1.535484998,0.7335658704,241,-1.318739838,0.7017808746,658.27480662 +9,-1.533488396,0.7336036027,241,-1.318739838,0.7017808746,652.46183666 +10,-1.531497785,0.7335842962,241,-1.318739838,0.7017808746,646.64064368 +11,-1.530259379,0.7334777758,241,-1.318739838,0.7017808746,642.97273727 +12,-1.5335454,0.7322346912,241,-1.318739838,0.7017808746,651.98694631 +13,-1.531489083,0.7322238773,241,-1.318739838,0.7017808746,645.96509526 +14,-1.530011122,0.7321679851,241,-1.318739838,0.7017808746,641.61536138 +15,-1.53348106,0.7306614094,241,-1.318739838,0.7017808746,651.11558358 +16,-1.531441779,0.7306962275,241,-1.318739838,0.7017808746,645.14868575 +17,-1.529755654,0.7306933243,241,-1.318739838,0.7017808746,640.20302851 +18,-1.533415048,0.7291384674,241,-1.318739838,0.7017808746,650.31594568 +19,-1.531392093,0.7291705353,241,-1.318739838,0.7017808746,644.38098423 +20,-1.529296523,0.7291214933,241,-1.318739838,0.7017808746,638.20222126 +21,-1.535280942,0.727267644,241,-1.318739838,0.7017808746,655.14825082 +22,-1.533378158,0.7276139666,241,-1.318739838,0.7017808746,649.65565799 +23,-1.531340368,0.7276446587,241,-1.318739838,0.7017808746,643.66217664 +24,-1.528960113,0.7276398177,241,-1.318739838,0.7017808746,636.64883458 +25,-1.533313146,0.7260818349,241,-1.318739838,0.7017808746,648.96471648 +26,-1.531259555,0.7260958115,241,-1.318739838,0.7017808746,642.90535288 +27,-1.528926415,0.7260865555,241,-1.318739838,0.7017808746,636.01449427 +28,-1.531226779,0.7245511789,241,-1.318739838,0.7017808746,642.34847497 +29,-1.528904772,0.7245519194,241,-1.318739838,0.7017808746,635.47935543 +30,-1.547195875,0.7409785979,241,-1.318739838,0.7017808746,696.23767651 +31,-1.5451475,0.740980426,241,-1.318739838,0.7017808746,690.31912714 +32,-1.543097679,0.7409798872,241,-1.318739838,0.7017808746,684.39740901 +33,-1.540720364,0.7409892687,241,-1.318739838,0.7017808746,677.53886905 +34,-1.547188511,0.7395198392,241,-1.318739838,0.7017808746,695.38729207 +35,-1.545148587,0.7395226109,241,-1.318739838,0.7017808746,689.47872048 +36,-1.543104538,0.7395314908,241,-1.318739838,0.7017808746,683.56396133 +37,-1.540727751,0.7395306258,241,-1.318739838,0.7017808746,676.68292448 +38,-1.547187029,0.7380014886,241,-1.318739838,0.7017808746,694.56950916 +39,-1.545147315,0.7380012252,241,-1.318739838,0.7017808746,688.64471798 +40,-1.54310719,0.7380060743,241,-1.318739838,0.7017808746,682.72349491 +41,-1.540719671,0.7380068206,241,-1.318739838,0.7017808746,675.79405155 +42,-1.547187189,0.7364799098,241,-1.318739838,0.7017808746,693.8055715 +43,-1.545149996,0.7364853874,241,-1.318739838,0.7017808746,687.87621969 +44,-1.543106091,0.7364823484,241,-1.318739838,0.7017808746,681.92496533 +45,-1.540717158,0.7364893901,241,-1.318739838,0.7017808746,674.97689563 +46,-1.538663972,0.7410138672,241,-1.318739838,0.7017808746,671.61953485 +47,-1.53695285,0.7409699132,241,-1.318739838,0.7017808746,666.6554032 +48,-1.534910498,0.7409641297,241,-1.318739838,0.7017808746,660.76205785 +49,-1.533145034,0.7409536636,241,-1.318739838,0.7017808746,655.66622626 +50,-1.538681336,0.7395405883,241,-1.318739838,0.7017808746,670.76726057 +51,-1.536999189,0.7395183096,241,-1.318739838,0.7017808746,665.88817201 +52,-1.534923633,0.7395144222,241,-1.318739838,0.7017808746,659.88430944 +53,-1.533267822,0.7395654306,241,-1.318739838,0.7017808746,655.13024376 +54,-1.53867273,0.7380151077,241,-1.318739838,0.7017808746,669.85973902 +55,-1.536980576,0.7379994392,241,-1.318739838,0.7017808746,664.94298265 +56,-1.534931522,0.7379944961,241,-1.318739838,0.7017808746,658.99909271 +57,-1.533387952,0.7379480264,241,-1.318739838,0.7017808746,654.49789915 +58,-1.538682279,0.7364914363,241,-1.318739838,0.7017808746,669.05873954 +59,-1.536980704,0.7364810563,241,-1.318739838,0.7017808746,664.1050623 +60,-1.534935567,0.7364752065,241,-1.318739838,0.7017808746,658.15649895 +61,-1.533042592,0.7363876366,241,-1.318739838,0.7017808746,652.60688547 +62,-1.545143426,0.7349628011,241,-1.318739838,0.7017808746,687.12871675 +63,-1.543105297,0.7349691947,241,-1.318739838,0.7017808746,681.18431845 +64,-1.541064533,0.7349647152,241,-1.318739838,0.7017808746,675.22883824 +65,-1.545411803,0.7334624714,241,-1.318739838,0.7017808746,687.24663304 +66,-1.543446606,0.7334780896,241,-1.318739838,0.7017808746,681.50525148 +67,-1.541475327,0.7334957295,241,-1.318739838,0.7017808746,675.74869655 +68,-1.545401939,0.731963266,241,-1.318739838,0.7017808746,686.60308516 +69,-1.54342253,0.7319915583,241,-1.318739838,0.7017808746,680.81168813 +70,-1.541455867,0.7320216438,241,-1.318739838,0.7017808746,675.06017707 +71,-1.545410146,0.7304422281,241,-1.318739838,0.7017808746,686.05500481 +72,-1.543435491,0.7304713664,241,-1.318739838,0.7017808746,680.26410921 +73,-1.541463105,0.7304997613,241,-1.318739838,0.7017808746,674.48124087 +74,-1.545414768,0.7289194936,241,-1.318739838,0.7017808746,685.54786515 +75,-1.543435774,0.7289538557,241,-1.318739838,0.7017808746,679.73258489 +76,-1.541457714,0.7289765881,241,-1.318739838,0.7017808746,673.91765304 +77,-1.539449415,0.7320555866,241,-1.318739838,0.7017808746,669.19559795 +78,-1.537429183,0.7321097681,241,-1.318739838,0.7017808746,663.30145666 +79,-1.535472649,0.7321497267,241,-1.318739838,0.7017808746,657.59007213 +80,-1.539457899,0.7305333307,241,-1.318739838,0.7017808746,668.60567862 +81,-1.537453161,0.7305750503,241,-1.318739838,0.7017808746,662.73658955 +82,-1.535479385,0.7306124949,241,-1.318739838,0.7017808746,656.95870882 +83,-1.53946905,0.7290102593,241,-1.318739838,0.7017808746,668.07677741 +84,-1.537459922,0.7290417293,241,-1.318739838,0.7017808746,662.17658164 +85,-1.535451349,0.7290890157,241,-1.318739838,0.7017808746,656.28558369 +86,-1.535522937,0.7279887191,241,-1.318739838,0.7017808746,656.10361858 +87,-1.539442524,0.7274735939,241,-1.318739838,0.7017808746,667.48615549 +88,-1.537424111,0.727521351,241,-1.318739838,0.7017808746,661.55008317 +89,-1.539384641,0.7259505092,241,-1.318739838,0.7017808746,666.8609884 +90,-1.537372391,0.7259947145,241,-1.318739838,0.7017808746,660.92827293 +91,-1.535340789,0.7260435356,241,-1.318739838,0.7017808746,654.94138474 +92,-1.539325716,0.7244369706,241,-1.318739838,0.7017808746,666.2881905 +93,-1.537308932,0.7244801057,241,-1.318739838,0.7017808746,660.32867526 +94,-1.535289068,0.7245247645,241,-1.318739838,0.7017808746,654.36187542 +95,-1.533261366,0.7245550236,241,-1.318739838,0.7017808746,648.36947331 +96,-1.539267302,0.722921924,241,-1.318739838,0.7017808746,665.76915857 +97,-1.537248972,0.7229660258,241,-1.318739838,0.7017808746,659.79262684 +98,-1.535219431,0.7229916471,241,-1.318739838,0.7017808746,653.7799426 +99,-1.53318962,0.7230212049,241,-1.318739838,0.7017808746,647.76842544 +100,-1.531154816,0.7230299897,241,-1.318739838,0.7017808746,641.73819589 +101,-1.528878341,0.7230370244,241,-1.318739838,0.7017808746,634.99206278 +102,-1.539218189,0.7214009878,241,-1.318739838,0.7017808746,665.32953214 +103,-1.537198791,0.7214422745,241,-1.318739838,0.7017808746,659.33704313 +104,-1.535179266,0.7214634354,241,-1.318739838,0.7017808746,653.34143144 +105,-1.533156501,0.7214944644,241,-1.318739838,0.7017808746,647.33897926 +106,-1.53113574,0.7215166021,241,-1.318739838,0.7017808746,641.34164788 +107,-1.528874248,0.7215345535,241,-1.318739838,0.7017808746,634.62946112 +108,-1.539217656,0.7198512397,241,-1.318739838,0.7017808746,665.08388972 +109,-1.537199919,0.7199428763,241,-1.318739838,0.7017808746,659.09185444 +110,-1.545425832,0.727397149,241,-1.318739838,0.7017808746,685.11208847 +111,-1.543371177,0.7273916949,241,-1.318739838,0.7017808746,679.04858382 +112,-1.541368852,0.7274523163,241,-1.318739838,0.7017808746,673.16056112 +113,-1.545349067,0.7258710923,241,-1.318739838,0.7017808746,684.46809589 +114,-1.54332671,0.7258603556,241,-1.318739838,0.7017808746,678.48693043 +115,-1.541346831,0.7259242142,241,-1.318739838,0.7017808746,672.65219544 +116,-1.545324355,0.7243383958,241,-1.318739838,0.7017808746,684.02856409 +117,-1.543292796,0.7243617413,241,-1.318739838,0.7017808746,678.01697693 +118,-1.541295822,0.7244024384,241,-1.318739838,0.7017808746,672.11292604 +119,-1.543193859,0.7205570215,241,-1.318739838,0.7017808746,677.01462675 +120,-1.550257047,0.7386738187,241,-1.318739838,0.7017808746,703.8346052 +121,-1.549335448,0.7311736483,241,-1.318739838,0.7017808746,697.84766778 +122,-1.533478843,0.7179891343,241,-1.318739838,0.7017808746,647.75104948 +123,-1.556150555,0.738907041,241,-1.318739838,0.7017808746,721.06859919 +124,-1.554324226,0.733414257,241,-1.318739838,0.7017808746,713.31337991 +125,-1.554290846,0.7288285332,241,-1.318739838,0.7017808746,711.66669521 +126,-1.55122487,0.7219795312,241,-1.318739838,0.7017808746,701.09501245 +127,-1.525104458,0.7229399862,241,-1.318739838,0.7017808746,623.78204881 +128,-1.519607711,0.7236181429,241,-1.318739838,0.7017808746,607.69402981 +129,-1.513899999,0.7251107854,241,-1.318739838,0.7017808746,591.32048837 +130,-1.536620762,0.7431061895,241,-1.318739838,0.7017808746,667.11475338 +131,-1.5369566,0.7460845958,241,-1.318739838,0.7017808746,670.22157169 +132,-1.545345528,0.7447040685,241,-1.318739838,0.7017808746,693.25379615 +133,-1.532813921,0.7432306626,241,-1.318739838,0.7017808746,656.27344009 +134,-1.554788248,0.7382381001,241,-1.318739838,0.7017808746,716.78007018 +135,-1.540348126,0.7301594274,241,-1.318739838,0.7017808746,671.07822746 +136,-1.538016084,0.7239051786,241,-1.318739838,0.7017808746,662.28107327 +137,-1.525288962,0.7258085137,241,-1.318739838,0.7017808746,625.18492931 +138,-1.534326986,0.731241342,241,-1.318739838,0.7017808746,653.84011015 +139,-1.530733872,0.7303625216,241,-1.318739838,0.7017808746,642.93090257 +141,-1.534354939,0.7328219978,241,-1.318739838,0.7017808746,654.62369508 +142,-1.53157084,0.7292888153,241,-1.318739838,0.7017808746,644.95255634 +143,-1.525691035,0.7263799874,241,-1.318739838,0.7017808746,626.56582061 +144,-1.534031287,0.7495967835,241,-1.318739838,0.7017808746,664.7134605 +145,-1.527714986,0.7283095957,241,-1.318739838,0.7017808746,633.23396718 +146,-1.526189586,0.7271468292,241,-1.318739838,0.7017808746,628.3076968 +147,-1.555177336,0.7375563366,241,-1.318739838,0.7017808746,717.58444615 +148,-1.555080283,0.7312707794,241,-1.318739838,0.7017808746,714.75393296 +149,-1.53856994,0.7224180299,241,-1.318739838,0.7017808746,663.59627156 +150,-1.530837883,0.729933372,241,-1.318739838,0.7017808746,643.05784863 +151,-1.515066984,0.5854133365,241,-1.318739838,0.7017808746,773.18424644 +152,-1.534731633,0.5368370046,241,-1.318739838,0.7017808746,953.28883495 +153,-1.515231902,0.5607085576,241,-1.318739838,0.7017808746,839.57136102 +154,-2.616253799,1.0684566605,241,-1.318739838,0.7017808746,3339.9863668 +155,-1.956071439,0.5792177723,241,-1.318739838,0.7017808746,2066.0106224 +156,-1.951208514,0.5602434208,241,-1.318739838,0.7017808746,2083.1711716 +157,-1.944675062,0.6062144545,241,-1.318739838,0.7017808746,1989.8239277 +158,-1.613778386,0.6077989518,241,-1.318739838,0.7017808746,996.85927433 +159,-2.035029014,0.6021432345,241,-1.318739838,0.7017808746,2268.9901552 +160,-2.114989471,0.6801825058,241,-1.318739838,0.7017808746,2404.8754689 +161,-2.037382079,0.5765830025,241,-1.318739838,0.7017808746,2316.2321777 +162,-2.129855121,0.6585019963,241,-1.318739838,0.7017808746,2475.1822627 +163,-2.075141798,0.6493615843,241,-1.318739838,0.7017808746,2324.0034836 +164,-1.828626729,0.6948433129,241,-1.318739838,0.7017808746,1540.1281745 +165,-1.863329418,0.6735427691,241,-1.318739838,0.7017808746,1662.0403152 +166,-1.266037071,0.727988852,241,-1.318739838,0.7017808746,188.73670659 +167,-1.277579582,0.7249010648,241,-1.318739838,0.7017808746,153.5664228 +168,-1.258418684,0.7241194816,241,-1.318739838,0.7017808746,201.21233068 +169,-1.317813974,0.6804850104,241,-1.318739838,0.7017808746,84.400230497 +170,-1.344165204,0.6790988904,241,-1.318739838,0.7017808746,118.74122766 +171,-1.427582102,0.5277120351,241,-1.318739838,0.7017808746,773.6980341 +172,-1.402238616,0.457167829,241,-1.318739838,0.7017808746,1007.2191465 +173,-1.422454264,0.4996161999,241,-1.318739838,0.7017808746,868.97234682 +174,-1.439089277,0.4894859811,241,-1.318739838,0.7017808746,928.10465718 +175,-1.448126995,0.5182330266,241,-1.318739838,0.7017808746,838.886585 +176,-1.474626146,0.5881926574,241,-1.318739838,0.7017808746,667.09082791 +177,-1.421139645,0.5584869783,241,-1.318739838,0.7017808746,655.00977782 +178,-1.457037165,0.565943032,241,-1.318739838,0.7017808746,695.28899385 +179,-2.757159358,0.3745319,241,-1.318739838,0.7017808746,4889.8707212 +180,-2.714309238,0.342054471,241,-1.318739838,0.7017808746,4839.5061366 +181,-2.000525337,0.774119946,241,-1.318739838,0.7017808746,1999.1927392 +183,-1.571413436,0.6777838382,241,-1.318739838,0.7017808746,776.97765415 +184,-1.552860289,0.6987663893,241,-1.318739838,0.7017808746,708.53899839 +185,-1.521852374,0.7165827476,241,-1.318739838,0.7017808746,612.8996108 +186,-1.503656267,0.6928968252,241,-1.318739838,0.7017808746,562.23149763 +187,-1.502753178,0.7136205882,241,-1.318739838,0.7017808746,555.48537417 +188,-1.631894563,0.7343596465,241,-1.318739838,0.7017808746,941.21237143 +189,-1.653765416,0.6770714026,241,-1.318739838,0.7017808746,1026.6034003 +190,-1.719812114,0.6715965947,241,-1.318739838,0.7017808746,1230.9196739 +191,-1.493406659,0.6646955447,241,-1.318739838,0.7017808746,555.94964291 +192,-1.469120564,0.6613469966,241,-1.318739838,0.7017808746,489.26998245 +193,-1.590551461,0.5326612937,241,-1.318739838,0.7017808746,1101.5421474 +194,-1.625979264,0.5247742243,241,-1.318739838,0.7017808746,1213.6550022 +195,-1.572293943,0.5238808754,241,-1.318739838,0.7017808746,1079.7604806 +196,-1.610848725,0.5477107964,241,-1.318739838,0.7017808746,1116.5014932 +197,-1.208485554,0.7918526018,241,-1.318739838,0.7017808746,479.27409143 +198,-1.335601374,0.6869083083,241,-1.318739838,0.7017808746,78.131414952 +199,-1.346156996,0.6825213377,241,-1.318739838,0.7017808746,113.17754582 +200,-1.324381037,0.6741422347,241,-1.318739838,0.7017808746,110.82899588 +201,-1.242424992,0.7378949807,241,-1.318739838,0.7017808746,268.50365956 +202,-1.270370057,0.7392461008,241,-1.318739838,0.7017808746,206.74058924 +203,-1.448950472,0.7441675014,241,-1.318739838,0.7017808746,421.41407361 +204,-1.492662363,0.7523026852,241,-1.318739838,0.7017808746,551.80650721 +205,-1.479098966,0.7763855017,241,-1.318739838,0.7017808746,554.20370722 +206,-1.633760714,0.7869022408,241,-1.318739838,0.7017808746,975.20280884 +207,-1.647406434,0.8101289331,241,-1.318739838,0.7017808746,1036.5448479 +208,-1.564245052,0.5701509278,241,-1.318739838,0.7017808746,938.33134786 +209,-1.646289963,0.6833746083,241,-1.318739838,0.7017808746,999.29185301 +210,-1.5820631,0.6751952144,241,-1.318739838,0.7017808746,811.27910981 +211,-1.613236298,0.6681681791,241,-1.318739838,0.7017808746,911.71199361 +212,-1.914661867,0.8212566515,241,-1.318739838,0.7017808746,1757.335895 +213,-1.742133237,0.7250275956,241,-1.318739838,0.7017808746,1267.2531118 +214,-2.033144872,0.6557314699,241,-1.318739838,0.7017808746,2190.5840594 +215,-2.039551981,0.6964723658,241,-1.318739838,0.7017808746,2165.281419 +216,-1.247341019,0.7622473908,241,-1.318739838,0.7017808746,318.68804447 +217,-1.298239787,0.7084123392,241,-1.318739838,0.7017808746,67.185140745 +218,-1.308539688,0.6926545592,241,-1.318739838,0.7017808746,47.604019588 +219,-1.303263185,0.6888938396,241,-1.318739838,0.7017808746,69.434803656 +220,-1.852400229,0.6004246149,241,-1.318739838,0.7017808746,1719.4589062 +221,-1.288947707,0.7473773692,241,-1.318739838,0.7017808746,201.05221925 +222,-1.372031502,0.7472790993,241,-1.318739838,0.7017808746,239.6795241 +223,-1.289805721,0.7242157877,241,-1.318739838,0.7017808746,124.14040436 +224,-1.350807603,0.7533498126,241,-1.318739838,0.7017808746,225.19997931 +225,-1.329290365,0.7560442322,241,-1.318739838,0.7017808746,217.18388127 +226,-1.410153004,0.616936428,241,-1.318739838,0.7017808746,441.23357787 +227,-1.393445434,0.6308995063,241,-1.318739838,0.7017808746,364.49998194 +228,-1.37595573,0.6241540638,241,-1.318739838,0.7017808746,355.53044376 +229,-1.358388707,0.6172645205,241,-1.318739838,0.7017808746,356.99884249 +230,-1.753741133,0.8281661666,241,-1.318739838,0.7017808746,1332.7273198 +231,-1.47430987,0.6834615681,241,-1.318739838,0.7017808746,479.52830428 +232,-1.421012508,0.7222725206,241,-1.318739838,0.7017808746,317.16553867 +233,-1.4476833,0.6978557868,241,-1.318739838,0.7017808746,390.89527517 +234,-1.470370723,0.6966193374,241,-1.318739838,0.7017808746,459.95154779 +235,-1.429211703,0.7037216883,241,-1.318739838,0.7017808746,333.91944982 +236,-1.700578405,0.6178673663,241,-1.318739838,0.7017808746,1236.7593819 +237,-1.678117619,0.6331716163,241,-1.318739838,0.7017808746,1147.6811584 +238,-1.725644578,0.6316331145,241,-1.318739838,0.7017808746,1292.7090738 +239,-2.14012759,0.7930497945,241,-1.318739838,0.7017808746,2378.9028451 +240,-2.103289431,0.7653606263,241,-1.318739838,0.7017808746,2293.4472185 +241,-1.318739838,0.7017808746,241,-1.318739838,0.7017808746,28.053395543 +242,-1.396417427,0.7077900843,241,-1.318739838,0.7017808746,235.55594302 +243,-1.35650337,0.7185539404,241,-1.318739838,0.7017808746,131.44050125 +244,-1.248884539,0.7274156818,241,-1.318739838,0.7017808746,232.33130483 +245,-1.395014798,0.5761185243,241,-1.318739838,0.7017808746,553.49342966 +246,-1.433377362,0.6064716109,241,-1.318739838,0.7017808746,521.58184855 +247,-1.408172432,0.5903155476,241,-1.318739838,0.7017808746,524.1147035 +248,-1.749645898,0.7757118084,241,-1.318739838,0.7017808746,1290.0767255 +249,-1.571626686,0.615046989,241,-1.318739838,0.7017808746,862.20919454 +250,-1.514070049,0.6303003037,241,-1.318739838,0.7017808746,670.33293946 +251,-1.480890369,0.6237966528,241,-1.318739838,0.7017808746,592.5961829 +252,-1.704390658,0.5281680612,241,-1.318739838,0.7017808746,1418.9356941 +253,-1.64434733,0.5254277498,241,-1.318739838,0.7017808746,1260.6987367 +254,-1.703855997,0.4792484842,241,-1.318739838,0.7017808746,1536.460159 +255,-1.692002383,0.5748825051,241,-1.318739838,0.7017808746,1285.1476651 +256,-1.854136457,0.5544643913,241,-1.318739838,0.7017808746,1801.7905891 +257,-1.665021206,0.520317736,241,-1.318739838,0.7017808746,1328.8890186 +258,-1.733654349,0.4845187345,241,-1.318739838,0.7017808746,1603.7177816 +259,-1.720938188,0.5135933906,241,-1.318739838,0.7017808746,1498.7395219 +260,-1.742668307,0.553296122,241,-1.318739838,0.7017808746,1474.8163514 +261,-1.965659039,0.7142126903,241,-1.318739838,0.7017808746,1932.516506 +262,-1.944438071,0.6772834804,241,-1.318739838,0.7017808746,1901.6203049 +263,-1.270340967,0.7681487096,241,-1.318739838,0.7017808746,298.84178244 +264,-1.353091884,0.6549276821,241,-1.318739838,0.7017808746,213.68100285 +265,-1.333236659,0.6413584414,241,-1.318739838,0.7017808746,243.51456339 +266,-1.352015998,0.6753788907,241,-1.318739838,0.7017808746,145.91937744 +267,-1.377988483,0.6577816235,241,-1.318739838,0.7017808746,252.32168042 +268,-2.13075611,0.8318642051,241,-1.318739838,0.7017808746,2335.9002134 +269,-2.097910953,0.8259670014,241,-1.318739838,0.7017808746,2250.0587395 +270,-1.416382069,0.6694271549,241,-1.318739838,0.7017808746,325.56386159 +271,-1.538905672,0.7535625993,241,-1.318739838,0.7017808746,681.94791137 +272,-1.572309477,0.7803125099,241,-1.318739838,0.7017808746,802.18913963 +273,-1.87759879,0.7503853417,241,-1.318739838,0.7017808746,1656.3460978 +274,1.152365588,0.590457682,241,-1.318739838,0.7017808746,6768.836574 +275,0.350198001,0.718001859,241,-1.318739838,0.7017808746,4727.6672634 +276,0.046513677,0.491503852,241,-1.318739838,0.7017808746,4408.0294794 +277,0.027510309,0.742571376,241,-1.318739838,0.7017808746,3858.9043128 +278,0.306285725,-0.214631579,241,-1.318739838,0.7017808746,6930.5366374 +279,-1.100564889,0.318051531,241,-1.318739838,0.7017808746,1692.6228339 +280,-1.078582306,0.301437596,241,-1.318739838,0.7017808746,1786.5363116 +281,-1.137371989,-0.617634065,241,-1.318739838,0.7017808746,5267.9092404 +282,0.784356344,0.703272339,241,-1.318739838,0.7017808746,5737.9441544 +283,-1.221209947,0.218327455,241,-1.318739838,0.7017808746,1944.9349755 +284,2.347301921,-0.449114658,241,-1.318739838,0.7017808746,10448.568391 +285,0.246820618,0.830553713,241,-1.318739838,0.7017808746,4241.8513978 +286,0.829414965,0.703288228,241,-1.318739838,0.7017808746,5826.8034622 +287,-1.337537566,0.42332223,241,-1.318739838,0.7017808746,1104.7459612 +288,0.882453706,0.454478077,241,-1.318739838,0.7017808746,6702.6604094 +289,1.575629659,0.416419109,241,-1.318739838,0.7017808746,7921.6505898 +290,-1.039455679,0.229888244,241,-1.318739838,0.7017808746,2106.4481925 +291,0.489558039,0.934482747,241,-1.318739838,0.7017808746,4537.8817944 +292,0.081344504,0.88384514,241,-1.318739838,0.7017808746,3764.1868524 +293,-1.547979814,0.300350308,241,-1.318739838,0.7017808746,1773.5820568 +294,0.040776181,0.168560074,241,-1.318739838,0.7017808746,5154.6790511 +295,-1.130374745,0.563894876,241,-1.318739838,0.7017808746,811.4069754 +296,1.578326642,0.478507176,241,-1.318739838,0.7017808746,7682.7218818 +297,-1.12861823,-0.291640865,241,-1.318739838,0.7017808746,3996.9345982 +298,0.310524208,0.770885792,241,-1.318739838,0.7017808746,4514.598216 +299,0.415649091,-0.387246002,241,-1.318739838,0.7017808746,7676.2377787 +300,-0.926533878,-0.188022748,241,-1.318739838,0.7017808746,3807.0166196 +301,1.258856172,-0.11716081,241,-1.318739838,0.7017808746,9385.6097972 +302,-1.126050026,0.322941926,241,-1.318739838,0.7017808746,1638.1562491 +303,2.002785835,0.07893892,241,-1.318739838,0.7017808746,9282.8387775 +304,0.440437607,0.746258085,241,-1.318739838,0.7017808746,4876.0813689 +305,-0.030391866,0.214441206,241,-1.318739838,0.7017808746,4825.2193975 +306,0.521557815,-0.058929362,241,-1.318739838,0.7017808746,7186.0269023 +307,-0.097005111,0.13317729,241,-1.318739838,0.7017808746,4828.3723941 +308,1.83113859,0.221857587,241,-1.318739838,0.7017808746,8785.1895901 +309,0.222428864,0.099404236,241,-1.318739838,0.7017808746,5878.5546566 +310,-1.702731345,0.8728568183,241,-1.318739838,0.7017808746,1262.1384579 +311,-0.418507569,0.278324921,241,-1.318739838,0.7017808746,3503.4492086 +312,-1.41153306,0.339029988,241,-1.318739838,0.7017808746,1471.0553313 +313,0.357560442,0.114788776,241,-1.318739838,0.7017808746,6245.4982166 +314,0.325818979,0.268352149,241,-1.318739838,0.7017808746,5757.8058353 +315,-1.246004659,-0.663679965,241,-1.318739838,0.7017808746,5415.0249131 +316,1.814603087,0.637404484,241,-1.318739838,0.7017808746,7139.2503015 +317,1.843704281,-0.18300445,241,-1.318739838,0.7017808746,10387.671344 +318,1.690644492,-0.211480909,241,-1.318739838,0.7017808746,10447.649535 +319,-1.275451936,0.068109467,241,-1.318739838,0.7017808746,2514.7432875 +320,0.762430171,-0.207594741,241,-1.318739838,0.7017808746,8287.2838139 +321,0.265668905,-0.014647884,241,-1.318739838,0.7017808746,6300.5564717 +322,-2.773032013,-0.335515811,241,-1.318739838,0.7017808746,6733.2762037 +323,-1.469512853,0.174058777,241,-1.318739838,0.7017808746,2156.4815308 +324,0.286276986,0.785925691,241,-1.318739838,0.7017808746,4424.9353206 +325,-1.379324697,0.377432233,241,-1.318739838,0.7017808746,1300.8368556 +326,-1.203778265,0.212813032,241,-1.318739838,0.7017808746,1977.9512219 +327,0.579916301,0.611743168,241,-1.318739838,0.7017808746,5547.5643914 +328,0.267582642,0.868113908,241,-1.318739838,0.7017808746,4216.2837652 +329,0.412869244,-0.050245578,241,-1.318739838,0.7017808746,6836.5705977 +330,0.17524381,0.976660285,241,-1.318739838,0.7017808746,3830.3745751 +331,0.743157214,0.204812899,241,-1.318739838,0.7017808746,7105.9226961 +332,-1.070758176,0.269382282,241,-1.318739838,0.7017808746,1914.5389627 +333,-1.230364251,0.329790229,241,-1.318739838,0.7017808746,1503.8846603 +334,-1.374813124,-0.024926835,241,-1.318739838,0.7017808746,2885.6355042 +335,0.519780566,0.463669906,241,-1.318739838,0.7017808746,5793.1829984 +336,-1.55108034,0.239698561,241,-1.318739838,0.7017808746,2000.1577153 +337,0.180294813,0.029739425,241,-1.318739838,0.7017808746,5928.8240256 +338,0.67820924,0.268170153,241,-1.318739838,0.7017808746,6751.6925558 +339,0.445798684,1.024001867,241,-1.318739838,0.7017808746,4261.376066 +340,0.691751283,0.150521402,241,-1.318739838,0.7017808746,7119.1946525 +341,-1.036643551,-0.903056181,241,-1.318739838,0.7017808746,6430.8671103 +342,-0.120287036,1.083325163,241,-1.318739838,0.7017808746,3147.7111316 +343,2.823513113,-0.304487164,241,-1.318739838,0.7017808746,8705.8097075 +344,0.457583172,1.12513373,241,-1.318739838,0.7017808746,4077.426053 +345,0.042918831,0.813795399,241,-1.318739838,0.7017808746,3780.0917545 +346,1.196146777,-0.853142756,241,-1.318739838,0.7017808746,10595.855604 +347,0.206001358,-0.010430701,241,-1.318739838,0.7017808746,6109.321812 +348,-0.268308653,0.234799412,241,-1.318739838,0.7017808746,4058.2585608 +349,0.759363263,0.736189579,241,-1.318739838,0.7017808746,5591.2573813 +350,0.181363926,0.891988372,241,-1.318739838,0.7017808746,3979.6393486 +351,-0.021111158,0.139103292,241,-1.318739838,0.7017808746,5041.77288 +352,-0.093355215,0.630686981,241,-1.318739838,0.7017808746,3724.6140343 +353,0.40118964,0.681375926,241,-1.318739838,0.7017808746,4938.0105258 +354,-0.721197315,1.304706234,241,-1.318739838,0.7017808746,2621.4239078 +355,-1.076150317,0.212107639,241,-1.318739838,0.7017808746,2116.3556955 +356,-1.577164531,0.273993443,241,-1.318739838,0.7017808746,1914.2983404 +357,-0.190788414,0.182208586,241,-1.318739838,0.7017808746,4422.5254114 +358,-0.261349752,0.209710184,241,-1.318739838,0.7017808746,4142.1719902 +359,-1.029303852,0.083549259,241,-1.318739838,0.7017808746,2657.5165449 +360,-1.268609162,0.330525297,241,-1.318739838,0.7017808746,1480.4198699 +361,1.282982244,-0.926641967,241,-1.318739838,0.7017808746,10746.642028 +362,0.217352334,0.731352408,241,-1.318739838,0.7017808746,4369.1234703 +363,-1.511833084,0.258629297,241,-1.318739838,0.7017808746,1878.0846275 +364,0.338812194,0.823184618,241,-1.318739838,0.7017808746,4468.2044076 +365,-0.324406489,1.134201999,241,-1.318739838,0.7017808746,2795.9990452 +366,1.389579348,0.399185724,241,-1.318739838,0.7017808746,7798.9999772 +367,2.047152199,-0.039082036,241,-1.318739838,0.7017808746,9698.1683514 +368,0.947780369,0.568250077,241,-1.318739838,0.7017808746,6480.1039606 +369,0.763824846,0.576754987,241,-1.318739838,0.7017808746,6069.2241025 +370,-0.142334657,0.928153068,241,-1.318739838,0.7017808746,3191.0757667 +371,0.610266567,0.547265983,241,-1.318739838,0.7017808746,5796.1501182 +372,0.210731629,0.746815056,241,-1.318739838,0.7017808746,4321.0050027 +373,-1.34931644,0.316895224,241,-1.318739838,0.7017808746,1528.106584 +374,2.407696481,0.655030745,241,-1.318739838,0.7017808746,6665.2872089 +375,0.64207831,0.545359131,241,-1.318739838,0.7017808746,5878.3332115 +376,1.174597538,0.840588356,241,-1.318739838,0.7017808746,5924.908066 +377,0.660059424,0.010604079,241,-1.318739838,0.7017808746,7412.8498915 +378,-0.730263819,0.010486456,241,-1.318739838,0.7017808746,3460.8723607 +379,0.831068936,0.512339172,241,-1.318739838,0.7017808746,6411.1746326 +380,1.301180979,0.72367476,241,-1.318739838,0.7017808746,6494.287345 +381,1.811128231,0.322854402,241,-1.318739838,0.7017808746,8385.0374354 +382,0.435105812,0.992284428,241,-1.318739838,0.7017808746,4308.4020651 +383,0.62643634,0.592027932,241,-1.318739838,0.7017808746,5711.4724019 +384,0.492988703,-0.516339467,241,-1.318739838,0.7017808746,8192.3396749 +385,-0.162469483,0.112549365,241,-1.318739838,0.7017808746,4685.8925219 +386,0.314630866,0.472006421,241,-1.318739838,0.7017808746,5216.9935438 +387,0.166744804,0.822815954,241,-1.318739838,0.7017808746,4067.3815046 +388,0.417159608,0.965805736,241,-1.318739838,0.7017808746,4330.3450288 +389,0.106334961,0.868774244,241,-1.318739838,0.7017808746,3845.8419951 +390,0.815086969,-0.338144359,241,-1.318739838,0.7017808746,8764.4096552 +391,0.59867455,-0.230624824,241,-1.318739838,0.7017808746,7852.5577654 +392,1.915104874,0.066220985,241,-1.318739838,0.7017808746,9383.3623018 +393,1.278093622,0.064463721,241,-1.318739838,0.7017808746,8821.6121873 +394,-0.061477853,0.302997961,241,-1.318739838,0.7017808746,4516.2120715 +395,0.251311504,0.626976942,241,-1.318739838,0.7017808746,4681.2748172 +396,2.950242872,0.149095644,241,-1.318739838,0.7017808746,7133.4822745 +397,-0.180294708,0.35375117,241,-1.318739838,0.7017808746,4038.1104991 +398,1.010448592,-0.351180233,241,-1.318739838,0.7017808746,9378.8309389 +399,-1.748740498,0.3686318073,241,-1.318739838,0.7017808746,1959.0562723 +400,2.699635665,0.123533791,241,-1.318739838,0.7017808746,7874.4821238 +401,0.496808033,0.823843254,241,-1.318739838,0.7017808746,4814.1479963 +402,0.129574704,0.763364087,241,-1.318739838,0.7017808746,4084.8181876 +403,1.798920311,0.817447563,241,-1.318739838,0.7017808746,6425.5912753 +404,0.335987953,0.746786541,241,-1.318739838,0.7017808746,4628.3671581 +405,-1.085413643,0.292154671,241,-1.318739838,0.7017808746,1809.5276964 +406,-0.155321003,0.508207011,241,-1.318739838,0.7017808746,3778.5089541 +407,0.620529244,-0.301175104,241,-1.318739838,0.7017808746,8089.4343062 +408,1.684402744,0.368716966,241,-1.318739838,0.7017808746,8172.8994684 +409,0.300582244,-0.386397212,241,-1.318739838,0.7017808746,7336.1414198 +410,2.913555946,-0.009225192,241,-1.318739838,0.7017808746,7674.9520126 +411,1.465101417,0.493232532,241,-1.318739838,0.7017808746,7530.5996282 +412,0.090612882,0.907955955,241,-1.318739838,0.7017808746,3749.6239215 +413,2.987564726,-0.729568594,241,-1.318739838,0.7017808746,9051.8149676 +414,-1.484261606,0.224149272,241,-1.318739838,0.7017808746,1977.7975092 +415,0.164073421,0.303955133,241,-1.318739838,0.7017808746,5191.3748938 +416,0.141441293,0.167552546,241,-1.318739838,0.7017808746,5461.5583529 +417,2.931321023,-0.506718887,241,-1.318739838,0.7017808746,8826.2607126 +418,2.21951565,0.700596356,241,-1.318739838,0.7017808746,6707.5472725 +419,0.268112576,1.199114336,241,-1.318739838,0.7017808746,3687.6316877 +420,0.978913739,0.359223811,241,-1.318739838,0.7017808746,7215.2167234 +421,1.210898818,0.522863584,241,-1.318739838,0.7017808746,7097.312942 +422,2.347397336,0.129231362,241,-1.318739838,0.7017808746,8635.4296788 +423,0.614394501,0.556878345,241,-1.318739838,0.7017808746,5779.6962849 +424,-1.398079356,0.148483366,241,-1.318739838,0.7017808746,2209.4554074 +425,2.535303836,-0.112984496,241,-1.318739838,0.7017808746,9009.2360983 +426,-1.019372593,-0.405322349,241,-1.318739838,0.7017808746,4522.3146047 +427,-1.297785627,-0.160104069,241,-1.318739838,0.7017808746,3414.7898518 +428,2.144554488,0.205051084,241,-1.318739838,0.7017808746,8662.4397661 +429,-2.242387083,-0.426171285,241,-1.318739838,0.7017808746,5615.9723951 +430,0.338637212,0.909723676,241,-1.318739838,0.7017808746,4288.1859914 +431,-0.148798452,0.691042401,241,-1.318739838,0.7017808746,3465.4186877 +432,0.893524764,0.441829531,241,-1.318739838,0.7017808746,6766.4729991 +433,0.969229347,-0.368847936,241,-1.318739838,0.7017808746,9298.4985094 +434,0.436043248,0.800045688,241,-1.318739838,0.7017808746,4738.5927949 +435,1.687946607,1.081504775,241,-1.318739838,0.7017808746,5367.0339621 +436,0.522302046,-0.034889271,241,-1.318739838,0.7017808746,7126.0376136 +437,-0.178996113,-0.438090009,241,-1.318739838,0.7017808746,6162.1234468 +438,-1.094339566,0.301444068,241,-1.318739838,0.7017808746,1762.3231573 +439,-1.064070054,0.242569932,241,-1.318739838,0.7017808746,2022.1588707 +440,-1.068153768,0.230387998,241,-1.318739838,0.7017808746,2060.5536194 +441,-3.00496892,-0.23989155,241,-1.318739838,0.7017808746,7177.1562798 +442,0.21751974,0.766874888,241,-1.318739838,0.7017808746,4297.5255406 +443,0.117229532,0.007619006,241,-1.318739838,0.7017808746,5795.0115992 +444,0.777758451,0.420554741,241,-1.318739838,0.7017808746,6564.0820451 +445,-0.252356999,0.250747086,241,-1.318739838,0.7017808746,4066.3553708 +446,0.363148444,0.768483434,241,-1.318739838,0.7017808746,4644.3312988 +447,0.903191366,-0.118210676,241,-1.318739838,0.7017808746,8461.565441 +448,-0.205755923,0.149406178,241,-1.318739838,0.7017808746,4461.8269137 +449,1.811996086,0.02364353,241,-1.318739838,0.7017808746,9570.1738133 +450,-1.100670221,0.314845373,241,-1.318739838,0.7017808746,1704.1184078 +451,0.340078597,0.850105132,241,-1.318739838,0.7017808746,4413.977174 +452,0.258757267,0.804969236,241,-1.318739838,0.7017808746,4320.5860534 +453,2.78505352,-0.155160804,241,-1.318739838,0.7017808746,8439.8572228 +454,0.800551619,0.105822106,241,-1.318739838,0.7017808746,7544.6952951 +455,0.437940882,-0.506194031,241,-1.318739838,0.7017808746,8010.92016 +456,2.230431122,0.63458615,241,-1.318739838,0.7017808746,6946.4959271 +457,0.527965361,0.127667701,241,-1.318739838,0.7017808746,6714.9848312 +458,-0.063643205,0.702093448,241,-1.318739838,0.7017808746,3683.1083772 +459,1.408447268,0.133010502,241,-1.318739838,0.7017808746,8806.9072738 +460,0.523795955,0.280266966,241,-1.318739838,0.7017808746,6294.8428866 +461,-0.975769313,0.072177659,241,-1.318739838,0.7017808746,2778.4917592 +462,0.549774164,-0.463663986,241,-1.318739838,0.7017808746,8246.178277 +463,0.29245874,1.095549818,241,-1.318739838,0.7017808746,3867.9368548 +464,0.143625958,0.816809593,241,-1.318739838,0.7017808746,4022.4673579 +465,0.671902494,0.611159853,241,-1.318739838,0.7017808746,5763.4140677 +466,1.239840988,0.6724199,241,-1.318739838,0.7017808746,6605.3047775 +467,0.607829703,-0.10932137,241,-1.318739838,0.7017808746,7574.405766 +468,1.763020906,0.263996692,241,-1.318739838,0.7017808746,8612.0539745 +469,0.378714634,0.726066797,241,-1.318739838,0.7017808746,4778.1395349 +470,2.196736143,-0.153862366,241,-1.318739838,0.7017808746,9904.693635 +471,0.01702415,0.148991565,241,-1.318739838,0.7017808746,5131.9996612 +472,-2.998490902,-0.158002487,241,-1.318739838,0.7017808746,6953.2655123 +473,-3.051262951,-0.346595608,241,-1.318739838,0.7017808746,7574.8592374 +474,-1.069176439,0.182802941,241,-1.318739838,0.7017808746,2234.4617605 +475,0.167157509,0.595344954,241,-1.318739838,0.7017808746,4523.9931106 +476,0.613855648,0.681746124,241,-1.318739838,0.7017808746,5436.7979135 +477,1.037012736,0.682555367,241,-1.318739838,0.7017808746,6267.9847932 +478,-1.253574971,0.379755746,241,-1.318739838,0.7017808746,1294.2504831 +479,3.108590453,-0.132620738,241,-1.318739838,0.7017808746,7421.5130177 +480,0.565301296,0.022333262,241,-1.318739838,0.7017808746,7104.0021328 +481,0.547898238,0.855555614,241,-1.318739838,0.7017808746,4842.0744114 +482,0.948309381,0.417393755,241,-1.318739838,0.7017808746,6963.1436093 +483,-0.050600732,0.945269213,241,-1.318739838,0.7017808746,3384.5400747 +484,-0.977651478,-0.572363064,241,-1.318739838,0.7017808746,5199.2097549 +485,1.102014914,0.728861163,241,-1.318739838,0.7017808746,6213.9765275 +486,2.927300795,-0.282939414,241,-1.318739838,0.7017808746,8341.5930891 +487,-1.154565557,0.124434095,241,-1.318739838,0.7017808746,2359.7915152 +488,1.855331234,0.291044755,241,-1.318739838,0.7017808746,8509.4418741 +489,0.830290659,0.276904518,241,-1.318739838,0.7017808746,7120.8690064 +490,0.485104466,-0.234867441,241,-1.318739838,0.7017808746,7519.5146027 +491,0.521367572,-0.33161327,241,-1.318739838,0.7017808746,7861.9053163 +1,-1.539031704,0.7349710123,242,-1.396417427,0.7077900843,437.43284363 +2,-1.536990553,0.7349663874,242,-1.396417427,0.7077900843,431.55450975 +3,-1.534951779,0.7349571355,242,-1.396417427,0.7077900843,425.68417061 +4,-1.532906461,0.7349480293,242,-1.396417427,0.7077900843,419.80018451 +5,-1.531320211,0.7346937278,242,-1.396417427,0.7077900843,415.03082734 +6,-1.539451648,0.7335131775,242,-1.396417427,0.7077900843,437.53034257 +7,-1.537429487,0.7335445708,242,-1.396417427,0.7077900843,431.71034078 +8,-1.535484998,0.7335658704,242,-1.396417427,0.7077900843,426.1122276 +9,-1.533488396,0.7336036027,242,-1.396417427,0.7077900843,420.38175598 +10,-1.531497785,0.7335842962,242,-1.396417427,0.7077900843,414.62877849 +11,-1.530259379,0.7334777758,242,-1.396417427,0.7077900843,410.97533805 +12,-1.5335454,0.7322346912,242,-1.396417427,0.7077900843,419.50336963 +13,-1.531489083,0.7322238773,242,-1.396417427,0.7077900843,413.54603002 +14,-1.530011122,0.7321679851,242,-1.396417427,0.7077900843,409.23023818 +15,-1.53348106,0.7306614094,242,-1.396417427,0.7077900843,418.20123461 +16,-1.531441779,0.7306962275,242,-1.396417427,0.7077900843,412.30137411 +17,-1.529755654,0.7306933243,242,-1.396417427,0.7077900843,407.40468005 +18,-1.533415048,0.7291384674,242,-1.396417427,0.7077900843,417.01398394 +19,-1.531392093,0.7291705353,242,-1.396417427,0.7077900843,411.13569238 +20,-1.529296523,0.7291214933,242,-1.396417427,0.7077900843,404.99720743 +21,-1.535280942,0.727267644,242,-1.396417427,0.7077900843,421.37443509 +22,-1.533378158,0.7276139666,242,-1.396417427,0.7077900843,415.99445385 +23,-1.531340368,0.7276446587,242,-1.396417427,0.7077900843,410.04904424 +24,-1.528960113,0.7276398177,242,-1.396417427,0.7077900843,403.08506851 +25,-1.533313146,0.7260818349,242,-1.396417427,0.7077900843,414.97319012 +26,-1.531259555,0.7260958115,242,-1.396417427,0.7077900843,408.9506434 +27,-1.528926415,0.7260865555,242,-1.396417427,0.7077900843,402.09837092 +28,-1.531226779,0.7245511789,242,-1.396417427,0.7077900843,408.08418267 +29,-1.528904772,0.7245519194,242,-1.396417427,0.7077900843,401.24753163 +30,-1.547195875,0.7409785979,242,-1.396417427,0.7077900843,465.94674079 +31,-1.5451475,0.740980426,242,-1.396417427,0.7077900843,460.13023805 +32,-1.543097679,0.7409798872,242,-1.396417427,0.7077900843,454.31376902 +33,-1.540720364,0.7409892687,242,-1.396417427,0.7077900843,447.58607597 +34,-1.547188511,0.7395198392,242,-1.396417427,0.7077900843,464.61234498 +35,-1.545148587,0.7395226109,242,-1.396417427,0.7077900843,458.79630392 +36,-1.543104538,0.7395314908,242,-1.396417427,0.7077900843,452.9799605 +37,-1.540727751,0.7395306258,242,-1.396417427,0.7077900843,446.21440235 +38,-1.547187029,0.7380014886,242,-1.396417427,0.7077900843,463.31322851 +39,-1.545147315,0.7380012252,242,-1.396417427,0.7077900843,457.47057427 +40,-1.54310719,0.7380060743,242,-1.396417427,0.7077900843,451.63641719 +41,-1.540719671,0.7380068206,242,-1.396417427,0.7077900843,444.81168572 +42,-1.547187189,0.7364799098,242,-1.396417427,0.7077900843,462.09059464 +43,-1.545149996,0.7364853874,242,-1.396417427,0.7077900843,456.23601925 +44,-1.543106091,0.7364823484,242,-1.396417427,0.7077900843,450.36021465 +45,-1.540717158,0.7364893901,242,-1.396417427,0.7077900843,443.50755408 +46,-1.538663972,0.7410138672,242,-1.396417427,0.7077900843,441.79083907 +47,-1.53695285,0.7409699132,242,-1.396417427,0.7077900843,436.90960797 +48,-1.534910498,0.7409641297,242,-1.396417427,0.7077900843,431.13665959 +49,-1.533145034,0.7409536636,242,-1.396417427,0.7077900843,426.14667014 +50,-1.538681336,0.7395405883,242,-1.396417427,0.7077900843,440.40623722 +51,-1.536999189,0.7395183096,242,-1.396417427,0.7077900843,435.60782055 +52,-1.534923633,0.7395144222,242,-1.396417427,0.7077900843,429.71583014 +53,-1.533267822,0.7395654306,242,-1.396417427,0.7077900843,425.07448562 +54,-1.53867273,0.7380151077,242,-1.396417427,0.7077900843,438.97366481 +55,-1.536980576,0.7379994392,242,-1.396417427,0.7077900843,434.13177744 +56,-1.534931522,0.7379944961,242,-1.396417427,0.7077900843,428.28684401 +57,-1.533387952,0.7379480264,242,-1.396417427,0.7077900843,423.84775626 +58,-1.538682279,0.7364914363,242,-1.396417427,0.7077900843,437.67302654 +59,-1.536980704,0.7364810563,242,-1.396417427,0.7077900843,432.78799694 +60,-1.534935567,0.7364752065,242,-1.396417427,0.7077900843,426.92728775 +61,-1.533042592,0.7363876366,242,-1.396417427,0.7077900843,421.43456185 +62,-1.545143426,0.7349628011,242,-1.396417427,0.7077900843,455.04530237 +63,-1.543105297,0.7349691947,242,-1.396417427,0.7077900843,449.17006115 +64,-1.541064533,0.7349647152,242,-1.396417427,0.7077900843,443.28348634 +65,-1.545411803,0.7334624714,242,-1.396417427,0.7077900843,454.74317772 +66,-1.543446606,0.7334780896,242,-1.396417427,0.7077900843,449.06261051 +67,-1.541475327,0.7334957295,242,-1.396417427,0.7077900843,443.37007869 +68,-1.545401939,0.731963266,242,-1.396417427,0.7077900843,453.71344692 +69,-1.54342253,0.7319915583,242,-1.396417427,0.7077900843,447.97872669 +70,-1.541455867,0.7320216438,242,-1.396417427,0.7077900843,442.28637437 +71,-1.545410146,0.7304422281,242,-1.396417427,0.7077900843,452.79865597 +72,-1.543435491,0.7304713664,242,-1.396417427,0.7077900843,447.05687848 +73,-1.541463105,0.7304997613,242,-1.396417427,0.7077900843,441.32497424 +74,-1.545414768,0.7289194936,242,-1.396417427,0.7077900843,451.95064507 +75,-1.543435774,0.7289538557,242,-1.396417427,0.7077900843,446.17855217 +76,-1.541457714,0.7289765881,242,-1.396417427,0.7077900843,440.40605139 +77,-1.539449415,0.7320555866,242,-1.396417427,0.7077900843,436.48555055 +78,-1.537429183,0.7321097681,242,-1.396417427,0.7077900843,430.66379616 +79,-1.535472649,0.7321497267,242,-1.396417427,0.7077900843,425.02204515 +80,-1.539457899,0.7305333307,242,-1.396417427,0.7077900843,435.50461128 +81,-1.537453161,0.7305750503,242,-1.396417427,0.7077900843,429.69517968 +82,-1.535479385,0.7306124949,242,-1.396417427,0.7077900843,423.97765586 +83,-1.53946905,0.7290102593,242,-1.396417427,0.7077900843,434.61217967 +84,-1.537459922,0.7290417293,242,-1.396417427,0.7077900843,428.76098114 +85,-1.535451349,0.7290890157,242,-1.396417427,0.7077900843,422.9249637 +86,-1.535522937,0.7279887191,242,-1.396417427,0.7077900843,422.48509007 +87,-1.539442524,0.7274735939,242,-1.396417427,0.7077900843,433.68395277 +88,-1.537424111,0.727521351,242,-1.396417427,0.7077900843,427.79291675 +89,-1.539384641,0.7259505092,242,-1.396417427,0.7077900843,432.75299275 +90,-1.537372391,0.7259947145,242,-1.396417427,0.7077900843,426.85722333 +91,-1.535340789,0.7260435356,242,-1.396417427,0.7077900843,420.91025377 +92,-1.539325716,0.7244369706,242,-1.396417427,0.7077900843,431.9045058 +93,-1.537308932,0.7244801057,242,-1.396417427,0.7077900843,425.97521506 +94,-1.535289068,0.7245247645,242,-1.396417427,0.7077900843,420.04042914 +95,-1.533261366,0.7245550236,242,-1.396417427,0.7077900843,414.07903514 +96,-1.539267302,0.722921924,242,-1.396417427,0.7077900843,431.13796379 +97,-1.537248972,0.7229660258,242,-1.396417427,0.7077900843,425.18584353 +98,-1.535219431,0.7229916471,242,-1.396417427,0.7077900843,419.19591889 +99,-1.53318962,0.7230212049,242,-1.396417427,0.7077900843,413.20898326 +100,-1.531154816,0.7230299897,242,-1.396417427,0.7077900843,407.20113033 +101,-1.528878341,0.7230370244,242,-1.396417427,0.7077900843,400.48093834 +102,-1.539218189,0.7214009878,242,-1.396417427,0.7077900843,430.47876013 +103,-1.537198791,0.7214422745,242,-1.396417427,0.7077900843,424.50489659 +104,-1.535179266,0.7214634354,242,-1.396417427,0.7077900843,418.52604117 +105,-1.533156501,0.7214944644,242,-1.396417427,0.7077900843,412.54269546 +106,-1.53113574,0.7215166021,242,-1.396417427,0.7077900843,406.56415457 +107,-1.528874248,0.7215345535,242,-1.396417427,0.7077900843,399.8731585 +108,-1.539217656,0.7198512397,242,-1.396417427,0.7077900843,430.03933589 +109,-1.537199919,0.7199428763,242,-1.396417427,0.7077900843,424.06707244 +110,-1.545425832,0.727397149,242,-1.396417427,0.7077900843,451.20048078 +111,-1.543371177,0.7273916949,242,-1.396417427,0.7077900843,445.16653503 +112,-1.541368852,0.7274523163,242,-1.396417427,0.7077900843,439.32223472 +113,-1.545349067,0.7258710923,242,-1.396417427,0.7077900843,450.26929196 +114,-1.54332671,0.7258603556,242,-1.396417427,0.7077900843,444.31063295 +115,-1.541346831,0.7259242142,242,-1.396417427,0.7077900843,438.51292777 +116,-1.545324355,0.7243383958,242,-1.396417427,0.7077900843,449.56778369 +117,-1.543292796,0.7243617413,242,-1.396417427,0.7077900843,443.57944476 +118,-1.541295822,0.7244024384,242,-1.396417427,0.7077900843,437.70235487 +119,-1.543193859,0.7205570215,242,-1.396417427,0.7077900843,442.03516171 +120,-1.550257047,0.7386738187,242,-1.396417427,0.7077900843,472.66476341 +121,-1.549335448,0.7311736483,242,-1.396417427,0.7077900843,464.67907483 +122,-1.533478843,0.7179891343,242,-1.396417427,0.7077900843,412.53000247 +123,-1.556150555,0.738907041,242,-1.396417427,0.7077900843,489.74820356 +124,-1.554324226,0.733414257,242,-1.396417427,0.7077900843,480.56767101 +125,-1.554290846,0.7288285332,242,-1.396417427,0.7077900843,477.90899115 +126,-1.55122487,0.7219795312,242,-1.396417427,0.7077900843,466.25201483 +127,-1.525104458,0.7229399862,242,-1.396417427,0.7077900843,389.29769095 +128,-1.519607711,0.7236181429,242,-1.396417427,0.7077900843,373.41531975 +129,-1.513899999,0.7251107854,242,-1.396417427,0.7077900843,357.4823776 +130,-1.536620762,0.7431061895,242,-1.396417427,0.7077900843,438.21526714 +131,-1.5369566,0.7460845958,242,-1.396417427,0.7077900843,442.52677152 +132,-1.545345528,0.7447040685,242,-1.396417427,0.7077900843,464.40870927 +133,-1.532813921,0.7432306626,242,-1.396417427,0.7077900843,427.69174671 +134,-1.554788248,0.7382381001,242,-1.396417427,0.7077900843,485.31234747 +135,-1.540348126,0.7301594274,242,-1.396417427,0.7077900843,437.86507675 +136,-1.538016084,0.7239051786,242,-1.396417427,0.7077900843,427.82036988 +137,-1.525288962,0.7258085137,242,-1.396417427,0.7077900843,391.27443919 +138,-1.534326986,0.731241342,242,-1.396417427,0.7077900843,421.05714745 +139,-1.530733872,0.7303625216,242,-1.396417427,0.7077900843,410.01366402 +141,-1.534354939,0.7328219978,242,-1.396417427,0.7077900843,422.28222673 +142,-1.53157084,0.7292888153,242,-1.396417427,0.7077900843,411.73268626 +143,-1.525691035,0.7263799874,242,-1.396417427,0.7077900843,392.7763147 +144,-1.534031287,0.7495967835,242,-1.396417427,0.7077900843,438.85932664 +145,-1.527714986,0.7283095957,242,-1.396417427,0.7077900843,399.86242283 +146,-1.526189586,0.7271468292,242,-1.396417427,0.7077900843,394.68698655 +147,-1.555177336,0.7375563366,242,-1.396417427,0.7077900843,485.9079002 +148,-1.555080283,0.7312707794,242,-1.396417427,0.7077900843,481.49372634 +149,-1.53856994,0.7224180299,242,-1.396417427,0.7077900843,428.89436484 +150,-1.530837883,0.729933372,242,-1.396417427,0.7077900843,410.02341424 +151,-1.515066984,0.5854133365,242,-1.396417427,0.7077900843,612.47988672 +152,-1.534731633,0.5368370046,242,-1.396417427,0.7077900843,809.53802402 +153,-1.515231902,0.5607085576,242,-1.396417427,0.7077900843,694.53903924 +154,-2.616253799,1.0684566605,242,-1.396417427,0.7077900843,3174.8731705 +155,-1.956071439,0.5792177723,242,-1.396417427,0.7077900843,1833.7635514 +156,-1.951208514,0.5602434208,242,-1.396417427,0.7077900843,1852.6745514 +157,-1.944675062,0.6062144545,242,-1.396417427,0.7077900843,1756.0327495 +158,-1.613778386,0.6077989518,242,-1.396417427,0.7077900843,786.95540274 +159,-2.035029014,0.6021432345,242,-1.396417427,0.7077900843,2034.0451075 +160,-2.114989471,0.6801825058,242,-1.396417427,0.7077900843,2170.6666267 +161,-2.037382079,0.5765830025,242,-1.396417427,0.7077900843,2082.2441714 +162,-2.129855121,0.6585019963,242,-1.396417427,0.7077900843,2240.3059283 +163,-2.075141798,0.6493615843,242,-1.396417427,0.7077900843,2088.5882595 +164,-1.828626729,0.6948433129,242,-1.396417427,0.7077900843,1304.6408965 +165,-1.863329418,0.6735427691,242,-1.396417427,0.7077900843,1426.5202485 +166,-1.266037071,0.727988852,242,-1.396417427,0.7077900843,396.98261071 +167,-1.277579582,0.7249010648,242,-1.396417427,0.7077900843,361.32865127 +168,-1.258418684,0.7241194816,242,-1.396417427,0.7077900843,417.28866184 +169,-1.317813974,0.6804850104,242,-1.396417427,0.7077900843,262.56618837 +170,-1.344165204,0.6790988904,242,-1.396417427,0.7077900843,195.55827735 +171,-1.427582102,0.5277120351,242,-1.396417427,0.7077900843,720.30436305 +172,-1.402238616,0.457167829,242,-1.396417427,0.7077900843,992.89922679 +173,-1.422454264,0.4996161999,242,-1.396417427,0.7077900843,828.89791753 +174,-1.439089277,0.4894859811,242,-1.396417427,0.7077900843,875.79694578 +175,-1.448126995,0.5182330266,242,-1.396417427,0.7077900843,769.16067136 +176,-1.474626146,0.5881926574,242,-1.396417427,0.7077900843,534.05141868 +177,-1.421139645,0.5584869783,242,-1.396417427,0.7077900843,596.60996031 +178,-1.457037165,0.565943032,242,-1.396417427,0.7077900843,593.95188618 +179,-2.757159358,0.3745319,242,-1.396417427,0.7077900843,4655.2308361 +180,-2.714309238,0.342054471,242,-1.396417427,0.7077900843,4604.0905479 +181,-2.000525337,0.774119946,242,-1.396417427,0.7077900843,1771.5147966 +183,-1.571413436,0.6777838382,242,-1.396417427,0.7077900843,546.11550266 +184,-1.552860289,0.6987663893,242,-1.396417427,0.7077900843,473.78192681 +185,-1.521852374,0.7165827476,242,-1.396417427,0.7077900843,377.58182161 +186,-1.503656267,0.6928968252,242,-1.396417427,0.7077900843,330.03140247 +187,-1.502753178,0.7136205882,242,-1.396417427,0.7077900843,319.99416908 +188,-1.631894563,0.7343596465,242,-1.396417427,0.7077900843,707.6600404 +189,-1.653765416,0.6770714026,242,-1.396417427,0.7077900843,793.00450029 +190,-1.719812114,0.6715965947,242,-1.396417427,0.7077900843,996.63731187 +191,-1.493406659,0.6646955447,242,-1.396417427,0.7077900843,342.64002785 +192,-1.469120564,0.6613469966,242,-1.396417427,0.7077900843,289.0965463 +193,-1.590551461,0.5326612937,242,-1.396417427,0.7077900843,932.63044451 +194,-1.625979264,0.5247742243,242,-1.396417427,0.7077900843,1035.1006174 +195,-1.572293943,0.5238808754,242,-1.396417427,0.7077900843,922.75548859 +196,-1.610848725,0.5477107964,242,-1.396417427,0.7077900843,933.47649555 +197,-1.208485554,0.7918526018,242,-1.396417427,0.7077900843,637.64886637 +198,-1.335601374,0.6869083083,242,-1.396417427,0.7077900843,202.31366737 +199,-1.346156996,0.6825213377,242,-1.396417427,0.7077900843,182.71841967 +200,-1.324381037,0.6741422347,242,-1.396417427,0.7077900843,257.08361747 +201,-1.242424992,0.7378949807,242,-1.396417427,0.7077900843,472.46932555 +202,-1.270370057,0.7392461008,242,-1.396417427,0.7077900843,394.24287023 +203,-1.448950472,0.7441675014,242,-1.396417427,0.7077900843,212.05386387 +204,-1.492662363,0.7523026852,242,-1.396417427,0.7077900843,334.22814988 +205,-1.479098966,0.7763855017,242,-1.396417427,0.7077900843,363.31380119 +206,-1.633760714,0.7869022408,242,-1.396417427,0.7077900843,756.16427775 +207,-1.647406434,0.8101289331,242,-1.396417427,0.7077900843,825.61904083 +208,-1.564245052,0.5701509278,242,-1.396417427,0.7077900843,761.93231765 +209,-1.646289963,0.6833746083,242,-1.396417427,0.7077900843,765.07224861 +210,-1.5820631,0.6751952144,242,-1.396417427,0.7077900843,580.56053892 +211,-1.613236298,0.6681681791,242,-1.396417427,0.7077900843,681.13506114 +212,-1.914661867,0.8212566515,242,-1.396417427,0.7077900843,1537.6113965 +213,-1.742133237,0.7250275956,242,-1.396417427,0.7077900843,1032.7299973 +214,-2.033144872,0.6557314699,242,-1.396417427,0.7077900843,1955.1083828 +215,-2.039551981,0.6964723658,242,-1.396417427,0.7077900843,1931.0946064 +216,-1.247341019,0.7622473908,242,-1.396417427,0.7077900843,487.93644973 +217,-1.298239787,0.7084123392,242,-1.396417427,0.7077900843,295.35384866 +218,-1.308539688,0.6926545592,242,-1.396417427,0.7077900843,272.80477078 +219,-1.303263185,0.6888938396,242,-1.396417427,0.7077900843,292.29839832 +220,-1.852400229,0.6004246149,242,-1.396417427,0.7077900843,1488.8079381 +221,-1.288947707,0.7473773692,242,-1.396417427,0.7077900843,354.3422129 +222,-1.372031502,0.7472790993,242,-1.396417427,0.7077900843,172.24199023 +223,-1.289805721,0.7242157877,242,-1.396417427,0.7077900843,325.09013146 +224,-1.350807603,0.7533498126,242,-1.396417427,0.7077900843,225.07668303 +225,-1.329290365,0.7560442322,242,-1.396417427,0.7077900843,274.99550465 +226,-1.410153004,0.616936428,242,-1.396417427,0.7077900843,362.41461915 +227,-1.393445434,0.6308995063,242,-1.396417427,0.7077900843,304.7032695 +228,-1.37595573,0.6241540638,242,-1.396417427,0.7077900843,337.34648523 +229,-1.358388707,0.6172645205,242,-1.396417427,0.7077900843,377.69133825 +230,-1.753741133,0.8281661666,242,-1.396417427,0.7077900843,1119.7129753 +231,-1.47430987,0.6834615681,242,-1.396417427,0.7077900843,255.65956412 +232,-1.421012508,0.7222725206,242,-1.396417427,0.7077900843,93.281226715 +233,-1.4476833,0.6978557868,242,-1.396417427,0.7077900843,159.85192624 +234,-1.470370723,0.6966193374,242,-1.396417427,0.7077900843,227.93881008 +235,-1.429211703,0.7037216883,242,-1.396417427,0.7077900843,100.17091112 +236,-1.700578405,0.6178673663,242,-1.396417427,0.7077900843,1012.118505 +237,-1.678117619,0.6331716163,242,-1.396417427,0.7077900843,921.25777908 +238,-1.725644578,0.6316331145,242,-1.396417427,0.7077900843,1063.563035 +239,-2.14012759,0.7930497945,242,-1.396417427,0.7077900843,2155.1307956 +240,-2.103289431,0.7653606263,242,-1.396417427,0.7077900843,2065.7576186 +241,-1.318739838,0.7017808746,242,-1.396417427,0.7077900843,235.55594302 +242,-1.396417427,0.7077900843,242,-1.396417427,0.7077900843,38.008417074 +243,-1.35650337,0.7185539404,242,-1.396417427,0.7077900843,126.93829523 +244,-1.248884539,0.7274156818,242,-1.396417427,0.7077900843,446.87823688 +245,-1.395014798,0.5761185243,242,-1.396417427,0.7077900843,521.56995789 +246,-1.433377362,0.6064716109,242,-1.396417427,0.7077900843,417.68694312 +247,-1.408172432,0.5903155476,242,-1.396417427,0.7077900843,466.78815892 +248,-1.749645898,0.7757118084,242,-1.396417427,0.7077900843,1063.0125966 +249,-1.571626686,0.615046989,242,-1.396417427,0.7077900843,658.77029938 +250,-1.514070049,0.6303003037,242,-1.396417427,0.7077900843,477.06245815 +251,-1.480890369,0.6237966528,242,-1.396417427,0.7077900843,424.02462243 +252,-1.704390658,0.5281680612,242,-1.396417427,0.7077900843,1218.7823567 +253,-1.64434733,0.5254277498,242,-1.396417427,0.7077900843,1076.1588145 +254,-1.703855997,0.4792484842,242,-1.396417427,0.7077900843,1351.1154189 +255,-1.692002383,0.5748825051,242,-1.396417427,0.7077900843,1073.0952891 +256,-1.854136457,0.5544643913,242,-1.396417427,0.7077900843,1577.1280564 +257,-1.665021206,0.520317736,242,-1.396417427,0.7077900843,1140.4125881 +258,-1.733654349,0.4845187345,242,-1.396417427,0.7077900843,1410.0218332 +259,-1.720938188,0.5135933906,242,-1.396417427,0.7077900843,1299.5492038 +260,-1.742668307,0.553296122,242,-1.396417427,0.7077900843,1261.3453698 +261,-1.965659039,0.7142126903,242,-1.396417427,0.7077900843,1698.6457481 +262,-1.944438071,0.6772834804,242,-1.396417427,0.7077900843,1666.1657706 +263,-1.270340967,0.7681487096,242,-1.396417427,0.7077900843,439.81634815 +264,-1.353091884,0.6549276821,242,-1.396417427,0.7077900843,248.18807871 +265,-1.333236659,0.6413584414,242,-1.396417427,0.7077900843,327.70931497 +266,-1.352015998,0.6753788907,242,-1.396417427,0.7077900843,186.617626 +267,-1.377988483,0.6577816235,242,-1.396417427,0.7077900843,206.01523735 +268,-2.13075611,0.8318642051,242,-1.396417427,0.7077900843,2117.8971994 +269,-2.097910953,0.8259670014,242,-1.396417427,0.7077900843,2030.8600382 +270,-1.416382069,0.6694271549,242,-1.396417427,0.7077900843,163.76015733 +271,-1.538905672,0.7535625993,242,-1.396417427,0.7077900843,457.49417855 +272,-1.572309477,0.7803125099,242,-1.396417427,0.7077900843,586.98233977 +273,-1.87759879,0.7503853417,242,-1.396417427,0.7077900843,1424.9318444 +274,1.152365588,0.590457682,242,-1.396417427,0.7077900843,6864.4211747 +275,0.350198001,0.718001859,242,-1.396417427,0.7077900843,4899.7431696 +276,0.046513677,0.491503852,242,-1.396417427,0.7077900843,4625.290982 +277,0.027510309,0.742571376,242,-1.396417427,0.7077900843,4048.6885948 +278,0.306285725,-0.214631579,242,-1.396417427,0.7077900843,7166.0900622 +279,-1.100564889,0.318051531,242,-1.396417427,0.7077900843,1843.3475677 +280,-1.078582306,0.301437596,242,-1.396417427,0.7077900843,1941.761311 +281,-1.137371989,-0.617634065,242,-1.396417427,0.7077900843,5334.1781908 +282,0.784356344,0.703272339,242,-1.396417427,0.7077900843,5870.9634885 +283,-1.221209947,0.218327455,242,-1.396417427,0.7077900843,2032.3684843 +284,2.347301921,-0.449114658,242,-1.396417427,0.7077900843,10219.000342 +285,0.246820618,0.830553713,242,-1.396417427,0.7077900843,4404.3965146 +286,0.829414965,0.703288228,242,-1.396417427,0.7077900843,5954.5850405 +287,-1.337537566,0.42332223,242,-1.396417427,0.7077900843,1143.5979992 +288,0.882453706,0.454478077,242,-1.396417427,0.7077900843,6852.71337 +289,1.575629659,0.416419109,242,-1.396417427,0.7077900843,7947.213899 +290,-1.039455679,0.229888244,242,-1.396417427,0.7077900843,2261.9854187 +291,0.489558039,0.934482747,242,-1.396417427,0.7077900843,4665.272727 +292,0.081344504,0.88384514,242,-1.396417427,0.7077900843,3927.2422792 +293,-1.547979814,0.300350308,242,-1.396417427,0.7077900843,1695.1119681 +294,0.040776181,0.168560074,242,-1.396417427,0.7077900843,5388.5446025 +295,-1.130374745,0.563894876,242,-1.396417427,0.7077900843,1019.2870459 +296,1.578326642,0.478507176,242,-1.396417427,0.7077900843,7704.9840784 +297,-1.12861823,-0.291640865,242,-1.396417427,0.7077900843,4079.7229147 +298,0.310524208,0.770885792,242,-1.396417427,0.7077900843,4682.0522588 +299,0.415649091,-0.387246002,242,-1.396417427,0.7077900843,7911.0253736 +300,-0.926533878,-0.188022748,242,-1.396417427,0.7077900843,3943.6198219 +301,1.258856172,-0.11716081,242,-1.396417427,0.7077900843,9540.0330837 +302,-1.126050026,0.322941926,242,-1.396417427,0.7077900843,1780.3199444 +303,2.002785835,0.07893892,242,-1.396417427,0.7077900843,9190.142223 +304,0.440437607,0.746258085,242,-1.396417427,0.7077900843,5036.9961089 +305,-0.030391866,0.214441206,242,-1.396417427,0.7077900843,5059.3250606 +306,0.521557815,-0.058929362,242,-1.396417427,0.7077900843,7413.7139838 +307,-0.097005111,0.13317729,242,-1.396417427,0.7077900843,5063.9282435 +308,1.83113859,0.221857587,242,-1.396417427,0.7077900843,8748.0042149 +309,0.222428864,0.099404236,242,-1.396417427,0.7077900843,6110.1786502 +310,-1.702731345,0.8728568183,242,-1.396417427,0.7077900843,1070.8368761 +311,-0.418507569,0.278324921,242,-1.396417427,0.7077900843,3737.8112678 +312,-1.41153306,0.339029988,242,-1.396417427,0.7077900843,1461.557996 +313,0.357560442,0.114788776,242,-1.396417427,0.7077900843,6471.7384232 +314,0.325818979,0.268352149,242,-1.396417427,0.7077900843,5976.7326224 +315,-1.246004659,-0.663679965,242,-1.396417427,0.7077900843,5459.6819628 +316,1.814603087,0.637404484,242,-1.396417427,0.7077900843,7109.5555481 +317,1.843704281,-0.18300445,242,-1.396417427,0.7077900843,10336.702249 +318,1.690644492,-0.211480909,242,-1.396417427,0.7077900843,10468.802195 +319,-1.275451936,0.068109467,242,-1.396417427,0.7077900843,2570.3051589 +320,0.762430171,-0.207594741,242,-1.396417427,0.7077900843,8511.8285758 +321,0.265668905,-0.014647884,242,-1.396417427,0.7077900843,6534.3016038 +322,-2.773032013,-0.335515811,242,-1.396417427,0.7077900843,6521.7777982 +323,-1.469512853,0.174058777,242,-1.396417427,0.7077900843,2129.616087 +324,0.286276986,0.785925691,242,-1.396417427,0.7077900843,4591.8583985 +325,-1.379324697,0.377432233,242,-1.396417427,0.7077900843,1309.8067569 +326,-1.203778265,0.212813032,242,-1.396417427,0.7077900843,2072.2568463 +327,0.579916301,0.611743168,242,-1.396417427,0.7077900843,5713.5565867 +328,0.267582642,0.868113908,242,-1.396417427,0.7077900843,4371.1074922 +329,0.412869244,-0.050245578,242,-1.396417427,0.7077900843,7067.7505313 +330,0.17524381,0.976660285,242,-1.396417427,0.7077900843,3970.0764218 +331,0.743157214,0.204812899,242,-1.396417427,0.7077900843,7298.4436752 +332,-1.070758176,0.269382282,242,-1.396417427,0.7077900843,2066.7668098 +333,-1.230364251,0.329790229,242,-1.396417427,0.7077900843,1600.0350465 +334,-1.374813124,-0.024926835,242,-1.396417427,0.7077900843,2903.3412194 +335,0.519780566,0.463669906,242,-1.396417427,0.7077900843,5981.4088267 +336,-1.55108034,0.239698561,242,-1.396417427,0.7077900843,1930.0209943 +337,0.180294813,0.029739425,242,-1.396417427,0.7077900843,6163.1427407 +338,0.67820924,0.268170153,242,-1.396417427,0.7077900843,6944.6020344 +339,0.445798684,1.024001867,242,-1.396417427,0.7077900843,4375.5264723 +340,0.691751283,0.150521402,242,-1.396417427,0.7077900843,7321.5191372 +341,-1.036643551,-0.903056181,242,-1.396417427,0.7077900843,6500.0601947 +342,-0.120287036,1.083325163,242,-1.396417427,0.7077900843,3271.9994194 +343,2.823513113,-0.304487164,242,-1.396417427,0.7077900843,8470.254128 +344,0.457583172,1.12513373,242,-1.396417427,0.7077900843,4170.1729061 +345,0.042918831,0.813795399,242,-1.396417427,0.7077900843,3957.7391625 +346,1.196146777,-0.853142756,242,-1.396417427,0.7077900843,10808.94352 +347,0.206001358,-0.010430701,242,-1.396417427,0.7077900843,6343.9538865 +348,-0.268308653,0.234799412,242,-1.396417427,0.7077900843,4293.6999101 +349,0.759363263,0.736189579,242,-1.396417427,0.7077900843,5722.8713009 +350,0.181363926,0.891988372,242,-1.396417427,0.7077900843,4135.5958535 +351,-0.021111158,0.139103292,242,-1.396417427,0.7077900843,5276.9578207 +352,-0.093355215,0.630686981,242,-1.396417427,0.7077900843,3935.3903577 +353,0.40118964,0.681375926,242,-1.396417427,0.7077900843,5111.0003778 +354,-0.721197315,1.304706234,242,-1.396417427,0.7077900843,2657.634337 +355,-1.076150317,0.212107639,242,-1.396417427,0.7077900843,2257.9582396 +356,-1.577164531,0.273993443,242,-1.396417427,0.7077900843,1827.3322645 +357,-0.190788414,0.182208586,242,-1.396417427,0.7077900843,4658.0208 +358,-0.261349752,0.209710184,242,-1.396417427,0.7077900843,4377.4515554 +359,-1.029303852,0.083549259,242,-1.396417427,0.7077900843,2796.5091592 +360,-1.268609162,0.330525297,242,-1.396417427,0.7077900843,1556.1598482 +361,1.282982244,-0.926641967,242,-1.396417427,0.7077900843,10934.494718 +362,0.217352334,0.731352408,242,-1.396417427,0.7077900843,4548.8860898 +363,-1.511833084,0.258629297,242,-1.396417427,0.7077900843,1823.1973757 +364,0.338812194,0.823184618,242,-1.396417427,0.7077900843,4625.5177887 +365,-0.324406489,1.134201999,242,-1.396417427,0.7077900843,2905.2514807 +366,1.389579348,0.399185724,242,-1.396417427,0.7077900843,7867.3919578 +367,2.047152199,-0.039082036,242,-1.396417427,0.7077900843,9582.7086328 +368,0.947780369,0.568250077,242,-1.396417427,0.7077900843,6608.6359968 +369,0.763824846,0.576754987,242,-1.396417427,0.7077900843,6220.0006398 +370,-0.142334657,0.928153068,242,-1.396417427,0.7077900843,3354.7303809 +371,0.610266567,0.547265983,242,-1.396417427,0.7077900843,5966.7981763 +372,0.210731629,0.746815056,242,-1.396417427,0.7077900843,4498.9822774 +373,-1.34931644,0.316895224,242,-1.396417427,0.7077900843,1556.6373818 +374,2.407696481,0.655030745,242,-1.396417427,0.7077900843,6535.1998096 +375,0.64207831,0.545359131,242,-1.396417427,0.7077900843,6046.0075677 +376,1.174597538,0.840588356,242,-1.396417427,0.7077900843,5992.5828442 +377,0.660059424,0.010604079,242,-1.396417427,0.7077900843,7628.8321459 +378,-0.730263819,0.010486456,242,-1.396417427,0.7077900843,3652.4612982 +379,0.831068936,0.512339172,242,-1.396417427,0.7077900843,6561.3221747 +380,1.301180979,0.72367476,242,-1.396417427,0.7077900843,6553.7531074 +381,1.811128231,0.322854402,242,-1.396417427,0.7077900843,8354.2345026 +382,0.435105812,0.992284428,242,-1.396417427,0.7077900843,4429.3439937 +383,0.62643634,0.592027932,242,-1.396417427,0.7077900843,5875.2616658 +384,0.492988703,-0.516339467,242,-1.396417427,0.7077900843,8425.0147695 +385,-0.162469483,0.112549365,242,-1.396417427,0.7077900843,4921.0173485 +386,0.314630866,0.472006421,242,-1.396417427,0.7077900843,5420.2679405 +387,0.166744804,0.822815954,242,-1.396417427,0.7077900843,4236.3411873 +388,0.417159608,0.965805736,242,-1.396417427,0.7077900843,4457.467085 +389,0.106334961,0.868774244,242,-1.396417427,0.7077900843,4010.3393315 +390,0.815086969,-0.338144359,242,-1.396417427,0.7077900843,8994.2341729 +391,0.59867455,-0.230624824,242,-1.396417427,0.7077900843,8084.671866 +392,1.915104874,0.066220985,242,-1.396417427,0.7077900843,9316.5975917 +393,1.278093622,0.064463721,242,-1.396417427,0.7077900843,8947.7608597 +394,-0.061477853,0.302997961,242,-1.396417427,0.7077900843,4748.5366112 +395,0.251311504,0.626976942,242,-1.396417427,0.7077900843,4872.368975 +396,2.950242872,0.149095644,242,-1.396417427,0.7077900843,6907.1680405 +397,-0.180294708,0.35375117,242,-1.396417427,0.7077900843,4271.471382 +398,1.010448592,-0.351180233,242,-1.396417427,0.7077900843,9599.2986322 +399,-1.748740498,0.3686318073,242,-1.396417427,0.7077900843,1791.0682747 +400,2.699635665,0.123533791,242,-1.396417427,0.7077900843,7662.5749847 +401,0.496808033,0.823843254,242,-1.396417427,0.7077900843,4958.9082927 +402,0.129574704,0.763364087,242,-1.396417427,0.7077900843,4265.5243054 +403,1.798920311,0.817447563,242,-1.396417427,0.7077900843,6399.4063985 +404,0.335987953,0.746786541,242,-1.396417427,0.7077900843,4797.465733 +405,-1.085413643,0.292154671,242,-1.396417427,0.7077900843,1960.8135684 +406,-0.155321003,0.508207011,242,-1.396417427,0.7077900843,4003.3395317 +407,0.620529244,-0.301175104,242,-1.396417427,0.7077900843,8323.2033256 +408,1.684402744,0.368716966,242,-1.396417427,0.7077900843,8173.9192778 +409,0.300582244,-0.386397212,242,-1.396417427,0.7077900843,7569.1299022 +410,2.913555946,-0.009225192,242,-1.396417427,0.7077900843,7443.5816532 +411,1.465101417,0.493232532,242,-1.396417427,0.7077900843,7576.3999804 +412,0.090612882,0.907955955,242,-1.396417427,0.7077900843,3907.5716846 +413,2.987564726,-0.729568594,242,-1.396417427,0.7077900843,8850.8884467 +414,-1.484261606,0.224149272,242,-1.396417427,0.7077900843,1939.8917944 +415,0.164073421,0.303955133,242,-1.396417427,0.7077900843,5416.0139769 +416,0.141441293,0.167552546,242,-1.396417427,0.7077900843,5693.1562458 +417,2.931321023,-0.506718887,242,-1.396417427,0.7077900843,8599.310213 +418,2.21951565,0.700596356,242,-1.396417427,0.7077900843,6609.0117905 +419,0.268112576,1.199114336,242,-1.396417427,0.7077900843,3771.4582831 +420,0.978913739,0.359223811,242,-1.396417427,0.7077900843,7362.2919579 +421,1.210898818,0.522863584,242,-1.396417427,0.7077900843,7189.6126998 +422,2.347397336,0.129231362,242,-1.396417427,0.7077900843,8467.9217999 +423,0.614394501,0.556878345,242,-1.396417427,0.7077900843,5948.8265383 +424,-1.398079356,0.148483366,242,-1.396417427,0.7077900843,2215.421658 +425,2.535303836,-0.112984496,242,-1.396417427,0.7077900843,8793.6807279 +426,-1.019372593,-0.405322349,242,-1.396417427,0.7077900843,4622.862345 +427,-1.297785627,-0.160104069,242,-1.396417427,0.7077900843,3456.6166655 +428,2.144554488,0.205051084,242,-1.396417427,0.7077900843,8542.7167055 +429,-2.242387083,-0.426171285,242,-1.396417427,0.7077900843,5465.0233943 +430,0.338637212,0.909723676,242,-1.396417427,0.7077900843,4430.9173167 +431,-0.148798452,0.691042401,242,-1.396417427,0.7077900843,3671.4753541 +432,0.893524764,0.441829531,242,-1.396417427,0.7077900843,6916.458334 +433,0.969229347,-0.368847936,242,-1.396417427,0.7077900843,9523.1776047 +434,0.436043248,0.800045688,242,-1.396417427,0.7077900843,4892.0000628 +435,1.687946607,1.081504775,242,-1.396417427,0.7077900843,5354.0793139 +436,0.522302046,-0.034889271,242,-1.396417427,0.7077900843,7352.5215329 +437,-0.178996113,-0.438090009,242,-1.396417427,0.7077900843,6371.2620935 +438,-1.094339566,0.301444068,242,-1.396417427,0.7077900843,1912.1953893 +439,-1.064070054,0.242569932,242,-1.396417427,0.7077900843,2172.1871183 +440,-1.068153768,0.230387998,242,-1.396417427,0.7077900843,2207.4151848 +441,-3.00496892,-0.23989155,242,-1.396417427,0.7077900843,6948.2107753 +442,0.21751974,0.766874888,242,-1.396417427,0.7077900843,4472.0743664 +443,0.117229532,0.007619006,242,-1.396417427,0.7077900843,6030.3323336 +444,0.777758451,0.420554741,242,-1.396417427,0.7077900843,6730.8359182 +445,-0.252356999,0.250747086,242,-1.396417427,0.7077900843,4301.9074223 +446,0.363148444,0.768483434,242,-1.396417427,0.7077900843,4808.2046557 +447,0.903191366,-0.118210676,242,-1.396417427,0.7077900843,8668.6274466 +448,-0.205755923,0.149406178,242,-1.396417427,0.7077900843,4696.9510486 +449,1.811996086,0.02364353,242,-1.396417427,0.7077900843,9536.6014827 +450,-1.100670221,0.314845373,242,-1.396417427,0.7077900843,1854.2070783 +451,0.340078597,0.850105132,242,-1.396417427,0.7077900843,4566.8335048 +452,0.258757267,0.804969236,242,-1.396417427,0.7077900843,4486.4594607 +453,2.78505352,-0.155160804,242,-1.396417427,0.7077900843,8207.5422008 +454,0.800551619,0.105822106,242,-1.396417427,0.7077900843,7740.7437307 +455,0.437940882,-0.506194031,242,-1.396417427,0.7077900843,8242.8219406 +456,2.230431122,0.63458615,242,-1.396417427,0.7077900843,6841.5755202 +457,0.527965361,0.127667701,242,-1.396417427,0.7077900843,6931.4527616 +458,-0.063643205,0.702093448,242,-1.396417427,0.7077900843,3883.512977 +459,1.408447268,0.133010502,242,-1.396417427,0.7077900843,8893.9569506 +460,0.523795955,0.280266966,242,-1.396417427,0.7077900843,6499.9266087 +461,-0.975769313,0.072177659,242,-1.396417427,0.7077900843,2930.1050479 +462,0.549774164,-0.463663986,242,-1.396417427,0.7077900843,8481.0957801 +463,0.29245874,1.095549818,242,-1.396417427,0.7077900843,3975.8185661 +464,0.143625958,0.816809593,242,-1.396417427,0.7077900843,4193.835397 +465,0.671902494,0.611159853,242,-1.396417427,0.7077900843,5920.2190084 +466,1.239840988,0.6724199,242,-1.396417427,0.7077900843,6679.0140862 +467,0.607829703,-0.10932137,242,-1.396417427,0.7077900843,7800.8690194 +468,1.763020906,0.263996692,242,-1.396417427,0.7077900843,8594.0409737 +469,0.378714634,0.726066797,242,-1.396417427,0.7077900843,4946.8811893 +470,2.196736143,-0.153862366,242,-1.396417427,0.7077900843,9735.504345 +471,0.01702415,0.148991565,242,-1.396417427,0.7077900843,5366.6245583 +472,-2.998490902,-0.158002487,242,-1.396417427,0.7077900843,6721.3979216 +473,-3.051262951,-0.346595608,242,-1.396417427,0.7077900843,7349.5366353 +474,-1.069176439,0.182802941,242,-1.396417427,0.7077900843,2374.1710776 +475,0.167157509,0.595344954,242,-1.396417427,0.7077900843,4724.3065957 +476,0.613855648,0.681746124,242,-1.396417427,0.7077900843,5590.7015582 +477,1.037012736,0.682555367,242,-1.396417427,0.7077900843,6371.3455722 +478,-1.253574971,0.379755746,242,-1.396417427,0.7077900843,1384.9888885 +479,3.108590453,-0.132620738,242,-1.396417427,0.7077900843,7186.1761234 +480,0.565301296,0.022333262,242,-1.396417427,0.7077900843,7325.1063646 +481,0.547898238,0.855555614,242,-1.396417427,0.7077900843,4977.5781847 +482,0.948309381,0.417393755,242,-1.396417427,0.7077900843,7108.2937892 +483,-0.050600732,0.945269213,242,-1.396417427,0.7077900843,3541.130905 +484,-0.977651478,-0.572363064,242,-1.396417427,0.7077900843,5297.0516787 +485,1.102014914,0.728861163,242,-1.396417427,0.7077900843,6303.157658 +486,2.927300795,-0.282939414,242,-1.396417427,0.7077900843,8106.32281 +487,-1.154565557,0.124434095,242,-1.396417427,0.7077900843,2464.0013239 +488,1.855331234,0.291044755,242,-1.396417427,0.7077900843,8466.7170219 +489,0.830290659,0.276904518,242,-1.396417427,0.7077900843,7296.5972731 +490,0.485104466,-0.234867441,242,-1.396417427,0.7077900843,7754.0579285 +491,0.521367572,-0.33161327,242,-1.396417427,0.7077900843,8097.3372354 +1,-1.539031704,0.7349710123,243,-1.35650337,0.7185539404,543.8646978 +2,-1.536990553,0.7349663874,243,-1.35650337,0.7185539404,537.8764194 +3,-1.534951779,0.7349571355,243,-1.35650337,0.7185539404,531.89463432 +4,-1.532906461,0.7349480293,243,-1.35650337,0.7185539404,525.89432533 +5,-1.531320211,0.7346937278,243,-1.35650337,0.7185539404,521.17726407 +6,-1.539451648,0.7335131775,243,-1.35650337,0.7185539404,544.7904535 +7,-1.537429487,0.7335445708,243,-1.35650337,0.7185539404,538.8538216 +8,-1.535484998,0.7335658704,243,-1.35650337,0.7185539404,533.14439643 +9,-1.533488396,0.7336036027,243,-1.35650337,0.7185539404,527.2862582 +10,-1.531497785,0.7335842962,243,-1.35650337,0.7185539404,521.4342865 +11,-1.530259379,0.7334777758,243,-1.35650337,0.7185539404,517.77261161 +12,-1.5335454,0.7322346912,243,-1.35650337,0.7185539404,527.1885069 +13,-1.531489083,0.7322238773,243,-1.35650337,0.7185539404,521.13527606 +14,-1.530011122,0.7321679851,243,-1.35650337,0.7185539404,516.77588039 +15,-1.53348106,0.7306614094,243,-1.35650337,0.7185539404,526.76233719 +16,-1.531441779,0.7306962275,243,-1.35650337,0.7185539404,520.7546513 +17,-1.529755654,0.7306933243,243,-1.35650337,0.7185539404,515.78354022 +18,-1.533415048,0.7291384674,243,-1.35650337,0.7185539404,526.4078738 +19,-1.531392093,0.7291705353,243,-1.35650337,0.7185539404,520.43650109 +20,-1.529296523,0.7291214933,243,-1.35650337,0.7185539404,514.24357041 +21,-1.535280942,0.727267644,243,-1.35650337,0.7185539404,531.82632844 +22,-1.533378158,0.7276139666,243,-1.35650337,0.7185539404,526.20755303 +23,-1.531340368,0.7276446587,243,-1.35650337,0.7185539404,520.18156637 +24,-1.528960113,0.7276398177,243,-1.35650337,0.7185539404,513.14139238 +25,-1.533313146,0.7260818349,243,-1.35650337,0.7185539404,525.99255952 +26,-1.531259555,0.7260958115,243,-1.35650337,0.7185539404,519.90987002 +27,-1.528926415,0.7260865555,243,-1.35650337,0.7185539404,512.99924815 +28,-1.531226779,0.7245511789,243,-1.35650337,0.7185539404,519.8517594 +29,-1.528904772,0.7245519194,243,-1.35650337,0.7185539404,512.96514785 +30,-1.547195875,0.7409785979,243,-1.35650337,0.7185539404,569.52183298 +31,-1.5451475,0.740980426,243,-1.35650337,0.7185539404,563.56238446 +32,-1.543097679,0.7409798872,243,-1.35650337,0.7185539404,557.59920368 +33,-1.540720364,0.7409892687,243,-1.35650337,0.7185539404,550.68900704 +34,-1.547188511,0.7395198392,243,-1.35650337,0.7185539404,568.99645427 +35,-1.545148587,0.7395226109,243,-1.35650337,0.7185539404,563.04859991 +36,-1.543104538,0.7395314908,243,-1.35650337,0.7185539404,557.09201423 +37,-1.540727751,0.7395306258,243,-1.35650337,0.7185539404,550.16353534 +38,-1.547187029,0.7380014886,243,-1.35650337,0.7185539404,568.52906251 +39,-1.545147315,0.7380012252,243,-1.35650337,0.7185539404,562.56767352 +40,-1.54310719,0.7380060743,243,-1.35650337,0.7185539404,556.60757064 +41,-1.540719671,0.7380068206,243,-1.35650337,0.7185539404,549.63241247 +42,-1.547187189,0.7364799098,243,-1.35650337,0.7185539404,568.12853158 +43,-1.545149996,0.7364853874,243,-1.35650337,0.7185539404,562.16346166 +44,-1.543106091,0.7364823484,243,-1.35650337,0.7185539404,556.17739276 +45,-1.540717158,0.7364893901,243,-1.35650337,0.7185539404,549.18464159 +46,-1.538663972,0.7410138672,243,-1.35650337,0.7185539404,544.7201031 +47,-1.53695285,0.7409699132,243,-1.35650337,0.7185539404,539.72827533 +48,-1.534910498,0.7409641297,243,-1.35650337,0.7185539404,533.79042434 +49,-1.533145034,0.7409536636,243,-1.35650337,0.7185539404,528.65644728 +50,-1.538681336,0.7395405883,243,-1.35650337,0.7185539404,544.20334908 +51,-1.536999189,0.7395183096,243,-1.35650337,0.7185539404,539.29389355 +52,-1.534923633,0.7395144222,243,-1.35650337,0.7185539404,533.24603184 +53,-1.533267822,0.7395654306,243,-1.35650337,0.7185539404,528.44330147 +54,-1.53867273,0.7380151077,243,-1.35650337,0.7185539404,543.65585759 +55,-1.536980576,0.7379994392,243,-1.35650337,0.7185539404,538.70874757 +56,-1.534931522,0.7379944961,243,-1.35650337,0.7185539404,532.72367913 +57,-1.533387952,0.7379480264,243,-1.35650337,0.7185539404,528.20113951 +58,-1.538682279,0.7364914363,243,-1.35650337,0.7185539404,543.22819357 +59,-1.536980704,0.7364810563,243,-1.35650337,0.7185539404,538.2446576 +60,-1.534935567,0.7364752065,243,-1.35650337,0.7185539404,532.2575094 +61,-1.533042592,0.7363876366,243,-1.35650337,0.7185539404,526.69200976 +62,-1.545143426,0.7349628011,243,-1.35650337,0.7185539404,561.79416726 +63,-1.543105297,0.7349691947,243,-1.35650337,0.7185539404,555.81517244 +64,-1.541064533,0.7349647152,243,-1.35650337,0.7185539404,549.82674182 +65,-1.545411803,0.7334624714,243,-1.35650337,0.7185539404,562.3009496 +66,-1.543446606,0.7334780896,243,-1.35650337,0.7185539404,556.52644176 +67,-1.541475327,0.7334957295,243,-1.35650337,0.7185539404,550.73510039 +68,-1.545401939,0.731963266,243,-1.35650337,0.7185539404,562.05356657 +69,-1.54342253,0.7319915583,243,-1.35650337,0.7185539404,556.22813548 +70,-1.541455867,0.7320216438,243,-1.35650337,0.7185539404,550.44120497 +71,-1.545410146,0.7304422281,243,-1.35650337,0.7185539404,561.91983466 +72,-1.543435491,0.7304713664,243,-1.35650337,0.7185539404,556.09764688 +73,-1.541463105,0.7304997613,243,-1.35650337,0.7185539404,550.28266743 +74,-1.545414768,0.7289194936,243,-1.35650337,0.7185539404,561.83964984 +75,-1.543435774,0.7289538557,243,-1.35650337,0.7185539404,555.99468992 +76,-1.541457714,0.7289765881,243,-1.35650337,0.7185539404,550.15239017 +77,-1.539449415,0.7320555866,243,-1.35650337,0.7185539404,544.53847174 +78,-1.537429183,0.7321097681,243,-1.35650337,0.7185539404,538.59920979 +79,-1.535472649,0.7321497267,243,-1.35650337,0.7185539404,532.84636492 +80,-1.539457899,0.7305333307,243,-1.35650337,0.7185539404,544.37203 +81,-1.537453161,0.7305750503,243,-1.35650337,0.7185539404,538.4643976 +82,-1.535479385,0.7306124949,243,-1.35650337,0.7185539404,532.64842024 +83,-1.53946905,0.7290102593,243,-1.35650337,0.7185539404,544.27981672 +84,-1.537459922,0.7290417293,243,-1.35650337,0.7185539404,538.34721314 +85,-1.535451349,0.7290890157,243,-1.35650337,0.7185539404,532.41799087 +86,-1.535522937,0.7279887191,243,-1.35650337,0.7185539404,532.5652032 +87,-1.539442524,0.7274735939,243,-1.35650337,0.7185539404,544.14245247 +88,-1.537424111,0.727521351,243,-1.35650337,0.7185539404,538.17253239 +89,-1.539384641,0.7259505092,243,-1.35650337,0.7185539404,543.97926182 +90,-1.537372391,0.7259947145,243,-1.35650337,0.7185539404,538.01752366 +91,-1.535340789,0.7260435356,243,-1.35650337,0.7185539404,531.99886244 +92,-1.539325716,0.7244369706,243,-1.35650337,0.7185539404,543.87834951 +93,-1.537308932,0.7244801057,243,-1.35650337,0.7185539404,537.89406836 +94,-1.535289068,0.7245247645,243,-1.35650337,0.7185539404,531.90089877 +95,-1.533261366,0.7245550236,243,-1.35650337,0.7185539404,525.88561155 +96,-1.539267302,0.722921924,243,-1.35650337,0.7185539404,543.84437239 +97,-1.537248972,0.7229660258,243,-1.35650337,0.7185539404,537.84698935 +98,-1.535219431,0.7229916471,243,-1.35650337,0.7185539404,531.81846997 +99,-1.53318962,0.7230212049,243,-1.35650337,0.7185539404,525.78883209 +100,-1.531154816,0.7230299897,243,-1.35650337,0.7185539404,519.74642792 +101,-1.528878341,0.7230370244,243,-1.35650337,0.7185539404,512.98653025 +102,-1.539218189,0.7214009878,243,-1.35650337,0.7185539404,543.90435536 +103,-1.537198791,0.7214422745,243,-1.35650337,0.7185539404,537.89648317 +104,-1.535179266,0.7214634354,243,-1.35650337,0.7185539404,531.89134597 +105,-1.533156501,0.7214944644,243,-1.35650337,0.7185539404,525.8751253 +106,-1.53113574,0.7215166021,243,-1.35650337,0.7185539404,519.8661493 +107,-1.528874248,0.7215345535,243,-1.35650337,0.7185539404,513.14222445 +108,-1.539217656,0.7198512397,243,-1.35650337,0.7185539404,544.18056066 +109,-1.537199919,0.7199428763,243,-1.35650337,0.7185539404,538.1607535 +110,-1.545425832,0.727397149,243,-1.35650337,0.7185539404,561.84287527 +111,-1.543371177,0.7273916949,243,-1.35650337,0.7185539404,555.76415509 +112,-1.541368852,0.7274523163,243,-1.35650337,0.7185539404,549.84084389 +113,-1.545349067,0.7258710923,243,-1.35650337,0.7185539404,561.6504501 +114,-1.54332671,0.7258603556,243,-1.35650337,0.7185539404,555.65993245 +115,-1.541346831,0.7259242142,243,-1.35650337,0.7185539404,549.79256268 +116,-1.545324355,0.7243383958,243,-1.35650337,0.7185539404,561.67702761 +117,-1.543292796,0.7243617413,243,-1.35650337,0.7185539404,555.6497749 +118,-1.541295822,0.7244024384,243,-1.35650337,0.7185539404,549.72386371 +119,-1.543193859,0.7205570215,243,-1.35650337,0.7185539404,555.86765046 +120,-1.550257047,0.7386738187,243,-1.35650337,0.7185539404,577.69208159 +121,-1.549335448,0.7311736483,243,-1.35650337,0.7185539404,573.55818361 +122,-1.533478843,0.7179891343,243,-1.35650337,0.7185539404,527.51979696 +123,-1.556150555,0.738907041,243,-1.35650337,0.7185539404,594.97209567 +124,-1.554324226,0.733414257,243,-1.35650337,0.7185539404,588.49985272 +125,-1.554290846,0.7288285332,243,-1.35650337,0.7185539404,588.06189103 +126,-1.55122487,0.7219795312,243,-1.35650337,0.7185539404,579.48467647 +127,-1.525104458,0.7229399862,243,-1.35650337,0.7185539404,501.78883234 +128,-1.519607711,0.7236181429,243,-1.35650337,0.7185539404,485.4240392 +129,-1.513899999,0.7251107854,243,-1.35650337,0.7185539404,468.46429182 +130,-1.536620762,0.7431061895,243,-1.35650337,0.7185539404,539.71403636 +131,-1.5369566,0.7460845958,243,-1.35650337,0.7185539404,542.22367483 +132,-1.545345528,0.7447040685,243,-1.35650337,0.7185539404,565.71933556 +133,-1.532813921,0.7432306626,243,-1.35650337,0.7185539404,528.75608073 +134,-1.554788248,0.7382381001,243,-1.35650337,0.7185539404,590.81305715 +135,-1.540348126,0.7301594274,243,-1.35650337,0.7185539404,546.96169914 +136,-1.538016084,0.7239051786,243,-1.35650337,0.7185539404,540.03412066 +137,-1.525288962,0.7258085137,243,-1.35650337,0.7185539404,502.22277494 +138,-1.534326986,0.731241342,243,-1.35650337,0.7185539404,529.33358279 +139,-1.530733872,0.7303625216,243,-1.35650337,0.7185539404,518.62346192 +141,-1.534354939,0.7328219978,243,-1.35650337,0.7185539404,529.67621526 +142,-1.53157084,0.7292888153,243,-1.35650337,0.7185539404,520.97510181 +143,-1.525691035,0.7263799874,243,-1.35650337,0.7185539404,503.42120281 +144,-1.534031287,0.7495967835,243,-1.35650337,0.7185539404,535.9965339 +145,-1.527714986,0.7283095957,243,-1.35650337,0.7185539404,509.50218886 +146,-1.526189586,0.7271468292,243,-1.35650337,0.7185539404,504.9219932 +147,-1.555177336,0.7375563366,243,-1.35650337,0.7185539404,591.78038643 +148,-1.555080283,0.7312707794,243,-1.35650337,0.7185539404,590.50062006 +149,-1.53856994,0.7224180299,243,-1.35650337,0.7185539404,541.83407058 +150,-1.530837883,0.729933372,243,-1.35650337,0.7185539404,518.87837209 +151,-1.515066984,0.5854133365,243,-1.35650337,0.7185539404,725.36602557 +152,-1.534731633,0.5368370046,243,-1.35650337,0.7185539404,917.58061085 +153,-1.515231902,0.5607085576,243,-1.35650337,0.7185539404,802.34857422 +154,-2.616253799,1.0684566605,243,-1.35650337,0.7185539404,3217.1692813 +155,-1.956071439,0.5792177723,243,-1.35650337,0.7185539404,1956.8660836 +156,-1.951208514,0.5602434208,243,-1.35650337,0.7185539404,1976.932926 +157,-1.944675062,0.6062144545,243,-1.35650337,0.7185539404,1877.5919078 +158,-1.613778386,0.6077989518,243,-1.35650337,0.7185539404,913.31917067 +159,-2.035029014,0.6021432345,243,-1.35650337,0.7185539404,2153.4449435 +160,-2.114989471,0.6801825058,243,-1.35650337,0.7185539404,2280.1588751 +161,-2.037382079,0.5765830025,243,-1.35650337,0.7185539404,2203.4258318 +162,-2.129855121,0.6585019963,243,-1.35650337,0.7185539404,2351.7619763 +163,-2.075141798,0.6493615843,243,-1.35650337,0.7185539404,2202.5622015 +164,-1.828626729,0.6948433129,243,-1.35650337,0.7185539404,1419.5830314 +165,-1.863329418,0.6735427691,243,-1.35650337,0.7185539404,1543.6015247 +166,-1.266037071,0.727988852,243,-1.35650337,0.7185539404,271.1695029 +167,-1.277579582,0.7249010648,243,-1.35650337,0.7185539404,235.9860187 +168,-1.258418684,0.7241194816,243,-1.35650337,0.7185539404,292.52351576 +169,-1.317813974,0.6804850104,243,-1.35650337,0.7185539404,191.00154616 +170,-1.344165204,0.6790988904,243,-1.35650337,0.7185539404,160.6961967 +171,-1.427582102,0.5277120351,243,-1.35650337,0.7185539404,789.48100403 +172,-1.402238616,0.457167829,243,-1.35650337,0.7185539404,1046.1217437 +173,-1.422454264,0.4996161999,243,-1.35650337,0.7185539404,893.03117581 +174,-1.439089277,0.4894859811,243,-1.35650337,0.7185539404,946.02753419 +175,-1.448126995,0.5182330266,243,-1.35650337,0.7185539404,846.33520847 +176,-1.474626146,0.5881926574,243,-1.35650337,0.7185539404,635.65333357 +177,-1.421139645,0.5584869783,243,-1.35650337,0.7185539404,666.33848505 +178,-1.457037165,0.565943032,243,-1.35650337,0.7185539404,683.02901371 +179,-2.757159358,0.3745319,243,-1.35650337,0.7185539404,4765.5442273 +180,-2.714309238,0.342054471,243,-1.35650337,0.7185539404,4717.6390135 +181,-2.000525337,0.774119946,243,-1.35650337,0.7185539404,1869.786757 +183,-1.571413436,0.6777838382,243,-1.35650337,0.7185539404,671.13982997 +184,-1.552860289,0.6987663893,243,-1.35650337,0.7185539404,595.2588057 +185,-1.521852374,0.7165827476,243,-1.35650337,0.7185539404,493.26004391 +186,-1.503656267,0.6928968252,243,-1.35650337,0.7185539404,454.93764876 +187,-1.502753178,0.7136205882,243,-1.35650337,0.7185539404,437.27629375 +188,-1.631894563,0.7343596465,243,-1.35650337,0.7185539404,816.66031255 +189,-1.653765416,0.6770714026,243,-1.35650337,0.7185539404,915.51049605 +190,-1.719812114,0.6715965947,243,-1.35650337,0.7185539404,1117.9663358 +191,-1.493406659,0.6646955447,243,-1.35650337,0.7185539404,468.73808614 +192,-1.469120564,0.6613469966,243,-1.35650337,0.7185539404,411.78486021 +193,-1.590551461,0.5326612937,243,-1.35650337,0.7185539404,1049.6805652 +194,-1.625979264,0.5247742243,243,-1.35650337,0.7185539404,1155.2032107 +195,-1.572293943,0.5238808754,243,-1.35650337,0.7185539404,1035.9434667 +196,-1.610848725,0.5477107964,243,-1.35650337,0.7185539404,1054.5800078 +197,-1.208485554,0.7918526018,243,-1.35650337,0.7185539404,515.83525896 +198,-1.335601374,0.6869083083,243,-1.35650337,0.7185539404,140.36558485 +199,-1.346156996,0.6825213377,243,-1.35650337,0.7185539404,146.1223203 +200,-1.324381037,0.6741422347,243,-1.35650337,0.7185539404,201.17013476 +201,-1.242424992,0.7378949807,243,-1.35650337,0.7185539404,345.74778419 +202,-1.270370057,0.7392461008,243,-1.35650337,0.7185539404,267.30947666 +203,-1.448950472,0.7441675014,243,-1.35650337,0.7185539404,290.74468178 +204,-1.492662363,0.7523026852,243,-1.35650337,0.7185539404,421.48908507 +205,-1.479098966,0.7763855017,243,-1.35650337,0.7185539404,423.21745779 +206,-1.633760714,0.7869022408,243,-1.35650337,0.7185539404,844.31656892 +207,-1.647406434,0.8101289331,243,-1.35650337,0.7185539404,905.10790495 +208,-1.564245052,0.5701509278,243,-1.35650337,0.7185539404,880.69650281 +209,-1.646289963,0.6833746083,243,-1.35650337,0.7185539404,886.79829683 +210,-1.5820631,0.6751952144,243,-1.35650337,0.7185539404,705.59186019 +211,-1.613236298,0.6681681791,243,-1.35650337,0.7185539404,806.0773365 +212,-1.914661867,0.8212566515,243,-1.35650337,0.7185539404,1626.247138 +213,-1.742133237,0.7250275956,243,-1.35650337,0.7185539404,1143.7183489 +214,-2.033144872,0.6557314699,243,-1.35650337,0.7185539404,2069.6078035 +215,-2.039551981,0.6964723658,243,-1.35650337,0.7185539404,2040.6052128 +216,-1.247341019,0.7622473908,243,-1.35650337,0.7185539404,362.95071451 +217,-1.298239787,0.7084123392,243,-1.35650337,0.7185539404,179.04292091 +218,-1.308539688,0.6926545592,243,-1.35650337,0.7185539404,177.2953494 +219,-1.303263185,0.6888938396,243,-1.35650337,0.7185539404,199.11322496 +220,-1.852400229,0.6004246149,243,-1.35650337,0.7185539404,1613.1041658 +221,-1.288947707,0.7473773692,243,-1.35650337,0.7185539404,229.27646194 +222,-1.372031502,0.7472790993,243,-1.35650337,0.7185539404,122.6180558 +223,-1.289805721,0.7242157877,243,-1.35650337,0.7185539404,199.62448085 +224,-1.350807603,0.7533498126,243,-1.35650337,0.7185539404,138.83680001 +225,-1.329290365,0.7560442322,243,-1.35650337,0.7185539404,168.5722699 +226,-1.410153004,0.616936428,243,-1.35650337,0.7185539404,435.64230716 +227,-1.393445434,0.6308995063,243,-1.35650337,0.7185539404,365.48396828 +228,-1.37595573,0.6241540638,243,-1.35650337,0.7185539404,378.74312267 +229,-1.358388707,0.6172645205,243,-1.35650337,0.7185539404,401.25012586 +230,-1.753741133,0.8281661666,243,-1.35650337,0.7185539404,1201.298777 +231,-1.47430987,0.6834615681,243,-1.35650337,0.7185539404,382.59646856 +232,-1.421012508,0.7222725206,243,-1.35650337,0.7185539404,192.58152438 +233,-1.4476833,0.6978557868,243,-1.35650337,0.7185539404,286.2509955 +234,-1.470370723,0.6966193374,243,-1.35650337,0.7185539404,353.49464926 +235,-1.429211703,0.7037216883,243,-1.35650337,0.7185539404,225.9379279 +236,-1.700578405,0.6178673663,243,-1.35650337,0.7185539404,1138.5627499 +237,-1.678117619,0.6331716163,243,-1.35650337,0.7185539404,1047.3975423 +238,-1.725644578,0.6316331145,243,-1.35650337,0.7185539404,1188.7832374 +239,-2.14012759,0.7930497945,243,-1.35650337,0.7185539404,2248.331148 +240,-2.103289431,0.7653606263,243,-1.35650337,0.7185539404,2163.9731149 +241,-1.318739838,0.7017808746,243,-1.35650337,0.7185539404,131.44050125 +242,-1.396417427,0.7077900843,243,-1.35650337,0.7185539404,126.93829523 +243,-1.35650337,0.7185539404,243,-1.35650337,0.7185539404,96.524458377 +244,-1.248884539,0.7274156818,243,-1.35650337,0.7185539404,321.48892657 +245,-1.395014798,0.5761185243,243,-1.35650337,0.7185539404,577.10024044 +246,-1.433377362,0.6064716109,243,-1.35650337,0.7185539404,504.53576696 +247,-1.408172432,0.5903155476,243,-1.35650337,0.7185539404,533.17862332 +248,-1.749645898,0.7757118084,243,-1.35650337,0.7185539404,1160.7653901 +249,-1.571626686,0.615046989,243,-1.35650337,0.7185539404,783.98405253 +250,-1.514070049,0.6303003037,243,-1.35650337,0.7185539404,599.32882255 +251,-1.480890369,0.6237966528,243,-1.35650337,0.7185539404,537.90417342 +252,-1.704390658,0.5281680612,243,-1.35650337,0.7185539404,1344.034723 +253,-1.64434733,0.5254277498,243,-1.35650337,0.7185539404,1197.9098639 +254,-1.703855997,0.4792484842,243,-1.35650337,0.7185539404,1473.3993431 +255,-1.692002383,0.5748825051,243,-1.35650337,0.7185539404,1199.8051158 +256,-1.854136457,0.5544643913,243,-1.35650337,0.7185539404,1703.4065122 +257,-1.665021206,0.520317736,243,-1.35650337,0.7185539404,1263.2082702 +258,-1.733654349,0.4845187345,243,-1.35650337,0.7185539404,1534.1984035 +259,-1.720938188,0.5135933906,243,-1.35650337,0.7185539404,1424.6866811 +260,-1.742668307,0.553296122,243,-1.35650337,0.7185539404,1388.1842677 +261,-1.965659039,0.7142126903,243,-1.35650337,0.7185539404,1807.4587687 +262,-1.944438071,0.6772834804,243,-1.35650337,0.7185539404,1780.6020259 +263,-1.270340967,0.7681487096,243,-1.35650337,0.7185539404,318.83837507 +264,-1.353091884,0.6549276821,243,-1.35650337,0.7185539404,252.23993668 +265,-1.333236659,0.6413584414,243,-1.35650337,0.7185539404,314.04474126 +266,-1.352015998,0.6753788907,243,-1.35650337,0.7185539404,171.55835423 +267,-1.377988483,0.6577816235,243,-1.35650337,0.7185539404,249.52472601 +268,-2.13075611,0.8318642051,243,-1.35650337,0.7185539404,2204.5981365 +269,-2.097910953,0.8259670014,243,-1.35650337,0.7185539404,2118.8564053 +270,-1.416382069,0.6694271549,243,-1.35650337,0.7185539404,266.6113676 +271,-1.538905672,0.7535625993,243,-1.35650337,0.7185539404,552.70474753 +272,-1.572309477,0.7803125099,243,-1.35650337,0.7185539404,671.03837882 +273,-1.87759879,0.7503853417,243,-1.35650337,0.7185539404,1529.0093742 +274,1.152365588,0.590457682,243,-1.35650337,0.7185539404,6769.3247075 +275,0.350198001,0.718001859,243,-1.35650337,0.7185539404,4779.0354414 +276,0.046513677,0.491503852,243,-1.35650337,0.7185539404,4498.4554145 +277,0.027510309,0.742571376,243,-1.35650337,0.7185539404,3924.1126509 +278,0.306285725,-0.214631579,243,-1.35650337,0.7185539404,7050.9525938 +279,-1.100564889,0.318051531,243,-1.35650337,0.7185539404,1808.4307055 +280,-1.078582306,0.301437596,243,-1.35650337,0.7185539404,1903.992797 +281,-1.137371989,-0.617634065,243,-1.35650337,0.7185539404,5352.3017595 +282,0.784356344,0.703272339,243,-1.35650337,0.7185539404,5761.9274521 +283,-1.221209947,0.218327455,243,-1.35650337,0.7185539404,2036.1669064 +284,2.347301921,-0.449114658,243,-1.35650337,0.7185539404,10319.092484 +285,0.246820618,0.830553713,243,-1.35650337,0.7185539404,4286.0327567 +286,0.829414965,0.703288228,243,-1.35650337,0.7185539404,5847.3470341 +287,-1.337537566,0.42332223,243,-1.35650337,0.7185539404,1171.0919481 +288,0.882453706,0.454478077,243,-1.35650337,0.7185539404,6738.4665295 +289,1.575629659,0.416419109,243,-1.35650337,0.7185539404,7882.7236021 +290,-1.039455679,0.229888244,243,-1.35650337,0.7185539404,2224.3085276 +291,0.489558039,0.934482747,243,-1.35650337,0.7185539404,4557.7786978 +292,0.081344504,0.88384514,243,-1.35650337,0.7185539404,3808.6250212 +293,-1.547979814,0.300350308,243,-1.35650337,0.7185539404,1780.3402177 +294,0.040776181,0.168560074,243,-1.35650337,0.7185539404,5267.7968891 +295,-1.130374745,0.563894876,243,-1.35650337,0.7185539404,941.78213961 +296,1.578326642,0.478507176,243,-1.35650337,0.7185539404,7641.9126513 +297,-1.12861823,-0.291640865,243,-1.35650337,0.7185539404,4087.9699387 +298,0.310524208,0.770885792,243,-1.35650337,0.7185539404,4562.4599432 +299,0.415649091,-0.387246002,243,-1.35650337,0.7185539404,7800.2334572 +300,-0.926533878,-0.188022748,243,-1.35650337,0.7185539404,3919.2796481 +301,1.258856172,-0.11716081,243,-1.35650337,0.7185539404,9425.2531656 +302,-1.126050026,0.322941926,243,-1.35650337,0.7185539404,1750.8458964 +303,2.002785835,0.07893892,243,-1.35650337,0.7185539404,9188.0895687 +304,0.440437607,0.746258085,243,-1.35650337,0.7185539404,4919.2133496 +305,-0.030391866,0.214441206,243,-1.35650337,0.7185539404,4938.9575342 +306,0.521557815,-0.058929362,243,-1.35650337,0.7185539404,7288.5906402 +307,-0.097005111,0.13317729,243,-1.35650337,0.7185539404,4948.6908188 +308,1.83113859,0.221857587,243,-1.35650337,0.7185539404,8715.0628118 +309,0.222428864,0.099404236,243,-1.35650337,0.7185539404,5987.1541811 +310,-1.702731345,0.8728568183,243,-1.35650337,0.7185539404,1132.3864011 +311,-0.418507569,0.278324921,243,-1.35650337,0.7185539404,3628.6773082 +312,-1.41153306,0.339029988,243,-1.35650337,0.7185539404,1514.7423768 +313,0.357560442,0.114788776,243,-1.35650337,0.7185539404,6346.2039768 +314,0.325818979,0.268352149,243,-1.35650337,0.7185539404,5849.9826083 +315,-1.246004659,-0.663679965,243,-1.35650337,0.7185539404,5489.6064422 +316,1.814603087,0.637404484,243,-1.35650337,0.7185539404,7071.8291102 +317,1.843704281,-0.18300445,243,-1.35650337,0.7185539404,10312.690856 +318,1.690644492,-0.211480909,243,-1.35650337,0.7185539404,10408.739161 +319,-1.275451936,0.068109467,243,-1.35650337,0.7185539404,2592.4950363 +320,0.762430171,-0.207594741,243,-1.35650337,0.7185539404,8385.7687363 +321,0.265668905,-0.014647884,243,-1.35650337,0.7185539404,6413.2945205 +322,-2.773032013,-0.335515811,243,-1.35650337,0.7185539404,6648.6820211 +323,-1.469512853,0.174058777,243,-1.35650337,0.7185539404,2192.6404989 +324,0.286276986,0.785925691,243,-1.35650337,0.7185539404,4472.3843089 +325,-1.379324697,0.377432233,243,-1.35650337,0.7185539404,1353.3388888 +326,-1.203778265,0.212813032,243,-1.35650337,0.7185539404,2072.1832049 +327,0.579916301,0.611743168,243,-1.35650337,0.7185539404,5594.5354653 +328,0.267582642,0.868113908,243,-1.35650337,0.7185539404,4254.8801595 +329,0.412869244,-0.050245578,243,-1.35650337,0.7185539404,6944.3478692 +330,0.17524381,0.976660285,243,-1.35650337,0.7185539404,3858.2949368 +331,0.743157214,0.204812899,243,-1.35650337,0.7185539404,7173.7005277 +332,-1.070758176,0.269382282,243,-1.35650337,0.7185539404,2031.1140166 +333,-1.230364251,0.329790229,243,-1.35650337,0.7185539404,1597.984865 +334,-1.374813124,-0.024926835,243,-1.35650337,0.7185539404,2945.6654415 +335,0.519780566,0.463669906,243,-1.35650337,0.7185539404,5857.3229105 +336,-1.55108034,0.239698561,243,-1.35650337,0.7185539404,2012.1471127 +337,0.180294813,0.029739425,243,-1.35650337,0.7185539404,6043.0217877 +338,0.67820924,0.268170153,243,-1.35650337,0.7185539404,6819.7613638 +339,0.445798684,1.024001867,243,-1.35650337,0.7185539404,4272.5685275 +340,0.691751283,0.150521402,243,-1.35650337,0.7185539404,7195.3437809 +341,-1.036643551,-0.903056181,243,-1.35650337,0.7185539404,6517.028904 +342,-0.120287036,1.083325163,243,-1.35650337,0.7185539404,3164.9791886 +343,2.823513113,-0.304487164,243,-1.35650337,0.7185539404,8585.227743 +344,0.457583172,1.12513373,243,-1.35650337,0.7185539404,4075.150543 +345,0.042918831,0.813795399,243,-1.35650337,0.7185539404,3835.563618 +346,1.196146777,-0.853142756,243,-1.35650337,0.7185539404,10727.295921 +347,0.206001358,-0.010430701,243,-1.35650337,0.7185539404,6224.4007178 +348,-0.268308653,0.234799412,243,-1.35650337,0.7185539404,4180.3024591 +349,0.759363263,0.736189579,243,-1.35650337,0.7185539404,5614.2659895 +350,0.181363926,0.891988372,243,-1.35650337,0.7185539404,4018.9821353 +351,-0.021111158,0.139103292,243,-1.35650337,0.7185539404,5158.949457 +352,-0.093355215,0.630686981,243,-1.35650337,0.7185539404,3808.4843579 +353,0.40118964,0.681375926,243,-1.35650337,0.7185539404,4990.10642 +354,-0.721197315,1.304706234,243,-1.35650337,0.7185539404,2585.2985582 +355,-1.076150317,0.212107639,243,-1.35650337,0.7185539404,2229.4092744 +356,-1.577164531,0.273993443,243,-1.35650337,0.7185539404,1916.3771512 +357,-0.190788414,0.182208586,243,-1.35650337,0.7185539404,4544.1048047 +358,-0.261349752,0.209710184,243,-1.35650337,0.7185539404,4265.0365439 +359,-1.029303852,0.083549259,243,-1.35650337,0.7185539404,2770.0595366 +360,-1.268609162,0.330525297,243,-1.35650337,0.7185539404,1565.5040245 +361,1.282982244,-0.926641967,243,-1.35650337,0.7185539404,10875.500698 +362,0.217352334,0.731352408,243,-1.35650337,0.7185539404,4426.3478262 +363,-1.511833084,0.258629297,243,-1.35650337,0.7185539404,1898.4503095 +364,0.338812194,0.823184618,243,-1.35650337,0.7185539404,4508.6460246 +365,-0.324406489,1.134201999,243,-1.35650337,0.7185539404,2803.2847738 +366,1.389579348,0.399185724,243,-1.35650337,0.7185539404,7783.7895843 +367,2.047152199,-0.039082036,243,-1.35650337,0.7185539404,9594.4378546 +368,0.947780369,0.568250077,243,-1.35650337,0.7185539404,6501.3242714 +369,0.763824846,0.576754987,243,-1.35650337,0.7185539404,6105.3934782 +370,-0.142334657,0.928153068,243,-1.35650337,0.7185539404,3235.7885194 +371,0.610266567,0.547265983,243,-1.35650337,0.7185539404,5846.6191591 +372,0.210731629,0.746815056,243,-1.35650337,0.7185539404,4376.8288743 +373,-1.34931644,0.316895224,243,-1.35650337,0.7185539404,1591.1573274 +374,2.407696481,0.655030745,243,-1.35650337,0.7185539404,6554.7339322 +375,0.64207831,0.545359131,243,-1.35650337,0.7185539404,5926.6028915 +376,1.174597538,0.840588356,243,-1.35650337,0.7185539404,5908.5041125 +377,0.660059424,0.010604079,243,-1.35650337,0.7185539404,7501.9115935 +378,-0.730263819,0.010486456,243,-1.35650337,0.7185539404,3589.2516611 +379,0.831068936,0.512339172,243,-1.35650337,0.7185539404,6446.9809892 +380,1.301180979,0.72367476,243,-1.35650337,0.7185539404,6473.4013058 +381,1.811128231,0.322854402,243,-1.35650337,0.7185539404,8317.7195808 +382,0.435105812,0.992284428,243,-1.35650337,0.7185539404,4323.9941228 +383,0.62643634,0.592027932,243,-1.35650337,0.7185539404,5756.8578726 +384,0.492988703,-0.516339467,243,-1.35650337,0.7185539404,8319.2160269 +385,-0.162469483,0.112549365,243,-1.35650337,0.7185539404,4809.2584808 +386,0.314630866,0.472006421,243,-1.35650337,0.7185539404,5293.9039448 +387,0.166744804,0.822815954,243,-1.35650337,0.7185539404,4116.2758153 +388,0.417159608,0.965805736,243,-1.35650337,0.7185539404,4349.9934802 +389,0.106334961,0.868774244,243,-1.35650337,0.7185539404,3891.3637837 +390,0.815086969,-0.338144359,243,-1.35650337,0.7185539404,8869.8899929 +391,0.59867455,-0.230624824,243,-1.35650337,0.7185539404,7961.8671708 +392,1.915104874,0.066220985,243,-1.35650337,0.7185539404,9299.9788612 +393,1.278093622,0.064463721,243,-1.35650337,0.7185539404,8842.0855645 +394,-0.061477853,0.302997961,243,-1.35650337,0.7185539404,4626.1779812 +395,0.251311504,0.626976942,243,-1.35650337,0.7185539404,4747.658073 +396,2.950242872,0.149095644,243,-1.35650337,0.7185539404,7003.1941025 +397,-0.180294708,0.35375117,243,-1.35650337,0.7185539404,4150.1939566 +398,1.010448592,-0.351180233,243,-1.35650337,0.7185539404,9472.5811607 +399,-1.748740498,0.3686318073,243,-1.35650337,0.7185539404,1909.1770117 +400,2.699635665,0.123533791,243,-1.35650337,0.7185539404,7743.1537968 +401,0.496808033,0.823843254,243,-1.35650337,0.7185539404,4845.8425454 +402,0.129574704,0.763364087,243,-1.35650337,0.7185539404,4142.7389462 +403,1.798920311,0.817447563,243,-1.35650337,0.7185539404,6359.5513343 +404,0.335987953,0.746786541,243,-1.35650337,0.7185539404,4677.4776664 +405,-1.085413643,0.292154671,243,-1.35650337,0.7185539404,1925.6690533 +406,-0.155321003,0.508207011,243,-1.35650337,0.7185539404,3877.5694695 +407,0.620529244,-0.301175104,243,-1.35650337,0.7185539404,8202.0654271 +408,1.684402744,0.368716966,243,-1.35650337,0.7185539404,8121.2751504 +409,0.300582244,-0.386397212,243,-1.35650337,0.7185539404,7462.7945067 +410,2.913555946,-0.009225192,243,-1.35650337,0.7185539404,7546.7843784 +411,1.465101417,0.493232532,243,-1.35650337,0.7185539404,7502.4901111 +412,0.090612882,0.907955955,243,-1.35650337,0.7185539404,3790.3351305 +413,2.987564726,-0.729568594,243,-1.35650337,0.7185539404,8977.1086899 +414,-1.484261606,0.224149272,243,-1.35650337,0.7185539404,2007.6987495 +415,0.164073421,0.303955133,243,-1.35650337,0.7185539404,5290.1198833 +416,0.141441293,0.167552546,243,-1.35650337,0.7185539404,5570.1440032 +417,2.931321023,-0.506718887,243,-1.35650337,0.7185539404,8724.4630136 +418,2.21951565,0.700596356,243,-1.35650337,0.7185539404,6609.1846733 +419,0.268112576,1.199114336,243,-1.35650337,0.7185539404,3679.7444395 +420,0.978913739,0.359223811,243,-1.35650337,0.7185539404,7249.0856717 +421,1.210898818,0.522863584,243,-1.35650337,0.7185539404,7095.927177 +422,2.347397336,0.129231362,243,-1.35650337,0.7185539404,8513.0726106 +423,0.614394501,0.556878345,243,-1.35650337,0.7185539404,5829.0298209 +424,-1.398079356,0.148483366,243,-1.35650337,0.7185539404,2262.766907 +425,2.535303836,-0.112984496,243,-1.35650337,0.7185539404,8877.8008847 +426,-1.019372593,-0.405322349,243,-1.35650337,0.7185539404,4621.0362148 +427,-1.297785627,-0.160104069,243,-1.35650337,0.7185539404,3486.9489926 +428,2.144554488,0.205051084,243,-1.35650337,0.7185539404,8556.4477854 +429,-2.242387083,-0.426171285,243,-1.35650337,0.7185539404,5579.5142077 +430,0.338637212,0.909723676,243,-1.35650337,0.7185539404,4318.3342946 +431,-0.148798452,0.691042401,243,-1.35650337,0.7185539404,3544.7963 +432,0.893524764,0.441829531,243,-1.35650337,0.7185539404,6802.2466554 +433,0.969229347,-0.368847936,243,-1.35650337,0.7185539404,9397.0769477 +434,0.436043248,0.800045688,243,-1.35650337,0.7185539404,4776.312967 +435,1.687946607,1.081504775,243,-1.35650337,0.7185539404,5307.0299965 +436,0.522302046,-0.034889271,243,-1.35650337,0.7185539404,7227.012035 +437,-0.178996113,-0.438090009,243,-1.35650337,0.7185539404,6293.3090414 +438,-1.094339566,0.301444068,243,-1.35650337,0.7185539404,1877.9209693 +439,-1.064070054,0.242569932,243,-1.35650337,0.7185539404,2138.0846242 +440,-1.068153768,0.230387998,243,-1.35650337,0.7185539404,2175.4170743 +441,-3.00496892,-0.23989155,243,-1.35650337,0.7185539404,7072.7159927 +442,0.21751974,0.766874888,243,-1.35650337,0.7185539404,4350.7004832 +443,0.117229532,0.007619006,243,-1.35650337,0.7185539404,5912.7949757 +444,0.777758451,0.420554741,243,-1.35650337,0.7185539404,6611.7897883 +445,-0.252356999,0.250747086,243,-1.35650337,0.7185539404,4187.1063732 +446,0.363148444,0.768483434,243,-1.35650337,0.7185539404,4689.5738213 +447,0.903191366,-0.118210676,243,-1.35650337,0.7185539404,8542.0397964 +448,-0.205755923,0.149406178,243,-1.35650337,0.7185539404,4585.2178041 +449,1.811996086,0.02364353,243,-1.35650337,0.7185539404,9502.4083552 +450,-1.100670221,0.314845373,243,-1.35650337,0.7185539404,1819.7198484 +451,0.340078597,0.850105132,243,-1.35650337,0.7185539404,4451.2265212 +452,0.258757267,0.804969236,243,-1.35650337,0.7185539404,4367.2348489 +453,2.78505352,-0.155160804,243,-1.35650337,0.7185539404,8312.3202674 +454,0.800551619,0.105822106,243,-1.35650337,0.7185539404,7615.4552772 +455,0.437940882,-0.506194031,243,-1.35650337,0.7185539404,8138.4643517 +456,2.230431122,0.63458615,243,-1.35650337,0.7185539404,6845.6396098 +457,0.527965361,0.127667701,243,-1.35650337,0.7185539404,6804.5516603 +458,-0.063643205,0.702093448,243,-1.35650337,0.7185539404,3757.3730504 +459,1.408447268,0.133010502,243,-1.35650337,0.7185539404,8803.1562321 +460,0.523795955,0.280266966,243,-1.35650337,0.7185539404,6373.4302702 +461,-0.975769313,0.072177659,243,-1.35650337,0.7185539404,2895.4830874 +462,0.549774164,-0.463663986,243,-1.35650337,0.7185539404,8369.7984866 +463,0.29245874,1.095549818,243,-1.35650337,0.7185539404,3874.9723187 +464,0.143625958,0.816809593,243,-1.35650337,0.7185539404,4073.1671544 +465,0.671902494,0.611159853,243,-1.35650337,0.7185539404,5803.7722921 +466,1.239840988,0.6724199,243,-1.35650337,0.7185539404,6592.6771731 +467,0.607829703,-0.10932137,243,-1.35650337,0.7185539404,7675.3283473 +468,1.763020906,0.263996692,243,-1.35650337,0.7185539404,8551.1230219 +469,0.378714634,0.726066797,243,-1.35650337,0.7185539404,4827.0111042 +470,2.196736143,-0.153862366,243,-1.35650337,0.7185539404,9782.2814191 +471,0.01702415,0.148991565,243,-1.35650337,0.7185539404,5247.1429965 +472,-2.998490902,-0.158002487,243,-1.35650337,0.7185539404,6844.2104664 +473,-3.051262951,-0.346595608,243,-1.35650337,0.7185539404,7475.2493735 +474,-1.069176439,0.182802941,243,-1.35650337,0.7185539404,2346.9419548 +475,0.167157509,0.595344954,243,-1.35650337,0.7185539404,4598.23323 +476,0.613855648,0.681746124,243,-1.35650337,0.7185539404,5475.0276891 +477,1.037012736,0.682555367,243,-1.35650337,0.7185539404,6273.0815607 +478,-1.253574971,0.379755746,243,-1.35650337,0.7185539404,1385.4029854 +479,3.108590453,-0.132620738,243,-1.35650337,0.7185539404,7303.5671111 +480,0.565301296,0.022333262,243,-1.35650337,0.7185539404,7198.5378946 +481,0.547898238,0.855555614,243,-1.35650337,0.7185539404,4867.4708052 +482,0.948309381,0.417393755,243,-1.35650337,0.7185539404,6995.6290856 +483,-0.050600732,0.945269213,243,-1.35650337,0.7185539404,3424.1579021 +484,-0.977651478,-0.572363064,243,-1.35650337,0.7185539404,5297.0928135 +485,1.102014914,0.728861163,243,-1.35650337,0.7185539404,6210.3829411 +486,2.927300795,-0.282939414,243,-1.35650337,0.7185539404,8223.9096596 +487,-1.154565557,0.124434095,243,-1.35650337,0.7185539404,2458.6470996 +488,1.855331234,0.291044755,243,-1.35650337,0.7185539404,8436.5140369 +489,0.830290659,0.276904518,243,-1.35650337,0.7185539404,7175.3714424 +490,0.485104466,-0.234867441,243,-1.35650337,0.7185539404,7634.2018649 +491,0.521367572,-0.33161327,243,-1.35650337,0.7185539404,7980.1986073 +1,-1.539031704,0.7349710123,244,-1.248884539,0.7274156818,854.6670039 +2,-1.536990553,0.7349663874,244,-1.248884539,0.7274156818,848.68181915 +3,-1.534951779,0.7349571355,244,-1.248884539,0.7274156818,842.70433888 +4,-1.532906461,0.7349480293,244,-1.248884539,0.7274156818,836.70721959 +5,-1.531320211,0.7346937278,244,-1.248884539,0.7274156818,832.11427755 +6,-1.539451648,0.7335131775,244,-1.248884539,0.7274156818,856.27962362 +7,-1.537429487,0.7335445708,244,-1.248884539,0.7274156818,850.33536556 +8,-1.535484998,0.7335658704,244,-1.248884539,0.7274156818,844.62168486 +9,-1.533488396,0.7336036027,244,-1.248884539,0.7274156818,838.75052162 +10,-1.531497785,0.7335842962,244,-1.248884539,0.7274156818,832.91166163 +11,-1.530259379,0.7334777758,244,-1.248884539,0.7274156818,829.30334852 +12,-1.5335454,0.7322346912,244,-1.248884539,0.7274156818,839.29453332 +13,-1.531489083,0.7322238773,244,-1.248884539,0.7274156818,833.2560745 +14,-1.530011122,0.7321679851,244,-1.248884539,0.7274156818,828.92930752 +15,-1.53348106,0.7306614094,244,-1.248884539,0.7274156818,839.5806334 +16,-1.531441779,0.7306962275,244,-1.248884539,0.7274156818,833.57311728 +17,-1.529755654,0.7306933243,244,-1.248884539,0.7274156818,828.61567597 +18,-1.533415048,0.7291384674,244,-1.248884539,0.7274156818,839.88942384 +19,-1.531392093,0.7291705353,244,-1.248884539,0.7274156818,833.92526692 +20,-1.529296523,0.7291214933,244,-1.248884539,0.7274156818,827.77462055 +21,-1.535280942,0.727267644,244,-1.248884539,0.7274156818,846.06064811 +22,-1.533378158,0.7276139666,244,-1.248884539,0.7274156818,840.32661476 +23,-1.531340368,0.7276446587,244,-1.248884539,0.7274156818,834.31408527 +24,-1.528960113,0.7276398177,244,-1.248884539,0.7274156818,827.30570413 +25,-1.533313146,0.7260818349,244,-1.248884539,0.7274156818,840.7261999 +26,-1.531259555,0.7260958115,244,-1.248884539,0.7274156818,834.66883991 +27,-1.528926415,0.7260865555,244,-1.248884539,0.7274156818,827.79643074 +28,-1.531226779,0.7245511789,244,-1.248884539,0.7274156818,835.20712772 +29,-1.528904772,0.7245519194,244,-1.248884539,0.7274156818,828.35931932 +30,-1.547195875,0.7409785979,244,-1.248884539,0.7274156818,877.34809737 +31,-1.5451475,0.740980426,244,-1.248884539,0.7274156818,871.36609558 +32,-1.543097679,0.7409798872,244,-1.248884539,0.7274156818,865.37997932 +33,-1.540720364,0.7409892687,244,-1.248884539,0.7274156818,858.43572609 +34,-1.547188511,0.7395198392,244,-1.248884539,0.7274156818,877.5741837 +35,-1.545148587,0.7395226109,244,-1.248884539,0.7274156818,871.6103407 +36,-1.543104538,0.7395314908,244,-1.248884539,0.7274156818,865.63311465 +37,-1.540727751,0.7395306258,244,-1.248884539,0.7274156818,858.68452043 +38,-1.547187029,0.7380014886,244,-1.248884539,0.7274156818,877.86721243 +39,-1.545147315,0.7380012252,244,-1.248884539,0.7274156818,871.89825566 +40,-1.54310719,0.7380060743,244,-1.248884539,0.7274156818,865.92674944 +41,-1.540719671,0.7380068206,244,-1.248884539,0.7274156818,858.93903141 +42,-1.547187189,0.7364799098,244,-1.248884539,0.7274156818,878.20621306 +43,-1.545149996,0.7364853874,244,-1.248884539,0.7274156818,872.23731813 +44,-1.543106091,0.7364823484,244,-1.248884539,0.7274156818,866.25040404 +45,-1.540717158,0.7364893901,244,-1.248884539,0.7274156818,859.25002225 +46,-1.538663972,0.7410138672,244,-1.248884539,0.7274156818,852.42644962 +47,-1.53695285,0.7409699132,244,-1.248884539,0.7274156818,847.43476958 +48,-1.534910498,0.7409641297,244,-1.248884539,0.7274156818,841.47012405 +49,-1.533145034,0.7409536636,244,-1.248884539,0.7274156818,836.31458948 +50,-1.538681336,0.7395405883,244,-1.248884539,0.7274156818,852.699708 +51,-1.536999189,0.7395183096,244,-1.248884539,0.7274156818,847.78497755 +52,-1.534923633,0.7395144222,244,-1.248884539,0.7274156818,841.71665986 +53,-1.533267822,0.7395654306,244,-1.248884539,0.7274156818,836.86706199 +54,-1.53867273,0.7380151077,244,-1.248884539,0.7274156818,852.94630991 +55,-1.536980576,0.7379994392,244,-1.248884539,0.7274156818,847.99635195 +56,-1.534931522,0.7379944961,244,-1.248884539,0.7274156818,841.99937017 +57,-1.533387952,0.7379480264,244,-1.248884539,0.7274156818,837.489354 +58,-1.538682279,0.7364914363,244,-1.248884539,0.7274156818,853.28769739 +59,-1.536980704,0.7364810563,244,-1.248884539,0.7274156818,848.30435171 +60,-1.534935567,0.7364752065,244,-1.248884539,0.7274156818,842.31303566 +61,-1.533042592,0.7363876366,244,-1.248884539,0.7274156818,836.78438888 +62,-1.545143426,0.7349628011,244,-1.248884539,0.7274156818,872.59153816 +63,-1.543105297,0.7349691947,244,-1.248884539,0.7274156818,866.61349406 +64,-1.541064533,0.7349647152,244,-1.248884539,0.7274156818,860.63013999 +65,-1.545411803,0.7334624714,244,-1.248884539,0.7274156818,873.78712613 +66,-1.543446606,0.7334780896,244,-1.248884539,0.7274156818,868.01505397 +67,-1.541475327,0.7334957295,244,-1.248884539,0.7274156818,862.2243302 +68,-1.545401939,0.731963266,244,-1.248884539,0.7274156818,874.20600827 +69,-1.54342253,0.7319915583,244,-1.248884539,0.7274156818,868.38298558 +70,-1.541455867,0.7320216438,244,-1.248884539,0.7274156818,862.59668495 +71,-1.545410146,0.7304422281,244,-1.248884539,0.7274156818,874.72478745 +72,-1.543435491,0.7304713664,244,-1.248884539,0.7274156818,868.90999353 +73,-1.541463105,0.7304997613,244,-1.248884539,0.7274156818,863.10193302 +74,-1.545414768,0.7289194936,244,-1.248884539,0.7274156818,875.2741957 +75,-1.543435774,0.7289538557,244,-1.248884539,0.7274156818,869.43955333 +76,-1.541457714,0.7289765881,244,-1.248884539,0.7274156818,863.61166012 +77,-1.539449415,0.7320555866,244,-1.248884539,0.7274156818,856.69218795 +78,-1.537429183,0.7321097681,244,-1.248884539,0.7274156818,850.74107667 +79,-1.535472649,0.7321497267,244,-1.248884539,0.7274156818,844.98129918 +80,-1.539457899,0.7305333307,244,-1.248884539,0.7274156818,857.19549399 +81,-1.537453161,0.7305750503,244,-1.248884539,0.7274156818,851.2876358 +82,-1.535479385,0.7306124949,244,-1.248884539,0.7274156818,845.47209712 +83,-1.53946905,0.7290102593,244,-1.248884539,0.7274156818,857.74843821 +84,-1.537459922,0.7290417293,244,-1.248884539,0.7274156818,851.82560797 +85,-1.535451349,0.7290890157,244,-1.248884539,0.7274156818,845.89872191 +86,-1.535522937,0.7279887191,244,-1.248884539,0.7274156818,846.50330835 +87,-1.539442524,0.7274735939,244,-1.248884539,0.7274156818,858.23712181 +88,-1.537424111,0.727521351,244,-1.248884539,0.7274156818,852.27564443 +89,-1.539384641,0.7259505092,244,-1.248884539,0.7274156818,858.6698357 +90,-1.537372391,0.7259947145,244,-1.248884539,0.7274156818,852.72270957 +91,-1.535340789,0.7260435356,244,-1.248884539,0.7274156818,846.71656863 +92,-1.539325716,0.7244369706,244,-1.248884539,0.7274156818,859.13636554 +93,-1.537308932,0.7244801057,244,-1.248884539,0.7274156818,853.17153017 +94,-1.535289068,0.7245247645,244,-1.248884539,0.7274156818,847.1968071 +95,-1.533261366,0.7245550236,244,-1.248884539,0.7274156818,841.20498397 +96,-1.539267302,0.722921924,244,-1.248884539,0.7274156818,859.64557631 +97,-1.537248972,0.7229660258,244,-1.248884539,0.7274156818,853.67124504 +98,-1.535219431,0.7229916471,244,-1.248884539,0.7274156818,847.67214056 +99,-1.53318962,0.7230212049,244,-1.248884539,0.7274156818,841.67019895 +100,-1.531154816,0.7230299897,244,-1.248884539,0.7274156818,835.6626996 +101,-1.528878341,0.7230370244,244,-1.248884539,0.7274156818,828.94256271 +102,-1.539218189,0.7214009878,244,-1.248884539,0.7274156818,860.22561037 +103,-1.537198791,0.7214422745,244,-1.248884539,0.7274156818,854.24526221 +104,-1.535179266,0.7214634354,244,-1.248884539,0.7274156818,848.27413201 +105,-1.533156501,0.7214944644,244,-1.248884539,0.7274156818,842.28841117 +106,-1.53113574,0.7215166021,244,-1.248884539,0.7274156818,836.31265828 +107,-1.528874248,0.7215345535,244,-1.248884539,0.7274156818,829.627978 +108,-1.539217656,0.7198512397,244,-1.248884539,0.7274156818,861.00473493 +109,-1.537199919,0.7199428763,244,-1.248884539,0.7274156818,854.99946562 +110,-1.545425832,0.727397149,244,-1.248884539,0.7274156818,875.88297796 +111,-1.543371177,0.7273916949,244,-1.248884539,0.7274156818,869.83600283 +112,-1.541368852,0.7274523163,244,-1.248884539,0.7274156818,863.91716345 +113,-1.545349067,0.7258710923,244,-1.248884539,0.7274156818,876.27504857 +114,-1.54332671,0.7258603556,244,-1.248884539,0.7274156818,870.32155094 +115,-1.541346831,0.7259242142,244,-1.248884539,0.7274156818,864.46194688 +116,-1.545324355,0.7243383958,244,-1.248884539,0.7274156818,876.86378385 +117,-1.543292796,0.7243617413,244,-1.248884539,0.7274156818,870.86469272 +118,-1.541295822,0.7244024384,244,-1.248884539,0.7274156818,864.95966115 +119,-1.543193859,0.7205570215,244,-1.248884539,0.7274156818,872.38163746 +120,-1.550257047,0.7386738187,244,-1.248884539,0.7274156818,886.70992654 +121,-1.549335448,0.7311736483,244,-1.248884539,0.7274156818,886.01579348 +122,-1.533478843,0.7179891343,244,-1.248884539,0.7274156818,845.04376126 +123,-1.556150555,0.738907041,244,-1.248884539,0.7274156818,903.89584174 +124,-1.554324226,0.733414257,244,-1.248884539,0.7274156818,899.95428092 +125,-1.554290846,0.7288285332,244,-1.248884539,0.7274156818,901.41729551 +126,-1.55122487,0.7219795312,244,-1.248884539,0.7274156818,895.3681773 +127,-1.525104458,0.7229399862,244,-1.248884539,0.7274156818,817.84979472 +128,-1.519607711,0.7236181429,244,-1.248884539,0.7274156818,801.33099673 +129,-1.513899999,0.7251107854,244,-1.248884539,0.7274156818,783.87562527 +130,-1.536620762,0.7431061895,244,-1.248884539,0.7274156818,846.22023281 +131,-1.5369566,0.7460845958,244,-1.248884539,0.7274156818,846.9950634 +132,-1.545345528,0.7447040685,244,-1.248884539,0.7274156818,871.49765213 +133,-1.532813921,0.7432306626,244,-1.248884539,0.7274156818,835.10891798 +134,-1.554788248,0.7382381001,244,-1.248884539,0.7274156818,900.05598305 +135,-1.540348126,0.7301594274,244,-1.248884539,0.7274156818,859.9371658 +136,-1.538016084,0.7239051786,244,-1.248884539,0.7274156818,855.50899931 +137,-1.525288962,0.7258085137,244,-1.248884539,0.7274156818,817.18443795 +138,-1.534326986,0.731241342,244,-1.248884539,0.7274156818,841.88683631 +139,-1.530733872,0.7303625216,244,-1.248884539,0.7274156818,831.59640642 +141,-1.534354939,0.7328219978,244,-1.248884539,0.7274156818,841.50628216 +142,-1.53157084,0.7292888153,244,-1.248884539,0.7274156818,834.41110472 +143,-1.525691035,0.7263799874,244,-1.248884539,0.7274156818,818.14679285 +144,-1.534031287,0.7495967835,244,-1.248884539,0.7274156818,838.48066266 +145,-1.527714986,0.7283095957,244,-1.248884539,0.7274156818,823.39892478 +146,-1.526189586,0.7271468292,244,-1.248884539,0.7274156818,819.32610144 +147,-1.555177336,0.7375563366,244,-1.248884539,0.7274156818,901.34863724 +148,-1.555080283,0.7312707794,244,-1.248884539,0.7274156818,902.86045303 +149,-1.53856994,0.7224180299,244,-1.248884539,0.7274156818,857.82371712 +150,-1.530837883,0.729933372,244,-1.248884539,0.7274156818,832.04041719 +151,-1.515066984,0.5854133365,244,-1.248884539,0.7274156818,1004.5869594 +152,-1.534731633,0.5368370046,244,-1.248884539,0.7274156818,1181.3796948 +153,-1.515231902,0.5607085576,244,-1.248884539,0.7274156818,1068.5514209 +154,-2.616253799,1.0684566605,244,-1.248884539,0.7274156818,3390.7120898 +155,-1.956071439,0.5792177723,244,-1.248884539,0.7274156818,2277.9389997 +156,-1.951208514,0.5602434208,244,-1.248884539,0.7274156818,2298.3895129 +157,-1.944675062,0.6062144545,244,-1.248884539,0.7274156818,2197.7338151 +158,-1.613778386,0.6077989518,244,-1.248884539,0.7274156818,1225.9178795 +159,-2.035029014,0.6021432345,244,-1.248884539,0.7274156818,2471.6290353 +160,-2.114989471,0.6801825058,244,-1.248884539,0.7274156818,2585.8552209 +161,-2.037382079,0.5765830025,244,-1.248884539,0.7274156818,2523.1932196 +162,-2.129855121,0.6585019963,244,-1.248884539,0.7274156818,2660.1269117 +163,-2.075141798,0.6493615843,244,-1.248884539,0.7274156818,2514.4737249 +164,-1.828626729,0.6948433129,244,-1.248884539,0.7274156818,1733.7737032 +165,-1.863329418,0.6735427691,244,-1.248884539,0.7274156818,1859.8959876 +166,-1.266037071,0.727988852,244,-1.248884539,0.7274156818,50.782497834 +167,-1.277579582,0.7249010648,244,-1.248884539,0.7274156818,85.568203017 +168,-1.258418684,0.7241194816,244,-1.248884539,0.7274156818,31.118980956 +169,-1.317813974,0.6804850104,244,-1.248884539,0.7274156818,278.99985224 +170,-1.344165204,0.6790988904,244,-1.248884539,0.7274156818,345.56536023 +171,-1.427582102,0.5277120351,244,-1.248884539,0.7274156818,975.12839266 +172,-1.402238616,0.457167829,244,-1.248884539,0.7274156818,1181.5384891 +173,-1.422454264,0.4996161999,244,-1.248884539,0.7274156818,1061.3595559 +174,-1.439089277,0.4894859811,244,-1.248884539,0.7274156818,1124.9588894 +175,-1.448126995,0.5182330266,244,-1.248884539,0.7274156818,1045.5338087 +176,-1.474626146,0.5881926574,244,-1.248884539,0.7274156818,895.39282758 +177,-1.421139645,0.5584869783,244,-1.248884539,0.7274156818,862.40794813 +178,-1.457037165,0.565943032,244,-1.248884539,0.7274156818,915.93921283 +179,-2.757159358,0.3745319,244,-1.248884539,0.7274156818,5070.1766702 +180,-2.714309238,0.342054471,244,-1.248884539,0.7274156818,5027.3132298 +181,-2.000525337,0.774119946,244,-1.248884539,0.7274156818,2159.5786423 +183,-1.571413436,0.6777838382,244,-1.248884539,0.7274156818,992.54488826 +184,-1.552860289,0.6987663893,244,-1.248884539,0.7274156818,916.12041522 +185,-1.521852374,0.7165827476,244,-1.248884539,0.7274156818,811.46220976 +186,-1.503656267,0.6928968252,244,-1.248884539,0.7274156818,776.32910116 +187,-1.502753178,0.7136205882,244,-1.248884539,0.7274156818,756.72171521 +188,-1.631894563,0.7343596465,244,-1.248884539,0.7274156818,1126.8363093 +189,-1.653765416,0.6770714026,244,-1.248884539,0.7274156818,1236.53931 +190,-1.719812114,0.6715965947,244,-1.248884539,0.7274156818,1438.2692168 +191,-1.493406659,0.6646955447,244,-1.248884539,0.7274156818,782.58377919 +192,-1.469120564,0.6613469966,244,-1.248884539,0.7274156818,718.76314205 +193,-1.590551461,0.5326612937,244,-1.248884539,0.7274156818,1333.0221294 +194,-1.625979264,0.5247742243,244,-1.248884539,0.7274156818,1445.7858153 +195,-1.572293943,0.5238808754,244,-1.248884539,0.7274156818,1309.7193795 +196,-1.610848725,0.5477107964,244,-1.248884539,0.7274156818,1348.8193272 +197,-1.208485554,0.7918526018,244,-1.248884539,0.7274156818,280.33779712 +198,-1.335601374,0.6869083083,244,-1.248884539,0.7274156818,306.39888224 +199,-1.346156996,0.6825213377,244,-1.248884539,0.7274156818,343.02048167 +200,-1.324381037,0.6741422347,244,-1.248884539,0.7274156818,311.00283835 +201,-1.242424992,0.7378949807,244,-1.248884539,0.7274156818,45.658917731 +202,-1.270370057,0.7392461008,244,-1.248884539,0.7274156818,78.69842372 +203,-1.448950472,0.7441675014,244,-1.248884539,0.7274156818,590.72370422 +204,-1.492662363,0.7523026852,244,-1.248884539,0.7274156818,719.07934801 +205,-1.479098966,0.7763855017,244,-1.248884539,0.7274156818,692.80754836 +206,-1.633760714,0.7869022408,244,-1.248884539,0.7274156818,1128.9982068 +207,-1.647406434,0.8101289331,244,-1.248884539,0.7274156818,1176.2603357 +208,-1.564245052,0.5701509278,244,-1.248884539,0.7274156818,1170.5351168 +209,-1.646289963,0.6833746083,244,-1.248884539,0.7274156818,1207.4834526 +210,-1.5820631,0.6751952144,244,-1.248884539,0.7274156818,1026.9992125 +211,-1.613236298,0.6681681791,244,-1.248884539,0.7274156818,1127.5139725 +212,-1.914661867,0.8212566515,244,-1.248884539,0.7274156818,1901.8694797 +213,-1.742133237,0.7250275956,244,-1.248884539,0.7274156818,1454.2218854 +214,-2.033144872,0.6557314699,244,-1.248884539,0.7274156818,2382.3315547 +215,-2.039551981,0.6964723658,244,-1.248884539,0.7274156818,2346.748541 +216,-1.247341019,0.7622473908,244,-1.248884539,0.7274156818,138.0415751 +217,-1.298239787,0.7084123392,244,-1.248884539,0.7274156818,165.3558764 +218,-1.308539688,0.6926545592,244,-1.248884539,0.7274156818,225.94948419 +219,-1.303263185,0.6888938396,244,-1.248884539,0.7274156818,223.6861273 +220,-1.852400229,0.6004246149,244,-1.248884539,0.7274156818,1934.5731167 +221,-1.288947707,0.7473773692,244,-1.248884539,0.7274156818,141.58955095 +222,-1.372031502,0.7472790993,244,-1.248884539,0.7274156818,369.43668435 +223,-1.289805721,0.7242157877,244,-1.248884539,0.7274156818,121.89252592 +224,-1.350807603,0.7533498126,244,-1.248884539,0.7274156818,315.15210887 +225,-1.329290365,0.7560442322,244,-1.248884539,0.7274156818,260.71667212 +226,-1.410153004,0.616936428,244,-1.248884539,0.7274156818,663.61284822 +227,-1.393445434,0.6308995063,244,-1.248884539,0.7274156818,586.57694897 +228,-1.37595573,0.6241540638,244,-1.248884539,0.7274156818,566.59643898 +229,-1.358388707,0.6172645205,244,-1.248884539,0.7274156818,552.39465218 +230,-1.753741133,0.8281661666,244,-1.248884539,0.7274156818,1470.0451883 +231,-1.47430987,0.6834615681,244,-1.248884539,0.7274156818,700.98077483 +232,-1.421012508,0.7222725206,244,-1.248884539,0.7274156818,510.52389707 +233,-1.4476833,0.6978557868,244,-1.248884539,0.7274156818,606.72531607 +234,-1.470370723,0.6966193374,244,-1.248884539,0.7274156818,674.61524894 +235,-1.429211703,0.7037216883,244,-1.248884539,0.7274156818,546.83635266 +236,-1.700578405,0.6178673663,244,-1.248884539,0.7274156818,1458.758353 +237,-1.678117619,0.6331716163,244,-1.248884539,0.7274156818,1368.1104577 +238,-1.725644578,0.6316331145,244,-1.248884539,0.7274156818,1510.1681152 +239,-2.14012759,0.7930497945,244,-1.248884539,0.7274156818,2528.216868 +240,-2.103289431,0.7653606263,244,-1.248884539,0.7274156818,2452.5514083 +241,-1.318739838,0.7017808746,244,-1.248884539,0.7274156818,232.33130483 +242,-1.396417427,0.7077900843,244,-1.248884539,0.7274156818,446.87823688 +243,-1.35650337,0.7185539404,244,-1.248884539,0.7274156818,321.48892657 +244,-1.248884539,0.7274156818,244,-1.248884539,0.7274156818,16.822456115 +245,-1.395014798,0.5761185243,244,-1.248884539,0.7274156818,754.75404739 +246,-1.433377362,0.6064716109,244,-1.248884539,0.7274156818,746.77616591 +247,-1.408172432,0.5903155476,244,-1.248884539,0.7274156818,736.54215912 +248,-1.749645898,0.7757118084,244,-1.248884539,0.7274156818,1454.1826544 +249,-1.571626686,0.615046989,244,-1.248884539,0.7274156818,1092.5945252 +250,-1.514070049,0.6303003037,244,-1.248884539,0.7274156818,901.77872863 +251,-1.480890369,0.6237966528,244,-1.248884539,0.7274156818,824.88781558 +252,-1.704390658,0.5281680612,244,-1.248884539,0.7274156818,1650.459843 +253,-1.64434733,0.5254277498,244,-1.248884539,0.7274156818,1493.0185943 +254,-1.703855997,0.4792484842,244,-1.248884539,0.7274156818,1768.7612962 +255,-1.692002383,0.5748825051,244,-1.248884539,0.7274156818,1513.866049 +256,-1.854136457,0.5544643913,244,-1.248884539,0.7274156818,2023.8800527 +257,-1.665021206,0.520317736,244,-1.248884539,0.7274156818,1561.2074241 +258,-1.733654349,0.4845187345,244,-1.248884539,0.7274156818,1835.9096994 +259,-1.720938188,0.5135933906,244,-1.248884539,0.7274156818,1730.4257981 +260,-1.742668307,0.553296122,244,-1.248884539,0.7274156818,1703.1751168 +261,-1.965659039,0.7142126903,244,-1.248884539,0.7274156818,2113.1361603 +262,-1.944438071,0.6772834804,244,-1.248884539,0.7274156818,2093.6158965 +263,-1.270340967,0.7681487096,244,-1.248884539,0.7274156818,172.95301994 +264,-1.353091884,0.6549276821,244,-1.248884539,0.7274156818,428.26960152 +265,-1.333236659,0.6413584414,244,-1.248884539,0.7274156818,427.86894454 +266,-1.352015998,0.6753788907,244,-1.248884539,0.7274156818,373.8569158 +267,-1.377988483,0.6577816235,244,-1.248884539,0.7274156818,480.29295428 +268,-2.13075611,0.8318642051,244,-1.248884539,0.7274156818,2473.3501977 +269,-2.097910953,0.8259670014,244,-1.248884539,0.7274156818,2390.3255419 +270,-1.416382069,0.6694271549,244,-1.248884539,0.7274156818,557.19273919 +271,-1.538905672,0.7535625993,244,-1.248884539,0.7274156818,852.82334445 +272,-1.572309477,0.7803125099,244,-1.248884539,0.7274156818,954.93081114 +273,-1.87759879,0.7503853417,244,-1.248884539,0.7274156818,1828.9818901 +274,1.152365588,0.590457682,244,-1.248884539,0.7274156818,6570.2609337 +275,0.350198001,0.718001859,244,-1.248884539,0.7274156818,4498.307422 +276,0.046513677,0.491503852,244,-1.248884539,0.7274156818,4180.4314954 +277,0.027510309,0.742571376,244,-1.248884539,0.7274156818,3626.8102069 +278,0.306285725,-0.214631579,244,-1.248884539,0.7274156818,6739.2005224 +279,-1.100564889,0.318051531,244,-1.248884539,0.7274156818,1697.3360314 +280,-1.078582306,0.301437596,244,-1.248884539,0.7274156818,1783.6316452 +281,-1.137371989,-0.617634065,244,-1.248884539,0.7274156818,5343.1056262 +282,0.784356344,0.703272339,244,-1.248884539,0.7274156818,5521.6455118 +283,-1.221209947,0.218327455,244,-1.248884539,0.7274156818,2018.7664701 +284,2.347301921,-0.449114658,244,-1.248884539,0.7274156818,10596.420427 +285,0.246820618,0.830553713,244,-1.248884539,0.7274156818,4015.2750234 +286,0.829414965,0.703288228,244,-1.248884539,0.7274156818,5612.7857339 +287,-1.337537566,0.42332223,244,-1.248884539,0.7274156818,1239.4011838 +288,0.882453706,0.454478077,244,-1.248884539,0.7274156818,6479.0569365 +289,1.575629659,0.416419109,244,-1.248884539,0.7274156818,7766.14866 +290,-1.039455679,0.229888244,244,-1.248884539,0.7274156818,2098.7990218 +291,0.489558039,0.934482747,244,-1.248884539,0.7274156818,4325.2451856 +292,0.081344504,0.88384514,244,-1.248884539,0.7274156818,3537.6976254 +293,-1.547979814,0.300350308,244,-1.248884539,0.7274156818,1972.8232057 +294,0.040776181,0.168560074,244,-1.248884539,0.7274156818,4949.0915012 +295,-1.130374745,0.563894876,244,-1.248884539,0.7274156818,747.78676934 +296,1.578326642,0.478507176,244,-1.248884539,0.7274156818,7530.2797366 +297,-1.12861823,-0.291640865,244,-1.248884539,0.7274156818,4060.4720292 +298,0.310524208,0.770885792,244,-1.248884539,0.7274156818,4286.4787002 +299,0.415649091,-0.387246002,244,-1.248884539,0.7274156818,7494.7645771 +300,-0.926533878,-0.188022748,244,-1.248884539,0.7274156818,3811.5899706 +301,1.258856172,-0.11716081,244,-1.248884539,0.7274156818,9159.1075031 +302,-1.126050026,0.322941926,244,-1.248884539,0.7274156818,1655.0120466 +303,2.002785835,0.07893892,244,-1.248884539,0.7274156818,9225.2203317 +304,0.440437607,0.746258085,244,-1.248884539,0.7274156818,4649.7257976 +305,-0.030391866,0.214441206,244,-1.248884539,0.7274156818,4620.7221631 +306,0.521557815,-0.058929362,244,-1.248884539,0.7274156818,6967.1420336 +307,-0.097005111,0.13317729,244,-1.248884539,0.7274156818,4637.5221123 +308,1.83113859,0.221857587,244,-1.248884539,0.7274156818,8677.0550326 +309,0.222428864,0.099404236,244,-1.248884539,0.7274156818,5666.3412616 +310,-1.702731345,0.8728568183,244,-1.248884539,0.7274156818,1369.1615421 +311,-0.418507569,0.278324921,244,-1.248884539,0.7274156818,3328.8845253 +312,-1.41153306,0.339029988,244,-1.248884539,0.7274156818,1632.8880811 +313,0.357560442,0.114788776,244,-1.248884539,0.7274156818,6024.9205797 +314,0.325818979,0.268352149,244,-1.248884539,0.7274156818,5531.2324611 +315,-1.246004659,-0.663679965,244,-1.248884539,0.7274156818,5510.1396793 +316,1.814603087,0.637404484,244,-1.248884539,0.7274156818,7030.3924607 +317,1.843704281,-0.18300445,244,-1.248884539,0.7274156818,10280.702322 +318,1.690644492,-0.211480909,244,-1.248884539,0.7274156818,10283.936633 +319,-1.275451936,0.068109467,244,-1.248884539,0.7274156818,2613.2118193 +320,0.762430171,-0.207594741,244,-1.248884539,0.7274156818,8064.9890139 +321,0.265668905,-0.014647884,244,-1.248884539,0.7274156818,6094.1944886 +322,-2.773032013,-0.335515811,244,-1.248884539,0.7274156818,6963.1837183 +323,-1.469512853,0.174058777,244,-1.248884539,0.7274156818,2322.7601473 +324,0.286276986,0.785925691,244,-1.248884539,0.7274156818,4196.9947806 +325,-1.379324697,0.377432233,244,-1.248884539,0.7274156818,1452.8927966 +326,-1.203778265,0.212813032,244,-1.248884539,0.7274156818,2044.3089097 +327,0.579916301,0.611743168,244,-1.248884539,0.7274156818,5319.4988721 +328,0.267582642,0.868113908,244,-1.248884539,0.7274156818,3992.3008918 +329,0.412869244,-0.050245578,244,-1.248884539,0.7274156818,6623.2767699 +330,0.17524381,0.976660285,244,-1.248884539,0.7274156818,3612.7828212 +331,0.743157214,0.204812899,244,-1.248884539,0.7274156818,6873.5998858 +332,-1.070758176,0.269382282,244,-1.248884539,0.7274156818,1913.7887607 +333,-1.230364251,0.329790229,244,-1.248884539,0.7274156818,1576.2335819 +334,-1.374813124,-0.024926835,244,-1.248884539,0.7274156818,3014.143471 +335,0.519780566,0.463669906,244,-1.248884539,0.7274156818,5561.0930047 +336,-1.55108034,0.239698561,244,-1.248884539,0.7274156818,2193.6388313 +337,0.180294813,0.029739425,244,-1.248884539,0.7274156818,5724.9205864 +338,0.67820924,0.268170153,244,-1.248884539,0.7274156818,6519.3674607 +339,0.445798684,1.024001867,244,-1.248884539,0.7274156818,4055.8392633 +340,0.691751283,0.150521402,244,-1.248884539,0.7274156818,6887.3851132 +341,-1.036643551,-0.903056181,244,-1.248884539,0.7274156818,6499.4916158 +342,-0.120287036,1.083325163,244,-1.248884539,0.7274156818,2938.6083928 +343,2.823513113,-0.304487164,244,-1.248884539,0.7274156818,8895.4712135 +344,0.457583172,1.12513373,244,-1.248884539,0.7274156818,3884.5214409 +345,0.042918831,0.813795399,244,-1.248884539,0.7274156818,3549.763038 +346,1.196146777,-0.853142756,244,-1.248884539,0.7274156818,10464.232819 +347,0.206001358,-0.010430701,244,-1.248884539,0.7274156818,5906.9350707 +348,-0.268308653,0.234799412,244,-1.248884539,0.7274156818,3872.4763826 +349,0.759363263,0.736189579,244,-1.248884539,0.7274156818,5375.6965692 +350,0.181363926,0.891988372,244,-1.248884539,0.7274156818,3755.4039975 +351,-0.021111158,0.139103292,244,-1.248884539,0.7274156818,4843.6644218 +352,-0.093355215,0.630686981,244,-1.248884539,0.7274156818,3494.3054154 +353,0.40118964,0.681375926,244,-1.248884539,0.7274156818,4708.3858908 +354,-0.721197315,1.304706234,244,-1.248884539,0.7274156818,2473.829229 +355,-1.076150317,0.212107639,244,-1.248884539,0.7274156818,2126.8409421 +356,-1.577164531,0.273993443,244,-1.248884539,0.7274156818,2116.90441 +357,-0.190788414,0.182208586,244,-1.248884539,0.7274156818,4235.2186235 +358,-0.261349752,0.209710184,244,-1.248884539,0.7274156818,3958.8217411 +359,-1.029303852,0.083549259,244,-1.248884539,0.7274156818,2666.0431909 +360,-1.268609162,0.330525297,244,-1.248884539,0.7274156818,1573.4904101 +361,1.282982244,-0.926641967,244,-1.248884539,0.7274156818,10651.865082 +362,0.217352334,0.731352408,244,-1.248884539,0.7274156818,4138.2593678 +363,-1.511833084,0.258629297,244,-1.248884539,0.7274156818,2063.8659112 +364,0.338812194,0.823184618,244,-1.248884539,0.7274156818,4243.2102962 +365,-0.324406489,1.134201999,244,-1.248884539,0.7274156818,2596.2190995 +366,1.389579348,0.399185724,244,-1.248884539,0.7274156818,7614.8276091 +367,2.047152199,-0.039082036,244,-1.248884539,0.7274156818,9662.4295474 +368,0.947780369,0.568250077,244,-1.248884539,0.7274156818,6265.2104361 +369,0.763824846,0.576754987,244,-1.248884539,0.7274156818,5845.6818143 +370,-0.142334657,0.928153068,244,-1.248884539,0.7274156818,2964.7600568 +371,0.610266567,0.547265983,244,-1.248884539,0.7274156818,5566.8527171 +372,0.210731629,0.746815056,244,-1.248884539,0.7274156818,4090.4796511 +373,-1.34931644,0.316895224,244,-1.248884539,0.7274156818,1661.208689 +374,2.407696481,0.655030745,244,-1.248884539,0.7274156818,6660.1705907 +375,0.64207831,0.545359131,244,-1.248884539,0.7274156818,5649.7341501 +376,1.174597538,0.840588356,244,-1.248884539,0.7274156818,5744.5085179 +377,0.660059424,0.010604079,244,-1.248884539,0.7274156818,7184.8338784 +378,-0.730263819,0.010486456,244,-1.248884539,0.7274156818,3389.8039578 +379,0.831068936,0.512339172,244,-1.248884539,0.7274156818,6187.6831867 +380,1.301180979,0.72367476,244,-1.248884539,0.7274156818,6318.267224 +381,1.811128231,0.322854402,244,-1.248884539,0.7274156818,8272.9817385 +382,0.435105812,0.992284428,244,-1.248884539,0.7274156818,4099.2373191 +383,0.62643634,0.592027932,244,-1.248884539,0.7274156818,5483.9576463 +384,0.492988703,-0.516339467,244,-1.248884539,0.7274156818,8021.5199465 +385,-0.162469483,0.112549365,244,-1.248884539,0.7274156818,4503.8239729 +386,0.314630866,0.472006421,244,-1.248884539,0.7274156818,4985.2075113 +387,0.166744804,0.822815954,244,-1.248884539,0.7274156818,3839.0219266 +388,0.417159608,0.965805736,244,-1.248884539,0.7274156818,4118.0662 +389,0.106334961,0.868774244,244,-1.248884539,0.7274156818,3618.8617938 +390,0.815086969,-0.338144359,244,-1.248884539,0.7274156818,8548.4369275 +391,0.59867455,-0.230624824,244,-1.248884539,0.7274156818,7641.1256836 +392,1.915104874,0.066220985,244,-1.248884539,0.7274156818,9299.2153125 +393,1.278093622,0.064463721,244,-1.248884539,0.7274156818,8605.561798 +394,-0.061477853,0.302997961,244,-1.248884539,0.7274156818,4305.9418548 +395,0.251311504,0.626976942,244,-1.248884539,0.7274156818,4449.0509791 +396,2.950242872,0.149095644,244,-1.248884539,0.7274156818,7279.7608342 +397,-0.180294708,0.35375117,244,-1.248884539,0.7274156818,3831.0518103 +398,1.010448592,-0.351180233,244,-1.248884539,0.7274156818,9153.4631657 +399,-1.748740498,0.3686318073,244,-1.248884539,0.7274156818,2189.4572082 +400,2.699635665,0.123533791,244,-1.248884539,0.7274156818,7985.9464569 +401,0.496808033,0.823843254,244,-1.248884539,0.7274156818,4593.588576 +402,0.129574704,0.763364087,244,-1.248884539,0.7274156818,3853.8443408 +403,1.798920311,0.817447563,244,-1.248884539,0.7274156818,6315.7479974 +404,0.335987953,0.746786541,244,-1.248884539,0.7274156818,4399.7722197 +405,-1.085413643,0.292154671,244,-1.248884539,0.7274156818,1811.5740719 +406,-0.155321003,0.508207011,244,-1.248884539,0.7274156818,3556.462133 +407,0.620529244,-0.301175104,244,-1.248884539,0.7274156818,7882.659501 +408,1.684402744,0.368716966,244,-1.248884539,0.7274156818,8035.2831192 +409,0.300582244,-0.386397212,244,-1.248884539,0.7274156818,7164.9315192 +410,2.913555946,-0.009225192,244,-1.248884539,0.7274156818,7836.7310402 +411,1.465101417,0.493232532,244,-1.248884539,0.7274156818,7361.7324475 +412,0.090612882,0.907955955,244,-1.248884539,0.7274156818,3524.8407939 +413,2.987564726,-0.729568594,244,-1.248884539,0.7274156818,9283.9587127 +414,-1.484261606,0.224149272,244,-1.248884539,0.7274156818,2152.5844869 +415,0.164073421,0.303955133,244,-1.248884539,0.7274156818,4969.1406294 +416,0.141441293,0.167552546,244,-1.248884539,0.7274156818,5249.3542656 +417,2.931321023,-0.506718887,244,-1.248884539,0.7274156818,9045.9150083 +418,2.21951565,0.700596356,244,-1.248884539,0.7274156818,6666.8052176 +419,0.268112576,1.199114336,244,-1.248884539,0.7274156818,3501.2095718 +420,0.978913739,0.359223811,244,-1.248884539,0.7274156818,6992.385121 +421,1.210898818,0.522863584,244,-1.248884539,0.7274156818,6900.134466 +422,2.347397336,0.129231362,244,-1.248884539,0.7274156818,8671.3532208 +423,0.614394501,0.556878345,244,-1.248884539,0.7274156818,5550.7634102 +424,-1.398079356,0.148483366,244,-1.248884539,0.7274156818,2351.8940101 +425,2.535303836,-0.112984496,244,-1.248884539,0.7274156818,9125.2073241 +426,-1.019372593,-0.405322349,244,-1.248884539,0.7274156818,4565.1430088 +427,-1.297785627,-0.160104069,244,-1.248884539,0.7274156818,3519.9656844 +428,2.144554488,0.205051084,244,-1.248884539,0.7274156818,8637.7443548 +429,-2.242387083,-0.426171285,244,-1.248884539,0.7274156818,5839.9444362 +430,0.338637212,0.909723676,244,-1.248884539,0.7274156818,4068.8572273 +431,-0.148798452,0.691042401,244,-1.248884539,0.7274156818,3233.945469 +432,0.893524764,0.441829531,244,-1.248884539,0.7274156818,6542.861027 +433,0.969229347,-0.368847936,244,-1.248884539,0.7274156818,9076.3478594 +434,0.436043248,0.800045688,244,-1.248884539,0.7274156818,4514.8076251 +435,1.687946607,1.081504775,244,-1.248884539,0.7274156818,5248.795694 +436,0.522302046,-0.034889271,244,-1.248884539,0.7274156818,6905.7163049 +437,-0.178996113,-0.438090009,244,-1.248884539,0.7274156818,6052.6260079 +438,-1.094339566,0.301444068,244,-1.248884539,0.7274156818,1766.995483 +439,-1.064070054,0.242569932,244,-1.248884539,0.7274156818,2022.904616 +440,-1.068153768,0.230387998,244,-1.248884539,0.7274156818,2064.9677043 +441,-3.00496892,-0.23989155,244,-1.248884539,0.7274156818,7394.1803985 +442,0.21751974,0.766874888,244,-1.248884539,0.7274156818,4067.7170632 +443,0.117229532,0.007619006,244,-1.248884539,0.7274156818,5597.9741271 +444,0.777758451,0.420554741,244,-1.248884539,0.7274156818,6335.5245973 +445,-0.252356999,0.250747086,244,-1.248884539,0.7274156818,3876.9660635 +446,0.363148444,0.768483434,244,-1.248884539,0.7274156818,4417.177328 +447,0.903191366,-0.118210676,244,-1.248884539,0.7274156818,8230.6811342 +448,-0.205755923,0.149406178,244,-1.248884539,0.7274156818,4279.9650518 +449,1.811996086,0.02364353,244,-1.248884539,0.7274156818,9454.820418 +450,-1.100670221,0.314845373,244,-1.248884539,0.7274156818,1709.4778806 +451,0.340078597,0.850105132,244,-1.248884539,0.7274156818,4190.5816488 +452,0.258757267,0.804969236,244,-1.248884539,0.7274156818,4092.9823711 +453,2.78505352,-0.155160804,244,-1.248884539,0.7274156818,8604.4213685 +454,0.800551619,0.105822106,244,-1.248884539,0.7274156818,7312.4083404 +455,0.437940882,-0.506194031,244,-1.248884539,0.7274156818,7843.3991682 +456,2.230431122,0.63458615,244,-1.248884539,0.7274156818,6911.8634338 +457,0.527965361,0.127667701,244,-1.248884539,0.7274156818,6487.1484962 +458,-0.063643205,0.702093448,244,-1.248884539,0.7274156818,3450.9405333 +459,1.408447268,0.133010502,244,-1.248884539,0.7274156818,8609.8229934 +460,0.523795955,0.280266966,244,-1.248884539,0.7274156818,6063.4008306 +461,-0.975769313,0.072177659,244,-1.248884539,0.7274156818,2769.9360256 +462,0.549774164,-0.463663986,244,-1.248884539,0.7274156818,8063.1900226 +463,0.29245874,1.095549818,244,-1.248884539,0.7274156818,3666.4923411 +464,0.143625958,0.816809593,244,-1.248884539,0.7274156818,3793.4975865 +465,0.671902494,0.611159853,244,-1.248884539,0.7274156818,5537.9837327 +466,1.239840988,0.6724199,244,-1.248884539,0.7274156818,6419.911697 +467,0.607829703,-0.10932137,244,-1.248884539,0.7274156818,7354.052523 +468,1.763020906,0.263996692,244,-1.248884539,0.7274156818,8488.2707612 +469,0.378714634,0.726066797,244,-1.248884539,0.7274156818,4549.5890473 +470,2.196736143,-0.153862366,244,-1.248884539,0.7274156818,9935.6823642 +471,0.01702415,0.148991565,244,-1.248884539,0.7274156818,4929.919599 +472,-2.998490902,-0.158002487,244,-1.248884539,0.7274156818,7164.860141 +473,-3.051262951,-0.346595608,244,-1.248884539,0.7274156818,7796.4068635 +474,-1.069176439,0.182802941,244,-1.248884539,0.7274156818,2246.003147 +475,0.167157509,0.595344954,244,-1.248884539,0.7274156818,4291.8565407 +476,0.613855648,0.681746124,244,-1.248884539,0.7274156818,5212.4788319 +477,1.037012736,0.682555367,244,-1.248884539,0.7274156818,6065.7630356 +478,-1.253574971,0.379755746,244,-1.248884539,0.7274156818,1377.1697167 +479,3.108590453,-0.132620738,244,-1.248884539,0.7274156818,7617.9901462 +480,0.565301296,0.022333262,244,-1.248884539,0.7274156818,6878.9055161 +481,0.547898238,0.855555614,244,-1.248884539,0.7274156818,4625.3966398 +482,0.948309381,0.417393755,244,-1.248884539,0.7274156818,6741.1468701 +483,-0.050600732,0.945269213,244,-1.248884539,0.7274156818,3160.5150751 +484,-0.977651478,-0.572363064,244,-1.248884539,0.7274156818,5242.4860575 +485,1.102014914,0.728861163,244,-1.248884539,0.7274156818,6019.8137088 +486,2.927300795,-0.282939414,244,-1.248884539,0.7274156818,8538.3393944 +487,-1.154565557,0.124434095,244,-1.248884539,0.7274156818,2411.321988 +488,1.855331234,0.291044755,244,-1.248884539,0.7274156818,8407.4020008 +489,0.830290659,0.276904518,244,-1.248884539,0.7274156818,6890.2592315 +490,0.485104466,-0.234867441,244,-1.248884539,0.7274156818,7316.1813608 +491,0.521367572,-0.33161327,244,-1.248884539,0.7274156818,7665.396376 +1,-1.539031704,0.7349710123,245,-1.395014798,0.5761185243,773.99919469 +2,-1.536990553,0.7349663874,245,-1.395014798,0.5761185243,770.28437389 +3,-1.534951779,0.7349571355,245,-1.395014798,0.5761185243,766.5942927 +4,-1.532906461,0.7349480293,245,-1.395014798,0.5761185243,762.92839503 +5,-1.531320211,0.7346937278,245,-1.395014798,0.5761185243,759.32501435 +6,-1.539451648,0.7335131775,245,-1.395014798,0.5761185243,770.24715461 +7,-1.537429487,0.7335445708,245,-1.395014798,0.5761185243,766.64537485 +8,-1.535484998,0.7335658704,245,-1.395014798,0.5761185243,763.18770638 +9,-1.533488396,0.7336036027,245,-1.395014798,0.5761185243,759.7216914 +10,-1.531497785,0.7335842962,245,-1.395014798,0.5761185243,756.12166329 +11,-1.530259379,0.7334777758,245,-1.395014798,0.5761185243,753.59910417 +12,-1.5335454,0.7322346912,245,-1.395014798,0.5761185243,755.52313112 +13,-1.531489083,0.7322238773,245,-1.395014798,0.5761185243,751.80764345 +14,-1.530011122,0.7321679851,245,-1.395014798,0.5761185243,749.00744677 +15,-1.53348106,0.7306614094,245,-1.395014798,0.5761185243,750.48176168 +16,-1.531441779,0.7306962275,245,-1.395014798,0.5761185243,746.91234146 +17,-1.529755654,0.7306933243,245,-1.395014798,0.5761185243,743.88958632 +18,-1.533415048,0.7291384674,245,-1.395014798,0.5761185243,745.61155974 +19,-1.531392093,0.7291705353,245,-1.395014798,0.5761185243,742.03550662 +20,-1.529296523,0.7291214933,245,-1.395014798,0.5761185243,738.11120367 +21,-1.535280942,0.727267644,245,-1.395014798,0.5761185243,743.25590468 +22,-1.533378158,0.7276139666,245,-1.395014798,0.5761185243,740.80672953 +23,-1.531340368,0.7276446587,245,-1.395014798,0.5761185243,737.17124235 +24,-1.528960113,0.7276398177,245,-1.395014798,0.5761185243,732.84485194 +25,-1.533313146,0.7260818349,245,-1.395014798,0.5761185243,735.94399163 +26,-1.531259555,0.7260958115,245,-1.395014798,0.5761185243,732.19932169 +27,-1.528926415,0.7260865555,245,-1.395014798,0.5761185243,727.91213783 +28,-1.531226779,0.7245511789,245,-1.395014798,0.5761185243,727.34653398 +29,-1.528904772,0.7245519194,245,-1.395014798,0.5761185243,723.0778886 +30,-1.547195875,0.7409785979,245,-1.395014798,0.5761185243,807.52256761 +31,-1.5451475,0.740980426,245,-1.395014798,0.5761185243,803.78598135 +32,-1.543097679,0.7409798872,245,-1.395014798,0.5761185243,800.072892 +33,-1.540720364,0.7409892687,245,-1.395014798,0.5761185243,795.84049024 +34,-1.547188511,0.7395198392,245,-1.395014798,0.5761185243,803.01996008 +35,-1.545148587,0.7395226109,245,-1.395014798,0.5761185243,799.27610837 +36,-1.543104538,0.7395314908,245,-1.395014798,0.5761185243,795.57700359 +37,-1.540727751,0.7395306258,245,-1.395014798,0.5761185243,791.28362718 +38,-1.547187029,0.7380014886,245,-1.395014798,0.5761185243,798.362089 +39,-1.545147315,0.7380012252,245,-1.395014798,0.5761185243,794.5823573 +40,-1.54310719,0.7380060743,245,-1.395014798,0.5761185243,790.85084754 +41,-1.540719671,0.7380068206,245,-1.395014798,0.5761185243,786.51155976 +42,-1.547187189,0.7364799098,245,-1.395014798,0.5761185243,793.7154339 +43,-1.545149996,0.7364853874,245,-1.395014798,0.5761185243,789.93079002 +44,-1.543106091,0.7364823484,245,-1.395014798,0.5761185243,786.14079579 +45,-1.540717158,0.7364893901,245,-1.395014798,0.5761185243,781.78662873 +46,-1.538663972,0.7410138672,245,-1.395014798,0.5761185243,792.26916962 +47,-1.53695285,0.7409699132,245,-1.395014798,0.5761185243,789.12068191 +48,-1.534910498,0.7409641297,245,-1.395014798,0.5761185243,785.54216906 +49,-1.533145034,0.7409536636,245,-1.395014798,0.5761185243,782.45981464 +50,-1.538681336,0.7395405883,245,-1.395014798,0.5761185243,787.65783041 +51,-1.536999189,0.7395183096,245,-1.395014798,0.5761185243,784.60753024 +52,-1.534923633,0.7395144222,245,-1.395014798,0.5761185243,780.95085366 +53,-1.533267822,0.7395654306,245,-1.395014798,0.5761185243,778.23268141 +54,-1.53867273,0.7380151077,245,-1.395014798,0.5761185243,782.85254431 +55,-1.536980576,0.7379994392,245,-1.395014798,0.5761185243,779.78339808 +56,-1.534931522,0.7379944961,245,-1.395014798,0.5761185243,776.14310497 +57,-1.533387952,0.7379480264,245,-1.395014798,0.5761185243,773.28849292 +58,-1.538682279,0.7364914363,245,-1.395014798,0.5761185243,778.1026583 +59,-1.536980704,0.7364810563,245,-1.395014798,0.5761185243,775.01072746 +60,-1.534935567,0.7364752065,245,-1.395014798,0.5761185243,771.34739173 +61,-1.533042592,0.7363876366,245,-1.395014798,0.5761185243,767.72775261 +62,-1.545143426,0.7349628011,245,-1.395014798,0.5761185243,785.25942564 +63,-1.543105297,0.7349691947,245,-1.395014798,0.5761185243,781.48176857 +64,-1.541064533,0.7349647152,245,-1.395014798,0.5761185243,777.69949493 +65,-1.545411803,0.7334624714,245,-1.395014798,0.5761185243,781.19259156 +66,-1.543446606,0.7334780896,245,-1.395014798,0.5761185243,777.54784145 +67,-1.541475327,0.7334957295,245,-1.395014798,0.5761185243,773.92973909 +68,-1.545401939,0.731963266,245,-1.395014798,0.5761185243,776.62626697 +69,-1.54342253,0.7319915583,245,-1.395014798,0.5761185243,772.96683158 +70,-1.541455867,0.7320216438,245,-1.395014798,0.5761185243,769.36932288 +71,-1.545410146,0.7304422281,245,-1.395014798,0.5761185243,772.04708837 +72,-1.543435491,0.7304713664,245,-1.395014798,0.5761185243,768.37148039 +73,-1.541463105,0.7304997613,245,-1.395014798,0.5761185243,764.73037429 +74,-1.545414768,0.7289194936,245,-1.395014798,0.5761185243,767.47566652 +75,-1.543435774,0.7289538557,245,-1.395014798,0.5761185243,763.77962852 +76,-1.541457714,0.7289765881,245,-1.395014798,0.5761185243,760.08285208 +77,-1.539449415,0.7320555866,245,-1.395014798,0.5761185243,765.74278411 +78,-1.537429183,0.7321097681,245,-1.395014798,0.5761185243,762.1884032 +79,-1.535472649,0.7321497267,245,-1.395014798,0.5761185243,758.74176703 +80,-1.539457899,0.7305333307,245,-1.395014798,0.5761185243,761.07680525 +81,-1.537453161,0.7305750503,245,-1.395014798,0.5761185243,757.48390694 +82,-1.535479385,0.7306124949,245,-1.395014798,0.5761185243,753.96982638 +83,-1.53946905,0.7290102593,245,-1.395014798,0.5761185243,756.43243125 +84,-1.537459922,0.7290417293,245,-1.395014798,0.5761185243,752.77122872 +85,-1.535451349,0.7290890157,245,-1.395014798,0.5761185243,749.1951973 +86,-1.535522937,0.7279887191,245,-1.395014798,0.5761185243,745.92829049 +87,-1.539442524,0.7274735939,245,-1.395014798,0.5761185243,751.69489671 +88,-1.537424111,0.727521351,245,-1.395014798,0.5761185243,748.03776076 +89,-1.539384641,0.7259505092,245,-1.395014798,0.5761185243,746.95793011 +90,-1.537372391,0.7259947145,245,-1.395014798,0.5761185243,743.27340113 +91,-1.535340789,0.7260435356,245,-1.395014798,0.5761185243,739.60266047 +92,-1.539325716,0.7244369706,245,-1.395014798,0.5761185243,742.26610602 +93,-1.537308932,0.7244801057,245,-1.395014798,0.5761185243,738.54157231 +94,-1.535289068,0.7245247645,245,-1.395014798,0.5761185243,734.85186142 +95,-1.533261366,0.7245550236,245,-1.395014798,0.5761185243,731.13988404 +96,-1.539267302,0.722921924,245,-1.395014798,0.5761185243,737.58913933 +97,-1.537248972,0.7229660258,245,-1.395014798,0.5761185243,733.83609744 +98,-1.535219431,0.7229916471,245,-1.395014798,0.5761185243,730.04155491 +99,-1.53318962,0.7230212049,245,-1.395014798,0.5761185243,726.2948769 +100,-1.531154816,0.7230299897,245,-1.395014798,0.5761185243,722.51185935 +101,-1.528878341,0.7230370244,245,-1.395014798,0.5761185243,718.31472253 +102,-1.539218189,0.7214009878,245,-1.395014798,0.5761185243,732.93147307 +103,-1.537198791,0.7214422745,245,-1.395014798,0.5761185243,729.13884502 +104,-1.535179266,0.7214634354,245,-1.395014798,0.5761185243,725.32094885 +105,-1.533156501,0.7214944644,245,-1.395014798,0.5761185243,721.56280925 +106,-1.53113574,0.7215166021,245,-1.395014798,0.5761185243,717.81797251 +107,-1.528874248,0.7215345535,245,-1.395014798,0.5761185243,713.6498179 +108,-1.539217656,0.7198512397,245,-1.395014798,0.5761185243,728.30290457 +109,-1.537199919,0.7199428763,245,-1.395014798,0.5761185243,724.63381606 +110,-1.545425832,0.727397149,245,-1.395014798,0.5761185243,762.93798488 +111,-1.543371177,0.7273916949,245,-1.395014798,0.5761185243,758.94814516 +112,-1.541368852,0.7274523163,245,-1.395014798,0.5761185243,755.29196687 +113,-1.545349067,0.7258710923,245,-1.395014798,0.5761185243,758.23806307 +114,-1.54332671,0.7258603556,245,-1.395014798,0.5761185243,754.26726669 +115,-1.541346831,0.7259242142,245,-1.395014798,0.5761185243,750.63545487 +116,-1.545324355,0.7243383958,245,-1.395014798,0.5761185243,753.63960089 +117,-1.543292796,0.7243617413,245,-1.395014798,0.5761185243,749.7239572 +118,-1.541295822,0.7244024384,245,-1.395014798,0.5761185243,745.96146933 +119,-1.543193859,0.7205570215,245,-1.395014798,0.5761185243,738.25076931 +120,-1.550257047,0.7386738187,245,-1.395014798,0.5761185243,806.15241353 +121,-1.549335448,0.7311736483,245,-1.395014798,0.5761185243,781.80185918 +122,-1.533478843,0.7179891343,245,-1.395014798,0.5761185243,711.54140649 +123,-1.556150555,0.738907041,245,-1.395014798,0.5761185243,818.05326352 +124,-1.554324226,0.733414257,245,-1.395014798,0.5761185243,798.17487872 +125,-1.554290846,0.7288285332,245,-1.395014798,0.5761185243,784.62862777 +126,-1.55122487,0.7219795312,245,-1.395014798,0.5761185243,758.56799271 +127,-1.525104458,0.7229399862,245,-1.395014798,0.5761185243,711.11925304 +128,-1.519607711,0.7236181429,245,-1.395014798,0.5761185243,703.48256937 +129,-1.513899999,0.7251107854,245,-1.395014798,0.5761185243,698.51062388 +130,-1.536620762,0.7431061895,245,-1.395014798,0.5761185243,795.33455208 +131,-1.5369566,0.7460845958,245,-1.395014798,0.5761185243,805.43379124 +132,-1.545345528,0.7447040685,245,-1.395014798,0.5761185243,815.7358432 +133,-1.532813921,0.7432306626,245,-1.395014798,0.5761185243,789.20801545 +134,-1.554788248,0.7382381001,245,-1.395014798,0.5761185243,813.43732341 +135,-1.540348126,0.7301594274,245,-1.395014798,0.5761185243,761.59617776 +136,-1.538016084,0.7239051786,245,-1.395014798,0.5761185243,738.14766941 +137,-1.525288962,0.7258085137,245,-1.395014798,0.5761185243,720.49161427 +138,-1.534326986,0.731241342,245,-1.395014798,0.5761185243,753.82741402 +139,-1.530733872,0.7303625216,245,-1.395014798,0.5761185243,744.59332756 +141,-1.534354939,0.7328219978,245,-1.395014798,0.5761185243,758.8215193 +142,-1.53157084,0.7292888153,245,-1.395014798,0.5761185243,742.72918439 +143,-1.525691035,0.7263799874,245,-1.395014798,0.5761185243,723.01597617 +144,-1.534031287,0.7495967835,245,-1.395014798,0.5761185243,811.85392509 +145,-1.527714986,0.7283095957,245,-1.395014798,0.5761185243,732.72401694 +146,-1.526189586,0.7271468292,245,-1.395014798,0.5761185243,726.33000878 +147,-1.555177336,0.7375563366,245,-1.395014798,0.5761185243,812.14557361 +148,-1.555080283,0.7312707794,245,-1.395014798,0.5761185243,793.34656627 +149,-1.53856994,0.7224180299,245,-1.395014798,0.5761185243,734.72539973 +150,-1.530837883,0.729933372,245,-1.395014798,0.5761185243,743.43014667 +151,-1.515066984,0.5854133365,245,-1.395014798,0.5761185243,399.18681266 +152,-1.534731633,0.5368370046,245,-1.395014798,0.5761185243,494.84515941 +153,-1.515231902,0.5607085576,245,-1.395014798,0.5761185243,405.84100272 +154,-2.616253799,1.0684566605,245,-1.395014798,0.5761185243,3594.4386066 +155,-1.956071439,0.5792177723,245,-1.395014798,0.5761185243,1854.3462396 +156,-1.951208514,0.5602434208,245,-1.395014798,0.5761185243,1850.8846761 +157,-1.944675062,0.6062144545,245,-1.395014798,0.5761185243,1804.2844539 +158,-1.613778386,0.6077989518,245,-1.395014798,0.5761185243,729.439203 +159,-2.035029014,0.6021432345,245,-1.395014798,0.5761185243,2098.7224668 +160,-2.114989471,0.6801825058,245,-1.395014798,0.5761185243,2323.808556 +161,-2.037382079,0.5765830025,245,-1.395014798,0.5761185243,2122.1850467 +162,-2.129855121,0.6585019963,245,-1.395014798,0.5761185243,2375.7958029 +163,-2.075141798,0.6493615843,245,-1.395014798,0.5761185243,2207.325134 +164,-1.828626729,0.6948433129,245,-1.395014798,0.5761185243,1454.3710929 +165,-1.863329418,0.6735427691,245,-1.395014798,0.5761185243,1547.114227 +166,-1.266037071,0.727988852,245,-1.395014798,0.5761185243,725.12560377 +167,-1.277579582,0.7249010648,245,-1.395014798,0.5761185243,695.39730322 +168,-1.258418684,0.7241194816,245,-1.395014798,0.5761185243,726.72333458 +169,-1.317813974,0.6804850104,245,-1.395014798,0.5761185243,481.60750025 +170,-1.344165204,0.6790988904,245,-1.395014798,0.5761185243,439.2079608 +171,-1.427582102,0.5277120351,245,-1.395014798,0.5761185243,220.96202183 +172,-1.402238616,0.457167829,245,-1.395014798,0.5761185243,471.81856778 +173,-1.422454264,0.4996161999,245,-1.395014798,0.5761185243,317.0619143 +174,-1.439089277,0.4894859811,245,-1.395014798,0.5761185243,374.61616928 +175,-1.448126995,0.5182330266,245,-1.395014798,0.5761185243,291.25349338 +176,-1.474626146,0.5881926574,245,-1.395014798,0.5761185243,267.67983691 +177,-1.421139645,0.5584869783,245,-1.395014798,0.5761185243,111.77221269 +178,-1.457037165,0.565943032,245,-1.395014798,0.5761185243,210.57516547 +179,-2.757159358,0.3745319,245,-1.395014798,0.5761185243,4759.1308274 +180,-2.714309238,0.342054471,245,-1.395014798,0.5761185243,4680.8155849 +181,-2.000525337,0.774119946,245,-1.395014798,0.5761185243,2011.0682698 +183,-1.571413436,0.6777838382,245,-1.395014798,0.5761185243,693.78302292 +184,-1.552860289,0.6987663893,245,-1.395014798,0.5761185243,698.16620649 +185,-1.521852374,0.7165827476,245,-1.395014798,0.5761185243,685.28318986 +186,-1.503656267,0.6928968252,245,-1.395014798,0.5761185243,577.64356833 +187,-1.502753178,0.7136205882,245,-1.395014798,0.5761185243,642.19850113 +188,-1.631894563,0.7343596465,245,-1.395014798,0.5761185243,970.66088364 +189,-1.653765416,0.6770714026,245,-1.395014798,0.5761185243,919.95094496 +190,-1.719812114,0.6715965947,245,-1.395014798,0.5761185243,1108.1212774 +191,-1.493406659,0.6646955447,245,-1.395014798,0.5761185243,472.71257633 +192,-1.469120564,0.6613469966,245,-1.395014798,0.5761185243,413.57877068 +193,-1.590551461,0.5326612937,245,-1.395014798,0.5761185243,680.25045512 +194,-1.625979264,0.5247742243,245,-1.395014798,0.5761185243,805.16826168 +195,-1.572293943,0.5238808754,245,-1.395014798,0.5761185243,633.05503218 +196,-1.610848725,0.5477107964,245,-1.395014798,0.5761185243,731.71341913 +197,-1.208485554,0.7918526018,245,-1.395014798,0.5761185243,1026.6132278 +198,-1.335601374,0.6869083083,245,-1.395014798,0.5761185243,478.07903085 +199,-1.346156996,0.6825213377,245,-1.395014798,0.5761185243,449.49460671 +200,-1.324381037,0.6741422347,245,-1.395014798,0.5761185243,449.56886037 +201,-1.242424992,0.7378949807,245,-1.395014798,0.5761185243,798.81427937 +202,-1.270370057,0.7392461008,245,-1.395014798,0.5761185243,754.42728749 +203,-1.448950472,0.7441675014,245,-1.395014798,0.5761185243,686.56118694 +204,-1.492662363,0.7523026852,245,-1.395014798,0.5761185243,760.95904977 +205,-1.479098966,0.7763855017,245,-1.395014798,0.5761185243,834.2985156 +206,-1.633760714,0.7869022408,245,-1.395014798,0.5761185243,1108.825363 +207,-1.647406434,0.8101289331,245,-1.395014798,0.5761185243,1200.4151446 +208,-1.564245052,0.5701509278,245,-1.395014798,0.5761185243,563.50335528 +209,-1.646289963,0.6833746083,245,-1.395014798,0.5761185243,908.14134571 +210,-1.5820631,0.6751952144,245,-1.395014798,0.5761185243,716.63115166 +211,-1.613236298,0.6681681791,245,-1.395014798,0.5761185243,790.42878756 +212,-1.914661867,0.8212566515,245,-1.395014798,0.5761185243,1834.2207521 +213,-1.742133237,0.7250275956,245,-1.395014798,0.5761185243,1238.7173782 +214,-2.033144872,0.6557314699,245,-1.395014798,0.5761185243,2073.9048434 +215,-2.039551981,0.6964723658,245,-1.395014798,0.5761185243,2092.2531907 +216,-1.247341019,0.7622473908,245,-1.395014798,0.5761185243,867.25357363 +217,-1.298239787,0.7084123392,245,-1.395014798,0.5761185243,606.9700675 +218,-1.308539688,0.6926545592,245,-1.395014798,0.5761185243,537.53416223 +219,-1.303263185,0.6888938396,245,-1.395014798,0.5761185243,534.0461043 +220,-1.852400229,0.6004246149,245,-1.395014798,0.5761185243,1506.0501125 +221,-1.288947707,0.7473773692,245,-1.395014798,0.5761185243,754.47258005 +222,-1.372031502,0.7472790993,245,-1.395014798,0.5761185243,681.73473982 +223,-1.289805721,0.7242157877,245,-1.395014798,0.5761185243,673.46879051 +224,-1.350807603,0.7533498126,245,-1.395014798,0.5761185243,715.31422134 +225,-1.329290365,0.7560442322,245,-1.395014798,0.5761185243,741.27536321 +226,-1.410153004,0.616936428,245,-1.395014798,0.5761185243,169.11622272 +227,-1.393445434,0.6308995063,245,-1.395014798,0.5761185243,217.04778654 +228,-1.37595573,0.6241540638,245,-1.395014798,0.5761185243,200.20443476 +229,-1.358388707,0.6172645205,245,-1.395014798,0.5761185243,202.38207808 +230,-1.753741133,0.8281661666,245,-1.395014798,0.5761185243,1465.7973806 +231,-1.47430987,0.6834615681,245,-1.395014798,0.5761185243,495.01572162 +232,-1.421012508,0.7222725206,245,-1.395014798,0.5761185243,584.67043 +233,-1.4476833,0.6978557868,245,-1.395014798,0.5761185243,510.44081503 +234,-1.470370723,0.6966193374,245,-1.395014798,0.5761185243,534.09124025 +235,-1.429211703,0.7037216883,245,-1.395014798,0.5761185243,516.94116216 +236,-1.700578405,0.6178673663,245,-1.395014798,0.5761185243,1013.1597917 +237,-1.678117619,0.6331716163,245,-1.395014798,0.5761185243,948.56300074 +238,-1.725644578,0.6316331145,245,-1.395014798,0.5761185243,1098.3118247 +239,-2.14012759,0.7930497945,245,-1.395014798,0.5761185243,2409.3448912 +240,-2.103289431,0.7653606263,245,-1.395014798,0.5761185243,2295.6586498 +241,-1.318739838,0.7017808746,245,-1.395014798,0.5761185243,553.49342966 +242,-1.396417427,0.7077900843,245,-1.395014798,0.5761185243,521.56995789 +243,-1.35650337,0.7185539404,245,-1.395014798,0.5761185243,577.10024044 +244,-1.248884539,0.7274156818,245,-1.395014798,0.5761185243,754.75404739 +245,-1.395014798,0.5761185243,245,-1.395014798,0.5761185243,26.595312063 +246,-1.433377362,0.6064716109,245,-1.395014798,0.5761185243,174.2600939 +247,-1.408172432,0.5903155476,245,-1.395014798,0.5761185243,71.096156782 +248,-1.749645898,0.7757118084,245,-1.395014798,0.5761185243,1345.0842326 +249,-1.571626686,0.615046989,245,-1.395014798,0.5761185243,598.97405335 +250,-1.514070049,0.6303003037,245,-1.395014798,0.5761185243,443.54337956 +251,-1.480890369,0.6237966528,245,-1.395014798,0.5761185243,338.28084964 +252,-1.704390658,0.5281680612,245,-1.395014798,0.5761185243,1059.1428626 +253,-1.64434733,0.5254277498,245,-1.395014798,0.5761185243,864.40982448 +254,-1.703855997,0.4792484842,245,-1.395014798,0.5761185243,1122.6184222 +255,-1.692002383,0.5748825051,245,-1.395014798,0.5761185243,985.80984245 +256,-1.854136457,0.5544643913,245,-1.395014798,0.5761185243,1534.0759105 +257,-1.665021206,0.520317736,245,-1.395014798,0.5761185243,938.16537228 +258,-1.733654349,0.4845187345,245,-1.395014798,0.5761185243,1210.5144192 +259,-1.720938188,0.5135933906,245,-1.395014798,0.5761185243,1129.8274392 +260,-1.742668307,0.553296122,245,-1.395014798,0.5761185243,1165.0262439 +261,-1.965659039,0.7142126903,245,-1.395014798,0.5761185243,1874.6305059 +262,-1.944438071,0.6772834804,245,-1.395014798,0.5761185243,1798.2005151 +263,-1.270340967,0.7681487096,245,-1.395014798,0.5761185243,852.33421865 +264,-1.353091884,0.6549276821,245,-1.395014798,0.5761185243,340.29865221 +265,-1.333236659,0.6413584414,245,-1.395014798,0.5761185243,327.1675016 +266,-1.352015998,0.6753788907,245,-1.395014798,0.5761185243,416.65180331 +267,-1.377988483,0.6577816235,245,-1.395014798,0.5761185243,328.10502254 +268,-2.13075611,0.8318642051,245,-1.395014798,0.5761185243,2404.181268 +269,-2.097910953,0.8259670014,245,-1.395014798,0.5761185243,2313.5636025 +270,-1.416382069,0.6694271549,245,-1.395014798,0.5761185243,375.92302267 +271,-1.538905672,0.7535625993,245,-1.395014798,0.5761185243,832.81256366 +272,-1.572309477,0.7803125099,245,-1.395014798,0.5761185243,974.59801239 +273,-1.87759879,0.7503853417,245,-1.395014798,0.5761185243,1646.8490159 +274,1.152365588,0.590457682,245,-1.395014798,0.5761185243,7320.876961 +275,0.350198001,0.718001859,245,-1.395014798,0.5761185243,5225.9663614 +276,0.046513677,0.491503852,245,-1.395014798,0.5761185243,4795.3867954 +277,0.027510309,0.742571376,245,-1.395014798,0.5761185243,4330.2108659 +278,0.306285725,-0.214631579,245,-1.395014798,0.5761185243,7111.3119114 +279,-1.100564889,0.318051531,245,-1.395014798,0.5761185243,1462.5345939 +280,-1.078582306,0.301437596,245,-1.395014798,0.5761185243,1567.0825097 +281,-1.137371989,-0.617634065,245,-1.395014798,0.5761185243,4824.1392926 +282,0.784356344,0.703272339,245,-1.395014798,0.5761185243,6274.8121136 +283,-1.221209947,0.218327455,245,-1.395014798,0.5761185243,1550.7241468 +284,2.347301921,-0.449114658,245,-1.395014798,0.5761185243,10320.233171 +285,0.246820618,0.830553713,245,-1.395014798,0.5761185243,4754.4526858 +286,0.829414965,0.703288228,245,-1.395014798,0.5761185243,6366.9553574 +287,-1.337537566,0.42332223,245,-1.395014798,0.5761185243,637.24389968 +288,0.882453706,0.454478077,245,-1.395014798,0.5761185243,7223.0937037 +289,1.575629659,0.416419109,245,-1.395014798,0.5761185243,8459.758134 +290,-1.039455679,0.229888244,245,-1.395014798,0.5761185243,1878.9259721 +291,0.489558039,0.934482747,245,-1.395014798,0.5761185243,5079.8552497 +292,0.081344504,0.88384514,245,-1.395014798,0.5761185243,4277.7478051 +293,-1.547979814,0.300350308,245,-1.395014798,0.5761185243,1221.0162873 +294,0.040776181,0.168560074,245,-1.395014798,0.5761185243,5413.5778104 +295,-1.130374745,0.563894876,245,-1.395014798,0.5761185243,883.07243474 +296,1.578326642,0.478507176,245,-1.395014798,0.5761185243,8218.7646864 +297,-1.12861823,-0.291640865,245,-1.395014798,0.5761185243,3582.0821197 +298,0.310524208,0.770885792,245,-1.395014798,0.5761185243,5020.1100846 +299,0.415649091,-0.387246002,245,-1.395014798,0.5761185243,7809.6926894 +300,-0.926533878,-0.188022748,245,-1.395014798,0.5761185243,3505.8600911 +301,1.258856172,-0.11716081,245,-1.395014798,0.5761185243,9891.0386278 +302,-1.126050026,0.322941926,245,-1.395014798,0.5761185243,1384.5295802 +303,2.002785835,0.07893892,245,-1.395014798,0.5761185243,9676.5811527 +304,0.440437607,0.746258085,245,-1.395014798,0.5761185243,5388.7904308 +305,-0.030391866,0.214441206,245,-1.395014798,0.5761185243,5082.6738528 +306,0.521557815,-0.058929362,245,-1.395014798,0.5761185243,7494.633554 +307,-0.097005111,0.13317729,245,-1.395014798,0.5761185243,5030.5382466 +308,1.83113859,0.221857587,245,-1.395014798,0.5761185243,9266.9258981 +309,0.222428864,0.099404236,245,-1.395014798,0.5761185243,6161.900318 +310,-1.702731345,0.8728568183,245,-1.395014798,0.5761185243,1480.2411925 +311,-0.418507569,0.278324921,245,-1.395014798,0.5761185243,3667.348134 +312,-1.41153306,0.339029988,245,-1.395014798,0.5761185243,940.92547098 +313,0.357560442,0.114788776,245,-1.395014798,0.5761185243,6571.756502 +314,0.325818979,0.268352149,245,-1.395014798,0.5761185243,6128.5087698 +315,-1.246004659,-0.663679965,245,-1.395014798,0.5761185243,4941.4609405 +316,1.814603087,0.637404484,245,-1.395014798,0.5761185243,7630.4959123 +317,1.843704281,-0.18300445,245,-1.395014798,0.5761185243,10847.017629 +318,1.690644492,-0.211480909,245,-1.395014798,0.5761185243,10985.34335 +319,-1.275451936,0.068109467,245,-1.395014798,0.5761185243,2060.3364816 +320,0.762430171,-0.207594741,245,-1.395014798,0.5761185243,8607.5986524 +321,0.265668905,-0.014647884,245,-1.395014798,0.5761185243,6552.0517058 +322,-2.773032013,-0.335515811,245,-1.395014798,0.5761185243,6331.5250669 +323,-1.469512853,0.174058777,245,-1.395014798,0.5761185243,1615.5897775 +324,0.286276986,0.785925691,245,-1.395014798,0.5761185243,4931.4447501 +325,-1.379324697,0.377432233,245,-1.395014798,0.5761185243,788.9196522 +326,-1.203778265,0.212813032,245,-1.395014798,0.5761185243,1597.3316958 +327,0.579916301,0.611743168,245,-1.395014798,0.5761185243,6051.9018767 +328,0.267582642,0.868113908,245,-1.395014798,0.5761185243,4737.5352044 +329,0.412869244,-0.050245578,245,-1.395014798,0.5761185243,7117.076783 +330,0.17524381,0.976660285,245,-1.395014798,0.5761185243,4365.6600288 +331,0.743157214,0.204812899,245,-1.395014798,0.5761185243,7555.9303879 +332,-1.070758176,0.269382282,245,-1.395014798,0.5761185243,1681.8773723 +333,-1.230364251,0.329790229,245,-1.395014798,0.5761185243,1136.991953 +334,-1.374813124,-0.024926835,245,-1.395014798,0.5761185243,2381.93855 +335,0.519780566,0.463669906,245,-1.395014798,0.5761185243,6258.8205642 +336,-1.55108034,0.239698561,245,-1.395014798,0.5761185243,1446.6702919 +337,0.180294813,0.029739425,245,-1.395014798,0.5761185243,6172.7441148 +338,0.67820924,0.268170153,245,-1.395014798,0.5761185243,7202.5250505 +339,0.445798684,1.024001867,245,-1.395014798,0.5761185243,4809.6665825 +340,0.691751283,0.150521402,245,-1.395014798,0.5761185243,7542.9935903 +341,-1.036643551,-0.903056181,245,-1.395014798,0.5761185243,5990.0557435 +342,-0.120287036,1.083325163,245,-1.395014798,0.5761185243,3693.1874165 +343,2.823513113,-0.304487164,245,-1.395014798,0.5761185243,8493.4515219 +344,0.457583172,1.12513373,245,-1.395014798,0.5761185243,4630.5443941 +345,0.042918831,0.813795399,245,-1.395014798,0.5761185243,4273.5837585 +346,1.196146777,-0.853142756,245,-1.395014798,0.5761185243,10486.929929 +347,0.206001358,-0.010430701,245,-1.395014798,0.5761185243,6344.8097322 +348,-0.268308653,0.234799412,245,-1.395014798,0.5761185243,4251.7304997 +349,0.759363263,0.736189579,245,-1.395014798,0.5761185243,6129.2797822 +350,0.181363926,0.891988372,245,-1.395014798,0.5761185243,4500.3779969 +351,-0.021111158,0.139103292,245,-1.395014798,0.5761185243,5270.0828268 +352,-0.093355215,0.630686981,245,-1.395014798,0.5761185243,4141.8395595 +353,0.40118964,0.681375926,245,-1.395014798,0.5761185243,5434.2221351 +354,-0.721197315,1.304706234,245,-1.395014798,0.5761185243,3162.0900043 +355,-1.076150317,0.212107639,245,-1.395014798,0.5761185243,1847.7672767 +356,-1.577164531,0.273993443,245,-1.395014798,0.5761185243,1363.3169092 +357,-0.190788414,0.182208586,245,-1.395014798,0.5761185243,4616.508471 +358,-0.261349752,0.209710184,245,-1.395014798,0.5761185243,4325.734285 +359,-1.029303852,0.083549259,245,-1.395014798,0.5761185243,2372.929489 +360,-1.268609162,0.330525297,245,-1.395014798,0.5761185243,1071.0454822 +361,1.282982244,-0.926641967,245,-1.395014798,0.5761185243,10534.390099 +362,0.217352334,0.731352408,245,-1.395014798,0.5761185243,4856.6151111 +363,-1.511833084,0.258629297,245,-1.395014798,0.5761185243,1325.8907714 +364,0.338812194,0.823184618,245,-1.395014798,0.5761185243,4986.1433854 +365,-0.324406489,1.134201999,245,-1.395014798,0.5761185243,3347.0280491 +366,1.389579348,0.399185724,245,-1.395014798,0.5761185243,8351.9316975 +367,2.047152199,-0.039082036,245,-1.395014798,0.5761185243,10041.590206 +368,0.947780369,0.568250077,245,-1.395014798,0.5761185243,7018.9540742 +369,0.763824846,0.576754987,245,-1.395014798,0.5761185243,6590.3192812 +370,-0.142334657,0.928153068,245,-1.395014798,0.5761185243,3706.1217529 +371,0.610266567,0.547265983,245,-1.395014798,0.5761185243,6293.0916543 +372,0.210731629,0.746815056,245,-1.395014798,0.5761185243,4811.6590169 +373,-1.34931644,0.316895224,245,-1.395014798,0.5761185243,1039.5606245 +374,2.407696481,0.655030745,245,-1.395014798,0.5761185243,6991.3791419 +375,0.64207831,0.545359131,245,-1.395014798,0.5761185243,6379.3568521 +376,1.174597538,0.840588356,245,-1.395014798,0.5761185243,6477.3802862 +377,0.660059424,0.010604079,245,-1.395014798,0.5761185243,7785.7123634 +378,-0.730263819,0.010486456,245,-1.395014798,0.5761185243,3336.6039323 +379,0.831068936,0.512339172,245,-1.395014798,0.5761185243,6932.1668519 +380,1.301180979,0.72367476,245,-1.395014798,0.5761185243,7045.3515551 +381,1.811128231,0.322854402,245,-1.395014798,0.5761185243,8874.6419153 +382,0.435105812,0.992284428,245,-1.395014798,0.5761185243,4853.8957103 +383,0.62643634,0.592027932,245,-1.395014798,0.5761185243,6218.2796346 +384,0.492988703,-0.516339467,245,-1.395014798,0.5761185243,8279.5485676 +385,-0.162469483,0.112549365,245,-1.395014798,0.5761185243,4857.4801196 +386,0.314630866,0.472006421,245,-1.395014798,0.5761185243,5648.2619219 +387,0.166744804,0.822815954,245,-1.395014798,0.5761185243,4572.4032301 +388,0.417159608,0.965805736,245,-1.395014798,0.5761185243,4872.7356311 +389,0.106334961,0.868774244,245,-1.395014798,0.5761185243,4357.3856115 +390,0.815086969,-0.338144359,245,-1.395014798,0.5761185243,9038.8632779 +391,0.59867455,-0.230624824,245,-1.395014798,0.5761185243,8113.3471726 +392,1.915104874,0.066220985,245,-1.395014798,0.5761185243,9822.1675149 +393,1.278093622,0.064463721,245,-1.395014798,0.5761185243,9358.0314917 +394,-0.061477853,0.302997961,245,-1.395014798,0.5761185243,4802.7401575 +395,0.251311504,0.626976942,245,-1.395014798,0.5761185243,5145.6969002 +396,2.950242872,0.149095644,245,-1.395014798,0.5761185243,7087.2934065 +397,-0.180294708,0.35375117,245,-1.395014798,0.5761185243,4315.4213817 +398,1.010448592,-0.351180233,245,-1.395014798,0.5761185243,9708.7808546 +399,-1.748740498,0.3686318073,245,-1.395014798,0.5761185243,1489.5429926 +400,2.699635665,0.123533791,245,-1.395014798,0.5761185243,7916.4553413 +401,0.496808033,0.823843254,245,-1.395014798,0.5761185243,5343.4869722 +402,0.129574704,0.763364087,245,-1.395014798,0.5761185243,4571.9243012 +403,1.798920311,0.817447563,245,-1.395014798,0.5761185243,6920.7719264 +404,0.335987953,0.746786541,245,-1.395014798,0.5761185243,5131.2648927 +405,-1.085413643,0.292154671,245,-1.395014798,0.5761185243,1577.1560533 +406,-0.155321003,0.508207011,245,-1.395014798,0.5761185243,4133.0617716 +407,0.620529244,-0.301175104,245,-1.395014798,0.5761185243,8324.0739744 +408,1.684402744,0.368716966,245,-1.395014798,0.5761185243,8693.9725713 +409,0.300582244,-0.386397212,245,-1.395014798,0.5761185243,7437.0698877 +410,2.913555946,-0.009225192,245,-1.395014798,0.5761185243,7572.9968937 +411,1.465101417,0.493232532,245,-1.395014798,0.5761185243,8077.9953835 +412,0.090612882,0.907955955,245,-1.395014798,0.5761185243,4268.9636911 +413,2.987564726,-0.729568594,245,-1.395014798,0.5761185243,8602.9990229 +414,-1.484261606,0.224149272,245,-1.395014798,0.5761185243,1431.0687988 +415,0.164073421,0.303955133,245,-1.395014798,0.5761185243,5535.5524889 +416,0.141441293,0.167552546,245,-1.395014798,0.5761185243,5748.4884463 +417,2.931321023,-0.506718887,245,-1.395014798,0.5761185243,8483.6051187 +418,2.21951565,0.700596356,245,-1.395014798,0.5761185243,7098.477055 +419,0.268112576,1.199114336,245,-1.395014798,0.5761185243,4241.1132005 +420,0.978913739,0.359223811,245,-1.395014798,0.5761185243,7737.5229568 +421,1.210898818,0.522863584,245,-1.395014798,0.5761185243,7649.8157513 +422,2.347397336,0.129231362,245,-1.395014798,0.5761185243,8849.4062575 +423,0.614394501,0.556878345,245,-1.395014798,0.5761185243,6278.9287507 +424,-1.398079356,0.148483366,245,-1.395014798,0.5761185243,1693.9000575 +425,2.535303836,-0.112984496,245,-1.395014798,0.5761185243,9017.6006199 +426,-1.019372593,-0.405322349,245,-1.395014798,0.5761185243,4138.3814775 +427,-1.297785627,-0.160104069,245,-1.395014798,0.5761185243,2939.1684829 +428,2.144554488,0.205051084,245,-1.395014798,0.5761185243,9003.4780806 +429,-2.242387083,-0.426171285,245,-1.395014798,0.5761185243,5096.7806455 +430,0.338637212,0.909723676,245,-1.395014798,0.5761185243,4820.2465839 +431,-0.148798452,0.691042401,245,-1.395014798,0.5761185243,3899.5773051 +432,0.893524764,0.441829531,245,-1.395014798,0.5761185243,7286.8300942 +433,0.969229347,-0.368847936,245,-1.395014798,0.5761185243,9604.7386812 +434,0.436043248,0.800045688,245,-1.395014798,0.5761185243,5259.9769939 +435,1.687946607,1.081504775,245,-1.395014798,0.5761185243,5875.3098037 +436,0.522302046,-0.034889271,245,-1.395014798,0.5761185243,7443.9157418 +437,-0.178996113,-0.438090009,245,-1.395014798,0.5761185243,6092.3764675 +438,-1.094339566,0.301444068,245,-1.395014798,0.5761185243,1527.1991792 +439,-1.064070054,0.242569932,245,-1.395014798,0.5761185243,1780.021343 +440,-1.068153768,0.230387998,245,-1.395014798,0.5761185243,1808.1830627 +441,-3.00496892,-0.23989155,245,-1.395014798,0.5761185243,6863.7381677 +442,0.21751974,0.766874888,245,-1.395014798,0.5761185243,4793.6736062 +443,0.117229532,0.007619006,245,-1.395014798,0.5761185243,6011.0128451 +444,0.777758451,0.420554741,245,-1.395014798,0.5761185243,7064.3310067 +445,-0.252356999,0.250747086,245,-1.395014798,0.5761185243,4272.8549975 +446,0.363148444,0.768483434,245,-1.395014798,0.5761185243,5154.0788688 +447,0.903191366,-0.118210676,245,-1.395014798,0.5761185243,8860.5367095 +448,-0.205755923,0.149406178,245,-1.395014798,0.5761185243,4635.6410635 +449,1.811996086,0.02364353,245,-1.395014798,0.5761185243,10055.636044 +450,-1.100670221,0.314845373,245,-1.395014798,0.5761185243,1471.6701988 +451,0.340078597,0.850105132,245,-1.395014798,0.5761185243,4936.7083138 +452,0.258757267,0.804969236,245,-1.395014798,0.5761185243,4828.8028074 +453,2.78505352,-0.155160804,245,-1.395014798,0.5761185243,8317.3632836 +454,0.800551619,0.105822106,245,-1.395014798,0.5761185243,7983.4869525 +455,0.437940882,-0.506194031,245,-1.395014798,0.5761185243,8089.4904087 +456,2.230431122,0.63458615,245,-1.395014798,0.5761185243,7324.753521 +457,0.527965361,0.127667701,245,-1.395014798,0.5761185243,7090.5969555 +458,-0.063643205,0.702093448,245,-1.395014798,0.5761185243,4131.2087406 +459,1.408447268,0.133010502,245,-1.395014798,0.5761185243,9359.6318524 +460,0.523795955,0.280266966,245,-1.395014798,0.5761185243,6714.8915906 +461,-0.975769313,0.072177659,245,-1.395014798,0.5761185243,2527.3670535 +462,0.549774164,-0.463663986,245,-1.395014798,0.5761185243,8377.1395223 +463,0.29245874,1.095549818,245,-1.395014798,0.5761185243,4418.4721982 +464,0.143625958,0.816809593,245,-1.395014798,0.5761185243,4524.3319972 +465,0.671902494,0.611159853,245,-1.395014798,0.5761185243,6278.6544035 +466,1.239840988,0.6724199,245,-1.395014798,0.5761185243,7158.5587049 +467,0.607829703,-0.10932137,245,-1.395014798,0.5761185243,7888.6750892 +468,1.763020906,0.263996692,245,-1.395014798,0.5761185243,9115.5701044 +469,0.378714634,0.726066797,245,-1.395014798,0.5761185243,5281.0448663 +470,2.196736143,-0.153862366,245,-1.395014798,0.5761185243,10097.418606 +471,0.01702415,0.148991565,245,-1.395014798,0.5761185243,5375.8902086 +472,-2.998490902,-0.158002487,245,-1.395014798,0.5761185243,6669.5837375 +473,-3.051262951,-0.346595608,245,-1.395014798,0.5761185243,7232.5037601 +474,-1.069176439,0.182802941,245,-1.395014798,0.5761185243,1958.3095983 +475,0.167157509,0.595344954,245,-1.395014798,0.5761185243,4967.2213127 +476,0.613855648,0.681746124,245,-1.395014798,0.5761185243,5956.027003 +477,1.037012736,0.682555367,245,-1.395014798,0.5761185243,6818.4343973 +478,-1.253574971,0.379755746,245,-1.395014798,0.5761185243,922.4467495 +479,3.108590453,-0.132620738,245,-1.395014798,0.5761185243,7199.586864 +480,0.565301296,0.022333262,245,-1.395014798,0.5761185243,7454.5917569 +481,0.547898238,0.855555614,245,-1.395014798,0.5761185243,5378.543413 +482,0.948309381,0.417393755,245,-1.395014798,0.5761185243,7487.9145517 +483,-0.050600732,0.945269213,245,-1.395014798,0.5761185243,3906.4841451 +484,-0.977651478,-0.572363064,245,-1.395014798,0.5761185243,4808.282046 +485,1.102014914,0.728861163,245,-1.395014798,0.5761185243,6767.0651366 +486,2.927300795,-0.282939414,245,-1.395014798,0.5761185243,8107.6262695 +487,-1.154565557,0.124434095,245,-1.395014798,0.5761185243,1995.3864997 +488,1.855331234,0.291044755,245,-1.395014798,0.5761185243,8984.4257155 +489,0.830290659,0.276904518,245,-1.395014798,0.5761185243,7605.0271338 +490,0.485104466,-0.234867441,245,-1.395014798,0.5761185243,7744.7086052 +491,0.521367572,-0.33161327,245,-1.395014798,0.5761185243,8052.8527001 +1,-1.539031704,0.7349710123,246,-1.433377362,0.6064716109,605.04481761 +2,-1.536990553,0.7349663874,246,-1.433377362,0.6064716109,601.63741793 +3,-1.534951779,0.7349571355,246,-1.433377362,0.6064716109,598.26583863 +4,-1.532906461,0.7349480293,246,-1.433377362,0.6064716109,594.9319615 +5,-1.531320211,0.7346937278,246,-1.433377362,0.6064716109,591.55546874 +6,-1.539451648,0.7335131775,246,-1.433377362,0.6064716109,601.01727186 +7,-1.537429487,0.7335445708,246,-1.433377362,0.6064716109,597.71821164 +8,-1.535484998,0.7335658704,246,-1.433377362,0.6064716109,594.5617872 +9,-1.533488396,0.7336036027,246,-1.433377362,0.6064716109,591.4195103 +10,-1.531497785,0.7335842962,246,-1.433377362,0.6064716109,588.1456467 +11,-1.530259379,0.7334777758,246,-1.433377362,0.6064716109,585.81704915 +12,-1.5335454,0.7322346912,246,-1.433377362,0.6064716109,586.99935725 +13,-1.531489083,0.7322238773,246,-1.433377362,0.6064716109,583.6177198 +14,-1.530011122,0.7321679851,246,-1.433377362,0.6064716109,581.05797918 +15,-1.53348106,0.7306614094,246,-1.433377362,0.6064716109,581.72538571 +16,-1.531441779,0.7306962275,246,-1.433377362,0.6064716109,578.48939778 +17,-1.529755654,0.7306933243,246,-1.433377362,0.6064716109,575.74746931 +18,-1.533415048,0.7291384674,246,-1.433377362,0.6064716109,576.63177909 +19,-1.531392093,0.7291705353,246,-1.433377362,0.6064716109,573.3812792 +20,-1.529296523,0.7291214933,246,-1.433377362,0.6064716109,569.79521887 +21,-1.535280942,0.727267644,246,-1.433377362,0.6064716109,573.71311942 +22,-1.533378158,0.7276139666,246,-1.433377362,0.6064716109,571.60014546 +23,-1.531340368,0.7276446587,246,-1.433377362,0.6064716109,568.28720353 +24,-1.528960113,0.7276398177,246,-1.433377362,0.6064716109,564.34848661 +25,-1.533313146,0.7260818349,246,-1.433377362,0.6064716109,566.51526663 +26,-1.531259555,0.7260958115,246,-1.433377362,0.6064716109,563.0877993 +27,-1.528926415,0.7260865555,246,-1.433377362,0.6064716109,559.17396192 +28,-1.531226779,0.7245511789,246,-1.433377362,0.6064716109,558.00215016 +29,-1.528904772,0.7245519194,246,-1.433377362,0.6064716109,554.10028076 +30,-1.547195875,0.7409785979,246,-1.433377362,0.6064716109,638.27481961 +31,-1.5451475,0.740980426,246,-1.433377362,0.6064716109,634.82083642 +32,-1.543097679,0.7409798872,246,-1.433377362,0.6064716109,631.40109427 +33,-1.540720364,0.7409892687,246,-1.433377362,0.6064716109,627.52435558 +34,-1.547188511,0.7395198392,246,-1.433377362,0.6064716109,633.57078225 +35,-1.545148587,0.7395226109,246,-1.433377362,0.6064716109,630.10409283 +36,-1.543104538,0.7395314908,246,-1.433377362,0.6064716109,626.69448737 +37,-1.540727751,0.7395306258,246,-1.433377362,0.6064716109,622.75018735 +38,-1.547187029,0.7380014886,246,-1.433377362,0.6064716109,628.70409961 +39,-1.545147315,0.7380012252,246,-1.433377362,0.6064716109,625.1963277 +40,-1.54310719,0.7380060743,246,-1.433377362,0.6064716109,621.74848012 +41,-1.540719671,0.7380068206,246,-1.433377362,0.6064716109,617.75469289 +42,-1.547187189,0.7364799098,246,-1.433377362,0.6064716109,623.84984159 +43,-1.545149996,0.7364853874,246,-1.433377362,0.6064716109,620.33270123 +44,-1.543106091,0.7364823484,246,-1.433377362,0.6064716109,616.82091915 +45,-1.540717158,0.7364893901,246,-1.433377362,0.6064716109,612.80779338 +46,-1.538663972,0.7410138672,246,-1.433377362,0.6064716109,624.27562431 +47,-1.53695285,0.7409699132,246,-1.433377362,0.6064716109,621.3947243 +48,-1.534910498,0.7409641297,246,-1.433377362,0.6064716109,618.15351724 +49,-1.533145034,0.7409536636,246,-1.433377362,0.6064716109,615.37157622 +50,-1.538681336,0.7395405883,246,-1.433377362,0.6064716109,619.4389487 +51,-1.536999189,0.7395183096,246,-1.433377362,0.6064716109,616.6513773 +52,-1.534923633,0.7395144222,246,-1.433377362,0.6064716109,613.33357262 +53,-1.533267822,0.7395654306,246,-1.433377362,0.6064716109,610.90329925 +54,-1.53867273,0.7380151077,246,-1.433377362,0.6064716109,614.40556677 +55,-1.536980576,0.7379994392,246,-1.433377362,0.6064716109,611.59813668 +56,-1.534931522,0.7379944961,246,-1.433377362,0.6064716109,608.2879012 +57,-1.533387952,0.7379480264,246,-1.433377362,0.6064716109,605.68333244 +58,-1.538682279,0.7364914363,246,-1.433377362,0.6064716109,609.42627976 +59,-1.536980704,0.7364810563,246,-1.433377362,0.6064716109,606.59448742 +60,-1.534935567,0.7364752065,246,-1.433377362,0.6064716109,603.25591914 +61,-1.533042592,0.7363876366,246,-1.433377362,0.6064716109,599.93499634 +62,-1.545143426,0.7349628011,246,-1.433377362,0.6064716109,615.45142484 +63,-1.543105297,0.7349691947,246,-1.433377362,0.6064716109,611.94753679 +64,-1.541064533,0.7349647152,246,-1.433377362,0.6064716109,608.44918587 +65,-1.545411803,0.7334624714,246,-1.433377362,0.6064716109,611.1444311 +66,-1.543446606,0.7334780896,246,-1.433377362,0.6064716109,607.75842759 +67,-1.541475327,0.7334957295,246,-1.433377362,0.6064716109,604.41083538 +68,-1.545401939,0.731963266,246,-1.433377362,0.6064716109,606.37657503 +69,-1.54342253,0.7319915583,246,-1.433377362,0.6064716109,602.97444925 +70,-1.541455867,0.7320216438,246,-1.433377362,0.6064716109,599.64370387 +71,-1.545410146,0.7304422281,246,-1.433377362,0.6064716109,601.59298894 +72,-1.543435491,0.7304713664,246,-1.433377362,0.6064716109,598.16876245 +73,-1.541463105,0.7304997613,246,-1.433377362,0.6064716109,594.789581 +74,-1.545414768,0.7289194936,246,-1.433377362,0.6064716109,596.81994962 +75,-1.543435774,0.7289538557,246,-1.433377362,0.6064716109,593.37096198 +76,-1.541457714,0.7289765881,246,-1.433377362,0.6064716109,589.93059659 +77,-1.539449415,0.7320555866,246,-1.433377362,0.6064716109,596.30121245 +78,-1.537429183,0.7321097681,246,-1.433377362,0.6064716109,593.04775512 +79,-1.535472649,0.7321497267,246,-1.433377362,0.6064716109,589.90249792 +80,-1.539457899,0.7305333307,246,-1.433377362,0.6064716109,591.41444933 +81,-1.537453161,0.7305750503,246,-1.433377362,0.6064716109,588.11301754 +82,-1.535479385,0.7306124949,246,-1.433377362,0.6064716109,584.89731493 +83,-1.53946905,0.7290102593,246,-1.433377362,0.6064716109,586.55087647 +84,-1.537459922,0.7290417293,246,-1.433377362,0.6064716109,583.17475201 +85,-1.535451349,0.7290890157,246,-1.433377362,0.6064716109,579.89838988 +86,-1.535522937,0.7279887191,246,-1.433377362,0.6064716109,576.45704089 +87,-1.539442524,0.7274735939,246,-1.433377362,0.6064716109,581.5995339 +88,-1.537424111,0.727521351,246,-1.433377362,0.6064716109,578.22559854 +89,-1.539384641,0.7259505092,246,-1.433377362,0.6064716109,576.65703366 +90,-1.537372391,0.7259947145,246,-1.433377362,0.6064716109,573.24882366 +91,-1.535340789,0.7260435356,246,-1.433377362,0.6064716109,569.87048217 +92,-1.539325716,0.7244369706,246,-1.433377362,0.6064716109,571.76335931 +93,-1.537308932,0.7244801057,246,-1.433377362,0.6064716109,568.3099502 +94,-1.535289068,0.7245247645,246,-1.433377362,0.6064716109,564.90477885 +95,-1.533261366,0.7245550236,246,-1.433377362,0.6064716109,561.4894935 +96,-1.539267302,0.722921924,246,-1.433377362,0.6064716109,566.88665371 +97,-1.537248972,0.7229660258,246,-1.433377362,0.6064716109,563.39920895 +98,-1.535219431,0.7229916471,246,-1.433377362,0.6064716109,559.88201755 +99,-1.53318962,0.7230212049,246,-1.433377362,0.6064716109,556.42653065 +100,-1.531154816,0.7230299897,246,-1.433377362,0.6064716109,552.9459134 +101,-1.528878341,0.7230370244,246,-1.433377362,0.6064716109,549.10313241 +102,-1.539218189,0.7214009878,246,-1.433377362,0.6064716109,562.02989795 +103,-1.537198791,0.7214422745,246,-1.433377362,0.6064716109,558.49646198 +104,-1.535179266,0.7214634354,246,-1.433377362,0.6064716109,554.94784451 +105,-1.533156501,0.7214944644,246,-1.433377362,0.6064716109,551.47402323 +106,-1.53113574,0.7215166021,246,-1.433377362,0.6064716109,548.02549546 +107,-1.528874248,0.7215345535,246,-1.433377362,0.6064716109,544.20439212 +108,-1.539217656,0.7198512397,246,-1.433377362,0.6064716109,557.19550684 +109,-1.537199919,0.7199428763,246,-1.433377362,0.6064716109,553.78547385 +110,-1.545425832,0.727397149,246,-1.433377362,0.6064716109,592.0827009 +111,-1.543371177,0.7273916949,246,-1.433377362,0.6064716109,588.33806781 +112,-1.541368852,0.7274523163,246,-1.433377362,0.6064716109,584.94114681 +113,-1.545349067,0.7258710923,246,-1.433377362,0.6064716109,587.19573506 +114,-1.54332671,0.7258603556,246,-1.433377362,0.6064716109,583.45993284 +115,-1.541346831,0.7259242142,246,-1.433377362,0.6064716109,580.07923515 +116,-1.545324355,0.7243383958,246,-1.433377362,0.6064716109,582.40628626 +117,-1.543292796,0.7243617413,246,-1.433377362,0.6064716109,578.72508077 +118,-1.541295822,0.7244024384,246,-1.433377362,0.6064716109,575.2068857 +119,-1.543193859,0.7205570215,246,-1.433377362,0.6064716109,566.78018636 +120,-1.550257047,0.7386738187,246,-1.433377362,0.6064716109,636.19411019 +121,-1.549335448,0.7311736483,246,-1.433377362,0.6064716109,610.97906137 +122,-1.533478843,0.7179891343,246,-1.433377362,0.6064716109,540.9024529 +123,-1.556150555,0.738907041,246,-1.433377362,0.6064716109,647.43423453 +124,-1.554324226,0.733414257,246,-1.433377362,0.6064716109,627.08246018 +125,-1.554290846,0.7288285332,246,-1.433377362,0.6064716109,613.00106547 +126,-1.55122487,0.7219795312,246,-1.433377362,0.6064716109,586.46256062 +127,-1.525104458,0.7229399862,246,-1.433377362,0.6064716109,542.51696205 +128,-1.519607711,0.7236181429,246,-1.433377362,0.6064716109,536.00040351 +129,-1.513899999,0.7251107854,246,-1.433377362,0.6064716109,532.47241147 +130,-1.536620762,0.7431061895,246,-1.433377362,0.6064716109,627.99284473 +131,-1.5369566,0.7460845958,246,-1.433377362,0.6064716109,638.49735426 +132,-1.545345528,0.7447040685,246,-1.433377362,0.6064716109,647.27568508 +133,-1.532813921,0.7432306626,246,-1.433377362,0.6064716109,622.54021981 +134,-1.554788248,0.7382381001,246,-1.433377362,0.6064716109,642.88698319 +135,-1.540348126,0.7301594274,246,-1.433377362,0.6064716109,591.75782838 +136,-1.538016084,0.7239051786,246,-1.433377362,0.6064716109,567.74122633 +137,-1.525288962,0.7258085137,246,-1.433377362,0.6064716109,552.32876451 +138,-1.534326986,0.731241342,246,-1.433377362,0.6064716109,585.02737614 +139,-1.530733872,0.7303625216,246,-1.433377362,0.6064716109,576.23452114 +141,-1.534354939,0.7328219978,246,-1.433377362,0.6064716109,590.25946904 +142,-1.53157084,0.7292888153,246,-1.433377362,0.6064716109,574.06457604 +143,-1.525691035,0.7263799874,246,-1.433377362,0.6064716109,554.8763826 +144,-1.534031287,0.7495967835,246,-1.433377362,0.6064716109,645.98096565 +145,-1.527714986,0.7283095957,246,-1.433377362,0.6064716109,564.54687939 +146,-1.526189586,0.7271468292,246,-1.433377362,0.6064716109,558.22873627 +147,-1.555177336,0.7375563366,246,-1.433377362,0.6064716109,641.46698554 +148,-1.555080283,0.7312707794,246,-1.433377362,0.6064716109,621.92278793 +149,-1.53856994,0.7224180299,246,-1.433377362,0.6064716109,564.04214352 +150,-1.530837883,0.729933372,246,-1.433377362,0.6064716109,574.98631189 +151,-1.515066984,0.5854133365,246,-1.433377362,0.6064716109,280.45119748 +152,-1.534731633,0.5368370046,246,-1.433377362,0.6064716109,435.82472597 +153,-1.515231902,0.5607085576,246,-1.433377362,0.6064716109,325.60774187 +154,-2.616253799,1.0684566605,246,-1.433377362,0.6064716109,3423.336601 +155,-1.956071439,0.5792177723,246,-1.433377362,0.6064716109,1714.1531972 +156,-1.951208514,0.5602434208,246,-1.433377362,0.6064716109,1715.4485078 +157,-1.944675062,0.6062144545,246,-1.433377362,0.6064716109,1658.2383427 +158,-1.613778386,0.6077989518,246,-1.433377362,0.6064716109,586.62878835 +159,-2.035029014,0.6021432345,246,-1.433377362,0.6064716109,1951.3759629 +160,-2.114989471,0.6801825058,246,-1.433377362,0.6064716109,2163.168898 +161,-2.037382079,0.5765830025,246,-1.433377362,0.6064716109,1979.7126821 +162,-2.129855121,0.6585019963,246,-1.433377362,0.6064716109,2217.8398325 +163,-2.075141798,0.6493615843,246,-1.433377362,0.6064716109,2051.2850489 +164,-1.828626729,0.6948433129,246,-1.433377362,0.6064716109,1289.9943132 +165,-1.863329418,0.6735427691,246,-1.433377362,0.6064716109,1387.1920115 +166,-1.266037071,0.727988852,246,-1.433377362,0.6064716109,708.23039624 +167,-1.277579582,0.7249010648,246,-1.433377362,0.6064716109,674.28306525 +168,-1.258418684,0.7241194816,246,-1.433377362,0.6064716109,716.3468831 +169,-1.317813974,0.6804850104,246,-1.433377362,0.6064716109,468.86417039 +170,-1.344165204,0.6790988904,246,-1.433377362,0.6064716109,403.29511736 +171,-1.427582102,0.5277120351,246,-1.433377362,0.6064716109,312.5662467 +172,-1.402238616,0.457167829,246,-1.433377362,0.6064716109,600.83492383 +173,-1.422454264,0.4996161999,246,-1.433377362,0.6064716109,424.84924932 +174,-1.439089277,0.4894859811,246,-1.433377362,0.6064716109,463.78136583 +175,-1.448126995,0.5182330266,246,-1.433377362,0.6064716109,352.98559591 +176,-1.474626146,0.5881926574,246,-1.433377362,0.6064716109,153.26649501 +177,-1.421139645,0.5584869783,246,-1.433377362,0.6064716109,194.32818638 +178,-1.457037165,0.565943032,246,-1.433377362,0.6064716109,178.50482467 +179,-2.757159358,0.3745319,246,-1.433377362,0.6064716109,4611.3553226 +180,-2.714309238,0.342054471,246,-1.433377362,0.6064716109,4538.0402132 +181,-2.000525337,0.774119946,246,-1.433377362,0.6064716109,1840.3255495 +183,-1.571413436,0.6777838382,246,-1.433377362,0.6064716109,520.75082543 +184,-1.552860289,0.6987663893,246,-1.433377362,0.6064716109,524.11397669 +185,-1.521852374,0.7165827476,246,-1.433377362,0.6064716109,516.19351733 +186,-1.503656267,0.6928968252,246,-1.433377362,0.6064716109,407.71734964 +187,-1.502753178,0.7136205882,246,-1.433377362,0.6064716109,476.5710034 +188,-1.631894563,0.7343596465,246,-1.433377362,0.6064716109,796.40123465 +189,-1.653765416,0.6770714026,246,-1.433377362,0.6064716109,752.28072786 +190,-1.719812114,0.6715965947,246,-1.433377362,0.6064716109,945.03320242 +191,-1.493406659,0.6646955447,246,-1.433377362,0.6064716109,299.61553351 +192,-1.469120564,0.6613469966,246,-1.433377362,0.6064716109,245.45773183 +193,-1.590551461,0.5326612937,246,-1.433377362,0.6064716109,599.92285897 +194,-1.625979264,0.5247742243,246,-1.433377362,0.6064716109,720.19256257 +195,-1.572293943,0.5238808754,246,-1.433377362,0.6064716109,567.96145782 +196,-1.610848725,0.5477107964,246,-1.433377362,0.6064716109,633.03913665 +197,-1.208485554,0.7918526018,246,-1.433377362,0.6064716109,999.53019138 +198,-1.335601374,0.6869083083,246,-1.433377362,0.6064716109,443.71328752 +199,-1.346156996,0.6825213377,246,-1.433377362,0.6064716109,408.53239997 +200,-1.324381037,0.6741422347,246,-1.433377362,0.6064716109,437.66024538 +201,-1.242424992,0.7378949807,246,-1.433377362,0.6064716109,787.00204766 +202,-1.270370057,0.7392461008,246,-1.433377362,0.6064716109,728.18286003 +203,-1.448950472,0.7441675014,246,-1.433377362,0.6064716109,547.52448652 +204,-1.492662363,0.7523026852,246,-1.433377362,0.6064716109,605.68939762 +205,-1.479098966,0.7763855017,246,-1.433377362,0.6064716109,687.23093434 +206,-1.633760714,0.7869022408,246,-1.433377362,0.6064716109,936.87241096 +207,-1.647406434,0.8101289331,246,-1.433377362,0.6064716109,1029.5735609 +208,-1.564245052,0.5701509278,246,-1.433377362,0.6064716109,454.44184084 +209,-1.646289963,0.6833746083,246,-1.433377362,0.6064716109,738.77025889 +210,-1.5820631,0.6751952144,246,-1.433377362,0.6064716109,544.60480826 +211,-1.613236298,0.6681681791,246,-1.433377362,0.6064716109,622.06708958 +212,-1.914661867,0.8212566515,246,-1.433377362,0.6064716109,1660.3098972 +213,-1.742133237,0.7250275956,246,-1.433377362,0.6064716109,1067.5724802 +214,-2.033144872,0.6557314699,246,-1.433377362,0.6064716109,1917.2851296 +215,-2.039551981,0.6964723658,246,-1.433377362,0.6064716109,1929.7490795 +216,-1.247341019,0.7622473908,246,-1.433377362,0.6064716109,839.2637212 +217,-1.298239787,0.7084123392,246,-1.433377362,0.6064716109,584.83696054 +218,-1.308539688,0.6926545592,246,-1.433377362,0.6064716109,520.82678839 +219,-1.303263185,0.6888938396,246,-1.433377362,0.6064716109,524.56386961 +220,-1.852400229,0.6004246149,246,-1.433377362,0.6064716109,1363.5600731 +221,-1.288947707,0.7473773692,246,-1.433377362,0.6064716109,713.63006396 +222,-1.372031502,0.7472790993,246,-1.433377362,0.6064716109,588.8745691 +223,-1.289805721,0.7242157877,246,-1.433377362,0.6064716109,645.66348378 +224,-1.350807603,0.7533498126,246,-1.433377362,0.6064716109,634.66359849 +225,-1.329290365,0.7560442322,246,-1.433377362,0.6064716109,673.02663169 +226,-1.410153004,0.616936428,246,-1.433377362,0.6064716109,85.963453632 +227,-1.393445434,0.6308995063,246,-1.433377362,0.6064716109,161.1283206 +228,-1.37595573,0.6241540638,246,-1.433377362,0.6064716109,198.48546796 +229,-1.358388707,0.6172645205,246,-1.433377362,0.6064716109,246.85015467 +230,-1.753741133,0.8281661666,246,-1.433377362,0.6064716109,1292.2102296 +231,-1.47430987,0.6834615681,246,-1.433377362,0.6064716109,331.30434697 +232,-1.421012508,0.7222725206,246,-1.433377362,0.6064716109,460.30019913 +233,-1.4476833,0.6978557868,246,-1.433377362,0.6064716109,364.75832465 +234,-1.470370723,0.6966193374,246,-1.433377362,0.6064716109,375.56922709 +235,-1.429211703,0.7037216883,246,-1.433377362,0.6064716109,385.42922884 +236,-1.700578405,0.6178673663,246,-1.433377362,0.6064716109,866.49451601 +237,-1.678117619,0.6331716163,246,-1.433377362,0.6064716109,795.42318883 +238,-1.725644578,0.6316331145,246,-1.433377362,0.6064716109,946.90088172 +239,-2.14012759,0.7930497945,246,-1.433377362,0.6064716109,2238.2561336 +240,-2.103289431,0.7653606263,246,-1.433377362,0.6064716109,2126.3065353 +241,-1.318739838,0.7017808746,246,-1.433377362,0.6064716109,521.58184855 +242,-1.396417427,0.7077900843,246,-1.433377362,0.6064716109,417.68694312 +243,-1.35650337,0.7185539404,246,-1.433377362,0.6064716109,504.53576696 +244,-1.248884539,0.7274156818,246,-1.433377362,0.6064716109,746.77616591 +245,-1.395014798,0.5761185243,246,-1.433377362,0.6064716109,174.2600939 +246,-1.433377362,0.6064716109,246,-1.433377362,0.6064716109,36.170915986 +247,-1.408172432,0.5903155476,246,-1.433377362,0.6064716109,104.39953256 +248,-1.749645898,0.7757118084,246,-1.433377362,0.6064716109,1170.9881386 +249,-1.571626686,0.615046989,246,-1.433377362,0.6064716109,449.76890738 +250,-1.514070049,0.6303003037,246,-1.433377362,0.6064716109,276.97323117 +251,-1.480890369,0.6237966528,246,-1.433377362,0.6064716109,168.31661559 +252,-1.704390658,0.5281680612,246,-1.433377362,0.6064716109,955.72575531 +253,-1.64434733,0.5254277498,246,-1.433377362,0.6064716109,774.23785672 +254,-1.703855997,0.4792484842,246,-1.433377362,0.6064716109,1044.847073 +255,-1.692002383,0.5748825051,246,-1.433377362,0.6064716109,859.17893482 +256,-1.854136457,0.5544643913,246,-1.433377362,0.6064716109,1405.3337922 +257,-1.665021206,0.520317736,246,-1.433377362,0.6064716109,846.53855617 +258,-1.733654349,0.4845187345,246,-1.433377362,0.6064716109,1123.5562814 +259,-1.720938188,0.5135933906,246,-1.433377362,0.6064716109,1031.1842086 +260,-1.742668307,0.553296122,246,-1.433377362,0.6064716109,1044.7702651 +261,-1.965659039,0.7142126903,246,-1.433377362,0.6064716109,1709.4802416 +262,-1.944438071,0.6772834804,246,-1.433377362,0.6064716109,1638.2713829 +263,-1.270340967,0.7681487096,246,-1.433377362,0.6064716109,810.8121615 +264,-1.353091884,0.6549276821,246,-1.433377362,0.6064716109,320.55386323 +265,-1.333236659,0.6413584414,246,-1.433377362,0.6064716109,350.25068342 +266,-1.352015998,0.6753788907,246,-1.433377362,0.6064716109,375.68633092 +267,-1.377988483,0.6577816235,246,-1.433377362,0.6064716109,269.47192784 +268,-2.13075611,0.8318642051,246,-1.433377362,0.6064716109,2231.172615 +269,-2.097910953,0.8259670014,246,-1.433377362,0.6064716109,2140.636306 +270,-1.416382069,0.6694271549,246,-1.433377362,0.6064716109,255.15820992 +271,-1.538905672,0.7535625993,246,-1.433377362,0.6064716109,666.69962946 +272,-1.572309477,0.7803125099,246,-1.433377362,0.6064716109,807.3216663 +273,-1.87759879,0.7503853417,246,-1.433377362,0.6064716109,1476.4142561 +274,1.152365588,0.590457682,246,-1.433377362,0.6064716109,7273.8602572 +275,0.350198001,0.718001859,246,-1.433377362,0.6064716109,5244.380496 +276,0.046513677,0.491503852,246,-1.433377362,0.6064716109,4869.8325455 +277,0.027510309,0.742571376,246,-1.433377362,0.6064716109,4365.0560706 +278,0.306285725,-0.214631579,246,-1.433377362,0.6064716109,7248.6737355 +279,-1.100564889,0.318051531,246,-1.433377362,0.6064716109,1636.4073223 +280,-1.078582306,0.301437596,246,-1.433377362,0.6064716109,1740.8172525 +281,-1.137371989,-0.617634065,246,-1.433377362,0.6064716109,4970.7176454 +282,0.784356344,0.703272339,246,-1.433377362,0.6064716109,6258.1078805 +283,-1.221209947,0.218327455,246,-1.433377362,0.6064716109,1715.9150371 +284,2.347301921,-0.449114658,246,-1.433377362,0.6064716109,10183.601813 +285,0.246820618,0.830553713,246,-1.433377362,0.6064716109,4761.9196453 +286,0.829414965,0.703288228,246,-1.433377362,0.6064716109,6345.7813365 +287,-1.337537566,0.42332223,246,-1.433377362,0.6064716109,796.76206496 +288,0.882453706,0.454478077,246,-1.433377362,0.6064716109,7224.1104736 +289,1.575629659,0.416419109,246,-1.433377362,0.6064716109,8361.6466619 +290,-1.039455679,0.229888244,246,-1.433377362,0.6064716109,2053.0741628 +291,0.489558039,0.934482747,246,-1.433377362,0.6064716109,5056.4119822 +292,0.081344504,0.88384514,246,-1.433377362,0.6064716109,4284.3061875 +293,-1.547979814,0.300350308,246,-1.433377362,0.6064716109,1278.4839584 +294,0.040776181,0.168560074,246,-1.433377362,0.6064716109,5530.0655525 +295,-1.130374745,0.563894876,246,-1.433377362,0.6064716109,1013.276985 +296,1.578326642,0.478507176,246,-1.433377362,0.6064716109,8118.7767101 +297,-1.12861823,-0.291640865,246,-1.433377362,0.6064716109,3737.8621411 +298,0.310524208,0.770885792,246,-1.433377362,0.6064716109,5033.1908597 +299,0.415649091,-0.387246002,246,-1.433377362,0.6064716109,7957.1833193 +300,-0.926533878,-0.188022748,246,-1.433377362,0.6064716109,3677.1367895 +301,1.258856172,-0.11716081,246,-1.433377362,0.6064716109,9905.8272407 +302,-1.126050026,0.322941926,246,-1.433377362,0.6064716109,1558.7284399 +303,2.002785835,0.07893892,246,-1.433377362,0.6064716109,9515.1136098 +304,0.440437607,0.746258085,246,-1.433377362,0.6064716109,5396.321074 +305,-0.030391866,0.214441206,246,-1.433377362,0.6064716109,5199.0106795 +306,0.521557815,-0.058929362,246,-1.433377362,0.6064716109,7600.1135995 +307,-0.097005111,0.13317729,246,-1.433377362,0.6064716109,5160.1782005 +308,1.83113859,0.221857587,246,-1.433377362,0.6064716109,9130.4443187 +309,0.222428864,0.099404236,246,-1.433377362,0.6064716109,6272.851187 +310,-1.702731345,0.8728568183,246,-1.433377362,0.6064716109,1311.4369753 +311,-0.418507569,0.278324921,246,-1.433377362,0.6064716109,3802.5233776 +312,-1.41153306,0.339029988,246,-1.433377362,0.6064716109,1062.1037391 +313,0.357560442,0.114788776,246,-1.433377362,0.6064716109,6670.3211725 +314,0.325818979,0.268352149,246,-1.433377362,0.6064716109,6211.0537963 +315,-1.246004659,-0.663679965,246,-1.433377362,0.6064716109,5077.966062 +316,1.814603087,0.637404484,246,-1.433377362,0.6064716109,7501.2507435 +317,1.843704281,-0.18300445,246,-1.433377362,0.6064716109,10696.490174 +318,1.690644492,-0.211480909,246,-1.433377362,0.6064716109,10878.014322 +319,-1.275451936,0.068109467,246,-1.433377362,0.6064716109,2209.9950512 +320,0.762430171,-0.207594741,246,-1.433377362,0.6064716109,8711.3238273 +321,0.265668905,-0.014647884,246,-1.433377362,0.6064716109,6672.1778292 +322,-2.773032013,-0.335515811,246,-1.433377362,0.6064716109,6261.2513345 +323,-1.469512853,0.174058777,246,-1.433377362,0.6064716109,1717.7738603 +324,0.286276986,0.785925691,246,-1.433377362,0.6064716109,4943.7406974 +325,-1.379324697,0.377432233,246,-1.433377362,0.6064716109,926.48645997 +326,-1.203778265,0.212813032,246,-1.433377362,0.6064716109,1764.2514779 +327,0.579916301,0.611743168,246,-1.433377362,0.6064716109,6066.203315 +328,0.267582642,0.868113908,246,-1.433377362,0.6064716109,4737.5891432 +329,0.412869244,-0.050245578,246,-1.433377362,0.6064716109,7230.241819 +330,0.17524381,0.976660285,246,-1.433377362,0.6064716109,4351.287859 +331,0.743157214,0.204812899,246,-1.433377362,0.6064716109,7605.0329611 +332,-1.070758176,0.269382282,246,-1.433377362,0.6064716109,1855.9944525 +333,-1.230364251,0.329790229,246,-1.433377362,0.6064716109,1307.6168244 +334,-1.374813124,-0.024926835,246,-1.433377362,0.6064716109,2510.4036615 +335,0.519780566,0.463669906,246,-1.433377362,0.6064716109,6298.3519555 +336,-1.55108034,0.239698561,246,-1.433377362,0.6064716109,1512.614107 +337,0.180294813,0.029739425,246,-1.433377362,0.6064716109,6294.2365093 +338,0.67820924,0.268170153,246,-1.433377362,0.6064716109,7250.8831383 +339,0.445798684,1.024001867,246,-1.433377362,0.6064716109,4775.104707 +340,0.691751283,0.150521402,246,-1.433377362,0.6064716109,7605.0979135 +341,-1.036643551,-0.903056181,246,-1.433377362,0.6064716109,6135.9168933 +342,-0.120287036,1.083325163,246,-1.433377362,0.6064716109,3664.7478409 +343,2.823513113,-0.304487164,246,-1.433377362,0.6064716109,8368.1436102 +344,0.457583172,1.12513373,246,-1.433377362,0.6064716109,4579.6643769 +345,0.042918831,0.813795399,246,-1.433377362,0.6064716109,4294.8007931 +346,1.196146777,-0.853142756,246,-1.433377362,0.6064716109,10661.174577 +347,0.206001358,-0.010430701,246,-1.433377362,0.6064716109,6468.6543135 +348,-0.268308653,0.234799412,246,-1.433377362,0.6064716109,4381.9113882 +349,0.759363263,0.736189579,246,-1.433377362,0.6064716109,6111.1005894 +350,0.181363926,0.891988372,246,-1.433377362,0.6064716109,4500.865883 +351,-0.021111158,0.139103292,246,-1.433377362,0.6064716109,5394.0411437 +352,-0.093355215,0.630686981,246,-1.433377362,0.6064716109,4203.0857705 +353,0.40118964,0.681375926,246,-1.433377362,0.6064716109,5454.1876228 +354,-0.721197315,1.304706234,246,-1.433377362,0.6064716109,3075.2050895 +355,-1.076150317,0.212107639,246,-1.433377362,0.6064716109,2021.8336457 +356,-1.577164531,0.273993443,246,-1.433377362,0.6064716109,1412.6704274 +357,-0.190788414,0.182208586,246,-1.433377362,0.6064716109,4747.2550931 +358,-0.261349752,0.209710184,246,-1.433377362,0.6064716109,4458.1990514 +359,-1.029303852,0.083549259,246,-1.433377362,0.6064716109,2546.1127595 +360,-1.268609162,0.330525297,246,-1.433377362,0.6064716109,1236.8598624 +361,1.282982244,-0.926641967,246,-1.433377362,0.6064716109,10705.540631 +362,0.217352334,0.731352408,246,-1.433377362,0.6064716109,4882.1005177 +363,-1.511833084,0.258629297,246,-1.433377362,0.6064716109,1405.9217657 +364,0.338812194,0.823184618,246,-1.433377362,0.6064716109,4989.1775217 +365,-0.324406489,1.134201999,246,-1.433377362,0.6064716109,3306.6606104 +366,1.389579348,0.399185724,246,-1.433377362,0.6064716109,8284.1333764 +367,2.047152199,-0.039082036,246,-1.433377362,0.6064716109,9872.5586159 +368,0.947780369,0.568250077,246,-1.433377362,0.6064716109,6999.427952 +369,0.763824846,0.576754987,246,-1.433377362,0.6064716109,6590.6733225 +370,-0.142334657,0.928153068,246,-1.433377362,0.6064716109,3711.2943399 +371,0.610266567,0.547265983,246,-1.433377362,0.6064716109,6312.8970219 +372,0.210731629,0.746815056,246,-1.433377362,0.6064716109,4835.0675774 +373,-1.34931644,0.316895224,246,-1.433377362,0.6064716109,1184.6546028 +374,2.407696481,0.655030745,246,-1.433377362,0.6064716109,6823.8312488 +375,0.64207831,0.545359131,246,-1.433377362,0.6064716109,6396.2414543 +376,1.174597538,0.840588356,246,-1.433377362,0.6064716109,6409.0482553 +377,0.660059424,0.010604079,246,-1.433377362,0.6064716109,7869.6057562 +378,-0.730263819,0.010486456,246,-1.433377362,0.6064716109,3508.3235742 +379,0.831068936,0.512339172,246,-1.433377362,0.6064716109,6932.6395092 +380,1.301180979,0.72367476,246,-1.433377362,0.6064716109,6971.1612534 +381,1.811128231,0.322854402,246,-1.433377362,0.6064716109,8742.4455486 +382,0.435105812,0.992284428,246,-1.433377362,0.6064716109,4824.8082949 +383,0.62643634,0.592027932,246,-1.433377362,0.6064716109,6230.7320362 +384,0.492988703,-0.516339467,246,-1.433377362,0.6064716109,8435.2233402 +385,-0.162469483,0.112549365,246,-1.433377362,0.6064716109,4993.3860235 +386,0.314630866,0.472006421,246,-1.433377362,0.6064716109,5704.9665009 +387,0.166744804,0.822815954,246,-1.433377362,0.6064716109,4585.6843811 +388,0.417159608,0.965805736,246,-1.433377362,0.6064716109,4848.7354744 +389,0.106334961,0.868774244,246,-1.433377362,0.6064716109,4365.5863945 +390,0.815086969,-0.338144359,246,-1.433377362,0.6064716109,9157.2793144 +391,0.59867455,-0.230624824,246,-1.433377362,0.6064716109,8233.5445023 +392,1.915104874,0.066220985,246,-1.433377362,0.6064716109,9670.0459172 +393,1.278093622,0.064463721,246,-1.433377362,0.6064716109,9341.0053932 +394,-0.061477853,0.302997961,246,-1.433377362,0.6064716109,4910.6813247 +395,0.251311504,0.626976942,246,-1.433377362,0.6064716109,5185.0840078 +396,2.950242872,0.149095644,246,-1.433377362,0.6064716109,6929.5044287 +397,-0.180294708,0.35375117,246,-1.433377362,0.6064716109,4425.0599858 +398,1.010448592,-0.351180233,246,-1.433377362,0.6064716109,9812.0536139 +399,-1.748740498,0.3686318073,246,-1.433377362,0.6064716109,1446.5830819 +400,2.699635665,0.123533791,246,-1.433377362,0.6064716109,7749.6597291 +401,0.496808033,0.823843254,246,-1.433377362,0.6064716109,5335.648295 +402,0.129574704,0.763364087,246,-1.433377362,0.6064716109,4597.4783656 +403,1.798920311,0.817447563,246,-1.433377362,0.6064716109,6794.4540279 +404,0.335987953,0.746786541,246,-1.433377362,0.6064716109,5146.3304579 +405,-1.085413643,0.292154671,246,-1.433377362,0.6064716109,1751.1943866 +406,-0.155321003,0.508207011,246,-1.433377362,0.6064716109,4218.4779322 +407,0.620529244,-0.301175104,246,-1.433377362,0.6064716109,8451.3314287 +408,1.684402744,0.368716966,246,-1.433377362,0.6064716109,8580.0869233 +409,0.300582244,-0.386397212,246,-1.433377362,0.6064716109,7589.4383093 +410,2.913555946,-0.009225192,246,-1.433377362,0.6064716109,7424.1941637 +411,1.465101417,0.493232532,246,-1.433377362,0.6064716109,7993.8747747 +412,0.090612882,0.907955955,246,-1.433377362,0.6064716109,4270.6550708 +413,2.987564726,-0.729568594,246,-1.433377362,0.6064716109,8556.7838514 +414,-1.484261606,0.224149272,246,-1.433377362,0.6064716109,1525.3498637 +415,0.164073421,0.303955133,246,-1.433377362,0.6064716109,5626.741586 +416,0.141441293,0.167552546,246,-1.433377362,0.6064716109,5857.8104443 +417,2.931321023,-0.506718887,246,-1.433377362,0.6064716109,8394.4844682 +418,2.21951565,0.700596356,246,-1.433377362,0.6064716109,6940.220629 +419,0.268112576,1.199114336,246,-1.433377362,0.6064716109,4183.7015264 +420,0.978913739,0.359223811,246,-1.433377362,0.6064716109,7736.7760515 +421,1.210898818,0.522863584,246,-1.433377362,0.6064716109,7600.3910655 +422,2.347397336,0.129231362,246,-1.433377362,0.6064716109,8675.1505716 +423,0.614394501,0.556878345,246,-1.433377362,0.6064716109,6297.0867242 +424,-1.398079356,0.148483366,246,-1.433377362,0.6064716109,1818.6209523 +425,2.535303836,-0.112984496,246,-1.433377362,0.6064716109,8855.6836904 +426,-1.019372593,-0.405322349,246,-1.433377362,0.6064716109,4299.3157692 +427,-1.297785627,-0.160104069,246,-1.433377362,0.6064716109,3078.6861194 +428,2.144554488,0.205051084,246,-1.433377362,0.6064716109,8835.7069185 +429,-2.242387083,-0.426171285,246,-1.433377362,0.6064716109,5094.5990413 +430,0.338637212,0.909723676,246,-1.433377362,0.6064716109,4809.504812 +431,-0.148798452,0.691042401,246,-1.433377362,0.6064716109,3952.8927137 +432,0.893524764,0.441829531,246,-1.433377362,0.6064716109,7287.9227106 +433,0.969229347,-0.368847936,246,-1.433377362,0.6064716109,9715.3644081 +434,0.436043248,0.800045688,246,-1.433377362,0.6064716109,5259.9618711 +435,1.687946607,1.081504775,246,-1.433377362,0.6064716109,5757.4576668 +436,0.522302046,-0.034889271,246,-1.433377362,0.6064716109,7546.4244827 +437,-0.178996113,-0.438090009,246,-1.433377362,0.6064716109,6262.5741687 +438,-1.094339566,0.301444068,246,-1.433377362,0.6064716109,1701.2444954 +439,-1.064070054,0.242569932,246,-1.433377362,0.6064716109,1954.2662527 +440,-1.068153768,0.230387998,246,-1.433377362,0.6064716109,1982.4342136 +441,-3.00496892,-0.23989155,246,-1.433377362,0.6064716109,6762.5286093 +442,0.21751974,0.766874888,246,-1.433377362,0.6064716109,4813.3856458 +443,0.117229532,0.007619006,246,-1.433377362,0.6064716109,6139.0148523 +444,0.777758451,0.420554741,246,-1.433377362,0.6064716109,7082.024733 +445,-0.252356999,0.250747086,246,-1.433377362,0.6064716109,4400.170077 +446,0.363148444,0.768483434,246,-1.433377362,0.6064716109,5163.9355854 +447,0.903191366,-0.118210676,246,-1.433377362,0.6064716109,8935.5321744 +448,-0.205755923,0.149406178,246,-1.433377362,0.6064716109,4770.713487 +449,1.811996086,0.02364353,246,-1.433377362,0.6064716109,9918.4034712 +450,-1.100670221,0.314845373,246,-1.433377362,0.6064716109,1645.6075379 +451,0.340078597,0.850105132,246,-1.433377362,0.6064716109,4935.4181957 +452,0.258757267,0.804969236,246,-1.433377362,0.6064716109,4839.757509 +453,2.78505352,-0.155160804,246,-1.433377362,0.6064716109,8173.3265079 +454,0.800551619,0.105822106,246,-1.433377362,0.6064716109,8038.798289 +455,0.437940882,-0.506194031,246,-1.433377362,0.6064716109,8246.125134 +456,2.230431122,0.63458615,246,-1.433377362,0.6064716109,7163.9990405 +457,0.527965361,0.127667701,246,-1.433377362,0.6064716109,7172.5013191 +458,-0.063643205,0.702093448,246,-1.433377362,0.6064716109,4178.1490393 +459,1.408447268,0.133010502,246,-1.433377362,0.6064716109,9307.1595567 +460,0.523795955,0.280266966,246,-1.433377362,0.6064716109,6777.8490964 +461,-0.975769313,0.072177659,246,-1.433377362,0.6064716109,2701.430909 +462,0.549774164,-0.463663986,246,-1.433377362,0.6064716109,8526.0003996 +463,0.29245874,1.095549818,246,-1.433377362,0.6064716109,4378.5992281 +464,0.143625958,0.816809593,246,-1.433377362,0.6064716109,4539.8998137 +465,0.671902494,0.611159853,246,-1.433377362,0.6064716109,6284.2247999 +466,1.239840988,0.6724199,246,-1.433377362,0.6064716109,7094.6422799 +467,0.607829703,-0.10932137,246,-1.433377362,0.6064716109,7993.0268284 +468,1.763020906,0.263996692,246,-1.433377362,0.6064716109,8989.7581544 +469,0.378714634,0.726066797,246,-1.433377362,0.6064716109,5296.1599906 +470,2.196736143,-0.153862366,246,-1.433377362,0.6064716109,9923.6838082 +471,0.01702415,0.148991565,246,-1.433377362,0.6064716109,5496.1796034 +472,-2.998490902,-0.158002487,246,-1.433377362,0.6064716109,6559.3005415 +473,-3.051262951,-0.346595608,246,-1.433377362,0.6064716109,7141.1656884 +474,-1.069176439,0.182802941,246,-1.433377362,0.6064716109,2132.1341427 +475,0.167157509,0.595344954,246,-1.433377362,0.6064716109,5017.4910414 +476,0.613855648,0.681746124,246,-1.433377362,0.6064716109,5958.0427719 +477,1.037012736,0.682555367,246,-1.433377362,0.6064716109,6777.283421 +478,-1.253574971,0.379755746,246,-1.433377362,0.6064716109,1093.8988341 +479,3.108590453,-0.132620738,246,-1.433377362,0.6064716109,7074.1462915 +480,0.565301296,0.022333262,246,-1.433377362,0.6064716109,7546.1877798 +481,0.547898238,0.855555614,246,-1.433377362,0.6064716109,5362.5298674 +482,0.948309381,0.417393755,246,-1.433377362,0.6064716109,7484.723294 +483,-0.050600732,0.945269213,246,-1.433377362,0.6064716109,3905.8031256 +484,-0.977651478,-0.572363064,246,-1.433377362,0.6064716109,4967.1545412 +485,1.102014914,0.728861163,246,-1.433377362,0.6064716109,6714.6962175 +486,2.927300795,-0.282939414,246,-1.433377362,0.6064716109,7986.669016 +487,-1.154565557,0.124434095,246,-1.433377362,0.6064716109,2163.0188414 +488,1.855331234,0.291044755,246,-1.433377362,0.6064716109,8845.8920642 +489,0.830290659,0.276904518,246,-1.433377362,0.6064716109,7634.1452425 +490,0.485104466,-0.234867441,246,-1.433377362,0.6064716109,7873.2043787 +491,0.521367572,-0.33161327,246,-1.433377362,0.6064716109,8189.5887165 +1,-1.539031704,0.7349710123,247,-1.408172432,0.5903155476,703.11945451 +2,-1.536990553,0.7349663874,247,-1.408172432,0.5903155476,699.4418988 +3,-1.534951779,0.7349571355,247,-1.408172432,0.5903155476,695.79234824 +4,-1.532906461,0.7349480293,247,-1.408172432,0.5903155476,692.17062408 +5,-1.531320211,0.7346937278,247,-1.408172432,0.5903155476,688.59811567 +6,-1.539451648,0.7335131775,247,-1.408172432,0.5903155476,699.33433845 +7,-1.537429487,0.7335445708,247,-1.408172432,0.5903155476,695.76736596 +8,-1.535484998,0.7335658704,247,-1.408172432,0.5903155476,692.34623196 +9,-1.533488396,0.7336036027,247,-1.408172432,0.5903155476,688.92144728 +10,-1.531497785,0.7335842962,247,-1.408172432,0.5903155476,685.36476327 +11,-1.530259379,0.7334777758,247,-1.408172432,0.5903155476,682.8686697 +12,-1.5335454,0.7322346912,247,-1.408172432,0.5903155476,684.69282667 +13,-1.531489083,0.7322238773,247,-1.408172432,0.5903155476,681.02027445 +14,-1.530011122,0.7321679851,247,-1.408172432,0.5903155476,678.25212786 +15,-1.53348106,0.7306614094,247,-1.408172432,0.5903155476,679.62095552 +16,-1.531441779,0.7306962275,247,-1.408172432,0.5903155476,676.09284061 +17,-1.529755654,0.7306933243,247,-1.408172432,0.5903155476,673.10641497 +18,-1.533415048,0.7291384674,247,-1.408172432,0.5903155476,674.72269199 +19,-1.531392093,0.7291705353,247,-1.408172432,0.5903155476,671.18531921 +20,-1.529296523,0.7291214933,247,-1.408172432,0.5903155476,667.30327111 +21,-1.535280942,0.727267644,247,-1.408172432,0.5903155476,672.30398804 +22,-1.533378158,0.7276139666,247,-1.408172432,0.5903155476,669.89071742 +23,-1.531340368,0.7276446587,247,-1.408172432,0.5903155476,666.29181959 +24,-1.528960113,0.7276398177,247,-1.408172432,0.5903155476,662.01217927 +25,-1.533313146,0.7260818349,247,-1.408172432,0.5903155476,665.00271991 +26,-1.531259555,0.7260958115,247,-1.408172432,0.5903155476,661.2922333 +27,-1.528926415,0.7260865555,247,-1.408172432,0.5903155476,657.04806923 +28,-1.531226779,0.7245511789,247,-1.408172432,0.5903155476,656.41260688 +29,-1.528904772,0.7245519194,247,-1.408172432,0.5903155476,652.18414252 +30,-1.547195875,0.7409785979,247,-1.408172432,0.5903155476,736.6144656 +31,-1.5451475,0.740980426,247,-1.408172432,0.5903155476,732.91091325 +32,-1.543097679,0.7409798872,247,-1.408172432,0.5903155476,729.23390127 +33,-1.540720364,0.7409892687,247,-1.408172432,0.5903155476,725.04749817 +34,-1.547188511,0.7395198392,247,-1.408172432,0.5903155476,732.08825868 +35,-1.545148587,0.7395226109,247,-1.408172432,0.5903155476,728.37538271 +36,-1.543104538,0.7395314908,247,-1.408172432,0.5903155476,724.71048213 +37,-1.540727751,0.7395306258,247,-1.408172432,0.5903155476,720.46063382 +38,-1.547187029,0.7380014886,247,-1.408172432,0.5903155476,727.40715693 +39,-1.545147315,0.7380012252,247,-1.408172432,0.5903155476,723.65628455 +40,-1.54310719,0.7380060743,247,-1.408172432,0.5903155476,719.95676807 +41,-1.540719671,0.7380068206,247,-1.408172432,0.5903155476,715.65882408 +42,-1.547187189,0.7364799098,247,-1.408172432,0.5903155476,722.73872247 +43,-1.545149996,0.7364853874,247,-1.408172432,0.5903155476,718.98087791 +44,-1.543106091,0.7364823484,247,-1.408172432,0.5903155476,715.22069172 +45,-1.540717158,0.7364893901,247,-1.408172432,0.5903155476,710.90553839 +46,-1.538663972,0.7410138672,247,-1.408172432,0.5903155476,721.51987883 +47,-1.53695285,0.7409699132,247,-1.408172432,0.5903155476,718.40886412 +48,-1.534910498,0.7409641297,247,-1.408172432,0.5903155476,714.87922243 +49,-1.533145034,0.7409536636,247,-1.408172432,0.5903155476,711.84176518 +50,-1.538681336,0.7395405883,247,-1.408172432,0.5903155476,716.87604728 +51,-1.536999189,0.7395183096,247,-1.408172432,0.5903155476,713.86145337 +52,-1.534923633,0.7395144222,247,-1.408172432,0.5903155476,710.25251554 +53,-1.533267822,0.7395654306,247,-1.408172432,0.5903155476,707.57635248 +54,-1.53867273,0.7380151077,247,-1.408172432,0.5903155476,712.03893669 +55,-1.536980576,0.7379994392,247,-1.408172432,0.5903155476,709.00419159 +56,-1.534931522,0.7379944961,247,-1.408172432,0.5903155476,705.40897331 +57,-1.533387952,0.7379480264,247,-1.408172432,0.5903155476,702.5896078 +58,-1.538682279,0.7364914363,247,-1.408172432,0.5903155476,707.25823962 +59,-1.536980704,0.7364810563,247,-1.408172432,0.5903155476,704.19927041 +60,-1.534935567,0.7364752065,247,-1.408172432,0.5903155476,700.57881601 +61,-1.533042592,0.7363876366,247,-1.408172432,0.5903155476,697.00007096 +62,-1.545143426,0.7349628011,247,-1.408172432,0.5903155476,714.28723461 +63,-1.543105297,0.7349691947,247,-1.408172432,0.5903155476,710.53729983 +64,-1.541064533,0.7349647152,247,-1.408172432,0.5903155476,706.78575118 +65,-1.545411803,0.7334624714,247,-1.408172432,0.5903155476,710.19680922 +66,-1.543446606,0.7334780896,247,-1.408172432,0.5903155476,706.57638004 +67,-1.541475327,0.7334957295,247,-1.408172432,0.5903155476,702.98565609 +68,-1.545401939,0.731963266,247,-1.408172432,0.5903155476,705.61205274 +69,-1.54342253,0.7319915583,247,-1.408172432,0.5903155476,701.97513814 +70,-1.541455867,0.7320216438,247,-1.408172432,0.5903155476,698.4030224 +71,-1.545410146,0.7304422281,247,-1.408172432,0.5903155476,701.01571654 +72,-1.543435491,0.7304713664,247,-1.408172432,0.5903155476,697.3603164 +73,-1.541463105,0.7304997613,247,-1.408172432,0.5903155476,693.74238372 +74,-1.545414768,0.7289194936,247,-1.408172432,0.5903155476,696.42898767 +75,-1.543435774,0.7289538557,247,-1.408172432,0.5903155476,692.75094496 +76,-1.541457714,0.7289765881,247,-1.408172432,0.5903155476,689.07503811 +77,-1.539449415,0.7320555866,247,-1.408172432,0.5903155476,694.80561056 +78,-1.537429183,0.7321097681,247,-1.408172432,0.5903155476,691.28424971 +79,-1.535472649,0.7321497267,247,-1.408172432,0.5903155476,687.87269507 +80,-1.539457899,0.7305333307,247,-1.408172432,0.5903155476,690.11560893 +81,-1.537453161,0.7305750503,247,-1.408172432,0.5903155476,686.55293489 +82,-1.535479385,0.7306124949,247,-1.408172432,0.5903155476,683.07188981 +83,-1.53946905,0.7290102593,247,-1.408172432,0.5903155476,685.44886093 +84,-1.537459922,0.7290417293,247,-1.408172432,0.5903155476,681.81541173 +85,-1.535451349,0.7290890157,247,-1.408172432,0.5903155476,678.27080612 +86,-1.535522937,0.7279887191,247,-1.408172432,0.5903155476,674.98436948 +87,-1.539442524,0.7274735939,247,-1.408172432,0.5903155476,680.69099033 +88,-1.537424111,0.727521351,247,-1.408172432,0.5903155476,677.0595852 +89,-1.539384641,0.7259505092,247,-1.408172432,0.5903155476,675.93596803 +90,-1.537372391,0.7259947145,247,-1.408172432,0.5903155476,672.27465673 +91,-1.535340789,0.7260435356,247,-1.408172432,0.5903155476,668.63093979 +92,-1.539325716,0.7244369706,247,-1.408172432,0.5903155476,671.22796205 +93,-1.537308932,0.7244801057,247,-1.408172432,0.5903155476,667.52426552 +94,-1.535289068,0.7245247645,247,-1.408172432,0.5903155476,663.85893586 +95,-1.533261366,0.7245550236,247,-1.408172432,0.5903155476,660.17484146 +96,-1.539267302,0.722921924,247,-1.408172432,0.5903155476,666.53660941 +97,-1.537248972,0.7229660258,247,-1.408172432,0.5903155476,662.80195114 +98,-1.535219431,0.7229916471,247,-1.408172432,0.5903155476,659.02918057 +99,-1.53318962,0.7230212049,247,-1.408172432,0.5903155476,655.30791906 +100,-1.531154816,0.7230299897,247,-1.408172432,0.5903155476,651.55377724 +101,-1.528878341,0.7230370244,247,-1.408172432,0.5903155476,647.39338873 +102,-1.539218189,0.7214009878,247,-1.408172432,0.5903155476,661.86634414 +103,-1.537198791,0.7214422745,247,-1.408172432,0.5903155476,658.08951853 +104,-1.535179266,0.7214634354,247,-1.408172432,0.5903155476,654.29068309 +105,-1.533156501,0.7214944644,247,-1.408172432,0.5903155476,650.55530531 +106,-1.53113574,0.7215166021,247,-1.408172432,0.5903155476,646.83676988 +107,-1.528874248,0.7215345535,247,-1.408172432,0.5903155476,642.70242666 +108,-1.539217656,0.7198512397,247,-1.408172432,0.5903155476,657.22674036 +109,-1.537199919,0.7199428763,247,-1.408172432,0.5903155476,653.57110647 +110,-1.545425832,0.727397149,247,-1.408172432,0.5903155476,691.87786429 +111,-1.543371177,0.7273916949,247,-1.408172432,0.5903155476,687.9038964 +112,-1.541368852,0.7274523163,247,-1.408172432,0.5903155476,684.26694384 +113,-1.545349067,0.7258710923,247,-1.408172432,0.5903155476,687.16698562 +114,-1.54332671,0.7258603556,247,-1.408172432,0.5903155476,683.20943824 +115,-1.541346831,0.7259242142,247,-1.408172432,0.5903155476,679.59426104 +116,-1.545324355,0.7243383958,247,-1.408172432,0.5903155476,682.55916426 +117,-1.543292796,0.7243617413,247,-1.408172432,0.5903155476,678.65463793 +118,-1.541295822,0.7244024384,247,-1.408172432,0.5903155476,674.90629592 +119,-1.543193859,0.7205570215,247,-1.408172432,0.5903155476,667.16119064 +120,-1.550257047,0.7386738187,247,-1.408172432,0.5903155476,735.16830056 +121,-1.549335448,0.7311736483,247,-1.408172432,0.5903155476,710.74518773 +122,-1.533478843,0.7179891343,247,-1.408172432,0.5903155476,640.49056652 +123,-1.556150555,0.738907041,247,-1.408172432,0.5903155476,747.01356785 +124,-1.554324226,0.733414257,247,-1.408172432,0.5903155476,727.10351404 +125,-1.554290846,0.7288285332,247,-1.408172432,0.5903155476,713.53624173 +126,-1.55122487,0.7219795312,247,-1.408172432,0.5903155476,687.47305284 +127,-1.525104458,0.7229399862,247,-1.408172432,0.5903155476,640.26743201 +128,-1.519607711,0.7236181429,247,-1.408172432,0.5903155476,632.77767202 +129,-1.513899999,0.7251107854,247,-1.408172432,0.5903155476,628.02411029 +130,-1.536620762,0.7431061895,247,-1.408172432,0.5903155476,724.68174836 +131,-1.5369566,0.7460845958,247,-1.408172432,0.5903155476,734.8471732 +132,-1.545345528,0.7447040685,247,-1.408172432,0.5903155476,744.92804856 +133,-1.532813921,0.7432306626,247,-1.408172432,0.5903155476,718.65879574 +134,-1.554788248,0.7382381001,247,-1.408172432,0.5903155476,742.40243392 +135,-1.540348126,0.7301594274,247,-1.408172432,0.5903155476,690.61753415 +136,-1.538016084,0.7239051786,247,-1.408172432,0.5903155476,667.11632987 +137,-1.525288962,0.7258085137,247,-1.408172432,0.5903155476,649.69874512 +138,-1.534326986,0.731241342,247,-1.408172432,0.5903155476,682.96202194 +139,-1.530733872,0.7303625216,247,-1.408172432,0.5903155476,673.78156447 +141,-1.534354939,0.7328219978,247,-1.408172432,0.5903155476,687.98712708 +142,-1.53157084,0.7292888153,247,-1.408172432,0.5903155476,671.87787524 +143,-1.525691035,0.7263799874,247,-1.408172432,0.5903155476,652.22696519 +144,-1.534031287,0.7495967835,247,-1.408172432,0.5903155476,741.44607209 +145,-1.527714986,0.7283095957,247,-1.408172432,0.5903155476,661.93290404 +146,-1.526189586,0.7271468292,247,-1.408172432,0.5903155476,655.54712962 +147,-1.555177336,0.7375563366,247,-1.408172432,0.5903155476,741.10104077 +148,-1.555080283,0.7312707794,247,-1.408172432,0.5903155476,722.26032781 +149,-1.53856994,0.7224180299,247,-1.408172432,0.5903155476,663.67387428 +150,-1.530837883,0.729933372,247,-1.408172432,0.5903155476,672.6070219 +151,-1.515066984,0.5854133365,247,-1.408172432,0.5903155476,352.81258842 +152,-1.534731633,0.5368370046,247,-1.408172432,0.5903155476,473.59668246 +153,-1.515231902,0.5607085576,247,-1.408172432,0.5903155476,374.50725226 +154,-2.616253799,1.0684566605,247,-1.408172432,0.5903155476,3523.410057 +155,-1.956071439,0.5792177723,247,-1.408172432,0.5903155476,1803.1037886 +156,-1.951208514,0.5602434208,247,-1.408172432,0.5903155476,1801.8383796 +157,-1.944675062,0.6062144545,247,-1.408172432,0.5903155476,1750.272064 +158,-1.613778386,0.6077989518,247,-1.408172432,0.5903155476,675.75043366 +159,-2.035029014,0.6021432345,247,-1.408172432,0.5903155476,2044.189564 +160,-2.114989471,0.6801825058,247,-1.408172432,0.5903155476,2262.6768598 +161,-2.037382079,0.5765830025,247,-1.408172432,0.5903155476,2069.9777109 +162,-2.129855121,0.6585019963,247,-1.408172432,0.5903155476,2316.0671965 +163,-2.075141798,0.6493615843,247,-1.408172432,0.5903155476,2148.5451962 +164,-1.828626729,0.6948433129,247,-1.408172432,0.5903155476,1391.0993241 +165,-1.863329418,0.6735427691,247,-1.408172432,0.5903155476,1486.207335 +166,-1.266037071,0.727988852,247,-1.408172432,0.5903155476,703.17219062 +167,-1.277579582,0.7249010648,247,-1.408172432,0.5903155476,671.5681526 +168,-1.258418684,0.7241194816,247,-1.408172432,0.5903155476,707.36279905 +169,-1.317813974,0.6804850104,247,-1.408172432,0.5903155476,458.6651326 +170,-1.344165204,0.6790988904,247,-1.408172432,0.5903155476,406.54037099 +171,-1.427582102,0.5277120351,247,-1.408172432,0.5903155476,256.38948953 +172,-1.402238616,0.457167829,247,-1.408172432,0.5903155476,527.7895405 +173,-1.422454264,0.4996161999,247,-1.408172432,0.5903155476,362.49781765 +174,-1.439089277,0.4894859811,247,-1.408172432,0.5903155476,412.94479225 +175,-1.448126995,0.5182330266,247,-1.408172432,0.5903155476,315.61279752 +176,-1.474626146,0.5881926574,247,-1.408172432,0.5903155476,218.98097521 +177,-1.421139645,0.5584869783,247,-1.408172432,0.5903155476,133.24183631 +178,-1.457037165,0.565943032,247,-1.408172432,0.5903155476,188.65623652 +179,-2.757159358,0.3745319,247,-1.408172432,0.5903155476,4704.7616161 +180,-2.714309238,0.342054471,247,-1.408172432,0.5903155476,4628.8820127 +181,-2.000525337,0.774119946,247,-1.408172432,0.5903155476,1944.1046336 +183,-1.571413436,0.6777838382,247,-1.408172432,0.5903155476,625.08361339 +184,-1.552860289,0.6987663893,247,-1.408172432,0.5903155476,627.47806555 +185,-1.521852374,0.7165827476,247,-1.408172432,0.5903155476,614.3676309 +186,-1.503656267,0.6928968252,247,-1.408172432,0.5903155476,506.62341827 +187,-1.502753178,0.7136205882,247,-1.408172432,0.5903155476,571.74570633 +188,-1.631894563,0.7343596465,247,-1.408172432,0.5903155476,900.3801325 +189,-1.653765416,0.6770714026,247,-1.408172432,0.5903155476,854.70752233 +190,-1.719812114,0.6715965947,247,-1.408172432,0.5903155476,1045.419753 +191,-1.493406659,0.6646955447,247,-1.408172432,0.5903155476,401.72950363 +192,-1.469120564,0.6613469966,247,-1.408172432,0.5903155476,342.63541106 +193,-1.590551461,0.5326612937,247,-1.408172432,0.5903155476,652.3409723 +194,-1.625979264,0.5247742243,247,-1.408172432,0.5903155476,776.09523857 +195,-1.572293943,0.5238808754,247,-1.408172432,0.5903155476,610.96861722 +196,-1.610848725,0.5477107964,247,-1.408172432,0.5903155476,696.60529427 +197,-1.208485554,0.7918526018,247,-1.408172432,0.5903155476,1002.1864331 +198,-1.335601374,0.6869083083,247,-1.408172432,0.5903155476,446.69656533 +199,-1.346156996,0.6825213377,247,-1.408172432,0.5903155476,415.13952035 +200,-1.324381037,0.6741422347,247,-1.408172432,0.5903155476,426.39484304 +201,-1.242424992,0.7378949807,247,-1.408172432,0.5903155476,779.34812116 +202,-1.270370057,0.7392461008,247,-1.408172432,0.5903155476,729.0217692 +203,-1.448950472,0.7441675014,247,-1.408172432,0.5903155476,622.40212863 +204,-1.492662363,0.7523026852,247,-1.408172432,0.5903155476,692.75328125 +205,-1.479098966,0.7763855017,247,-1.408172432,0.5903155476,768.27542284 +206,-1.633760714,0.7869022408,247,-1.408172432,0.5903155476,1037.7305309 +207,-1.647406434,0.8101289331,247,-1.408172432,0.5903155476,1129.3791278 +208,-1.564245052,0.5701509278,247,-1.408172432,0.5903155476,522.98238318 +209,-1.646289963,0.6833746083,247,-1.408172432,0.5903155476,841.91708682 +210,-1.5820631,0.6751952144,247,-1.408172432,0.5903155476,648.6801977 +211,-1.613236298,0.6681681791,247,-1.408172432,0.5903155476,724.7389536 +212,-1.914661867,0.8212566515,247,-1.408172432,0.5903155476,1764.6603671 +213,-1.742133237,0.7250275956,247,-1.408172432,0.5903155476,1171.4382945 +214,-2.033144872,0.6557314699,247,-1.408172432,0.5903155476,2014.806438 +215,-2.039551981,0.6964723658,247,-1.408172432,0.5903155476,2030.1008203 +216,-1.247341019,0.7622473908,247,-1.408172432,0.5903155476,841.81185987 +217,-1.298239787,0.7084123392,247,-1.408172432,0.5903155476,581.95803385 +218,-1.308539688,0.6926545592,247,-1.408172432,0.5903155476,513.84392105 +219,-1.303263185,0.6888938396,247,-1.408172432,0.5903155476,513.17532568 +220,-1.852400229,0.6004246149,247,-1.408172432,0.5903155476,1453.5544758 +221,-1.288947707,0.7473773692,247,-1.408172432,0.5903155476,723.48387761 +222,-1.372031502,0.7472790993,247,-1.408172432,0.5903155476,631.73639956 +223,-1.289805721,0.7242157877,247,-1.408172432,0.5903155476,646.86682657 +224,-1.350807603,0.7533498126,247,-1.408172432,0.5903155476,669.66523552 +225,-1.329290365,0.7560442322,247,-1.408172432,0.5903155476,700.13944614 +226,-1.410153004,0.616936428,247,-1.408172432,0.5903155476,105.64289589 +227,-1.393445434,0.6308995063,247,-1.408172432,0.5903155476,167.70481477 +228,-1.37595573,0.6241540638,247,-1.408172432,0.5903155476,170.13175559 +229,-1.358388707,0.6172645205,247,-1.408172432,0.5903155476,194.26545622 +230,-1.753741133,0.8281661666,247,-1.408172432,0.5903155476,1394.8410956 +231,-1.47430987,0.6834615681,247,-1.408172432,0.5903155476,424.72541637 +232,-1.421012508,0.7222725206,247,-1.408172432,0.5903155476,524.22615431 +233,-1.4476833,0.6978557868,247,-1.408172432,0.5903155476,443.92364479 +234,-1.470370723,0.6966193374,247,-1.408172432,0.5903155476,464.80583361 +235,-1.429211703,0.7037216883,247,-1.408172432,0.5903155476,454.08212725 +236,-1.700578405,0.6178673663,247,-1.408172432,0.5903155476,958.29589397 +237,-1.678117619,0.6331716163,247,-1.408172432,0.5903155476,890.62198413 +238,-1.725644578,0.6316331145,247,-1.408172432,0.5903155476,1041.3376358 +239,-2.14012759,0.7930497945,247,-1.408172432,0.5903155476,2342.1588289 +240,-2.103289431,0.7653606263,247,-1.408172432,0.5903155476,2229.6055176 +241,-1.318739838,0.7017808746,247,-1.408172432,0.5903155476,524.1147035 +242,-1.396417427,0.7077900843,247,-1.408172432,0.5903155476,466.78815892 +243,-1.35650337,0.7185539404,247,-1.408172432,0.5903155476,533.17862332 +244,-1.248884539,0.7274156818,247,-1.408172432,0.5903155476,736.54215912 +245,-1.395014798,0.5761185243,247,-1.408172432,0.5903155476,71.096156782 +246,-1.433377362,0.6064716109,247,-1.408172432,0.5903155476,104.39953256 +247,-1.408172432,0.5903155476,247,-1.408172432,0.5903155476,76.289245949 +248,-1.749645898,0.7757118084,247,-1.408172432,0.5903155476,1275.2602504 +249,-1.571626686,0.615046989,247,-1.408172432,0.5903155476,542.07602951 +250,-1.514070049,0.6303003037,247,-1.408172432,0.5903155476,378.36932984 +251,-1.480890369,0.6237966528,247,-1.408172432,0.5903155476,271.1706309 +252,-1.704390658,0.5281680612,247,-1.408172432,0.5903155476,1023.2470299 +253,-1.64434733,0.5254277498,247,-1.408172432,0.5903155476,833.4520681 +254,-1.703855997,0.4792484842,247,-1.408172432,0.5903155476,1097.6709738 +255,-1.692002383,0.5748825051,247,-1.408172432,0.5903155476,939.79877714 +256,-1.854136457,0.5544643913,247,-1.408172432,0.5903155476,1487.8589914 +257,-1.665021206,0.520317736,247,-1.408172432,0.5903155476,906.87888663 +258,-1.733654349,0.4845187345,247,-1.408172432,0.5903155476,1181.9191404 +259,-1.720938188,0.5135933906,247,-1.408172432,0.5903155476,1096.1198045 +260,-1.742668307,0.553296122,247,-1.408172432,0.5903155476,1122.1200992 +261,-1.965659039,0.7142126903,247,-1.408172432,0.5903155476,1811.006882 +262,-1.944438071,0.6772834804,247,-1.408172432,0.5903155476,1737.3531222 +263,-1.270340967,0.7681487096,247,-1.408172432,0.5903155476,821.63981022 +264,-1.353091884,0.6549276821,247,-1.408172432,0.5903155476,311.25699612 +265,-1.333236659,0.6413584414,247,-1.408172432,0.5903155476,315.50173466 +266,-1.352015998,0.6753788907,247,-1.408172432,0.5903155476,381.63100063 +267,-1.377988483,0.6577816235,247,-1.408172432,0.5903155476,284.28481785 +268,-2.13075611,0.8318642051,247,-1.408172432,0.5903155476,2335.5380709 +269,-2.097910953,0.8259670014,247,-1.408172432,0.5903155476,2244.9900304 +270,-1.416382069,0.6694271549,247,-1.408172432,0.5903155476,314.45949232 +271,-1.538905672,0.7535625993,247,-1.408172432,0.5903155476,762.37130951 +272,-1.572309477,0.7803125099,247,-1.408172432,0.5903155476,904.00114831 +273,-1.87759879,0.7503853417,247,-1.408172432,0.5903155476,1580.0700845 +274,1.152365588,0.590457682,247,-1.408172432,0.5903155476,7292.303554 +275,0.350198001,0.718001859,247,-1.408172432,0.5903155476,5223.0216351 +276,0.046513677,0.491503852,247,-1.408172432,0.5903155476,4815.938263 +277,0.027510309,0.742571376,247,-1.408172432,0.5903155476,4333.8247276 +278,0.306285725,-0.214631579,247,-1.408172432,0.5903155476,7160.5845742 +279,-1.100564889,0.318051531,247,-1.408172432,0.5903155476,1532.0745453 +280,-1.078582306,0.301437596,247,-1.408172432,0.5903155476,1636.449519 +281,-1.137371989,-0.617634065,247,-1.408172432,0.5903155476,4888.7561469 +282,0.784356344,0.703272339,247,-1.408172432,0.5903155476,6257.9214728 +283,-1.221209947,0.218327455,247,-1.408172432,0.5903155476,1620.5086453 +284,2.347301921,-0.449114658,247,-1.408172432,0.5903155476,10271.996552 +285,0.246820618,0.830553713,247,-1.408172432,0.5903155476,4746.9159401 +286,0.829414965,0.703288228,247,-1.408172432,0.5903155476,6348.3090813 +287,-1.337537566,0.42332223,247,-1.408172432,0.5903155476,705.04756451 +288,0.882453706,0.454478077,247,-1.408172432,0.5903155476,7213.5395892 +289,1.575629659,0.416419109,247,-1.408172432,0.5903155476,8412.0868501 +290,-1.039455679,0.229888244,247,-1.408172432,0.5903155476,1948.8951677 +291,0.489558039,0.934482747,247,-1.408172432,0.5903155476,5060.0093436 +292,0.081344504,0.88384514,247,-1.408172432,0.5903155476,4269.7071369 +293,-1.547979814,0.300350308,247,-1.408172432,0.5903155476,1251.361001 +294,0.040776181,0.168560074,247,-1.408172432,0.5903155476,5452.9218199 +295,-1.130374745,0.563894876,247,-1.408172432,0.5903155476,927.12613953 +296,1.578326642,0.478507176,247,-1.408172432,0.5903155476,8170.3558987 +297,-1.12861823,-0.291640865,247,-1.408172432,0.5903155476,3649.4332306 +298,0.310524208,0.770885792,247,-1.408172432,0.5903155476,5014.9302702 +299,0.415649091,-0.387246002,247,-1.408172432,0.5903155476,7863.9314898 +300,-0.926533878,-0.188022748,247,-1.408172432,0.5903155476,3576.8868239 +301,1.258856172,-0.11716081,247,-1.408172432,0.5903155476,9888.0716984 +302,-1.126050026,0.322941926,247,-1.408172432,0.5903155476,1454.6245776 +303,2.002785835,0.07893892,247,-1.408172432,0.5903155476,9607.6698839 +304,0.440437607,0.746258085,247,-1.408172432,0.5903155476,5381.4409657 +305,-0.030391866,0.214441206,247,-1.408172432,0.5903155476,5121.9022326 +306,0.521557815,-0.058929362,247,-1.408172432,0.5903155476,7529.309457 +307,-0.097005111,0.13317729,247,-1.408172432,0.5903155476,5075.9392803 +308,1.83113859,0.221857587,247,-1.408172432,0.5903155476,9205.7839483 +309,0.222428864,0.099404236,247,-1.408172432,0.5903155476,6198.829598 +310,-1.702731345,0.8728568183,247,-1.408172432,0.5903155476,1409.4632974 +311,-0.418507569,0.278324921,247,-1.408172432,0.5903155476,3715.211306 +312,-1.41153306,0.339029988,247,-1.408172432,0.5903155476,995.41257725 +313,0.357560442,0.114788776,247,-1.408172432,0.5903155476,6603.2039013 +314,0.325818979,0.268352149,247,-1.408172432,0.5903155476,6152.84162 +315,-1.246004659,-0.663679965,247,-1.408172432,0.5903155476,5002.8150353 +316,1.814603087,0.637404484,247,-1.408172432,0.5903155476,7571.6045575 +317,1.843704281,-0.18300445,247,-1.408172432,0.5903155476,10781.56627 +318,1.690644492,-0.211480909,247,-1.408172432,0.5903155476,10935.346816 +319,-1.275451936,0.068109467,247,-1.408172432,0.5903155476,2125.6279405 +320,0.762430171,-0.207594741,247,-1.408172432,0.5903155476,8641.7123143 +321,0.265668905,-0.014647884,247,-1.408172432,0.5903155476,6593.212064 +322,-2.773032013,-0.335515811,247,-1.408172432,0.5903155476,6312.5029971 +323,-1.469512853,0.174058777,247,-1.408172432,0.5903155476,1663.8035758 +324,0.286276986,0.785925691,247,-1.408172432,0.5903155476,4925.9216796 +325,-1.379324697,0.377432233,247,-1.408172432,0.5903155476,849.23387489 +326,-1.203778265,0.212813032,247,-1.408172432,0.5903155476,1667.538272 +327,0.579916301,0.611743168,247,-1.408172432,0.5903155476,6047.4693704 +328,0.267582642,0.868113908,247,-1.408172432,0.5903155476,4726.9905507 +329,0.412869244,-0.050245578,247,-1.408172432,0.5903155476,7155.1441918 +330,0.17524381,0.976660285,247,-1.408172432,0.5903155476,4349.2242937 +331,0.743157214,0.204812899,247,-1.408172432,0.5903155476,7566.2732202 +332,-1.070758176,0.269382282,247,-1.408172432,0.5903155476,1751.7878841 +333,-1.230364251,0.329790229,247,-1.408172432,0.5903155476,1207.8988548 +334,-1.374813124,-0.024926835,247,-1.408172432,0.5903155476,2440.1444454 +335,0.519780566,0.463669906,247,-1.408172432,0.5903155476,6264.8570102 +336,-1.55108034,0.239698561,247,-1.408172432,0.5903155476,1480.753859 +337,0.180294813,0.029739425,247,-1.408172432,0.5903155476,6214.485144 +338,0.67820924,0.268170153,247,-1.408172432,0.5903155476,7212.4709951 +339,0.445798684,1.024001867,247,-1.408172432,0.5903155476,4785.3800921 +340,0.691751283,0.150521402,247,-1.408172432,0.5903155476,7558.8261193 +341,-1.036643551,-0.903056181,247,-1.408172432,0.5903155476,6054.5218048 +342,-0.120287036,1.083325163,247,-1.408172432,0.5903155476,3670.97229 +343,2.823513113,-0.304487164,247,-1.408172432,0.5903155476,8450.2346276 +344,0.457583172,1.12513373,247,-1.408172432,0.5903155476,4599.8832191 +345,0.042918831,0.813795399,247,-1.408172432,0.5903155476,4271.5359662 +346,1.196146777,-0.853142756,247,-1.408172432,0.5903155476,10557.124197 +347,0.206001358,-0.010430701,247,-1.408172432,0.5903155476,6387.6576181 +348,-0.268308653,0.234799412,247,-1.408172432,0.5903155476,4297.2897213 +349,0.759363263,0.736189579,247,-1.408172432,0.5903155476,6111.7687341 +350,0.181363926,0.891988372,247,-1.408172432,0.5903155476,4489.943175 +351,-0.021111158,0.139103292,247,-1.408172432,0.5903155476,5312.8537106 +352,-0.093355215,0.630686981,247,-1.408172432,0.5903155476,4156.5480556 +353,0.40118964,0.681375926,247,-1.408172432,0.5903155476,5431.9650363 +354,-0.721197315,1.304706234,247,-1.408172432,0.5903155476,3117.4978239 +355,-1.076150317,0.212107639,247,-1.408172432,0.5903155476,1918.5547334 +356,-1.577164531,0.273993443,247,-1.408172432,0.5903155476,1390.7301134 +357,-0.190788414,0.182208586,247,-1.408172432,0.5903155476,4662.3827928 +358,-0.261349752,0.209710184,247,-1.408172432,0.5903155476,4372.388381 +359,-1.029303852,0.083549259,247,-1.408172432,0.5903155476,2443.9958949 +360,-1.268609162,0.330525297,247,-1.408172432,0.5903155476,1140.9132238 +361,1.282982244,-0.926641967,247,-1.408172432,0.5903155476,10605.435762 +362,0.217352334,0.731352408,247,-1.408172432,0.5903155476,4856.4881997 +363,-1.511833084,0.258629297,247,-1.408172432,0.5903155476,1365.2802918 +364,0.338812194,0.823184618,247,-1.408172432,0.5903155476,4976.8691511 +365,-0.324406489,1.134201999,247,-1.408172432,0.5903155476,3320.0306192 +366,1.389579348,0.399185724,247,-1.408172432,0.5903155476,8315.6065684 +367,2.047152199,-0.039082036,247,-1.408172432,0.5903155476,9970.9060298 +368,0.947780369,0.568250077,247,-1.408172432,0.5903155476,7001.1136986 +369,0.763824846,0.576754987,247,-1.408172432,0.5903155476,6580.3449947 +370,-0.142334657,0.928153068,247,-1.408172432,0.5903155476,3697.3316046 +371,0.610266567,0.547265983,247,-1.408172432,0.5903155476,6290.9697101 +372,0.210731629,0.746815056,247,-1.408172432,0.5903155476,4810.6634177 +373,-1.34931644,0.316895224,247,-1.408172432,0.5903155476,1102.890556 +374,2.407696481,0.655030745,247,-1.408172432,0.5903155476,6920.9327814 +375,0.64207831,0.545359131,247,-1.408172432,0.5903155476,6376.0572511 +376,1.174597538,0.840588356,247,-1.408172432,0.5903155476,6440.4471714 +377,0.660059424,0.010604079,247,-1.408172432,0.5903155476,7810.9528209 +378,-0.730263819,0.010486456,247,-1.408172432,0.5903155476,3404.1848026 +379,0.831068936,0.512339172,247,-1.408172432,0.5903155476,6922.321709 +380,1.301180979,0.72367476,247,-1.408172432,0.5903155476,7006.3124172 +381,1.811128231,0.322854402,247,-1.408172432,0.5903155476,8814.8971962 +382,0.435105812,0.992284428,247,-1.408172432,0.5903155476,4831.7674573 +383,0.62643634,0.592027932,247,-1.408172432,0.5903155476,6213.1306875 +384,0.492988703,-0.516339467,247,-1.408172432,0.5903155476,8337.9353583 +385,-0.162469483,0.112549365,247,-1.408172432,0.5903155476,4905.840617 +386,0.314630866,0.472006421,247,-1.408172432,0.5903155476,5661.3928993 +387,0.166744804,0.822815954,247,-1.408172432,0.5903155476,4567.1863943 +388,0.417159608,0.965805736,247,-1.408172432,0.5903155476,4852.617478 +389,0.106334961,0.868774244,247,-1.408172432,0.5903155476,4350.0361559 +390,0.815086969,-0.338144359,247,-1.408172432,0.5903155476,9079.6441392 +391,0.59867455,-0.230624824,247,-1.408172432,0.5903155476,8154.7586831 +392,1.915104874,0.066220985,247,-1.408172432,0.5903155476,9756.0078402 +393,1.278093622,0.064463721,247,-1.408172432,0.5903155476,9341.9206276 +394,-0.061477853,0.302997961,247,-1.408172432,0.5903155476,4838.102566 +395,0.251311504,0.626976942,247,-1.408172432,0.5903155476,5151.4186905 +396,2.950242872,0.149095644,247,-1.408172432,0.5903155476,7027.9483639 +397,-0.180294708,0.35375117,247,-1.408172432,0.5903155476,4351.4689188 +398,1.010448592,-0.351180233,247,-1.408172432,0.5903155476,9743.0231063 +399,-1.748740498,0.3686318073,247,-1.408172432,0.5903155476,1479.8336186 +400,2.699635665,0.123533791,247,-1.408172432,0.5903155476,7852.0964192 +401,0.496808033,0.823843254,247,-1.408172432,0.5903155476,5329.9207824 +402,0.129574704,0.763364087,247,-1.408172432,0.5903155476,4571.7500574 +403,1.798920311,0.817447563,247,-1.408172432,0.5903155476,6862.8072835 +404,0.335987953,0.746786541,247,-1.408172432,0.5903155476,5126.9245778 +405,-1.085413643,0.292154671,247,-1.408172432,0.5903155476,1646.9322996 +406,-0.155321003,0.508207011,247,-1.408172432,0.5903155476,4158.2486632 +407,0.620529244,-0.301175104,247,-1.408172432,0.5903155476,8368.7563883 +408,1.684402744,0.368716966,247,-1.408172432,0.5903155476,8640.6188941 +409,0.300582244,-0.386397212,247,-1.408172432,0.5903155476,7493.7161289 +410,2.913555946,-0.009225192,247,-1.408172432,0.5903155476,7518.3121574 +411,1.465101417,0.493232532,247,-1.408172432,0.5903155476,8035.4340942 +412,0.090612882,0.907955955,247,-1.408172432,0.5903155476,4258.9478312 +413,2.987564726,-0.729568594,247,-1.408172432,0.5903155476,8594.765574 +414,-1.484261606,0.224149272,247,-1.408172432,0.5903155476,1476.0944787 +415,0.164073421,0.303955133,247,-1.408172432,0.5903155476,5563.5643923 +416,0.141441293,0.167552546,247,-1.408172432,0.5903155476,5784.6218006 +417,2.931321023,-0.506718887,247,-1.408172432,0.5903155476,8456.8268325 +418,2.21951565,0.700596356,247,-1.408172432,0.5903155476,7030.3351299 +419,0.268112576,1.199114336,247,-1.408172432,0.5903155476,4207.8504118 +420,0.978913739,0.359223811,247,-1.408172432,0.5903155476,7727.3893971 +421,1.210898818,0.522863584,247,-1.408172432,0.5903155476,7620.38511 +422,2.347397336,0.129231362,247,-1.408172432,0.5903155476,8778.9651322 +423,0.614394501,0.556878345,247,-1.408172432,0.5903155476,6276.127645 +424,-1.398079356,0.148483366,247,-1.408172432,0.5903155476,1750.4848969 +425,2.535303836,-0.112984496,247,-1.408172432,0.5903155476,8956.1015364 +426,-1.019372593,-0.405322349,247,-1.408172432,0.5903155476,4207.2132555 +427,-1.297785627,-0.160104069,247,-1.408172432,0.5903155476,3001.2933141 +428,2.144554488,0.205051084,247,-1.408172432,0.5903155476,8933.0158285 +429,-2.242387083,-0.426171285,247,-1.408172432,0.5903155476,5105.8325383 +430,0.338637212,0.909723676,247,-1.408172432,0.5903155476,4805.3854713 +431,-0.148798452,0.691042401,247,-1.408172432,0.5903155476,3910.8344305 +432,0.893524764,0.441829531,247,-1.408172432,0.5903155476,7277.3225593 +433,0.969229347,-0.368847936,247,-1.408172432,0.5903155476,9642.1899155 +434,0.436043248,0.800045688,247,-1.408172432,0.5903155476,5249.5388308 +435,1.687946607,1.081504775,247,-1.408172432,0.5903155476,5820.1611708 +436,0.522302046,-0.034889271,247,-1.408172432,0.5903155476,7477.2599433 +437,-0.178996113,-0.438090009,247,-1.408172432,0.5903155476,6158.9058616 +438,-1.094339566,0.301444068,247,-1.408172432,0.5903155476,1596.9873794 +439,-1.064070054,0.242569932,247,-1.408172432,0.5903155476,1850.2655137 +440,-1.068153768,0.230387998,247,-1.408172432,0.5903155476,1878.6692364 +441,-3.00496892,-0.23989155,247,-1.408172432,0.5903155476,6831.2739691 +442,0.21751974,0.766874888,247,-1.408172432,0.5903155476,4791.1518214 +443,0.117229532,0.007619006,247,-1.408172432,0.5903155476,6055.7556077 +444,0.777758451,0.420554741,247,-1.408172432,0.5903155476,7061.5246426 +445,-0.252356999,0.250747086,247,-1.408172432,0.5903155476,4317.0639569 +446,0.363148444,0.768483434,247,-1.408172432,0.5903155476,5147.6178819 +447,0.903191366,-0.118210676,247,-1.408172432,0.5903155476,8882.2204685 +448,-0.205755923,0.149406178,247,-1.408172432,0.5903155476,4683.5779035 +449,1.811996086,0.02364353,247,-1.408172432,0.5903155476,9994.3927292 +450,-1.100670221,0.314845373,247,-1.408172432,0.5903155476,1541.2975655 +451,0.340078597,0.850105132,247,-1.408172432,0.5903155476,4925.6738186 +452,0.258757267,0.804969236,247,-1.408172432,0.5903155476,4822.7057254 +453,2.78505352,-0.155160804,247,-1.408172432,0.5903155476,8265.1192734 +454,0.800551619,0.105822106,247,-1.408172432,0.5903155476,7996.5518647 +455,0.437940882,-0.506194031,247,-1.408172432,0.5903155476,8148.3609524 +456,2.230431122,0.63458615,247,-1.408172432,0.5903155476,7255.9375894 +457,0.527965361,0.127667701,247,-1.408172432,0.5903155476,7114.8322347 +458,-0.063643205,0.702093448,247,-1.408172432,0.5903155476,4139.8366555 +459,1.408447268,0.133010502,247,-1.408172432,0.5903155476,9329.5432954 +460,0.523795955,0.280266966,247,-1.408172432,0.5903155476,6730.9057176 +461,-0.975769313,0.072177659,247,-1.408172432,0.5903155476,2598.1489328 +462,0.549774164,-0.463663986,247,-1.408172432,0.5903155476,8432.1034728 +463,0.29245874,1.095549818,247,-1.408172432,0.5903155476,4392.0121272 +464,0.143625958,0.816809593,247,-1.408172432,0.5903155476,4520.0371074 +465,0.671902494,0.611159853,247,-1.408172432,0.5903155476,6270.7191917 +466,1.239840988,0.6724199,247,-1.408172432,0.5903155476,7123.4416151 +467,0.607829703,-0.10932137,247,-1.408172432,0.5903155476,7922.9183905 +468,1.763020906,0.263996692,247,-1.408172432,0.5903155476,9058.0727737 +469,0.378714634,0.726066797,247,-1.408172432,0.5903155476,5276.7619708 +470,2.196736143,-0.153862366,247,-1.408172432,0.5903155476,10028.055669 +471,0.01702415,0.148991565,247,-1.408172432,0.5903155476,5416.9759733 +472,-2.998490902,-0.158002487,247,-1.408172432,0.5903155476,6633.0121116 +473,-3.051262951,-0.346595608,247,-1.408172432,0.5903155476,7204.4847079 +474,-1.069176439,0.182802941,247,-1.408172432,0.5903155476,2029.2348218 +475,0.167157509,0.595344954,247,-1.408172432,0.5903155476,4977.4735934 +476,0.613855648,0.681746124,247,-1.408172432,0.5903155476,5946.576332 +477,1.037012736,0.682555367,247,-1.408172432,0.5903155476,6792.0306407 +478,-1.253574971,0.379755746,247,-1.408172432,0.5903155476,993.45499628 +479,3.108590453,-0.132620738,247,-1.408172432,0.5903155476,7156.1290301 +480,0.565301296,0.022333262,247,-1.408172432,0.5903155476,7483.123159 +481,0.547898238,0.855555614,247,-1.408172432,0.5903155476,5361.7187035 +482,0.948309381,0.417393755,247,-1.408172432,0.5903155476,7476.7290863 +483,-0.050600732,0.945269213,247,-1.408172432,0.5903155476,3895.3951398 +484,-0.977651478,-0.572363064,247,-1.408172432,0.5903155476,4876.5758538 +485,1.102014914,0.728861163,247,-1.408172432,0.5903155476,6736.2979105 +486,2.927300795,-0.282939414,247,-1.408172432,0.5903155476,8066.3782506 +487,-1.154565557,0.124434095,247,-1.408172432,0.5903155476,2065.7768943 +488,1.855331234,0.291044755,247,-1.408172432,0.5903155476,8922.5539209 +489,0.830290659,0.276904518,247,-1.408172432,0.5903155476,7607.0567328 +490,0.485104466,-0.234867441,247,-1.408172432,0.5903155476,7789.8828593 +491,0.521367572,-0.33161327,247,-1.408172432,0.5903155476,8101.9277405 +1,-1.539031704,0.7349710123,248,-1.749645898,0.7757118084,627.77329841 +2,-1.536990553,0.7349663874,248,-1.749645898,0.7757118084,633.45294329 +3,-1.534951779,0.7349571355,248,-1.749645898,0.7757118084,639.13505518 +4,-1.532906461,0.7349480293,248,-1.749645898,0.7757118084,644.83822105 +5,-1.531320211,0.7346937278,248,-1.749645898,0.7757118084,649.57683312 +6,-1.539451648,0.7335131775,248,-1.749645898,0.7757118084,628.5091022 +7,-1.537429487,0.7335445708,248,-1.749645898,0.7757118084,634.07870856 +8,-1.535484998,0.7335658704,248,-1.749645898,0.7757118084,639.4496312 +9,-1.533488396,0.7336036027,248,-1.749645898,0.7757118084,644.94734364 +10,-1.531497785,0.7335842962,248,-1.749645898,0.7757118084,650.50584128 +11,-1.530259379,0.7334777758,248,-1.749645898,0.7757118084,654.0874836 +12,-1.5335454,0.7322346912,248,-1.749645898,0.7757118084,646.58940557 +13,-1.531489083,0.7322238773,248,-1.749645898,0.7757118084,652.3111953 +14,-1.530011122,0.7321679851,248,-1.749645898,0.7757118084,656.48924476 +15,-1.53348106,0.7306614094,248,-1.749645898,0.7757118084,648.88625078 +16,-1.531441779,0.7306962275,248,-1.749645898,0.7757118084,654.48910395 +17,-1.529755654,0.7306933243,248,-1.749645898,0.7757118084,659.16756015 +18,-1.533415048,0.7291384674,248,-1.749645898,0.7757118084,651.16909861 +19,-1.531392093,0.7291705353,248,-1.749645898,0.7757118084,656.71936198 +20,-1.529296523,0.7291214933,248,-1.749645898,0.7757118084,662.58690677 +21,-1.535280942,0.727267644,248,-1.749645898,0.7757118084,648.67046187 +22,-1.533378158,0.7276139666,248,-1.749645898,0.7757118084,653.42164207 +23,-1.531340368,0.7276446587,248,-1.749645898,0.7757118084,659.00335247 +24,-1.528960113,0.7276398177,248,-1.749645898,0.7757118084,665.58623024 +25,-1.533313146,0.7260818349,248,-1.749645898,0.7757118084,655.81048775 +26,-1.531259555,0.7260958115,248,-1.749645898,0.7757118084,661.44816301 +27,-1.528926415,0.7260865555,248,-1.749645898,0.7757118084,667.8950916 +28,-1.531226779,0.7245511789,248,-1.749645898,0.7757118084,663.80252459 +29,-1.528904772,0.7245519194,248,-1.749645898,0.7757118084,670.19165744 +30,-1.547195875,0.7409785979,248,-1.749645898,0.7757118084,597.63456391 +31,-1.5451475,0.740980426,248,-1.749645898,0.7757118084,603.35088302 +32,-1.543097679,0.7409798872,248,-1.749645898,0.7757118084,609.07670286 +33,-1.540720364,0.7409892687,248,-1.749645898,0.7757118084,615.70900038 +34,-1.547188511,0.7395198392,248,-1.749645898,0.7757118084,599.39359006 +35,-1.545148587,0.7395226109,248,-1.749645898,0.7757118084,605.07642376 +36,-1.543104538,0.7395314908,248,-1.749645898,0.7757118084,610.76638226 +37,-1.540727751,0.7395306258,248,-1.749645898,0.7757118084,617.39955733 +38,-1.547187029,0.7380014886,248,-1.749645898,0.7757118084,601.26043485 +39,-1.545147315,0.7380012252,248,-1.749645898,0.7757118084,606.93683724 +40,-1.54310719,0.7380060743,248,-1.749645898,0.7757118084,612.6112261 +41,-1.540719671,0.7380068206,248,-1.749645898,0.7757118084,619.26182788 +42,-1.547187189,0.7364799098,248,-1.749645898,0.7757118084,603.18064027 +43,-1.545149996,0.7364853874,248,-1.749645898,0.7757118084,608.83275772 +44,-1.543106091,0.7364823484,248,-1.749645898,0.7757118084,614.51778311 +45,-1.540717158,0.7364893901,248,-1.749645898,0.7757118084,621.15328215 +46,-1.538663972,0.7410138672,248,-1.749645898,0.7757118084,621.42983224 +47,-1.53695285,0.7409699132,248,-1.749645898,0.7757118084,626.26605192 +48,-1.534910498,0.7409641297,248,-1.749645898,0.7757118084,631.98682053 +49,-1.533145034,0.7409536636,248,-1.749645898,0.7757118084,636.94001871 +50,-1.538681336,0.7395405883,248,-1.749645898,0.7757118084,623.10098012 +51,-1.536999189,0.7395183096,248,-1.749645898,0.7757118084,627.82553356 +52,-1.534923633,0.7395144222,248,-1.749645898,0.7757118084,633.62942996 +53,-1.533267822,0.7395654306,248,-1.749645898,0.7757118084,638.19809413 +54,-1.53867273,0.7380151077,248,-1.749645898,0.7757118084,624.95762133 +55,-1.536980576,0.7379994392,248,-1.749645898,0.7757118084,629.69576289 +56,-1.534931522,0.7379944961,248,-1.749645898,0.7757118084,635.41864791 +57,-1.533387952,0.7379480264,248,-1.749645898,0.7757118084,639.78301367 +58,-1.538682279,0.7364914363,248,-1.749645898,0.7757118084,626.81383302 +59,-1.536980704,0.7364810563,248,-1.749645898,0.7757118084,631.56467239 +60,-1.534935567,0.7364752065,248,-1.749645898,0.7757118084,637.26913606 +61,-1.533042592,0.7363876366,248,-1.749645898,0.7757118084,642.65342431 +62,-1.545143426,0.7349628011,248,-1.749645898,0.7757118084,610.8158651 +63,-1.543105297,0.7349691947,248,-1.749645898,0.7757118084,616.46251456 +64,-1.541064533,0.7349647152,248,-1.749645898,0.7757118084,622.13418144 +65,-1.545411803,0.7334624714,248,-1.749645898,0.7757118084,612.06050875 +66,-1.543446606,0.7334780896,248,-1.749645898,0.7757118084,617.48165305 +67,-1.541475327,0.7334957295,248,-1.749645898,0.7757118084,622.92072632 +68,-1.545401939,0.731963266,248,-1.749645898,0.7757118084,614.1258874 +69,-1.54342253,0.7319915583,248,-1.749645898,0.7757118084,619.55801102 +70,-1.541455867,0.7320216438,248,-1.749645898,0.7757118084,624.95668023 +71,-1.545410146,0.7304422281,248,-1.749645898,0.7757118084,616.22219196 +72,-1.543435491,0.7304713664,248,-1.749645898,0.7757118084,621.62796392 +73,-1.541463105,0.7304997613,248,-1.749645898,0.7757118084,627.033017 +74,-1.545414768,0.7289194936,248,-1.749645898,0.7757118084,618.38193202 +75,-1.543435774,0.7289538557,248,-1.749645898,0.7757118084,623.77972913 +76,-1.541457714,0.7289765881,248,-1.749645898,0.7757118084,629.19643359 +77,-1.539449415,0.7320555866,248,-1.749645898,0.7757118084,630.46440383 +78,-1.537429183,0.7321097681,248,-1.749645898,0.7757118084,635.98727708 +79,-1.535472649,0.7321497267,248,-1.749645898,0.7757118084,641.35697888 +80,-1.539457899,0.7305333307,248,-1.749645898,0.7757118084,632.52596208 +81,-1.537453161,0.7305750503,248,-1.749645898,0.7757118084,638.01082593 +82,-1.535479385,0.7306124949,248,-1.749645898,0.7757118084,643.42029591 +83,-1.53946905,0.7290102593,248,-1.749645898,0.7757118084,634.63142256 +84,-1.537459922,0.7290417293,248,-1.749645898,0.7757118084,640.13065004 +85,-1.535451349,0.7290890157,248,-1.749645898,0.7757118084,645.61071544 +86,-1.535522937,0.7279887191,248,-1.749645898,0.7757118084,646.96960303 +87,-1.539442524,0.7274735939,248,-1.749645898,0.7757118084,636.91000501 +88,-1.537424111,0.727521351,248,-1.749645898,0.7757118084,642.39902009 +89,-1.539384641,0.7259505092,248,-1.749645898,0.7757118084,639.30418483 +90,-1.537372391,0.7259947145,248,-1.749645898,0.7757118084,644.76849228 +91,-1.535340789,0.7260435356,248,-1.749645898,0.7757118084,650.2846041 +92,-1.539325716,0.7244369706,248,-1.749645898,0.7757118084,641.73460453 +93,-1.537308932,0.7244801057,248,-1.749645898,0.7757118084,647.1998792 +94,-1.535289068,0.7245247645,248,-1.749645898,0.7757118084,652.67692785 +95,-1.533261366,0.7245550236,248,-1.749645898,0.7757118084,658.20243926 +96,-1.539267302,0.722921924,248,-1.749645898,0.7757118084,644.21264828 +97,-1.537248972,0.7229660258,248,-1.749645898,0.7757118084,649.66728261 +98,-1.535219431,0.7229916471,248,-1.749645898,0.7757118084,655.18677042 +99,-1.53318962,0.7230212049,248,-1.749645898,0.7757118084,660.70648858 +100,-1.531154816,0.7230299897,248,-1.749645898,0.7757118084,666.27670033 +101,-1.528878341,0.7230370244,248,-1.749645898,0.7757118084,672.51852581 +102,-1.539218189,0.7214009878,248,-1.749645898,0.7757118084,646.72084814 +103,-1.537198791,0.7214422745,248,-1.749645898,0.7757118084,652.16901981 +104,-1.535179266,0.7214634354,248,-1.749645898,0.7757118084,657.65502587 +105,-1.533156501,0.7214944644,248,-1.749645898,0.7757118084,663.14021572 +106,-1.53113574,0.7215166021,248,-1.749645898,0.7757118084,668.63926622 +107,-1.528874248,0.7215345535,248,-1.749645898,0.7757118084,674.81019017 +108,-1.539217656,0.7198512397,248,-1.749645898,0.7757118084,649.18930196 +109,-1.537199919,0.7199428763,248,-1.749645898,0.7757118084,654.53809384 +110,-1.545425832,0.727397149,248,-1.749645898,0.7757118084,620.57406501 +111,-1.543371177,0.7273916949,248,-1.749645898,0.7757118084,626.22522343 +112,-1.541368852,0.7274523163,248,-1.749645898,0.7757118084,631.64087366 +113,-1.545349067,0.7258710923,248,-1.749645898,0.7757118084,623.0625494 +114,-1.54332671,0.7258603556,248,-1.749645898,0.7757118084,628.62076871 +115,-1.541346831,0.7259242142,248,-1.749645898,0.7757118084,633.95601105 +116,-1.545324355,0.7243383958,248,-1.749645898,0.7757118084,625.46776966 +117,-1.543292796,0.7243617413,248,-1.749645898,0.7757118084,630.98644446 +118,-1.541295822,0.7244024384,248,-1.749645898,0.7757118084,636.38979331 +119,-1.543193859,0.7205570215,248,-1.749645898,0.7757118084,637.2357762 +120,-1.550257047,0.7386738187,248,-1.749645898,0.7757118084,591.88527971 +121,-1.549335448,0.7311736483,248,-1.749645898,0.7757118084,604.37132844 +122,-1.533478843,0.7179891343,248,-1.749645898,0.7757118084,667.8160603 +123,-1.556150555,0.738907041,248,-1.749645898,0.7757118084,575.21234846 +124,-1.554324226,0.733414257,248,-1.749645898,0.7757118084,587.4941233 +125,-1.554290846,0.7288285332,248,-1.749645898,0.7757118084,594.1424348 +126,-1.55122487,0.7219795312,248,-1.749645898,0.7757118084,613.12403578 +127,-1.525104458,0.7229399862,248,-1.749645898,0.7757118084,683.04107135 +128,-1.519607711,0.7236181429,248,-1.749645898,0.7757118084,697.18776887 +129,-1.513899999,0.7251107854,248,-1.749645898,0.7757118084,710.8237318 +130,-1.536620762,0.7431061895,248,-1.749645898,0.7757118084,624.798524 +131,-1.5369566,0.7460845958,248,-1.749645898,0.7757118084,620.6893308 +132,-1.545345528,0.7447040685,248,-1.749645898,0.7757118084,598.60899989 +133,-1.532813921,0.7432306626,248,-1.749645898,0.7757118084,635.33570028 +134,-1.554788248,0.7382381001,248,-1.749645898,0.7757118084,579.83751637 +135,-1.540348126,0.7301594274,248,-1.749645898,0.7757118084,630.58705612 +136,-1.538016084,0.7239051786,248,-1.749645898,0.7757118084,646.13077876 +137,-1.525288962,0.7258085137,248,-1.749645898,0.7757118084,678.33440736 +138,-1.534326986,0.731241342,248,-1.749645898,0.7757118084,645.75504093 +139,-1.530733872,0.7303625216,248,-1.749645898,0.7757118084,656.90420764 +141,-1.534354939,0.7328219978,248,-1.749645898,0.7757118084,643.56455222 +142,-1.53157084,0.7292888153,248,-1.749645898,0.7757118084,656.06081018 +143,-1.525691035,0.7263799874,248,-1.749645898,0.7757118084,676.40641249 +144,-1.534031287,0.7495967835,248,-1.749645898,0.7757118084,625.45735467 +145,-1.527714986,0.7283095957,248,-1.749645898,0.7757118084,668.09072775 +146,-1.526189586,0.7271468292,248,-1.749645898,0.7757118084,673.9407105 +147,-1.555177336,0.7375563366,248,-1.749645898,0.7757118084,579.6257489 +148,-1.555080283,0.7312707794,248,-1.749645898,0.7757118084,588.41977815 +149,-1.53856994,0.7224180299,248,-1.749645898,0.7757118084,646.9000577 +150,-1.530837883,0.729933372,248,-1.749645898,0.7757118084,657.20188687 +151,-1.515066984,0.5854133365,248,-1.749645898,0.7757118084,1041.1856196 +152,-1.534731633,0.5368370046,248,-1.749645898,0.7757118084,1159.0710372 +153,-1.515231902,0.5607085576,248,-1.749645898,0.7757118084,1117.8656754 +154,-2.616253799,1.0684566605,248,-1.749645898,0.7757118084,2298.8531501 +155,-1.956071439,0.5792177723,248,-1.749645898,0.7757118084,1003.6083406 +156,-1.951208514,0.5602434208,248,-1.749645898,0.7757118084,1056.5994827 +157,-1.944675062,0.6062144545,248,-1.749645898,0.7757118084,895.60411266 +158,-1.613778386,0.6077989518,248,-1.749645898,0.7757118084,782.81230631 +159,-2.035029014,0.6021432345,248,-1.749645898,0.7757118084,1107.3242398 +160,-2.114989471,0.6801825058,248,-1.749645898,0.7757118084,1140.84737 +161,-2.037382079,0.5765830025,248,-1.749645898,0.7757118084,1184.3047186 +162,-2.129855121,0.6585019963,248,-1.749645898,0.7757118084,1221.6362585 +163,-2.075141798,0.6493615843,248,-1.749645898,0.7757118084,1092.9684198 +164,-1.828626729,0.6948433129,248,-1.749645898,0.7757118084,395.37770157 +165,-1.863329418,0.6735427691,248,-1.749645898,0.7757118084,526.37182562 +166,-1.266037071,0.727988852,248,-1.749645898,0.7757118084,1405.045641 +167,-1.277579582,0.7249010648,248,-1.749645898,0.7757118084,1376.058449 +168,-1.258418684,0.7241194816,248,-1.749645898,0.7757118084,1431.1631098 +169,-1.317813974,0.6804850104,248,-1.749645898,0.7757118084,1325.5042353 +170,-1.344165204,0.6790988904,248,-1.749645898,0.7757118084,1254.1705705 +171,-1.427582102,0.5277120351,248,-1.749645898,0.7757118084,1405.6364165 +172,-1.402238616,0.457167829,248,-1.749645898,0.7757118084,1679.7427777 +173,-1.422454264,0.4996161999,248,-1.749645898,0.7757118084,1502.8562425 +174,-1.439089277,0.4894859811,248,-1.749645898,0.7757118084,1499.7199506 +175,-1.448126995,0.5182330266,248,-1.749645898,0.7757118084,1389.9980676 +176,-1.474626146,0.5881926574,248,-1.749645898,0.7757118084,1121.9956871 +177,-1.421139645,0.5584869783,248,-1.749645898,0.7757118084,1330.3898751 +178,-1.457037165,0.565943032,248,-1.749645898,0.7757118084,1226.2033153 +179,-2.757159358,0.3745319,248,-1.749645898,0.7757118084,3618.508689 +180,-2.714309238,0.342054471,248,-1.749645898,0.7757118084,3582.9867741 +181,-2.000525337,0.774119946,248,-1.749645898,0.7757118084,709.11625432 +183,-1.571413436,0.6777838382,248,-1.749645898,0.7757118084,654.02773406 +184,-1.552860289,0.6987663893,248,-1.749645898,0.7757118084,651.79284218 +185,-1.521852374,0.7165827476,248,-1.749645898,0.7757118084,701.78938358 +186,-1.503656267,0.6928968252,248,-1.749645898,0.7757118084,792.78201633 +187,-1.502753178,0.7136205882,248,-1.749645898,0.7757118084,758.80589572 +188,-1.631894563,0.7343596465,248,-1.749645898,0.7757118084,376.93224876 +189,-1.653765416,0.6770714026,248,-1.749645898,0.7757118084,482.72029856 +190,-1.719812114,0.6715965947,248,-1.749645898,0.7757118084,421.77294035 +191,-1.493406659,0.6646955447,248,-1.749645898,0.7757118084,878.66023572 +192,-1.469120564,0.6613469966,248,-1.749645898,0.7757118084,948.86987405 +193,-1.590551461,0.5326612937,248,-1.749645898,0.7757118084,1083.1872068 +194,-1.625979264,0.5247742243,248,-1.749645898,0.7757118084,1066.6360381 +195,-1.572293943,0.5238808754,248,-1.749645898,0.7757118084,1141.5003643 +196,-1.610848725,0.5477107964,248,-1.749645898,0.7757118084,1000.6612087 +197,-1.208485554,0.7918526018,248,-1.749645898,0.7757118084,1510.0923909 +198,-1.335601374,0.6869083083,248,-1.749645898,0.7757118084,1265.255036 +199,-1.346156996,0.6825213377,248,-1.749645898,0.7757118084,1242.8851249 +200,-1.324381037,0.6741422347,248,-1.749645898,0.7757118084,1317.7827365 +201,-1.242424992,0.7378949807,248,-1.749645898,0.7757118084,1460.5953153 +202,-1.270370057,0.7392461008,248,-1.749645898,0.7757118084,1380.3256031 +203,-1.448950472,0.7441675014,248,-1.749645898,0.7757118084,870.69743691 +204,-1.492662363,0.7523026852,248,-1.749645898,0.7757118084,739.80282998 +205,-1.479098966,0.7763855017,248,-1.749645898,0.7757118084,763.66922058 +206,-1.633760714,0.7869022408,248,-1.749645898,0.7757118084,328.8063481 +207,-1.647406434,0.8101289331,248,-1.749645898,0.7757118084,315.09277694 +208,-1.564245052,0.5701509278,248,-1.749645898,0.7757118084,994.48931972 +209,-1.646289963,0.6833746083,248,-1.749645898,0.7757118084,476.08057006 +210,-1.5820631,0.6751952144,248,-1.749645898,0.7757118084,635.79087273 +211,-1.613236298,0.6681681791,248,-1.749645898,0.7757118084,587.59578163 +212,-1.914661867,0.8212566515,248,-1.749645898,0.7757118084,490.07967738 +213,-1.742133237,0.7250275956,248,-1.749645898,0.7757118084,201.93570617 +214,-2.033144872,0.6557314699,248,-1.749645898,0.7757118084,969.03742988 +215,-2.039551981,0.6964723658,248,-1.749645898,0.7757118084,905.06068004 +216,-1.247341019,0.7622473908,248,-1.749645898,0.7757118084,1423.3941117 +217,-1.298239787,0.7084123392,248,-1.749645898,0.7757118084,1338.6767569 +218,-1.308539688,0.6926545592,248,-1.749645898,0.7757118084,1332.3023085 +219,-1.303263185,0.6888938396,248,-1.749645898,0.7757118084,1352.9258337 +220,-1.852400229,0.6004246149,248,-1.749645898,0.7757118084,761.65438792 +221,-1.288947707,0.7473773692,248,-1.749645898,0.7757118084,1319.7549277 +222,-1.372031502,0.7472790993,248,-1.749645898,0.7757118084,1085.2577333 +223,-1.289805721,0.7242157877,248,-1.749645898,0.7757118084,1342.3079246 +224,-1.350807603,0.7533498126,248,-1.749645898,0.7757118084,1139.8616861 +225,-1.329290365,0.7560442322,248,-1.749645898,0.7757118084,1198.2908713 +226,-1.410153004,0.616936428,248,-1.749645898,0.7757118084,1203.6344613 +227,-1.393445434,0.6308995063,248,-1.749645898,0.7757118084,1214.6973491 +228,-1.37595573,0.6241540638,248,-1.749645898,0.7757118084,1276.0429791 +229,-1.358388707,0.6172645205,248,-1.749645898,0.7757118084,1338.1170858 +230,-1.753741133,0.8281661666,248,-1.749645898,0.7757118084,208.07732785 +231,-1.47430987,0.6834615681,248,-1.749645898,0.7757118084,889.39370358 +232,-1.421012508,0.7222725206,248,-1.749645898,0.7757118084,974.21154512 +233,-1.4476833,0.6978557868,248,-1.749645898,0.7757118084,935.82053392 +234,-1.470370723,0.6966193374,248,-1.749645898,0.7757118084,875.76063401 +235,-1.429211703,0.7037216883,248,-1.749645898,0.7757118084,977.51052164 +236,-1.700578405,0.6178673663,248,-1.749645898,0.7757118084,642.63060123 +237,-1.678117619,0.6331716163,248,-1.749645898,0.7757118084,604.25393337 +238,-1.725644578,0.6316331145,248,-1.749645898,0.7757118084,575.25573917 +239,-2.14012759,0.7930497945,248,-1.749645898,0.7757118084,1093.4029012 +240,-2.103289431,0.7653606263,248,-1.749645898,0.7757118084,1003.3787368 +241,-1.318739838,0.7017808746,248,-1.749645898,0.7757118084,1290.0767255 +242,-1.396417427,0.7077900843,248,-1.749645898,0.7757118084,1063.0125966 +243,-1.35650337,0.7185539404,248,-1.749645898,0.7757118084,1160.7653901 +244,-1.248884539,0.7274156818,248,-1.749645898,0.7757118084,1454.1826544 +245,-1.395014798,0.5761185243,248,-1.749645898,0.7757118084,1345.0842326 +246,-1.433377362,0.6064716109,248,-1.749645898,0.7757118084,1170.9881386 +247,-1.408172432,0.5903155476,248,-1.749645898,0.7757118084,1275.2602504 +248,-1.749645898,0.7757118084,248,-1.749645898,0.7757118084,140.43236368 +249,-1.571626686,0.615046989,248,-1.749645898,0.7757118084,834.1772654 +250,-1.514070049,0.6303003037,248,-1.749645898,0.7757118084,913.62585972 +251,-1.480890369,0.6237966528,248,-1.749645898,0.7757118084,1009.7706287 +252,-1.704390658,0.5281680612,248,-1.749645898,0.7757118084,990.67542147 +253,-1.64434733,0.5254277498,248,-1.749645898,0.7757118084,1044.6817358 +254,-1.703855997,0.4792484842,248,-1.749645898,0.7757118084,1183.2610439 +255,-1.692002383,0.5748825051,248,-1.749645898,0.7757118084,815.00906199 +256,-1.854136457,0.5544643913,248,-1.749645898,0.7757118084,934.23740179 +257,-1.665021206,0.520317736,248,-1.749645898,0.7757118084,1045.807331 +258,-1.733654349,0.4845187345,248,-1.749645898,0.7757118084,1154.5297063 +259,-1.720938188,0.5135933906,248,-1.749645898,0.7757118084,1042.1602977 +260,-1.742668307,0.553296122,248,-1.749645898,0.7757118084,881.2540056 +261,-1.965659039,0.7142126903,248,-1.749645898,0.7757118084,673.65370913 +262,-1.944438071,0.6772834804,248,-1.749645898,0.7757118084,695.18156705 +263,-1.270340967,0.7681487096,248,-1.749645898,0.7757118084,1354.3359215 +264,-1.353091884,0.6549276821,248,-1.749645898,0.7757118084,1273.2998019 +265,-1.333236659,0.6413584414,248,-1.749645898,0.7757118084,1354.4413433 +266,-1.352015998,0.6753788907,248,-1.749645898,0.7757118084,1238.6973 +267,-1.377988483,0.6577816235,248,-1.749645898,0.7757118084,1199.694708 +268,-2.13075611,0.8318642051,248,-1.749645898,0.7757118084,1067.1691163 +269,-2.097910953,0.8259670014,248,-1.749645898,0.7757118084,977.79898807 +270,-1.416382069,0.6694271549,248,-1.749645898,0.7757118084,1072.6800478 +271,-1.538905672,0.7535625993,248,-1.749645898,0.7757118084,608.15769157 +272,-1.572309477,0.7803125099,248,-1.749645898,0.7757118084,500.35451493 +273,-1.87759879,0.7503853417,248,-1.749645898,0.7757118084,379.63448515 +274,1.152365588,0.590457682,248,-1.749645898,0.7757118084,6964.0457201 +275,0.350198001,0.718001859,248,-1.749645898,0.7757118084,5467.5715005 +276,0.046513677,0.491503852,248,-1.749645898,0.7757118084,5465.4413811 +277,0.027510309,0.742571376,248,-1.749645898,0.7757118084,4738.9411779 +278,0.306285725,-0.214631579,248,-1.749645898,0.7757118084,8179.8770289 +279,-1.100564889,0.318051531,248,-1.749645898,0.7757118084,2807.2946274 +280,-1.078582306,0.301437596,248,-1.749645898,0.7757118084,2911.5281352 +281,-1.137371989,-0.617634065,248,-1.749645898,0.7757118084,5941.2837623 +282,0.784356344,0.703272339,248,-1.749645898,0.7757118084,6199.0552159 +283,-1.221209947,0.218327455,248,-1.749645898,0.7757118084,2841.2941004 +284,2.347301921,-0.449114658,248,-1.749645898,0.7757118084,9158.5121129 +285,0.246820618,0.830553713,248,-1.749645898,0.7757118084,4939.4602554 +286,0.829414965,0.703288228,248,-1.749645898,0.7757118084,6252.6640538 +287,-1.337537566,0.42332223,248,-1.749645898,0.7757118084,1926.3380177 +288,0.882453706,0.454478077,248,-1.749645898,0.7757118084,7233.3859874 +289,1.575629659,0.416419109,248,-1.749645898,0.7757118084,7675.1037529 +290,-1.039455679,0.229888244,248,-1.749645898,0.7757118084,3224.0058242 +291,0.489558039,0.934482747,248,-1.749645898,0.7757118084,5013.9194916 +292,0.081344504,0.88384514,248,-1.749645898,0.7757118084,4483.5391992 +293,-1.547979814,0.300350308,248,-1.749645898,0.7757118084,1999.2211077 +294,0.040776181,0.168560074,248,-1.749645898,0.7757118084,6364.0048986 +295,-1.130374745,0.563894876,248,-1.749645898,0.7757118084,2077.3305803 +296,1.578326642,0.478507176,248,-1.749645898,0.7757118084,7430.2254853 +297,-1.12861823,-0.291640865,248,-1.749645898,0.7757118084,4785.3930939 +298,0.310524208,0.770885792,248,-1.749645898,0.7757118084,5232.6099433 +299,0.415649091,-0.387246002,248,-1.749645898,0.7757118084,8945.5226914 +300,-0.926533878,-0.188022748,248,-1.749645898,0.7757118084,4822.5384324 +301,1.258856172,-0.11716081,248,-1.749645898,0.7757118084,9795.0079453 +302,-1.126050026,0.322941926,248,-1.749645898,0.7757118084,2729.5580683 +303,2.002785835,0.07893892,248,-1.749645898,0.7757118084,8424.1952242 +304,0.440437607,0.746258085,248,-1.749645898,0.7757118084,5540.7940793 +305,-0.030391866,0.214441206,248,-1.749645898,0.7757118084,6040.3318868 +306,0.521557815,-0.058929362,248,-1.749645898,0.7757118084,8298.5763941 +307,-0.097005111,0.13317729,248,-1.749645898,0.7757118084,6082.7457395 +308,1.83113859,0.221857587,248,-1.749645898,0.7757118084,8188.1154065 +309,0.222428864,0.099404236,248,-1.749645898,0.7757118084,7051.8222753 +310,-1.702731345,0.8728568183,248,-1.749645898,0.7757118084,404.8839682 +311,-0.418507569,0.278324921,248,-1.749645898,0.7757118084,4783.0398078 +312,-1.41153306,0.339029988,248,-1.749645898,0.7757118084,2057.9572809 +313,0.357560442,0.114788776,248,-1.749645898,0.7757118084,7355.3201332 +314,0.325818979,0.268352149,248,-1.749645898,0.7757118084,6807.0285423 +315,-1.246004659,-0.663679965,248,-1.749645898,0.7757118084,5979.3724826 +316,1.814603087,0.637404484,248,-1.749645898,0.7757118084,6644.7311691 +317,1.843704281,-0.18300445,248,-1.749645898,0.7757118084,9635.463895 +318,1.690644492,-0.211480909,248,-1.749645898,0.7757118084,9989.4866413 +319,-1.275451936,0.068109467,248,-1.749645898,0.7757118084,3252.8360355 +320,0.762430171,-0.207594741,248,-1.749645898,0.7757118084,9343.5257569 +321,0.265668905,-0.014647884,248,-1.749645898,0.7757118084,7500.5504425 +322,-2.773032013,-0.335515811,248,-1.749645898,0.7757118084,5744.2254124 +323,-1.469512853,0.174058777,248,-1.749645898,0.7757118084,2568.7001377 +324,0.286276986,0.785925691,248,-1.749645898,0.7757118084,5142.780918 +325,-1.379324697,0.377432233,248,-1.749645898,0.7757118084,1987.4501567 +326,-1.203778265,0.212813032,248,-1.749645898,0.7757118084,2896.7020769 +327,0.579916301,0.611743168,248,-1.749645898,0.7757118084,6221.8547676 +328,0.267582642,0.868113908,248,-1.749645898,0.7757118084,4868.210927 +329,0.412869244,-0.050245578,248,-1.749645898,0.7757118084,7995.221452 +330,0.17524381,0.976660285,248,-1.749645898,0.7757118084,4409.9975014 +331,0.743157214,0.204812899,248,-1.749645898,0.7757118084,7915.093343 +332,-1.070758176,0.269382282,248,-1.749645898,0.7757118084,3026.9602656 +333,-1.230364251,0.329790229,248,-1.749645898,0.7757118084,2460.6249419 +334,-1.374813124,-0.024926835,248,-1.749645898,0.7757118084,3436.3752004 +335,0.519780566,0.463669906,248,-1.749645898,0.7757118084,6608.8501744 +336,-1.55108034,0.239698561,248,-1.749645898,0.7757118084,2226.5767876 +337,0.180294813,0.029739425,248,-1.749645898,0.7757118084,7141.1541073 +338,0.67820924,0.268170153,248,-1.749645898,0.7757118084,7574.3621647 +339,0.445798684,1.024001867,248,-1.749645898,0.7757118084,4673.4725129 +340,0.691751283,0.150521402,248,-1.749645898,0.7757118084,8003.5322596 +341,-1.036643551,-0.903056181,248,-1.749645898,0.7757118084,7082.0645896 +342,-0.120287036,1.083325163,248,-1.749645898,0.7757118084,3677.517644 +343,2.823513113,-0.304487164,248,-1.749645898,0.7757118084,7447.3077949 +344,0.457583172,1.12513373,248,-1.749645898,0.7757118084,4377.8086058 +345,0.042918831,0.813795399,248,-1.749645898,0.7757118084,4586.9249913 +346,1.196146777,-0.853142756,248,-1.749645898,0.7757118084,11830.441707 +347,0.206001358,-0.010430701,248,-1.749645898,0.7757118084,7326.6981891 +348,-0.268308653,0.234799412,248,-1.749645898,0.7757118084,5323.2575024 +349,0.759363263,0.736189579,248,-1.749645898,0.7757118084,6049.5390854 +350,0.181363926,0.891988372,248,-1.749645898,0.7757118084,4647.9003341 +351,-0.021111158,0.139103292,248,-1.749645898,0.7757118084,6277.2757725 +352,-0.093355215,0.630686981,248,-1.749645898,0.7757118084,4747.5458568 +353,0.40118964,0.681375926,248,-1.749645898,0.7757118084,5676.984395 +354,-0.721197315,1.304706234,248,-1.749645898,0.7757118084,2725.4048102 +355,-1.076150317,0.212107639,248,-1.749645898,0.7757118084,3189.5409147 +356,-1.577164531,0.273993443,248,-1.749645898,0.7757118084,2069.7409058 +357,-0.190788414,0.182208586,248,-1.749645898,0.7757118084,5684.4953049 +358,-0.261349752,0.209710184,248,-1.749645898,0.7757118084,5410.9464047 +359,-1.029303852,0.083549259,248,-1.749645898,0.7757118084,3706.904732 +360,-1.268609162,0.330525297,248,-1.749645898,0.7757118084,2372.6608328 +361,1.282982244,-0.926641967,248,-1.749645898,0.7757118084,11782.387609 +362,0.217352334,0.731352408,248,-1.749645898,0.7757118084,5169.4014437 +363,-1.511833084,0.258629297,248,-1.749645898,0.7757118084,2198.8060846 +364,0.338812194,0.823184618,248,-1.749645898,0.7757118084,5125.4711856 +365,-0.324406489,1.134201999,248,-1.749645898,0.7757118084,3269.0598409 +366,1.389579348,0.399185724,248,-1.749645898,0.7757118084,7790.0714614 +367,2.047152199,-0.039082036,248,-1.749645898,0.7757118084,8736.3479002 +368,0.947780369,0.568250077,248,-1.749645898,0.7757118084,6884.5497927 +369,0.763824846,0.576754987,248,-1.749645898,0.7757118084,6628.1517629 +370,-0.142334657,0.928153068,248,-1.749645898,0.7757118084,3939.2257485 +371,0.610266567,0.547265983,248,-1.749645898,0.7757118084,6492.7738393 +372,0.210731629,0.746815056,248,-1.749645898,0.7757118084,5111.4998366 +373,-1.34931644,0.316895224,248,-1.749645898,0.7757118084,2250.1322657 +374,2.407696481,0.655030745,248,-1.749645898,0.7757118084,5712.6916927 +375,0.64207831,0.545359131,248,-1.749645898,0.7757118084,6552.7580085 +376,1.174597538,0.840588356,248,-1.749645898,0.7757118084,5997.2466691 +377,0.660059424,0.010604079,248,-1.749645898,0.7757118084,8404.9143394 +378,-0.730263819,0.010486456,248,-1.749645898,0.7757118084,4672.1974249 +379,0.831068936,0.512339172,248,-1.749645898,0.7757118084,6953.5400115 +380,1.301180979,0.72367476,248,-1.749645898,0.7757118084,6496.0335579 +381,1.811128231,0.322854402,248,-1.749645898,0.7757118084,7835.7812423 +382,0.435105812,0.992284428,248,-1.749645898,0.7757118084,4757.290889 +383,0.62643634,0.592027932,248,-1.749645898,0.7757118084,6366.1195072 +384,0.492988703,-0.516339467,248,-1.749645898,0.7757118084,9475.6867592 +385,-0.162469483,0.112549365,248,-1.749645898,0.7757118084,5956.243315 +386,0.314630866,0.472006421,248,-1.749645898,0.7757118084,6153.9083654 +387,0.166744804,0.822815954,248,-1.749645898,0.7757118084,4810.5915796 +388,0.417159608,0.965805736,248,-1.749645898,0.7757118084,4814.0054761 +389,0.106334961,0.868774244,248,-1.749645898,0.7757118084,4570.5062796 +390,0.815086969,-0.338144359,248,-1.749645898,0.7757118084,9873.8885477 +391,0.59867455,-0.230624824,248,-1.749645898,0.7757118084,9012.3315126 +392,1.915104874,0.066220985,248,-1.749645898,0.7757118084,8627.8690017 +393,1.278093622,0.064463721,248,-1.749645898,0.7757118084,9091.4490816 +394,-0.061477853,0.302997961,248,-1.749645898,0.7757118084,5708.962842 +395,0.251311504,0.626976942,248,-1.749645898,0.7757118084,5546.3625208 +396,2.950242872,0.149095644,248,-1.749645898,0.7757118084,5844.3085013 +397,-0.180294708,0.35375117,248,-1.749645898,0.7757118084,5247.4666664 +398,1.010448592,-0.351180233,248,-1.749645898,0.7757118084,10346.33556 +399,-1.748740498,0.3686318073,248,-1.749645898,0.7757118084,1612.4466153 +400,2.699635665,0.123533791,248,-1.749645898,0.7757118084,6610.6552503 +401,0.496808033,0.823843254,248,-1.749645898,0.7757118084,5382.0649549 +402,0.129574704,0.763364087,248,-1.749645898,0.7757118084,4900.2130236 +403,1.798920311,0.817447563,248,-1.749645898,0.7757118084,5975.1888001 +404,0.335987953,0.746786541,248,-1.749645898,0.7757118084,5352.7701229 +405,-1.085413643,0.292154671,248,-1.749645898,0.7757118084,2922.1815444 +406,-0.155321003,0.508207011,248,-1.749645898,0.7757118084,4906.3293524 +407,0.620529244,-0.301175104,248,-1.749645898,0.7757118084,9273.9409244 +408,1.684402744,0.368716966,248,-1.749645898,0.7757118084,7788.5853734 +409,0.300582244,-0.386397212,248,-1.749645898,0.7757118084,8619.0779339 +410,2.913555946,-0.009225192,248,-1.749645898,0.7757118084,6386.5899609 +411,1.465101417,0.493232532,248,-1.749645898,0.7757118084,7410.5845292 +412,0.090612882,0.907955955,248,-1.749645898,0.7757118084,4439.3322126 +413,2.987564726,-0.729568594,248,-1.749645898,0.7757118084,8086.4301071 +414,-1.484261606,0.224149272,248,-1.749645898,0.7757118084,2362.5106167 +415,0.164073421,0.303955133,248,-1.749645898,0.7757118084,6299.0571548 +416,0.141441293,0.167552546,248,-1.749645898,0.7757118084,6637.9974127 +417,2.931321023,-0.506718887,248,-1.749645898,0.7757118084,7678.2453173 +418,2.21951565,0.700596356,248,-1.749645898,0.7757118084,5896.2983467 +419,0.268112576,1.199114336,248,-1.749645898,0.7757118084,3960.8158168 +420,0.978913739,0.359223811,248,-1.749645898,0.7757118084,7706.0855486 +421,1.210898818,0.522863584,248,-1.749645898,0.7757118084,7258.6760091 +422,2.347397336,0.129231362,248,-1.749645898,0.7757118084,7505.575353 +423,0.614394501,0.556878345,248,-1.749645898,0.7757118084,6466.8676259 +424,-1.398079356,0.148483366,248,-1.749645898,0.7757118084,2762.6748671 +425,2.535303836,-0.112984496,248,-1.749645898,0.7757118084,7736.0213349 +426,-1.019372593,-0.405322349,248,-1.749645898,0.7757118084,5373.0818651 +427,-1.297785627,-0.160104069,248,-1.749645898,0.7757118084,4044.5865379 +428,2.144554488,0.205051084,248,-1.749645898,0.7757118084,7712.9692447 +429,-2.242387083,-0.426171285,248,-1.749645898,0.7757118084,5084.3177497 +430,0.338637212,0.909723676,248,-1.749645898,0.7757118084,4865.1519094 +431,-0.148798452,0.691042401,248,-1.749645898,0.7757118084,4462.3769199 +432,0.893524764,0.441829531,248,-1.749645898,0.7757118084,7294.2951159 +433,0.969229347,-0.368847936,248,-1.749645898,0.7757118084,10320.700384 +434,0.436043248,0.800045688,248,-1.749645898,0.7757118084,5361.9310515 +435,1.687946607,1.081504775,248,-1.749645898,0.7757118084,5027.0200836 +436,0.522302046,-0.034889271,248,-1.749645898,0.7757118084,8226.2487797 +437,-0.178996113,-0.438090009,248,-1.749645898,0.7757118084,7416.1451024 +438,-1.094339566,0.301444068,248,-1.749645898,0.7757118084,2872.2324074 +439,-1.064070054,0.242569932,248,-1.749645898,0.7757118084,3124.8155968 +440,-1.068153768,0.230387998,248,-1.749645898,0.7757118084,3152.2025408 +441,-3.00496892,-0.23989155,248,-1.749645898,0.7757118084,6028.5833269 +442,0.21751974,0.766874888,248,-1.749645898,0.7757118084,5067.229871 +443,0.117229532,0.007619006,248,-1.749645898,0.7757118084,7031.480264 +444,0.777758451,0.420554741,248,-1.749645898,0.7757118084,7209.4142712 +445,-0.252356999,0.250747086,248,-1.749645898,0.7757118084,5324.8857031 +446,0.363148444,0.768483434,248,-1.749645898,0.7757118084,5335.5594686 +447,0.903191366,-0.118210676,248,-1.749645898,0.7757118084,9340.7974523 +448,-0.205755923,0.149406178,248,-1.749645898,0.7757118084,5732.5988723 +449,1.811996086,0.02364353,248,-1.749645898,0.7757118084,8947.762944 +450,-1.100670221,0.314845373,248,-1.749645898,0.7757118084,2816.5498224 +451,0.340078597,0.850105132,248,-1.749645898,0.7757118084,5046.3005865 +452,0.258757267,0.804969236,248,-1.749645898,0.7757118084,5035.6695759 +453,2.78505352,-0.155160804,248,-1.749645898,0.7757118084,7152.9349838 +454,0.800551619,0.105822106,248,-1.749645898,0.7757118084,8366.6874721 +455,0.437940882,-0.506194031,248,-1.749645898,0.7757118084,9296.9767428 +456,2.230431122,0.63458615,248,-1.749645898,0.7757118084,6100.1899561 +457,0.527965361,0.127667701,248,-1.749645898,0.7757118084,7726.1875884 +458,-0.063643205,0.702093448,248,-1.749645898,0.7757118084,4636.9153077 +459,1.408447268,0.133010502,248,-1.749645898,0.7757118084,8843.9156859 +460,0.523795955,0.280266966,248,-1.749645898,0.7757118084,7221.4502625 +461,-0.975769313,0.072177659,248,-1.749645898,0.7757118084,3868.663648 +462,0.549774164,-0.463663986,248,-1.749645898,0.7757118084,9511.9081251 +463,0.29245874,1.095549818,248,-1.749645898,0.7757118084,4264.5020549 +464,0.143625958,0.816809593,248,-1.749645898,0.7757118084,4782.0580051 +465,0.671902494,0.611159853,248,-1.749645898,0.7757118084,6371.5093734 +466,1.239840988,0.6724199,248,-1.749645898,0.7757118084,6682.0730971 +467,0.607829703,-0.10932137,248,-1.749645898,0.7757118084,8667.0983722 +468,1.763020906,0.263996692,248,-1.749645898,0.7757118084,8113.319913 +469,0.378714634,0.726066797,248,-1.749645898,0.7757118084,5495.2772557 +470,2.196736143,-0.153862366,248,-1.749645898,0.7757118084,8753.0521571 +471,0.01702415,0.148991565,248,-1.749645898,0.7757118084,6354.5035379 +472,-2.998490902,-0.158002487,248,-1.749645898,0.7757118084,5773.7444985 +473,-3.051262951,-0.346595608,248,-1.749645898,0.7757118084,6456.9255838 +474,-1.069176439,0.182802941,248,-1.749645898,0.7757118084,3297.8933551 +475,0.167157509,0.595344954,248,-1.749645898,0.7757118084,5455.7921305 +476,0.613855648,0.681746124,248,-1.749645898,0.7757118084,6038.0145303 +477,1.037012736,0.682555367,248,-1.749645898,0.7757118084,6530.2509892 +478,-1.253574971,0.379755746,248,-1.749645898,0.7757118084,2251.8783165 +479,3.108590453,-0.132620738,248,-1.749645898,0.7757118084,6181.3169042 +480,0.565301296,0.022333262,248,-1.749645898,0.7757118084,8150.2113125 +481,0.547898238,0.855555614,248,-1.749645898,0.7757118084,5353.3078587 +482,0.948309381,0.417393755,248,-1.749645898,0.7757118084,7452.0773281 +483,-0.050600732,0.945269213,248,-1.749645898,0.7757118084,4082.7972275 +484,-0.977651478,-0.572363064,248,-1.749645898,0.7757118084,6020.7876286 +485,1.102014914,0.728861163,248,-1.749645898,0.7757118084,6396.0606712 +486,2.927300795,-0.282939414,248,-1.749645898,0.7757118084,7099.6385867 +487,-1.154565557,0.124434095,248,-1.749645898,0.7757118084,3294.8052492 +488,1.855331234,0.291044755,248,-1.749645898,0.7757118084,7898.9404997 +489,0.830290659,0.276904518,248,-1.749645898,0.7757118084,7807.9698556 +490,0.485104466,-0.234867441,248,-1.749645898,0.7757118084,8725.5637597 +491,0.521367572,-0.33161327,248,-1.749645898,0.7757118084,9092.6560417 +1,-1.539031704,0.7349710123,249,-1.571626686,0.615046989,485.55828068 +2,-1.536990553,0.7349663874,249,-1.571626686,0.615046989,486.88506357 +3,-1.534951779,0.7349571355,249,-1.571626686,0.615046989,488.27007052 +4,-1.532906461,0.7349480293,249,-1.571626686,0.615046989,489.73753757 +5,-1.531320211,0.7346937278,249,-1.571626686,0.615046989,489.9846247 +6,-1.539451648,0.7335131775,249,-1.571626686,0.615046989,479.65347149 +7,-1.537429487,0.7335445708,249,-1.571626686,0.615046989,481.10741339 +8,-1.535484998,0.7335658704,249,-1.571626686,0.615046989,482.54342167 +9,-1.533488396,0.7336036027,249,-1.571626686,0.615046989,484.15171733 +10,-1.531497785,0.7335842962,249,-1.571626686,0.615046989,485.6105079 +11,-1.530259379,0.7334777758,249,-1.571626686,0.615046989,486.19524016 +12,-1.5335454,0.7322346912,249,-1.571626686,0.615046989,478.86797534 +13,-1.531489083,0.7322238773,249,-1.571626686,0.615046989,480.42801764 +14,-1.530011122,0.7321679851,249,-1.571626686,0.615046989,481.41500473 +15,-1.53348106,0.7306614094,249,-1.571626686,0.615046989,472.89921974 +16,-1.531441779,0.7306962275,249,-1.571626686,0.615046989,474.64430727 +17,-1.529755654,0.7306933243,249,-1.571626686,0.615046989,476.02506426 +18,-1.533415048,0.7291384674,249,-1.571626686,0.615046989,467.13109405 +19,-1.531392093,0.7291705353,249,-1.571626686,0.615046989,468.87686815 +20,-1.529296523,0.7291214933,249,-1.571626686,0.615046989,470.45451132 +21,-1.535280942,0.727267644,249,-1.571626686,0.615046989,458.53756371 +22,-1.533378158,0.7276139666,249,-1.571626686,0.615046989,461.34082273 +23,-1.531340368,0.7276446587,249,-1.571626686,0.615046989,463.11759359 +24,-1.528960113,0.7276398177,249,-1.571626686,0.615046989,465.13875061 +25,-1.533313146,0.7260818349,249,-1.571626686,0.615046989,455.55069451 +26,-1.531259555,0.7260958115,249,-1.571626686,0.615046989,457.30326393 +27,-1.528926415,0.7260865555,249,-1.571626686,0.615046989,459.29825352 +28,-1.531226779,0.7245511789,249,-1.571626686,0.615046989,451.47233862 +29,-1.528904772,0.7245519194,249,-1.571626686,0.615046989,453.52541244 +30,-1.547195875,0.7409785979,249,-1.571626686,0.615046989,504.45457542 +31,-1.5451475,0.740980426,249,-1.571626686,0.615046989,505.4405466 +32,-1.543097679,0.7409798872,249,-1.571626686,0.615046989,506.494673 +33,-1.540720364,0.7409892687,249,-1.571626686,0.615046989,507.85155825 +34,-1.547188511,0.7395198392,249,-1.571626686,0.615046989,498.75241442 +35,-1.545148587,0.7395226109,249,-1.571626686,0.615046989,499.75052907 +36,-1.543104538,0.7395314908,249,-1.571626686,0.615046989,500.85151635 +37,-1.540727751,0.7395306258,249,-1.571626686,0.615046989,502.18452204 +38,-1.547187029,0.7380014886,249,-1.571626686,0.615046989,492.81628028 +39,-1.545147315,0.7380012252,249,-1.571626686,0.615046989,493.8156902 +40,-1.54310719,0.7380060743,249,-1.571626686,0.615046989,494.91309515 +41,-1.540719671,0.7380068206,249,-1.571626686,0.615046989,496.27636773 +42,-1.547187189,0.7364799098,249,-1.571626686,0.615046989,486.86865374 +43,-1.545149996,0.7364853874,249,-1.571626686,0.615046989,487.90267265 +44,-1.543106091,0.7364823484,249,-1.571626686,0.615046989,488.98585678 +45,-1.540717158,0.7364893901,249,-1.571626686,0.615046989,490.39269852 +46,-1.538663972,0.7410138672,249,-1.571626686,0.615046989,509.17104724 +47,-1.53695285,0.7409699132,249,-1.571626686,0.615046989,510.07732908 +48,-1.534910498,0.7409641297,249,-1.571626686,0.615046989,511.40800177 +49,-1.533145034,0.7409536636,249,-1.571626686,0.615046989,512.5966446 +50,-1.538681336,0.7395405883,249,-1.571626686,0.615046989,503.45618265 +51,-1.536999189,0.7395183096,249,-1.571626686,0.615046989,504.44039736 +52,-1.534923633,0.7395144222,249,-1.571626686,0.615046989,505.81627245 +53,-1.533267822,0.7395654306,249,-1.571626686,0.615046989,507.17683382 +54,-1.53867273,0.7380151077,249,-1.571626686,0.615046989,497.55846795 +55,-1.536980576,0.7379994392,249,-1.571626686,0.615046989,498.58922483 +56,-1.534931522,0.7379944961,249,-1.571626686,0.615046989,499.96142529 +57,-1.533387952,0.7379480264,249,-1.571626686,0.615046989,500.88117891 +58,-1.538682279,0.7364914363,249,-1.571626686,0.615046989,491.65968114 +59,-1.536980704,0.7364810563,249,-1.571626686,0.615046989,492.73138488 +60,-1.534935567,0.7364752065,249,-1.571626686,0.615046989,494.1156848 +61,-1.533042592,0.7363876366,249,-1.571626686,0.615046989,495.15027449 +62,-1.545143426,0.7349628011,249,-1.571626686,0.615046989,481.97043449 +63,-1.543105297,0.7349691947,249,-1.571626686,0.615046989,483.10221649 +64,-1.541064533,0.7349647152,249,-1.571626686,0.615046989,484.27249543 +65,-1.545411803,0.7334624714,249,-1.571626686,0.615046989,475.98217215 +66,-1.543446606,0.7334780896,249,-1.571626686,0.615046989,477.11306631 +67,-1.541475327,0.7334957295,249,-1.571626686,0.615046989,478.32979292 +68,-1.545401939,0.731963266,249,-1.571626686,0.615046989,470.14572756 +69,-1.54342253,0.7319915583,249,-1.571626686,0.615046989,471.34900813 +70,-1.541455867,0.7320216438,249,-1.571626686,0.615046989,472.62756479 +71,-1.545410146,0.7304422281,249,-1.571626686,0.615046989,464.21709063 +72,-1.543435491,0.7304713664,249,-1.571626686,0.615046989,465.43589021 +73,-1.541463105,0.7304997613,249,-1.571626686,0.615046989,466.72710996 +74,-1.545414768,0.7289194936,249,-1.571626686,0.615046989,458.28630088 +75,-1.543435774,0.7289538557,249,-1.571626686,0.615046989,459.54341231 +76,-1.541457714,0.7289765881,249,-1.571626686,0.615046989,460.83285568 +77,-1.539449415,0.7320555866,249,-1.571626686,0.615046989,474.02128005 +78,-1.537429183,0.7321097681,249,-1.571626686,0.615046989,475.57916669 +79,-1.535472649,0.7321497267,249,-1.571626686,0.615046989,477.11287496 +80,-1.539457899,0.7305333307,249,-1.571626686,0.615046989,468.13577266 +81,-1.537453161,0.7305750503,249,-1.571626686,0.615046989,469.65310802 +82,-1.535479385,0.7306124949,249,-1.571626686,0.615046989,471.20795433 +83,-1.53946905,0.7290102593,249,-1.571626686,0.615046989,462.24902597 +84,-1.537459922,0.7290417293,249,-1.571626686,0.615046989,463.74847388 +85,-1.535451349,0.7290890157,249,-1.571626686,0.615046989,465.38633341 +86,-1.535522937,0.7279887191,249,-1.571626686,0.615046989,461.1162328 +87,-1.539442524,0.7274735939,249,-1.571626686,0.615046989,456.33910637 +88,-1.537424111,0.727521351,249,-1.571626686,0.615046989,457.9284419 +89,-1.539384641,0.7259505092,249,-1.571626686,0.615046989,450.50780662 +90,-1.537372391,0.7259947145,249,-1.571626686,0.615046989,452.1013212 +91,-1.535340789,0.7260435356,249,-1.571626686,0.615046989,453.80738516 +92,-1.539325716,0.7244369706,249,-1.571626686,0.615046989,444.71952242 +93,-1.537308932,0.7244801057,249,-1.571626686,0.615046989,446.33500151 +94,-1.535289068,0.7245247645,249,-1.571626686,0.615046989,448.04011439 +95,-1.533261366,0.7245550236,249,-1.571626686,0.615046989,449.77751654 +96,-1.539267302,0.722921924,249,-1.571626686,0.615046989,438.93079129 +97,-1.537248972,0.7229660258,249,-1.571626686,0.615046989,440.5744922 +98,-1.535219431,0.7229916471,249,-1.571626686,0.615046989,442.23903382 +99,-1.53318962,0.7230212049,249,-1.571626686,0.615046989,444.00178001 +100,-1.531154816,0.7230299897,249,-1.571626686,0.615046989,445.77217305 +101,-1.528878341,0.7230370244,249,-1.571626686,0.615046989,447.83945278 +102,-1.539218189,0.7214009878,249,-1.571626686,0.615046989,433.11866341 +103,-1.537198791,0.7214422745,249,-1.571626686,0.615046989,434.77607069 +104,-1.535179266,0.7214634354,249,-1.571626686,0.615046989,436.44054173 +105,-1.533156501,0.7214944644,249,-1.571626686,0.615046989,438.22856875 +106,-1.53113574,0.7215166021,249,-1.571626686,0.615046989,440.06348368 +107,-1.528874248,0.7215345535,249,-1.571626686,0.615046989,442.18776131 +108,-1.539217656,0.7198512397,249,-1.571626686,0.615046989,427.16633131 +109,-1.537199919,0.7199428763,249,-1.571626686,0.615046989,429.03769512 +110,-1.545425832,0.727397149,249,-1.571626686,0.615046989,452.35609417 +111,-1.543371177,0.7273916949,249,-1.571626686,0.615046989,453.51951965 +112,-1.541368852,0.7274523163,249,-1.571626686,0.615046989,454.99115529 +113,-1.545349067,0.7258710923,249,-1.571626686,0.615046989,446.46366369 +114,-1.54332671,0.7258603556,249,-1.571626686,0.615046989,447.60753724 +115,-1.541346831,0.7259242142,249,-1.571626686,0.615046989,449.09681288 +116,-1.545324355,0.7243383958,249,-1.571626686,0.615046989,440.51987331 +117,-1.543292796,0.7243617413,249,-1.571626686,0.615046989,441.82010184 +118,-1.541295822,0.7244024384,249,-1.571626686,0.615046989,443.25027299 +119,-1.543193859,0.7205570215,249,-1.571626686,0.615046989,427.15366982 +120,-1.550257047,0.7386738187,249,-1.571626686,0.615046989,494.09497711 +121,-1.549335448,0.7311736483,249,-1.571626686,0.615046989,465.11283187 +122,-1.533478843,0.7179891343,249,-1.571626686,0.615046989,424.65502839 +123,-1.556150555,0.738907041,249,-1.571626686,0.615046989,492.92229376 +124,-1.554324226,0.733414257,249,-1.571626686,0.615046989,471.88928703 +125,-1.554290846,0.7288285332,249,-1.571626686,0.615046989,453.87139265 +126,-1.55122487,0.7219795312,249,-1.571626686,0.615046989,428.26800052 +127,-1.525104458,0.7229399862,249,-1.571626686,0.615046989,451.08321137 +128,-1.519607711,0.7236181429,249,-1.571626686,0.615046989,459.32380396 +129,-1.513899999,0.7251107854,249,-1.571626686,0.615046989,471.25797215 +130,-1.536620762,0.7431061895,249,-1.571626686,0.615046989,518.54536756 +131,-1.5369566,0.7460845958,249,-1.571626686,0.615046989,529.854439 +132,-1.545345528,0.7447040685,249,-1.571626686,0.615046989,519.88647299 +133,-1.532813921,0.7432306626,249,-1.571626686,0.615046989,521.58114219 +134,-1.554788248,0.7382381001,249,-1.571626686,0.615046989,490.7128716 +135,-1.540348126,0.7301594274,249,-1.571626686,0.615046989,466.1127222 +136,-1.538016084,0.7239051786,249,-1.571626686,0.615046989,443.60944067 +137,-1.525288962,0.7258085137,249,-1.571626686,0.615046989,461.62930233 +138,-1.534326986,0.731241342,249,-1.571626686,0.615046989,474.47432352 +139,-1.530733872,0.7303625216,249,-1.571626686,0.615046989,473.95297661 +141,-1.534354939,0.7328219978,249,-1.571626686,0.615046989,480.51046219 +142,-1.53157084,0.7292888153,249,-1.571626686,0.615046989,469.18048224 +143,-1.525691035,0.7263799874,249,-1.571626686,0.615046989,463.38625061 +144,-1.534031287,0.7495967835,249,-1.571626686,0.615046989,545.28371909 +145,-1.527714986,0.7283095957,249,-1.571626686,0.615046989,468.77553511 +146,-1.526189586,0.7271468292,249,-1.571626686,0.615046989,465.7948451 +147,-1.555177336,0.7375563366,249,-1.571626686,0.615046989,487.90309494 +148,-1.555080283,0.7312707794,249,-1.571626686,0.615046989,463.19628639 +149,-1.53856994,0.7224180299,249,-1.571626686,0.615046989,437.49537266 +150,-1.530837883,0.729933372,249,-1.571626686,0.615046989,472.23513467 +151,-1.515066984,0.5854133365,249,-1.571626686,0.615046989,218.96805509 +152,-1.534731633,0.5368370046,249,-1.571626686,0.615046989,333.12789027 +153,-1.515231902,0.5607085576,249,-1.571626686,0.615046989,284.3485884 +154,-2.616253799,1.0684566605,249,-1.571626686,0.615046989,3132.7252318 +155,-1.956071439,0.5792177723,249,-1.571626686,0.615046989,1264.6216524 +156,-1.951208514,0.5602434208,249,-1.571626686,0.615046989,1267.3373941 +157,-1.944675062,0.6062144545,249,-1.571626686,0.615046989,1208.7827137 +158,-1.613778386,0.6077989518,249,-1.571626686,0.615046989,139.6924809 +159,-2.035029014,0.6021432345,249,-1.571626686,0.615046989,1502.3488408 +160,-2.114989471,0.6801825058,249,-1.571626686,0.615046989,1727.2084695 +161,-2.037382079,0.5765830025,249,-1.571626686,0.615046989,1529.9439758 +162,-2.129855121,0.6585019963,249,-1.571626686,0.615046989,1777.4634145 +163,-2.075141798,0.6493615843,249,-1.571626686,0.615046989,1608.4733883 +164,-1.828626729,0.6948433129,249,-1.571626686,0.615046989,865.68118073 +165,-1.863329418,0.6735427691,249,-1.571626686,0.615046989,950.91431392 +166,-1.266037071,0.727988852,249,-1.571626686,0.615046989,1045.2976289 +167,-1.277579582,0.7249010648,249,-1.571626686,0.615046989,1008.9978593 +168,-1.258418684,0.7241194816,249,-1.571626686,0.615046989,1061.6902629 +169,-1.317813974,0.6804850104,249,-1.571626686,0.615046989,841.44291185 +170,-1.344165204,0.6790988904,249,-1.571626686,0.615046989,761.45552072 +171,-1.427582102,0.5277120351,249,-1.571626686,0.615046989,591.23470749 +172,-1.402238616,0.457167829,249,-1.571626686,0.615046989,849.79771541 +173,-1.422454264,0.4996161999,249,-1.571626686,0.615046989,678.06540612 +174,-1.439089277,0.4894859811,249,-1.571626686,0.615046989,668.17905236 +175,-1.448126995,0.5182330266,249,-1.571626686,0.615046989,563.06645715 +176,-1.474626146,0.5881926574,249,-1.571626686,0.615046989,334.08139411 +177,-1.421139645,0.5584869783,249,-1.571626686,0.615046989,544.32056684 +178,-1.457037165,0.565943032,249,-1.571626686,0.615046989,424.10698183 +179,-2.757159358,0.3745319,249,-1.571626686,0.615046989,4162.8175892 +180,-2.714309238,0.342054471,249,-1.571626686,0.615046989,4088.3603118 +181,-2.000525337,0.774119946,249,-1.571626686,0.615046989,1441.828503 +183,-1.571413436,0.6777838382,249,-1.571626686,0.615046989,248.50157368 +184,-1.552860289,0.6987663893,249,-1.571626686,0.615046989,336.7879824 +185,-1.521852374,0.7165827476,249,-1.571626686,0.615046989,430.96380174 +186,-1.503656267,0.6928968252,249,-1.571626686,0.615046989,375.06984605 +187,-1.502753178,0.7136205882,249,-1.571626686,0.615046989,445.50261198 +188,-1.631894563,0.7343596465,249,-1.571626686,0.615046989,507.91188248 +189,-1.653765416,0.6770714026,249,-1.571626686,0.615046989,357.45192679 +190,-1.719812114,0.6715965947,249,-1.571626686,0.615046989,520.02384805 +191,-1.493406659,0.6646955447,249,-1.571626686,0.615046989,316.85934884 +192,-1.469120564,0.6613469966,249,-1.571626686,0.615046989,374.02823423 +193,-1.590551461,0.5326612937,249,-1.571626686,0.615046989,332.33889363 +194,-1.625979264,0.5247742243,249,-1.571626686,0.615046989,400.82534856 +195,-1.572293943,0.5238808754,249,-1.571626686,0.615046989,361.11582541 +196,-1.610848725,0.5477107964,249,-1.571626686,0.615046989,296.61498448 +197,-1.208485554,0.7918526018,249,-1.571626686,0.615046989,1295.4788701 +198,-1.335601374,0.6869083083,249,-1.571626686,0.615046989,795.308888 +199,-1.346156996,0.6825213377,249,-1.571626686,0.615046989,759.29937823 +200,-1.324381037,0.6741422347,249,-1.571626686,0.615046989,816.08898774 +201,-1.242424992,0.7378949807,249,-1.571626686,0.615046989,1123.9212823 +202,-1.270370057,0.7392461008,249,-1.571626686,0.615046989,1049.3147642 +203,-1.448950472,0.7441675014,249,-1.571626686,0.615046989,635.43003865 +204,-1.492662363,0.7523026852,249,-1.571626686,0.615046989,595.05144319 +205,-1.479098966,0.7763855017,249,-1.571626686,0.615046989,697.84605855 +206,-1.633760714,0.7869022408,249,-1.571626686,0.615046989,706.02742143 +207,-1.647406434,0.8101289331,249,-1.571626686,0.615046989,805.07124256 +208,-1.564245052,0.5701509278,249,-1.571626686,0.615046989,179.47887543 +209,-1.646289963,0.6833746083,249,-1.571626686,0.615046989,358.71547975 +210,-1.5820631,0.6751952144,249,-1.571626686,0.615046989,240.5240638 +211,-1.613236298,0.6681681791,249,-1.571626686,0.615046989,248.38724145 +212,-1.914661867,0.8212566515,249,-1.571626686,0.615046989,1302.8227121 +213,-1.742133237,0.7250275956,249,-1.571626686,0.615046989,684.7773188 +214,-2.033144872,0.6557314699,249,-1.571626686,0.615046989,1475.2091026 +215,-2.039551981,0.6964723658,249,-1.571626686,0.615046989,1497.9718216 +216,-1.247341019,0.7622473908,249,-1.571626686,0.615046989,1146.5905797 +217,-1.298239787,0.7084123392,249,-1.571626686,0.615046989,929.20006365 +218,-1.308539688,0.6926545592,249,-1.571626686,0.615046989,881.06022683 +219,-1.303263185,0.6888938396,249,-1.571626686,0.615046989,892.77057909 +220,-1.852400229,0.6004246149,249,-1.571626686,0.615046989,913.8414365 +221,-1.288947707,0.7473773692,249,-1.571626686,0.615046989,1012.9088193 +222,-1.372031502,0.7472790993,249,-1.571626686,0.615046989,805.85728434 +223,-1.289805721,0.7242157877,249,-1.571626686,0.615046989,974.09347138 +224,-1.350807603,0.7533498126,249,-1.571626686,0.615046989,869.81197765 +225,-1.329290365,0.7560442322,249,-1.571626686,0.615046989,927.44984373 +226,-1.410153004,0.616936428,249,-1.571626686,0.615046989,521.9036731 +227,-1.393445434,0.6308995063,249,-1.571626686,0.615046989,576.35079601 +228,-1.37595573,0.6241540638,249,-1.571626686,0.615046989,631.66360997 +229,-1.358388707,0.6172645205,249,-1.571626686,0.615046989,688.93051954 +230,-1.753741133,0.8281661666,249,-1.571626686,0.615046989,1000.9207882 +231,-1.47430987,0.6834615681,249,-1.571626686,0.615046989,409.36874235 +232,-1.421012508,0.7222725206,249,-1.571626686,0.615046989,631.46806379 +233,-1.4476833,0.6978557868,249,-1.571626686,0.615046989,508.4502164 +234,-1.470370723,0.6966193374,249,-1.571626686,0.615046989,453.04647908 +235,-1.429211703,0.7037216883,249,-1.571626686,0.615046989,567.1529024 +236,-1.700578405,0.6178673663,249,-1.571626686,0.615046989,416.81261703 +237,-1.678117619,0.6331716163,249,-1.571626686,0.615046989,349.6743838 +238,-1.725644578,0.6316331145,249,-1.571626686,0.615046989,499.48981318 +239,-2.14012759,0.7930497945,249,-1.571626686,0.615046989,1839.7822712 +240,-2.103289431,0.7653606263,249,-1.571626686,0.615046989,1717.8192703 +241,-1.318739838,0.7017808746,249,-1.571626686,0.615046989,862.20919454 +242,-1.396417427,0.7077900843,249,-1.571626686,0.615046989,658.77029938 +243,-1.35650337,0.7185539404,249,-1.571626686,0.615046989,783.98405253 +244,-1.248884539,0.7274156818,249,-1.571626686,0.615046989,1092.5945252 +245,-1.395014798,0.5761185243,249,-1.571626686,0.615046989,598.97405335 +246,-1.433377362,0.6064716109,249,-1.571626686,0.615046989,449.76890738 +247,-1.408172432,0.5903155476,249,-1.571626686,0.615046989,542.07602951 +248,-1.749645898,0.7757118084,249,-1.571626686,0.615046989,834.1772654 +249,-1.571626686,0.615046989,249,-1.571626686,0.615046989,22.165569207 +250,-1.514070049,0.6303003037,249,-1.571626686,0.615046989,194.78843503 +251,-1.480890369,0.6237966528,249,-1.571626686,0.615046989,294.64312029 +252,-1.704390658,0.5281680612,249,-1.571626686,0.615046989,560.06752255 +253,-1.64434733,0.5254277498,249,-1.571626686,0.615046989,429.77685426 +254,-1.703855997,0.4792484842,249,-1.571626686,0.615046989,699.05624613 +255,-1.692002383,0.5748825051,249,-1.571626686,0.615046989,425.59284527 +256,-1.854136457,0.5544643913,249,-1.571626686,0.615046989,962.2141272 +257,-1.665021206,0.520317736,249,-1.571626686,0.615046989,487.74831779 +258,-1.733654349,0.4845187345,249,-1.571626686,0.615046989,752.11233525 +259,-1.720938188,0.5135933906,249,-1.571626686,0.615046989,640.78770434 +260,-1.742668307,0.553296122,249,-1.571626686,0.615046989,615.4226984 +261,-1.965659039,0.7142126903,249,-1.571626686,0.615046989,1285.5383043 +262,-1.944438071,0.6772834804,249,-1.571626686,0.615046989,1201.5479974 +263,-1.270340967,0.7681487096,249,-1.571626686,0.615046989,1097.7252603 +264,-1.353091884,0.6549276821,249,-1.571626686,0.615046989,713.97334857 +265,-1.333236659,0.6413584414,249,-1.571626686,0.615046989,770.38709862 +266,-1.352015998,0.6753788907,249,-1.571626686,0.615046989,734.19700683 +267,-1.377988483,0.6577816235,249,-1.571626686,0.615046989,639.20196107 +268,-2.13075611,0.8318642051,249,-1.571626686,0.615046989,1850.6949387 +269,-2.097910953,0.8259670014,249,-1.571626686,0.615046989,1759.7830619 +270,-1.416382069,0.6694271549,249,-1.571626686,0.615046989,537.14509135 +271,-1.538905672,0.7535625993,249,-1.571626686,0.615046989,557.7321681 +272,-1.572309477,0.7803125099,249,-1.571626686,0.615046989,654.61998626 +273,-1.87759879,0.7503853417,249,-1.571626686,0.615046989,1079.2448951 +274,1.152365588,0.590457682,249,-1.571626686,0.615046989,7424.3204844 +275,0.350198001,0.718001859,249,-1.571626686,0.615046989,5552.9776336 +276,0.046513677,0.491503852,249,-1.571626686,0.615046989,5269.1049069 +277,0.027510309,0.742571376,249,-1.571626686,0.615046989,4707.4203982 +278,0.306285725,-0.214631579,249,-1.571626686,0.615046989,7698.2215188 +279,-1.100564889,0.318051531,249,-1.571626686,0.615046989,2028.3499221 +280,-1.078582306,0.301437596,249,-1.571626686,0.615046989,2134.1118733 +281,-1.137371989,-0.617634065,249,-1.571626686,0.615046989,5139.3939384 +282,0.784356344,0.703272339,249,-1.571626686,0.615046989,6488.5033884 +283,-1.221209947,0.218327455,249,-1.571626686,0.615046989,2010.894881 +284,2.347301921,-0.449114658,249,-1.571626686,0.615046989,9733.8625936 +285,0.246820618,0.830553713,249,-1.571626686,0.615046989,5052.4898102 +286,0.829414965,0.703288228,249,-1.571626686,0.615046989,6565.5188465 +287,-1.337537566,0.42332223,249,-1.571626686,0.615046989,1104.599334 +288,0.882453706,0.454478077,249,-1.571626686,0.615046989,7486.3818791 +289,1.575629659,0.416419109,249,-1.571626686,0.615046989,8358.1559839 +290,-1.039455679,0.229888244,249,-1.571626686,0.615046989,2436.1043743 +291,0.489558039,0.934482747,249,-1.571626686,0.615046989,5280.2860649 +292,0.081344504,0.88384514,249,-1.571626686,0.615046989,4576.2981105 +293,-1.547979814,0.300350308,249,-1.571626686,0.615046989,1249.3017869 +294,0.040776181,0.168560074,249,-1.571626686,0.615046989,5970.9933576 +295,-1.130374745,0.563894876,249,-1.571626686,0.615046989,1462.868749 +296,1.578326642,0.478507176,249,-1.571626686,0.615046989,8112.1674597 +297,-1.12861823,-0.291640865,249,-1.571626686,0.615046989,3958.45447 +298,0.310524208,0.770885792,249,-1.571626686,0.615046989,5332.9136759 +299,0.415649091,-0.387246002,249,-1.571626686,0.615046989,8405.8340292 +300,-0.926533878,-0.188022748,249,-1.571626686,0.615046989,3994.0432805 +301,1.258856172,-0.11716081,249,-1.571626686,0.615046989,10169.64167 +302,-1.126050026,0.322941926,249,-1.571626686,0.615046989,1943.5473957 +303,2.002785835,0.07893892,249,-1.571626686,0.615046989,9258.0528331 +304,0.440437607,0.746258085,249,-1.571626686,0.615046989,5683.1351644 +305,-0.030391866,0.214441206,249,-1.571626686,0.615046989,5640.0478992 +306,0.521557815,-0.058929362,249,-1.571626686,0.615046989,8030.0429702 +307,-0.097005111,0.13317729,249,-1.571626686,0.615046989,5608.0867819 +308,1.83113859,0.221857587,249,-1.571626686,0.615046989,8987.0079889 +309,0.222428864,0.099404236,249,-1.571626686,0.615046989,6709.0904448 +310,-1.702731345,0.8728568183,249,-1.571626686,0.615046989,1088.9673482 +311,-0.418507569,0.278324921,249,-1.571626686,0.615046989,4251.996877 +312,-1.41153306,0.339029988,249,-1.571626686,0.615046989,1228.3614945 +313,0.357560442,0.114788776,249,-1.571626686,0.615046989,7094.5044916 +314,0.325818979,0.268352149,249,-1.571626686,0.615046989,6617.5095295 +315,-1.246004659,-0.663679965,249,-1.571626686,0.615046989,5204.167713 +316,1.814603087,0.637404484,249,-1.571626686,0.615046989,7401.6507003 +317,1.843704281,-0.18300445,249,-1.571626686,0.615046989,10468.541071 +318,1.690644492,-0.211480909,249,-1.571626686,0.615046989,10787.72216 +319,-1.275451936,0.068109467,249,-1.571626686,0.615046989,2423.1537703 +320,0.762430171,-0.207594741,249,-1.571626686,0.615046989,9137.6126915 +321,0.265668905,-0.014647884,249,-1.571626686,0.615046989,7114.8438284 +322,-2.773032013,-0.335515811,249,-1.571626686,0.615046989,5871.0681547 +323,-1.469512853,0.174058777,249,-1.571626686,0.615046989,1785.2438081 +324,0.286276986,0.785925691,249,-1.571626686,0.615046989,5242.4942954 +325,-1.379324697,0.377432233,249,-1.571626686,0.615046989,1153.3515926 +326,-1.203778265,0.212813032,249,-1.571626686,0.615046989,2067.9599865 +327,0.579916301,0.611743168,249,-1.571626686,0.615046989,6362.4699389 +328,0.267582642,0.868113908,249,-1.571626686,0.615046989,5013.666762 +329,0.412869244,-0.050245578,249,-1.571626686,0.615046989,7667.4660503 +330,0.17524381,0.976660285,249,-1.571626686,0.615046989,4600.4117413 +331,0.743157214,0.204812899,249,-1.571626686,0.615046989,7957.1967298 +332,-1.070758176,0.269382282,249,-1.571626686,0.615046989,2241.2501734 +333,-1.230364251,0.329790229,249,-1.571626686,0.615046989,1644.6803235 +334,-1.374813124,-0.024926835,249,-1.571626686,0.615046989,2637.7094051 +335,0.519780566,0.463669906,249,-1.571626686,0.615046989,6639.839059 +336,-1.55108034,0.239698561,249,-1.571626686,0.615046989,1488.5634555 +337,0.180294813,0.029739425,249,-1.571626686,0.615046989,6737.9310906 +338,0.67820924,0.268170153,249,-1.571626686,0.615046989,7603.37011 +339,0.445798684,1.024001867,249,-1.571626686,0.615046989,4975.7689158 +340,0.691751283,0.150521402,249,-1.571626686,0.615046989,7978.587685 +341,-1.036643551,-0.903056181,249,-1.571626686,0.615046989,6293.2047911 +342,-0.120287036,1.083325163,249,-1.571626686,0.615046989,3889.6138706 +343,2.823513113,-0.304487164,249,-1.571626686,0.615046989,7921.5929831 +344,0.457583172,1.12513373,249,-1.571626686,0.615046989,4742.6381168 +345,0.042918831,0.813795399,249,-1.571626686,0.615046989,4613.9746413 +346,1.196146777,-0.853142756,249,-1.571626686,0.615046989,11004.445902 +347,0.206001358,-0.010430701,249,-1.571626686,0.615046989,6913.6041026 +348,-0.268308653,0.234799412,249,-1.571626686,0.615046989,4830.1653877 +349,0.759363263,0.736189579,249,-1.571626686,0.615046989,6339.2230106 +350,0.181363926,0.891988372,249,-1.571626686,0.615046989,4779.4430247 +351,-0.021111158,0.139103292,249,-1.571626686,0.615046989,5839.4632087 +352,-0.093355215,0.630686981,249,-1.571626686,0.615046989,4586.7210944 +353,0.40118964,0.681375926,249,-1.571626686,0.615046989,5764.5515919 +354,-0.721197315,1.304706234,249,-1.571626686,0.615046989,3159.620491 +355,-1.076150317,0.212107639,249,-1.571626686,0.615046989,2386.697498 +356,-1.577164531,0.273993443,249,-1.571626686,0.615046989,1351.0558667 +357,-0.190788414,0.182208586,249,-1.571626686,0.615046989,5195.6063057 +358,-0.261349752,0.209710184,249,-1.571626686,0.615046989,4907.0688387 +359,-1.029303852,0.083549259,249,-1.571626686,0.615046989,2890.9945591 +360,-1.268609162,0.330525297,249,-1.571626686,0.615046989,1548.0117034 +361,1.282982244,-0.926641967,249,-1.571626686,0.615046989,10972.364374 +362,0.217352334,0.731352408,249,-1.571626686,0.615046989,5205.5722218 +363,-1.511833084,0.258629297,249,-1.571626686,0.615046989,1427.7031608 +364,0.338812194,0.823184618,249,-1.571626686,0.615046989,5269.5697437 +365,-0.324406489,1.134201999,249,-1.571626686,0.615046989,3508.577413 +366,1.389579348,0.399185724,249,-1.571626686,0.615046989,8369.7615108 +367,2.047152199,-0.039082036,249,-1.571626686,0.615046989,9566.1510455 +368,0.947780369,0.568250077,249,-1.571626686,0.615046989,7218.1874451 +369,0.763824846,0.576754987,249,-1.571626686,0.615046989,6855.6861833 +370,-0.142334657,0.928153068,249,-1.571626686,0.615046989,4004.9714938 +371,0.610266567,0.547265983,249,-1.571626686,0.615046989,6618.4348029 +372,0.210731629,0.746815056,249,-1.571626686,0.615046989,5155.0662925 +373,-1.34931644,0.316895224,249,-1.571626686,0.615046989,1415.9703233 +374,2.407696481,0.655030745,249,-1.571626686,0.615046989,6546.7517426 +375,0.64207831,0.545359131,249,-1.571626686,0.615046989,6695.7120356 +376,1.174597538,0.840588356,249,-1.571626686,0.615046989,6510.8526946 +377,0.660059424,0.010604079,249,-1.571626686,0.615046989,8273.9262867 +378,-0.730263819,0.010486456,249,-1.571626686,0.615046989,3913.5712491 +379,0.831068936,0.512339172,249,-1.571626686,0.615046989,7195.7057682 +380,1.301180979,0.72367476,249,-1.571626686,0.615046989,7051.9560901 +381,1.811128231,0.322854402,249,-1.571626686,0.615046989,8619.7972317 +382,0.435105812,0.992284428,249,-1.571626686,0.615046989,5037.7121483 +383,0.62643634,0.592027932,249,-1.571626686,0.615046989,6522.4613412 +384,0.492988703,-0.516339467,249,-1.571626686,0.615046989,8878.5205183 +385,-0.162469483,0.112549365,249,-1.571626686,0.615046989,5442.8683665 +386,0.314630866,0.472006421,249,-1.571626686,0.615046989,6076.7080723 +387,0.166744804,0.822815954,249,-1.571626686,0.615046989,4888.4840154 +388,0.417159608,0.965805736,249,-1.571626686,0.615046989,5072.9497874 +389,0.106334961,0.868774244,249,-1.571626686,0.615046989,4660.1725308 +390,0.815086969,-0.338144359,249,-1.571626686,0.615046989,9596.7339163 +391,0.59867455,-0.230624824,249,-1.571626686,0.615046989,8675.2765563 +392,1.915104874,0.066220985,249,-1.571626686,0.615046989,9455.8609637 +393,1.278093622,0.064463721,249,-1.571626686,0.615046989,9541.8492808 +394,-0.061477853,0.302997961,249,-1.571626686,0.615046989,5345.6954858 +395,0.251311504,0.626976942,249,-1.571626686,0.615046989,5531.1259743 +396,2.950242872,0.149095644,249,-1.571626686,0.615046989,6488.4675278 +397,-0.180294708,0.35375117,249,-1.571626686,0.615046989,4861.9014115 +398,1.010448592,-0.351180233,249,-1.571626686,0.615046989,10234.580619 +399,-1.748740498,0.3686318073,249,-1.571626686,0.615046989,1153.7955243 +400,2.699635665,0.123533791,249,-1.571626686,0.615046989,7325.2611391 +401,0.496808033,0.823843254,249,-1.571626686,0.615046989,5591.4671187 +402,0.129574704,0.763364087,249,-1.571626686,0.615046989,4922.6141033 +403,1.798920311,0.817447563,249,-1.571626686,0.615046989,6711.4856708 +404,0.335987953,0.746786541,249,-1.571626686,0.615046989,5449.1728862 +405,-1.085413643,0.292154671,249,-1.571626686,0.615046989,2139.1703062 +406,-0.155321003,0.508207011,249,-1.571626686,0.615046989,4632.577506 +407,0.620529244,-0.301175104,249,-1.571626686,0.615046989,8897.2485223 +408,1.684402744,0.368716966,249,-1.571626686,0.615046989,8523.4995294 +409,0.300582244,-0.386397212,249,-1.571626686,0.615046989,8035.5274787 +410,2.913555946,-0.009225192,249,-1.571626686,0.615046989,6976.2631768 +411,1.465101417,0.493232532,249,-1.571626686,0.615046989,8036.4815819 +412,0.090612882,0.907955955,249,-1.571626686,0.615046989,4553.2647708 +413,2.987564726,-0.729568594,249,-1.571626686,0.615046989,8193.7683069 +414,-1.484261606,0.224149272,249,-1.571626686,0.615046989,1579.6193752 +415,0.164073421,0.303955133,249,-1.571626686,0.615046989,6044.5544666 +416,0.141441293,0.167552546,249,-1.571626686,0.615046989,6293.0710675 +417,2.931321023,-0.506718887,249,-1.571626686,0.615046989,7975.9691183 +418,2.21951565,0.700596356,249,-1.571626686,0.615046989,6719.3249751 +419,0.268112576,1.199114336,249,-1.571626686,0.615046989,4334.0240284 +420,0.978913739,0.359223811,249,-1.571626686,0.615046989,7991.5962352 +421,1.210898818,0.522863584,249,-1.571626686,0.615046989,7741.8005031 +422,2.347397336,0.129231362,249,-1.571626686,0.615046989,8309.1608941 +423,0.614394501,0.556878345,249,-1.571626686,0.615046989,6599.5535482 +424,-1.398079356,0.148483366,249,-1.571626686,0.615046989,1952.1998167 +425,2.535303836,-0.112984496,249,-1.571626686,0.615046989,8420.224486 +426,-1.019372593,-0.405322349,249,-1.571626686,0.615046989,4542.1773484 +427,-1.297785627,-0.160104069,249,-1.571626686,0.615046989,3236.8953784 +428,2.144554488,0.205051084,249,-1.571626686,0.615046989,8546.4368987 +429,-2.242387083,-0.426171285,249,-1.571626686,0.615046989,4830.7245869 +430,0.338637212,0.909723676,249,-1.571626686,0.615046989,5062.8348898 +431,-0.148798452,0.691042401,249,-1.571626686,0.615046989,4326.2165975 +432,0.893524764,0.441829531,249,-1.571626686,0.615046989,7549.9181278 +433,0.969229347,-0.368847936,249,-1.571626686,0.615046989,10146.498959 +434,0.436043248,0.800045688,249,-1.571626686,0.615046989,5532.485438 +435,1.687946607,1.081504775,249,-1.571626686,0.615046989,5713.1509265 +436,0.522302046,-0.034889271,249,-1.571626686,0.615046989,7973.4475847 +437,-0.178996113,-0.438090009,249,-1.571626686,0.615046989,6673.2264116 +438,-1.094339566,0.301444068,249,-1.571626686,0.615046989,2089.42859 +439,-1.064070054,0.242569932,249,-1.571626686,0.615046989,2333.1493999 +440,-1.068153768,0.230387998,249,-1.571626686,0.615046989,2356.0346192 +441,-3.00496892,-0.23989155,249,-1.571626686,0.615046989,6334.3750757 +442,0.21751974,0.766874888,249,-1.571626686,0.615046989,5126.7819052 +443,0.117229532,0.007619006,249,-1.571626686,0.615046989,6586.0656629 +444,0.777758451,0.420554741,249,-1.571626686,0.615046989,7379.2133063 +445,-0.252356999,0.250747086,249,-1.571626686,0.615046989,4847.4234633 +446,0.363148444,0.768483434,249,-1.571626686,0.615046989,5456.6830878 +447,0.903191366,-0.118210676,249,-1.571626686,0.615046989,9323.2554311 +448,-0.205755923,0.149406178,249,-1.571626686,0.615046989,5220.0833404 +449,1.811996086,0.02364353,249,-1.571626686,0.615046989,9759.8672379 +450,-1.100670221,0.314845373,249,-1.571626686,0.615046989,2036.3774191 +451,0.340078597,0.850105132,249,-1.571626686,0.615046989,5207.454602 +452,0.258757267,0.804969236,249,-1.571626686,0.615046989,5136.5730533 +453,2.78505352,-0.155160804,249,-1.571626686,0.615046989,7723.97789 +454,0.800551619,0.105822106,249,-1.571626686,0.615046989,8399.4036567 +455,0.437940882,-0.506194031,249,-1.571626686,0.615046989,8688.3986075 +456,2.230431122,0.63458615,249,-1.571626686,0.615046989,6928.1528327 +457,0.527965361,0.127667701,249,-1.571626686,0.615046989,7575.9736726 +458,-0.063643205,0.702093448,249,-1.571626686,0.615046989,4540.8601815 +459,1.408447268,0.133010502,249,-1.571626686,0.615046989,9419.9372656 +460,0.523795955,0.280266966,249,-1.571626686,0.615046989,7155.5697186 +461,-0.975769313,0.072177659,249,-1.571626686,0.615046989,3061.7081756 +462,0.549774164,-0.463663986,249,-1.571626686,0.615046989,8974.1524862 +463,0.29245874,1.095549818,249,-1.571626686,0.615046989,4570.2103077 +464,0.143625958,0.816809593,249,-1.571626686,0.615046989,4847.2583907 +465,0.671902494,0.611159853,249,-1.571626686,0.615046989,6561.8728218 +466,1.239840988,0.6724199,249,-1.571626686,0.615046989,7202.560278 +467,0.607829703,-0.10932137,249,-1.571626686,0.615046989,8421.2647067 +468,1.763020906,0.263996692,249,-1.571626686,0.615046989,8887.201116 +469,0.378714634,0.726066797,249,-1.571626686,0.615046989,5598.250627 +470,2.196736143,-0.153862366,249,-1.571626686,0.615046989,9534.209223 +471,0.01702415,0.148991565,249,-1.571626686,0.615046989,5939.544346 +472,-2.998490902,-0.158002487,249,-1.571626686,0.615046989,6123.2725462 +473,-3.051262951,-0.346595608,249,-1.571626686,0.615046989,6722.637319 +474,-1.069176439,0.182802941,249,-1.571626686,0.615046989,2490.4717192 +475,0.167157509,0.595344954,249,-1.571626686,0.615046989,5381.8020552 +476,0.613855648,0.681746124,249,-1.571626686,0.615046989,6230.3989675 +477,1.037012736,0.682555367,249,-1.571626686,0.615046989,6946.5107268 +478,-1.253574971,0.379755746,249,-1.571626686,0.615046989,1442.6724662 +479,3.108590453,-0.132620738,249,-1.571626686,0.615046989,6627.9985377 +480,0.565301296,0.022333262,249,-1.571626686,0.615046989,7961.0236183 +481,0.547898238,0.855555614,249,-1.571626686,0.615046989,5600.617451 +482,0.948309381,0.417393755,249,-1.571626686,0.615046989,7736.1569255 +483,-0.050600732,0.945269213,249,-1.571626686,0.615046989,4186.5502134 +484,-0.977651478,-0.572363064,249,-1.571626686,0.615046989,5194.5747921 +485,1.102014914,0.728861163,249,-1.571626686,0.615046989,6856.2129781 +486,2.927300795,-0.282939414,249,-1.571626686,0.615046989,7542.4012248 +487,-1.154565557,0.124434095,249,-1.571626686,0.615046989,2464.6797526 +488,1.855331234,0.291044755,249,-1.571626686,0.615046989,8697.9807087 +489,0.830290659,0.276904518,249,-1.571626686,0.615046989,7950.1501568 +490,0.485104466,-0.234867441,249,-1.571626686,0.615046989,8319.9625414 +491,0.521367572,-0.33161327,249,-1.571626686,0.615046989,8638.9646445 +1,-1.539031704,0.7349710123,250,-1.514070049,0.6303003037,421.61954844 +2,-1.536990553,0.7349663874,250,-1.514070049,0.6303003037,420.50832179 +3,-1.534951779,0.7349571355,250,-1.514070049,0.6303003037,419.47072497 +4,-1.532906461,0.7349480293,250,-1.514070049,0.6303003037,418.52189736 +5,-1.531320211,0.7346937278,250,-1.514070049,0.6303003037,416.87879581 +6,-1.539451648,0.7335131775,250,-1.514070049,0.6303003037,416.19106747 +7,-1.537429487,0.7335445708,250,-1.514070049,0.6303003037,415.19508732 +8,-1.535484998,0.7335658704,250,-1.514070049,0.6303003037,414.28826797 +9,-1.533488396,0.7336036027,250,-1.514070049,0.6303003037,413.50699447 +10,-1.531497785,0.7335842962,250,-1.514070049,0.6303003037,412.59396526 +11,-1.530259379,0.7334777758,250,-1.514070049,0.6303003037,411.69931389 +12,-1.5335454,0.7322346912,250,-1.514070049,0.6303003037,408.17297939 +13,-1.531489083,0.7322238773,250,-1.514070049,0.6303003037,407.25210551 +14,-1.530011122,0.7321679851,250,-1.514070049,0.6303003037,406.46049458 +15,-1.53348106,0.7306614094,250,-1.514070049,0.6303003037,401.98622593 +16,-1.531441779,0.7306962275,250,-1.514070049,0.6303003037,401.23968845 +17,-1.529755654,0.7306933243,250,-1.514070049,0.6303003037,400.57103175 +18,-1.533415048,0.7291384674,250,-1.514070049,0.6303003037,395.99705677 +19,-1.531392093,0.7291705353,250,-1.514070049,0.6303003037,395.235135 +20,-1.529296523,0.7291214933,250,-1.514070049,0.6303003037,394.22462714 +21,-1.535280942,0.727267644,250,-1.514070049,0.6303003037,389.60184436 +22,-1.533378158,0.7276139666,250,-1.514070049,0.6303003037,390.01679672 +23,-1.531340368,0.7276446587,250,-1.514070049,0.6303003037,389.23019767 +24,-1.528960113,0.7276398177,250,-1.514070049,0.6303003037,388.27787105 +25,-1.533313146,0.7260818349,250,-1.514070049,0.6303003037,383.99512188 +26,-1.531259555,0.7260958115,250,-1.514070049,0.6303003037,383.12405344 +27,-1.528926415,0.7260865555,250,-1.514070049,0.6303003037,382.16034145 +28,-1.531226779,0.7245511789,250,-1.514070049,0.6303003037,377.05617466 +29,-1.528904772,0.7245519194,250,-1.514070049,0.6303003037,376.12164697 +30,-1.547195875,0.7409785979,250,-1.514070049,0.6303003037,449.97105565 +31,-1.5451475,0.740980426,250,-1.514070049,0.6303003037,448.60674246 +32,-1.543097679,0.7409798872,250,-1.514070049,0.6303003037,447.31610954 +33,-1.540720364,0.7409892687,250,-1.514070049,0.6303003037,445.9640735 +34,-1.547188511,0.7395198392,250,-1.514070049,0.6303003037,444.3531076 +35,-1.545148587,0.7395226109,250,-1.514070049,0.6303003037,442.97914061 +36,-1.543104538,0.7395314908,250,-1.514070049,0.6303003037,441.71040145 +37,-1.540727751,0.7395306258,250,-1.514070049,0.6303003037,440.29901815 +38,-1.547187029,0.7380014886,250,-1.514070049,0.6303003037,438.51443661 +39,-1.545147315,0.7380012252,250,-1.514070049,0.6303003037,437.10859875 +40,-1.54310719,0.7380060743,250,-1.514070049,0.6303003037,435.80743636 +41,-1.540719671,0.7380068206,250,-1.514070049,0.6303003037,434.37494669 +42,-1.547187189,0.7364799098,250,-1.514070049,0.6303003037,432.66933663 +43,-1.545149996,0.7364853874,250,-1.514070049,0.6303003037,431.26639093 +44,-1.543106091,0.7364823484,250,-1.514070049,0.6303003037,429.91248265 +45,-1.540717158,0.7364893901,250,-1.514070049,0.6303003037,428.48196984 +46,-1.538663972,0.7410138672,250,-1.514070049,0.6303003037,444.95153343 +47,-1.53695285,0.7409699132,250,-1.514070049,0.6303003037,443.92361844 +48,-1.534910498,0.7409641297,250,-1.514070049,0.6303003037,442.95750429 +49,-1.533145034,0.7409536636,250,-1.514070049,0.6303003037,442.17044679 +50,-1.538681336,0.7395405883,250,-1.514070049,0.6303003037,439.2185885 +51,-1.536999189,0.7395183096,250,-1.514070049,0.6303003037,438.27664048 +52,-1.534923633,0.7395144222,250,-1.514070049,0.6303003037,437.28765656 +53,-1.533267822,0.7395654306,250,-1.514070049,0.6303003037,436.77564823 +54,-1.53867273,0.7380151077,250,-1.514070049,0.6303003037,433.27123302 +55,-1.536980576,0.7379994392,250,-1.514070049,0.6303003037,432.33753512 +56,-1.534931522,0.7379944961,250,-1.514070049,0.6303003037,431.34257922 +57,-1.533387952,0.7379480264,250,-1.514070049,0.6303003037,430.48448055 +58,-1.538682279,0.7364914363,250,-1.514070049,0.6303003037,427.343399 +59,-1.536980704,0.7364810563,250,-1.514070049,0.6303003037,426.41193628 +60,-1.534935567,0.7364752065,250,-1.514070049,0.6303003037,425.4003405 +61,-1.533042592,0.7363876366,250,-1.514070049,0.6303003037,424.2223923 +62,-1.545143426,0.7349628011,250,-1.514070049,0.6303003037,425.39632898 +63,-1.543105297,0.7349691947,250,-1.514070049,0.6303003037,424.06251747 +64,-1.541064533,0.7349647152,250,-1.514070049,0.6303003037,422.77331232 +65,-1.545411803,0.7334624714,250,-1.514070049,0.6303003037,419.80923908 +66,-1.543446606,0.7334780896,250,-1.514070049,0.6303003037,418.526965 +67,-1.541475327,0.7334957295,250,-1.514070049,0.6303003037,417.33213685 +68,-1.545401939,0.731963266,250,-1.514070049,0.6303003037,414.03880614 +69,-1.54342253,0.7319915583,250,-1.514070049,0.6303003037,412.77572128 +70,-1.541455867,0.7320216438,250,-1.514070049,0.6303003037,411.6136972 +71,-1.545410146,0.7304422281,250,-1.514070049,0.6303003037,408.20244762 +72,-1.543435491,0.7304713664,250,-1.514070049,0.6303003037,406.92388229 +73,-1.541463105,0.7304997613,250,-1.514070049,0.6303003037,405.73083995 +74,-1.545414768,0.7289194936,250,-1.514070049,0.6303003037,402.36249016 +75,-1.543435774,0.7289538557,250,-1.514070049,0.6303003037,401.0786079 +76,-1.541457714,0.7289765881,250,-1.514070049,0.6303003037,399.83912876 +77,-1.539449415,0.7320555866,250,-1.514070049,0.6303003037,410.52918295 +78,-1.537429183,0.7321097681,250,-1.514070049,0.6303003037,409.60613304 +79,-1.535472649,0.7321497267,250,-1.514070049,0.6303003037,408.75140565 +80,-1.539457899,0.7305333307,250,-1.514070049,0.6303003037,404.62588089 +81,-1.537453161,0.7305750503,250,-1.514070049,0.6303003037,403.64419122 +82,-1.535479385,0.7306124949,250,-1.514070049,0.6303003037,402.75347854 +83,-1.53946905,0.7290102593,250,-1.514070049,0.6303003037,398.72480903 +84,-1.537459922,0.7290417293,250,-1.514070049,0.6303003037,397.68167426 +85,-1.535451349,0.7290890157,250,-1.514070049,0.6303003037,396.79422516 +86,-1.535522937,0.7279887191,250,-1.514070049,0.6303003037,392.53917303 +87,-1.539442524,0.7274735939,250,-1.514070049,0.6303003037,392.75198092 +88,-1.537424111,0.727521351,250,-1.514070049,0.6303003037,391.7488034 +89,-1.539384641,0.7259505092,250,-1.514070049,0.6303003037,386.81576542 +90,-1.537372391,0.7259947145,250,-1.514070049,0.6303003037,385.7852229 +91,-1.535340789,0.7260435356,250,-1.514070049,0.6303003037,384.85980643 +92,-1.539325716,0.7244369706,250,-1.514070049,0.6303003037,380.91885649 +93,-1.537308932,0.7244801057,250,-1.514070049,0.6303003037,379.86414631 +94,-1.535289068,0.7245247645,250,-1.514070049,0.6303003037,378.91300078 +95,-1.533261366,0.7245550236,250,-1.514070049,0.6303003037,378.00214567 +96,-1.539267302,0.722921924,250,-1.514070049,0.6303003037,375.0195327 +97,-1.537248972,0.7229660258,250,-1.514070049,0.6303003037,373.94967637 +98,-1.535219431,0.7229916471,250,-1.514070049,0.6303003037,372.90284194 +99,-1.53318962,0.7230212049,250,-1.514070049,0.6303003037,371.97378681 +100,-1.531154816,0.7230299897,250,-1.514070049,0.6303003037,371.06458237 +101,-1.528878341,0.7230370244,250,-1.514070049,0.6303003037,370.15997309 +102,-1.539218189,0.7214009878,250,-1.514070049,0.6303003037,369.10673936 +103,-1.537198791,0.7214422745,250,-1.514070049,0.6303003037,368.00620609 +104,-1.535179266,0.7214634354,250,-1.514070049,0.6303003037,366.93000491 +105,-1.533156501,0.7214944644,250,-1.514070049,0.6303003037,365.99383938 +106,-1.53113574,0.7215166021,250,-1.514070049,0.6303003037,365.128225 +107,-1.528874248,0.7215345535,250,-1.514070049,0.6303003037,364.25700084 +108,-1.539217656,0.7198512397,250,-1.514070049,0.6303003037,363.1183644 +109,-1.537199919,0.7199428763,250,-1.514070049,0.6303003037,362.19142106 +110,-1.545425832,0.727397149,250,-1.514070049,0.6303003037,396.53458313 +111,-1.543371177,0.7273916949,250,-1.514070049,0.6303003037,395.02083712 +112,-1.541368852,0.7274523163,250,-1.514070049,0.6303003037,393.89251137 +113,-1.545349067,0.7258710923,250,-1.514070049,0.6303003037,390.63175098 +114,-1.54332671,0.7258603556,250,-1.514070049,0.6303003037,389.09997253 +115,-1.541346831,0.7259242142,250,-1.514070049,0.6303003037,387.97850388 +116,-1.545324355,0.7243383958,250,-1.514070049,0.6303003037,384.74806367 +117,-1.543292796,0.7243617413,250,-1.514070049,0.6303003037,383.31692772 +118,-1.541295822,0.7244024384,250,-1.514070049,0.6303003037,382.0735511 +119,-1.543193859,0.7205570215,250,-1.514070049,0.6303003037,368.64671834 +120,-1.550257047,0.7386738187,250,-1.514070049,0.6303003037,443.35735976 +121,-1.549335448,0.7311736483,250,-1.514070049,0.6303003037,414.00593087 +122,-1.533478843,0.7179891343,250,-1.514070049,0.6303003037,352.4803402 +123,-1.556150555,0.738907041,250,-1.514070049,0.6303003037,449.09578905 +124,-1.554324226,0.733414257,250,-1.514070049,0.6303003037,426.73478857 +125,-1.554290846,0.7288285332,250,-1.514070049,0.6303003037,409.42650452 +126,-1.55122487,0.7219795312,250,-1.514070049,0.6303003037,380.81651311 +127,-1.525104458,0.7229399862,250,-1.514070049,0.6303003037,368.52149675 +128,-1.519607711,0.7236181429,250,-1.514070049,0.6303003037,370.02634109 +129,-1.513899999,0.7251107854,250,-1.514070049,0.6303003037,375.54468344 +130,-1.536620762,0.7431061895,250,-1.514070049,0.6303003037,452.11515728 +131,-1.5369566,0.7460845958,250,-1.514070049,0.6303003037,463.91801872 +132,-1.545345528,0.7447040685,250,-1.514070049,0.6303003037,463.12372368 +133,-1.532813921,0.7432306626,250,-1.514070049,0.6303003037,450.97484108 +134,-1.554788248,0.7382381001,250,-1.514070049,0.6303003037,445.3814484 +135,-1.540348126,0.7301594274,250,-1.514070049,0.6303003037,403.7143924 +136,-1.538016084,0.7239051786,250,-1.514070049,0.6303003037,378.05121491 +137,-1.525288962,0.7258085137,250,-1.514070049,0.6303003037,379.88418485 +138,-1.534326986,0.731241342,250,-1.514070049,0.6303003037,404.64784328 +139,-1.530733872,0.7303625216,250,-1.514070049,0.6303003037,399.6457245 +141,-1.534354939,0.7328219978,250,-1.514070049,0.6303003037,410.84193692 +142,-1.53157084,0.7292888153,250,-1.514070049,0.6303003037,395.77344798 +143,-1.525691035,0.7263799874,250,-1.514070049,0.6303003037,382.25170264 +144,-1.534031287,0.7495967835,250,-1.514070049,0.6303003037,476.43795853 +145,-1.527714986,0.7283095957,250,-1.514070049,0.6303003037,390.48009141 +146,-1.526189586,0.7271468292,250,-1.514070049,0.6303003037,385.42047085 +147,-1.555177336,0.7375563366,250,-1.514070049,0.6303003037,443.13799126 +148,-1.555080283,0.7312707794,250,-1.514070049,0.6303003037,419.34249297 +149,-1.53856994,0.7224180299,250,-1.514070049,0.6303003037,372.62812891 +150,-1.530837883,0.729933372,250,-1.514070049,0.6303003037,398.0025081 +151,-1.515066984,0.5854133365,250,-1.514070049,0.6303003037,177.82681163 +152,-1.534731633,0.5368370046,250,-1.514070049,0.6303003037,376.44457615 +153,-1.515231902,0.5607085576,250,-1.514070049,0.6303003037,275.67920902 +154,-2.616253799,1.0684566605,250,-1.514070049,0.6303003037,3193.3472257 +155,-1.956071439,0.5792177723,250,-1.514070049,0.6303003037,1450.2141519 +156,-1.951208514,0.5602434208,250,-1.514070049,0.6303003037,1456.0331258 +157,-1.944675062,0.6062144545,250,-1.514070049,0.6303003037,1389.4422831 +158,-1.613778386,0.6077989518,250,-1.514070049,0.6303003037,333.71512699 +159,-2.035029014,0.6021432345,250,-1.514070049,0.6303003037,1681.0646811 +160,-2.114989471,0.6801825058,250,-1.514070049,0.6303003037,1886.3564525 +161,-2.037382079,0.5765830025,250,-1.514070049,0.6303003037,1713.1305854 +162,-2.129855121,0.6585019963,250,-1.514070049,0.6303003037,1941.6496828 +163,-2.075141798,0.6493615843,250,-1.514070049,0.6303003037,1775.8439416 +164,-1.828626729,0.6948433129,250,-1.514070049,0.6303003037,1013.0935437 +165,-1.863329418,0.6735427691,250,-1.514070049,0.6303003037,1110.6828878 +166,-1.266037071,0.727988852,250,-1.514070049,0.6303003037,855.31684129 +167,-1.277579582,0.7249010648,250,-1.514070049,0.6303003037,819.06111542 +168,-1.258418684,0.7241194816,250,-1.514070049,0.6303003037,870.75285266 +169,-1.317813974,0.6804850104,250,-1.514070049,0.6303003037,647.04888287 +170,-1.344165204,0.6790988904,250,-1.514070049,0.6303003037,567.3925599 +171,-1.427582102,0.5277120351,250,-1.514070049,0.6303003037,497.15420171 +172,-1.402238616,0.457167829,250,-1.514070049,0.6303003037,783.07075037 +173,-1.422454264,0.4996161999,250,-1.514070049,0.6303003037,601.31500666 +174,-1.439089277,0.4894859811,250,-1.514070049,0.6303003037,611.71384349 +175,-1.448126995,0.5182330266,250,-1.514070049,0.6303003037,494.99519498 +176,-1.474626146,0.5881926574,250,-1.514070049,0.6303003037,210.30508237 +177,-1.421139645,0.5584869783,250,-1.514070049,0.6303003037,416.89411686 +178,-1.457037165,0.565943032,250,-1.514070049,0.6303003037,315.91867322 +179,-2.757159358,0.3745319,250,-1.514070049,0.6303003037,4339.1965749 +180,-2.714309238,0.342054471,250,-1.514070049,0.6303003037,4269.0339641 +181,-2.000525337,0.774119946,250,-1.514070049,0.6303003037,1567.9875014 +183,-1.571413436,0.6777838382,250,-1.514070049,0.6303003037,260.47948892 +184,-1.552860289,0.6987663893,250,-1.514070049,0.6303003037,296.91556123 +185,-1.521852374,0.7165827476,250,-1.514070049,0.6303003037,342.61160791 +186,-1.503656267,0.6928968252,250,-1.514070049,0.6303003037,250.06977463 +187,-1.502753178,0.7136205882,250,-1.514070049,0.6303003037,331.88778031 +188,-1.631894563,0.7343596465,250,-1.514070049,0.6303003037,548.33809091 +189,-1.653765416,0.6770714026,250,-1.514070049,0.6303003037,476.50771961 +190,-1.719812114,0.6715965947,250,-1.514070049,0.6303003037,668.08304842 +191,-1.493406659,0.6646955447,250,-1.514070049,0.6303003037,151.06843864 +192,-1.469120564,0.6613469966,250,-1.514070049,0.6303003037,187.97533478 +193,-1.590551461,0.5326612937,250,-1.514070049,0.6303003037,462.09825438 +194,-1.625979264,0.5247742243,250,-1.514070049,0.6303003037,558.83987856 +195,-1.572293943,0.5238808754,250,-1.514070049,0.6303003037,463.63523884 +196,-1.610848725,0.5477107964,250,-1.514070049,0.6303003037,456.5713371 +197,-1.208485554,0.7918526018,250,-1.514070049,0.6303003037,1114.3702804 +198,-1.335601374,0.6869083083,250,-1.514070049,0.6303003037,601.89810253 +199,-1.346156996,0.6825213377,250,-1.514070049,0.6303003037,565.66506853 +200,-1.324381037,0.6741422347,250,-1.514070049,0.6303003037,621.42791982 +201,-1.242424992,0.7378949807,250,-1.514070049,0.6303003037,934.48355979 +202,-1.270370057,0.7392461008,250,-1.514070049,0.6303003037,861.67252049 +203,-1.448950472,0.7441675014,250,-1.514070049,0.6303003037,492.99707353 +204,-1.492662363,0.7523026852,250,-1.514070049,0.6303003037,487.63045974 +205,-1.479098966,0.7763855017,250,-1.514070049,0.6303003037,588.1550839 +206,-1.633760714,0.7869022408,250,-1.514070049,0.6303003037,716.54279003 +207,-1.647406434,0.8101289331,250,-1.514070049,0.6303003037,814.53194685 +208,-1.564245052,0.5701509278,250,-1.514070049,0.6303003037,289.20585818 +209,-1.646289963,0.6833746083,250,-1.514070049,0.6303003037,464.76621366 +210,-1.5820631,0.6751952144,250,-1.514070049,0.6303003037,278.15691004 +211,-1.613236298,0.6681681791,250,-1.514070049,0.6303003037,346.88914831 +212,-1.914661867,0.8212566515,250,-1.514070049,0.6303003037,1399.2730063 +213,-1.742133237,0.7250275956,250,-1.514070049,0.6303003037,796.31398956 +214,-2.033144872,0.6557314699,250,-1.514070049,0.6303003037,1641.6669131 +215,-2.039551981,0.6964723658,250,-1.514070049,0.6303003037,1652.7788924 +216,-1.247341019,0.7622473908,250,-1.514070049,0.6303003037,962.11186772 +217,-1.298239787,0.7084123392,250,-1.514070049,0.6303003037,737.48169166 +218,-1.308539688,0.6926545592,250,-1.514070049,0.6303003037,687.56960582 +219,-1.303263185,0.6888938396,250,-1.514070049,0.6303003037,698.79676358 +220,-1.852400229,0.6004246149,250,-1.514070049,0.6303003037,1098.8358848 +221,-1.288947707,0.7473773692,250,-1.514070049,0.6303003037,828.53966259 +222,-1.372031502,0.7472790993,250,-1.514070049,0.6303003037,634.48583681 +223,-1.289805721,0.7242157877,250,-1.514070049,0.6303003037,784.71268645 +224,-1.350807603,0.7533498126,250,-1.514070049,0.6303003037,695.97310353 +225,-1.329290365,0.7560442322,250,-1.514070049,0.6303003037,750.59722447 +226,-1.410153004,0.616936428,250,-1.514070049,0.6303003037,338.24737242 +227,-1.393445434,0.6308995063,250,-1.514070049,0.6303003037,385.82771613 +228,-1.37595573,0.6241540638,250,-1.514070049,0.6303003037,443.48577859 +229,-1.358388707,0.6172645205,250,-1.514070049,0.6303003037,502.99793175 +230,-1.753741133,0.8281661666,250,-1.514070049,0.6303003037,1052.9763896 +231,-1.47430987,0.6834615681,250,-1.514070049,0.6303003037,244.71148626 +232,-1.421012508,0.7222725206,250,-1.514070049,0.6303003037,463.85581455 +233,-1.4476833,0.6978557868,250,-1.514070049,0.6303003037,338.27642099 +234,-1.470370723,0.6966193374,250,-1.514070049,0.6303003037,295.94483536 +235,-1.429211703,0.7037216883,250,-1.514070049,0.6303003037,392.69855431 +236,-1.700578405,0.6178673663,250,-1.514070049,0.6303003037,601.21567808 +237,-1.678117619,0.6331716163,250,-1.514070049,0.6303003037,524.30229876 +238,-1.725644578,0.6316331145,250,-1.514070049,0.6303003037,676.26722271 +239,-2.14012759,0.7930497945,250,-1.514070049,0.6303003037,1966.4372508 +240,-2.103289431,0.7653606263,250,-1.514070049,0.6303003037,1852.1197465 +241,-1.318739838,0.7017808746,250,-1.514070049,0.6303003037,670.33293946 +242,-1.396417427,0.7077900843,250,-1.514070049,0.6303003037,477.06245815 +243,-1.35650337,0.7185539404,250,-1.514070049,0.6303003037,599.32882255 +244,-1.248884539,0.7274156818,250,-1.514070049,0.6303003037,901.77872863 +245,-1.395014798,0.5761185243,250,-1.514070049,0.6303003037,443.54337956 +246,-1.433377362,0.6064716109,250,-1.514070049,0.6303003037,276.97323117 +247,-1.408172432,0.5903155476,250,-1.514070049,0.6303003037,378.36932984 +248,-1.749645898,0.7757118084,250,-1.514070049,0.6303003037,913.62585972 +249,-1.571626686,0.615046989,250,-1.514070049,0.6303003037,194.78843503 +250,-1.514070049,0.6303003037,250,-1.514070049,0.6303003037,39.942312036 +251,-1.480890369,0.6237966528,250,-1.514070049,0.6303003037,109.49424825 +252,-1.704390658,0.5281680612,250,-1.514070049,0.6303003037,748.68568659 +253,-1.64434733,0.5254277498,250,-1.514070049,0.6303003037,599.10021006 +254,-1.703855997,0.4792484842,250,-1.514070049,0.6303003037,874.23273487 +255,-1.692002383,0.5748825051,250,-1.514070049,0.6303003037,620.36255846 +256,-1.854136457,0.5544643913,250,-1.514070049,0.6303003037,1154.9141764 +257,-1.665021206,0.520317736,250,-1.514070049,0.6303003037,663.88037342 +258,-1.733654349,0.4845187345,250,-1.514070049,0.6303003037,935.70443398 +259,-1.720938188,0.5135933906,250,-1.514070049,0.6303003037,828.67751211 +260,-1.742668307,0.553296122,250,-1.514070049,0.6303003037,810.15221715 +261,-1.965659039,0.7142126903,250,-1.514070049,0.6303003037,1432.7696149 +262,-1.944438071,0.6772834804,250,-1.514070049,0.6303003037,1361.6796101 +263,-1.270340967,0.7681487096,250,-1.514070049,0.6303003037,916.64501409 +264,-1.353091884,0.6549276821,250,-1.514070049,0.6303003037,519.45556397 +265,-1.333236659,0.6413584414,250,-1.514070049,0.6303003037,577.68277299 +266,-1.352015998,0.6753788907,250,-1.514070049,0.6303003037,539.95066497 +267,-1.377988483,0.6577816235,250,-1.514070049,0.6303003037,444.42114137 +268,-2.13075611,0.8318642051,250,-1.514070049,0.6303003037,1964.3193984 +269,-2.097910953,0.8259670014,250,-1.514070049,0.6303003037,1873.5198306 +270,-1.416382069,0.6694271549,250,-1.514070049,0.6303003037,344.76917566 +271,-1.538905672,0.7535625993,250,-1.514070049,0.6303003037,494.0605279 +272,-1.572309477,0.7803125099,250,-1.514070049,0.6303003037,619.46440967 +273,-1.87759879,0.7503853417,250,-1.514070049,0.6303003037,1203.6642809 +274,1.152365588,0.590457682,250,-1.514070049,0.6303003037,7299.0482967 +275,0.350198001,0.718001859,250,-1.514070049,0.6303003037,5376.7938639 +276,0.046513677,0.491503852,250,-1.514070049,0.6303003037,5075.3671152 +277,0.027510309,0.742571376,250,-1.514070049,0.6303003037,4522.8338178 +278,0.306285725,-0.214631579,250,-1.514070049,0.6303003037,7514.1235043 +279,-1.100564889,0.318051531,250,-1.514070049,0.6303003037,1901.4705403 +280,-1.078582306,0.301437596,250,-1.514070049,0.6303003037,2006.5644634 +281,-1.137371989,-0.617634065,250,-1.514070049,0.6303003037,5134.4733443 +282,0.784356344,0.703272339,250,-1.514070049,0.6303003037,6335.4228249 +283,-1.221209947,0.218327455,250,-1.514070049,0.6303003037,1937.3542745 +284,2.347301921,-0.449114658,250,-1.514070049,0.6303003037,9915.5854824 +285,0.246820618,0.830553713,250,-1.514070049,0.6303003037,4880.616449 +286,0.829414965,0.703288228,250,-1.514070049,0.6303003037,6415.8805392 +287,-1.337537566,0.42332223,250,-1.514070049,0.6303003037,1017.1565975 +288,0.882453706,0.454478077,250,-1.514070049,0.6303003037,7324.5505061 +289,1.575629659,0.416419109,250,-1.514070049,0.6303003037,8293.2443399 +290,-1.039455679,0.229888244,250,-1.514070049,0.6303003037,2315.4271964 +291,0.489558039,0.934482747,250,-1.514070049,0.6303003037,5127.9660009 +292,0.081344504,0.88384514,250,-1.514070049,0.6303003037,4403.6428558 +293,-1.547979814,0.300350308,250,-1.514070049,0.6303003037,1312.3446878 +294,0.040776181,0.168560074,250,-1.514070049,0.6303003037,5779.0354533 +295,-1.130374745,0.563894876,250,-1.514070049,0.6303003037,1281.1233859 +296,1.578326642,0.478507176,250,-1.514070049,0.6303003037,8048.0238868 +297,-1.12861823,-0.291640865,250,-1.514070049,0.6303003037,3927.0037917 +298,0.310524208,0.770885792,250,-1.514070049,0.6303003037,5158.8519529 +299,0.415649091,-0.387246002,250,-1.514070049,0.6303003037,8229.1417633 +300,-0.926533878,-0.188022748,250,-1.514070049,0.6303003037,3913.45019 +301,1.258856172,-0.11716081,250,-1.514070049,0.6303003037,10011.44539 +302,-1.126050026,0.322941926,250,-1.514070049,0.6303003037,1820.8772855 +303,2.002785835,0.07893892,250,-1.514070049,0.6303003037,9308.9188725 +304,0.440437607,0.746258085,250,-1.514070049,0.6303003037,5512.7755057 +305,-0.030391866,0.214441206,250,-1.514070049,0.6303003037,5448.1747483 +306,0.521557815,-0.058929362,250,-1.514070049,0.6303003037,7835.622728 +307,-0.097005111,0.13317729,250,-1.514070049,0.6303003037,5420.8313707 +308,1.83113859,0.221857587,250,-1.514070049,0.6303003037,8983.5701788 +309,0.222428864,0.099404236,250,-1.514070049,0.6303003037,6515.7124192 +310,-1.702731345,0.8728568183,250,-1.514070049,0.6303003037,1102.4699613 +311,-0.418507569,0.278324921,250,-1.514070049,0.6303003037,4068.1889254 +312,-1.41153306,0.339029988,250,-1.514070049,0.6303003037,1207.69151 +313,0.357560442,0.114788776,250,-1.514070049,0.6303003037,6899.7781051 +314,0.325818979,0.268352149,250,-1.514070049,0.6303003037,6423.2846103 +315,-1.246004659,-0.663679965,250,-1.514070049,0.6303003037,5218.7401903 +316,1.814603087,0.637404484,250,-1.514070049,0.6303003037,7375.5424228 +317,1.843704281,-0.18300445,250,-1.514070049,0.6303003037,10509.679717 +318,1.690644492,-0.211480909,250,-1.514070049,0.6303003037,10769.650027 +319,-1.275451936,0.068109467,250,-1.514070049,0.6303003037,2391.1748023 +320,0.762430171,-0.207594741,250,-1.514070049,0.6303003037,8942.8967703 +321,0.265668905,-0.014647884,250,-1.514070049,0.6303003037,6923.4504783 +322,-2.773032013,-0.335515811,250,-1.514070049,0.6303003037,6063.5489026 +323,-1.469512853,0.174058777,250,-1.514070049,0.6303003037,1814.2593994 +324,0.286276986,0.785925691,250,-1.514070049,0.6303003037,5068.6171538 +325,-1.379324697,0.377432233,250,-1.514070049,0.6303003037,1104.2518785 +326,-1.203778265,0.212813032,250,-1.514070049,0.6303003037,1990.2345293 +327,0.579916301,0.611743168,250,-1.514070049,0.6303003037,6190.062024 +328,0.267582642,0.868113908,250,-1.514070049,0.6303003037,4845.6939485 +329,0.412869244,-0.050245578,250,-1.514070049,0.6303003037,7474.2075259 +330,0.17524381,0.976660285,250,-1.514070049,0.6303003037,4439.7017517 +331,0.743157214,0.204812899,250,-1.514070049,0.6303003037,7772.0187752 +332,-1.070758176,0.269382282,250,-1.514070049,0.6303003037,2118.8968175 +333,-1.230364251,0.329790229,250,-1.514070049,0.6303003037,1547.6750924 +334,-1.374813124,-0.024926835,250,-1.514070049,0.6303003037,2645.7597518 +335,0.519780566,0.463669906,250,-1.514070049,0.6303003037,6456.391169 +336,-1.55108034,0.239698561,250,-1.514070049,0.6303003037,1552.754699 +337,0.180294813,0.029739425,250,-1.514070049,0.6303003037,6547.0976124 +338,0.67820924,0.268170153,250,-1.514070049,0.6303003037,7417.9524492 +339,0.445798684,1.024001867,250,-1.514070049,0.6303003037,4830.4322424 +340,0.691751283,0.150521402,250,-1.514070049,0.6303003037,7789.1270461 +341,-1.036643551,-0.903056181,250,-1.514070049,0.6303003037,6295.2252252 +342,-0.120287036,1.083325163,250,-1.514070049,0.6303003037,3735.2031444 +343,2.823513113,-0.304487164,250,-1.514070049,0.6303003037,8110.1081812 +344,0.457583172,1.12513373,250,-1.514070049,0.6303003037,4609.4456819 +345,0.042918831,0.813795399,250,-1.514070049,0.6303003037,4434.5484392 +346,1.196146777,-0.853142756,250,-1.514070049,0.6303003037,10916.828861 +347,0.206001358,-0.010430701,250,-1.514070049,0.6303003037,6723.4810131 +348,-0.268308653,0.234799412,250,-1.514070049,0.6303003037,4643.5292426 +349,0.759363263,0.736189579,250,-1.514070049,0.6303003037,6186.6999962 +350,0.181363926,0.891988372,250,-1.514070049,0.6303003037,4610.5672977 +351,-0.021111158,0.139103292,250,-1.514070049,0.6303003037,5649.8211711 +352,-0.093355215,0.630686981,250,-1.514070049,0.6303003037,4394.7117866 +353,0.40118964,0.681375926,250,-1.514070049,0.6303003037,5588.0611607 +354,-0.721197315,1.304706234,250,-1.514070049,0.6303003037,3050.9932863 +355,-1.076150317,0.212107639,250,-1.514070049,0.6303003037,2276.7859068 +356,-1.577164531,0.273993443,250,-1.514070049,0.6303003037,1428.8007481 +357,-0.190788414,0.182208586,250,-1.514070049,0.6303003037,5009.0506477 +358,-0.261349752,0.209710184,250,-1.514070049,0.6303003037,4721.4867224 +359,-1.029303852,0.083549259,250,-1.514070049,0.6303003037,2793.3975296 +360,-1.268609162,0.330525297,250,-1.514070049,0.6303003037,1463.6919995 +361,1.282982244,-0.926641967,250,-1.514070049,0.6303003037,10930.527902 +362,0.217352334,0.731352408,250,-1.514070049,0.6303003037,5025.5174278 +363,-1.511833084,0.258629297,250,-1.514070049,0.6303003037,1472.2101694 +364,0.338812194,0.823184618,250,-1.514070049,0.6303003037,5100.6308599 +365,-0.324406489,1.134201999,250,-1.514070049,0.6303003037,3360.5967947 +366,1.389579348,0.399185724,250,-1.514070049,0.6303003037,8269.8212311 +367,2.047152199,-0.039082036,250,-1.514070049,0.6303003037,9642.8888309 +368,0.947780369,0.568250077,250,-1.514070049,0.6303003037,7069.5762955 +369,0.763824846,0.576754987,250,-1.514070049,0.6303003037,6692.4618905 +370,-0.142334657,0.928153068,250,-1.514070049,0.6303003037,3831.332408 +371,0.610266567,0.547265983,250,-1.514070049,0.6303003037,6443.7482991 +372,0.210731629,0.746815056,250,-1.514070049,0.6303003037,4975.8076713 +373,-1.34931644,0.316895224,250,-1.514070049,0.6303003037,1368.6601186 +374,2.407696481,0.655030745,250,-1.514070049,0.6303003037,6604.0505593 +375,0.64207831,0.545359131,250,-1.514070049,0.6303003037,6522.6834681 +376,1.174597538,0.840588356,250,-1.514070049,0.6303003037,6401.8519104 +377,0.660059424,0.010604079,250,-1.514070049,0.6303003037,8080.0618042 +378,-0.730263819,0.010486456,250,-1.514070049,0.6303003037,3779.4277403 +379,0.831068936,0.512339172,250,-1.514070049,0.6303003037,7033.3631625 +380,1.301180979,0.72367476,250,-1.514070049,0.6303003037,6951.6006879 +381,1.811128231,0.322854402,250,-1.514070049,0.6303003037,8606.1825386 +382,0.435105812,0.992284428,250,-1.514070049,0.6303003037,4888.548843 +383,0.62643634,0.592027932,250,-1.514070049,0.6303003037,6351.3970005 +384,0.492988703,-0.516339467,250,-1.514070049,0.6303003037,8710.9588116 +385,-0.162469483,0.112549365,250,-1.514070049,0.6303003037,5258.8664414 +386,0.314630866,0.472006421,250,-1.514070049,0.6303003037,5886.969271 +387,0.166744804,0.822815954,250,-1.514070049,0.6303003037,4713.29512 +388,0.417159608,0.965805736,250,-1.514070049,0.6303003037,4920.2893298 +389,0.106334961,0.868774244,250,-1.514070049,0.6303003037,4486.913127 +390,0.815086969,-0.338144359,250,-1.514070049,0.6303003037,9403.7586319 +391,0.59867455,-0.230624824,250,-1.514070049,0.6303003037,8483.248755 +392,1.915104874,0.066220985,250,-1.514070049,0.6303003037,9486.4064036 +393,1.278093622,0.064463721,250,-1.514070049,0.6303003037,9402.855248 +394,-0.061477853,0.302997961,250,-1.514070049,0.6303003037,5152.2039801 +395,0.251311504,0.626976942,250,-1.514070049,0.6303003037,5346.171024 +396,2.950242872,0.149095644,250,-1.514070049,0.6303003037,6652.9731999 +397,-0.180294708,0.35375117,250,-1.514070049,0.6303003037,4668.8620464 +398,1.010448592,-0.351180233,250,-1.514070049,0.6303003037,10039.803787 +399,-1.748740498,0.3686318073,250,-1.514070049,0.6303003037,1316.1153413 +400,2.699635665,0.123533791,250,-1.514070049,0.6303003037,7473.7446211 +401,0.496808033,0.823843254,250,-1.514070049,0.6303003037,5429.8059305 +402,0.129574704,0.763364087,250,-1.514070049,0.6303003037,4741.9917554 +403,1.798920311,0.817447563,250,-1.514070049,0.6303003037,6677.0160703 +404,0.335987953,0.746786541,250,-1.514070049,0.6303003037,5274.3879399 +405,-1.085413643,0.292154671,250,-1.514070049,0.6303003037,2014.9610103 +406,-0.155321003,0.508207011,250,-1.514070049,0.6303003037,4437.8408847 +407,0.620529244,-0.301175104,250,-1.514070049,0.6303003037,8707.4575942 +408,1.684402744,0.368716966,250,-1.514070049,0.6303003037,8481.0035358 +409,0.300582244,-0.386397212,250,-1.514070049,0.6303003037,7863.9852645 +410,2.913555946,-0.009225192,250,-1.514070049,0.6303003037,7150.8611138 +411,1.465101417,0.493232532,250,-1.514070049,0.6303003037,7952.4940679 +412,0.090612882,0.907955955,250,-1.514070049,0.6303003037,4383.081108 +413,2.987564726,-0.729568594,250,-1.514070049,0.6303003037,8382.6161829 +414,-1.484261606,0.224149272,250,-1.514070049,0.6303003037,1612.2687044 +415,0.164073421,0.303955133,250,-1.514070049,0.6303003037,5849.7752579 +416,0.141441293,0.167552546,250,-1.514070049,0.6303003037,6099.5338316 +417,2.931321023,-0.506718887,250,-1.514070049,0.6303003037,8170.7562738 +418,2.21951565,0.700596356,250,-1.514070049,0.6303003037,6748.359761 +419,0.268112576,1.199114336,250,-1.514070049,0.6303003037,4204.5092826 +420,0.978913739,0.359223811,250,-1.514070049,0.6303003037,7832.5363308 +421,1.210898818,0.522863584,250,-1.514070049,0.6303003037,7620.210568 +422,2.347397336,0.129231362,250,-1.514070049,0.6303003037,8417.7142227 +423,0.614394501,0.556878345,250,-1.514070049,0.6303003037,6425.6616399 +424,-1.398079356,0.148483366,250,-1.514070049,0.6303003037,1953.8699852 +425,2.535303836,-0.112984496,250,-1.514070049,0.6303003037,8578.7179788 +426,-1.019372593,-0.405322349,250,-1.514070049,0.6303003037,4500.7405269 +427,-1.297785627,-0.160104069,250,-1.514070049,0.6303003037,3233.0636701 +428,2.144554488,0.205051084,250,-1.514070049,0.6303003037,8612.4242465 +429,-2.242387083,-0.426171285,250,-1.514070049,0.6303003037,4992.9102423 +430,0.338637212,0.909723676,250,-1.514070049,0.6303003037,4901.3884594 +431,-0.148798452,0.691042401,250,-1.514070049,0.6303003037,4135.6622377 +432,0.893524764,0.441829531,250,-1.514070049,0.6303003037,7388.2309966 +433,0.969229347,-0.368847936,250,-1.514070049,0.6303003037,9951.9924326 +434,0.436043248,0.800045688,250,-1.514070049,0.6303003037,5365.9631183 +435,1.687946607,1.081504775,250,-1.514070049,0.6303003037,5660.6162545 +436,0.522302046,-0.034889271,250,-1.514070049,0.6303003037,7778.8171328 +437,-0.178996113,-0.438090009,250,-1.514070049,0.6303003037,6535.8525691 +438,-1.094339566,0.301444068,250,-1.514070049,0.6303003037,1965.0002997 +439,-1.064070054,0.242569932,250,-1.514070049,0.6303003037,2214.8387984 +440,-1.068153768,0.230387998,250,-1.514070049,0.6303003037,2240.9314031 +441,-3.00496892,-0.23989155,250,-1.514070049,0.6303003037,6528.8390253 +442,0.21751974,0.766874888,250,-1.514070049,0.6303003037,4949.1104983 +443,0.117229532,0.007619006,250,-1.514070049,0.6303003037,6397.6754425 +444,0.777758451,0.420554741,250,-1.514070049,0.6303003037,7207.3029062 +445,-0.252356999,0.250747086,250,-1.514070049,0.6303003037,4659.5315863 +446,0.363148444,0.768483434,250,-1.514070049,0.6303003037,5284.5502658 +447,0.903191366,-0.118210676,250,-1.514070049,0.6303003037,9131.8391531 +448,-0.205755923,0.149406178,250,-1.514070049,0.6303003037,5035.7166563 +449,1.811996086,0.02364353,250,-1.514070049,0.6303003037,9765.6187235 +450,-1.100670221,0.314845373,250,-1.514070049,0.6303003037,1910.2453058 +451,0.340078597,0.850105132,250,-1.514070049,0.6303003037,5040.7831662 +452,0.258757267,0.804969236,250,-1.514070049,0.6303003037,4963.1203185 +453,2.78505352,-0.155160804,250,-1.514070049,0.6303003037,7902.3036583 +454,0.800551619,0.105822106,250,-1.514070049,0.6303003037,8212.6440438 +455,0.437940882,-0.506194031,250,-1.514070049,0.6303003037,8522.1925129 +456,2.230431122,0.63458615,250,-1.514070049,0.6303003037,6964.8315022 +457,0.527965361,0.127667701,250,-1.514070049,0.6303003037,7382.1026219 +458,-0.063643205,0.702093448,250,-1.514070049,0.6303003037,4352.1928126 +459,1.408447268,0.133010502,250,-1.514070049,0.6303003037,9312.2492989 +460,0.523795955,0.280266966,250,-1.514070049,0.6303003037,6965.1125904 +461,-0.975769313,0.072177659,250,-1.514070049,0.6303003037,2955.5280908 +462,0.549774164,-0.463663986,250,-1.514070049,0.6303003037,8798.5655622 +463,0.29245874,1.095549818,250,-1.514070049,0.6303003037,4427.2582364 +464,0.143625958,0.816809593,250,-1.514070049,0.6303003037,4670.8866334 +465,0.671902494,0.611159853,250,-1.514070049,0.6303003037,6394.75475 +466,1.239840988,0.6724199,250,-1.514070049,0.6303003037,7092.3114468 +467,0.607829703,-0.10932137,250,-1.514070049,0.6303003037,8226.6866741 +468,1.763020906,0.263996692,250,-1.514070049,0.6303003037,8865.3599416 +469,0.378714634,0.726066797,250,-1.514070049,0.6303003037,5423.7658679 +470,2.196736143,-0.153862366,250,-1.514070049,0.6303003037,9658.3779408 +471,0.01702415,0.148991565,250,-1.514070049,0.6303003037,5748.6519578 +472,-2.998490902,-0.158002487,250,-1.514070049,0.6303003037,6316.6568496 +473,-3.051262951,-0.346595608,250,-1.514070049,0.6303003037,6917.4244163 +474,-1.069176439,0.182802941,250,-1.514070049,0.6303003037,2384.5261319 +475,0.167157509,0.595344954,250,-1.514070049,0.6303003037,5193.1661487 +476,0.613855648,0.681746124,250,-1.514070049,0.6303003037,6064.513364 +477,1.037012736,0.682555367,250,-1.514070049,0.6303003037,6814.0589841 +478,-1.253574971,0.379755746,250,-1.514070049,0.6303003037,1338.2831053 +479,3.108590453,-0.132620738,250,-1.514070049,0.6303003037,6817.0846781 +480,0.565301296,0.022333262,250,-1.514070049,0.6303003037,7766.3751489 +481,0.547898238,0.855555614,250,-1.514070049,0.6303003037,5444.2660693 +482,0.948309381,0.417393755,250,-1.514070049,0.6303003037,7577.8546503 +483,-0.050600732,0.945269213,250,-1.514070049,0.6303003037,4016.4984586 +484,-0.977651478,-0.572363064,250,-1.514070049,0.6303003037,5161.6590296 +485,1.102014914,0.728861163,250,-1.514070049,0.6303003037,6733.3185845 +486,2.927300795,-0.282939414,250,-1.514070049,0.6303003037,7732.6373424 +487,-1.154565557,0.124434095,250,-1.514070049,0.6303003037,2389.3800646 +488,1.855331234,0.291044755,250,-1.514070049,0.6303003037,8695.8793819 +489,0.830290659,0.276904518,250,-1.514070049,0.6303003037,7773.6570757 +490,0.485104466,-0.234867441,250,-1.514070049,0.6303003037,8130.9976128 +491,0.521367572,-0.33161327,250,-1.514070049,0.6303003037,8454.0183317 +1,-1.539031704,0.7349710123,251,-1.480890369,0.6237966528,475.30639755 +2,-1.536990553,0.7349663874,251,-1.480890369,0.6237966528,472.96209951 +3,-1.534951779,0.7349571355,251,-1.480890369,0.6237966528,470.67541366 +4,-1.532906461,0.7349480293,251,-1.480890369,0.6237966528,468.45514843 +5,-1.531320211,0.7346937278,251,-1.480890369,0.6237966528,465.86633272 +6,-1.539451648,0.7335131775,251,-1.480890369,0.6237966528,470.49829065 +7,-1.537429487,0.7335445708,251,-1.480890369,0.6237966528,468.26298743 +8,-1.535484998,0.7335658704,251,-1.480890369,0.6237966528,466.14934852 +9,-1.533488396,0.7336036027,251,-1.480890369,0.6237966528,464.10795395 +10,-1.531497785,0.7335842962,251,-1.480890369,0.6237966528,461.93426248 +11,-1.530259379,0.7334777758,251,-1.480890369,0.6237966528,460.26655598 +12,-1.5335454,0.7322346912,251,-1.480890369,0.6237966528,459.12609406 +13,-1.531489083,0.7322238773,251,-1.480890369,0.6237966528,456.88707743 +14,-1.530011122,0.7321679851,251,-1.480890369,0.6237966528,455.14666239 +15,-1.53348106,0.7306614094,251,-1.480890369,0.6237966528,453.26988207 +16,-1.531441779,0.7306962275,251,-1.480890369,0.6237966528,451.1888435 +17,-1.529755654,0.7306933243,251,-1.480890369,0.6237966528,449.40982038 +18,-1.533415048,0.7291384674,251,-1.480890369,0.6237966528,447.60639397 +19,-1.531392093,0.7291705353,251,-1.480890369,0.6237966528,445.50443286 +20,-1.529296523,0.7291214933,251,-1.480890369,0.6237966528,443.10421305 +21,-1.535280942,0.727267644,251,-1.480890369,0.6237966528,442.90541562 +22,-1.533378158,0.7276139666,251,-1.480890369,0.6237966528,441.97974464 +23,-1.531340368,0.7276446587,251,-1.480890369,0.6237966528,439.82654832 +24,-1.528960113,0.7276398177,251,-1.480890369,0.6237966528,437.26199028 +25,-1.533313146,0.7260818349,251,-1.480890369,0.6237966528,436.30387216 +26,-1.531259555,0.7260958115,251,-1.480890369,0.6237966528,434.04181635 +27,-1.528926415,0.7260865555,251,-1.480890369,0.6237966528,431.47764715 +28,-1.531226779,0.7245511789,251,-1.480890369,0.6237966528,428.33603564 +29,-1.528904772,0.7245519194,251,-1.480890369,0.6237966528,425.78523623 +30,-1.547195875,0.7409785979,251,-1.480890369,0.6237966528,506.79246546 +31,-1.5451475,0.740980426,251,-1.480890369,0.6237966528,504.3088429 +32,-1.543097679,0.7409798872,251,-1.480890369,0.6237966528,501.88132391 +33,-1.540720364,0.7409892687,251,-1.480890369,0.6237966528,499.18695229 +34,-1.547188511,0.7395198392,251,-1.480890369,0.6237966528,501.54931046 +35,-1.545148587,0.7395226109,251,-1.480890369,0.6237966528,499.05023154 +36,-1.543104538,0.7395314908,251,-1.480890369,0.6237966528,496.6348051 +37,-1.540727751,0.7395306258,251,-1.480890369,0.6237966528,493.87080065 +38,-1.547187029,0.7380014886,251,-1.480890369,0.6237966528,496.11229648 +39,-1.545147315,0.7380012252,251,-1.480890369,0.6237966528,493.57158605 +40,-1.54310719,0.7380060743,251,-1.480890369,0.6237966528,491.11565284 +41,-1.540719671,0.7380068206,251,-1.480890369,0.6237966528,488.31005052 +42,-1.547187189,0.7364799098,251,-1.480890369,0.6237966528,490.67925893 +43,-1.545149996,0.7364853874,251,-1.480890369,0.6237966528,488.13059399 +44,-1.543106091,0.7364823484,251,-1.480890369,0.6237966528,485.61045431 +45,-1.540717158,0.7364893901,251,-1.480890369,0.6237966528,482.79030054 +46,-1.538663972,0.7410138672,251,-1.480890369,0.6237966528,496.99143301 +47,-1.53695285,0.7409699132,251,-1.480890369,0.6237966528,494.98087757 +48,-1.534910498,0.7409641297,251,-1.480890369,0.6237966528,492.81649056 +49,-1.533145034,0.7409536636,251,-1.480890369,0.6237966528,490.98192484 +50,-1.538681336,0.7395405883,251,-1.480890369,0.6237966528,491.60454704 +51,-1.536999189,0.7395183096,251,-1.480890369,0.6237966528,489.68204538 +52,-1.534923633,0.7395144222,251,-1.480890369,0.6237966528,487.46212126 +53,-1.533267822,0.7395654306,251,-1.480890369,0.6237966528,485.94477501 +54,-1.53867273,0.7380151077,251,-1.480890369,0.6237966528,486.00787246 +55,-1.536980576,0.7379994392,251,-1.480890369,0.6237966528,484.07538445 +56,-1.534931522,0.7379944961,251,-1.480890369,0.6237966528,481.85176441 +57,-1.533387952,0.7379480264,251,-1.480890369,0.6237966528,480.06590043 +58,-1.538682279,0.7364914363,251,-1.480890369,0.6237966528,480.44916249 +59,-1.536980704,0.7364810563,251,-1.480890369,0.6237966528,478.50112281 +60,-1.534935567,0.7364752065,251,-1.480890369,0.6237966528,476.24962068 +61,-1.533042592,0.7363876366,251,-1.480890369,0.6237966528,473.92605886 +62,-1.545143426,0.7349628011,251,-1.480890369,0.6237966528,482.66709394 +63,-1.543105297,0.7349691947,251,-1.480890369,0.6237966528,480.15636405 +64,-1.541064533,0.7349647152,251,-1.480890369,0.6237966528,477.67221968 +65,-1.545411803,0.7334624714,251,-1.480890369,0.6237966528,477.64795239 +66,-1.543446606,0.7334780896,251,-1.480890369,0.6237966528,475.22017161 +67,-1.541475327,0.7334957295,251,-1.480890369,0.6237966528,472.8572732 +68,-1.545401939,0.731963266,251,-1.480890369,0.6237966528,472.29524309 +69,-1.54342253,0.7319915583,251,-1.480890369,0.6237966528,469.86355726 +70,-1.541455867,0.7320216438,251,-1.480890369,0.6237966528,467.52098043 +71,-1.545410146,0.7304422281,251,-1.480890369,0.6237966528,466.90286732 +72,-1.543435491,0.7304713664,251,-1.480890369,0.6237966528,464.44689729 +73,-1.541463105,0.7304997613,251,-1.480890369,0.6237966528,462.05832911 +74,-1.545414768,0.7289194936,251,-1.480890369,0.6237966528,461.51532441 +75,-1.543435774,0.7289538557,251,-1.480890369,0.6237966528,459.03839448 +76,-1.541457714,0.7289765881,251,-1.480890369,0.6237966528,456.58930693 +77,-1.539449415,0.7320555866,251,-1.480890369,0.6237966528,465.21204436 +78,-1.537429183,0.7321097681,251,-1.480890369,0.6237966528,463.03198479 +79,-1.535472649,0.7321497267,251,-1.480890369,0.6237966528,460.94535922 +80,-1.539457899,0.7305333307,251,-1.480890369,0.6237966528,459.71681713 +81,-1.537453161,0.7305750503,251,-1.480890369,0.6237966528,457.47714185 +82,-1.535479385,0.7306124949,251,-1.480890369,0.6237966528,455.33014743 +83,-1.53946905,0.7290102593,251,-1.480890369,0.6237966528,454.23545119 +84,-1.537459922,0.7290417293,251,-1.480890369,0.6237966528,451.92037992 +85,-1.535451349,0.7290890157,251,-1.480890369,0.6237966528,449.7372317 +86,-1.535522937,0.7279887191,251,-1.480890369,0.6237966528,445.81205393 +87,-1.539442524,0.7274735939,251,-1.480890369,0.6237966528,448.67250762 +88,-1.537424111,0.727521351,251,-1.480890369,0.6237966528,446.37247155 +89,-1.539384641,0.7259505092,251,-1.480890369,0.6237966528,443.132396 +90,-1.537372391,0.7259947145,251,-1.480890369,0.6237966528,440.79484145 +91,-1.535340789,0.7260435356,251,-1.480890369,0.6237966528,438.52695754 +92,-1.539325716,0.7244369706,251,-1.480890369,0.6237966528,437.63794625 +93,-1.537308932,0.7244801057,251,-1.480890369,0.6237966528,435.25834077 +94,-1.535289068,0.7245247645,251,-1.480890369,0.6237966528,432.95742271 +95,-1.533261366,0.7245550236,251,-1.480890369,0.6237966528,430.67331499 +96,-1.539267302,0.722921924,251,-1.480890369,0.6237966528,432.15190753 +97,-1.537248972,0.7229660258,251,-1.480890369,0.6237966528,429.7403776 +98,-1.535219431,0.7229916471,251,-1.480890369,0.6237966528,427.32619647 +99,-1.53318962,0.7230212049,251,-1.480890369,0.6237966528,425.00508786 +100,-1.531154816,0.7230299897,251,-1.480890369,0.6237966528,422.68286661 +101,-1.528878341,0.7230370244,251,-1.480890369,0.6237966528,420.17103658 +102,-1.539218189,0.7214009878,251,-1.480890369,0.6237966528,426.67077864 +103,-1.537198791,0.7214422745,251,-1.480890369,0.6237966528,424.21304133 +104,-1.535179266,0.7214634354,251,-1.480890369,0.6237966528,421.76105486 +105,-1.533156501,0.7214944644,251,-1.480890369,0.6237966528,419.41986528 +106,-1.53113574,0.7215166021,251,-1.480890369,0.6237966528,417.12943585 +107,-1.528874248,0.7215345535,251,-1.480890369,0.6237966528,414.63797529 +108,-1.539217656,0.7198512397,251,-1.480890369,0.6237966528,421.1666201 +109,-1.537199919,0.7199428763,251,-1.480890369,0.6237966528,418.85265168 +110,-1.545425832,0.727397149,251,-1.480890369,0.6237966528,456.15390605 +111,-1.543371177,0.7273916949,251,-1.480890369,0.6237966528,453.40131048 +112,-1.541368852,0.7274523163,251,-1.480890369,0.6237966528,451.02398402 +113,-1.545349067,0.7258710923,251,-1.480890369,0.6237966528,450.67641296 +114,-1.54332671,0.7258603556,251,-1.480890369,0.6237966528,447.91441663 +115,-1.541346831,0.7259242142,251,-1.480890369,0.6237966528,445.54358716 +116,-1.545324355,0.7243383958,251,-1.480890369,0.6237966528,445.26202073 +117,-1.543292796,0.7243617413,251,-1.480890369,0.6237966528,442.5721576 +118,-1.541295822,0.7244024384,251,-1.480890369,0.6237966528,440.06252525 +119,-1.543193859,0.7205570215,251,-1.480890369,0.6237966528,429.06060723 +120,-1.550257047,0.7386738187,251,-1.480890369,0.6237966528,502.44250502 +121,-1.549335448,0.7311736483,251,-1.480890369,0.6237966528,474.747466 +122,-1.533478843,0.7179891343,251,-1.480890369,0.6237966528,407.1385487 +123,-1.556150555,0.738907041,251,-1.480890369,0.6237966528,511.19413969 +124,-1.554324226,0.733414257,251,-1.480890369,0.6237966528,489.5250922 +125,-1.554290846,0.7288285332,251,-1.480890369,0.6237966528,473.65272881 +126,-1.55122487,0.7219795312,251,-1.480890369,0.6237966528,445.63792395 +127,-1.525104458,0.7229399862,251,-1.480890369,0.6237966528,415.83137369 +128,-1.519607711,0.7236181429,251,-1.480890369,0.6237966528,413.11588862 +129,-1.513899999,0.7251107854,251,-1.480890369,0.6237966528,414.0635324 +130,-1.536620762,0.7431061895,251,-1.480890369,0.6237966528,502.52161989 +131,-1.5369566,0.7460845958,251,-1.480890369,0.6237966528,513.89995295 +132,-1.545345528,0.7447040685,251,-1.480890369,0.6237966528,518.02450142 +133,-1.532813921,0.7432306626,251,-1.480890369,0.6237966528,499.13925338 +134,-1.554788248,0.7382381001,251,-1.480890369,0.6237966528,506.97529242 +135,-1.540348126,0.7301594274,251,-1.480890369,0.6237966528,459.4545551 +136,-1.538016084,0.7239051786,251,-1.480890369,0.6237966528,434.07453379 +137,-1.525288962,0.7258085137,251,-1.480890369,0.6237966528,426.70746392 +138,-1.534326986,0.731241342,251,-1.480890369,0.6237966528,456.33551689 +139,-1.530733872,0.7303625216,251,-1.480890369,0.6237966528,449.20522599 +141,-1.534354939,0.7328219978,251,-1.480890369,0.6237966528,462.17084653 +142,-1.53157084,0.7292888153,251,-1.480890369,0.6237966528,446.13347614 +143,-1.525691035,0.7263799874,251,-1.480890369,0.6237966528,429.23945442 +144,-1.534031287,0.7495967835,251,-1.480890369,0.6237966528,524.10614734 +145,-1.527714986,0.7283095957,251,-1.480890369,0.6237966528,438.46335505 +146,-1.526189586,0.7271468292,251,-1.480890369,0.6237966528,432.5964489 +147,-1.555177336,0.7375563366,251,-1.480890369,0.6237966528,505.13167693 +148,-1.555080283,0.7312707794,251,-1.480890369,0.6237966528,483.20621009 +149,-1.53856994,0.7224180299,251,-1.480890369,0.6237966528,429.45496273 +150,-1.530837883,0.729933372,251,-1.480890369,0.6237966528,447.72822205 +151,-1.515066984,0.5854133365,251,-1.480890369,0.6237966528,188.45540216 +152,-1.534731633,0.5368370046,251,-1.480890369,0.6237966528,387.82062824 +153,-1.515231902,0.5607085576,251,-1.480890369,0.6237966528,274.17674048 +154,-2.616253799,1.0684566605,251,-1.480890369,0.6237966528,3277.2995125 +155,-1.956071439,0.5792177723,251,-1.480890369,0.6237966528,1556.8273738 +156,-1.951208514,0.5602434208,251,-1.480890369,0.6237966528,1561.1984884 +157,-1.944675062,0.6062144545,251,-1.480890369,0.6237966528,1497.4831709 +158,-1.613778386,0.6077989518,251,-1.480890369,0.6237966528,434.2136895 +159,-2.035029014,0.6021432345,251,-1.480890369,0.6237966528,1789.5559041 +160,-2.114989471,0.6801825058,251,-1.480890369,0.6237966528,1995.6630879 +161,-2.037382079,0.5765830025,251,-1.480890369,0.6237966528,1820.6035181 +162,-2.129855121,0.6585019963,251,-1.480890369,0.6237966528,2051.1298527 +163,-2.075141798,0.6493615843,251,-1.480890369,0.6237966528,1885.324675 +164,-1.828626729,0.6948433129,251,-1.480890369,0.6237966528,1121.8500329 +165,-1.863329418,0.6735427691,251,-1.480890369,0.6237966528,1220.1263809 +166,-1.266037071,0.727988852,251,-1.480890369,0.6237966528,780.57580532 +167,-1.277579582,0.7249010648,251,-1.480890369,0.6237966528,744.68587585 +168,-1.258418684,0.7241194816,251,-1.480890369,0.6237966528,793.77250961 +169,-1.317813974,0.6804850104,251,-1.480890369,0.6237966528,559.9802205 +170,-1.344165204,0.6790988904,251,-1.480890369,0.6237966528,482.92320409 +171,-1.427582102,0.5277120351,251,-1.480890369,0.6237966528,419.7159624 +172,-1.402238616,0.457167829,251,-1.480890369,0.6237966528,711.77833492 +173,-1.422454264,0.4996161999,251,-1.480890369,0.6237966528,529.34912449 +174,-1.439089277,0.4894859811,251,-1.480890369,0.6237966528,550.20540459 +175,-1.448126995,0.5182330266,251,-1.480890369,0.6237966528,432.12929111 +176,-1.474626146,0.5881926574,251,-1.480890369,0.6237966528,142.49405918 +177,-1.421139645,0.5584869783,251,-1.480890369,0.6237966528,324.81047776 +178,-1.457037165,0.565943032,251,-1.480890369,0.6237966528,242.14206498 +179,-2.757159358,0.3745319,251,-1.480890369,0.6237966528,4448.2189675 +180,-2.714309238,0.342054471,251,-1.480890369,0.6237966528,4377.3434943 +181,-2.000525337,0.774119946,251,-1.480890369,0.6237966528,1673.0654581 +183,-1.571413436,0.6777838382,251,-1.480890369,0.6237966528,356.42035085 +184,-1.552860289,0.6987663893,251,-1.480890369,0.6237966528,372.45648301 +185,-1.521852374,0.7165827476,251,-1.480890369,0.6237966528,388.85671129 +186,-1.503656267,0.6928968252,251,-1.480890369,0.6237966528,282.83741104 +187,-1.502753178,0.7136205882,251,-1.480890369,0.6237966528,362.21017915 +188,-1.631894563,0.7343596465,251,-1.480890369,0.6237966528,638.43982496 +189,-1.653765416,0.6770714026,251,-1.480890369,0.6237966528,583.97860676 +190,-1.719812114,0.6715965947,251,-1.480890369,0.6237966528,777.26792367 +191,-1.493406659,0.6646955447,251,-1.480890369,0.6237966528,166.77785903 +192,-1.469120564,0.6613469966,251,-1.480890369,0.6237966528,153.34655521 +193,-1.590551461,0.5326612937,251,-1.480890369,0.6237966528,512.23022706 +194,-1.625979264,0.5247742243,251,-1.480890369,0.6237966528,621.37202015 +195,-1.572293943,0.5238808754,251,-1.480890369,0.6237966528,498.88843743 +196,-1.610848725,0.5477107964,251,-1.480890369,0.6237966528,523.96717814 +197,-1.208485554,0.7918526018,251,-1.480890369,0.6237966528,1052.784336 +198,-1.335601374,0.6869083083,251,-1.480890369,0.6237966528,519.94681176 +199,-1.346156996,0.6825213377,251,-1.480890369,0.6237966528,483.21463941 +200,-1.324381037,0.6741422347,251,-1.480890369,0.6237966528,532.34176456 +201,-1.242424992,0.7378949807,251,-1.480890369,0.6237966528,860.35056408 +202,-1.270370057,0.7392461008,251,-1.480890369,0.6237966528,791.51624318 +203,-1.448950472,0.7441675014,251,-1.480890369,0.6237966528,486.73154012 +204,-1.492662363,0.7523026852,251,-1.480890369,0.6237966528,510.27997413 +205,-1.479098966,0.7763855017,251,-1.480890369,0.6237966528,604.42864382 +206,-1.633760714,0.7869022408,251,-1.480890369,0.6237966528,792.63747102 +207,-1.647406434,0.8101289331,251,-1.480890369,0.6237966528,888.44428081 +208,-1.564245052,0.5701509278,251,-1.480890369,0.6237966528,345.91757887 +209,-1.646289963,0.6833746083,251,-1.480890369,0.6237966528,570.76603852 +210,-1.5820631,0.6751952144,251,-1.480890369,0.6237966528,378.4333475 +211,-1.613236298,0.6681681791,251,-1.480890369,0.6237966528,453.80847044 +212,-1.914661867,0.8212566515,251,-1.480890369,0.6237966528,1497.8010816 +213,-1.742133237,0.7250275956,251,-1.480890369,0.6237966528,900.53024804 +214,-2.033144872,0.6557314699,251,-1.480890369,0.6237966528,1751.1559345 +215,-2.039551981,0.6964723658,251,-1.480890369,0.6237966528,1761.8434152 +216,-1.247341019,0.7622473908,251,-1.480890369,0.6237966528,896.55924143 +217,-1.298239787,0.7084123392,251,-1.480890369,0.6237966528,659.54528852 +218,-1.308539688,0.6926545592,251,-1.480890369,0.6237966528,604.53018379 +219,-1.303263185,0.6888938396,251,-1.480890369,0.6237966528,613.6511711 +220,-1.852400229,0.6004246149,251,-1.480890369,0.6237966528,1205.5564703 +221,-1.288947707,0.7473773692,251,-1.480890369,0.6237966528,764.32187103 +222,-1.372031502,0.7472790993,251,-1.480890369,0.6237966528,591.74997568 +223,-1.289805721,0.7242157877,251,-1.480890369,0.6237966528,711.80513645 +224,-1.350807603,0.7533498126,251,-1.480890369,0.6237966528,648.73892465 +225,-1.329290365,0.7560442322,251,-1.480890369,0.6237966528,698.42204456 +226,-1.410153004,0.616936428,251,-1.480890369,0.6237966528,229.57810758 +227,-1.393445434,0.6308995063,251,-1.480890369,0.6237966528,281.79184649 +228,-1.37595573,0.6241540638,251,-1.480890369,0.6237966528,337.27276982 +229,-1.358388707,0.6172645205,251,-1.480890369,0.6237966528,395.52971604 +230,-1.753741133,0.8281661666,251,-1.480890369,0.6237966528,1139.7824349 +231,-1.47430987,0.6834615681,251,-1.480890369,0.6237966528,237.23617053 +232,-1.421012508,0.7222725206,251,-1.480890369,0.6237966528,431.80804891 +233,-1.4476833,0.6978557868,251,-1.480890369,0.6237966528,311.16301319 +234,-1.470370723,0.6966193374,251,-1.480890369,0.6237966528,290.31991399 +235,-1.429211703,0.7037216883,251,-1.480890369,0.6237966528,355.2196892 +236,-1.700578405,0.6178673663,251,-1.480890369,0.6237966528,707.70743618 +237,-1.678117619,0.6331716163,251,-1.480890369,0.6237966528,632.67175646 +238,-1.725644578,0.6316331145,251,-1.480890369,0.6237966528,784.59374167 +239,-2.14012759,0.7930497945,251,-1.480890369,0.6237966528,2071.2270127 +240,-2.103289431,0.7653606263,251,-1.480890369,0.6237966528,1958.4420548 +241,-1.318739838,0.7017808746,251,-1.480890369,0.6237966528,592.5961829 +242,-1.396417427,0.7077900843,251,-1.480890369,0.6237966528,424.02462243 +243,-1.35650337,0.7185539404,251,-1.480890369,0.6237966528,537.90417342 +244,-1.248884539,0.7274156818,251,-1.480890369,0.6237966528,824.88781558 +245,-1.395014798,0.5761185243,251,-1.480890369,0.6237966528,338.28084964 +246,-1.433377362,0.6064716109,251,-1.480890369,0.6237966528,168.31661559 +247,-1.408172432,0.5903155476,251,-1.480890369,0.6237966528,271.1706309 +248,-1.749645898,0.7757118084,251,-1.480890369,0.6237966528,1009.7706287 +249,-1.571626686,0.615046989,251,-1.480890369,0.6237966528,294.64312029 +250,-1.514070049,0.6303003037,251,-1.480890369,0.6237966528,109.49424825 +251,-1.480890369,0.6237966528,251,-1.480890369,0.6237966528,92.010148924 +252,-1.704390658,0.5281680612,251,-1.480890369,0.6237966528,832.51162497 +253,-1.64434733,0.5254277498,251,-1.480890369,0.6237966528,668.16916888 +254,-1.703855997,0.4792484842,251,-1.480890369,0.6237966528,943.87375868 +255,-1.692002383,0.5748825051,251,-1.480890369,0.6237966528,716.5846261 +256,-1.854136457,0.5544643913,251,-1.480890369,0.6237966528,1256.7711164 +257,-1.665021206,0.520317736,251,-1.480890369,0.6237966528,736.87065246 +258,-1.733654349,0.4845187345,251,-1.480890369,0.6237966528,1012.706065 +259,-1.720938188,0.5135933906,251,-1.480890369,0.6237966528,911.08668797 +260,-1.742668307,0.553296122,251,-1.480890369,0.6237966528,905.40229856 +261,-1.965659039,0.7142126903,251,-1.480890369,0.6237966528,1541.2109183 +262,-1.944438071,0.6772834804,251,-1.480890369,0.6237966528,1471.0964375 +263,-1.270340967,0.7681487096,251,-1.480890369,0.6237966528,856.58475514 +264,-1.353091884,0.6549276821,251,-1.480890369,0.6237966528,424.38870396 +265,-1.333236659,0.6413584414,251,-1.480890369,0.6237966528,476.62800498 +266,-1.352015998,0.6753788907,251,-1.480890369,0.6237966528,454.76178219 +267,-1.377988483,0.6577816235,251,-1.480890369,0.6237966528,353.29499699 +268,-2.13075611,0.8318642051,251,-1.480890369,0.6237966528,2066.2075102 +269,-2.097910953,0.8259670014,251,-1.480890369,0.6237966528,1975.5399221 +270,-1.416382069,0.6694271549,251,-1.480890369,0.6237966528,272.45718937 +271,-1.538905672,0.7535625993,251,-1.480890369,0.6237966528,543.63654496 +272,-1.572309477,0.7803125099,251,-1.480890369,0.6237966528,678.43621301 +273,-1.87759879,0.7503853417,251,-1.480890369,0.6237966528,1308.9627913 +274,1.152365588,0.590457682,251,-1.480890369,0.6237966528,7279.2762647 +275,0.350198001,0.718001859,251,-1.480890369,0.6237966528,5315.0311749 +276,0.046513677,0.491503852,251,-1.480890369,0.6237966528,4987.1092342 +277,0.027510309,0.742571376,251,-1.480890369,0.6237966528,4451.3636001 +278,0.306285725,-0.214631579,251,-1.480890369,0.6237966528,7406.7119223 +279,-1.100564889,0.318051531,251,-1.480890369,0.6237966528,1799.8002983 +280,-1.078582306,0.301437596,251,-1.480890369,0.6237966528,1904.5878596 +281,-1.137371989,-0.617634065,251,-1.480890369,0.6237966528,5078.0680787 +282,0.784356344,0.703272339,251,-1.480890369,0.6237966528,6294.9256664 +283,-1.221209947,0.218327455,251,-1.480890369,0.6237966528,1854.8217961 +284,2.347301921,-0.449114658,251,-1.480890369,0.6237966528,10023.865494 +285,0.246820618,0.830553713,251,-1.480890369,0.6237966528,4823.7107733 +286,0.829414965,0.703288228,251,-1.480890369,0.6237966528,6378.192986 +287,-1.337537566,0.42332223,251,-1.480890369,0.6237966528,933.09197193 +288,0.882453706,0.454478077,251,-1.480890369,0.6237966528,7275.7519419 +289,1.575629659,0.416419109,251,-1.480890369,0.6237966528,8311.23663 +290,-1.039455679,0.229888244,251,-1.480890369,0.6237966528,2215.1660985 +291,0.489558039,0.934482747,251,-1.480890369,0.6237966528,5089.0082954 +292,0.081344504,0.88384514,251,-1.480890369,0.6237966528,4346.2332223 +293,-1.547979814,0.300350308,251,-1.480890369,0.6237966528,1302.7332286 +294,0.040776181,0.168560074,251,-1.480890369,0.6237966528,5676.3959215 +295,-1.130374745,0.563894876,251,-1.480890369,0.6237966528,1172.67934 +296,1.578326642,0.478507176,251,-1.480890369,0.6237966528,8066.784365 +297,-1.12861823,-0.291640865,251,-1.480890369,0.6237966528,3859.4049115 +298,0.310524208,0.770885792,251,-1.480890369,0.6237966528,5099.4940791 +299,0.415649091,-0.387246002,251,-1.480890369,0.6237966528,8120.1619402 +300,-0.926533878,-0.188022748,251,-1.480890369,0.6237966528,3825.4996761 +301,1.258856172,-0.11716081,251,-1.480890369,0.6237966528,9962.8469708 +302,-1.126050026,0.322941926,251,-1.480890369,0.6237966528,1720.5687807 +303,2.002785835,0.07893892,251,-1.480890369,0.6237966528,9384.121429 +304,0.440437607,0.746258085,251,-1.480890369,0.6237966528,5457.0289618 +305,-0.030391866,0.214441206,251,-1.480890369,0.6237966528,5345.4400493 +306,0.521557815,-0.058929362,251,-1.480890369,0.6237966528,7737.646719 +307,-0.097005111,0.13317729,251,-1.480890369,0.6237966528,5314.6508959 +308,1.83113859,0.221857587,251,-1.480890369,0.6237966528,9033.899493 +309,0.222428864,0.099404236,251,-1.480890369,0.6237966528,6415.1070282 +310,-1.702731345,0.8728568183,251,-1.480890369,0.6237966528,1174.4770451 +311,-0.418507569,0.278324921,251,-1.480890369,0.6237966528,3960.576421 +312,-1.41153306,0.339029988,251,-1.480890369,0.6237966528,1153.6250809 +313,0.357560442,0.114788776,251,-1.480890369,0.6237966528,6803.6882532 +314,0.325818979,0.268352149,251,-1.480890369,0.6237966528,6333.029069 +315,-1.246004659,-0.663679965,251,-1.480890369,0.6237966528,5171.936432 +316,1.814603087,0.637404484,251,-1.480890369,0.6237966528,7416.2095455 +317,1.843704281,-0.18300445,251,-1.480890369,0.6237966528,10577.972718 +318,1.690644492,-0.211480909,251,-1.480890369,0.6237966528,10807.153402 +319,-1.275451936,0.068109467,251,-1.480890369,0.6237966528,2325.7958428 +320,0.762430171,-0.207594741,251,-1.480890369,0.6237966528,8846.5038575 +321,0.265668905,-0.014647884,251,-1.480890369,0.6237966528,6820.2007084 +322,-2.773032013,-0.335515811,251,-1.480890369,0.6237966528,6148.7020049 +323,-1.469512853,0.174058777,251,-1.480890369,0.6237966528,1781.8830916 +324,0.286276986,0.785925691,251,-1.480890369,0.6237966528,5009.5063997 +325,-1.379324697,0.377432233,251,-1.480890369,0.6237966528,1037.1213128 +326,-1.203778265,0.212813032,251,-1.480890369,0.6237966528,1905.8514469 +327,0.579916301,0.611743168,251,-1.480890369,0.6237966528,6131.8614954 +328,0.267582642,0.868113908,251,-1.480890369,0.6237966528,4792.7309648 +329,0.412869244,-0.050245578,251,-1.480890369,0.6237966528,7373.3632336 +330,0.17524381,0.976660285,251,-1.480890369,0.6237966528,4393.9121583 +331,0.743157214,0.204812899,251,-1.480890369,0.6237966528,7698.4652754 +332,-1.070758176,0.269382282,251,-1.480890369,0.6237966528,2018.3245925 +333,-1.230364251,0.329790229,251,-1.480890369,0.6237966528,1456.8902065 +334,-1.374813124,-0.024926835,251,-1.480890369,0.6237966528,2599.3483136 +335,0.519780566,0.463669906,251,-1.480890369,0.6237966528,6385.6150771 +336,-1.55108034,0.239698561,251,-1.480890369,0.6237966528,1541.8045972 +337,0.180294813,0.029739425,251,-1.480890369,0.6237966528,6443.3187778 +338,0.67820924,0.268170153,251,-1.480890369,0.6237966528,7344.2252387 +339,0.445798684,1.024001867,251,-1.480890369,0.6237966528,4797.5154014 +340,0.691751283,0.150521402,251,-1.480890369,0.6237966528,7709.3310616 +341,-1.036643551,-0.903056181,251,-1.480890369,0.6237966528,6241.1556976 +342,-0.120287036,1.083325163,251,-1.480890369,0.6237966528,3695.711223 +343,2.823513113,-0.304487164,251,-1.480890369,0.6237966528,8215.6177099 +344,0.457583172,1.12513373,251,-1.480890369,0.6237966528,4586.2624735 +345,0.042918831,0.813795399,251,-1.480890369,0.6237966528,4369.6141839 +346,1.196146777,-0.853142756,251,-1.480890369,0.6237966528,10821.093148 +347,0.206001358,-0.010430701,251,-1.480890369,0.6237966528,6619.1125427 +348,-0.268308653,0.234799412,251,-1.480890369,0.6237966528,4537.030037 +349,0.759363263,0.736189579,251,-1.480890369,0.6237966528,6146.7801849 +350,0.181363926,0.891988372,251,-1.480890369,0.6237966528,4556.8728084 +351,-0.021111158,0.139103292,251,-1.480890369,0.6237966528,5545.0803325 +352,-0.093355215,0.630686981,251,-1.480890369,0.6237966528,4311.0955451 +353,0.40118964,0.681375926,251,-1.480890369,0.6237966528,5525.8532188 +354,-0.721197315,1.304706234,251,-1.480890369,0.6237966528,3047.6660135 +355,-1.076150317,0.212107639,251,-1.480890369,0.6237966528,2179.9695517 +356,-1.577164531,0.273993443,251,-1.480890369,0.6237966528,1426.8041195 +357,-0.190788414,0.182208586,251,-1.480890369,0.6237966528,4902.5245139 +358,-0.261349752,0.209710184,251,-1.480890369,0.6237966528,4614.5347497 +359,-1.029303852,0.083549259,251,-1.480890369,0.6237966528,2700.2273169 +360,-1.268609162,0.330525297,251,-1.480890369,0.6237966528,1378.2741775 +361,1.282982244,-0.926641967,251,-1.480890369,0.6237966528,10850.028026 +362,0.217352334,0.731352408,251,-1.480890369,0.6237966528,4959.5269253 +363,-1.511833084,0.258629297,251,-1.480890369,0.6237966528,1450.5884609 +364,0.338812194,0.823184618,251,-1.480890369,0.6237966528,5046.5498667 +365,-0.324406489,1.134201999,251,-1.480890369,0.6237966528,3327.0704651 +366,1.389579348,0.399185724,251,-1.480890369,0.6237966528,8266.2510109 +367,2.047152199,-0.039082036,251,-1.480890369,0.6237966528,9728.2995789 +368,0.947780369,0.568250077,251,-1.480890369,0.6237966528,7032.2300996 +369,0.763824846,0.576754987,251,-1.480890369,0.6237966528,6642.8232863 +370,-0.142334657,0.928153068,251,-1.480890369,0.6237966528,3773.2972857 +371,0.610266567,0.547265983,251,-1.480890369,0.6237966528,6383.0466244 +372,0.210731629,0.746815056,251,-1.480890369,0.6237966528,4910.7790556 +373,-1.34931644,0.316895224,251,-1.480890369,0.6237966528,1300.19752 +374,2.407696481,0.655030745,251,-1.480890369,0.6237966528,6684.2308457 +375,0.64207831,0.545359131,251,-1.480890369,0.6237966528,6463.6670617 +376,1.174597538,0.840588356,251,-1.480890369,0.6237966528,6394.2595631 +377,0.660059424,0.010604079,251,-1.480890369,0.6237966528,7990.8457729 +378,-0.730263819,0.010486456,251,-1.480890369,0.6237966528,3674.8318148 +379,0.831068936,0.512339172,251,-1.480890369,0.6237966528,6984.3030202 +380,1.301180979,0.72367476,251,-1.480890369,0.6237966528,6949.2243864 +381,1.811128231,0.322854402,251,-1.480890369,0.6237966528,8651.8954456 +382,0.435105812,0.992284428,251,-1.480890369,0.6237966528,4852.4379286 +383,0.62643634,0.592027932,251,-1.480890369,0.6237966528,6294.4684964 +384,0.492988703,-0.516339467,251,-1.480890369,0.6237966528,8601.4645765 +385,-0.162469483,0.112549365,251,-1.480890369,0.6237966528,5151.3566462 +386,0.314630866,0.472006421,251,-1.480890369,0.6237966528,5807.27774 +387,0.166744804,0.822815954,251,-1.480890369,0.6237966528,4652.986381 +388,0.417159608,0.965805736,251,-1.480890369,0.6237966528,4881.2081443 +389,0.106334961,0.868774244,251,-1.480890369,0.6237966528,4428.8120991 +390,0.815086969,-0.338144359,251,-1.480890369,0.6237966528,9302.3993579 +391,0.59867455,-0.230624824,251,-1.480890369,0.6237966528,8380.6715647 +392,1.915104874,0.066220985,251,-1.480890369,0.6237966528,9552.2780838 +393,1.278093622,0.064463721,251,-1.480890369,0.6237966528,9370.4781323 +394,-0.061477853,0.302997961,251,-1.480890369,0.6237966528,5051.8547434 +395,0.251311504,0.626976942,251,-1.480890369,0.6237966528,5273.8518198 +396,2.950242872,0.149095644,251,-1.480890369,0.6237966528,6762.3789896 +397,-0.180294708,0.35375117,251,-1.480890369,0.6237966528,4567.7173232 +398,1.010448592,-0.351180233,251,-1.480890369,0.6237966528,9945.1584589 +399,-1.748740498,0.3686318073,251,-1.480890369,0.6237966528,1371.8263111 +400,2.699635665,0.123533791,251,-1.480890369,0.6237966528,7581.3988604 +401,0.496808033,0.823843254,251,-1.480890369,0.6237966528,5382.4165862 +402,0.129574704,0.763364087,251,-1.480890369,0.6237966528,4675.4646118 +403,1.798920311,0.817447563,251,-1.480890369,0.6237966528,6713.9352238 +404,0.335987953,0.746786541,251,-1.480890369,0.6237966528,5214.1948986 +405,-1.085413643,0.292154671,251,-1.480890369,0.6237966528,1913.9469331 +406,-0.155321003,0.508207011,251,-1.480890369,0.6237966528,4344.6739 +407,0.620529244,-0.301175104,251,-1.480890369,0.6237966528,8602.8678259 +408,1.684402744,0.368716966,251,-1.480890369,0.6237966528,8511.4963773 +409,0.300582244,-0.386397212,251,-1.480890369,0.6237966528,7754.5691227 +410,2.913555946,-0.009225192,251,-1.480890369,0.6237966528,7260.1264928 +411,1.465101417,0.493232532,251,-1.480890369,0.6237966528,7959.4348199 +412,0.090612882,0.907955955,251,-1.480890369,0.6237966528,4328.2334813 +413,2.987564726,-0.729568594,251,-1.480890369,0.6237966528,8460.1976716 +414,-1.484261606,0.224149272,251,-1.480890369,0.6237966528,1583.0490546 +415,0.164073421,0.303955133,251,-1.480890369,0.6237966528,5755.6755808 +416,0.141441293,0.167552546,251,-1.480890369,0.6237966528,5999.2455429 +417,2.931321023,-0.506718887,251,-1.480890369,0.6237966528,8265.4306357 +418,2.21951565,0.700596356,251,-1.480890369,0.6237966528,6816.4516156 +419,0.268112576,1.199114336,251,-1.480890369,0.6237966528,4184.5289446 +420,0.978913739,0.359223811,251,-1.480890369,0.6237966528,7785.8099226 +421,1.210898818,0.522863584,251,-1.480890369,0.6237966528,7602.7437267 +422,2.347397336,0.129231362,251,-1.480890369,0.6237966528,8515.3456045 +423,0.614394501,0.556878345,251,-1.480890369,0.6237966528,6365.8028734 +424,-1.398079356,0.148483366,251,-1.480890369,0.6237966528,1906.3893684 +425,2.535303836,-0.112984496,251,-1.480890369,0.6237966528,8687.6143039 +426,-1.019372593,-0.405322349,251,-1.480890369,0.6237966528,4428.1593693 +427,-1.297785627,-0.160104069,251,-1.480890369,0.6237966528,3179.4808208 +428,2.144554488,0.205051084,251,-1.480890369,0.6237966528,8694.661369 +429,-2.242387083,-0.426171285,251,-1.480890369,0.6237966528,5042.1157178 +430,0.338637212,0.909723676,251,-1.480890369,0.6237966528,4854.5675432 +431,-0.148798452,0.691042401,251,-1.480890369,0.6237966528,4055.062216 +432,0.893524764,0.441829531,251,-1.480890369,0.6237966528,7339.5170024 +433,0.969229347,-0.368847936,251,-1.480890369,0.6237966528,9854.1671298 +434,0.436043248,0.800045688,251,-1.480890369,0.6237966528,5314.0683943 +435,1.687946607,1.081504775,251,-1.480890369,0.6237966528,5688.5836699 +436,0.522302046,-0.034889271,251,-1.480890369,0.6237966528,7681.8873918 +437,-0.178996113,-0.438090009,251,-1.480890369,0.6237966528,6430.0374759 +438,-1.094339566,0.301444068,251,-1.480890369,0.6237966528,1863.9774472 +439,-1.064070054,0.242569932,251,-1.480890369,0.6237966528,2115.3980112 +440,-1.068153768,0.230387998,251,-1.480890369,0.6237966528,2142.4695365 +441,-3.00496892,-0.23989155,251,-1.480890369,0.6237966528,6626.5130015 +442,0.21751974,0.766874888,251,-1.480890369,0.6237966528,4885.9188543 +443,0.117229532,0.007619006,251,-1.480890369,0.6237966528,6292.132101 +444,0.777758451,0.420554741,251,-1.480890369,0.6237966528,7149.0426342 +445,-0.252356999,0.250747086,251,-1.480890369,0.6237966528,4553.6682774 +446,0.363148444,0.768483434,251,-1.480890369,0.6237966528,5227.1353971 +447,0.903191366,-0.118210676,251,-1.480890369,0.6237966528,9048.1203461 +448,-0.205755923,0.149406178,251,-1.480890369,0.6237966528,4928.3224059 +449,1.811996086,0.02364353,251,-1.480890369,0.6237966528,9819.0693405 +450,-1.100670221,0.314845373,251,-1.480890369,0.6237966528,1808.7830499 +451,0.340078597,0.850105132,251,-1.480890369,0.6237966528,4988.9559797 +452,0.258757267,0.804969236,251,-1.480890369,0.6237966528,4904.5193208 +453,2.78505352,-0.155160804,251,-1.480890369,0.6237966528,8011.1537042 +454,0.800551619,0.105822106,251,-1.480890369,0.6237966528,8136.7491069 +455,0.437940882,-0.506194031,251,-1.480890369,0.6237966528,8412.7083674 +456,2.230431122,0.63458615,251,-1.480890369,0.6237966528,7036.1279061 +457,0.527965361,0.127667701,251,-1.480890369,0.6237966528,7292.9999279 +458,-0.063643205,0.702093448,251,-1.480890369,0.6237966528,4274.7884574 +459,1.408447268,0.133010502,251,-1.480890369,0.6237966528,9301.9981095 +460,0.523795955,0.280266966,251,-1.480890369,0.6237966528,6883.8672512 +461,-0.975769313,0.072177659,251,-1.480890369,0.6237966528,2859.2942325 +462,0.549774164,-0.463663986,251,-1.480890369,0.6237966528,8689.4751847 +463,0.29245874,1.095549818,251,-1.480890369,0.6237966528,4396.6411755 +464,0.143625958,0.816809593,251,-1.480890369,0.6237966528,4609.3055886 +465,0.671902494,0.611159853,251,-1.480890369,0.6237966528,6341.6617312 +466,1.239840988,0.6724199,251,-1.480890369,0.6237966528,7083.2115178 +467,0.607829703,-0.10932137,251,-1.480890369,0.6237966528,8129.411632 +468,1.763020906,0.263996692,251,-1.480890369,0.6237966528,8906.4177213 +469,0.378714634,0.726066797,251,-1.480890369,0.6237966528,5363.8119036 +470,2.196736143,-0.153862366,251,-1.480890369,0.6237966528,9760.0003868 +471,0.01702415,0.148991565,251,-1.480890369,0.6237966528,5644.9226267 +472,-2.998490902,-0.158002487,251,-1.480890369,0.6237966528,6417.2400075 +473,-3.051262951,-0.346595608,251,-1.480890369,0.6237966528,7011.8280254 +474,-1.069176439,0.182802941,251,-1.480890369,0.6237966528,2288.912965 +475,0.167157509,0.595344954,251,-1.480890369,0.6237966528,5115.5110835 +476,0.613855648,0.681746124,251,-1.480890369,0.6237966528,6012.7917802 +477,1.037012736,0.682555367,251,-1.480890369,0.6237966528,6789.4773666 +478,-1.253574971,0.379755746,251,-1.480890369,0.6237966528,1245.4046509 +479,3.108590453,-0.132620738,251,-1.480890369,0.6237966528,6922.2087673 +480,0.565301296,0.022333262,251,-1.480890369,0.6237966528,7673.650748 +481,0.547898238,0.855555614,251,-1.480890369,0.6237966528,5401.6024191 +482,0.948309381,0.417393755,251,-1.480890369,0.6237966528,7531.9843372 +483,-0.050600732,0.945269213,251,-1.480890369,0.6237966528,3962.061536 +484,-0.977651478,-0.572363064,251,-1.480890369,0.6237966528,5092.2626868 +485,1.102014914,0.728861163,251,-1.480890369,0.6237966528,6715.7730876 +486,2.927300795,-0.282939414,251,-1.480890369,0.6237966528,7836.9355913 +487,-1.154565557,0.124434095,251,-1.480890369,0.6237966528,2305.1574156 +488,1.855331234,0.291044755,251,-1.480890369,0.6237966528,8747.2970606 +489,0.830290659,0.276904518,251,-1.480890369,0.6237966528,7710.3262963 +490,0.485104466,-0.234867441,251,-1.480890369,0.6237966528,8025.8388398 +491,0.521367572,-0.33161327,251,-1.480890369,0.6237966528,8346.9346561 +1,-1.539031704,0.7349710123,252,-1.704390658,0.5281680612,973.46704844 +2,-1.536990553,0.7349663874,252,-1.704390658,0.5281680612,976.97243161 +3,-1.534951779,0.7349571355,252,-1.704390658,0.5281680612,980.48923031 +4,-1.532906461,0.7349480293,252,-1.704390658,0.5281680612,984.04805742 +5,-1.531320211,0.7346937278,252,-1.704390658,0.5281680612,986.04783302 +6,-1.539451648,0.7335131775,252,-1.704390658,0.5281680612,968.06206647 +7,-1.537429487,0.7335445708,252,-1.704390658,0.5281680612,971.66451062 +8,-1.535484998,0.7335658704,252,-1.704390658,0.5281680612,975.12749254 +9,-1.533488396,0.7336036027,252,-1.704390658,0.5281680612,978.76119842 +10,-1.531497785,0.7335842962,252,-1.704390658,0.5281680612,982.23168238 +11,-1.530259379,0.7334777758,252,-1.704390658,0.5281680612,984.10804136 +12,-1.5335454,0.7322346912,252,-1.704390658,0.5281680612,974.32978584 +13,-1.531489083,0.7322238773,252,-1.704390658,0.5281680612,977.96367249 +14,-1.530011122,0.7321679851,252,-1.704390658,0.5281680612,980.44331136 +15,-1.53348106,0.7306614094,252,-1.704390658,0.5281680612,969.48087237 +16,-1.531441779,0.7306962275,252,-1.704390658,0.5281680612,973.25169064 +17,-1.529755654,0.7306933243,252,-1.704390658,0.5281680612,976.29188187 +18,-1.533415048,0.7291384674,252,-1.704390658,0.5281680612,964.80899728 +19,-1.531392093,0.7291705353,252,-1.704390658,0.5281680612,968.56498373 +20,-1.529296523,0.7291214933,252,-1.704390658,0.5281680612,972.22934334 +21,-1.535280942,0.727267644,252,-1.704390658,0.5281680612,955.57190921 +22,-1.533378158,0.7276139666,252,-1.704390658,0.5281680612,960.09472205 +23,-1.531340368,0.7276446587,252,-1.704390658,0.5281680612,963.89649514 +24,-1.528960113,0.7276398177,252,-1.704390658,0.5281680612,968.24699296 +25,-1.533313146,0.7260818349,252,-1.704390658,0.5281680612,955.42270121 +26,-1.531259555,0.7260958115,252,-1.704390658,0.5281680612,959.22544307 +27,-1.528926415,0.7260865555,252,-1.704390658,0.5281680612,963.50377177 +28,-1.531226779,0.7245511789,252,-1.704390658,0.5281680612,954.49530576 +29,-1.528904772,0.7245519194,252,-1.704390658,0.5281680612,958.81128591 +30,-1.547195875,0.7409785979,252,-1.704390658,0.5281680612,979.44246749 +31,-1.5451475,0.740980426,252,-1.704390658,0.5281680612,982.7714096 +32,-1.543097679,0.7409798872,252,-1.704390658,0.5281680612,986.12640507 +33,-1.540720364,0.7409892687,252,-1.704390658,0.5281680612,990.08907796 +34,-1.547188511,0.7395198392,252,-1.704390658,0.5281680612,974.64317627 +35,-1.545148587,0.7395226109,252,-1.704390658,0.5281680612,977.98191464 +36,-1.543104538,0.7395314908,252,-1.704390658,0.5281680612,981.37863533 +37,-1.540727751,0.7395306258,252,-1.704390658,0.5281680612,985.33066308 +38,-1.547187029,0.7380014886,252,-1.704390658,0.5281680612,969.64886356 +39,-1.545147315,0.7380012252,252,-1.704390658,0.5281680612,972.99869907 +40,-1.54310719,0.7380060743,252,-1.704390658,0.5281680612,976.39723009 +41,-1.540719671,0.7380068206,252,-1.704390658,0.5281680612,980.39768822 +42,-1.547187189,0.7364799098,252,-1.704390658,0.5281680612,964.65267395 +43,-1.545149996,0.7364853874,252,-1.704390658,0.5281680612,968.03866253 +44,-1.543106091,0.7364823484,252,-1.704390658,0.5281680612,971.43938928 +45,-1.540717158,0.7364893901,252,-1.704390658,0.5281680612,975.48808416 +46,-1.538663972,0.7410138672,252,-1.704390658,0.5281680612,993.60347968 +47,-1.53695285,0.7409699132,252,-1.704390658,0.5281680612,996.34250518 +48,-1.534910498,0.7409641297,252,-1.704390658,0.5281680612,999.79083602 +49,-1.533145034,0.7409536636,252,-1.704390658,0.5281680612,1002.7782153 +50,-1.538681336,0.7395405883,252,-1.704390658,0.5281680612,988.80130868 +51,-1.536999189,0.7395183096,252,-1.704390658,0.5281680612,991.5785361 +52,-1.534923633,0.7395144222,252,-1.704390658,0.5281680612,995.10984458 +53,-1.533267822,0.7395654306,252,-1.704390658,0.5281680612,998.12218311 +54,-1.53867273,0.7380151077,252,-1.704390658,0.5281680612,983.88558168 +55,-1.536980576,0.7379994392,252,-1.704390658,0.5281680612,986.71938628 +56,-1.534931522,0.7379944961,252,-1.704390658,0.5281680612,990.22395188 +57,-1.533387952,0.7379480264,252,-1.704390658,0.5281680612,992.74749701 +58,-1.538682279,0.7364914363,252,-1.704390658,0.5281680612,978.95704424 +59,-1.536980704,0.7364810563,252,-1.704390658,0.5281680612,981.84217951 +60,-1.534935567,0.7364752065,252,-1.704390658,0.5281680612,985.35902091 +61,-1.533042592,0.7363876366,252,-1.704390658,0.5281680612,988.37978858 +62,-1.545143426,0.7349628011,252,-1.704390658,0.5281680612,963.08374284 +63,-1.543105297,0.7349691947,252,-1.704390658,0.5281680612,966.52733433 +64,-1.541064533,0.7349647152,252,-1.704390658,0.5281680612,969.97120707 +65,-1.545411803,0.7334624714,252,-1.704390658,0.5281680612,957.75098627 +66,-1.543446606,0.7334780896,252,-1.704390658,0.5281680612,961.11831799 +67,-1.541475327,0.7334957295,252,-1.704390658,0.5281680612,964.53113212 +68,-1.545401939,0.731963266,252,-1.704390658,0.5281680612,952.89872815 +69,-1.54342253,0.7319915583,252,-1.704390658,0.5281680612,956.35230602 +70,-1.541455867,0.7320216438,252,-1.704390658,0.5281680612,959.81839617 +71,-1.545410146,0.7304422281,252,-1.704390658,0.5281680612,947.95724106 +72,-1.543435491,0.7304713664,252,-1.704390658,0.5281680612,951.42671173 +73,-1.541463105,0.7304997613,252,-1.704390658,0.5281680612,954.91842538 +74,-1.545414768,0.7289194936,252,-1.704390658,0.5281680612,943.02873918 +75,-1.543435774,0.7289538557,252,-1.704390658,0.5281680612,946.54400664 +76,-1.541457714,0.7289765881,252,-1.704390658,0.5281680612,950.04902244 +77,-1.539449415,0.7320555866,252,-1.704390658,0.5281680612,963.3937985 +78,-1.537429183,0.7321097681,252,-1.704390658,0.5281680612,967.08646685 +79,-1.535472649,0.7321497267,252,-1.704390658,0.5281680612,970.64982322 +80,-1.539457899,0.7305333307,252,-1.704390658,0.5281680612,958.51215088 +81,-1.537453161,0.7305750503,252,-1.704390658,0.5281680612,962.15962694 +82,-1.535479385,0.7306124949,252,-1.704390658,0.5281680612,965.76672477 +83,-1.53946905,0.7290102593,252,-1.704390658,0.5281680612,953.63605814 +84,-1.537459922,0.7290417293,252,-1.704390658,0.5281680612,957.28058694 +85,-1.535451349,0.7290890157,252,-1.704390658,0.5281680612,961.00257148 +86,-1.535522937,0.7279887191,252,-1.704390658,0.5281680612,957.40588143 +87,-1.539442524,0.7274735939,252,-1.704390658,0.5281680612,948.79640851 +88,-1.537424111,0.727521351,252,-1.704390658,0.5281680612,952.53178697 +89,-1.539384641,0.7259505092,252,-1.704390658,0.5281680612,944.06986701 +90,-1.537372391,0.7259947145,252,-1.704390658,0.5281680612,947.80619303 +91,-1.535340789,0.7260435356,252,-1.704390658,0.5281680612,951.62029814 +92,-1.539325716,0.7244369706,252,-1.704390658,0.5281680612,939.39032123 +93,-1.537308932,0.7244801057,252,-1.704390658,0.5281680612,943.15467621 +94,-1.535289068,0.7245247645,252,-1.704390658,0.5281680612,946.95786986 +95,-1.533261366,0.7245550236,252,-1.704390658,0.5281680612,950.75879545 +96,-1.539267302,0.722921924,252,-1.704390658,0.5281680612,934.72016842 +97,-1.537248972,0.7229660258,252,-1.704390658,0.5281680612,938.51381079 +98,-1.535219431,0.7229916471,252,-1.704390658,0.5281680612,942.29888707 +99,-1.53318962,0.7230212049,252,-1.704390658,0.5281680612,946.12568105 +100,-1.531154816,0.7230299897,252,-1.704390658,0.5281680612,949.92619689 +101,-1.528878341,0.7230370244,252,-1.704390658,0.5281680612,954.20383323 +102,-1.539218189,0.7214009878,252,-1.704390658,0.5281680612,930.02995562 +103,-1.537198791,0.7214422745,252,-1.704390658,0.5281680612,933.84034487 +104,-1.535179266,0.7214634354,252,-1.704390658,0.5281680612,937.61704502 +105,-1.533156501,0.7214944644,252,-1.704390658,0.5281680612,941.45914078 +106,-1.53113574,0.7215166021,252,-1.704390658,0.5281680612,945.29842926 +107,-1.528874248,0.7215345535,252,-1.704390658,0.5281680612,949.60758764 +108,-1.539217656,0.7198512397,252,-1.704390658,0.5281680612,925.17628005 +109,-1.537199919,0.7199428763,252,-1.704390658,0.5281680612,929.16385178 +110,-1.545425832,0.727397149,252,-1.704390658,0.5281680612,938.10300338 +111,-1.543371177,0.7273916949,252,-1.704390658,0.5281680612,941.64387704 +112,-1.541368852,0.7274523163,252,-1.704390658,0.5281680612,945.33571128 +113,-1.545349067,0.7258710923,252,-1.704390658,0.5281680612,933.33045064 +114,-1.54332671,0.7258603556,252,-1.704390658,0.5281680612,936.82226147 +115,-1.541346831,0.7259242142,252,-1.704390658,0.5281680612,940.50753571 +116,-1.545324355,0.7243383958,252,-1.704390658,0.5281680612,928.4606463 +117,-1.543292796,0.7243617413,252,-1.704390658,0.5281680612,932.10078735 +118,-1.541295822,0.7244024384,252,-1.704390658,0.5281680612,935.76502835 +119,-1.543193859,0.7205570215,252,-1.704390658,0.5281680612,920.19958703 +120,-1.550257047,0.7386738187,252,-1.704390658,0.5281680612,966.89086053 +121,-1.549335448,0.7311736483,252,-1.704390658,0.5281680612,943.72422715 +122,-1.533478843,0.7179891343,252,-1.704390658,0.5281680612,930.05365919 +123,-1.556150555,0.738907041,252,-1.704390658,0.5281680612,958.33840039 +124,-1.554324226,0.733414257,252,-1.704390658,0.5281680612,942.92170789 +125,-1.554290846,0.7288285332,252,-1.704390658,0.5281680612,927.83040221 +126,-1.55122487,0.7219795312,252,-1.704390658,0.5281680612,910.64637485 +127,-1.525104458,0.7229399862,252,-1.704390658,0.5281680612,961.04345665 +128,-1.519607711,0.7236181429,252,-1.704390658,0.5281680612,973.6469476 +129,-1.513899999,0.7251107854,252,-1.704390658,0.5281680612,989.22780033 +130,-1.536620762,0.7431061895,252,-1.704390658,0.5281680612,1003.8140668 +131,-1.5369566,0.7460845958,252,-1.704390658,0.5281680612,1012.929978 +132,-1.545345528,0.7447040685,252,-1.704390658,0.5281680612,994.72941634 +133,-1.532813921,0.7432306626,252,-1.704390658,0.5281680612,1010.653201 +134,-1.554788248,0.7382381001,252,-1.704390658,0.5281680612,958.23400961 +135,-1.540348126,0.7301594274,252,-1.704390658,0.5281680612,955.76493972 +136,-1.538016084,0.7239051786,252,-1.704390658,0.5281680612,940.07078143 +137,-1.525288962,0.7258085137,252,-1.704390658,0.5281680612,969.44304935 +138,-1.534326986,0.731241342,252,-1.704390658,0.5281680612,969.80205874 +139,-1.530733872,0.7303625216,252,-1.704390658,0.5281680612,973.48520796 +141,-1.534354939,0.7328219978,252,-1.704390658,0.5281680612,974.75417582 +142,-1.53157084,0.7292888153,252,-1.704390658,0.5281680612,968.61078323 +143,-1.525691035,0.7263799874,252,-1.704390658,0.5281680612,970.43857196 +144,-1.534031287,0.7495967835,252,-1.704390658,0.5281680612,1029.2033543 +145,-1.527714986,0.7283095957,252,-1.704390658,0.5281680612,972.61707351 +146,-1.526189586,0.7271468292,252,-1.704390658,0.5281680612,971.86123402 +147,-1.555177336,0.7375563366,252,-1.704390658,0.5281680612,955.34388147 +148,-1.555080283,0.7312707794,252,-1.704390658,0.5281680612,934.60144895 +149,-1.53856994,0.7224180299,252,-1.704390658,0.5281680612,934.39746864 +150,-1.530837883,0.729933372,252,-1.704390658,0.5281680612,971.9547053 +151,-1.515066984,0.5854133365,252,-1.704390658,0.5281680612,675.38760958 +152,-1.534731633,0.5368370046,252,-1.704390658,0.5281680612,579.80572194 +153,-1.515231902,0.5607085576,252,-1.704390658,0.5281680612,653.4506323 +154,-2.616253799,1.0684566605,252,-1.704390658,0.5281680612,3170.9481818 +155,-1.956071439,0.5792177723,252,-1.704390658,0.5281680612,870.93728784 +156,-1.951208514,0.5602434208,252,-1.704390658,0.5281680612,845.36850344 +157,-1.944675062,0.6062144545,252,-1.704390658,0.5281680612,859.25783684 +158,-1.613778386,0.6077989518,252,-1.704390658,0.5281680612,436.92791331 +159,-2.035029014,0.6021432345,252,-1.704390658,0.5281680612,1142.2228455 +160,-2.114989471,0.6801825058,252,-1.704390658,0.5281680612,1461.9985069 +161,-2.037382079,0.5765830025,252,-1.704390658,0.5281680612,1137.4293933 +162,-2.129855121,0.6585019963,252,-1.704390658,0.5281680612,1484.2111734 +163,-2.075141798,0.6493615843,252,-1.704390658,0.5281680612,1308.5816123 +164,-1.828626729,0.6948433129,252,-1.704390658,0.5281680612,772.79447862 +165,-1.863329418,0.6735427691,252,-1.704390658,0.5281680612,774.54174887 +166,-1.266037071,0.727988852,252,-1.704390658,0.5281680612,1603.841294 +167,-1.277579582,0.7249010648,252,-1.704390658,0.5281680612,1567.5639065 +168,-1.258418684,0.7241194816,252,-1.704390658,0.5281680612,1619.4377578 +169,-1.317813974,0.6804850104,252,-1.704390658,0.5281680612,1392.0309908 +170,-1.344165204,0.6790988904,252,-1.704390658,0.5281680612,1313.81396 +171,-1.427582102,0.5277120351,252,-1.704390658,0.5281680612,946.38495861 +172,-1.402238616,0.457167829,252,-1.704390658,0.5281680612,1090.0757076 +173,-1.422454264,0.4996161999,252,-1.704390658,0.5281680612,978.22011894 +174,-1.439089277,0.4894859811,252,-1.704390658,0.5281680612,929.69219223 +175,-1.448126995,0.5182330266,252,-1.704390658,0.5281680612,879.54017159 +176,-1.474626146,0.5881926574,252,-1.704390658,0.5281680612,807.04950043 +177,-1.421139645,0.5584869783,252,-1.704390658,0.5281680612,966.93434307 +178,-1.457037165,0.565943032,252,-1.704390658,0.5281680612,849.3778403 +179,-2.757159358,0.3745319,252,-1.704390658,0.5281680612,3759.4186071 +180,-2.714309238,0.342054471,252,-1.704390658,0.5281680612,3663.7743964 +181,-2.000525337,0.774119946,252,-1.704390658,0.5281680612,1343.5505349 +183,-1.571413436,0.6777838382,252,-1.704390658,0.5281680612,733.812554 +184,-1.552860289,0.6987663893,252,-1.704390658,0.5281680612,834.18730329 +185,-1.521852374,0.7165827476,252,-1.704390658,0.5281680612,948.24119283 +186,-1.503656267,0.6928968252,252,-1.704390658,0.5281680612,920.49424873 +187,-1.502753178,0.7136205882,252,-1.704390658,0.5281680612,978.80014704 +188,-1.631894563,0.7343596465,252,-1.704390658,0.5281680612,848.68924632 +189,-1.653765416,0.6770714026,252,-1.704390658,0.5281680612,612.40489447 +190,-1.719812114,0.6715965947,252,-1.704390658,0.5281680612,570.34411049 +191,-1.493406659,0.6646955447,252,-1.704390658,0.5281680612,876.45618611 +192,-1.469120564,0.6613469966,252,-1.704390658,0.5281680612,933.33961267 +193,-1.590551461,0.5326612937,252,-1.704390658,0.5281680612,389.31242747 +194,-1.625979264,0.5247742243,252,-1.704390658,0.5281680612,268.84818438 +195,-1.572293943,0.5238808754,252,-1.704390658,0.5281680612,452.73379235 +196,-1.610848725,0.5477107964,252,-1.704390658,0.5281680612,327.43055442 +197,-1.208485554,0.7918526018,252,-1.704390658,0.5281680612,1854.9038867 +198,-1.335601374,0.6869083083,252,-1.704390658,0.5281680612,1349.4746014 +199,-1.346156996,0.6825213377,252,-1.704390658,0.5281680612,1312.9822589 +200,-1.324381037,0.6741422347,252,-1.704390658,0.5281680612,1364.7771753 +201,-1.242424992,0.7378949807,252,-1.704390658,0.5281680612,1682.8364714 +202,-1.270370057,0.7392461008,252,-1.704390658,0.5281680612,1608.9873132 +203,-1.448950472,0.7441675014,252,-1.704390658,0.5281680612,1177.4130182 +204,-1.492662363,0.7523026852,252,-1.704390658,0.5281680612,1111.2424247 +205,-1.479098966,0.7763855017,252,-1.704390658,0.5281680612,1208.9992368 +206,-1.633760714,0.7869022408,252,-1.704390658,0.5281680612,1048.1265255 +207,-1.647406434,0.8101289331,252,-1.704390658,0.5281680612,1130.524962 +208,-1.564245052,0.5701509278,252,-1.704390658,0.5281680612,501.67776308 +209,-1.646289963,0.6833746083,252,-1.704390658,0.5281680612,643.08550615 +210,-1.5820631,0.6751952144,252,-1.704390658,0.5281680612,705.66234769 +211,-1.613236298,0.6681681791,252,-1.704390658,0.5281680612,629.42213206 +212,-1.914661867,0.8212566515,252,-1.704390658,0.5281680612,1327.1212011 +213,-1.742133237,0.7250275956,252,-1.704390658,0.5281680612,789.03015907 +214,-2.033144872,0.6557314699,252,-1.704390658,0.5281680612,1189.9741313 +215,-2.039551981,0.6964723658,252,-1.704390658,0.5281680612,1270.4481341 +216,-1.247341019,0.7622473908,252,-1.704390658,0.5281680612,1706.6494921 +217,-1.298239787,0.7084123392,252,-1.704390658,0.5281680612,1486.1038857 +218,-1.308539688,0.6926545592,252,-1.704390658,0.5281680612,1434.8766895 +219,-1.303263185,0.6888938396,252,-1.704390658,0.5281680612,1445.0842852 +220,-1.852400229,0.6004246149,252,-1.704390658,0.5281680612,571.79301909 +221,-1.288947707,0.7473773692,252,-1.704390658,0.5281680612,1572.9730344 +222,-1.372031502,0.7472790993,252,-1.704390658,0.5281680612,1362.522509 +223,-1.289805721,0.7242157877,252,-1.704390658,0.5281680612,1532.9990117 +224,-1.350807603,0.7533498126,252,-1.704390658,0.5281680612,1427.2721007 +225,-1.329290365,0.7560442322,252,-1.704390658,0.5281680612,1485.9396856 +226,-1.410153004,0.616936428,252,-1.704390658,0.5281680612,1039.1336409 +227,-1.393445434,0.6308995063,252,-1.704390658,0.5281680612,1105.8441488 +228,-1.37595573,0.6241540638,252,-1.704390658,0.5281680612,1152.980435 +229,-1.358388707,0.6172645205,252,-1.704390658,0.5281680612,1202.228048 +230,-1.753741133,0.8281661666,252,-1.704390658,0.5281680612,1197.78712 +231,-1.47430987,0.6834615681,252,-1.704390658,0.5281680612,967.49947941 +232,-1.421012508,0.7222725206,252,-1.704390658,0.5281680612,1187.8007867 +233,-1.4476833,0.6978557868,252,-1.704390658,0.5281680612,1066.7945884 +234,-1.470370723,0.6966193374,252,-1.704390658,0.5281680612,1008.105275 +235,-1.429211703,0.7037216883,252,-1.704390658,0.5281680612,1126.1810253 +236,-1.700578405,0.6178673663,252,-1.704390658,0.5281680612,355.52509497 +237,-1.678117619,0.6331716163,252,-1.704390658,0.5281680612,424.90399486 +238,-1.725644578,0.6316331145,252,-1.704390658,0.5281680612,415.81956016 +239,-2.14012759,0.7930497945,252,-1.704390658,0.5281680612,1707.7181795 +240,-2.103289431,0.7653606263,252,-1.704390658,0.5281680612,1563.5310706 +241,-1.318739838,0.7017808746,252,-1.704390658,0.5281680612,1418.9356941 +242,-1.396417427,0.7077900843,252,-1.704390658,0.5281680612,1218.7823567 +243,-1.35650337,0.7185539404,252,-1.704390658,0.5281680612,1344.034723 +244,-1.248884539,0.7274156818,252,-1.704390658,0.5281680612,1650.459843 +245,-1.395014798,0.5761185243,252,-1.704390658,0.5281680612,1059.1428626 +246,-1.433377362,0.6064716109,252,-1.704390658,0.5281680612,955.72575531 +247,-1.408172432,0.5903155476,252,-1.704390658,0.5281680612,1023.2470299 +248,-1.749645898,0.7757118084,252,-1.704390658,0.5281680612,990.67542147 +249,-1.571626686,0.615046989,252,-1.704390658,0.5281680612,560.06752255 +250,-1.514070049,0.6303003037,252,-1.704390658,0.5281680612,748.68568659 +251,-1.480890369,0.6237966528,252,-1.704390658,0.5281680612,832.51162497 +252,-1.704390658,0.5281680612,252,-1.704390658,0.5281680612,33.036888072 +253,-1.64434733,0.5254277498,252,-1.704390658,0.5281680612,205.86515736 +254,-1.703855997,0.4792484842,252,-1.704390658,0.5281680612,193.77931789 +255,-1.692002383,0.5748825051,252,-1.704390658,0.5281680612,189.69543244 +256,-1.854136457,0.5544643913,252,-1.704390658,0.5281680612,518.75000693 +257,-1.665021206,0.520317736,252,-1.704390658,0.5281680612,138.53188528 +258,-1.733654349,0.4845187345,252,-1.704390658,0.5281680612,200.4122203 +259,-1.720938188,0.5135933906,252,-1.704390658,0.5281680612,81.023677831 +260,-1.742668307,0.553296122,252,-1.704390658,0.5281680612,163.70959808 +261,-1.965659039,0.7142126903,252,-1.704390658,0.5281680612,1115.6622549 +262,-1.944438071,0.6772834804,252,-1.704390658,0.5281680612,979.12842596 +263,-1.270340967,0.7681487096,252,-1.704390658,0.5281680612,1657.2911364 +264,-1.353091884,0.6549276821,252,-1.704390658,0.5281680612,1256.0757382 +265,-1.333236659,0.6413584414,252,-1.704390658,0.5281680612,1301.8222772 +266,-1.352015998,0.6753788907,252,-1.704390658,0.5281680612,1285.9256773 +267,-1.377988483,0.6577816235,252,-1.704390658,0.5281680612,1185.7872668 +268,-2.13075611,0.8318642051,252,-1.704390658,0.5281680612,1766.7973861 +269,-2.097910953,0.8259670014,252,-1.704390658,0.5281680612,1681.5516072 +270,-1.416382069,0.6694271549,252,-1.704390658,0.5281680612,1093.402455 +271,-1.538905672,0.7535625993,252,-1.704390658,0.5281680612,1034.3041354 +272,-1.572309477,0.7803125099,252,-1.704390658,0.5281680612,1080.3736703 +273,-1.87759879,0.7503853417,252,-1.704390658,0.5281680612,1036.4922701 +274,1.152365588,0.590457682,252,-1.704390658,0.5281680612,7886.6253037 +275,0.350198001,0.718001859,252,-1.704390658,0.5281680612,6107.1605526 +276,0.046513677,0.491503852,252,-1.704390658,0.5281680612,5819.4612738 +277,0.027510309,0.742571376,252,-1.704390658,0.5281680612,5267.2565267 +278,0.306285725,-0.214631579,252,-1.704390658,0.5281680612,8145.2101644 +279,-1.100564889,0.318051531,252,-1.704390658,0.5281680612,2322.7707286 +280,-1.078582306,0.301437596,252,-1.704390658,0.5281680612,2426.8849065 +281,-1.137371989,-0.617634065,252,-1.704390658,0.5281680612,5006.2348219 +282,0.784356344,0.703272339,252,-1.704390658,0.5281680612,7009.0124821 +283,-1.221209947,0.218327455,252,-1.704390658,0.5281680612,2153.2100624 +284,2.347301921,-0.449114658,252,-1.704390658,0.5281680612,9272.6927876 +285,0.246820618,0.830553713,252,-1.704390658,0.5281680612,5602.4253431 +286,0.829414965,0.703288228,252,-1.704390658,0.5281680612,7079.7760386 +287,-1.337537566,0.42332223,252,-1.704390658,0.5281680612,1354.3796551 +288,0.882453706,0.454478077,252,-1.704390658,0.5281680612,8019.6744776 +289,1.575629659,0.416419109,252,-1.704390658,0.5281680612,8665.5226713 +290,-1.039455679,0.229888244,252,-1.704390658,0.5281680612,2699.1466934 +291,0.489558039,0.934482747,252,-1.704390658,0.5281680612,5802.1149785 +292,0.081344504,0.88384514,252,-1.704390658,0.5281680612,5127.4260429 +293,-1.547979814,0.300350308,252,-1.704390658,0.5281680612,1064.7239913 +294,0.040776181,0.168560074,252,-1.704390658,0.5281680612,6472.3433446 +295,-1.130374745,0.563894876,252,-1.704390658,0.5281680612,1940.6510022 +296,1.578326642,0.478507176,252,-1.704390658,0.5281680612,8420.7807041 +297,-1.12861823,-0.291640865,252,-1.704390658,0.5281680612,3919.9984881 +298,0.310524208,0.770885792,252,-1.704390658,0.5281680612,5885.0626128 +299,0.415649091,-0.387246002,252,-1.704390658,0.5281680612,8809.7358653 +300,-0.926533878,-0.188022748,252,-1.704390658,0.5281680612,4100.6892498 +301,1.258856172,-0.11716081,252,-1.704390658,0.5281680612,10685.828726 +302,-1.126050026,0.322941926,252,-1.704390658,0.5281680612,2228.9249973 +303,2.002785835,0.07893892,252,-1.704390658,0.5281680612,9222.9796861 +304,0.440437607,0.746258085,252,-1.704390658,0.5281680612,6230.8113786 +305,-0.030391866,0.214441206,252,-1.704390658,0.5281680612,6141.5156695 +306,0.521557815,-0.058929362,252,-1.704390658,0.5281680612,8552.5312185 +307,-0.097005111,0.13317729,252,-1.704390658,0.5281680612,6080.8816848 +308,1.83113859,0.221857587,252,-1.704390658,0.5281680612,9114.8680101 +309,0.222428864,0.099404236,252,-1.704390658,0.5281680612,7220.9690741 +310,-1.702731345,0.8728568183,252,-1.704390658,0.5281680612,1365.3211245 +311,-0.418507569,0.278324921,252,-1.704390658,0.5281680612,4712.6142897 +312,-1.41153306,0.339029988,252,-1.704390658,0.5281680612,1289.3825856 +313,0.357560442,0.114788776,252,-1.704390658,0.5281680612,7625.4685951 +314,0.325818979,0.268352149,252,-1.704390658,0.5281680612,7164.2809118 +315,-1.246004659,-0.663679965,252,-1.704390658,0.5281680612,5016.2586529 +316,1.814603087,0.637404484,252,-1.704390658,0.5281680612,7618.7256824 +317,1.843704281,-0.18300445,252,-1.704390658,0.5281680612,10416.164661 +318,1.690644492,-0.211480909,252,-1.704390658,0.5281680612,10882.329538 +319,-1.275451936,0.068109467,252,-1.704390658,0.5281680612,2427.8541511 +320,0.762430171,-0.207594741,252,-1.704390658,0.5281680612,9664.9417597 +321,0.265668905,-0.014647884,252,-1.704390658,0.5281680612,7609.1787206 +322,-2.773032013,-0.335515811,252,-1.704390658,0.5281680612,5316.4260428 +323,-1.469512853,0.174058777,252,-1.704390658,0.5281680612,1648.8957486 +324,0.286276986,0.785925691,252,-1.704390658,0.5281680612,5794.4997331 +325,-1.379324697,0.377432233,252,-1.704390658,0.5281680612,1300.1639479 +326,-1.203778265,0.212813032,252,-1.704390658,0.5281680612,2219.4071198 +327,0.579916301,0.611743168,252,-1.704390658,0.5281680612,6912.1268667 +328,0.267582642,0.868113908,252,-1.704390658,0.5281680612,5558.9598959 +329,0.412869244,-0.050245578,252,-1.704390658,0.5281680612,8176.1728282 +330,0.17524381,0.976660285,252,-1.704390658,0.5281680612,5136.435857 +331,0.743157214,0.204812899,252,-1.704390658,0.5281680612,8517.0513834 +332,-1.070758176,0.269382282,252,-1.704390658,0.5281680612,2515.1632847 +333,-1.230364251,0.329790229,252,-1.704390658,0.5281680612,1872.8826926 +334,-1.374813124,-0.024926835,252,-1.704390658,0.5281680612,2519.5138481 +335,0.519780566,0.463669906,252,-1.704390658,0.5281680612,7199.1524691 +336,-1.55108034,0.239698561,252,-1.704390658,0.5281680612,1272.4982954 +337,0.180294813,0.029739425,252,-1.704390658,0.5281680612,7229.2677049 +338,0.67820924,0.268170153,252,-1.704390658,0.5281680612,8163.2972304 +339,0.445798684,1.024001867,252,-1.704390658,0.5281680612,5486.5676064 +340,0.691751283,0.150521402,252,-1.704390658,0.5281680612,8537.7311931 +341,-1.036643551,-0.903056181,252,-1.704390658,0.5281680612,6125.8723518 +342,-0.120287036,1.083325163,252,-1.704390658,0.5281680612,4417.8795301 +343,2.823513113,-0.304487164,252,-1.704390658,0.5281680612,7438.1242195 +344,0.457583172,1.12513373,252,-1.704390658,0.5281680612,5232.4184631 +345,0.042918831,0.813795399,252,-1.704390658,0.5281680612,5171.214454 +346,1.196146777,-0.853142756,252,-1.704390658,0.5281680612,10966.368469 +347,0.206001358,-0.010430701,252,-1.704390658,0.5281680612,7399.592662 +348,-0.268308653,0.234799412,252,-1.704390658,0.5281680612,5302.3971624 +349,0.759363263,0.736189579,252,-1.704390658,0.5281680612,6859.0960747 +350,0.181363926,0.891988372,252,-1.704390658,0.5281680612,5326.0823452 +351,-0.021111158,0.139103292,252,-1.704390658,0.5281680612,6325.4708665 +352,-0.093355215,0.630686981,252,-1.704390658,0.5281680612,5142.6411591 +353,0.40118964,0.681375926,252,-1.704390658,0.5281680612,6318.9396226 +354,-0.721197315,1.304706234,252,-1.704390658,0.5281680612,3612.6180751 +355,-1.076150317,0.212107639,252,-1.704390658,0.5281680612,2619.0846668 +356,-1.577164531,0.273993443,252,-1.704390658,0.5281680612,1107.7152126 +357,-0.190788414,0.182208586,252,-1.704390658,0.5281680612,5666.0638662 +358,-0.261349752,0.209710184,252,-1.704390658,0.5281680612,5373.5565241 +359,-1.029303852,0.083549259,252,-1.704390658,0.5281680612,3072.2802441 +360,-1.268609162,0.330525297,252,-1.704390658,0.5281680612,1748.1708316 +361,1.282982244,-0.926641967,252,-1.704390658,0.5281680612,10803.789483 +362,0.217352334,0.731352408,252,-1.704390658,0.5281680612,5763.1105783 +363,-1.511833084,0.258629297,252,-1.704390658,0.5281680612,1277.2322803 +364,0.338812194,0.823184618,252,-1.704390658,0.5281680612,5815.8354144 +365,-0.324406489,1.134201999,252,-1.704390658,0.5281680612,4028.2032571 +366,1.389579348,0.399185724,252,-1.704390658,0.5281680612,8766.1349265 +367,2.047152199,-0.039082036,252,-1.704390658,0.5281680612,9446.70388 +368,0.947780369,0.568250077,252,-1.704390658,0.5281680612,7728.8204622 +369,0.763824846,0.576754987,252,-1.704390658,0.5281680612,7392.1834529 +370,-0.142334657,0.928153068,252,-1.704390658,0.5281680612,4557.503273 +371,0.610266567,0.547265983,252,-1.704390658,0.5281680612,7170.5540151 +372,0.210731629,0.746815056,252,-1.704390658,0.5281680612,5712.0376647 +373,-1.34931644,0.316895224,252,-1.704390658,0.5281680612,1527.4075578 +374,2.407696481,0.655030745,252,-1.704390658,0.5281680612,6538.8707312 +375,0.64207831,0.545359131,252,-1.704390658,0.5281680612,7245.8824078 +376,1.174597538,0.840588356,252,-1.704390658,0.5281680612,6942.5035299 +377,0.660059424,0.010604079,252,-1.704390658,0.5281680612,8822.5467955 +378,-0.730263819,0.010486456,252,-1.704390658,0.5281680612,4190.8981152 +379,0.831068936,0.512339172,252,-1.704390658,0.5281680612,7730.3088744 +380,1.301180979,0.72367476,252,-1.704390658,0.5281680612,7460.3861711 +381,1.811128231,0.322854402,252,-1.704390658,0.5281680612,8783.7942896 +382,0.435105812,0.992284428,252,-1.704390658,0.5281680612,5554.8627121 +383,0.62643634,0.592027932,252,-1.704390658,0.5281680612,7070.3528277 +384,0.492988703,-0.516339467,252,-1.704390658,0.5281680612,9234.0709919 +385,-0.162469483,0.112549365,252,-1.704390658,0.5281680612,5899.2254327 +386,0.314630866,0.472006421,252,-1.704390658,0.5281680612,6635.6121523 +387,0.166744804,0.822815954,252,-1.704390658,0.5281680612,5442.0129126 +388,0.417159608,0.965805736,252,-1.704390658,0.5281680612,5595.7880194 +389,0.106334961,0.868774244,252,-1.704390658,0.5281680612,5211.8820822 +390,0.815086969,-0.338144359,252,-1.704390658,0.5281680612,10095.496383 +391,0.59867455,-0.230624824,252,-1.704390658,0.5281680612,9169.5884579 +392,1.915104874,0.066220985,252,-1.704390658,0.5281680612,9474.5091723 +393,1.278093622,0.064463721,252,-1.704390658,0.5281680612,10020.307803 +394,-0.061477853,0.302997961,252,-1.704390658,0.5281680612,5861.0917055 +395,0.251311504,0.626976942,252,-1.704390658,0.5281680612,6091.0174896 +396,2.950242872,0.149095644,252,-1.704390658,0.5281680612,6120.6914393 +397,-0.180294708,0.35375117,252,-1.704390658,0.5281680612,5374.1347595 +398,1.010448592,-0.351180233,252,-1.704390658,0.5281680612,10766.228466 +399,-1.748740498,0.3686318073,252,-1.704390658,0.5281680612,651.37993777 +400,2.699635665,0.123533791,252,-1.704390658,0.5281680612,7011.6096867 +401,0.496808033,0.823843254,252,-1.704390658,0.5281680612,6127.3841079 +402,0.129574704,0.763364087,252,-1.704390658,0.5281680612,5480.594818 +403,1.798920311,0.817447563,252,-1.704390658,0.5281680612,6959.1468968 +404,0.335987953,0.746786541,252,-1.704390658,0.5281680612,6002.0122126 +405,-1.085413643,0.292154671,252,-1.704390658,0.5281680612,2421.9143287 +406,-0.155321003,0.508207011,252,-1.704390658,0.5281680612,5173.4386361 +407,0.620529244,-0.301175104,252,-1.704390658,0.5281680612,9372.991968 +408,1.684402744,0.368716966,252,-1.704390658,0.5281680612,8768.6304725 +409,0.300582244,-0.386397212,252,-1.704390658,0.5281680612,8418.0667455 +410,2.913555946,-0.009225192,252,-1.704390658,0.5281680612,6563.3779571 +411,1.465101417,0.493232532,252,-1.704390658,0.5281680612,8396.7058141 +412,0.090612882,0.907955955,252,-1.704390658,0.5281680612,5101.6623194 +413,2.987564726,-0.729568594,252,-1.704390658,0.5281680612,7634.3063984 +414,-1.484261606,0.224149272,252,-1.704390658,0.5281680612,1449.1311646 +415,0.164073421,0.303955133,252,-1.704390658,0.5281680612,6582.4039968 +416,0.141441293,0.167552546,252,-1.704390658,0.5281680612,6807.2878038 +417,2.931321023,-0.506718887,252,-1.704390658,0.5281680612,7438.8773225 +418,2.21951565,0.700596356,252,-1.704390658,0.5281680612,6792.0825652 +419,0.268112576,1.199114336,252,-1.704390658,0.5281680612,4818.7265133 +420,0.978913739,0.359223811,252,-1.704390658,0.5281680612,8519.1818051 +421,1.210898818,0.522863584,252,-1.704390658,0.5281680612,8194.1683988 +422,2.347397336,0.129231362,252,-1.704390658,0.5281680612,8118.0020389 +423,0.614394501,0.556878345,252,-1.704390658,0.5281680612,7150.7910919 +424,-1.398079356,0.148483366,252,-1.704390658,0.5281680612,1883.8421089 +425,2.535303836,-0.112984496,252,-1.704390658,0.5281680612,8059.9496138 +426,-1.019372593,-0.405322349,252,-1.704390658,0.5281680612,4522.6238982 +427,-1.297785627,-0.160104069,252,-1.704390658,0.5281680612,3134.8794052 +428,2.144554488,0.205051084,252,-1.704390658,0.5281680612,8482.0974324 +429,-2.242387083,-0.426171285,252,-1.704390658,0.5281680612,4297.0784309 +430,0.338637212,0.909723676,252,-1.704390658,0.5281680612,5599.2030851 +431,-0.148798452,0.691042401,252,-1.704390658,0.5281680612,4884.3351733 +432,0.893524764,0.441829531,252,-1.704390658,0.5281680612,8082.8619007 +433,0.969229347,-0.368847936,252,-1.704390658,0.5281680612,10663.85494 +434,0.436043248,0.800045688,252,-1.704390658,0.5281680612,6075.35454 +435,1.687946607,1.081504775,252,-1.704390658,0.5281680612,6017.5975389 +436,0.522302046,-0.034889271,252,-1.704390658,0.5281680612,8500.3845044 +437,-0.178996113,-0.438090009,252,-1.704390658,0.5281680612,6931.8959116 +438,-1.094339566,0.301444068,252,-1.704390658,0.5281680612,2374.5180926 +439,-1.064070054,0.242569932,252,-1.704390658,0.5281680612,2592.1588366 +440,-1.068153768,0.230387998,252,-1.704390658,0.5281680612,2604.7920417 +441,-3.00496892,-0.23989155,252,-1.704390658,0.5281680612,5808.3348044 +442,0.21751974,0.766874888,252,-1.704390658,0.5281680612,5682.4834866 +443,0.117229532,0.007619006,252,-1.704390658,0.5281680612,7062.1372371 +444,0.777758451,0.420554741,252,-1.704390658,0.5281680612,7927.4864781 +445,-0.252356999,0.250747086,252,-1.704390658,0.5281680612,5326.3272115 +446,0.363148444,0.768483434,252,-1.704390658,0.5281680612,6006.6323069 +447,0.903191366,-0.118210676,252,-1.704390658,0.5281680612,9879.9394661 +448,-0.205755923,0.149406178,252,-1.704390658,0.5281680612,5679.1781039 +449,1.811996086,0.02364353,252,-1.704390658,0.5281680612,9840.2220893 +450,-1.100670221,0.314845373,252,-1.704390658,0.5281680612,2328.3266993 +451,0.340078597,0.850105132,252,-1.704390658,0.5281680612,5750.8690078 +452,0.258757267,0.804969236,252,-1.704390658,0.5281680612,5688.1898061 +453,2.78505352,-0.155160804,252,-1.704390658,0.5281680612,7290.6865139 +454,0.800551619,0.105822106,252,-1.704390658,0.5281680612,8959.4711779 +455,0.437940882,-0.506194031,252,-1.704390658,0.5281680612,9040.1462802 +456,2.230431122,0.63458615,252,-1.704390658,0.5281680612,6975.9555299 +457,0.527965361,0.127667701,252,-1.704390658,0.5281680612,8124.859524 +458,-0.063643205,0.702093448,252,-1.704390658,0.5281680612,5100.4186497 +459,1.408447268,0.133010502,252,-1.704390658,0.5281680612,9822.638155 +460,0.523795955,0.280266966,252,-1.704390658,0.5281680612,7713.7752692 +461,-0.975769313,0.072177659,252,-1.704390658,0.5281680612,3264.9557069 +462,0.549774164,-0.463663986,252,-1.704390658,0.5281680612,9366.9937591 +463,0.29245874,1.095549818,252,-1.704390658,0.5281680612,5078.1087839 +464,0.143625958,0.816809593,252,-1.704390658,0.5281680612,5401.9217911 +465,0.671902494,0.611159853,252,-1.704390658,0.5281680612,7104.467813 +466,1.239840988,0.6724199,252,-1.704390658,0.5281680612,7632.7357199 +467,0.607829703,-0.10932137,252,-1.704390658,0.5281680612,8946.1644961 +468,1.763020906,0.263996692,252,-1.704390658,0.5281680612,9068.8615013 +469,0.378714634,0.726066797,252,-1.704390658,0.5281680612,6150.699989 +470,2.196736143,-0.153862366,252,-1.704390658,0.5281680612,9272.1157316 +471,0.01702415,0.148991565,252,-1.704390658,0.5281680612,6433.3824836 +472,-2.998490902,-0.158002487,252,-1.704390658,0.5281680612,5610.6179595 +473,-3.051262951,-0.346595608,252,-1.704390658,0.5281680612,6185.4773582 +474,-1.069176439,0.182802941,252,-1.704390658,0.5281680612,2707.8682711 +475,0.167157509,0.595344954,252,-1.704390658,0.5281680612,5941.393133 +476,0.613855648,0.681746124,252,-1.704390658,0.5281680612,6771.6246959 +477,1.037012736,0.682555367,252,-1.704390658,0.5281680612,7426.2635334 +478,-1.253574971,0.379755746,252,-1.704390658,0.5281680612,1704.221556 +479,3.108590453,-0.132620738,252,-1.704390658,0.5281680612,6145.3225856 +480,0.565301296,0.022333262,252,-1.704390658,0.5281680612,8501.7370622 +481,0.547898238,0.855555614,252,-1.704390658,0.5281680612,6128.3407402 +482,0.948309381,0.417393755,252,-1.704390658,0.5281680612,8263.0051407 +483,-0.050600732,0.945269213,252,-1.704390658,0.5281680612,4735.1287398 +484,-0.977651478,-0.572363064,252,-1.704390658,0.5281680612,5140.3444142 +485,1.102014914,0.728861163,252,-1.704390658,0.5281680612,7316.3107795 +486,2.927300795,-0.282939414,252,-1.704390658,0.5281680612,7050.0495116 +487,-1.154565557,0.124434095,252,-1.704390658,0.5281680612,2592.9164608 +488,1.855331234,0.291044755,252,-1.704390658,0.5281680612,8828.161678 +489,0.830290659,0.276904518,252,-1.704390658,0.5281680612,8503.5092074 +490,0.485104466,-0.234867441,252,-1.704390658,0.5281680612,8792.9948091 +491,0.521367572,-0.33161327,252,-1.704390658,0.5281680612,9085.1666188 +1,-1.539031704,0.7349710123,253,-1.64434733,0.5254277498,895.19171085 +2,-1.536990553,0.7349663874,253,-1.64434733,0.5254277498,897.62937646 +3,-1.534951779,0.7349571355,253,-1.64434733,0.5254277498,900.0877479 +4,-1.532906461,0.7349480293,253,-1.64434733,0.5254277498,902.59478958 +5,-1.531320211,0.7346937278,253,-1.64434733,0.5254277498,903.68301233 +6,-1.539451648,0.7335131775,253,-1.64434733,0.5254277498,889.41366413 +7,-1.537429487,0.7335445708,253,-1.64434733,0.5254277498,891.9672913 +8,-1.535484998,0.7335658704,253,-1.64434733,0.5254277498,894.4275981 +9,-1.533488396,0.7336036027,253,-1.64434733,0.5254277498,897.04802709 +10,-1.531497785,0.7335842962,253,-1.64434733,0.5254277498,899.49427358 +11,-1.530259379,0.7334777758,253,-1.64434733,0.5254277498,900.69856403 +12,-1.5335454,0.7322346912,253,-1.64434733,0.5254277498,892.07400764 +13,-1.531489083,0.7322238773,253,-1.64434733,0.5254277498,894.65038523 +14,-1.530011122,0.7321679851,253,-1.64434733,0.5254277498,896.35596939 +15,-1.53348106,0.7306614094,253,-1.64434733,0.5254277498,886.52871583 +16,-1.531441779,0.7306962275,253,-1.64434733,0.5254277498,889.2668995 +17,-1.529755654,0.7306933243,253,-1.64434733,0.5254277498,891.44769754 +18,-1.533415048,0.7291384674,253,-1.64434733,0.5254277498,881.17449668 +19,-1.531392093,0.7291705353,253,-1.64434733,0.5254277498,883.902157 +20,-1.529296523,0.7291214933,253,-1.64434733,0.5254277498,886.47683794 +21,-1.535280942,0.727267644,253,-1.64434733,0.5254277498,872.10704655 +22,-1.533378158,0.7276139666,253,-1.64434733,0.5254277498,875.786042 +23,-1.531340368,0.7276446587,253,-1.64434733,0.5254277498,878.54830338 +24,-1.528960113,0.7276398177,253,-1.64434733,0.5254277498,881.68054993 +25,-1.533313146,0.7260818349,253,-1.64434733,0.5254277498,870.41560447 +26,-1.531259555,0.7260958115,253,-1.64434733,0.5254277498,873.16056965 +27,-1.528926415,0.7260865555,253,-1.64434733,0.5254277498,876.23952388 +28,-1.531226779,0.7245511789,253,-1.64434733,0.5254277498,867.7338459 +29,-1.528904772,0.7245519194,253,-1.64434733,0.5254277498,870.85723933 +30,-1.547195875,0.7409785979,253,-1.64434733,0.5254277498,907.85368965 +31,-1.5451475,0.740980426,253,-1.64434733,0.5254277498,910.09195964 +32,-1.543097679,0.7409798872,253,-1.64434733,0.5254277498,912.36402264 +33,-1.540720364,0.7409892687,253,-1.64434733,0.5254277498,915.08644258 +34,-1.547188511,0.7395198392,253,-1.64434733,0.5254277498,902.494596 +35,-1.545148587,0.7395226109,253,-1.64434733,0.5254277498,904.74310567 +36,-1.543104538,0.7395314908,253,-1.64434733,0.5254277498,907.05928559 +37,-1.540727751,0.7395306258,253,-1.64434733,0.5254277498,909.76253394 +38,-1.547187029,0.7380014886,253,-1.64434733,0.5254277498,896.91525766 +39,-1.545147315,0.7380012252,253,-1.64434733,0.5254277498,899.16920033 +40,-1.54310719,0.7380060743,253,-1.64434733,0.5254277498,901.48325778 +41,-1.540719671,0.7380068206,253,-1.64434733,0.5254277498,904.22491497 +42,-1.547187189,0.7364799098,253,-1.64434733,0.5254277498,891.32782311 +43,-1.545149996,0.7364853874,253,-1.64434733,0.5254277498,893.61692647 +44,-1.543106091,0.7364823484,253,-1.64434733,0.5254277498,895.92362009 +45,-1.540717158,0.7364893901,253,-1.64434733,0.5254277498,898.71029306 +46,-1.538663972,0.7410138672,253,-1.64434733,0.5254277498,917.5447638 +47,-1.53695285,0.7409699132,253,-1.64434733,0.5254277498,919.38702815 +48,-1.534910498,0.7409641297,253,-1.64434733,0.5254277498,921.79187557 +49,-1.533145034,0.7409536636,253,-1.64434733,0.5254277498,923.88260982 +50,-1.538681336,0.7395405883,253,-1.64434733,0.5254277498,912.17253629 +51,-1.536999189,0.7395183096,253,-1.64434733,0.5254277498,914.07302756 +52,-1.534923633,0.7395144222,253,-1.64434733,0.5254277498,916.54077105 +53,-1.533267822,0.7395654306,253,-1.64434733,0.5254277498,918.73340926 +54,-1.53867273,0.7380151077,253,-1.64434733,0.5254277498,906.64716005 +55,-1.536980576,0.7379994392,253,-1.64434733,0.5254277498,908.59837422 +56,-1.534931522,0.7379944961,253,-1.64434733,0.5254277498,911.04867154 +57,-1.533387952,0.7379480264,253,-1.64434733,0.5254277498,912.76712896 +58,-1.538682279,0.7364914363,253,-1.64434733,0.5254277498,901.11333295 +59,-1.536980704,0.7364810563,253,-1.64434733,0.5254277498,903.10975907 +60,-1.534935567,0.7364752065,253,-1.64434733,0.5254277498,905.57013593 +61,-1.533042592,0.7363876366,253,-1.64434733,0.5254277498,907.58817159 +62,-1.545143426,0.7349628011,253,-1.64434733,0.5254277498,888.0562341 +63,-1.543105297,0.7349691947,253,-1.64434733,0.5254277498,890.40824359 +64,-1.541064533,0.7349647152,253,-1.64434733,0.5254277498,892.76474373 +65,-1.545411803,0.7334624714,253,-1.64434733,0.5254277498,882.26956584 +66,-1.543446606,0.7334780896,253,-1.64434733,0.5254277498,884.58257779 +67,-1.541475327,0.7334957295,253,-1.64434733,0.5254277498,886.94814422 +68,-1.545401939,0.731963266,253,-1.64434733,0.5254277498,876.80776789 +69,-1.54342253,0.7319915583,253,-1.64434733,0.5254277498,879.20046243 +70,-1.541455867,0.7320216438,253,-1.64434733,0.5254277498,881.62306467 +71,-1.545410146,0.7304422281,253,-1.64434733,0.5254277498,871.25168171 +72,-1.543435491,0.7304713664,253,-1.64434733,0.5254277498,873.65902349 +73,-1.541463105,0.7304997613,253,-1.64434733,0.5254277498,876.09948414 +74,-1.545414768,0.7289194936,253,-1.64434733,0.5254277498,865.69973781 +75,-1.543435774,0.7289538557,253,-1.64434733,0.5254277498,868.1485772 +76,-1.541457714,0.7289765881,253,-1.64434733,0.5254277498,870.59300259 +77,-1.539449415,0.7320555866,253,-1.64434733,0.5254277498,884.14523323 +78,-1.537429183,0.7321097681,253,-1.64434733,0.5254277498,886.79597627 +79,-1.535472649,0.7321497267,253,-1.64434733,0.5254277498,889.35489821 +80,-1.539457899,0.7305333307,253,-1.64434733,0.5254277498,878.63660524 +81,-1.537453161,0.7305750503,253,-1.64434733,0.5254277498,881.2414168 +82,-1.535479385,0.7306124949,253,-1.64434733,0.5254277498,883.8304786 +83,-1.53946905,0.7290102593,253,-1.64434733,0.5254277498,873.1285182 +84,-1.537459922,0.7290417293,253,-1.64434733,0.5254277498,875.72005767 +85,-1.535451349,0.7290890157,253,-1.64434733,0.5254277498,878.40652564 +86,-1.535522937,0.7279887191,253,-1.64434733,0.5254277498,874.37759395 +87,-1.539442524,0.7274735939,253,-1.64434733,0.5254277498,867.62477391 +88,-1.537424111,0.727521351,253,-1.64434733,0.5254277498,870.30568961 +89,-1.539384641,0.7259505092,253,-1.64434733,0.5254277498,862.21664701 +90,-1.537372391,0.7259947145,253,-1.64434733,0.5254277498,864.89703715 +91,-1.535340789,0.7260435356,253,-1.64434733,0.5254277498,867.65789949 +92,-1.539325716,0.7244369706,253,-1.64434733,0.5254277498,856.85254427 +93,-1.537308932,0.7244801057,253,-1.64434733,0.5254277498,859.5549414 +94,-1.535289068,0.7245247645,253,-1.64434733,0.5254277498,862.30630386 +95,-1.533261366,0.7245550236,253,-1.64434733,0.5254277498,865.05605905 +96,-1.539267302,0.722921924,253,-1.64434733,0.5254277498,851.490915 +97,-1.537248972,0.7229660258,253,-1.64434733,0.5254277498,854.21909798 +98,-1.535219431,0.7229916471,253,-1.64434733,0.5254277498,856.93588674 +99,-1.53318962,0.7230212049,253,-1.64434733,0.5254277498,859.70728817 +100,-1.531154816,0.7230299897,253,-1.64434733,0.5254277498,862.45182438 +101,-1.528878341,0.7230370244,253,-1.64434733,0.5254277498,865.56009038 +102,-1.539218189,0.7214009878,253,-1.64434733,0.5254277498,846.10505122 +103,-1.537198791,0.7214422745,253,-1.64434733,0.5254277498,848.84505207 +104,-1.535179266,0.7214634354,253,-1.64434733,0.5254277498,851.55376246 +105,-1.533156501,0.7214944644,253,-1.64434733,0.5254277498,854.34192395 +106,-1.53113574,0.7215166021,253,-1.64434733,0.5254277498,857.13568238 +107,-1.528874248,0.7215345535,253,-1.64434733,0.5254277498,860.28503182 +108,-1.539217656,0.7198512397,253,-1.64434733,0.5254277498,840.56257426 +109,-1.537199919,0.7199428763,253,-1.64434733,0.5254277498,843.4998389 +110,-1.545425832,0.727397149,253,-1.64434733,0.5254277498,860.1479923 +111,-1.543371177,0.7273916949,253,-1.64434733,0.5254277498,862.56033313 +112,-1.541368852,0.7274523163,253,-1.64434733,0.5254277498,865.19078947 +113,-1.545349067,0.7258710923,253,-1.64434733,0.5254277498,854.69298138 +114,-1.54332671,0.7258603556,253,-1.64434733,0.5254277498,857.06776731 +115,-1.541346831,0.7259242142,253,-1.64434733,0.5254277498,859.70165596 +116,-1.545324355,0.7243383958,253,-1.64434733,0.5254277498,849.15997609 +117,-1.543292796,0.7243617413,253,-1.64434733,0.5254277498,851.68850186 +118,-1.541295822,0.7244024384,253,-1.64434733,0.5254277498,854.278642 +119,-1.543193859,0.7205570215,253,-1.64434733,0.5254277498,838.08118202 +120,-1.550257047,0.7386738187,253,-1.64434733,0.5254277498,896.08087917 +121,-1.549335448,0.7311736483,253,-1.64434733,0.5254277498,869.4771685 +122,-1.533478843,0.7179891343,253,-1.64434733,0.5254277498,841.51794192 +123,-1.556150555,0.738907041,253,-1.64434733,0.5254277498,890.86977562 +124,-1.554324226,0.733414257,253,-1.64434733,0.5254277498,872.34942586 +125,-1.554290846,0.7288285332,253,-1.64434733,0.5254277498,855.43533414 +126,-1.55122487,0.7219795312,253,-1.64434733,0.5254277498,833.67417303 +127,-1.525104458,0.7229399862,253,-1.64434733,0.5254277498,870.44278566 +128,-1.519607711,0.7236181429,253,-1.64434733,0.5254277498,880.6360244 +129,-1.513899999,0.7251107854,253,-1.64434733,0.5254277498,894.16102999 +130,-1.536620762,0.7431061895,253,-1.64434733,0.5254277498,927.52476489 +131,-1.5369566,0.7460845958,253,-1.64434733,0.5254277498,937.95785973 +132,-1.545345528,0.7447040685,253,-1.64434733,0.5254277498,923.56054902 +133,-1.532813921,0.7432306626,253,-1.64434733,0.5254277498,932.49251785 +134,-1.554788248,0.7382381001,253,-1.64434733,0.5254277498,889.75699105 +135,-1.540348126,0.7301594274,253,-1.64434733,0.5254277498,876.20779482 +136,-1.538016084,0.7239051786,253,-1.64434733,0.5254277498,856.59821629 +137,-1.525288962,0.7258085137,253,-1.64434733,0.5254277498,880.220136 +138,-1.534326986,0.731241342,253,-1.64434733,0.5254277498,887.53214092 +139,-1.530733872,0.7303625216,253,-1.64434733,0.5254277498,888.99679676 +141,-1.534354939,0.7328219978,253,-1.64434733,0.5254277498,893.16116729 +142,-1.53157084,0.7292888153,253,-1.64434733,0.5254277498,884.09040156 +143,-1.525691035,0.7263799874,253,-1.64434733,0.5254277498,881.67019499 +144,-1.534031287,0.7495967835,253,-1.64434733,0.5254277498,954.09960167 +145,-1.527714986,0.7283095957,253,-1.64434733,0.5254277498,885.71261236 +146,-1.526189586,0.7271468292,253,-1.64434733,0.5254277498,883.68094702 +147,-1.555177336,0.7375563366,253,-1.64434733,0.5254277498,886.82861223 +148,-1.555080283,0.7312707794,253,-1.64434733,0.5254277498,863.62284305 +149,-1.53856994,0.7224180299,253,-1.64434733,0.5254277498,850.57077167 +150,-1.530837883,0.729933372,253,-1.64434733,0.5254277498,887.33572677 +151,-1.515066984,0.5854133365,253,-1.64434733,0.5254277498,495.55422909 +152,-1.534731633,0.5368370046,253,-1.64434733,0.5254277498,377.03740976 +153,-1.515231902,0.5607085576,253,-1.64434733,0.5254277498,459.48394144 +154,-2.616253799,1.0684566605,253,-1.64434733,0.5254277498,3290.0440154 +155,-1.956071439,0.5792177723,253,-1.64434733,0.5254277498,1071.0972154 +156,-1.951208514,0.5602434208,253,-1.64434733,0.5254277498,1048.6493092 +157,-1.944675062,0.6062144545,253,-1.64434733,0.5254277498,1052.3335495 +158,-1.613778386,0.6077989518,253,-1.64434733,0.5254277498,341.87310063 +159,-2.035029014,0.6021432345,253,-1.64434733,0.5254277498,1339.8030162 +160,-2.114989471,0.6801825058,253,-1.64434733,0.5254277498,1645.7037329 +161,-2.037382079,0.5765830025,253,-1.64434733,0.5254277498,1339.1438057 +162,-2.129855121,0.6585019963,253,-1.64434733,0.5254277498,1673.3117074 +163,-2.075141798,0.6493615843,253,-1.64434733,0.5254277498,1497.5655663 +164,-1.828626729,0.6948433129,253,-1.64434733,0.5254277498,897.63305873 +165,-1.863329418,0.6735427691,253,-1.64434733,0.5254277498,924.19818815 +166,-1.266037071,0.727988852,253,-1.64434733,0.5254277498,1448.3687569 +167,-1.277579582,0.7249010648,253,-1.64434733,0.5254277498,1412.361855 +168,-1.258418684,0.7241194816,253,-1.64434733,0.5254277498,1461.9007712 +169,-1.317813974,0.6804850104,253,-1.64434733,0.5254277498,1226.1122007 +170,-1.344165204,0.6790988904,253,-1.64434733,0.5254277498,1150.4989026 +171,-1.427582102,0.5277120351,253,-1.64434733,0.5254277498,741.98328491 +172,-1.402238616,0.457167829,253,-1.64434733,0.5254277498,887.00940726 +173,-1.422454264,0.4996161999,253,-1.64434733,0.5254277498,772.36269465 +174,-1.439089277,0.4894859811,253,-1.64434733,0.5254277498,724.33130974 +175,-1.448126995,0.5182330266,253,-1.64434733,0.5254277498,674.1164354 +176,-1.474626146,0.5881926574,253,-1.64434733,0.5254277498,622.15365195 +177,-1.421139645,0.5584869783,253,-1.64434733,0.5254277498,768.18234558 +178,-1.457037165,0.565943032,253,-1.64434733,0.5254277498,653.84410174 +179,-2.757159358,0.3745319,253,-1.64434733,0.5254277498,3964.8569216 +180,-2.714309238,0.342054471,253,-1.64434733,0.5254277498,3869.6316361 +181,-2.000525337,0.774119946,253,-1.64434733,0.5254277498,1486.4247532 +183,-1.571413436,0.6777838382,253,-1.64434733,0.5254277498,648.56974716 +184,-1.552860289,0.6987663893,253,-1.64434733,0.5254277498,747.5354211 +185,-1.521852374,0.7165827476,253,-1.64434733,0.5254277498,853.08070873 +186,-1.503656267,0.6928968252,253,-1.64434733,0.5254277498,804.73265597 +187,-1.502753178,0.7136205882,253,-1.64434733,0.5254277498,873.21084858 +188,-1.631894563,0.7343596465,253,-1.64434733,0.5254277498,828.52950209 +189,-1.653765416,0.6770714026,253,-1.64434733,0.5254277498,601.44411006 +190,-1.719812114,0.6715965947,253,-1.64434733,0.5254277498,629.22961641 +191,-1.493406659,0.6646955447,253,-1.64434733,0.5254277498,740.5074097 +192,-1.469120564,0.6613469966,253,-1.64434733,0.5254277498,787.07512096 +193,-1.590551461,0.5326612937,253,-1.64434733,0.5254277498,186.16607476 +194,-1.625979264,0.5247742243,253,-1.64434733,0.5254277498,63.006722075 +195,-1.572293943,0.5238808754,253,-1.64434733,0.5254277498,247.07841191 +196,-1.610848725,0.5477107964,253,-1.64434733,0.5254277498,144.20230971 +197,-1.208485554,0.7918526018,253,-1.64434733,0.5254277498,1713.3623554 +198,-1.335601374,0.6869083083,253,-1.64434733,0.5254277498,1187.9701988 +199,-1.346156996,0.6825213377,253,-1.64434733,0.5254277498,1151.2208061 +200,-1.324381037,0.6741422347,253,-1.64434733,0.5254277498,1197.3372215 +201,-1.242424992,0.7378949807,253,-1.64434733,0.5254277498,1528.0675699 +202,-1.270370057,0.7392461008,253,-1.64434733,0.5254277498,1457.7351078 +203,-1.448950472,0.7441675014,253,-1.64434733,0.5254277498,1065.1522949 +204,-1.492662363,0.7523026852,253,-1.64434733,0.5254277498,1018.5262676 +205,-1.479098966,0.7763855017,253,-1.64434733,0.5254277498,1120.3243395 +206,-1.633760714,0.7869022408,253,-1.64434733,0.5254277498,1036.224796 +207,-1.647406434,0.8101289331,253,-1.64434733,0.5254277498,1127.7407419 +208,-1.564245052,0.5701509278,253,-1.64434733,0.5254277498,323.58897548 +209,-1.646289963,0.6833746083,253,-1.64434733,0.5254277498,625.65938259 +210,-1.5820631,0.6751952144,253,-1.64434733,0.5254277498,627.03411378 +211,-1.613236298,0.6681681791,253,-1.64434733,0.5254277498,574.47234274 +212,-1.914661867,0.8212566515,253,-1.64434733,0.5254277498,1434.2456942 +213,-1.742133237,0.7250275956,253,-1.64434733,0.5254277498,850.19802751 +214,-2.033144872,0.6557314699,253,-1.64434733,0.5254277498,1375.0564495 +215,-2.039551981,0.6964723658,253,-1.64434733,0.5254277498,1444.3288812 +216,-1.247341019,0.7622473908,253,-1.64434733,0.5254277498,1560.2090574 +217,-1.298239787,0.7084123392,253,-1.64434733,0.5254277498,1327.6924097 +218,-1.308539688,0.6926545592,253,-1.64434733,0.5254277498,1272.1830257 +219,-1.303263185,0.6888938396,253,-1.64434733,0.5254277498,1280.5226284 +220,-1.852400229,0.6004246149,253,-1.64434733,0.5254277498,756.9457333 +221,-1.288947707,0.7473773692,253,-1.64434733,0.5254277498,1426.8636087 +222,-1.372031502,0.7472790993,253,-1.64434733,0.5254277498,1230.8434499 +223,-1.289805721,0.7242157877,253,-1.64434733,0.5254277498,1379.0186896 +224,-1.350807603,0.7533498126,253,-1.64434733,0.5254277498,1293.5603071 +225,-1.329290365,0.7560442322,253,-1.64434733,0.5254277498,1349.2275062 +226,-1.410153004,0.616936428,253,-1.64434733,0.5254277498,859.43240319 +227,-1.393445434,0.6308995063,253,-1.64434733,0.5254277498,929.88939376 +228,-1.37595573,0.6241540638,253,-1.64434733,0.5254277498,972.71791409 +229,-1.358388707,0.6172645205,253,-1.64434733,0.5254277498,1018.2683757 +230,-1.753741133,0.8281661666,253,-1.64434733,0.5254277498,1244.7666638 +231,-1.47430987,0.6834615681,253,-1.64434733,0.5254277498,834.9632515 +232,-1.421012508,0.7222725206,253,-1.64434733,0.5254277498,1057.5718021 +233,-1.4476833,0.6978557868,253,-1.64434733,0.5254277498,932.88675101 +234,-1.470370723,0.6966193374,253,-1.64434733,0.5254277498,881.02103556 +235,-1.429211703,0.7037216883,253,-1.64434733,0.5254277498,989.77017541 +236,-1.700578405,0.6178673663,253,-1.64434733,0.5254277498,411.21536309 +237,-1.678117619,0.6331716163,253,-1.64434733,0.5254277498,441.17806518 +238,-1.725644578,0.6316331145,253,-1.64434733,0.5254277498,499.49557642 +239,-2.14012759,0.7930497945,253,-1.64434733,0.5254277498,1863.8827558 +240,-2.103289431,0.7653606263,253,-1.64434733,0.5254277498,1723.711394 +241,-1.318739838,0.7017808746,253,-1.64434733,0.5254277498,1260.6987367 +242,-1.396417427,0.7077900843,253,-1.64434733,0.5254277498,1076.1588145 +243,-1.35650337,0.7185539404,253,-1.64434733,0.5254277498,1197.9098639 +244,-1.248884539,0.7274156818,253,-1.64434733,0.5254277498,1493.0185943 +245,-1.395014798,0.5761185243,253,-1.64434733,0.5254277498,864.40982448 +246,-1.433377362,0.6064716109,253,-1.64434733,0.5254277498,774.23785672 +247,-1.408172432,0.5903155476,253,-1.64434733,0.5254277498,833.4520681 +248,-1.749645898,0.7757118084,253,-1.64434733,0.5254277498,1044.6817358 +249,-1.571626686,0.615046989,253,-1.64434733,0.5254277498,429.77685426 +250,-1.514070049,0.6303003037,253,-1.64434733,0.5254277498,599.10021006 +251,-1.480890369,0.6237966528,253,-1.64434733,0.5254277498,668.16916888 +252,-1.704390658,0.5281680612,253,-1.64434733,0.5254277498,205.86515736 +253,-1.64434733,0.5254277498,253,-1.64434733,0.5254277498,23.668699051 +254,-1.703855997,0.4792484842,253,-1.64434733,0.5254277498,275.9018156 +255,-1.692002383,0.5748825051,253,-1.64434733,0.5254277498,253.47982399 +256,-1.854136457,0.5544643913,253,-1.64434733,0.5254277498,721.58376942 +257,-1.665021206,0.520317736,253,-1.64434733,0.5254277498,73.778182882 +258,-1.733654349,0.4845187345,253,-1.64434733,0.5254277498,349.37744942 +259,-1.720938188,0.5135933906,253,-1.64434733,0.5254277498,267.47036423 +260,-1.742668307,0.553296122,253,-1.64434733,0.5254277498,351.86728168 +261,-1.965659039,0.7142126903,253,-1.64434733,0.5254277498,1273.2584244 +262,-1.944438071,0.6772834804,253,-1.64434733,0.5254277498,1147.0305319 +263,-1.270340967,0.7681487096,253,-1.64434733,0.5254277498,1515.6958416 +264,-1.353091884,0.6549276821,253,-1.64434733,0.5254277498,1084.8139833 +265,-1.333236659,0.6413584414,253,-1.64434733,0.5254277498,1123.966968 +266,-1.352015998,0.6753788907,253,-1.64434733,0.5254277498,1122.2240621 +267,-1.377988483,0.6577816235,253,-1.64434733,0.5254277498,1018.6774181 +268,-2.13075611,0.8318642051,253,-1.64434733,0.5254277498,1911.1863982 +269,-2.097910953,0.8259670014,253,-1.64434733,0.5254277498,1823.5473887 +270,-1.416382069,0.6694271549,253,-1.64434733,0.5254277498,937.88090057 +271,-1.538905672,0.7535625993,253,-1.64434733,0.5254277498,963.08934931 +272,-1.572309477,0.7803125099,253,-1.64434733,0.5254277498,1034.3531495 +273,-1.87759879,0.7503853417,253,-1.64434733,0.5254277498,1156.6358654 +274,1.152365588,0.590457682,253,-1.64434733,0.5254277498,7839.2724056 +275,0.350198001,0.718001859,253,-1.64434733,0.5254277498,5975.8499821 +276,0.046513677,0.491503852,253,-1.64434733,0.5254277498,5644.0675671 +277,0.027510309,0.742571376,253,-1.64434733,0.5254277498,5119.0051522 +278,0.306285725,-0.214631579,253,-1.64434733,0.5254277498,7939.7910813 +279,-1.100564889,0.318051531,253,-1.64434733,0.5254277498,2120.8510062 +280,-1.078582306,0.301437596,253,-1.64434733,0.5254277498,2225.3119526 +281,-1.137371989,-0.617634065,253,-1.64434733,0.5254277498,4906.1864145 +282,0.784356344,0.703272339,253,-1.64434733,0.5254277498,6917.7787613 +283,-1.221209947,0.218327455,253,-1.64434733,0.5254277498,1971.0224347 +284,2.347301921,-0.449114658,253,-1.64434733,0.5254277498,9475.3437041 +285,0.246820618,0.830553713,253,-1.64434733,0.5254277498,5478.5658332 +286,0.829414965,0.703288228,253,-1.64434733,0.5254277498,6994.0229977 +287,-1.337537566,0.42332223,253,-1.64434733,0.5254277498,1152.6314171 +288,0.882453706,0.454478077,253,-1.64434733,0.5254277498,7916.0200014 +289,1.575629659,0.416419109,253,-1.64434733,0.5254277498,8701.3065726 +290,-1.039455679,0.229888244,253,-1.64434733,0.5254277498,2501.1111415 +291,0.489558039,0.934482747,253,-1.64434733,0.5254277498,5709.5463264 +292,0.081344504,0.88384514,253,-1.64434733,0.5254277498,5001.8525403 +293,-1.547979814,0.300350308,253,-1.64434733,0.5254277498,957.20584142 +294,0.040776181,0.168560074,253,-1.64434733,0.5254277498,6273.9907982 +295,-1.130374745,0.563894876,253,-1.64434733,0.5254277498,1742.4701312 +296,1.578326642,0.478507176,253,-1.64434733,0.5254277498,8455.4273821 +297,-1.12861823,-0.291640865,253,-1.64434733,0.5254277498,3787.6908072 +298,0.310524208,0.770885792,253,-1.64434733,0.5254277498,5757.5354834 +299,0.415649091,-0.387246002,253,-1.64434733,0.5254277498,8604.3093069 +300,-0.926533878,-0.188022748,253,-1.64434733,0.5254277498,3932.2247467 +301,1.258856172,-0.11716081,253,-1.64434733,0.5254277498,10599.254071 +302,-1.126050026,0.322941926,253,-1.64434733,0.5254277498,2027.573379 +303,2.002785835,0.07893892,253,-1.64434733,0.5254277498,9377.2676243 +304,0.440437607,0.746258085,253,-1.64434733,0.5254277498,6110.100995 +305,-0.030391866,0.214441206,253,-1.64434733,0.5254277498,5943.3680626 +306,0.521557815,-0.058929362,253,-1.64434733,0.5254277498,8358.7514424 +307,-0.097005111,0.13317729,253,-1.64434733,0.5254277498,5878.0299246 +308,1.83113859,0.221857587,253,-1.64434733,0.5254277498,9221.4195725 +309,0.222428864,0.099404236,253,-1.64434733,0.5254277498,7024.7983456 +310,-1.702731345,0.8728568183,253,-1.64434733,0.5254277498,1387.1446242 +311,-0.418507569,0.278324921,253,-1.64434733,0.5254277498,4509.0114124 +312,-1.41153306,0.339029988,253,-1.64434733,0.5254277498,1114.6353383 +313,0.357560442,0.114788776,253,-1.64434733,0.5254277498,7435.805281 +314,0.325818979,0.268352149,253,-1.64434733,0.5254277498,6984.5914675 +315,-1.246004659,-0.663679965,253,-1.64434733,0.5254277498,4935.337193 +316,1.814603087,0.637404484,253,-1.64434733,0.5254277498,7689.2274455 +317,1.843704281,-0.18300445,253,-1.64434733,0.5254277498,10580.691666 +318,1.690644492,-0.211480909,253,-1.64434733,0.5254277498,11011.784871 +319,-1.275451936,0.068109467,253,-1.64434733,0.5254277498,2277.6968634 +320,0.762430171,-0.207594741,253,-1.64434733,0.5254277498,9471.8294278 +321,0.265668905,-0.014647884,253,-1.64434733,0.5254277498,7408.8241673 +322,-2.773032013,-0.335515811,253,-1.64434733,0.5254277498,5487.5201936 +323,-1.469512853,0.174058777,253,-1.64434733,0.5254277498,1534.2924687 +324,0.286276986,0.785925691,253,-1.64434733,0.5254277498,5667.2482 +325,-1.379324697,0.377432233,253,-1.64434733,0.5254277498,1110.0084458 +326,-1.203778265,0.212813032,253,-1.64434733,0.5254277498,2035.9425219 +327,0.579916301,0.611743168,253,-1.64434733,0.5254277498,6788.2976201 +328,0.267582642,0.868113908,253,-1.64434733,0.5254277498,5441.6546863 +329,0.412869244,-0.050245578,253,-1.64434733,0.5254277498,7978.5650467 +330,0.17524381,0.976660285,253,-1.64434733,0.5254277498,5030.0577642 +331,0.743157214,0.204812899,253,-1.64434733,0.5254277498,8366.6181242 +332,-1.070758176,0.269382282,253,-1.64434733,0.5254277498,2315.5561856 +333,-1.230364251,0.329790229,253,-1.64434733,0.5254277498,1676.2628597 +334,-1.374813124,-0.024926835,253,-1.64434733,0.5254277498,2406.0544651 +335,0.519780566,0.463669906,253,-1.64434733,0.5254277498,7053.1258677 +336,-1.55108034,0.239698561,253,-1.64434733,0.5254277498,1182.0185807 +337,0.180294813,0.029739425,253,-1.64434733,0.5254277498,7028.5723409 +338,0.67820924,0.268170153,253,-1.64434733,0.5254277498,8012.3832448 +339,0.445798684,1.024001867,253,-1.64434733,0.5254277498,5403.3130347 +340,0.691751283,0.150521402,253,-1.64434733,0.5254277498,8375.5771473 +341,-1.036643551,-0.903056181,253,-1.64434733,0.5254277498,6039.956151 +342,-0.120287036,1.083325163,253,-1.64434733,0.5254277498,4319.2567045 +343,2.823513113,-0.304487164,253,-1.64434733,0.5254277498,7639.0435944 +344,0.457583172,1.12513373,253,-1.64434733,0.5254277498,5164.8765184 +345,0.042918831,0.813795399,253,-1.64434733,0.5254277498,5033.4562349 +346,1.196146777,-0.853142756,253,-1.64434733,0.5254277498,10860.717132 +347,0.206001358,-0.010430701,253,-1.64434733,0.5254277498,7197.9562855 +348,-0.268308653,0.234799412,253,-1.64434733,0.5254277498,5099.7882998 +349,0.759363263,0.736189579,253,-1.64434733,0.5254277498,6768.4128695 +350,0.181363926,0.891988372,253,-1.64434733,0.5254277498,5207.0401695 +351,-0.021111158,0.139103292,253,-1.64434733,0.5254277498,6124.316705 +352,-0.093355215,0.630686981,253,-1.64434733,0.5254277498,4975.0304096 +353,0.40118964,0.681375926,253,-1.64434733,0.5254277498,6187.1425702 +354,-0.721197315,1.304706234,253,-1.64434733,0.5254277498,3567.0842014 +355,-1.076150317,0.212107639,253,-1.64434733,0.5254277498,2424.6232691 +356,-1.577164531,0.273993443,253,-1.64434733,0.5254277498,1025.4166404 +357,-0.190788414,0.182208586,253,-1.64434733,0.5254277498,5463.1019175 +358,-0.261349752,0.209710184,253,-1.64434733,0.5254277498,5170.2761706 +359,-1.029303852,0.083549259,253,-1.64434733,0.5254277498,2886.7999833 +360,-1.268609162,0.330525297,253,-1.64434733,0.5254277498,1554.4335839 +361,1.282982244,-0.926641967,253,-1.64434733,0.5254277498,10738.169629 +362,0.217352334,0.731352408,253,-1.64434733,0.5254277498,5624.2392962 +363,-1.511833084,0.258629297,253,-1.64434733,0.5254277498,1161.8629589 +364,0.338812194,0.823184618,253,-1.64434733,0.5254277498,5697.1796785 +365,-0.324406489,1.134201999,253,-1.64434733,0.5254277498,3937.2369693 +366,1.389579348,0.399185724,253,-1.64434733,0.5254277498,8758.6056095 +367,2.047152199,-0.039082036,253,-1.64434733,0.5254277498,9620.8720696 +368,0.947780369,0.568250077,253,-1.64434733,0.5254277498,7646.2714095 +369,0.763824846,0.576754987,253,-1.64434733,0.5254277498,7285.1078941 +370,-0.142334657,0.928153068,253,-1.64434733,0.5254277498,4429.8206673 +371,0.610266567,0.547265983,253,-1.64434733,0.5254277498,7042.6250405 +372,0.210731629,0.746815056,253,-1.64434733,0.5254277498,5574.7215546 +373,-1.34931644,0.316895224,253,-1.64434733,0.5254277498,1345.9839574 +374,2.407696481,0.655030745,253,-1.64434733,0.5254277498,6679.5019617 +375,0.64207831,0.545359131,253,-1.64434733,0.5254277498,7121.1455152 +376,1.174597538,0.840588356,253,-1.64434733,0.5254277498,6912.9579188 +377,0.660059424,0.010604079,253,-1.64434733,0.5254277498,8643.0666059 +378,-0.730263819,0.010486456,253,-1.64434733,0.5254277498,3993.4319234 +379,0.831068936,0.512339172,253,-1.64434733,0.5254277498,7625.2730789 +380,1.301180979,0.72367476,253,-1.64434733,0.5254277498,7444.4058107 +381,1.811128231,0.322854402,253,-1.64434733,0.5254277498,8876.8200074 +382,0.435105812,0.992284428,253,-1.64434733,0.5254277498,5466.346346 +383,0.62643634,0.592027932,253,-1.64434733,0.5254277498,6949.1074804 +384,0.492988703,-0.516339467,253,-1.64434733,0.5254277498,9032.0595571 +385,-0.162469483,0.112549365,253,-1.64434733,0.5254277498,5694.8621073 +386,0.314630866,0.472006421,253,-1.64434733,0.5254277498,6473.967754 +387,0.166744804,0.822815954,253,-1.64434733,0.5254277498,5312.2011304 +388,0.417159608,0.965805736,253,-1.64434733,0.5254277498,5502.2860769 +389,0.106334961,0.868774244,253,-1.64434733,0.5254277498,5085.3306595 +390,0.815086969,-0.338144359,253,-1.64434733,0.5254277498,9894.1303385 +391,0.59867455,-0.230624824,253,-1.64434733,0.5254277498,8968.2973218 +392,1.915104874,0.066220985,253,-1.64434733,0.5254277498,9615.7101777 +393,1.278093622,0.064463721,253,-1.64434733,0.5254277498,9964.0929556 +394,-0.061477853,0.302997961,253,-1.64434733,0.5254277498,5666.7755845 +395,0.251311504,0.626976942,253,-1.64434733,0.5254277498,5941.7602475 +396,2.950242872,0.149095644,253,-1.64434733,0.5254277498,6325.0733531 +397,-0.180294708,0.35375117,253,-1.64434733,0.5254277498,5179.1885971 +398,1.010448592,-0.351180233,253,-1.64434733,0.5254277498,10572.822241 +399,-1.748740498,0.3686318073,253,-1.64434733,0.5254277498,724.05243979 +400,2.699635665,0.123533791,253,-1.64434733,0.5254277498,7212.0422539 +401,0.496808033,0.823843254,253,-1.64434733,0.5254277498,6021.0525637 +402,0.129574704,0.763364087,253,-1.64434733,0.5254277498,5340.5589334 +403,1.798920311,0.817447563,253,-1.64434733,0.5254277498,7016.3774715 +404,0.335987953,0.746786541,253,-1.64434733,0.5254277498,5873.2399964 +405,-1.085413643,0.292154671,253,-1.64434733,0.5254277498,2221.2371624 +406,-0.155321003,0.508207011,253,-1.64434733,0.5254277498,4990.9008199 +407,0.620529244,-0.301175104,253,-1.64434733,0.5254277498,9169.1112667 +408,1.684402744,0.368716966,253,-1.64434733,0.5254277498,8831.0579374 +409,0.300582244,-0.386397212,253,-1.64434733,0.5254277498,8213.5167027 +410,2.913555946,-0.009225192,253,-1.64434733,0.5254277498,6769.2426682 +411,1.465101417,0.493232532,253,-1.64434733,0.5254277498,8407.1041264 +412,0.090612882,0.907955955,253,-1.64434733,0.5254277498,4980.2310074 +413,2.987564726,-0.729568594,253,-1.64434733,0.5254277498,7792.3795083 +414,-1.484261606,0.224149272,253,-1.64434733,0.5254277498,1329.7911607 +415,0.164073421,0.303955133,253,-1.64434733,0.5254277498,6396.9983394 +416,0.141441293,0.167552546,253,-1.64434733,0.5254277498,6612.0353389 +417,2.931321023,-0.506718887,253,-1.64434733,0.5254277498,7623.548338 +418,2.21951565,0.700596356,253,-1.64434733,0.5254277498,6910.0400804 +419,0.268112576,1.199114336,253,-1.64434733,0.5254277498,4754.4571276 +420,0.978913739,0.359223811,253,-1.64434733,0.5254277498,8421.3717183 +421,1.210898818,0.522863584,253,-1.64434733,0.5254277498,8153.4268062 +422,2.347397336,0.129231362,253,-1.64434733,0.5254277498,8302.5736227 +423,0.614394501,0.556878345,253,-1.64434733,0.5254277498,7024.3617482 +424,-1.398079356,0.148483366,253,-1.64434733,0.5254277498,1750.0053886 +425,2.535303836,-0.112984496,253,-1.64434733,0.5254277498,8264.5609422 +426,-1.019372593,-0.405322349,253,-1.64434733,0.5254277498,4386.5512057 +427,-1.297785627,-0.160104069,253,-1.64434733,0.5254277498,3019.1456134 +428,2.144554488,0.205051084,253,-1.64434733,0.5254277498,8641.277355 +429,-2.242387083,-0.426171285,253,-1.64434733,0.5254277498,4401.120269 +430,0.338637212,0.909723676,253,-1.64434733,0.5254277498,5492.4234325 +431,-0.148798452,0.691042401,253,-1.64434733,0.5254277498,4721.5442031 +432,0.893524764,0.441829531,253,-1.64434733,0.5254277498,7979.5730682 +433,0.969229347,-0.368847936,253,-1.64434733,0.5254277498,10465.724252 +434,0.436043248,0.800045688,253,-1.64434733,0.5254277498,5961.026337 +435,1.687946607,1.081504775,253,-1.64434733,0.5254277498,6049.5687481 +436,0.522302046,-0.034889271,253,-1.64434733,0.5254277498,8308.3201039 +437,-0.178996113,-0.438090009,253,-1.64434733,0.5254277498,6739.6059656 +438,-1.094339566,0.301444068,253,-1.64434733,0.5254277498,2173.5212694 +439,-1.064070054,0.242569932,253,-1.64434733,0.5254277498,2394.3413079 +440,-1.068153768,0.230387998,253,-1.64434733,0.5254277498,2408.2134655 +441,-3.00496892,-0.23989155,253,-1.64434733,0.5254277498,5999.4161846 +442,0.21751974,0.766874888,253,-1.64434733,0.5254277498,5548.2038214 +443,0.117229532,0.007619006,253,-1.64434733,0.5254277498,6859.3042464 +444,0.777758451,0.420554741,253,-1.64434733,0.5254277498,7805.4194092 +445,-0.252356999,0.250747086,253,-1.64434733,0.5254277498,5124.5727312 +446,0.363148444,0.768483434,253,-1.64434733,0.5254277498,5882.6282532 +447,0.903191366,-0.118210676,253,-1.64434733,0.5254277498,9709.5325124 +448,-0.205755923,0.149406178,253,-1.64434733,0.5254277498,5475.0988747 +449,1.811996086,0.02364353,253,-1.64434733,0.5254277498,9965.2368741 +450,-1.100670221,0.314845373,253,-1.64434733,0.5254277498,2126.6263558 +451,0.340078597,0.850105132,253,-1.64434733,0.5254277498,5635.9229793 +452,0.258757267,0.804969236,253,-1.64434733,0.5254277498,5561.6259726 +453,2.78505352,-0.155160804,253,-1.64434733,0.5254277498,7496.1511709 +454,0.800551619,0.105822106,253,-1.64434733,0.5254277498,8804.7089747 +455,0.437940882,-0.506194031,253,-1.64434733,0.5254277498,8838.3249625 +456,2.230431122,0.63458615,253,-1.64434733,0.5254277498,7101.7911141 +457,0.527965361,0.127667701,253,-1.64434733,0.5254277498,7946.2822192 +458,-0.063643205,0.702093448,253,-1.64434733,0.5254277498,4942.6288955 +459,1.408447268,0.133010502,253,-1.64434733,0.5254277498,9813.9820875 +460,0.523795955,0.280266966,253,-1.64434733,0.5254277498,7549.2063105 +461,-0.975769313,0.072177659,253,-1.64434733,0.5254277498,3076.3479644 +462,0.549774164,-0.463663986,253,-1.64434733,0.5254277498,9162.2674942 +463,0.29245874,1.095549818,253,-1.64434733,0.5254277498,4997.0426066 +464,0.143625958,0.816809593,253,-1.64434733,0.5254277498,5269.9456778 +465,0.671902494,0.611159853,253,-1.64434733,0.5254277498,6990.290642 +466,1.239840988,0.6724199,253,-1.64434733,0.5254277498,7604.7652368 +467,0.607829703,-0.10932137,253,-1.64434733,0.5254277498,8752.9131413 +468,1.763020906,0.263996692,253,-1.64434733,0.5254277498,9156.5182379 +469,0.378714634,0.726066797,253,-1.64434733,0.5254277498,6022.5613123 +470,2.196736143,-0.153862366,253,-1.64434733,0.5254277498,9469.1355413 +471,0.01702415,0.148991565,253,-1.64434733,0.5254277498,6233.5218548 +472,-2.998490902,-0.158002487,253,-1.64434733,0.5254277498,5806.3385049 +473,-3.051262951,-0.346595608,253,-1.64434733,0.5254277498,6371.046355 +474,-1.069176439,0.182802941,253,-1.64434733,0.5254277498,2515.7224098 +475,0.167157509,0.595344954,253,-1.64434733,0.5254277498,5783.2089553 +476,0.613855648,0.681746124,253,-1.64434733,0.5254277498,6659.1817257 +477,1.037012736,0.682555367,253,-1.64434733,0.5254277498,7366.9147535 +478,-1.253574971,0.379755746,253,-1.64434733,0.5254277498,1503.3196735 +479,3.108590453,-0.132620738,253,-1.64434733,0.5254277498,6346.9696648 +480,0.565301296,0.022333262,253,-1.64434733,0.5254277498,8316.5716859 +481,0.547898238,0.855555614,253,-1.64434733,0.5254277498,6030.3326391 +482,0.948309381,0.417393755,253,-1.64434733,0.5254277498,8165.9188678 +483,-0.050600732,0.945269213,253,-1.64434733,0.5254277498,4613.548269 +484,-0.977651478,-0.572363064,253,-1.64434733,0.5254277498,5015.6958191 +485,1.102014914,0.728861163,253,-1.64434733,0.5254277498,7269.912612 +486,2.927300795,-0.282939414,253,-1.64434733,0.5254277498,7249.6555518 +487,-1.154565557,0.124434095,253,-1.64434733,0.5254277498,2415.4781404 +488,1.855331234,0.291044755,253,-1.64434733,0.5254277498,8932.9408868 +489,0.830290659,0.276904518,253,-1.64434733,0.5254277498,8372.7560482 +490,0.485104466,-0.234867441,253,-1.64434733,0.5254277498,8589.1344918 +491,0.521367572,-0.33161327,253,-1.64434733,0.5254277498,8879.5446771 +1,-1.539031704,0.7349710123,254,-1.703855997,0.4792484842,1144.3123001 +2,-1.536990553,0.7349663874,254,-1.703855997,0.4792484842,1147.3765814 +3,-1.534951779,0.7349571355,254,-1.703855997,0.4792484842,1150.4510787 +4,-1.532906461,0.7349480293,254,-1.703855997,0.4792484842,1153.5654754 +5,-1.531320211,0.7346937278,254,-1.703855997,0.4792484842,1155.1703318 +6,-1.539451648,0.7335131775,254,-1.703855997,0.4792484842,1138.7190446 +7,-1.537429487,0.7335445708,254,-1.703855997,0.4792484842,1141.8875313 +8,-1.535484998,0.7335658704,254,-1.703855997,0.4792484842,1144.9309232 +9,-1.533488396,0.7336036027,254,-1.703855997,0.4792484842,1148.1364596 +10,-1.531497785,0.7335842962,254,-1.703855997,0.4792484842,1151.1681164 +11,-1.530259379,0.7334777758,254,-1.703855997,0.4792484842,1152.7517597 +12,-1.5335454,0.7322346912,254,-1.703855997,0.4792484842,1143.4408687 +13,-1.531489083,0.7322238773,254,-1.703855997,0.4792484842,1146.6193907 +14,-1.530011122,0.7321679851,254,-1.703855997,0.4792484842,1148.7613761 +15,-1.53348106,0.7306614094,254,-1.703855997,0.4792484842,1138.2550532 +16,-1.531441779,0.7306962275,254,-1.703855997,0.4792484842,1141.5793115 +17,-1.529755654,0.7306933243,254,-1.703855997,0.4792484842,1144.2433915 +18,-1.533415048,0.7291384674,254,-1.703855997,0.4792484842,1133.2511098 +19,-1.531392093,0.7291705353,254,-1.703855997,0.4792484842,1136.5593682 +20,-1.529296523,0.7291214933,254,-1.703855997,0.4792484842,1139.7419918 +21,-1.535280942,0.727267644,254,-1.703855997,0.4792484842,1124.0413431 +22,-1.533378158,0.7276139666,254,-1.703855997,0.4792484842,1128.2059087 +23,-1.531340368,0.7276446587,254,-1.703855997,0.4792484842,1131.5520372 +24,-1.528960113,0.7276398177,254,-1.703855997,0.4792484842,1135.3612121 +25,-1.533313146,0.7260818349,254,-1.703855997,0.4792484842,1123.1897712 +26,-1.531259555,0.7260958115,254,-1.703855997,0.4792484842,1126.5252369 +27,-1.528926415,0.7260865555,254,-1.703855997,0.4792484842,1130.2668565 +28,-1.531226779,0.7245511789,254,-1.703855997,0.4792484842,1121.4458257 +29,-1.528904772,0.7245519194,254,-1.703855997,0.4792484842,1125.2248077 +30,-1.547195875,0.7409785979,254,-1.703855997,0.4792484842,1153.0800079 +31,-1.5451475,0.740980426,254,-1.703855997,0.4792484842,1155.9890296 +32,-1.543097679,0.7409798872,254,-1.703855997,0.4792484842,1158.9221193 +33,-1.540720364,0.7409892687,254,-1.703855997,0.4792484842,1162.3957552 +34,-1.547188511,0.7395198392,254,-1.703855997,0.4792484842,1148.0322259 +35,-1.545148587,0.7395226109,254,-1.703855997,0.4792484842,1150.9487802 +36,-1.543104538,0.7395314908,254,-1.703855997,0.4792484842,1153.9223027 +37,-1.540727751,0.7395306258,254,-1.703855997,0.4792484842,1157.3788432 +38,-1.547187029,0.7380014886,254,-1.703855997,0.4792484842,1142.7765903 +39,-1.545147315,0.7380012252,254,-1.703855997,0.4792484842,1145.6993826 +40,-1.54310719,0.7380060743,254,-1.703855997,0.4792484842,1148.6704797 +41,-1.540719671,0.7380068206,254,-1.703855997,0.4792484842,1152.1684349 +42,-1.547187189,0.7364799098,254,-1.703855997,0.4792484842,1137.514756 +43,-1.545149996,0.7364853874,254,-1.703855997,0.4792484842,1140.4708353 +44,-1.543106091,0.7364823484,254,-1.703855997,0.4792484842,1143.4375275 +45,-1.540717158,0.7364893901,254,-1.703855997,0.4792484842,1146.9794759 +46,-1.538663972,0.7410138672,254,-1.703855997,0.4792484842,1165.4889609 +47,-1.53695285,0.7409699132,254,-1.703855997,0.4792484842,1167.865112 +48,-1.534910498,0.7409641297,254,-1.703855997,0.4792484842,1170.8878463 +49,-1.533145034,0.7409536636,254,-1.703855997,0.4792484842,1173.5056039 +50,-1.538681336,0.7395405883,254,-1.703855997,0.4792484842,1160.4236746 +51,-1.536999189,0.7395183096,254,-1.703855997,0.4792484842,1162.8445713 +52,-1.534923633,0.7395144222,254,-1.703855997,0.4792484842,1165.9396708 +53,-1.533267822,0.7395654306,254,-1.703855997,0.4792484842,1168.6136668 +54,-1.53867273,0.7380151077,254,-1.703855997,0.4792484842,1155.2258126 +55,-1.536980576,0.7379994392,254,-1.703855997,0.4792484842,1157.6988255 +56,-1.534931522,0.7379944961,254,-1.703855997,0.4792484842,1160.7682955 +57,-1.533387952,0.7379480264,254,-1.703855997,0.4792484842,1162.9553198 +58,-1.538682279,0.7364914363,254,-1.703855997,0.4792484842,1150.0150179 +59,-1.536980704,0.7364810563,254,-1.703855997,0.4792484842,1152.5347495 +60,-1.534935567,0.7364752065,254,-1.703855997,0.4792484842,1155.612878 +61,-1.533042592,0.7363876366,254,-1.703855997,0.4792484842,1158.2107985 +62,-1.545143426,0.7349628011,254,-1.703855997,0.4792484842,1135.2400129 +63,-1.543105297,0.7349691947,254,-1.703855997,0.4792484842,1138.2480905 +64,-1.541064533,0.7349647152,254,-1.703855997,0.4792484842,1141.2528249 +65,-1.545411803,0.7334624714,254,-1.703855997,0.4792484842,1129.6905413 +66,-1.543446606,0.7334780896,254,-1.703855997,0.4792484842,1132.6356272 +67,-1.541475327,0.7334957295,254,-1.703855997,0.4792484842,1135.6243835 +68,-1.545401939,0.731963266,254,-1.703855997,0.4792484842,1124.5579462 +69,-1.54342253,0.7319915583,254,-1.703855997,0.4792484842,1127.5843229 +70,-1.541455867,0.7320216438,254,-1.703855997,0.4792484842,1130.625569 +71,-1.545410146,0.7304422281,254,-1.703855997,0.4792484842,1119.3315855 +72,-1.543435491,0.7304713664,254,-1.703855997,0.4792484842,1122.3707299 +73,-1.541463105,0.7304997613,254,-1.703855997,0.4792484842,1125.4317384 +74,-1.545414768,0.7289194936,254,-1.703855997,0.4792484842,1114.1125801 +75,-1.543435774,0.7289538557,254,-1.703855997,0.4792484842,1117.1932053 +76,-1.541457714,0.7289765881,254,-1.703855997,0.4792484842,1120.2608063 +77,-1.539449415,0.7320555866,254,-1.703855997,0.4792484842,1133.7674716 +78,-1.537429183,0.7321097681,254,-1.703855997,0.4792484842,1137.0270269 +79,-1.535472649,0.7321497267,254,-1.703855997,0.4792484842,1140.1680246 +80,-1.539457899,0.7305333307,254,-1.703855997,0.4792484842,1128.5878578 +81,-1.537453161,0.7305750503,254,-1.703855997,0.4792484842,1131.7989152 +82,-1.535479385,0.7306124949,254,-1.703855997,0.4792484842,1134.9751791 +83,-1.53946905,0.7290102593,254,-1.703855997,0.4792484842,1123.4096099 +84,-1.537459922,0.7290417293,254,-1.703855997,0.4792484842,1126.6103643 +85,-1.535451349,0.7290890157,254,-1.703855997,0.4792484842,1129.8915357 +86,-1.535522937,0.7279887191,254,-1.703855997,0.4792484842,1126.0817888 +87,-1.539442524,0.7274735939,254,-1.703855997,0.4792484842,1118.2518029 +88,-1.537424111,0.727521351,254,-1.703855997,0.4792484842,1121.5402846 +89,-1.539384641,0.7259505092,254,-1.703855997,0.4792484842,1113.197725 +90,-1.537372391,0.7259947145,254,-1.703855997,0.4792484842,1116.4834439 +91,-1.535340789,0.7260435356,254,-1.703855997,0.4792484842,1119.8432272 +92,-1.539325716,0.7244369706,254,-1.703855997,0.4792484842,1108.187235 +93,-1.537308932,0.7244801057,254,-1.703855997,0.4792484842,1111.495336 +94,-1.535289068,0.7245247645,254,-1.703855997,0.4792484842,1114.8416651 +95,-1.533261366,0.7245550236,254,-1.703855997,0.4792484842,1118.1806138 +96,-1.539267302,0.722921924,254,-1.703855997,0.4792484842,1103.1807159 +97,-1.537248972,0.7229660258,254,-1.703855997,0.4792484842,1106.5135361 +98,-1.535219431,0.7229916471,254,-1.703855997,0.4792484842,1109.830926 +99,-1.53318962,0.7230212049,254,-1.703855997,0.4792484842,1113.1906612 +100,-1.531154816,0.7230299897,254,-1.703855997,0.4792484842,1116.5181733 +101,-1.528878341,0.7230370244,254,-1.703855997,0.4792484842,1120.2658655 +102,-1.539218189,0.7214009878,254,-1.703855997,0.4792484842,1098.1497223 +103,-1.537198791,0.7214422745,254,-1.703855997,0.4792484842,1101.4939515 +104,-1.535179266,0.7214634354,254,-1.703855997,0.4792484842,1104.7998179 +105,-1.533156501,0.7214944644,254,-1.703855997,0.4792484842,1108.1723988 +106,-1.53113574,0.7215166021,254,-1.703855997,0.4792484842,1111.5405897 +107,-1.528874248,0.7215345535,254,-1.703855997,0.4792484842,1115.3209752 +108,-1.539217656,0.7198512397,254,-1.703855997,0.4792484842,1092.9550092 +109,-1.537199919,0.7199428763,254,-1.703855997,0.4792484842,1096.4835422 +110,-1.545425832,0.727397149,254,-1.703855997,0.4792484842,1108.8932531 +111,-1.543371177,0.7273916949,254,-1.703855997,0.4792484842,1111.9700988 +112,-1.541368852,0.7274523163,254,-1.703855997,0.4792484842,1115.2221552 +113,-1.545349067,0.7258710923,254,-1.703855997,0.4792484842,1103.8017289 +114,-1.54332671,0.7258603556,254,-1.703855997,0.4792484842,1106.8310162 +115,-1.541346831,0.7259242142,254,-1.703855997,0.4792484842,1110.0778911 +116,-1.545324355,0.7243383958,254,-1.703855997,0.4792484842,1098.6183778 +117,-1.543292796,0.7243617413,254,-1.703855997,0.4792484842,1101.7961193 +118,-1.541295822,0.7244024384,254,-1.703855997,0.4792484842,1105.0089124 +119,-1.543193859,0.7205570215,254,-1.703855997,0.4792484842,1089.0737627 +120,-1.550257047,0.7386738187,254,-1.703855997,0.4792484842,1140.7718952 +121,-1.549335448,0.7311736483,254,-1.703855997,0.4792484842,1116.0962497 +122,-1.533478843,0.7179891343,254,-1.703855997,0.4792484842,1096.0344679 +123,-1.556150555,0.738907041,254,-1.703855997,0.4792484842,1133.4701712 +124,-1.554324226,0.733414257,254,-1.703855997,0.4792484842,1116.7666805 +125,-1.554290846,0.7288285332,254,-1.703855997,0.4792484842,1100.8643445 +126,-1.55122487,0.7219795312,254,-1.703855997,0.4792484842,1081.6938363 +127,-1.525104458,0.7229399862,254,-1.703855997,0.4792484842,1126.201415 +128,-1.519607711,0.7236181429,254,-1.703855997,0.4792484842,1137.6854455 +129,-1.513899999,0.7251107854,254,-1.703855997,0.4792484842,1152.309644 +130,-1.536620762,0.7431061895,254,-1.703855997,0.4792484842,1175.6536611 +131,-1.5369566,0.7460845958,254,-1.703855997,0.4792484842,1185.3617915 +132,-1.545345528,0.7447040685,254,-1.703855997,0.4792484842,1168.6112245 +133,-1.532813921,0.7432306626,254,-1.703855997,0.4792484842,1181.7342412 +134,-1.554788248,0.7382381001,254,-1.703855997,0.4792484842,1132.9789977 +135,-1.540348126,0.7301594274,254,-1.703855997,0.4792484842,1125.964066 +136,-1.538016084,0.7239051786,254,-1.703855997,0.4792484842,1108.4517175 +137,-1.525288962,0.7258085137,254,-1.703855997,0.4792484842,1135.3087341 +138,-1.534326986,0.731241342,254,-1.703855997,0.4792484842,1138.8832234 +139,-1.530733872,0.7303625216,254,-1.703855997,0.4792484842,1141.5848529 +141,-1.534354939,0.7328219978,254,-1.703855997,0.4792484842,1144.1619779 +142,-1.53157084,0.7292888153,254,-1.703855997,0.4792484842,1136.6704604 +143,-1.525691035,0.7263799874,254,-1.703855997,0.4792484842,1136.5264965 +144,-1.534031287,0.7495967835,254,-1.703855997,0.4792484842,1201.657809 +145,-1.527714986,0.7283095957,254,-1.703855997,0.4792484842,1139.59617 +146,-1.526189586,0.7271468292,254,-1.703855997,0.4792484842,1138.2359177 +147,-1.555177336,0.7375563366,254,-1.703855997,0.4792484842,1130.0585906 +148,-1.555080283,0.7312707794,254,-1.703855997,0.4792484842,1108.2392146 +149,-1.53856994,0.7224180299,254,-1.703855997,0.4792484842,1102.5864979 +150,-1.530837883,0.729933372,254,-1.703855997,0.4792484842,1139.9867995 +151,-1.515066984,0.5854133365,254,-1.703855997,0.4792484842,768.67894962 +152,-1.534731633,0.5368370046,254,-1.703855997,0.4792484842,627.8721805 +153,-1.515231902,0.5607085576,254,-1.703855997,0.4792484842,723.70699187 +154,-2.616253799,1.0684566605,254,-1.703855997,0.4792484842,3337.4029181 +155,-1.956071439,0.5792177723,254,-1.703855997,0.4792484842,947.72673079 +156,-1.951208514,0.5602434208,254,-1.703855997,0.4792484842,907.95156036 +157,-1.944675062,0.6062144545,254,-1.703855997,0.4792484842,957.79012658 +158,-1.613778386,0.6077989518,254,-1.703855997,0.4792484842,593.50106815 +159,-2.035029014,0.6021432345,254,-1.703855997,0.4792484842,1222.8644041 +160,-2.114989471,0.6801825058,254,-1.703855997,0.4792484842,1570.8006223 +161,-2.037382079,0.5765830025,254,-1.703855997,0.4792484842,1202.4582383 +162,-2.129855121,0.6585019963,254,-1.703855997,0.4792484842,1582.436031 +163,-2.075141798,0.6493615843,254,-1.703855997,0.4792484842,1408.853961 +164,-1.828626729,0.6948433129,254,-1.703855997,0.4792484842,947.09048852 +165,-1.863329418,0.6735427691,254,-1.703855997,0.4792484842,933.05650328 +166,-1.266037071,0.727988852,254,-1.703855997,0.4792484842,1724.2239664 +167,-1.277579582,0.7249010648,254,-1.703855997,0.4792484842,1688.2312917 +168,-1.258418684,0.7241194816,254,-1.703855997,0.4792484842,1737.6456279 +169,-1.317813974,0.6804850104,254,-1.703855997,0.4792484842,1500.9239969 +170,-1.344165204,0.6790988904,254,-1.703855997,0.4792484842,1425.8139436 +171,-1.427582102,0.5277120351,254,-1.703855997,0.4792484842,976.68277283 +172,-1.402238616,0.457167829,254,-1.703855997,0.4792484842,1068.8473579 +173,-1.422454264,0.4996161999,254,-1.703855997,0.4792484842,986.32605314 +174,-1.439089277,0.4894859811,254,-1.703855997,0.4792484842,928.39172116 +175,-1.448126995,0.5182330266,254,-1.703855997,0.4792484842,902.20066639 +176,-1.474626146,0.5881926574,254,-1.703855997,0.4792484842,891.81481506 +177,-1.421139645,0.5584869783,254,-1.703855997,0.4792484842,1020.6012393 +178,-1.457037165,0.565943032,254,-1.703855997,0.4792484842,913.12130808 +179,-2.757159358,0.3745319,254,-1.703855997,0.4792484842,3784.5798892 +180,-2.714309238,0.342054471,254,-1.703855997,0.4792484842,3678.2206786 +181,-2.000525337,0.774119946,254,-1.703855997,0.4792484842,1500.283324 +183,-1.571413436,0.6777838382,254,-1.703855997,0.4792484842,899.90047683 +184,-1.552860289,0.6987663893,254,-1.703855997,0.4792484842,1000.4454709 +185,-1.521852374,0.7165827476,254,-1.703855997,0.4792484842,1111.0683773 +186,-1.503656267,0.6928968252,254,-1.703855997,0.4792484842,1071.5924852 +187,-1.502753178,0.7136205882,254,-1.703855997,0.4792484842,1136.1958183 +188,-1.631894563,0.7343596465,254,-1.703855997,0.4792484842,1036.913958 +189,-1.653765416,0.6770714026,254,-1.703855997,0.4792484842,800.87116422 +190,-1.719812114,0.6715965947,254,-1.703855997,0.4792484842,763.72088868 +191,-1.493406659,0.6646955447,254,-1.703855997,0.4792484842,1013.4843823 +192,-1.469120564,0.6613469966,254,-1.703855997,0.4792484842,1062.1548749 +193,-1.590551461,0.5326612937,254,-1.703855997,0.4792484842,445.82869916 +194,-1.625979264,0.5247742243,254,-1.703855997,0.4792484842,324.97194566 +195,-1.572293943,0.5238808754,254,-1.703855997,0.4792484842,489.80149012 +196,-1.610848725,0.5477107964,254,-1.703855997,0.4792484842,420.01652798 +197,-1.208485554,0.7918526018,254,-1.703855997,0.4792484842,1988.5962055 +198,-1.335601374,0.6869083083,254,-1.703855997,0.4792484842,1463.4823634 +199,-1.346156996,0.6825213377,254,-1.703855997,0.4792484842,1426.728891 +200,-1.324381037,0.6741422347,254,-1.703855997,0.4792484842,1471.8656927 +201,-1.242424992,0.7378949807,254,-1.703855997,0.4792484842,1803.935495 +202,-1.270370057,0.7392461008,254,-1.703855997,0.4792484842,1733.6200659 +203,-1.448950472,0.7441675014,254,-1.703855997,0.4792484842,1331.6213182 +204,-1.492662363,0.7523026852,254,-1.703855997,0.4792484842,1276.0334118 +205,-1.479098966,0.7763855017,254,-1.703855997,0.4792484842,1376.1135683 +206,-1.633760714,0.7869022408,254,-1.703855997,0.4792484842,1238.5819116 +207,-1.647406434,0.8101289331,254,-1.703855997,0.4792484842,1322.4463906 +208,-1.564245052,0.5701509278,254,-1.703855997,0.4792484842,598.58218401 +209,-1.646289963,0.6833746083,254,-1.703855997,0.4792484842,830.5207866 +210,-1.5820631,0.6751952144,254,-1.703855997,0.4792484842,874.40074914 +211,-1.613236298,0.6681681791,254,-1.703855997,0.4792484842,806.36724626 +212,-1.914661867,0.8212566515,254,-1.703855997,0.4792484842,1504.8027405 +213,-1.742133237,0.7250275956,254,-1.703855997,0.4792484842,981.41949554 +214,-2.033144872,0.6557314699,254,-1.703855997,0.4792484842,1299.3098478 +215,-2.039551981,0.6964723658,254,-1.703855997,0.4792484842,1396.3465441 +216,-1.247341019,0.7622473908,254,-1.703855997,0.4792484842,1835.8796304 +217,-1.298239787,0.7084123392,254,-1.703855997,0.4792484842,1603.4184443 +218,-1.308539688,0.6926545592,254,-1.703855997,0.4792484842,1547.4895796 +219,-1.303263185,0.6888938396,254,-1.703855997,0.4792484842,1555.5315476 +220,-1.852400229,0.6004246149,254,-1.703855997,0.4792484842,695.94602363 +221,-1.288947707,0.7473773692,254,-1.703855997,0.4792484842,1702.4627122 +222,-1.372031502,0.7472790993,254,-1.703855997,0.4792484842,1503.8688593 +223,-1.289805721,0.7242157877,254,-1.703855997,0.4792484842,1654.9162427 +224,-1.350807603,0.7533498126,254,-1.703855997,0.4792484842,1567.1332935 +225,-1.329290365,0.7560442322,254,-1.703855997,0.4792484842,1623.4709541 +226,-1.410153004,0.616936428,254,-1.703855997,0.4792484842,1130.5518601 +227,-1.393445434,0.6308995063,254,-1.703855997,0.4792484842,1202.3934197 +228,-1.37595573,0.6241540638,254,-1.703855997,0.4792484842,1243.1055441 +229,-1.358388707,0.6172645205,254,-1.703855997,0.4792484842,1286.2307187 +230,-1.753741133,0.8281661666,254,-1.703855997,0.4792484842,1390.6855584 +231,-1.47430987,0.6834615681,254,-1.703855997,0.4792484842,1107.3866133 +232,-1.421012508,0.7222725206,254,-1.703855997,0.4792484842,1329.940837 +233,-1.4476833,0.6978557868,254,-1.703855997,0.4792484842,1205.9112973 +234,-1.470370723,0.6966193374,254,-1.703855997,0.4792484842,1152.0600019 +235,-1.429211703,0.7037216883,254,-1.703855997,0.4792484842,1263.4796133 +236,-1.700578405,0.6178673663,254,-1.703855997,0.4792484842,549.18074993 +237,-1.678117619,0.6331716163,254,-1.703855997,0.4792484842,615.78052178 +238,-1.725644578,0.6316331145,254,-1.703855997,0.4792484842,608.01509883 +239,-2.14012759,0.7930497945,254,-1.703855997,0.4792484842,1850.4476139 +240,-2.103289431,0.7653606263,254,-1.703855997,0.4792484842,1703.122168 +241,-1.318739838,0.7017808746,254,-1.703855997,0.4792484842,1536.460159 +242,-1.396417427,0.7077900843,254,-1.703855997,0.4792484842,1351.1154189 +243,-1.35650337,0.7185539404,254,-1.703855997,0.4792484842,1473.3993431 +244,-1.248884539,0.7274156818,254,-1.703855997,0.4792484842,1768.7612962 +245,-1.395014798,0.5761185243,254,-1.703855997,0.4792484842,1122.6184222 +246,-1.433377362,0.6064716109,254,-1.703855997,0.4792484842,1044.847073 +247,-1.408172432,0.5903155476,254,-1.703855997,0.4792484842,1097.6709738 +248,-1.749645898,0.7757118084,254,-1.703855997,0.4792484842,1183.2610439 +249,-1.571626686,0.615046989,254,-1.703855997,0.4792484842,699.05624613 +250,-1.514070049,0.6303003037,254,-1.703855997,0.4792484842,874.23273487 +251,-1.480890369,0.6237966528,254,-1.703855997,0.4792484842,943.87375868 +252,-1.704390658,0.5281680612,254,-1.703855997,0.4792484842,193.77931789 +253,-1.64434733,0.5254277498,254,-1.703855997,0.4792484842,275.9018156 +254,-1.703855997,0.4792484842,254,-1.703855997,0.4792484842,32.470032345 +255,-1.692002383,0.5748825051,254,-1.703855997,0.4792484842,380.97042842 +256,-1.854136457,0.5544643913,254,-1.703855997,0.4792484842,596.82732951 +257,-1.665021206,0.520317736,254,-1.703855997,0.4792484842,211.38949027 +258,-1.733654349,0.4845187345,254,-1.703855997,0.4792484842,106.65220729 +259,-1.720938188,0.5135933906,254,-1.703855997,0.4792484842,148.47873488 +260,-1.742668307,0.553296122,254,-1.703855997,0.4792484842,322.31218246 +261,-1.965659039,0.7142126903,254,-1.703855997,0.4792484842,1261.962114 +262,-1.944438071,0.6772834804,254,-1.703855997,0.4792484842,1116.445412 +263,-1.270340967,0.7681487096,254,-1.703855997,0.4792484842,1790.8438957 +264,-1.353091884,0.6549276821,254,-1.703855997,0.4792484842,1358.5352883 +265,-1.333236659,0.6413584414,254,-1.703855997,0.4792484842,1395.0940964 +266,-1.352015998,0.6753788907,254,-1.703855997,0.4792484842,1397.5096292 +267,-1.377988483,0.6577816235,254,-1.703855997,0.4792484842,1293.5107743 +268,-2.13075611,0.8318642051,254,-1.703855997,0.4792484842,1919.6990587 +269,-2.097910953,0.8259670014,254,-1.703855997,0.4792484842,1836.7912855 +270,-1.416382069,0.6694271549,254,-1.703855997,0.4792484842,1213.7808167 +271,-1.538905672,0.7535625993,254,-1.703855997,0.4792484842,1208.3572093 +272,-1.572309477,0.7803125099,254,-1.703855997,0.4792484842,1263.2620018 +273,-1.87759879,0.7503853417,254,-1.703855997,0.4792484842,1210.097957 +274,1.152365588,0.590457682,254,-1.703855997,0.4792484842,8073.3171331 +275,0.350198001,0.718001859,254,-1.703855997,0.4792484842,6250.3180736 +276,0.046513677,0.491503852,254,-1.703855997,0.4792484842,5913.064161 +277,0.027510309,0.742571376,254,-1.703855997,0.4792484842,5394.9016272 +278,0.306285725,-0.214631579,254,-1.703855997,0.4792484842,8146.4618079 +279,-1.100564889,0.318051531,254,-1.703855997,0.4792484842,2284.414477 +280,-1.078582306,0.301437596,254,-1.703855997,0.4792484842,2386.5088119 +281,-1.137371989,-0.617634065,254,-1.703855997,0.4792484842,4833.5779777 +282,0.784356344,0.703272339,254,-1.703855997,0.4792484842,7178.6482808 +283,-1.221209947,0.218327455,254,-1.703855997,0.4792484842,2064.6673999 +284,2.347301921,-0.449114658,254,-1.703855997,0.4792484842,9244.0401617 +285,0.246820618,0.830553713,254,-1.703855997,0.4792484842,5751.3658705 +286,0.829414965,0.703288228,254,-1.703855997,0.4792484842,7252.1389916 +287,-1.337537566,0.42332223,254,-1.703855997,0.4792484842,1322.7124038 +288,0.882453706,0.454478077,254,-1.703855997,0.4792484842,8182.7202725 +289,1.575629659,0.416419109,254,-1.703855997,0.4792484842,8857.1755842 +290,-1.039455679,0.229888244,254,-1.703855997,0.4792484842,2644.5109056 +291,0.489558039,0.934482747,254,-1.703855997,0.4792484842,5970.7349109 +292,0.081344504,0.88384514,254,-1.703855997,0.4792484842,5274.9911789 +293,-1.547979814,0.300350308,254,-1.703855997,0.4792484842,909.33717328 +294,0.040776181,0.168560074,254,-1.703855997,0.4792484842,6515.081277 +295,-1.130374745,0.563894876,254,-1.703855997,0.4792484842,1989.9319066 +296,1.578326642,0.478507176,254,-1.703855997,0.4792484842,8612.6656686 +297,-1.12861823,-0.291640865,254,-1.703855997,0.4792484842,3768.6334351 +298,0.310524208,0.770885792,254,-1.703855997,0.4792484842,6031.2325198 +299,0.415649091,-0.387246002,254,-1.703855997,0.4792484842,8784.15996 +300,-0.926533878,-0.188022748,254,-1.703855997,0.4792484842,3985.1813839 +301,1.258856172,-0.11716081,254,-1.703855997,0.4792484842,10859.820385 +302,-1.126050026,0.322941926,254,-1.703855997,0.4792484842,2188.5135013 +303,2.002785835,0.07893892,254,-1.703855997,0.4792484842,9353.1767724 +304,0.440437607,0.746258085,254,-1.703855997,0.4792484842,6382.1826825 +305,-0.030391866,0.214441206,254,-1.703855997,0.4792484842,6185.2174735 +306,0.521557815,-0.058929362,254,-1.703855997,0.4792484842,8607.3628138 +307,-0.097005111,0.13317729,254,-1.703855997,0.4792484842,6104.9555976 +308,1.83113859,0.221857587,254,-1.703855997,0.4792484842,9282.2334226 +309,0.222428864,0.099404236,254,-1.703855997,0.4792484842,7270.1237675 +310,-1.702731345,0.8728568183,254,-1.703855997,0.4792484842,1559.0863363 +311,-0.418507569,0.278324921,254,-1.703855997,0.4792484842,4733.7197683 +312,-1.41153306,0.339029988,254,-1.703855997,0.4792484842,1197.0068414 +313,0.357560442,0.114788776,254,-1.703855997,0.4792484842,7691.3617215 +314,0.325818979,0.268352149,254,-1.703855997,0.4792484842,7250.2811591 +315,-1.246004659,-0.663679965,254,-1.703855997,0.4792484842,4835.3994244 +316,1.814603087,0.637404484,254,-1.703855997,0.4792484842,7803.0144951 +317,1.843704281,-0.18300445,254,-1.703855997,0.4792484842,10529.968836 +318,1.690644492,-0.211480909,254,-1.703855997,0.4792484842,11027.688448 +319,-1.275451936,0.068109467,254,-1.703855997,0.4792484842,2295.9317805 +320,0.762430171,-0.207594741,254,-1.703855997,0.4792484842,9720.1444333 +321,0.265668905,-0.014647884,254,-1.703855997,0.4792484842,7643.4438736 +322,-2.773032013,-0.335515811,254,-1.703855997,0.4792484842,5216.720191 +323,-1.469512853,0.174058777,254,-1.703855997,0.4792484842,1491.902128 +324,0.286276986,0.785925691,254,-1.703855997,0.4792484842,5940.8725829 +325,-1.379324697,0.377432233,254,-1.703855997,0.4792484842,1235.3044526 +326,-1.203778265,0.212813032,254,-1.703855997,0.4792484842,2132.7765121 +327,0.579916301,0.611743168,254,-1.703855997,0.4792484842,7061.3019742 +328,0.267582642,0.868113908,254,-1.703855997,0.4792484842,5712.6219125 +329,0.412869244,-0.050245578,254,-1.703855997,0.4792484842,8219.9162833 +330,0.17524381,0.976660285,254,-1.703855997,0.4792484842,5297.1102993 +331,0.743157214,0.204812899,254,-1.703855997,0.4792484842,8642.3165607 +332,-1.070758176,0.269382282,254,-1.703855997,0.4792484842,2466.6100834 +333,-1.230364251,0.329790229,254,-1.703855997,0.4792484842,1818.1632681 +334,-1.374813124,-0.024926835,254,-1.703855997,0.4792484842,2357.9579489 +335,0.519780566,0.463669906,254,-1.703855997,0.4792484842,7329.0276813 +336,-1.55108034,0.239698561,254,-1.703855997,0.4792484842,1104.0583448 +337,0.180294813,0.029739425,254,-1.703855997,0.4792484842,7262.4929055 +338,0.67820924,0.268170153,254,-1.703855997,0.4792484842,8288.0689848 +339,0.445798684,1.024001867,254,-1.703855997,0.4792484842,5659.6492756 +340,0.691751283,0.150521402,254,-1.703855997,0.4792484842,8649.2578668 +341,-1.036643551,-0.903056181,254,-1.703855997,0.4792484842,5946.2261433 +342,-0.120287036,1.083325163,254,-1.703855997,0.4792484842,4582.8530375 +343,2.823513113,-0.304487164,254,-1.703855997,0.4792484842,7403.8198279 +344,0.457583172,1.12513373,254,-1.703855997,0.4792484842,5411.9528516 +345,0.042918831,0.813795399,254,-1.703855997,0.4792484842,5308.7787777 +346,1.196146777,-0.853142756,254,-1.703855997,0.4792484842,10788.764825 +347,0.206001358,-0.010430701,254,-1.703855997,0.4792484842,7428.5002981 +348,-0.268308653,0.234799412,254,-1.703855997,0.4792484842,5328.5291546 +349,0.759363263,0.736189579,254,-1.703855997,0.4792484842,7028.9703472 +350,0.181363926,0.891988372,254,-1.703855997,0.4792484842,5478.4811387 +351,-0.021111158,0.139103292,254,-1.703855997,0.4792484842,6357.5599647 +352,-0.093355215,0.630686981,254,-1.703855997,0.4792484842,5247.7415203 +353,0.40118964,0.681375926,254,-1.703855997,0.4792484842,6461.7195975 +354,-0.721197315,1.304706234,254,-1.703855997,0.4792484842,3798.5828912 +355,-1.076150317,0.212107639,254,-1.703855997,0.4792484842,2554.3650509 +356,-1.577164531,0.273993443,254,-1.703855997,0.4792484842,936.79994949 +357,-0.190788414,0.182208586,254,-1.703855997,0.4792484842,5689.933856 +358,-0.261349752,0.209710184,254,-1.703855997,0.4792484842,5395.90159 +359,-1.029303852,0.083549259,254,-1.703855997,0.4792484842,2985.9626859 +360,-1.268609162,0.330525297,254,-1.703855997,0.4792484842,1686.5928032 +361,1.282982244,-0.926641967,254,-1.703855997,0.4792484842,10614.283187 +362,0.217352334,0.731352408,254,-1.703855997,0.4792484842,5899.7260046 +363,-1.511833084,0.258629297,254,-1.703855997,0.4792484842,1124.1738637 +364,0.338812194,0.823184618,254,-1.703855997,0.4792484842,5968.6019103 +365,-0.324406489,1.134201999,254,-1.703855997,0.4792484842,4197.0887492 +366,1.389579348,0.399185724,254,-1.703855997,0.4792484842,8959.4955614 +367,2.047152199,-0.039082036,254,-1.703855997,0.4792484842,9551.673892 +368,0.947780369,0.568250077,254,-1.703855997,0.4792484842,7902.8789508 +369,0.763824846,0.576754987,254,-1.703855997,0.4792484842,7552.9709683 +370,-0.142334657,0.928153068,254,-1.703855997,0.4792484842,4703.3463973 +371,0.610266567,0.547265983,254,-1.703855997,0.4792484842,7316.5851776 +372,0.210731629,0.746815056,254,-1.703855997,0.4792484842,5850.0362841 +373,-1.34931644,0.316895224,254,-1.703855997,0.4792484842,1442.5788176 +374,2.407696481,0.655030745,254,-1.703855997,0.4792484842,6686.0885053 +375,0.64207831,0.545359131,254,-1.703855997,0.4792484842,7394.420192 +376,1.174597538,0.840588356,254,-1.703855997,0.4792484842,7132.882877 +377,0.660059424,0.010604079,254,-1.703855997,0.4792484842,8908.0381581 +378,-0.730263819,0.010486456,254,-1.703855997,0.4792484842,4130.5964946 +379,0.831068936,0.512339172,254,-1.703855997,0.4792484842,7892.4389659 +380,1.301180979,0.72367476,254,-1.703855997,0.4792484842,7652.8252651 +381,1.811128231,0.322854402,254,-1.703855997,0.4792484842,8958.490639 +382,0.435105812,0.992284428,254,-1.703855997,0.4792484842,5725.4592909 +383,0.62643634,0.592027932,254,-1.703855997,0.4792484842,7221.4816851 +384,0.492988703,-0.516339467,254,-1.703855997,0.4792484842,9182.7522384 +385,-0.162469483,0.112549365,254,-1.703855997,0.4792484842,5913.7799873 +386,0.314630866,0.472006421,254,-1.703855997,0.4792484842,6748.1474089 +387,0.166744804,0.822815954,254,-1.703855997,0.4792484842,5586.3065386 +388,0.417159608,0.965805736,254,-1.703855997,0.4792484842,5763.8656266 +389,0.106334961,0.868774244,254,-1.703855997,0.4792484842,5358.7106982 +390,0.815086969,-0.338144359,254,-1.703855997,0.4792484842,10121.339313 +391,0.59867455,-0.230624824,254,-1.703855997,0.4792484842,9197.8454487 +392,1.915104874,0.066220985,254,-1.703855997,0.4792484842,9616.6279379 +393,1.278093622,0.064463721,254,-1.703855997,0.4792484842,10205.481657 +394,-0.061477853,0.302997961,254,-1.703855997,0.4792484842,5916.5623733 +395,0.251311504,0.626976942,254,-1.703855997,0.4792484842,6217.621286 +396,2.950242872,0.149095644,254,-1.703855997,0.4792484842,6153.0985341 +397,-0.180294708,0.35375117,254,-1.703855997,0.4792484842,5428.2185166 +398,1.010448592,-0.351180233,254,-1.703855997,0.4792484842,10817.658006 +399,-1.748740498,0.3686318073,254,-1.703855997,0.4792484842,467.11207666 +400,2.699635665,0.123533791,254,-1.703855997,0.4792484842,7063.5598474 +401,0.496808033,0.823843254,254,-1.703855997,0.4792484842,6288.3279966 +402,0.129574704,0.763364087,254,-1.703855997,0.4792484842,5616.1367958 +403,1.798920311,0.817447563,254,-1.703855997,0.4792484842,7147.3540413 +404,0.335987953,0.746786541,254,-1.703855997,0.4792484842,6147.2130542 +405,-1.085413643,0.292154671,254,-1.703855997,0.4792484842,2377.8173286 +406,-0.155321003,0.508207011,254,-1.703855997,0.4792484842,5255.2274243 +407,0.620529244,-0.301175104,254,-1.703855997,0.4792484842,9386.590577 +408,1.684402744,0.368716966,254,-1.703855997,0.4792484842,8954.6036771 +409,0.300582244,-0.386397212,254,-1.703855997,0.4792484842,8383.9453216 +410,2.913555946,-0.009225192,254,-1.703855997,0.4792484842,6572.5368863 +411,1.465101417,0.493232532,254,-1.703855997,0.4792484842,8590.4486405 +412,0.090612882,0.907955955,254,-1.703855997,0.4792484842,5252.305333 +413,2.987564726,-0.729568594,254,-1.703855997,0.4792484842,7517.2517254 +414,-1.484261606,0.224149272,254,-1.703855997,0.4792484842,1297.0660104 +415,0.164073421,0.303955133,254,-1.703855997,0.4792484842,6658.0305339 +416,0.141441293,0.167552546,254,-1.703855997,0.4792484842,6859.4662581 +417,2.931321023,-0.506718887,254,-1.703855997,0.4792484842,7361.0085294 +418,2.21951565,0.700596356,254,-1.703855997,0.4792484842,6955.4133981 +419,0.268112576,1.199114336,254,-1.703855997,0.4792484842,4999.3232456 +420,0.978913739,0.359223811,254,-1.703855997,0.4792484842,8685.7734711 +421,1.210898818,0.522863584,254,-1.703855997,0.4792484842,8382.5748114 +422,2.347397336,0.129231362,254,-1.703855997,0.4792484842,8208.9564552 +423,0.614394501,0.556878345,254,-1.703855997,0.4792484842,7298.0031048 +424,-1.398079356,0.148483366,254,-1.703855997,0.4792484842,1739.7252847 +425,2.535303836,-0.112984496,254,-1.703855997,0.4792484842,8087.773322 +426,-1.019372593,-0.405322349,254,-1.703855997,0.4792484842,4373.3367606 +427,-1.297785627,-0.160104069,254,-1.703855997,0.4792484842,2973.3192307 +428,2.144554488,0.205051084,254,-1.703855997,0.4792484842,8608.5850066 +429,-2.242387083,-0.426171285,254,-1.703855997,0.4792484842,4134.2270911 +430,0.338637212,0.909723676,254,-1.703855997,0.4792484842,5759.7468899 +431,-0.148798452,0.691042401,254,-1.703855997,0.4792484842,4995.7261105 +432,0.893524764,0.441829531,254,-1.703855997,0.4792484842,8246.1451066 +433,0.969229347,-0.368847936,254,-1.703855997,0.4792484842,10700.769173 +434,0.436043248,0.800045688,254,-1.703855997,0.4792484842,6231.1551358 +435,1.687946607,1.081504775,254,-1.703855997,0.4792484842,6210.2635056 +436,0.522302046,-0.034889271,254,-1.703855997,0.4792484842,8559.7789945 +437,-0.178996113,-0.438090009,254,-1.703855997,0.4792484842,6853.2433501 +438,-1.094339566,0.301444068,254,-1.703855997,0.4792484842,2331.9256715 +439,-1.064070054,0.242569932,254,-1.703855997,0.4792484842,2537.2351155 +440,-1.068153768,0.230387998,254,-1.703855997,0.4792484842,2546.0291019 +441,-3.00496892,-0.23989155,254,-1.703855997,0.4792484842,5745.1281848 +442,0.21751974,0.766874888,254,-1.703855997,0.4792484842,5823.1107448 +443,0.117229532,0.007619006,254,-1.703855997,0.4792484842,7085.3554273 +444,0.777758451,0.420554741,254,-1.703855997,0.4792484842,8078.1667587 +445,-0.252356999,0.250747086,254,-1.703855997,0.4792484842,5356.6354521 +446,0.363148444,0.768483434,254,-1.703855997,0.4792484842,6155.5302092 +447,0.903191366,-0.118210676,254,-1.703855997,0.4792484842,9979.3994751 +448,-0.205755923,0.149406178,254,-1.703855997,0.4792484842,5696.0687022 +449,1.811996086,0.02364353,254,-1.703855997,0.4792484842,9994.2258023 +450,-1.100670221,0.314845373,254,-1.703855997,0.4792484842,2288.9543813 +451,0.340078597,0.850105132,254,-1.703855997,0.4792484842,5906.1860394 +452,0.258757267,0.804969236,254,-1.703855997,0.4792484842,5835.0823012 +453,2.78505352,-0.155160804,254,-1.703855997,0.4792484842,7286.553786 +454,0.800551619,0.105822106,254,-1.703855997,0.4792484842,9079.8683969 +455,0.437940882,-0.506194031,254,-1.703855997,0.4792484842,8988.3985691 +456,2.230431122,0.63458615,254,-1.703855997,0.4792484842,7133.9586139 +457,0.527965361,0.127667701,254,-1.703855997,0.4792484842,8212.333568 +458,-0.063643205,0.702093448,254,-1.703855997,0.4792484842,5217.7679936 +459,1.408447268,0.133010502,254,-1.703855997,0.4792484842,10016.092024 +460,0.523795955,0.280266966,254,-1.703855997,0.4792484842,7822.3701946 +461,-0.975769313,0.072177659,254,-1.703855997,0.4792484842,3184.3571347 +462,0.549774164,-0.463663986,254,-1.703855997,0.4792484842,9332.3707437 +463,0.29245874,1.095549818,254,-1.703855997,0.4792484842,5252.0608961 +464,0.143625958,0.816809593,254,-1.703855997,0.4792484842,5544.4474735 +465,0.671902494,0.611159853,254,-1.703855997,0.4792484842,7260.5841731 +466,1.239840988,0.6724199,254,-1.703855997,0.4792484842,7823.5289755 +467,0.607829703,-0.10932137,254,-1.703855997,0.4792484842,9001.9968988 +468,1.763020906,0.263996692,254,-1.703855997,0.4792484842,9245.6115465 +469,0.378714634,0.726066797,254,-1.703855997,0.4792484842,6296.4245176 +470,2.196736143,-0.153862366,254,-1.703855997,0.4792484842,9331.4560234 +471,0.01702415,0.148991565,254,-1.703855997,0.4792484842,6470.6736511 +472,-2.998490902,-0.158002487,254,-1.703855997,0.4792484842,5559.8193206 +473,-3.051262951,-0.346595608,254,-1.703855997,0.4792484842,6110.0124014 +474,-1.069176439,0.182802941,254,-1.703855997,0.4792484842,2636.9915564 +475,0.167157509,0.595344954,254,-1.703855997,0.4792484842,6058.191927 +476,0.613855648,0.681746124,254,-1.703855997,0.4792484842,6928.8278438 +477,1.037012736,0.682555367,254,-1.703855997,0.4792484842,7609.2862593 +478,-1.253574971,0.379755746,254,-1.703855997,0.4792484842,1665.3568356 +479,3.108590453,-0.132620738,254,-1.703855997,0.4792484842,6115.4207992 +480,0.565301296,0.022333262,254,-1.703855997,0.4792484842,8576.7096091 +481,0.547898238,0.855555614,254,-1.703855997,0.4792484842,6294.1337017 +482,0.948309381,0.417393755,254,-1.703855997,0.4792484842,8429.9094965 +483,-0.050600732,0.945269213,254,-1.703855997,0.4792484842,4885.5909178 +484,-0.977651478,-0.572363064,254,-1.703855997,0.4792484842,4981.8703712 +485,1.102014914,0.728861163,254,-1.703855997,0.4792484842,7503.0927967 +486,2.927300795,-0.282939414,254,-1.703855997,0.4792484842,7010.9008551 +487,-1.154565557,0.124434095,254,-1.703855997,0.4792484842,2494.3506353 +488,1.855331234,0.291044755,254,-1.703855997,0.4792484842,8996.9231941 +489,0.830290659,0.276904518,254,-1.703855997,0.4792484842,8647.432207 +490,0.485104466,-0.234867441,254,-1.703855997,0.4792484842,8807.7931032 +491,0.521367572,-0.33161327,254,-1.703855997,0.4792484842,9081.4443222 +1,-1.539031704,0.7349710123,255,-1.692002383,0.5748825051,794.66175875 +2,-1.536990553,0.7349663874,255,-1.692002383,0.5748825051,798.51295837 +3,-1.534951779,0.7349571355,255,-1.692002383,0.5748825051,802.37796632 +4,-1.532906461,0.7349480293,255,-1.692002383,0.5748825051,806.28793315 +5,-1.531320211,0.7346937278,255,-1.692002383,0.5748825051,808.60813711 +6,-1.539451648,0.7335131775,255,-1.692002383,0.5748825051,789.44505827 +7,-1.537429487,0.7335445708,255,-1.692002383,0.5748825051,793.38815702 +8,-1.535484998,0.7335658704,255,-1.692002383,0.5748825051,797.18191371 +9,-1.533488396,0.7336036027,255,-1.692002383,0.5748825051,801.15376688 +10,-1.531497785,0.7335842962,255,-1.692002383,0.5748825051,804.97365598 +11,-1.530259379,0.7334777758,255,-1.692002383,0.5748825051,807.08660871 +12,-1.5335454,0.7322346912,255,-1.692002383,0.5748825051,796.97432244 +13,-1.531489083,0.7322238773,255,-1.692002383,0.5748825051,800.97209329 +14,-1.530011122,0.7321679851,255,-1.692002383,0.5748825051,803.72380448 +15,-1.53348106,0.7306614094,255,-1.692002383,0.5748825051,792.44427583 +16,-1.531441779,0.7306962275,255,-1.692002383,0.5748825051,796.57227124 +17,-1.529755654,0.7306933243,255,-1.692002383,0.5748825051,799.9150946 +18,-1.533415048,0.7291384674,255,-1.692002383,0.5748825051,788.08879257 +19,-1.531392093,0.7291705353,255,-1.692002383,0.5748825051,792.20469079 +20,-1.529296523,0.7291214933,255,-1.692002383,0.5748825051,796.26017606 +21,-1.535280942,0.727267644,255,-1.692002383,0.5748825051,778.89234074 +22,-1.533378158,0.7276139666,255,-1.692002383,0.5748825051,783.69299526 +23,-1.531340368,0.7276446587,255,-1.692002383,0.5748825051,787.86282016 +24,-1.528960113,0.7276398177,255,-1.692002383,0.5748825051,792.65317405 +25,-1.533313146,0.7260818349,255,-1.692002383,0.5748825051,779.35341683 +26,-1.531259555,0.7260958115,255,-1.692002383,0.5748825051,783.53599112 +27,-1.528926415,0.7260865555,255,-1.692002383,0.5748825051,788.25259966 +28,-1.531226779,0.7245511789,255,-1.692002383,0.5748825051,779.14782102 +29,-1.528904772,0.7245519194,255,-1.692002383,0.5748825051,783.90389798 +30,-1.547195875,0.7409785979,255,-1.692002383,0.5748825051,798.34916747 +31,-1.5451475,0.740980426,255,-1.692002383,0.5748825051,801.99356718 +32,-1.543097679,0.7409798872,255,-1.692002383,0.5748825051,805.66731432 +33,-1.540720364,0.7409892687,255,-1.692002383,0.5748825051,810.00129531 +34,-1.547188511,0.7395198392,255,-1.692002383,0.5748825051,793.76895093 +35,-1.545148587,0.7395226109,255,-1.692002383,0.5748825051,797.42676114 +36,-1.543104538,0.7395314908,255,-1.692002383,0.5748825051,801.14487403 +37,-1.540727751,0.7395306258,255,-1.692002383,0.5748825051,805.47550036 +38,-1.547187029,0.7380014886,255,-1.692002383,0.5748825051,789.00705318 +39,-1.545147315,0.7380012252,255,-1.692002383,0.5748825051,792.68173118 +40,-1.54310719,0.7380060743,255,-1.692002383,0.5748825051,796.40695034 +41,-1.540719671,0.7380068206,255,-1.692002383,0.5748825051,800.79360981 +42,-1.547187189,0.7364799098,255,-1.692002383,0.5748825051,784.24909972 +43,-1.545149996,0.7364853874,255,-1.692002383,0.5748825051,787.96399633 +44,-1.543106091,0.7364823484,255,-1.692002383,0.5748825051,791.6986511 +45,-1.540717158,0.7364893901,255,-1.692002383,0.5748825051,796.13892453 +46,-1.538663972,0.7410138672,255,-1.692002383,0.5748825051,813.83677189 +47,-1.53695285,0.7409699132,255,-1.692002383,0.5748825051,816.85519223 +48,-1.534910498,0.7409641297,255,-1.692002383,0.5748825051,820.63143415 +49,-1.533145034,0.7409536636,255,-1.692002383,0.5748825051,823.90485115 +50,-1.538681336,0.7395405883,255,-1.692002383,0.5748825051,809.27290496 +51,-1.536999189,0.7395183096,255,-1.692002383,0.5748825051,812.32546441 +52,-1.534923633,0.7395144222,255,-1.692002383,0.5748825051,816.1945617 +53,-1.533267822,0.7395654306,255,-1.692002383,0.5748825051,819.4684186 +54,-1.53867273,0.7380151077,255,-1.692002383,0.5748825051,804.61381736 +55,-1.536980576,0.7379994392,255,-1.692002383,0.5748825051,807.72780635 +56,-1.534931522,0.7379944961,255,-1.692002383,0.5748825051,811.57116922 +57,-1.533387952,0.7379480264,255,-1.692002383,0.5748825051,814.35883512 +58,-1.538682279,0.7364914363,255,-1.692002383,0.5748825051,799.94449327 +59,-1.536980704,0.7364810563,255,-1.692002383,0.5748825051,803.11482223 +60,-1.534935567,0.7364752065,255,-1.692002383,0.5748825051,806.97513936 +61,-1.533042592,0.7363876366,255,-1.692002383,0.5748825051,810.33051456 +62,-1.545143426,0.7349628011,255,-1.692002383,0.5748825051,783.25975208 +63,-1.543105297,0.7349691947,255,-1.692002383,0.5748825051,787.04016113 +64,-1.541064533,0.7349647152,255,-1.692002383,0.5748825051,790.82547691 +65,-1.545411803,0.7334624714,255,-1.692002383,0.5748825051,778.13372763 +66,-1.543446606,0.7334780896,255,-1.692002383,0.5748825051,781.82902696 +67,-1.541475327,0.7334957295,255,-1.692002383,0.5748825051,785.57253374 +68,-1.545401939,0.731963266,255,-1.692002383,0.5748825051,773.53988053 +69,-1.54342253,0.7319915583,255,-1.692002383,0.5748825051,777.32682821 +70,-1.541455867,0.7320216438,255,-1.692002383,0.5748825051,781.12570149 +71,-1.545410146,0.7304422281,255,-1.692002383,0.5748825051,768.86361059 +72,-1.543435491,0.7304713664,255,-1.692002383,0.5748825051,772.67077174 +73,-1.541463105,0.7304997613,255,-1.692002383,0.5748825051,776.50177499 +74,-1.545414768,0.7289194936,255,-1.692002383,0.5748825051,764.20755034 +75,-1.543435774,0.7289538557,255,-1.692002383,0.5748825051,768.06565662 +76,-1.541457714,0.7289765881,255,-1.692002383,0.5748825051,771.91730692 +77,-1.539449415,0.7320555866,255,-1.692002383,0.5748825051,785.04183762 +78,-1.537429183,0.7321097681,255,-1.692002383,0.5748825051,789.07552954 +79,-1.535472649,0.7321497267,255,-1.692002383,0.5748825051,792.97289519 +80,-1.539457899,0.7305333307,255,-1.692002383,0.5748825051,780.44131861 +81,-1.537453161,0.7305750503,255,-1.692002383,0.5748825051,784.43458024 +82,-1.535479385,0.7306124949,255,-1.692002383,0.5748825051,788.38421374 +83,-1.53946905,0.7290102593,255,-1.692002383,0.5748825051,775.85247952 +84,-1.537459922,0.7290417293,255,-1.692002383,0.5748825051,779.85076179 +85,-1.535451349,0.7290890157,255,-1.692002383,0.5748825051,783.92467724 +86,-1.535522937,0.7279887191,255,-1.692002383,0.5748825051,780.53553519 +87,-1.539442524,0.7274735939,255,-1.692002383,0.5748825051,771.31617435 +88,-1.537424111,0.727521351,255,-1.692002383,0.5748825051,775.40909278 +89,-1.539384641,0.7259505092,255,-1.692002383,0.5748825051,766.90308624 +90,-1.537372391,0.7259947145,255,-1.692002383,0.5748825051,771.00185795 +91,-1.535340789,0.7260435356,255,-1.692002383,0.5748825051,775.18222431 +92,-1.539325716,0.7244369706,255,-1.692002383,0.5748825051,762.54249374 +93,-1.537308932,0.7244801057,255,-1.692002383,0.5748825051,766.67568988 +94,-1.535289068,0.7245247645,255,-1.692002383,0.5748825051,770.84909519 +95,-1.533261366,0.7245550236,255,-1.692002383,0.5748825051,775.02579646 +96,-1.539267302,0.722921924,255,-1.692002383,0.5748825051,758.19885914 +97,-1.537248972,0.7229660258,255,-1.692002383,0.5748825051,762.36680651 +98,-1.535219431,0.7229916471,255,-1.692002383,0.5748825051,766.53337584 +99,-1.53318962,0.7230212049,255,-1.692002383,0.5748825051,770.74186703 +100,-1.531154816,0.7230299897,255,-1.692002383,0.5748825051,774.93056341 +101,-1.528878341,0.7230370244,255,-1.692002383,0.5748825051,779.64414443 +102,-1.539218189,0.7214009878,255,-1.692002383,0.5748825051,753.84215912 +103,-1.537198791,0.7214422745,255,-1.692002383,0.5748825051,758.0331004 +104,-1.535179266,0.7214634354,255,-1.692002383,0.5748825051,762.1958132 +105,-1.533156501,0.7214944644,255,-1.692002383,0.5748825051,766.42327283 +106,-1.53113574,0.7215166021,255,-1.692002383,0.5748825051,770.65032704 +107,-1.528874248,0.7215345535,255,-1.692002383,0.5748825051,775.3958322 +108,-1.539217656,0.7198512397,255,-1.692002383,0.5748825051,749.32654376 +109,-1.537199919,0.7199428763,255,-1.692002383,0.5748825051,753.6886077 +110,-1.545425832,0.727397149,255,-1.692002383,0.5748825051,759.55950042 +111,-1.543371177,0.7273916949,255,-1.692002383,0.5748825051,763.46974091 +112,-1.541368852,0.7274523163,255,-1.692002383,0.5748825051,767.5108481 +113,-1.545349067,0.7258710923,255,-1.692002383,0.5748825051,755.08787037 +114,-1.54332671,0.7258603556,255,-1.692002383,0.5748825051,758.95010113 +115,-1.541346831,0.7259242142,255,-1.692002383,0.5748825051,762.98527738 +116,-1.545324355,0.7243383958,255,-1.692002383,0.5748825051,750.51795598 +117,-1.543292796,0.7243617413,255,-1.692002383,0.5748825051,754.52933016 +118,-1.541295822,0.7244024384,255,-1.692002383,0.5748825051,758.55656986 +119,-1.543193859,0.7205570215,255,-1.692002383,0.5748825051,743.42578753 +120,-1.550257047,0.7386738187,255,-1.692002383,0.5748825051,785.66554083 +121,-1.549335448,0.7311736483,255,-1.692002383,0.5748825051,763.83182582 +122,-1.533478843,0.7179891343,255,-1.692002383,0.5748825051,755.76641168 +123,-1.556150555,0.738907041,255,-1.692002383,0.5748825051,776.17917594 +124,-1.554324226,0.733414257,255,-1.692002383,0.5748825051,761.84313646 +125,-1.554290846,0.7288285332,255,-1.692002383,0.5748825051,747.48673264 +126,-1.55122487,0.7219795312,255,-1.692002383,0.5748825051,732.0657042 +127,-1.525104458,0.7229399862,255,-1.692002383,0.5748825051,787.23394718 +128,-1.519607711,0.7236181429,255,-1.692002383,0.5748825051,800.73605945 +129,-1.513899999,0.7251107854,255,-1.692002383,0.5748825051,817.04641022 +130,-1.536620762,0.7431061895,255,-1.692002383,0.5748825051,824.03214187 +131,-1.5369566,0.7460845958,255,-1.692002383,0.5748825051,832.63040955 +132,-1.545345528,0.7447040685,255,-1.692002383,0.5748825051,813.3751602 +133,-1.532813921,0.7432306626,255,-1.692002383,0.5748825051,831.44923756 +134,-1.554788248,0.7382381001,255,-1.692002383,0.5748825051,776.37393632 +135,-1.540348126,0.7301594274,255,-1.692002383,0.5748825051,777.60740937 +136,-1.538016084,0.7239051786,255,-1.692002383,0.5748825051,763.57933833 +137,-1.525288962,0.7258085137,255,-1.692002383,0.5748825051,794.93715456 +138,-1.534326986,0.731241342,255,-1.692002383,0.5748825051,792.50146744 +139,-1.530733872,0.7303625216,255,-1.692002383,0.5748825051,797.0001373 +141,-1.534354939,0.7328219978,255,-1.692002383,0.5748825051,797.14454817 +142,-1.53157084,0.7292888153,255,-1.692002383,0.5748825051,792.19380556 +143,-1.525691035,0.7263799874,255,-1.692002383,0.5748825051,795.72874133 +144,-1.534031287,0.7495967835,255,-1.692002383,0.5748825051,848.81019983 +145,-1.527714986,0.7283095957,255,-1.692002383,0.5748825051,797.10923099 +146,-1.526189586,0.7271468292,255,-1.692002383,0.5748825051,796.88817888 +147,-1.555177336,0.7375563366,255,-1.692002383,0.5748825051,773.52054194 +148,-1.555080283,0.7312707794,255,-1.692002383,0.5748825051,753.7318764 +149,-1.53856994,0.7224180299,255,-1.692002383,0.5748825051,758.11578562 +150,-1.530837883,0.729933372,255,-1.692002383,0.5748825051,795.53834492 +151,-1.515066984,0.5854133365,255,-1.692002383,0.5748825051,587.41705937 +152,-1.534731633,0.5368370046,255,-1.692002383,0.5748825051,549.99012461 +153,-1.515231902,0.5607085576,255,-1.692002383,0.5748825051,592.75144592 +154,-2.616253799,1.0684566605,255,-1.692002383,0.5748825051,3038.0930054 +155,-1.956071439,0.5792177723,255,-1.692002383,0.5748825051,876.01341894 +156,-1.951208514,0.5602434208,255,-1.692002383,0.5748825051,866.96096153 +157,-1.944675062,0.6062144545,255,-1.692002383,0.5748825051,839.7827295 +158,-1.613778386,0.6077989518,255,-1.692002383,0.5748825051,288.34538767 +159,-2.035029014,0.6021432345,255,-1.692002383,0.5748825051,1133.4979262 +160,-2.114989471,0.6801825058,255,-1.692002383,0.5748825051,1414.0094182 +161,-2.037382079,0.5765830025,255,-1.692002383,0.5748825051,1145.8259998 +162,-2.129855121,0.6585019963,255,-1.692002383,0.5748825051,1448.3780636 +163,-2.075141798,0.6493615843,255,-1.692002383,0.5748825051,1273.4590797 +164,-1.828626729,0.6948433129,255,-1.692002383,0.5748825051,644.15371732 +165,-1.863329418,0.6735427691,255,-1.692002383,0.5748825051,674.5780537 +166,-1.266037071,0.727988852,255,-1.692002383,0.5748825051,1465.6859034 +167,-1.277579582,0.7249010648,255,-1.692002383,0.5748825051,1429.4365547 +168,-1.258418684,0.7241194816,255,-1.692002383,0.5748825051,1483.17175 +169,-1.317813974,0.6804850104,255,-1.692002383,0.5748825051,1266.8172219 +170,-1.344165204,0.6790988904,255,-1.692002383,0.5748825051,1186.5878152 +171,-1.427582102,0.5277120351,255,-1.692002383,0.5748825051,910.67626641 +172,-1.402238616,0.457167829,255,-1.692002383,0.5748825051,1100.0176092 +173,-1.422454264,0.4996161999,255,-1.692002383,0.5748825051,963.37664925 +174,-1.439089277,0.4894859811,255,-1.692002383,0.5748825051,926.09488816 +175,-1.448126995,0.5182330266,255,-1.692002383,0.5748825051,854.46486419 +176,-1.474626146,0.5881926574,255,-1.692002383,0.5748825051,720.97999937 +177,-1.421139645,0.5584869783,255,-1.692002383,0.5748825051,906.68419343 +178,-1.457037165,0.565943032,255,-1.692002383,0.5748825051,783.61475091 +179,-2.757159358,0.3745319,255,-1.692002383,0.5748825051,3784.509433 +180,-2.714309238,0.342054471,255,-1.692002383,0.5748825051,3699.5949096 +181,-2.000525337,0.774119946,255,-1.692002383,0.5748825051,1233.7470464 +183,-1.571413436,0.6777838382,255,-1.692002383,0.5748825051,561.68241838 +184,-1.552860289,0.6987663893,255,-1.692002383,0.5748825051,660.57719338 +185,-1.521852374,0.7165827476,255,-1.692002383,0.5748825051,776.65657274 +186,-1.503656267,0.6928968252,255,-1.692002383,0.5748825051,760.5040125 +187,-1.502753178,0.7136205882,255,-1.692002383,0.5748825051,811.9614107 +188,-1.631894563,0.7343596465,255,-1.692002383,0.5748825051,659.15785175 +189,-1.653765416,0.6770714026,255,-1.692002383,0.5748825051,422.92966787 +190,-1.719812114,0.6715965947,255,-1.692002383,0.5748825051,393.3674631 +191,-1.493406659,0.6646955447,255,-1.692002383,0.5748825051,731.7235974 +192,-1.469120564,0.6613469966,255,-1.692002383,0.5748825051,795.87857215 +193,-1.590551461,0.5326612937,255,-1.692002383,0.5748825051,380.42595603 +194,-1.625979264,0.5247742243,255,-1.692002383,0.5748825051,298.46949576 +195,-1.572293943,0.5238808754,255,-1.692002383,0.5748825051,451.90060068 +196,-1.610848725,0.5477107964,255,-1.692002383,0.5748825051,292.60192621 +197,-1.208485554,0.7918526018,255,-1.692002383,0.5748825051,1703.2321237 +198,-1.335601374,0.6869083083,255,-1.692002383,0.5748825051,1219.8476114 +199,-1.346156996,0.6825213377,255,-1.692002383,0.5748825051,1184.0704683 +200,-1.324381037,0.6741422347,255,-1.692002383,0.5748825051,1241.6506151 +201,-1.242424992,0.7378949807,255,-1.692002383,0.5748825051,1543.433884 +202,-1.270370057,0.7392461008,255,-1.692002383,0.5748825051,1466.8800221 +203,-1.448950472,0.7441675014,255,-1.692002383,0.5748825051,1011.69385 +204,-1.492662363,0.7523026852,255,-1.692002383,0.5748825051,936.70553024 +205,-1.479098966,0.7763855017,255,-1.692002383,0.5748825051,1032.0512011 +206,-1.633760714,0.7869022408,255,-1.692002383,0.5748825051,858.51659879 +207,-1.647406434,0.8101289331,255,-1.692002383,0.5748825051,941.5371029 +208,-1.564245052,0.5701509278,255,-1.692002383,0.5748825051,425.67956869 +209,-1.646289963,0.6833746083,255,-1.692002383,0.5748825051,453.92869659 +210,-1.5820631,0.6751952144,255,-1.692002383,0.5748825051,531.29520277 +211,-1.613236298,0.6681681791,255,-1.692002383,0.5748825051,448.04094028 +212,-1.914661867,0.8212566515,255,-1.692002383,0.5748825051,1183.5827335 +213,-1.742133237,0.7250275956,255,-1.692002383,0.5748825051,615.26994772 +214,-2.033144872,0.6557314699,255,-1.692002383,0.5748825051,1146.5216685 +215,-2.039551981,0.6964723658,255,-1.692002383,0.5748825051,1204.4422269 +216,-1.247341019,0.7622473908,255,-1.692002383,0.5748825051,1559.7201087 +217,-1.298239787,0.7084123392,255,-1.692002383,0.5748825051,1351.83725 +218,-1.308539688,0.6926545592,255,-1.692002383,0.5748825051,1305.5976 +219,-1.303263185,0.6888938396,255,-1.692002383,0.5748825051,1317.762175 +220,-1.852400229,0.6004246149,255,-1.692002383,0.5748825051,538.14222361 +221,-1.288947707,0.7473773692,255,-1.692002383,0.5748825051,1426.6884248 +222,-1.372031502,0.7472790993,255,-1.692002383,0.5748825051,1207.0093315 +223,-1.289805721,0.7242157877,255,-1.692002383,0.5748825051,1393.9989966 +224,-1.350807603,0.7533498126,255,-1.692002383,0.5748825051,1272.6199293 +225,-1.329290365,0.7560442322,255,-1.692002383,0.5748825051,1332.9755572 +226,-1.410153004,0.616936428,255,-1.692002383,0.5748825051,937.76227712 +227,-1.393445434,0.6308995063,255,-1.692002383,0.5748825051,997.60341785 +228,-1.37595573,0.6241540638,255,-1.692002383,0.5748825051,1050.2090994 +229,-1.358388707,0.6172645205,255,-1.692002383,0.5748825051,1104.5820706 +230,-1.753741133,0.8281661666,255,-1.692002383,0.5748825051,1020.2082461 +231,-1.47430987,0.6834615681,255,-1.692002383,0.5748825051,817.9896153 +232,-1.421012508,0.7222725206,255,-1.692002383,0.5748825051,1033.1244788 +233,-1.4476833,0.6978557868,255,-1.692002383,0.5748825051,916.49392319 +234,-1.470370723,0.6966193374,255,-1.692002383,0.5748825051,853.88791746 +235,-1.429211703,0.7037216883,255,-1.692002383,0.5748825051,976.85089475 +236,-1.700578405,0.6178673663,255,-1.692002383,0.5748825051,172.56633364 +237,-1.678117619,0.6331716163,255,-1.692002383,0.5748825051,235.27564712 +238,-1.725644578,0.6316331145,255,-1.692002383,0.5748825051,250.12780169 +239,-2.14012759,0.7930497945,255,-1.692002383,0.5748825051,1613.7546442 +240,-2.103289431,0.7653606263,255,-1.692002383,0.5748825051,1475.2247768 +241,-1.318739838,0.7017808746,255,-1.692002383,0.5748825051,1285.1476651 +242,-1.396417427,0.7077900843,255,-1.692002383,0.5748825051,1073.0952891 +243,-1.35650337,0.7185539404,255,-1.692002383,0.5748825051,1199.8051158 +244,-1.248884539,0.7274156818,255,-1.692002383,0.5748825051,1513.866049 +245,-1.395014798,0.5761185243,255,-1.692002383,0.5748825051,985.80984245 +246,-1.433377362,0.6064716109,255,-1.692002383,0.5748825051,859.17893482 +247,-1.408172432,0.5903155476,255,-1.692002383,0.5748825051,939.79877714 +248,-1.749645898,0.7757118084,255,-1.692002383,0.5748825051,815.00906199 +249,-1.571626686,0.615046989,255,-1.692002383,0.5748825051,425.59284527 +250,-1.514070049,0.6303003037,255,-1.692002383,0.5748825051,620.36255846 +251,-1.480890369,0.6237966528,255,-1.692002383,0.5748825051,716.5846261 +252,-1.704390658,0.5281680612,255,-1.692002383,0.5748825051,189.69543244 +253,-1.64434733,0.5254277498,255,-1.692002383,0.5748825051,253.47982399 +254,-1.703855997,0.4792484842,255,-1.692002383,0.5748825051,380.97042842 +255,-1.692002383,0.5748825051,255,-1.692002383,0.5748825051,60.953321259 +256,-1.854136457,0.5544643913,255,-1.692002383,0.5748825051,548.32412162 +257,-1.665021206,0.520317736,255,-1.692002383,0.5748825051,234.59284907 +258,-1.733654349,0.4845187345,255,-1.692002383,0.5748825051,385.17021669 +259,-1.720938188,0.5135933906,255,-1.692002383,0.5748825051,261.80868729 +260,-1.742668307,0.553296122,255,-1.692002383,0.5748825051,189.91993264 +261,-1.965659039,0.7142126903,255,-1.692002383,0.5748825051,1024.8871665 +262,-1.944438071,0.6772834804,255,-1.692002383,0.5748825051,904.62254755 +263,-1.270340967,0.7681487096,255,-1.692002383,0.5748825051,1506.7910258 +264,-1.353091884,0.6549276821,255,-1.692002383,0.5748825051,1139.0545018 +265,-1.333236659,0.6413584414,255,-1.692002383,0.5748825051,1193.1363203 +266,-1.352015998,0.6753788907,255,-1.692002383,0.5748825051,1159.4858652 +267,-1.377988483,0.6577816235,255,-1.692002383,0.5748825051,1064.7201337 +268,-2.13075611,0.8318642051,255,-1.692002383,0.5748825051,1658.4227454 +269,-2.097910953,0.8259670014,255,-1.692002383,0.5748825051,1570.538733 +270,-1.416382069,0.6694271549,255,-1.692002383,0.5748825051,961.31121496 +271,-1.538905672,0.7535625993,255,-1.692002383,0.5748825051,852.65130075 +272,-1.572309477,0.7803125099,255,-1.692002383,0.5748825051,892.78895827 +273,-1.87759879,0.7503853417,255,-1.692002383,0.5748825051,903.52212563 +274,1.152365588,0.590457682,255,-1.692002383,0.5748825051,7697.0757621 +275,0.350198001,0.718001859,255,-1.692002383,0.5748825051,5941.7645482 +276,0.046513677,0.491503852,255,-1.692002383,0.5748825051,5693.1409641 +277,0.027510309,0.742571376,255,-1.692002383,0.5748825051,5114.0948739 +278,0.306285725,-0.214631579,255,-1.692002383,0.5748825051,8096.4263069 +279,-1.100564889,0.318051531,255,-1.692002383,0.5748825051,2330.9114953 +280,-1.078582306,0.301437596,255,-1.692002383,0.5748825051,2436.2749902 +281,-1.137371989,-0.617634065,255,-1.692002383,0.5748825051,5152.3498508 +282,0.784356344,0.703272339,255,-1.692002383,0.5748825051,6826.2986577 +283,-1.221209947,0.218327455,255,-1.692002383,0.5748825051,2212.8319069 +284,2.347301921,-0.449114658,255,-1.692002383,0.5748825051,9334.4277387 +285,0.246820618,0.830553713,255,-1.692002383,0.5748825051,5433.2686117 +286,0.829414965,0.703288228,255,-1.692002383,0.5748825051,6895.6158736 +287,-1.337537566,0.42332223,255,-1.692002383,0.5748825051,1367.807184 +288,0.882453706,0.454478077,255,-1.692002383,0.5748825051,7840.3362397 +289,1.575629659,0.416419109,255,-1.692002383,0.5748825051,8488.5490648 +290,-1.039455679,0.229888244,255,-1.692002383,0.5748825051,2721.0317581 +291,0.489558039,0.934482747,255,-1.692002383,0.5748825051,5620.2636529 +292,0.081344504,0.88384514,255,-1.692002383,0.5748825051,4959.5322825 +293,-1.547979814,0.300350308,255,-1.692002383,0.5748825051,1202.7506478 +294,0.040776181,0.168560074,255,-1.692002383,0.5748825051,6389.1827645 +295,-1.130374745,0.563894876,255,-1.692002383,0.5748825051,1866.8068586 +296,1.578326642,0.478507176,255,-1.692002383,0.5748825051,8243.3313575 +297,-1.12861823,-0.291640865,255,-1.692002383,0.5748825051,4040.7491781 +298,0.310524208,0.770885792,255,-1.692002383,0.5748825051,5717.6758617 +299,0.415649091,-0.387246002,255,-1.692002383,0.5748825051,8784.6109045 +300,-0.926533878,-0.188022748,255,-1.692002383,0.5748825051,4180.5591678 +301,1.258856172,-0.11716081,255,-1.692002383,0.5748825051,10499.707748 +302,-1.126050026,0.322941926,255,-1.692002383,0.5748825051,2239.8267671 +303,2.002785835,0.07893892,255,-1.692002383,0.5748825051,9124.6860589 +304,0.440437607,0.746258085,255,-1.692002383,0.5748825051,6059.6361876 +305,-0.030391866,0.214441206,255,-1.692002383,0.5748825051,6058.1317865 +306,0.521557815,-0.058929362,255,-1.692002383,0.5748825051,8454.231331 +307,-0.097005111,0.13317729,255,-1.692002383,0.5748825051,6015.5798056 +308,1.83113859,0.221857587,255,-1.692002383,0.5748825051,8973.7039014 +309,0.222428864,0.099404236,255,-1.692002383,0.5748825051,7130.5997068 +310,-1.702731345,0.8728568183,255,-1.692002383,0.5748825051,1180.6949912 +311,-0.418507569,0.278324921,255,-1.692002383,0.5748825051,4653.1554001 +312,-1.41153306,0.339029988,255,-1.692002383,0.5748825051,1362.8708107 +313,0.357560442,0.114788776,255,-1.692002383,0.5748825051,7519.7095114 +314,0.325818979,0.268352149,255,-1.692002383,0.5748825051,7042.3376899 +315,-1.246004659,-0.663679965,255,-1.692002383,0.5748825051,5173.9944569 +316,1.814603087,0.637404484,255,-1.692002383,0.5748825051,7455.6001838 +317,1.843704281,-0.18300445,255,-1.692002383,0.5748825051,10329.841961 +318,1.690644492,-0.211480909,255,-1.692002383,0.5748825051,10759.745858 +319,-1.275451936,0.068109467,255,-1.692002383,0.5748825051,2530.9168619 +320,0.762430171,-0.207594741,255,-1.692002383,0.5748825051,9562.7346574 +321,0.265668905,-0.014647884,255,-1.692002383,0.5748825051,7531.29641 +322,-2.773032013,-0.335515811,255,-1.692002383,0.5748825051,5449.5540158 +323,-1.469512853,0.174058777,255,-1.692002383,0.5748825051,1783.1904891 +324,0.286276986,0.785925691,255,-1.692002383,0.5748825051,5627.0263514 +325,-1.379324697,0.377432233,255,-1.692002383,0.5748825051,1346.8977235 +326,-1.203778265,0.212813032,255,-1.692002383,0.5748825051,2276.6069579 +327,0.579916301,0.611743168,255,-1.692002383,0.5748825051,6742.0618984 +328,0.267582642,0.868113908,255,-1.692002383,0.5748825051,5386.5854815 +329,0.412869244,-0.050245578,255,-1.692002383,0.5748825051,8088.4954051 +330,0.17524381,0.976660285,255,-1.692002383,0.5748825051,4959.6322368 +331,0.743157214,0.204812899,255,-1.692002383,0.5748825051,8362.4375291 +332,-1.070758176,0.269382282,255,-1.692002383,0.5748825051,2532.0852322 +333,-1.230364251,0.329790229,255,-1.692002383,0.5748825051,1901.2432572 +334,-1.374813124,-0.024926835,255,-1.692002383,0.5748825051,2655.3431165 +335,0.519780566,0.463669906,255,-1.692002383,0.5748825051,7042.5545855 +336,-1.55108034,0.239698561,255,-1.692002383,0.5748825051,1421.7799484 +337,0.180294813,0.029739425,255,-1.692002383,0.5748825051,7153.162618 +338,0.67820924,0.268170153,255,-1.692002383,0.5748825051,8009.4749111 +339,0.445798684,1.024001867,255,-1.692002383,0.5748825051,5302.3477676 +340,0.691751283,0.150521402,255,-1.692002383,0.5748825051,8393.3058067 +341,-1.036643551,-0.903056181,255,-1.692002383,0.5748825051,6281.0954409 +342,-0.120287036,1.083325163,255,-1.692002383,0.5748825051,4238.6475263 +343,2.823513113,-0.304487164,255,-1.692002383,0.5748825051,7510.570882 +344,0.457583172,1.12513373,255,-1.692002383,0.5748825051,5045.1594634 +345,0.042918831,0.813795399,255,-1.692002383,0.5748825051,5010.5879746 +346,1.196146777,-0.853142756,255,-1.692002383,0.5748825051,11110.825091 +347,0.206001358,-0.010430701,255,-1.692002383,0.5748825051,7327.0397272 +348,-0.268308653,0.234799412,255,-1.692002383,0.5748825051,5236.8579014 +349,0.759363263,0.736189579,255,-1.692002383,0.5748825051,6676.2896963 +350,0.181363926,0.891988372,255,-1.692002383,0.5748825051,5154.6916943 +351,-0.021111158,0.139103292,255,-1.692002383,0.5748825051,6252.2783848 +352,-0.093355215,0.630686981,255,-1.692002383,0.5748825051,5007.7009875 +353,0.40118964,0.681375926,255,-1.692002383,0.5748825051,6153.6715258 +354,-0.721197315,1.304706234,255,-1.692002383,0.5748825051,3423.2954586 +355,-1.076150317,0.212107639,255,-1.692002383,0.5748825051,2651.5562036 +356,-1.577164531,0.273993443,255,-1.692002383,0.5748825051,1261.0026815 +357,-0.190788414,0.182208586,255,-1.692002383,0.5748825051,5601.8331129 +358,-0.261349752,0.209710184,255,-1.692002383,0.5748825051,5311.3865589 +359,-1.029303852,0.083549259,255,-1.692002383,0.5748825051,3124.5164254 +360,-1.268609162,0.330525297,255,-1.692002383,0.5748825051,1784.7171471 +361,1.282982244,-0.926641967,255,-1.692002383,0.5748825051,10972.394489 +362,0.217352334,0.731352408,255,-1.692002383,0.5748825051,5602.716002 +363,-1.511833084,0.258629297,255,-1.692002383,0.5748825051,1410.3885474 +364,0.338812194,0.823184618,255,-1.692002383,0.5748825051,5643.9338125 +365,-0.324406489,1.134201999,255,-1.692002383,0.5748825051,3846.7300607 +366,1.389579348,0.399185724,255,-1.692002383,0.5748825051,8578.9024657 +367,2.047152199,-0.039082036,255,-1.692002383,0.5748825051,9374.7267527 +368,0.947780369,0.568250077,255,-1.692002383,0.5748825051,7543.6960248 +369,0.763824846,0.576754987,255,-1.692002383,0.5748825051,7214.4323718 +370,-0.142334657,0.928153068,255,-1.692002383,0.5748825051,4391.2530263 +371,0.610266567,0.547265983,255,-1.692002383,0.5748825051,7002.468946 +372,0.210731629,0.746815056,255,-1.692002383,0.5748825051,5550.6610984 +373,-1.34931644,0.316895224,255,-1.692002383,0.5748825051,1589.7200643 +374,2.407696481,0.655030745,255,-1.692002383,0.5748825051,6426.0280967 +375,0.64207831,0.545359131,255,-1.692002383,0.5748825051,7076.0514007 +376,1.174597538,0.840588356,255,-1.692002383,0.5748825051,6752.9735246 +377,0.660059424,0.010604079,255,-1.692002383,0.5748825051,8697.9886482 +378,-0.730263819,0.010486456,255,-1.692002383,0.5748825051,4212.552033 +379,0.831068936,0.512339172,255,-1.692002383,0.5748825051,7551.6211199 +380,1.301180979,0.72367476,255,-1.692002383,0.5748825051,7271.8604004 +381,1.811128231,0.322854402,255,-1.692002383,0.5748825051,8633.6039962 +382,0.435105812,0.992284428,255,-1.692002383,0.5748825051,5371.9654778 +383,0.62643634,0.592027932,255,-1.692002383,0.5748825051,6898.8921861 +384,0.492988703,-0.516339467,255,-1.692002383,0.5748825051,9232.9994755 +385,-0.162469483,0.112549365,255,-1.692002383,0.5748825051,5843.1917231 +386,0.314630866,0.472006421,255,-1.692002383,0.5748825051,6492.8479412 +387,0.166744804,0.822815954,255,-1.692002383,0.5748825051,5276.2485905 +388,0.417159608,0.965805736,255,-1.692002383,0.5748825051,5414.3022623 +389,0.106334961,0.868774244,255,-1.692002383,0.5748825051,5044.4572279 +390,0.815086969,-0.338144359,255,-1.692002383,0.5748825051,10016.340062 +391,0.59867455,-0.230624824,255,-1.692002383,0.5748825051,9092.7101722 +392,1.915104874,0.066220985,255,-1.692002383,0.5748825051,9362.239376 +393,1.278093622,0.064463721,255,-1.692002383,0.5748825051,9830.9316108 +394,-0.061477853,0.302997961,255,-1.692002383,0.5748825051,5767.6868745 +395,0.251311504,0.626976942,255,-1.692002383,0.5748825051,5937.8784682 +396,2.950242872,0.149095644,255,-1.692002383,0.5748825051,6132.3942786 +397,-0.180294708,0.35375117,255,-1.692002383,0.5748825051,5282.8988357 +398,1.010448592,-0.351180233,255,-1.692002383,0.5748825051,10660.165955 +399,-1.748740498,0.3686318073,255,-1.692002383,0.5748825051,840.9773929 +400,2.699635665,0.123533791,255,-1.692002383,0.5748825051,7001.66107 +401,0.496808033,0.823843254,255,-1.692002383,0.5748825051,5950.0195622 +402,0.129574704,0.763364087,255,-1.692002383,0.5748825051,5321.2258845 +403,1.798920311,0.817447563,255,-1.692002383,0.5748825051,6789.6740494 +404,0.335987953,0.746786541,255,-1.692002383,0.5748825051,5835.2353466 +405,-1.085413643,0.292154671,255,-1.692002383,0.5748825051,2435.028603 +406,-0.155321003,0.508207011,255,-1.692002383,0.5748825051,5058.1627761 +407,0.620529244,-0.301175104,255,-1.692002383,0.5748825051,9308.5550269 +408,1.684402744,0.368716966,255,-1.692002383,0.5748825051,8602.1342747 +409,0.300582244,-0.386397212,255,-1.692002383,0.5748825051,8402.683987 +410,2.913555946,-0.009225192,255,-1.692002383,0.5748825051,6596.7982528 +411,1.465101417,0.493232532,255,-1.692002383,0.5748825051,8212.6428932 +412,0.090612882,0.907955955,255,-1.692002383,0.5748825051,4931.6158434 +413,2.987564726,-0.729568594,255,-1.692002383,0.5748825051,7778.5787015 +414,-1.484261606,0.224149272,255,-1.692002383,0.5748825051,1579.6439288 +415,0.164073421,0.303955133,255,-1.692002383,0.5748825051,6470.1368761 +416,0.141441293,0.167552546,255,-1.692002383,0.5748825051,6715.044621 +417,2.931321023,-0.506718887,255,-1.692002383,0.5748825051,7550.4600613 +418,2.21951565,0.700596356,255,-1.692002383,0.5748825051,6658.8970181 +419,0.268112576,1.199114336,255,-1.692002383,0.5748825051,4631.0728876 +420,0.978913739,0.359223811,255,-1.692002383,0.5748825051,8337.662048 +421,1.210898818,0.522863584,255,-1.692002383,0.5748825051,8004.4745919 +422,2.347397336,0.129231362,255,-1.692002383,0.5748825051,8064.9992368 +423,0.614394501,0.556878345,255,-1.692002383,0.5748825051,6981.9136217 +424,-1.398079356,0.148483366,255,-1.692002383,0.5748825051,2002.8353571 +425,2.535303836,-0.112984496,255,-1.692002383,0.5748825051,8071.3926963 +426,-1.019372593,-0.405322349,255,-1.692002383,0.5748825051,4639.9163777 +427,-1.297785627,-0.160104069,255,-1.692002383,0.5748825051,3269.2635783 +428,2.144554488,0.205051084,255,-1.692002383,0.5748825051,8389.8317562 +429,-2.242387083,-0.426171285,255,-1.692002383,0.5748825051,4476.3565324 +430,0.338637212,0.909723676,255,-1.692002383,0.5748825051,5422.2940821 +431,-0.148798452,0.691042401,255,-1.692002383,0.5748825051,4744.5706201 +432,0.893524764,0.441829531,255,-1.692002383,0.5748825051,7903.3612491 +433,0.969229347,-0.368847936,255,-1.692002383,0.5748825051,10570.748975 +434,0.436043248,0.800045688,255,-1.692002383,0.5748825051,5901.3058799 +435,1.687946607,1.081504775,255,-1.692002383,0.5748825051,5838.5402075 +436,0.522302046,-0.034889271,255,-1.692002383,0.5748825051,8398.2976115 +437,-0.178996113,-0.438090009,255,-1.692002383,0.5748825051,6966.0606942 +438,-1.094339566,0.301444068,255,-1.692002383,0.5748825051,2386.4738158 +439,-1.064070054,0.242569932,255,-1.692002383,0.5748825051,2614.9582326 +440,-1.068153768,0.230387998,255,-1.692002383,0.5748825051,2631.3612476 +441,-3.00496892,-0.23989155,255,-1.692002383,0.5748825051,5909.9601983 +442,0.21751974,0.766874888,255,-1.692002383,0.5748825051,5519.2034572 +443,0.117229532,0.007619006,255,-1.692002383,0.5748825051,6995.5421322 +444,0.777758451,0.420554741,255,-1.692002383,0.5748825051,7755.82303 +445,-0.252356999,0.250747086,255,-1.692002383,0.5748825051,5256.8621613 +446,0.363148444,0.768483434,255,-1.692002383,0.5748825051,5837.27046 +447,0.903191366,-0.118210676,255,-1.692002383,0.5748825051,9741.6271362 +448,-0.205755923,0.149406178,255,-1.692002383,0.5748825051,5621.4342727 +449,1.811996086,0.02364353,255,-1.692002383,0.5748825051,9713.3959288 +450,-1.100670221,0.314845373,255,-1.692002383,0.5748825051,2337.431033 +451,0.340078597,0.850105132,255,-1.692002383,0.5748825051,5577.2912052 +452,0.258757267,0.804969236,255,-1.692002383,0.5748825051,5520.4163186 +453,2.78505352,-0.155160804,255,-1.692002383,0.5748825051,7335.1622435 +454,0.800551619,0.105822106,255,-1.692002383,0.5748825051,8807.7699727 +455,0.437940882,-0.506194031,255,-1.692002383,0.5748825051,9040.3143483 +456,2.230431122,0.63458615,255,-1.692002383,0.5748825051,6849.3229497 +457,0.527965361,0.127667701,255,-1.692002383,0.5748825051,8000.1037524 +458,-0.063643205,0.702093448,255,-1.692002383,0.5748825051,4955.5565826 +459,1.408447268,0.133010502,255,-1.692002383,0.5748825051,9635.5987879 +460,0.523795955,0.280266966,255,-1.692002383,0.5748825051,7572.7932521 +461,-0.975769313,0.072177659,255,-1.692002383,0.5748825051,3310.5151265 +462,0.549774164,-0.463663986,255,-1.692002383,0.5748825051,9348.5204422 +463,0.29245874,1.095549818,255,-1.692002383,0.5748825051,4893.5157638 +464,0.143625958,0.816809593,255,-1.692002383,0.5748825051,5237.4626721 +465,0.671902494,0.611159853,255,-1.692002383,0.5748825051,6929.7443921 +466,1.239840988,0.6724199,255,-1.692002383,0.5748825051,7443.3173023 +467,0.607829703,-0.10932137,255,-1.692002383,0.5748825051,8845.9233558 +468,1.763020906,0.263996692,255,-1.692002383,0.5748825051,8915.5731941 +469,0.378714634,0.726066797,255,-1.692002383,0.5748825051,5983.4613878 +470,2.196736143,-0.153862366,255,-1.692002383,0.5748825051,9247.8354492 +471,0.01702415,0.148991565,255,-1.692002383,0.5748825051,6355.2275125 +472,-2.998490902,-0.158002487,255,-1.692002383,0.5748825051,5701.6871193 +473,-3.051262951,-0.346595608,255,-1.692002383,0.5748825051,6297.0802606 +474,-1.069176439,0.182802941,255,-1.692002383,0.5748825051,2746.0594252 +475,0.167157509,0.595344954,255,-1.692002383,0.5748825051,5796.0274425 +476,0.613855648,0.681746124,255,-1.692002383,0.5748825051,6596.3587882 +477,1.037012736,0.682555367,255,-1.692002383,0.5748825051,7237.5685992 +478,-1.253574971,0.379755746,255,-1.692002383,0.5748825051,1718.9729545 +479,3.108590453,-0.132620738,255,-1.692002383,0.5748825051,6216.4541367 +480,0.565301296,0.022333262,255,-1.692002383,0.5748825051,8386.5114184 +481,0.547898238,0.855555614,255,-1.692002383,0.5748825051,5948.0334268 +482,0.948309381,0.417393755,255,-1.692002383,0.5748825051,8081.4096446 +483,-0.050600732,0.945269213,255,-1.692002383,0.5748825051,4565.4383833 +484,-0.977651478,-0.572363064,255,-1.692002383,0.5748825051,5267.9555774 +485,1.102014914,0.728861163,255,-1.692002383,0.5748825051,7126.7575858 +486,2.927300795,-0.282939414,255,-1.692002383,0.5748825051,7127.7914247 +487,-1.154565557,0.124434095,255,-1.692002383,0.5748825051,2660.0520072 +488,1.855331234,0.291044755,255,-1.692002383,0.5748825051,8685.6609591 +489,0.830290659,0.276904518,255,-1.692002383,0.5748825051,8335.8748045 +490,0.485104466,-0.234867441,255,-1.692002383,0.5748825051,8729.6311715 +491,0.521367572,-0.33161327,255,-1.692002383,0.5748825051,9037.9967573 +1,-1.539031704,0.7349710123,256,-1.854136457,0.5544643913,1223.1526591 +2,-1.536990553,0.7349663874,256,-1.854136457,0.5544643913,1228.3491168 +3,-1.534951779,0.7349571355,256,-1.854136457,0.5544643913,1233.5416073 +4,-1.532906461,0.7349480293,256,-1.854136457,0.5544643913,1238.7622316 +5,-1.531320211,0.7346937278,256,-1.854136457,0.5544643913,1242.3428484 +6,-1.539451648,0.7335131775,256,-1.854136457,0.5544643913,1219.2113932 +7,-1.537429487,0.7335445708,256,-1.854136457,0.5544643913,1224.4458988 +8,-1.535484998,0.7335658704,256,-1.854136457,0.5544643913,1229.4715156 +9,-1.533488396,0.7336036027,256,-1.854136457,0.5544643913,1234.6720635 +10,-1.531497785,0.7335842962,256,-1.854136457,0.5544643913,1239.7572801 +11,-1.530259379,0.7334777758,256,-1.854136457,0.5544643913,1242.7460911 +12,-1.5335454,0.7322346912,256,-1.854136457,0.5544643913,1231.8965052 +13,-1.531489083,0.7322238773,256,-1.854136457,0.5544643913,1237.1844652 +14,-1.530011122,0.7321679851,256,-1.854136457,0.5544643913,1240.9008365 +15,-1.53348106,0.7306614094,256,-1.854136457,0.5544643913,1229.063413 +16,-1.531441779,0.7306962275,256,-1.854136457,0.5544643913,1234.4137388 +17,-1.529755654,0.7306933243,256,-1.854136457,0.5544643913,1238.7852078 +18,-1.533415048,0.7291384674,256,-1.854136457,0.5544643913,1226.3542977 +19,-1.531392093,0.7291705353,256,-1.854136457,0.5544643913,1231.6759569 +20,-1.529296523,0.7291214933,256,-1.854136457,0.5544643913,1237.0455266 +21,-1.535280942,0.727267644,256,-1.854136457,0.5544643913,1217.9811208 +22,-1.533378158,0.7276139666,256,-1.854136457,0.5544643913,1223.5897979 +23,-1.531340368,0.7276446587,256,-1.854136457,0.5544643913,1228.9663836 +24,-1.528960113,0.7276398177,256,-1.854136457,0.5544643913,1235.1834189 +25,-1.533313146,0.7260818349,256,-1.854136457,0.5544643913,1220.9078822 +26,-1.531259555,0.7260958115,256,-1.854136457,0.5544643913,1226.3142165 +27,-1.528926415,0.7260865555,256,-1.854136457,0.5544643913,1232.4224757 +28,-1.531226779,0.7245511789,256,-1.854136457,0.5544643913,1223.5681413 +29,-1.528904772,0.7245519194,256,-1.854136457,0.5544643913,1229.6875164 +30,-1.547195875,0.7409785979,256,-1.854136457,0.5544643913,1214.7816885 +31,-1.5451475,0.740980426,256,-1.854136457,0.5544643913,1219.8850978 +32,-1.543097679,0.7409798872,256,-1.854136457,0.5544643913,1224.9992819 +33,-1.540720364,0.7409892687,256,-1.854136457,0.5544643913,1230.965909 +34,-1.547188511,0.7395198392,256,-1.854136457,0.5544643913,1211.7740014 +35,-1.545148587,0.7395226109,256,-1.854136457,0.5544643913,1216.8773102 +36,-1.543104538,0.7395314908,256,-1.854136457,0.5544643913,1222.0152479 +37,-1.540727751,0.7395306258,256,-1.854136457,0.5544643913,1227.9813922 +38,-1.547187029,0.7380014886,256,-1.854136457,0.5544643913,1208.6487221 +39,-1.545147315,0.7380012252,256,-1.854136457,0.5544643913,1213.765065 +40,-1.54310719,0.7380060743,256,-1.854136457,0.5544643913,1218.9046102 +41,-1.540719671,0.7380068206,256,-1.854136457,0.5544643913,1224.9240167 +42,-1.547187189,0.7364799098,256,-1.854136457,0.5544643913,1205.5339561 +43,-1.545149996,0.7364853874,256,-1.854136457,0.5544643913,1210.6754106 +44,-1.543106091,0.7364823484,256,-1.854136457,0.5544643913,1215.8282046 +45,-1.540717158,0.7364893901,256,-1.854136457,0.5544643913,1221.8867884 +46,-1.538663972,0.7410138672,256,-1.854136457,0.5544643913,1236.1730219 +47,-1.53695285,0.7409699132,256,-1.854136457,0.5544643913,1240.3843779 +48,-1.534910498,0.7409641297,256,-1.854136457,0.5544643913,1245.5161567 +49,-1.533145034,0.7409536636,256,-1.854136457,0.5544643913,1249.9504934 +50,-1.538681336,0.7395405883,256,-1.854136457,0.5544643913,1233.1524041 +51,-1.536999189,0.7395183096,256,-1.854136457,0.5544643913,1237.3503278 +52,-1.534923633,0.7395144222,256,-1.854136457,0.5544643913,1242.5882145 +53,-1.533267822,0.7395654306,256,-1.854136457,0.5544643913,1246.8823147 +54,-1.53867273,0.7380151077,256,-1.854136457,0.5544643913,1230.1125435 +55,-1.536980576,0.7379994392,256,-1.854136457,0.5544643913,1234.3654109 +56,-1.534931522,0.7379944961,256,-1.854136457,0.5544643913,1239.5537387 +57,-1.533387952,0.7379480264,256,-1.854136457,0.5544643913,1243.3855329 +58,-1.538682279,0.7364914363,256,-1.854136457,0.5544643913,1227.0517441 +59,-1.536980704,0.7364810563,256,-1.854136457,0.5544643913,1231.3553553 +60,-1.534935567,0.7364752065,256,-1.854136457,0.5544643913,1236.5513993 +61,-1.533042592,0.7363876366,256,-1.854136457,0.5544643913,1241.2105705 +62,-1.545143426,0.7349628011,256,-1.854136457,0.5544643913,1207.6168263 +63,-1.543105297,0.7349691947,256,-1.854136457,0.5544643913,1212.7936997 +64,-1.541064533,0.7349647152,256,-1.854136457,0.5544643913,1217.96694 +65,-1.545411803,0.7334624714,256,-1.854136457,0.5544643913,1203.9260981 +66,-1.543446606,0.7334780896,256,-1.854136457,0.5544643913,1208.9535437 +67,-1.541475327,0.7334957295,256,-1.854136457,0.5544643913,1214.0106709 +68,-1.545401939,0.731963266,256,-1.854136457,0.5544643913,1200.9630628 +69,-1.54342253,0.7319915583,256,-1.854136457,0.5544643913,1206.0704025 +70,-1.541455867,0.7320216438,256,-1.854136457,0.5544643913,1211.1585615 +71,-1.545410146,0.7304422281,256,-1.854136457,0.5544643913,1197.9322308 +72,-1.543435491,0.7304713664,256,-1.854136457,0.5544643913,1203.0477353 +73,-1.541463105,0.7304997613,256,-1.854136457,0.5544643913,1208.1657271 +74,-1.545414768,0.7289194936,256,-1.854136457,0.5544643913,1194.9292254 +75,-1.543435774,0.7289538557,256,-1.854136457,0.5544643913,1200.0847242 +76,-1.541457714,0.7289765881,256,-1.854136457,0.5544643913,1205.2249285 +77,-1.539449415,0.7320555866,256,-1.854136457,0.5544643913,1216.3659035 +78,-1.537429183,0.7321097681,256,-1.854136457,0.5544643913,1221.6576541 +79,-1.535472649,0.7321497267,256,-1.854136457,0.5544643913,1226.7673297 +80,-1.539457899,0.7305333307,256,-1.854136457,0.5544643913,1213.3878473 +81,-1.537453161,0.7305750503,256,-1.854136457,0.5544643913,1218.6341263 +82,-1.535479385,0.7306124949,256,-1.854136457,0.5544643913,1223.8015866 +83,-1.53946905,0.7290102593,256,-1.854136457,0.5544643913,1210.4232687 +84,-1.537459922,0.7290417293,256,-1.854136457,0.5544643913,1215.679821 +85,-1.535451349,0.7290890157,256,-1.854136457,0.5544643913,1220.9744756 +86,-1.535522937,0.7279887191,256,-1.854136457,0.5544643913,1218.708016 +87,-1.539442524,0.7274735939,256,-1.854136457,0.5544643913,1207.5525685 +88,-1.537424111,0.727521351,256,-1.854136457,0.5544643913,1212.8830735 +89,-1.539384641,0.7259505092,256,-1.854136457,0.5544643913,1204.8125282 +90,-1.537372391,0.7259947145,256,-1.854136457,0.5544643913,1210.1390941 +91,-1.535340789,0.7260435356,256,-1.854136457,0.5544643913,1215.533914 +92,-1.539325716,0.7244369706,256,-1.854136457,0.5544643913,1202.116831 +93,-1.537308932,0.7244801057,256,-1.854136457,0.5544643913,1207.4719292 +94,-1.535289068,0.7245247645,256,-1.854136457,0.5544643913,1212.8469707 +95,-1.533261366,0.7245550236,256,-1.854136457,0.5544643913,1218.2250374 +96,-1.539267302,0.722921924,256,-1.854136457,0.5544643913,1199.4405956 +97,-1.537248972,0.7229660258,256,-1.854136457,0.5544643913,1204.8202481 +98,-1.535219431,0.7229916471,256,-1.854136457,0.5544643913,1210.2044271 +99,-1.53318962,0.7230212049,256,-1.854136457,0.5544643913,1215.6058477 +100,-1.531154816,0.7230299897,256,-1.854136457,0.5544643913,1220.991973 +101,-1.528878341,0.7230370244,256,-1.854136457,0.5544643913,1227.0240992 +102,-1.539218189,0.7214009878,256,-1.854136457,0.5544643913,1196.7528173 +103,-1.537198791,0.7214422745,256,-1.854136457,0.5544643913,1202.148836 +104,-1.535179266,0.7214634354,256,-1.854136457,0.5544643913,1207.5174687 +105,-1.533156501,0.7214944644,256,-1.854136457,0.5544643913,1212.9217775 +106,-1.53113574,0.7215166021,256,-1.854136457,0.5544643913,1218.3137358 +107,-1.528874248,0.7215345535,256,-1.854136457,0.5544643913,1224.3465307 +108,-1.539217656,0.7198512397,256,-1.854136457,0.5544643913,1193.9079749 +109,-1.537199919,0.7199428763,256,-1.854136457,0.5544643913,1199.4099311 +110,-1.545425832,0.727397149,256,-1.854136457,0.5544643913,1191.9325845 +111,-1.543371177,0.7273916949,256,-1.854136457,0.5544643913,1197.2253163 +112,-1.541368852,0.7274523163,256,-1.854136457,0.5544643913,1202.5204978 +113,-1.545349067,0.7258710923,256,-1.854136457,0.5544643913,1189.1783595 +114,-1.54332671,0.7258603556,256,-1.854136457,0.5544643913,1194.3976202 +115,-1.541346831,0.7259242142,256,-1.854136457,0.5544643913,1199.6593204 +116,-1.545324355,0.7243383958,256,-1.854136457,0.5544643913,1186.3004488 +117,-1.543292796,0.7243617413,256,-1.854136457,0.5544643913,1191.6283545 +118,-1.541295822,0.7244024384,256,-1.854136457,0.5544643913,1196.9088839 +119,-1.543193859,0.7205570215,256,-1.854136457,0.5544643913,1184.7338545 +120,-1.550257047,0.7386738187,256,-1.854136457,0.5544643913,1202.3659563 +121,-1.549335448,0.7311736483,256,-1.854136457,0.5544643913,1189.3716107 +122,-1.533478843,0.7179891343,256,-1.854136457,0.5544643913,1205.7867042 +123,-1.556150555,0.738907041,256,-1.854136457,0.5544643913,1188.2225352 +124,-1.554324226,0.733414257,256,-1.854136457,0.5544643913,1181.3040515 +125,-1.554290846,0.7288285332,256,-1.854136457,0.5544643913,1172.0547778 +126,-1.55122487,0.7219795312,256,-1.854136457,0.5544643913,1166.4451317 +127,-1.525104458,0.7229399862,256,-1.854136457,0.5544643913,1236.8572283 +128,-1.519607711,0.7236181429,256,-1.854136457,0.5544643913,1252.6729684 +129,-1.513899999,0.7251107854,256,-1.854136457,0.5544643913,1270.4825506 +130,-1.536620762,0.7431061895,256,-1.854136457,0.5544643913,1245.5431233 +131,-1.5369566,0.7460845958,256,-1.854136457,0.5544643913,1250.8045367 +132,-1.545345528,0.7447040685,256,-1.854136457,0.5544643913,1227.1590406 +133,-1.532813921,0.7432306626,256,-1.854136457,0.5544643913,1255.3421501 +134,-1.554788248,0.7382381001,256,-1.854136457,0.5544643913,1190.184493 +135,-1.540348126,0.7301594274,256,-1.854136457,0.5544643913,1210.3723014 +136,-1.538016084,0.7239051786,256,-1.854136457,0.5544643913,1204.5495519 +137,-1.525288962,0.7258085137,256,-1.854136457,0.5544643913,1241.4963213 +138,-1.534326986,0.731241342,256,-1.854136457,0.5544643913,1227.9801139 +139,-1.530733872,0.7303625216,256,-1.854136457,0.5544643913,1235.6229458 +141,-1.534354939,0.7328219978,256,-1.854136457,0.5544643913,1230.9382914 +142,-1.53157084,0.7292888153,256,-1.854136457,0.5544643913,1231.4322451 +143,-1.525691035,0.7263799874,256,-1.854136457,0.5544643913,1241.4684873 +144,-1.534031287,0.7495967835,256,-1.854136457,0.5544643913,1265.3137919 +145,-1.527714986,0.7283095957,256,-1.854136457,0.5544643913,1239.6765348 +146,-1.526189586,0.7271468292,256,-1.854136457,0.5544643913,1241.5487489 +147,-1.555177336,0.7375563366,256,-1.854136457,0.5544643913,1187.7843298 +148,-1.555080283,0.7312707794,256,-1.854136457,0.5544643913,1175.0051993 +149,-1.53856994,0.7224180299,256,-1.854136457,0.5544643913,1200.3364057 +150,-1.530837883,0.729933372,256,-1.854136457,0.5544643913,1234.5470277 +151,-1.515066984,0.5854133365,256,-1.854136457,0.5544643913,1135.7080725 +152,-1.534731633,0.5368370046,256,-1.854136457,0.5544643913,1082.4257044 +153,-1.515231902,0.5607085576,256,-1.854136457,0.5544643913,1137.8001995 +154,-2.616253799,1.0684566605,256,-1.854136457,0.5544643913,2817.2144958 +155,-1.956071439,0.5792177723,256,-1.854136457,0.5544643913,354.3878896 +156,-1.951208514,0.5602434208,256,-1.854136457,0.5544643913,327.0760905 +157,-1.944675062,0.6062144545,256,-1.854136457,0.5544643913,363.17791379 +158,-1.613778386,0.6077989518,256,-1.854136457,0.5544643913,822.56531682 +159,-2.035029014,0.6021432345,256,-1.854136457,0.5544643913,628.66643605 +160,-2.114989471,0.6801825058,256,-1.854136457,0.5544643913,976.79697316 +161,-2.037382079,0.5765830025,256,-1.854136457,0.5544643913,618.78845875 +162,-2.129855121,0.6585019963,256,-1.854136457,0.5544643913,985.705789 +163,-2.075141798,0.6493615843,256,-1.854136457,0.5544643913,812.59165258 +164,-1.828626729,0.6948433129,256,-1.854136457,0.5544643913,562.02411472 +165,-1.863329418,0.6735427691,256,-1.854136457,0.5544643913,472.60476179 +166,-1.266037071,0.727988852,256,-1.854136457,0.5544643913,1974.107769 +167,-1.277579582,0.7249010648,256,-1.854136457,0.5544643913,1938.3828812 +168,-1.258418684,0.7241194816,256,-1.854136457,0.5544643913,1994.0136064 +169,-1.317813974,0.6804850104,256,-1.854136457,0.5544643913,1792.9886496 +170,-1.344165204,0.6790988904,256,-1.854136457,0.5544643913,1711.7659571 +171,-1.427582102,0.5277120351,256,-1.854136457,0.5544643913,1449.0617634 +172,-1.402238616,0.457167829,256,-1.854136457,0.5544643913,1608.3145326 +173,-1.422454264,0.4996161999,256,-1.854136457,0.5544643913,1490.4610024 +174,-1.439089277,0.4894859811,256,-1.854136457,0.5544643913,1445.1081705 +175,-1.448126995,0.5182330266,256,-1.854136457,0.5544643913,1387.1586602 +176,-1.474626146,0.5881926574,256,-1.854136457,0.5544643913,1269.1764186 +177,-1.421139645,0.5584869783,256,-1.854136457,0.5544643913,1453.1992344 +178,-1.457037165,0.565943032,256,-1.854136457,0.5544643913,1330.7482814 +179,-2.757159358,0.3745319,256,-1.854136457,0.5544643913,3246.0761361 +180,-2.714309238,0.342054471,256,-1.854136457,0.5544643913,3155.8528384 +181,-2.000525337,0.774119946,256,-1.854136457,0.5544643913,981.27518808 +183,-1.571413436,0.6777838382,256,-1.854136457,0.5544643913,1034.1103041 +184,-1.552860289,0.6987663893,256,-1.854136457,0.5544643913,1120.0316409 +185,-1.521852374,0.7165827476,256,-1.854136457,0.5544643913,1234.5595815 +186,-1.503656267,0.6928968252,256,-1.854136457,0.5544643913,1249.3597519 +187,-1.502753178,0.7136205882,256,-1.854136457,0.5544643913,1281.8818433 +188,-1.631894563,0.7343596465,256,-1.854136457,0.5544643913,999.34050304 +189,-1.653765416,0.6770714026,256,-1.854136457,0.5544643913,808.60094083 +190,-1.719812114,0.6715965947,256,-1.854136457,0.5544643913,635.61318578 +191,-1.493406659,0.6646955447,256,-1.854136457,0.5544643913,1246.878849 +192,-1.469120564,0.6613469966,256,-1.854136457,0.5544643913,1317.6788933 +193,-1.590551461,0.5326612937,256,-1.854136457,0.5544643913,897.0158532 +194,-1.625979264,0.5247742243,256,-1.854136457,0.5544643913,783.68386646 +195,-1.572293943,0.5238808754,256,-1.854136457,0.5544643913,964.7198589 +196,-1.610848725,0.5477107964,256,-1.854136457,0.5544643913,820.87304583 +197,-1.208485554,0.7918526018,256,-1.854136457,0.5544643913,2184.5745581 +198,-1.335601374,0.6869083083,256,-1.854136457,0.5544643913,1742.1271508 +199,-1.346156996,0.6825213377,256,-1.854136457,0.5544643913,1707.5802412 +200,-1.324381037,0.6741422347,256,-1.854136457,0.5544643913,1770.0361824 +201,-1.242424992,0.7378949807,256,-1.854136457,0.5544643913,2049.0227561 +202,-1.270370057,0.7392461008,256,-1.854136457,0.5544643913,1969.3298991 +203,-1.448950472,0.7441675014,256,-1.854136457,0.5544643913,1475.4992122 +204,-1.492662363,0.7523026852,256,-1.854136457,0.5544643913,1374.6690882 +205,-1.479098966,0.7763855017,256,-1.854136457,0.5544643913,1454.6962855 +206,-1.633760714,0.7869022408,256,-1.854136457,0.5544643913,1143.8781008 +207,-1.647406434,0.8101289331,256,-1.854136457,0.5544643913,1192.5961846 +208,-1.564245052,0.5701509278,256,-1.854136457,0.5544643913,972.45166567 +209,-1.646289963,0.6833746083,256,-1.854136457,0.5544643913,841.58566228 +210,-1.5820631,0.6751952144,256,-1.854136457,0.5544643913,999.85851442 +211,-1.613236298,0.6681681791,256,-1.854136457,0.5544643913,900.4508335 +212,-1.914661867,0.8212566515,256,-1.854136457,0.5544643913,1072.5839109 +213,-1.742133237,0.7250275956,256,-1.854136457,0.5544643913,763.04947999 +214,-2.033144872,0.6557314699,256,-1.854136457,0.5544643913,707.08298488 +215,-2.039551981,0.6964723658,256,-1.854136457,0.5544643913,817.93359724 +216,-1.247341019,0.7622473908,256,-1.854136457,0.5544643913,2052.575495 +217,-1.298239787,0.7084123392,256,-1.854136457,0.5544643913,1866.9823957 +218,-1.308539688,0.6926545592,256,-1.854136457,0.5544643913,1827.1626954 +219,-1.303263185,0.6888938396,256,-1.854136457,0.5544643913,1841.2577538 +220,-1.852400229,0.6004246149,256,-1.854136457,0.5544643913,182.13957694 +221,-1.288947707,0.7473773692,256,-1.854136457,0.5544643913,1922.7882372 +222,-1.372031502,0.7472790993,256,-1.854136457,0.5544643913,1689.6803429 +223,-1.289805721,0.7242157877,256,-1.854136457,0.5544643913,1902.1934695 +224,-1.350807603,0.7533498126,256,-1.854136457,0.5544643913,1755.5461676 +225,-1.329290365,0.7560442322,256,-1.854136457,0.5544643913,1818.1110921 +226,-1.410153004,0.616936428,256,-1.854136457,0.5544643913,1482.0233115 +227,-1.393445434,0.6308995063,256,-1.854136457,0.5544643913,1538.5436159 +228,-1.37595573,0.6241540638,256,-1.854136457,0.5544643913,1593.2314449 +229,-1.358388707,0.6172645205,256,-1.854136457,0.5544643913,1649.2197527 +230,-1.753741133,0.8281661666,256,-1.854136457,0.5544643913,1125.7766849 +231,-1.47430987,0.6834615681,256,-1.854136457,0.5544643913,1323.3463636 +232,-1.421012508,0.7222725206,256,-1.854136457,0.5544643913,1522.3375023 +233,-1.4476833,0.6978557868,256,-1.854136457,0.5544643913,1417.3037071 +234,-1.470370723,0.6966193374,256,-1.854136457,0.5544643913,1350.0007274 +235,-1.429211703,0.7037216883,256,-1.854136457,0.5544643913,1477.4771012 +236,-1.700578405,0.6178673663,256,-1.854136457,0.5544643913,565.21622535 +237,-1.678117619,0.6331716163,256,-1.854136457,0.5544643913,656.07318293 +238,-1.725644578,0.6316331145,256,-1.854136457,0.5544643913,520.83547005 +239,-2.14012759,0.7930497945,256,-1.854136457,0.5544643913,1289.9018156 +240,-2.103289431,0.7653606263,256,-1.854136457,0.5544643913,1139.3938838 +241,-1.318739838,0.7017808746,256,-1.854136457,0.5544643913,1801.7905891 +242,-1.396417427,0.7077900843,256,-1.854136457,0.5544643913,1577.1280564 +243,-1.35650337,0.7185539404,256,-1.854136457,0.5544643913,1703.4065122 +244,-1.248884539,0.7274156818,256,-1.854136457,0.5544643913,2023.8800527 +245,-1.395014798,0.5761185243,256,-1.854136457,0.5544643913,1534.0759105 +246,-1.433377362,0.6064716109,256,-1.854136457,0.5544643913,1405.3337922 +247,-1.408172432,0.5903155476,256,-1.854136457,0.5544643913,1487.8589914 +248,-1.749645898,0.7757118084,256,-1.854136457,0.5544643913,934.23740179 +249,-1.571626686,0.615046989,256,-1.854136457,0.5544643913,962.2141272 +250,-1.514070049,0.6303003037,256,-1.854136457,0.5544643913,1154.9141764 +251,-1.480890369,0.6237966528,256,-1.854136457,0.5544643913,1256.7711164 +252,-1.704390658,0.5281680612,256,-1.854136457,0.5544643913,518.75000693 +253,-1.64434733,0.5254277498,256,-1.854136457,0.5544643913,721.58376942 +254,-1.703855997,0.4792484842,256,-1.854136457,0.5544643913,596.82732951 +255,-1.692002383,0.5748825051,256,-1.854136457,0.5544643913,548.32412162 +256,-1.854136457,0.5544643913,256,-1.854136457,0.5544643913,16.50280817 +257,-1.665021206,0.520317736,256,-1.854136457,0.5544643913,657.2507158 +258,-1.733654349,0.4845187345,256,-1.854136457,0.5544643913,498.18538596 +259,-1.720938188,0.5135933906,256,-1.854136457,0.5544643913,481.98665333 +260,-1.742668307,0.553296122,256,-1.854136457,0.5544643913,375.48750104 +261,-1.965659039,0.7142126903,256,-1.854136457,0.5544643913,725.41952826 +262,-1.944438071,0.6772834804,256,-1.854136457,0.5544643913,567.12075222 +263,-1.270340967,0.7681487096,256,-1.854136457,0.5544643913,1993.6519127 +264,-1.353091884,0.6549276821,256,-1.854136457,0.5544643913,1673.4224616 +265,-1.333236659,0.6413584414,256,-1.854136457,0.5544643913,1732.3571986 +266,-1.352015998,0.6753788907,256,-1.854136457,0.5544643913,1685.7768635 +267,-1.377988483,0.6577816235,256,-1.854136457,0.5544643913,1596.8656622 +268,-2.13075611,0.8318642051,256,-1.854136457,0.5544643913,1379.0509393 +269,-2.097910953,0.8259670014,256,-1.854136457,0.5544643913,1303.6061948 +270,-1.416382069,0.6694271549,256,-1.854136457,0.5544643913,1485.0924627 +271,-1.538905672,0.7535625993,256,-1.854136457,0.5544643913,1261.7237311 +272,-1.572309477,0.7803125099,256,-1.854136457,0.5544643913,1248.0849423 +273,-1.87759879,0.7503853417,256,-1.854136457,0.5544643913,779.51762553 +274,1.152365588,0.590457682,256,-1.854136457,0.5544643913,7880.8701284 +275,0.350198001,0.718001859,256,-1.854136457,0.5544643913,6351.4154278 +276,0.046513677,0.491503852,256,-1.854136457,0.5544643913,6199.3575434 +277,0.027510309,0.742571376,256,-1.854136457,0.5544643913,5567.6849286 +278,0.306285725,-0.214631579,256,-1.854136457,0.5544643913,8643.7661757 +279,-1.100564889,0.318051531,256,-1.854136457,0.5544643913,2841.4749717 +280,-1.078582306,0.301437596,256,-1.854136457,0.5544643913,2945.6272277 +281,-1.137371989,-0.617634065,256,-1.854136457,0.5544643913,5352.7827216 +282,0.784356344,0.703272339,256,-1.854136457,0.5544643913,7131.5069416 +283,-1.221209947,0.218327455,256,-1.854136457,0.5544643913,2657.4199334 +284,2.347301921,-0.449114658,256,-1.854136457,0.5544643913,8786.2064185 +285,0.246820618,0.830553713,256,-1.854136457,0.5544643913,5830.1521614 +286,0.829414965,0.703288228,256,-1.854136457,0.5544643913,7186.4804317 +287,-1.337537566,0.42332223,256,-1.854136457,0.5544643913,1873.0707445 +288,0.882453706,0.454478077,256,-1.854136457,0.5544643913,8164.3102845 +289,1.575629659,0.416419109,256,-1.854136457,0.5544643913,8446.2705796 +290,-1.039455679,0.229888244,256,-1.854136457,0.5544643913,3216.950617 +291,0.489558039,0.934482747,256,-1.854136457,0.5544643913,5941.6185172 +292,0.081344504,0.88384514,256,-1.854136457,0.5544643913,5364.5256999 +293,-1.547979814,0.300350308,256,-1.854136457,0.5544643913,1489.5411044 +294,0.040776181,0.168560074,256,-1.854136457,0.5544643913,6933.1591698 +295,-1.130374745,0.563894876,256,-1.854136457,0.5544643913,2414.9677665 +296,1.578326642,0.478507176,256,-1.854136457,0.5544643913,8207.5821049 +297,-1.12861823,-0.291640865,256,-1.854136457,0.5544643913,4338.2514212 +298,0.310524208,0.770885792,256,-1.854136457,0.5544643913,6120.5120874 +299,0.415649091,-0.387246002,256,-1.854136457,0.5544643913,9323.1170383 +300,-0.926533878,-0.188022748,256,-1.854136457,0.5544643913,4581.0762178 +301,1.258856172,-0.11716081,256,-1.854136457,0.5544643913,10708.46221 +302,-1.126050026,0.322941926,256,-1.854136457,0.5544643913,2747.6743051 +303,2.002785835,0.07893892,256,-1.854136457,0.5544643913,8762.2611999 +304,0.440437607,0.746258085,256,-1.854136457,0.5544643913,6443.6546344 +305,-0.030391866,0.214441206,256,-1.854136457,0.5544643913,6602.1918129 +306,0.521557815,-0.058929362,256,-1.854136457,0.5544643913,8986.8819151 +307,-0.097005111,0.13317729,256,-1.854136457,0.5544643913,6563.785826 +308,1.83113859,0.221857587,256,-1.854136457,0.5544643913,8740.7734059 +309,0.222428864,0.099404236,256,-1.854136457,0.5544643913,7670.5097593 +310,-1.702731345,0.8728568183,256,-1.854136457,0.5544643913,1337.983777 +311,-0.418507569,0.278324921,256,-1.854136457,0.5544643913,5201.3732717 +312,-1.41153306,0.339029988,256,-1.854136457,0.5544643913,1789.9393027 +313,0.357560442,0.114788776,256,-1.854136457,0.5544643913,8047.2706651 +314,0.325818979,0.268352149,256,-1.854136457,0.5544643913,7551.7173049 +315,-1.246004659,-0.663679965,256,-1.854136457,0.5544643913,5321.7052938 +316,1.814603087,0.637404484,256,-1.854136457,0.5544643913,7334.3656945 +317,1.843704281,-0.18300445,256,-1.854136457,0.5544643913,9933.260015 +318,1.690644492,-0.211480909,256,-1.854136457,0.5544643913,10442.951875 +319,-1.275451936,0.068109467,256,-1.854136457,0.5544643913,2886.9850429 +320,0.762430171,-0.207594741,256,-1.854136457,0.5544643913,10088.759047 +321,0.265668905,-0.014647884,256,-1.854136457,0.5544643913,8076.6616485 +322,-2.773032013,-0.335515811,256,-1.854136457,0.5544643913,4958.0445596 +323,-1.469512853,0.174058777,256,-1.854136457,0.5544643913,2063.5518786 +324,0.286276986,0.785925691,256,-1.854136457,0.5544643913,6030.0022772 +325,-1.379324697,0.377432233,256,-1.854136457,0.5544643913,1814.106213 +326,-1.203778265,0.212813032,256,-1.854136457,0.5544643913,2724.8562484 +327,0.579916301,0.611743168,256,-1.854136457,0.5544643913,7127.249673 +328,0.267582642,0.868113908,256,-1.854136457,0.5544643913,5768.7922427 +329,0.412869244,-0.050245578,256,-1.854136457,0.5544643913,8629.0603006 +330,0.17524381,0.976660285,256,-1.854136457,0.5544643913,5320.6344408 +331,0.743157214,0.204812899,256,-1.854136457,0.5544643913,8795.8564655 +332,-1.070758176,0.269382282,256,-1.854136457,0.5544643913,3033.633225 +333,-1.230364251,0.329790229,256,-1.854136457,0.5544643913,2390.2202088 +334,-1.374813124,-0.024926835,256,-1.854136457,0.5544643913,2916.1418442 +335,0.519780566,0.463669906,256,-1.854136457,0.5544643913,7477.3967273 +336,-1.55108034,0.239698561,256,-1.854136457,0.5544643913,1662.2216394 +337,0.180294813,0.029739425,256,-1.854136457,0.5544643913,7699.2476035 +338,0.67820924,0.268170153,256,-1.854136457,0.5544643913,8447.6074936 +339,0.445798684,1.024001867,256,-1.854136457,0.5544643913,5604.6209583 +340,0.691751283,0.150521402,256,-1.854136457,0.5544643913,8854.8628309 +341,-1.036643551,-0.903056181,256,-1.854136457,0.5544643913,6433.1268271 +342,-0.120287036,1.083325163,256,-1.854136457,0.5544643913,4589.6620299 +343,2.823513113,-0.304487164,256,-1.854136457,0.5544643913,6963.0414535 +344,0.457583172,1.12513373,256,-1.854136457,0.5544643913,5312.0101683 +345,0.042918831,0.813795399,256,-1.854136457,0.5544643913,5442.2219212 +346,1.196146777,-0.853142756,256,-1.854136457,0.5544643913,11229.824281 +347,0.206001358,-0.010430701,256,-1.854136457,0.5544643913,7873.983135 +348,-0.268308653,0.234799412,256,-1.854136457,0.5544643913,5785.099774 +349,0.759363263,0.736189579,256,-1.854136457,0.5544643913,6981.8027987 +350,0.181363926,0.891988372,256,-1.854136457,0.5544643913,5543.0572017 +351,-0.021111158,0.139103292,256,-1.854136457,0.5544643913,6799.3703157 +352,-0.093355215,0.630686981,256,-1.854136457,0.5544643913,5501.7973145 +353,0.40118964,0.681375926,256,-1.854136457,0.5544643913,6562.6952071 +354,-0.721197315,1.304706234,256,-1.854136457,0.5544643913,3659.380233 +355,-1.076150317,0.212107639,256,-1.854136457,0.5544643913,3134.6037833 +356,-1.577164531,0.273993443,256,-1.854136457,0.5544643913,1493.7450209 +357,-0.190788414,0.182208586,256,-1.854136457,0.5544643913,6150.1159082 +358,-0.261349752,0.209710184,256,-1.854136457,0.5544643913,5859.7104694 +359,-1.029303852,0.083549259,256,-1.854136457,0.5544643913,3578.4552636 +360,-1.268609162,0.330525297,256,-1.854136457,0.5544643913,2263.8382011 +361,1.282982244,-0.926641967,256,-1.854136457,0.5544643913,10969.597467 +362,0.217352334,0.731352408,256,-1.854136457,0.5544643913,6032.1988514 +363,-1.511833084,0.258629297,256,-1.854136457,0.5544643913,1704.0893197 +364,0.338812194,0.823184618,256,-1.854136457,0.5544643913,6026.9093801 +365,-0.324406489,1.134201999,256,-1.854136457,0.5544643913,4185.0743053 +366,1.389579348,0.399185724,256,-1.854136457,0.5544643913,8646.6530852 +367,2.047152199,-0.039082036,256,-1.854136457,0.5544643913,8954.9323737 +368,0.947780369,0.568250077,256,-1.854136457,0.5544643913,7818.7018051 +369,0.763824846,0.576754987,256,-1.854136457,0.5544643913,7554.306009 +370,-0.142334657,0.928153068,256,-1.854136457,0.5544643913,4806.2060483 +371,0.610266567,0.547265983,256,-1.854136457,0.5544643913,7395.0109409 +372,0.210731629,0.746815056,256,-1.854136457,0.5544643913,5977.0662628 +373,-1.34931644,0.316895224,256,-1.854136457,0.5544643913,2033.0667597 +374,2.407696481,0.655030745,256,-1.854136457,0.5544643913,6114.4568078 +375,0.64207831,0.545359131,256,-1.854136457,0.5544643913,7460.2536399 +376,1.174597538,0.840588356,256,-1.854136457,0.5544643913,6903.5355194 +377,0.660059424,0.010604079,256,-1.854136457,0.5544643913,9198.1573073 +378,-0.730263819,0.010486456,256,-1.854136457,0.5544643913,4708.1095953 +379,0.831068936,0.512339172,256,-1.854136457,0.5544643913,7882.6048299 +380,1.301180979,0.72367476,256,-1.854136457,0.5544643913,7380.8910907 +381,1.811128231,0.322854402,256,-1.854136457,0.5544643913,8439.9987438 +382,0.435105812,0.992284428,256,-1.854136457,0.5544643913,5686.2019535 +383,0.62643634,0.592027932,256,-1.854136457,0.5544643913,7276.4224312 +384,0.492988703,-0.516339467,256,-1.854136457,0.5544643913,9752.8154483 +385,-0.162469483,0.112549365,256,-1.854136457,0.5544643913,6391.2396978 +386,0.314630866,0.472006421,256,-1.854136457,0.5544643913,6966.6550706 +387,0.166744804,0.822815954,256,-1.854136457,0.5544643913,5688.0215572 +388,0.417159608,0.965805736,256,-1.854136457,0.5544643913,5740.080174 +389,0.106334961,0.868774244,256,-1.854136457,0.5544643913,5450.8923745 +390,0.815086969,-0.338144359,256,-1.854136457,0.5544643913,10558.671897 +391,0.59867455,-0.230624824,256,-1.854136457,0.5544643913,9637.4178041 +392,1.915104874,0.066220985,256,-1.854136457,0.5544643913,9034.0545115 +393,1.278093622,0.064463721,256,-1.854136457,0.5544643913,9992.0203835 +394,-0.061477853,0.302997961,256,-1.854136457,0.5544643913,6306.9440685 +395,0.251311504,0.626976942,256,-1.854136457,0.5544643913,6388.0173271 +396,2.950242872,0.149095644,256,-1.854136457,0.5544643913,5603.7258505 +397,-0.180294708,0.35375117,256,-1.854136457,0.5544643913,5823.7751813 +398,1.010448592,-0.351180233,256,-1.854136457,0.5544643913,11173.070507 +399,-1.748740498,0.3686318073,256,-1.854136457,0.5544643913,825.11215204 +400,2.699635665,0.123533791,256,-1.854136457,0.5544643913,6493.0342344 +401,0.496808033,0.823843254,256,-1.854136457,0.5544643913,6301.0366506 +402,0.129574704,0.763364087,256,-1.854136457,0.5544643913,5755.4443185 +403,1.798920311,0.817447563,256,-1.854136457,0.5544643913,6710.9554091 +404,0.335987953,0.746786541,256,-1.854136457,0.5544643913,6239.9390724 +405,-1.085413643,0.292154671,256,-1.854136457,0.5544643913,2940.6229936 +406,-0.155321003,0.508207011,256,-1.854136457,0.5544643913,5579.9289487 +407,0.620529244,-0.301175104,256,-1.854136457,0.5544643913,9856.3819055 +408,1.684402744,0.368716966,256,-1.854136457,0.5544643913,8489.0713387 +409,0.300582244,-0.386397212,256,-1.854136457,0.5544643913,8934.6247994 +410,2.913555946,-0.009225192,256,-1.854136457,0.5544643913,6054.9774684 +411,1.465101417,0.493232532,256,-1.854136457,0.5544643913,8240.2430044 +412,0.090612882,0.907955955,256,-1.854136457,0.5544643913,5327.5104801 +413,2.987564726,-0.729568594,256,-1.854136457,0.5544643913,7301.5535361 +414,-1.484261606,0.224149272,256,-1.854136457,0.5544643913,1876.3572164 +415,0.164073421,0.303955133,256,-1.854136457,0.5544643913,6992.7673089 +416,0.141441293,0.167552546,256,-1.854136457,0.5544643913,7254.1990233 +417,2.931321023,-0.506718887,256,-1.854136457,0.5544643913,7024.5299031 +418,2.21951565,0.700596356,256,-1.854136457,0.5544643913,6412.3740953 +419,0.268112576,1.199114336,256,-1.854136457,0.5544643913,4895.0072726 +420,0.978913739,0.359223811,256,-1.854136457,0.5544643913,8639.9560064 +421,1.210898818,0.522863584,256,-1.854136457,0.5544643913,8166.8550474 +422,2.347397336,0.129231362,256,-1.854136457,0.5544643913,7614.4349074 +423,0.614394501,0.556878345,256,-1.854136457,0.5544643913,7371.0666842 +424,-1.398079356,0.148483366,256,-1.854136457,0.5544643913,2323.8664917 +425,2.535303836,-0.112984496,256,-1.854136457,0.5544643913,7543.351497 +426,-1.019372593,-0.405322349,256,-1.854136457,0.5544643913,4944.5646667 +427,-1.297785627,-0.160104069,256,-1.854136457,0.5544643913,3528.4186084 +428,2.144554488,0.205051084,256,-1.854136457,0.5544643913,8016.396968 +429,-2.242387083,-0.426171285,256,-1.854136457,0.5544643913,4153.081524 +430,0.338637212,0.909723676,256,-1.854136457,0.5544643913,5779.5678178 +431,-0.148798452,0.691042401,256,-1.854136457,0.5544643913,5230.5664163 +432,0.893524764,0.441829531,256,-1.854136457,0.5544643913,8225.6022295 +433,0.969229347,-0.368847936,256,-1.854136457,0.5544643913,11100.113354 +434,0.436043248,0.800045688,256,-1.854136457,0.5544643913,6271.7658981 +435,1.687946607,1.081504775,256,-1.854136457,0.5544643913,5838.1129406 +436,0.522302046,-0.034889271,256,-1.854136457,0.5544643913,8927.7207546 +437,-0.178996113,-0.438090009,256,-1.854136457,0.5544643913,7443.4777984 +438,-1.094339566,0.301444068,256,-1.854136457,0.5544643913,2893.258286 +439,-1.064070054,0.242569932,256,-1.854136457,0.5544643913,3109.8753296 +440,-1.068153768,0.230387998,256,-1.854136457,0.5544643913,3121.7978961 +441,-3.00496892,-0.23989155,256,-1.854136457,0.5544643913,5377.2948789 +442,0.21751974,0.766874888,256,-1.854136457,0.5544643913,5939.0392911 +443,0.117229532,0.007619006,256,-1.854136457,0.5544643913,7543.545004 +444,0.777758451,0.420554741,256,-1.854136457,0.5544643913,8126.4405552 +445,-0.252356999,0.250747086,256,-1.854136457,0.5544643913,5804.7620316 +446,0.363148444,0.768483434,256,-1.854136457,0.5544643913,6230.944304 +447,0.903191366,-0.118210676,256,-1.854136457,0.5544643913,10207.251842 +448,-0.205755923,0.149406178,256,-1.854136457,0.5544643913,6169.6068515 +449,1.811996086,0.02364353,256,-1.854136457,0.5544643913,9424.2473067 +450,-1.100670221,0.314845373,256,-1.854136457,0.5544643913,2847.0579035 +451,0.340078597,0.850105132,256,-1.854136457,0.5544643913,5952.2327587 +452,0.258757267,0.804969236,256,-1.854136457,0.5544643913,5922.73143 +453,2.78505352,-0.155160804,256,-1.854136457,0.5544643913,6789.4669578 +454,0.800551619,0.105822106,256,-1.854136457,0.5544643913,9246.7590618 +455,0.437940882,-0.506194031,256,-1.854136457,0.5544643913,9558.8962848 +456,2.230431122,0.63458615,256,-1.854136457,0.5544643913,6579.040795 +457,0.527965361,0.127667701,256,-1.854136457,0.5544643913,8502.5940852 +458,-0.063643205,0.702093448,256,-1.854136457,0.5544643913,5430.1958218 +459,1.408447268,0.133010502,256,-1.854136457,0.5544643913,9682.5325037 +460,0.523795955,0.280266966,256,-1.854136457,0.5544643913,8046.4285678 +461,-0.975769313,0.072177659,256,-1.854136457,0.5544643913,3774.4525176 +462,0.549774164,-0.463663986,256,-1.854136457,0.5544643913,9883.0398524 +463,0.29245874,1.095549818,256,-1.854136457,0.5544643913,5195.1565293 +464,0.143625958,0.816809593,256,-1.854136457,0.5544643913,5654.4256242 +465,0.671902494,0.611159853,256,-1.854136457,0.5544643913,7289.9354723 +466,1.239840988,0.6724199,256,-1.854136457,0.5544643913,7580.9886294 +467,0.607829703,-0.10932137,256,-1.854136457,0.5544643913,9376.0642473 +468,1.763020906,0.263996692,256,-1.854136457,0.5544643913,8732.710582 +469,0.378714634,0.726066797,256,-1.854136457,0.5544643913,6385.4525682 +470,2.196736143,-0.153862366,256,-1.854136457,0.5544643913,8754.9951313 +471,0.01702415,0.148991565,256,-1.854136457,0.5544643913,6901.0038035 +472,-2.998490902,-0.158002487,256,-1.854136457,0.5544643913,5161.8557341 +473,-3.051262951,-0.346595608,256,-1.854136457,0.5544643913,5773.196709 +474,-1.069176439,0.182802941,256,-1.854136457,0.5544643913,3221.3940038 +475,0.167157509,0.595344954,256,-1.854136457,0.5544643913,6266.4537383 +476,0.613855648,0.681746124,256,-1.854136457,0.5544643913,6955.6892686 +477,1.037012736,0.682555367,256,-1.854136457,0.5544643913,7458.0457805 +478,-1.253574971,0.379755746,256,-1.854136457,0.5544643913,2222.9674999 +479,3.108590453,-0.132620738,256,-1.854136457,0.5544643913,5668.9620053 +480,0.565301296,0.022333262,256,-1.854136457,0.5544643913,8901.4321257 +481,0.547898238,0.855555614,256,-1.854136457,0.5544643913,6279.0997629 +482,0.948309381,0.417393755,256,-1.854136457,0.5544643913,8385.6640101 +483,-0.050600732,0.945269213,256,-1.854136457,0.5544643913,4965.1729953 +484,-0.977651478,-0.572363064,256,-1.854136457,0.5544643913,5536.671509 +485,1.102014914,0.728861163,256,-1.854136457,0.5544643913,7315.759056 +486,2.927300795,-0.282939414,256,-1.854136457,0.5544643913,6581.5217285 +487,-1.154565557,0.124434095,256,-1.854136457,0.5544643913,3090.1911662 +488,1.855331234,0.291044755,256,-1.854136457,0.5544643913,8460.3895314 +489,0.830290659,0.276904518,256,-1.854136457,0.5544643913,8720.9756051 +490,0.485104466,-0.234867441,256,-1.854136457,0.5544643913,9277.7196852 +491,0.521367572,-0.33161327,256,-1.854136457,0.5544643913,9585.2591866 +1,-1.539031704,0.7349710123,257,-1.665021206,0.520317736,940.4137184 +2,-1.536990553,0.7349663874,257,-1.665021206,0.520317736,943.1962455 +3,-1.534951779,0.7349571355,257,-1.665021206,0.520317736,945.99585812 +4,-1.532906461,0.7349480293,257,-1.665021206,0.520317736,948.84147564 +5,-1.531320211,0.7346937278,257,-1.665021206,0.520317736,950.21773174 +6,-1.539451648,0.7335131775,257,-1.665021206,0.520317736,934.72583788 +7,-1.537429487,0.7335445708,257,-1.665021206,0.520317736,937.61903423 +8,-1.535484998,0.7335658704,257,-1.665021206,0.520317736,940.40329939 +9,-1.533488396,0.7336036027,257,-1.665021206,0.520317736,943.35094983 +10,-1.531497785,0.7335842962,257,-1.665021206,0.520317736,946.12626844 +11,-1.530259379,0.7334777758,257,-1.665021206,0.520317736,947.54430598 +12,-1.5335454,0.7322346912,257,-1.665021206,0.520317736,938.52340234 +13,-1.531489083,0.7322238773,257,-1.665021206,0.520317736,941.43967184 +14,-1.530011122,0.7321679851,257,-1.665021206,0.520317736,943.39271408 +15,-1.53348106,0.7306614094,257,-1.665021206,0.520317736,933.16953156 +16,-1.531441779,0.7306962275,257,-1.665021206,0.520317736,936.24047133 +17,-1.529755654,0.7306933243,257,-1.665021206,0.520317736,938.69712615 +18,-1.533415048,0.7291384674,257,-1.665021206,0.520317736,928.00290929 +19,-1.531392093,0.7291705353,257,-1.665021206,0.520317736,931.061807 +20,-1.529296523,0.7291214933,257,-1.665021206,0.520317736,933.98516895 +21,-1.535280942,0.727267644,257,-1.665021206,0.520317736,918.84102324 +22,-1.533378158,0.7276139666,257,-1.665021206,0.520317736,922.79904095 +23,-1.531340368,0.7276446587,257,-1.665021206,0.520317736,925.89603206 +24,-1.528960113,0.7276398177,257,-1.665021206,0.520317736,929.4189908 +25,-1.533313146,0.7260818349,257,-1.665021206,0.520317736,917.62046616 +26,-1.531259555,0.7260958115,257,-1.665021206,0.520317736,920.70558817 +27,-1.528926415,0.7260865555,257,-1.665021206,0.520317736,924.16899638 +28,-1.531226779,0.7245511789,257,-1.665021206,0.520317736,915.46942466 +29,-1.528904772,0.7245519194,257,-1.665021206,0.520317736,918.9752085 +30,-1.547195875,0.7409785979,257,-1.665021206,0.520317736,951.03123011 +31,-1.5451475,0.740980426,257,-1.665021206,0.520317736,953.62414292 +32,-1.543097679,0.7409798872,257,-1.665021206,0.520317736,956.24778784 +33,-1.540720364,0.7409892687,257,-1.665021206,0.520317736,959.37244674 +34,-1.547188511,0.7395198392,257,-1.665021206,0.520317736,945.82406034 +35,-1.545148587,0.7395226109,257,-1.665021206,0.520317736,948.42705606 +36,-1.543104538,0.7395314908,257,-1.665021206,0.520317736,951.09420001 +37,-1.540727751,0.7395306258,257,-1.665021206,0.520317736,954.20219855 +38,-1.547187029,0.7380014886,257,-1.665021206,0.520317736,940.40328851 +39,-1.545147315,0.7380012252,257,-1.665021206,0.520317736,943.01346256 +40,-1.54310719,0.7380060743,257,-1.665021206,0.520317736,945.67964158 +41,-1.540719671,0.7380068206,257,-1.665021206,0.520317736,948.82927958 +42,-1.547187189,0.7364799098,257,-1.665021206,0.520317736,934.97603494 +43,-1.545149996,0.7364853874,257,-1.665021206,0.520317736,937.6217818 +44,-1.543106091,0.7364823484,257,-1.665021206,0.520317736,940.28349843 +45,-1.540717158,0.7364893901,257,-1.665021206,0.520317736,943.47927716 +46,-1.538663972,0.7410138672,257,-1.665021206,0.520317736,962.17307296 +47,-1.53695285,0.7409699132,257,-1.665021206,0.520317736,964.30431839 +48,-1.534910498,0.7409641297,257,-1.665021206,0.520317736,967.04587452 +49,-1.533145034,0.7409536636,257,-1.665021206,0.520317736,969.42542689 +50,-1.538681336,0.7395405883,257,-1.665021206,0.520317736,956.9556483 +51,-1.536999189,0.7395183096,257,-1.665021206,0.520317736,959.13904025 +52,-1.534923633,0.7395144222,257,-1.665021206,0.520317736,961.94996411 +53,-1.533267822,0.7395654306,257,-1.665021206,0.520317736,964.40780245 +54,-1.53867273,0.7380151077,257,-1.665021206,0.520317736,951.59650965 +55,-1.536980576,0.7379994392,257,-1.665021206,0.520317736,953.83259994 +56,-1.534931522,0.7379944961,257,-1.665021206,0.520317736,956.62299706 +57,-1.533387952,0.7379480264,257,-1.665021206,0.520317736,958.59996867 +58,-1.538682279,0.7364914363,257,-1.665021206,0.520317736,946.22721618 +59,-1.536980704,0.7364810563,257,-1.665021206,0.520317736,948.51055805 +60,-1.534935567,0.7364752065,257,-1.665021206,0.520317736,951.31166759 +61,-1.533042592,0.7363876366,257,-1.665021206,0.520317736,953.65097018 +62,-1.545143426,0.7349628011,257,-1.665021206,0.520317736,932.22559516 +63,-1.543105297,0.7349691947,257,-1.665021206,0.520317736,934.93199379 +64,-1.541064533,0.7349647152,257,-1.665021206,0.520317736,937.64076579 +65,-1.545411803,0.7334624714,257,-1.665021206,0.520317736,926.55424427 +66,-1.543446606,0.7334780896,257,-1.665021206,0.520317736,929.20979312 +67,-1.541475327,0.7334957295,257,-1.665021206,0.520317736,931.91515309 +68,-1.545401939,0.731963266,257,-1.665021206,0.520317736,921.25799495 +69,-1.54342253,0.7319915583,257,-1.665021206,0.520317736,923.9955966 +70,-1.541455867,0.7320216438,257,-1.665021206,0.520317736,926.7570015 +71,-1.545410146,0.7304422281,257,-1.665021206,0.520317736,915.86827625 +72,-1.543435491,0.7304713664,257,-1.665021206,0.520317736,918.62092299 +73,-1.541463105,0.7304997613,257,-1.665021206,0.520317736,921.40263626 +74,-1.545414768,0.7289194936,257,-1.665021206,0.520317736,910.48517513 +75,-1.543435774,0.7289538557,257,-1.665021206,0.520317736,913.28080361 +76,-1.541457714,0.7289765881,257,-1.665021206,0.520317736,916.06934975 +77,-1.539449415,0.7320555866,257,-1.665021206,0.520317736,929.62070207 +78,-1.537429183,0.7321097681,257,-1.665021206,0.520317736,932.60922726 +79,-1.535472649,0.7321497267,257,-1.665021206,0.520317736,935.4930186 +80,-1.539457899,0.7305333307,257,-1.665021206,0.520317736,924.28233661 +81,-1.537453161,0.7305750503,257,-1.665021206,0.520317736,927.22486893 +82,-1.535479385,0.7306124949,257,-1.665021206,0.520317736,930.14309238 +83,-1.53946905,0.7290102593,257,-1.665021206,0.520317736,918.94576544 +84,-1.537459922,0.7290417293,257,-1.665021206,0.520317736,921.87810102 +85,-1.535451349,0.7290890157,257,-1.665021206,0.520317736,924.8995287 +86,-1.535522937,0.7279887191,257,-1.665021206,0.520317736,920.98639246 +87,-1.539442524,0.7274735939,257,-1.665021206,0.520317736,913.62326092 +88,-1.537424111,0.727521351,257,-1.665021206,0.520317736,916.64575071 +89,-1.539384641,0.7259505092,257,-1.665021206,0.520317736,908.40195908 +90,-1.537372391,0.7259947145,257,-1.665021206,0.520317736,911.42426544 +91,-1.535340789,0.7260435356,257,-1.665021206,0.520317736,914.52571653 +92,-1.539325716,0.7244369706,257,-1.665021206,0.520317736,903.22548816 +93,-1.537308932,0.7244801057,257,-1.665021206,0.520317736,906.27166358 +94,-1.535289068,0.7245247645,257,-1.665021206,0.520317736,909.36300535 +95,-1.533261366,0.7245550236,257,-1.665021206,0.520317736,912.45164249 +96,-1.539267302,0.722921924,257,-1.665021206,0.520317736,898.05332641 +97,-1.537248972,0.7229660258,257,-1.665021206,0.520317736,901.12638071 +98,-1.535219431,0.7229916471,257,-1.665021206,0.520317736,904.18796225 +99,-1.53318962,0.7230212049,257,-1.665021206,0.520317736,907.29950949 +100,-1.531154816,0.7230299897,257,-1.665021206,0.520317736,910.3833412 +101,-1.528878341,0.7230370244,257,-1.665021206,0.520317736,913.86658606 +102,-1.539218189,0.7214009878,257,-1.665021206,0.520317736,892.85777423 +103,-1.537198791,0.7214422745,257,-1.665021206,0.520317736,895.94411654 +104,-1.535179266,0.7214634354,257,-1.665021206,0.520317736,898.99735681 +105,-1.533156501,0.7214944644,257,-1.665021206,0.520317736,902.12515749 +106,-1.53113574,0.7215166021,257,-1.665021206,0.520317736,905.25507155 +107,-1.528874248,0.7215345535,257,-1.665021206,0.520317736,908.77648263 +108,-1.539217656,0.7198512397,257,-1.665021206,0.520317736,887.50235924 +109,-1.537199919,0.7199428763,257,-1.665021206,0.520317736,890.78059228 +110,-1.545425832,0.727397149,257,-1.665021206,0.520317736,905.1027512 +111,-1.543371177,0.7273916949,257,-1.665021206,0.520317736,907.88110869 +112,-1.541368852,0.7274523163,257,-1.665021206,0.520317736,910.85672473 +113,-1.545349067,0.7258710923,257,-1.665021206,0.520317736,899.83493652 +114,-1.54332671,0.7258603556,257,-1.665021206,0.520317736,902.5718337 +115,-1.541346831,0.7259242142,257,-1.665021206,0.520317736,905.54768357 +116,-1.545324355,0.7243383958,257,-1.665021206,0.520317736,894.48234773 +117,-1.543292796,0.7243617413,257,-1.665021206,0.520317736,897.37196138 +118,-1.541295822,0.7244024384,257,-1.665021206,0.520317736,900.31086081 +119,-1.543193859,0.7205570215,257,-1.665021206,0.520317736,884.23014869 +120,-1.550257047,0.7386738187,257,-1.665021206,0.520317736,938.95666783 +121,-1.549335448,0.7311736483,257,-1.665021206,0.520317736,913.31036436 +122,-1.533478843,0.7179891343,257,-1.665021206,0.520317736,889.67858595 +123,-1.556150555,0.738907041,257,-1.665021206,0.520317736,932.65913579 +124,-1.554324226,0.733414257,257,-1.665021206,0.520317736,915.03347353 +125,-1.554290846,0.7288285332,257,-1.665021206,0.520317736,898.61135058 +126,-1.55122487,0.7219795312,257,-1.665021206,0.520317736,878.18394705 +127,-1.525104458,0.7229399862,257,-1.665021206,0.520317736,919.37283869 +128,-1.519607711,0.7236181429,257,-1.665021206,0.520317736,930.34762684 +129,-1.513899999,0.7251107854,257,-1.665021206,0.520317736,944.55415832 +130,-1.536620762,0.7431061895,257,-1.665021206,0.520317736,972.26894843 +131,-1.5369566,0.7460845958,257,-1.665021206,0.520317736,982.33418564 +132,-1.545345528,0.7447040685,257,-1.665021206,0.520317736,966.67711119 +133,-1.532813921,0.7432306626,257,-1.665021206,0.520317736,977.84279624 +134,-1.554788248,0.7382381001,257,-1.665021206,0.520317736,931.86179235 +135,-1.540348126,0.7301594274,257,-1.665021206,0.520317736,921.74252053 +136,-1.538016084,0.7239051786,257,-1.665021206,0.520317736,903.26117223 +137,-1.525288962,0.7258085137,257,-1.665021206,0.520317736,928.77035688 +138,-1.534326986,0.731241342,257,-1.665021206,0.520317736,933.96544278 +139,-1.530733872,0.7303625216,257,-1.665021206,0.520317736,936.12521515 +141,-1.534354939,0.7328219978,257,-1.665021206,0.520317736,939.40930211 +142,-1.53157084,0.7292888153,257,-1.665021206,0.520317736,931.20676646 +143,-1.525691035,0.7263799874,257,-1.665021206,0.520317736,930.08706746 +144,-1.534031287,0.7495967835,257,-1.665021206,0.520317736,998.58485397 +145,-1.527714986,0.7283095957,257,-1.665021206,0.520317736,933.57324527 +146,-1.526189586,0.7271468292,257,-1.665021206,0.520317736,931.92573287 +147,-1.555177336,0.7375563366,257,-1.665021206,0.520317736,928.93117413 +148,-1.555080283,0.7312707794,257,-1.665021206,0.520317736,906.39157038 +149,-1.53856994,0.7224180299,257,-1.665021206,0.520317736,897.31477496 +150,-1.530837883,0.729933372,257,-1.665021206,0.520317736,934.49717811 +151,-1.515066984,0.5854133365,257,-1.665021206,0.520317736,567.15865228 +152,-1.534731633,0.5368370046,257,-1.665021206,0.520317736,450.33407088 +153,-1.515231902,0.5607085576,257,-1.665021206,0.520317736,533.10986043 +154,-2.616253799,1.0684566605,257,-1.665021206,0.520317736,3269.0974022 +155,-1.956071439,0.5792177723,257,-1.665021206,0.520317736,1009.0583769 +156,-1.951208514,0.5602434208,257,-1.665021206,0.520317736,983.90005159 +157,-1.944675062,0.6062144545,257,-1.665021206,0.520317736,995.05222193 +158,-1.613778386,0.6077989518,257,-1.665021206,0.520317736,386.58890644 +159,-2.035029014,0.6021432345,257,-1.665021206,0.520317736,1279.718929 +160,-2.114989471,0.6801825058,257,-1.665021206,0.520317736,1594.1189884 +161,-2.037382079,0.5765830025,257,-1.665021206,0.520317736,1275.8666537 +162,-2.129855121,0.6585019963,257,-1.665021206,0.520317736,1618.6960441 +163,-2.075141798,0.6493615843,257,-1.665021206,0.520317736,1442.9503267 +164,-1.828626729,0.6948433129,257,-1.665021206,0.520317736,871.21184386 +165,-1.863329418,0.6735427691,257,-1.665021206,0.520317736,887.69476496 +166,-1.266037071,0.727988852,257,-1.665021206,0.520317736,1516.092936 +167,-1.277579582,0.7249010648,257,-1.665021206,0.520317736,1479.9991409 +168,-1.258418684,0.7241194816,257,-1.665021206,0.520317736,1530.0901503 +169,-1.317813974,0.6804850104,257,-1.665021206,0.520317736,1295.9075756 +170,-1.344165204,0.6790988904,257,-1.665021206,0.520317736,1219.6920564 +171,-1.427582102,0.5277120351,257,-1.665021206,0.520317736,814.34024762 +172,-1.402238616,0.457167829,257,-1.665021206,0.520317736,951.61379846 +173,-1.422454264,0.4996161999,257,-1.665021206,0.520317736,842.03612746 +174,-1.439089277,0.4894859811,257,-1.665021206,0.520317736,792.26870553 +175,-1.448126995,0.5182330266,257,-1.665021206,0.520317736,745.55237553 +176,-1.474626146,0.5881926574,257,-1.665021206,0.520317736,694.83939919 +177,-1.421139645,0.5584869783,257,-1.665021206,0.520317736,841.8938104 +178,-1.457037165,0.565943032,257,-1.665021206,0.520317736,727.60454658 +179,-2.757159358,0.3745319,257,-1.665021206,0.520317736,3897.0835546 +180,-2.714309238,0.342054471,257,-1.665021206,0.520317736,3800.3610551 +181,-2.000525337,0.774119946,257,-1.665021206,0.520317736,1454.0681472 +183,-1.571413436,0.6777838382,257,-1.665021206,0.520317736,694.48704041 +184,-1.552860289,0.6987663893,257,-1.665021206,0.520317736,794.59901775 +185,-1.521852374,0.7165827476,257,-1.665021206,0.520317736,903.32731394 +186,-1.503656267,0.6928968252,257,-1.665021206,0.520317736,860.91860534 +187,-1.502753178,0.7136205882,257,-1.665021206,0.520317736,926.67802832 +188,-1.631894563,0.7343596465,257,-1.665021206,0.520317736,854.38397691 +189,-1.653765416,0.6770714026,257,-1.665021206,0.520317736,621.98726061 +190,-1.719812114,0.6715965947,257,-1.665021206,0.520317736,625.43686653 +191,-1.493406659,0.6646955447,257,-1.665021206,0.520317736,802.16930682 +192,-1.469120564,0.6613469966,257,-1.665021206,0.520317736,851.64314746 +193,-1.590551461,0.5326612937,257,-1.665021206,0.520317736,259.65477688 +194,-1.625979264,0.5247742243,257,-1.665021206,0.520317736,135.16323517 +195,-1.572293943,0.5238808754,257,-1.665021206,0.520317736,318.64381529 +196,-1.610848725,0.5477107964,257,-1.665021206,0.520317736,214.19923959 +197,-1.208485554,0.7918526018,257,-1.665021206,0.520317736,1778.0227139 +198,-1.335601374,0.6869083083,257,-1.665021206,0.520317736,1256.8097785 +199,-1.346156996,0.6825213377,257,-1.665021206,0.520317736,1220.0822438 +200,-1.324381037,0.6741422347,257,-1.665021206,0.520317736,1267.4182553 +201,-1.242424992,0.7378949807,257,-1.665021206,0.520317736,1595.6893556 +202,-1.270370057,0.7392461008,257,-1.665021206,0.520317736,1524.50841 +203,-1.448950472,0.7441675014,257,-1.665021206,0.520317736,1121.1619103 +204,-1.492662363,0.7523026852,257,-1.665021206,0.520317736,1068.6598129 +205,-1.479098966,0.7763855017,257,-1.665021206,0.520317736,1169.5442133 +206,-1.633760714,0.7869022408,257,-1.665021206,0.520317736,1060.4321195 +207,-1.647406434,0.8101289331,257,-1.665021206,0.520317736,1149.2276973 +208,-1.564245052,0.5701509278,257,-1.665021206,0.520317736,394.16808734 +209,-1.646289963,0.6833746083,257,-1.665021206,0.520317736,648.74188174 +210,-1.5820631,0.6751952144,257,-1.665021206,0.520317736,670.63788573 +211,-1.613236298,0.6681681791,257,-1.665021206,0.520317736,609.6946052 +212,-1.914661867,0.8212566515,257,-1.665021206,0.520317736,1416.5164843 +213,-1.742133237,0.7250275956,257,-1.665021206,0.520317736,847.63769788 +214,-2.033144872,0.6557314699,257,-1.665021206,0.520317736,1322.5719113 +215,-2.039551981,0.6964723658,257,-1.665021206,0.520317736,1397.7077278 +216,-1.247341019,0.7622473908,257,-1.665021206,0.520317736,1625.9344877 +217,-1.298239787,0.7084123392,257,-1.665021206,0.520317736,1395.9762961 +218,-1.308539688,0.6926545592,257,-1.665021206,0.520317736,1341.3449133 +219,-1.303263185,0.6888938396,257,-1.665021206,0.520317736,1350.0794457 +220,-1.852400229,0.6004246149,257,-1.665021206,0.520317736,703.66752666 +221,-1.288947707,0.7473773692,257,-1.665021206,0.520317736,1492.4004857 +222,-1.372031502,0.7472790993,257,-1.665021206,0.520317736,1292.5155917 +223,-1.289805721,0.7242157877,257,-1.665021206,0.520317736,1446.3541876 +224,-1.350807603,0.7533498126,257,-1.665021206,0.520317736,1355.8518474 +225,-1.329290365,0.7560442322,257,-1.665021206,0.520317736,1412.3593938 +226,-1.410153004,0.616936428,257,-1.665021206,0.520317736,931.51262465 +227,-1.393445434,0.6308995063,257,-1.665021206,0.520317736,1001.3803 +228,-1.37595573,0.6241540638,257,-1.665021206,0.520317736,1044.9672112 +229,-1.358388707,0.6172645205,257,-1.665021206,0.520317736,1091.0834305 +230,-1.753741133,0.8281661666,257,-1.665021206,0.520317736,1249.2012076 +231,-1.47430987,0.6834615681,257,-1.665021206,0.520317736,896.0105245 +232,-1.421012508,0.7222725206,257,-1.665021206,0.520317736,1118.5547092 +233,-1.4476833,0.6978557868,257,-1.665021206,0.520317736,994.57796523 +234,-1.470370723,0.6966193374,257,-1.665021206,0.520317736,940.7045034 +235,-1.429211703,0.7037216883,257,-1.665021206,0.520317736,1052.2578931 +236,-1.700578405,0.6178673663,257,-1.665021206,0.520317736,404.16763452 +237,-1.678117619,0.6331716163,257,-1.665021206,0.520317736,449.11911656 +238,-1.725644578,0.6316331145,257,-1.665021206,0.520317736,484.63261272 +239,-2.14012759,0.7930497945,257,-1.665021206,0.520317736,1826.0174017 +240,-2.103289431,0.7653606263,257,-1.665021206,0.520317736,1683.8850497 +241,-1.318739838,0.7017808746,257,-1.665021206,0.520317736,1328.8890186 +242,-1.396417427,0.7077900843,257,-1.665021206,0.520317736,1140.4125881 +243,-1.35650337,0.7185539404,257,-1.665021206,0.520317736,1263.2082702 +244,-1.248884539,0.7274156818,257,-1.665021206,0.520317736,1561.2074241 +245,-1.395014798,0.5761185243,257,-1.665021206,0.520317736,938.16537228 +246,-1.433377362,0.6064716109,257,-1.665021206,0.520317736,846.53855617 +247,-1.408172432,0.5903155476,257,-1.665021206,0.520317736,906.87888663 +248,-1.749645898,0.7757118084,257,-1.665021206,0.520317736,1045.807331 +249,-1.571626686,0.615046989,257,-1.665021206,0.520317736,487.74831779 +250,-1.514070049,0.6303003037,257,-1.665021206,0.520317736,663.88037342 +251,-1.480890369,0.6237966528,257,-1.665021206,0.520317736,736.87065246 +252,-1.704390658,0.5281680612,257,-1.665021206,0.520317736,138.53188528 +253,-1.64434733,0.5254277498,257,-1.665021206,0.520317736,73.778182882 +254,-1.703855997,0.4792484842,257,-1.665021206,0.520317736,211.38949027 +255,-1.692002383,0.5748825051,257,-1.665021206,0.520317736,234.59284907 +256,-1.854136457,0.5544643913,257,-1.665021206,0.520317736,657.2507158 +257,-1.665021206,0.520317736,257,-1.665021206,0.520317736,53.072316089 +258,-1.733654349,0.4845187345,257,-1.665021206,0.520317736,277.2333801 +259,-1.720938188,0.5135933906,257,-1.665021206,0.520317736,194.37170413 +260,-1.742668307,0.553296122,257,-1.665021206,0.520317736,294.78140288 +261,-1.965659039,0.7142126903,257,-1.665021206,0.520317736,1234.1021316 +262,-1.944438071,0.6772834804,257,-1.665021206,0.520317736,1102.940023 +263,-1.270340967,0.7681487096,257,-1.665021206,0.520317736,1580.2161564 +264,-1.353091884,0.6549276821,257,-1.665021206,0.520317736,1155.5585711 +265,-1.333236659,0.6413584414,257,-1.665021206,0.520317736,1195.9128237 +266,-1.352015998,0.6753788907,257,-1.665021206,0.520317736,1191.4733192 +267,-1.377988483,0.6577816235,257,-1.665021206,0.520317736,1088.5388189 +268,-2.13075611,0.8318642051,257,-1.665021206,0.520317736,1878.6335225 +269,-2.097910953,0.8259670014,257,-1.665021206,0.520317736,1791.9611373 +270,-1.416382069,0.6694271549,257,-1.665021206,0.520317736,1005.0658941 +271,-1.538905672,0.7535625993,257,-1.665021206,0.520317736,1006.3909098 +272,-1.572309477,0.7803125099,257,-1.665021206,0.520317736,1069.8833013 +273,-1.87759879,0.7503853417,257,-1.665021206,0.520317736,1133.0473424 +274,1.152365588,0.590457682,257,-1.665021206,0.520317736,7879.7244899 +275,0.350198001,0.718001859,257,-1.665021206,0.520317736,6039.157391 +276,0.046513677,0.491503852,257,-1.665021206,0.520317736,5716.1941867 +277,0.027510309,0.742571376,257,-1.665021206,0.520317736,5186.065162 +278,0.306285725,-0.214631579,257,-1.665021206,0.520317736,8010.7619746 +279,-1.100564889,0.318051531,257,-1.665021206,0.520317736,2184.2452574 +280,-1.078582306,0.301437596,257,-1.665021206,0.520317736,2288.3765122 +281,-1.137371989,-0.617634065,257,-1.665021206,0.520317736,4918.1198936 +282,0.784356344,0.703272339,257,-1.665021206,0.520317736,6970.8498297 +283,-1.221209947,0.218327455,257,-1.665021206,0.520317736,2020.5981206 +284,2.347301921,-0.449114658,257,-1.665021206,0.520317736,9402.4763891 +285,0.246820618,0.830553713,257,-1.665021206,0.520317736,5539.9764654 +286,0.829414965,0.703288228,257,-1.665021206,0.520317736,7045.5786554 +287,-1.337537566,0.42332223,257,-1.665021206,0.520317736,1215.8507928 +288,0.882453706,0.454478077,257,-1.665021206,0.520317736,7972.6919906 +289,1.575629659,0.416419109,257,-1.665021206,0.520317736,8714.3418065 +290,-1.039455679,0.229888244,257,-1.665021206,0.520317736,2561.1854145 +291,0.489558039,0.934482747,257,-1.665021206,0.520317736,5762.7238242 +292,0.081344504,0.88384514,257,-1.665021206,0.520317736,5063.608762 +293,-1.547979814,0.300350308,257,-1.665021206,0.520317736,968.86221651 +294,0.040776181,0.168560074,257,-1.665021206,0.520317736,6347.5893348 +295,-1.130374745,0.563894876,257,-1.665021206,0.520317736,1816.1522806 +296,1.578326642,0.478507176,257,-1.665021206,0.520317736,8468.7638148 +297,-1.12861823,-0.291640865,257,-1.665021206,0.520317736,3812.9779216 +298,0.310524208,0.770885792,257,-1.665021206,0.520317736,5819.8955842 +299,0.415649091,-0.387246002,257,-1.665021206,0.520317736,8672.0546024 +300,-0.926533878,-0.188022748,257,-1.665021206,0.520317736,3974.6944533 +301,1.258856172,-0.11716081,257,-1.665021206,0.520317736,10652.657196 +302,-1.126050026,0.322941926,257,-1.665021206,0.520317736,2090.428822 +303,2.002785835,0.07893892,257,-1.665021206,0.520317736,9342.0389023 +304,0.440437607,0.746258085,257,-1.665021206,0.520317736,6170.828355 +305,-0.030391866,0.214441206,257,-1.665021206,0.520317736,6016.9882009 +306,0.521557815,-0.058929362,257,-1.665021206,0.520317736,8432.5295235 +307,-0.097005111,0.13317729,257,-1.665021206,0.520317736,5950.7592628 +308,1.83113859,0.221857587,257,-1.665021206,0.520317736,9207.3855768 +309,0.222428864,0.099404236,257,-1.665021206,0.520317736,7098.5331853 +310,-1.702731345,0.8728568183,257,-1.665021206,0.520317736,1400.9478517 +311,-0.418507569,0.278324921,257,-1.665021206,0.520317736,4581.4663148 +312,-1.41153306,0.339029988,257,-1.665021206,0.520317736,1159.4540283 +313,0.357560442,0.114788776,257,-1.665021206,0.520317736,7509.4693816 +314,0.325818979,0.268352149,257,-1.665021206,0.520317736,7057.3449755 +315,-1.246004659,-0.663679965,257,-1.665021206,0.520317736,4939.6631419 +316,1.814603087,0.637404484,257,-1.665021206,0.520317736,7688.9863549 +317,1.843704281,-0.18300445,257,-1.665021206,0.520317736,10540.82954 +318,1.690644492,-0.211480909,257,-1.665021206,0.520317736,10989.229502 +319,-1.275451936,0.068109467,257,-1.665021206,0.520317736,2310.6381863 +320,0.762430171,-0.207594741,257,-1.665021206,0.520317736,9545.6071946 +321,0.265668905,-0.014647884,257,-1.665021206,0.520317736,7482.1487368 +322,-2.773032013,-0.335515811,257,-1.665021206,0.520317736,5415.9751448 +323,-1.469512853,0.174058777,257,-1.665021206,0.520317736,1550.4077949 +324,0.286276986,0.785925691,257,-1.665021206,0.520317736,5729.5268422 +325,-1.379324697,0.377432233,257,-1.665021206,0.520317736,1164.2309615 +326,-1.203778265,0.212813032,257,-1.665021206,0.520317736,2086.2897559 +327,0.579916301,0.611743168,257,-1.665021206,0.520317736,6849.9131039 +328,0.267582642,0.868113908,257,-1.665021206,0.520317736,5501.4025254 +329,0.412869244,-0.050245578,257,-1.665021206,0.520317736,8052.2093511 +330,0.17524381,0.976660285,257,-1.665021206,0.520317736,5086.8613585 +331,0.743157214,0.204812899,257,-1.665021206,0.520317736,8434.5121593 +332,-1.070758176,0.269382282,257,-1.665021206,0.520317736,2376.8883279 +333,-1.230364251,0.329790229,257,-1.665021206,0.520317736,1735.1917573 +334,-1.374813124,-0.024926835,257,-1.665021206,0.520317736,2422.5507153 +335,0.519780566,0.463669906,257,-1.665021206,0.520317736,7119.9266499 +336,-1.55108034,0.239698561,257,-1.665021206,0.520317736,1187.1953077 +337,0.180294813,0.029739425,257,-1.665021206,0.520317736,7101.8416912 +338,0.67820924,0.268170153,257,-1.665021206,0.520317736,8080.3276785 +339,0.445798684,1.024001867,257,-1.665021206,0.520317736,5453.7909224 +340,0.691751283,0.150521402,257,-1.665021206,0.520317736,8445.7248133 +341,-1.036643551,-0.903056181,257,-1.665021206,0.520317736,6046.5474906 +342,-0.120287036,1.083325163,257,-1.665021206,0.520317736,4373.7859014 +343,2.823513113,-0.304487164,257,-1.665021206,0.520317736,7565.7828824 +344,0.457583172,1.12513373,257,-1.665021206,0.520317736,5210.7059089 +345,0.042918831,0.813795399,257,-1.665021206,0.520317736,5098.1488324 +346,1.196146777,-0.853142756,257,-1.665021206,0.520317736,10877.588574 +347,0.206001358,-0.010430701,257,-1.665021206,0.520317736,7271.0200872 +348,-0.268308653,0.234799412,257,-1.665021206,0.520317736,5172.6148756 +349,0.759363263,0.736189579,257,-1.665021206,0.520317736,6821.2974228 +350,0.181363926,0.891988372,257,-1.665021206,0.520317736,5267.1896518 +351,-0.021111158,0.139103292,257,-1.665021206,0.520317736,6197.5085515 +352,-0.093355215,0.630686981,257,-1.665021206,0.520317736,5045.8784749 +353,0.40118964,0.681375926,257,-1.665021206,0.520317736,6250.5967374 +354,-0.721197315,1.304706234,257,-1.665021206,0.520317736,3605.6406896 +355,-1.076150317,0.212107639,257,-1.665021206,0.520317736,2482.0595789 +356,-1.577164531,0.273993443,257,-1.665021206,0.520317736,1026.7180924 +357,-0.190788414,0.182208586,257,-1.665021206,0.520317736,5535.7995407 +358,-0.261349752,0.209710184,257,-1.665021206,0.520317736,5242.8564633 +359,-1.029303852,0.083549259,257,-1.665021206,0.520317736,2938.505139 +360,-1.268609162,0.330525297,257,-1.665021206,0.520317736,1611.2487445 +361,1.282982244,-0.926641967,257,-1.665021206,0.520317736,10739.487051 +362,0.217352334,0.731352408,257,-1.665021206,0.520317736,5689.2705273 +363,-1.511833084,0.258629297,257,-1.665021206,0.520317736,1177.5929104 +364,0.338812194,0.823184618,257,-1.665021206,0.520317736,5757.3174085 +365,-0.324406489,1.134201999,257,-1.665021206,0.520317736,3989.5182769 +366,1.389579348,0.399185724,257,-1.665021206,0.520317736,8786.6607474 +367,2.047152199,-0.039082036,257,-1.665021206,0.520317736,9575.5939331 +368,0.947780369,0.568250077,257,-1.665021206,0.520317736,7697.0839815 +369,0.763824846,0.576754987,257,-1.665021206,0.520317736,7342.5428468 +370,-0.142334657,0.928153068,257,-1.665021206,0.520317736,4491.9962524 +371,0.610266567,0.547265983,257,-1.665021206,0.520317736,7105.2813674 +372,0.210731629,0.746815056,257,-1.665021206,0.520317736,5639.3872055 +373,-1.34931644,0.316895224,257,-1.665021206,0.520317736,1394.8542684 +374,2.407696481,0.655030745,257,-1.665021206,0.520317736,6650.0622812 +375,0.64207831,0.545359131,257,-1.665021206,0.520317736,7183.039128 +376,1.174597538,0.840588356,257,-1.665021206,0.520317736,6947.5304816 +377,0.660059424,0.010604079,257,-1.665021206,0.520317736,8715.8646684 +378,-0.730263819,0.010486456,257,-1.665021206,0.520317736,4053.1223416 +379,0.831068936,0.512339172,257,-1.665021206,0.520317736,7682.2433318 +380,1.301180979,0.72367476,257,-1.665021206,0.520317736,7474.7480233 +381,1.811128231,0.322854402,257,-1.665021206,0.520317736,8868.1703689 +382,0.435105812,0.992284428,257,-1.665021206,0.520317736,5518.3337631 +383,0.62643634,0.592027932,257,-1.665021206,0.520317736,7010.1096377 +384,0.492988703,-0.516339467,257,-1.665021206,0.520317736,9095.5647341 +385,-0.162469483,0.112549365,257,-1.665021206,0.520317736,5766.8768641 +386,0.314630866,0.472006421,257,-1.665021206,0.520317736,6543.8558283 +387,0.166744804,0.822815954,257,-1.665021206,0.520317736,5375.0478535 +388,0.417159608,0.965805736,257,-1.665021206,0.520317736,5555.6775061 +389,0.106334961,0.868774244,257,-1.665021206,0.520317736,5147.343094 +390,0.815086969,-0.338144359,257,-1.665021206,0.520317736,9967.183662 +391,0.59867455,-0.230624824,257,-1.665021206,0.520317736,9041.4032612 +392,1.915104874,0.066220985,257,-1.665021206,0.520317736,9586.7272774 +393,1.278093622,0.064463721,257,-1.665021206,0.520317736,10008.24974 +394,-0.061477853,0.302997961,257,-1.665021206,0.520317736,5740.5534475 +395,0.251311504,0.626976942,257,-1.665021206,0.520317736,6009.1276089 +396,2.950242872,0.149095644,257,-1.665021206,0.520317736,6258.9846059 +397,-0.180294708,0.35375117,257,-1.665021206,0.520317736,5252.9620895 +398,1.010448592,-0.351180233,257,-1.665021206,0.520317736,10646.597394 +399,-1.748740498,0.3686318073,257,-1.665021206,0.520317736,671.06685214 +400,2.699635665,0.123533791,257,-1.665021206,0.520317736,7149.9666299 +401,0.496808033,0.823843254,257,-1.665021206,0.520317736,6078.0419749 +402,0.129574704,0.763364087,257,-1.665021206,0.520317736,5405.8192663 +403,1.798920311,0.817447563,257,-1.665021206,0.520317736,7020.9423612 +404,0.335987953,0.746786541,257,-1.665021206,0.520317736,5935.9208631 +405,-1.085413643,0.292154671,257,-1.665021206,0.520317736,2283.4854502 +406,-0.155321003,0.508207011,257,-1.665021206,0.520317736,5063.9223044 +407,0.620529244,-0.301175104,257,-1.665021206,0.520317736,9241.3174406 +408,1.684402744,0.368716966,257,-1.665021206,0.520317736,8834.3215213 +409,0.300582244,-0.386397212,257,-1.665021206,0.520317736,8279.8127792 +410,2.913555946,-0.009225192,257,-1.665021206,0.520317736,6699.7431927 +411,1.465101417,0.493232532,257,-1.665021206,0.520317736,8428.9412717 +412,0.090612882,0.907955955,257,-1.665021206,0.520317736,5040.9458404 +413,2.987564726,-0.729568594,257,-1.665021206,0.520317736,7723.3339888 +414,-1.484261606,0.224149272,257,-1.665021206,0.520317736,1347.6387694 +415,0.164073421,0.303955133,257,-1.665021206,0.520317736,6470.3433351 +416,0.141441293,0.167552546,257,-1.665021206,0.520317736,6685.800146 +417,2.931321023,-0.506718887,257,-1.665021206,0.520317736,7550.3080422 +418,2.21951565,0.700596356,257,-1.665021206,0.520317736,6890.5307135 +419,0.268112576,1.199114336,257,-1.665021206,0.520317736,4799.1928274 +420,0.978913739,0.359223811,257,-1.665021206,0.520317736,8476.6158408 +421,1.210898818,0.522863584,257,-1.665021206,0.520317736,8191.9368505 +422,2.347397336,0.129231362,257,-1.665021206,0.520317736,8251.2786531 +423,0.614394501,0.556878345,257,-1.665021206,0.520317736,7086.6521424 +424,-1.398079356,0.148483366,257,-1.665021206,0.520317736,1774.9430503 +425,2.535303836,-0.112984496,257,-1.665021206,0.520317736,8198.1366791 +426,-1.019372593,-0.405322349,257,-1.665021206,0.520317736,4413.6688651 +427,-1.297785627,-0.160104069,257,-1.665021206,0.520317736,3036.9521102 +428,2.144554488,0.205051084,257,-1.665021206,0.520317736,8603.4929172 +429,-2.242387083,-0.426171285,257,-1.665021206,0.520317736,4344.314941 +430,0.338637212,0.909723676,257,-1.665021206,0.520317736,5549.4287542 +431,-0.148798452,0.691042401,257,-1.665021206,0.520317736,4791.5046701 +432,0.893524764,0.441829531,257,-1.665021206,0.520317736,8036.1635433 +433,0.969229347,-0.368847936,257,-1.665021206,0.520317736,10539.264475 +434,0.436043248,0.800045688,257,-1.665021206,0.520317736,6020.1012122 +435,1.687946607,1.081504775,257,-1.665021206,0.520317736,6063.0554227 +436,0.522302046,-0.034889271,257,-1.665021206,0.520317736,8382.0801662 +437,-0.178996113,-0.438090009,257,-1.665021206,0.520317736,6795.7866933 +438,-1.094339566,0.301444068,257,-1.665021206,0.520317736,2236.0544143 +439,-1.064070054,0.242569932,257,-1.665021206,0.520317736,2454.241036 +440,-1.068153768,0.230387998,257,-1.665021206,0.520317736,2467.175195 +441,-3.00496892,-0.23989155,257,-1.665021206,0.520317736,5925.6971433 +442,0.21751974,0.766874888,257,-1.665021206,0.520317736,5612.1550405 +443,0.117229532,0.007619006,257,-1.665021206,0.520317736,6932.0215698 +444,0.777758451,0.420554741,257,-1.665021206,0.520317736,7866.7803017 +445,-0.252356999,0.250747086,257,-1.665021206,0.520317736,5197.6428162 +446,0.363148444,0.768483434,257,-1.665021206,0.520317736,5944.1408373 +447,0.903191366,-0.118210676,257,-1.665021206,0.520317736,9781.2008938 +448,-0.205755923,0.149406178,257,-1.665021206,0.520317736,5547.2898366 +449,1.811996086,0.02364353,257,-1.665021206,0.520317736,9943.6965963 +450,-1.100670221,0.314845373,257,-1.665021206,0.520317736,2189.8103428 +451,0.340078597,0.850105132,257,-1.665021206,0.520317736,5695.0988764 +452,0.258757267,0.804969236,257,-1.665021206,0.520317736,5623.7192626 +453,2.78505352,-0.155160804,257,-1.665021206,0.520317736,7425.1821082 +454,0.800551619,0.105822106,257,-1.665021206,0.520317736,8873.5296435 +455,0.437940882,-0.506194031,257,-1.665021206,0.520317736,8901.6529817 +456,2.230431122,0.63458615,257,-1.665021206,0.520317736,7078.9587778 +457,0.527965361,0.127667701,257,-1.665021206,0.520317736,8018.9373599 +458,-0.063643205,0.702093448,257,-1.665021206,0.520317736,5011.6472419 +459,1.408447268,0.133010502,257,-1.665021206,0.520317736,9843.0436972 +460,0.523795955,0.280266966,257,-1.665021206,0.520317736,7619.7060495 +461,-0.975769313,0.072177659,257,-1.665021206,0.520317736,3129.9875457 +462,0.549774164,-0.463663986,257,-1.665021206,0.520317736,9228.7984455 +463,0.29245874,1.095549818,257,-1.665021206,0.520317736,5046.7912891 +464,0.143625958,0.816809593,257,-1.665021206,0.520317736,5333.3076322 +465,0.671902494,0.611159853,257,-1.665021206,0.520317736,7049.5127436 +466,1.239840988,0.6724199,257,-1.665021206,0.520317736,7639.0481455 +467,0.607829703,-0.10932137,257,-1.665021206,0.520317736,8826.6905848 +468,1.763020906,0.263996692,257,-1.665021206,0.520317736,9150.1427339 +469,0.378714634,0.726066797,257,-1.665021206,0.520317736,6085.1111094 +470,2.196736143,-0.153862366,257,-1.665021206,0.520317736,9409.8148307 +471,0.01702415,0.148991565,257,-1.665021206,0.520317736,6306.9418337 +472,-2.998490902,-0.158002487,257,-1.665021206,0.520317736,5732.5859063 +473,-3.051262951,-0.346595608,257,-1.665021206,0.520317736,6297.6935152 +474,-1.069176439,0.182802941,257,-1.665021206,0.520317736,2571.5849826 +475,0.167157509,0.595344954,257,-1.665021206,0.520317736,5852.3817143 +476,0.613855648,0.681746124,257,-1.665021206,0.520317736,6717.8954804 +477,1.037012736,0.682555367,257,-1.665021206,0.520317736,7410.873285 +478,-1.253574971,0.379755746,257,-1.665021206,0.520317736,1565.7499133 +479,3.108590453,-0.132620738,257,-1.665021206,0.520317736,6273.8896071 +480,0.565301296,0.022333262,257,-1.665021206,0.520317736,8389.9401297 +481,0.547898238,0.855555614,257,-1.665021206,0.520317736,6085.0791913 +482,0.948309381,0.417393755,257,-1.665021206,0.520317736,8220.896403 +483,-0.050600732,0.945269213,257,-1.665021206,0.520317736,4674.2319191 +484,-0.977651478,-0.572363064,257,-1.665021206,0.520317736,5037.9434401 +485,1.102014914,0.728861163,257,-1.665021206,0.520317736,7309.8943093 +486,2.927300795,-0.282939414,257,-1.665021206,0.520317736,7176.186317 +487,-1.154565557,0.124434095,257,-1.665021206,0.520317736,2462.4576506 +488,1.855331234,0.291044755,257,-1.665021206,0.520317736,8919.5208609 +489,0.830290659,0.276904518,257,-1.665021206,0.520317736,8436.3179241 +490,0.485104466,-0.234867441,257,-1.665021206,0.520317736,8661.3716802 +491,0.521367572,-0.33161327,257,-1.665021206,0.520317736,8950.1323386 +1,-1.539031704,0.7349710123,258,-1.733654349,0.4845187345,1173.8679533 +2,-1.536990553,0.7349663874,258,-1.733654349,0.4845187345,1177.3810109 +3,-1.534951779,0.7349571355,258,-1.733654349,0.4845187345,1180.9012375 +4,-1.532906461,0.7349480293,258,-1.733654349,0.4845187345,1184.45932 +5,-1.531320211,0.7346937278,258,-1.733654349,0.4845187345,1186.4549313 +6,-1.539451648,0.7335131775,258,-1.733654349,0.4845187345,1168.4672761 +7,-1.537429487,0.7335445708,258,-1.733654349,0.4845187345,1172.0752332 +8,-1.535484998,0.7335658704,258,-1.733654349,0.4845187345,1175.5396928 +9,-1.533488396,0.7336036027,258,-1.733654349,0.4845187345,1179.1711036 +10,-1.531497785,0.7335842962,258,-1.733654349,0.4845187345,1182.6353326 +11,-1.530259379,0.7334777758,258,-1.733654349,0.4845187345,1184.5053276 +12,-1.5335454,0.7322346912,258,-1.733654349,0.4845187345,1174.7359738 +13,-1.531489083,0.7322238773,258,-1.733654349,0.4845187345,1178.3606337 +14,-1.530011122,0.7321679851,258,-1.733654349,0.4845187345,1180.8307671 +15,-1.53348106,0.7306614094,258,-1.733654349,0.4845187345,1169.8799073 +16,-1.531441779,0.7306962275,258,-1.733654349,0.4845187345,1173.6385005 +17,-1.529755654,0.7306933243,258,-1.733654349,0.4845187345,1176.6654024 +18,-1.533415048,0.7291384674,258,-1.733654349,0.4845187345,1165.1983554 +19,-1.531392093,0.7291705353,258,-1.733654349,0.4845187345,1168.9389421 +20,-1.529296523,0.7291214933,258,-1.733654349,0.4845187345,1172.5824482 +21,-1.535280942,0.727267644,258,-1.733654349,0.4845187345,1155.9609091 +22,-1.533378158,0.7276139666,258,-1.733654349,0.4845187345,1160.4718694 +23,-1.531340368,0.7276446587,258,-1.733654349,0.4845187345,1164.2548113 +24,-1.528960113,0.7276398177,258,-1.733654349,0.4845187345,1168.5779307 +25,-1.533313146,0.7260818349,258,-1.733654349,0.4845187345,1155.7845281 +26,-1.531259555,0.7260958115,258,-1.733654349,0.4845187345,1159.5646288 +27,-1.528926415,0.7260865555,258,-1.733654349,0.4845187345,1163.8120615 +28,-1.531226779,0.7245511789,258,-1.733654349,0.4845187345,1154.8129792 +29,-1.528904772,0.7245519194,258,-1.733654349,0.4845187345,1159.0944221 +30,-1.547195875,0.7409785979,258,-1.733654349,0.4845187345,1179.6779091 +31,-1.5451475,0.740980426,258,-1.733654349,0.4845187345,1183.0439475 +32,-1.543097679,0.7409798872,258,-1.733654349,0.4845187345,1186.4315162 +33,-1.540720364,0.7409892687,258,-1.733654349,0.4845187345,1190.4262194 +34,-1.547188511,0.7395198392,258,-1.733654349,0.4845187345,1174.9033904 +35,-1.545148587,0.7395226109,258,-1.733654349,0.4845187345,1178.2763424 +36,-1.543104538,0.7395314908,258,-1.733654349,0.4845187345,1181.7027044 +37,-1.540727751,0.7395306258,258,-1.733654349,0.4845187345,1185.6837198 +38,-1.547187029,0.7380014886,258,-1.733654349,0.4845187345,1169.9329803 +39,-1.545147315,0.7380012252,258,-1.733654349,0.4845187345,1173.3141952 +40,-1.54310719,0.7380060743,258,-1.733654349,0.4845187345,1176.7394761 +41,-1.540719671,0.7380068206,258,-1.733654349,0.4845187345,1180.7656189 +42,-1.547187189,0.7364799098,258,-1.733654349,0.4845187345,1164.9588623 +43,-1.545149996,0.7364853874,258,-1.733654349,0.4845187345,1168.3732007 +44,-1.543106091,0.7364823484,258,-1.733654349,0.4845187345,1171.7978758 +45,-1.540717158,0.7364893901,258,-1.733654349,0.4845187345,1175.8687504 +46,-1.538663972,0.7410138672,258,-1.733654349,0.4845187345,1193.9634274 +47,-1.53695285,0.7409699132,258,-1.733654349,0.4845187345,1196.7187176 +48,-1.534910498,0.7409641297,258,-1.733654349,0.4845187345,1200.1821342 +49,-1.533145034,0.7409536636,258,-1.733654349,0.4845187345,1203.1792441 +50,-1.538681336,0.7395405883,258,-1.733654349,0.4845187345,1189.174478 +51,-1.536999189,0.7395183096,258,-1.733654349,0.4845187345,1191.9652507 +52,-1.534923633,0.7395144222,258,-1.733654349,0.4845187345,1195.5091277 +53,-1.533267822,0.7395654306,258,-1.733654349,0.4845187345,1198.5282429 +54,-1.53867273,0.7380151077,258,-1.733654349,0.4845187345,1184.2707034 +55,-1.536980576,0.7379994392,258,-1.733654349,0.4845187345,1187.1156065 +56,-1.534931522,0.7379944961,258,-1.733654349,0.4845187345,1190.629622 +57,-1.533387952,0.7379480264,258,-1.733654349,0.4845187345,1193.1576107 +58,-1.538682279,0.7364914363,258,-1.733654349,0.4845187345,1179.3519008 +59,-1.536980704,0.7364810563,258,-1.733654349,0.4845187345,1182.2456737 +60,-1.534935567,0.7364752065,258,-1.733654349,0.4845187345,1185.7689599 +61,-1.533042592,0.7363876366,258,-1.733654349,0.4845187345,1188.7919929 +62,-1.545143426,0.7349628011,258,-1.733654349,0.4845187345,1163.4355605 +63,-1.543105297,0.7349691947,258,-1.733654349,0.4845187345,1166.8999448 +64,-1.541064533,0.7349647152,258,-1.733654349,0.4845187345,1170.3602261 +65,-1.545411803,0.7334624714,258,-1.733654349,0.4845187345,1158.1150788 +66,-1.543446606,0.7334780896,258,-1.733654349,0.4845187345,1161.5001583 +67,-1.541475327,0.7334957295,258,-1.733654349,0.4845187345,1164.9265958 +68,-1.545401939,0.731963266,258,-1.733654349,0.4845187345,1153.2762447 +69,-1.54342253,0.7319915583,258,-1.733654349,0.4845187345,1156.7446456 +70,-1.541455867,0.7320216438,258,-1.733654349,0.4845187345,1160.2213278 +71,-1.545410146,0.7304422281,258,-1.733654349,0.4845187345,1148.3461033 +72,-1.543435491,0.7304713664,258,-1.733654349,0.4845187345,1151.827374 +73,-1.541463105,0.7304997613,258,-1.733654349,0.4845187345,1155.3267321 +74,-1.545414768,0.7289194936,258,-1.733654349,0.4845187345,1143.4268119 +75,-1.543435774,0.7289538557,258,-1.733654349,0.4845187345,1146.9508286 +76,-1.541457714,0.7289765881,258,-1.733654349,0.4845187345,1150.4604526 +77,-1.539449415,0.7320555866,258,-1.733654349,0.4845187345,1163.8033903 +78,-1.537429183,0.7321097681,258,-1.733654349,0.4845187345,1167.4986429 +79,-1.535472649,0.7321497267,258,-1.733654349,0.4845187345,1171.0607106 +80,-1.539457899,0.7305333307,258,-1.733654349,0.4845187345,1158.9240714 +81,-1.537453161,0.7305750503,258,-1.733654349,0.4845187345,1162.5710974 +82,-1.535479385,0.7306124949,258,-1.733654349,0.4845187345,1166.1738854 +83,-1.53946905,0.7290102593,258,-1.733654349,0.4845187345,1154.0479926 +84,-1.537459922,0.7290417293,258,-1.733654349,0.4845187345,1157.6889525 +85,-1.535451349,0.7290890157,258,-1.733654349,0.4845187345,1161.4034416 +86,-1.535522937,0.7279887191,258,-1.733654349,0.4845187345,1157.8011431 +87,-1.539442524,0.7274735939,258,-1.733654349,0.4845187345,1149.2058602 +88,-1.537424111,0.727521351,258,-1.733654349,0.4845187345,1152.9344465 +89,-1.539384641,0.7259505092,258,-1.733654349,0.4845187345,1144.4741546 +90,-1.537372391,0.7259947145,258,-1.733654349,0.4845187345,1148.2003762 +91,-1.535340789,0.7260435356,258,-1.733654349,0.4845187345,1152.0002973 +92,-1.539325716,0.7244369706,258,-1.733654349,0.4845187345,1139.7867549 +93,-1.537308932,0.7244801057,258,-1.733654349,0.4845187345,1143.5376071 +94,-1.535289068,0.7245247645,258,-1.733654349,0.4845187345,1147.3233056 +95,-1.533261366,0.7245550236,258,-1.733654349,0.4845187345,1151.1025832 +96,-1.539267302,0.722921924,258,-1.733654349,0.4845187345,1135.1059574 +97,-1.537248972,0.7229660258,258,-1.733654349,0.4845187345,1138.8826773 +98,-1.535219431,0.7229916471,258,-1.733654349,0.4845187345,1142.6465052 +99,-1.53318962,0.7230212049,258,-1.733654349,0.4845187345,1146.4481079 +100,-1.531154816,0.7230299897,258,-1.733654349,0.4845187345,1150.2191355 +101,-1.528878341,0.7230370244,258,-1.733654349,0.4845187345,1154.4591276 +102,-1.539218189,0.7214009878,258,-1.733654349,0.4845187345,1130.4022694 +103,-1.537198791,0.7214422745,258,-1.733654349,0.4845187345,1134.1922327 +104,-1.535179266,0.7214634354,258,-1.733654349,0.4845187345,1137.944242 +105,-1.533156501,0.7214944644,258,-1.733654349,0.4845187345,1141.7577894 +106,-1.53113574,0.7215166021,258,-1.733654349,0.4845187345,1145.5645666 +107,-1.528874248,0.7215345535,258,-1.733654349,0.4845187345,1149.8327395 +108,-1.539217656,0.7198512397,258,-1.733654349,0.4845187345,1125.5324022 +109,-1.537199919,0.7199428763,258,-1.733654349,0.4845187345,1129.4967742 +110,-1.545425832,0.727397149,258,-1.733654349,0.4845187345,1138.5080161 +111,-1.543371177,0.7273916949,258,-1.733654349,0.4845187345,1142.0547583 +112,-1.541368852,0.7274523163,258,-1.733654349,0.4845187345,1145.7478573 +113,-1.545349067,0.7258710923,258,-1.733654349,0.4845187345,1133.740331 +114,-1.54332671,0.7258603556,258,-1.733654349,0.4845187345,1137.2344815 +115,-1.541346831,0.7259242142,258,-1.733654349,0.4845187345,1140.9178014 +116,-1.545324355,0.7243383958,258,-1.733654349,0.4845187345,1128.8727081 +117,-1.543292796,0.7243617413,258,-1.733654349,0.4845187345,1132.5117945 +118,-1.541295822,0.7244024384,258,-1.733654349,0.4845187345,1136.1707424 +119,-1.543193859,0.7205570215,258,-1.733654349,0.4845187345,1120.5958294 +120,-1.550257047,0.7386738187,258,-1.733654349,0.4845187345,1167.1066641 +121,-1.549335448,0.7311736483,258,-1.733654349,0.4845187345,1144.0681846 +122,-1.533478843,0.7179891343,258,-1.733654349,0.4845187345,1130.293738 +123,-1.556150555,0.738907041,258,-1.733654349,0.4845187345,1158.4065885 +124,-1.554324226,0.733414257,258,-1.733654349,0.4845187345,1143.1504008 +125,-1.554290846,0.7288285332,258,-1.733654349,0.4845187345,1128.1346689 +126,-1.55122487,0.7219795312,258,-1.733654349,0.4845187345,1111.0485958 +127,-1.525104458,0.7229399862,258,-1.733654349,0.4845187345,1161.2234516 +128,-1.519607711,0.7236181429,258,-1.733654349,0.4845187345,1173.7174068 +129,-1.513899999,0.7251107854,258,-1.733654349,0.4845187345,1189.1924377 +130,-1.536620762,0.7431061895,258,-1.733654349,0.4845187345,1204.1744285 +131,-1.5369566,0.7460845958,258,-1.733654349,0.4845187345,1213.2538142 +132,-1.545345528,0.7447040685,258,-1.733654349,0.4845187345,1194.93456 +133,-1.532813921,0.7432306626,258,-1.733654349,0.4845187345,1211.0437286 +134,-1.554788248,0.7382381001,258,-1.733654349,0.4845187345,1158.3540698 +135,-1.540348126,0.7301594274,258,-1.733654349,0.4845187345,1156.176303 +136,-1.538016084,0.7239051786,258,-1.733654349,0.4845187345,1140.4546523 +137,-1.525288962,0.7258085137,258,-1.733654349,0.4845187345,1169.6880019 +138,-1.534326986,0.731241342,258,-1.733654349,0.4845187345,1170.2074369 +139,-1.530733872,0.7303625216,258,-1.733654349,0.4845187345,1173.8640361 +141,-1.534354939,0.7328219978,258,-1.733654349,0.4845187345,1175.1642446 +142,-1.53157084,0.7292888153,258,-1.733654349,0.4845187345,1168.98732 +143,-1.525691035,0.7263799874,258,-1.733654349,0.4845187345,1170.7013195 +144,-1.534031287,0.7495967835,258,-1.733654349,0.4845187345,1229.5217935 +145,-1.527714986,0.7283095957,258,-1.733654349,0.4845187345,1172.941178 +146,-1.526189586,0.7271468292,258,-1.733654349,0.4845187345,1172.1455943 +147,-1.555177336,0.7375563366,258,-1.733654349,0.4845187345,1155.4691698 +148,-1.555080283,0.7312707794,258,-1.733654349,0.4845187345,1134.8531099 +149,-1.53856994,0.7224180299,258,-1.733654349,0.4845187345,1134.7733332 +150,-1.530837883,0.729933372,258,-1.733654349,0.4845187345,1172.3307094 +151,-1.515066984,0.5854133365,258,-1.733654349,0.4845187345,844.38304748 +152,-1.534731633,0.5368370046,258,-1.733654349,0.4845187345,717.55545852 +153,-1.515231902,0.5607085576,258,-1.733654349,0.4845187345,807.46741083 +154,-2.616253799,1.0684566605,258,-1.733654349,0.4845187345,3266.2524561 +155,-1.956071439,0.5792177723,258,-1.733654349,0.4845187345,846.01276817 +156,-1.951208514,0.5602434208,258,-1.733654349,0.4845187345,804.11752083 +157,-1.944675062,0.6062144545,258,-1.733654349,0.4845187345,860.9156088 +158,-1.613778386,0.6077989518,258,-1.733654349,0.4845187345,634.50143993 +159,-2.035029014,0.6021432345,258,-1.733654349,0.4845187345,1120.9679143 +160,-2.114989471,0.6801825058,258,-1.733654349,0.4845187345,1474.5967344 +161,-2.037382079,0.5765830025,258,-1.733654349,0.4845187345,1098.2152256 +162,-2.129855121,0.6585019963,258,-1.733654349,0.4845187345,1483.4406203 +163,-2.075141798,0.6493615843,258,-1.733654349,0.4845187345,1310.7287409 +164,-1.828626729,0.6948433129,258,-1.733654349,0.4845187345,889.34363192 +165,-1.863329418,0.6735427691,258,-1.733654349,0.4845187345,862.60022731 +166,-1.266037071,0.727988852,258,-1.733654349,0.4845187345,1790.2432261 +167,-1.277579582,0.7249010648,258,-1.733654349,0.4845187345,1754.0605727 +168,-1.258418684,0.7241194816,258,-1.733654349,0.4845187345,1804.8080781 +169,-1.317813974,0.6804850104,258,-1.733654349,0.4845187345,1572.3294092 +170,-1.344165204,0.6790988904,258,-1.733654349,0.4845187345,1495.6230634 +171,-1.427582102,0.5277120351,258,-1.733654349,0.4845187345,1072.9548429 +172,-1.402238616,0.457167829,258,-1.733654349,0.4845187345,1173.7279062 +173,-1.422454264,0.4996161999,258,-1.733654349,0.4845187345,1087.0590214 +174,-1.439089277,0.4894859811,258,-1.733654349,0.4845187345,1030.4870116 +175,-1.448126995,0.5182330266,258,-1.733654349,0.4845187345,999.86160666 +176,-1.474626146,0.5881926574,258,-1.733654349,0.4845187345,971.52777853 +177,-1.421139645,0.5584869783,258,-1.733654349,0.4845187345,1111.0685434 +178,-1.457037165,0.565943032,258,-1.733654349,0.4845187345,1000.1311842 +179,-2.757159358,0.3745319,258,-1.733654349,0.4845187345,3678.1637707 +180,-2.714309238,0.342054471,258,-1.733654349,0.4845187345,3572.3569243 +181,-2.000525337,0.774119946,258,-1.733654349,0.4845187345,1425.2550926 +183,-1.571413436,0.6777838382,258,-1.733654349,0.4845187345,933.96136176 +184,-1.552860289,0.6987663893,258,-1.733654349,0.4845187345,1034.4100673 +185,-1.521852374,0.7165827476,258,-1.733654349,0.4845187345,1148.1490337 +186,-1.503656267,0.6928968252,258,-1.733654349,0.4845187345,1117.8807482 +187,-1.502753178,0.7136205882,258,-1.733654349,0.4845187345,1177.8018655 +188,-1.631894563,0.7343596465,258,-1.733654349,0.4845187345,1042.6631183 +189,-1.653765416,0.6770714026,258,-1.733654349,0.4845187345,806.9653075 +190,-1.719812114,0.6715965947,258,-1.733654349,0.4845187345,742.42744185 +191,-1.493406659,0.6646955447,258,-1.733654349,0.4845187345,1068.923959 +192,-1.469120564,0.6613469966,258,-1.733654349,0.4845187345,1122.4840289 +193,-1.590551461,0.5326612937,258,-1.733654349,0.4845187345,530.36297271 +194,-1.625979264,0.5247742243,258,-1.733654349,0.4845187345,405.87797977 +195,-1.572293943,0.5238808754,258,-1.733654349,0.4845187345,580.72394082 +196,-1.610848725,0.5477107964,258,-1.733654349,0.4845187345,491.39571626 +197,-1.208485554,0.7918526018,258,-1.733654349,0.4845187345,2047.3449583 +198,-1.335601374,0.6869083083,258,-1.733654349,0.4845187345,1532.3815757 +199,-1.346156996,0.6825213377,258,-1.733654349,0.4845187345,1495.6944411 +200,-1.324381037,0.6741422347,258,-1.733654349,0.4845187345,1544.0587032 +201,-1.242424992,0.7378949807,258,-1.733654349,0.4845187345,1869.6613881 +202,-1.270370057,0.7392461008,258,-1.733654349,0.4845187345,1797.3721892 +203,-1.448950472,0.7441675014,258,-1.733654349,0.4845187345,1375.8892068 +204,-1.492662363,0.7523026852,258,-1.733654349,0.4845187345,1311.4423328 +205,-1.479098966,0.7763855017,258,-1.733654349,0.4845187345,1409.3712381 +206,-1.633760714,0.7869022408,258,-1.733654349,0.4845187345,1238.4976749 +207,-1.647406434,0.8101289331,258,-1.733654349,0.4845187345,1317.532027 +208,-1.564245052,0.5701509278,258,-1.733654349,0.4845187345,671.32815918 +209,-1.646289963,0.6833746083,258,-1.733654349,0.4845187345,838.52310711 +210,-1.5820631,0.6751952144,258,-1.733654349,0.4845187345,906.00410915 +211,-1.613236298,0.6681681791,258,-1.733654349,0.4845187345,829.47220468 +212,-1.914661867,0.8212566515,258,-1.733654349,0.4845187345,1447.2697401 +213,-1.742133237,0.7250275956,258,-1.733654349,0.4845187345,953.05142133 +214,-2.033144872,0.6557314699,258,-1.733654349,0.4845187345,1203.9874329 +215,-2.039551981,0.6964723658,258,-1.733654349,0.4845187345,1306.3128233 +216,-1.247341019,0.7622473908,258,-1.733654349,0.4845187345,1897.1476026 +217,-1.298239787,0.7084123392,258,-1.733654349,0.4845187345,1670.8743365 +218,-1.308539688,0.6926545592,258,-1.733654349,0.4845187345,1617.1976785 +219,-1.303263185,0.6888938396,258,-1.733654349,0.4845187345,1626.289442 +220,-1.852400229,0.6004246149,258,-1.733654349,0.4845187345,610.421138 +221,-1.288947707,0.7473773692,258,-1.733654349,0.4845187345,1763.4564696 +222,-1.372031502,0.7472790993,258,-1.733654349,0.4845187345,1557.3922495 +223,-1.289805721,0.7242157877,258,-1.733654349,0.4845187345,1720.0462573 +224,-1.350807603,0.7533498126,258,-1.733654349,0.4845187345,1621.6825639 +225,-1.329290365,0.7560442322,258,-1.733654349,0.4845187345,1679.5550298 +226,-1.410153004,0.616936428,258,-1.733654349,0.4845187345,1208.6456601 +227,-1.393445434,0.6308995063,258,-1.733654349,0.4845187345,1278.6123293 +228,-1.37595573,0.6241540638,258,-1.733654349,0.4845187345,1322.0221387 +229,-1.358388707,0.6172645205,258,-1.733654349,0.4845187345,1367.5924768 +230,-1.753741133,0.8281661666,258,-1.733654349,0.4845187345,1362.6059461 +231,-1.47430987,0.6834615681,258,-1.733654349,0.4845187345,1161.2784493 +232,-1.421012508,0.7222725206,258,-1.733654349,0.4845187345,1382.7462324 +233,-1.4476833,0.6978557868,258,-1.733654349,0.4845187345,1260.4694865 +234,-1.470370723,0.6966193374,258,-1.733654349,0.4845187345,1203.4104013 +235,-1.429211703,0.7037216883,258,-1.733654349,0.4845187345,1319.263657 +236,-1.700578405,0.6178673663,258,-1.733654349,0.4845187345,539.8203807 +237,-1.678117619,0.6331716163,258,-1.733654349,0.4845187345,617.53371551 +238,-1.725644578,0.6316331145,258,-1.733654349,0.4845187345,583.33878524 +239,-2.14012759,0.7930497945,258,-1.733654349,0.4845187345,1766.5183866 +240,-2.103289431,0.7653606263,258,-1.733654349,0.4845187345,1618.0189149 +241,-1.318739838,0.7017808746,258,-1.733654349,0.4845187345,1603.7177816 +242,-1.396417427,0.7077900843,258,-1.733654349,0.4845187345,1410.0218332 +243,-1.35650337,0.7185539404,258,-1.733654349,0.4845187345,1534.1984035 +244,-1.248884539,0.7274156818,258,-1.733654349,0.4845187345,1835.9096994 +245,-1.395014798,0.5761185243,258,-1.733654349,0.4845187345,1210.5144192 +246,-1.433377362,0.6064716109,258,-1.733654349,0.4845187345,1123.5562814 +247,-1.408172432,0.5903155476,258,-1.733654349,0.4845187345,1181.9191404 +248,-1.749645898,0.7757118084,258,-1.733654349,0.4845187345,1154.5297063 +249,-1.571626686,0.615046989,258,-1.733654349,0.4845187345,752.11233525 +250,-1.514070049,0.6303003037,258,-1.733654349,0.4845187345,935.70443398 +251,-1.480890369,0.6237966528,258,-1.733654349,0.4845187345,1012.706065 +252,-1.704390658,0.5281680612,258,-1.733654349,0.4845187345,200.4122203 +253,-1.64434733,0.5254277498,258,-1.733654349,0.4845187345,349.37744942 +254,-1.703855997,0.4792484842,258,-1.733654349,0.4845187345,106.65220729 +255,-1.692002383,0.5748825051,258,-1.733654349,0.4845187345,385.17021669 +256,-1.854136457,0.5544643913,258,-1.733654349,0.4845187345,498.18538596 +257,-1.665021206,0.520317736,258,-1.733654349,0.4845187345,277.2333801 +258,-1.733654349,0.4845187345,258,-1.733654349,0.4845187345,29.474534144 +259,-1.720938188,0.5135933906,258,-1.733654349,0.4845187345,123.36343599 +260,-1.742668307,0.553296122,258,-1.733654349,0.4845187345,274.18444078 +261,-1.965659039,0.7142126903,258,-1.733654349,0.4845187345,1181.7807392 +262,-1.944438071,0.6772834804,258,-1.733654349,0.4845187345,1032.5376149 +263,-1.270340967,0.7681487096,258,-1.733654349,0.4845187345,1849.525861 +264,-1.353091884,0.6549276821,258,-1.733654349,0.4845187345,1432.5957402 +265,-1.333236659,0.6413584414,258,-1.733654349,0.4845187345,1473.0987827 +266,-1.352015998,0.6753788907,258,-1.733654349,0.4845187345,1467.4676645 +267,-1.377988483,0.6577816235,258,-1.733654349,0.4845187345,1365.0706076 +268,-2.13075611,0.8318642051,258,-1.733654349,0.4845187345,1841.1366969 +269,-2.097910953,0.8259670014,258,-1.733654349,0.4845187345,1759.8383427 +270,-1.416382069,0.6694271549,258,-1.733654349,0.4845187345,1279.0016245 +271,-1.538905672,0.7535625993,258,-1.733654349,0.4845187345,1234.4755221 +272,-1.572309477,0.7803125099,258,-1.733654349,0.4845187345,1277.9591695 +273,-1.87759879,0.7503853417,258,-1.733654349,0.4845187345,1149.6942609 +274,1.152365588,0.590457682,258,-1.733654349,0.4845187345,8079.1107894 +275,0.350198001,0.718001859,258,-1.733654349,0.4845187345,6303.8662044 +276,0.046513677,0.491503852,258,-1.733654349,0.4845187345,5993.3392846 +277,0.027510309,0.742571376,258,-1.733654349,0.4845187345,5458.2922679 +278,0.306285725,-0.214631579,258,-1.733654349,0.4845187345,8250.8068228 +279,-1.100564889,0.318051531,258,-1.733654349,0.4845187345,2390.9348127 +280,-1.078582306,0.301437596,258,-1.733654349,0.4845187345,2493.0868033 +281,-1.137371989,-0.617634065,258,-1.733654349,0.4845187345,4901.6473661 +282,0.784356344,0.703272339,258,-1.733654349,0.4845187345,7209.2178104 +283,-1.221209947,0.218327455,258,-1.733654349,0.4845187345,2168.7767624 +284,2.347301921,-0.449114658,258,-1.733654349,0.4845187345,9145.006795 +285,0.246820618,0.830553713,258,-1.733654349,0.4845187345,5800.6253473 +286,0.829414965,0.703288228,258,-1.733654349,0.4845187345,7279.6150944 +287,-1.337537566,0.42332223,258,-1.733654349,0.4845187345,1428.671964 +288,0.882453706,0.454478077,258,-1.733654349,0.4845187345,8220.0565951 +289,1.575629659,0.416419109,258,-1.733654349,0.4845187345,8818.1968161 +290,-1.039455679,0.229888244,258,-1.733654349,0.4845187345,2751.0680011 +291,0.489558039,0.934482747,258,-1.733654349,0.4845187345,6002.4326728 +292,0.081344504,0.88384514,258,-1.733654349,0.4845187345,5325.2397111 +293,-1.547979814,0.300350308,258,-1.733654349,0.4845187345,995.87549453 +294,0.040776181,0.168560074,258,-1.733654349,0.4845187345,6611.8234444 +295,-1.130374745,0.563894876,258,-1.733654349,0.4845187345,2083.411162 +296,1.578326642,0.478507176,258,-1.733654349,0.4845187345,8574.6782311 +297,-1.12861823,-0.291640865,258,-1.733654349,0.4845187345,3852.4517354 +298,0.310524208,0.770885792,258,-1.733654349,0.4845187345,6082.5887108 +299,0.415649091,-0.387246002,258,-1.733654349,0.4845187345,8890.5990477 +300,-0.926533878,-0.188022748,258,-1.733654349,0.4845187345,4083.0057175 +301,1.258856172,-0.11716081,258,-1.733654349,0.4845187345,10884.767379 +302,-1.126050026,0.322941926,258,-1.733654349,0.4845187345,2295.0762976 +303,2.002785835,0.07893892,258,-1.733654349,0.4845187345,9259.5309751 +304,0.440437607,0.746258085,258,-1.733654349,0.4845187345,6429.6104677 +305,-0.030391866,0.214441206,258,-1.733654349,0.4845187345,6281.6602582 +306,0.521557815,-0.058929362,258,-1.733654349,0.4845187345,8701.5335504 +307,-0.097005111,0.13317729,258,-1.733654349,0.4845187345,6205.5533626 +308,1.83113859,0.221857587,258,-1.733654349,0.4845187345,9208.549971 +309,0.222428864,0.099404236,258,-1.733654349,0.4845187345,7365.4431067 +310,-1.702731345,0.8728568183,258,-1.733654349,0.4845187345,1541.0486394 +311,-0.418507569,0.278324921,258,-1.733654349,0.4845187345,4834.6024095 +312,-1.41153306,0.339029988,258,-1.733654349,0.4845187345,1301.3766952 +313,0.357560442,0.114788776,258,-1.733654349,0.4845187345,7782.0442881 +314,0.325818979,0.268352149,258,-1.733654349,0.4845187345,7333.8904213 +315,-1.246004659,-0.663679965,258,-1.733654349,0.4845187345,4894.5287947 +316,1.814603087,0.637404484,258,-1.733654349,0.4845187345,7748.5943893 +317,1.843704281,-0.18300445,258,-1.733654349,0.4845187345,10430.4654 +318,1.690644492,-0.211480909,258,-1.733654349,0.4845187345,10938.104804 +319,-1.275451936,0.068109467,258,-1.733654349,0.4845187345,2389.5814158 +320,0.762430171,-0.207594741,258,-1.733654349,0.4845187345,9814.6662707 +321,0.265668905,-0.014647884,258,-1.733654349,0.4845187345,7742.3257278 +322,-2.773032013,-0.335515811,258,-1.733654349,0.4845187345,5138.7560419 +323,-1.469512853,0.174058777,258,-1.733654349,0.4845187345,1575.1698986 +324,0.286276986,0.785925691,258,-1.733654349,0.4845187345,5992.070568 +325,-1.379324697,0.377432233,258,-1.733654349,0.4845187345,1341.7945201 +326,-1.203778265,0.212813032,258,-1.733654349,0.4845187345,2237.0997275 +327,0.579916301,0.611743168,258,-1.733654349,0.4845187345,7110.4983212 +328,0.267582642,0.868113908,258,-1.733654349,0.4845187345,5758.1637621 +329,0.412869244,-0.050245578,258,-1.733654349,0.4845187345,8316.8082113 +330,0.17524381,0.976660285,258,-1.733654349,0.4845187345,5336.604023 +331,0.743157214,0.204812899,258,-1.733654349,0.4845187345,8707.6930041 +332,-1.070758176,0.269382282,258,-1.733654349,0.4845187345,2573.2596529 +333,-1.230364251,0.329790229,258,-1.733654349,0.4845187345,1924.7816386 +334,-1.374813124,-0.024926835,258,-1.733654349,0.4845187345,2436.7363685 +335,0.519780566,0.463669906,258,-1.733654349,0.4845187345,7391.4084609 +336,-1.55108034,0.239698561,258,-1.733654349,0.4845187345,1180.8038423 +337,0.180294813,0.029739425,258,-1.733654349,0.4845187345,7361.5122146 +338,0.67820924,0.268170153,258,-1.733654349,0.4845187345,8353.6470326 +339,0.445798684,1.024001867,258,-1.733654349,0.4845187345,5686.3625532 +340,0.691751283,0.150521402,258,-1.733654349,0.4845187345,8722.0348812 +341,-1.036643551,-0.903056181,258,-1.733654349,0.4845187345,6006.3447763 +342,-0.120287036,1.083325163,258,-1.733654349,0.4845187345,4618.279537 +343,2.823513113,-0.304487164,258,-1.733654349,0.4845187345,7305.4719388 +344,0.457583172,1.12513373,258,-1.733654349,0.4845187345,5430.3286723 +345,0.042918831,0.813795399,258,-1.733654349,0.4845187345,5366.0131325 +346,1.196146777,-0.853142756,258,-1.733654349,0.4845187345,10846.887038 +347,0.206001358,-0.010430701,258,-1.733654349,0.4845187345,7528.4259822 +348,-0.268308653,0.234799412,258,-1.733654349,0.4845187345,5428.5979716 +349,0.759363263,0.736189579,258,-1.733654349,0.4845187345,7059.282394 +350,0.181363926,0.891988372,258,-1.733654349,0.4845187345,5525.023949 +351,-0.021111158,0.139103292,258,-1.733654349,0.4845187345,6456.6376137 +352,-0.093355215,0.630686981,258,-1.733654349,0.4845187345,5322.8377557 +353,0.40118964,0.681375926,258,-1.733654349,0.4845187345,6515.5578942 +354,-0.721197315,1.304706234,258,-1.733654349,0.4845187345,3806.6862337 +355,-1.076150317,0.212107639,258,-1.733654349,0.4845187345,2660.5349144 +356,-1.577164531,0.273993443,258,-1.733654349,0.4845187345,1012.4352026 +357,-0.190788414,0.182208586,258,-1.733654349,0.4845187345,5790.4950828 +358,-0.261349752,0.209710184,258,-1.733654349,0.4845187345,5496.687838 +359,-1.029303852,0.083549259,258,-1.733654349,0.4845187345,3089.9934327 +360,-1.268609162,0.330525297,258,-1.733654349,0.4845187345,1793.0672599 +361,1.282982244,-0.926641967,258,-1.733654349,0.4845187345,10654.625166 +362,0.217352334,0.731352408,258,-1.733654349,0.4845187345,5957.6625836 +363,-1.511833084,0.258629297,258,-1.733654349,0.4845187345,1210.8988117 +364,0.338812194,0.823184618,258,-1.733654349,0.4845187345,6014.8864578 +365,-0.324406489,1.134201999,258,-1.733654349,0.4845187345,4228.5420379 +366,1.389579348,0.399185724,258,-1.733654349,0.4845187345,8942.791216 +367,2.047152199,-0.039082036,258,-1.733654349,0.4845187345,9450.8340993 +368,0.947780369,0.568250077,258,-1.733654349,0.4845187345,7928.2789998 +369,0.763824846,0.576754987,258,-1.733654349,0.4845187345,7592.4274921 +370,-0.142334657,0.928153068,258,-1.733654349,0.4845187345,4754.7958924 +371,0.610266567,0.547265983,258,-1.733654349,0.4845187345,7368.1749138 +372,0.210731629,0.746815056,258,-1.733654349,0.4845187345,5907.0593386 +373,-1.34931644,0.316895224,258,-1.733654349,0.4845187345,1547.566869 +374,2.407696481,0.655030745,258,-1.733654349,0.4845187345,6600.9893194 +375,0.64207831,0.545359131,258,-1.733654349,0.4845187345,7444.136 +376,1.174597538,0.840588356,258,-1.733654349,0.4845187345,7129.908502 +377,0.660059424,0.010604079,258,-1.733654349,0.4845187345,8992.3233626 +378,-0.730263819,0.010486456,258,-1.733654349,0.4845187345,4236.8265278 +379,0.831068936,0.512339172,258,-1.733654349,0.4845187345,7930.6470812 +380,1.301180979,0.72367476,258,-1.733654349,0.4845187345,7642.2124669 +381,1.811128231,0.322854402,258,-1.733654349,0.4845187345,8891.5975574 +382,0.435105812,0.992284428,258,-1.733654349,0.4845187345,5755.0144611 +383,0.62643634,0.592027932,258,-1.733654349,0.4845187345,7269.1674782 +384,0.492988703,-0.516339467,258,-1.733654349,0.4845187345,9289.082556 +385,-0.162469483,0.112549365,258,-1.733654349,0.4845187345,6015.9732307 +386,0.314630866,0.472006421,258,-1.733654349,0.4845187345,6819.9751107 +387,0.166744804,0.822815954,258,-1.733654349,0.4845187345,5638.9734017 +388,0.417159608,0.965805736,258,-1.733654349,0.4845187345,5796.1406356 +389,0.106334961,0.868774244,258,-1.733654349,0.4845187345,5409.513533 +390,0.815086969,-0.338144359,258,-1.733654349,0.4845187345,10222.672546 +391,0.59867455,-0.230624824,258,-1.733654349,0.4845187345,9298.3409729 +392,1.915104874,0.066220985,258,-1.733654349,0.4845187345,9527.5767999 +393,1.278093622,0.064463721,258,-1.733654349,0.4845187345,10213.542803 +394,-0.061477853,0.302997961,258,-1.733654349,0.4845187345,6009.8951975 +395,0.251311504,0.626976942,258,-1.733654349,0.4845187345,6281.7579837 +396,2.950242872,0.149095644,258,-1.733654349,0.4845187345,6046.5535408 +397,-0.180294708,0.35375117,258,-1.733654349,0.4845187345,5521.8239013 +398,1.010448592,-0.351180233,258,-1.733654349,0.4845187345,10914.074235 +399,-1.748740498,0.3686318073,258,-1.733654349,0.4845187345,462.23472954 +400,2.699635665,0.123533791,258,-1.733654349,0.4845187345,6957.0570885 +401,0.496808033,0.823843254,258,-1.733654349,0.4845187345,6327.6052037 +402,0.129574704,0.763364087,258,-1.733654349,0.4845187345,5674.7263115 +403,1.798920311,0.817447563,258,-1.733654349,0.4845187345,7100.212065 +404,0.335987953,0.746786541,258,-1.733654349,0.4845187345,6199.2879433 +405,-1.085413643,0.292154671,258,-1.733654349,0.4845187345,2484.452269 +406,-0.155321003,0.508207011,258,-1.733654349,0.4845187345,5339.9520397 +407,0.620529244,-0.301175104,258,-1.733654349,0.4845187345,9489.5980955 +408,1.684402744,0.368716966,258,-1.733654349,0.4845187345,8902.2357283 +409,0.300582244,-0.386397212,258,-1.733654349,0.4845187345,8490.5721953 +410,2.913555946,-0.009225192,258,-1.733654349,0.4845187345,6467.3866862 +411,1.465101417,0.493232532,258,-1.733654349,0.4845187345,8564.897788 +412,0.090612882,0.907955955,258,-1.733654349,0.4845187345,5300.2115961 +413,2.987564726,-0.729568594,258,-1.733654349,0.4845187345,7448.1002054 +414,-1.484261606,0.224149272,258,-1.733654349,0.4845187345,1383.6849572 +415,0.164073421,0.303955133,258,-1.733654349,0.4845187345,6745.2743737 +416,0.141441293,0.167552546,258,-1.733654349,0.4845187345,6953.9023305 +417,2.931321023,-0.506718887,258,-1.733654349,0.4845187345,7274.9161836 +418,2.21951565,0.700596356,258,-1.733654349,0.4845187345,6879.98808 +419,0.268112576,1.199114336,258,-1.733654349,0.4845187345,5016.1980073 +420,0.978913739,0.359223811,258,-1.733654349,0.4845187345,8719.5547576 +421,1.210898818,0.522863584,258,-1.733654349,0.4845187345,8384.4816844 +422,2.347397336,0.129231362,258,-1.733654349,0.4845187345,8105.9361343 +423,0.614394501,0.556878345,258,-1.733654349,0.4845187345,7348.7126377 +424,-1.398079356,0.148483366,258,-1.733654349,0.4845187345,1829.1730167 +425,2.535303836,-0.112984496,258,-1.733654349,0.4845187345,7981.4705952 +426,-1.019372593,-0.405322349,258,-1.733654349,0.4845187345,4457.9534686 +427,-1.297785627,-0.160104069,258,-1.733654349,0.4845187345,3051.4545088 +428,2.144554488,0.205051084,258,-1.733654349,0.4845187345,8514.0419303 +429,-2.242387083,-0.426171285,258,-1.733654349,0.4845187345,4096.7011125 +430,0.338637212,0.909723676,258,-1.733654349,0.4845187345,5799.3742827 +431,-0.148798452,0.691042401,258,-1.733654349,0.4845187345,5067.7633038 +432,0.893524764,0.441829531,258,-1.733654349,0.4845187345,8283.2521883 +433,0.969229347,-0.368847936,258,-1.733654349,0.4845187345,10800.407754 +434,0.436043248,0.800045688,258,-1.733654349,0.4845187345,6274.9568161 +435,1.687946607,1.081504775,258,-1.733654349,0.4845187345,6176.6675563 +436,0.522302046,-0.034889271,258,-1.733654349,0.4845187345,8652.6545252 +437,-0.178996113,-0.438090009,258,-1.733654349,0.4845187345,6957.5784469 +438,-1.094339566,0.301444068,258,-1.733654349,0.4845187345,2438.5397939 +439,-1.064070054,0.242569932,258,-1.733654349,0.4845187345,2643.7930043 +440,-1.068153768,0.230387998,258,-1.733654349,0.4845187345,2652.4712062 +441,-3.00496892,-0.23989155,258,-1.733654349,0.4845187345,5653.8617952 +442,0.21751974,0.766874888,258,-1.733654349,0.4845187345,5878.3649247 +443,0.117229532,0.007619006,258,-1.733654349,0.4845187345,7186.2834452 +444,0.777758451,0.420554741,258,-1.733654349,0.4845187345,8126.2829867 +445,-0.252356999,0.250747086,258,-1.733654349,0.4845187345,5455.8852748 +446,0.363148444,0.768483434,258,-1.733654349,0.4845187345,6204.8584319 +447,0.903191366,-0.118210676,258,-1.733654349,0.4845187345,10058.429802 +448,-0.205755923,0.149406178,258,-1.733654349,0.4845187345,5797.8496675 +449,1.811996086,0.02364353,258,-1.733654349,0.4845187345,9910.8405657 +450,-1.100670221,0.314845373,258,-1.733654349,0.4845187345,2395.5016899 +451,0.340078597,0.850105132,258,-1.733654349,0.4845187345,5950.3751446 +452,0.258757267,0.804969236,258,-1.733654349,0.4845187345,5885.8863485 +453,2.78505352,-0.155160804,258,-1.733654349,0.4845187345,7182.9726468 +454,0.800551619,0.105822106,258,-1.733654349,0.4845187345,9148.1184679 +455,0.437940882,-0.506194031,258,-1.733654349,0.4845187345,9094.7278801 +456,2.230431122,0.63458615,258,-1.733654349,0.4845187345,7054.8308939 +457,0.527965361,0.127667701,258,-1.733654349,0.4845187345,8295.625908 +458,-0.063643205,0.702093448,258,-1.733654349,0.4845187345,5286.8261171 +459,1.408447268,0.133010502,258,-1.733654349,0.4845187345,9997.8144181 +460,0.523795955,0.280266966,258,-1.733654349,0.4845187345,7896.3709129 +461,-0.975769313,0.072177659,258,-1.733654349,0.4845187345,3289.0495192 +462,0.549774164,-0.463663986,258,-1.733654349,0.4845187345,9439.0179934 +463,0.29245874,1.095549818,258,-1.733654349,0.4845187345,5277.7597632 +464,0.143625958,0.816809593,258,-1.733654349,0.4845187345,5598.3574534 +465,0.671902494,0.611159853,258,-1.733654349,0.4845187345,7304.1746895 +466,1.239840988,0.6724199,258,-1.733654349,0.4845187345,7819.098231 +467,0.607829703,-0.10932137,258,-1.733654349,0.4845187345,9096.0285979 +468,1.763020906,0.263996692,258,-1.733654349,0.4845187345,9180.6286377 +469,0.378714634,0.726066797,258,-1.733654349,0.4845187345,6348.1337736 +470,2.196736143,-0.153862366,258,-1.733654349,0.4845187345,9225.0944154 +471,0.01702415,0.148991565,258,-1.733654349,0.4845187345,6568.658739 +472,-2.998490902,-0.158002487,258,-1.733654349,0.4845187345,5465.0130855 +473,-3.051262951,-0.346595608,258,-1.733654349,0.4845187345,6022.787507 +474,-1.069176439,0.182802941,258,-1.733654349,0.4845187345,2742.7407944 +475,0.167157509,0.595344954,258,-1.733654349,0.4845187345,6127.702429 +476,0.613855648,0.681746124,258,-1.733654349,0.4845187345,6971.4664864 +477,1.037012736,0.682555367,258,-1.733654349,0.4845187345,7621.9817278 +478,-1.253574971,0.379755746,258,-1.733654349,0.4845187345,1771.7986872 +479,3.108590453,-0.132620738,258,-1.733654349,0.4845187345,6015.9032442 +480,0.565301296,0.022333262,258,-1.733654349,0.4845187345,8664.687643 +481,0.547898238,0.855555614,258,-1.733654349,0.4845187345,6328.7521192 +482,0.948309381,0.417393755,258,-1.733654349,0.4845187345,8463.3698067 +483,-0.050600732,0.945269213,258,-1.733654349,0.4845187345,4933.6037851 +484,-0.977651478,-0.572363064,258,-1.733654349,0.4845187345,5060.8428569 +485,1.102014914,0.728861163,258,-1.733654349,0.4845187345,7508.8250363 +486,2.927300795,-0.282939414,258,-1.733654349,0.4845187345,6913.5449104 +487,-1.154565557,0.124434095,258,-1.733654349,0.4845187345,2596.6514464 +488,1.855331234,0.291044755,258,-1.733654349,0.4845187345,8924.5966546 +489,0.830290659,0.276904518,258,-1.733654349,0.4845187345,8700.7320906 +490,0.485104466,-0.234867441,258,-1.733654349,0.4845187345,8910.4667954 +491,0.521367572,-0.33161327,258,-1.733654349,0.4845187345,9186.4736991 +1,-1.539031704,0.7349710123,259,-1.720938188,0.5135933906,1052.0450483 +2,-1.536990553,0.7349663874,259,-1.720938188,0.5135933906,1055.6447332 +3,-1.534951779,0.7349571355,259,-1.720938188,0.5135933906,1059.2533902 +4,-1.532906461,0.7349480293,259,-1.720938188,0.5135933906,1062.9018462 +5,-1.531320211,0.7346937278,259,-1.720938188,0.5135933906,1064.9802287 +6,-1.539451648,0.7335131775,259,-1.720938188,0.5135933906,1046.6879436 +7,-1.537429487,0.7335445708,259,-1.720938188,0.5135933906,1050.3817281 +8,-1.535484998,0.7335658704,259,-1.720938188,0.5135933906,1053.9306095 +9,-1.533488396,0.7336036027,259,-1.720938188,0.5135933906,1057.6494655 +10,-1.531497785,0.7335842962,259,-1.720938188,0.5135933906,1061.2050132 +11,-1.530259379,0.7334777758,259,-1.720938188,0.5135933906,1063.1371782 +12,-1.5335454,0.7322346912,259,-1.720938188,0.5135933906,1053.2759875 +13,-1.531489083,0.7322238773,259,-1.720938188,0.5135933906,1056.9963863 +14,-1.530011122,0.7321679851,259,-1.720938188,0.5135933906,1059.538715 +15,-1.53348106,0.7306614094,259,-1.720938188,0.5135933906,1048.4987163 +16,-1.531441779,0.7306962275,259,-1.720938188,0.5135933906,1052.3521528 +17,-1.529755654,0.7306933243,259,-1.720938188,0.5135933906,1055.4601816 +18,-1.533415048,0.7291384674,259,-1.720938188,0.5135933906,1043.8957929 +19,-1.531392093,0.7291705353,259,-1.720938188,0.5135933906,1047.7326517 +20,-1.529296523,0.7291214933,259,-1.720938188,0.5135933906,1051.4817222 +21,-1.535280942,0.727267644,259,-1.720938188,0.5135933906,1034.662599 +22,-1.533378158,0.7276139666,259,-1.720938188,0.5135933906,1039.2487775 +23,-1.531340368,0.7276446587,259,-1.720938188,0.5135933906,1043.1308743 +24,-1.528960113,0.7276398177,259,-1.720938188,0.5135933906,1047.573818 +25,-1.533313146,0.7260818349,259,-1.720938188,0.5135933906,1034.6448996 +26,-1.531259555,0.7260958115,259,-1.720938188,0.5135933906,1038.5280096 +27,-1.528926415,0.7260865555,259,-1.720938188,0.5135933906,1042.8956583 +28,-1.531226779,0.7245511789,259,-1.720938188,0.5135933906,1033.863354 +29,-1.528904772,0.7245519194,259,-1.720938188,0.5135933906,1038.2663643 +30,-1.547195875,0.7409785979,259,-1.720938188,0.5135933906,1057.3225062 +31,-1.5451475,0.740980426,259,-1.720938188,0.5135933906,1060.7600004 +32,-1.543097679,0.7409798872,259,-1.720938188,0.5135933906,1064.2210779 +33,-1.540720364,0.7409892687,259,-1.720938188,0.5135933906,1068.3030206 +34,-1.547188511,0.7395198392,259,-1.720938188,0.5135933906,1052.5955993 +35,-1.545148587,0.7395226109,259,-1.720938188,0.5135933906,1056.0415585 +36,-1.543104538,0.7395314908,259,-1.720938188,0.5135933906,1059.5427626 +37,-1.540727751,0.7395306258,259,-1.720938188,0.5135933906,1063.6135271 +38,-1.547187029,0.7380014886,259,-1.720938188,0.5135933906,1047.6761215 +39,-1.545147315,0.7380012252,259,-1.720938188,0.5135933906,1051.1324208 +40,-1.54310719,0.7380060743,259,-1.720938188,0.5135933906,1054.6345178 +41,-1.540719671,0.7380068206,259,-1.720938188,0.5135933906,1058.7530774 +42,-1.547187189,0.7364799098,259,-1.720938188,0.5135933906,1042.7546436 +43,-1.545149996,0.7364853874,259,-1.720938188,0.5135933906,1046.2457697 +44,-1.543106091,0.7364823484,259,-1.720938188,0.5135933906,1049.7496982 +45,-1.540717158,0.7364893901,259,-1.720938188,0.5135933906,1053.9151454 +46,-1.538663972,0.7410138672,259,-1.720938188,0.5135933906,1071.9170284 +47,-1.53695285,0.7409699132,259,-1.720938188,0.5135933906,1074.7400037 +48,-1.534910498,0.7409641297,259,-1.720938188,0.5135933906,1078.2840527 +49,-1.533145034,0.7409536636,259,-1.720938188,0.5135933906,1081.3524413 +50,-1.538681336,0.7395405883,259,-1.720938188,0.5135933906,1067.1831071 +51,-1.536999189,0.7395183096,259,-1.720938188,0.5135933906,1070.0411709 +52,-1.534923633,0.7395144222,259,-1.720938188,0.5135933906,1073.6687759 +53,-1.533267822,0.7395654306,259,-1.720938188,0.5135933906,1076.7536665 +54,-1.53867273,0.7380151077,259,-1.720938188,0.5135933906,1062.3390486 +55,-1.536980576,0.7379994392,259,-1.720938188,0.5135933906,1065.2530423 +56,-1.534931522,0.7379944961,259,-1.720938188,0.5135933906,1068.8517411 +57,-1.533387952,0.7379480264,259,-1.720938188,0.5135933906,1071.4464669 +58,-1.538682279,0.7364914363,259,-1.720938188,0.5135933906,1057.4809317 +59,-1.536980704,0.7364810563,259,-1.720938188,0.5135933906,1060.4456344 +60,-1.534935567,0.7364752065,259,-1.720938188,0.5135933906,1064.055473 +61,-1.533042592,0.7363876366,259,-1.720938188,0.5135933906,1067.1637493 +62,-1.545143426,0.7349628011,259,-1.720938188,0.5135933906,1041.3647937 +63,-1.543105297,0.7349691947,259,-1.720938188,0.5135933906,1044.9098782 +64,-1.541064533,0.7349647152,259,-1.720938188,0.5135933906,1048.4532289 +65,-1.545411803,0.7334624714,259,-1.720938188,0.5135933906,1036.0908371 +66,-1.543446606,0.7334780896,259,-1.720938188,0.5135933906,1039.5550308 +67,-1.541475327,0.7334957295,259,-1.720938188,0.5135933906,1043.0624276 +68,-1.545401939,0.731963266,259,-1.720938188,0.5135933906,1031.3111528 +69,-1.54342253,0.7319915583,259,-1.720938188,0.5135933906,1034.8607112 +70,-1.541455867,0.7320216438,259,-1.720938188,0.5135933906,1038.4195875 +71,-1.545410146,0.7304422281,259,-1.720938188,0.5135933906,1026.4420934 +72,-1.543435491,0.7304713664,259,-1.720938188,0.5135933906,1030.0062841 +73,-1.541463105,0.7304997613,259,-1.720938188,0.5135933906,1033.5901373 +74,-1.545414768,0.7289194936,259,-1.720938188,0.5135933906,1021.5859649 +75,-1.543435774,0.7289538557,259,-1.720938188,0.5135933906,1025.1948919 +76,-1.541457714,0.7289765881,259,-1.720938188,0.5135933906,1028.7915349 +77,-1.539449415,0.7320555866,259,-1.720938188,0.5135933906,1042.0869974 +78,-1.537429183,0.7321097681,259,-1.720938188,0.5135933906,1045.8688891 +79,-1.535472649,0.7321497267,259,-1.720938188,0.5135933906,1049.5168818 +80,-1.539457899,0.7305333307,259,-1.720938188,0.5135933906,1037.274797 +81,-1.537453161,0.7305750503,259,-1.720938188,0.5135933906,1041.0103255 +82,-1.535479385,0.7306124949,259,-1.720938188,0.5135933906,1044.7018955 +83,-1.53946905,0.7290102593,259,-1.720938188,0.5135933906,1032.4676805 +84,-1.537459922,0.7290417293,259,-1.720938188,0.5135933906,1036.1998479 +85,-1.535451349,0.7290890157,259,-1.720938188,0.5135933906,1040.0062769 +86,-1.535522937,0.7279887191,259,-1.720938188,0.5135933906,1036.4549071 +87,-1.539442524,0.7274735939,259,-1.720938188,0.5135933906,1027.6988852 +88,-1.537424111,0.727521351,259,-1.720938188,0.5135933906,1031.5204254 +89,-1.539384641,0.7259505092,259,-1.720938188,0.5135933906,1023.0434772 +90,-1.537372391,0.7259947145,259,-1.720938188,0.5135933906,1026.8646497 +91,-1.535340789,0.7260435356,259,-1.720938188,0.5135933906,1030.7617184 +92,-1.539325716,0.7244369706,259,-1.720938188,0.5135933906,1018.4341444 +93,-1.537308932,0.7244801057,259,-1.720938188,0.5135933906,1022.2823542 +94,-1.535289068,0.7245247645,259,-1.720938188,0.5135933906,1026.1669598 +95,-1.533261366,0.7245550236,259,-1.720938188,0.5135933906,1030.0477543 +96,-1.539267302,0.722921924,259,-1.720938188,0.5135933906,1013.8336862 +97,-1.537248972,0.7229660258,259,-1.720938188,0.5135933906,1017.7099459 +98,-1.535219431,0.7229916471,259,-1.720938188,0.5135933906,1021.5763624 +99,-1.53318962,0.7230212049,259,-1.720938188,0.5135933906,1025.4818218 +100,-1.531154816,0.7230299897,259,-1.720938188,0.5135933906,1029.3595749 +101,-1.528878341,0.7230370244,259,-1.720938188,0.5135933906,1033.7208162 +102,-1.539218189,0.7214009878,259,-1.720938188,0.5135933906,1009.2124441 +103,-1.537198791,0.7214422745,259,-1.720938188,0.5135933906,1013.1043349 +104,-1.535179266,0.7214634354,259,-1.720938188,0.5135933906,1016.9608632 +105,-1.533156501,0.7214944644,259,-1.720938188,0.5135933906,1020.879992 +106,-1.53113574,0.7215166021,259,-1.720938188,0.5135933906,1024.7941471 +107,-1.528874248,0.7215345535,259,-1.720938188,0.5135933906,1029.184501 +108,-1.539217656,0.7198512397,259,-1.720938188,0.5135933906,1004.4263721 +109,-1.537199919,0.7199428763,259,-1.720938188,0.5135933906,1008.491963 +110,-1.545425832,0.727397149,259,-1.720938188,0.5135933906,1016.7319362 +111,-1.543371177,0.7273916949,259,-1.720938188,0.5135933906,1020.3708361 +112,-1.541368852,0.7274523163,259,-1.720938188,0.5135933906,1024.1524835 +113,-1.545349067,0.7258710923,259,-1.720938188,0.5135933906,1012.0351024 +114,-1.54332671,0.7258603556,259,-1.720938188,0.5135933906,1015.6224454 +115,-1.541346831,0.7259242142,259,-1.720938188,0.5135933906,1019.3952089 +116,-1.545324355,0.7243383958,259,-1.720938188,0.5135933906,1007.2383964 +117,-1.543292796,0.7243617413,259,-1.720938188,0.5135933906,1010.9717327 +118,-1.541295822,0.7244024384,259,-1.720938188,0.5135933906,1014.7241305 +119,-1.543193859,0.7205570215,259,-1.720938188,0.5135933906,999.24858263 +120,-1.550257047,0.7386738187,259,-1.720938188,0.5135933906,1044.7191041 +121,-1.549335448,0.7311736483,259,-1.720938188,0.5135933906,1021.9743967 +122,-1.533478843,0.7179891343,259,-1.720938188,0.5135933906,1009.6058366 +123,-1.556150555,0.738907041,259,-1.720938188,0.5135933906,1035.8183616 +124,-1.554324226,0.733414257,259,-1.720938188,0.5135933906,1020.7889695 +125,-1.554290846,0.7288285332,259,-1.720938188,0.5135933906,1005.9321121 +126,-1.55122487,0.7219795312,259,-1.720938188,0.5135933906,989.24931838 +127,-1.525104458,0.7229399862,259,-1.720938188,0.5135933906,1040.6965931 +128,-1.519607711,0.7236181429,259,-1.720938188,0.5135933906,1053.453859 +129,-1.513899999,0.7251107854,259,-1.720938188,0.5135933906,1069.1533272 +130,-1.536620762,0.7431061895,259,-1.720938188,0.5135933906,1082.1279404 +131,-1.5369566,0.7460845958,259,-1.720938188,0.5135933906,1091.0881776 +132,-1.545345528,0.7447040685,259,-1.720938188,0.5135933906,1072.5250536 +133,-1.532813921,0.7432306626,259,-1.720938188,0.5135933906,1089.1390548 +134,-1.554788248,0.7382381001,259,-1.720938188,0.5135933906,1035.8281981 +135,-1.540348126,0.7301594274,259,-1.720938188,0.5135933906,1034.5040496 +136,-1.538016084,0.7239051786,259,-1.720938188,0.5135933906,1019.1939549 +137,-1.525288962,0.7258085137,259,-1.720938188,0.5135933906,1048.9782397 +138,-1.534326986,0.731241342,259,-1.720938188,0.5135933906,1048.7587612 +139,-1.530733872,0.7303625216,259,-1.720938188,0.5135933906,1052.6285232 +141,-1.534354939,0.7328219978,259,-1.720938188,0.5135933906,1053.6397837 +142,-1.53157084,0.7292888153,259,-1.720938188,0.5135933906,1047.7662377 +143,-1.525691035,0.7263799874,259,-1.720938188,0.5135933906,1049.9369254 +144,-1.534031287,0.7495967835,259,-1.720938188,0.5135933906,1107.3389409 +145,-1.527714986,0.7283095957,259,-1.720938188,0.5135933906,1051.9634578 +146,-1.526189586,0.7271468292,259,-1.720938188,0.5135933906,1051.3110742 +147,-1.555177336,0.7375563366,259,-1.720938188,0.5135933906,1032.9504741 +148,-1.555080283,0.7312707794,259,-1.720938188,0.5135933906,1012.5353277 +149,-1.53856994,0.7224180299,259,-1.720938188,0.5135933906,1013.5625761 +150,-1.530837883,0.729933372,259,-1.720938188,0.5135933906,1051.1121136 +151,-1.515066984,0.5854133365,259,-1.720938188,0.5135933906,750.74014321 +152,-1.534731633,0.5368370046,259,-1.720938188,0.5135933906,644.50105997 +153,-1.515231902,0.5607085576,259,-1.720938188,0.5135933906,724.05989698 +154,-2.616253799,1.0684566605,259,-1.720938188,0.5135933906,3190.1667901 +155,-1.956071439,0.5792177723,259,-1.720938188,0.5135933906,836.37450926 +156,-1.951208514,0.5602434208,259,-1.720938188,0.5135933906,804.66024123 +157,-1.944675062,0.6062144545,259,-1.720938188,0.5135933906,834.8070587 +158,-1.613778386,0.6077989518,259,-1.720938188,0.5135933906,517.8935377 +159,-2.035029014,0.6021432345,259,-1.720938188,0.5135933906,1110.3666371 +160,-2.114989471,0.6801825058,259,-1.720938188,0.5135933906,1444.2541639 +161,-2.037382079,0.5765830025,259,-1.720938188,0.5135933906,1098.9030865 +162,-2.129855121,0.6585019963,259,-1.720938188,0.5135933906,1461.2285624 +163,-2.075141798,0.6493615843,259,-1.720938188,0.5135933906,1286.2913202 +164,-1.828626729,0.6948433129,259,-1.720938188,0.5135933906,798.61638017 +165,-1.863329418,0.6735427691,259,-1.720938188,0.5135933906,786.61871087 +166,-1.266037071,0.727988852,259,-1.720938188,0.5135933906,1683.9648363 +167,-1.277579582,0.7249010648,259,-1.720938188,0.5135933906,1647.6982057 +168,-1.258418684,0.7241194816,259,-1.720938188,0.5135933906,1699.3849303 +169,-1.317813974,0.6804850104,259,-1.720938188,0.5135933906,1470.9161217 +170,-1.344165204,0.6790988904,259,-1.720938188,0.5135933906,1392.9987001 +171,-1.427582102,0.5277120351,259,-1.720938188,0.5135933906,1008.6493203 +172,-1.402238616,0.457167829,259,-1.720938188,0.5135933906,1137.4279779 +173,-1.422454264,0.4996161999,259,-1.720938188,0.5135933906,1034.3520268 +174,-1.439089277,0.4894859811,259,-1.720938188,0.5135933906,982.76255375 +175,-1.448126995,0.5182330266,259,-1.720938188,0.5135933906,939.42120712 +176,-1.474626146,0.5881926574,259,-1.720938188,0.5135933906,881.32427244 +177,-1.421139645,0.5584869783,259,-1.720938188,0.5135933906,1035.1478949 +178,-1.457037165,0.565943032,259,-1.720938188,0.5135933906,919.48009742 +179,-2.757159358,0.3745319,259,-1.720938188,0.5135933906,3708.9206676 +180,-2.714309238,0.342054471,259,-1.720938188,0.5135933906,3609.7722669 +181,-2.000525337,0.774119946,259,-1.720938188,0.5135933906,1354.8326169 +183,-1.571413436,0.6777838382,259,-1.720938188,0.5135933906,813.56626745 +184,-1.552860289,0.6987663893,259,-1.720938188,0.5135933906,913.79277124 +185,-1.521852374,0.7165827476,259,-1.720938188,0.5135933906,1028.2306459 +186,-1.503656267,0.6928968252,259,-1.720938188,0.5135933906,1001.4136825 +187,-1.502753178,0.7136205882,259,-1.720938188,0.5135933906,1059.3336531 +188,-1.631894563,0.7343596465,259,-1.720938188,0.5135933906,919.6377315 +189,-1.653765416,0.6770714026,259,-1.720938188,0.5135933906,683.79178432 +190,-1.719812114,0.6715965947,259,-1.720938188,0.5135933906,625.86157356 +191,-1.493406659,0.6646955447,259,-1.720938188,0.5135933906,957.30914103 +192,-1.469120564,0.6613469966,259,-1.720938188,0.5135933906,1013.7744979 +193,-1.590551461,0.5326612937,259,-1.720938188,0.5135933906,453.62978293 +194,-1.625979264,0.5247742243,259,-1.720938188,0.5135933906,329.52328419 +195,-1.572293943,0.5238808754,259,-1.720938188,0.5135933906,512.8246434 +196,-1.610848725,0.5477107964,259,-1.720938188,0.5135933906,399.55716816 +197,-1.208485554,0.7918526018,259,-1.720938188,0.5135933906,1935.8218625 +198,-1.335601374,0.6869083083,259,-1.720938188,0.5135933906,1428.8966595 +199,-1.346156996,0.6825213377,259,-1.720938188,0.5135933906,1392.3543296 +200,-1.324381037,0.6741422347,259,-1.720938188,0.5135933906,1443.4281572 +201,-1.242424992,0.7378949807,259,-1.720938188,0.5135933906,1763.0404453 +202,-1.270370057,0.7392461008,259,-1.720938188,0.5135933906,1689.4245638 +203,-1.448950472,0.7441675014,259,-1.720938188,0.5135933906,1258.0988513 +204,-1.492662363,0.7523026852,259,-1.720938188,0.5135933906,1190.8382539 +205,-1.479098966,0.7763855017,259,-1.720938188,0.5135933906,1288.1400363 +206,-1.633760714,0.7869022408,259,-1.720938188,0.5135933906,1116.3337907 +207,-1.647406434,0.8101289331,259,-1.720938188,0.5135933906,1196.375921 +208,-1.564245052,0.5701509278,259,-1.720938188,0.5135933906,576.74239458 +209,-1.646289963,0.6833746083,259,-1.720938188,0.5135933906,715.25200522 +210,-1.5820631,0.6751952144,259,-1.720938188,0.5135933906,785.01799192 +211,-1.613236298,0.6681681791,259,-1.720938188,0.5135933906,706.9378797 +212,-1.914661867,0.8212566515,259,-1.720938188,0.5135933906,1356.3392436 +213,-1.742133237,0.7250275956,259,-1.720938188,0.5135933906,840.25006622 +214,-2.033144872,0.6557314699,259,-1.720938188,0.5135933906,1172.0229053 +215,-2.039551981,0.6964723658,259,-1.720938188,0.5135933906,1261.694478 +216,-1.247341019,0.7622473908,259,-1.720938188,0.5135933906,1787.3730188 +217,-1.298239787,0.7084123392,259,-1.720938188,0.5135933906,1565.9190999 +218,-1.308539688,0.6926545592,259,-1.720938188,0.5135933906,1514.2020298 +219,-1.303263185,0.6888938396,259,-1.720938188,0.5135933906,1524.1799241 +220,-1.852400229,0.6004246149,259,-1.720938188,0.5135933906,559.75096104 +221,-1.288947707,0.7473773692,259,-1.720938188,0.5135933906,1653.6853794 +222,-1.372031502,0.7472790993,259,-1.720938188,0.5135933906,1443.5442087 +223,-1.289805721,0.7242157877,259,-1.720938188,0.5135933906,1613.219523 +224,-1.350807603,0.7533498126,259,-1.720938188,0.5135933906,1508.2851295 +225,-1.329290365,0.7560442322,259,-1.720938188,0.5135933906,1566.9220077 +226,-1.410153004,0.616936428,259,-1.720938188,0.5135933906,1115.144884 +227,-1.393445434,0.6308995063,259,-1.720938188,0.5135933906,1182.778977 +228,-1.37595573,0.6241540638,259,-1.720938188,0.5135933906,1228.9603612 +229,-1.358388707,0.6172645205,259,-1.720938188,0.5135933906,1277.2335493 +230,-1.753741133,0.8281661666,259,-1.720938188,0.5135933906,1250.0727066 +231,-1.47430987,0.6834615681,259,-1.720938188,0.5135933906,1048.468439 +232,-1.421012508,0.7222725206,259,-1.720938188,0.5135933906,1268.8221055 +233,-1.4476833,0.6978557868,259,-1.720938188,0.5135933906,1147.7634586 +234,-1.470370723,0.6966193374,259,-1.720938188,0.5135933906,1089.1286979 +235,-1.429211703,0.7037216883,259,-1.720938188,0.5135933906,1207.1135364 +236,-1.700578405,0.6178673663,259,-1.720938188,0.5135933906,418.59137809 +237,-1.678117619,0.6331716163,259,-1.720938188,0.5135933906,494.56106914 +238,-1.725644578,0.6316331145,259,-1.720938188,0.5135933906,467.81712108 +239,-2.14012759,0.7930497945,259,-1.720938188,0.5135933906,1709.6228249 +240,-2.103289431,0.7653606263,259,-1.720938188,0.5135933906,1563.3354262 +241,-1.318739838,0.7017808746,259,-1.720938188,0.5135933906,1498.7395219 +242,-1.396417427,0.7077900843,259,-1.720938188,0.5135933906,1299.5492038 +243,-1.35650337,0.7185539404,259,-1.720938188,0.5135933906,1424.6866811 +244,-1.248884539,0.7274156818,259,-1.720938188,0.5135933906,1730.4257981 +245,-1.395014798,0.5761185243,259,-1.720938188,0.5135933906,1129.8274392 +246,-1.433377362,0.6064716109,259,-1.720938188,0.5135933906,1031.1842086 +247,-1.408172432,0.5903155476,259,-1.720938188,0.5135933906,1096.1198045 +248,-1.749645898,0.7757118084,259,-1.720938188,0.5135933906,1042.1602977 +249,-1.571626686,0.615046989,259,-1.720938188,0.5135933906,640.78770434 +250,-1.514070049,0.6303003037,259,-1.720938188,0.5135933906,828.67751211 +251,-1.480890369,0.6237966528,259,-1.720938188,0.5135933906,911.08668797 +252,-1.704390658,0.5281680612,259,-1.720938188,0.5135933906,81.023677831 +253,-1.64434733,0.5254277498,259,-1.720938188,0.5135933906,267.47036423 +254,-1.703855997,0.4792484842,259,-1.720938188,0.5135933906,148.47873488 +255,-1.692002383,0.5748825051,259,-1.720938188,0.5135933906,261.80868729 +256,-1.854136457,0.5544643913,259,-1.720938188,0.5135933906,481.98665333 +257,-1.665021206,0.520317736,259,-1.720938188,0.5135933906,194.37170413 +258,-1.733654349,0.4845187345,259,-1.720938188,0.5135933906,123.36343599 +259,-1.720938188,0.5135933906,259,-1.720938188,0.5135933906,43.497573151 +260,-1.742668307,0.553296122,259,-1.720938188,0.5135933906,173.84723611 +261,-1.965659039,0.7142126903,259,-1.720938188,0.5135933906,1119.3660872 +262,-1.944438071,0.6772834804,259,-1.720938188,0.5135933906,976.7361173 +263,-1.270340967,0.7681487096,259,-1.720938188,0.5135933906,1738.1854691 +264,-1.353091884,0.6549276821,259,-1.720938188,0.5135933906,1334.0395197 +265,-1.333236659,0.6413584414,259,-1.720938188,0.5135933906,1378.4945946 +266,-1.352015998,0.6753788907,259,-1.720938188,0.5135933906,1365.0447916 +267,-1.377988483,0.6577816235,259,-1.720938188,0.5135933906,1264.3677437 +268,-2.13075611,0.8318642051,259,-1.720938188,0.5135933906,1775.5541679 +269,-2.097910953,0.8259670014,259,-1.720938188,0.5135933906,1691.9304137 +270,-1.416382069,0.6694271549,259,-1.720938188,0.5135933906,1173.2745783 +271,-1.538905672,0.7535625993,259,-1.720938188,0.5135933906,1112.008386 +272,-1.572309477,0.7803125099,259,-1.720938188,0.5135933906,1154.5972542 +273,-1.87759879,0.7503853417,259,-1.720938188,0.5135933906,1061.6746496 +274,1.152365588,0.590457682,259,-1.720938188,0.5135933906,7956.7104264 +275,0.350198001,0.718001859,259,-1.720938188,0.5135933906,6188.0758826 +276,0.046513677,0.491503852,259,-1.720938188,0.5135933906,5897.3996403 +277,0.027510309,0.742571376,259,-1.720938188,0.5135933906,5348.1128769 +278,0.306285725,-0.214631579,259,-1.720938188,0.5135933906,8203.7361952 +279,-1.100564889,0.318051531,259,-1.720938188,0.5135933906,2366.4178254 +280,-1.078582306,0.301437596,259,-1.720938188,0.5135933906,2469.9009367 +281,-1.137371989,-0.617634065,259,-1.720938188,0.5135933906,4981.6297313 +282,0.784356344,0.703272339,259,-1.720938188,0.5135933906,7086.6478928 +283,-1.221209947,0.218327455,259,-1.720938188,0.5135933906,2176.8940209 +284,2.347301921,-0.449114658,259,-1.720938188,0.5135933906,9208.1059422 +285,0.246820618,0.830553713,259,-1.720938188,0.5135933906,5683.0834928 +286,0.829414965,0.703288228,259,-1.720938188,0.5135933906,7156.6778915 +287,-1.337537566,0.42332223,259,-1.720938188,0.5135933906,1398.9769523 +288,0.882453706,0.454478077,259,-1.720938188,0.5135933906,8098.5929468 +289,1.575629659,0.416419109,259,-1.720938188,0.5135933906,8713.1048537 +290,-1.039455679,0.229888244,259,-1.720938188,0.5135933906,2737.1102428 +291,0.489558039,0.934482747,259,-1.720938188,0.5135933906,5880.0958772 +292,0.081344504,0.88384514,259,-1.720938188,0.5135933906,5208.1781577 +293,-1.547979814,0.300350308,259,-1.720938188,0.5135933906,1052.0241254 +294,0.040776181,0.168560074,259,-1.720938188,0.5135933906,6541.1787688 +295,-1.130374745,0.563894876,259,-1.720938188,0.5135933906,2009.4659641 +296,1.578326642,0.478507176,259,-1.720938188,0.5135933906,8468.9286547 +297,-1.12861823,-0.291640865,259,-1.720938188,0.5135933906,3911.2252525 +298,0.310524208,0.770885792,259,-1.720938188,0.5135933906,5965.8636565 +299,0.415649091,-0.387246002,259,-1.720938188,0.5135933906,8860.1463713 +300,-0.926533878,-0.188022748,259,-1.720938188,0.5135933906,4112.561149 +301,1.258856172,-0.11716081,259,-1.720938188,0.5135933906,10761.459715 +302,-1.126050026,0.322941926,259,-1.720938188,0.5135933906,2271.7560831 +303,2.002785835,0.07893892,259,-1.720938188,0.5135933906,9219.1726852 +304,0.440437607,0.746258085,259,-1.720938188,0.5135933906,6311.276146 +305,-0.030391866,0.214441206,259,-1.720938188,0.5135933906,6210.5028134 +306,0.521557815,-0.058929362,259,-1.720938188,0.5135933906,8624.4087997 +307,-0.097005111,0.13317729,259,-1.720938188,0.5135933906,6145.1226813 +308,1.83113859,0.221857587,259,-1.720938188,0.5135933906,9135.1809377 +309,0.222428864,0.099404236,259,-1.720938188,0.5135933906,7291.3675882 +310,-1.702731345,0.8728568183,259,-1.720938188,0.5135933906,1424.087225 +311,-0.418507569,0.278324921,259,-1.720938188,0.5135933906,4775.755498 +312,-1.41153306,0.339029988,259,-1.720938188,0.5135933906,1310.1149538 +313,0.357560442,0.114788776,259,-1.720938188,0.5135933906,7699.2776048 +314,0.325818979,0.268352149,259,-1.720938188,0.5135933906,7241.3256745 +315,-1.246004659,-0.663679965,259,-1.720938188,0.5135933906,4983.8186586 +316,1.814603087,0.637404484,259,-1.720938188,0.5135933906,7655.020756 +317,1.843704281,-0.18300445,259,-1.720938188,0.5135933906,10404.382065 +318,1.690644492,-0.211480909,259,-1.720938188,0.5135933906,10888.168983 +319,-1.275451936,0.068109467,259,-1.720938188,0.5135933906,2430.3874685 +320,0.762430171,-0.207594741,259,-1.720938188,0.5135933906,9737.2573777 +321,0.265668905,-0.014647884,259,-1.720938188,0.5135933906,7676.2910219 +322,-2.773032013,-0.335515811,259,-1.720938188,0.5135933906,5237.6155377 +323,-1.469512853,0.174058777,259,-1.720938188,0.5135933906,1635.7165383 +324,0.286276986,0.785925691,259,-1.720938188,0.5135933906,5875.2934488 +325,-1.379324697,0.377432233,259,-1.720938188,0.5135933906,1332.3815897 +326,-1.203778265,0.212813032,259,-1.720938188,0.5135933906,2243.9862175 +327,0.579916301,0.611743168,259,-1.720938188,0.5135933906,6992.7255015 +328,0.267582642,0.868113908,259,-1.720938188,0.5135933906,5639.2582365 +329,0.412869244,-0.050245578,259,-1.720938188,0.5135933906,8245.6061142 +330,0.17524381,0.976660285,259,-1.720938188,0.5135933906,5215.9366167 +331,0.743157214,0.204812899,259,-1.720938188,0.5135933906,8597.9076981 +332,-1.070758176,0.269382282,259,-1.720938188,0.5135933906,2555.2759163 +333,-1.230364251,0.329790229,259,-1.720938188,0.5135933906,1910.0555787 +334,-1.374813124,-0.024926835,259,-1.720938188,0.5135933906,2503.4680529 +335,0.519780566,0.463669906,259,-1.720938188,0.5135933906,7280.111201 +336,-1.55108034,0.239698561,259,-1.720938188,0.5135933906,1250.8793121 +337,0.180294813,0.029739425,259,-1.720938188,0.5135933906,7296.0423599 +338,0.67820924,0.268170153,259,-1.720938188,0.5135933906,8244.1235103 +339,0.445798684,1.024001867,259,-1.720938188,0.5135933906,5563.4097234 +340,0.691751283,0.150521402,259,-1.720938188,0.5135933906,8617.801899 +341,-1.036643551,-0.903056181,259,-1.720938188,0.5135933906,6094.6903591 +342,-0.120287036,1.083325163,259,-1.720938188,0.5135933906,4496.7303822 +343,2.823513113,-0.304487164,259,-1.720938188,0.5135933906,7371.574589 +344,0.457583172,1.12513373,259,-1.720938188,0.5135933906,5306.9655719 +345,0.042918831,0.813795399,259,-1.720938188,0.5135933906,5252.2368398 +346,1.196146777,-0.853142756,259,-1.720938188,0.5135933906,10937.235325 +347,0.206001358,-0.010430701,259,-1.720938188,0.5135933906,7465.3529825 +348,-0.268308653,0.234799412,259,-1.720938188,0.5135933906,5366.9864995 +349,0.759363263,0.736189579,259,-1.720938188,0.5135933906,6936.6857382 +350,0.181363926,0.891988372,259,-1.720938188,0.5135933906,5406.5011331 +351,-0.021111158,0.139103292,259,-1.720938188,0.5135933906,6391.7723498 +352,-0.093355215,0.630686981,259,-1.720938188,0.5135933906,5221.868973 +353,0.40118964,0.681375926,259,-1.720938188,0.5135933906,6399.8630692 +354,-0.721197315,1.304706234,259,-1.720938188,0.5135933906,3683.8120225 +355,-1.076150317,0.212107639,259,-1.720938188,0.5135933906,2653.0809823 +356,-1.577164531,0.273993443,259,-1.720938188,0.5135933906,1084.0626471 +357,-0.190788414,0.182208586,259,-1.720938188,0.5135933906,5730.1582376 +358,-0.261349752,0.209710184,259,-1.720938188,0.5135933906,5437.1875696 +359,-1.029303852,0.083549259,259,-1.720938188,0.5135933906,3097.5484097 +360,-1.268609162,0.330525297,259,-1.720938188,0.5135933906,1782.5372142 +361,1.282982244,-0.926641967,259,-1.720938188,0.5135933906,10759.594178 +362,0.217352334,0.731352408,259,-1.720938188,0.5135933906,5844.1341783 +363,-1.511833084,0.258629297,259,-1.720938188,0.5135933906,1266.3189393 +364,0.338812194,0.823184618,259,-1.720938188,0.5135933906,5896.2022023 +365,-0.324406489,1.134201999,259,-1.720938188,0.5135933906,4106.2864808 +366,1.389579348,0.399185724,259,-1.720938188,0.5135933906,8826.3911421 +367,2.047152199,-0.039082036,259,-1.720938188,0.5135933906,9430.0065254 +368,0.947780369,0.568250077,259,-1.720938188,0.5135933906,7805.1414616 +369,0.763824846,0.576754987,259,-1.720938188,0.5135933906,7471.5200053 +370,-0.142334657,0.928153068,259,-1.720938188,0.5135933906,4638.3529506 +371,0.610266567,0.547265983,259,-1.720938188,0.5135933906,7251.3273824 +372,0.210731629,0.746815056,259,-1.720938188,0.5135933906,5793.0561829 +373,-1.34931644,0.316895224,259,-1.720938188,0.5135933906,1551.9132366 +374,2.407696481,0.655030745,259,-1.720938188,0.5135933906,6544.6961807 +375,0.64207831,0.545359131,259,-1.720938188,0.5135933906,7326.5106961 +376,1.174597538,0.840588356,259,-1.720938188,0.5135933906,7009.100048 +377,0.660059424,0.010604079,259,-1.720938188,0.5135933906,8899.7679813 +378,-0.730263819,0.010486456,259,-1.720938188,0.5135933906,4227.3757101 +379,0.831068936,0.512339172,259,-1.720938188,0.5135933906,7809.4073202 +380,1.301180979,0.72367476,259,-1.720938188,0.5135933906,7523.5416144 +381,1.811128231,0.322854402,259,-1.720938188,0.5135933906,8810.24801 +382,0.435105812,0.992284428,259,-1.720938188,0.5135933906,5632.3835708 +383,0.62643634,0.592027932,259,-1.720938188,0.5135933906,7150.8026286 +384,0.492988703,-0.516339467,259,-1.720938188,0.5135933906,9275.5478624 +385,-0.162469483,0.112549365,259,-1.720938188,0.5135933906,5960.907711 +386,0.314630866,0.472006421,259,-1.720938188,0.5135933906,6715.6330897 +387,0.166744804,0.822815954,259,-1.720938188,0.5135933906,5522.9022845 +388,0.417159608,0.965805736,259,-1.720938188,0.5135933906,5673.9090434 +389,0.106334961,0.868774244,259,-1.720938188,0.5135933906,5292.66929 +390,0.815086969,-0.338144359,259,-1.720938188,0.5135933906,10161.523842 +391,0.59867455,-0.230624824,259,-1.720938188,0.5135933906,9235.7198735 +392,1.915104874,0.066220985,259,-1.720938188,0.5135933906,9477.6687777 +393,1.278093622,0.064463721,259,-1.720938188,0.5135933906,10091.01301 +394,-0.061477853,0.302997961,259,-1.720938188,0.5135933906,5932.5614307 +395,0.251311504,0.626976942,259,-1.720938188,0.5135933906,6171.8559223 +396,2.950242872,0.149095644,259,-1.720938188,0.5135933906,6073.3603059 +397,-0.180294708,0.35375117,259,-1.720938188,0.5135933906,5445.2269552 +398,1.010448592,-0.351180233,259,-1.720938188,0.5135933906,10838.534664 +399,-1.748740498,0.3686318073,259,-1.720938188,0.5135933906,582.73935411 +400,2.699635665,0.123533791,259,-1.720938188,0.5135933906,6971.5576107 +401,0.496808033,0.823843254,259,-1.720938188,0.5135933906,6206.7814526 +402,0.129574704,0.763364087,259,-1.720938188,0.5135933906,5561.6161138 +403,1.798920311,0.817447563,259,-1.720938188,0.5135933906,7000.6886714 +404,0.335987953,0.746786541,259,-1.720938188,0.5135933906,6082.8537793 +405,-1.085413643,0.292154671,259,-1.720938188,0.5135933906,2463.5866433 +406,-0.155321003,0.508207011,259,-1.720938188,0.5135933906,5249.5937565 +407,0.620529244,-0.301175104,259,-1.720938188,0.5135933906,9435.4426786 +408,1.684402744,0.368716966,259,-1.720938188,0.5135933906,8806.9718466 +409,0.300582244,-0.386397212,259,-1.720938188,0.5135933906,8465.4213785 +410,2.913555946,-0.009225192,259,-1.720938188,0.5135933906,6508.5789035 +411,1.465101417,0.493232532,259,-1.720938188,0.5135933906,8452.2610309 +412,0.090612882,0.907955955,259,-1.720938188,0.5135933906,5182.2250929 +413,2.987564726,-0.729568594,259,-1.720938188,0.5135933906,7554.0438702 +414,-1.484261606,0.224149272,259,-1.720938188,0.5135933906,1439.0303611 +415,0.164073421,0.303955133,259,-1.720938188,0.5135933906,6657.75356 +416,0.141441293,0.167552546,259,-1.720938188,0.5135933906,6878.2467953 +417,2.931321023,-0.506718887,259,-1.720938188,0.5135933906,7363.3806175 +418,2.21951565,0.700596356,259,-1.720938188,0.5135933906,6809.1036772 +419,0.268112576,1.199114336,259,-1.720938188,0.5135933906,4892.8413844 +420,0.978913739,0.359223811,259,-1.720938188,0.5135933906,8597.3632054 +421,1.210898818,0.522863584,259,-1.720938188,0.5135933906,8262.7403092 +422,2.347397336,0.129231362,259,-1.720938188,0.5135933906,8094.3185389 +423,0.614394501,0.556878345,259,-1.720938188,0.5135933906,7231.5024078 +424,-1.398079356,0.148483366,259,-1.720938188,0.5135933906,1879.0041335 +425,2.535303836,-0.112984496,259,-1.720938188,0.5135933906,8011.6035101 +426,-1.019372593,-0.405322349,259,-1.720938188,0.5135933906,4515.2939989 +427,-1.297785627,-0.160104069,259,-1.720938188,0.5135933906,3118.9411875 +428,2.144554488,0.205051084,259,-1.720938188,0.5135933906,8476.0458875 +429,-2.242387083,-0.426171285,259,-1.720938188,0.5135933906,4218.1378776 +430,0.338637212,0.909723676,259,-1.720938188,0.5135933906,5678.6928605 +431,-0.148798452,0.691042401,259,-1.720938188,0.5135933906,4964.1487829 +432,0.893524764,0.441829531,259,-1.720938188,0.5135933906,8161.7329062 +433,0.969229347,-0.368847936,259,-1.720938188,0.5135933906,10732.988317 +434,0.436043248,0.800045688,259,-1.720938188,0.5135933906,6155.4144975 +435,1.687946607,1.081504775,259,-1.720938188,0.5135933906,6068.0557988 +436,0.522302046,-0.034889271,259,-1.720938188,0.5135933906,8573.1504924 +437,-0.178996113,-0.438090009,259,-1.720938188,0.5135933906,6961.6309366 +438,-1.094339566,0.301444068,259,-1.720938188,0.5135933906,2416.6956199 +439,-1.064070054,0.242569932,259,-1.720938188,0.5135933906,2629.9392845 +440,-1.068153768,0.230387998,259,-1.720938188,0.5135933906,2641.1100134 +441,-3.00496892,-0.23989155,259,-1.720938188,0.5135933906,5735.1987632 +442,0.21751974,0.766874888,259,-1.720938188,0.5135933906,5763.4690045 +443,0.117229532,0.007619006,259,-1.720938188,0.5135933906,7126.3822391 +444,0.777758451,0.420554741,259,-1.720938188,0.5135933906,8007.932744 +445,-0.252356999,0.250747086,259,-1.720938188,0.5135933906,5391.9715799 +446,0.363148444,0.768483434,259,-1.720938188,0.5135933906,6087.2798583 +447,0.903191366,-0.118210676,259,-1.720938188,0.5135933906,9959.0982197 +448,-0.205755923,0.149406178,259,-1.720938188,0.5135933906,5741.4393349 +449,1.811996086,0.02364353,259,-1.720938188,0.5135933906,9851.0093603 +450,-1.100670221,0.314845373,259,-1.720938188,0.5135933906,2371.6180095 +451,0.340078597,0.850105132,259,-1.720938188,0.5135933906,5830.9964684 +452,0.258757267,0.804969236,259,-1.720938188,0.5135933906,5768.9607158 +453,2.78505352,-0.155160804,259,-1.720938188,0.5135933906,7232.1105182 +454,0.800551619,0.105822106,259,-1.720938188,0.5135933906,9040.1412942 +455,0.437940882,-0.506194031,259,-1.720938188,0.5135933906,9081.370117 +456,2.230431122,0.63458615,259,-1.720938188,0.5135933906,6989.0859979 +457,0.527965361,0.127667701,259,-1.720938188,0.5135933906,8202.2425354 +458,-0.063643205,0.702093448,259,-1.720938188,0.5135933906,5180.7181348 +459,1.408447268,0.133010502,259,-1.720938188,0.5135933906,9882.2276325 +460,0.523795955,0.280266966,259,-1.720938188,0.5135933906,7793.5351495 +461,-0.975769313,0.072177659,259,-1.720938188,0.5135933906,3292.7858753 +462,0.549774164,-0.463663986,259,-1.720938188,0.5135933906,9414.5857214 +463,0.29245874,1.095549818,259,-1.720938188,0.5135933906,5154.7276338 +464,0.143625958,0.816809593,259,-1.720938188,0.5135933906,5482.8676933 +465,0.671902494,0.611159853,259,-1.720938188,0.5135933906,7184.4385047 +466,1.239840988,0.6724199,259,-1.720938188,0.5135933906,7698.6930118 +467,0.607829703,-0.10932137,259,-1.720938188,0.5135933906,9018.3511467 +468,1.763020906,0.263996692,259,-1.720938188,0.5135933906,9097.2105607 +469,0.378714634,0.726066797,259,-1.720938188,0.5135933906,6231.5149968 +470,2.196736143,-0.153862366,259,-1.720938188,0.5135933906,9235.6837467 +471,0.01702415,0.148991565,259,-1.720938188,0.5135933906,6500.95298 +472,-2.998490902,-0.158002487,259,-1.720938188,0.5135933906,5539.9450431 +473,-3.051262951,-0.346595608,259,-1.720938188,0.5135933906,6110.2008988 +474,-1.069176439,0.182802941,259,-1.720938188,0.5135933906,2739.449107 +475,0.167157509,0.595344954,259,-1.720938188,0.5135933906,6021.6969673 +476,0.613855648,0.681746124,259,-1.720938188,0.5135933906,6851.4872167 +477,1.037012736,0.682555367,259,-1.720938188,0.5135933906,7498.8315887 +478,-1.253574971,0.379755746,259,-1.720938188,0.5135933906,1746.9727811 +479,3.108590453,-0.132620738,259,-1.720938188,0.5135933906,6079.564117 +480,0.565301296,0.022333262,259,-1.720938188,0.5135933906,8577.2904528 +481,0.547898238,0.855555614,259,-1.720938188,0.5135933906,6206.8999727 +482,0.948309381,0.417393755,259,-1.720938188,0.5135933906,8341.1486665 +483,-0.050600732,0.945269213,259,-1.720938188,0.5135933906,4815.7185042 +484,-0.977651478,-0.572363064,259,-1.720938188,0.5135933906,5126.8503332 +485,1.102014914,0.728861163,259,-1.720938188,0.5135933906,7386.4037174 +486,2.927300795,-0.282939414,259,-1.720938188,0.5135933906,6982.2604636 +487,-1.154565557,0.124434095,259,-1.720938188,0.5135933906,2612.4121846 +488,1.855331234,0.291044755,259,-1.720938188,0.5135933906,8849.5657245 +489,0.830290659,0.276904518,259,-1.720938188,0.5135933906,8584.3386197 +490,0.485104466,-0.234867441,259,-1.720938188,0.5135933906,8855.5245097 +491,0.521367572,-0.33161327,259,-1.720938188,0.5135933906,9142.5796903 +1,-1.539031704,0.7349710123,260,-1.742668307,0.553296122,964.48643133 +2,-1.536990553,0.7349663874,260,-1.742668307,0.553296122,968.76583304 +3,-1.534951779,0.7349571355,260,-1.742668307,0.553296122,973.05102115 +4,-1.532906461,0.7349480293,260,-1.742668307,0.553296122,977.37384755 +5,-1.531320211,0.7346937278,260,-1.742668307,0.553296122,980.0714836 +6,-1.539451648,0.7335131775,260,-1.742668307,0.553296122,959.56512536 +7,-1.537429487,0.7335445708,260,-1.742668307,0.553296122,963.92184258 +8,-1.535484998,0.7335658704,260,-1.742668307,0.553296122,968.10762169 +9,-1.533488396,0.7336036027,260,-1.742668307,0.553296122,972.4698536 +10,-1.531497785,0.7335842962,260,-1.742668307,0.553296122,976.68555811 +11,-1.530259379,0.7334777758,260,-1.742668307,0.553296122,979.06470286 +12,-1.5335454,0.7322346912,260,-1.742668307,0.553296122,968.63149818 +13,-1.531489083,0.7322238773,260,-1.742668307,0.553296122,973.0328454 +14,-1.530011122,0.7321679851,260,-1.742668307,0.553296122,976.08153776 +15,-1.53348106,0.7306614094,260,-1.742668307,0.553296122,964.51883459 +16,-1.531441779,0.7306962275,260,-1.742668307,0.553296122,969.03162352 +17,-1.529755654,0.7306933243,260,-1.742668307,0.553296122,972.69440905 +18,-1.533415048,0.7291384674,260,-1.742668307,0.553296122,960.56759238 +19,-1.531392093,0.7291705353,260,-1.742668307,0.553296122,965.06204985 +20,-1.529296523,0.7291214933,260,-1.742668307,0.553296122,969.52186345 +21,-1.535280942,0.727267644,260,-1.742668307,0.553296122,951.49134547 +22,-1.533378158,0.7276139666,260,-1.742668307,0.553296122,956.5702491 +23,-1.531340368,0.7276446587,260,-1.742668307,0.553296122,961.11796232 +24,-1.528960113,0.7276398177,260,-1.742668307,0.553296122,966.34949089 +25,-1.533313146,0.7260818349,260,-1.742668307,0.553296122,952.635799 +26,-1.531259555,0.7260958115,260,-1.742668307,0.553296122,957.19936675 +27,-1.528926415,0.7260865555,260,-1.742668307,0.553296122,962.34484655 +28,-1.531226779,0.7245511789,260,-1.742668307,0.553296122,953.20855201 +29,-1.528904772,0.7245519194,260,-1.742668307,0.553296122,958.3843196 +30,-1.547195875,0.7409785979,260,-1.742668307,0.553296122,964.75272215 +31,-1.5451475,0.740980426,260,-1.742668307,0.553296122,968.8725434 +32,-1.543097679,0.7409798872,260,-1.742668307,0.553296122,973.01349799 +33,-1.540720364,0.7409892687,260,-1.742668307,0.553296122,977.87537705 +34,-1.547188511,0.7395198392,260,-1.742668307,0.553296122,960.56715005 +35,-1.545148587,0.7395226109,260,-1.742668307,0.553296122,964.69567514 +36,-1.543104538,0.7395314908,260,-1.742668307,0.553296122,968.87465242 +37,-1.540727751,0.7395306258,260,-1.742668307,0.553296122,973.73279287 +38,-1.547187029,0.7380014886,260,-1.742668307,0.553296122,956.21538677 +39,-1.545147315,0.7380012252,260,-1.742668307,0.553296122,960.35886306 +40,-1.54310719,0.7380060743,260,-1.742668307,0.553296122,964.54238886 +41,-1.540719671,0.7380068206,260,-1.742668307,0.553296122,969.45521303 +42,-1.547187189,0.7364799098,260,-1.742668307,0.553296122,951.86883537 +43,-1.545149996,0.7364853874,260,-1.742668307,0.553296122,956.04763466 +44,-1.543106091,0.7364823484,260,-1.742668307,0.553296122,960.24071611 +45,-1.540717158,0.7364893901,260,-1.742668307,0.553296122,965.20238403 +46,-1.538663972,0.7410138672,260,-1.742668307,0.553296122,982.15357081 +47,-1.53695285,0.7409699132,260,-1.742668307,0.553296122,985.55051548 +48,-1.534910498,0.7409641297,260,-1.742668307,0.553296122,989.75846991 +49,-1.533145034,0.7409536636,260,-1.742668307,0.553296122,993.39968351 +50,-1.538681336,0.7395405883,260,-1.742668307,0.553296122,977.97195584 +51,-1.536999189,0.7395183096,260,-1.742668307,0.553296122,981.3890508 +52,-1.534923633,0.7395144222,260,-1.742668307,0.553296122,985.69371395 +53,-1.533267822,0.7395654306,260,-1.742668307,0.553296122,989.29486808 +54,-1.53867273,0.7380151077,260,-1.742668307,0.553296122,973.71481693 +55,-1.536980576,0.7379994392,260,-1.742668307,0.553296122,977.19128889 +56,-1.534931522,0.7379944961,260,-1.742668307,0.553296122,981.46195874 +57,-1.533387952,0.7379480264,260,-1.742668307,0.553296122,984.57685322 +58,-1.538682279,0.7364914363,260,-1.742668307,0.553296122,969.4434532 +59,-1.536980704,0.7364810563,260,-1.742668307,0.553296122,972.97438935 +60,-1.534935567,0.7364752065,260,-1.742668307,0.553296122,977.25839275 +61,-1.533042592,0.7363876366,260,-1.742668307,0.553296122,981.01939637 +62,-1.545143426,0.7349628011,260,-1.742668307,0.553296122,951.75440418 +63,-1.543105297,0.7349691947,260,-1.742668307,0.553296122,955.98646467 +64,-1.541064533,0.7349647152,260,-1.742668307,0.553296122,960.21774509 +65,-1.545411803,0.7334624714,260,-1.742668307,0.553296122,946.97245087 +66,-1.543446606,0.7334780896,260,-1.742668307,0.553296122,951.09914953 +67,-1.541475327,0.7334957295,260,-1.742668307,0.553296122,955.26629417 +68,-1.545401939,0.731963266,260,-1.742668307,0.553296122,942.78541815 +69,-1.54342253,0.7319915583,260,-1.742668307,0.553296122,947.00043145 +70,-1.541455867,0.7320216438,260,-1.742668307,0.553296122,951.21552286 +71,-1.545410146,0.7304422281,260,-1.742668307,0.553296122,938.5182329 +72,-1.543435491,0.7304713664,260,-1.742668307,0.553296122,942.74907976 +73,-1.541463105,0.7304997613,260,-1.742668307,0.553296122,946.99483721 +74,-1.545414768,0.7289194936,260,-1.742668307,0.553296122,934.27284951 +75,-1.543435774,0.7289538557,260,-1.742668307,0.553296122,938.5509306 +76,-1.541457714,0.7289765881,260,-1.742668307,0.553296122,942.81674804 +77,-1.539449415,0.7320555866,260,-1.742668307,0.553296122,955.54680774 +78,-1.537429183,0.7321097681,260,-1.742668307,0.553296122,959.98463105 +79,-1.535472649,0.7321497267,260,-1.742668307,0.553296122,964.26860968 +80,-1.539457899,0.7305333307,260,-1.742668307,0.553296122,951.34610912 +81,-1.537453161,0.7305750503,260,-1.742668307,0.553296122,955.74029553 +82,-1.535479385,0.7306124949,260,-1.742668307,0.553296122,960.07742123 +83,-1.53946905,0.7290102593,260,-1.742668307,0.553296122,947.15679783 +84,-1.537459922,0.7290417293,260,-1.742668307,0.553296122,951.55618991 +85,-1.535451349,0.7290890157,260,-1.742668307,0.553296122,956.01851456 +86,-1.535522937,0.7279887191,260,-1.742668307,0.553296122,952.900474 +87,-1.539442524,0.7274735939,260,-1.742668307,0.553296122,943.03126096 +88,-1.537424111,0.727521351,260,-1.742668307,0.553296122,947.51920246 +89,-1.539384641,0.7259505092,260,-1.742668307,0.553296122,939.03143444 +90,-1.537372391,0.7259947145,260,-1.742668307,0.553296122,943.52103079 +91,-1.535340789,0.7260435356,260,-1.742668307,0.553296122,948.08626675 +92,-1.539325716,0.7244369706,260,-1.742668307,0.553296122,935.08131403 +93,-1.537308932,0.7244801057,260,-1.742668307,0.553296122,939.6025209 +94,-1.535289068,0.7245247645,260,-1.742668307,0.553296122,944.15556314 +95,-1.533261366,0.7245550236,260,-1.742668307,0.553296122,948.70863847 +96,-1.539267302,0.722921924,260,-1.742668307,0.553296122,931.14785584 +97,-1.537248972,0.7229660258,260,-1.742668307,0.553296122,935.699766 +98,-1.535219431,0.7229916471,260,-1.742668307,0.553296122,940.24858977 +99,-1.53318962,0.7230212049,260,-1.742668307,0.553296122,944.82977376 +100,-1.531154816,0.7230299897,260,-1.742668307,0.553296122,949.38890107 +101,-1.528878341,0.7230370244,260,-1.742668307,0.553296122,954.50767644 +102,-1.539218189,0.7214009878,260,-1.742668307,0.553296122,927.20035482 +103,-1.537198791,0.7214422745,260,-1.742668307,0.553296122,931.77201688 +104,-1.535179266,0.7214634354,260,-1.742668307,0.553296122,936.31201507 +105,-1.533156501,0.7214944644,260,-1.742668307,0.553296122,940.90628116 +106,-1.53113574,0.7215166021,260,-1.742668307,0.553296122,945.49366646 +107,-1.528874248,0.7215345535,260,-1.742668307,0.553296122,950.6343994 +108,-1.539217656,0.7198512397,260,-1.742668307,0.553296122,923.09128572 +109,-1.537199919,0.7199428763,260,-1.742668307,0.553296122,927.81654396 +110,-1.545425832,0.727397149,260,-1.742668307,0.553296122,930.03422305 +111,-1.543371177,0.7273916949,260,-1.742668307,0.553296122,934.38790266 +112,-1.541368852,0.7274523163,260,-1.742668307,0.553296122,938.83436621 +113,-1.545349067,0.7258710923,260,-1.742668307,0.553296122,925.99215023 +114,-1.54332671,0.7258603556,260,-1.742668307,0.553296122,930.2884396 +115,-1.541346831,0.7259242142,260,-1.742668307,0.553296122,934.71969637 +116,-1.545324355,0.7243383958,260,-1.742668307,0.553296122,921.84223844 +117,-1.543292796,0.7243617413,260,-1.742668307,0.553296122,926.276643 +118,-1.541295822,0.7244024384,260,-1.742668307,0.553296122,930.70589378 +119,-1.543193859,0.7205570215,260,-1.742668307,0.553296122,916.21255917 +120,-1.550257047,0.7386738187,260,-1.742668307,0.553296122,951.96736105 +121,-1.549335448,0.7311736483,260,-1.742668307,0.553296122,932.4014265 +122,-1.533478843,0.7179891343,260,-1.742668307,0.553296122,931.08129806 +123,-1.556150555,0.738907041,260,-1.742668307,0.553296122,940.96344993 +124,-1.554324226,0.733414257,260,-1.742668307,0.553296122,928.60794812 +125,-1.554290846,0.7288285332,260,-1.742668307,0.553296122,915.53923522 +126,-1.55122487,0.7219795312,260,-1.742668307,0.553296122,902.74275033 +127,-1.525104458,0.7229399862,260,-1.742668307,0.553296122,962.77327364 +128,-1.519607711,0.7236181429,260,-1.742668307,0.553296122,977.01496791 +129,-1.513899999,0.7251107854,260,-1.742668307,0.553296122,993.86355201 +130,-1.536620762,0.7431061895,260,-1.742668307,0.553296122,992.24294353 +131,-1.5369566,0.7460845958,260,-1.742668307,0.553296122,999.99621685 +132,-1.545345528,0.7447040685,260,-1.742668307,0.553296122,979.21477831 +133,-1.532813921,0.7432306626,260,-1.742668307,0.553296122,1000.4280161 +134,-1.554788248,0.7382381001,260,-1.742668307,0.553296122,941.68632679 +135,-1.540348126,0.7301594274,260,-1.742668307,0.553296122,948.42554538 +136,-1.538016084,0.7239051786,260,-1.742668307,0.553296122,936.5175194 +137,-1.525288962,0.7258085137,260,-1.742668307,0.553296122,969.7413562 +138,-1.534326986,0.731241342,260,-1.742668307,0.553296122,964.26052689 +139,-1.530733872,0.7303625216,260,-1.742668307,0.553296122,969.67896878 +141,-1.534354939,0.7328219978,260,-1.742668307,0.553296122,968.48986893 +142,-1.53157084,0.7292888153,260,-1.742668307,0.553296122,964.98719357 +143,-1.525691035,0.7263799874,260,-1.742668307,0.553296122,970.32225491 +144,-1.534031287,0.7495967835,260,-1.742668307,0.553296122,1015.9020753 +145,-1.527714986,0.7283095957,260,-1.742668307,0.553296122,970.86388434 +146,-1.526189586,0.7271468292,260,-1.742668307,0.553296122,971.20462042 +147,-1.555177336,0.7375563366,260,-1.742668307,0.553296122,938.92422582 +148,-1.555080283,0.7312707794,260,-1.742668307,0.553296122,920.90960218 +149,-1.53856994,0.7224180299,260,-1.742668307,0.553296122,931.3344075 +150,-1.530837883,0.729933372,260,-1.742668307,0.553296122,968.30651144 +151,-1.515066984,0.5854133365,260,-1.742668307,0.553296122,769.35179022 +152,-1.534731633,0.5368370046,260,-1.742668307,0.553296122,706.93991294 +153,-1.515231902,0.5607085576,260,-1.742668307,0.553296122,764.80025361 +154,-2.616253799,1.0684566605,260,-1.742668307,0.553296122,3017.4815718 +155,-1.956071439,0.5792177723,260,-1.742668307,0.553296122,720.27349316 +156,-1.951208514,0.5602434208,260,-1.742668307,0.553296122,701.45094093 +157,-1.944675062,0.6062144545,260,-1.742668307,0.553296122,700.95456544 +158,-1.613778386,0.6077989518,260,-1.742668307,0.553296122,478.18520426 +159,-2.035029014,0.6021432345,260,-1.742668307,0.553296122,987.97717298 +160,-2.114989471,0.6801825058,260,-1.742668307,0.553296122,1299.7903093 +161,-2.037382079,0.5765830025,260,-1.742668307,0.553296122,989.20960772 +162,-2.129855121,0.6585019963,260,-1.742668307,0.553296122,1323.9327998 +163,-2.075141798,0.6493615843,260,-1.742668307,0.553296122,1148.1811207 +164,-1.828626729,0.6948433129,260,-1.742668307,0.553296122,624.78014673 +165,-1.863329418,0.6735427691,260,-1.742668307,0.553296122,615.68351872 +166,-1.266037071,0.727988852,260,-1.742668307,0.553296122,1654.8288813 +167,-1.277579582,0.7249010648,260,-1.742668307,0.553296122,1618.6035897 +168,-1.258418684,0.7241194816,260,-1.742668307,0.553296122,1672.5315509 +169,-1.317813974,0.6804850104,260,-1.742668307,0.553296122,1456.7275782 +170,-1.344165204,0.6790988904,260,-1.742668307,0.553296122,1376.5077307 +171,-1.427582102,0.5277120351,260,-1.742668307,0.553296122,1073.6970439 +172,-1.402238616,0.457167829,260,-1.742668307,0.553296122,1237.7703235 +173,-1.422454264,0.4996161999,260,-1.742668307,0.553296122,1115.6143938 +174,-1.439089277,0.4894859811,260,-1.742668307,0.553296122,1071.581657 +175,-1.448126995,0.5182330266,260,-1.742668307,0.553296122,1011.7227504 +176,-1.474626146,0.5881926574,260,-1.742668307,0.553296122,903.1859132 +177,-1.421139645,0.5584869783,260,-1.742668307,0.553296122,1080.6992973 +178,-1.457037165,0.565943032,260,-1.742668307,0.553296122,959.17165313 +179,-2.757159358,0.3745319,260,-1.742668307,0.553296122,3621.4334583 +180,-2.714309238,0.342054471,260,-1.742668307,0.553296122,3531.1089403 +181,-2.000525337,0.774119946,260,-1.742668307,0.553296122,1184.7031704 +183,-1.571413436,0.6777838382,260,-1.742668307,0.553296122,740.70190468 +184,-1.552860289,0.6987663893,260,-1.742668307,0.553296122,837.33881079 +185,-1.521852374,0.7165827476,260,-1.742668307,0.553296122,954.24953977 +186,-1.503656267,0.6928968252,260,-1.742668307,0.553296122,945.21157506 +187,-1.502753178,0.7136205882,260,-1.742668307,0.553296122,992.79758463 +188,-1.631894563,0.7343596465,260,-1.742668307,0.553296122,797.8518342 +189,-1.653765416,0.6770714026,260,-1.742668307,0.553296122,568.14728328 +190,-1.719812114,0.6715965947,260,-1.742668307,0.553296122,474.39068006 +191,-1.493406659,0.6646955447,260,-1.742668307,0.553296122,920.72724803 +192,-1.469120564,0.6613469966,260,-1.742668307,0.553296122,985.57396184 +193,-1.590551461,0.5326612937,260,-1.742668307,0.553296122,522.1588458 +194,-1.625979264,0.5247742243,260,-1.742668307,0.553296122,412.35735102 +195,-1.572293943,0.5238808754,260,-1.742668307,0.553296122,590.69343624 +196,-1.610848725,0.5477107964,260,-1.742668307,0.553296122,445.45766013 +197,-1.208485554,0.7918526018,260,-1.742668307,0.553296122,1889.1034582 +198,-1.335601374,0.6869083083,260,-1.742668307,0.553296122,1409.7340975 +199,-1.346156996,0.6825213377,260,-1.742668307,0.553296122,1373.9764739 +200,-1.324381037,0.6741422347,260,-1.742668307,0.553296122,1431.5096063 +201,-1.242424992,0.7378949807,260,-1.742668307,0.553296122,1732.3587233 +202,-1.270370057,0.7392461008,260,-1.742668307,0.553296122,1655.4106191 +203,-1.448950472,0.7441675014,260,-1.742668307,0.553296122,1192.3345468 +204,-1.492662363,0.7523026852,260,-1.742668307,0.553296122,1110.5685989 +205,-1.479098966,0.7763855017,260,-1.742668307,0.553296122,1202.6907888 +206,-1.633760714,0.7869022408,260,-1.742668307,0.553296122,984.36276202 +207,-1.647406434,0.8101289331,260,-1.742668307,0.553296122,1057.9889561 +208,-1.564245052,0.5701509278,260,-1.742668307,0.553296122,601.61124109 +209,-1.646289963,0.6833746083,260,-1.742668307,0.553296122,601.5554743 +210,-1.5820631,0.6751952144,260,-1.742668307,0.553296122,708.78520248 +211,-1.613236298,0.6681681791,260,-1.742668307,0.553296122,618.76785198 +212,-1.914661867,0.8212566515,260,-1.742668307,0.553296122,1182.6040529 +213,-1.742133237,0.7250275956,260,-1.742668307,0.553296122,680.2304801 +214,-2.033144872,0.6557314699,260,-1.742668307,0.553296122,1028.0377888 +215,-2.039551981,0.6964723658,260,-1.742668307,0.553296122,1106.7771347 +216,-1.247341019,0.7622473908,260,-1.742668307,0.553296122,1747.1310992 +217,-1.298239787,0.7084123392,260,-1.742668307,0.553296122,1541.4430267 +218,-1.308539688,0.6926545592,260,-1.742668307,0.553296122,1495.4801432 +219,-1.303263185,0.6888938396,260,-1.742668307,0.553296122,1507.6780163 +220,-1.852400229,0.6004246149,260,-1.742668307,0.553296122,409.23886112 +221,-1.288947707,0.7473773692,260,-1.742668307,0.553296122,1614.384665 +222,-1.372031502,0.7472790993,260,-1.742668307,0.553296122,1392.1884064 +223,-1.289805721,0.7242157877,260,-1.742668307,0.553296122,1583.0717975 +224,-1.350807603,0.7533498126,260,-1.742668307,0.553296122,1458.0022388 +225,-1.329290365,0.7560442322,260,-1.742668307,0.553296122,1518.8626007 +226,-1.410153004,0.616936428,260,-1.742668307,0.553296122,1124.6222853 +227,-1.393445434,0.6308995063,260,-1.742668307,0.553296122,1185.8202055 +228,-1.37595573,0.6241540638,260,-1.742668307,0.553296122,1237.5590283 +229,-1.358388707,0.6172645205,260,-1.742668307,0.553296122,1290.9837995 +230,-1.753741133,0.8281661666,260,-1.742668307,0.553296122,1089.2748369 +231,-1.47430987,0.6834615681,260,-1.742668307,0.553296122,1005.8889667 +232,-1.421012508,0.7222725206,260,-1.742668307,0.553296122,1218.9898272 +233,-1.4476833,0.6978557868,260,-1.742668307,0.553296122,1103.9632624 +234,-1.470370723,0.6966193374,260,-1.742668307,0.553296122,1040.3917863 +235,-1.429211703,0.7037216883,260,-1.742668307,0.553296122,1164.4386783 +236,-1.700578405,0.6178673663,260,-1.742668307,0.553296122,291.04099642 +237,-1.678117619,0.6331716163,260,-1.742668307,0.553296122,380.76562632 +238,-1.725644578,0.6316331145,260,-1.742668307,0.553296122,315.28868784 +239,-2.14012759,0.7930497945,260,-1.742668307,0.553296122,1545.3000947 +240,-2.103289431,0.7653606263,260,-1.742668307,0.553296122,1400.5843004 +241,-1.318739838,0.7017808746,260,-1.742668307,0.553296122,1474.8163514 +242,-1.396417427,0.7077900843,260,-1.742668307,0.553296122,1261.3453698 +243,-1.35650337,0.7185539404,260,-1.742668307,0.553296122,1388.1842677 +244,-1.248884539,0.7274156818,260,-1.742668307,0.553296122,1703.1751168 +245,-1.395014798,0.5761185243,260,-1.742668307,0.553296122,1165.0262439 +246,-1.433377362,0.6064716109,260,-1.742668307,0.553296122,1044.7702651 +247,-1.408172432,0.5903155476,260,-1.742668307,0.553296122,1122.1200992 +248,-1.749645898,0.7757118084,260,-1.742668307,0.553296122,881.2540056 +249,-1.571626686,0.615046989,260,-1.742668307,0.553296122,615.4226984 +250,-1.514070049,0.6303003037,260,-1.742668307,0.553296122,810.15221715 +251,-1.480890369,0.6237966528,260,-1.742668307,0.553296122,905.40229856 +252,-1.704390658,0.5281680612,260,-1.742668307,0.553296122,163.70959808 +253,-1.64434733,0.5254277498,260,-1.742668307,0.553296122,351.86728168 +254,-1.703855997,0.4792484842,260,-1.742668307,0.553296122,322.31218246 +255,-1.692002383,0.5748825051,260,-1.742668307,0.553296122,189.91993264 +256,-1.854136457,0.5544643913,260,-1.742668307,0.553296122,375.48750104 +257,-1.665021206,0.520317736,260,-1.742668307,0.553296122,294.78140288 +258,-1.733654349,0.4845187345,260,-1.742668307,0.553296122,274.18444078 +259,-1.720938188,0.5135933906,260,-1.742668307,0.553296122,173.84723611 +260,-1.742668307,0.553296122,260,-1.742668307,0.553296122,236.3108584 +261,-1.965659039,0.7142126903,260,-1.742668307,0.553296122,953.54056021 +262,-1.944438071,0.6772834804,260,-1.742668307,0.553296122,815.64941181 +263,-1.270340967,0.7681487096,260,-1.742668307,0.553296122,1693.2523939 +264,-1.353091884,0.6549276821,260,-1.742668307,0.553296122,1328.5019464 +265,-1.333236659,0.6413584414,260,-1.742668307,0.553296122,1381.6589145 +266,-1.352015998,0.6753788907,260,-1.742668307,0.553296122,1349.4020339 +267,-1.377988483,0.6577816235,260,-1.742668307,0.553296122,1254.4246639 +268,-2.13075611,0.8318642051,260,-1.742668307,0.553296122,1606.8623625 +269,-2.097910953,0.8259670014,260,-1.742668307,0.553296122,1522.3662699 +270,-1.416382069,0.6694271549,260,-1.742668307,0.553296122,1151.1836222 +271,-1.538905672,0.7535625993,260,-1.742668307,0.553296122,1017.6502428 +272,-1.572309477,0.7803125099,260,-1.742668307,0.553296122,1042.1259116 +273,-1.87759879,0.7503853417,260,-1.742668307,0.553296122,887.8389852 +274,1.152365588,0.590457682,260,-1.742668307,0.553296122,7820.9101655 +275,0.350198001,0.718001859,260,-1.742668307,0.553296122,6118.1948509 +276,0.046513677,0.491503852,260,-1.742668307,0.553296122,5882.8454954 +277,0.027510309,0.742571376,260,-1.742668307,0.553296122,5297.8495329 +278,0.306285725,-0.214631579,260,-1.742668307,0.553296122,8270.4717857 +279,-1.100564889,0.318051531,260,-1.742668307,0.553296122,2471.9263611 +280,-1.078582306,0.301437596,260,-1.742668307,0.553296122,2576.5554392 +281,-1.137371989,-0.617634065,260,-1.742668307,0.553296122,5155.2001107 +282,0.784356344,0.703272339,260,-1.742668307,0.553296122,6980.5014261 +283,-1.221209947,0.218327455,260,-1.742668307,0.553296122,2314.9138338 +284,2.347301921,-0.449114658,260,-1.742668307,0.553296122,9156.7797638 +285,0.246820618,0.830553713,260,-1.742668307,0.553296122,5606.7937613 +286,0.829414965,0.703288228,260,-1.742668307,0.553296122,7046.3865882 +287,-1.337537566,0.42332223,260,-1.742668307,0.553296122,1504.0189355 +288,0.882453706,0.454478077,260,-1.742668307,0.553296122,8000.2922285 +289,1.575629659,0.416419109,260,-1.742668307,0.553296122,8544.9024085 +290,-1.039455679,0.229888244,260,-1.742668307,0.553296122,2852.9630937 +291,0.489558039,0.934482747,260,-1.742668307,0.553296122,5776.942125 +292,0.081344504,0.88384514,260,-1.742668307,0.553296122,5134.3525298 +293,-1.547979814,0.300350308,260,-1.742668307,0.553296122,1221.50391 +294,0.040776181,0.168560074,260,-1.742668307,0.553296122,6574.3501796 +295,-1.130374745,0.563894876,260,-1.742668307,0.553296122,2047.7992939 +296,1.578326642,0.478507176,260,-1.742668307,0.553296122,8301.1648074 +297,-1.12861823,-0.291640865,260,-1.742668307,0.553296122,4079.3683717 +298,0.310524208,0.770885792,260,-1.742668307,0.553296122,5892.614434 +299,0.415649091,-0.387246002,260,-1.742668307,0.553296122,8947.7590794 +300,-0.926533878,-0.188022748,260,-1.742668307,0.553296122,4264.3585404 +301,1.258856172,-0.11716081,260,-1.742668307,0.553296122,10640.285411 +302,-1.126050026,0.322941926,260,-1.742668307,0.553296122,2378.9440351 +303,2.002785835,0.07893892,260,-1.742668307,0.553296122,9059.7903221 +304,0.440437607,0.746258085,260,-1.742668307,0.553296122,6230.9826677 +305,-0.030391866,0.214441206,260,-1.742668307,0.553296122,6243.2973739 +306,0.521557815,-0.058929362,260,-1.742668307,0.553296122,8642.7222876 +307,-0.097005111,0.13317729,260,-1.742668307,0.553296122,6195.3706531 +308,1.83113859,0.221857587,260,-1.742668307,0.553296122,8962.4927244 +309,0.222428864,0.099404236,260,-1.742668307,0.553296122,7317.5130655 +310,-1.702731345,0.8728568183,260,-1.742668307,0.553296122,1271.2654287 +311,-0.418507569,0.278324921,260,-1.742668307,0.553296122,4830.505624 +312,-1.41153306,0.339029988,260,-1.742668307,0.553296122,1452.194153 +313,0.357560442,0.114788776,260,-1.742668307,0.553296122,7709.0053974 +314,0.325818979,0.268352149,260,-1.742668307,0.553296122,7232.2045854 +315,-1.246004659,-0.663679965,260,-1.742668307,0.553296122,5157.479014 +316,1.814603087,0.637404484,260,-1.742668307,0.553296122,7482.0081373 +317,1.843704281,-0.18300445,260,-1.742668307,0.553296122,10252.461739 +318,1.690644492,-0.211480909,260,-1.742668307,0.553296122,10722.062786 +319,-1.275451936,0.068109467,260,-1.742668307,0.553296122,2590.7616623 +320,0.762430171,-0.207594741,260,-1.742668307,0.553296122,9751.8996643 +321,0.265668905,-0.014647884,260,-1.742668307,0.553296122,7715.3049286 +322,-2.773032013,-0.335515811,260,-1.742668307,0.553296122,5260.6459753 +323,-1.469512853,0.174058777,260,-1.742668307,0.553296122,1805.6853742 +324,0.286276986,0.785925691,260,-1.742668307,0.553296122,5801.9284144 +325,-1.379324697,0.377432233,260,-1.742668307,0.553296122,1458.8443993 +326,-1.203778265,0.212813032,260,-1.742668307,0.553296122,2380.7918184 +327,0.579916301,0.611743168,260,-1.742668307,0.553296122,6914.2030431 +328,0.267582642,0.868113908,260,-1.742668307,0.553296122,5556.9911637 +329,0.412869244,-0.050245578,260,-1.742668307,0.553296122,8275.0103316 +330,0.17524381,0.976660285,260,-1.742668307,0.553296122,5124.9352176 +331,0.743157214,0.204812899,260,-1.742668307,0.553296122,8544.5968715 +332,-1.070758176,0.269382282,260,-1.742668307,0.553296122,2667.3630763 +333,-1.230364251,0.329790229,260,-1.742668307,0.553296122,2027.8811248 +334,-1.374813124,-0.024926835,260,-1.742668307,0.553296122,2674.7632921 +335,0.519780566,0.463669906,260,-1.742668307,0.553296122,7224.1596691 +336,-1.55108034,0.239698561,260,-1.742668307,0.553296122,1423.5829963 +337,0.180294813,0.029739425,260,-1.742668307,0.553296122,7336.596132 +338,0.67820924,0.268170153,260,-1.742668307,0.553296122,8192.1426849 +339,0.445798684,1.024001867,260,-1.742668307,0.553296122,5453.9162075 +340,0.691751283,0.150521402,260,-1.742668307,0.553296122,8579.4633797 +341,-1.036643551,-0.903056181,260,-1.742668307,0.553296122,6268.4457196 +342,-0.120287036,1.083325163,260,-1.742668307,0.553296122,4400.7972149 +343,2.823513113,-0.304487164,260,-1.742668307,0.553296122,7328.6894036 +344,0.457583172,1.12513373,260,-1.742668307,0.553296122,5187.2095235 +345,0.042918831,0.813795399,260,-1.742668307,0.553296122,5190.5661792 +346,1.196146777,-0.853142756,260,-1.742668307,0.553296122,11110.997165 +347,0.206001358,-0.010430701,260,-1.742668307,0.553296122,7509.4680979 +348,-0.268308653,0.234799412,260,-1.742668307,0.553296122,5416.5485818 +349,0.759363263,0.736189579,260,-1.742668307,0.553296122,6830.3784411 +350,0.181363926,0.891988372,260,-1.742668307,0.553296122,5326.2157689 +351,-0.021111158,0.139103292,260,-1.742668307,0.553296122,6434.671835 +352,-0.093355215,0.630686981,260,-1.742668307,0.553296122,5196.5390116 +353,0.40118964,0.681375926,260,-1.742668307,0.553296122,6330.1209236 +354,-0.721197315,1.304706234,260,-1.742668307,0.553296122,3553.7592674 +355,-1.076150317,0.212107639,260,-1.742668307,0.553296122,2775.7243034 +356,-1.577164531,0.273993443,260,-1.742668307,0.553296122,1257.1482458 +357,-0.190788414,0.182208586,260,-1.742668307,0.553296122,5781.1566723 +358,-0.261349752,0.209710184,260,-1.742668307,0.553296122,5489.9078084 +359,-1.029303852,0.083549259,260,-1.742668307,0.553296122,3233.1997387 +360,-1.268609162,0.330525297,260,-1.742668307,0.553296122,1905.1455958 +361,1.282982244,-0.926641967,260,-1.742668307,0.553296122,10928.209733 +362,0.217352334,0.731352408,260,-1.742668307,0.553296122,5782.6392146 +363,-1.511833084,0.258629297,260,-1.742668307,0.553296122,1435.0866809 +364,0.338812194,0.823184618,260,-1.742668307,0.553296122,5814.7200932 +365,-0.324406489,1.134201999,260,-1.742668307,0.553296122,4005.2638224 +366,1.389579348,0.399185724,260,-1.742668307,0.553296122,8670.901527 +367,2.047152199,-0.039082036,260,-1.742668307,0.553296122,9283.4761651 +368,0.947780369,0.568250077,260,-1.742668307,0.553296122,7691.4427848 +369,0.763824846,0.576754987,260,-1.742668307,0.553296122,7377.2395832 +370,-0.142334657,0.928153068,260,-1.742668307,0.553296122,4567.6405033 +371,0.610266567,0.547265983,260,-1.742668307,0.553296122,7176.3039415 +372,0.210731629,0.746815056,260,-1.742668307,0.553296122,5729.9988998 +373,-1.34931644,0.316895224,260,-1.742668307,0.553296122,1689.1031487 +374,2.407696481,0.655030745,260,-1.742668307,0.553296122,6378.1422173 +375,0.64207831,0.545359131,260,-1.742668307,0.553296122,7248.2692086 +376,1.174597538,0.840588356,260,-1.742668307,0.553296122,6865.5281202 +377,0.660059424,0.010604079,260,-1.742668307,0.553296122,8887.6536862 +378,-0.730263819,0.010486456,260,-1.742668307,0.553296122,4345.2622802 +379,0.831068936,0.512339172,260,-1.742668307,0.553296122,7712.8069153 +380,1.301180979,0.72367476,260,-1.742668307,0.553296122,7373.1791634 +381,1.811128231,0.322854402,260,-1.742668307,0.553296122,8636.5160987 +382,0.435105812,0.992284428,260,-1.742668307,0.553296122,5526.6036867 +383,0.62643634,0.592027932,260,-1.742668307,0.553296122,7069.5826552 +384,0.492988703,-0.516339467,260,-1.742668307,0.553296122,9382.4864171 +385,-0.162469483,0.112549365,260,-1.742668307,0.553296122,6019.5464043 +386,0.314630866,0.472006421,260,-1.742668307,0.553296122,6679.8711495 +387,0.166744804,0.822815954,260,-1.742668307,0.553296122,5452.6470465 +388,0.417159608,0.965805736,260,-1.742668307,0.553296122,5571.811556 +389,0.106334961,0.868774244,260,-1.742668307,0.553296122,5219.632033 +390,0.815086969,-0.338144359,260,-1.742668307,0.553296122,10201.48228 +391,0.59867455,-0.230624824,260,-1.742668307,0.553296122,9276.8572597 +392,1.915104874,0.066220985,260,-1.742668307,0.553296122,9313.0239404 +393,1.278093622,0.064463721,260,-1.742668307,0.553296122,9954.8808259 +394,-0.061477853,0.302997961,260,-1.742668307,0.553296122,5955.0040604 +395,0.251311504,0.626976942,260,-1.742668307,0.553296122,6121.4335561 +396,2.950242872,0.149095644,260,-1.742668307,0.553296122,5977.4855361 +397,-0.180294708,0.35375117,260,-1.742668307,0.553296122,5469.7188355 +398,1.010448592,-0.351180233,260,-1.742668307,0.553296122,10849.885686 +399,-1.748740498,0.3686318073,260,-1.742668307,0.553296122,731.77091229 +400,2.699635665,0.123533791,260,-1.742668307,0.553296122,6860.5177938 +401,0.496808033,0.823843254,260,-1.742668307,0.553296122,6114.0384349 +402,0.129574704,0.763364087,260,-1.742668307,0.553296122,5501.8387284 +403,1.798920311,0.817447563,260,-1.742668307,0.553296122,6829.4569124 +404,0.335987953,0.746786541,260,-1.742668307,0.553296122,6010.626973 +405,-1.085413643,0.292154671,260,-1.742668307,0.553296122,2572.8279935 +406,-0.155321003,0.508207011,260,-1.742668307,0.553296122,5247.9918149 +407,0.620529244,-0.301175104,260,-1.742668307,0.553296122,9488.9954899 +408,1.684402744,0.368716966,260,-1.742668307,0.553296122,8634.4138478 +409,0.300582244,-0.386397212,260,-1.742668307,0.553296122,8560.3586333 +410,2.913555946,-0.009225192,260,-1.742668307,0.553296122,6430.3902722 +411,1.465101417,0.493232532,260,-1.742668307,0.553296122,8291.0471793 +412,0.090612882,0.907955955,260,-1.742668307,0.553296122,5104.5409702 +413,2.987564726,-0.729568594,260,-1.742668307,0.553296122,7591.6427444 +414,-1.484261606,0.224149272,260,-1.742668307,0.553296122,1607.4704278 +415,0.164073421,0.303955133,260,-1.742668307,0.553296122,6659.8721205 +416,0.141441293,0.167552546,260,-1.742668307,0.553296122,6902.2681171 +417,2.931321023,-0.506718887,260,-1.742668307,0.553296122,7360.8377727 +418,2.21951565,0.700596356,260,-1.742668307,0.553296122,6637.2509246 +419,0.268112576,1.199114336,260,-1.742668307,0.553296122,4771.6876666 +420,0.978913739,0.359223811,260,-1.742668307,0.553296122,8493.329639 +421,1.210898818,0.522863584,260,-1.742668307,0.553296122,8122.9408912 +422,2.347397336,0.129231362,260,-1.742668307,0.553296122,7956.6858369 +423,0.614394501,0.556878345,260,-1.742668307,0.553296122,7155.0547741 +424,-1.398079356,0.148483366,260,-1.742668307,0.553296122,2044.5814364 +425,2.535303836,-0.112984496,260,-1.742668307,0.553296122,7917.2149613 +426,-1.019372593,-0.405322349,260,-1.742668307,0.553296122,4682.6703565 +427,-1.297785627,-0.160104069,260,-1.742668307,0.553296122,3290.2651033 +428,2.144554488,0.205051084,260,-1.742668307,0.553296122,8318.590365 +429,-2.242387083,-0.426171285,260,-1.742668307,0.553296122,4316.3849344 +430,0.338637212,0.909723676,260,-1.742668307,0.553296122,5587.2143567 +431,-0.148798452,0.691042401,260,-1.742668307,0.553296122,4932.5745293 +432,0.893524764,0.441829531,260,-1.742668307,0.553296122,8063.0056726 +433,0.969229347,-0.368847936,260,-1.742668307,0.553296122,10759.052281 +434,0.436043248,0.800045688,260,-1.742668307,0.553296122,6069.6169214 +435,1.687946607,1.081504775,260,-1.742668307,0.553296122,5902.5335694 +436,0.522302046,-0.034889271,260,-1.742668307,0.553296122,8587.2799367 +437,-0.178996113,-0.438090009,260,-1.742668307,0.553296122,7090.1053565 +438,-1.094339566,0.301444068,260,-1.742668307,0.553296122,2525.0126178 +439,-1.064070054,0.242569932,260,-1.742668307,0.553296122,2746.1761378 +440,-1.068153768,0.230387998,260,-1.742668307,0.553296122,2759.8776103 +441,-3.00496892,-0.23989155,260,-1.742668307,0.553296122,5721.2270968 +442,0.21751974,0.766874888,260,-1.742668307,0.553296122,5697.3064668 +443,0.117229532,0.007619006,260,-1.742668307,0.553296122,7175.9954519 +444,0.777758451,0.420554741,260,-1.742668307,0.553296122,7925.8870505 +445,-0.252356999,0.250747086,260,-1.742668307,0.553296122,5437.8711713 +446,0.363148444,0.768483434,260,-1.742668307,0.553296122,6010.4439551 +447,0.903191366,-0.118210676,260,-1.742668307,0.553296122,9929.0033787 +448,-0.205755923,0.149406178,260,-1.742668307,0.553296122,5798.3914681 +449,1.811996086,0.02364353,260,-1.742668307,0.553296122,9681.9561687 +450,-1.100670221,0.314845373,260,-1.742668307,0.553296122,2477.8198575 +451,0.340078597,0.850105132,260,-1.742668307,0.553296122,5746.2922083 +452,0.258757267,0.804969236,260,-1.742668307,0.553296122,5695.1094341 +453,2.78505352,-0.155160804,260,-1.742668307,0.553296122,7163.8105646 +454,0.800551619,0.105822106,260,-1.742668307,0.553296122,8991.0969184 +455,0.437940882,-0.506194031,260,-1.742668307,0.553296122,9188.9245268 +456,2.230431122,0.63458615,260,-1.742668307,0.553296122,6818.7263295 +457,0.527965361,0.127667701,260,-1.742668307,0.553296122,8189.8006502 +458,-0.063643205,0.702093448,260,-1.742668307,0.553296122,5142.2732896 +459,1.408447268,0.133010502,260,-1.742668307,0.553296122,9725.1489644 +460,0.523795955,0.280266966,260,-1.742668307,0.553296122,7760.0874604 +461,-0.975769313,0.072177659,260,-1.742668307,0.553296122,3424.751326 +462,0.549774164,-0.463663986,260,-1.742668307,0.553296122,9508.3657226 +463,0.29245874,1.095549818,260,-1.742668307,0.553296122,5044.3754581 +464,0.143625958,0.816809593,260,-1.742668307,0.553296122,5414.8415743 +465,0.671902494,0.611159853,260,-1.742668307,0.553296122,7096.7651162 +466,1.239840988,0.6724199,260,-1.742668307,0.553296122,7553.4677866 +467,0.607829703,-0.10932137,260,-1.742668307,0.553296122,9034.7377521 +468,1.763020906,0.263996692,260,-1.742668307,0.553296122,8923.3780455 +469,0.378714634,0.726066797,260,-1.742668307,0.553296122,6158.4196326 +470,2.196736143,-0.153862366,260,-1.742668307,0.553296122,9117.375533 +471,0.01702415,0.148991565,260,-1.742668307,0.553296122,6539.0773529 +472,-2.998490902,-0.158002487,260,-1.742668307,0.553296122,5514.6903104 +473,-3.051262951,-0.346595608,260,-1.742668307,0.553296122,6107.3970597 +474,-1.069176439,0.182802941,260,-1.742668307,0.553296122,2865.914352 +475,0.167157509,0.595344954,260,-1.742668307,0.553296122,5982.4413724 +476,0.613855648,0.681746124,260,-1.742668307,0.553296122,6762.8688926 +477,1.037012736,0.682555367,260,-1.742668307,0.553296122,7370.6102638 +478,-1.253574971,0.379755746,260,-1.742668307,0.553296122,1854.9264718 +479,3.108590453,-0.132620738,260,-1.742668307,0.553296122,6034.7008664 +480,0.565301296,0.022333262,260,-1.742668307,0.553296122,8576.4118434 +481,0.547898238,0.855555614,260,-1.742668307,0.553296122,6107.4126646 +482,0.948309381,0.417393755,260,-1.742668307,0.553296122,8237.1213906 +483,-0.050600732,0.945269213,260,-1.742668307,0.553296122,4738.8600497 +484,-0.977651478,-0.572363064,260,-1.742668307,0.553296122,5297.3481206 +485,1.102014914,0.728861163,260,-1.742668307,0.553296122,7250.9598314 +486,2.927300795,-0.282939414,260,-1.742668307,0.553296122,6944.2585581 +487,-1.154565557,0.124434095,260,-1.742668307,0.553296122,2755.6608127 +488,1.855331234,0.291044755,260,-1.742668307,0.553296122,8676.6027077 +489,0.830290659,0.276904518,260,-1.742668307,0.553296122,8509.4640833 +490,0.485104466,-0.234867441,260,-1.742668307,0.553296122,8909.4719292 +491,0.521367572,-0.33161327,260,-1.742668307,0.553296122,9211.7276309 +1,-1.539031704,0.7349710123,261,-1.965659039,0.7142126903,1263.6712057 +2,-1.536990553,0.7349663874,261,-1.965659039,0.7142126903,1269.6517197 +3,-1.534951779,0.7349571355,261,-1.965659039,0.7142126903,1275.6263046 +4,-1.532906461,0.7349480293,261,-1.965659039,0.7142126903,1281.6195974 +5,-1.531320211,0.7346937278,261,-1.965659039,0.7142126903,1286.3485574 +6,-1.539451648,0.7335131775,261,-1.965659039,0.7142126903,1262.9065014 +7,-1.537429487,0.7335445708,261,-1.965659039,0.7142126903,1268.8252966 +8,-1.535484998,0.7335658704,261,-1.965659039,0.7142126903,1274.5190483 +9,-1.533488396,0.7336036027,261,-1.965659039,0.7142126903,1280.3594028 +10,-1.531497785,0.7335842962,261,-1.965659039,0.7142126903,1286.2009461 +11,-1.530259379,0.7334777758,261,-1.965659039,0.7142126903,1289.8675727 +12,-1.5335454,0.7322346912,261,-1.965659039,0.7142126903,1280.666185 +13,-1.531489083,0.7322238773,261,-1.965659039,0.7142126903,1286.7028727 +14,-1.530011122,0.7321679851,261,-1.965659039,0.7142126903,1291.0588009 +15,-1.53348106,0.7306614094,261,-1.965659039,0.7142126903,1281.426909 +16,-1.531441779,0.7306962275,261,-1.965659039,0.7142126903,1287.4024985 +17,-1.529755654,0.7306933243,261,-1.965659039,0.7142126903,1292.354678 +18,-1.533415048,0.7291384674,261,-1.965659039,0.7142126903,1282.2022123 +19,-1.531392093,0.7291705353,261,-1.965659039,0.7142126903,1288.1357967 +20,-1.529296523,0.7291214933,261,-1.965659039,0.7142126903,1294.3142897 +21,-1.535280942,0.727267644,261,-1.965659039,0.7142126903,1277.4624865 +22,-1.533378158,0.7276139666,261,-1.965659039,0.7142126903,1282.9199424 +23,-1.531340368,0.7276446587,261,-1.965659039,0.7142126903,1288.902511 +24,-1.528960113,0.7276398177,261,-1.965659039,0.7142126903,1295.9064457 +25,-1.533313146,0.7260818349,261,-1.965659039,0.7142126903,1283.751058 +26,-1.531259555,0.7260958115,261,-1.965659039,0.7142126903,1289.7920544 +27,-1.528926415,0.7260865555,261,-1.965659039,0.7142126903,1296.665479 +28,-1.531226779,0.7245511789,261,-1.965659039,0.7142126903,1290.5663708 +29,-1.528904772,0.7245519194,261,-1.965659039,0.7142126903,1297.4085562 +30,-1.547195875,0.7409785979,261,-1.965659039,0.7142126903,1238.1968348 +31,-1.5451475,0.740980426,261,-1.965659039,0.7142126903,1244.1731025 +32,-1.543097679,0.7409798872,261,-1.965659039,0.7142126903,1250.1537365 +33,-1.540720364,0.7409892687,261,-1.965659039,0.7142126903,1257.0870381 +34,-1.547188511,0.7395198392,261,-1.965659039,0.7142126903,1238.5553859 +35,-1.545148587,0.7395226109,261,-1.965659039,0.7142126903,1244.5130901 +36,-1.543104538,0.7395314908,261,-1.965659039,0.7142126903,1250.4808966 +37,-1.540727751,0.7395306258,261,-1.965659039,0.7142126903,1257.422395 +38,-1.547187029,0.7380014886,261,-1.965659039,0.7142126903,1238.9381403 +39,-1.545147315,0.7380012252,261,-1.965659039,0.7142126903,1244.9024482 +40,-1.54310719,0.7380060743,261,-1.965659039,0.7142126903,1250.8661735 +41,-1.540719671,0.7380068206,261,-1.965659039,0.7142126903,1257.8461521 +42,-1.547187189,0.7364799098,261,-1.965659039,0.7142126903,1239.3451103 +43,-1.545149996,0.7364853874,261,-1.965659039,0.7142126903,1245.3067675 +44,-1.543106091,0.7364823484,261,-1.965659039,0.7142126903,1251.2900125 +45,-1.540717158,0.7364893901,261,-1.965659039,0.7142126903,1258.2796699 +46,-1.538663972,0.7410138672,261,-1.965659039,0.7142126903,1263.0799195 +47,-1.53695285,0.7409699132,261,-1.965659039,0.7142126903,1268.0818338 +48,-1.534910498,0.7409641297,261,-1.965659039,0.7142126903,1274.0404498 +49,-1.533145034,0.7409536636,261,-1.965659039,0.7142126903,1279.1923302 +50,-1.538681336,0.7395405883,261,-1.965659039,0.7142126903,1263.3958289 +51,-1.536999189,0.7395183096,261,-1.965659039,0.7142126903,1268.3135524 +52,-1.534923633,0.7395144222,261,-1.965659039,0.7142126903,1274.374951 +53,-1.533267822,0.7395654306,261,-1.965659039,0.7142126903,1279.1956941 +54,-1.53867273,0.7380151077,261,-1.965659039,0.7142126903,1263.8278534 +55,-1.536980576,0.7379994392,261,-1.965659039,0.7142126903,1268.7786774 +56,-1.534931522,0.7379944961,261,-1.965659039,0.7142126903,1274.7694616 +57,-1.533387952,0.7379480264,261,-1.965659039,0.7142126903,1279.2943725 +58,-1.538682279,0.7364914363,261,-1.965659039,0.7142126903,1264.2340383 +59,-1.536980704,0.7364810563,261,-1.965659039,0.7142126903,1269.2163416 +60,-1.534935567,0.7364752065,261,-1.965659039,0.7142126903,1275.2022807 +61,-1.533042592,0.7363876366,261,-1.965659039,0.7142126903,1280.7676152 +62,-1.545143426,0.7349628011,261,-1.965659039,0.7142126903,1245.7680446 +63,-1.543105297,0.7349691947,261,-1.965659039,0.7142126903,1251.7377439 +64,-1.541064533,0.7349647152,261,-1.965659039,0.7142126903,1257.7179943 +65,-1.545411803,0.7334624714,261,-1.965659039,0.7142126903,1245.4439317 +66,-1.543446606,0.7334780896,261,-1.965659039,0.7142126903,1251.2026666 +67,-1.541475327,0.7334957295,261,-1.965659039,0.7142126903,1256.9780172 +68,-1.545401939,0.731963266,261,-1.965659039,0.7142126903,1245.9620091 +69,-1.54342253,0.7319915583,261,-1.965659039,0.7142126903,1251.7634688 +70,-1.541455867,0.7320216438,261,-1.965659039,0.7142126903,1257.5262366 +71,-1.545410146,0.7304422281,261,-1.965659039,0.7142126903,1246.4619231 +72,-1.543435491,0.7304713664,261,-1.965659039,0.7142126903,1252.2541606 +73,-1.541463105,0.7304997613,261,-1.965659039,0.7142126903,1258.0393199 +74,-1.545414768,0.7289194936,261,-1.965659039,0.7142126903,1247.0009001 +75,-1.543435774,0.7289538557,261,-1.965659039,0.7142126903,1252.8088192 +76,-1.541457714,0.7289765881,261,-1.965659039,0.7142126903,1258.6176715 +77,-1.539449415,0.7320555866,261,-1.965659039,0.7142126903,1263.4037741 +78,-1.537429183,0.7321097681,261,-1.965659039,0.7142126903,1269.3139695 +79,-1.535472649,0.7321497267,261,-1.965659039,0.7142126903,1275.0413856 +80,-1.539457899,0.7305333307,261,-1.965659039,0.7142126903,1263.9183431 +81,-1.537453161,0.7305750503,261,-1.965659039,0.7142126903,1269.7922703 +82,-1.535479385,0.7306124949,261,-1.965659039,0.7142126903,1275.5760516 +83,-1.53946905,0.7290102593,261,-1.965659039,0.7142126903,1264.4528829 +84,-1.537459922,0.7290417293,261,-1.965659039,0.7142126903,1270.3483802 +85,-1.535451349,0.7290890157,261,-1.965659039,0.7142126903,1276.2353799 +86,-1.535522937,0.7279887191,261,-1.965659039,0.7142126903,1276.458463 +87,-1.539442524,0.7274735939,261,-1.965659039,0.7142126903,1265.1312269 +88,-1.537424111,0.727521351,261,-1.965659039,0.7142126903,1271.0522926 +89,-1.539384641,0.7259505092,261,-1.965659039,0.7142126903,1265.9243982 +90,-1.537372391,0.7259947145,261,-1.965659039,0.7142126903,1271.8331482 +91,-1.535340789,0.7260435356,261,-1.965659039,0.7142126903,1277.7961195 +92,-1.539325716,0.7244369706,261,-1.965659039,0.7142126903,1266.7442324 +93,-1.537308932,0.7244801057,261,-1.965659039,0.7142126903,1272.6710365 +94,-1.535289068,0.7245247645,261,-1.965659039,0.7142126903,1278.6054334 +95,-1.533261366,0.7245550236,261,-1.965659039,0.7142126903,1284.5685042 +96,-1.539267302,0.722921924,261,-1.965659039,0.7142126903,1267.5905992 +97,-1.537248972,0.7229660258,261,-1.965659039,0.7142126903,1273.5256389 +98,-1.535219431,0.7229916471,261,-1.965659039,0.7142126903,1279.5014255 +99,-1.53318962,0.7230212049,261,-1.965659039,0.7142126903,1285.4754579 +100,-1.531154816,0.7230299897,261,-1.965659039,0.7142126903,1291.4731308 +101,-1.528878341,0.7230370244,261,-1.965659039,0.7142126903,1298.1836994 +102,-1.539218189,0.7214009878,261,-1.965659039,0.7142126903,1268.4396306 +103,-1.537198791,0.7214422745,261,-1.965659039,0.7142126903,1274.3831452 +104,-1.535179266,0.7214634354,261,-1.965659039,0.7142126903,1280.335835 +105,-1.533156501,0.7214944644,261,-1.965659039,0.7142126903,1286.2926514 +106,-1.53113574,0.7215166021,261,-1.965659039,0.7142126903,1292.2470914 +107,-1.528874248,0.7215345535,261,-1.965659039,0.7142126903,1298.9133556 +108,-1.539217656,0.7198512397,261,-1.965659039,0.7142126903,1269.1866764 +109,-1.537199919,0.7199428763,261,-1.965659039,0.7142126903,1275.1044743 +110,-1.545425832,0.727397149,261,-1.965659039,0.7142126903,1247.5486837 +111,-1.543371177,0.7273916949,261,-1.965659039,0.7142126903,1253.5996693 +112,-1.541368852,0.7274523163,261,-1.965659039,0.7142126903,1259.4698676 +113,-1.545349067,0.7258710923,261,-1.965659039,0.7142126903,1248.3846382 +114,-1.54332671,0.7258603556,261,-1.965659039,0.7142126903,1254.3480609 +115,-1.541346831,0.7259242142,261,-1.965659039,0.7142126903,1260.1548827 +116,-1.545324355,0.7243383958,261,-1.965659039,0.7142126903,1249.0982963 +117,-1.543292796,0.7243617413,261,-1.965659039,0.7142126903,1255.0795072 +118,-1.541295822,0.7244024384,261,-1.965659039,0.7142126903,1260.9505225 +119,-1.543193859,0.7205570215,261,-1.965659039,0.7142126903,1257.095511 +120,-1.550257047,0.7386738187,261,-1.965659039,0.7142126903,1229.7937163 +121,-1.549335448,0.7311736483,261,-1.965659039,0.7142126903,1234.6755993 +122,-1.533478843,0.7179891343,261,-1.965659039,0.7142126903,1287.0935104 +123,-1.556150555,0.738907041,261,-1.965659039,0.7142126903,1212.5113795 +124,-1.554324226,0.733414257,261,-1.965659039,0.7142126903,1219.3135777 +125,-1.554290846,0.7288285332,261,-1.965659039,0.7142126903,1220.9201474 +126,-1.55122487,0.7219795312,261,-1.965659039,0.7142126903,1232.7130764 +127,-1.525104458,0.7229399862,261,-1.965659039,0.7142126903,1309.3582625 +128,-1.519607711,0.7236181429,261,-1.965659039,0.7142126903,1325.2382021 +129,-1.513899999,0.7251107854,261,-1.965659039,0.7142126903,1341.342368 +130,-1.536620762,0.7431061895,261,-1.965659039,0.7142126903,1268.5544452 +131,-1.5369566,0.7460845958,261,-1.965659039,0.7142126903,1266.9777077 +132,-1.545345528,0.7447040685,261,-1.965659039,0.7142126903,1242.8377124 +133,-1.532813921,0.7432306626,261,-1.965659039,0.7142126903,1279.612122 +134,-1.554788248,0.7382381001,261,-1.965659039,0.7142126903,1216.6510527 +135,-1.540348126,0.7301594274,261,-1.965659039,0.7142126903,1261.4391215 +136,-1.538016084,0.7239051786,261,-1.965659039,0.7142126903,1270.8398795 +137,-1.525288962,0.7258085137,261,-1.965659039,0.7142126903,1307.4964531 +138,-1.534326986,0.731241342,261,-1.965659039,0.7142126903,1278.7292377 +139,-1.530733872,0.7303625216,261,-1.965659039,0.7142126903,1289.6077739 +141,-1.534354939,0.7328219978,261,-1.965659039,0.7142126903,1278.0859019 +142,-1.53157084,0.7292888153,261,-1.965659039,0.7142126903,1287.5639563 +143,-1.525691035,0.7263799874,261,-1.965659039,0.7142126903,1306.0617705 +144,-1.534031287,0.7495967835,261,-1.965659039,0.7142126903,1274.8834706 +145,-1.527714986,0.7283095957,261,-1.965659039,0.7142126903,1299.2915429 +146,-1.526189586,0.7271468292,261,-1.965659039,0.7142126903,1304.2642066 +147,-1.555177336,0.7375563366,261,-1.965659039,0.7142126903,1215.6789692 +148,-1.555080283,0.7312707794,261,-1.965659039,0.7142126903,1217.7647625 +149,-1.53856994,0.7224180299,261,-1.965659039,0.7142126903,1269.8790384 +150,-1.530837883,0.729933372,261,-1.965659039,0.7142126903,1289.4668713 +151,-1.515066984,0.5854133365,261,-1.965659039,0.7142126903,1503.1210152 +152,-1.534731633,0.5368370046,261,-1.965659039,0.7142126903,1544.3773407 +153,-1.515231902,0.5607085576,261,-1.965659039,0.7142126903,1549.9022336 +154,-2.616253799,1.0684566605,261,-1.965659039,0.7142126903,2093.1756043 +155,-1.956071439,0.5792177723,261,-1.965659039,0.7142126903,535.56957311 +156,-1.951208514,0.5602434208,261,-1.965659039,0.7142126903,611.59594818 +157,-1.944675062,0.6062144545,261,-1.965659039,0.7142126903,432.77575762 +158,-1.613778386,0.6077989518,261,-1.965659039,0.7142126903,1174.8265737 +159,-2.035029014,0.6021432345,261,-1.965659039,0.7142126903,494.12612511 +160,-2.114989471,0.6801825058,261,-1.965659039,0.7142126903,472.8464468 +161,-2.037382079,0.5765830025,261,-1.965659039,0.7142126903,590.31289245 +162,-2.129855121,0.6585019963,261,-1.965659039,0.7142126903,548.98737586 +163,-2.075141798,0.6493615843,261,-1.965659039,0.7142126903,423.31874151 +164,-1.828626729,0.6948433129,261,-1.965659039,0.7142126903,420.45999965 +165,-1.863329418,0.6735427691,261,-1.965659039,0.7142126903,350.67456541 +166,-1.266037071,0.727988852,261,-1.965659039,0.7142126903,2063.0885446 +167,-1.277579582,0.7249010648,261,-1.965659039,0.7142126903,2032.2426017 +168,-1.258418684,0.7241194816,261,-1.965659039,0.7142126903,2088.4146826 +169,-1.317813974,0.6804850104,261,-1.965659039,0.7142126903,1956.811859 +170,-1.344165204,0.6790988904,261,-1.965659039,0.7142126903,1880.2076419 +171,-1.427582102,0.5277120351,261,-1.965659039,0.7142126903,1871.7464708 +172,-1.402238616,0.457167829,261,-1.965659039,0.7142126903,2102.930079 +173,-1.422454264,0.4996161999,261,-1.965659039,0.7142126903,1947.1148723 +174,-1.439089277,0.4894859811,261,-1.965659039,0.7142126903,1922.4293622 +175,-1.448126995,0.5182330266,261,-1.965659039,0.7142126903,1832.3356263 +176,-1.474626146,0.5881926574,261,-1.965659039,0.7142126903,1617.2918199 +177,-1.421139645,0.5584869783,261,-1.965659039,0.7142126903,1829.434997 +178,-1.457037165,0.565943032,261,-1.965659039,0.7142126903,1709.605841 +179,-2.757159358,0.3745319,261,-1.965659039,0.7142126903,2958.191737 +180,-2.714309238,0.342054471,261,-1.965659039,0.7142126903,2915.0235154 +181,-2.000525337,0.774119946,261,-1.965659039,0.7142126903,258.10551233 +183,-1.571413436,0.6777838382,261,-1.965659039,0.7142126903,1203.6564819 +184,-1.552860289,0.6987663893,261,-1.965659039,0.7142126903,1241.4423315 +185,-1.521852374,0.7165827476,261,-1.965659039,0.7142126903,1322.2328941 +186,-1.503656267,0.6928968252,261,-1.965659039,0.7142126903,1392.6809577 +187,-1.502753178,0.7136205882,261,-1.965659039,0.7142126903,1380.4554508 +188,-1.631894563,0.7343596465,261,-1.965659039,0.7142126903,991.30446885 +189,-1.653765416,0.6770714026,261,-1.965659039,0.7142126903,957.96160574 +190,-1.719812114,0.6715965947,261,-1.965659039,0.7142126903,767.092227 +191,-1.493406659,0.6646955447,261,-1.965659039,0.7142126903,1450.7123438 +192,-1.469120564,0.6613469966,261,-1.965659039,0.7142126903,1527.1632101 +193,-1.590551461,0.5326612937,261,-1.965659039,0.7142126903,1398.634899 +194,-1.625979264,0.5247742243,261,-1.965659039,0.7142126903,1322.8923296 +195,-1.572293943,0.5238808754,261,-1.965659039,0.7142126903,1469.4653146 +196,-1.610848725,0.5477107964,261,-1.965659039,0.7142126903,1307.7671179 +197,-1.208485554,0.7918526018,261,-1.965659039,0.7142126903,2182.8808026 +198,-1.335601374,0.6869083083,261,-1.965659039,0.7142126903,1897.3858602 +199,-1.346156996,0.6825213377,261,-1.965659039,0.7142126903,1870.6721362 +200,-1.324381037,0.6741422347,261,-1.965659039,0.7142126903,1944.3561578 +201,-1.242424992,0.7378949807,261,-1.965659039,0.7142126903,2123.0173847 +202,-1.270370057,0.7392461008,261,-1.965659039,0.7142126903,2041.7077015 +203,-1.448950472,0.7441675014,261,-1.965659039,0.7142126903,1523.0360227 +204,-1.492662363,0.7523026852,261,-1.965659039,0.7142126903,1394.0568301 +205,-1.479098966,0.7763855017,261,-1.965659039,0.7142126903,1430.3632893 +206,-1.633760714,0.7869022408,261,-1.965659039,0.7142126903,1000.8922536 +207,-1.647406434,0.8101289331,261,-1.965659039,0.7142126903,984.91418023 +208,-1.564245052,0.5701509278,261,-1.965659039,0.7142126903,1389.7485181 +209,-1.646289963,0.6833746083,261,-1.965659039,0.7142126903,974.37795559 +210,-1.5820631,0.6751952144,261,-1.965659039,0.7142126903,1174.3159061 +211,-1.613236298,0.6681681791,261,-1.965659039,0.7142126903,1088.3815105 +212,-1.914661867,0.8212566515,261,-1.965659039,0.7142126903,448.1302199 +213,-1.742133237,0.7250275956,261,-1.965659039,0.7142126903,666.62312788 +214,-2.033144872,0.6557314699,261,-1.965659039,0.7142126903,310.59834038 +215,-2.039551981,0.6964723658,261,-1.965659039,0.7142126903,233.63807909 +216,-1.247341019,0.7622473908,261,-1.965659039,0.7142126903,2091.4693497 +217,-1.298239787,0.7084123392,261,-1.965659039,0.7142126903,1986.4883994 +218,-1.308539688,0.6926545592,261,-1.965659039,0.7142126903,1971.4384771 +219,-1.303263185,0.6888938396,261,-1.965659039,0.7142126903,1990.8614296 +220,-1.852400229,0.6004246149,261,-1.965659039,0.7142126903,573.44471845 +221,-1.288947707,0.7473773692,261,-1.965659039,0.7142126903,1982.6661184 +222,-1.372031502,0.7472790993,261,-1.965659039,0.7142126903,1743.9975649 +223,-1.289805721,0.7242157877,261,-1.965659039,0.7142126903,1997.3460252 +224,-1.350807603,0.7533498126,261,-1.965659039,0.7142126903,1801.9257471 +225,-1.329290365,0.7560442322,261,-1.965659039,0.7142126903,1862.1178613 +226,-1.410153004,0.616936428,261,-1.965659039,0.7142126903,1762.7504955 +227,-1.393445434,0.6308995063,261,-1.965659039,0.7142126903,1792.5337295 +228,-1.37595573,0.6241540638,261,-1.965659039,0.7142126903,1854.4634698 +229,-1.358388707,0.6172645205,261,-1.965659039,0.7142126903,1917.1480713 +230,-1.753741133,0.8281661666,261,-1.965659039,0.7142126903,750.921353 +231,-1.47430987,0.6834615681,261,-1.965659039,0.7142126903,1488.5428594 +232,-1.421012508,0.7222725206,261,-1.965659039,0.7142126903,1615.8744863 +233,-1.4476833,0.6978557868,261,-1.965659039,0.7142126903,1555.0666318 +234,-1.470370723,0.6966193374,261,-1.965659039,0.7142126903,1488.6980141 +235,-1.429211703,0.7037216883,261,-1.965659039,0.7142126903,1605.0408198 +236,-1.700578405,0.6178673663,261,-1.965659039,0.7142126903,907.84266616 +237,-1.678117619,0.6331716163,261,-1.965659039,0.7142126903,944.43404782 +238,-1.725644578,0.6316331145,261,-1.965659039,0.7142126903,811.02493603 +239,-2.14012759,0.7930497945,261,-1.965659039,0.7142126903,592.18542736 +240,-2.103289431,0.7653606263,261,-1.965659039,0.7142126903,450.48695901 +241,-1.318739838,0.7017808746,261,-1.965659039,0.7142126903,1932.516506 +242,-1.396417427,0.7077900843,261,-1.965659039,0.7142126903,1698.6457481 +243,-1.35650337,0.7185539404,261,-1.965659039,0.7142126903,1807.4587687 +244,-1.248884539,0.7274156818,261,-1.965659039,0.7142126903,2113.1361603 +245,-1.395014798,0.5761185243,261,-1.965659039,0.7142126903,1874.6305059 +246,-1.433377362,0.6064716109,261,-1.965659039,0.7142126903,1709.4802416 +247,-1.408172432,0.5903155476,261,-1.965659039,0.7142126903,1811.006882 +248,-1.749645898,0.7757118084,261,-1.965659039,0.7142126903,673.65370913 +249,-1.571626686,0.615046989,261,-1.965659039,0.7142126903,1285.5383043 +250,-1.514070049,0.6303003037,261,-1.965659039,0.7142126903,1432.7696149 +251,-1.480890369,0.6237966528,261,-1.965659039,0.7142126903,1541.2109183 +252,-1.704390658,0.5281680612,261,-1.965659039,0.7142126903,1115.6622549 +253,-1.64434733,0.5254277498,261,-1.965659039,0.7142126903,1273.2584244 +254,-1.703855997,0.4792484842,261,-1.965659039,0.7142126903,1261.962114 +255,-1.692002383,0.5748825051,261,-1.965659039,0.7142126903,1024.8871665 +256,-1.854136457,0.5544643913,261,-1.965659039,0.7142126903,725.41952826 +257,-1.665021206,0.520317736,261,-1.965659039,0.7142126903,1234.1021316 +258,-1.733654349,0.4845187345,261,-1.965659039,0.7142126903,1181.7807392 +259,-1.720938188,0.5135933906,261,-1.965659039,0.7142126903,1119.3660872 +260,-1.742668307,0.553296122,261,-1.965659039,0.7142126903,953.54056021 +261,-1.965659039,0.7142126903,261,-1.965659039,0.7142126903,74.072351033 +262,-1.944438071,0.6772834804,261,-1.965659039,0.7142126903,159.86892685 +263,-1.270340967,0.7681487096,261,-1.965659039,0.7142126903,2023.0017548 +264,-1.353091884,0.6549276821,261,-1.965659039,0.7142126903,1881.5753213 +265,-1.333236659,0.6413584414,261,-1.965659039,0.7142126903,1958.3428533 +266,-1.352015998,0.6753788907,261,-1.965659039,0.7142126903,1860.9284645 +267,-1.377988483,0.6577816235,261,-1.965659039,0.7142126903,1803.7734331 +268,-2.13075611,0.8318642051,261,-1.965659039,0.7142126903,659.59419194 +269,-2.097910953,0.8259670014,261,-1.965659039,0.7142126903,580.25302133 +270,-1.416382069,0.6694271549,261,-1.965659039,0.7142126903,1675.7377719 +271,-1.538905672,0.7535625993,261,-1.965659039,0.7142126903,1260.3128159 +272,-1.572309477,0.7803125099,261,-1.965659039,0.7142126903,1168.4530669 +273,-1.87759879,0.7503853417,261,-1.965659039,0.7142126903,296.25296477 +274,1.152365588,0.590457682,261,-1.965659039,0.7142126903,7275.3335259 +275,0.350198001,0.718001859,261,-1.965659039,0.7142126903,6043.2575052 +276,0.046513677,0.491503852,261,-1.965659039,0.7142126903,6124.6127969 +277,0.027510309,0.742571376,261,-1.965659039,0.7142126903,5364.751968 +278,0.306285725,-0.214631579,261,-1.965659039,0.7142126903,8849.4917583 +279,-1.100564889,0.318051531,261,-1.965659039,0.7142126903,3312.0036813 +280,-1.078582306,0.301437596,261,-1.965659039,0.7142126903,3417.8559019 +281,-1.137371989,-0.617634065,261,-1.965659039,0.7142126903,6074.6199044 +282,0.784356344,0.703272339,261,-1.965659039,0.7142126903,6654.8847018 +283,-1.221209947,0.218327455,261,-1.965659039,0.7142126903,3236.1721869 +284,2.347301921,-0.449114658,261,-1.965659039,0.7142126903,8524.3991758 +285,0.246820618,0.830553713,261,-1.965659039,0.7142126903,5510.8023228 +286,0.829414965,0.703288228,261,-1.965659039,0.7142126903,6692.1681987 +287,-1.337537566,0.42332223,261,-1.965659039,0.7142126903,2368.4309446 +288,0.882453706,0.454478077,261,-1.965659039,0.7142126903,7690.5253238 +289,1.575629659,0.416419109,261,-1.965659039,0.7142126903,7730.0896078 +290,-1.039455679,0.229888244,261,-1.965659039,0.7142126903,3715.7229486 +291,0.489558039,0.934482747,261,-1.965659039,0.7142126903,5507.0528725 +292,0.081344504,0.88384514,261,-1.965659039,0.7142126903,5069.7947335 +293,-1.547979814,0.300350308,261,-1.965659039,0.7142126903,2170.9581623 +294,0.040776181,0.168560074,261,-1.965659039,0.7142126903,7037.5079333 +295,-1.130374745,0.563894876,261,-1.965659039,0.7142126903,2687.0364485 +296,1.578326642,0.478507176,261,-1.965659039,0.7142126903,7493.5860749 +297,-1.12861823,-0.291640865,261,-1.965659039,0.7142126903,5030.3818234 +298,0.310524208,0.770885792,261,-1.965659039,0.7142126903,5805.208244 +299,0.415649091,-0.387246002,261,-1.965659039,0.7142126903,9607.3243974 +300,-0.926533878,-0.188022748,261,-1.965659039,0.7142126903,5205.1423444 +301,1.258856172,-0.11716081,261,-1.965659039,0.7142126903,10060.819743 +302,-1.126050026,0.322941926,261,-1.965659039,0.7142126903,3225.5671493 +303,2.002785835,0.07893892,261,-1.965659039,0.7142126903,8108.3446982 +304,0.440437607,0.746258085,261,-1.965659039,0.7142126903,6089.9449988 +305,-0.030391866,0.214441206,261,-1.965659039,0.7142126903,6713.4843827 +306,0.521557815,-0.058929362,261,-1.965659039,0.7142126903,8957.6926873 +307,-0.097005111,0.13317729,261,-1.965659039,0.7142126903,6749.5461146 +308,1.83113859,0.221857587,261,-1.965659039,0.7142126903,8027.9741159 +309,0.222428864,0.099404236,261,-1.965659039,0.7142126903,7724.0502587 +310,-1.702731345,0.8728568183,261,-1.965659039,0.7142126903,960.3165143 +311,-0.418507569,0.278324921,261,-1.965659039,0.7142126903,5435.8976407 +312,-1.41153306,0.339029988,261,-1.965659039,0.7142126903,2387.2953711 +313,0.357560442,0.114788776,261,-1.965659039,0.7142126903,8017.5928707 +314,0.325818979,0.268352149,261,-1.965659039,0.7142126903,7458.3419043 +315,-1.246004659,-0.663679965,261,-1.965659039,0.7142126903,6047.1248062 +316,1.814603087,0.637404484,261,-1.965659039,0.7142126903,6609.6722384 +317,1.843704281,-0.18300445,261,-1.965659039,0.7142126903,9307.7433356 +318,1.690644492,-0.211480909,261,-1.965659039,0.7142126903,9769.1805597 +319,-1.275451936,0.068109467,261,-1.965659039,0.7142126903,3543.2163976 +320,0.762430171,-0.207594741,261,-1.965659039,0.7142126903,9975.7548706 +321,0.265668905,-0.014647884,261,-1.965659039,0.7142126903,8174.1030593 +322,-2.773032013,-0.335515811,261,-1.965659039,0.7142126903,5107.6046131 +323,-1.469512853,0.174058777,261,-1.965659039,0.7142126903,2753.8604003 +324,0.286276986,0.785925691,261,-1.965659039,0.7142126903,5716.8853243 +325,-1.379324697,0.377432233,261,-1.965659039,0.7142126903,2368.4151853 +326,-1.203778265,0.212813032,261,-1.965659039,0.7142126903,3299.1497463 +327,0.579916301,0.611743168,261,-1.965659039,0.7142126903,6761.2753269 +328,0.267582642,0.868113908,261,-1.965659039,0.7142126903,5426.3167195 +329,0.412869244,-0.050245578,261,-1.965659039,0.7142126903,8664.4678187 +330,0.17524381,0.976660285,261,-1.965659039,0.7142126903,4954.7695946 +331,0.743157214,0.204812899,261,-1.965659039,0.7142126903,8473.8422938 +332,-1.070758176,0.269382282,261,-1.965659039,0.7142126903,3522.3764573 +333,-1.230364251,0.329790229,261,-1.965659039,0.7142126903,2908.4952898 +334,-1.374813124,-0.024926835,261,-1.965659039,0.7142126903,3618.3187627 +335,0.519780566,0.463669906,261,-1.965659039,0.7142126903,7192.3119492 +336,-1.55108034,0.239698561,261,-1.965659039,0.7142126903,2362.5425055 +337,0.180294813,0.029739425,261,-1.965659039,0.7142126903,7814.7105967 +338,0.67820924,0.268170153,261,-1.965659039,0.7142126903,8144.9497632 +339,0.445798684,1.024001867,261,-1.965659039,0.7142126903,5152.2195165 +340,0.691751283,0.150521402,261,-1.965659039,0.7142126903,8590.5111567 +341,-1.036643551,-0.903056181,261,-1.965659039,0.7142126903,7158.5047017 +342,-0.120287036,1.083325163,261,-1.965659039,0.7142126903,4226.3408972 +343,2.823513113,-0.304487164,261,-1.965659039,0.7142126903,6782.6266647 +344,0.457583172,1.12513373,261,-1.965659039,0.7142126903,4823.2490267 +345,0.042918831,0.813795399,261,-1.965659039,0.7142126903,5195.8659486 +346,1.196146777,-0.853142756,261,-1.965659039,0.7142126903,11890.650714 +347,0.206001358,-0.010430701,261,-1.965659039,0.7142126903,8000.1136252 +348,-0.268308653,0.234799412,261,-1.965659039,0.7142126903,5985.5651356 +349,0.759363263,0.736189579,261,-1.965659039,0.7142126903,6508.2340234 +350,0.181363926,0.891988372,261,-1.965659039,0.7142126903,5215.6422557 +351,-0.021111158,0.139103292,261,-1.965659039,0.7142126903,6948.4531157 +352,-0.093355215,0.630686981,261,-1.965659039,0.7142126903,5403.9283436 +353,0.40118964,0.681375926,261,-1.965659039,0.7142126903,6248.9197496 +354,-0.721197315,1.304706234,261,-1.965659039,0.7142126903,3174.5385266 +355,-1.076150317,0.212107639,261,-1.965659039,0.7142126903,3657.5999851 +356,-1.577164531,0.273993443,261,-1.965659039,0.7142126903,2194.2134656 +357,-0.190788414,0.182208586,261,-1.965659039,0.7142126903,6348.3249926 +358,-0.261349752,0.209710184,261,-1.965659039,0.7142126903,6071.450057 +359,-1.029303852,0.083549259,261,-1.965659039,0.7142126903,4143.5065188 +360,-1.268609162,0.330525297,261,-1.965659039,0.7142126903,2798.8226204 +361,1.282982244,-0.926641967,261,-1.965659039,0.7142126903,11554.935961 +362,0.217352334,0.731352408,261,-1.965659039,0.7142126903,5768.246835 +363,-1.511833084,0.258629297,261,-1.965659039,0.7142126903,2385.51436 +364,0.338812194,0.823184618,261,-1.965659039,0.7142126903,5680.1864444 +365,-0.324406489,1.134201999,261,-1.965659039,0.7142126903,3814.3141625 +366,1.389579348,0.399185724,261,-1.965659039,0.7142126903,7964.0944199 +367,2.047152199,-0.039082036,261,-1.965659039,0.7142126903,8349.8744874 +368,0.947780369,0.568250077,261,-1.965659039,0.7142126903,7295.9971364 +369,0.763824846,0.576754987,261,-1.965659039,0.7142126903,7113.3807011 +370,-0.142334657,0.928153068,261,-1.965659039,0.7142126903,4543.3266151 +371,0.610266567,0.547265983,261,-1.965659039,0.7142126903,7035.2699698 +372,0.210731629,0.746815056,261,-1.965659039,0.7142126903,5708.3059568 +373,-1.34931644,0.316895224,261,-1.965659039,0.7142126903,2614.2640857 +374,2.407696481,0.655030745,261,-1.965659039,0.7142126903,5425.3842999 +375,0.64207831,0.545359131,261,-1.965659039,0.7142126903,7085.6541263 +376,1.174597538,0.840588356,261,-1.965659039,0.7142126903,6285.2797743 +377,0.660059424,0.010604079,261,-1.965659039,0.7142126903,9026.1928318 +378,-0.730263819,0.010486456,261,-1.965659039,0.7142126903,5198.2859778 +379,0.831068936,0.512339172,261,-1.965659039,0.7142126903,7423.4509126 +380,1.301180979,0.72367476,261,-1.965659039,0.7142126903,6730.656423 +381,1.811128231,0.322854402,261,-1.965659039,0.7142126903,7718.8523711 +382,0.435105812,0.992284428,261,-1.965659039,0.7142126903,5247.3507073 +383,0.62643634,0.592027932,261,-1.965659039,0.7142126903,6895.2694012 +384,0.492988703,-0.516339467,261,-1.965659039,0.7142126903,10122.351509 +385,-0.162469483,0.112549365,261,-1.965659039,0.7142126903,6616.1168191 +386,0.314630866,0.472006421,261,-1.965659039,0.7142126903,6780.6787713 +387,0.166744804,0.822815954,261,-1.965659039,0.7142126903,5398.135615 +388,0.417159608,0.965805736,261,-1.965659039,0.7142126903,5315.2946743 +389,0.106334961,0.868774244,261,-1.965659039,0.7142126903,5156.7378618 +390,0.815086969,-0.338144359,261,-1.965659039,0.7142126903,10518.807575 +391,0.59867455,-0.230624824,261,-1.965659039,0.7142126903,9679.115577 +392,1.915104874,0.066220985,261,-1.965659039,0.7142126903,8359.5306119 +393,1.278093622,0.064463721,261,-1.965659039,0.7142126903,9337.401549 +394,-0.061477853,0.302997961,261,-1.965659039,0.7142126903,6382.6126666 +395,0.251311504,0.626976942,261,-1.965659039,0.7142126903,6159.1135812 +396,2.950242872,0.149095644,261,-1.965659039,0.7142126903,5227.9196554 +397,-0.180294708,0.35375117,261,-1.965659039,0.7142126903,5920.6521979 +398,1.010448592,-0.351180233,261,-1.965659039,0.7142126903,10901.378564 +399,-1.748740498,0.3686318073,261,-1.965659039,0.7142126903,1550.4908341 +400,2.699635665,0.123533791,261,-1.965659039,0.7142126903,6041.9888005 +401,0.496808033,0.823843254,261,-1.965659039,0.7142126903,5900.0563247 +402,0.129574704,0.763364087,261,-1.965659039,0.7142126903,5507.0976389 +403,1.798920311,0.817447563,261,-1.965659039,0.7142126903,5992.1396597 +404,0.335987953,0.746786541,261,-1.965659039,0.7142126903,5925.3625712 +405,-1.085413643,0.292154671,261,-1.965659039,0.7142126903,3421.4911651 +406,-0.155321003,0.508207011,261,-1.965659039,0.7142126903,5576.9013061 +407,0.620529244,-0.301175104,261,-1.965659039,0.7142126903,9944.4739787 +408,1.684402744,0.368716966,261,-1.965659039,0.7142126903,7764.0904639 +409,0.300582244,-0.386397212,261,-1.965659039,0.7142126903,9267.2488159 +410,2.913555946,-0.009225192,261,-1.965659039,0.7142126903,5747.7564637 +411,1.465101417,0.493232532,261,-1.965659039,0.7142126903,7544.6948507 +412,0.090612882,0.907955955,261,-1.965659039,0.7142126903,5017.7295279 +413,2.987564726,-0.729568594,261,-1.965659039,0.7142126903,7438.1778958 +414,-1.484261606,0.224149272,261,-1.965659039,0.7142126903,2558.2978355 +415,0.164073421,0.303955133,261,-1.965659039,0.7142126903,6964.0924374 +416,0.141441293,0.167552546,261,-1.965659039,0.7142126903,7310.77205 +417,2.931321023,-0.506718887,261,-1.965659039,0.7142126903,7005.880302 +418,2.21951565,0.700596356,261,-1.965659039,0.7142126903,5698.9265197 +419,0.268112576,1.199114336,261,-1.965659039,0.7142126903,4411.1300559 +420,0.978913739,0.359223811,261,-1.965659039,0.7142126903,8130.5447433 +421,1.210898818,0.522863584,261,-1.965659039,0.7142126903,7542.1120075 +422,2.347397336,0.129231362,261,-1.965659039,0.7142126903,7047.4974492 +423,0.614394501,0.556878345,261,-1.965659039,0.7142126903,7006.3136007 +424,-1.398079356,0.148483366,261,-1.965659039,0.7142126903,2997.7504017 +425,2.535303836,-0.112984496,261,-1.965659039,0.7142126903,7146.9115514 +426,-1.019372593,-0.405322349,261,-1.965659039,0.7142126903,5634.6476054 +427,-1.297785627,-0.160104069,261,-1.965659039,0.7142126903,4233.1954745 +428,2.144554488,0.205051084,261,-1.965659039,0.7142126903,7369.4244778 +429,-2.242387083,-0.426171285,261,-1.965659039,0.7142126903,4630.4213064 +430,0.338637212,0.909723676,261,-1.965659039,0.7142126903,5398.2453674 +431,-0.148798452,0.691042401,261,-1.965659039,0.7142126903,5115.7892462 +432,0.893524764,0.441829531,261,-1.965659039,0.7142126903,7748.3971689 +433,0.969229347,-0.368847936,261,-1.965659039,0.7142126903,10909.928581 +434,0.436043248,0.800045688,261,-1.965659039,0.7142126903,5900.2272053 +435,1.687946607,1.081504775,261,-1.965659039,0.7142126903,5144.8868149 +436,0.522302046,-0.034889271,261,-1.965659039,0.7142126903,8882.6776831 +437,-0.178996113,-0.438090009,261,-1.965659039,0.7142126903,7958.1596942 +438,-1.094339566,0.301444068,261,-1.965659039,0.7142126903,3371.9538698 +439,-1.064070054,0.242569932,261,-1.965659039,0.7142126903,3611.4323449 +440,-1.068153768,0.230387998,261,-1.965659039,0.7142126903,3631.769365 +441,-3.00496892,-0.23989155,261,-1.965659039,0.7142126903,5358.1061298 +442,0.21751974,0.766874888,261,-1.965659039,0.7142126903,5658.5422898 +443,0.117229532,0.007619006,261,-1.965659039,0.7142126903,7702.9424497 +444,0.777758451,0.420554741,261,-1.965659039,0.7142126903,7716.2863518 +445,-0.252356999,0.250747086,261,-1.965659039,0.7142126903,5989.7925111 +446,0.363148444,0.768483434,261,-1.965659039,0.7142126903,5897.5789997 +447,0.903191366,-0.118210676,261,-1.965659039,0.7142126903,9893.9564545 +448,-0.205755923,0.149406178,261,-1.965659039,0.7142126903,6392.1314659 +449,1.811996086,0.02364353,261,-1.965659039,0.7142126903,8732.2906017 +450,-1.100670221,0.314845373,261,-1.965659039,0.7142126903,3319.7327671 +451,0.340078597,0.850105132,261,-1.965659039,0.7142126903,5594.2618998 +452,0.258757267,0.804969236,261,-1.965659039,0.7142126903,5610.7752284 +453,2.78505352,-0.155160804,261,-1.965659039,0.7142126903,6509.8404746 +454,0.800551619,0.105822106,261,-1.965659039,0.7142126903,8920.9202229 +455,0.437940882,-0.506194031,261,-1.965659039,0.7142126903,9938.1780322 +456,2.230431122,0.63458615,261,-1.965659039,0.7142126903,5873.1871817 +457,0.527965361,0.127667701,261,-1.965659039,0.7142126903,8360.9508613 +458,-0.063643205,0.702093448,261,-1.965659039,0.7142126903,5280.594929 +459,1.408447268,0.133010502,261,-1.965659039,0.7142126903,8982.7043217 +460,0.523795955,0.280266966,261,-1.965659039,0.7142126903,7834.3679409 +461,-0.975769313,0.072177659,261,-1.965659039,0.7142126903,4324.9171443 +462,0.549774164,-0.463663986,261,-1.965659039,0.7142126903,10176.258367 +463,0.29245874,1.095549818,261,-1.965659039,0.7142126903,4750.1511332 +464,0.143625958,0.816809593,261,-1.965659039,0.7142126903,5374.8729705 +465,0.671902494,0.611159853,261,-1.965659039,0.7142126903,6882.5536632 +466,1.239840988,0.6724199,261,-1.965659039,0.7142126903,6946.5353578 +467,0.607829703,-0.10932137,261,-1.965659039,0.7142126903,9318.7759689 +468,1.763020906,0.263996692,261,-1.965659039,0.7142126903,8010.5597386 +469,0.378714634,0.726066797,261,-1.965659039,0.7142126903,6063.0456852 +470,2.196736143,-0.153862366,261,-1.965659039,0.7142126903,8253.3285621 +471,0.01702415,0.148991565,261,-1.965659039,0.7142126903,7027.2518861 +472,-2.998490902,-0.158002487,261,-1.965659039,0.7142126903,5100.7944114 +473,-3.051262951,-0.346595608,261,-1.965659039,0.7142126903,5789.5765521 +474,-1.069176439,0.182802941,261,-1.965659039,0.7142126903,3756.5976912 +475,0.167157509,0.595344954,261,-1.965659039,0.7142126903,6087.4332426 +476,0.613855648,0.681746124,261,-1.965659039,0.7142126903,6553.7783728 +477,1.037012736,0.682555367,261,-1.965659039,0.7142126903,6888.5440853 +478,-1.253574971,0.379755746,261,-1.965659039,0.7142126903,2715.5421938 +479,3.108590453,-0.132620738,261,-1.965659039,0.7142126903,5510.9443682 +480,0.565301296,0.022333262,261,-1.965659039,0.7142126903,8792.0552379 +481,0.547898238,0.855555614,261,-1.965659039,0.7142126903,5850.9218878 +482,0.948309381,0.417393755,261,-1.965659039,0.7142126903,7883.9327681 +483,-0.050600732,0.945269213,261,-1.965659039,0.7142126903,4670.7576457 +484,-0.977651478,-0.572363064,261,-1.965659039,0.7142126903,6242.512445 +485,1.102014914,0.728861163,261,-1.965659039,0.7142126903,6721.686977 +486,2.927300795,-0.282939414,261,-1.965659039,0.7142126903,6430.2250834 +487,-1.154565557,0.124434095,261,-1.965659039,0.7142126903,3684.5602991 +488,1.855331234,0.291044755,261,-1.965659039,0.7142126903,7745.139501 +489,0.830290659,0.276904518,261,-1.965659039,0.7142126903,8317.7483557 +490,0.485104466,-0.234867441,261,-1.965659039,0.7142126903,9398.9760282 +491,0.521367572,-0.33161327,261,-1.965659039,0.7142126903,9765.8905582 +1,-1.539031704,0.7349710123,262,-1.944438071,0.6772834804,1238.9912545 +2,-1.536990553,0.7349663874,262,-1.944438071,0.6772834804,1244.9810521 +3,-1.534951779,0.7349571355,262,-1.944438071,0.6772834804,1250.9635366 +4,-1.532906461,0.7349480293,262,-1.944438071,0.6772834804,1256.9658142 +5,-1.531320211,0.7346937278,262,-1.944438071,0.6772834804,1261.5788939 +6,-1.539451648,0.7335131775,262,-1.944438071,0.6772834804,1237.4828218 +7,-1.537429487,0.7335445708,262,-1.944438071,0.6772834804,1243.4322133 +8,-1.535484998,0.7335658704,262,-1.944438071,0.6772834804,1249.1516145 +9,-1.533488396,0.7336036027,262,-1.944438071,0.6772834804,1255.0270138 +10,-1.531497785,0.7335842962,262,-1.944438071,0.6772834804,1260.8757475 +11,-1.530259379,0.7334777758,262,-1.944438071,0.6772834804,1264.500249 +12,-1.5335454,0.7322346912,262,-1.944438071,0.6772834804,1254.6468989 +13,-1.531489083,0.7322238773,262,-1.944438071,0.6772834804,1260.6987193 +14,-1.530011122,0.7321679851,262,-1.944438071,0.6772834804,1265.0421586 +15,-1.53348106,0.7306614094,262,-1.944438071,0.6772834804,1254.6202498 +16,-1.531441779,0.7306962275,262,-1.944438071,0.6772834804,1260.6371624 +17,-1.529755654,0.7306933243,262,-1.944438071,0.6772834804,1265.6082701 +18,-1.533415048,0.7291384674,262,-1.944438071,0.6772834804,1254.6344953 +19,-1.531392093,0.7291705353,262,-1.944438071,0.6772834804,1260.6112916 +20,-1.529296523,0.7291214933,262,-1.944438071,0.6772834804,1266.7944545 +21,-1.535280942,0.727267644,262,-1.944438071,0.6772834804,1248.9317612 +22,-1.533378158,0.7276139666,262,-1.944438071,0.6772834804,1254.5910699 +23,-1.531340368,0.7276446587,262,-1.944438071,0.6772834804,1260.619838 +24,-1.528960113,0.7276398177,262,-1.944438071,0.6772834804,1267.6583846 +25,-1.533313146,0.7260818349,262,-1.944438071,0.6772834804,1254.6587632 +26,-1.531259555,0.7260958115,262,-1.944438071,0.6772834804,1260.7414255 +27,-1.528926415,0.7260865555,262,-1.944438071,0.6772834804,1267.6505756 +28,-1.531226779,0.7245511789,262,-1.944438071,0.6772834804,1260.7502704 +29,-1.528904772,0.7245519194,262,-1.944438071,0.6772834804,1267.6369005 +30,-1.547195875,0.7409785979,262,-1.944438071,0.6772834804,1216.596364 +31,-1.5451475,0.740980426,262,-1.944438071,0.6772834804,1222.5666897 +32,-1.543097679,0.7409798872,262,-1.944438071,0.6772834804,1228.5412933 +33,-1.540720364,0.7409892687,262,-1.944438071,0.6772834804,1235.4741365 +34,-1.547188511,0.7395198392,262,-1.944438071,0.6772834804,1216.1974058 +35,-1.545148587,0.7395226109,262,-1.944438071,0.6772834804,1222.1532198 +36,-1.543104538,0.7395314908,262,-1.944438071,0.6772834804,1228.1233595 +37,-1.540727751,0.7395306258,262,-1.944438071,0.6772834804,1235.0631605 +38,-1.547187029,0.7380014886,262,-1.944438071,0.6772834804,1215.7922393 +39,-1.545147315,0.7380012252,262,-1.944438071,0.6772834804,1221.756774 +40,-1.54310719,0.7380060743,262,-1.944438071,0.6772834804,1227.7244186 +41,-1.540719671,0.7380068206,262,-1.944438071,0.6772834804,1234.7077662 +42,-1.547187189,0.7364799098,262,-1.944438071,0.6772834804,1215.4101873 +43,-1.545149996,0.7364853874,262,-1.944438071,0.6772834804,1221.3787245 +44,-1.543106091,0.7364823484,262,-1.944438071,0.6772834804,1227.3654932 +45,-1.540717158,0.7364893901,262,-1.944438071,0.6772834804,1234.365987 +46,-1.538663972,0.7410138672,262,-1.944438071,0.6772834804,1241.476182 +47,-1.53695285,0.7409699132,262,-1.944438071,0.6772834804,1246.4537793 +48,-1.534910498,0.7409641297,262,-1.944438071,0.6772834804,1252.4081621 +49,-1.533145034,0.7409536636,262,-1.944438071,0.6772834804,1257.5545073 +50,-1.538681336,0.7395405883,262,-1.944438071,0.6772834804,1241.0417488 +51,-1.536999189,0.7395183096,262,-1.944438071,0.6772834804,1245.9490133 +52,-1.534923633,0.7395144222,262,-1.944438071,0.6772834804,1252.0105134 +53,-1.533267822,0.7395654306,262,-1.944438071,0.6772834804,1256.8593299 +54,-1.53867273,0.7380151077,262,-1.944438071,0.6772834804,1240.6973695 +55,-1.536980576,0.7379994392,262,-1.944438071,0.6772834804,1245.6440574 +56,-1.534931522,0.7379944961,262,-1.944438071,0.6772834804,1251.637918 +57,-1.533387952,0.7379480264,262,-1.944438071,0.6772834804,1256.1443322 +58,-1.538682279,0.7364914363,262,-1.944438071,0.6772834804,1240.3286255 +59,-1.536980704,0.7364810563,262,-1.944438071,0.6772834804,1245.3124659 +60,-1.534935567,0.7364752065,262,-1.944438071,0.6772834804,1251.3045404 +61,-1.533042592,0.7363876366,262,-1.944438071,0.6772834804,1256.8351989 +62,-1.545143426,0.7349628011,262,-1.944438071,0.6772834804,1221.0548079 +63,-1.543105297,0.7349691947,262,-1.944438071,0.6772834804,1227.036524 +64,-1.541064533,0.7349647152,262,-1.944438071,0.6772834804,1233.0241978 +65,-1.545411803,0.7334624714,262,-1.944438071,0.6772834804,1219.95608 +66,-1.543446606,0.7334780896,262,-1.944438071,0.6772834804,1225.7345989 +67,-1.541475327,0.7334957295,262,-1.944438071,0.6772834804,1231.5316122 +68,-1.545401939,0.731963266,262,-1.944438071,0.6772834804,1219.7019902 +69,-1.54342253,0.7319915583,262,-1.944438071,0.6772834804,1225.5333282 +70,-1.541455867,0.7320216438,262,-1.944438071,0.6772834804,1231.327509 +71,-1.545410146,0.7304422281,262,-1.944438071,0.6772834804,1219.4191428 +72,-1.543435491,0.7304713664,262,-1.944438071,0.6772834804,1225.2451938 +73,-1.541463105,0.7304997613,262,-1.944438071,0.6772834804,1231.0644499 +74,-1.545414768,0.7289194936,262,-1.944438071,0.6772834804,1219.1753412 +75,-1.543435774,0.7289538557,262,-1.944438071,0.6772834804,1225.02334 +76,-1.541457714,0.7289765881,262,-1.944438071,0.6772834804,1230.8669706 +77,-1.539449415,0.7320555866,262,-1.944438071,0.6772834804,1237.2394647 +78,-1.537429183,0.7321097681,262,-1.944438071,0.6772834804,1243.1951385 +79,-1.535472649,0.7321497267,262,-1.944438071,0.6772834804,1248.960882 +80,-1.539457899,0.7305333307,262,-1.944438071,0.6772834804,1236.9812174 +81,-1.537453161,0.7305750503,262,-1.944438071,0.6772834804,1242.8976698 +82,-1.535479385,0.7306124949,262,-1.944438071,0.6772834804,1248.7221028 +83,-1.53946905,0.7290102593,262,-1.944438071,0.6772834804,1236.7433091 +84,-1.537459922,0.7290417293,262,-1.944438071,0.6772834804,1242.6797047 +85,-1.535451349,0.7290890157,262,-1.944438071,0.6772834804,1248.6161785 +86,-1.535522937,0.7279887191,262,-1.944438071,0.6772834804,1248.2858858 +87,-1.539442524,0.7274735939,262,-1.944438071,0.6772834804,1236.6437093 +88,-1.537424111,0.727521351,262,-1.944438071,0.6772834804,1242.6175581 +89,-1.539384641,0.7259505092,262,-1.944438071,0.6772834804,1236.6673565 +90,-1.537372391,0.7259947145,262,-1.944438071,0.6772834804,1242.6305288 +91,-1.535340789,0.7260435356,262,-1.944438071,0.6772834804,1248.6510684 +92,-1.539325716,0.7244369706,262,-1.944438071,0.6772834804,1236.723706 +93,-1.537308932,0.7244801057,262,-1.944438071,0.6772834804,1242.707966 +94,-1.535289068,0.7245247645,262,-1.944438071,0.6772834804,1248.7011271 +95,-1.533261366,0.7245550236,262,-1.944438071,0.6772834804,1254.7164163 +96,-1.539267302,0.722921924,262,-1.944438071,0.6772834804,1236.8070601 +97,-1.537248972,0.7229660258,262,-1.944438071,0.6772834804,1242.8035674 +98,-1.535219431,0.7229916471,262,-1.944438071,0.6772834804,1248.8322691 +99,-1.53318962,0.7230212049,262,-1.944438071,0.6772834804,1254.861716 +100,-1.531154816,0.7230299897,262,-1.944438071,0.6772834804,1260.9051392 +101,-1.528878341,0.7230370244,262,-1.944438071,0.6772834804,1267.6662294 +102,-1.539218189,0.7214009878,262,-1.944438071,0.6772834804,1236.8912111 +103,-1.537198791,0.7214422745,262,-1.944438071,0.6772834804,1242.8983087 +104,-1.535179266,0.7214634354,262,-1.944438071,0.6772834804,1248.9049825 +105,-1.533156501,0.7214944644,262,-1.944438071,0.6772834804,1254.9212696 +106,-1.53113574,0.7215166021,262,-1.944438071,0.6772834804,1260.9312118 +107,-1.528874248,0.7215345535,262,-1.944438071,0.6772834804,1267.6568296 +108,-1.539217656,0.7198512397,262,-1.944438071,0.6772834804,1236.8591096 +109,-1.537199919,0.7199428763,262,-1.944438071,0.6772834804,1242.8691854 +110,-1.545425832,0.727397149,262,-1.944438071,0.6772834804,1218.9413456 +111,-1.543371177,0.7273916949,262,-1.944438071,0.6772834804,1225.0166298 +112,-1.541368852,0.7274523163,262,-1.944438071,0.6772834804,1230.9448372 +113,-1.545349067,0.7258710923,262,-1.944438071,0.6772834804,1218.995831 +114,-1.54332671,0.7258603556,262,-1.944438071,0.6772834804,1224.9841142 +115,-1.541346831,0.7259242142,262,-1.944438071,0.6772834804,1230.8538114 +116,-1.545324355,0.7243383958,262,-1.944438071,0.6772834804,1218.9250467 +117,-1.543292796,0.7243617413,262,-1.944438071,0.6772834804,1224.9523176 +118,-1.541295822,0.7244024384,262,-1.944438071,0.6772834804,1230.8782048 +119,-1.543193859,0.7205570215,262,-1.944438071,0.6772834804,1225.0361019 +120,-1.550257047,0.7386738187,262,-1.944438071,0.6772834804,1207.0006186 +121,-1.549335448,0.7311736483,262,-1.944438071,0.6772834804,1207.9774616 +122,-1.533478843,0.7179891343,262,-1.944438071,0.6772834804,1253.977153 +123,-1.556150555,0.738907041,262,-1.944438071,0.6772834804,1189.8566436 +124,-1.554324226,0.733414257,262,-1.944438071,0.6772834804,1193.7583215 +125,-1.554290846,0.7288285332,262,-1.944438071,0.6772834804,1192.9559383 +126,-1.55122487,0.7219795312,262,-1.944438071,0.6772834804,1201.2222775 +127,-1.525104458,0.7229399862,262,-1.944438071,0.6772834804,1278.8731407 +128,-1.519607711,0.7236181429,262,-1.944438071,0.6772834804,1295.2007256 +129,-1.513899999,0.7251107854,262,-1.944438071,0.6772834804,1312.1425482 +130,-1.536620762,0.7431061895,262,-1.944438071,0.6772834804,1248.009915 +131,-1.5369566,0.7460845958,262,-1.944438071,0.6772834804,1247.9478284 +132,-1.545345528,0.7447040685,262,-1.944438071,0.6772834804,1223.1591657 +133,-1.532813921,0.7432306626,262,-1.944438071,0.6772834804,1259.1198231 +134,-1.554788248,0.7382381001,262,-1.944438071,0.6772834804,1193.6383602 +135,-1.540348126,0.7301594274,262,-1.944438071,0.6772834804,1234.3026692 +136,-1.538016084,0.7239051786,262,-1.944438071,0.6772834804,1240.5749735 +137,-1.525288962,0.7258085137,262,-1.944438071,0.6772834804,1278.4100785 +138,-1.534326986,0.731241342,262,-1.944438071,0.6772834804,1252.2037943 +139,-1.530733872,0.7303625216,262,-1.944438071,0.6772834804,1262.6849148 +141,-1.534354939,0.7328219978,262,-1.944438071,0.6772834804,1252.3537317 +142,-1.53157084,0.7292888153,262,-1.944438071,0.6772834804,1260.0959118 +143,-1.525691035,0.7263799874,262,-1.944438071,0.6772834804,1277.2481456 +144,-1.534031287,0.7495967835,262,-1.944438071,0.6772834804,1257.6100454 +145,-1.527714986,0.7283095957,262,-1.944438071,0.6772834804,1271.3935548 +146,-1.526189586,0.7271468292,262,-1.944438071,0.6772834804,1275.8183028 +147,-1.555177336,0.7375563366,262,-1.944438071,0.6772834804,1192.3069436 +148,-1.555080283,0.7312707794,262,-1.944438071,0.6772834804,1191.0776885 +149,-1.53856994,0.7224180299,262,-1.944438071,0.6772834804,1238.8555477 +150,-1.530837883,0.729933372,262,-1.944438071,0.6772834804,1262.3292437 +151,-1.515066984,0.5854133365,262,-1.944438071,0.6772834804,1415.4876736 +152,-1.534731633,0.5368370046,262,-1.944438071,0.6772834804,1439.0084555 +153,-1.515231902,0.5607085576,262,-1.944438071,0.6772834804,1454.2979021 +154,-2.616253799,1.0684566605,262,-1.944438071,0.6772834804,2250.2223986 +155,-1.956071439,0.5792177723,262,-1.944438071,0.6772834804,390.21954064 +156,-1.951208514,0.5602434208,262,-1.944438071,0.6772834804,464.10861546 +157,-1.944675062,0.6062144545,262,-1.944438071,0.6772834804,281.50541492 +158,-1.613778386,0.6077989518,262,-1.944438071,0.6772834804,1081.8499156 +159,-2.035029014,0.6021432345,262,-1.944438071,0.6772834804,413.92471156 +160,-2.114989471,0.6801825058,262,-1.944438071,0.6772834804,525.70350601 +161,-2.037382079,0.5765830025,262,-1.944438071,0.6772834804,497.76792733 +162,-2.129855121,0.6585019963,262,-1.944438071,0.6772834804,581.06753741 +163,-2.075141798,0.6493615843,262,-1.944438071,0.6772834804,422.52007835 +164,-1.828626729,0.6948433129,262,-1.944438071,0.6772834804,361.59858882 +165,-1.863329418,0.6735427691,262,-1.944438071,0.6772834804,251.14599253 +166,-1.266037071,0.727988852,262,-1.944438071,0.6772834804,2043.0405549 +167,-1.277579582,0.7249010648,262,-1.944438071,0.6772834804,2010.7413134 +168,-1.258418684,0.7241194816,262,-1.944438071,0.6772834804,2067.4712856 +169,-1.317813974,0.6804850104,262,-1.944438071,0.6772834804,1919.0225218 +170,-1.344165204,0.6790988904,262,-1.944438071,0.6772834804,1840.3698757 +171,-1.427582102,0.5277120351,262,-1.944438071,0.6772834804,1778.4029132 +172,-1.402238616,0.457167829,262,-1.944438071,0.6772834804,1996.9603879 +173,-1.422454264,0.4996161999,262,-1.944438071,0.6772834804,1847.6265839 +174,-1.439089277,0.4894859811,262,-1.944438071,0.6772834804,1818.5071275 +175,-1.448126995,0.5182330266,262,-1.944438071,0.6772834804,1733.9985925 +176,-1.474626146,0.5881926574,262,-1.944438071,0.6772834804,1535.5732974 +177,-1.421139645,0.5584869783,262,-1.944438071,0.6772834804,1745.0762747 +178,-1.457037165,0.565943032,262,-1.944438071,0.6772834804,1623.1025721 +179,-2.757159358,0.3745319,262,-1.944438071,0.6772834804,2992.7321362 +180,-2.714309238,0.342054471,262,-1.944438071,0.6772834804,2937.9400342 +181,-2.000525337,0.774119946,262,-1.944438071,0.6772834804,417.93164392 +183,-1.571413436,0.6777838382,262,-1.944438071,0.6772834804,1148.5493037 +184,-1.552860289,0.6987663893,262,-1.944438071,0.6772834804,1198.0238115 +185,-1.521852374,0.7165827476,262,-1.944438071,0.6772834804,1288.7471515 +186,-1.503656267,0.6928968252,262,-1.944438071,0.6772834804,1348.9350622 +187,-1.502753178,0.7136205882,262,-1.944438071,0.6772834804,1346.1716256 +188,-1.631894563,0.7343596465,262,-1.944438071,0.6772834804,966.97471506 +189,-1.653765416,0.6770714026,262,-1.944438071,0.6772834804,896.05588609 +190,-1.719812114,0.6715965947,262,-1.944438071,0.6772834804,694.7313031 +191,-1.493406659,0.6646955447,262,-1.944438071,0.6772834804,1395.4528386 +192,-1.469120564,0.6613469966,262,-1.944438071,0.6772834804,1472.4155873 +193,-1.590551461,0.5326612937,262,-1.944438071,0.6772834804,1283.4712125 +194,-1.625979264,0.5247742243,262,-1.944438071,0.6772834804,1199.6902918 +195,-1.572293943,0.5238808754,262,-1.944438071,0.6772834804,1354.8588099 +196,-1.610848725,0.5477107964,262,-1.944438071,0.6772834804,1193.5738891 +197,-1.208485554,0.7918526018,262,-1.944438071,0.6772834804,2184.3691643 +198,-1.335601374,0.6869083083,262,-1.944438071,0.6772834804,1860.6527015 +199,-1.346156996,0.6825213377,262,-1.944438071,0.6772834804,1831.8586413 +200,-1.324381037,0.6741422347,262,-1.944438071,0.6772834804,1904.1241046 +201,-1.242424992,0.7378949807,262,-1.944438071,0.6772834804,2106.9852273 +202,-1.270370057,0.7392461008,262,-1.944438071,0.6772834804,2025.0725265 +203,-1.448950472,0.7441675014,262,-1.944438071,0.6772834804,1503.519798 +204,-1.492662363,0.7523026852,262,-1.944438071,0.6772834804,1377.8652514 +205,-1.479098966,0.7763855017,262,-1.944438071,0.6772834804,1425.0681264 +206,-1.633760714,0.7869022408,262,-1.944438071,0.6772834804,1010.1406898 +207,-1.647406434,0.8101289331,262,-1.944438071,0.6772834804,1010.0584011 +208,-1.564245052,0.5701509278,262,-1.944438071,0.6772834804,1290.1469027 +209,-1.646289963,0.6833746083,262,-1.944438071,0.6772834804,917.00258548 +210,-1.5820631,0.6751952144,262,-1.944438071,0.6772834804,1117.1017033 +211,-1.613236298,0.6681681791,262,-1.944438071,0.6772834804,1024.8571591 +212,-1.914661867,0.8212566515,262,-1.944438071,0.6772834804,576.7386919 +213,-1.742133237,0.7250275956,262,-1.944438071,0.6772834804,640.24302684 +214,-2.033144872,0.6557314699,262,-1.944438071,0.6772834804,289.01537894 +215,-2.039551981,0.6964723658,262,-1.944438071,0.6772834804,301.00792171 +216,-1.247341019,0.7622473908,262,-1.944438071,0.6772834804,2082.8691918 +217,-1.298239787,0.7084123392,262,-1.944438071,0.6772834804,1958.7651423 +218,-1.308539688,0.6926545592,262,-1.944438071,0.6772834804,1938.0982536 +219,-1.303263185,0.6888938396,262,-1.944438071,0.6772834804,1956.6091443 +220,-1.852400229,0.6004246149,262,-1.944438071,0.6772834804,422.13802753 +221,-1.288947707,0.7473773692,262,-1.944438071,0.6772834804,1968.0598886 +222,-1.372031502,0.7472790993,262,-1.944438071,0.6772834804,1727.1377817 +223,-1.289805721,0.7242157877,262,-1.944438071,0.6772834804,1975.120646 +224,-1.350807603,0.7533498126,262,-1.944438071,0.6772834804,1787.7641351 +225,-1.329290365,0.7560442322,262,-1.944438071,0.6772834804,1849.3899446 +226,-1.410153004,0.616936428,262,-1.944438071,0.6772834804,1697.2419156 +227,-1.393445434,0.6308995063,262,-1.944438071,0.6772834804,1733.0974373 +228,-1.37595573,0.6241540638,262,-1.944438071,0.6772834804,1794.3875561 +229,-1.358388707,0.6172645205,262,-1.944438071,0.6772834804,1856.4945205 +230,-1.753741133,0.8281661666,262,-1.944438071,0.6772834804,811.51654995 +231,-1.47430987,0.6834615681,262,-1.944438071,0.6772834804,1442.4023111 +232,-1.421012508,0.7222725206,262,-1.944438071,0.6772834804,1588.0239295 +233,-1.4476833,0.6978557868,262,-1.944438071,0.6772834804,1516.3048299 +234,-1.470370723,0.6966193374,262,-1.944438071,0.6772834804,1448.290264 +235,-1.429211703,0.7037216883,262,-1.944438071,0.6772834804,1569.5095127 +236,-1.700578405,0.6178673663,262,-1.944438071,0.6772834804,804.56045234 +237,-1.678117619,0.6331716163,262,-1.944438071,0.6772834804,853.40479286 +238,-1.725644578,0.6316331145,262,-1.944438071,0.6772834804,710.3000806 +239,-2.14012759,0.7930497945,262,-1.944438071,0.6772834804,734.20514904 +240,-2.103289431,0.7653606263,262,-1.944438071,0.6772834804,586.75369468 +241,-1.318739838,0.7017808746,262,-1.944438071,0.6772834804,1901.6203049 +242,-1.396417427,0.7077900843,262,-1.944438071,0.6772834804,1666.1657706 +243,-1.35650337,0.7185539404,262,-1.944438071,0.6772834804,1780.6020259 +244,-1.248884539,0.7274156818,262,-1.944438071,0.6772834804,2093.6158965 +245,-1.395014798,0.5761185243,262,-1.944438071,0.6772834804,1798.2005151 +246,-1.433377362,0.6064716109,262,-1.944438071,0.6772834804,1638.2713829 +247,-1.408172432,0.5903155476,262,-1.944438071,0.6772834804,1737.3531222 +248,-1.749645898,0.7757118084,262,-1.944438071,0.6772834804,695.18156705 +249,-1.571626686,0.615046989,262,-1.944438071,0.6772834804,1201.5479974 +250,-1.514070049,0.6303003037,262,-1.944438071,0.6772834804,1361.6796101 +251,-1.480890369,0.6237966528,262,-1.944438071,0.6772834804,1471.0964375 +252,-1.704390658,0.5281680612,262,-1.944438071,0.6772834804,979.12842596 +253,-1.64434733,0.5254277498,262,-1.944438071,0.6772834804,1147.0305319 +254,-1.703855997,0.4792484842,262,-1.944438071,0.6772834804,1116.445412 +255,-1.692002383,0.5748825051,262,-1.944438071,0.6772834804,904.62254755 +256,-1.854136457,0.5544643913,262,-1.944438071,0.6772834804,567.12075222 +257,-1.665021206,0.520317736,262,-1.944438071,0.6772834804,1102.940023 +258,-1.733654349,0.4845187345,262,-1.944438071,0.6772834804,1032.5376149 +259,-1.720938188,0.5135933906,262,-1.944438071,0.6772834804,976.7361173 +260,-1.742668307,0.553296122,262,-1.944438071,0.6772834804,815.64941181 +261,-1.965659039,0.7142126903,262,-1.944438071,0.6772834804,159.86892685 +262,-1.944438071,0.6772834804,262,-1.944438071,0.6772834804,133.99771617 +263,-1.270340967,0.7681487096,262,-1.944438071,0.6772834804,2015.7065 +264,-1.353091884,0.6549276821,262,-1.944438071,0.6772834804,1833.1901973 +265,-1.333236659,0.6413584414,262,-1.944438071,0.6772834804,1907.1574107 +266,-1.352015998,0.6753788907,262,-1.944438071,0.6772834804,1819.3617815 +267,-1.377988483,0.6577816235,262,-1.944438071,0.6772834804,1754.5243973 +268,-2.13075611,0.8318642051,262,-1.944438071,0.6772834804,813.33282717 +269,-2.097910953,0.8259670014,262,-1.944438071,0.6772834804,736.60916142 +270,-1.416382069,0.6694271549,262,-1.944438071,0.6772834804,1627.8775051 +271,-1.538905672,0.7535625993,262,-1.944438071,0.6772834804,1245.117675 +272,-1.572309477,0.7803125099,262,-1.944438071,0.6772834804,1168.6505303 +273,-1.87759879,0.7503853417,262,-1.944438071,0.6772834804,351.88626217 +274,1.152365588,0.590457682,262,-1.944438071,0.6772834804,7419.6318392 +275,0.350198001,0.718001859,262,-1.944438071,0.6772834804,6128.4300385 +276,0.046513677,0.491503852,262,-1.944438071,0.6772834804,6160.44299 +277,0.027510309,0.742571376,262,-1.944438071,0.6772834804,5426.089247 +278,0.306285725,-0.214631579,262,-1.944438071,0.6772834804,8831.5545666 +279,-1.100564889,0.318051531,262,-1.944438071,0.6772834804,3217.2165884 +280,-1.078582306,0.301437596,262,-1.944438071,0.6772834804,3323.0434691 +281,-1.137371989,-0.617634065,262,-1.944438071,0.6772834804,5918.7031854 +282,0.784356344,0.703272339,262,-1.944438071,0.6772834804,6774.9651663 +283,-1.221209947,0.218327455,262,-1.944438071,0.6772834804,3116.7533215 +284,2.347301921,-0.449114658,262,-1.944438071,0.6772834804,8570.2986114 +285,0.246820618,0.830553713,262,-1.944438071,0.6772834804,5597.0967465 +286,0.829414965,0.703288228,262,-1.944438071,0.6772834804,6815.6861072 +287,-1.337537566,0.42332223,262,-1.944438071,0.6772834804,2264.0440256 +288,0.882453706,0.454478077,262,-1.944438071,0.6772834804,7811.7504762 +289,1.575629659,0.416419109,262,-1.944438071,0.6772834804,7889.8909216 +290,-1.039455679,0.229888244,262,-1.944438071,0.6772834804,3615.7832555 +291,0.489558039,0.934482747,262,-1.944438071,0.6772834804,5616.9873117 +292,0.081344504,0.88384514,262,-1.944438071,0.6772834804,5149.8751243 +293,-1.547979814,0.300350308,262,-1.944438071,0.6772834804,2025.6681317 +294,0.040776181,0.168560074,262,-1.944438071,0.6772834804,7036.4950191 +295,-1.130374745,0.563894876,262,-1.944438071,0.6772834804,2632.6918613 +296,1.578326642,0.478507176,262,-1.944438071,0.6772834804,7653.2747461 +297,-1.12861823,-0.291640865,262,-1.944438071,0.6772834804,4884.4448114 +298,0.310524208,0.770885792,262,-1.944438071,0.6772834804,5891.3261321 +299,0.415649091,-0.387246002,262,-1.944438071,0.6772834804,9574.3447645 +300,-0.926533878,-0.188022748,262,-1.944438071,0.6772834804,5077.6282468 +301,1.258856172,-0.11716081,262,-1.944438071,0.6772834804,10214.246737 +302,-1.126050026,0.322941926,262,-1.944438071,0.6772834804,3128.8355805 +303,2.002785835,0.07893892,262,-1.944438071,0.6772834804,8244.2836304 +304,0.440437607,0.746258085,262,-1.944438071,0.6772834804,6184.5861852 +305,-0.030391866,0.214441206,262,-1.944438071,0.6772834804,6709.965834 +306,0.521557815,-0.058929362,262,-1.944438071,0.6772834804,8993.2373758 +307,-0.097005111,0.13317729,262,-1.944438071,0.6772834804,6729.2894937 +308,1.83113859,0.221857587,262,-1.944438071,0.6772834804,8180.4971372 +309,0.222428864,0.099404236,262,-1.944438071,0.6772834804,7736.5381183 +310,-1.702731345,0.8728568183,262,-1.944438071,0.6772834804,1030.0333857 +311,-0.418507569,0.278324921,262,-1.944438071,0.6772834804,5400.951605 +312,-1.41153306,0.339029988,262,-1.944438071,0.6772834804,2261.2399586 +313,0.357560442,0.114788776,262,-1.944438071,0.6772834804,8049.3971426 +314,0.325818979,0.268352149,262,-1.944438071,0.6772834804,7502.0564471 +315,-1.246004659,-0.663679965,262,-1.944438071,0.6772834804,5888.4916748 +316,1.814603087,0.637404484,262,-1.944438071,0.6772834804,6769.0278062 +317,1.843704281,-0.18300445,262,-1.944438071,0.6772834804,9438.1915413 +318,1.690644492,-0.211480909,262,-1.944438071,0.6772834804,9911.8451197 +319,-1.275451936,0.068109467,262,-1.944438071,0.6772834804,3405.9362256 +320,0.762430171,-0.207594741,262,-1.944438071,0.6772834804,10035.489146 +321,0.265668905,-0.014647884,262,-1.944438071,0.6772834804,8178.3348883 +322,-2.773032013,-0.335515811,262,-1.944438071,0.6772834804,5052.2849242 +323,-1.469512853,0.174058777,262,-1.944438071,0.6772834804,2607.1592977 +324,0.286276986,0.785925691,262,-1.944438071,0.6772834804,5802.3497509 +325,-1.379324697,0.377432233,262,-1.944438071,0.6772834804,2251.5146337 +326,-1.203778265,0.212813032,262,-1.944438071,0.6772834804,3180.9008732 +327,0.579916301,0.611743168,262,-1.944438071,0.6772834804,6859.7867531 +328,0.267582642,0.868113908,262,-1.944438071,0.6772834804,5517.2325459 +329,0.412869244,-0.050245578,262,-1.944438071,0.6772834804,8684.5074812 +330,0.17524381,0.976660285,262,-1.944438071,0.6772834804,5049.5096017 +331,0.743157214,0.204812899,262,-1.944438071,0.6772834804,8567.8969008 +332,-1.070758176,0.269382282,262,-1.944438071,0.6772834804,3424.1709654 +333,-1.230364251,0.329790229,262,-1.944438071,0.6772834804,2801.6631984 +334,-1.374813124,-0.024926835,262,-1.944438071,0.6772834804,3468.9066854 +335,0.519780566,0.463669906,262,-1.944438071,0.6772834804,7275.4315512 +336,-1.55108034,0.239698561,262,-1.944438071,0.6772834804,2212.8705153 +337,0.180294813,0.029739425,262,-1.944438071,0.6772834804,7813.6242885 +338,0.67820924,0.268170153,262,-1.944438071,0.6772834804,8234.1751309 +339,0.445798684,1.024001867,262,-1.944438071,0.6772834804,5265.1364023 +340,0.691751283,0.150521402,262,-1.944438071,0.6772834804,8673.5337112 +341,-1.036643551,-0.903056181,262,-1.944438071,0.6772834804,6999.6492712 +342,-0.120287036,1.083325163,262,-1.944438071,0.6772834804,4318.7979597 +343,2.823513113,-0.304487164,262,-1.944438071,0.6772834804,6804.6880292 +344,0.457583172,1.12513373,262,-1.944438071,0.6772834804,4942.9508089 +345,0.042918831,0.813795399,262,-1.944438071,0.6772834804,5266.0143286 +346,1.196146777,-0.853142756,262,-1.944438071,0.6772834804,11747.264018 +347,0.206001358,-0.010430701,262,-1.944438071,0.6772834804,7997.2429118 +348,-0.268308653,0.234799412,262,-1.944438071,0.6772834804,5959.8654741 +349,0.759363263,0.736189579,262,-1.944438071,0.6772834804,6627.5022206 +350,0.181363926,0.891988372,262,-1.944438071,0.6772834804,5302.9443838 +351,-0.021111158,0.139103292,262,-1.944438071,0.6772834804,6937.0929627 +352,-0.093355215,0.630686981,262,-1.944438071,0.6772834804,5442.7274205 +353,0.40118964,0.681375926,262,-1.944438071,0.6772834804,6335.7135792 +354,-0.721197315,1.304706234,262,-1.944438071,0.6772834804,3290.0801551 +355,-1.076150317,0.212107639,262,-1.944438071,0.6772834804,3551.973914 +356,-1.577164531,0.273993443,262,-1.944438071,0.6772834804,2044.3299199 +357,-0.190788414,0.182208586,262,-1.944438071,0.6772834804,6324.1282368 +358,-0.261349752,0.209710184,262,-1.944438071,0.6772834804,6043.4210851 +359,-1.029303852,0.083549259,262,-1.944438071,0.6772834804,4029.1106042 +360,-1.268609162,0.330525297,262,-1.944438071,0.6772834804,2687.9041643 +361,1.282982244,-0.926641967,262,-1.944438071,0.6772834804,11428.859776 +362,0.217352334,0.731352408,262,-1.944438071,0.6772834804,5843.5543323 +363,-1.511833084,0.258629297,262,-1.944438071,0.6772834804,2240.5805833 +364,0.338812194,0.823184618,262,-1.944438071,0.6772834804,5772.531269 +365,-0.324406489,1.134201999,262,-1.944438071,0.6772834804,3907.2226775 +366,1.389579348,0.399185724,262,-1.944438071,0.6772834804,8120.5621745 +367,2.047152199,-0.039082036,262,-1.944438071,0.6772834804,8473.9221414 +368,0.947780369,0.568250077,262,-1.944438071,0.6772834804,7425.6595529 +369,0.763824846,0.576754987,262,-1.944438071,0.6772834804,7227.3405986 +370,-0.142334657,0.928153068,262,-1.944438071,0.6772834804,4615.2223204 +371,0.610266567,0.547265983,262,-1.944438071,0.6772834804,7133.1119626 +372,0.210731629,0.746815056,262,-1.944438071,0.6772834804,5784.4782315 +373,-1.34931644,0.316895224,262,-1.944438071,0.6772834804,2492.53678 +374,2.407696481,0.655030745,262,-1.944438071,0.6772834804,5569.721564 +375,0.64207831,0.545359131,262,-1.944438071,0.6772834804,7186.5641063 +376,1.174597538,0.840588356,262,-1.944438071,0.6772834804,6431.0336369 +377,0.660059424,0.010604079,262,-1.944438071,0.6772834804,9092.2534219 +378,-0.730263819,0.010486456,262,-1.944438071,0.6772834804,5103.5458726 +379,0.831068936,0.512339172,262,-1.944438071,0.6772834804,7541.4507032 +380,1.301180979,0.72367476,262,-1.944438071,0.6772834804,6881.9694185 +381,1.811128231,0.322854402,262,-1.944438071,0.6772834804,7874.5145347 +382,0.435105812,0.992284428,262,-1.944438071,0.6772834804,5357.6917711 +383,0.62643634,0.592027932,262,-1.944438071,0.6772834804,6997.0888654 +384,0.492988703,-0.516339467,262,-1.944438071,0.6772834804,10071.142101 +385,-0.162469483,0.112549365,262,-1.944438071,0.6772834804,6586.5525171 +386,0.314630866,0.472006421,262,-1.944438071,0.6772834804,6842.139849 +387,0.166744804,0.822815954,262,-1.944438071,0.6772834804,5477.9984292 +388,0.417159608,0.965805736,262,-1.944438071,0.6772834804,5422.9037951 +389,0.106334961,0.868774244,262,-1.944438071,0.6772834804,5236.9118429 +390,0.815086969,-0.338144359,262,-1.944438071,0.6772834804,10568.804131 +391,0.59867455,-0.230624824,262,-1.944438071,0.6772834804,9703.2465266 +392,1.915104874,0.066220985,262,-1.944438071,0.6772834804,8501.0452806 +393,1.278093622,0.064463721,262,-1.944438071,0.6772834804,9490.891516 +394,-0.061477853,0.302997961,262,-1.944438071,0.6772834804,6386.1081664 +395,0.251311504,0.626976942,262,-1.944438071,0.6772834804,6228.0144212 +396,2.950242872,0.149095644,262,-1.944438071,0.6772834804,5291.2944243 +397,-0.180294708,0.35375117,262,-1.944438071,0.6772834804,5918.0915132 +398,1.010448592,-0.351180233,262,-1.944438071,0.6772834804,11003.170133 +399,-1.748740498,0.3686318073,262,-1.944438071,0.6772834804,1392.1612399 +400,2.699635665,0.123533791,262,-1.944438071,0.6772834804,6125.1496853 +401,0.496808033,0.823843254,262,-1.944438071,0.6772834804,6003.9259013 +402,0.129574704,0.763364087,262,-1.944438071,0.6772834804,5578.4677739 +403,1.798920311,0.817447563,262,-1.944438071,0.6772834804,6151.9990439 +404,0.335987953,0.746786541,262,-1.944438071,0.6772834804,6011.5990802 +405,-1.085413643,0.292154671,262,-1.944438071,0.6772834804,3324.750219 +406,-0.155321003,0.508207011,262,-1.944438071,0.6772834804,5595.4743013 +407,0.620529244,-0.301175104,262,-1.944438071,0.6772834804,9960.1516592 +408,1.684402744,0.368716966,262,-1.944438071,0.6772834804,7923.2890164 +409,0.300582244,-0.386397212,262,-1.944438071,0.6772834804,9220.6773702 +410,2.913555946,-0.009225192,262,-1.944438071,0.6772834804,5796.1674926 +411,1.465101417,0.493232532,262,-1.944438071,0.6772834804,7702.6649404 +412,0.090612882,0.907955955,262,-1.944438071,0.6772834804,5100.8571996 +413,2.987564726,-0.729568594,262,-1.944438071,0.6772834804,7392.1414611 +414,-1.484261606,0.224149272,262,-1.944438071,0.6772834804,2413.4823945 +415,0.164073421,0.303955133,262,-1.944438071,0.6772834804,6992.3072417 +416,0.141441293,0.167552546,262,-1.944438071,0.6772834804,7321.2619683 +417,2.931321023,-0.506718887,262,-1.944438071,0.6772834804,6992.4978197 +418,2.21951565,0.700596356,262,-1.944438071,0.6772834804,5851.3464364 +419,0.268112576,1.199114336,262,-1.944438071,0.6772834804,4529.1462438 +420,0.978913739,0.359223811,262,-1.944438071,0.6772834804,8259.0621834 +421,1.210898818,0.522863584,262,-1.944438071,0.6772834804,7689.7949898 +422,2.347397336,0.129231362,262,-1.944438071,0.6772834804,7160.4806513 +423,0.614394501,0.556878345,262,-1.944438071,0.6772834804,7105.0949325 +424,-1.398079356,0.148483366,262,-1.944438071,0.6772834804,2855.4626596 +425,2.535303836,-0.112984496,262,-1.944438071,0.6772834804,7219.4143952 +426,-1.019372593,-0.405322349,262,-1.944438071,0.6772834804,5489.5282178 +427,-1.297785627,-0.160104069,262,-1.944438071,0.6772834804,4083.2155313 +428,2.144554488,0.205051084,262,-1.944438071,0.6772834804,7502.9704978 +429,-2.242387083,-0.426171285,262,-1.944438071,0.6772834804,4508.3157065 +430,0.338637212,0.909723676,262,-1.944438071,0.6772834804,5497.1282505 +431,-0.148798452,0.691042401,262,-1.944438071,0.6772834804,5157.4133614 +432,0.893524764,0.441829531,262,-1.944438071,0.6772834804,7870.361779 +433,0.969229347,-0.368847936,262,-1.944438071,0.6772834804,10996.83193 +434,0.436043248,0.800045688,262,-1.944438071,0.6772834804,5998.1194638 +435,1.687946607,1.081504775,262,-1.944438071,0.6772834804,5302.1756745 +436,0.522302046,-0.034889271,262,-1.944438071,0.6772834804,8921.2972429 +437,-0.178996113,-0.438090009,262,-1.944438071,0.6772834804,7862.0463446 +438,-1.094339566,0.301444068,262,-1.944438071,0.6772834804,3275.5406695 +439,-1.064070054,0.242569932,262,-1.944438071,0.6772834804,3510.5768501 +440,-1.068153768,0.230387998,262,-1.944438071,0.6772834804,3529.0528962 +441,-3.00496892,-0.23989155,262,-1.944438071,0.6772834804,5340.0274662 +442,0.21751974,0.766874888,262,-1.944438071,0.6772834804,5737.058383 +443,0.117229532,0.007619006,262,-1.944438071,0.6772834804,7691.5167249 +444,0.777758451,0.420554741,262,-1.944438071,0.6772834804,7825.4901303 +445,-0.252356999,0.250747086,262,-1.944438071,0.6772834804,5967.604646 +446,0.363148444,0.768483434,262,-1.944438071,0.6772834804,5987.6367194 +447,0.903191366,-0.118210676,262,-1.944438071,0.6772834804,9992.6232736 +448,-0.205755923,0.149406178,262,-1.944438071,0.6772834804,6362.5045799 +449,1.811996086,0.02364353,262,-1.944438071,0.6772834804,8878.7534091 +450,-1.100670221,0.314845373,262,-1.944438071,0.6772834804,3224.4926456 +451,0.340078597,0.850105132,262,-1.944438071,0.6772834804,5688.7437781 +452,0.258757267,0.804969236,262,-1.944438071,0.6772834804,5695.7566589 +453,2.78505352,-0.155160804,262,-1.944438071,0.6772834804,6553.7660109 +454,0.800551619,0.105822106,262,-1.944438071,0.6772834804,9017.2482615 +455,0.437940882,-0.506194031,262,-1.944438071,0.6772834804,9883.2780147 +456,2.230431122,0.63458615,262,-1.944438071,0.6772834804,6022.9805262 +457,0.527965361,0.127667701,262,-1.944438071,0.6772834804,8417.9498615 +458,-0.063643205,0.702093448,262,-1.944438071,0.6772834804,5330.2407289 +459,1.408447268,0.133010502,262,-1.944438071,0.6772834804,9141.3867936 +460,0.523795955,0.280266966,262,-1.944438071,0.6772834804,7904.2583431 +461,-0.975769313,0.072177659,262,-1.944438071,0.6772834804,4214.2966248 +462,0.549774164,-0.463663986,262,-1.944438071,0.6772834804,10144.88232 +463,0.29245874,1.095549818,262,-1.944438071,0.6772834804,4860.8364988 +464,0.143625958,0.816809593,262,-1.944438071,0.6772834804,5452.5042315 +465,0.671902494,0.611159853,262,-1.944438071,0.6772834804,6989.5422545 +466,1.239840988,0.6724199,262,-1.944438071,0.6772834804,7095.4189772 +467,0.607829703,-0.10932137,262,-1.944438071,0.6772834804,9362.2657466 +468,1.763020906,0.263996692,262,-1.944438071,0.6772834804,8166.7021235 +469,0.378714634,0.726066797,262,-1.944438071,0.6772834804,6151.2057421 +470,2.196736143,-0.153862366,262,-1.944438071,0.6772834804,8352.782954 +471,0.01702415,0.148991565,262,-1.944438071,0.6772834804,7021.2817117 +472,-2.998490902,-0.158002487,262,-1.944438071,0.6772834804,5091.2027356 +473,-3.051262951,-0.346595608,262,-1.944438071,0.6772834804,5764.9574629 +474,-1.069176439,0.182802941,262,-1.944438071,0.6772834804,3648.4025254 +475,0.167157509,0.595344954,262,-1.944438071,0.6772834804,6145.585862 +476,0.613855648,0.681746124,262,-1.944438071,0.6772834804,6659.0604612 +477,1.037012736,0.682555367,262,-1.944438071,0.6772834804,7026.2110558 +478,-1.253574971,0.379755746,262,-1.944438071,0.6772834804,2613.5397815 +479,3.108590453,-0.132620738,262,-1.944438071,0.6772834804,5524.3745057 +480,0.565301296,0.022333262,262,-1.944438071,0.6772834804,8844.0011409 +481,0.547898238,0.855555614,262,-1.944438071,0.6772834804,5960.175741 +482,0.948309381,0.417393755,262,-1.944438071,0.6772834804,8010.6444745 +483,-0.050600732,0.945269213,262,-1.944438071,0.6772834804,4749.7441063 +484,-0.977651478,-0.572363064,262,-1.944438071,0.6772834804,6092.6579452 +485,1.102014914,0.728861163,262,-1.944438071,0.6772834804,6863.5564446 +486,2.927300795,-0.282939414,262,-1.944438071,0.6772834804,6444.7262668 +487,-1.154565557,0.124434095,262,-1.944438071,0.6772834804,3562.4247425 +488,1.855331234,0.291044755,262,-1.944438071,0.6772834804,7898.4765908 +489,0.830290659,0.276904518,262,-1.944438071,0.6772834804,8427.0305869 +490,0.485104466,-0.234867441,262,-1.944438071,0.6772834804,9403.3459981 +491,0.521367572,-0.33161327,262,-1.944438071,0.6772834804,9758.7794595 +1,-1.539031704,0.7349710123,263,-1.270340967,0.7681487096,787.41272826 +2,-1.536990553,0.7349663874,263,-1.270340967,0.7681487096,781.61921221 +3,-1.534951779,0.7349571355,263,-1.270340967,0.7681487096,775.83805277 +4,-1.532906461,0.7349480293,263,-1.270340967,0.7681487096,770.03911504 +5,-1.531320211,0.7346937278,263,-1.270340967,0.7681487096,765.79554665 +6,-1.539451648,0.7335131775,263,-1.270340967,0.7681487096,790.10049995 +7,-1.537429487,0.7335445708,263,-1.270340967,0.7681487096,784.32661395 +8,-1.535484998,0.7335658704,263,-1.270340967,0.7681487096,778.78455042 +9,-1.533488396,0.7336036027,263,-1.270340967,0.7681487096,773.07824796 +10,-1.531497785,0.7335842962,263,-1.270340967,0.7681487096,767.44946138 +11,-1.530259379,0.7334777758,263,-1.270340967,0.7681487096,764.04741368 +12,-1.5335454,0.7322346912,263,-1.270340967,0.7681487096,774.68648796 +13,-1.531489083,0.7322238773,263,-1.270340967,0.7681487096,768.86624378 +14,-1.530011122,0.7321679851,263,-1.270340967,0.7681487096,764.73549348 +15,-1.53348106,0.7306614094,263,-1.270340967,0.7681487096,776.2094297 +16,-1.531441779,0.7306962275,263,-1.270340967,0.7681487096,770.39205178 +17,-1.529755654,0.7306933243,263,-1.270340967,0.7681487096,765.61791235 +18,-1.533415048,0.7291384674,263,-1.270340967,0.7681487096,777.71678154 +19,-1.531392093,0.7291705353,263,-1.270340967,0.7681487096,771.95242146 +20,-1.529296523,0.7291214933,263,-1.270340967,0.7681487096,766.07561004 +21,-1.535280942,0.727267644,263,-1.270340967,0.7681487096,785.13554246 +22,-1.533378158,0.7276139666,263,-1.270340967,0.7681487096,779.35108963 +23,-1.531340368,0.7276446587,263,-1.270340967,0.7681487096,773.55038689 +24,-1.528960113,0.7276398177,263,-1.270340967,0.7681487096,766.82382366 +25,-1.533313146,0.7260818349,263,-1.270340967,0.7681487096,780.9573648 +26,-1.531259555,0.7260958115,263,-1.270340967,0.7681487096,775.13627649 +27,-1.528926415,0.7260865555,263,-1.270340967,0.7681487096,768.55468442 +28,-1.531226779,0.7245511789,263,-1.270340967,0.7681487096,776.89675989 +29,-1.528904772,0.7245519194,263,-1.270340967,0.7681487096,770.34130971 +30,-1.547195875,0.7409785979,263,-1.270340967,0.7681487096,804.9025092 +31,-1.5451475,0.740980426,263,-1.270340967,0.7681487096,799.06995251 +32,-1.543097679,0.7409798872,263,-1.270340967,0.7681487096,793.23579705 +33,-1.540720364,0.7409892687,263,-1.270340967,0.7681487096,786.46105561 +34,-1.547188511,0.7395198392,263,-1.270340967,0.7681487096,806.20804812 +35,-1.545148587,0.7395226109,263,-1.270340967,0.7681487096,800.4003602 +36,-1.543104538,0.7395314908,263,-1.270340967,0.7681487096,794.5757549 +37,-1.540727751,0.7395306258,263,-1.270340967,0.7681487096,787.81396367 +38,-1.547187029,0.7380014886,263,-1.270340967,0.7681487096,807.62554389 +39,-1.545147315,0.7380012252,263,-1.270340967,0.7681487096,801.8233685 +40,-1.54310719,0.7380060743,263,-1.270340967,0.7681487096,796.01571805 +41,-1.540719671,0.7380068206,263,-1.270340967,0.7681487096,789.22457338 +42,-1.547187189,0.7364799098,263,-1.270340967,0.7681487096,809.09248767 +43,-1.545149996,0.7364853874,263,-1.270340967,0.7681487096,803.29427602 +44,-1.543106091,0.7364823484,263,-1.270340967,0.7681487096,797.48597567 +45,-1.540717158,0.7364893901,263,-1.270340967,0.7681487096,790.68766201 +46,-1.538663972,0.7410138672,263,-1.270340967,0.7681487096,780.58647844 +47,-1.53695285,0.7409699132,263,-1.270340967,0.7681487096,775.75664478 +48,-1.534910498,0.7409641297,263,-1.270340967,0.7681487096,769.95029101 +49,-1.533145034,0.7409536636,263,-1.270340967,0.7681487096,764.93648538 +50,-1.538681336,0.7395405883,263,-1.270340967,0.7681487096,781.98268968 +51,-1.536999189,0.7395183096,263,-1.270340967,0.7681487096,777.21810604 +52,-1.534923633,0.7395144222,263,-1.270340967,0.7681487096,771.31785191 +53,-1.533267822,0.7395654306,263,-1.270340967,0.7681487096,766.56082686 +54,-1.53867273,0.7380151077,263,-1.270340967,0.7681487096,783.39553696 +55,-1.536980576,0.7379994392,263,-1.270340967,0.7681487096,778.59886286 +56,-1.534931522,0.7379944961,263,-1.270340967,0.7681487096,772.77771046 +57,-1.533387952,0.7379480264,263,-1.270340967,0.7681487096,768.43418013 +58,-1.538682279,0.7364914363,263,-1.270340967,0.7681487096,784.9015414 +59,-1.536980704,0.7364810563,263,-1.270340967,0.7681487096,780.07565068 +60,-1.534935567,0.7364752065,263,-1.270340967,0.7681487096,774.26958213 +61,-1.533042592,0.7363876366,263,-1.270340967,0.7681487096,768.9776862 +62,-1.545143426,0.7349628011,263,-1.270340967,0.7681487096,804.78723545 +63,-1.543105297,0.7349691947,263,-1.270340967,0.7681487096,798.98873862 +64,-1.541064533,0.7349647152,263,-1.270340967,0.7681487096,793.19449858 +65,-1.545411803,0.7334624714,263,-1.270340967,0.7681487096,807.07991213 +66,-1.543446606,0.7334780896,263,-1.270340967,0.7681487096,801.48177934 +67,-1.541475327,0.7334957295,263,-1.270340967,0.7681487096,795.8650424 +68,-1.545401939,0.731963266,263,-1.270340967,0.7681487096,808.62086641 +69,-1.54342253,0.7319915583,263,-1.270340967,0.7681487096,802.97172886 +70,-1.541455867,0.7320216438,263,-1.270340967,0.7681487096,797.35767578 +71,-1.545410146,0.7304422281,263,-1.270340967,0.7681487096,810.27677308 +72,-1.543435491,0.7304713664,263,-1.270340967,0.7681487096,804.6429877 +73,-1.541463105,0.7304997613,263,-1.270340967,0.7681487096,799.01735434 +74,-1.545414768,0.7289194936,263,-1.270340967,0.7681487096,811.96521653 +75,-1.543435774,0.7289538557,263,-1.270340967,0.7681487096,806.3163477 +76,-1.541457714,0.7289765881,263,-1.270340967,0.7681487096,800.68410968 +77,-1.539449415,0.7320555866,263,-1.270340967,0.7681487096,791.62743387 +78,-1.537429183,0.7321097681,263,-1.270340967,0.7681487096,785.83737514 +79,-1.535472649,0.7321497267,263,-1.270340967,0.7681487096,780.2440486 +80,-1.539457899,0.7305333307,263,-1.270340967,0.7681487096,793.2939281 +81,-1.537453161,0.7305750503,263,-1.270340967,0.7681487096,787.56387978 +82,-1.535479385,0.7306124949,263,-1.270340967,0.7681487096,781.92725408 +83,-1.53946905,0.7290102593,263,-1.270340967,0.7681487096,795.01063273 +84,-1.537459922,0.7290417293,263,-1.270340967,0.7681487096,789.28270601 +85,-1.535451349,0.7290890157,263,-1.270340967,0.7681487096,783.53968702 +86,-1.535522937,0.7279887191,263,-1.270340967,0.7681487096,784.99052245 +87,-1.539442524,0.7274735939,263,-1.270340967,0.7681487096,796.67775915 +88,-1.537424111,0.727521351,263,-1.270340967,0.7681487096,790.90852119 +89,-1.539384641,0.7259505092,263,-1.270340967,0.7681487096,798.2823691 +90,-1.537372391,0.7259947145,263,-1.270340967,0.7681487096,792.53830343 +91,-1.535340789,0.7260435356,263,-1.270340967,0.7681487096,786.73535626 +92,-1.539325716,0.7244369706,263,-1.270340967,0.7681487096,799.91386368 +93,-1.537308932,0.7244801057,263,-1.270340967,0.7681487096,794.16219188 +94,-1.535289068,0.7245247645,263,-1.270340967,0.7681487096,788.40138931 +95,-1.533261366,0.7245550236,263,-1.270340967,0.7681487096,782.6373111 +96,-1.539267302,0.722921924,263,-1.270340967,0.7681487096,801.58919878 +97,-1.537248972,0.7229660258,263,-1.270340967,0.7681487096,795.83622069 +98,-1.535219431,0.7229916471,263,-1.270340967,0.7681487096,790.07592783 +99,-1.53318962,0.7230212049,263,-1.270340967,0.7681487096,784.31170682 +100,-1.531154816,0.7230299897,263,-1.270340967,0.7681487096,778.5609039 +101,-1.528878341,0.7230370244,263,-1.270340967,0.7681487096,772.13285106 +102,-1.539218189,0.7214009878,263,-1.270340967,0.7681487096,803.33853157 +103,-1.537198791,0.7214422745,263,-1.270340967,0.7681487096,797.59059875 +104,-1.535179266,0.7214634354,263,-1.270340967,0.7681487096,791.86935386 +105,-1.533156501,0.7214944644,263,-1.270340967,0.7681487096,786.12834735 +106,-1.53113574,0.7215166021,263,-1.270340967,0.7681487096,780.40609218 +107,-1.528874248,0.7215345535,263,-1.270340967,0.7681487096,774.01313733 +108,-1.539217656,0.7198512397,263,-1.270340967,0.7681487096,805.30204653 +109,-1.537199919,0.7199428763,263,-1.270340967,0.7681487096,799.49906538 +110,-1.545425832,0.727397149,263,-1.270340967,0.7681487096,813.71213664 +111,-1.543371177,0.7273916949,263,-1.270340967,0.7681487096,807.89763129 +112,-1.541368852,0.7274523163,263,-1.270340967,0.7681487096,802.15702082 +113,-1.545349067,0.7258710923,263,-1.270340967,0.7681487096,815.2550902 +114,-1.54332671,0.7258603556,263,-1.270340967,0.7681487096,809.54294779 +115,-1.541346831,0.7259242142,263,-1.270340967,0.7681487096,803.86503656 +116,-1.545324355,0.7243383958,263,-1.270340967,0.7681487096,816.99391091 +117,-1.543292796,0.7243617413,263,-1.270340967,0.7681487096,811.22006394 +118,-1.541295822,0.7244024384,263,-1.270340967,0.7681487096,805.52462817 +119,-1.543193859,0.7205570215,263,-1.270340967,0.7681487096,815.616764 +120,-1.550257047,0.7386738187,263,-1.270340967,0.7681487096,815.72661299 +121,-1.549335448,0.7311736483,263,-1.270340967,0.7681487096,820.62885302 +122,-1.533478843,0.7179891343,263,-1.270340967,0.7681487096,791.57543578 +123,-1.556150555,0.738907041,263,-1.270340967,0.7681487096,832.28254622 +124,-1.554324226,0.733414257,263,-1.270340967,0.7681487096,832.45387517 +125,-1.554290846,0.7288285332,263,-1.270340967,0.7681487096,837.24286363 +126,-1.55122487,0.7219795312,263,-1.270340967,0.7681487096,836.53174937 +127,-1.525104458,0.7229399862,263,-1.270340967,0.7681487096,761.61848838 +128,-1.519607711,0.7236181429,263,-1.270340967,0.7681487096,745.28647749 +129,-1.513899999,0.7251107854,263,-1.270340967,0.7681487096,727.35437164 +130,-1.536620762,0.7431061895,263,-1.270340967,0.7681487096,772.92703477 +131,-1.5369566,0.7460845958,263,-1.270340967,0.7681487096,771.4015597 +132,-1.545345528,0.7447040685,263,-1.270340967,0.7681487096,796.42134093 +133,-1.532813921,0.7432306626,263,-1.270340967,0.7681487096,761.9826564 +134,-1.554788248,0.7382381001,263,-1.270340967,0.7681487096,829.03039591 +135,-1.540348126,0.7301594274,263,-1.270340967,0.7681487096,796.22788042 +136,-1.538016084,0.7239051786,263,-1.270340967,0.7681487096,796.85504169 +137,-1.525288962,0.7258085137,263,-1.270340967,0.7681487096,758.61473441 +138,-1.534326986,0.731241342,263,-1.270340967,0.7681487096,777.97375708 +139,-1.530733872,0.7303625216,263,-1.270340967,0.7681487096,768.75493854 +141,-1.534354939,0.7328219978,263,-1.270340967,0.7681487096,776.35847942 +142,-1.53157084,0.7292888153,263,-1.270340967,0.7681487096,772.32511869 +143,-1.525691035,0.7263799874,263,-1.270340967,0.7681487096,759.06645592 +144,-1.534031287,0.7495967835,263,-1.270340967,0.7681487096,760.36140004 +145,-1.527714986,0.7283095957,263,-1.270340967,0.7681487096,762.52796037 +146,-1.526189586,0.7271468292,263,-1.270340967,0.7681487096,759.56779863 +147,-1.555177336,0.7375563366,263,-1.270340967,0.7681487096,830.78311572 +148,-1.555080283,0.7312707794,263,-1.270340967,0.7681487096,836.83911249 +149,-1.53856994,0.7224180299,263,-1.270340967,0.7681487096,800.24166073 +150,-1.530837883,0.729933372,263,-1.270340967,0.7681487096,769.5267528 +151,-1.515066984,0.5854133365,263,-1.270340967,0.7681487096,1043.6481665 +152,-1.534731633,0.5368370046,263,-1.270340967,0.7681487096,1233.6410672 +153,-1.515231902,0.5607085576,263,-1.270340967,0.7681487096,1118.5940315 +154,-2.616253799,1.0684566605,263,-1.270340967,0.7681487096,3226.4905529 +155,-1.956071439,0.5792177723,263,-1.270340967,0.7681487096,2226.3703844 +156,-1.951208514,0.5602434208,263,-1.270340967,0.7681487096,2252.4956526 +157,-1.944675062,0.6062144545,263,-1.270340967,0.7681487096,2140.1537116 +158,-1.613778386,0.6077989518,263,-1.270340967,0.7681487096,1223.2203765 +159,-2.035029014,0.6021432345,263,-1.270340967,0.7681487096,2405.1681562 +160,-2.114989471,0.6801825058,263,-1.270340967,0.7681487096,2493.8864782 +161,-2.037382079,0.5765830025,263,-1.270340967,0.7681487096,2462.6971004 +162,-2.129855121,0.6585019963,263,-1.270340967,0.7681487096,2571.9025262 +163,-2.075141798,0.6493615843,263,-1.270340967,0.7681487096,2432.786915 +164,-1.828626729,0.6948433129,263,-1.270340967,0.7681487096,1660.2838455 +165,-1.863329418,0.6735427691,263,-1.270340967,0.7681487096,1790.5394049 +166,-1.266037071,0.727988852,263,-1.270340967,0.7681487096,159.56302151 +167,-1.277579582,0.7249010648,263,-1.270340967,0.7681487096,172.59130197 +168,-1.258418684,0.7241194816,263,-1.270340967,0.7681487096,177.8120248 +169,-1.317813974,0.6804850104,263,-1.270340967,0.7681487096,374.650029 +170,-1.344165204,0.6790988904,263,-1.270340967,0.7681487096,415.11814312 +171,-1.427582102,0.5277120351,263,-1.270340967,0.7681487096,1072.4728311 +172,-1.402238616,0.457167829,263,-1.270340967,0.7681487096,1302.4012146 +173,-1.422454264,0.4996161999,263,-1.270340967,0.7681487096,1167.5450634 +174,-1.439089277,0.4894859811,263,-1.270340967,0.7681487096,1226.9424904 +175,-1.448126995,0.5182330266,263,-1.270340967,0.7681487096,1136.9734655 +176,-1.474626146,0.5881926574,263,-1.270340967,0.7681487096,949.43959837 +177,-1.421139645,0.5584869783,263,-1.270340967,0.7681487096,953.27513949 +178,-1.457037165,0.565943032,263,-1.270340967,0.7681487096,987.61239245 +179,-2.757159358,0.3745319,263,-1.270340967,0.7681487096,4972.0727006 +180,-2.714309238,0.342054471,263,-1.270340967,0.7681487096,4936.9188065 +181,-2.000525337,0.774119946,263,-1.270340967,0.7681487096,2051.2946846 +183,-1.571413436,0.6777838382,263,-1.270340967,0.7681487096,960.880628 +184,-1.552860289,0.6987663893,263,-1.270340967,0.7681487096,873.83236995 +185,-1.521852374,0.7165827476,263,-1.270340967,0.7681487096,760.85278528 +186,-1.503656267,0.6928968252,263,-1.270340967,0.7681487096,748.9575484 +187,-1.502753178,0.7136205882,263,-1.270340967,0.7681487096,711.83771573 +188,-1.631894563,0.7343596465,263,-1.270340967,0.7681487096,1052.3293749 +189,-1.653765416,0.6770714026,263,-1.270340967,0.7681487096,1190.7547175 +190,-1.719812114,0.6715965947,263,-1.270340967,0.7681487096,1385.7725394 +191,-1.493406659,0.6646955447,263,-1.270340967,0.7681487096,780.92541225 +192,-1.469120564,0.6613469966,263,-1.270340967,0.7681487096,728.6927102 +193,-1.590551461,0.5326612937,263,-1.270340967,0.7681487096,1368.5046544 +194,-1.625979264,0.5247742243,263,-1.270340967,0.7681487096,1473.7127928 +195,-1.572293943,0.5238808754,263,-1.270340967,0.7681487096,1354.0188687 +196,-1.610848725,0.5477107964,263,-1.270340967,0.7681487096,1372.6916195 +197,-1.208485554,0.7918526018,263,-1.270340967,0.7681487096,197.84829081 +198,-1.335601374,0.6869083083,263,-1.270340967,0.7681487096,375.15890649 +199,-1.346156996,0.6825213377,263,-1.270340967,0.7681487096,406.71609688 +200,-1.324381037,0.6741422347,263,-1.270340967,0.7681487096,405.50082767 +201,-1.242424992,0.7378949807,263,-1.270340967,0.7681487096,144.4556983 +202,-1.270370057,0.7392461008,263,-1.270340967,0.7681487096,114.4832642 +203,-1.448950472,0.7441675014,263,-1.270340967,0.7681487096,523.00080135 +204,-1.492662363,0.7523026852,263,-1.270340967,0.7681487096,640.59659622 +205,-1.479098966,0.7763855017,263,-1.270340967,0.7681487096,592.69445124 +206,-1.633760714,0.7869022408,263,-1.270340967,0.7681487096,1025.705862 +207,-1.647406434,0.8101289331,263,-1.270340967,0.7681487096,1061.7751259 +208,-1.564245052,0.5701509278,263,-1.270340967,0.7681487096,1199.441738 +209,-1.646289963,0.6833746083,263,-1.270340967,0.7681487096,1159.5143266 +210,-1.5820631,0.6751952144,263,-1.270340967,0.7681487096,994.80139226 +211,-1.613236298,0.6681681791,263,-1.270340967,0.7681487096,1093.4058071 +212,-1.914661867,0.8212566515,263,-1.270340967,0.7681487096,1783.3272801 +213,-1.742133237,0.7250275956,263,-1.270340967,0.7681487096,1376.0260705 +214,-2.033144872,0.6557314699,263,-1.270340967,0.7681487096,2302.6617464 +215,-2.039551981,0.6964723658,263,-1.270340967,0.7681487096,2256.269024 +216,-1.247341019,0.7622473908,263,-1.270340967,0.7681487096,69.740427925 +217,-1.298239787,0.7084123392,263,-1.270340967,0.7681487096,250.32052611 +218,-1.308539688,0.6926545592,263,-1.270340967,0.7681487096,319.53437993 +219,-1.303263185,0.6888938396,263,-1.270340967,0.7681487096,328.63627533 +220,-1.852400229,0.6004246149,263,-1.270340967,0.7681487096,1890.4666023 +221,-1.288947707,0.7473773692,263,-1.270340967,0.7681487096,98.15690185 +222,-1.372031502,0.7472790993,263,-1.270340967,0.7681487096,303.97177017 +223,-1.289805721,0.7242157877,263,-1.270340967,0.7681487096,182.99059557 +224,-1.350807603,0.7533498126,263,-1.270340967,0.7681487096,238.15062656 +225,-1.329290365,0.7560442322,263,-1.270340967,0.7681487096,175.56861505 +226,-1.410153004,0.616936428,263,-1.270340967,0.7681487096,734.31553839 +227,-1.393445434,0.6308995063,263,-1.270340967,0.7681487096,658.78340641 +228,-1.37595573,0.6241540638,263,-1.270340967,0.7681487096,654.0358048 +229,-1.358388707,0.6172645205,263,-1.270340967,0.7681487096,654.80927409 +230,-1.753741133,0.8281661666,263,-1.270340967,0.7681487096,1350.066291 +231,-1.47430987,0.6834615681,263,-1.270340967,0.7681487096,690.22136678 +232,-1.421012508,0.7222725206,263,-1.270340967,0.7681487096,474.47113409 +233,-1.4476833,0.6978557868,263,-1.270340967,0.7681487096,591.05421851 +234,-1.470370723,0.6966193374,263,-1.270340967,0.7681487096,652.95582539 +235,-1.429211703,0.7037216883,263,-1.270340967,0.7681487096,531.23853337 +236,-1.700578405,0.6178673663,263,-1.270340967,0.7681487096,1432.6112858 +237,-1.678117619,0.6331716163,263,-1.270340967,0.7681487096,1339.4740748 +238,-1.725644578,0.6316331145,263,-1.270340967,0.7681487096,1473.8929292 +239,-2.14012759,0.7930497945,263,-1.270340967,0.7681487096,2410.0620609 +240,-2.103289431,0.7653606263,263,-1.270340967,0.7681487096,2341.9409189 +241,-1.318739838,0.7017808746,263,-1.270340967,0.7681487096,298.84178244 +242,-1.396417427,0.7077900843,263,-1.270340967,0.7681487096,439.81634815 +243,-1.35650337,0.7185539404,263,-1.270340967,0.7681487096,318.83837507 +244,-1.248884539,0.7274156818,263,-1.270340967,0.7681487096,172.95301994 +245,-1.395014798,0.5761185243,263,-1.270340967,0.7681487096,852.33421865 +246,-1.433377362,0.6064716109,263,-1.270340967,0.7681487096,810.8121615 +247,-1.408172432,0.5903155476,263,-1.270340967,0.7681487096,821.63981022 +248,-1.749645898,0.7757118084,263,-1.270340967,0.7681487096,1354.3359215 +249,-1.571626686,0.615046989,263,-1.270340967,0.7681487096,1097.7252603 +250,-1.514070049,0.6303003037,263,-1.270340967,0.7681487096,916.64501409 +251,-1.480890369,0.6237966528,263,-1.270340967,0.7681487096,856.58475514 +252,-1.704390658,0.5281680612,263,-1.270340967,0.7681487096,1657.2911364 +253,-1.64434733,0.5254277498,263,-1.270340967,0.7681487096,1515.6958416 +254,-1.703855997,0.4792484842,263,-1.270340967,0.7681487096,1790.8438957 +255,-1.692002383,0.5748825051,263,-1.270340967,0.7681487096,1506.7910258 +256,-1.854136457,0.5544643913,263,-1.270340967,0.7681487096,1993.6519127 +257,-1.665021206,0.520317736,263,-1.270340967,0.7681487096,1580.2161564 +258,-1.733654349,0.4845187345,263,-1.270340967,0.7681487096,1849.525861 +259,-1.720938188,0.5135933906,263,-1.270340967,0.7681487096,1738.1854691 +260,-1.742668307,0.553296122,263,-1.270340967,0.7681487096,1693.2523939 +261,-1.965659039,0.7142126903,263,-1.270340967,0.7681487096,2023.0017548 +262,-1.944438071,0.6772834804,263,-1.270340967,0.7681487096,2015.7065 +263,-1.270340967,0.7681487096,263,-1.270340967,0.7681487096,49.978321273 +264,-1.353091884,0.6549276821,263,-1.270340967,0.7681487096,512.36836017 +265,-1.333236659,0.6413584414,263,-1.270340967,0.7681487096,536.73038991 +266,-1.352015998,0.6753788907,263,-1.270340967,0.7681487096,440.27925178 +267,-1.377988483,0.6577816235,263,-1.270340967,0.7681487096,542.91314463 +268,-2.13075611,0.8318642051,263,-1.270340967,0.7681487096,2347.4656335 +269,-2.097910953,0.8259670014,263,-1.270340967,0.7681487096,2266.5538123 +270,-1.416382069,0.6694271549,263,-1.270340967,0.7681487096,584.62979823 +271,-1.538905672,0.7535625993,263,-1.270340967,0.7681487096,771.47856841 +272,-1.572309477,0.7803125099,263,-1.270340967,0.7681487096,854.90427828 +273,-1.87759879,0.7503853417,263,-1.270340967,0.7681487096,1733.1163677 +274,1.152365588,0.590457682,263,-1.270340967,0.7681487096,6470.6863764 +275,0.350198001,0.718001859,263,-1.270340967,0.7681487096,4460.553833 +276,0.046513677,0.491503852,263,-1.270340967,0.7681487096,4206.2268649 +277,0.027510309,0.742571376,263,-1.270340967,0.7681487096,3610.009017 +278,0.306285725,-0.214631579,263,-1.270340967,0.7681487096,6826.6665371 +279,-1.100564889,0.318051531,263,-1.270340967,0.7681487096,1870.2669674 +280,-1.078582306,0.301437596,263,-1.270340967,0.7681487096,1956.5539158 +281,-1.137371989,-0.617634065,263,-1.270340967,0.7681487096,5509.9323656 +282,0.784356344,0.703272339,263,-1.270340967,0.7681487096,5448.0404699 +283,-1.221209947,0.218327455,263,-1.270340967,0.7681487096,2184.2559341 +284,2.347301921,-0.449114658,263,-1.270340967,0.7681487096,10462.688544 +285,0.246820618,0.830553713,263,-1.270340967,0.7681487096,3967.2100618 +286,0.829414965,0.703288228,263,-1.270340967,0.7681487096,5535.0778258 +287,-1.337537566,0.42332223,263,-1.270340967,0.7681487096,1383.0938025 +288,0.882453706,0.454478077,263,-1.270340967,0.7681487096,6420.8246963 +289,1.575629659,0.416419109,263,-1.270340967,0.7681487096,7630.5091083 +290,-1.039455679,0.229888244,263,-1.270340967,0.7681487096,2271.5444351 +291,0.489558039,0.934482747,263,-1.270340967,0.7681487096,4245.6478358 +292,0.081344504,0.88384514,263,-1.270340967,0.7681487096,3489.7909128 +293,-1.547979814,0.300350308,263,-1.270340967,0.7681487096,2072.1578798 +294,0.040776181,0.168560074,263,-1.270340967,0.7681487096,5020.7895171 +295,-1.130374745,0.563894876,263,-1.270340967,0.7681487096,917.92201505 +296,1.578326642,0.478507176,263,-1.270340967,0.7681487096,7392.7365075 +297,-1.12861823,-0.291640865,263,-1.270340967,0.7681487096,4229.1189636 +298,0.310524208,0.770885792,263,-1.270340967,0.7681487096,4243.6799787 +299,0.415649091,-0.387246002,263,-1.270340967,0.7681487096,7591.5518884 +300,-0.926533878,-0.188022748,263,-1.270340967,0.7681487096,3984.4784197 +301,1.258856172,-0.11716081,263,-1.270340967,0.7681487096,9107.1568022 +302,-1.126050026,0.322941926,263,-1.270340967,0.7681487096,1827.5692132 +303,2.002785835,0.07893892,263,-1.270340967,0.7681487096,9055.9162238 +304,0.440437607,0.746258085,263,-1.270340967,0.7681487096,4600.4482944 +305,-0.030391866,0.214441206,263,-1.270340967,0.7681487096,4694.4910003 +306,0.521557815,-0.058929362,263,-1.270340967,0.7681487096,7012.9184268 +307,-0.097005111,0.13317729,263,-1.270340967,0.7681487096,4728.4276208 +308,1.83113859,0.221857587,263,-1.270340967,0.7681487096,8519.7602898 +309,0.222428864,0.099404236,263,-1.270340967,0.7681487096,5726.5557744 +310,-1.702731345,0.8728568183,263,-1.270340967,0.7681487096,1232.4069912 +311,-0.418507569,0.278324921,263,-1.270340967,0.7681487096,3438.2533697 +312,-1.41153306,0.339029988,263,-1.270340967,0.7681487096,1762.8961041 +313,0.357560442,0.114788776,263,-1.270340967,0.7681487096,6068.185548 +314,0.325818979,0.268352149,263,-1.270340967,0.7681487096,5558.7859218 +315,-1.246004659,-0.663679965,263,-1.270340967,0.7681487096,5672.1443317 +316,1.814603087,0.637404484,263,-1.270340967,0.7681487096,6872.729487 +317,1.843704281,-0.18300445,263,-1.270340967,0.7681487096,10124.168579 +318,1.690644492,-0.211480909,263,-1.270340967,0.7681487096,10154.579846 +319,-1.275451936,0.068109467,263,-1.270340967,0.7681487096,2772.9130588 +320,0.762430171,-0.207594741,263,-1.270340967,0.7681487096,8101.3585532 +321,0.265668905,-0.014647884,263,-1.270340967,0.7681487096,6163.1663361 +322,-2.773032013,-0.335515811,263,-1.270340967,0.7681487096,6949.1008533 +323,-1.469512853,0.174058777,263,-1.270340967,0.7681487096,2450.5206035 +324,0.286276986,0.785925691,263,-1.270340967,0.7681487096,4153.5876131 +325,-1.379324697,0.377432233,263,-1.270340967,0.7681487096,1588.3737328 +326,-1.203778265,0.212813032,263,-1.270340967,0.7681487096,2211.3523763 +327,0.579916301,0.611743168,263,-1.270340967,0.7681487096,5275.705234 +328,0.267582642,0.868113908,263,-1.270340967,0.7681487096,3936.5321996 +329,0.412869244,-0.050245578,263,-1.270340967,0.7681487096,6680.3316895 +330,0.17524381,0.976660285,263,-1.270340967,0.7681487096,3542.5662938 +331,0.743157214,0.204812899,263,-1.270340967,0.7681487096,6859.785272 +332,-1.070758176,0.269382282,263,-1.270340967,0.7681487096,2086.7234279 +333,-1.230364251,0.329790229,263,-1.270340967,0.7681487096,1741.4043395 +334,-1.374813124,-0.024926835,263,-1.270340967,0.7681487096,3163.1058108 +335,0.519780566,0.463669906,263,-1.270340967,0.7681487096,5542.1138611 +336,-1.55108034,0.239698561,263,-1.270340967,0.7681487096,2298.9994102 +337,0.180294813,0.029739425,263,-1.270340967,0.7681487096,5797.9481519 +338,0.67820924,0.268170153,263,-1.270340967,0.7681487096,6506.1025094 +339,0.445798684,1.024001867,263,-1.270340967,0.7681487096,3965.5298135 +340,0.691751283,0.150521402,263,-1.270340967,0.7681487096,6886.535874 +341,-1.036643551,-0.903056181,263,-1.270340967,0.7681487096,6667.8666585 +342,-0.120287036,1.083325163,263,-1.270340967,0.7681487096,2853.9735805 +343,2.823513113,-0.304487164,263,-1.270340967,0.7681487096,8801.3413296 +344,0.457583172,1.12513373,263,-1.270340967,0.7681487096,3778.7766223 +345,0.042918831,0.813795399,263,-1.270340967,0.7681487096,3517.9535084 +346,1.196146777,-0.853142756,263,-1.270340967,0.7681487096,10591.597634 +347,0.206001358,-0.010430701,263,-1.270340967,0.7681487096,5981.8225491 +348,-0.268308653,0.234799412,263,-1.270340967,0.7681487096,3970.0888946 +349,0.759363263,0.736189579,263,-1.270340967,0.7681487096,5300.7922829 +350,0.181363926,0.891988372,263,-1.270340967,0.7681487096,3700.5150782 +351,-0.021111158,0.139103292,263,-1.270340967,0.7681487096,4925.6562674 +352,-0.093355215,0.630686981,263,-1.270340967,0.7681487096,3509.0089098 +353,0.40118964,0.681375926,263,-1.270340967,0.7681487096,4671.7050133 +354,-0.721197315,1.304706234,263,-1.270340967,0.7681487096,2331.8114172 +355,-1.076150317,0.212107639,263,-1.270340967,0.7681487096,2299.7368865 +356,-1.577164531,0.273993443,263,-1.270340967,0.7681487096,2212.3420216 +357,-0.190788414,0.182208586,263,-1.270340967,0.7681487096,4330.6094783 +358,-0.261349752,0.209710184,263,-1.270340967,0.7681487096,4058.7422119 +359,-1.029303852,0.083549259,263,-1.270340967,0.7681487096,2838.9935775 +360,-1.268609162,0.330525297,263,-1.270340967,0.7681487096,1733.435872 +361,1.282982244,-0.926641967,263,-1.270340967,0.7681487096,10797.573012 +362,0.217352334,0.731352408,263,-1.270340967,0.7681487096,4109.0703008 +363,-1.511833084,0.258629297,263,-1.270340967,0.7681487096,2176.4344129 +364,0.338812194,0.823184618,263,-1.270340967,0.7681487096,4190.0834968 +365,-0.324406489,1.134201999,263,-1.270340967,0.7681487096,2498.7447611 +366,1.389579348,0.399185724,263,-1.270340967,0.7681487096,7500.4753159 +367,2.047152199,-0.039082036,263,-1.270340967,0.7681487096,9490.6803353 +368,0.947780369,0.568250077,263,-1.270340967,0.7681487096,6188.8098297 +369,0.763824846,0.576754987,263,-1.270340967,0.7681487096,5787.6205252 +370,-0.142334657,0.928153068,263,-1.270340967,0.7681487096,2916.9503074 +371,0.610266567,0.547265983,263,-1.270340967,0.7681487096,5527.9749807 +372,0.210731629,0.746815056,263,-1.270340967,0.7681487096,4059.2039656 +373,-1.34931644,0.316895224,263,-1.270340967,0.7681487096,1806.6659094 +374,2.407696481,0.655030745,263,-1.270340967,0.7681487096,6487.3736173 +375,0.64207831,0.545359131,263,-1.270340967,0.7681487096,5607.8075954 +376,1.174597538,0.840588356,263,-1.270340967,0.7681487096,5626.6841153 +377,0.660059424,0.010604079,263,-1.270340967,0.7681487096,7205.2368824 +378,-0.730263819,0.010486456,263,-1.270340967,0.7681487096,3552.3638762 +379,0.831068936,0.512339172,263,-1.270340967,0.7681487096,6129.3136824 +380,1.301180979,0.72367476,263,-1.270340967,0.7681487096,6196.8216496 +381,1.811128231,0.322854402,263,-1.270340967,0.7681487096,8116.8844878 +382,0.435105812,0.992284428,263,-1.270340967,0.7681487096,4014.1912939 +383,0.62643634,0.592027932,263,-1.270340967,0.7681487096,5438.0261709 +384,0.492988703,-0.516339467,263,-1.270340967,0.7681487096,8127.3191419 +385,-0.162469483,0.112549365,263,-1.270340967,0.7681487096,4604.1155181 +386,0.314630866,0.472006421,263,-1.270340967,0.7681487096,4986.6446051 +387,0.166744804,0.822815954,263,-1.270340967,0.7681487096,3797.5824751 +388,0.417159608,0.965805736,263,-1.270340967,0.7681487096,4037.9554186 +389,0.106334961,0.868774244,263,-1.270340967,0.7681487096,3572.5271834 +390,0.815086969,-0.338144359,263,-1.270340967,0.7681487096,8597.5805775 +391,0.59867455,-0.230624824,263,-1.270340967,0.7681487096,7699.9332847 +392,1.915104874,0.066220985,263,-1.270340967,0.7681487096,9135.2231149 +393,1.278093622,0.064463721,263,-1.270340967,0.7681487096,8530.3152353 +394,-0.061477853,0.302997961,263,-1.270340967,0.7681487096,4371.4113578 +395,0.251311504,0.626976942,263,-1.270340967,0.7681487096,4433.8132323 +396,2.950242872,0.149095644,263,-1.270340967,0.7681487096,7151.9382963 +397,-0.180294708,0.35375117,263,-1.270340967,0.7681487096,3902.4130461 +398,1.010448592,-0.351180233,263,-1.270340967,0.7681487096,9179.4897081 +399,-1.748740498,0.3686318073,263,-1.270340967,0.7681487096,2228.0153078 +400,2.699635665,0.123533791,263,-1.270340967,0.7681487096,7838.5864572 +401,0.496808033,0.823843254,263,-1.270340967,0.7681487096,4529.0466824 +402,0.129574704,0.763364087,263,-1.270340967,0.7681487096,3825.7173515 +403,1.798920311,0.817447563,263,-1.270340967,0.7681487096,6158.2054291 +404,0.335987953,0.746786541,263,-1.270340967,0.7681487096,4358.772931 +405,-1.085413643,0.292154671,263,-1.270340967,0.7681487096,1984.5270631 +406,-0.155321003,0.508207011,263,-1.270340967,0.7681487096,3599.9484662 +407,0.620529244,-0.301175104,263,-1.270340967,0.7681487096,7948.4500179 +408,1.684402744,0.368716966,263,-1.270340967,0.7681487096,7889.8974286 +409,0.300582244,-0.386397212,263,-1.270340967,0.7681487096,7271.6511887 +410,2.913555946,-0.009225192,263,-1.270340967,0.7681487096,7719.0728093 +411,1.465101417,0.493232532,263,-1.270340967,0.7681487096,7234.9351911 +412,0.090612882,0.907955955,263,-1.270340967,0.7681487096,3471.7015992 +413,2.987564726,-0.729568594,263,-1.270340967,0.7681487096,9284.8693444 +414,-1.484261606,0.224149272,263,-1.270340967,0.7681487096,2274.1491659 +415,0.164073421,0.303955133,263,-1.270340967,0.7681487096,5009.8362541 +416,0.141441293,0.167552546,263,-1.270340967,0.7681487096,5310.1564654 +417,2.931321023,-0.506718887,263,-1.270340967,0.7681487096,8996.4669299 +418,2.21951565,0.700596356,263,-1.270340967,0.7681487096,6494.9266535 +419,0.268112576,1.199114336,263,-1.270340967,0.7681487096,3388.8059864 +420,0.978913739,0.359223811,263,-1.270340967,0.7681487096,6931.952946 +421,1.210898818,0.522863584,263,-1.270340967,0.7681487096,6798.9244704 +422,2.347397336,0.129231362,263,-1.270340967,0.7681487096,8501.8345301 +423,0.614394501,0.556878345,263,-1.270340967,0.7681487096,5510.2959003 +424,-1.398079356,0.148483366,263,-1.270340967,0.7681487096,2493.7474247 +425,2.535303836,-0.112984496,263,-1.270340967,0.7681487096,8978.472997 +426,-1.019372593,-0.405322349,263,-1.270340967,0.7681487096,4736.6530419 +427,-1.297785627,-0.160104069,263,-1.270340967,0.7681487096,3678.1319699 +428,2.144554488,0.205051084,263,-1.270340967,0.7681487096,8465.0844878 +429,-2.242387083,-0.426171285,263,-1.270340967,0.7681487096,5897.2830962 +430,0.338637212,0.909723676,263,-1.270340967,0.7681487096,4001.933528 +431,-0.148798452,0.691042401,263,-1.270340967,0.7681487096,3241.0129159 +432,0.893524764,0.441829531,263,-1.270340967,0.7681487096,6484.6175408 +433,0.969229347,-0.368847936,263,-1.270340967,0.7681487096,9111.145319 +434,0.436043248,0.800045688,263,-1.270340967,0.7681487096,4458.1428708 +435,1.687946607,1.081504775,263,-1.270340967,0.7681487096,5094.0185747 +436,0.522302046,-0.034889271,263,-1.270340967,0.7681487096,6948.4224931 +437,-0.178996113,-0.438090009,263,-1.270340967,0.7681487096,6199.3986643 +438,-1.094339566,0.301444068,263,-1.270340967,0.7681487096,1939.9337095 +439,-1.064070054,0.242569932,263,-1.270340967,0.7681487096,2195.8455522 +440,-1.068153768,0.230387998,263,-1.270340967,0.7681487096,2237.9203135 +441,-3.00496892,-0.23989155,263,-1.270340967,0.7681487096,7342.0134475 +442,0.21751974,0.766874888,263,-1.270340967,0.7681487096,4032.5326607 +443,0.117229532,0.007619006,263,-1.270340967,0.7681487096,5680.2363711 +444,0.777758451,0.420554741,263,-1.270340967,0.7681487096,6292.964536 +445,-0.252356999,0.250747086,263,-1.270340967,0.7681487096,3970.7508992 +446,0.363148444,0.768483434,263,-1.270340967,0.7681487096,4370.7370073 +447,0.903191366,-0.118210676,263,-1.270340967,0.7681487096,8235.828248 +448,-0.205755923,0.149406178,263,-1.270340967,0.7681487096,4380.8110035 +449,1.811996086,0.02364353,263,-1.270340967,0.7681487096,9300.541493 +450,-1.100670221,0.314845373,263,-1.270340967,0.7681487096,1882.4024037 +451,0.340078597,0.850105132,263,-1.270340967,0.7681487096,4133.1087557 +452,0.258757267,0.804969236,263,-1.270340967,0.7681487096,4048.4126345 +453,2.78505352,-0.155160804,263,-1.270340967,0.7681487096,8487.7380107 +454,0.800551619,0.105822106,263,-1.270340967,0.7681487096,7302.9624627 +455,0.437940882,-0.506194031,263,-1.270340967,0.7681487096,7952.2764299 +456,2.230431122,0.63458615,263,-1.270340967,0.7681487096,6739.5591663 +457,0.527965361,0.127667701,263,-1.270340967,0.7681487096,6509.0839877 +458,-0.063643205,0.702093448,263,-1.270340967,0.7681487096,3449.0243757 +459,1.408447268,0.133010502,263,-1.270340967,0.7681487096,8508.3707473 +460,0.523795955,0.280266966,263,-1.270340967,0.7681487096,6066.9588173 +461,-0.975769313,0.072177659,263,-1.270340967,0.7681487096,2942.4874588 +462,0.549774164,-0.463663986,263,-1.270340967,0.7681487096,8157.5738618 +463,0.29245874,1.095549818,263,-1.270340967,0.7681487096,3570.8220841 +464,0.143625958,0.816809593,263,-1.270340967,0.7681487096,3754.6601337 +465,0.671902494,0.611159853,263,-1.270340967,0.7681487096,5485.2908037 +466,1.239840988,0.6724199,263,-1.270340967,0.7681487096,6306.6181868 +467,0.607829703,-0.10932137,263,-1.270340967,0.7681487096,7396.0734309 +468,1.763020906,0.263996692,263,-1.270340967,0.7681487096,8336.8014075 +469,0.378714634,0.726066797,263,-1.270340967,0.7681487096,4508.2824357 +470,2.196736143,-0.153862366,263,-1.270340967,0.7681487096,9764.8743131 +471,0.01702415,0.148991565,263,-1.270340967,0.7681487096,5006.5871925 +472,-2.998490902,-0.158002487,263,-1.270340967,0.7681487096,7103.0605764 +473,-3.051262951,-0.346595608,263,-1.270340967,0.7681487096,7753.5635032 +474,-1.069176439,0.182802941,263,-1.270340967,0.7681487096,2418.8929643 +475,0.167157509,0.595344954,263,-1.270340967,0.7681487096,4289.3075752 +476,0.613855648,0.681746124,263,-1.270340967,0.7681487096,5156.8265919 +477,1.037012736,0.682555367,263,-1.270340967,0.7681487096,5970.676643 +478,-1.253574971,0.379755746,263,-1.270340967,0.7681487096,1539.4061518 +479,3.108590453,-0.132620738,263,-1.270340967,0.7681487096,7533.9446691 +480,0.565301296,0.022333262,263,-1.270340967,0.7681487096,6909.4149707 +481,0.547898238,0.855555614,263,-1.270340967,0.7681487096,4552.8652568 +482,0.948309381,0.417393755,263,-1.270340967,0.7681487096,6678.8422139 +483,-0.050600732,0.945269213,263,-1.270340967,0.7681487096,3105.6096578 +484,-0.977651478,-0.572363064,263,-1.270340967,0.7681487096,5414.0629904 +485,1.102014914,0.728861163,263,-1.270340967,0.7681487096,5915.3174643 +486,2.927300795,-0.282939414,263,-1.270340967,0.7681487096,8453.1071205 +487,-1.154565557,0.124434095,263,-1.270340967,0.7681487096,2581.118498 +488,1.855331234,0.291044755,263,-1.270340967,0.7681487096,8247.9865843 +489,0.830290659,0.276904518,263,-1.270340967,0.7681487096,6857.1556336 +490,0.485104466,-0.234867441,263,-1.270340967,0.7681487096,7387.8184483 +491,0.521367572,-0.33161327,263,-1.270340967,0.7681487096,7745.423975 +1,-1.539031704,0.7349710123,264,-1.353091884,0.6549276821,647.79137365 +2,-1.536990553,0.7349663874,264,-1.353091884,0.6549276821,642.38911779 +3,-1.534951779,0.7349571355,264,-1.353091884,0.6549276821,636.99913401 +4,-1.532906461,0.7349480293,264,-1.353091884,0.6549276821,631.60654879 +5,-1.531320211,0.7346937278,264,-1.353091884,0.6549276821,626.99117038 +6,-1.539451648,0.7335131775,264,-1.353091884,0.6549276821,646.41867367 +7,-1.537429487,0.7335445708,264,-1.353091884,0.6549276821,641.09773389 +8,-1.535484998,0.7335658704,264,-1.353091884,0.6549276821,635.97984721 +9,-1.533488396,0.7336036027,264,-1.353091884,0.6549276821,630.76684017 +10,-1.531497785,0.7335842962,264,-1.353091884,0.6549276821,625.48430427 +11,-1.530259379,0.7334777758,264,-1.353091884,0.6549276821,622.03671181 +12,-1.5335454,0.7322346912,264,-1.353091884,0.6549276821,628.54393399 +13,-1.531489083,0.7322238773,264,-1.353091884,0.6549276821,623.07606598 +14,-1.530011122,0.7321679851,264,-1.353091884,0.6549276821,619.07063367 +15,-1.53348106,0.7306614094,264,-1.353091884,0.6549276821,625.69101104 +16,-1.531441779,0.7306962275,264,-1.353091884,0.6549276821,620.3161224 +17,-1.529755654,0.7306933243,264,-1.353091884,0.6549276821,615.82918678 +18,-1.533415048,0.7291384674,264,-1.353091884,0.6549276821,622.96550232 +19,-1.531392093,0.7291705353,264,-1.353091884,0.6549276821,617.59934838 +20,-1.529296523,0.7291214933,264,-1.353091884,0.6549276821,611.91665537 +21,-1.535280942,0.727267644,264,-1.353091884,0.6549276821,624.94298345 +22,-1.533378158,0.7276139666,264,-1.353091884,0.6549276821,620.36187608 +23,-1.531340368,0.7276446587,264,-1.353091884,0.6549276821,614.92346114 +24,-1.528960113,0.7276398177,264,-1.353091884,0.6549276821,608.52181182 +25,-1.533313146,0.7260818349,264,-1.353091884,0.6549276821,617.71724339 +26,-1.531259555,0.7260958115,264,-1.353091884,0.6549276821,612.17904097 +27,-1.528926415,0.7260865555,264,-1.353091884,0.6549276821,605.86267225 +28,-1.531226779,0.7245511789,264,-1.353091884,0.6549276821,609.62040051 +29,-1.528904772,0.7245519194,264,-1.353091884,0.6549276821,603.31650259 +30,-1.547195875,0.7409785979,264,-1.353091884,0.6549276821,679.74245144 +31,-1.5451475,0.740980426,264,-1.353091884,0.6549276821,674.39010367 +32,-1.543097679,0.7409798872,264,-1.353091884,0.6549276821,669.04413916 +33,-1.540720364,0.7409892687,264,-1.353091884,0.6549276821,662.88070312 +34,-1.547188511,0.7395198392,264,-1.353091884,0.6549276821,677.17477855 +35,-1.545148587,0.7395226109,264,-1.353091884,0.6549276821,671.81895128 +36,-1.543104538,0.7395314908,264,-1.353091884,0.6549276821,666.47716157 +37,-1.540727751,0.7395306258,264,-1.353091884,0.6549276821,660.26419681 +38,-1.547187029,0.7380014886,264,-1.353091884,0.6549276821,674.5602911 +39,-1.545147315,0.7380012252,264,-1.353091884,0.6549276821,669.17153157 +40,-1.54310719,0.7380060743,264,-1.353091884,0.6549276821,663.80417294 +41,-1.540719671,0.7380068206,264,-1.353091884,0.6549276821,657.53210995 +42,-1.547187189,0.7364799098,264,-1.353091884,0.6549276821,671.98797482 +43,-1.545149996,0.7364853874,264,-1.353091884,0.6549276821,666.58753357 +44,-1.543106091,0.7364823484,264,-1.353091884,0.6549276821,661.1681696 +45,-1.540717158,0.7364893901,264,-1.353091884,0.6549276821,654.86954091 +46,-1.538663972,0.7410138672,264,-1.353091884,0.6549276821,657.59637729 +47,-1.53695285,0.7409699132,264,-1.353091884,0.6549276821,653.09231639 +48,-1.534910498,0.7409641297,264,-1.353091884,0.6549276821,647.81654272 +49,-1.533145034,0.7409536636,264,-1.353091884,0.6549276821,643.25846333 +50,-1.538681336,0.7395405883,264,-1.353091884,0.6549276821,654.95015046 +51,-1.536999189,0.7395183096,264,-1.353091884,0.6549276821,650.53791747 +52,-1.534923633,0.7395144222,264,-1.353091884,0.6549276821,645.15083923 +53,-1.533267822,0.7395654306,264,-1.353091884,0.6549276821,640.96568659 +54,-1.53867273,0.7380151077,264,-1.353091884,0.6549276821,652.18404518 +55,-1.536980576,0.7379994392,264,-1.353091884,0.6549276821,647.73381039 +56,-1.534931522,0.7379944961,264,-1.353091884,0.6549276821,642.38366386 +57,-1.533387952,0.7379480264,264,-1.353091884,0.6549276821,638.28506685 +58,-1.538682279,0.7364914363,264,-1.353091884,0.6549276821,649.51284726 +59,-1.536980704,0.7364810563,264,-1.353091884,0.6549276821,645.02316342 +60,-1.534935567,0.7364752065,264,-1.353091884,0.6549276821,639.65192562 +61,-1.533042592,0.7363876366,264,-1.353091884,0.6549276821,634.54506802 +62,-1.545143426,0.7349628011,264,-1.353091884,0.6549276821,664.0114673 +63,-1.543105297,0.7349691947,264,-1.353091884,0.6549276821,658.59512339 +64,-1.541064533,0.7349647152,264,-1.353091884,0.6549276821,653.16674494 +65,-1.545411803,0.7334624714,264,-1.353091884,0.6549276821,662.25314122 +66,-1.543446606,0.7334780896,264,-1.353091884,0.6549276821,657.01747606 +67,-1.541475327,0.7334957295,264,-1.353091884,0.6549276821,651.78147634 +68,-1.545401939,0.731963266,264,-1.353091884,0.6549276821,659.79828509 +69,-1.54342253,0.7319915583,264,-1.353091884,0.6549276821,654.51810059 +70,-1.541455867,0.7320216438,264,-1.353091884,0.6549276821,649.28787202 +71,-1.545410146,0.7304422281,264,-1.353091884,0.6549276821,657.40195162 +72,-1.543435491,0.7304713664,264,-1.353091884,0.6549276821,652.108149 +73,-1.541463105,0.7304997613,264,-1.353091884,0.6549276821,646.83174368 +74,-1.545414768,0.7289194936,264,-1.353091884,0.6549276821,655.03952089 +75,-1.543435774,0.7289538557,264,-1.353091884,0.6549276821,649.71450613 +76,-1.541457714,0.7289765881,264,-1.353091884,0.6549276821,644.38602502 +77,-1.539449415,0.7320555866,264,-1.353091884,0.6549276821,643.97068753 +78,-1.537429183,0.7321097681,264,-1.353091884,0.6549276821,638.66481616 +79,-1.535472649,0.7321497267,264,-1.353091884,0.6549276821,633.51965622 +80,-1.539457899,0.7305333307,264,-1.353091884,0.6549276821,641.48826153 +81,-1.537453161,0.7305750503,264,-1.353091884,0.6549276821,636.17316076 +82,-1.535479385,0.7306124949,264,-1.353091884,0.6549276821,630.94809886 +83,-1.53946905,0.7290102593,264,-1.353091884,0.6549276821,639.05863688 +84,-1.537459922,0.7290417293,264,-1.353091884,0.6549276821,633.68562732 +85,-1.535451349,0.7290890157,264,-1.353091884,0.6549276821,628.35365746 +86,-1.535522937,0.7279887191,264,-1.353091884,0.6549276821,626.75692979 +87,-1.539442524,0.7274735939,264,-1.353091884,0.6549276821,636.55290443 +88,-1.537424111,0.727521351,264,-1.353091884,0.6549276821,631.1515246 +89,-1.539384641,0.7259505092,264,-1.353091884,0.6549276821,634.0303511 +90,-1.537372391,0.7259947145,264,-1.353091884,0.6549276821,628.61117169 +91,-1.535340789,0.7260435356,264,-1.353091884,0.6549276821,623.16011769 +92,-1.539325716,0.7244369706,264,-1.353091884,0.6549276821,631.56607986 +93,-1.537308932,0.7244801057,264,-1.353091884,0.6549276821,626.10437048 +94,-1.535289068,0.7245247645,264,-1.353091884,0.6549276821,620.64969261 +95,-1.533261366,0.7245550236,264,-1.353091884,0.6549276821,615.16467652 +96,-1.539267302,0.722921924,264,-1.353091884,0.6549276821,629.1476836 +97,-1.537248972,0.7229660258,264,-1.353091884,0.6549276821,623.65481558 +98,-1.535219431,0.7229916471,264,-1.353091884,0.6549276821,618.11599788 +99,-1.53318962,0.7230212049,264,-1.353091884,0.6549276821,612.59501964 +100,-1.531154816,0.7230299897,264,-1.353091884,0.6549276821,607.04123586 +101,-1.528878341,0.7230370244,264,-1.353091884,0.6549276821,600.83847208 +102,-1.539218189,0.7214009878,264,-1.353091884,0.6549276821,626.79389763 +103,-1.537198791,0.7214422745,264,-1.353091884,0.6549276821,621.26560825 +104,-1.535179266,0.7214634354,264,-1.353091884,0.6549276821,615.71949663 +105,-1.533156501,0.7214944644,264,-1.353091884,0.6549276821,610.19113425 +106,-1.53113574,0.7215166021,264,-1.353091884,0.6549276821,604.66741023 +107,-1.528874248,0.7215345535,264,-1.353091884,0.6549276821,598.49011918 +108,-1.539217656,0.7198512397,264,-1.353091884,0.6549276821,624.58322686 +109,-1.537199919,0.7199428763,264,-1.353091884,0.6549276821,619.10259962 +110,-1.545425832,0.727397149,264,-1.353091884,0.6549276821,652.74208556 +111,-1.543371177,0.7273916949,264,-1.353091884,0.6549276821,647.12200422 +112,-1.541368852,0.7274523163,264,-1.353091884,0.6549276821,641.75828655 +113,-1.545349067,0.7258710923,264,-1.353091884,0.6549276821,650.24529646 +114,-1.54332671,0.7258603556,264,-1.353091884,0.6549276821,644.67903649 +115,-1.541346831,0.7259242142,264,-1.353091884,0.6549276821,639.35286488 +116,-1.545324355,0.7243383958,264,-1.353091884,0.6549276821,647.92841213 +117,-1.543292796,0.7243617413,264,-1.353091884,0.6549276821,642.3604837 +118,-1.541295822,0.7244024384,264,-1.353091884,0.6549276821,636.92501163 +119,-1.543193859,0.7205570215,264,-1.353091884,0.6549276821,636.64612357 +120,-1.550257047,0.7386738187,264,-1.353091884,0.6549276821,683.82740423 +121,-1.549335448,0.7311736483,264,-1.353091884,0.6549276821,669.18234385 +122,-1.533478843,0.7179891343,264,-1.353091884,0.6549276821,605.97162664 +123,-1.556150555,0.738907041,264,-1.353091884,0.6549276821,699.87224634 +124,-1.554324226,0.733414257,264,-1.353091884,0.6549276821,686.18175827 +125,-1.554290846,0.7288285332,264,-1.353091884,0.6549276821,679.16012824 +126,-1.55122487,0.7219795312,264,-1.353091884,0.6549276821,661.00829926 +127,-1.525104458,0.7229399862,264,-1.353091884,0.6549276821,590.41700221 +128,-1.519607711,0.7236181429,264,-1.353091884,0.6549276821,576.67433787 +129,-1.513899999,0.7251107854,264,-1.353091884,0.6549276821,563.99576281 +130,-1.536620762,0.7431061895,264,-1.353091884,0.6549276821,656.24931594 +131,-1.5369566,0.7460845958,264,-1.353091884,0.6549276821,662.83472094 +132,-1.545345528,0.7447040685,264,-1.353091884,0.6549276821,681.65146211 +133,-1.532813921,0.7432306626,264,-1.353091884,0.6549276821,646.7741922 +134,-1.554788248,0.7382381001,264,-1.353091884,0.6549276821,695.14265387 +135,-1.540348126,0.7301594274,264,-1.353091884,0.6549276821,643.27789286 +136,-1.538016084,0.7239051786,264,-1.353091884,0.6549276821,627.17132843 +137,-1.525288962,0.7258085137,264,-1.353091884,0.6549276821,595.60996021 +138,-1.534326986,0.731241342,264,-1.353091884,0.6549276821,628.92758586 +139,-1.530733872,0.7303625216,264,-1.353091884,0.6549276821,617.86170329 +141,-1.534354939,0.7328219978,264,-1.353091884,0.6549276821,631.70227931 +142,-1.53157084,0.7292888153,264,-1.353091884,0.6549276821,618.27610294 +143,-1.525691035,0.7263799874,264,-1.353091884,0.6549276821,597.64461156 +144,-1.534031287,0.7495967835,264,-1.353091884,0.6549276821,662.49911229 +145,-1.527714986,0.7283095957,264,-1.353091884,0.6549276821,606.31606381 +146,-1.526189586,0.7271468292,264,-1.353091884,0.6549276821,600.26986031 +147,-1.555177336,0.7375563366,264,-1.353091884,0.6549276821,695.06709469 +148,-1.555080283,0.7312707794,264,-1.353091884,0.6549276821,684.95212871 +149,-1.53856994,0.7224180299,264,-1.353091884,0.6549276821,626.4824903 +150,-1.530837883,0.729933372,264,-1.353091884,0.6549276821,617.40739899 +151,-1.515066984,0.5854133365,264,-1.353091884,0.6549276821,589.8577593 +152,-1.534731633,0.5368370046,264,-1.353091884,0.6549276821,756.37242319 +153,-1.515231902,0.5607085576,264,-1.353091884,0.6549276821,645.38831822 +154,-2.616253799,1.0684566605,264,-1.353091884,0.6549276821,3421.889949 +155,-1.956071439,0.5792177723,264,-1.353091884,0.6549276821,1959.7165901 +156,-1.951208514,0.5602434208,264,-1.353091884,0.6549276821,1969.702096 +157,-1.944675062,0.6062144545,264,-1.353091884,0.6549276821,1892.2019573 +158,-1.613778386,0.6077989518,264,-1.353091884,0.6549276821,853.16870559 +159,-2.035029014,0.6021432345,264,-1.353091884,0.6549276821,2179.263268 +160,-2.114989471,0.6801825058,264,-1.353091884,0.6549276821,2349.2878864 +161,-2.037382079,0.5765830025,264,-1.353091884,0.6549276821,2218.2102763 +162,-2.129855121,0.6585019963,264,-1.353091884,0.6549276821,2413.1830783 +163,-2.075141798,0.6493615843,264,-1.353091884,0.6549276821,2254.458478 +164,-1.828626729,0.6948433129,264,-1.353091884,0.6549276821,1473.4113888 +165,-1.863329418,0.6735427691,264,-1.353091884,0.6549276821,1586.3422496 +166,-1.266037071,0.727988852,264,-1.353091884,0.6549276821,392.67239415 +167,-1.277579582,0.7249010648,264,-1.353091884,0.6549276821,360.50796626 +168,-1.258418684,0.7241194816,264,-1.353091884,0.6549276821,398.3709793 +169,-1.317813974,0.6804850104,264,-1.353091884,0.6549276821,149.28370494 +170,-1.344165204,0.6790988904,264,-1.353091884,0.6549276821,99.690494507 +171,-1.427582102,0.5277120351,264,-1.353091884,0.6549276821,560.10812749 +172,-1.402238616,0.457167829,264,-1.353091884,0.6549276821,800.46536091 +173,-1.422454264,0.4996161999,264,-1.353091884,0.6549276821,656.66675939 +174,-1.439089277,0.4894859811,264,-1.353091884,0.6549276821,714.85143649 +175,-1.448126995,0.5182330266,264,-1.353091884,0.6549276821,625.35928 +176,-1.474626146,0.5881926574,264,-1.353091884,0.6549276821,472.04881969 +177,-1.421139645,0.5584869783,264,-1.353091884,0.6549276821,441.42793294 +178,-1.457037165,0.565943032,264,-1.353091884,0.6549276821,487.68054516 +179,-2.757159358,0.3745319,264,-1.353091884,0.6549276821,4825.3243129 +180,-2.714309238,0.342054471,264,-1.353091884,0.6549276821,4764.2795142 +181,-2.000525337,0.774119946,264,-1.353091884,0.6549276821,1975.8435258 +183,-1.571413436,0.6777838382,264,-1.353091884,0.6549276821,685.22677009 +184,-1.552860289,0.6987663893,264,-1.353091884,0.6549276821,640.29262724 +185,-1.521852374,0.7165827476,264,-1.353091884,0.6549276821,571.64754557 +186,-1.503656267,0.6928968252,264,-1.353091884,0.6549276821,489.43420923 +187,-1.502753178,0.7136205882,264,-1.353091884,0.6549276821,514.50498023 +188,-1.631894563,0.7343596465,264,-1.353091884,0.6549276821,903.19534505 +189,-1.653765416,0.6770714026,264,-1.353091884,0.6549276821,939.15417816 +190,-1.719812114,0.6715965947,264,-1.353091884,0.6549276821,1144.0336716 +191,-1.493406659,0.6646955447,264,-1.353091884,0.6549276821,440.69275296 +192,-1.469120564,0.6613469966,264,-1.353091884,0.6549276821,364.40652393 +193,-1.590551461,0.5326612937,264,-1.353091884,0.6549276821,916.28907793 +194,-1.625979264,0.5247742243,264,-1.353091884,0.6549276821,1033.643055 +195,-1.572293943,0.5238808754,264,-1.353091884,0.6549276821,887.68391542 +196,-1.610848725,0.5477107964,264,-1.353091884,0.6549276821,941.39736075 +197,-1.208485554,0.7918526018,264,-1.353091884,0.6549276821,690.92951728 +198,-1.335601374,0.6869083083,264,-1.353091884,0.6549276821,137.80567093 +199,-1.346156996,0.6825213377,264,-1.353091884,0.6549276821,111.40280521 +200,-1.324381037,0.6741422347,264,-1.353091884,0.6549276821,117.49951575 +201,-1.242424992,0.7378949807,264,-1.353091884,0.6549276821,469.93227074 +202,-1.270370057,0.7392461008,264,-1.353091884,0.6549276821,417.76569962 +203,-1.448950472,0.7441675014,264,-1.353091884,0.6549276821,457.32503407 +204,-1.492662363,0.7523026852,264,-1.353091884,0.6549276821,570.87731951 +205,-1.479098966,0.7763855017,264,-1.353091884,0.6549276821,610.47140491 +206,-1.633760714,0.7869022408,264,-1.353091884,0.6549276821,982.52460369 +207,-1.647406434,0.8101289331,264,-1.353091884,0.6549276821,1059.0333016 +208,-1.564245052,0.5701509278,264,-1.353091884,0.6549276821,761.43153883 +209,-1.646289963,0.6833746083,264,-1.353091884,0.6549276821,916.51178547 +210,-1.5820631,0.6751952144,264,-1.353091884,0.6549276821,717.53851141 +211,-1.613236298,0.6681681791,264,-1.353091884,0.6549276821,813.86052862 +212,-1.914661867,0.8212566515,264,-1.353091884,0.6549276821,1757.0794763 +213,-1.742133237,0.7250275956,264,-1.353091884,0.6549276821,1216.8054999 +214,-2.033144872,0.6557314699,264,-1.353091884,0.6549276821,2119.9825229 +215,-2.039551981,0.6964723658,264,-1.353091884,0.6549276821,2110.8456241 +216,-1.247341019,0.7622473908,264,-1.353091884,0.6549276821,530.57258726 +217,-1.298239787,0.7084123392,264,-1.353091884,0.6549276821,270.78224914 +218,-1.308539688,0.6926545592,264,-1.353091884,0.6549276821,203.32562176 +219,-1.303263185,0.6888938396,264,-1.353091884,0.6549276821,204.82500576 +220,-1.852400229,0.6004246149,264,-1.353091884,0.6549276821,1608.9995319 +221,-1.288947707,0.7473773692,264,-1.353091884,0.6549276821,414.36406851 +222,-1.372031502,0.7472790993,264,-1.353091884,0.6549276821,370.25844797 +223,-1.289805721,0.7242157877,264,-1.353091884,0.6549276821,335.6732201 +224,-1.350807603,0.7533498126,264,-1.353091884,0.6549276821,389.91089195 +225,-1.329290365,0.7560442322,264,-1.353091884,0.6549276821,406.88544098 +226,-1.410153004,0.616936428,264,-1.353091884,0.6549276821,236.00025839 +227,-1.393445434,0.6308995063,264,-1.353091884,0.6549276821,159.44034776 +228,-1.37595573,0.6241540638,264,-1.353091884,0.6549276821,141.9060141 +229,-1.358388707,0.6172645205,264,-1.353091884,0.6549276821,150.13512702 +230,-1.753741133,0.8281661666,264,-1.353091884,0.6549276821,1349.0483833 +231,-1.47430987,0.6834615681,264,-1.353091884,0.6549276821,393.06210427 +232,-1.421012508,0.7222725206,264,-1.353091884,0.6549276821,338.01325343 +233,-1.4476833,0.6978557868,264,-1.353091884,0.6549276821,337.9682356 +234,-1.470370723,0.6966193374,264,-1.353091884,0.6549276821,398.15065122 +235,-1.429211703,0.7037216883,264,-1.353091884,0.6549276821,303.86979518 +236,-1.700578405,0.6178673663,264,-1.353091884,0.6549276821,1114.5145863 +237,-1.678117619,0.6331716163,264,-1.353091884,0.6549276821,1031.4251043 +238,-1.725644578,0.6316331145,264,-1.353091884,0.6549276821,1181.798757 +239,-2.14012759,0.7930497945,264,-1.353091884,0.6549276821,2366.0381109 +240,-2.103289431,0.7653606263,264,-1.353091884,0.6549276821,2268.9261944 +241,-1.318739838,0.7017808746,264,-1.353091884,0.6549276821,213.68100285 +242,-1.396417427,0.7077900843,264,-1.353091884,0.6549276821,248.18807871 +243,-1.35650337,0.7185539404,264,-1.353091884,0.6549276821,252.23993668 +244,-1.248884539,0.7274156818,264,-1.353091884,0.6549276821,428.26960152 +245,-1.395014798,0.5761185243,264,-1.353091884,0.6549276821,340.29865221 +246,-1.433377362,0.6064716109,264,-1.353091884,0.6549276821,320.55386323 +247,-1.408172432,0.5903155476,264,-1.353091884,0.6549276821,311.25699612 +248,-1.749645898,0.7757118084,264,-1.353091884,0.6549276821,1273.2998019 +249,-1.571626686,0.615046989,264,-1.353091884,0.6549276821,713.97334857 +250,-1.514070049,0.6303003037,264,-1.353091884,0.6549276821,519.45556397 +251,-1.480890369,0.6237966528,264,-1.353091884,0.6549276821,424.38870396 +252,-1.704390658,0.5281680612,264,-1.353091884,0.6549276821,1256.0757382 +253,-1.64434733,0.5254277498,264,-1.353091884,0.6549276821,1084.8139833 +254,-1.703855997,0.4792484842,264,-1.353091884,0.6549276821,1358.5352883 +255,-1.692002383,0.5748825051,264,-1.353091884,0.6549276821,1139.0545018 +256,-1.854136457,0.5544643913,264,-1.353091884,0.6549276821,1673.4224616 +257,-1.665021206,0.520317736,264,-1.353091884,0.6549276821,1155.5585711 +258,-1.733654349,0.4845187345,264,-1.353091884,0.6549276821,1432.5957402 +259,-1.720938188,0.5135933906,264,-1.353091884,0.6549276821,1334.0395197 +260,-1.742668307,0.553296122,264,-1.353091884,0.6549276821,1328.5019464 +261,-1.965659039,0.7142126903,264,-1.353091884,0.6549276821,1881.5753213 +262,-1.944438071,0.6772834804,264,-1.353091884,0.6549276821,1833.1901973 +263,-1.270340967,0.7681487096,264,-1.353091884,0.6549276821,512.36836017 +264,-1.353091884,0.6549276821,264,-1.353091884,0.6549276821,38.505329576 +265,-1.333236659,0.6413584414,264,-1.353091884,0.6549276821,82.580802648 +266,-1.352015998,0.6753788907,264,-1.353091884,0.6549276821,81.076597898 +267,-1.377988483,0.6577816235,264,-1.353091884,0.6549276821,78.938119039 +268,-2.13075611,0.8318642051,264,-1.353091884,0.6549276821,2337.6398961 +269,-2.097910953,0.8259670014,264,-1.353091884,0.6549276821,2249.2552088 +270,-1.416382069,0.6694271549,264,-1.353091884,0.6549276821,205.86604249 +271,-1.538905672,0.7535625993,264,-1.353091884,0.6549276821,682.69735472 +272,-1.572309477,0.7803125099,264,-1.353091884,0.6549276821,819.76316727 +273,-1.87759879,0.7503853417,264,-1.353091884,0.6549276821,1620.5696942 +274,1.152365588,0.590457682,264,-1.353091884,0.6549276821,6982.4803748 +275,0.350198001,0.718001859,264,-1.353091884,0.6549276821,4924.1388799 +276,0.046513677,0.491503852,264,-1.353091884,0.6549276821,4563.4177931 +277,0.027510309,0.742571376,264,-1.353091884,0.6549276821,4045.0511419 +278,0.306285725,-0.214631579,264,-1.353091884,0.6549276821,7012.560846 +279,-1.100564889,0.318051531,264,-1.353091884,0.6549276821,1596.1701079 +280,-1.078582306,0.301437596,264,-1.353091884,0.6549276821,1695.1481699 +281,-1.137371989,-0.617634065,264,-1.353091884,0.6549276821,5102.5707939 +282,0.784356344,0.703272339,264,-1.353091884,0.6549276821,5947.6356633 +283,-1.221209947,0.218327455,264,-1.353091884,0.6549276821,1791.3187673 +284,2.347301921,-0.449114658,264,-1.353091884,0.6549276821,10403.366786 +285,0.246820618,0.830553713,264,-1.353091884,0.6549276821,4443.1467841 +286,0.829414965,0.703288228,264,-1.353091884,0.6549276821,6037.4932689 +287,-1.337537566,0.42332223,264,-1.353091884,0.6549276821,918.89735737 +288,0.882453706,0.454478077,264,-1.353091884,0.6549276821,6907.3246868 +289,1.575629659,0.416419109,264,-1.353091884,0.6549276821,8126.7402074 +290,-1.039455679,0.229888244,264,-1.353091884,0.6549276821,2015.1778422 +291,0.489558039,0.934482747,264,-1.353091884,0.6549276821,4748.9904747 +292,0.081344504,0.88384514,264,-1.353091884,0.6549276821,3965.6256479 +293,-1.547979814,0.300350308,264,-1.353091884,0.6549276821,1559.9033957 +294,0.040776181,0.168560074,264,-1.353091884,0.6549276821,5262.7460631 +295,-1.130374745,0.563894876,264,-1.353091884,0.6549276821,807.27394729 +296,1.578326642,0.478507176,264,-1.353091884,0.6549276821,7886.8379291 +297,-1.12861823,-0.291640865,264,-1.353091884,0.6549276821,3841.622717 +298,0.310524208,0.770885792,264,-1.353091884,0.6549276821,4713.5171326 +299,0.415649091,-0.387246002,264,-1.353091884,0.6549276821,7742.1163719 +300,-0.926533878,-0.188022748,264,-1.353091884,0.6549276821,3695.4941263 +301,1.258856172,-0.11716081,264,-1.353091884,0.6549276821,9586.7045955 +302,-1.126050026,0.322941926,264,-1.353091884,0.6549276821,1532.3799932 +303,2.002785835,0.07893892,264,-1.353091884,0.6549276821,9431.6015578 +304,0.440437607,0.746258085,264,-1.353091884,0.6549276821,5077.642158 +305,-0.030391866,0.214441206,264,-1.353091884,0.6549276821,4932.0945027 +306,0.521557815,-0.058929362,264,-1.353091884,0.6549276821,7316.167381 +307,-0.097005111,0.13317729,264,-1.353091884,0.6549276821,4914.1409967 +308,1.83113859,0.221857587,264,-1.353091884,0.6549276821,8967.2801944 +309,0.222428864,0.099404236,264,-1.353091884,0.6549276821,5997.1386493 +310,-1.702731345,0.8728568183,264,-1.353091884,0.6549276821,1313.6195751 +311,-0.418507569,0.278324921,264,-1.353091884,0.6549276821,3570.8533732 +312,-1.41153306,0.339029988,264,-1.353091884,0.6549276821,1267.4499627 +313,0.357560442,0.114788776,264,-1.353091884,0.6549276821,6380.6651563 +314,0.325818979,0.268352149,264,-1.353091884,0.6549276821,5908.7418841 +315,-1.246004659,-0.663679965,264,-1.353091884,0.6549276821,5237.6364304 +316,1.814603087,0.637404484,264,-1.353091884,0.6549276821,7324.0263712 +317,1.843704281,-0.18300445,264,-1.353091884,0.6549276821,10564.236019 +318,1.690644492,-0.211480909,264,-1.353091884,0.6549276821,10653.41392 +319,-1.275451936,0.068109467,264,-1.353091884,0.6549276821,2341.3834371 +320,0.762430171,-0.207594741,264,-1.353091884,0.6549276821,8423.730467 +321,0.265668905,-0.014647884,264,-1.353091884,0.6549276821,6407.9350276 +322,-2.773032013,-0.335515811,264,-1.353091884,0.6549276821,6570.9715111 +323,-1.469512853,0.174058777,264,-1.353091884,0.6549276821,1949.5164803 +324,0.286276986,0.785925691,264,-1.353091884,0.6549276821,4624.1670775 +325,-1.379324697,0.377432233,264,-1.353091884,0.6549276821,1102.8212687 +326,-1.203778265,0.212813032,264,-1.353091884,0.6549276821,1829.4417503 +327,0.579916301,0.611743168,264,-1.353091884,0.6549276821,5746.4845607 +328,0.267582642,0.868113908,264,-1.353091884,0.6549276821,4420.5694827 +329,0.412869244,-0.050245578,264,-1.353091884,0.6549276821,6955.7331128 +330,0.17524381,0.976660285,264,-1.353091884,0.6549276821,4039.2850778 +331,0.743157214,0.204812899,264,-1.353091884,0.6549276821,7286.8367509 +332,-1.070758176,0.269382282,264,-1.353091884,0.6549276821,1819.6208101 +333,-1.230364251,0.329790229,264,-1.353091884,0.6549276821,1356.111865 +334,-1.374813124,-0.024926835,264,-1.353091884,0.6549276821,2694.0819074 +335,0.519780566,0.463669906,264,-1.353091884,0.6549276821,5978.6628399 +336,-1.55108034,0.239698561,264,-1.353091884,0.6549276821,1786.7605179 +337,0.180294813,0.029739425,264,-1.353091884,0.6549276821,6032.6712824 +338,0.67820924,0.268170153,264,-1.353091884,0.6549276821,6932.614056 +339,0.445798684,1.024001867,264,-1.353091884,0.6549276821,4474.2360967 +340,0.691751283,0.150521402,264,-1.353091884,0.6549276821,7290.888637 +341,-1.036643551,-0.903056181,264,-1.353091884,0.6549276821,6267.7631092 +342,-0.120287036,1.083325163,264,-1.353091884,0.6549276821,3359.7246528 +343,2.823513113,-0.304487164,264,-1.353091884,0.6549276821,8618.8604099 +344,0.457583172,1.12513373,264,-1.353091884,0.6549276821,4291.0845734 +345,0.042918831,0.813795399,264,-1.353091884,0.6549276821,3974.3237882 +346,1.196146777,-0.853142756,264,-1.353091884,0.6549276821,10582.124425 +347,0.206001358,-0.010430701,264,-1.353091884,0.6549276821,6210.3277661 +348,-0.268308653,0.234799412,264,-1.353091884,0.6549276821,4138.8047107 +349,0.759363263,0.736189579,264,-1.353091884,0.6549276821,5801.2836285 +350,0.181363926,0.891988372,264,-1.353091884,0.6549276821,4183.6732643 +351,-0.021111158,0.139103292,264,-1.353091884,0.6549276821,5137.9841317 +352,-0.093355215,0.630686981,264,-1.353091884,0.6549276821,3890.3264316 +353,0.40118964,0.681375926,264,-1.353091884,0.6549276821,5133.8441395 +354,-0.721197315,1.304706234,264,-1.353091884,0.6549276821,2826.9445993 +355,-1.076150317,0.212107639,264,-1.353091884,0.6549276821,2009.8645817 +356,-1.577164531,0.273993443,264,-1.353091884,0.6549276821,1700.7131679 +357,-0.190788414,0.182208586,264,-1.353091884,0.6549276821,4504.2066352 +358,-0.261349752,0.209710184,264,-1.353091884,0.6549276821,4219.1206867 +359,-1.029303852,0.083549259,264,-1.353091884,0.6549276821,2548.3224799 +360,-1.268609162,0.330525297,264,-1.353091884,0.6549276821,1317.8015306 +361,1.282982244,-0.926641967,264,-1.353091884,0.6549276821,10691.643565 +362,0.217352334,0.731352408,264,-1.353091884,0.6549276821,4561.5467088 +363,-1.511833084,0.258629297,264,-1.353091884,0.6549276821,1665.8785322 +364,0.338812194,0.823184618,264,-1.353091884,0.6549276821,4671.4307161 +365,-0.324406489,1.134201999,264,-1.353091884,0.6549276821,3009.442519 +366,1.389579348,0.399185724,264,-1.353091884,0.6549276821,8011.6625693 +367,2.047152199,-0.039082036,264,-1.353091884,0.6549276821,9829.1465626 +368,0.947780369,0.568250077,264,-1.353091884,0.6549276821,6690.4762944 +369,0.763824846,0.576754987,264,-1.353091884,0.6549276821,6273.9457266 +370,-0.142334657,0.928153068,264,-1.353091884,0.6549276821,3392.7745109 +371,0.610266567,0.547265983,264,-1.353091884,0.6549276821,5992.6208637 +372,0.210731629,0.746815056,264,-1.353091884,0.6549276821,4514.5387935 +373,-1.34931644,0.316895224,264,-1.353091884,0.6549276821,1339.010715 +374,2.407696481,0.655030745,264,-1.353091884,0.6549276821,6782.7876045 +375,0.64207831,0.545359131,264,-1.353091884,0.6549276821,6076.2435222 +376,1.174597538,0.840588356,264,-1.353091884,0.6549276821,6137.2105378 +377,0.660059424,0.010604079,264,-1.353091884,0.6549276821,7566.7024459 +378,-0.730263819,0.010486456,264,-1.353091884,0.6549276821,3416.4373742 +379,0.831068936,0.512339172,264,-1.353091884,0.6549276821,6615.9467977 +380,1.301180979,0.72367476,264,-1.353091884,0.6549276821,6705.6869468 +381,1.811128231,0.322854402,264,-1.353091884,0.6549276821,8569.9340889 +382,0.435105812,0.992284428,264,-1.353091884,0.6549276821,4520.5153669 +383,0.62643634,0.592027932,264,-1.353091884,0.6549276821,5911.2989101 +384,0.492988703,-0.516339467,264,-1.353091884,0.6549276821,8242.0822983 +385,-0.162469483,0.112549365,264,-1.353091884,0.6549276821,4759.6078642 +386,0.314630866,0.472006421,264,-1.353091884,0.6549276821,5389.6123482 +387,0.166744804,0.822815954,264,-1.353091884,0.6549276821,4265.9259551 +388,0.417159608,0.965805736,264,-1.353091884,0.6549276821,4541.5583987 +389,0.106334961,0.868774244,264,-1.353091884,0.6549276821,4046.6017777 +390,0.815086969,-0.338144359,264,-1.353091884,0.6549276821,8885.4686218 +391,0.59867455,-0.230624824,264,-1.353091884,0.6549276821,7966.3995102 +392,1.915104874,0.066220985,264,-1.353091884,0.6549276821,9549.5857449 +393,1.278093622,0.064463721,264,-1.353091884,0.6549276821,9031.6238133 +394,-0.061477853,0.302997961,264,-1.353091884,0.6549276821,4633.5518592 +395,0.251311504,0.626976942,264,-1.353091884,0.6549276821,4865.5479832 +396,2.950242872,0.149095644,264,-1.353091884,0.6549276821,7106.4924969 +397,-0.180294708,0.35375117,264,-1.353091884,0.6549276821,4150.9047156 +398,1.010448592,-0.351180233,264,-1.353091884,0.6549276821,9521.4944161 +399,-1.748740498,0.3686318073,264,-1.353091884,0.6549276821,1766.9383333 +400,2.699635665,0.123533791,264,-1.353091884,0.6549276821,7883.4971915 +401,0.496808033,0.823843254,264,-1.353091884,0.6549276821,5021.3002097 +402,0.129574704,0.763364087,264,-1.353091884,0.6549276821,4276.9249464 +403,1.798920311,0.817447563,264,-1.353091884,0.6549276821,6611.6529334 +404,0.335987953,0.746786541,264,-1.353091884,0.6549276821,4826.4154746 +405,-1.085413643,0.292154671,264,-1.353091884,0.6549276821,1713.6188088 +406,-0.155321003,0.508207011,264,-1.353091884,0.6549276821,3920.4035343 +407,0.620529244,-0.301175104,264,-1.353091884,0.6549276821,8194.1803891 +408,1.684402744,0.368716966,264,-1.353091884,0.6549276821,8370.6441381 +409,0.300582244,-0.386397212,264,-1.353091884,0.6549276821,7388.8314261 +410,2.913555946,-0.009225192,264,-1.353091884,0.6549276821,7627.8141345 +411,1.465101417,0.493232532,264,-1.353091884,0.6549276821,7740.0475584 +412,0.090612882,0.907955955,264,-1.353091884,0.6549276821,3953.0907495 +413,2.987564726,-0.729568594,264,-1.353091884,0.6549276821,8874.5742897 +414,-1.484261606,0.224149272,264,-1.353091884,0.6549276821,1768.2703932 +415,0.164073421,0.303955133,264,-1.353091884,0.6549276821,5331.6714503 +416,0.141441293,0.167552546,264,-1.353091884,0.6549276821,5580.779013 +417,2.931321023,-0.506718887,264,-1.353091884,0.6549276821,8689.2639312 +418,2.21951565,0.700596356,264,-1.353091884,0.6549276821,6851.053385 +419,0.268112576,1.199114336,264,-1.353091884,0.6549276821,3900.9448269 +420,0.978913739,0.359223811,264,-1.353091884,0.6549276821,7420.6130232 +421,1.210898818,0.522863584,264,-1.353091884,0.6549276821,7310.9903732 +422,2.347397336,0.129231362,264,-1.353091884,0.6549276821,8713.2755938 +423,0.614394501,0.556878345,264,-1.353091884,0.6549276821,5976.9507036 +424,-1.398079356,0.148483366,264,-1.353091884,0.6549276821,2012.4967513 +425,2.535303836,-0.112984496,264,-1.353091884,0.6549276821,9008.9707684 +426,-1.019372593,-0.405322349,264,-1.353091884,0.6549276821,4379.9621045 +427,-1.297785627,-0.160104069,264,-1.353091884,0.6549276821,3234.8514916 +428,2.144554488,0.205051084,264,-1.353091884,0.6549276821,8789.4454872 +429,-2.242387083,-0.426171285,264,-1.353091884,0.6549276821,5411.6770798 +430,0.338637212,0.909723676,264,-1.353091884,0.6549276821,4496.1276959 +431,-0.148798452,0.691042401,264,-1.353091884,0.6549276821,3637.1955064 +432,0.893524764,0.441829531,264,-1.353091884,0.6549276821,6971.1290934 +433,0.969229347,-0.368847936,264,-1.353091884,0.6549276821,9432.5581751 +434,0.436043248,0.800045688,264,-1.353091884,0.6549276821,4943.0736981 +435,1.687946607,1.081504775,264,-1.353091884,0.6549276821,5558.276687 +436,0.522302046,-0.034889271,264,-1.353091884,0.6549276821,7259.4803822 +437,-0.178996113,-0.438090009,264,-1.353091884,0.6549276821,6146.2376761 +438,-1.094339566,0.301444068,264,-1.353091884,0.6549276821,1664.8629051 +439,-1.064070054,0.242569932,264,-1.353091884,0.6549276821,1924.7218941 +440,-1.068153768,0.230387998,264,-1.353091884,0.6549276821,1959.6404733 +441,-3.00496892,-0.23989155,264,-1.353091884,0.6549276821,7048.2905005 +442,0.21751974,0.766874888,264,-1.353091884,0.6549276821,4493.0180303 +443,0.117229532,0.007619006,264,-1.353091884,0.6549276821,5888.0515133 +444,0.777758451,0.420554741,264,-1.353091884,0.6549276821,6762.0041314 +445,-0.252356999,0.250747086,264,-1.353091884,0.6549276821,4151.9498692 +446,0.363148444,0.768483434,264,-1.353091884,0.6549276821,4844.7841535 +447,0.903191366,-0.118210676,264,-1.353091884,0.6549276821,8626.2123046 +448,-0.205755923,0.149406178,264,-1.353091884,0.6549276821,4535.8488867 +449,1.811996086,0.02364353,264,-1.353091884,0.6549276821,9754.6472706 +450,-1.100670221,0.314845373,264,-1.353091884,0.6549276821,1606.9421131 +451,0.340078597,0.850105132,264,-1.353091884,0.6549276821,4618.8257411 +452,0.258757267,0.804969236,264,-1.353091884,0.6549276821,4520.3746063 +453,2.78505352,-0.155160804,264,-1.353091884,0.6549276821,8386.8973048 +454,0.800551619,0.105822106,264,-1.353091884,0.6549276821,7722.0804837 +455,0.437940882,-0.506194031,264,-1.353091884,0.6549276821,8056.8494685 +456,2.230431122,0.63458615,264,-1.353091884,0.6549276821,7085.2200024 +457,0.527965361,0.127667701,264,-1.353091884,0.6549276821,6868.9131103 +458,-0.063643205,0.702093448,264,-1.353091884,0.6549276821,3860.4274677 +459,1.408447268,0.133010502,264,-1.353091884,0.6549276821,9020.5870542 +460,0.523795955,0.280266966,264,-1.353091884,0.6549276821,6464.3931186 +461,-0.975769313,0.072177659,264,-1.353091884,0.6549276821,2682.5354329 +462,0.549774164,-0.463663986,264,-1.353091884,0.6549276821,8312.6516773 +463,0.29245874,1.095549818,264,-1.353091884,0.6549276821,4081.3066294 +464,0.143625958,0.816809593,264,-1.353091884,0.6549276821,4219.8623516 +465,0.671902494,0.611159853,264,-1.353091884,0.6549276821,5966.1114372 +466,1.239840988,0.6724199,264,-1.353091884,0.6549276821,6818.2620393 +467,0.607829703,-0.10932137,264,-1.353091884,0.6549276821,7707.2928421 +468,1.763020906,0.263996692,264,-1.353091884,0.6549276821,8802.7509294 +469,0.378714634,0.726066797,264,-1.353091884,0.6549276821,4976.2551739 +470,2.196736143,-0.153862366,264,-1.353091884,0.6549276821,9979.7830147 +471,0.01702415,0.148991565,264,-1.353091884,0.6549276821,5234.322935 +472,-2.998490902,-0.158002487,264,-1.353091884,0.6549276821,6835.218503 +473,-3.051262951,-0.346595608,264,-1.353091884,0.6549276821,7435.7338305 +474,-1.069176439,0.182802941,264,-1.353091884,0.6549276821,2126.010056 +475,0.167157509,0.595344954,264,-1.353091884,0.6549276821,4700.3618992 +476,0.613855648,0.681746124,264,-1.353091884,0.6549276821,5640.7405237 +477,1.037012736,0.682555367,264,-1.353091884,0.6549276821,6481.3815206 +478,-1.253574971,0.379755746,264,-1.353091884,0.6549276821,1141.8803619 +479,3.108590453,-0.132620738,264,-1.353091884,0.6549276821,7327.7758023 +480,0.565301296,0.022333262,264,-1.353091884,0.6549276821,7249.359321 +481,0.547898238,0.855555614,264,-1.353091884,0.6549276821,5051.5261707 +482,0.948309381,0.417393755,264,-1.353091884,0.6549276821,7169.2609561 +483,-0.050600732,0.945269213,264,-1.353091884,0.6549276821,3588.7813051 +484,-0.977651478,-0.572363064,264,-1.353091884,0.6549276821,5055.0333647 +485,1.102014914,0.728861163,264,-1.353091884,0.6549276821,6427.6340428 +486,2.927300795,-0.282939414,264,-1.353091884,0.6549276821,8245.3206265 +487,-1.154565557,0.124434095,264,-1.353091884,0.6549276821,2219.3148755 +488,1.855331234,0.291044755,264,-1.353091884,0.6549276821,8688.5752478 +489,0.830290659,0.276904518,264,-1.353091884,0.6549276821,7313.594982 +490,0.485104466,-0.234867441,264,-1.353091884,0.6549276821,7619.4542461 +491,0.521367572,-0.33161327,264,-1.353091884,0.6549276821,7949.8635236 +1,-1.539031704,0.7349710123,265,-1.333236659,0.6413584414,729.7194042 +2,-1.536990553,0.7349663874,265,-1.333236659,0.6413584414,724.3567727 +3,-1.534951779,0.7349571355,265,-1.333236659,0.6413584414,719.00559668 +4,-1.532906461,0.7349480293,265,-1.333236659,0.6413584414,713.65137338 +5,-1.531320211,0.7346937278,265,-1.333236659,0.6413584414,709.05326682 +6,-1.539451648,0.7335131775,265,-1.333236659,0.6413584414,728.25689909 +7,-1.537429487,0.7335445708,265,-1.333236659,0.6413584414,722.97930403 +8,-1.535484998,0.7335658704,265,-1.333236659,0.6413584414,717.9020951 +9,-1.533488396,0.7336036027,265,-1.333236659,0.6413584414,712.73115228 +10,-1.531497785,0.7335842962,265,-1.333236659,0.6413584414,707.48693486 +11,-1.530259379,0.7334777758,265,-1.333236659,0.6413584414,704.058064 +12,-1.5335454,0.7322346912,265,-1.333236659,0.6413584414,710.43145072 +13,-1.531489083,0.7322238773,265,-1.333236659,0.6413584414,705.00565187 +14,-1.530011122,0.7321679851,265,-1.333236659,0.6413584414,701.02749961 +15,-1.53348106,0.7306614094,265,-1.333236659,0.6413584414,707.48688124 +16,-1.531441779,0.7306962275,265,-1.333236659,0.6413584414,702.1586485 +17,-1.529755654,0.7306933243,265,-1.333236659,0.6413584414,697.70799866 +18,-1.533415048,0.7291384674,265,-1.333236659,0.6413584414,704.66653803 +19,-1.531392093,0.7291705353,265,-1.333236659,0.6413584414,699.34876287 +20,-1.529296523,0.7291214933,265,-1.333236659,0.6413584414,693.71054241 +21,-1.535280942,0.727267644,265,-1.333236659,0.6413584414,706.47175734 +22,-1.533378158,0.7276139666,265,-1.333236659,0.6413584414,701.96104709 +23,-1.531340368,0.7276446587,265,-1.333236659,0.6413584414,696.57346197 +24,-1.528960113,0.7276398177,265,-1.333236659,0.6413584414,690.22797033 +25,-1.533313146,0.7260818349,265,-1.333236659,0.6413584414,699.20827169 +26,-1.531259555,0.7260958115,265,-1.333236659,0.6413584414,693.72222438 +27,-1.528926415,0.7260865555,265,-1.333236659,0.6413584414,687.46299423 +28,-1.531226779,0.7245511789,265,-1.333236659,0.6413584414,691.04911358 +29,-1.528904772,0.7245519194,265,-1.333236659,0.6413584414,684.80512628 +30,-1.547195875,0.7409785979,265,-1.333236659,0.6413584414,761.8184528 +31,-1.5451475,0.740980426,265,-1.333236659,0.6413584414,756.50022025 +32,-1.543097679,0.7409798872,265,-1.333236659,0.6413584414,751.18767372 +33,-1.540720364,0.7409892687,265,-1.333236659,0.6413584414,745.06256125 +34,-1.547188511,0.7395198392,265,-1.333236659,0.6413584414,759.18279625 +35,-1.545148587,0.7395226109,265,-1.333236659,0.6413584414,753.8629103 +36,-1.543104538,0.7395314908,265,-1.333236659,0.6413584414,748.55685665 +37,-1.540727751,0.7395306258,265,-1.333236659,0.6413584414,742.38416151 +38,-1.547187029,0.7380014886,265,-1.333236659,0.6413584414,756.49232276 +39,-1.545147315,0.7380012252,265,-1.333236659,0.6413584414,751.14130978 +40,-1.54310719,0.7380060743,265,-1.333236659,0.6413584414,745.81147615 +41,-1.540719671,0.7380068206,265,-1.333236659,0.6413584414,739.58239838 +42,-1.547187189,0.7364799098,265,-1.333236659,0.6413584414,753.8384898 +43,-1.545149996,0.7364853874,265,-1.333236659,0.6413584414,748.4779667 +44,-1.543106091,0.7364823484,265,-1.333236659,0.6413584414,743.0977719 +45,-1.540717158,0.7364893901,265,-1.333236659,0.6413584414,736.84488532 +46,-1.538663972,0.7410138672,265,-1.333236659,0.6413584414,739.81121056 +47,-1.53695285,0.7409699132,265,-1.333236659,0.6413584414,735.33148115 +48,-1.534910498,0.7409641297,265,-1.333236659,0.6413584414,730.08581917 +49,-1.533145034,0.7409536636,265,-1.333236659,0.6413584414,725.55286599 +50,-1.538681336,0.7395405883,265,-1.333236659,0.6413584414,737.10452857 +51,-1.536999189,0.7395183096,265,-1.333236659,0.6413584414,732.71876128 +52,-1.534923633,0.7395144222,265,-1.333236659,0.6413584414,727.36463101 +53,-1.533267822,0.7395654306,265,-1.333236659,0.6413584414,723.20724217 +54,-1.53867273,0.7380151077,265,-1.333236659,0.6413584414,734.2708953 +55,-1.536980576,0.7379994392,265,-1.333236659,0.6413584414,729.84936385 +56,-1.534931522,0.7379944961,265,-1.333236659,0.6413584414,724.53399202 +57,-1.533387952,0.7379480264,265,-1.333236659,0.6413584414,720.45928825 +58,-1.538682279,0.7364914363,265,-1.333236659,0.6413584414,731.52637819 +59,-1.536980704,0.7364810563,265,-1.333236659,0.6413584414,727.0675957 +60,-1.534935567,0.7364752065,265,-1.333236659,0.6413584414,721.73326878 +61,-1.533042592,0.7363876366,265,-1.333236659,0.6413584414,716.65620927 +62,-1.545143426,0.7349628011,265,-1.333236659,0.6413584414,745.81689794 +63,-1.543105297,0.7349691947,265,-1.333236659,0.6413584414,740.44206102 +64,-1.541064533,0.7349647152,265,-1.333236659,0.6413584414,735.05423237 +65,-1.545411803,0.7334624714,265,-1.333236659,0.6413584414,743.96352711 +66,-1.543446606,0.7334780896,265,-1.333236659,0.6413584414,738.7703037 +67,-1.541475327,0.7334957295,265,-1.333236659,0.6413584414,733.57665895 +68,-1.545401939,0.731963266,265,-1.333236659,0.6413584414,741.41383791 +69,-1.54342253,0.7319915583,265,-1.333236659,0.6413584414,736.17899451 +70,-1.541455867,0.7320216438,265,-1.333236659,0.6413584414,730.99363816 +71,-1.545410146,0.7304422281,265,-1.333236659,0.6413584414,738.91515786 +72,-1.543435491,0.7304713664,265,-1.333236659,0.6413584414,733.66845462 +73,-1.541463105,0.7304997613,265,-1.333236659,0.6413584414,728.4388105 +74,-1.545414768,0.7289194936,265,-1.333236659,0.6413584414,736.44445869 +75,-1.543435774,0.7289538557,265,-1.333236659,0.6413584414,731.16877114 +76,-1.541457714,0.7289765881,265,-1.333236659,0.6413584414,725.88859109 +77,-1.539449415,0.7320555866,265,-1.333236659,0.6413584414,725.7220739 +78,-1.537429183,0.7321097681,265,-1.333236659,0.6413584414,720.46291254 +79,-1.535472649,0.7321497267,265,-1.333236659,0.6413584414,715.36174418 +80,-1.539457899,0.7305333307,265,-1.333236659,0.6413584414,723.14289134 +81,-1.537453161,0.7305750503,265,-1.333236659,0.6413584414,717.87552022 +82,-1.535479385,0.7306124949,265,-1.333236659,0.6413584414,712.69681566 +83,-1.53946905,0.7290102593,265,-1.333236659,0.6413584414,720.61031768 +84,-1.537459922,0.7290417293,265,-1.333236659,0.6413584414,715.28648329 +85,-1.535451349,0.7290890157,265,-1.333236659,0.6413584414,710.00441823 +86,-1.535522937,0.7279887191,265,-1.333236659,0.6413584414,708.33087486 +87,-1.539442524,0.7274735939,265,-1.333236659,0.6413584414,717.99536379 +88,-1.537424111,0.727521351,265,-1.333236659,0.6413584414,712.64651468 +89,-1.539384641,0.7259505092,265,-1.333236659,0.6413584414,715.35909147 +90,-1.537372391,0.7259947145,265,-1.333236659,0.6413584414,709.99396083 +91,-1.535340789,0.7260435356,265,-1.333236659,0.6413584414,704.59759319 +92,-1.539325716,0.7244369706,265,-1.333236659,0.6413584414,712.7756235 +93,-1.537308932,0.7244801057,265,-1.333236659,0.6413584414,707.36984025 +94,-1.535289068,0.7245247645,265,-1.333236659,0.6413584414,701.97117456 +95,-1.533261366,0.7245550236,265,-1.333236659,0.6413584414,696.54108384 +96,-1.539267302,0.722921924,265,-1.333236659,0.6413584414,710.23157522 +97,-1.537248972,0.7229660258,265,-1.333236659,0.6413584414,704.79653359 +98,-1.535219431,0.7229916471,265,-1.333236659,0.6413584414,699.31425516 +99,-1.53318962,0.7230212049,265,-1.333236659,0.6413584414,693.85011 +100,-1.531154816,0.7230299897,265,-1.333236659,0.6413584414,688.35151127 +101,-1.528878341,0.7230370244,265,-1.333236659,0.6413584414,682.21015835 +102,-1.539218189,0.7214009878,265,-1.333236659,0.6413584414,707.74491848 +103,-1.537198791,0.7214422745,265,-1.333236659,0.6413584414,702.27594712 +104,-1.535179266,0.7214634354,265,-1.333236659,0.6413584414,696.78742663 +105,-1.533156501,0.7214944644,265,-1.333236659,0.6413584414,691.31765515 +106,-1.53113574,0.7215166021,265,-1.333236659,0.6413584414,685.85169022 +107,-1.528874248,0.7215345535,265,-1.333236659,0.6413584414,679.73841849 +108,-1.539217656,0.7198512397,265,-1.333236659,0.6413584414,705.39067496 +109,-1.537199919,0.7199428763,265,-1.333236659,0.6413584414,699.9756887 +110,-1.545425832,0.727397149,265,-1.333236659,0.6413584414,734.03264233 +111,-1.543371177,0.7273916949,265,-1.333236659,0.6413584414,728.46242829 +112,-1.541368852,0.7274523163,265,-1.333236659,0.6413584414,723.15220872 +113,-1.545349067,0.7258710923,265,-1.333236659,0.6413584414,731.41730245 +114,-1.54332671,0.7258603556,265,-1.333236659,0.6413584414,725.90121796 +115,-1.541346831,0.7259242142,265,-1.333236659,0.6413584414,720.6300825 +116,-1.545324355,0.7243383958,265,-1.333236659,0.6413584414,728.97387215 +117,-1.543292796,0.7243617413,265,-1.333236659,0.6413584414,723.46065626 +118,-1.541295822,0.7244024384,265,-1.333236659,0.6413584414,718.08048482 +119,-1.543193859,0.7205570215,265,-1.333236659,0.6413584414,717.40933809 +120,-1.550257047,0.7386738187,265,-1.333236659,0.6413584414,765.73734727 +121,-1.549335448,0.7311736483,265,-1.333236659,0.6413584414,750.65687031 +122,-1.533478843,0.7179891343,265,-1.333236659,0.6413584414,686.76486358 +123,-1.556150555,0.738907041,265,-1.333236659,0.6413584414,781.68439698 +124,-1.554324226,0.733414257,265,-1.333236659,0.6413584414,767.69806084 +125,-1.554290846,0.7288285332,265,-1.333236659,0.6413584414,760.34746506 +126,-1.55122487,0.7219795312,265,-1.333236659,0.6413584414,741.68762054 +127,-1.525104458,0.7229399862,265,-1.333236659,0.6413584414,671.88165815 +128,-1.519607711,0.7236181429,265,-1.333236659,0.6413584414,658.33364027 +129,-1.513899999,0.7251107854,265,-1.333236659,0.6413584414,645.89622153 +130,-1.536620762,0.7431061895,265,-1.333236659,0.6413584414,738.56883645 +131,-1.5369566,0.7460845958,265,-1.333236659,0.6413584414,745.2385841 +132,-1.545345528,0.7447040685,265,-1.333236659,0.6413584414,763.90631647 +133,-1.532813921,0.7432306626,265,-1.333236659,0.6413584414,729.14656666 +134,-1.554788248,0.7382381001,265,-1.333236659,0.6413584414,776.94372416 +135,-1.540348126,0.7301594274,265,-1.333236659,0.6413584414,724.88758551 +136,-1.538016084,0.7239051786,265,-1.333236659,0.6413584414,708.37137517 +137,-1.525288962,0.7258085137,265,-1.333236659,0.6413584414,677.28050149 +138,-1.534326986,0.731241342,265,-1.333236659,0.6413584414,710.74021859 +139,-1.530733872,0.7303625216,265,-1.333236659,0.6413584414,699.69967633 +141,-1.534354939,0.7328219978,265,-1.333236659,0.6413584414,713.60624874 +142,-1.53157084,0.7292888153,265,-1.333236659,0.6413584414,700.02898822 +143,-1.525691035,0.7263799874,265,-1.333236659,0.6413584414,679.344457 +144,-1.534031287,0.7495967835,265,-1.333236659,0.6413584414,745.00654411 +145,-1.527714986,0.7283095957,265,-1.333236659,0.6413584414,688.09483484 +146,-1.526189586,0.7271468292,265,-1.333236659,0.6413584414,682.00898944 +147,-1.555177336,0.7375563366,265,-1.333236659,0.6413584414,776.82211208 +148,-1.555080283,0.7312707794,265,-1.333236659,0.6413584414,766.30345859 +149,-1.53856994,0.7224180299,265,-1.333236659,0.6413584414,707.54149592 +150,-1.530837883,0.729933372,265,-1.333236659,0.6413584414,699.21702384 +151,-1.515066984,0.5854133365,265,-1.333236659,0.6413584414,628.81445053 +152,-1.534731633,0.5368370046,265,-1.333236659,0.6413584414,781.25425931 +153,-1.515231902,0.5607085576,265,-1.333236659,0.6413584414,674.3629333 +154,-2.616253799,1.0684566605,265,-1.333236659,0.6413584414,3502.5098776 +155,-1.956071439,0.5792177723,265,-1.333236659,0.6413584414,2024.9087587 +156,-1.951208514,0.5602434208,265,-1.333236659,0.6413584414,2032.8192993 +157,-1.944675062,0.6062144545,265,-1.333236659,0.6413584414,1959.7926197 +158,-1.613778386,0.6077989518,265,-1.333236659,0.6413584414,910.07322539 +159,-2.035029014,0.6021432345,265,-1.333236659,0.6413584414,2248.3656688 +160,-2.114989471,0.6801825058,265,-1.333236659,0.6413584414,2424.9137746 +161,-2.037382079,0.5765830025,265,-1.333236659,0.6413584414,2285.2320024 +162,-2.129855121,0.6585019963,265,-1.333236659,0.6413584414,2487.6859497 +163,-2.075141798,0.6493615843,265,-1.333236659,0.6413584414,2327.735349 +164,-1.828626729,0.6948433129,265,-1.333236659,0.6413584414,1548.2609689 +165,-1.863329418,0.6735427691,265,-1.333236659,0.6413584414,1659.3374852 +166,-1.266037071,0.727988852,265,-1.333236659,0.6413584414,400.21797405 +167,-1.277579582,0.7249010648,265,-1.333236659,0.6413584414,372.40537908 +168,-1.258418684,0.7241194816,265,-1.333236659,0.6413584414,400.28676861 +169,-1.317813974,0.6804850104,265,-1.333236659,0.6413584414,162.307584 +170,-1.344165204,0.6790988904,265,-1.333236659,0.6413584414,153.34885689 +171,-1.427582102,0.5277120351,265,-1.333236659,0.6413584414,547.26919084 +172,-1.402238616,0.457167829,265,-1.333236659,0.6413584414,765.69908281 +173,-1.422454264,0.4996161999,265,-1.333236659,0.6413584414,635.08298441 +174,-1.439089277,0.4894859811,265,-1.333236659,0.6413584414,697.60369636 +175,-1.448126995,0.5182330266,265,-1.333236659,0.6413584414,618.3229914 +176,-1.474626146,0.5881926574,265,-1.333236659,0.6413584414,503.40472551 +177,-1.421139645,0.5584869783,265,-1.333236659,0.6413584414,436.12993842 +178,-1.457037165,0.565943032,265,-1.333236659,0.6413584414,501.95672926 +179,-2.757159358,0.3745319,265,-1.333236659,0.6413584414,4898.1710953 +180,-2.714309238,0.342054471,265,-1.333236659,0.6413584414,4834.9897801 +181,-2.000525337,0.774119946,265,-1.333236659,0.6413584414,2055.8488189 +183,-1.571413436,0.6777838382,265,-1.333236659,0.6413584414,758.60834947 +184,-1.552860289,0.6987663893,265,-1.333236659,0.6413584414,717.99485958 +185,-1.521852374,0.7165827476,265,-1.333236659,0.6413584414,652.65349262 +186,-1.503656267,0.6928968252,265,-1.333236659,0.6413584414,567.85616367 +187,-1.502753178,0.7136205882,265,-1.333236659,0.6413584414,595.83495383 +188,-1.631894563,0.7343596465,265,-1.333236659,0.6413584414,983.22346017 +189,-1.653765416,0.6770714026,265,-1.333236659,0.6413584414,1011.7630636 +190,-1.719812114,0.6715965947,265,-1.333236659,0.6413584414,1215.9022534 +191,-1.493406659,0.6646955447,265,-1.333236659,0.6413584414,512.07929401 +192,-1.469120564,0.6613469966,265,-1.333236659,0.6413584414,435.16257127 +193,-1.590551461,0.5326612937,265,-1.333236659,0.6413584414,950.06796773 +194,-1.625979264,0.5247742243,265,-1.333236659,0.6413584414,1070.3861751 +195,-1.572293943,0.5238808754,265,-1.333236659,0.6413584414,916.05560174 +196,-1.610848725,0.5477107964,265,-1.333236659,0.6413584414,981.97806796 +197,-1.208485554,0.7918526018,265,-1.333236659,0.6413584414,702.30882749 +198,-1.335601374,0.6869083083,265,-1.333236659,0.6413584414,180.57364811 +199,-1.346156996,0.6825213377,265,-1.333236659,0.6413584414,167.96743634 +200,-1.324381037,0.6741422347,265,-1.333236659,0.6413584414,132.78969686 +201,-1.242424992,0.7378949807,265,-1.333236659,0.6413584414,472.2519358 +202,-1.270370057,0.7392461008,265,-1.333236659,0.6413584414,432.55940034 +203,-1.448950472,0.7441675014,265,-1.333236659,0.6413584414,538.3577276 +204,-1.492662363,0.7523026852,265,-1.333236659,0.6413584414,653.21191727 +205,-1.479098966,0.7763855017,265,-1.333236659,0.6413584414,690.88526122 +206,-1.633760714,0.7869022408,265,-1.333236659,0.6413584414,1064.9961926 +207,-1.647406434,0.8101289331,265,-1.333236659,0.6413584414,1141.6106759 +208,-1.564245052,0.5701509278,265,-1.333236659,0.6413584414,802.48454387 +209,-1.646289963,0.6833746083,265,-1.333236659,0.6413584414,990.15614836 +210,-1.5820631,0.6751952144,265,-1.333236659,0.6413584414,790.2467684 +211,-1.613236298,0.6681681791,265,-1.333236659,0.6413584414,884.96325868 +212,-1.914661867,0.8212566515,265,-1.333236659,0.6413584414,1838.8964407 +213,-1.742133237,0.7250275956,265,-1.333236659,0.6413584414,1294.6477673 +214,-2.033144872,0.6557314699,265,-1.333236659,0.6413584414,2193.1983925 +215,-2.039551981,0.6964723658,265,-1.333236659,0.6413584414,2186.8576219 +216,-1.247341019,0.7622473908,265,-1.333236659,0.6413584414,544.53992813 +217,-1.298239787,0.7084123392,265,-1.333236659,0.6413584414,286.78359832 +218,-1.308539688,0.6926545592,265,-1.333236659,0.6413584414,217.22599924 +219,-1.303263185,0.6888938396,265,-1.333236659,0.6413584414,210.17646768 +220,-1.852400229,0.6004246149,265,-1.333236659,0.6413584414,1673.7086152 +221,-1.288947707,0.7473773692,265,-1.333236659,0.6413584414,440.98791647 +222,-1.372031502,0.7472790993,265,-1.333236659,0.6413584414,435.80757745 +223,-1.289805721,0.7242157877,265,-1.333236659,0.6413584414,354.25264543 +224,-1.350807603,0.7533498126,265,-1.333236659,0.6413584414,446.78407259 +225,-1.329290365,0.7560442322,265,-1.333236659,0.6413584414,454.42751629 +226,-1.410153004,0.616936428,265,-1.333236659,0.6413584414,264.61035994 +227,-1.393445434,0.6308995063,265,-1.333236659,0.6413584414,196.24923074 +228,-1.37595573,0.6241540638,265,-1.333236659,0.6413584414,152.51459213 +229,-1.358388707,0.6172645205,265,-1.333236659,0.6413584414,124.87637947 +230,-1.753741133,0.8281661666,265,-1.333236659,0.6413584414,1431.5605164 +231,-1.47430987,0.6834615681,265,-1.333236659,0.6413584414,470.90315086 +232,-1.421012508,0.7222725206,265,-1.333236659,0.6413584414,418.87503625 +233,-1.4476833,0.6978557868,265,-1.333236659,0.6413584414,419.83842042 +234,-1.470370723,0.6966193374,265,-1.333236659,0.6413584414,478.78367025 +235,-1.429211703,0.7037216883,265,-1.333236659,0.6413584414,386.44726678 +236,-1.700578405,0.6178673663,265,-1.333236659,0.6413584414,1177.3453277 +237,-1.678117619,0.6331716163,265,-1.333236659,0.6413584414,1096.4801208 +238,-1.725644578,0.6316331145,265,-1.333236659,0.6413584414,1247.6868012 +239,-2.14012759,0.7930497945,265,-1.333236659,0.6413584414,2446.7668564 +240,-2.103289431,0.7653606263,265,-1.333236659,0.6413584414,2348.6440639 +241,-1.318739838,0.7017808746,265,-1.333236659,0.6413584414,243.51456339 +242,-1.396417427,0.7077900843,265,-1.333236659,0.6413584414,327.70931497 +243,-1.35650337,0.7185539404,265,-1.333236659,0.6413584414,314.04474126 +244,-1.248884539,0.7274156818,265,-1.333236659,0.6413584414,427.86894454 +245,-1.395014798,0.5761185243,265,-1.333236659,0.6413584414,327.1675016 +246,-1.433377362,0.6064716109,265,-1.333236659,0.6413584414,350.25068342 +247,-1.408172432,0.5903155476,265,-1.333236659,0.6413584414,315.50173466 +248,-1.749645898,0.7757118084,265,-1.333236659,0.6413584414,1354.4413433 +249,-1.571626686,0.615046989,265,-1.333236659,0.6413584414,770.38709862 +250,-1.514070049,0.6303003037,265,-1.333236659,0.6413584414,577.68277299 +251,-1.480890369,0.6237966528,265,-1.333236659,0.6413584414,476.62800498 +252,-1.704390658,0.5281680612,265,-1.333236659,0.6413584414,1301.8222772 +253,-1.64434733,0.5254277498,265,-1.333236659,0.6413584414,1123.966968 +254,-1.703855997,0.4792484842,265,-1.333236659,0.6413584414,1395.0940964 +255,-1.692002383,0.5748825051,265,-1.333236659,0.6413584414,1193.1363203 +256,-1.854136457,0.5544643913,265,-1.333236659,0.6413584414,1732.3571986 +257,-1.665021206,0.520317736,265,-1.333236659,0.6413584414,1195.9128237 +258,-1.733654349,0.4845187345,265,-1.333236659,0.6413584414,1473.0987827 +259,-1.720938188,0.5135933906,265,-1.333236659,0.6413584414,1378.4945946 +260,-1.742668307,0.553296122,265,-1.333236659,0.6413584414,1381.6589145 +261,-1.965659039,0.7142126903,265,-1.333236659,0.6413584414,1958.3428533 +262,-1.944438071,0.6772834804,265,-1.333236659,0.6413584414,1907.1574107 +263,-1.270340967,0.7681487096,265,-1.333236659,0.6413584414,536.73038991 +264,-1.353091884,0.6549276821,265,-1.333236659,0.6413584414,82.580802648 +265,-1.333236659,0.6413584414,265,-1.333236659,0.6413584414,25.006427254 +266,-1.352015998,0.6753788907,265,-1.333236659,0.6413584414,147.03684057 +267,-1.377988483,0.6577816235,265,-1.333236659,0.6413584414,155.42175078 +268,-2.13075611,0.8318642051,265,-1.333236659,0.6413584414,2419.3658681 +269,-2.097910953,0.8259670014,265,-1.333236659,0.6413584414,2330.8631379 +270,-1.416382069,0.6694271549,265,-1.333236659,0.6413584414,283.74050924 +271,-1.538905672,0.7535625993,265,-1.333236659,0.6413584414,765.23169072 +272,-1.572309477,0.7803125099,265,-1.333236659,0.6413584414,902.33333566 +273,-1.87759879,0.7503853417,265,-1.333236659,0.6413584414,1699.5831338 +274,1.152365588,0.590457682,265,-1.333236659,0.6413584414,6996.7689365 +275,0.350198001,0.718001859,265,-1.333236659,0.6413584414,4907.5591223 +276,0.046513677,0.491503852,265,-1.333236659,0.6413584414,4520.296627 +277,0.027510309,0.742571376,265,-1.333236659,0.6413584414,4020.3228208 +278,0.306285725,-0.214631579,265,-1.333236659,0.6413584414,6943.6050482 +279,-1.100564889,0.318051531,265,-1.333236659,0.6413584414,1515.6458744 +280,-1.078582306,0.301437596,265,-1.333236659,0.6413584414,1614.2006822 +281,-1.137371989,-0.617634065,265,-1.333236659,0.6413584414,5038.7415867 +282,0.784356344,0.703272339,265,-1.333236659,0.6413584414,5947.825079 +283,-1.221209947,0.218327455,265,-1.333236659,0.6413584414,1722.3277301 +284,2.347301921,-0.449114658,265,-1.333236659,0.6413584414,10477.250886 +285,0.246820618,0.830553713,265,-1.333236659,0.6413584414,4431.7903333 +286,0.829414965,0.703288228,265,-1.333236659,0.6413584414,6039.7980376 +287,-1.337537566,0.42332223,265,-1.333236659,0.6413584414,863.76515177 +288,0.882453706,0.454478077,265,-1.333236659,0.6413584414,6899.0881837 +289,1.575629659,0.416419109,265,-1.333236659,0.6413584414,8164.7364946 +290,-1.039455679,0.229888244,265,-1.333236659,0.6413584414,1934.3674223 +291,0.489558039,0.934482747,265,-1.333236659,0.6413584414,4752.7140561 +292,0.081344504,0.88384514,265,-1.333236659,0.6413584414,3954.6841323 +293,-1.547979814,0.300350308,265,-1.333236659,0.6413584414,1545.5369755 +294,0.040776181,0.168560074,265,-1.333236659,0.6413584414,5201.3539144 +295,-1.130374745,0.563894876,265,-1.333236659,0.6413584414,728.94887803 +296,1.578326642,0.478507176,265,-1.333236659,0.6413584414,7926.0132296 +297,-1.12861823,-0.291640865,265,-1.333236659,0.6413584414,3773.9742663 +298,0.310524208,0.770885792,265,-1.333236659,0.6413584414,4699.4669856 +299,0.415649091,-0.387246002,265,-1.333236659,0.6413584414,7669.4829247 +300,-0.926533878,-0.188022748,265,-1.333236659,0.6413584414,3617.6486248 +301,1.258856172,-0.11716081,265,-1.333236659,0.6413584414,9572.5701212 +302,-1.126050026,0.322941926,265,-1.333236659,0.6413584414,1452.8746763 +303,2.002785835,0.07893892,265,-1.333236659,0.6413584414,9501.507468 +304,0.440437607,0.746258085,265,-1.333236659,0.6413584414,5066.2934231 +305,-0.030391866,0.214441206,265,-1.333236659,0.6413584414,4870.4993251 +306,0.521557815,-0.058929362,265,-1.333236659,0.6413584414,7261.1415863 +307,-0.097005111,0.13317729,265,-1.333236659,0.6413584414,4846.856439 +308,1.83113859,0.221857587,265,-1.333236659,0.6413584414,9023.5926425 +309,0.222428864,0.099404236,265,-1.333236659,0.6413584414,5938.7175962 +310,-1.702731345,0.8728568183,265,-1.333236659,0.6413584414,1395.5865499 +311,-0.418507569,0.278324921,265,-1.333236659,0.6413584414,3500.0375859 +312,-1.41153306,0.339029988,265,-1.333236659,0.6413584414,1227.9470376 +313,0.357560442,0.114788776,265,-1.333236659,0.6413584414,6327.9616471 +314,0.325818979,0.268352149,265,-1.333236659,0.6413584414,5862.8440911 +315,-1.246004659,-0.663679965,265,-1.333236659,0.6413584414,5179.1060615 +316,1.814603087,0.637404484,265,-1.333236659,0.6413584414,7378.6165815 +317,1.843704281,-0.18300445,265,-1.333236659,0.6413584414,10623.907209 +318,1.690644492,-0.211480909,265,-1.333236659,0.6413584414,10690.287111 +319,-1.275451936,0.068109467,265,-1.333236659,0.6413584414,2280.3653682 +320,0.762430171,-0.207594741,265,-1.333236659,0.6413584414,8370.4662123 +321,0.265668905,-0.014647884,265,-1.333236659,0.6413584414,6345.8500219 +322,-2.773032013,-0.335515811,265,-1.333236659,0.6413584414,6611.3480709 +323,-1.469512853,0.174058777,265,-1.333236659,0.6413584414,1914.3077093 +324,0.286276986,0.785925691,265,-1.333236659,0.6413584414,4610.4850633 +325,-1.379324697,0.377432233,265,-1.333236659,0.6413584414,1057.3548671 +326,-1.203778265,0.212813032,265,-1.333236659,0.6413584414,1758.899936 +327,0.579916301,0.611743168,265,-1.333236659,0.6413584414,5731.9760504 +328,0.267582642,0.868113908,265,-1.333236659,0.6413584414,4412.8291028 +329,0.412869244,-0.050245578,265,-1.333236659,0.6413584414,6897.0789864 +330,0.17524381,0.976660285,265,-1.333236659,0.6413584414,4038.7050147 +331,0.743157214,0.204812899,265,-1.333236659,0.6413584414,7256.7553257 +332,-1.070758176,0.269382282,265,-1.333236659,0.6413584414,1739.070712 +333,-1.230364251,0.329790229,265,-1.333236659,0.6413584414,1284.8987165 +334,-1.374813124,-0.024926835,265,-1.333236659,0.6413584414,2643.5891278 +335,0.519780566,0.463669906,265,-1.333236659,0.6413584414,5952.4294968 +336,-1.55108034,0.239698561,265,-1.333236659,0.6413584414,1768.0995942 +337,0.180294813,0.029739425,265,-1.333236659,0.6413584414,5969.7152008 +338,0.67820924,0.268170153,265,-1.333236659,0.6413584414,6902.7113031 +339,0.445798684,1.024001867,265,-1.333236659,0.6413584414,4483.5494559 +340,0.691751283,0.150521402,265,-1.333236659,0.6413584414,7254.9880497 +341,-1.036643551,-0.903056181,265,-1.333236659,0.6413584414,6203.2482795 +342,-0.120287036,1.083325163,265,-1.333236659,0.6413584414,3366.4772987 +343,2.823513113,-0.304487164,265,-1.333236659,0.6413584414,8685.3267583 +344,0.457583172,1.12513373,265,-1.333236659,0.6413584414,4308.648933 +345,0.042918831,0.813795399,265,-1.333236659,0.6413584414,3956.190029 +346,1.196146777,-0.853142756,265,-1.333236659,0.6413584414,10499.779965 +347,0.206001358,-0.010430701,265,-1.333236659,0.6413584414,6146.4975985 +348,-0.268308653,0.234799412,265,-1.333236659,0.6413584414,4070.616541 +349,0.759363263,0.736189579,265,-1.333236659,0.6413584414,5802.2059765 +350,0.181363926,0.891988372,265,-1.333236659,0.6413584414,4175.7252054 +351,-0.021111158,0.139103292,265,-1.333236659,0.6413584414,5073.2829756 +352,-0.093355215,0.630686981,265,-1.333236659,0.6413584414,3852.8768092 +353,0.40118964,0.681375926,265,-1.333236659,0.6413584414,5116.5618815 +354,-0.721197315,1.304706234,265,-1.333236659,0.6413584414,2864.6220706 +355,-1.076150317,0.212107639,265,-1.333236659,0.6413584414,1930.7586652 +356,-1.577164531,0.273993443,265,-1.333236659,0.6413584414,1689.1557197 +357,-0.190788414,0.182208586,265,-1.333236659,0.6413584414,4436.115627 +358,-0.261349752,0.209710184,265,-1.333236659,0.6413584414,4150.0624146 +359,-1.029303852,0.083549259,265,-1.333236659,0.6413584414,2469.8210281 +360,-1.268609162,0.330525297,265,-1.333236659,0.6413584414,1251.5389124 +361,1.282982244,-0.926641967,265,-1.333236659,0.6413584414,10609.643728 +362,0.217352334,0.731352408,265,-1.333236659,0.6413584414,4541.49941 +363,-1.511833084,0.258629297,265,-1.333236659,0.6413584414,1641.7385664 +364,0.338812194,0.823184618,265,-1.333236659,0.6413584414,4662.2371502 +365,-0.324406489,1.134201999,265,-1.333236659,0.6413584414,3022.5744574 +366,1.389579348,0.399185724,265,-1.333236659,0.6413584414,8035.1720866 +367,2.047152199,-0.039082036,265,-1.333236659,0.6413584414,9903.7192082 +368,0.947780369,0.568250077,265,-1.333236659,0.6413584414,6691.8581862 +369,0.763824846,0.576754987,265,-1.333236659,0.6413584414,6266.0266346 +370,-0.142334657,0.928153068,265,-1.333236659,0.6413584414,3382.4892444 +371,0.610266567,0.547265983,265,-1.333236659,0.6413584414,5975.5643041 +372,0.210731629,0.746815056,265,-1.333236659,0.6413584414,4495.4777133 +373,-1.34931644,0.316895224,265,-1.333236659,0.6413584414,1286.4212032 +374,2.407696481,0.655030745,265,-1.333236659,0.6413584414,6859.3181393 +375,0.64207831,0.545359131,265,-1.333236659,0.6413584414,6060.5654335 +376,1.174597538,0.840588356,265,-1.333236659,0.6413584414,6162.2751438 +377,0.660059424,0.010604079,265,-1.333236659,0.6413584414,7521.3281971 +378,-0.730263819,0.010486456,265,-1.333236659,0.6413584414,3333.8590211 +379,0.831068936,0.512339172,265,-1.333236659,0.6413584414,6607.9668857 +380,1.301180979,0.72367476,265,-1.333236659,0.6413584414,6733.2342828 +381,1.811128231,0.322854402,265,-1.333236659,0.6413584414,8624.5873506 +382,0.435105812,0.992284428,265,-1.333236659,0.6413584414,4527.0955334 +383,0.62643634,0.592027932,265,-1.333236659,0.6413584414,5897.6788148 +384,0.492988703,-0.516339467,265,-1.333236659,0.6413584414,8166.4366721 +385,-0.162469483,0.112549365,265,-1.333236659,0.6413584414,4689.5980259 +386,0.314630866,0.472006421,265,-1.333236659,0.6413584414,5355.1875969 +387,0.166744804,0.822815954,265,-1.333236659,0.6413584414,4251.7203805 +388,0.417159608,0.965805736,265,-1.333236659,0.6413584414,4545.6169234 +389,0.106334961,0.868774244,265,-1.333236659,0.6413584414,4034.8576578 +390,0.815086969,-0.338144359,265,-1.333236659,0.6413584414,8826.4042041 +391,0.59867455,-0.230624824,265,-1.333236659,0.6413584414,7905.5687418 +392,1.915104874,0.066220985,265,-1.333236659,0.6413584414,9613.5048213 +393,1.278093622,0.064463721,265,-1.333236659,0.6413584414,9031.2920604 +394,-0.061477853,0.302997961,265,-1.333236659,0.6413584414,4575.3678559 +395,0.251311504,0.626976942,265,-1.333236659,0.6413584414,4838.9796716 +396,2.950242872,0.149095644,265,-1.333236659,0.6413584414,7184.6646008 +397,-0.180294708,0.35375117,265,-1.333236659,0.6413584414,4091.5295771 +398,1.010448592,-0.351180233,265,-1.333236659,0.6413584414,9469.84993 +399,-1.748740498,0.3686318073,265,-1.333236659,0.6413584414,1791.5864089 +400,2.699635665,0.123533791,265,-1.333236659,0.6413584414,7964.9532596 +401,0.496808033,0.823843254,265,-1.333236659,0.6413584414,5017.3608638 +402,0.129574704,0.763364087,265,-1.333236659,0.6413584414,4256.7663367 +403,1.798920311,0.817447563,265,-1.333236659,0.6413584414,6665.4206552 +404,0.335987953,0.746786541,265,-1.333236659,0.6413584414,4811.4252247 +405,-1.085413643,0.292154671,265,-1.333236659,0.6413584414,1633.1110396 +406,-0.155321003,0.508207011,265,-1.333236659,0.6413584414,3871.6997644 +407,0.620529244,-0.301175104,265,-1.333236659,0.6413584414,8130.5363714 +408,1.684402744,0.368716966,265,-1.333236659,0.6413584414,8416.1746322 +409,0.300582244,-0.386397212,265,-1.333236659,0.6413584414,7313.9308651 +410,2.913555946,-0.009225192,265,-1.333236659,0.6413584414,7702.9256685 +411,1.465101417,0.493232532,265,-1.333236659,0.6413584414,7771.6097809 +412,0.090612882,0.907955955,265,-1.333236659,0.6413584414,3944.5520173 +413,2.987564726,-0.729568594,265,-1.333236659,0.6413584414,8905.0530599 +414,-1.484261606,0.224149272,265,-1.333236659,0.6413584414,1737.4461558 +415,0.164073421,0.303955133,265,-1.333236659,0.6413584414,5281.4947858 +416,0.141441293,0.167552546,265,-1.333236659,0.6413584414,5522.7541491 +417,2.931321023,-0.506718887,265,-1.333236659,0.6413584414,8739.8300558 +418,2.21951565,0.700596356,265,-1.333236659,0.6413584414,6921.8993868 +419,0.268112576,1.199114336,265,-1.333236659,0.6413584414,3922.0885957 +420,0.978913739,0.359223811,265,-1.333236659,0.6413584414,7413.1797359 +421,1.210898818,0.522863584,265,-1.333236659,0.6413584414,7326.256418 +422,2.347397336,0.129231362,265,-1.333236659,0.6413584414,8794.7829071 +423,0.614394501,0.556878345,265,-1.333236659,0.6413584414,5960.6622854 +424,-1.398079356,0.148483366,265,-1.333236659,0.6413584414,1966.1745652 +425,2.535303836,-0.112984496,265,-1.333236659,0.6413584414,9089.5475196 +426,-1.019372593,-0.405322349,265,-1.333236659,0.6413584414,4308.5979985 +427,-1.297785627,-0.160104069,265,-1.333236659,0.6413584414,3177.3326041 +428,2.144554488,0.205051084,265,-1.333236659,0.6413584414,8864.5414666 +429,-2.242387083,-0.426171285,265,-1.333236659,0.6413584414,5420.4530043 +430,0.338637212,0.909723676,265,-1.333236659,0.6413584414,4493.6701306 +431,-0.148798452,0.691042401,265,-1.333236659,0.6413584414,3603.3400652 +432,0.893524764,0.441829531,265,-1.333236659,0.6413584414,6962.8568578 +433,0.969229347,-0.368847936,265,-1.333236659,0.6413584414,9377.6268059 +434,0.436043248,0.800045688,265,-1.333236659,0.6413584414,4935.3550528 +435,1.687946607,1.081504775,265,-1.333236659,0.6413584414,5608.658089 +436,0.522302046,-0.034889271,265,-1.333236659,0.6413584414,7205.7054851 +437,-0.178996113,-0.438090009,265,-1.333236659,0.6413584414,6064.2582487 +438,-1.094339566,0.301444068,265,-1.333236659,0.6413584414,1584.4860909 +439,-1.064070054,0.242569932,265,-1.333236659,0.6413584414,1844.484429 +440,-1.068153768,0.230387998,265,-1.333236659,0.6413584414,1879.8102072 +441,-3.00496892,-0.23989155,265,-1.333236659,0.6413584414,7102.8854309 +442,0.21751974,0.766874888,265,-1.333236659,0.6413584414,4475.7334853 +443,0.117229532,0.007619006,265,-1.333236659,0.6413584414,5822.2088289 +444,0.777758451,0.420554741,265,-1.333236659,0.6413584414,6746.0503832 +445,-0.252356999,0.250747086,265,-1.333236659,0.6413584414,4084.9710365 +446,0.363148444,0.768483434,265,-1.333236659,0.6413584414,4832.3009492 +447,0.903191366,-0.118210676,265,-1.333236659,0.6413584414,8585.5848778 +448,-0.205755923,0.149406178,265,-1.333236659,0.6413584414,4465.9970368 +449,1.811996086,0.02364353,265,-1.333236659,0.6413584414,9809.741625 +450,-1.100670221,0.314845373,265,-1.333236659,0.6413584414,1526.4990147 +451,0.340078597,0.850105132,265,-1.333236659,0.6413584414,4611.7351583 +452,0.258757267,0.804969236,265,-1.333236659,0.6413584414,4507.3304101 +453,2.78505352,-0.155160804,265,-1.333236659,0.6413584414,8460.7452471 +454,0.800551619,0.105822106,265,-1.333236659,0.6413584414,7689.4437218 +455,0.437940882,-0.506194031,265,-1.333236659,0.6413584414,7980.6681428 +456,2.230431122,0.63458615,265,-1.333236659,0.6413584414,7157.342348 +457,0.527965361,0.127667701,265,-1.333236659,0.6413584414,6823.9297694 +458,-0.063643205,0.702093448,265,-1.333236659,0.6413584414,3829.7804255 +459,1.408447268,0.133010502,265,-1.333236659,0.6413584414,9036.1309627 +460,0.523795955,0.280266966,265,-1.333236659,0.6413584414,6427.6606827 +461,-0.975769313,0.072177659,265,-1.333236659,0.6413584414,2602.4140799 +462,0.549774164,-0.463663986,265,-1.333236659,0.6413584414,8239.9198723 +463,0.29245874,1.095549818,265,-1.333236659,0.6413584414,4093.4643711 +464,0.143625958,0.816809593,265,-1.333236659,0.6413584414,4204.5358109 +465,0.671902494,0.611159853,265,-1.333236659,0.6413584414,5955.7349386 +466,1.239840988,0.6724199,265,-1.333236659,0.6413584414,6840.7455001 +467,0.607829703,-0.10932137,265,-1.333236659,0.6413584414,7653.0836446 +468,1.763020906,0.263996692,265,-1.333236659,0.6413584414,8853.7365208 +469,0.378714634,0.726066797,265,-1.333236659,0.6413584414,4961.2620892 +470,2.196736143,-0.153862366,265,-1.333236659,0.6413584414,10061.650814 +471,0.01702415,0.148991565,265,-1.333236659,0.6413584414,5171.2687469 +472,-2.998490902,-0.158002487,265,-1.333236659,0.6413584414,6893.6423389 +473,-3.051262951,-0.346595608,265,-1.333236659,0.6413584414,7486.2175266 +474,-1.069176439,0.182802941,265,-1.333236659,0.6413584414,2047.2296904 +475,0.167157509,0.595344954,265,-1.333236659,0.6413584414,4668.5897406 +476,0.613855648,0.681746124,265,-1.333236659,0.6413584414,5632.0412337 +477,1.037012736,0.682555367,265,-1.333236659,0.6413584414,6493.0945138 +478,-1.253574971,0.379755746,265,-1.333236659,0.6413584414,1071.7584275 +479,3.108590453,-0.132620738,265,-1.333236659,0.6413584414,7393.1250382 +480,0.565301296,0.022333262,265,-1.333236659,0.6413584414,7200.3600068 +481,0.547898238,0.855555614,265,-1.333236659,0.6413584414,5051.5484449 +482,0.948309381,0.417393755,265,-1.333236659,0.6413584414,7162.9629214 +483,-0.050600732,0.945269213,265,-1.333236659,0.6413584414,3581.4309676 +484,-0.977651478,-0.572363064,265,-1.333236659,0.6413584414,4984.2803935 +485,1.102014914,0.728861163,265,-1.333236659,0.6413584414,6444.7643342 +486,2.927300795,-0.282939414,265,-1.333236659,0.6413584414,8309.5597606 +487,-1.154565557,0.124434095,265,-1.333236659,0.6413584414,2146.805264 +488,1.855331234,0.291044755,265,-1.333236659,0.6413584414,8746.4245493 +489,0.830290659,0.276904518,265,-1.333236659,0.6413584414,7292.5374514 +490,0.485104466,-0.234867441,265,-1.333236659,0.6413584414,7554.7483663 +491,0.521367572,-0.33161327,265,-1.333236659,0.6413584414,7881.9372232 +1,-1.539031704,0.7349710123,266,-1.352015998,0.6753788907,610.92577191 +2,-1.536990553,0.7349663874,266,-1.352015998,0.6753788907,605.25874971 +3,-1.534951779,0.7349571355,266,-1.352015998,0.6753788907,599.6012252 +4,-1.532906461,0.7349480293,266,-1.352015998,0.6753788907,593.93500482 +5,-1.531320211,0.7346937278,266,-1.352015998,0.6753788907,589.21010089 +6,-1.539451648,0.7335131775,266,-1.352015998,0.6753788907,610.22525377 +7,-1.537429487,0.7335445708,266,-1.352015998,0.6753788907,604.63067851 +8,-1.535484998,0.7335658704,266,-1.352015998,0.6753788907,599.24866586 +9,-1.533488396,0.7336036027,266,-1.352015998,0.6753788907,593.75261884 +10,-1.531497785,0.7335842962,266,-1.352015998,0.6753788907,588.20742469 +11,-1.530259379,0.7334777758,266,-1.352015998,0.6753788907,584.63506655 +12,-1.5335454,0.7322346912,266,-1.352015998,0.6753788907,592.13211611 +13,-1.531489083,0.7322238773,266,-1.352015998,0.6753788907,586.39203785 +14,-1.530011122,0.7321679851,266,-1.352015998,0.6753788907,582.20881136 +15,-1.53348106,0.7306614094,266,-1.352015998,0.6753788907,589.96221925 +16,-1.531441779,0.7306962275,266,-1.352015998,0.6753788907,584.30062086 +17,-1.529755654,0.7306933243,266,-1.352015998,0.6753788907,579.58656298 +18,-1.533415048,0.7291384674,266,-1.352015998,0.6753788907,587.90571693 +19,-1.531392093,0.7291705353,266,-1.352015998,0.6753788907,582.25956407 +20,-1.529296523,0.7291214933,266,-1.352015998,0.6753788907,576.31823501 +21,-1.535280942,0.727267644,266,-1.352015998,0.6753788907,590.96245774 +22,-1.533378158,0.7276139666,266,-1.352015998,0.6753788907,585.98369732 +23,-1.531340368,0.7276446587,266,-1.352015998,0.6753788907,580.2675493 +24,-1.528960113,0.7276398177,266,-1.352015998,0.6753788907,573.55303906 +25,-1.533313146,0.7260818349,266,-1.352015998,0.6753788907,584.02864384 +26,-1.531259555,0.7260958115,266,-1.352015998,0.6753788907,578.22214103 +27,-1.528926415,0.7260865555,266,-1.352015998,0.6753788907,571.60578997 +28,-1.531226779,0.7245511789,266,-1.352015998,0.6753788907,576.37525761 +29,-1.528904772,0.7245519194,266,-1.352015998,0.6753788907,569.77306355 +30,-1.547195875,0.7409785979,266,-1.352015998,0.6753788907,641.46344075 +31,-1.5451475,0.740980426,266,-1.352015998,0.6753788907,635.85091784 +32,-1.543097679,0.7409798872,266,-1.352015998,0.6753788907,630.24088116 +33,-1.540720364,0.7409892687,266,-1.352015998,0.6753788907,623.76123388 +34,-1.547188511,0.7395198392,266,-1.352015998,0.6753788907,639.47526482 +35,-1.545148587,0.7395226109,266,-1.352015998,0.6753788907,633.8624163 +36,-1.543104538,0.7395314908,266,-1.352015998,0.6753788907,628.25596493 +37,-1.540727751,0.7395306258,266,-1.352015998,0.6753788907,621.7337897 +38,-1.547187029,0.7380014886,266,-1.352015998,0.6753788907,637.47154471 +39,-1.545147315,0.7380012252,266,-1.352015998,0.6753788907,631.82974148 +40,-1.54310719,0.7380060743,266,-1.352015998,0.6753788907,626.20254375 +41,-1.540719671,0.7380068206,266,-1.352015998,0.6753788907,619.62236172 +42,-1.547187189,0.7364799098,266,-1.352015998,0.6753788907,635.51844544 +43,-1.545149996,0.7364853874,266,-1.352015998,0.6753788907,629.86581305 +44,-1.543106091,0.7364823484,266,-1.352015998,0.6753788907,624.19224482 +45,-1.540717158,0.7364893901,266,-1.352015998,0.6753788907,617.58604163 +46,-1.538663972,0.7410138672,266,-1.352015998,0.6753788907,618.19147922 +47,-1.53695285,0.7409699132,266,-1.352015998,0.6753788907,613.4720863 +48,-1.534910498,0.7409641297,266,-1.352015998,0.6753788907,607.91596582 +49,-1.533145034,0.7409536636,266,-1.352015998,0.6753788907,603.11371643 +50,-1.538681336,0.7395405883,266,-1.352015998,0.6753788907,616.1439155 +51,-1.536999189,0.7395183096,266,-1.352015998,0.6753788907,611.51367953 +52,-1.534923633,0.7395144222,266,-1.352015998,0.6753788907,605.84333519 +53,-1.533267822,0.7395654306,266,-1.352015998,0.6753788907,601.40617496 +54,-1.53867273,0.7380151077,266,-1.352015998,0.6753788907,614.00168931 +55,-1.536980576,0.7379994392,266,-1.352015998,0.6753788907,609.331637 +56,-1.534931522,0.7379944961,266,-1.352015998,0.6753788907,603.70491122 +57,-1.533387952,0.7379480264,266,-1.352015998,0.6753788907,599.41239611 +58,-1.538682279,0.7364914363,266,-1.352015998,0.6753788907,611.96371287 +59,-1.536980704,0.7364810563,266,-1.352015998,0.6753788907,607.25316844 +60,-1.534935567,0.7364752065,266,-1.352015998,0.6753788907,601.60907545 +61,-1.533042592,0.7363876366,266,-1.352015998,0.6753788907,596.27979845 +62,-1.545143426,0.7349628011,266,-1.352015998,0.6753788907,627.9185114 +63,-1.543105297,0.7349691947,266,-1.352015998,0.6753788907,622.24779547 +64,-1.541064533,0.7349647152,266,-1.352015998,0.6753788907,616.56447323 +65,-1.545411803,0.7334624714,266,-1.352015998,0.6753788907,626.81983487 +66,-1.543446606,0.7334780896,266,-1.352015998,0.6753788907,621.3386184 +67,-1.541475327,0.7334957295,266,-1.352015998,0.6753788907,615.85094798 +68,-1.545401939,0.731963266,266,-1.352015998,0.6753788907,624.99697055 +69,-1.54342253,0.7319915583,266,-1.352015998,0.6753788907,619.46722086 +70,-1.541455867,0.7320216438,266,-1.352015998,0.6753788907,613.98359933 +71,-1.545410146,0.7304422281,266,-1.352015998,0.6753788907,623.25087356 +72,-1.543435491,0.7304713664,266,-1.352015998,0.6753788907,617.71104052 +73,-1.541463105,0.7304997613,266,-1.352015998,0.6753788907,612.18458017 +74,-1.545414768,0.7289194936,266,-1.352015998,0.6753788907,621.54583929 +75,-1.543435774,0.7289538557,266,-1.352015998,0.6753788907,615.97548981 +76,-1.541457714,0.7289765881,266,-1.352015998,0.6753788907,610.40221039 +77,-1.539449415,0.7320555866,266,-1.352015998,0.6753788907,608.40168141 +78,-1.537429183,0.7321097681,266,-1.352015998,0.6753788907,602.81557203 +79,-1.535472649,0.7321497267,266,-1.352015998,0.6753788907,597.39947516 +80,-1.539457899,0.7305333307,266,-1.352015998,0.6753788907,606.58001252 +81,-1.537453161,0.7305750503,266,-1.352015998,0.6753788907,600.9953357 +82,-1.535479385,0.7306124949,266,-1.352015998,0.6753788907,595.5014632 +83,-1.53946905,0.7290102593,266,-1.352015998,0.6753788907,604.81919753 +84,-1.537459922,0.7290417293,266,-1.352015998,0.6753788907,599.18407489 +85,-1.535451349,0.7290890157,266,-1.352015998,0.6753788907,593.57791536 +86,-1.535522937,0.7279887191,266,-1.352015998,0.6753788907,592.48216346 +87,-1.539442524,0.7274735939,266,-1.352015998,0.6753788907,602.99109779 +88,-1.537424111,0.727521351,266,-1.352015998,0.6753788907,597.32282408 +89,-1.539384641,0.7259505092,266,-1.352015998,0.6753788907,601.14386298 +90,-1.537372391,0.7259947145,266,-1.352015998,0.6753788907,595.4638159 +91,-1.535340789,0.7260435356,266,-1.352015998,0.6753788907,589.74219981 +92,-1.539325716,0.7244369706,266,-1.352015998,0.6753788907,599.35789121 +93,-1.537308932,0.7244801057,266,-1.352015998,0.6753788907,593.63910488 +94,-1.535289068,0.7245247645,266,-1.352015998,0.6753788907,587.92105173 +95,-1.533261366,0.7245550236,266,-1.352015998,0.6753788907,582.1729953 +96,-1.539267302,0.722921924,266,-1.352015998,0.6753788907,597.6258434 +97,-1.537248972,0.7229660258,266,-1.352015998,0.6753788907,591.87932055 +98,-1.535219431,0.7229916471,266,-1.352015998,0.6753788907,586.08887904 +99,-1.53318962,0.7230212049,266,-1.352015998,0.6753788907,580.30909558 +100,-1.531154816,0.7230299897,266,-1.352015998,0.6753788907,574.50022493 +101,-1.528878341,0.7230370244,266,-1.352015998,0.6753788907,568.00689931 +102,-1.539218189,0.7214009878,266,-1.352015998,0.6753788907,595.9694239 +103,-1.537198791,0.7214422745,266,-1.352015998,0.6753788907,590.1929542 +104,-1.535179266,0.7214634354,266,-1.352015998,0.6753788907,584.40290235 +105,-1.533156501,0.7214944644,266,-1.352015998,0.6753788907,578.62032475 +106,-1.53113574,0.7215166021,266,-1.352015998,0.6753788907,572.84145285 +107,-1.528874248,0.7215345535,266,-1.352015998,0.6753788907,566.37539221 +108,-1.539217656,0.7198512397,266,-1.352015998,0.6753788907,594.48214174 +109,-1.537199919,0.7199428763,266,-1.352015998,0.6753788907,588.73444906 +110,-1.545425832,0.727397149,266,-1.352015998,0.6753788907,619.91316188 +111,-1.543371177,0.7273916949,266,-1.352015998,0.6753788907,614.06018738 +112,-1.541368852,0.7274523163,266,-1.352015998,0.6753788907,608.4356408 +113,-1.545349067,0.7258710923,266,-1.352015998,0.6753788907,618.07969173 +114,-1.54332671,0.7258603556,266,-1.352015998,0.6753788907,612.2905231 +115,-1.541346831,0.7259242142,266,-1.352015998,0.6753788907,606.70832308 +116,-1.545324355,0.7243383958,266,-1.352015998,0.6753788907,616.44180549 +117,-1.543292796,0.7243617413,266,-1.352015998,0.6753788907,610.63884292 +118,-1.541295822,0.7244024384,266,-1.352015998,0.6753788907,604.95957549 +119,-1.543193859,0.7205570215,266,-1.352015998,0.6753788907,606.64612908 +120,-1.550257047,0.7386738187,266,-1.352015998,0.6753788907,646.8415738 +121,-1.549335448,0.7311736483,266,-1.352015998,0.6753788907,635.17262438 +122,-1.533478843,0.7179891343,266,-1.352015998,0.6753788907,576.1172579 +123,-1.556150555,0.738907041,266,-1.352015998,0.6753788907,663.4851107 +124,-1.554324226,0.733414257,266,-1.352015998,0.6753788907,651.79857184 +125,-1.554290846,0.7288285332,266,-1.352015998,0.6753788907,646.6850573 +126,-1.55122487,0.7219795312,266,-1.352015998,0.6753788907,631.19047382 +127,-1.525104458,0.7229399862,266,-1.352015998,0.6753788907,557.14041535 +128,-1.519607711,0.7236181429,266,-1.352015998,0.6753788907,542.31556711 +129,-1.513899999,0.7251107854,266,-1.352015998,0.6753788907,528.06929458 +130,-1.536620762,0.7431061895,266,-1.352015998,0.6753788907,615.72808335 +131,-1.5369566,0.7460845958,266,-1.352015998,0.6753788907,621.19406526 +132,-1.545345528,0.7447040685,266,-1.352015998,0.6753788907,641.68009672 +133,-1.532813921,0.7432306626,266,-1.352015998,0.6753788907,605.66503143 +134,-1.554788248,0.7382381001,266,-1.352015998,0.6753788907,658.86372953 +135,-1.540348126,0.7301594274,266,-1.352015998,0.6753788907,608.6424626 +136,-1.538016084,0.7239051786,266,-1.352015998,0.6753788907,595.0530349 +137,-1.525288962,0.7258085137,266,-1.352015998,0.6753788907,560.9945524 +138,-1.534326986,0.731241342,266,-1.352015998,0.6753788907,593.05436988 +139,-1.530733872,0.7303625216,266,-1.352015998,0.6753788907,581.8995669 +141,-1.534354939,0.7328219978,266,-1.352015998,0.6753788907,595.14257797 +142,-1.53157084,0.7292888153,266,-1.352015998,0.6753788907,582.90683517 +143,-1.525691035,0.7263799874,266,-1.352015998,0.6753788907,562.81637189 +144,-1.534031287,0.7495967835,266,-1.352015998,0.6753788907,619.10042876 +145,-1.527714986,0.7283095957,266,-1.352015998,0.6753788907,570.87218071 +146,-1.526189586,0.7271468292,266,-1.352015998,0.6753788907,565.15292452 +147,-1.555177336,0.7375563366,266,-1.352015998,0.6753788907,659.10395611 +148,-1.555080283,0.7312707794,266,-1.352015998,0.6753788907,651.53717876 +149,-1.53856994,0.7224180299,266,-1.352015998,0.6753788907,595.113225 +150,-1.530837883,0.729933372,266,-1.352015998,0.6753788907,581.65118707 +151,-1.515066984,0.5854133365,266,-1.352015998,0.6753788907,631.25422422 +152,-1.534731633,0.5368370046,266,-1.352015998,0.6753788907,808.2374477 +153,-1.515231902,0.5607085576,266,-1.352015998,0.6753788907,694.95403846 +154,-2.616253799,1.0684566605,266,-1.352015998,0.6753788907,3359.5951498 +155,-1.956071439,0.5792177723,266,-1.352015998,0.6753788907,1962.1454109 +156,-1.951208514,0.5602434208,266,-1.352015998,0.6753788907,1975.3924721 +157,-1.944675062,0.6062144545,266,-1.352015998,0.6753788907,1890.7112078 +158,-1.613778386,0.6077989518,266,-1.352015998,0.6753788907,871.51194218 +159,-2.035029014,0.6021432345,266,-1.352015998,0.6753788907,2174.6971695 +160,-2.114989471,0.6801825058,266,-1.352015998,0.6753788907,2331.0164081 +161,-2.037382079,0.5765830025,266,-1.352015998,0.6753788907,2217.2560534 +162,-2.129855121,0.6585019963,266,-1.352015998,0.6753788907,2397.4854116 +163,-2.075141798,0.6493615843,266,-1.352015998,0.6753788907,2241.6119213 +164,-1.828626729,0.6948433129,266,-1.352015998,0.6753788907,1458.2186123 +165,-1.863329418,0.6735427691,266,-1.352015998,0.6753788907,1575.0542787 +166,-1.266037071,0.727988852,266,-1.352015998,0.6753788907,333.18867952 +167,-1.277579582,0.7249010648,266,-1.352015998,0.6753788907,298.79313055 +168,-1.258418684,0.7241194816,266,-1.352015998,0.6753788907,342.98251616 +169,-1.317813974,0.6804850104,266,-1.352015998,0.6753788907,107.4355757 +170,-1.344165204,0.6790988904,266,-1.352015998,0.6753788907,28.362031906 +171,-1.427582102,0.5277120351,266,-1.352015998,0.6753788907,634.6175509 +172,-1.402238616,0.457167829,266,-1.352015998,0.6753788907,880.34489743 +173,-1.422454264,0.4996161999,266,-1.352015998,0.6753788907,733.68007467 +174,-1.439089277,0.4894859811,266,-1.352015998,0.6753788907,790.29492583 +175,-1.448126995,0.5182330266,266,-1.352015998,0.6753788907,697.20302467 +176,-1.474626146,0.5881926574,266,-1.352015998,0.6753788907,522.05234215 +177,-1.421139645,0.5584869783,266,-1.352015998,0.6753788907,513.90889865 +178,-1.457037165,0.565943032,266,-1.352015998,0.6753788907,549.63005471 +179,-2.757159358,0.3745319,266,-1.352015998,0.6753788907,4811.9511232 +180,-2.714309238,0.342054471,266,-1.352015998,0.6753788907,4755.1494843 +181,-2.000525337,0.774119946,266,-1.352015998,0.6753788907,1945.0879252 +183,-1.571413436,0.6777838382,266,-1.352015998,0.6753788907,677.13298792 +184,-1.552860289,0.6987663893,266,-1.352015998,0.6753788907,621.52352667 +185,-1.521852374,0.7165827476,266,-1.352015998,0.6753788907,541.09600843 +186,-1.503656267,0.6928968252,266,-1.352015998,0.6753788907,470.42937006 +187,-1.502753178,0.7136205882,266,-1.352015998,0.6753788907,482.88199207 +188,-1.631894563,0.7343596465,266,-1.352015998,0.6753788907,874.64341347 +189,-1.653765416,0.6770714026,266,-1.352015998,0.6753788907,930.83962834 +190,-1.719812114,0.6715965947,266,-1.352015998,0.6753788907,1136.3216457 +191,-1.493406659,0.6646955447,266,-1.352015998,0.6753788907,440.85359099 +192,-1.469120564,0.6613469966,266,-1.352015998,0.6753788907,368.17853615 +193,-1.590551461,0.5326612937,266,-1.352015998,0.6753788907,959.63338074 +194,-1.625979264,0.5247742243,266,-1.352015998,0.6753788907,1073.6256979 +195,-1.572293943,0.5238808754,266,-1.352015998,0.6753788907,935.885483 +196,-1.610848725,0.5477107964,266,-1.352015998,0.6753788907,978.10287997 +197,-1.208485554,0.7918526018,266,-1.352015998,0.6753788907,624.76560831 +198,-1.335601374,0.6869083083,266,-1.352015998,0.6753788907,68.093246622 +199,-1.346156996,0.6825213377,266,-1.352015998,0.6753788907,33.564610695 +200,-1.324381037,0.6741422347,266,-1.352015998,0.6753788907,85.613352287 +201,-1.242424992,0.7378949807,266,-1.352015998,0.6753788907,412.50048238 +202,-1.270370057,0.7392461008,266,-1.352015998,0.6753788907,352.62638046 +203,-1.448950472,0.7441675014,266,-1.352015998,0.6753788907,398.65166923 +204,-1.492662363,0.7523026852,266,-1.352015998,0.6753788907,519.3674749 +205,-1.479098966,0.7763855017,266,-1.352015998,0.6753788907,548.92497091 +206,-1.633760714,0.7869022408,266,-1.352015998,0.6753788907,938.51576816 +207,-1.647406434,0.8101289331,266,-1.352015998,0.6753788907,1010.5654085 +208,-1.564245052,0.5701509278,266,-1.352015998,0.6753788907,798.927527 +209,-1.646289963,0.6833746083,266,-1.352015998,0.6753788907,906.05891948 +210,-1.5820631,0.6751952144,266,-1.352015998,0.6753788907,710.61531936 +211,-1.613236298,0.6681681791,266,-1.352015998,0.6753788907,809.47803446 +212,-1.914661867,0.8212566515,266,-1.352015998,0.6753788907,1717.953921 +213,-1.742133237,0.7250275956,266,-1.352015998,0.6753788907,1194.4559806 +214,-2.033144872,0.6557314699,266,-1.352015998,0.6753788907,2107.4137601 +215,-2.039551981,0.6964723658,266,-1.352015998,0.6753788907,2091.86176 +216,-1.247341019,0.7622473908,266,-1.352015998,0.6753788907,464.24271809 +217,-1.298239787,0.7084123392,266,-1.352015998,0.6753788907,209.79577048 +218,-1.308539688,0.6926545592,266,-1.352015998,0.6753788907,149.98059892 +219,-1.303263185,0.6888938396,266,-1.352015998,0.6753788907,159.16074602 +220,-1.852400229,0.6004246149,266,-1.352015998,0.6753788907,1612.8392729 +221,-1.288947707,0.7473773692,266,-1.352015998,0.6753788907,342.17234413 +222,-1.372031502,0.7472790993,266,-1.352015998,0.6753788907,291.0510977 +223,-1.289805721,0.7242157877,266,-1.352015998,0.6753788907,270.0478552 +224,-1.350807603,0.7533498126,266,-1.352015998,0.6753788907,308.86395696 +225,-1.329290365,0.7560442322,266,-1.352015998,0.6753788907,326.64374455 +226,-1.410153004,0.616936428,266,-1.352015998,0.6753788907,295.57019152 +227,-1.393445434,0.6308995063,266,-1.352015998,0.6753788907,219.12732053 +228,-1.37595573,0.6241540638,266,-1.352015998,0.6753788907,216.48584537 +229,-1.358388707,0.6172645205,266,-1.352015998,0.6753788907,231.07068255 +230,-1.753741133,0.8281661666,266,-1.352015998,0.6753788907,1303.5682189 +231,-1.47430987,0.6834615681,266,-1.352015998,0.6753788907,378.0995077 +232,-1.421012508,0.7222725206,266,-1.352015998,0.6753788907,279.72885211 +233,-1.4476833,0.6978557868,266,-1.352015998,0.6753788907,306.23293003 +234,-1.470370723,0.6966193374,266,-1.352015998,0.6753788907,372.27942026 +235,-1.429211703,0.7037216883,266,-1.352015998,0.6753788907,261.22037467 +236,-1.700578405,0.6178673663,266,-1.352015998,0.6753788907,1122.8320669 +237,-1.678117619,0.6331716163,266,-1.352015998,0.6753788907,1036.6078871 +238,-1.725644578,0.6316331145,266,-1.352015998,0.6753788907,1184.9426037 +239,-2.14012759,0.7930497945,266,-1.352015998,0.6753788907,2332.0530483 +240,-2.103289431,0.7653606263,266,-1.352015998,0.6753788907,2238.9607409 +241,-1.318739838,0.7017808746,266,-1.352015998,0.6753788907,145.91937744 +242,-1.396417427,0.7077900843,266,-1.352015998,0.6753788907,186.617626 +243,-1.35650337,0.7185539404,266,-1.352015998,0.6753788907,171.55835423 +244,-1.248884539,0.7274156818,266,-1.352015998,0.6753788907,373.8569158 +245,-1.395014798,0.5761185243,266,-1.352015998,0.6753788907,416.65180331 +246,-1.433377362,0.6064716109,266,-1.352015998,0.6753788907,375.68633092 +247,-1.408172432,0.5903155476,266,-1.352015998,0.6753788907,381.63100063 +248,-1.749645898,0.7757118084,266,-1.352015998,0.6753788907,1238.6973 +249,-1.571626686,0.615046989,266,-1.352015998,0.6753788907,734.19700683 +250,-1.514070049,0.6303003037,266,-1.352015998,0.6753788907,539.95066497 +251,-1.480890369,0.6237966528,266,-1.352015998,0.6753788907,454.76178219 +252,-1.704390658,0.5281680612,266,-1.352015998,0.6753788907,1285.9256773 +253,-1.64434733,0.5254277498,266,-1.352015998,0.6753788907,1122.2240621 +254,-1.703855997,0.4792484842,266,-1.352015998,0.6753788907,1397.5096292 +255,-1.692002383,0.5748825051,266,-1.352015998,0.6753788907,1159.4858652 +256,-1.854136457,0.5544643913,266,-1.352015998,0.6753788907,1685.7768635 +257,-1.665021206,0.520317736,266,-1.352015998,0.6753788907,1191.4733192 +258,-1.733654349,0.4845187345,266,-1.352015998,0.6753788907,1467.4676645 +259,-1.720938188,0.5135933906,266,-1.352015998,0.6753788907,1365.0447916 +260,-1.742668307,0.553296122,266,-1.352015998,0.6753788907,1349.4020339 +261,-1.965659039,0.7142126903,266,-1.352015998,0.6753788907,1860.9284645 +262,-1.944438071,0.6772834804,266,-1.352015998,0.6753788907,1819.3617815 +263,-1.270340967,0.7681487096,266,-1.352015998,0.6753788907,440.27925178 +264,-1.353091884,0.6549276821,266,-1.352015998,0.6753788907,81.076597898 +265,-1.333236659,0.6413584414,266,-1.352015998,0.6753788907,147.03684057 +266,-1.352015998,0.6753788907,266,-1.352015998,0.6753788907,31.436089444 +267,-1.377988483,0.6577816235,266,-1.352015998,0.6753788907,106.7493466 +268,-2.13075611,0.8318642051,266,-1.352015998,0.6753788907,2298.631136 +269,-2.097910953,0.8259670014,266,-1.352015998,0.6753788907,2211.0061786 +270,-1.416382069,0.6694271549,266,-1.352015998,0.6753788907,200.83170557 +271,-1.538905672,0.7535625993,266,-1.352015998,0.6753788907,638.53944907 +272,-1.572309477,0.7803125099,266,-1.352015998,0.6753788907,771.4292777 +273,-1.87759879,0.7503853417,266,-1.352015998,0.6753788907,1593.7335134 +274,1.152365588,0.590457682,266,-1.352015998,0.6753788907,6910.7476151 +275,0.350198001,0.718001859,266,-1.352015998,0.6753788907,4871.8564501 +276,0.046513677,0.491503852,266,-1.352015998,0.6753788907,4535.5050104 +277,0.027510309,0.742571376,266,-1.352015998,0.6753788907,3999.6949802 +278,0.306285725,-0.214631579,266,-1.352015998,0.6753788907,7018.7004164 +279,-1.100564889,0.318051531,266,-1.352015998,0.6753788907,1659.4079752 +280,-1.078582306,0.301437596,266,-1.352015998,0.6753788907,1757.1472232 +281,-1.137371989,-0.617634065,266,-1.352015998,0.6753788907,5181.6375804 +282,0.784356344,0.703272339,266,-1.352015998,0.6753788907,5883.6125423 +283,-1.221209947,0.218327455,266,-1.352015998,0.6753788907,1867.9564563 +284,2.347301921,-0.449114658,266,-1.352015998,0.6753788907,10385.319545 +285,0.246820618,0.830553713,266,-1.352015998,0.6753788907,4387.1384487 +286,0.829414965,0.703288228,266,-1.352015998,0.6753788907,5972.1980187 +287,-1.337537566,0.42332223,266,-1.352015998,0.6753788907,999.58026703 +288,0.882453706,0.454478077,266,-1.352015998,0.6753788907,6848.4761773 +289,1.575629659,0.416419109,266,-1.352015998,0.6753788907,8046.9407027 +290,-1.039455679,0.229888244,266,-1.352015998,0.6753788907,2077.501061 +291,0.489558039,0.934482747,266,-1.352015998,0.6753788907,4683.1436001 +292,0.081344504,0.88384514,266,-1.352015998,0.6753788907,3909.4849122 +293,-1.547979814,0.300350308,266,-1.352015998,0.6753788907,1632.8589326 +294,0.040776181,0.168560074,266,-1.352015998,0.6753788907,5257.3421322 +295,-1.130374745,0.563894876,266,-1.352015998,0.6753788907,838.90379479 +296,1.578326642,0.478507176,266,-1.352015998,0.6753788907,7806.8295396 +297,-1.12861823,-0.291640865,266,-1.352015998,0.6753788907,3919.0677551 +298,0.310524208,0.770885792,266,-1.352015998,0.6753788907,4659.390979 +299,0.415649091,-0.387246002,266,-1.352015998,0.6753788907,7755.0080905 +300,-0.926533878,-0.188022748,266,-1.352015998,0.6753788907,3763.8640586 +301,1.258856172,-0.11716081,266,-1.352015998,0.6753788907,9531.0141817 +302,-1.126050026,0.322941926,266,-1.352015998,0.6753788907,1597.9955118 +303,2.002785835,0.07893892,266,-1.352015998,0.6753788907,9355.4407184 +304,0.440437607,0.746258085,266,-1.352015998,0.6753788907,5021.4359779 +305,-0.030391866,0.214441206,266,-1.352015998,0.6753788907,4927.1140489 +306,0.521557815,-0.058929362,266,-1.352015998,0.6753788907,7301.2624269 +307,-0.097005111,0.13317729,266,-1.352015998,0.6753788907,4918.0949917 +308,1.83113859,0.221857587,266,-1.352015998,0.6753788907,8886.5640052 +309,0.222428864,0.099404236,266,-1.352015998,0.6753788907,5987.2520848 +310,-1.702731345,0.8728568183,266,-1.352015998,0.6753788907,1257.4375436 +311,-0.418507569,0.278324921,266,-1.352015998,0.6753788907,3581.6529541 +312,-1.41153306,0.339029988,266,-1.352015998,0.6753788907,1347.8316534 +313,0.357560442,0.114788776,266,-1.352015998,0.6753788907,6363.1567138 +314,0.325818979,0.268352149,266,-1.352015998,0.6753788907,5883.3664958 +315,-1.246004659,-0.663679965,266,-1.352015998,0.6753788907,5318.0529721 +316,1.814603087,0.637404484,266,-1.352015998,0.6753788907,7243.1089596 +317,1.843704281,-0.18300445,266,-1.352015998,0.6753788907,10484.156385 +318,1.690644492,-0.211480909,266,-1.352015998,0.6753788907,10573.587051 +319,-1.275451936,0.068109467,266,-1.352015998,0.6753788907,2421.183584 +320,0.762430171,-0.207594741,266,-1.352015998,0.6753788907,8406.0981703 +321,0.265668905,-0.014647884,266,-1.352015998,0.6753788907,6403.144706 +322,-2.773032013,-0.335515811,266,-1.352015998,0.6753788907,6602.2898405 +323,-1.469512853,0.174058777,266,-1.352015998,0.6753788907,2028.9809437 +324,0.286276986,0.785925691,266,-1.352015998,0.6753788907,4569.7964493 +325,-1.379324697,0.377432233,266,-1.352015998,0.6753788907,1183.8114371 +326,-1.203778265,0.212813032,266,-1.352015998,0.6753788907,1905.1439322 +327,0.579916301,0.611743168,266,-1.352015998,0.6753788907,5692.396111 +328,0.267582642,0.868113908,266,-1.352015998,0.6753788907,4362.0314457 +329,0.412869244,-0.050245578,266,-1.352015998,0.6753788907,6945.8246431 +330,0.17524381,0.976660285,266,-1.352015998,0.6753788907,3976.1944709 +331,0.743157214,0.204812899,266,-1.352015998,0.6753788907,7245.0588829 +332,-1.070758176,0.269382282,266,-1.352015998,0.6753788907,1882.7255282 +333,-1.230364251,0.329790229,266,-1.352015998,0.6753788907,1431.3228658 +334,-1.374813124,-0.024926835,266,-1.352015998,0.6753788907,2775.1568312 +335,0.519780566,0.463669906,266,-1.352015998,0.6753788907,5933.9126621 +336,-1.55108034,0.239698561,266,-1.352015998,0.6753788907,1861.295586 +337,0.180294813,0.029739425,266,-1.352015998,0.6753788907,6029.3190235 +338,0.67820924,0.268170153,266,-1.352015998,0.6753788907,6890.7955289 +339,0.445798684,1.024001867,266,-1.352015998,0.6753788907,4405.3757084 +340,0.691751283,0.150521402,266,-1.352015998,0.6753788907,7254.5694558 +341,-1.036643551,-0.903056181,266,-1.352015998,0.6753788907,6346.6112232 +342,-0.120287036,1.083325163,266,-1.352015998,0.6753788907,3292.5371942 +343,2.823513113,-0.304487164,266,-1.352015998,0.6753788907,8615.8055648 +344,0.457583172,1.12513373,266,-1.352015998,0.6753788907,4218.2605284 +345,0.042918831,0.813795399,266,-1.352015998,0.6753788907,3923.5877684 +346,1.196146777,-0.853142756,266,-1.352015998,0.6753788907,10625.692677 +347,0.206001358,-0.010430701,266,-1.352015998,0.6753788907,6208.2520106 +348,-0.268308653,0.234799412,266,-1.352015998,0.6753788907,4144.6117602 +349,0.759363263,0.736189579,266,-1.352015998,0.6753788907,5736.8517443 +350,0.181363926,0.891988372,266,-1.352015998,0.6753788907,4125.353224 +351,-0.021111158,0.139103292,266,-1.352015998,0.6753788907,5137.6462821 +352,-0.093355215,0.630686981,266,-1.352015998,0.6753788907,3856.8244995 +353,0.40118964,0.681375926,266,-1.352015998,0.6753788907,5082.0374326 +354,-0.721197315,1.304706234,266,-1.352015998,0.6753788907,2747.4987138 +355,-1.076150317,0.212107639,266,-1.352015998,0.6753788907,2076.1791079 +356,-1.577164531,0.273993443,266,-1.352015998,0.6753788907,1772.3153654 +357,-0.190788414,0.182208586,266,-1.352015998,0.6753788907,4509.693095 +358,-0.261349752,0.209710184,266,-1.352015998,0.6753788907,4226.415379 +359,-1.029303852,0.083549259,266,-1.352015998,0.6753788907,2615.6755721 +360,-1.268609162,0.330525297,266,-1.352015998,0.6753788907,1395.7234206 +361,1.282982244,-0.926641967,266,-1.352015998,0.6753788907,10747.919963 +362,0.217352334,0.731352408,266,-1.352015998,0.6753788907,4512.1087919 +363,-1.511833084,0.258629297,266,-1.352015998,0.6753788907,1742.4434748 +364,0.338812194,0.823184618,266,-1.352015998,0.6753788907,4613.8205326 +365,-0.324406489,1.134201999,266,-1.352015998,0.6753788907,2939.0081388 +366,1.389579348,0.399185724,266,-1.352015998,0.6753788907,7935.9657409 +367,2.047152199,-0.039082036,266,-1.352015998,0.6753788907,9756.6823705 +368,0.947780369,0.568250077,266,-1.352015998,0.6753788907,6625.5891644 +369,0.763824846,0.576754987,266,-1.352015998,0.6753788907,6215.0387724 +370,-0.142334657,0.928153068,266,-1.352015998,0.6753788907,3336.3999577 +371,0.610266567,0.547265983,266,-1.352015998,0.6753788907,5940.388553 +372,0.210731629,0.746815056,266,-1.352015998,0.6753788907,4464.32999 +373,-1.34931644,0.316895224,266,-1.352015998,0.6753788907,1419.9843111 +374,2.407696481,0.655030745,266,-1.352015998,0.6753788907,6712.5843395 +375,0.64207831,0.545359131,266,-1.352015998,0.6753788907,6022.9392313 +376,1.174597538,0.840588356,266,-1.352015998,0.6753788907,6061.1485337 +377,0.660059424,0.010604079,266,-1.352015998,0.6753788907,7540.1328087 +378,-0.730263819,0.010486456,266,-1.352015998,0.6753788907,3466.2028491 +379,0.831068936,0.512339172,266,-1.352015998,0.6753788907,6556.9970814 +380,1.301180979,0.72367476,266,-1.352015998,0.6753788907,6628.7245679 +381,1.811128231,0.322854402,266,-1.352015998,0.6753788907,8489.0364763 +382,0.435105812,0.992284428,266,-1.352015998,0.6753788907,4453.1125957 +383,0.62643634,0.592027932,266,-1.352015998,0.6753788907,5856.5090111 +384,0.492988703,-0.516339467,266,-1.352015998,0.6753788907,8261.4331127 +385,-0.162469483,0.112549365,266,-1.352015998,0.6753788907,4768.4051926 +386,0.314630866,0.472006421,266,-1.352015998,0.6753788907,5352.5222758 +387,0.166744804,0.822815954,266,-1.352015998,0.6753788907,4212.0657688 +388,0.417159608,0.965805736,266,-1.352015998,0.6753788907,4475.5669925 +389,0.106334961,0.868774244,266,-1.352015998,0.6753788907,3991.0097749 +390,0.815086969,-0.338144359,266,-1.352015998,0.6753788907,8875.2783029 +391,0.59867455,-0.230624824,266,-1.352015998,0.6753788907,7959.1791735 +392,1.915104874,0.066220985,266,-1.352015998,0.6753788907,9470.6147544 +393,1.278093622,0.064463721,266,-1.352015998,0.6753788907,8967.1504828 +394,-0.061477853,0.302997961,266,-1.352015998,0.6753788907,4623.8585737 +395,0.251311504,0.626976942,266,-1.352015998,0.6753788907,4821.4579891 +396,2.950242872,0.149095644,266,-1.352015998,0.6753788907,7079.7325595 +397,-0.180294708,0.35375117,266,-1.352015998,0.6753788907,4143.0767027 +398,1.010448592,-0.351180233,266,-1.352015998,0.6753788907,9501.1777131 +399,-1.748740498,0.3686318073,266,-1.352015998,0.6753788907,1815.6010799 +400,2.699635665,0.123533791,266,-1.352015998,0.6753788907,7844.5448667 +401,0.496808033,0.823843254,266,-1.352015998,0.6753788907,4960.0668486 +402,0.129574704,0.763364087,266,-1.352015998,0.6753788907,4227.6816847 +403,1.798920311,0.817447563,266,-1.352015998,0.6753788907,6530.6703216 +404,0.335987953,0.746786541,266,-1.352015998,0.6753788907,4772.9564974 +405,-1.085413643,0.292154671,266,-1.352015998,0.6753788907,1776.8651124 +406,-0.155321003,0.508207011,266,-1.352015998,0.6753788907,3899.0671157 +407,0.620529244,-0.301175104,266,-1.352015998,0.6753788907,8191.0709804 +408,1.684402744,0.368716966,266,-1.352015998,0.6753788907,8289.7772625 +409,0.300582244,-0.386397212,266,-1.352015998,0.6753788907,7406.7299209 +410,2.913555946,-0.009225192,266,-1.352015998,0.6753788907,7608.6717981 +411,1.465101417,0.493232532,266,-1.352015998,0.6753788907,7661.7904019 +412,0.090612882,0.907955955,266,-1.352015998,0.6753788907,3895.2583065 +413,2.987564726,-0.729568594,266,-1.352015998,0.6753788907,8914.6019238 +414,-1.484261606,0.224149272,266,-1.352015998,0.6753788907,1846.7556057 +415,0.164073421,0.303955133,266,-1.352015998,0.6753788907,5311.463554 +416,0.141441293,0.167552546,266,-1.352015998,0.6753788907,5570.4990048 +417,2.931321023,-0.506718887,266,-1.352015998,0.6753788907,8708.3015988 +418,2.21951565,0.700596356,266,-1.352015998,0.6753788907,6775.4590395 +419,0.268112576,1.199114336,266,-1.352015998,0.6753788907,3826.6570801 +420,0.978913739,0.359223811,266,-1.352015998,0.6753788907,7361.0919896 +421,1.210898818,0.522863584,266,-1.352015998,0.6753788907,7238.7610428 +422,2.347397336,0.129231362,266,-1.352015998,0.6753788907,8653.6212315 +423,0.614394501,0.556878345,266,-1.352015998,0.6753788907,5924.1360419 +424,-1.398079356,0.148483366,266,-1.352015998,0.6753788907,2093.4735839 +425,2.535303836,-0.112984496,266,-1.352015998,0.6753788907,8973.6599982 +426,-1.019372593,-0.405322349,266,-1.352015998,0.6753788907,4455.1752384 +427,-1.297785627,-0.160104069,266,-1.352015998,0.6753788907,3315.3935895 +428,2.144554488,0.205051084,266,-1.352015998,0.6753788907,8717.5271408 +429,-2.242387083,-0.426171285,266,-1.352015998,0.6753788907,5470.1904068 +430,0.338637212,0.909723676,266,-1.352015998,0.6753788907,4434.0836892 +431,-0.148798452,0.691042401,266,-1.352015998,0.6753788907,3600.3016937 +432,0.893524764,0.441829531,266,-1.352015998,0.6753788907,6912.2886756 +433,0.969229347,-0.368847936,266,-1.352015998,0.6753788907,9416.445829 +434,0.436043248,0.800045688,266,-1.352015998,0.6753788907,4884.3692435 +435,1.687946607,1.081504775,266,-1.352015998,0.6753788907,5477.2019878 +436,0.522302046,-0.034889271,266,-1.352015998,0.6753788907,7242.9937042 +437,-0.178996113,-0.438090009,266,-1.352015998,0.6753788907,6187.9952097 +438,-1.094339566,0.301444068,266,-1.352015998,0.6753788907,1728.4632451 +439,-1.064070054,0.242569932,266,-1.352015998,0.6753788907,1988.6081527 +440,-1.068153768,0.230387998,266,-1.352015998,0.6753788907,2024.4738346 +441,-3.00496892,-0.23989155,266,-1.352015998,0.6753788907,7063.0467652 +442,0.21751974,0.766874888,266,-1.352015998,0.6753788907,4441.4224137 +443,0.117229532,0.007619006,266,-1.352015998,0.6753788907,5889.2759123 +444,0.777758451,0.420554741,266,-1.352015998,0.6753788907,6708.7169389 +445,-0.252356999,0.250747086,266,-1.352015998,0.6753788907,4155.6993817 +446,0.363148444,0.768483434,266,-1.352015998,0.6753788907,4789.4649196 +447,0.903191366,-0.118210676,266,-1.352015998,0.6753788907,8594.0763143 +448,-0.205755923,0.149406178,266,-1.352015998,0.6753788907,4544.4417858 +449,1.811996086,0.02364353,266,-1.352015998,0.6753788907,9673.8138963 +450,-1.100670221,0.314845373,266,-1.352015998,0.6753788907,1670.3893352 +451,0.340078597,0.850105132,266,-1.352015998,0.6753788907,4559.7859865 +452,0.258757267,0.804969236,266,-1.352015998,0.6753788907,4465.5673836 +453,2.78505352,-0.155160804,266,-1.352015998,0.6753788907,8370.2697676 +454,0.800551619,0.105822106,266,-1.352015998,0.6753788907,7682.4892296 +455,0.437940882,-0.506194031,266,-1.352015998,0.6753788907,8077.5693001 +456,2.230431122,0.63458615,266,-1.352015998,0.6753788907,7010.5658458 +457,0.527965361,0.127667701,266,-1.352015998,0.6753788907,6842.174949 +458,-0.063643205,0.702093448,266,-1.352015998,0.6753788907,3820.405254 +459,1.408447268,0.133010502,266,-1.352015998,0.6753788907,8947.9270244 +460,0.523795955,0.280266966,266,-1.352015998,0.6753788907,6429.1801564 +461,-0.975769313,0.072177659,266,-1.352015998,0.6753788907,2746.5885457 +462,0.549774164,-0.463663986,266,-1.352015998,0.6753788907,8325.529402 +463,0.29245874,1.095549818,266,-1.352015998,0.6753788907,4011.0744557 +464,0.143625958,0.816809593,266,-1.352015998,0.6753788907,4166.8624033 +465,0.671902494,0.611159853,266,-1.352015998,0.6753788907,5908.9774306 +466,1.239840988,0.6724199,266,-1.352015998,0.6753788907,6743.0839114 +467,0.607829703,-0.10932137,266,-1.352015998,0.6753788907,7691.1808089 +468,1.763020906,0.263996692,266,-1.352015998,0.6753788907,8721.6784053 +469,0.378714634,0.726066797,266,-1.352015998,0.6753788907,4922.7518237 +470,2.196736143,-0.153862366,266,-1.352015998,0.6753788907,9921.5623349 +471,0.01702415,0.148991565,266,-1.352015998,0.6753788907,5231.4037943 +472,-2.998490902,-0.158002487,266,-1.352015998,0.6753788907,6844.9611346 +473,-3.051262951,-0.346595608,266,-1.352015998,0.6753788907,7455.447945 +474,-1.069176439,0.182802941,266,-1.352015998,0.6753788907,2192.9117106 +475,0.167157509,0.595344954,266,-1.352015998,0.6753788907,4661.018602 +476,0.613855648,0.681746124,266,-1.352015998,0.6753788907,5582.523827 +477,1.037012736,0.682555367,266,-1.352015998,0.6753788907,6410.9546458 +478,-1.253574971,0.379755746,266,-1.352015998,0.6753788907,1217.7696346 +479,3.108590453,-0.132620738,266,-1.352015998,0.6753788907,7327.0758454 +480,0.565301296,0.022333262,266,-1.352015998,0.6753788907,7227.0527362 +481,0.547898238,0.855555614,266,-1.352015998,0.6753788907,4987.8010171 +482,0.948309381,0.417393755,266,-1.352015998,0.6753788907,7109.0514573 +483,-0.050600732,0.945269213,266,-1.352015998,0.6753788907,3530.2669398 +484,-0.977651478,-0.572363064,266,-1.352015998,0.6753788907,5130.6843329 +485,1.102014914,0.728861163,266,-1.352015998,0.6753788907,6354.697262 +486,2.927300795,-0.282939414,266,-1.352015998,0.6753788907,8246.0014254 +487,-1.154565557,0.124434095,266,-1.352015998,0.6753788907,2293.6166032 +488,1.855331234,0.291044755,266,-1.352015998,0.6753788907,8608.0721701 +489,0.830290659,0.276904518,266,-1.352015998,0.6753788907,7264.116122 +490,0.485104466,-0.234867441,266,-1.352015998,0.6753788907,7618.244846 +491,0.521367572,-0.33161327,266,-1.352015998,0.6753788907,7953.8523555 +1,-1.539031704,0.7349710123,267,-1.377988483,0.6577816235,576.52874461 +2,-1.536990553,0.7349663874,267,-1.377988483,0.6577816235,571.28167497 +3,-1.534951779,0.7349571355,267,-1.377988483,0.6577816235,566.05041814 +4,-1.532906461,0.7349480293,267,-1.377988483,0.6577816235,560.82191903 +5,-1.531320211,0.7346937278,267,-1.377988483,0.6577816235,556.2858937 +6,-1.539451648,0.7335131775,267,-1.377988483,0.6577816235,574.84066108 +7,-1.537429487,0.7335445708,267,-1.377988483,0.6577816235,569.67526756 +8,-1.535484998,0.7335658704,267,-1.377988483,0.6577816235,564.70959705 +9,-1.533488396,0.7336036027,267,-1.377988483,0.6577816235,559.66071085 +10,-1.531497785,0.7335842962,267,-1.377988483,0.6577816235,554.5349867 +11,-1.530259379,0.7334777758,267,-1.377988483,0.6577816235,551.16767892 +12,-1.5335454,0.7322346912,267,-1.377988483,0.6577816235,557.1569107 +13,-1.531489083,0.7322238773,267,-1.377988483,0.6577816235,551.8484771 +14,-1.530011122,0.7321679851,267,-1.377988483,0.6577816235,547.9507791 +15,-1.53348106,0.7306614094,267,-1.377988483,0.6577816235,553.99423453 +16,-1.531441779,0.7306962275,267,-1.377988483,0.6577816235,548.78176521 +17,-1.529755654,0.7306933243,267,-1.377988483,0.6577816235,544.42649254 +18,-1.533415048,0.7291384674,267,-1.377988483,0.6577816235,550.97215219 +19,-1.531392093,0.7291705353,267,-1.377988483,0.6577816235,545.76177808 +20,-1.529296523,0.7291214933,267,-1.377988483,0.6577816235,540.22892702 +21,-1.535280942,0.727267644,267,-1.377988483,0.6577816235,552.45575557 +22,-1.533378158,0.7276139666,267,-1.377988483,0.6577816235,548.0727353 +23,-1.531340368,0.7276446587,267,-1.377988483,0.6577816235,542.78596253 +24,-1.528960113,0.7276398177,267,-1.377988483,0.6577816235,536.55945735 +25,-1.533313146,0.7260818349,267,-1.377988483,0.6577816235,545.13624068 +26,-1.531259555,0.7260958115,267,-1.377988483,0.6577816235,539.7425393 +27,-1.528926415,0.7260865555,267,-1.377988483,0.6577816235,533.59112954 +28,-1.531226779,0.7245511789,267,-1.377988483,0.6577816235,536.88602195 +29,-1.528904772,0.7245519194,267,-1.377988483,0.6577816235,530.74236859 +30,-1.547195875,0.7409785979,267,-1.377988483,0.6577816235,609.03072203 +31,-1.5451475,0.740980426,267,-1.377988483,0.6577816235,603.83459103 +32,-1.543097679,0.7409798872,267,-1.377988483,0.6577816235,598.64890853 +33,-1.540720364,0.7409892687,267,-1.377988483,0.6577816235,592.67908135 +34,-1.547188511,0.7395198392,267,-1.377988483,0.6577816235,606.18513211 +35,-1.545148587,0.7395226109,267,-1.377988483,0.6577816235,600.98113173 +36,-1.543104538,0.7395314908,267,-1.377988483,0.6577816235,595.79700553 +37,-1.540727751,0.7395306258,267,-1.377988483,0.6577816235,589.77083566 +38,-1.547187029,0.7380014886,267,-1.377988483,0.6577816235,603.28333603 +39,-1.545147315,0.7380012252,267,-1.377988483,0.6577816235,598.04167067 +40,-1.54310719,0.7380060743,267,-1.377988483,0.6577816235,592.82666496 +41,-1.540719671,0.7380068206,267,-1.377988483,0.6577816235,586.73753532 +42,-1.547187189,0.7364799098,267,-1.377988483,0.6577816235,600.42562394 +43,-1.545149996,0.7364853874,267,-1.377988483,0.6577816235,595.16900148 +44,-1.543106091,0.7364823484,267,-1.377988483,0.6577816235,589.89649557 +45,-1.540717158,0.7364893901,267,-1.377988483,0.6577816235,583.77705793 +46,-1.538663972,0.7410138672,267,-1.377988483,0.6577816235,587.57075258 +47,-1.53695285,0.7409699132,267,-1.377988483,0.6577816235,583.20374911 +48,-1.534910498,0.7409641297,267,-1.377988483,0.6577816235,578.10560613 +49,-1.533145034,0.7409536636,267,-1.377988483,0.6577816235,573.70404006 +50,-1.538681336,0.7395405883,267,-1.377988483,0.6577816235,584.62479519 +51,-1.536999189,0.7395183096,267,-1.377988483,0.6577816235,580.34808053 +52,-1.534923633,0.7395144222,267,-1.377988483,0.6577816235,575.13756499 +53,-1.533267822,0.7395654306,267,-1.377988483,0.6577816235,571.10834819 +54,-1.53867273,0.7380151077,267,-1.377988483,0.6577816235,581.5528018 +55,-1.536980576,0.7379994392,267,-1.377988483,0.6577816235,577.23663581 +56,-1.534931522,0.7379944961,267,-1.377988483,0.6577816235,572.05608461 +57,-1.533387952,0.7379480264,267,-1.377988483,0.6577816235,568.07966742 +58,-1.538682279,0.7364914363,267,-1.377988483,0.6577816235,578.57708915 +59,-1.536980704,0.7364810563,267,-1.377988483,0.6577816235,574.2195728 +60,-1.534935567,0.7364752065,267,-1.377988483,0.6577816235,569.01286875 +61,-1.533042592,0.7363876366,267,-1.377988483,0.6577816235,564.04569856 +62,-1.545143426,0.7349628011,267,-1.377988483,0.6577816235,592.30639673 +63,-1.543105297,0.7349691947,267,-1.377988483,0.6577816235,587.03400773 +64,-1.541064533,0.7349647152,267,-1.377988483,0.6577816235,581.75193639 +65,-1.545411803,0.7334624714,267,-1.377988483,0.6577816235,590.25020367 +66,-1.543446606,0.7334780896,267,-1.377988483,0.6577816235,585.15040298 +67,-1.541475327,0.7334957295,267,-1.377988483,0.6577816235,580.05500198 +68,-1.545401939,0.731963266,267,-1.377988483,0.6577816235,587.51983342 +69,-1.54342253,0.7319915583,267,-1.377988483,0.6577816235,582.374673 +70,-1.541455867,0.7320216438,267,-1.377988483,0.6577816235,577.2829061 +71,-1.545410146,0.7304422281,267,-1.377988483,0.6577816235,584.84604473 +72,-1.543435491,0.7304713664,267,-1.377988483,0.6577816235,579.68279135 +73,-1.541463105,0.7304997613,267,-1.377988483,0.6577816235,574.54052339 +74,-1.545414768,0.7289194936,267,-1.377988483,0.6577816235,582.20955494 +75,-1.543435774,0.7289538557,267,-1.377988483,0.6577816235,577.01196875 +76,-1.541457714,0.7289765881,267,-1.377988483,0.6577816235,571.81255228 +77,-1.539449415,0.7320555866,267,-1.377988483,0.6577816235,572.11179962 +78,-1.537429183,0.7321097681,267,-1.377988483,0.6577816235,566.96135457 +79,-1.535472649,0.7321497267,267,-1.377988483,0.6577816235,561.96876257 +80,-1.539457899,0.7305333307,267,-1.377988483,0.6577816235,569.33840207 +81,-1.537453161,0.7305750503,267,-1.377988483,0.6577816235,564.17050753 +82,-1.535479385,0.7306124949,267,-1.377988483,0.6577816235,559.09407198 +83,-1.53946905,0.7290102593,267,-1.377988483,0.6577816235,566.62088209 +84,-1.537459922,0.7290417293,267,-1.377988483,0.6577816235,561.38871814 +85,-1.535451349,0.7290890157,267,-1.377988483,0.6577816235,556.20499114 +86,-1.535522937,0.7279887191,267,-1.377988483,0.6577816235,554.39124207 +87,-1.539442524,0.7274735939,267,-1.377988483,0.6577816235,563.83075631 +88,-1.537424111,0.727521351,267,-1.377988483,0.6577816235,558.56920693 +89,-1.539384641,0.7259505092,267,-1.377988483,0.6577816235,561.0319202 +90,-1.537372391,0.7259947145,267,-1.377988483,0.6577816235,555.74684358 +91,-1.535340789,0.7260435356,267,-1.377988483,0.6577816235,550.43631919 +92,-1.539325716,0.7244369706,267,-1.377988483,0.6577816235,558.29683442 +93,-1.537308932,0.7244801057,267,-1.377988483,0.6577816235,552.96466002 +94,-1.535289068,0.7245247645,267,-1.377988483,0.6577816235,547.64419468 +95,-1.533261366,0.7245550236,267,-1.377988483,0.6577816235,542.29555405 +96,-1.539267302,0.722921924,267,-1.377988483,0.6577816235,555.61115572 +97,-1.537248972,0.7229660258,267,-1.377988483,0.6577816235,550.24340207 +98,-1.535219431,0.7229916471,267,-1.377988483,0.6577816235,544.83109772 +99,-1.53318962,0.7230212049,267,-1.377988483,0.6577816235,539.44157847 +100,-1.531154816,0.7230299897,267,-1.377988483,0.6577816235,534.02000828 +101,-1.528878341,0.7230370244,267,-1.377988483,0.6577816235,527.96988327 +102,-1.539218189,0.7214009878,267,-1.377988483,0.6577816235,552.99258439 +103,-1.537198791,0.7214422745,267,-1.377988483,0.6577816235,547.5842234 +104,-1.535179266,0.7214634354,267,-1.377988483,0.6577816235,542.15839703 +105,-1.533156501,0.7214944644,267,-1.377988483,0.6577816235,536.75634724 +106,-1.53113574,0.7215166021,267,-1.377988483,0.6577816235,531.3613947 +107,-1.528874248,0.7215345535,267,-1.377988483,0.6577816235,525.3320768 +108,-1.539217656,0.7198512397,267,-1.377988483,0.6577816235,550.51394648 +109,-1.537199919,0.7199428763,267,-1.377988483,0.6577816235,545.1570165 +110,-1.545425832,0.727397149,267,-1.377988483,0.6577816235,579.64140593 +111,-1.543371177,0.7273916949,267,-1.377988483,0.6577816235,574.14177255 +112,-1.541368852,0.7274523163,267,-1.377988483,0.6577816235,568.91109489 +113,-1.545349067,0.7258710923,267,-1.377988483,0.6577816235,576.8820384 +114,-1.54332671,0.7258603556,267,-1.377988483,0.6577816235,571.42909848 +115,-1.541346831,0.7259242142,267,-1.377988483,0.6577816235,566.23066374 +116,-1.545324355,0.7243383958,267,-1.377988483,0.6577816235,574.30231157 +117,-1.543292796,0.7243617413,267,-1.377988483,0.6577816235,568.84977893 +118,-1.541295822,0.7244024384,267,-1.377988483,0.6577816235,563.53448214 +119,-1.543193859,0.7205570215,267,-1.377988483,0.6577816235,562.49191675 +120,-1.550257047,0.7386738187,267,-1.377988483,0.6577816235,612.46091461 +121,-1.549335448,0.7311736483,267,-1.377988483,0.6577816235,596.51690487 +122,-1.533478843,0.7179891343,267,-1.377988483,0.6577816235,531.88598874 +123,-1.556150555,0.738907041,267,-1.377988483,0.6577816235,628.15626512 +124,-1.554324226,0.733414257,267,-1.377988483,0.6577816235,613.61239187 +125,-1.554290846,0.7288285332,267,-1.377988483,0.6577816235,605.8130275 +126,-1.55122487,0.7219795312,267,-1.377988483,0.6577816235,586.69855963 +127,-1.525104458,0.7229399862,267,-1.377988483,0.6577816235,517.79248693 +128,-1.519607711,0.7236181429,267,-1.377988483,0.6577816235,504.60661135 +129,-1.513899999,0.7251107854,267,-1.377988483,0.6577816235,492.74176333 +130,-1.536620762,0.7431061895,267,-1.377988483,0.6577816235,586.83148268 +131,-1.5369566,0.7460845958,267,-1.377988483,0.6577816235,594.00761757 +132,-1.545345528,0.7447040685,267,-1.377988483,0.6577816235,611.80984302 +133,-1.532813921,0.7432306626,267,-1.377988483,0.6577816235,577.73343565 +134,-1.554788248,0.7382381001,267,-1.377988483,0.6577816235,623.39472152 +135,-1.540348126,0.7301594274,267,-1.377988483,0.6577816235,570.99723672 +136,-1.538016084,0.7239051786,267,-1.377988483,0.6577816235,553.88410235 +137,-1.525288962,0.7258085137,267,-1.377988483,0.6577816235,523.55397381 +138,-1.534326986,0.731241342,267,-1.377988483,0.6577816235,557.28261172 +139,-1.530733872,0.7303625216,267,-1.377988483,0.6577816235,546.31466372 +141,-1.534354939,0.7328219978,267,-1.377988483,0.6577816235,560.37051277 +142,-1.53157084,0.7292888153,267,-1.377988483,0.6577816235,546.4487895 +143,-1.525691035,0.7263799874,267,-1.377988483,0.6577816235,525.67504014 +144,-1.534031287,0.7495967835,267,-1.377988483,0.6577816235,594.70343161 +145,-1.527714986,0.7283095957,267,-1.377988483,0.6577816235,534.58542213 +146,-1.526189586,0.7271468292,267,-1.377988483,0.6577816235,528.4193121 +147,-1.555177336,0.7375563366,267,-1.377988483,0.6577816235,623.17280199 +148,-1.555080283,0.7312707794,267,-1.377988483,0.6577816235,611.9724479 +149,-1.53856994,0.7224180299,267,-1.377988483,0.6577816235,552.89637598 +150,-1.530837883,0.729933372,267,-1.377988483,0.6577816235,545.76539378 +151,-1.515066984,0.5854133365,267,-1.377988483,0.6577816235,526.0111885 +152,-1.534731633,0.5368370046,267,-1.377988483,0.6577816235,701.49738994 +153,-1.515231902,0.5607085576,267,-1.377988483,0.6577816235,588.30927914 +154,-2.616253799,1.0684566605,267,-1.377988483,0.6577816235,3365.6427154 +155,-1.956071439,0.5792177723,267,-1.377988483,0.6577816235,1881.3803062 +156,-1.951208514,0.5602434208,267,-1.377988483,0.6577816235,1891.8328391 +157,-1.944675062,0.6062144545,267,-1.377988483,0.6577816235,1813.4770971 +158,-1.613778386,0.6077989518,267,-1.377988483,0.6577816235,777.92739415 +159,-2.035029014,0.6021432345,267,-1.377988483,0.6577816235,2100.3816935 +160,-2.114989471,0.6801825058,267,-1.377988483,0.6577816235,2271.0562955 +161,-2.037382079,0.5765830025,267,-1.377988483,0.6577816235,2139.5471629 +162,-2.129855121,0.6585019963,267,-1.377988483,0.6577816235,2334.6430234 +163,-2.075141798,0.6493615843,267,-1.377988483,0.6577816235,2175.6908296 +164,-1.828626729,0.6948433129,267,-1.377988483,0.6577816235,1394.9235962 +165,-1.863329418,0.6735427691,267,-1.377988483,0.6577816235,1507.5223126 +166,-1.266037071,0.727988852,267,-1.377988483,0.6577816235,439.93801465 +167,-1.277579582,0.7249010648,267,-1.377988483,0.6577816235,405.49067706 +168,-1.258418684,0.7241194816,267,-1.377988483,0.6577816235,449.4968924 +169,-1.317813974,0.6804850104,267,-1.377988483,0.6577816235,207.43707264 +170,-1.344165204,0.6790988904,267,-1.377988483,0.6577816235,134.84370386 +171,-1.427582102,0.5277120351,267,-1.377988483,0.6577816235,540.27095815 +172,-1.402238616,0.457167829,267,-1.377988483,0.6577816235,798.7705995 +173,-1.422454264,0.4996161999,267,-1.377988483,0.6577816235,643.5300561 +174,-1.439089277,0.4894859811,267,-1.377988483,0.6577816235,696.76420339 +175,-1.448126995,0.5182330266,267,-1.377988483,0.6577816235,598.96548043 +176,-1.474626146,0.5881926574,267,-1.377988483,0.6577816235,415.32501571 +177,-1.421139645,0.5584869783,267,-1.377988483,0.6577816235,417.52477308 +178,-1.457037165,0.565943032,267,-1.377988483,0.6577816235,444.85738803 +179,-2.757159358,0.3745319,267,-1.377988483,0.6577816235,4746.5254171 +180,-2.714309238,0.342054471,267,-1.377988483,0.6577816235,4685.3430906 +181,-2.000525337,0.774119946,267,-1.377988483,0.6577816235,1900.4733443 +183,-1.571413436,0.6777838382,267,-1.377988483,0.6577816235,606.39228864 +184,-1.552860289,0.6987663893,267,-1.377988483,0.6577816235,562.88600517 +185,-1.521852374,0.7165827476,267,-1.377988483,0.6577816235,497.98977501 +186,-1.503656267,0.6928968252,267,-1.377988483,0.6577816235,412.50581149 +187,-1.502753178,0.7136205882,267,-1.377988483,0.6577816235,441.62228545 +188,-1.631894563,0.7343596465,267,-1.377988483,0.6577816235,827.88704423 +189,-1.653765416,0.6770714026,267,-1.377988483,0.6577816235,860.26792854 +190,-1.719812114,0.6715965947,267,-1.377988483,0.6577816235,1065.1114309 +191,-1.493406659,0.6646955447,267,-1.377988483,0.6577816235,361.77483087 +192,-1.469120564,0.6613469966,267,-1.377988483,0.6577816235,285.57509419 +193,-1.590551461,0.5326612937,267,-1.377988483,0.6577816235,854.15149043 +194,-1.625979264,0.5247742243,267,-1.377988483,0.6577816235,969.16127643 +195,-1.572293943,0.5238808754,267,-1.377988483,0.6577816235,829.46305123 +196,-1.610848725,0.5477107964,267,-1.377988483,0.6577816235,874.73702101 +197,-1.208485554,0.7918526018,267,-1.377988483,0.6577816235,730.14708301 +198,-1.335601374,0.6869083083,267,-1.377988483,0.6577816235,174.81434857 +199,-1.346156996,0.6825213377,267,-1.377988483,0.6577816235,139.16054204 +200,-1.324381037,0.6741422347,267,-1.377988483,0.6577816235,179.09018037 +201,-1.242424992,0.7378949807,267,-1.377988483,0.6577816235,519.2237138 +202,-1.270370057,0.7392461008,267,-1.377988483,0.6577816235,458.76036784 +203,-1.448950472,0.7441675014,267,-1.377988483,0.6577816235,403.88946887 +204,-1.492662363,0.7523026852,267,-1.377988483,0.6577816235,509.414322 +205,-1.479098966,0.7763855017,267,-1.377988483,0.6577816235,558.06937634 +206,-1.633760714,0.7869022408,267,-1.377988483,0.6577816235,913.93173315 +207,-1.647406434,0.8101289331,267,-1.377988483,0.6577816235,993.05463003 +208,-1.564245052,0.5701509278,267,-1.377988483,0.6577816235,695.11925068 +209,-1.646289963,0.6833746083,267,-1.377988483,0.6577816235,837.7407335 +210,-1.5820631,0.6751952144,267,-1.377988483,0.6577816235,638.64319542 +211,-1.613236298,0.6681681791,267,-1.377988483,0.6577816235,734.92457584 +212,-1.914661867,0.8212566515,267,-1.377988483,0.6577816235,1685.0346783 +213,-1.742133237,0.7250275956,267,-1.377988483,0.6577816235,1139.5487312 +214,-2.033144872,0.6557314699,267,-1.377988483,0.6577816235,2041.2038401 +215,-2.039551981,0.6964723658,267,-1.377988483,0.6577816235,2032.7415014 +216,-1.247341019,0.7622473908,267,-1.377988483,0.6577816235,569.8148989 +217,-1.298239787,0.7084123392,267,-1.377988483,0.6577816235,316.53911304 +218,-1.308539688,0.6926545592,267,-1.377988483,0.6577816235,255.2765344 +219,-1.303263185,0.6888938396,267,-1.377988483,0.6577816235,262.11503403 +220,-1.852400229,0.6004246149,267,-1.377988483,0.6577816235,1530.8019858 +221,-1.288947707,0.7473773692,267,-1.377988483,0.6577816235,445.2228332 +222,-1.372031502,0.7472790993,267,-1.377988483,0.6577816235,354.95565377 +223,-1.289805721,0.7242157877,267,-1.377988483,0.6577816235,376.29318985 +224,-1.350807603,0.7533498126,267,-1.377988483,0.6577816235,387.29510692 +225,-1.329290365,0.7560442322,267,-1.377988483,0.6577816235,415.8677263 +226,-1.410153004,0.616936428,267,-1.377988483,0.6577816235,191.45480422 +227,-1.393445434,0.6308995063,267,-1.377988483,0.6577816235,117.19051152 +228,-1.37595573,0.6241540638,267,-1.377988483,0.6577816235,133.35497499 +229,-1.358388707,0.6172645205,267,-1.377988483,0.6577816235,172.18283036 +230,-1.753741133,0.8281661666,267,-1.377988483,0.6577816235,1280.6896451 +231,-1.47430987,0.6834615681,267,-1.377988483,0.6577816235,315.67224041 +232,-1.421012508,0.7222725206,267,-1.377988483,0.6577816235,287.24346897 +233,-1.4476833,0.6978557868,267,-1.377988483,0.6577816235,267.2287445 +234,-1.470370723,0.6966193374,267,-1.377988483,0.6577816235,323.94259428 +235,-1.429211703,0.7037216883,267,-1.377988483,0.6577816235,240.74303411 +236,-1.700578405,0.6178673663,267,-1.377988483,0.6577816235,1036.9133242 +237,-1.678117619,0.6331716163,267,-1.377988483,0.6577816235,953.2737584 +238,-1.725644578,0.6316331145,267,-1.377988483,0.6577816235,1103.4258865 +239,-2.14012759,0.7930497945,267,-1.377988483,0.6577816235,2291.6443365 +240,-2.103289431,0.7653606263,267,-1.377988483,0.6577816235,2193.2295627 +241,-1.318739838,0.7017808746,267,-1.377988483,0.6577816235,252.32168042 +242,-1.396417427,0.7077900843,267,-1.377988483,0.6577816235,206.01523735 +243,-1.35650337,0.7185539404,267,-1.377988483,0.6577816235,249.52472601 +244,-1.248884539,0.7274156818,267,-1.377988483,0.6577816235,480.29295428 +245,-1.395014798,0.5761185243,267,-1.377988483,0.6577816235,328.10502254 +246,-1.433377362,0.6064716109,267,-1.377988483,0.6577816235,269.47192784 +247,-1.408172432,0.5903155476,267,-1.377988483,0.6577816235,284.28481785 +248,-1.749645898,0.7757118084,267,-1.377988483,0.6577816235,1199.694708 +249,-1.571626686,0.615046989,267,-1.377988483,0.6577816235,639.20196107 +250,-1.514070049,0.6303003037,267,-1.377988483,0.6577816235,444.42114137 +251,-1.480890369,0.6237966528,267,-1.377988483,0.6577816235,353.29499699 +252,-1.704390658,0.5281680612,267,-1.377988483,0.6577816235,1185.7872668 +253,-1.64434733,0.5254277498,267,-1.377988483,0.6577816235,1018.6774181 +254,-1.703855997,0.4792484842,267,-1.377988483,0.6577816235,1293.5107743 +255,-1.692002383,0.5748825051,267,-1.377988483,0.6577816235,1064.7201337 +256,-1.854136457,0.5544643913,267,-1.377988483,0.6577816235,1596.8656622 +257,-1.665021206,0.520317736,267,-1.377988483,0.6577816235,1088.5388189 +258,-1.733654349,0.4845187345,267,-1.377988483,0.6577816235,1365.0706076 +259,-1.720938188,0.5135933906,267,-1.377988483,0.6577816235,1264.3677437 +260,-1.742668307,0.553296122,267,-1.377988483,0.6577816235,1254.4246639 +261,-1.965659039,0.7142126903,267,-1.377988483,0.6577816235,1803.7734331 +262,-1.944438071,0.6772834804,267,-1.377988483,0.6577816235,1754.5243973 +263,-1.270340967,0.7681487096,267,-1.377988483,0.6577816235,542.91314463 +264,-1.353091884,0.6549276821,267,-1.377988483,0.6577816235,78.938119039 +265,-1.333236659,0.6413584414,267,-1.377988483,0.6577816235,155.42175078 +266,-1.352015998,0.6753788907,267,-1.377988483,0.6577816235,106.7493466 +267,-1.377988483,0.6577816235,267,-1.377988483,0.6577816235,84.19619022 +268,-2.13075611,0.8318642051,267,-1.377988483,0.6577816235,2265.2814405 +269,-2.097910953,0.8259670014,267,-1.377988483,0.6577816235,2176.5927684 +270,-1.416382069,0.6694271549,267,-1.377988483,0.6577816235,128.37198531 +271,-1.538905672,0.7535625993,267,-1.377988483,0.6577816235,615.25410155 +272,-1.572309477,0.7803125099,267,-1.377988483,0.6577816235,754.40886837 +273,-1.87759879,0.7503853417,267,-1.377988483,0.6577816235,1544.1918091 +274,1.152365588,0.590457682,267,-1.377988483,0.6577816235,7011.2942761 +275,0.350198001,0.718001859,267,-1.377988483,0.6577816235,4978.4889836 +276,0.046513677,0.491503852,267,-1.377988483,0.6577816235,4634.0073939 +277,0.027510309,0.742571376,267,-1.377988483,0.6577816235,4105.1578235 +278,0.306285725,-0.214631579,267,-1.377988483,0.6577816235,7091.4574072 +279,-1.100564889,0.318051531,267,-1.377988483,0.6577816235,1653.7290542 +280,-1.078582306,0.301437596,267,-1.377988483,0.6577816235,1753.8879261 +281,-1.137371989,-0.617634065,267,-1.377988483,0.6577816235,5128.6517853 +282,0.784356344,0.703272339,267,-1.377988483,0.6577816235,5988.9210111 +283,-1.221209947,0.218327455,267,-1.377988483,0.6577816235,1826.9048113 +284,2.347301921,-0.449114658,267,-1.377988483,0.6577816235,10324.784611 +285,0.246820618,0.830553713,267,-1.377988483,0.6577816235,4493.8776846 +286,0.829414965,0.703288228,267,-1.377988483,0.6577816235,6077.012492 +287,-1.337537566,0.42332223,267,-1.377988483,0.6577816235,938.70367293 +288,0.882453706,0.454478077,267,-1.377988483,0.6577816235,6954.975395 +289,1.575629659,0.416419109,267,-1.377988483,0.6577816235,8131.7266262 +290,-1.039455679,0.229888244,267,-1.377988483,0.6577816235,2073.3138189 +291,0.489558039,0.934482747,267,-1.377988483,0.6577816235,4787.7805274 +292,0.081344504,0.88384514,267,-1.377988483,0.6577816235,4016.2225545 +293,-1.547979814,0.300350308,267,-1.377988483,0.6577816235,1534.4024575 +294,0.040776181,0.168560074,267,-1.377988483,0.6577816235,5340.4221783 +295,-1.130374745,0.563894876,267,-1.377988483,0.6577816235,884.0529485 +296,1.578326642,0.478507176,267,-1.377988483,0.6577816235,7890.6674326 +297,-1.12861823,-0.291640865,267,-1.377988483,0.6577816235,3873.734203 +298,0.310524208,0.770885792,267,-1.377988483,0.6577816235,4766.1246 +299,0.415649091,-0.387246002,267,-1.377988483,0.6577816235,7820.9405042 +300,-0.926533878,-0.188022748,267,-1.377988483,0.6577816235,3745.5822992 +301,1.258856172,-0.11716081,267,-1.377988483,0.6577816235,9637.7406538 +302,-1.126050026,0.322941926,267,-1.377988483,0.6577816235,1587.33387 +303,2.002785835,0.07893892,267,-1.377988483,0.6577816235,9395.6276405 +304,0.440437607,0.746258085,267,-1.377988483,0.6577816235,5128.16697 +305,-0.030391866,0.214441206,267,-1.377988483,0.6577816235,5009.8324542 +306,0.521557815,-0.058929362,267,-1.377988483,0.6577816235,7391.7381641 +307,-0.097005111,0.13317729,267,-1.377988483,0.6577816235,4992.9137174 +308,1.83113859,0.221857587,267,-1.377988483,0.6577816235,8950.5597419 +309,0.222428864,0.099404236,267,-1.377988483,0.6577816235,6073.9443339 +310,-1.702731345,0.8728568183,267,-1.377988483,0.6577816235,1253.0316612 +311,-0.418507569,0.278324921,267,-1.377988483,0.6577816235,3649.7823507 +312,-1.41153306,0.339029988,267,-1.377988483,0.6577816235,1267.8711701 +313,0.357560442,0.114788776,267,-1.377988483,0.6577816235,6455.4031648 +314,0.325818979,0.268352149,267,-1.377988483,0.6577816235,5980.5245729 +315,-1.246004659,-0.663679965,267,-1.377988483,0.6577816235,5256.4539274 +316,1.814603087,0.637404484,267,-1.377988483,0.6577816235,7310.2131104 +317,1.843704281,-0.18300445,267,-1.377988483,0.6577816235,10541.751615 +318,1.690644492,-0.211480909,267,-1.377988483,0.6577816235,10657.255081 +319,-1.275451936,0.068109467,267,-1.377988483,0.6577816235,2365.0660309 +320,0.762430171,-0.207594741,267,-1.377988483,0.6577816235,8498.528741 +321,0.265668905,-0.014647884,267,-1.377988483,0.6577816235,6485.7487807 +322,-2.773032013,-0.335515811,267,-1.377988483,0.6577816235,6501.9751448 +323,-1.469512853,0.174058777,267,-1.377988483,0.6577816235,1943.6261716 +324,0.286276986,0.785925691,267,-1.377988483,0.6577816235,4676.5363332 +325,-1.379324697,0.377432233,267,-1.377988483,0.6577816235,1110.4733375 +326,-1.203778265,0.212813032,267,-1.377988483,0.6577816235,1867.3641686 +327,0.579916301,0.611743168,267,-1.377988483,0.6577816235,5799.1322782 +328,0.267582642,0.868113908,267,-1.377988483,0.6577816235,4468.6033409 +329,0.412869244,-0.050245578,267,-1.377988483,0.6577816235,7032.5687488 +330,0.17524381,0.976660285,267,-1.377988483,0.6577816235,4081.8784323 +331,0.743157214,0.204812899,267,-1.377988483,0.6577816235,7349.6346817 +332,-1.070758176,0.269382282,267,-1.377988483,0.6577816235,1877.0967914 +333,-1.230364251,0.329790229,267,-1.377988483,0.6577816235,1395.8468559 +334,-1.374813124,-0.024926835,267,-1.377988483,0.6577816235,2704.2332443 +335,0.519780566,0.463669906,267,-1.377988483,0.6577816235,6039.2840708 +336,-1.55108034,0.239698561,267,-1.377988483,0.6577816235,1764.7495631 +337,0.180294813,0.029739425,267,-1.377988483,0.6577816235,6110.6987981 +338,0.67820924,0.268170153,267,-1.377988483,0.6577816235,6995.3716732 +339,0.445798684,1.024001867,267,-1.377988483,0.6577816235,4508.3911468 +340,0.691751283,0.150521402,267,-1.377988483,0.6577816235,7357.1860401 +341,-1.036643551,-0.903056181,267,-1.377988483,0.6577816235,6294.4656453 +342,-0.120287036,1.083325163,267,-1.377988483,0.6577816235,3396.6241315 +343,2.823513113,-0.304487164,267,-1.377988483,0.6577816235,8540.1690906 +344,0.457583172,1.12513373,267,-1.377988483,0.6577816235,4317.9580537 +345,0.042918831,0.813795399,267,-1.377988483,0.6577816235,4030.0487607 +346,1.196146777,-0.853142756,267,-1.377988483,0.6577816235,10652.01744 +347,0.206001358,-0.010430701,267,-1.377988483,0.6577816235,6288.5381397 +348,-0.268308653,0.234799412,267,-1.377988483,0.6577816235,4217.6656222 +349,0.759363263,0.736189579,267,-1.377988483,0.6577816235,5842.0181075 +350,0.181363926,0.891988372,267,-1.377988483,0.6577816235,4231.9515425 +351,-0.021111158,0.139103292,267,-1.377988483,0.6577816235,5216.3828281 +352,-0.093355215,0.630686981,267,-1.377988483,0.6577816235,3958.0683809 +353,0.40118964,0.681375926,267,-1.377988483,0.6577816235,5188.631151 +354,-0.721197315,1.304706234,267,-1.377988483,0.6577816235,2834.8019623 +355,-1.076150317,0.212107639,267,-1.377988483,0.6577816235,2063.4853198 +356,-1.577164531,0.273993443,267,-1.377988483,0.6577816235,1672.3172959 +357,-0.190788414,0.182208586,267,-1.377988483,0.6577816235,4583.0574408 +358,-0.261349752,0.209710184,267,-1.377988483,0.6577816235,4298.0328351 +359,-1.029303852,0.083549259,267,-1.377988483,0.6577816235,2600.2589553 +360,-1.268609162,0.330525297,267,-1.377988483,0.6577816235,1350.2977399 +361,1.282982244,-0.926641967,267,-1.377988483,0.6577816235,10752.718902 +362,0.217352334,0.731352408,267,-1.377988483,0.6577816235,4618.4021115 +363,-1.511833084,0.258629297,267,-1.377988483,0.6577816235,1649.3848888 +364,0.338812194,0.823184618,267,-1.377988483,0.6577816235,4720.4761384 +365,-0.324406489,1.134201999,267,-1.377988483,0.6577816235,3041.0578892 +366,1.389579348,0.399185724,267,-1.377988483,0.6577816235,8031.4319906 +367,2.047152199,-0.039082036,267,-1.377988483,0.6577816235,9785.1109892 +368,0.947780369,0.568250077,267,-1.377988483,0.6577816235,6730.5430863 +369,0.763824846,0.576754987,267,-1.377988483,0.6577816235,6321.5397123 +370,-0.142334657,0.928153068,267,-1.377988483,0.6577816235,3443.13376 +371,0.610266567,0.547265983,267,-1.377988483,0.6577816235,6047.0271291 +372,0.210731629,0.746815056,267,-1.377988483,0.6577816235,4570.7331929 +373,-1.34931644,0.316895224,267,-1.377988483,0.6577816235,1353.9079799 +374,2.407696481,0.655030745,267,-1.377988483,0.6577816235,6735.9039692 +375,0.64207831,0.545359131,267,-1.377988483,0.6577816235,6129.6467444 +376,1.174597538,0.840588356,267,-1.377988483,0.6577816235,6156.2342378 +377,0.660059424,0.010604079,267,-1.377988483,0.6577816235,7638.045247 +378,-0.730263819,0.010486456,267,-1.377988483,0.6577816235,3484.1669247 +379,0.831068936,0.512339172,267,-1.377988483,0.6577816235,6663.4872996 +380,1.301180979,0.72367476,267,-1.377988483,0.6577816235,6722.0536233 +381,1.811128231,0.322854402,267,-1.377988483,0.6577816235,8555.5110894 +382,0.435105812,0.992284428,267,-1.377988483,0.6577816235,4556.9948318 +383,0.62643634,0.592027932,267,-1.377988483,0.6577816235,5963.2576136 +384,0.492988703,-0.516339467,267,-1.377988483,0.6577816235,8320.2796885 +385,-0.162469483,0.112549365,267,-1.377988483,0.6577816235,4838.5448161 +386,0.314630866,0.472006421,267,-1.377988483,0.6577816235,5455.3705984 +387,0.166744804,0.822815954,267,-1.377988483,0.6577816235,4318.787932 +388,0.417159608,0.965805736,267,-1.377988483,0.6577816235,4580.150333 +389,0.106334961,0.868774244,267,-1.377988483,0.6577816235,4097.7573729 +390,0.815086969,-0.338144359,267,-1.377988483,0.6577816235,8962.327467 +391,0.59867455,-0.230624824,267,-1.377988483,0.6577816235,8043.8330713 +392,1.915104874,0.066220985,267,-1.377988483,0.6577816235,9522.3988921 +393,1.278093622,0.064463721,267,-1.377988483,0.6577816235,9072.1459096 +394,-0.061477853,0.302997961,267,-1.377988483,0.6577816235,4710.348681 +395,0.251311504,0.626976942,267,-1.377988483,0.6577816235,4926.6242444 +396,2.950242872,0.149095644,267,-1.377988483,0.6577816235,7029.5169764 +397,-0.180294708,0.35375117,267,-1.377988483,0.6577816235,4228.0815077 +398,1.010448592,-0.351180233,267,-1.377988483,0.6577816235,9595.468214 +399,-1.748740498,0.3686318073,267,-1.377988483,0.6577816235,1709.2556987 +400,2.699635665,0.123533791,267,-1.377988483,0.6577816235,7810.3461027 +401,0.496808033,0.823843254,267,-1.377988483,0.6577816235,5066.190755 +402,0.129574704,0.763364087,267,-1.377988483,0.6577816235,4333.9385488 +403,1.798920311,0.817447563,267,-1.377988483,0.6577816235,6599.1225124 +404,0.335987953,0.746786541,267,-1.377988483,0.6577816235,4879.6643194 +405,-1.085413643,0.292154671,267,-1.377988483,0.6577816235,1771.0438638 +406,-0.155321003,0.508207011,267,-1.377988483,0.6577816235,3993.6913184 +407,0.620529244,-0.301175104,267,-1.377988483,0.6577816235,8272.3032655 +408,1.684402744,0.368716966,267,-1.377988483,0.6577816235,8367.1823403 +409,0.300582244,-0.386397212,267,-1.377988483,0.6577816235,7467.2413667 +410,2.913555946,-0.009225192,267,-1.377988483,0.6577816235,7549.4819731 +411,1.465101417,0.493232532,267,-1.377988483,0.6577816235,7751.9468765 +412,0.090612882,0.907955955,267,-1.377988483,0.6577816235,4001.9043793 +413,2.987564726,-0.729568594,267,-1.377988483,0.6577816235,8810.7476669 +414,-1.484261606,0.224149272,267,-1.377988483,0.6577816235,1758.2043637 +415,0.164073421,0.303955133,267,-1.377988483,0.6577816235,5405.4474852 +416,0.141441293,0.167552546,267,-1.377988483,0.6577816235,5657.4792292 +417,2.931321023,-0.506718887,267,-1.377988483,0.6577816235,8615.1660283 +418,2.21951565,0.700596356,267,-1.377988483,0.6577816235,6814.4575832 +419,0.268112576,1.199114336,267,-1.377988483,0.6577816235,3924.6806744 +420,0.978913739,0.359223811,267,-1.377988483,0.6577816235,7467.4850778 +421,1.210898818,0.522863584,267,-1.377988483,0.6577816235,7338.7908165 +422,2.347397336,0.129231362,267,-1.377988483,0.6577816235,8653.2530443 +423,0.614394501,0.556878345,267,-1.377988483,0.6577816235,6030.8155898 +424,-1.398079356,0.148483366,267,-1.377988483,0.6577816235,2018.613211 +425,2.535303836,-0.112984496,267,-1.377988483,0.6577816235,8934.2890513 +426,-1.019372593,-0.405322349,267,-1.377988483,0.6577816235,4417.7475867 +427,-1.297785627,-0.160104069,267,-1.377988483,0.6577816235,3253.255201 +428,2.144554488,0.205051084,267,-1.377988483,0.6577816235,8744.8820023 +429,-2.242387083,-0.426171285,267,-1.377988483,0.6577816235,5363.6510331 +430,0.338637212,0.909723676,267,-1.377988483,0.6577816235,4540.0343615 +431,-0.148798452,0.691042401,267,-1.377988483,0.6577816235,3702.9845532 +432,0.893524764,0.441829531,267,-1.377988483,0.6577816235,7018.7879871 +433,0.969229347,-0.368847936,267,-1.377988483,0.6577816235,9507.9015025 +434,0.436043248,0.800045688,267,-1.377988483,0.6577816235,4990.9144663 +435,1.687946607,1.081504775,267,-1.377988483,0.6577816235,5550.2597072 +436,0.522302046,-0.034889271,267,-1.377988483,0.6577816235,7334.5784245 +437,-0.178996113,-0.438090009,267,-1.377988483,0.6577816235,6217.9696291 +438,-1.094339566,0.301444068,267,-1.377988483,0.6577816235,1721.9565502 +439,-1.064070054,0.242569932,267,-1.377988483,0.6577816235,1981.260007 +440,-1.068153768,0.230387998,267,-1.377988483,0.6577816235,2015.0791496 +441,-3.00496892,-0.23989155,267,-1.377988483,0.6577816235,6972.7583067 +442,0.21751974,0.766874888,267,-1.377988483,0.6577816235,4547.9879343 +443,0.117229532,0.007619006,267,-1.377988483,0.6577816235,5966.6266368 +444,0.777758451,0.420554741,267,-1.377988483,0.6577816235,6815.4273789 +445,-0.252356999,0.250747086,267,-1.377988483,0.6577816235,4230.6975304 +446,0.363148444,0.768483434,267,-1.377988483,0.6577816235,4896.213782 +447,0.903191366,-0.118210676,267,-1.377988483,0.6577816235,8694.920884 +448,-0.205755923,0.149406178,267,-1.377988483,0.6577816235,4614.7840638 +449,1.811996086,0.02364353,267,-1.377988483,0.6577816235,9738.9048718 +450,-1.100670221,0.314845373,267,-1.377988483,0.6577816235,1664.2645369 +451,0.340078597,0.850105132,267,-1.377988483,0.6577816235,4666.2950516 +452,0.258757267,0.804969236,267,-1.377988483,0.6577816235,4572.3146203 +453,2.78505352,-0.155160804,267,-1.377988483,0.6577816235,8308.2764534 +454,0.800551619,0.105822106,267,-1.377988483,0.6577816235,7786.3618673 +455,0.437940882,-0.506194031,267,-1.377988483,0.6577816235,8134.8544418 +456,2.230431122,0.63458615,267,-1.377988483,0.6577816235,7046.4289981 +457,0.527965361,0.127667701,267,-1.377988483,0.6577816235,6940.1466929 +458,-0.063643205,0.702093448,267,-1.377988483,0.6577816235,3924.2738607 +459,1.408447268,0.133010502,267,-1.377988483,0.6577816235,9047.3012327 +460,0.523795955,0.280266966,267,-1.377988483,0.6577816235,6531.3012068 +461,-0.975769313,0.072177659,267,-1.377988483,0.6577816235,2738.4200299 +462,0.549774164,-0.463663986,267,-1.377988483,0.6577816235,8391.4682937 +463,0.29245874,1.095549818,267,-1.377988483,0.6577816235,4113.1512065 +464,0.143625958,0.816809593,267,-1.377988483,0.6577816235,4273.5397393 +465,0.671902494,0.611159853,267,-1.377988483,0.6577816235,6015.6563851 +466,1.239840988,0.6724199,267,-1.377988483,0.6577816235,6839.5175937 +467,0.607829703,-0.10932137,267,-1.377988483,0.6577816235,7782.5262151 +468,1.763020906,0.263996692,267,-1.377988483,0.6577816235,8792.683947 +469,0.378714634,0.726066797,267,-1.377988483,0.6577816235,5029.4626772 +470,2.196736143,-0.153862366,267,-1.377988483,0.6577816235,9918.0266749 +471,0.01702415,0.148991565,267,-1.377988483,0.6577816235,5312.3922136 +472,-2.998490902,-0.158002487,267,-1.377988483,0.6577816235,6758.3945183 +473,-3.051262951,-0.346595608,267,-1.377988483,0.6577816235,7361.7988933 +474,-1.069176439,0.182802941,267,-1.377988483,0.6577816235,2178.7994243 +475,0.167157509,0.595344954,267,-1.377988483,0.6577816235,4764.6875022 +476,0.613855648,0.681746124,267,-1.377988483,0.6577816235,5689.1137685 +477,1.037012736,0.682555367,267,-1.377988483,0.6577816235,6512.6848058 +478,-1.253574971,0.379755746,267,-1.377988483,0.6577816235,1180.477347 +479,3.108590453,-0.132620738,267,-1.377988483,0.6577816235,7249.2663333 +480,0.565301296,0.022333262,267,-1.377988483,0.6577816235,7322.4474758 +481,0.547898238,0.855555614,267,-1.377988483,0.6577816235,5093.2451575 +482,0.948309381,0.417393755,267,-1.377988483,0.6577816235,7215.3317216 +483,-0.050600732,0.945269213,267,-1.377988483,0.6577816235,3636.8553173 +484,-0.977651478,-0.572363064,267,-1.377988483,0.6577816235,5091.6186751 +485,1.102014914,0.728861163,267,-1.377988483,0.6577816235,6454.0616401 +486,2.927300795,-0.282939414,267,-1.377988483,0.6577816235,8166.9857317 +487,-1.154565557,0.124434095,267,-1.377988483,0.6577816235,2260.0309037 +488,1.855331234,0.291044755,267,-1.377988483,0.6577816235,8670.0369584 +489,0.830290659,0.276904518,267,-1.377988483,0.6577816235,7370.4636048 +490,0.485104466,-0.234867441,267,-1.377988483,0.6577816235,7697.8070221 +491,0.521367572,-0.33161327,267,-1.377988483,0.6577816235,8028.6755486 +1,-1.539031704,0.7349710123,268,-2.13075611,0.8318642051,1689.9186091 +2,-1.536990553,0.7349663874,268,-2.13075611,0.8318642051,1695.3713681 +3,-1.534951779,0.7349571355,268,-2.13075611,0.8318642051,1700.8255263 +4,-1.532906461,0.7349480293,268,-2.13075611,0.8318642051,1706.2969442 +5,-1.531320211,0.7346937278,268,-2.13075611,0.8318642051,1710.9512042 +6,-1.539451648,0.7335131775,268,-2.13075611,0.8318642051,1691.2274605 +7,-1.537429487,0.7335445708,268,-2.13075611,0.8318642051,1696.5692331 +8,-1.535484998,0.7335658704,268,-2.13075611,0.8318642051,1701.7207692 +9,-1.533488396,0.7336036027,268,-2.13075611,0.8318642051,1706.9839519 +10,-1.531497785,0.7335842962,268,-2.13075611,0.8318642051,1712.3264983 +11,-1.530259379,0.7334777758,268,-2.13075611,0.8318642051,1715.8081656 +12,-1.5335454,0.7322346912,268,-2.13075611,0.8318642051,1709.1252638 +13,-1.531489083,0.7322238773,268,-2.13075611,0.8318642051,1714.628879 +14,-1.530011122,0.7321679851,268,-2.13075611,0.8318642051,1718.665458 +15,-1.53348106,0.7306614094,268,-2.13075611,0.8318642051,1711.9489838 +16,-1.531441779,0.7306962275,268,-2.13075611,0.8318642051,1717.3299056 +17,-1.529755654,0.7306933243,268,-2.13075611,0.8318642051,1721.8326464 +18,-1.533415048,0.7291384674,268,-2.13075611,0.8318642051,1714.7088444 +19,-1.531392093,0.7291705353,268,-2.13075611,0.8318642051,1720.0502715 +20,-1.529296523,0.7291214933,268,-2.13075611,0.8318642051,1725.7235434 +21,-1.535280942,0.727267644,268,-2.13075611,0.8318642051,1712.9284671 +22,-1.533378158,0.7276139666,268,-2.13075611,0.8318642051,1717.4098923 +23,-1.531340368,0.7276446587,268,-2.13075611,0.8318642051,1722.7925918 +24,-1.528960113,0.7276398177,268,-2.13075611,0.8318642051,1729.1497702 +25,-1.533313146,0.7260818349,268,-2.13075611,0.8318642051,1720.215242 +26,-1.531259555,0.7260958115,268,-2.13075611,0.8318642051,1725.6681917 +27,-1.528926415,0.7260865555,268,-2.13075611,0.8318642051,1731.9069647 +28,-1.531226779,0.7245511789,268,-2.13075611,0.8318642051,1728.4248937 +29,-1.528904772,0.7245519194,268,-2.13075611,0.8318642051,1734.6162926 +30,-1.547195875,0.7409785979,268,-2.13075611,0.8318642051,1658.2907064 +31,-1.5451475,0.740980426,268,-2.13075611,0.8318642051,1663.7522589 +32,-1.543097679,0.7409798872,268,-2.13075611,0.8318642051,1669.2214943 +33,-1.540720364,0.7409892687,268,-2.13075611,0.8318642051,1675.5483319 +34,-1.547188511,0.7395198392,268,-2.13075611,0.8318642051,1660.6775946 +35,-1.545148587,0.7395226109,268,-2.13075611,0.8318642051,1666.1150088 +36,-1.543104538,0.7395314908,268,-2.13075611,0.8318642051,1671.5535054 +37,-1.540727751,0.7395306258,268,-2.13075611,0.8318642051,1677.8955364 +38,-1.547187029,0.7380014886,268,-2.13075611,0.8318642051,1663.1621859 +39,-1.545147315,0.7380012252,268,-2.13075611,0.8318642051,1668.6038832 +40,-1.54310719,0.7380060743,268,-2.13075611,0.8318642051,1674.0383497 +41,-1.540719671,0.7380068206,268,-2.13075611,0.8318642051,1680.4063312 +42,-1.547187189,0.7364799098,268,-2.13075611,0.8318642051,1665.6646782 +43,-1.545149996,0.7364853874,268,-2.13075611,0.8318642051,1671.0900161 +44,-1.543106091,0.7364823484,268,-2.13075611,0.8318642051,1676.5473959 +45,-1.540717158,0.7364893901,268,-2.13075611,0.8318642051,1682.9086318 +46,-1.538663972,0.7410138672,268,-2.13075611,0.8318642051,1680.9943927 +47,-1.53695285,0.7409699132,268,-2.13075611,0.8318642051,1685.6302205 +48,-1.534910498,0.7409641297,268,-2.13075611,0.8318642051,1691.087883 +49,-1.533145034,0.7409536636,268,-2.13075611,0.8318642051,1695.8144304 +50,-1.538681336,0.7395405883,268,-2.13075611,0.8318642051,1683.3385959 +51,-1.536999189,0.7395183096,268,-2.13075611,0.8318642051,1687.8623653 +52,-1.534923633,0.7395144222,268,-2.13075611,0.8318642051,1693.4056758 +53,-1.533267822,0.7395654306,268,-2.13075611,0.8318642051,1697.7398268 +54,-1.53867273,0.7380151077,268,-2.13075611,0.8318642051,1685.8534186 +55,-1.536980576,0.7379994392,268,-2.13075611,0.8318642051,1690.3933065 +56,-1.534931522,0.7379944961,268,-2.13075611,0.8318642051,1695.8677295 +57,-1.533387952,0.7379480264,268,-2.13075611,0.8318642051,1700.0617297 +58,-1.538682279,0.7364914363,268,-2.13075611,0.8318642051,1688.3336754 +59,-1.536980704,0.7364810563,268,-2.13075611,0.8318642051,1692.8901032 +60,-1.534935567,0.7364752065,268,-2.13075611,0.8318642051,1698.3556027 +61,-1.533042592,0.7363876366,268,-2.13075611,0.8318642051,1703.5500651 +62,-1.545143426,0.7349628011,268,-2.13075611,0.8318642051,1673.6287951 +63,-1.543105297,0.7349691947,268,-2.13075611,0.8318642051,1679.0549336 +64,-1.541064533,0.7349647152,268,-2.13075611,0.8318642051,1684.5062652 +65,-1.545411803,0.7334624714,268,-2.13075611,0.8318642051,1675.4137976 +66,-1.543446606,0.7334780896,268,-2.13075611,0.8318642051,1680.6296344 +67,-1.541475327,0.7334957295,268,-2.13075611,0.8318642051,1685.8584386 +68,-1.545401939,0.731963266,268,-2.13075611,0.8318642051,1677.9553868 +69,-1.54342253,0.7319915583,268,-2.13075611,0.8318642051,1683.1873317 +70,-1.541455867,0.7320216438,268,-2.13075611,0.8318642051,1688.3824287 +71,-1.545410146,0.7304422281,268,-2.13075611,0.8318642051,1680.5019394 +72,-1.543435491,0.7304713664,268,-2.13075611,0.8318642051,1685.7190966 +73,-1.541463105,0.7304997613,268,-2.13075611,0.8318642051,1690.9316544 +74,-1.545414768,0.7289194936,268,-2.13075611,0.8318642051,1683.0775286 +75,-1.543435774,0.7289538557,268,-2.13075611,0.8318642051,1688.2966112 +76,-1.541457714,0.7289765881,268,-2.13075611,0.8318642051,1693.5332506 +77,-1.539449415,0.7320555866,268,-2.13075611,0.8318642051,1693.6773195 +78,-1.537429183,0.7321097681,268,-2.13075611,0.8318642051,1698.9750846 +79,-1.535472649,0.7321497267,268,-2.13075611,0.8318642051,1704.1269888 +80,-1.539457899,0.7305333307,268,-2.13075611,0.8318642051,1696.2231742 +81,-1.537453161,0.7305750503,268,-2.13075611,0.8318642051,1701.4998273 +82,-1.535479385,0.7306124949,268,-2.13075611,0.8318642051,1706.701291 +83,-1.53946905,0.7290102593,268,-2.13075611,0.8318642051,1698.7797438 +84,-1.537459922,0.7290417293,268,-2.13075611,0.8318642051,1704.0847689 +85,-1.535451349,0.7290890157,268,-2.13075611,0.8318642051,1709.3615733 +86,-1.535522937,0.7279887191,268,-2.13075611,0.8318642051,1711.0480815 +87,-1.539442524,0.7274735939,268,-2.13075611,0.8318642051,1701.476479 +88,-1.537424111,0.727521351,268,-2.13075611,0.8318642051,1706.7776129 +89,-1.539384641,0.7259505092,268,-2.13075611,0.8318642051,1704.249987 +90,-1.537372391,0.7259947145,268,-2.13075611,0.8318642051,1709.5398504 +91,-1.535340789,0.7260435356,268,-2.13075611,0.8318642051,1714.8736324 +92,-1.539325716,0.7244369706,268,-2.13075611,0.8318642051,1707.0259033 +93,-1.537308932,0.7244801057,268,-2.13075611,0.8318642051,1712.3287431 +94,-1.535289068,0.7245247645,268,-2.13075611,0.8318642051,1717.6374516 +95,-1.533261366,0.7245550236,268,-2.13075611,0.8318642051,1722.9923115 +96,-1.539267302,0.722921924,268,-2.13075611,0.8318642051,1709.8190034 +97,-1.537248972,0.7229660258,268,-2.13075611,0.8318642051,1715.123267 +98,-1.535219431,0.7229916471,268,-2.13075611,0.8318642051,1720.4900017 +99,-1.53318962,0.7230212049,268,-2.13075611,0.8318642051,1725.8508812 +100,-1.531154816,0.7230299897,268,-2.13075611,0.8318642051,1731.2615818 +101,-1.528878341,0.7230370244,268,-2.13075611,0.8318642051,1737.3200713 +102,-1.539218189,0.7214009878,268,-2.13075611,0.8318642051,1712.6135197 +103,-1.537198791,0.7214422745,268,-2.13075611,0.8318642051,1717.9244994 +104,-1.535179266,0.7214634354,268,-2.13075611,0.8318642051,1723.2715001 +105,-1.533156501,0.7214944644,268,-2.13075611,0.8318642051,1728.6101391 +106,-1.53113574,0.7215166021,268,-2.13075611,0.8318642051,1733.9593465 +107,-1.528874248,0.7215345535,268,-2.13075611,0.8318642051,1739.9581063 +108,-1.539217656,0.7198512397,268,-2.13075611,0.8318642051,1715.3453827 +109,-1.537199919,0.7199428763,268,-2.13075611,0.8318642051,1720.5618717 +110,-1.545425832,0.727397149,268,-2.13075611,0.8318642051,1685.6518063 +111,-1.543371177,0.7273916949,268,-2.13075611,0.8318642051,1691.1400972 +112,-1.541368852,0.7274523163,268,-2.13075611,0.8318642051,1696.3757609 +113,-1.545349067,0.7258710923,268,-2.13075611,0.8318642051,1688.4831303 +114,-1.54332671,0.7258603556,268,-2.13075611,0.8318642051,1693.8939276 +115,-1.541346831,0.7259242142,268,-2.13075611,0.8318642051,1699.0629866 +116,-1.545324355,0.7243383958,268,-2.13075611,0.8318642051,1691.2036253 +117,-1.543292796,0.7243617413,268,-2.13075611,0.8318642051,1696.5792656 +118,-1.541295822,0.7244024384,268,-2.13075611,0.8318642051,1701.8328938 +119,-1.543193859,0.7205570215,268,-2.13075611,0.8318642051,1703.5015111 +120,-1.550257047,0.7386738187,268,-2.13075611,0.8318642051,1653.8719144 +121,-1.549335448,0.7311736483,268,-2.13075611,0.8318642051,1668.7959597 +122,-1.533478843,0.7179891343,268,-2.13075611,0.8318642051,1733.9433844 +123,-1.556150555,0.738907041,268,-2.13075611,0.8318642051,1637.7694828 +124,-1.554324226,0.733414257,268,-2.13075611,0.8318642051,1651.7233828 +125,-1.554290846,0.7288285332,268,-2.13075611,0.8318642051,1659.5645834 +126,-1.55122487,0.7219795312,268,-2.13075611,0.8318642051,1679.5956741 +127,-1.525104458,0.7229399862,268,-2.13075611,0.8318642051,1747.5537902 +128,-1.519607711,0.7236181429,268,-2.13075611,0.8318642051,1761.0337862 +129,-1.513899999,0.7251107854,268,-2.13075611,0.8318642051,1773.6719296 +130,-1.536620762,0.7431061895,268,-2.13075611,0.8318642051,1683.0771094 +131,-1.5369566,0.7460845958,268,-2.13075611,0.8318642051,1677.4424523 +132,-1.545345528,0.7447040685,268,-2.13075611,0.8318642051,1657.2529552 +133,-1.532813921,0.7432306626,268,-2.13075611,0.8318642051,1693.0325338 +134,-1.554788248,0.7382381001,268,-2.13075611,0.8318642051,1642.4975953 +135,-1.540348126,0.7301594274,268,-2.13075611,0.8318642051,1694.4821488 +136,-1.538016084,0.7239051786,268,-2.13075611,0.8318642051,1711.4417476 +137,-1.525288962,0.7258085137,268,-2.13075611,0.8318642051,1742.0881291 +138,-1.534326986,0.731241342,268,-2.13075611,0.8318642051,1708.7128444 +139,-1.530733872,0.7303625216,268,-2.13075611,0.8318642051,1719.7828948 +141,-1.534354939,0.7328219978,268,-2.13075611,0.8318642051,1705.9801724 +142,-1.53157084,0.7292888153,268,-2.13075611,0.8318642051,1719.372276 +143,-1.525691035,0.7263799874,268,-2.13075611,0.8318642051,1740.0315015 +144,-1.534031287,0.7495967835,268,-2.13075611,0.8318642051,1679.7398563 +145,-1.527714986,0.7283095957,268,-2.13075611,0.8318642051,1731.3260391 +146,-1.526189586,0.7271468292,268,-2.13075611,0.8318642051,1737.38453 +147,-1.555177336,0.7375563366,268,-2.13075611,0.8318642051,1642.5782498 +148,-1.555080283,0.7312707794,268,-2.13075611,0.8318642051,1653.3117284 +149,-1.53856994,0.7224180299,268,-2.13075611,0.8318642051,1712.5588881 +150,-1.530837883,0.729933372,268,-2.13075611,0.8318642051,1720.2326905 +151,-1.515066984,0.5854133365,268,-2.13075611,0.8318642051,2068.5704844 +152,-1.534731633,0.5368370046,268,-2.13075611,0.8318642051,2144.3845573 +153,-1.515231902,0.5607085576,268,-2.13075611,0.8318642051,2130.6551127 +154,-2.616253799,1.0684566605,268,-2.13075611,0.8318642051,1439.6906348 +155,-1.956071439,0.5792177723,268,-2.13075611,0.8318642051,1128.6772866 +156,-1.951208514,0.5602434208,268,-2.13075611,0.8318642051,1203.8937745 +157,-1.944675062,0.6062144545,268,-2.13075611,0.8318642051,1049.6428718 +158,-1.613778386,0.6077989518,268,-2.13075611,0.8318642051,1761.3608096 +159,-2.035029014,0.6021432345,268,-2.13075611,0.8318642051,953.12298304 +160,-2.114989471,0.6801825058,268,-2.13075611,0.8318642051,602.51486262 +161,-2.037382079,0.5765830025,268,-2.13075611,0.8318642051,1049.0560003 +162,-2.129855121,0.6585019963,268,-2.13075611,0.8318642051,686.69267374 +163,-2.075141798,0.6493615843,268,-2.13075611,0.8318642051,740.77458289 +164,-1.828626729,0.6948433129,268,-2.13075611,0.8318642051,1017.3993061 +165,-1.863329418,0.6735427691,268,-2.13075611,0.8318642051,992.34698699 +166,-1.266037071,0.727988852,268,-2.13075611,0.8318642051,2427.1557685 +167,-1.277579582,0.7249010648,268,-2.13075611,0.8318642051,2402.2776718 +168,-1.258418684,0.7241194816,268,-2.13075611,0.8318642051,2454.2303856 +169,-1.317813974,0.6804850104,268,-2.13075611,0.8318642051,2379.6344687 +170,-1.344165204,0.6790988904,268,-2.13075611,0.8318642051,2312.1485365 +171,-1.427582102,0.5277120351,268,-2.13075611,0.8318642051,2440.7975733 +172,-1.402238616,0.457167829,268,-2.13075611,0.8318642051,2695.7276615 +173,-1.422454264,0.4996161999,268,-2.13075611,0.8318642051,2528.2728252 +174,-1.439089277,0.4894859811,268,-2.13075611,0.8318642051,2513.354485 +175,-1.448126995,0.5182330266,268,-2.13075611,0.8318642051,2412.9708218 +176,-1.474626146,0.5881926574,268,-2.13075611,0.8318642051,2166.4701543 +177,-1.421139645,0.5584869783,268,-2.13075611,0.8318642051,2379.0104094 +178,-1.457037165,0.565943032,268,-2.13075611,0.8318642051,2267.0102881 +179,-2.757159358,0.3745319,268,-2.13075611,0.8318642051,2689.3492315 +180,-2.714309238,0.342054471,268,-2.13075611,0.8318642051,2694.4283006 +181,-2.000525337,0.774119946,268,-2.13075611,0.8318642051,424.77943432 +183,-1.571413436,0.6777838382,268,-2.13075611,0.8318642051,1710.4784756 +184,-1.552860289,0.6987663893,268,-2.13075611,0.8318642051,1717.85535 +185,-1.521852374,0.7165827476,268,-2.13075611,0.8318642051,1767.4439126 +186,-1.503656267,0.6928968252,268,-2.13075611,0.8318642051,1859.9479726 +187,-1.502753178,0.7136205882,268,-2.13075611,0.8318642051,1823.6849562 +188,-1.631894563,0.7343596465,268,-2.13075611,0.8318642051,1443.5313473 +189,-1.653765416,0.6770714026,268,-2.13075611,0.8318642051,1496.7619862 +190,-1.719812114,0.6715965947,268,-2.13075611,0.8318642051,1340.3761995 +191,-1.493406659,0.6646955447,268,-2.13075611,0.8318642051,1943.8105289 +192,-1.469120564,0.6613469966,268,-2.13075611,0.8318642051,2015.2404913 +193,-1.590551461,0.5326612937,268,-2.13075611,0.8318642051,2018.4057046 +194,-1.625979264,0.5247742243,268,-2.13075611,0.8318642051,1956.0680532 +195,-1.572293943,0.5238808754,268,-2.13075611,0.8318642051,2087.2400438 +196,-1.610848725,0.5477107964,268,-2.13075611,0.8318642051,1927.4501336 +197,-1.208485554,0.7918526018,268,-2.13075611,0.8318642051,2469.7013508 +198,-1.335601374,0.6869083083,268,-2.13075611,0.8318642051,2319.5936092 +199,-1.346156996,0.6825213377,268,-2.13075611,0.8318642051,2300.0653373 +200,-1.324381037,0.6741422347,268,-2.13075611,0.8318642051,2374.8057092 +201,-1.242424992,0.7378949807,268,-2.13075611,0.8318642051,2471.5456815 +202,-1.270370057,0.7392461008,268,-2.13075611,0.8318642051,2395.8171659 +203,-1.448950472,0.7441675014,268,-2.13075611,0.8318642051,1915.0014974 +204,-1.492662363,0.7523026852,268,-2.13075611,0.8318642051,1785.7934417 +205,-1.479098966,0.7763855017,268,-2.13075611,0.8318642051,1786.5573379 +206,-1.633760714,0.7869022408,268,-2.13075611,0.8318642051,1362.0260354 +207,-1.647406434,0.8101289331,268,-2.13075611,0.8318642051,1300.6217692 +208,-1.564245052,0.5701509278,268,-2.13075611,0.8318642051,1982.2050294 +209,-1.646289963,0.6833746083,268,-2.13075611,0.8318642051,1502.7110673 +210,-1.5820631,0.6751952144,268,-2.13075611,0.8318642051,1687.8265624 +211,-1.613236298,0.6681681791,268,-2.13075611,0.8318642051,1621.2138175 +212,-1.914661867,0.8212566515,268,-2.13075611,0.8318642051,580.72660266 +213,-1.742133237,0.7250275956,268,-2.13075611,0.8318642051,1169.7707912 +214,-2.033144872,0.6557314699,268,-2.13075611,0.8318642051,752.9384588 +215,-2.039551981,0.6964723658,268,-2.13075611,0.8318642051,595.99883577 +216,-1.247341019,0.7622473908,268,-2.13075611,0.8318642051,2416.9683429 +217,-1.298239787,0.7084123392,268,-2.13075611,0.8318642051,2377.8795795 +218,-1.308539688,0.6926545592,268,-2.13075611,0.8318642051,2380.4772741 +219,-1.303263185,0.6888938396,268,-2.13075611,0.8318642051,2401.822486 +220,-1.852400229,0.6004246149,268,-2.13075611,0.8318642051,1232.9140243 +221,-1.288947707,0.7473773692,268,-2.13075611,0.8318642051,2333.0335353 +222,-1.372031502,0.7472790993,268,-2.13075611,0.8318642051,2114.0933227 +223,-1.289805721,0.7242157877,268,-2.13075611,0.8318642051,2371.2224732 +224,-1.350807603,0.7533498126,268,-2.13075611,0.8318642051,2160.3047437 +225,-1.329290365,0.7560442322,268,-2.13075611,0.8318642051,2212.6339783 +226,-1.410153004,0.616936428,268,-2.13075611,0.8318642051,2268.5473945 +227,-1.393445434,0.6308995063,268,-2.13075611,0.8318642051,2281.6983321 +228,-1.37595573,0.6241540638,268,-2.13075611,0.8318642051,2343.1353053 +229,-1.358388707,0.6172645205,268,-2.13075611,0.8318642051,2405.2645668 +230,-1.753741133,0.8281661666,268,-2.13075611,0.8318642051,1004.6491241 +231,-1.47430987,0.6834615681,268,-2.13075611,0.8318642051,1956.4908716 +232,-1.421012508,0.7222725206,268,-2.13075611,0.8318642051,2026.3179721 +233,-1.4476833,0.6978557868,268,-2.13075611,0.8318642051,1999.6716649 +234,-1.470370723,0.6966193374,268,-2.13075611,0.8318642051,1941.506942 +235,-1.429211703,0.7037216883,268,-2.13075611,0.8318642051,2037.9610361 +236,-1.700578405,0.6178673663,268,-2.13075611,0.8318642051,1521.0263768 +237,-1.678117619,0.6331716163,268,-2.13075611,0.8318642051,1537.0628437 +238,-1.725644578,0.6316331145,268,-2.13075611,0.8318642051,1424.5259846 +239,-2.14012759,0.7930497945,268,-2.13075611,0.8318642051,155.84774318 +240,-2.103289431,0.7653606263,268,-2.13075611,0.8318642051,274.12271735 +241,-1.318739838,0.7017808746,268,-2.13075611,0.8318642051,2335.9002134 +242,-1.396417427,0.7077900843,268,-2.13075611,0.8318642051,2117.8971994 +243,-1.35650337,0.7185539404,268,-2.13075611,0.8318642051,2204.5981365 +244,-1.248884539,0.7274156818,268,-2.13075611,0.8318642051,2473.3501977 +245,-1.395014798,0.5761185243,268,-2.13075611,0.8318642051,2404.181268 +246,-1.433377362,0.6064716109,268,-2.13075611,0.8318642051,2231.172615 +247,-1.408172432,0.5903155476,268,-2.13075611,0.8318642051,2335.5380709 +248,-1.749645898,0.7757118084,268,-2.13075611,0.8318642051,1067.1691163 +249,-1.571626686,0.615046989,268,-2.13075611,0.8318642051,1850.6949387 +250,-1.514070049,0.6303003037,268,-2.13075611,0.8318642051,1964.3193984 +251,-1.480890369,0.6237966528,268,-2.13075611,0.8318642051,2066.2075102 +252,-1.704390658,0.5281680612,268,-2.13075611,0.8318642051,1766.7973861 +253,-1.64434733,0.5254277498,268,-2.13075611,0.8318642051,1911.1863982 +254,-1.703855997,0.4792484842,268,-2.13075611,0.8318642051,1919.6990587 +255,-1.692002383,0.5748825051,268,-2.13075611,0.8318642051,1658.4227454 +256,-1.854136457,0.5544643913,268,-2.13075611,0.8318642051,1379.0509393 +257,-1.665021206,0.520317736,268,-2.13075611,0.8318642051,1878.6335225 +258,-1.733654349,0.4845187345,268,-2.13075611,0.8318642051,1841.1366969 +259,-1.720938188,0.5135933906,268,-2.13075611,0.8318642051,1775.5541679 +260,-1.742668307,0.553296122,268,-2.13075611,0.8318642051,1606.8623625 +261,-1.965659039,0.7142126903,268,-2.13075611,0.8318642051,659.59419194 +262,-1.944438071,0.6772834804,268,-2.13075611,0.8318642051,813.33282717 +263,-1.270340967,0.7681487096,268,-2.13075611,0.8318642051,2347.4656335 +264,-1.353091884,0.6549276821,268,-2.13075611,0.8318642051,2337.6398961 +265,-1.333236659,0.6413584414,268,-2.13075611,0.8318642051,2419.3658681 +266,-1.352015998,0.6753788907,268,-2.13075611,0.8318642051,2298.631136 +267,-1.377988483,0.6577816235,268,-2.13075611,0.8318642051,2265.2814405 +268,-2.13075611,0.8318642051,268,-2.13075611,0.8318642051,53.995417444 +269,-2.097910953,0.8259670014,268,-2.13075611,0.8318642051,90.953138115 +270,-1.416382069,0.6694271549,268,-2.13075611,0.8318642051,2138.9524069 +271,-1.538905672,0.7535625993,268,-2.13075611,0.8318642051,1660.6380693 +272,-1.572309477,0.7803125099,268,-2.13075611,0.8318642051,1533.8624217 +273,-1.87759879,0.7503853417,268,-2.13075611,0.8318642051,773.75549662 +274,1.152365588,0.590457682,268,-2.13075611,0.8318642051,6787.6371758 +275,0.350198001,0.718001859,268,-2.13075611,0.8318642051,5881.6859707 +276,0.046513677,0.491503852,268,-2.13075611,0.8318642051,6180.6229958 +277,0.027510309,0.742571376,268,-2.13075611,0.8318642051,5323.7682257 +278,0.306285725,-0.214631579,268,-2.13075611,0.8318642051,9070.7877301 +279,-1.100564889,0.318051531,268,-2.13075611,0.8318642051,3865.6893973 +280,-1.078582306,0.301437596,268,-2.13075611,0.8318642051,3970.6527327 +281,-1.137371989,-0.617634065,268,-2.13075611,0.8318642051,6731.7467028 +282,0.784356344,0.703272339,268,-2.13075611,0.8318642051,6311.1882661 +283,-1.221209947,0.218327455,268,-2.13075611,0.8318642051,3848.9535553 +284,2.347301921,-0.449114658,268,-2.13075611,0.8318642051,8123.320403 +285,0.246820618,0.830553713,268,-2.13075611,0.8318642051,5352.4634482 +286,0.829414965,0.703288228,268,-2.13075611,0.8318642051,6329.6995283 +287,-1.337537566,0.42332223,268,-2.13075611,0.8318642051,2954.7195835 +288,0.882453706,0.454478077,268,-2.13075611,0.8318642051,7328.1101548 +289,1.575629659,0.416419109,268,-2.13075611,0.8318642051,7105.7885324 +290,-1.039455679,0.229888244,268,-2.13075611,0.8318642051,4279.4877439 +291,0.489558039,0.934482747,268,-2.13075611,0.8318642051,5231.436387 +292,0.081344504,0.88384514,268,-2.13075611,0.8318642051,4948.3953115 +293,-1.547979814,0.300350308,268,-2.13075611,0.8318642051,2827.5498122 +294,0.040776181,0.168560074,268,-2.13075611,0.8318642051,7228.0738519 +295,-1.130374745,0.563894876,268,-2.13075611,0.8318642051,3136.9338873 +296,1.578326642,0.478507176,268,-2.13075611,0.8318642051,6873.5896841 +297,-1.12861823,-0.291640865,268,-2.13075611,0.8318642051,5686.2257822 +298,0.310524208,0.770885792,268,-2.13075611,0.8318642051,5642.9475297 +299,0.415649091,-0.387246002,268,-2.13075611,0.8318642051,9865.6282667 +300,-0.926533878,-0.188022748,268,-2.13075611,0.8318642051,5829.2459817 +301,1.258856172,-0.11716081,268,-2.13075611,0.8318642051,9491.3398129 +302,-1.126050026,0.322941926,268,-2.13075611,0.8318642051,3785.048494 +303,2.002785835,0.07893892,268,-2.13075611,0.8318642051,7466.2644318 +304,0.440437607,0.746258085,268,-2.13075611,0.8318642051,5882.3942745 +305,-0.030391866,0.214441206,268,-2.13075611,0.8318642051,6919.2181341 +306,0.521557815,-0.058929362,268,-2.13075611,0.8318642051,8957.2965806 +307,-0.097005111,0.13317729,268,-2.13075611,0.8318642051,7019.3600194 +308,1.83113859,0.221857587,268,-2.13075611,0.8318642051,7368.3982645 +309,0.222428864,0.099404236,268,-2.13075611,0.8318642051,7848.0489903 +310,-1.702731345,0.8728568183,268,-2.13075611,0.8318642051,1122.4901657 +311,-0.418507569,0.278324921,268,-2.13075611,0.8318642051,5778.1885229 +312,-1.41153306,0.339029988,268,-2.13075611,0.8318642051,3017.0168463 +313,0.357560442,0.114788776,268,-2.13075611,0.8318642051,8055.8901454 +314,0.325818979,0.268352149,268,-2.13075611,0.8318642051,7457.5169852 +315,-1.246004659,-0.663679965,268,-2.13075611,0.8318642051,6695.4793633 +316,1.814603087,0.637404484,268,-2.13075611,0.8318642051,5967.1746549 +317,1.843704281,-0.18300445,268,-2.13075611,0.8318642051,8672.9796123 +318,1.690644492,-0.211480909,268,-2.13075611,0.8318642051,9115.5730133 +319,-1.275451936,0.068109467,268,-2.13075611,0.8318642051,4188.5807762 +320,0.762430171,-0.207594741,268,-2.13075611,0.8318642051,9837.1514836 +321,0.265668905,-0.014647884,268,-2.13075611,0.8318642051,8322.3794474 +322,-2.773032013,-0.335515811,268,-2.13075611,0.8318642051,5156.1141961 +323,-1.469512853,0.174058777,268,-2.13075611,0.8318642051,3411.2163695 +324,0.286276986,0.785925691,268,-2.13075611,0.8318642051,5559.1405939 +325,-1.379324697,0.377432233,268,-2.13075611,0.8318642051,2981.0658764 +326,-1.203778265,0.212813032,268,-2.13075611,0.8318642051,3909.1321574 +327,0.579916301,0.611743168,268,-2.13075611,0.8318642051,6525.0069086 +328,0.267582642,0.868113908,268,-2.13075611,0.8318642051,5247.1615218 +329,0.412869244,-0.050245578,268,-2.13075611,0.8318642051,8736.5679694 +330,0.17524381,0.976660285,268,-2.13075611,0.8318642051,4764.7706313 +331,0.743157214,0.204812899,268,-2.13075611,0.8318642051,8230.3438648 +332,-1.070758176,0.269382282,268,-2.13075611,0.8318642051,4083.1218238 +333,-1.230364251,0.329790229,268,-2.13075611,0.8318642051,3495.2917934 +334,-1.374813124,-0.024926835,268,-2.13075611,0.8318642051,4277.20475 +335,0.519780566,0.463669906,268,-2.13075611,0.8318642051,7022.0024342 +336,-1.55108034,0.239698561,268,-2.13075611,0.8318642051,3021.722165 +337,0.180294813,0.029739425,268,-2.13075611,0.8318642051,7991.6826275 +338,0.67820924,0.268170153,268,-2.13075611,0.8318642051,7929.9410397 +339,0.445798684,1.024001867,268,-2.13075611,0.8318642051,4866.0740316 +340,0.691751283,0.150521402,268,-2.13075611,0.8318642051,8394.6251364 +341,-1.036643551,-0.903056181,268,-2.13075611,0.8318642051,7804.8489341 +342,-0.120287036,1.083325163,268,-2.13075611,0.8318642051,4061.3485237 +343,2.823513113,-0.304487164,268,-2.13075611,0.8318642051,6490.328981 +344,0.457583172,1.12513373,268,-2.13075611,0.8318642051,4505.1261461 +345,0.042918831,0.813795399,268,-2.13075611,0.8318642051,5118.1919629 +346,1.196146777,-0.853142756,268,-2.13075611,0.8318642051,11948.502029 +347,0.206001358,-0.010430701,268,-2.13075611,0.8318642051,8180.5613046 +348,-0.268308653,0.234799412,268,-2.13075611,0.8318642051,6286.7671608 +349,0.759363263,0.736189579,268,-2.13075611,0.8318642051,6170.6071438 +350,0.181363926,0.891988372,268,-2.13075611,0.8318642051,5057.405986 +351,-0.021111158,0.139103292,268,-2.13075611,0.8318642051,7181.0140171 +352,-0.093355215,0.630686981,268,-2.13075611,0.8318642051,5459.8594038 +353,0.40118964,0.681375926,268,-2.13075611,0.8318642051,6076.4676716 +354,-0.721197315,1.304706234,268,-2.13075611,0.8318642051,2912.6636836 +355,-1.076150317,0.212107639,268,-2.13075611,0.8318642051,4236.1934748 +356,-1.577164531,0.273993443,268,-2.13075611,0.8318642051,2853.4925136 +357,-0.190788414,0.182208586,268,-2.13075611,0.8318642051,6638.8430559 +358,-0.261349752,0.209710184,268,-2.13075611,0.8318642051,6380.0715748 +359,-1.029303852,0.083549259,268,-2.13075611,0.8318642051,4740.9065476 +360,-1.268609162,0.330525297,268,-2.13075611,0.8318642051,3395.7202497 +361,1.282982244,-0.926641967,268,-2.13075611,0.8318642051,11662.894149 +362,0.217352334,0.731352408,268,-2.13075611,0.8318642051,5657.0924527 +363,-1.511833084,0.258629297,268,-2.13075611,0.8318642051,3041.6322014 +364,0.338812194,0.823184618,268,-2.13075611,0.8318642051,5490.0589514 +365,-0.324406489,1.134201999,268,-2.13075611,0.8318642051,3656.2302122 +366,1.389579348,0.399185724,268,-2.13075611,0.8318642051,7384.3356161 +367,2.047152199,-0.039082036,268,-2.13075611,0.8318642051,7730.4130999 +368,0.947780369,0.568250077,268,-2.13075611,0.8318642051,6893.4617982 +369,0.763824846,0.576754987,268,-2.13075611,0.8318642051,6795.6252828 +370,-0.142334657,0.928153068,268,-2.13075611,0.8318642051,4469.9736356 +371,0.610266567,0.547265983,268,-2.13075611,0.8318642051,6798.1669692 +372,0.210731629,0.746815056,268,-2.13075611,0.8318642051,5594.1620055 +373,-1.34931644,0.316895224,268,-2.13075611,0.8318642051,3234.8158339 +374,2.407696481,0.655030745,268,-2.13075611,0.8318642051,4772.2591152 +375,0.64207831,0.545359131,268,-2.13075611,0.8318642051,6832.9863868 +376,1.174597538,0.840588356,268,-2.13075611,0.8318642051,5795.3258897 +377,0.660059424,0.010604079,268,-2.13075611,0.8318642051,8894.1571339 +378,-0.730263819,0.010486456,268,-2.13075611,0.8318642051,5737.910429 +379,0.831068936,0.512339172,268,-2.13075611,0.8318642051,7081.0484485 +380,1.301180979,0.72367476,268,-2.13075611,0.8318642051,6198.6829765 +381,1.811128231,0.322854402,268,-2.13075611,0.8318642051,7061.302891 +382,0.435105812,0.992284428,268,-2.13075611,0.8318642051,4973.3809635 +383,0.62643634,0.592027932,268,-2.13075611,0.8318642051,6640.9534306 +384,0.492988703,-0.516339467,268,-2.13075611,0.8318642051,10432.653188 +385,-0.162469483,0.112549365,268,-2.13075611,0.8318642051,6922.8954982 +386,0.314630866,0.472006421,268,-2.13075611,0.8318642051,6715.0309378 +387,0.166744804,0.822815954,268,-2.13075611,0.8318642051,5272.0506912 +388,0.417159608,0.965805736,268,-2.13075611,0.8318642051,5054.516459 +389,0.106334961,0.868774244,268,-2.13075611,0.8318642051,5033.3614445 +390,0.815086969,-0.338144359,268,-2.13075611,0.8318642051,10389.099664 +391,0.59867455,-0.230624824,268,-2.13075611,0.8318642051,9701.3231832 +392,1.915104874,0.066220985,268,-2.13075611,0.8318642051,7708.5712881 +393,1.278093622,0.064463721,268,-2.13075611,0.8318642051,8773.9122739 +394,-0.061477853,0.302997961,268,-2.13075611,0.8318642051,6566.0360153 +395,0.251311504,0.626976942,268,-2.13075611,0.8318642051,6070.6750934 +396,2.950242872,0.149095644,268,-2.13075611,0.8318642051,4806.4977264 +397,-0.180294708,0.35375117,268,-2.13075611,0.8318642051,6135.0942664 +398,1.010448592,-0.351180233,268,-2.13075611,0.8318642051,10539.85888 +399,-1.748740498,0.3686318073,268,-2.13075611,0.8318642051,2202.6754051 +400,2.699635665,0.123533791,268,-2.13075611,0.8318642051,5546.1970404 +401,0.496808033,0.823843254,268,-2.13075611,0.8318642051,5649.7835489 +402,0.129574704,0.763364087,268,-2.13075611,0.8318642051,5418.4024021 +403,1.798920311,0.817447563,268,-2.13075611,0.8318642051,5366.6260946 +404,0.335987953,0.746786541,268,-2.13075611,0.8318642051,5760.6285974 +405,-1.085413643,0.292154671,268,-2.13075611,0.8318642051,3979.2775329 +406,-0.155321003,0.508207011,268,-2.13075611,0.8318642051,5713.2827942 +407,0.620529244,-0.301175104,268,-2.13075611,0.8318642051,9989.4440848 +408,1.684402744,0.368716966,268,-2.13075611,0.8318642051,7119.2650123 +409,0.300582244,-0.386397212,268,-2.13075611,0.8318642051,9590.4628488 +410,2.913555946,-0.009225192,268,-2.13075611,0.8318642051,5373.1806742 +411,1.465101417,0.493232532,268,-2.13075611,0.8318642051,6951.1878606 +412,0.090612882,0.907955955,268,-2.13075611,0.8318642051,4882.8621598 +413,2.987564726,-0.729568594,268,-2.13075611,0.8318642051,7405.7894177 +414,-1.484261606,0.224149272,268,-2.13075611,0.8318642051,3214.1773282 +415,0.164073421,0.303955133,268,-2.13075611,0.8318642051,7037.486815 +416,0.141441293,0.167552546,268,-2.13075611,0.8318642051,7450.592114 +417,2.931321023,-0.506718887,268,-2.13075611,0.8318642051,6846.333156 +418,2.21951565,0.700596356,268,-2.13075611,0.8318642051,5039.3334185 +419,0.268112576,1.199114336,268,-2.13075611,0.8318642051,4108.8101651 +420,0.978913739,0.359223811,268,-2.13075611,0.8318642051,7724.5789586 +421,1.210898818,0.522863584,268,-2.13075611,0.8318642051,7030.6339746 +422,2.347397336,0.129231362,268,-2.13075611,0.8318642051,6458.7533451 +423,0.614394501,0.556878345,268,-2.13075611,0.8318642051,6765.1179898 +424,-1.398079356,0.148483366,268,-2.13075611,0.8318642051,3650.6121075 +425,2.535303836,-0.112984496,268,-2.13075611,0.8318642051,6675.7847871 +426,-1.019372593,-0.405322349,268,-2.13075611,0.8318642051,6289.3690129 +427,-1.297785627,-0.160104069,268,-2.13075611,0.8318642051,4892.2864641 +428,2.144554488,0.205051084,268,-2.13075611,0.8318642051,6732.741102 +429,-2.242387083,-0.426171285,268,-2.13075611,0.8318642051,4998.9586655 +430,0.338637212,0.909723676,268,-2.13075611,0.8318642051,5180.4272984 +431,-0.148798452,0.691042401,268,-2.13075611,0.8318642051,5164.9511941 +432,0.893524764,0.441829531,268,-2.13075611,0.8318642051,7381.4247986 +433,0.969229347,-0.368847936,268,-2.13075611,0.8318642051,10605.025424 +434,0.436043248,0.800045688,268,-2.13075611,0.8318642051,5679.6535207 +435,1.687946607,1.081504775,268,-2.13075611,0.8318642051,4567.0412412 +436,0.522302046,-0.034889271,268,-2.13075611,0.8318642051,8871.5042436 +437,-0.178996113,-0.438090009,268,-2.13075611,0.8318642051,8483.0265676 +438,-1.094339566,0.301444068,268,-2.13075611,0.8318642051,3929.3179629 +439,-1.064070054,0.242569932,268,-2.13075611,0.8318642051,4178.312992 +440,-1.068153768,0.230387998,268,-2.13075611,0.8318642051,4203.2398714 +441,-3.00496892,-0.23989155,268,-2.13075611,0.8318642051,5245.1174284 +442,0.21751974,0.766874888,268,-2.13075611,0.8318642051,5534.3674575 +443,0.117229532,0.007619006,268,-2.13075611,0.8318642051,7922.9885011 +444,0.777758451,0.420554741,268,-2.13075611,0.8318642051,7413.878414 +445,-0.252356999,0.250747086,268,-2.13075611,0.8318642051,6277.8884304 +446,0.363148444,0.768483434,268,-2.13075611,0.8318642051,5715.0735465 +447,0.903191366,-0.118210676,268,-2.13075611,0.8318642051,9593.7220268 +448,-0.205755923,0.149406178,268,-2.13075611,0.8318642051,6702.2534987 +449,1.811996086,0.02364353,268,-2.13075611,0.8318642051,8075.503886 +450,-1.100670221,0.314845373,268,-2.13075611,0.8318642051,3874.5237167 +451,0.340078597,0.850105132,268,-2.13075611,0.8318642051,5395.0834749 +452,0.258757267,0.804969236,268,-2.13075611,0.8318642051,5457.0408333 +453,2.78505352,-0.155160804,268,-2.13075611,0.8318642051,6141.9353194 +454,0.800551619,0.105822106,268,-2.13075611,0.8318642051,8657.6636488 +455,0.437940882,-0.506194031,268,-2.13075611,0.8318642051,10271.84658 +456,2.230431122,0.63458615,268,-2.13075611,0.8318642051,5214.3866745 +457,0.527965361,0.127667701,268,-2.13075611,0.8318642051,8284.5921461 +458,-0.063643205,0.702093448,268,-2.13075611,0.8318642051,5292.410353 +459,1.408447268,0.133010502,268,-2.13075611,0.8318642051,8376.1563822 +460,0.523795955,0.280266966,268,-2.13075611,0.8318642051,7712.5002274 +461,-0.975769313,0.072177659,268,-2.13075611,0.8318642051,4912.2732576 +462,0.549774164,-0.463663986,268,-2.13075611,0.8318642051,10402.185055 +463,0.29245874,1.095549818,268,-2.13075611,0.8318642051,4482.049235 +464,0.143625958,0.816809593,268,-2.13075611,0.8318642051,5259.5972147 +465,0.671902494,0.611159853,268,-2.13075611,0.8318642051,6602.9460301 +466,1.239840988,0.6724199,268,-2.13075611,0.8318642051,6430.79594 +467,0.607829703,-0.10932137,268,-2.13075611,0.8318642051,9273.8628108 +468,1.763020906,0.263996692,268,-2.13075611,0.8318642051,7353.7308341 +469,0.378714634,0.726066797,268,-2.13075611,0.8318642051,5887.019058 +470,2.196736143,-0.153862366,268,-2.13075611,0.8318642051,7694.1091392 +471,0.01702415,0.148991565,268,-2.13075611,0.8318642051,7237.5115944 +472,-2.998490902,-0.158002487,268,-2.13075611,0.8318642051,4957.9258465 +473,-3.051262951,-0.346595608,268,-2.13075611,0.8318642051,5695.9430253 +474,-1.069176439,0.182802941,268,-2.13075611,0.8318642051,4340.9314035 +475,0.167157509,0.595344954,268,-2.13075611,0.8318642051,6048.1090777 +476,0.613855648,0.681746124,268,-2.13075611,0.8318642051,6287.2282282 +477,1.037012736,0.682555367,268,-2.13075611,0.8318642051,6444.522296 +478,-1.253574971,0.379755746,268,-2.13075611,0.8318642051,3292.7691445 +479,3.108590453,-0.132620738,268,-2.13075611,0.8318642051,5270.1212663 +480,0.565301296,0.022333262,268,-2.13075611,0.8318642051,8726.9149709 +481,0.547898238,0.855555614,268,-2.13075611,0.8318642051,5573.9949139 +482,0.948309381,0.417393755,268,-2.13075611,0.8318642051,7490.5156721 +483,-0.050600732,0.945269213,268,-2.13075611,0.8318642051,4561.8881474 +484,-0.977651478,-0.572363064,268,-2.13075611,0.8318642051,6901.3773894 +485,1.102014914,0.728861163,268,-2.13075611,0.8318642051,6253.5489956 +486,2.927300795,-0.282939414,268,-2.13075611,0.8318642051,6171.3849711 +487,-1.154565557,0.124434095,268,-2.13075611,0.8318642051,4301.288385 +488,1.855331234,0.291044755,268,-2.13075611,0.8318642051,7085.7329912 +489,0.830290659,0.276904518,268,-2.13075611,0.8318642051,8005.5547516 +490,0.485104466,-0.234867441,268,-2.13075611,0.8318642051,9513.3234686 +491,0.521367572,-0.33161327,268,-2.13075611,0.8318642051,9912.7539064 +1,-1.539031704,0.7349710123,269,-2.097910953,0.8259670014,1601.6893157 +2,-1.536990553,0.7349663874,269,-2.097910953,0.8259670014,1607.1761372 +3,-1.534951779,0.7349571355,269,-2.097910953,0.8259670014,1612.6641846 +4,-1.532906461,0.7349480293,269,-2.097910953,0.8259670014,1618.169706 +5,-1.531320211,0.7346937278,269,-2.097910953,0.8259670014,1622.8380339 +6,-1.539451648,0.7335131775,269,-2.097910953,0.8259670014,1602.9190577 +7,-1.537429487,0.7335445708,269,-2.097910953,0.8259670014,1608.2961043 +8,-1.535484998,0.7335658704,269,-2.097910953,0.8259670014,1613.4812261 +9,-1.533488396,0.7336036027,269,-2.097910953,0.8259670014,1618.7797837 +10,-1.531497785,0.7335842962,269,-2.097910953,0.8259670014,1624.1548786 +11,-1.530259379,0.7334777758,269,-2.097910953,0.8259670014,1627.6521398 +12,-1.5335454,0.7322346912,269,-2.097910953,0.8259670014,1620.8528226 +13,-1.531489083,0.7322238773,269,-2.097910953,0.8259670014,1626.3903094 +14,-1.530011122,0.7321679851,269,-2.097910953,0.8259670014,1630.4489354 +15,-1.53348106,0.7306614094,269,-2.097910953,0.8259670014,1623.6014691 +16,-1.531441779,0.7306962275,269,-2.097910953,0.8259670014,1629.0179389 +17,-1.529755654,0.7306933243,269,-2.097910953,0.8259670014,1633.5486301 +18,-1.533415048,0.7291384674,269,-2.097910953,0.8259670014,1626.289944 +19,-1.531392093,0.7291705353,269,-2.097910953,0.8259670014,1631.6662491 +20,-1.529296523,0.7291214933,269,-2.097910953,0.8259670014,1637.3718655 +21,-1.535280942,0.727267644,269,-2.097910953,0.8259670014,1624.3918034 +22,-1.533378158,0.7276139666,269,-2.097910953,0.8259670014,1628.9202538 +23,-1.531340368,0.7276446587,269,-2.097910953,0.8259670014,1634.337736 +24,-1.528960113,0.7276398177,269,-2.097910953,0.8259670014,1640.7337948 +25,-1.533313146,0.7260818349,269,-2.097910953,0.8259670014,1631.6561703 +26,-1.531259555,0.7260958115,269,-2.097910953,0.8259670014,1637.1431135 +27,-1.528926415,0.7260865555,269,-2.097910953,0.8259670014,1643.4194999 +28,-1.531226779,0.7245511789,269,-2.097910953,0.8259670014,1639.8302173 +29,-1.528904772,0.7245519194,269,-2.097910953,0.8259670014,1646.0592067 +30,-1.547195875,0.7409785979,269,-2.097910953,0.8259670014,1570.2311102 +31,-1.5451475,0.740980426,269,-2.097910953,0.8259670014,1575.7276777 +32,-1.543097679,0.7409798872,269,-2.097910953,0.8259670014,1581.2319201 +33,-1.540720364,0.7409892687,269,-2.097910953,0.8259670014,1587.6000029 +34,-1.547188511,0.7395198392,269,-2.097910953,0.8259670014,1572.5419903 +35,-1.545148587,0.7395226109,269,-2.097910953,0.8259670014,1578.0141125 +36,-1.543104538,0.7395314908,269,-2.097910953,0.8259670014,1583.4878004 +37,-1.540727751,0.7395306258,269,-2.097910953,0.8259670014,1589.8702877 +38,-1.547187029,0.7380014886,269,-2.097910953,0.8259670014,1574.9486403 +39,-1.545147315,0.7380012252,269,-2.097910953,0.8259670014,1580.4246582 +40,-1.54310719,0.7380060743,269,-2.097910953,0.8259670014,1585.8938114 +41,-1.540719671,0.7380068206,269,-2.097910953,0.8259670014,1592.3022573 +42,-1.547187189,0.7364799098,269,-2.097910953,0.8259670014,1577.3742972 +43,-1.545149996,0.7364853874,269,-2.097910953,0.8259670014,1582.8339677 +44,-1.543106091,0.7364823484,269,-2.097910953,0.8259670014,1588.3254657 +45,-1.540717158,0.7364893901,269,-2.097910953,0.8259670014,1594.7272407 +46,-1.538663972,0.7410138672,269,-2.097910953,0.8259670014,1593.0827184 +47,-1.53695285,0.7409699132,269,-2.097910953,0.8259670014,1597.7456863 +48,-1.534910498,0.7409641297,269,-2.097910953,0.8259670014,1603.2383053 +49,-1.533145034,0.7409536636,269,-2.097910953,0.8259670014,1607.9948467 +50,-1.538681336,0.7395405883,269,-2.097910953,0.8259670014,1595.3488414 +51,-1.536999189,0.7395183096,269,-2.097910953,0.8259670014,1599.9002585 +52,-1.534923633,0.7395144222,269,-2.097910953,0.8259670014,1605.4790034 +53,-1.533267822,0.7395654306,269,-2.097910953,0.8259670014,1609.8443431 +54,-1.53867273,0.7380151077,269,-2.097910953,0.8259670014,1597.7845353 +55,-1.536980576,0.7379994392,269,-2.097910953,0.8259670014,1602.3524249 +56,-1.534931522,0.7379944961,269,-2.097910953,0.8259670014,1607.8615638 +57,-1.533387952,0.7379480264,269,-2.097910953,0.8259670014,1612.0795588 +58,-1.538682279,0.7364914363,269,-2.097910953,0.8259670014,1600.1867234 +59,-1.536980704,0.7364810563,269,-2.097910953,0.8259670014,1604.7714099 +60,-1.534935567,0.7364752065,269,-2.097910953,0.8259670014,1610.2712975 +61,-1.533042592,0.7363876366,269,-2.097910953,0.8259670014,1615.4934772 +62,-1.545143426,0.7349628011,269,-2.097910953,0.8259670014,1585.2970205 +63,-1.543105297,0.7349691947,269,-2.097910953,0.8259670014,1590.7574121 +64,-1.541064533,0.7349647152,269,-2.097910953,0.8259670014,1596.2426053 +65,-1.545411803,0.7334624714,269,-2.097910953,0.8259670014,1587.0041183 +66,-1.543446606,0.7334780896,269,-2.097910953,0.8259670014,1592.2531892 +67,-1.541475327,0.7334957295,269,-2.097910953,0.8259670014,1597.5155309 +68,-1.545401939,0.731963266,269,-2.097910953,0.8259670014,1589.4737152 +69,-1.54342253,0.7319915583,269,-2.097910953,0.8259670014,1594.7394822 +70,-1.541455867,0.7320216438,269,-2.097910953,0.8259670014,1599.9683902 +71,-1.545410146,0.7304422281,269,-2.097910953,0.8259670014,1591.948182 +72,-1.543435491,0.7304713664,269,-2.097910953,0.8259670014,1597.1988476 +73,-1.541463105,0.7304997613,269,-2.097910953,0.8259670014,1602.4449579 +74,-1.545414768,0.7289194936,269,-2.097910953,0.8259670014,1594.452922 +75,-1.543435774,0.7289538557,269,-2.097910953,0.8259670014,1599.7055422 +76,-1.541457714,0.7289765881,269,-2.097910953,0.8259670014,1604.9752862 +77,-1.539449415,0.7320555866,269,-2.097910953,0.8259670014,1605.2980473 +78,-1.537429183,0.7321097681,269,-2.097910953,0.8259670014,1610.6319032 +79,-1.535472649,0.7321497267,269,-2.097910953,0.8259670014,1615.818269 +80,-1.539457899,0.7305333307,269,-2.097910953,0.8259670014,1607.7709288 +81,-1.537453161,0.7305750503,269,-2.097910953,0.8259670014,1613.0825322 +82,-1.535479385,0.7306124949,269,-2.097910953,0.8259670014,1618.3183503 +83,-1.53946905,0.7290102593,269,-2.097910953,0.8259670014,1610.2556832 +84,-1.537459922,0.7290417293,269,-2.097910953,0.8259670014,1615.5949639 +85,-1.535451349,0.7290890157,269,-2.097910953,0.8259670014,1620.9068787 +86,-1.535522937,0.7279887191,269,-2.097910953,0.8259670014,1622.5408205 +87,-1.539442524,0.7274735939,269,-2.097910953,0.8259670014,1612.8818229 +88,-1.537424111,0.727521351,269,-2.097910953,0.8259670014,1618.2178267 +89,-1.539384641,0.7259505092,269,-2.097910953,0.8259670014,1615.5870871 +90,-1.537372391,0.7259947145,269,-2.097910953,0.8259670014,1620.9112592 +91,-1.535340789,0.7260435356,269,-2.097910953,0.8259670014,1626.2800052 +92,-1.539325716,0.7244369706,269,-2.097910953,0.8259670014,1618.2963981 +93,-1.537308932,0.7244801057,269,-2.097910953,0.8259670014,1623.6332695 +94,-1.535289068,0.7245247645,269,-2.097910953,0.8259670014,1628.9762638 +95,-1.533261366,0.7245550236,269,-2.097910953,0.8259670014,1634.3650263 +96,-1.539267302,0.722921924,269,-2.097910953,0.8259670014,1621.0239952 +97,-1.537248972,0.7229660258,269,-2.097910953,0.8259670014,1626.3620493 +98,-1.535219431,0.7229916471,269,-2.097910953,0.8259670014,1631.7620832 +99,-1.53318962,0.7230212049,269,-2.097910953,0.8259670014,1637.1565733 +100,-1.531154816,0.7230299897,269,-2.097910953,0.8259670014,1642.6001791 +101,-1.528878341,0.7230370244,269,-2.097910953,0.8259670014,1648.6955062 +102,-1.539218189,0.7214009878,269,-2.097910953,0.8259670014,1623.7537822 +103,-1.537198791,0.7214422745,269,-2.097910953,0.8259670014,1629.098132 +104,-1.535179266,0.7214634354,269,-2.097910953,0.8259670014,1634.4777816 +105,-1.533156501,0.7214944644,269,-2.097910953,0.8259670014,1639.8496822 +106,-1.53113574,0.7215166021,269,-2.097910953,0.8259670014,1645.2318698 +107,-1.528874248,0.7215345535,269,-2.097910953,0.8259670014,1651.2673971 +108,-1.539217656,0.7198512397,269,-2.097910953,0.8259670014,1626.4201311 +109,-1.537199919,0.7199428763,269,-2.097910953,0.8259670014,1631.6717549 +110,-1.545425832,0.727397149,269,-2.097910953,0.8259670014,1596.957516 +111,-1.543371177,0.7273916949,269,-2.097910953,0.8259670014,1602.4784549 +112,-1.541368852,0.7274523163,269,-2.097910953,0.8259670014,1607.7490585 +113,-1.545349067,0.7258710923,269,-2.097910953,0.8259670014,1599.721627 +114,-1.54332671,0.7258603556,269,-2.097910953,0.8259670014,1605.1640487 +115,-1.541346831,0.7259242142,269,-2.097910953,0.8259670014,1610.3675147 +116,-1.545324355,0.7243383958,269,-2.097910953,0.8259670014,1602.3750192 +117,-1.543292796,0.7243617413,269,-2.097910953,0.8259670014,1607.7836463 +118,-1.541295822,0.7244024384,269,-2.097910953,0.8259670014,1613.0706132 +119,-1.543193859,0.7205570215,269,-2.097910953,0.8259670014,1614.5444283 +120,-1.550257047,0.7386738187,269,-2.097910953,0.8259670014,1565.6410863 +121,-1.549335448,0.7311736483,269,-2.097910953,0.8259670014,1580.2128333 +122,-1.533478843,0.7179891343,269,-2.097910953,0.8259670014,1645.0292966 +123,-1.556150555,0.738907041,269,-2.097910953,0.8259670014,1549.4519586 +124,-1.554324226,0.733414257,269,-2.097910953,0.8259670014,1563.1653957 +125,-1.554290846,0.7288285332,269,-2.097910953,0.8259670014,1570.7939493 +126,-1.55122487,0.7219795312,269,-2.097910953,0.8259670014,1590.5748645 +127,-1.525104458,0.7229399862,269,-2.097910953,0.8259670014,1658.9857675 +128,-1.519607711,0.7236181429,269,-2.097910953,0.8259670014,1672.5858759 +129,-1.513899999,0.7251107854,269,-2.097910953,0.8259670014,1685.3871681 +130,-1.536620762,0.7431061895,269,-2.097910953,0.8259670014,1595.313458 +131,-1.5369566,0.7460845958,269,-2.097910953,0.8259670014,1589.8376909 +132,-1.545345528,0.7447040685,269,-2.097910953,0.8259670014,1569.425294 +133,-1.532813921,0.7432306626,269,-2.097910953,0.8259670014,1605.3420377 +134,-1.554788248,0.7382381001,269,-2.097910953,0.8259670014,1554.1689016 +135,-1.540348126,0.7301594274,269,-2.097910953,0.8259670014,1605.9976272 +136,-1.538016084,0.7239051786,269,-2.097910953,0.8259670014,1622.7095694 +137,-1.525288962,0.7258085137,269,-2.097910953,0.8259670014,1653.6474153 +138,-1.534326986,0.731241342,269,-2.097910953,0.8259670014,1620.3791896 +139,-1.530733872,0.7303625216,269,-2.097910953,0.8259670014,1631.466651 +141,-1.534354939,0.7328219978,269,-2.097910953,0.8259670014,1617.7229391 +142,-1.53157084,0.7292888153,269,-2.097910953,0.8259670014,1630.9909064 +143,-1.525691035,0.7263799874,269,-2.097910953,0.8259670014,1651.6106242 +144,-1.534031287,0.7495967835,269,-2.097910953,0.8259670014,1592.3877574 +145,-1.527714986,0.7283095957,269,-2.097910953,0.8259670014,1642.962093 +146,-1.526189586,0.7271468292,269,-2.097910953,0.8259670014,1648.9911551 +147,-1.555177336,0.7375563366,269,-2.097910953,0.8259670014,1554.2088252 +148,-1.555080283,0.7312707794,269,-2.097910953,0.8259670014,1564.6404959 +149,-1.53856994,0.7224180299,269,-2.097910953,0.8259670014,1623.7530119 +150,-1.530837883,0.729933372,269,-2.097910953,0.8259670014,1631.8941499 +151,-1.515066984,0.5854133365,269,-2.097910953,0.8259670014,1977.6323456 +152,-1.534731633,0.5368370046,269,-2.097910953,0.8259670014,2054.0218069 +153,-1.515231902,0.5607085576,269,-2.097910953,0.8259670014,2039.8480094 +154,-2.616253799,1.0684566605,269,-2.097910953,0.8259670014,1513.6223898 +155,-1.956071439,0.5792177723,269,-2.097910953,0.8259670014,1065.8437384 +156,-1.951208514,0.5602434208,269,-2.097910953,0.8259670014,1141.8710337 +157,-1.944675062,0.6062144545,269,-2.097910953,0.8259670014,982.02665962 +158,-1.613778386,0.6077989518,269,-2.097910953,0.8259670014,1670.8033241 +159,-2.035029014,0.6021432345,269,-2.097910953,0.8259670014,906.05836363 +160,-2.114989471,0.6801825058,269,-2.097910953,0.8259670014,579.54418952 +161,-2.037382079,0.5765830025,269,-2.097910953,0.8259670014,1004.3755894 +162,-2.129855121,0.6585019963,269,-2.097910953,0.8259670014,669.79725212 +163,-2.075141798,0.6493615843,269,-2.097910953,0.8259670014,702.68209975 +164,-1.828626729,0.6948433129,269,-2.097910953,0.8259670014,928.51190573 +165,-1.863329418,0.6735427691,269,-2.097910953,0.8259670014,907.0471922 +166,-1.266037071,0.727988852,269,-2.097910953,0.8259670014,2343.7945159 +167,-1.277579582,0.7249010648,269,-2.097910953,0.8259670014,2318.4948434 +168,-1.258418684,0.7241194816,269,-2.097910953,0.8259670014,2370.8119963 +169,-1.317813974,0.6804850104,269,-2.097910953,0.8259670014,2292.8431661 +170,-1.344165204,0.6790988904,269,-2.097910953,0.8259670014,2224.8125772 +171,-1.427582102,0.5277120351,269,-2.097910953,0.8259670014,2349.8505063 +172,-1.402238616,0.457167829,269,-2.097910953,0.8259670014,2605.0163026 +173,-1.422454264,0.4996161999,269,-2.097910953,0.8259670014,2437.4021746 +174,-1.439089277,0.4894859811,269,-2.097910953,0.8259670014,2422.6392813 +175,-1.448126995,0.5182330266,269,-2.097910953,0.8259670014,2322.1096969 +176,-1.474626146,0.5881926574,269,-2.097910953,0.8259670014,2075.5526096 +177,-1.421139645,0.5584869783,269,-2.097910953,0.8259670014,2288.1184223 +178,-1.457037165,0.565943032,269,-2.097910953,0.8259670014,2176.06383 +179,-2.757159358,0.3745319,269,-2.097910953,0.8259670014,2755.5296401 +180,-2.714309238,0.342054471,269,-2.097910953,0.8259670014,2755.3202476 +181,-2.000525337,0.774119946,269,-2.097910953,0.8259670014,338.0809507 +183,-1.571413436,0.6777838382,269,-2.097910953,0.8259670014,1619.9120447 +184,-1.552860289,0.6987663893,269,-2.097910953,0.8259670014,1627.981591 +185,-1.521852374,0.7165827476,269,-2.097910953,0.8259670014,1678.6525307 +186,-1.503656267,0.6928968252,269,-2.097910953,0.8259670014,1770.5432088 +187,-1.502753178,0.7136205882,269,-2.097910953,0.8259670014,1735.0723985 +188,-1.631894563,0.7343596465,269,-2.097910953,0.8259670014,1353.8445187 +189,-1.653765416,0.6770714026,269,-2.097910953,0.8259670014,1405.8089626 +190,-1.719812114,0.6715965947,269,-2.097910953,0.8259670014,1249.8584378 +191,-1.493406659,0.6646955447,269,-2.097910953,0.8259670014,1853.7436523 +192,-1.469120564,0.6613469966,269,-2.097910953,0.8259670014,1925.3778239 +193,-1.590551461,0.5326612937,269,-2.097910953,0.8259670014,1929.0543715 +194,-1.625979264,0.5247742243,269,-2.097910953,0.8259670014,1867.8598276 +195,-1.572293943,0.5238808754,269,-2.097910953,0.8259670014,1997.7201159 +196,-1.610848725,0.5477107964,269,-2.097910953,0.8259670014,1838.1570163 +197,-1.208485554,0.7918526018,269,-2.097910953,0.8259670014,2391.8578436 +198,-1.335601374,0.6869083083,269,-2.097910953,0.8259670014,2232.7437905 +199,-1.346156996,0.6825213377,269,-2.097910953,0.8259670014,2212.833922 +200,-1.324381037,0.6741422347,269,-2.097910953,0.8259670014,2287.6294246 +201,-1.242424992,0.7378949807,269,-2.097910953,0.8259670014,2389.2806545 +202,-1.270370057,0.7392461008,269,-2.097910953,0.8259670014,2313.0275492 +203,-1.448950472,0.7441675014,269,-2.097910953,0.8259670014,1828.8948184 +204,-1.492662363,0.7523026852,269,-2.097910953,0.8259670014,1699.3562255 +205,-1.479098966,0.7763855017,269,-2.097910953,0.8259670014,1702.0073473 +206,-1.633760714,0.7869022408,269,-2.097910953,0.8259670014,1275.4527596 +207,-1.647406434,0.8101289331,269,-2.097910953,0.8259670014,1215.9564204 +208,-1.564245052,0.5701509278,269,-2.097910953,0.8259670014,1891.6868885 +209,-1.646289963,0.6833746083,269,-2.097910953,0.8259670014,1411.7866056 +210,-1.5820631,0.6751952144,269,-2.097910953,0.8259670014,1597.1367368 +211,-1.613236298,0.6681681791,269,-2.097910953,0.8259670014,1530.2963217 +212,-1.914661867,0.8212566515,269,-2.097910953,0.8259670014,493.24900339 +213,-1.742133237,0.7250275956,269,-2.097910953,0.8259670014,1078.8394217 +214,-2.033144872,0.6557314699,269,-2.097910953,0.8259670014,700.1488532 +215,-2.039551981,0.6964723658,269,-2.097910953,0.8259670014,539.40211165 +216,-1.247341019,0.7622473908,269,-2.097910953,0.8259670014,2336.1526779 +217,-1.298239787,0.7084123392,269,-2.097910953,0.8259670014,2292.7803097 +218,-1.308539688,0.6926545592,269,-2.097910953,0.8259670014,2294.4044358 +219,-1.303263185,0.6888938396,269,-2.097910953,0.8259670014,2315.6805692 +220,-1.852400229,0.6004246149,269,-2.097910953,0.8259670014,1153.4195342 +221,-1.288947707,0.7473773692,269,-2.097910953,0.8259670014,2250.3485114 +222,-1.372031502,0.7472790993,269,-2.097910953,0.8259670014,2029.6803179 +223,-1.289805721,0.7242157877,269,-2.097910953,0.8259670014,2287.1435731 +224,-1.350807603,0.7533498126,269,-2.097910953,0.8259670014,2076.7071368 +225,-1.329290365,0.7560442322,269,-2.097910953,0.8259670014,2129.6559144 +226,-1.410153004,0.616936428,269,-2.097910953,0.8259670014,2178.3943014 +227,-1.393445434,0.6308995063,269,-2.097910953,0.8259670014,2192.0356544 +228,-1.37595573,0.6241540638,269,-2.097910953,0.8259670014,2253.5370975 +229,-1.358388707,0.6172645205,269,-2.097910953,0.8259670014,2315.7325449 +230,-1.753741133,0.8281661666,269,-2.097910953,0.8259670014,920.53754333 +231,-1.47430987,0.6834615681,269,-2.097910953,0.8259670014,1867.1926669 +232,-1.421012508,0.7222725206,269,-2.097910953,0.8259670014,1939.5346699 +233,-1.4476833,0.6978557868,269,-2.097910953,0.8259670014,1911.3055836 +234,-1.470370723,0.6966193374,269,-2.097910953,0.8259670014,1852.728818 +235,-1.429211703,0.7037216883,269,-2.097910953,0.8259670014,1950.1528422 +236,-1.700578405,0.6178673663,269,-2.097910953,0.8259670014,1431.7398846 +237,-1.678117619,0.6331716163,269,-2.097910953,0.8259670014,1446.8491229 +238,-1.725644578,0.6316331145,269,-2.097910953,0.8259670014,1335.4007569 +239,-2.14012759,0.7930497945,269,-2.097910953,0.8259670014,174.07301102 +240,-2.103289431,0.7653606263,269,-2.097910953,0.8259670014,240.52377499 +241,-1.318739838,0.7017808746,269,-2.097910953,0.8259670014,2250.0587395 +242,-1.396417427,0.7077900843,269,-2.097910953,0.8259670014,2030.8600382 +243,-1.35650337,0.7185539404,269,-2.097910953,0.8259670014,2118.8564053 +244,-1.248884539,0.7274156818,269,-2.097910953,0.8259670014,2390.3255419 +245,-1.395014798,0.5761185243,269,-2.097910953,0.8259670014,2313.5636025 +246,-1.433377362,0.6064716109,269,-2.097910953,0.8259670014,2140.636306 +247,-1.408172432,0.5903155476,269,-2.097910953,0.8259670014,2244.9900304 +248,-1.749645898,0.7757118084,269,-2.097910953,0.8259670014,977.79898807 +249,-1.571626686,0.615046989,269,-2.097910953,0.8259670014,1759.7830619 +250,-1.514070049,0.6303003037,269,-2.097910953,0.8259670014,1873.5198306 +251,-1.480890369,0.6237966528,269,-2.097910953,0.8259670014,1975.5399221 +252,-1.704390658,0.5281680612,269,-2.097910953,0.8259670014,1681.5516072 +253,-1.64434733,0.5254277498,269,-2.097910953,0.8259670014,1823.5473887 +254,-1.703855997,0.4792484842,269,-2.097910953,0.8259670014,1836.7912855 +255,-1.692002383,0.5748825051,269,-2.097910953,0.8259670014,1570.538733 +256,-1.854136457,0.5544643913,269,-2.097910953,0.8259670014,1303.6061948 +257,-1.665021206,0.520317736,269,-2.097910953,0.8259670014,1791.9611373 +258,-1.733654349,0.4845187345,269,-2.097910953,0.8259670014,1759.8383427 +259,-1.720938188,0.5135933906,269,-2.097910953,0.8259670014,1691.9304137 +260,-1.742668307,0.553296122,269,-2.097910953,0.8259670014,1522.3662699 +261,-1.965659039,0.7142126903,269,-2.097910953,0.8259670014,580.25302133 +262,-1.944438071,0.6772834804,269,-2.097910953,0.8259670014,736.60916142 +263,-1.270340967,0.7681487096,269,-2.097910953,0.8259670014,2266.5538123 +264,-1.353091884,0.6549276821,269,-2.097910953,0.8259670014,2249.2552088 +265,-1.333236659,0.6413584414,269,-2.097910953,0.8259670014,2330.8631379 +266,-1.352015998,0.6753788907,269,-2.097910953,0.8259670014,2211.0061786 +267,-1.377988483,0.6577816235,269,-2.097910953,0.8259670014,2176.5927684 +268,-2.13075611,0.8318642051,269,-2.097910953,0.8259670014,90.953138115 +269,-2.097910953,0.8259670014,269,-2.097910953,0.8259670014,128.4535196 +270,-1.416382069,0.6694271549,269,-2.097910953,0.8259670014,2050.0506202 +271,-1.538905672,0.7535625993,269,-2.097910953,0.8259670014,1573.4340655 +272,-1.572309477,0.7803125099,269,-2.097910953,0.8259670014,1447.872468 +273,-1.87759879,0.7503853417,269,-2.097910953,0.8259670014,683.21197558 +274,1.152365588,0.590457682,269,-2.097910953,0.8259670014,6820.07572 +275,0.350198001,0.718001859,269,-2.097910953,0.8259670014,5860.6188049 +276,0.046513677,0.491503852,269,-2.097910953,0.8259670014,6132.118864 +277,0.027510309,0.742571376,269,-2.097910953,0.8259670014,5285.7990158 +278,0.306285725,-0.214631579,269,-2.097910953,0.8259670014,9008.1883068 +279,-1.100564889,0.318051531,269,-2.097910953,0.8259670014,3774.9288858 +280,-1.078582306,0.301437596,269,-2.097910953,0.8259670014,3879.9176931 +281,-1.137371989,-0.617634065,269,-2.097910953,0.8259670014,6654.814293 +282,0.784356344,0.703272339,269,-2.097910953,0.8259670014,6318.0185803 +283,-1.221209947,0.218327455,269,-2.097910953,0.8259670014,3758.6721266 +284,2.347301921,-0.449114658,269,-2.097910953,0.8259670014,8206.880367 +285,0.246820618,0.830553713,269,-2.097910953,0.8259670014,5330.1046046 +286,0.829414965,0.703288228,269,-2.097910953,0.8259670014,6339.6091506 +287,-1.337537566,0.42332223,269,-2.097910953,0.8259670014,2863.8633721 +288,0.882453706,0.454478077,269,-2.097910953,0.8259670014,7339.3918568 +289,1.575629659,0.416419109,269,-2.097910953,0.8259670014,7169.2039951 +290,-1.039455679,0.229888244,269,-2.097910953,0.8259670014,4188.6227735 +291,0.489558039,0.934482747,269,-2.097910953,0.8259670014,5225.9958065 +292,0.081344504,0.88384514,269,-2.097910953,0.8259670014,4920.3038326 +293,-1.547979814,0.300350308,269,-2.097910953,0.8259670014,2743.6427084 +294,0.040776181,0.168560074,269,-2.097910953,0.8259670014,7165.9326223 +295,-1.130374745,0.563894876,269,-2.097910953,0.8259670014,3049.5881595 +296,1.578326642,0.478507176,269,-2.097910953,0.8259670014,6935.6538707 +297,-1.12861823,-0.291640865,269,-2.097910953,0.8259670014,5601.4925059 +298,0.310524208,0.770885792,269,-2.097910953,0.8259670014,5621.6003151 +299,0.415649091,-0.387246002,269,-2.097910953,0.8259670014,9800.8942005 +300,-0.926533878,-0.188022748,269,-2.097910953,0.8259670014,5739.3294182 +301,1.258856172,-0.11716081,269,-2.097910953,0.8259670014,9543.0679236 +302,-1.126050026,0.322941926,269,-2.097910953,0.8259670014,3694.2002039 +303,2.002785835,0.07893892,269,-2.097910953,0.8259670014,7554.3065378 +304,0.440437607,0.746258085,269,-2.097910953,0.8259670014,5867.8436704 +305,-0.030391866,0.214441206,269,-2.097910953,0.8259670014,6855.1073815 +306,0.521557815,-0.058929362,269,-2.097910953,0.8259670014,8920.5953704 +307,-0.097005111,0.13317729,269,-2.097910953,0.8259670014,6948.9444455 +308,1.83113859,0.221857587,269,-2.097910953,0.8259670014,7448.8532121 +309,0.222428864,0.099404236,269,-2.097910953,0.8259670014,7794.1174876 +310,-1.702731345,0.8728568183,269,-2.097910953,0.8259670014,1046.1098749 +311,-0.418507569,0.278324921,269,-2.097910953,0.8259670014,5700.1507995 +312,-1.41153306,0.339029988,269,-2.097910953,0.8259670014,2927.9744 +313,0.357560442,0.114788776,269,-2.097910953,0.8259670014,8012.4328256 +314,0.325818979,0.268352149,269,-2.097910953,0.8259670014,7417.8353591 +315,-1.246004659,-0.663679965,269,-2.097910953,0.8259670014,6623.7058937 +316,1.814603087,0.637404484,269,-2.097910953,0.8259670014,6036.488025 +317,1.843704281,-0.18300445,269,-2.097910953,0.8259670014,8761.7246563 +318,1.690644492,-0.211480909,269,-2.097910953,0.8259670014,9200.8155313 +319,-1.275451936,0.068109467,269,-2.097910953,0.8259670014,4101.1947213 +320,0.762430171,-0.207594741,269,-2.097910953,0.8259670014,9821.6483435 +321,0.265668905,-0.014647884,269,-2.097910953,0.8259670014,8266.4770741 +322,-2.773032013,-0.335515811,269,-2.097910953,0.8259670014,5190.0469308 +323,-1.469512853,0.174058777,269,-2.097910953,0.8259670014,3327.5993799 +324,0.286276986,0.785925691,269,-2.097910953,0.8259670014,5537.0319713 +325,-1.379324697,0.377432233,269,-2.097910953,0.8259670014,2890.9360513 +326,-1.203778265,0.212813032,269,-2.097910953,0.8259670014,3818.7296273 +327,0.579916301,0.611743168,269,-2.097910953,0.8259670014,6515.6249128 +328,0.267582642,0.868113908,269,-2.097910953,0.8259670014,5227.5482784 +329,0.412869244,-0.050245578,269,-2.097910953,0.8259670014,8690.37855 +330,0.17524381,0.976660285,269,-2.097910953,0.8259670014,4745.8823774 +331,0.743157214,0.204812899,269,-2.097910953,0.8259670014,8224.9338559 +332,-1.070758176,0.269382282,269,-2.097910953,0.8259670014,3992.2800855 +333,-1.230364251,0.329790229,269,-2.097910953,0.8259670014,3404.4001331 +334,-1.374813124,-0.024926835,269,-2.097910953,0.8259670014,4194.7206634 +335,0.519780566,0.463669906,269,-2.097910953,0.8259670014,7003.9540409 +336,-1.55108034,0.239698561,269,-2.097910953,0.8259670014,2939.8074036 +337,0.180294813,0.029739425,269,-2.097910953,0.8259670014,7932.0555596 +338,0.67820924,0.268170153,269,-2.097910953,0.8259670014,7919.8146252 +339,0.445798684,1.024001867,269,-2.097910953,0.8259670014,4861.6783142 +340,0.691751283,0.150521402,269,-2.097910953,0.8259670014,8382.7136231 +341,-1.036643551,-0.903056181,269,-2.097910953,0.8259670014,7734.1342679 +342,-0.120287036,1.083325163,269,-2.097910953,0.8259670014,4037.5801981 +343,2.823513113,-0.304487164,269,-2.097910953,0.8259670014,6563.879612 +344,0.457583172,1.12513373,269,-2.097910953,0.8259670014,4505.1864036 +345,0.042918831,0.813795399,269,-2.097910953,0.8259670014,5084.5939197 +346,1.196146777,-0.853142756,269,-2.097910953,0.8259670014,12026.705577 +347,0.206001358,-0.010430701,269,-2.097910953,0.8259670014,8120.8448337 +348,-0.268308653,0.234799412,269,-2.097910953,0.8259670014,6212.7155643 +349,0.759363263,0.736189579,269,-2.097910953,0.8259670014,6176.2670937 +350,0.181363926,0.891988372,269,-2.097910953,0.8259670014,5034.544825 +351,-0.021111158,0.139103292,269,-2.097910953,0.8259670014,7114.4603251 +352,-0.093355215,0.630686981,269,-2.097910953,0.8259670014,5410.3251216 +353,0.40118964,0.681375926,269,-2.097910953,0.8259670014,6057.2251162 +354,-0.721197315,1.304706234,269,-2.097910953,0.8259670014,2900.2347135 +355,-1.076150317,0.212107639,269,-2.097910953,0.8259670014,4145.2403368 +356,-1.577164531,0.273993443,269,-2.097910953,0.8259670014,2771.7723826 +357,-0.190788414,0.182208586,269,-2.097910953,0.8259670014,6566.0934013 +358,-0.261349752,0.209710184,269,-2.097910953,0.8259670014,6305.4361495 +359,-1.029303852,0.083549259,269,-2.097910953,0.8259670014,4650.0896984 +360,-1.268609162,0.330525297,269,-2.097910953,0.8259670014,3304.9975404 +361,1.282982244,-0.926641967,269,-2.097910953,0.8259670014,11719.74203 +362,0.217352334,0.731352408,269,-2.097910953,0.8259670014,5628.78801 +363,-1.511833084,0.258629297,269,-2.097910953,0.8259670014,2957.4385395 +364,0.338812194,0.823184618,269,-2.097910953,0.8259670014,5472.3951391 +365,-0.324406489,1.134201999,269,-2.097910953,0.8259670014,3630.5914992 +366,1.389579348,0.399185724,269,-2.097910953,0.8259670014,7436.3337089 +367,2.047152199,-0.039082036,269,-2.097910953,0.8259670014,7820.4820552 +368,0.947780369,0.568250077,269,-2.097910953,0.8259670014,6910.7944298 +369,0.763824846,0.576754987,269,-2.097910953,0.8259670014,6799.0156414 +370,-0.142334657,0.928153068,269,-2.097910953,0.8259670014,4434.6765756 +371,0.610266567,0.547265983,269,-2.097910953,0.8259670014,6789.3295533 +372,0.210731629,0.746815056,269,-2.097910953,0.8259670014,5566.1581657 +373,-1.34931644,0.316895224,269,-2.097910953,0.8259670014,3145.0461219 +374,2.407696481,0.655030745,269,-2.097910953,0.8259670014,4858.2748775 +375,0.64207831,0.545359131,269,-2.097910953,0.8259670014,6826.5029766 +376,1.174597538,0.840588356,269,-2.097910953,0.8259670014,5827.2238764 +377,0.660059424,0.010604079,269,-2.097910953,0.8259670014,8874.5801535 +378,-0.730263819,0.010486456,269,-2.097910953,0.8259670014,5647.7060857 +379,0.831068936,0.512339172,269,-2.097910953,0.8259670014,7088.7520025 +380,1.301180979,0.72367476,269,-2.097910953,0.8259670014,6239.3739874 +381,1.811128231,0.322854402,269,-2.097910953,0.8259670014,7138.6206228 +382,0.435105812,0.992284428,269,-2.097910953,0.8259670014,4967.2790982 +383,0.62643634,0.592027932,269,-2.097910953,0.8259670014,6634.4202826 +384,0.492988703,-0.516339467,269,-2.097910953,0.8259670014,10364.134954 +385,-0.162469483,0.112549365,269,-2.097910953,0.8259670014,6848.9137428 +386,0.314630866,0.472006421,269,-2.097910953,0.8259670014,6682.3863621 +387,0.166744804,0.822815954,269,-2.097910953,0.8259670014,5245.1356192 +388,0.417159608,0.965805736,269,-2.097910953,0.8259670014,5046.533497 +389,0.106334961,0.868774244,269,-2.097910953,0.8259670014,5005.681834 +390,0.815086969,-0.338144359,269,-2.097910953,0.8259670014,10375.386301 +391,0.59867455,-0.230624824,269,-2.097910953,0.8259670014,9664.0560894 +392,1.915104874,0.066220985,269,-2.097910953,0.8259670014,7794.8509182 +393,1.278093622,0.064463721,269,-2.097910953,0.8259670014,8823.467436 +394,-0.061477853,0.302997961,269,-2.097910953,0.8259670014,6503.8333071 +395,0.251311504,0.626976942,269,-2.097910953,0.8259670014,6040.003968 +396,2.950242872,0.149095644,269,-2.097910953,0.8259670014,4889.5039296 +397,-0.180294708,0.35375117,269,-2.097910953,0.8259670014,6069.1920965 +398,1.010448592,-0.351180233,269,-2.097910953,0.8259670014,10560.175289 +399,-1.748740498,0.3686318073,269,-2.097910953,0.8259670014,2128.3762568 +400,2.699635665,0.123533791,269,-2.097910953,0.8259670014,5634.3103057 +401,0.496808033,0.823843254,269,-2.097910953,0.8259670014,5641.1496609 +402,0.129574704,0.763364087,269,-2.097910953,0.8259670014,5386.7370905 +403,1.798920311,0.817447563,269,-2.097910953,0.8259670014,5429.8750858 +404,0.335987953,0.746786541,269,-2.097910953,0.8259670014,5739.8121275 +405,-1.085413643,0.292154671,269,-2.097910953,0.8259670014,3888.4667464 +406,-0.155321003,0.508207011,269,-2.097910953,0.8259670014,5655.0430263 +407,0.620529244,-0.301175104,269,-2.097910953,0.8259670014,9950.4701916 +408,1.684402744,0.368716966,269,-2.097910953,0.8259670014,7189.6993694 +409,0.300582244,-0.386397212,269,-2.097910953,0.8259670014,9518.2577158 +410,2.913555946,-0.009225192,269,-2.097910953,0.8259670014,5452.9093387 +411,1.465101417,0.493232532,269,-2.097910953,0.8259670014,7006.2240999 +412,0.090612882,0.907955955,269,-2.097910953,0.8259670014,4856.4842502 +413,2.987564726,-0.729568594,269,-2.097910953,0.8259670014,7453.2003478 +414,-1.484261606,0.224149272,269,-2.097910953,0.8259670014,3129.8330504 +415,0.164073421,0.303955133,269,-2.097910953,0.8259670014,6988.1739841 +416,0.141441293,0.167552546,269,-2.097910953,0.8259670014,7394.2774183 +417,2.931321023,-0.506718887,269,-2.097910953,0.8259670014,6907.2061038 +418,2.21951565,0.700596356,269,-2.097910953,0.8259670014,5120.1499695 +419,0.268112576,1.199114336,269,-2.097910953,0.8259670014,4105.6365725 +420,0.978913739,0.359223811,269,-2.097910953,0.8259670014,7743.6214626 +421,1.210898818,0.522863584,269,-2.097910953,0.8259670014,7067.8989004 +422,2.347397336,0.129231362,269,-2.097910953,0.8259670014,6549.6991088 +423,0.614394501,0.556878345,269,-2.097910953,0.8259670014,6756.8313814 +424,-1.398079356,0.148483366,269,-2.097910953,0.8259670014,3565.0599247 +425,2.535303836,-0.112984496,269,-2.097910953,0.8259670014,6762.9347429 +426,-1.019372593,-0.405322349,269,-2.097910953,0.8259670014,6204.0891333 +427,-1.297785627,-0.160104069,269,-2.097910953,0.8259670014,4810.0105405 +428,2.144554488,0.205051084,269,-2.097910953,0.8259670014,6821.5736489 +429,-2.242387083,-0.426171285,269,-2.097910953,0.8259670014,4986.5115221 +430,0.338637212,0.909723676,269,-2.097910953,0.8259670014,5166.2587099 +431,-0.148798452,0.691042401,269,-2.097910953,0.8259670014,5115.7642464 +432,0.893524764,0.441829531,269,-2.097910953,0.8259670014,7393.5240722 +433,0.969229347,-0.368847936,269,-2.097910953,0.8259670014,10617.543679 +434,0.436043248,0.800045688,269,-2.097910953,0.8259670014,5666.6784462 +435,1.687946607,1.081504775,269,-2.097910953,0.8259670014,4616.8745903 +436,0.522302046,-0.034889271,269,-2.097910953,0.8259670014,8835.9524667 +437,-0.178996113,-0.438090009,269,-2.097910953,0.8259670014,8393.9294274 +438,-1.094339566,0.301444068,269,-2.097910953,0.8259670014,3838.5087974 +439,-1.064070054,0.242569932,269,-2.097910953,0.8259670014,4087.4115131 +440,-1.068153768,0.230387998,269,-2.097910953,0.8259670014,4112.3064268 +441,-3.00496892,-0.23989155,269,-2.097910953,0.8259670014,5298.768374 +442,0.21751974,0.766874888,269,-2.097910953,0.8259670014,5507.6191892 +443,0.117229532,0.007619006,269,-2.097910953,0.8259670014,7858.6504196 +444,0.777758451,0.420554741,269,-2.097910953,0.8259670014,7415.8273529 +445,-0.252356999,0.250747086,269,-2.097910953,0.8259670014,6205.0235234 +446,0.363148444,0.768483434,269,-2.097910953,0.8259670014,5696.6831105 +447,0.903191366,-0.118210676,269,-2.097910953,0.8259670014,9600.2573568 +448,-0.205755923,0.149406178,269,-2.097910953,0.8259670014,6627.7686416 +449,1.811996086,0.02364353,269,-2.097910953,0.8259670014,8159.6029529 +450,-1.100670221,0.314845373,269,-2.097910953,0.8259670014,3783.7469618 +451,0.340078597,0.850105132,269,-2.097910953,0.8259670014,5378.5627089 +452,0.258757267,0.804969236,269,-2.097910953,0.8259670014,5434.2125609 +453,2.78505352,-0.155160804,269,-2.097910953,0.8259670014,6221.6700385 +454,0.800551619,0.105822106,269,-2.097910953,0.8259670014,8656.0765007 +455,0.437940882,-0.506194031,269,-2.097910953,0.8259670014,10200.268073 +456,2.230431122,0.63458615,269,-2.097910953,0.8259670014,5297.2388321 +457,0.527965361,0.127667701,269,-2.097910953,0.8259670014,8256.1271924 +458,-0.063643205,0.702093448,269,-2.097910953,0.8259670014,5247.8613277 +459,1.408447268,0.133010502,269,-2.097910953,0.8259670014,8435.2603061 +460,0.523795955,0.280266966,269,-2.097910953,0.8259670014,7688.9848406 +461,-0.975769313,0.072177659,269,-2.097910953,0.8259670014,4821.336774 +462,0.549774164,-0.463663986,269,-2.097910953,0.8259670014,10343.091455 +463,0.29245874,1.095549818,269,-2.097910953,0.8259670014,4474.2167192 +464,0.143625958,0.816809593,269,-2.097910953,0.8259670014,5231.2042711 +465,0.671902494,0.611159853,269,-2.097910953,0.8259670014,6600.162999 +466,1.239840988,0.6724199,269,-2.097910953,0.8259670014,6468.3641568 +467,0.607829703,-0.10932137,269,-2.097910953,0.8259670014,9243.769235 +468,1.763020906,0.263996692,269,-2.097910953,0.8259670014,7430.4463488 +469,0.378714634,0.726066797,269,-2.097910953,0.8259670014,5867.9834979 +470,2.196736143,-0.153862366,269,-2.097910953,0.8259670014,7784.8803389 +471,0.01702415,0.148991565,269,-2.097910953,0.8259670014,7173.3142207 +472,-2.998490902,-0.158002487,269,-2.097910953,0.8259670014,5014.5300453 +473,-3.051262951,-0.346595608,269,-2.097910953,0.8259670014,5748.0189756 +474,-1.069176439,0.182802941,269,-2.097910953,0.8259670014,4249.9903754 +475,0.167157509,0.595344954,269,-2.097910953,0.8259670014,6011.0569606 +476,0.613855648,0.681746124,269,-2.097910953,0.8259670014,6281.9970673 +477,1.037012736,0.682555367,269,-2.097910953,0.8259670014,6468.5449795 +478,-1.253574971,0.379755746,269,-2.097910953,0.8259670014,3201.8220926 +479,3.108590453,-0.132620738,269,-2.097910953,0.8259670014,5337.5164221 +480,0.565301296,0.022333262,269,-2.097910953,0.8259670014,8697.9740324 +481,0.547898238,0.855555614,269,-2.097910953,0.8259670014,5569.2786408 +482,0.948309381,0.417393755,269,-2.097910953,0.8259670014,7507.1224003 +483,-0.050600732,0.945269213,269,-2.097910953,0.8259670014,4531.428712 +484,-0.977651478,-0.572363064,269,-2.097910953,0.8259670014,6818.6309501 +485,1.102014914,0.728861163,269,-2.097910953,0.8259670014,6281.76718 +486,2.927300795,-0.282939414,269,-2.097910953,0.8259670014,6241.5065785 +487,-1.154565557,0.124434095,269,-2.097910953,0.8259670014,4211.1282816 +488,1.855331234,0.291044755,269,-2.097910953,0.8259670014,7165.5124362 +489,0.830290659,0.276904518,269,-2.097910953,0.8259670014,8010.0096153 +490,0.485104466,-0.234867441,269,-2.097910953,0.8259670014,9464.057486 +491,0.521367572,-0.33161327,269,-2.097910953,0.8259670014,9860.9398408 +1,-1.539031704,0.7349710123,270,-1.416382069,0.6694271549,452.47008854 +2,-1.536990553,0.7349663874,270,-1.416382069,0.6694271549,447.42565288 +3,-1.534951779,0.7349571355,270,-1.416382069,0.6694271549,442.40506809 +4,-1.532906461,0.7349480293,270,-1.416382069,0.6694271549,437.39773615 +5,-1.531320211,0.7346937278,270,-1.416382069,0.6694271549,432.97984266 +6,-1.539451648,0.7335131775,270,-1.416382069,0.6694271549,450.42593645 +7,-1.537429487,0.7335445708,270,-1.416382069,0.6694271549,445.45820391 +8,-1.535484998,0.7335658704,270,-1.416382069,0.6694271549,440.68941089 +9,-1.533488396,0.7336036027,270,-1.416382069,0.6694271549,435.85566466 +10,-1.531497785,0.7335842962,270,-1.416382069,0.6694271549,430.94083223 +11,-1.530259379,0.7334777758,270,-1.416382069,0.6694271549,427.68660325 +12,-1.5335454,0.7322346912,270,-1.416382069,0.6694271549,433.03121498 +13,-1.531489083,0.7322238773,270,-1.416382069,0.6694271549,427.9333567 +14,-1.530011122,0.7321679851,270,-1.416382069,0.6694271549,424.18181698 +15,-1.53348106,0.7306614094,270,-1.416382069,0.6694271549,429.52259321 +16,-1.531441779,0.7306962275,270,-1.416382069,0.6694271549,424.51884263 +17,-1.529755654,0.7306933243,270,-1.416382069,0.6694271549,420.33662731 +18,-1.533415048,0.7291384674,270,-1.416382069,0.6694271549,426.17554093 +19,-1.531392093,0.7291705353,270,-1.416382069,0.6694271549,421.16122986 +20,-1.529296523,0.7291214933,270,-1.416382069,0.6694271549,415.82325199 +21,-1.535280942,0.727267644,270,-1.416382069,0.6694271549,427.11216159 +22,-1.533378158,0.7276139666,270,-1.416382069,0.6694271549,422.95827444 +23,-1.531340368,0.7276446587,270,-1.416382069,0.6694271549,417.85799171 +24,-1.528960113,0.7276398177,270,-1.416382069,0.6694271549,411.85278155 +25,-1.533313146,0.7260818349,270,-1.416382069,0.6694271549,419.71553601 +26,-1.531259555,0.7260958115,270,-1.416382069,0.6694271549,414.49552531 +27,-1.528926415,0.7260865555,270,-1.416382069,0.6694271549,408.54756806 +28,-1.531226779,0.7245511789,270,-1.416382069,0.6694271549,411.32827285 +29,-1.528904772,0.7245519194,270,-1.416382069,0.6694271549,405.37657948 +30,-1.547195875,0.7409785979,270,-1.416382069,0.6694271549,485.48985383 +31,-1.5451475,0.740980426,270,-1.416382069,0.6694271549,480.49889349 +32,-1.543097679,0.7409798872,270,-1.416382069,0.6694271549,475.52669035 +33,-1.540720364,0.7409892687,270,-1.416382069,0.6694271549,469.8181813 +34,-1.547188511,0.7395198392,270,-1.416382069,0.6694271549,482.33085758 +35,-1.545148587,0.7395226109,270,-1.416382069,0.6694271549,477.32324569 +36,-1.543104538,0.7395314908,270,-1.416382069,0.6694271549,472.34576451 +37,-1.540727751,0.7395306258,270,-1.416382069,0.6694271549,466.56856718 +38,-1.547187029,0.7380014886,270,-1.416382069,0.6694271549,479.10975946 +39,-1.545147315,0.7380012252,270,-1.416382069,0.6694271549,474.0552479 +40,-1.54310719,0.7380060743,270,-1.416382069,0.6694271549,469.03679617 +41,-1.540719671,0.7380068206,270,-1.416382069,0.6694271549,463.18761957 +42,-1.547187189,0.7364799098,270,-1.416382069,0.6694271549,475.9400272 +43,-1.545149996,0.7364853874,270,-1.416382069,0.6694271549,470.86288285 +44,-1.543106091,0.7364823484,270,-1.416382069,0.6694271549,465.7767473 +45,-1.540717158,0.7364893901,270,-1.416382069,0.6694271549,459.88816981 +46,-1.538663972,0.7410138672,270,-1.416382069,0.6694271549,464.9502955 +47,-1.53695285,0.7409699132,270,-1.416382069,0.6694271549,460.77530352 +48,-1.534910498,0.7409641297,270,-1.416382069,0.6694271549,455.92697568 +49,-1.533145034,0.7409536636,270,-1.416382069,0.6694271549,451.74846677 +50,-1.538681336,0.7395405883,270,-1.416382069,0.6694271549,461.64947307 +51,-1.536999189,0.7395183096,270,-1.416382069,0.6694271549,457.5592895 +52,-1.534923633,0.7395144222,270,-1.416382069,0.6694271549,452.59390213 +53,-1.533267822,0.7395654306,270,-1.416382069,0.6694271549,448.78168463 +54,-1.53867273,0.7380151077,270,-1.416382069,0.6694271549,458.22026662 +55,-1.536980576,0.7379994392,270,-1.416382069,0.6694271549,454.08572698 +56,-1.534931522,0.7379944961,270,-1.416382069,0.6694271549,449.13739669 +57,-1.533387952,0.7379480264,270,-1.416382069,0.6694271549,445.33207774 +58,-1.538682279,0.7364914363,270,-1.416382069,0.6694271549,454.89359967 +59,-1.536980704,0.7364810563,270,-1.416382069,0.6694271549,450.71212256 +60,-1.534935567,0.7364752065,270,-1.416382069,0.6694271549,445.72733108 +61,-1.533042592,0.7363876366,270,-1.416382069,0.6694271549,440.95443115 +62,-1.545143426,0.7349628011,270,-1.416382069,0.6694271549,467.68845704 +63,-1.543105297,0.7349691947,270,-1.416382069,0.6694271549,462.59499373 +64,-1.541064533,0.7349647152,270,-1.416382069,0.6694271549,457.49803002 +65,-1.545411803,0.7334624714,270,-1.416382069,0.6694271549,465.31153098 +66,-1.543446606,0.7334780896,270,-1.416382069,0.6694271549,460.37647533 +67,-1.541475327,0.7334957295,270,-1.416382069,0.6694271549,455.45430573 +68,-1.545401939,0.731963266,270,-1.416382069,0.6694271549,462.29332523 +69,-1.54342253,0.7319915583,270,-1.416382069,0.6694271549,457.30793778 +70,-1.541455867,0.7320216438,270,-1.416382069,0.6694271549,452.38281848 +71,-1.545410146,0.7304422281,270,-1.416382069,0.6694271549,459.33589625 +72,-1.543435491,0.7304713664,270,-1.416382069,0.6694271549,454.32327012 +73,-1.541463105,0.7304997613,270,-1.416382069,0.6694271549,449.33862972 +74,-1.545414768,0.7289194936,270,-1.416382069,0.6694271549,456.42610136 +75,-1.543435774,0.7289538557,270,-1.416382069,0.6694271549,451.37145243 +76,-1.541457714,0.7289765881,270,-1.416382069,0.6694271549,446.31990038 +77,-1.539449415,0.7320555866,270,-1.416382069,0.6694271549,447.39050515 +78,-1.537429183,0.7321097681,270,-1.416382069,0.6694271549,442.43306328 +79,-1.535472649,0.7321497267,270,-1.416382069,0.6694271549,437.63360255 +80,-1.539457899,0.7305333307,270,-1.416382069,0.6694271549,444.30554747 +81,-1.537453161,0.7305750503,270,-1.416382069,0.6694271549,439.3166955 +82,-1.535479385,0.7306124949,270,-1.416382069,0.6694271549,434.42442136 +83,-1.53946905,0.7290102593,270,-1.416382069,0.6694271549,441.28642701 +84,-1.537459922,0.7290417293,270,-1.416382069,0.6694271549,436.22167299 +85,-1.535451349,0.7290890157,270,-1.416382069,0.6694271549,431.21709339 +86,-1.535522937,0.7279887191,270,-1.416382069,0.6694271549,429.17233281 +87,-1.539442524,0.7274735939,270,-1.416382069,0.6694271549,438.20582216 +88,-1.537424111,0.727521351,270,-1.416382069,0.6694271549,433.10568341 +89,-1.539384641,0.7259505092,270,-1.416382069,0.6694271549,435.13237298 +90,-1.537372391,0.7259947145,270,-1.416382069,0.6694271549,429.99774769 +91,-1.535340789,0.7260435356,270,-1.416382069,0.6694271549,424.84821669 +92,-1.539325716,0.7244369706,270,-1.416382069,0.6694271549,432.13570308 +93,-1.537308932,0.7244801057,270,-1.416382069,0.6694271549,426.94434714 +94,-1.535289068,0.7245247645,270,-1.416382069,0.6694271549,421.77310973 +95,-1.533261366,0.7245550236,270,-1.416382069,0.6694271549,416.57990806 +96,-1.539267302,0.722921924,270,-1.416382069,0.6694271549,429.1998752 +97,-1.537248972,0.7229660258,270,-1.416382069,0.6694271549,423.9634243 +98,-1.535219431,0.7229916471,270,-1.416382069,0.6694271549,418.68754089 +99,-1.53318962,0.7230212049,270,-1.416382069,0.6694271549,413.44307188 +100,-1.531154816,0.7230299897,270,-1.416382069,0.6694271549,408.17134849 +101,-1.528878341,0.7230370244,270,-1.416382069,0.6694271549,402.29852017 +102,-1.539218189,0.7214009878,270,-1.416382069,0.6694271549,426.34202159 +103,-1.537198791,0.7214422745,270,-1.416382069,0.6694271549,421.05472523 +104,-1.535179266,0.7214634354,270,-1.416382069,0.6694271549,415.75388001 +105,-1.533156501,0.7214944644,270,-1.416382069,0.6694271549,410.48617957 +106,-1.53113574,0.7215166021,270,-1.416382069,0.6694271549,405.23183657 +107,-1.528874248,0.7215345535,270,-1.416382069,0.6694271549,399.36848016 +108,-1.539217656,0.7198512397,270,-1.416382069,0.6694271549,423.63049153 +109,-1.537199919,0.7199428763,270,-1.416382069,0.6694271549,418.39207731 +110,-1.545425832,0.727397149,270,-1.416382069,0.6694271549,453.59516856 +111,-1.543371177,0.7273916949,270,-1.416382069,0.6694271549,448.22752528 +112,-1.541368852,0.7274523163,270,-1.416382069,0.6694271549,443.14408316 +113,-1.545349067,0.7258710923,270,-1.416382069,0.6694271549,450.58897602 +114,-1.54332671,0.7258603556,270,-1.416382069,0.6694271549,445.25635424 +115,-1.541346831,0.7259242142,270,-1.416382069,0.6694271549,440.19479399 +116,-1.545324355,0.7243383958,270,-1.416382069,0.6694271549,447.7697577 +117,-1.543292796,0.7243617413,270,-1.416382069,0.6694271549,442.43471547 +118,-1.541295822,0.7244024384,270,-1.416382069,0.6694271549,437.24429505 +119,-1.543193859,0.7205570215,270,-1.416382069,0.6694271549,435.51578092 +120,-1.550257047,0.7386738187,270,-1.416382069,0.6694271549,488.15524278 +121,-1.549335448,0.7311736483,270,-1.416382069,0.6694271549,470.86454381 +122,-1.533478843,0.7179891343,270,-1.416382069,0.6694271549,405.02251833 +123,-1.556150555,0.738907041,270,-1.416382069,0.6694271549,503.41746969 +124,-1.554324226,0.733414257,270,-1.416382069,0.6694271549,488.01628676 +125,-1.554290846,0.7288285332,270,-1.416382069,0.6694271549,479.47776369 +126,-1.55122487,0.7219795312,270,-1.416382069,0.6694271549,459.55956552 +127,-1.525104458,0.7229399862,270,-1.416382069,0.6694271549,392.41734658 +128,-1.519607711,0.7236181429,270,-1.416382069,0.6694271549,379.91377637 +129,-1.513899999,0.7251107854,270,-1.416382069,0.6694271549,369.09596392 +130,-1.536620762,0.7431061895,270,-1.416382069,0.6694271549,464.97872 +131,-1.5369566,0.7460845958,270,-1.416382069,0.6694271549,472.87569214 +132,-1.545345528,0.7447040685,270,-1.416382069,0.6694271549,489.30388112 +133,-1.532813921,0.7432306626,270,-1.416382069,0.6694271549,456.41822188 +134,-1.554788248,0.7382381001,270,-1.416382069,0.6694271549,498.63481029 +135,-1.540348126,0.7301594274,270,-1.416382069,0.6694271549,445.81751007 +136,-1.538016084,0.7239051786,270,-1.416382069,0.6694271549,427.71597466 +137,-1.525288962,0.7258085137,270,-1.416382069,0.6694271549,398.79286627 +138,-1.534326986,0.731241342,270,-1.416382069,0.6694271549,432.85757032 +139,-1.530733872,0.7303625216,270,-1.416382069,0.6694271549,422.04725962 +141,-1.534354939,0.7328219978,270,-1.416382069,0.6694271549,436.29617103 +142,-1.53157084,0.7292888153,270,-1.416382069,0.6694271549,421.85726642 +143,-1.525691035,0.7263799874,270,-1.416382069,0.6694271549,401.00432322 +144,-1.534031287,0.7495967835,270,-1.416382069,0.6694271549,474.93303819 +145,-1.527714986,0.7283095957,270,-1.416382069,0.6694271549,410.15363539 +146,-1.526189586,0.7271468292,270,-1.416382069,0.6694271549,403.87449308 +147,-1.555177336,0.7375563366,270,-1.416382069,0.6694271549,498.25589928 +148,-1.555080283,0.7312707794,270,-1.416382069,0.6694271549,485.97350517 +149,-1.53856994,0.7224180299,270,-1.416382069,0.6694271549,426.44437747 +150,-1.530837883,0.729933372,270,-1.416382069,0.6694271549,421.3898278 +151,-1.515066984,0.5854133365,270,-1.416382069,0.6694271549,459.01892469 +152,-1.534731633,0.5368370046,270,-1.416382069,0.6694271549,651.37546342 +153,-1.515231902,0.5607085576,270,-1.416382069,0.6694271549,536.12550304 +154,-2.616253799,1.0684566605,270,-1.416382069,0.6694271549,3256.0743994 +155,-1.956071439,0.5792177723,270,-1.416382069,0.6694271549,1762.2184428 +156,-1.951208514,0.5602434208,270,-1.416382069,0.6694271549,1774.8405715 +157,-1.944675062,0.6062144545,270,-1.416382069,0.6694271549,1691.9930017 +158,-1.613778386,0.6077989518,270,-1.416382069,0.6694271549,673.00017462 +159,-2.035029014,0.6021432345,270,-1.416382069,0.6694271549,1977.3614519 +160,-2.114989471,0.6801825058,270,-1.416382069,0.6694271549,2143.4616867 +161,-2.037382079,0.5765830025,270,-1.416382069,0.6694271549,2018.4046587 +162,-2.129855121,0.6585019963,270,-1.416382069,0.6694271549,2207.6153085 +163,-2.075141798,0.6493615843,270,-1.416382069,0.6694271549,2049.4229703 +164,-1.828626729,0.6948433129,270,-1.416382069,0.6694271549,1267.8044072 +165,-1.863329418,0.6735427691,270,-1.416382069,0.6694271549,1381.5884672 +166,-1.266037071,0.727988852,270,-1.416382069,0.6694271549,511.24287967 +167,-1.277579582,0.7249010648,270,-1.416382069,0.6694271549,475.0727378 +168,-1.258418684,0.7241194816,270,-1.416382069,0.6694271549,526.13326713 +169,-1.317813974,0.6804850104,270,-1.416382069,0.6694271549,307.89931289 +170,-1.344165204,0.6790988904,270,-1.416382069,0.6694271549,226.69271747 +171,-1.427582102,0.5277120351,270,-1.416382069,0.6694271549,562.52400598 +172,-1.402238616,0.457167829,270,-1.416382069,0.6694271549,842.08138803 +173,-1.422454264,0.4996161999,270,-1.416382069,0.6694271549,672.91855577 +174,-1.439089277,0.4894859811,270,-1.416382069,0.6694271549,716.68502759 +175,-1.448126995,0.5182330266,270,-1.416382069,0.6694271549,607.83933279 +176,-1.474626146,0.5881926574,270,-1.416382069,0.6694271549,371.87904949 +177,-1.421139645,0.5584869783,270,-1.416382069,0.6694271549,439.70322738 +178,-1.457037165,0.565943032,270,-1.416382069,0.6694271549,430.3640405 +179,-2.757159358,0.3745319,270,-1.416382069,0.6694271549,4620.3391173 +180,-2.714309238,0.342054471,270,-1.416382069,0.6694271549,4560.5973668 +181,-2.000525337,0.774119946,270,-1.416382069,0.6694271549,1772.3835186 +183,-1.571413436,0.6777838382,270,-1.416382069,0.6694271549,480.8997697 +184,-1.552860289,0.6987663893,270,-1.416382069,0.6694271549,434.60286856 +185,-1.521852374,0.7165827476,270,-1.416382069,0.6694271549,371.60318266 +186,-1.503656267,0.6928968252,270,-1.416382069,0.6694271549,284.13487858 +187,-1.502753178,0.7136205882,270,-1.416382069,0.6694271549,316.28317652 +188,-1.631894563,0.7343596465,270,-1.416382069,0.6694271549,699.94074188 +189,-1.653765416,0.6770714026,270,-1.416382069,0.6694271549,735.05263509 +190,-1.719812114,0.6715965947,270,-1.416382069,0.6694271549,940.31900945 +191,-1.493406659,0.6646955447,270,-1.416382069,0.6694271549,240.40367227 +192,-1.469120564,0.6613469966,270,-1.416382069,0.6694271549,167.41407196 +193,-1.590551461,0.5326612937,270,-1.416382069,0.6694271549,784.6836675 +194,-1.625979264,0.5247742243,270,-1.416382069,0.6694271549,892.83266622 +195,-1.572293943,0.5238808754,270,-1.416382069,0.6694271549,769.46553191 +196,-1.610848725,0.5477107964,270,-1.416382069,0.6694271549,793.86782726 +197,-1.208485554,0.7918526018,270,-1.416382069,0.6694271549,780.4252955 +198,-1.335601374,0.6869083083,270,-1.416382069,0.6694271549,258.57745515 +199,-1.346156996,0.6825213377,270,-1.416382069,0.6694271549,223.08424259 +200,-1.324381037,0.6741422347,270,-1.416382069,0.6694271549,285.80402548 +201,-1.242424992,0.7378949807,270,-1.416382069,0.6694271549,590.71381499 +202,-1.270370057,0.7392461008,270,-1.416382069,0.6694271549,519.93177483 +203,-1.448950472,0.7441675014,270,-1.416382069,0.6694271549,311.85336654 +204,-1.492662363,0.7523026852,270,-1.416382069,0.6694271549,400.0985945 +205,-1.479098966,0.7763855017,270,-1.416382069,0.6694271549,462.6848882 +206,-1.633760714,0.7869022408,270,-1.416382069,0.6694271549,791.9736912 +207,-1.647406434,0.8101289331,270,-1.416382069,0.6694271549,874.00295973 +208,-1.564245052,0.5701509278,270,-1.416382069,0.6694271549,617.50242393 +209,-1.646289963,0.6833746083,270,-1.416382069,0.6694271549,711.68064208 +210,-1.5820631,0.6751952144,270,-1.416382069,0.6694271549,513.7276659 +211,-1.613236298,0.6681681791,270,-1.416382069,0.6694271549,611.39816177 +212,-1.914661867,0.8212566515,270,-1.416382069,0.6694271549,1559.063699 +213,-1.742133237,0.7250275956,270,-1.416382069,0.6694271549,1011.2402191 +214,-2.033144872,0.6557314699,270,-1.416382069,0.6694271549,1914.9962853 +215,-2.039551981,0.6964723658,270,-1.416382069,0.6694271549,1904.9864157 +216,-1.247341019,0.7622473908,270,-1.416382069,0.6694271549,624.148677 +217,-1.298239787,0.7084123392,270,-1.416382069,0.6694271549,392.71475141 +218,-1.308539688,0.6926545592,270,-1.416382069,0.6694271549,344.3051684 +219,-1.303263185,0.6888938396,270,-1.416382069,0.6694271549,356.97615542 +220,-1.852400229,0.6004246149,270,-1.416382069,0.6694271549,1412.5364421 +221,-1.288947707,0.7473773692,270,-1.416382069,0.6694271549,491.88021476 +222,-1.372031502,0.7472790993,270,-1.416382069,0.6694271549,335.94894643 +223,-1.289805721,0.7242157877,270,-1.416382069,0.6694271549,441.28829887 +224,-1.350807603,0.7533498126,270,-1.416382069,0.6694271549,386.17302372 +225,-1.329290365,0.7560442322,270,-1.416382069,0.6694271549,430.89834984 +226,-1.410153004,0.616936428,270,-1.416382069,0.6694271549,208.85049145 +227,-1.393445434,0.6308995063,270,-1.416382069,0.6694271549,168.87000177 +228,-1.37595573,0.6241540638,270,-1.416382069,0.6694271549,220.17952985 +229,-1.358388707,0.6172645205,270,-1.416382069,0.6694271549,276.48744892 +230,-1.753741133,0.8281661666,270,-1.416382069,0.6694271549,1158.4485176 +231,-1.47430987,0.6834615681,270,-1.416382069,0.6694271549,187.35069664 +232,-1.421012508,0.7222725206,270,-1.416382069,0.6694271549,209.79296606 +233,-1.4476833,0.6978557868,270,-1.416382069,0.6694271549,148.04519815 +234,-1.470370723,0.6966193374,270,-1.416382069,0.6694271549,197.7578204 +235,-1.429211703,0.7037216883,270,-1.416382069,0.6694271549,141.41079408 +236,-1.700578405,0.6178673663,270,-1.416382069,0.6694271549,922.00062314 +237,-1.678117619,0.6331716163,270,-1.416382069,0.6694271549,835.94679887 +238,-1.725644578,0.6316331145,270,-1.416382069,0.6694271549,984.65513013 +239,-2.14012759,0.7930497945,270,-1.416382069,0.6694271549,2163.9854456 +240,-2.103289431,0.7653606263,270,-1.416382069,0.6694271549,2065.019328 +241,-1.318739838,0.7017808746,270,-1.416382069,0.6694271549,325.56386159 +242,-1.396417427,0.7077900843,270,-1.416382069,0.6694271549,163.76015733 +243,-1.35650337,0.7185539404,270,-1.416382069,0.6694271549,266.6113676 +244,-1.248884539,0.7274156818,270,-1.416382069,0.6694271549,557.19273919 +245,-1.395014798,0.5761185243,270,-1.416382069,0.6694271549,375.92302267 +246,-1.433377362,0.6064716109,270,-1.416382069,0.6694271549,255.15820992 +247,-1.408172432,0.5903155476,270,-1.416382069,0.6694271549,314.45949232 +248,-1.749645898,0.7757118084,270,-1.416382069,0.6694271549,1072.6800478 +249,-1.571626686,0.615046989,270,-1.416382069,0.6694271549,537.14509135 +250,-1.514070049,0.6303003037,270,-1.416382069,0.6694271549,344.76917566 +251,-1.480890369,0.6237966528,270,-1.416382069,0.6694271549,272.45718937 +252,-1.704390658,0.5281680612,270,-1.416382069,0.6694271549,1093.402455 +253,-1.64434733,0.5254277498,270,-1.416382069,0.6694271549,937.88090057 +254,-1.703855997,0.4792484842,270,-1.416382069,0.6694271549,1213.7808167 +255,-1.692002383,0.5748825051,270,-1.416382069,0.6694271549,961.31121496 +256,-1.854136457,0.5544643913,270,-1.416382069,0.6694271549,1485.0924627 +257,-1.665021206,0.520317736,270,-1.416382069,0.6694271549,1005.0658941 +258,-1.733654349,0.4845187345,270,-1.416382069,0.6694271549,1279.0016245 +259,-1.720938188,0.5135933906,270,-1.416382069,0.6694271549,1173.2745783 +260,-1.742668307,0.553296122,270,-1.416382069,0.6694271549,1151.1836222 +261,-1.965659039,0.7142126903,270,-1.416382069,0.6694271549,1675.7377719 +262,-1.944438071,0.6772834804,270,-1.416382069,0.6694271549,1627.8775051 +263,-1.270340967,0.7681487096,270,-1.416382069,0.6694271549,584.62979823 +264,-1.353091884,0.6549276821,270,-1.416382069,0.6694271549,205.86604249 +265,-1.333236659,0.6413584414,270,-1.416382069,0.6694271549,283.74050924 +266,-1.352015998,0.6753788907,270,-1.416382069,0.6694271549,200.83170557 +267,-1.377988483,0.6577816235,270,-1.416382069,0.6694271549,128.37198531 +268,-2.13075611,0.8318642051,270,-1.416382069,0.6694271549,2138.9524069 +269,-2.097910953,0.8259670014,270,-1.416382069,0.6694271549,2050.0506202 +270,-1.416382069,0.6694271549,270,-1.416382069,0.6694271549,78.267396916 +271,-1.538905672,0.7535625993,270,-1.416382069,0.6694271549,495.82453309 +272,-1.572309477,0.7803125099,270,-1.416382069,0.6694271549,636.9861464 +273,-1.87759879,0.7503853417,270,-1.416382069,0.6694271549,1415.8429113 +274,1.152365588,0.590457682,270,-1.416382069,0.6694271549,7027.3383088 +275,0.350198001,0.718001859,270,-1.416382069,0.6694271549,5042.6165832 +276,0.046513677,0.491503852,270,-1.416382069,0.6694271549,4732.1058355 +277,0.027510309,0.742571376,270,-1.416382069,0.6694271549,4181.1807192 +278,0.306285725,-0.214631579,270,-1.416382069,0.6694271549,7214.9435855 +279,-1.100564889,0.318051531,270,-1.416382069,0.6694271549,1767.6861717 +280,-1.078582306,0.301437596,270,-1.416382069,0.6694271549,1868.9553751 +281,-1.137371989,-0.617634065,270,-1.416382069,0.6694271549,5199.6856159 +282,0.784356344,0.703272339,270,-1.416382069,0.6694271549,6027.9036492 +283,-1.221209947,0.218327455,270,-1.416382069,0.6694271549,1914.6301865 +284,2.347301921,-0.449114658,270,-1.416382069,0.6694271549,10197.777252 +285,0.246820618,0.830553713,270,-1.416382069,0.6694271549,4551.4447709 +286,0.829414965,0.703288228,270,-1.416382069,0.6694271549,6112.7324994 +287,-1.337537566,0.42332223,270,-1.416382069,0.6694271549,1010.3010156 +288,0.882453706,0.454478077,270,-1.416382069,0.6694271549,7005.0284198 +289,1.575629659,0.416419109,270,-1.416382069,0.6694271549,8107.0418096 +290,-1.039455679,0.229888244,270,-1.416382069,0.6694271549,2187.4555955 +291,0.489558039,0.934482747,270,-1.416382069,0.6694271549,4823.2120831 +292,0.081344504,0.88384514,270,-1.416382069,0.6694271549,4073.9322493 +293,-1.547979814,0.300350308,270,-1.416382069,0.6694271549,1531.4531083 +294,0.040776181,0.168560074,270,-1.416382069,0.6694271549,5457.6144532 +295,-1.130374745,0.563894876,270,-1.416382069,0.6694271549,1012.4041365 +296,1.578326642,0.478507176,270,-1.416382069,0.6694271549,7864.3821542 +297,-1.12861823,-0.291640865,270,-1.416382069,0.6694271549,3954.1265679 +298,0.310524208,0.770885792,270,-1.416382069,0.6694271549,4827.0496141 +299,0.415649091,-0.387246002,270,-1.416382069,0.6694271549,7946.9877275 +300,-0.926533878,-0.188022748,270,-1.416382069,0.6694271549,3849.4750786 +301,1.258856172,-0.11716081,270,-1.416382069,0.6694271549,9691.6864878 +302,-1.126050026,0.322941926,270,-1.416382069,0.6694271549,1698.6234303 +303,2.002785835,0.07893892,270,-1.416382069,0.6694271549,9309.273445 +304,0.440437607,0.746258085,270,-1.416382069,0.6694271549,5184.8809153 +305,-0.030391866,0.214441206,270,-1.416382069,0.6694271549,5127.2938263 +306,0.521557815,-0.058929362,270,-1.416382069,0.6694271549,7501.8548311 +307,-0.097005111,0.13317729,270,-1.416382069,0.6694271549,5115.3127977 +308,1.83113859,0.221857587,270,-1.416382069,0.6694271549,8891.6848396 +309,0.222428864,0.099404236,270,-1.416382069,0.6694271549,6188.0527212 +310,-1.702731345,0.8728568183,270,-1.416382069,0.6694271549,1140.1305133 +311,-0.418507569,0.278324921,270,-1.416382069,0.6694271549,3774.9063939 +312,-1.41153306,0.339029988,270,-1.416382069,0.6694271549,1308.809328 +313,0.357560442,0.114788776,270,-1.416382069,0.6694271549,6563.3639503 +314,0.325818979,0.268352149,270,-1.416382069,0.6694271549,6081.0268774 +315,-1.246004659,-0.663679965,270,-1.416382069,0.6694271549,5316.8495985 +316,1.814603087,0.637404484,270,-1.416382069,0.6694271549,7257.1673701 +317,1.843704281,-0.18300445,270,-1.416382069,0.6694271549,10471.802601 +318,1.690644492,-0.211480909,270,-1.416382069,0.6694271549,10625.824415 +319,-1.275451936,0.068109467,270,-1.416382069,0.6694271549,2435.596567 +320,0.762430171,-0.207594741,270,-1.416382069,0.6694271549,8606.1607855 +321,0.265668905,-0.014647884,270,-1.416382069,0.6694271549,6603.3373513 +322,-2.773032013,-0.335515811,270,-1.416382069,0.6694271549,6408.0000083 +323,-1.469512853,0.174058777,270,-1.416382069,0.6694271549,1971.216273 +324,0.286276986,0.785925691,270,-1.416382069,0.6694271549,4737.0711338 +325,-1.379324697,0.377432233,270,-1.416382069,0.6694271549,1163.45869 +326,-1.203778265,0.212813032,270,-1.416382069,0.6694271549,1957.9899081 +327,0.579916301,0.611743168,270,-1.416382069,0.6694271549,5859.453514 +328,0.267582642,0.868113908,270,-1.416382069,0.6694271549,4521.1432678 +329,0.412869244,-0.050245578,270,-1.416382069,0.6694271549,7146.6339562 +330,0.17524381,0.976660285,270,-1.416382069,0.6694271549,4124.7946631 +331,0.743157214,0.204812899,270,-1.416382069,0.6694271549,7429.4650797 +332,-1.070758176,0.269382282,270,-1.416382069,0.6694271549,1990.7167804 +333,-1.230364251,0.329790229,270,-1.416382069,0.6694271549,1490.0304062 +334,-1.374813124,-0.024926835,270,-1.416382069,0.6694271549,2754.5255292 +335,0.519780566,0.463669906,270,-1.416382069,0.6694271549,6115.2525662 +336,-1.55108034,0.239698561,270,-1.416382069,0.6694271549,1766.614961 +337,0.180294813,0.029739425,270,-1.416382069,0.6694271549,6229.1808639 +338,0.67820924,0.268170153,270,-1.416382069,0.6694271549,7075.2962171 +339,0.445798684,1.024001867,270,-1.416382069,0.6694271549,4535.8650878 +340,0.691751283,0.150521402,270,-1.416382069,0.6694271549,7444.5631174 +341,-1.036643551,-0.903056181,270,-1.416382069,0.6694271549,6365.6547012 +342,-0.120287036,1.083325163,270,-1.416382069,0.6694271549,3430.1603717 +343,2.823513113,-0.304487164,270,-1.416382069,0.6694271549,8418.2533265 +344,0.457583172,1.12513373,270,-1.416382069,0.6694271549,4332.9991067 +345,0.042918831,0.813795399,270,-1.416382069,0.6694271549,4097.5116503 +346,1.196146777,-0.853142756,270,-1.416382069,0.6694271549,10776.130491 +347,0.206001358,-0.010430701,270,-1.416382069,0.6694271549,6407.7863542 +348,-0.268308653,0.234799412,270,-1.416382069,0.6694271549,4340.8685379 +349,0.759363263,0.736189579,270,-1.416382069,0.6694271549,5880.1110286 +350,0.181363926,0.891988372,270,-1.416382069,0.6694271549,4285.1445338 +351,-0.021111158,0.139103292,270,-1.416382069,0.6694271549,5336.5947165 +352,-0.093355215,0.630686981,270,-1.416382069,0.6694271549,4050.0623478 +353,0.40118964,0.681375926,270,-1.416382069,0.6694271549,5253.4697311 +354,-0.721197315,1.304706234,270,-1.416382069,0.6694271549,2820.2574004 +355,-1.076150317,0.212107639,270,-1.416382069,0.6694271549,2172.7000719 +356,-1.577164531,0.273993443,270,-1.416382069,0.6694271549,1663.5826104 +357,-0.190788414,0.182208586,270,-1.416382069,0.6694271549,4706.1391447 +358,-0.261349752,0.209710184,270,-1.416382069,0.6694271549,4421.8717598 +359,-1.029303852,0.083549259,270,-1.416382069,0.6694271549,2707.0577162 +360,-1.268609162,0.330525297,270,-1.416382069,0.6694271549,1435.6022818 +361,1.282982244,-0.926641967,270,-1.416382069,0.6694271549,10866.984887 +362,0.217352334,0.731352408,270,-1.416382069,0.6694271549,4687.643248 +363,-1.511833084,0.258629297,270,-1.416382069,0.6694271549,1661.0661996 +364,0.338812194,0.823184618,270,-1.416382069,0.6694271549,4774.7034958 +365,-0.324406489,1.134201999,270,-1.416382069,0.6694271549,3065.902081 +366,1.389579348,0.399185724,270,-1.416382069,0.6694271549,8031.0757497 +367,2.047152199,-0.039082036,270,-1.416382069,0.6694271549,9687.9389971 +368,0.947780369,0.568250077,270,-1.416382069,0.6694271549,6766.7596957 +369,0.763824846,0.576754987,270,-1.416382069,0.6694271549,6371.9241994 +370,-0.142334657,0.928153068,270,-1.416382069,0.6694271549,3500.9591452 +371,0.610266567,0.547265983,270,-1.416382069,0.6694271549,6110.6003662 +372,0.210731629,0.746815056,270,-1.416382069,0.6694271549,4638.7137031 +373,-1.34931644,0.316895224,270,-1.416382069,0.6694271549,1415.4707194 +374,2.407696481,0.655030745,270,-1.416382069,0.6694271549,6636.8405824 +375,0.64207831,0.545359131,270,-1.416382069,0.6694271549,6191.2213131 +376,1.174597538,0.840588356,270,-1.416382069,0.6694271549,6156.3127128 +377,0.660059424,0.010604079,270,-1.416382069,0.6694271549,7736.9686046 +378,-0.730263819,0.010486456,270,-1.416382069,0.6694271549,3607.2453717 +379,0.831068936,0.512339172,270,-1.416382069,0.6694271549,6713.5368407 +380,1.301180979,0.72367476,270,-1.416382069,0.6694271549,6717.2219878 +381,1.811128231,0.322854402,270,-1.416382069,0.6694271549,8500.4579328 +382,0.435105812,0.992284428,270,-1.416382069,0.6694271549,4588.521078 +383,0.62643634,0.592027932,270,-1.416382069,0.6694271549,6022.1521616 +384,0.492988703,-0.516339467,270,-1.416382069,0.6694271549,8447.926153 +385,-0.162469483,0.112549365,270,-1.416382069,0.6694271549,4963.0131087 +386,0.314630866,0.472006421,270,-1.416382069,0.6694271549,5542.3753604 +387,0.166744804,0.822815954,270,-1.416382069,0.6694271549,4380.5292471 +388,0.417159608,0.965805736,270,-1.416382069,0.6694271549,4615.4107998 +389,0.106334961,0.868774244,270,-1.416382069,0.6694271549,4156.4464926 +390,0.815086969,-0.338144359,270,-1.416382069,0.6694271549,9076.107194 +391,0.59867455,-0.230624824,270,-1.416382069,0.6694271549,8159.7996734 +392,1.915104874,0.066220985,270,-1.416382069,0.6694271549,9447.859004 +393,1.278093622,0.064463721,270,-1.416382069,0.6694271549,9106.9626854 +394,-0.061477853,0.302997961,270,-1.416382069,0.6694271549,4824.6348197 +395,0.251311504,0.626976942,270,-1.416382069,0.6694271549,5004.1026539 +396,2.950242872,0.149095644,270,-1.416382069,0.6694271549,6901.1711186 +397,-0.180294708,0.35375117,270,-1.416382069,0.6694271549,4343.6792785 +398,1.010448592,-0.351180233,270,-1.416382069,0.6694271549,9700.3538963 +399,-1.748740498,0.3686318073,270,-1.416382069,0.6694271549,1644.2669282 +400,2.699635665,0.123533791,270,-1.416382069,0.6694271549,7683.2216059 +401,0.496808033,0.823843254,270,-1.416382069,0.6694271549,5112.4502821 +402,0.129574704,0.763364087,270,-1.416382069,0.6694271549,4403.683149 +403,1.798920311,0.817447563,270,-1.416382069,0.6694271549,6548.5480329 +404,0.335987953,0.746786541,270,-1.416382069,0.6694271549,4941.73771 +405,-1.085413643,0.292154671,270,-1.416382069,0.6694271549,1884.7223792 +406,-0.155321003,0.508207011,270,-1.416382069,0.6694271549,4098.4885909 +407,0.620529244,-0.301175104,270,-1.416382069,0.6694271549,8390.9639291 +408,1.684402744,0.368716966,270,-1.416382069,0.6694271549,8328.9601859 +409,0.300582244,-0.386397212,270,-1.416382069,0.6694271549,7594.5663021 +410,2.913555946,-0.009225192,270,-1.416382069,0.6694271549,7422.0182965 +411,1.465101417,0.493232532,270,-1.416382069,0.6694271549,7738.8198301 +412,0.090612882,0.907955955,270,-1.416382069,0.6694271549,4056.2967331 +413,2.987564726,-0.729568594,270,-1.416382069,0.6694271549,8726.8476143 +414,-1.484261606,0.224149272,270,-1.416382069,0.6694271549,1779.8694694 +415,0.164073421,0.303955133,270,-1.416382069,0.6694271549,5511.0872499 +416,0.141441293,0.167552546,270,-1.416382069,0.6694271549,5771.3117305 +417,2.931321023,-0.506718887,270,-1.416382069,0.6694271549,8508.2644812 +418,2.21951565,0.700596356,270,-1.416382069,0.6694271549,6729.0060282 +419,0.268112576,1.199114336,270,-1.416382069,0.6694271549,3934.8125209 +420,0.978913739,0.359223811,270,-1.416382069,0.6694271549,7515.6966368 +421,1.210898818,0.522863584,270,-1.416382069,0.6694271549,7352.795224 +422,2.347397336,0.129231362,270,-1.416382069,0.6694271549,8537.8942244 +423,0.614394501,0.556878345,270,-1.416382069,0.6694271549,6093.3456968 +424,-1.398079356,0.148483366,270,-1.416382069,0.6694271549,2064.4919117 +425,2.535303836,-0.112984496,270,-1.416382069,0.6694271549,8806.3581464 +426,-1.019372593,-0.405322349,270,-1.416382069,0.6694271549,4505.4739544 +427,-1.297785627,-0.160104069,270,-1.416382069,0.6694271549,3314.8769502 +428,2.144554488,0.205051084,270,-1.416382069,0.6694271549,8647.8518513 +429,-2.242387083,-0.426171285,270,-1.416382069,0.6694271549,5312.9793822 +430,0.338637212,0.909723676,270,-1.416382069,0.6694271549,4584.9174487 +431,-0.148798452,0.691042401,270,-1.416382069,0.6694271549,3790.9334705 +432,0.893524764,0.441829531,270,-1.416382069,0.6694271549,7068.8111357 +433,0.969229347,-0.368847936,270,-1.416382069,0.6694271549,9616.7384876 +434,0.436043248,0.800045688,270,-1.416382069,0.6694271549,5042.6891855 +435,1.687946607,1.081504775,270,-1.416382069,0.6694271549,5507.3769522 +436,0.522302046,-0.034889271,270,-1.416382069,0.6694271549,7443.3522013 +437,-0.178996113,-0.438090009,270,-1.416382069,0.6694271549,6344.0944136 +438,-1.094339566,0.301444068,270,-1.416382069,0.6694271549,1835.3423719 +439,-1.064070054,0.242569932,270,-1.416382069,0.6694271549,2093.7740314 +440,-1.068153768,0.230387998,270,-1.416382069,0.6694271549,2126.3631439 +441,-3.00496892,-0.23989155,270,-1.416382069,0.6694271549,6862.3871359 +442,0.21751974,0.766874888,270,-1.416382069,0.6694271549,4613.6059388 +443,0.117229532,0.007619006,270,-1.416382069,0.6694271549,6087.701153 +444,0.777758451,0.420554741,270,-1.416382069,0.6694271549,6876.6167557 +445,-0.252356999,0.250747086,270,-1.416382069,0.6694271549,4352.9636033 +446,0.363148444,0.768483434,270,-1.416382069,0.6694271549,4954.8046787 +447,0.903191366,-0.118210676,270,-1.416382069,0.6694271549,8787.1047825 +448,-0.205755923,0.149406178,270,-1.416382069,0.6694271549,4739.1606805 +449,1.811996086,0.02364353,270,-1.416382069,0.6694271549,9680.354292 +450,-1.100670221,0.314845373,270,-1.416382069,0.6694271549,1777.9613308 +451,0.340078597,0.850105132,270,-1.416382069,0.6694271549,4717.6275735 +452,0.258757267,0.804969236,270,-1.416382069,0.6694271549,4632.1095226 +453,2.78505352,-0.155160804,270,-1.416382069,0.6694271549,8181.397489 +454,0.800551619,0.105822106,270,-1.416382069,0.6694271549,7869.1306392 +455,0.437940882,-0.506194031,270,-1.416382069,0.6694271549,8262.7149272 +456,2.230431122,0.63458615,270,-1.416382069,0.6694271549,6957.8807717 +457,0.527965361,0.127667701,270,-1.416382069,0.6694271549,7039.0334758 +458,-0.063643205,0.702093448,270,-1.416382069,0.6694271549,4008.0218102 +459,1.408447268,0.133010502,270,-1.416382069,0.6694271549,9057.5512486 +460,0.523795955,0.280266966,270,-1.416382069,0.6694271549,6620.3737753 +461,-0.975769313,0.072177659,270,-1.416382069,0.6694271549,2849.6459353 +462,0.549774164,-0.463663986,270,-1.416382069,0.6694271549,8517.5469954 +463,0.29245874,1.095549818,270,-1.416382069,0.6694271549,4136.9870735 +464,0.143625958,0.816809593,270,-1.416382069,0.6694271549,4336.8731103 +465,0.671902494,0.611159853,270,-1.416382069,0.6694271549,6069.9203856 +466,1.239840988,0.6724199,270,-1.416382069,0.6694271549,6842.7736459 +467,0.607829703,-0.10932137,270,-1.416382069,0.6694271549,7891.5833075 +468,1.763020906,0.263996692,270,-1.416382069,0.6694271549,8743.8906234 +469,0.378714634,0.726066797,270,-1.416382069,0.6694271549,5091.3554043 +470,2.196736143,-0.153862366,270,-1.416382069,0.6694271549,9800.4015455 +471,0.01702415,0.148991565,270,-1.416382069,0.6694271549,5431.1247098 +472,-2.998490902,-0.158002487,270,-1.416382069,0.6694271549,6644.1709446 +473,-3.051262951,-0.346595608,270,-1.416382069,0.6694271549,7255.6680656 +474,-1.069176439,0.182802941,270,-1.416382069,0.6694271549,2286.9542122 +475,0.167157509,0.595344954,270,-1.416382069,0.6694271549,4848.9652847 +476,0.613855648,0.681746124,270,-1.416382069,0.6694271549,5741.3895523 +477,1.037012736,0.682555367,270,-1.416382069,0.6694271549,6533.476863 +478,-1.253574971,0.379755746,270,-1.416382069,0.6694271549,1274.1600799 +479,3.108590453,-0.132620738,270,-1.416382069,0.6694271549,7128.4935334 +480,0.565301296,0.022333262,270,-1.416382069,0.6694271549,7425.8334785 +481,0.547898238,0.855555614,270,-1.416382069,0.6694271549,5133.696178 +482,0.948309381,0.417393755,270,-1.416382069,0.6694271549,7262.2316029 +483,-0.050600732,0.945269213,270,-1.416382069,0.6694271549,3690.2349641 +484,-0.977651478,-0.572363064,270,-1.416382069,0.6694271549,5177.3403356 +485,1.102014914,0.728861163,270,-1.416382069,0.6694271549,6466.4512121 +486,2.927300795,-0.282939414,270,-1.416382069,0.6694271549,8046.9905529 +487,-1.154565557,0.124434095,270,-1.416382069,0.6694271549,2353.5044651 +488,1.855331234,0.291044755,270,-1.416382069,0.6694271549,8608.8058133 +489,0.830290659,0.276904518,270,-1.416382069,0.6694271549,7438.1043918 +490,0.485104466,-0.234867441,270,-1.416382069,0.6694271549,7817.5894966 +491,0.521367572,-0.33161327,270,-1.416382069,0.6694271549,8151.2205521 +1,-1.539031704,0.7349710123,271,-1.538905672,0.7535625993,73.642191606 +2,-1.536990553,0.7349663874,271,-1.538905672,0.7535625993,73.870625014 +3,-1.534951779,0.7349571355,271,-1.538905672,0.7535625993,74.591156578 +4,-1.532906461,0.7349480293,271,-1.538905672,0.7535625993,75.775756514 +5,-1.531320211,0.7346937278,271,-1.538905672,0.7535625993,77.939408586 +6,-1.539451648,0.7335131775,271,-1.538905672,0.7535625993,79.431710161 +7,-1.537429487,0.7335445708,271,-1.538905672,0.7535625993,79.40811885 +8,-1.535484998,0.7335658704,271,-1.538905672,0.7535625993,79.832365321 +9,-1.533488396,0.7336036027,271,-1.538905672,0.7535625993,80.6196151 +10,-1.531497785,0.7335842962,271,-1.538905672,0.7535625993,82.028088374 +11,-1.530259379,0.7334777758,271,-1.538905672,0.7535625993,83.454186856 +12,-1.5335454,0.7322346912,271,-1.538905672,0.7535625993,85.914762384 +13,-1.531489083,0.7322238773,271,-1.538905672,0.7535625993,87.247720591 +14,-1.530011122,0.7321679851,271,-1.538905672,0.7535625993,88.627404563 +15,-1.53348106,0.7306614094,271,-1.538905672,0.7535625993,92.083444384 +16,-1.531441779,0.7306962275,271,-1.538905672,0.7535625993,93.157514494 +17,-1.529755654,0.7306933243,271,-1.538905672,0.7535625993,94.441089797 +18,-1.533415048,0.7291384674,271,-1.538905672,0.7535625993,98.064552634 +19,-1.531392093,0.7291705353,271,-1.538905672,0.7535625993,99.07860471 +20,-1.529296523,0.7291214933,271,-1.538905672,0.7535625993,100.79863747 +21,-1.535280942,0.727267644,271,-1.538905672,0.7535625993,104.69206801 +22,-1.533378158,0.7276139666,271,-1.538905672,0.7535625993,104.04486312 +23,-1.531340368,0.7276446587,271,-1.538905672,0.7535625993,105.01586602 +24,-1.528960113,0.7276398177,271,-1.538905672,0.7535625993,106.71657451 +25,-1.533313146,0.7260818349,271,-1.538905672,0.7535625993,110.07377979 +26,-1.531259555,0.7260958115,271,-1.538905672,0.7535625993,111.0712227 +27,-1.528926415,0.7260865555,271,-1.538905672,0.7535625993,112.67954035 +28,-1.531226779,0.7245511789,271,-1.538905672,0.7535625993,117.09200206 +29,-1.528904772,0.7245519194,271,-1.538905672,0.7535625993,118.58173252 +30,-1.547195875,0.7409785979,271,-1.538905672,0.7535625993,55.360109812 +31,-1.5451475,0.740980426,271,-1.538905672,0.7535625993,53.035152545 +32,-1.543097679,0.7409798872,271,-1.538905672,0.7535625993,51.306802308 +33,-1.540720364,0.7409892687,271,-1.538905672,0.7535625993,50.081285677 +34,-1.547188511,0.7395198392,271,-1.538905672,0.7535625993,60.612706934 +35,-1.545148587,0.7395226109,271,-1.538905672,0.7535625993,58.499536753 +36,-1.543104538,0.7395314908,271,-1.538905672,0.7535625993,56.902210092 +37,-1.540727751,0.7395306258,271,-1.538905672,0.7535625993,55.832542311 +38,-1.547187029,0.7380014886,271,-1.538905672,0.7535625993,66.179517711 +39,-1.545147315,0.7380012252,271,-1.538905672,0.7535625993,64.258071562 +40,-1.54310719,0.7380060743,271,-1.538905672,0.7535625993,62.82022677 +41,-1.540719671,0.7380068206,271,-1.538905672,0.7535625993,61.842061563 +42,-1.547187189,0.7364799098,271,-1.538905672,0.7535625993,71.832156522 +43,-1.545149996,0.7364853874,271,-1.538905672,0.7535625993,70.043389393 +44,-1.543106091,0.7364823484,271,-1.538905672,0.7535625993,68.751310894 +45,-1.540717158,0.7364893901,271,-1.538905672,0.7535625993,67.832329955 +46,-1.538663972,0.7410138672,271,-1.538905672,0.7535625993,49.710488518 +47,-1.53695285,0.7409699132,271,-1.538905672,0.7535625993,50.201308246 +48,-1.534910498,0.7409641297,271,-1.538905672,0.7535625993,51.234861544 +49,-1.533145034,0.7409536636,271,-1.538905672,0.7535625993,52.674049449 +50,-1.538681336,0.7395405883,271,-1.538905672,0.7535625993,55.545015136 +51,-1.536999189,0.7395183096,271,-1.538905672,0.7535625993,55.904907729 +52,-1.534923633,0.7395144222,271,-1.538905672,0.7535625993,56.836506463 +53,-1.533267822,0.7395654306,271,-1.538905672,0.7535625993,57.815066152 +54,-1.53867273,0.7380151077,271,-1.538905672,0.7535625993,61.58734334 +55,-1.536980576,0.7379994392,271,-1.538905672,0.7535625993,61.899604378 +56,-1.534931522,0.7379944961,271,-1.538905672,0.7535625993,62.739945008 +57,-1.533387952,0.7379480264,271,-1.538905672,0.7535625993,63.898918711 +58,-1.538682279,0.7364914363,271,-1.538905672,0.7535625993,67.622004505 +59,-1.536980704,0.7364810563,271,-1.538905672,0.7535625993,67.891717947 +60,-1.534935567,0.7364752065,271,-1.538905672,0.7535625993,68.66309477 +61,-1.533042592,0.7363876366,271,-1.538905672,0.7535625993,70.139189446 +62,-1.545143426,0.7349628011,271,-1.538905672,0.7535625993,75.882242767 +63,-1.543105297,0.7349691947,271,-1.538905672,0.7535625993,74.657943495 +64,-1.541064533,0.7349647152,271,-1.538905672,0.7535625993,73.934256268 +65,-1.545411803,0.7334624714,271,-1.538905672,0.7535625993,81.845051516 +66,-1.543446606,0.7334780896,271,-1.538905672,0.7535625993,80.64879534 +67,-1.541475327,0.7334957295,271,-1.538905672,0.7535625993,79.837150816 +68,-1.545401939,0.731963266,271,-1.538905672,0.7535625993,87.629089107 +69,-1.54342253,0.7319915583,271,-1.538905672,0.7535625993,86.453105376 +70,-1.541455867,0.7320216438,271,-1.538905672,0.7535625993,85.647480692 +71,-1.545410146,0.7304422281,271,-1.538905672,0.7535625993,93.527900661 +72,-1.543435491,0.7304713664,271,-1.538905672,0.7535625993,92.415482312 +73,-1.541463105,0.7304997613,271,-1.538905672,0.7535625993,91.656500893 +74,-1.545414768,0.7289194936,271,-1.538905672,0.7535625993,99.446434494 +75,-1.543435774,0.7289538557,271,-1.538905672,0.7535625993,98.369570521 +76,-1.541457714,0.7289765881,271,-1.538905672,0.7535625993,97.670165392 +77,-1.539449415,0.7320555866,271,-1.538905672,0.7535625993,85.204045277 +78,-1.537429183,0.7321097681,271,-1.538905672,0.7535625993,85.083763681 +79,-1.535472649,0.7321497267,271,-1.538905672,0.7535625993,85.405612947 +80,-1.539457899,0.7305333307,271,-1.538905672,0.7535625993,91.233178308 +81,-1.537453161,0.7305750503,271,-1.538905672,0.7535625993,91.152363639 +82,-1.535479385,0.7306124949,271,-1.538905672,0.7535625993,91.453977073 +83,-1.53946905,0.7290102593,271,-1.538905672,0.7535625993,97.265744492 +84,-1.537459922,0.7290417293,271,-1.538905672,0.7535625993,97.218951376 +85,-1.535451349,0.7290890157,271,-1.538905672,0.7535625993,97.46366519 +86,-1.535522937,0.7279887191,271,-1.538905672,0.7535625993,101.77947568 +87,-1.539442524,0.7274735939,271,-1.538905672,0.7535625993,103.35046735 +88,-1.537424111,0.727521351,271,-1.538905672,0.7535625993,103.24027283 +89,-1.539384641,0.7259505092,271,-1.538905672,0.7535625993,109.38046413 +90,-1.537372391,0.7259947145,271,-1.538905672,0.7535625993,109.2884738 +91,-1.535340789,0.7260435356,271,-1.538905672,0.7535625993,109.50070908 +92,-1.539325716,0.7244369706,271,-1.538905672,0.7535625993,115.37316806 +93,-1.537308932,0.7244801057,271,-1.538905672,0.7535625993,115.29054765 +94,-1.535289068,0.7245247645,271,-1.538905672,0.7535625993,115.5050585 +95,-1.533261366,0.7245550236,271,-1.538905672,0.7535625993,116.08084964 +96,-1.539267302,0.722921924,271,-1.538905672,0.7535625993,121.37233825 +97,-1.537248972,0.7229660258,271,-1.538905672,0.7535625993,121.29015369 +98,-1.535219431,0.7229916471,271,-1.538905672,0.7535625993,121.57202987 +99,-1.53318962,0.7230212049,271,-1.538905672,0.7535625993,122.12768117 +100,-1.531154816,0.7230299897,271,-1.538905672,0.7535625993,123.05231774 +101,-1.528878341,0.7230370244,271,-1.538905672,0.7535625993,124.42823993 +102,-1.539218189,0.7214009878,271,-1.538905672,0.7535625993,127.39543694 +103,-1.537198791,0.7214422745,271,-1.538905672,0.7535625993,127.32694971 +104,-1.535179266,0.7214634354,271,-1.538905672,0.7535625993,127.61313134 +105,-1.533156501,0.7214944644,271,-1.538905672,0.7535625993,128.13490068 +106,-1.53113574,0.7215166021,271,-1.538905672,0.7535625993,128.96123256 +107,-1.528874248,0.7215345535,271,-1.538905672,0.7535625993,130.22606546 +108,-1.539217656,0.7198512397,271,-1.538905672,0.7535625993,133.53383165 +109,-1.537199919,0.7199428763,271,-1.538905672,0.7535625993,133.26168433 +110,-1.545425832,0.727397149,271,-1.538905672,0.7535625993,105.37967763 +111,-1.543371177,0.7273916949,271,-1.538905672,0.7535625993,104.48176343 +112,-1.541368852,0.7274523163,271,-1.538905672,0.7535625993,103.67321434 +113,-1.545349067,0.7258710923,271,-1.538905672,0.7535625993,111.29402513 +114,-1.54332671,0.7258603556,271,-1.538905672,0.7535625993,110.48821913 +115,-1.541346831,0.7259242142,271,-1.538905672,0.7535625993,109.70832611 +116,-1.545324355,0.7243383958,271,-1.538905672,0.7535625993,117.27229758 +117,-1.543292796,0.7243617413,271,-1.538905672,0.7535625993,116.37545963 +118,-1.541295822,0.7244024384,271,-1.538905672,0.7535625993,115.71513603 +119,-1.543193859,0.7205570215,271,-1.538905672,0.7535625993,131.33846662 +120,-1.550257047,0.7386738187,271,-1.538905672,0.7535625993,67.587463454 +121,-1.549335448,0.7311736483,271,-1.538905672,0.7535625993,93.761257676 +122,-1.533478843,0.7179891343,271,-1.538905672,0.7535625993,141.80433836 +123,-1.556150555,0.738907041,271,-1.538905672,0.7535625993,76.71476925 +124,-1.554324226,0.733414257,271,-1.538905672,0.7535625993,91.597355662 +125,-1.554290846,0.7288285332,271,-1.538905672,0.7535625993,107.7909491 +126,-1.55122487,0.7219795312,271,-1.538905672,0.7535625993,130.20573402 +127,-1.525104458,0.7229399862,271,-1.538905672,0.7535625993,127.85620808 +128,-1.519607711,0.7236181429,271,-1.538905672,0.7535625993,131.38503191 +129,-1.513899999,0.7251107854,271,-1.538905672,0.7535625993,134.37191246 +130,-1.536620762,0.7431061895,271,-1.538905672,0.7535625993,41.945502268 +131,-1.5369566,0.7460845958,271,-1.538905672,0.7535625993,30.154364987 +132,-1.545345528,0.7447040685,271,-1.538905672,0.7535625993,39.750670027 +133,-1.532813921,0.7432306626,271,-1.538905672,0.7535625993,44.581018992 +134,-1.554788248,0.7382381001,271,-1.538905672,0.7535625993,76.285076495 +135,-1.540348126,0.7301594274,271,-1.538905672,0.7535625993,92.795594467 +136,-1.538016084,0.7239051786,271,-1.538905672,0.7535625993,117.5019185 +137,-1.525288962,0.7258085137,271,-1.538905672,0.7535625993,116.92917738 +138,-1.534326986,0.731241342,271,-1.538905672,0.7535625993,89.418582658 +139,-1.530733872,0.7303625216,271,-1.538905672,0.7535625993,94.942108638 +141,-1.534354939,0.7328219978,271,-1.538905672,0.7535625993,83.218594046 +142,-1.53157084,0.7292888153,271,-1.538905672,0.7535625993,98.506655364 +143,-1.525691035,0.7263799874,271,-1.538905672,0.7535625993,114.39738169 +144,-1.534031287,0.7495967835,271,-1.538905672,0.7535625993,21.112664714 +145,-1.527714986,0.7283095957,271,-1.538905672,0.7535625993,105.23726156 +146,-1.526189586,0.7271468292,271,-1.538905672,0.7535625993,111.04212928 +147,-1.555177336,0.7375563366,271,-1.538905672,0.7535625993,79.131668593 +148,-1.555080283,0.7312707794,271,-1.538905672,0.7535625993,100.12347177 +149,-1.53856994,0.7224180299,271,-1.538905672,0.7535625993,123.36756126 +150,-1.530837883,0.729933372,271,-1.538905672,0.7535625993,96.514920721 +151,-1.515066984,0.5854133365,271,-1.538905672,0.7535625993,670.11430471 +152,-1.534731633,0.5368370046,271,-1.538905672,0.7535625993,858.55063419 +153,-1.515231902,0.5607085576,271,-1.538905672,0.7535625993,767.46312005 +154,-2.616253799,1.0684566605,271,-1.538905672,0.7535625993,2765.4348344 +155,-1.956071439,0.5792177723,271,-1.538905672,0.7535625993,1463.6667151 +156,-1.951208514,0.5602434208,271,-1.538905672,0.7535625993,1495.1273154 +157,-1.944675062,0.6062144545,271,-1.538905672,0.7535625993,1373.2773155 +158,-1.613778386,0.6077989518,271,-1.538905672,0.7535625993,621.43937312 +159,-2.035029014,0.6021432345,271,-1.538905672,0.7535625993,1634.1390719 +160,-2.114989471,0.6801825058,271,-1.538905672,0.7535625993,1733.0469072 +161,-2.037382079,0.5765830025,271,-1.538905672,0.7535625993,1693.5184815 +162,-2.129855121,0.6585019963,271,-1.538905672,0.7535625993,1807.5661303 +163,-2.075141798,0.6493615843,271,-1.538905672,0.7535625993,1664.0048143 +164,-1.828626729,0.6948433129,271,-1.538905672,0.7535625993,888.80559408 +165,-1.863329418,0.6735427691,271,-1.538905672,0.7535625993,1019.393622 +166,-1.266037071,0.727988852,271,-1.538905672,0.7535625993,802.80432825 +167,-1.277579582,0.7249010648,271,-1.538905672,0.7535625993,772.24178557 +168,-1.258418684,0.7241194816,271,-1.538905672,0.7535625993,828.23554909 +169,-1.317813974,0.6804850104,271,-1.538905672,0.7535625993,719.8067776 +170,-1.344165204,0.6790988904,271,-1.538905672,0.7535625993,651.52925804 +171,-1.427582102,0.5277120351,271,-1.538905672,0.7535625993,961.1484021 +172,-1.402238616,0.457167829,271,-1.538905672,0.7535625993,1254.1205066 +173,-1.422454264,0.4996161999,271,-1.538905672,0.7535625993,1072.1065286 +174,-1.439089277,0.4894859811,271,-1.538905672,0.7535625993,1093.5685722 +175,-1.448126995,0.5182330266,271,-1.538905672,0.7535625993,975.46610485 +176,-1.474626146,0.5881926574,271,-1.538905672,0.7535625993,684.52157266 +177,-1.421139645,0.5584869783,271,-1.538905672,0.7535625993,855.81971739 +178,-1.457037165,0.565943032,271,-1.538905672,0.7535625993,785.73940374 +179,-2.757159358,0.3745319,271,-1.538905672,0.7535625993,4217.7288508 +180,-2.714309238,0.342054471,271,-1.538905672,0.7535625993,4174.7644671 +181,-2.000525337,0.774119946,271,-1.538905672,0.7535625993,1317.2629452 +183,-1.571413436,0.6777838382,271,-1.538905672,0.7535625993,315.47263506 +184,-1.552860289,0.6987663893,271,-1.538905672,0.7535625993,220.94447738 +185,-1.521852374,0.7165827476,271,-1.538905672,0.7535625993,154.8068523 +186,-1.503656267,0.6928968252,271,-1.538905672,0.7535625993,262.08223445 +187,-1.502753178,0.7136205882,271,-1.538905672,0.7535625993,190.62623093 +188,-1.631894563,0.7343596465,271,-1.538905672,0.7535625993,281.4277752 +189,-1.653765416,0.6770714026,271,-1.538905672,0.7535625993,457.71913831 +190,-1.719812114,0.6715965947,271,-1.538905672,0.7535625993,631.29006183 +191,-1.493406659,0.6646955447,271,-1.538905672,0.7535625993,377.5875029 +192,-1.469120564,0.6613469966,271,-1.538905672,0.7535625993,421.24432625 +193,-1.590551461,0.5326612937,271,-1.538905672,0.7535625993,890.0060197 +194,-1.625979264,0.5247742243,271,-1.538905672,0.7535625993,947.08570746 +195,-1.572293943,0.5238808754,271,-1.538905672,0.7535625993,915.87215496 +196,-1.610848725,0.5477107964,271,-1.538905672,0.7535625993,846.02049645 +197,-1.208485554,0.7918526018,271,-1.538905672,0.7535625993,947.04178001 +198,-1.335601374,0.6869083083,271,-1.538905672,0.7535625993,659.61255755 +199,-1.346156996,0.6825213377,271,-1.538905672,0.7535625993,639.43231351 +200,-1.324381037,0.6741422347,271,-1.538905672,0.7535625993,714.20150995 +201,-1.242424992,0.7378949807,271,-1.538905672,0.7535625993,863.41830724 +202,-1.270370057,0.7392461008,271,-1.538905672,0.7535625993,781.82710741 +203,-1.448950472,0.7441675014,271,-1.538905672,0.7535625993,263.58142807 +204,-1.492662363,0.7523026852,271,-1.538905672,0.7535625993,133.7440711 +205,-1.479098966,0.7763855017,271,-1.538905672,0.7535625993,193.31015449 +206,-1.633760714,0.7869022408,271,-1.538905672,0.7535625993,300.18465627 +207,-1.647406434,0.8101289331,271,-1.538905672,0.7535625993,378.24196357 +208,-1.564245052,0.5701509278,271,-1.538905672,0.7535625993,730.76133045 +209,-1.646289963,0.6833746083,271,-1.538905672,0.7535625993,423.84502377 +210,-1.5820631,0.6751952144,271,-1.538905672,0.7535625993,336.16546018 +211,-1.613236298,0.6681681791,271,-1.538905672,0.7535625993,405.0722436 +212,-1.914661867,0.8212566515,271,-1.538905672,0.7535625993,1080.1962939 +213,-1.742133237,0.7250275956,271,-1.538905672,0.7535625993,604.95446592 +214,-2.033144872,0.6557314699,271,-1.538905672,0.7535625993,1532.8819766 +215,-2.039551981,0.6964723658,271,-1.538905672,0.7535625993,1493.926928 +216,-1.247341019,0.7622473908,271,-1.538905672,0.7535625993,838.05625987 +217,-1.298239787,0.7084123392,271,-1.538905672,0.7535625993,730.97350423 +218,-1.308539688,0.6926545592,271,-1.538905672,0.7535625993,724.46711117 +219,-1.303263185,0.6888938396,271,-1.538905672,0.7535625993,745.25339136 +220,-1.852400229,0.6004246149,271,-1.538905672,0.7535625993,1138.5723644 +221,-1.288947707,0.7473773692,271,-1.538905672,0.7535625993,723.64712234 +222,-1.372031502,0.7472790993,271,-1.538905672,0.7535625993,483.82484165 +223,-1.289805721,0.7242157877,271,-1.538905672,0.7535625993,737.64175573 +224,-1.350807603,0.7533498126,271,-1.538905672,0.7535625993,543.01605025 +225,-1.329290365,0.7560442322,271,-1.538905672,0.7535625993,604.34421631 +226,-1.410153004,0.616936428,271,-1.538905672,0.7535625993,669.3087316 +227,-1.393445434,0.6308995063,271,-1.538905672,0.7535625993,657.19511217 +228,-1.37595573,0.6241540638,271,-1.538905672,0.7535625993,713.96039367 +229,-1.358388707,0.6172645205,271,-1.538905672,0.7535625993,772.08568652 +230,-1.753741133,0.8281661666,271,-1.538905672,0.7535625993,666.3793559 +231,-1.47430987,0.6834615681,271,-1.538905672,0.7535625993,337.85205095 +232,-1.421012508,0.7222725206,271,-1.538905672,0.7535625993,366.92735573 +233,-1.4476833,0.6978557868,271,-1.538905672,0.7535625993,348.79438906 +234,-1.470370723,0.6966193374,271,-1.538905672,0.7535625993,303.49621359 +235,-1.429211703,0.7037216883,271,-1.538905672,0.7535625993,379.39446746 +236,-1.700578405,0.6178673663,271,-1.538905672,0.7535625993,730.2056262 +237,-1.678117619,0.6331716163,271,-1.538905672,0.7535625993,637.55289872 +238,-1.725644578,0.6316331145,271,-1.538905672,0.7535625993,745.43683512 +239,-2.14012759,0.7930497945,271,-1.538905672,0.7535625993,1698.2306642 +240,-2.103289431,0.7653606263,271,-1.538905672,0.7535625993,1611.5065798 +241,-1.318739838,0.7017808746,271,-1.538905672,0.7535625993,681.94791137 +242,-1.396417427,0.7077900843,271,-1.538905672,0.7535625993,457.49417855 +243,-1.35650337,0.7185539404,271,-1.538905672,0.7535625993,552.70474753 +244,-1.248884539,0.7274156818,271,-1.538905672,0.7535625993,852.82334445 +245,-1.395014798,0.5761185243,271,-1.538905672,0.7535625993,832.81256366 +246,-1.433377362,0.6064716109,271,-1.538905672,0.7535625993,666.69962946 +247,-1.408172432,0.5903155476,271,-1.538905672,0.7535625993,762.37130951 +248,-1.749645898,0.7757118084,271,-1.538905672,0.7535625993,608.15769157 +249,-1.571626686,0.615046989,271,-1.538905672,0.7535625993,557.7321681 +250,-1.514070049,0.6303003037,271,-1.538905672,0.7535625993,494.0605279 +251,-1.480890369,0.6237966528,271,-1.538905672,0.7535625993,543.63654496 +252,-1.704390658,0.5281680612,271,-1.538905672,0.7535625993,1034.3041354 +253,-1.64434733,0.5254277498,271,-1.538905672,0.7535625993,963.08934931 +254,-1.703855997,0.4792484842,271,-1.538905672,0.7535625993,1208.3572093 +255,-1.692002383,0.5748825051,271,-1.538905672,0.7535625993,852.65130075 +256,-1.854136457,0.5544643913,271,-1.538905672,0.7535625993,1261.7237311 +257,-1.665021206,0.520317736,271,-1.538905672,0.7535625993,1006.3909098 +258,-1.733654349,0.4845187345,271,-1.538905672,0.7535625993,1234.4755221 +259,-1.720938188,0.5135933906,271,-1.538905672,0.7535625993,1112.008386 +260,-1.742668307,0.553296122,271,-1.538905672,0.7535625993,1017.6502428 +261,-1.965659039,0.7142126903,271,-1.538905672,0.7535625993,1260.3128159 +262,-1.944438071,0.6772834804,271,-1.538905672,0.7535625993,1245.117675 +263,-1.270340967,0.7681487096,271,-1.538905672,0.7535625993,771.47856841 +264,-1.353091884,0.6549276821,271,-1.538905672,0.7535625993,682.69735472 +265,-1.333236659,0.6413584414,271,-1.538905672,0.7535625993,765.23169072 +266,-1.352015998,0.6753788907,271,-1.538905672,0.7535625993,638.53944907 +267,-1.377988483,0.6577816235,271,-1.538905672,0.7535625993,615.25410155 +268,-2.13075611,0.8318642051,271,-1.538905672,0.7535625993,1660.6380693 +269,-2.097910953,0.8259670014,271,-1.538905672,0.7535625993,1573.4340655 +270,-1.416382069,0.6694271549,271,-1.538905672,0.7535625993,495.82453309 +271,-1.538905672,0.7535625993,271,-1.538905672,0.7535625993,19.31847096 +272,-1.572309477,0.7803125099,271,-1.538905672,0.7535625993,142.48054748 +273,-1.87759879,0.7503853417,271,-1.538905672,0.7535625993,977.68240373 +274,1.152365588,0.590457682,271,-1.538905672,0.7535625993,6876.2635908 +275,0.350198001,0.718001859,271,-1.538905672,0.7535625993,5104.9673003 +276,0.046513677,0.491503852,271,-1.538905672,0.7535625993,4958.7375714 +277,0.027510309,0.742571376,271,-1.538905672,0.7535625993,4306.1280879 +278,0.306285725,-0.214631579,271,-1.538905672,0.7535625993,7591.0231037 +279,-1.100564889,0.318051531,271,-1.538905672,0.7535625993,2263.1554553 +280,-1.078582306,0.301437596,271,-1.538905672,0.7535625993,2364.6565198 +281,-1.137371989,-0.617634065,271,-1.538905672,0.7535625993,5621.5571181 +282,0.784356344,0.703272339,271,-1.538905672,0.7535625993,5974.7425949 +283,-1.221209947,0.218327455,271,-1.538905672,0.7535625993,2382.3055345 +284,2.347301921,-0.449114658,271,-1.538905672,0.7535625993,9766.6674837 +285,0.246820618,0.830553713,271,-1.538905672,0.7535625993,4590.715648 +286,0.829414965,0.703288228,271,-1.538905672,0.7535625993,6045.7082332 +287,-1.337537566,0.42332223,271,-1.538905672,0.7535625993,1463.3519932 +288,0.882453706,0.454478077,271,-1.538905672,0.7535625993,6987.7004727 +289,1.575629659,0.416419109,271,-1.538905672,0.7535625993,7808.5008338 +290,-1.039455679,0.229888244,271,-1.538905672,0.7535625993,2682.8982889 +291,0.489558039,0.934482747,271,-1.538905672,0.7535625993,4768.0906503 +292,0.081344504,0.88384514,271,-1.538905672,0.7535625993,4119.617893 +293,-1.547979814,0.300350308,271,-1.538905672,0.7535625993,1795.433311 +294,0.040776181,0.168560074,271,-1.538905672,0.7535625993,5791.6967196 +295,-1.130374745,0.563894876,271,-1.538905672,0.7535625993,1476.2984762 +296,1.578326642,0.478507176,271,-1.538905672,0.7535625993,7562.8135389 +297,-1.12861823,-0.291640865,271,-1.538905672,0.7535625993,4400.7048385 +298,0.310524208,0.770885792,271,-1.538905672,0.7535625993,4877.7039004 +299,0.415649091,-0.387246002,271,-1.538905672,0.7535625993,8347.4030225 +300,-0.926533878,-0.188022748,271,-1.538905672,0.7535625993,4336.0438169 +301,1.258856172,-0.11716081,271,-1.538905672,0.7535625993,9652.7941405 +302,-1.126050026,0.322941926,271,-1.538905672,0.7535625993,2193.080758 +303,2.002785835,0.07893892,271,-1.538905672,0.7535625993,8848.7114971 +304,0.440437607,0.746258085,271,-1.538905672,0.7535625993,5213.6549222 +305,-0.030391866,0.214441206,271,-1.538905672,0.7535625993,5464.8988156 +306,0.521557815,-0.058929362,271,-1.538905672,0.7535625993,7777.4577786 +307,-0.097005111,0.13317729,271,-1.538905672,0.7535625993,5489.8743062 +308,1.83113859,0.221857587,271,-1.538905672,0.7535625993,8492.434904 +309,0.222428864,0.099404236,271,-1.538905672,0.7535625993,6497.5373209 +310,-1.702731345,0.8728568183,271,-1.538905672,0.7535625993,648.73452714 +311,-0.418507569,0.278324921,271,-1.538905672,0.7535625993,4178.809022 +312,-1.41153306,0.339029988,271,-1.538905672,0.7535625993,1695.9222905 +313,0.357560442,0.114788776,271,-1.538905672,0.7535625993,6832.007607 +314,0.325818979,0.268352149,271,-1.538905672,0.7535625993,6310.2317463 +315,-1.246004659,-0.663679965,271,-1.538905672,0.7535625993,5711.5840842 +316,1.814603087,0.637404484,271,-1.538905672,0.7535625993,6881.5087672 +317,1.843704281,-0.18300445,271,-1.538905672,0.7535625993,10036.121263 +318,1.690644492,-0.211480909,271,-1.538905672,0.7535625993,10275.594049 +319,-1.275451936,0.068109467,271,-1.538905672,0.7535625993,2868.5626096 +320,0.762430171,-0.207594741,271,-1.538905672,0.7535625993,8856.6514714 +321,0.265668905,-0.014647884,271,-1.538905672,0.7535625993,6934.5424218 +322,-2.773032013,-0.335515811,271,-1.538905672,0.7535625993,6213.2767764 +323,-1.469512853,0.174058777,271,-1.538905672,0.7535625993,2307.8880138 +324,0.286276986,0.785925691,271,-1.538905672,0.7535625993,4787.013806 +325,-1.379324697,0.377432233,271,-1.538905672,0.7535625993,1580.1403417 +326,-1.203778265,0.212813032,271,-1.538905672,0.7535625993,2429.8625315 +327,0.579916301,0.611743168,271,-1.538905672,0.7535625993,5897.0923464 +328,0.267582642,0.868113908,271,-1.538905672,0.7535625993,4539.4696897 +329,0.412869244,-0.050245578,271,-1.538905672,0.7535625993,7450.347073 +330,0.17524381,0.976660285,271,-1.538905672,0.7535625993,4108.2100485 +331,0.743157214,0.204812899,271,-1.538905672,0.7535625993,7541.1900019 +332,-1.070758176,0.269382282,271,-1.538905672,0.7535625993,2486.0336967 +333,-1.230364251,0.329790229,271,-1.538905672,0.7535625993,1969.0666096 +334,-1.374813124,-0.024926835,271,-1.538905672,0.7535625993,3138.4539403 +335,0.519780566,0.463669906,271,-1.538905672,0.7535625993,6220.8916542 +336,-1.55108034,0.239698561,271,-1.538905672,0.7535625993,2035.8384758 +337,0.180294813,0.029739425,271,-1.538905672,0.7535625993,6568.6937557 +338,0.67820924,0.268170153,271,-1.538905672,0.7535625993,7190.8975517 +339,0.445798684,1.024001867,271,-1.538905672,0.7535625993,4452.6228014 +340,0.691751283,0.150521402,271,-1.538905672,0.7535625993,7593.4493976 +341,-1.036643551,-0.903056181,271,-1.538905672,0.7535625993,6784.2422652 +342,-0.120287036,1.083325163,271,-1.538905672,0.7535625993,3386.1165989 +343,2.823513113,-0.304487164,271,-1.538905672,0.7535625993,8042.7832265 +344,0.457583172,1.12513373,271,-1.538905672,0.7535625993,4204.4484734 +345,0.042918831,0.813795399,271,-1.538905672,0.7535625993,4185.1201704 +346,1.196146777,-0.853142756,271,-1.538905672,0.7535625993,11263.909841 +347,0.206001358,-0.010430701,271,-1.538905672,0.7535625993,6752.1445905 +348,-0.268308653,0.234799412,271,-1.538905672,0.7535625993,4725.2783461 +349,0.759363263,0.736189579,271,-1.538905672,0.7535625993,5824.8113122 +350,0.181363926,0.891988372,271,-1.538905672,0.7535625993,4309.0466032 +351,-0.021111158,0.139103292,271,-1.538905672,0.7535625993,5693.0094747 +352,-0.093355215,0.630686981,271,-1.538905672,0.7535625993,4252.0512153 +353,0.40118964,0.681375926,271,-1.538905672,0.7535625993,5316.8125312 +354,-0.721197315,1.304706234,271,-1.538905672,0.7535625993,2605.747687 +355,-1.076150317,0.212107639,271,-1.538905672,0.7535625993,2665.5969327 +356,-1.577164531,0.273993443,271,-1.538905672,0.7535625993,1903.97915 +357,-0.190788414,0.182208586,271,-1.538905672,0.7535625993,5088.0289207 +358,-0.261349752,0.209710184,271,-1.538905672,0.7535625993,4811.4176463 +359,-1.029303852,0.083549259,271,-1.538905672,0.7535625993,3197.5782136 +360,-1.268609162,0.330525297,271,-1.538905672,0.7535625993,1902.9388987 +361,1.282982244,-0.926641967,271,-1.538905672,0.7535625993,11361.054498 +362,0.217352334,0.731352408,271,-1.538905672,0.7535625993,4776.3562749 +363,-1.511833084,0.258629297,271,-1.538905672,0.7535625993,1962.5841404 +364,0.338812194,0.823184618,271,-1.538905672,0.7535625993,4797.2674533 +365,-0.324406489,1.134201999,271,-1.538905672,0.7535625993,2994.3265899 +366,1.389579348,0.399185724,271,-1.538905672,0.7535625993,7812.1706998 +367,2.047152199,-0.039082036,271,-1.538905672,0.7535625993,9208.9191917 +368,0.947780369,0.568250077,271,-1.538905672,0.7535625993,6695.4049416 +369,0.763824846,0.576754987,271,-1.538905672,0.7535625993,6362.2086733 +370,-0.142334657,0.928153068,271,-1.538905672,0.7535625993,3555.303589 +371,0.610266567,0.547265983,271,-1.538905672,0.7535625993,6160.0770067 +372,0.210731629,0.746815056,271,-1.538905672,0.7535625993,4722.3422422 +373,-1.34931644,0.316895224,271,-1.538905672,0.7535625993,1842.499097 +374,2.407696481,0.655030745,271,-1.538905672,0.7535625993,6158.5789629 +375,0.64207831,0.545359131,271,-1.538905672,0.7535625993,6231.1490159 +376,1.174597538,0.840588356,271,-1.538905672,0.7535625993,5955.3544397 +377,0.660059424,0.010604079,271,-1.538905672,0.7535625993,7944.3798872 +378,-0.730263819,0.010486456,271,-1.538905672,0.7535625993,4098.9017807 +379,0.831068936,0.512339172,271,-1.538905672,0.7535625993,6699.0889732 +380,1.301180979,0.72367476,271,-1.538905672,0.7535625993,6494.5399924 +381,1.811128231,0.322854402,271,-1.538905672,0.7535625993,8113.1041955 +382,0.435105812,0.992284428,271,-1.538905672,0.7535625993,4520.5614148 +383,0.62643634,0.592027932,271,-1.538905672,0.7535625993,6052.0388764 +384,0.492988703,-0.516339467,271,-1.538905672,0.7535625993,8870.7065539 +385,-0.162469483,0.112549365,271,-1.538905672,0.7535625993,5356.2862357 +386,0.314630866,0.472006421,271,-1.538905672,0.7535625993,5705.9354405 +387,0.166744804,0.822815954,271,-1.538905672,0.7535625993,4439.7358383 +388,0.417159608,0.965805736,271,-1.538905672,0.7535625993,4561.9478268 +389,0.106334961,0.868774244,271,-1.538905672,0.7535625993,4205.2562444 +390,0.815086969,-0.338144359,271,-1.538905672,0.7535625993,9362.5177935 +391,0.59867455,-0.230624824,271,-1.538905672,0.7535625993,8470.1139593 +392,1.915104874,0.066220985,271,-1.538905672,0.7535625993,9009.8652578 +393,1.278093622,0.064463721,271,-1.538905672,0.7535625993,9002.1030438 +394,-0.061477853,0.302997961,271,-1.538905672,0.7535625993,5142.88379 +395,0.251311504,0.626976942,271,-1.538905672,0.7535625993,5127.075032 +396,2.950242872,0.149095644,271,-1.538905672,0.7535625993,6451.8688027 +397,-0.180294708,0.35375117,271,-1.538905672,0.7535625993,4673.214517 +398,1.010448592,-0.351180233,271,-1.538905672,0.7535625993,9918.2271893 +399,-1.748740498,0.3686318073,271,-1.538905672,0.7535625993,1675.1027296 +400,2.699635665,0.123533791,271,-1.538905672,0.7535625993,7206.1137739 +401,0.496808033,0.823843254,271,-1.538905672,0.7535625993,5098.1004015 +402,0.129574704,0.763364087,271,-1.538905672,0.7535625993,4497.7706151 +403,1.798920311,0.817447563,271,-1.538905672,0.7535625993,6183.1524311 +404,0.335987953,0.746786541,271,-1.538905672,0.7535625993,4996.1581626 +405,-1.085413643,0.292154671,271,-1.538905672,0.7535625993,2380.0827428 +406,-0.155321003,0.508207011,271,-1.538905672,0.7535625993,4366.2547193 +407,0.620529244,-0.301175104,271,-1.538905672,0.7535625993,8719.8508513 +408,1.684402744,0.368716966,271,-1.538905672,0.7535625993,7988.5272507 +409,0.300582244,-0.386397212,271,-1.538905672,0.7535625993,8014.1267376 +410,2.913555946,-0.009225192,271,-1.538905672,0.7535625993,6994.1737178 +411,1.465101417,0.493232532,271,-1.538905672,0.7535625993,7479.9569563 +412,0.090612882,0.907955955,271,-1.538905672,0.7535625993,4088.1602565 +413,2.987564726,-0.729568594,271,-1.538905672,0.7535625993,8559.9093618 +414,-1.484261606,0.224149272,271,-1.538905672,0.7535625993,2105.3149815 +415,0.164073421,0.303955133,271,-1.538905672,0.7535625993,5773.0455963 +416,0.141441293,0.167552546,271,-1.538905672,0.7535625993,6081.2931044 +417,2.931321023,-0.506718887,271,-1.538905672,0.7535625993,8227.5031402 +418,2.21951565,0.700596356,271,-1.538905672,0.7535625993,6275.9461455 +419,0.268112576,1.199114336,271,-1.538905672,0.7535625993,3792.8050541 +420,0.978913739,0.359223811,271,-1.538905672,0.7535625993,7485.3980487 +421,1.210898818,0.522863584,271,-1.538905672,0.7535625993,7191.169905 +422,2.347397336,0.129231362,271,-1.538905672,0.7535625993,8042.2665878 +423,0.614394501,0.556878345,271,-1.538905672,0.7535625993,6138.3955186 +424,-1.398079356,0.148483366,271,-1.538905672,0.7535625993,2445.9955428 +425,2.535303836,-0.112984496,271,-1.538905672,0.7535625993,8336.3454917 +426,-1.019372593,-0.405322349,271,-1.538905672,0.7535625993,4965.3860785 +427,-1.297785627,-0.160104069,271,-1.538905672,0.7535625993,3722.2018499 +428,2.144554488,0.205051084,271,-1.538905672,0.7535625993,8170.6731866 +429,-2.242387083,-0.426171285,271,-1.538905672,0.7535625993,5328.9890244 +430,0.338637212,0.909723676,271,-1.538905672,0.7535625993,4570.7177812 +431,-0.148798452,0.691042401,271,-1.538905672,0.7535625993,3976.1416833 +432,0.893524764,0.441829531,271,-1.538905672,0.7535625993,7050.7147956 +433,0.969229347,-0.368847936,271,-1.538905672,0.7535625993,9861.6910502 +434,0.436043248,0.800045688,271,-1.538905672,0.7535625993,5052.0231527 +435,1.687946607,1.081504775,271,-1.538905672,0.7535625993,5170.0368985 +436,0.522302046,-0.034889271,271,-1.538905672,0.7535625993,7710.9506691 +437,-0.178996113,-0.438090009,271,-1.538905672,0.7535625993,6826.4406948 +438,-1.094339566,0.301444068,271,-1.538905672,0.7535625993,2330.6200984 +439,-1.064070054,0.242569932,271,-1.538905672,0.7535625993,2588.6336087 +440,-1.068153768,0.230387998,271,-1.538905672,0.7535625993,2620.5970262 +441,-3.00496892,-0.23989155,271,-1.538905672,0.7535625993,6573.0088912 +442,0.21751974,0.766874888,271,-1.538905672,0.7535625993,4687.0690828 +443,0.117229532,0.007619006,271,-1.538905672,0.7535625993,6447.5990144 +444,0.777758451,0.420554741,271,-1.538905672,0.7535625993,6908.2468407 +445,-0.252356999,0.250747086,271,-1.538905672,0.7535625993,4729.6496964 +446,0.363148444,0.768483434,271,-1.538905672,0.7535625993,4994.0245913 +447,0.903191366,-0.118210676,271,-1.538905672,0.7535625993,8946.1247738 +448,-0.205755923,0.149406178,271,-1.538905672,0.7535625993,5132.365515 +449,1.811996086,0.02364353,271,-1.538905672,0.7535625993,9276.4686363 +450,-1.100670221,0.314845373,271,-1.538905672,0.7535625993,2273.3532713 +451,0.340078597,0.850105132,271,-1.538905672,0.7535625993,4728.6432917 +452,0.258757267,0.804969236,271,-1.538905672,0.7535625993,4680.022364 +453,2.78505352,-0.155160804,271,-1.538905672,0.7535625993,7759.9957866 +454,0.800551619,0.105822106,271,-1.538905672,0.7535625993,7990.6829041 +455,0.437940882,-0.506194031,271,-1.538905672,0.7535625993,8690.6220932 +456,2.230431122,0.63458615,271,-1.538905672,0.7535625993,6498.11493 +457,0.527965361,0.127667701,271,-1.538905672,0.7535625993,7252.1334346 +458,-0.063643205,0.702093448,271,-1.538905672,0.7535625993,4170.7558081 +459,1.408447268,0.133010502,271,-1.538905672,0.7535625993,8863.1389625 +460,0.523795955,0.280266966,271,-1.538905672,0.7535625993,6785.1869517 +461,-0.975769313,0.072177659,271,-1.538905672,0.7535625993,3343.5751271 +462,0.549774164,-0.463663986,271,-1.538905672,0.7535625993,8915.993526 +463,0.29245874,1.095549818,271,-1.538905672,0.7535625993,4044.4829748 +464,0.143625958,0.816809593,271,-1.538905672,0.7535625993,4403.5038652 +465,0.671902494,0.611159853,271,-1.538905672,0.7535625993,6079.4949297 +466,1.239840988,0.6724199,271,-1.538905672,0.7535625993,6647.2120975 +467,0.607829703,-0.10932137,271,-1.538905672,0.7535625993,8157.5440885 +468,1.763020906,0.263996692,271,-1.538905672,0.7535625993,8371.3963427 +469,0.378714634,0.726066797,271,-1.538905672,0.7535625993,5143.4333972 +470,2.196736143,-0.153862366,271,-1.538905672,0.7535625993,9304.6347617 +471,0.01702415,0.148991565,271,-1.538905672,0.7535625993,5776.2019807 +472,-2.998490902,-0.158002487,271,-1.538905672,0.7535625993,6331.8022934 +473,-3.051262951,-0.346595608,271,-1.538905672,0.7535625993,6988.7027573 +474,-1.069176439,0.182802941,271,-1.538905672,0.7535625993,2778.968078 +475,0.167157509,0.595344954,271,-1.538905672,0.7535625993,5005.5056258 +476,0.613855648,0.681746124,271,-1.538905672,0.7535625993,5745.7476115 +477,1.037012736,0.682555367,271,-1.538905672,0.7535625993,6404.6848566 +478,-1.253574971,0.379755746,271,-1.538905672,0.7535625993,1753.8909557 +479,3.108590453,-0.132620738,271,-1.538905672,0.7535625993,6767.7080926 +480,0.565301296,0.022333262,271,-1.538905672,0.7535625993,7661.2677745 +481,0.547898238,0.855555614,271,-1.538905672,0.7535625993,5095.3972562 +482,0.948309381,0.417393755,271,-1.538905672,0.7535625993,7229.1713196 +483,-0.050600732,0.945269213,271,-1.538905672,0.7535625993,3722.9531687 +484,-0.977651478,-0.572363064,271,-1.538905672,0.7535625993,5631.9931251 +485,1.102014914,0.728861163,271,-1.538905672,0.7535625993,6307.052779 +486,2.927300795,-0.282939414,271,-1.538905672,0.7535625993,7687.775805 +487,-1.154565557,0.124434095,271,-1.538905672,0.7535625993,2828.145382 +488,1.855331234,0.291044755,271,-1.538905672,0.7535625993,8205.3099203 +489,0.830290659,0.276904518,271,-1.538905672,0.7535625993,7492.7884877 +490,0.485104466,-0.234867441,271,-1.538905672,0.7535625993,8158.9991059 +491,0.521367572,-0.33161327,271,-1.538905672,0.7535625993,8514.256362 +1,-1.539031704,0.7349710123,272,-1.572309477,0.7803125099,203.51539354 +2,-1.536990553,0.7349663874,272,-1.572309477,0.7803125099,206.35803382 +3,-1.534951779,0.7349571355,272,-1.572309477,0.7803125099,209.33911727 +4,-1.532906461,0.7349480293,272,-1.572309477,0.7803125099,212.44986167 +5,-1.531320211,0.7346937278,272,-1.572309477,0.7803125099,215.76911776 +6,-1.539451648,0.7335131775,272,-1.572309477,0.7803125099,208.10620649 +7,-1.537429487,0.7335445708,272,-1.572309477,0.7803125099,210.7052133 +8,-1.535484998,0.7335658704,272,-1.572309477,0.7803125099,213.35499463 +9,-1.533488396,0.7336036027,272,-1.572309477,0.7803125099,216.13848451 +10,-1.531497785,0.7335842962,272,-1.572309477,0.7803125099,219.2203868 +11,-1.530259379,0.7334777758,272,-1.572309477,0.7803125099,221.5072775 +12,-1.5335454,0.7322346912,272,-1.572309477,0.7803125099,220.7501183 +13,-1.531489083,0.7322238773,272,-1.572309477,0.7803125099,223.84029627 +14,-1.530011122,0.7321679851,272,-1.572309477,0.7803125099,226.29312728 +15,-1.53348106,0.7306614094,272,-1.572309477,0.7803125099,226.27939027 +16,-1.531441779,0.7306962275,272,-1.572309477,0.7803125099,229.12373676 +17,-1.529755654,0.7306933243,272,-1.572309477,0.7803125099,231.66911395 +18,-1.533415048,0.7291384674,272,-1.572309477,0.7803125099,231.67127177 +19,-1.531392093,0.7291705353,272,-1.572309477,0.7803125099,234.44121887 +20,-1.529296523,0.7291214933,272,-1.572309477,0.7803125099,237.70788746 +21,-1.535280942,0.727267644,272,-1.572309477,0.7803125099,235.73646382 +22,-1.533378158,0.7276139666,272,-1.572309477,0.7803125099,237.06000634 +23,-1.531340368,0.7276446587,272,-1.572309477,0.7803125099,239.79687024 +24,-1.528960113,0.7276398177,272,-1.572309477,0.7803125099,243.27407714 +25,-1.533313146,0.7260818349,272,-1.572309477,0.7803125099,242.5441674 +26,-1.531259555,0.7260958115,272,-1.572309477,0.7803125099,245.3056265 +27,-1.528926415,0.7260865555,272,-1.572309477,0.7803125099,248.66411218 +28,-1.531226779,0.7245511789,272,-1.572309477,0.7803125099,250.76336312 +29,-1.528904772,0.7245519194,272,-1.572309477,0.7803125099,254.00702955 +30,-1.547195875,0.7409785979,272,-1.572309477,0.7803125099,171.65080097 +31,-1.5451475,0.740980426,272,-1.572309477,0.7803125099,174.19197967 +32,-1.543097679,0.7409798872,272,-1.572309477,0.7803125099,176.90213587 +33,-1.540720364,0.7409892687,272,-1.572309477,0.7803125099,180.20009396 +34,-1.547188511,0.7395198392,272,-1.572309477,0.7803125099,176.94050746 +35,-1.545148587,0.7395226109,272,-1.572309477,0.7803125099,179.39663396 +36,-1.543104538,0.7395314908,272,-1.572309477,0.7803125099,181.99190079 +37,-1.540727751,0.7395306258,272,-1.572309477,0.7803125099,185.23654283 +38,-1.547187029,0.7380014886,272,-1.572309477,0.7803125099,182.47075253 +39,-1.545147315,0.7380012252,272,-1.572309477,0.7803125099,184.86722133 +40,-1.54310719,0.7380060743,272,-1.572309477,0.7803125099,187.3985885 +41,-1.540719671,0.7380068206,272,-1.572309477,0.7803125099,190.56446696 +42,-1.547187189,0.7364799098,272,-1.572309477,0.7803125099,188.04073204 +43,-1.545149996,0.7364853874,272,-1.572309477,0.7803125099,190.34656441 +44,-1.543106091,0.7364823484,272,-1.572309477,0.7803125099,192.84160797 +45,-1.540717158,0.7364893901,272,-1.572309477,0.7803125099,195.9035369 +46,-1.538663972,0.7410138672,272,-1.572309477,0.7803125099,183.15381169 +47,-1.53695285,0.7409699132,272,-1.572309477,0.7803125099,185.93400875 +48,-1.534910498,0.7409641297,272,-1.572309477,0.7803125099,189.21233881 +49,-1.533145034,0.7409536636,272,-1.572309477,0.7803125099,192.16284065 +50,-1.538681336,0.7395405883,272,-1.572309477,0.7803125099,188.14690626 +51,-1.536999189,0.7395183096,272,-1.572309477,0.7803125099,190.74443071 +52,-1.534923633,0.7395144222,272,-1.572309477,0.7803125099,193.98876522 +53,-1.533267822,0.7395654306,272,-1.572309477,0.7803125099,196.49035236 +54,-1.53867273,0.7380151077,272,-1.572309477,0.7803125099,193.40469124 +55,-1.536980576,0.7379994392,272,-1.572309477,0.7803125099,195.93162348 +56,-1.534931522,0.7379944961,272,-1.572309477,0.7803125099,199.06038099 +57,-1.533387952,0.7379480264,272,-1.572309477,0.7803125099,201.64087452 +58,-1.538682279,0.7364914363,272,-1.572309477,0.7803125099,198.67541062 +59,-1.536980704,0.7364810563,272,-1.572309477,0.7803125099,201.13616442 +60,-1.534935567,0.7364752065,272,-1.572309477,0.7803125099,204.18712525 +61,-1.533042592,0.7363876366,272,-1.572309477,0.7803125099,207.39500849 +62,-1.545143426,0.7349628011,272,-1.572309477,0.7803125099,195.8918772 +63,-1.543105297,0.7349691947,272,-1.572309477,0.7803125099,198.28042037 +64,-1.541064533,0.7349647152,272,-1.572309477,0.7803125099,200.85382558 +65,-1.545411803,0.7334624714,272,-1.572309477,0.7803125099,201.07747998 +66,-1.543446606,0.7334780896,272,-1.572309477,0.7803125099,203.26596878 +67,-1.541475327,0.7334957295,272,-1.572309477,0.7803125099,205.58708062 +68,-1.545401939,0.731963266,272,-1.572309477,0.7803125099,206.60119031 +69,-1.54342253,0.7319915583,272,-1.572309477,0.7803125099,208.70385221 +70,-1.541455867,0.7320216438,272,-1.572309477,0.7803125099,210.91768595 +71,-1.545410146,0.7304422281,272,-1.572309477,0.7803125099,212.20905052 +72,-1.543435491,0.7304713664,272,-1.572309477,0.7803125099,214.24745489 +73,-1.541463105,0.7304997613,272,-1.572309477,0.7803125099,216.41633021 +74,-1.545414768,0.7289194936,272,-1.572309477,0.7803125099,217.84912175 +75,-1.543435774,0.7289538557,272,-1.572309477,0.7803125099,219.82013058 +76,-1.541457714,0.7289765881,272,-1.572309477,0.7803125099,221.96173894 +77,-1.539449415,0.7320555866,272,-1.572309477,0.7803125099,213.29601975 +78,-1.537429183,0.7321097681,272,-1.572309477,0.7803125099,215.74994227 +79,-1.535472649,0.7321497267,272,-1.572309477,0.7803125099,218.29163528 +80,-1.539457899,0.7305333307,272,-1.572309477,0.7803125099,218.73378911 +81,-1.537453161,0.7305750503,272,-1.572309477,0.7803125099,221.14839157 +82,-1.535479385,0.7306124949,272,-1.572309477,0.7803125099,223.65875081 +83,-1.53946905,0.7290102593,272,-1.572309477,0.7803125099,224.20147119 +84,-1.537459922,0.7290417293,272,-1.572309477,0.7803125099,226.59825565 +85,-1.535451349,0.7290890157,272,-1.572309477,0.7803125099,229.05986535 +86,-1.535522937,0.7279887191,272,-1.572309477,0.7803125099,232.85916086 +87,-1.539442524,0.7274735939,272,-1.572309477,0.7803125099,229.79155881 +88,-1.537424111,0.727521351,272,-1.572309477,0.7803125099,232.08585473 +89,-1.539384641,0.7259505092,272,-1.572309477,0.7803125099,235.39348808 +90,-1.537372391,0.7259947145,272,-1.572309477,0.7803125099,237.64156215 +91,-1.535340789,0.7260435356,272,-1.572309477,0.7803125099,240.01763471 +92,-1.539325716,0.7244369706,272,-1.572309477,0.7803125099,240.9827963 +93,-1.537308932,0.7244801057,272,-1.572309477,0.7803125099,243.1914942 +94,-1.535289068,0.7245247645,272,-1.572309477,0.7803125099,245.51706082 +95,-1.533261366,0.7245550236,272,-1.572309477,0.7803125099,248.01960876 +96,-1.539267302,0.722921924,272,-1.572309477,0.7803125099,246.59639951 +97,-1.537248972,0.7229660258,272,-1.572309477,0.7803125099,248.75655466 +98,-1.535219431,0.7229916471,272,-1.572309477,0.7803125099,251.11421907 +99,-1.53318962,0.7230212049,272,-1.572309477,0.7803125099,253.5720565 +100,-1.531154816,0.7230299897,272,-1.572309477,0.7803125099,256.22084944 +101,-1.528878341,0.7230370244,272,-1.572309477,0.7803125099,259.32015427 +102,-1.539218189,0.7214009878,272,-1.572309477,0.7803125099,252.23956181 +103,-1.537198791,0.7214422745,272,-1.572309477,0.7803125099,254.36552813 +104,-1.535179266,0.7214634354,272,-1.572309477,0.7803125099,256.67988412 +105,-1.533156501,0.7214944644,272,-1.572309477,0.7803125099,259.07407259 +106,-1.53113574,0.7215166021,272,-1.572309477,0.7803125099,261.60619659 +107,-1.528874248,0.7215345535,272,-1.572309477,0.7803125099,264.58838897 +108,-1.539217656,0.7198512397,272,-1.572309477,0.7803125099,257.95425157 +109,-1.537199919,0.7199428763,272,-1.572309477,0.7803125099,259.84644231 +110,-1.545425832,0.727397149,272,-1.572309477,0.7803125099,223.50169368 +111,-1.543371177,0.7273916949,272,-1.572309477,0.7803125099,225.64951878 +112,-1.541368852,0.7274523163,272,-1.572309477,0.7803125099,227.63040539 +113,-1.545349067,0.7258710923,272,-1.572309477,0.7803125099,229.27338699 +114,-1.54332671,0.7258603556,272,-1.572309477,0.7803125099,231.36255241 +115,-1.541346831,0.7259242142,272,-1.572309477,0.7803125099,233.25809269 +116,-1.545324355,0.7243383958,272,-1.572309477,0.7803125099,235.03410468 +117,-1.543292796,0.7243617413,272,-1.572309477,0.7803125099,236.96080834 +118,-1.541295822,0.7244024384,272,-1.572309477,0.7803125099,238.91472141 +119,-1.543193859,0.7205570215,272,-1.572309477,0.7803125099,251.25641598 +120,-1.550257047,0.7386738187,272,-1.572309477,0.7803125099,176.67062834 +121,-1.549335448,0.7311736483,272,-1.572309477,0.7803125099,205.58932302 +122,-1.533478843,0.7179891343,272,-1.572309477,0.7803125099,271.31348463 +123,-1.556150555,0.738907041,272,-1.572309477,0.7803125099,170.44384967 +124,-1.554324226,0.733414257,272,-1.572309477,0.7803125099,192.84369609 +125,-1.554290846,0.7288285332,272,-1.572309477,0.7803125099,210.44792174 +126,-1.55122487,0.7219795312,272,-1.572309477,0.7803125099,238.97617223 +127,-1.525104458,0.7229399862,272,-1.572309477,0.7803125099,265.11124819 +128,-1.519607711,0.7236181429,272,-1.572309477,0.7803125099,271.38431141 +129,-1.513899999,0.7251107854,272,-1.572309477,0.7803125099,276.20931528 +130,-1.536620762,0.7431061895,272,-1.572309477,0.7803125099,179.38531611 +131,-1.5369566,0.7460845958,272,-1.572309477,0.7803125099,169.16431076 +132,-1.545345528,0.7447040685,272,-1.572309477,0.7803125099,160.79726283 +133,-1.532813921,0.7432306626,272,-1.572309477,0.7803125099,185.42619287 +134,-1.554788248,0.7382381001,272,-1.572309477,0.7803125099,174.08937107 +135,-1.540348126,0.7301594274,272,-1.572309477,0.7803125099,218.98460975 +136,-1.538016084,0.7239051786,272,-1.572309477,0.7803125099,244.43877112 +137,-1.525288962,0.7258085137,272,-1.572309477,0.7803125099,255.05996834 +138,-1.534326986,0.731241342,272,-1.572309477,0.7803125099,223.06507455 +139,-1.530733872,0.7303625216,272,-1.572309477,0.7803125099,231.31822744 +141,-1.534354939,0.7328219978,272,-1.572309477,0.7803125099,217.55095945 +142,-1.53157084,0.7292888153,272,-1.572309477,0.7803125099,233.77382346 +143,-1.525691035,0.7263799874,272,-1.572309477,0.7803125099,252.50710595 +144,-1.534031287,0.7495967835,272,-1.572309477,0.7803125099,163.59176189 +145,-1.527714986,0.7283095957,272,-1.572309477,0.7803125099,242.86676522 +146,-1.526189586,0.7271468292,272,-1.572309477,0.7803125099,249.145409 +147,-1.555177336,0.7375563366,272,-1.572309477,0.7803125099,176.36551596 +148,-1.555080283,0.7312707794,272,-1.572309477,0.7803125099,200.49782272 +149,-1.53856994,0.7224180299,272,-1.572309477,0.7803125099,249.22904655 +150,-1.530837883,0.729933372,272,-1.572309477,0.7803125099,232.63163733 +151,-1.515066984,0.5854133365,272,-1.572309477,0.7803125099,791.59350237 +152,-1.534731633,0.5368370046,272,-1.572309477,0.7803125099,971.4650921 +153,-1.515231902,0.5607085576,272,-1.572309477,0.7803125099,887.496866 +154,-2.616253799,1.0684566605,272,-1.572309477,0.7803125099,2622.9543015 +155,-1.956071439,0.5792177723,272,-1.572309477,0.7803125099,1418.1873395 +156,-1.951208514,0.5602434208,272,-1.572309477,0.7803125099,1456.1946279 +157,-1.944675062,0.6062144545,272,-1.572309477,0.7803125099,1321.5375609 +158,-1.613778386,0.6077989518,272,-1.572309477,0.7803125099,694.80434534 +159,-2.035029014,0.6021432345,272,-1.572309477,0.7803125099,1568.8903719 +160,-2.114989471,0.6801825058,272,-1.572309477,0.7803125099,1638.9849526 +161,-2.037382079,0.5765830025,272,-1.572309477,0.7803125099,1634.7294794 +162,-2.129855121,0.6585019963,272,-1.572309477,0.7803125099,1717.4383309 +163,-2.075141798,0.6493615843,272,-1.572309477,0.7803125099,1581.2170129 +164,-1.828626729,0.6948433129,272,-1.572309477,0.7803125099,822.56969931 +165,-1.863329418,0.6735427691,272,-1.572309477,0.7803125099,957.11476399 +166,-1.266037071,0.727988852,272,-1.572309477,0.7803125099,906.22675434 +167,-1.277579582,0.7249010648,272,-1.572309477,0.7803125099,878.1427314 +168,-1.258418684,0.7241194816,272,-1.572309477,0.7803125099,932.61239647 +169,-1.317813974,0.6804850104,272,-1.572309477,0.7803125099,846.91553096 +170,-1.344165204,0.6790988904,272,-1.572309477,0.7803125099,782.45597533 +171,-1.427582102,0.5277120351,272,-1.572309477,0.7803125099,1097.6855241 +172,-1.402238616,0.457167829,272,-1.572309477,0.7803125099,1390.1752236 +173,-1.422454264,0.4996161999,272,-1.572309477,0.7803125099,1207.7824113 +174,-1.439089277,0.4894859811,272,-1.572309477,0.7803125099,1226.4049149 +175,-1.448126995,0.5182330266,272,-1.572309477,0.7803125099,1108.4549295 +176,-1.474626146,0.5881926574,272,-1.572309477,0.7803125099,817.39604199 +177,-1.421139645,0.5584869783,272,-1.572309477,0.7803125099,994.85896878 +178,-1.457037165,0.565943032,272,-1.572309477,0.7803125099,920.31038078 +179,-2.757159358,0.3745319,272,-1.572309477,0.7803125099,4118.8343002 +180,-2.714309238,0.342054471,272,-1.572309477,0.7803125099,4082.0320887 +181,-2.000525337,0.774119946,272,-1.572309477,0.7803125099,1204.8025054 +183,-1.571413436,0.6777838382,272,-1.572309477,0.7803125099,406.12466963 +184,-1.552860289,0.6987663893,272,-1.572309477,0.7803125099,327.97043663 +185,-1.521852374,0.7165827476,272,-1.572309477,0.7803125099,291.78983457 +186,-1.503656267,0.6928968252,272,-1.572309477,0.7803125099,400.4642272 +187,-1.502753178,0.7136205882,272,-1.572309477,0.7803125099,332.55111866 +188,-1.631894563,0.7343596465,272,-1.572309477,0.7803125099,250.04420064 +189,-1.653765416,0.6770714026,272,-1.572309477,0.7803125099,474.32328802 +190,-1.719812114,0.6715965947,272,-1.572309477,0.7803125099,612.84054264 +191,-1.493406659,0.6646955447,272,-1.572309477,0.7803125099,514.27189381 +192,-1.469120564,0.6613469966,272,-1.572309477,0.7803125099,562.0788424 +193,-1.590551461,0.5326612937,272,-1.572309477,0.7803125099,982.5911245 +194,-1.625979264,0.5247742243,272,-1.572309477,0.7803125099,1025.9734183 +195,-1.572293943,0.5238808754,272,-1.572309477,0.7803125099,1015.7257054 +196,-1.610848725,0.5477107964,272,-1.572309477,0.7803125099,929.04539609 +197,-1.208485554,0.7918526018,272,-1.572309477,0.7803125099,1016.4958483 +198,-1.335601374,0.6869083083,272,-1.572309477,0.7803125099,787.17421138 +199,-1.346156996,0.6825213377,272,-1.572309477,0.7803125099,769.69836929 +200,-1.324381037,0.6741422347,272,-1.572309477,0.7803125099,843.86311235 +201,-1.242424992,0.7378949807,272,-1.572309477,0.7803125099,960.43007544 +202,-1.270370057,0.7392461008,272,-1.572309477,0.7803125099,880.4341656 +203,-1.448950472,0.7441675014,272,-1.572309477,0.7803125099,381.15055178 +204,-1.492662363,0.7523026852,272,-1.572309477,0.7803125099,252.87829903 +205,-1.479098966,0.7763855017,272,-1.572309477,0.7803125099,263.3147142 +206,-1.633760714,0.7869022408,272,-1.572309477,0.7803125099,174.37354176 +207,-1.647406434,0.8101289331,272,-1.572309477,0.7803125099,239.3669366 +208,-1.564245052,0.5701509278,272,-1.572309477,0.7803125099,832.81932238 +209,-1.646289963,0.6833746083,272,-1.572309477,0.7803125099,441.38636559 +210,-1.5820631,0.6751952144,272,-1.572309477,0.7803125099,417.36458973 +211,-1.613236298,0.6681681791,272,-1.572309477,0.7803125099,460.44270843 +212,-1.914661867,0.8212566515,272,-1.572309477,0.7803125099,955.21500621 +213,-1.742133237,0.7250275956,272,-1.572309477,0.7803125099,537.12387271 +214,-2.033144872,0.6557314699,272,-1.572309477,0.7803125099,1452.8104887 +215,-2.039551981,0.6964723658,272,-1.572309477,0.7803125099,1401.5308317 +216,-1.247341019,0.7622473908,272,-1.572309477,0.7803125099,923.69186192 +217,-1.298239787,0.7084123392,272,-1.572309477,0.7803125099,846.08363948 +218,-1.308539688,0.6926545592,272,-1.572309477,0.7803125099,846.61698621 +219,-1.303263185,0.6888938396,272,-1.572309477,0.7803125099,867.9629988 +220,-1.852400229,0.6004246149,272,-1.572309477,0.7803125099,1109.697689 +221,-1.288947707,0.7473773692,272,-1.572309477,0.7803125099,819.58319573 +222,-1.372031502,0.7472790993,272,-1.572309477,0.7803125099,587.14295938 +223,-1.289805721,0.7242157877,272,-1.572309477,0.7803125099,845.100383 +224,-1.350807603,0.7533498126,272,-1.572309477,0.7803125099,640.08179986 +225,-1.329290365,0.7560442322,272,-1.572309477,0.7803125099,698.04056982 +226,-1.410153004,0.616936428,272,-1.572309477,0.7803125099,811.65046157 +227,-1.393445434,0.6308995063,272,-1.572309477,0.7803125099,799.41370005 +228,-1.37595573,0.6241540638,272,-1.572309477,0.7803125099,855.79948919 +229,-1.358388707,0.6172645205,272,-1.572309477,0.7803125099,913.4491669 +230,-1.753741133,0.8281661666,272,-1.572309477,0.7803125099,532.79906161 +231,-1.47430987,0.6834615681,272,-1.572309477,0.7803125099,479.90063692 +232,-1.421012508,0.7222725206,272,-1.572309477,0.7803125099,494.26607562 +233,-1.4476833,0.6978557868,272,-1.572309477,0.7803125099,489.33150969 +234,-1.470370723,0.6966193374,272,-1.572309477,0.7803125099,445.91579947 +235,-1.429211703,0.7037216883,272,-1.572309477,0.7803125099,515.90414866 +236,-1.700578405,0.6178673663,272,-1.572309477,0.7803125099,751.08885005 +237,-1.678117619,0.6331716163,272,-1.572309477,0.7803125099,663.81027976 +238,-1.725644578,0.6316331145,272,-1.572309477,0.7803125099,747.67317046 +239,-2.14012759,0.7930497945,272,-1.572309477,0.7803125099,1578.247329 +240,-2.103289431,0.7653606263,272,-1.572309477,0.7803125099,1498.1429827 +241,-1.318739838,0.7017808746,272,-1.572309477,0.7803125099,802.18913963 +242,-1.396417427,0.7077900843,272,-1.572309477,0.7803125099,586.98233977 +243,-1.35650337,0.7185539404,272,-1.572309477,0.7803125099,671.03837882 +244,-1.248884539,0.7274156818,272,-1.572309477,0.7803125099,954.93081114 +245,-1.395014798,0.5761185243,272,-1.572309477,0.7803125099,974.59801239 +246,-1.433377362,0.6064716109,272,-1.572309477,0.7803125099,807.3216663 +247,-1.408172432,0.5903155476,272,-1.572309477,0.7803125099,904.00114831 +248,-1.749645898,0.7757118084,272,-1.572309477,0.7803125099,500.35451493 +249,-1.571626686,0.615046989,272,-1.572309477,0.7803125099,654.61998626 +250,-1.514070049,0.6303003037,272,-1.572309477,0.7803125099,619.46440967 +251,-1.480890369,0.6237966528,272,-1.572309477,0.7803125099,678.43621301 +252,-1.704390658,0.5281680612,272,-1.572309477,0.7803125099,1080.3736703 +253,-1.64434733,0.5254277498,272,-1.572309477,0.7803125099,1034.3531495 +254,-1.703855997,0.4792484842,272,-1.572309477,0.7803125099,1263.2620018 +255,-1.692002383,0.5748825051,272,-1.572309477,0.7803125099,892.78895827 +256,-1.854136457,0.5544643913,272,-1.572309477,0.7803125099,1248.0849423 +257,-1.665021206,0.520317736,272,-1.572309477,0.7803125099,1069.8833013 +258,-1.733654349,0.4845187345,272,-1.572309477,0.7803125099,1277.9591695 +259,-1.720938188,0.5135933906,272,-1.572309477,0.7803125099,1154.5972542 +260,-1.742668307,0.553296122,272,-1.572309477,0.7803125099,1042.1259116 +261,-1.965659039,0.7142126903,272,-1.572309477,0.7803125099,1168.4530669 +262,-1.944438071,0.6772834804,272,-1.572309477,0.7803125099,1168.6505303 +263,-1.270340967,0.7681487096,272,-1.572309477,0.7803125099,854.90427828 +264,-1.353091884,0.6549276821,272,-1.572309477,0.7803125099,819.76316727 +265,-1.333236659,0.6413584414,272,-1.572309477,0.7803125099,902.33333566 +266,-1.352015998,0.6753788907,272,-1.572309477,0.7803125099,771.4292777 +267,-1.377988483,0.6577816235,272,-1.572309477,0.7803125099,754.40886837 +268,-2.13075611,0.8318642051,272,-1.572309477,0.7803125099,1533.8624217 +269,-2.097910953,0.8259670014,272,-1.572309477,0.7803125099,1447.872468 +270,-1.416382069,0.6694271549,272,-1.572309477,0.7803125099,636.9861464 +271,-1.538905672,0.7535625993,272,-1.572309477,0.7803125099,142.48054748 +272,-1.572309477,0.7803125099,272,-1.572309477,0.7803125099,115.59471323 +273,-1.87759879,0.7503853417,272,-1.572309477,0.7803125099,878.3210523 +274,1.152365588,0.590457682,272,-1.572309477,0.7803125099,6810.8156014 +275,0.350198001,0.718001859,272,-1.572309477,0.7803125099,5104.3000612 +276,0.046513677,0.491503852,272,-1.572309477,0.7803125099,5006.9836977 +277,0.027510309,0.742571376,272,-1.572309477,0.7803125099,4326.3428481 +278,0.306285725,-0.214631579,272,-1.572309477,0.7803125099,7681.5233998 +279,-1.100564889,0.318051531,272,-1.572309477,0.7803125099,2404.6573506 +280,-1.078582306,0.301437596,272,-1.572309477,0.7803125099,2505.9186314 +281,-1.137371989,-0.617634065,272,-1.572309477,0.7803125099,5753.2485056 +282,0.784356344,0.703272339,272,-1.572309477,0.7803125099,5938.5253461 +283,-1.221209947,0.218327455,272,-1.572309477,0.7803125099,2523.2321869 +284,2.347301921,-0.449114658,272,-1.572309477,0.7803125099,9650.4602671 +285,0.246820618,0.830553713,272,-1.572309477,0.7803125099,4585.0654367 +286,0.829414965,0.703288228,272,-1.572309477,0.7803125099,6005.4172862 +287,-1.337537566,0.42332223,272,-1.572309477,0.7803125099,1603.4487093 +288,0.882453706,0.454478077,272,-1.572309477,0.7803125099,6958.6883968 +289,1.575629659,0.416419109,272,-1.572309477,0.7803125099,7703.5388595 +290,-1.039455679,0.229888244,272,-1.572309477,0.7803125099,2824.423703 +291,0.489558039,0.934482747,272,-1.572309477,0.7803125099,4734.8683594 +292,0.081344504,0.88384514,272,-1.572309477,0.7803125099,4117.5418073 +293,-1.547979814,0.300350308,272,-1.572309477,0.7803125099,1902.8530752 +294,0.040776181,0.168560074,272,-1.572309477,0.7803125099,5871.3079957 +295,-1.130374745,0.563894876,272,-1.572309477,0.7803125099,1605.5885915 +296,1.578326642,0.478507176,272,-1.572309477,0.7803125099,7457.5563588 +297,-1.12861823,-0.291640865,272,-1.572309477,0.7803125099,4537.7137408 +298,0.310524208,0.770885792,272,-1.572309477,0.7803125099,4874.37788 +299,0.415649091,-0.387246002,272,-1.572309477,0.7803125099,8445.2857727 +300,-0.926533878,-0.188022748,272,-1.572309477,0.7803125099,4478.4510797 +301,1.258856172,-0.11716081,272,-1.572309477,0.7803125099,9607.0647479 +302,-1.126050026,0.322941926,272,-1.572309477,0.7803125099,2335.0374726 +303,2.002785835,0.07893892,272,-1.572309477,0.7803125099,8709.151381 +304,0.440437607,0.746258085,272,-1.572309477,0.7803125099,5202.9571987 +305,-0.030391866,0.214441206,272,-1.572309477,0.7803125099,5546.2438248 +306,0.521557815,-0.058929362,272,-1.572309477,0.7803125099,7833.9754579 +307,-0.097005111,0.13317729,272,-1.572309477,0.7803125099,5583.1166287 +308,1.83113859,0.221857587,272,-1.572309477,0.7803125099,8364.1261251 +309,0.222428864,0.099404236,272,-1.572309477,0.7803125099,6567.8907426 +310,-1.702731345,0.8728568183,272,-1.572309477,0.7803125099,506.30068915 +311,-0.418507569,0.278324921,272,-1.572309477,0.7803125099,4283.6283983 +312,-1.41153306,0.339029988,272,-1.572309477,0.7803125099,1826.4425105 +313,0.357560442,0.114788776,272,-1.572309477,0.7803125099,6888.6238949 +314,0.325818979,0.268352149,272,-1.572309477,0.7803125099,6355.8081413 +315,-1.246004659,-0.663679965,272,-1.572309477,0.7803125099,5837.4060671 +316,1.814603087,0.637404484,272,-1.572309477,0.7803125099,6759.8238446 +317,1.843704281,-0.18300445,272,-1.572309477,0.7803125099,9899.5924478 +318,1.690644492,-0.211480909,272,-1.572309477,0.7803125099,10153.397529 +319,-1.275451936,0.068109467,272,-1.572309477,0.7803125099,3004.1761798 +320,0.762430171,-0.207594741,272,-1.572309477,0.7803125099,8901.6055805 +321,0.265668905,-0.014647884,272,-1.572309477,0.7803125099,7011.0870443 +322,-2.773032013,-0.335515811,272,-1.572309477,0.7803125099,6178.0289446 +323,-1.469512853,0.174058777,272,-1.572309477,0.7803125099,2426.9386066 +324,0.286276986,0.785925691,272,-1.572309477,0.7803125099,4783.7798773 +325,-1.379324697,0.377432233,272,-1.572309477,0.7803125099,1715.4914561 +326,-1.203778265,0.212813032,272,-1.572309477,0.7803125099,2571.2274783 +327,0.579916301,0.611743168,272,-1.572309477,0.7803125099,5886.9092705 +328,0.267582642,0.868113908,272,-1.572309477,0.7803125099,4527.9696432 +329,0.412869244,-0.050245578,272,-1.572309477,0.7803125099,7516.7999452 +330,0.17524381,0.976660285,272,-1.572309477,0.7803125099,4088.2810293 +331,0.743157214,0.204812899,272,-1.572309477,0.7803125099,7547.7724063 +332,-1.070758176,0.269382282,272,-1.572309477,0.7803125099,2627.6433263 +333,-1.230364251,0.329790229,272,-1.572309477,0.7803125099,2111.1789188 +334,-1.374813124,-0.024926835,272,-1.572309477,0.7803125099,3264.7460531 +335,0.519780566,0.463669906,272,-1.572309477,0.7803125099,6229.5654049 +336,-1.55108034,0.239698561,272,-1.572309477,0.7803125099,2142.5688025 +337,0.180294813,0.029739425,272,-1.572309477,0.7803125099,6648.6504556 +338,0.67820924,0.268170153,272,-1.572309477,0.7803125099,7199.7093501 +339,0.445798684,1.024001867,272,-1.572309477,0.7803125099,4412.4809497 +340,0.691751283,0.150521402,272,-1.572309477,0.7803125099,7610.9906965 +341,-1.036643551,-0.903056181,272,-1.572309477,0.7803125099,6914.5675404 +342,-0.120287036,1.083325163,272,-1.572309477,0.7803125099,3361.4705842 +343,2.823513113,-0.304487164,272,-1.572309477,0.7803125099,7947.4403733 +344,0.457583172,1.12513373,272,-1.572309477,0.7803125099,4152.3736028 +345,0.042918831,0.813795399,272,-1.572309477,0.7803125099,4194.9182854 +346,1.196146777,-0.853142756,272,-1.572309477,0.7803125099,11395.643415 +347,0.206001358,-0.010430701,272,-1.572309477,0.7803125099,6833.3652372 +348,-0.268308653,0.234799412,272,-1.572309477,0.7803125099,4822.92689 +349,0.759363263,0.736189579,272,-1.572309477,0.7803125099,5788.4125482 +350,0.181363926,0.891988372,272,-1.572309477,0.7803125099,4299.9758363 +351,-0.021111158,0.139103292,272,-1.572309477,0.7803125099,5780.0027312 +352,-0.093355215,0.630686981,272,-1.572309477,0.7803125099,4295.0745426 +353,0.40118964,0.681375926,272,-1.572309477,0.7803125099,5315.779256 +354,-0.721197315,1.304706234,272,-1.572309477,0.7803125099,2536.1562294 +355,-1.076150317,0.212107639,272,-1.572309477,0.7803125099,2807.8726947 +356,-1.577164531,0.273993443,272,-1.572309477,0.7803125099,2005.595684 +357,-0.190788414,0.182208586,272,-1.572309477,0.7803125099,5184.2875656 +358,-0.261349752,0.209710184,272,-1.572309477,0.7803125099,4910.5967487 +359,-1.029303852,0.083549259,272,-1.572309477,0.7803125099,3340.0380016 +360,-1.268609162,0.330525297,272,-1.572309477,0.7803125099,2044.064986 +361,1.282982244,-0.926641967,272,-1.572309477,0.7803125099,11503.302676 +362,0.217352334,0.731352408,272,-1.572309477,0.7803125099,4784.3976127 +363,-1.511833084,0.258629297,272,-1.572309477,0.7803125099,2076.3488862 +364,0.338812194,0.823184618,272,-1.572309477,0.7803125099,4786.1111915 +365,-0.324406489,1.134201999,272,-1.572309477,0.7803125099,2963.8811561 +366,1.389579348,0.399185724,272,-1.572309477,0.7803125099,7726.777981 +367,2.047152199,-0.039082036,272,-1.572309477,0.7803125099,9067.002026 +368,0.947780369,0.568250077,272,-1.572309477,0.7803125099,6652.1334535 +369,0.763824846,0.576754987,272,-1.572309477,0.7803125099,6337.1493907 +370,-0.142334657,0.928153068,272,-1.572309477,0.7803125099,3558.1448531 +371,0.610266567,0.547265983,272,-1.572309477,0.7803125099,6152.5486281 +372,0.210731629,0.746815056,272,-1.572309477,0.7803125099,4729.0836449 +373,-1.34931644,0.316895224,272,-1.572309477,0.7803125099,1978.6240582 +374,2.407696481,0.655030745,272,-1.572309477,0.7803125099,6016.9954219 +375,0.64207831,0.545359131,272,-1.572309477,0.7803125099,6220.6595265 +376,1.174597538,0.840588356,272,-1.572309477,0.7803125099,5878.7507639 +377,0.660059424,0.010604079,272,-1.572309477,0.7803125099,7978.7715595 +378,-0.730263819,0.010486456,272,-1.572309477,0.7803125099,4235.9897171 +379,0.831068936,0.512339172,272,-1.572309477,0.7803125099,6671.7270445 +380,1.301180979,0.72367476,272,-1.572309477,0.7803125099,6411.067388 +381,1.811128231,0.322854402,272,-1.572309477,0.7803125099,7987.6391044 +382,0.435105812,0.992284428,272,-1.572309477,0.7803125099,4484.5142671 +383,0.62643634,0.592027932,272,-1.572309477,0.7803125099,6039.1765885 +384,0.492988703,-0.516339467,272,-1.572309477,0.7803125099,8976.1190293 +385,-0.162469483,0.112549365,272,-1.572309477,0.7803125099,5455.9002271 +386,0.314630866,0.472006421,272,-1.572309477,0.7803125099,5733.2189446 +387,0.166744804,0.822815954,272,-1.572309477,0.7803125099,4440.371697 +388,0.417159608,0.965805736,272,-1.572309477,0.7803125099,4529.8708109 +389,0.106334961,0.868774244,272,-1.572309477,0.7803125099,4203.7518931 +390,0.815086969,-0.338144359,272,-1.572309477,0.7803125099,9417.3051102 +391,0.59867455,-0.230624824,272,-1.572309477,0.7803125099,8536.171738 +392,1.915104874,0.066220985,272,-1.572309477,0.7803125099,8873.8475155 +393,1.278093622,0.064463721,272,-1.572309477,0.7803125099,8942.2201957 +394,-0.061477853,0.302997961,272,-1.572309477,0.7803125099,5218.7516238 +395,0.251311504,0.626976942,272,-1.572309477,0.7803125099,5144.0215227 +396,2.950242872,0.149095644,272,-1.572309477,0.7803125099,6333.3149815 +397,-0.180294708,0.35375117,272,-1.572309477,0.7803125099,4753.5989268 +398,1.010448592,-0.351180233,272,-1.572309477,0.7803125099,9946.9592616 +399,-1.748740498,0.3686318073,272,-1.572309477,0.7803125099,1729.7138049 +400,2.699635665,0.123533791,272,-1.572309477,0.7803125099,7076.1993646 +401,0.496808033,0.823843254,272,-1.572309477,0.7803125099,5075.4167564 +402,0.129574704,0.763364087,272,-1.572309477,0.7803125099,4508.3168068 +403,1.798920311,0.817447563,272,-1.572309477,0.7803125099,6064.5399087 +404,0.335987953,0.746786541,272,-1.572309477,0.7803125099,4993.5392562 +405,-1.085413643,0.292154671,272,-1.572309477,0.7803125099,2521.6632828 +406,-0.155321003,0.508207011,272,-1.572309477,0.7803125099,4428.5316295 +407,0.620529244,-0.301175104,272,-1.572309477,0.7803125099,8791.5046102 +408,1.684402744,0.368716966,272,-1.572309477,0.7803125099,7873.5133806 +409,0.300582244,-0.386397212,272,-1.572309477,0.7803125099,8119.6111072 +410,2.913555946,-0.009225192,272,-1.572309477,0.7803125099,6882.9043707 +411,1.465101417,0.493232532,272,-1.572309477,0.7803125099,7385.2835681 +412,0.090612882,0.907955955,272,-1.572309477,0.7803125099,4082.2232787 +413,2.987564726,-0.729568594,272,-1.572309477,0.7803125099,8525.8540113 +414,-1.484261606,0.224149272,272,-1.572309477,0.7803125099,2223.0198027 +415,0.164073421,0.303955133,272,-1.572309477,0.7803125099,5830.0134239 +416,0.141441293,0.167552546,272,-1.572309477,0.7803125099,6152.6447485 +417,2.931321023,-0.506718887,272,-1.572309477,0.7803125099,8160.8898465 +418,2.21951565,0.700596356,272,-1.572309477,0.7803125099,6138.353948 +419,0.268112576,1.199114336,272,-1.572309477,0.7803125099,3738.4094007 +420,0.978913739,0.359223811,272,-1.572309477,0.7803125099,7451.2488461 +421,1.210898818,0.522863584,272,-1.572309477,0.7803125099,7122.1300581 +422,2.347397336,0.129231362,272,-1.572309477,0.7803125099,7900.9161596 +423,0.614394501,0.556878345,272,-1.572309477,0.7803125099,6129.6509945 +424,-1.398079356,0.148483366,272,-1.572309477,0.7803125099,2573.1873137 +425,2.535303836,-0.112984496,272,-1.572309477,0.7803125099,8208.7382494 +426,-1.019372593,-0.405322349,272,-1.572309477,0.7803125099,5104.4731757 +427,-1.297785627,-0.160104069,272,-1.572309477,0.7803125099,3852.3409392 +428,2.144554488,0.205051084,272,-1.572309477,0.7803125099,8029.0502206 +429,-2.242387083,-0.426171285,272,-1.572309477,0.7803125099,5358.004869 +430,0.338637212,0.909723676,272,-1.572309477,0.7803125099,4549.7906019 +431,-0.148798452,0.691042401,272,-1.572309477,0.7803125099,4015.1929636 +432,0.893524764,0.441829531,272,-1.572309477,0.7803125099,7021.3008995 +433,0.969229347,-0.368847936,272,-1.572309477,0.7803125099,9899.7755115 +434,0.436043248,0.800045688,272,-1.572309477,0.7803125099,5036.2498891 +435,1.687946607,1.081504775,272,-1.572309477,0.7803125099,5059.4740349 +436,0.522302046,-0.034889271,272,-1.572309477,0.7803125099,7765.0655232 +437,-0.178996113,-0.438090009,272,-1.572309477,0.7803125099,6958.1785386 +438,-1.094339566,0.301444068,272,-1.572309477,0.7803125099,2472.2509995 +439,-1.064070054,0.242569932,272,-1.572309477,0.7803125099,2730.4682385 +440,-1.068153768,0.230387998,272,-1.572309477,0.7803125099,2762.6290645 +441,-3.00496892,-0.23989155,272,-1.572309477,0.7803125099,6507.7259666 +442,0.21751974,0.766874888,272,-1.572309477,0.7803125099,4690.9771224 +443,0.117229532,0.007619006,272,-1.572309477,0.7803125099,6534.490727 +444,0.777758451,0.420554741,272,-1.572309477,0.7803125099,6893.4003926 +445,-0.252356999,0.250747086,272,-1.572309477,0.7803125099,4824.8033533 +446,0.363148444,0.768483434,272,-1.572309477,0.7803125099,4987.0236531 +447,0.903191366,-0.118210676,272,-1.572309477,0.7803125099,8961.7406623 +448,-0.205755923,0.149406178,272,-1.572309477,0.7803125099,5232.270934 +449,1.811996086,0.02364353,272,-1.572309477,0.7803125099,9146.3674671 +450,-1.100670221,0.314845373,272,-1.572309477,0.7803125099,2414.9113644 +451,0.340078597,0.850105132,272,-1.572309477,0.7803125099,4714.3995032 +452,0.258757267,0.804969236,272,-1.572309477,0.7803125099,4676.5602689 +453,2.78505352,-0.155160804,272,-1.572309477,0.7803125099,7650.1018751 +454,0.800551619,0.105822106,272,-1.572309477,0.7803125099,7998.707945 +455,0.437940882,-0.506194031,272,-1.572309477,0.7803125099,8798.3255033 +456,2.230431122,0.63458615,272,-1.572309477,0.7803125099,6359.276769 +457,0.527965361,0.127667701,272,-1.572309477,0.7803125099,7290.3096628 +458,-0.063643205,0.702093448,272,-1.572309477,0.7803125099,4202.5088266 +459,1.408447268,0.133010502,272,-1.572309477,0.7803125099,8780.8802335 +460,0.523795955,0.280266966,272,-1.572309477,0.7803125099,6809.8963583 +461,-0.975769313,0.072177659,272,-1.572309477,0.7803125099,3485.6965997 +462,0.549774164,-0.463663986,272,-1.572309477,0.7803125099,9012.0369532 +463,0.29245874,1.095549818,272,-1.572309477,0.7803125099,4003.1590053 +464,0.143625958,0.816809593,272,-1.572309477,0.7803125099,4406.417446 +465,0.671902494,0.611159853,272,-1.572309477,0.7803125099,6060.7342757 +466,1.239840988,0.6724199,272,-1.572309477,0.7803125099,6570.5081174 +467,0.607829703,-0.10932137,272,-1.572309477,0.7803125099,8209.881678 +468,1.763020906,0.263996692,272,-1.572309477,0.7803125099,8248.7847587 +469,0.378714634,0.726066797,272,-1.572309477,0.7803125099,5139.6730263 +470,2.196736143,-0.153862366,272,-1.572309477,0.7803125099,9164.1062875 +471,0.01702415,0.148991565,272,-1.572309477,0.7803125099,5859.3797185 +472,-2.998490902,-0.158002487,272,-1.572309477,0.7803125099,6259.7516435 +473,-3.051262951,-0.346595608,272,-1.572309477,0.7803125099,6929.4453845 +474,-1.069176439,0.182802941,272,-1.572309477,0.7803125099,2921.3383893 +475,0.167157509,0.595344954,272,-1.572309477,0.7803125099,5032.7126931 +476,0.613855648,0.681746124,272,-1.572309477,0.7803125099,5726.4616014 +477,1.037012736,0.682555367,272,-1.572309477,0.7803125099,6346.426064 +478,-1.253574971,0.379755746,272,-1.572309477,0.7803125099,1896.0953353 +479,3.108590453,-0.132620738,272,-1.572309477,0.7803125099,6679.2648662 +480,0.565301296,0.022333262,272,-1.572309477,0.7803125099,7705.2871316 +481,0.547898238,0.855555614,272,-1.572309477,0.7803125099,5065.9163249 +482,0.948309381,0.417393755,272,-1.572309477,0.7803125099,7195.0278759 +483,-0.050600732,0.945269213,272,-1.572309477,0.7803125099,3718.7898188 +484,-0.977651478,-0.572363064,272,-1.572309477,0.7803125099,5770.0193103 +485,1.102014914,0.728861163,272,-1.572309477,0.7803125099,6240.7582203 +486,2.927300795,-0.282939414,272,-1.572309477,0.7803125099,7598.2428628 +487,-1.154565557,0.124434095,272,-1.572309477,0.7803125099,2969.6969247 +488,1.855331234,0.291044755,272,-1.572309477,0.7803125099,8076.4153395 +489,0.830290659,0.276904518,272,-1.572309477,0.7803125099,7482.7995816 +490,0.485104466,-0.234867441,272,-1.572309477,0.7803125099,8236.412675 +491,0.521367572,-0.33161327,272,-1.572309477,0.7803125099,8598.3549472 +1,-1.539031704,0.7349710123,273,-1.87759879,0.7503853417,987.59309658 +2,-1.536990553,0.7349663874,273,-1.87759879,0.7503853417,993.50112106 +3,-1.534951779,0.7349571355,273,-1.87759879,0.7503853417,999.40515726 +4,-1.532906461,0.7349480293,273,-1.87759879,0.7503853417,1005.327692 +5,-1.531320211,0.7346937278,273,-1.87759879,0.7503853417,1010.0941506 +6,-1.539451648,0.7335131775,273,-1.87759879,0.7503853417,987.40614202 +7,-1.537429487,0.7335445708,273,-1.87759879,0.7503853417,993.23531939 +8,-1.535484998,0.7335658704,273,-1.87759879,0.7503853417,998.84662012 +9,-1.533488396,0.7336036027,273,-1.87759879,0.7503853417,1004.5965654 +10,-1.531497785,0.7335842962,273,-1.87759879,0.7503853417,1010.369809 +11,-1.530259379,0.7334777758,273,-1.87759879,0.7503853417,1014.0295042 +12,-1.5335454,0.7322346912,273,-1.87759879,0.7503853417,1005.4284873 +13,-1.531489083,0.7322238773,273,-1.87759879,0.7503853417,1011.3875174 +14,-1.530011122,0.7321679851,273,-1.87759879,0.7503853417,1015.7059885 +15,-1.53348106,0.7306614094,273,-1.87759879,0.7503853417,1006.794528 +16,-1.531441779,0.7306962275,273,-1.87759879,0.7503853417,1012.6712939 +17,-1.529755654,0.7306933243,273,-1.87759879,0.7503853417,1017.5542568 +18,-1.533415048,0.7291384674,273,-1.87759879,0.7503853417,1008.1623674 +19,-1.531392093,0.7291705353,273,-1.87759879,0.7503853417,1013.9945527 +20,-1.529296523,0.7291214933,273,-1.87759879,0.7503853417,1020.1003766 +21,-1.535280942,0.727267644,273,-1.87759879,0.7503853417,1004.2503711 +22,-1.533378158,0.7276139666,273,-1.87759879,0.7503853417,1009.4811332 +23,-1.531340368,0.7276446587,273,-1.87759879,0.7503853417,1015.3577716 +24,-1.528960113,0.7276398177,273,-1.87759879,0.7503853417,1022.2545519 +25,-1.533313146,0.7260818349,273,-1.87759879,0.7503853417,1010.9215787 +26,-1.531259555,0.7260958115,273,-1.87759879,0.7503853417,1016.8580555 +27,-1.528926415,0.7260865555,273,-1.87759879,0.7503853417,1023.6232569 +28,-1.531226779,0.7245511789,273,-1.87759879,0.7503853417,1018.2502772 +29,-1.528904772,0.7245519194,273,-1.87759879,0.7503853417,1024.9757763 +30,-1.547195875,0.7409785979,273,-1.87759879,0.7503853417,960.11023817 +31,-1.5451475,0.740980426,273,-1.87759879,0.7503853417,966.02709226 +32,-1.543097679,0.7409798872,273,-1.87759879,0.7503853417,971.94911429 +33,-1.540720364,0.7409892687,273,-1.87759879,0.7503853417,978.81073148 +34,-1.547188511,0.7395198392,273,-1.87759879,0.7503853417,961.01747618 +35,-1.545148587,0.7395226109,273,-1.87759879,0.7503853417,966.91182249 +36,-1.543104538,0.7395314908,273,-1.87759879,0.7503853417,972.81387999 +37,-1.540727751,0.7395306258,273,-1.87759879,0.7503853417,979.68313369 +38,-1.547187029,0.7380014886,273,-1.87759879,0.7503853417,961.97920205 +39,-1.545147315,0.7380012252,273,-1.87759879,0.7503853417,967.8772392 +40,-1.54310719,0.7380060743,273,-1.87759879,0.7503853417,973.77278842 +41,-1.540719671,0.7380068206,273,-1.87759879,0.7503853417,980.67492217 +42,-1.547187189,0.7364799098,273,-1.87759879,0.7503853417,962.97422211 +43,-1.545149996,0.7364853874,273,-1.87759879,0.7503853417,968.8633244 +44,-1.543106091,0.7364823484,273,-1.87759879,0.7503853417,974.77716776 +45,-1.540717158,0.7364893901,273,-1.87759879,0.7503853417,981.68177093 +46,-1.538663972,0.7410138672,273,-1.87759879,0.7503853417,984.73562864 +47,-1.53695285,0.7409699132,273,-1.87759879,0.7503853417,989.70429724 +48,-1.534910498,0.7409641297,273,-1.87759879,0.7503853417,995.60623065 +49,-1.533145034,0.7409536636,273,-1.87759879,0.7503853417,1000.7110165 +50,-1.538681336,0.7395405883,273,-1.87759879,0.7503853417,985.59042651 +51,-1.536999189,0.7395183096,273,-1.87759879,0.7503853417,990.46496908 +52,-1.534923633,0.7395144222,273,-1.87759879,0.7503853417,996.46439413 +53,-1.533267822,0.7395654306,273,-1.87759879,0.7503853417,1001.2161453 +54,-1.53867273,0.7380151077,273,-1.87759879,0.7503853417,986.58708602 +55,-1.536980576,0.7379994392,273,-1.87759879,0.7503853417,991.48883996 +56,-1.534931522,0.7379944961,273,-1.87759879,0.7503853417,997.41499469 +57,-1.533387952,0.7379480264,273,-1.87759879,0.7503853417,1001.9068918 +58,-1.538682279,0.7364914363,273,-1.87759879,0.7503853417,987.56531408 +59,-1.536980704,0.7364810563,273,-1.87759879,0.7503853417,992.49300911 +60,-1.534935567,0.7364752065,273,-1.87759879,0.7503853417,998.41086546 +61,-1.533042592,0.7363876366,273,-1.87759879,0.7503853417,1003.9436857 +62,-1.545143426,0.7349628011,273,-1.87759879,0.7503853417,969.91626076 +63,-1.543105297,0.7349691947,273,-1.87759879,0.7503853417,975.80891706 +64,-1.541064533,0.7349647152,273,-1.87759879,0.7503853417,981.71639102 +65,-1.545411803,0.7334624714,273,-1.87759879,0.7503853417,970.19316708 +66,-1.543446606,0.7334780896,273,-1.87759879,0.7503853417,975.86977661 +67,-1.541475327,0.7334957295,273,-1.87759879,0.7503853417,981.56222985 +68,-1.545401939,0.731963266,273,-1.87759879,0.7503853417,971.30885465 +69,-1.54342253,0.7319915583,273,-1.87759879,0.7503853417,977.0183514 +70,-1.541455867,0.7320216438,273,-1.87759879,0.7503853417,982.68933674 +71,-1.545410146,0.7304422281,273,-1.87759879,0.7503853417,972.42315689 +72,-1.543435491,0.7304713664,273,-1.87759879,0.7503853417,978.11885513 +73,-1.541463105,0.7304997613,273,-1.87759879,0.7503853417,983.808295 +74,-1.545414768,0.7289194936,273,-1.87759879,0.7503853417,973.58439314 +75,-1.543435774,0.7289538557,273,-1.87759879,0.7503853417,979.28893709 +76,-1.541457714,0.7289765881,273,-1.87759879,0.7503853417,984.99967325 +77,-1.539449415,0.7320555866,273,-1.87759879,0.7503853417,988.4723456 +78,-1.537429183,0.7321097681,273,-1.87759879,0.7503853417,994.27997423 +79,-1.535472649,0.7321497267,273,-1.87759879,0.7503853417,999.91339438 +80,-1.539457899,0.7305333307,273,-1.87759879,0.7503853417,989.58856277 +81,-1.537453161,0.7305750503,273,-1.87759879,0.7503853417,995.36098996 +82,-1.535479385,0.7306124949,273,-1.87759879,0.7503853417,1001.0467404 +83,-1.53946905,0.7290102593,273,-1.87759879,0.7503853417,990.73233011 +84,-1.537459922,0.7290417293,273,-1.87759879,0.7503853417,996.52573634 +85,-1.535451349,0.7290890157,273,-1.87759879,0.7503853417,1002.3048873 +86,-1.535522937,0.7279887191,273,-1.87759879,0.7503853417,1002.9688694 +87,-1.539442524,0.7274735939,273,-1.87759879,0.7503853417,992.03073054 +88,-1.537424111,0.727521351,273,-1.87759879,0.7503853417,997.83814939 +89,-1.539384641,0.7259505092,273,-1.87759879,0.7503853417,993.44377214 +90,-1.537372391,0.7259947145,273,-1.87759879,0.7503853417,999.23596402 +91,-1.535340789,0.7260435356,273,-1.87759879,0.7503853417,1005.0802322 +92,-1.539325716,0.7244369706,273,-1.87759879,0.7503853417,994.88603712 +93,-1.537308932,0.7244801057,273,-1.87759879,0.7503853417,1000.6918286 +94,-1.535289068,0.7245247645,273,-1.87759879,0.7503853417,1006.5051453 +95,-1.533261366,0.7245550236,273,-1.87759879,0.7503853417,1012.3533011 +96,-1.539267302,0.722921924,273,-1.87759879,0.7503853417,996.36189162 +97,-1.537248972,0.7229660258,273,-1.87759879,0.7503853417,1002.1706985 +98,-1.535219431,0.7229916471,273,-1.87759879,0.7503853417,1008.028071 +99,-1.53318962,0.7230212049,273,-1.87759879,0.7503853417,1013.8827145 +100,-1.531154816,0.7230299897,273,-1.87759879,0.7503853417,1019.7698676 +101,-1.528878341,0.7230370244,273,-1.87759879,0.7503853417,1026.358557 +102,-1.539218189,0.7214009878,273,-1.87759879,0.7503853417,997.8497439 +103,-1.537198791,0.7214422745,273,-1.87759879,0.7503853417,1003.6633266 +104,-1.535179266,0.7214634354,273,-1.87759879,0.7503853417,1009.4952927 +105,-1.533156501,0.7214944644,273,-1.87759879,0.7503853417,1015.3277916 +106,-1.53113574,0.7215166021,273,-1.87759879,0.7503853417,1021.162409 +107,-1.528874248,0.7215345535,273,-1.87759879,0.7503853417,1027.6981453 +108,-1.539217656,0.7198512397,273,-1.87759879,0.7503853417,999.25709051 +109,-1.537199919,0.7199428763,273,-1.87759879,0.7503853417,1005.0186718 +110,-1.545425832,0.727397149,273,-1.87759879,0.7503853417,974.76182677 +111,-1.543371177,0.7273916949,273,-1.87759879,0.7503853417,980.71767082 +112,-1.541368852,0.7274523163,273,-1.87759879,0.7503853417,986.46848342 +113,-1.545349067,0.7258710923,273,-1.87759879,0.7503853417,976.23179927 +114,-1.54332671,0.7258603556,273,-1.87759879,0.7503853417,982.09921833 +115,-1.541346831,0.7259242142,273,-1.87759879,0.7503853417,987.78160313 +116,-1.545324355,0.7243383958,273,-1.87759879,0.7503853417,977.5917223 +117,-1.543292796,0.7243617413,273,-1.87759879,0.7503853417,983.45741138 +118,-1.541295822,0.7244024384,273,-1.87759879,0.7503853417,989.20805476 +119,-1.543193859,0.7205570215,273,-1.87759879,0.7503853417,987.09287121 +120,-1.550257047,0.7386738187,273,-1.87759879,0.7503853417,952.67464294 +121,-1.549335448,0.7311736483,273,-1.87759879,0.7503853417,960.50577719 +122,-1.533478843,0.7179891343,273,-1.87759879,0.7503853417,1017.6177597 +123,-1.556150555,0.738907041,273,-1.87759879,0.7503853417,935.48734055 +124,-1.554324226,0.733414257,273,-1.87759879,0.7503853417,944.42924603 +125,-1.554290846,0.7288285332,273,-1.87759879,0.7503853417,947.94691037 +126,-1.55122487,0.7219795312,273,-1.87759879,0.7503853417,962.54856095 +127,-1.525104458,0.7229399862,273,-1.87759879,0.7503853417,1037.3758449 +128,-1.519607711,0.7236181429,273,-1.87759879,0.7503853417,1052.7076429 +129,-1.513899999,0.7251107854,273,-1.87759879,0.7503853417,1067.9589456 +130,-1.536620762,0.7431061895,273,-1.87759879,0.7503853417,989.40434537 +131,-1.5369566,0.7460845958,273,-1.87759879,0.7503853417,986.79661179 +132,-1.545345528,0.7447040685,273,-1.87759879,0.7503853417,963.33812619 +133,-1.532813921,0.7432306626,273,-1.87759879,0.7503853417,1000.3186371 +134,-1.554788248,0.7382381001,273,-1.87759879,0.7503853417,939.84664767 +135,-1.540348126,0.7301594274,273,-1.87759879,0.7503853417,987.29644054 +136,-1.538016084,0.7239051786,273,-1.87759879,0.7503853417,999.13485908 +137,-1.525288962,0.7258085137,273,-1.87759879,0.7503853417,1034.3894895 +138,-1.534326986,0.731241342,273,-1.87759879,0.7503853417,1003.906753 +139,-1.530733872,0.7303625216,273,-1.87759879,0.7503853417,1014.9756362 +141,-1.534354939,0.7328219978,273,-1.87759879,0.7503853417,1002.6547593 +142,-1.53157084,0.7292888153,273,-1.87759879,0.7503853417,1013.3843764 +143,-1.525691035,0.7263799874,273,-1.87759879,0.7503853417,1032.7505054 +144,-1.534031287,0.7495967835,273,-1.87759879,0.7503853417,993.45891074 +145,-1.527714986,0.7283095957,273,-1.87759879,0.7503853417,1025.3224308 +146,-1.526189586,0.7271468292,273,-1.87759879,0.7503853417,1030.6773657 +147,-1.555177336,0.7375563366,273,-1.87759879,0.7503853417,939.15653575 +148,-1.555080283,0.7312707794,273,-1.87759879,0.7503853417,943.79778251 +149,-1.53856994,0.7224180299,273,-1.87759879,0.7503853417,998.82429705 +150,-1.530837883,0.729933372,273,-1.87759879,0.7503853417,1015.0050596 +151,-1.515066984,0.5854133365,273,-1.87759879,0.7503853417,1297.8606365 +152,-1.534731633,0.5368370046,273,-1.87759879,0.7503853417,1370.9256125 +153,-1.515231902,0.5607085576,273,-1.87759879,0.7503853417,1357.5650794 +154,-2.616253799,1.0684566605,273,-1.87759879,0.7503853417,2136.2532597 +155,-1.956071439,0.5792177723,273,-1.87759879,0.7503853417,720.48285498 +156,-1.951208514,0.5602434208,273,-1.87759879,0.7503853417,787.54186047 +157,-1.944675062,0.6062144545,273,-1.87759879,0.7503853417,607.19288609 +158,-1.613778386,0.6077989518,273,-1.87759879,0.7503853417,987.60739786 +159,-2.035029014,0.6021432345,273,-1.87759879,0.7503853417,761.48063022 +160,-2.114989471,0.6801825058,273,-1.87759879,0.7503853417,761.25243132 +161,-2.037382079,0.5765830025,273,-1.87759879,0.7503853417,848.87805049 +162,-2.129855121,0.6585019963,273,-1.87759879,0.7503853417,842.33746856 +163,-2.075141798,0.6493615843,273,-1.87759879,0.7503853417,718.97321685 +164,-1.828626729,0.6948433129,273,-1.87759879,0.7503853417,263.72500601 +165,-1.863329418,0.6735427691,273,-1.87759879,0.7503853417,307.3618703 +166,-1.266037071,0.727988852,273,-1.87759879,0.7503853417,1779.3760396 +167,-1.277579582,0.7249010648,273,-1.87759879,0.7503853417,1749.4732014 +168,-1.258418684,0.7241194816,273,-1.87759879,0.7503853417,1805.1450891 +169,-1.317813974,0.6804850104,273,-1.87759879,0.7503853417,1685.8575283 +170,-1.344165204,0.6790988904,273,-1.87759879,0.7503853417,1611.3930906 +171,-1.427582102,0.5277120351,273,-1.87759879,0.7503853417,1670.3373706 +172,-1.402238616,0.457167829,273,-1.87759879,0.7503853417,1922.1288134 +173,-1.422454264,0.4996161999,273,-1.87759879,0.7503853417,1755.7143167 +174,-1.439089277,0.4894859811,273,-1.87759879,0.7503853417,1739.7737433 +175,-1.448126995,0.5182330266,273,-1.87759879,0.7503853417,1640.32389 +176,-1.474626146,0.5881926574,273,-1.87759879,0.7503853417,1400.591072 +177,-1.421139645,0.5584869783,273,-1.87759879,0.7503853417,1613.8748318 +178,-1.457037165,0.565943032,273,-1.87759879,0.7503853417,1499.0274707 +179,-2.757159358,0.3745319,273,-1.87759879,0.7503853417,3241.4898117 +180,-2.714309238,0.342054471,273,-1.87759879,0.7503853417,3203.8348153 +181,-2.000525337,0.774119946,273,-1.87759879,0.7503853417,364.37517669 +183,-1.571413436,0.6777838382,273,-1.87759879,0.7503853417,958.46399045 +184,-1.552860289,0.6987663893,273,-1.87759879,0.7503853417,982.43194207 +185,-1.521852374,0.7165827476,273,-1.87759879,0.7503853417,1052.6425299 +186,-1.503656267,0.6928968252,273,-1.87759879,0.7503853417,1131.7471079 +187,-1.502753178,0.7136205882,273,-1.87759879,0.7503853417,1110.8865787 +188,-1.631894563,0.7343596465,273,-1.87759879,0.7503853417,719.09734655 +189,-1.653765416,0.6770714026,273,-1.87759879,0.7503853417,729.41647871 +190,-1.719812114,0.6715965947,273,-1.87759879,0.7503853417,566.64651436 +191,-1.493406659,0.6646955447,273,-1.87759879,0.7503853417,1201.2850061 +192,-1.469120564,0.6613469966,273,-1.87759879,0.7503853417,1276.1349706 +193,-1.590551461,0.5326612937,273,-1.87759879,0.7503853417,1250.0865527 +194,-1.625979264,0.5247742243,273,-1.87759879,0.7503853417,1196.474097 +195,-1.572293943,0.5238808754,273,-1.87759879,0.7503853417,1317.7612339 +196,-1.610848725,0.5477107964,273,-1.87759879,0.7503853417,1159.6742538 +197,-1.208485554,0.7918526018,273,-1.87759879,0.7503853417,1889.7057593 +198,-1.335601374,0.6869083083,273,-1.87759879,0.7503853417,1625.8859286 +199,-1.346156996,0.6825213377,273,-1.87759879,0.7503853417,1601.0438261 +200,-1.324381037,0.6741422347,273,-1.87759879,0.7503853417,1675.511343 +201,-1.242424992,0.7378949807,273,-1.87759879,0.7503853417,1836.9578037 +202,-1.270370057,0.7392461008,273,-1.87759879,0.7503853417,1756.1724181 +203,-1.448950472,0.7441675014,273,-1.87759879,0.7503853417,1241.2581784 +204,-1.492662363,0.7523026852,273,-1.87759879,0.7503853417,1111.029539 +205,-1.479098966,0.7763855017,273,-1.87759879,0.7503853417,1141.3368343 +206,-1.633760714,0.7869022408,273,-1.87759879,0.7503853417,708.24691011 +207,-1.647406434,0.8101289331,273,-1.87759879,0.7503853417,688.87266226 +208,-1.564245052,0.5701509278,273,-1.87759879,0.7503853417,1208.4754461 +209,-1.646289963,0.6833746083,273,-1.87759879,0.7503853417,738.92417962 +210,-1.5820631,0.6751952144,273,-1.87759879,0.7503853417,932.40187478 +211,-1.613236298,0.6681681791,273,-1.87759879,0.7503853417,857.17283474 +212,-1.914661867,0.8212566515,273,-1.87759879,0.7503853417,299.25368001 +213,-1.742133237,0.7250275956,273,-1.87759879,0.7503853417,409.41304837 +214,-2.033144872,0.6557314699,273,-1.87759879,0.7503853417,600.64702034 +215,-2.039551981,0.6964723658,273,-1.87759879,0.7503853417,525.72782566 +216,-1.247341019,0.7622473908,273,-1.87759879,0.7503853417,1801.9934823 +217,-1.298239787,0.7084123392,273,-1.87759879,0.7503853417,1707.8511995 +218,-1.308539688,0.6926545592,273,-1.87759879,0.7503853417,1696.905831 +219,-1.303263185,0.6888938396,273,-1.87759879,0.7503853417,1716.9346024 +220,-1.852400229,0.6004246149,273,-1.87759879,0.7503853417,599.05266653 +221,-1.288947707,0.7473773692,273,-1.87759879,0.7503853417,1696.2361323 +222,-1.372031502,0.7472790993,273,-1.87759879,0.7503853417,1459.5584771 +223,-1.289805721,0.7242157877,273,-1.87759879,0.7503853417,1715.1263161 +224,-1.350807603,0.7533498126,273,-1.87759879,0.7503853417,1515.8108306 +225,-1.329290365,0.7560442322,273,-1.87759879,0.7503853417,1575.0842165 +226,-1.410153004,0.616936428,273,-1.87759879,0.7503853417,1521.7179377 +227,-1.393445434,0.6308995063,273,-1.87759879,0.7503853417,1543.9550119 +228,-1.37595573,0.6241540638,273,-1.87759879,0.7503853417,1606.0597428 +229,-1.358388707,0.6172645205,273,-1.87759879,0.7503853417,1668.8776873 +230,-1.753741133,0.8281661666,273,-1.87759879,0.7503853417,462.61181009 +231,-1.47430987,0.6834615681,273,-1.87759879,0.7503853417,1228.8305514 +232,-1.421012508,0.7222725206,273,-1.87759879,0.7503853417,1339.1967474 +233,-1.4476833,0.6978557868,273,-1.87759879,0.7503853417,1287.685826 +234,-1.470370723,0.6966193374,273,-1.87759879,0.7503853417,1223.4511709 +235,-1.429211703,0.7037216883,273,-1.87759879,0.7503853417,1334.453476 +236,-1.700578405,0.6178673663,273,-1.87759879,0.7503853417,754.45038609 +237,-1.678117619,0.6331716163,273,-1.87759879,0.7503853417,764.22114062 +238,-1.725644578,0.6316331145,273,-1.87759879,0.7503853417,659.88059056 +239,-2.14012759,0.7930497945,273,-1.87759879,0.7503853417,762.98325376 +240,-2.103289431,0.7653606263,273,-1.87759879,0.7503853417,651.31503056 +241,-1.318739838,0.7017808746,273,-1.87759879,0.7503853417,1656.3460978 +242,-1.396417427,0.7077900843,273,-1.87759879,0.7503853417,1424.9318444 +243,-1.35650337,0.7185539404,273,-1.87759879,0.7503853417,1529.0093742 +244,-1.248884539,0.7274156818,273,-1.87759879,0.7503853417,1828.9818901 +245,-1.395014798,0.5761185243,273,-1.87759879,0.7503853417,1646.8490159 +246,-1.433377362,0.6064716109,273,-1.87759879,0.7503853417,1476.4142561 +247,-1.408172432,0.5903155476,273,-1.87759879,0.7503853417,1580.0700845 +248,-1.749645898,0.7757118084,273,-1.87759879,0.7503853417,379.63448515 +249,-1.571626686,0.615046989,273,-1.87759879,0.7503853417,1079.2448951 +250,-1.514070049,0.6303003037,273,-1.87759879,0.7503853417,1203.6642809 +251,-1.480890369,0.6237966528,273,-1.87759879,0.7503853417,1308.9627913 +252,-1.704390658,0.5281680612,273,-1.87759879,0.7503853417,1036.4922701 +253,-1.64434733,0.5254277498,273,-1.87759879,0.7503853417,1156.6358654 +254,-1.703855997,0.4792484842,273,-1.87759879,0.7503853417,1210.097957 +255,-1.692002383,0.5748825051,273,-1.87759879,0.7503853417,903.52212563 +256,-1.854136457,0.5544643913,273,-1.87759879,0.7503853417,779.51762553 +257,-1.665021206,0.520317736,273,-1.87759879,0.7503853417,1133.0473424 +258,-1.733654349,0.4845187345,273,-1.87759879,0.7503853417,1149.6942609 +259,-1.720938188,0.5135933906,273,-1.87759879,0.7503853417,1061.6746496 +260,-1.742668307,0.553296122,273,-1.87759879,0.7503853417,887.8389852 +261,-1.965659039,0.7142126903,273,-1.87759879,0.7503853417,296.25296477 +262,-1.944438071,0.6772834804,273,-1.87759879,0.7503853417,351.88626217 +263,-1.270340967,0.7681487096,273,-1.87759879,0.7503853417,1733.1163677 +264,-1.353091884,0.6549276821,273,-1.87759879,0.7503853417,1620.5696942 +265,-1.333236659,0.6413584414,273,-1.87759879,0.7503853417,1699.5831338 +266,-1.352015998,0.6753788907,273,-1.87759879,0.7503853417,1593.7335134 +267,-1.377988483,0.6577816235,273,-1.87759879,0.7503853417,1544.1918091 +268,-2.13075611,0.8318642051,273,-1.87759879,0.7503853417,773.75549662 +269,-2.097910953,0.8259670014,273,-1.87759879,0.7503853417,683.21197558 +270,-1.416382069,0.6694271549,273,-1.87759879,0.7503853417,1415.8429113 +271,-1.538905672,0.7535625993,273,-1.87759879,0.7503853417,977.68240373 +272,-1.572309477,0.7803125099,273,-1.87759879,0.7503853417,878.3210523 +273,-1.87759879,0.7503853417,273,-1.87759879,0.7503853417,161.18443396 +274,1.152365588,0.590457682,273,-1.87759879,0.7503853417,7117.3923949 +275,0.350198001,0.718001859,273,-1.87759879,0.7503853417,5776.5928165 +276,0.046513677,0.491503852,273,-1.87759879,0.7503853417,5830.2912575 +277,0.027510309,0.742571376,273,-1.87759879,0.7503853417,5080.0963509 +278,0.306285725,-0.214631579,273,-1.87759879,0.7503853417,8559.3076685 +279,-1.100564889,0.318051531,273,-1.87759879,0.7503853417,3102.606928 +280,-1.078582306,0.301437596,273,-1.87759879,0.7503853417,3208.0587308 +281,-1.137371989,-0.617634065,273,-1.87759879,0.7503853417,6042.2359335 +282,0.784356344,0.703272339,273,-1.87759879,0.7503853417,6435.6087473 +283,-1.221209947,0.218327455,273,-1.87759879,0.7503853417,3075.6441432 +284,2.347301921,-0.449114658,273,-1.87759879,0.7503853417,8794.1479533 +285,0.246820618,0.830553713,273,-1.87759879,0.7503853417,5245.21701 +286,0.829414965,0.703288228,273,-1.87759879,0.7503853417,6479.5685707 +287,-1.337537566,0.42332223,273,-1.87759879,0.7503853417,2181.9148882 +288,0.882453706,0.454478077,273,-1.87759879,0.7503853417,7472.755144 +289,1.575629659,0.416419109,273,-1.87759879,0.7503853417,7684.3374098 +290,-1.039455679,0.229888244,273,-1.87759879,0.7503853417,3513.4680843 +291,0.489558039,0.934482747,273,-1.87759879,0.7503853417,5270.9823253 +292,0.081344504,0.88384514,273,-1.87759879,0.7503853417,4798.4305484 +293,-1.547979814,0.300350308,273,-1.87759879,0.7503853417,2099.2379434 +294,0.040776181,0.168560074,273,-1.87759879,0.7503853417,6743.1419597 +295,-1.130374745,0.563894876,273,-1.87759879,0.7503853417,2427.8389002 +296,1.578326642,0.478507176,273,-1.87759879,0.7503853417,7443.2231433 +297,-1.12861823,-0.291640865,273,-1.87759879,0.7503853417,4944.2642588 +298,0.310524208,0.770885792,273,-1.87759879,0.7503853417,5539.4531129 +299,0.415649091,-0.387246002,273,-1.87759879,0.7503853417,9323.0356174 +300,-0.926533878,-0.188022748,273,-1.87759879,0.7503853417,5057.0102313 +301,1.258856172,-0.11716081,273,-1.87759879,0.7503853417,9935.5819577 +302,-1.126050026,0.322941926,273,-1.87759879,0.7503853417,3019.807014 +303,2.002785835,0.07893892,273,-1.87759879,0.7503853417,8228.8633521 +304,0.440437607,0.746258085,273,-1.87759879,0.7503853417,5833.2293298 +305,-0.030391866,0.214441206,273,-1.87759879,0.7503853417,6419.7540119 +306,0.521557815,-0.058929362,273,-1.87759879,0.7503853417,8663.7620103 +307,-0.097005111,0.13317729,273,-1.87759879,0.7503853417,6461.437618 +308,1.83113859,0.221857587,273,-1.87759879,0.7503853417,8078.5091936 +309,0.222428864,0.099404236,273,-1.87759879,0.7503853417,7427.8898397 +310,-1.702731345,0.8728568183,273,-1.87759879,0.7503853417,679.04455689 +311,-0.418507569,0.278324921,273,-1.87759879,0.7503853417,5156.4826882 +312,-1.41153306,0.339029988,273,-1.87759879,0.7503853417,2249.6258674 +313,0.357560442,0.114788776,273,-1.87759879,0.7503853417,7722.7250993 +314,0.325818979,0.268352149,273,-1.87759879,0.7503853417,7166.3523198 +315,-1.246004659,-0.663679965,273,-1.87759879,0.7503853417,6043.8559529 +316,1.814603087,0.637404484,273,-1.87759879,0.7503853417,6599.235251 +317,1.843704281,-0.18300445,273,-1.87759879,0.7503853417,9439.078144 +318,1.690644492,-0.211480909,273,-1.87759879,0.7503853417,9856.6651818 +319,-1.275451936,0.068109467,273,-1.87759879,0.7503853417,3430.6570963 +320,0.762430171,-0.207594741,273,-1.87759879,0.7503853417,9691.3413889 +321,0.265668905,-0.014647884,273,-1.87759879,0.7503853417,7878.636484 +322,-2.773032013,-0.335515811,273,-1.87759879,0.7503853417,5395.0152671 +323,-1.469512853,0.174058777,273,-1.87759879,0.7503853417,2682.4889236 +324,0.286276986,0.785925691,273,-1.87759879,0.7503853417,5450.493982 +325,-1.379324697,0.377432233,273,-1.87759879,0.7503853417,2208.2598291 +326,-1.203778265,0.212813032,273,-1.87759879,0.7503853417,3135.5566111 +327,0.579916301,0.611743168,273,-1.87759879,0.7503853417,6509.0809889 +328,0.267582642,0.868113908,273,-1.87759879,0.7503853417,5165.4968554 +329,0.412869244,-0.050245578,273,-1.87759879,0.7503853417,8368.3280598 +330,0.17524381,0.976660285,273,-1.87759879,0.7503853417,4698.2834804 +331,0.743157214,0.204812899,273,-1.87759879,0.7503853417,8216.2654279 +332,-1.070758176,0.269382282,273,-1.87759879,0.7503853417,3317.8626938 +333,-1.230364251,0.329790229,273,-1.87759879,0.7503853417,2722.842883 +334,-1.374813124,-0.024926835,273,-1.87759879,0.7503853417,3554.2592019 +335,0.519780566,0.463669906,273,-1.87759879,0.7503853417,6923.7791892 +336,-1.55108034,0.239698561,273,-1.87759879,0.7503853417,2308.8742237 +337,0.180294813,0.029739425,273,-1.87759879,0.7503853417,7520.1896603 +338,0.67820924,0.268170153,273,-1.87759879,0.7503853417,7882.291422 +339,0.445798684,1.024001867,273,-1.87759879,0.7503853417,4921.088945 +340,0.691751283,0.150521402,273,-1.87759879,0.7503853417,8321.9850411 +341,-1.036643551,-0.903056181,273,-1.87759879,0.7503853417,7155.3637725 +342,-0.120287036,1.083325163,273,-1.87759879,0.7503853417,3967.3094141 +343,2.823513113,-0.304487164,273,-1.87759879,0.7503853417,7069.3388538 +344,0.457583172,1.12513373,273,-1.87759879,0.7503853417,4604.3999466 +345,0.042918831,0.813795399,273,-1.87759879,0.7503853417,4916.7314479 +346,1.196146777,-0.853142756,273,-1.87759879,0.7503853417,11996.120615 +347,0.206001358,-0.010430701,273,-1.87759879,0.7503853417,7705.9147905 +348,-0.268308653,0.234799412,273,-1.87759879,0.7503853417,5700.4533735 +349,0.759363263,0.736189579,273,-1.87759879,0.7503853417,6287.5291586 +350,0.181363926,0.891988372,273,-1.87759879,0.7503853417,4951.0594974 +351,-0.021111158,0.139103292,273,-1.87759879,0.7503853417,6656.8768308 +352,-0.093355215,0.630686981,273,-1.87759879,0.7503853417,5110.2011093 +353,0.40118964,0.681375926,273,-1.87759879,0.7503853417,5983.8326691 +354,-0.721197315,1.304706234,273,-1.87759879,0.7503853417,2949.3367586 +355,-1.076150317,0.212107639,273,-1.87759879,0.7503853417,3465.9400063 +356,-1.577164531,0.273993443,273,-1.87759879,0.7503853417,2143.5064625 +357,-0.190788414,0.182208586,273,-1.87759879,0.7503853417,6062.2468165 +358,-0.261349752,0.209710184,273,-1.87759879,0.7503853417,5787.5063072 +359,-1.029303852,0.083549259,273,-1.87759879,0.7503853417,3967.6644576 +360,-1.268609162,0.330525297,273,-1.87759879,0.7503853417,2622.1315683 +361,1.282982244,-0.926641967,273,-1.87759879,0.7503853417,11743.909548 +362,0.217352334,0.731352408,273,-1.87759879,0.7503853417,5493.0057735 +363,-1.511833084,0.258629297,273,-1.87759879,0.7503853417,2309.8694721 +364,0.338812194,0.823184618,273,-1.87759879,0.7503853417,5420.9130049 +365,-0.324406489,1.134201999,273,-1.87759879,0.7503853417,3555.8458015 +366,1.389579348,0.399185724,273,-1.87759879,0.7503853417,7867.3908409 +367,2.047152199,-0.039082036,273,-1.87759879,0.7503853417,8503.1204764 +368,0.947780369,0.568250077,273,-1.87759879,0.7503853417,7096.1951074 +369,0.763824846,0.576754987,273,-1.87759879,0.7503853417,6883.100277 +370,-0.142334657,0.928153068,273,-1.87759879,0.7503853417,4265.3458699 +371,0.610266567,0.547265983,273,-1.87759879,0.7503853417,6782.2222275 +372,0.210731629,0.746815056,273,-1.87759879,0.7503853417,5433.7410524 +373,-1.34931644,0.316895224,273,-1.87759879,0.7503853417,2463.4486781 +374,2.407696481,0.655030745,273,-1.87759879,0.7503853417,5524.5760135 +375,0.64207831,0.545359131,273,-1.87759879,0.7503853417,6836.4129956 +376,1.174597538,0.840588356,273,-1.87759879,0.7503853417,6134.283156 +377,0.660059424,0.010604079,273,-1.87759879,0.7503853417,8745.0376879 +378,-0.730263819,0.010486456,273,-1.87759879,0.7503853417,4983.0614042 +379,0.831068936,0.512339172,273,-1.87759879,0.7503853417,7199.9257428 +380,1.301180979,0.72367476,273,-1.87759879,0.7503853417,6603.5884142 +381,1.811128231,0.322854402,273,-1.87759879,0.7503853417,7748.8877584 +382,0.435105812,0.992284428,273,-1.87759879,0.7503853417,5012.0182776 +383,0.62643634,0.592027932,273,-1.87759879,0.7503853417,6647.2401606 +384,0.492988703,-0.516339467,273,-1.87759879,0.7503853417,9848.1828229 +385,-0.162469483,0.112549365,273,-1.87759879,0.7503853417,6332.6460094 +386,0.314630866,0.472006421,273,-1.87759879,0.7503853417,6496.3376269 +387,0.166744804,0.822815954,273,-1.87759879,0.7503853417,5126.6070304 +388,0.417159608,0.965805736,273,-1.87759879,0.7503853417,5075.7538637 +389,0.106334961,0.868774244,273,-1.87759879,0.7503853417,4885.4616467 +390,0.815086969,-0.338144359,273,-1.87759879,0.7503853417,10230.208904 +391,0.59867455,-0.230624824,273,-1.87759879,0.7503853417,9383.417236 +392,1.915104874,0.066220985,273,-1.87759879,0.7503853417,8459.743513 +393,1.278093622,0.064463721,273,-1.87759879,0.7503853417,9215.8364224 +394,-0.061477853,0.302997961,273,-1.87759879,0.7503853417,6087.5278836 +395,0.251311504,0.626976942,273,-1.87759879,0.7503853417,5879.2615814 +396,2.950242872,0.149095644,273,-1.87759879,0.7503853417,5486.4332227 +397,-0.180294708,0.35375117,273,-1.87759879,0.7503853417,5626.8847595 +398,1.010448592,-0.351180233,273,-1.87759879,0.7503853417,10652.006229 +399,-1.748740498,0.3686318073,273,-1.87759879,0.7503853417,1571.1745495 +400,2.699635665,0.123533791,273,-1.87759879,0.7503853417,6276.4993351 +401,0.496808033,0.823843254,273,-1.87759879,0.7503853417,5654.9921344 +402,0.129574704,0.763364087,273,-1.87759879,0.7503853417,5228.8730895 +403,1.798920311,0.817447563,273,-1.87759879,0.7503853417,5956.6022915 +404,0.335987953,0.746786541,273,-1.87759879,0.7503853417,5659.7249423 +405,-1.085413643,0.292154671,273,-1.87759879,0.7503853417,3214.8941187 +406,-0.155321003,0.508207011,273,-1.87759879,0.7503853417,5280.6487257 +407,0.620529244,-0.301175104,273,-1.87759879,0.7503853417,9648.2481677 +408,1.684402744,0.368716966,273,-1.87759879,0.7503853417,7753.4109255 +409,0.300582244,-0.386397212,273,-1.87759879,0.7503853417,8991.677359 +410,2.913555946,-0.009225192,273,-1.87759879,0.7503853417,6018.8000276 +411,1.465101417,0.493232532,273,-1.87759879,0.7503853417,7463.6908942 +412,0.090612882,0.907955955,273,-1.87759879,0.7503853417,4749.1037616 +413,2.987564726,-0.729568594,273,-1.87759879,0.7503853417,7729.8161883 +414,-1.484261606,0.224149272,273,-1.87759879,0.7503853417,2480.4770016 +415,0.164073421,0.303955133,273,-1.87759879,0.7503853417,6668.5490947 +416,0.141441293,0.167552546,273,-1.87759879,0.7503853417,7014.7541092 +417,2.931321023,-0.506718887,273,-1.87759879,0.7503853417,7301.9811 +418,2.21951565,0.700596356,273,-1.87759879,0.7503853417,5757.8709696 +419,0.268112576,1.199114336,273,-1.87759879,0.7503853417,4189.3942075 +420,0.978913739,0.359223811,273,-1.87759879,0.7503853417,7927.3511874 +421,1.210898818,0.522863584,273,-1.87759879,0.7503853417,7396.8102059 +422,2.347397336,0.129231362,273,-1.87759879,0.7503853417,7230.1869244 +423,0.614394501,0.556878345,273,-1.87759879,0.7503853417,6754.415003 +424,-1.398079356,0.148483366,273,-1.87759879,0.7503853417,2906.3432284 +425,2.535303836,-0.112984496,273,-1.87759879,0.7503853417,7392.7343475 +426,-1.019372593,-0.405322349,273,-1.87759879,0.7503853417,5543.0354633 +427,-1.297785627,-0.160104069,273,-1.87759879,0.7503853417,4169.196109 +428,2.144554488,0.205051084,273,-1.87759879,0.7503853417,7500.0444461 +429,-2.242387083,-0.426171285,273,-1.87759879,0.7503853417,4846.5951832 +430,0.338637212,0.909723676,273,-1.87759879,0.7503853417,5146.7225608 +431,-0.148798452,0.691042401,273,-1.87759879,0.7503853417,4822.7763745 +432,0.893524764,0.441829531,273,-1.87759879,0.7503853417,7531.9986318 +433,0.969229347,-0.368847936,273,-1.87759879,0.7503853417,10645.273943 +434,0.436043248,0.800045688,273,-1.87759879,0.7503853417,5647.3955441 +435,1.687946607,1.081504775,273,-1.87759879,0.7503853417,5062.4030215 +436,0.522302046,-0.034889271,273,-1.87759879,0.7503853417,8589.4907603 +437,-0.178996113,-0.438090009,273,-1.87759879,0.7503853417,7738.9694317 +438,-1.094339566,0.301444068,273,-1.87759879,0.7503853417,3165.0116685 +439,-1.064070054,0.242569932,273,-1.87759879,0.7503853417,3411.1949392 +440,-1.068153768,0.230387998,273,-1.87759879,0.7503853417,3434.8012204 +441,-3.00496892,-0.23989155,273,-1.87759879,0.7503853417,5654.3534394 +442,0.21751974,0.766874888,273,-1.87759879,0.7503853417,5385.8883783 +443,0.117229532,0.007619006,273,-1.87759879,0.7503853417,7411.1056572 +444,0.777758451,0.420554741,273,-1.87759879,0.7503853417,7478.319596 +445,-0.252356999,0.250747086,273,-1.87759879,0.7503853417,5702.955795 +446,0.363148444,0.768483434,273,-1.87759879,0.7503853417,5635.8247627 +447,0.903191366,-0.118210676,273,-1.87759879,0.7503853417,9641.3815125 +448,-0.205755923,0.149406178,273,-1.87759879,0.7503853417,6108.8456043 +449,1.811996086,0.02364353,273,-1.87759879,0.7503853417,8810.7184259 +450,-1.100670221,0.314845373,273,-1.87759879,0.7503853417,3111.0524692 +451,0.340078597,0.850105132,273,-1.87759879,0.7503853417,5337.409031 +452,0.258757267,0.804969236,273,-1.87759879,0.7503853417,5343.9171636 +453,2.78505352,-0.155160804,273,-1.87759879,0.7503853417,6783.5336269 +454,0.800551619,0.105822106,273,-1.87759879,0.7503853417,8665.8420275 +455,0.437940882,-0.506194031,273,-1.87759879,0.7503853417,9667.2650608 +456,2.230431122,0.63458615,273,-1.87759879,0.7503853417,5946.1528582 +457,0.527965361,0.127667701,273,-1.87759879,0.7503853417,8074.57477 +458,-0.063643205,0.702093448,273,-1.87759879,0.7503853417,4990.3434355 +459,1.408447268,0.133010502,273,-1.87759879,0.7503853417,8906.174537 +460,0.523795955,0.280266966,273,-1.87759879,0.7503853417,7555.4437124 +461,-0.975769313,0.072177659,273,-1.87759879,0.7503853417,4140.5887047 +462,0.549774164,-0.463663986,273,-1.87759879,0.7503853417,9890.2721015 +463,0.29245874,1.095549818,273,-1.87759879,0.7503853417,4515.5787629 +464,0.143625958,0.816809593,273,-1.87759879,0.7503853417,5101.4580231 +465,0.671902494,0.611159853,273,-1.87759879,0.7503853417,6641.6184375 +466,1.239840988,0.6724199,273,-1.87759879,0.7503853417,6807.4485755 +467,0.607829703,-0.10932137,273,-1.87759879,0.7503853417,9027.1551185 +468,1.763020906,0.263996692,273,-1.87759879,0.7503853417,8035.5390725 +469,0.378714634,0.726066797,273,-1.87759879,0.7503853417,5799.3247931 +470,2.196736143,-0.153862366,273,-1.87759879,0.7503853417,8458.050314 +471,0.01702415,0.148991565,273,-1.87759879,0.7503853417,6734.0572668 +472,-2.998490902,-0.158002487,273,-1.87759879,0.7503853417,5396.7445225 +473,-3.051262951,-0.346595608,273,-1.87759879,0.7503853417,6085.5280502 +474,-1.069176439,0.182802941,273,-1.87759879,0.7503853417,3569.5018742 +475,0.167157509,0.595344954,273,-1.87759879,0.7503853417,5801.1928761 +476,0.613855648,0.681746124,273,-1.87759879,0.7503853417,6310.5100831 +477,1.037012736,0.682555367,273,-1.87759879,0.7503853417,6709.8117465 +478,-1.253574971,0.379755746,273,-1.87759879,0.7503853417,2521.9064404 +479,3.108590453,-0.132620738,273,-1.87759879,0.7503853417,5801.8128774 +480,0.565301296,0.022333262,273,-1.87759879,0.7503853417,8503.4580721 +481,0.547898238,0.855555614,273,-1.87759879,0.7503853417,5613.6768764 +482,0.948309381,0.417393755,273,-1.87759879,0.7503853417,7677.0445218 +483,-0.050600732,0.945269213,273,-1.87759879,0.7503853417,4398.416773 +484,-0.977651478,-0.572363064,273,-1.87759879,0.7503853417,6170.8938348 +485,1.102014914,0.728861163,273,-1.87759879,0.7503853417,6556.1545489 +486,2.927300795,-0.282939414,273,-1.87759879,0.7503853417,6720.3303297 +487,-1.154565557,0.124434095,273,-1.87759879,0.7503853417,3528.3072108 +488,1.855331234,0.291044755,273,-1.87759879,0.7503853417,7791.6802646 +489,0.830290659,0.276904518,273,-1.87759879,0.7503853417,8079.6642421 +490,0.485104466,-0.234867441,273,-1.87759879,0.7503853417,9103.2759239 +491,0.521367572,-0.33161327,273,-1.87759879,0.7503853417,9471.9628472 +1,-1.539031704,0.7349710123,274,1.152365588,0.590457682,6944.8995385 +2,-1.536990553,0.7349663874,274,1.152365588,0.590457682,6942.7073806 +3,-1.534951779,0.7349571355,274,1.152365588,0.590457682,6940.5257386 +4,-1.532906461,0.7349480293,274,1.152365588,0.590457682,6938.3273212 +5,-1.531320211,0.7346937278,274,1.152365588,0.590457682,6937.5245705 +6,-1.539451648,0.7335131775,274,1.152365588,0.590457682,6950.723774 +7,-1.537429487,0.7335445708,274,1.152365588,0.590457682,6948.4180273 +8,-1.535484998,0.7335658704,274,1.152365588,0.590457682,6946.2252752 +9,-1.533488396,0.7336036027,274,1.152365588,0.590457682,6943.9069591 +10,-1.531497785,0.7335842962,274,1.152365588,0.590457682,6941.7963298 +11,-1.530259379,0.7334777758,274,1.152365588,0.590457682,6940.8260268 +12,-1.5335454,0.7322346912,274,1.152365588,0.590457682,6949.0029307 +13,-1.531489083,0.7322238773,274,1.152365588,0.590457682,6946.7858816 +14,-1.530011122,0.7321679851,274,1.152365588,0.590457682,6945.3634178 +15,-1.53348106,0.7306614094,274,1.152365588,0.590457682,6954.7172192 +16,-1.531441779,0.7306962275,274,1.152365588,0.590457682,6952.3471742 +17,-1.529755654,0.7306933243,274,1.152365588,0.590457682,6950.4972333 +18,-1.533415048,0.7291384674,274,1.152365588,0.590457682,6960.2440923 +19,-1.531392093,0.7291705353,274,1.152365588,0.590457682,6957.8982307 +20,-1.529296523,0.7291214933,274,1.152365588,0.590457682,6955.7609476 +21,-1.535280942,0.727267644,274,1.152365588,0.590457682,6969.1733294 +22,-1.533378158,0.7276139666,274,1.152365588,0.590457682,6965.808275 +23,-1.531340368,0.7276446587,274,1.152365588,0.590457682,6963.4472847 +24,-1.528960113,0.7276398177,274,1.152365588,0.590457682,6960.827596 +25,-1.533313146,0.7260818349,274,1.152365588,0.590457682,6971.3691169 +26,-1.531259555,0.7260958115,274,1.152365588,0.590457682,6969.0480768 +27,-1.528926415,0.7260865555,274,1.152365588,0.590457682,6966.4922398 +28,-1.531226779,0.7245511789,274,1.152365588,0.590457682,6974.6861176 +29,-1.528904772,0.7245519194,274,1.152365588,0.590457682,6972.1015638 +30,-1.547195875,0.7409785979,274,1.152365588,0.590457682,6931.4563421 +31,-1.5451475,0.740980426,274,1.152365588,0.590457682,6929.2832182 +32,-1.543097679,0.7409798872,274,1.152365588,0.590457682,6927.1081634 +33,-1.540720364,0.7409892687,274,1.152365588,0.590457682,6924.5372784 +34,-1.547188511,0.7395198392,274,1.152365588,0.590457682,6936.8366749 +35,-1.545148587,0.7395226109,274,1.152365588,0.590457682,6934.6655813 +36,-1.543104538,0.7395314908,274,1.152365588,0.590457682,6932.4585036 +37,-1.540727751,0.7395306258,274,1.152365588,0.590457682,6929.9220153 +38,-1.547187029,0.7380014886,274,1.152365588,0.590457682,6942.4431076 +39,-1.545147315,0.7380012252,274,1.152365588,0.590457682,6940.2798836 +40,-1.54310719,0.7380060743,274,1.152365588,0.590457682,6938.0882812 +41,-1.540719671,0.7380068206,274,1.152365588,0.590457682,6935.5301654 +42,-1.547187189,0.7364799098,274,1.152365588,0.590457682,6948.0629788 +43,-1.545149996,0.7364853874,274,1.152365588,0.590457682,6945.8776919 +44,-1.543106091,0.7364823484,274,1.152365588,0.590457682,6943.7075962 +45,-1.540717158,0.7364893901,274,1.152365588,0.590457682,6941.1205485 +46,-1.538663972,0.7410138672,274,1.152365588,0.590457682,6922.242871 +47,-1.53695285,0.7409699132,274,1.152365588,0.590457682,6920.5639927 +48,-1.534910498,0.7409641297,274,1.152365588,0.590457682,6918.3798416 +49,-1.533145034,0.7409536636,274,1.152365588,0.590457682,6916.5046118 +50,-1.538681336,0.7395405883,274,1.152365588,0.590457682,6927.6888125 +51,-1.536999189,0.7395183096,274,1.152365588,0.590457682,6925.9585307 +52,-1.534923633,0.7395144222,274,1.152365588,0.590457682,6923.7281655 +53,-1.533267822,0.7395654306,274,1.152365588,0.590457682,6921.7431626 +54,-1.53867273,0.7380151077,274,1.152365588,0.590457682,6933.2989172 +55,-1.536980576,0.7379994392,274,1.152365588,0.590457682,6931.5304613 +56,-1.534931522,0.7379944961,274,1.152365588,0.590457682,6929.3289855 +57,-1.533387952,0.7379480264,274,1.152365588,0.590457682,6927.8217598 +58,-1.538682279,0.7364914363,274,1.152365588,0.590457682,6938.9216923 +59,-1.536980704,0.7364810563,274,1.152365588,0.590457682,6937.1205984 +60,-1.534935567,0.7364752065,274,1.152365588,0.590457682,6934.9230861 +61,-1.533042592,0.7363876366,274,1.152365588,0.590457682,6933.183025 +62,-1.545143426,0.7349628011,274,1.152365588,0.590457682,6951.4903271 +63,-1.543105297,0.7349691947,274,1.152365588,0.590457682,6949.2880152 +64,-1.541064533,0.7349647152,274,1.152365588,0.590457682,6947.1138969 +65,-1.545411803,0.7334624714,274,1.152365588,0.590457682,6957.3142698 +66,-1.543446606,0.7334780896,274,1.152365588,0.590457682,6955.1538088 +67,-1.541475327,0.7334957295,274,1.152365588,0.590457682,6952.9709648 +68,-1.545401939,0.731963266,274,1.152365588,0.590457682,6962.837078 +69,-1.54342253,0.7319915583,274,1.152365588,0.590457682,6960.6111737 +70,-1.541455867,0.7320216438,274,1.152365588,0.590457682,6958.3839414 +71,-1.545410146,0.7304422281,274,1.152365588,0.590457682,6968.4595664 +72,-1.543435491,0.7304713664,274,1.152365588,0.590457682,6966.2322272 +73,-1.541463105,0.7304997613,274,1.152365588,0.590457682,6964.001651 +74,-1.545414768,0.7289194936,274,1.152365588,0.590457682,6974.084266 +75,-1.543435774,0.7289538557,274,1.152365588,0.590457682,6971.8295458 +76,-1.541457714,0.7289765881,274,1.152365588,0.590457682,6969.6102485 +77,-1.539449415,0.7320555866,274,1.152365588,0.590457682,6956.0910951 +78,-1.537429183,0.7321097681,274,1.152365588,0.590457682,6953.7001146 +79,-1.535472649,0.7321497267,274,1.152365588,0.590457682,6951.4223123 +80,-1.539457899,0.7305333307,274,1.152365588,0.590457682,6961.7080259 +81,-1.537453161,0.7305750503,274,1.152365588,0.590457682,6959.3762565 +82,-1.535479385,0.7306124949,274,1.152365588,0.590457682,6957.0854604 +83,-1.53946905,0.7290102593,274,1.152365588,0.590457682,6967.3306522 +84,-1.537459922,0.7290417293,274,1.152365588,0.590457682,6965.0283279 +85,-1.535451349,0.7290890157,274,1.152365588,0.590457682,6962.6597308 +86,-1.535522937,0.7279887191,274,1.152365588,0.590457682,6966.7860555 +87,-1.539442524,0.7274735939,274,1.152365588,0.590457682,6972.9621669 +88,-1.537424111,0.727521351,274,1.152365588,0.590457682,6970.5860405 +89,-1.539384641,0.7259505092,274,1.152365588,0.590457682,6978.5091501 +90,-1.537372391,0.7259947145,274,1.152365588,0.590457682,6976.1490125 +91,-1.535340789,0.7260435356,274,1.152365588,0.590457682,6973.7419515 +92,-1.539325716,0.7244369706,274,1.152365588,0.590457682,6984.0193833 +93,-1.537308932,0.7244801057,274,1.152365588,0.590457682,6981.6544155 +94,-1.535289068,0.7245247645,274,1.152365588,0.590457682,6979.2717117 +95,-1.533261366,0.7245550236,274,1.152365588,0.590457682,6976.9245295 +96,-1.539267302,0.722921924,274,1.152365588,0.590457682,6989.5352754 +97,-1.537248972,0.7229660258,274,1.152365588,0.590457682,6987.1612396 +98,-1.535219431,0.7229916471,274,1.152365588,0.590457682,6984.834053 +99,-1.53318962,0.7230212049,274,1.152365588,0.590457682,6982.4831626 +100,-1.531154816,0.7230299897,274,1.152365588,0.590457682,6980.19412 +101,-1.528878341,0.7230370244,274,1.152365588,0.590457682,6977.6327496 +102,-1.539218189,0.7214009878,274,1.152365588,0.590457682,6995.0825898 +103,-1.537198791,0.7214422745,274,1.152365588,0.590457682,6992.7139481 +104,-1.535179266,0.7214634354,274,1.152365588,0.590457682,6990.4103886 +105,-1.533156501,0.7214944644,274,1.152365588,0.590457682,6988.0580869 +106,-1.53113574,0.7215166021,274,1.152365588,0.590457682,6985.7318222 +107,-1.528874248,0.7215345535,274,1.152365588,0.590457682,6983.1429671 +108,-1.539217656,0.7198512397,274,1.152365588,0.590457682,7000.7888813 +109,-1.537199919,0.7199428763,274,1.152365588,0.590457682,6998.233133 +110,-1.545425832,0.727397149,274,1.152365588,0.590457682,6979.7142359 +111,-1.543371177,0.7273916949,274,1.152365588,0.590457682,6977.5212799 +112,-1.541368852,0.7274523163,274,1.152365588,0.590457682,6975.1321907 +113,-1.545349067,0.7258710923,274,1.152365588,0.590457682,6985.2631439 +114,-1.54332671,0.7258603556,274,1.152365588,0.590457682,6983.1206276 +115,-1.541346831,0.7259242142,274,1.152365588,0.590457682,6980.7402423 +116,-1.545324355,0.7243383958,274,1.152365588,0.590457682,6990.8921786 +117,-1.543292796,0.7243617413,274,1.152365588,0.590457682,6988.6103267 +118,-1.541295822,0.7244024384,274,1.152365588,0.590457682,6986.2931385 +119,-1.543193859,0.7205570215,274,1.152365588,0.590457682,7002.5321656 +120,-1.550257047,0.7386738187,274,1.152365588,0.590457682,6943.1977766 +121,-1.549335448,0.7311736483,274,1.152365588,0.590457682,6969.9453413 +122,-1.533478843,0.7179891343,274,1.152365588,0.590457682,7001.2996865 +123,-1.556150555,0.738907041,274,1.152365588,0.590457682,6948.4919363 +124,-1.554324226,0.733414257,274,1.152365588,0.590457682,6966.9230139 +125,-1.554290846,0.7288285332,274,1.152365588,0.590457682,6983.8590164 +126,-1.55122487,0.7219795312,274,1.152365588,0.590457682,7005.9375302 +127,-1.525104458,0.7229399862,274,1.152365588,0.590457682,6973.7601637 +128,-1.519607711,0.7236181429,274,1.152365588,0.590457682,6965.0634733 +129,-1.513899999,0.7251107854,274,1.152365588,0.590457682,6953.0927858 +130,-1.536620762,0.7431061895,274,1.152365588,0.590457682,6912.3411032 +131,-1.5369566,0.7460845958,274,1.152365588,0.590457682,6901.7351347 +132,-1.545345528,0.7447040685,274,1.152365588,0.590457682,6915.7462811 +133,-1.532813921,0.7432306626,274,1.152365588,0.590457682,6907.7720748 +134,-1.554788248,0.7382381001,274,1.152365588,0.590457682,6949.5521186 +135,-1.540348126,0.7301594274,274,1.152365588,0.590457682,6964.0502013 +136,-1.538016084,0.7239051786,274,1.152365588,0.590457682,6984.5455225 +137,-1.525288962,0.7258085137,274,1.152365588,0.590457682,6963.4503375 +138,-1.534326986,0.731241342,274,1.152365588,0.590457682,6953.5117336 +139,-1.530733872,0.7303625216,274,1.152365588,0.590457682,6952.7926535 +141,-1.534354939,0.7328219978,274,1.152365588,0.590457682,6947.7287445 +142,-1.53157084,0.7292888153,274,1.152365588,0.590457682,6957.6608431 +143,-1.525691035,0.7263799874,274,1.152365588,0.590457682,6961.8051651 +144,-1.534031287,0.7495967835,274,1.152365588,0.590457682,6885.6691724 +145,-1.527714986,0.7283095957,274,1.152365588,0.590457682,6956.9850982 +146,-1.526189586,0.7271468292,274,1.152365588,0.590457682,6959.5503144 +147,-1.555177336,0.7375563366,274,1.152365588,0.590457682,6952.4815529 +148,-1.555080283,0.7312707794,274,1.152365588,0.590457682,6975.6498225 +149,-1.53856994,0.7224180299,274,1.152365588,0.590457682,6990.6274032 +150,-1.530837883,0.729933372,274,1.152365588,0.590457682,6954.4839643 +151,-1.515066984,0.5854133365,274,1.152365588,0.590457682,7463.5536983 +152,-1.534731633,0.5368370046,274,1.152365588,0.590457682,7666.3712145 +153,-1.515231902,0.5607085576,274,1.152365588,0.590457682,7553.4527388 +154,-2.616253799,1.0684566605,274,1.152365588,0.590457682,5569.0290928 +155,-1.956071439,0.5792177723,274,1.152365588,0.590457682,7809.1202799 +156,-1.951208514,0.5602434208,274,1.152365588,0.590457682,7883.7157156 +157,-1.944675062,0.6062144545,274,1.152365588,0.590457682,7700.9480307 +158,-1.613778386,0.6077989518,274,1.152365588,0.590457682,7497.4397537 +159,-2.035029014,0.6021432345,274,1.152365588,0.590457682,7716.8967152 +160,-2.114989471,0.6801825058,274,1.152365588,0.590457682,7389.7114234 +161,-2.037382079,0.5765830025,274,1.152365588,0.590457682,7817.7237918 +162,-2.129855121,0.6585019963,274,1.152365588,0.590457682,7469.6692203 +163,-2.075141798,0.6493615843,274,1.152365588,0.590457682,7522.7081176 +164,-1.828626729,0.6948433129,274,1.152365588,0.590457682,7318.916084 +165,-1.863329418,0.6735427691,274,1.152365588,0.590457682,7415.8090012 +166,-1.266037071,0.727988852,274,1.152365588,0.590457682,6596.6522891 +167,-1.277579582,0.7249010648,274,1.152365588,0.590457682,6625.6323894 +168,-1.258418684,0.7241194816,274,1.152365588,0.590457682,6596.8913493 +169,-1.317813974,0.6804850104,274,1.152365588,0.590457682,6839.3045777 +170,-1.344165204,0.6790988904,274,1.152365588,0.590457682,6885.8044393 +171,-1.427582102,0.5277120351,274,1.152365588,0.590457682,7541.7733997 +172,-1.402238616,0.457167829,274,1.152365588,0.590457682,7743.9303553 +173,-1.422454264,0.4996161999,274,1.152365588,0.590457682,7631.5373662 +174,-1.439089277,0.4894859811,274,1.152365588,0.590457682,7694.2485982 +175,-1.448126995,0.5182330266,274,1.152365588,0.590457682,7607.6342993 +176,-1.474626146,0.5881926574,274,1.152365588,0.590457682,7398.4098484 +177,-1.421139645,0.5584869783,274,1.152365588,0.590457682,7423.8322113 +178,-1.457037165,0.565943032,274,1.152365588,0.590457682,7452.351407 +179,-2.757159358,0.3745319,274,1.152365588,0.590457682,7648.6419203 +180,-2.714309238,0.342054471,274,1.152365588,0.590457682,7847.4523558 +181,-2.000525337,0.774119946,274,1.152365588,0.590457682,7038.6031049 +183,-1.571413436,0.6777838382,274,1.152365588,0.590457682,7191.3123384 +184,-1.552860289,0.6987663893,274,1.152365588,0.590457682,7093.5020752 +185,-1.521852374,0.7165827476,274,1.152365588,0.590457682,6993.3702264 +186,-1.503656267,0.6928968252,274,1.152365588,0.590457682,7058.4421208 +187,-1.502753178,0.7136205882,274,1.152365588,0.590457682,6981.9869244 +188,-1.631894563,0.7343596465,274,1.152365588,0.590457682,7037.9393865 +189,-1.653765416,0.6770714026,274,1.152365588,0.590457682,7274.2204715 +190,-1.719812114,0.6715965947,274,1.152365588,0.590457682,7347.6936613 +191,-1.493406659,0.6646955447,274,1.152365588,0.590457682,7148.0719673 +192,-1.469120564,0.6613469966,274,1.152365588,0.590457682,7128.6671453 +193,-1.590551461,0.5326612937,274,1.152365588,0.590457682,7752.0110583 +194,-1.625979264,0.5247742243,274,1.152365588,0.590457682,7821.993933 +195,-1.572293943,0.5238808754,274,1.152365588,0.590457682,7762.2874358 +196,-1.610848725,0.5477107964,274,1.152365588,0.590457682,7719.3196139 +197,-1.208485554,0.7918526018,274,1.152365588,0.590457682,6294.6617144 +198,-1.335601374,0.6869083083,274,1.152365588,0.590457682,6845.7855778 +199,-1.346156996,0.6825213377,274,1.152365588,0.590457682,6877.2107127 +200,-1.324381037,0.6741422347,274,1.152365588,0.590457682,6871.3111678 +201,-1.242424992,0.7378949807,274,1.152365588,0.590457682,6525.2586775 +202,-1.270370057,0.7392461008,274,1.152365588,0.590457682,6566.451085 +203,-1.448950472,0.7441675014,274,1.152365588,0.590457682,6806.0735807 +204,-1.492662363,0.7523026852,274,1.152365588,0.590457682,6829.6036347 +205,-1.479098966,0.7763855017,274,1.152365588,0.590457682,6726.6793225 +206,-1.633760714,0.7869022408,274,1.152365588,0.590457682,6840.6376561 +207,-1.647406434,0.8101289331,274,1.152365588,0.590457682,6763.3232976 +208,-1.564245052,0.5701509278,274,1.152365588,0.590457682,7581.6547428 +209,-1.646289963,0.6833746083,274,1.152365588,0.590457682,7243.7104602 +210,-1.5820631,0.6751952144,274,1.152365588,0.590457682,7212.2398904 +211,-1.613236298,0.6681681791,274,1.152365588,0.590457682,7270.2184298 +212,-1.914661867,0.8212566515,274,1.152365588,0.590457682,6845.7401109 +213,-1.742133237,0.7250275956,274,1.152365588,0.590457682,7156.0957749 +214,-2.033144872,0.6557314699,274,1.152365588,0.590457682,7505.0403525 +215,-2.039551981,0.6964723658,274,1.152365588,0.590457682,7342.9902349 +216,-1.247341019,0.7622473908,274,1.152365588,0.590457682,6453.6457156 +217,-1.298239787,0.7084123392,274,1.152365588,0.590457682,6713.9099655 +218,-1.308539688,0.6926545592,274,1.152365588,0.590457682,6783.3631185 +219,-1.303263185,0.6888938396,274,1.152365588,0.590457682,6787.4617318 +220,-1.852400229,0.6004246149,274,1.152365588,0.590457682,7699.4793649 +221,-1.288947707,0.7473773692,274,1.152365588,0.590457682,6568.8427916 +222,-1.372031502,0.7472790993,274,1.152365588,0.590457682,6692.5466936 +223,-1.289805721,0.7242157877,274,1.152365588,0.590457682,6647.5542921 +224,-1.350807603,0.7533498126,274,1.152365588,0.590457682,6641.4056102 +225,-1.329290365,0.7560442322,274,1.152365588,0.590457682,6600.8548206 +226,-1.410153004,0.616936428,274,1.152365588,0.590457682,7202.3280207 +227,-1.393445434,0.6308995063,274,1.152365588,0.590457682,7128.176332 +228,-1.37595573,0.6241540638,274,1.152365588,0.590457682,7124.3640818 +229,-1.358388707,0.6172645205,274,1.152365588,0.590457682,7119.9253552 +230,-1.753741133,0.8281661666,274,1.152365588,0.590457682,6762.625248 +231,-1.47430987,0.6834615681,274,1.152365588,0.590457682,7055.987619 +232,-1.421012508,0.7222725206,274,1.152365588,0.590457682,6847.4788872 +233,-1.4476833,0.6978557868,274,1.152365588,0.590457682,6969.7119147 +234,-1.470370723,0.6966193374,274,1.152365588,0.590457682,7003.6257239 +235,-1.429211703,0.7037216883,274,1.152365588,0.590457682,6924.1469859 +236,-1.700578405,0.6178673663,274,1.152365588,0.590457682,7539.6551732 +237,-1.678117619,0.6331716163,274,1.152365588,0.590457682,7462.4397915 +238,-1.725644578,0.6316331145,274,1.152365588,0.590457682,7505.9828225 +239,-2.14012759,0.7930497945,274,1.152365588,0.590457682,6937.0887831 +240,-2.103289431,0.7653606263,274,1.152365588,0.590457682,7057.6772727 +241,-1.318739838,0.7017808746,274,1.152365588,0.590457682,6768.836574 +242,-1.396417427,0.7077900843,274,1.152365588,0.590457682,6864.4211747 +243,-1.35650337,0.7185539404,274,1.152365588,0.590457682,6769.3247075 +244,-1.248884539,0.7274156818,274,1.152365588,0.590457682,6570.2609337 +245,-1.395014798,0.5761185243,274,1.152365588,0.590457682,7320.876961 +246,-1.433377362,0.6064716109,274,1.152365588,0.590457682,7273.8602572 +247,-1.408172432,0.5903155476,274,1.152365588,0.590457682,7292.303554 +248,-1.749645898,0.7757118084,274,1.152365588,0.590457682,6964.0457201 +249,-1.571626686,0.615046989,274,1.152365588,0.590457682,7424.3204844 +250,-1.514070049,0.6303003037,274,1.152365588,0.590457682,7299.0482967 +251,-1.480890369,0.6237966528,274,1.152365588,0.590457682,7279.2762647 +252,-1.704390658,0.5281680612,274,1.152365588,0.590457682,7886.6253037 +253,-1.64434733,0.5254277498,274,1.152365588,0.590457682,7839.2724056 +254,-1.703855997,0.4792484842,274,1.152365588,0.590457682,8073.3171331 +255,-1.692002383,0.5748825051,274,1.152365588,0.590457682,7697.0757621 +256,-1.854136457,0.5544643913,274,1.152365588,0.590457682,7880.8701284 +257,-1.665021206,0.520317736,274,1.152365588,0.590457682,7879.7244899 +258,-1.733654349,0.4845187345,274,1.152365588,0.590457682,8079.1107894 +259,-1.720938188,0.5135933906,274,1.152365588,0.590457682,7956.7104264 +260,-1.742668307,0.553296122,274,1.152365588,0.590457682,7820.9101655 +261,-1.965659039,0.7142126903,274,1.152365588,0.590457682,7275.3335259 +262,-1.944438071,0.6772834804,274,1.152365588,0.590457682,7419.6318392 +263,-1.270340967,0.7681487096,274,1.152365588,0.590457682,6470.6863764 +264,-1.353091884,0.6549276821,274,1.152365588,0.590457682,6982.4803748 +265,-1.333236659,0.6413584414,274,1.152365588,0.590457682,6996.7689365 +266,-1.352015998,0.6753788907,274,1.152365588,0.590457682,6910.7476151 +267,-1.377988483,0.6577816235,274,1.152365588,0.590457682,7011.2942761 +268,-2.13075611,0.8318642051,274,1.152365588,0.590457682,6787.6371758 +269,-2.097910953,0.8259670014,274,1.152365588,0.590457682,6820.07572 +270,-1.416382069,0.6694271549,274,1.152365588,0.590457682,7027.3383088 +271,-1.538905672,0.7535625993,274,1.152365588,0.590457682,6876.2635908 +272,-1.572309477,0.7803125099,274,1.152365588,0.590457682,6810.8156014 +273,-1.87759879,0.7503853417,274,1.152365588,0.590457682,7117.3923949 +274,1.152365588,0.590457682,274,1.152365588,0.590457682,0 +275,0.350198001,0.718001859,274,1.152365588,0.590457682,2541.2344316 +276,0.046513677,0.491503852,274,1.152365588,0.590457682,3716.7901157 +277,0.027510309,0.742571376,274,1.152365588,0.590457682,3468.8673272 +278,0.306285725,-0.214631579,274,1.152365588,0.590457682,4507.3748865 +279,-1.100564889,0.318051531,274,1.152365588,0.590457682,7526.1068759 +280,-1.078582306,0.301437596,274,1.152365588,0.590457682,7516.9286484 +281,-1.137371989,-0.617634065,274,1.152365588,0.590457682,9693.2249341 +282,0.784356344,0.703272339,274,1.152365588,0.590457682,1242.2688598 +283,-1.221209947,0.218327455,274,1.152365588,0.590457682,8127.4566068 +284,2.347301921,-0.449114658,274,1.152365588,0.590457682,6091.329474 +285,0.246820618,0.830553713,274,1.152365588,0.590457682,2821.3299956 +286,0.829414965,0.703288228,274,1.152365588,0.590457682,1111.4881538 +287,-1.337537566,0.42332223,274,1.152365588,0.590457682,7737.8678141 +288,0.882453706,0.454478077,274,1.152365588,0.590457682,1069.8325485 +289,1.575629659,0.416419109,274,1.152365588,0.590457682,1616.7240822 +290,-1.039455679,0.229888244,274,1.152365588,0.590457682,7611.9545844 +291,0.489558039,0.934482747,274,1.152365588,0.590457682,2294.2967671 +292,0.081344504,0.88384514,274,1.152365588,0.590457682,3244.2127541 +293,-1.547979814,0.300350308,274,1.152365588,0.590457682,8541.8799734 +294,0.040776181,0.168560074,274,1.152365588,0.590457682,4344.7466052 +295,-1.130374745,0.563894876,274,1.152365588,0.590457682,6862.8532254 +296,1.578326642,0.478507176,274,1.152365588,0.590457682,1513.8685508 +297,-1.12861823,-0.291640865,274,1.152365588,0.590457682,9177.3042698 +298,0.310524208,0.770885792,274,1.152365588,0.590457682,2647.5698345 +299,0.415649091,-0.387246002,274,1.152365588,0.590457682,4765.4887949 +300,-0.926533878,-0.188022748,274,1.152365588,0.590457682,8300.8753584 +301,1.258856172,-0.11716081,274,1.152365588,0.590457682,2831.2361438 +302,-1.126050026,0.322941926,274,1.152365588,0.590457682,7576.5719645 +303,2.002785835,0.07893892,274,1.152365588,0.590457682,3721.4518462 +304,0.440437607,0.746258085,274,1.152365588,0.590457682,2273.5768884 +305,-0.030391866,0.214441206,274,1.152365588,0.590457682,4480.631333 +306,0.521557815,-0.058929362,274,1.152365588,0.590457682,3487.1364195 +307,-0.097005111,0.13317729,274,1.152365588,0.590457682,4872.8929553 +308,1.83113859,0.221857587,274,1.152365588,0.590457682,2843.4215484 +309,0.222428864,0.099404236,274,1.152365588,0.590457682,3917.7684108 +310,-1.702731345,0.8728568183,274,1.152365588,0.590457682,6561.0674254 +311,-0.418507569,0.278324921,274,1.152365588,0.590457682,5613.899373 +312,-1.41153306,0.339029988,274,1.152365588,0.590457682,8165.0214508 +313,0.357560442,0.114788776,274,1.152365588,0.590457682,3461.8802589 +314,0.325818979,0.268352149,274,1.152365588,0.590457682,3204.5769257 +315,-1.246004659,-0.663679965,274,1.152365588,0.590457682,10063.222375 +316,1.814603087,0.637404484,274,1.152365588,0.590457682,2138.3509589 +317,1.843704281,-0.18300445,274,1.152365588,0.590457682,4018.8754659 +318,1.690644492,-0.211480909,274,1.152365588,0.590457682,3768.8719235 +319,-1.275451936,0.068109467,274,1.152365588,0.590457682,8714.5182334 +320,0.762430171,-0.207594741,274,1.152365588,0.590457682,3486.0213208 +321,0.265668905,-0.014647884,274,1.152365588,0.590457682,4070.8455616 +322,-2.773032013,-0.335515811,274,1.152365588,0.590457682,9514.8030017 +323,-1.469512853,0.174058777,274,1.152365588,0.590457682,8839.066995 +324,0.286276986,0.785925691,274,1.152365588,0.590457682,2714.680598 +325,-1.379324697,0.377432233,274,1.152365588,0.590457682,7972.9623331 +326,-1.203778265,0.212813032,274,1.152365588,0.590457682,8099.728431 +327,0.579916301,0.611743168,274,1.152365588,0.590457682,1863.4965616 +328,0.267582642,0.868113908,274,1.152365588,0.590457682,2772.1968192 +329,0.412869244,-0.050245578,274,1.152365588,0.590457682,3746.867452 +330,0.17524381,0.976660285,274,1.152365588,0.590457682,3029.6828555 +331,0.743157214,0.204812899,274,1.152365588,0.590457682,2125.8359376 +332,-1.070758176,0.269382282,274,1.152365588,0.590457682,7587.232713 +333,-1.230364251,0.329790229,274,1.152365588,0.590457682,7808.7451873 +334,-1.374813124,-0.024926835,274,1.152365588,0.590457682,9251.4935096 +335,0.519780566,0.463669906,274,1.152365588,0.590457682,2211.0443863 +336,-1.55108034,0.239698561,274,1.152365588,0.590457682,8763.5926409 +337,0.180294813,0.029739425,274,1.152365588,0.590457682,4218.420018 +338,0.67820924,0.268170153,274,1.152365588,0.590457682,2120.0861936 +339,0.445798684,1.024001867,274,1.152365588,0.590457682,2521.8518498 +340,0.691751283,0.150521402,274,1.152365588,0.590457682,2419.4214808 +341,-1.036643551,-0.903056181,274,1.152365588,0.590457682,9494.0574569 +342,-0.120287036,1.083325163,274,1.152365588,0.590457682,3642.3023484 +343,2.823513113,-0.304487164,274,1.152365588,0.590457682,7207.6849501 +344,0.457583172,1.12513373,274,1.152365588,0.590457682,2694.3779693 +345,0.042918831,0.813795399,274,1.152365588,0.590457682,3373.9108306 +346,1.196146777,-0.853142756,274,1.152365588,0.590457682,5720.1915921 +347,0.206001358,-0.010430701,274,1.152365588,0.590457682,4239.6620254 +348,-0.268308653,0.234799412,274,1.152365588,0.590457682,5219.6168595 +349,0.759363263,0.736189579,274,1.152365588,0.590457682,1350.1015451 +350,0.181363926,0.891988372,274,1.152365588,0.590457682,2993.684395 +351,-0.021111158,0.139103292,274,1.152365588,0.590457682,4611.2359948 +352,-0.093355215,0.630686981,274,1.152365588,0.590457682,3950.2864642 +353,0.40118964,0.681375926,274,1.152365588,0.590457682,2398.2429875 +354,-0.721197315,1.304706234,274,1.152365588,0.590457682,4274.783967 +355,-1.076150317,0.212107639,274,1.152365588,0.590457682,7762.5841364 +356,-1.577164531,0.273993443,274,1.152365588,0.590457682,8683.0278423 +357,-0.190788414,0.182208586,274,1.152365588,0.590457682,5076.1385606 +358,-0.261349752,0.209710184,274,1.152365588,0.590457682,5249.6577492 +359,-1.029303852,0.083549259,274,1.152365588,0.590457682,7975.2979391 +360,-1.268609162,0.330525297,274,1.152365588,0.590457682,7893.9868714 +361,1.282982244,-0.926641967,274,1.152365588,0.590457682,6026.0855404 +362,0.217352334,0.731352408,274,1.152365588,0.590457682,2928.2525889 +363,-1.511833084,0.258629297,274,1.152365588,0.590457682,8628.5527839 +364,0.338812194,0.823184618,274,1.152365588,0.590457682,2573.747161 +365,-0.324406489,1.134201999,274,1.152365588,0.590457682,3974.1975938 +366,1.389579348,0.399185724,274,1.152365588,0.590457682,1119.4303152 +367,2.047152199,-0.039082036,274,1.152365588,0.590457682,4158.9266647 +368,0.947780369,0.568250077,274,1.152365588,0.590457682,683.42171988 +369,0.763824846,0.576754987,274,1.152365588,0.590457682,1282.9221622 +370,-0.142334657,0.928153068,274,1.152365588,0.590457682,3764.3683508 +371,0.610266567,0.547265983,274,1.152365588,0.590457682,1810.3225846 +372,0.210731629,0.746815056,274,1.152365588,0.590457682,2940.1705648 +373,-1.34931644,0.316895224,274,1.152365588,0.590457682,8113.7691289 +374,2.407696481,0.655030745,274,1.152365588,0.590457682,3945.7248771 +375,0.64207831,0.545359131,274,1.152365588,0.590457682,1707.5709561 +376,1.174597538,0.840588356,274,1.152365588,0.590457682,992.9563316 +377,0.660059424,0.010604079,274,1.152365588,0.590457682,2934.475734 +378,-0.730263819,0.010486456,274,1.152365588,0.590457682,7218.7228008 +379,0.831068936,0.512339172,274,1.152365588,0.590457682,1125.5289465 +380,1.301180979,0.72367476,274,1.152365588,0.590457682,703.72060218 +381,1.811128231,0.322854402,274,1.152365588,0.590457682,2551.7631702 +382,0.435105812,0.992284428,274,1.152365588,0.590457682,2492.6733559 +383,0.62643634,0.592027932,274,1.152365588,0.590457682,1723.2832907 +384,0.492988703,-0.516339467,274,1.152365588,0.590457682,5031.2361981 +385,-0.162469483,0.112549365,274,1.152365588,0.590457682,5132.8121962 +386,0.314630866,0.472006421,274,1.152365588,0.590457682,2873.4554035 +387,0.166744804,0.822815954,274,1.152365588,0.590457682,3036.9111983 +388,0.417159608,0.965805736,274,1.152365588,0.590457682,2493.3205562 +389,0.106334961,0.868774244,274,1.152365588,0.590457682,3184.5537763 +390,0.815086969,-0.338144359,274,1.152365588,0.590457682,3892.3592638 +391,0.59867455,-0.230624824,274,1.152365588,0.590457682,3864.6825107 +392,1.915104874,0.066220985,274,1.152365588,0.590457682,3491.2538151 +393,1.278093622,0.064463721,274,1.152365588,0.590457682,2134.5186102 +394,-0.061477853,0.302997961,274,1.152365588,0.590457682,4403.3531803 +395,0.251311504,0.626976942,274,1.152365588,0.590457682,2897.0931567 +396,2.950242872,0.149095644,274,1.152365588,0.590457682,6627.6084579 +397,-0.180294708,0.35375117,274,1.152365588,0.590457682,4692.1290557 +398,1.010448592,-0.351180233,274,1.152365588,0.590457682,3768.1095128 +399,-1.748740498,0.3686318073,274,1.152365588,0.590457682,8538.0017193 +400,2.699635665,0.123533791,274,1.152365588,0.590457682,5872.9295528 +401,0.496808033,0.823843254,274,1.152365588,0.590457682,2152.8412368 +402,0.129574704,0.763364087,274,1.152365588,0.590457682,3163.9035839 +403,1.798920311,0.817447563,274,1.152365588,0.590457682,2123.9132878 +404,0.335987953,0.746786541,274,1.152365588,0.590457682,2577.2066605 +405,-1.085413643,0.292154671,274,1.152365588,0.590457682,7561.3753402 +406,-0.155321003,0.508207011,274,1.152365588,0.590457682,4330.0983736 +407,0.620529244,-0.301175104,274,1.152365588,0.590457682,4062.4743795 +408,1.684402744,0.368716966,274,1.152365588,0.590457682,2054.9895919 +409,0.300582244,-0.386397212,274,1.152365588,0.590457682,5027.5830596 +410,2.913555946,-0.009225192,274,1.152365588,0.590457682,6867.7838631 +411,1.465101417,0.493232532,274,1.152365588,0.590457682,1127.1061916 +412,0.090612882,0.907955955,274,1.152365588,0.590457682,3216.7905143 +413,2.987564726,-0.729568594,274,1.152365588,0.590457682,8448.2132812 +414,-1.484261606,0.224149272,274,1.152365588,0.590457682,8697.4212596 +415,0.164073421,0.303955133,274,1.152365588,0.590457682,3659.842598 +416,0.141441293,0.167552546,274,1.152365588,0.590457682,4019.443036 +417,2.931321023,-0.506718887,274,1.152365588,0.590457682,7940.0664265 +418,2.21951565,0.700596356,274,1.152365588,0.590457682,3338.2345148 +419,0.268112576,1.199114336,274,1.152365588,0.590457682,3094.9586202 +420,0.978913739,0.359223811,274,1.152365588,0.590457682,1099.5804761 +421,1.210898818,0.522863584,274,1.152365588,0.590457682,332.2624372 +422,2.347397336,0.129231362,274,1.152365588,0.590457682,4703.3672078 +423,0.614394501,0.556878345,274,1.152365588,0.590457682,1788.0608111 +424,-1.398079356,0.148483366,274,1.152365588,0.590457682,8769.6796499 +425,2.535303836,-0.112984496,274,1.152365588,0.590457682,5859.4771084 +426,-1.019372593,-0.405322349,274,1.152365588,0.590457682,9030.7236134 +427,-1.297785627,-0.160104069,274,1.152365588,0.590457682,9408.4843914 +428,2.144554488,0.205051084,274,1.152365588,0.590457682,3876.5760307 +429,-2.242387083,-0.426171285,274,1.152365588,0.590457682,11354.587019 +430,0.338637212,0.909723676,274,1.152365588,0.590457682,2615.9723622 +431,-0.148798452,0.691042401,274,1.152365588,0.590457682,4031.0140051 +432,0.893524764,0.441829531,274,1.152365588,0.590457682,1066.6560894 +433,0.969229347,-0.368847936,274,1.152365588,0.590457682,3862.1489242 +434,0.436043248,0.800045688,274,1.152365588,0.590457682,2301.5672998 +435,1.687946607,1.081504775,274,1.152365588,0.590457682,2363.7042078 +436,0.522302046,-0.034889271,274,1.152365588,0.590457682,3412.1028352 +437,-0.178996113,-0.438090009,274,1.152365588,0.590457682,6450.9164944 +438,-1.094339566,0.301444068,274,1.152365588,0.590457682,7558.0234161 +439,-1.064070054,0.242569932,274,1.152365588,0.590457682,7644.4812707 +440,-1.068153768,0.230387998,274,1.152365588,0.590457682,7689.6541376 +441,-3.00496892,-0.23989155,274,1.152365588,0.590457682,8564.3803876 +442,0.21751974,0.766874888,274,1.152365588,0.590457682,2912.7545358 +443,0.117229532,0.007619006,274,1.152365588,0.590457682,4469.098496 +444,0.777758451,0.420554741,274,1.152365588,0.590457682,1458.0298601 +445,-0.252356999,0.250747086,274,1.152365588,0.590457682,5134.198901 +446,0.363148444,0.768483434,274,1.152365588,0.590457682,2497.9441982 +447,0.903191366,-0.118210676,274,1.152365588,0.590457682,2958.7318593 +448,-0.205755923,0.149406178,274,1.152365588,0.590457682,5195.4461444 +449,1.811996086,0.02364353,274,1.152365588,0.590457682,3316.911581 +450,-1.100670221,0.314845373,274,1.152365588,0.590457682,7535.6690757 +451,0.340078597,0.850105132,274,1.152365588,0.590457682,2579.3644115 +452,0.258757267,0.804969236,274,1.152365588,0.590457682,2789.5917333 +453,2.78505352,-0.155160804,274,1.152365588,0.590457682,6765.4961616 +454,0.800551619,0.105822106,274,1.152365588,0.590457682,2313.3293938 +455,0.437940882,-0.506194031,274,1.152365588,0.590457682,5102.2581937 +456,2.230431122,0.63458615,274,1.152365588,0.590457682,3437.3683411 +457,0.527965361,0.127667701,274,1.152365588,0.590457682,2925.9753164 +458,-0.063643205,0.702093448,274,1.152365588,0.590457682,3771.7412881 +459,1.408447268,0.133010502,274,1.152365588,0.590457682,2039.587847 +460,0.523795955,0.280266966,274,1.152365588,0.590457682,2550.8826161 +461,-0.975769313,0.072177659,274,1.152365588,0.590457682,7843.6520497 +462,0.549774164,-0.463663986,274,1.152365588,0.590457682,4749.9180192 +463,0.29245874,1.095549818,274,1.152365588,0.590457682,2904.1092193 +464,0.143625958,0.816809593,274,1.152365588,0.590457682,3100.9459767 +465,0.671902494,0.611159853,274,1.152365588,0.590457682,1567.0198899 +466,1.239840988,0.6724199,274,1.152365588,0.590457682,428.35532318 +467,0.607829703,-0.10932137,274,1.152365588,0.590457682,3442.2789395 +468,1.763020906,0.263996692,274,1.152365588,0.590457682,2533.9732186 +469,0.378714634,0.726066797,274,1.152365588,0.590457682,2454.9285864 +470,2.196736143,-0.153862366,274,1.152365588,0.590457682,4901.9021424 +471,0.01702415,0.148991565,274,1.152365588,0.590457682,4464.9573993 +472,-2.998490902,-0.158002487,274,1.152365588,0.590457682,8408.5212244 +473,-3.051262951,-0.346595608,274,1.152365588,0.590457682,8622.7792731 +474,-1.069176439,0.182802941,274,1.152365588,0.590457682,7824.4119919 +475,0.167157509,0.595344954,274,1.152365588,0.590457682,3192.8344182 +476,0.613855648,0.681746124,274,1.152365588,0.590457682,1744.7059438 +477,1.037012736,0.682555367,274,1.152365588,0.590457682,517.47903371 +478,-1.253574971,0.379755746,274,1.152365588,0.590457682,7704.4682846 +479,3.108590453,-0.132620738,274,1.152365588,0.590457682,7779.5275879 +480,0.565301296,0.022333262,274,1.152365588,0.590457682,3129.0808433 +481,0.547898238,0.855555614,274,1.152365588,0.590457682,2053.9864588 +482,0.948309381,0.417393755,274,1.152365588,0.590457682,983.91487068 +483,-0.050600732,0.945269213,274,1.152365588,0.590457682,3541.5059192 +484,-0.977651478,-0.572363064,274,1.152365588,0.590457682,9140.8376717 +485,1.102014914,0.728861163,274,1.152365588,0.590457682,570.31963643 +486,2.927300795,-0.282939414,274,1.152365588,0.590457682,7500.1663522 +487,-1.154565557,0.124434095,274,1.152365588,0.590457682,8224.6167582 +488,1.855331234,0.291044755,274,1.152365588,0.590457682,2760.2717738 +489,0.830290659,0.276904518,274,1.152365588,0.590457682,1691.87141 +490,0.485104466,-0.234867441,274,1.152365588,0.590457682,4124.8417086 +491,0.521367572,-0.33161327,274,1.152365588,0.590457682,4360.0673609 +1,-1.539031704,0.7349710123,275,0.350198001,0.718001859,5154.4980732 +2,-1.536990553,0.7349663874,275,0.350198001,0.718001859,5150.0574909 +3,-1.534951779,0.7349571355,275,0.350198001,0.718001859,5145.6299626 +4,-1.532906461,0.7349480293,275,0.350198001,0.718001859,5141.1833313 +5,-1.531320211,0.7346937278,275,0.350198001,0.718001859,5138.3852118 +6,-1.539451648,0.7335131775,275,0.350198001,0.718001859,5159.2861981 +7,-1.537429487,0.7335445708,275,0.350198001,0.718001859,5154.7877677 +8,-1.535484998,0.7335658704,275,0.350198001,0.718001859,5150.4818256 +9,-1.533488396,0.7336036027,275,0.350198001,0.718001859,5146.0145036 +10,-1.531497785,0.7335842962,275,0.350198001,0.718001859,5141.7072066 +11,-1.530259379,0.7334777758,275,0.350198001,0.718001859,5139.2751217 +12,-1.5335454,0.7322346912,275,0.350198001,0.718001859,5149.764026 +13,-1.531489083,0.7322238773,275,0.350198001,0.718001859,5145.2860686 +14,-1.530011122,0.7321679851,275,0.350198001,0.718001859,5142.1919798 +15,-1.53348106,0.7306614094,275,0.350198001,0.718001859,5153.7902672 +16,-1.531441779,0.7306962275,275,0.350198001,0.718001859,5149.2237833 +17,-1.529755654,0.7306933243,275,0.350198001,0.718001859,5145.5287726 +18,-1.533415048,0.7291384674,275,0.350198001,0.718001859,5157.6806138 +19,-1.531392093,0.7291705353,275,0.350198001,0.718001859,5153.1522774 +20,-1.529296523,0.7291214933,275,0.350198001,0.718001859,5148.6745694 +21,-1.535280942,0.727267644,275,0.350198001,0.718001859,5166.739477 +22,-1.533378158,0.7276139666,275,0.350198001,0.718001859,5161.6401776 +23,-1.531340368,0.7276446587,275,0.350198001,0.718001859,5157.0779463 +24,-1.528960113,0.7276398177,275,0.350198001,0.718001859,5151.8513468 +25,-1.533313146,0.7260818349,275,0.350198001,0.718001859,5165.5593201 +26,-1.531259555,0.7260958115,275,0.350198001,0.718001859,5161.0015446 +27,-1.528926415,0.7260865555,275,0.350198001,0.718001859,5155.8845856 +28,-1.531226779,0.7245511789,275,0.350198001,0.718001859,5165.0209431 +29,-1.528904772,0.7245519194,275,0.350198001,0.718001859,5159.8964504 +30,-1.547195875,0.7409785979,275,0.350198001,0.718001859,5156.2467199 +31,-1.5451475,0.740980426,275,0.350198001,0.718001859,5151.8102018 +32,-1.543097679,0.7409798872,275,0.350198001,0.718001859,5147.3724239 +33,-1.540720364,0.7409892687,275,0.350198001,0.718001859,5142.1935251 +34,-1.547188511,0.7395198392,275,0.350198001,0.718001859,5160.1182797 +35,-1.545148587,0.7395226109,275,0.350198001,0.718001859,5155.6928345 +36,-1.543104538,0.7395314908,275,0.350198001,0.718001859,5151.2378263 +37,-1.540727751,0.7395306258,275,0.350198001,0.718001859,5146.0818609 +38,-1.547187029,0.7380014886,275,0.350198001,0.718001859,5164.1627067 +39,-1.545147315,0.7380012252,275,0.350198001,0.718001859,5159.7409216 +40,-1.54310719,0.7380060743,275,0.350198001,0.718001859,5155.3002495 +41,-1.540719671,0.7380068206,275,0.350198001,0.718001859,5150.1109744 +42,-1.547187189,0.7364799098,275,0.350198001,0.718001859,5168.2206633 +43,-1.545149996,0.7364853874,275,0.350198001,0.718001859,5163.7841857 +44,-1.543106091,0.7364823484,275,0.350198001,0.718001859,5159.3514287 +45,-1.540717158,0.7364893901,275,0.350198001,0.718001859,5154.1366306 +46,-1.538663972,0.7410138672,275,0.350198001,0.718001859,5137.6653143 +47,-1.53695285,0.7409699132,275,0.350198001,0.718001859,5134.0647439 +48,-1.534910498,0.7409641297,275,0.350198001,0.718001859,5129.6393999 +49,-1.533145034,0.7409536636,275,0.350198001,0.718001859,5125.8249129 +50,-1.538681336,0.7395405883,275,0.350198001,0.718001859,5141.6094116 +51,-1.536999189,0.7395183096,275,0.350198001,0.718001859,5138.0105485 +52,-1.534923633,0.7395144222,275,0.350198001,0.718001859,5133.5033086 +53,-1.533267822,0.7395654306,275,0.350198001,0.718001859,5129.7612963 +54,-1.53867273,0.7380151077,275,0.350198001,0.718001859,5145.6368893 +55,-1.536980576,0.7379994392,275,0.350198001,0.718001859,5141.9946786 +56,-1.534931522,0.7379944961,275,0.350198001,0.718001859,5137.5430068 +57,-1.533387952,0.7379480264,275,0.350198001,0.718001859,5134.299649 +58,-1.538682279,0.7364914363,275,0.350198001,0.718001859,5149.7004906 +59,-1.536980704,0.7364810563,275,0.350198001,0.718001859,5146.019698 +60,-1.534935567,0.7364752065,275,0.350198001,0.718001859,5141.5740916 +61,-1.533042592,0.7363876366,275,0.350198001,0.718001859,5137.672613 +62,-1.545143426,0.7349628011,275,0.350198001,0.718001859,5167.8266995 +63,-1.543105297,0.7349691947,275,0.350198001,0.718001859,5163.3765159 +64,-1.541064533,0.7349647152,275,0.350198001,0.718001859,5158.9451558 +65,-1.545411803,0.7334624714,275,0.350198001,0.718001859,5172.409575 +66,-1.543446606,0.7334780896,275,0.350198001,0.718001859,5168.0894682 +67,-1.541475327,0.7334957295,275,0.350198001,0.718001859,5163.7467472 +68,-1.545401939,0.731963266,275,0.350198001,0.718001859,5176.3858635 +69,-1.54342253,0.7319915583,275,0.350198001,0.718001859,5171.9963681 +70,-1.541455867,0.7320216438,275,0.350198001,0.718001859,5167.6259592 +71,-1.545410146,0.7304422281,275,0.350198001,0.718001859,5180.4610777 +72,-1.543435491,0.7304713664,275,0.350198001,0.718001859,5176.0750009 +73,-1.541463105,0.7304997613,275,0.350198001,0.718001859,5171.691925 +74,-1.545414768,0.7289194936,275,0.350198001,0.718001859,5184.5343772 +75,-1.543435774,0.7289538557,275,0.350198001,0.718001859,5180.1201971 +76,-1.541457714,0.7289765881,275,0.350198001,0.718001859,5175.7351027 +77,-1.539449415,0.7320555866,275,0.350198001,0.718001859,5163.1544908 +78,-1.537429183,0.7321097681,275,0.350198001,0.718001859,5158.5951479 +79,-1.535472649,0.7321497267,275,0.350198001,0.718001859,5154.208989 +80,-1.539457899,0.7305333307,275,0.350198001,0.718001859,5167.2193928 +81,-1.537453161,0.7305750503,275,0.350198001,0.718001859,5162.7222263 +82,-1.535479385,0.7306124949,275,0.350198001,0.718001859,5158.3002819 +83,-1.53946905,0.7290102593,275,0.350198001,0.718001859,5171.2937176 +84,-1.537459922,0.7290417293,275,0.350198001,0.718001859,5166.8093867 +85,-1.535451349,0.7290890157,275,0.350198001,0.718001859,5162.280272 +86,-1.535522937,0.7279887191,275,0.350198001,0.718001859,5165.3570936 +87,-1.539442524,0.7274735939,275,0.350198001,0.718001859,5175.3230551 +88,-1.537424111,0.727521351,275,0.350198001,0.718001859,5170.7701939 +89,-1.539384641,0.7259505092,275,0.350198001,0.718001859,5179.2487121 +90,-1.537372391,0.7259947145,275,0.350198001,0.718001859,5174.7138932 +91,-1.535340789,0.7260435356,275,0.350198001,0.718001859,5170.1203071 +92,-1.539325716,0.7244369706,275,0.350198001,0.718001859,5183.1477485 +93,-1.537308932,0.7244801057,275,0.350198001,0.718001859,5178.6009308 +94,-1.535289068,0.7245247645,275,0.350198001,0.718001859,5174.0392889 +95,-1.533261366,0.7245550236,275,0.350198001,0.718001859,5169.4945818 +96,-1.539267302,0.722921924,275,0.350198001,0.718001859,5187.0529816 +97,-1.537248972,0.7229660258,275,0.350198001,0.718001859,5182.4953075 +98,-1.535219431,0.7229916471,275,0.350198001,0.718001859,5177.9580242 +99,-1.53318962,0.7230212049,275,0.350198001,0.718001859,5173.4055492 +100,-1.531154816,0.7230299897,275,0.350198001,0.718001859,5168.8929833 +101,-1.528878341,0.7230370244,275,0.350198001,0.718001859,5163.8468029 +102,-1.539218189,0.7214009878,275,0.350198001,0.718001859,5190.9954331 +103,-1.537198791,0.7214422745,275,0.350198001,0.718001859,5186.4380144 +104,-1.535179266,0.7214634354,275,0.350198001,0.718001859,5181.9297737 +105,-1.533156501,0.7214944644,275,0.350198001,0.718001859,5177.3840501 +106,-1.53113574,0.7215166021,275,0.350198001,0.718001859,5172.8622403 +107,-1.528874248,0.7215345535,275,0.350198001,0.718001859,5167.8149287 +108,-1.539217656,0.7198512397,275,0.350198001,0.718001859,5195.1228117 +109,-1.537199919,0.7199428763,275,0.350198001,0.718001859,5190.4302006 +110,-1.545425832,0.727397149,275,0.350198001,0.718001859,5188.6220846 +111,-1.543371177,0.7273916949,275,0.350198001,0.718001859,5184.1438657 +112,-1.541368852,0.7274523163,275,0.350198001,0.718001859,5179.5997685 +113,-1.545349067,0.7258710923,275,0.350198001,0.718001859,5192.5289271 +114,-1.54332671,0.7258603556,275,0.350198001,0.718001859,5188.1305116 +115,-1.541346831,0.7259242142,275,0.350198001,0.718001859,5183.6220939 +116,-1.545324355,0.7243383958,275,0.350198001,0.718001859,5196.5684942 +117,-1.543292796,0.7243617413,275,0.350198001,0.718001859,5192.0541226 +118,-1.541295822,0.7244024384,275,0.350198001,0.718001859,5187.5651975 +119,-1.543193859,0.7205570215,275,0.350198001,0.718001859,5201.9923492 +120,-1.550257047,0.7386738187,275,0.350198001,0.718001859,5169.0150647 +121,-1.549335448,0.7311736483,275,0.350198001,0.718001859,5187.0576061 +122,-1.533478843,0.7179891343,275,0.350198001,0.718001859,5187.4046629 +123,-1.556150555,0.738907041,275,0.350198001,0.718001859,5181.1180609 +124,-1.554324226,0.733414257,275,0.350198001,0.718001859,5191.8910481 +125,-1.554290846,0.7288285332,275,0.350198001,0.718001859,5204.1147292 +126,-1.55122487,0.7219795312,275,0.350198001,0.718001859,5215.7987915 +127,-1.525104458,0.7229399862,275,0.350198001,0.718001859,5155.7566651 +128,-1.519607711,0.7236181429,275,0.350198001,0.718001859,5141.7876942 +129,-1.513899999,0.7251107854,275,0.350198001,0.718001859,5125.1944644 +130,-1.536620762,0.7431061895,275,0.350198001,0.718001859,5127.6879284 +131,-1.5369566,0.7460845958,275,0.350198001,0.718001859,5120.5355399 +132,-1.545345528,0.7447040685,275,0.350198001,0.718001859,5142.3322319 +133,-1.532813921,0.7432306626,275,0.350198001,0.718001859,5119.0901575 +134,-1.554788248,0.7382381001,275,0.350198001,0.718001859,5179.97106 +135,-1.540348126,0.7301594274,275,0.350198001,0.718001859,5170.160478 +136,-1.538016084,0.7239051786,275,0.350198001,0.718001859,5181.6847812 +137,-1.525288962,0.7258085137,275,0.350198001,0.718001859,5148.591378 +138,-1.534326986,0.731241342,275,0.350198001,0.718001859,5154.1080069 +139,-1.530733872,0.7303625216,275,0.350198001,0.718001859,5148.5522489 +141,-1.534354939,0.7328219978,275,0.350198001,0.718001859,5149.980948 +142,-1.53157084,0.7292888153,275,0.350198001,0.718001859,5153.2319631 +143,-1.525691035,0.7263799874,275,0.350198001,0.718001859,5147.9709046 +144,-1.534031287,0.7495967835,275,0.350198001,0.718001859,5104.9273544 +145,-1.527714986,0.7283095957,275,0.350198001,0.718001859,5147.3387714 +146,-1.526189586,0.7271468292,275,0.350198001,0.718001859,5147.0468459 +147,-1.555177336,0.7375563366,275,0.350198001,0.718001859,5182.6372478 +148,-1.555080283,0.7312707794,275,0.350198001,0.718001859,5199.2775085 +149,-1.53856994,0.7224180299,275,0.350198001,0.718001859,5186.8605317 +150,-1.530837883,0.729933372,275,0.350198001,0.718001859,5149.9159549 +151,-1.515066984,0.5854133365,275,0.350198001,0.718001859,5499.6980165 +152,-1.534731633,0.5368370046,275,0.350198001,0.718001859,5679.6341624 +153,-1.515231902,0.5607085576,275,0.350198001,0.718001859,5566.7976182 +154,-2.616253799,1.0684566605,275,0.350198001,0.718001859,5345.1785548 +155,-1.956071439,0.5792177723,275,0.350198001,0.718001859,6470.7411378 +156,-1.951208514,0.5602434208,275,0.350198001,0.718001859,6523.8560712 +157,-1.944675062,0.6062144545,275,0.350198001,0.718001859,6361.2516324 +158,-1.613778386,0.6077989518,275,0.350198001,0.718001859,5670.2570434 +159,-2.035029014,0.6021432345,275,0.350198001,0.718001859,6534.3796269 +160,-2.114989471,0.6801825058,275,0.350198001,0.718001859,6391.6690401 +161,-2.037382079,0.5765830025,275,0.350198001,0.718001859,6624.977381 +162,-2.129855121,0.6585019963,275,0.350198001,0.718001859,6489.1702458 +163,-2.075141798,0.6493615843,275,0.350198001,0.718001859,6438.4410924 +164,-1.828626729,0.6948433129,275,0.350198001,0.718001859,5861.9989603 +165,-1.863329418,0.6735427691,275,0.350198001,0.718001859,5993.9202692 +166,-1.266037071,0.727988852,275,0.350198001,0.718001859,4539.0394361 +167,-1.277579582,0.7249010648,275,0.350198001,0.718001859,4574.1294992 +168,-1.258418684,0.7241194816,275,0.350198001,0.718001859,4529.0226058 +169,-1.317813974,0.6804850104,275,0.350198001,0.718001859,4775.5163528 +170,-1.344165204,0.6790988904,275,0.350198001,0.718001859,4843.6589694 +171,-1.427582102,0.5277120351,275,0.350198001,0.718001859,5434.194587 +172,-1.402238616,0.457167829,275,0.350198001,0.718001859,5552.0229264 +173,-1.422454264,0.4996161999,275,0.350198001,0.718001859,5494.3720042 +174,-1.439089277,0.4894859811,275,0.350198001,0.718001859,5564.3836577 +175,-1.448126995,0.5182330266,275,0.350198001,0.718001859,5511.8697509 +176,-1.474626146,0.5881926574,275,0.350198001,0.718001859,5393.6997164 +177,-1.421139645,0.5584869783,275,0.350198001,0.718001859,5337.6862395 +178,-1.457037165,0.565943032,275,0.350198001,0.718001859,5408.7477495 +179,-2.757159358,0.3745319,275,0.350198001,0.718001859,8114.4900494 +180,-2.714309238,0.342054471,275,0.350198001,0.718001859,8235.4055271 +181,-2.000525337,0.774119946,275,0.350198001,0.718001859,5899.8513612 +183,-1.571413436,0.6777838382,275,0.350198001,0.718001859,5380.1298236 +184,-1.552860289,0.6987663893,275,0.350198001,0.718001859,5281.831432 +185,-1.521852374,0.7165827476,275,0.350198001,0.718001859,5165.3209128 +186,-1.503656267,0.6928968252,275,0.350198001,0.718001859,5186.6669192 +187,-1.502753178,0.7136205882,275,0.350198001,0.718001859,5130.3369172 +188,-1.631894563,0.7343596465,275,0.350198001,0.718001859,5354.0246216 +189,-1.653765416,0.6770714026,275,0.350198001,0.718001859,5562.2117562 +190,-1.719812114,0.6715965947,275,0.350198001,0.718001859,5717.0687738 +191,-1.493406659,0.6646955447,275,0.350198001,0.718001859,5237.1038751 +192,-1.469120564,0.6613469966,275,0.350198001,0.718001859,5188.8391075 +193,-1.590551461,0.5326612937,275,0.350198001,0.718001859,5827.1172997 +194,-1.625979264,0.5247742243,275,0.350198001,0.718001859,5934.2274958 +195,-1.572293943,0.5238808754,275,0.350198001,0.718001859,5807.4272969 +196,-1.610848725,0.5477107964,275,0.350198001,0.718001859,5833.1675794 +197,-1.208485554,0.7918526018,275,0.350198001,0.718001859,4263.2005983 +198,-1.335601374,0.6869083083,275,0.350198001,0.718001859,4804.0040009 +199,-1.346156996,0.6825213377,275,0.350198001,0.718001859,4840.3105732 +200,-1.324381037,0.6741422347,275,0.350198001,0.718001859,4806.7931756 +201,-1.242424992,0.7378949807,275,0.350198001,0.718001859,4459.4618841 +202,-1.270370057,0.7392461008,275,0.350198001,0.718001859,4524.4635988 +203,-1.448950472,0.7441675014,275,0.350198001,0.718001859,4930.8586787 +204,-1.492662363,0.7523026852,275,0.350198001,0.718001859,5007.6263054 +205,-1.479098966,0.7763855017,275,0.350198001,0.718001859,4916.5396446 +206,-1.633760714,0.7869022408,275,0.350198001,0.718001859,5211.2554865 +207,-1.647406434,0.8101289331,275,0.350198001,0.718001859,5173.4503837 +208,-1.564245052,0.5701509278,275,0.350198001,0.718001859,5659.5923477 +209,-1.646289963,0.6833746083,275,0.350198001,0.718001859,5528.2612856 +210,-1.5820631,0.6751952144,275,0.350198001,0.718001859,5410.9622988 +211,-1.613236298,0.6681681791,275,0.350198001,0.718001859,5499.4287912 +212,-1.914661867,0.8212566515,275,0.350198001,0.718001859,5612.074543 +213,-1.742133237,0.7250275956,275,0.350198001,0.718001859,5603.7304856 +214,-2.033144872,0.6557314699,275,0.350198001,0.718001859,6349.7147734 +215,-2.039551981,0.6964723658,275,0.350198001,0.718001859,6221.7230513 +216,-1.247341019,0.7622473908,275,0.350198001,0.718001859,4418.4739611 +217,-1.298239787,0.7084123392,275,0.350198001,0.718001859,4662.1842138 +218,-1.308539688,0.6926545592,275,0.350198001,0.718001859,4724.0417222 +219,-1.303263185,0.6888938396,275,0.350198001,0.718001859,4719.8168764 +220,-1.852400229,0.6004246149,275,0.350198001,0.718001859,6203.3040506 +221,-1.288947707,0.7473773692,275,0.350198001,0.718001859,4550.9857281 +222,-1.372031502,0.7472790993,275,0.350198001,0.718001859,4747.1255364 +223,-1.289805721,0.7242157877,275,0.350198001,0.718001859,4605.4271875 +224,-1.350807603,0.7533498126,275,0.350198001,0.718001859,4683.4140371 +225,-1.329290365,0.7560442322,275,0.350198001,0.718001859,4626.8490215 +226,-1.410153004,0.616936428,275,0.350198001,0.718001859,5160.1232121 +227,-1.393445434,0.6308995063,275,0.350198001,0.718001859,5083.4826807 +228,-1.37595573,0.6241540638,275,0.350198001,0.718001859,5056.8582976 +229,-1.358388707,0.6172645205,275,0.350198001,0.718001859,5029.8501938 +230,-1.753741133,0.8281661666,275,0.350198001,0.718001859,5319.6796012 +231,-1.47430987,0.6834615681,275,0.350198001,0.718001859,5143.6816903 +232,-1.421012508,0.7222725206,275,0.350198001,0.718001859,4921.5546568 +233,-1.4476833,0.6978557868,275,0.350198001,0.718001859,5044.8113713 +234,-1.470370723,0.6966193374,275,0.350198001,0.718001859,5100.5876204 +235,-1.429211703,0.7037216883,275,0.350198001,0.718001859,4986.9044376 +236,-1.700578405,0.6178673663,275,0.350198001,0.718001859,5834.5450266 +237,-1.678117619,0.6331716163,275,0.350198001,0.718001859,5741.122029 +238,-1.725644578,0.6316331145,275,0.350198001,0.718001859,5847.5933737 +239,-2.14012759,0.7930497945,275,0.350198001,0.718001859,6029.9173815 +240,-2.103289431,0.7653606263,275,0.350198001,0.718001859,6078.2682035 +241,-1.318739838,0.7017808746,275,0.350198001,0.718001859,4727.6672634 +242,-1.396417427,0.7077900843,275,0.350198001,0.718001859,4899.7431696 +243,-1.35650337,0.7185539404,275,0.350198001,0.718001859,4779.0354414 +244,-1.248884539,0.7274156818,275,0.350198001,0.718001859,4498.307422 +245,-1.395014798,0.5761185243,275,0.350198001,0.718001859,5225.9663614 +246,-1.433377362,0.6064716109,275,0.350198001,0.718001859,5244.380496 +247,-1.408172432,0.5903155476,275,0.350198001,0.718001859,5223.0216351 +248,-1.749645898,0.7757118084,275,0.350198001,0.718001859,5467.5715005 +249,-1.571626686,0.615046989,275,0.350198001,0.718001859,5552.9776336 +250,-1.514070049,0.6303003037,275,0.350198001,0.718001859,5376.7938639 +251,-1.480890369,0.6237966528,275,0.350198001,0.718001859,5315.0311749 +252,-1.704390658,0.5281680612,275,0.350198001,0.718001859,6107.1605526 +253,-1.64434733,0.5254277498,275,0.350198001,0.718001859,5975.8499821 +254,-1.703855997,0.4792484842,275,0.350198001,0.718001859,6250.3180736 +255,-1.692002383,0.5748825051,275,0.350198001,0.718001859,5941.7645482 +256,-1.854136457,0.5544643913,275,0.350198001,0.718001859,6351.4154278 +257,-1.665021206,0.520317736,275,0.350198001,0.718001859,6039.157391 +258,-1.733654349,0.4845187345,275,0.350198001,0.718001859,6303.8662044 +259,-1.720938188,0.5135933906,275,0.350198001,0.718001859,6188.0758826 +260,-1.742668307,0.553296122,275,0.350198001,0.718001859,6118.1948509 +261,-1.965659039,0.7142126903,275,0.350198001,0.718001859,6043.2575052 +262,-1.944438071,0.6772834804,275,0.350198001,0.718001859,6128.4300385 +263,-1.270340967,0.7681487096,275,0.350198001,0.718001859,4460.553833 +264,-1.353091884,0.6549276821,275,0.350198001,0.718001859,4924.1388799 +265,-1.333236659,0.6413584414,275,0.350198001,0.718001859,4907.5591223 +266,-1.352015998,0.6753788907,275,0.350198001,0.718001859,4871.8564501 +267,-1.377988483,0.6577816235,275,0.350198001,0.718001859,4978.4889836 +268,-2.13075611,0.8318642051,275,0.350198001,0.718001859,5881.6859707 +269,-2.097910953,0.8259670014,275,0.350198001,0.718001859,5860.6188049 +270,-1.416382069,0.6694271549,275,0.350198001,0.718001859,5042.6165832 +271,-1.538905672,0.7535625993,275,0.350198001,0.718001859,5104.9673003 +272,-1.572309477,0.7803125099,275,0.350198001,0.718001859,5104.3000612 +273,-1.87759879,0.7503853417,275,0.350198001,0.718001859,5776.5928165 +274,1.152365588,0.590457682,275,0.350198001,0.718001859,2541.2344316 +275,0.350198001,0.718001859,275,0.350198001,0.718001859,0 +276,0.046513677,0.491503852,275,0.350198001,0.718001859,1330.9529925 +277,0.027510309,0.742571376,275,0.350198001,0.718001859,955.25281052 +278,0.306285725,-0.214631579,275,0.350198001,0.718001859,3697.6580824 +279,-1.100564889,0.318051531,275,0.350198001,0.718001859,5050.7369818 +280,-1.078582306,0.301437596,275,0.350198001,0.718001859,5027.0295627 +281,-1.137371989,-0.617634065,275,0.350198001,0.718001859,7553.7860635 +282,0.784356344,0.703272339,275,0.350198001,0.718001859,1300.3137367 +283,-1.221209947,0.218327455,275,0.350198001,0.718001859,5657.3727792 +284,2.347301921,-0.449114658,275,0.350198001,0.718001859,8605.8709369 +285,0.246820618,0.830553713,275,0.350198001,0.718001859,532.97879042 +286,0.829414965,0.703288228,275,0.350198001,0.718001859,1433.9219168 +287,-1.337537566,0.42332223,275,0.350198001,0.718001859,5464.1683366 +288,0.882453706,0.454478077,275,0.350198001,0.718001859,2027.1921017 +289,1.575629659,0.416419109,275,0.350198001,0.718001859,4151.2479633 +290,-1.039455679,0.229888244,275,0.350198001,0.718001859,5089.4838512 +291,0.489558039,0.934482747,275,0.350198001,0.718001859,934.12495433 +292,0.081344504,0.88384514,275,0.350198001,0.718001859,986.89514862 +293,-1.547979814,0.300350308,275,0.350198001,0.718001859,6367.3195392 +294,0.040776181,0.168560074,275,0.350198001,0.718001859,2430.6294687 +295,-1.130374745,0.563894876,275,0.350198001,0.718001859,4553.0242658 +296,1.578326642,0.478507176,275,0.350198001,0.718001859,4020.7306563 +297,-1.12861823,-0.291640865,275,0.350198001,0.718001859,6709.9777129 +298,0.310524208,0.770885792,275,0.350198001,0.718001859,239.21786223 +299,0.415649091,-0.387246002,275,0.350198001,0.718001859,4384.5027593 +300,-0.926533878,-0.188022748,275,0.350198001,0.718001859,5859.0963975 +301,1.258856172,-0.11716081,275,0.350198001,0.718001859,4665.3139873 +302,-1.126050026,0.322941926,275,0.350198001,0.718001859,5113.4504359 +303,2.002785835,0.07893892,275,0.350198001,0.718001859,6259.3966164 +304,0.440437607,0.746258085,275,0.350198001,0.718001859,288.38060252 +305,-0.030391866,0.214441206,275,0.350198001,0.718001859,2391.4347977 +306,0.521557815,-0.058929362,275,0.350198001,0.718001859,3139.1484808 +307,-0.097005111,0.13317729,275,0.350198001,0.718001859,2799.8848187 +308,1.83113859,0.221857587,275,0.350198001,0.718001859,5381.0947258 +309,0.222428864,0.099404236,275,0.350198001,0.718001859,2491.6873779 +310,-1.702731345,0.8728568183,275,0.350198001,0.718001859,5099.31176 +311,-0.418507569,0.278324921,275,0.350198001,0.718001859,3143.5283798 +312,-1.41153306,0.339029988,275,0.350198001,0.718001859,5888.7926978 +313,0.357560442,0.114788776,275,0.350198001,0.718001859,2389.4686001 +314,0.325818979,0.268352149,275,0.350198001,0.718001859,1783.0279395 +315,-1.246004659,-0.663679965,275,0.350198001,0.718001859,7940.279592 +316,1.814603087,0.637404484,275,0.350198001,0.718001859,4347.3714583 +317,1.843704281,-0.18300445,275,0.350198001,0.718001859,6469.8245912 +318,1.690644492,-0.211480909,275,0.350198001,0.718001859,6102.9736628 +319,-1.275451936,0.068109467,275,0.350198001,0.718001859,6207.7505759 +320,0.762430171,-0.207594741,275,0.350198001,0.718001859,3964.1983844 +321,0.265668905,-0.014647884,275,0.350198001,0.718001859,2917.9132229 +322,-2.773032013,-0.335515811,275,0.350198001,0.718001859,10927.549423 +323,-1.469512853,0.174058777,275,0.350198001,0.718001859,6494.6448065 +324,0.286276986,0.785925691,275,0.350198001,0.718001859,326.38540687 +325,-1.379324697,0.377432233,275,0.350198001,0.718001859,5698.3741721 +326,-1.203778265,0.212813032,275,0.350198001,0.718001859,5620.1844462 +327,0.579916301,0.611743168,275,0.350198001,0.718001859,829.28390711 +328,0.267582642,0.868113908,275,0.350198001,0.718001859,637.05836695 +329,0.412869244,-0.050245578,275,0.350198001,0.718001859,3051.4362841 +330,0.17524381,0.976660285,275,0.350198001,0.718001859,1119.8824297 +331,0.743157214,0.204812899,275,0.350198001,0.718001859,2448.2999712 +332,-1.070758176,0.269382282,275,0.350198001,0.718001859,5083.543005 +333,-1.230364251,0.329790229,275,0.350198001,0.718001859,5399.6986035 +334,-1.374813124,-0.024926835,275,0.350198001,0.718001859,6746.4823606 +335,0.519780566,0.463669906,275,0.350198001,0.718001859,1149.7276702 +336,-1.55108034,0.239698561,275,0.350198001,0.718001859,6543.9623563 +337,0.180294813,0.029739425,275,0.350198001,0.718001859,2793.1160264 +338,0.67820924,0.268170153,275,0.350198001,0.718001859,2107.1861888 +339,0.445798684,1.024001867,275,0.350198001,0.718001859,1235.3603874 +340,0.691751283,0.150521402,275,0.350198001,0.718001859,2547.2825006 +341,-1.036643551,-0.903056181,275,0.350198001,0.718001859,7988.1796401 +342,-0.120287036,1.083325163,275,0.350198001,0.718001859,1825.374168 +343,2.823513113,-0.304487164,275,0.350198001,0.718001859,9648.5985649 +344,0.457583172,1.12513373,275,0.350198001,0.718001859,1631.2538161 +345,0.042918831,0.813795399,275,0.350198001,0.718001859,953.10961731 +346,1.196146777,-0.853142756,275,0.350198001,0.718001859,6887.5003066 +347,0.206001358,-0.010430701,275,0.350198001,0.718001859,2931.5248578 +348,-0.268308653,0.234799412,275,0.350198001,0.718001859,2863.8255629 +349,0.759363263,0.736189579,275,0.350198001,0.718001859,1209.168736 +350,0.181363926,0.891988372,275,0.350198001,0.718001859,828.99017556 +351,-0.021111158,0.139103292,275,0.350198001,0.718001859,2638.4152809 +352,-0.093355215,0.630686981,275,0.350198001,0.718001859,1409.7254239 +353,0.40118964,0.681375926,275,0.350198001,0.718001859,211.92760145 +354,-0.721197315,1.304706234,275,0.350198001,0.718001859,2983.0416284 +355,-1.076150317,0.212107639,275,0.350198001,0.718001859,5243.6346864 +356,-1.577164531,0.273993443,275,0.350198001,0.718001859,6519.5536062 +357,-0.190788414,0.182208586,275,0.350198001,0.718001859,2838.1149454 +358,-0.261349752,0.209710184,275,0.350198001,0.718001859,2921.7077281 +359,-1.029303852,0.083549259,275,0.350198001,0.718001859,5434.0736027 +360,-1.268609162,0.330525297,275,0.350198001,0.718001859,5507.7709346 +361,1.282982244,-0.926641967,275,0.350198001,0.718001859,7250.1306737 +362,0.217352334,0.731352408,275,0.350198001,0.718001859,397.37148364 +363,-1.511833084,0.258629297,275,0.350198001,0.718001859,6383.5733648 +364,0.338812194,0.823184618,275,0.350198001,0.718001859,417.87919334 +365,-0.324406489,1.134201999,275,0.350198001,0.718001859,2235.8527438 +366,1.389579348,0.399185724,275,0.350198001,0.718001859,3636.553872 +367,2.047152199,-0.039082036,275,0.350198001,0.718001859,6699.9598664 +368,0.947780369,0.568250077,275,0.350198001,0.718001859,1970.3978835 +369,0.763824846,0.576754987,275,0.350198001,0.718001859,1415.7287474 +370,-0.142334657,0.928153068,275,0.350198001,0.718001859,1550.6006292 +371,0.610266567,0.547265983,275,0.350198001,0.718001859,1068.5459051 +372,0.210731629,0.746815056,275,0.350198001,0.718001859,426.13536874 +373,-1.34931644,0.316895224,275,0.350198001,0.718001859,5772.7824801 +374,2.407696481,0.655030745,275,0.350198001,0.718001859,5739.7514499 +375,0.64207831,0.545359131,275,0.350198001,0.718001859,1153.4269382 +376,1.174597538,0.840588356,275,0.350198001,0.718001859,2334.857834 +377,0.660059424,0.010604079,275,0.350198001,0.718001859,3014.0681888 +378,-0.730263819,0.010486456,275,0.350198001,0.718001859,4756.6743839 +379,0.831068936,0.512339172,275,0.350198001,0.718001859,1745.3392219 +380,1.301180979,0.72367476,275,0.350198001,0.718001859,2781.2740835 +381,1.811128231,0.322854402,275,0.350198001,0.718001859,5068.7417179 +382,0.435105812,0.992284428,275,0.350198001,0.718001859,1107.920589 +383,0.62643634,0.592027932,275,0.350198001,0.718001859,998.69341948 +384,0.492988703,-0.516339467,275,0.350198001,0.718001859,4917.1620774 +385,-0.162469483,0.112549365,275,0.350198001,0.718001859,3003.458241 +386,0.314630866,0.472006421,275,0.350198001,0.718001859,981.26441094 +387,0.166744804,0.822815954,275,0.350198001,0.718001859,665.56102028 +388,0.417159608,0.965805736,275,0.350198001,0.718001859,996.93554854 +389,0.106334961,0.868774244,275,0.350198001,0.718001859,900.55616853 +390,0.815086969,-0.338144359,275,0.350198001,0.718001859,4518.8778265 +391,0.59867455,-0.230624824,275,0.350198001,0.718001859,3866.2123466 +392,1.915104874,0.066220985,275,0.350198001,0.718001859,6031.8840402 +393,1.278093622,0.064463721,275,0.350198001,0.718001859,4180.103471 +394,-0.061477853,0.302997961,275,0.350198001,0.718001859,2159.2673751 +395,0.251311504,0.626976942,275,0.350198001,0.718001859,472.93140729 +396,2.950242872,0.149095644,275,0.350198001,0.718001859,8483.6617226 +397,-0.180294708,0.35375117,275,0.350198001,0.718001859,2291.3952693 +398,1.010448592,-0.351180233,275,0.350198001,0.718001859,4880.4879744 +399,-1.748740498,0.3686318073,275,0.350198001,0.718001859,6686.2816995 +400,2.699635665,0.123533791,275,0.350198001,0.718001859,8043.4726683 +401,0.496808033,0.823843254,275,0.350198001,0.718001859,590.32928305 +402,0.129574704,0.763364087,275,0.350198001,0.718001859,668.73647311 +403,1.798920311,0.817447563,275,0.350198001,0.718001859,3950.1922477 +404,0.335987953,0.746786541,275,0.350198001,0.718001859,121.45334274 +405,-1.085413643,0.292154671,275,0.350198001,0.718001859,5070.2249939 +406,-0.155321003,0.508207011,275,0.350198001,0.718001859,1824.4849729 +407,0.620529244,-0.301175104,275,0.350198001,0.718001859,4157.3343459 +408,1.684402744,0.368716966,275,0.350198001,0.718001859,4584.238914 +409,0.300582244,-0.386397212,275,0.350198001,0.718001859,4378.3308034 +410,2.913555946,-0.009225192,275,0.350198001,0.718001859,8955.9943294 +411,1.465101417,0.493232532,275,0.350198001,0.718001859,3655.4493897 +412,0.090612882,0.907955955,275,0.350198001,0.718001859,1028.378316 +413,2.987564726,-0.729568594,275,0.350198001,0.718001859,10953.674824 +414,-1.484261606,0.224149272,275,0.350198001,0.718001859,6400.7679428 +415,0.164073421,0.303955133,275,0.350198001,0.718001859,1758.2367639 +416,0.141441293,0.167552546,275,0.350198001,0.718001859,2299.5103119 +417,2.931321023,-0.506718887,275,0.350198001,0.718001859,10458.689222 +418,2.21951565,0.700596356,275,0.350198001,0.718001859,5201.4401454 +419,0.268112576,1.199114336,275,0.350198001,0.718001859,1913.5545798 +420,0.978913739,0.359223811,275,0.350198001,0.718001859,2538.9267805 +421,1.210898818,0.522863584,275,0.350198001,0.718001859,2839.3773516 +422,2.347397336,0.129231362,275,0.350198001,0.718001859,7117.2288313 +423,0.614394501,0.556878345,275,0.350198001,0.718001859,1053.1072446 +424,-1.398079356,0.148483366,275,0.350198001,0.718001859,6357.3189248 +425,2.535303836,-0.112984496,275,0.350198001,0.718001859,8321.099952 +426,-1.019372593,-0.405322349,275,0.350198001,0.718001859,6702.7096924 +427,-1.297785627,-0.160104069,275,0.350198001,0.718001859,6867.2937843 +428,2.144554488,0.205051084,275,0.350198001,0.718001859,6338.8510958 +429,-2.242387083,-0.426171285,275,0.350198001,0.718001859,10299.006295 +430,0.338637212,0.909723676,275,0.350198001,0.718001859,760.05215997 +431,-0.148798452,0.691042401,275,0.350198001,0.718001859,1502.9685287 +432,0.893524764,0.441829531,275,0.350198001,0.718001859,2089.4403943 +433,0.969229347,-0.368847936,275,0.350198001,0.718001859,4869.1347114 +434,0.436043248,0.800045688,275,0.350198001,0.718001859,407.82886153 +435,1.687946607,1.081504775,275,0.350198001,0.718001859,3353.8988475 +436,0.522302046,-0.034889271,275,0.350198001,0.718001859,3046.0700748 +437,-0.178996113,-0.438090009,275,0.350198001,0.718001859,4974.9794438 +438,-1.094339566,0.301444068,275,0.350198001,0.718001859,5073.5159271 +439,-1.064070054,0.242569932,275,0.350198001,0.718001859,5130.8308792 +440,-1.068153768,0.230387998,275,0.350198001,0.718001859,5173.6351528 +441,-3.00496892,-0.23989155,275,0.350198001,0.718001859,10411.602622 +442,0.21751974,0.766874888,275,0.350198001,0.718001859,432.68420495 +443,0.117229532,0.007619006,275,0.350198001,0.718001859,2935.2556714 +444,0.777758451,0.420554741,275,0.350198001,0.718001859,1838.5250198 +445,-0.252356999,0.250747086,275,0.350198001,0.718001859,2775.8852842 +446,0.363148444,0.768483434,275,0.350198001,0.718001859,203.49054022 +447,0.903191366,-0.118210676,275,0.350198001,0.718001859,3873.2319972 +448,-0.205755923,0.149406178,275,0.350198001,0.718001859,2977.6554335 +449,1.811996086,0.02364353,275,0.350198001,0.718001859,5835.2842254 +450,-1.100670221,0.314845373,275,0.350198001,0.718001859,5058.972052 +451,0.340078597,0.850105132,275,0.350198001,0.718001859,524.02571321 +452,0.258757267,0.804969236,275,0.350198001,0.718001859,432.67736831 +453,2.78505352,-0.155160804,275,0.350198001,0.718001859,9116.9412286 +454,0.800551619,0.105822106,275,0.350198001,0.718001859,2900.1221679 +455,0.437940882,-0.506194031,275,0.350198001,0.718001859,4859.7060805 +456,2.230431122,0.63458615,275,0.350198001,0.718001859,5402.7949492 +457,0.527965361,0.127667701,275,0.350198001,0.718001859,2420.8055422 +458,-0.063643205,0.702093448,275,0.350198001,0.718001859,1240.8302606 +459,1.408447268,0.133010502,275,0.350198001,0.718001859,4358.3496818 +460,0.523795955,0.280266966,275,0.350198001,0.718001859,1832.8826627 +461,-0.975769313,0.072177659,275,0.350198001,0.718001859,5304.6289977 +462,0.549774164,-0.463663986,275,0.350198001,0.718001859,4737.6522005 +463,0.29245874,1.095549818,275,0.350198001,0.718001859,1501.6256442 +464,0.143625958,0.816809593,275,0.350198001,0.718001859,705.90783142 +465,0.671902494,0.611159853,275,0.350198001,0.718001859,1085.918276 +466,1.239840988,0.6724199,275,0.350198001,0.718001859,2673.2002654 +467,0.607829703,-0.10932137,275,0.350198001,0.718001859,3408.0090398 +468,1.763020906,0.263996692,275,0.350198001,0.718001859,5072.8617677 +469,0.378714634,0.726066797,275,0.350198001,0.718001859,90.585753025 +470,2.196736143,-0.153862366,275,0.350198001,0.718001859,7443.1348168 +471,0.01702415,0.148991565,275,0.350198001,0.718001859,2539.1303594 +472,-2.998490902,-0.158002487,275,0.350198001,0.718001859,10109.868875 +473,-3.051262951,-0.346595608,275,0.350198001,0.718001859,10731.792891 +474,-1.069176439,0.182802941,275,0.350198001,0.718001859,5297.352664 +475,0.167157509,0.595344954,275,0.350198001,0.718001859,751.19833085 +476,0.613855648,0.681746124,275,0.350198001,0.718001859,810.56862004 +477,1.037012736,0.682555367,275,0.350198001,0.718001859,2067.259993 +478,-1.253574971,0.379755746,275,0.350198001,0.718001859,5340.0258285 +479,3.108590453,-0.132620738,275,0.350198001,0.718001859,9761.6436498 +480,0.565301296,0.022333262,275,0.350198001,0.718001859,2861.1120124 +481,0.547898238,0.855555614,275,0.350198001,0.718001859,774.72097102 +482,0.948309381,0.417393755,275,0.350198001,0.718001859,2303.3233297 +483,-0.050600732,0.945269213,275,0.350198001,0.718001859,1386.7438953 +484,-0.977651478,-0.572363064,275,0.350198001,0.718001859,7035.771535 +485,1.102014914,0.728861163,275,0.350198001,0.718001859,2208.7612092 +486,2.927300795,-0.282939414,275,0.350198001,0.718001859,9859.8368401 +487,-1.154565557,0.124434095,275,0.350198001,0.718001859,5701.688993 +488,1.855331234,0.291044755,275,0.350198001,0.718001859,5277.7382257 +489,0.830290659,0.276904518,275,0.350198001,0.718001859,2397.1983733 +490,0.485104466,-0.234867441,275,0.350198001,0.718001859,3806.5635174 +491,0.521367572,-0.33161327,275,0.350198001,0.718001859,4204.8939966 +1,-1.539031704,0.7349710123,276,0.046513677,0.491503852,4986.6488574 +2,-1.536990553,0.7349663874,276,0.046513677,0.491503852,4981.0991646 +3,-1.534951779,0.7349571355,276,0.046513677,0.491503852,4975.5601081 +4,-1.532906461,0.7349480293,276,0.046513677,0.491503852,4970.0002646 +5,-1.531320211,0.7346937278,276,0.046513677,0.491503852,4966.0516332 +6,-1.539451648,0.7335131775,276,0.046513677,0.491503852,4989.9713053 +7,-1.537429487,0.7335445708,276,0.046513677,0.491503852,4984.4138853 +8,-1.535484998,0.7335658704,276,0.046513677,0.491503852,4979.0809297 +9,-1.533488396,0.7336036027,276,0.046513677,0.491503852,4973.5791876 +10,-1.531497785,0.7335842962,276,0.046513677,0.491503852,4968.1759319 +11,-1.530259379,0.7334777758,276,0.046513677,0.491503852,4964.9526108 +12,-1.5335454,0.7322346912,276,0.046513677,0.491503852,4975.7661386 +13,-1.531489083,0.7322238773,276,0.046513677,0.491503852,4970.1650979 +14,-1.530011122,0.7321679851,276,0.046513677,0.491503852,4966.2087631 +15,-1.53348106,0.7306614094,276,0.046513677,0.491503852,4977.9274977 +16,-1.531441779,0.7306962275,276,0.046513677,0.491503852,4972.2985091 +17,-1.529755654,0.7306933243,276,0.046513677,0.491503852,4967.6894134 +18,-1.533415048,0.7291384674,276,0.046513677,0.491503852,4980.0116837 +19,-1.531392093,0.7291705353,276,0.046513677,0.491503852,4974.4247821 +20,-1.529296523,0.7291214933,276,0.046513677,0.491503852,4968.7565552 +21,-1.535280942,0.727267644,276,0.046513677,0.491503852,4987.9114891 +22,-1.533378158,0.7276139666,276,0.046513677,0.491503852,4982.1801392 +23,-1.531340368,0.7276446587,276,0.046513677,0.491503852,4976.5479979 +24,-1.528960113,0.7276398177,276,0.046513677,0.491503852,4970.0265489 +25,-1.533313146,0.7260818349,276,0.046513677,0.491503852,4984.2851273 +26,-1.531259555,0.7260958115,276,0.046513677,0.491503852,4978.6277481 +27,-1.528926415,0.7260865555,276,0.046513677,0.491503852,4972.2343842 +28,-1.531226779,0.7245511789,276,0.046513677,0.491503852,4980.8353861 +29,-1.528904772,0.7245519194,276,0.046513677,0.491503852,4974.4502035 +30,-1.547195875,0.7409785979,276,0.046513677,0.491503852,4999.7904429 +31,-1.5451475,0.740980426,276,0.046513677,0.491503852,4994.2485562 +32,-1.543097679,0.7409798872,276,0.046513677,0.491503852,4988.7035938 +33,-1.540720364,0.7409892687,276,0.046513677,0.491503852,4982.2544092 +34,-1.547188511,0.7395198392,276,0.046513677,0.491503852,5001.9660771 +35,-1.545148587,0.7395226109,276,0.046513677,0.491503852,4996.4392385 +36,-1.543104538,0.7395314908,276,0.046513677,0.491503852,4990.8894089 +37,-1.540727751,0.7395306258,276,0.046513677,0.491503852,4984.4495541 +38,-1.547187029,0.7380014886,276,0.046513677,0.491503852,5004.249732 +39,-1.545147315,0.7380012252,276,0.046513677,0.491503852,4998.7213924 +40,-1.54310719,0.7380060743,276,0.046513677,0.491503852,4993.1815749 +41,-1.540719671,0.7380068206,276,0.046513677,0.491503852,4986.7024307 +42,-1.547187189,0.7364799098,276,0.046513677,0.491503852,5006.5451808 +43,-1.545149996,0.7364853874,276,0.046513677,0.491503852,5001.0084203 +44,-1.543106091,0.7364823484,276,0.046513677,0.491503852,4995.463565 +45,-1.540717158,0.7364893901,276,0.046513677,0.491503852,4988.9633925 +46,-1.538663972,0.7410138672,276,0.046513677,0.491503852,4976.6484778 +47,-1.53695285,0.7409699132,276,0.046513677,0.491503852,4972.0773761 +48,-1.534910498,0.7409641297,276,0.046513677,0.491503852,4966.5495648 +49,-1.533145034,0.7409536636,276,0.046513677,0.491503852,4961.7770484 +50,-1.538681336,0.7395405883,276,0.046513677,0.491503852,4978.8859853 +51,-1.536999189,0.7395183096,276,0.046513677,0.491503852,4974.3560172 +52,-1.534923633,0.7395144222,276,0.046513677,0.491503852,4968.7289732 +53,-1.533267822,0.7395654306,276,0.046513677,0.491503852,4964.1580381 +54,-1.53867273,0.7380151077,276,0.046513677,0.491503852,4981.1332252 +55,-1.536980576,0.7379994392,276,0.046513677,0.491503852,4976.5607856 +56,-1.534931522,0.7379944961,276,0.046513677,0.491503852,4971.0005626 +57,-1.533387952,0.7379480264,276,0.046513677,0.491503852,4966.87338 +58,-1.538682279,0.7364914363,276,0.046513677,0.491503852,4983.4296317 +59,-1.536980704,0.7364810563,276,0.046513677,0.491503852,4978.8182312 +60,-1.534935567,0.7364752065,276,0.046513677,0.491503852,4973.263373 +61,-1.533042592,0.7363876366,276,0.046513677,0.491503852,4968.2408873 +62,-1.545143426,0.7349628011,276,0.046513677,0.491503852,5003.2829708 +63,-1.543105297,0.7349691947,276,0.046513677,0.491503852,4997.7330192 +64,-1.541064533,0.7349647152,276,0.046513677,0.491503852,4992.1895484 +65,-1.545411803,0.7334624714,276,0.046513677,0.491503852,5006.2744852 +66,-1.543446606,0.7334780896,276,0.046513677,0.491503852,5000.9030139 +67,-1.541475327,0.7334957295,276,0.046513677,0.491503852,4995.5095789 +68,-1.545401939,0.731963266,276,0.046513677,0.491503852,5008.5105082 +69,-1.54342253,0.7319915583,276,0.046513677,0.491503852,5003.0749341 +70,-1.541455867,0.7320216438,276,0.046513677,0.491503852,4997.6691143 +71,-1.545410146,0.7304422281,276,0.046513677,0.491503852,5010.8311627 +72,-1.543435491,0.7304713664,276,0.046513677,0.491503852,5005.400874 +73,-1.541463105,0.7304997613,276,0.046513677,0.491503852,4999.9756134 +74,-1.545414768,0.7289194936,276,0.046513677,0.491503852,5013.1471177 +75,-1.543435774,0.7289538557,276,0.046513677,0.491503852,5007.6907018 +76,-1.541457714,0.7289765881,276,0.046513677,0.491503852,5002.2520888 +77,-1.539449415,0.7320555866,276,0.046513677,0.491503852,4992.1467482 +78,-1.537429183,0.7321097681,276,0.046513677,0.491503852,4986.554257 +79,-1.535472649,0.7321497267,276,0.046513677,0.491503852,4981.1546788 +80,-1.539457899,0.7305333307,276,0.046513677,0.491503852,4994.4506938 +81,-1.537453161,0.7305750503,276,0.046513677,0.491503852,4988.9125656 +82,-1.535479385,0.7306124949,276,0.046513677,0.491503852,4983.4632082 +83,-1.53946905,0.7290102593,276,0.046513677,0.491503852,4996.7657266 +84,-1.537459922,0.7290417293,276,0.046513677,0.491503852,4991.224421 +85,-1.535451349,0.7290890157,276,0.046513677,0.491503852,4985.6587085 +86,-1.535522937,0.7279887191,276,0.046513677,0.491503852,4987.4973367 +87,-1.539442524,0.7274735939,276,0.046513677,0.491503852,4999.000641 +88,-1.537424111,0.727521351,276,0.046513677,0.491503852,4993.4029146 +89,-1.539384641,0.7259505092,276,0.046513677,0.491503852,5001.1315796 +90,-1.537372391,0.7259947145,276,0.046513677,0.491503852,4995.5494588 +91,-1.535340789,0.7260435356,276,0.046513677,0.491503852,4989.9051286 +92,-1.539325716,0.7244369706,276,0.046513677,0.491503852,5003.2474169 +93,-1.537308932,0.7244801057,276,0.046513677,0.491503852,4997.6479229 +94,-1.535289068,0.7245247645,276,0.046513677,0.491503852,4992.0354402 +95,-1.533261366,0.7245550236,276,0.046513677,0.491503852,4986.4206793 +96,-1.539267302,0.722921924,276,0.046513677,0.491503852,5005.3690226 +97,-1.537248972,0.7229660258,276,0.046513677,0.491503852,4999.7572867 +98,-1.535219431,0.7229916471,276,0.046513677,0.491503852,4994.1401694 +99,-1.53318962,0.7230212049,276,0.046513677,0.491503852,4988.5140077 +100,-1.531154816,0.7230299897,276,0.046513677,0.491503852,4982.9026726 +101,-1.528878341,0.7230370244,276,0.046513677,0.491503852,4976.6259945 +102,-1.539218189,0.7214009878,276,0.046513677,0.491503852,5007.5271865 +103,-1.537198791,0.7214422745,276,0.046513677,0.491503852,5001.9101963 +104,-1.535179266,0.7214634354,276,0.046513677,0.491503852,4996.3207716 +105,-1.533156501,0.7214944644,276,0.046513677,0.491503852,4990.7052299 +106,-1.53113574,0.7215166021,276,0.046513677,0.491503852,4985.1061152 +107,-1.528874248,0.7215345535,276,0.046513677,0.491503852,4978.8472635 +108,-1.539217656,0.7198512397,276,0.046513677,0.491503852,5009.8647789 +109,-1.537199919,0.7199428763,276,0.046513677,0.491503852,5004.1699495 +110,-1.545425832,0.727397149,276,0.046513677,0.491503852,5015.4825962 +111,-1.543371177,0.7273916949,276,0.046513677,0.491503852,5009.873024 +112,-1.541368852,0.7274523163,276,0.046513677,0.491503852,5004.3043097 +113,-1.545349067,0.7258710923,276,0.046513677,0.491503852,5017.5858692 +114,-1.54332671,0.7258603556,276,0.046513677,0.491503852,5012.0660362 +115,-1.541346831,0.7259242142,276,0.046513677,0.491503852,5006.5473258 +116,-1.545324355,0.7243383958,276,0.046513677,0.491503852,5019.8438248 +117,-1.543292796,0.7243617413,276,0.046513677,0.491503852,5014.2406514 +118,-1.541295822,0.7244024384,276,0.046513677,0.491503852,5008.7036552 +119,-1.543193859,0.7205570215,276,0.046513677,0.491503852,5019.7360979 +120,-1.550257047,0.7386738187,276,0.046513677,0.491503852,5011.5483424 +121,-1.549335448,0.7311736483,276,0.046513677,0.491503852,5020.4192914 +122,-1.533478843,0.7179891343,276,0.046513677,0.491503852,4996.8449344 +123,-1.556150555,0.738907041,276,0.046513677,0.491503852,5027.1315388 +124,-1.554324226,0.733414257,276,0.046513677,0.491503852,5030.5702847 +125,-1.554290846,0.7288285332,276,0.046513677,0.491503852,5037.4952624 +126,-1.55122487,0.7219795312,276,0.046513677,0.491503852,5039.6130245 +127,-1.525104458,0.7229399862,276,0.046513677,0.491503852,4966.3741591 +128,-1.519607711,0.7236181429,276,0.046513677,0.491503852,4950.2223819 +129,-1.513899999,0.7251107854,276,0.046513677,0.491503852,4932.3031407 +130,-1.536620762,0.7431061895,276,0.046513677,0.491503852,4968.0147626 +131,-1.5369566,0.7460845958,276,0.046513677,0.491503852,4964.5204838 +132,-1.545345528,0.7447040685,276,0.046513677,0.491503852,4989.2050219 +133,-1.532813921,0.7432306626,276,0.046513677,0.491503852,4957.526727 +134,-1.554788248,0.7382381001,276,0.046513677,0.491503852,5024.4687601 +135,-1.540348126,0.7301594274,276,0.046513677,0.491503852,4997.44275 +136,-1.538016084,0.7239051786,276,0.046513677,0.491503852,5000.4529206 +137,-1.525288962,0.7258085137,276,0.046513677,0.491503852,4962.648468 +138,-1.534326986,0.731241342,276,0.046513677,0.491503852,4979.3774743 +139,-1.530733872,0.7303625216,276,0.046513677,0.491503852,4970.8559435 +141,-1.534354939,0.7328219978,276,0.046513677,0.491503852,4977.1039246 +142,-1.53157084,0.7292888153,276,0.046513677,0.491503852,4974.73881 +143,-1.525691035,0.7263799874,276,0.046513677,0.491503852,4962.911104 +144,-1.534031287,0.7495967835,276,0.046513677,0.491503852,4951.465118 +145,-1.527714986,0.7283095957,276,0.046513677,0.491503852,4965.6205809 +146,-1.526189586,0.7271468292,276,0.046513677,0.491503852,4963.1498875 +147,-1.555177336,0.7375563366,276,0.046513677,0.491503852,5026.560426 +148,-1.555080283,0.7312707794,276,0.046513677,0.491503852,5035.902892 +149,-1.53856994,0.7224180299,276,0.046513677,0.491503852,5004.2120292 +150,-1.530837883,0.729933372,276,0.046513677,0.491503852,4971.7762973 +151,-1.515066984,0.5854133365,276,0.046513677,0.491503852,5149.10563 +152,-1.534731633,0.5368370046,276,0.046513677,0.491503852,5288.6168043 +153,-1.515231902,0.5607085576,276,0.046513677,0.491503852,5189.3805951 +154,-2.616253799,1.0684566605,276,0.046513677,0.491503852,6075.7182277 +155,-1.956071439,0.5792177723,276,0.046513677,0.491503852,6421.8174863 +156,-1.951208514,0.5602434208,276,0.046513677,0.491503852,6453.6096079 +157,-1.944675062,0.6062144545,276,0.046513677,0.491503852,6328.0669722 +158,-1.613778386,0.6077989518,276,0.046513677,0.491503852,5404.8112895 +159,-2.035029014,0.6021432345,276,0.046513677,0.491503852,6570.3402744 +160,-2.114989471,0.6801825058,276,0.046513677,0.491503852,6558.6953667 +161,-2.037382079,0.5765830025,276,0.046513677,0.491503852,6640.6479801 +162,-2.129855121,0.6585019963,276,0.046513677,0.491503852,6651.0047205 +163,-2.075141798,0.6493615843,276,0.046513677,0.491503852,6547.7243387 +164,-1.828626729,0.6948433129,276,0.046513677,0.491503852,5828.2150932 +165,-1.863329418,0.6735427691,276,0.046513677,0.491503852,5963.4818081 +166,-1.266037071,0.727988852,276,0.046513677,0.491503852,4229.3301824 +167,-1.277579582,0.7249010648,276,0.046513677,0.491503852,4265.4251496 +168,-1.258418684,0.7241194816,276,0.046513677,0.491503852,4210.8953006 +169,-1.317813974,0.6804850104,276,0.046513677,0.491503852,4428.6725696 +170,-1.344165204,0.6790988904,276,0.046513677,0.491503852,4507.9811333 +171,-1.427582102,0.5277120351,276,0.046513677,0.491503852,4968.459396 +172,-1.402238616,0.457167829,276,0.046513677,0.491503852,4995.789895 +173,-1.422454264,0.4996161999,276,0.046513677,0.491503852,4995.2072165 +174,-1.439089277,0.4894859811,276,0.046513677,0.491503852,5064.3217845 +175,-1.448126995,0.5182330266,276,0.046513677,0.491503852,5048.0122466 +176,-1.474626146,0.5881926574,276,0.046513677,0.491503852,5022.2061416 +177,-1.421139645,0.5584869783,276,0.046513677,0.491503852,4902.1164486 +178,-1.457037165,0.565943032,276,0.046513677,0.491503852,5002.280818 +179,-2.757159358,0.3745319,276,0.046513677,0.491503852,8778.0100354 +180,-2.714309238,0.342054471,276,0.046513677,0.491503852,8834.3992615 +181,-2.000525337,0.774119946,276,0.046513677,0.491503852,6059.7309467 +183,-1.571413436,0.6777838382,276,0.046513677,0.491503852,5165.3552743 +184,-1.552860289,0.6987663893,276,0.046513677,0.491503852,5080.0328743 +185,-1.521852374,0.7165827476,276,0.046513677,0.491503852,4966.7793352 +186,-1.503656267,0.6928968252,276,0.046513677,0.491503852,4950.6812444 +187,-1.502753178,0.7136205882,276,0.046513677,0.491503852,4918.0026144 +188,-1.631894563,0.7343596465,276,0.046513677,0.491503852,5237.510482 +189,-1.653765416,0.6770714026,276,0.046513677,0.491503852,5396.192073 +190,-1.719812114,0.6715965947,276,0.046513677,0.491503852,5587.1243261 +191,-1.493406659,0.6646955447,276,0.046513677,0.491503852,4962.892173 +192,-1.469120564,0.6613469966,276,0.046513677,0.491503852,4897.2786907 +193,-1.590551461,0.5326612937,276,0.046513677,0.491503852,5467.2432925 +194,-1.625979264,0.5247742243,276,0.046513677,0.491503852,5589.4547614 +195,-1.572293943,0.5238808754,276,0.046513677,0.491503852,5426.5510029 +196,-1.610848725,0.5477107964,276,0.046513677,0.491503852,5502.2650841 +197,-1.208485554,0.7918526018,276,0.046513677,0.491503852,4017.5851302 +198,-1.335601374,0.6869083083,276,0.046513677,0.491503852,4473.796081 +199,-1.346156996,0.6825213377,276,0.046513677,0.491503852,4509.8393044 +200,-1.324381037,0.6741422347,276,0.046513677,0.491503852,4455.2532273 +201,-1.242424992,0.7378949807,276,0.046513677,0.491503852,4152.8470193 +202,-1.270370057,0.7392461008,276,0.046513677,0.491503852,4231.5080505 +203,-1.448950472,0.7441675014,276,0.046513677,0.491503852,4727.091452 +204,-1.492662363,0.7523026852,276,0.046513677,0.491503852,4835.7947921 +205,-1.479098966,0.7763855017,276,0.046513677,0.491503852,4766.9927326 +206,-1.633760714,0.7869022408,276,0.046513677,0.491503852,5154.5885494 +207,-1.647406434,0.8101289331,276,0.046513677,0.491503852,5150.4227683 +208,-1.564245052,0.5701509278,276,0.046513677,0.491503852,5322.6386777 +209,-1.646289963,0.6833746083,276,0.046513677,0.491503852,5364.4465934 +210,-1.5820631,0.6751952144,276,0.046513677,0.491503852,5199.5561572 +211,-1.613236298,0.6681681791,276,0.046513677,0.491503852,5298.9217764 +212,-1.914661867,0.8212566515,276,0.046513677,0.491503852,5757.8277261 +213,-1.742133237,0.7250275956,276,0.046513677,0.491503852,5543.831448 +214,-2.033144872,0.6557314699,276,0.046513677,0.491503852,6430.6277836 +215,-2.039551981,0.6964723658,276,0.046513677,0.491503852,6342.7392469 +216,-1.247341019,0.7622473908,276,0.046513677,0.491503852,4146.7894747 +217,-1.298239787,0.7084123392,276,0.046513677,0.491503852,4341.4382689 +218,-1.308539688,0.6926545592,276,0.046513677,0.491503852,4388.0452362 +219,-1.303263185,0.6888938396,276,0.046513677,0.491503852,4376.5710139 +220,-1.852400229,0.6004246149,276,0.046513677,0.491503852,6094.2441625 +221,-1.288947707,0.7473773692,276,0.046513677,0.491503852,4276.784087 +222,-1.372031502,0.7472790993,276,0.046513677,0.491503852,4510.0994686 +223,-1.289805721,0.7242157877,276,0.046513677,0.491503852,4301.2623281 +224,-1.350807603,0.7533498126,276,0.046513677,0.491503852,4444.3723367 +225,-1.329290365,0.7560442322,276,0.046513677,0.491503852,4381.6439037 +226,-1.410153004,0.616936428,276,0.046513677,0.491503852,4784.6949802 +227,-1.393445434,0.6308995063,276,0.046513677,0.491503852,4715.2542013 +228,-1.37595573,0.6241540638,276,0.046513677,0.491503852,4671.3501153 +229,-1.358388707,0.6172645205,276,0.046513677,0.491503852,4626.891041 +230,-1.753741133,0.8281661666,276,0.046513677,0.491503852,5375.4362134 +231,-1.47430987,0.6834615681,276,0.046513677,0.491503852,4880.6906934 +232,-1.421012508,0.7222725206,276,0.046513677,0.491503852,4677.1097679 +233,-1.4476833,0.6978557868,276,0.046513677,0.491503852,4784.5950451 +234,-1.470370723,0.6966193374,276,0.046513677,0.491503852,4850.9172007 +235,-1.429211703,0.7037216883,276,0.046513677,0.491503852,4724.1210396 +236,-1.700578405,0.6178673663,276,0.046513677,0.491503852,5636.0752928 +237,-1.678117619,0.6331716163,276,0.046513677,0.491503852,5543.8507332 +238,-1.725644578,0.6316331145,276,0.046513677,0.491503852,5680.1048767 +239,-2.14012759,0.7930497945,276,0.046513677,0.491503852,6305.4169864 +240,-2.103289431,0.7653606263,276,0.046513677,0.491503852,6304.7963444 +241,-1.318739838,0.7017808746,276,0.046513677,0.491503852,4408.0294794 +242,-1.396417427,0.7077900843,276,0.046513677,0.491503852,4625.290982 +243,-1.35650337,0.7185539404,276,0.046513677,0.491503852,4498.4554145 +244,-1.248884539,0.7274156818,276,0.046513677,0.491503852,4180.4314954 +245,-1.395014798,0.5761185243,276,0.046513677,0.491503852,4795.3867954 +246,-1.433377362,0.6064716109,276,0.046513677,0.491503852,4869.8325455 +247,-1.408172432,0.5903155476,276,0.046513677,0.491503852,4815.938263 +248,-1.749645898,0.7757118084,276,0.046513677,0.491503852,5465.4413811 +249,-1.571626686,0.615046989,276,0.046513677,0.491503852,5269.1049069 +250,-1.514070049,0.6303003037,276,0.046513677,0.491503852,5075.3671152 +251,-1.480890369,0.6237966528,276,0.046513677,0.491503852,4987.1092342 +252,-1.704390658,0.5281680612,276,0.046513677,0.491503852,5819.4612738 +253,-1.64434733,0.5254277498,276,0.046513677,0.491503852,5644.0675671 +254,-1.703855997,0.4792484842,276,0.046513677,0.491503852,5913.064161 +255,-1.692002383,0.5748825051,276,0.046513677,0.491503852,5693.1409641 +256,-1.854136457,0.5544643913,276,0.046513677,0.491503852,6199.3575434 +257,-1.665021206,0.520317736,276,0.046513677,0.491503852,5716.1941867 +258,-1.733654349,0.4845187345,276,0.046513677,0.491503852,5993.3392846 +259,-1.720938188,0.5135933906,276,0.046513677,0.491503852,5897.3996403 +260,-1.742668307,0.553296122,276,0.046513677,0.491503852,5882.8454954 +261,-1.965659039,0.7142126903,276,0.046513677,0.491503852,6124.6127969 +262,-1.944438071,0.6772834804,276,0.046513677,0.491503852,6160.44299 +263,-1.270340967,0.7681487096,276,0.046513677,0.491503852,4206.2268649 +264,-1.353091884,0.6549276821,276,0.046513677,0.491503852,4563.4177931 +265,-1.333236659,0.6413584414,276,0.046513677,0.491503852,4520.296627 +266,-1.352015998,0.6753788907,276,0.046513677,0.491503852,4535.5050104 +267,-1.377988483,0.6577816235,276,0.046513677,0.491503852,4634.0073939 +268,-2.13075611,0.8318642051,276,0.046513677,0.491503852,6180.6229958 +269,-2.097910953,0.8259670014,276,0.046513677,0.491503852,6132.118864 +270,-1.416382069,0.6694271549,276,0.046513677,0.491503852,4732.1058355 +271,-1.538905672,0.7535625993,276,0.046513677,0.491503852,4958.7375714 +272,-1.572309477,0.7803125099,276,0.046513677,0.491503852,5006.9836977 +273,-1.87759879,0.7503853417,276,0.046513677,0.491503852,5830.2912575 +274,1.152365588,0.590457682,276,0.046513677,0.491503852,3716.7901157 +275,0.350198001,0.718001859,276,0.046513677,0.491503852,1330.9529925 +276,0.046513677,0.491503852,276,0.046513677,0.491503852,0 +277,0.027510309,0.742571376,276,0.046513677,0.491503852,996.34655642 +278,0.306285725,-0.214631579,276,0.046513677,0.491503852,2969.0915097 +279,-1.100564889,0.318051531,276,0.046513677,0.491503852,4184.946948 +280,-1.078582306,0.301437596,276,0.046513677,0.491503852,4134.0214856 +281,-1.137371989,-0.617634065,276,0.046513677,0.491503852,6230.2734926 +282,0.784356344,0.703272339,276,0.046513677,0.491503852,2530.5430432 +283,-1.221209947,0.218327455,276,0.046513677,0.491503852,4767.028403 +284,2.347301921,-0.449114658,276,0.046513677,0.491503852,9489.6246416 +285,0.246820618,0.830553713,276,0.046513677,0.491503852,1478.0662878 +286,0.829414965,0.703288228,276,0.046513677,0.491503852,2666.1524406 +287,-1.337537566,0.42332223,276,0.046513677,0.491503852,4834.6824979 +288,0.882453706,0.454478077,276,0.046513677,0.491503852,2932.1761175 +289,1.575629659,0.416419109,276,0.046513677,0.491503852,5325.0534951 +290,-1.039455679,0.229888244,276,0.046513677,0.491503852,4113.0121438 +291,0.489558039,0.934482747,276,0.046513677,0.491503852,2175.7219003 +292,0.081344504,0.88384514,276,0.046513677,0.491503852,1557.5731983 +293,-1.547979814,0.300350308,276,0.046513677,0.491503852,5746.7546363 +294,0.040776181,0.168560074,276,0.046513677,0.491503852,1279.3588391 +295,-1.130374745,0.563894876,276,0.046513677,0.491503852,3970.7413173 +296,1.578326642,0.478507176,276,0.046513677,0.491503852,5230.0006415 +297,-1.12861823,-0.291640865,276,0.046513677,0.491503852,5465.7371429 +298,0.310524208,0.770885792,276,0.046513677,0.491503852,1387.0197776 +299,0.415649091,-0.387246002,276,0.046513677,0.491503852,3755.9236053 +300,-0.926533878,-0.188022748,276,0.046513677,0.491503852,4595.3509601 +301,1.258856172,-0.11716081,276,0.046513677,0.491503852,5212.8367099 +302,-1.126050026,0.322941926,276,0.046513677,0.491503852,4265.9202228 +303,2.002785835,0.07893892,276,0.046513677,0.491503852,7400.7808038 +304,0.440437607,0.746258085,276,0.046513677,0.491503852,1613.7805346 +305,-0.030391866,0.214441206,276,0.046513677,0.491503852,1133.7325172 +306,0.521557815,-0.058929362,276,0.046513677,0.491503852,2833.5996257 +307,-0.097005111,0.13317729,276,0.046513677,0.491503852,1517.5560752 +308,1.83113859,0.221857587,276,0.046513677,0.491503852,6533.7728474 +309,0.222428864,0.099404236,276,0.046513677,0.491503852,1687.9256847 +310,-1.702731345,0.8728568183,276,0.046513677,0.491503852,5175.8788535 +311,-0.418507569,0.278324921,276,0.046513677,0.491503852,1898.248129 +312,-1.41153306,0.339029988,276,0.046513677,0.491503852,5218.9943835 +313,0.357560442,0.114788776,276,0.046513677,0.491503852,1893.9269348 +314,0.325818979,0.268352149,276,0.046513677,0.491503852,1352.5770282 +315,-1.246004659,-0.663679965,276,0.046513677,0.491503852,6618.5180274 +316,1.814603087,0.637404484,276,0.046513677,0.491503852,5657.6147241 +317,1.843704281,-0.18300445,276,0.046513677,0.491503852,7348.0031146 +318,1.690644492,-0.211480909,276,0.046513677,0.491503852,6867.341697 +319,-1.275451936,0.068109467,276,0.046513677,0.491503852,5226.2339584 +320,0.762430171,-0.207594741,276,0.046513677,0.491503852,3897.9667283 +321,0.265668905,-0.014647884,276,0.046513677,0.491503852,2170.904873 +322,-2.773032013,-0.335515811,276,0.046513677,0.491503852,11124.77636 +323,-1.469512853,0.174058777,276,0.046513677,0.491503852,5708.463813 +324,0.286276986,0.785925691,276,0.046513677,0.491503852,1388.9599586 +325,-1.379324697,0.377432233,276,0.046513677,0.491503852,5046.8929249 +326,-1.203778265,0.212813032,276,0.046513677,0.491503852,4715.6934662 +327,0.579916301,0.611743168,276,0.046513677,0.491503852,1853.3531332 +328,0.267582642,0.868113908,276,0.046513677,0.491503852,1634.6113788 +329,0.412869244,-0.050245578,276,0.046513677,0.491503852,2559.6075413 +330,0.17524381,0.976660285,276,0.046513677,0.491503852,1956.1063512 +331,0.743157214,0.204812899,276,0.046513677,0.491503852,2814.1437758 +332,-1.070758176,0.269382282,276,0.046513677,0.491503852,4157.3447172 +333,-1.230364251,0.329790229,276,0.046513677,0.491503852,4615.7058127 +334,-1.374813124,-0.024926835,276,0.046513677,0.491503852,5747.5228053 +335,0.519780566,0.463669906,276,0.046513677,0.491503852,1665.0708318 +336,-1.55108034,0.239698561,276,0.046513677,0.491503852,5868.5352096 +337,0.180294813,0.029739425,276,0.046513677,0.491503852,1897.8570352 +338,0.67820924,0.268170153,276,0.046513677,0.491503852,2474.5891462 +339,0.445798684,1.024001867,276,0.046513677,0.491503852,2375.563939 +340,0.691751283,0.150521402,276,0.046513677,0.491503852,2758.2562741 +341,-1.036643551,-0.903056181,276,0.046513677,0.491503852,6677.6709481 +342,-0.120287036,1.083325163,276,0.046513677,0.491503852,2384.5917909 +343,2.823513113,-0.304487164,276,0.046513677,0.491503852,10923.938051 +344,0.457583172,1.12513373,276,0.046513677,0.491503852,2714.4999866 +345,0.042918831,0.813795399,276,0.046513677,0.491503852,1276.6457393 +346,1.196146777,-0.853142756,276,0.046513677,0.491503852,6692.4947087 +347,0.206001358,-0.010430701,276,0.046513677,0.491503852,2078.4086612 +348,-0.268308653,0.234799412,276,0.046513677,0.491503852,1542.9004721 +349,0.759363263,0.736189579,276,0.046513677,0.491503852,2474.4755211 +350,0.181363926,0.891988372,276,0.046513677,0.491503852,1636.6232007 +351,-0.021111158,0.139103292,276,0.046513677,0.491503852,1418.5838076 +352,-0.093355215,0.630686981,276,0.046513677,0.491503852,723.2484513 +353,0.40118964,0.681375926,276,0.046513677,0.491503852,1385.9414631 +354,-0.721197315,1.304706234,276,0.046513677,0.491503852,3562.1844358 +355,-1.076150317,0.212107639,276,0.046513677,0.491503852,4271.3224043 +356,-1.577164531,0.273993443,276,0.046513677,0.491503852,5893.4265335 +357,-0.190788414,0.182208586,276,0.046513677,0.491503852,1509.5968074 +358,-0.261349752,0.209710184,276,0.046513677,0.491503852,1595.0040459 +359,-1.029303852,0.083549259,276,0.046513677,0.491503852,4343.2590078 +360,-1.268609162,0.330525297,276,0.046513677,0.491503852,4745.9669601 +361,1.282982244,-0.926641967,276,0.046513677,0.491503852,7034.2683139 +362,0.217352334,0.731352408,276,0.046513677,0.491503852,1098.0419786 +363,-1.511833084,0.258629297,276,0.046513677,0.491503852,5700.2790048 +364,0.338812194,0.823184618,276,0.046513677,0.491503852,1594.4298696 +365,-0.324406489,1.134201999,276,0.046513677,0.491503852,2708.8372835 +366,1.389579348,0.399185724,276,0.046513677,0.491503852,4734.1943816 +367,2.047152199,-0.039082036,276,0.046513677,0.491503852,7789.7311369 +368,0.947780369,0.568250077,276,0.046513677,0.491503852,3065.6581256 +369,0.763824846,0.576754987,276,0.046513677,0.491503852,2453.2272382 +370,-0.142334657,0.928153068,276,0.046513677,0.491503852,1815.5584595 +371,0.610266567,0.547265983,276,0.046513677,0.491503852,1944.1571251 +372,0.210731629,0.746815056,276,0.046513677,0.491503852,1139.8378292 +373,-1.34931644,0.316895224,276,0.046513677,0.491503852,5044.5010196 +374,2.407696481,0.655030745,276,0.046513677,0.491503852,7057.2611149 +375,0.64207831,0.545359131,276,0.046513677,0.491503852,2052.0417083 +376,1.174597538,0.840588356,276,0.046513677,0.491503852,3655.4417893 +377,0.660059424,0.010604079,276,0.046513677,0.491503852,3004.8702773 +378,-0.730263819,0.010486456,276,0.046513677,0.491503852,3503.5487089 +379,0.831068936,0.512339172,276,0.046513677,0.491503852,2708.5508733 +380,1.301180979,0.72367476,276,0.046513677,0.491503852,4065.6010174 +381,1.811128231,0.322854402,276,0.046513677,0.491503852,6266.665268 +382,0.435105812,0.992284428,276,0.046513677,0.491503852,2262.4132438 +383,0.62643634,0.592027932,276,0.046513677,0.491503852,1998.9340514 +384,0.492988703,-0.516339467,276,0.046513677,0.491503852,4335.1357828 +385,-0.162469483,0.112549365,276,0.046513677,0.491503852,1693.4596546 +386,0.314630866,0.472006421,276,0.046513677,0.491503852,943.6670585 +387,0.166744804,0.822815954,276,0.046513677,0.491503852,1364.0595634 +388,0.417159608,0.965805736,276,0.046513677,0.491503852,2155.4241309 +389,0.106334961,0.868774244,276,0.046513677,0.491503852,1505.2800605 +390,0.815086969,-0.338144359,276,0.046513677,0.491503852,4411.3532696 +391,0.59867455,-0.230624824,276,0.046513677,0.491503852,3558.6066441 +392,1.915104874,0.066220985,276,0.046513677,0.491503852,7128.5003789 +393,1.278093622,0.064463721,276,0.046513677,0.491503852,4918.5231903 +394,-0.061477853,0.302997961,276,0.046513677,0.491503852,844.02449623 +395,0.251311504,0.626976942,276,0.046513677,0.491503852,871.0534084 +396,2.950242872,0.149095644,276,0.046513677,0.491503852,9747.9563035 +397,-0.180294708,0.35375117,276,0.046513677,0.491503852,983.28475004 +398,1.010448592,-0.351180233,276,0.046513677,0.491503852,4974.5171792 +399,-1.748740498,0.3686318073,276,0.046513677,0.491503852,6273.3571776 +400,2.699635665,0.123533791,276,0.046513677,0.491503852,9374.1406264 +401,0.496808033,0.823843254,276,0.046513677,0.491503852,1913.4265469 +402,0.129574704,0.763364087,276,0.046513677,0.491503852,1108.7711607 +403,1.798920311,0.817447563,276,0.046513677,0.491503852,5281.0226286 +404,0.335987953,0.746786541,276,0.046513677,0.491503852,1371.2529059 +405,-1.085413643,0.292154671,276,0.046513677,0.491503852,4172.2761006 +406,-0.155321003,0.508207011,276,0.046513677,0.491503852,704.47760326 +407,0.620529244,-0.301175104,276,0.046513677,0.491503852,3834.0006536 +408,1.684402744,0.368716966,276,0.046513677,0.491503852,5765.5315367 +409,0.300582244,-0.386397212,276,0.046513677,0.491503852,3610.4953607 +410,2.913555946,-0.009225192,276,0.046513677,0.491503852,10268.316233 +411,1.465101417,0.493232532,276,0.046513677,0.491503852,4842.7386547 +412,0.090612882,0.907955955,276,0.046513677,0.491503852,1654.7238221 +413,2.987564726,-0.729568594,276,0.046513677,0.491503852,11300.446476 +414,-1.484261606,0.224149272,276,0.046513677,0.491503852,5668.3735412 +415,0.164073421,0.303955133,276,0.046513677,0.491503852,857.50562187 +416,0.141441293,0.167552546,276,0.046513677,0.491503852,1331.0125988 +417,2.931321023,-0.506718887,276,0.046513677,0.491503852,11549.351617 +418,2.21951565,0.700596356,276,0.046513677,0.491503852,6529.2882719 +419,0.268112576,1.199114336,276,0.046513677,0.491503852,2850.2255445 +420,0.978913739,0.359223811,276,0.046513677,0.491503852,3378.6260645 +421,1.210898818,0.522863584,276,0.046513677,0.491503852,3973.5644313 +422,2.347397336,0.129231362,276,0.046513677,0.491503852,8398.4953296 +423,0.614394501,0.556878345,276,0.046513677,0.491503852,1957.1455937 +424,-1.398079356,0.148483366,276,0.046513677,0.491503852,5506.7782142 +425,2.535303836,-0.112984496,276,0.046513677,0.491503852,9575.6718214 +426,-1.019372593,-0.405322349,276,0.046513677,0.491503852,5400.8241325 +427,-1.297785627,-0.160104069,276,0.046513677,0.491503852,5744.6135956 +428,2.144554488,0.205051084,276,0.046513677,0.491503852,7588.4919023 +429,-2.242387083,-0.426171285,276,0.046513677,0.491503852,9424.5913609 +430,0.338637212,0.909723676,276,0.046513677,0.491503852,1867.6673988 +431,-0.148798452,0.691042401,276,0.046513677,0.491503852,1016.6572852 +432,0.893524764,0.441829531,276,0.046513677,0.491503852,2983.0247258 +433,0.969229347,-0.368847936,276,0.046513677,0.491503852,4905.5637343 +434,0.436043248,0.800045688,276,0.046513677,0.491503852,1724.012906 +435,1.687946607,1.081504775,276,0.046513677,0.491503852,4646.4952147 +436,0.522302046,-0.034889271,276,0.046513677,0.491503852,2760.861883 +437,-0.178996113,-0.438090009,276,0.046513677,0.491503852,3781.1229604 +438,-1.094339566,0.301444068,276,0.046513677,0.491503852,4188.8546319 +439,-1.064070054,0.242569932,276,0.046513677,0.491503852,4177.7887348 +440,-1.068153768,0.230387998,276,0.046513677,0.491503852,4212.3846493 +441,-3.00496892,-0.23989155,276,0.046513677,0.491503852,11393.356656 +442,0.21751974,0.766874888,276,0.046513677,0.491503852,1218.3821474 +443,0.117229532,0.007619006,276,0.046513677,0.491503852,1935.3444101 +444,0.777758451,0.420554741,276,0.046513677,0.491503852,2603.0025091 +445,-0.252356999,0.250747086,276,0.046513677,0.491503852,1454.90848 +446,0.363148444,0.768483434,276,0.046513677,0.491503852,1486.7994395 +447,0.903191366,-0.118210676,276,0.046513677,0.491503852,4066.3586415 +448,-0.205755923,0.149406178,276,0.046513677,0.491503852,1650.2595731 +449,1.811996086,0.02364353,276,0.046513677,0.491503852,6855.8217657 +450,-1.100670221,0.314845373,276,0.046513677,0.491503852,4190.2079928 +451,0.340078597,0.850105132,276,0.046513677,0.491503852,1678.9994752 +452,0.258757267,0.804969236,276,0.046513677,0.491503852,1407.1577474 +453,2.78505352,-0.155160804,276,0.046513677,0.491503852,10435.336707 +454,0.800551619,0.105822106,276,0.046513677,0.491503852,3211.694468 +455,0.437940882,-0.506194031,276,0.046513677,0.491503852,4221.114659 +456,2.230431122,0.63458615,276,0.046513677,0.491503852,6733.3168189 +457,0.527965361,0.127667701,276,0.046513677,0.491503852,2306.9628349 +458,-0.063643205,0.702093448,276,0.046513677,0.491503852,908.21777454 +459,1.408447268,0.133010502,276,0.046513677,0.491503852,5246.4923182 +460,0.523795955,0.280266966,276,0.046513677,0.491503852,1934.4899569 +461,-0.975769313,0.072177659,276,0.046513677,0.491503852,4182.0144391 +462,0.549774164,-0.463663986,276,0.046513677,0.491503852,4240.1666593 +463,0.29245874,1.095549818,276,0.046513677,0.491503852,2476.0165576 +464,0.143625958,0.816809593,276,0.046513677,0.491503852,1323.3259577 +465,0.671902494,0.611159853,276,0.046513677,0.491503852,2150.5795217 +466,1.239840988,0.6724199,276,0.046513677,0.491503852,3923.8269936 +467,0.607829703,-0.10932137,276,0.046513677,0.491503852,3203.4961272 +468,1.763020906,0.263996692,276,0.046513677,0.491503852,6223.5944331 +469,0.378714634,0.726066797,276,0.046513677,0.491503852,1418.3535095 +470,2.196736143,-0.153862366,276,0.046513677,0.491503852,8525.6090948 +471,0.01702415,0.148991565,276,0.046513677,0.491503852,1361.1547901 +472,-2.998490902,-0.158002487,276,0.046513677,0.491503852,11074.593969 +473,-3.051262951,-0.346595608,276,0.046513677,0.491503852,11848.43401 +474,-1.069176439,0.182802941,276,0.046513677,0.491503852,4297.9107119 +475,0.167157509,0.595344954,276,0.046513677,0.491503852,579.75470326 +476,0.613855648,0.681746124,276,0.046513677,0.491503852,2004.1012416 +477,1.037012736,0.682555367,276,0.046513677,0.491503852,3298.8930314 +478,-1.253574971,0.379755746,276,0.046513677,0.491503852,4618.1825053 +479,3.108590453,-0.132620738,276,0.046513677,0.491503852,10991.491957 +480,0.565301296,0.022333262,276,0.046513677,0.491503852,2703.5648179 +481,0.547898238,0.855555614,276,0.046513677,0.491503852,2095.4672418 +482,0.948309381,0.417393755,276,0.046513677,0.491503852,3199.2983046 +483,-0.050600732,0.945269213,276,0.046513677,0.491503852,1819.2199564 +484,-0.977651478,-0.572363064,276,0.046513677,0.491503852,5707.0455345 +485,1.102014914,0.728861163,276,0.046513677,0.491503852,3479.2272842 +486,2.927300795,-0.282939414,276,0.046513677,0.491503852,11182.196061 +487,-1.154565557,0.124434095,276,0.046513677,0.491503852,4700.6589406 +488,1.855331234,0.291044755,276,0.046513677,0.491503852,6474.4076744 +489,0.830290659,0.276904518,276,0.046513677,0.491503852,2982.5901623 +490,0.485104466,-0.234867441,276,0.046513677,0.491503852,3332.7013646 +491,0.521367572,-0.33161327,276,0.046513677,0.491503852,3733.5237506 +1,-1.539031704,0.7349710123,277,0.027510309,0.742571376,4347.5152959 +2,-1.536990553,0.7349663874,277,0.027510309,0.742571376,4342.5596723 +3,-1.534951779,0.7349571355,277,0.027510309,0.742571376,4337.6169316 +4,-1.532906461,0.7349480293,277,0.027510309,0.742571376,4332.6547451 +5,-1.531320211,0.7346937278,277,0.027510309,0.742571376,4329.3508989 +6,-1.539451648,0.7335131775,277,0.027510309,0.742571376,4351.7795987 +7,-1.537429487,0.7335445708,277,0.027510309,0.742571376,4346.786379 +8,-1.535484998,0.7335658704,277,0.027510309,0.742571376,4342.0019559 +9,-1.533488396,0.7336036027,277,0.027510309,0.742571376,4337.0513211 +10,-1.531497785,0.7335842962,277,0.027510309,0.742571376,4332.2388014 +11,-1.530259379,0.7334777758,277,0.027510309,0.742571376,4329.4523005 +12,-1.5335454,0.7322346912,277,0.027510309,0.742571376,4340.2259543 +13,-1.531489083,0.7322238773,277,0.027510309,0.742571376,4335.2302289 +14,-1.530011122,0.7321679851,277,0.027510309,0.742571376,4331.7441019 +15,-1.53348106,0.7306614094,277,0.027510309,0.742571376,4343.5608675 +16,-1.531441779,0.7306962275,277,0.027510309,0.742571376,4338.5006989 +17,-1.529755654,0.7306933243,277,0.027510309,0.742571376,4334.3848436 +18,-1.533415048,0.7291384674,277,0.027510309,0.742571376,4346.782951 +19,-1.531392093,0.7291705353,277,0.027510309,0.742571376,4341.7640498 +20,-1.529296523,0.7291214933,277,0.027510309,0.742571376,4336.744302 +21,-1.535280942,0.727267644,277,0.027510309,0.742571376,4355.5095729 +22,-1.533378158,0.7276139666,277,0.027510309,0.742571376,4350.0826948 +23,-1.531340368,0.7276446587,277,0.027510309,0.742571376,4345.0258405 +24,-1.528960113,0.7276398177,277,0.027510309,0.742571376,4339.2057089 +25,-1.533313146,0.7260818349,277,0.027510309,0.742571376,4353.3336003 +26,-1.531259555,0.7260958115,277,0.027510309,0.742571376,4348.2704167 +27,-1.528926415,0.7260865555,277,0.027510309,0.742571376,4342.5700886 +28,-1.531226779,0.7245511789,277,0.027510309,0.742571376,4351.6264289 +29,-1.528904772,0.7245519194,277,0.027510309,0.742571376,4345.9258827 +30,-1.547195875,0.7409785979,277,0.027510309,0.742571376,4353.9431874 +31,-1.5451475,0.740980426,277,0.027510309,0.742571376,4348.98688 +32,-1.543097679,0.7409798872,277,0.027510309,0.742571376,4344.0291529 +33,-1.540720364,0.7409892687,277,0.027510309,0.742571376,4338.2531641 +34,-1.547188511,0.7395198392,277,0.027510309,0.742571376,4357.1753498 +35,-1.545148587,0.7395226109,277,0.027510309,0.742571376,4352.2328535 +36,-1.543104538,0.7395314908,277,0.027510309,0.742571376,4347.2636472 +37,-1.540727751,0.7395306258,277,0.027510309,0.742571376,4341.5064521 +38,-1.547187029,0.7380014886,277,0.027510309,0.742571376,4360.5576009 +39,-1.545147315,0.7380012252,277,0.027510309,0.742571376,4355.6176862 +40,-1.54310719,0.7380060743,277,0.027510309,0.742571376,4350.662239 +41,-1.540719671,0.7380068206,277,0.027510309,0.742571376,4344.8699534 +42,-1.547187189,0.7364799098,277,0.027510309,0.742571376,4363.9541979 +43,-1.545149996,0.7364853874,277,0.027510309,0.742571376,4359.0029182 +44,-1.543106091,0.7364823484,277,0.027510309,0.742571376,4354.0511982 +45,-1.540717158,0.7364893901,277,0.027510309,0.742571376,4348.2359975 +46,-1.538663972,0.7410138672,277,0.027510309,0.742571376,4333.2170149 +47,-1.53695285,0.7409699132,277,0.027510309,0.742571376,4329.1665813 +48,-1.534910498,0.7409641297,277,0.027510309,0.742571376,4324.2258239 +49,-1.533145034,0.7409536636,277,0.027510309,0.742571376,4319.9644002 +50,-1.538681336,0.7395405883,277,0.027510309,0.742571376,4336.5223482 +51,-1.536999189,0.7395183096,277,0.027510309,0.742571376,4332.4905504 +52,-1.534923633,0.7395144222,277,0.027510309,0.742571376,4327.4605621 +53,-1.533267822,0.7395654306,277,0.027510309,0.742571376,4323.3259976 +54,-1.53867273,0.7380151077,277,0.027510309,0.742571376,4339.8835434 +55,-1.536980576,0.7379994392,277,0.027510309,0.742571376,4335.8089516 +56,-1.534931522,0.7379944961,277,0.027510309,0.742571376,4330.8409338 +57,-1.533387952,0.7379480264,277,0.027510309,0.742571376,4327.1908578 +58,-1.538682279,0.7364914363,277,0.027510309,0.742571376,4343.2880557 +59,-1.536980704,0.7364810563,277,0.027510309,0.742571376,4339.174991 +60,-1.534935567,0.7364752065,277,0.027510309,0.742571376,4334.2138383 +61,-1.533042592,0.7363876366,277,0.027510309,0.742571376,4329.8006879 +62,-1.545143426,0.7349628011,277,0.027510309,0.742571376,4362.3839302 +63,-1.543105297,0.7349691947,277,0.027510309,0.742571376,4357.4205368 +64,-1.541064533,0.7349647152,277,0.027510309,0.742571376,4352.4718313 +65,-1.545411803,0.7334624714,277,0.027510309,0.742571376,4366.3863924 +66,-1.543446606,0.7334780896,277,0.027510309,0.742571376,4361.575532 +67,-1.541475327,0.7334957295,277,0.027510309,0.742571376,4356.7425403 +68,-1.545401939,0.731963266,277,0.027510309,0.742571376,4369.7139706 +69,-1.54342253,0.7319915583,277,0.027510309,0.742571376,4364.8357738 +70,-1.541455867,0.7320216438,277,0.027510309,0.742571376,4359.9818087 +71,-1.545410146,0.7304422281,277,0.027510309,0.742571376,4373.1374276 +72,-1.543435491,0.7304713664,277,0.027510309,0.742571376,4368.2643871 +73,-1.541463105,0.7304997613,277,0.027510309,0.742571376,4363.3957559 +74,-1.545414768,0.7289194936,277,0.027510309,0.742571376,4376.5591291 +75,-1.543435774,0.7289538557,277,0.027510309,0.742571376,4371.6593048 +76,-1.541457714,0.7289765881,277,0.027510309,0.742571376,4366.784986 +77,-1.539449415,0.7320555866,277,0.027510309,0.742571376,4355.0195757 +78,-1.537429183,0.7321097681,277,0.027510309,0.742571376,4349.9758987 +79,-1.535472649,0.7321497267,277,0.027510309,0.742571376,4345.1164371 +80,-1.539457899,0.7305333307,277,0.027510309,0.742571376,4358.4327852 +81,-1.537453161,0.7305750503,277,0.027510309,0.742571376,4353.4499789 +82,-1.535479385,0.7306124949,277,0.027510309,0.742571376,4348.5494932 +83,-1.53946905,0.7290102593,277,0.027510309,0.742571376,4361.8575501 +84,-1.537459922,0.7290417293,277,0.027510309,0.742571376,4356.8822636 +85,-1.535451349,0.7290890157,277,0.027510309,0.742571376,4351.8702845 +86,-1.535522937,0.7279887191,277,0.027510309,0.742571376,4354.4951211 +87,-1.539442524,0.7274735939,277,0.027510309,0.742571376,4365.2238728 +88,-1.537424111,0.727521351,277,0.027510309,0.742571376,4360.1848837 +89,-1.539384641,0.7259505092,277,0.027510309,0.742571376,4368.4862647 +90,-1.537372391,0.7259947145,277,0.027510309,0.742571376,4363.4655652 +91,-1.535340789,0.7260435356,277,0.027510309,0.742571376,4358.3844183 +92,-1.539325716,0.7244369706,277,0.027510309,0.742571376,4371.7276435 +93,-1.537308932,0.7244801057,277,0.027510309,0.742571376,4366.6935783 +94,-1.535289068,0.7245247645,277,0.027510309,0.742571376,4361.6457662 +95,-1.533261366,0.7245550236,277,0.027510309,0.742571376,4356.6080357 +96,-1.539267302,0.722921924,277,0.027510309,0.742571376,4374.9765044 +97,-1.537248972,0.7229660258,277,0.027510309,0.742571376,4369.9318336 +98,-1.535219431,0.7229916471,277,0.027510309,0.742571376,4364.8981465 +99,-1.53318962,0.7230212049,277,0.027510309,0.742571376,4359.8520843 +100,-1.531154816,0.7230299897,277,0.027510309,0.742571376,4354.8371333 +101,-1.528878341,0.7230370244,277,0.027510309,0.742571376,4349.2291753 +102,-1.539218189,0.7214009878,277,0.027510309,0.742571376,4378.264227 +103,-1.537198791,0.7214422745,277,0.027510309,0.742571376,4373.2185855 +104,-1.535179266,0.7214634354,277,0.027510309,0.742571376,4368.214814 +105,-1.533156501,0.7214944644,277,0.027510309,0.742571376,4363.1781224 +106,-1.53113574,0.7215166021,277,0.027510309,0.742571376,4358.1633063 +107,-1.528874248,0.7215345535,277,0.027510309,0.742571376,4352.5628163 +108,-1.539217656,0.7198512397,277,0.027510309,0.742571376,4381.7387343 +109,-1.537199919,0.7199428763,277,0.027510309,0.742571376,4376.5796981 +110,-1.545425832,0.727397149,277,0.027510309,0.742571376,4379.9988301 +111,-1.543371177,0.7273916949,277,0.027510309,0.742571376,4374.9990511 +112,-1.541368852,0.7274523163,277,0.027510309,0.742571376,4369.9760241 +113,-1.545349067,0.7258710923,277,0.027510309,0.742571376,4383.2356633 +114,-1.54332671,0.7258603556,277,0.027510309,0.742571376,4378.3218775 +115,-1.541346831,0.7259242142,277,0.027510309,0.742571376,4373.3417435 +116,-1.545324355,0.7243383958,277,0.027510309,0.742571376,4386.6173756 +117,-1.543292796,0.7243617413,277,0.027510309,0.742571376,4381.6000441 +118,-1.541295822,0.7244024384,277,0.027510309,0.742571376,4376.6254508 +119,-1.543193859,0.7205570215,277,0.027510309,0.742571376,4389.9041938 +120,-1.550257047,0.7386738187,277,0.027510309,0.742571376,4366.4849178 +121,-1.549335448,0.7311736483,277,0.027510309,0.742571376,4381.0446669 +122,-1.533478843,0.7179891343,277,0.027510309,0.742571376,4371.8066709 +123,-1.556150555,0.738907041,277,0.027510309,0.742571376,4380.1990325 +124,-1.554324226,0.733414257,277,0.027510309,0.742571376,4388.1176897 +125,-1.554290846,0.7288285332,277,0.027510309,0.742571376,4398.3590657 +126,-1.55122487,0.7219795312,277,0.027510309,0.742571376,4406.3439016 +127,-1.525104458,0.7229399862,277,0.027510309,0.742571376,4340.1652596 +128,-1.519607711,0.7236181429,277,0.027510309,0.742571376,4325.1310843 +129,-1.513899999,0.7251107854,277,0.027510309,0.742571376,4307.773849 +130,-1.536620762,0.7431061895,277,0.027510309,0.742571376,4323.6415653 +131,-1.5369566,0.7460845958,277,0.027510309,0.742571376,4317.8837439 +132,-1.545345528,0.7447040685,277,0.027510309,0.742571376,4341.1937132 +133,-1.532813921,0.7432306626,277,0.027510309,0.742571376,4314.1432396 +134,-1.554788248,0.7382381001,277,0.027510309,0.742571376,4378.4104234 +135,-1.540348126,0.7301594274,277,0.027510309,0.742571376,4361.4375084 +136,-1.538016084,0.7239051786,277,0.027510309,0.742571376,4369.7108633 +137,-1.525288962,0.7258085137,277,0.027510309,0.742571376,4334.2587782 +138,-1.534326986,0.731241342,277,0.027510309,0.742571376,4344.3386604 +139,-1.530733872,0.7303625216,277,0.027510309,0.742571376,4337.5099791 +141,-1.534354939,0.7328219978,277,0.027510309,0.742571376,4340.8978372 +142,-1.53157084,0.7292888153,277,0.027510309,0.742571376,4341.9387854 +143,-1.525691035,0.7263799874,277,0.027510309,0.742571376,4333.9801172 +144,-1.534031287,0.7495967835,277,0.027510309,0.742571376,4303.0938805 +145,-1.527714986,0.7283095957,277,0.027510309,0.742571376,4334.6697357 +146,-1.526189586,0.7271468292,277,0.027510309,0.742571376,4333.5051327 +147,-1.555177336,0.7375563366,277,0.027510309,0.742571376,4380.8794204 +148,-1.555080283,0.7312707794,277,0.027510309,0.742571376,4394.7731652 +149,-1.53856994,0.7224180299,277,0.027510309,0.742571376,4374.3962034 +150,-1.530837883,0.729933372,277,0.027510309,0.742571376,4338.7159057 +151,-1.515066984,0.5854133365,277,0.027510309,0.742571376,4630.9462532 +152,-1.534731633,0.5368370046,277,0.027510309,0.742571376,4800.381445 +153,-1.515231902,0.5607085576,277,0.027510309,0.742571376,4690.4069726 +154,-2.616253799,1.0684566605,277,0.027510309,0.742571376,5093.7590549 +155,-1.956071439,0.5792177723,277,0.027510309,0.742571376,5734.3613871 +156,-1.951208514,0.5602434208,277,0.027510309,0.742571376,5778.4158959 +157,-1.944675062,0.6062144545,277,0.027510309,0.742571376,5630.6757193 +158,-1.613778386,0.6077989518,277,0.027510309,0.742571376,4832.8423254 +159,-2.035029014,0.6021432345,277,0.027510309,0.742571376,5839.8085117 +160,-2.114989471,0.6801825058,277,0.027510309,0.742571376,5763.9416255 +161,-2.037382079,0.5765830025,277,0.027510309,0.742571376,5921.6684114 +162,-2.129855121,0.6585019963,277,0.027510309,0.742571376,5859.9507392 +163,-2.075141798,0.6493615843,277,0.027510309,0.742571376,5780.1677019 +164,-1.828626729,0.6948433129,277,0.027510309,0.742571376,5124.0379554 +165,-1.863329418,0.6735427691,277,0.027510309,0.742571376,5259.4168385 +166,-1.266037071,0.727988852,277,0.027510309,0.742571376,3670.7959834 +167,-1.277579582,0.7249010648,277,0.027510309,0.742571376,3706.7326207 +168,-1.258418684,0.7241194816,277,0.027510309,0.742571376,3657.8970929 +169,-1.317813974,0.6804850104,277,0.027510309,0.742571376,3898.7574843 +170,-1.344165204,0.6790988904,277,0.027510309,0.742571376,3971.3330086 +171,-1.427582102,0.5277120351,277,0.027510309,0.742571376,4531.2806176 +172,-1.402238616,0.457167829,277,0.027510309,0.742571376,4628.9654719 +173,-1.422454264,0.4996161999,277,0.027510309,0.742571376,4583.6834472 +174,-1.439089277,0.4894859811,277,0.027510309,0.742571376,4654.1381917 +175,-1.448126995,0.5182330266,277,0.027510309,0.742571376,4610.2343908 +176,-1.474626146,0.5881926574,277,0.027510309,0.742571376,4517.0999607 +177,-1.421139645,0.5584869783,277,0.027510309,0.742571376,4441.7897528 +178,-1.457037165,0.565943032,277,0.027510309,0.742571376,4521.848466 +179,-2.757159358,0.3745319,277,0.027510309,0.742571376,7830.6827284 +180,-2.714309238,0.342054471,277,0.027510309,0.742571376,7906.2028481 +181,-2.000525337,0.774119946,277,0.027510309,0.742571376,5261.3081578 +183,-1.571413436,0.6777838382,277,0.027510309,0.742571376,4557.811632 +184,-1.552860289,0.6987663893,277,0.027510309,0.742571376,4463.1691519 +185,-1.521852374,0.7165827476,277,0.027510309,0.742571376,4346.2652168 +186,-1.503656267,0.6928968252,277,0.027510309,0.742571376,4353.6001214 +187,-1.502753178,0.7136205882,277,0.027510309,0.742571376,4305.4290325 +188,-1.631894563,0.7343596465,277,0.027510309,0.742571376,4571.4517586 +189,-1.653765416,0.6770714026,277,0.027510309,0.742571376,4761.8211003 +190,-1.719812114,0.6715965947,277,0.027510309,0.742571376,4933.9426689 +191,-1.493406659,0.6646955447,277,0.027510309,0.742571376,4390.8057086 +192,-1.469120564,0.6613469966,277,0.027510309,0.742571376,4335.8092521 +193,-1.590551461,0.5326612937,277,0.027510309,0.742571376,4959.2763541 +194,-1.625979264,0.5247742243,277,0.027510309,0.742571376,5072.5588435 +195,-1.572293943,0.5238808754,277,0.027510309,0.742571376,4932.7332614 +196,-1.610848725,0.5477107964,277,0.027510309,0.742571376,4974.9010876 +197,-1.208485554,0.7918526018,277,0.027510309,0.742571376,3412.5265926 +198,-1.335601374,0.6869083083,277,0.027510309,0.742571376,3932.8871354 +199,-1.346156996,0.6825213377,277,0.027510309,0.742571376,3969.6036959 +200,-1.324381037,0.6741422347,277,0.027510309,0.742571376,3928.9959356 +201,-1.242424992,0.7378949807,277,0.027510309,0.742571376,3591.0412691 +202,-1.270370057,0.7392461008,277,0.027510309,0.742571376,3661.5568859 +203,-1.448950472,0.7441675014,277,0.027510309,0.742571376,4106.328507 +204,-1.492662363,0.7523026852,277,0.027510309,0.742571376,4196.850552 +205,-1.479098966,0.7763855017,277,0.027510309,0.742571376,4113.4628671 +206,-1.633760714,0.7869022408,277,0.027510309,0.742571376,4453.1424834 +207,-1.647406434,0.8101289331,277,0.027510309,0.742571376,4430.4145024 +208,-1.564245052,0.5701509278,277,0.027510309,0.742571376,4797.2135818 +209,-1.646289963,0.6833746083,277,0.027510309,0.742571376,4728.2973659 +210,-1.5820631,0.6751952144,277,0.027510309,0.742571376,4590.3736197 +211,-1.613236298,0.6681681791,277,0.027510309,0.742571376,4684.3194386 +212,-1.914661867,0.8212566515,277,0.027510309,0.742571376,4961.7028278 +213,-1.742133237,0.7250275956,277,0.027510309,0.742571376,4849.9480779 +214,-2.033144872,0.6557314699,277,0.027510309,0.742571376,5675.3408954 +215,-2.039551981,0.6964723658,277,0.027510309,0.742571376,5566.6129107 +216,-1.247341019,0.7622473908,277,0.027510309,0.742571376,3561.1763343 +217,-1.298239787,0.7084123392,277,0.027510309,0.742571376,3792.1368469 +218,-1.308539688,0.6926545592,277,0.027510309,0.742571376,3849.9843708 +219,-1.303263185,0.6888938396,277,0.027510309,0.742571376,3843.4238419 +220,-1.852400229,0.6004246149,277,0.027510309,0.742571376,5436.0056216 +221,-1.288947707,0.7473773692,277,0.027510309,0.742571376,3694.879066 +222,-1.372031502,0.7472790993,277,0.027510309,0.742571376,3907.2827694 +223,-1.289805721,0.7242157877,277,0.027510309,0.742571376,3739.9864994 +224,-1.350807603,0.7533498126,277,0.027510309,0.742571376,3841.8619153 +225,-1.329290365,0.7560442322,277,0.027510309,0.742571376,3782.1825857 +226,-1.410153004,0.616936428,277,0.027510309,0.742571376,4279.5106928 +227,-1.393445434,0.6308995063,277,0.027510309,0.742571376,4204.1148941 +228,-1.37595573,0.6241540638,277,0.027510309,0.742571376,4171.9740946 +229,-1.358388707,0.6172645205,277,0.027510309,0.742571376,4139.5710267 +230,-1.753741133,0.8281661666,277,0.027510309,0.742571376,4617.5248361 +231,-1.47430987,0.6834615681,277,0.027510309,0.742571376,4300.1181332 +232,-1.421012508,0.7222725206,277,0.027510309,0.742571376,4081.5747031 +233,-1.4476833,0.6978557868,277,0.027510309,0.742571376,4200.8680578 +234,-1.470370723,0.6966193374,277,0.027510309,0.742571376,4261.2545554 +235,-1.429211703,0.7037216883,277,0.027510309,0.742571376,4141.2226999 +236,-1.700578405,0.6178673663,277,0.027510309,0.742571376,5024.8159185 +237,-1.678117619,0.6331716163,277,0.027510309,0.742571376,4930.6031935 +238,-1.725644578,0.6316331145,277,0.027510309,0.742571376,5050.5565932 +239,-2.14012759,0.7930497945,277,0.027510309,0.742571376,5459.7360528 +240,-2.103289431,0.7653606263,277,0.027510309,0.742571376,5479.8640613 +241,-1.318739838,0.7017808746,277,0.027510309,0.742571376,3858.9043128 +242,-1.396417427,0.7077900843,277,0.027510309,0.742571376,4048.6885948 +243,-1.35650337,0.7185539404,277,0.027510309,0.742571376,3924.1126509 +244,-1.248884539,0.7274156818,277,0.027510309,0.742571376,3626.8102069 +245,-1.395014798,0.5761185243,277,0.027510309,0.742571376,4330.2108659 +246,-1.433377362,0.6064716109,277,0.027510309,0.742571376,4365.0560706 +247,-1.408172432,0.5903155476,277,0.027510309,0.742571376,4333.8247276 +248,-1.749645898,0.7757118084,277,0.027510309,0.742571376,4738.9411779 +249,-1.571626686,0.615046989,277,0.027510309,0.742571376,4707.4203982 +250,-1.514070049,0.6303003037,277,0.027510309,0.742571376,4522.8338178 +251,-1.480890369,0.6237966528,277,0.027510309,0.742571376,4451.3636001 +252,-1.704390658,0.5281680612,277,0.027510309,0.742571376,5267.2565267 +253,-1.64434733,0.5254277498,277,0.027510309,0.742571376,5119.0051522 +254,-1.703855997,0.4792484842,277,0.027510309,0.742571376,5394.9016272 +255,-1.692002383,0.5748825051,277,0.027510309,0.742571376,5114.0948739 +256,-1.854136457,0.5544643913,277,0.027510309,0.742571376,5567.6849286 +257,-1.665021206,0.520317736,277,0.027510309,0.742571376,5186.065162 +258,-1.733654349,0.4845187345,277,0.027510309,0.742571376,5458.2922679 +259,-1.720938188,0.5135933906,277,0.027510309,0.742571376,5348.1128769 +260,-1.742668307,0.553296122,277,0.027510309,0.742571376,5297.8495329 +261,-1.965659039,0.7142126903,277,0.027510309,0.742571376,5364.751968 +262,-1.944438071,0.6772834804,277,0.027510309,0.742571376,5426.089247 +263,-1.270340967,0.7681487096,277,0.027510309,0.742571376,3610.009017 +264,-1.353091884,0.6549276821,277,0.027510309,0.742571376,4045.0511419 +265,-1.333236659,0.6413584414,277,0.027510309,0.742571376,4020.3228208 +266,-1.352015998,0.6753788907,277,0.027510309,0.742571376,3999.6949802 +267,-1.377988483,0.6577816235,277,0.027510309,0.742571376,4105.1578235 +268,-2.13075611,0.8318642051,277,0.027510309,0.742571376,5323.7682257 +269,-2.097910953,0.8259670014,277,0.027510309,0.742571376,5285.7990158 +270,-1.416382069,0.6694271549,277,0.027510309,0.742571376,4181.1807192 +271,-1.538905672,0.7535625993,277,0.027510309,0.742571376,4306.1280879 +272,-1.572309477,0.7803125099,277,0.027510309,0.742571376,4326.3428481 +273,-1.87759879,0.7503853417,277,0.027510309,0.742571376,5080.0963509 +274,1.152365588,0.590457682,277,0.027510309,0.742571376,3468.8673272 +275,0.350198001,0.718001859,277,0.027510309,0.742571376,955.25281052 +276,0.046513677,0.491503852,277,0.027510309,0.742571376,996.34655642 +277,0.027510309,0.742571376,277,0.027510309,0.742571376,0 +278,0.306285725,-0.214631579,277,0.027510309,0.742571376,3924.5687683 +279,-1.100564889,0.318051531,277,0.027510309,0.742571376,4096.3413241 +280,-1.078582306,0.301437596,277,0.027510309,0.742571376,4074.1862404 +281,-1.137371989,-0.617634065,277,0.027510309,0.742571376,6836.052019 +282,0.784356344,0.703272339,277,0.027510309,0.742571376,2228.804786 +283,-1.221209947,0.218327455,277,0.027510309,0.742571376,4703.0609588 +284,2.347301921,-0.449114658,277,0.027510309,0.742571376,9554.0994845 +285,0.246820618,0.830553713,277,0.027510309,0.742571376,704.37888038 +286,0.829414965,0.703288228,277,0.027510309,0.742571376,2357.6081913 +287,-1.337537566,0.42332223,277,0.027510309,0.742571376,4526.8458572 +288,0.882453706,0.454478077,277,0.027510309,0.742571376,2973.2960142 +289,1.575629659,0.416419109,277,0.027510309,0.742571376,5061.5133118 +290,-1.039455679,0.229888244,277,0.027510309,0.742571376,4146.0917553 +291,0.489558039,0.934482747,277,0.027510309,0.742571376,1427.7751901 +292,0.081344504,0.88384514,277,0.027510309,0.742571376,578.31529771 +293,-1.547979814,0.300350308,277,0.027510309,0.742571376,5437.4829181 +294,0.040776181,0.168560074,277,0.027510309,0.742571376,2274.1248976 +295,-1.130374745,0.563894876,277,0.027510309,0.742571376,3616.9030151 +296,1.578326642,0.478507176,277,0.027510309,0.742571376,4913.2242013 +297,-1.12861823,-0.291640865,277,0.027510309,0.742571376,5865.4843265 +298,0.310524208,0.770885792,277,0.027510309,0.742571376,821.38208283 +299,0.415649091,-0.387246002,277,0.027510309,0.742571376,4694.708123 +300,-0.926533878,-0.188022748,277,0.027510309,0.742571376,5047.3112292 +301,1.258856172,-0.11716081,277,0.027510309,0.742571376,5567.0191192 +302,-1.126050026,0.322941926,277,0.027510309,0.742571376,4158.4202769 +303,2.002785835,0.07893892,277,0.027510309,0.742571376,7164.4361676 +304,0.440437607,0.746258085,277,0.027510309,0.742571376,1199.0928909 +305,-0.030391866,0.214441206,277,0.027510309,0.742571376,2101.3868719 +306,0.521557815,-0.058929362,277,0.027510309,0.742571376,3634.830278 +307,-0.097005111,0.13317729,277,0.027510309,0.742571376,2452.6603992 +308,1.83113859,0.221857587,277,0.027510309,0.742571376,6289.3982355 +309,0.222428864,0.099404236,277,0.027510309,0.742571376,2637.906079 +310,-1.702731345,0.8728568183,277,0.027510309,0.742571376,4404.4943256 +311,-0.418507569,0.278324921,277,0.027510309,0.742571376,2379.9358747 +312,-1.41153306,0.339029988,277,0.027510309,0.742571376,4947.7651643 +313,0.357560442,0.114788776,277,0.027510309,0.742571376,2741.8942177 +314,0.325818979,0.268352149,277,0.027510309,0.742571376,2134.5632043 +315,-1.246004659,-0.663679965,277,0.027510309,0.742571376,7208.6708264 +316,1.814603087,0.637404484,277,0.027510309,0.742571376,5117.0342223 +317,1.843704281,-0.18300445,277,0.027510309,0.742571376,7424.8666476 +318,1.690644492,-0.211480909,277,0.027510309,0.742571376,7053.3085539 +319,-1.275451936,0.068109467,277,0.027510309,0.742571376,5259.7168636 +320,0.762430171,-0.207594741,277,0.027510309,0.742571376,4611.4679407 +321,0.265668905,-0.014647884,277,0.027510309,0.742571376,3117.4022803 +322,-2.773032013,-0.335515811,277,0.027510309,0.742571376,10468.651521 +323,-1.469512853,0.174058777,277,0.027510309,0.742571376,5542.9214419 +324,0.286276986,0.785925691,277,0.027510309,0.742571376,758.41988517 +325,-1.379324697,0.377432233,277,0.027510309,0.742571376,4759.0184383 +326,-1.203778265,0.212813032,277,0.027510309,0.742571376,4666.6679197 +327,0.579916301,0.611743168,277,0.027510309,0.742571376,1770.5651542 +328,0.267582642,0.868113908,277,0.027510309,0.742571376,823.3298847 +329,0.412869244,-0.050245578,277,0.027510309,0.742571376,3430.2173115 +330,0.17524381,0.976660285,277,0.027510309,0.742571376,1001.0585664 +331,0.743157214,0.204812899,277,0.027510309,0.742571376,3249.7956119 +332,-1.070758176,0.269382282,277,0.027510309,0.742571376,4133.3922732 +333,-1.230364251,0.329790229,277,0.027510309,0.742571376,4445.6886597 +334,-1.374813124,-0.024926835,277,0.027510309,0.742571376,5798.7131936 +335,0.519780566,0.463669906,277,0.027510309,0.742571376,1934.2833073 +336,-1.55108034,0.239698561,277,0.027510309,0.742571376,5605.6653117 +337,0.180294813,0.029739425,277,0.027510309,0.742571376,2875.0972855 +338,0.67820924,0.268170153,277,0.027510309,0.742571376,2896.1041317 +339,0.445798684,1.024001867,277,0.027510309,0.742571376,1516.1546993 +340,0.691751283,0.150521402,277,0.027510309,0.742571376,3287.34342 +341,-1.036643551,-0.903056181,277,0.027510309,0.742571376,7468.6959663 +342,-0.120287036,1.083325163,277,0.027510309,0.742571376,1393.6301088 +343,2.823513113,-0.304487164,277,0.027510309,0.742571376,10353.970682 +344,0.457583172,1.12513373,277,0.027510309,0.742571376,1797.4676676 +345,0.042918831,0.813795399,277,0.027510309,0.742571376,285.44179369 +346,1.196146777,-0.853142756,277,0.027510309,0.742571376,7511.1852876 +347,0.206001358,-0.010430701,277,0.027510309,0.742571376,3049.8303789 +348,-0.268308653,0.234799412,277,0.027510309,0.742571376,2251.84541 +349,0.759363263,0.736189579,277,0.027510309,0.742571376,2119.7909395 +350,0.181363926,0.891988372,277,0.027510309,0.742571376,722.85937489 +351,-0.021111158,0.139103292,277,0.027510309,0.742571376,2396.3487498 +352,-0.093355215,0.630686981,277,0.027510309,0.742571376,577.05756804 +353,0.40118964,0.681375926,277,0.027510309,0.742571376,1143.2011847 +354,-0.721197315,1.304706234,277,0.027510309,0.742571376,2586.2421062 +355,-1.076150317,0.212107639,277,0.027510309,0.742571376,4298.6877369 +356,-1.577164531,0.273993443,277,0.027510309,0.742571376,5589.6939158 +357,-0.190788414,0.182208586,277,0.027510309,0.742571376,2344.6220097 +358,-0.261349752,0.209710184,277,0.027510309,0.742571376,2332.9874699 +359,-1.029303852,0.083549259,277,0.027510309,0.742571376,4516.4791265 +360,-1.268609162,0.330525297,277,0.027510309,0.742571376,4555.2654113 +361,1.282982244,-0.926641967,277,0.027510309,0.742571376,7866.9763564 +362,0.217352334,0.731352408,277,0.027510309,0.742571376,558.22298232 +363,-1.511833084,0.258629297,277,0.027510309,0.742571376,5443.1912648 +364,0.338812194,0.823184618,277,0.027510309,0.742571376,928.05992768 +365,-0.324406489,1.134201999,277,0.027510309,0.742571376,1738.7100052 +366,1.389579348,0.399185724,277,0.027510309,0.742571376,4576.8935052 +367,2.047152199,-0.039082036,277,0.027510309,0.742571376,7620.7843065 +368,0.947780369,0.568250077,277,0.027510309,0.742571376,2922.4568741 +369,0.763824846,0.576754987,277,0.027510309,0.742571376,2369.7897336 +370,-0.142334657,0.928153068,277,0.027510309,0.742571376,860.85869767 +371,0.610266567,0.547265983,277,0.027510309,0.742571376,1984.0754979 +372,0.210731629,0.746815056,277,0.027510309,0.742571376,533.55336552 +373,-1.34931644,0.316895224,277,0.027510309,0.742571376,4823.9653915 +374,2.407696481,0.655030745,277,0.027510309,0.742571376,6265.4901617 +375,0.64207831,0.545359131,277,0.027510309,0.742571376,2079.1926951 +376,1.174597538,0.840588356,277,0.027510309,0.742571376,3118.1323941 +377,0.660059424,0.010604079,277,0.027510309,0.742571376,3666.435218 +378,-0.730263819,0.010486456,277,0.027510309,0.742571376,3952.0619178 +379,0.831068936,0.512339172,277,0.027510309,0.742571376,2695.7274569 +380,1.301180979,0.72367476,277,0.027510309,0.742571376,3626.4261424 +381,1.811128231,0.322854402,277,0.027510309,0.742571376,5956.4789302 +382,0.435105812,0.992284428,277,0.027510309,0.742571376,1424.999403 +383,0.62643634,0.592027932,277,0.027510309,0.742571376,1941.340081 +384,0.492988703,-0.516339467,277,0.027510309,0.742571376,5267.2608365 +385,-0.162469483,0.112549365,277,0.027510309,0.742571376,2582.7591969 +386,0.314630866,0.472006421,277,0.027510309,0.742571376,1416.2412772 +387,0.166744804,0.822815954,277,0.027510309,0.742571376,503.47029251 +388,0.417159608,0.965805736,277,0.027510309,0.742571376,1334.5347973 +389,0.106334961,0.868774244,277,0.027510309,0.742571376,544.40685532 +390,0.815086969,-0.338144359,277,0.027510309,0.742571376,5155.2103864 +391,0.59867455,-0.230624824,277,0.027510309,0.742571376,4378.3150622 +392,1.915104874,0.066220985,277,0.027510309,0.742571376,6955.9850758 +393,1.278093622,0.064463721,277,0.027510309,0.742571376,5118.5218336 +394,-0.061477853,0.302997961,277,0.027510309,0.742571376,1766.8705179 +395,0.251311504,0.626976942,277,0.027510309,0.742571376,823.85727835 +396,2.950242872,0.149095644,277,0.027510309,0.742571376,8824.2626741 +397,-0.180294708,0.35375117,277,0.027510309,0.742571376,1688.7038072 +398,1.010448592,-0.351180233,277,0.027510309,0.742571376,5621.4017857 +399,-1.748740498,0.3686318073,277,0.027510309,0.742571376,5811.4211006 +400,2.699635665,0.123533791,277,0.027510309,0.742571376,8618.0231178 +401,0.496808033,0.823843254,277,0.027510309,0.742571376,1348.7669748 +402,0.129574704,0.763364087,277,0.027510309,0.742571376,306.19130321 +403,1.798920311,0.817447563,277,0.027510309,0.742571376,4623.0543069 +404,0.335987953,0.746786541,277,0.027510309,0.742571376,896.96430744 +405,-1.085413643,0.292154671,277,0.027510309,0.742571376,4117.6136575 +406,-0.155321003,0.508207011,277,0.027510309,0.742571376,1096.4056374 +407,0.620529244,-0.301175104,277,0.027510309,0.742571376,4665.7027771 +408,1.684402744,0.368716966,277,0.027510309,0.742571376,5486.440955 +409,0.300582244,-0.386397212,277,0.027510309,0.742571376,4581.930749 +410,2.913555946,-0.009225192,277,0.027510309,0.742571376,9400.1645858 +411,1.465101417,0.493232532,277,0.027510309,0.742571376,4564.4602918 +412,0.090612882,0.907955955,277,0.027510309,0.742571376,676.45269449 +413,2.987564726,-0.729568594,277,0.027510309,0.742571376,11908.793078 +414,-1.484261606,0.224149272,277,0.027510309,0.742571376,5453.9439186 +415,0.164073421,0.303955133,277,0.027510309,0.742571376,1797.4321161 +416,0.141441293,0.167552546,277,0.027510309,0.742571376,2311.7238417 +417,2.931321023,-0.506718887,277,0.027510309,0.742571376,11240.286894 +418,2.21951565,0.700596356,277,0.027510309,0.742571376,5792.8022141 +419,0.268112576,1.199114336,277,0.027510309,0.742571376,1876.4302117 +420,0.978913739,0.359223811,277,0.027510309,0.742571376,3480.7287863 +421,1.210898818,0.522863584,277,0.027510309,0.742571376,3776.9494622 +422,2.347397336,0.129231362,277,0.027510309,0.742571376,7896.8724746 +423,0.614394501,0.556878345,277,0.027510309,0.742571376,1975.7462361 +424,-1.398079356,0.148483366,277,0.027510309,0.742571376,5402.2455406 +425,2.535303836,-0.112984496,277,0.027510309,0.742571376,9109.3520148 +426,-1.019372593,-0.405322349,277,0.027510309,0.742571376,5936.1908204 +427,-1.297785627,-0.160104069,277,0.027510309,0.742571376,5948.5221787 +428,2.144554488,0.205051084,277,0.027510309,0.742571376,7169.7833158 +429,-2.242387083,-0.426171285,277,0.027510309,0.742571376,9356.0451503 +430,0.338637212,0.909723676,277,0.027510309,0.742571376,1060.8965976 +431,-0.148798452,0.691042401,277,0.027510309,0.742571376,564.22342838 +432,0.893524764,0.441829531,277,0.027510309,0.742571376,3034.6238187 +433,0.969229347,-0.368847936,277,0.027510309,0.742571376,5583.2419533 +434,0.436043248,0.800045688,277,0.027510309,0.742571376,1177.8920524 +435,1.687946607,1.081504775,277,0.027510309,0.742571376,3839.5378691 +436,0.522302046,-0.034889271,277,0.027510309,0.742571376,3550.8081178 +437,-0.178996113,-0.438090009,277,0.027510309,0.742571376,4737.1207901 +438,-1.094339566,0.301444068,277,0.027510309,0.742571376,4120.0162853 +439,-1.064070054,0.242569932,277,0.027510309,0.742571376,4183.6765824 +440,-1.068153768,0.230387998,277,0.027510309,0.742571376,4227.4071569 +441,-3.00496892,-0.23989155,277,0.027510309,0.742571376,10418.019692 +442,0.21751974,0.766874888,277,0.027510309,0.742571376,556.21667131 +443,0.117229532,0.007619006,277,0.027510309,0.742571376,2928.607089 +444,0.777758451,0.420554741,277,0.027510309,0.742571376,2753.0005571 +445,-0.252356999,0.250747086,277,0.027510309,0.742571376,2169.5910479 +446,0.363148444,0.768483434,277,0.027510309,0.742571376,970.92313204 +447,0.903191366,-0.118210676,277,0.027510309,0.742571376,4640.1028189 +448,-0.205755923,0.149406178,277,0.027510309,0.742571376,2485.8868187 +449,1.811996086,0.02364353,277,0.027510309,0.742571376,6779.1197626 +450,-1.100670221,0.314845373,277,0.027510309,0.742571376,4104.6876703 +451,0.340078597,0.850105132,277,0.027510309,0.742571376,961.75278921 +452,0.258757267,0.804969236,277,0.027510309,0.742571376,699.19076954 +453,2.78505352,-0.155160804,277,0.027510309,0.742571376,9761.6219003 +454,0.800551619,0.105822106,277,0.027510309,0.742571376,3693.684153 +455,0.437940882,-0.506194031,277,0.027510309,0.742571376,5167.8621606 +456,2.230431122,0.63458615,277,0.027510309,0.742571376,6022.5501355 +457,0.527965361,0.127667701,277,0.027510309,0.742571376,2996.6588764 +458,-0.063643205,0.702093448,277,0.027510309,0.742571376,314.6945169 +459,1.408447268,0.133010502,277,0.027510309,0.742571376,5312.9047412 +460,0.523795955,0.280266966,277,0.027510309,0.742571376,2484.7458491 +461,-0.975769313,0.072177659,277,0.027510309,0.742571376,4400.7188021 +462,0.549774164,-0.463663986,277,0.027510309,0.742571376,5144.377111 +463,0.29245874,1.095549818,277,0.027510309,0.742571376,1527.2390275 +464,0.143625958,0.816809593,277,0.027510309,0.742571376,439.53864686 +465,0.671902494,0.611159853,277,0.027510309,0.742571376,2039.2057713 +466,1.239840988,0.6724199,277,0.027510309,0.742571376,3555.8876876 +467,0.607829703,-0.10932137,277,0.027510309,0.742571376,3968.6893866 +468,1.763020906,0.263996692,277,0.027510309,0.742571376,5984.807684 +469,0.378714634,0.726066797,277,0.027510309,0.742571376,1032.245128 +470,2.196736143,-0.153862366,277,0.027510309,0.742571376,8359.1337207 +471,0.01702415,0.148991565,277,0.027510309,0.742571376,2351.4532811 +472,-2.998490902,-0.158002487,277,0.027510309,0.742571376,10093.749931 +473,-3.051262951,-0.346595608,277,0.027510309,0.742571376,10861.411402 +474,-1.069176439,0.182802941,277,0.027510309,0.742571376,4356.7742022 +475,0.167157509,0.595344954,277,0.027510309,0.742571376,726.13502846 +476,0.613855648,0.681746124,277,0.027510309,0.742571376,1762.7451356 +477,1.037012736,0.682555367,277,0.027510309,0.742571376,2975.8196798 +478,-1.253574971,0.379755746,277,0.027510309,0.742571376,4390.2181531 +479,3.108590453,-0.132620738,277,0.027510309,0.742571376,10018.606917 +480,0.565301296,0.022333262,277,0.027510309,0.742571376,3431.2631667 +481,0.547898238,0.855555614,277,0.027510309,0.742571376,1494.4291701 +482,0.948309381,0.417393755,277,0.027510309,0.742571376,3250.883969 +483,-0.050600732,0.945269213,277,0.027510309,0.742571376,828.36741539 +484,-0.977651478,-0.572363064,277,0.027510309,0.742571376,6357.8627963 +485,1.102014914,0.728861163,277,0.027510309,0.742571376,3083.2731075 +486,2.927300795,-0.282939414,277,0.027510309,0.742571376,10447.317328 +487,-1.154565557,0.124434095,277,0.027510309,0.742571376,4759.013393 +488,1.855331234,0.291044755,277,0.027510309,0.742571376,6163.9760586 +489,0.830290659,0.276904518,277,0.027510309,0.742571376,3275.2818974 +490,0.485104466,-0.234867441,277,0.027510309,0.742571376,4214.2616911 +491,0.521367572,-0.33161327,277,0.027510309,0.742571376,4621.1871001 +1,-1.539031704,0.7349710123,278,0.306285725,-0.214631579,7593.1685146 +2,-1.536990553,0.7349663874,278,0.306285725,-0.214631579,7587.1722298 +3,-1.534951779,0.7349571355,278,0.306285725,-0.214631579,7581.1830504 +4,-1.532906461,0.7349480293,278,0.306285725,-0.214631579,7575.1743849 +5,-1.531320211,0.7346937278,278,0.306285725,-0.214631579,7570.5294457 +6,-1.539451648,0.7335131775,278,0.306285725,-0.214631579,7594.5227037 +7,-1.537429487,0.7335445708,278,0.306285725,-0.214631579,7588.5716114 +8,-1.535484998,0.7335658704,278,0.306285725,-0.214631579,7582.8499075 +9,-1.533488396,0.7336036027,278,0.306285725,-0.214631579,7576.973902 +10,-1.531497785,0.7335842962,278,0.306285725,-0.214631579,7571.1192431 +11,-1.530259379,0.7334777758,278,0.306285725,-0.214631579,7567.4821494 +12,-1.5335454,0.7322346912,278,0.306285725,-0.214631579,7577.2305447 +13,-1.531489083,0.7322238773,278,0.306285725,-0.214631579,7571.1745577 +14,-1.530011122,0.7321679851,278,0.306285725,-0.214631579,7566.824341 +15,-1.53348106,0.7306614094,278,0.306285725,-0.214631579,7577.1397401 +16,-1.531441779,0.7306962275,278,0.306285725,-0.214631579,7571.1227967 +17,-1.529755654,0.7306933243,278,0.306285725,-0.214631579,7566.1496847 +18,-1.533415048,0.7291384674,278,0.306285725,-0.214631579,7577.0369849 +19,-1.531392093,0.7291705353,278,0.306285725,-0.214631579,7571.0602379 +20,-1.529296523,0.7291214933,278,0.306285725,-0.214631579,7564.873178 +21,-1.535280942,0.727267644,278,0.306285725,-0.214631579,7582.6657316 +22,-1.533378158,0.7276139666,278,0.306285725,-0.214631579,7577.0166438 +23,-1.531340368,0.7276446587,278,0.306285725,-0.214631579,7570.9879878 +24,-1.528960113,0.7276398177,278,0.306285725,-0.214631579,7563.9483017 +25,-1.533313146,0.7260818349,278,0.306285725,-0.214631579,7576.9098605 +26,-1.531259555,0.7260958115,278,0.306285725,-0.214631579,7570.8270338 +27,-1.528926415,0.7260865555,278,0.306285725,-0.214631579,7563.9173176 +28,-1.531226779,0.7245511789,278,0.306285725,-0.214631579,7570.8043244 +29,-1.528904772,0.7245519194,278,0.306285725,-0.214631579,7563.9176817 +30,-1.547195875,0.7409785979,278,0.306285725,-0.214631579,7616.4982857 +31,-1.5451475,0.740980426,278,0.306285725,-0.214631579,7610.5141234 +32,-1.543097679,0.7409798872,278,0.306285725,-0.214631579,7604.5257716 +33,-1.540720364,0.7409892687,278,0.306285725,-0.214631579,7597.5794416 +34,-1.547188511,0.7395198392,278,0.306285725,-0.214631579,7616.6402943 +35,-1.545148587,0.7395226109,278,0.306285725,-0.214631579,7610.6726886 +36,-1.543104538,0.7395314908,278,0.306285725,-0.214631579,7604.6922169 +37,-1.540727751,0.7395306258,278,0.306285725,-0.214631579,7597.739126 +38,-1.547187029,0.7380014886,278,0.306285725,-0.214631579,7616.8028689 +39,-1.545147315,0.7380012252,278,0.306285725,-0.214631579,7610.8278507 +40,-1.54310719,0.7380060743,278,0.306285725,-0.214631579,7604.8509091 +41,-1.540719671,0.7380068206,278,0.306285725,-0.214631579,7597.8564674 +42,-1.547187189,0.7364799098,278,0.306285725,-0.214631579,7616.9672366 +43,-1.545149996,0.7364853874,278,0.306285725,-0.214631579,7610.9906828 +44,-1.543106091,0.7364823484,278,0.306285725,-0.214631579,7604.9951028 +45,-1.540717158,0.7364893901,278,0.306285725,-0.214631579,7597.9861772 +46,-1.538663972,0.7410138672,278,0.306285725,-0.214631579,7591.5692174 +47,-1.53695285,0.7409699132,278,0.306285725,-0.214631579,7586.5736858 +48,-1.534910498,0.7409641297,278,0.306285725,-0.214631579,7580.6067158 +49,-1.533145034,0.7409536636,278,0.306285725,-0.214631579,7575.448929 +50,-1.538681336,0.7395405883,278,0.306285725,-0.214631579,7591.7513439 +51,-1.536999189,0.7395183096,278,0.306285725,-0.214631579,7586.8318961 +52,-1.534923633,0.7395144222,278,0.306285725,-0.214631579,7580.7596387 +53,-1.533267822,0.7395654306,278,0.306285725,-0.214631579,7575.9112557 +54,-1.53867273,0.7380151077,278,0.306285725,-0.214631579,7591.8589192 +55,-1.536980576,0.7379994392,278,0.306285725,-0.214631579,7586.9026649 +56,-1.534931522,0.7379944961,278,0.306285725,-0.214631579,7580.8996519 +57,-1.533387952,0.7379480264,278,0.306285725,-0.214631579,7576.3804531 +58,-1.538682279,0.7364914363,278,0.306285725,-0.214631579,7592.0162155 +59,-1.536980704,0.7364810563,278,0.306285725,-0.214631579,7587.0249478 +60,-1.534935567,0.7364752065,278,0.306285725,-0.214631579,7581.0251387 +61,-1.533042592,0.7363876366,278,0.306285725,-0.214631579,7575.4771639 +62,-1.545143426,0.7349628011,278,0.306285725,-0.214631579,7611.1237029 +63,-1.543105297,0.7349691947,278,0.306285725,-0.214631579,7605.1358515 +64,-1.541064533,0.7349647152,278,0.306285725,-0.214631579,7599.1410869 +65,-1.545411803,0.7334624714,278,0.306285725,-0.214631579,7612.0599402 +66,-1.543446606,0.7334780896,278,0.306285725,-0.214631579,7606.2776203 +67,-1.541475327,0.7334957295,278,0.306285725,-0.214631579,7600.4772211 +68,-1.545401939,0.731963266,278,0.306285725,-0.214631579,7612.1753785 +69,-1.54342253,0.7319915583,278,0.306285725,-0.214631579,7606.3422098 +70,-1.541455867,0.7320216438,278,0.306285725,-0.214631579,7600.5465528 +71,-1.545410146,0.7304422281,278,0.306285725,-0.214631579,7612.3428151 +72,-1.543435491,0.7304713664,278,0.306285725,-0.214631579,7606.5156199 +73,-1.541463105,0.7304997613,278,0.306285725,-0.214631579,7600.6953136 +74,-1.545414768,0.7289194936,278,0.306285725,-0.214631579,7612.4965261 +75,-1.543435774,0.7289538557,278,0.306285725,-0.214631579,7606.6481218 +76,-1.541457714,0.7289765881,278,0.306285725,-0.214631579,7600.8036033 +77,-1.539449415,0.7320555866,278,0.306285725,-0.214631579,7594.6335393 +78,-1.537429183,0.7321097681,278,0.306285725,-0.214631579,7588.6786344 +79,-1.535472649,0.7321497267,278,0.306285725,-0.214631579,7582.91276 +80,-1.539457899,0.7305333307,278,0.306285725,-0.214631579,7594.7779332 +81,-1.537453161,0.7305750503,278,0.306285725,-0.214631579,7588.8615478 +82,-1.535479385,0.7306124949,278,0.306285725,-0.214631579,7583.0370711 +83,-1.53946905,0.7290102593,278,0.306285725,-0.214631579,7594.9270201 +84,-1.537459922,0.7290417293,278,0.306285725,-0.214631579,7588.9903523 +85,-1.535451349,0.7290890157,278,0.306285725,-0.214631579,7583.0544972 +86,-1.535522937,0.7279887191,278,0.306285725,-0.214631579,7583.3364141 +87,-1.539442524,0.7274735939,278,0.306285725,-0.214631579,7594.9624321 +88,-1.537424111,0.727521351,278,0.306285725,-0.214631579,7588.9890729 +89,-1.539384641,0.7259505092,278,0.306285725,-0.214631579,7594.9004169 +90,-1.537372391,0.7259947145,278,0.306285725,-0.214631579,7588.9375018 +91,-1.535340789,0.7260435356,278,0.306285725,-0.214631579,7582.9173304 +92,-1.539325716,0.7244369706,278,0.306285725,-0.214631579,7594.8308726 +93,-1.537308932,0.7244801057,278,0.306285725,-0.214631579,7588.8466234 +94,-1.535289068,0.7245247645,278,0.306285725,-0.214631579,7582.8534797 +95,-1.533261366,0.7245550236,278,0.306285725,-0.214631579,7576.8381992 +96,-1.539267302,0.722921924,278,0.306285725,-0.214631579,7594.759199 +97,-1.537248972,0.7229660258,278,0.306285725,-0.214631579,7588.7623301 +98,-1.535219431,0.7229916471,278,0.306285725,-0.214631579,7582.7335301 +99,-1.53318962,0.7230212049,278,0.306285725,-0.214631579,7576.703894 +100,-1.531154816,0.7230299897,278,0.306285725,-0.214631579,7570.6605709 +101,-1.528878341,0.7230370244,278,0.306285725,-0.214631579,7563.8995983 +102,-1.539218189,0.7214009878,278,0.306285725,-0.214631579,7594.7118118 +103,-1.537198791,0.7214422745,278,0.306285725,-0.214631579,7588.7039375 +104,-1.535179266,0.7214634354,278,0.306285725,-0.214631579,7582.6970737 +105,-1.533156501,0.7214944644,278,0.306285725,-0.214631579,7576.6802219 +106,-1.53113574,0.7215166021,278,0.306285725,-0.214631579,7570.669937 +107,-1.528874248,0.7215345535,278,0.306285725,-0.214631579,7563.9440778 +108,-1.539217656,0.7198512397,278,0.306285725,-0.214631579,7594.8071544 +109,-1.537199919,0.7199428763,278,0.306285725,-0.214631579,7588.7932578 +110,-1.545425832,0.727397149,278,0.306285725,-0.214631579,7612.6659367 +111,-1.543371177,0.7273916949,278,0.306285725,-0.214631579,7606.5891222 +112,-1.541368852,0.7274523163,278,0.306285725,-0.214631579,7600.6617146 +113,-1.545349067,0.7258710923,278,0.306285725,-0.214631579,7612.5722597 +114,-1.54332671,0.7258603556,278,0.306285725,-0.214631579,7606.583197 +115,-1.541346831,0.7259242142,278,0.306285725,-0.214631579,7600.7140293 +116,-1.545324355,0.7243383958,278,0.306285725,-0.214631579,7612.6295265 +117,-1.543292796,0.7243617413,278,0.306285725,-0.214631579,7606.6022529 +118,-1.541295822,0.7244024384,278,0.306285725,-0.214631579,7600.6763699 +119,-1.543193859,0.7205570215,278,0.306285725,-0.214631579,7606.5966643 +120,-1.550257047,0.7386738187,278,0.306285725,-0.214631579,7625.7165484 +121,-1.549335448,0.7311736483,278,0.306285725,-0.214631579,7623.8445797 +122,-1.533478843,0.7179891343,278,0.306285725,-0.214631579,7577.8007886 +123,-1.556150555,0.738907041,278,0.306285725,-0.214631579,7642.9363109 +124,-1.554324226,0.733414257,278,0.306285725,-0.214631579,7638.2803014 +125,-1.554290846,0.7288285332,278,0.306285725,-0.214631579,7638.7223513 +126,-1.55122487,0.7219795312,278,0.306285725,-0.214631579,7630.3598893 +127,-1.525104458,0.7229399862,278,0.306285725,-0.214631579,7552.6945323 +128,-1.519607711,0.7236181429,278,0.306285725,-0.214631579,7536.3582996 +129,-1.513899999,0.7251107854,278,0.306285725,-0.214631579,7519.4135743 +130,-1.536620762,0.7431061895,278,0.306285725,-0.214631579,7585.4193817 +131,-1.5369566,0.7460845958,278,0.306285725,-0.214631579,7586.1286382 +132,-1.545345528,0.7447040685,278,0.306285725,-0.214631579,7610.6797814 +133,-1.532813921,0.7432306626,278,0.306285725,-0.214631579,7574.3084959 +134,-1.554788248,0.7382381001,278,0.306285725,-0.214631579,7639.0367942 +135,-1.540348126,0.7301594274,278,0.306285725,-0.214631579,7597.4334956 +136,-1.538016084,0.7239051786,278,0.306285725,-0.214631579,7590.9809511 +137,-1.525288962,0.7258085137,278,0.306285725,-0.214631579,7553.1531397 +138,-1.534326986,0.731241342,278,0.306285725,-0.214631579,7579.5975325 +139,-1.530733872,0.7303625216,278,0.306285725,-0.214631579,7569.0528856 +141,-1.534354939,0.7328219978,278,0.306285725,-0.214631579,7579.575794 +142,-1.53157084,0.7292888153,278,0.306285725,-0.214631579,7571.5817234 +143,-1.525691035,0.7263799874,278,0.306285725,-0.214631579,7554.3245333 +144,-1.534031287,0.7495967835,278,0.306285725,-0.214631579,7577.3149844 +145,-1.527714986,0.7283095957,278,0.306285725,-0.214631579,7560.2371027 +146,-1.526189586,0.7271468292,278,0.306285725,-0.214631579,7555.7725178 +147,-1.555177336,0.7375563366,278,0.306285725,-0.214631579,7640.2648939 +148,-1.555080283,0.7312707794,278,0.306285725,-0.214631579,7640.7649368 +149,-1.53856994,0.7224180299,278,0.306285725,-0.214631579,7592.7202608 +150,-1.530837883,0.729933372,278,0.306285725,-0.214631579,7569.3828834 +151,-1.515066984,0.5854133365,278,0.306285725,-0.214631579,7510.4651255 +152,-1.534731633,0.5368370046,278,0.306285725,-0.214631579,7566.8541904 +153,-1.515231902,0.5607085576,278,0.306285725,-0.214631579,7506.1018924 +154,-2.616253799,1.0684566605,278,0.306285725,-0.214631579,9003.1531026 +155,-1.956071439,0.5792177723,278,0.306285725,-0.214631579,8962.819453 +156,-1.951208514,0.5602434208,278,0.306285725,-0.214631579,8962.1401054 +157,-1.944675062,0.6062144545,278,0.306285725,-0.214631579,8902.9576492 +158,-1.613778386,0.6077989518,278,0.306285725,-0.214631579,7835.127773 +159,-2.035029014,0.6021432345,278,0.306285725,-0.214631579,9191.7915278 +160,-2.114989471,0.6801825058,278,0.306285725,-0.214631579,9320.4446319 +161,-2.037382079,0.5765830025,278,0.306285725,-0.214631579,9227.2504535 +162,-2.129855121,0.6585019963,278,0.306285725,-0.214631579,9398.1012786 +163,-2.075141798,0.6493615843,278,0.306285725,-0.214631579,9253.3360214 +164,-1.828626729,0.6948433129,278,0.306285725,-0.214631579,8470.3898755 +165,-1.863329418,0.6735427691,278,0.306285725,-0.214631579,8592.1598662 +166,-1.266037071,0.727988852,278,0.306285725,-0.214631579,6789.6104675 +167,-1.277579582,0.7249010648,278,0.306285725,-0.214631579,6821.4583513 +168,-1.258418684,0.7241194816,278,0.306285725,-0.214631579,6764.8557637 +169,-1.317813974,0.6804850104,278,0.306285725,-0.214631579,6916.5409103 +170,-1.344165204,0.6790988904,278,0.306285725,-0.214631579,6996.359745 +171,-1.427582102,0.5277120351,278,0.306285725,-0.214631579,7199.4781873 +172,-1.402238616,0.457167829,278,0.306285725,-0.214631579,7077.7328988 +173,-1.422454264,0.4996161999,278,0.306285725,-0.214631579,7169.4302222 +174,-1.439089277,0.4894859811,278,0.306285725,-0.214631579,7222.4660801 +175,-1.448126995,0.5182330266,278,0.306285725,-0.214631579,7265.7043213 +176,-1.474626146,0.5881926574,278,0.306285725,-0.214631579,7377.9135078 +177,-1.421139645,0.5584869783,278,0.306285725,-0.214631579,7190.5696071 +178,-1.457037165,0.565943032,278,0.306285725,-0.214631579,7313.0930703 +179,-2.757159358,0.3745319,278,0.306285725,-0.214631579,11744.814599 +180,-2.714309238,0.342054471,278,0.306285725,-0.214631579,11760.674247 +181,-2.000525337,0.774119946,278,0.306285725,-0.214631579,8860.2978657 +183,-1.571413436,0.6777838382,278,0.306285725,-0.214631579,7695.4575258 +184,-1.552860289,0.6987663893,278,0.306285725,-0.214631579,7637.1550425 +185,-1.521852374,0.7165827476,278,0.306285725,-0.214631579,7543.1357191 +186,-1.503656267,0.6928968252,278,0.306285725,-0.214631579,7487.5708463 +187,-1.502753178,0.7136205882,278,0.306285725,-0.214631579,7485.9718543 +188,-1.631894563,0.7343596465,278,0.306285725,-0.214631579,7865.8246317 +189,-1.653765416,0.6770714026,278,0.306285725,-0.214631579,7949.4502027 +190,-1.719812114,0.6715965947,278,0.306285725,-0.214631579,8154.9180241 +191,-1.493406659,0.6646955447,278,0.306285725,-0.214631579,7453.2216549 +192,-1.469120564,0.6613469966,278,0.306285725,-0.214631579,7376.9326436 +193,-1.590551461,0.5326612937,278,0.306285725,-0.214631579,7756.2806185 +194,-1.625979264,0.5247742243,278,0.306285725,-0.214631579,7876.8198273 +195,-1.572293943,0.5238808754,278,0.306285725,-0.214631579,7692.7145197 +196,-1.610848725,0.5477107964,278,0.306285725,-0.214631579,7826.3073196 +197,-1.208485554,0.7918526018,278,0.306285725,-0.214631579,6671.0248935 +198,-1.335601374,0.6869083083,278,0.306285725,-0.214631579,6973.9846062 +199,-1.346156996,0.6825213377,278,0.306285725,-0.214631579,7004.0501922 +200,-1.324381037,0.6741422347,278,0.306285725,-0.214631579,6933.2772813 +201,-1.242424992,0.7378949807,278,0.306285725,-0.214631579,6727.606834 +202,-1.270370057,0.7392461008,278,0.306285725,-0.214631579,6809.2199213 +203,-1.448950472,0.7441675014,278,0.306285725,-0.214631579,7329.905554 +204,-1.492662363,0.7523026852,278,0.306285725,-0.214631579,7457.4374238 +205,-1.479098966,0.7763855017,278,0.306285725,-0.214631579,7419.1883741 +206,-1.633760714,0.7869022408,278,0.306285725,-0.214631579,7851.1061305 +207,-1.647406434,0.8101289331,278,0.306285725,-0.214631579,7877.6526867 +208,-1.564245052,0.5701509278,278,0.306285725,-0.214631579,7671.3810909 +209,-1.646289963,0.6833746083,278,0.306285725,-0.214631579,7924.6885995 +210,-1.5820631,0.6751952144,278,0.306285725,-0.214631579,7728.5824451 +211,-1.613236298,0.6681681791,278,0.306285725,-0.214631579,7826.1447405 +212,-1.914661867,0.8212566515,278,0.306285725,-0.214631579,8570.7506318 +213,-1.742133237,0.7250275956,278,0.306285725,-0.214631579,8193.3025215 +214,-2.033144872,0.6557314699,278,0.306285725,-0.214631579,9120.5589553 +215,-2.039551981,0.6964723658,278,0.306285725,-0.214631579,9082.8916105 +216,-1.247341019,0.7622473908,278,0.306285725,-0.214631579,6758.0780894 +217,-1.298239787,0.7084123392,278,0.306285725,-0.214631579,6872.8585287 +218,-1.308539688,0.6926545592,278,0.306285725,-0.214631579,6894.9818887 +219,-1.303263185,0.6888938396,278,0.306285725,-0.214631579,6876.9415315 +220,-1.852400229,0.6004246149,278,0.306285725,-0.214631579,8611.9654426 +221,-1.288947707,0.7473773692,278,0.306285725,-0.214631579,6867.5797441 +222,-1.372031502,0.7472790993,278,0.306285725,-0.214631579,7107.3089342 +223,-1.289805721,0.7242157877,278,0.306285725,-0.214631579,6856.9124324 +224,-1.350807603,0.7533498126,278,0.306285725,-0.214631579,7048.3340138 +225,-1.329290365,0.7560442322,278,0.306285725,-0.214631579,6987.7412549 +226,-1.410153004,0.616936428,278,0.306285725,-0.214631579,7177.3655283 +227,-1.393445434,0.6308995063,278,0.306285725,-0.214631579,7129.3001408 +228,-1.37595573,0.6241540638,278,0.306285725,-0.214631579,7070.7015946 +229,-1.358388707,0.6172645205,278,0.306285725,-0.214631579,7011.2839045 +230,-1.753741133,0.8281661666,278,0.306285725,-0.214631579,8148.3719768 +231,-1.47430987,0.6834615681,278,0.306285725,-0.214631579,7396.78853 +232,-1.421012508,0.7222725206,278,0.306285725,-0.214631579,7243.530753 +233,-1.4476833,0.6978557868,278,0.306285725,-0.214631579,7318.1100676 +234,-1.470370723,0.6966193374,278,0.306285725,-0.214631579,7386.7211106 +235,-1.429211703,0.7037216883,278,0.306285725,-0.214631579,7263.5703603 +236,-1.700578405,0.6178673663,278,0.306285725,-0.214631579,8114.2414165 +237,-1.678117619,0.6331716163,278,0.306285725,-0.214631579,8038.013521 +238,-1.725644578,0.6316331145,278,0.306285725,-0.214631579,8189.8441512 +239,-2.14012759,0.7930497945,278,0.306285725,-0.214631579,9174.2768289 +240,-2.103289431,0.7653606263,278,0.306285725,-0.214631579,9138.9252983 +241,-1.318739838,0.7017808746,278,0.306285725,-0.214631579,6930.5366374 +242,-1.396417427,0.7077900843,278,0.306285725,-0.214631579,7166.0900622 +243,-1.35650337,0.7185539404,278,0.306285725,-0.214631579,7050.9525938 +244,-1.248884539,0.7274156818,278,0.306285725,-0.214631579,6739.2005224 +245,-1.395014798,0.5761185243,278,0.306285725,-0.214631579,7111.3119114 +246,-1.433377362,0.6064716109,278,0.306285725,-0.214631579,7248.6737355 +247,-1.408172432,0.5903155476,278,0.306285725,-0.214631579,7160.5845742 +248,-1.749645898,0.7757118084,278,0.306285725,-0.214631579,8179.8770289 +249,-1.571626686,0.615046989,278,0.306285725,-0.214631579,7698.2215188 +250,-1.514070049,0.6303003037,278,0.306285725,-0.214631579,7514.1235043 +251,-1.480890369,0.6237966528,278,0.306285725,-0.214631579,7406.7119223 +252,-1.704390658,0.5281680612,278,0.306285725,-0.214631579,8145.2101644 +253,-1.64434733,0.5254277498,278,0.306285725,-0.214631579,7939.7910813 +254,-1.703855997,0.4792484842,278,0.306285725,-0.214631579,8146.4618079 +255,-1.692002383,0.5748825051,278,0.306285725,-0.214631579,8096.4263069 +256,-1.854136457,0.5544643913,278,0.306285725,-0.214631579,8643.7661757 +257,-1.665021206,0.520317736,278,0.306285725,-0.214631579,8010.7619746 +258,-1.733654349,0.4845187345,278,0.306285725,-0.214631579,8250.8068228 +259,-1.720938188,0.5135933906,278,0.306285725,-0.214631579,8203.7361952 +260,-1.742668307,0.553296122,278,0.306285725,-0.214631579,8270.4717857 +261,-1.965659039,0.7142126903,278,0.306285725,-0.214631579,8849.4917583 +262,-1.944438071,0.6772834804,278,0.306285725,-0.214631579,8831.5545666 +263,-1.270340967,0.7681487096,278,0.306285725,-0.214631579,6826.6665371 +264,-1.353091884,0.6549276821,278,0.306285725,-0.214631579,7012.560846 +265,-1.333236659,0.6413584414,278,0.306285725,-0.214631579,6943.6050482 +266,-1.352015998,0.6753788907,278,0.306285725,-0.214631579,7018.7004164 +267,-1.377988483,0.6577816235,278,0.306285725,-0.214631579,7091.4574072 +268,-2.13075611,0.8318642051,278,0.306285725,-0.214631579,9070.7877301 +269,-2.097910953,0.8259670014,278,0.306285725,-0.214631579,9008.1883068 +270,-1.416382069,0.6694271549,278,0.306285725,-0.214631579,7214.9435855 +271,-1.538905672,0.7535625993,278,0.306285725,-0.214631579,7591.0231037 +272,-1.572309477,0.7803125099,278,0.306285725,-0.214631579,7681.5233998 +273,-1.87759879,0.7503853417,278,0.306285725,-0.214631579,8559.3076685 +274,1.152365588,0.590457682,278,0.306285725,-0.214631579,4507.3748865 +275,0.350198001,0.718001859,278,0.306285725,-0.214631579,3697.6580824 +276,0.046513677,0.491503852,278,0.306285725,-0.214631579,2969.0915097 +277,0.027510309,0.742571376,278,0.306285725,-0.214631579,3924.5687683 +278,0.306285725,-0.214631579,278,0.306285725,-0.214631579,0 +279,-1.100564889,0.318051531,278,0.306285725,-0.214631579,5885.3698261 +280,-1.078582306,0.301437596,278,0.306285725,-0.214631579,5788.363974 +281,-1.137371989,-0.617634065,278,0.306285725,-0.214631579,5325.6786481 +282,0.784356344,0.703272339,278,0.306285725,-0.214631579,4037.5764451 +283,-1.221209947,0.218327455,278,0.306285725,-0.214631579,6241.1057809 +284,2.347301921,-0.449114658,278,0.306285725,-0.214631579,7455.0547906 +285,0.246820618,0.830553713,278,0.306285725,-0.214631579,4145.3105313 +286,0.829414965,0.703288228,278,0.306285725,-0.214631579,4112.1421707 +287,-1.337537566,0.42332223,278,0.306285725,-0.214631579,6828.2980247 +288,0.882453706,0.454478077,278,0.306285725,-0.214631579,3457.3506746 +289,1.575629659,0.416419109,278,0.306285725,-0.214631579,5508.445826 +290,-1.039455679,0.229888244,278,0.306285725,-0.214631579,5570.2956371 +291,0.489558039,0.934482747,278,0.306285725,-0.214631579,4593.7549337 +292,0.081344504,0.88384514,278,0.306285725,-0.214631579,4420.1957419 +293,-1.547979814,0.300350308,278,0.306285725,-0.214631579,7529.0853985 +294,0.040776181,0.168560074,278,0.306285725,-0.214631579,1842.7246045 +295,-1.130374745,0.563894876,278,0.306285725,-0.214631579,6235.4004048 +296,1.578326642,0.478507176,278,0.306285725,-0.214631579,5596.6346032 +297,-1.12861823,-0.291640865,278,0.306285725,-0.214631579,5472.7349996 +298,0.310524208,0.770885792,278,0.306285725,-0.214631579,3903.6642205 +299,0.415649091,-0.387246002,278,0.306285725,-0.214631579,798.80023629 +300,-0.926533878,-0.188022748,278,0.306285725,-0.214631579,4771.3972628 +301,1.258856172,-0.11716081,278,0.306285725,-0.214631579,3735.4998967 +302,-1.126050026,0.322941926,278,0.306285725,-0.214631579,5982.9806981 +303,2.002785835,0.07893892,278,0.306285725,-0.214631579,6773.9333668 +304,0.440437607,0.746258085,278,0.306285725,-0.214631579,3837.1460782 +305,-0.030391866,0.214441206,278,0.306285725,-0.214631579,2153.9522895 +306,0.521557815,-0.058929362,278,0.306285725,-0.214631579,1045.1571356 +307,-0.097005111,0.13317729,278,0.306285725,-0.214631579,2102.2734657 +308,1.83113859,0.221857587,278,0.306285725,-0.214631579,6234.1738187 +309,0.222428864,0.099404236,278,0.306285725,-0.214631579,1286.9828272 +310,-1.702731345,0.8728568183,278,0.306285725,-0.214631579,7980.8853052 +311,-0.418507569,0.278324921,278,0.306285725,-0.214631579,3446.2443651 +312,-1.41153306,0.339029988,278,0.306285725,-0.214631579,7043.0394228 +313,0.357560442,0.114788776,278,0.306285725,-0.214631579,1320.3646346 +314,0.325818979,0.268352149,278,0.306285725,-0.214631579,1914.6307837 +315,-1.246004659,-0.663679965,278,0.306285725,-0.214631579,5643.7581934 +316,1.814603087,0.637404484,278,0.306285725,-0.214631579,6530.1019212 +317,1.843704281,-0.18300445,278,0.306285725,-0.214631579,5941.1638942 +318,1.690644492,-0.211480909,278,0.306285725,-0.214631579,5336.091109 +319,-1.275451936,0.068109467,278,0.306285725,-0.214631579,6321.5956519 +320,0.762430171,-0.207594741,278,0.306285725,-0.214631579,1766.2039813 +321,0.265668905,-0.014647884,278,0.306285725,-0.214631579,808.04369409 +322,-2.773032013,-0.335515811,278,0.306285725,-0.214631579,10251.202961 +323,-1.469512853,0.174058777,278,0.306285725,-0.214631579,7152.4966873 +324,0.286276986,0.785925691,278,0.306285725,-0.214631579,3963.8577116 +325,-1.379324697,0.377432233,278,0.306285725,-0.214631579,6949.0746445 +326,-1.203778265,0.212813032,278,0.306285725,-0.214631579,6170.5114606 +327,0.579916301,0.611743168,278,0.306285725,-0.214631579,3430.6950671 +328,0.267582642,0.868113908,278,0.306285725,-0.214631579,4290.8751779 +329,0.412869244,-0.050245578,278,0.306285725,-0.214631579,773.74495839 +330,0.17524381,0.976660285,278,0.306285725,-0.214631579,4738.6845525 +331,0.743157214,0.204812899,278,0.306285725,-0.214631579,2389.6692744 +332,-1.070758176,0.269382282,278,0.306285725,-0.214631579,5726.872889 +333,-1.230364251,0.329790229,278,0.306285725,-0.214631579,6370.1637273 +334,-1.374813124,-0.024926835,278,0.306285725,-0.214631579,6627.4912958 +335,0.519780566,0.463669906,278,0.306285725,-0.214631579,2809.6523123 +336,-1.55108034,0.239698561,278,0.306285725,-0.214631579,7507.3195111 +337,0.180294813,0.029739425,278,0.306285725,-0.214631579,1087.4730079 +338,0.67820924,0.268170153,278,0.306285725,-0.214631579,2404.8742475 +339,0.445798684,1.024001867,278,0.306285725,-0.214631579,4926.8906388 +340,0.691751283,0.150521402,278,0.306285725,-0.214631579,2096.3520917 +341,-1.036643551,-0.903056181,278,0.306285725,-0.214631579,4998.7763598 +342,-0.120287036,1.083325163,278,0.306285725,-0.214631579,5308.9434594 +343,2.823513113,-0.304487164,278,0.306285725,-0.214631579,9251.3334706 +344,0.457583172,1.12513373,278,0.306285725,-0.214631579,5326.3765844 +345,0.042918831,0.813795399,278,0.306285725,-0.214631579,4179.753418 +346,1.196146777,-0.853142756,278,0.306285725,-0.214631579,3843.8981688 +347,0.206001358,-0.010430701,278,0.306285725,-0.214631579,899.69795154 +348,-0.268308653,0.234799412,278,0.306285725,-0.214631579,2874.1266592 +349,0.759363263,0.736189579,278,0.306285725,-0.214631579,4111.4288887 +350,0.181363926,0.891988372,278,0.306285725,-0.214631579,4404.469372 +351,-0.021111158,0.139103292,278,0.306285725,-0.214631579,1903.9090611 +352,-0.093355215,0.630686981,278,0.306285725,-0.214631579,3666.5105958 +353,0.40118964,0.681375926,278,0.306285725,-0.214631579,3566.3789249 +354,-0.721197315,1.304706234,278,0.306285725,-0.214631579,6510.0105491 +355,-1.076150317,0.212107639,278,0.306285725,-0.214631579,5689.4942818 +356,-1.577164531,0.273993443,278,0.306285725,-0.214631579,7625.3613446 +357,-0.190788414,0.182208586,278,0.306285725,-0.214631579,2509.0122294 +358,-0.261349752,0.209710184,278,0.306285725,-0.214631579,2793.5539679 +359,-1.029303852,0.083549259,278,0.306285725,-0.214631579,5387.4069231 +360,-1.268609162,0.330525297,278,0.306285725,-0.214631579,6510.9799941 +361,1.282982244,-0.926641967,278,0.306285725,-0.214631579,4153.6928812 +362,0.217352334,0.731352408,278,0.306285725,-0.214631579,3761.0596035 +363,-1.511833084,0.258629297,278,0.306285725,-0.214631579,7369.6098404 +364,0.338812194,0.823184618,278,0.306285725,-0.214631579,4112.4056633 +365,-0.324406489,1.134201999,278,0.306285725,-0.214631579,5662.9081473 +366,1.389579348,0.399185724,278,0.306285725,-0.214631579,4852.3836369 +367,2.047152199,-0.039082036,278,0.306285725,-0.214631579,6846.0633515 +368,0.947780369,0.568250077,278,0.306285725,-0.214631579,3938.0292537 +369,0.763824846,0.576754987,278,0.306285725,-0.214631579,3580.0019803 +370,-0.142334657,0.928153068,278,0.306285725,-0.214631579,4775.4390403 +371,0.610266567,0.547265983,278,0.306285725,-0.214631579,3231.4474958 +372,0.210731629,0.746815056,278,0.306285725,-0.214631579,3824.0679094 +373,-1.34931644,0.316895224,278,0.306285725,-0.214631579,6798.3432569 +374,2.407696481,0.655030745,278,0.306285725,-0.214631579,8396.6464715 +375,0.64207831,0.545359131,278,0.306285725,-0.214631579,3269.8083777 +376,1.174597538,0.840588356,278,0.306285725,-0.214631579,5170.231855 +377,0.660059424,0.010604079,278,0.306285725,-0.214631579,1652.4237018 +378,-0.730263819,0.010486456,278,0.306285725,-0.214631579,4169.646825 +379,0.831068936,0.512339172,278,0.306285725,-0.214631579,3509.046898 +380,1.301180979,0.72367476,278,0.306285725,-0.214631579,5189.4760092 +381,1.811128231,0.322854402,278,0.306285725,-0.214631579,6247.7055834 +382,0.435105812,0.992284428,278,0.306285725,-0.214631579,4799.3396017 +383,0.62643634,0.592027932,278,0.306285725,-0.214631579,3415.4425279 +384,0.492988703,-0.516339467,278,0.306285725,-0.214631579,1378.3388742 +385,-0.162469483,0.112549365,278,0.306285725,-0.214631579,2255.3882487 +386,0.314630866,0.472006421,278,0.306285725,-0.214631579,2719.9624431 +387,0.166744804,0.822815954,278,0.306285725,-0.214631579,4138.977325 +388,0.417159608,0.965805736,278,0.306285725,-0.214631579,4690.316106 +389,0.106334961,0.868774244,278,0.306285725,-0.214631579,4347.516196 +390,0.815086969,-0.338144359,278,0.306285725,-0.214631579,1996.604384 +391,0.59867455,-0.230624824,278,0.306285725,-0.214631579,1131.133219 +392,1.915104874,0.066220985,278,0.306285725,-0.214631579,6424.6335666 +393,1.278093622,0.064463721,278,0.306285725,-0.214631579,3981.1905295 +394,-0.061477853,0.302997961,278,0.306285725,-0.214631579,2504.7524596 +395,0.251311504,0.626976942,278,0.306285725,-0.214631579,3339.9558777 +396,2.950242872,0.149095644,278,0.306285725,-0.214631579,10488.964134 +397,-0.180294708,0.35375117,278,0.306285725,-0.214631579,2943.3036524 +398,1.010448592,-0.351180233,278,0.306285725,-0.214631579,2725.3636095 +399,-1.748740498,0.3686318073,278,0.306285725,-0.214631579,8300.6446827 +400,2.699635665,0.123533791,278,0.306285725,-0.214631579,9503.2531976 +401,0.496808033,0.823843254,278,0.306285725,-0.214631579,4168.3935558 +402,0.129574704,0.763364087,278,0.306285725,-0.214631579,3926.112997 +403,1.798920311,0.817447563,278,0.306285725,-0.214631579,6631.2862235 +404,0.335987953,0.746786541,278,0.306285725,-0.214631579,3809.7046968 +405,-1.085413643,0.292154671,278,0.306285725,-0.214631579,5803.9196478 +406,-0.155321003,0.508207011,278,0.306285725,-0.214631579,3363.6264428 +407,0.620529244,-0.301175104,278,0.306285725,-0.214631579,1250.6679383 +408,1.684402744,0.368716966,278,0.306285725,-0.214631579,5834.0923143 +409,0.300582244,-0.386397212,278,0.306285725,-0.214631579,680.70471218 +410,2.913555946,-0.009225192,278,0.306285725,-0.214631579,10163.90115 +411,1.465101417,0.493232532,278,0.306285725,-0.214631579,5246.5635216 +412,0.090612882,0.907955955,278,0.306285725,-0.214631579,4507.5661218 +413,2.987564726,-0.729568594,278,0.306285725,-0.214631579,8344.4559788 +414,-1.484261606,0.224149272,278,0.306285725,-0.214631579,7243.254887 +415,0.164073421,0.303955133,278,0.306285725,-0.214631579,2128.1256259 +416,0.141441293,0.167552546,278,0.306285725,-0.214631579,1646.9912949 +417,2.931321023,-0.506718887,278,0.306285725,-0.214631579,8970.0082191 +418,2.21951565,0.700596356,278,0.306285725,-0.214631579,7800.689182 +419,0.268112576,1.199114336,278,0.306285725,-0.214631579,5600.8842661 +420,0.978913739,0.359223811,278,0.306285725,-0.214631579,3468.010433 +421,1.210898818,0.522863584,278,0.306285725,-0.214631579,4519.0964499 +422,2.347397336,0.129231362,278,0.306285725,-0.214631579,8144.4287444 +423,0.614394501,0.556878345,278,0.306285725,-0.214631579,3271.9057792 +424,-1.398079356,0.148483366,278,0.306285725,-0.214631579,6859.1968121 +425,2.535303836,-0.112984496,278,0.306285725,-0.214631579,8623.5780046 +426,-1.019372593,-0.405322349,278,0.306285725,-0.214631579,5007.173461 +427,-1.297785627,-0.160104069,278,0.306285725,-0.214631579,6214.5375374 +428,2.144554488,0.205051084,278,0.306285725,-0.214631579,7412.995292 +429,-2.242387083,-0.426171285,278,0.306285725,-0.214631579,9023.4253983 +430,0.338637212,0.909723676,278,0.306285725,-0.214631579,4454.9494838 +431,-0.148798452,0.691042401,278,0.306285725,-0.214631579,3959.9366845 +432,0.893524764,0.441829531,278,0.306285725,-0.214631579,3449.3530051 +433,0.969229347,-0.368847936,278,0.306285725,-0.214631579,2581.1114013 +434,0.436043248,0.800045688,278,0.306285725,-0.214631579,4045.7690004 +435,1.687946607,1.081504775,278,0.306285725,-0.214631579,6625.2947618 +436,0.522302046,-0.034889271,278,0.306285725,-0.214631579,1107.0644229 +437,-0.178996113,-0.438090009,278,0.306285725,-0.214631579,2018.1766483 +438,-1.094339566,0.301444068,278,0.306285725,-0.214631579,5845.9830582 +439,-1.064070054,0.242569932,278,0.306285725,-0.214631579,5674.8426224 +440,-1.068153768,0.230387998,278,0.306285725,-0.214631579,5677.7650749 +441,-3.00496892,-0.23989155,278,0.306285725,-0.214631579,10524.196582 +442,0.21751974,0.766874888,278,0.306285725,-0.214631579,3900.9304632 +443,0.117229532,0.007619006,278,0.306285725,-0.214631579,1152.1293982 +444,0.777758451,0.420554741,278,0.306285725,-0.214631579,3107.8993123 +445,-0.252356999,0.250747086,278,0.306285725,-0.214631579,2864.1852108 +446,0.363148444,0.768483434,278,0.306285725,-0.214631579,3899.5198937 +447,0.903191366,-0.118210676,278,0.306285725,-0.214631579,2360.8042114 +448,-0.205755923,0.149406178,278,0.306285725,-0.214631579,2478.4094707 +449,1.811996086,0.02364353,278,0.306285725,-0.214631579,5990.094778 +450,-1.100670221,0.314845373,278,0.306285725,-0.214631579,5882.5411833 +451,0.340078597,0.850105132,278,0.306285725,-0.214631579,4219.0889488 +452,0.258757267,0.804969236,278,0.306285725,-0.214631579,4042.1937373 +453,2.78505352,-0.155160804,278,0.306285725,-0.214631579,9451.743585 +454,0.800551619,0.105822106,278,0.306285725,-0.214631579,2323.6473304 +455,0.437940882,-0.506194031,278,0.306285725,-0.214631579,1252.7625423 +456,2.230431122,0.63458615,278,0.306285725,-0.214631579,7845.6680528 +457,0.527965361,0.127667701,278,0.306285725,-0.214631579,1612.5426284 +458,-0.063643205,0.702093448,278,0.306285725,-0.214631579,3877.3089059 +459,1.408447268,0.133010502,278,0.306285725,-0.214631579,4552.2265116 +460,0.523795955,0.280266966,278,0.306285725,-0.214631579,2137.5151741 +461,-0.975769313,0.072177659,278,0.306285725,-0.214631579,5171.3599895 +462,0.549774164,-0.463663986,278,0.306285725,-0.214631579,1339.3658809 +463,0.29245874,1.095549818,278,0.306285725,-0.214631579,5189.8037013 +464,0.143625958,0.816809593,278,0.306285725,-0.214631579,4126.1707049 +465,0.671902494,0.611159853,278,0.306285725,-0.214631579,3547.2943895 +466,1.239840988,0.6724199,278,0.306285725,-0.214631579,4922.8554436 +467,0.607829703,-0.10932137,278,0.306285725,-0.214631579,1249.7439741 +468,1.763020906,0.263996692,278,0.306285725,-0.214631579,6016.7606733 +469,0.378714634,0.726066797,278,0.306285725,-0.214631579,3735.4892028 +470,2.196736143,-0.153862366,278,0.306285725,-0.214631579,7307.9579784 +471,0.01702415,0.148991565,278,0.306285725,-0.214631579,1836.1105767 +472,-2.998490902,-0.158002487,278,0.306285725,-0.214631579,10834.130665 +473,-3.051262951,-0.346595608,278,0.306285725,-0.214631579,10066.697976 +474,-1.069176439,0.182802941,278,0.306285725,-0.214631579,5634.4847452 +475,0.167157509,0.595344954,278,0.306285725,-0.214631579,3250.8497976 +476,0.613855648,0.681746124,278,0.306285725,-0.214631579,3727.9825448 +477,1.037012736,0.682555367,278,0.306285725,-0.214631579,4460.2132066 +478,-1.253574971,0.379755746,278,0.306285725,-0.214631579,6495.56897 +479,3.108590453,-0.132620738,278,0.306285725,-0.214631579,10526.381397 +480,0.565301296,0.022333262,278,0.306285725,-0.214631579,1385.2133968 +481,0.547898238,0.855555614,278,0.306285725,-0.214631579,4322.5678642 +482,0.948309381,0.417393755,278,0.306285725,-0.214631579,3527.4460499 +483,-0.050600732,0.945269213,278,0.306285725,-0.214631579,4748.8436786 +484,-0.977651478,-0.572363064,278,0.306285725,-0.214631579,4815.1042479 +485,1.102014914,0.728861163,278,0.306285725,-0.214631579,4728.5689142 +486,2.927300795,-0.282939414,278,0.306285725,-0.214631579,9607.923342 +487,-1.154565557,0.124434095,278,0.306285725,-0.214631579,5904.9334101 +488,1.855331234,0.291044755,278,0.306285725,-0.214631579,6383.4235087 +489,0.830290659,0.276904518,278,0.306285725,-0.214631579,2829.6329894 +490,0.485104466,-0.234867441,278,0.306285725,-0.214631579,695.06489221 +491,0.521367572,-0.33161327,278,0.306285725,-0.214631579,941.57275178 +1,-1.539031704,0.7349710123,279,-1.100564889,0.318051531,2214.9599069 +2,-1.536990553,0.7349663874,279,-1.100564889,0.318051531,2210.3944517 +3,-1.534951779,0.7349571355,279,-1.100564889,0.318051531,2205.8337462 +4,-1.532906461,0.7349480293,279,-1.100564889,0.318051531,2201.2703367 +5,-1.531320211,0.7346937278,279,-1.100564889,0.318051531,2197.0946887 +6,-1.539451648,0.7335131775,279,-1.100564889,0.318051531,2212.1527359 +7,-1.537429487,0.7335445708,279,-1.100564889,0.318051531,2207.7072423 +8,-1.535484998,0.7335658704,279,-1.100564889,0.318051531,2203.4207169 +9,-1.533488396,0.7336036027,279,-1.100564889,0.318051531,2199.0717513 +10,-1.531497785,0.7335842962,279,-1.100564889,0.318051531,2194.5995144 +11,-1.530259379,0.7334777758,279,-1.100564889,0.318051531,2191.576348 +12,-1.5335454,0.7322346912,279,-1.100564889,0.318051531,2195.6530592 +13,-1.531489083,0.7322238773,279,-1.100564889,0.318051531,2191.0446025 +14,-1.530011122,0.7321679851,279,-1.100564889,0.318051531,2187.6142968 +15,-1.53348106,0.7306614094,279,-1.100564889,0.318051531,2191.4428058 +16,-1.531441779,0.7306962275,279,-1.100564889,0.318051531,2186.9769047 +17,-1.529755654,0.7306933243,279,-1.100564889,0.318051531,2183.2113505 +18,-1.533415048,0.7291384674,279,-1.100564889,0.318051531,2187.3667624 +19,-1.531392093,0.7291705353,279,-1.100564889,0.318051531,2182.9169005 +20,-1.529296523,0.7291214933,279,-1.100564889,0.318051531,2178.1065967 +21,-1.535280942,0.727267644,279,-1.100564889,0.318051531,2186.7590751 +22,-1.533378158,0.7276139666,279,-1.100564889,0.318051531,2183.3599684 +23,-1.531340368,0.7276446587,279,-1.100564889,0.318051531,2178.8597965 +24,-1.528960113,0.7276398177,279,-1.100564889,0.318051531,2173.5133975 +25,-1.533313146,0.7260818349,279,-1.100564889,0.318051531,2179.2783141 +26,-1.531259555,0.7260958115,279,-1.100564889,0.318051531,2174.6860494 +27,-1.528926415,0.7260865555,279,-1.100564889,0.318051531,2169.4183633 +28,-1.531226779,0.7245511789,279,-1.100564889,0.318051531,2170.6394625 +29,-1.528904772,0.7245519194,279,-1.100564889,0.318051531,2165.4070461 +30,-1.547195875,0.7409785979,279,-1.100564889,0.318051531,2248.6020357 +31,-1.5451475,0.740980426,279,-1.100564889,0.318051531,2244.0446713 +32,-1.543097679,0.7409798872,279,-1.100564889,0.318051531,2239.4893814 +33,-1.540720364,0.7409892687,279,-1.100564889,0.318051531,2234.2465265 +34,-1.547188511,0.7395198392,279,-1.100564889,0.318051531,2244.8546336 +35,-1.545148587,0.7395226109,279,-1.100564889,0.318051531,2240.3057075 +36,-1.543104538,0.7395314908,279,-1.100564889,0.318051531,2235.7746173 +37,-1.540727751,0.7395306258,279,-1.100564889,0.318051531,2230.4915325 +38,-1.547187029,0.7380014886,279,-1.100564889,0.318051531,2240.9761309 +39,-1.545147315,0.7380012252,279,-1.100564889,0.318051531,2236.4065504 +40,-1.54310719,0.7380060743,279,-1.100564889,0.318051531,2231.8604102 +41,-1.540719671,0.7380068206,279,-1.100564889,0.318051531,2226.5419323 +42,-1.547187189,0.7364799098,279,-1.100564889,0.318051531,2237.1015111 +43,-1.545149996,0.7364853874,279,-1.100564889,0.318051531,2232.5388426 +44,-1.543106091,0.7364823484,279,-1.100564889,0.318051531,2227.9506333 +45,-1.540717158,0.7364893901,279,-1.100564889,0.318051531,2222.6294641 +46,-1.538663972,0.7410138672,279,-1.100564889,0.318051531,2229.7668972 +47,-1.53695285,0.7409699132,279,-1.100564889,0.318051531,2225.8808496 +48,-1.534910498,0.7409641297,279,-1.100564889,0.318051531,2221.3743459 +49,-1.533145034,0.7409536636,279,-1.100564889,0.318051531,2217.4737866 +50,-1.538681336,0.7395405883,279,-1.100564889,0.318051531,2225.9829354 +51,-1.536999189,0.7395183096,279,-1.100564889,0.318051531,2222.2064821 +52,-1.534923633,0.7395144222,279,-1.100564889,0.318051531,2217.6187504 +53,-1.533267822,0.7395654306,279,-1.100564889,0.318051531,2214.1088884 +54,-1.53867273,0.7380151077,279,-1.100564889,0.318051531,2222.0143537 +55,-1.536980576,0.7379994392,279,-1.100564889,0.318051531,2218.2219488 +56,-1.534931522,0.7379944961,279,-1.100564889,0.318051531,2213.6765099 +57,-1.533387952,0.7379480264,279,-1.100564889,0.318051531,2210.1485463 +58,-1.538682279,0.7364914363,279,-1.100564889,0.318051531,2218.0991589 +59,-1.536980704,0.7364810563,279,-1.100564889,0.318051531,2214.288391 +60,-1.534935567,0.7364752065,279,-1.100564889,0.318051531,2209.7358262 +61,-1.533042592,0.7363876366,279,-1.100564889,0.318051531,2205.3182731 +62,-1.545143426,0.7349628011,279,-1.100564889,0.318051531,2228.6415832 +63,-1.543105297,0.7349691947,279,-1.100564889,0.318051531,2224.077038 +64,-1.541064533,0.7349647152,279,-1.100564889,0.318051531,2219.4900905 +65,-1.545411803,0.7334624714,279,-1.100564889,0.318051531,2225.4299547 +66,-1.543446606,0.7334780896,279,-1.100564889,0.318051531,2221.0384022 +67,-1.541475327,0.7334957295,279,-1.100564889,0.318051531,2216.6490873 +68,-1.545401939,0.731963266,279,-1.100564889,0.318051531,2221.603143 +69,-1.54342253,0.7319915583,279,-1.100564889,0.318051531,2217.1989104 +70,-1.541455867,0.7320216438,279,-1.100564889,0.318051531,2212.8390662 +71,-1.545410146,0.7304422281,279,-1.100564889,0.318051531,2217.7703831 +72,-1.543435491,0.7304713664,279,-1.100564889,0.318051531,2213.3657772 +73,-1.541463105,0.7304997613,279,-1.100564889,0.318051531,2208.9754544 +74,-1.545414768,0.7289194936,279,-1.100564889,0.318051531,2213.933943 +75,-1.543435774,0.7289538557,279,-1.100564889,0.318051531,2209.5194314 +76,-1.541457714,0.7289765881,279,-1.100564889,0.318051531,2205.0886627 +77,-1.539449415,0.7320555866,279,-1.100564889,0.318051531,2208.4107314 +78,-1.537429183,0.7321097681,279,-1.100564889,0.318051531,2204.015157 +79,-1.535472649,0.7321497267,279,-1.100564889,0.318051531,2199.7375618 +80,-1.539457899,0.7305333307,279,-1.100564889,0.318051531,2204.5354502 +81,-1.537453161,0.7305750503,279,-1.100564889,0.318051531,2200.1290072 +82,-1.535479385,0.7306124949,279,-1.100564889,0.318051531,2195.7928255 +83,-1.53946905,0.7290102593,279,-1.100564889,0.318051531,2200.6728439 +84,-1.537459922,0.7290417293,279,-1.100564889,0.318051531,2196.2166581 +85,-1.535451349,0.7290890157,279,-1.100564889,0.318051531,2191.8140111 +86,-1.535522937,0.7279887191,279,-1.100564889,0.318051531,2189.1525623 +87,-1.539442524,0.7274735939,279,-1.100564889,0.318051531,2196.6990398 +88,-1.537424111,0.727521351,279,-1.100564889,0.318051531,2192.2499184 +89,-1.539384641,0.7259505092,279,-1.100564889,0.318051531,2192.6969208 +90,-1.537372391,0.7259947145,279,-1.100564889,0.318051531,2188.239338 +91,-1.535340789,0.7260435356,279,-1.100564889,0.318051531,2183.7617001 +92,-1.539325716,0.7244369706,279,-1.100564889,0.318051531,2188.724604 +93,-1.537308932,0.7244801057,279,-1.100564889,0.318051531,2184.2407278 +94,-1.535289068,0.7245247645,279,-1.100564889,0.318051531,2179.7657016 +95,-1.533261366,0.7245550236,279,-1.100564889,0.318051531,2175.2481608 +96,-1.539267302,0.722921924,279,-1.100564889,0.318051531,2184.7575695 +97,-1.537248972,0.7229660258,279,-1.100564889,0.318051531,2180.2592965 +98,-1.535219431,0.7229916471,279,-1.100564889,0.318051531,2175.7004435 +99,-1.53318962,0.7230212049,279,-1.100564889,0.318051531,2171.162889 +100,-1.531154816,0.7230299897,279,-1.100564889,0.318051531,2166.5727784 +101,-1.528878341,0.7230370244,279,-1.100564889,0.318051531,2161.4442646 +102,-1.539218189,0.7214009878,279,-1.100564889,0.318051531,2180.8050063 +103,-1.537198791,0.7214422745,279,-1.100564889,0.318051531,2176.2836955 +104,-1.535179266,0.7214634354,279,-1.100564889,0.318051531,2171.7229068 +105,-1.533156501,0.7214944644,279,-1.100564889,0.318051531,2167.1915466 +106,-1.53113574,0.7215166021,279,-1.100564889,0.318051531,2162.6539312 +107,-1.528874248,0.7215345535,279,-1.100564889,0.318051531,2157.5722679 +108,-1.539217656,0.7198512397,279,-1.100564889,0.318051531,2176.8999079 +109,-1.537199919,0.7199428763,279,-1.100564889,0.318051531,2172.4955366 +110,-1.545425832,0.727397149,279,-1.100564889,0.318051531,2210.1219871 +111,-1.543371177,0.7273916949,279,-1.100564889,0.318051531,2205.4210963 +112,-1.541368852,0.7274523163,279,-1.100564889,0.318051531,2201.0179846 +113,-1.545349067,0.7258710923,279,-1.100564889,0.318051531,2206.1084403 +114,-1.54332671,0.7258603556,279,-1.100564889,0.318051531,2201.4548026 +115,-1.541346831,0.7259242142,279,-1.100564889,0.318051531,2197.0975522 +116,-1.545324355,0.7243383958,279,-1.100564889,0.318051531,2202.205664 +117,-1.543292796,0.7243617413,279,-1.100564889,0.318051531,2197.6033171 +118,-1.541295822,0.7244024384,279,-1.100564889,0.318051531,2193.135368 +119,-1.543193859,0.7205570215,279,-1.100564889,0.318051531,2187.8320365 +120,-1.550257047,0.7386738187,279,-1.100564889,0.318051531,2249.5799305 +121,-1.549335448,0.7311736483,279,-1.100564889,0.318051531,2228.5425292 +122,-1.533478843,0.7179891343,279,-1.100564889,0.318051531,2159.0186673 +123,-1.556150555,0.738907041,279,-1.100564889,0.318051531,2263.4607792 +124,-1.554324226,0.733414257,279,-1.100564889,0.318051531,2245.5356286 +125,-1.554290846,0.7288285332,279,-1.100564889,0.318051531,2234.0262271 +126,-1.55122487,0.7219795312,279,-1.100564889,0.318051531,2209.9647575 +127,-1.525104458,0.7229399862,279,-1.100564889,0.318051531,2152.6934087 +128,-1.519607711,0.7236181429,279,-1.100564889,0.318051531,2142.1581546 +129,-1.513899999,0.7251107854,279,-1.100564889,0.318051531,2133.4348608 +130,-1.536620762,0.7431061895,279,-1.100564889,0.318051531,2230.7245285 +131,-1.5369566,0.7460845958,279,-1.100564889,0.318051531,2239.2558224 +132,-1.545345528,0.7447040685,279,-1.100564889,0.318051531,2254.073247 +133,-1.532813921,0.7432306626,279,-1.100564889,0.318051531,2222.7281457 +134,-1.554788248,0.7382381001,279,-1.100564889,0.318051531,2258.695991 +135,-1.540348126,0.7301594274,279,-1.100564889,0.318051531,2205.5894411 +136,-1.538016084,0.7239051786,279,-1.100564889,0.318051531,2184.390838 +137,-1.525288962,0.7258085137,279,-1.100564889,0.318051531,2160.5507364 +138,-1.534326986,0.731241342,279,-1.100564889,0.318051531,2194.8320288 +139,-1.530733872,0.7303625216,279,-1.100564889,0.318051531,2184.5326875 +141,-1.534354939,0.7328219978,279,-1.100564889,0.318051531,2198.9777446 +142,-1.53157084,0.7292888153,279,-1.100564889,0.318051531,2183.6226846 +143,-1.525691035,0.7263799874,279,-1.100564889,0.318051531,2162.9350414 +144,-1.534031287,0.7495967835,279,-1.100564889,0.318051531,2242.1666407 +145,-1.527714986,0.7283095957,279,-1.100564889,0.318051531,2172.4691957 +146,-1.526189586,0.7271468292,279,-1.100564889,0.318051531,2166.0424637 +147,-1.555177336,0.7375563366,279,-1.100564889,0.318051531,2257.8618339 +148,-1.555080283,0.7312707794,279,-1.100564889,0.318051531,2241.9145349 +149,-1.53856994,0.7224180299,279,-1.100564889,0.318051531,2181.8887287 +150,-1.530837883,0.729933372,279,-1.100564889,0.318051531,2183.652509 +151,-1.515066984,0.5854133365,279,-1.100564889,0.318051531,1809.7379017 +152,-1.534731633,0.5368370046,279,-1.100564889,0.318051531,1782.5833136 +153,-1.515231902,0.5607085576,279,-1.100564889,0.318051531,1763.3862431 +154,-2.616253799,1.0684566605,279,-1.100564889,0.318051531,5018.0572636 +155,-1.956071439,0.5792177723,279,-1.100564889,0.318051531,3191.9213809 +156,-1.951208514,0.5602434208,279,-1.100564889,0.318051531,3168.0946153 +157,-1.944675062,0.6062144545,279,-1.100564889,0.318051531,3168.2985021 +158,-1.613778386,0.6077989518,279,-1.100564889,0.318051531,2137.7453744 +159,-2.035029014,0.6021432345,279,-1.100564889,0.318051531,3459.1512385 +160,-2.114989471,0.6801825058,279,-1.100564889,0.318051531,3738.6199112 +161,-2.037382079,0.5765830025,279,-1.100564889,0.318051531,3459.8425264 +162,-2.129855121,0.6585019963,279,-1.100564889,0.318051531,3778.0769038 +163,-2.075141798,0.6493615843,279,-1.100564889,0.318051531,3603.761685 +164,-1.828626729,0.6948433129,279,-1.100564889,0.318051531,2893.3740148 +165,-1.863329418,0.6735427691,279,-1.100564889,0.318051531,2970.2583403 +166,-1.266037071,0.727988852,279,-1.100564889,0.318051531,1717.4781216 +167,-1.277579582,0.7249010648,279,-1.100564889,0.318051531,1719.3520391 +168,-1.258418684,0.7241194816,279,-1.100564889,0.318051531,1694.9537945 +169,-1.317813974,0.6804850104,279,-1.100564889,0.318051531,1618.4171288 +170,-1.344165204,0.6790988904,279,-1.100564889,0.318051531,1657.6185918 +171,-1.427582102,0.5277120351,279,-1.100564889,0.318051531,1440.3369043 +172,-1.402238616,0.457167829,279,-1.100564889,0.318051531,1234.1816331 +173,-1.422454264,0.4996161999,279,-1.100564889,0.318051531,1370.4591891 +174,-1.439089277,0.4894859811,279,-1.100564889,0.318051531,1404.8224021 +175,-1.448126995,0.5182330266,279,-1.100564889,0.318051531,1483.3721022 +176,-1.474626146,0.5881926574,279,-1.100564889,0.318051531,1702.0455723 +177,-1.421139645,0.5584869783,279,-1.100564889,0.318051531,1488.7361584 +178,-1.457037165,0.565943032,279,-1.100564889,0.318051531,1604.9436314 +179,-2.757159358,0.3745319,279,-1.100564889,0.318051531,6068.7915536 +180,-2.714309238,0.342054471,279,-1.100564889,0.318051531,5958.4286761 +181,-2.000525337,0.774119946,279,-1.100564889,0.318051531,3466.7928498 +183,-1.571413436,0.6777838382,279,-1.100564889,0.318051531,2156.0618673 +184,-1.552860289,0.6987663893,279,-1.100564889,0.318051531,2157.6323675 +185,-1.521852374,0.7165827476,279,-1.100564889,0.318051531,2128.9196566 +186,-1.503656267,0.6928968252,279,-1.100564889,0.318051531,2026.2089602 +187,-1.502753178,0.7136205882,279,-1.100564889,0.318051531,2078.2966514 +188,-1.631894563,0.7343596465,279,-1.100564889,0.318051531,2431.7919969 +189,-1.653765416,0.6770714026,279,-1.100564889,0.318051531,2373.1942354 +190,-1.719812114,0.6715965947,279,-1.100564889,0.318051531,2548.3643693 +191,-1.493406659,0.6646955447,279,-1.100564889,0.318051531,1930.4729064 +192,-1.469120564,0.6613469966,279,-1.100564889,0.318051531,1863.8855262 +193,-1.590551461,0.5326612937,279,-1.100564889,0.318051531,1953.8926798 +194,-1.625979264,0.5247742243,279,-1.100564889,0.318051531,2059.6339543 +195,-1.572293943,0.5238808754,279,-1.100564889,0.318051531,1883.4355845 +196,-1.610848725,0.5477107964,279,-1.100564889,0.318051531,2038.730973 +197,-1.208485554,0.7918526018,279,-1.100564889,0.318051531,1910.1533804 +198,-1.335601374,0.6869083083,279,-1.100564889,0.318051531,1668.8710001 +199,-1.346156996,0.6825213377,279,-1.100564889,0.318051531,1672.271723 +200,-1.324381037,0.6741422347,279,-1.100564889,0.318051531,1607.6636264 +201,-1.242424992,0.7378949807,279,-1.100564889,0.318051531,1730.3228241 +202,-1.270370057,0.7392461008,279,-1.100564889,0.318051531,1763.6073744 +203,-1.448950472,0.7441675014,279,-1.100564889,0.318051531,2053.4847322 +204,-1.492662363,0.7523026852,279,-1.100564889,0.318051531,2163.1105588 +205,-1.479098966,0.7763855017,279,-1.100564889,0.318051531,2206.4862314 +206,-1.633760714,0.7869022408,279,-1.100564889,0.318051531,2555.5298443 +207,-1.647406434,0.8101289331,279,-1.100564889,0.318051531,2640.8392468 +208,-1.564245052,0.5701509278,279,-1.100564889,0.318051531,1927.1226191 +209,-1.646289963,0.6833746083,279,-1.100564889,0.318051531,2364.7253908 +210,-1.5820631,0.6751952144,279,-1.100564889,0.318051531,2177.9817854 +211,-1.613236298,0.6681681791,279,-1.100564889,0.318051531,2246.1701361 +212,-1.914661867,0.8212566515,279,-1.100564889,0.318051531,3296.7129653 +213,-1.742133237,0.7250275956,279,-1.100564889,0.318051531,2697.3566613 +214,-2.033144872,0.6557314699,279,-1.100564889,0.318051531,3475.157006 +215,-2.039551981,0.6964723658,279,-1.100564889,0.318051531,3517.4467488 +216,-1.247341019,0.7622473908,279,-1.100564889,0.318051531,1826.3639462 +217,-1.298239787,0.7084123392,279,-1.100564889,0.318051531,1686.436963 +218,-1.308539688,0.6926545592,279,-1.100564889,0.318051531,1645.923186 +219,-1.303263185,0.6888938396,279,-1.100564889,0.318051531,1625.1020921 +220,-1.852400229,0.6004246149,279,-1.100564889,0.318051531,2867.9193449 +221,-1.288947707,0.7473773692,279,-1.100564889,0.318051531,1814.2953197 +222,-1.372031502,0.7472790993,279,-1.100564889,0.318051531,1928.7466156 +223,-1.289805721,0.7242157877,279,-1.100564889,0.318051531,1731.7403417 +224,-1.350807603,0.7533498126,279,-1.100564889,0.318051531,1916.9206456 +225,-1.329290365,0.7560442322,279,-1.100564889,0.318051531,1896.0246604 +226,-1.410153004,0.616936428,279,-1.100564889,0.318051531,1606.9080205 +227,-1.393445434,0.6308995063,279,-1.100564889,0.318051531,1607.2502303 +228,-1.37595573,0.6241540638,279,-1.100564889,0.318051531,1549.3344388 +229,-1.358388707,0.6172645205,279,-1.100564889,0.318051531,1491.2090768 +230,-1.753741133,0.8281661666,279,-1.100564889,0.318051531,2919.3440273 +231,-1.47430987,0.6834615681,279,-1.100564889,0.318051531,1934.1364525 +232,-1.421012508,0.7222725206,279,-1.100564889,0.318051531,1934.1701907 +233,-1.4476833,0.6978557868,279,-1.100564889,0.318051531,1915.5173252 +234,-1.470370723,0.6966193374,279,-1.100564889,0.318051531,1960.9066106 +235,-1.429211703,0.7037216883,279,-1.100564889,0.318051531,1894.4718621 +236,-1.700578405,0.6178673663,279,-1.100564889,0.318051531,2412.7111106 +237,-1.678117619,0.6331716163,279,-1.100564889,0.318051531,2367.9984372 +238,-1.725644578,0.6316331145,279,-1.100564889,0.318051531,2507.115945 +239,-2.14012759,0.7930497945,279,-1.100564889,0.318051531,3865.4176293 +240,-2.103289431,0.7653606263,279,-1.100564889,0.318051531,3745.9655201 +241,-1.318739838,0.7017808746,279,-1.100564889,0.318051531,1692.6228339 +242,-1.396417427,0.7077900843,279,-1.100564889,0.318051531,1843.3475677 +243,-1.35650337,0.7185539404,279,-1.100564889,0.318051531,1808.4307055 +244,-1.248884539,0.7274156818,279,-1.100564889,0.318051531,1697.3360314 +245,-1.395014798,0.5761185243,279,-1.100564889,0.318051531,1462.5345939 +246,-1.433377362,0.6064716109,279,-1.100564889,0.318051531,1636.4073223 +247,-1.408172432,0.5903155476,279,-1.100564889,0.318051531,1532.0745453 +248,-1.749645898,0.7757118084,279,-1.100564889,0.318051531,2807.2946274 +249,-1.571626686,0.615046989,279,-1.100564889,0.318051531,2028.3499221 +250,-1.514070049,0.6303003037,279,-1.100564889,0.318051531,1901.4705403 +251,-1.480890369,0.6237966528,279,-1.100564889,0.318051531,1799.8002983 +252,-1.704390658,0.5281680612,279,-1.100564889,0.318051531,2322.7707286 +253,-1.64434733,0.5254277498,279,-1.100564889,0.318051531,2120.8510062 +254,-1.703855997,0.4792484842,279,-1.100564889,0.318051531,2284.414477 +255,-1.692002383,0.5748825051,279,-1.100564889,0.318051531,2330.9114953 +256,-1.854136457,0.5544643913,279,-1.100564889,0.318051531,2841.4749717 +257,-1.665021206,0.520317736,279,-1.100564889,0.318051531,2184.2452574 +258,-1.733654349,0.4845187345,279,-1.100564889,0.318051531,2390.9348127 +259,-1.720938188,0.5135933906,279,-1.100564889,0.318051531,2366.4178254 +260,-1.742668307,0.553296122,279,-1.100564889,0.318051531,2471.9263611 +261,-1.965659039,0.7142126903,279,-1.100564889,0.318051531,3312.0036813 +262,-1.944438071,0.6772834804,279,-1.100564889,0.318051531,3217.2165884 +263,-1.270340967,0.7681487096,279,-1.100564889,0.318051531,1870.2669674 +264,-1.353091884,0.6549276821,279,-1.100564889,0.318051531,1596.1701079 +265,-1.333236659,0.6413584414,279,-1.100564889,0.318051531,1515.6458744 +266,-1.352015998,0.6753788907,279,-1.100564889,0.318051531,1659.4079752 +267,-1.377988483,0.6577816235,279,-1.100564889,0.318051531,1653.7290542 +268,-2.13075611,0.8318642051,279,-1.100564889,0.318051531,3865.6893973 +269,-2.097910953,0.8259670014,279,-1.100564889,0.318051531,3774.9288858 +270,-1.416382069,0.6694271549,279,-1.100564889,0.318051531,1767.6861717 +271,-1.538905672,0.7535625993,279,-1.100564889,0.318051531,2263.1554553 +272,-1.572309477,0.7803125099,279,-1.100564889,0.318051531,2404.6573506 +273,-1.87759879,0.7503853417,279,-1.100564889,0.318051531,3102.606928 +274,1.152365588,0.590457682,279,-1.100564889,0.318051531,7526.1068759 +275,0.350198001,0.718001859,279,-1.100564889,0.318051531,5050.7369818 +276,0.046513677,0.491503852,279,-1.100564889,0.318051531,4184.946948 +277,0.027510309,0.742571376,279,-1.100564889,0.318051531,4096.3413241 +278,0.306285725,-0.214631579,279,-1.100564889,0.318051531,5885.3698261 +279,-1.100564889,0.318051531,279,-1.100564889,0.318051531,0 +280,-1.078582306,0.301437596,279,-1.100564889,0.318051531,105.86646295 +281,-1.137371989,-0.617634065,279,-1.100564889,0.318051531,3708.8307094 +282,0.784356344,0.703272339,279,-1.100564889,0.318051531,6307.5393158 +283,-1.221209947,0.218327455,279,-1.100564889,0.318051531,606.73377995 +284,2.347301921,-0.449114658,279,-1.100564889,0.318051531,11206.507221 +285,0.246820618,0.830553713,279,-1.100564889,0.318051531,4708.6459156 +286,0.829414965,0.703288228,279,-1.100564889,0.318051531,6429.6330541 +287,-1.337537566,0.42332223,279,-1.100564889,0.318051531,968.40559016 +288,0.882453706,0.454478077,279,-1.100564889,0.318051531,7038.2797899 +289,1.575629659,0.416419109,279,-1.100564889,0.318051531,9023.6023216 +290,-1.039455679,0.229888244,279,-1.100564889,0.318051531,419.77058633 +291,0.489558039,0.934482747,279,-1.100564889,0.318051531,5259.4346462 +292,0.081344504,0.88384514,279,-1.100564889,0.318051531,4283.0209258 +293,-1.547979814,0.300350308,279,-1.100564889,0.318051531,1688.2670458 +294,0.040776181,0.168560074,279,-1.100564889,0.318051531,4406.9256788 +295,-1.130374745,0.563894876,279,-1.100564889,0.318051531,979.57347613 +296,1.578326642,0.478507176,279,-1.100564889,0.318051531,8823.1437047 +297,-1.12861823,-0.291640865,279,-1.100564889,0.318051531,2417.4665772 +298,0.310524208,0.770885792,279,-1.100564889,0.318051531,4905.5866721 +299,0.415649091,-0.387246002,279,-1.100564889,0.318051531,6499.8663604 +300,-0.926533878,-0.188022748,279,-1.100564889,0.318051531,2116.8744523 +301,1.258856172,-0.11716081,279,-1.100564889,0.318051531,9325.2464615 +302,-1.126050026,0.322941926,279,-1.100564889,0.318051531,97.74461143 +303,2.002785835,0.07893892,279,-1.100564889,0.318051531,10864.292079 +304,0.440437607,0.746258085,279,-1.100564889,0.318051531,5290.1345297 +305,-0.030391866,0.214441206,279,-1.100564889,0.318051531,4092.8204526 +306,0.521557815,-0.058929362,279,-1.100564889,0.318051531,6487.7631112 +307,-0.097005111,0.13317729,279,-1.100564889,0.318051531,3927.6858556 +308,1.83113859,0.221857587,279,-1.100564889,0.318051531,10153.404472 +309,0.222428864,0.099404236,279,-1.100564889,0.318051531,5168.3690397 +310,-1.702731345,0.8728568183,279,-1.100564889,0.318051531,2906.5617889 +311,-0.418507569,0.278324921,279,-1.100564889,0.318051531,2582.4754491 +312,-1.41153306,0.339029988,279,-1.100564889,0.318051531,1168.3007216 +313,0.357560442,0.114788776,279,-1.100564889,0.318051531,5657.9203387 +314,0.325818979,0.268352149,279,-1.100564889,0.318051531,5364.7615229 +315,-1.246004659,-0.663679965,279,-1.100564889,0.318051531,3926.1529815 +316,1.814603087,0.637404484,279,-1.100564889,0.318051531,8565.5507758 +317,1.843704281,-0.18300445,279,-1.100564889,0.318051531,11517.386797 +318,1.690644492,-0.211480909,279,-1.100564889,0.318051531,11040.59616 +319,-1.275451936,0.068109467,279,-1.100564889,0.318051531,1199.8385316 +320,0.762430171,-0.207594741,279,-1.100564889,0.318051531,7563.2147867 +321,0.265668905,-0.014647884,279,-1.100564889,0.318051531,5471.3886417 +322,-2.773032013,-0.335515811,279,-1.100564889,0.318051531,6995.2364381 +323,-1.469512853,0.174058777,279,-1.100564889,0.318051531,1526.0337044 +324,0.286276986,0.785925691,279,-1.100564889,0.318051531,4830.79175 +325,-1.379324697,0.377432233,279,-1.100564889,0.318051531,1063.7991758 +326,-1.203778265,0.212813032,279,-1.100564889,0.318051531,573.77456349 +327,0.579916301,0.611743168,279,-1.100564889,0.318051531,5847.1592631 +328,0.267582642,0.868113908,279,-1.100564889,0.318051531,4753.9356809 +329,0.412869244,-0.050245578,279,-1.100564889,0.318051531,6068.6718647 +330,0.17524381,0.976660285,279,-1.100564889,0.318051531,4532.4478532 +331,0.743157214,0.204812899,279,-1.100564889,0.318051531,6967.3337176 +332,-1.070758176,0.269382282,279,-1.100564889,0.318051531,223.45305137 +333,-1.230364251,0.329790229,279,-1.100564889,0.318051531,489.57209904 +334,-1.374813124,-0.024926835,279,-1.100564889,0.318051531,1728.6513017 +335,0.519780566,0.463669906,279,-1.100564889,0.318051531,5833.9995197 +336,-1.55108034,0.239698561,279,-1.100564889,0.318051531,1741.7528936 +337,0.180294813,0.029739425,279,-1.100564889,0.318051531,5094.7968088 +338,0.67820924,0.268170153,279,-1.100564889,0.318051531,6643.601121 +339,0.445798684,1.024001867,279,-1.100564889,0.318051531,5101.1718985 +340,0.691751283,0.150521402,279,-1.100564889,0.318051531,6856.1752405 +341,-1.036643551,-0.903056181,279,-1.100564889,0.318051531,4841.8708331 +342,-0.120287036,1.083325163,279,-1.100564889,0.318051531,4037.2310883 +343,2.823513113,-0.304487164,279,-1.100564889,0.318051531,9500.3736015 +344,0.457583172,1.12513373,279,-1.100564889,0.318051531,5067.453325 +345,0.042918831,0.813795399,279,-1.100564889,0.318051531,4158.714889 +346,1.196146777,-0.853142756,279,-1.100564889,0.318051531,9025.87485 +347,0.206001358,-0.010430701,279,-1.100564889,0.318051531,5242.3465785 +348,-0.268308653,0.234799412,279,-1.100564889,0.318051531,3180.1273551 +349,0.759363263,0.736189579,279,-1.100564889,0.318051531,6185.1154272 +350,0.181363926,0.891988372,279,-1.100564889,0.318051531,4534.3202525 +351,-0.021111158,0.139103292,279,-1.100564889,0.318051531,4206.3473559 +352,-0.093355215,0.630686981,279,-1.100564889,0.318051531,3701.5600995 +353,0.40118964,0.681375926,279,-1.100564889,0.318051531,5229.7952211 +354,-0.721197315,1.304706234,279,-1.100564889,0.318051531,3991.8864636 +355,-1.076150317,0.212107639,279,-1.100564889,0.318051531,429.8849602 +356,-1.577164531,0.273993443,279,-1.100564889,0.318051531,1812.4481443 +357,-0.190788414,0.182208586,279,-1.100564889,0.318051531,3521.5599733 +358,-0.261349752,0.209710184,279,-1.100564889,0.318051531,3228.9117264 +359,-1.029303852,0.083549259,279,-1.100564889,0.318051531,968.96612186 +360,-1.268609162,0.330525297,279,-1.100564889,0.318051531,632.78040829 +361,1.282982244,-0.926641967,279,-1.100564889,0.318051531,9099.6427204 +362,0.217352334,0.731352408,279,-1.100564889,0.318051531,4653.3804485 +363,-1.511833084,0.258629297,279,-1.100564889,0.318051531,1578.2363513 +364,0.338812194,0.823184618,279,-1.100564889,0.318051531,4956.9986097 +365,-0.324406489,1.134201999,279,-1.100564889,0.318051531,3819.5413716 +366,1.389579348,0.399185724,279,-1.100564889,0.318051531,8645.5252022 +367,2.047152199,-0.039082036,279,-1.100564889,0.318051531,11338.594314 +368,0.947780369,0.568250077,279,-1.100564889,0.318051531,7018.1092791 +369,0.763824846,0.576754987,279,-1.100564889,0.318051531,6459.281882 +370,-0.142334657,0.928153068,279,-1.100564889,0.318051531,3782.6112349 +371,0.610266567,0.547265983,279,-1.100564889,0.318051531,6025.7400866 +372,0.210731629,0.746815056,279,-1.100564889,0.318051531,4629.4674049 +373,-1.34931644,0.316895224,279,-1.100564889,0.318051531,935.8410833 +374,2.407696481,0.655030745,279,-1.100564889,0.318051531,8354.1575423 +375,0.64207831,0.545359131,279,-1.100564889,0.318051531,6129.429445 +376,1.174597538,0.840588356,279,-1.100564889,0.318051531,6927.8800146 +377,0.660059424,0.010604079,279,-1.100564889,0.318051531,6922.3098162 +378,-0.730263819,0.010486456,279,-1.100564889,0.318051531,1886.645358 +379,0.831068936,0.512339172,279,-1.100564889,0.318051531,6774.2631325 +380,1.301180979,0.72367476,279,-1.100564889,0.318051531,7506.4869498 +381,1.811128231,0.322854402,279,-1.100564889,0.318051531,9752.1438952 +382,0.435105812,0.992284428,279,-1.100564889,0.318051531,5097.5299455 +383,0.62643634,0.592027932,279,-1.100564889,0.318051531,6016.294382 +384,0.492988703,-0.516339467,279,-1.100564889,0.318051531,6911.3838902 +385,-0.162469483,0.112549365,279,-1.100564889,0.318051531,3706.400851 +386,0.314630866,0.472006421,279,-1.100564889,0.318051531,5125.4743901 +387,0.166744804,0.822815954,279,-1.100564889,0.318051531,4494.9506501 +388,0.417159608,0.965805736,279,-1.100564889,0.318051531,5073.5779432 +389,0.106334961,0.868774244,279,-1.100564889,0.318051531,4341.5893835 +390,0.815086969,-0.338144359,279,-1.100564889,0.318051531,7880.7796302 +391,0.59867455,-0.230624824,279,-1.100564889,0.318051531,6978.8244198 +392,1.915104874,0.066220985,279,-1.100564889,0.318051531,10844.322267 +393,1.278093622,0.064463721,279,-1.100564889,0.318051531,9103.4692764 +394,-0.061477853,0.302997961,279,-1.100564889,0.318051531,3901.1685927 +395,0.251311504,0.626976942,279,-1.100564889,0.318051531,4803.3870246 +396,2.950242872,0.149095644,279,-1.100564889,0.318051531,8437.4683744 +397,-0.180294708,0.35375117,279,-1.100564889,0.318051531,3429.8839555 +398,1.010448592,-0.351180233,279,-1.100564889,0.318051531,8606.4244978 +399,-1.748740498,0.3686318073,279,-1.100564889,0.318051531,2420.5428312 +400,2.699635665,0.123533791,279,-1.100564889,0.318051531,9331.8629389 +401,0.496808033,0.823843254,279,-1.100564889,0.318051531,5374.5114689 +402,0.129574704,0.763364087,279,-1.100564889,0.318051531,4393.0543965 +403,1.798920311,0.817447563,279,-1.100564889,0.318051531,7863.7449591 +404,0.335987953,0.746786541,279,-1.100564889,0.318051531,4991.2655477 +405,-1.085413643,0.292154671,279,-1.100564889,0.318051531,117.46737509 +406,-0.155321003,0.508207011,279,-1.100564889,0.318051531,3481.0128462 +407,0.620529244,-0.301175104,279,-1.100564889,0.318051531,7135.431156 +408,1.684402744,0.368716966,279,-1.100564889,0.318051531,9391.8365346 +409,0.300582244,-0.386397212,279,-1.100564889,0.318051531,6100.3144651 +410,2.913555946,-0.009225192,279,-1.100564889,0.318051531,8838.1443532 +411,1.465101417,0.493232532,279,-1.100564889,0.318051531,8545.8115017 +412,0.090612882,0.907955955,279,-1.100564889,0.318051531,4314.7776937 +413,2.987564726,-0.729568594,279,-1.100564889,0.318051531,8882.477413 +414,-1.484261606,0.224149272,279,-1.100564889,0.318051531,1509.5364955 +415,0.164073421,0.303955133,279,-1.100564889,0.318051531,4734.5028438 +416,0.141441293,0.167552546,279,-1.100564889,0.318051531,4786.2846673 +417,2.931321023,-0.506718887,279,-1.100564889,0.318051531,9153.107875 +418,2.21951565,0.700596356,279,-1.100564889,0.318051531,8355.537088 +419,0.268112576,1.199114336,279,-1.100564889,0.318051531,4760.6068585 +420,0.978913739,0.359223811,279,-1.100564889,0.318051531,7525.2663434 +421,1.210898818,0.522863584,279,-1.100564889,0.318051531,7848.248106 +422,2.347397336,0.129231362,279,-1.100564889,0.318051531,10305.339644 +423,0.614394501,0.556878345,279,-1.100564889,0.318051531,6026.0066712 +424,-1.398079356,0.148483366,279,-1.100564889,0.318051531,1327.200238 +425,2.535303836,-0.112984496,279,-1.100564889,0.318051531,10370.364175 +426,-1.019372593,-0.405322349,279,-1.100564889,0.318051531,2882.4494363 +427,-1.297785627,-0.160104069,279,-1.100564889,0.318051531,2044.9352105 +428,2.144554488,0.205051084,279,-1.100564889,0.318051531,10332.695897 +429,-2.242387083,-0.426171285,279,-1.100564889,0.318051531,5300.7650895 +430,0.338637212,0.909723676,279,-1.100564889,0.318051531,4917.6602531 +431,-0.148798452,0.691042401,279,-1.100564889,0.318051531,3552.7560802 +432,0.893524764,0.441829531,279,-1.100564889,0.318051531,7096.395266 +433,0.969229347,-0.368847936,279,-1.100564889,0.318051531,8466.013715 +434,0.436043248,0.800045688,279,-1.100564889,0.318051531,5233.4971332 +435,1.687946607,1.081504775,279,-1.100564889,0.318051531,6789.7552658 +436,0.522302046,-0.034889271,279,-1.100564889,0.318051531,6460.976614 +437,-0.178996113,-0.438090009,279,-1.100564889,0.318051531,4646.3624726 +438,-1.094339566,0.301444068,279,-1.100564889,0.318051531,69.848564956 +439,-1.064070054,0.242569932,279,-1.100564889,0.318051531,329.66055621 +440,-1.068153768,0.230387998,279,-1.100564889,0.318051531,368.55536796 +441,-3.00496892,-0.23989155,279,-1.100564889,0.318051531,7750.609716 +442,0.21751974,0.766874888,279,-1.100564889,0.318051531,4643.6085633 +443,0.117229532,0.007619006,279,-1.100564889,0.318051531,4886.6768865 +444,0.777758451,0.420554741,279,-1.100564889,0.318051531,6757.4791431 +445,-0.252356999,0.250747086,279,-1.100564889,0.318051531,3226.9002444 +446,0.363148444,0.768483434,279,-1.100564889,0.318051531,5055.0834847 +447,0.903191366,-0.118210676,279,-1.100564889,0.318051531,7994.0467295 +448,-0.205755923,0.149406178,279,-1.100564889,0.318051531,3500.740766 +449,1.811996086,0.02364353,279,-1.100564889,0.318051531,10822.528642 +450,-1.100670221,0.314845373,279,-1.100564889,0.318051531,12.705780095 +451,0.340078597,0.850105132,279,-1.100564889,0.318051531,4947.1266348 +452,0.258757267,0.804969236,279,-1.100564889,0.318051531,4747.9116443 +453,2.78505352,-0.155160804,279,-1.100564889,0.318051531,9514.5334949 +454,0.800551619,0.105822106,279,-1.100564889,0.318051531,7318.5185962 +455,0.437940882,-0.506194031,279,-1.100564889,0.318051531,6717.5535698 +456,2.230431122,0.63458615,279,-1.100564889,0.318051531,8604.3518799 +457,0.527965361,0.127667701,279,-1.100564889,0.318051531,6279.5447144 +458,-0.063643205,0.702093448,279,-1.100564889,0.318051531,3814.7694227 +459,1.408447268,0.133010502,279,-1.100564889,0.318051531,9393.3458352 +460,0.523795955,0.280266966,279,-1.100564889,0.318051531,6072.8300354 +461,-0.975769313,0.072177659,279,-1.100564889,0.318051531,1087.3450102 +462,0.549774164,-0.463663986,279,-1.100564889,0.318051531,7049.2835368 +463,0.29245874,1.095549818,279,-1.100564889,0.318051531,4784.7751315 +464,0.143625958,0.816809593,279,-1.100564889,0.318051531,4432.4188071 +465,0.671902494,0.611159853,279,-1.100564889,0.318051531,6128.3491014 +466,1.239840988,0.6724199,279,-1.100564889,0.318051531,7521.7221554 +467,0.607829703,-0.10932137,279,-1.100564889,0.318051531,6872.9742562 +468,1.763020906,0.263996692,279,-1.100564889,0.318051531,9895.8118323 +469,0.378714634,0.726066797,279,-1.100564889,0.318051531,5128.5803446 +470,2.196736143,-0.153862366,279,-1.100564889,0.318051531,11559.780674 +471,0.01702415,0.148991565,279,-1.100564889,0.318051531,4338.8213206 +472,-2.998490902,-0.158002487,279,-1.100564889,0.318051531,7640.8575975 +473,-3.051262951,-0.346595608,279,-1.100564889,0.318051531,8015.594177 +474,-1.069176439,0.182802941,279,-1.100564889,0.318051531,549.06971541 +475,0.167157509,0.595344954,279,-1.100564889,0.318051531,4548.2188737 +476,0.613855648,0.681746124,279,-1.100564889,0.318051531,5859.0061352 +477,1.037012736,0.682555367,279,-1.100564889,0.318051531,7013.358163 +478,-1.253574971,0.379755746,279,-1.100564889,0.318051531,619.60660715 +479,3.108590453,-0.132620738,279,-1.100564889,0.318051531,8274.9032152 +480,0.565301296,0.022333262,279,-1.100564889,0.318051531,6551.7015657 +481,0.547898238,0.855555614,279,-1.100564889,0.318051531,5473.8066011 +482,0.948309381,0.417393755,279,-1.100564889,0.318051531,7316.000871 +483,-0.050600732,0.945269213,279,-1.100564889,0.318051531,4008.1363341 +484,-0.977651478,-0.572363064,279,-1.100564889,0.318051531,3557.5323502 +485,1.102014914,0.728861163,279,-1.100564889,0.318051531,7060.6491899 +486,2.927300795,-0.282939414,279,-1.100564889,0.318051531,9098.3082537 +487,-1.154565557,0.124434095,279,-1.100564889,0.318051531,794.70464785 +488,1.855331234,0.291044755,279,-1.100564889,0.318051531,9924.9470371 +489,0.830290659,0.276904518,279,-1.100564889,0.318051531,7167.3366276 +490,0.485104466,-0.234867441,279,-1.100564889,0.318051531,6565.0281256 +491,0.521367572,-0.33161327,279,-1.100564889,0.318051531,6809.1760319 +1,-1.539031704,0.7349710123,280,-1.078582306,0.301437596,2317.2055256 +2,-1.536990553,0.7349663874,280,-1.078582306,0.301437596,2312.5904319 +3,-1.534951779,0.7349571355,280,-1.078582306,0.301437596,2307.9797336 +4,-1.532906461,0.7349480293,280,-1.078582306,0.301437596,2303.3655634 +5,-1.531320211,0.7346937278,280,-1.078582306,0.301437596,2299.1599289 +6,-1.539451648,0.7335131775,280,-1.078582306,0.301437596,2314.4648321 +7,-1.537429487,0.7335445708,280,-1.078582306,0.301437596,2309.9692319 +8,-1.535484998,0.7335658704,280,-1.078582306,0.301437596,2305.6343055 +9,-1.533488396,0.7336036027,280,-1.078582306,0.301437596,2301.2344412 +10,-1.531497785,0.7335842962,280,-1.078582306,0.301437596,2296.7131088 +11,-1.530259379,0.7334777758,280,-1.078582306,0.301437596,2293.6628517 +12,-1.5335454,0.7322346912,280,-1.078582306,0.301437596,2297.8707484 +13,-1.531489083,0.7322238773,280,-1.078582306,0.301437596,2293.2115498 +14,-1.530011122,0.7321679851,280,-1.078582306,0.301437596,2289.7462918 +15,-1.53348106,0.7306614094,280,-1.078582306,0.301437596,2293.7202033 +16,-1.531441779,0.7306962275,280,-1.078582306,0.301437596,2289.202559 +17,-1.529755654,0.7306933243,280,-1.078582306,0.301437596,2285.3949932 +18,-1.533415048,0.7291384674,280,-1.078582306,0.301437596,2289.701588 +19,-1.531392093,0.7291705353,280,-1.078582306,0.301437596,2285.2008491 +20,-1.529296523,0.7291214933,280,-1.078582306,0.301437596,2280.3404121 +21,-1.535280942,0.727267644,280,-1.078582306,0.301437596,2289.2108555 +22,-1.533378158,0.7276139666,280,-1.078582306,0.301437596,2285.7527105 +23,-1.531340368,0.7276446587,280,-1.078582306,0.301437596,2281.2017163 +24,-1.528960113,0.7276398177,280,-1.078582306,0.301437596,2275.7967475 +25,-1.533313146,0.7260818349,280,-1.078582306,0.301437596,2281.7282976 +26,-1.531259555,0.7260958115,280,-1.078582306,0.301437596,2277.0858342 +27,-1.528926415,0.7260865555,280,-1.078582306,0.301437596,2271.7613291 +28,-1.531226779,0.7245511789,280,-1.078582306,0.301437596,2273.0978247 +29,-1.528904772,0.7245519194,280,-1.078582306,0.301437596,2267.8089023 +30,-1.547195875,0.7409785979,280,-1.078582306,0.301437596,2350.8115394 +31,-1.5451475,0.740980426,280,-1.078582306,0.301437596,2346.2050492 +32,-1.543097679,0.7409798872,280,-1.078582306,0.301437596,2341.6001115 +33,-1.540720364,0.7409892687,280,-1.078582306,0.301437596,2336.2985508 +34,-1.547188511,0.7395198392,280,-1.078582306,0.301437596,2347.1201191 +35,-1.545148587,0.7395226109,280,-1.078582306,0.301437596,2342.5225661 +36,-1.543104538,0.7395314908,280,-1.078582306,0.301437596,2337.941937 +37,-1.540727751,0.7395306258,280,-1.078582306,0.301437596,2332.6009504 +38,-1.547187029,0.7380014886,280,-1.078582306,0.301437596,2343.2997477 +39,-1.545147315,0.7380012252,280,-1.078582306,0.301437596,2338.6820121 +40,-1.54310719,0.7380060743,280,-1.078582306,0.301437596,2334.0869361 +41,-1.540719671,0.7380068206,280,-1.078582306,0.301437596,2328.7106427 +42,-1.547187189,0.7364799098,280,-1.078582306,0.301437596,2339.4831261 +43,-1.545149996,0.7364853874,280,-1.078582306,0.301437596,2334.8724959 +44,-1.543106091,0.7364823484,280,-1.078582306,0.301437596,2330.2359183 +45,-1.540717158,0.7364893901,280,-1.078582306,0.301437596,2324.8570699 +46,-1.538663972,0.7410138672,280,-1.078582306,0.301437596,2331.7668434 +47,-1.53695285,0.7409699132,280,-1.078582306,0.301437596,2327.8395545 +48,-1.534910498,0.7409641297,280,-1.078582306,0.301437596,2323.2814332 +49,-1.533145034,0.7409536636,280,-1.078582306,0.301437596,2319.3359895 +50,-1.538681336,0.7395405883,280,-1.078582306,0.301437596,2328.0414419 +51,-1.536999189,0.7395183096,280,-1.078582306,0.301437596,2324.2238956 +52,-1.534923633,0.7395144222,280,-1.078582306,0.301437596,2319.5839736 +53,-1.533267822,0.7395654306,280,-1.078582306,0.301437596,2316.0298672 +54,-1.53867273,0.7380151077,280,-1.078582306,0.301437596,2324.1325575 +55,-1.536980576,0.7379994392,280,-1.078582306,0.301437596,2320.2988342 +56,-1.534931522,0.7379944961,280,-1.078582306,0.301437596,2315.7022648 +57,-1.533387952,0.7379480264,280,-1.078582306,0.301437596,2312.1370848 +58,-1.538682279,0.7364914363,280,-1.078582306,0.301437596,2320.2771519 +59,-1.536980704,0.7364810563,280,-1.078582306,0.301437596,2316.4249189 +60,-1.534935567,0.7364752065,280,-1.078582306,0.301437596,2311.8217114 +61,-1.533042592,0.7363876366,280,-1.078582306,0.301437596,2307.3600022 +62,-1.545143426,0.7349628011,280,-1.078582306,0.301437596,2331.0331726 +63,-1.543105297,0.7349691947,280,-1.078582306,0.301437596,2326.42039 +64,-1.541064533,0.7349647152,280,-1.078582306,0.301437596,2321.78498 +65,-1.545411803,0.7334624714,280,-1.078582306,0.301437596,2327.8847216 +66,-1.543446606,0.7334780896,280,-1.078582306,0.301437596,2323.4467237 +67,-1.541475327,0.7334957295,280,-1.078582306,0.301437596,2319.0101984 +68,-1.545401939,0.731963266,280,-1.078582306,0.301437596,2324.1142443 +69,-1.54342253,0.7319915583,280,-1.078582306,0.301437596,2319.6630997 +70,-1.541455867,0.7320216438,280,-1.078582306,0.301437596,2315.2560188 +71,-1.545410146,0.7304422281,280,-1.078582306,0.301437596,2320.338752 +72,-1.543435491,0.7304713664,280,-1.078582306,0.301437596,2315.8876743 +73,-1.541463105,0.7304997613,280,-1.078582306,0.301437596,2311.4504066 +74,-1.545414768,0.7289194936,280,-1.078582306,0.301437596,2316.5592451 +75,-1.543435774,0.7289538557,280,-1.078582306,0.301437596,2312.0983303 +76,-1.541457714,0.7289765881,280,-1.078582306,0.301437596,2307.6210595 +77,-1.539449415,0.7320555866,280,-1.078582306,0.301437596,2310.778794 +78,-1.537429183,0.7321097681,280,-1.078582306,0.301437596,2306.3326301 +79,-1.535472649,0.7321497267,280,-1.078582306,0.301437596,2302.0059452 +80,-1.539457899,0.7305333307,280,-1.078582306,0.301437596,2306.9619247 +81,-1.537453161,0.7305750503,280,-1.078582306,0.301437596,2302.5061175 +82,-1.535479385,0.7306124949,280,-1.078582306,0.301437596,2298.1208936 +83,-1.53946905,0.7290102593,280,-1.078582306,0.301437596,2303.1575158 +84,-1.537459922,0.7290417293,280,-1.078582306,0.301437596,2298.6526271 +85,-1.535451349,0.7290890157,280,-1.078582306,0.301437596,2294.2000909 +86,-1.535522937,0.7279887191,280,-1.078582306,0.301437596,2291.5825568 +87,-1.539442524,0.7274735939,280,-1.078582306,0.301437596,2299.24123 +88,-1.537424111,0.727521351,280,-1.078582306,0.301437596,2294.7429364 +89,-1.539384641,0.7259505092,280,-1.078582306,0.301437596,2295.2950844 +90,-1.537372391,0.7259947145,280,-1.078582306,0.301437596,2290.788972 +91,-1.535340789,0.7260435356,280,-1.078582306,0.301437596,2286.2615698 +92,-1.539325716,0.7244369706,280,-1.078582306,0.301437596,2291.3780637 +93,-1.537308932,0.7244801057,280,-1.078582306,0.301437596,2286.8459553 +94,-1.535289068,0.7245247645,280,-1.078582306,0.301437596,2282.3219647 +95,-1.533261366,0.7245550236,280,-1.078582306,0.301437596,2277.75521 +96,-1.539267302,0.722921924,280,-1.078582306,0.301437596,2287.4660964 +97,-1.537248972,0.7229660258,280,-1.078582306,0.301437596,2282.9198861 +98,-1.535219431,0.7229916471,280,-1.078582306,0.301437596,2278.3129258 +99,-1.53318962,0.7230212049,280,-1.078582306,0.301437596,2273.7265015 +100,-1.531154816,0.7230299897,280,-1.078582306,0.301437596,2269.0875783 +101,-1.528878341,0.7230370244,280,-1.078582306,0.301437596,2263.9038337 +102,-1.539218189,0.7214009878,280,-1.078582306,0.301437596,2283.5687265 +103,-1.537198791,0.7214422745,280,-1.078582306,0.301437596,2278.9999331 +104,-1.535179266,0.7214634354,280,-1.078582306,0.301437596,2274.3918095 +105,-1.533156501,0.7214944644,280,-1.078582306,0.301437596,2269.812068 +106,-1.53113574,0.7215166021,280,-1.078582306,0.301437596,2265.2258444 +107,-1.528874248,0.7215345535,280,-1.078582306,0.301437596,2260.0893167 +108,-1.539217656,0.7198512397,280,-1.078582306,0.301437596,2279.7206567 +109,-1.537199919,0.7199428763,280,-1.078582306,0.301437596,2275.2673786 +110,-1.545425832,0.727397149,280,-1.078582306,0.301437596,2312.8040332 +111,-1.543371177,0.7273916949,280,-1.078582306,0.301437596,2308.0568707 +112,-1.541368852,0.7274523163,280,-1.078582306,0.301437596,2303.6056335 +113,-1.545349067,0.7258710923,280,-1.078582306,0.301437596,2308.8450822 +114,-1.54332671,0.7258603556,280,-1.078582306,0.301437596,2304.1464527 +115,-1.541346831,0.7259242142,280,-1.078582306,0.301437596,2299.7418391 +116,-1.545324355,0.7243383958,280,-1.078582306,0.301437596,2304.9979962 +117,-1.543292796,0.7243617413,280,-1.078582306,0.301437596,2300.349563 +118,-1.541295822,0.7244024384,280,-1.078582306,0.301437596,2295.835086 +119,-1.543193859,0.7205570215,280,-1.078582306,0.301437596,2290.7152296 +120,-1.550257047,0.7386738187,280,-1.078582306,0.301437596,2351.9494874 +121,-1.549335448,0.7311736483,280,-1.078582306,0.301437596,2331.1724404 +122,-1.533478843,0.7179891343,280,-1.078582306,0.301437596,2261.7778435 +123,-1.556150555,0.738907041,280,-1.078582306,0.301437596,2365.9556697 +124,-1.554324226,0.733414257,280,-1.078582306,0.301437596,2348.1935245 +125,-1.554290846,0.7288285332,280,-1.078582306,0.301437596,2336.8506383 +126,-1.55122487,0.7219795312,280,-1.078582306,0.301437596,2312.9694645 +127,-1.525104458,0.7229399862,280,-1.078582306,0.301437596,2255.0639301 +128,-1.519607711,0.7236181429,280,-1.078582306,0.301437596,2244.3628087 +129,-1.513899999,0.7251107854,280,-1.078582306,0.301437596,2235.4293325 +130,-1.536620762,0.7431061895,280,-1.078582306,0.301437596,2332.5896238 +131,-1.5369566,0.7460845958,280,-1.078582306,0.301437596,2341.0098996 +132,-1.545345528,0.7447040685,280,-1.078582306,0.301437596,2356.0930931 +133,-1.532813921,0.7432306626,280,-1.078582306,0.301437596,2324.4899924 +134,-1.554788248,0.7382381001,280,-1.078582306,0.301437596,2361.1853073 +135,-1.540348126,0.7301594274,280,-1.078582306,0.301437596,2308.0511545 +136,-1.538016084,0.7239051786,280,-1.078582306,0.301437596,2287.0340136 +137,-1.525288962,0.7258085137,280,-1.078582306,0.301437596,2262.8138526 +138,-1.534326986,0.731241342,280,-1.078582306,0.301437596,2297.1076455 +139,-1.530733872,0.7303625216,280,-1.078582306,0.301437596,2286.7537787 +141,-1.534354939,0.7328219978,280,-1.078582306,0.301437596,2301.1925048 +142,-1.53157084,0.7292888153,280,-1.078582306,0.301437596,2285.9064413 +143,-1.525691035,0.7263799874,280,-1.078582306,0.301437596,2265.1858647 +144,-1.534031287,0.7495967835,280,-1.078582306,0.301437596,2343.7012288 +145,-1.527714986,0.7283095957,280,-1.078582306,0.301437596,2274.6952123 +146,-1.526189586,0.7271468292,280,-1.078582306,0.301437596,2268.275742 +147,-1.555177336,0.7375563366,280,-1.078582306,0.301437596,2360.3853135 +148,-1.555080283,0.7312707794,280,-1.078582306,0.301437596,2344.6673663 +149,-1.53856994,0.7224180299,280,-1.078582306,0.301437596,2284.6000606 +150,-1.530837883,0.729933372,280,-1.078582306,0.301437596,2285.8929763 +151,-1.515066984,0.5854133365,280,-1.078582306,0.301437596,1915.5291632 +152,-1.534731633,0.5368370046,280,-1.078582306,0.301437596,1888.1484186 +153,-1.515231902,0.5607085576,280,-1.078582306,0.301437596,1869.2463919 +154,-2.616253799,1.0684566605,280,-1.078582306,0.301437596,5116.6110417 +155,-1.956071439,0.5792177723,280,-1.078582306,0.301437596,3296.4091601 +156,-1.951208514,0.5602434208,280,-1.078582306,0.301437596,3272.1178794 +157,-1.944675062,0.6062144545,280,-1.078582306,0.301437596,3273.3634104 +158,-1.613778386,0.6077989518,280,-1.078582306,0.301437596,2243.6116785 +159,-2.035029014,0.6021432345,280,-1.078582306,0.301437596,3563.9844725 +160,-2.114989471,0.6801825058,280,-1.078582306,0.301437596,3844.3578338 +161,-2.037382079,0.5765830025,280,-1.078582306,0.301437596,3564.1303384 +162,-2.129855121,0.6585019963,280,-1.078582306,0.301437596,3883.6318338 +163,-2.075141798,0.6493615843,280,-1.078582306,0.301437596,3709.2575929 +164,-1.828626729,0.6948433129,280,-1.078582306,0.301437596,2999.1921971 +165,-1.863329418,0.6735427691,280,-1.078582306,0.301437596,3076.118233 +166,-1.266037071,0.727988852,280,-1.078582306,0.301437596,1805.4158095 +167,-1.277579582,0.7249010648,280,-1.078582306,0.301437596,1808.5221277 +168,-1.258418684,0.7241194816,280,-1.078582306,0.301437596,1782.3661536 +169,-1.317813974,0.6804850104,280,-1.078582306,0.301437596,1713.5237467 +170,-1.344165204,0.6790988904,280,-1.078582306,0.301437596,1754.6481311 +171,-1.427582102,0.5277120351,280,-1.078582306,0.301437596,1546.1999855 +172,-1.402238616,0.457167829,280,-1.078582306,0.301437596,1338.933319 +173,-1.422454264,0.4996161999,280,-1.078582306,0.301437596,1476.1710982 +174,-1.439089277,0.4894859811,280,-1.078582306,0.301437596,1510.1823737 +175,-1.448126995,0.5182330266,280,-1.078582306,0.301437596,1589.1638139 +176,-1.474626146,0.5881926574,280,-1.078582306,0.301437596,1807.5465014 +177,-1.421139645,0.5584869783,280,-1.078582306,0.301437596,1594.2194048 +178,-1.457037165,0.565943032,280,-1.078582306,0.301437596,1710.6339186 +179,-2.757159358,0.3745319,280,-1.078582306,0.301437596,6170.3763429 +180,-2.714309238,0.342054471,280,-1.078582306,0.301437596,6058.6253766 +181,-2.000525337,0.774119946,280,-1.078582306,0.301437596,3572.2793345 +183,-1.571413436,0.6777838382,280,-1.078582306,0.301437596,2260.7534756 +184,-1.552860289,0.6987663893,280,-1.078582306,0.301437596,2261.4482579 +185,-1.521852374,0.7165827476,280,-1.078582306,0.301437596,2231.4555436 +186,-1.503656267,0.6928968252,280,-1.078582306,0.301437596,2129.1994452 +187,-1.502753178,0.7136205882,280,-1.078582306,0.301437596,2180.4548315 +188,-1.631894563,0.7343596465,280,-1.078582306,0.301437596,2535.781903 +189,-1.653765416,0.6770714026,280,-1.078582306,0.301437596,2478.6423302 +190,-1.719812114,0.6715965947,280,-1.078582306,0.301437596,2654.1317702 +191,-1.493406659,0.6646955447,280,-1.078582306,0.301437596,2034.2393512 +192,-1.469120564,0.6613469966,280,-1.078582306,0.301437596,1967.2017301 +193,-1.590551461,0.5326612937,280,-1.078582306,0.301437596,2058.9790546 +194,-1.625979264,0.5247742243,280,-1.078582306,0.301437596,2164.2198789 +195,-1.572293943,0.5238808754,280,-1.078582306,0.301437596,1988.439395 +196,-1.610848725,0.5477107964,280,-1.078582306,0.301437596,2144.0189508 +197,-1.208485554,0.7918526018,280,-1.078582306,0.301437596,1989.5477608 +198,-1.335601374,0.6869083083,280,-1.078582306,0.301437596,1764.873411 +199,-1.346156996,0.6825213377,280,-1.078582306,0.301437596,1769.2306017 +200,-1.324381037,0.6741422347,280,-1.078582306,0.301437596,1703.6354536 +201,-1.242424992,0.7378949807,280,-1.078582306,0.301437596,1815.4420588 +202,-1.270370057,0.7392461008,280,-1.078582306,0.301437596,1851.3541343 +203,-1.448950472,0.7441675014,280,-1.078582306,0.301437596,2152.4268278 +204,-1.492662363,0.7523026852,280,-1.078582306,0.301437596,2263.2896723 +205,-1.479098966,0.7763855017,280,-1.078582306,0.301437596,2305.0516108 +206,-1.633760714,0.7869022408,280,-1.078582306,0.301437596,2657.8545039 +207,-1.647406434,0.8101289331,280,-1.078582306,0.301437596,2742.5711238 +208,-1.564245052,0.5701509278,280,-1.078582306,0.301437596,2032.9351713 +209,-1.646289963,0.6833746083,280,-1.078582306,0.301437596,2470.0265112 +210,-1.5820631,0.6751952144,280,-1.078582306,0.301437596,2282.8631625 +211,-1.613236298,0.6681681791,280,-1.078582306,0.301437596,2351.4852061 +212,-1.914661867,0.8212566515,280,-1.078582306,0.301437596,3401.1011752 +213,-1.742133237,0.7250275956,280,-1.078582306,0.301437596,2802.5837167 +214,-2.033144872,0.6557314699,280,-1.078582306,0.301437596,3580.7570997 +215,-2.039551981,0.6964723658,280,-1.078582306,0.301437596,3623.2916144 +216,-1.247341019,0.7622473908,280,-1.078582306,0.301437596,1910.8128788 +217,-1.298239787,0.7084123392,280,-1.078582306,0.301437596,1778.3340862 +218,-1.308539688,0.6926545592,280,-1.078582306,0.301437596,1739.5842429 +219,-1.303263185,0.6888938396,280,-1.078582306,0.301437596,1718.5626863 +220,-1.852400229,0.6004246149,280,-1.078582306,0.301437596,2973.1191218 +221,-1.288947707,0.7473773692,280,-1.078582306,0.301437596,1903.2500435 +222,-1.372031502,0.7472790993,280,-1.078582306,0.301437596,2023.6772414 +223,-1.289805721,0.7242157877,280,-1.078582306,0.301437596,1822.0257501 +224,-1.350807603,0.7533498126,280,-1.078582306,0.301437596,2010.1882963 +225,-1.329290365,0.7560442322,280,-1.078582306,0.301437596,1987.6654758 +226,-1.410153004,0.616936428,280,-1.078582306,0.301437596,1710.3212702 +227,-1.393445434,0.6308995063,280,-1.078582306,0.301437596,1709.4600272 +228,-1.37595573,0.6241540638,280,-1.078582306,0.301437596,1651.1520746 +229,-1.358388707,0.6172645205,280,-1.078582306,0.301437596,1592.5729 +230,-1.753741133,0.8281661666,280,-1.078582306,0.301437596,3022.1254826 +231,-1.47430987,0.6834615681,280,-1.078582306,0.301437596,2036.7266455 +232,-1.421012508,0.7222725206,280,-1.078582306,0.301437596,2033.0044852 +233,-1.4476833,0.6978557868,280,-1.078582306,0.301437596,2016.628793 +234,-1.470370723,0.6966193374,280,-1.078582306,0.301437596,2062.8318093 +235,-1.429211703,0.7037216883,280,-1.078582306,0.301437596,1994.5911404 +236,-1.700578405,0.6178673663,280,-1.078582306,0.301437596,2518.5274317 +237,-1.678117619,0.6331716163,280,-1.078582306,0.301437596,2473.8633397 +238,-1.725644578,0.6316331145,280,-1.078582306,0.301437596,2612.9594065 +239,-2.14012759,0.7930497945,280,-1.078582306,0.301437596,3970.9141737 +240,-2.103289431,0.7653606263,280,-1.078582306,0.301437596,3851.6696783 +241,-1.318739838,0.7017808746,280,-1.078582306,0.301437596,1786.5363116 +242,-1.396417427,0.7077900843,280,-1.078582306,0.301437596,1941.761311 +243,-1.35650337,0.7185539404,280,-1.078582306,0.301437596,1903.992797 +244,-1.248884539,0.7274156818,280,-1.078582306,0.301437596,1783.6316452 +245,-1.395014798,0.5761185243,280,-1.078582306,0.301437596,1567.0825097 +246,-1.433377362,0.6064716109,280,-1.078582306,0.301437596,1740.8172525 +247,-1.408172432,0.5903155476,280,-1.078582306,0.301437596,1636.449519 +248,-1.749645898,0.7757118084,280,-1.078582306,0.301437596,2911.5281352 +249,-1.571626686,0.615046989,280,-1.078582306,0.301437596,2134.1118733 +250,-1.514070049,0.6303003037,280,-1.078582306,0.301437596,2006.5644634 +251,-1.480890369,0.6237966528,280,-1.078582306,0.301437596,1904.5878596 +252,-1.704390658,0.5281680612,280,-1.078582306,0.301437596,2426.8849065 +253,-1.64434733,0.5254277498,280,-1.078582306,0.301437596,2225.3119526 +254,-1.703855997,0.4792484842,280,-1.078582306,0.301437596,2386.5088119 +255,-1.692002383,0.5748825051,280,-1.078582306,0.301437596,2436.2749902 +256,-1.854136457,0.5544643913,280,-1.078582306,0.301437596,2945.6272277 +257,-1.665021206,0.520317736,280,-1.078582306,0.301437596,2288.3765122 +258,-1.733654349,0.4845187345,280,-1.078582306,0.301437596,2493.0868033 +259,-1.720938188,0.5135933906,280,-1.078582306,0.301437596,2469.9009367 +260,-1.742668307,0.553296122,280,-1.078582306,0.301437596,2576.5554392 +261,-1.965659039,0.7142126903,280,-1.078582306,0.301437596,3417.8559019 +262,-1.944438071,0.6772834804,280,-1.078582306,0.301437596,3323.0434691 +263,-1.270340967,0.7681487096,280,-1.078582306,0.301437596,1956.5539158 +264,-1.353091884,0.6549276821,280,-1.078582306,0.301437596,1695.1481699 +265,-1.333236659,0.6413584414,280,-1.078582306,0.301437596,1614.2006822 +266,-1.352015998,0.6753788907,280,-1.078582306,0.301437596,1757.1472232 +267,-1.377988483,0.6577816235,280,-1.078582306,0.301437596,1753.8879261 +268,-2.13075611,0.8318642051,280,-1.078582306,0.301437596,3970.6527327 +269,-2.097910953,0.8259670014,280,-1.078582306,0.301437596,3879.9176931 +270,-1.416382069,0.6694271549,280,-1.078582306,0.301437596,1868.9553751 +271,-1.538905672,0.7535625993,280,-1.078582306,0.301437596,2364.6565198 +272,-1.572309477,0.7803125099,280,-1.078582306,0.301437596,2505.9186314 +273,-1.87759879,0.7503853417,280,-1.078582306,0.301437596,3208.0587308 +274,1.152365588,0.590457682,280,-1.078582306,0.301437596,7516.9286484 +275,0.350198001,0.718001859,280,-1.078582306,0.301437596,5027.0295627 +276,0.046513677,0.491503852,280,-1.078582306,0.301437596,4134.0214856 +277,0.027510309,0.742571376,280,-1.078582306,0.301437596,4074.1862404 +278,0.306285725,-0.214631579,280,-1.078582306,0.301437596,5788.363974 +279,-1.100564889,0.318051531,280,-1.078582306,0.301437596,105.86646295 +280,-1.078582306,0.301437596,280,-1.078582306,0.301437596,0 +281,-1.137371989,-0.617634065,280,-1.078582306,0.301437596,3647.139195 +282,0.784356344,0.703272339,280,-1.078582306,0.301437596,6292.2709947 +283,-1.221209947,0.218327455,280,-1.078582306,0.301437596,637.35528071 +284,2.347301921,-0.449114658,280,-1.078582306,0.301437596,11245.54446 +285,0.246820618,0.830553713,280,-1.078582306,0.301437596,4696.4937126 +286,0.829414965,0.703288228,280,-1.078582306,0.301437596,6415.9163223 +287,-1.337537566,0.42332223,280,-1.078582306,0.301437596,1072.69989 +288,0.882453706,0.454478077,280,-1.078582306,0.301437596,7003.5379402 +289,1.575629659,0.416419109,280,-1.078582306,0.301437596,9032.6562731 +290,-1.039455679,0.229888244,280,-1.078582306,0.301437596,320.42309765 +291,0.489558039,0.934482747,280,-1.078582306,0.301437596,5260.7055044 +292,0.081344504,0.88384514,280,-1.078582306,0.301437596,4277.4292659 +293,-1.547979814,0.300350308,280,-1.078582306,0.301437596,1774.2936578 +294,0.040776181,0.168560074,280,-1.078582306,0.301437596,4326.3872038 +295,-1.130374745,0.563894876,280,-1.078582306,0.301437596,1055.9889708 +296,1.578326642,0.478507176,280,-1.078582306,0.301437596,8837.2084752 +297,-1.12861823,-0.291640865,280,-1.078582306,0.301437596,2357.2834806 +298,0.310524208,0.770885792,280,-1.078582306,0.301437596,4887.1746985 +299,0.415649091,-0.387246002,280,-1.078582306,0.301437596,6398.191374 +300,-0.926533878,-0.188022748,280,-1.078582306,0.301437596,2028.0517771 +301,1.258856172,-0.11716081,280,-1.078582306,0.301437596,9252.4607791 +302,-1.126050026,0.322941926,280,-1.078582306,0.301437596,198.16573125 +303,2.002785835,0.07893892,280,-1.078582306,0.301437596,10918.87054 +304,0.440437607,0.746258085,280,-1.078582306,0.301437596,5270.7021203 +305,-0.030391866,0.214441206,280,-1.078582306,0.301437596,4014.4609626 +306,0.521557815,-0.058929362,280,-1.078582306,0.301437596,6402.0282364 +307,-0.097005111,0.13317729,280,-1.078582306,0.301437596,3841.7882454 +308,1.83113859,0.221857587,280,-1.078582306,0.301437596,10181.291265 +309,0.222428864,0.099404236,280,-1.078582306,0.301437596,5086.6112007 +310,-1.702731345,0.8728568183,280,-1.078582306,0.301437596,3006.9175164 +311,-0.418507569,0.278324921,280,-1.078582306,0.301437596,2503.2051176 +312,-1.41153306,0.339029988,280,-1.078582306,0.301437596,1259.9246872 +313,0.357560442,0.114788776,280,-1.078582306,0.301437596,5579.9887426 +314,0.325818979,0.268352149,280,-1.078582306,0.301437596,5297.7037267 +315,-1.246004659,-0.663679965,280,-1.078582306,0.301437596,3873.2845884 +316,1.814603087,0.637404484,280,-1.078582306,0.301437596,8610.6544414 +317,1.843704281,-0.18300445,280,-1.078582306,0.301437596,11479.434433 +318,1.690644492,-0.211480909,280,-1.078582306,0.301437596,10974.410619 +319,-1.275451936,0.068109467,280,-1.078582306,0.301437596,1199.4653628 +320,0.762430171,-0.207594741,280,-1.078582306,0.301437596,7472.9974138 +321,0.265668905,-0.014647884,280,-1.078582306,0.301437596,5383.4182933 +322,-2.773032013,-0.335515811,280,-1.078582306,0.301437596,7055.7761259 +323,-1.469512853,0.174058777,280,-1.078582306,0.301437596,1585.5946215 +324,0.286276986,0.785925691,280,-1.078582306,0.301437596,4813.8446681 +325,-1.379324697,0.377432233,280,-1.078582306,0.301437596,1162.0891294 +326,-1.203778265,0.212813032,280,-1.078582306,0.301437596,594.17484763 +327,0.579916301,0.611743168,280,-1.078582306,0.301437596,5817.0698415 +328,0.267582642,0.868113908,280,-1.078582306,0.301437596,4746.1082112 +329,0.412869244,-0.050245578,280,-1.078582306,0.301437596,5981.4195396 +330,0.17524381,0.976660285,280,-1.078582306,0.301437596,4537.1565725 +331,0.743157214,0.204812899,280,-1.078582306,0.301437596,6905.74383 +332,-1.070758176,0.269382282,280,-1.078582306,0.301437596,130.4066444 +333,-1.230364251,0.329790229,280,-1.078582306,0.301437596,582.36511588 +334,-1.374813124,-0.024926835,280,-1.078582306,0.301437596,1734.6111003 +335,0.519780566,0.463669906,280,-1.078582306,0.301437596,5788.3619612 +336,-1.55108034,0.239698561,280,-1.078582306,0.301437596,1818.4165825 +337,0.180294813,0.029739425,280,-1.078582306,0.301437596,5007.7802494 +338,0.67820924,0.268170153,280,-1.078582306,0.301437596,6585.2922885 +339,0.445798684,1.024001867,280,-1.078582306,0.301437596,5111.6630168 +340,0.691751283,0.150521402,280,-1.078582306,0.301437596,6788.7668313 +341,-1.036643551,-0.903056181,280,-1.078582306,0.301437596,4773.2053703 +342,-0.120287036,1.083325163,280,-1.078582306,0.301437596,4058.3707985 +343,2.823513113,-0.304487164,280,-1.078582306,0.301437596,9575.1704584 +344,0.457583172,1.12513373,280,-1.078582306,0.301437596,5088.9575556 +345,0.042918831,0.813795399,280,-1.078582306,0.301437596,4145.0368114 +346,1.196146777,-0.853142756,280,-1.078582306,0.301437596,8922.0571405 +347,0.206001358,-0.010430701,280,-1.078582306,0.301437596,5153.4879639 +348,-0.268308653,0.234799412,280,-1.078582306,0.301437596,3099.0458816 +349,0.759363263,0.736189579,280,-1.078582306,0.301437596,6172.1919607 +350,0.181363926,0.891988372,280,-1.078582306,0.301437596,4529.1784845 +351,-0.021111158,0.139103292,280,-1.078582306,0.301437596,4122.4237996 +352,-0.093355215,0.630686981,280,-1.078582306,0.301437596,3666.5555814 +353,0.40118964,0.681375926,280,-1.078582306,0.301437596,5202.964505 +354,-0.721197315,1.304706234,280,-1.078582306,0.301437596,4048.038956 +355,-1.076150317,0.212107639,280,-1.078582306,0.301437596,353.95851232 +356,-1.577164531,0.273993443,280,-1.078582306,0.301437596,1895.134752 +357,-0.190788414,0.182208586,280,-1.078582306,0.301437596,3437.4475353 +358,-0.261349752,0.209710184,280,-1.078582306,0.301437596,3145.6840158 +359,-1.029303852,0.083549259,280,-1.078582306,0.301437596,883.9730915 +360,-1.268609162,0.330525297,280,-1.078582306,0.301437596,724.51399986 +361,1.282982244,-0.926641967,280,-1.078582306,0.301437596,8998.9724925 +362,0.217352334,0.731352408,280,-1.078582306,0.301437596,4629.9215346 +363,-1.511833084,0.258629297,280,-1.078582306,0.301437596,1656.7967634 +364,0.338812194,0.823184618,280,-1.078582306,0.301437596,4944.5809907 +365,-0.324406489,1.134201999,280,-1.078582306,0.301437596,3851.5711798 +366,1.389579348,0.399185724,280,-1.078582306,0.301437596,8635.6868933 +367,2.047152199,-0.039082036,280,-1.078582306,0.301437596,11402.827368 +368,0.947780369,0.568250077,280,-1.078582306,0.301437596,6996.5986946 +369,0.763824846,0.576754987,280,-1.078582306,0.301437596,6431.3498322 +370,-0.142334657,0.928153068,280,-1.078582306,0.301437596,3786.0502486 +371,0.610266567,0.547265983,280,-1.078582306,0.301437596,5990.2809858 +372,0.210731629,0.746815056,280,-1.078582306,0.301437596,4607.7094832 +373,-1.34931644,0.316895224,280,-1.078582306,0.301437596,1023.0635846 +374,2.407696481,0.655030745,280,-1.078582306,0.301437596,8443.2722883 +375,0.64207831,0.545359131,280,-1.078582306,0.301437596,6094.6931799 +376,1.174597538,0.840588356,280,-1.078582306,0.301437596,6940.7939789 +377,0.660059424,0.010604079,280,-1.078582306,0.301437596,6843.8528423 +378,-0.730263819,0.010486456,280,-1.078582306,0.301437596,1780.7810593 +379,0.831068936,0.512339172,280,-1.078582306,0.301437596,6742.7922987 +380,1.301180979,0.72367476,280,-1.078582306,0.301437596,7517.1397194 +381,1.811128231,0.322854402,280,-1.078582306,0.301437596,9783.4801877 +382,0.435105812,0.992284428,280,-1.078582306,0.301437596,5104.4843307 +383,0.62643634,0.592027932,280,-1.078582306,0.301437596,5985.5429589 +384,0.492988703,-0.516339467,280,-1.078582306,0.301437596,6807.1882227 +385,-0.162469483,0.112549365,280,-1.078582306,0.301437596,3617.6728944 +386,0.314630866,0.472006421,280,-1.078582306,0.301437596,5076.2135984 +387,0.166744804,0.822815954,280,-1.078582306,0.301437596,4481.800343 +388,0.417159608,0.965805736,280,-1.078582306,0.301437596,5077.4943725 +389,0.106334961,0.868774244,280,-1.078582306,0.301437596,4334.0319635 +390,0.815086969,-0.338144359,280,-1.078582306,0.301437596,7784.4195461 +391,0.59867455,-0.230624824,280,-1.078582306,0.301437596,6885.1089887 +392,1.915104874,0.066220985,280,-1.078582306,0.301437596,10876.907951 +393,1.278093622,0.064463721,280,-1.078582306,0.301437596,9050.9067264 +394,-0.061477853,0.302997961,280,-1.078582306,0.301437596,3829.9770301 +395,0.251311504,0.626976942,280,-1.078582306,0.301437596,4768.825098 +396,2.950242872,0.149095644,280,-1.078582306,0.301437596,8539.545101 +397,-0.180294708,0.35375117,280,-1.078582306,0.301437596,3362.1318297 +398,1.010448592,-0.351180233,280,-1.078582306,0.301437596,8511.0343953 +399,-1.748740498,0.3686318073,280,-1.078582306,0.301437596,2515.0954842 +400,2.699635665,0.123533791,280,-1.078582306,0.301437596,9436.8205456 +401,0.496808033,0.823843254,280,-1.078582306,0.301437596,5364.1405714 +402,0.129574704,0.763364087,280,-1.078582306,0.301437596,4373.025831 +403,1.798920311,0.817447563,280,-1.078582306,0.301437596,7912.8189086 +404,0.335987953,0.746786541,280,-1.078582306,0.301437596,4970.481967 +405,-1.085413643,0.292154671,280,-1.078582306,0.301437596,44.961788204 +406,-0.155321003,0.508207011,280,-1.078582306,0.301437596,3431.1741962 +407,0.620529244,-0.301175104,280,-1.078582306,0.301437596,7038.7748026 +408,1.684402744,0.368716966,280,-1.078582306,0.301437596,9409.4641555 +409,0.300582244,-0.386397212,280,-1.078582306,0.301437596,5997.6953016 +410,2.913555946,-0.009225192,280,-1.078582306,0.301437596,8934.5570609 +411,1.465101417,0.493232532,280,-1.078582306,0.301437596,8550.5397321 +412,0.090612882,0.907955955,280,-1.078582306,0.301437596,4311.978322 +413,2.987564726,-0.729568594,280,-1.078582306,0.301437596,8904.05591 +414,-1.484261606,0.224149272,280,-1.078582306,0.301437596,1580.4600392 +415,0.164073421,0.303955133,280,-1.078582306,0.301437596,4667.2139372 +416,0.141441293,0.167552546,280,-1.078582306,0.301437596,4707.6679467 +417,2.931321023,-0.506718887,280,-1.078582306,0.301437596,9202.980315 +418,2.21951565,0.700596356,280,-1.078582306,0.301437596,8432.9894287 +419,0.268112576,1.199114336,280,-1.078582306,0.301437596,4789.962559 +420,0.978913739,0.359223811,280,-1.078582306,0.301437596,7486.0060967 +421,1.210898818,0.522863584,280,-1.078582306,0.301437596,7836.6177647 +422,2.347397336,0.129231362,280,-1.078582306,0.301437596,10406.819891 +423,0.614394501,0.556878345,280,-1.078582306,0.301437596,5991.5716197 +424,-1.398079356,0.148483366,280,-1.078582306,0.301437596,1372.8917583 +425,2.535303836,-0.112984496,280,-1.078582306,0.301437596,10470.320233 +426,-1.019372593,-0.405322349,280,-1.078582306,0.301437596,2808.8432506 +427,-1.297785627,-0.160104069,280,-1.078582306,0.301437596,2019.5851034 +428,2.144554488,0.205051084,280,-1.078582306,0.301437596,10412.425668 +429,-2.242387083,-0.426171285,280,-1.078582306,0.301437596,5337.397018 +430,0.338637212,0.909723676,280,-1.078582306,0.301437596,4914.8337654 +431,-0.148798452,0.691042401,280,-1.078582306,0.301437596,3526.0746952 +432,0.893524764,0.441829531,280,-1.078582306,0.301437596,7060.9547922 +433,0.969229347,-0.368847936,280,-1.078582306,0.301437596,8369.3990505 +434,0.436043248,0.800045688,280,-1.078582306,0.301437596,5219.6821029 +435,1.687946607,1.081504775,280,-1.078582306,0.301437596,6840.5770156 +436,0.522302046,-0.034889271,280,-1.078582306,0.301437596,6376.7034603 +437,-0.178996113,-0.438090009,280,-1.078582306,0.301437596,4540.4972703 +438,-1.094339566,0.301444068,280,-1.078582306,0.301437596,59.600169349 +439,-1.064070054,0.242569932,280,-1.078582306,0.301437596,239.65641263 +440,-1.068153768,0.230387998,280,-1.078582306,0.301437596,284.23417344 +441,-3.00496892,-0.23989155,280,-1.078582306,0.301437596,7823.752695 +442,0.21751974,0.766874888,280,-1.078582306,0.301437596,4624.1412663 +443,0.117229532,0.007619006,280,-1.078582306,0.301437596,4797.1433608 +444,0.777758451,0.420554741,280,-1.078582306,0.301437596,6715.6701395 +445,-0.252356999,0.250747086,280,-1.078582306,0.301437596,3147.6218201 +446,0.363148444,0.768483434,280,-1.078582306,0.301437596,5036.9486963 +447,0.903191366,-0.118210676,280,-1.078582306,0.301437596,7911.9743112 +448,-0.205755923,0.149406178,280,-1.078582306,0.301437596,3413.7449113 +449,1.811996086,0.02364353,280,-1.078582306,0.301437596,10825.675548 +450,-1.100670221,0.314845373,280,-1.078582306,0.301437596,98.847190569 +451,0.340078597,0.850105132,280,-1.078582306,0.301437596,4937.6893926 +452,0.258757267,0.804969236,280,-1.078582306,0.301437596,4732.9235093 +453,2.78505352,-0.155160804,280,-1.078582306,0.301437596,9604.4832915 +454,0.800551619,0.105822106,280,-1.078582306,0.301437596,7250.680374 +455,0.437940882,-0.506194031,280,-1.078582306,0.301437596,6613.2926143 +456,2.230431122,0.63458615,280,-1.078582306,0.301437596,8683.6210914 +457,0.527965361,0.127667701,280,-1.078582306,0.301437596,6206.2920427 +458,-0.063643205,0.702093448,280,-1.078582306,0.301437596,3788.3912476 +459,1.408447268,0.133010502,280,-1.078582306,0.301437596,9357.4553435 +460,0.523795955,0.280266966,280,-1.078582306,0.301437596,6011.3061319 +461,-0.975769313,0.072177659,280,-1.078582306,0.301437596,991.96084163 +462,0.549774164,-0.463663986,280,-1.078582306,0.301437596,6946.518291 +463,0.29245874,1.095549818,280,-1.078582306,0.301437596,4802.6641267 +464,0.143625958,0.816809593,280,-1.078582306,0.301437596,4418.6002583 +465,0.671902494,0.611159853,280,-1.078582306,0.301437596,6100.7333825 +466,1.239840988,0.6724199,280,-1.078582306,0.301437596,7524.6269854 +467,0.607829703,-0.10932137,280,-1.078582306,0.301437596,6785.8594059 +468,1.763020906,0.263996692,280,-1.078582306,0.301437596,9916.0540338 +469,0.378714634,0.726066797,280,-1.078582306,0.301437596,5106.1045477 +470,2.196736143,-0.153862366,280,-1.078582306,0.301437596,11664.496255 +471,0.01702415,0.148991565,280,-1.078582306,0.301437596,4256.3752445 +472,-2.998490902,-0.158002487,280,-1.078582306,0.301437596,7720.1373635 +473,-3.051262951,-0.346595608,280,-1.078582306,0.301437596,8080.36422 +474,-1.069176439,0.182802941,280,-1.078582306,0.301437596,471.29991678 +475,0.167157509,0.595344954,280,-1.078582306,0.301437596,4509.4485768 +476,0.613855648,0.681746124,280,-1.078582306,0.301437596,5836.6375109 +477,1.037012736,0.682555367,280,-1.078582306,0.301437596,7006.303746 +478,-1.253574971,0.379755746,280,-1.078582306,0.301437596,722.94604509 +479,3.108590453,-0.132620738,280,-1.078582306,0.301437596,8359.5288215 +480,0.565301296,0.022333262,280,-1.078582306,0.301437596,6471.959126 +481,0.547898238,0.855555614,280,-1.078582306,0.301437596,5467.6268731 +482,0.948309381,0.417393755,280,-1.078582306,0.301437596,7280.6827183 +483,-0.050600732,0.945269213,280,-1.078582306,0.301437596,4011.6785966 +484,-0.977651478,-0.572363064,280,-1.078582306,0.301437596,3482.1809685 +485,1.102014914,0.728861163,280,-1.078582306,0.301437596,7060.7831467 +486,2.927300795,-0.282939414,280,-1.078582306,0.301437596,9173.8142307 +487,-1.154565557,0.124434095,280,-1.078582306,0.301437596,760.15393027 +488,1.855331234,0.291044755,280,-1.078582306,0.301437596,9961.0417665 +489,0.830290659,0.276904518,280,-1.078582306,0.301437596,7114.7033587 +490,0.485104466,-0.234867441,280,-1.078582306,0.301437596,6469.603366 +491,0.521367572,-0.33161327,280,-1.078582306,0.301437596,6710.2755318 +1,-1.539031704,0.7349710123,281,-1.137371989,-0.617634065,5551.9770635 +2,-1.536990553,0.7349663874,281,-1.137371989,-0.617634065,5550.0249913 +3,-1.534951779,0.7349571355,281,-1.137371989,-0.617634065,5548.0669434 +4,-1.532906461,0.7349480293,281,-1.137371989,-0.617634065,5546.1124306 +5,-1.531320211,0.7346937278,281,-1.137371989,-0.617634065,5543.6743072 +6,-1.539451648,0.7335131775,281,-1.137371989,-0.617634065,5546.9126349 +7,-1.537429487,0.7335445708,281,-1.137371989,-0.617634065,5545.1087343 +8,-1.535484998,0.7335658704,281,-1.137371989,-0.617634065,5543.3493943 +9,-1.533488396,0.7336036027,281,-1.137371989,-0.617634065,5541.6112048 +10,-1.531497785,0.7335842962,281,-1.137371989,-0.617634065,5539.673346 +11,-1.530259379,0.7334777758,281,-1.137371989,-0.617634065,5538.1170709 +12,-1.5335454,0.7322346912,281,-1.137371989,-0.617634065,5536.5263849 +13,-1.531489083,0.7322238773,281,-1.137371989,-0.617634065,5534.5559286 +14,-1.530011122,0.7321679851,281,-1.137371989,-0.617634065,5532.9646391 +15,-1.53348106,0.7306614094,281,-1.137371989,-0.617634065,5530.5604285 +16,-1.531441779,0.7306962275,281,-1.137371989,-0.617634065,5528.7743795 +17,-1.529755654,0.7306933243,281,-1.137371989,-0.617634065,5527.1856255 +18,-1.533415048,0.7291384674,281,-1.137371989,-0.617634065,5524.7818266 +19,-1.531392093,0.7291705353,281,-1.137371989,-0.617634065,5522.9979727 +20,-1.529296523,0.7291214933,281,-1.137371989,-0.617634065,5520.8506948 +21,-1.535280942,0.727267644,281,-1.137371989,-0.617634065,5519.5278473 +22,-1.533378158,0.7276139666,281,-1.137371989,-0.617634065,5519.0248686 +23,-1.531340368,0.7276446587,281,-1.137371989,-0.617634065,5517.2189756 +24,-1.528960113,0.7276398177,281,-1.137371989,-0.617634065,5514.968522 +25,-1.533313146,0.7260818349,281,-1.137371989,-0.617634065,5513.212713 +26,-1.531259555,0.7260958115,281,-1.137371989,-0.617634065,5511.326333 +27,-1.528926415,0.7260865555,281,-1.137371989,-0.617634065,5509.1001748 +28,-1.531226779,0.7245511789,281,-1.137371989,-0.617634065,5505.4947689 +29,-1.528904772,0.7245519194,281,-1.137371989,-0.617634065,5503.3131999 +30,-1.547195875,0.7409785979,281,-1.137371989,-0.617634065,5582.2760961 +31,-1.5451475,0.740980426,281,-1.137371989,-0.617634065,5580.317314 +32,-1.543097679,0.7409798872,281,-1.137371989,-0.617634065,5578.3574394 +33,-1.540720364,0.7409892687,281,-1.137371989,-0.617634065,5576.1334075 +34,-1.547188511,0.7395198392,281,-1.137371989,-0.617634065,5576.8128382 +35,-1.545148587,0.7395226109,281,-1.137371989,-0.617634065,5574.8626581 +36,-1.543104538,0.7395314908,281,-1.137371989,-0.617634065,5572.9405023 +37,-1.540727751,0.7395306258,281,-1.137371989,-0.617634065,5570.6750412 +38,-1.547187029,0.7380014886,281,-1.137371989,-0.617634065,5571.1325029 +39,-1.545147315,0.7380012252,281,-1.137371989,-0.617634065,5569.1679942 +40,-1.54310719,0.7380060743,281,-1.137371989,-0.617634065,5567.2313225 +41,-1.540719671,0.7380068206,281,-1.137371989,-0.617634065,5564.9579923 +42,-1.547187189,0.7364799098,281,-1.137371989,-0.617634065,5565.4418398 +43,-1.545149996,0.7364853874,281,-1.137371989,-0.617634065,5563.4980525 +44,-1.543106091,0.7364823484,281,-1.137371989,-0.617634065,5561.525053 +45,-1.540717158,0.7364893901,281,-1.137371989,-0.617634065,5559.2702658 +46,-1.538663972,0.7410138672,281,-1.137371989,-0.617634065,5574.2813941 +47,-1.53695285,0.7409699132,281,-1.137371989,-0.617634065,5572.5058253 +48,-1.534910498,0.7409641297,281,-1.137371989,-0.617634065,5570.5699167 +49,-1.533145034,0.7409536636,281,-1.137371989,-0.617634065,5568.8832822 +50,-1.538681336,0.7395405883,281,-1.137371989,-0.617634065,5568.7745101 +51,-1.536999189,0.7395183096,281,-1.137371989,-0.617634065,5567.104901 +52,-1.534923633,0.7395144222,281,-1.137371989,-0.617634065,5565.1418254 +53,-1.533267822,0.7395654306,281,-1.137371989,-0.617634065,5563.7856572 +54,-1.53867273,0.7380151077,281,-1.137371989,-0.617634065,5563.0475595 +55,-1.536980576,0.7379994392,281,-1.137371989,-0.617634065,5561.3907549 +56,-1.534931522,0.7379944961,281,-1.137371989,-0.617634065,5559.4454933 +57,-1.533387952,0.7379480264,281,-1.137371989,-0.617634065,5557.8257133 +58,-1.538682279,0.7364914363,281,-1.137371989,-0.617634065,5557.3447332 +59,-1.536980704,0.7364810563,281,-1.137371989,-0.617634065,5555.6962322 +60,-1.534935567,0.7364752065,281,-1.137371989,-0.617634065,5553.7481211 +61,-1.533042592,0.7363876366,281,-1.137371989,-0.617634065,5551.6446883 +62,-1.545143426,0.7349628011,281,-1.137371989,-0.617634065,5557.7941171 +63,-1.543105297,0.7349691947,281,-1.137371989,-0.617634065,5555.8588213 +64,-1.541064533,0.7349647152,281,-1.137371989,-0.617634065,5553.8894128 +65,-1.545411803,0.7334624714,281,-1.137371989,-0.617634065,5552.4390305 +66,-1.543446606,0.7334780896,281,-1.137371989,-0.617634065,5550.604042 +67,-1.541475327,0.7334957295,281,-1.137371989,-0.617634065,5548.7793494 +68,-1.545401939,0.731963266,281,-1.137371989,-0.617634065,5546.820108 +69,-1.54342253,0.7319915583,281,-1.137371989,-0.617634065,5545.0159063 +70,-1.541455867,0.7320216438,281,-1.137371989,-0.617634065,5543.2393664 +71,-1.545410146,0.7304422281,281,-1.137371989,-0.617634065,5541.1371418 +72,-1.543435491,0.7304713664,281,-1.137371989,-0.617634065,5539.3375681 +73,-1.541463105,0.7304997613,281,-1.137371989,-0.617634065,5537.546093 +74,-1.545414768,0.7289194936,281,-1.137371989,-0.617634065,5535.4445456 +75,-1.543435774,0.7289538557,281,-1.137371989,-0.617634065,5533.6572307 +76,-1.541457714,0.7289765881,281,-1.137371989,-0.617634065,5531.8360323 +77,-1.539449415,0.7320555866,281,-1.137371989,-0.617634065,5541.447958 +78,-1.537429183,0.7321097681,281,-1.137371989,-0.617634065,5539.728362 +79,-1.535472649,0.7321497267,281,-1.137371989,-0.617634065,5538.0248272 +80,-1.539457899,0.7305333307,281,-1.137371989,-0.617634065,5535.7513357 +81,-1.537453161,0.7305750503,281,-1.137371989,-0.617634065,5533.9965929 +82,-1.535479385,0.7306124949,281,-1.137371989,-0.617634065,5532.2641687 +83,-1.53946905,0.7290102593,281,-1.137371989,-0.617634065,5530.054405 +84,-1.537459922,0.7290417293,281,-1.137371989,-0.617634065,5528.2539046 +85,-1.535451349,0.7290890157,281,-1.137371989,-0.617634065,5526.5223223 +86,-1.535522937,0.7279887191,281,-1.137371989,-0.617634065,5522.4626426 +87,-1.539442524,0.7274735939,281,-1.137371989,-0.617634065,5524.2706202 +88,-1.537424111,0.727521351,281,-1.137371989,-0.617634065,5522.5193153 +89,-1.539384641,0.7259505092,281,-1.137371989,-0.617634065,5518.5077136 +90,-1.537372391,0.7259947145,281,-1.137371989,-0.617634065,5516.7461228 +91,-1.535340789,0.7260435356,281,-1.137371989,-0.617634065,5514.9926068 +92,-1.539325716,0.7244369706,281,-1.137371989,-0.617634065,5512.7795775 +93,-1.537308932,0.7244801057,281,-1.137371989,-0.617634065,5511.0068113 +94,-1.535289068,0.7245247645,281,-1.137371989,-0.617634065,5509.2460401 +95,-1.533261366,0.7245550236,281,-1.137371989,-0.617634065,5507.4330483 +96,-1.539267302,0.722921924,281,-1.137371989,-0.617634065,5507.046282 +97,-1.537248972,0.7229660258,281,-1.137371989,-0.617634065,5505.2728216 +98,-1.535219431,0.7229916471,281,-1.137371989,-0.617634065,5503.4285866 +99,-1.53318962,0.7230212049,281,-1.137371989,-0.617634065,5501.6081509 +100,-1.531154816,0.7230299897,281,-1.137371989,-0.617634065,5499.7142964 +101,-1.528878341,0.7230370244,281,-1.137371989,-0.617634065,5497.5960104 +102,-1.539218189,0.7214009878,281,-1.137371989,-0.617634065,5501.2998897 +103,-1.537198791,0.7214422745,281,-1.137371989,-0.617634065,5499.5119544 +104,-1.535179266,0.7214634354,281,-1.137371989,-0.617634065,5497.6576592 +105,-1.533156501,0.7214944644,281,-1.137371989,-0.617634065,5495.8465049 +106,-1.53113574,0.7215166021,281,-1.137371989,-0.617634065,5494.0131199 +107,-1.528874248,0.7215345535,281,-1.137371989,-0.617634065,5491.9466161 +108,-1.539217656,0.7198512397,281,-1.137371989,-0.617634065,5495.4924873 +109,-1.537199919,0.7199428763,281,-1.137371989,-0.617634065,5493.8917341 +110,-1.545425832,0.727397149,281,-1.137371989,-0.617634065,5529.7598586 +111,-1.543371177,0.7273916949,281,-1.137371989,-0.617634065,5527.7471629 +112,-1.541368852,0.7274523163,281,-1.137371989,-0.617634065,5526.0416315 +113,-1.545349067,0.7258710923,281,-1.137371989,-0.617634065,5523.9759994 +114,-1.54332671,0.7258603556,281,-1.137371989,-0.617634065,5521.971955 +115,-1.541346831,0.7259242142,281,-1.137371989,-0.617634065,5520.2972559 +116,-1.545324355,0.7243383958,281,-1.137371989,-0.617634065,5518.2179906 +117,-1.543292796,0.7243617413,281,-1.137371989,-0.617634065,5516.3295234 +118,-1.541295822,0.7244024384,281,-1.137371989,-0.617634065,5514.548682 +119,-1.543193859,0.7205570215,281,-1.137371989,-0.617634065,5501.9921898 +120,-1.550257047,0.7386738187,281,-1.137371989,-0.617634065,5576.6174446 +121,-1.549335448,0.7311736483,281,-1.137371989,-0.617634065,5547.6903009 +122,-1.533478843,0.7179891343,281,-1.137371989,-0.617634065,5482.9985452 +123,-1.556150555,0.738907041,281,-1.137371989,-0.617634065,5583.2471724 +124,-1.554324226,0.733414257,281,-1.137371989,-0.617634065,5560.952346 +125,-1.554290846,0.7288285332,281,-1.137371989,-0.617634065,5543.8043528 +126,-1.55122487,0.7219795312,281,-1.137371989,-0.617634065,5515.1984657 +127,-1.525104458,0.7229399862,281,-1.137371989,-0.617634065,5493.7011076 +128,-1.519607711,0.7236181429,281,-1.137371989,-0.617634065,5491.1706698 +129,-1.513899999,0.7251107854,281,-1.137371989,-0.617634065,5491.5969239 +130,-1.536620762,0.7431061895,281,-1.137371989,-0.617634065,5580.2074576 +131,-1.5369566,0.7460845958,281,-1.137371989,-0.617634065,5591.6940988 +132,-1.545345528,0.7447040685,281,-1.137371989,-0.617634065,5594.4421405 +133,-1.532813921,0.7432306626,281,-1.137371989,-0.617634065,5577.1251495 +134,-1.554788248,0.7382381001,281,-1.137371989,-0.617634065,5579.4127605 +135,-1.540348126,0.7301594274,281,-1.137371989,-0.617634065,5535.2020031 +136,-1.538016084,0.7239051786,281,-1.137371989,-0.617634065,5509.5289473 +137,-1.525288962,0.7258085137,281,-1.137371989,-0.617634065,5504.6620997 +138,-1.534326986,0.731241342,281,-1.137371989,-0.617634065,5533.5345615 +139,-1.530733872,0.7303625216,281,-1.137371989,-0.617634065,5526.8576812 +141,-1.534354939,0.7328219978,281,-1.137371989,-0.617634065,5539.4927273 +142,-1.53157084,0.7292888153,281,-1.137371989,-0.617634065,5523.610042 +143,-1.525691035,0.7263799874,281,-1.137371989,-0.617634065,5507.1850066 +144,-1.534031287,0.7495967835,281,-1.137371989,-0.617634065,5602.1553641 +145,-1.527714986,0.7283095957,281,-1.137371989,-0.617634065,5516.3235688 +146,-1.526189586,0.7271468292,281,-1.137371989,-0.617634065,5510.5322149 +147,-1.555177336,0.7375563366,281,-1.137371989,-0.617634065,5577.2504591 +148,-1.555080283,0.7312707794,281,-1.137371989,-0.617634065,5553.6993974 +149,-1.53856994,0.7224180299,281,-1.137371989,-0.617634065,5504.4868774 +150,-1.530837883,0.729933372,281,-1.137371989,-0.617634065,5525.3431522 +151,-1.515066984,0.5854133365,281,-1.137371989,-0.617634065,4966.6818183 +152,-1.534731633,0.5368370046,281,-1.137371989,-0.617634065,4806.3541607 +153,-1.515231902,0.5607085576,281,-1.137371989,-0.617634065,4874.0709422 +154,-2.616253799,1.0684566605,281,-1.137371989,-0.617634065,8166.9015628 +155,-1.956071439,0.5792177723,281,-1.137371989,-0.617634065,5629.0260508 +156,-1.951208514,0.5602434208,281,-1.137371989,-0.617634065,5559.2303184 +157,-1.944675062,0.6062144545,281,-1.137371989,-0.617634065,5692.3240444 +158,-1.613778386,0.6077989518,281,-1.137371989,-0.617634065,5163.6051268 +159,-2.035029014,0.6021432345,281,-1.137371989,-0.617634065,5861.5352385 +160,-2.114989471,0.6801825058,281,-1.137371989,-0.617634065,6261.1951955 +161,-2.037382079,0.5765830025,281,-1.137371989,-0.617634065,5788.8148897 +162,-2.129855121,0.6585019963,281,-1.137371989,-0.617634065,6229.5495505 +163,-2.075141798,0.6493615843,281,-1.137371989,-0.617634065,6087.3928848 +164,-1.828626729,0.6948433129,281,-1.137371989,-0.617634065,5778.5529194 +165,-1.863329418,0.6735427691,281,-1.137371989,-0.617634065,5764.1011348 +166,-1.266037071,0.727988852,281,-1.137371989,-0.617634065,5350.4427378 +167,-1.277579582,0.7249010648,281,-1.137371989,-0.617634065,5342.1167847 +168,-1.258418684,0.7241194816,281,-1.137371989,-0.617634065,5332.8507276 +169,-1.317813974,0.6804850104,281,-1.137371989,-0.617634065,5184.1013261 +170,-1.344165204,0.6790988904,281,-1.137371989,-0.617634065,5191.8634184 +171,-1.427582102,0.5277120351,281,-1.137371989,-0.617634065,4663.894372 +172,-1.402238616,0.457167829,281,-1.137371989,-0.617634065,4371.3093857 +173,-1.422454264,0.4996161999,281,-1.137371989,-0.617634065,4551.7396589 +174,-1.439089277,0.4894859811,281,-1.137371989,-0.617634065,4527.988614 +175,-1.448126995,0.5182330266,281,-1.137371989,-0.617634065,4646.0913065 +176,-1.474626146,0.5881926574,281,-1.137371989,-0.617634065,4937.0881368 +177,-1.421139645,0.5584869783,281,-1.137371989,-0.617634065,4776.5447451 +178,-1.457037165,0.565943032,281,-1.137371989,-0.617634065,4836.1793174 +179,-2.757159358,0.3745319,281,-1.137371989,-0.617634065,7218.763815 +180,-2.714309238,0.342054471,281,-1.137371989,-0.617634065,7015.3095559 +181,-2.000525337,0.774119946,281,-1.137371989,-0.617634065,6324.5800842 +183,-1.571413436,0.6777838382,281,-1.137371989,-0.617634065,5371.6161207 +184,-1.552860289,0.6987663893,281,-1.137371989,-0.617634065,5430.1877842 +185,-1.521852374,0.7165827476,281,-1.137371989,-0.617634065,5466.7542607 +186,-1.503656267,0.6928968252,281,-1.137371989,-0.617634065,5360.6551939 +187,-1.502753178,0.7136205882,281,-1.137371989,-0.617634065,5438.1981178 +188,-1.631894563,0.7343596465,281,-1.137371989,-0.617634065,5647.2935099 +189,-1.653765416,0.6770714026,281,-1.137371989,-0.617634065,5465.7717947 +190,-1.719812114,0.6715965947,281,-1.137371989,-0.617634065,5534.6737294 +191,-1.493406659,0.6646955447,281,-1.137371989,-0.617634065,5244.6032333 +192,-1.469120564,0.6613469966,281,-1.137371989,-0.617634065,5210.3721866 +193,-1.590551461,0.5326612937,281,-1.137371989,-0.617634065,4859.0396043 +194,-1.625979264,0.5247742243,281,-1.137371989,-0.617634065,4877.8731314 +195,-1.572293943,0.5238808754,281,-1.137371989,-0.617634065,4803.474596 +196,-1.610848725,0.5477107964,281,-1.137371989,-0.617634065,4940.6278846 +197,-1.208485554,0.7918526018,281,-1.137371989,-0.617634065,5588.7853351 +198,-1.335601374,0.6869083083,281,-1.137371989,-0.617634065,5217.8879026 +199,-1.346156996,0.6825213377,281,-1.137371989,-0.617634065,5206.2794842 +200,-1.324381037,0.6741422347,281,-1.137371989,-0.617634065,5162.4066922 +201,-1.242424992,0.7378949807,281,-1.137371989,-0.617634065,5382.7286668 +202,-1.270370057,0.7392461008,281,-1.137371989,-0.617634065,5396.1552611 +203,-1.448950472,0.7441675014,281,-1.137371989,-0.617634065,5510.6751809 +204,-1.492662363,0.7523026852,281,-1.137371989,-0.617634065,5576.0491201 +205,-1.479098966,0.7763855017,281,-1.137371989,-0.617634065,5656.652576 +206,-1.633760714,0.7869022408,281,-1.137371989,-0.617634065,5840.983506 +207,-1.647406434,0.8101289331,281,-1.137371989,-0.617634065,5940.3998948 +208,-1.564245052,0.5701509278,281,-1.137371989,-0.617634065,4964.5648517 +209,-1.646289963,0.6833746083,281,-1.137371989,-0.617634065,5479.2033292 +210,-1.5820631,0.6751952144,281,-1.137371989,-0.617634065,5373.7042143 +211,-1.613236298,0.6681681791,281,-1.137371989,-0.617634065,5383.6617016 +212,-1.914661867,0.8212566515,281,-1.137371989,-0.617634065,6332.7961547 +213,-1.742133237,0.7250275956,281,-1.137371989,-0.617634065,5753.6957447 +214,-2.033144872,0.6557314699,281,-1.137371989,-0.617634065,6021.0286639 +215,-2.039551981,0.6964723658,281,-1.137371989,-0.617634065,6157.8673489 +216,-1.247341019,0.7622473908,281,-1.137371989,-0.617634065,5480.07497 +217,-1.298239787,0.7084123392,281,-1.137371989,-0.617634065,5285.071051 +218,-1.308539688,0.6926545592,281,-1.137371989,-0.617634065,5227.5896389 +219,-1.303263185,0.6888938396,281,-1.137371989,-0.617634065,5210.5674703 +220,-1.852400229,0.6004246149,281,-1.137371989,-0.617634065,5502.1505695 +221,-1.288947707,0.7473773692,281,-1.137371989,-0.617634065,5434.5323935 +222,-1.372031502,0.7472790993,281,-1.137371989,-0.617634065,5472.6283611 +223,-1.289805721,0.7242157877,281,-1.137371989,-0.617634065,5343.8412154 +224,-1.350807603,0.7533498126,281,-1.137371989,-0.617634065,5484.9242505 +225,-1.329290365,0.7560442322,281,-1.137371989,-0.617634065,5485.0789861 +226,-1.410153004,0.616936428,281,-1.137371989,-0.617634065,4992.8445314 +227,-1.393445434,0.6308995063,281,-1.137371989,-0.617634065,5034.7554956 +228,-1.37595573,0.6241540638,281,-1.137371989,-0.617634065,4996.896759 +229,-1.358388707,0.6172645205,281,-1.137371989,-0.617634065,4959.0815282 +230,-1.753741133,0.8281661666,281,-1.137371989,-0.617634065,6129.9296803 +231,-1.47430987,0.6834615681,281,-1.137371989,-0.617634065,5299.0062966 +232,-1.421012508,0.7222725206,281,-1.137371989,-0.617634065,5406.5391596 +233,-1.4476833,0.6978557868,281,-1.137371989,-0.617634065,5332.3213173 +234,-1.470370723,0.6966193374,281,-1.137371989,-0.617634065,5345.8036742 +235,-1.429211703,0.7037216883,281,-1.137371989,-0.617634065,5340.9653885 +236,-1.700578405,0.6178673663,281,-1.137371989,-0.617634065,5317.2685991 +237,-1.678117619,0.6331716163,281,-1.137371989,-0.617634065,5340.1127498 +238,-1.725644578,0.6316331145,281,-1.137371989,-0.617634065,5402.4419837 +239,-2.14012759,0.7930497945,281,-1.137371989,-0.617634065,6638.0579594 +240,-2.103289431,0.7653606263,281,-1.137371989,-0.617634065,6487.0552918 +241,-1.318739838,0.7017808746,281,-1.137371989,-0.617634065,5267.9092404 +242,-1.396417427,0.7077900843,281,-1.137371989,-0.617634065,5334.1781908 +243,-1.35650337,0.7185539404,281,-1.137371989,-0.617634065,5352.3017595 +244,-1.248884539,0.7274156818,281,-1.137371989,-0.617634065,5343.1056262 +245,-1.395014798,0.5761185243,281,-1.137371989,-0.617634065,4824.1392926 +246,-1.433377362,0.6064716109,281,-1.137371989,-0.617634065,4970.7176454 +247,-1.408172432,0.5903155476,281,-1.137371989,-0.617634065,4888.7561469 +248,-1.749645898,0.7757118084,281,-1.137371989,-0.617634065,5941.2837623 +249,-1.571626686,0.615046989,281,-1.137371989,-0.617634065,5139.3939384 +250,-1.514070049,0.6303003037,281,-1.137371989,-0.617634065,5134.4733443 +251,-1.480890369,0.6237966528,281,-1.137371989,-0.617634065,5078.0680787 +252,-1.704390658,0.5281680612,281,-1.137371989,-0.617634065,5006.2348219 +253,-1.64434733,0.5254277498,281,-1.137371989,-0.617634065,4906.1864145 +254,-1.703855997,0.4792484842,281,-1.137371989,-0.617634065,4833.5779777 +255,-1.692002383,0.5748825051,281,-1.137371989,-0.617634065,5152.3498508 +256,-1.854136457,0.5544643913,281,-1.137371989,-0.617634065,5352.7827216 +257,-1.665021206,0.520317736,281,-1.137371989,-0.617634065,4918.1198936 +258,-1.733654349,0.4845187345,281,-1.137371989,-0.617634065,4901.6473661 +259,-1.720938188,0.5135933906,281,-1.137371989,-0.617634065,4981.6297313 +260,-1.742668307,0.553296122,281,-1.137371989,-0.617634065,5155.2001107 +261,-1.965659039,0.7142126903,281,-1.137371989,-0.617634065,6074.6199044 +262,-1.944438071,0.6772834804,281,-1.137371989,-0.617634065,5918.7031854 +263,-1.270340967,0.7681487096,281,-1.137371989,-0.617634065,5509.9323656 +264,-1.353091884,0.6549276821,281,-1.137371989,-0.617634065,5102.5707939 +265,-1.333236659,0.6413584414,281,-1.137371989,-0.617634065,5038.7415867 +266,-1.352015998,0.6753788907,281,-1.137371989,-0.617634065,5181.6375804 +267,-1.377988483,0.6577816235,281,-1.137371989,-0.617634065,5128.6517853 +268,-2.13075611,0.8318642051,281,-1.137371989,-0.617634065,6731.7467028 +269,-2.097910953,0.8259670014,281,-1.137371989,-0.617634065,6654.814293 +270,-1.416382069,0.6694271549,281,-1.137371989,-0.617634065,5199.6856159 +271,-1.538905672,0.7535625993,281,-1.137371989,-0.617634065,5621.5571181 +272,-1.572309477,0.7803125099,281,-1.137371989,-0.617634065,5753.2485056 +273,-1.87759879,0.7503853417,281,-1.137371989,-0.617634065,6042.2359335 +274,1.152365588,0.590457682,281,-1.137371989,-0.617634065,9693.2249341 +275,0.350198001,0.718001859,281,-1.137371989,-0.617634065,7553.7860635 +276,0.046513677,0.491503852,281,-1.137371989,-0.617634065,6230.2734926 +277,0.027510309,0.742571376,281,-1.137371989,-0.617634065,6836.052019 +278,0.306285725,-0.214631579,281,-1.137371989,-0.617634065,5325.6786481 +279,-1.100564889,0.318051531,281,-1.137371989,-0.617634065,3708.8307094 +280,-1.078582306,0.301437596,281,-1.137371989,-0.617634065,3647.139195 +281,-1.137371989,-0.617634065,281,-1.137371989,-0.617634065,0 +282,0.784356344,0.703272339,281,-1.137371989,-0.617634065,8713.1302384 +283,-1.221209947,0.218327455,281,-1.137371989,-0.617634065,3326.1424383 +284,2.347301921,-0.449114658,281,-1.137371989,-0.617634065,8027.3206907 +285,0.246820618,0.830553713,281,-1.137371989,-0.617634065,7535.3521676 +286,0.829414965,0.703288228,281,-1.137371989,-0.617634065,8842.4774823 +287,-1.337537566,0.42332223,281,-1.137371989,-0.617634065,4191.0163531 +288,0.882453706,0.454478077,281,-1.137371989,-0.617634065,8634.882106 +289,1.575629659,0.416419109,281,-1.137371989,-0.617634065,10773.434776 +290,-1.039455679,0.229888244,281,-1.137371989,-0.617634065,3377.081925 +291,0.489558039,0.934482747,281,-1.137371989,-0.617634065,8263.7357898 +292,0.081344504,0.88384514,281,-1.137371989,-0.617634065,7302.6225529 +293,-1.547979814,0.300350308,281,-1.137371989,-0.617634065,3949.7445408 +294,0.040776181,0.168560074,281,-1.137371989,-0.617634065,5382.3740515 +295,-1.130374745,0.563894876,281,-1.137371989,-0.617634065,4680.1083518 +296,1.578326642,0.478507176,281,-1.137371989,-0.617634065,10907.220704 +297,-1.12861823,-0.291640865,281,-1.137371989,-0.617634065,1291.6290351 +298,0.310524208,0.770885792,281,-1.137371989,-0.617634065,7561.6516333 +299,0.415649091,-0.387246002,281,-1.137371989,-0.617634065,5294.0673245 +300,-0.926533878,-0.188022748,281,-1.137371989,-0.617634065,1863.2037976 +301,1.258856172,-0.11716081,281,-1.137371989,-0.617634065,8421.8436665 +302,-1.126050026,0.322941926,281,-1.137371989,-0.617634065,3725.8644338 +303,2.002785835,0.07893892,281,-1.137371989,-0.617634065,10310.070572 +304,0.440437607,0.746258085,281,-1.137371989,-0.617634065,7840.5060534 +305,-0.030391866,0.214441206,281,-1.137371989,-0.617634065,5289.9382565 +306,0.521557815,-0.058929362,281,-1.137371989,-0.617634065,6370.6021783 +307,-0.097005111,0.13317729,281,-1.137371989,-0.617634065,4881.891852 +308,1.83113859,0.221857587,281,-1.137371989,-0.617634065,10758.276396 +309,0.222428864,0.099404236,281,-1.137371989,-0.617634065,5775.657922 +310,-1.702731345,0.8728568183,281,-1.137371989,-0.617634065,6227.0883911 +311,-0.418507569,0.278324921,281,-1.137371989,-0.617634065,4457.7647232 +312,-1.41153306,0.339029988,281,-1.137371989,-0.617634065,3926.8578845 +313,0.357560442,0.114788776,281,-1.137371989,-0.617634065,6241.5195514 +314,0.325818979,0.268352149,281,-1.137371989,-0.617634065,6495.9426171 +315,-1.246004659,-0.663679965,281,-1.137371989,-0.617634065,390.09019106 +316,1.814603087,0.637404484,281,-1.137371989,-0.617634065,11831.178078 +317,1.843704281,-0.18300445,281,-1.137371989,-0.617634065,9216.0416881 +318,1.690644492,-0.211480909,281,-1.137371989,-0.617634065,8955.6441165 +319,-1.275451936,0.068109467,281,-1.137371989,-0.617634065,2764.2982004 +320,0.762430171,-0.207594741,281,-1.137371989,-0.617634065,6771.8751924 +321,0.265668905,-0.014647884,281,-1.137371989,-0.617634065,5647.1886577 +322,-2.773032013,-0.335515811,281,-1.137371989,-0.617634065,5662.4428721 +323,-1.469512853,0.174058777,281,-1.137371989,-0.617634065,3373.3011766 +324,0.286276986,0.785925691,281,-1.137371989,-0.617634065,7534.0315786 +325,-1.379324697,0.377432233,281,-1.137371989,-0.617634065,4044.8384595 +326,-1.203778265,0.212813032,281,-1.137371989,-0.617634065,3298.8144444 +327,0.579916301,0.611743168,281,-1.137371989,-0.617634065,7982.5556409 +328,0.267582642,0.868113908,281,-1.137371989,-0.617634065,7659.2017852 +329,0.412869244,-0.050245578,281,-1.137371989,-0.617634065,6040.3652738 +330,0.17524381,0.976660285,281,-1.137371989,-0.617634065,7694.849115 +331,0.743157214,0.204812899,281,-1.137371989,-0.617634065,7685.2174971 +332,-1.070758176,0.269382282,281,-1.137371989,-0.617634065,3522.3694298 +333,-1.230364251,0.329790229,281,-1.137371989,-0.617634065,3768.9821674 +334,-1.374813124,-0.024926835,281,-1.137371989,-0.617634065,2505.2456414 +335,0.519780566,0.463669906,281,-1.137371989,-0.617634065,7520.0307213 +336,-1.55108034,0.239698561,281,-1.137371989,-0.617634065,3733.8391186 +337,0.180294813,0.029739425,281,-1.137371989,-0.617634065,5477.4064638 +338,0.67820924,0.268170153,281,-1.137371989,-0.617634065,7612.7416511 +339,0.445798684,1.024001867,281,-1.137371989,-0.617634065,8295.5181364 +340,0.691751283,0.150521402,281,-1.137371989,-0.617634065,7398.7486677 +341,-1.036643551,-0.903056181,281,-1.137371989,-0.617634065,1166.0138272 +342,-0.120287036,1.083325163,281,-1.137371989,-0.617634065,7473.9643465 +343,2.823513113,-0.304487164,281,-1.137371989,-0.617634065,7669.5195642 +344,0.457583172,1.12513373,281,-1.137371989,-0.617634065,8439.3669811 +345,0.042918831,0.813795399,281,-1.137371989,-0.617634065,7051.2054097 +346,1.196146777,-0.853142756,281,-1.137371989,-0.617634065,5960.8345713 +347,0.206001358,-0.010430701,281,-1.137371989,-0.617634065,5465.3641549 +348,-0.268308653,0.234799412,281,-1.137371989,-0.617634065,4690.3087382 +349,0.759363263,0.736189579,281,-1.137371989,-0.617634065,8683.8730187 +350,0.181363926,0.891988372,281,-1.137371989,-0.617634065,7524.9914992 +351,-0.021111158,0.139103292,281,-1.137371989,-0.617634065,5121.815762 +352,-0.093355215,0.630686981,281,-1.137371989,-0.617634065,6263.4373402 +353,0.40118964,0.681375926,281,-1.137371989,-0.617634065,7614.4012414 +354,-0.721197315,1.304706234,281,-1.137371989,-0.617634065,7691.876699 +355,-1.076150317,0.212107639,281,-1.137371989,-0.617634065,3294.6159705 +356,-1.577164531,0.273993443,281,-1.137371989,-0.617634065,3898.7417879 +357,-0.190788414,0.182208586,281,-1.137371989,-0.617634065,4747.6761651 +358,-0.261349752,0.209710184,281,-1.137371989,-0.617634065,4635.2728715 +359,-1.029303852,0.083549259,281,-1.137371989,-0.617634065,2806.3609682 +360,-1.268609162,0.330525297,281,-1.137371989,-0.617634065,3787.8986316 +361,1.282982244,-0.926641967,281,-1.137371989,-0.617634065,5843.4973276 +362,0.217352334,0.731352408,281,-1.137371989,-0.617634065,7250.1627078 +363,-1.511833084,0.258629297,281,-1.137371989,-0.617634065,3744.7587734 +364,0.338812194,0.823184618,281,-1.137371989,-0.617634065,7733.0111556 +365,-0.324406489,1.134201999,281,-1.137371989,-0.617634065,7378.395839 +366,1.389579348,0.399185724,281,-1.137371989,-0.617634065,10163.119028 +367,2.047152199,-0.039082036,281,-1.137371989,-0.617634065,9837.7299894 +368,0.947780369,0.568250077,281,-1.137371989,-0.617634065,9023.1106852 +369,0.763824846,0.576754987,281,-1.137371989,-0.617634065,8469.6369757 +370,-0.142334657,0.928153068,281,-1.137371989,-0.617634065,7009.643085 +371,0.610266567,0.547265983,281,-1.137371989,-0.617634065,7955.4702403 +372,0.210731629,0.746815056,281,-1.137371989,-0.617634065,7268.9143295 +373,-1.34931644,0.316895224,281,-1.137371989,-0.617634065,3786.3717655 +374,2.407696481,0.655030745,281,-1.137371989,-0.617634065,11153.251916 +375,0.64207831,0.545359131,281,-1.137371989,-0.617634065,8047.6401032 +376,1.174597538,0.840588356,281,-1.137371989,-0.617634065,9885.7099639 +377,0.660059424,0.010604079,281,-1.137371989,-0.617634065,6976.36339 +378,-0.730263819,0.010486456,281,-1.137371989,-0.617634065,2907.3423103 +379,0.831068936,0.512339172,281,-1.137371989,-0.617634065,8571.7775544 +380,1.301180979,0.72367476,281,-1.137371989,-0.617634065,10242.630362 +381,1.811128231,0.322854402,281,-1.137371989,-0.617634065,11094.062712 +382,0.435105812,0.992284428,281,-1.137371989,-0.617634065,8230.4531255 +383,0.62643634,0.592027932,281,-1.137371989,-0.617634065,8083.7992997 +384,0.492988703,-0.516339467,281,-1.137371989,-0.617634065,5246.8033514 +385,-0.162469483,0.112549365,281,-1.137371989,-0.617634065,4636.6447555 +386,0.314630866,0.472006421,281,-1.137371989,-0.617634065,6927.7452946 +387,0.166744804,0.822815954,281,-1.137371989,-0.617634065,7339.4150907 +388,0.417159608,0.965805736,281,-1.137371989,-0.617634065,8154.5293153 +389,0.106334961,0.868774244,281,-1.137371989,-0.617634065,7317.2877292 +390,0.815086969,-0.338144359,281,-1.137371989,-0.617634065,6596.180496 +391,0.59867455,-0.230624824,281,-1.137371989,-0.617634065,6214.721192 +392,1.915104874,0.066220985,281,-1.137371989,-0.617634065,10235.416335 +393,1.278093622,0.064463721,281,-1.137371989,-0.617634065,9002.0194481 +394,-0.061477853,0.302997961,281,-1.137371989,-0.617634065,5437.4173581 +395,0.251311504,0.626976942,281,-1.137371989,-0.617634065,7101.3269008 +396,2.950242872,0.149095644,281,-1.137371989,-0.617634065,8564.7486725 +397,-0.180294708,0.35375117,281,-1.137371989,-0.617634065,5262.6221467 +398,1.010448592,-0.351180233,281,-1.137371989,-0.617634065,7093.9749585 +399,-1.748740498,0.3686318073,281,-1.137371989,-0.617634065,4530.9499017 +400,2.699635665,0.123533791,281,-1.137371989,-0.617634065,9252.0358881 +401,0.496808033,0.823843254,281,-1.137371989,-0.617634065,8115.3145134 +402,0.129574704,0.763364087,281,-1.137371989,-0.617634065,7117.3269339 +403,1.798920311,0.817447563,281,-1.137371989,-0.617634065,11445.296936 +404,0.335987953,0.746786541,281,-1.137371989,-0.617634065,7575.760325 +405,-1.085413643,0.292154671,281,-1.137371989,-0.617634065,3608.9572319 +406,-0.155321003,0.508207011,281,-1.137371989,-0.617634065,5770.5549086 +407,0.620529244,-0.301175104,281,-1.137371989,-0.617634065,6115.1027093 +408,1.684402744,0.368716966,281,-1.137371989,-0.617634065,10959.678058 +409,0.300582244,-0.386397212,281,-1.137371989,-0.617634065,4938.9855177 +410,2.913555946,-0.009225192,281,-1.137371989,-0.617634065,8274.9868986 +411,1.465101417,0.493232532,281,-1.137371989,-0.617634065,10572.166237 +412,0.090612882,0.907955955,281,-1.137371989,-0.617634065,7378.4632625 +413,2.987564726,-0.729568594,281,-1.137371989,-0.617634065,6027.0874983 +414,-1.484261606,0.224149272,281,-1.137371989,-0.617634065,3579.14948 +415,0.164073421,0.303955133,281,-1.137371989,-0.617634065,6088.5184385 +416,0.141441293,0.167552546,281,-1.137371989,-0.617634065,5686.3210426 +417,2.931321023,-0.506718887,281,-1.137371989,-0.617634065,6805.3008538 +418,2.21951565,0.700596356,281,-1.137371989,-0.617634065,11694.795123 +419,0.268112576,1.199114336,281,-1.137371989,-0.617634065,8254.1361397 +420,0.978913739,0.359223811,281,-1.137371989,-0.617634065,8768.6889255 +421,1.210898818,0.522863584,281,-1.137371989,-0.617634065,9795.336849 +422,2.347397336,0.129231362,281,-1.137371989,-0.617634065,10142.715408 +423,0.614394501,0.556878345,281,-1.137371989,-0.617634065,7985.3826643 +424,-1.398079356,0.148483366,281,-1.137371989,-0.617634065,3187.226098 +425,2.535303836,-0.112984496,281,-1.137371989,-0.617634065,8937.8248763 +426,-1.019372593,-0.405322349,281,-1.137371989,-0.617634065,933.85373857 +427,-1.297785627,-0.160104069,281,-1.137371989,-0.617634065,1902.8363139 +428,2.144554488,0.205051084,281,-1.137371989,-0.617634065,10733.75101 +429,-2.242387083,-0.426171285,281,-1.137371989,-0.617634065,3806.0770232 +430,0.338637212,0.909723676,281,-1.137371989,-0.617634065,7894.1202859 +431,-0.148798452,0.691042401,281,-1.137371989,-0.617634065,6315.585266 +432,0.893524764,0.441829531,281,-1.137371989,-0.617634065,8647.784904 +433,0.969229347,-0.368847936,281,-1.137371989,-0.617634065,6936.5063679 +434,0.436043248,0.800045688,281,-1.137371989,-0.617634065,7925.4230941 +435,1.687946607,1.081504775,281,-1.137371989,-0.617634065,10444.756378 +436,0.522302046,-0.034889271,281,-1.137371989,-0.617634065,6428.4559522 +437,-0.178996113,-0.438090009,281,-1.137371989,-0.617634065,3313.4397526 +438,-1.094339566,0.301444068,281,-1.137371989,-0.617634065,3644.0578035 +439,-1.064070054,0.242569932,281,-1.137371989,-0.617634065,3418.3603058 +440,-1.068153768,0.230387998,281,-1.137371989,-0.617634065,3369.042466 +441,-3.00496892,-0.23989155,281,-1.137371989,-0.617634065,6594.8399697 +442,0.21751974,0.766874888,281,-1.137371989,-0.617634065,7329.8363898 +443,0.117229532,0.007619006,281,-1.137371989,-0.617634065,5224.802265 +444,0.777758451,0.420554741,281,-1.137371989,-0.617634065,8239.660941 +445,-0.252356999,0.250747086,281,-1.137371989,-0.617634065,4778.3095596 +446,0.363148444,0.768483434,281,-1.137371989,-0.617634065,7686.3626035 +447,0.903191366,-0.118210676,281,-1.137371989,-0.617634065,7421.2308105 +448,-0.205755923,0.149406178,281,-1.137371989,-0.617634065,4614.7429344 +449,1.811996086,0.02364353,281,-1.137371989,-0.617634065,9986.8294473 +450,-1.100670221,0.314845373,281,-1.137371989,-0.617634065,3696.1251608 +451,0.340078597,0.850105132,281,-1.137371989,-0.617634065,7787.1995118 +452,0.258757267,0.804969236,281,-1.137371989,-0.617634065,7508.9076615 +453,2.78505352,-0.155160804,281,-1.137371989,-0.617634065,8216.9635378 +454,0.800551619,0.105822106,281,-1.137371989,-0.617634065,7647.3744769 +455,0.437940882,-0.506194031,281,-1.137371989,-0.617634065,5107.874076 +456,2.230431122,0.63458615,281,-1.137371989,-0.617634065,11715.246979 +457,0.527965361,0.127667701,281,-1.137371989,-0.617634065,6818.5906244 +458,-0.063643205,0.702093448,281,-1.137371989,-0.617634065,6527.9732141 +459,1.408447268,0.133010502,281,-1.137371989,-0.617634065,9555.0572395 +460,0.523795955,0.280266966,281,-1.137371989,-0.617634065,7144.8182954 +461,-0.975769313,0.072177659,281,-1.137371989,-0.617634065,2797.6367606 +462,0.549774164,-0.463663986,281,-1.137371989,-0.617634065,5527.7958568 +463,0.29245874,1.095549818,281,-1.137371989,-0.617634065,8126.52025 +464,0.143625958,0.816809593,281,-1.137371989,-0.617634065,7274.7252552 +465,0.671902494,0.611159853,281,-1.137371989,-0.617634065,8250.4196671 +466,1.239840988,0.6724199,281,-1.137371989,-0.617634065,10037.526732 +467,0.607829703,-0.10932137,281,-1.137371989,-0.617634065,6528.9598837 +468,1.763020906,0.263996692,281,-1.137371989,-0.617634065,10802.203486 +469,0.378714634,0.726066797,281,-1.137371989,-0.617634065,7643.1388294 +470,2.196736143,-0.153862366,281,-1.137371989,-0.617634065,9304.299568 +471,0.01702415,0.148991565,281,-1.137371989,-0.617634065,5261.3878191 +472,-2.998490902,-0.158002487,281,-1.137371989,-0.617634065,6775.6818476 +473,-3.051262951,-0.346595608,281,-1.137371989,-0.617634065,6464.5785274 +474,-1.069176439,0.182802941,281,-1.137371989,-0.617634065,3180.8028166 +475,0.167157509,0.595344954,281,-1.137371989,-0.617634065,6806.905452 +476,0.613855648,0.681746124,281,-1.137371989,-0.617634065,8198.3508793 +477,1.037012736,0.682555367,281,-1.137371989,-0.617634065,9430.7257533 +478,-1.253574971,0.379755746,281,-1.137371989,-0.617634065,3974.6912062 +479,3.108590453,-0.132620738,281,-1.137371989,-0.617634065,7374.2020774 +480,0.565301296,0.022333262,281,-1.137371989,-0.617634065,6698.8193941 +481,0.547898238,0.855555614,281,-1.137371989,-0.617634065,8287.9358194 +482,0.948309381,0.417393755,281,-1.137371989,-0.617634065,8779.5067259 +483,-0.050600732,0.945269213,281,-1.137371989,-0.617634065,7211.8474466 +484,-0.977651478,-0.572363064,281,-1.137371989,-0.617634065,553.50151572 +485,1.102014914,0.728861163,281,-1.137371989,-0.617634065,9657.7664982 +486,2.927300795,-0.282939414,281,-1.137371989,-0.617634065,7473.162139 +487,-1.154565557,0.124434095,281,-1.137371989,-0.617634065,2940.0327066 +488,1.855331234,0.291044755,281,-1.137371989,-0.617634065,11047.472698 +489,0.830290659,0.276904518,281,-1.137371989,-0.617634065,8121.6502587 +490,0.485104466,-0.234867441,281,-1.137371989,-0.617634065,5849.7985755 +491,0.521367572,-0.33161327,281,-1.137371989,-0.617634065,5742.1157596 +1,-1.539031704,0.7349710123,282,0.784356344,0.703272339,6036.0775446 +2,-1.536990553,0.7349663874,282,0.784356344,0.703272339,6032.7466046 +3,-1.534951779,0.7349571355,282,0.784356344,0.703272339,6029.4282253 +4,-1.532906461,0.7349480293,282,0.784356344,0.703272339,6026.0920498 +5,-1.531320211,0.7346937278,282,0.784356344,0.703272339,6024.3105503 +6,-1.539451648,0.7335131775,282,0.784356344,0.703272339,6041.5605367 +7,-1.537429487,0.7335445708,282,0.784356344,0.703272339,6038.1395386 +8,-1.535484998,0.7335658704,282,0.784356344,0.703272339,6034.8732647 +9,-1.533488396,0.7336036027,282,0.784356344,0.703272339,6031.4613858 +10,-1.531497785,0.7335842962,282,0.784356344,0.703272339,6028.2403802 +11,-1.530259379,0.7334777758,282,0.784356344,0.703272339,6026.5429955 +12,-1.5335454,0.7322346912,282,0.784356344,0.703272339,6036.0468577 +13,-1.531489083,0.7322238773,282,0.784356344,0.703272339,6032.6856832 +14,-1.530011122,0.7321679851,282,0.784356344,0.703272339,6030.4234033 +15,-1.53348106,0.7306614094,282,0.784356344,0.703272339,6041.1027394 +16,-1.531441779,0.7306962275,282,0.784356344,0.703272339,6037.6153804 +17,-1.529755654,0.7306933243,282,0.784356344,0.703272339,6034.831022 +18,-1.533415048,0.7291384674,282,0.784356344,0.703272339,6045.9905308 +19,-1.531392093,0.7291705353,282,0.784356344,0.703272339,6042.5346391 +20,-1.529296523,0.7291214933,282,0.784356344,0.703272339,6039.2175833 +21,-1.535280942,0.727267644,282,0.784356344,0.703272339,6055.2188975 +22,-1.533378158,0.7276139666,282,0.784356344,0.703272339,6050.931528 +23,-1.531340368,0.7276446587,282,0.784356344,0.703272339,6047.4510298 +24,-1.528960113,0.7276398177,282,0.784356344,0.703272339,6043.5108812 +25,-1.533313146,0.7260818349,282,0.784356344,0.703272339,6055.8508674 +26,-1.531259555,0.7260958115,282,0.784356344,0.703272339,6052.3942653 +27,-1.528926415,0.7260865555,282,0.784356344,0.703272339,6048.5415471 +28,-1.531226779,0.7245511789,282,0.784356344,0.703272339,6057.4034193 +29,-1.528904772,0.7245519194,282,0.784356344,0.703272339,6053.5313076 +30,-1.547195875,0.7409785979,282,0.784356344,0.703272339,6029.5703298 +31,-1.5451475,0.740980426,282,0.784356344,0.703272339,6026.2499378 +32,-1.543097679,0.7409798872,282,0.784356344,0.703272339,6022.928427 +33,-1.540720364,0.7409892687,282,0.784356344,0.703272339,6019.0350764 +34,-1.547188511,0.7395198392,282,0.784356344,0.703272339,6034.372296 +35,-1.545148587,0.7395226109,282,0.784356344,0.703272339,6031.058249 +36,-1.543104538,0.7395314908,282,0.784356344,0.703272339,6027.7108645 +37,-1.540727751,0.7395306258,282,0.784356344,0.703272339,6023.8472384 +38,-1.547187029,0.7380014886,282,0.784356344,0.703272339,6039.3805463 +39,-1.545147315,0.7380012252,282,0.784356344,0.703272339,6036.0724671 +40,-1.54310719,0.7380060743,282,0.784356344,0.703272339,6032.7403408 +41,-1.540719671,0.7380068206,282,0.784356344,0.703272339,6028.8487844 +42,-1.547187189,0.7364799098,282,0.784356344,0.703272339,6044.4022358 +43,-1.545149996,0.7364853874,282,0.784356344,0.703272339,6041.0749444 +44,-1.543106091,0.7364823484,282,0.784356344,0.703272339,6037.7582827 +45,-1.540717158,0.7364893901,282,0.784356344,0.703272339,6033.8385452 +46,-1.538663972,0.7410138672,282,0.784356344,0.703272339,6015.606038 +47,-1.53695285,0.7409699132,282,0.784356344,0.703272339,6012.9594724 +48,-1.534910498,0.7409641297,282,0.784356344,0.703272339,6009.6411243 +49,-1.533145034,0.7409536636,282,0.784356344,0.703272339,6006.785329 +50,-1.538681336,0.7395405883,282,0.784356344,0.703272339,6020.4783657 +51,-1.536999189,0.7395183096,282,0.784356344,0.703272339,6017.8044148 +52,-1.534923633,0.7395144222,282,0.784356344,0.703272339,6014.4213958 +53,-1.533267822,0.7395654306,282,0.784356344,0.703272339,6011.540213 +54,-1.53867273,0.7380151077,282,0.784356344,0.703272339,6025.4801112 +55,-1.536980576,0.7379994392,282,0.784356344,0.703272339,6022.764399 +56,-1.534931522,0.7379944961,282,0.784356344,0.703272339,6019.4237646 +57,-1.533387952,0.7379480264,282,0.784356344,0.703272339,6017.0431277 +58,-1.538682279,0.7364914363,282,0.784356344,0.703272339,6030.5057171 +59,-1.536980704,0.7364810563,282,0.784356344,0.703272339,6027.7535571 +60,-1.534935567,0.7364752065,282,0.784356344,0.703272339,6024.4179136 +61,-1.533042592,0.7363876366,282,0.784356344,0.703272339,6021.5940878 +62,-1.545143426,0.7349628011,282,0.784356344,0.703272339,6046.0847519 +63,-1.543105297,0.7349691947,282,0.784356344,0.703272339,6042.7420205 +64,-1.541064533,0.7349647152,282,0.784356344,0.703272339,6039.424283 +65,-1.545411803,0.7334624714,282,0.784356344,0.703272339,6051.4694495 +66,-1.543446606,0.7334780896,282,0.784356344,0.703272339,6048.2119592 +67,-1.541475327,0.7334957295,282,0.784356344,0.703272339,6044.931879 +68,-1.545401939,0.731963266,282,0.784356344,0.703272339,6056.3975554 +69,-1.54342253,0.7319915583,282,0.784356344,0.703272339,6053.0708777 +70,-1.541455867,0.7320216438,282,0.784356344,0.703272339,6049.7531678 +71,-1.545410146,0.7304422281,282,0.784356344,0.703272339,6061.4272672 +72,-1.543435491,0.7304713664,282,0.784356344,0.703272339,6058.1013631 +73,-1.541463105,0.7304997613,282,0.784356344,0.703272339,6054.7756506 +74,-1.545414768,0.7289194936,282,0.784356344,0.703272339,6066.4568558 +75,-1.543435774,0.7289538557,282,0.784356344,0.703272339,6063.1024013 +76,-1.541457714,0.7289765881,282,0.784356344,0.703272339,6059.7817904 +77,-1.539449415,0.7320555866,282,0.784356344,0.703272339,6046.3515609 +78,-1.537429183,0.7321097681,282,0.784356344,0.703272339,6042.8546561 +79,-1.535472649,0.7321497267,282,0.784356344,0.703272339,6039.5033092 +80,-1.539457899,0.7305333307,282,0.784356344,0.703272339,6051.3730233 +81,-1.537453161,0.7305750503,282,0.784356344,0.703272339,6047.9382579 +82,-1.535479385,0.7306124949,282,0.784356344,0.703272339,6044.5625421 +83,-1.53946905,0.7290102593,282,0.784356344,0.703272339,6056.4017152 +84,-1.537459922,0.7290417293,282,0.784356344,0.703272339,6052.9891157 +85,-1.535451349,0.7290890157,282,0.784356344,0.703272339,6049.5193417 +86,-1.535522937,0.7279887191,282,0.784356344,0.703272339,6053.251096 +87,-1.539442524,0.7274735939,282,0.784356344,0.703272339,6061.4132167 +88,-1.537424111,0.727521351,282,0.784356344,0.703272339,6057.9273094 +89,-1.539384641,0.7259505092,282,0.784356344,0.703272339,6066.3283067 +90,-1.537372391,0.7259947145,282,0.784356344,0.703272339,6062.8597363 +91,-1.535340789,0.7260435356,282,0.784356344,0.703272339,6059.3378503 +92,-1.539325716,0.7244369706,282,0.784356344,0.703272339,6071.2101277 +93,-1.537308932,0.7244801057,282,0.784356344,0.703272339,6067.7330878 +94,-1.535289068,0.7245247645,282,0.784356344,0.703272339,6064.2397888 +95,-1.533261366,0.7245550236,282,0.784356344,0.703272339,6060.7745663 +96,-1.539267302,0.722921924,282,0.784356344,0.703272339,6076.0976066 +97,-1.537248972,0.7229660258,282,0.784356344,0.703272339,6072.6103331 +98,-1.535219431,0.7229916471,282,0.784356344,0.703272339,6069.158974 +99,-1.53318962,0.7230212049,282,0.784356344,0.703272339,6065.6879306 +100,-1.531154816,0.7230299897,282,0.784356344,0.703272339,6062.2703743 +101,-1.528878341,0.7230370244,282,0.784356344,0.703272339,6058.4484474 +102,-1.539218189,0.7214009878,282,0.784356344,0.703272339,6081.0197181 +103,-1.537198791,0.7214422745,282,0.784356344,0.703272339,6077.5354405 +104,-1.535179266,0.7214634354,282,0.784356344,0.703272339,6074.1108622 +105,-1.533156501,0.7214944644,282,0.784356344,0.703272339,6070.6422212 +106,-1.53113574,0.7215166021,282,0.784356344,0.703272339,6067.1998311 +107,-1.528874248,0.7215345535,282,0.784356344,0.703272339,6063.3622677 +108,-1.539217656,0.7198512397,282,0.784356344,0.703272339,6086.1170835 +109,-1.537199919,0.7199428763,282,0.784356344,0.703272339,6082.4656587 +110,-1.545425832,0.727397149,282,0.784356344,0.703272339,6071.4958459 +111,-1.543371177,0.7273916949,282,0.784356344,0.703272339,6068.1441859 +112,-1.541368852,0.7274523163,282,0.784356344,0.703272339,6064.6543623 +113,-1.545349067,0.7258710923,282,0.784356344,0.703272339,6076.4031412 +114,-1.54332671,0.7258603556,282,0.784356344,0.703272339,6073.1173223 +115,-1.541346831,0.7259242142,282,0.784356344,0.703272339,6069.6493461 +116,-1.545324355,0.7243383958,282,0.784356344,0.703272339,6081.4176184 +117,-1.543292796,0.7243617413,282,0.784356344,0.703272339,6077.9999036 +118,-1.541295822,0.7244024384,282,0.784356344,0.703272339,6074.5757104 +119,-1.543193859,0.7205570215,282,0.784356344,0.703272339,6090.3745159 +120,-1.550257047,0.7386738187,282,0.784356344,0.703272339,6042.126915 +121,-1.549335448,0.7311736483,282,0.784356344,0.703272339,6065.4132509 +122,-1.533478843,0.7179891343,282,0.784356344,0.703272339,6082.6825251 +123,-1.556150555,0.738907041,282,0.784356344,0.703272339,6050.8441722 +124,-1.554324226,0.733414257,282,0.784356344,0.703272339,6066.0923281 +125,-1.554290846,0.7288285332,282,0.784356344,0.703272339,6081.2191544 +126,-1.55122487,0.7219795312,282,0.784356344,0.703272339,6098.8831533 +127,-1.525104458,0.7229399862,282,0.784356344,0.703272339,6052.4502437 +128,-1.519607711,0.7236181429,282,0.784356344,0.703272339,6040.9991524 +129,-1.513899999,0.7251107854,282,0.784356344,0.703272339,6026.504969 +130,-1.536620762,0.7431061895,282,0.784356344,0.703272339,6005.3998494 +131,-1.5369566,0.7460845958,282,0.784356344,0.703272339,5996.1625462 +132,-1.545345528,0.7447040685,282,0.784356344,0.703272339,6014.2929987 +133,-1.532813921,0.7432306626,282,0.784356344,0.703272339,5998.7754287 +134,-1.554788248,0.7382381001,282,0.784356344,0.703272339,6050.8705992 +135,-1.540348126,0.7301594274,282,0.784356344,0.703272339,6054.0658204 +136,-1.538016084,0.7239051786,282,0.784356344,0.703272339,6070.7935157 +137,-1.525288962,0.7258085137,282,0.784356344,0.703272339,6043.3799067 +138,-1.534326986,0.731241342,282,0.784356344,0.703272339,6040.5965816 +139,-1.530733872,0.7303625216,282,0.784356344,0.703272339,6037.5365666 +141,-1.534354939,0.7328219978,282,0.784356344,0.703272339,6035.4545543 +142,-1.53157084,0.7292888153,282,0.784356344,0.703272339,6042.4431788 +143,-1.525691035,0.7263799874,282,0.784356344,0.703272339,6042.1832194 +144,-1.534031287,0.7495967835,282,0.784356344,0.703272339,5979.8790119 +145,-1.527714986,0.7283095957,282,0.784356344,0.703272339,6039.2456994 +146,-1.526189586,0.7271468292,282,0.784356344,0.703272339,6040.5076492 +147,-1.555177336,0.7375563366,282,0.784356344,0.703272339,6053.7538251 +148,-1.555080283,0.7312707794,282,0.784356344,0.703272339,6074.4116495 +149,-1.53856994,0.7224180299,282,0.784356344,0.703272339,6076.6006812 +150,-1.530837883,0.729933372,282,0.784356344,0.703272339,6039.1154251 +151,-1.515066984,0.5854133365,282,0.784356344,0.703272339,6483.3578234 +152,-1.534731633,0.5368370046,282,0.784356344,0.703272339,6679.2752125 +153,-1.515231902,0.5607085576,282,0.784356344,0.703272339,6564.0268508 +154,-2.616253799,1.0684566605,282,0.784356344,0.703272339,5376.445828 +155,-1.956071439,0.5792177723,282,0.784356344,0.703272339,7156.0477401 +156,-1.951208514,0.5602434208,282,0.784356344,0.703272339,7222.5268856 +157,-1.944675062,0.6062144545,282,0.784356344,0.703272339,7042.7775095 +158,-1.613778386,0.6077989518,282,0.784356344,0.703272339,6585.2586884 +159,-2.035029014,0.6021432345,282,0.784356344,0.703272339,7140.895036 +160,-2.114989471,0.6801825058,282,0.784356344,0.703272339,6894.2925104 +161,-2.037382079,0.5765830025,282,0.784356344,0.703272339,7240.8964988 +162,-2.129855121,0.6585019963,282,0.784356344,0.703272339,6987.0898482 +163,-2.075141798,0.6493615843,282,0.784356344,0.703272339,6988.9016588 +164,-1.828626729,0.6948433129,282,0.784356344,0.703272339,6586.2738146 +165,-1.863329418,0.6735427691,282,0.784356344,0.703272339,6704.4498151 +166,-1.266037071,0.727988852,282,0.784356344,0.703272339,5555.0028639 +167,-1.277579582,0.7249010648,282,0.784356344,0.703272339,5587.2987263 +168,-1.258418684,0.7241194816,282,0.784356344,0.703272339,5550.6074245 +169,-1.317813974,0.6804850104,282,0.784356344,0.703272339,5799.3184317 +170,-1.344165204,0.6790988904,282,0.784356344,0.703272339,5856.6849036 +171,-1.427582102,0.5277120351,282,0.784356344,0.703272339,6493.3755682 +172,-1.402238616,0.457167829,282,0.784356344,0.703272339,6657.9265876 +173,-1.422454264,0.4996161999,282,0.784356344,0.703272339,6570.3206897 +174,-1.439089277,0.4894859811,282,0.784356344,0.703272339,6637.5652569 +175,-1.448126995,0.5182330266,282,0.784356344,0.703272339,6566.0647419 +176,-1.474626146,0.5881926574,282,0.784356344,0.703272339,6397.0160272 +177,-1.421139645,0.5584869783,282,0.784356344,0.703272339,6383.7217327 +178,-1.457037165,0.565943032,282,0.784356344,0.703272339,6433.2223592 +179,-2.757159358,0.3745319,282,0.784356344,0.703272339,7926.8054301 +180,-2.714309238,0.342054471,282,0.784356344,0.703272339,8098.759107 +181,-2.000525337,0.774119946,282,0.784356344,0.703272339,6455.5084525 +183,-1.571413436,0.6777838382,282,0.784356344,0.703272339,6278.9877229 +184,-1.552860289,0.6987663893,282,0.784356344,0.703272339,6178.3734268 +185,-1.521852374,0.7165827476,282,0.784356344,0.703272339,6067.7474634 +186,-1.503656267,0.6928968252,282,0.784356344,0.703272339,6113.4720375 +187,-1.502753178,0.7136205882,282,0.784356344,0.703272339,6044.7672684 +188,-1.631894563,0.7343596465,282,0.784356344,0.703272339,6183.3326632 +189,-1.653765416,0.6770714026,282,0.784356344,0.703272339,6412.8180798 +190,-1.719812114,0.6715965947,282,0.784356344,0.703272339,6528.9200168 +191,-1.493406659,0.6646955447,282,0.784356344,0.703272339,6186.4204501 +192,-1.469120564,0.6613469966,282,0.784356344,0.703272339,6152.7442255 +193,-1.590551461,0.5326612937,282,0.784356344,0.703272339,6797.5146751 +194,-1.625979264,0.5247742243,282,0.784356344,0.703272339,6887.7922658 +195,-1.572293943,0.5238808754,282,0.784356344,0.703272339,6793.0774437 +196,-1.610848725,0.5477107964,282,0.784356344,0.703272339,6783.4002587 +197,-1.208485554,0.7918526018,282,0.784356344,0.703272339,5258.8704419 +198,-1.335601374,0.6869083083,282,0.784356344,0.703272339,5816.075475 +199,-1.346156996,0.6825213377,282,0.784356344,0.703272339,5850.3599649 +200,-1.324381037,0.6741422347,282,0.784356344,0.703272339,5831.5717186 +201,-1.242424992,0.7378949807,282,0.784356344,0.703272339,5478.5859587 +202,-1.270370057,0.7392461008,282,0.784356344,0.703272339,5531.3021267 +203,-1.448950472,0.7441675014,282,0.784356344,0.703272339,5853.312427 +204,-1.492662363,0.7523026852,282,0.784356344,0.703272339,5902.6426178 +205,-1.479098966,0.7763855017,282,0.784356344,0.703272339,5802.6278397 +206,-1.633760714,0.7869022408,282,0.784356344,0.703272339,6006.4993846 +207,-1.647406434,0.8101289331,282,0.784356344,0.703272339,5945.861927 +208,-1.564245052,0.5701509278,282,0.784356344,0.703272339,6624.6112633 +209,-1.646289963,0.6833746083,282,0.784356344,0.703272339,6379.7205216 +210,-1.5820631,0.6751952144,282,0.784356344,0.703272339,6305.2949848 +211,-1.613236298,0.6681681791,282,0.784356344,0.703272339,6379.7637683 +212,-1.914661867,0.8212566515,282,0.784356344,0.703272339,6206.8078882 +213,-1.742133237,0.7250275956,282,0.784356344,0.703272339,6370.0156523 +214,-2.033144872,0.6557314699,282,0.784356344,0.703272339,6933.7406427 +215,-2.039551981,0.6964723658,282,0.784356344,0.703272339,6782.0572929 +216,-1.247341019,0.7622473908,282,0.784356344,0.703272339,5419.369825 +217,-1.298239787,0.7084123392,282,0.784356344,0.703272339,5677.1377856 +218,-1.308539688,0.6926545592,282,0.784356344,0.703272339,5744.4043654 +219,-1.303263185,0.6888938396,282,0.784356344,0.703272339,5744.7596633 +220,-1.852400229,0.6004246149,282,0.784356344,0.703272339,6960.6833508 +221,-1.288947707,0.7473773692,282,0.784356344,0.703272339,5544.6913415 +222,-1.372031502,0.7472790993,282,0.784356344,0.703272339,5704.2927495 +223,-1.289805721,0.7242157877,282,0.784356344,0.703272339,5613.9030965 +224,-1.350807603,0.7533498126,282,0.784356344,0.703272339,5646.2039769 +225,-1.329290365,0.7560442322,282,0.784356344,0.703272339,5597.4026045 +226,-1.410153004,0.616936428,282,0.784356344,0.703272339,6179.1546733 +227,-1.393445434,0.6308995063,282,0.784356344,0.703272339,6102.431547 +228,-1.37595573,0.6241540638,282,0.784356344,0.703272339,6087.8071578 +229,-1.358388707,0.6172645205,282,0.784356344,0.703272339,6072.7008027 +230,-1.753741133,0.8281661666,282,0.784356344,0.703272339,6016.806827 +231,-1.47430987,0.6834615681,282,0.784356344,0.703272339,6091.5652121 +232,-1.421012508,0.7222725206,282,0.784356344,0.703272339,5871.8221863 +233,-1.4476833,0.6978557868,282,0.784356344,0.703272339,5997.3209468 +234,-1.470370723,0.6966193374,282,0.784356344,0.703272339,6042.4035533 +235,-1.429211703,0.7037216883,282,0.784356344,0.703272339,5944.892757 +236,-1.700578405,0.6178673663,282,0.784356344,0.703272339,6689.5276153 +237,-1.678117619,0.6331716163,282,0.784356344,0.703272339,6601.9227617 +238,-1.725644578,0.6316331145,282,0.784356344,0.703272339,6678.2837161 +239,-2.14012759,0.7930497945,282,0.784356344,0.703272339,6467.0346289 +240,-2.103289431,0.7653606263,282,0.784356344,0.703272339,6556.413836 +241,-1.318739838,0.7017808746,282,0.784356344,0.703272339,5737.9441544 +242,-1.396417427,0.7077900843,282,0.784356344,0.703272339,5870.9634885 +243,-1.35650337,0.7185539404,282,0.784356344,0.703272339,5761.9274521 +244,-1.248884539,0.7274156818,282,0.784356344,0.703272339,5521.6455118 +245,-1.395014798,0.5761185243,282,0.784356344,0.703272339,6274.8121136 +246,-1.433377362,0.6064716109,282,0.784356344,0.703272339,6258.1078805 +247,-1.408172432,0.5903155476,282,0.784356344,0.703272339,6257.9214728 +248,-1.749645898,0.7757118084,282,0.784356344,0.703272339,6199.0552159 +249,-1.571626686,0.615046989,282,0.784356344,0.703272339,6488.5033884 +250,-1.514070049,0.6303003037,282,0.784356344,0.703272339,6335.4228249 +251,-1.480890369,0.6237966528,282,0.784356344,0.703272339,6294.9256664 +252,-1.704390658,0.5281680612,282,0.784356344,0.703272339,7009.0124821 +253,-1.64434733,0.5254277498,282,0.784356344,0.703272339,6917.7787613 +254,-1.703855997,0.4792484842,282,0.784356344,0.703272339,7178.6482808 +255,-1.692002383,0.5748825051,282,0.784356344,0.703272339,6826.2986577 +256,-1.854136457,0.5544643913,282,0.784356344,0.703272339,7131.5069416 +257,-1.665021206,0.520317736,282,0.784356344,0.703272339,6970.8498297 +258,-1.733654349,0.4845187345,282,0.784356344,0.703272339,7209.2178104 +259,-1.720938188,0.5135933906,282,0.784356344,0.703272339,7086.6478928 +260,-1.742668307,0.553296122,282,0.784356344,0.703272339,6980.5014261 +261,-1.965659039,0.7142126903,282,0.784356344,0.703272339,6654.8847018 +262,-1.944438071,0.6772834804,282,0.784356344,0.703272339,6774.9651663 +263,-1.270340967,0.7681487096,282,0.784356344,0.703272339,5448.0404699 +264,-1.353091884,0.6549276821,282,0.784356344,0.703272339,5947.6356633 +265,-1.333236659,0.6413584414,282,0.784356344,0.703272339,5947.825079 +266,-1.352015998,0.6753788907,282,0.784356344,0.703272339,5883.6125423 +267,-1.377988483,0.6577816235,282,0.784356344,0.703272339,5988.9210111 +268,-2.13075611,0.8318642051,282,0.784356344,0.703272339,6311.1882661 +269,-2.097910953,0.8259670014,282,0.784356344,0.703272339,6318.0185803 +270,-1.416382069,0.6694271549,282,0.784356344,0.703272339,6027.9036492 +271,-1.538905672,0.7535625993,282,0.784356344,0.703272339,5974.7425949 +272,-1.572309477,0.7803125099,282,0.784356344,0.703272339,5938.5253461 +273,-1.87759879,0.7503853417,282,0.784356344,0.703272339,6435.6087473 +274,1.152365588,0.590457682,282,0.784356344,0.703272339,1242.2688598 +275,0.350198001,0.718001859,282,0.784356344,0.703272339,1300.3137367 +276,0.046513677,0.491503852,282,0.784356344,0.703272339,2530.5430432 +277,0.027510309,0.742571376,282,0.784356344,0.703272339,2228.804786 +278,0.306285725,-0.214631579,282,0.784356344,0.703272339,4037.5764451 +279,-1.100564889,0.318051531,282,0.784356344,0.703272339,6307.5393158 +280,-1.078582306,0.301437596,282,0.784356344,0.703272339,6292.2709947 +281,-1.137371989,-0.617634065,282,0.784356344,0.703272339,8713.1302384 +282,0.784356344,0.703272339,282,0.784356344,0.703272339,0 +283,-1.221209947,0.218327455,282,0.784356344,0.703272339,6912.8935431 +284,2.347301921,-0.449114658,282,0.784356344,0.703272339,7327.02418 +285,0.246820618,0.830553713,282,0.784356344,0.703272339,1601.6005134 +286,0.829414965,0.703288228,282,0.784356344,0.703272339,136.12419312 +287,-1.337537566,0.42332223,282,0.784356344,0.703272339,6612.5686667 +288,0.882453706,0.454478077,282,0.784356344,0.703272339,1037.1486714 +289,1.575629659,0.416419109,282,0.784356344,0.703272339,2851.2031301 +290,-1.039455679,0.229888244,282,0.784356344,0.703272339,6374.6214522 +291,0.489558039,0.934482747,282,0.784356344,0.703272339,1208.2324875 +292,0.081344504,0.88384514,282,0.784356344,0.703272339,2049.8666997 +293,-1.547979814,0.300350308,282,0.784356344,0.703272339,7476.3042993 +294,0.040776181,0.168560074,282,0.784356344,0.703272339,3356.4902645 +295,-1.130374745,0.563894876,282,0.784356344,0.703272339,5712.3687917 +296,1.578326642,0.478507176,282,0.784356344,0.703272339,2725.7894484 +297,-1.12861823,-0.291640865,282,0.784356344,0.703272339,7987.2392332 +298,0.310524208,0.770885792,282,0.784356344,0.703272339,1408.5193 +299,0.415649091,-0.387246002,282,0.784356344,0.703272339,4528.7520834 +300,-0.926533878,-0.188022748,282,0.784356344,0.703272339,7122.9185621 +301,1.258856172,-0.11716081,282,0.784356344,0.703272339,3681.8382959 +302,-1.126050026,0.322941926,282,0.784356344,0.703272339,6363.3820061 +303,2.002785835,0.07893892,282,0.784356344,0.703272339,4959.2213328 +304,0.440437607,0.746258085,282,0.784356344,0.703272339,1031.5276277 +305,-0.030391866,0.214441206,282,0.784356344,0.703272339,3424.8645423 +306,0.521557815,-0.058929362,282,0.784356344,0.703272339,3166.2084036 +307,-0.097005111,0.13317729,282,0.784356344,0.703272339,3835.1963406 +308,1.83113859,0.221857587,282,0.784356344,0.703272339,4080.8853398 +309,0.222428864,0.099404236,282,0.784356344,0.703272339,3114.7004955 +310,-1.702731345,0.8728568183,282,0.784356344,0.703272339,5798.7786626 +311,-0.418507569,0.278324921,282,0.784356344,0.703272339,4410.8155372 +312,-1.41153306,0.339029988,282,0.784356344,0.703272339,7043.1367603 +313,0.357560442,0.114788776,282,0.784356344,0.703272339,2779.0138032 +314,0.325818979,0.268352149,282,0.784356344,0.703272339,2337.035636 +315,-1.246004659,-0.663679965,282,0.784356344,0.703272339,9102.9524708 +316,1.814603087,0.637404484,282,0.784356344,0.703272339,3148.8889359 +317,1.843704281,-0.18300445,282,0.784356344,0.703272339,5223.5742353 +318,1.690644492,-0.211480909,282,0.784356344,0.703272339,4914.4544433 +319,-1.275451936,0.068109467,282,0.784356344,0.703272339,7484.7906774 +320,0.762430171,-0.207594741,282,0.784356344,0.703272339,3608.8438833 +321,0.265668905,-0.014647884,282,0.784356344,0.703272339,3404.2257639 +322,-2.773032013,-0.335515811,282,0.784356344,0.703272339,10415.859528 +323,-1.469512853,0.174058777,282,0.784356344,0.703272339,7689.7485465 +324,0.286276986,0.785925691,282,0.784356344,0.703272339,1479.0327871 +325,-1.379324697,0.377432233,282,0.784356344,0.703272339,6849.7741953 +326,-1.203778265,0.212813032,282,0.784356344,0.703272339,6880.8558099 +327,0.579916301,0.611743168,282,0.784356344,0.703272339,735.48298093 +328,0.267582642,0.868113908,282,0.784356344,0.703272339,1574.0353926 +329,0.412869244,-0.050245578,282,0.784356344,0.703272339,3274.4623829 +330,0.17524381,0.976660285,282,0.784356344,0.703272339,1909.1679931 +331,0.743157214,0.204812899,282,0.784356344,0.703272339,1979.6418701 +332,-1.070758176,0.269382282,282,0.784356344,0.703272339,6357.0897299 +333,-1.230364251,0.329790229,282,0.784356344,0.703272339,6620.6510206 +334,-1.374813124,-0.024926835,282,0.784356344,0.703272339,8023.5033815 +335,0.519780566,0.463669906,282,0.784356344,0.703272339,1286.7845676 +336,-1.55108034,0.239698561,282,0.784356344,0.703272339,7678.0332939 +337,0.180294813,0.029739425,282,0.784356344,0.703272339,3436.3176429 +338,0.67820924,0.268170153,282,0.784356344,0.703272339,1761.9375841 +339,0.445798684,1.024001867,282,0.784356344,0.703272339,1528.1975364 +340,0.691751283,0.150521402,282,0.784356344,0.703272339,2213.7032947 +341,-1.036643551,-0.903056181,282,0.784356344,0.703272339,8894.8887482 +342,-0.120287036,1.083325163,282,0.784356344,0.703272339,2600.2197192 +343,2.823513113,-0.304487164,282,0.784356344,0.703272339,8398.9759169 +344,0.457583172,1.12513373,282,0.784356344,0.703272339,1832.0465305 +345,0.042918831,0.813795399,282,0.784356344,0.703272339,2149.0003585 +346,1.196146777,-0.853142756,282,0.784356344,0.703272339,6331.0595476 +347,0.206001358,-0.010430701,282,0.784356344,0.703272339,3512.5834484 +348,-0.268308653,0.234799412,282,0.784356344,0.703272339,4065.8555848 +349,0.759363263,0.736189579,282,0.784356344,0.703272339,150.13495239 +350,0.181363926,0.891988372,282,0.784356344,0.703272339,1806.4993478 +351,-0.021111158,0.139103292,282,0.784356344,0.703272339,3608.4189676 +352,-0.093355215,0.630686981,282,0.784356344,0.703272339,2710.0334473 +353,0.40118964,0.681375926,282,0.784356344,0.703272339,1168.5057853 +354,-0.721197315,1.304706234,282,0.784356344,0.703272339,3486.2866027 +355,-1.076150317,0.212107639,282,0.784356344,0.703272339,6526.6757512 +356,-1.577164531,0.273993443,282,0.784356344,0.703272339,7625.5185787 +357,-0.190788414,0.182208586,282,0.784356344,0.703272339,3971.6833027 +358,-0.261349752,0.209710184,282,0.784356344,0.703272339,4108.4816514 +359,-1.029303852,0.083549259,282,0.784356344,0.703272339,6733.579062 +360,-1.268609162,0.330525297,282,0.784356344,0.703272339,6716.9507129 +361,1.282982244,-0.926641967,282,0.784356344,0.703272339,6677.8665024 +362,0.217352334,0.731352408,282,0.784356344,0.703272339,1685.9854945 +363,-1.511833084,0.258629297,282,0.784356344,0.703272339,7527.9810984 +364,0.338812194,0.823184618,282,0.784356344,0.703272339,1353.3810144 +365,-0.324406489,1.134201999,282,0.784356344,0.703272339,2981.5668391 +366,1.389579348,0.399185724,282,0.784356344,0.703272339,2348.6960585 +367,2.047152199,-0.039082036,282,0.784356344,0.703272339,5400.9672331 +368,0.947780369,0.568250077,282,0.784356344,0.703272339,745.66684509 +369,0.763824846,0.576754987,282,0.784356344,0.703272339,505.3476908 +370,-0.142334657,0.928153068,282,0.784356344,0.703272339,2599.990434 +371,0.610266567,0.547265983,282,0.784356344,0.703272339,832.1976806 +372,0.210731629,0.746815056,282,0.784356344,0.703272339,1698.5199365 +373,-1.34931644,0.316895224,282,0.784356344,0.703272339,6959.8183624 +374,2.407696481,0.655030745,282,0.784356344,0.703272339,4753.8617456 +375,0.64207831,0.545359131,282,0.784356344,0.703272339,774.00987705 +376,1.174597538,0.840588356,282,0.784356344,0.703272339,1227.8647835 +377,0.660059424,0.010604079,282,0.784356344,0.703272339,2779.9562096 +378,-0.730263819,0.010486456,282,0.784356344,0.703272339,6025.3621259 +379,0.831068936,0.512339172,282,0.784356344,0.703272339,771.27562673 +380,1.301180979,0.72367476,282,0.784356344,0.703272339,1542.3797315 +381,1.811128231,0.322854402,282,0.784356344,0.703272339,3773.2454371 +382,0.435105812,0.992284428,282,0.784356344,0.703272339,1454.3414483 +383,0.62643634,0.592027932,282,0.784356344,0.703272339,664.93094774 +384,0.492988703,-0.516339467,282,0.784356344,0.703272339,4948.1971915 +385,-0.162469483,0.112549365,282,0.784356344,0.703272339,4076.9191949 +386,0.314630866,0.472006421,282,0.784356344,0.703272339,1788.3303176 +387,0.166744804,0.822815954,282,0.784356344,0.703272339,1813.3538033 +388,0.417159608,0.965805736,282,0.784356344,0.703272339,1415.5778835 +389,0.106334961,0.868774244,282,0.784356344,0.703272339,1982.0665331 +390,0.815086969,-0.338144359,282,0.784356344,0.703272339,4126.6104319 +391,0.59867455,-0.230624824,282,0.784356344,0.703272339,3761.6906824 +392,1.915104874,0.066220985,282,0.784356344,0.703272339,4733.4835849 +393,1.278093622,0.064463721,282,0.784356344,0.703272339,3084.0122468 +394,-0.061477853,0.302997961,282,0.784356344,0.703272339,3283.1969778 +395,0.251311504,0.626976942,282,0.784356344,0.703272339,1679.9628146 +396,2.950242872,0.149095644,282,0.784356344,0.703272339,7540.4539519 +397,-0.180294708,0.35375117,282,0.784356344,0.703272339,3513.8225114 +398,1.010448592,-0.351180233,282,0.784356344,0.703272339,4259.2243141 +399,-1.748740498,0.3686318073,282,0.784356344,0.703272339,7641.4212851 +400,2.699635665,0.123533791,282,0.784356344,0.703272339,6922.4300823 +401,0.496808033,0.823843254,282,0.784356344,0.703272339,948.54166323 +402,0.129574704,0.763364087,282,0.784356344,0.703272339,1924.942644 +403,1.798920311,0.817447563,282,0.784356344,0.703272339,2879.4334005 +404,0.335987953,0.746786541,282,0.784356344,0.703272339,1335.1626563 +405,-1.085413643,0.292154671,282,0.784356344,0.703272339,6336.2923102 +406,-0.155321003,0.508207011,282,0.784356344,0.703272339,3106.6843269 +407,0.620529244,-0.301175104,282,0.784356344,0.703272339,4024.229781 +408,1.684402744,0.368716966,282,0.784356344,0.703272339,3285.253433 +409,0.300582244,-0.386397212,282,0.784356344,0.703272339,4670.6373938 +410,2.913555946,-0.009225192,282,0.784356344,0.703272339,7895.5605105 +411,1.465101417,0.493232532,282,0.784356344,0.703272339,2355.8860251 +412,0.090612882,0.907955955,282,0.784356344,0.703272339,2037.1347172 +413,2.987564726,-0.729568594,282,0.784356344,0.703272339,9685.3983821 +414,-1.484261606,0.224149272,282,0.784356344,0.703272339,7571.1619694 +415,0.164073421,0.303955133,282,0.784356344,0.703272339,2641.5203634 +416,0.141441293,0.167552546,282,0.784356344,0.703272339,3096.0938186 +417,2.931321023,-0.506718887,282,0.784356344,0.703272339,9168.6513088 +418,2.21951565,0.700596356,282,0.784356344,0.703272339,4167.2888199 +419,0.268112576,1.199114336,282,0.784356344,0.703272339,2246.2397512 +420,0.978913739,0.359223811,282,0.784356344,0.703272339,1513.0570797 +421,1.210898818,0.522863584,282,0.784356344,0.703272339,1548.4047848 +422,2.347397336,0.129231362,282,0.784356344,0.703272339,5868.0949172 +423,0.614394501,0.556878345,282,0.784356344,0.703272339,794.04356969 +424,-1.398079356,0.148483366,282,0.784356344,0.703272339,7585.4283239 +425,2.535303836,-0.112984496,282,0.784356344,0.703272339,7054.7347469 +426,-1.019372593,-0.405322349,282,0.784356344,0.703272339,7924.8774287 +427,-1.297785627,-0.160104069,282,0.784356344,0.703272339,8167.0518919 +428,2.144554488,0.205051084,282,0.784356344,0.703272339,5065.6468433 +429,-2.242387083,-0.426171285,282,0.784356344,0.703272339,11281.842754 +430,0.338637212,0.909723676,282,0.784356344,0.703272339,1458.0398708 +431,-0.148798452,0.691042401,282,0.784356344,0.703272339,2789.7285728 +432,0.893524764,0.441829531,282,0.784356344,0.703272339,1096.713169 +433,0.969229347,-0.368847936,282,0.784356344,0.703272339,4301.1445386 +434,0.436043248,0.800045688,282,0.784356344,0.703272339,1074.7868085 +435,1.687946607,1.081504775,282,0.784356344,0.703272339,2596.9597451 +436,0.522302046,-0.034889271,282,0.784356344,0.703272339,3073.9505459 +437,-0.178996113,-0.438090009,282,0.784356344,0.703272339,5745.9061065 +438,-1.094339566,0.301444068,282,0.784356344,0.703272339,6335.6931822 +439,-1.064070054,0.242569932,282,0.784356344,0.703272339,6410.486131 +440,-1.068153768,0.230387998,282,0.784356344,0.703272339,6454.7942789 +441,-3.00496892,-0.23989155,282,0.784356344,0.703272339,9548.2111229 +442,0.21751974,0.766874888,282,0.784356344,0.703272339,1673.3863283 +443,0.117229532,0.007619006,282,0.784356344,0.703272339,3652.6143527 +444,0.777758451,0.420554741,282,0.784356344,0.703272339,1120.0595687 +445,-0.252356999,0.250747086,282,0.784356344,0.703272339,3978.4246277 +446,0.363148444,0.768483434,282,0.784356344,0.703272339,1258.5663106 +447,0.903191366,-0.118210676,282,0.784356344,0.703272339,3282.6957341 +448,-0.205755923,0.149406178,282,0.784356344,0.703272339,4101.9025333 +449,1.811996086,0.02364353,282,0.784356344,0.703272339,4551.2363486 +450,-1.100670221,0.314845373,282,0.784356344,0.703272339,6316.5660413 +451,0.340078597,0.850105132,282,0.784356344,0.703272339,1374.7027103 +452,0.258757267,0.804969236,282,0.784356344,0.703272339,1559.6647552 +453,2.78505352,-0.155160804,282,0.784356344,0.703272339,7912.71928 +454,0.800551619,0.105822106,282,0.784356344,0.703272339,2367.2006496 +455,0.437940882,-0.506194031,282,0.784356344,0.703272339,4957.2219598 +456,2.230431122,0.63458615,282,0.784356344,0.703272339,4329.4196304 +457,0.527965361,0.127667701,282,0.784356344,0.703272339,2454.0792202 +458,-0.063643205,0.702093448,282,0.784356344,0.703272339,2529.9072488 +459,1.408447268,0.133010502,282,0.784356344,0.703272339,3154.7271505 +460,0.523795955,0.280266966,282,0.784356344,0.703272339,1900.2195625 +461,-0.975769313,0.072177659,282,0.784356344,0.703272339,6604.8927031 +462,0.549774164,-0.463663986,282,0.784356344,0.703272339,4702.3776543 +463,0.29245874,1.095549818,282,0.784356344,0.703272339,1938.1048151 +464,0.143625958,0.816809593,282,0.784356344,0.703272339,1875.3179554 +465,0.671902494,0.611159853,282,0.784356344,0.703272339,507.1344935 +466,1.239840988,0.6724199,282,0.784356344,0.703272339,1394.2187191 +467,0.607829703,-0.10932137,282,0.784356344,0.703272339,3282.4772176 +468,1.763020906,0.263996692,282,0.784356344,0.703272339,3772.5514265 +469,0.378714634,0.726066797,282,0.784356344,0.703272339,1213.2657805 +470,2.196736143,-0.153862366,282,0.784356344,0.703272339,6143.5326559 +471,0.01702415,0.148991565,282,0.784356344,0.703272339,3476.664326 +472,-2.998490902,-0.158002487,282,0.784356344,0.703272339,9323.0872624 +473,-3.051262951,-0.346595608,282,0.784356344,0.703272339,9709.9558606 +474,-1.069176439,0.182802941,282,0.784356344,0.703272339,6585.5789829 +475,0.167157509,0.595344954,282,0.784356344,0.703272339,1979.7742426 +476,0.613855648,0.681746124,282,0.784356344,0.703272339,526.44619726 +477,1.037012736,0.682555367,282,0.784356344,0.703272339,773.46638978 +478,-1.253574971,0.379755746,282,0.784356344,0.703272339,6536.2630966 +479,3.108590453,-0.132620738,282,0.784356344,0.703272339,8784.49779 +480,0.565301296,0.022333262,282,0.784356344,0.703272339,2809.8919684 +481,0.547898238,0.855555614,282,0.784356344,0.703272339,896.27816625 +482,0.948309381,0.417393755,282,0.784356344,0.703272339,1257.0446653 +483,-0.050600732,0.945269213,282,0.784356344,0.703272339,2385.7823315 +484,-0.977651478,-0.572363064,282,0.784356344,0.703272339,8169.5607246 +485,1.102014914,0.728861163,282,0.784356344,0.703272339,952.80513678 +486,2.927300795,-0.282939414,282,0.784356344,0.703272339,8658.6345289 +487,-1.154565557,0.124434095,282,0.784356344,0.703272339,6987.5638992 +488,1.855331234,0.291044755,282,0.784356344,0.703272339,3982.3599978 +489,0.830290659,0.276904518,282,0.784356344,0.703272339,1696.2396667 +490,0.485104466,-0.234867441,282,0.784356344,0.703272339,3875.5785118 +491,0.521367572,-0.33161327,282,0.784356344,0.703272339,4212.4668748 +1,-1.539031704,0.7349710123,283,-1.221209947,0.218327455,2320.7773045 +2,-1.536990553,0.7349663874,283,-1.221209947,0.218327455,2317.461013 +3,-1.534951779,0.7349571355,283,-1.221209947,0.218327455,2314.1495607 +4,-1.532906461,0.7349480293,283,-1.221209947,0.218327455,2310.8444848 +5,-1.531320211,0.7346937278,283,-1.221209947,0.218327455,2307.4692505 +6,-1.539451648,0.7335131775,283,-1.221209947,0.218327455,2316.6464924 +7,-1.537429487,0.7335445708,283,-1.221209947,0.218327455,2313.466277 +8,-1.535484998,0.7335658704,283,-1.221209947,0.218327455,2310.3944153 +9,-1.533488396,0.7336036027,283,-1.221209947,0.218327455,2307.3087973 +10,-1.531497785,0.7335842962,283,-1.221209947,0.218327455,2304.0593541 +11,-1.530259379,0.7334777758,283,-1.221209947,0.218327455,2301.7307912 +12,-1.5335454,0.7322346912,283,-1.221209947,0.218327455,2302.8567441 +13,-1.531489083,0.7322238773,283,-1.221209947,0.218327455,2299.5204321 +14,-1.530011122,0.7321679851,283,-1.221209947,0.218327455,2296.9726058 +15,-1.53348106,0.7306614094,283,-1.221209947,0.218327455,2297.5352152 +16,-1.531441779,0.7306962275,283,-1.221209947,0.218327455,2294.3671124 +17,-1.529755654,0.7306933243,283,-1.221209947,0.218327455,2291.6551524 +18,-1.533415048,0.7291384674,283,-1.221209947,0.218327455,2292.3815241 +19,-1.531392093,0.7291705353,283,-1.221209947,0.218327455,2289.2201487 +20,-1.529296523,0.7291214933,283,-1.221209947,0.218327455,2285.6894341 +21,-1.535280942,0.727267644,283,-1.221209947,0.218327455,2289.2282529 +22,-1.533378158,0.7276139666,283,-1.221209947,0.218327455,2287.2735198 +23,-1.531340368,0.7276446587,283,-1.221209947,0.218327455,2284.0729606 +24,-1.528960113,0.7276398177,283,-1.221209947,0.218327455,2280.2209504 +25,-1.533313146,0.7260818349,283,-1.221209947,0.218327455,2282.0983151 +26,-1.531259555,0.7260958115,283,-1.221209947,0.218327455,2278.8061531 +27,-1.528926415,0.7260865555,283,-1.221209947,0.218327455,2275.0032305 +28,-1.531226779,0.7245511789,283,-1.221209947,0.218327455,2273.6349839 +29,-1.528904772,0.7245519194,283,-1.221209947,0.218327455,2269.8708624 +30,-1.547195875,0.7409785979,283,-1.221209947,0.218327455,2353.8508018 +31,-1.5451475,0.740980426,283,-1.221209947,0.218327455,2350.5221664 +32,-1.543097679,0.7409798872,283,-1.221209947,0.218327455,2347.1995617 +33,-1.540720364,0.7409892687,283,-1.221209947,0.218327455,2343.3995625 +34,-1.547188511,0.7395198392,283,-1.221209947,0.218327455,2349.0472857 +35,-1.545148587,0.7395226109,283,-1.221209947,0.218327455,2345.7251265 +36,-1.543104538,0.7395314908,283,-1.221209947,0.218327455,2342.4325089 +37,-1.540727751,0.7395306258,283,-1.221209947,0.218327455,2338.5874235 +38,-1.547187029,0.7380014886,283,-1.221209947,0.218327455,2344.0617728 +39,-1.545147315,0.7380012252,283,-1.221209947,0.218327455,2340.7191192 +40,-1.54310719,0.7380060743,283,-1.221209947,0.218327455,2337.4087076 +41,-1.540719671,0.7380068206,283,-1.221209947,0.218327455,2333.538917 +42,-1.547187189,0.7364799098,283,-1.221209947,0.218327455,2339.0726344 +43,-1.545149996,0.7364853874,283,-1.221209947,0.218327455,2335.7420533 +44,-1.543106091,0.7364823484,283,-1.221209947,0.218327455,2332.3886187 +45,-1.540717158,0.7364893901,283,-1.221209947,0.218327455,2328.5245885 +46,-1.538663972,0.7410138672,283,-1.221209947,0.218327455,2340.1850344 +47,-1.53695285,0.7409699132,283,-1.221209947,0.218327455,2337.3090911 +48,-1.534910498,0.7409641297,283,-1.221209947,0.218327455,2334.0461571 +49,-1.533145034,0.7409536636,283,-1.221209947,0.218327455,2331.2205193 +50,-1.538681336,0.7395405883,283,-1.221209947,0.218327455,2335.3298799 +51,-1.536999189,0.7395183096,283,-1.221209947,0.218327455,2332.5634377 +52,-1.534923633,0.7395144222,283,-1.221209947,0.218327455,2329.2434501 +53,-1.533267822,0.7395654306,283,-1.221209947,0.218327455,2326.787285 +54,-1.53867273,0.7380151077,283,-1.221209947,0.218327455,2330.2641708 +55,-1.536980576,0.7379994392,283,-1.221209947,0.218327455,2327.4948232 +56,-1.534931522,0.7379944961,283,-1.221209947,0.218327455,2324.202834 +57,-1.533387952,0.7379480264,283,-1.221209947,0.218327455,2321.591568 +58,-1.538682279,0.7364914363,283,-1.221209947,0.218327455,2325.237833 +59,-1.536980704,0.7364810563,283,-1.221209947,0.218327455,2322.4618645 +60,-1.534935567,0.7364752065,283,-1.221209947,0.218327455,2319.1623409 +61,-1.533042592,0.7363876366,283,-1.221209947,0.218327455,2315.8496437 +62,-1.545143426,0.7349628011,283,-1.221209947,0.218327455,2330.7318963 +63,-1.543105297,0.7349691947,283,-1.221209947,0.218327455,2327.4080514 +64,-1.541064533,0.7349647152,283,-1.221209947,0.218327455,2324.0603325 +65,-1.545411803,0.7334624714,283,-1.221209947,0.218327455,2326.2528826 +66,-1.543446606,0.7334780896,283,-1.221209947,0.218327455,2323.066268 +67,-1.541475327,0.7334957295,283,-1.221209947,0.218327455,2319.8916268 +68,-1.545401939,0.731963266,283,-1.221209947,0.218327455,2321.3237813 +69,-1.54342253,0.7319915583,283,-1.221209947,0.218327455,2318.14493 +70,-1.541455867,0.7320216438,283,-1.221209947,0.218327455,2315.0085856 +71,-1.545410146,0.7304422281,283,-1.221209947,0.218327455,2316.3574007 +72,-1.543435491,0.7304713664,283,-1.221209947,0.218327455,2313.1783445 +73,-1.541463105,0.7304997613,283,-1.221209947,0.218327455,2310.0162372 +74,-1.545414768,0.7289194936,283,-1.221209947,0.218327455,2311.3839747 +75,-1.543435774,0.7289538557,283,-1.221209947,0.218327455,2308.2039967 +76,-1.541457714,0.7289765881,283,-1.221209947,0.218327455,2305.0031947 +77,-1.539449415,0.7320555866,283,-1.221209947,0.218327455,2311.835559 +78,-1.537429183,0.7321097681,283,-1.221209947,0.218327455,2308.7233413 +79,-1.535472649,0.7321497267,283,-1.221209947,0.218327455,2305.6839423 +80,-1.539457899,0.7305333307,283,-1.221209947,0.218327455,2306.8330695 +81,-1.537453161,0.7305750503,283,-1.221209947,0.218327455,2303.6939082 +82,-1.535479385,0.7306124949,283,-1.221209947,0.218327455,2300.6073536 +83,-1.53946905,0.7290102593,283,-1.221209947,0.218327455,2301.8366709 +84,-1.537459922,0.7290417293,283,-1.221209947,0.218327455,2298.6455123 +85,-1.535451349,0.7290890157,283,-1.221209947,0.218327455,2295.524007 +86,-1.535522937,0.7279887191,283,-1.221209947,0.218327455,2292.0049973 +87,-1.539442524,0.7274735939,283,-1.221209947,0.218327455,2296.7378826 +88,-1.537424111,0.727521351,283,-1.221209947,0.218327455,2293.574327 +89,-1.539384641,0.7259505092,283,-1.221209947,0.218327455,2291.6359822 +90,-1.537372391,0.7259947145,283,-1.221209947,0.218327455,2288.4602698 +91,-1.535340789,0.7260435356,283,-1.221209947,0.218327455,2285.284854 +92,-1.539325716,0.7244369706,283,-1.221209947,0.218327455,2286.5674638 +93,-1.537308932,0.7244801057,283,-1.221209947,0.218327455,2283.3702224 +94,-1.535289068,0.7245247645,283,-1.221209947,0.218327455,2280.1897986 +95,-1.533261366,0.7245550236,283,-1.221209947,0.218327455,2276.9659702 +96,-1.539267302,0.722921924,283,-1.221209947,0.218327455,2281.4985869 +97,-1.537248972,0.7229660258,283,-1.221209947,0.218327455,2278.2913725 +98,-1.535219431,0.7229916471,283,-1.221209947,0.218327455,2275.0217093 +99,-1.53318962,0.7230212049,283,-1.221209947,0.218327455,2271.7815192 +100,-1.531154816,0.7230299897,283,-1.221209947,0.218327455,2268.481484 +101,-1.528878341,0.7230370244,283,-1.221209947,0.218327455,2264.8002817 +102,-1.539218189,0.7214009878,283,-1.221209947,0.218327455,2276.4297183 +103,-1.537198791,0.7214422745,283,-1.221209947,0.218327455,2273.2007251 +104,-1.535179266,0.7214634354,283,-1.221209947,0.218327455,2269.9221988 +105,-1.533156501,0.7214944644,283,-1.221209947,0.218327455,2266.6876171 +106,-1.53113574,0.7215166021,283,-1.221209947,0.218327455,2263.4439013 +107,-1.528874248,0.7215345535,283,-1.221209947,0.218327455,2259.8111876 +108,-1.539217656,0.7198512397,283,-1.221209947,0.218327455,2271.3518333 +109,-1.537199919,0.7199428763,283,-1.221209947,0.218327455,2268.2794568 +110,-1.545425832,0.727397149,283,-1.221209947,0.218327455,2306.4270855 +111,-1.543371177,0.7273916949,283,-1.221209947,0.218327455,2302.9798003 +112,-1.541368852,0.7274523163,283,-1.221209947,0.218327455,2299.8525321 +113,-1.545349067,0.7258710923,283,-1.221209947,0.218327455,2301.3152399 +114,-1.54332671,0.7258603556,283,-1.221209947,0.218327455,2297.8940107 +115,-1.541346831,0.7259242142,283,-1.221209947,0.218327455,2294.8038821 +116,-1.545324355,0.7243383958,283,-1.221209947,0.218327455,2296.273068 +117,-1.543292796,0.7243617413,283,-1.221209947,0.218327455,2292.9368934 +118,-1.541295822,0.7244024384,283,-1.221209947,0.218327455,2289.7318246 +119,-1.543193859,0.7205570215,283,-1.221209947,0.218327455,2280.3479062 +120,-1.550257047,0.7386738187,283,-1.221209947,0.218327455,2351.3204411 +121,-1.549335448,0.7311736483,283,-1.221209947,0.218327455,2325.2957604 +122,-1.533478843,0.7179891343,283,-1.221209947,0.218327455,2255.6682858 +123,-1.556150555,0.738907041,283,-1.221209947,0.218327455,2361.8786796 +124,-1.554324226,0.733414257,283,-1.221209947,0.218327455,2340.9678549 +125,-1.554290846,0.7288285332,283,-1.221209947,0.218327455,2326.0440088 +126,-1.55122487,0.7219795312,283,-1.221209947,0.218327455,2298.6390155 +127,-1.525104458,0.7229399862,283,-1.221209947,0.218327455,2258.3824287 +128,-1.519607711,0.7236181429,283,-1.221209947,0.218327455,2251.8806187 +129,-1.513899999,0.7251107854,283,-1.221209947,0.218327455,2247.9500054 +130,-1.536620762,0.7431061895,283,-1.221209947,0.218327455,2343.8826652 +131,-1.5369566,0.7460845958,283,-1.221209947,0.218327455,2354.3262982 +132,-1.545345528,0.7447040685,283,-1.221209947,0.218327455,2363.1161385 +133,-1.532813921,0.7432306626,283,-1.221209947,0.218327455,2338.2983863 +134,-1.554788248,0.7382381001,283,-1.221209947,0.218327455,2357.4255392 +135,-1.540348126,0.7301594274,283,-1.221209947,0.218327455,2307.0629902 +136,-1.538016084,0.7239051786,283,-1.221209947,0.218327455,2282.6492139 +137,-1.525288962,0.7258085137,283,-1.221209947,0.218327455,2268.2388784 +138,-1.534326986,0.731241342,283,-1.221209947,0.218327455,2300.8234468 +139,-1.530733872,0.7303625216,283,-1.221209947,0.218327455,2292.1217415 +141,-1.534354939,0.7328219978,283,-1.221209947,0.218327455,2306.1079033 +142,-1.53157084,0.7292888153,283,-1.221209947,0.218327455,2289.9008197 +143,-1.525691035,0.7263799874,283,-1.221209947,0.218327455,2270.7872909 +144,-1.534031287,0.7495967835,283,-1.221209947,0.218327455,2361.4789305 +145,-1.527714986,0.7283095957,283,-1.221209947,0.218327455,2280.4542313 +146,-1.526189586,0.7271468292,283,-1.221209947,0.218327455,2274.1408961 +147,-1.555177336,0.7375563366,283,-1.221209947,0.218327455,2355.8586265 +148,-1.555080283,0.7312707794,283,-1.221209947,0.218327455,2335.295036 +149,-1.53856994,0.7224180299,283,-1.221209947,0.218327455,2278.6845961 +150,-1.530837883,0.729933372,283,-1.221209947,0.218327455,2290.8623347 +151,-1.515066984,0.5854133365,283,-1.221209947,0.218327455,1800.1263868 +152,-1.534731633,0.5368370046,283,-1.221209947,0.218327455,1704.7270537 +153,-1.515231902,0.5607085576,283,-1.221209947,0.218327455,1726.718546 +154,-2.616253799,1.0684566605,283,-1.221209947,0.218327455,5130.6784596 +155,-1.956071439,0.5792177723,283,-1.221209947,0.218327455,3010.9799345 +156,-1.951208514,0.5602434208,283,-1.221209947,0.218327455,2972.6027946 +157,-1.944675062,0.6062144545,283,-1.221209947,0.218327455,3010.8725661 +158,-1.613778386,0.6077989518,283,-1.221209947,0.218327455,2088.819243 +159,-2.035029014,0.6021432345,283,-1.221209947,0.218327455,3285.911092 +160,-2.114989471,0.6801825058,283,-1.221209947,0.218327455,3614.6739793 +161,-2.037382079,0.5765830025,283,-1.221209947,0.218327455,3266.9623986 +162,-2.129855121,0.6585019963,283,-1.221209947,0.218327455,3636.9338434 +163,-2.075141798,0.6493615843,283,-1.221209947,0.218327455,3461.4757158 +164,-1.828626729,0.6948433129,283,-1.221209947,0.218327455,2835.9580517 +165,-1.863329418,0.6735427691,283,-1.221209947,0.218327455,2885.5165214 +166,-1.266037071,0.727988852,283,-1.221209947,0.218327455,2024.7047625 +167,-1.277579582,0.7249010648,283,-1.221209947,0.218327455,2015.994047 +168,-1.258418684,0.7241194816,283,-1.221209947,0.218327455,2007.5765689 +169,-1.317813974,0.6804850104,283,-1.221209947,0.218327455,1861.7900793 +170,-1.344165204,0.6790988904,283,-1.221209947,0.218327455,1875.560115 +171,-1.427582102,0.5277120351,283,-1.221209947,0.218327455,1440.2070637 +172,-1.402238616,0.457167829,283,-1.221209947,0.218327455,1161.718018 +173,-1.422454264,0.4996161999,283,-1.221209947,0.218327455,1339.0006031 +174,-1.439089277,0.4894859811,283,-1.221209947,0.218327455,1342.7421184 +175,-1.448126995,0.5182330266,283,-1.221209947,0.218327455,1451.3041131 +176,-1.474626146,0.5881926574,283,-1.221209947,0.218327455,1727.1116147 +177,-1.421139645,0.5584869783,283,-1.221209947,0.218327455,1531.1832042 +178,-1.457037165,0.565943032,283,-1.221209947,0.218327455,1621.4403621 +179,-2.757159358,0.3745319,283,-1.221209947,0.218327455,5781.7669757 +180,-2.714309238,0.342054471,283,-1.221209947,0.218327455,5649.397923 +181,-2.000525337,0.774119946,283,-1.221209947,0.218327455,3429.5006327 +183,-1.571413436,0.6777838382,283,-1.221209947,0.218327455,2196.5894072 +184,-1.552860289,0.6987663893,283,-1.221209947,0.218327455,2227.0542971 +185,-1.521852374,0.7165827476,283,-1.221209947,0.218327455,2231.9658427 +186,-1.503656267,0.6928968252,283,-1.221209947,0.218327455,2123.3390033 +187,-1.502753178,0.7136205882,283,-1.221209947,0.218327455,2191.8040545 +188,-1.631894563,0.7343596465,283,-1.221209947,0.218327455,2485.3211311 +189,-1.653765416,0.6770714026,283,-1.221209947,0.218327455,2368.2236267 +190,-1.719812114,0.6715965947,283,-1.221209947,0.218327455,2509.197924 +191,-1.493406659,0.6646955447,283,-1.221209947,0.218327455,2012.1015352 +192,-1.469120564,0.6613469966,283,-1.221209947,0.218327455,1961.2081185 +193,-1.590551461,0.5326612937,283,-1.221209947,0.218327455,1837.7285414 +194,-1.625979264,0.5247742243,283,-1.221209947,0.218327455,1917.1429177 +195,-1.572293943,0.5238808754,283,-1.221209947,0.218327455,1767.1920072 +196,-1.610848725,0.5477107964,283,-1.221209947,0.218327455,1928.7454051 +197,-1.208485554,0.7918526018,283,-1.221209947,0.218327455,2272.1383923 +198,-1.335601374,0.6869083083,283,-1.221209947,0.218327455,1898.8616239 +199,-1.346156996,0.6825213377,283,-1.221209947,0.218327455,1890.2533114 +200,-1.324381037,0.6741422347,283,-1.221209947,0.218327455,1841.6395477 +201,-1.242424992,0.7378949807,283,-1.221209947,0.218327455,2059.3033419 +202,-1.270370057,0.7392461008,283,-1.221209947,0.218327455,2070.2850522 +203,-1.448950472,0.7441675014,283,-1.221209947,0.218327455,2224.8387239 +204,-1.492662363,0.7523026852,283,-1.221209947,0.218327455,2310.1593051 +205,-1.479098966,0.7763855017,283,-1.221209947,0.218327455,2377.1887289 +206,-1.633760714,0.7869022408,283,-1.221209947,0.218327455,2647.3727548 +207,-1.647406434,0.8101289331,283,-1.221209947,0.218327455,2742.5092273 +208,-1.564245052,0.5701509278,283,-1.221209947,0.218327455,1867.8184132 +209,-1.646289963,0.6833746083,283,-1.221209947,0.218327455,2368.9233661 +210,-1.5820631,0.6751952144,283,-1.221209947,0.218327455,2209.9129675 +211,-1.613236298,0.6681681791,283,-1.221209947,0.218327455,2254.2472677 +212,-1.914661867,0.8212566515,283,-1.221209947,0.218327455,3313.388109 +213,-1.742133237,0.7250275956,283,-1.221209947,0.218327455,2694.3856424 +214,-2.033144872,0.6557314699,283,-1.221209947,0.218327455,3342.9353107 +215,-2.039551981,0.6964723658,283,-1.221209947,0.218327455,3415.1527805 +216,-1.247341019,0.7622473908,283,-1.221209947,0.218327455,2156.3113203 +217,-1.298239787,0.7084123392,283,-1.221209947,0.218327455,1959.6458282 +218,-1.308539688,0.6926545592,283,-1.221209947,0.218327455,1903.4890593 +219,-1.303263185,0.6888938396,283,-1.221209947,0.218327455,1885.9446845 +220,-1.852400229,0.6004246149,283,-1.221209947,0.218327455,2724.1305155 +221,-1.288947707,0.7473773692,283,-1.221209947,0.218327455,2108.4187971 +222,-1.372031502,0.7472790993,283,-1.221209947,0.218327455,2158.1353074 +223,-1.289805721,0.7242157877,283,-1.221209947,0.218327455,2017.8358422 +224,-1.350807603,0.7533498126,283,-1.221209947,0.218327455,2165.1669795 +225,-1.329290365,0.7560442322,283,-1.221209947,0.218327455,2161.734192 +226,-1.410153004,0.616936428,283,-1.221209947,0.218327455,1717.7601805 +227,-1.393445434,0.6308995063,283,-1.221209947,0.218327455,1745.8426145 +228,-1.37595573,0.6241540638,283,-1.221209947,0.218327455,1699.9537115 +229,-1.358388707,0.6172645205,283,-1.221209947,0.218327455,1654.7909503 +230,-1.753741133,0.8281661666,283,-1.221209947,0.218327455,2990.260539 +231,-1.47430987,0.6834615681,283,-1.221209947,0.218327455,2045.1218151 +232,-1.421012508,0.7222725206,283,-1.221209947,0.218327455,2112.5737568 +233,-1.4476833,0.6978557868,283,-1.221209947,0.218327455,2057.3915057 +234,-1.470370723,0.6966193374,283,-1.221209947,0.218327455,2084.7738779 +235,-1.429211703,0.7037216883,283,-1.221209947,0.218327455,2054.7078523 +236,-1.700578405,0.6178673663,283,-1.221209947,0.218327455,2332.6739197 +237,-1.678117619,0.6331716163,283,-1.221209947,0.218327455,2311.9030788 +238,-1.725644578,0.6316331145,283,-1.221209947,0.218327455,2429.9023585 +239,-2.14012759,0.7930497945,283,-1.221209947,0.218327455,3819.9768813 +240,-2.103289431,0.7653606263,283,-1.221209947,0.218327455,3685.4214174 +241,-1.318739838,0.7017808746,283,-1.221209947,0.218327455,1944.9349755 +242,-1.396417427,0.7077900843,283,-1.221209947,0.218327455,2032.3684843 +243,-1.35650337,0.7185539404,283,-1.221209947,0.218327455,2036.1669064 +244,-1.248884539,0.7274156818,283,-1.221209947,0.218327455,2018.7664701 +245,-1.395014798,0.5761185243,283,-1.221209947,0.218327455,1550.7241468 +246,-1.433377362,0.6064716109,283,-1.221209947,0.218327455,1715.9150371 +247,-1.408172432,0.5903155476,283,-1.221209947,0.218327455,1620.5086453 +248,-1.749645898,0.7757118084,283,-1.221209947,0.218327455,2841.2941004 +249,-1.571626686,0.615046989,283,-1.221209947,0.218327455,2010.894881 +250,-1.514070049,0.6303003037,283,-1.221209947,0.218327455,1937.3542745 +251,-1.480890369,0.6237966528,283,-1.221209947,0.218327455,1854.8217961 +252,-1.704390658,0.5281680612,283,-1.221209947,0.218327455,2153.2100624 +253,-1.64434733,0.5254277498,283,-1.221209947,0.218327455,1971.0224347 +254,-1.703855997,0.4792484842,283,-1.221209947,0.218327455,2064.6673999 +255,-1.692002383,0.5748825051,283,-1.221209947,0.218327455,2212.8319069 +256,-1.854136457,0.5544643913,283,-1.221209947,0.218327455,2657.4199334 +257,-1.665021206,0.520317736,283,-1.221209947,0.218327455,2020.5981206 +258,-1.733654349,0.4845187345,283,-1.221209947,0.218327455,2168.7767624 +259,-1.720938188,0.5135933906,283,-1.221209947,0.218327455,2176.8940209 +260,-1.742668307,0.553296122,283,-1.221209947,0.218327455,2314.9138338 +261,-1.965659039,0.7142126903,283,-1.221209947,0.218327455,3236.1721869 +262,-1.944438071,0.6772834804,283,-1.221209947,0.218327455,3116.7533215 +263,-1.270340967,0.7681487096,283,-1.221209947,0.218327455,2184.2559341 +264,-1.353091884,0.6549276821,283,-1.221209947,0.218327455,1791.3187673 +265,-1.333236659,0.6413584414,283,-1.221209947,0.218327455,1722.3277301 +266,-1.352015998,0.6753788907,283,-1.221209947,0.218327455,1867.9564563 +267,-1.377988483,0.6577816235,283,-1.221209947,0.218327455,1826.9048113 +268,-2.13075611,0.8318642051,283,-1.221209947,0.218327455,3848.9535553 +269,-2.097910953,0.8259670014,283,-1.221209947,0.218327455,3758.6721266 +270,-1.416382069,0.6694271549,283,-1.221209947,0.218327455,1914.6301865 +271,-1.538905672,0.7535625993,283,-1.221209947,0.218327455,2382.3055345 +272,-1.572309477,0.7803125099,283,-1.221209947,0.218327455,2523.2321869 +273,-1.87759879,0.7503853417,283,-1.221209947,0.218327455,3075.6441432 +274,1.152365588,0.590457682,283,-1.221209947,0.218327455,8127.4566068 +275,0.350198001,0.718001859,283,-1.221209947,0.218327455,5657.3727792 +276,0.046513677,0.491503852,283,-1.221209947,0.218327455,4767.028403 +277,0.027510309,0.742571376,283,-1.221209947,0.218327455,4703.0609588 +278,0.306285725,-0.214631579,283,-1.221209947,0.218327455,6241.1057809 +279,-1.100564889,0.318051531,283,-1.221209947,0.218327455,606.73377995 +280,-1.078582306,0.301437596,283,-1.221209947,0.218327455,637.35528071 +281,-1.137371989,-0.617634065,283,-1.221209947,0.218327455,3326.1424383 +282,0.784356344,0.703272339,283,-1.221209947,0.218327455,6912.8935431 +283,-1.221209947,0.218327455,283,-1.221209947,0.218327455,0 +284,2.347301921,-0.449114658,283,-1.221209947,0.218327455,10608.450444 +285,0.246820618,0.830553713,283,-1.221209947,0.218327455,5312.9897653 +286,0.829414965,0.703288228,283,-1.221209947,0.218327455,7034.2812783 +287,-1.337537566,0.42332223,283,-1.221209947,0.218327455,921.73917116 +288,0.882453706,0.454478077,283,-1.221209947,0.218327455,7640.4526977 +289,1.575629659,0.416419109,283,-1.221209947,0.218327455,9597.2250384 +290,-1.039455679,0.229888244,283,-1.221209947,0.218327455,703.36506741 +291,0.489558039,0.934482747,283,-1.221209947,0.218327455,5851.9413586 +292,0.081344504,0.88384514,283,-1.221209947,0.218327455,4883.2747071 +293,-1.547979814,0.300350308,283,-1.221209947,0.218327455,1291.7806679 +294,0.040776181,0.168560074,283,-1.221209947,0.218327455,4894.6826081 +295,-1.130374745,0.563894876,283,-1.221209947,0.218327455,1408.0315479 +296,1.578326642,0.478507176,283,-1.221209947,0.218327455,9386.837996 +297,-1.12861823,-0.291640865,283,-1.221209947,0.218327455,2052.2500138 +298,0.310524208,0.770885792,283,-1.221209947,0.218327455,5512.0202377 +299,0.415649091,-0.387246002,283,-1.221209947,0.218327455,6784.1773342 +300,-0.926533878,-0.188022748,283,-1.221209947,0.218327455,1983.4051271 +301,1.258856172,-0.11716081,283,-1.221209947,0.218327455,9831.9768704 +302,-1.126050026,0.322941926,283,-1.221209947,0.218327455,550.88509443 +303,2.002785835,0.07893892,283,-1.221209947,0.218327455,11222.510567 +304,0.440437607,0.746258085,283,-1.221209947,0.218327455,5896.7019144 +305,-0.030391866,0.214441206,283,-1.221209947,0.218327455,4592.3639383 +306,0.521557815,-0.058929362,283,-1.221209947,0.218327455,6936.9161109 +307,-0.097005111,0.13317729,283,-1.221209947,0.218327455,4387.8313229 +308,1.83113859,0.221857587,283,-1.221209947,0.218327455,10665.371315 +309,0.222428864,0.099404236,283,-1.221209947,0.218327455,5646.7934424 +310,-1.702731345,0.8728568183,283,-1.221209947,0.218327455,3026.6567439 +311,-0.418507569,0.278324921,283,-1.221209947,0.218327455,3085.2623736 +312,-1.41153306,0.339029988,283,-1.221209947,0.218327455,867.74436119 +313,0.357560442,0.114788776,283,-1.221209947,0.218327455,6154.2872989 +314,0.325818979,0.268352149,283,-1.221209947,0.218327455,5905.5007856 +315,-1.246004659,-0.663679965,283,-1.221209947,0.218327455,3494.8440344 +316,1.814603087,0.637404484,283,-1.221209947,0.218327455,9031.3466462 +317,1.843704281,-0.18300445,283,-1.221209947,0.218327455,12114.991635 +318,1.690644492,-0.211480909,283,-1.221209947,0.218327455,11554.46595 +319,-1.275451936,0.068109467,283,-1.221209947,0.218327455,631.80029095 +320,0.762430171,-0.207594741,283,-1.221209947,0.218327455,7973.455801 +321,0.265668905,-0.014647884,283,-1.221209947,0.218327455,5910.0779073 +322,-2.773032013,-0.335515811,283,-1.221209947,0.218327455,6435.2322888 +323,-1.469512853,0.174058777,283,-1.221209947,0.218327455,980.2867958 +324,0.286276986,0.785925691,283,-1.221209947,0.218327455,5436.9158208 +325,-1.379324697,0.377432233,283,-1.221209947,0.218327455,868.67083042 +326,-1.203778265,0.212813032,283,-1.221209947,0.218327455,70.897242206 +327,0.579916301,0.611743168,283,-1.221209947,0.218327455,6452.0647354 +328,0.267582642,0.868113908,283,-1.221209947,0.218327455,5355.6243548 +329,0.412869244,-0.050245578,283,-1.221209947,0.218327455,6509.5074609 +330,0.17524381,0.976660285,283,-1.221209947,0.218327455,5121.4113335 +331,0.743157214,0.204812899,283,-1.221209947,0.218327455,7522.6277311 +332,-1.070758176,0.269382282,283,-1.221209947,0.218327455,612.54685289 +333,-1.230364251,0.329790229,283,-1.221209947,0.218327455,442.88007363 +334,-1.374813124,-0.024926835,283,-1.221209947,0.218327455,1137.2108006 +335,0.519780566,0.463669906,283,-1.221209947,0.218327455,6424.1223754 +336,-1.55108034,0.239698561,283,-1.221209947,0.218327455,1274.9866803 +337,0.180294813,0.029739425,283,-1.221209947,0.218327455,5541.842062 +338,0.67820924,0.268170153,283,-1.221209947,0.218327455,7208.174676 +339,0.445798684,1.024001867,283,-1.221209947,0.218327455,5680.5405069 +340,0.691751283,0.150521402,283,-1.221209947,0.218327455,7393.0653439 +341,-1.036643551,-0.903056181,283,-1.221209947,0.218327455,4486.8295514 +342,-0.120287036,1.083325163,283,-1.221209947,0.218327455,4598.7777169 +343,2.823513113,-0.304487164,283,-1.221209947,0.218327455,8981.0297256 +344,0.457583172,1.12513373,283,-1.221209947,0.218327455,5625.1957115 +345,0.042918831,0.813795399,283,-1.221209947,0.218327455,4763.8968139 +346,1.196146777,-0.853142756,283,-1.221209947,0.218327455,8993.7098349 +347,0.206001358,-0.010430701,283,-1.221209947,0.218327455,5675.841791 +348,-0.268308653,0.234799412,283,-1.221209947,0.218327455,3670.8349395 +349,0.759363263,0.736189579,283,-1.221209947,0.218327455,6789.43169 +350,0.181363926,0.891988372,283,-1.221209947,0.218327455,5134.0344756 +351,-0.021111158,0.139103292,283,-1.221209947,0.218327455,4676.7333569 +352,-0.093355215,0.630686981,283,-1.221209947,0.218327455,4303.3103325 +353,0.40118964,0.681375926,283,-1.221209947,0.218327455,5835.8502277 +354,-0.721197315,1.304706234,283,-1.221209947,0.218327455,4442.5570532 +355,-1.076150317,0.212107639,283,-1.221209947,0.218327455,561.8424735 +356,-1.577164531,0.273993443,283,-1.221209947,0.218327455,1384.4603453 +357,-0.190788414,0.182208586,283,-1.221209947,0.218327455,3994.4437372 +358,-0.261349752,0.209710184,283,-1.221209947,0.218327455,3708.3584154 +359,-1.029303852,0.083549259,283,-1.221209947,0.218327455,921.30166365 +360,-1.268609162,0.330525297,283,-1.221209947,0.218327455,479.71154143 +361,1.282982244,-0.926641967,283,-1.221209947,0.218327455,8995.2750044 +362,0.217352334,0.731352408,283,-1.221209947,0.218327455,5260.0273506 +363,-1.511833084,0.258629297,283,-1.221209947,0.218327455,1129.6047961 +364,0.338812194,0.823184618,283,-1.221209947,0.218327455,5561.4004052 +365,-0.324406489,1.134201999,283,-1.221209947,0.218327455,4355.6447653 +366,1.389579348,0.399185724,283,-1.221209947,0.218327455,9246.6708452 +367,2.047152199,-0.039082036,283,-1.221209947,0.218327455,11577.033185 +368,0.947780369,0.568250077,283,-1.221209947,0.218327455,7624.8141999 +369,0.763824846,0.576754987,283,-1.221209947,0.218327455,7065.0914665 +370,-0.142334657,0.928153068,283,-1.221209947,0.218327455,4374.2326192 +371,0.610266567,0.547265983,283,-1.221209947,0.218327455,6627.3000385 +372,0.210731629,0.746815056,283,-1.221209947,0.218327455,5236.200865 +373,-1.34931644,0.316895224,283,-1.221209947,0.218327455,625.8222741 +374,2.407696481,0.655030745,283,-1.221209947,0.218327455,8538.7991786 +375,0.64207831,0.545359131,283,-1.221209947,0.218327455,6731.5520453 +376,1.174597538,0.840588356,283,-1.221209947,0.218327455,7499.4469358 +377,0.660059424,0.010604079,283,-1.221209947,0.218327455,7411.9777832 +378,-0.730263819,0.010486456,283,-1.221209947,0.218327455,2096.4367308 +379,0.831068936,0.512339172,283,-1.221209947,0.218327455,7378.5484294 +380,1.301180979,0.72367476,283,-1.221209947,0.218327455,8081.1887645 +381,1.811128231,0.322854402,283,-1.221209947,0.218327455,10258.154236 +382,0.435105812,0.992284428,283,-1.221209947,0.218327455,5682.5240843 +383,0.62643634,0.592027932,283,-1.221209947,0.218327455,6620.8948127 +384,0.492988703,-0.516339467,283,-1.221209947,0.218327455,7134.1198401 +385,-0.162469483,0.112549365,283,-1.221209947,0.218327455,4149.6001167 +386,0.314630866,0.472006421,283,-1.221209947,0.218327455,5710.0496067 +387,0.166744804,0.822815954,283,-1.221209947,0.218327455,5099.8231909 +388,0.417159608,0.965805736,283,-1.221209947,0.218327455,5662.9120186 +389,0.106334961,0.868774244,283,-1.221209947,0.218327455,4943.3017356 +390,0.815086969,-0.338144359,283,-1.221209947,0.218327455,8228.7725869 +391,0.59867455,-0.230624824,283,-1.221209947,0.218327455,7361.7508711 +392,1.915104874,0.066220985,283,-1.221209947,0.218327455,11316.560712 +393,1.278093622,0.064463721,283,-1.221209947,0.218327455,9679.1474521 +394,-0.061477853,0.302997961,283,-1.221209947,0.218327455,4430.7057561 +395,0.251311504,0.626976942,283,-1.221209947,0.218327455,5405.5515871 +396,2.950242872,0.149095644,283,-1.221209947,0.218327455,8137.4365486 +397,-0.180294708,0.35375117,283,-1.221209947,0.218327455,3972.2399741 +398,1.010448592,-0.351180233,283,-1.221209947,0.218327455,8958.2408569 +399,-1.748740498,0.3686318073,283,-1.221209947,0.218327455,2082.7026116 +400,2.699635665,0.123533791,283,-1.221209947,0.218327455,9090.6473447 +401,0.496808033,0.823843254,283,-1.221209947,0.218327455,5977.6359746 +402,0.129574704,0.763364087,283,-1.221209947,0.218327455,4999.7273221 +403,1.798920311,0.817447563,283,-1.221209947,0.218327455,8318.5263835 +404,0.335987953,0.746786541,283,-1.221209947,0.218327455,5597.971944 +405,-1.085413643,0.292154671,283,-1.221209947,0.218327455,596.84323749 +406,-0.155321003,0.508207011,283,-1.221209947,0.218327455,4065.3052109 +407,0.620529244,-0.301175104,283,-1.221209947,0.218327455,7486.1524352 +408,1.684402744,0.368716966,283,-1.221209947,0.218327455,9943.8231341 +409,0.300582244,-0.386397212,283,-1.221209947,0.218327455,6369.8207148 +410,2.913555946,-0.009225192,283,-1.221209947,0.218327455,8458.1615292 +411,1.465101417,0.493232532,283,-1.221209947,0.218327455,9128.8058493 +412,0.090612882,0.907955955,283,-1.221209947,0.218327455,4912.5569962 +413,2.987564726,-0.729568594,283,-1.221209947,0.218327455,8275.7483752 +414,-1.484261606,0.224149272,283,-1.221209947,0.218327455,1016.6695062 +415,0.164073421,0.303955133,283,-1.221209947,0.218327455,5275.5993684 +416,0.141441293,0.167552546,283,-1.221209947,0.218327455,5282.1528478 +417,2.931321023,-0.506718887,283,-1.221209947,0.218327455,8568.771625 +418,2.21951565,0.700596356,283,-1.221209947,0.218327455,8641.3569337 +419,0.268112576,1.199114336,283,-1.221209947,0.218327455,5299.9663082 +420,0.978913739,0.359223811,283,-1.221209947,0.218327455,8123.3222963 +421,1.210898818,0.522863584,283,-1.221209947,0.218327455,8451.2184868 +422,2.347397336,0.129231362,283,-1.221209947,0.218327455,10270.998496 +423,0.614394501,0.556878345,283,-1.221209947,0.218327455,6628.3452023 +424,-1.398079356,0.148483366,283,-1.221209947,0.218327455,742.13805309 +425,2.535303836,-0.112984496,283,-1.221209947,0.218327455,10007.770418 +426,-1.019372593,-0.405322349,283,-1.221209947,0.218327455,2591.2540599 +427,-1.297785627,-0.160104069,283,-1.221209947,0.218327455,1528.96143 +428,2.144554488,0.205051084,283,-1.221209947,0.218327455,10549.402965 +429,-2.242387083,-0.426171285,283,-1.221209947,0.218327455,4700.1396286 +430,0.338637212,0.909723676,283,-1.221209947,0.218327455,5514.9801641 +431,-0.148798452,0.691042401,283,-1.221209947,0.218327455,4158.7074791 +432,0.893524764,0.441829531,283,-1.221209947,0.218327455,7698.0253956 +433,0.969229347,-0.368847936,283,-1.221209947,0.218327455,8805.2007087 +434,0.436043248,0.800045688,283,-1.221209947,0.218327455,5838.4753093 +435,1.687946607,1.081504775,283,-1.221209947,0.218327455,7244.575343 +436,0.522302046,-0.034889271,283,-1.221209947,0.218327455,6919.6195251 +437,-0.178996113,-0.438090009,283,-1.221209947,0.218327455,4788.8246451 +438,-1.094339566,0.301444068,283,-1.221209947,0.218327455,586.57250045 +439,-1.064070054,0.242569932,283,-1.221209947,0.218327455,613.48820046 +440,-1.068153768,0.230387998,283,-1.221209947,0.218327455,592.95581486 +441,-3.00496892,-0.23989155,283,-1.221209947,0.218327455,7230.5378616 +442,0.21751974,0.766874888,283,-1.221209947,0.218327455,5250.2152825 +443,0.117229532,0.007619006,283,-1.221209947,0.218327455,5317.1114005 +444,0.777758451,0.420554741,283,-1.221209947,0.218327455,7352.6410986 +445,-0.252356999,0.250747086,283,-1.221209947,0.218327455,3725.9322313 +446,0.363148444,0.768483434,283,-1.221209947,0.218327455,5661.4519831 +447,0.903191366,-0.118210676,283,-1.221209947,0.218327455,8459.0588047 +448,-0.205755923,0.149406178,283,-1.221209947,0.218327455,3956.6562549 +449,1.811996086,0.02364353,283,-1.221209947,0.218327455,11394.908173 +450,-1.100670221,0.314845373,283,-1.221209947,0.218327455,598.40164001 +451,0.340078597,0.850105132,283,-1.221209947,0.218327455,5549.8281563 +452,0.258757267,0.804969236,283,-1.221209947,0.218327455,5353.4536797 +453,2.78505352,-0.155160804,283,-1.221209947,0.218327455,9073.6567534 +454,0.800551619,0.105822106,283,-1.221209947,0.218327455,7852.9368975 +455,0.437940882,-0.506194031,283,-1.221209947,0.218327455,6940.2593698 +456,2.230431122,0.63458615,283,-1.221209947,0.218327455,8872.3514 +457,0.527965361,0.127667701,283,-1.221209947,0.218327455,6795.2397707 +458,-0.063643205,0.702093448,283,-1.221209947,0.218327455,4420.8314321 +459,1.408447268,0.133010502,283,-1.221209947,0.218327455,9994.7278337 +460,0.523795955,0.280266966,283,-1.221209947,0.218327455,6629.4341811 +461,-0.975769313,0.072177659,283,-1.221209947,0.218327455,1121.8840184 +462,0.549774164,-0.463663986,283,-1.221209947,0.218327455,7306.9099002 +463,0.29245874,1.095549818,283,-1.221209947,0.218327455,5351.0361142 +464,0.143625958,0.816809593,283,-1.221209947,0.218327455,5037.5879404 +465,0.671902494,0.611159853,283,-1.221209947,0.218327455,6734.2366055 +466,1.239840988,0.6724199,283,-1.221209947,0.218327455,8109.4352511 +467,0.607829703,-0.10932137,283,-1.221209947,0.218327455,7310.8547126 +468,1.763020906,0.263996692,283,-1.221209947,0.218327455,10436.189012 +469,0.378714634,0.726066797,283,-1.221209947,0.218327455,5735.3031277 +470,2.196736143,-0.153862366,283,-1.221209947,0.218327455,11338.537621 +471,0.01702415,0.148991565,283,-1.221209947,0.218327455,4816.8399323 +472,-2.998490902,-0.158002487,283,-1.221209947,0.218327455,7148.2714169 +473,-3.051262951,-0.346595608,283,-1.221209947,0.218327455,7466.1182251 +474,-1.069176439,0.182802941,283,-1.221209947,0.218327455,606.62108146 +475,0.167157509,0.595344954,283,-1.221209947,0.218327455,5146.7988571 +476,0.613855648,0.681746124,283,-1.221209947,0.218327455,6465.737892 +477,1.037012736,0.682555367,283,-1.221209947,0.218327455,7613.2361341 +478,-1.253574971,0.379755746,283,-1.221209947,0.218327455,651.01532264 +479,3.108590453,-0.132620738,283,-1.221209947,0.218327455,7808.4026048 +480,0.565301296,0.022333262,283,-1.221209947,0.218327455,7035.9863057 +481,0.547898238,0.855555614,283,-1.221209947,0.218327455,6073.8198664 +482,0.948309381,0.417393755,283,-1.221209947,0.218327455,7917.740897 +483,-0.050600732,0.945269213,283,-1.221209947,0.218327455,4599.314164 +484,-0.977651478,-0.572363064,283,-1.221209947,0.218327455,3264.7153997 +485,1.102014914,0.728861163,283,-1.221209947,0.218327455,7652.7401366 +486,2.927300795,-0.282939414,283,-1.221209947,0.218327455,8583.4779337 +487,-1.154565557,0.124434095,283,-1.221209947,0.218327455,453.78536709 +488,1.855331234,0.291044755,283,-1.221209947,0.218327455,10410.215403 +489,0.830290659,0.276904518,283,-1.221209947,0.218327455,7744.5928738 +490,0.485104466,-0.234867441,283,-1.221209947,0.218327455,6933.4987034 +491,0.521367572,-0.33161327,283,-1.221209947,0.218327455,7134.2869182 +1,-1.539031704,0.7349710123,284,2.347301921,-0.449114658,9781.5709965 +2,-1.536990553,0.7349663874,284,2.347301921,-0.449114658,9787.4550744 +3,-1.534951779,0.7349571355,284,2.347301921,-0.449114658,9793.3339527 +4,-1.532906461,0.7349480293,284,2.347301921,-0.449114658,9799.2295871 +5,-1.531320211,0.7346937278,284,2.347301921,-0.449114658,9803.9987215 +6,-1.539451648,0.7335131775,284,2.347301921,-0.449114658,9781.4857891 +7,-1.537429487,0.7335445708,284,2.347301921,-0.449114658,9787.2974014 +8,-1.535484998,0.7335658704,284,2.347301921,-0.449114658,9792.890438 +9,-1.533488396,0.7336036027,284,2.347301921,-0.449114658,9798.6186293 +10,-1.531497785,0.7335842962,284,2.347301921,-0.449114658,9804.3723878 +11,-1.530259379,0.7334777758,284,2.347301921,-0.449114658,9808.0265386 +12,-1.5335454,0.7322346912,284,2.347301921,-0.449114658,9799.5286434 +13,-1.531489083,0.7322238773,284,2.347301921,-0.449114658,9805.4743825 +14,-1.530011122,0.7321679851,284,2.347301921,-0.449114658,9809.7847769 +15,-1.53348106,0.7306614094,284,2.347301921,-0.449114658,9800.9383738 +16,-1.531441779,0.7306962275,284,2.347301921,-0.449114658,9806.8097978 +17,-1.529755654,0.7306933243,284,2.347301921,-0.449114658,9811.6874401 +18,-1.533415048,0.7291384674,284,2.347301921,-0.449114658,9802.3030426 +19,-1.531392093,0.7291705353,284,2.347301921,-0.449114658,9808.1397614 +20,-1.529296523,0.7291214933,284,2.347301921,-0.449114658,9814.2476388 +21,-1.535280942,0.727267644,284,2.347301921,-0.449114658,9798.309762 +22,-1.533378158,0.7276139666,284,2.347301921,-0.449114658,9803.5737854 +23,-1.531340368,0.7276446587,284,2.347301921,-0.449114658,9809.464985 +24,-1.528960113,0.7276398177,284,2.347301921,-0.449114658,9816.3746751 +25,-1.533313146,0.7260818349,284,2.347301921,-0.449114658,9804.921144 +26,-1.531259555,0.7260958115,284,2.347301921,-0.449114658,9810.8814128 +27,-1.528926415,0.7260865555,284,2.347301921,-0.449114658,9817.6696178 +28,-1.531226779,0.7245511789,284,2.347301921,-0.449114658,9812.1439233 +29,-1.528904772,0.7245519194,284,2.347301921,-0.449114658,9818.903888 +30,-1.547195875,0.7409785979,284,2.347301921,-0.449114658,9753.4417792 +31,-1.5451475,0.740980426,284,2.347301921,-0.449114658,9759.3090078 +32,-1.543097679,0.7409798872,284,2.347301921,-0.449114658,9765.1801441 +33,-1.540720364,0.7409892687,284,2.347301921,-0.449114658,9771.9786644 +34,-1.547188511,0.7395198392,284,2.347301921,-0.449114658,9754.5927539 +35,-1.545148587,0.7395226109,284,2.347301921,-0.449114658,9760.4449204 +36,-1.543104538,0.7395314908,284,2.347301921,-0.449114658,9766.3020425 +37,-1.540727751,0.7395306258,284,2.347301921,-0.449114658,9773.1187193 +38,-1.547187029,0.7380014886,284,2.347301921,-0.449114658,9755.7623682 +39,-1.545147315,0.7380012252,284,2.347301921,-0.449114658,9761.6265407 +40,-1.54310719,0.7380060743,284,2.347301921,-0.449114658,9767.4859026 +41,-1.540719671,0.7380068206,284,2.347301921,-0.449114658,9774.3441914 +42,-1.547187189,0.7364799098,284,2.347301921,-0.449114658,9756.9188105 +43,-1.545149996,0.7364853874,284,2.347301921,-0.449114658,9762.7815875 +44,-1.543106091,0.7364823484,284,2.347301921,-0.449114658,9768.668176 +45,-1.540717158,0.7364893901,284,2.347301921,-0.449114658,9775.5377047 +46,-1.538663972,0.7410138672,284,2.347301921,-0.449114658,9777.8436932 +47,-1.53695285,0.7409699132,284,2.347301921,-0.449114658,9782.7743918 +48,-1.534910498,0.7409641297,284,2.347301921,-0.449114658,9788.6199864 +49,-1.533145034,0.7409536636,284,2.347301921,-0.449114658,9793.6758898 +50,-1.538681336,0.7395405883,284,2.347301921,-0.449114658,9778.9770586 +51,-1.536999189,0.7395183096,284,2.347301921,-0.449114658,9783.8154274 +52,-1.534923633,0.7395144222,284,2.347301921,-0.449114658,9789.7645395 +53,-1.533267822,0.7395654306,284,2.347301921,-0.449114658,9794.4647438 +54,-1.53867273,0.7380151077,284,2.347301921,-0.449114658,9780.2158251 +55,-1.536980576,0.7379994392,284,2.347301921,-0.449114658,9785.0860444 +56,-1.534931522,0.7379944961,284,2.347301921,-0.449114658,9790.970464 +57,-1.533387952,0.7379480264,284,2.347301921,-0.449114658,9795.4364803 +58,-1.538682279,0.7364914363,284,2.347301921,-0.449114658,9781.3899279 +59,-1.536980704,0.7364810563,284,2.347301921,-0.449114658,9786.2915389 +60,-1.534935567,0.7364752065,284,2.347301921,-0.449114658,9792.175769 +61,-1.533042592,0.7363876366,284,2.347301921,-0.449114658,9797.686387 +62,-1.545143426,0.7349628011,284,2.347301921,-0.449114658,9763.9574872 +63,-1.543105297,0.7349691947,284,2.347301921,-0.449114658,9769.8304659 +64,-1.541064533,0.7349647152,284,2.347301921,-0.449114658,9775.7173308 +65,-1.545411803,0.7334624714,284,2.347301921,-0.449114658,9764.3113218 +66,-1.543446606,0.7334780896,284,2.347301921,-0.449114658,9769.9770518 +67,-1.541475327,0.7334957295,284,2.347301921,-0.449114658,9775.6567662 +68,-1.545401939,0.731963266,284,2.347301921,-0.449114658,9765.456296 +69,-1.54342253,0.7319915583,284,2.347301921,-0.449114658,9771.1634446 +70,-1.541455867,0.7320216438,284,2.347301921,-0.449114658,9776.8301659 +71,-1.545410146,0.7304422281,284,2.347301921,-0.449114658,9766.5542894 +72,-1.543435491,0.7304713664,284,2.347301921,-0.449114658,9772.2571064 +73,-1.541463105,0.7304997613,284,2.347301921,-0.449114658,9777.9517135 +74,-1.545414768,0.7289194936,284,2.347301921,-0.449114658,9767.6528141 +75,-1.543435774,0.7289538557,284,2.347301921,-0.449114658,9773.3744348 +76,-1.541457714,0.7289765881,284,2.347301921,-0.449114658,9779.0997026 +77,-1.539449415,0.7320555866,284,2.347301921,-0.449114658,9782.6067611 +78,-1.537429183,0.7321097681,284,2.347301921,-0.449114658,9788.4052533 +79,-1.535472649,0.7321497267,284,2.347301921,-0.449114658,9794.0280219 +80,-1.539457899,0.7305333307,284,2.347301921,-0.449114658,9783.7352822 +81,-1.537453161,0.7305750503,284,2.347301921,-0.449114658,9789.5089391 +82,-1.535479385,0.7306124949,284,2.347301921,-0.449114658,9795.1937789 +83,-1.53946905,0.7290102593,284,2.347301921,-0.449114658,9784.8454603 +84,-1.537459922,0.7290417293,284,2.347301921,-0.449114658,9790.6499255 +85,-1.535451349,0.7290890157,284,2.347301921,-0.449114658,9796.4384222 +86,-1.535522937,0.7279887191,284,2.347301921,-0.449114658,9797.0639588 +87,-1.539442524,0.7274735939,284,2.347301921,-0.449114658,9786.063919 +88,-1.537424111,0.727521351,284,2.347301921,-0.449114658,9791.8935379 +89,-1.539384641,0.7259505092,284,2.347301921,-0.449114658,9787.3526221 +90,-1.537372391,0.7259947145,284,2.347301921,-0.449114658,9793.1772725 +91,-1.535340789,0.7260435356,284,2.347301921,-0.449114658,9799.0523074 +92,-1.539325716,0.7244369706,284,2.347301921,-0.449114658,9788.626833 +93,-1.537308932,0.7244801057,284,2.347301921,-0.449114658,9794.4756757 +94,-1.535289068,0.7245247645,284,2.347301921,-0.449114658,9800.329926 +95,-1.533261366,0.7245550236,284,2.347301921,-0.449114658,9806.2152486 +96,-1.539267302,0.722921924,284,2.347301921,-0.449114658,9789.890149 +97,-1.537248972,0.7229660258,284,2.347301921,-0.449114658,9795.7529999 +98,-1.535219431,0.7229916471,284,2.347301921,-0.449114658,9801.6596577 +99,-1.53318962,0.7230212049,284,2.347301921,-0.449114658,9807.5619609 +100,-1.531154816,0.7230299897,284,2.347301921,-0.449114658,9813.4919896 +101,-1.528878341,0.7230370244,284,2.347301921,-0.449114658,9820.125977 +102,-1.539218189,0.7214009878,284,2.347301921,-0.449114658,9791.1199078 +103,-1.537198791,0.7214422745,284,2.347301921,-0.449114658,9796.9981394 +104,-1.535179266,0.7214634354,284,2.347301921,-0.449114658,9802.8889339 +105,-1.533156501,0.7214944644,284,2.347301921,-0.449114658,9808.7798548 +106,-1.53113574,0.7215166021,284,2.347301921,-0.449114658,9814.669186 +107,-1.528874248,0.7215345535,284,2.347301921,-0.449114658,9821.2625908 +108,-1.539217656,0.7198512397,284,2.347301921,-0.449114658,9792.2168279 +109,-1.537199919,0.7199428763,284,2.347301921,-0.449114658,9798.0648847 +110,-1.545425832,0.727397149,284,2.347301921,-0.449114658,9768.7211922 +111,-1.543371177,0.7273916949,284,2.347301921,-0.449114658,9774.7018431 +112,-1.541368852,0.7274523163,284,2.347301921,-0.449114658,9780.4800927 +113,-1.545349067,0.7258710923,284,2.347301921,-0.449114658,9770.0369819 +114,-1.54332671,0.7258603556,284,2.347301921,-0.449114658,9775.93741 +115,-1.541346831,0.7259242142,284,2.347301921,-0.449114658,9781.6583226 +116,-1.545324355,0.7243383958,284,2.347301921,-0.449114658,9771.1951048 +117,-1.543292796,0.7243617413,284,2.347301921,-0.449114658,9777.1080791 +118,-1.541295822,0.7244024384,284,2.347301921,-0.449114658,9782.9055581 +119,-1.543193859,0.7205570215,284,2.347301921,-0.449114658,9780.0707737 +120,-1.550257047,0.7386738187,284,2.347301921,-0.449114658,9746.4247484 +121,-1.549335448,0.7311736483,284,2.347301921,-0.449114658,9754.6411426 +122,-1.533478843,0.7179891343,284,2.347301921,-0.449114658,9810.3652867 +123,-1.556150555,0.738907041,284,2.347301921,-0.449114658,9729.3027506 +124,-1.554324226,0.733414257,284,2.347301921,-0.449114658,9738.5752562 +125,-1.554290846,0.7288285332,284,2.347301921,-0.449114658,9741.9194025 +126,-1.55122487,0.7219795312,284,2.347301921,-0.449114658,9755.5676739 +127,-1.525104458,0.7229399862,284,2.347301921,-0.449114658,9831.2010395 +128,-1.519607711,0.7236181429,284,2.347301921,-0.449114658,9846.6817325 +129,-1.513899999,0.7251107854,284,2.347301921,-0.449114658,9862.073065 +130,-1.536620762,0.7431061895,284,2.347301921,-0.449114658,9781.9761426 +131,-1.5369566,0.7460845958,284,2.347301921,-0.449114658,9778.5478065 +132,-1.545345528,0.7447040685,284,2.347301921,-0.449114658,9755.7892409 +133,-1.532813921,0.7432306626,284,2.347301921,-0.449114658,9792.7292725 +134,-1.554788248,0.7382381001,284,2.347301921,-0.449114658,9733.7172522 +135,-1.540348126,0.7301594274,284,2.347301921,-0.449114658,9781.4371435 +136,-1.538016084,0.7239051786,284,2.347301921,-0.449114658,9792.8326461 +137,-1.525288962,0.7258085137,284,2.347301921,-0.449114658,9828.4528316 +138,-1.534326986,0.731241342,284,2.347301921,-0.449114658,9798.042794 +139,-1.530733872,0.7303625216,284,2.347301921,-0.449114658,9809.1180145 +141,-1.534354939,0.7328219978,284,2.347301921,-0.449114658,9796.7324262 +142,-1.53157084,0.7292888153,284,2.347301921,-0.449114658,9807.5304489 +143,-1.525691035,0.7263799874,284,2.347301921,-0.449114658,9826.8403229 +144,-1.534031287,0.7495967835,284,2.347301921,-0.449114658,9783.8608465 +145,-1.527714986,0.7283095957,284,2.347301921,-0.449114658,9819.463573 +146,-1.526189586,0.7271468292,284,2.347301921,-0.449114658,9824.7951764 +147,-1.555177336,0.7375563366,284,2.347301921,-0.449114658,9733.0999189 +148,-1.555080283,0.7312707794,284,2.347301921,-0.449114658,9737.9121418 +149,-1.53856994,0.7224180299,284,2.347301921,-0.449114658,9792.2892914 +150,-1.530837883,0.729933372,284,2.347301921,-0.449114658,9809.1520592 +151,-1.515066984,0.5854133365,284,2.347301921,-0.449114658,9921.3982066 +152,-1.534731633,0.5368370046,284,2.347301921,-0.449114658,9852.138861 +153,-1.515231902,0.5607085576,284,2.347301921,-0.449114658,9921.199159 +154,-2.616253799,1.0684566605,284,2.347301921,-0.449114658,7316.0837184 +155,-1.956071439,0.5792177723,284,2.347301921,-0.449114658,8469.5796525 +156,-1.951208514,0.5602434208,284,2.347301921,-0.449114658,8470.1964445 +157,-1.944675062,0.6062144545,284,2.347301921,-0.449114658,8526.3969099 +158,-1.613778386,0.6077989518,284,2.347301921,-0.449114658,9597.4000729 +159,-2.035029014,0.6021432345,284,2.347301921,-0.449114658,8234.5460669 +160,-2.114989471,0.6801825058,284,2.347301921,-0.449114658,8054.8359652 +161,-2.037382079,0.5765830025,284,2.347301921,-0.449114658,8203.967793 +162,-2.129855121,0.6585019963,284,2.347301921,-0.449114658,7990.1871848 +163,-2.075141798,0.6493615843,284,2.347301921,-0.449114658,8149.5156355 +164,-1.828626729,0.6948433129,284,2.347301921,-0.449114658,8929.9807878 +165,-1.863329418,0.6735427691,284,2.347301921,-0.449114658,8817.9209726 +166,-1.266037071,0.727988852,284,2.347301921,-0.449114658,10550.472561 +167,-1.277579582,0.7249010648,284,2.347301921,-0.449114658,10525.366654 +168,-1.258418684,0.7241194816,284,2.347301921,-0.449114658,10577.550722 +169,-1.317813974,0.6804850104,284,2.347301921,-0.449114658,10479.84965 +170,-1.344165204,0.6790988904,284,2.347301921,-0.449114658,10404.311629 +171,-1.427582102,0.5277120351,284,2.347301921,-0.449114658,10216.280941 +172,-1.402238616,0.457167829,284,2.347301921,-0.449114658,10285.154402 +173,-1.422454264,0.4996161999,284,2.347301921,-0.449114658,10229.628153 +174,-1.439089277,0.4894859811,284,2.347301921,-0.449114658,10168.919958 +175,-1.448126995,0.5182330266,284,2.347301921,-0.449114658,10144.690011 +176,-1.474626146,0.5881926574,284,2.347301921,-0.449114658,10054.330071 +177,-1.421139645,0.5584869783,284,2.347301921,-0.449114658,10237.094308 +178,-1.457037165,0.565943032,284,2.347301921,-0.449114658,10115.950655 +179,-2.757159358,0.3745319,284,2.347301921,-0.449114658,5579.3451451 +180,-2.714309238,0.342054471,284,2.347301921,-0.449114658,5646.5559445 +181,-2.000525337,0.774119946,284,2.347301921,-0.449114658,8449.4055373 +183,-1.571413436,0.6777838382,284,2.347301921,-0.449114658,9718.7598095 +184,-1.552860289,0.6987663893,284,2.347301921,-0.449114658,9765.0275825 +185,-1.521852374,0.7165827476,284,2.347301921,-0.449114658,9845.5026353 +186,-1.503656267,0.6928968252,284,2.347301921,-0.449114658,9916.4036737 +187,-1.502753178,0.7136205882,284,2.347301921,-0.449114658,9903.8123531 +188,-1.631894563,0.7343596465,284,2.347301921,-0.449114658,9512.4999992 +189,-1.653765416,0.6770714026,284,2.347301921,-0.449114658,9465.4986347 +190,-1.719812114,0.6715965947,284,2.347301921,-0.449114658,9261.6372582 +191,-1.493406659,0.6646955447,284,2.347301921,-0.449114658,9965.2085096 +192,-1.469120564,0.6613469966,284,2.347301921,-0.449114658,10042.155573 +193,-1.590551461,0.5326612937,284,2.347301921,-0.449114658,9661.2219646 +194,-1.625979264,0.5247742243,284,2.347301921,-0.449114658,9537.6270228 +195,-1.572293943,0.5238808754,284,2.347301921,-0.449114658,9720.4957229 +196,-1.610848725,0.5477107964,284,2.347301921,-0.449114658,9597.2180408 +197,-1.208485554,0.7918526018,284,2.347301921,-0.449114658,10553.999491 +198,-1.335601374,0.6869083083,284,2.347301921,-0.449114658,10419.970102 +199,-1.346156996,0.6825213377,284,2.347301921,-0.449114658,10394.451008 +200,-1.324381037,0.6741422347,284,2.347301921,-0.449114658,10468.487182 +201,-1.242424992,0.7378949807,284,2.347301921,-0.449114658,10592.790894 +202,-1.270370057,0.7392461008,284,2.347301921,-0.449114658,10518.56421 +203,-1.448950472,0.7441675014,284,2.347301921,-0.449114658,10028.531972 +204,-1.492662363,0.7523026852,284,2.347301921,-0.449114658,9897.6647999 +205,-1.479098966,0.7763855017,284,2.347301921,-0.449114658,9908.3089429 +206,-1.633760714,0.7869022408,284,2.347301921,-0.449114658,9476.2967428 +207,-1.647406434,0.8101289331,284,2.347301921,-0.449114658,9422.4880717 +208,-1.564245052,0.5701509278,284,2.347301921,-0.449114658,9758.0404591 +209,-1.646289963,0.6833746083,284,2.347301921,-0.449114658,9487.244727 +210,-1.5820631,0.6751952144,284,2.347301921,-0.449114658,9687.0061359 +211,-1.613236298,0.6681681791,284,2.347301921,-0.449114658,9592.7488217 +212,-1.914661867,0.8212566515,284,2.347301921,-0.449114658,8697.0850089 +213,-1.742133237,0.7250275956,284,2.347301921,-0.449114658,9190.8771542 +214,-2.033144872,0.6557314699,284,2.347301921,-0.449114658,8284.0536394 +215,-2.039551981,0.6964723658,284,2.347301921,-0.449114658,8293.7507528 +216,-1.247341019,0.7622473908,284,2.347301921,-0.449114658,10530.991314 +217,-1.298239787,0.7084123392,284,2.347301921,-0.449114658,10496.179788 +218,-1.308539688,0.6926545592,284,2.347301921,-0.449114658,10490.336132 +219,-1.303263185,0.6888938396,284,2.347301921,-0.449114658,10510.656953 +220,-1.852400229,0.6004246149,284,2.347301921,-0.449114658,8820.0417471 +221,-1.288947707,0.7473773692,284,2.347301921,-0.449114658,10455.632633 +222,-1.372031502,0.7472790993,284,2.347301921,-0.449114658,10235.955231 +223,-1.289805721,0.7242157877,284,2.347301921,-0.449114658,10493.802471 +224,-1.350807603,0.7533498126,284,2.347301921,-0.449114658,10283.557563 +225,-1.329290365,0.7560442322,284,2.347301921,-0.449114658,10335.744856 +226,-1.410153004,0.616936428,284,2.347301921,-0.449114658,10253.442649 +227,-1.393445434,0.6308995063,284,2.347301921,-0.449114658,10298.035894 +228,-1.37595573,0.6241540638,284,2.347301921,-0.449114658,10357.885519 +229,-1.358388707,0.6172645205,284,2.347301921,-0.449114658,10418.401245 +230,-1.753741133,0.8281661666,284,2.347301921,-0.449114658,9127.4179088 +231,-1.47430987,0.6834615681,284,2.347301921,-0.449114658,10011.402242 +232,-1.421012508,0.7222725206,284,2.347301921,-0.449114658,10132.121935 +233,-1.4476833,0.6978557868,284,2.347301921,-0.449114658,10079.317998 +234,-1.470370723,0.6966193374,284,2.347301921,-0.449114658,10013.095061 +235,-1.429211703,0.7037216883,284,2.347301921,-0.449114658,10128.097973 +236,-1.700578405,0.6178673663,284,2.347301921,-0.449114658,9317.3307506 +237,-1.678117619,0.6331716163,284,2.347301921,-0.449114658,9391.3119287 +238,-1.725644578,0.6316331145,284,2.347301921,-0.449114658,9239.3527329 +239,-2.14012759,0.7930497945,284,2.347301921,-0.449114658,8072.2989704 +240,-2.103289431,0.7653606263,284,2.347301921,-0.449114658,8155.174202 +241,-1.318739838,0.7017808746,284,2.347301921,-0.449114658,10448.568391 +242,-1.396417427,0.7077900843,284,2.347301921,-0.449114658,10219.000342 +243,-1.35650337,0.7185539404,284,2.347301921,-0.449114658,10319.092484 +244,-1.248884539,0.7274156818,284,2.347301921,-0.449114658,10596.420427 +245,-1.395014798,0.5761185243,284,2.347301921,-0.449114658,10320.233171 +246,-1.433377362,0.6064716109,284,2.347301921,-0.449114658,10183.601813 +247,-1.408172432,0.5903155476,284,2.347301921,-0.449114658,10271.996552 +248,-1.749645898,0.7757118084,284,2.347301921,-0.449114658,9158.5121129 +249,-1.571626686,0.615046989,284,2.347301921,-0.449114658,9733.8625936 +250,-1.514070049,0.6303003037,284,2.347301921,-0.449114658,9915.5854824 +251,-1.480890369,0.6237966528,284,2.347301921,-0.449114658,10023.865494 +252,-1.704390658,0.5281680612,284,2.347301921,-0.449114658,9272.6927876 +253,-1.64434733,0.5254277498,284,2.347301921,-0.449114658,9475.3437041 +254,-1.703855997,0.4792484842,284,2.347301921,-0.449114658,9244.0401617 +255,-1.692002383,0.5748825051,284,2.347301921,-0.449114658,9334.4277387 +256,-1.854136457,0.5544643913,284,2.347301921,-0.449114658,8786.2064185 +257,-1.665021206,0.520317736,284,2.347301921,-0.449114658,9402.4763891 +258,-1.733654349,0.4845187345,284,2.347301921,-0.449114658,9145.006795 +259,-1.720938188,0.5135933906,284,2.347301921,-0.449114658,9208.1059422 +260,-1.742668307,0.553296122,284,2.347301921,-0.449114658,9156.7797638 +261,-1.965659039,0.7142126903,284,2.347301921,-0.449114658,8524.3991758 +262,-1.944438071,0.6772834804,284,2.347301921,-0.449114658,8570.2986114 +263,-1.270340967,0.7681487096,284,2.347301921,-0.449114658,10462.688544 +264,-1.353091884,0.6549276821,284,2.347301921,-0.449114658,10403.366786 +265,-1.333236659,0.6413584414,284,2.347301921,-0.449114658,10477.250886 +266,-1.352015998,0.6753788907,284,2.347301921,-0.449114658,10385.319545 +267,-1.377988483,0.6577816235,284,2.347301921,-0.449114658,10324.784611 +268,-2.13075611,0.8318642051,284,2.347301921,-0.449114658,8123.320403 +269,-2.097910953,0.8259670014,284,2.347301921,-0.449114658,8206.880367 +270,-1.416382069,0.6694271549,284,2.347301921,-0.449114658,10197.777252 +271,-1.538905672,0.7535625993,284,2.347301921,-0.449114658,9766.6674837 +272,-1.572309477,0.7803125099,284,2.347301921,-0.449114658,9650.4602671 +273,-1.87759879,0.7503853417,284,2.347301921,-0.449114658,8794.1479533 +274,1.152365588,0.590457682,284,2.347301921,-0.449114658,6091.329474 +275,0.350198001,0.718001859,284,2.347301921,-0.449114658,8605.8709369 +276,0.046513677,0.491503852,284,2.347301921,-0.449114658,9489.6246416 +277,0.027510309,0.742571376,284,2.347301921,-0.449114658,9554.0994845 +278,0.306285725,-0.214631579,284,2.347301921,-0.449114658,7455.0547906 +279,-1.100564889,0.318051531,284,2.347301921,-0.449114658,11206.507221 +280,-1.078582306,0.301437596,284,2.347301921,-0.449114658,11245.54446 +281,-1.137371989,-0.617634065,284,2.347301921,-0.449114658,8027.3206907 +282,0.784356344,0.703272339,284,2.347301921,-0.449114658,7327.02418 +283,-1.221209947,0.218327455,284,2.347301921,-0.449114658,10608.450444 +284,2.347301921,-0.449114658,284,2.347301921,-0.449114658,0 +285,0.246820618,0.830553713,284,2.347301921,-0.449114658,8909.0050546 +286,0.829414965,0.703288228,284,2.347301921,-0.449114658,7200.1154927 +287,-1.337537566,0.42332223,284,2.347301921,-0.449114658,10495.34554 +288,0.882453706,0.454478077,284,2.347301921,-0.449114658,6638.6136679 +289,1.575629659,0.416419109,284,2.347301921,-0.449114658,4527.3883429 +290,-1.039455679,0.229888244,284,2.347301921,-0.449114658,11183.929939 +291,0.489558039,0.934482747,284,2.347301921,-0.449114658,8299.1159939 +292,0.081344504,0.88384514,284,2.347301921,-0.449114658,9302.2096698 +293,-1.547979814,0.300350308,284,2.347301921,-0.449114658,9616.6352681 +294,0.040776181,0.168560074,284,2.347301921,-0.449114658,9123.9535074 +295,-1.130374745,0.563894876,284,2.347301921,-0.449114658,11196.488954 +296,1.578326642,0.478507176,284,2.347301921,-0.449114658,4700.4603541 +297,-1.12861823,-0.291640865,284,2.347301921,-0.449114658,9239.206426 +298,0.310524208,0.770885792,284,2.347301921,-0.449114658,8735.4779981 +299,0.415649091,-0.387246002,284,2.347301921,-0.449114658,6740.5170991 +300,-0.926533878,-0.188022748,284,2.347301921,-0.449114658,9869.141621 +301,1.258856172,-0.11716081,284,2.347301921,-0.449114658,4302.8957873 +302,-1.126050026,0.322941926,284,2.347301921,-0.449114658,11129.721193 +303,2.002785835,0.07893892,284,2.347301921,-0.449114658,2475.2366795 +304,0.440437607,0.746258085,284,2.347301921,-0.449114658,8355.0531999 +305,-0.030391866,0.214441206,284,2.347301921,-0.449114658,9451.852965 +306,0.521557815,-0.058929362,284,2.347301921,-0.449114658,7024.4371773 +307,-0.097005111,0.13317729,284,2.347301921,-0.449114658,9534.118996 +308,1.83113859,0.221857587,284,2.347301921,-0.449114658,3320.4789636 +309,0.222428864,0.099404236,284,2.347301921,-0.449114658,8363.5965841 +310,-1.702731345,0.8728568183,284,2.347301921,-0.449114658,9230.8674491 +311,-0.418507569,0.278324921,284,2.347301921,-0.449114658,10900.113272 +312,-1.41153306,0.339029988,284,2.347301921,-0.449114658,10151.69499 +313,0.357560442,0.114788776,284,2.347301921,-0.449114658,7911.6626493 +314,0.325818979,0.268352149,284,2.347301921,-0.449114658,8266.0529123 +315,-1.246004659,-0.663679965,284,2.347301921,-0.449114658,7727.3695768 +316,1.814603087,0.637404484,284,2.347301921,-0.449114658,4740.8655359 +317,1.843704281,-0.18300445,284,2.347301921,-0.449114658,2160.9981947 +318,1.690644492,-0.211480909,284,2.347301921,-0.449114658,2622.3914093 +319,-1.275451936,0.068109467,284,2.347301921,-0.449114658,10073.644652 +320,0.762430171,-0.207594741,284,2.347301921,-0.449114658,5916.3147671 +321,0.265668905,-0.014647884,284,2.347301921,-0.449114658,8000.2009826 +322,-2.773032013,-0.335515811,284,2.347301921,-0.449114658,4236.9947889 +323,-1.469512853,0.174058777,284,2.347301921,-0.449114658,9688.9248401 +324,0.286276986,0.785925691,284,2.347301921,-0.449114658,8805.1905918 +325,-1.379324697,0.377432233,284,2.347301921,-0.449114658,10308.406627 +326,-1.203778265,0.212813032,284,2.347301921,-0.449114658,10652.016194 +327,0.579916301,0.611743168,284,2.347301921,-0.449114658,7823.4040972 +328,0.267582642,0.868113908,284,2.347301921,-0.449114658,8845.5208131 +329,0.412869244,-0.050245578,284,2.347301921,-0.449114658,7421.3121219 +330,0.17524381,0.976660285,284,2.347301921,-0.449114658,8998.8243065 +331,0.743157214,0.204812899,284,2.347301921,-0.449114658,6689.2601599 +332,-1.070758176,0.269382282,284,2.347301921,-0.449114658,11197.674097 +333,-1.230364251,0.329790229,284,2.347301921,-0.449114658,10780.626287 +334,-1.374813124,-0.024926835,284,2.347301921,-0.449114658,9534.6885582 +335,0.519780566,0.463669906,284,2.347301921,-0.449114658,7846.5774661 +336,-1.55108034,0.239698561,284,2.347301921,-0.449114658,9517.5666787 +337,0.180294813,0.029739425,284,2.347301921,-0.449114658,8381.1106215 +338,0.67820924,0.268170153,284,2.347301921,-0.449114658,7020.6613266 +339,0.445798684,1.024001867,284,2.347301921,-0.449114658,8401.7230016 +340,0.691751283,0.150521402,284,2.347301921,-0.449114658,6780.2956474 +341,-1.036643551,-0.903056181,284,2.347301921,-0.449114658,7021.8749411 +342,-0.120287036,1.083325163,284,2.347301921,-0.449114658,9367.5802239 +343,2.823513113,-0.304487164,284,2.347301921,-0.449114658,1840.8021806 +344,0.457583172,1.12513373,284,2.347301921,-0.449114658,8357.9860076 +345,0.042918831,0.813795399,284,2.347301921,-0.449114658,9462.1402168 +346,1.196146777,-0.853142756,284,2.347301921,-0.449114658,3827.042387 +347,0.206001358,-0.010430701,284,2.347301921,-0.449114658,8213.8050026 +348,-0.268308653,0.234799412,284,2.347301921,-0.449114658,10312.550923 +349,0.759363263,0.736189579,284,2.347301921,-0.449114658,7441.1636378 +350,0.181363926,0.891988372,284,2.347301921,-0.449114658,9050.8718243 +351,-0.021111158,0.139103292,284,2.347301921,-0.449114658,9286.0238999 +352,-0.093355215,0.630686981,284,2.347301921,-0.449114658,9975.5055083 +353,0.40118964,0.681375926,284,2.347301921,-0.449114658,8434.2899433 +354,-0.721197315,1.304706234,284,2.347301921,-0.449114658,9051.5329122 +355,-1.076150317,0.212107639,284,2.347301921,-0.449114658,11033.690683 +356,-1.577164531,0.273993443,284,2.347301921,-0.449114658,9476.3372037 +357,-0.190788414,0.182208586,284,2.347301921,-0.449114658,9948.88259 +358,-0.261349752,0.209710184,284,2.347301921,-0.449114658,10240.878996 +359,-1.029303852,0.083549259,284,2.347301921,-0.449114658,10743.278205 +360,-1.268609162,0.330525297,284,2.347301921,-0.449114658,10647.464488 +361,1.282982244,-0.926641967,284,2.347301921,-0.449114658,3625.3258005 +362,0.217352334,0.731352408,284,2.347301921,-0.449114658,9001.9483818 +363,-1.511833084,0.258629297,284,2.347301921,-0.449114658,9685.5317999 +364,0.338812194,0.823184618,284,2.347301921,-0.449114658,8662.8780995 +365,-0.324406489,1.134201999,284,2.347301921,-0.449114658,9481.1897264 +366,1.389579348,0.399185724,284,2.347301921,-0.449114658,4978.3382255 +367,2.047152199,-0.039082036,284,2.347301921,-0.449114658,1986.4253889 +368,0.947780369,0.568250077,284,2.347301921,-0.449114658,6635.5851023 +369,0.763824846,0.576754987,284,2.347301921,-0.449114658,7207.7841147 +370,-0.142334657,0.928153068,284,2.347301921,-0.449114658,9744.9272551 +371,0.610266567,0.547265983,284,2.347301921,-0.449114658,7651.8671231 +372,0.210731629,0.746815056,284,2.347301921,-0.449114658,9021.111778 +373,-1.34931644,0.316895224,284,2.347301921,-0.449114658,10344.293438 +374,2.407696481,0.655030745,284,2.347301921,-0.449114658,4379.2945387 +375,0.64207831,0.545359131,284,2.347301921,-0.449114658,7547.4480675 +376,1.174597538,0.840588356,284,2.347301921,-0.449114658,6581.023834 +377,0.660059424,0.010604079,284,2.347301921,-0.449114658,6655.5668292 +378,-0.730263819,0.010486456,284,2.347301921,-0.449114658,10689.306772 +379,0.831068936,0.512339172,284,2.347301921,-0.449114658,6898.6481273 +380,1.301180979,0.72367476,284,2.347301921,-0.449114658,6021.0969869 +381,1.811128231,0.322854402,284,2.347301921,-0.449114658,3689.5482854 +382,0.435105812,0.992284428,284,2.347301921,-0.449114658,8427.2112946 +383,0.62643634,0.592027932,284,2.347301921,-0.449114658,7655.3793331 +384,0.492988703,-0.516339467,284,2.347301921,-0.449114658,6240.9074001 +385,-0.162469483,0.112549365,284,2.347301921,-0.449114658,9709.8008717 +386,0.314630866,0.472006421,284,2.347301921,-0.449114658,8552.1748937 +387,0.166744804,0.822815954,284,2.347301921,-0.449114658,9125.6148091 +388,0.417159608,0.965805736,284,2.347301921,-0.449114658,8468.6443211 +389,0.106334961,0.868774244,284,2.347301921,-0.449114658,9253.6655009 +390,0.815086969,-0.338144359,284,2.347301921,-0.449114658,5517.8835331 +391,0.59867455,-0.230624824,284,2.347301921,-0.449114658,6443.4163984 +392,1.915104874,0.066220985,284,2.347301921,-0.449114658,2630.4775557 +393,1.278093622,0.064463721,284,2.347301921,-0.449114658,4573.4404087 +394,-0.061477853,0.302997961,284,2.347301921,-0.449114658,9694.5241029 +395,0.251311504,0.626976942,284,2.347301921,-0.449114658,8873.2508901 +396,2.950242872,0.149095644,284,2.347301921,-0.449114658,3317.6448353 +397,-0.180294708,0.35375117,284,2.347301921,-0.449114658,10180.27554 +398,1.010448592,-0.351180233,284,2.347301921,-0.449114658,4824.8595864 +399,-1.748740498,0.3686318073,284,2.347301921,-0.449114658,8984.1795178 +400,2.699635665,0.123533791,284,2.347301921,-0.449114658,2642.8110641 +401,0.496808033,0.823843254,284,2.347301921,-0.449114658,8239.1268247 +402,0.129574704,0.763364087,284,2.347301921,-0.449114658,9251.7029595 +403,1.798920311,0.817447563,284,2.347301921,-0.449114658,5387.1084774 +404,0.335987953,0.746786541,284,2.347301921,-0.449114658,8657.2722167 +405,-1.085413643,0.292154671,284,2.347301921,-0.449114658,11203.979611 +406,-0.155321003,0.508207011,284,2.347301921,-0.449114658,10194.092882 +407,0.620529244,-0.301175104,284,2.347301921,-0.449114658,6241.1263422 +408,1.684402744,0.368716966,284,2.347301921,-0.449114658,4121.1785386 +409,0.300582244,-0.386397212,284,2.347301921,-0.449114658,7095.1628114 +410,2.913555946,-0.009225192,284,2.347301921,-0.449114658,2776.6477483 +411,1.465101417,0.493232532,284,2.347301921,-0.449114658,5020.6895003 +412,0.090612882,0.907955955,284,2.347301921,-0.449114658,9256.4317261 +413,2.987564726,-0.729568594,284,2.347301921,-0.449114658,2358.3762934 +414,-1.484261606,0.224149272,284,2.347301921,-0.449114658,9727.342713 +415,0.164073421,0.303955133,284,2.347301921,-0.449114658,8891.3442087 +416,0.141441293,0.167552546,284,2.347301921,-0.449114658,8767.4767954 +417,2.931321023,-0.506718887,284,2.347301921,-0.449114658,2059.9246521 +418,2.21951565,0.700596356,284,2.347301921,-0.449114658,4578.341528 +419,0.268112576,1.199114336,284,2.347301921,-0.449114658,8594.3796762 +420,0.978913739,0.359223811,284,2.347301921,-0.449114658,6154.9673747 +421,1.210898818,0.522863584,284,2.347301921,-0.449114658,5778.7034755 +422,2.347397336,0.129231362,284,2.347301921,-0.449114658,2290.8286147 +423,0.614394501,0.556878345,284,2.347301921,-0.449114658,7650.5446178 +424,-1.398079356,0.148483366,284,2.347301921,-0.449114658,9879.3137283 +425,2.535303836,-0.112984496,284,2.347301921,-0.449114658,1509.4274199 +426,-1.019372593,-0.405322349,284,2.347301921,-0.449114658,8951.0326249 +427,-1.297785627,-0.160104069,284,2.347301921,-0.449114658,9347.6270278 +428,2.144554488,0.205051084,284,2.347301921,-0.449114658,2706.5686532 +429,-2.242387083,-0.426171285,284,2.347301921,-0.449114658,5908.3349318 +430,0.338637212,0.909723676,284,2.347301921,-0.449114658,8659.1802305 +431,-0.148798452,0.691042401,284,2.347301921,-0.449114658,10108.809011 +432,0.893524764,0.441829531,284,2.347301921,-0.449114658,6581.1774956 +433,0.969229347,-0.368847936,284,2.347301921,-0.449114658,4942.2824075 +434,0.436043248,0.800045688,284,2.347301921,-0.449114658,8392.79003 +435,1.687946607,1.081504775,284,2.347301921,-0.449114658,6414.433932 +436,0.522302046,-0.034889271,284,2.347301921,-0.449114658,7065.0527544 +437,-0.178996113,-0.438090009,284,2.347301921,-0.449114658,8213.9362598 +438,-1.094339566,0.301444068,284,2.347301921,-0.449114658,11194.697355 +439,-1.064070054,0.242569932,284,2.347301921,-0.449114658,11149.906014 +440,-1.068153768,0.230387998,284,2.347301921,-0.449114658,11105.876302 +441,-3.00496892,-0.23989155,284,2.347301921,-0.449114658,3544.4726072 +442,0.21751974,0.766874888,284,2.347301921,-0.449114658,9000.0927937 +443,0.117229532,0.007619006,284,2.347301921,-0.449114658,8552.8667661 +444,0.777758451,0.420554741,284,2.347301921,-0.449114658,6923.6207623 +445,-0.252356999,0.250747086,284,2.347301921,-0.449114658,10286.794901 +446,0.363148444,0.768483434,284,2.347301921,-0.449114658,8585.4994061 +447,0.903191366,-0.118210676,284,2.347301921,-0.449114658,5568.4604907 +448,-0.205755923,0.149406178,284,2.347301921,-0.449114658,9931.8128363 +449,1.811996086,0.02364353,284,2.347301921,-0.449114658,2775.8108342 +450,-1.100670221,0.314845373,284,2.347301921,-0.449114658,11200.167088 +451,0.340078597,0.850105132,284,2.347301921,-0.449114658,8660.5364463 +452,0.258757267,0.804969236,284,2.347301921,-0.449114658,8880.8293961 +453,2.78505352,-0.155160804,284,2.347301921,-0.449114658,2016.5401244 +454,0.800551619,0.105822106,284,2.347301921,-0.449114658,6318.2680832 +455,0.437940882,-0.506194031,284,2.347301921,-0.449114658,6424.6924819 +456,2.230431122,0.63458615,284,2.347301921,-0.449114658,4314.6881911 +457,0.527965361,0.127667701,284,2.347301921,-0.449114658,7325.7079424 +458,-0.063643205,0.702093448,284,2.347301921,-0.449114658,9846.5516063 +459,1.408447268,0.133010502,284,2.347301921,-0.449114658,4284.5002251 +460,0.523795955,0.280266966,284,2.347301921,-0.449114658,7581.5050144 +461,-0.975769313,0.072177659,284,2.347301921,-0.449114658,10799.297442 +462,0.549774164,-0.463663986,284,2.347301921,-0.449114658,6170.2279114 +463,0.29245874,1.095549818,284,2.347301921,-0.449114658,8662.3559535 +464,0.143625958,0.816809593,284,2.347301921,-0.449114658,9190.4718438 +465,0.671902494,0.611159853,284,2.347301921,-0.449114658,7537.9436435 +466,1.239840988,0.6724199,284,2.347301921,-0.449114658,6045.4606823 +467,0.607829703,-0.10932137,284,2.347301921,-0.449114658,6630.4606809 +468,1.763020906,0.263996692,284,2.347301921,-0.449114658,3612.9228947 +469,0.378714634,0.726066797,284,2.347301921,-0.449114658,8524.9383892 +470,2.196736143,-0.153862366,284,2.347301921,-0.449114658,1299.5897794 +471,0.01702415,0.148991565,284,2.347301921,-0.449114658,9172.1606581 +472,-2.998490902,-0.158002487,284,2.347301921,-0.449114658,3698.3665608 +473,-3.051262951,-0.346595608,284,2.347301921,-0.449114658,3236.7543199 +474,-1.069176439,0.182802941,284,2.347301921,-0.449114658,10969.144766 +475,0.167157509,0.595344954,284,2.347301921,-0.449114658,9132.0074172 +476,0.613855648,0.681746124,284,2.347301921,-0.449114658,7795.3248247 +477,1.037012736,0.682555367,284,2.347301921,-0.449114658,6594.0871171 +478,-1.253574971,0.379755746,284,2.347301921,-0.449114658,10759.027744 +479,3.108590453,-0.132620738,284,2.347301921,-0.449114658,3129.2225541 +480,0.565301296,0.022333262,284,2.347301921,-0.449114658,7013.4265918 +481,0.547898238,0.855555614,284,2.347301921,-0.449114658,8122.6221219 +482,0.948309381,0.417393755,284,2.347301921,-0.449114658,6361.4530332 +483,-0.050600732,0.945269213,284,2.347301921,-0.449114658,9522.6433492 +484,-0.977651478,-0.572363064,284,2.347301921,-0.449114658,8339.0833513 +485,1.102014914,0.728861163,284,2.347301921,-0.449114658,6516.4095272 +486,2.927300795,-0.282939414,284,2.347301921,-0.449114658,2236.673715 +487,-1.154565557,0.124434095,284,2.347301921,-0.449114658,10571.694068 +488,1.855331234,0.291044755,284,2.347301921,-0.449114658,3491.4962098 +489,0.830290659,0.276904518,284,2.347301921,-0.449114658,6507.7980486 +490,0.485104466,-0.234867441,284,2.347301921,-0.449114658,6820.97606 +491,0.521367572,-0.33161327,284,2.347301921,-0.449114658,6513.7690494 +1,-1.539031704,0.7349710123,285,0.246820618,0.830553713,4642.3090859 +2,-1.536990553,0.7349663874,285,0.246820618,0.830553713,4638.0312444 +3,-1.534951779,0.7349571355,285,0.246820618,0.830553713,4633.7673102 +4,-1.532906461,0.7349480293,285,0.246820618,0.830553713,4629.4852947 +5,-1.531320211,0.7346937278,285,0.246820618,0.830553713,4626.8438932 +6,-1.539451648,0.7335131775,285,0.246820618,0.830553713,4647.2298969 +7,-1.537429487,0.7335445708,285,0.246820618,0.830553713,4642.8893115 +8,-1.535484998,0.7335658704,285,0.246820618,0.830553713,4638.7366104 +9,-1.533488396,0.7336036027,285,0.246820618,0.830553713,4634.4252539 +10,-1.531497785,0.7335842962,285,0.246820618,0.830553713,4630.2805132 +11,-1.530259379,0.7334777758,285,0.246820618,0.830553713,4627.96084 +12,-1.5335454,0.7322346912,285,0.246820618,0.830553713,4638.3288434 +13,-1.531489083,0.7322238773,285,0.246820618,0.830553713,4634.0185559 +14,-1.530011122,0.7321679851,285,0.246820618,0.830553713,4631.0509376 +15,-1.53348106,0.7306614094,285,0.246820618,0.830553713,4642.5432294 +16,-1.531441779,0.7306962275,285,0.246820618,0.830553713,4638.1386394 +17,-1.529755654,0.7306933243,285,0.246820618,0.830553713,4634.5815619 +18,-1.533415048,0.7291384674,285,0.246820618,0.830553713,4646.6166516 +19,-1.531392093,0.7291705353,285,0.246820618,0.830553713,4642.2500939 +20,-1.529296523,0.7291214933,285,0.246820618,0.830553713,4637.9501697 +21,-1.535280942,0.727267644,285,0.246820618,0.830553713,4655.7413538 +22,-1.533378158,0.7276139666,285,0.246820618,0.830553713,4650.7577187 +23,-1.531340368,0.7276446587,285,0.246820618,0.830553713,4646.3595388 +24,-1.528960113,0.7276398177,285,0.246820618,0.830553713,4641.3299799 +25,-1.533313146,0.7260818349,285,0.246820618,0.830553713,4654.8621967 +26,-1.531259555,0.7260958115,285,0.246820618,0.830553713,4650.4726659 +27,-1.528926415,0.7260865555,285,0.246820618,0.830553713,4645.5504491 +28,-1.531226779,0.7245511789,285,0.246820618,0.830553713,4654.6777612 +29,-1.528904772,0.7245519194,285,0.246820618,0.830553713,4649.7469454 +30,-1.547195875,0.7409785979,285,0.246820618,0.830553713,4642.7488797 +31,-1.5451475,0.740980426,285,0.246820618,0.830553713,4638.4693941 +32,-1.543097679,0.7409798872,285,0.246820618,0.830553713,4634.1895308 +33,-1.540720364,0.7409892687,285,0.246820618,0.830553713,4629.1932961 +34,-1.547188511,0.7395198392,285,0.246820618,0.830553713,4646.7816794 +35,-1.545148587,0.7395226109,285,0.246820618,0.830553713,4642.5133607 +36,-1.543104538,0.7395314908,285,0.246820618,0.830553713,4638.2156215 +37,-1.540727751,0.7395306258,285,0.246820618,0.830553713,4633.2444064 +38,-1.547187029,0.7380014886,285,0.246820618,0.830553713,4650.9940287 +39,-1.545147315,0.7380012252,285,0.246820618,0.830553713,4646.7305736 +40,-1.54310719,0.7380060743,285,0.246820618,0.830553713,4642.4481999 +41,-1.540719671,0.7380068206,285,0.246820618,0.830553713,4637.4453694 +42,-1.547187189,0.7364799098,285,0.246820618,0.830553713,4655.2207179 +43,-1.545149996,0.7364853874,285,0.246820618,0.830553713,4650.9426174 +44,-1.543106091,0.7364823484,285,0.246820618,0.830553713,4646.6702215 +45,-1.540717158,0.7364893901,285,0.246820618,0.830553713,4641.642309 +46,-1.538663972,0.7410138672,285,0.246820618,0.830553713,4624.8217788 +47,-1.53695285,0.7409699132,285,0.246820618,0.830553713,4621.3592315 +48,-1.534910498,0.7409641297,285,0.246820618,0.830553713,4617.0938491 +49,-1.533145034,0.7409536636,285,0.246820618,0.830553713,4613.418669 +50,-1.538681336,0.7395405883,285,0.246820618,0.830553713,4628.930369 +51,-1.536999189,0.7395183096,285,0.246820618,0.830553713,4625.4655402 +52,-1.534923633,0.7395144222,285,0.246820618,0.830553713,4621.1214947 +53,-1.533267822,0.7395654306,285,0.246820618,0.830553713,4617.5038632 +54,-1.53867273,0.7380151077,285,0.246820618,0.830553713,4633.1308179 +55,-1.536980576,0.7379994392,285,0.246820618,0.830553713,4629.623424 +56,-1.534931522,0.7379944961,285,0.246820618,0.830553713,4625.3338851 +57,-1.533387952,0.7379480264,285,0.246820618,0.830553713,4622.2179029 +58,-1.538682279,0.7364914363,285,0.246820618,0.830553713,4637.3663459 +59,-1.536980704,0.7364810563,285,0.246820618,0.830553713,4633.8212566 +60,-1.534935567,0.7364752065,285,0.246820618,0.830553713,4629.5384711 +61,-1.533042592,0.7363876366,285,0.246820618,0.830553713,4625.7976166 +62,-1.545143426,0.7349628011,285,0.246820618,0.830553713,4655.1559677 +63,-1.543105297,0.7349691947,285,0.246820618,0.830553713,4650.8655196 +64,-1.541064533,0.7349647152,285,0.246820618,0.830553713,4646.5958353 +65,-1.545411803,0.7334624714,285,0.246820618,0.830553713,4659.8860379 +66,-1.543446606,0.7334780896,285,0.246820618,0.830553713,4655.7196514 +67,-1.541475327,0.7334957295,285,0.246820618,0.830553713,4651.5313609 +68,-1.545401939,0.731963266,285,0.246820618,0.830553713,4664.0318298 +69,-1.54342253,0.7319915583,285,0.246820618,0.830553713,4659.7965909 +70,-1.541455867,0.7320216438,285,0.246820618,0.830553713,4655.5796659 +71,-1.545410146,0.7304422281,285,0.246820618,0.830553713,4668.2781416 +72,-1.543435491,0.7304713664,285,0.246820618,0.830553713,4664.046694 +73,-1.541463105,0.7304997613,285,0.246820618,0.830553713,4659.818598 +74,-1.545414768,0.7289194936,285,0.246820618,0.830553713,4672.5235865 +75,-1.543435774,0.7289538557,285,0.246820618,0.830553713,4668.2646393 +76,-1.541457714,0.7289765881,285,0.246820618,0.830553713,4664.0364802 +77,-1.539449415,0.7320555866,285,0.246820618,0.830553713,4651.2648691 +78,-1.537429183,0.7321097681,285,0.246820618,0.830553713,4646.8614319 +79,-1.535472649,0.7321497267,285,0.246820618,0.830553713,4642.6281243 +80,-1.539457899,0.7305333307,285,0.246820618,0.830553713,4655.5035423 +81,-1.537453161,0.7305750503,285,0.246820618,0.830553713,4651.163329 +82,-1.535479385,0.7306124949,285,0.246820618,0.830553713,4646.8967683 +83,-1.53946905,0.7290102593,285,0.246820618,0.830553713,4659.7520862 +84,-1.537459922,0.7290417293,285,0.246820618,0.830553713,4655.4271117 +85,-1.535451349,0.7290890157,285,0.246820618,0.830553713,4651.0559275 +86,-1.535522937,0.7279887191,285,0.246820618,0.830553713,4654.2550138 +87,-1.539442524,0.7274735939,285,0.246820618,0.830553713,4663.9608495 +88,-1.537424111,0.727521351,285,0.246820618,0.830553713,4659.5670954 +89,-1.539384641,0.7259505092,285,0.246820618,0.830553713,4668.0675352 +90,-1.537372391,0.7259947145,285,0.246820618,0.830553713,4663.6926126 +91,-1.535340789,0.7260435356,285,0.246820618,0.830553713,4659.2604243 +92,-1.539325716,0.7244369706,285,0.246820618,0.830553713,4672.1472011 +93,-1.537308932,0.7244801057,285,0.246820618,0.830553713,4667.761655 +94,-1.535289068,0.7245247645,285,0.246820618,0.830553713,4663.3618132 +95,-1.533261366,0.7245550236,285,0.246820618,0.830553713,4658.9817082 +96,-1.539267302,0.722921924,285,0.246820618,0.830553713,4676.2338153 +97,-1.537248972,0.7229660258,285,0.246820618,0.830553713,4671.8383074 +98,-1.535219431,0.7229916471,285,0.246820618,0.830553713,4667.4667557 +99,-1.53318962,0.7230212049,285,0.246820618,0.830553713,4663.0800468 +100,-1.531154816,0.7230299897,285,0.246820618,0.830553713,4658.7366111 +101,-1.528878341,0.7230370244,285,0.246820618,0.830553713,4653.8805731 +102,-1.539218189,0.7214009878,285,0.246820618,0.830553713,4680.3581808 +103,-1.537198791,0.7214422745,285,0.246820618,0.830553713,4675.9642308 +104,-1.535179266,0.7214634354,285,0.246820618,0.830553713,4671.6223078 +105,-1.533156501,0.7214944644,285,0.246820618,0.830553713,4667.242481 +106,-1.53113574,0.7215166021,285,0.246820618,0.830553713,4662.88793 +107,-1.528874248,0.7215345535,285,0.246820618,0.830553713,4658.0291874 +108,-1.539217656,0.7198512397,285,0.246820618,0.830553713,4684.6674064 +109,-1.537199919,0.7199428763,285,0.246820618,0.830553713,4680.1330691 +110,-1.545425832,0.727397149,285,0.246820618,0.830553713,4676.7834454 +111,-1.543371177,0.7273916949,285,0.246820618,0.830553713,4672.4719913 +112,-1.541368852,0.7274523163,285,0.246820618,0.830553713,4668.0833369 +113,-1.545349067,0.7258710923,285,0.246820618,0.830553713,4680.8705564 +114,-1.54332671,0.7258603556,285,0.246820618,0.830553713,4676.6378041 +115,-1.541346831,0.7259242142,285,0.246820618,0.830553713,4672.2834914 +116,-1.545324355,0.7243383958,285,0.246820618,0.830553713,4685.0875469 +117,-1.543292796,0.7243617413,285,0.246820618,0.830553713,4680.7365659 +118,-1.541295822,0.7244024384,285,0.246820618,0.830553713,4676.4066687 +119,-1.543193859,0.7205570215,285,0.246820618,0.830553713,4691.1231511 +120,-1.550257047,0.7386738187,285,0.246820618,0.830553713,4655.5352953 +121,-1.549335448,0.7311736483,285,0.246820618,0.830553713,4674.4802999 +122,-1.533478843,0.7179891343,285,0.246820618,0.830553713,4677.6538382 +123,-1.556150555,0.738907041,285,0.246820618,0.830553713,4667.161938 +124,-1.554324226,0.733414257,285,0.246820618,0.830553713,4678.6736465 +125,-1.554290846,0.7288285332,285,0.246820618,0.830553713,4691.4061975 +126,-1.55122487,0.7219795312,285,0.246820618,0.830553713,4704.1055088 +127,-1.525104458,0.7229399862,285,0.246820618,0.830553713,4646.1201586 +128,-1.519607711,0.7236181429,285,0.246820618,0.830553713,4632.534646 +129,-1.513899999,0.7251107854,285,0.246820618,0.830553713,4616.2437712 +130,-1.536620762,0.7431061895,285,0.246820618,0.830553713,4614.7675061 +131,-1.5369566,0.7460845958,285,0.246820618,0.830553713,4607.2556914 +132,-1.545345528,0.7447040685,285,0.246820618,0.830553713,4628.5665435 +133,-1.532813921,0.7432306626,285,0.246820618,0.830553713,4606.4507659 +134,-1.554788248,0.7382381001,285,0.246820618,0.830553713,4666.1912754 +135,-1.540348126,0.7301594274,285,0.246820618,0.830553713,4658.4157935 +136,-1.538016084,0.7239051786,285,0.246820618,0.830553713,4670.854281 +137,-1.525288962,0.7258085137,285,0.246820618,0.830553713,4638.5938423 +138,-1.534326986,0.731241342,285,0.246820618,0.830553713,4642.7249038 +139,-1.530733872,0.7303625216,285,0.246820618,0.830553713,4637.5639758 +141,-1.534354939,0.7328219978,285,0.246820618,0.830553713,4638.4124071 +142,-1.53157084,0.7292888153,285,0.246820618,0.830553713,4642.3012489 +143,-1.525691035,0.7263799874,285,0.246820618,0.830553713,4637.8712327 +144,-1.534031287,0.7495967835,285,0.246820618,0.830553713,4591.4782971 +145,-1.527714986,0.7283095957,285,0.246820618,0.830553713,4636.8408709 +146,-1.526189586,0.7271468292,285,0.246820618,0.830553713,4636.8138973 +147,-1.555177336,0.7375563366,285,0.246820618,0.830553713,4668.9016625 +148,-1.555080283,0.7312707794,285,0.246820618,0.830553713,4686.2367527 +149,-1.53856994,0.7224180299,285,0.246820618,0.830553713,4676.1580798 +150,-1.530837883,0.729933372,285,0.246820618,0.830553713,4638.9695567 +151,-1.515066984,0.5854133365,285,0.246820618,0.830553713,5010.156208 +152,-1.534731633,0.5368370046,285,0.246820618,0.830553713,5195.1218059 +153,-1.515231902,0.5607085576,285,0.246820618,0.830553713,5081.1306288 +154,-2.616253799,1.0684566605,285,0.246820618,0.830553713,4869.3843148 +155,-1.956071439,0.5792177723,285,0.246820618,0.830553713,5941.9475828 +156,-1.951208514,0.5602434208,285,0.246820618,0.830553713,5996.0420526 +157,-1.944675062,0.6062144545,285,0.246820618,0.830553713,5831.9959598 +158,-1.613778386,0.6077989518,285,0.246820618,0.830553713,5166.1474993 +159,-2.035029014,0.6021432345,285,0.246820618,0.830553713,6002.2870077 +160,-2.114989471,0.6801825058,285,0.246820618,0.830553713,5859.0486742 +161,-2.037382079,0.5765830025,285,0.246820618,0.830553713,6093.272878 +162,-2.129855121,0.6585019963,285,0.246820618,0.830553713,5956.5518579 +163,-2.075141798,0.6493615843,285,0.246820618,0.830553713,5905.4710494 +164,-1.828626729,0.6948433129,285,0.246820618,0.830553713,5334.3366365 +165,-1.863329418,0.6735427691,285,0.246820618,0.830553713,5465.6301814 +166,-1.266037071,0.727988852,285,0.246820618,0.830553713,4053.9858496 +167,-1.277579582,0.7249010648,285,0.246820618,0.830553713,4088.4235602 +168,-1.258418684,0.7241194816,285,0.246820618,0.830553713,4045.604314 +169,-1.317813974,0.6804850104,285,0.246820618,0.830553713,4293.9354081 +170,-1.344165204,0.6790988904,285,0.246820618,0.830553713,4359.1794978 +171,-1.427582102,0.5277120351,285,0.246820618,0.830553713,4967.1335362 +172,-1.402238616,0.457167829,285,0.246820618,0.830553713,5103.683927 +173,-1.422454264,0.4996161999,285,0.246820618,0.830553713,5033.6831089 +174,-1.439089277,0.4894859811,285,0.246820618,0.830553713,5102.9377411 +175,-1.448126995,0.5182330266,285,0.246820618,0.830553713,5043.3980191 +176,-1.474626146,0.5881926574,285,0.246820618,0.830553713,4908.9389463 +177,-1.421139645,0.5584869783,285,0.246820618,0.830553713,4865.7087388 +178,-1.457037165,0.565943032,285,0.246820618,0.830553713,4930.2103492 +179,-2.757159358,0.3745319,285,0.246820618,0.830553713,7645.3649223 +180,-2.714309238,0.342054471,285,0.246820618,0.830553713,7754.910667 +181,-2.000525337,0.774119946,285,0.246820618,0.830553713,5366.9009347 +183,-1.571413436,0.6777838382,285,0.246820618,0.830553713,4871.8110186 +184,-1.552860289,0.6987663893,285,0.246820618,0.830553713,4772.694487 +185,-1.521852374,0.7165827476,285,0.246820618,0.830553713,4656.7391304 +186,-1.503656267,0.6928968252,285,0.246820618,0.830553713,4682.8019216 +187,-1.502753178,0.7136205882,285,0.246820618,0.830553713,4623.8178397 +188,-1.631894563,0.7343596465,285,0.246820618,0.830553713,4835.0671746 +189,-1.653765416,0.6770714026,285,0.246820618,0.830553713,5046.8978936 +190,-1.719812114,0.6715965947,285,0.246820618,0.830553713,5197.2423062 +191,-1.493406659,0.6646955447,285,0.246820618,0.830553713,4738.2039144 +192,-1.469120564,0.6613469966,285,0.246820618,0.830553713,4693.0553994 +193,-1.590551461,0.5326612937,285,0.246820618,0.830553713,5335.7127759 +194,-1.625979264,0.5247742243,285,0.246820618,0.830553713,5439.3416165 +195,-1.572293943,0.5238808754,285,0.246820618,0.830553713,5319.7578134 +196,-1.610848725,0.5477107964,285,0.246820618,0.830553713,5337.087055 +197,-1.208485554,0.7918526018,285,0.246820618,0.830553713,3771.0401623 +198,-1.335601374,0.6869083083,285,0.246820618,0.830553713,4319.0633778 +199,-1.346156996,0.6825213377,285,0.246820618,0.830553713,4354.9545128 +200,-1.324381037,0.6741422347,285,0.246820618,0.830553713,4325.6555412 +201,-1.242424992,0.7378949807,285,0.246820618,0.830553713,3974.964339 +202,-1.270370057,0.7392461008,285,0.246820618,0.830553713,4036.6952143 +203,-1.448950472,0.7441675014,285,0.246820618,0.830553713,4425.0127613 +204,-1.492662363,0.7523026852,285,0.246820618,0.830553713,4497.077369 +205,-1.479098966,0.7763855017,285,0.246820618,0.830553713,4404.1073998 +206,-1.633760714,0.7869022408,285,0.246820618,0.830553713,4687.9010541 +207,-1.647406434,0.8101289331,285,0.246820618,0.830553713,4647.7914267 +208,-1.564245052,0.5701509278,285,0.246820618,0.830553713,5166.1576915 +209,-1.646289963,0.6833746083,285,0.246820618,0.830553713,5012.9405829 +210,-1.5820631,0.6751952144,285,0.246820618,0.830553713,4901.9745443 +211,-1.613236298,0.6681681791,285,0.246820618,0.830553713,4988.4332397 +212,-1.914661867,0.8212566515,285,0.246820618,0.830553713,5079.142556 +213,-1.742133237,0.7250275956,285,0.246820618,0.830553713,5078.7687419 +214,-2.033144872,0.6557314699,285,0.246820618,0.830553713,5816.9974096 +215,-2.039551981,0.6964723658,285,0.246820618,0.830553713,5688.7538487 +216,-1.247341019,0.7622473908,285,0.246820618,0.830553713,3928.5212136 +217,-1.298239787,0.7084123392,285,0.246820618,0.830553713,4177.4205935 +218,-1.308539688,0.6926545592,285,0.246820618,0.830553713,4241.1783944 +219,-1.303263185,0.6888938396,285,0.246820618,0.830553713,4238.326583 +220,-1.852400229,0.6004246149,285,0.246820618,0.830553713,5679.2962735 +221,-1.288947707,0.7473773692,285,0.246820618,0.830553713,4059.7245356 +222,-1.372031502,0.7472790993,285,0.246820618,0.830553713,4247.7693133 +223,-1.289805721,0.7242157877,285,0.246820618,0.830553713,4118.5152187 +224,-1.350807603,0.7533498126,285,0.246820618,0.830553713,4185.0551102 +225,-1.329290365,0.7560442322,285,0.246820618,0.830553713,4130.0644071 +226,-1.410153004,0.616936428,285,0.246820618,0.830553713,4678.8488908 +227,-1.393445434,0.6308995063,285,0.246820618,0.830553713,4601.8405741 +228,-1.37595573,0.6241540638,285,0.246820618,0.830553713,4578.7684659 +229,-1.358388707,0.6172645205,285,0.246820618,0.830553713,4555.4762923 +230,-1.753741133,0.8281661666,285,0.246820618,0.830553713,4789.2127277 +231,-1.47430987,0.6834615681,285,0.246820618,0.830553713,4644.0511268 +232,-1.421012508,0.7222725206,285,0.246820618,0.830553713,4421.4517167 +233,-1.4476833,0.6978557868,285,0.246820618,0.830553713,4545.7642265 +234,-1.470370723,0.6966193374,285,0.246820618,0.830553713,4599.450778 +235,-1.429211703,0.7037216883,285,0.246820618,0.830553713,4488.8363705 +236,-1.700578405,0.6178673663,285,0.246820618,0.830553713,5320.9137159 +237,-1.678117619,0.6331716163,285,0.246820618,0.830553713,5228.0009579 +238,-1.725644578,0.6316331145,285,0.246820618,0.830553713,5330.6013936 +239,-2.14012759,0.7930497945,285,0.246820618,0.830553713,5499.9433864 +240,-2.103289431,0.7653606263,285,0.246820618,0.830553713,5546.5872911 +241,-1.318739838,0.7017808746,285,0.246820618,0.830553713,4241.8513978 +242,-1.396417427,0.7077900843,285,0.246820618,0.830553713,4404.3965146 +243,-1.35650337,0.7185539404,285,0.246820618,0.830553713,4286.0327567 +244,-1.248884539,0.7274156818,285,0.246820618,0.830553713,4015.2750234 +245,-1.395014798,0.5761185243,285,0.246820618,0.830553713,4754.4526858 +246,-1.433377362,0.6064716109,285,0.246820618,0.830553713,4761.9196453 +247,-1.408172432,0.5903155476,285,0.246820618,0.830553713,4746.9159401 +248,-1.749645898,0.7757118084,285,0.246820618,0.830553713,4939.4602554 +249,-1.571626686,0.615046989,285,0.246820618,0.830553713,5052.4898102 +250,-1.514070049,0.6303003037,285,0.246820618,0.830553713,4880.616449 +251,-1.480890369,0.6237966528,285,0.246820618,0.830553713,4823.7107733 +252,-1.704390658,0.5281680612,285,0.246820618,0.830553713,5602.4253431 +253,-1.64434733,0.5254277498,285,0.246820618,0.830553713,5478.5658332 +254,-1.703855997,0.4792484842,285,0.246820618,0.830553713,5751.3658705 +255,-1.692002383,0.5748825051,285,0.246820618,0.830553713,5433.2686117 +256,-1.854136457,0.5544643913,285,0.246820618,0.830553713,5830.1521614 +257,-1.665021206,0.520317736,285,0.246820618,0.830553713,5539.9764654 +258,-1.733654349,0.4845187345,285,0.246820618,0.830553713,5800.6253473 +259,-1.720938188,0.5135933906,285,0.246820618,0.830553713,5683.0834928 +260,-1.742668307,0.553296122,285,0.246820618,0.830553713,5606.7937613 +261,-1.965659039,0.7142126903,285,0.246820618,0.830553713,5510.8023228 +262,-1.944438071,0.6772834804,285,0.246820618,0.830553713,5597.0967465 +263,-1.270340967,0.7681487096,285,0.246820618,0.830553713,3967.2100618 +264,-1.353091884,0.6549276821,285,0.246820618,0.830553713,4443.1467841 +265,-1.333236659,0.6413584414,285,0.246820618,0.830553713,4431.7903333 +266,-1.352015998,0.6753788907,285,0.246820618,0.830553713,4387.1384487 +267,-1.377988483,0.6577816235,285,0.246820618,0.830553713,4493.8776846 +268,-2.13075611,0.8318642051,285,0.246820618,0.830553713,5352.4634482 +269,-2.097910953,0.8259670014,285,0.246820618,0.830553713,5330.1046046 +270,-1.416382069,0.6694271549,285,0.246820618,0.830553713,4551.4447709 +271,-1.538905672,0.7535625993,285,0.246820618,0.830553713,4590.715648 +272,-1.572309477,0.7803125099,285,0.246820618,0.830553713,4585.0654367 +273,-1.87759879,0.7503853417,285,0.246820618,0.830553713,5245.21701 +274,1.152365588,0.590457682,285,0.246820618,0.830553713,2821.3299956 +275,0.350198001,0.718001859,285,0.246820618,0.830553713,532.97879042 +276,0.046513677,0.491503852,285,0.246820618,0.830553713,1478.0662878 +277,0.027510309,0.742571376,285,0.246820618,0.830553713,704.37888038 +278,0.306285725,-0.214631579,285,0.246820618,0.830553713,4145.3105313 +279,-1.100564889,0.318051531,285,0.246820618,0.830553713,4708.6459156 +280,-1.078582306,0.301437596,285,0.246820618,0.830553713,4696.4937126 +281,-1.137371989,-0.617634065,285,0.246820618,0.830553713,7535.3521676 +282,0.784356344,0.703272339,285,0.246820618,0.830553713,1601.6005134 +283,-1.221209947,0.218327455,285,0.246820618,0.830553713,5312.9897653 +284,2.347301921,-0.449114658,285,0.246820618,0.830553713,8909.0050546 +285,0.246820618,0.830553713,285,0.246820618,0.830553713,0 +286,0.829414965,0.703288228,285,0.246820618,0.830553713,1721.3293741 +287,-1.337537566,0.42332223,285,0.246820618,0.830553713,5035.9874671 +288,0.882453706,0.454478077,285,0.246820618,0.830553713,2470.2354923 +289,1.575629659,0.416419109,285,0.246820618,0.830553713,4388.8060332 +290,-1.039455679,0.229888244,285,0.246820618,0.830553713,4794.6841689 +291,0.489558039,0.934482747,285,0.246820618,0.830553713,734.54354829 +292,0.081344504,0.88384514,285,0.246820618,0.830553713,477.66797203 +293,-1.547979814,0.300350308,285,0.246820618,0.830553713,5923.3180159 +294,0.040776181,0.168560074,285,0.246820618,0.830553713,2711.4999594 +295,-1.130374745,0.563894876,285,0.246820618,0.830553713,4128.3268617 +296,1.578326642,0.478507176,285,0.246820618,0.830553713,4230.4333765 +297,-1.12861823,-0.291640865,285,0.246820618,0.830553713,6566.5038729 +298,0.310524208,0.770885792,285,0.246820618,0.830553713,294.40593811 +299,0.415649091,-0.387246002,285,0.246820618,0.830553713,4861.122157 +300,-0.926533878,-0.188022748,285,0.246820618,0.830553713,5751.6111264 +301,1.258856172,-0.11716081,285,0.246820618,0.830553713,5143.9284331 +302,-1.126050026,0.322941926,285,0.246820618,0.830553713,4762.8951199 +303,2.002785835,0.07893892,285,0.246820618,0.830553713,6481.8361081 +304,0.440437607,0.746258085,285,0.246820618,0.830553713,634.53837379 +305,-0.030391866,0.214441206,285,0.246820618,0.830553713,2607.9296439 +306,0.521557815,-0.058929362,285,0.246820618,0.830553713,3650.376734 +307,-0.097005111,0.13317729,285,0.246820618,0.830553713,2995.5660056 +308,1.83113859,0.221857587,285,0.246820618,0.830553713,5611.2487165 +309,0.222428864,0.099404236,285,0.246820618,0.830553713,2897.2671567 +310,-1.702731345,0.8728568183,285,0.246820618,0.830553713,4568.560035 +311,-0.418507569,0.278324921,285,0.246820618,0.830553713,3077.5897301 +312,-1.41153306,0.339029988,285,0.246820618,0.830553713,5465.0618536 +313,0.357560442,0.114788776,285,0.246820618,0.830553713,2859.8307824 +314,0.325818979,0.268352149,285,0.246820618,0.830553713,2241.9064342 +315,-1.246004659,-0.663679965,285,0.246820618,0.830553713,7910.1582732 +316,1.814603087,0.637404484,285,0.246820618,0.830553713,4412.8530129 +317,1.843704281,-0.18300445,285,0.246820618,0.830553713,6824.9743499 +318,1.690644492,-0.211480909,285,0.246820618,0.830553713,6505.2590736 +319,-1.275451936,0.068109467,285,0.246820618,0.830553713,5893.2369864 +320,0.762430171,-0.207594741,285,0.246820618,0.830553713,4496.2570775 +321,0.265668905,-0.014647884,285,0.246820618,0.830553713,3348.4777262 +322,-2.773032013,-0.335515811,285,0.246820618,0.830553713,10444.057122 +323,-1.469512853,0.174058777,285,0.246820618,0.830553713,6097.0343715 +324,0.286276986,0.785925691,285,0.246820618,0.830553713,207.10903389 +325,-1.379324697,0.377432233,285,0.246820618,0.830553713,5272.497116 +326,-1.203778265,0.212813032,285,0.246820618,0.830553713,5282.3532858 +327,0.579916301,0.611743168,285,0.246820618,0.830553713,1310.0017284 +328,0.267582642,0.868113908,285,0.246820618,0.830553713,158.37573329 +329,0.412869244,-0.050245578,285,0.246820618,0.830553713,3536.1980355 +330,0.17524381,0.976660285,285,0.246820618,0.830553713,604.46282052 +331,0.743157214,0.204812899,285,0.246820618,0.830553713,2975.6529361 +332,-1.070758176,0.269382282,285,0.246820618,0.830553713,4765.9174213 +333,-1.230364251,0.329790229,285,0.246820618,0.830553713,5020.2499527 +334,-1.374813124,-0.024926835,285,0.246820618,0.830553713,6430.6246734 +335,0.519780566,0.463669906,285,0.246820618,0.830553713,1682.6876494 +336,-1.55108034,0.239698561,285,0.246820618,0.830553713,6111.9474622 +337,0.180294813,0.029739425,285,0.246820618,0.830553713,3180.2449675 +338,0.67820924,0.268170153,285,0.246820618,0.830553713,2637.3515405 +339,0.445798684,1.024001867,285,0.246820618,0.830553713,897.7061638 +340,0.691751283,0.150521402,285,0.246820618,0.830553713,3079.905609 +341,-1.036643551,-0.903056181,285,0.246820618,0.830553713,8121.4101349 +342,-0.120287036,1.083325163,285,0.246820618,0.830553713,1293.2335226 +343,2.823513113,-0.304487164,285,0.246820618,0.830553713,9671.0430296 +344,0.457583172,1.12513373,285,0.246820618,0.830553713,1251.6168444 +345,0.042918831,0.813795399,285,0.246820618,0.830553713,553.17034516 +346,1.196146777,-0.853142756,285,0.246820618,0.830553713,7420.338304 +347,0.206001358,-0.010430701,285,0.246820618,0.830553713,3334.1239907 +348,-0.268308653,0.234799412,285,0.246820618,0.830553713,2906.7832275 +349,0.759363263,0.736189579,285,0.246820618,0.830553713,1476.4923017 +350,0.181363926,0.891988372,285,0.246820618,0.830553713,296.13333249 +351,-0.021111158,0.139103292,285,0.246820618,0.830553713,2883.7085853 +352,-0.093355215,0.630686981,285,0.246820618,0.830553713,1272.0039352 +353,0.40118964,0.681375926,285,0.246820618,0.830553713,738.61972511 +354,-0.721197315,1.304706234,285,0.246820618,0.830553713,2462.6736343 +355,-1.076150317,0.212107639,285,0.246820618,0.830553713,4943.5558849 +356,-1.577164531,0.273993443,285,0.246820618,0.830553713,6074.8486893 +357,-0.190788414,0.182208586,285,0.246820618,0.830553713,2953.9134432 +358,-0.261349752,0.209710184,285,0.246820618,0.830553713,2980.3940117 +359,-1.029303852,0.083549259,285,0.246820618,0.830553713,5193.1629311 +360,-1.268609162,0.330525297,285,0.246820618,0.830553713,5118.788814 +361,1.282982244,-0.926641967,285,0.246820618,0.830553713,7782.9636119 +362,0.217352334,0.731352408,285,0.246820618,0.830553713,401.55855744 +363,-1.511833084,0.258629297,285,0.246820618,0.830553713,5956.1190354 +364,0.338812194,0.823184618,285,0.246820618,0.830553713,248.42205777 +365,-0.324406489,1.134201999,285,0.246820618,0.830553713,1703.1634208 +366,1.389579348,0.399185724,285,0.246820618,0.830553713,3939.2890071 +367,2.047152199,-0.039082036,285,0.246820618,0.830553713,6947.6241408 +368,0.947780369,0.568250077,285,0.246820618,0.830553713,2331.1273588 +369,0.763824846,0.576754987,285,0.246820618,0.830553713,1839.6265609 +370,-0.142334657,0.928153068,285,0.246820618,0.830553713,1050.7972477 +371,0.610266567,0.547265983,285,0.246820618,0.830553713,1569.5102706 +372,0.210731629,0.746815056,285,0.246820618,0.830553713,346.61640464 +373,-1.34931644,0.316895224,285,0.246820618,0.830553713,5368.3514001 +374,2.407696481,0.655030745,285,0.246820618,0.830553713,5616.9244657 +375,0.64207831,0.545359131,285,0.246820618,0.830553713,1643.5109159 +376,1.174597538,0.840588356,285,0.246820618,0.830553713,2415.0080971 +377,0.660059424,0.010604079,285,0.246820618,0.830553713,3545.2516677 +378,-0.730263819,0.010486456,285,0.246820618,0.830553713,4656.3077635 +379,0.831068936,0.512339172,285,0.246820618,0.830553713,2180.3684257 +380,1.301180979,0.72367476,285,0.246820618,0.830553713,2931.3259354 +381,1.811128231,0.322854402,285,0.246820618,0.830553713,5268.4572587 +382,0.435105812,0.992284428,285,0.246820618,0.830553713,784.87256031 +383,0.62643634,0.592027932,285,0.246820618,0.830553713,1470.8759745 +384,0.492988703,-0.516339467,285,0.246820618,0.830553713,5406.732214 +385,-0.162469483,0.112549365,285,0.246820618,0.830553713,3162.9576614 +386,0.314630866,0.472006421,285,0.246820618,0.830553713,1435.7085753 +387,0.166744804,0.822815954,285,0.246820618,0.830553713,216.97417948 +388,0.417159608,0.965805736,285,0.246820618,0.830553713,679.6432641 +389,0.106334961,0.868774244,285,0.246820618,0.830553713,397.1077155 +390,0.815086969,-0.338144359,285,0.246820618,0.830553713,5050.9015428 +391,0.59867455,-0.230624824,285,0.246820618,0.830553713,4383.6307005 +392,1.915104874,0.066220985,285,0.246820618,0.830553713,6287.8733978 +393,1.278093622,0.064463721,285,0.246820618,0.830553713,4620.6731532 +394,-0.061477853,0.302997961,285,0.246820618,0.830553713,2317.3542571 +395,0.251311504,0.626976942,285,0.246820618,0.830553713,806.47549115 +396,2.950242872,0.149095644,285,0.246820618,0.830553713,8269.8928805 +397,-0.180294708,0.35375117,285,0.246820618,0.830553713,2332.0947394 +398,1.010448592,-0.351180233,285,0.246820618,0.830553713,5410.2998151 +399,-1.748740498,0.3686318073,285,0.246820618,0.830553713,6195.14503 +400,2.699635665,0.123533791,285,0.246820618,0.830553713,7963.9897547 +401,0.496808033,0.823843254,285,0.246820618,0.830553713,669.88045269 +402,0.129574704,0.763364087,285,0.246820618,0.830553713,419.46298898 +403,1.798920311,0.817447563,285,0.246820618,0.830553713,3928.6946043 +404,0.335987953,0.746786541,285,0.246820618,0.830553713,414.59545968 +405,-1.085413643,0.292154671,285,0.246820618,0.830553713,4740.8135834 +406,-0.155321003,0.508207011,285,0.246820618,0.830553713,1772.9385293 +407,0.620529244,-0.301175104,285,0.246820618,0.830553713,4675.2037521 +408,1.684402744,0.368716966,285,0.246820618,0.830553713,4807.0170674 +409,0.300582244,-0.386397212,285,0.246820618,0.830553713,4824.1533853 +410,2.913555946,-0.009225192,285,0.246820618,0.830553713,8803.752152 +411,1.465101417,0.493232532,285,0.246820618,0.830553713,3892.9437888 +412,0.090612882,0.907955955,285,0.246820618,0.830553713,502.85168362 +413,2.987564726,-0.729568594,285,0.246820618,0.830553713,11251.705424 +414,-1.484261606,0.224149272,285,0.246820618,0.830553713,5987.4709931 +415,0.164073421,0.303955133,285,0.246820618,0.830553713,2103.1460206 +416,0.141441293,0.167552546,285,0.246820618,0.830553713,2649.798516 +417,2.931321023,-0.506718887,285,0.246820618,0.830553713,10546.748999 +418,2.21951565,0.700596356,285,0.246820618,0.830553713,5121.3976371 +419,0.268112576,1.199114336,285,0.246820618,0.830553713,1460.4789476 +420,0.978913739,0.359223811,285,0.246820618,0.830553713,2985.2893103 +421,1.210898818,0.522863584,285,0.246820618,0.830553713,3140.2137182 +422,2.347397336,0.129231362,285,0.246820618,0.830553713,7193.5635079 +423,0.614394501,0.556878345,285,0.246820618,0.830553713,1548.6506788 +424,-1.398079356,0.148483366,285,0.246820618,0.830553713,5984.7629277 +425,2.535303836,-0.112984496,285,0.246820618,0.830553713,8406.4401681 +426,-1.019372593,-0.405322349,285,0.246820618,0.830553713,6639.5217157 +427,-1.297785627,-0.160104069,285,0.246820618,0.830553713,6619.7417092 +428,2.144554488,0.205051084,285,0.246820618,0.830553713,6466.6003281 +429,-2.242387083,-0.426171285,285,0.246820618,0.830553713,9850.5436097 +430,0.338637212,0.909723676,285,0.246820618,0.830553713,391.33925846 +431,-0.148798452,0.691042401,285,0.246820618,0.830553713,1256.0923956 +432,0.893524764,0.441829531,285,0.246820618,0.830553713,2533.8216415 +433,0.969229347,-0.368847936,285,0.246820618,0.830553713,5400.9863083 +434,0.436043248,0.800045688,285,0.246820618,0.830553713,527.43789655 +435,1.687946607,1.081504775,285,0.246820618,0.830553713,3191.0447798 +436,0.522302046,-0.034889271,285,0.246820618,0.830553713,3558.4375139 +437,-0.178996113,-0.438090009,285,0.246820618,0.830553713,5249.5247531 +438,-1.094339566,0.301444068,285,0.246820618,0.830553713,4738.5430246 +439,-1.064070054,0.242569932,285,0.246820618,0.830553713,4824.1915074 +440,-1.068153768,0.230387998,285,0.246820618,0.830553713,4869.8598748 +441,-3.00496892,-0.23989155,285,0.246820618,0.830553713,10076.12044 +442,0.21751974,0.766874888,285,0.246820618,0.830553713,264.89078793 +443,0.117229532,0.007619006,285,0.246820618,0.830553713,3290.0906625 +444,0.777758451,0.420554741,285,0.246820618,0.830553713,2326.8659074 +445,-0.252356999,0.250747086,285,0.246820618,0.830553713,2821.5359666 +446,0.363148444,0.768483434,285,0.246820618,0.830553713,404.23785952 +447,0.903191366,-0.118210676,285,0.246820618,0.830553713,4401.7577321 +448,-0.205755923,0.149406178,285,0.246820618,0.830553713,3096.3860699 +449,1.811996086,0.02364353,285,0.246820618,0.830553713,6137.768402 +450,-1.100670221,0.314845373,285,0.246820618,0.830553713,4717.8892772 +451,0.340078597,0.850105132,285,0.246820618,0.830553713,258.28217398 +452,0.258757267,0.804969236,285,0.246820618,0.830553713,106.37204604 +453,2.78505352,-0.155160804,285,0.246820618,0.830553713,9091.8955616 +454,0.800551619,0.105822106,285,0.246820618,0.830553713,3427.2308543 +455,0.437940882,-0.506194031,285,0.246820618,0.830553713,5338.5373284 +456,2.230431122,0.63458615,285,0.246820618,0.830553713,5344.1686943 +457,0.527965361,0.127667701,285,0.246820618,0.830553713,2941.4282924 +458,-0.063643205,0.702093448,285,0.246820618,0.830553713,1018.2153658 +459,1.408447268,0.133010502,285,0.246820618,0.830553713,4746.7372052 +460,0.523795955,0.280266966,285,0.246820618,0.830553713,2360.1630271 +461,-0.975769313,0.072177659,285,0.246820618,0.830553713,5086.3397699 +462,0.549774164,-0.463663986,285,0.246820618,0.830553713,5239.0746644 +463,0.29245874,1.095549818,285,0.246820618,0.830553713,1054.4984204 +464,0.143625958,0.816809593,285,0.246820618,0.830553713,282.96859236 +465,0.671902494,0.611159853,285,0.246820618,0.830553713,1524.2222568 +466,1.239840988,0.6724199,285,0.246820618,0.830553713,2874.3675803 +467,0.607829703,-0.10932137,285,0.246820618,0.830553713,3930.9387207 +468,1.763020906,0.263996692,285,0.246820618,0.830553713,5310.0552936 +469,0.378714634,0.726066797,285,0.246820618,0.830553713,555.96799365 +470,2.196736143,-0.153862366,285,0.246820618,0.830553713,7679.8802615 +471,0.01702415,0.148991565,285,0.246820618,0.830553713,2808.0890321 +472,-2.998490902,-0.158002487,285,0.246820618,0.830553713,9757.1960981 +473,-3.051262951,-0.346595608,285,0.246820618,0.830553713,10461.910906 +474,-1.069176439,0.182802941,285,0.246820618,0.830553713,5009.2987698 +475,0.167157509,0.595344954,285,0.246820618,0.830553713,961.30076931 +476,0.613855648,0.681746124,285,0.246820618,0.830553713,1205.1943185 +477,1.037012736,0.682555367,285,0.246820618,0.830553713,2315.1134909 +478,-1.253574971,0.379755746,285,0.246820618,0.830553713,4941.1187982 +479,3.108590453,-0.132620738,285,0.246820618,0.830553713,9522.7096937 +480,0.565301296,0.022333262,285,0.246820618,0.830553713,3383.195614 +481,0.547898238,0.855555614,285,0.246820618,0.830553713,797.67517201 +482,0.948309381,0.417393755,285,0.246820618,0.830553713,2739.125739 +483,-0.050600732,0.945269213,285,0.246820618,0.830553713,867.94194916 +484,-0.977651478,-0.572363064,285,0.246820618,0.830553713,7049.5475054 +485,1.102014914,0.728861163,285,0.246820618,0.830553713,2401.2835604 +486,2.927300795,-0.282939414,285,0.246820618,0.830553713,9804.7197722 +487,-1.154565557,0.124434095,285,0.246820618,0.830553713,5406.2664053 +488,1.855331234,0.291044755,285,0.246820618,0.830553713,5474.8249812 +489,0.830290659,0.276904518,285,0.246820618,0.830553713,2902.7901395 +490,0.485104466,-0.234867441,285,0.246820618,0.830553713,4303.5556722 +491,0.521367572,-0.33161327,285,0.246820618,0.830553713,4705.872179 +1,-1.539031704,0.7349710123,286,0.829414965,0.703288228,6108.2096017 +2,-1.536990553,0.7349663874,286,0.829414965,0.703288228,6105.0254786 +3,-1.534951779,0.7349571355,286,0.829414965,0.703288228,6101.8538011 +4,-1.532906461,0.7349480293,286,0.829414965,0.703288228,6098.6645503 +5,-1.531320211,0.7346937278,286,0.829414965,0.703288228,6097.0124791 +6,-1.539451648,0.7335131775,286,0.829414965,0.703288228,6113.7541817 +7,-1.537429487,0.7335445708,286,0.829414965,0.703288228,6110.4765323 +8,-1.535484998,0.7335658704,286,0.829414965,0.703288228,6107.3484363 +9,-1.533488396,0.7336036027,286,0.829414965,0.703288228,6104.0772083 +10,-1.531497785,0.7335842962,286,0.829414965,0.703288228,6100.9997984 +11,-1.530259379,0.7334777758,286,0.829414965,0.703288228,6099.3976158 +12,-1.5335454,0.7322346912,286,0.829414965,0.703288228,6108.7450326 +13,-1.531489083,0.7322238773,286,0.829414965,0.703288228,6105.5317265 +14,-1.530011122,0.7321679851,286,0.829414965,0.703288228,6103.378621 +15,-1.53348106,0.7306614094,286,0.829414965,0.703288228,6113.904804 +16,-1.531441779,0.7306962275,286,0.829414965,0.703288228,6110.5613272 +17,-1.529755654,0.7306933243,286,0.829414965,0.703288228,6107.897753 +18,-1.533415048,0.7291384674,286,0.829414965,0.703288228,6118.8933751 +19,-1.531392093,0.7291705353,286,0.829414965,0.703288228,6115.5804811 +20,-1.529296523,0.7291214933,286,0.829414965,0.703288228,6112.4165011 +21,-1.535280942,0.727267644,286,0.829414965,0.703288228,6128.1055432 +22,-1.533378158,0.7276139666,286,0.829414965,0.703288228,6123.9331071 +23,-1.531340368,0.7276446587,286,0.829414965,0.703288228,6120.5968701 +24,-1.528960113,0.7276398177,286,0.829414965,0.703288228,6116.8274877 +25,-1.533313146,0.7260818349,286,0.829414965,0.703288228,6128.9536272 +26,-1.531259555,0.7260958115,286,0.829414965,0.703288228,6125.6435847 +27,-1.528926415,0.7260865555,286,0.829414965,0.703288228,6121.9586645 +28,-1.531226779,0.7245511789,286,0.829414965,0.703288228,6130.752451 +29,-1.528904772,0.7245519194,286,0.829414965,0.703288228,6127.046838 +30,-1.547195875,0.7409785979,286,0.829414965,0.703288228,6100.7370758 +31,-1.5451475,0.740980426,286,0.829414965,0.703288228,6097.5640721 +32,-1.543097679,0.7409798872,286,0.829414965,0.703288228,6094.3899653 +33,-1.540720364,0.7409892687,286,0.829414965,0.703288228,6090.666641 +34,-1.547188511,0.7395198392,286,0.829414965,0.703288228,6105.6311655 +35,-1.545148587,0.7395226109,286,0.829414965,0.703288228,6102.4639589 +36,-1.543104538,0.7395314908,286,0.829414965,0.703288228,6099.2630909 +37,-1.540727751,0.7395306258,286,0.829414965,0.703288228,6095.570238 +38,-1.547187029,0.7380014886,286,0.829414965,0.703288228,6110.7348008 +39,-1.545147315,0.7380012252,286,0.829414965,0.703288228,6107.5738621 +40,-1.54310719,0.7380060743,286,0.829414965,0.703288228,6104.3883484 +41,-1.540719671,0.7380068206,286,0.829414965,0.703288228,6100.6683793 +42,-1.547187189,0.7364799098,286,0.829414965,0.703288228,6115.8519021 +43,-1.545149996,0.7364853874,286,0.829414965,0.703288228,6112.6713335 +44,-1.543106091,0.7364823484,286,0.829414965,0.703288228,6109.5021762 +45,-1.540717158,0.7364893901,286,0.829414965,0.703288228,6105.7538755 +46,-1.538663972,0.7410138672,286,0.829414965,0.703288228,6087.3833764 +47,-1.53695285,0.7409699132,286,0.829414965,0.703288228,6084.8619968 +48,-1.534910498,0.7409641297,286,0.829414965,0.703288228,6081.6899041 +49,-1.533145034,0.7409536636,286,0.829414965,0.703288228,6078.9606933 +50,-1.538681336,0.7395405883,286,0.829414965,0.703288228,6092.3474693 +51,-1.536999189,0.7395183096,286,0.829414965,0.703288228,6089.7953616 +52,-1.534923633,0.7395144222,286,0.829414965,0.703288228,6086.5609719 +53,-1.533267822,0.7395654306,286,0.829414965,0.703288228,6083.7947599 +54,-1.53867273,0.7380151077,286,0.829414965,0.703288228,6097.4460765 +55,-1.536980576,0.7379994392,286,0.829414965,0.703288228,6094.8526062 +56,-1.534931522,0.7379944961,286,0.829414965,0.703288228,6091.6588946 +57,-1.533387952,0.7379480264,286,0.829414965,0.703288228,6089.3914838 +58,-1.538682279,0.7364914363,286,0.829414965,0.703288228,6102.5670682 +59,-1.536980704,0.7364810563,286,0.829414965,0.703288228,6099.9375931 +60,-1.534935567,0.7364752065,286,0.829414965,0.703288228,6096.7487709 +61,-1.533042592,0.7363876366,286,0.829414965,0.703288228,6094.0658276 +62,-1.545143426,0.7349628011,286,0.829414965,0.703288228,6117.7771686 +63,-1.543105297,0.7349691947,286,0.829414965,0.703288228,6114.5810556 +64,-1.541064533,0.7349647152,286,0.829414965,0.703288228,6111.4105719 +65,-1.545411803,0.7334624714,286,0.829414965,0.703288228,6123.236574 +66,-1.543446606,0.7334780896,286,0.829414965,0.703288228,6120.1200134 +67,-1.541475327,0.7334957295,286,0.829414965,0.703288228,6116.9809506 +68,-1.545401939,0.731963266,286,0.829414965,0.703288228,6128.2593521 +69,-1.54342253,0.7319915583,286,0.829414965,0.703288228,6125.073951 +70,-1.541455867,0.7320216438,286,0.829414965,0.703288228,6121.8962569 +71,-1.545410146,0.7304422281,286,0.829414965,0.703288228,6133.383741 +72,-1.543435491,0.7304713664,286,0.829414965,0.703288228,6130.1988372 +73,-1.541463105,0.7304997613,286,0.829414965,0.703288228,6127.013779 +74,-1.545414768,0.7289194936,286,0.829414965,0.703288228,6138.5083152 +75,-1.543435774,0.7289538557,286,0.829414965,0.703288228,6135.2949666 +76,-1.541457714,0.7289765881,286,0.829414965,0.703288228,6132.1158927 +77,-1.539449415,0.7320555866,286,0.829414965,0.703288228,6118.6370608 +78,-1.537429183,0.7321097681,286,0.829414965,0.703288228,6115.2820465 +79,-1.535472649,0.7321497267,286,0.829414965,0.703288228,6112.068674 +80,-1.539457899,0.7305333307,286,0.829414965,0.703288228,6123.7536171 +81,-1.537453161,0.7305750503,286,0.829414965,0.703288228,6120.4605342 +82,-1.535479385,0.7306124949,286,0.829414965,0.703288228,6117.2243091 +83,-1.53946905,0.7290102593,286,0.829414965,0.703288228,6128.8772028 +84,-1.537459922,0.7290417293,286,0.829414965,0.703288228,6125.6073669 +85,-1.535451349,0.7290890157,286,0.829414965,0.703288228,6122.2790829 +86,-1.535522937,0.7279887191,286,0.829414965,0.703288228,6126.0749581 +87,-1.539442524,0.7274735939,286,0.829414965,0.703288228,6133.9871108 +88,-1.537424111,0.727521351,286,0.829414965,0.703288228,6130.6437288 +89,-1.539384641,0.7259505092,286,0.829414965,0.703288228,6139.0019641 +90,-1.537372391,0.7259947145,286,0.829414965,0.703288228,6135.6758101 +91,-1.535340789,0.7260435356,286,0.829414965,0.703288228,6132.2972016 +92,-1.539325716,0.7244369706,286,0.829414965,0.703288228,6143.9829742 +93,-1.537308932,0.7244801057,286,0.829414965,0.703288228,6140.6488554 +94,-1.535289068,0.7245247645,286,0.829414965,0.703288228,6137.2983606 +95,-1.533261366,0.7245550236,286,0.829414965,0.703288228,6133.9771682 +96,-1.539267302,0.722921924,286,0.829414965,0.703288228,6148.9696497 +97,-1.537248972,0.7229660258,286,0.829414965,0.703288228,6145.6254586 +98,-1.535219431,0.7229916471,286,0.829414965,0.703288228,6142.318907 +99,-1.53318962,0.7230212049,286,0.829414965,0.703288228,6138.9921989 +100,-1.531154816,0.7230299897,286,0.829414965,0.703288228,6135.7204001 +101,-1.528878341,0.7230370244,286,0.829414965,0.703288228,6132.061431 +102,-1.539218189,0.7214009878,286,0.829414965,0.703288228,6153.9906037 +103,-1.537198791,0.7214422745,286,0.829414965,0.703288228,6150.6497738 +104,-1.535179266,0.7214634354,286,0.829414965,0.703288228,6147.3696713 +105,-1.533156501,0.7214944644,286,0.829414965,0.703288228,6144.0448775 +106,-1.53113574,0.7215166021,286,0.829414965,0.703288228,6140.7465065 +107,-1.528874248,0.7215345535,286,0.829414965,0.703288228,6137.0702622 +108,-1.539217656,0.7198512397,286,0.829414965,0.703288228,6159.1850455 +109,-1.537199919,0.7199428763,286,0.829414965,0.703288228,6155.6739114 +110,-1.545425832,0.727397149,286,0.829414965,0.703288228,6143.6417422 +111,-1.543371177,0.7273916949,286,0.829414965,0.703288228,6140.4392786 +112,-1.541368852,0.7274523163,286,0.829414965,0.703288228,6137.0904831 +113,-1.545349067,0.7258710923,286,0.829414965,0.703288228,6148.6500224 +114,-1.54332671,0.7258603556,286,0.829414965,0.703288228,6145.511503 +115,-1.541346831,0.7259242142,286,0.829414965,0.703288228,6142.1828439 +116,-1.545324355,0.7243383958,286,0.829414965,0.703288228,6153.7620719 +117,-1.543292796,0.7243617413,286,0.829414965,0.703288228,6150.4903083 +118,-1.541295822,0.7244024384,286,0.829414965,0.703288228,6147.2082325 +119,-1.543193859,0.7205570215,286,0.829414965,0.703288228,6163.109922 +120,-1.550257047,0.7386738187,286,0.829414965,0.703288228,6113.217186 +121,-1.549335448,0.7311736483,286,0.829414965,0.703288228,6137.0394489 +122,-1.533478843,0.7179891343,286,0.829414965,0.703288228,6156.2821239 +123,-1.556150555,0.738907041,286,0.829414965,0.703288228,6121.4926053 +124,-1.554324226,0.733414257,286,0.829414965,0.703288228,6137.2161044 +125,-1.554290846,0.7288285332,286,0.829414965,0.703288228,6152.6309577 +126,-1.55122487,0.7219795312,286,0.829414965,0.703288228,6170.9448568 +127,-1.525104458,0.7229399862,286,0.829414965,0.703288228,6126.3395762 +128,-1.519607711,0.7236181429,286,0.829414965,0.703288228,6115.2375987 +129,-1.513899999,0.7251107854,286,0.829414965,0.703288228,6101.0535885 +130,-1.536620762,0.7431061895,286,0.829414965,0.703288228,6077.1909756 +131,-1.5369566,0.7460845958,286,0.829414965,0.703288228,6067.7411269 +132,-1.545345528,0.7447040685,286,0.829414965,0.703288228,6085.3585611 +133,-1.532813921,0.7432306626,286,0.829414965,0.703288228,6070.8300068 +134,-1.554788248,0.7382381001,286,0.829414965,0.703288228,6121.6597299 +135,-1.540348126,0.7301594274,286,0.829414965,0.703288228,6126.4057443 +136,-1.538016084,0.7239051786,286,0.829414965,0.703288228,6143.6943245 +137,-1.525288962,0.7258085137,286,0.829414965,0.703288228,6117.0746793 +138,-1.534326986,0.731241342,286,0.829414965,0.703288228,6113.3014092 +139,-1.530733872,0.7303625216,286,0.829414965,0.703288228,6110.5542517 +141,-1.534354939,0.7328219978,286,0.829414965,0.703288228,6108.0576601 +142,-1.53157084,0.7292888153,286,0.829414965,0.703288228,6115.4687507 +143,-1.525691035,0.7263799874,286,0.829414965,0.703288228,6115.8131293 +144,-1.534031287,0.7495967835,286,0.829414965,0.703288228,6051.442809 +145,-1.527714986,0.7283095957,286,0.829414965,0.703288228,6112.6089936 +146,-1.526189586,0.7271468292,286,0.829414965,0.703288228,6114.053446 +147,-1.555177336,0.7375563366,286,0.829414965,0.703288228,6124.5572453 +148,-1.555080283,0.7312707794,286,0.829414965,0.703288228,6145.6138723 +149,-1.53856994,0.7224180299,286,0.829414965,0.703288228,6149.5547333 +150,-1.530837883,0.729933372,286,0.829414965,0.703288228,6112.1527781 +151,-1.515066984,0.5854133365,286,0.829414965,0.703288228,6566.474602 +152,-1.534731633,0.5368370046,286,0.829414965,0.703288228,6763.8065109 +153,-1.515231902,0.5607085576,286,0.829414965,0.703288228,6648.6189497 +154,-2.616253799,1.0684566605,286,0.829414965,0.703288228,5357.7419799 +155,-1.956071439,0.5792177723,286,0.829414965,0.703288228,7199.3538668 +156,-1.951208514,0.5602434208,286,0.829414965,0.703288228,7267.0920624 +157,-1.944675062,0.6062144545,286,0.829414965,0.703288228,7086.2311138 +158,-1.613778386,0.6077989518,286,0.829414965,0.703288228,6659.3428761 +159,-2.035029014,0.6021432345,286,0.829414965,0.703288228,7174.897012 +160,-2.114989471,0.6801825058,286,0.829414965,0.703288228,6917.6439342 +161,-2.037382079,0.5765830025,286,0.829414965,0.703288228,7275.4438017 +162,-2.129855121,0.6585019963,286,0.829414965,0.703288228,7009.3549749 +163,-2.075141798,0.6493615843,286,0.829414965,0.703288228,7017.2155978 +164,-1.828626729,0.6948433129,286,0.829414965,0.703288228,6637.1475518 +165,-1.863329418,0.6735427691,286,0.829414965,0.703288228,6753.1035908 +166,-1.266037071,0.727988852,286,0.829414965,0.703288228,5645.1372689 +167,-1.277579582,0.7249010648,286,0.829414965,0.703288228,5676.9894948 +168,-1.258418684,0.7241194816,286,0.829414965,0.703288228,5641.4431253 +169,-1.317813974,0.6804850104,286,0.829414965,0.703288228,5889.6636963 +170,-1.344165204,0.6790988904,286,0.829414965,0.703288228,5945.5124031 +171,-1.427582102,0.5277120351,286,0.829414965,0.703288228,6586.2688148 +172,-1.402238616,0.457167829,286,0.829414965,0.703288228,6756.7160683 +173,-1.422454264,0.4996161999,286,0.829414965,0.703288228,6665.2461079 +174,-1.439089277,0.4894859811,286,0.829414965,0.703288228,6731.9419048 +175,-1.448126995,0.5182330266,286,0.829414965,0.703288228,6658.0963052 +176,-1.474626146,0.5881926574,286,0.829414965,0.703288228,6482.9248816 +177,-1.421139645,0.5584869783,286,0.829414965,0.703288228,6475.1916775 +178,-1.457037165,0.565943032,286,0.829414965,0.703288228,6521.7435221 +179,-2.757159358,0.3745319,286,0.829414965,0.703288228,7869.7825566 +180,-2.714309238,0.342054471,286,0.829414965,0.703288228,8045.4835133 +181,-2.000525337,0.774119946,286,0.829414965,0.703288228,6487.4343663 +183,-1.571413436,0.6777838382,286,0.829414965,0.703288228,6352.2557852 +184,-1.552860289,0.6987663893,286,0.829414965,0.703288228,6251.7516045 +185,-1.521852374,0.7165827476,286,0.829414965,0.703288228,6142.2709662 +186,-1.503656267,0.6928968252,286,0.829414965,0.703288228,6190.7902637 +187,-1.502753178,0.7136205882,286,0.829414965,0.703288228,6120.8351354 +188,-1.631894563,0.7343596465,286,0.829414965,0.703288228,6248.583588 +189,-1.653765416,0.6770714026,286,0.829414965,0.703288228,6479.6585097 +190,-1.719812114,0.6715965947,286,0.829414965,0.703288228,6590.5584468 +191,-1.493406659,0.6646955447,286,0.829414965,0.703288228,6266.2439086 +192,-1.469120564,0.6613469966,286,0.829414965,0.703288228,6234.4945867 +193,-1.590551461,0.5326612937,286,0.829414965,0.703288228,6877.8606387 +194,-1.625979264,0.5247742243,286,0.829414965,0.703288228,6965.6449077 +195,-1.572293943,0.5238808754,286,0.829414965,0.703288228,6875.4148459 +196,-1.610848725,0.5477107964,286,0.829414965,0.703288228,6861.2034869 +197,-1.208485554,0.7918526018,286,0.829414965,0.703288228,5347.5308165 +198,-1.335601374,0.6869083083,286,0.829414965,0.703288228,5904.9112057 +199,-1.346156996,0.6825213377,286,0.829414965,0.703288228,5938.8372868 +200,-1.324381037,0.6741422347,286,0.829414965,0.703288228,5921.9409004 +201,-1.242424992,0.7378949807,286,0.829414965,0.703288228,5569.3466826 +202,-1.270370057,0.7392461008,286,0.829414965,0.703288228,5620.4002533 +203,-1.448950472,0.7441675014,286,0.829414965,0.703288228,5931.0755045 +204,-1.492662363,0.7523026852,286,0.829414965,0.703288228,5976.918863 +205,-1.479098966,0.7763855017,286,0.829414965,0.703288228,5876.2366275 +206,-1.633760714,0.7869022408,286,0.829414965,0.703288228,6068.4931402 +207,-1.647406434,0.8101289331,286,0.829414965,0.703288228,6005.4582885 +208,-1.564245052,0.5701509278,286,0.829414965,0.703288228,6704.8687281 +209,-1.646289963,0.6833746083,286,0.829414965,0.703288228,6446.8035967 +210,-1.5820631,0.6751952144,286,0.829414965,0.703288228,6377.9062179 +211,-1.613236298,0.6681681791,286,0.829414965,0.703288228,6450.3658928 +212,-1.914661867,0.8212566515,286,0.829414965,0.703288228,6244.5659374 +213,-1.742133237,0.7250275956,286,0.829414965,0.703288228,6426.9160694 +214,-2.033144872,0.6557314699,286,0.829414965,0.703288228,6966.2724557 +215,-2.039551981,0.6964723658,286,0.829414965,0.703288228,6812.6931335 +216,-1.247341019,0.7622473908,286,0.829414965,0.703288228,5508.1154383 +217,-1.298239787,0.7084123392,286,0.829414965,0.703288228,5766.7645157 +218,-1.308539688,0.6926545592,286,0.829414965,0.703288228,5834.4903068 +219,-1.303263185,0.6888938396,286,0.829414965,0.703288228,5835.4126174 +220,-1.852400229,0.6004246149,286,0.829414965,0.703288228,7013.7054277 +221,-1.288947707,0.7473773692,286,0.829414965,0.703288228,5632.1526285 +222,-1.372031502,0.7472790993,286,0.829414965,0.703288228,5786.787795 +223,-1.289805721,0.7242157877,286,0.829414965,0.703288228,5702.9352755 +224,-1.350807603,0.7533498126,286,0.829414965,0.703288228,5729.5832312 +225,-1.329290365,0.7560442322,286,0.829414965,0.703288228,5681.8886458 +226,-1.410153004,0.616936428,286,0.829414965,0.703288228,6267.7457152 +227,-1.393445434,0.6308995063,286,0.829414965,0.703288228,6191.2457505 +228,-1.37595573,0.6241540638,286,0.829414965,0.703288228,6178.1883437 +229,-1.358388707,0.6172645205,286,0.829414965,0.703288228,6164.643863 +230,-1.753741133,0.8281661666,286,0.829414965,0.703288228,6067.3188597 +231,-1.47430987,0.6834615681,286,0.829414965,0.703288228,6171.5498223 +232,-1.421012508,0.7222725206,286,0.829414965,0.703288228,5952.8834375 +233,-1.4476833,0.6978557868,286,0.829414965,0.703288228,6078.2090903 +234,-1.470370723,0.6966193374,286,0.829414965,0.703288228,6121.8198988 +235,-1.429211703,0.7037216883,286,0.829414965,0.703288228,6026.6372172 +236,-1.700578405,0.6178673663,286,0.829414965,0.703288228,6755.7382233 +237,-1.678117619,0.6331716163,286,0.829414965,0.703288228,6669.2181456 +238,-1.725644578,0.6316331145,286,0.829414965,0.703288228,6741.5569106 +239,-2.14012759,0.7930497945,286,0.829414965,0.703288228,6485.4777272 +240,-2.103289431,0.7653606263,286,0.829414965,0.703288228,6578.9513053 +241,-1.318739838,0.7017808746,286,0.829414965,0.703288228,5826.8034622 +242,-1.396417427,0.7077900843,286,0.829414965,0.703288228,5954.5850405 +243,-1.35650337,0.7185539404,286,0.829414965,0.703288228,5847.3470341 +244,-1.248884539,0.7274156818,286,0.829414965,0.703288228,5612.7857339 +245,-1.395014798,0.5761185243,286,0.829414965,0.703288228,6366.9553574 +246,-1.433377362,0.6064716109,286,0.829414965,0.703288228,6345.7813365 +247,-1.408172432,0.5903155476,286,0.829414965,0.703288228,6348.3090813 +248,-1.749645898,0.7757118084,286,0.829414965,0.703288228,6252.6640538 +249,-1.571626686,0.615046989,286,0.829414965,0.703288228,6565.5188465 +250,-1.514070049,0.6303003037,286,0.829414965,0.703288228,6415.8805392 +251,-1.480890369,0.6237966528,286,0.829414965,0.703288228,6378.192986 +252,-1.704390658,0.5281680612,286,0.829414965,0.703288228,7079.7760386 +253,-1.64434733,0.5254277498,286,0.829414965,0.703288228,6994.0229977 +254,-1.703855997,0.4792484842,286,0.829414965,0.703288228,7252.1389916 +255,-1.692002383,0.5748825051,286,0.829414965,0.703288228,6895.6158736 +256,-1.854136457,0.5544643913,286,0.829414965,0.703288228,7186.4804317 +257,-1.665021206,0.520317736,286,0.829414965,0.703288228,7045.5786554 +258,-1.733654349,0.4845187345,286,0.829414965,0.703288228,7279.6150944 +259,-1.720938188,0.5135933906,286,0.829414965,0.703288228,7156.6778915 +260,-1.742668307,0.553296122,286,0.829414965,0.703288228,7046.3865882 +261,-1.965659039,0.7142126903,286,0.829414965,0.703288228,6692.1681987 +262,-1.944438071,0.6772834804,286,0.829414965,0.703288228,6815.6861072 +263,-1.270340967,0.7681487096,286,0.829414965,0.703288228,5535.0778258 +264,-1.353091884,0.6549276821,286,0.829414965,0.703288228,6037.4932689 +265,-1.333236659,0.6413584414,286,0.829414965,0.703288228,6039.7980376 +266,-1.352015998,0.6753788907,286,0.829414965,0.703288228,5972.1980187 +267,-1.377988483,0.6577816235,286,0.829414965,0.703288228,6077.012492 +268,-2.13075611,0.8318642051,286,0.829414965,0.703288228,6329.6995283 +269,-2.097910953,0.8259670014,286,0.829414965,0.703288228,6339.6091506 +270,-1.416382069,0.6694271549,286,0.829414965,0.703288228,6112.7324994 +271,-1.538905672,0.7535625993,286,0.829414965,0.703288228,6045.7082332 +272,-1.572309477,0.7803125099,286,0.829414965,0.703288228,6005.4172862 +273,-1.87759879,0.7503853417,286,0.829414965,0.703288228,6479.5685707 +274,1.152365588,0.590457682,286,0.829414965,0.703288228,1111.4881538 +275,0.350198001,0.718001859,286,0.829414965,0.703288228,1433.9219168 +276,0.046513677,0.491503852,286,0.829414965,0.703288228,2666.1524406 +277,0.027510309,0.742571376,286,0.829414965,0.703288228,2357.6081913 +278,0.306285725,-0.214631579,286,0.829414965,0.703288228,4112.1421707 +279,-1.100564889,0.318051531,286,0.829414965,0.703288228,6429.6330541 +280,-1.078582306,0.301437596,286,0.829414965,0.703288228,6415.9163223 +281,-1.137371989,-0.617634065,286,0.829414965,0.703288228,8842.4774823 +282,0.784356344,0.703272339,286,0.829414965,0.703288228,136.12419312 +283,-1.221209947,0.218327455,286,0.829414965,0.703288228,7034.2812783 +284,2.347301921,-0.449114658,286,0.829414965,0.703288228,7200.1154927 +285,0.246820618,0.830553713,286,0.829414965,0.703288228,1721.3293741 +286,0.829414965,0.703288228,286,0.829414965,0.703288228,0 +287,-1.337537566,0.42332223,286,0.829414965,0.703288228,6717.4254342 +288,0.882453706,0.454478077,286,0.829414965,0.703288228,1000.9204804 +289,1.575629659,0.416419109,286,0.829414965,0.703288228,2717.3283858 +290,-1.039455679,0.229888244,286,0.829414965,0.703288228,6502.3328887 +291,0.489558039,0.934482747,286,0.829414965,0.703288228,1289.5719099 +292,0.081344504,0.88384514,286,0.829414965,0.703288228,2162.7989108 +293,-1.547979814,0.300350308,286,0.829414965,0.703288228,7573.5417391 +294,0.040776181,0.168560074,286,0.829414965,0.703288228,3478.9894135 +295,-1.130374745,0.563894876,286,0.829414965,0.703288228,5820.4529131 +296,1.578326642,0.478507176,286,0.829414965,0.703288228,2590.3168234 +297,-1.12861823,-0.291640865,286,0.829414965,0.703288228,8123.3630521 +298,0.310524208,0.770885792,286,0.829414965,0.703288228,1536.5071123 +299,0.415649091,-0.387246002,286,0.829414965,0.703288228,4581.4666595 +300,-0.926533878,-0.188022748,286,0.829414965,0.703288228,7258.9314571 +301,1.258856172,-0.11716081,286,0.829414965,0.703288228,3607.6908101 +302,-1.126050026,0.322941926,286,0.829414965,0.703288228,6484.2236431 +303,2.002785835,0.07893892,286,0.829414965,0.703288228,4825.4942288 +304,0.440437607,0.746258085,286,0.829414965,0.703288228,1162.4827458 +305,-0.030391866,0.214441206,286,0.829414965,0.703288228,3552.9872679 +306,0.521557815,-0.058929362,286,0.829414965,0.703288228,3219.2728421 +307,-0.097005111,0.13317729,286,0.829414965,0.703288228,3962.4988364 +308,1.83113859,0.221857587,286,0.829414965,0.703288228,3947.2186133 +309,0.222428864,0.099404236,286,0.829414965,0.703288228,3218.9705934 +310,-1.702731345,0.8728568183,286,0.829414965,0.703288228,5850.6565126 +311,-0.418507569,0.278324921,286,0.829414965,0.703288228,4546.9396985 +312,-1.41153306,0.339029988,286,0.829414965,0.703288228,7148.0186674 +313,0.357560442,0.114788776,286,0.829414965,0.703288228,2868.8633772 +314,0.325818979,0.268352149,286,0.829414965,0.703288228,2444.0831888 +315,-1.246004659,-0.663679965,286,0.829414965,0.703288228,9232.0576275 +316,1.814603087,0.637404484,286,0.829414965,0.703288228,3017.1164958 +317,1.843704281,-0.18300445,286,0.829414965,0.703288228,5104.151744 +318,1.690644492,-0.211480909,286,0.829414965,0.703288228,4805.1983031 +319,-1.275451936,0.068109467,286,0.829414965,0.703288228,7610.1444096 +320,0.762430171,-0.207594741,286,0.829414965,0.703288228,3616.3922952 +321,0.265668905,-0.014647884,286,0.829414965,0.703288228,3495.9332616 +322,-2.773032013,-0.335515811,286,0.829414965,0.703288228,10307.116346 +323,-1.469512853,0.174058777,286,0.829414965,0.703288228,7799.8011689 +324,0.286276986,0.785925691,286,0.829414965,0.703288228,1605.0847294 +325,-1.379324697,0.377432233,286,0.829414965,0.703288228,6954.6014056 +326,-1.203778265,0.212813032,286,0.829414965,0.703288228,7003.2321346 +327,0.579916301,0.611743168,286,0.829414965,0.703288228,860.80101282 +328,0.267582642,0.868113908,286,0.829414965,0.703288228,1686.9119016 +329,0.412869244,-0.050245578,286,0.829414965,0.703288228,3344.8842671 +330,0.17524381,0.976660285,286,0.829414965,0.703288228,2004.0218024 +331,0.743157214,0.204812899,286,0.829414965,0.703288228,1997.3425947 +332,-1.070758176,0.269382282,286,0.829414965,0.703288228,6482.306156 +333,-1.230364251,0.329790229,286,0.829414965,0.703288228,6736.4147687 +334,-1.374813124,-0.024926835,286,0.829414965,0.703288228,8148.5421477 +335,0.519780566,0.463669906,286,0.829414965,0.703288228,1390.7972906 +336,-1.55108034,0.239698561,286,0.829414965,0.703288228,7778.5066743 +337,0.180294813,0.029739425,286,0.829414965,0.703288228,3539.8237484 +338,0.67820924,0.268170153,286,0.829414965,0.703288228,1800.7419466 +339,0.445798684,1.024001867,286,0.829414965,0.703288228,1593.2731628 +340,0.691751283,0.150521402,286,0.829414965,0.703288228,2242.7527743 +341,-1.036643551,-0.903056181,286,0.829414965,0.703288228,9000.0122004 +342,-0.120287036,1.083325163,286,0.829414965,0.703288228,2682.6268477 +343,2.823513113,-0.304487164,286,0.829414965,0.703288228,8262.9776179 +344,0.457583172,1.12513373,286,0.829414965,0.703288228,1876.4907248 +345,0.042918831,0.813795399,286,0.829414965,0.703288228,2271.1172599 +346,1.196146777,-0.853142756,286,0.829414965,0.703288228,6297.1404007 +347,0.206001358,-0.010430701,286,0.829414965,0.703288228,3610.9298931 +348,-0.268308653,0.234799412,286,0.829414965,0.703288228,4200.6309575 +349,0.759363263,0.736189579,286,0.829414965,0.703288228,245.96755328 +350,0.181363926,0.891988372,286,0.829414965,0.703288228,1916.9556645 +351,-0.021111158,0.139103292,286,0.829414965,0.703288228,3732.6243613 +352,-0.093355215,0.630686981,286,0.829414965,0.703288228,2843.5588527 +353,0.40118964,0.681375926,286,0.829414965,0.703288228,1304.3713649 +354,-0.721197315,1.304706234,286,0.829414965,0.703288228,3532.398753 +355,-1.076150317,0.212107639,286,0.829414965,0.703288228,6653.8412205 +356,-1.577164531,0.273993443,286,0.829414965,0.703288228,7721.9253757 +357,-0.190788414,0.182208586,286,0.829414965,0.703288228,4103.7512948 +358,-0.261349752,0.209710184,286,0.829414965,0.703288228,4242.684251 +359,-1.029303852,0.083549259,286,0.829414965,0.703288228,6865.8692402 +360,-1.268609162,0.330525297,286,0.829414965,0.703288228,6830.7202434 +361,1.282982244,-0.926641967,286,0.829414965,0.703288228,6640.2342694 +362,0.217352334,0.731352408,286,0.829414965,0.703288228,1817.5811477 +363,-1.511833084,0.258629297,286,0.829414965,0.703288228,7630.3661317 +364,0.338812194,0.823184618,286,0.829414965,0.703288228,1472.9085216 +365,-0.324406489,1.134201999,286,0.829414965,0.703288228,3056.9454199 +366,1.389579348,0.399185724,286,0.829414965,0.703288228,2222.2008232 +367,2.047152199,-0.039082036,286,0.829414965,0.703288228,5269.0314794 +368,0.947780369,0.568250077,286,0.829414965,0.703288228,654.05227149 +369,0.763824846,0.576754987,286,0.829414965,0.703288228,542.64456182 +370,-0.142334657,0.928153068,286,0.829414965,0.703288228,2706.7676731 +371,0.610266567,0.547265983,286,0.829414965,0.703288228,934.89062171 +372,0.210731629,0.746815056,286,0.829414965,0.703288228,1828.7313808 +373,-1.34931644,0.316895224,286,0.829414965,0.703288228,7069.7844442 +374,2.407696481,0.655030745,286,0.829414965,0.703288228,4637.3907649 +375,0.64207831,0.545359131,286,0.829414965,0.703288228,866.89463013 +376,1.174597538,0.840588356,286,0.829414965,0.703288228,1115.878678 +377,0.660059424,0.010604079,286,0.829414965,0.703288228,2810.7197377 +378,-0.730263819,0.010486456,286,0.829414965,0.703288228,6161.4742673 +379,0.831068936,0.512339172,286,0.829414965,0.703288228,756.36818802 +380,1.301180979,0.72367476,286,0.829414965,0.703288228,1409.4332587 +381,1.811128231,0.322854402,286,0.829414965,0.703288228,3637.9305869 +382,0.435105812,0.992284428,286,0.829414965,0.703288228,1527.836968 +383,0.62643634,0.592027932,286,0.829414965,0.703288228,776.9631657 +384,0.492988703,-0.516339467,286,0.829414965,0.703288228,4986.7200216 +385,-0.162469483,0.112549365,286,0.829414965,0.703288228,4205.842772 +386,0.314630866,0.472006421,286,0.829414965,0.703288228,1915.4903661 +387,0.166744804,0.822815954,286,0.829414965,0.703288228,1934.69079 +388,0.417159608,0.965805736,286,0.829414965,0.703288228,1497.3535678 +389,0.106334961,0.868774244,286,0.829414965,0.703288228,2097.0986689 +390,0.815086969,-0.338144359,286,0.829414965,0.703288228,4125.4533992 +391,0.59867455,-0.230624824,286,0.829414965,0.703288228,3795.3328082 +392,1.915104874,0.066220985,286,0.829414965,0.703288228,4601.951572 +393,1.278093622,0.064463721,286,0.829414965,0.703288228,2995.2381141 +394,-0.061477853,0.302997961,286,0.829414965,0.703288228,3415.720501 +395,0.251311504,0.626976942,286,0.829414965,0.703288228,1816.0844362 +396,2.950242872,0.149095644,286,0.829414965,0.703288228,7421.3136957 +397,-0.180294708,0.35375117,286,0.829414965,0.703288228,3649.4086669 +398,1.010448592,-0.351180233,286,0.829414965,0.703288228,4229.8560245 +399,-1.748740498,0.3686318073,286,0.829414965,0.703288228,7716.6212306 +400,2.699635665,0.123533791,286,0.829414965,0.703288228,6792.5981424 +401,0.496808033,0.823843254,286,0.829414965,0.703288228,1060.9566416 +402,0.129574704,0.763364087,286,0.829414965,0.703288228,2052.9842035 +403,1.798920311,0.817447563,286,0.829414965,0.703288228,2760.071773 +404,0.335987953,0.746786541,286,0.829414965,0.703288228,1466.0308719 +405,-1.085413643,0.292154671,286,0.829414965,0.703288228,6460.0643806 +406,-0.155321003,0.508207011,286,0.829414965,0.703288228,3242.4992953 +407,0.620529244,-0.301175104,286,0.829414965,0.703288228,4052.5641269 +408,1.684402744,0.368716966,286,0.829414965,0.703288228,3150.7315288 +409,0.300582244,-0.386397212,286,0.829414965,0.703288228,4736.6206059 +410,2.913555946,-0.009225192,286,0.829414965,0.703288228,7768.1211401 +411,1.465101417,0.493232532,286,0.829414965,0.703288228,2221.6179065 +412,0.090612882,0.907955955,286,0.829414965,0.703288228,2146.2473679 +413,2.987564726,-0.729568594,286,0.829414965,0.703288228,9558.1749812 +414,-1.484261606,0.224149272,286,0.829414965,0.703288228,7677.4645282 +415,0.164073421,0.303955133,286,0.829414965,0.703288228,2764.992268 +416,0.141441293,0.167552546,286,0.829414965,0.703288228,3212.0621698 +417,2.931321023,-0.506718887,286,0.829414965,0.703288228,9033.1803634 +418,2.21951565,0.700596356,286,0.829414965,0.703288228,4047.8918646 +419,0.268112576,1.199114336,286,0.829414965,0.703288228,2292.9665134 +420,0.978913739,0.359223811,286,0.829414965,0.703288228,1453.4771951 +421,1.210898818,0.522863584,286,0.829414965,0.703288228,1421.8287525 +422,2.347397336,0.129231362,286,0.829414965,0.703288228,5732.3945819 +423,0.614394501,0.556878345,286,0.829414965,0.703288228,898.35263876 +424,-1.398079356,0.148483366,286,0.829414965,0.703288228,7701.2219745 +425,2.535303836,-0.112984496,286,0.829414965,0.703288228,6918.6253034 +426,-1.019372593,-0.405322349,286,0.829414965,0.703288228,8059.1022902 +427,-1.297785627,-0.160104069,286,0.829414965,0.703288228,8299.4232465 +428,2.144554488,0.205051084,286,0.829414965,0.703288228,4929.5281319 +429,-2.242387083,-0.426171285,286,0.829414965,0.703288228,11321.970561 +430,0.338637212,0.909723676,286,0.829414965,0.703288228,1559.4585739 +431,-0.148798452,0.691042401,286,0.829414965,0.703288228,2919.5297842 +432,0.893524764,0.441829531,286,0.829414965,0.703288228,1057.1247532 +433,0.969229347,-0.368847936,286,0.829414965,0.703288228,4277.9752626 +434,0.436043248,0.800045688,286,0.829414965,0.703288228,1196.2976339 +435,1.687946607,1.081504775,286,0.829414965,0.703288228,2514.848726 +436,0.522302046,-0.034889271,286,0.829414965,0.703288228,3128.157064 +437,-0.178996113,-0.438090009,286,0.829414965,0.703288228,5849.314181 +438,-1.094339566,0.301444068,286,0.829414965,0.703288228,6458.7400294 +439,-1.064070054,0.242569932,286,0.829414965,0.703288228,6536.9484698 +440,-1.068153768,0.230387998,286,0.829414965,0.703288228,6581.5660658 +441,-3.00496892,-0.23989155,286,0.829414965,0.703288228,9427.2034415 +442,0.21751974,0.766874888,286,0.829414965,0.703288228,1801.644018 +443,0.117229532,0.007619006,286,0.829414965,0.703288228,3760.2360281 +444,0.777758451,0.420554741,286,0.829414965,0.703288228,1133.0189762 +445,-0.252356999,0.250747086,286,0.829414965,0.703288228,4113.2590197 +446,0.363148444,0.768483434,286,0.829414965,0.703288228,1386.7425338 +447,0.903191366,-0.118210676,286,0.829414965,0.703288228,3265.0887957 +448,-0.205755923,0.149406178,286,0.829414965,0.703288228,4233.3849841 +449,1.811996086,0.02364353,286,0.829414965,0.703288228,4424.4098621 +450,-1.100670221,0.314845373,286,0.829414965,0.703288228,6438.794408 +451,0.340078597,0.850105132,286,0.829414965,0.703288228,1488.9744924 +452,0.258757267,0.804969236,286,0.829414965,0.703288228,1683.1673675 +453,2.78505352,-0.155160804,286,0.829414965,0.703288228,7778.0760165 +454,0.800551619,0.105822106,286,0.829414965,0.703288228,2368.7867577 +455,0.437940882,-0.506194031,286,0.829414965,0.703288228,5002.4149204 +456,2.230431122,0.63458615,286,0.829414965,0.703288228,4206.276739 +457,0.527965361,0.127667701,286,0.829414965,0.703288228,2517.4401594 +458,-0.063643205,0.702093448,286,0.829414965,0.703288228,2660.3220585 +459,1.408447268,0.133010502,286,0.829414965,0.703288228,3046.4997622 +460,0.523795955,0.280266966,286,0.829414965,0.703288228,1977.9739887 +461,-0.975769313,0.072177659,286,0.829414965,0.703288228,6738.4748558 +462,0.549774164,-0.463663986,286,0.829414965,0.703288228,4735.7676237 +463,0.29245874,1.095549818,286,0.829414965,0.703288228,2002.2760497 +464,0.143625958,0.816809593,286,0.829414965,0.703288228,1997.4557563 +465,0.671902494,0.611159853,286,0.829414965,0.703288228,613.57607406 +466,1.239840988,0.6724199,286,0.829414965,0.703288228,1258.2475699 +467,0.607829703,-0.10932137,286,0.829414965,0.703288228,3318.6878317 +468,1.763020906,0.263996692,286,0.829414965,0.703288228,3639.193951 +469,0.378714634,0.726066797,286,0.829414965,0.703288228,1346.3656136 +470,2.196736143,-0.153862366,286,0.829414965,0.703288228,6011.139449 +471,0.01702415,0.148991565,286,0.829414965,0.703288228,3599.4123525 +472,-2.998490902,-0.158002487,286,0.829414965,0.703288228,9207.8712304 +473,-3.051262951,-0.346595608,286,0.829414965,0.703288228,9580.4139238 +474,-1.069176439,0.182802941,286,0.829414965,0.703288228,6713.9733549 +475,0.167157509,0.595344954,286,0.829414965,0.703288228,2115.8976071 +476,0.613855648,0.681746124,286,0.829414965,0.703288228,662.10557115 +477,1.037012736,0.682555367,286,0.829414965,0.703288228,637.47198441 +478,-1.253574971,0.379755746,286,0.829414965,0.703288228,6648.2848649 +479,3.108590453,-0.132620738,286,0.829414965,0.703288228,8660.02869 +480,0.565301296,0.022333262,286,0.829414965,0.703288228,2859.5713485 +481,0.547898238,0.855555614,286,0.829414965,0.703288228,993.01036126 +482,0.948309381,0.417393755,286,0.829414965,0.703288228,1199.6265608 +483,-0.050600732,0.945269213,286,0.829414965,0.703288228,2490.1327953 +484,-0.977651478,-0.572363064,286,0.829414965,0.703288228,8297.5591624 +485,1.102014914,0.728861163,286,0.829414965,0.703288228,819.68381954 +486,2.927300795,-0.282939414,286,0.829414965,0.703288228,8523.7474686 +487,-1.154565557,0.124434095,286,0.829414965,0.703288228,7115.2261108 +488,1.855331234,0.291044755,286,0.829414965,0.703288228,3847.0408631 +489,0.830290659,0.276904518,286,0.829414965,0.703288228,1688.9085694 +490,0.485104466,-0.234867441,286,0.829414965,0.703288228,3925.8876316 +491,0.521367572,-0.33161327,286,0.829414965,0.703288228,4253.8801145 +1,-1.539031704,0.7349710123,287,-1.337537566,0.42332223,1400.4575368 +2,-1.536990553,0.7349663874,287,-1.337537566,0.42332223,1397.2934813 +3,-1.534951779,0.7349571355,287,-1.337537566,0.42332223,1394.1422105 +4,-1.532906461,0.7349480293,287,-1.337537566,0.42332223,1391.0063914 +5,-1.531320211,0.7346937278,287,-1.337537566,0.42332223,1387.7501595 +6,-1.539451648,0.7335131775,287,-1.337537566,0.42332223,1396.207046 +7,-1.537429487,0.7335445708,287,-1.337537566,0.42332223,1393.1738573 +8,-1.535484998,0.7335658704,287,-1.337537566,0.42332223,1390.2508224 +9,-1.533488396,0.7336036027,287,-1.337537566,0.42332223,1387.3273548 +10,-1.531497785,0.7335842962,287,-1.337537566,0.42332223,1384.2439585 +11,-1.530259379,0.7334777758,287,-1.337537566,0.42332223,1382.0158714 +12,-1.5335454,0.7322346912,287,-1.337537566,0.42332223,1382.7769672 +13,-1.531489083,0.7322238773,287,-1.337537566,0.42332223,1379.6086623 +14,-1.530011122,0.7321679851,287,-1.337537566,0.42332223,1377.1835685 +15,-1.53348106,0.7306614094,287,-1.337537566,0.42332223,1377.3554167 +16,-1.531441779,0.7306962275,287,-1.337537566,0.42332223,1374.3526067 +17,-1.529755654,0.7306933243,287,-1.337537566,0.42332223,1371.7818776 +18,-1.533415048,0.7291384674,287,-1.337537566,0.42332223,1372.10763 +19,-1.531392093,0.7291705353,287,-1.337537566,0.42332223,1369.1056546 +20,-1.529296523,0.7291214933,287,-1.337537566,0.42332223,1365.743683 +21,-1.535280942,0.727267644,287,-1.337537566,0.42332223,1368.7041359 +22,-1.533378158,0.7276139666,287,-1.337537566,0.42332223,1366.9057282 +23,-1.531340368,0.7276446587,287,-1.337537566,0.42332223,1363.8610784 +24,-1.528960113,0.7276398177,287,-1.337537566,0.42332223,1360.1998793 +25,-1.533313146,0.7260818349,287,-1.337537566,0.42332223,1361.6407748 +26,-1.531259555,0.7260958115,287,-1.337537566,0.42332223,1358.5001026 +27,-1.528926415,0.7260865555,287,-1.337537566,0.42332223,1354.878725 +28,-1.531226779,0.7245511789,287,-1.337537566,0.42332223,1353.2339946 +29,-1.528904772,0.7245519194,287,-1.337537566,0.42332223,1349.6458473 +30,-1.547195875,0.7409785979,287,-1.337537566,0.42332223,1433.3303268 +31,-1.5451475,0.740980426,287,-1.337537566,0.42332223,1430.1398066 +32,-1.543097679,0.7409798872,287,-1.337537566,0.42332223,1426.9633177 +33,-1.540720364,0.7409892687,287,-1.337537566,0.42332223,1423.3436485 +34,-1.547188511,0.7395198392,287,-1.337537566,0.42332223,1428.4439582 +35,-1.545148587,0.7395226109,287,-1.337537566,0.42332223,1425.2551421 +36,-1.543104538,0.7395314908,287,-1.337537566,0.42332223,1422.1045535 +37,-1.540727751,0.7395306258,287,-1.337537566,0.42332223,1418.4341698 +38,-1.547187029,0.7380014886,287,-1.337537566,0.42332223,1423.374506 +39,-1.545147315,0.7380012252,287,-1.337537566,0.42332223,1420.160513 +40,-1.54310719,0.7380060743,287,-1.337537566,0.42332223,1416.987121 +41,-1.540719671,0.7380068206,287,-1.337537566,0.42332223,1413.2877244 +42,-1.547187189,0.7364799098,287,-1.337537566,0.42332223,1418.3039653 +43,-1.545149996,0.7364853874,287,-1.337537566,0.42332223,1415.0976462 +44,-1.543106091,0.7364823484,287,-1.337537566,0.42332223,1411.8764874 +45,-1.540717158,0.7364893901,287,-1.337537566,0.42332223,1408.1780734 +46,-1.538663972,0.7410138672,287,-1.337537566,0.42332223,1420.2952569 +47,-1.53695285,0.7409699132,287,-1.337537566,0.42332223,1417.5593953 +48,-1.534910498,0.7409641297,287,-1.337537566,0.42332223,1414.4745873 +49,-1.533145034,0.7409536636,287,-1.337537566,0.42332223,1411.809287 +50,-1.538681336,0.7395405883,287,-1.337537566,0.42332223,1415.3366854 +51,-1.536999189,0.7395183096,287,-1.337537566,0.42332223,1412.7059446 +52,-1.534923633,0.7395144222,287,-1.337537566,0.42332223,1409.5628415 +53,-1.533267822,0.7395654306,287,-1.337537566,0.42332223,1407.2581653 +54,-1.53867273,0.7380151077,287,-1.337537566,0.42332223,1410.1685523 +55,-1.536980576,0.7379994392,287,-1.337537566,0.42332223,1407.53262 +56,-1.534931522,0.7379944961,287,-1.337537566,0.42332223,1404.4108446 +57,-1.533387952,0.7379480264,287,-1.337537566,0.42332223,1401.9302744 +58,-1.538682279,0.7364914363,287,-1.337537566,0.42332223,1405.0411016 +59,-1.536980704,0.7364810563,287,-1.337537566,0.42332223,1402.3959585 +60,-1.534935567,0.7364752065,287,-1.337537566,0.42332223,1399.2618504 +61,-1.533042592,0.7363876366,287,-1.337537566,0.42332223,1396.1038796 +62,-1.545143426,0.7349628011,287,-1.337537566,0.42332223,1410.0046922 +63,-1.543105297,0.7349691947,287,-1.337537566,0.42332223,1406.8087181 +64,-1.541064533,0.7349647152,287,-1.337537566,0.42332223,1403.5966039 +65,-1.545411803,0.7334624714,287,-1.337537566,0.42332223,1405.4309076 +66,-1.543446606,0.7334780896,287,-1.337537566,0.42332223,1402.3625041 +67,-1.541475327,0.7334957295,287,-1.337537566,0.42332223,1399.3142825 +68,-1.545401939,0.731963266,287,-1.337537566,0.42332223,1400.4266657 +69,-1.54342253,0.7319915583,287,-1.337537566,0.42332223,1397.3630818 +70,-1.541455867,0.7320216438,287,-1.337537566,0.42332223,1394.3492056 +71,-1.545410146,0.7304422281,287,-1.337537566,0.42332223,1395.3859826 +72,-1.543435491,0.7304713664,287,-1.337537566,0.42332223,1392.3172616 +73,-1.541463105,0.7304997613,287,-1.337537566,0.42332223,1389.2732157 +74,-1.545414768,0.7289194936,287,-1.337537566,0.42332223,1390.3414179 +75,-1.543435774,0.7289538557,287,-1.337537566,0.42332223,1387.2675253 +76,-1.541457714,0.7289765881,287,-1.337537566,0.42332223,1384.1801509 +77,-1.539449415,0.7320555866,287,-1.337537566,0.42332223,1391.3094662 +78,-1.537429183,0.7321097681,287,-1.337537566,0.42332223,1388.3411184 +79,-1.535472649,0.7321497267,287,-1.337537566,0.42332223,1385.4485142 +80,-1.539457899,0.7305333307,287,-1.337537566,0.42332223,1386.2185143 +81,-1.537453161,0.7305750503,287,-1.337537566,0.42332223,1383.2166396 +82,-1.535479385,0.7306124949,287,-1.337537566,0.42332223,1380.2733318 +83,-1.53946905,0.7290102593,287,-1.337537566,0.42332223,1381.1363336 +84,-1.537459922,0.7290417293,287,-1.337537566,0.42332223,1378.0773846 +85,-1.535451349,0.7290890157,287,-1.337537566,0.42332223,1375.097528 +86,-1.535522937,0.7279887191,287,-1.337537566,0.42332223,1371.5070124 +87,-1.539442524,0.7274735939,287,-1.337537566,0.42332223,1375.9562823 +88,-1.537424111,0.727521351,287,-1.337537566,0.42332223,1372.9217395 +89,-1.539384641,0.7259505092,287,-1.337537566,0.42332223,1370.778525 +90,-1.537372391,0.7259947145,287,-1.337537566,0.42332223,1367.7265987 +91,-1.535340789,0.7260435356,287,-1.337537566,0.42332223,1364.6852158 +92,-1.539325716,0.7244369706,287,-1.337537566,0.42332223,1365.6374175 +93,-1.537308932,0.7244801057,287,-1.337537566,0.42332223,1362.5595274 +94,-1.535289068,0.7245247645,287,-1.337537566,0.42332223,1359.5074953 +95,-1.533261366,0.7245550236,287,-1.337537566,0.42332223,1356.4206445 +96,-1.539267302,0.722921924,287,-1.337537566,0.42332223,1360.4985994 +97,-1.537248972,0.7229660258,287,-1.337537566,0.42332223,1357.4061489 +98,-1.535219431,0.7229916471,287,-1.337537566,0.42332223,1354.2597632 +99,-1.53318962,0.7230212049,287,-1.337537566,0.42332223,1351.1519862 +100,-1.531154816,0.7230299897,287,-1.337537566,0.42332223,1347.9924914 +101,-1.528878341,0.7230370244,287,-1.337537566,0.42332223,1344.4790678 +102,-1.539218189,0.7214009878,287,-1.337537566,0.42332223,1355.3618489 +103,-1.537198791,0.7214422745,287,-1.337537566,0.42332223,1352.2426914 +104,-1.535179266,0.7214634354,287,-1.337537566,0.42332223,1349.0817994 +105,-1.533156501,0.7214944644,287,-1.337537566,0.42332223,1345.9744167 +106,-1.53113574,0.7215166021,287,-1.337537566,0.42332223,1342.866253 +107,-1.528874248,0.7215345535,287,-1.337537566,0.42332223,1339.3955427 +108,-1.539217656,0.7198512397,287,-1.337537566,0.42332223,1350.2153848 +109,-1.537199919,0.7199428763,287,-1.337537566,0.42332223,1347.2498882 +110,-1.545425832,0.727397149,287,-1.337537566,0.42332223,1385.316197 +111,-1.543371177,0.7273916949,287,-1.337537566,0.42332223,1381.972259 +112,-1.541368852,0.7274523163,287,-1.337537566,0.42332223,1378.9570674 +113,-1.545349067,0.7258710923,287,-1.337537566,0.42332223,1380.1430937 +114,-1.54332671,0.7258603556,287,-1.337537566,0.42332223,1376.8186963 +115,-1.541346831,0.7259242142,287,-1.337537566,0.42332223,1373.834797 +116,-1.545324355,0.7243383958,287,-1.337537566,0.42332223,1375.0399602 +117,-1.543292796,0.7243617413,287,-1.337537566,0.42332223,1371.7976508 +118,-1.541295822,0.7244024384,287,-1.337537566,0.42332223,1368.6938968 +119,-1.543193859,0.7205570215,287,-1.337537566,0.42332223,1359.060124 +120,-1.550257047,0.7386738187,287,-1.337537566,0.42332223,1430.4882564 +121,-1.549335448,0.7311736483,287,-1.337537566,0.42332223,1404.161215 +122,-1.533478843,0.7179891343,287,-1.337537566,0.42332223,1334.7505835 +123,-1.556150555,0.738907041,287,-1.337537566,0.42332223,1440.7564431 +124,-1.554324226,0.733414257,287,-1.337537566,0.42332223,1419.7047993 +125,-1.554290846,0.7288285332,287,-1.337537566,0.42332223,1404.6235716 +126,-1.55122487,0.7219795312,287,-1.337537566,0.42332223,1377.1159988 +127,-1.525104458,0.7229399862,287,-1.337537566,0.42332223,1338.3570769 +128,-1.519607711,0.7236181429,287,-1.337537566,0.42332223,1332.4059372 +129,-1.513899999,0.7251107854,287,-1.337537566,0.42332223,1329.2031666 +130,-1.536620762,0.7431061895,287,-1.337537566,0.42332223,1424.3194134 +131,-1.5369566,0.7460845958,287,-1.337537566,0.42332223,1434.9600189 +132,-1.545345528,0.7447040685,287,-1.337537566,0.42332223,1442.9537333 +133,-1.532813921,0.7432306626,287,-1.337537566,0.42332223,1419.0983418 +134,-1.554788248,0.7382381001,287,-1.337537566,0.42332223,1436.3380673 +135,-1.540348126,0.7301594274,287,-1.337537566,0.42332223,1386.3705547 +136,-1.538016084,0.7239051786,287,-1.337537566,0.42332223,1361.7671327 +137,-1.525288962,0.7258085137,287,-1.337537566,0.42332223,1348.4018387 +138,-1.534326986,0.731241342,287,-1.337537566,0.42332223,1380.6163553 +139,-1.530733872,0.7303625216,287,-1.337537566,0.42332223,1372.142566 +141,-1.534354939,0.7328219978,287,-1.337537566,0.42332223,1386.0033439 +142,-1.53157084,0.7292888153,287,-1.337537566,0.42332223,1369.7800146 +143,-1.525691035,0.7263799874,287,-1.337537566,0.42332223,1350.9563363 +144,-1.534031287,0.7495967835,287,-1.337537566,0.42332223,1442.6830833 +145,-1.527714986,0.7283095957,287,-1.337537566,0.42332223,1360.5859028 +146,-1.526189586,0.7271468292,287,-1.337537566,0.42332223,1354.3217744 +147,-1.555177336,0.7375563366,287,-1.337537566,0.42332223,1434.7239331 +148,-1.555080283,0.7312707794,287,-1.337537566,0.42332223,1413.9263916 +149,-1.53856994,0.7224180299,287,-1.337537566,0.42332223,1357.6982951 +150,-1.530837883,0.729933372,287,-1.337537566,0.42332223,1370.844797 +151,-1.515066984,0.5854133365,287,-1.337537566,0.42332223,888.48080055 +152,-1.534731633,0.5368370046,287,-1.337537566,0.42332223,825.14172995 +153,-1.515231902,0.5607085576,287,-1.337537566,0.42332223,824.3964599 +154,-2.616253799,1.0684566605,287,-1.337537566,0.42332223,4209.6806761 +155,-1.956071439,0.5792177723,287,-1.337537566,0.42332223,2223.7240896 +156,-1.951208514,0.5602434208,287,-1.337537566,0.42332223,2199.7282022 +157,-1.944675062,0.6062144545,287,-1.337537566,0.42332223,2201.9951961 +158,-1.613778386,0.6077989518,287,-1.337537566,0.42332223,1197.3743592 +159,-2.035029014,0.6021432345,287,-1.337537566,0.42332223,2491.7517964 +160,-2.114989471,0.6801825058,287,-1.337537566,0.42332223,2780.6510037 +161,-2.037382079,0.5765830025,287,-1.337537566,0.42332223,2491.4649376 +162,-2.129855121,0.6585019963,287,-1.337537566,0.42332223,2816.1588167 +163,-2.075141798,0.6493615843,287,-1.337537566,0.42332223,2641.1086542 +164,-1.828626729,0.6948433129,287,-1.337537566,0.42332223,1955.4521446 +165,-1.863329418,0.6735427691,287,-1.337537566,0.42332223,2021.2694045 +166,-1.266037071,0.727988852,287,-1.337537566,0.42332223,1229.5396457 +167,-1.277579582,0.7249010648,287,-1.337537566,0.42332223,1210.8011621 +168,-1.258418684,0.7241194816,287,-1.337537566,0.42332223,1219.6963872 +169,-1.317813974,0.6804850104,287,-1.337537566,0.42332223,1020.7662031 +170,-1.344165204,0.6790988904,287,-1.337537566,0.42332223,1013.3752718 +171,-1.427582102,0.5277120351,287,-1.337537566,0.42332223,520.90709372 +172,-1.402238616,0.457167829,287,-1.337537566,0.42332223,267.79155169 +173,-1.422454264,0.4996161999,287,-1.337537566,0.42332223,426.54685458 +174,-1.439089277,0.4894859811,287,-1.337537566,0.42332223,446.04204855 +175,-1.448126995,0.5182330266,287,-1.337537566,0.42332223,541.75911423 +176,-1.474626146,0.5881926574,287,-1.337537566,0.42332223,806.88389083 +177,-1.421139645,0.5584869783,287,-1.337537566,0.42332223,609.65207501 +178,-1.457037165,0.565943032,287,-1.337537566,0.42332223,701.49651164 +179,-2.757159358,0.3745319,287,-1.337537566,0.42332223,5105.7749226 +180,-2.714309238,0.342054471,287,-1.337537566,0.42332223,5000.9307297 +181,-2.000525337,0.774119946,287,-1.337537566,0.42332223,2542.3375376 +183,-1.571413436,0.6777838382,287,-1.337537566,0.42332223,1277.1982319 +184,-1.552860289,0.6987663893,287,-1.337537566,0.42332223,1305.3887944 +185,-1.521852374,0.7165827476,287,-1.337537566,0.42332223,1311.7748628 +186,-1.503656267,0.6928968252,287,-1.337537566,0.42332223,1203.0732852 +187,-1.502753178,0.7136205882,287,-1.337537566,0.42332223,1273.3330679 +188,-1.631894563,0.7343596465,287,-1.337537566,0.42332223,1565.4936214 +189,-1.653765416,0.6770714026,287,-1.337537566,0.42332223,1461.0151974 +190,-1.719812114,0.6715965947,287,-1.337537566,0.42332223,1617.0484406 +191,-1.493406659,0.6646955447,287,-1.337537566,0.42332223,1090.9420774 +192,-1.469120564,0.6613469966,287,-1.337537566,0.42332223,1042.1786259 +193,-1.590551461,0.5326612937,287,-1.337537566,0.42332223,988.48411303 +194,-1.625979264,0.5247742243,287,-1.337537566,0.42332223,1091.6616258 +195,-1.572293943,0.5238808754,287,-1.337537566,0.42332223,917.47106519 +196,-1.610848725,0.5477107964,287,-1.337537566,0.42332223,1075.2173182 +197,-1.208485554,0.7918526018,287,-1.337537566,0.42332223,1517.2349805 +198,-1.335601374,0.6869083083,287,-1.337537566,0.42332223,1044.0845449 +199,-1.346156996,0.6825213377,287,-1.337537566,0.42332223,1027.0937394 +200,-1.324381037,0.6741422347,287,-1.337537566,0.42332223,994.48135619 +201,-1.242424992,0.7378949807,287,-1.337537566,0.42332223,1284.4813491 +202,-1.270370057,0.7392461008,287,-1.337537566,0.42332223,1270.6001422 +203,-1.448950472,0.7441675014,287,-1.337537566,0.42332223,1322.1020544 +204,-1.492662363,0.7523026852,287,-1.337537566,0.42332223,1397.7832459 +205,-1.479098966,0.7763855017,287,-1.337537566,0.42332223,1471.2136795 +206,-1.633760714,0.7869022408,287,-1.337537566,0.42332223,1725.6371887 +207,-1.647406434,0.8101289331,287,-1.337537566,0.42332223,1820.8973734 +208,-1.564245052,0.5701509278,287,-1.337537566,0.42332223,979.16926606 +209,-1.646289963,0.6833746083,287,-1.337537566,0.42332223,1458.7890814 +210,-1.5820631,0.6751952144,287,-1.337537566,0.42332223,1291.960032 +211,-1.613236298,0.6681681791,287,-1.337537566,0.42332223,1342.0651332 +212,-1.914661867,0.8212566515,287,-1.337537566,0.42332223,2405.0635207 +213,-1.742133237,0.7250275956,287,-1.337537566,0.42332223,1788.930217 +214,-2.033144872,0.6557314699,287,-1.337537566,0.42332223,2514.2455841 +215,-2.039551981,0.6964723658,287,-1.337537566,0.42332223,2565.0474575 +216,-1.247341019,0.7622473908,287,-1.337537566,0.42332223,1374.0616976 +217,-1.298239787,0.7084123392,287,-1.337537566,0.42332223,1136.7461278 +218,-1.308539688,0.6926545592,287,-1.337537566,0.42332223,1071.2075047 +219,-1.303263185,0.6888938396,287,-1.337537566,0.42332223,1058.1494282 +220,-1.852400229,0.6004246149,287,-1.337537566,0.42332223,1902.6505274 +221,-1.288947707,0.7473773692,287,-1.337537566,0.42332223,1293.3648413 +222,-1.372031502,0.7472790993,287,-1.337537566,0.42332223,1288.1344177 +223,-1.289805721,0.7242157877,287,-1.337537566,0.42332223,1202.1908888 +224,-1.350807603,0.7533498126,287,-1.337537566,0.42332223,1307.9547274 +225,-1.329290365,0.7560442322,287,-1.337537566,0.42332223,1318.1853999 +226,-1.410153004,0.616936428,287,-1.337537566,0.42332223,806.25502375 +227,-1.393445434,0.6308995063,287,-1.337537566,0.42332223,844.03669737 +228,-1.37595573,0.6241540638,287,-1.337537566,0.42332223,806.26271255 +229,-1.358388707,0.6172645205,287,-1.337537566,0.42332223,771.51992216 +230,-1.753741133,0.8281661666,287,-1.337537566,0.42332223,2069.9708219 +231,-1.47430987,0.6834615681,287,-1.337537566,0.42332223,1127.6095124 +232,-1.421012508,0.7222725206,287,-1.337537566,0.42332223,1215.7680163 +233,-1.4476833,0.6978557868,287,-1.337537566,0.42332223,1147.6575102 +234,-1.470370723,0.6966193374,287,-1.337537566,0.42332223,1169.5354629 +235,-1.429211703,0.7037216883,287,-1.337537566,0.42332223,1151.7042684 +236,-1.700578405,0.6178673663,287,-1.337537566,0.42332223,1461.5136312 +237,-1.678117619,0.6331716163,287,-1.337537566,0.42332223,1426.5429062 +238,-1.725644578,0.6316331145,287,-1.337537566,0.42332223,1557.790485 +239,-2.14012759,0.7930497945,287,-1.337537566,0.42332223,2938.5407583 +240,-2.103289431,0.7653606263,287,-1.337537566,0.42332223,2811.1934999 +241,-1.318739838,0.7017808746,287,-1.337537566,0.42332223,1104.7459612 +242,-1.396417427,0.7077900843,287,-1.337537566,0.42332223,1143.5979992 +243,-1.35650337,0.7185539404,287,-1.337537566,0.42332223,1171.0919481 +244,-1.248884539,0.7274156818,287,-1.337537566,0.42332223,1239.4011838 +245,-1.395014798,0.5761185243,287,-1.337537566,0.42332223,637.24389968 +246,-1.433377362,0.6064716109,287,-1.337537566,0.42332223,796.76206496 +247,-1.408172432,0.5903155476,287,-1.337537566,0.42332223,705.04756451 +248,-1.749645898,0.7757118084,287,-1.337537566,0.42332223,1926.3380177 +249,-1.571626686,0.615046989,287,-1.337537566,0.42332223,1104.599334 +250,-1.514070049,0.6303003037,287,-1.337537566,0.42332223,1017.1565975 +251,-1.480890369,0.6237966528,287,-1.337537566,0.42332223,933.09197193 +252,-1.704390658,0.5281680612,287,-1.337537566,0.42332223,1354.3796551 +253,-1.64434733,0.5254277498,287,-1.337537566,0.42332223,1152.6314171 +254,-1.703855997,0.4792484842,287,-1.337537566,0.42332223,1322.7124038 +255,-1.692002383,0.5748825051,287,-1.337537566,0.42332223,1367.807184 +256,-1.854136457,0.5544643913,287,-1.337537566,0.42332223,1873.0707445 +257,-1.665021206,0.520317736,287,-1.337537566,0.42332223,1215.8507928 +258,-1.733654349,0.4845187345,287,-1.337537566,0.42332223,1428.671964 +259,-1.720938188,0.5135933906,287,-1.337537566,0.42332223,1398.9769523 +260,-1.742668307,0.553296122,287,-1.337537566,0.42332223,1504.0189355 +261,-1.965659039,0.7142126903,287,-1.337537566,0.42332223,2368.4309446 +262,-1.944438071,0.6772834804,287,-1.337537566,0.42332223,2264.0440256 +263,-1.270340967,0.7681487096,287,-1.337537566,0.42332223,1383.0938025 +264,-1.353091884,0.6549276821,287,-1.337537566,0.42332223,918.89735737 +265,-1.333236659,0.6413584414,287,-1.337537566,0.42332223,863.76515177 +266,-1.352015998,0.6753788907,287,-1.337537566,0.42332223,999.58026703 +267,-1.377988483,0.6577816235,287,-1.337537566,0.42332223,938.70367293 +268,-2.13075611,0.8318642051,287,-1.337537566,0.42332223,2954.7195835 +269,-2.097910953,0.8259670014,287,-1.337537566,0.42332223,2863.8633721 +270,-1.416382069,0.6694271549,287,-1.337537566,0.42332223,1010.3010156 +271,-1.538905672,0.7535625993,287,-1.337537566,0.42332223,1463.3519932 +272,-1.572309477,0.7803125099,287,-1.337537566,0.42332223,1603.4487093 +273,-1.87759879,0.7503853417,287,-1.337537566,0.42332223,2181.9148882 +274,1.152365588,0.590457682,287,-1.337537566,0.42332223,7737.8678141 +275,0.350198001,0.718001859,287,-1.337537566,0.42332223,5464.1683366 +276,0.046513677,0.491503852,287,-1.337537566,0.42332223,4834.6824979 +277,0.027510309,0.742571376,287,-1.337537566,0.42332223,4526.8458572 +278,0.306285725,-0.214631579,287,-1.337537566,0.42332223,6828.2980247 +279,-1.100564889,0.318051531,287,-1.337537566,0.42332223,968.40559016 +280,-1.078582306,0.301437596,287,-1.337537566,0.42332223,1072.69989 +281,-1.137371989,-0.617634065,287,-1.337537566,0.42332223,4191.0163531 +282,0.784356344,0.703272339,287,-1.337537566,0.42332223,6612.5686667 +283,-1.221209947,0.218327455,287,-1.337537566,0.42332223,921.73917116 +284,2.347301921,-0.449114658,287,-1.337537566,0.42332223,10495.34554 +285,0.246820618,0.830553713,287,-1.337537566,0.42332223,5035.9874671 +286,0.829414965,0.703288228,287,-1.337537566,0.42332223,6717.4254342 +287,-1.337537566,0.42332223,287,-1.337537566,0.42332223,0 +288,0.882453706,0.454478077,287,-1.337537566,0.42332223,7490.8210548 +289,1.575629659,0.416419109,287,-1.337537566,0.42332223,9003.8446857 +290,-1.039455679,0.229888244,287,-1.337537566,0.42332223,1353.2910935 +291,0.489558039,0.934482747,287,-1.337537566,0.42332223,5452.4076129 +292,0.081344504,0.88384514,287,-1.337537566,0.42332223,4569.7641391 +293,-1.547979814,0.300350308,287,-1.337537566,0.42332223,918.49654659 +294,0.040776181,0.168560074,287,-1.337537566,0.42332223,5258.427617 +295,-1.130374745,0.563894876,287,-1.337537566,0.42332223,911.14443538 +296,1.578326642,0.478507176,287,-1.337537566,0.42332223,8769.0715705 +297,-1.12861823,-0.291640865,287,-1.337537566,0.42332223,2944.853934 +298,0.310524208,0.770885792,287,-1.337537566,0.42332223,5279.2527334 +299,0.415649091,-0.387246002,287,-1.337537566,0.42332223,7463.1409305 +300,-0.926533878,-0.188022748,287,-1.337537566,0.42332223,2896.8004615 +301,1.258856172,-0.11716081,287,-1.337537566,0.42332223,10045.51422 +302,-1.126050026,0.322941926,287,-1.337537566,0.42332223,874.94862365 +303,2.002785835,0.07893892,287,-1.337537566,0.42332223,10311.842888 +304,0.440437607,0.746258085,287,-1.337537566,0.42332223,5660.8171737 +305,-0.030391866,0.214441206,287,-1.337537566,0.42332223,4933.4752227 +306,0.521557815,-0.058929362,287,-1.337537566,0.42332223,7358.2855615 +307,-0.097005111,0.13317729,287,-1.337537566,0.42332223,4815.7475323 +308,1.83113859,0.221857587,287,-1.337537566,0.42332223,9886.1435695 +309,0.222428864,0.099404236,287,-1.337537566,0.42332223,6021.4428936 +310,-1.702731345,0.8728568183,287,-1.337537566,0.42332223,2105.5583499 +311,-0.418507569,0.278324921,287,-1.337537566,0.42332223,3447.1013203 +312,-1.41153306,0.339029988,287,-1.337537566,0.42332223,430.60874638 +313,0.357560442,0.114788776,287,-1.337537566,0.42332223,6480.5361386 +314,0.325818979,0.268352149,287,-1.337537566,0.42332223,6112.3284975 +315,-1.246004659,-0.663679965,287,-1.337537566,0.42332223,4319.0564679 +316,1.814603087,0.637404484,287,-1.337537566,0.42332223,8242.1249899 +317,1.843704281,-0.18300445,287,-1.337537566,0.42332223,11480.293963 +318,1.690644492,-0.211480909,287,-1.337537566,0.42332223,11502.937203 +319,-1.275451936,0.068109467,287,-1.337537566,0.42332223,1426.8239765 +320,0.762430171,-0.207594741,287,-1.337537566,0.42332223,8458.1390983 +321,0.265668905,-0.014647884,287,-1.337537566,0.42332223,6362.7989766 +322,-2.773032013,-0.335515811,287,-1.337537566,0.42332223,6297.7049077 +323,-1.469512853,0.174058777,287,-1.337537566,0.42332223,1105.7750123 +324,0.286276986,0.785925691,287,-1.337537566,0.42332223,5194.5234998 +325,-1.379324697,0.377432233,287,-1.337537566,0.42332223,237.2090463 +326,-1.203778265,0.212813032,287,-1.337537566,0.42332223,973.26502413 +327,0.579916301,0.611743168,287,-1.337537566,0.42332223,6291.9315796 +328,0.267582642,0.868113908,287,-1.337537566,0.42332223,5042.9943544 +329,0.412869244,-0.050245578,287,-1.337537566,0.42332223,6952.1173731 +330,0.17524381,0.976660285,287,-1.337537566,0.42332223,4720.7191145 +331,0.743157214,0.204812899,287,-1.337537566,0.42332223,7647.3804684 +332,-1.070758176,0.269382282,287,-1.337537566,0.42332223,1164.630881 +333,-1.230364251,0.329790229,287,-1.337537566,0.42332223,541.21368194 +334,-1.374813124,-0.024926835,287,-1.337537566,0.42332223,1781.2924284 +335,0.519780566,0.463669906,287,-1.337537566,0.42332223,6407.1497562 +336,-1.55108034,0.239698561,287,-1.337537566,0.42332223,1079.8033476 +337,0.180294813,0.029739425,287,-1.337537566,0.42332223,5982.2969562 +338,0.67820924,0.268170153,287,-1.337537566,0.42332223,7302.9735915 +339,0.445798684,1.024001867,287,-1.337537566,0.42332223,5217.3850192 +340,0.691751283,0.150521402,287,-1.337537566,0.42332223,7584.9737185 +341,-1.036643551,-0.903056181,287,-1.337537566,0.42332223,5357.006946 +342,-0.120287036,1.083325163,287,-1.337537566,0.42332223,4098.3817863 +343,2.823513113,-0.304487164,287,-1.337537566,0.42332223,8666.7664972 +344,0.457583172,1.12513373,287,-1.337537566,0.42332223,5084.4227813 +345,0.042918831,0.813795399,287,-1.337537566,0.42332223,4517.8597139 +346,1.196146777,-0.853142756,287,-1.337537566,0.42332223,9905.6826669 +347,0.206001358,-0.010430701,287,-1.337537566,0.42332223,6140.4717373 +348,-0.268308653,0.234799412,287,-1.337537566,0.42332223,4047.0237016 +349,0.759363263,0.736189579,287,-1.337537566,0.42332223,6473.3853301 +350,0.181363926,0.891988372,287,-1.337537566,0.42332223,4808.0304772 +351,-0.021111158,0.139103292,287,-1.337537566,0.42332223,5080.6162149 +352,-0.093355215,0.630686981,287,-1.337537566,0.42332223,4245.657873 +353,0.40118964,0.681375926,287,-1.337537566,0.42332223,5664.0335082 +354,-0.721197315,1.304706234,287,-1.337537566,0.42332223,3712.6279416 +355,-1.076150317,0.212107639,287,-1.337537566,0.42332223,1289.1711652 +356,-1.577164531,0.273993443,287,-1.337537566,0.42332223,1069.1610441 +357,-0.190788414,0.182208586,287,-1.337537566,0.42332223,4402.4653406 +358,-0.261349752,0.209710184,287,-1.337537566,0.42332223,4107.4820072 +359,-1.029303852,0.083549259,287,-1.337537566,0.42332223,1786.4148442 +360,-1.268609162,0.330525297,287,-1.337537566,0.42332223,446.63164081 +361,1.282982244,-0.926641967,287,-1.337537566,0.42332223,9916.960912 +362,0.217352334,0.731352408,287,-1.337537566,0.42332223,5076.5438042 +363,-1.511833084,0.258629297,287,-1.337537566,0.42332223,920.56963531 +364,0.338812194,0.823184618,287,-1.337537566,0.42332223,5278.5067325 +365,-0.324406489,1.134201999,287,-1.337537566,0.42332223,3789.1833693 +366,1.389579348,0.399185724,287,-1.337537566,0.42332223,8816.8653318 +367,2.047152199,-0.039082036,287,-1.337537566,0.42332223,10660.027789 +368,0.947780369,0.568250077,287,-1.337537566,0.42332223,7356.1775009 +369,0.763824846,0.576754987,287,-1.337537566,0.42332223,6869.3247418 +370,-0.142334657,0.928153068,287,-1.337537566,0.42332223,4012.6606678 +371,0.610266567,0.547265983,287,-1.337537566,0.42332223,6510.8028189 +372,0.210731629,0.746815056,287,-1.337537566,0.42332223,5039.4120794 +373,-1.34931644,0.316895224,287,-1.337537566,0.42332223,423.79240732 +374,2.407696481,0.655030745,287,-1.337537566,0.42332223,7617.1528266 +375,0.64207831,0.545359131,287,-1.337537566,0.42332223,6605.8462537 +376,1.174597538,0.840588356,287,-1.337537566,0.42332223,6961.1249085 +377,0.660059424,0.010604079,287,-1.337537566,0.42332223,7736.1605281 +378,-0.730263819,0.010486456,287,-1.337537566,0.42332223,2844.8305312 +379,0.831068936,0.512339172,287,-1.337537566,0.42332223,7205.9705568 +380,1.301180979,0.72367476,287,-1.337537566,0.42332223,7539.9474552 +381,1.811128231,0.322854402,287,-1.337537566,0.42332223,9488.1166635 +382,0.435105812,0.992284428,287,-1.337537566,0.42332223,5245.5640175 +383,0.62643634,0.592027932,287,-1.337537566,0.42332223,6462.180198 +384,0.492988703,-0.516339467,287,-1.337537566,0.42332223,7879.78416 +385,-0.162469483,0.112549365,287,-1.337537566,0.42332223,4611.908016 +386,0.314630866,0.472006421,287,-1.337537566,0.42332223,5742.3757735 +387,0.166744804,0.822815954,287,-1.337537566,0.42332223,4837.871544 +388,0.417159608,0.965805736,287,-1.337537566,0.42332223,5249.4469241 +389,0.106334961,0.868774244,287,-1.337537566,0.42332223,4642.8381076 +390,0.815086969,-0.338144359,287,-1.337537566,0.42332223,8815.3071724 +391,0.59867455,-0.230624824,287,-1.337537566,0.42332223,7899.9150957 +392,1.915104874,0.066220985,287,-1.337537566,0.42332223,10458.079777 +393,1.278093622,0.064463721,287,-1.337537566,0.42332223,9643.9511519 +394,-0.061477853,0.302997961,287,-1.337537566,0.42332223,4697.8127967 +395,0.251311504,0.626976942,287,-1.337537566,0.42332223,5312.0915856 +396,2.950242872,0.149095644,287,-1.337537566,0.42332223,7472.1211674 +397,-0.180294708,0.35375117,287,-1.337537566,0.42332223,4211.6356066 +398,1.010448592,-0.351180233,287,-1.337537566,0.42332223,9531.5552842 +399,-1.748740498,0.3686318073,287,-1.337537566,0.42332223,1516.4092007 +400,2.699635665,0.123533791,287,-1.337537566,0.42332223,8364.5326176 +401,0.496808033,0.823843254,287,-1.337537566,0.42332223,5665.3354318 +402,0.129574704,0.763364087,287,-1.337537566,0.42332223,4796.356558 +403,1.798920311,0.817447563,287,-1.337537566,0.42332223,7529.1249249 +404,0.335987953,0.746786541,287,-1.337537566,0.42332223,5382.1361619 +405,-1.085413643,0.292154671,287,-1.337537566,0.42332223,1068.9373299 +406,-0.155321003,0.508207011,287,-1.337537566,0.42332223,4140.3033273 +407,0.620529244,-0.301175104,287,-1.337537566,0.42332223,8073.8233596 +408,1.684402744,0.368716966,287,-1.337537566,0.42332223,9272.8847209 +409,0.300582244,-0.386397212,287,-1.337537566,0.42332223,7066.5401821 +410,2.913555946,-0.009225192,287,-1.337537566,0.42332223,7893.4878035 +411,1.465101417,0.493232532,287,-1.337537566,0.42332223,8590.0052517 +412,0.090612882,0.907955955,287,-1.337537566,0.42332223,4576.4879125 +413,2.987564726,-0.729568594,287,-1.337537566,0.42332223,8436.8980244 +414,-1.484261606,0.224149272,287,-1.337537566,0.42332223,961.5531445 +415,0.164073421,0.303955133,287,-1.337537566,0.42332223,5492.6016489 +416,0.141441293,0.167552546,287,-1.337537566,0.42332223,5621.7890951 +417,2.931321023,-0.506718887,287,-1.337537566,0.42332223,8488.2483739 +418,2.21951565,0.700596356,287,-1.337537566,0.42332223,7735.3819855 +419,0.268112576,1.199114336,287,-1.337537566,0.42332223,4715.5378072 +420,0.978913739,0.359223811,287,-1.337537566,0.42332223,8003.0726684 +421,1.210898818,0.522863584,287,-1.337537566,0.42332223,8070.1093411 +422,2.347397336,0.129231362,287,-1.337537566,0.42332223,9411.3812 +423,0.614394501,0.556878345,287,-1.337537566,0.42332223,6502.5187951 +424,-1.398079356,0.148483366,287,-1.337537566,0.42332223,1112.4931795 +425,2.535303836,-0.112984496,287,-1.337537566,0.42332223,9409.3539382 +426,-1.019372593,-0.405322349,287,-1.337537566,0.42332223,3502.7475312 +427,-1.297785627,-0.160104069,287,-1.337537566,0.42332223,2316.0592525 +428,2.144554488,0.205051084,287,-1.337537566,0.42332223,9627.744511 +429,-2.242387083,-0.426171285,287,-1.337537566,0.42332223,4834.8392048 +430,0.338637212,0.909723676,287,-1.337537566,0.42332223,5158.0344114 +431,-0.148798452,0.691042401,287,-1.337537566,0.42332223,4038.4314364 +432,0.893524764,0.441829531,287,-1.337537566,0.42332223,7553.3417636 +433,0.969229347,-0.368847936,287,-1.337537566,0.42332223,9400.0413917 +434,0.436043248,0.800045688,287,-1.337537566,0.42332223,5558.232387 +435,1.687946607,1.081504775,287,-1.337537566,0.42332223,6471.7766646 +436,0.522302046,-0.034889271,287,-1.337537566,0.42332223,7321.4891258 +437,-0.178996113,-0.438090009,287,-1.337537566,0.42332223,5599.2777742 +438,-1.094339566,0.301444068,287,-1.337537566,0.42332223,1021.005888 +439,-1.064070054,0.242569932,287,-1.337537566,0.42332223,1247.4010921 +440,-1.068153768,0.230387998,287,-1.337537566,0.42332223,1265.0271348 +441,-3.00496892,-0.23989155,287,-1.337537566,0.42332223,6951.104135 +442,0.21751974,0.766874888,287,-1.337537566,0.42332223,5034.2217089 +443,0.117229532,0.007619006,287,-1.337537566,0.42332223,5790.6036989 +444,0.777758451,0.420554741,287,-1.337537566,0.42332223,7277.7172965 +445,-0.252356999,0.250747086,287,-1.337537566,0.42332223,4082.8132268 +446,0.363148444,0.768483434,287,-1.337537566,0.42332223,5421.858066 +447,0.903191366,-0.118210676,287,-1.337537566,0.42332223,8823.6755444 +448,-0.205755923,0.149406178,287,-1.337537566,0.42332223,4398.0520054 +449,1.811996086,0.02364353,287,-1.337537566,0.42332223,10673.153783 +450,-1.100670221,0.314845373,287,-1.337537566,0.42332223,974.05125606 +451,0.340078597,0.850105132,287,-1.337537566,0.42332223,5243.5339042 +452,0.258757267,0.804969236,287,-1.337537566,0.42332223,5097.8552163 +453,2.78505352,-0.155160804,287,-1.337537566,0.42332223,8597.7872154 +454,0.800551619,0.105822106,287,-1.337537566,0.42332223,8043.2775096 +455,0.437940882,-0.506194031,287,-1.337537566,0.42332223,7685.9352134 +456,2.230431122,0.63458615,287,-1.337537566,0.42332223,7960.4785665 +457,0.527965361,0.127667701,287,-1.337537566,0.42332223,7061.4407509 +458,-0.063643205,0.702093448,287,-1.337537566,0.42332223,4288.5708727 +459,1.408447268,0.133010502,287,-1.337537566,0.42332223,9761.898304 +460,0.523795955,0.280266966,287,-1.337537566,0.42332223,6767.7306929 +461,-0.975769313,0.072177659,287,-1.337537566,0.42332223,1959.4391048 +462,0.549774164,-0.463663986,287,-1.337537566,0.42332223,8015.6979997 +463,0.29245874,1.095549818,287,-1.337537566,0.42332223,4845.3188756 +464,0.143625958,0.816809593,287,-1.337537566,0.42332223,4783.0650806 +465,0.671902494,0.611159853,287,-1.337537566,0.42332223,6544.7423804 +466,1.239840988,0.6724199,287,-1.337537566,0.42332223,7624.9001691 +467,0.607829703,-0.10932137,287,-1.337537566,0.42332223,7750.5246661 +468,1.763020906,0.263996692,287,-1.337537566,0.42332223,9716.7561365 +469,0.378714634,0.726066797,287,-1.337537566,0.42332223,5529.512806 +470,2.196736143,-0.153862366,287,-1.337537566,0.42332223,10615.438657 +471,0.01702415,0.148991565,287,-1.337537566,0.42332223,5202.9414884 +472,-2.998490902,-0.158002487,287,-1.337537566,0.42332223,6801.1089447 +473,-3.051262951,-0.346595608,287,-1.337537566,0.42332223,7270.6962488 +474,-1.069176439,0.182802941,287,-1.337537566,0.42332223,1389.2156734 +475,0.167157509,0.595344954,287,-1.337537566,0.42332223,5096.8615776 +476,0.613855648,0.681746124,287,-1.337537566,0.42332223,6238.2402538 +477,1.037012736,0.682555367,287,-1.337537566,0.42332223,7223.7531295 +478,-1.253574971,0.379755746,287,-1.337537566,0.42332223,351.36778386 +479,3.108590453,-0.132620738,287,-1.337537566,0.42332223,7396.1050515 +480,0.565301296,0.022333262,287,-1.337537566,0.42332223,7378.8871178 +481,0.547898238,0.855555614,287,-1.337537566,0.42332223,5725.1677563 +482,0.948309381,0.417393755,287,-1.337537566,0.42332223,7765.6232165 +483,-0.050600732,0.945269213,287,-1.337537566,0.42332223,4227.448923 +484,-0.977651478,-0.572363064,287,-1.337537566,0.42332223,4171.5613503 +485,1.102014914,0.728861163,287,-1.337537566,0.42332223,7205.0885497 +486,2.927300795,-0.282939414,287,-1.337537566,0.42332223,8266.4850292 +487,-1.154565557,0.124434095,287,-1.337537566,0.42332223,1372.5354462 +488,1.855331234,0.291044755,287,-1.337537566,0.42332223,9607.3074904 +489,0.830290659,0.276904518,287,-1.337537566,0.42332223,7769.0674776 +490,0.485104466,-0.234867441,287,-1.337537566,0.42332223,7497.7441579 +491,0.521367572,-0.33161327,287,-1.337537566,0.42332223,7760.279296 +1,-1.539031704,0.7349710123,288,0.882453706,0.454478077,7046.5733764 +2,-1.536990553,0.7349663874,288,0.882453706,0.454478077,7042.9517592 +3,-1.534951779,0.7349571355,288,0.882453706,0.454478077,7039.3411718 +4,-1.532906461,0.7349480293,288,0.882453706,0.454478077,7035.7106389 +5,-1.531320211,0.7346937278,288,0.882453706,0.454478077,7033.6652508 +6,-1.539451648,0.7335131775,288,0.882453706,0.454478077,7051.9165132 +7,-1.537429487,0.7335445708,288,0.882453706,0.454478077,7048.2113114 +8,-1.535484998,0.7335658704,288,0.882453706,0.454478077,7044.6694415 +9,-1.533488396,0.7336036027,288,0.882453706,0.454478077,7040.9756928 +10,-1.531497785,0.7335842962,288,0.882453706,0.454478077,7037.464561 +11,-1.530259379,0.7334777758,288,0.882453706,0.454478077,7035.572705 +12,-1.5335454,0.7322346912,288,0.882453706,0.454478077,7045.3775153 +13,-1.531489083,0.7322238773,288,0.882453706,0.454478077,7041.7165418 +14,-1.530011122,0.7321679851,288,0.882453706,0.454478077,7039.2311713 +15,-1.53348106,0.7306614094,288,0.882453706,0.454478077,7050.2026731 +16,-1.531441779,0.7306962275,288,0.882453706,0.454478077,7046.4228384 +17,-1.529755654,0.7306933243,288,0.882453706,0.454478077,7043.3912678 +18,-1.533415048,0.7291384674,288,0.882453706,0.454478077,7054.8656104 +19,-1.531392093,0.7291705353,288,0.882453706,0.454478077,7051.1176895 +20,-1.529296523,0.7291214933,288,0.882453706,0.454478077,7047.4851174 +21,-1.535280942,0.727267644,288,0.882453706,0.454478077,7064.1026383 +22,-1.533378158,0.7276139666,288,0.882453706,0.454478077,7059.5848571 +23,-1.531340368,0.7276446587,288,0.882453706,0.454478077,7055.8084061 +24,-1.528960113,0.7276398177,288,0.882453706,0.454478077,7051.51524 +25,-1.533313146,0.7260818349,288,0.882453706,0.454478077,7064.2762819 +26,-1.531259555,0.7260958115,288,0.882453706,0.454478077,7060.517402 +27,-1.528926415,0.7260865555,288,0.882453706,0.454478077,7056.3161564 +28,-1.531226779,0.7245511789,288,0.882453706,0.454478077,7065.2990768 +29,-1.528904772,0.7245519194,288,0.882453706,0.454478077,7061.0797338 +30,-1.547195875,0.7409785979,288,0.882453706,0.454478077,7042.0046897 +31,-1.5451475,0.740980426,288,0.882453706,0.454478077,7038.4044169 +32,-1.543097679,0.7409798872,288,0.882453706,0.454478077,7034.8012729 +33,-1.540720364,0.7409892687,288,0.882453706,0.454478077,7030.5810782 +34,-1.547188511,0.7395198392,288,0.882453706,0.454478077,7046.6148291 +35,-1.545148587,0.7395226109,288,0.882453706,0.454478077,7043.0207354 +36,-1.543104538,0.7395314908,288,0.882453706,0.454478077,7039.3923166 +37,-1.540727751,0.7395306258,288,0.882453706,0.454478077,7035.1988771 +38,-1.547187029,0.7380014886,288,0.882453706,0.454478077,7051.4234474 +39,-1.545147315,0.7380012252,288,0.882453706,0.454478077,7047.8334416 +40,-1.54310719,0.7380060743,288,0.882453706,0.454478077,7044.2187772 +41,-1.540719671,0.7380068206,288,0.882453706,0.454478077,7039.9943561 +42,-1.547187189,0.7364799098,288,0.882453706,0.454478077,7056.2444758 +43,-1.545149996,0.7364853874,288,0.882453706,0.454478077,7052.6348604 +44,-1.543106091,0.7364823484,288,0.882453706,0.454478077,7049.0325684 +45,-1.540717158,0.7364893901,288,0.882453706,0.454478077,7044.7788404 +46,-1.538663972,0.7410138672,288,0.882453706,0.454478077,7026.8702178 +47,-1.53695285,0.7409699132,288,0.882453706,0.454478077,7023.9795139 +48,-1.534910498,0.7409641297,288,0.882453706,0.454478077,7020.374931 +49,-1.533145034,0.7409536636,288,0.882453706,0.454478077,7017.269973 +50,-1.538681336,0.7395405883,288,0.882453706,0.454478077,7031.5461507 +51,-1.536999189,0.7395183096,288,0.882453706,0.454478077,7028.633826 +52,-1.534923633,0.7395144222,288,0.882453706,0.454478077,7024.9587325 +53,-1.533267822,0.7395654306,288,0.882453706,0.454478077,7021.8511002 +54,-1.53867273,0.7380151077,288,0.882453706,0.454478077,7036.3400046 +55,-1.536980576,0.7379994392,288,0.882453706,0.454478077,7033.384139 +56,-1.534931522,0.7379944961,288,0.882453706,0.454478077,7029.753477 +57,-1.533387952,0.7379480264,288,0.882453706,0.454478077,7027.1476327 +58,-1.538682279,0.7364914363,288,0.882453706,0.454478077,7041.1596682 +59,-1.536980704,0.7364810563,288,0.882453706,0.454478077,7038.1654776 +60,-1.534935567,0.7364752065,288,0.882453706,0.454478077,7034.5387087 +61,-1.533042592,0.7363876366,288,0.882453706,0.454478077,7031.4328939 +62,-1.545143426,0.7349628011,288,0.882453706,0.454478077,7057.4405873 +63,-1.543105297,0.7349691947,288,0.882453706,0.454478077,7053.8127809 +64,-1.541064533,0.7349647152,288,0.882453706,0.454478077,7050.2068998 +65,-1.545411803,0.7334624714,288,0.882453706,0.454478077,7062.6620266 +66,-1.543446606,0.7334780896,288,0.882453706,0.454478077,7059.1296757 +67,-1.541475327,0.7334957295,288,0.882453706,0.454478077,7055.573028 +68,-1.545401939,0.731963266,288,0.882453706,0.454478077,7067.3872583 +69,-1.54342253,0.7319915583,288,0.882453706,0.454478077,7063.7839785 +70,-1.541455867,0.7320216438,288,0.882453706,0.454478077,7060.1906145 +71,-1.545410146,0.7304422281,288,0.882453706,0.454478077,7072.2128844 +72,-1.543435491,0.7304713664,288,0.882453706,0.454478077,7068.6097121 +73,-1.541463105,0.7304997613,288,0.882453706,0.454478077,7065.0058464 +74,-1.545414768,0.7289194936,288,0.882453706,0.454478077,7077.0368188 +75,-1.543435774,0.7289538557,288,0.882453706,0.454478077,7073.4037259 +76,-1.541457714,0.7289765881,288,0.882453706,0.454478077,7069.8019049 +77,-1.539449415,0.7320555866,288,0.882453706,0.454478077,7056.5071002 +78,-1.537429183,0.7321097681,288,0.882453706,0.454478077,7052.7279894 +79,-1.535472649,0.7321497267,288,0.882453706,0.454478077,7049.1005468 +80,-1.539457899,0.7305333307,288,0.882453706,0.454478077,7061.3199573 +81,-1.537453161,0.7305750503,288,0.882453706,0.454478077,7057.6020076 +82,-1.535479385,0.7306124949,288,0.882453706,0.454478077,7053.9458963 +83,-1.53946905,0.7290102593,288,0.882453706,0.454478077,7066.1394817 +84,-1.537459922,0.7290417293,288,0.882453706,0.454478077,7062.4401495 +85,-1.535451349,0.7290890157,288,0.882453706,0.454478077,7058.6848193 +86,-1.535522937,0.7279887191,288,0.882453706,0.454478077,7062.2720938 +87,-1.539442524,0.7274735939,288,0.882453706,0.454478077,7070.9336136 +88,-1.537424111,0.727521351,288,0.882453706,0.454478077,7067.1603758 +89,-1.539384641,0.7259505092,288,0.882453706,0.454478077,7075.6277441 +90,-1.537372391,0.7259947145,288,0.882453706,0.454478077,7071.8707154 +91,-1.535340789,0.7260435356,288,0.882453706,0.454478077,7068.0570645 +92,-1.539325716,0.7244369706,288,0.882453706,0.454478077,7080.2888527 +93,-1.537308932,0.7244801057,288,0.882453706,0.454478077,7076.5210115 +94,-1.535289068,0.7245247645,288,0.882453706,0.454478077,7072.7355524 +95,-1.533261366,0.7245550236,288,0.882453706,0.454478077,7068.9738257 +96,-1.539267302,0.722921924,288,0.882453706,0.454478077,7084.9545503 +97,-1.537248972,0.7229660258,288,0.882453706,0.454478077,7081.1748525 +98,-1.535219431,0.7229916471,288,0.882453706,0.454478077,7077.4256365 +99,-1.53318962,0.7230212049,288,0.882453706,0.454478077,7073.656098 +100,-1.531154816,0.7230299897,288,0.882453706,0.454478077,7069.9351338 +101,-1.528878341,0.7230370244,288,0.882453706,0.454478077,7065.7719411 +102,-1.539218189,0.7214009878,288,0.882453706,0.454478077,7089.6544936 +103,-1.537198791,0.7214422745,288,0.882453706,0.454478077,7085.875696 +104,-1.535179266,0.7214634354,288,0.882453706,0.454478077,7082.1525596 +105,-1.533156501,0.7214944644,288,0.882453706,0.454478077,7078.3851368 +106,-1.53113574,0.7215166021,288,0.882453706,0.454478077,7074.6418306 +107,-1.528874248,0.7215345535,288,0.882453706,0.454478077,7070.4651366 +108,-1.539217656,0.7198512397,288,0.882453706,0.454478077,7094.5319167 +109,-1.537199919,0.7199428763,288,0.882453706,0.454478077,7090.5918873 +110,-1.545425832,0.727397149,288,0.882453706,0.454478077,7081.8702991 +111,-1.543371177,0.7273916949,288,0.882453706,0.454478077,7078.2221611 +112,-1.541368852,0.7274523163,288,0.882453706,0.454478077,7074.4513022 +113,-1.545349067,0.7258710923,288,0.882453706,0.454478077,7086.5580701 +114,-1.54332671,0.7258603556,288,0.882453706,0.454478077,7082.9781281 +115,-1.541346831,0.7259242142,288,0.882453706,0.454478077,7079.231325 +116,-1.545324355,0.7243383958,288,0.882453706,0.454478077,7091.3587025 +117,-1.543292796,0.7243617413,288,0.882453706,0.454478077,7087.6486867 +118,-1.541295822,0.7244024384,288,0.882453706,0.454478077,7083.9384801 +119,-1.543193859,0.7205570215,288,0.882453706,0.454478077,7099.4791984 +120,-1.550257047,0.7386738187,288,0.882453706,0.454478077,7054.6791592 +121,-1.549335448,0.7311736483,288,0.882453706,0.454478077,7076.8518331 +122,-1.533478843,0.7179891343,288,0.882453706,0.454478077,7089.9653239 +123,-1.556150555,0.738907041,288,0.882453706,0.454478077,7064.2261424 +124,-1.554324226,0.733414257,288,0.882453706,0.454478077,7078.5201712 +125,-1.554290846,0.7288285332,288,0.882453706,0.454478077,7093.0434124 +126,-1.55122487,0.7219795312,288,0.882453706,0.454478077,7109.3571005 +127,-1.525104458,0.7229399862,288,0.882453706,0.454478077,7059.1886198 +128,-1.519607711,0.7236181429,288,0.882453706,0.454478077,7047.0008223 +129,-1.513899999,0.7251107854,288,0.882453706,0.454478077,7031.857028 +130,-1.536620762,0.7431061895,288,0.882453706,0.454478077,7016.6626137 +131,-1.5369566,0.7460845958,288,0.882453706,0.454478077,7007.8715578 +132,-1.545345528,0.7447040685,288,0.882453706,0.454478077,7026.9615725 +133,-1.532813921,0.7432306626,288,0.882453706,0.454478077,7009.5257941 +134,-1.554788248,0.7382381001,288,0.882453706,0.454478077,7063.9832681 +135,-1.540348126,0.7301594274,288,0.882453706,0.454478077,7064.0891995 +136,-1.538016084,0.7239051786,288,0.882453706,0.454478077,7079.6045115 +137,-1.525288962,0.7258085137,288,0.882453706,0.454478077,7050.5692455 +138,-1.534326986,0.731241342,288,0.882453706,0.454478077,7049.9010125 +139,-1.530733872,0.7303625216,288,0.882453706,0.454478077,7046.1929782 +141,-1.534354939,0.7328219978,288,0.882453706,0.454478077,7044.9844631 +142,-1.53157084,0.7292888153,288,0.882453706,0.454478077,7051.0693366 +143,-1.525691035,0.7263799874,288,0.882453706,0.454478077,7049.5167601 +144,-1.534031287,0.7495967835,288,0.882453706,0.454478077,6991.6583246 +145,-1.527714986,0.7283095957,288,0.882453706,0.454478077,7047.1621415 +146,-1.526189586,0.7271468292,288,0.882453706,0.454478077,7048.027941 +147,-1.555177336,0.7375563366,288,0.882453706,0.454478077,7066.8320752 +148,-1.555080283,0.7312707794,288,0.882453706,0.454478077,7086.6655037 +149,-1.53856994,0.7224180299,288,0.882453706,0.454478077,7085.2832907 +150,-1.530837883,0.729933372,288,0.882453706,0.454478077,7047.725909 +151,-1.515066984,0.5854133365,288,0.882453706,0.454478077,7463.732402 +152,-1.534731633,0.5368370046,288,0.882453706,0.454478077,7653.961168 +153,-1.515231902,0.5607085576,288,0.882453706,0.454478077,7539.1366612 +154,-2.616253799,1.0684566605,288,0.882453706,0.454478077,6303.3289234 +155,-1.956071439,0.5792177723,288,0.882453706,0.454478077,8193.1869382 +156,-1.951208514,0.5602434208,288,0.882453706,0.454478077,8259.6552731 +157,-1.944675062,0.6062144545,288,0.882453706,0.454478077,8079.9195453 +158,-1.613778386,0.6077989518,288,0.882453706,0.454478077,7589.9360518 +159,-2.035029014,0.6021432345,288,0.882453706,0.454478077,8174.8256795 +160,-2.114989471,0.6801825058,288,0.882453706,0.454478077,7917.8554276 +161,-2.037382079,0.5765830025,288,0.882453706,0.454478077,8275.1843159 +162,-2.129855121,0.6585019963,288,0.882453706,0.454478077,8009.189107 +163,-2.075141798,0.6493615843,288,0.882453706,0.454478077,8018.1360121 +164,-1.828626729,0.6948433129,288,0.882453706,0.454478077,7621.9092389 +165,-1.863329418,0.6735427691,288,0.882453706,0.454478077,7740.8987855 +166,-1.266037071,0.727988852,288,0.882453706,0.454478077,6516.068194 +167,-1.277579582,0.7249010648,288,0.882453706,0.454478077,6549.8347856 +168,-1.258418684,0.7241194816,288,0.882453706,0.454478077,6509.0171089 +169,-1.317813974,0.6804850104,288,0.882453706,0.454478077,6758.055535 +170,-1.344165204,0.6790988904,288,0.882453706,0.454478077,6820.8153588 +171,-1.427582102,0.5277120351,288,0.882453706,0.454478077,7436.8226014 +172,-1.402238616,0.457167829,288,0.882453706,0.454478077,7571.3431366 +173,-1.422454264,0.4996161999,288,0.882453706,0.454478077,7503.9123113 +174,-1.439089277,0.4894859811,288,0.882453706,0.454478077,7573.1715724 +175,-1.448126995,0.5182330266,288,0.882453706,0.454478077,7512.7145153 +176,-1.474626146,0.5881926574,288,0.882453706,0.454478077,7368.5257295 +177,-1.421139645,0.5584869783,288,0.882453706,0.454478077,7334.0631022 +178,-1.457037165,0.565943032,288,0.882453706,0.454478077,7394.9936185 +179,-2.757159358,0.3745319,288,0.882453706,0.454478077,8643.7646536 +180,-2.714309238,0.342054471,288,0.882453706,0.454478077,8835.6524068 +181,-2.000525337,0.774119946,288,0.882453706,0.454478077,7487.8907874 +183,-1.571413436,0.6777838382,288,0.882453706,0.454478077,7286.4239034 +184,-1.552860289,0.6987663893,288,0.882453706,0.454478077,7185.8610883 +185,-1.521852374,0.7165827476,288,0.882453706,0.454478077,7073.0311373 +186,-1.503656267,0.6928968252,288,0.882453706,0.454478077,7111.9378675 +187,-1.502753178,0.7136205882,288,0.882453706,0.454478077,7046.5390692 +188,-1.631894563,0.7343596465,288,0.882453706,0.454478077,7205.5787551 +189,-1.653765416,0.6770714026,288,0.882453706,0.454478077,7432.1696407 +190,-1.719812114,0.6715965947,288,0.882453706,0.454478077,7555.5639121 +191,-1.493406659,0.6646955447,288,0.882453706,0.454478077,7177.9670562 +192,-1.469120564,0.6613469966,288,0.882453706,0.454478077,7138.8905378 +193,-1.590551461,0.5326612937,288,0.882453706,0.454478077,7784.9085197 +194,-1.625979264,0.5247742243,288,0.882453706,0.454478077,7881.8880695 +195,-1.572293943,0.5238808754,288,0.882453706,0.454478077,7774.3732268 +196,-1.610848725,0.5477107964,288,0.882453706,0.454478077,7778.0610855 +197,-1.208485554,0.7918526018,288,0.882453706,0.454478077,6227.0894614 +198,-1.335601374,0.6869083083,288,0.882453706,0.454478077,6780.4165257 +199,-1.346156996,0.6825213377,288,0.882453706,0.454478077,6815.8154608 +200,-1.324381037,0.6741422347,288,0.882453706,0.454478077,6790.0125772 +201,-1.242424992,0.7378949807,288,0.882453706,0.454478077,6437.7399776 +202,-1.270370057,0.7392461008,288,0.882453706,0.454478077,6496.3621783 +203,-1.448950472,0.7441675014,288,0.882453706,0.454478077,6851.5808634 +204,-1.492662363,0.7523026852,288,0.882453706,0.454478077,6908.9697467 +205,-1.479098966,0.7763855017,288,0.882453706,0.454478077,6810.6860252 +206,-1.633760714,0.7869022408,288,0.882453706,0.454478077,7033.3756179 +207,-1.647406434,0.8101289331,288,0.882453706,0.454478077,6975.4769177 +208,-1.564245052,0.5701509278,288,0.882453706,0.454478077,7613.0531175 +209,-1.646289963,0.6833746083,288,0.882453706,0.454478077,7398.7369607 +210,-1.5820631,0.6751952144,288,0.882453706,0.454478077,7314.0666197 +211,-1.613236298,0.6681681791,288,0.882453706,0.454478077,7392.4309316 +212,-1.914661867,0.8212566515,288,0.882453706,0.454478077,7242.5901132 +213,-1.742133237,0.7250275956,288,0.882453706,0.454478077,7401.800165 +214,-2.033144872,0.6557314699,288,0.882453706,0.454478077,7966.6286381 +215,-2.039551981,0.6964723658,288,0.882453706,0.454478077,7813.4269865 +216,-1.247341019,0.7622473908,288,0.882453706,0.454478077,6386.3589468 +217,-1.298239787,0.7084123392,288,0.882453706,0.454478077,6639.3688681 +218,-1.308539688,0.6926545592,288,0.882453706,0.454478077,6704.482862 +219,-1.303263185,0.6888938396,288,0.882453706,0.454478077,6702.6470041 +220,-1.852400229,0.6004246149,288,0.882453706,0.454478077,7994.9890362 +221,-1.288947707,0.7473773692,288,0.882453706,0.454478077,6515.4963716 +222,-1.372031502,0.7472790993,288,0.882453706,0.454478077,6690.2233781 +223,-1.289805721,0.7242157877,288,0.882453706,0.454478077,6578.7170384 +224,-1.350807603,0.7533498126,288,0.882453706,0.454478077,6629.7481989 +225,-1.329290365,0.7560442322,288,0.882453706,0.454478077,6577.75765 +226,-1.410153004,0.616936428,288,0.882453706,0.454478077,7142.230068 +227,-1.393445434,0.6308995063,288,0.882453706,0.454478077,7065.1352875 +228,-1.37595573,0.6241540638,288,0.882453706,0.454478077,7044.5630974 +229,-1.358388707,0.6172645205,288,0.882453706,0.454478077,7023.2332775 +230,-1.753741133,0.8281661666,288,0.882453706,0.454478077,7052.7707456 +231,-1.47430987,0.6834615681,288,0.882453706,0.454478077,7083.0501035 +232,-1.421012508,0.7222725206,288,0.882453706,0.454478077,6861.1875049 +233,-1.4476833,0.6978557868,288,0.882453706,0.454478077,6986.6519526 +234,-1.470370723,0.6966193374,288,0.882453706,0.454478077,7035.645424 +235,-1.429211703,0.7037216883,288,0.882453706,0.454478077,6931.9736308 +236,-1.700578405,0.6178673663,288,0.882453706,0.454478077,7709.3682043 +237,-1.678117619,0.6331716163,288,0.882453706,0.454478077,7620.1322179 +238,-1.725644578,0.6316331145,288,0.882453706,0.454478077,7702.5687529 +239,-2.14012759,0.7930497945,288,0.882453706,0.454478077,7483.7762608 +240,-2.103289431,0.7653606263,288,0.882453706,0.454478077,7578.9930837 +241,-1.318739838,0.7017808746,288,0.882453706,0.454478077,6702.6604094 +242,-1.396417427,0.7077900843,288,0.882453706,0.454478077,6852.71337 +243,-1.35650337,0.7185539404,288,0.882453706,0.454478077,6738.4665295 +244,-1.248884539,0.7274156818,288,0.882453706,0.454478077,6479.0569365 +245,-1.395014798,0.5761185243,288,0.882453706,0.454478077,7223.0937037 +246,-1.433377362,0.6064716109,288,0.882453706,0.454478077,7224.1104736 +247,-1.408172432,0.5903155476,288,0.882453706,0.454478077,7213.5395892 +248,-1.749645898,0.7757118084,288,0.882453706,0.454478077,7233.3859874 +249,-1.571626686,0.615046989,288,0.882453706,0.454478077,7486.3818791 +250,-1.514070049,0.6303003037,288,0.882453706,0.454478077,7324.5505061 +251,-1.480890369,0.6237966528,288,0.882453706,0.454478077,7275.7519419 +252,-1.704390658,0.5281680612,288,0.882453706,0.454478077,8019.6744776 +253,-1.64434733,0.5254277498,288,0.882453706,0.454478077,7916.0200014 +254,-1.703855997,0.4792484842,288,0.882453706,0.454478077,8182.7202725 +255,-1.692002383,0.5748825051,288,0.882453706,0.454478077,7840.3362397 +256,-1.854136457,0.5544643913,288,0.882453706,0.454478077,8164.3102845 +257,-1.665021206,0.520317736,288,0.882453706,0.454478077,7972.6919906 +258,-1.733654349,0.4845187345,288,0.882453706,0.454478077,8220.0565951 +259,-1.720938188,0.5135933906,288,0.882453706,0.454478077,8098.5929468 +260,-1.742668307,0.553296122,288,0.882453706,0.454478077,8000.2922285 +261,-1.965659039,0.7142126903,288,0.882453706,0.454478077,7690.5253238 +262,-1.944438071,0.6772834804,288,0.882453706,0.454478077,7811.7504762 +263,-1.270340967,0.7681487096,288,0.882453706,0.454478077,6420.8246963 +264,-1.353091884,0.6549276821,288,0.882453706,0.454478077,6907.3246868 +265,-1.333236659,0.6413584414,288,0.882453706,0.454478077,6899.0881837 +266,-1.352015998,0.6753788907,288,0.882453706,0.454478077,6848.4761773 +267,-1.377988483,0.6577816235,288,0.882453706,0.454478077,6954.975395 +268,-2.13075611,0.8318642051,288,0.882453706,0.454478077,7328.1101548 +269,-2.097910953,0.8259670014,288,0.882453706,0.454478077,7339.3918568 +270,-1.416382069,0.6694271549,288,0.882453706,0.454478077,7005.0284198 +271,-1.538905672,0.7535625993,288,0.882453706,0.454478077,6987.7004727 +272,-1.572309477,0.7803125099,288,0.882453706,0.454478077,6958.6883968 +273,-1.87759879,0.7503853417,288,0.882453706,0.454478077,7472.755144 +274,1.152365588,0.590457682,288,0.882453706,0.454478077,1069.8325485 +275,0.350198001,0.718001859,288,0.882453706,0.454478077,2027.1921017 +276,0.046513677,0.491503852,288,0.882453706,0.454478077,2932.1761175 +277,0.027510309,0.742571376,288,0.882453706,0.454478077,2973.2960142 +278,0.306285725,-0.214631579,288,0.882453706,0.454478077,3457.3506746 +279,-1.100564889,0.318051531,288,0.882453706,0.454478077,7038.2797899 +280,-1.078582306,0.301437596,288,0.882453706,0.454478077,7003.5379402 +281,-1.137371989,-0.617634065,288,0.882453706,0.454478077,8634.882106 +282,0.784356344,0.703272339,288,0.882453706,0.454478077,1037.1486714 +283,-1.221209947,0.218327455,288,0.882453706,0.454478077,7640.4526977 +284,2.347301921,-0.449114658,288,0.882453706,0.454478077,6638.6136679 +285,0.246820618,0.830553713,288,0.882453706,0.454478077,2470.2354923 +286,0.829414965,0.703288228,288,0.882453706,0.454478077,1000.9204804 +287,-1.337537566,0.42332223,288,0.882453706,0.454478077,7490.8210548 +288,0.882453706,0.454478077,288,0.882453706,0.454478077,0 +289,1.575629659,0.416419109,288,0.882453706,0.454478077,2484.5517368 +290,-1.039455679,0.229888244,288,0.882453706,0.454478077,7023.0072237 +291,0.489558039,0.934482747,288,0.882453706,0.454478077,2225.1915914 +292,0.081344504,0.88384514,288,0.882453706,0.454478077,2945.8631813 +293,-1.547979814,0.300350308,288,0.882453706,0.454478077,8389.6245037 +294,0.040776181,0.168560074,288,0.882453706,0.454478077,3346.9513235 +295,-1.130374745,0.563894876,288,0.882453706,0.454478077,6579.7474528 +296,1.578326642,0.478507176,288,0.882453706,0.454478077,2453.1447361 +297,-1.12861823,-0.291640865,288,0.882453706,0.454478077,8263.8566258 +298,0.310524208,0.770885792,288,0.882453706,0.454478077,2214.1281682 +299,0.415649091,-0.387246002,288,0.882453706,0.454478077,3784.8961547 +300,-0.926533878,-0.188022748,288,0.882453706,0.454478077,7388.654827 +301,1.258856172,-0.11716081,288,0.882453706,0.454478077,2687.3425912 +302,-1.126050026,0.322941926,288,0.882453706,0.454478077,7107.9747334 +303,2.002785835,0.07893892,288,0.882453706,0.454478077,4485.0018527 +304,0.440437607,0.746258085,288,0.882453706,0.454478077,1837.3681369 +305,-0.030391866,0.214441206,288,0.882453706,0.454478077,3520.9760768 +306,0.521557815,-0.058929362,288,0.882453706,0.454478077,2459.7845074 +307,-0.097005111,0.13317729,288,0.882453706,0.454478077,3892.660909 +308,1.83113859,0.221857587,288,0.882453706,0.454478077,3636.4423414 +309,0.222428864,0.099404236,288,0.882453706,0.454478077,2863.6560561 +310,-1.702731345,0.8728568183,288,0.882453706,0.454478077,6834.2201464 +311,-0.418507569,0.278324921,288,0.882453706,0.454478077,4801.7490897 +312,-1.41153306,0.339029988,288,0.882453706,0.454478077,7915.9588376 +313,0.357560442,0.114788776,288,0.882453706,0.454478077,2395.0460125 +314,0.325818979,0.268352149,288,0.882453706,0.454478077,2182.936693 +315,-1.246004659,-0.663679965,288,0.882453706,0.454478077,8998.5863194 +316,1.814603087,0.637404484,288,0.882453706,0.454478077,3196.4608037 +317,1.843704281,-0.18300445,288,0.882453706,0.454478077,4479.2495 +318,1.690644492,-0.211480909,288,0.882453706,0.454478077,4080.3439541 +319,-1.275451936,0.068109467,288,0.882453706,0.454478077,8145.1849339 +320,0.762430171,-0.207594741,288,0.882453706,0.454478077,2662.9598815 +321,0.265668905,-0.014647884,288,0.882453706,0.454478077,3001.1962887 +322,-2.773032013,-0.335515811,288,0.882453706,0.454478077,10511.553021 +323,-1.469512853,0.174058777,288,0.882453706,0.454478077,8514.7044051 +324,0.286276986,0.785925691,288,0.882453706,0.454478077,2300.5158588 +325,-1.379324697,0.377432233,288,0.882453706,0.454478077,7725.375923 +326,-1.203778265,0.212813032,288,0.882453706,0.454478077,7596.7671462 +327,0.579916301,0.611743168,288,0.882453706,0.454478077,1202.7326458 +328,0.267582642,0.868113908,288,0.882453706,0.454478077,2486.7573716 +329,0.412869244,-0.050245578,288,0.882453706,0.454478077,2689.6833743 +330,0.17524381,0.976660285,288,0.882453706,0.454478077,2885.9703759 +331,0.743157214,0.204812899,288,0.882453706,0.454478077,1117.3798751 +332,-1.070758176,0.269382282,288,0.882453706,0.454478077,7045.2283757 +333,-1.230364251,0.329790229,288,0.882453706,0.454478077,7413.7046241 +334,-1.374813124,-0.024926835,288,0.882453706,0.454478077,8673.8649531 +335,0.519780566,0.463669906,288,0.882453706,0.454478077,1286.9197892 +336,-1.55108034,0.239698561,288,0.882453706,0.454478077,8570.4646858 +337,0.180294813,0.029739425,288,0.882453706,0.454478077,3157.7665363 +338,0.67820924,0.268170153,288,0.882453706,0.454478077,1055.7836447 +339,0.445798684,1.024001867,288,0.882453706,0.454478077,2559.9532055 +340,0.691751283,0.150521402,288,0.882453706,0.454478077,1401.4868843 +341,-1.036643551,-0.903056181,288,0.882453706,0.454478077,8456.0318148 +342,-0.120287036,1.083325163,288,0.882453706,0.454478077,3601.8663861 +343,2.823513113,-0.304487164,288,0.882453706,0.454478077,8034.4264143 +344,0.457583172,1.12513373,288,0.882453706,0.454478077,2868.8510869 +345,0.042918831,0.813795399,288,0.882453706,0.454478077,2973.797223 +346,1.196146777,-0.853142756,288,0.882453706,0.454478077,5297.3150349 +347,0.206001358,-0.010430701,288,0.882453706,0.454478077,3172.565862 +348,-0.268308653,0.234799412,288,0.882453706,0.454478077,4335.3896241 +349,0.759363263,0.736189579,288,0.882453706,0.454478077,1185.5224541 +350,0.181363926,0.891988372,288,0.882453706,0.454478077,2723.6979743 +351,-0.021111158,0.139103292,288,0.882453706,0.454478077,3615.784076 +352,-0.093355215,0.630686981,288,0.882453706,0.454478077,3337.1650365 +353,0.40118964,0.681375926,288,0.882453706,0.454478077,1830.5493231 +354,-0.721197315,1.304706234,288,0.882453706,0.454478077,4523.4351682 +355,-1.076150317,0.212107639,288,0.882453706,0.454478077,7180.8793071 +356,-1.577164531,0.273993443,288,0.882453706,0.454478077,8541.6006087 +357,-0.190788414,0.182208586,288,0.882453706,0.454478077,4142.1062815 +358,-0.261349752,0.209710184,288,0.882453706,0.454478077,4349.3779465 +359,-1.029303852,0.083549259,288,0.882453706,0.454478077,7275.1060864 +360,-1.268609162,0.330525297,288,0.882453706,0.454478077,7526.6151793 +361,1.282982244,-0.926641967,288,0.882453706,0.454478077,5642.1953661 +362,0.217352334,0.731352408,288,0.882453706,0.454478077,2418.066117 +363,-1.511833084,0.258629297,288,0.882453706,0.454478077,8410.6164523 +364,0.338812194,0.823184618,288,0.882453706,0.454478077,2236.9551891 +365,-0.324406489,1.134201999,288,0.882453706,0.454478077,3995.0295008 +366,1.389579348,0.399185724,288,0.882453706,0.454478077,1837.7929601 +367,2.047152199,-0.039082036,288,0.882453706,0.454478077,4858.2901862 +368,0.947780369,0.568250077,288,0.882453706,0.454478077,503.88141837 +369,0.763824846,0.576754987,288,0.882453706,0.454478077,633.43749865 +370,-0.142334657,0.928153068,288,0.882453706,0.454478077,3516.9797007 +371,0.610266567,0.547265983,288,0.882453706,0.454478077,1013.3746691 +372,0.210731629,0.746815056,288,0.882453706,0.454478077,2452.7591402 +373,-1.34931644,0.316895224,288,0.882453706,0.454478077,7797.2540378 +374,2.407696481,0.655030745,288,0.882453706,0.454478077,5015.5572774 +375,0.64207831,0.545359131,288,0.882453706,0.454478077,908.92088003 +376,1.174597538,0.840588356,288,0.882453706,0.454478077,1777.5262823 +377,0.660059424,0.010604079,288,0.882453706,0.454478077,1952.3449714 +378,-0.730263819,0.010486456,288,0.882453706,0.454478077,6352.8563157 +379,0.831068936,0.512339172,288,0.882453706,0.454478077,291.52312065 +380,1.301180979,0.72367476,288,0.882453706,0.454478077,1732.917426 +381,1.811128231,0.322854402,288,0.882453706,0.454478077,3421.3606204 +382,0.435105812,0.992284428,288,0.882453706,0.454478077,2478.8143523 +383,0.62643634,0.592027932,288,0.882453706,0.454478077,1031.9573463 +384,0.492988703,-0.516339467,288,0.882453706,0.454478077,4119.9416886 +385,-0.162469483,0.112549365,288,0.882453706,0.454478077,4159.5373819 +386,0.314630866,0.472006421,288,0.882453706,0.454478077,2007.7250227 +387,0.166744804,0.822815954,288,0.882453706,0.454478077,2659.2574379 +388,0.417159608,0.965805736,288,0.882453706,0.454478077,2429.1727847 +389,0.106334961,0.868774244,288,0.882453706,0.454478077,2867.2438651 +390,0.815086969,-0.338144359,288,0.882453706,0.454478077,3150.2562553 +391,0.59867455,-0.230624824,288,0.882453706,0.454478077,2925.8434601 +392,1.915104874,0.066220985,288,0.882453706,0.454478077,4200.0952985 +393,1.278093622,0.064463721,288,0.882453706,0.454478077,2154.8281594 +394,-0.061477853,0.302997961,288,0.882453706,0.454478077,3501.6395963 +395,0.251311504,0.626976942,288,0.882453706,0.454478077,2234.9981363 +396,2.950242872,0.149095644,288,0.882453706,0.454478077,7673.9431906 +397,-0.180294708,0.35375117,288,0.882453706,0.454478077,3857.5042297 +398,1.010448592,-0.351180233,288,0.882453706,0.454478077,3228.9391955 +399,-1.748740498,0.3686318073,288,0.882453706,0.454478077,8639.3755759 +400,2.699635665,0.123533791,288,0.882453706,0.454478077,6871.9842078 +401,0.496808033,0.823843254,288,0.882453706,0.454478077,1895.0216524 +402,0.129574704,0.763364087,288,0.882453706,0.454478077,2695.7213679 +403,1.798920311,0.817447563,288,0.882453706,0.454478077,3182.1118554 +404,0.335987953,0.746786541,288,0.882453706,0.454478077,2109.1322228 +405,-1.085413643,0.292154671,288,0.882453706,0.454478077,7044.998312 +406,-0.155321003,0.508207011,288,0.882453706,0.454478077,3610.8762838 +407,0.620529244,-0.301175104,288,0.882453706,0.454478077,3158.5609913 +408,1.684402744,0.368716966,288,0.882453706,0.454478077,2916.4700617 +409,0.300582244,-0.386397212,288,0.882453706,0.454478077,4009.9961972 +410,2.913555946,-0.009225192,288,0.882453706,0.454478077,7865.6187164 +411,1.465101417,0.493232532,288,0.882453706,0.454478077,2052.8823925 +412,0.090612882,0.907955955,288,0.882453706,0.454478077,2954.5924268 +413,2.987564726,-0.729568594,288,0.882453706,0.454478077,8940.4747002 +414,-1.484261606,0.224149272,288,0.882453706,0.454478077,8426.7888023 +415,0.164073421,0.303955133,288,0.882453706,0.454478077,2698.1570935 +416,0.141441293,0.167552546,288,0.882453706,0.454478077,2998.9317054 +417,2.931321023,-0.506718887,288,0.882453706,0.454478077,8645.890857 +418,2.21951565,0.700596356,288,0.882453706,0.454478077,4408.064799 +419,0.268112576,1.199114336,288,0.882453706,0.454478077,3283.3721393 +420,0.978913739,0.359223811,288,0.882453706,0.454478077,515.09272834 +421,1.210898818,0.522863584,288,0.882453706,0.454478077,1178.6872403 +422,2.347397336,0.129231362,288,0.882453706,0.454478077,5622.6688622 +423,0.614394501,0.556878345,288,0.882453706,0.454478077,1012.2734168 +424,-1.398079356,0.148483366,288,0.882453706,0.454478077,8360.700693 +425,2.535303836,-0.112984496,288,0.882453706,0.454478077,6709.0322892 +426,-1.019372593,-0.405322349,288,0.882453706,0.454478077,8033.0166272 +427,-1.297785627,-0.160104069,288,0.882453706,0.454478077,8661.5978953 +428,2.144554488,0.205051084,288,0.882453706,0.454478077,4777.4548709 +429,-2.242387083,-0.426171285,288,0.882453706,0.454478077,12316.670762 +430,0.338637212,0.909723676,288,0.882453706,0.454478077,2423.6294099 +431,-0.148798452,0.691042401,288,0.882453706,0.454478077,3494.2343591 +432,0.893524764,0.441829531,288,0.882453706,0.454478077,63.81259285 +433,0.969229347,-0.368847936,288,0.882453706,0.454478077,3278.1910412 +434,0.436043248,0.800045688,288,0.882453706,0.454478077,1964.2549945 +435,1.687946607,1.081504775,288,0.882453706,0.454478077,3259.878768 +436,0.522302046,-0.034889271,288,0.882453706,0.454478077,2378.8032548 +437,-0.178996113,-0.438090009,288,0.882453706,0.454478077,5381.8064966 +438,-1.094339566,0.301444068,288,0.882453706,0.454478077,7053.9282417 +439,-1.064070054,0.242569932,288,0.882453706,0.454478077,7078.6290709 +440,-1.068153768,0.230387998,288,0.882453706,0.454478077,7117.03642 +441,-3.00496892,-0.23989155,288,0.882453706,0.454478077,9553.4703072 +442,0.21751974,0.766874888,288,0.882453706,0.454478077,2456.6008253 +443,0.117229532,0.007619006,288,0.882453706,0.454478077,3412.1853559 +444,0.777758451,0.420554741,288,0.882453706,0.454478077,398.88887034 +445,-0.252356999,0.250747086,288,0.882453706,0.454478077,4254.6324279 +446,0.363148444,0.768483434,288,0.882453706,0.454478077,2074.6489594 +447,0.903191366,-0.118210676,288,0.882453706,0.454478077,2269.8220518 +448,-0.205755923,0.149406178,288,0.882453706,0.454478077,4249.372238 +449,1.811996086,0.02364353,288,0.882453706,0.454478077,3926.0509267 +450,-1.100670221,0.314845373,288,0.882453706,0.454478077,7045.4809629 +451,0.340078597,0.850105132,288,0.882453706,0.454478077,2288.6923496 +452,0.258757267,0.804969236,288,0.882453706,0.454478077,2400.2363657 +453,2.78505352,-0.155160804,288,0.882453706,0.454478077,7667.9361973 +454,0.800551619,0.105822106,288,0.882453706,0.454478077,1415.3423709 +455,0.437940882,-0.506194031,288,0.882453706,0.454478077,4163.4651192 +456,2.230431122,0.63458615,288,0.882453706,0.454478077,4504.3971912 +457,0.527965361,0.127667701,288,0.882453706,0.454478077,1860.8553438 +458,-0.063643205,0.702093448,288,0.882453706,0.454478077,3234.4976552 +459,1.408447268,0.133010502,288,0.882453706,0.454478077,2355.0696047 +460,0.523795955,0.280266966,288,0.882453706,0.454478077,1491.691579 +461,-0.975769313,0.072177659,288,0.882453706,0.454478077,7110.2292799 +462,0.549774164,-0.463663986,288,0.882453706,0.454478077,3852.0755277 +463,0.29245874,1.095549818,288,0.882453706,0.454478077,2969.2075678 +464,0.143625958,0.816809593,288,0.882453706,0.454478077,2711.5206172 +465,0.671902494,0.611159853,288,0.882453706,0.454478077,947.93754931 +466,1.239840988,0.6724199,288,0.882453706,0.454478077,1469.9067619 +467,0.607829703,-0.10932137,288,0.882453706,0.454478077,2470.2057732 +468,1.763020906,0.263996692,288,0.882453706,0.454478077,3330.6970318 +469,0.378714634,0.726066797,288,0.882453706,0.454478077,1961.3751628 +470,2.196736143,-0.153862366,288,0.882453706,0.454478077,5593.5140964 +471,0.01702415,0.148991565,288,0.882453706,0.454478077,3464.7530328 +472,-2.998490902,-0.158002487,288,0.882453706,0.454478077,9432.7254089 +473,-3.051262951,-0.346595608,288,0.882453706,0.454478077,9537.3034044 +474,-1.069176439,0.182802941,288,0.882453706,0.454478077,7217.0500678 +475,0.167157509,0.595344954,288,0.882453706,0.454478077,2497.2166784 +476,0.613855648,0.681746124,288,0.882453706,0.454478077,1267.0790805 +477,1.037012736,0.682555367,288,0.882453706,0.454478077,1039.0332189 +478,-1.253574971,0.379755746,288,0.882453706,0.454478077,7363.4729471 +479,3.108590453,-0.132620738,288,0.882453706,0.454478077,8774.829273 +480,0.565301296,0.022333262,288,0.882453706,0.454478077,2095.6951862 +481,0.547898238,0.855555614,288,0.882453706,0.454478077,1892.8832035 +482,0.948309381,0.417393755,288,0.882453706,0.454478077,278.34360416 +483,-0.050600732,0.945269213,288,0.882453706,0.454478077,3318.5447909 +484,-0.977651478,-0.572363064,288,0.882453706,0.454478077,8085.187105 +485,1.102014914,0.728861163,288,0.882453706,0.454478077,1301.4899645 +486,2.927300795,-0.282939414,288,0.882453706,0.454478077,8371.3521064 +487,-1.154565557,0.124434095,288,0.882453706,0.454478077,7622.535221 +488,1.855331234,0.291044755,288,0.882453706,0.454478077,3620.8629083 +489,0.830290659,0.276904518,288,0.882453706,0.454478077,729.25818668 +490,0.485104466,-0.234867441,288,0.882453706,0.454478077,3130.6526602 +491,0.521367572,-0.33161327,288,0.882453706,0.454478077,3409.6193792 +1,-1.539031704,0.7349710123,289,1.575629659,0.416419109,7882.125317 +2,-1.536990553,0.7349663874,289,1.575629659,0.416419109,7881.9757984 +3,-1.534951779,0.7349571355,289,1.575629659,0.416419109,7881.8325642 +4,-1.532906461,0.7349480293,289,1.575629659,0.416419109,7881.675894 +5,-1.531320211,0.7346937278,289,1.575629659,0.416419109,7882.5246439 +6,-1.539451648,0.7335131775,289,1.575629659,0.416419109,7887.9307749 +7,-1.537429487,0.7335445708,289,1.575629659,0.416419109,7887.6424392 +8,-1.535484998,0.7335658704,289,1.575629659,0.416419109,7887.3890202 +9,-1.533488396,0.7336036027,289,1.575629659,0.416419109,7887.0544369 +10,-1.531497785,0.7335842962,289,1.575629659,0.416419109,7886.9345387 +11,-1.530259379,0.7334777758,289,1.575629659,0.416419109,7887.228167 +12,-1.5335454,0.7322346912,289,1.575629659,0.416419109,7892.4792848 +13,-1.531489083,0.7322238773,289,1.575629659,0.416419109,7892.3190591 +14,-1.530011122,0.7321679851,289,1.575629659,0.416419109,7892.3866692 +15,-1.53348106,0.7306614094,289,1.575629659,0.416419109,7898.7015854 +16,-1.531441779,0.7306962275,289,1.575629659,0.416419109,7898.3616379 +17,-1.529755654,0.7306933243,289,1.575629659,0.416419109,7898.1967402 +18,-1.533415048,0.7291384674,289,1.575629659,0.416419109,7904.7243918 +19,-1.531392093,0.7291705353,289,1.575629659,0.416419109,7904.3961914 +20,-1.529296523,0.7291214933,289,1.575629659,0.416419109,7904.369063 +21,-1.535280942,0.727267644,289,1.575629659,0.416419109,7912.306088 +22,-1.533378158,0.7276139666,289,1.575629659,0.416419109,7910.7561458 +23,-1.531340368,0.7276446587,289,1.575629659,0.416419109,7910.4312323 +24,-1.528960113,0.7276398177,289,1.575629659,0.416419109,7910.1971976 +25,-1.533313146,0.7260818349,289,1.575629659,0.416419109,7916.8153546 +26,-1.531259555,0.7260958115,289,1.575629659,0.416419109,7916.5541661 +27,-1.528926415,0.7260865555,289,1.575629659,0.416419109,7916.3417045 +28,-1.531226779,0.7245511789,289,1.575629659,0.416419109,7922.6653373 +29,-1.528904772,0.7245519194,289,1.575629659,0.416419109,7922.4137922 +30,-1.547195875,0.7409785979,289,1.575629659,0.416419109,7858.8822458 +31,-1.5451475,0.740980426,289,1.575629659,0.416419109,7858.7567026 +32,-1.543097679,0.7409798872,289,1.575629659,0.416419109,7858.6281957 +33,-1.540720364,0.7409892687,289,1.575629659,0.416419109,7858.4241841 +34,-1.547188511,0.7395198392,289,1.575629659,0.416419109,7864.6589697 +35,-1.545148587,0.7395226109,289,1.575629659,0.416419109,7864.529926 +36,-1.543104538,0.7395314908,289,1.575629659,0.416419109,7864.3642559 +37,-1.540727751,0.7395306258,289,1.575629659,0.416419109,7864.2005771 +38,-1.547187029,0.7380014886,289,1.575629659,0.416419109,7870.6720158 +39,-1.545147315,0.7380012252,289,1.575629659,0.416419109,7870.554753 +40,-1.54310719,0.7380060743,289,1.575629659,0.416419109,7870.4050313 +41,-1.540719671,0.7380068206,289,1.575629659,0.416419109,7870.2338523 +42,-1.547187189,0.7364799098,289,1.575629659,0.416419109,7876.6979351 +43,-1.545149996,0.7364853874,289,1.575629659,0.416419109,7876.5578491 +44,-1.543106091,0.7364823484,289,1.575629659,0.416419109,7876.4388585 +45,-1.540717158,0.7364893901,289,1.575629659,0.416419109,7876.2422922 +46,-1.538663972,0.7410138672,289,1.575629659,0.416419109,7858.1691533 +47,-1.53695285,0.7409699132,289,1.575629659,0.416419109,7858.2026205 +48,-1.534910498,0.7409641297,289,1.575629659,0.416419109,7858.0465595 +49,-1.533145034,0.7409536636,289,1.575629659,0.416419109,7857.9234945 +50,-1.538681336,0.7395405883,289,1.575629659,0.416419109,7864.0040268 +51,-1.536999189,0.7395183096,289,1.575629659,0.416419109,7863.9539356 +52,-1.534923633,0.7395144222,289,1.575629659,0.416419109,7863.7872811 +53,-1.533267822,0.7395654306,289,1.575629659,0.416419109,7863.4310886 +54,-1.53867273,0.7380151077,289,1.575629659,0.416419109,7870.0435212 +55,-1.536980576,0.7379994392,289,1.575629659,0.416419109,7869.9660802 +56,-1.534931522,0.7379944961,289,1.575629659,0.416419109,7869.8055286 +57,-1.533387952,0.7379480264,289,1.575629659,0.416419109,7869.8456918 +58,-1.538682279,0.7364914363,289,1.575629659,0.416419109,7876.0773003 +59,-1.536980704,0.7364810563,289,1.575629659,0.416419109,7875.9778789 +60,-1.534935567,0.7364752065,289,1.575629659,0.416419109,7875.8209048 +61,-1.533042592,0.7363876366,289,1.575629659,0.416419109,7875.9899136 +62,-1.545143426,0.7349628011,289,1.575629659,0.416419109,7882.5871025 +63,-1.543105297,0.7349691947,289,1.575629659,0.416419109,7882.4308385 +64,-1.541064533,0.7349647152,289,1.575629659,0.416419109,7882.3052231 +65,-1.545411803,0.7334624714,289,1.575629659,0.416419109,7888.5449819 +66,-1.543446606,0.7334780896,289,1.575629659,0.416419109,7888.3583837 +67,-1.541475327,0.7334957295,289,1.575629659,0.416419109,7888.1519664 +68,-1.545401939,0.731963266,289,1.575629659,0.416419109,7894.4814757 +69,-1.54342253,0.7319915583,289,1.575629659,0.416419109,7894.2434329 +70,-1.541455867,0.7320216438,289,1.575629659,0.416419109,7893.9876536 +71,-1.545410146,0.7304422281,289,1.575629659,0.416419109,7900.5055251 +72,-1.543435491,0.7304713664,289,1.575629659,0.416419109,7900.2642389 +73,-1.541463105,0.7304997613,289,1.575629659,0.416419109,7900.0145342 +74,-1.545414768,0.7289194936,289,1.575629659,0.416419109,7906.5360749 +75,-1.543435774,0.7289538557,289,1.575629659,0.416419109,7906.2735816 +76,-1.541457714,0.7289765881,289,1.575629659,0.416419109,7906.0456081 +77,-1.539449415,0.7320555866,289,1.575629659,0.416419109,7893.7020802 +78,-1.537429183,0.7321097681,289,1.575629659,0.416419109,7893.3233439 +79,-1.535472649,0.7321497267,289,1.575629659,0.416419109,7892.994638 +80,-1.539457899,0.7305333307,289,1.575629659,0.416419109,7899.7302701 +81,-1.537453161,0.7305750503,289,1.575629659,0.416419109,7899.4018961 +82,-1.535479385,0.7306124949,289,1.575629659,0.416419109,7899.0813745 +83,-1.53946905,0.7290102593,289,1.575629659,0.416419109,7905.7618979 +84,-1.537459922,0.7290417293,289,1.575629659,0.416419109,7905.4734664 +85,-1.535451349,0.7290890157,289,1.575629659,0.416419109,7905.1105176 +86,-1.535522937,0.7279887191,289,1.575629659,0.416419109,7909.4732253 +87,-1.539442524,0.7274735939,289,1.575629659,0.416419109,7911.8443858 +88,-1.537424111,0.727521351,289,1.575629659,0.416419109,7911.4901834 +89,-1.539384641,0.7259505092,289,1.575629659,0.416419109,7917.8706062 +90,-1.537372391,0.7259947145,289,1.575629659,0.416419109,7917.5303054 +91,-1.535340789,0.7260435356,289,1.575629659,0.416419109,7917.1579382 +92,-1.539325716,0.7244369706,289,1.575629659,0.416419109,7923.858913 +93,-1.537308932,0.7244801057,289,1.575629659,0.416419109,7923.5217725 +94,-1.535289068,0.7245247645,289,1.575629659,0.416419109,7923.1662098 +95,-1.533261366,0.7245550236,289,1.575629659,0.416419109,7922.8547482 +96,-1.539267302,0.722921924,289,1.575629659,0.416419109,7929.8531997 +97,-1.537248972,0.7229660258,289,1.575629659,0.416419109,7929.5114086 +98,-1.535219431,0.7229916471,289,1.575629659,0.416419109,7929.2296031 +99,-1.53318962,0.7230212049,289,1.575629659,0.416419109,7928.9198949 +100,-1.531154816,0.7230299897,289,1.575629659,0.416419109,7928.6796087 +101,-1.528878341,0.7230370244,289,1.575629659,0.416419109,7928.4071921 +102,-1.539218189,0.7214009878,289,1.575629659,0.416419109,7935.8715193 +103,-1.537198791,0.7214422745,289,1.575629659,0.416419109,7935.5401445 +104,-1.535179266,0.7214634354,289,1.575629659,0.416419109,7935.276248 +105,-1.533156501,0.7214944644,289,1.575629659,0.416419109,7934.960769 +106,-1.53113574,0.7215166021,289,1.575629659,0.416419109,7934.6684663 +107,-1.528874248,0.7215345535,289,1.575629659,0.416419109,7934.3538765 +108,-1.539217656,0.7198512397,289,1.575629659,0.416419109,7942.0077996 +109,-1.537199919,0.7199428763,289,1.575629659,0.416419109,7941.4768635 +110,-1.545425832,0.727397149,289,1.575629659,0.416419109,7912.5654734 +111,-1.543371177,0.7273916949,289,1.575629659,0.416419109,7912.4553858 +112,-1.541368852,0.7274523163,289,1.575629659,0.416419109,7912.0749375 +113,-1.545349067,0.7258710923,289,1.575629659,0.416419109,7918.6041925 +114,-1.54332671,0.7258603556,289,1.575629659,0.416419109,7918.5164627 +115,-1.541346831,0.7259242142,289,1.575629659,0.416419109,7918.1242876 +116,-1.545324355,0.7243383958,289,1.575629659,0.416419109,7924.6723774 +117,-1.543292796,0.7243617413,289,1.575629659,0.416419109,7924.4486428 +118,-1.541295822,0.7244024384,289,1.575629659,0.416419109,7924.1464439 +119,-1.543193859,0.7205570215,289,1.575629659,0.416419109,7939.5084695 +120,-1.550257047,0.7386738187,289,1.575629659,0.416419109,7868.1643326 +121,-1.549335448,0.7311736483,289,1.575629659,0.416419109,7897.8247735 +122,-1.533478843,0.7179891343,289,1.575629659,0.416419109,7948.8694548 +123,-1.556150555,0.738907041,289,1.575629659,0.416419109,7867.4607228 +124,-1.554324226,0.733414257,289,1.575629659,0.416419109,7889.1588356 +125,-1.554290846,0.7288285332,289,1.575629659,0.416419109,7907.3204957 +126,-1.55122487,0.7219795312,289,1.575629659,0.416419109,7934.3263033 +127,-1.525104458,0.7229399862,289,1.575629659,0.416419109,7928.3517081 +128,-1.519607711,0.7236181429,289,1.575629659,0.416419109,7924.9521266 +129,-1.513899999,0.7251107854,289,1.575629659,0.416419109,7918.2094077 +130,-1.536620762,0.7431061895,289,1.575629659,0.416419109,7849.7161874 +131,-1.5369566,0.7460845958,289,1.575629659,0.416419109,7837.9521582 +132,-1.545345528,0.7447040685,289,1.575629659,0.416419109,7844.0224471 +133,-1.532813921,0.7432306626,289,1.575629659,0.416419109,7848.8773726 +134,-1.554788248,0.7382381001,289,1.575629659,0.416419109,7870.0683944 +135,-1.540348126,0.7301594274,289,1.575629659,0.416419109,7901.2794669 +136,-1.538016084,0.7239051786,289,1.575629659,0.416419109,7925.8578653 +137,-1.525288962,0.7258085137,289,1.575629659,0.416419109,7917.0214582 +138,-1.534326986,0.731241342,289,1.575629659,0.416419109,7896.4858616 +139,-1.530733872,0.7303625216,289,1.575629659,0.416419109,7899.6095893 +141,-1.534354939,0.7328219978,289,1.575629659,0.416419109,7890.2306397 +142,-1.53157084,0.7292888153,289,1.575629659,0.416419109,7903.946234 +143,-1.525691035,0.7263799874,289,1.575629659,0.416419109,7914.8081541 +144,-1.534031287,0.7495967835,289,1.575629659,0.416419109,7823.7891467 +145,-1.527714986,0.7283095957,289,1.575629659,0.416419109,7907.4070163 +146,-1.526189586,0.7271468292,289,1.575629659,0.416419109,7911.8324803 +147,-1.555177336,0.7375563366,289,1.575629659,0.416419109,7872.7812171 +148,-1.555080283,0.7312707794,289,1.575629659,0.416419109,7897.6737474 +149,-1.53856994,0.7224180299,289,1.575629659,0.416419109,7931.7919792 +150,-1.530837883,0.729933372,289,1.575629659,0.416419109,7901.3192236 +151,-1.515066984,0.5854133365,289,1.575629659,0.416419109,8470.9510352 +152,-1.534731633,0.5368370046,289,1.575629659,0.416419109,8666.1394056 +153,-1.515231902,0.5607085576,289,1.575629659,0.416419109,8568.6861028 +154,-2.616253799,1.0684566605,289,1.575629659,0.416419109,5683.4258059 +155,-1.956071439,0.5792177723,289,1.575629659,0.416419109,8234.2648654 +156,-1.951208514,0.5602434208,289,1.575629659,0.416419109,8309.6710283 +157,-1.944675062,0.6062144545,289,1.575629659,0.416419109,8150.4266384 +158,-1.613778386,0.6077989518,289,1.575629659,0.416419109,8382.9435509 +159,-2.035029014,0.6021432345,289,1.575629659,0.416419109,8040.6087508 +160,-2.114989471,0.6801825058,289,1.575629659,0.416419109,7647.2561535 +161,-2.037382079,0.5765830025,289,1.575629659,0.416419109,8126.6503034 +162,-2.129855121,0.6585019963,289,1.575629659,0.416419109,7696.8559933 +163,-2.075141798,0.6493615843,289,1.575629659,0.416419109,7814.9329519 +164,-1.828626729,0.6948433129,289,1.575629659,0.416419109,7936.3379124 +165,-1.863329418,0.6735427691,289,1.575629659,0.416419109,7987.5923961 +166,-1.266037071,0.727988852,289,1.575629659,0.416419109,7779.2237773 +167,-1.277579582,0.7249010648,289,1.575629659,0.416419109,7800.7602901 +168,-1.258418684,0.7241194816,289,1.575629659,0.416419109,7787.1772636 +169,-1.317813974,0.6804850104,289,1.575629659,0.416419109,8002.6737099 +170,-1.344165204,0.6790988904,289,1.575629659,0.416419109,8027.226558 +171,-1.427582102,0.5277120351,289,1.575629659,0.416419109,8667.3320014 +172,-1.402238616,0.457167829,289,1.575629659,0.416419109,8927.2041965 +173,-1.422454264,0.4996161999,289,1.575629659,0.416419109,8774.3863704 +174,-1.439089277,0.4894859811,289,1.575629659,0.416419109,8823.0097415 +175,-1.448126995,0.5182330266,289,1.575629659,0.416419109,8714.6305508 +176,-1.474626146,0.5881926574,289,1.575629659,0.416419109,8449.7141224 +177,-1.421139645,0.5584869783,289,1.575629659,0.416419109,8543.5156465 +178,-1.457037165,0.565943032,289,1.575629659,0.416419109,8530.9660522 +179,-2.757159358,0.3745319,289,1.575629659,0.416419109,6888.1908627 +180,-2.714309238,0.342054471,289,1.575629659,0.416419109,7090.6360924 +181,-2.000525337,0.774119946,289,1.575629659,0.416419109,7471.9841395 +183,-1.571413436,0.6777838382,289,1.575629659,0.416419109,8109.6634567 +184,-1.552860289,0.6987663893,289,1.575629659,0.416419109,8026.3336253 +185,-1.521852374,0.7165827476,289,1.575629659,0.416419109,7953.0949342 +186,-1.503656267,0.6928968252,289,1.575629659,0.416419109,8043.8102502 +187,-1.502753178,0.7136205882,289,1.575629659,0.416419109,7961.7163077 +188,-1.631894563,0.7343596465,289,1.575629659,0.416419109,7879.2179955 +189,-1.653765416,0.6770714026,289,1.575629659,0.416419109,8100.2975512 +190,-1.719812114,0.6715965947,289,1.575629659,0.416419109,8096.494713 +191,-1.493406659,0.6646955447,289,1.575629659,0.416419109,8153.0572955 +192,-1.469120564,0.6613469966,289,1.575629659,0.416419109,8159.6267004 +193,-1.590551461,0.5326612937,289,1.575629659,0.416419109,8683.3806934 +194,-1.625979264,0.5247742243,289,1.575629659,0.416419109,8708.8027269 +195,-1.572293943,0.5238808754,289,1.575629659,0.416419109,8719.2424404 +196,-1.610848725,0.5477107964,289,1.575629659,0.416419109,8621.1397828 +197,-1.208485554,0.7918526018,289,1.575629659,0.416419109,7487.1600717 +198,-1.335601374,0.6869083083,289,1.575629659,0.416419109,7991.1130683 +199,-1.346156996,0.6825213377,289,1.575629659,0.416419109,8015.3778563 +200,-1.324381037,0.6741422347,289,1.575629659,0.416419109,8032.0202463 +201,-1.242424992,0.7378949807,289,1.575629659,0.416419109,7720.7854777 +202,-1.270370057,0.7392461008,289,1.575629659,0.416419109,7740.2439529 +203,-1.448950472,0.7441675014,289,1.575629659,0.416419109,7826.9148454 +204,-1.492662363,0.7523026852,289,1.575629659,0.416419109,7806.8269911 +205,-1.479098966,0.7763855017,289,1.575629659,0.416419109,7708.6705257 +206,-1.633760714,0.7869022408,289,1.575629659,0.416419109,7671.1983129 +207,-1.647406434,0.8101289331,289,1.575629659,0.416419109,7576.7012446 +208,-1.564245052,0.5701509278,289,1.575629659,0.416419109,8536.0391902 +209,-1.646289963,0.6833746083,289,1.575629659,0.416419109,8077.4076874 +210,-1.5820631,0.6751952144,289,1.575629659,0.416419109,8119.5511854 +211,-1.613236298,0.6681681791,289,1.575629659,0.416419109,8144.2060084 +212,-1.914661867,0.8212566515,289,1.575629659,0.416419109,7385.2687692 +213,-1.742133237,0.7250275956,289,1.575629659,0.416419109,7876.543919 +214,-2.033144872,0.6557314699,289,1.575629659,0.416419109,7854.3648653 +215,-2.039551981,0.6964723658,289,1.575629659,0.416419109,7701.2651913 +216,-1.247341019,0.7622473908,289,1.575629659,0.416419109,7633.4610605 +217,-1.298239787,0.7084123392,289,1.575629659,0.416419109,7880.4573923 +218,-1.308539688,0.6926545592,289,1.575629659,0.416419109,7948.848265 +219,-1.303263185,0.6888938396,289,1.575629659,0.416419109,7959.0520461 +220,-1.852400229,0.6004246149,289,1.575629659,0.416419109,8274.4741364 +221,-1.288947707,0.7473773692,289,1.575629659,0.416419109,7724.3843519 +222,-1.372031502,0.7472790993,289,1.575629659,0.416419109,7780.3516174 +223,-1.289805721,0.7242157877,289,1.575629659,0.416419109,7813.3984004 +224,-1.350807603,0.7533498126,289,1.575629659,0.416419109,7744.451425 +225,-1.329290365,0.7560442322,289,1.575629659,0.416419109,7720.3394195 +226,-1.410153004,0.616936428,289,1.575629659,0.416419109,8309.1891698 +227,-1.393445434,0.6308995063,289,1.575629659,0.416419109,8245.4641129 +228,-1.37595573,0.6241540638,289,1.575629659,0.416419109,8261.0887978 +229,-1.358388707,0.6172645205,289,1.575629659,0.416419109,8276.0240233 +230,-1.753741133,0.8281661666,289,1.575629659,0.416419109,7468.674652 +231,-1.47430987,0.6834615681,289,1.575629659,0.416419109,8074.0030018 +232,-1.421012508,0.7222725206,289,1.575629659,0.416419109,7902.159404 +233,-1.4476833,0.6978557868,289,1.575629659,0.416419109,8008.6286665 +234,-1.470370723,0.6966193374,289,1.575629659,0.416419109,8020.9744848 +235,-1.429211703,0.7037216883,289,1.575629659,0.416419109,7978.3754362 +236,-1.700578405,0.6178673663,289,1.575629659,0.416419109,8316.0311935 +237,-1.678117619,0.6331716163,289,1.575629659,0.416419109,8265.2951947 +238,-1.725644578,0.6316331145,289,1.575629659,0.416419109,8249.7191529 +239,-2.14012759,0.7930497945,289,1.575629659,0.416419109,7225.3079633 +240,-2.103289431,0.7653606263,289,1.575629659,0.416419109,7372.2217206 +241,-1.318739838,0.7017808746,289,1.575629659,0.416419109,7921.6505898 +242,-1.396417427,0.7077900843,289,1.575629659,0.416419109,7947.213899 +243,-1.35650337,0.7185539404,289,1.575629659,0.416419109,7882.7236021 +244,-1.248884539,0.7274156818,289,1.575629659,0.416419109,7766.14866 +245,-1.395014798,0.5761185243,289,1.575629659,0.416419109,8459.758134 +246,-1.433377362,0.6064716109,289,1.575629659,0.416419109,8361.6466619 +247,-1.408172432,0.5903155476,289,1.575629659,0.416419109,8412.0868501 +248,-1.749645898,0.7757118084,289,1.575629659,0.416419109,7675.1037529 +249,-1.571626686,0.615046989,289,1.575629659,0.416419109,8358.1559839 +250,-1.514070049,0.6303003037,289,1.575629659,0.416419109,8293.2443399 +251,-1.480890369,0.6237966528,289,1.575629659,0.416419109,8311.23663 +252,-1.704390658,0.5281680612,289,1.575629659,0.416419109,8665.5226713 +253,-1.64434733,0.5254277498,289,1.575629659,0.416419109,8701.3065726 +254,-1.703855997,0.4792484842,289,1.575629659,0.416419109,8857.1755842 +255,-1.692002383,0.5748825051,289,1.575629659,0.416419109,8488.5490648 +256,-1.854136457,0.5544643913,289,1.575629659,0.416419109,8446.2705796 +257,-1.665021206,0.520317736,289,1.575629659,0.416419109,8714.3418065 +258,-1.733654349,0.4845187345,289,1.575629659,0.416419109,8818.1968161 +259,-1.720938188,0.5135933906,289,1.575629659,0.416419109,8713.1048537 +260,-1.742668307,0.553296122,289,1.575629659,0.416419109,8544.9024085 +261,-1.965659039,0.7142126903,289,1.575629659,0.416419109,7730.0896078 +262,-1.944438071,0.6772834804,289,1.575629659,0.416419109,7889.8909216 +263,-1.270340967,0.7681487096,289,1.575629659,0.416419109,7630.5091083 +264,-1.353091884,0.6549276821,289,1.575629659,0.416419109,8126.7402074 +265,-1.333236659,0.6413584414,289,1.575629659,0.416419109,8164.7364946 +266,-1.352015998,0.6753788907,289,1.575629659,0.416419109,8046.9407027 +267,-1.377988483,0.6577816235,289,1.575629659,0.416419109,8131.7266262 +268,-2.13075611,0.8318642051,289,1.575629659,0.416419109,7105.7885324 +269,-2.097910953,0.8259670014,289,1.575629659,0.416419109,7169.2039951 +270,-1.416382069,0.6694271549,289,1.575629659,0.416419109,8107.0418096 +271,-1.538905672,0.7535625993,289,1.575629659,0.416419109,7808.5008338 +272,-1.572309477,0.7803125099,289,1.575629659,0.416419109,7703.5388595 +273,-1.87759879,0.7503853417,289,1.575629659,0.416419109,7684.3374098 +274,1.152365588,0.590457682,289,1.575629659,0.416419109,1616.7240822 +275,0.350198001,0.718001859,289,1.575629659,0.416419109,4151.2479633 +276,0.046513677,0.491503852,289,1.575629659,0.416419109,5325.0534951 +277,0.027510309,0.742571376,289,1.575629659,0.416419109,5061.5133118 +278,0.306285725,-0.214631579,289,1.575629659,0.416419109,5508.445826 +279,-1.100564889,0.318051531,289,1.575629659,0.416419109,9023.6023216 +280,-1.078582306,0.301437596,289,1.575629659,0.416419109,9032.6562731 +281,-1.137371989,-0.617634065,289,1.575629659,0.416419109,10773.434776 +282,0.784356344,0.703272339,289,1.575629659,0.416419109,2851.2031301 +283,-1.221209947,0.218327455,289,1.575629659,0.416419109,9597.2250384 +284,2.347301921,-0.449114658,289,1.575629659,0.416419109,4527.3883429 +285,0.246820618,0.830553713,289,1.575629659,0.416419109,4388.8060332 +286,0.829414965,0.703288228,289,1.575629659,0.416419109,2717.3283858 +287,-1.337537566,0.42332223,289,1.575629659,0.416419109,9003.8446857 +288,0.882453706,0.454478077,289,1.575629659,0.416419109,2484.5517368 +289,1.575629659,0.416419109,289,1.575629659,0.416419109,0 +290,-1.039455679,0.229888244,289,1.575629659,0.416419109,9171.4732755 +291,0.489558039,0.934482747,289,1.575629659,0.416419109,3778.1540333 +292,0.081344504,0.88384514,289,1.575629659,0.416419109,4775.6233432 +293,-1.547979814,0.300350308,289,1.575629659,0.416419109,9603.8732666 +294,0.040776181,0.168560074,289,1.575629659,0.416419109,5824.1396068 +295,-1.130374745,0.563894876,289,1.575629659,0.416419109,8225.7488686 +296,1.578326642,0.478507176,289,1.575629659,0.416419109,246.11924085 +297,-1.12861823,-0.291640865,289,1.575629659,0.416419109,10748.397861 +298,0.310524208,0.770885792,289,1.575629659,0.416419109,4242.1759035 +299,0.415649091,-0.387246002,289,1.575629659,0.416419109,5483.1425369 +300,-0.926533878,-0.188022748,289,1.575629659,0.416419109,9872.1516901 +301,1.258856172,-0.11716081,289,1.575629659,0.416419109,2442.6831151 +302,-1.126050026,0.322941926,289,1.575629659,0.416419109,9057.7561523 +303,2.002785835,0.07893892,289,1.575629659,0.416419109,2108.1912767 +304,0.440437607,0.746258085,289,1.575629659,0.416419109,3877.3747792 +305,-0.030391866,0.214441206,289,1.575629659,0.416419109,6005.5258653 +306,0.521557815,-0.058929362,289,1.575629659,0.416419109,4473.5218609 +307,-0.097005111,0.13317729,289,1.575629659,0.416419109,6374.2302334 +308,1.83113859,0.221857587,289,1.575629659,0.416419109,1230.0396642 +309,0.222428864,0.099404236,289,1.575629659,0.416419109,5275.7764384 +310,-1.702731345,0.8728568183,289,1.575629659,0.416419109,7314.4151652 +311,-0.418507569,0.278324921,289,1.575629659,0.416419109,7223.2526251 +312,-1.41153306,0.339029988,289,1.575629659,0.416419109,9392.6776819 +313,0.357560442,0.114788776,289,1.575629659,0.416419109,4762.4246531 +314,0.325818979,0.268352149,289,1.575629659,0.416419109,4654.530316 +315,-1.246004659,-0.663679965,289,1.575629659,0.416419109,10985.932857 +316,1.814603087,0.637404484,289,1.575629659,0.416419109,1195.5327007 +317,1.843704281,-0.18300445,289,1.575629659,0.416419109,2591.2446903 +318,1.690644492,-0.211480909,289,1.575629659,0.416419109,2526.674513 +319,-1.275451936,0.068109467,289,1.575629659,0.416419109,10221.269203 +320,0.762430171,-0.207594741,289,1.575629659,0.416419109,4001.8641539 +321,0.265668905,-0.014647884,289,1.575629659,0.416419109,5303.0728007 +322,-2.773032013,-0.335515811,289,1.575629659,0.416419109,8028.2998756 +323,-1.469512853,0.174058777,289,1.575629659,0.416419109,10075.34747 +324,0.286276986,0.785925691,289,1.575629659,0.416419109,4303.1909759 +325,-1.379324697,0.377432233,289,1.575629659,0.416419109,9218.2003354 +326,-1.203778265,0.212813032,289,1.575629659,0.416419109,9584.0163337 +327,0.579916301,0.611743168,289,1.575629659,0.416419109,3473.5366847 +328,0.267582642,0.868113908,289,1.575629659,0.416419109,4318.8364828 +329,0.412869244,-0.050245578,289,1.575629659,0.416419109,4838.8357728 +330,0.17524381,0.976660285,289,1.575629659,0.416419109,4496.3447563 +331,0.743157214,0.204812899,289,1.575629659,0.416419109,3233.2989513 +332,-1.070758176,0.269382282,289,1.575629659,0.416419109,9119.5260636 +333,-1.230364251,0.329790229,289,1.575629659,0.416419109,9216.3364468 +334,-1.374813124,-0.024926835,289,1.575629659,0.416419109,10728.525066 +335,0.519780566,0.463669906,289,1.575629659,0.416419109,3752.8838665 +336,-1.55108034,0.239698561,289,1.575629659,0.416419109,9844.3276661 +337,0.180294813,0.029739425,289,1.575629659,0.416419109,5538.828258 +338,0.67820924,0.268170153,289,1.575629659,0.416419109,3381.8878469 +339,0.445798684,1.024001867,289,1.575629659,0.416419109,3922.4349569 +340,0.691751283,0.150521402,289,1.575629659,0.416419109,3501.5349335 +341,-1.036643551,-0.903056181,289,1.575629659,0.416419109,9937.5860085 +342,-0.120287036,1.083325163,289,1.575629659,0.416419109,4998.7662043 +343,2.823513113,-0.304487164,289,1.575629659,0.416419109,5603.0960557 +344,0.457583172,1.12513373,289,1.575629659,0.416419109,3974.5193253 +345,0.042918831,0.813795399,289,1.575629659,0.416419109,4940.3354176 +346,1.196146777,-0.853142756,289,1.575629659,0.416419109,5205.0456735 +347,0.206001358,-0.010430701,289,1.575629659,0.416419109,5511.0378906 +348,-0.268308653,0.234799412,289,1.575629659,0.416419109,6801.6357901 +349,0.759363263,0.736189579,289,1.575629659,0.416419109,2946.8191094 +350,0.181363926,0.891988372,289,1.575629659,0.416419109,4523.9604302 +351,-0.021111158,0.139103292,289,1.575629659,0.416419109,6092.8170544 +352,-0.093355215,0.630686981,289,1.575629659,0.416419109,5560.8567198 +353,0.40118964,0.681375926,289,1.575629659,0.416419109,4013.9655011 +354,-0.721197315,1.304706234,289,1.575629659,0.416419109,5300.2616084 +355,-1.076150317,0.212107639,289,1.575629659,0.416419109,9314.2572381 +356,-1.577164531,0.273993443,289,1.575629659,0.416419109,9708.7808591 +357,-0.190788414,0.182208586,289,1.575629659,0.416419109,6624.7741271 +358,-0.261349752,0.209710184,289,1.575629659,0.416419109,6822.7159799 +359,-1.029303852,0.083549259,289,1.575629659,0.416419109,9577.9922044 +360,-1.268609162,0.330525297,289,1.575629659,0.416419109,9270.0784719 +361,1.282982244,-0.926641967,289,1.575629659,0.416419109,5414.5532942 +362,0.217352334,0.731352408,289,1.575629659,0.416419109,4532.4271256 +363,-1.511833084,0.258629297,289,1.575629659,0.416419109,9761.7846242 +364,0.338812194,0.823184618,289,1.575629659,0.416419109,4145.9267744 +365,-0.324406489,1.134201999,289,1.575629659,0.416419109,5255.7496629 +366,1.389579348,0.399185724,289,1.575629659,0.416419109,679.78078357 +367,2.047152199,-0.039082036,289,1.575629659,0.416419109,2559.9791187 +368,0.947780369,0.568250077,289,1.575629659,0.416419109,2260.7457148 +369,0.763824846,0.576754987,289,1.575629659,0.416419109,2873.8764038 +370,-0.142334657,0.928153068,289,1.575629659,0.416419109,5247.9240556 +371,0.610266567,0.547265983,289,1.575629659,0.416419109,3393.3395506 +372,0.210731629,0.746815056,289,1.575629659,0.416419109,4539.9646015 +373,-1.34931644,0.316895224,289,1.575629659,0.416419109,9420.9179424 +374,2.407696481,0.655030745,289,1.575629659,0.416419109,2952.8577493 +375,0.64207831,0.545359131,289,1.575629659,0.416419109,3286.8335107 +376,1.174597538,0.840588356,289,1.575629659,0.416419109,2097.9677847 +377,0.660059424,0.010604079,289,1.575629659,0.416419109,3860.2702107 +378,-0.730263819,0.010486456,289,1.575629659,0.416419109,8815.9413088 +379,0.831068936,0.512339172,289,1.575629659,0.416419109,2649.7008526 +380,1.301180979,0.72367476,289,1.575629659,0.416419109,1517.3753586 +381,1.811128231,0.322854402,289,1.575629659,0.416419109,944.80418744 +382,0.435105812,0.992284428,289,1.575629659,0.416419109,3928.2083574 +383,0.62643634,0.592027932,289,1.575629659,0.416419109,3326.1995187 +384,0.492988703,-0.516339467,289,1.575629659,0.416419109,5531.9776793 +385,-0.162469483,0.112549365,289,1.575629659,0.416419109,6642.1841182 +386,0.314630866,0.472006421,289,1.575629659,0.416419109,4451.4668081 +387,0.166744804,0.822815954,289,1.575629659,0.416419109,4605.7644543 +388,0.417159608,0.965805736,289,1.575629659,0.416419109,3957.0530912 +389,0.106334961,0.868774244,289,1.575629659,0.416419109,4726.2794893 +390,0.815086969,-0.338144359,289,1.575629659,0.416419109,4189.6777385 +391,0.59867455,-0.230624824,289,1.575629659,0.416419109,4567.1405107 +392,1.915104874,0.066220985,289,1.575629659,0.416419109,1899.299018 +393,1.278093622,0.064463721,289,1.575629659,0.416419109,1799.1933291 +394,-0.061477853,0.302997961,289,1.575629659,0.416419109,5972.7996386 +395,0.251311504,0.626976942,289,1.575629659,0.416419109,4513.7181499 +396,2.950242872,0.149095644,289,1.575629659,0.416419109,5276.6942407 +397,-0.180294708,0.35375117,289,1.575629659,0.416419109,6292.4176877 +398,1.010448592,-0.351180233,289,1.575629659,0.416419109,3741.6894505 +399,-1.748740498,0.3686318073,289,1.575629659,0.416419109,9255.4114566 +400,2.699635665,0.123533791,289,1.575629659,0.416419109,4408.5627994 +401,0.496808033,0.823843254,289,1.575629659,0.416419109,3720.8188952 +402,0.129574704,0.763364087,289,1.575629659,0.416419109,4755.3273011 +403,1.798920311,0.817447563,289,1.575629659,0.416419109,1739.3345565 +404,0.335987953,0.746786541,289,1.575629659,0.416419109,4179.98146 +405,-1.085413643,0.292154671,289,1.575629659,0.416419109,9077.6134071 +406,-0.155321003,0.508207011,289,1.575629659,0.416419109,5946.7391778 +407,0.620529244,-0.301175104,289,1.575629659,0.416419109,4659.0338625 +408,1.684402744,0.368716966,289,1.575629659,0.416419109,440.56433684 +409,0.300582244,-0.386397212,289,1.575629659,0.416419109,5847.1912211 +410,2.913555946,-0.009225192,289,1.575629659,0.416419109,5394.7720074 +411,1.465101417,0.493232532,289,1.575629659,0.416419109,497.08371801 +412,0.090612882,0.907955955,289,1.575629659,0.416419109,4733.230877 +413,2.987564726,-0.729568594,289,1.575629659,0.416419109,6865.487231 +414,-1.484261606,0.224149272,289,1.575629659,0.416419109,9886.9097444 +415,0.164073421,0.303955133,289,1.575629659,0.416419109,5182.4250292 +416,0.141441293,0.167552546,289,1.575629659,0.416419109,5463.6905674 +417,2.931321023,-0.506718887,289,1.575629659,0.416419109,6323.4282117 +418,2.21951565,0.700596356,289,1.575629659,0.416419109,2414.4311384 +419,0.268112576,1.199114336,289,1.575629659,0.416419109,4313.8077924 +420,0.978913739,0.359223811,289,1.575629659,0.416419109,2194.5475878 +421,1.210898818,0.522863584,289,1.575629659,0.416419109,1353.0885221 +422,2.347397336,0.129231362,289,1.575629659,0.416419109,3138.9346729 +423,0.614394501,0.556878345,289,1.575629659,0.416419109,3375.9146257 +424,-1.398079356,0.148483366,289,1.575629659,0.416419109,10113.871172 +425,2.535303836,-0.112984496,289,1.575629659,0.416419109,4257.754702 +426,-1.019372593,-0.405322349,289,1.575629659,0.416419109,10462.562229 +427,-1.297785627,-0.160104069,289,1.575629659,0.416419109,11008.496285 +428,2.144554488,0.205051084,289,1.575629659,0.416419109,2295.6311235 +429,-2.242387083,-0.426171285,289,1.575629659,0.416419109,10006.616768 +430,0.338637212,0.909723676,289,1.575629659,0.416419109,4133.0931291 +431,-0.148798452,0.691042401,289,1.575629659,0.416419109,5625.7108448 +432,0.893524764,0.441829531,289,1.575629659,0.416419109,2450.2386741 +433,0.969229347,-0.368847936,289,1.575629659,0.416419109,3890.9059491 +434,0.436043248,0.800045688,289,1.575629659,0.416419109,3884.3677844 +435,1.687946607,1.081504775,289,1.575629659,0.416419109,2651.739516 +436,0.522302046,-0.034889271,289,1.575629659,0.416419109,4426.0128178 +437,-0.178996113,-0.438090009,289,1.575629659,0.416419109,7524.5853863 +438,-1.094339566,0.301444068,289,1.575629659,0.416419109,9065.9020612 +439,-1.064070054,0.242569932,289,1.575629659,0.416419109,9189.9003829 +440,-1.068153768,0.230387998,289,1.575629659,0.416419109,9237.8946122 +441,-3.00496892,-0.23989155,289,1.575629659,0.416419109,7071.4951409 +442,0.21751974,0.766874888,289,1.575629659,0.416419109,4506.4441075 +443,0.117229532,0.007619006,289,1.575629659,0.416419109,5802.6474764 +444,0.777758451,0.420554741,289,1.575629659,0.416419109,2874.3491644 +445,-0.252356999,0.250747086,289,1.575629659,0.416419109,6718.2980343 +446,0.363148444,0.768483434,289,1.575629659,0.416419109,4094.0872858 +447,0.903191366,-0.118210676,289,1.575629659,0.416419109,3352.2098666 +448,-0.205755923,0.149406178,289,1.575629659,0.416419109,6733.6598244 +449,1.811996086,0.02364353,289,1.575629659,0.416419109,1800.7428137 +450,-1.100670221,0.314845373,289,1.575629659,0.416419109,9034.5010541 +451,0.340078597,0.850105132,289,1.575629659,0.416419109,4136.6536816 +452,0.258757267,0.804969236,289,1.575629659,0.416419109,4369.530104 +453,2.78505352,-0.155160804,289,1.575629659,0.416419109,5192.5960374 +454,0.800551619,0.105822106,289,1.575629659,0.416419109,3192.5756507 +455,0.437940882,-0.506194031,289,1.575629659,0.416419109,5667.2471575 +456,2.230431122,0.63458615,289,1.575629659,0.416419109,2386.1963368 +457,0.527965361,0.127667701,289,1.575629659,0.416419109,4126.495405 +458,-0.063643205,0.702093448,289,1.575629659,0.416419109,5369.8958948 +459,1.408447268,0.133010502,289,1.575629659,0.416419109,1289.5709865 +460,0.523795955,0.280266966,289,1.575629659,0.416419109,3925.6868126 +461,-0.975769313,0.072177659,289,1.575629659,0.416419109,9455.6816591 +462,0.549774164,-0.463663986,289,1.575629659,0.416419109,5249.1832467 +463,0.29245874,1.095549818,289,1.575629659,0.416419109,4246.1924673 +464,0.143625958,0.816809593,289,1.575629659,0.416419109,4671.6420781 +465,0.671902494,0.611159853,289,1.575629659,0.416419109,3175.4824262 +466,1.239840988,0.6724199,289,1.575629659,0.416419109,1518.0737072 +467,0.607829703,-0.10932137,289,1.575629659,0.416419109,4277.4595271 +468,1.763020906,0.263996692,289,1.575629659,0.416419109,923.38638635 +469,0.378714634,0.726066797,289,1.575629659,0.416419109,4063.5849544 +470,2.196736143,-0.153862366,289,1.575629659,0.416419109,3297.8891432 +471,0.01702415,0.148991565,289,1.575629659,0.416419109,5940.1870109 +472,-2.998490902,-0.158002487,289,1.575629659,0.416419109,6971.5515184 +473,-3.051262951,-0.346595608,289,1.575629659,0.416419109,7063.4357451 +474,-1.069176439,0.182802941,289,1.575629659,0.416419109,9389.0719225 +475,0.167157509,0.595344954,289,1.575629659,0.416419109,4808.9350967 +476,0.613855648,0.681746124,289,1.575629659,0.416419109,3360.8375531 +477,1.037012736,0.682555367,289,1.575629659,0.416419109,2087.4374514 +478,-1.253574971,0.379755746,289,1.575629659,0.416419109,9068.329316 +479,3.108590453,-0.132620738,289,1.575629659,0.416419109,6297.9651169 +480,0.565301296,0.022333262,289,1.575629659,0.416419109,4170.4757591 +481,0.547898238,0.855555614,289,1.575629659,0.416419109,3596.7357449 +482,0.948309381,0.417393755,289,1.575629659,0.416419109,2265.6737487 +483,-0.050600732,0.945269213,289,1.575629659,0.416419109,5022.379263 +484,-0.977651478,-0.572363064,289,1.575629659,0.416419109,10311.910022 +485,1.102014914,0.728861163,289,1.575629659,0.416419109,1989.4737936 +486,2.927300795,-0.282939414,289,1.575629659,0.416419109,5912.7699435 +487,-1.154565557,0.124434095,289,1.575629659,0.416419109,9775.5400044 +488,1.855331234,0.291044755,289,1.575629659,0.416419109,1150.6187782 +489,0.830290659,0.276904518,289,1.575629659,0.416419109,2820.3518238 +490,0.485104466,-0.234867441,289,1.575629659,0.416419109,4945.0549936 +491,0.521367572,-0.33161327,289,1.575629659,0.416419109,5034.2519345 +1,-1.539031704,0.7349710123,290,-1.039455679,0.229888244,2634.4617189 +2,-1.536990553,0.7349663874,290,-1.039455679,0.229888244,2629.921514 +3,-1.534951779,0.7349571355,290,-1.039455679,0.229888244,2625.3848182 +4,-1.532906461,0.7349480293,290,-1.039455679,0.229888244,2620.8443563 +5,-1.531320211,0.7346937278,290,-1.039455679,0.229888244,2616.681677 +6,-1.539451648,0.7335131775,290,-1.039455679,0.229888244,2631.6191021 +7,-1.537429487,0.7335445708,290,-1.039455679,0.229888244,2627.2009894 +8,-1.535484998,0.7335658704,290,-1.039455679,0.229888244,2622.939518 +9,-1.533488396,0.7336036027,290,-1.039455679,0.229888244,2618.6154423 +10,-1.531497785,0.7335842962,290,-1.039455679,0.229888244,2614.165852 +11,-1.530259379,0.7334777758,290,-1.039455679,0.229888244,2611.1546414 +12,-1.5335454,0.7322346912,290,-1.039455679,0.229888244,2615.1703 +13,-1.531489083,0.7322238773,290,-1.039455679,0.229888244,2610.586763 +14,-1.530011122,0.7321679851,290,-1.039455679,0.229888244,2607.1727932 +15,-1.53348106,0.7306614094,290,-1.039455679,0.229888244,2610.9294785 +16,-1.531441779,0.7306962275,290,-1.039455679,0.229888244,2606.4906985 +17,-1.529755654,0.7306933243,290,-1.039455679,0.229888244,2602.7460392 +18,-1.533415048,0.7291384674,290,-1.039455679,0.229888244,2606.8221442 +19,-1.531392093,0.7291705353,290,-1.039455679,0.229888244,2602.4006497 +20,-1.529296523,0.7291214933,290,-1.039455679,0.229888244,2597.6168345 +21,-1.535280942,0.727267644,290,-1.039455679,0.229888244,2606.1441744 +22,-1.533378158,0.7276139666,290,-1.039455679,0.229888244,2602.7818615 +23,-1.531340368,0.7276446587,290,-1.039455679,0.229888244,2598.3117687 +24,-1.528960113,0.7276398177,290,-1.039455679,0.229888244,2592.9981139 +25,-1.533313146,0.7260818349,290,-1.039455679,0.229888244,2598.665174 +26,-1.531259555,0.7260958115,290,-1.039455679,0.229888244,2594.1043778 +27,-1.528926415,0.7260865555,290,-1.039455679,0.229888244,2588.8704357 +28,-1.531226779,0.7245511789,290,-1.039455679,0.229888244,2590.0217022 +29,-1.528904772,0.7245519194,290,-1.039455679,0.229888244,2584.8248545 +30,-1.547195875,0.7409785979,290,-1.039455679,0.229888244,2668.1201042 +31,-1.5451475,0.740980426,290,-1.039455679,0.229888244,2663.586854 +32,-1.543097679,0.7409798872,290,-1.039455679,0.229888244,2659.0545521 +33,-1.540720364,0.7409892687,290,-1.039455679,0.229888244,2653.8371207 +34,-1.547188511,0.7395198392,290,-1.039455679,0.229888244,2664.3441089 +35,-1.545148587,0.7395226109,290,-1.039455679,0.229888244,2659.8205952 +36,-1.543104538,0.7395314908,290,-1.039455679,0.229888244,2655.3139884 +37,-1.540727751,0.7395306258,290,-1.039455679,0.229888244,2650.0577676 +38,-1.547187029,0.7380014886,290,-1.039455679,0.229888244,2660.4340464 +39,-1.545147315,0.7380012252,290,-1.039455679,0.229888244,2655.8912571 +40,-1.54310719,0.7380060743,290,-1.039455679,0.229888244,2651.3709353 +41,-1.540719671,0.7380068206,290,-1.039455679,0.229888244,2646.0811774 +42,-1.547187189,0.7364799098,290,-1.039455679,0.229888244,2656.5259978 +43,-1.545149996,0.7364853874,290,-1.039455679,0.229888244,2651.9916599 +44,-1.543106091,0.7364823484,290,-1.039455679,0.229888244,2647.4306129 +45,-1.540717158,0.7364893901,290,-1.039455679,0.229888244,2642.1400173 +46,-1.538663972,0.7410138672,290,-1.039455679,0.229888244,2649.3784822 +47,-1.53695285,0.7409699132,290,-1.039455679,0.229888244,2645.5080565 +48,-1.534910498,0.7409641297,290,-1.039455679,0.229888244,2641.0198467 +49,-1.533145034,0.7409536636,290,-1.039455679,0.229888244,2637.1340918 +50,-1.538681336,0.7395405883,290,-1.039455679,0.229888244,2645.5712573 +51,-1.536999189,0.7395183096,290,-1.039455679,0.229888244,2641.8116169 +52,-1.534923633,0.7395144222,290,-1.039455679,0.229888244,2637.243938 +53,-1.533267822,0.7395654306,290,-1.039455679,0.229888244,2633.7499496 +54,-1.53867273,0.7380151077,290,-1.039455679,0.229888244,2641.5771375 +55,-1.536980576,0.7379994392,290,-1.039455679,0.229888244,2637.8029447 +56,-1.534931522,0.7379944961,290,-1.039455679,0.229888244,2633.2787527 +57,-1.533387952,0.7379480264,290,-1.039455679,0.229888244,2629.7653877 +58,-1.538682279,0.7364914363,290,-1.039455679,0.229888244,2637.6344687 +59,-1.536980704,0.7364810563,290,-1.039455679,0.229888244,2633.8433237 +60,-1.534935567,0.7364752065,290,-1.039455679,0.229888244,2629.3134236 +61,-1.533042592,0.7363876366,290,-1.039455679,0.229888244,2624.9145128 +62,-1.545143426,0.7349628011,290,-1.039455679,0.229888244,2648.0607082 +63,-1.543105297,0.7349691947,290,-1.039455679,0.229888244,2643.5249098 +64,-1.541064533,0.7349647152,290,-1.039455679,0.229888244,2638.9654228 +65,-1.545411803,0.7334624714,290,-1.039455679,0.229888244,2644.8099872 +66,-1.543446606,0.7334780896,290,-1.039455679,0.229888244,2640.4479274 +67,-1.541475327,0.7334957295,290,-1.039455679,0.229888244,2636.0872081 +68,-1.545401939,0.731963266,290,-1.039455679,0.229888244,2640.9463436 +69,-1.54342253,0.7319915583,290,-1.039455679,0.229888244,2636.5735396 +70,-1.541455867,0.7320216438,290,-1.039455679,0.229888244,2632.2439166 +71,-1.545410146,0.7304422281,290,-1.039455679,0.229888244,2637.0741087 +72,-1.543435491,0.7304713664,290,-1.039455679,0.229888244,2632.7023486 +73,-1.541463105,0.7304997613,290,-1.039455679,0.229888244,2628.343766 +74,-1.545414768,0.7289194936,290,-1.039455679,0.229888244,2633.1963481 +75,-1.543435774,0.7289538557,290,-1.039455679,0.229888244,2628.8163693 +76,-1.541457714,0.7289765881,290,-1.039455679,0.229888244,2624.4187575 +77,-1.539449415,0.7320555866,290,-1.039455679,0.229888244,2627.8453865 +78,-1.537429183,0.7321097681,290,-1.039455679,0.229888244,2623.4791014 +79,-1.535472649,0.7321497267,290,-1.039455679,0.229888244,2619.2284648 +80,-1.539457899,0.7305333307,290,-1.039455679,0.229888244,2623.9350489 +81,-1.537453161,0.7305750503,290,-1.039455679,0.229888244,2619.5589426 +82,-1.535479385,0.7306124949,290,-1.039455679,0.229888244,2615.2514166 +83,-1.53946905,0.7290102593,290,-1.039455679,0.229888244,2620.0354782 +84,-1.537459922,0.7290417293,290,-1.039455679,0.229888244,2615.610985 +85,-1.535451349,0.7290890157,290,-1.039455679,0.229888244,2611.2392426 +86,-1.535522937,0.7279887191,290,-1.039455679,0.229888244,2608.551197 +87,-1.539442524,0.7274735939,290,-1.039455679,0.229888244,2616.0231075 +88,-1.537424111,0.727521351,290,-1.039455679,0.229888244,2611.6077557 +89,-1.539384641,0.7259505092,290,-1.039455679,0.229888244,2611.9814687 +90,-1.537372391,0.7259947145,290,-1.039455679,0.229888244,2607.5589856 +91,-1.535340789,0.7260435356,290,-1.039455679,0.229888244,2603.1157153 +92,-1.539325716,0.7244369706,290,-1.039455679,0.229888244,2607.968126 +93,-1.537308932,0.7244801057,290,-1.039455679,0.229888244,2603.5209113 +94,-1.535289068,0.7245247645,290,-1.039455679,0.229888244,2599.0814827 +95,-1.533261366,0.7245550236,290,-1.039455679,0.229888244,2594.5981211 +96,-1.539267302,0.722921924,290,-1.039455679,0.229888244,2603.9582255 +97,-1.537248972,0.7229660258,290,-1.039455679,0.229888244,2599.4981925 +98,-1.535219431,0.7229916471,290,-1.039455679,0.229888244,2594.9761125 +99,-1.53318962,0.7230212049,290,-1.039455679,0.229888244,2590.4742931 +100,-1.531154816,0.7230299897,290,-1.039455679,0.229888244,2585.9182953 +101,-1.528878341,0.7230370244,290,-1.039455679,0.229888244,2580.8265063 +102,-1.539218189,0.7214009878,290,-1.039455679,0.229888244,2599.9606301 +103,-1.537198791,0.7214422745,290,-1.039455679,0.229888244,2595.4790381 +104,-1.535179266,0.7214634354,290,-1.039455679,0.229888244,2590.9562479 +105,-1.533156501,0.7214944644,290,-1.039455679,0.229888244,2586.4620966 +106,-1.53113574,0.7215166021,290,-1.039455679,0.229888244,2581.9602545 +107,-1.528874248,0.7215345535,290,-1.039455679,0.229888244,2576.9170729 +108,-1.539217656,0.7198512397,290,-1.039455679,0.229888244,2596.0067515 +109,-1.537199919,0.7199428763,290,-1.039455679,0.229888244,2591.6452334 +110,-1.545425832,0.727397149,290,-1.039455679,0.229888244,2629.3410932 +111,-1.543371177,0.7273916949,290,-1.039455679,0.229888244,2624.6764358 +112,-1.541368852,0.7274523163,290,-1.039455679,0.229888244,2620.3093967 +113,-1.545349067,0.7258710923,290,-1.039455679,0.229888244,2625.2838793 +114,-1.54332671,0.7258603556,290,-1.039455679,0.229888244,2620.6671978 +115,-1.541346831,0.7259242142,290,-1.039455679,0.229888244,2616.3472491 +116,-1.545324355,0.7243383958,290,-1.039455679,0.229888244,2621.3344236 +117,-1.543292796,0.7243617413,290,-1.039455679,0.229888244,2616.7717154 +118,-1.541295822,0.7244024384,290,-1.039455679,0.229888244,2612.3422022 +119,-1.543193859,0.7205570215,290,-1.039455679,0.229888244,2606.8808915 +120,-1.550257047,0.7386738187,290,-1.039455679,0.229888244,2669.0106779 +121,-1.549335448,0.7311736483,290,-1.039455679,0.229888244,2647.8000543 +122,-1.533478843,0.7179891343,290,-1.039455679,0.229888244,2578.180569 +123,-1.556150555,0.738907041,290,-1.039455679,0.229888244,2682.8113799 +124,-1.554324226,0.733414257,290,-1.039455679,0.229888244,2664.770083 +125,-1.554290846,0.7288285332,290,-1.039455679,0.229888244,2653.1231514 +126,-1.55122487,0.7219795312,290,-1.039455679,0.229888244,2628.8917322 +127,-1.525104458,0.7229399862,290,-1.039455679,0.229888244,2572.1308404 +128,-1.519607711,0.7236181429,290,-1.039455679,0.229888244,2561.6852261 +129,-1.513899999,0.7251107854,290,-1.039455679,0.229888244,2553.053077 +130,-1.536620762,0.7431061895,290,-1.039455679,0.229888244,2650.3834228 +131,-1.5369566,0.7460845958,290,-1.039455679,0.229888244,2658.946727 +132,-1.545345528,0.7447040685,290,-1.039455679,0.229888244,2673.6759165 +133,-1.532813921,0.7432306626,290,-1.039455679,0.229888244,2642.4174935 +134,-1.554788248,0.7382381001,290,-1.039455679,0.229888244,2678.0507097 +135,-1.540348126,0.7301594274,290,-1.039455679,0.229888244,2624.966624 +136,-1.538016084,0.7239051786,290,-1.039455679,0.229888244,2603.642649 +137,-1.525288962,0.7258085137,290,-1.039455679,0.229888244,2580.0470439 +138,-1.534326986,0.731241342,290,-1.039455679,0.229888244,2614.3194216 +139,-1.530733872,0.7303625216,290,-1.039455679,0.229888244,2604.0489289 +141,-1.534354939,0.7328219978,290,-1.039455679,0.229888244,2618.4962391 +142,-1.53157084,0.7292888153,290,-1.039455679,0.229888244,2603.1064883 +143,-1.525691035,0.7263799874,290,-1.039455679,0.229888244,2582.4375729 +144,-1.534031287,0.7495967835,290,-1.039455679,0.229888244,2661.9045265 +145,-1.527714986,0.7283095957,290,-1.039455679,0.229888244,2591.9837371 +146,-1.526189586,0.7271468292,290,-1.039455679,0.229888244,2585.5537578 +147,-1.555177336,0.7375563366,290,-1.039455679,0.229888244,2677.1934847 +148,-1.555080283,0.7312707794,290,-1.039455679,0.229888244,2661.0726232 +149,-1.53856994,0.7224180299,290,-1.039455679,0.229888244,2601.0874315 +150,-1.530837883,0.729933372,290,-1.039455679,0.229888244,2603.1589964 +151,-1.515066984,0.5854133365,290,-1.039455679,0.229888244,2217.1418482 +152,-1.534731633,0.5368370046,290,-1.039455679,0.229888244,2177.0889352 +153,-1.515231902,0.5607085576,290,-1.039455679,0.229888244,2165.8639583 +154,-2.616253799,1.0684566605,290,-1.039455679,0.229888244,5436.8585709 +155,-1.956071439,0.5792177723,290,-1.039455679,0.229888244,3570.0715717 +156,-1.951208514,0.5602434208,290,-1.039455679,0.229888244,3541.7006239 +157,-1.944675062,0.6062144545,290,-1.039455679,0.229888244,3553.0094676 +158,-1.613778386,0.6077989518,290,-1.039455679,0.229888244,2540.9980462 +159,-2.035029014,0.6021432345,290,-1.039455679,0.229888244,3840.6627371 +160,-2.114989471,0.6801825058,290,-1.039455679,0.229888244,4133.7994152 +161,-2.037382079,0.5765830025,290,-1.039455679,0.229888244,3835.5164615 +162,-2.129855121,0.6585019963,290,-1.039455679,0.229888244,4169.2820245 +163,-2.075141798,0.6493615843,290,-1.039455679,0.229888244,3994.1046602 +164,-1.828626729,0.6948433129,290,-1.039455679,0.229888244,3298.894622 +165,-1.863329418,0.6735427691,290,-1.039455679,0.229888244,3371.067499 +166,-1.266037071,0.727988852,290,-1.039455679,0.229888244,2121.8983918 +167,-1.277579582,0.7249010648,290,-1.039455679,0.229888244,2125.9088227 +168,-1.258418684,0.7241194816,290,-1.039455679,0.229888244,2098.456831 +169,-1.317813974,0.6804850104,290,-1.039455679,0.229888244,2033.7701583 +170,-1.344165204,0.6790988904,290,-1.039455679,0.229888244,2075.0665482 +171,-1.427582102,0.5277120351,290,-1.039455679,0.229888244,1845.529965 +172,-1.402238616,0.457167829,290,-1.039455679,0.229888244,1621.0708204 +173,-1.422454264,0.4996161999,290,-1.039455679,0.229888244,1768.9826868 +174,-1.439089277,0.4894859811,290,-1.039455679,0.229888244,1797.5790422 +175,-1.448126995,0.5182330266,290,-1.039455679,0.229888244,1883.4854598 +176,-1.474626146,0.5881926574,290,-1.039455679,0.229888244,2113.49333 +177,-1.421139645,0.5584869783,290,-1.039455679,0.229888244,1900.6045284 +178,-1.457037165,0.565943032,290,-1.039455679,0.229888244,2014.4505946 +179,-2.757159358,0.3745319,290,-1.039455679,0.229888244,6417.2233153 +180,-2.714309238,0.342054471,290,-1.039455679,0.229888244,6296.5751348 +181,-2.000525337,0.774119946,290,-1.039455679,0.229888244,3877.1693544 +183,-1.571413436,0.6777838382,290,-1.039455679,0.229888244,2571.5863631 +184,-1.552860289,0.6987663893,290,-1.039455679,0.229888244,2575.4288005 +185,-1.521852374,0.7165827476,290,-1.039455679,0.229888244,2548.2542799 +186,-1.503656267,0.6928968252,290,-1.039455679,0.229888244,2445.1767068 +187,-1.502753178,0.7136205882,290,-1.039455679,0.229888244,2497.8497464 +188,-1.631894563,0.7343596465,290,-1.039455679,0.229888244,2849.1722846 +189,-1.653765416,0.6770714026,290,-1.039455679,0.229888244,2784.5032475 +190,-1.719812114,0.6715965947,290,-1.039455679,0.229888244,2955.4865175 +191,-1.493406659,0.6646955447,290,-1.039455679,0.229888244,2348.4205799 +192,-1.469120564,0.6613469966,290,-1.039455679,0.229888244,2282.518788 +193,-1.590551461,0.5326612937,290,-1.039455679,0.229888244,2341.3288982 +194,-1.625979264,0.5247742243,290,-1.039455679,0.229888244,2441.3210488 +195,-1.572293943,0.5238808754,290,-1.039455679,0.229888244,2270.1233084 +196,-1.610848725,0.5477107964,290,-1.039455679,0.229888244,2428.4676649 +197,-1.208485554,0.7918526018,290,-1.039455679,0.229888244,2297.3896848 +198,-1.335601374,0.6869083083,290,-1.039455679,0.229888244,2085.2556956 +199,-1.346156996,0.6825213377,290,-1.039455679,0.229888244,2089.6513789 +200,-1.324381037,0.6741422347,290,-1.039455679,0.229888244,2024.0171819 +201,-1.242424992,0.7378949807,290,-1.039455679,0.229888244,2129.533039 +202,-1.270370057,0.7392461008,290,-1.039455679,0.229888244,2167.6506334 +203,-1.448950472,0.7441675014,290,-1.039455679,0.229888244,2472.4935445 +204,-1.492662363,0.7523026852,290,-1.039455679,0.229888244,2582.7209377 +205,-1.479098966,0.7763855017,290,-1.039455679,0.229888244,2625.2479018 +206,-1.633760714,0.7869022408,290,-1.039455679,0.229888244,2974.9671234 +207,-1.647406434,0.8101289331,290,-1.039455679,0.229888244,3060.5252285 +208,-1.564245052,0.5701509278,290,-1.039455679,0.229888244,2326.8426649 +209,-1.646289963,0.6833746083,290,-1.039455679,0.229888244,2777.1535743 +210,-1.5820631,0.6751952144,290,-1.039455679,0.229888244,2592.7571475 +211,-1.613236298,0.6681681791,290,-1.039455679,0.229888244,2658.5789355 +212,-1.914661867,0.8212566515,290,-1.039455679,0.229888244,3712.8788408 +213,-1.742133237,0.7250275956,290,-1.039455679,0.229888244,3110.0884031 +214,-2.033144872,0.6557314699,290,-1.039455679,0.229888244,3867.5197357 +215,-2.039551981,0.6964723658,290,-1.039455679,0.229888244,3916.6584441 +216,-1.247341019,0.7622473908,290,-1.039455679,0.229888244,2224.1633862 +217,-1.298239787,0.7084123392,290,-1.039455679,0.229888244,2097.3923905 +218,-1.308539688,0.6926545592,290,-1.039455679,0.229888244,2059.4186326 +219,-1.303263185,0.6888938396,290,-1.039455679,0.229888244,2038.3291403 +220,-1.852400229,0.6004246149,290,-1.039455679,0.229888244,3254.8260166 +221,-1.288947707,0.7473773692,290,-1.039455679,0.229888244,2220.4218038 +222,-1.372031502,0.7472790993,290,-1.039455679,0.229888244,2343.853485 +223,-1.289805721,0.7242157877,290,-1.039455679,0.229888244,2140.1457039 +224,-1.350807603,0.7533498126,290,-1.039455679,0.229888244,2329.8144051 +225,-1.329290365,0.7560442322,290,-1.039455679,0.229888244,2306.5133403 +226,-1.410153004,0.616936428,290,-1.039455679,0.229888244,2025.4834051 +227,-1.393445434,0.6308995063,290,-1.039455679,0.229888244,2026.8159939 +228,-1.37595573,0.6241540638,290,-1.039455679,0.229888244,1969.0366015 +229,-1.358388707,0.6172645205,290,-1.039455679,0.229888244,1910.9768548 +230,-1.753741133,0.8281661666,290,-1.039455679,0.229888244,3338.415402 +231,-1.47430987,0.6834615681,290,-1.039455679,0.229888244,2353.4534131 +232,-1.421012508,0.7222725206,290,-1.039455679,0.229888244,2353.1046502 +233,-1.4476833,0.6978557868,290,-1.039455679,0.229888244,2335.2872876 +234,-1.470370723,0.6966193374,290,-1.039455679,0.229888244,2380.557534 +235,-1.429211703,0.7037216883,290,-1.039455679,0.229888244,2314.0535122 +236,-1.700578405,0.6178673663,290,-1.039455679,0.229888244,2811.7649637 +237,-1.678117619,0.6331716163,290,-1.039455679,0.229888244,2771.361344 +238,-1.725644578,0.6316331145,290,-1.039455679,0.229888244,2907.2622305 +239,-2.14012759,0.7930497945,290,-1.039455679,0.229888244,4275.5344803 +240,-2.103289431,0.7653606263,290,-1.039455679,0.229888244,4153.5143076 +241,-1.318739838,0.7017808746,290,-1.039455679,0.229888244,2106.4481925 +242,-1.396417427,0.7077900843,290,-1.039455679,0.229888244,2261.9854187 +243,-1.35650337,0.7185539404,290,-1.039455679,0.229888244,2224.3085276 +244,-1.248884539,0.7274156818,290,-1.039455679,0.229888244,2098.7990218 +245,-1.395014798,0.5761185243,290,-1.039455679,0.229888244,1878.9259721 +246,-1.433377362,0.6064716109,290,-1.039455679,0.229888244,2053.0741628 +247,-1.408172432,0.5903155476,290,-1.039455679,0.229888244,1948.8951677 +248,-1.749645898,0.7757118084,290,-1.039455679,0.229888244,3224.0058242 +249,-1.571626686,0.615046989,290,-1.039455679,0.229888244,2436.1043743 +250,-1.514070049,0.6303003037,290,-1.039455679,0.229888244,2315.4271964 +251,-1.480890369,0.6237966528,290,-1.039455679,0.229888244,2215.1660985 +252,-1.704390658,0.5281680612,290,-1.039455679,0.229888244,2699.1466934 +253,-1.64434733,0.5254277498,290,-1.039455679,0.229888244,2501.1111415 +254,-1.703855997,0.4792484842,290,-1.039455679,0.229888244,2644.5109056 +255,-1.692002383,0.5748825051,290,-1.039455679,0.229888244,2721.0317581 +256,-1.854136457,0.5544643913,290,-1.039455679,0.229888244,3216.950617 +257,-1.665021206,0.520317736,290,-1.039455679,0.229888244,2561.1854145 +258,-1.733654349,0.4845187345,290,-1.039455679,0.229888244,2751.0680011 +259,-1.720938188,0.5135933906,290,-1.039455679,0.229888244,2737.1102428 +260,-1.742668307,0.553296122,290,-1.039455679,0.229888244,2852.9630937 +261,-1.965659039,0.7142126903,290,-1.039455679,0.229888244,3715.7229486 +262,-1.944438071,0.6772834804,290,-1.039455679,0.229888244,3615.7832555 +263,-1.270340967,0.7681487096,290,-1.039455679,0.229888244,2271.5444351 +264,-1.353091884,0.6549276821,290,-1.039455679,0.229888244,2015.1778422 +265,-1.333236659,0.6413584414,290,-1.039455679,0.229888244,1934.3674223 +266,-1.352015998,0.6753788907,290,-1.039455679,0.229888244,2077.501061 +267,-1.377988483,0.6577816235,290,-1.039455679,0.229888244,2073.3138189 +268,-2.13075611,0.8318642051,290,-1.039455679,0.229888244,4279.4877439 +269,-2.097910953,0.8259670014,290,-1.039455679,0.229888244,4188.6227735 +270,-1.416382069,0.6694271549,290,-1.039455679,0.229888244,2187.4555955 +271,-1.538905672,0.7535625993,290,-1.039455679,0.229888244,2682.8982889 +272,-1.572309477,0.7803125099,290,-1.039455679,0.229888244,2824.423703 +273,-1.87759879,0.7503853417,290,-1.039455679,0.229888244,3513.4680843 +274,1.152365588,0.590457682,290,-1.039455679,0.229888244,7611.9545844 +275,0.350198001,0.718001859,290,-1.039455679,0.229888244,5089.4838512 +276,0.046513677,0.491503852,290,-1.039455679,0.229888244,4113.0121438 +277,0.027510309,0.742571376,290,-1.039455679,0.229888244,4146.0917553 +278,0.306285725,-0.214631579,290,-1.039455679,0.229888244,5570.2956371 +279,-1.100564889,0.318051531,290,-1.039455679,0.229888244,419.77058633 +280,-1.078582306,0.301437596,290,-1.039455679,0.229888244,320.42309765 +281,-1.137371989,-0.617634065,290,-1.039455679,0.229888244,3377.081925 +282,0.784356344,0.703272339,290,-1.039455679,0.229888244,6374.6214522 +283,-1.221209947,0.218327455,290,-1.039455679,0.229888244,703.36506741 +284,2.347301921,-0.449114658,290,-1.039455679,0.229888244,11183.929939 +285,0.246820618,0.830553713,290,-1.039455679,0.229888244,4794.6841689 +286,0.829414965,0.703288228,290,-1.039455679,0.229888244,6502.3328887 +287,-1.337537566,0.42332223,290,-1.039455679,0.229888244,1353.2910935 +288,0.882453706,0.454478077,290,-1.039455679,0.229888244,7023.0072237 +289,1.575629659,0.416419109,290,-1.039455679,0.229888244,9171.4732755 +290,-1.039455679,0.229888244,290,-1.039455679,0.229888244,0 +291,0.489558039,0.934482747,290,-1.039455679,0.229888244,5394.2387841 +292,0.081344504,0.88384514,290,-1.039455679,0.229888244,4396.218153 +293,-1.547979814,0.300350308,290,-1.039455679,0.229888244,1961.8749567 +294,0.040776181,0.168560074,290,-1.039455679,0.229888244,4191.4644217 +295,-1.130374745,0.563894876,290,-1.039455679,0.229888244,1363.4733679 +296,1.578326642,0.478507176,290,-1.039455679,0.229888244,8990.9974761 +297,-1.12861823,-0.291640865,290,-1.039455679,0.229888244,2095.0417446 +298,0.310524208,0.770885792,290,-1.039455679,0.229888244,4966.1710512 +299,0.415649091,-0.387246002,290,-1.039455679,0.229888244,6150.5359385 +300,-0.926533878,-0.188022748,290,-1.039455679,0.229888244,1713.8318541 +301,1.258856172,-0.11716081,290,-1.039455679,0.229888244,9128.6211541 +302,-1.126050026,0.322941926,290,-1.039455679,0.229888244,494.61041313 +303,2.002785835,0.07893892,290,-1.039455679,0.229888244,11159.670501 +304,0.440437607,0.746258085,290,-1.039455679,0.229888244,5344.9496564 +305,-0.030391866,0.214441206,290,-1.039455679,0.229888244,3890.2196782 +306,0.521557815,-0.058929362,290,-1.039455679,0.229888244,6237.4181717 +307,-0.097005111,0.13317729,290,-1.039455679,0.229888244,3685.2200737 +308,1.83113859,0.221857587,290,-1.039455679,0.229888244,10361.935198 +309,0.222428864,0.099404236,290,-1.039455679,0.229888244,4943.5090369 +310,-1.702731345,0.8728568183,290,-1.039455679,0.229888244,3326.2383046 +311,-0.418507569,0.278324921,290,-1.039455679,0.229888244,2385.5328909 +312,-1.41153306,0.339029988,290,-1.039455679,0.229888244,1477.6876401 +313,0.357560442,0.114788776,290,-1.039455679,0.229888244,5451.2134108 +314,0.325818979,0.268352149,290,-1.039455679,0.229888244,5212.8132807 +315,-1.246004659,-0.663679965,290,-1.039455679,0.229888244,3621.6076691 +316,1.814603087,0.637404484,290,-1.039455679,0.229888244,8844.4736168 +317,1.843704281,-0.18300445,290,-1.039455679,0.229888244,11425.086292 +318,1.690644492,-0.211480909,290,-1.039455679,0.229888244,10852.357231 +319,-1.275451936,0.068109467,290,-1.039455679,0.229888244,1123.8820386 +320,0.762430171,-0.207594741,290,-1.039455679,0.229888244,7285.0595351 +321,0.265668905,-0.014647884,290,-1.039455679,0.229888244,5211.7071696 +322,-2.773032013,-0.335515811,290,-1.039455679,0.229888244,7116.8905293 +323,-1.469512853,0.174058777,290,-1.039455679,0.229888244,1682.6526356 +324,0.286276986,0.785925691,290,-1.039455679,0.229888244,4897.5108118 +325,-1.379324697,0.377432233,290,-1.039455679,0.229888244,1409.4320292 +326,-1.203778265,0.212813032,290,-1.039455679,0.229888244,638.55004218 +327,0.579916301,0.611743168,290,-1.039455679,0.229888244,5856.3638113 +328,0.267582642,0.868113908,290,-1.039455679,0.229888244,4856.4379691 +329,0.412869244,-0.050245578,290,-1.039455679,0.229888244,5811.2445018 +330,0.17524381,0.976660285,290,-1.039455679,0.229888244,4682.9092134 +331,0.743157214,0.204812899,290,-1.039455679,0.229888244,6834.6838316 +332,-1.070758176,0.269382282,290,-1.039455679,0.229888244,197.2432416 +333,-1.230364251,0.329790229,290,-1.039455679,0.229888244,827.1126093 +334,-1.374813124,-0.024926835,290,-1.039455679,0.229888244,1659.7678659 +335,0.519780566,0.463669906,290,-1.039455679,0.229888244,5777.4478716 +336,-1.55108034,0.239698561,290,-1.039455679,0.229888244,1970.1229934 +337,0.180294813,0.029739425,290,-1.039455679,0.229888244,4841.6317676 +338,0.67820924,0.268170153,290,-1.039455679,0.229888244,6527.3044791 +339,0.445798684,1.024001867,290,-1.039455679,0.229888244,5270.4825151 +340,0.691751283,0.150521402,290,-1.039455679,0.229888244,6696.7699671 +341,-1.036643551,-0.903056181,290,-1.039455679,0.229888244,4487.6032939 +342,-0.120287036,1.083325163,290,-1.039455679,0.229888244,4248.1942645 +343,2.823513113,-0.304487164,290,-1.039455679,0.229888244,9677.2083958 +344,0.457583172,1.12513373,290,-1.039455679,0.229888244,5276.0213892 +345,0.042918831,0.813795399,290,-1.039455679,0.229888244,4241.5261619 +346,1.196146777,-0.853142756,290,-1.039455679,0.229888244,8608.3184101 +347,0.206001358,-0.010430701,290,-1.039455679,0.229888244,4978.3277485 +348,-0.268308653,0.234799412,290,-1.039455679,0.229888244,2968.3608933 +349,0.759363263,0.736189579,290,-1.039455679,0.229888244,6261.9230289 +350,0.181363926,0.891988372,290,-1.039455679,0.229888244,4648.0405891 +351,-0.021111158,0.139103292,290,-1.039455679,0.229888244,3973.568398 +352,-0.093355215,0.630686981,290,-1.039455679,0.229888244,3701.2310712 +353,0.40118964,0.681375926,290,-1.039455679,0.229888244,5255.0651222 +354,-0.721197315,1.304706234,290,-1.039455679,0.229888244,4315.0371857 +355,-1.076150317,0.212107639,290,-1.039455679,0.229888244,158.33605119 +356,-1.577164531,0.273993443,290,-1.039455679,0.229888244,2068.2287958 +357,-0.190788414,0.182208586,290,-1.039455679,0.229888244,3291.0910737 +358,-0.261349752,0.209710184,290,-1.039455679,0.229888244,3005.1037632 +359,-1.029303852,0.083549259,290,-1.039455679,0.229888244,581.00531515 +360,-1.268609162,0.330525297,290,-1.039455679,0.229888244,958.49218927 +361,1.282982244,-0.926641967,290,-1.039455679,0.229888244,8679.8991587 +362,0.217352334,0.731352408,290,-1.039455679,0.229888244,4695.0020125 +363,-1.511833084,0.258629297,290,-1.039455679,0.229888244,1818.0322515 +364,0.338812194,0.823184618,290,-1.039455679,0.229888244,5040.8875707 +365,-0.324406489,1.134201999,290,-1.039455679,0.229888244,4068.0040775 +366,1.389579348,0.399185724,290,-1.039455679,0.229888244,8722.9814462 +367,2.047152199,-0.039082036,290,-1.039455679,0.229888244,11657.947175 +368,0.947780369,0.568250077,290,-1.039455679,0.229888244,7057.2890942 +369,0.763824846,0.576754987,290,-1.039455679,0.229888244,6474.7557937 +370,-0.142334657,0.928153068,290,-1.039455679,0.229888244,3931.9214123 +371,0.610266567,0.547265983,290,-1.039455679,0.229888244,6011.833617 +372,0.210731629,0.746815056,290,-1.039455679,0.229888244,4678.0317601 +373,-1.34931644,0.316895224,290,-1.039455679,0.229888244,1230.2246203 +374,2.407696481,0.655030745,290,-1.039455679,0.229888244,8758.8860182 +375,0.64207831,0.545359131,290,-1.039455679,0.229888244,6118.1102054 +376,1.174597538,0.840588356,290,-1.039455679,0.229888244,7099.6731187 +377,0.660059424,0.010604079,290,-1.039455679,0.229888244,6708.6212039 +378,-0.730263819,0.010486456,290,-1.039455679,0.229888244,1492.3878553 +379,0.831068936,0.512339172,290,-1.039455679,0.229888244,6773.7863343 +380,1.301180979,0.72367476,290,-1.039455679,0.229888244,7667.8140498 +381,1.811128231,0.322854402,290,-1.039455679,0.229888244,9977.0438359 +382,0.435105812,0.992284428,290,-1.039455679,0.229888244,5253.9747461 +383,0.62643634,0.592027932,290,-1.039455679,0.229888244,6022.0413238 +384,0.492988703,-0.516339467,290,-1.039455679,0.229888244,6539.27086 +385,-0.162469483,0.112549365,290,-1.039455679,0.229888244,3448.7943794 +386,0.314630866,0.472006421,290,-1.039455679,0.229888244,5056.1818125 +387,0.166744804,0.822815954,290,-1.039455679,0.229888244,4578.1190983 +388,0.417159608,0.965805736,290,-1.039455679,0.229888244,5218.9348866 +389,0.106334961,0.868774244,290,-1.039455679,0.229888244,4447.0335247 +390,0.815086969,-0.338144359,290,-1.039455679,0.229888244,7565.5482476 +391,0.59867455,-0.230624824,290,-1.039455679,0.229888244,6681.9024882 +392,1.915104874,0.066220985,290,-1.039455679,0.229888244,11059.380187 +393,1.278093622,0.064463721,290,-1.039455679,0.229888244,9000.4218293 +394,-0.061477853,0.302997961,290,-1.039455679,0.229888244,3735.9545451 +395,0.251311504,0.626976942,290,-1.039455679,0.229888244,4798.7368492 +396,2.950242872,0.149095644,290,-1.039455679,0.229888244,8785.7636246 +397,-0.180294708,0.35375117,290,-1.039455679,0.229888244,3284.5169809 +398,1.010448592,-0.351180233,290,-1.039455679,0.229888244,8295.2274367 +399,-1.748740498,0.3686318073,290,-1.039455679,0.229888244,2732.5137957 +400,2.699635665,0.123533791,290,-1.039455679,0.229888244,9707.8770529 +401,0.496808033,0.823843254,290,-1.039455679,0.229888244,5464.5640228 +402,0.129574704,0.763364087,290,-1.039455679,0.229888244,4449.6955091 +403,1.798920311,0.817447563,290,-1.039455679,0.229888244,8157.7344865 +404,0.335987953,0.746786541,290,-1.039455679,0.229888244,5042.0213259 +405,-1.085413643,0.292154671,290,-1.039455679,0.229888244,302.90075718 +406,-0.155321003,0.508207011,290,-1.039455679,0.229888244,3418.3934911 +407,0.620529244,-0.301175104,290,-1.039455679,0.229888244,6820.0038151 +408,1.684402744,0.368716966,290,-1.039455679,0.229888244,9569.2750137 +409,0.300582244,-0.386397212,290,-1.039455679,0.229888244,5743.8334242 +410,2.913555946,-0.009225192,290,-1.039455679,0.229888244,9143.1166839 +411,1.465101417,0.493232532,290,-1.039455679,0.229888244,8680.153328 +412,0.090612882,0.907955955,290,-1.039455679,0.229888244,4438.3492131 +413,2.987564726,-0.729568594,290,-1.039455679,0.229888244,8827.1753371 +414,-1.484261606,0.224149272,290,-1.039455679,0.229888244,1716.0868484 +415,0.164073421,0.303955133,290,-1.039455679,0.229888244,4584.1508816 +416,0.141441293,0.167552546,290,-1.039455679,0.229888244,4579.3015549 +417,2.931321023,-0.506718887,290,-1.039455679,0.229888244,9214.4333024 +418,2.21951565,0.700596356,290,-1.039455679,0.229888244,8732.959685 +419,0.268112576,1.199114336,290,-1.039455679,0.229888244,4997.073513 +420,0.978913739,0.359223811,290,-1.039455679,0.229888244,7488.7036686 +421,1.210898818,0.522863584,290,-1.039455679,0.229888244,7922.9740149 +422,2.347397336,0.129231362,290,-1.039455679,0.229888244,10724.963041 +423,0.614394501,0.556878345,290,-1.039455679,0.229888244,6016.3906909 +424,-1.398079356,0.148483366,290,-1.039455679,0.229888244,1431.2608873 +425,2.535303836,-0.112984496,290,-1.039455679,0.229888244,10692.352866 +426,-1.019372593,-0.405322349,290,-1.039455679,0.229888244,2517.2734964 +427,-1.297785627,-0.160104069,290,-1.039455679,0.229888244,1848.9669751 +428,2.144554488,0.205051084,290,-1.039455679,0.229888244,10713.010591 +429,-2.242387083,-0.426171285,290,-1.039455679,0.229888244,5324.4475449 +430,0.338637212,0.909723676,290,-1.039455679,0.229888244,5038.4617982 +431,-0.148798452,0.691042401,290,-1.039455679,0.229888244,3587.6507896 +432,0.893524764,0.441829531,290,-1.039455679,0.229888244,7077.9333643 +433,0.969229347,-0.368847936,290,-1.039455679,0.229888244,8147.7215154 +434,0.436043248,0.800045688,290,-1.039455679,0.229888244,5310.7334776 +435,1.687946607,1.081504775,290,-1.039455679,0.229888244,7091.6302208 +436,0.522302046,-0.034889271,290,-1.039455679,0.229888244,6218.5701661 +437,-0.178996113,-0.438090009,290,-1.039455679,0.229888244,4246.4636288 +438,-1.094339566,0.301444068,290,-1.039455679,0.229888244,352.5806453 +439,-1.064070054,0.242569932,290,-1.039455679,0.229888244,107.27631131 +440,-1.068153768,0.230387998,290,-1.039455679,0.229888244,110.69362904 +441,-3.00496892,-0.23989155,290,-1.039455679,0.229888244,7929.4174932 +442,0.21751974,0.766874888,290,-1.039455679,0.229888244,4701.2360594 +443,0.117229532,0.007619006,290,-1.039455679,0.229888244,4619.8886717 +444,0.777758451,0.420554741,290,-1.039455679,0.229888244,6713.5036434 +445,-0.252356999,0.250747086,290,-1.039455679,0.229888244,3024.4652955 +446,0.363148444,0.768483434,290,-1.039455679,0.229888244,5116.0904811 +447,0.903191366,-0.118210676,290,-1.039455679,0.229888244,7758.1440601 +448,-0.205755923,0.149406178,290,-1.039455679,0.229888244,3254.1667389 +449,1.811996086,0.02364353,290,-1.039455679,0.229888244,10924.661208 +450,-1.100670221,0.314845373,290,-1.039455679,0.229888244,409.55855531 +451,0.340078597,0.850105132,290,-1.039455679,0.229888244,5042.5969732 +452,0.258757267,0.804969236,290,-1.039455679,0.229888244,4822.7124084 +453,2.78505352,-0.155160804,290,-1.039455679,0.229888244,9775.0010327 +454,0.800551619,0.105822106,290,-1.039455679,0.229888244,7155.2581033 +455,0.437940882,-0.506194031,290,-1.039455679,0.229888244,6344.9733594 +456,2.230431122,0.63458615,290,-1.039455679,0.229888244,8986.231983 +457,0.527965361,0.127667701,290,-1.039455679,0.229888244,6094.0716783 +458,-0.063643205,0.702093448,290,-1.039455679,0.229888244,3849.1880654 +459,1.408447268,0.133010502,290,-1.039455679,0.229888244,9359.4422257 +460,0.523795955,0.280266966,290,-1.039455679,0.229888244,5944.0668923 +461,-0.975769313,0.072177659,290,-1.039455679,0.229888244,672.52997647 +462,0.549774164,-0.463663986,290,-1.039455679,0.229888244,6690.2620676 +463,0.29245874,1.095549818,290,-1.039455679,0.229888244,4981.6340592 +464,0.143625958,0.816809593,290,-1.039455679,0.229888244,4513.2919525 +465,0.671902494,0.611159853,290,-1.039455679,0.229888244,6146.5235866 +466,1.239840988,0.6724199,290,-1.039455679,0.229888244,7654.0171861 +467,0.607829703,-0.10932137,290,-1.039455679,0.229888244,6613.9954706 +468,1.763020906,0.263996692,290,-1.039455679,0.229888244,10078.712619 +469,0.378714634,0.726066797,290,-1.039455679,0.229888244,5171.9337949 +470,2.196736143,-0.153862366,290,-1.039455679,0.229888244,11968.55106 +471,0.01702415,0.148991565,290,-1.039455679,0.229888244,4113.4850136 +472,-2.998490902,-0.158002487,290,-1.039455679,0.229888244,7851.3484539 +473,-3.051262951,-0.346595608,290,-1.039455679,0.229888244,8152.4492905 +474,-1.069176439,0.182802941,290,-1.039455679,0.229888244,219.22229531 +475,0.167157509,0.595344954,290,-1.039455679,0.229888244,4527.1249832 +476,0.613855648,0.681746124,290,-1.039455679,0.229888244,5899.6303256 +477,1.037012736,0.682555367,290,-1.039455679,0.229888244,7109.670293 +478,-1.253574971,0.379755746,290,-1.039455679,0.229888244,1002.5466317 +479,3.108590453,-0.132620738,290,-1.039455679,0.229888244,8511.3727971 +480,0.565301296,0.022333262,290,-1.039455679,0.229888244,6332.7040083 +481,0.547898238,0.855555614,290,-1.039455679,0.229888244,5579.5940145 +482,0.948309381,0.417393755,290,-1.039455679,0.229888244,7297.0554507 +483,-0.050600732,0.945269213,290,-1.039455679,0.229888244,4156.6900075 +484,-0.977651478,-0.572363064,290,-1.039455679,0.229888244,3186.3186117 +485,1.102014914,0.728861163,290,-1.039455679,0.229888244,7184.3295238 +486,2.927300795,-0.282939414,290,-1.039455679,0.229888244,9281.8573619 +487,-1.154565557,0.124434095,290,-1.039455679,0.229888244,612.94258142 +488,1.855331234,0.291044755,290,-1.039455679,0.229888244,10165.535815 +489,0.830290659,0.276904518,290,-1.039455679,0.229888244,7074.3608173 +490,0.485104466,-0.234867441,290,-1.039455679,0.229888244,6258.6039039 +491,0.521367572,-0.33161327,290,-1.039455679,0.229888244,6479.5925397 +1,-1.539031704,0.7349710123,291,0.489558039,0.934482747,4828.8348851 +2,-1.536990553,0.7349663874,291,0.489558039,0.934482747,4825.4421072 +3,-1.534951779,0.7349571355,291,0.489558039,0.934482747,4822.063863 +4,-1.532906461,0.7349480293,291,0.489558039,0.934482747,4818.6696717 +5,-1.531320211,0.7346937278,291,0.489558039,0.934482747,4816.8384182 +6,-1.539451648,0.7335131775,291,0.489558039,0.934482747,4834.289916 +7,-1.537429487,0.7335445708,291,0.489558039,0.934482747,4830.8094229 +8,-1.535484998,0.7335658704,291,0.489558039,0.934482747,4827.4875313 +9,-1.533488396,0.7336036027,291,0.489558039,0.934482747,4824.0208184 +10,-1.531497785,0.7335842962,291,0.489558039,0.934482747,4820.7456084 +11,-1.530259379,0.7334777758,291,0.489558039,0.934482747,4819.0132221 +12,-1.5335454,0.7322346912,291,0.489558039,0.934482747,4828.5735442 +13,-1.531489083,0.7322238773,291,0.489558039,0.934482747,4825.1577583 +14,-1.530011122,0.7321679851,291,0.489558039,0.934482747,4822.8563831 +15,-1.53348106,0.7306614094,291,0.489558039,0.934482747,4833.5892562 +16,-1.531441779,0.7306962275,291,0.489558039,0.934482747,4830.0502036 +17,-1.529755654,0.7306933243,291,0.489558039,0.934482747,4827.2238685 +18,-1.533415048,0.7291384674,291,0.489558039,0.934482747,4838.4391225 +19,-1.531392093,0.7291705353,291,0.489558039,0.934482747,4834.9332228 +20,-1.529296523,0.7291214933,291,0.489558039,0.934482747,4831.5646179 +21,-1.535280942,0.727267644,291,0.489558039,0.934482747,4847.6714311 +22,-1.533378158,0.7276139666,291,0.489558039,0.934482747,4843.3439254 +23,-1.531340368,0.7276446587,291,0.489558039,0.934482747,4839.814347 +24,-1.528960113,0.7276398177,291,0.489558039,0.934482747,4835.8185126 +25,-1.533313146,0.7260818349,291,0.489558039,0.934482747,4848.2272226 +26,-1.531259555,0.7260958115,291,0.489558039,0.934482747,4844.7221778 +27,-1.528926415,0.7260865555,291,0.489558039,0.934482747,4840.8163816 +28,-1.531226779,0.7245511789,291,0.489558039,0.934482747,4849.698194 +29,-1.528904772,0.7245519194,291,0.489558039,0.934482747,4845.7750106 +30,-1.547195875,0.7409785979,291,0.489558039,0.934482747,4822.7915304 +31,-1.5451475,0.740980426,291,0.489558039,0.934482747,4819.3961403 +32,-1.543097679,0.7409798872,291,0.489558039,0.934482747,4816.0015312 +33,-1.540720364,0.7409892687,291,0.489558039,0.934482747,4812.0262602 +34,-1.547188511,0.7395198392,291,0.489558039,0.934482747,4827.5440961 +35,-1.545148587,0.7395226109,291,0.489558039,0.934482747,4824.1565968 +36,-1.543104538,0.7395314908,291,0.489558039,0.934482747,4820.737824 +37,-1.540727751,0.7395306258,291,0.489558039,0.934482747,4816.793369 +38,-1.547187029,0.7380014886,291,0.489558039,0.934482747,4832.5020814 +39,-1.545147315,0.7380012252,291,0.489558039,0.934482747,4829.1217152 +40,-1.54310719,0.7380060743,291,0.489558039,0.934482747,4825.719469 +41,-1.540719671,0.7380068206,291,0.489558039,0.934482747,4821.7482574 +42,-1.547187189,0.7364799098,291,0.489558039,0.934482747,4837.4744008 +43,-1.545149996,0.7364853874,291,0.489558039,0.934482747,4834.0763495 +44,-1.543106091,0.7364823484,291,0.489558039,0.934482747,4830.6904562 +45,-1.540717158,0.7364893901,291,0.489558039,0.934482747,4826.6926927 +46,-1.538663972,0.7410138672,291,0.489558039,0.934482747,4808.5290467 +47,-1.53695285,0.7409699132,291,0.489558039,0.934482747,4805.8253516 +48,-1.534910498,0.7409641297,291,0.489558039,0.934482747,4802.4420911 +49,-1.533145034,0.7409536636,291,0.489558039,0.934482747,4799.5316502 +50,-1.538681336,0.7395405883,291,0.489558039,0.934482747,4813.3574107 +51,-1.536999189,0.7395183096,291,0.489558039,0.934482747,4810.6289253 +52,-1.534923633,0.7395144222,291,0.489558039,0.934482747,4807.1812079 +53,-1.533267822,0.7395654306,291,0.489558039,0.934482747,4804.2513998 +54,-1.53867273,0.7380151077,291,0.489558039,0.934482747,4818.313712 +55,-1.536980576,0.7379994392,291,0.489558039,0.934482747,4815.5444198 +56,-1.534931522,0.7379944961,291,0.489558039,0.934482747,4812.1411728 +57,-1.533387952,0.7379480264,291,0.489558039,0.934482747,4809.713553 +58,-1.538682279,0.7364914363,291,0.489558039,0.934482747,4823.2954623 +59,-1.536980704,0.7364810563,291,0.489558039,0.934482747,4820.4906477 +60,-1.534935567,0.7364752065,291,0.489558039,0.934482747,4817.0937703 +61,-1.533042592,0.7363876366,291,0.489558039,0.934482747,4814.2129138 +62,-1.545143426,0.7349628011,291,0.489558039,0.934482747,4839.0387289 +63,-1.543105297,0.7349691947,291,0.489558039,0.934482747,4835.6285161 +64,-1.541064533,0.7349647152,291,0.489558039,0.934482747,4832.2449108 +65,-1.545411803,0.7334624714,291,0.489558039,0.934482747,4844.3867346 +66,-1.543446606,0.7334780896,291,0.489558039,0.934482747,4841.065367 +67,-1.541475327,0.7334957295,291,0.489558039,0.934482747,4837.7231374 +68,-1.545401939,0.731963266,291,0.489558039,0.934482747,4849.2697132 +69,-1.54342253,0.7319915583,291,0.489558039,0.934482747,4845.8802813 +70,-1.541455867,0.7320216438,291,0.489558039,0.934482747,4842.5021296 +71,-1.545410146,0.7304422281,291,0.489558039,0.934482747,4854.2551672 +72,-1.543435491,0.7304713664,291,0.489558039,0.934482747,4850.8678923 +73,-1.541463105,0.7304997613,291,0.489558039,0.934482747,4847.4827214 +74,-1.545414768,0.7289194936,291,0.489558039,0.934482747,4859.2412643 +75,-1.543435774,0.7289538557,291,0.489558039,0.934482747,4855.8266671 +76,-1.541457714,0.7289765881,291,0.489558039,0.934482747,4852.4474984 +77,-1.539449415,0.7320555866,291,0.489558039,0.934482747,4839.0408433 +78,-1.537429183,0.7321097681,291,0.489558039,0.934482747,4835.4863032 +79,-1.535472649,0.7321497267,291,0.489558039,0.934482747,4832.0806266 +80,-1.539457899,0.7305333307,291,0.489558039,0.934482747,4844.0216759 +81,-1.537453161,0.7305750503,291,0.489558039,0.934482747,4840.5306246 +82,-1.535479385,0.7306124949,291,0.489558039,0.934482747,4837.1012496 +83,-1.53946905,0.7290102593,291,0.489558039,0.934482747,4849.010729 +84,-1.537459922,0.7290417293,291,0.489558039,0.934482747,4845.5426985 +85,-1.535451349,0.7290890157,291,0.489558039,0.934482747,4842.019813 +86,-1.535522937,0.7279887191,291,0.489558039,0.934482747,4845.7269635 +87,-1.539442524,0.7274735939,291,0.489558039,0.934482747,4853.9821314 +88,-1.537424111,0.727521351,291,0.489558039,0.934482747,4850.4422348 +89,-1.539384641,0.7259505092,291,0.489558039,0.934482747,4858.8576014 +90,-1.537372391,0.7259947145,291,0.489558039,0.934482747,4855.336429 +91,-1.535340789,0.7260435356,291,0.489558039,0.934482747,4851.7634729 +92,-1.539325716,0.7244369706,291,0.489558039,0.934482747,4863.7010226 +93,-1.537308932,0.7244801057,291,0.489558039,0.934482747,4860.1725451 +94,-1.535289068,0.7245247645,291,0.489558039,0.934482747,4856.629695 +95,-1.533261366,0.7245550236,291,0.489558039,0.934482747,4853.1163547 +96,-1.539267302,0.722921924,291,0.489558039,0.934482747,4868.5510863 +97,-1.537248972,0.7229660258,291,0.489558039,0.934482747,4865.0136709 +98,-1.535219431,0.7229916471,291,0.489558039,0.934482747,4861.5134344 +99,-1.53318962,0.7230212049,291,0.489558039,0.934482747,4857.9955723 +100,-1.531154816,0.7230299897,291,0.489558039,0.934482747,4854.5326456 +101,-1.528878341,0.7230370244,291,0.489558039,0.934482747,4850.6622943 +102,-1.539218189,0.7214009878,291,0.489558039,0.934482747,4873.4368895 +103,-1.537198791,0.7214422745,291,0.489558039,0.934482747,4869.903694 +104,-1.535179266,0.7214634354,291,0.489558039,0.934482747,4866.4317149 +105,-1.533156501,0.7214944644,291,0.489558039,0.934482747,4862.9177751 +106,-1.53113574,0.7215166021,291,0.489558039,0.934482747,4859.4319172 +107,-1.528874248,0.7215345535,291,0.489558039,0.934482747,4855.5479157 +108,-1.539217656,0.7198512397,291,0.489558039,0.934482747,4878.4995014 +109,-1.537199919,0.7199428763,291,0.489558039,0.934482747,4874.8015623 +110,-1.545425832,0.727397149,291,0.489558039,0.934482747,4864.2379037 +111,-1.543371177,0.7273916949,291,0.489558039,0.934482747,4860.8239906 +112,-1.541368852,0.7274523163,291,0.489558039,0.934482747,4857.277227 +113,-1.545349067,0.7258710923,291,0.489558039,0.934482747,4869.1010268 +114,-1.54332671,0.7258603556,291,0.489558039,0.934482747,4865.7551334 +115,-1.541346831,0.7259242142,291,0.489558039,0.934482747,4862.2322083 +116,-1.545324355,0.7243383958,291,0.489558039,0.934482747,4874.0737257 +117,-1.543292796,0.7243617413,291,0.489558039,0.934482747,4870.5978651 +118,-1.541295822,0.7244024384,291,0.489558039,0.934482747,4867.1189063 +119,-1.543193859,0.7205570215,291,0.489558039,0.934482747,4882.8752248 +120,-1.550257047,0.7386738187,291,0.489558039,0.934482747,4835.3840073 +121,-1.549335448,0.7311736483,291,0.489558039,0.934482747,4858.3929354 +122,-1.533478843,0.7179891343,291,0.489558039,0.934482747,4874.8964538 +123,-1.556150555,0.738907041,291,0.489558039,0.934482747,4844.3404729 +124,-1.554324226,0.733414257,291,0.489558039,0.934482747,4859.3235065 +125,-1.554290846,0.7288285332,291,0.489558039,0.934482747,4874.2984002 +126,-1.55122487,0.7219795312,291,0.489558039,0.934482747,4891.654419 +127,-1.525104458,0.7229399862,291,0.489558039,0.934482747,4844.5874777 +128,-1.519607711,0.7236181429,291,0.489558039,0.934482747,4833.0501795 +129,-1.513899999,0.7251107854,291,0.489558039,0.934482747,4818.4892558 +130,-1.536620762,0.7431061895,291,0.489558039,0.934482747,4798.3194008 +131,-1.5369566,0.7460845958,291,0.489558039,0.934482747,4789.1864517 +132,-1.545345528,0.7447040685,291,0.489558039,0.934482747,4807.5729563 +133,-1.532813921,0.7432306626,291,0.489558039,0.934482747,4791.5767872 +134,-1.554788248,0.7382381001,291,0.489558039,0.934482747,4844.2878332 +135,-1.540348126,0.7301594274,291,0.489558039,0.934482747,4846.7305388 +136,-1.538016084,0.7239051786,291,0.489558039,0.934482747,4863.2377145 +137,-1.525288962,0.7258085137,291,0.489558039,0.934482747,4835.57239 +138,-1.534326986,0.731241342,291,0.489558039,0.934482747,4833.1197259 +139,-1.530733872,0.7303625216,291,0.489558039,0.934482747,4829.9459838 +141,-1.534354939,0.7328219978,291,0.489558039,0.934482747,4828.0180261 +142,-1.53157084,0.7292888153,291,0.489558039,0.934482747,4834.8488541 +143,-1.525691035,0.7263799874,291,0.489558039,0.934482747,4834.3946833 +144,-1.534031287,0.7495967835,291,0.489558039,0.934482747,4772.9152351 +145,-1.527714986,0.7283095957,291,0.489558039,0.934482747,4831.5391304 +146,-1.526189586,0.7271468292,291,0.489558039,0.934482747,4832.7443567 +147,-1.555177336,0.7375563366,291,0.489558039,0.934482747,4847.1620596 +148,-1.555080283,0.7312707794,291,0.489558039,0.934482747,4867.5992154 +149,-1.53856994,0.7224180299,291,0.489558039,0.934482747,4869.0246899 +150,-1.530837883,0.729933372,291,0.489558039,0.934482747,4831.5176439 +151,-1.515066984,0.5854133365,291,0.489558039,0.934482747,5277.3509813 +152,-1.534731633,0.5368370046,291,0.489558039,0.934482747,5474.3554028 +153,-1.515231902,0.5607085576,291,0.489558039,0.934482747,5359.1524396 +154,-2.616253799,1.0684566605,291,0.489558039,0.934482747,4509.4066607 +155,-1.956071439,0.5792177723,291,0.489558039,0.934482747,5989.7113474 +156,-1.951208514,0.5602434208,291,0.489558039,0.934482747,6052.9457217 +157,-1.944675062,0.6062144545,291,0.489558039,0.934482747,5876.6036206 +158,-1.613778386,0.6077989518,291,0.489558039,0.934482747,5377.2817608 +159,-2.035029014,0.6021432345,291,0.489558039,0.934482747,5999.4605906 +160,-2.114989471,0.6801825058,291,0.489558039,0.934482747,5789.7451404 +161,-2.037382079,0.5765830025,291,0.489558039,0.934482747,6097.2029761 +162,-2.129855121,0.6585019963,291,0.489558039,0.934482747,5885.5494287 +163,-2.075141798,0.6493615843,291,0.489558039,0.934482747,5866.3662246 +164,-1.828626729,0.6948433129,291,0.489558039,0.934482747,5405.3762328 +165,-1.863329418,0.6735427691,291,0.489558039,0.934482747,5527.7894162 +166,-1.266037071,0.727988852,291,0.489558039,0.934482747,4356.9067986 +167,-1.277579582,0.7249010648,291,0.489558039,0.934482747,4388.497064 +168,-1.258418684,0.7241194816,291,0.489558039,0.934482747,4353.6702174 +169,-1.317813974,0.6804850104,291,0.489558039,0.934482747,4601.4808799 +170,-1.344165204,0.6790988904,291,0.489558039,0.934482747,4656.55484 +171,-1.427582102,0.5277120351,291,0.489558039,0.934482747,5299.6942881 +172,-1.402238616,0.457167829,291,0.489558039,0.934482747,5477.6981221 +173,-1.422454264,0.4996161999,291,0.489558039,0.934482747,5380.7045506 +174,-1.439089277,0.4894859811,291,0.489558039,0.934482747,5446.7351817 +175,-1.448126995,0.5182330266,291,0.489558039,0.934482747,5370.7779201 +176,-1.474626146,0.5881926574,291,0.489558039,0.934482747,5193.3529982 +177,-1.421139645,0.5584869783,291,0.489558039,0.934482747,5187.5374355 +178,-1.457037165,0.565943032,291,0.489558039,0.934482747,5232.5819068 +179,-2.757159358,0.3745319,291,0.489558039,0.934482747,7246.3269801 +180,-2.714309238,0.342054471,291,0.489558039,0.934482747,7382.9940014 +181,-2.000525337,0.774119946,291,0.489558039,0.934482747,5325.4297908 +183,-1.571413436,0.6777838382,291,0.489558039,0.934482747,5071.26952 +184,-1.552860289,0.6987663893,291,0.489558039,0.934482747,4970.6382344 +185,-1.521852374,0.7165827476,291,0.489558039,0.934482747,4859.7326829 +186,-1.503656267,0.6928968252,291,0.489558039,0.934482747,4905.264839 +187,-1.502753178,0.7136205882,291,0.489558039,0.934482747,4836.550774 +188,-1.631894563,0.7343596465,291,0.489558039,0.934482747,4981.0507192 +189,-1.653765416,0.6770714026,291,0.489558039,0.934482747,5208.8510893 +190,-1.719812114,0.6715965947,291,0.489558039,0.934482747,5330.3739884 +191,-1.493406659,0.6646955447,291,0.489558039,0.934482747,4978.7190348 +192,-1.469120564,0.6613469966,291,0.489558039,0.934482747,4945.8740534 +193,-1.590551461,0.5326612937,291,0.489558039,0.934482747,5590.0566631 +194,-1.625979264,0.5247742243,291,0.489558039,0.934482747,5679.6741596 +195,-1.572293943,0.5238808754,291,0.489558039,0.934482747,5586.5995052 +196,-1.610848725,0.5477107964,291,0.489558039,0.934482747,5575.2698322 +197,-1.208485554,0.7918526018,291,0.489558039,0.934482747,4058.6253729 +198,-1.335601374,0.6869083083,291,0.489558039,0.934482747,4615.9646822 +199,-1.346156996,0.6825213377,291,0.489558039,0.934482747,4649.749735 +200,-1.324381037,0.6741422347,291,0.489558039,0.934482747,4633.762115 +201,-1.242424992,0.7378949807,291,0.489558039,0.934482747,4281.550231 +202,-1.270370057,0.7392461008,291,0.489558039,0.934482747,4331.6270481 +203,-1.448950472,0.7441675014,291,0.489558039,0.934482747,4645.1365693 +204,-1.492662363,0.7523026852,291,0.489558039,0.934482747,4694.7015709 +205,-1.479098966,0.7763855017,291,0.489558039,0.934482747,4594.8851784 +206,-1.633760714,0.7869022408,291,0.489558039,0.934482747,4808.2170142 +207,-1.647406434,0.8101289331,291,0.489558039,0.934482747,4751.0532668 +208,-1.564245052,0.5701509278,291,0.489558039,0.934482747,5417.1030982 +209,-1.646289963,0.6833746083,291,0.489558039,0.934482747,5175.5698692 +210,-1.5820631,0.6751952144,291,0.489558039,0.934482747,5097.7955708 +211,-1.613236298,0.6681681791,291,0.489558039,0.934482747,5173.1628904 +212,-1.914661867,0.8212566515,291,0.489558039,0.934482747,5060.3973549 +213,-1.742133237,0.7250275956,291,0.489558039,0.934482747,5178.6220067 +214,-2.033144872,0.6557314699,291,0.489558039,0.934482747,5798.181697 +215,-2.039551981,0.6964723658,291,0.489558039,0.934482747,5653.6160428 +216,-1.247341019,0.7622473908,291,0.489558039,0.934482747,4219.2116903 +217,-1.298239787,0.7084123392,291,0.489558039,0.934482747,4478.2136028 +218,-1.308539688,0.6926545592,291,0.489558039,0.934482747,4546.1715279 +219,-1.303263185,0.6888938396,291,0.489558039,0.934482747,4547.4423317 +220,-1.852400229,0.6004246149,291,0.489558039,0.934482747,5774.5890906 +221,-1.288947707,0.7473773692,291,0.489558039,0.934482747,4342.8050994 +222,-1.372031502,0.7472790993,291,0.489558039,0.934482747,4497.8133498 +223,-1.289805721,0.7242157877,291,0.489558039,0.934482747,4414.1135066 +224,-1.350807603,0.7533498126,291,0.489558039,0.934482747,4440.3177165 +225,-1.329290365,0.7560442322,291,0.489558039,0.934482747,4392.3936129 +226,-1.410153004,0.616936428,291,0.489558039,0.934482747,4978.6451018 +227,-1.393445434,0.6308995063,291,0.489558039,0.934482747,4902.2381719 +228,-1.37595573,0.6241540638,291,0.489558039,0.934482747,4889.9360406 +229,-1.358388707,0.6172645205,291,0.489558039,0.934482747,4877.4769005 +230,-1.753741133,0.8281661666,291,0.489558039,0.934482747,4838.5478987 +231,-1.47430987,0.6834615681,291,0.489558039,0.934482747,4883.9101194 +232,-1.421012508,0.7222725206,291,0.489558039,0.934482747,4664.5811703 +233,-1.4476833,0.6978557868,291,0.489558039,0.934482747,4790.0135631 +234,-1.470370723,0.6966193374,291,0.489558039,0.934482747,4834.5647658 +235,-1.429211703,0.7037216883,291,0.489558039,0.934482747,4737.9998762 +236,-1.700578405,0.6178673663,291,0.489558039,0.934482747,5485.9052689 +237,-1.678117619,0.6331716163,291,0.489558039,0.934482747,5397.4466372 +238,-1.725644578,0.6316331145,291,0.489558039,0.934482747,5477.610836 +239,-2.14012759,0.7930497945,291,0.489558039,0.934482747,5385.7209758 +240,-2.103289431,0.7653606263,291,0.489558039,0.934482747,5458.2551292 +241,-1.318739838,0.7017808746,291,0.489558039,0.934482747,4537.8817944 +242,-1.396417427,0.7077900843,291,0.489558039,0.934482747,4665.272727 +243,-1.35650337,0.7185539404,291,0.489558039,0.934482747,4557.7786978 +244,-1.248884539,0.7274156818,291,0.489558039,0.934482747,4325.2451856 +245,-1.395014798,0.5761185243,291,0.489558039,0.934482747,5079.8552497 +246,-1.433377362,0.6064716109,291,0.489558039,0.934482747,5056.4119822 +247,-1.408172432,0.5903155476,291,0.489558039,0.934482747,5060.0093436 +248,-1.749645898,0.7757118084,291,0.489558039,0.934482747,5013.9194916 +249,-1.571626686,0.615046989,291,0.489558039,0.934482747,5280.2860649 +250,-1.514070049,0.6303003037,291,0.489558039,0.934482747,5127.9660009 +251,-1.480890369,0.6237966528,291,0.489558039,0.934482747,5089.0082954 +252,-1.704390658,0.5281680612,291,0.489558039,0.934482747,5802.1149785 +253,-1.64434733,0.5254277498,291,0.489558039,0.934482747,5709.5463264 +254,-1.703855997,0.4792484842,291,0.489558039,0.934482747,5970.7349109 +255,-1.692002383,0.5748825051,291,0.489558039,0.934482747,5620.2636529 +256,-1.854136457,0.5544643913,291,0.489558039,0.934482747,5941.6185172 +257,-1.665021206,0.520317736,291,0.489558039,0.934482747,5762.7238242 +258,-1.733654349,0.4845187345,291,0.489558039,0.934482747,6002.4326728 +259,-1.720938188,0.5135933906,291,0.489558039,0.934482747,5880.0958772 +260,-1.742668307,0.553296122,291,0.489558039,0.934482747,5776.942125 +261,-1.965659039,0.7142126903,291,0.489558039,0.934482747,5507.0528725 +262,-1.944438071,0.6772834804,291,0.489558039,0.934482747,5616.9873117 +263,-1.270340967,0.7681487096,291,0.489558039,0.934482747,4245.6478358 +264,-1.353091884,0.6549276821,291,0.489558039,0.934482747,4748.9904747 +265,-1.333236659,0.6413584414,291,0.489558039,0.934482747,4752.7140561 +266,-1.352015998,0.6753788907,291,0.489558039,0.934482747,4683.1436001 +267,-1.377988483,0.6577816235,291,0.489558039,0.934482747,4787.7805274 +268,-2.13075611,0.8318642051,291,0.489558039,0.934482747,5231.436387 +269,-2.097910953,0.8259670014,291,0.489558039,0.934482747,5225.9958065 +270,-1.416382069,0.6694271549,291,0.489558039,0.934482747,4823.2120831 +271,-1.538905672,0.7535625993,291,0.489558039,0.934482747,4768.0906503 +272,-1.572309477,0.7803125099,291,0.489558039,0.934482747,4734.8683594 +273,-1.87759879,0.7503853417,291,0.489558039,0.934482747,5270.9823253 +274,1.152365588,0.590457682,291,0.489558039,0.934482747,2294.2967671 +275,0.350198001,0.718001859,291,0.489558039,0.934482747,934.12495433 +276,0.046513677,0.491503852,291,0.489558039,0.934482747,2175.7219003 +277,0.027510309,0.742571376,291,0.489558039,0.934482747,1427.7751901 +278,0.306285725,-0.214631579,291,0.489558039,0.934482747,4593.7549337 +279,-1.100564889,0.318051531,291,0.489558039,0.934482747,5259.4346462 +280,-1.078582306,0.301437596,291,0.489558039,0.934482747,5260.7055044 +281,-1.137371989,-0.617634065,291,0.489558039,0.934482747,8263.7357898 +282,0.784356344,0.703272339,291,0.489558039,0.934482747,1208.2324875 +283,-1.221209947,0.218327455,291,0.489558039,0.934482747,5851.9413586 +284,2.347301921,-0.449114658,291,0.489558039,0.934482747,8299.1159939 +285,0.246820618,0.830553713,291,0.489558039,0.934482747,734.54354829 +286,0.829414965,0.703288228,291,0.489558039,0.934482747,1289.5719099 +287,-1.337537566,0.42332223,291,0.489558039,0.934482747,5452.4076129 +288,0.882453706,0.454478077,291,0.489558039,0.934482747,2225.1915914 +289,1.575629659,0.416419109,291,0.489558039,0.934482747,3778.1540333 +290,-1.039455679,0.229888244,291,0.489558039,0.934482747,5394.2387841 +291,0.489558039,0.934482747,291,0.489558039,0.934482747,0 +292,0.081344504,0.88384514,291,0.489558039,0.934482747,1008.6501065 +293,-1.547979814,0.300350308,291,0.489558039,0.934482747,6291.1219369 +294,0.040776181,0.168560074,291,0.489558039,0.934482747,3352.3246331 +295,-1.130374745,0.563894876,291,0.489558039,0.934482747,4569.3549242 +296,1.578326642,0.478507176,291,0.489558039,0.934482747,3598.8518672 +297,-1.12861823,-0.291640865,291,0.489558039,0.934482747,7256.4109419 +298,0.310524208,0.770885792,291,0.489558039,0.934482747,796.80601915 +299,0.415649091,-0.387246002,291,0.489558039,0.934482747,5241.5058264 +300,-0.926533878,-0.188022748,291,0.489558039,0.934482747,6461.2549004 +301,1.258856172,-0.11716081,291,0.489558039,0.934482747,4890.0150015 +302,-1.126050026,0.322941926,291,0.489558039,0.934482747,5302.6459216 +303,2.002785835,0.07893892,291,0.489558039,0.934482747,5835.0809722 +304,0.440437607,0.746258085,291,0.489558039,0.934482747,756.61710962 +305,-0.030391866,0.214441206,291,0.489558039,0.934482747,3286.7190539 +306,0.521557815,-0.058929362,291,0.489558039,0.934482747,3936.3408369 +307,-0.097005111,0.13317729,291,0.489558039,0.934482747,3686.2610425 +308,1.83113859,0.221857587,291,0.489558039,0.934482747,4978.9132229 +309,0.222428864,0.099404236,291,0.489558039,0.934482747,3418.4128647 +310,-1.702731345,0.8728568183,291,0.489558039,0.934482747,4618.3446261 +311,-0.418507569,0.278324921,291,0.489558039,0.934482747,3807.3870544 +312,-1.41153306,0.339029988,291,0.489558039,0.934482747,5881.9212702 +313,0.357560442,0.114788776,291,0.489558039,0.934482747,3274.5456654 +314,0.325818979,0.268352149,291,0.489558039,0.934482747,2687.2860655 +315,-1.246004659,-0.663679965,291,0.489558039,0.934482747,8635.092281 +316,1.814603087,0.637404484,291,0.489558039,0.934482747,3698.5785149 +317,1.843704281,-0.18300445,291,0.489558039,0.934482747,6304.182718 +318,1.690644492,-0.211480909,291,0.489558039,0.934482747,6059.0316963 +319,-1.275451936,0.068109467,291,0.489558039,0.934482747,6458.4607077 +320,0.762430171,-0.207594741,291,0.489558039,0.934482747,4616.9734738 +321,0.265668905,-0.014647884,291,0.489558039,0.934482747,3831.3037156 +322,-2.773032013,-0.335515811,291,0.489558039,0.934482747,10042.670453 +323,-1.469512853,0.174058777,291,0.489558039,0.934482747,6548.2234891 +324,0.286276986,0.785925691,291,0.489558039,0.934482747,786.76285925 +325,-1.379324697,0.377432233,291,0.489558039,0.934482747,5688.8628239 +326,-1.203778265,0.212813032,291,0.489558039,0.934482747,5829.6277031 +327,0.579916301,0.611743168,291,0.489558039,0.934482747,1302.9287148 +328,0.267582642,0.868113908,291,0.489558039,0.934482747,604.53426101 +329,0.412869244,-0.050245578,291,0.489558039,0.934482747,3908.7964332 +330,0.17524381,0.976660285,291,0.489558039,0.934482747,735.41804166 +331,0.743157214,0.204812899,291,0.489558039,0.934482747,2999.1339511 +332,-1.070758176,0.269382282,291,0.489558039,0.934482747,5343.097938 +333,-1.230364251,0.329790229,291,0.489558039,0.934482747,5517.3729713 +334,-1.374813124,-0.024926835,291,0.489558039,0.934482747,6986.9868465 +335,0.519780566,0.463669906,291,0.489558039,0.934482747,1867.0079749 +336,-1.55108034,0.239698561,291,0.489558039,0.934482747,6501.0028836 +337,0.180294813,0.029739425,291,0.489558039,0.934482747,3723.7312703 +338,0.67820924,0.268170153,291,0.489558039,0.934482747,2703.7478701 +339,0.445798684,1.024001867,291,0.489558039,0.934482747,367.45711816 +340,0.691751283,0.150521402,291,0.489558039,0.934482747,3171.8537323 +341,-1.036643551,-0.903056181,291,0.489558039,0.934482747,8846.3629445 +342,-0.120287036,1.083325163,291,0.489558039,0.934482747,1393.2982441 +343,2.823513113,-0.304487164,291,0.489558039,0.934482747,8936.757254 +344,0.457583172,1.12513373,291,0.489558039,0.934482747,757.90045479 +345,0.042918831,0.813795399,291,0.489558039,0.934482747,1223.2171838 +346,1.196146777,-0.853142756,291,0.489558039,0.934482747,7464.9648991 +347,0.206001358,-0.010430701,291,0.489558039,0.934482747,3857.588019 +348,-0.268308653,0.234799412,291,0.489558039,0.934482747,3638.8944595 +349,0.759363263,0.736189579,291,0.489558039,0.934482747,1058.9825895 +350,0.181363926,0.891988372,291,0.489558039,0.934482747,762.7228559 +351,-0.021111158,0.139103292,291,0.489558039,0.934482747,3548.0718013 +352,-0.093355215,0.630686981,291,0.489558039,0.934482747,2002.0963334 +353,0.40118964,0.681375926,291,0.489558039,0.934482747,1030.6577988 +354,-0.721197315,1.304706234,291,0.489558039,0.934482747,2336.293594 +355,-1.076150317,0.212107639,291,0.489558039,0.934482747,5536.1184584 +356,-1.577164531,0.273993443,291,0.489558039,0.934482747,6438.2748311 +357,-0.190788414,0.182208586,291,0.489558039,0.934482747,3672.89982 +358,-0.261349752,0.209710184,291,0.489558039,0.934482747,3710.7896998 +359,-1.029303852,0.083549259,291,0.489558039,0.934482747,5833.6810356 +360,-1.268609162,0.330525297,291,0.489558039,0.934482747,5600.1729894 +361,1.282982244,-0.926641967,291,0.489558039,0.934482747,7820.9623554 +362,0.217352334,0.731352408,291,0.489558039,0.934482747,1078.5707093 +363,-1.511833084,0.258629297,291,0.489558039,0.934482747,6356.9753449 +364,0.338812194,0.823184618,291,0.489558039,0.934482747,581.83329224 +365,-0.324406489,1.134201999,291,0.489558039,0.934482747,1773.9539113 +366,1.389579348,0.399185724,291,0.489558039,0.934482747,3403.8640983 +367,2.047152199,-0.039082036,291,0.489558039,0.934482747,6315.3586272 +368,0.947780369,0.568250077,291,0.489558039,0.934482747,1943.5567316 +369,0.763824846,0.576754987,291,0.489558039,0.934482747,1614.4765555 +370,-0.142334657,0.928153068,291,0.489558039,0.934482747,1477.7101835 +371,0.610266567,0.547265983,291,0.489558039,0.934482747,1572.0444115 +372,0.210731629,0.746815056,291,0.489558039,0.934482747,1041.960094 +373,-1.34931644,0.316895224,291,0.489558039,0.934482747,5820.9053224 +374,2.407696481,0.655030745,291,0.489558039,0.934482747,4891.7156972 +375,0.64207831,0.545359131,291,0.489558039,0.934482747,1601.7717432 +376,1.174597538,0.840588356,291,0.489558039,0.934482747,1729.5850196 +377,0.660059424,0.010604079,291,0.489558039,0.934482747,3702.0811457 +378,-0.730263819,0.010486456,291,0.489558039,0.934482747,5372.8189981 +379,0.831068936,0.512339172,291,0.489558039,0.934482747,1941.1505997 +380,1.301180979,0.72367476,291,0.489558039,0.934482747,2278.4649612 +381,1.811128231,0.322854402,291,0.489558039,0.934482747,4617.0281375 +382,0.435105812,0.992284428,291,0.489558039,0.934482747,259.88498083 +383,0.62643634,0.592027932,291,0.489558039,0.934482747,1409.858505 +384,0.492988703,-0.516339467,291,0.489558039,0.934482747,5746.7189223 +385,-0.162469483,0.112549365,291,0.489558039,0.934482747,3869.1230019 +386,0.314630866,0.472006421,291,0.489558039,0.934482747,1902.3214853 +387,0.166744804,0.822815954,291,0.489558039,0.934482747,924.34048679 +388,0.417159608,0.965805736,291,0.489558039,0.934482747,207.80744058 +389,0.106334961,0.868774244,291,0.489558039,0.934482747,972.5625527 +390,0.815086969,-0.338144359,291,0.489558039,0.934482747,5162.3214347 +391,0.59867455,-0.230624824,291,0.489558039,0.934482747,4629.8110111 +392,1.915104874,0.066220985,291,0.489558039,0.934482747,5669.3861006 +393,1.278093622,0.064463721,291,0.489558039,0.934482747,4284.702246 +394,-0.061477853,0.302997961,291,0.489558039,0.934482747,3019.7454732 +395,0.251311504,0.626976942,291,0.489558039,0.934482747,1384.8931351 +396,2.950242872,0.149095644,291,0.489558039,0.934482747,7583.9641886 +397,-0.180294708,0.35375117,291,0.489558039,0.934482747,3063.0604264 +398,1.010448592,-0.351180233,291,0.489558039,0.934482747,5394.8686664 +399,-1.748740498,0.3686318073,291,0.489558039,0.934482747,6433.2137267 +400,2.699635665,0.123533791,291,0.489558039,0.934482747,7233.9427616 +401,0.496808033,0.823843254,291,0.489558039,0.934482747,438.62350503 +402,0.129574704,0.763364087,291,0.489558039,0.934482747,1153.7863668 +403,1.798920311,0.817447563,291,0.489558039,0.934482747,3196.24028 +404,0.335987953,0.746786541,291,0.489558039,0.934482747,845.50279344 +405,-1.085413643,0.292154671,291,0.489558039,0.934482747,5305.6227562 +406,-0.155321003,0.508207011,291,0.489558039,0.934482747,2507.3190157 +407,0.620529244,-0.301175104,291,0.489558039,0.934482747,4914.8081241 +408,1.684402744,0.368716966,291,0.489558039,0.934482747,4178.0876147 +409,0.300582244,-0.386397212,291,0.489558039,0.934482747,5272.0133721 +410,2.913555946,-0.009225192,291,0.489558039,0.934482747,8093.3939069 +411,1.465101417,0.493232532,291,0.489558039,0.934482747,3290.7421275 +412,0.090612882,0.907955955,291,0.489558039,0.934482747,957.36825444 +413,2.987564726,-0.729568594,291,0.489558039,0.934482747,10572.508904 +414,-1.484261606,0.224149272,291,0.489558039,0.934482747,6413.9242051 +415,0.164073421,0.303955133,291,0.489558039,0.934482747,2691.121519 +416,0.141441293,0.167552546,291,0.489558039,0.934482747,3233.486129 +417,2.931321023,-0.506718887,291,0.489558039,0.934482747,9815.2854617 +418,2.21951565,0.700596356,291,0.489558039,0.934482747,4388.5362751 +419,0.268112576,1.199114336,291,0.489558039,0.934482747,1125.2549797 +420,0.978913739,0.359223811,291,0.489558039,0.934482747,2717.4005153 +421,1.210898818,0.522863584,291,0.489558039,0.934482747,2625.5707949 +422,2.347397336,0.129231362,291,0.489558039,0.934482747,6472.3652585 +423,0.614394501,0.556878345,291,0.489558039,0.934482747,1537.3145358 +424,-1.398079356,0.148483366,291,0.489558039,0.934482747,6476.0807327 +425,2.535303836,-0.112984496,291,0.489558039,0.934482747,7683.5475142 +426,-1.019372593,-0.405322349,291,0.489558039,0.934482747,7359.9935317 +427,-1.297785627,-0.160104069,291,0.489558039,0.934482747,7240.246944 +428,2.144554488,0.205051084,291,0.489558039,0.934482747,5766.0409111 +429,-2.242387083,-0.426171285,291,0.489558039,0.934482747,10091.65454 +430,0.338637212,0.909723676,291,0.489558039,0.934482747,373.96960804 +431,-0.148798452,0.691042401,291,0.489558039,0.934482747,1957.5821569 +432,0.893524764,0.441829531,291,0.489558039,0.934482747,2287.3788248 +433,0.969229347,-0.368847936,291,0.489558039,0.934482747,5417.3220592 +434,0.436043248,0.800045688,291,0.489558039,0.934482747,549.74238554 +435,1.687946607,1.081504775,291,0.489558039,0.934482747,2471.6928987 +436,0.522302046,-0.034889271,291,0.489558039,0.934482747,3841.2116388 +437,-0.178996113,-0.438090009,291,0.489558039,0.934482747,5900.407712 +438,-1.094339566,0.301444068,291,0.489558039,0.934482747,5297.1289254 +439,-1.064070054,0.242569932,291,0.489558039,0.934482747,5411.8408172 +440,-1.068153768,0.230387998,291,0.489558039,0.934482747,5459.7521948 +441,-3.00496892,-0.23989155,291,0.489558039,0.934482747,9479.1951785 +442,0.21751974,0.766874888,291,0.489558039,0.934482747,968.59020729 +443,0.117229532,0.007619006,291,0.489558039,0.934482747,3869.3259221 +444,0.777758451,0.420554741,291,0.489558039,0.934482747,2209.2508276 +445,-0.252356999,0.250747086,291,0.489558039,0.934482747,3553.1883746 +446,0.363148444,0.768483434,291,0.489558039,0.934482747,734.75171108 +447,0.903191366,-0.118210676,291,0.489558039,0.934482747,4393.139374 +448,-0.205755923,0.149406178,291,0.489558039,0.934482747,3815.113039 +449,1.811996086,0.02364353,291,0.489558039,0.934482747,5565.1791033 +450,-1.100670221,0.314845373,291,0.489558039,0.934482747,5269.721737 +451,0.340078597,0.850105132,291,0.489558039,0.934482747,499.18082532 +452,0.258757267,0.804969236,291,0.489558039,0.934482747,779.40659665 +453,2.78505352,-0.155160804,291,0.489558039,0.934482747,8357.8643362 +454,0.800551619,0.105822106,291,0.489558039,0.934482747,3432.1036206 +455,0.437940882,-0.506194031,291,0.489558039,0.934482747,5709.2857435 +456,2.230431122,0.63458615,291,0.489558039,0.934482747,4609.9452689 +457,0.527965361,0.127667701,291,0.489558039,0.934482747,3198.1780527 +458,-0.063643205,0.702093448,291,0.489558039,0.934482747,1736.3423381 +459,1.408447268,0.133010502,291,0.489558039,0.934482747,4310.7033273 +460,0.523795955,0.280266966,291,0.489558039,0.934482747,2593.5263046 +461,-0.975769313,0.072177659,291,0.489558039,0.934482747,5743.8767808 +462,0.549774164,-0.463663986,291,0.489558039,0.934482747,5541.9321132 +463,0.29245874,1.095549818,291,0.489558039,0.934482747,757.01883924 +464,0.143625958,0.816809593,291,0.489558039,0.934482747,989.06213061 +465,0.671902494,0.611159853,291,0.489558039,0.934482747,1377.7316386 +466,1.239840988,0.6724199,291,0.489558039,0.934482747,2264.1143241 +467,0.607829703,-0.10932137,291,0.489558039,0.934482747,4153.3928344 +468,1.763020906,0.263996692,291,0.489558039,0.934482747,4686.7799524 +469,0.378714634,0.726066797,291,0.489558039,0.934482747,876.20862537 +470,2.196736143,-0.153862366,291,0.489558039,0.934482747,7032.0388642 +471,0.01702415,0.148991565,291,0.489558039,0.934482747,3457.3622628 +472,-2.998490902,-0.158002487,291,0.489558039,0.934482747,9175.8028425 +473,-3.051262951,-0.346595608,291,0.489558039,0.934482747,9817.7952108 +474,-1.069176439,0.182802941,291,0.489558039,0.934482747,5612.4698937 +475,0.167157509,0.595344954,291,0.489558039,0.934482747,1618.3164855 +476,0.613855648,0.681746124,291,0.489558039,0.934482747,1056.0060482 +477,1.037012736,0.682555367,291,0.489558039,0.934482747,1777.0030533 +478,-1.253574971,0.379755746,291,0.489558039,0.934482747,5410.1763287 +479,3.108590453,-0.132620738,291,0.489558039,0.934482747,8854.4944664 +480,0.565301296,0.022333262,291,0.489558039,0.934482747,3621.5485383 +481,0.547898238,0.855555614,291,0.489558039,0.934482747,344.33395534 +482,0.948309381,0.417393755,291,0.489558039,0.934482747,2461.1460385 +483,-0.050600732,0.945269213,291,0.489558039,0.934482747,1252.712608 +484,-0.977651478,-0.572363064,291,0.489558039,0.934482747,7782.9167433 +485,1.102014914,0.728861163,291,0.489558039,0.934482747,1801.3033212 +486,2.927300795,-0.282939414,291,0.489558039,0.934482747,9074.7031809 +487,-1.154565557,0.124434095,291,0.489558039,0.934482747,5997.5114034 +488,1.855331234,0.291044755,291,0.489558039,0.934482747,4819.5875529 +489,0.830290659,0.276904518,291,0.489558039,0.934482747,2810.7798193 +490,0.485104466,-0.234867441,291,0.489558039,0.934482747,4631.8207571 +491,0.521367572,-0.33161327,291,0.489558039,0.934482747,5016.1864827 +1,-1.539031704,0.7349710123,292,0.081344504,0.88384514,4170.0792734 +2,-1.536990553,0.7349663874,292,0.081344504,0.88384514,4165.7174594 +3,-1.534951779,0.7349571355,292,0.081344504,0.88384514,4161.3700619 +4,-1.532906461,0.7349480293,292,0.081344504,0.88384514,4157.0050069 +5,-1.531320211,0.7346937278,292,0.081344504,0.88384514,4154.2857083 +6,-1.539451648,0.7335131775,292,0.081344504,0.88384514,4174.9331931 +7,-1.537429487,0.7335445708,292,0.081344504,0.88384514,4170.511864 +8,-1.535484998,0.7335658704,292,0.081344504,0.88384514,4166.28162 +9,-1.533488396,0.7336036027,292,0.081344504,0.88384514,4161.8921596 +10,-1.531497785,0.7335842962,292,0.081344504,0.88384514,4157.6669717 +11,-1.530259379,0.7334777758,292,0.081344504,0.88384514,4155.2923031 +12,-1.5335454,0.7322346912,292,0.081344504,0.88384514,4165.7210585 +13,-1.531489083,0.7322238773,292,0.081344504,0.88384514,4161.3286896 +14,-1.530011122,0.7321679851,292,0.081344504,0.88384514,4158.2998416 +15,-1.53348106,0.7306614094,292,0.081344504,0.88384514,4169.8452409 +16,-1.531441779,0.7306962275,292,0.081344504,0.88384514,4165.362367 +17,-1.529755654,0.7306933243,292,0.081344504,0.88384514,4161.7393177 +18,-1.533415048,0.7291384674,292,0.081344504,0.88384514,4173.8320499 +19,-1.531392093,0.7291705353,292,0.081344504,0.88384514,4169.3882644 +20,-1.529296523,0.7291214933,292,0.081344504,0.88384514,4165.0045636 +21,-1.535280942,0.727267644,292,0.081344504,0.88384514,4182.9274469 +22,-1.533378158,0.7276139666,292,0.081344504,0.88384514,4177.8883889 +23,-1.531340368,0.7276446587,292,0.081344504,0.88384514,4173.4128955 +24,-1.528960113,0.7276398177,292,0.081344504,0.88384514,4168.2916793 +25,-1.533313146,0.7260818349,292,0.081344504,0.88384514,4181.9074611 +26,-1.531259555,0.7260958115,292,0.081344504,0.88384514,4177.4396976 +27,-1.528926415,0.7260865555,292,0.081344504,0.88384514,4172.42809 +28,-1.531226779,0.7245511789,292,0.081344504,0.88384514,4181.5613869 +29,-1.528904772,0.7245519194,292,0.081344504,0.88384514,4176.5428083 +30,-1.547195875,0.7409785979,292,0.081344504,0.88384514,4171.2236374 +31,-1.5451475,0.740980426,292,0.081344504,0.88384514,4166.8553755 +32,-1.543097679,0.7409798872,292,0.081344504,0.88384514,4162.4872041 +33,-1.540720364,0.7409892687,292,0.081344504,0.88384514,4157.3900025 +34,-1.547188511,0.7395198392,292,0.081344504,0.88384514,4175.1668244 +35,-1.545148587,0.7395226109,292,0.081344504,0.88384514,4170.8106768 +36,-1.543104538,0.7395314908,292,0.081344504,0.88384514,4166.42597 +37,-1.540727751,0.7395306258,292,0.081344504,0.88384514,4161.3537993 +38,-1.547187029,0.7380014886,292,0.081344504,0.88384514,4179.2869538 +39,-1.545147315,0.7380012252,292,0.081344504,0.88384514,4174.936042 +40,-1.54310719,0.7380060743,292,0.081344504,0.88384514,4170.5671721 +41,-1.540719671,0.7380068206,292,0.081344504,0.88384514,4165.463674 +42,-1.547187189,0.7364799098,292,0.081344504,0.88384514,4183.4220979 +43,-1.545149996,0.7364853874,292,0.081344504,0.88384514,4179.0575387 +44,-1.543106091,0.7364823484,292,0.081344504,0.88384514,4174.698566 +45,-1.540717158,0.7364893901,292,0.081344504,0.88384514,4169.5709444 +46,-1.538663972,0.7410138672,292,0.081344504,0.88384514,4152.9328625 +47,-1.53695285,0.7409699132,292,0.081344504,0.88384514,4149.3957284 +48,-1.534910498,0.7409641297,292,0.081344504,0.88384514,4145.0447383 +49,-1.533145034,0.7409536636,292,0.081344504,0.88384514,4141.2957758 +50,-1.538681336,0.7395405883,292,0.081344504,0.88384514,4156.9542048 +51,-1.536999189,0.7395183096,292,0.081344504,0.88384514,4153.4177447 +52,-1.534923633,0.7395144222,292,0.081344504,0.88384514,4148.9873474 +53,-1.533267822,0.7395654306,292,0.081344504,0.88384514,4145.3044901 +54,-1.53867273,0.7380151077,292,0.081344504,0.88384514,4161.0639971 +55,-1.536980576,0.7379994392,292,0.081344504,0.88384514,4157.4854175 +56,-1.534931522,0.7379944961,292,0.081344504,0.88384514,4153.1111259 +57,-1.533387952,0.7379480264,292,0.081344504,0.88384514,4149.9292696 +58,-1.538682279,0.7364914363,292,0.081344504,0.88384514,4165.2105418 +59,-1.536980704,0.7364810563,292,0.081344504,0.88384514,4161.594654 +60,-1.534935567,0.7364752065,292,0.081344504,0.88384514,4157.2277844 +61,-1.533042592,0.7363876366,292,0.081344504,0.88384514,4153.4049941 +62,-1.545143426,0.7349628011,292,0.081344504,0.88384514,4183.1803458 +63,-1.543105297,0.7349691947,292,0.081344504,0.88384514,4178.8046735 +64,-1.541064533,0.7349647152,292,0.081344504,0.88384514,4174.4496913 +65,-1.545411803,0.7334624714,292,0.081344504,0.88384514,4187.833502 +66,-1.543446606,0.7334780896,292,0.081344504,0.88384514,4183.5859173 +67,-1.541475327,0.7334957295,292,0.081344504,0.88384514,4179.3169117 +68,-1.545401939,0.731963266,292,0.081344504,0.88384514,4191.8914851 +69,-1.54342253,0.7319915583,292,0.081344504,0.88384514,4187.5757138 +70,-1.541455867,0.7320216438,292,0.081344504,0.88384514,4183.2795014 +71,-1.545410146,0.7304422281,292,0.081344504,0.88384514,4196.0502552 +72,-1.543435491,0.7304713664,292,0.081344504,0.88384514,4191.739042 +73,-1.541463105,0.7304997613,292,0.081344504,0.88384514,4187.4318473 +74,-1.545414768,0.7289194936,292,0.081344504,0.88384514,4200.2086994 +75,-1.543435774,0.7289538557,292,0.081344504,0.88384514,4195.87063 +76,-1.541457714,0.7289765881,292,0.081344504,0.88384514,4191.5633492 +77,-1.539449415,0.7320555866,292,0.081344504,0.88384514,4178.8846258 +78,-1.537429183,0.7321097681,292,0.081344504,0.88384514,4174.4023305 +79,-1.535472649,0.7321497267,292,0.081344504,0.88384514,4170.092542 +80,-1.539457899,0.7305333307,292,0.081344504,0.88384514,4183.0372731 +81,-1.537453161,0.7305750503,292,0.081344504,0.88384514,4178.6186493 +82,-1.535479385,0.7306124949,292,0.081344504,0.88384514,4174.2752972 +83,-1.53946905,0.7290102593,292,0.081344504,0.88384514,4187.2006438 +84,-1.537459922,0.7290417293,292,0.081344504,0.88384514,4182.7970426 +85,-1.535451349,0.7290890157,292,0.081344504,0.88384514,4178.348764 +86,-1.535522937,0.7279887191,292,0.081344504,0.88384514,4181.4900793 +87,-1.539442524,0.7274735939,292,0.081344504,0.88384514,4191.3227654 +88,-1.537424111,0.727521351,292,0.081344504,0.88384514,4186.8514681 +89,-1.539384641,0.7259505092,292,0.081344504,0.88384514,4195.3431343 +90,-1.537372391,0.7259947145,292,0.081344504,0.88384514,4190.8912718 +91,-1.535340789,0.7260435356,292,0.081344504,0.88384514,4186.3822724 +92,-1.539325716,0.7244369706,292,0.081344504,0.88384514,4199.3377839 +93,-1.537308932,0.7244801057,292,0.081344504,0.88384514,4194.875617 +94,-1.535289068,0.7245247645,292,0.081344504,0.88384514,4190.3997547 +95,-1.533261366,0.7245550236,292,0.081344504,0.88384514,4185.943199 +96,-1.539267302,0.722921924,292,0.081344504,0.88384514,4203.3401311 +97,-1.537248972,0.7229660258,292,0.081344504,0.88384514,4198.8685521 +98,-1.535219431,0.7229916471,292,0.081344504,0.88384514,4194.4201564 +99,-1.53318962,0.7230212049,292,0.081344504,0.88384514,4189.9574604 +100,-1.531154816,0.7230299897,292,0.081344504,0.88384514,4185.5374166 +101,-1.528878341,0.7230370244,292,0.081344504,0.88384514,4180.5963254 +102,-1.539218189,0.7214009878,292,0.081344504,0.88384514,4207.381086 +103,-1.537198791,0.7214422745,292,0.081344504,0.88384514,4202.911433 +104,-1.535179266,0.7214634354,292,0.081344504,0.88384514,4198.493387 +105,-1.533156501,0.7214944644,292,0.081344504,0.88384514,4194.0384879 +106,-1.53113574,0.7215166021,292,0.081344504,0.88384514,4189.60913 +107,-1.528874248,0.7215345535,292,0.081344504,0.88384514,4184.6670958 +108,-1.539217656,0.7198512397,292,0.081344504,0.88384514,4211.6080561 +109,-1.537199919,0.7199428763,292,0.081344504,0.88384514,4207.0012764 +110,-1.545425832,0.727397149,292,0.081344504,0.88384514,4204.3826293 +111,-1.543371177,0.7273916949,292,0.081344504,0.88384514,4199.9872746 +112,-1.541368852,0.7274523163,292,0.081344504,0.88384514,4195.5212039 +113,-1.545349067,0.7258710923,292,0.081344504,0.88384514,4208.3808204 +114,-1.54332671,0.7258603556,292,0.081344504,0.88384514,4204.0657697 +115,-1.541346831,0.7259242142,292,0.081344504,0.88384514,4199.6356548 +116,-1.545324355,0.7243383958,292,0.081344504,0.88384514,4212.5114509 +117,-1.543292796,0.7243617413,292,0.081344504,0.88384514,4208.0802574 +118,-1.541295822,0.7244024384,292,0.081344504,0.88384514,4203.6731313 +119,-1.543193859,0.7205570215,292,0.081344504,0.88384514,4218.2558713 +120,-1.550257047,0.7386738187,292,0.081344504,0.88384514,4184.0021709 +121,-1.549335448,0.7311736483,292,0.081344504,0.88384514,4202.4588569 +122,-1.533478843,0.7179891343,292,0.081344504,0.88384514,4204.2807903 +123,-1.556150555,0.738907041,292,0.081344504,0.88384514,4195.9034009 +124,-1.554324226,0.733414257,292,0.081344504,0.88384514,4206.9984812 +125,-1.554290846,0.7288285332,292,0.081344504,0.88384514,4219.4574967 +126,-1.55122487,0.7219795312,292,0.081344504,0.88384514,4231.6376422 +127,-1.525104458,0.7229399862,292,0.081344504,0.88384514,4172.6912018 +128,-1.519607711,0.7236181429,292,0.081344504,0.88384514,4158.9405544 +129,-1.513899999,0.7251107854,292,0.081344504,0.88384514,4142.5213229 +130,-1.536620762,0.7431061895,292,0.081344504,0.88384514,4142.9182056 +131,-1.5369566,0.7460845958,292,0.081344504,0.88384514,4135.6020665 +132,-1.545345528,0.7447040685,292,0.081344504,0.88384514,4157.1911784 +133,-1.532813921,0.7432306626,292,0.081344504,0.88384514,4134.4492576 +134,-1.554788248,0.7382381001,292,0.081344504,0.88384514,4194.8306188 +135,-1.540348126,0.7301594274,292,0.081344504,0.88384514,4185.9644399 +136,-1.538016084,0.7239051786,292,0.081344504,0.88384514,4197.9647808 +137,-1.525288962,0.7258085137,292,0.081344504,0.88384514,4165.3201235 +138,-1.534326986,0.731241342,292,0.081344504,0.88384514,4170.0926788 +139,-1.530733872,0.7303625216,292,0.081344504,0.88384514,4164.7416998 +141,-1.534354939,0.7328219978,292,0.081344504,0.88384514,4165.8699182 +142,-1.53157084,0.7292888153,292,0.081344504,0.88384514,4169.452829 +143,-1.525691035,0.7263799874,292,0.081344504,0.88384514,4164.6424692 +144,-1.534031287,0.7495967835,292,0.081344504,0.88384514,4119.9163418 +145,-1.527714986,0.7283095957,292,0.081344504,0.88384514,4163.7909269 +146,-1.526189586,0.7271468292,292,0.081344504,0.88384514,4163.6442671 +147,-1.555177336,0.7375563366,292,0.081344504,0.88384514,4197.5161265 +148,-1.555080283,0.7312707794,292,0.081344504,0.88384514,4214.4660714 +149,-1.53856994,0.7224180299,292,0.081344504,0.88384514,4203.210195 +150,-1.530837883,0.729933372,292,0.081344504,0.88384514,4166.1278308 +151,-1.515066984,0.5854133365,292,0.081344504,0.88384514,4532.5901371 +152,-1.534731633,0.5368370046,292,0.081344504,0.88384514,4717.4548603 +153,-1.515231902,0.5607085576,292,0.081344504,0.88384514,4603.4641155 +154,-2.616253799,1.0684566605,292,0.081344504,0.88384514,4583.5896034 +155,-1.956071439,0.5792177723,292,0.081344504,0.88384514,5487.1021864 +156,-1.951208514,0.5602434208,292,0.081344504,0.88384514,5539.1777668 +157,-1.944675062,0.6062144545,292,0.081344504,0.88384514,5378.2577362 +158,-1.613778386,0.6077989518,292,0.081344504,0.88384514,4690.8773852 +159,-2.035029014,0.6021432345,292,0.081344504,0.88384514,5558.3993783 +160,-2.114989471,0.6801825058,292,0.081344504,0.88384514,5434.1084562 +161,-2.037382079,0.5765830025,292,0.081344504,0.88384514,5647.3085918 +162,-2.129855121,0.6585019963,292,0.081344504,0.88384514,5531.4700068 +163,-2.075141798,0.6493615843,292,0.081344504,0.88384514,5471.5229185 +164,-1.828626729,0.6948433129,292,0.081344504,0.88384514,4877.3865657 +165,-1.863329418,0.6735427691,292,0.081344504,0.88384514,5009.8832481 +166,-1.266037071,0.727988852,292,0.081344504,0.88384514,3576.3385544 +167,-1.277579582,0.7249010648,292,0.081344504,0.88384514,3610.763553 +168,-1.258418684,0.7241194816,292,0.081344504,0.88384514,3568.007881 +169,-1.317813974,0.6804850104,292,0.081344504,0.88384514,3816.399434 +170,-1.344165204,0.6790988904,292,0.081344504,0.88384514,3881.5316209 +171,-1.427582102,0.5277120351,292,0.081344504,0.88384514,4490.9821607 +172,-1.402238616,0.457167829,292,0.081344504,0.88384514,4631.3397351 +173,-1.422454264,0.4996161999,292,0.081344504,0.88384514,4558.6075027 +174,-1.439089277,0.4894859811,292,0.081344504,0.88384514,4627.6812006 +175,-1.448126995,0.5182330266,292,0.081344504,0.88384514,4567.0084281 +176,-1.474626146,0.5881926574,292,0.081344504,0.88384514,4431.2733393 +177,-1.421139645,0.5584869783,292,0.081344504,0.88384514,4388.9124316 +178,-1.457037165,0.565943032,292,0.081344504,0.88384514,4452.778159 +179,-2.757159358,0.3745319,292,0.081344504,0.88384514,7347.9264595 +180,-2.714309238,0.342054471,292,0.081344504,0.88384514,7440.0506325 +181,-2.000525337,0.774119946,292,0.081344504,0.88384514,4937.0314527 +183,-1.571413436,0.6777838382,292,0.081344504,0.88384514,4397.8912211 +184,-1.552860289,0.6987663893,292,0.081344504,0.88384514,4299.0820653 +185,-1.521852374,0.7165827476,292,0.081344504,0.88384514,4182.8768229 +186,-1.503656267,0.6928968252,292,0.081344504,0.88384514,4207.361708 +187,-1.502753178,0.7136205882,292,0.081344504,0.88384514,4149.1866894 +188,-1.631894563,0.7343596465,292,0.081344504,0.88384514,4367.325512 +189,-1.653765416,0.6770714026,292,0.081344504,0.88384514,4576.5248377 +190,-1.719812114,0.6715965947,292,0.081344504,0.88384514,4730.2677271 +191,-1.493406659,0.6646955447,292,0.081344504,0.88384514,4261.6403759 +192,-1.469120564,0.6613469966,292,0.081344504,0.88384514,4216.0000038 +193,-1.590551461,0.5326612937,292,0.081344504,0.88384514,4858.2906456 +194,-1.625979264,0.5247742243,292,0.081344504,0.88384514,4962.2802916 +195,-1.572293943,0.5238808754,292,0.081344504,0.88384514,4842.1349208 +196,-1.610848725,0.5477107964,292,0.081344504,0.88384514,4860.1697012 +197,-1.208485554,0.7918526018,292,0.081344504,0.88384514,3293.51223 +198,-1.335601374,0.6869083083,292,0.081344504,0.88384514,3841.4082153 +199,-1.346156996,0.6825213377,292,0.081344504,0.88384514,3877.2924909 +200,-1.324381037,0.6741422347,292,0.081344504,0.88384514,3848.1399877 +201,-1.242424992,0.7378949807,292,0.081344504,0.88384514,3497.3355934 +202,-1.270370057,0.7392461008,292,0.081344504,0.88384514,3559.0310008 +203,-1.448950472,0.7441675014,292,0.081344504,0.88384514,3950.1121542 +204,-1.492662363,0.7523026852,292,0.081344504,0.88384514,4024.0212702 +205,-1.479098966,0.7763855017,292,0.081344504,0.88384514,3931.9569436 +206,-1.633760714,0.7869022408,292,0.081344504,0.88384514,4224.5805866 +207,-1.647406434,0.8101289331,292,0.081344504,0.88384514,4187.6135923 +208,-1.564245052,0.5701509278,292,0.081344504,0.88384514,4688.8966772 +209,-1.646289963,0.6833746083,292,0.081344504,0.88384514,4542.5669504 +210,-1.5820631,0.6751952144,292,0.081344504,0.88384514,4428.327877 +211,-1.613236298,0.6681681791,292,0.081344504,0.88384514,4515.684275 +212,-1.914661867,0.8212566515,292,0.081344504,0.88384514,4644.7480766 +213,-1.742133237,0.7250275956,292,0.081344504,0.88384514,4617.4894152 +214,-2.033144872,0.6557314699,292,0.081344504,0.88384514,5378.1352195 +215,-2.039551981,0.6964723658,292,0.081344504,0.88384514,5255.0305761 +216,-1.247341019,0.7622473908,292,0.081344504,0.88384514,3450.9006072 +217,-1.298239787,0.7084123392,292,0.081344504,0.88384514,3699.774213 +218,-1.308539688,0.6926545592,292,0.081344504,0.88384514,3763.5877383 +219,-1.303263185,0.6888938396,292,0.081344504,0.88384514,3760.8018191 +220,-1.852400229,0.6004246149,292,0.081344504,0.88384514,5216.6868897 +221,-1.288947707,0.7473773692,292,0.081344504,0.88384514,3582.1726402 +222,-1.372031502,0.7472790993,292,0.081344504,0.88384514,3771.1947735 +223,-1.289805721,0.7242157877,292,0.081344504,0.88384514,3640.8472973 +224,-1.350807603,0.7533498126,292,0.081344504,0.88384514,3708.2923856 +225,-1.329290365,0.7560442322,292,0.081344504,0.88384514,3653.0506881 +226,-1.410153004,0.616936428,292,0.081344504,0.88384514,4201.2893848 +227,-1.393445434,0.6308995063,292,0.081344504,0.88384514,4124.2711386 +228,-1.37595573,0.6241540638,292,0.081344504,0.88384514,4101.4220028 +229,-1.358388707,0.6172645205,292,0.081344504,0.88384514,4078.487286 +230,-1.753741133,0.8281661666,292,0.081344504,0.88384514,4339.4087237 +231,-1.47430987,0.6834615681,292,0.081344504,0.88384514,4167.6070868 +232,-1.421012508,0.7222725206,292,0.081344504,0.88384514,3945.0568494 +233,-1.4476833,0.6978557868,292,0.081344504,0.88384514,4069.1914566 +234,-1.470370723,0.6966193374,292,0.081344504,0.88384514,4123.3109598 +235,-1.429211703,0.7037216883,292,0.081344504,0.88384514,4012.082799 +236,-1.700578405,0.6178673663,292,0.081344504,0.88384514,4849.5790767 +237,-1.678117619,0.6331716163,292,0.081344504,0.88384514,4756.3694888 +238,-1.725644578,0.6316331145,292,0.081344504,0.88384514,4861.3923098 +239,-2.14012759,0.7930497945,292,0.081344504,0.88384514,5092.2499067 +240,-2.103289431,0.7653606263,292,0.081344504,0.88384514,5129.8253402 +241,-1.318739838,0.7017808746,292,0.081344504,0.88384514,3764.1868524 +242,-1.396417427,0.7077900843,292,0.081344504,0.88384514,3927.2422792 +243,-1.35650337,0.7185539404,292,0.081344504,0.88384514,3808.6250212 +244,-1.248884539,0.7274156818,292,0.081344504,0.88384514,3537.6976254 +245,-1.395014798,0.5761185243,292,0.081344504,0.88384514,4277.7478051 +246,-1.433377362,0.6064716109,292,0.081344504,0.88384514,4284.3061875 +247,-1.408172432,0.5903155476,292,0.081344504,0.88384514,4269.7071369 +248,-1.749645898,0.7757118084,292,0.081344504,0.88384514,4483.5391992 +249,-1.571626686,0.615046989,292,0.081344504,0.88384514,4576.2981105 +250,-1.514070049,0.6303003037,292,0.081344504,0.88384514,4403.6428558 +251,-1.480890369,0.6237966528,292,0.081344504,0.88384514,4346.2332223 +252,-1.704390658,0.5281680612,292,0.081344504,0.88384514,5127.4260429 +253,-1.64434733,0.5254277498,292,0.081344504,0.88384514,5001.8525403 +254,-1.703855997,0.4792484842,292,0.081344504,0.88384514,5274.9911789 +255,-1.692002383,0.5748825051,292,0.081344504,0.88384514,4959.5322825 +256,-1.854136457,0.5544643913,292,0.081344504,0.88384514,5364.5256999 +257,-1.665021206,0.520317736,292,0.081344504,0.88384514,5063.608762 +258,-1.733654349,0.4845187345,292,0.081344504,0.88384514,5325.2397111 +259,-1.720938188,0.5135933906,292,0.081344504,0.88384514,5208.1781577 +260,-1.742668307,0.553296122,292,0.081344504,0.88384514,5134.3525298 +261,-1.965659039,0.7142126903,292,0.081344504,0.88384514,5069.7947335 +262,-1.944438071,0.6772834804,292,0.081344504,0.88384514,5149.8751243 +263,-1.270340967,0.7681487096,292,0.081344504,0.88384514,3489.7909128 +264,-1.353091884,0.6549276821,292,0.081344504,0.88384514,3965.6256479 +265,-1.333236659,0.6413584414,292,0.081344504,0.88384514,3954.6841323 +266,-1.352015998,0.6753788907,292,0.081344504,0.88384514,3909.4849122 +267,-1.377988483,0.6577816235,292,0.081344504,0.88384514,4016.2225545 +268,-2.13075611,0.8318642051,292,0.081344504,0.88384514,4948.3953115 +269,-2.097910953,0.8259670014,292,0.081344504,0.88384514,4920.3038326 +270,-1.416382069,0.6694271549,292,0.081344504,0.88384514,4073.9322493 +271,-1.538905672,0.7535625993,292,0.081344504,0.88384514,4119.617893 +272,-1.572309477,0.7803125099,292,0.081344504,0.88384514,4117.5418073 +273,-1.87759879,0.7503853417,292,0.081344504,0.88384514,4798.4305484 +274,1.152365588,0.590457682,292,0.081344504,0.88384514,3244.2127541 +275,0.350198001,0.718001859,292,0.081344504,0.88384514,986.89514862 +276,0.046513677,0.491503852,292,0.081344504,0.88384514,1557.5731983 +277,0.027510309,0.742571376,292,0.081344504,0.88384514,578.31529771 +278,0.306285725,-0.214631579,292,0.081344504,0.88384514,4420.1957419 +279,-1.100564889,0.318051531,292,0.081344504,0.88384514,4283.0209258 +280,-1.078582306,0.301437596,292,0.081344504,0.88384514,4277.4292659 +281,-1.137371989,-0.617634065,292,0.081344504,0.88384514,7302.6225529 +282,0.784356344,0.703272339,292,0.081344504,0.88384514,2049.8666997 +283,-1.221209947,0.218327455,292,0.081344504,0.88384514,4883.2747071 +284,2.347301921,-0.449114658,292,0.081344504,0.88384514,9302.2096698 +285,0.246820618,0.830553713,292,0.081344504,0.88384514,477.66797203 +286,0.829414965,0.703288228,292,0.081344504,0.88384514,2162.7989108 +287,-1.337537566,0.42332223,292,0.081344504,0.88384514,4569.7641391 +288,0.882453706,0.454478077,292,0.081344504,0.88384514,2945.8631813 +289,1.575629659,0.416419109,292,0.081344504,0.88384514,4775.6233432 +290,-1.039455679,0.229888244,292,0.081344504,0.88384514,4396.218153 +291,0.489558039,0.934482747,292,0.081344504,0.88384514,1008.6501065 +292,0.081344504,0.88384514,292,0.081344504,0.88384514,0 +293,-1.547979814,0.300350308,292,0.081344504,0.88384514,5451.3546514 +294,0.040776181,0.168560074,292,0.081344504,0.88384514,2836.3495343 +295,-1.130374745,0.563894876,292,0.081344504,0.88384514,3665.0489497 +296,1.578326642,0.478507176,292,0.081344504,0.88384514,4602.5664171 +297,-1.12861823,-0.291640865,292,0.081344504,0.88384514,6253.0678098 +298,0.310524208,0.770885792,292,0.081344504,0.88384514,758.26264453 +299,0.415649091,-0.387246002,292,0.081344504,0.88384514,5168.8940071 +300,-0.926533878,-0.188022748,292,0.081344504,0.88384514,5473.0002094 +301,1.258856172,-0.11716081,292,0.081344504,0.88384514,5621.5625922 +302,-1.126050026,0.322941926,292,0.081344504,0.88384514,4332.3912446 +303,2.002785835,0.07893892,292,0.081344504,0.88384514,6843.1557908 +304,0.440437607,0.746258085,292,0.081344504,0.88384514,1112.0282433 +305,-0.030391866,0.214441206,292,0.081344504,0.88384514,2676.0794 +306,0.521557815,-0.058929362,292,0.081344504,0.88384514,4022.4303701 +307,-0.097005111,0.13317729,292,0.081344504,0.88384514,3030.8474481 +308,1.83113859,0.221857587,292,0.081344504,0.88384514,5984.1684682 +309,0.222428864,0.099404236,292,0.081344504,0.88384514,3142.1726599 +310,-1.702731345,0.8728568183,292,0.081344504,0.88384514,4119.8855972 +311,-0.418507569,0.278324921,292,0.081344504,0.88384514,2877.0817284 +312,-1.41153306,0.339029988,292,0.081344504,0.88384514,4999.6879785 +313,0.357560442,0.114788776,292,0.081344504,0.88384514,3179.9407861 +314,0.325818979,0.268352149,292,0.081344504,0.88384514,2560.068833 +315,-1.246004659,-0.663679965,292,0.081344504,0.88384514,7663.1397314 +316,1.814603087,0.637404484,292,0.081344504,0.88384514,4687.8108521 +317,1.843704281,-0.18300445,292,0.081344504,0.88384514,7261.4409788 +318,1.690644492,-0.211480909,292,0.081344504,0.88384514,6963.654285 +319,-1.275451936,0.068109467,292,0.081344504,0.88384514,5476.8725303 +320,0.762430171,-0.207594741,292,0.081344504,0.88384514,4920.1926147 +321,0.265668905,-0.014647884,292,0.081344504,0.88384514,3613.0206242 +322,-2.773032013,-0.335515811,292,0.081344504,0.88384514,10092.132894 +323,-1.469512853,0.174058777,292,0.081344504,0.88384514,5640.1269379 +324,0.286276986,0.785925691,292,0.081344504,0.88384514,667.57928334 +325,-1.379324697,0.377432233,292,0.081344504,0.88384514,4806.6906218 +326,-1.203778265,0.212813032,292,0.081344504,0.88384514,4856.258971 +327,0.579916301,0.611743168,292,0.081344504,0.88384514,1786.4504572 +328,0.267582642,0.868113908,292,0.081344504,0.88384514,475.96888157 +329,0.412869244,-0.050245578,292,0.081344504,0.88384514,3867.2737238 +330,0.17524381,0.976660285,292,0.081344504,0.88384514,429.3224719 +331,0.743157214,0.204812899,292,0.081344504,0.88384514,3434.3237804 +332,-1.070758176,0.269382282,292,0.081344504,0.88384514,4353.9216439 +333,-1.230364251,0.329790229,292,0.081344504,0.88384514,4574.1166881 +334,-1.374813124,-0.024926835,292,0.081344504,0.88384514,6010.9043227 +335,0.519780566,0.463669906,292,0.081344504,0.88384514,2126.1251642 +336,-1.55108034,0.239698561,292,0.081344504,0.88384514,5643.0693593 +337,0.180294813,0.029739425,292,0.081344504,0.88384514,3399.3734826 +338,0.67820924,0.268170153,292,0.081344504,0.88384514,3091.0418729 +339,0.445798684,1.024001867,292,0.081344504,0.88384514,996.25897926 +340,0.691751283,0.150521402,292,0.081344504,0.88384514,3523.6956808 +341,-1.036643551,-0.903056181,292,0.081344504,0.88384514,8005.9351645 +342,-0.120287036,1.083325163,292,0.081344504,0.88384514,902.55556866 +343,2.823513113,-0.304487164,292,0.081344504,0.88384514,9824.4163061 +344,0.457583172,1.12513373,292,0.081344504,0.88384514,1233.402589 +345,0.042918831,0.813795399,292,0.081344504,0.88384514,295.10139786 +346,1.196146777,-0.853142756,292,0.081344504,0.88384514,7846.8780999 +347,0.206001358,-0.010430701,292,0.081344504,0.88384514,3567.1601292 +348,-0.268308653,0.234799412,292,0.081344504,0.88384514,2806.3581198 +349,0.759363263,0.736189579,292,0.081344504,0.88384514,1916.8429758 +350,0.181363926,0.891988372,292,0.081344504,0.88384514,252.00555017 +351,-0.021111158,0.139103292,292,0.081344504,0.88384514,2969.1196404 +352,-0.093355215,0.630686981,292,0.081344504,0.88384514,1119.4272997 +353,0.40118964,0.681375926,292,0.081344504,0.88384514,1198.2423902 +354,-0.721197315,1.304706234,292,0.081344504,0.88384514,2106.78416 +355,-1.076150317,0.212107639,292,0.081344504,0.88384514,4540.8808208 +356,-1.577164531,0.273993443,292,0.081344504,0.88384514,5602.5805379 +357,-0.190788414,0.182208586,292,0.081344504,0.88384514,2917.2110079 +358,-0.261349752,0.209710184,292,0.081344504,0.88384514,2891.5018786 +359,-1.029303852,0.083549259,292,0.081344504,0.88384514,4825.9901477 +360,-1.268609162,0.330525297,292,0.081344504,0.88384514,4667.9654483 +361,1.282982244,-0.926641967,292,0.081344504,0.88384514,8208.7395256 +362,0.217352334,0.731352408,292,0.081344504,0.88384514,708.6987354 +363,-1.511833084,0.258629297,292,0.081344504,0.88384514,5488.8215587 +364,0.338812194,0.823184618,292,0.081344504,0.88384514,710.66177846 +365,-0.324406489,1.134201999,292,0.081344504,0.88384514,1294.7499304 +366,1.389579348,0.399185724,292,0.081344504,0.88384514,4363.4116709 +367,2.047152199,-0.039082036,292,0.081344504,0.88384514,7321.582726 +368,0.947780369,0.568250077,292,0.081344504,0.88384514,2788.7872484 +369,0.763824846,0.576754987,292,0.081344504,0.88384514,2314.0737597 +370,-0.142334657,0.928153068,292,0.081344504,0.88384514,573.13136826 +371,0.610266567,0.547265983,292,0.081344504,0.88384514,2043.1794776 +372,0.210731629,0.746815056,292,0.081344504,0.88384514,645.86322521 +373,-1.34931644,0.316895224,292,0.081344504,0.88384514,4910.3349067 +374,2.407696481,0.655030745,292,0.081344504,0.88384514,5720.8777783 +375,0.64207831,0.545359131,292,0.081344504,0.88384514,2119.4317678 +376,1.174597538,0.840588356,292,0.081344504,0.88384514,2737.9376488 +377,0.660059424,0.010604079,292,0.081344504,0.88384514,3966.7258841 +378,-0.730263819,0.010486456,292,0.081344504,0.88384514,4396.9264971 +379,0.831068936,0.512339172,292,0.081344504,0.88384514,2655.4397953 +380,1.301180979,0.72367476,292,0.081344504,0.88384514,3285.1065981 +381,1.811128231,0.322854402,292,0.081344504,0.88384514,5625.1383288 +382,0.435105812,0.992284428,292,0.081344504,0.88384514,928.46107284 +383,0.62643634,0.592027932,292,0.081344504,0.88384514,1948.2396602 +384,0.492988703,-0.516339467,292,0.081344504,0.88384514,5730.6314799 +385,-0.162469483,0.112549365,292,0.081344504,0.88384514,3159.6037573 +386,0.314630866,0.472006421,292,0.081344504,0.88384514,1776.6238015 +387,0.166744804,0.822815954,292,0.081344504,0.88384514,328.3409109 +388,0.417159608,0.965805736,292,0.081344504,0.88384514,860.4984605 +389,0.106334961,0.868774244,292,0.081344504,0.88384514,87.042532918 +390,0.815086969,-0.338144359,292,0.081344504,0.88384514,5473.5004605 +391,0.59867455,-0.230624824,292,0.081344504,0.88384514,4763.796305 +392,1.915104874,0.066220985,292,0.081344504,0.88384514,6671.7792 +393,1.278093622,0.064463721,292,0.081344504,0.88384514,5093.4916587 +394,-0.061477853,0.302997961,292,0.081344504,0.88384514,2344.8494607 +395,0.251311504,0.626976942,292,0.081344504,0.88384514,1127.0742729 +396,2.950242872,0.149095644,292,0.081344504,0.88384514,8246.3216441 +397,-0.180294708,0.35375117,292,0.081344504,0.88384514,2253.2735692 +398,1.010448592,-0.351180233,292,0.081344504,0.88384514,5863.1850349 +399,-1.748740498,0.3686318073,292,0.081344504,0.88384514,5717.7882266 +400,2.699635665,0.123533791,292,0.081344504,0.88384514,8070.1391271 +401,0.496808033,0.823843254,292,0.081344504,0.88384514,1102.0237858 +402,0.129574704,0.763364087,292,0.081344504,0.88384514,494.47516826 +403,1.798920311,0.817447563,292,0.081344504,0.88384514,4145.6086271 +404,0.335987953,0.746786541,292,0.081344504,0.88384514,876.5476159 +405,-1.085413643,0.292154671,292,0.081344504,0.88384514,4322.1420674 +406,-0.155321003,0.508207011,292,0.081344504,0.88384514,1646.624446 +407,0.620529244,-0.301175104,292,0.081344504,0.88384514,5055.0222018 +408,1.684402744,0.368716966,292,0.081344504,0.88384514,5181.7820819 +409,0.300582244,-0.386397212,292,0.081344504,0.88384514,5089.6087814 +410,2.913555946,-0.009225192,292,0.081344504,0.88384514,8826.4829611 +411,1.465101417,0.493232532,292,0.081344504,0.88384514,4284.0496271 +412,0.090612882,0.907955955,292,0.081344504,0.88384514,98.218268675 +413,2.987564726,-0.729568594,292,0.081344504,0.88384514,11557.853335 +414,-1.484261606,0.224149272,292,0.081344504,0.88384514,5524.8798487 +415,0.164073421,0.303955133,292,0.081344504,0.88384514,2311.8621342 +416,0.141441293,0.167552546,292,0.081344504,0.88384514,2844.0381466 +417,2.931321023,-0.506718887,292,0.081344504,0.88384514,10715.616289 +418,2.21951565,0.700596356,292,0.081344504,0.88384514,5270.4536288 +419,0.268112576,1.199114336,292,0.081344504,0.88384514,1298.975049 +420,0.978913739,0.359223811,292,0.081344504,0.88384514,3460.7378509 +421,1.210898818,0.522863584,292,0.081344504,0.88384514,3569.2493781 +422,2.347397336,0.129231362,292,0.081344504,0.88384514,7442.1775182 +423,0.614394501,0.556878345,292,0.081344504,0.88384514,2023.4792337 +424,-1.398079356,0.148483366,292,0.081344504,0.88384514,5538.7836879 +425,2.535303836,-0.112984496,292,0.081344504,0.88384514,8644.1533546 +426,-1.019372593,-0.405322349,292,0.081344504,0.88384514,6383.9550893 +427,-1.297785627,-0.160104069,292,0.081344504,0.88384514,6237.7606814 +428,2.144554488,0.205051084,292,0.081344504,0.88384514,6762.6879524 +429,-2.242387083,-0.426171285,292,0.081344504,0.88384514,9374.4122769 +430,0.338637212,0.909723676,292,0.081344504,0.88384514,643.11620634 +431,-0.148798452,0.691042401,292,0.081344504,0.88384514,995.46015442 +432,0.893524764,0.441829531,292,0.081344504,0.88384514,3009.5328697 +433,0.969229347,-0.368847936,292,0.081344504,0.88384514,5846.9583888 +434,0.436043248,0.800045688,292,0.081344504,0.88384514,989.03634107 +435,1.687946607,1.081504775,292,0.081344504,0.88384514,3304.1498399 +436,0.522302046,-0.034889271,292,0.081344504,0.88384514,3933.1765448 +437,-0.178996113,-0.438090009,292,0.081344504,0.88384514,5315.0817086 +438,-1.094339566,0.301444068,292,0.081344504,0.88384514,4316.7315174 +439,-1.064070054,0.242569932,292,0.081344504,0.88384514,4418.3446859 +440,-1.068153768,0.230387998,292,0.081344504,0.88384514,4465.4373072 +441,-3.00496892,-0.23989155,292,0.081344504,0.88384514,9886.9465135 +442,0.21751974,0.766874888,292,0.081344504,0.88384514,589.67716443 +443,0.117229532,0.007619006,292,0.081344504,0.88384514,3472.836045 +444,0.777758451,0.420554741,292,0.081344504,0.88384514,2803.6603772 +445,-0.252356999,0.250747086,292,0.081344504,0.88384514,2726.4706674 +446,0.363148444,0.768483434,292,0.081344504,0.88384514,880.97462822 +447,0.903191366,-0.118210676,292,0.081344504,0.88384514,4857.904211 +448,-0.205755923,0.149406178,292,0.081344504,0.88384514,3057.7708877 +449,1.811996086,0.02364353,292,0.081344504,0.88384514,6549.6308947 +450,-1.100670221,0.314845373,292,0.081344504,0.88384514,4292.7747658 +451,0.340078597,0.850105132,292,0.081344504,0.88384514,675.32973925 +452,0.258757267,0.804969236,292,0.081344504,0.88384514,560.88528862 +453,2.78505352,-0.155160804,292,0.081344504,0.88384514,9221.445638 +454,0.800551619,0.105822106,292,0.081344504,0.88384514,3886.1211714 +455,0.437940882,-0.506194031,292,0.081344504,0.88384514,5646.0221715 +456,2.230431122,0.63458615,292,0.081344504,0.88384514,5508.1690053 +457,0.527965361,0.127667701,292,0.081344504,0.88384514,3336.2645305 +458,-0.063643205,0.702093448,292,0.081344504,0.88384514,823.84217626 +459,1.408447268,0.133010502,292,0.081344504,0.88384514,5203.83337 +460,0.523795955,0.280266966,292,0.081344504,0.88384514,2774.0414351 +461,-0.975769313,0.072177659,292,0.081344504,0.88384514,4735.2554501 +462,0.549774164,-0.463663986,292,0.081344504,0.88384514,5584.0885746 +463,0.29245874,1.095549818,292,0.081344504,0.88384514,952.40970292 +464,0.143625958,0.816809593,292,0.081344504,0.88384514,311.3532508 +465,0.671902494,0.611159853,292,0.081344504,0.88384514,2001.0538473 +466,1.239840988,0.6724199,292,0.081344504,0.88384514,3257.8224895 +467,0.607829703,-0.10932137,292,0.081344504,0.88384514,4325.5932477 +468,1.763020906,0.263996692,292,0.081344504,0.88384514,5689.500813 +469,0.378714634,0.726066797,292,0.081344504,0.88384514,1024.0701115 +470,2.196736143,-0.153862366,292,0.081344504,0.88384514,8040.5275751 +471,0.01702415,0.148991565,292,0.081344504,0.88384514,2918.4083248 +472,-2.998490902,-0.158002487,292,0.081344504,0.88384514,9561.6682233 +473,-3.051262951,-0.346595608,292,0.081344504,0.88384514,10315.616758 +474,-1.069176439,0.182802941,292,0.081344504,0.88384514,4613.5022077 +475,0.167157509,0.595344954,292,0.081344504,0.88384514,1169.347221 +476,0.613855648,0.681746124,292,0.081344504,0.88384514,1679.3392486 +477,1.037012736,0.682555367,292,0.081344504,0.88384514,2730.3810282 +478,-1.253574971,0.379755746,292,0.081344504,0.88384514,4486.4296577 +479,3.108590453,-0.132620738,292,0.081344504,0.88384514,9444.5010672 +480,0.565301296,0.022333262,292,0.081344504,0.88384514,3778.525476 +481,0.547898238,0.855555614,292,0.081344504,0.88384514,1190.7915109 +482,0.948309381,0.417393755,292,0.081344504,0.88384514,3213.289617 +483,-0.050600732,0.945269213,292,0.081344504,0.88384514,400.74214796 +484,-0.977651478,-0.572363064,292,0.081344504,0.88384514,6849.1224846 +485,1.102014914,0.728861163,292,0.081344504,0.88384514,2788.4896358 +486,2.927300795,-0.282939414,292,0.081344504,0.88384514,9884.429569 +487,-1.154565557,0.124434095,292,0.081344504,0.88384514,5003.4784451 +488,1.855331234,0.291044755,292,0.081344504,0.88384514,5828.0495603 +489,0.830290659,0.276904518,292,0.081344504,0.88384514,3376.4604253 +490,0.485104466,-0.234867441,292,0.081344504,0.88384514,4646.8596705 +491,0.521367572,-0.33161327,292,0.081344504,0.88384514,5053.2324173 +1,-1.539031704,0.7349710123,293,-1.547979814,0.300350308,1721.7994664 +2,-1.536990553,0.7349663874,293,-1.547979814,0.300350308,1721.9167673 +3,-1.534951779,0.7349571355,293,-1.547979814,0.300350308,1722.0433008 +4,-1.532906461,0.7349480293,293,-1.547979814,0.300350308,1722.1987597 +5,-1.531320211,0.7346937278,293,-1.547979814,0.300350308,1721.3598958 +6,-1.539451648,0.7335131775,293,-1.547979814,0.300350308,1716.0016086 +7,-1.537429487,0.7335445708,293,-1.547979814,0.300350308,1716.2550634 +8,-1.535484998,0.7335658704,293,-1.547979814,0.300350308,1716.4893709 +9,-1.533488396,0.7336036027,293,-1.547979814,0.300350308,1716.8190461 +10,-1.531497785,0.7335842962,293,-1.547979814,0.300350308,1716.9488962 +11,-1.530259379,0.7334777758,293,-1.547979814,0.300350308,1716.6690085 +12,-1.5335454,0.7322346912,293,-1.547979814,0.300350308,1711.3942024 +13,-1.531489083,0.7322238773,293,-1.547979814,0.300350308,1711.5650389 +14,-1.530011122,0.7321679851,293,-1.547979814,0.300350308,1711.5149224 +15,-1.53348106,0.7306614094,293,-1.547979814,0.300350308,1705.1721082 +16,-1.531441779,0.7306962275,293,-1.547979814,0.300350308,1705.5235874 +17,-1.529755654,0.7306933243,293,-1.547979814,0.300350308,1705.7099193 +18,-1.533415048,0.7291384674,293,-1.547979814,0.300350308,1699.1495761 +19,-1.531392093,0.7291705353,293,-1.547979814,0.300350308,1699.4902461 +20,-1.529296523,0.7291214933,293,-1.547979814,0.300350308,1699.5467951 +21,-1.535280942,0.727267644,293,-1.547979814,0.300350308,1691.5698545 +22,-1.533378158,0.7276139666,293,-1.547979814,0.300350308,1693.1180854 +23,-1.531340368,0.7276446587,293,-1.547979814,0.300350308,1693.4565043 +24,-1.528960113,0.7276398177,293,-1.547979814,0.300350308,1693.726505 +25,-1.533313146,0.7260818349,293,-1.547979814,0.300350308,1687.0592742 +26,-1.531259555,0.7260958115,293,-1.547979814,0.300350308,1687.335274 +27,-1.528926415,0.7260865555,293,-1.547979814,0.300350308,1687.5843519 +28,-1.531226779,0.7245511789,293,-1.547979814,0.300350308,1681.2253451 +29,-1.528904772,0.7245519194,293,-1.547979814,0.300350308,1681.5144133 +30,-1.547195875,0.7409785979,293,-1.547979814,0.300350308,1745.3306676 +31,-1.5451475,0.740980426,293,-1.547979814,0.300350308,1745.3621502 +32,-1.543097679,0.7409798872,293,-1.547979814,0.300350308,1745.4117657 +33,-1.540720364,0.7409892687,293,-1.547979814,0.300350308,1745.5433768 +34,-1.547188511,0.7395198392,293,-1.547979814,0.300350308,1739.5525712 +35,-1.545148587,0.7395226109,293,-1.547979814,0.300350308,1739.5878411 +36,-1.543104538,0.7395314908,293,-1.547979814,0.300350308,1739.6747916 +37,-1.540727751,0.7395306258,293,-1.547979814,0.300350308,1739.7661059 +38,-1.547187029,0.7380014886,293,-1.547979814,0.300350308,1733.5384019 +39,-1.545147315,0.7380012252,293,-1.547979814,0.300350308,1733.5617784 +40,-1.54310719,0.7380060743,293,-1.547979814,0.300350308,1733.6328949 +41,-1.540719671,0.7380068206,293,-1.547979814,0.300350308,1733.7315041 +42,-1.547187189,0.7364799098,293,-1.547979814,0.300350308,1727.5114373 +43,-1.545149996,0.7364853874,293,-1.547979814,0.300350308,1727.5576171 +44,-1.543106091,0.7364823484,293,-1.547979814,0.300350308,1727.5978175 +45,-1.540717158,0.7364893901,293,-1.547979814,0.300350308,1727.7218904 +46,-1.538663972,0.7410138672,293,-1.547979814,0.300350308,1745.7523212 +47,-1.53695285,0.7409699132,293,-1.547979814,0.300350308,1745.6921555 +48,-1.534910498,0.7409641297,293,-1.547979814,0.300350308,1745.8302736 +49,-1.533145034,0.7409536636,293,-1.547979814,0.300350308,1745.9500103 +50,-1.538681336,0.7395405883,293,-1.547979814,0.300350308,1739.9168752 +51,-1.536999189,0.7395183096,293,-1.547979814,0.300350308,1739.9407605 +52,-1.534923633,0.7395144222,293,-1.547979814,0.300350308,1740.0893212 +53,-1.533267822,0.7395654306,293,-1.547979814,0.300350308,1740.4423429 +54,-1.53867273,0.7380151077,293,-1.547979814,0.300350308,1733.8762975 +55,-1.536980576,0.7379994392,293,-1.547979814,0.300350308,1733.9277019 +56,-1.534931522,0.7379944961,293,-1.547979814,0.300350308,1734.0708113 +57,-1.533387952,0.7379480264,293,-1.547979814,0.300350308,1734.0276908 +58,-1.538682279,0.7364914363,293,-1.547979814,0.300350308,1727.8417777 +59,-1.536980704,0.7364810563,293,-1.547979814,0.300350308,1727.9152317 +60,-1.534935567,0.7364752065,293,-1.547979814,0.300350308,1728.0551651 +61,-1.533042592,0.7363876366,293,-1.547979814,0.300350308,1727.8841699 +62,-1.545143426,0.7349628011,293,-1.547979814,0.300350308,1721.5269007 +63,-1.543105297,0.7349691947,293,-1.547979814,0.300350308,1721.6046067 +64,-1.541064533,0.7349647152,293,-1.547979814,0.300350308,1721.6670554 +65,-1.545411803,0.7334624714,293,-1.547979814,0.300350308,1715.5793615 +66,-1.543446606,0.7334780896,293,-1.547979814,0.300350308,1715.6879506 +67,-1.541475327,0.7334957295,293,-1.547979814,0.300350308,1715.8306651 +68,-1.545401939,0.731963266,293,-1.547979814,0.300350308,1709.6412815 +69,-1.54342253,0.7319915583,293,-1.547979814,0.300350308,1709.8008506 +70,-1.541455867,0.7320216438,293,-1.547979814,0.300350308,1709.993306 +71,-1.545410146,0.7304422281,293,-1.547979814,0.300350308,1703.6164125 +72,-1.543435491,0.7304713664,293,-1.547979814,0.300350308,1703.7792989 +73,-1.541463105,0.7304997613,293,-1.547979814,0.300350308,1703.9654816 +74,-1.545414768,0.7289194936,293,-1.547979814,0.300350308,1697.5848854 +75,-1.543435774,0.7289538557,293,-1.547979814,0.300350308,1697.768757 +76,-1.541457714,0.7289765881,293,-1.547979814,0.300350308,1697.9331053 +77,-1.539449415,0.7320555866,293,-1.547979814,0.300350308,1710.2293094 +78,-1.537429183,0.7321097681,293,-1.547979814,0.300350308,1710.5734739 +79,-1.535472649,0.7321497267,293,-1.547979814,0.300350308,1710.8833364 +80,-1.539457899,0.7305333307,293,-1.547979814,0.300350308,1704.2003119 +81,-1.537453161,0.7305750503,293,-1.547979814,0.300350308,1704.4945183 +82,-1.535479385,0.7306124949,293,-1.547979814,0.300350308,1704.7962811 +83,-1.53946905,0.7290102593,293,-1.547979814,0.300350308,1698.1679346 +84,-1.537459922,0.7290417293,293,-1.547979814,0.300350308,1698.4223216 +85,-1.535451349,0.7290890157,293,-1.547979814,0.300350308,1698.7666405 +86,-1.535522937,0.7279887191,293,-1.547979814,0.300350308,1694.4040862 +87,-1.539442524,0.7274735939,293,-1.547979814,0.300350308,1692.0839132 +88,-1.537424111,0.727521351,293,-1.547979814,0.300350308,1692.4044414 +89,-1.539384641,0.7259505092,293,-1.547979814,0.300350308,1686.0555449 +90,-1.537372391,0.7259947145,293,-1.547979814,0.300350308,1686.3629801 +91,-1.535340789,0.7260435356,293,-1.547979814,0.300350308,1686.7180529 +92,-1.539325716,0.7244369706,293,-1.547979814,0.300350308,1680.0651069 +93,-1.537308932,0.7244801057,293,-1.547979814,0.300350308,1680.3700739 +94,-1.535289068,0.7245247645,293,-1.547979814,0.300350308,1680.7092872 +95,-1.533261366,0.7245550236,293,-1.547979814,0.300350308,1681.020299 +96,-1.539267302,0.722921924,293,-1.547979814,0.300350308,1674.0687305 +97,-1.537248972,0.7229660258,293,-1.547979814,0.300350308,1674.3790859 +98,-1.535219431,0.7229916471,293,-1.547979814,0.300350308,1674.6453785 +99,-1.53318962,0.7230212049,293,-1.547979814,0.300350308,1674.9557152 +100,-1.531154816,0.7230299897,293,-1.547979814,0.300350308,1675.2128318 +101,-1.528878341,0.7230370244,293,-1.547979814,0.300350308,1675.5232945 +102,-1.539218189,0.7214009878,293,-1.547979814,0.300350308,1668.0485293 +103,-1.537198791,0.7214422745,293,-1.547979814,0.300350308,1668.3491481 +104,-1.535179266,0.7214634354,293,-1.547979814,0.300350308,1668.598379 +105,-1.533156501,0.7214944644,293,-1.547979814,0.300350308,1668.9152989 +106,-1.53113574,0.7215166021,293,-1.547979814,0.300350308,1669.2251466 +107,-1.528874248,0.7215345535,293,-1.547979814,0.300350308,1669.578451 +108,-1.539217656,0.7198512397,293,-1.547979814,0.300350308,1661.9113006 +109,-1.537199919,0.7199428763,293,-1.547979814,0.300350308,1662.4118375 +110,-1.545425832,0.727397149,293,-1.547979814,0.300350308,1691.5547904 +111,-1.543371177,0.7273916949,293,-1.547979814,0.300350308,1691.5833937 +112,-1.541368852,0.7274523163,293,-1.547979814,0.300350308,1691.9001257 +113,-1.545349067,0.7258710923,293,-1.547979814,0.300350308,1685.5115492 +114,-1.54332671,0.7258603556,293,-1.547979814,0.300350308,1685.5195141 +115,-1.541346831,0.7259242142,293,-1.547979814,0.300350308,1685.8490184 +116,-1.545324355,0.7243383958,293,-1.547979814,0.300350308,1679.4411011 +117,-1.543292796,0.7243617413,293,-1.547979814,0.300350308,1679.5849392 +118,-1.541295822,0.7244024384,293,-1.547979814,0.300350308,1679.8243155 +119,-1.543193859,0.7205570215,293,-1.547979814,0.300350308,1664.5186096 +120,-1.550257047,0.7386738187,293,-1.547979814,0.300350308,1736.2165166 +121,-1.549335448,0.7311736483,293,-1.547979814,0.300350308,1706.4974481 +122,-1.533478843,0.7179891343,293,-1.547979814,0.300350308,1655.0058865 +123,-1.556150555,0.738907041,293,-1.547979814,0.300350308,1737.343071 +124,-1.554324226,0.733414257,293,-1.547979814,0.300350308,1715.5011003 +125,-1.554290846,0.7288285332,293,-1.547979814,0.300350308,1697.3375265 +126,-1.55122487,0.7219795312,293,-1.547979814,0.300350308,1670.1098861 +127,-1.525104458,0.7229399862,293,-1.547979814,0.300350308,1675.6867547 +128,-1.519607711,0.7236181429,293,-1.547979814,0.300350308,1679.3401123 +129,-1.513899999,0.7251107854,293,-1.547979814,0.300350308,1686.4618841 +130,-1.536620762,0.7431061895,293,-1.547979814,0.300350308,1754.1755452 +131,-1.5369566,0.7460845958,293,-1.547979814,0.300350308,1765.9450367 +132,-1.545345528,0.7447040685,293,-1.547979814,0.300350308,1760.1077008 +133,-1.532813921,0.7432306626,293,-1.547979814,0.300350308,1754.9965256 +134,-1.554788248,0.7382381001,293,-1.547979814,0.300350308,1734.6265102 +135,-1.540348126,0.7301594274,293,-1.547979814,0.300350308,1702.6709258 +136,-1.538016084,0.7239051786,293,-1.547979814,0.300350308,1678.0431757 +137,-1.525288962,0.7258085137,293,-1.547979814,0.300350308,1687.004199 +138,-1.534326986,0.731241342,293,-1.547979814,0.300350308,1707.3877018 +139,-1.530733872,0.7303625216,293,-1.547979814,0.300350308,1704.2835282 +141,-1.534354939,0.7328219978,293,-1.547979814,0.300350308,1713.6430824 +142,-1.53157084,0.7292888153,293,-1.547979814,0.300350308,1699.9384195 +143,-1.525691035,0.7263799874,293,-1.547979814,0.300350308,1689.202865 +144,-1.534031287,0.7495967835,293,-1.547979814,0.300350308,1780.0855526 +145,-1.527714986,0.7283095957,293,-1.547979814,0.300350308,1696.5432268 +146,-1.526189586,0.7271468292,293,-1.547979814,0.300350308,1692.1613518 +147,-1.555177336,0.7375563366,293,-1.547979814,0.300350308,1731.9443826 +148,-1.555080283,0.7312707794,293,-1.547979814,0.300350308,1707.0459396 +149,-1.53856994,0.7224180299,293,-1.547979814,0.300350308,1672.1169956 +150,-1.530837883,0.729933372,293,-1.547979814,0.300350308,1702.5728941 +151,-1.515066984,0.5854133365,293,-1.547979814,0.300350308,1135.1922185 +152,-1.534731633,0.5368370046,293,-1.547979814,0.300350308,937.94089523 +153,-1.515231902,0.5607085576,293,-1.547979814,0.300350308,1037.9319621 +154,-2.616253799,1.0684566605,293,-1.547979814,0.300350308,4235.1241828 +155,-1.956071439,0.5792177723,293,-1.547979814,0.300350308,1825.0348086 +156,-1.951208514,0.5602434208,293,-1.547979814,0.300350308,1772.6682398 +157,-1.944675062,0.6062144545,293,-1.547979814,0.300350308,1852.4094828 +158,-1.613778386,0.6077989518,293,-1.547979814,0.300350308,1239.8213077 +159,-2.035029014,0.6021432345,293,-1.547979814,0.300350308,2095.7452589 +160,-2.114989471,0.6801825058,293,-1.547979814,0.300350308,2465.135713 +161,-2.037382079,0.5765830025,293,-1.547979814,0.300350308,2057.5844468 +162,-2.129855121,0.6585019963,293,-1.547979814,0.300350308,2467.1318429 +163,-2.075141798,0.6493615843,293,-1.547979814,0.300350308,2297.6749516 +164,-1.828626729,0.6948433129,293,-1.547979814,0.300350308,1836.0048066 +165,-1.863329418,0.6735427691,293,-1.547979814,0.300350308,1837.1869998 +166,-1.266037071,0.727988852,293,-1.547979814,0.300350308,1945.4344738 +167,-1.277579582,0.7249010648,293,-1.547979814,0.300350308,1916.2640369 +168,-1.258418684,0.7241194816,293,-1.547979814,0.300350308,1945.7334326 +169,-1.317813974,0.6804850104,293,-1.547979814,0.300350308,1702.5754264 +170,-1.344165204,0.6790988904,293,-1.547979814,0.300350308,1657.25612 +171,-1.427582102,0.5277120351,293,-1.547979814,0.300350308,1000.1634408 +172,-1.402238616,0.457167829,293,-1.547979814,0.300350308,820.10974302 +173,-1.422454264,0.4996161999,293,-1.547979814,0.300350308,911.92129574 +174,-1.439089277,0.4894859811,293,-1.547979814,0.300350308,847.94084959 +175,-1.448126995,0.5182330266,293,-1.547979814,0.300350308,935.76266855 +176,-1.474626146,0.5881926574,293,-1.547979814,0.300350308,1169.592617 +177,-1.421139645,0.5584869783,293,-1.547979814,0.300350308,1119.0116026 +178,-1.457037165,0.565943032,293,-1.547979814,0.300350308,1101.1738891 +179,-2.757159358,0.3745319,293,-1.547979814,0.300350308,4493.0074897 +180,-2.714309238,0.342054471,293,-1.547979814,0.300350308,4358.1017983 +181,-2.000525337,0.774119946,293,-1.547979814,0.300350308,2406.1575616 +183,-1.571413436,0.6777838382,293,-1.547979814,0.300350308,1497.2084202 +184,-1.552860289,0.6987663893,293,-1.547979814,0.300350308,1578.2150246 +185,-1.521852374,0.7165827476,293,-1.547979814,0.300350308,1651.1034662 +186,-1.503656267,0.6928968252,293,-1.547979814,0.300350308,1562.3338193 +187,-1.502753178,0.7136205882,293,-1.547979814,0.300350308,1644.2315081 +188,-1.631894563,0.7343596465,293,-1.547979814,0.300350308,1742.4634609 +189,-1.653765416,0.6770714026,293,-1.547979814,0.300350308,1536.3826971 +190,-1.719812114,0.6715965947,293,-1.547979814,0.300350308,1586.4084698 +191,-1.493406659,0.6646955447,293,-1.547979814,0.300350308,1455.5631101 +192,-1.469120564,0.6613469966,293,-1.547979814,0.300350308,1455.953871 +193,-1.590551461,0.5326612937,293,-1.547979814,0.300350308,932.92459284 +194,-1.625979264,0.5247742243,293,-1.547979814,0.300350308,932.62565444 +195,-1.572293943,0.5238808754,293,-1.547979814,0.300350308,889.76246726 +196,-1.610848725,0.5477107964,293,-1.547979814,0.300350308,1005.5277411 +197,-1.208485554,0.7918526018,293,-1.547979814,0.300350308,2247.3188893 +198,-1.335601374,0.6869083083,293,-1.547979814,0.300350308,1697.0250736 +199,-1.346156996,0.6825213377,293,-1.547979814,0.300350308,1666.308618 +200,-1.324381037,0.6741422347,293,-1.547979814,0.300350308,1670.5741854 +201,-1.242424992,0.7378949807,293,-1.547979814,0.300350308,2017.5681737 +202,-1.270370057,0.7392461008,293,-1.547979814,0.300350308,1975.4339852 +203,-1.448950472,0.7441675014,293,-1.547979814,0.300350308,1789.4566353 +204,-1.492662363,0.7523026852,293,-1.547979814,0.300350308,1799.8349028 +205,-1.479098966,0.7763855017,293,-1.547979814,0.300350308,1899.4968946 +206,-1.633760714,0.7869022408,293,-1.547979814,0.300350308,1948.1354738 +207,-1.647406434,0.8101289331,293,-1.547979814,0.300350308,2045.4776031 +208,-1.564245052,0.5701509278,293,-1.547979814,0.300350308,1070.2598299 +209,-1.646289963,0.6833746083,293,-1.547979814,0.300350308,1554.6277386 +210,-1.5820631,0.6751952144,293,-1.547979814,0.300350308,1489.4386799 +211,-1.613236298,0.6681681791,293,-1.547979814,0.300350308,1474.4069224 +212,-1.914661867,0.8212566515,293,-1.547979814,0.300350308,2385.2227237 +213,-1.742133237,0.7250275956,293,-1.547979814,0.300350308,1806.9602604 +214,-2.033144872,0.6557314699,293,-1.547979814,0.300350308,2196.5475595 +215,-2.039551981,0.6964723658,293,-1.547979814,0.300350308,2302.1763975 +216,-1.247341019,0.7622473908,293,-1.547979814,0.300350308,2088.2342578 +217,-1.298239787,0.7084123392,293,-1.547979814,0.300350308,1827.9860884 +218,-1.308539688,0.6926545592,293,-1.547979814,0.300350308,1758.5174202 +219,-1.303263185,0.6888938396,293,-1.547979814,0.300350308,1754.5178352 +220,-1.852400229,0.6004246149,293,-1.547979814,0.300350308,1604.4738327 +221,-1.288947707,0.7473773692,293,-1.547979814,0.300350308,1974.0524252 +222,-1.372031502,0.7472790993,293,-1.547979814,0.300350308,1866.9781683 +223,-1.289805721,0.7242157877,293,-1.547979814,0.300350308,1894.4223109 +224,-1.350807603,0.7533498126,293,-1.547979814,0.300350308,1912.8823991 +225,-1.329290365,0.7560442322,293,-1.547979814,0.300350308,1948.7005735 +226,-1.410153004,0.616936428,293,-1.547979814,0.300350308,1344.8328821 +227,-1.393445434,0.6308995063,293,-1.547979814,0.300350308,1417.2146037 +228,-1.37595573,0.6241540638,293,-1.547979814,0.300350308,1418.1304322 +229,-1.358388707,0.6172645205,293,-1.547979814,0.300350308,1422.0544384 +230,-1.753741133,0.8281661666,293,-1.547979814,0.300350308,2195.4760507 +231,-1.47430987,0.6834615681,293,-1.547979814,0.300350308,1538.6520104 +232,-1.421012508,0.7222725206,293,-1.547979814,0.300350308,1726.1887769 +233,-1.4476833,0.6978557868,293,-1.547979814,0.300350308,1611.7390495 +234,-1.470370723,0.6966193374,293,-1.547979814,0.300350308,1592.1017379 +235,-1.429211703,0.7037216883,293,-1.547979814,0.300350308,1648.7603623 +236,-1.700578405,0.6178673663,293,-1.547979814,0.300350308,1367.8327062 +237,-1.678117619,0.6331716163,293,-1.547979814,0.300350308,1395.1029031 +238,-1.725644578,0.6316331145,293,-1.547979814,0.300350308,1452.774078 +239,-2.14012759,0.7930497945,293,-1.547979814,0.300350308,2759.759951 +240,-2.103289431,0.7653606263,293,-1.547979814,0.300350308,2612.216029 +241,-1.318739838,0.7017808746,293,-1.547979814,0.300350308,1773.5820568 +242,-1.396417427,0.7077900843,293,-1.547979814,0.300350308,1695.1119681 +243,-1.35650337,0.7185539404,293,-1.547979814,0.300350308,1780.3402177 +244,-1.248884539,0.7274156818,293,-1.547979814,0.300350308,1972.8232057 +245,-1.395014798,0.5761185243,293,-1.547979814,0.300350308,1221.0162873 +246,-1.433377362,0.6064716109,293,-1.547979814,0.300350308,1278.4839584 +247,-1.408172432,0.5903155476,293,-1.547979814,0.300350308,1251.361001 +248,-1.749645898,0.7757118084,293,-1.547979814,0.300350308,1999.2211077 +249,-1.571626686,0.615046989,293,-1.547979814,0.300350308,1249.3017869 +250,-1.514070049,0.6303003037,293,-1.547979814,0.300350308,1312.3446878 +251,-1.480890369,0.6237966528,293,-1.547979814,0.300350308,1302.7332286 +252,-1.704390658,0.5281680612,293,-1.547979814,0.300350308,1064.7239913 +253,-1.64434733,0.5254277498,293,-1.547979814,0.300350308,957.20584142 +254,-1.703855997,0.4792484842,293,-1.547979814,0.300350308,909.33717328 +255,-1.692002383,0.5748825051,293,-1.547979814,0.300350308,1202.7506478 +256,-1.854136457,0.5544643913,293,-1.547979814,0.300350308,1489.5411044 +257,-1.665021206,0.520317736,293,-1.547979814,0.300350308,968.86221651 +258,-1.733654349,0.4845187345,293,-1.547979814,0.300350308,995.87549453 +259,-1.720938188,0.5135933906,293,-1.547979814,0.300350308,1052.0241254 +260,-1.742668307,0.553296122,293,-1.547979814,0.300350308,1221.50391 +261,-1.965659039,0.7142126903,293,-1.547979814,0.300350308,2170.9581623 +262,-1.944438071,0.6772834804,293,-1.547979814,0.300350308,2025.6681317 +263,-1.270340967,0.7681487096,293,-1.547979814,0.300350308,2072.1578798 +264,-1.353091884,0.6549276821,293,-1.547979814,0.300350308,1559.9033957 +265,-1.333236659,0.6413584414,293,-1.547979814,0.300350308,1545.5369755 +266,-1.352015998,0.6753788907,293,-1.547979814,0.300350308,1632.8589326 +267,-1.377988483,0.6577816235,293,-1.547979814,0.300350308,1534.4024575 +268,-2.13075611,0.8318642051,293,-1.547979814,0.300350308,2827.5498122 +269,-2.097910953,0.8259670014,293,-1.547979814,0.300350308,2743.6427084 +270,-1.416382069,0.6694271549,293,-1.547979814,0.300350308,1531.4531083 +271,-1.538905672,0.7535625993,293,-1.547979814,0.300350308,1795.433311 +272,-1.572309477,0.7803125099,293,-1.547979814,0.300350308,1902.8530752 +273,-1.87759879,0.7503853417,293,-1.547979814,0.300350308,2099.2379434 +274,1.152365588,0.590457682,293,-1.547979814,0.300350308,8541.8799734 +275,0.350198001,0.718001859,293,-1.547979814,0.300350308,6367.3195392 +276,0.046513677,0.491503852,293,-1.547979814,0.300350308,5746.7546363 +277,0.027510309,0.742571376,293,-1.547979814,0.300350308,5437.4829181 +278,0.306285725,-0.214631579,293,-1.547979814,0.300350308,7529.0853985 +279,-1.100564889,0.318051531,293,-1.547979814,0.300350308,1688.2670458 +280,-1.078582306,0.301437596,293,-1.547979814,0.300350308,1774.2936578 +281,-1.137371989,-0.617634065,293,-1.547979814,0.300350308,3949.7445408 +282,0.784356344,0.703272339,293,-1.547979814,0.300350308,7476.3042993 +283,-1.221209947,0.218327455,293,-1.547979814,0.300350308,1291.7806679 +284,2.347301921,-0.449114658,293,-1.547979814,0.300350308,9616.6352681 +285,0.246820618,0.830553713,293,-1.547979814,0.300350308,5923.3180159 +286,0.829414965,0.703288228,293,-1.547979814,0.300350308,7573.5417391 +287,-1.337537566,0.42332223,293,-1.547979814,0.300350308,918.49654659 +288,0.882453706,0.454478077,293,-1.547979814,0.300350308,8389.6245037 +289,1.575629659,0.416419109,293,-1.547979814,0.300350308,9603.8732666 +290,-1.039455679,0.229888244,293,-1.547979814,0.300350308,1961.8749567 +291,0.489558039,0.934482747,293,-1.547979814,0.300350308,6291.1219369 +292,0.081344504,0.88384514,293,-1.547979814,0.300350308,5451.3546514 +293,-1.547979814,0.300350308,293,-1.547979814,0.300350308,0 +294,0.040776181,0.168560074,293,-1.547979814,0.300350308,6092.2897309 +295,-1.130374745,0.563894876,293,-1.547979814,0.300350308,1821.7085018 +296,1.578326642,0.478507176,293,-1.547979814,0.300350308,9358.235439 +297,-1.12861823,-0.291640865,293,-1.547979814,0.300350308,2859.4276851 +298,0.310524208,0.770885792,293,-1.547979814,0.300350308,6175.5037007 +299,0.415649091,-0.387246002,293,-1.547979814,0.300350308,8072.1980856 +300,-0.926533878,-0.188022748,293,-1.547979814,0.300350308,3107.9058194 +301,1.258856172,-0.11716081,293,-1.547979814,0.300350308,10959.542904 +302,-1.126050026,0.322941926,293,-1.547979814,0.300350308,1592.1041803 +303,2.002785835,0.07893892,293,-1.547979814,0.300350308,10248.643877 +304,0.440437607,0.746258085,293,-1.547979814,0.300350308,6553.4900091 +305,-0.030391866,0.214441206,293,-1.547979814,0.300350308,5774.9791003 +306,0.521557815,-0.058929362,293,-1.547979814,0.300350308,8175.9028311 +307,-0.097005111,0.13317729,293,-1.547979814,0.300350308,5615.6756872 +308,1.83113859,0.221857587,293,-1.547979814,0.300350308,10176.235543 +309,0.222428864,0.099404236,293,-1.547979814,0.300350308,6854.8757566 +310,-1.702731345,0.8728568183,293,-1.547979814,0.300350308,2320.7848427 +311,-0.418507569,0.278324921,293,-1.547979814,0.300350308,4267.6775291 +312,-1.41153306,0.339029988,293,-1.547979814,0.300350308,535.38976548 +313,0.357560442,0.114788776,293,-1.547979814,0.300350308,7337.2412073 +314,0.325818979,0.268352149,293,-1.547979814,0.300350308,7004.8902678 +315,-1.246004659,-0.663679965,293,-1.547979814,0.300350308,3980.4429463 +316,1.814603087,0.637404484,293,-1.547979814,0.300350308,8638.4398477 +317,1.843704281,-0.18300445,293,-1.547979814,0.300350308,11376.321508 +318,1.690644492,-0.211480909,293,-1.547979814,0.300350308,11931.940851 +319,-1.275451936,0.068109467,293,-1.547979814,0.300350308,1402.3429292 +320,0.762430171,-0.207594741,293,-1.547979814,0.300350308,9243.569645 +321,0.265668905,-0.014647884,293,-1.547979814,0.300350308,7157.5371492 +322,-2.773032013,-0.335515811,293,-1.547979814,0.300350308,5390.9131371 +323,-1.469512853,0.174058777,293,-1.547979814,0.300350308,584.26258046 +324,0.286276986,0.785925691,293,-1.547979814,0.300350308,6089.2025356 +325,-1.379324697,0.377432233,293,-1.547979814,0.300350308,699.86171143 +326,-1.203778265,0.212813032,293,-1.547979814,0.300350308,1362.6679732 +327,0.579916301,0.611743168,293,-1.547979814,0.300350308,7196.4516681 +328,0.267582642,0.868113908,293,-1.547979814,0.300350308,5919.9158489 +329,0.412869244,-0.050245578,293,-1.547979814,0.300350308,7755.7031895 +330,0.17524381,0.976660285,293,-1.547979814,0.300350308,5569.5237697 +331,0.743157214,0.204812899,293,-1.547979814,0.300350308,8560.8571275 +332,-1.070758176,0.269382282,293,-1.547979814,0.300350308,1816.761158 +333,-1.230364251,0.329790229,293,-1.547979814,0.300350308,1201.2750137 +334,-1.374813124,-0.024926835,293,-1.547979814,0.300350308,1455.0965828 +335,0.519780566,0.463669906,293,-1.547979814,0.300350308,7325.4824632 +336,-1.55108034,0.239698561,293,-1.547979814,0.300350308,240.53285413 +337,0.180294813,0.029739425,293,-1.547979814,0.300350308,6782.0684251 +338,0.67820924,0.268170153,293,-1.547979814,0.300350308,8218.5107738 +339,0.445798684,1.024001867,293,-1.547979814,0.300350308,6028.3842702 +340,0.691751283,0.150521402,293,-1.547979814,0.300350308,8487.6677609 +341,-1.036643551,-0.903056181,293,-1.547979814,0.300350308,5083.269151 +342,-0.120287036,1.083325163,293,-1.547979814,0.300350308,4909.9346264 +343,2.823513113,-0.304487164,293,-1.547979814,0.300350308,7823.3449789 +344,0.457583172,1.12513373,293,-1.547979814,0.300350308,5850.9294393 +345,0.042918831,0.813795399,293,-1.547979814,0.300350308,5416.7830035 +346,1.196146777,-0.853142756,293,-1.547979814,0.300350308,9908.7822027 +347,0.206001358,-0.010430701,293,-1.547979814,0.300350308,6927.0712224 +348,-0.268308653,0.234799412,293,-1.547979814,0.300350308,4866.7763705 +349,0.759363263,0.736189579,293,-1.547979814,0.300350308,7332.9806892 +350,0.181363926,0.891988372,293,-1.547979814,0.300350308,5683.2405574 +351,-0.021111158,0.139103292,293,-1.547979814,0.300350308,5894.5144712 +352,-0.093355215,0.630686981,293,-1.547979814,0.300350308,5164.1406589 +353,0.40118964,0.681375926,293,-1.547979814,0.300350308,6569.8704835 +354,-0.721197315,1.304706234,293,-1.547979814,0.300350308,4348.3681522 +355,-1.076150317,0.212107639,293,-1.547979814,0.300350308,1839.6010465 +356,-1.577164531,0.273993443,293,-1.547979814,0.300350308,152.28169852 +357,-0.190788414,0.182208586,293,-1.547979814,0.300350308,5209.7965226 +358,-0.261349752,0.209710184,293,-1.547979814,0.300350308,4916.9454634 +359,-1.029303852,0.083549259,293,-1.547979814,0.300350308,2187.1094215 +360,-1.268609162,0.330525297,293,-1.547979814,0.300350308,1058.3751018 +361,1.282982244,-0.926641967,293,-1.547979814,0.300350308,9783.1688407 +362,0.217352334,0.731352408,293,-1.547979814,0.300350308,5983.488614 +363,-1.511833084,0.258629297,293,-1.547979814,0.300350308,215.04863587 +364,0.338812194,0.823184618,293,-1.547979814,0.300350308,6161.9965587 +365,-0.324406489,1.134201999,293,-1.547979814,0.300350308,4567.871647 +366,1.389579348,0.399185724,293,-1.547979814,0.300350308,9562.491753 +367,2.047152199,-0.039082036,293,-1.547979814,0.300350308,10398.086536 +368,0.947780369,0.568250077,293,-1.547979814,0.300350308,8221.9478413 +369,0.763824846,0.576754987,293,-1.547979814,0.300350308,7762.3716731 +370,-0.142334657,0.928153068,293,-1.547979814,0.300350308,4885.8251209 +371,0.610266567,0.547265983,293,-1.547979814,0.300350308,7421.1590133 +372,0.210731629,0.746815056,293,-1.547979814,0.300350308,5944.3463104 +373,-1.34931644,0.316895224,293,-1.547979814,0.300350308,752.46045945 +374,2.407696481,0.655030745,293,-1.547979814,0.300350308,7595.38501 +375,0.64207831,0.545359131,293,-1.547979814,0.300350308,7514.4575884 +376,1.174597538,0.840588356,293,-1.547979814,0.300350308,7687.5152992 +377,0.660059424,0.010604079,293,-1.547979814,0.300350308,8601.0899581 +378,-0.730263819,0.010486456,293,-1.547979814,0.300350308,3386.0165712 +379,0.831068936,0.512339172,293,-1.547979814,0.300350308,8101.8497688 +380,1.301180979,0.72367476,293,-1.547979814,0.300350308,8248.2301704 +381,1.811128231,0.322854402,293,-1.547979814,0.300350308,9833.9488029 +382,0.435105812,0.992284428,293,-1.547979814,0.300350308,6069.6954024 +383,0.62643634,0.592027932,293,-1.547979814,0.300350308,7366.0001952 +384,0.492988703,-0.516339467,293,-1.547979814,0.300350308,8399.1599779 +385,-0.162469483,0.112549365,293,-1.547979814,0.300350308,5391.5924365 +386,0.314630866,0.472006421,293,-1.547979814,0.300350308,6659.4950977 +387,0.166744804,0.822815954,293,-1.547979814,0.300350308,5730.7250344 +388,0.417159608,0.965805736,293,-1.547979814,0.300350308,6084.8116813 +389,0.106334961,0.868774244,293,-1.547979814,0.300350308,5527.4240003 +390,0.815086969,-0.338144359,293,-1.547979814,0.300350308,9520.0208536 +391,0.59867455,-0.230624824,293,-1.547979814,0.300350308,8643.7668584 +392,1.915104874,0.066220985,293,-1.547979814,0.300350308,10523.211435 +393,1.278093622,0.064463721,293,-1.547979814,0.300350308,10543.756396 +394,-0.061477853,0.302997961,293,-1.547979814,0.300350308,5565.1969811 +395,0.251311504,0.626976942,293,-1.547979814,0.300350308,6228.4239601 +396,2.950242872,0.149095644,293,-1.547979814,0.300350308,6845.657324 +397,-0.180294708,0.35375117,293,-1.547979814,0.300350308,5084.416786 +398,1.010448592,-0.351180233,293,-1.547979814,0.300350308,10249.758711 +399,-1.748740498,0.3686318073,293,-1.547979814,0.300350308,798.03396948 +400,2.699635665,0.123533791,293,-1.547979814,0.300350308,7802.1042644 +401,0.496808033,0.823843254,293,-1.547979814,0.300350308,6535.7230075 +402,0.129574704,0.763364087,293,-1.547979814,0.300350308,5701.5389501 +403,1.798920311,0.817447563,293,-1.547979814,0.300350308,7956.0141396 +404,0.335987953,0.746786541,293,-1.547979814,0.300350308,6281.3397256 +405,-1.085413643,0.292154671,293,-1.547979814,0.300350308,1751.3446427 +406,-0.155321003,0.508207011,293,-1.547979814,0.300350308,5048.8789635 +407,0.620529244,-0.301175104,293,-1.547979814,0.300350308,8776.416143 +408,1.684402744,0.368716966,293,-1.547979814,0.300350308,9770.3243774 +409,0.300582244,-0.386397212,293,-1.547979814,0.300350308,7655.6765026 +410,2.913555946,-0.009225192,293,-1.547979814,0.300350308,7181.2711085 +411,1.465101417,0.493232532,293,-1.547979814,0.300350308,9262.0977115 +412,0.090612882,0.907955955,293,-1.547979814,0.300350308,5451.0657161 +413,2.987564726,-0.729568594,293,-1.547979814,0.300350308,7522.4920061 +414,-1.484261606,0.224149272,293,-1.547979814,0.300350308,387.92345086 +415,0.164073421,0.303955133,293,-1.547979814,0.300350308,6379.5023721 +416,0.141441293,0.167552546,293,-1.547979814,0.300350308,6468.16375 +417,2.931321023,-0.506718887,293,-1.547979814,0.300350308,7581.3251926 +418,2.21951565,0.700596356,293,-1.547979814,0.300350308,7856.6029847 +419,0.268112576,1.199114336,293,-1.547979814,0.300350308,5459.0622566 +420,0.978913739,0.359223811,293,-1.547979814,0.300350308,8904.0231849 +421,1.210898818,0.522863584,293,-1.547979814,0.300350308,8870.785099 +422,2.347397336,0.129231362,293,-1.547979814,0.300350308,9037.8673157 +423,0.614394501,0.556878345,293,-1.547979814,0.300350308,7411.585161 +424,-1.398079356,0.148483366,293,-1.547979814,0.300350308,834.3658721 +425,2.535303836,-0.112984496,293,-1.547979814,0.300350308,8730.6407043 +426,-1.019372593,-0.405322349,293,-1.547979814,0.300350308,3464.0005968 +427,-1.297785627,-0.160104069,293,-1.547979814,0.300350308,2070.2970064 +428,2.144554488,0.205051084,293,-1.547979814,0.300350308,9501.7329332 +429,-2.242387083,-0.426171285,293,-1.547979814,0.300350308,3933.768738 +430,0.338637212,0.909723676,293,-1.547979814,0.300350308,6018.3578946 +431,-0.148798452,0.691042401,293,-1.547979814,0.300350308,4955.6647828 +432,0.893524764,0.441829531,293,-1.547979814,0.300350308,8452.7307112 +433,0.969229347,-0.368847936,293,-1.547979814,0.300350308,10096.953189 +434,0.436043248,0.800045688,293,-1.547979814,0.300350308,6439.8661086 +435,1.687946607,1.081504775,293,-1.547979814,0.300350308,6962.2721221 +436,0.522302046,-0.034889271,293,-1.547979814,0.300350308,8149.1232438 +437,-0.178996113,-0.438090009,293,-1.547979814,0.300350308,6032.1775511 +438,-1.094339566,0.301444068,293,-1.547979814,0.300350308,1714.8258181 +439,-1.064070054,0.242569932,293,-1.547979814,0.300350308,1859.0746378 +440,-1.068153768,0.230387998,293,-1.547979814,0.300350308,1853.2030774 +441,-3.00496892,-0.23989155,293,-1.547979814,0.300350308,6082.9550707 +442,0.21751974,0.766874888,293,-1.547979814,0.300350308,5935.6559521 +443,0.117229532,0.007619006,293,-1.547979814,0.300350308,6570.1316779 +444,0.777758451,0.420554741,293,-1.547979814,0.300350308,8190.3339209 +445,-0.252356999,0.250747086,293,-1.547979814,0.300350308,4911.4441229 +446,0.363148444,0.768483434,293,-1.547979814,0.300350308,6315.4695468 +447,0.903191366,-0.118210676,293,-1.547979814,0.300350308,9679.6027803 +448,-0.205755923,0.149406178,293,-1.547979814,0.300350308,5188.0053938 +449,1.811996086,0.02364353,293,-1.547979814,0.300350308,10903.033485 +450,-1.100670221,0.314845373,293,-1.547979814,0.300350308,1688.2748537 +451,0.340078597,0.850105132,293,-1.547979814,0.300350308,6120.3585244 +452,0.258757267,0.804969236,293,-1.547979814,0.300350308,5990.1407944 +453,2.78505352,-0.155160804,293,-1.547979814,0.300350308,7831.2870748 +454,0.800551619,0.105822106,293,-1.547979814,0.300350308,8948.4434595 +455,0.437940882,-0.506194031,293,-1.547979814,0.300350308,8206.747721 +456,2.230431122,0.63458615,293,-1.547979814,0.300350308,8040.1796245 +457,0.527965361,0.127667701,293,-1.547979814,0.300350308,7942.4788923 +458,-0.063643205,0.702093448,293,-1.547979814,0.300350308,5204.4976042 +459,1.408447268,0.133010502,293,-1.547979814,0.300350308,10580.487518 +460,0.523795955,0.280266966,293,-1.547979814,0.300350308,7676.5830866 +461,-0.975769313,0.072177659,293,-1.547979814,0.300350308,2397.7095266 +462,0.549774164,-0.463663986,293,-1.547979814,0.300350308,8585.7946609 +463,0.29245874,1.095549818,293,-1.547979814,0.300350308,5638.9911146 +464,0.143625958,0.816809593,293,-1.547979814,0.300350308,5678.1066132 +465,0.671902494,0.611159853,293,-1.547979814,0.300350308,7441.7442538 +466,1.239840988,0.6724199,293,-1.547979814,0.300350308,8372.8744939 +467,0.607829703,-0.10932137,293,-1.547979814,0.300350308,8560.1464162 +468,1.763020906,0.263996692,293,-1.547979814,0.300350308,10112.536755 +469,0.378714634,0.726066797,293,-1.547979814,0.300350308,6429.8237521 +470,2.196736143,-0.153862366,293,-1.547979814,0.300350308,10049.150785 +471,0.01702415,0.148991565,293,-1.547979814,0.300350308,6026.2159936 +472,-2.998490902,-0.158002487,293,-1.547979814,0.300350308,5957.7507825 +473,-3.051262951,-0.346595608,293,-1.547979814,0.300350308,6379.976301 +474,-1.069176439,0.182802941,293,-1.547979814,0.300350308,1897.1997305 +475,0.167157509,0.595344954,293,-1.547979814,0.300350308,6015.2568791 +476,0.613855648,0.681746124,293,-1.547979814,0.300350308,7128.439581 +477,1.037012736,0.682555367,293,-1.547979814,0.300350308,8038.573156 +478,-1.253574971,0.379755746,293,-1.547979814,0.300350308,1142.657824 +479,3.108590453,-0.132620738,293,-1.547979814,0.300350308,6586.6366371 +480,0.565301296,0.022333262,293,-1.547979814,0.300350308,8234.0818442 +481,0.547898238,0.855555614,293,-1.547979814,0.300350308,6581.5753367 +482,0.948309381,0.417393755,293,-1.547979814,0.300350308,8661.5408111 +483,-0.050600732,0.945269213,293,-1.547979814,0.300350308,5094.2570524 +484,-0.977651478,-0.572363064,293,-1.547979814,0.300350308,4075.9616993 +485,1.102014914,0.728861163,293,-1.547979814,0.300350308,7987.4555595 +486,2.927300795,-0.282939414,293,-1.547979814,0.300350308,7420.7279829 +487,-1.154565557,0.124434095,293,-1.547979814,0.300350308,1672.6556176 +488,1.855331234,0.291044755,293,-1.547979814,0.300350308,9888.3658269 +489,0.830290659,0.276904518,293,-1.547979814,0.300350308,8687.4336888 +490,0.485104466,-0.234867441,293,-1.547979814,0.300350308,8219.4084338 +491,0.521367572,-0.33161327,293,-1.547979814,0.300350308,8426.0673032 +1,-1.539031704,0.7349710123,294,0.040776181,0.168560074,5801.6435404 +2,-1.536990553,0.7349663874,294,0.040776181,0.168560074,5795.6993365 +3,-1.534951779,0.7349571355,294,0.040776181,0.168560074,5789.7633181 +4,-1.532906461,0.7349480293,294,0.040776181,0.168560074,5783.8070197 +5,-1.531320211,0.7346937278,294,0.040776181,0.168560074,5779.3103332 +6,-1.539451648,0.7335131775,294,0.040776181,0.168560074,5803.6261981 +7,-1.537429487,0.7335445708,294,0.040776181,0.168560074,5797.711329 +8,-1.535484998,0.7335658704,294,0.040776181,0.168560074,5792.0275307 +9,-1.533488396,0.7336036027,294,0.040776181,0.168560074,5786.1826188 +10,-1.531497785,0.7335842962,294,0.040776181,0.168560074,5780.3831488 +11,-1.530259379,0.7334777758,294,0.040776181,0.168560074,5776.8215764 +12,-1.5335454,0.7322346912,294,0.040776181,0.168560074,5787.041822 +13,-1.531489083,0.7322238773,294,0.040776181,0.168560074,5781.0390875 +14,-1.530011122,0.7321679851,294,0.040776181,0.168560074,5776.7478901 +15,-1.53348106,0.7306614094,294,0.040776181,0.168560074,5787.6508845 +16,-1.531441779,0.7306962275,294,0.040776181,0.168560074,5781.6667232 +17,-1.529755654,0.7306933243,294,0.040776181,0.168560074,5776.7341463 +18,-1.533415048,0.7291384674,294,0.040776181,0.168560074,5788.2300433 +19,-1.531392093,0.7291705353,294,0.040776181,0.168560074,5782.287041 +20,-1.529296523,0.7291214933,294,0.040776181,0.168560074,5776.1708709 +21,-1.535280942,0.727267644,294,0.040776181,0.168560074,5794.6549187 +22,-1.533378158,0.7276139666,294,0.040776181,0.168560074,5788.8958958 +23,-1.531340368,0.7276446587,294,0.040776181,0.168560074,5782.9020885 +24,-1.528960113,0.7276398177,294,0.040776181,0.168560074,5775.9203003 +25,-1.533313146,0.7260818349,294,0.040776181,0.168560074,5789.4837299 +26,-1.531259555,0.7260958115,294,0.040776181,0.168560074,5783.443838 +27,-1.528926415,0.7260865555,294,0.040776181,0.168560074,5776.5931768 +28,-1.531226779,0.7245511789,294,0.040776181,0.168560074,5784.1251837 +29,-1.528904772,0.7245519194,294,0.040776181,0.168560074,5777.2930459 +30,-1.547195875,0.7409785979,294,0.040776181,0.168560074,5822.1769879 +31,-1.5451475,0.740980426,294,0.040776181,0.168560074,5816.2447048 +32,-1.543097679,0.7409798872,294,0.040776181,0.168560074,5810.3084053 +33,-1.540720364,0.7409892687,294,0.040776181,0.168560074,5803.4170932 +34,-1.547188511,0.7395198392,294,0.040776181,0.168560074,5822.9412908 +35,-1.545148587,0.7395226109,294,0.040776181,0.168560074,5817.0252139 +36,-1.543104538,0.7395314908,294,0.040776181,0.168560074,5811.0928909 +37,-1.540727751,0.7395306258,294,0.040776181,0.168560074,5804.1994799 +38,-1.547187029,0.7380014886,294,0.040776181,0.168560074,5823.755596 +39,-1.545147315,0.7380012252,294,0.040776181,0.168560074,5817.8336872 +40,-1.54310719,0.7380060743,294,0.040776181,0.168560074,5811.906789 +41,-1.540719671,0.7380068206,294,0.040776181,0.168560074,5804.9719248 +42,-1.547187189,0.7364799098,294,0.040776181,0.168560074,5824.5773077 +43,-1.545149996,0.7364853874,294,0.040776181,0.168560074,5818.6515954 +44,-1.543106091,0.7364823484,294,0.040776181,0.168560074,5812.7098438 +45,-1.540717158,0.7364893901,294,0.040776181,0.168560074,5805.7581177 +46,-1.538663972,0.7410138672,294,0.040776181,0.168560074,5797.4464912 +47,-1.53695285,0.7409699132,294,0.040776181,0.168560074,5792.5106969 +48,-1.534910498,0.7409641297,294,0.040776181,0.168560074,5786.5943544 +49,-1.533145034,0.7409536636,294,0.040776181,0.168560074,5781.4819646 +50,-1.538681336,0.7395405883,294,0.040776181,0.168560074,5798.2575486 +51,-1.536999189,0.7395183096,294,0.040776181,0.168560074,5793.3881935 +52,-1.534923633,0.7395144222,294,0.040776181,0.168560074,5787.3668149 +53,-1.533267822,0.7395654306,294,0.040776181,0.168560074,5782.5351629 +54,-1.53867273,0.7380151077,294,0.040776181,0.168560074,5799.0212026 +55,-1.536980576,0.7379994392,294,0.040776181,0.168560074,5794.1127074 +56,-1.534931522,0.7379944961,294,0.040776181,0.168560074,5788.1606694 +57,-1.533387952,0.7379480264,294,0.040776181,0.168560074,5783.6977484 +58,-1.538682279,0.7364914363,294,0.040776181,0.168560074,5799.8376397 +59,-1.536980704,0.7364810563,294,0.040776181,0.168560074,5794.892328 +60,-1.534935567,0.7364752065,294,0.040776181,0.168560074,5788.9440674 +61,-1.533042592,0.7363876366,294,0.040776181,0.168560074,5783.4787336 +62,-1.545143426,0.7349628011,294,0.040776181,0.168560074,5819.4471171 +63,-1.543105297,0.7349691947,294,0.040776181,0.168560074,5813.5091131 +64,-1.541064533,0.7349647152,294,0.040776181,0.168560074,5807.5681256 +65,-1.545411803,0.7334624714,294,0.040776181,0.168560074,5821.0331536 +66,-1.543446606,0.7334780896,294,0.040776181,0.168560074,5815.2951193 +67,-1.541475327,0.7334957295,294,0.040776181,0.168560074,5809.5374404 +68,-1.545401939,0.731963266,294,0.040776181,0.168560074,5821.8093027 +69,-1.54342253,0.7319915583,294,0.040776181,0.168560074,5816.015401 +70,-1.541455867,0.7320216438,294,0.040776181,0.168560074,5810.2570411 +71,-1.545410146,0.7304422281,294,0.040776181,0.168560074,5822.6508263 +72,-1.543435491,0.7304713664,294,0.040776181,0.168560074,5816.8625891 +73,-1.541463105,0.7304997613,294,0.040776181,0.168560074,5811.0806601 +74,-1.545414768,0.7289194936,294,0.040776181,0.168560074,5823.4837407 +75,-1.543435774,0.7289538557,294,0.040776181,0.168560074,5817.672255 +76,-1.541457714,0.7289765881,294,0.040776181,0.168560074,5811.868975 +77,-1.539449415,0.7320555866,294,0.040776181,0.168560074,5804.3797751 +78,-1.537429183,0.7321097681,294,0.040776181,0.168560074,5798.4511276 +79,-1.535472649,0.7321497267,294,0.040776181,0.168560074,5792.7153682 +80,-1.539457899,0.7305333307,294,0.040776181,0.168560074,5805.1993303 +81,-1.537453161,0.7305750503,294,0.040776181,0.168560074,5799.3144745 +82,-1.535479385,0.7306124949,294,0.040776181,0.168560074,5793.5217947 +83,-1.53946905,0.7290102593,294,0.040776181,0.168560074,5806.02814 +84,-1.537459922,0.7290417293,294,0.040776181,0.168560074,5800.1278441 +85,-1.535451349,0.7290890157,294,0.040776181,0.168560074,5794.2203707 +86,-1.535522937,0.7279887191,294,0.040776181,0.168560074,5794.9946363 +87,-1.539442524,0.7274735939,294,0.040776181,0.168560074,5806.7546274 +88,-1.537424111,0.727521351,294,0.040776181,0.168560074,5800.8106842 +89,-1.539384641,0.7259505092,294,0.040776181,0.168560074,5807.3826815 +90,-1.537372391,0.7259947145,294,0.040776181,0.168560074,5801.4507309 +91,-1.535340789,0.7260435356,294,0.040776181,0.168560074,5795.4590023 +92,-1.539325716,0.7244369706,294,0.040776181,0.168560074,5808.0031572 +93,-1.537308932,0.7244801057,294,0.040776181,0.168560074,5802.050574 +94,-1.535289068,0.7245247645,294,0.040776181,0.168560074,5796.0875628 +95,-1.533261366,0.7245550236,294,0.040776181,0.168560074,5790.1082619 +96,-1.539267302,0.722921924,294,0.040776181,0.168560074,5808.6264082 +97,-1.537248972,0.7229660258,294,0.040776181,0.168560074,5802.6609013 +98,-1.535219431,0.7229916471,294,0.040776181,0.168560074,5796.6713084 +99,-1.53318962,0.7230212049,294,0.040776181,0.168560074,5790.6781496 +100,-1.531154816,0.7230299897,294,0.040776181,0.168560074,5784.6800393 +101,-1.528878341,0.7230370244,294,0.040776181,0.168560074,5777.9698317 +102,-1.539218189,0.7214009878,294,0.040776181,0.168560074,5809.2806566 +103,-1.537198791,0.7214422745,294,0.040776181,0.168560074,5803.305573 +104,-1.535179266,0.7214634354,294,0.040776181,0.168560074,5797.3398757 +105,-1.533156501,0.7214944644,294,0.040776181,0.168560074,5791.3587857 +106,-1.53113574,0.7215166021,294,0.040776181,0.168560074,5785.387396 +107,-1.528874248,0.7215345535,294,0.040776181,0.168560074,5778.707124 +108,-1.539217656,0.7198512397,294,0.040776181,0.168560074,5810.0940204 +109,-1.537199919,0.7199428763,294,0.040776181,0.168560074,5804.0896032 +110,-1.545425832,0.727397149,294,0.040776181,0.168560074,5824.336277 +111,-1.543371177,0.7273916949,294,0.040776181,0.168560074,5818.3164828 +112,-1.541368852,0.7274523163,294,0.040776181,0.168560074,5812.4140409 +113,-1.545349067,0.7258710923,294,0.040776181,0.168560074,5824.9340363 +114,-1.54332671,0.7258603556,294,0.040776181,0.168560074,5819.0037882 +115,-1.541346831,0.7259242142,294,0.040776181,0.168560074,5813.1576057 +116,-1.545324355,0.7243383958,294,0.040776181,0.168560074,5825.688667 +117,-1.543292796,0.7243617413,294,0.040776181,0.168560074,5819.7051942 +118,-1.541295822,0.7244024384,294,0.040776181,0.168560074,5813.8133694 +119,-1.543193859,0.7205570215,294,0.040776181,0.168560074,5821.4509126 +120,-1.550257047,0.7386738187,294,0.040776181,0.168560074,5832.298965 +121,-1.549335448,0.7311736483,294,0.040776181,0.168560074,5833.7223525 +122,-1.533478843,0.7179891343,294,0.040776181,0.168560074,5794.1027306 +123,-1.556150555,0.738907041,294,0.040776181,0.168560074,5849.2574229 +124,-1.554324226,0.733414257,294,0.040776181,0.168560074,5847.0323362 +125,-1.554290846,0.7288285332,294,0.040776181,0.168560074,5849.5051428 +126,-1.55122487,0.7219795312,294,0.040776181,0.168560074,5844.3351427 +127,-1.525104458,0.7229399862,294,0.040776181,0.168560074,5766.8963643 +128,-1.519607711,0.7236181429,294,0.040776181,0.168560074,5750.3692476 +129,-1.513899999,0.7251107854,294,0.040776181,0.168560074,5732.8587346 +130,-1.536620762,0.7431061895,294,0.040776181,0.168560074,5790.4582779 +131,-1.5369566,0.7460845958,294,0.040776181,0.168560074,5789.9106019 +132,-1.545345528,0.7447040685,294,0.040776181,0.168560074,5814.8345211 +133,-1.532813921,0.7432306626,294,0.040776181,0.168560074,5779.382954 +134,-1.554788248,0.7382381001,294,0.040776181,0.168560074,5845.682687 +135,-1.540348126,0.7301594274,294,0.040776181,0.168560074,5807.9988774 +136,-1.538016084,0.7239051786,294,0.040776181,0.168560074,5804.4296565 +137,-1.525288962,0.7258085137,294,0.040776181,0.168560074,5766.0385087 +138,-1.534326986,0.731241342,294,0.040776181,0.168560074,5789.8304727 +139,-1.530733872,0.7303625216,294,0.040776181,0.168560074,5779.7621207 +141,-1.534354939,0.7328219978,294,0.040776181,0.168560074,5789.1082595 +142,-1.53157084,0.7292888153,294,0.040776181,0.168560074,5782.7513099 +143,-1.525691035,0.7263799874,294,0.040776181,0.168560074,5766.9412346 +144,-1.534031287,0.7495967835,294,0.040776181,0.168560074,5779.711708 +145,-1.527714986,0.7283095957,294,0.040776181,0.168560074,5771.9358832 +146,-1.526189586,0.7271468292,294,0.040776181,0.168560074,5768.0305644 +147,-1.555177336,0.7375563366,294,0.040776181,0.168560074,5847.1931483 +148,-1.555080283,0.7312707794,294,0.040776181,0.168560074,5850.4394197 +149,-1.53856994,0.7224180299,294,0.040776181,0.168560074,5806.8369978 +150,-1.530837883,0.729933372,294,0.040776181,0.168560074,5780.2812931 +151,-1.515066984,0.5854133365,294,0.040776181,0.168560074,5805.320694 +152,-1.534731633,0.5368370046,294,0.040776181,0.168560074,5897.5277374 +153,-1.515231902,0.5607085576,294,0.040776181,0.168560074,5818.9503798 +154,-2.616253799,1.0684566605,294,0.040776181,0.168560074,7317.072268 +155,-1.956071439,0.5792177723,294,0.040776181,0.168560074,7219.2677128 +156,-1.951208514,0.5602434208,294,0.040776181,0.168560074,7232.1485289 +157,-1.944675062,0.6062144545,294,0.040776181,0.168560074,7144.4776966 +158,-1.613778386,0.6077989518,294,0.040776181,0.168560074,6110.6092203 +159,-2.035029014,0.6021432345,294,0.040776181,0.168560074,7420.7170716 +160,-2.114989471,0.6801825058,294,0.040776181,0.168560074,7502.5087897 +161,-2.037382079,0.5765830025,294,0.040776181,0.168560074,7470.7842644 +162,-2.129855121,0.6585019963,294,0.040776181,0.168560074,7585.479021 +163,-2.075141798,0.6493615843,294,0.040776181,0.168560074,7452.4670963 +164,-1.828626729,0.6948433129,294,0.040776181,0.168560074,6679.9115528 +165,-1.863329418,0.6735427691,294,0.040776181,0.168560074,6808.1315647 +166,-1.266037071,0.727988852,294,0.040776181,0.168560074,4999.871844 +167,-1.277579582,0.7249010648,294,0.040776181,0.168560074,5033.480528 +168,-1.258418684,0.7241194816,294,0.040776181,0.168560074,4976.5657863 +169,-1.317813974,0.6804850104,294,0.040776181,0.168560074,5151.6086642 +170,-1.344165204,0.6790988904,294,0.040776181,0.168560074,5232.8245613 +171,-1.427582102,0.5277120351,294,0.040776181,0.168560074,5538.9399897 +172,-1.402238616,0.457167829,294,0.040776181,0.168560074,5477.7227486 +173,-1.422454264,0.4996161999,294,0.040776181,0.168560074,5532.1060923 +174,-1.439089277,0.4894859811,294,0.040776181,0.168560074,5593.9163147 +175,-1.448126995,0.5182330266,294,0.040776181,0.168560074,5612.8828741 +176,-1.474626146,0.5881926574,294,0.040776181,0.168560074,5671.5842257 +177,-1.421139645,0.5584869783,294,0.040776181,0.168560074,5506.0565272 +178,-1.457037165,0.565943032,294,0.040776181,0.168560074,5622.9860935 +179,-2.757159358,0.3745319,294,0.040776181,0.168560074,9911.2797199 +180,-2.714309238,0.342054471,294,0.040776181,0.168560074,9921.0275496 +181,-2.000525337,0.774119946,294,0.040776181,0.168560074,7028.7112416 +183,-1.571413436,0.6777838382,294,0.040776181,0.168560074,5930.8416842 +184,-1.552860289,0.6987663893,294,0.040776181,0.168560074,5862.2481911 +185,-1.521852374,0.7165827476,294,0.040776181,0.168560074,5760.3734474 +186,-1.503656267,0.6928968252,294,0.040776181,0.168560074,5716.8909364 +187,-1.502753178,0.7136205882,294,0.040776181,0.168560074,5705.0030825 +188,-1.631894563,0.7343596465,294,0.040776181,0.168560074,6071.3570487 +189,-1.653765416,0.6770714026,294,0.040776181,0.168560074,6181.2570454 +190,-1.719812114,0.6715965947,294,0.040776181,0.168560074,6385.1754129 +191,-1.493406659,0.6646955447,294,0.040776181,0.168560074,5698.0079544 +192,-1.469120564,0.6613469966,294,0.040776181,0.168560074,5623.9760587 +193,-1.590551461,0.5326612937,294,0.040776181,0.168560074,6087.9380623 +194,-1.625979264,0.5247742243,294,0.040776181,0.168560074,6212.7813863 +195,-1.572293943,0.5238808754,294,0.040776181,0.168560074,6032.3267532 +196,-1.610848725,0.5477107964,294,0.040776181,0.168560074,6145.0479218 +197,-1.208485554,0.7918526018,294,0.040776181,0.168560074,4855.1212895 +198,-1.335601374,0.6869083083,294,0.040776181,0.168560074,5206.1141909 +199,-1.346156996,0.6825213377,294,0.040776181,0.168560074,5238.7261883 +200,-1.324381037,0.6741422347,294,0.040776181,0.168560074,5171.9461477 +201,-1.242424992,0.7378949807,294,0.040776181,0.168560074,4932.7479032 +202,-1.270370057,0.7392461008,294,0.040776181,0.168560074,5014.7673854 +203,-1.448950472,0.7441675014,294,0.040776181,0.168560074,5535.7584771 +204,-1.492662363,0.7523026852,294,0.040776181,0.168560074,5659.4798707 +205,-1.479098966,0.7763855017,294,0.040776181,0.168560074,5612.0913834 +206,-1.633760714,0.7869022408,294,0.040776181,0.168560074,6036.7714614 +207,-1.647406434,0.8101289331,294,0.040776181,0.168560074,6055.8033144 +208,-1.564245052,0.5701509278,294,0.040776181,0.168560074,5975.5723137 +209,-1.646289963,0.6833746083,294,0.040776181,0.168560074,6153.614379 +210,-1.5820631,0.6751952144,294,0.040776181,0.168560074,5964.9520216 +211,-1.613236298,0.6681681791,294,0.040776181,0.168560074,6064.9629378 +212,-1.914661867,0.8212566515,294,0.040776181,0.168560074,6735.1871872 +213,-1.742133237,0.7250275956,294,0.040776181,0.168560074,6396.6154286 +214,-2.033144872,0.6557314699,294,0.040776181,0.168560074,7323.1826298 +215,-2.039551981,0.6964723658,294,0.040776181,0.168560074,7268.8696299 +216,-1.247341019,0.7622473908,294,0.040776181,0.168560074,4953.7014096 +217,-1.298239787,0.7084123392,294,0.040776181,0.168560074,5093.1919099 +218,-1.308539688,0.6926545592,294,0.040776181,0.168560074,5123.432628 +219,-1.303263185,0.6888938396,294,0.040776181,0.168560074,5107.1651948 +220,-1.852400229,0.6004246149,294,0.040776181,0.168560074,6870.1443443 +221,-1.288947707,0.7473773692,294,0.040776181,0.168560074,5070.2987553 +222,-1.372031502,0.7472790993,294,0.040776181,0.168560074,5311.643678 +223,-1.289805721,0.7242157877,294,0.040776181,0.168560074,5069.6245536 +224,-1.350807603,0.7533498126,294,0.040776181,0.168560074,5249.9090315 +225,-1.329290365,0.7560442322,294,0.040776181,0.168560074,5187.881168 +226,-1.410153004,0.616936428,294,0.040776181,0.168560074,5451.7707389 +227,-1.393445434,0.6308995063,294,0.040776181,0.168560074,5394.6427534 +228,-1.37595573,0.6241540638,294,0.040776181,0.168560074,5340.0663008 +229,-1.358388707,0.6172645205,294,0.040776181,0.168560074,5284.7392895 +230,-1.753741133,0.8281661666,294,0.040776181,0.168560074,6318.231493 +231,-1.47430987,0.6834615681,294,0.040776181,0.168560074,5631.5234887 +232,-1.421012508,0.7222725206,294,0.040776181,0.168560074,5459.1749536 +233,-1.4476833,0.6978557868,294,0.040776181,0.168560074,5545.5717046 +234,-1.470370723,0.6966193374,294,0.040776181,0.168560074,5614.6303479 +235,-1.429211703,0.7037216883,294,0.040776181,0.168560074,5488.1362733 +236,-1.700578405,0.6178673663,294,0.040776181,0.168560074,6377.259249 +237,-1.678117619,0.6331716163,294,0.040776181,0.168560074,6293.2321949 +238,-1.725644578,0.6316331145,294,0.040776181,0.168560074,6442.2501529 +239,-2.14012759,0.7930497945,294,0.040776181,0.168560074,7332.8380102 +240,-2.103289431,0.7653606263,294,0.040776181,0.168560074,7302.2013013 +241,-1.318739838,0.7017808746,294,0.040776181,0.168560074,5154.6790511 +242,-1.396417427,0.7077900843,294,0.040776181,0.168560074,5388.5446025 +243,-1.35650337,0.7185539404,294,0.040776181,0.168560074,5267.7968891 +244,-1.248884539,0.7274156818,294,0.040776181,0.168560074,4949.0915012 +245,-1.395014798,0.5761185243,294,0.040776181,0.168560074,5413.5778104 +246,-1.433377362,0.6064716109,294,0.040776181,0.168560074,5530.0655525 +247,-1.408172432,0.5903155476,294,0.040776181,0.168560074,5452.9218199 +248,-1.749645898,0.7757118084,294,0.040776181,0.168560074,6364.0048986 +249,-1.571626686,0.615046989,294,0.040776181,0.168560074,5970.9933576 +250,-1.514070049,0.6303003037,294,0.040776181,0.168560074,5779.0354533 +251,-1.480890369,0.6237966528,294,0.040776181,0.168560074,5676.3959215 +252,-1.704390658,0.5281680612,294,0.040776181,0.168560074,6472.3433446 +253,-1.64434733,0.5254277498,294,0.040776181,0.168560074,6273.9907982 +254,-1.703855997,0.4792484842,294,0.040776181,0.168560074,6515.081277 +255,-1.692002383,0.5748825051,294,0.040776181,0.168560074,6389.1827645 +256,-1.854136457,0.5544643913,294,0.040776181,0.168560074,6933.1591698 +257,-1.665021206,0.520317736,294,0.040776181,0.168560074,6347.5893348 +258,-1.733654349,0.4845187345,294,0.040776181,0.168560074,6611.8234444 +259,-1.720938188,0.5135933906,294,0.040776181,0.168560074,6541.1787688 +260,-1.742668307,0.553296122,294,0.040776181,0.168560074,6574.3501796 +261,-1.965659039,0.7142126903,294,0.040776181,0.168560074,7037.5079333 +262,-1.944438071,0.6772834804,294,0.040776181,0.168560074,7036.4950191 +263,-1.270340967,0.7681487096,294,0.040776181,0.168560074,5020.7895171 +264,-1.353091884,0.6549276821,294,0.040776181,0.168560074,5262.7460631 +265,-1.333236659,0.6413584414,294,0.040776181,0.168560074,5201.3539144 +266,-1.352015998,0.6753788907,294,0.040776181,0.168560074,5257.3421322 +267,-1.377988483,0.6577816235,294,0.040776181,0.168560074,5340.4221783 +268,-2.13075611,0.8318642051,294,0.040776181,0.168560074,7228.0738519 +269,-2.097910953,0.8259670014,294,0.040776181,0.168560074,7165.9326223 +270,-1.416382069,0.6694271549,294,0.040776181,0.168560074,5457.6144532 +271,-1.538905672,0.7535625993,294,0.040776181,0.168560074,5791.6967196 +272,-1.572309477,0.7803125099,294,0.040776181,0.168560074,5871.3079957 +273,-1.87759879,0.7503853417,294,0.040776181,0.168560074,6743.1419597 +274,1.152365588,0.590457682,294,0.040776181,0.168560074,4344.7466052 +275,0.350198001,0.718001859,294,0.040776181,0.168560074,2430.6294687 +276,0.046513677,0.491503852,294,0.040776181,0.168560074,1279.3588391 +277,0.027510309,0.742571376,294,0.040776181,0.168560074,2274.1248976 +278,0.306285725,-0.214631579,294,0.040776181,0.168560074,1842.7246045 +279,-1.100564889,0.318051531,294,0.040776181,0.168560074,4406.9256788 +280,-1.078582306,0.301437596,294,0.040776181,0.168560074,4326.3872038 +281,-1.137371989,-0.617634065,294,0.040776181,0.168560074,5382.3740515 +282,0.784356344,0.703272339,294,0.040776181,0.168560074,3356.4902645 +283,-1.221209947,0.218327455,294,0.040776181,0.168560074,4894.6826081 +284,2.347301921,-0.449114658,294,0.040776181,0.168560074,9123.9535074 +285,0.246820618,0.830553713,294,0.040776181,0.168560074,2711.4999594 +286,0.829414965,0.703288228,294,0.040776181,0.168560074,3478.9894135 +287,-1.337537566,0.42332223,294,0.040776181,0.168560074,5258.427617 +288,0.882453706,0.454478077,294,0.040776181,0.168560074,3346.9513235 +289,1.575629659,0.416419109,294,0.040776181,0.168560074,5824.1396068 +290,-1.039455679,0.229888244,294,0.040776181,0.168560074,4191.4644217 +291,0.489558039,0.934482747,294,0.040776181,0.168560074,3352.3246331 +292,0.081344504,0.88384514,294,0.040776181,0.168560074,2836.3495343 +293,-1.547979814,0.300350308,294,0.040776181,0.168560074,6092.2897309 +294,0.040776181,0.168560074,294,0.040776181,0.168560074,0 +295,-1.130374745,0.563894876,294,0.040776181,0.168560074,4531.8129174 +296,1.578326642,0.478507176,294,0.040776181,0.168560074,5799.931843 +297,-1.12861823,-0.291640865,294,0.040776181,0.168560074,4928.9024047 +298,0.310524208,0.770885792,294,0.040776181,0.168560074,2559.1289637 +299,0.415649091,-0.387246002,294,0.040776181,0.168560074,2639.4112664 +300,-0.926533878,-0.188022748,294,0.040776181,0.168560074,4063.9340349 +301,1.258856172,-0.11716081,294,0.040776181,0.168560074,4937.5309067 +302,-1.126050026,0.322941926,294,0.040776181,0.168560074,4501.945792 +303,2.002785835,0.07893892,294,0.040776181,0.168560074,7687.0306175 +304,0.440437607,0.746258085,294,0.040776181,0.168560074,2673.851629 +305,-0.030391866,0.214441206,294,0.040776181,0.168560074,331.05664507 +306,0.521557815,-0.058929362,294,0.040776181,0.168560074,2100.4030829 +307,-0.097005111,0.13317729,294,0.040776181,0.168560074,557.41931157 +308,1.83113859,0.221857587,294,0.040776181,0.168560074,6908.7990398 +309,0.222428864,0.099404236,294,0.040776181,0.168560074,763.72547329 +310,-1.702731345,0.8728568183,294,0.040776181,0.168560074,6144.0473393 +311,-0.418507569,0.278324921,294,0.040776181,0.168560074,1824.7365909 +312,-1.41153306,0.339029988,294,0.040776181,0.168560074,5562.5669767 +313,0.357560442,0.114788776,294,0.040776181,0.168560074,1260.0779243 +314,0.325818979,0.268352149,294,0.040776181,0.168560074,1170.2925861 +315,-1.246004659,-0.663679965,294,0.040776181,0.168560074,5768.356609 +316,1.814603087,0.637404484,294,0.040776181,0.168560074,6459.3744433 +317,1.843704281,-0.18300445,294,0.040776181,0.168560074,7237.2604183 +318,1.690644492,-0.211480909,294,0.040776181,0.168560074,6663.8984211 +319,-1.275451936,0.068109467,294,0.040776181,0.168560074,5183.7834342 +320,0.762430171,-0.207594741,294,0.040776181,0.168560074,3207.8129875 +321,0.265668905,-0.014647884,294,0.040776181,0.168560074,1145.9437022 +322,-2.773032013,-0.335515811,294,0.040776181,0.168560074,11025.075196 +323,-1.469512853,0.174058777,294,0.040776181,0.168560074,5873.8352839 +324,0.286276986,0.785925691,294,0.040776181,0.168560074,2584.8956806 +325,-1.379324697,0.377432233,294,0.040776181,0.168560074,5426.7404691 +326,-1.203778265,0.212813032,294,0.040776181,0.168560074,4829.8749163 +327,0.579916301,0.611743168,294,0.040776181,0.168560074,2621.2295314 +328,0.267582642,0.868113908,294,0.040776181,0.168560074,2869.8521564 +329,0.412869244,-0.050245578,294,0.040776181,0.168560074,1704.9863863 +330,0.17524381,0.976660285,294,0.040776181,0.168560074,3228.0894479 +331,0.743157214,0.204812899,294,0.040776181,0.168560074,2735.362805 +332,-1.070758176,0.269382282,294,0.040776181,0.168560074,4302.2575144 +333,-1.230364251,0.329790229,294,0.040776181,0.168560074,4891.2749186 +334,-1.374813124,-0.024926835,294,0.040776181,0.168560074,5632.8736911 +335,0.519780566,0.463669906,294,0.040776181,0.168560074,2140.2854351 +336,-1.55108034,0.239698561,294,0.040776181,0.168560074,6144.038265 +337,0.180294813,0.029739425,294,0.040776181,0.168560074,777.34246042 +338,0.67820924,0.268170153,294,0.040776181,0.168560074,2493.1151054 +339,0.445798684,1.024001867,294,0.040776181,0.168560074,3601.1570934 +340,0.691751283,0.150521402,294,0.040776181,0.168560074,2545.5484516 +341,-1.036643551,-0.903056181,294,0.040776181,0.168560074,5595.9668694 +342,-0.120287036,1.083325163,294,0.040776181,0.168560074,3653.171995 +343,2.823513113,-0.304487164,294,0.040776181,0.168560074,10962.363677 +344,0.457583172,1.12513373,294,0.040776181,0.168560074,3962.6949789 +345,0.042918831,0.813795399,294,0.040776181,0.168560074,2555.7873581 +346,1.196146777,-0.853142756,294,0.040776181,0.168560074,5684.5296685 +347,0.206001358,-0.010430701,294,0.040776181,0.168560074,962.8774766 +348,-0.268308653,0.234799412,294,0.040776181,0.168560074,1227.4008313 +349,0.759363263,0.736189579,294,0.040776181,0.168560074,3353.3255523 +350,0.181363926,0.891988372,294,0.040776181,0.168560074,2901.8530253 +351,-0.021111158,0.139103292,294,0.040776181,0.168560074,268.867141 +352,-0.093355215,0.630686981,294,0.040776181,0.168560074,1893.0293615 +353,0.40118964,0.681375926,294,0.040776181,0.168560074,2398.7091661 +354,-0.721197315,1.304706234,294,0.040776181,0.168560074,4808.0865243 +355,-1.076150317,0.212107639,294,0.040776181,0.168560074,4338.10854 +356,-1.577164531,0.273993443,294,0.040776181,0.168560074,6219.2822984 +357,-0.190788414,0.182208586,294,0.040776181,0.168560074,904.70395669 +358,-0.261349752,0.209710184,294,0.040776181,0.168560074,1186.3785593 +359,-1.029303852,0.083549259,294,0.040776181,0.168560074,4213.5026704 +360,-1.268609162,0.330525297,294,0.040776181,0.168560074,5033.9732596 +361,1.282982244,-0.926641967,294,0.040776181,0.168560074,5996.4103127 +362,0.217352334,0.731352408,294,0.040776181,0.168560074,2312.5346223 +363,-1.511833084,0.258629297,294,0.040776181,0.168560074,5983.1754655 +364,0.338812194,0.823184618,294,0.040776181,0.168560074,2779.5406143 +365,-0.324406489,1.134201999,294,0.040776181,0.168560074,3955.8282386 +366,1.389579348,0.399185724,294,0.040776181,0.168560074,5158.7767102 +367,2.047152199,-0.039082036,294,0.040776181,0.168560074,7948.3795021 +368,0.947780369,0.568250077,294,0.040776181,0.168560074,3662.0801935 +369,0.763824846,0.576754987,294,0.040776181,0.168560074,3088.6545825 +370,-0.142334657,0.928153068,294,0.040776181,0.168560074,3065.1417006 +371,0.610266567,0.547265983,294,0.040776181,0.168560074,2573.3656217 +372,0.210731629,0.746815056,294,0.040776181,0.168560074,2364.9386927 +373,-1.34931644,0.316895224,294,0.040776181,0.168560074,5340.7559528 +374,2.407696481,0.655030745,294,0.040776181,0.168560074,8099.700619 +375,0.64207831,0.545359131,294,0.040776181,0.168560074,2665.3695584 +376,1.174597538,0.840588356,294,0.040776181,0.168560074,4577.7456976 +377,0.660059424,0.010604079,294,0.040776181,0.168560074,2519.1313934 +378,-0.730263819,0.010486456,294,0.040776181,0.168560074,3101.7903309 +379,0.831068936,0.512339172,294,0.040776181,0.168560074,3222.9296269 +380,1.301180979,0.72367476,294,0.040776181,0.168560074,4861.5814851 +381,1.811128231,0.322854402,294,0.040776181,0.168560074,6746.7084707 +382,0.435105812,0.992284428,294,0.040776181,0.168560074,3480.671145 +383,0.62643634,0.592027932,294,0.040776181,0.168560074,2707.5190678 +384,0.492988703,-0.516339467,294,0.040776181,0.168560074,3214.9138399 +385,-0.162469483,0.112549365,294,0.040776181,0.168560074,827.28306859 +386,0.314630866,0.472006421,294,0.040776181,0.168560074,1578.9810326 +387,0.166744804,0.822815954,294,0.040776181,0.168560074,2625.8935375 +388,0.417159608,0.965805736,294,0.040776181,0.168560074,3369.7582305 +389,0.106334961,0.868774244,294,0.040776181,0.168560074,2781.9442109 +390,0.815086969,-0.338144359,294,0.040776181,0.168560074,3627.225862 +391,0.59867455,-0.230624824,294,0.040776181,0.168560074,2704.2860514 +392,1.915104874,0.066220985,294,0.040776181,0.168560074,7358.0436132 +393,1.278093622,0.064463721,294,0.040776181,0.168560074,4877.9448847 +394,-0.061477853,0.302997961,294,0.040776181,0.168560074,662.10237965 +395,0.251311504,0.626976942,294,0.040776181,0.168560074,1967.706415 +396,2.950242872,0.149095644,294,0.040776181,0.168560074,10887.784636 +397,-0.180294708,0.35375117,294,0.040776181,0.168560074,1118.5103133 +398,1.010448592,-0.351180233,294,0.040776181,0.168560074,4302.6065892 +399,-1.748740498,0.3686318073,294,0.040776181,0.168560074,6774.6274285 +400,2.699635665,0.123533791,294,0.040776181,0.168560074,10215.236477 +401,0.496808033,0.823843254,294,0.040776181,0.168560074,3012.6999142 +402,0.129574704,0.763364087,294,0.040776181,0.168560074,2375.7836034 +403,1.798920311,0.817447563,294,0.040776181,0.168560074,6234.7617323 +404,0.335987953,0.746786541,294,0.040776181,0.168560074,2508.1182506 +405,-1.085413643,0.292154671,294,0.040776181,0.168560074,4353.7113913 +406,-0.155321003,0.508207011,294,0.040776181,0.168560074,1529.536261 +407,0.620529244,-0.301175104,294,0.040776181,0.168560074,2934.7559363 +408,1.684402744,0.368716966,294,0.040776181,0.168560074,6247.4664563 +409,0.300582244,-0.386397212,294,0.040776181,0.168560074,2418.7697868 +410,2.913555946,-0.009225192,294,0.040776181,0.168560074,11210.714059 +411,1.465101417,0.493232532,294,0.040776181,0.168560074,5399.4195267 +412,0.090612882,0.907955955,294,0.040776181,0.168560074,2933.1718347 +413,2.987564726,-0.729568594,294,0.040776181,0.168560074,10120.263939 +414,-1.484261606,0.224149272,294,0.040776181,0.168560074,5899.7138497 +415,0.164073421,0.303955133,294,0.040776181,0.168560074,715.99239154 +416,0.141441293,0.167552546,294,0.040776181,0.168560074,393.13262442 +417,2.931321023,-0.506718887,294,0.040776181,0.168560074,10812.168474 +418,2.21951565,0.700596356,294,0.040776181,0.168560074,7521.7692056 +419,0.268112576,1.199114336,294,0.040776181,0.168560074,4124.4392363 +420,0.978913739,0.359223811,294,0.040776181,0.168560074,3649.7915546 +421,1.210898818,0.522863584,294,0.040776181,0.168560074,4518.5142302 +422,2.347397336,0.129231362,294,0.040776181,0.168560074,8944.8118368 +423,0.614394501,0.556878345,294,0.040776181,0.168560074,2603.8627229 +424,-1.398079356,0.148483366,294,0.040776181,0.168560074,5613.1596921 +425,2.535303836,-0.112984496,294,0.040776181,0.168560074,9897.9007126 +426,-1.019372593,-0.405322349,294,0.040776181,0.168560074,4692.3823722 +427,-1.297785627,-0.160104069,294,0.040776181,0.168560074,5435.4837821 +428,2.144554488,0.205051084,294,0.040776181,0.168560074,8098.5515474 +429,-2.242387083,-0.426171285,294,0.040776181,0.168560074,9056.4637846 +430,0.338637212,0.909723676,294,0.040776181,0.168560074,3088.9151022 +431,-0.148798452,0.691042401,294,0.040776181,0.168560074,2175.146187 +432,0.893524764,0.441829531,294,0.040776181,0.168560074,3377.0722607 +433,0.969229347,-0.368847936,294,0.040776181,0.168560074,4191.8248558 +434,0.436043248,0.800045688,294,0.040776181,0.168560074,2837.5388145 +435,1.687946607,1.081504775,294,0.040776181,0.168560074,5774.4656267 +436,0.522302046,-0.034889271,294,0.040776181,0.168560074,2063.5004806 +437,-0.178996113,-0.438090009,294,0.040776181,0.168560074,2548.3152735 +438,-1.094339566,0.301444068,294,0.040776181,0.168560074,4385.9414647 +439,-1.064070054,0.242569932,294,0.040776181,0.168560074,4282.7920697 +440,-1.068153768,0.230387998,294,0.040776181,0.168560074,4301.7438274 +441,-3.00496892,-0.23989155,294,0.040776181,0.168560074,11976.978269 +442,0.21751974,0.766874888,294,0.040776181,0.168560074,2446.6108949 +443,0.117229532,0.007619006,294,0.040776181,0.168560074,705.11431406 +444,0.777758451,0.420554741,294,0.040776181,0.168560074,2952.1214901 +445,-0.252356999,0.250747086,294,0.040776181,0.168560074,1180.8931305 +446,0.363148444,0.768483434,294,0.040776181,0.168560074,2621.5185464 +447,0.903191366,-0.118210676,294,0.040776181,0.168560074,3587.5369813 +448,-0.205755923,0.149406178,294,0.040776181,0.168560074,967.10169379 +449,1.811996086,0.02364353,294,0.040776181,0.168560074,6988.1644476 +450,-1.100670221,0.314845373,294,0.040776181,0.168560074,4407.7709456 +451,0.340078597,0.850105132,294,0.040776181,0.168560074,2876.626181 +452,0.258757267,0.804969236,294,0.040776181,0.168560074,2626.6843613 +453,2.78505352,-0.155160804,294,0.040776181,0.168560074,10890.028291 +454,0.800551619,0.105822106,294,0.040776181,0.168560074,2989.5955936 +455,0.437940882,-0.506194031,294,0.040776181,0.168560074,3073.5825908 +456,2.230431122,0.63458615,294,0.040776181,0.168560074,7685.265565 +457,0.527965361,0.127667701,294,0.040776181,0.168560074,1914.9270631 +458,-0.063643205,0.702093448,294,0.040776181,0.168560074,2145.0403917 +459,1.408447268,0.133010502,294,0.040776181,0.168560074,5345.8989038 +460,0.523795955,0.280266966,294,0.040776181,0.168560074,1915.0378855 +461,-0.975769313,0.072177659,294,0.040776181,0.168560074,4011.2007522 +462,0.549774164,-0.463663986,294,0.040776181,0.168560074,3178.5466642 +463,0.29245874,1.095549818,294,0.040776181,0.168560074,3741.7259753 +464,0.143625958,0.816809593,294,0.040776181,0.168560074,2591.0206808 +465,0.671902494,0.611159853,294,0.040776181,0.168560074,2874.0434725 +466,1.239840988,0.6724199,294,0.040776181,0.168560074,4658.0966954 +467,0.607829703,-0.10932137,294,0.040776181,0.168560074,2493.8303539 +468,1.763020906,0.263996692,294,0.040776181,0.168560074,6617.9024189 +469,0.378714634,0.726066797,294,0.040776181,0.168560074,2503.125847 +470,2.196736143,-0.153862366,294,0.040776181,0.168560074,8594.4147738 +471,0.01702415,0.148991565,294,0.040776181,0.168560074,120.98652402 +472,-2.998490902,-0.158002487,294,0.040776181,0.168560074,12041.753988 +473,-3.051262951,-0.346595608,294,0.040776181,0.168560074,11713.632033 +474,-1.069176439,0.182802941,294,0.040776181,0.168560074,4321.4722842 +475,0.167157509,0.595344954,294,0.040776181,0.168560074,1751.7470362 +476,0.613855648,0.681746124,294,0.040776181,0.168560074,2869.3927819 +477,1.037012736,0.682555367,294,0.040776181,0.168560074,4048.6389623 +478,-1.253574971,0.379755746,294,0.040776181,0.168560074,4964.7416965 +479,3.108590453,-0.132620738,294,0.040776181,0.168560074,12121.769999 +480,0.565301296,0.022333262,294,0.040776181,0.168560074,2145.7140922 +481,0.547898238,0.855555614,294,0.040776181,0.168560074,3195.8606902 +482,0.948309381,0.417393755,294,0.040776181,0.168560074,3558.553511 +483,-0.050600732,0.945269213,294,0.040776181,0.168560074,3090.1298152 +484,-0.977651478,-0.572363064,294,0.040776181,0.168560074,4831.0760804 +485,1.102014914,0.728861163,294,0.040776181,0.168560074,4281.884797 +486,2.927300795,-0.282939414,294,0.040776181,0.168560074,11360.621157 +487,-1.154565557,0.124434095,294,0.040776181,0.168560074,4679.9750969 +488,1.855331234,0.291044755,294,0.040776181,0.168560074,6937.9454793 +489,0.830290659,0.276904518,294,0.040776181,0.168560074,3074.2627686 +490,0.485104466,-0.234867441,294,0.040776181,0.168560074,2367.5417407 +491,0.521367572,-0.33161327,294,0.040776181,0.168560074,2728.9512528 +1,-1.539031704,0.7349710123,295,-1.130374745,0.563894876,1449.6601058 +2,-1.536990553,0.7349663874,295,-1.130374745,0.563894876,1444.0276452 +3,-1.534951779,0.7349571355,295,-1.130374745,0.563894876,1438.4009475 +4,-1.532906461,0.7349480293,295,-1.130374745,0.563894876,1432.7620718 +5,-1.531320211,0.7346937278,295,-1.130374745,0.563894876,1428.0453774 +6,-1.539451648,0.7335131775,295,-1.130374745,0.563894876,1448.8370724 +7,-1.537429487,0.7335445708,295,-1.130374745,0.563894876,1443.2902461 +8,-1.535484998,0.7335658704,295,-1.130374745,0.563894876,1437.9501107 +9,-1.533488396,0.7336036027,295,-1.130374745,0.563894876,1432.4946299 +10,-1.531497785,0.7335842962,295,-1.130374745,0.563894876,1426.9825106 +11,-1.530259379,0.7334777758,295,-1.130374745,0.563894876,1423.4237332 +12,-1.5335454,0.7322346912,295,-1.130374745,0.563894876,1430.7676226 +13,-1.531489083,0.7322238773,295,-1.130374745,0.563894876,1425.07217 +14,-1.530011122,0.7321679851,295,-1.130374745,0.563894876,1420.9153415 +15,-1.53348106,0.7306614094,295,-1.130374745,0.563894876,1428.4451934 +16,-1.531441779,0.7306962275,295,-1.130374745,0.563894876,1422.8433494 +17,-1.529755654,0.7306933243,295,-1.130374745,0.563894876,1418.1729018 +18,-1.533415048,0.7291384674,295,-1.130374745,0.563894876,1426.2076089 +19,-1.531392093,0.7291705353,295,-1.130374745,0.563894876,1420.6315306 +20,-1.529296523,0.7291214933,295,-1.130374745,0.563894876,1414.7497339 +21,-1.535280942,0.727267644,295,-1.130374745,0.563894876,1428.9185646 +22,-1.533378158,0.7276139666,295,-1.130374745,0.563894876,1424.0697122 +23,-1.531340368,0.7276446587,295,-1.130374745,0.563894876,1418.4347602 +24,-1.528960113,0.7276398177,295,-1.130374745,0.563894876,1411.8057052 +25,-1.533313146,0.7260818349,295,-1.130374745,0.563894876,1421.8643954 +26,-1.531259555,0.7260958115,295,-1.130374745,0.563894876,1416.1474139 +27,-1.528926415,0.7260865555,295,-1.130374745,0.563894876,1409.625731 +28,-1.531226779,0.7245511789,295,-1.130374745,0.563894876,1414.0214077 +29,-1.528904772,0.7245519194,295,-1.130374745,0.563894876,1407.5263392 +30,-1.547195875,0.7409785979,295,-1.130374745,0.563894876,1480.3561467 +31,-1.5451475,0.740980426,295,-1.130374745,0.563894876,1474.7510221 +32,-1.543097679,0.7409798872,295,-1.130374745,0.563894876,1469.1444316 +33,-1.540720364,0.7409892687,295,-1.130374745,0.563894876,1462.663553 +34,-1.547188511,0.7395198392,295,-1.130374745,0.563894876,1478.3304529 +35,-1.545148587,0.7395226109,295,-1.130374745,0.563894876,1472.7350307 +36,-1.543104538,0.7395314908,295,-1.130374745,0.563894876,1467.1424939 +37,-1.540727751,0.7395306258,295,-1.130374745,0.563894876,1460.6313685 +38,-1.547187029,0.7380014886,295,-1.130374745,0.563894876,1476.2590577 +39,-1.545147315,0.7380012252,295,-1.130374745,0.563894876,1470.6447617 +40,-1.54310719,0.7380060743,295,-1.130374745,0.563894876,1465.0419369 +41,-1.540719671,0.7380068206,295,-1.130374745,0.563894876,1458.485532 +42,-1.547187189,0.7364799098,295,-1.130374745,0.563894876,1474.2084663 +43,-1.545149996,0.7364853874,295,-1.130374745,0.563894876,1468.5936228 +44,-1.543106091,0.7364823484,295,-1.130374745,0.563894876,1462.9542915 +45,-1.540717158,0.7364893901,295,-1.130374745,0.563894876,1456.3845659 +46,-1.538663972,0.7410138672,295,-1.130374745,0.563894876,1457.0876508 +47,-1.53695285,0.7409699132,295,-1.130374745,0.563894876,1452.3606553 +48,-1.534910498,0.7409641297,295,-1.130374745,0.563894876,1446.7905471 +49,-1.533145034,0.7409536636,295,-1.130374745,0.563894876,1441.9724883 +50,-1.538681336,0.7395405883,295,-1.130374745,0.563894876,1455.0466913 +51,-1.536999189,0.7395183096,295,-1.130374745,0.563894876,1450.4174518 +52,-1.534923633,0.7395144222,295,-1.130374745,0.563894876,1444.7443618 +53,-1.533267822,0.7395654306,295,-1.130374745,0.563894876,1440.3007905 +54,-1.53867273,0.7380151077,295,-1.130374745,0.563894876,1452.8813468 +55,-1.536980576,0.7379994392,295,-1.130374745,0.563894876,1448.2214044 +56,-1.534931522,0.7379944961,295,-1.130374745,0.563894876,1442.6035383 +57,-1.533387952,0.7379480264,295,-1.130374745,0.563894876,1438.314605 +58,-1.538682279,0.7364914363,295,-1.130374745,0.563894876,1450.7893015 +59,-1.536980704,0.7364810563,295,-1.130374745,0.563894876,1446.0981027 +60,-1.534935567,0.7364752065,295,-1.130374745,0.563894876,1440.4741178 +61,-1.533042592,0.7363876366,295,-1.130374745,0.563894876,1435.1577945 +62,-1.545143426,0.7349628011,295,-1.130374745,0.563894876,1466.5285999 +63,-1.543105297,0.7349691947,295,-1.130374745,0.563894876,1460.9026719 +64,-1.541064533,0.7349647152,295,-1.130374745,0.563894876,1455.2603296 +65,-1.545411803,0.7334624714,295,-1.130374745,0.563894876,1465.2764473 +66,-1.543446606,0.7334780896,295,-1.130374745,0.563894876,1459.8490803 +67,-1.541475327,0.7334957295,295,-1.130374745,0.563894876,1454.4129281 +68,-1.545401939,0.731963266,295,-1.130374745,0.563894876,1463.2764141 +69,-1.54342253,0.7319915583,295,-1.130374745,0.563894876,1457.8116794 +70,-1.541455867,0.7320216438,295,-1.130374745,0.563894876,1452.3902963 +71,-1.545410146,0.7304422281,295,-1.130374745,0.563894876,1461.318828 +72,-1.543435491,0.7304713664,295,-1.130374745,0.563894876,1455.8533459 +73,-1.541463105,0.7304997613,295,-1.130374745,0.563894876,1450.3987154 +74,-1.545414768,0.7289194936,295,-1.130374745,0.563894876,1459.3703324 +75,-1.543435774,0.7289538557,295,-1.130374745,0.563894876,1453.8844472 +76,-1.541457714,0.7289765881,295,-1.130374745,0.563894876,1448.3916072 +77,-1.539449415,0.7320555866,295,-1.130374745,0.563894876,1446.8693845 +78,-1.537429183,0.7321097681,295,-1.130374745,0.563894876,1441.3436138 +79,-1.535472649,0.7321497267,295,-1.130374745,0.563894876,1435.9813249 +80,-1.539457899,0.7305333307,295,-1.130374745,0.563894876,1444.8652448 +81,-1.537453161,0.7305750503,295,-1.130374745,0.563894876,1439.3498682 +82,-1.535479385,0.7306124949,295,-1.130374745,0.563894876,1433.9207967 +83,-1.53946905,0.7290102593,295,-1.130374745,0.563894876,1442.8889445 +84,-1.537459922,0.7290417293,295,-1.130374745,0.563894876,1437.3321286 +85,-1.535451349,0.7290890157,295,-1.130374745,0.563894876,1431.8038045 +86,-1.535522937,0.7279887191,295,-1.130374745,0.563894876,1430.5440066 +87,-1.539442524,0.7274735939,295,-1.130374745,0.563894876,1440.8113257 +88,-1.537424111,0.727521351,295,-1.130374745,0.563894876,1435.2343244 +89,-1.539384641,0.7259505092,295,-1.130374745,0.563894876,1438.684782 +90,-1.537372391,0.7259947145,295,-1.130374745,0.563894876,1433.1048714 +91,-1.535340789,0.7260435356,295,-1.130374745,0.563894876,1427.4828644 +92,-1.539325716,0.7244369706,295,-1.130374745,0.563894876,1436.5882068 +93,-1.537308932,0.7244801057,295,-1.130374745,0.563894876,1430.9788737 +94,-1.535289068,0.7245247645,295,-1.130374745,0.563894876,1425.3688104 +95,-1.533261366,0.7245550236,295,-1.130374745,0.563894876,1419.7241352 +96,-1.539267302,0.722921924,295,-1.130374745,0.563894876,1434.511775 +97,-1.537248972,0.7229660258,295,-1.130374745,0.563894876,1428.883999 +98,-1.535219431,0.7229916471,295,-1.130374745,0.563894876,1423.2070191 +99,-1.53318962,0.7230212049,295,-1.130374745,0.563894876,1417.5399988 +100,-1.531154816,0.7230299897,295,-1.130374745,0.563894876,1411.8378567 +101,-1.528878341,0.7230370244,295,-1.130374745,0.563894876,1405.4613344 +102,-1.539218189,0.7214009878,295,-1.130374745,0.563894876,1432.4750415 +103,-1.537198791,0.7214422745,295,-1.130374745,0.563894876,1426.8253501 +104,-1.535179266,0.7214634354,295,-1.130374745,0.563894876,1421.1556853 +105,-1.533156501,0.7214944644,295,-1.130374745,0.563894876,1415.4948763 +106,-1.53113574,0.7215166021,295,-1.130374745,0.563894876,1409.8340347 +107,-1.528874248,0.7215345535,295,-1.130374745,0.563894876,1403.4966529 +108,-1.539217656,0.7198512397,295,-1.130374745,0.563894876,1430.5616627 +109,-1.537199919,0.7199428763,295,-1.130374745,0.563894876,1424.9632291 +110,-1.545425832,0.727397149,295,-1.130374745,0.563894876,1457.4617622 +111,-1.543371177,0.7273916949,295,-1.130374745,0.563894876,1451.6980448 +112,-1.541368852,0.7274523163,295,-1.130374745,0.563894876,1446.1708806 +113,-1.545349067,0.7258710923,295,-1.130374745,0.563894876,1455.3232431 +114,-1.54332671,0.7258603556,295,-1.130374745,0.563894876,1449.6286833 +115,-1.541346831,0.7259242142,295,-1.130374745,0.563894876,1444.1529996 +116,-1.545324355,0.7243383958,295,-1.130374745,0.563894876,1453.3436105 +117,-1.543292796,0.7243617413,295,-1.130374745,0.563894876,1447.6510227 +118,-1.541295822,0.7244024384,295,-1.130374745,0.563894876,1442.0829582 +119,-1.543193859,0.7205570215,295,-1.130374745,0.563894876,1442.6857674 +120,-1.550257047,0.7386738187,295,-1.130374745,0.563894876,1485.6218375 +121,-1.549335448,0.7311736483,295,-1.130374745,0.563894876,1473.2091401 +122,-1.533478843,0.7179891343,295,-1.130374745,0.563894876,1412.0105348 +123,-1.556150555,0.738907041,295,-1.130374745,0.563894876,1502.1847809 +124,-1.554324226,0.733414257,295,-1.130374745,0.563894876,1489.9843659 +125,-1.554290846,0.7288285332,295,-1.130374745,0.563894876,1484.1201922 +126,-1.55122487,0.7219795312,295,-1.130374745,0.563894876,1467.1582232 +127,-1.525104458,0.7229399862,295,-1.130374745,0.563894876,1394.7616888 +128,-1.519607711,0.7236181429,295,-1.130374745,0.563894876,1380.3159171 +129,-1.513899999,0.7251107854,295,-1.130374745,0.563894876,1366.508571 +130,-1.536620762,0.7431061895,295,-1.130374745,0.563894876,1454.5398912 +131,-1.5369566,0.7460845958,295,-1.130374745,0.563894876,1459.8136801 +132,-1.545345528,0.7447040685,295,-1.130374745,0.563894876,1480.5317963 +133,-1.532813921,0.7432306626,295,-1.130374745,0.563894876,1444.4046115 +134,-1.554788248,0.7382381001,295,-1.130374745,0.563894876,1497.5399654 +135,-1.540348126,0.7301594274,295,-1.130374745,0.563894876,1446.8476831 +136,-1.538016084,0.7239051786,295,-1.130374745,0.563894876,1432.232375 +137,-1.525288962,0.7258085137,295,-1.130374745,0.563894876,1399.1157582 +138,-1.534326986,0.731241342,295,-1.130374745,0.563894876,1431.5757304 +139,-1.530733872,0.7303625216,295,-1.130374745,0.563894876,1420.4270487 +141,-1.534354939,0.7328219978,295,-1.130374745,0.563894876,1433.8094227 +142,-1.53157084,0.7292888153,295,-1.130374745,0.563894876,1421.2877338 +143,-1.525691035,0.7263799874,295,-1.130374745,0.563894876,1401.0083248 +144,-1.534031287,0.7495967835,295,-1.130374745,0.563894876,1457.2231378 +145,-1.527714986,0.7283095957,295,-1.130374745,0.563894876,1409.2551588 +146,-1.526189586,0.7271468292,295,-1.130374745,0.563894876,1403.435572 +147,-1.555177336,0.7375563366,295,-1.130374745,0.563894876,1497.7183681 +148,-1.555080283,0.7312707794,295,-1.130374745,0.563894876,1489.3771267 +149,-1.53856994,0.7224180299,295,-1.130374745,0.563894876,1431.9145191 +150,-1.530837883,0.729933372,295,-1.130374745,0.563894876,1420.1296052 +151,-1.515066984,0.5854133365,295,-1.130374745,0.563894876,1279.4522806 +152,-1.534731633,0.5368370046,295,-1.130374745,0.563894876,1366.6927903 +153,-1.515231902,0.5607085576,295,-1.130374745,0.563894876,1287.4800863 +154,-2.616253799,1.0684566605,295,-1.130374745,0.563894876,4134.3717428 +155,-1.956071439,0.5792177723,295,-1.130374745,0.563894876,2727.4204482 +156,-1.951208514,0.5602434208,295,-1.130374745,0.563894876,2728.1736804 +157,-1.944675062,0.6062144545,295,-1.130374745,0.563894876,2670.1081198 +158,-1.613778386,0.6077989518,295,-1.130374745,0.563894876,1599.8221099 +159,-2.035029014,0.6021432345,295,-1.130374745,0.563894876,2962.1707729 +160,-2.114989471,0.6801825058,295,-1.130374745,0.563894876,3152.5312154 +161,-2.037382079,0.5765830025,295,-1.130374745,0.563894876,2992.6146826 +162,-2.129855121,0.6585019963,295,-1.130374745,0.563894876,3213.7009091 +163,-2.075141798,0.6493615843,295,-1.130374745,0.563894876,3051.6487871 +164,-1.828626729,0.6948433129,295,-1.130374745,0.563894876,2275.3494001 +165,-1.863329418,0.6735427691,295,-1.130374745,0.563894876,2383.495511 +166,-1.266037071,0.727988852,295,-1.130374745,0.563894876,778.05710752 +167,-1.277579582,0.7249010648,295,-1.130374745,0.563894876,789.05361077 +168,-1.258418684,0.7241194816,295,-1.130374745,0.563894876,752.49919001 +169,-1.317813974,0.6804850104,295,-1.130374745,0.563894876,758.84689316 +170,-1.344165204,0.6790988904,295,-1.130374745,0.563894876,824.792025 +171,-1.427582102,0.5277120351,295,-1.130374745,0.563894876,1015.2449705 +172,-1.402238616,0.457167829,295,-1.130374745,0.563894876,1028.8398353 +173,-1.422454264,0.4996161999,295,-1.130374745,0.563894876,1027.9394301 +174,-1.439089277,0.4894859811,295,-1.130374745,0.563894876,1095.9121188 +175,-1.448126995,0.5182330266,295,-1.130374745,0.563894876,1092.5044316 +176,-1.474626146,0.5881926574,295,-1.130374745,0.563894876,1145.8275131 +177,-1.421139645,0.5584869783,295,-1.130374745,0.563894876,974.32559006 +178,-1.457037165,0.565943032,295,-1.130374745,0.563894876,1091.5046341 +179,-2.757159358,0.3745319,295,-1.130374745,0.563894876,5619.4473796 +180,-2.714309238,0.342054471,295,-1.130374745,0.563894876,5550.0216963 +181,-2.000525337,0.774119946,295,-1.130374745,0.563894876,2782.3474333 +183,-1.571413436,0.6777838382,295,-1.130374745,0.563894876,1485.2205497 +184,-1.552860289,0.6987663893,295,-1.130374745,0.563894876,1446.9073872 +185,-1.521852374,0.7165827476,295,-1.130374745,0.563894876,1377.3334317 +186,-1.503656267,0.6928968252,295,-1.130374745,0.563894876,1296.4863535 +187,-1.502753178,0.7136205882,295,-1.130374745,0.563894876,1319.5561017 +188,-1.631894563,0.7343596465,295,-1.130374745,0.563894876,1710.0130387 +189,-1.653765416,0.6770714026,295,-1.130374745,0.563894876,1736.65021 +190,-1.719812114,0.6715965947,295,-1.130374745,0.563894876,1938.9956344 +191,-1.493406659,0.6646955447,295,-1.130374745,0.563894876,1237.8348212 +192,-1.469120564,0.6613469966,295,-1.130374745,0.563894876,1160.981886 +193,-1.590551461,0.5326612937,295,-1.130374745,0.563894876,1556.5909135 +194,-1.625979264,0.5247742243,295,-1.130374745,0.563894876,1681.6073881 +195,-1.572293943,0.5238808754,295,-1.130374745,0.563894876,1502.7213361 +196,-1.610848725,0.5477107964,295,-1.130374745,0.563894876,1613.5255914 +197,-1.208485554,0.7918526018,295,-1.130374745,0.563894876,934.14348873 +198,-1.335601374,0.6869083083,295,-1.130374745,0.563894876,818.42925254 +199,-1.346156996,0.6825213377,295,-1.130374745,0.563894876,836.89450189 +200,-1.324381037,0.6741422347,295,-1.130374745,0.563894876,762.23020331 +201,-1.242424992,0.7378949807,295,-1.130374745,0.563894876,773.80547919 +202,-1.270370057,0.7392461008,295,-1.130374745,0.563894876,821.79307688 +203,-1.448950472,0.7441675014,295,-1.130374745,0.563894876,1225.6233667 +204,-1.492662363,0.7523026852,295,-1.130374745,0.563894876,1352.7441325 +205,-1.479098966,0.7763855017,295,-1.130374745,0.563894876,1364.9201559 +206,-1.633760714,0.7869022408,295,-1.130374745,0.563894876,1775.448424 +207,-1.647406434,0.8101289331,295,-1.130374745,0.563894876,1843.1464213 +208,-1.564245052,0.5701509278,295,-1.130374745,0.563894876,1446.496695 +209,-1.646289963,0.6833746083,295,-1.130374745,0.563894876,1716.4812783 +210,-1.5820631,0.6751952144,295,-1.130374745,0.563894876,1515.9923368 +211,-1.613236298,0.6681681791,295,-1.130374745,0.563894876,1608.0611265 +212,-1.914661867,0.8212566515,295,-1.130374745,0.563894876,2556.4081343 +213,-1.742133237,0.7250275956,295,-1.130374745,0.563894876,2023.5740042 +214,-2.033144872,0.6557314699,295,-1.130374745,0.563894876,2917.1199282 +215,-2.039551981,0.6964723658,295,-1.130374745,0.563894876,2914.945823 +216,-1.247341019,0.7622473908,295,-1.130374745,0.563894876,865.62566715 +217,-1.298239787,0.7084123392,295,-1.130374745,0.563894876,782.42590978 +218,-1.308539688,0.6926545592,295,-1.130374745,0.563894876,764.61676384 +219,-1.303263185,0.6888938396,295,-1.130374745,0.563894876,742.73100065 +220,-1.852400229,0.6004246149,295,-1.130374745,0.563894876,2376.7019324 +221,-1.288947707,0.7473773692,295,-1.130374745,0.563894876,879.74654053 +222,-1.372031502,0.7472790993,295,-1.130374745,0.563894876,1047.7729747 +223,-1.289805721,0.7242157877,295,-1.130374745,0.563894876,810.31887149 +224,-1.350807603,0.7533498126,295,-1.130374745,0.563894876,1017.4588526 +225,-1.329290365,0.7560442322,295,-1.130374745,0.563894876,981.2704215 +226,-1.410153004,0.616936428,295,-1.130374745,0.563894876,943.10406744 +227,-1.393445434,0.6308995063,295,-1.130374745,0.563894876,900.37753393 +228,-1.37595573,0.6241540638,295,-1.130374745,0.563894876,839.81642532 +229,-1.358388707,0.6172645205,295,-1.130374745,0.563894876,778.71181336 +230,-1.753741133,0.8281661666,295,-1.130374745,0.563894876,2138.3308511 +231,-1.47430987,0.6834615681,295,-1.130374745,0.563894876,1199.7245346 +232,-1.421012508,0.7222725206,295,-1.130374745,0.563894876,1111.4582998 +233,-1.4476833,0.6978557868,295,-1.130374745,0.563894876,1142.1904207 +234,-1.470370723,0.6966193374,295,-1.130374745,0.563894876,1204.8197525 +235,-1.429211703,0.7037216883,295,-1.130374745,0.563894876,1100.0909299 +236,-1.700578405,0.6178673663,295,-1.130374745,0.563894876,1879.2399783 +237,-1.678117619,0.6331716163,295,-1.130374745,0.563894876,1805.3094691 +238,-1.725644578,0.6316331145,295,-1.130374745,0.563894876,1957.2538186 +239,-2.14012759,0.7930497945,295,-1.130374745,0.563894876,3170.7330307 +240,-2.103289431,0.7653606263,295,-1.130374745,0.563894876,3075.757818 +241,-1.318739838,0.7017808746,295,-1.130374745,0.563894876,811.4069754 +242,-1.396417427,0.7077900843,295,-1.130374745,0.563894876,1019.2870459 +243,-1.35650337,0.7185539404,295,-1.130374745,0.563894876,941.78213961 +244,-1.248884539,0.7274156818,295,-1.130374745,0.563894876,747.78676934 +245,-1.395014798,0.5761185243,295,-1.130374745,0.563894876,883.07243474 +246,-1.433377362,0.6064716109,295,-1.130374745,0.563894876,1013.276985 +247,-1.408172432,0.5903155476,295,-1.130374745,0.563894876,927.12613953 +248,-1.749645898,0.7757118084,295,-1.130374745,0.563894876,2077.3305803 +249,-1.571626686,0.615046989,295,-1.130374745,0.563894876,1462.868749 +250,-1.514070049,0.6303003037,295,-1.130374745,0.563894876,1281.1233859 +251,-1.480890369,0.6237966528,295,-1.130374745,0.563894876,1172.67934 +252,-1.704390658,0.5281680612,295,-1.130374745,0.563894876,1940.6510022 +253,-1.64434733,0.5254277498,295,-1.130374745,0.563894876,1742.4701312 +254,-1.703855997,0.4792484842,295,-1.130374745,0.563894876,1989.9319066 +255,-1.692002383,0.5748825051,295,-1.130374745,0.563894876,1866.8068586 +256,-1.854136457,0.5544643913,295,-1.130374745,0.563894876,2414.9677665 +257,-1.665021206,0.520317736,295,-1.130374745,0.563894876,1816.1522806 +258,-1.733654349,0.4845187345,295,-1.130374745,0.563894876,2083.411162 +259,-1.720938188,0.5135933906,295,-1.130374745,0.563894876,2009.4659641 +260,-1.742668307,0.553296122,295,-1.130374745,0.563894876,2047.7992939 +261,-1.965659039,0.7142126903,295,-1.130374745,0.563894876,2687.0364485 +262,-1.944438071,0.6772834804,295,-1.130374745,0.563894876,2632.6918613 +263,-1.270340967,0.7681487096,295,-1.130374745,0.563894876,917.92201505 +264,-1.353091884,0.6549276821,295,-1.130374745,0.563894876,807.27394729 +265,-1.333236659,0.6413584414,295,-1.130374745,0.563894876,728.94887803 +266,-1.352015998,0.6753788907,295,-1.130374745,0.563894876,838.90379479 +267,-1.377988483,0.6577816235,295,-1.130374745,0.563894876,884.0529485 +268,-2.13075611,0.8318642051,295,-1.130374745,0.563894876,3136.9338873 +269,-2.097910953,0.8259670014,295,-1.130374745,0.563894876,3049.5881595 +270,-1.416382069,0.6694271549,295,-1.130374745,0.563894876,1012.4041365 +271,-1.538905672,0.7535625993,295,-1.130374745,0.563894876,1476.2984762 +272,-1.572309477,0.7803125099,295,-1.130374745,0.563894876,1605.5885915 +273,-1.87759879,0.7503853417,295,-1.130374745,0.563894876,2427.8389002 +274,1.152365588,0.590457682,295,-1.130374745,0.563894876,6862.8532254 +275,0.350198001,0.718001859,295,-1.130374745,0.563894876,4553.0242658 +276,0.046513677,0.491503852,295,-1.130374745,0.563894876,3970.7413173 +277,0.027510309,0.742571376,295,-1.130374745,0.563894876,3616.9030151 +278,0.306285725,-0.214631579,295,-1.130374745,0.563894876,6235.4004048 +279,-1.100564889,0.318051531,295,-1.130374745,0.563894876,979.57347613 +280,-1.078582306,0.301437596,295,-1.130374745,0.563894876,1055.9889708 +281,-1.137371989,-0.617634065,295,-1.130374745,0.563894876,4680.1083518 +282,0.784356344,0.703272339,295,-1.130374745,0.563894876,5712.3687917 +283,-1.221209947,0.218327455,295,-1.130374745,0.563894876,1408.0315479 +284,2.347301921,-0.449114658,295,-1.130374745,0.563894876,11196.488954 +285,0.246820618,0.830553713,295,-1.130374745,0.563894876,4128.3268617 +286,0.829414965,0.703288228,295,-1.130374745,0.563894876,5820.4529131 +287,-1.337537566,0.42332223,295,-1.130374745,0.563894876,911.14443538 +288,0.882453706,0.454478077,295,-1.130374745,0.563894876,6579.7474528 +289,1.575629659,0.416419109,295,-1.130374745,0.563894876,8225.7488686 +290,-1.039455679,0.229888244,295,-1.130374745,0.563894876,1363.4733679 +291,0.489558039,0.934482747,295,-1.130374745,0.563894876,4569.3549242 +292,0.081344504,0.88384514,295,-1.130374745,0.563894876,3665.0489497 +293,-1.547979814,0.300350308,295,-1.130374745,0.563894876,1821.7085018 +294,0.040776181,0.168560074,295,-1.130374745,0.563894876,4531.8129174 +295,-1.130374745,0.563894876,295,-1.130374745,0.563894876,0 +296,1.578326642,0.478507176,295,-1.130374745,0.563894876,8004.2686013 +297,-1.12861823,-0.291640865,295,-1.130374745,0.563894876,3388.7836223 +298,0.310524208,0.770885792,295,-1.130374745,0.563894876,4368.8982051 +299,0.415649091,-0.387246002,295,-1.130374745,0.563894876,6948.7069385 +300,-0.926533878,-0.188022748,295,-1.130374745,0.563894876,3076.7350215 +301,1.258856172,-0.11716081,295,-1.130374745,0.563894876,9158.4605799 +302,-1.126050026,0.322941926,295,-1.130374745,0.563894876,954.53904002 +303,2.002785835,0.07893892,295,-1.130374745,0.563894876,9897.38593 +304,0.440437607,0.746258085,295,-1.130374745,0.563894876,4751.1169014 +305,-0.030391866,0.214441206,295,-1.130374745,0.563894876,4201.0731387 +306,0.521557815,-0.058929362,295,-1.130374745,0.563894876,6618.1262939 +307,-0.097005111,0.13317729,295,-1.130374745,0.563894876,4148.8192321 +308,1.83113859,0.221857587,295,-1.130374745,0.563894876,9257.5133511 +309,0.222428864,0.099404236,295,-1.130374745,0.563894876,5282.5978928 +310,-1.702731345,0.8728568183,295,-1.130374745,0.563894876,2073.4884556 +311,-0.418507569,0.278324921,295,-1.130374745,0.563894876,2789.256652 +312,-1.41153306,0.339029988,295,-1.130374745,0.563894876,1337.5359761 +313,0.357560442,0.114788776,295,-1.130374745,0.563894876,5702.6962408 +314,0.325818979,0.268352149,295,-1.130374745,0.563894876,5282.6969593 +315,-1.246004659,-0.663679965,295,-1.130374745,0.563894876,4881.1089238 +316,1.814603087,0.637404484,295,-1.130374745,0.563894876,7630.0639608 +317,1.843704281,-0.18300445,295,-1.130374745,0.563894876,10815.67204 +318,1.690644492,-0.211480909,295,-1.130374745,0.563894876,10625.282266 +319,-1.275451936,0.068109467,295,-1.130374745,0.563894876,2036.3383899 +320,0.762430171,-0.207594741,295,-1.130374745,0.563894876,7731.2565937 +321,0.265668905,-0.014647884,295,-1.130374745,0.563894876,5669.1474435 +322,-2.773032013,-0.335515811,295,-1.130374745,0.563894876,7154.5436945 +323,-1.469512853,0.174058777,295,-1.130374745,0.563894876,1980.6963848 +324,0.286276986,0.785925691,295,-1.130374745,0.563894876,4284.5423823 +325,-1.379324697,0.377432233,295,-1.130374745,0.563894876,1145.9061062 +326,-1.203778265,0.212813032,295,-1.130374745,0.563894876,1416.0344491 +327,0.579916301,0.611743168,295,-1.130374745,0.563894876,5380.8523124 +328,0.267582642,0.868113908,295,-1.130374745,0.563894876,4139.68103 +329,0.412869244,-0.050245578,295,-1.130374745,0.563894876,6236.1431483 +330,0.17524381,0.976660285,295,-1.130374745,0.563894876,3834.5449287 +331,0.743157214,0.204812899,295,-1.130374745,0.563894876,6770.3081637 +332,-1.070758176,0.269382282,295,-1.130374745,0.563894876,1186.1548813 +333,-1.230364251,0.329790229,295,-1.130374745,0.563894876,993.19147588 +334,-1.374813124,-0.024926835,295,-1.130374745,0.563894876,2505.8214895 +335,0.519780566,0.463669906,295,-1.130374745,0.563894876,5508.6189187 +336,-1.55108034,0.239698561,295,-1.130374745,0.563894876,1990.9449541 +337,0.180294813,0.029739425,295,-1.130374745,0.563894876,5289.7183846 +338,0.67820924,0.268170153,295,-1.130374745,0.563894876,6421.4392552 +339,0.445798684,1.024001867,295,-1.130374745,0.563894876,4354.4630733 +340,0.691751283,0.150521402,295,-1.130374745,0.563894876,6728.9906454 +341,-1.036643551,-0.903056181,295,-1.130374745,0.563894876,5819.740763 +342,-0.120287036,1.083325163,295,-1.130374745,0.563894876,3245.1682368 +343,2.823513113,-0.304487164,295,-1.130374745,0.563894876,9376.4579647 +344,0.457583172,1.12513373,295,-1.130374745,0.563894876,4256.7578471 +345,0.042918831,0.813795399,295,-1.130374745,0.563894876,3607.2177382 +346,1.196146777,-0.853142756,295,-1.130374745,0.563894876,9790.0548469 +347,0.206001358,-0.010430701,295,-1.130374745,0.563894876,5461.7775137 +348,-0.268308653,0.234799412,295,-1.130374745,0.563894876,3370.1641435 +349,0.759363263,0.736189579,295,-1.130374745,0.563894876,5575.3838758 +350,0.181363926,0.891988372,295,-1.130374745,0.563894876,3905.9813182 +351,-0.021111158,0.139103292,295,-1.130374745,0.563894876,4387.0284489 +352,-0.093355215,0.630686981,295,-1.130374745,0.563894876,3353.6880395 +353,0.40118964,0.681375926,295,-1.130374745,0.563894876,4753.0306101 +354,-0.721197315,1.304706234,295,-1.130374745,0.563894876,3040.4929571 +355,-1.076150317,0.212107639,295,-1.130374745,0.563894876,1407.3226781 +356,-1.577164531,0.273993443,295,-1.130374745,0.563894876,1973.7117125 +357,-0.190788414,0.182208586,295,-1.130374745,0.563894876,3735.2756123 +358,-0.261349752,0.209710184,295,-1.130374745,0.563894876,3445.4995282 +359,-1.029303852,0.083549259,295,-1.130374745,0.563894876,1939.1703389 +360,-1.268609162,0.330525297,295,-1.130374745,0.563894876,1047.0263119 +361,1.282982244,-0.926641967,295,-1.130374745,0.563894876,9936.0609081 +362,0.217352334,0.731352408,295,-1.130374745,0.563894876,4165.6380264 +363,-1.511833084,0.258629297,295,-1.130374745,0.563894876,1831.0874654 +364,0.338812194,0.823184618,295,-1.130374745,0.563894876,4372.0426926 +365,-0.324406489,1.134201999,295,-1.130374745,0.563894876,2970.0637852 +366,1.389579348,0.399185724,295,-1.130374745,0.563894876,7962.0220856 +367,2.047152199,-0.039082036,295,-1.130374745,0.563894876,10360.75884 +368,0.947780369,0.568250077,295,-1.130374745,0.563894876,6453.6810606 +369,0.763824846,0.576754987,295,-1.130374745,0.563894876,5959.0723787 +370,-0.142334657,0.928153068,295,-1.130374745,0.563894876,3113.7067108 +371,0.610266567,0.547265983,295,-1.130374745,0.563894876,5600.9749327 +372,0.210731629,0.746815056,295,-1.130374745,0.563894876,4128.3000582 +373,-1.34931644,0.316895224,295,-1.130374745,0.563894876,1251.7697662 +374,2.407696481,0.655030745,295,-1.130374745,0.563894876,7398.3738572 +375,0.64207831,0.545359131,295,-1.130374745,0.563894876,5695.4559015 +376,1.174597538,0.840588356,295,-1.130374745,0.563894876,6140.6955866 +377,0.660059424,0.010604079,295,-1.130374745,0.563894876,6932.6378336 +378,-0.730263819,0.010486456,295,-1.130374745,0.563894876,2652.8117804 +379,0.831068936,0.512339172,295,-1.130374745,0.563894876,6295.1979747 +380,1.301180979,0.72367476,295,-1.130374745,0.563894876,6723.9229885 +381,1.811128231,0.322854402,295,-1.130374745,0.563894876,8850.3771144 +382,0.435105812,0.992284428,295,-1.130374745,0.563894876,4373.2164224 +383,0.62643634,0.592027932,295,-1.130374745,0.563894876,5551.0687399 +384,0.492988703,-0.516339467,295,-1.130374745,0.563894876,7439.1664552 +385,-0.162469483,0.112549365,295,-1.130374745,0.563894876,3980.1131785 +386,0.314630866,0.472006421,295,-1.130374745,0.563894876,4858.4934107 +387,0.166744804,0.822815954,295,-1.130374745,0.563894876,3928.5483188 +388,0.417159608,0.965805736,295,-1.130374745,0.563894876,4369.5329419 +389,0.106334961,0.868774244,295,-1.130374745,0.563894876,3736.6844504 +390,0.815086969,-0.338144359,295,-1.130374745,0.563894876,8155.9461048 +391,0.59867455,-0.230624824,295,-1.130374745,0.563894876,7230.3328767 +392,1.915104874,0.066220985,295,-1.130374745,0.563894876,9921.9124521 +393,1.278093622,0.064463721,295,-1.130374745,0.563894876,8732.8780321 +394,-0.061477853,0.302997961,295,-1.130374745,0.563894876,3926.7092591 +395,0.251311504,0.626976942,295,-1.130374745,0.563894876,4407.3983396 +396,2.950242872,0.149095644,295,-1.130374745,0.563894876,7913.5694532 +397,-0.180294708,0.35375117,295,-1.130374745,0.563894876,3438.4881252 +398,1.010448592,-0.351180233,295,-1.130374745,0.563894876,8831.2545877 +399,-1.748740498,0.3686318073,295,-1.130374745,0.563894876,2307.8877912 +400,2.699635665,0.123533791,295,-1.130374745,0.563894876,8681.7564153 +401,0.496808033,0.823843254,295,-1.130374745,0.563894876,4763.9718036 +402,0.129574704,0.763364087,295,-1.130374745,0.563894876,3885.2477605 +403,1.798920311,0.817447563,295,-1.130374745,0.563894876,6920.0637148 +404,0.335987953,0.746786541,295,-1.130374745,0.563894876,4471.271755 +405,-1.085413643,0.292154671,295,-1.130374745,0.563894876,1088.3681589 +406,-0.155321003,0.508207011,295,-1.130374745,0.563894876,3290.1883178 +407,0.620529244,-0.301175104,295,-1.130374745,0.563894876,7441.8445254 +408,1.684402744,0.368716966,295,-1.130374745,0.563894876,8547.7138393 +409,0.300582244,-0.386397212,295,-1.130374745,0.563894876,6588.0552351 +410,2.913555946,-0.009225192,295,-1.130374745,0.563894876,8428.6172081 +411,1.465101417,0.493232532,295,-1.130374745,0.563894876,7779.1726957 +412,0.090612882,0.907955955,295,-1.130374745,0.563894876,3675.2542587 +413,2.987564726,-0.729568594,295,-1.130374745,0.563894876,9344.1741851 +414,-1.484261606,0.224149272,295,-1.130374745,0.563894876,1859.850188 +415,0.164073421,0.303955133,295,-1.130374745,0.563894876,4677.9403297 +416,0.141441293,0.167552546,295,-1.130374745,0.563894876,4870.5351527 +417,2.931321023,-0.506718887,295,-1.130374745,0.563894876,9332.3773091 +418,2.21951565,0.700596356,295,-1.130374745,0.563894876,7377.3106837 +419,0.268112576,1.199114336,295,-1.130374745,0.563894876,3912.2559662 +420,0.978913739,0.359223811,295,-1.130374745,0.563894876,7091.9297414 +421,1.210898818,0.522863584,295,-1.130374745,0.563894876,7194.5912136 +422,2.347397336,0.129231362,295,-1.130374745,0.563894876,9419.1374635 +423,0.614394501,0.556878345,295,-1.130374745,0.563894876,5592.245248 +424,-1.398079356,0.148483366,295,-1.130374745,0.563894876,1916.8168703 +425,2.535303836,-0.112984496,295,-1.130374745,0.563894876,9812.4721568 +426,-1.019372593,-0.405322349,295,-1.130374745,0.563894876,3861.9899623 +427,-1.297785627,-0.160104069,295,-1.130374745,0.563894876,2936.8371386 +428,2.144554488,0.205051084,295,-1.130374745,0.563894876,9356.4414258 +429,-2.242387083,-0.426171285,295,-1.130374745,0.563894876,5745.9836084 +430,0.338637212,0.909723676,295,-1.130374745,0.563894876,4263.1236947 +431,-0.148798452,0.691042401,295,-1.130374745,0.563894876,3136.2834892 +432,0.893524764,0.441829531,295,-1.130374745,0.563894876,6642.2353889 +433,0.969229347,-0.368847936,295,-1.130374745,0.563894876,8723.6169251 +434,0.436043248,0.800045688,295,-1.130374745,0.563894876,4652.1744838 +435,1.687946607,1.081504775,295,-1.130374745,0.563894876,5844.6216384 +436,0.522302046,-0.034889271,295,-1.130374745,0.563894876,6569.8631333 +437,-0.178996113,-0.438090009,295,-1.130374745,0.563894876,5353.0287183 +438,-1.094339566,0.301444068,295,-1.130374745,0.563894876,1047.5369214 +439,-1.064070054,0.242569932,295,-1.130374745,0.563894876,1295.1877841 +440,-1.068153768,0.230387998,295,-1.130374745,0.563894876,1340.1539998 +441,-3.00496892,-0.23989155,295,-1.130374745,0.563894876,7734.2010096 +442,0.21751974,0.766874888,295,-1.130374745,0.563894876,4123.1686836 +443,0.117229532,0.007619006,295,-1.130374745,0.563894876,5128.7705627 +444,0.777758451,0.420554741,295,-1.130374745,0.563894876,6369.0971968 +445,-0.252356999,0.250747086,295,-1.130374745,0.563894876,3390.2341931 +446,0.363148444,0.768483434,295,-1.130374745,0.563894876,4512.0357813 +447,0.903191366,-0.118210676,295,-1.130374745,0.563894876,8016.4709929 +448,-0.205755923,0.149406178,295,-1.130374745,0.563894876,3757.4872213 +449,1.811996086,0.02364353,295,-1.130374745,0.563894876,9999.7578744 +450,-1.100670221,0.314845373,295,-1.130374745,0.563894876,992.16624237 +451,0.340078597,0.850105132,295,-1.130374745,0.563894876,4339.9335937 +452,0.258757267,0.804969236,295,-1.130374745,0.563894876,4188.5443885 +453,2.78505352,-0.155160804,295,-1.130374745,0.563894876,9182.9405029 +454,0.800551619,0.105822106,295,-1.130374745,0.563894876,7180.7819913 +455,0.437940882,-0.506194031,295,-1.130374745,0.563894876,7252.7290613 +456,2.230431122,0.63458615,295,-1.130374745,0.563894876,7627.632605 +457,0.527965361,0.127667701,295,-1.130374745,0.563894876,6242.693739 +458,-0.063643205,0.702093448,295,-1.130374745,0.563894876,3383.3669096 +459,1.408447268,0.133010502,295,-1.130374745,0.563894876,8866.7773198 +460,0.523795955,0.280266966,295,-1.130374745,0.563894876,5903.8872655 +461,-0.975769313,0.072177659,295,-1.130374745,0.563894876,2030.4381063 +462,0.549774164,-0.463663986,295,-1.130374745,0.563894876,7518.5599691 +463,0.29245874,1.095549818,295,-1.130374745,0.563894876,3998.7318758 +464,0.143625958,0.816809593,295,-1.130374745,0.563894876,3873.17416 +465,0.671902494,0.611159853,295,-1.130374745,0.563894876,5633.9587428 +466,1.239840988,0.6724199,295,-1.130374745,0.563894876,6782.8059726 +467,0.607829703,-0.10932137,295,-1.130374745,0.563894876,7012.6449552 +468,1.763020906,0.263996692,295,-1.130374745,0.563894876,9032.1179368 +469,0.378714634,0.726066797,295,-1.130374745,0.563894876,4618.5077555 +470,2.196736143,-0.153862366,295,-1.130374745,0.563894876,10682.730777 +471,0.01702415,0.148991565,295,-1.130374745,0.563894876,4493.0680299 +472,-2.998490902,-0.158002487,295,-1.130374745,0.563894876,7548.2213462 +473,-3.051262951,-0.346595608,295,-1.130374745,0.563894876,8089.4668962 +474,-1.069176439,0.182802941,295,-1.130374745,0.563894876,1525.9888879 +475,0.167157509,0.595344954,295,-1.130374745,0.563894876,4199.9596366 +476,0.613855648,0.681746124,295,-1.130374745,0.563894876,5328.8731638 +477,1.037012736,0.682555367,295,-1.130374745,0.563894876,6346.0103819 +478,-1.253574971,0.379755746,295,-1.130374745,0.563894876,848.48727325 +479,3.108590453,-0.132620738,295,-1.130374745,0.563894876,8082.5001424 +480,0.565301296,0.022333262,295,-1.130374745,0.563894876,6592.062435 +481,0.547898238,0.855555614,295,-1.130374745,0.563894876,4830.7434671 +482,0.948309381,0.417393755,295,-1.130374745,0.563894876,6854.737939 +483,-0.050600732,0.945269213,295,-1.130374745,0.563894876,3331.6839193 +484,-0.977651478,-0.572363064,295,-1.130374745,0.563894876,4536.7542692 +485,1.102014914,0.728861163,295,-1.130374745,0.563894876,6346.1423993 +486,2.927300795,-0.282939414,295,-1.130374745,0.563894876,8990.4436423 +487,-1.154565557,0.124434095,295,-1.130374745,0.563894876,1742.9872089 +488,1.855331234,0.291044755,295,-1.130374745,0.563894876,9006.1818243 +489,0.830290659,0.276904518,295,-1.130374745,0.563894876,6869.947747 +490,0.485104466,-0.234867441,295,-1.130374745,0.563894876,6862.8243562 +491,0.521367572,-0.33161327,295,-1.130374745,0.563894876,7176.3329889 +1,-1.539031704,0.7349710123,296,1.578326642,0.478507176,7636.4438593 +2,-1.536990553,0.7349663874,296,1.578326642,0.478507176,7636.3186729 +3,-1.534951779,0.7349571355,296,1.578326642,0.478507176,7636.2003994 +4,-1.532906461,0.7349480293,296,1.578326642,0.478507176,7636.0694278 +5,-1.531320211,0.7346937278,296,1.578326642,0.478507176,7636.9387019 +6,-1.539451648,0.7335131775,296,1.578326642,0.478507176,7642.2449578 +7,-1.537429487,0.7335445708,296,1.578326642,0.478507176,7641.9806376 +8,-1.535484998,0.7335658704,296,1.578326642,0.478507176,7641.7509224 +9,-1.533488396,0.7336036027,296,1.578326642,0.478507176,7641.4412891 +10,-1.531497785,0.7335842962,296,1.578326642,0.478507176,7641.3469207 +11,-1.530259379,0.7334777758,296,1.578326642,0.478507176,7641.6568042 +12,-1.5335454,0.7322346912,296,1.578326642,0.478507176,7646.8661235 +13,-1.531489083,0.7322238773,296,1.578326642,0.478507176,7646.7323235 +14,-1.530011122,0.7321679851,296,1.578326642,0.478507176,7646.8193698 +15,-1.53348106,0.7306614094,296,1.578326642,0.478507176,7653.0900582 +16,-1.531441779,0.7306962275,296,1.578326642,0.478507176,7652.7763854 +17,-1.529755654,0.7306933243,296,1.578326642,0.478507176,7652.633728 +18,-1.533415048,0.7291384674,296,1.578326642,0.478507176,7659.1145009 +19,-1.531392093,0.7291705353,296,1.578326642,0.478507176,7658.8124577 +20,-1.529296523,0.7291214933,296,1.578326642,0.478507176,7658.8131616 +21,-1.535280942,0.727267644,296,1.578326642,0.478507176,7666.6735323 +22,-1.533378158,0.7276139666,296,1.578326642,0.478507176,7665.1475256 +23,-1.531340368,0.7276446587,296,1.578326642,0.478507176,7664.8490501 +24,-1.528960113,0.7276398177,296,1.578326642,0.478507176,7664.6467604 +25,-1.533313146,0.7260818349,296,1.578326642,0.478507176,7671.2083754 +26,-1.531259555,0.7260958115,296,1.578326642,0.478507176,7670.9739386 +27,-1.528926415,0.7260865555,296,1.578326642,0.478507176,7670.7927073 +28,-1.531226779,0.7245511789,296,1.578326642,0.478507176,7677.0864349 +29,-1.528904772,0.7245519194,296,1.578326642,0.478507176,7676.8660639 +30,-1.547195875,0.7409785979,296,1.578326642,0.478507176,7613.108596 +31,-1.5451475,0.740980426,296,1.578326642,0.478507176,7613.0046174 +32,-1.543097679,0.7409798872,296,1.578326642,0.478507176,7612.8983424 +33,-1.540720364,0.7409892687,296,1.578326642,0.478507176,7612.7209273 +34,-1.547188511,0.7395198392,296,1.578326642,0.478507176,7618.8857446 +35,-1.545148587,0.7395226109,296,1.578326642,0.478507176,7618.7782298 +36,-1.543104538,0.7395314908,296,1.578326642,0.478507176,7618.63478 +37,-1.540727751,0.7395306258,296,1.578326642,0.478507176,7618.4977597 +38,-1.547187029,0.7380014886,296,1.578326642,0.478507176,7624.8991694 +39,-1.545147315,0.7380012252,296,1.578326642,0.478507176,7624.8034893 +40,-1.54310719,0.7380060743,296,1.578326642,0.478507176,7624.6760039 +41,-1.540719671,0.7380068206,296,1.578326642,0.478507176,7624.531675 +42,-1.547187189,0.7364799098,296,1.578326642,0.478507176,7630.9254516 +43,-1.545149996,0.7364853874,296,1.578326642,0.478507176,7630.8069746 +44,-1.543106091,0.7364823484,296,1.578326642,0.478507176,7630.7103214 +45,-1.540717158,0.7364893901,296,1.578326642,0.478507176,7630.5406905 +46,-1.538663972,0.7410138672,296,1.578326642,0.478507176,7612.489602 +47,-1.53695285,0.7409699132,296,1.578326642,0.478507176,7612.5433204 +48,-1.534910498,0.7409641297,296,1.578326642,0.478507176,7612.4120062 +49,-1.533145034,0.7409536636,296,1.578326642,0.478507176,7612.3108565 +50,-1.538681336,0.7395405883,296,1.578326642,0.478507176,7618.3248624 +51,-1.536999189,0.7395183096,296,1.578326642,0.478507176,7618.2947142 +52,-1.534923633,0.7395144222,296,1.578326642,0.478507176,7618.1532641 +53,-1.533267822,0.7395654306,296,1.578326642,0.478507176,7617.817631 +54,-1.53867273,0.7380151077,296,1.578326642,0.478507176,7624.3650698 +55,-1.536980576,0.7379994392,296,1.578326642,0.478507176,7624.3077457 +56,-1.534931522,0.7379944961,296,1.578326642,0.478507176,7624.172147 +57,-1.533387952,0.7379480264,296,1.578326642,0.478507176,7624.2315625 +58,-1.538682279,0.7364914363,296,1.578326642,0.478507176,7630.399349 +59,-1.536980704,0.7364810563,296,1.578326642,0.478507176,7630.3202078 +60,-1.534935567,0.7364752065,296,1.578326642,0.478507176,7630.1882068 +61,-1.533042592,0.7363876366,296,1.578326642,0.478507176,7630.3809582 +62,-1.545143426,0.7349628011,296,1.578326642,0.478507176,7636.8367197 +63,-1.543105297,0.7349691947,296,1.578326642,0.478507176,7636.7027859 +64,-1.541064533,0.7349647152,296,1.578326642,0.478507176,7636.6001886 +65,-1.545411803,0.7334624714,296,1.578326642,0.478507176,7642.7921153 +66,-1.543446606,0.7334780896,296,1.578326642,0.478507176,7642.6270057 +67,-1.541475327,0.7334957295,296,1.578326642,0.478507176,7642.4427552 +68,-1.545401939,0.731963266,296,1.578326642,0.478507176,7648.7291244 +69,-1.54342253,0.7319915583,296,1.578326642,0.478507176,7648.512782 +70,-1.541455867,0.7320216438,296,1.578326642,0.478507176,7648.2791768 +71,-1.545410146,0.7304422281,296,1.578326642,0.478507176,7654.7535003 +72,-1.543435491,0.7304713664,296,1.578326642,0.478507176,7654.5339148 +73,-1.541463105,0.7304997613,296,1.578326642,0.478507176,7654.3065044 +74,-1.545414768,0.7289194936,296,1.578326642,0.478507176,7660.7844166 +75,-1.543435774,0.7289538557,296,1.578326642,0.478507176,7660.5437254 +76,-1.541457714,0.7289765881,296,1.578326642,0.478507176,7660.3381716 +77,-1.539449415,0.7320555866,296,1.578326642,0.478507176,7648.016855 +78,-1.537429183,0.7321097681,296,1.578326642,0.478507176,7647.6621639 +79,-1.535472649,0.7321497267,296,1.578326642,0.478507176,7647.3573632 +80,-1.539457899,0.7305333307,296,1.578326642,0.478507176,7654.0455371 +81,-1.537453161,0.7305750503,296,1.578326642,0.478507176,7653.7410882 +82,-1.535479385,0.7306124949,296,1.578326642,0.478507176,7653.4447455 +83,-1.53946905,0.7290102593,296,1.578326642,0.478507176,7660.0776264 +84,-1.537459922,0.7290417293,296,1.578326642,0.478507176,7659.8132387 +85,-1.535451349,0.7290890157,296,1.578326642,0.478507176,7659.4749618 +86,-1.535522937,0.7279887191,296,1.578326642,0.478507176,7663.8373011 +87,-1.539442524,0.7274735939,296,1.578326642,0.478507176,7666.1610279 +88,-1.537424111,0.727521351,296,1.578326642,0.478507176,7665.8310493 +89,-1.539384641,0.7259505092,296,1.578326642,0.478507176,7672.1885325 +90,-1.537372391,0.7259947145,296,1.578326642,0.478507176,7671.8724658 +91,-1.535340789,0.7260435356,296,1.578326642,0.478507176,7671.5252215 +92,-1.539325716,0.7244369706,296,1.578326642,0.478507176,7678.1781374 +93,-1.537308932,0.7244801057,296,1.578326642,0.478507176,7677.8653712 +94,-1.535289068,0.7245247645,296,1.578326642,0.478507176,7677.5348747 +95,-1.533261366,0.7245550236,296,1.578326642,0.478507176,7677.2492434 +96,-1.539267302,0.722921924,296,1.578326642,0.478507176,7684.1737223 +97,-1.537248972,0.7229660258,296,1.578326642,0.478507176,7683.8564084 +98,-1.535219431,0.7229916471,296,1.578326642,0.478507176,7683.5998882 +99,-1.53318962,0.7230212049,296,1.578326642,0.478507176,7683.3161327 +100,-1.531154816,0.7230299897,296,1.578326642,0.478507176,7683.1025429 +101,-1.528878341,0.7230370244,296,1.578326642,0.478507176,7682.8607894 +102,-1.539218189,0.7214009878,296,1.578326642,0.478507176,7690.1932361 +103,-1.537198791,0.7214422745,296,1.578326642,0.478507176,7689.886435 +104,-1.535179266,0.7214634354,296,1.578326642,0.478507176,7689.6477846 +105,-1.533156501,0.7214944644,296,1.578326642,0.478507176,7689.3582511 +106,-1.53113574,0.7215166021,296,1.578326642,0.478507176,7689.0925355 +107,-1.528874248,0.7215345535,296,1.578326642,0.478507176,7688.8084897 +108,-1.539217656,0.7198512397,296,1.578326642,0.478507176,7696.3301415 +109,-1.537199919,0.7199428763,296,1.578326642,0.478507176,7695.8238038 +110,-1.545425832,0.727397149,296,1.578326642,0.478507176,7666.8141116 +111,-1.543371177,0.7273916949,296,1.578326642,0.478507176,7666.7267398 +112,-1.541368852,0.7274523163,296,1.578326642,0.478507176,7666.3690588 +113,-1.545349067,0.7258710923,296,1.578326642,0.478507176,7672.8540878 +114,-1.54332671,0.7258603556,296,1.578326642,0.478507176,7672.7887961 +115,-1.541346831,0.7259242142,296,1.578326642,0.478507176,7672.4192017 +116,-1.545324355,0.7243383958,296,1.578326642,0.478507176,7678.9229669 +117,-1.543292796,0.7243617413,296,1.578326642,0.478507176,7678.72183 +118,-1.541295822,0.7244024384,296,1.578326642,0.478507176,7678.4424876 +119,-1.543193859,0.7205570215,296,1.578326642,0.478507176,7693.783984 +120,-1.550257047,0.7386738187,296,1.578326642,0.478507176,7622.3601022 +121,-1.549335448,0.7311736483,296,1.578326642,0.478507176,7652.0312909 +122,-1.533478843,0.7179891343,296,1.578326642,0.478507176,7703.2646064 +123,-1.556150555,0.738907041,296,1.578326642,0.478507176,7621.6006579 +124,-1.554324226,0.733414257,296,1.578326642,0.478507176,7643.316175 +125,-1.554290846,0.7288285332,296,1.578326642,0.478507176,7661.478734 +126,-1.55122487,0.7219795312,296,1.578326642,0.478507176,7688.5154467 +127,-1.525104458,0.7229399862,296,1.578326642,0.478507176,7682.8580651 +128,-1.519607711,0.7236181429,296,1.578326642,0.478507176,7679.5387564 +129,-1.513899999,0.7251107854,296,1.578326642,0.478507176,7672.8834771 +130,-1.536620762,0.7431061895,296,1.578326642,0.478507176,7604.0599206 +131,-1.5369566,0.7460845958,296,1.578326642,0.478507176,7592.290589 +132,-1.545345528,0.7447040685,296,1.578326642,0.478507176,7598.2672415 +133,-1.532813921,0.7432306626,296,1.578326642,0.478507176,7603.267696 +134,-1.554788248,0.7382381001,296,1.578326642,0.478507176,7624.2208235 +135,-1.540348126,0.7301594274,296,1.578326642,0.478507176,7655.5844456 +136,-1.538016084,0.7239051786,296,1.578326642,0.478507176,7680.1930799 +137,-1.525288962,0.7258085137,296,1.578326642,0.478507176,7671.5230892 +138,-1.534326986,0.731241342,296,1.578326642,0.478507176,7650.8633308 +139,-1.530733872,0.7303625216,296,1.578326642,0.478507176,7654.0338139 +141,-1.534354939,0.7328219978,296,1.578326642,0.478507176,7644.6069679 +142,-1.53157084,0.7292888153,296,1.578326642,0.478507176,7658.3600943 +143,-1.525691035,0.7263799874,296,1.578326642,0.478507176,7669.3036933 +144,-1.534031287,0.7495967835,296,1.578326642,0.478507176,7578.1611462 +145,-1.527714986,0.7283095957,296,1.578326642,0.478507176,7661.8731006 +146,-1.526189586,0.7271468292,296,1.578326642,0.478507176,7666.3204786 +147,-1.555177336,0.7375563366,296,1.578326642,0.478507176,7626.9301454 +148,-1.555080283,0.7312707794,296,1.578326642,0.478507176,7651.8242968 +149,-1.53856994,0.7224180299,296,1.578326642,0.478507176,7686.1210985 +150,-1.530837883,0.729933372,296,1.578326642,0.478507176,7655.742329 +151,-1.515066984,0.5854133365,296,1.578326642,0.478507176,8225.7674585 +152,-1.534731633,0.5368370046,296,1.578326642,0.478507176,8420.6227466 +153,-1.515231902,0.5607085576,296,1.578326642,0.478507176,8323.5317909 +154,-2.616253799,1.0684566605,296,1.578326642,0.478507176,5456.5946935 +155,-1.956071439,0.5792177723,296,1.578326642,0.478507176,8001.340617 +156,-1.951208514,0.5602434208,296,1.578326642,0.478507176,8077.0705133 +157,-1.944675062,0.6062144545,296,1.578326642,0.478507176,7915.861662 +158,-1.613778386,0.6077989518,296,1.578326642,0.478507176,8136.8307288 +159,-2.035029014,0.6021432345,296,1.578326642,0.478507176,7812.4621252 +160,-2.114989471,0.6801825058,296,1.578326642,0.478507176,7421.0898612 +161,-2.037382079,0.5765830025,296,1.578326642,0.478507176,7899.8894278 +162,-2.129855121,0.6585019963,296,1.578326642,0.478507176,7472.9091297 +163,-2.075141798,0.6493615843,296,1.578326642,0.478507176,7587.5006723 +164,-1.828626729,0.6948433129,296,1.578326642,0.478507176,7694.2176148 +165,-1.863329418,0.6735427691,296,1.578326642,0.478507176,7747.142303 +166,-1.266037071,0.727988852,296,1.578326642,0.478507176,7542.4422344 +167,-1.277579582,0.7249010648,296,1.578326642,0.478507176,7563.4521464 +168,-1.258418684,0.7241194816,296,1.578326642,0.478507176,7550.8737485 +169,-1.317813974,0.6804850104,296,1.578326642,0.478507176,7764.1231338 +170,-1.344165204,0.6790988904,296,1.578326642,0.478507176,7787.4274174 +171,-1.427582102,0.5277120351,296,1.578326642,0.478507176,8425.2518674 +172,-1.402238616,0.457167829,296,1.578326642,0.478507176,8687.1717937 +173,-1.422454264,0.4996161999,296,1.578326642,0.478507176,8532.7875876 +174,-1.439089277,0.4894859811,296,1.578326642,0.478507176,8580.692509 +175,-1.448126995,0.5182330266,296,1.578326642,0.478507176,8471.7230069 +176,-1.474626146,0.5881926574,296,1.578326642,0.478507176,8205.5467407 +177,-1.421139645,0.5584869783,296,1.578326642,0.478507176,8301.4798912 +178,-1.457037165,0.565943032,296,1.578326642,0.478507176,8287.4596821 +179,-2.757159358,0.3745319,296,1.578326642,0.478507176,6760.7214392 +180,-2.714309238,0.342054471,296,1.578326642,0.478507176,6964.4254552 +181,-2.000525337,0.774119946,296,1.578326642,0.478507176,7235.5203111 +183,-1.571413436,0.6777838382,296,1.578326642,0.478507176,7863.6804785 +184,-1.552860289,0.6987663893,296,1.578326642,0.478507176,7780.5101022 +185,-1.521852374,0.7165827476,296,1.578326642,0.478507176,7707.6538349 +186,-1.503656267,0.6928968252,296,1.578326642,0.478507176,7798.703265 +187,-1.502753178,0.7136205882,296,1.578326642,0.478507176,7716.5954845 +188,-1.631894563,0.7343596465,296,1.578326642,0.478507176,7633.1256642 +189,-1.653765416,0.6770714026,296,1.578326642,0.478507176,7854.3537694 +190,-1.719812114,0.6715965947,296,1.578326642,0.478507176,7851.4895424 +191,-1.493406659,0.6646955447,296,1.578326642,0.478507176,7908.2072441 +192,-1.469120564,0.6613469966,296,1.578326642,0.478507176,7915.3722561 +193,-1.590551461,0.5326612937,296,1.578326642,0.478507176,8437.2799172 +194,-1.625979264,0.5247742243,296,1.578326642,0.478507176,8462.7608726 +195,-1.572293943,0.5238808754,296,1.578326642,0.478507176,8473.2422122 +196,-1.610848725,0.5477107964,296,1.578326642,0.478507176,8375.0281957 +197,-1.208485554,0.7918526018,296,1.578326642,0.478507176,7251.862958 +198,-1.335601374,0.6869083083,296,1.578326642,0.478507176,7751.6062593 +199,-1.346156996,0.6825213377,296,1.578326642,0.478507176,7775.4426859 +200,-1.324381037,0.6741422347,296,1.578326642,0.478507176,7793.2417159 +201,-1.242424992,0.7378949807,296,1.578326642,0.478507176,7485.0231505 +202,-1.270370057,0.7392461008,296,1.578326642,0.478507176,7503.0190797 +203,-1.448950472,0.7441675014,296,1.578326642,0.478507176,7582.8887239 +204,-1.492662363,0.7523026852,296,1.578326642,0.478507176,7561.8284909 +205,-1.479098966,0.7763855017,296,1.578326642,0.478507176,7463.8796473 +206,-1.633760714,0.7869022408,296,1.578326642,0.478507176,7425.098423 +207,-1.647406434,0.8101289331,296,1.578326642,0.478507176,7330.6351895 +208,-1.564245052,0.5701509278,296,1.578326642,0.478507176,8290.112115 +209,-1.646289963,0.6833746083,296,1.578326642,0.478507176,7831.4049247 +210,-1.5820631,0.6751952144,296,1.578326642,0.478507176,7873.5030175 +211,-1.613236298,0.6681681791,296,1.578326642,0.478507176,7898.088134 +212,-1.914661867,0.8212566515,296,1.578326642,0.478507176,7144.3189523 +213,-1.742133237,0.7250275956,296,1.578326642,0.478507176,7631.7569392 +214,-2.033144872,0.6557314699,296,1.578326642,0.478507176,7623.7728533 +215,-2.039551981,0.6964723658,296,1.578326642,0.478507176,7469.4655082 +216,-1.247341019,0.7622473908,296,1.578326642,0.478507176,7396.9092276 +217,-1.298239787,0.7084123392,296,1.578326642,0.478507176,7642.4167634 +218,-1.308539688,0.6926545592,296,1.578326642,0.478507176,7710.5626842 +219,-1.303263185,0.6888938396,296,1.578326642,0.478507176,7721.0973883 +220,-1.852400229,0.6004246149,296,1.578326642,0.478507176,8034.7948458 +221,-1.288947707,0.7473773692,296,1.578326642,0.478507176,7486.1181195 +222,-1.372031502,0.7472790993,296,1.578326642,0.478507176,7538.6581298 +223,-1.289805721,0.7242157877,296,1.578326642,0.478507176,7575.495771 +224,-1.350807603,0.7533498126,296,1.578326642,0.478507176,7503.4823396 +225,-1.329290365,0.7560442322,296,1.578326642,0.478507176,7480.1861114 +226,-1.410153004,0.616936428,296,1.578326642,0.478507176,8067.1524982 +227,-1.393445434,0.6308995063,296,1.578326642,0.478507176,8004.0057178 +228,-1.37595573,0.6241540638,296,1.578326642,0.478507176,8020.4811581 +229,-1.358388707,0.6172645205,296,1.578326642,0.478507176,8036.3541215 +230,-1.753741133,0.8281661666,296,1.578326642,0.478507176,7223.6351567 +231,-1.47430987,0.6834615681,296,1.578326642,0.478507176,7829.5496124 +232,-1.421012508,0.7222725206,296,1.578326642,0.478507176,7659.0173611 +233,-1.4476833,0.6978557868,296,1.578326642,0.478507176,7764.8236636 +234,-1.470370723,0.6966193374,296,1.578326642,0.478507176,7776.578896 +235,-1.429211703,0.7037216883,296,1.578326642,0.478507176,7735.0852699 +236,-1.700578405,0.6178673663,296,1.578326642,0.478507176,8070.8420116 +237,-1.678117619,0.6331716163,296,1.578326642,0.478507176,8019.6840066 +238,-1.725644578,0.6316331145,296,1.578326642,0.478507176,8005.0175601 +239,-2.14012759,0.7930497945,296,1.578326642,0.478507176,6995.263345 +240,-2.103289431,0.7653606263,296,1.578326642,0.478507176,7141.3551685 +241,-1.318739838,0.7017808746,296,1.578326642,0.478507176,7682.7218818 +242,-1.396417427,0.7077900843,296,1.578326642,0.478507176,7704.9840784 +243,-1.35650337,0.7185539404,296,1.578326642,0.478507176,7641.9126513 +244,-1.248884539,0.7274156818,296,1.578326642,0.478507176,7530.2797366 +245,-1.395014798,0.5761185243,296,1.578326642,0.478507176,8218.7646864 +246,-1.433377362,0.6064716109,296,1.578326642,0.478507176,8118.7767101 +247,-1.408172432,0.5903155476,296,1.578326642,0.478507176,8170.3558987 +248,-1.749645898,0.7757118084,296,1.578326642,0.478507176,7430.2254853 +249,-1.571626686,0.615046989,296,1.578326642,0.478507176,8112.1674597 +250,-1.514070049,0.6303003037,296,1.578326642,0.478507176,8048.0238868 +251,-1.480890369,0.6237966528,296,1.578326642,0.478507176,8066.784365 +252,-1.704390658,0.5281680612,296,1.578326642,0.478507176,8420.7807041 +253,-1.64434733,0.5254277498,296,1.578326642,0.478507176,8455.4273821 +254,-1.703855997,0.4792484842,296,1.578326642,0.478507176,8612.6656686 +255,-1.692002383,0.5748825051,296,1.578326642,0.478507176,8243.3313575 +256,-1.854136457,0.5544643913,296,1.578326642,0.478507176,8207.5821049 +257,-1.665021206,0.520317736,296,1.578326642,0.478507176,8468.7638148 +258,-1.733654349,0.4845187345,296,1.578326642,0.478507176,8574.6782311 +259,-1.720938188,0.5135933906,296,1.578326642,0.478507176,8468.9286547 +260,-1.742668307,0.553296122,296,1.578326642,0.478507176,8301.1648074 +261,-1.965659039,0.7142126903,296,1.578326642,0.478507176,7493.5860749 +262,-1.944438071,0.6772834804,296,1.578326642,0.478507176,7653.2747461 +263,-1.270340967,0.7681487096,296,1.578326642,0.478507176,7392.7365075 +264,-1.353091884,0.6549276821,296,1.578326642,0.478507176,7886.8379291 +265,-1.333236659,0.6413584414,296,1.578326642,0.478507176,7926.0132296 +266,-1.352015998,0.6753788907,296,1.578326642,0.478507176,7806.8295396 +267,-1.377988483,0.6577816235,296,1.578326642,0.478507176,7890.6674326 +268,-2.13075611,0.8318642051,296,1.578326642,0.478507176,6873.5896841 +269,-2.097910953,0.8259670014,296,1.578326642,0.478507176,6935.6538707 +270,-1.416382069,0.6694271549,296,1.578326642,0.478507176,7864.3821542 +271,-1.538905672,0.7535625993,296,1.578326642,0.478507176,7562.8135389 +272,-1.572309477,0.7803125099,296,1.578326642,0.478507176,7457.5563588 +273,-1.87759879,0.7503853417,296,1.578326642,0.478507176,7443.2231433 +274,1.152365588,0.590457682,296,1.578326642,0.478507176,1513.8685508 +275,0.350198001,0.718001859,296,1.578326642,0.478507176,4020.7306563 +276,0.046513677,0.491503852,296,1.578326642,0.478507176,5230.0006415 +277,0.027510309,0.742571376,296,1.578326642,0.478507176,4913.2242013 +278,0.306285725,-0.214631579,296,1.578326642,0.478507176,5596.6346032 +279,-1.100564889,0.318051531,296,1.578326642,0.478507176,8823.1437047 +280,-1.078582306,0.301437596,296,1.578326642,0.478507176,8837.2084752 +281,-1.137371989,-0.617634065,296,1.578326642,0.478507176,10907.220704 +282,0.784356344,0.703272339,296,1.578326642,0.478507176,2725.7894484 +283,-1.221209947,0.218327455,296,1.578326642,0.478507176,9386.837996 +284,2.347301921,-0.449114658,296,1.578326642,0.478507176,4700.4603541 +285,0.246820618,0.830553713,296,1.578326642,0.478507176,4230.4333765 +286,0.829414965,0.703288228,296,1.578326642,0.478507176,2590.3168234 +287,-1.337537566,0.42332223,296,1.578326642,0.478507176,8769.0715705 +288,0.882453706,0.454478077,296,1.578326642,0.478507176,2453.1447361 +289,1.575629659,0.416419109,296,1.578326642,0.478507176,246.11924085 +290,-1.039455679,0.229888244,296,1.578326642,0.478507176,8990.9974761 +291,0.489558039,0.934482747,296,1.578326642,0.478507176,3598.8518672 +292,0.081344504,0.88384514,296,1.578326642,0.478507176,4602.5664171 +293,-1.547979814,0.300350308,296,1.578326642,0.478507176,9358.235439 +294,0.040776181,0.168560074,296,1.578326642,0.478507176,5799.931843 +295,-1.130374745,0.563894876,296,1.578326642,0.478507176,8004.2686013 +296,1.578326642,0.478507176,296,1.578326642,0.478507176,0 +297,-1.12861823,-0.291640865,296,1.578326642,0.478507176,10689.759255 +298,0.310524208,0.770885792,296,1.578326642,0.478507176,4098.288922 +299,0.415649091,-0.387246002,296,1.578326642,0.478507176,5616.1735184 +300,-0.926533878,-0.188022748,296,1.578326642,0.478507176,9811.7511117 +301,1.258856172,-0.11716081,296,1.578326642,0.478507176,2658.0450224 +302,-1.126050026,0.322941926,296,1.578326642,0.478507176,8853.0856597 +303,2.002785835,0.07893892,296,1.578326642,0.478507176,2251.8781376 +304,0.440437607,0.746258085,296,1.578326642,0.478507176,3741.7666435 +305,-0.030391866,0.214441206,296,1.578326642,0.478507176,5963.8749914 +306,0.521557815,-0.058929362,296,1.578326642,0.478507176,4554.7169418 +307,-0.097005111,0.13317729,296,1.578326642,0.478507176,6343.4044416 +308,1.83113859,0.221857587,296,1.578326642,0.478507176,1382.3258844 +309,0.222428864,0.099404236,296,1.578326642,0.478507176,5286.1386722 +310,-1.702731345,0.8728568183,296,1.578326642,0.478507176,7068.6311607 +311,-0.418507569,0.278324921,296,1.578326642,0.478507176,7125.8229425 +312,-1.41153306,0.339029988,296,1.578326642,0.478507176,9153.673281 +313,0.357560442,0.114788776,296,1.578326642,0.478507176,4783.8052625 +314,0.325818979,0.268352149,296,1.578326642,0.478507176,4635.2940776 +315,-1.246004659,-0.663679965,296,1.578326642,0.478507176,11160.949856 +316,1.814603087,0.637404484,296,1.578326642,0.478507176,1011.3301949 +317,1.843704281,-0.18300445,296,1.578326642,0.478507176,2811.417268 +318,1.690644492,-0.211480909,296,1.578326642,0.478507176,2766.8986415 +319,-1.275451936,0.068109467,296,1.578326642,0.478507176,10015.298544 +320,0.762430171,-0.207594741,296,1.578326642,0.478507176,4146.6130557 +321,0.265668905,-0.014647884,296,1.578326642,0.478507176,5343.9661712 +322,-2.773032013,-0.335515811,296,1.578326642,0.478507176,8060.5299495 +323,-1.469512853,0.174058777,296,1.578326642,0.478507176,9834.0922304 +324,0.286276986,0.785925691,296,1.578326642,0.478507176,4155.356293 +325,-1.379324697,0.377432233,296,1.578326642,0.478507176,8981.0280436 +326,-1.203778265,0.212813032,296,1.578326642,0.478507176,9377.0227851 +327,0.579916301,0.611743168,296,1.578326642,0.478507176,3377.0500037 +328,0.267582642,0.868113908,296,1.578326642,0.478507176,4153.0282576 +329,0.412869244,-0.050245578,296,1.578326642,0.478507176,4904.6176217 +330,0.17524381,0.976660285,296,1.578326642,0.478507176,4308.4957717 +331,0.743157214,0.204812899,296,1.578326642,0.478507176,3276.8558539 +332,-1.070758176,0.269382282,296,1.578326642,0.478507176,8928.8526518 +333,-1.230364251,0.329790229,296,1.578326642,0.478507176,8996.7155598 +334,-1.374813124,-0.024926835,296,1.578326642,0.478507176,10510.038661 +335,0.519780566,0.463669906,296,1.578326642,0.478507176,3697.311839 +336,-1.55108034,0.239698561,296,1.578326642,0.478507176,9598.6502261 +337,0.180294813,0.029739425,296,1.578326642,0.478507176,5560.4464456 +338,0.67820924,0.268170153,296,1.578326642,0.478507176,3398.3016512 +339,0.445798684,1.024001867,296,1.578326642,0.478507176,3726.2809923 +340,0.691751283,0.150521402,296,1.578326642,0.478507176,3553.9132857 +341,-1.036643551,-0.903056181,296,1.578326642,0.478507176,10148.548066 +342,-0.120287036,1.083325163,296,1.578326642,0.478507176,4789.4160204 +343,2.823513113,-0.304487164,296,1.578326642,0.478507176,5694.1446602 +344,0.457583172,1.12513373,296,1.578326642,0.478507176,3761.7297707 +345,0.042918831,0.813795399,296,1.578326642,0.478507176,4779.0281386 +346,1.196146777,-0.853142756,296,1.578326642,0.478507176,5445.5274921 +347,0.206001358,-0.010430701,296,1.578326642,0.478507176,5544.4126998 +348,-0.268308653,0.234799412,296,1.578326642,0.478507176,6730.3541839 +349,0.759363263,0.736189579,296,1.578326642,0.478507176,2811.7991883 +350,0.181363926,0.891988372,296,1.578326642,0.478507176,4351.8364534 +351,-0.021111158,0.139103292,296,1.578326642,0.478507176,6068.7187444 +352,-0.093355215,0.630686981,296,1.578326642,0.478507176,5427.0685682 +353,0.40118964,0.681375926,296,1.578326642,0.478507176,3893.8792835 +354,-0.721197315,1.304706234,296,1.578326642,0.478507176,5061.4322866 +355,-1.076150317,0.212107639,296,1.578326642,0.478507176,9129.6928353 +356,-1.577164531,0.273993443,296,1.578326642,0.478507176,9462.7152407 +357,-0.190788414,0.182208586,296,1.578326642,0.478507176,6573.1785978 +358,-0.261349752,0.209710184,296,1.578326642,0.478507176,6757.4677975 +359,-1.029303852,0.083549259,296,1.578326642,0.478507176,9423.0851042 +360,-1.268609162,0.330525297,296,1.578326642,0.478507176,9045.6263718 +361,1.282982244,-0.926641967,296,1.578326642,0.478507176,5658.3163715 +362,0.217352334,0.731352408,296,1.578326642,0.478507176,4394.6083542 +363,-1.511833084,0.258629297,296,1.578326642,0.478507176,9517.3698391 +364,0.338812194,0.823184618,296,1.578326642,0.478507176,3990.7907897 +365,-0.324406489,1.134201999,296,1.578326642,0.478507176,5036.0232068 +366,1.389579348,0.399185724,296,1.578326642,0.478507176,745.72697676 +367,2.047152199,-0.039082036,296,1.578326642,0.478507176,2720.2444314 +368,0.947780369,0.568250077,296,1.578326642,0.478507176,2181.7253737 +369,0.763824846,0.576754987,296,1.578326642,0.478507176,2791.9305598 +370,-0.142334657,0.928153068,296,1.578326642,0.478507176,5059.9251081 +371,0.610266567,0.547265983,296,1.578326642,0.478507176,3317.2966061 +372,0.210731629,0.746815056,296,1.578326642,0.478507176,4398.5218556 +373,-1.34931644,0.316895224,296,1.578326642,0.478507176,9187.9521735 +374,2.407696481,0.655030745,296,1.578326642,0.478507176,2827.1567584 +375,0.64207831,0.545359131,296,1.578326642,0.478507176,3212.5252307 +376,1.174597538,0.840588356,296,1.578326642,0.478507176,1896.4469219 +377,0.660059424,0.010604079,296,1.578326642,0.478507176,3944.2695038 +378,-0.730263819,0.010486456,296,1.578326642,0.478507176,8732.5750252 +379,0.831068936,0.512339172,296,1.578326642,0.478507176,2592.9571163 +380,1.301180979,0.72367476,296,1.578326642,0.478507176,1323.2897218 +381,1.811128231,0.322854402,296,1.578326642,0.478507176,1048.0151965 +382,0.435105812,0.992284428,296,1.578326642,0.478507176,3738.0111761 +383,0.62643634,0.592027932,296,1.578326642,0.478507176,3236.7755951 +384,0.492988703,-0.516339467,296,1.578326642,0.478507176,5694.0259722 +385,-0.162469483,0.112549365,296,1.578326642,0.478507176,6608.7977762 +386,0.314630866,0.472006421,296,1.578326642,0.478507176,4380.3429178 +387,0.166744804,0.822815954,296,1.578326642,0.478507176,4446.9496529 +388,0.417159608,0.965805736,296,1.578326642,0.478507176,3772.0977363 +389,0.106334961,0.868774244,296,1.578326642,0.478507176,4556.7422671 +390,0.815086969,-0.338144359,296,1.578326642,0.478507176,4362.5617291 +391,0.59867455,-0.230624824,296,1.578326642,0.478507176,4693.4968599 +392,1.915104874,0.066220985,296,1.578326642,0.478507176,2070.6078398 +393,1.278093622,0.064463721,296,1.578326642,0.478507176,1994.5552318 +394,-0.061477853,0.302997961,296,1.578326642,0.478507176,5908.7929763 +395,0.251311504,0.626976942,296,1.578326642,0.478507176,4401.1380036 +396,2.950242872,0.149095644,296,1.578326642,0.478507176,5254.4321713 +397,-0.180294708,0.35375117,296,1.578326642,0.478507176,6205.9890357 +398,1.010448592,-0.351180233,296,1.578326642,0.478507176,3942.2342103 +399,-1.748740498,0.3686318073,296,1.578326642,0.478507176,9013.8782028 +400,2.699635665,0.123533791,296,1.578326642,0.478507176,4419.5046899 +401,0.496808033,0.823843254,296,1.578326642,0.478507176,3566.4009443 +402,0.129574704,0.763364087,296,1.578326642,0.478507176,4607.3706678 +403,1.798920311,0.817447563,296,1.578326642,0.478507176,1508.0841933 +404,0.335987953,0.746786541,296,1.578326642,0.478507176,4042.2643008 +405,-1.085413643,0.292154671,296,1.578326642,0.478507176,8882.0799957 +406,-0.155321003,0.508207011,296,1.578326642,0.478507176,5831.8111475 +407,0.620529244,-0.301175104,296,1.578326642,0.478507176,4800.8203553 +408,1.684402744,0.368716966,296,1.578326642,0.478507176,579.28421023 +409,0.300582244,-0.386397212,296,1.578326642,0.478507176,5968.2468914 +410,2.913555946,-0.009225192,296,1.578326642,0.478507176,5412.5220884 +411,1.465101417,0.493232532,296,1.578326642,0.478507176,400.79553783 +412,0.090612882,0.907955955,296,1.578326642,0.478507176,4556.035999 +413,2.987564726,-0.729568594,296,1.578326642,0.478507176,7021.4069607 +414,-1.484261606,0.224149272,296,1.578326642,0.478507176,9644.1202942 +415,0.164073421,0.303955133,296,1.578326642,0.478507176,5139.5810663 +416,0.141441293,0.167552546,296,1.578326642,0.478507176,5450.0169842 +417,2.931321023,-0.506718887,296,1.578326642,0.478507176,6442.8747313 +418,2.21951565,0.700596356,296,1.578326642,0.478507176,2266.8624068 +419,0.268112576,1.199114336,296,1.578326642,0.478507176,4092.4922076 +420,0.978913739,0.359223811,296,1.578326642,0.478507176,2212.4533766 +421,1.210898818,0.522863584,296,1.578326642,0.478507176,1286.9177626 +422,2.347397336,0.129231362,296,1.578326642,0.478507176,3195.4086072 +423,0.614394501,0.556878345,296,1.578326642,0.478507176,3297.0413802 +424,-1.398079356,0.148483366,296,1.578326642,0.478507176,9880.7569736 +425,2.535303836,-0.112984496,296,1.578326642,0.478507176,4345.8465039 +426,-1.019372593,-0.405322349,296,1.578326642,0.478507176,10480.160469 +427,-1.297785627,-0.160104069,296,1.578326642,0.478507176,10838.972914 +428,2.144554488,0.205051084,296,1.578326642,0.478507176,2363.4514718 +429,-2.242387083,-0.426171285,296,1.578326642,0.478507176,10025.182874 +430,0.338637212,0.909723676,296,1.578326642,0.478507176,3959.4652536 +431,-0.148798452,0.691042401,296,1.578326642,0.478507176,5476.9620794 +432,0.893524764,0.441829531,296,1.578326642,0.478507176,2424.7370596 +433,0.969229347,-0.368847936,296,1.578326642,0.478507176,4087.9153069 +434,0.436043248,0.800045688,296,1.578326642,0.478507176,3735.5691198 +435,1.687946607,1.081504775,296,1.578326642,0.478507176,2405.9084469 +436,0.522302046,-0.034889271,296,1.578326642,0.478507176,4501.9436884 +437,-0.178996113,-0.438090009,296,1.578326642,0.478507176,7614.6175198 +438,-1.094339566,0.301444068,296,1.578326642,0.478507176,8868.0214367 +439,-1.064070054,0.242569932,296,1.578326642,0.478507176,9003.5546352 +440,-1.068153768,0.230387998,296,1.578326642,0.478507176,9052.3796844 +441,-3.00496892,-0.23989155,296,1.578326642,0.478507176,7102.1814509 +442,0.21751974,0.766874888,296,1.578326642,0.478507176,4360.8771158 +443,0.117229532,0.007619006,296,1.578326642,0.478507176,5822.420815 +444,0.777758451,0.420554741,296,1.578326642,0.478507176,2849.4165599 +445,-0.252356999,0.250747086,296,1.578326642,0.478507176,6645.4658389 +446,0.363148444,0.768483434,296,1.578326642,0.478507176,3951.8544507 +447,0.903191366,-0.118210676,296,1.578326642,0.478507176,3502.842754 +448,-0.205755923,0.149406178,296,1.578326642,0.478507176,6687.4863407 +449,1.811996086,0.02364353,296,1.578326642,0.478507176,2008.2411564 +450,-1.100670221,0.314845373,296,1.578326642,0.478507176,8834.3346902 +451,0.340078597,0.850105132,296,1.578326642,0.478507176,3975.6150149 +452,0.258757267,0.804969236,296,1.578326642,0.478507176,4216.8778515 +453,2.78505352,-0.155160804,296,1.578326642,0.478507176,5257.2986738 +454,0.800551619,0.105822106,296,1.578326642,0.478507176,3273.2461399 +455,0.437940882,-0.506194031,296,1.578326642,0.478507176,5822.4498982 +456,2.230431122,0.63458615,296,1.578326642,0.478507176,2263.2045658 +457,0.527965361,0.127667701,296,1.578326642,0.478507176,4164.210481 +458,-0.063643205,0.702093448,296,1.578326642,0.478507176,5224.4397015 +459,1.408447268,0.133010502,296,1.578326642,0.478507176,1509.6849479 +460,0.523795955,0.280266966,296,1.578326642,0.478507176,3922.4687285 +461,-0.975769313,0.072177659,296,1.578326642,0.478507176,9313.941706 +462,0.549774164,-0.463663986,296,1.578326642,0.478507176,5408.9652839 +463,0.29245874,1.095549818,296,1.578326642,0.478507176,4039.1518372 +464,0.143625958,0.816809593,296,1.578326642,0.478507176,4513.3324228 +465,0.671902494,0.611159853,296,1.578326642,0.478507176,3080.8704853 +466,1.239840988,0.6724199,296,1.578326642,0.478507176,1357.4002849 +467,0.607829703,-0.10932137,296,1.578326642,0.478507176,4380.992205 +468,1.763020906,0.263996692,296,1.578326642,0.478507176,1088.0892963 +469,0.378714634,0.726066797,296,1.578326642,0.478507176,3931.8270104 +470,2.196736143,-0.153862366,296,1.578326642,0.478507176,3449.4515959 +471,0.01702415,0.148991565,296,1.578326642,0.478507176,5917.8791187 +472,-2.998490902,-0.158002487,296,1.578326642,0.478507176,6982.8793834 +473,-3.051262951,-0.346595608,296,1.578326642,0.478507176,7122.7376659 +474,-1.069176439,0.182802941,296,1.578326642,0.478507176,9209.773622 +475,0.167157509,0.595344954,296,1.578326642,0.478507176,4699.1464851 +476,0.613855648,0.681746124,296,1.578326642,0.478507176,3244.1632391 +477,1.037012736,0.682555367,296,1.578326642,0.478507176,1953.9458865 +478,-1.253574971,0.379755746,296,1.578326642,0.478507176,8843.2869527 +479,3.108590453,-0.132620738,296,1.578326642,0.478507176,6321.8813772 +480,0.565301296,0.022333262,296,1.578326642,0.478507176,4238.7725231 +481,0.547898238,0.855555614,296,1.578326642,0.478507176,3434.2876971 +482,0.948309381,0.417393755,296,1.578326642,0.478507176,2254.5149934 +483,-0.050600732,0.945269213,296,1.578326642,0.478507176,4834.8381252 +484,-0.977651478,-0.572363064,296,1.578326642,0.478507176,10411.727259 +485,1.102014914,0.728861163,296,1.578326642,0.478507176,1830.3451708 +486,2.927300795,-0.282939414,296,1.578326642,0.478507176,5988.1594187 +487,-1.154565557,0.124434095,296,1.578326642,0.478507176,9587.8432115 +488,1.855331234,0.291044755,296,1.578326642,0.478507176,1257.0446701 +489,0.830290659,0.276904518,296,1.578326642,0.478507176,2852.0354785 +490,0.485104466,-0.234867441,296,1.578326642,0.478507176,5057.9545949 +491,0.521367572,-0.33161327,296,1.578326642,0.478507176,5169.278268 +1,-1.539031704,0.7349710123,297,-1.12861823,-0.291640865,4334.3124528 +2,-1.536990553,0.7349663874,297,-1.12861823,-0.291640865,4331.7221015 +3,-1.534951779,0.7349571355,297,-1.12861823,-0.291640865,4329.1293718 +4,-1.532906461,0.7349480293,297,-1.12861823,-0.291640865,4326.5401867 +5,-1.531320211,0.7346937278,297,-1.12861823,-0.291640865,4323.6525116 +6,-1.539451648,0.7335131775,297,-1.12861823,-0.291640865,4329.6316228 +7,-1.537429487,0.7335445708,297,-1.12861823,-0.291640865,4327.1866606 +8,-1.535484998,0.7335658704,297,-1.12861823,-0.291640865,4324.814415 +9,-1.533488396,0.7336036027,297,-1.12861823,-0.291640865,4322.4462631 +10,-1.531497785,0.7335842962,297,-1.12861823,-0.291640865,4319.8919716 +11,-1.530259379,0.7334777758,297,-1.12861823,-0.291640865,4317.9689149 +12,-1.5335454,0.7322346912,297,-1.12861823,-0.291640865,4317.6104618 +13,-1.531489083,0.7322238773,297,-1.12861823,-0.291640865,4314.999664 +14,-1.530011122,0.7321679851,297,-1.12861823,-0.291640865,4312.9574647 +15,-1.53348106,0.7306614094,297,-1.12861823,-0.291640865,4311.8907777 +16,-1.531441779,0.7306962275,297,-1.12861823,-0.291640865,4309.459799 +17,-1.529755654,0.7306933243,297,-1.12861823,-0.291640865,4307.3447751 +18,-1.533415048,0.7291384674,297,-1.12861823,-0.291640865,4306.3499751 +19,-1.531392093,0.7291705353,297,-1.12861823,-0.291640865,4303.9246022 +20,-1.529296523,0.7291214933,297,-1.12861823,-0.291640865,4301.1288304 +21,-1.535280942,0.727267644,297,-1.12861823,-0.291640865,4302.0056406 +22,-1.533378158,0.7276139666,297,-1.12861823,-0.291640865,4300.8408518 +23,-1.531340368,0.7276446587,297,-1.12861823,-0.291640865,4298.3868027 +24,-1.528960113,0.7276398177,297,-1.12861823,-0.291640865,4295.3888921 +25,-1.533313146,0.7260818349,297,-1.12861823,-0.291640865,4295.2695499 +26,-1.531259555,0.7260958115,297,-1.12861823,-0.291640865,4292.7306514 +27,-1.528926415,0.7260865555,297,-1.12861823,-0.291640865,4289.7700577 +28,-1.531226779,0.7245511789,297,-1.12861823,-0.291640865,4287.1506541 +29,-1.528904772,0.7245519194,297,-1.12861823,-0.291640865,4284.2339292 +30,-1.547195875,0.7409785979,297,-1.12861823,-0.291640865,4366.1237948 +31,-1.5451475,0.740980426,297,-1.12861823,-0.291640865,4363.5239831 +32,-1.543097679,0.7409798872,297,-1.12861823,-0.291640865,4360.9250798 +33,-1.540720364,0.7409892687,297,-1.12861823,-0.291640865,4357.9607719 +34,-1.547188511,0.7395198392,297,-1.12861823,-0.291640865,4360.9156564 +35,-1.545148587,0.7395226109,297,-1.12861823,-0.291640865,4358.3247864 +36,-1.543104538,0.7395314908,297,-1.12861823,-0.291640865,4355.7616235 +37,-1.540727751,0.7395306258,297,-1.12861823,-0.291640865,4352.7553373 +38,-1.547187029,0.7380014886,297,-1.12861823,-0.291640865,4355.5035034 +39,-1.545147315,0.7380012252,297,-1.12861823,-0.291640865,4352.8966717 +40,-1.54310719,0.7380060743,297,-1.12861823,-0.291640865,4350.3186856 +41,-1.540719671,0.7380068206,297,-1.12861823,-0.291640865,4347.2982979 +42,-1.547187189,0.7364799098,297,-1.12861823,-0.291640865,4350.0828363 +43,-1.545149996,0.7364853874,297,-1.12861823,-0.291640865,4347.4942676 +44,-1.543106091,0.7364823484,297,-1.12861823,-0.291640865,4344.8779089 +45,-1.540717158,0.7364893901,297,-1.12861823,-0.291640865,4341.8719178 +46,-1.538663972,0.7410138672,297,-1.12861823,-0.291640865,4355.4678735 +47,-1.53695285,0.7409699132,297,-1.12861823,-0.291640865,4353.1715517 +48,-1.534910498,0.7409641297,297,-1.12861823,-0.291640865,4350.6080287 +49,-1.533145034,0.7409536636,297,-1.12861823,-0.291640865,4348.3814366 +50,-1.538681336,0.7395405883,297,-1.12861823,-0.291640865,4350.2173527 +51,-1.536999189,0.7395183096,297,-1.12861823,-0.291640865,4348.0304925 +52,-1.534923633,0.7395144222,297,-1.12861823,-0.291640865,4345.4270959 +53,-1.533267822,0.7395654306,297,-1.12861823,-0.291640865,4343.5526126 +54,-1.53867273,0.7380151077,297,-1.12861823,-0.291640865,4344.7483074 +55,-1.536980576,0.7379994392,297,-1.12861823,-0.291640865,4342.5682085 +56,-1.534931522,0.7379944961,297,-1.12861823,-0.291640865,4339.9887792 +57,-1.533387952,0.7379480264,297,-1.12861823,-0.291640865,4337.899805 +58,-1.538682279,0.7364914363,297,-1.12861823,-0.291640865,4339.309437 +59,-1.536980704,0.7364810563,297,-1.12861823,-0.291640865,4337.1319611 +60,-1.534935567,0.7364752065,297,-1.12861823,-0.291640865,4334.5488334 +61,-1.533042592,0.7363876366,297,-1.12861823,-0.291640865,4331.8732483 +62,-1.545143426,0.7349628011,297,-1.12861823,-0.291640865,4342.056858 +63,-1.543105297,0.7349691947,297,-1.12861823,-0.291640865,4339.4761335 +64,-1.541064533,0.7349647152,297,-1.12861823,-0.291640865,4336.864422 +65,-1.545411803,0.7334624714,297,-1.12861823,-0.291640865,4337.0524415 +66,-1.543446606,0.7334780896,297,-1.12861823,-0.291640865,4334.5910228 +67,-1.541475327,0.7334957295,297,-1.12861823,-0.291640865,4332.1395776 +68,-1.545401939,0.731963266,297,-1.12861823,-0.291640865,4331.6965604 +69,-1.54342253,0.7319915583,297,-1.12861823,-0.291640865,4329.2570385 +70,-1.541455867,0.7320216438,297,-1.12861823,-0.291640865,4326.8509251 +71,-1.545410146,0.7304422281,297,-1.12861823,-0.291640865,4326.2870014 +72,-1.543435491,0.7304713664,297,-1.12861823,-0.291640865,4323.8512621 +73,-1.541463105,0.7304997613,297,-1.12861823,-0.291640865,4321.4264925 +74,-1.545414768,0.7289194936,297,-1.12861823,-0.291640865,4320.8677179 +75,-1.543435774,0.7289538557,297,-1.12861823,-0.291640865,4318.4397105 +76,-1.541457714,0.7289765881,297,-1.12861823,-0.291640865,4315.982211 +77,-1.539449415,0.7320555866,297,-1.12861823,-0.291640865,4324.4187147 +78,-1.537429183,0.7321097681,297,-1.12861823,-0.291640865,4322.0526095 +79,-1.535472649,0.7321497267,297,-1.12861823,-0.291640865,4319.7271914 +80,-1.539457899,0.7305333307,297,-1.12861823,-0.291640865,4318.989158 +81,-1.537453161,0.7305750503,297,-1.12861823,-0.291640865,4316.5926946 +82,-1.535479385,0.7306124949,297,-1.12861823,-0.291640865,4314.2311794 +83,-1.53946905,0.7290102593,297,-1.12861823,-0.291640865,4313.5610236 +84,-1.537459922,0.7290417293,297,-1.12861823,-0.291640865,4311.1169409 +85,-1.535451349,0.7290890157,297,-1.12861823,-0.291640865,4308.7413719 +86,-1.535522937,0.7279887191,297,-1.12861823,-0.291640865,4304.8932255 +87,-1.539442524,0.7274735939,297,-1.12861823,-0.291640865,4308.0371345 +88,-1.537424111,0.727521351,297,-1.12861823,-0.291640865,4305.6342408 +89,-1.539384641,0.7259505092,297,-1.12861823,-0.291640865,4302.5223803 +90,-1.537372391,0.7259947145,297,-1.12861823,-0.291640865,4300.1095876 +91,-1.535340789,0.7260435356,297,-1.12861823,-0.291640865,4297.7001043 +92,-1.539325716,0.7244369706,297,-1.12861823,-0.291640865,4297.0409875 +93,-1.537308932,0.7244801057,297,-1.12861823,-0.291640865,4294.6135744 +94,-1.535289068,0.7245247645,297,-1.12861823,-0.291640865,4292.1991097 +95,-1.533261366,0.7245550236,297,-1.12861823,-0.291640865,4289.7346184 +96,-1.539267302,0.722921924,297,-1.12861823,-0.291640865,4291.5554612 +97,-1.537248972,0.7229660258,297,-1.12861823,-0.291640865,4289.1244968 +98,-1.535219431,0.7229916471,297,-1.12861823,-0.291640865,4286.6245788 +99,-1.53318962,0.7230212049,297,-1.12861823,-0.291640865,4284.1498905 +100,-1.531154816,0.7230299897,297,-1.12861823,-0.291640865,4281.6059459 +101,-1.528878341,0.7230370244,297,-1.12861823,-0.291640865,4278.7634092 +102,-1.539218189,0.7214009878,297,-1.12861823,-0.291640865,4286.0614878 +103,-1.537198791,0.7214422745,297,-1.12861823,-0.291640865,4283.6139794 +104,-1.535179266,0.7214634354,297,-1.12861823,-0.291640865,4281.1057772 +105,-1.533156501,0.7214944644,297,-1.12861823,-0.291640865,4278.6401429 +106,-1.53113574,0.7215166021,297,-1.12861823,-0.291640865,4276.1566456 +107,-1.528874248,0.7215345535,297,-1.12861823,-0.291640865,4273.3663341 +108,-1.539217656,0.7198512397,297,-1.12861823,-0.291640865,4280.5280065 +109,-1.537199919,0.7199428763,297,-1.12861823,-0.291640865,4278.2570592 +110,-1.545425832,0.727397149,297,-1.12861823,-0.291640865,4315.4591006 +111,-1.543371177,0.7273916949,297,-1.12861823,-0.291640865,4312.7862532 +112,-1.541368852,0.7274523163,297,-1.12861823,-0.291640865,4310.4277713 +113,-1.545349067,0.7258710923,297,-1.12861823,-0.291640865,4309.924343 +114,-1.54332671,0.7258603556,297,-1.12861823,-0.291640865,4307.2692835 +115,-1.541346831,0.7259242142,297,-1.12861823,-0.291640865,4304.9460499 +116,-1.545324355,0.7243383958,297,-1.12861823,-0.291640865,4304.4341009 +117,-1.543292796,0.7243617413,297,-1.12861823,-0.291640865,4301.8833066 +118,-1.541295822,0.7244024384,297,-1.12861823,-0.291640865,4299.4503544 +119,-1.543193859,0.7205570215,297,-1.12861823,-0.291640865,4288.195786 +120,-1.550257047,0.7386738187,297,-1.12861823,-0.291640865,4361.8385494 +121,-1.549335448,0.7311736483,297,-1.12861823,-0.291640865,4333.967818 +122,-1.533478843,0.7179891343,297,-1.12861823,-0.291640865,4266.5016805 +123,-1.556150555,0.738907041,297,-1.12861823,-0.291640865,4370.2986362 +124,-1.554324226,0.733414257,297,-1.12861823,-0.291640865,4348.4267636 +125,-1.554290846,0.7288285332,297,-1.12861823,-0.291640865,4332.1143496 +126,-1.55122487,0.7219795312,297,-1.12861823,-0.291640865,4303.7739527 +127,-1.525104458,0.7229399862,297,-1.12861823,-0.291640865,4273.691913 +128,-1.519607711,0.7236181429,297,-1.12861823,-0.291640865,4269.327619 +129,-1.513899999,0.7251107854,297,-1.12861823,-0.291640865,4267.7484175 +130,-1.536620762,0.7431061895,297,-1.12861823,-0.291640865,4360.4111498 +131,-1.5369566,0.7460845958,297,-1.12861823,-0.291640865,4371.50088 +132,-1.545345528,0.7447040685,297,-1.12861823,-0.291640865,4377.0614742 +133,-1.532813921,0.7432306626,297,-1.12861823,-0.291640865,4356.1446693 +134,-1.554788248,0.7382381001,297,-1.12861823,-0.291640865,4366.1520882 +135,-1.540348126,0.7301594274,297,-1.12861823,-0.291640865,4318.7875316 +136,-1.538016084,0.7239051786,297,-1.12861823,-0.291640865,4293.4628863 +137,-1.525288962,0.7258085137,297,-1.12861823,-0.291640865,4284.2360796 +138,-1.534326986,0.731241342,297,-1.12861823,-0.291640865,4315.0319942 +139,-1.530733872,0.7303625216,297,-1.12861823,-0.291640865,4307.3777097 +141,-1.534354939,0.7328219978,297,-1.12861823,-0.291640865,4320.7305782 +142,-1.53157084,0.7292888153,297,-1.12861823,-0.291640865,4304.572844 +143,-1.525691035,0.7263799874,297,-1.12861823,-0.291640865,4286.7904436 +144,-1.534031287,0.7495967835,297,-1.12861823,-0.291640865,4380.4941121 +145,-1.527714986,0.7283095957,297,-1.12861823,-0.291640865,4296.2423353 +146,-1.526189586,0.7271468292,297,-1.12861823,-0.291640865,4290.1668201 +147,-1.555177336,0.7375563366,297,-1.12861823,-0.291640865,4364.2386706 +148,-1.555080283,0.7312707794,297,-1.12861823,-0.291640865,4341.8135438 +149,-1.53856994,0.7224180299,297,-1.12861823,-0.291640865,4288.8598602 +150,-1.530837883,0.729933372,297,-1.12861823,-0.291640865,4305.9677307 +151,-1.515066984,0.5854133365,297,-1.12861823,-0.291640865,3768.476008 +152,-1.534731633,0.5368370046,297,-1.12861823,-0.291640865,3627.9929702 +153,-1.515231902,0.5607085576,297,-1.12861823,-0.291640865,3681.1864196 +154,-2.616253799,1.0684566605,297,-1.12861823,-0.291640865,7074.960317 +155,-1.956071439,0.5792177723,297,-1.12861823,-0.291640865,4656.2026575 +156,-1.951208514,0.5602434208,297,-1.12861823,-0.291640865,4595.3773778 +157,-1.944675062,0.6062144545,297,-1.12861823,-0.291640865,4697.5030113 +158,-1.613778386,0.6077989518,297,-1.12861823,-0.291640865,4003.1551847 +159,-2.035029014,0.6021432345,297,-1.12861823,-0.291640865,4915.7238532 +160,-2.114989471,0.6801825058,297,-1.12861823,-0.291640865,5302.6953635 +161,-2.037382079,0.5765830025,297,-1.12861823,-0.291640865,4861.1259073 +162,-2.129855121,0.6585019963,297,-1.12861823,-0.291640865,5292.2765698 +163,-2.075141798,0.6493615843,297,-1.12861823,-0.291640865,5130.6827558 +164,-1.828626729,0.6948433129,297,-1.12861823,-0.291640865,4683.8828489 +165,-1.863329418,0.6735427691,297,-1.12861823,-0.291640865,4694.4463497 +166,-1.266037071,0.727988852,297,-1.12861823,-0.291640865,4070.0170537 +167,-1.277579582,0.7249010648,297,-1.12861823,-0.291640865,4063.4032778 +168,-1.258418684,0.7241194816,297,-1.12861823,-0.291640865,4051.4941461 +169,-1.317813974,0.6804850104,297,-1.12861823,-0.291640865,3913.9433667 +170,-1.344165204,0.6790988904,297,-1.12861823,-0.291640865,3927.2944568 +171,-1.427582102,0.5277120351,297,-1.12861823,-0.291640865,3440.0418902 +172,-1.402238616,0.457167829,297,-1.12861823,-0.291640865,3147.6386078 +173,-1.422454264,0.4996161999,297,-1.12861823,-0.291640865,3330.1304657 +174,-1.439089277,0.4894859811,297,-1.12861823,-0.291640865,3315.2900613 +175,-1.448126995,0.5182330266,297,-1.12861823,-0.291640865,3432.2913932 +176,-1.474626146,0.5881926574,297,-1.12861823,-0.291640865,3722.02785 +177,-1.421139645,0.5584869783,297,-1.12861823,-0.291640865,3545.7860385 +178,-1.457037165,0.565943032,297,-1.12861823,-0.291640865,3617.9755384 +179,-2.757159358,0.3745319,297,-1.12861823,-0.291640865,6844.9044522 +180,-2.714309238,0.342054471,297,-1.12861823,-0.291640865,6658.0438397 +181,-2.000525337,0.774119946,297,-1.12861823,-0.291640865,5263.5393678 +183,-1.571413436,0.6777838382,297,-1.12861823,-0.291640865,4176.1528891 +184,-1.552860289,0.6987663893,297,-1.12861823,-0.291640865,4223.723336 +185,-1.521852374,0.7165827476,297,-1.12861823,-0.291640865,4246.7688172 +186,-1.503656267,0.6928968252,297,-1.12861823,-0.291640865,4138.6657376 +187,-1.502753178,0.7136205882,297,-1.12861823,-0.291640865,4212.6902563 +188,-1.631894563,0.7343596465,297,-1.12861823,-0.291640865,4460.8723106 +189,-1.653765416,0.6770714026,297,-1.12861823,-0.291640865,4302.7986518 +190,-1.719812114,0.6715965947,297,-1.12861823,-0.291640865,4401.3573407 +191,-1.493406659,0.6646955447,297,-1.12861823,-0.291640865,4023.7139555 +192,-1.469120564,0.6613469966,297,-1.12861823,-0.291640865,3981.8992276 +193,-1.590551461,0.5326612937,297,-1.12861823,-0.291640865,3709.5561772 +194,-1.625979264,0.5247742243,297,-1.12861823,-0.291640865,3749.6395955 +195,-1.572293943,0.5238808754,297,-1.12861823,-0.291640865,3647.237963 +196,-1.610848725,0.5477107964,297,-1.12861823,-0.291640865,3796.8480615 +197,-1.208485554,0.7918526018,297,-1.12861823,-0.291640865,4301.3265483 +198,-1.335601374,0.6869083083,297,-1.12861823,-0.291640865,3951.0240392 +199,-1.346156996,0.6825213377,297,-1.12861823,-0.291640865,3941.9412518 +200,-1.324381037,0.6741422347,297,-1.12861823,-0.291640865,3893.8893416 +201,-1.242424992,0.7378949807,297,-1.12861823,-0.291640865,4099.1441098 +202,-1.270370057,0.7392461008,297,-1.12861823,-0.291640865,4116.044706 +203,-1.448950472,0.7441675014,297,-1.12861823,-0.291640865,4265.9215098 +204,-1.492662363,0.7523026852,297,-1.12861823,-0.291640865,4342.0131486 +205,-1.479098966,0.7763855017,297,-1.12861823,-0.291640865,4415.9138476 +206,-1.633760714,0.7869022408,297,-1.12861823,-0.291640865,4642.9532241 +207,-1.647406434,0.8101289331,297,-1.12861823,-0.291640865,4741.3812654 +208,-1.564245052,0.5701509278,297,-1.12861823,-0.291640865,3791.6347633 +209,-1.646289963,0.6833746083,297,-1.12861823,-0.291640865,4311.4278845 +210,-1.5820631,0.6751952144,297,-1.12861823,-0.291640865,4182.831146 +211,-1.613236298,0.6681681791,297,-1.12861823,-0.291640865,4206.6677219 +212,-1.914661867,0.8212566515,297,-1.12861823,-0.291640865,5218.4230058 +213,-1.742133237,0.7250275956,297,-1.12861823,-0.291640865,4611.4850527 +214,-2.033144872,0.6557314699,297,-1.12861823,-0.291640865,5040.4502821 +215,-2.039551981,0.6964723658,297,-1.12861823,-0.291640865,5155.7202694 +216,-1.247341019,0.7622473908,297,-1.12861823,-0.291640865,4196.6344584 +217,-1.298239787,0.7084123392,297,-1.12861823,-0.291640865,4010.1507816 +218,-1.308539688,0.6926545592,297,-1.12861823,-0.291640865,3955.1131373 +219,-1.303263185,0.6888938396,297,-1.12861823,-0.291640865,3937.2803014 +220,-1.852400229,0.6004246149,297,-1.12861823,-0.291640865,4462.6308801 +221,-1.288947707,0.7473773692,297,-1.12861823,-0.291640865,4156.8309522 +222,-1.372031502,0.7472790993,297,-1.12861823,-0.291640865,4209.6925065 +223,-1.289805721,0.7242157877,297,-1.12861823,-0.291640865,4067.0010258 +224,-1.350807603,0.7533498126,297,-1.12861823,-0.291640865,4217.4131245 +225,-1.329290365,0.7560442322,297,-1.12861823,-0.291640865,4213.5277191 +226,-1.410153004,0.616936428,297,-1.12861823,-0.291640865,3751.1087557 +227,-1.393445434,0.6308995063,297,-1.12861823,-0.291640865,3786.5100257 +228,-1.37595573,0.6241540638,297,-1.12861823,-0.291640865,3744.2898724 +229,-1.358388707,0.6172645205,297,-1.12861823,-0.291640865,3702.2319482 +230,-1.753741133,0.8281661666,297,-1.12861823,-0.291640865,4959.3734896 +231,-1.47430987,0.6834615681,297,-1.12861823,-0.291640865,4069.0545915 +232,-1.421012508,0.7222725206,297,-1.12861823,-0.291640865,4156.8999734 +233,-1.4476833,0.6978557868,297,-1.12861823,-0.291640865,4092.5106026 +234,-1.470370723,0.6966193374,297,-1.12861823,-0.291640865,4112.827912 +235,-1.429211703,0.7037216883,297,-1.12861823,-0.291640865,4095.352451 +236,-1.700578405,0.6178673663,297,-1.12861823,-0.291640865,4194.0839559 +237,-1.678117619,0.6331716163,297,-1.12861823,-0.291640865,4201.1733565 +238,-1.725644578,0.6316331145,297,-1.12861823,-0.291640865,4286.1125124 +239,-2.14012759,0.7930497945,297,-1.12861823,-0.291640865,5618.6491658 +240,-2.103289431,0.7653606263,297,-1.12861823,-0.291640865,5470.4573356 +241,-1.318739838,0.7017808746,297,-1.12861823,-0.291640865,3996.9345982 +242,-1.396417427,0.7077900843,297,-1.12861823,-0.291640865,4079.7229147 +243,-1.35650337,0.7185539404,297,-1.12861823,-0.291640865,4087.9699387 +244,-1.248884539,0.7274156818,297,-1.12861823,-0.291640865,4060.4720292 +245,-1.395014798,0.5761185243,297,-1.12861823,-0.291640865,3582.0821197 +246,-1.433377362,0.6064716109,297,-1.12861823,-0.291640865,3737.8621411 +247,-1.408172432,0.5903155476,297,-1.12861823,-0.291640865,3649.4332306 +248,-1.749645898,0.7757118084,297,-1.12861823,-0.291640865,4785.3930939 +249,-1.571626686,0.615046989,297,-1.12861823,-0.291640865,3958.45447 +250,-1.514070049,0.6303003037,297,-1.12861823,-0.291640865,3927.0037917 +251,-1.480890369,0.6237966528,297,-1.12861823,-0.291640865,3859.4049115 +252,-1.704390658,0.5281680612,297,-1.12861823,-0.291640865,3919.9984881 +253,-1.64434733,0.5254277498,297,-1.12861823,-0.291640865,3787.6908072 +254,-1.703855997,0.4792484842,297,-1.12861823,-0.291640865,3768.6334351 +255,-1.692002383,0.5748825051,297,-1.12861823,-0.291640865,4040.7491781 +256,-1.854136457,0.5544643913,297,-1.12861823,-0.291640865,4338.2514212 +257,-1.665021206,0.520317736,297,-1.12861823,-0.291640865,3812.9779216 +258,-1.733654349,0.4845187345,297,-1.12861823,-0.291640865,3852.4517354 +259,-1.720938188,0.5135933906,297,-1.12861823,-0.291640865,3911.2252525 +260,-1.742668307,0.553296122,297,-1.12861823,-0.291640865,4079.3683717 +261,-1.965659039,0.7142126903,297,-1.12861823,-0.291640865,5030.3818234 +262,-1.944438071,0.6772834804,297,-1.12861823,-0.291640865,4884.4448114 +263,-1.270340967,0.7681487096,297,-1.12861823,-0.291640865,4229.1189636 +264,-1.353091884,0.6549276821,297,-1.12861823,-0.291640865,3841.622717 +265,-1.333236659,0.6413584414,297,-1.12861823,-0.291640865,3773.9742663 +266,-1.352015998,0.6753788907,297,-1.12861823,-0.291640865,3919.0677551 +267,-1.377988483,0.6577816235,297,-1.12861823,-0.291640865,3873.734203 +268,-2.13075611,0.8318642051,297,-1.12861823,-0.291640865,5686.2257822 +269,-2.097910953,0.8259670014,297,-1.12861823,-0.291640865,5601.4925059 +270,-1.416382069,0.6694271549,297,-1.12861823,-0.291640865,3954.1265679 +271,-1.538905672,0.7535625993,297,-1.12861823,-0.291640865,4400.7048385 +272,-1.572309477,0.7803125099,297,-1.12861823,-0.291640865,4537.7137408 +273,-1.87759879,0.7503853417,297,-1.12861823,-0.291640865,4944.2642588 +274,1.152365588,0.590457682,297,-1.12861823,-0.291640865,9177.3042698 +275,0.350198001,0.718001859,297,-1.12861823,-0.291640865,6709.9777129 +276,0.046513677,0.491503852,297,-1.12861823,-0.291640865,5465.7371429 +277,0.027510309,0.742571376,297,-1.12861823,-0.291640865,5865.4843265 +278,0.306285725,-0.214631579,297,-1.12861823,-0.291640865,5472.7349996 +279,-1.100564889,0.318051531,297,-1.12861823,-0.291640865,2417.4665772 +280,-1.078582306,0.301437596,297,-1.12861823,-0.291640865,2357.2834806 +281,-1.137371989,-0.617634065,297,-1.12861823,-0.291640865,1291.6290351 +282,0.784356344,0.703272339,297,-1.12861823,-0.291640865,7987.2392332 +283,-1.221209947,0.218327455,297,-1.12861823,-0.291640865,2052.2500138 +284,2.347301921,-0.449114658,297,-1.12861823,-0.291640865,9239.206426 +285,0.246820618,0.830553713,297,-1.12861823,-0.291640865,6566.5038729 +286,0.829414965,0.703288228,297,-1.12861823,-0.291640865,8123.3630521 +287,-1.337537566,0.42332223,297,-1.12861823,-0.291640865,2944.853934 +288,0.882453706,0.454478077,297,-1.12861823,-0.291640865,8263.8566258 +289,1.575629659,0.416419109,297,-1.12861823,-0.291640865,10748.397861 +290,-1.039455679,0.229888244,297,-1.12861823,-0.291640865,2095.0417446 +291,0.489558039,0.934482747,297,-1.12861823,-0.291640865,7256.4109419 +292,0.081344504,0.88384514,297,-1.12861823,-0.291640865,6253.0678098 +293,-1.547979814,0.300350308,297,-1.12861823,-0.291640865,2859.4276851 +294,0.040776181,0.168560074,297,-1.12861823,-0.291640865,4928.9024047 +295,-1.130374745,0.563894876,297,-1.12861823,-0.291640865,3388.7836223 +296,1.578326642,0.478507176,297,-1.12861823,-0.291640865,10689.759255 +297,-1.12861823,-0.291640865,297,-1.12861823,-0.291640865,0 +298,0.310524208,0.770885792,297,-1.12861823,-0.291640865,6659.1262022 +299,0.415649091,-0.387246002,297,-1.12861823,-0.291640865,5697.1217485 +300,-0.926533878,-0.188022748,297,-1.12861823,-0.291640865,878.79209731 +301,1.258856172,-0.11716081,297,-1.12861823,-0.291640865,9075.5175778 +302,-1.126050026,0.322941926,297,-1.12861823,-0.291640865,2434.3830109 +303,2.002785835,0.07893892,297,-1.12861823,-0.291640865,11600.406746 +304,0.440437607,0.746258085,297,-1.12861823,-0.291640865,6995.1612695 +305,-0.030391866,0.214441206,297,-1.12861823,-0.291640865,4742.8810798 +306,0.521557815,-0.058929362,297,-1.12861823,-0.291640865,6455.2920945 +307,-0.097005111,0.13317729,297,-1.12861823,-0.291640865,4376.5188755 +308,1.83113859,0.221857587,297,-1.12861823,-0.291640865,11694.589203 +309,0.222428864,0.099404236,297,-1.12861823,-0.291640865,5508.1960882 +310,-1.702731345,0.8728568183,297,-1.12861823,-0.291640865,5029.4329392 +311,-0.418507569,0.278324921,297,-1.12861823,-0.291640865,3576.442252 +312,-1.41153306,0.339029988,297,-1.12861823,-0.291640865,2730.1145684 +313,0.357560442,0.114788776,297,-1.12861823,-0.291640865,6033.7732542 +314,0.325818979,0.268352149,297,-1.12861823,-0.291640865,6099.1944088 +315,-1.246004659,-0.663679965,297,-1.12861823,-0.291640865,1529.2250548 +316,1.814603087,0.637404484,297,-1.12861823,-0.291640865,10907.550929 +317,1.843704281,-0.18300445,297,-1.12861823,-0.291640865,10450.271133 +318,1.690644492,-0.211480909,297,-1.12861823,-0.291640865,10084.981209 +319,-1.275451936,0.068109467,297,-1.12861823,-0.291640865,1536.5043549 +320,0.762430171,-0.207594741,297,-1.12861823,-0.291640865,7164.7189568 +321,0.265668905,-0.014647884,297,-1.12861823,-0.291640865,5535.7286 +322,-2.773032013,-0.335515811,297,-1.12861823,-0.291640865,6110.3996391 +323,-1.469512853,0.174058777,297,-1.12861823,-0.291640865,2277.3279359 +324,0.286276986,0.785925691,297,-1.12861823,-0.291640865,6611.9859414 +325,-1.379324697,0.377432233,297,-1.12861823,-0.291640865,2823.2300233 +326,-1.203778265,0.212813032,297,-1.12861823,-0.291640865,2019.6955669 +327,0.579916301,0.611743168,297,-1.12861823,-0.291640865,7316.276422 +328,0.267582642,0.868113908,297,-1.12861823,-0.291640865,6666.0528536 +329,0.412869244,-0.050245578,297,-1.12861823,-0.291640865,6053.6399019 +330,0.17524381,0.976660285,297,-1.12861823,-0.291640865,6606.0591299 +331,0.743157214,0.204812899,297,-1.12861823,-0.291640865,7581.2477592 +332,-1.070758176,0.269382282,297,-1.12861823,-0.291640865,2233.6880888 +333,-1.230364251,0.329790229,297,-1.12861823,-0.291640865,2493.1953212 +334,-1.374813124,-0.024926835,297,-1.12861823,-0.291640865,1427.371788 +335,0.519780566,0.463669906,297,-1.12861823,-0.291640865,6999.307419 +336,-1.55108034,0.239698561,297,-1.12861823,-0.291640865,2676.0550309 +337,0.180294813,0.029739425,297,-1.12861823,-0.291640865,5264.7347116 +338,0.67820924,0.268170153,297,-1.12861823,-0.291640865,7396.2599082 +339,0.445798684,1.024001867,297,-1.12861823,-0.291640865,7212.1782603 +340,0.691751283,0.150521402,297,-1.12861823,-0.291640865,7333.6657256 +341,-1.036643551,-0.903056181,297,-1.12861823,-0.291640865,2439.0597807 +342,-0.120287036,1.083325163,297,-1.12861823,-0.291640865,6280.5466799 +343,2.823513113,-0.304487164,297,-1.12861823,-0.291640865,8497.6770507 +344,0.457583172,1.12513373,297,-1.12861823,-0.291640865,7287.5671732 +345,0.042918831,0.813795399,297,-1.12861823,-0.291640865,6036.9243526 +346,1.196146777,-0.853142756,297,-1.12861823,-0.291640865,7078.4115926 +347,0.206001358,-0.010430701,297,-1.12861823,-0.291640865,5314.4899361 +348,-0.268308653,0.234799412,297,-1.12861823,-0.291640865,3959.4548944 +349,0.759363263,0.736189579,297,-1.12861823,-0.291640865,7914.5123318 +350,0.181363926,0.891988372,297,-1.12861823,-0.291640865,6494.3271714 +351,-0.021111158,0.139103292,297,-1.12861823,-0.291640865,4660.706086 +352,-0.093355215,0.630686981,297,-1.12861823,-0.291640865,5322.296185 +353,0.40118964,0.681375926,297,-1.12861823,-0.291640865,6820.7992065 +354,-0.721197315,1.304706234,297,-1.12861823,-0.291640865,6404.8431053 +355,-1.076150317,0.212107639,297,-1.12861823,-0.291640865,2005.8952589 +356,-1.577164531,0.273993443,297,-1.12861823,-0.291640865,2844.506406 +357,-0.190788414,0.182208586,297,-1.12861823,-0.291640865,4124.6677562 +358,-0.261349752,0.209710184,297,-1.12861823,-0.291640865,3933.3420076 +359,-1.029303852,0.083549259,297,-1.12861823,-0.291640865,1536.1632458 +360,-1.268609162,0.330525297,297,-1.12861823,-0.291640865,2524.0112027 +361,1.282982244,-0.926641967,297,-1.12861823,-0.291640865,7014.2247956 +362,0.217352334,0.731352408,297,-1.12861823,-0.291640865,6353.1042068 +363,-1.511833084,0.258629297,297,-1.12861823,-0.291640865,2644.9127321 +364,0.338812194,0.823184618,297,-1.12861823,-0.291640865,6792.9201127 +365,-0.324406489,1.134201999,297,-1.12861823,-0.291640865,6141.1677999 +366,1.389579348,0.399185724,297,-1.12861823,-0.291640865,10087.635087 +367,2.047152199,-0.039082036,297,-1.12861823,-0.291640865,11127.054468 +368,0.947780369,0.568250077,297,-1.12861823,-0.291640865,8508.376208 +369,0.763824846,0.576754987,297,-1.12861823,-0.291640865,7897.8288301 +370,-0.142334657,0.928153068,297,-1.12861823,-0.291640865,5878.6083248 +371,0.610266567,0.547265983,297,-1.12861823,-0.291640865,7372.6557469 +372,0.210731629,0.746815056,297,-1.12861823,-0.291640865,6356.9760893 +373,-1.34931644,0.316895224,297,-1.12861823,-0.291640865,2559.3758924 +374,2.407696481,0.655030745,297,-1.12861823,-0.291640865,10452.704872 +375,0.64207831,0.545359131,297,-1.12861823,-0.291640865,7477.6732117 +376,1.174597538,0.840588356,297,-1.12861823,-0.291640865,8980.0627032 +377,0.660059424,0.010604079,297,-1.12861823,-0.291640865,7060.2602653 +378,-0.730263819,0.010486456,297,-1.12861823,-0.291640865,1962.7955369 +379,0.831068936,0.512339172,297,-1.12861823,-0.291640865,8103.9956256 +380,1.301180979,0.72367476,297,-1.12861823,-0.291640865,9485.6444784 +381,1.811128231,0.322854402,297,-1.12861823,-0.291640865,11671.970127 +382,0.435105812,0.992284428,297,-1.12861823,-0.291640865,7169.8371046 +383,0.62643634,0.592027932,297,-1.12861823,-0.291640865,7454.0299098 +384,0.492988703,-0.516339467,297,-1.12861823,-0.291640865,5826.5613831 +385,-0.162469483,0.112549365,297,-1.12861823,-0.291640865,4107.9016379 +386,0.314630866,0.472006421,297,-1.12861823,-0.291640865,6309.947512 +387,0.166744804,0.822815954,297,-1.12861823,-0.291640865,6355.0618613 +388,0.417159608,0.965805736,297,-1.12861823,-0.291640865,7112.1632105 +389,0.106334961,0.868774244,297,-1.12861823,-0.291640865,6284.1195672 +390,0.815086969,-0.338144359,297,-1.12861823,-0.291640865,7156.6547762 +391,0.59867455,-0.230624824,297,-1.12861823,-0.291640865,6537.5569711 +392,1.915104874,0.066220985,297,-1.12861823,-0.291640865,11473.235847 +393,1.278093622,0.064463721,297,-1.12861823,-0.291640865,9449.5780491 +394,-0.061477853,0.302997961,297,-1.12861823,-0.291640865,4782.7212678 +395,0.251311504,0.626976942,297,-1.12861823,-0.291640865,6307.2884846 +396,2.950242872,0.149095644,297,-1.12861823,-0.291640865,8787.7605176 +397,-0.180294708,0.35375117,297,-1.12861823,-0.291640865,4486.5029269 +398,1.010448592,-0.351180233,297,-1.12861823,-0.291640865,7787.6877968 +399,-1.748740498,0.3686318073,297,-1.12861823,-0.291640865,3555.4616674 +400,2.699635665,0.123533791,297,-1.12861823,-0.291640865,9706.0841596 +401,0.496808033,0.823843254,297,-1.12861823,-0.291640865,7208.501248 +402,0.129574704,0.763364087,297,-1.12861823,-0.291640865,6166.3277846 +403,1.798920311,0.817447563,297,-1.12861823,-0.291640865,10245.988112 +404,0.335987953,0.746786541,297,-1.12861823,-0.291640865,6701.6290515 +405,-1.085413643,0.292154671,297,-1.12861823,-0.291640865,2318.5575495 +406,-0.155321003,0.508207011,297,-1.12861823,-0.291640865,4886.4212241 +407,0.620529244,-0.301175104,297,-1.12861823,-0.291640865,6527.1270245 +408,1.684402744,0.368716966,297,-1.12861823,-0.291640865,11176.35937 +409,0.300582244,-0.386397212,297,-1.12861823,-0.291640865,5288.1958845 +410,2.913555946,-0.009225192,297,-1.12861823,-0.291640865,8732.5847194 +411,1.465101417,0.493232532,297,-1.12861823,-0.291640865,10293.874048 +412,0.090612882,0.907955955,297,-1.12861823,-0.291640865,6315.7253636 +413,2.987564726,-0.729568594,297,-1.12861823,-0.291640865,7056.9676852 +414,-1.484261606,0.224149272,297,-1.12861823,-0.291640865,2472.2068229 +415,0.164073421,0.303955133,297,-1.12861823,-0.291640865,5566.0278243 +416,0.141441293,0.167552546,297,-1.12861823,-0.291640865,5295.3693803 +417,2.931321023,-0.506718887,297,-1.12861823,-0.291640865,7718.4423925 +418,2.21951565,0.700596356,297,-1.12861823,-0.291640865,10675.363543 +419,0.268112576,1.199114336,297,-1.12861823,-0.291640865,7050.4484353 +420,0.978913739,0.359223811,297,-1.12861823,-0.291640865,8574.1820012 +421,1.210898818,0.522863584,297,-1.12861823,-0.291640865,9408.4970922 +422,2.347397336,0.129231362,297,-1.12861823,-0.291640865,10999.176719 +423,0.614394501,0.556878345,297,-1.12861823,-0.291640865,7392.7354046 +424,-1.398079356,0.148483366,297,-1.12861823,-0.291640865,2038.1082116 +425,2.535303836,-0.112984496,297,-1.12861823,-0.291640865,9844.8855051 +426,-1.019372593,-0.405322349,297,-1.12861823,-0.291640865,606.55570503 +427,-1.297785627,-0.160104069,297,-1.12861823,-0.291640865,834.96777669 +428,2.144554488,0.205051084,297,-1.12861823,-0.291640865,11833.397955 +429,-2.242387083,-0.426171285,297,-1.12861823,-0.291640865,4130.9876162 +430,0.338637212,0.909723676,297,-1.12861823,-0.291640865,6883.2125892 +431,-0.148798452,0.691042401,297,-1.12861823,-0.291640865,5310.9405044 +432,0.893524764,0.441829531,297,-1.12861823,-0.291640865,8298.5796737 +433,0.969229347,-0.368847936,297,-1.12861823,-0.291640865,7620.0226309 +434,0.436043248,0.800045688,297,-1.12861823,-0.291640865,7028.2892765 +435,1.687946607,1.081504775,297,-1.12861823,-0.291640865,9185.8261603 +436,0.522302046,-0.034889271,297,-1.12861823,-0.291640865,6485.8522915 +437,-0.178996113,-0.438090009,297,-1.12861823,-0.291640865,3538.8635776 +438,-1.094339566,0.301444068,297,-1.12861823,-0.291640865,2353.0143298 +439,-1.064070054,0.242569932,297,-1.12861823,-0.291640865,2131.0233138 +440,-1.068153768,0.230387998,297,-1.12861823,-0.291640865,2081.2523558 +441,-3.00496892,-0.23989155,297,-1.12861823,-0.291640865,7066.2678751 +442,0.21751974,0.766874888,297,-1.12861823,-0.291640865,6403.6721844 +443,0.117229532,0.007619006,297,-1.12861823,-0.291640865,5000.1658009 +444,0.777758451,0.420554741,297,-1.12861823,-0.291640865,7874.9367309 +445,-0.252356999,0.250747086,297,-1.12861823,-0.291640865,4044.2946526 +446,0.363148444,0.768483434,297,-1.12861823,-0.291640865,6800.217889 +447,0.903191366,-0.118210676,297,-1.12861823,-0.291640865,7805.3349796 +448,-0.205755923,0.149406178,297,-1.12861823,-0.291640865,4014.8309879 +449,1.811996086,0.02364353,297,-1.12861823,-0.291640865,11124.402462 +450,-1.100670221,0.314845373,297,-1.12861823,-0.291640865,2404.762363 +451,0.340078597,0.850105132,297,-1.12861823,-0.291640865,6824.7860461 +452,0.258757267,0.804969236,297,-1.12861823,-0.291640865,6563.6480251 +453,2.78505352,-0.155160804,297,-1.12861823,-0.291640865,8939.5981662 +454,0.800551619,0.105822106,297,-1.12861823,-0.291640865,7699.4629423 +455,0.437940882,-0.506194031,297,-1.12861823,-0.291640865,5653.7286699 +456,2.230431122,0.63458615,297,-1.12861823,-0.291640865,10885.512357 +457,0.527965361,0.127667701,297,-1.12861823,-0.291640865,6690.4299574 +458,-0.063643205,0.702093448,297,-1.12861823,-0.291640865,5550.8036939 +459,1.408447268,0.133010502,297,-1.12861823,-0.291640865,10024.533012 +460,0.523795955,0.280266966,297,-1.12861823,-0.291640865,6836.6430534 +461,-0.975769313,0.072177659,297,-1.12861823,-0.291640865,1560.359161 +462,0.549774164,-0.463663986,297,-1.12861823,-0.291640865,6076.9416839 +463,0.29245874,1.095549818,297,-1.12861823,-0.291640865,6980.3000777 +464,0.143625958,0.816809593,297,-1.12861823,-0.291640865,6288.2591458 +465,0.671902494,0.611159853,297,-1.12861823,-0.291640865,7611.2422378 +466,1.239840988,0.6724199,297,-1.12861823,-0.291640865,9379.4711726 +467,0.607829703,-0.10932137,297,-1.12861823,-0.291640865,6720.8204394 +468,1.763020906,0.263996692,297,-1.12861823,-0.291640865,11485.693685 +469,0.378714634,0.726066797,297,-1.12861823,-0.291640865,6800.1987262 +470,2.196736143,-0.153862366,297,-1.12861823,-0.291640865,10537.973767 +471,0.01702415,0.148991565,297,-1.12861823,-0.291640865,4814.0925452 +472,-2.998490902,-0.158002487,297,-1.12861823,-0.291640865,7155.1919136 +473,-3.051262951,-0.346595608,297,-1.12861823,-0.291640865,7071.2433696 +474,-1.069176439,0.182802941,297,-1.12861823,-0.291640865,1893.6432868 +475,0.167157509,0.595344954,297,-1.12861823,-0.291640865,6007.4950687 +476,0.613855648,0.681746124,297,-1.12861823,-0.291640865,7463.0369048 +477,1.037012736,0.682555367,297,-1.12861823,-0.291640865,8760.1017982 +478,-1.253574971,0.379755746,297,-1.12861823,-0.291640865,2703.2590904 +479,3.108590453,-0.132620738,297,-1.12861823,-0.291640865,7836.0192696 +480,0.565301296,0.022333262,297,-1.12861823,-0.291640865,6714.4271524 +481,0.547898238,0.855555614,297,-1.12861823,-0.291640865,7359.8294809 +482,0.948309381,0.417393755,297,-1.12861823,-0.291640865,8486.2238967 +483,-0.050600732,0.945269213,297,-1.12861823,-0.291640865,6094.2861111 +484,-0.977651478,-0.572363064,297,-1.12861823,-0.291640865,1236.1331186 +485,1.102014914,0.728861163,297,-1.12861823,-0.291640865,8918.6864843 +486,2.927300795,-0.282939414,297,-1.12861823,-0.291640865,8209.7110439 +487,-1.154565557,0.124434095,297,-1.12861823,-0.291640865,1651.2052744 +488,1.855331234,0.291044755,297,-1.12861823,-0.291640865,11845.784251 +489,0.830290659,0.276904518,297,-1.12861823,-0.291640865,7970.5360566 +490,0.485104466,-0.234867441,297,-1.12861823,-0.291640865,6115.2089802 +491,0.521367572,-0.33161327,297,-1.12861823,-0.291640865,6134.8922445 +1,-1.539031704,0.7349710123,298,0.310524208,0.770885792,4928.3249974 +2,-1.536990553,0.7349663874,298,0.310524208,0.770885792,4923.9684795 +3,-1.534951779,0.7349571355,298,0.310524208,0.770885792,4919.6253932 +4,-1.532906461,0.7349480293,298,0.310524208,0.770885792,4915.2636624 +5,-1.531320211,0.7346937278,298,0.310524208,0.770885792,4912.5465929 +6,-1.539451648,0.7335131775,298,0.310524208,0.770885792,4933.1833085 +7,-1.537429487,0.7335445708,298,0.310524208,0.770885792,4928.7663352 +8,-1.535484998,0.7335658704,298,0.310524208,0.770885792,4924.5394233 +9,-1.533488396,0.7336036027,298,0.310524208,0.770885792,4920.1524566 +10,-1.531497785,0.7335842962,298,0.310524208,0.770885792,4915.9289137 +11,-1.530259379,0.7334777758,298,0.310524208,0.770885792,4913.5548182 +12,-1.5335454,0.7322346912,298,0.310524208,0.770885792,4923.9829369 +13,-1.531489083,0.7322238773,298,0.310524208,0.770885792,4919.5913079 +14,-1.530011122,0.7321679851,298,0.310524208,0.770885792,4916.5623461 +15,-1.53348106,0.7306614094,298,0.310524208,0.770885792,4928.1078796 +16,-1.531441779,0.7306962275,298,0.310524208,0.770885792,4923.6246399 +17,-1.529755654,0.7306933243,298,0.310524208,0.770885792,4920.0005412 +18,-1.533415048,0.7291384674,298,0.310524208,0.770885792,4932.0942076 +19,-1.531392093,0.7291705353,298,0.310524208,0.770885792,4927.6490037 +20,-1.529296523,0.7291214933,298,0.310524208,0.770885792,4923.262681 +21,-1.535280942,0.727267644,298,0.310524208,0.770885792,4941.1891428 +22,-1.533378158,0.7276139666,298,0.310524208,0.770885792,4936.1488967 +23,-1.531340368,0.7276446587,298,0.310524208,0.770885792,4931.6709124 +24,-1.528960113,0.7276398177,298,0.310524208,0.770885792,4926.5454666 +25,-1.533313146,0.7260818349,298,0.310524208,0.770885792,4940.165094 +26,-1.531259555,0.7260958115,298,0.310524208,0.770885792,4935.6936821 +27,-1.528926415,0.7260865555,298,0.310524208,0.770885792,4930.6766363 +28,-1.531226779,0.7245511789,298,0.310524208,0.770885792,4939.8102302 +29,-1.528904772,0.7245519194,298,0.310524208,0.770885792,4934.7850284 +30,-1.547195875,0.7409785979,298,0.310524208,0.770885792,4929.3887713 +31,-1.5451475,0.740980426,298,0.310524208,0.770885792,4925.0338543 +32,-1.543097679,0.7409798872,298,0.310524208,0.770885792,4920.6780688 +33,-1.540720364,0.7409892687,298,0.310524208,0.770885792,4915.5939161 +34,-1.547188511,0.7395198392,298,0.310524208,0.770885792,4933.345663 +35,-1.545148587,0.7395226109,298,0.310524208,0.770885792,4929.0018109 +36,-1.543104538,0.7395314908,298,0.310524208,0.770885792,4924.6283949 +37,-1.540727751,0.7395306258,298,0.310524208,0.770885792,4919.5682048 +38,-1.547187029,0.7380014886,298,0.310524208,0.770885792,4937.4789081 +39,-1.545147315,0.7380012252,298,0.310524208,0.770885792,4933.1392865 +40,-1.54310719,0.7380060743,298,0.310524208,0.770885792,4928.7806874 +41,-1.540719671,0.7380068206,298,0.310524208,0.770885792,4923.6879967 +42,-1.547187189,0.7364799098,298,0.310524208,0.770885792,4941.6260573 +43,-1.545149996,0.7364853874,298,0.310524208,0.770885792,4937.2717042 +44,-1.543106091,0.7364823484,298,0.310524208,0.770885792,4932.9220406 +45,-1.540717158,0.7364893901,298,0.310524208,0.770885792,4927.8039818 +46,-1.538663972,0.7410138672,298,0.310524208,0.770885792,4911.1468897 +47,-1.53695285,0.7409699132,298,0.310524208,0.770885792,4907.6178471 +48,-1.534910498,0.7409641297,298,0.310524208,0.770885792,4903.2752869 +49,-1.533145034,0.7409536636,298,0.310524208,0.770885792,4899.5328452 +50,-1.538681336,0.7395405883,298,0.310524208,0.770885792,4915.1777916 +51,-1.536999189,0.7395183096,298,0.310524208,0.770885792,4911.6483216 +52,-1.534923633,0.7395144222,298,0.310524208,0.770885792,4907.2254818 +53,-1.533267822,0.7395654306,298,0.310524208,0.770885792,4903.5476884 +54,-1.53867273,0.7380151077,298,0.310524208,0.770885792,4919.2964729 +55,-1.536980576,0.7379994392,298,0.310524208,0.770885792,4915.7240047 +56,-1.534931522,0.7379944961,298,0.310524208,0.770885792,4911.356128 +57,-1.533387952,0.7379480264,298,0.310524208,0.770885792,4908.178602 +58,-1.538682279,0.7364914363,298,0.310524208,0.770885792,4923.4506862 +59,-1.536980704,0.7364810563,298,0.310524208,0.770885792,4919.8400411 +60,-1.534935567,0.7364752065,298,0.310524208,0.770885792,4915.4785296 +61,-1.533042592,0.7363876366,298,0.310524208,0.770885792,4911.6600382 +62,-1.545143426,0.7349628011,298,0.310524208,0.770885792,4941.4043959 +63,-1.543105297,0.7349691947,298,0.310524208,0.770885792,4937.0369144 +64,-1.541064533,0.7349647152,298,0.310524208,0.770885792,4932.6892043 +65,-1.545411803,0.7334624714,298,0.310524208,0.770885792,4946.0651371 +66,-1.543446606,0.7334780896,298,0.310524208,0.770885792,4941.824564 +67,-1.541475327,0.7334957295,298,0.310524208,0.770885792,4937.5616793 +68,-1.545401939,0.731963266,298,0.310524208,0.770885792,4950.1307989 +69,-1.54342253,0.7319915583,298,0.310524208,0.770885792,4945.821047 +70,-1.541455867,0.7320216438,298,0.310524208,0.770885792,4941.5299183 +71,-1.545410146,0.7304422281,298,0.310524208,0.770885792,4954.2961879 +72,-1.543435491,0.7304713664,298,0.310524208,0.770885792,4949.989993 +73,-1.541463105,0.7304997613,298,0.310524208,0.770885792,4945.6869189 +74,-1.545414768,0.7289194936,298,0.310524208,0.770885792,4958.4601586 +75,-1.543435774,0.7289538557,298,0.310524208,0.770885792,4954.1261131 +76,-1.541457714,0.7289765881,298,0.310524208,0.770885792,4949.8219829 +77,-1.539449415,0.7320555866,298,0.310524208,0.770885792,4937.1393099 +78,-1.537429183,0.7321097681,298,0.310524208,0.770885792,4932.6603456 +79,-1.535472649,0.7321497267,298,0.310524208,0.770885792,4928.3529452 +80,-1.539457899,0.7305333307,298,0.310524208,0.770885792,4941.2956089 +81,-1.537453161,0.7305750503,298,0.310524208,0.770885792,4936.8793222 +82,-1.535479385,0.7306124949,298,0.310524208,0.770885792,4932.5373919 +83,-1.53946905,0.7290102593,298,0.310524208,0.770885792,4945.4615159 +84,-1.537459922,0.7290417293,298,0.310524208,0.770885792,4941.0592618 +85,-1.535451349,0.7290890157,298,0.310524208,0.770885792,4936.6114082 +86,-1.535522937,0.7279887191,298,0.310524208,0.770885792,4939.752437 +87,-1.539442524,0.7274735939,298,0.310524208,0.770885792,4949.5850874 +88,-1.537424111,0.727521351,298,0.310524208,0.770885792,4945.1141011 +89,-1.539384641,0.7259505092,298,0.310524208,0.770885792,4953.6057392 +90,-1.537372391,0.7259947145,298,0.310524208,0.770885792,4949.1531506 +91,-1.535340789,0.7260435356,298,0.310524208,0.770885792,4944.6424984 +92,-1.539325716,0.7244369706,298,0.310524208,0.770885792,4957.5995047 +93,-1.537308932,0.7244801057,298,0.310524208,0.770885792,4953.1355714 +94,-1.535289068,0.7245247645,298,0.310524208,0.770885792,4948.6570205 +95,-1.533261366,0.7245550236,298,0.310524208,0.770885792,4944.1967973 +96,-1.539267302,0.722921924,298,0.310524208,0.770885792,4961.5998069 +97,-1.537248972,0.7229660258,298,0.310524208,0.770885792,4957.1254215 +98,-1.535219431,0.7229916471,298,0.310524208,0.770885792,4952.6732164 +99,-1.53318962,0.7230212049,298,0.310524208,0.770885792,4948.2057677 +100,-1.531154816,0.7230299897,298,0.310524208,0.770885792,4943.7799135 +101,-1.528878341,0.7230370244,298,0.310524208,0.770885792,4938.8311426 +102,-1.539218189,0.7214009878,298,0.310524208,0.770885792,4965.6375604 +103,-1.537198791,0.7214422745,298,0.310524208,0.770885792,4961.1640487 +104,-1.535179266,0.7214634354,298,0.310524208,0.770885792,4956.7411376 +105,-1.533156501,0.7214944644,298,0.310524208,0.770885792,4952.2804514 +106,-1.53113574,0.7215166021,298,0.310524208,0.770885792,4947.8443237 +107,-1.528874248,0.7215345535,298,0.310524208,0.770885792,4942.8935429 +108,-1.539217656,0.7198512397,298,0.310524208,0.770885792,4969.8601939 +109,-1.537199919,0.7199428763,298,0.310524208,0.770885792,4965.2487102 +110,-1.545425832,0.727397149,298,0.310524208,0.770885792,4962.638493 +111,-1.543371177,0.7273916949,298,0.310524208,0.770885792,4958.246351 +112,-1.541368852,0.7274523163,298,0.310524208,0.770885792,4953.7823485 +113,-1.545349067,0.7258710923,298,0.310524208,0.770885792,4966.6401089 +114,-1.54332671,0.7258603556,298,0.310524208,0.770885792,4962.3271496 +115,-1.541346831,0.7259242142,298,0.310524208,0.770885792,4957.8980796 +116,-1.545324355,0.7243383958,298,0.310524208,0.770885792,4970.772939 +117,-1.543292796,0.7243617413,298,0.310524208,0.770885792,4966.3427572 +118,-1.541295822,0.7244024384,298,0.310524208,0.770885792,4961.9356896 +119,-1.543193859,0.7205570215,298,0.310524208,0.770885792,4976.5162348 +120,-1.550257047,0.7386738187,298,0.310524208,0.770885792,4942.1689249 +121,-1.549335448,0.7311736483,298,0.310524208,0.770885792,4960.6878236 +122,-1.533478843,0.7179891343,298,0.310524208,0.770885792,4962.5055654 +123,-1.556150555,0.738907041,298,0.310524208,0.770885792,4954.0236682 +124,-1.554324226,0.733414257,298,0.310524208,0.770885792,4965.1867956 +125,-1.554290846,0.7288285332,298,0.310524208,0.770885792,4977.6794747 +126,-1.55122487,0.7219795312,298,0.310524208,0.770885792,4989.8963532 +127,-1.525104458,0.7229399862,298,0.310524208,0.770885792,4930.9098641 +128,-1.519607711,0.7236181429,298,0.310524208,0.770885792,4917.1359525 +129,-1.513899999,0.7251107854,298,0.310524208,0.770885792,4900.6950157 +130,-1.536620762,0.7431061895,298,0.310524208,0.770885792,4901.1273836 +131,-1.5369566,0.7460845958,298,0.310524208,0.770885792,4893.7853953 +132,-1.545345528,0.7447040685,298,0.310524208,0.770885792,4915.3310758 +133,-1.532813921,0.7432306626,298,0.310524208,0.770885792,4892.6749795 +134,-1.554788248,0.7382381001,298,0.310524208,0.770885792,4952.9692381 +135,-1.540348126,0.7301594274,298,0.310524208,0.770885792,4944.2222464 +136,-1.538016084,0.7239051786,298,0.310524208,0.770885792,4956.2246149 +137,-1.525288962,0.7258085137,298,0.310524208,0.770885792,4923.5562426 +138,-1.534326986,0.731241342,298,0.310524208,0.770885792,4928.3548954 +139,-1.530733872,0.7303625216,298,0.310524208,0.770885792,4923.003307 +141,-1.534354939,0.7328219978,298,0.310524208,0.770885792,4924.1304774 +142,-1.53157084,0.7292888153,298,0.310524208,0.770885792,4927.7138854 +143,-1.525691035,0.7263799874,298,0.310524208,0.770885792,4922.8827541 +144,-1.534031287,0.7495967835,298,0.310524208,0.770885792,4878.0856138 +145,-1.527714986,0.7283095957,298,0.310524208,0.770885792,4922.0441159 +146,-1.526189586,0.7271468292,298,0.310524208,0.770885792,4921.8894649 +147,-1.555177336,0.7375563366,298,0.310524208,0.770885792,4955.6591449 +148,-1.555080283,0.7312707794,298,0.310524208,0.770885792,4972.667269 +149,-1.53856994,0.7224180299,298,0.310524208,0.770885792,4961.4679459 +150,-1.530837883,0.729933372,298,0.310524208,0.770885792,4924.3890479 +151,-1.515066984,0.5854133365,298,0.310524208,0.770885792,5285.1146969 +152,-1.534731633,0.5368370046,298,0.310524208,0.770885792,5467.6191538 +153,-1.515231902,0.5607085576,298,0.310524208,0.770885792,5354.1644221 +154,-2.616253799,1.0684566605,298,0.310524208,0.770885792,5125.565193 +155,-1.956071439,0.5792177723,298,0.310524208,0.770885792,6235.3861258 +156,-1.951208514,0.5602434208,298,0.310524208,0.770885792,6289.1222607 +157,-1.944675062,0.6062144545,298,0.310524208,0.770885792,6125.5940328 +158,-1.613778386,0.6077989518,298,0.310524208,0.770885792,5448.3759222 +159,-2.035029014,0.6021432345,298,0.310524208,0.770885792,6296.6668874 +160,-2.114989471,0.6801825058,298,0.310524208,0.770885792,6152.4896962 +161,-2.037382079,0.5765830025,298,0.310524208,0.770885792,6387.588979 +162,-2.129855121,0.6585019963,298,0.310524208,0.770885792,6249.9901533 +163,-2.075141798,0.6493615843,298,0.310524208,0.770885792,6199.6579953 +164,-1.828626729,0.6948433129,298,0.310524208,0.770885792,5627.3311272 +165,-1.863329418,0.6735427691,298,0.310524208,0.770885792,5758.8680517 +166,-1.266037071,0.727988852,298,0.310524208,0.770885792,4326.250717 +167,-1.277579582,0.7249010648,298,0.310524208,0.770885792,4361.0407496 +168,-1.258418684,0.7241194816,298,0.310524208,0.770885792,4317.022786 +169,-1.317813974,0.6804850104,298,0.310524208,0.770885792,4564.5341742 +170,-1.344165204,0.6790988904,298,0.310524208,0.770885792,4631.2969659 +171,-1.427582102,0.5277120351,298,0.310524208,0.770885792,5230.6143839 +172,-1.402238616,0.457167829,298,0.310524208,0.770885792,5357.551302 +173,-1.422454264,0.4996161999,298,0.310524208,0.770885792,5293.9132873 +174,-1.439089277,0.4894859811,298,0.310524208,0.770885792,5363.6008099 +175,-1.448126995,0.5182330266,298,0.310524208,0.770885792,5307.6471815 +176,-1.474626146,0.5881926574,298,0.310524208,0.770885792,5181.4431335 +177,-1.421139645,0.5584869783,298,0.310524208,0.770885792,5131.6645263 +178,-1.457037165,0.565943032,298,0.310524208,0.770885792,5199.5584963 +179,-2.757159358,0.3745319,298,0.310524208,0.770885792,7898.9274579 +180,-2.714309238,0.342054471,298,0.310524208,0.770885792,8015.2011246 +181,-2.000525337,0.774119946,298,0.310524208,0.770885792,5660.8707113 +183,-1.571413436,0.6777838382,298,0.310524208,0.770885792,5156.0133866 +184,-1.552860289,0.6987663893,298,0.310524208,0.770885792,5057.2704039 +185,-1.521852374,0.7165827476,298,0.310524208,0.770885792,4941.0206831 +186,-1.503656267,0.6928968252,298,0.310524208,0.770885792,4964.7860694 +187,-1.502753178,0.7136205882,298,0.310524208,0.770885792,4907.087634 +188,-1.631894563,0.7343596465,298,0.310524208,0.770885792,5124.2848407 +189,-1.653765416,0.6770714026,298,0.310524208,0.770885792,5334.4612038 +190,-1.719812114,0.6715965947,298,0.310524208,0.770885792,5486.8976021 +191,-1.493406659,0.6646955447,298,0.310524208,0.770885792,5017.7491664 +192,-1.469120564,0.6613469966,298,0.310524208,0.770885792,4971.0318207 +193,-1.590551461,0.5326612937,298,0.310524208,0.770885792,5611.7219575 +194,-1.625979264,0.5247742243,298,0.310524208,0.770885792,5717.1151614 +195,-1.572293943,0.5238808754,298,0.310524208,0.770885792,5593.8929139 +196,-1.610848725,0.5477107964,298,0.310524208,0.770885792,5615.419588 +197,-1.208485554,0.7918526018,298,0.310524208,0.770885792,4046.8183841 +198,-1.335601374,0.6869083083,298,0.310524208,0.770885792,4591.3981506 +199,-1.346156996,0.6825213377,298,0.310524208,0.770885792,4627.5185062 +200,-1.324381037,0.6741422347,298,0.310524208,0.770885792,4596.0422995 +201,-1.242424992,0.7378949807,298,0.310524208,0.770885792,4246.9028235 +202,-1.270370057,0.7392461008,298,0.310524208,0.770885792,4310.3461748 +203,-1.448950472,0.7441675014,298,0.310524208,0.770885792,4707.9021264 +204,-1.492662363,0.7523026852,298,0.310524208,0.770885792,4782.2755525 +205,-1.479098966,0.7763855017,298,0.310524208,0.770885792,4690.1928329 +206,-1.633760714,0.7869022408,298,0.310524208,0.770885792,4979.0704304 +207,-1.647406434,0.8101289331,298,0.310524208,0.770885792,4939.9423521 +208,-1.564245052,0.5701509278,298,0.310524208,0.770885792,5443.1208786 +209,-1.646289963,0.6833746083,298,0.310524208,0.770885792,5300.501803 +210,-1.5820631,0.6751952144,298,0.310524208,0.770885792,5186.5063857 +211,-1.613236298,0.6681681791,298,0.310524208,0.770885792,5273.9460568 +212,-1.914661867,0.8212566515,298,0.310524208,0.770885792,5373.4105642 +213,-1.742133237,0.7250275956,298,0.310524208,0.770885792,5370.6571564 +214,-2.033144872,0.6557314699,298,0.310524208,0.770885792,6111.3787986 +215,-2.039551981,0.6964723658,298,0.310524208,0.770885792,5982.9449684 +216,-1.247341019,0.7622473908,298,0.310524208,0.770885792,4203.2412345 +217,-1.298239787,0.7084123392,298,0.310524208,0.770885792,4449.5971333 +218,-1.308539688,0.6926545592,298,0.310524208,0.770885792,4512.4100711 +219,-1.303263185,0.6888938396,298,0.310524208,0.770885792,4508.8506007 +220,-1.852400229,0.6004246149,298,0.310524208,0.770885792,5970.825752 +221,-1.288947707,0.7473773692,298,0.310524208,0.770885792,4335.1725977 +222,-1.372031502,0.7472790993,298,0.310524208,0.770885792,4527.3841194 +223,-1.289805721,0.7242157877,298,0.310524208,0.770885792,4391.7657202 +224,-1.350807603,0.7533498126,298,0.310524208,0.770885792,4464.1477985 +225,-1.329290365,0.7560442322,298,0.310524208,0.770885792,4408.3441464 +226,-1.410153004,0.616936428,298,0.310524208,0.770885792,4949.4765824 +227,-1.393445434,0.6308995063,298,0.310524208,0.770885792,4872.6201591 +228,-1.37595573,0.6241540638,298,0.310524208,0.770885792,4847.7164161 +229,-1.358388707,0.6172645205,298,0.310524208,0.770885792,4822.5001341 +230,-1.753741133,0.8281661666,298,0.310524208,0.770885792,5083.1867142 +231,-1.47430987,0.6834615681,298,0.310524208,0.770885792,4923.9303998 +232,-1.421012508,0.7222725206,298,0.310524208,0.770885792,4701.4965461 +233,-1.4476833,0.6978557868,298,0.310524208,0.770885792,4825.3222404 +234,-1.470370723,0.6966193374,298,0.310524208,0.770885792,4880.0642974 +235,-1.429211703,0.7037216883,298,0.310524208,0.770885792,4767.8869833 +236,-1.700578405,0.6178673663,298,0.310524208,0.770885792,5607.7336251 +237,-1.678117619,0.6331716163,298,0.310524208,0.770885792,5514.5654967 +238,-1.725644578,0.6316331145,298,0.310524208,0.770885792,5618.9834318 +239,-2.14012759,0.7930497945,298,0.310524208,0.770885792,5791.0111163 +240,-2.103289431,0.7653606263,298,0.310524208,0.770885792,5839.0765975 +241,-1.318739838,0.7017808746,298,0.310524208,0.770885792,4514.598216 +242,-1.396417427,0.7077900843,298,0.310524208,0.770885792,4682.0522588 +243,-1.35650337,0.7185539404,298,0.310524208,0.770885792,4562.4599432 +244,-1.248884539,0.7274156818,298,0.310524208,0.770885792,4286.4787002 +245,-1.395014798,0.5761185243,298,0.310524208,0.770885792,5020.1100846 +246,-1.433377362,0.6064716109,298,0.310524208,0.770885792,5033.1908597 +247,-1.408172432,0.5903155476,298,0.310524208,0.770885792,5014.9302702 +248,-1.749645898,0.7757118084,298,0.310524208,0.770885792,5232.6099433 +249,-1.571626686,0.615046989,298,0.310524208,0.770885792,5332.9136759 +250,-1.514070049,0.6303003037,298,0.310524208,0.770885792,5158.8519529 +251,-1.480890369,0.6237966528,298,0.310524208,0.770885792,5099.4940791 +252,-1.704390658,0.5281680612,298,0.310524208,0.770885792,5885.0626128 +253,-1.64434733,0.5254277498,298,0.310524208,0.770885792,5757.5354834 +254,-1.703855997,0.4792484842,298,0.310524208,0.770885792,6031.2325198 +255,-1.692002383,0.5748825051,298,0.310524208,0.770885792,5717.6758617 +256,-1.854136457,0.5544643913,298,0.310524208,0.770885792,6120.5120874 +257,-1.665021206,0.520317736,298,0.310524208,0.770885792,5819.8955842 +258,-1.733654349,0.4845187345,298,0.310524208,0.770885792,6082.5887108 +259,-1.720938188,0.5135933906,298,0.310524208,0.770885792,5965.8636565 +260,-1.742668307,0.553296122,298,0.310524208,0.770885792,5892.614434 +261,-1.965659039,0.7142126903,298,0.310524208,0.770885792,5805.208244 +262,-1.944438071,0.6772834804,298,0.310524208,0.770885792,5891.3261321 +263,-1.270340967,0.7681487096,298,0.310524208,0.770885792,4243.6799787 +264,-1.353091884,0.6549276821,298,0.310524208,0.770885792,4713.5171326 +265,-1.333236659,0.6413584414,298,0.310524208,0.770885792,4699.4669856 +266,-1.352015998,0.6753788907,298,0.310524208,0.770885792,4659.390979 +267,-1.377988483,0.6577816235,298,0.310524208,0.770885792,4766.1246 +268,-2.13075611,0.8318642051,298,0.310524208,0.770885792,5642.9475297 +269,-2.097910953,0.8259670014,298,0.310524208,0.770885792,5621.6003151 +270,-1.416382069,0.6694271549,298,0.310524208,0.770885792,4827.0496141 +271,-1.538905672,0.7535625993,298,0.310524208,0.770885792,4877.7039004 +272,-1.572309477,0.7803125099,298,0.310524208,0.770885792,4874.37788 +273,-1.87759879,0.7503853417,298,0.310524208,0.770885792,5539.4531129 +274,1.152365588,0.590457682,298,0.310524208,0.770885792,2647.5698345 +275,0.350198001,0.718001859,298,0.310524208,0.770885792,239.21786223 +276,0.046513677,0.491503852,298,0.310524208,0.770885792,1387.0197776 +277,0.027510309,0.742571376,298,0.310524208,0.770885792,821.38208283 +278,0.306285725,-0.214631579,298,0.310524208,0.770885792,3903.6642205 +279,-1.100564889,0.318051531,298,0.310524208,0.770885792,4905.5866721 +280,-1.078582306,0.301437596,298,0.310524208,0.770885792,4887.1746985 +281,-1.137371989,-0.617634065,298,0.310524208,0.770885792,7561.6516333 +282,0.784356344,0.703272339,298,0.310524208,0.770885792,1408.5193 +283,-1.221209947,0.218327455,298,0.310524208,0.770885792,5512.0202377 +284,2.347301921,-0.449114658,298,0.310524208,0.770885792,8735.4779981 +285,0.246820618,0.830553713,298,0.310524208,0.770885792,294.40593811 +286,0.829414965,0.703288228,298,0.310524208,0.770885792,1536.5071123 +287,-1.337537566,0.42332223,298,0.310524208,0.770885792,5279.2527334 +288,0.882453706,0.454478077,298,0.310524208,0.770885792,2214.1281682 +289,1.575629659,0.416419109,298,0.310524208,0.770885792,4242.1759035 +290,-1.039455679,0.229888244,298,0.310524208,0.770885792,4966.1710512 +291,0.489558039,0.934482747,298,0.310524208,0.770885792,796.80601915 +292,0.081344504,0.88384514,298,0.310524208,0.770885792,758.26264453 +293,-1.547979814,0.300350308,298,0.310524208,0.770885792,6175.5037007 +294,0.040776181,0.168560074,298,0.310524208,0.770885792,2559.1289637 +295,-1.130374745,0.563894876,298,0.310524208,0.770885792,4368.8982051 +296,1.578326642,0.478507176,298,0.310524208,0.770885792,4098.288922 +297,-1.12861823,-0.291640865,298,0.310524208,0.770885792,6659.1262022 +298,0.310524208,0.770885792,298,0.310524208,0.770885792,0 +299,0.415649091,-0.387246002,298,0.310524208,0.770885792,4603.2006157 +300,-0.926533878,-0.188022748,298,0.310524208,0.770885792,5822.8132051 +301,1.258856172,-0.11716081,298,0.310524208,0.770885792,4873.4675332 +302,-1.126050026,0.322941926,298,0.310524208,0.770885792,4964.477657 +303,2.002785835,0.07893892,298,0.310524208,0.770885792,6347.4944574 +304,0.440437607,0.746258085,298,0.310524208,0.770885792,385.87196146 +305,-0.030391866,0.214441206,298,0.310524208,0.770885792,2490.213254 +306,0.521557815,-0.058929362,298,0.310524208,0.770885792,3371.3639454 +307,-0.097005111,0.13317729,298,0.310524208,0.770885792,2891.1522549 +308,1.83113859,0.221857587,298,0.310524208,0.770885792,5471.1160592 +309,0.222428864,0.099404236,298,0.310524208,0.770885792,2677.3114387 +310,-1.702731345,0.8728568183,298,0.310524208,0.770885792,4862.6166374 +311,-0.418507569,0.278324921,298,0.310524208,0.770885792,3118.168621 +312,-1.41153306,0.339029988,298,0.310524208,0.770885792,5706.3556623 +313,0.357560442,0.114788776,298,0.310524208,0.770885792,2603.9132731 +314,0.325818979,0.268352149,298,0.310524208,0.770885792,1991.2009182 +315,-1.246004659,-0.663679965,298,0.310524208,0.770885792,7943.8802868 +316,1.814603087,0.637404484,298,0.310524208,0.770885792,4359.3622678 +317,1.843704281,-0.18300445,298,0.310524208,0.770885792,6619.7882864 +318,1.690644492,-0.211480909,298,0.310524208,0.770885792,6274.777486 +319,-1.275451936,0.068109467,298,0.310524208,0.770885792,6077.0885704 +320,0.762430171,-0.207594741,298,0.310524208,0.770885792,4203.4114519 +321,0.265668905,-0.014647884,298,0.310524208,0.770885792,3115.5373436 +322,-2.773032013,-0.335515811,298,0.310524208,0.770885792,10708.669096 +323,-1.469512853,0.174058777,298,0.310524208,0.770885792,6325.2204411 +324,0.286276986,0.785925691,298,0.310524208,0.770885792,90.692554889 +325,-1.379324697,0.377432233,298,0.310524208,0.770885792,5514.7529553 +326,-1.203778265,0.212813032,298,0.310524208,0.770885792,5477.8282387 +327,0.579916301,0.611743168,298,0.310524208,0.770885792,1033.0213348 +328,0.267582642,0.868113908,298,0.310524208,0.770885792,402.18069431 +329,0.412869244,-0.050245578,298,0.310524208,0.770885792,3272.7402203 +330,0.17524381,0.976660285,298,0.310524208,0.770885792,883.37380041 +331,0.743157214,0.204812899,298,0.310524208,0.770885792,2682.5358259 +332,-1.070758176,0.269382282,298,0.310524208,0.770885792,4949.7256244 +333,-1.230364251,0.329790229,298,0.310524208,0.770885792,5237.6616249 +334,-1.374813124,-0.024926835,298,0.310524208,0.770885792,6615.984596 +335,0.519780566,0.463669906,298,0.310524208,0.770885792,1388.5283671 +336,-1.55108034,0.239698561,298,0.310524208,0.770885792,6358.0781321 +337,0.180294813,0.029739425,298,0.310524208,0.770885792,2971.1279334 +338,0.67820924,0.268170153,298,0.310524208,0.770885792,2343.3344479 +339,0.445798684,1.024001867,298,0.310524208,0.770885792,1055.1397851 +340,0.691751283,0.150521402,298,0.310524208,0.770885792,2785.5174831 +341,-1.036643551,-0.903056181,298,0.310524208,0.770885792,8064.663161 +342,-0.120287036,1.083325163,298,0.310524208,0.770885792,1586.1628606 +343,2.823513113,-0.304487164,298,0.310524208,0.770885792,9656.1008578 +344,0.457583172,1.12513373,298,0.310524208,0.770885792,1440.8018069 +345,0.042918831,0.813795399,298,0.310524208,0.770885792,762.13200221 +346,1.196146777,-0.853142756,298,0.310524208,0.770885792,7126.5944553 +347,0.206001358,-0.010430701,298,0.310524208,0.770885792,3116.7510018 +348,-0.268308653,0.234799412,298,0.310524208,0.770885792,2886.1800179 +349,0.759363263,0.736189579,298,0.310524208,0.770885792,1298.4509891 +350,0.181363926,0.891988372,298,0.310524208,0.770885792,590.06449913 +351,-0.021111158,0.139103292,298,0.310524208,0.770885792,2751.5624793 +352,-0.093355215,0.630686981,298,0.310524208,0.770885792,1336.9087083 +353,0.40118964,0.681375926,298,0.310524208,0.770885792,444.55860007 +354,-0.721197315,1.304706234,298,0.310524208,0.770885792,2746.5666863 +355,-1.076150317,0.212107639,298,0.310524208,0.770885792,5118.157892 +356,-1.577164531,0.273993443,298,0.310524208,0.770885792,6327.5013986 +357,-0.190788414,0.182208586,298,0.310524208,0.770885792,2893.3032456 +358,-0.261349752,0.209710184,298,0.310524208,0.770885792,2951.4548393 +359,-1.029303852,0.083549259,298,0.310524208,0.770885792,5336.0992253 +360,-1.268609162,0.330525297,298,0.310524208,0.770885792,5341.3938738 +361,1.282982244,-0.926641967,298,0.310524208,0.770885792,7489.2260285 +362,0.217352334,0.731352408,298,0.310524208,0.770885792,311.81357959 +363,-1.511833084,0.258629297,298,0.310524208,0.770885792,6199.7610424 +364,0.338812194,0.823184618,298,0.310524208,0.770885792,221.4471297 +365,-0.324406489,1.134201999,298,0.310524208,0.770885792,1996.7209141 +366,1.389579348,0.399185724,298,0.310524208,0.770885792,3757.1987736 +367,2.047152199,-0.039082036,298,0.310524208,0.770885792,6800.4608225 +368,0.947780369,0.568250077,298,0.310524208,0.770885792,2114.3645297 +369,0.763824846,0.576754987,298,0.310524208,0.770885792,1590.1755674 +370,-0.142334657,0.928153068,298,0.310524208,0.770885792,1327.9426417 +371,0.610266567,0.547265983,298,0.310524208,0.770885792,1285.5981987 +372,0.210731629,0.746815056,298,0.310524208,0.770885792,302.17875783 +373,-1.34931644,0.316895224,298,0.310524208,0.770885792,5599.4056486 +374,2.407696481,0.655030745,298,0.310524208,0.770885792,5670.848773 +375,0.64207831,0.545359131,298,0.310524208,0.770885792,1364.1738089 +376,1.174597538,0.840588356,298,0.310524208,0.770885792,2345.0984438 +377,0.660059424,0.010604079,298,0.310524208,0.770885792,3253.1645864 +378,-0.730263819,0.010486456,298,0.310524208,0.770885792,4721.0633309 +379,0.831068936,0.512339172,298,0.310524208,0.770885792,1927.1952561 +380,1.301180979,0.72367476,298,0.310524208,0.770885792,2826.6287366 +381,1.811128231,0.322854402,298,0.310524208,0.770885792,5144.0496294 +382,0.435105812,0.992284428,298,0.310524208,0.770885792,930.20072714 +383,0.62643634,0.592027932,298,0.310524208,0.770885792,1198.235729 +384,0.492988703,-0.516339467,298,0.310524208,0.770885792,5141.3559207 +385,-0.162469483,0.112549365,298,0.310524208,0.770885792,3079.1856859 +386,0.314630866,0.472006421,298,0.310524208,0.770885792,1183.9336548 +387,0.166744804,0.822815954,298,0.310524208,0.770885792,447.7500565 +388,0.417159608,0.965805736,298,0.310524208,0.770885792,818.11374083 +389,0.106334961,0.868774244,298,0.310524208,0.770885792,673.24604387 +390,0.815086969,-0.338144359,298,0.310524208,0.770885792,4758.0901591 +391,0.59867455,-0.230624824,298,0.310524208,0.770885792,4100.9504648 +392,1.915104874,0.066220985,298,0.310524208,0.770885792,6135.0463859 +393,1.278093622,0.064463721,298,0.310524208,0.770885792,4368.7946526 +394,-0.061477853,0.302997961,298,0.310524208,0.770885792,2229.759017 +395,0.251311504,0.626976942,298,0.310524208,0.770885792,597.48323205 +396,2.950242872,0.149095644,298,0.310524208,0.770885792,8380.4068771 +397,-0.180294708,0.35375117,298,0.310524208,0.770885792,2309.2377694 +398,1.010448592,-0.351180233,298,0.310524208,0.770885792,5116.4845778 +399,-1.748740498,0.3686318073,298,0.310524208,0.770885792,6471.3164531 +400,2.699635665,0.123533791,298,0.310524208,0.770885792,7999.1379764 +401,0.496808033,0.823843254,298,0.310524208,0.770885792,555.9330755 +402,0.129574704,0.763364087,298,0.310524208,0.770885792,516.50414806 +403,1.798920311,0.817447563,298,0.310524208,0.770885792,3921.75229 +404,0.335987953,0.746786541,298,0.310524208,0.770885792,120.28142337 +405,-1.085413643,0.292154671,298,0.310524208,0.770885792,4930.9559762 +406,-0.155321003,0.508207011,298,0.310524208,0.770885792,1796.2667494 +407,0.620529244,-0.301175104,298,0.310524208,0.770885792,4392.2822421 +408,1.684402744,0.368716966,298,0.310524208,0.770885792,4669.2259687 +409,0.300582244,-0.386397212,298,0.310524208,0.770885792,4584.1400114 +410,2.913555946,-0.009225192,298,0.310524208,0.770885792,8881.7341926 +411,1.465101417,0.493232532,298,0.310524208,0.770885792,3745.0989574 +412,0.090612882,0.907955955,298,0.310524208,0.770885792,793.71666023 +413,2.987564726,-0.729568594,298,0.310524208,0.770885792,11093.834273 +414,-1.484261606,0.224149272,298,0.310524208,0.770885792,6223.7631101 +415,0.164073421,0.303955133,298,0.310524208,0.770885792,1912.9747465 +416,0.141441293,0.167552546,298,0.310524208,0.770885792,2459.3302217 +417,2.931321023,-0.506718887,298,0.310524208,0.770885792,10501.535238 +418,2.21951565,0.700596356,298,0.310524208,0.770885792,5150.2875212 +419,0.268112576,1.199114336,298,0.310524208,0.770885792,1698.446394 +420,0.978913739,0.359223811,298,0.310524208,0.770885792,2728.629808 +421,1.210898818,0.522863584,298,0.310524208,0.770885792,2956.9228137 +422,2.347397336,0.129231362,298,0.310524208,0.770885792,7140.6097239 +423,0.614394501,0.556878345,298,0.310524208,0.770885792,1266.8264094 +424,-1.398079356,0.148483366,298,0.310524208,0.770885792,6199.6329313 +425,2.535303836,-0.112984496,298,0.310524208,0.770885792,8351.6631209 +426,-1.019372593,-0.405322349,298,0.310524208,0.770885792,6688.3541477 +427,-1.297785627,-0.160104069,298,0.310524208,0.770885792,6768.843404 +428,2.144554488,0.205051084,298,0.310524208,0.770885792,6383.8096547 +429,-2.242387083,-0.426171285,298,0.310524208,0.770885792,10108.933441 +430,0.338637212,0.909723676,298,0.310524208,0.770885792,554.89533136 +431,-0.148798452,0.691042401,298,0.310524208,0.770885792,1384.5895853 +432,0.893524764,0.441829531,298,0.310524208,0.770885792,2277.2321616 +433,0.969229347,-0.368847936,298,0.310524208,0.770885792,5106.6375016 +434,0.436043248,0.800045688,298,0.310524208,0.770885792,369.86796662 +435,1.687946607,1.081504775,298,0.310524208,0.770885792,3261.1040998 +436,0.522302046,-0.034889271,298,0.310524208,0.770885792,3278.7045009 +437,-0.178996113,-0.438090009,298,0.310524208,0.770885792,5107.3322528 +438,-1.094339566,0.301444068,298,0.310524208,0.770885792,4931.6864197 +439,-1.064070054,0.242569932,298,0.310524208,0.770885792,5002.1472721 +440,-1.068153768,0.230387998,298,0.310524208,0.770885792,5046.3405497 +441,-3.00496892,-0.23989155,298,0.310524208,0.770885792,10259.777552 +442,0.21751974,0.766874888,298,0.310524208,0.770885792,265.18807595 +443,0.117229532,0.007619006,298,0.310524208,0.770885792,3099.0866171 +444,0.777758451,0.420554741,298,0.310524208,0.770885792,2049.6705948 +445,-0.252356999,0.250747086,298,0.310524208,0.770885792,2799.0012129 +446,0.363148444,0.768483434,298,0.310524208,0.770885792,149.98402272 +447,0.903191366,-0.118210676,298,0.310524208,0.770885792,4108.3358987 +448,-0.205755923,0.149406178,298,0.310524208,0.770885792,3034.8176869 +449,1.811996086,0.02364353,298,0.310524208,0.770885792,5959.7329724 +450,-1.100670221,0.314845373,298,0.310524208,0.770885792,4914.299738 +451,0.340078597,0.850105132,298,0.310524208,0.770885792,323.96935684 +452,0.258757267,0.804969236,298,0.310524208,0.770885792,197.8177995 +453,2.78505352,-0.155160804,298,0.310524208,0.770885792,9100.581322 +454,0.800551619,0.105822106,298,0.310524208,0.770885792,3134.2432085 +455,0.437940882,-0.506194031,298,0.310524208,0.770885792,5079.5416027 +456,2.230431122,0.63458615,298,0.310524208,0.770885792,5361.6416072 +457,0.527965361,0.127667701,298,0.310524208,0.770885792,2656.450846 +458,-0.063643205,0.702093448,298,0.310524208,0.770885792,1127.7213115 +459,1.408447268,0.133010502,298,0.310524208,0.770885792,4521.5825821 +460,0.523795955,0.280266966,298,0.310524208,0.770885792,2070.8125418 +461,-0.975769313,0.072177659,298,0.310524208,0.770885792,5216.7467773 +462,0.549774164,-0.463663986,298,0.310524208,0.770885792,4966.4770434 +463,0.29245874,1.095549818,298,0.310524208,0.770885792,1286.659049 +464,0.143625958,0.816809593,298,0.310524208,0.770885792,497.49766935 +465,0.671902494,0.611159853,298,0.310524208,0.770885792,1266.3580107 +466,1.239840988,0.6724199,298,0.310524208,0.770885792,2742.152758 +467,0.607829703,-0.10932137,298,0.310524208,0.770885792,3644.6627368 +468,1.763020906,0.263996692,298,0.310524208,0.770885792,5165.5614572 +469,0.378714634,0.726066797,298,0.310524208,0.770885792,265.80907564 +470,2.196736143,-0.153862366,298,0.310524208,0.770885792,7540.0521942 +471,0.01702415,0.148991565,298,0.310524208,0.770885792,2662.6536084 +472,-2.998490902,-0.158002487,298,0.310524208,0.770885792,9948.827129 +473,-3.051262951,-0.346595608,298,0.310524208,0.770885792,10612.793154 +474,-1.069176439,0.182802941,298,0.310524208,0.770885792,5177.4983066 +475,0.167157509,0.595344954,298,0.310524208,0.770885792,822.09417366 +476,0.613855648,0.681746124,298,0.310524208,0.770885792,962.81702498 +477,1.037012736,0.682555367,298,0.310524208,0.770885792,2155.3761691 +478,-1.253574971,0.379755746,298,0.310524208,0.770885792,5168.8079681 +479,3.108590453,-0.132620738,298,0.310524208,0.770885792,9651.2068801 +480,0.565301296,0.022333262,298,0.310524208,0.770885792,3097.3875097 +481,0.547898238,0.855555614,298,0.310524208,0.770885792,726.49609181 +482,0.948309381,0.417393755,298,0.310524208,0.770885792,2487.0831646 +483,-0.050600732,0.945269213,298,0.310524208,0.770885792,1155.5924547 +484,-0.977651478,-0.572363064,298,0.310524208,0.770885792,7056.8604068 +485,1.102014914,0.728861163,298,0.310524208,0.770885792,2271.0170772 +486,2.927300795,-0.282939414,298,0.310524208,0.770885792,9833.5154176 +487,-1.154565557,0.124434095,298,0.310524208,0.770885792,5579.1083761 +488,1.855331234,0.291044755,298,0.310524208,0.770885792,5352.2617615 +489,0.830290659,0.276904518,298,0.310524208,0.770885792,2618.5255615 +490,0.485104466,-0.234867441,298,0.310524208,0.770885792,4033.3253903 +491,0.521367572,-0.33161327,298,0.310524208,0.770885792,4433.3892896 +1,-1.539031704,0.7349710123,299,0.415649091,-0.387246002,8344.0953722 +2,-1.536990553,0.7349663874,299,0.415649091,-0.387246002,8338.1058936 +3,-1.534951779,0.7349571355,299,0.415649091,-0.387246002,8332.1227267 +4,-1.532906461,0.7349480293,299,0.415649091,-0.387246002,8326.1207595 +5,-1.531320211,0.7346937278,299,0.415649091,-0.387246002,8321.4070101 +6,-1.539451648,0.7335131775,299,0.415649091,-0.387246002,8345.0068611 +7,-1.537429487,0.7335445708,299,0.415649091,-0.387246002,8339.0736397 +8,-1.535484998,0.7335658704,299,0.415649091,-0.387246002,8333.3669801 +9,-1.533488396,0.7336036027,299,0.415649091,-0.387246002,8327.5117838 +10,-1.531497785,0.7335842962,299,0.415649091,-0.387246002,8321.6612309 +11,-1.530259379,0.7334777758,299,0.415649091,-0.387246002,8317.9984388 +12,-1.5335454,0.7322346912,299,0.415649091,-0.387246002,8327.3533154 +13,-1.531489083,0.7322238773,299,0.415649091,-0.387246002,8321.3046621 +14,-1.530011122,0.7321679851,299,0.415649091,-0.387246002,8316.9455091 +15,-1.53348106,0.7306614094,299,0.415649091,-0.387246002,8326.7839727 +16,-1.531441779,0.7306962275,299,0.415649091,-0.387246002,8320.7885935 +17,-1.529755654,0.7306933243,299,0.415649091,-0.387246002,8315.8241048 +18,-1.533415048,0.7291384674,299,0.415649091,-0.387246002,8326.2158931 +19,-1.531392093,0.7291705353,299,0.415649091,-0.387246002,8320.260241 +20,-1.529296523,0.7291214933,299,0.415649091,-0.387246002,8314.0704849 +21,-1.535280942,0.727267644,299,0.415649091,-0.387246002,8331.2593993 +22,-1.533378158,0.7276139666,299,0.415649091,-0.387246002,8325.727504 +23,-1.531340368,0.7276446587,299,0.415649091,-0.387246002,8319.7200626 +24,-1.528960113,0.7276398177,299,0.415649091,-0.387246002,8312.6934087 +25,-1.533313146,0.7260818349,299,0.415649091,-0.387246002,8325.1483835 +26,-1.531259555,0.7260958115,299,0.415649091,-0.387246002,8319.082175 +27,-1.528926415,0.7260865555,299,0.415649091,-0.387246002,8312.1843295 +28,-1.531226779,0.7245511789,299,0.415649091,-0.387246002,8318.5813988 +29,-1.528904772,0.7245519194,299,0.415649091,-0.387246002,8311.7101287 +30,-1.547195875,0.7409785979,299,0.415649091,-0.387246002,8369.2010591 +31,-1.5451475,0.740980426,299,0.415649091,-0.387246002,8363.2217706 +32,-1.543097679,0.7409798872,299,0.415649091,-0.387246002,8357.2382037 +33,-1.540720364,0.7409892687,299,0.415649091,-0.387246002,8350.3011548 +34,-1.547188511,0.7395198392,299,0.415649091,-0.387246002,8368.9084466 +35,-1.545148587,0.7395226109,299,0.415649091,-0.387246002,8362.9463246 +36,-1.543104538,0.7395314908,299,0.415649091,-0.387246002,8356.9737754 +37,-1.540727751,0.7395306258,299,0.415649091,-0.387246002,8350.0273234 +38,-1.547187029,0.7380014886,299,0.415649091,-0.387246002,8368.6165416 +39,-1.545147315,0.7380012252,299,0.415649091,-0.387246002,8362.6464616 +40,-1.54310719,0.7380060743,299,0.415649091,-0.387246002,8356.6766007 +41,-1.540719671,0.7380068206,299,0.415649091,-0.387246002,8349.6897403 +42,-1.547187189,0.7364799098,299,0.415649091,-0.387246002,8368.3233208 +43,-1.545149996,0.7364853874,299,0.415649091,-0.387246002,8362.3537923 +44,-1.543106091,0.7364823484,299,0.415649091,-0.387246002,8356.363303 +45,-1.540717158,0.7364893901,299,0.415649091,-0.387246002,8349.3642912 +46,-1.538663972,0.7410138672,299,0.415649091,-0.387246002,8344.3044982 +47,-1.53695285,0.7409699132,299,0.415649091,-0.387246002,8339.3016393 +48,-1.534910498,0.7409641297,299,0.415649091,-0.387246002,8333.3403086 +49,-1.533145034,0.7409536636,299,0.415649091,-0.387246002,8328.1862661 +50,-1.538681336,0.7395405883,299,0.415649091,-0.387246002,8344.0491023 +51,-1.536999189,0.7395183096,299,0.415649091,-0.387246002,8339.128903 +52,-1.534923633,0.7395144222,299,0.415649091,-0.387246002,8333.0633086 +53,-1.533267822,0.7395654306,299,0.415649091,-0.387246002,8328.2367573 +54,-1.53867273,0.7380151077,299,0.415649091,-0.387246002,8343.7016402 +55,-1.536980576,0.7379994392,299,0.415649091,-0.387246002,8338.7469244 +56,-1.534931522,0.7379944961,299,0.415649091,-0.387246002,8332.7505285 +57,-1.533387952,0.7379480264,299,0.415649091,-0.387246002,8328.2239616 +58,-1.538682279,0.7364914363,299,0.415649091,-0.387246002,8343.4022423 +59,-1.536980704,0.7364810563,299,0.415649091,-0.387246002,8338.4144248 +60,-1.534935567,0.7364752065,299,0.415649091,-0.387246002,8332.4213139 +61,-1.533042592,0.7363876366,299,0.415649091,-0.387246002,8326.8554548 +62,-1.545143426,0.7349628011,299,0.415649091,-0.387246002,8362.0271764 +63,-1.543105297,0.7349691947,299,0.415649091,-0.387246002,8356.0476189 +64,-1.541064533,0.7349647152,299,0.415649091,-0.387246002,8350.0584813 +65,-1.545411803,0.7334624714,299,0.415649091,-0.387246002,8362.5075482 +66,-1.543446606,0.7334780896,299,0.415649091,-0.387246002,8356.736374 +67,-1.541475327,0.7334957295,299,0.415649091,-0.387246002,8350.9483194 +68,-1.545401939,0.731963266,299,0.415649091,-0.387246002,8362.1662161 +69,-1.54342253,0.7319915583,299,0.415649091,-0.387246002,8356.3484956 +70,-1.541455867,0.7320216438,299,0.415649091,-0.387246002,8350.5693503 +71,-1.545410146,0.7304422281,299,0.415649091,-0.387246002,8361.8680577 +72,-1.543435491,0.7304713664,299,0.415649091,-0.387246002,8356.056961 +73,-1.541463105,0.7304997613,299,0.415649091,-0.387246002,8350.2530812 +74,-1.545414768,0.7289194936,299,0.415649091,-0.387246002,8361.5535345 +75,-1.543435774,0.7289538557,299,0.415649091,-0.387246002,8355.723269 +76,-1.541457714,0.7289765881,299,0.415649091,-0.387246002,8349.8938737 +77,-1.539449415,0.7320555866,299,0.415649091,-0.387246002,8344.6747455 +78,-1.537429183,0.7321097681,299,0.415649091,-0.387246002,8338.7450449 +79,-1.535472649,0.7321497267,299,0.415649091,-0.387246002,8333.0003198 +80,-1.539457899,0.7305333307,299,0.415649091,-0.387246002,8344.3544157 +81,-1.537453161,0.7305750503,299,0.415649091,-0.387246002,8338.4598117 +82,-1.535479385,0.7306124949,299,0.415649091,-0.387246002,8332.6562287 +83,-1.53946905,0.7290102593,299,0.415649091,-0.387246002,8344.0363948 +84,-1.537459922,0.7290417293,299,0.415649091,-0.387246002,8338.1188235 +85,-1.535451349,0.7290890157,299,0.415649091,-0.387246002,8332.2074951 +86,-1.535522937,0.7279887191,299,0.415649091,-0.387246002,8332.1509488 +87,-1.539442524,0.7274735939,299,0.415649091,-0.387246002,8343.5985578 +88,-1.537424111,0.727521351,299,0.415649091,-0.387246002,8337.6498125 +89,-1.539384641,0.7259505092,299,0.415649091,-0.387246002,8343.0655171 +90,-1.537372391,0.7259947145,299,0.415649091,-0.387246002,8337.1265636 +91,-1.535340789,0.7260435356,299,0.415649091,-0.387246002,8331.1324683 +92,-1.539325716,0.7244369706,299,0.415649091,-0.387246002,8342.5258356 +93,-1.537308932,0.7244801057,299,0.415649091,-0.387246002,8336.5657154 +94,-1.535289068,0.7245247645,299,0.415649091,-0.387246002,8330.5977756 +95,-1.533261366,0.7245550236,299,0.415649091,-0.387246002,8324.6038568 +96,-1.539267302,0.722921924,299,0.415649091,-0.387246002,8341.9814886 +97,-1.537248972,0.7229660258,299,0.415649091,-0.387246002,8336.0095392 +98,-1.535219431,0.7229916471,299,0.415649091,-0.387246002,8330.0005398 +99,-1.53318962,0.7230212049,299,0.415649091,-0.387246002,8323.9925358 +100,-1.531154816,0.7230299897,299,0.415649091,-0.387246002,8317.9650008 +101,-1.528878341,0.7230370244,299,0.415649091,-0.387246002,8311.221546 +102,-1.539218189,0.7214009878,299,0.415649091,-0.387246002,8341.4574619 +103,-1.537198791,0.7214422745,299,0.415649091,-0.387246002,8335.4741135 +104,-1.535179266,0.7214634354,299,0.415649091,-0.387246002,8329.4860535 +105,-1.533156501,0.7214944644,299,0.415649091,-0.387246002,8323.4917185 +106,-1.53113574,0.7215166021,299,0.415649091,-0.387246002,8317.5017478 +107,-1.528874248,0.7215345535,299,0.415649091,-0.387246002,8310.7971966 +108,-1.539217656,0.7198512397,299,0.415649091,-0.387246002,8341.0647084 +109,-1.537199919,0.7199428763,299,0.415649091,-0.387246002,8335.0916832 +110,-1.545425832,0.727397149,299,0.415649091,-0.387246002,8361.2526759 +111,-1.543371177,0.7273916949,299,0.415649091,-0.387246002,8355.1824239 +112,-1.541368852,0.7274523163,299,0.415649091,-0.387246002,8349.2823999 +113,-1.545349067,0.7258710923,299,0.415649091,-0.387246002,8360.6858015 +114,-1.54332671,0.7258603556,299,0.415649091,-0.387246002,8354.7019344 +115,-1.541346831,0.7259242142,299,0.415649091,-0.387246002,8348.861541 +116,-1.545324355,0.7243383958,299,0.415649091,-0.387246002,8360.2654714 +117,-1.543292796,0.7243617413,299,0.415649091,-0.387246002,8354.2544644 +118,-1.541295822,0.7244024384,299,0.415649091,-0.387246002,8348.3506985 +119,-1.543193859,0.7205570215,299,0.415649091,-0.387246002,8353.0553595 +120,-1.550257047,0.7386738187,299,0.415649091,-0.387246002,8377.7255711 +121,-1.549335448,0.7311736483,299,0.415649091,-0.387246002,8373.5817989 +122,-1.533478843,0.7179891343,299,0.415649091,-0.387246002,8323.5061073 +123,-1.556150555,0.738907041,299,0.415649091,-0.387246002,8395.0074436 +124,-1.554324226,0.733414257,299,0.415649091,-0.387246002,8388.6913659 +125,-1.554290846,0.7288285332,299,0.415649091,-0.387246002,8387.7245491 +126,-1.55122487,0.7219795312,299,0.415649091,-0.387246002,8377.2320988 +127,-1.525104458,0.7229399862,299,0.415649091,-0.387246002,8300.0134085 +128,-1.519607711,0.7236181429,299,0.415649091,-0.387246002,8283.9306416 +129,-1.513899999,0.7251107854,299,0.415649091,-0.387246002,8267.4949914 +130,-1.536620762,0.7431061895,299,0.415649091,-0.387246002,8338.7788515 +131,-1.5369566,0.7460845958,299,0.415649091,-0.387246002,8340.3589941 +132,-1.545345528,0.7447040685,299,0.415649091,-0.387246002,8364.4867136 +133,-1.532813921,0.7432306626,299,0.415649091,-0.387246002,8327.7179204 +134,-1.554788248,0.7382381001,299,0.415649091,-0.387246002,8390.9083357 +135,-1.540348126,0.7301594274,299,0.415649091,-0.387246002,8346.891655 +136,-1.538016084,0.7239051786,299,0.415649091,-0.387246002,8338.5171037 +137,-1.525288962,0.7258085137,299,0.415649091,-0.387246002,8301.3590033 +138,-1.534326986,0.731241342,299,0.415649091,-0.387246002,8329.4142404 +139,-1.530733872,0.7303625216,299,0.415649091,-0.387246002,8318.6208915 +141,-1.534354939,0.7328219978,299,0.415649091,-0.387246002,8329.8728018 +142,-1.53157084,0.7292888153,299,0.415649091,-0.387246002,8320.816917 +143,-1.525691035,0.7263799874,299,0.415649091,-0.387246002,8302.7036994 +144,-1.534031287,0.7495967835,299,0.415649091,-0.387246002,8332.5709093 +145,-1.527714986,0.7283095957,299,0.415649091,-0.387246002,8309.1956083 +146,-1.526189586,0.7271468292,299,0.415649091,-0.387246002,8304.3841808 +147,-1.555177336,0.7375563366,299,0.415649091,-0.387246002,8391.930751 +148,-1.555080283,0.7312707794,299,0.415649091,-0.387246002,8390.5183492 +149,-1.53856994,0.7224180299,299,0.415649091,-0.387246002,8339.7886039 +150,-1.530837883,0.729933372,299,0.415649091,-0.387246002,8318.8193189 +151,-1.515066984,0.5854133365,299,0.415649091,-0.387246002,8207.1763158 +152,-1.534731633,0.5368370046,299,0.415649091,-0.387246002,8241.0791212 +153,-1.515231902,0.5607085576,299,0.415649091,-0.387246002,8192.0638394 +154,-2.616253799,1.0684566605,299,0.415649091,-0.387246002,9728.7639518 +155,-1.956071439,0.5792177723,299,0.415649091,-0.387246002,9660.4650175 +156,-1.951208514,0.5602434208,299,0.415649091,-0.387246002,9648.8959065 +157,-1.944675062,0.6062144545,299,0.415649091,-0.387246002,9613.9509676 +158,-1.613778386,0.6077989518,299,0.415649091,-0.387246002,8539.004386 +159,-2.035029014,0.6021432345,299,0.415649091,-0.387246002,9908.1191871 +160,-2.114989471,0.6801825058,299,0.415649091,-0.387246002,10080.167733 +161,-2.037382079,0.5765830025,299,0.415649091,-0.387246002,9929.9257739 +162,-2.129855121,0.6585019963,299,0.415649091,-0.387246002,10151.321012 +163,-2.075141798,0.6493615843,299,0.415649091,-0.387246002,9996.3617015 +164,-1.828626729,0.6948433129,299,0.415649091,-0.387246002,9213.1831055 +165,-1.863329418,0.6735427691,299,0.415649091,-0.387246002,9328.4586102 +166,-1.266037071,0.727988852,299,0.415649091,-0.387246002,7544.6448772 +167,-1.277579582,0.7249010648,299,0.415649091,-0.387246002,7575.2274573 +168,-1.258418684,0.7241194816,299,0.415649091,-0.387246002,7519.1677775 +169,-1.317813974,0.6804850104,299,0.415649091,-0.387246002,7655.8573936 +170,-1.344165204,0.6790988904,299,0.415649091,-0.387246002,7734.1605016 +171,-1.427582102,0.5277120351,299,0.415649091,-0.387246002,7875.4055328 +172,-1.402238616,0.457167829,299,0.415649091,-0.387246002,7722.7945486 +173,-1.422454264,0.4996161999,299,0.415649091,-0.387246002,7832.9637893 +174,-1.439089277,0.4894859811,299,0.415649091,-0.387246002,7880.0522851 +175,-1.448126995,0.5182330266,299,0.415649091,-0.387246002,7936.0509029 +176,-1.474626146,0.5881926574,299,0.415649091,-0.387246002,8077.3453382 +177,-1.421139645,0.5584869783,299,0.415649091,-0.387246002,7880.2164805 +178,-1.457037165,0.565943032,299,0.415649091,-0.387246002,8003.9925569 +179,-2.757159358,0.3745319,299,0.415649091,-0.387246002,12318.503826 +180,-2.714309238,0.342054471,299,0.415649091,-0.387246002,12259.741315 +181,-2.000525337,0.774119946,299,0.415649091,-0.387246002,9637.8122973 +183,-1.571413436,0.6777838382,299,0.415649091,-0.387246002,8427.332717 +184,-1.552860289,0.6987663893,299,0.415649091,-0.387246002,8376.4506689 +185,-1.521852374,0.7165827476,299,0.415649091,-0.387246002,8288.4876227 +186,-1.503656267,0.6928968252,299,0.415649091,-0.387246002,8225.4368194 +187,-1.502753178,0.7136205882,299,0.415649091,-0.387246002,8230.587333 +188,-1.631894563,0.7343596465,299,0.415649091,-0.387246002,8616.8556899 +189,-1.653765416,0.6770714026,299,0.415649091,-0.387246002,8681.0830778 +190,-1.719812114,0.6715965947,299,0.415649091,-0.387246002,8885.3701202 +191,-1.493406659,0.6646955447,299,0.415649091,-0.387246002,8181.5399244 +192,-1.469120564,0.6613469966,299,0.415649091,-0.387246002,8104.643226 +193,-1.590551461,0.5326612937,299,0.415649091,-0.387246002,8426.2074728 +194,-1.625979264,0.5247742243,299,0.415649091,-0.387246002,8541.5861569 +195,-1.572293943,0.5238808754,299,0.415649091,-0.387246002,8359.0873461 +196,-1.610848725,0.5477107964,299,0.415649091,-0.387246002,8502.849267 +197,-1.208485554,0.7918526018,299,0.415649091,-0.387246002,7443.0628144 +198,-1.335601374,0.6869083083,299,0.415649091,-0.387246002,7714.5589277 +199,-1.346156996,0.6825213377,299,0.415649091,-0.387246002,7742.850026 +200,-1.324381037,0.6741422347,299,0.415649091,-0.387246002,7670.331082 +201,-1.242424992,0.7378949807,299,0.415649091,-0.387246002,7486.1141787 +202,-1.270370057,0.7392461008,299,0.415649091,-0.387246002,7567.0184525 +203,-1.448950472,0.7441675014,299,0.415649091,-0.387246002,8084.3823104 +204,-1.492662363,0.7523026852,299,0.415649091,-0.387246002,8213.6934491 +205,-1.479098966,0.7763855017,299,0.415649091,-0.387246002,8182.0271673 +206,-1.633760714,0.7869022408,299,0.415649091,-0.387246002,8617.174497 +207,-1.647406434,0.8101289331,299,0.415649091,-0.387246002,8649.669287 +208,-1.564245052,0.5701509278,299,0.415649091,-0.387246002,8359.7717667 +209,-1.646289963,0.6833746083,299,0.415649091,-0.387246002,8658.5888547 +210,-1.5820631,0.6751952144,299,0.415649091,-0.387246002,8459.4576644 +211,-1.613236298,0.6681681791,299,0.415649091,-0.387246002,8554.3241309 +212,-1.914661867,0.8212566515,299,0.415649091,-0.387246002,9353.7395476 +213,-1.742133237,0.7250275956,299,0.415649091,-0.387246002,8943.4721295 +214,-2.033144872,0.6557314699,299,0.415649091,-0.387246002,9861.9749249 +215,-2.039551981,0.6964723658,299,0.415649091,-0.387246002,9840.7162128 +216,-1.247341019,0.7622473908,299,0.415649091,-0.387246002,7522.3278137 +217,-1.298239787,0.7084123392,299,0.415649091,-0.387246002,7621.2699404 +218,-1.308539688,0.6926545592,299,0.415649091,-0.387246002,7638.385209 +219,-1.303263185,0.6888938396,299,0.415649091,-0.387246002,7619.4396479 +220,-1.852400229,0.6004246149,299,0.415649091,-0.387246002,9315.1797368 +221,-1.288947707,0.7473773692,299,0.415649091,-0.387246002,7626.8090927 +222,-1.372031502,0.7472790993,299,0.415649091,-0.387246002,7864.1466121 +223,-1.289805721,0.7242157877,299,0.415649091,-0.387246002,7610.0370215 +224,-1.350807603,0.7533498126,299,0.415649091,-0.387246002,7807.2938292 +225,-1.329290365,0.7560442322,299,0.415649091,-0.387246002,7747.9572392 +226,-1.410153004,0.616936428,299,0.415649091,-0.387246002,7890.8962877 +227,-1.393445434,0.6308995063,299,0.415649091,-0.387246002,7848.7185388 +228,-1.37595573,0.6241540638,299,0.415649091,-0.387246002,7788.4632926 +229,-1.358388707,0.6172645205,299,0.415649091,-0.387246002,7727.4008013 +230,-1.753741133,0.8281661666,299,0.415649091,-0.387246002,8926.8183077 +231,-1.47430987,0.6834615681,299,0.415649091,-0.387246002,8132.0223477 +232,-1.421012508,0.7222725206,299,0.415649091,-0.387246002,7992.1969815 +233,-1.4476833,0.6978557868,299,0.415649091,-0.387246002,8058.6586599 +234,-1.470370723,0.6966193374,299,0.415649091,-0.387246002,8126.3934949 +235,-1.429211703,0.7037216883,299,0.415649091,-0.387246002,8006.405263 +236,-1.700578405,0.6178673663,299,0.415649091,-0.387246002,8822.2038078 +237,-1.678117619,0.6331716163,299,0.415649091,-0.387246002,8752.4231474 +238,-1.725644578,0.6316331145,299,0.415649091,-0.387246002,8904.0635187 +239,-2.14012759,0.7930497945,299,0.415649091,-0.387246002,9964.7664309 +240,-2.103289431,0.7653606263,299,0.415649091,-0.387246002,9921.804745 +241,-1.318739838,0.7017808746,299,0.415649091,-0.387246002,7676.2377787 +242,-1.396417427,0.7077900843,299,0.415649091,-0.387246002,7911.0253736 +243,-1.35650337,0.7185539404,299,0.415649091,-0.387246002,7800.2334572 +244,-1.248884539,0.7274156818,299,0.415649091,-0.387246002,7494.7645771 +245,-1.395014798,0.5761185243,299,0.415649091,-0.387246002,7809.6926894 +246,-1.433377362,0.6064716109,299,0.415649091,-0.387246002,7957.1833193 +247,-1.408172432,0.5903155476,299,0.415649091,-0.387246002,7863.9314898 +248,-1.749645898,0.7757118084,299,0.415649091,-0.387246002,8945.5226914 +249,-1.571626686,0.615046989,299,0.415649091,-0.387246002,8405.8340292 +250,-1.514070049,0.6303003037,299,0.415649091,-0.387246002,8229.1417633 +251,-1.480890369,0.6237966528,299,0.415649091,-0.387246002,8120.1619402 +252,-1.704390658,0.5281680612,299,0.415649091,-0.387246002,8809.7358653 +253,-1.64434733,0.5254277498,299,0.415649091,-0.387246002,8604.3093069 +254,-1.703855997,0.4792484842,299,0.415649091,-0.387246002,8784.15996 +255,-1.692002383,0.5748825051,299,0.415649091,-0.387246002,8784.6109045 +256,-1.854136457,0.5544643913,299,0.415649091,-0.387246002,9323.1170383 +257,-1.665021206,0.520317736,299,0.415649091,-0.387246002,8672.0546024 +258,-1.733654349,0.4845187345,299,0.415649091,-0.387246002,8890.5990477 +259,-1.720938188,0.5135933906,299,0.415649091,-0.387246002,8860.1463713 +260,-1.742668307,0.553296122,299,0.415649091,-0.387246002,8947.7590794 +261,-1.965659039,0.7142126903,299,0.415649091,-0.387246002,9607.3243974 +262,-1.944438071,0.6772834804,299,0.415649091,-0.387246002,9574.3447645 +263,-1.270340967,0.7681487096,299,0.415649091,-0.387246002,7591.5518884 +264,-1.353091884,0.6549276821,299,0.415649091,-0.387246002,7742.1163719 +265,-1.333236659,0.6413584414,299,0.415649091,-0.387246002,7669.4829247 +266,-1.352015998,0.6753788907,299,0.415649091,-0.387246002,7755.0080905 +267,-1.377988483,0.6577816235,299,0.415649091,-0.387246002,7820.9405042 +268,-2.13075611,0.8318642051,299,0.415649091,-0.387246002,9865.6282667 +269,-2.097910953,0.8259670014,299,0.415649091,-0.387246002,9800.8942005 +270,-1.416382069,0.6694271549,299,0.415649091,-0.387246002,7946.9877275 +271,-1.538905672,0.7535625993,299,0.415649091,-0.387246002,8347.4030225 +272,-1.572309477,0.7803125099,299,0.415649091,-0.387246002,8445.2857727 +273,-1.87759879,0.7503853417,299,0.415649091,-0.387246002,9323.0356174 +274,1.152365588,0.590457682,299,0.415649091,-0.387246002,4765.4887949 +275,0.350198001,0.718001859,299,0.415649091,-0.387246002,4384.5027593 +276,0.046513677,0.491503852,299,0.415649091,-0.387246002,3755.9236053 +277,0.027510309,0.742571376,299,0.415649091,-0.387246002,4694.708123 +278,0.306285725,-0.214631579,299,0.415649091,-0.387246002,798.80023629 +279,-1.100564889,0.318051531,299,0.415649091,-0.387246002,6499.8663604 +280,-1.078582306,0.301437596,299,0.415649091,-0.387246002,6398.191374 +281,-1.137371989,-0.617634065,299,0.415649091,-0.387246002,5294.0673245 +282,0.784356344,0.703272339,299,0.415649091,-0.387246002,4528.7520834 +283,-1.221209947,0.218327455,299,0.415649091,-0.387246002,6784.1773342 +284,2.347301921,-0.449114658,299,0.415649091,-0.387246002,6740.5170991 +285,0.246820618,0.830553713,299,0.415649091,-0.387246002,4861.122157 +286,0.829414965,0.703288228,299,0.415649091,-0.387246002,4581.4666595 +287,-1.337537566,0.42332223,299,0.415649091,-0.387246002,7463.1409305 +288,0.882453706,0.454478077,299,0.415649091,-0.387246002,3784.8961547 +289,1.575629659,0.416419109,299,0.415649091,-0.387246002,5483.1425369 +290,-1.039455679,0.229888244,299,0.415649091,-0.387246002,6150.5359385 +291,0.489558039,0.934482747,299,0.415649091,-0.387246002,5241.5058264 +292,0.081344504,0.88384514,299,0.415649091,-0.387246002,5168.8940071 +293,-1.547979814,0.300350308,299,0.415649091,-0.387246002,8072.1980856 +294,0.040776181,0.168560074,299,0.415649091,-0.387246002,2639.4112664 +295,-1.130374745,0.563894876,299,0.415649091,-0.387246002,6948.7069385 +296,1.578326642,0.478507176,299,0.415649091,-0.387246002,5616.1735184 +297,-1.12861823,-0.291640865,299,0.415649091,-0.387246002,5697.1217485 +298,0.310524208,0.770885792,299,0.415649091,-0.387246002,4603.2006157 +299,0.415649091,-0.387246002,299,0.415649091,-0.387246002,0 +300,-0.926533878,-0.188022748,299,0.415649091,-0.387246002,5111.2811502 +301,1.258856172,-0.11716081,299,0.415649091,-0.387246002,3389.1340661 +302,-1.126050026,0.322941926,299,0.415649091,-0.387246002,6596.0050119 +303,2.002785835,0.07893892,299,0.415649091,-0.387246002,6399.6830429 +304,0.440437607,0.746258085,299,0.415649091,-0.387246002,4490.7229028 +305,-0.030391866,0.214441206,299,0.415649091,-0.387246002,2946.4108084 +306,0.521557815,-0.058929362,299,0.415649091,-0.387246002,1362.6530971 +307,-0.097005111,0.13317729,299,0.415649091,-0.387246002,2864.9793998 +308,1.83113859,0.221857587,299,0.415649091,-0.387246002,5997.5236326 +309,0.222428864,0.099404236,299,0.415649091,-0.387246002,2068.1607361 +310,-1.702731345,0.8728568183,299,0.415649091,-0.387246002,8766.5580337 +311,-0.418507569,0.278324921,299,0.415649091,-0.387246002,4173.6794809 +312,-1.41153306,0.339029988,299,0.415649091,-0.387246002,7625.7355771 +313,0.357560442,0.114788776,299,0.415649091,-0.387246002,2001.293396 +314,0.325818979,0.268352149,299,0.415649091,-0.387246002,2620.1246345 +315,-1.246004659,-0.663679965,299,0.415649091,-0.387246002,5559.5198431 +316,1.814603087,0.637404484,299,0.415649091,-0.387246002,6608.7054778 +317,1.843704281,-0.18300445,299,0.415649091,-0.387246002,5431.4261897 +318,1.690644492,-0.211480909,299,0.415649091,-0.387246002,4834.3973051 +319,-1.275451936,0.068109467,299,0.415649091,-0.387246002,6764.5788335 +320,0.762430171,-0.207594741,299,0.415649091,-0.387246002,1491.1883527 +321,0.265668905,-0.014647884,299,0.415649091,-0.387246002,1585.1109077 +322,-2.773032013,-0.335515811,299,0.415649091,-0.387246002,9575.1902403 +323,-1.469512853,0.174058777,299,0.415649091,-0.387246002,7627.2356561 +324,0.286276986,0.785925691,299,0.415649091,-0.387246002,4670.3988196 +325,-1.379324697,0.377432233,299,0.415649091,-0.387246002,7556.2395515 +326,-1.203778265,0.212813032,299,0.415649091,-0.387246002,6713.3907031 +327,0.579916301,0.611743168,299,0.415649091,-0.387246002,4004.8760424 +328,0.267582642,0.868113908,299,0.415649091,-0.387246002,4999.731812 +329,0.412869244,-0.050245578,299,0.415649091,-0.387246002,1334.9014822 +330,0.17524381,0.976660285,299,0.415649091,-0.387246002,5462.6710491 +331,0.743157214,0.204812899,299,0.415649091,-0.387246002,2667.9784496 +332,-1.070758176,0.269382282,299,0.415649091,-0.387246002,6322.0323504 +333,-1.230364251,0.329790229,299,0.415649091,-0.387246002,6971.5687042 +334,-1.374813124,-0.024926835,299,0.415649091,-0.387246002,6988.3718642 +335,0.519780566,0.463669906,299,0.415649091,-0.387246002,3394.0498375 +336,-1.55108034,0.239698561,299,0.415649091,-0.387246002,8011.3774889 +337,0.180294813,0.029739425,299,0.415649091,-0.387246002,1885.7514367 +338,0.67820924,0.268170153,299,0.415649091,-0.387246002,2788.9371772 +339,0.445798684,1.024001867,299,0.415649091,-0.387246002,5590.8306184 +340,0.691751283,0.150521402,299,0.415649091,-0.387246002,2384.6891901 +341,-1.036643551,-0.903056181,299,0.415649091,-0.387246002,4744.8657693 +342,-0.120287036,1.083325163,299,0.415649091,-0.387246002,6066.4252753 +343,2.823513113,-0.304487164,299,0.415649091,-0.387246002,8494.7959872 +344,0.457583172,1.12513373,299,0.415649091,-0.387246002,5991.9283284 +345,0.042918831,0.813795399,299,0.415649091,-0.387246002,4941.2200495 +346,1.196146777,-0.853142756,299,0.415649091,-0.387246002,3054.1578713 +347,0.206001358,-0.010430701,299,0.415649091,-0.387246002,1697.4994279 +348,-0.268308653,0.234799412,299,0.415649091,-0.387246002,3622.5891026 +349,0.759363263,0.736189579,299,0.415649091,-0.387246002,4624.4618966 +350,0.181363926,0.891988372,299,0.415649091,-0.387246002,5132.5716737 +351,-0.021111158,0.139103292,299,0.415649091,-0.387246002,2687.2269979 +352,-0.093355215,0.630686981,299,0.415649091,-0.387246002,4459.861938 +353,0.40118964,0.681375926,299,0.415649091,-0.387246002,4233.1511883 +354,-0.721197315,1.304706234,299,0.415649091,-0.387246002,7271.8474545 +355,-1.076150317,0.212107639,299,0.415649091,-0.387246002,6253.8789573 +356,-1.577164531,0.273993443,299,0.415649091,-0.387246002,8147.9214287 +357,-0.190788414,0.182208586,299,0.415649091,-0.387246002,3261.0304861 +358,-0.261349752,0.209710184,299,0.415649091,-0.387246002,3535.9853762 +359,-1.029303852,0.083549259,299,0.415649091,-0.387246002,5887.6252442 +360,-1.268609162,0.330525297,299,0.415649091,-0.387246002,7107.5158451 +361,1.282982244,-0.926641967,299,0.415649091,-0.387246002,3358.0260256 +362,0.217352334,0.731352408,299,0.415649091,-0.387246002,4490.0264386 +363,-1.511833084,0.258629297,299,0.415649091,-0.387246002,7891.5565503 +364,0.338812194,0.823184618,299,0.415649091,-0.387246002,4802.3752339 +365,-0.324406489,1.134201999,299,0.415649091,-0.387246002,6432.3028601 +366,1.389579348,0.399185724,299,0.415649091,-0.387246002,4878.3215564 +367,2.047152199,-0.039082036,299,0.415649091,-0.387246002,6385.8733167 +368,0.947780369,0.568250077,299,0.415649091,-0.387246002,4287.0228128 +369,0.763824846,0.576754987,299,0.415649091,-0.387246002,4038.828754 +370,-0.142334657,0.928153068,299,0.415649091,-0.387246002,5551.4589 +371,0.610266567,0.547265983,299,0.415649091,-0.387246002,3774.6221359 +372,0.210731629,0.746815056,299,0.415649091,-0.387246002,4553.9391447 +373,-1.34931644,0.316895224,299,0.415649091,-0.387246002,7376.7947215 +374,2.407696481,0.655030745,299,0.415649091,-0.387246002,8435.9990422 +375,0.64207831,0.545359131,299,0.415649091,-0.387246002,3792.8009714 +376,1.174597538,0.840588356,299,0.415649091,-0.387246002,5558.227923 +377,0.660059424,0.010604079,299,0.415649091,-0.387246002,1836.9394889 +378,-0.730263819,0.010486456,299,0.415649091,-0.387246002,4687.7418907 +379,0.831068936,0.512339172,299,0.415649091,-0.387246002,3899.5463214 +380,1.301180979,0.72367476,299,0.415649091,-0.387246002,5468.3824539 +381,1.811128231,0.322854402,299,0.415649091,-0.387246002,6089.8196894 +382,0.435105812,0.992284428,299,0.415649091,-0.387246002,5464.7066577 +383,0.62643634,0.592027932,299,0.415649091,-0.387246002,3959.5100923 +384,0.492988703,-0.516339467,299,0.415649091,-0.387246002,580.72271315 +385,-0.162469483,0.112549365,299,0.415649091,-0.387246002,2991.2099792 +386,0.314630866,0.472006421,299,0.415649091,-0.387246002,3425.4355768 +387,0.166744804,0.822815954,299,0.415649091,-0.387246002,4874.9074376 +388,0.417159608,0.965805736,299,0.415649091,-0.387246002,5359.4403716 +389,0.106334961,0.868774244,299,0.415649091,-0.387246002,5092.7538715 +390,0.815086969,-0.338144359,299,0.415649091,-0.387246002,1490.5183927 +391,0.59867455,-0.230624824,299,0.415649091,-0.387246002,927.60745918 +392,1.915104874,0.066220985,299,0.415649091,-0.387246002,6060.0015078 +393,1.278093622,0.064463721,299,0.415649091,-0.387246002,3786.5299898 +394,-0.061477853,0.302997961,299,0.415649091,-0.387246002,3300.9563295 +395,0.251311504,0.626976942,299,0.415649091,-0.387246002,4064.2948986 +396,2.950242872,0.149095644,299,0.415649091,-0.387246002,9949.5931845 +397,-0.180294708,0.35375117,299,0.415649091,-0.387246002,3731.795629 +398,1.010448592,-0.351180233,299,0.415649091,-0.387246002,2197.3587047 +399,-1.748740498,0.3686318073,299,0.415649091,-0.387246002,8866.8286321 +400,2.699635665,0.123533791,299,0.415649091,-0.387246002,9012.7995737 +401,0.496808033,0.823843254,299,0.415649091,-0.387246002,4805.8838838 +402,0.129574704,0.763364087,299,0.415649091,-0.387246002,4674.766966 +403,1.798920311,0.817447563,299,0.415649091,-0.387246002,6847.8371475 +404,0.335987953,0.746786541,299,0.415649091,-0.387246002,4501.317908 +405,-1.085413643,0.292154671,299,0.415649091,-0.387246002,6408.0909332 +406,-0.155321003,0.508207011,299,0.415649091,-0.387246002,4162.3390844 +407,0.620529244,-0.301175104,299,0.415649091,-0.387246002,836.11214804 +408,1.684402744,0.368716966,299,0.415649091,-0.387246002,5742.1718323 +409,0.300582244,-0.386397212,299,0.415649091,-0.387246002,422.08367124 +410,2.913555946,-0.009225192,299,0.415649091,-0.387246002,9504.9370103 +411,1.465101417,0.493232532,299,0.415649091,-0.387246002,5313.2602396 +412,0.090612882,0.907955955,299,0.415649091,-0.387246002,5252.5906427 +413,2.987564726,-0.729568594,299,0.415649091,-0.387246002,7552.0837276 +414,-1.484261606,0.224149272,299,0.415649091,-0.387246002,7747.6243977 +415,0.164073421,0.303955133,299,0.415649091,-0.387246002,2906.378365 +416,0.141441293,0.167552546,299,0.415649091,-0.387246002,2442.0225097 +417,2.931321023,-0.506718887,299,0.415649091,-0.387246002,8172.7858817 +418,2.21951565,0.700596356,299,0.415649091,-0.387246002,7882.0031334 +419,0.268112576,1.199114336,299,0.415649091,-0.387246002,6298.0465552 +420,0.978913739,0.359223811,299,0.415649091,-0.387246002,3672.1413215 +421,1.210898818,0.522863584,299,0.415649091,-0.387246002,4707.5586342 +422,2.347397336,0.129231362,299,0.415649091,-0.387246002,7735.7828968 +423,0.614394501,0.556878345,299,0.415649091,-0.387246002,3814.8329044 +424,-1.398079356,0.148483366,299,0.415649091,-0.387246002,7330.173728 +425,2.535303836,-0.112984496,299,0.415649091,-0.387246002,8015.2016693 +426,-1.019372593,-0.405322349,299,0.415649091,-0.387246002,5163.3112108 +427,-1.297785627,-0.160104069,299,0.415649091,-0.387246002,6498.3961312 +428,2.144554488,0.205051084,299,0.415649091,-0.387246002,7099.0370803 +429,-2.242387083,-0.426171285,299,0.415649091,-0.387246002,8723.2746364 +430,0.338637212,0.909723676,299,0.415649091,-0.387246002,5144.2278049 +431,-0.148798452,0.691042401,299,0.415649091,-0.387246002,4754.0460437 +432,0.893524764,0.441829531,299,0.415649091,-0.387246002,3762.4391902 +433,0.969229347,-0.368847936,299,0.415649091,-0.387246002,2035.5194564 +434,0.436043248,0.800045688,299,0.415649091,-0.387246002,4703.4353504 +435,1.687946607,1.081504775,299,0.415649091,-0.387246002,7041.1199522 +436,0.522302046,-0.034889271,299,0.415649091,-0.387246002,1454.8357672 +437,-0.178996113,-0.438090009,299,0.415649091,-0.387246002,2161.4320349 +438,-1.094339566,0.301444068,299,0.415649091,-0.387246002,6453.3308188 +439,-1.064070054,0.242569932,299,0.415649091,-0.387246002,6257.4045394 +440,-1.068153768,0.230387998,299,0.415649091,-0.387246002,6253.2618045 +441,-3.00496892,-0.23989155,299,0.415649091,-0.387246002,9733.7281277 +442,0.21751974,0.766874888,299,0.415649091,-0.387246002,4627.7999608 +443,0.117229532,0.007619006,299,0.415649091,-0.387246002,1942.6407303 +444,0.777758451,0.420554741,299,0.415649091,-0.387246002,3490.1781651 +445,-0.252356999,0.250747086,299,0.415649091,-0.387246002,3620.8137616 +446,0.363148444,0.768483434,299,0.415649091,-0.387246002,4581.813852 +447,0.903191366,-0.118210676,299,0.415649091,-0.387246002,2145.2003374 +448,-0.205755923,0.149406178,299,0.415649091,-0.387246002,3215.1932152 +449,1.811996086,0.02364353,299,0.415649091,-0.387246002,5618.5476616 +450,-1.100670221,0.314845373,299,0.415649091,-0.387246002,6495.465113 +451,0.340078597,0.850105132,299,0.415649091,-0.387246002,4908.4560109 +452,0.258757267,0.804969236,299,0.415649091,-0.387246002,4755.9120263 +453,2.78505352,-0.155160804,299,0.415649091,-0.387246002,8756.0494926 +454,0.800551619,0.105822106,299,0.415649091,-0.387246002,2458.2866938 +455,0.437940882,-0.506194031,299,0.415649091,-0.387246002,477.82216628 +456,2.230431122,0.63458615,299,0.415649091,-0.387246002,7869.3261784 +457,0.527965361,0.127667701,299,0.415649091,-0.387246002,2085.645634 +458,-0.063643205,0.702093448,299,0.415649091,-0.387246002,4663.3188597 +459,1.408447268,0.133010502,299,0.415649091,-0.387246002,4367.1115239 +460,0.523795955,0.280266966,299,0.415649091,-0.387246002,2677.1074363 +461,-0.975769313,0.072177659,299,0.415649091,-0.387246002,5675.3857741 +462,0.549774164,-0.463663986,299,0.415649091,-0.387246002,570.56493841 +463,0.29245874,1.095549818,299,0.415649091,-0.387246002,5886.119698 +464,0.143625958,0.816809593,299,0.415649091,-0.387246002,4867.7022305 +465,0.671902494,0.611159853,299,0.415649091,-0.387246002,4070.29754 +466,1.239840988,0.6724199,299,0.415649091,-0.387246002,5193.444375 +467,0.607829703,-0.10932137,299,0.415649091,-0.387246002,1323.6583843 +468,1.763020906,0.263996692,299,0.415649091,-0.387246002,5827.0957115 +469,0.378714634,0.726066797,299,0.415649091,-0.387246002,4411.9166258 +470,2.196736143,-0.153862366,299,0.415649091,-0.387246002,6750.8156369 +471,0.01702415,0.148991565,299,0.415649091,-0.387246002,2628.1166752 +472,-2.998490902,-0.158002487,299,0.415649091,-0.387246002,10038.707664 +473,-3.051262951,-0.346595608,299,0.415649091,-0.387246002,9276.2690017 +474,-1.069176439,0.182802941,299,0.415649091,-0.387246002,6184.1662596 +475,0.167157509,0.595344954,299,0.415649091,-0.387246002,4003.1342292 +476,0.613855648,0.681746124,299,0.415649091,-0.387246002,4297.6010404 +477,1.037012736,0.682555367,299,0.415649091,-0.387246002,4822.4884107 +478,-1.253574971,0.379755746,299,0.415649091,-0.387246002,7118.8060363 +479,3.108590453,-0.132620738,299,0.415649091,-0.387246002,9747.0853843 +480,0.565301296,0.022333262,299,0.415649091,-0.387246002,1722.3617867 +481,0.547898238,0.855555614,299,0.415649091,-0.387246002,4944.9022255 +482,0.948309381,0.417393755,299,0.415649091,-0.387246002,3790.0623265 +483,-0.050600732,0.945269213,299,0.415649091,-0.387246002,5512.4374202 +484,-0.977651478,-0.572363064,299,0.415649091,-0.387246002,4839.4788059 +485,1.102014914,0.728861163,299,0.415649091,-0.387246002,5086.3520506 +486,2.927300795,-0.282939414,299,0.415649091,-0.387246002,8835.8382202 +487,-1.154565557,0.124434095,299,0.415649091,-0.387246002,6405.5254903 +488,1.855331234,0.291044755,299,0.415649091,-0.387246002,6191.8128839 +489,0.830290659,0.276904518,299,0.415649091,-0.387246002,3083.6524568 +490,0.485104466,-0.234867441,299,0.415649091,-0.387246002,657.81372621 +491,0.521367572,-0.33161327,299,0.415649091,-0.387246002,449.60251904 +1,-1.539031704,0.7349710123,300,-0.926533878,-0.188022748,4279.5575808 +2,-1.536990553,0.7349663874,300,-0.926533878,-0.188022748,4275.7080836 +3,-1.534951779,0.7349571355,300,-0.926533878,-0.188022748,4271.8580607 +4,-1.532906461,0.7349480293,300,-0.926533878,-0.188022748,4268.005367 +5,-1.531320211,0.7346937278,300,-0.926533878,-0.188022748,4264.2667661 +6,-1.539451648,0.7335131775,300,-0.926533878,-0.188022748,4275.9143667 +7,-1.537429487,0.7335445708,300,-0.926533878,-0.188022748,4272.2010571 +8,-1.535484998,0.7335658704,300,-0.926533878,-0.188022748,4268.6120771 +9,-1.533488396,0.7336036027,300,-0.926533878,-0.188022748,4264.9842931 +10,-1.531497785,0.7335842962,300,-0.926533878,-0.188022748,4261.2023734 +11,-1.530259379,0.7334777758,300,-0.926533878,-0.188022748,4258.5644065 +12,-1.5335454,0.7322346912,300,-0.926533878,-0.188022748,4260.9096174 +13,-1.531489083,0.7322238773,300,-0.926533878,-0.188022748,4257.0237657 +14,-1.530011122,0.7321679851,300,-0.926533878,-0.188022748,4254.0892179 +15,-1.53348106,0.7306614094,300,-0.926533878,-0.188022748,4255.9850075 +16,-1.531441779,0.7306962275,300,-0.926533878,-0.188022748,4252.2629605 +17,-1.529755654,0.7306933243,300,-0.926533878,-0.188022748,4249.0957156 +18,-1.533415048,0.7291384674,300,-0.926533878,-0.188022748,4251.2125296 +19,-1.531392093,0.7291705353,300,-0.926533878,-0.188022748,4247.505342 +20,-1.529296523,0.7291214933,300,-0.926533878,-0.188022748,4243.4231906 +21,-1.535280942,0.727267644,300,-0.926533878,-0.188022748,4249.031564 +22,-1.533378158,0.7276139666,300,-0.926533878,-0.188022748,4246.4917876 +23,-1.531340368,0.7276446587,300,-0.926533878,-0.188022748,4242.7449829 +24,-1.528960113,0.7276398177,300,-0.926533878,-0.188022748,4238.256077 +25,-1.533313146,0.7260818349,300,-0.926533878,-0.188022748,4241.6963777 +26,-1.531259555,0.7260958115,300,-0.926533878,-0.188022748,4237.8612601 +27,-1.528926415,0.7260865555,300,-0.926533878,-0.188022748,4233.4387915 +28,-1.531226779,0.7245511789,300,-0.926533878,-0.188022748,4233.0826863 +29,-1.528904772,0.7245519194,300,-0.926533878,-0.188022748,4228.7030554 +30,-1.547195875,0.7409785979,300,-0.926533878,-0.188022748,4313.163749 +31,-1.5451475,0.740980426,300,-0.926533878,-0.188022748,4309.3141997 +32,-1.543097679,0.7409798872,300,-0.926533878,-0.188022748,4305.4638855 +33,-1.540720364,0.7409892687,300,-0.926533878,-0.188022748,4301.0403377 +34,-1.547188511,0.7395198392,300,-0.926533878,-0.188022748,4308.7339738 +35,-1.545148587,0.7395226109,300,-0.926533878,-0.188022748,4304.8958324 +36,-1.543104538,0.7395314908,300,-0.926533878,-0.188022748,4301.0775697 +37,-1.540727751,0.7395306258,300,-0.926533878,-0.188022748,4296.6152825 +38,-1.547187029,0.7380014886,300,-0.926533878,-0.188022748,4304.136832 +39,-1.545147315,0.7380012252,300,-0.926533878,-0.188022748,4300.282218 +40,-1.54310719,0.7380060743,300,-0.926533878,-0.188022748,4296.4514036 +41,-1.540719671,0.7380068206,300,-0.926533878,-0.188022748,4291.9648914 +42,-1.547187189,0.7364799098,300,-0.926533878,-0.188022748,4299.5350291 +43,-1.545149996,0.7364853874,300,-0.926533878,-0.188022748,4295.6948754 +44,-1.543106091,0.7364823484,300,-0.926533878,-0.188022748,4291.8253205 +45,-1.540717158,0.7364893901,300,-0.926533878,-0.188022748,4287.3462916 +46,-1.538663972,0.7410138672,300,-0.926533878,-0.188022748,4297.2742563 +47,-1.53695285,0.7409699132,300,-0.926533878,-0.188022748,4293.9510727 +48,-1.534910498,0.7409641297,300,-0.926533878,-0.188022748,4290.1352982 +49,-1.533145034,0.7409536636,300,-0.926533878,-0.188022748,4286.8274608 +50,-1.538681336,0.7395405883,300,-0.926533878,-0.188022748,4292.815778 +51,-1.536999189,0.7395183096,300,-0.926533878,-0.188022748,4289.6065758 +52,-1.534923633,0.7395144222,300,-0.926533878,-0.188022748,4285.7273016 +53,-1.533267822,0.7395654306,300,-0.926533878,-0.188022748,4282.8049555 +54,-1.53867273,0.7380151077,300,-0.926533878,-0.188022748,4288.1516221 +55,-1.536980576,0.7379994392,300,-0.926533878,-0.188022748,4284.9376093 +56,-1.534931522,0.7379944961,300,-0.926533878,-0.188022748,4281.0968518 +57,-1.533387952,0.7379480264,300,-0.926533878,-0.188022748,4278.0788947 +58,-1.538682279,0.7364914363,300,-0.926533878,-0.188022748,4283.5289828 +59,-1.536980704,0.7364810563,300,-0.926533878,-0.188022748,4280.307071 +60,-1.534935567,0.7364752065,300,-0.926533878,-0.188022748,4276.4632002 +61,-1.533042592,0.7363876366,300,-0.926533878,-0.188022748,4272.6622096 +62,-1.545143426,0.7349628011,300,-0.926533878,-0.188022748,4291.0715918 +63,-1.543105297,0.7349691947,300,-0.926533878,-0.188022748,4287.2338832 +64,-1.541064533,0.7349647152,300,-0.926533878,-0.188022748,4283.3673252 +65,-1.545411803,0.7334624714,300,-0.926533878,-0.188022748,4287.0396816 +66,-1.543446606,0.7334780896,300,-0.926533878,-0.188022748,4283.3593139 +67,-1.541475327,0.7334957295,300,-0.926533878,-0.188022748,4279.6821924 +68,-1.545401939,0.731963266,300,-0.926533878,-0.188022748,4282.4858064 +69,-1.54342253,0.7319915583,300,-0.926533878,-0.188022748,4278.8095642 +70,-1.541455867,0.7320216438,300,-0.926533878,-0.188022748,4275.1717629 +71,-1.545410146,0.7304422281,300,-0.926533878,-0.188022748,4277.9022878 +72,-1.543435491,0.7304713664,300,-0.926533878,-0.188022748,4274.2300989 +73,-1.541463105,0.7304997613,300,-0.926533878,-0.188022748,4270.5687983 +74,-1.545414768,0.7289194936,300,-0.926533878,-0.188022748,4273.3088989 +75,-1.543435774,0.7289538557,300,-0.926533878,-0.188022748,4269.6367207 +76,-1.541457714,0.7289765881,300,-0.926533878,-0.188022748,4265.9399964 +77,-1.539449415,0.7320555866,300,-0.926533878,-0.188022748,4271.4792978 +78,-1.537429183,0.7321097681,300,-0.926533878,-0.188022748,4267.8316772 +79,-1.535472649,0.7321497267,300,-0.926533878,-0.188022748,4264.2700214 +80,-1.539457899,0.7305333307,300,-0.926533878,-0.188022748,4266.8699116 +81,-1.537453161,0.7305750503,300,-0.926533878,-0.188022748,4263.2059108 +82,-1.535479385,0.7306124949,300,-0.926533878,-0.188022748,4259.5965214 +83,-1.53946905,0.7290102593,300,-0.926533878,-0.188022748,4262.2652058 +84,-1.537459922,0.7290417293,300,-0.926533878,-0.188022748,4258.5540543 +85,-1.535451349,0.7290890157,300,-0.926533878,-0.188022748,4254.9013856 +86,-1.535522937,0.7279887191,300,-0.926533878,-0.188022748,4251.6852033 +87,-1.539442524,0.7274735939,300,-0.926533878,-0.188022748,4257.5497531 +88,-1.537424111,0.727521351,300,-0.926533878,-0.188022748,4253.8629385 +89,-1.539384641,0.7259505092,300,-0.926533878,-0.188022748,4252.8176739 +90,-1.537372391,0.7259947145,300,-0.926533878,-0.188022748,4249.1243507 +91,-1.535340789,0.7260435356,300,-0.926533878,-0.188022748,4245.4178251 +92,-1.539325716,0.7244369706,300,-0.926533878,-0.188022748,4248.1141874 +93,-1.537308932,0.7244801057,300,-0.926533878,-0.188022748,4244.4016369 +94,-1.535289068,0.7245247645,300,-0.926533878,-0.188022748,4240.6973371 +95,-1.533261366,0.7245550236,300,-0.926533878,-0.188022748,4236.943832 +96,-1.539267302,0.722921924,300,-0.926533878,-0.188022748,4243.4087142 +97,-1.537248972,0.7229660258,300,-0.926533878,-0.188022748,4239.6887743 +98,-1.535219431,0.7229916471,300,-0.926533878,-0.188022748,4235.900787 +99,-1.53318962,0.7230212049,300,-0.926533878,-0.188022748,4232.1337226 +100,-1.531154816,0.7230299897,300,-0.926533878,-0.188022748,4228.3033171 +101,-1.528878341,0.7230370244,300,-0.926533878,-0.188022748,4224.0205448 +102,-1.539218189,0.7214009878,300,-0.926533878,-0.188022748,4238.7048321 +103,-1.537198791,0.7214422745,300,-0.926533878,-0.188022748,4234.9668427 +104,-1.535179266,0.7214634354,300,-0.926533878,-0.188022748,4231.176908 +105,-1.533156501,0.7214944644,300,-0.926533878,-0.188022748,4227.4201786 +106,-1.53113574,0.7215166021,300,-0.926533878,-0.188022748,4223.6495936 +107,-1.528874248,0.7215345535,300,-0.926533878,-0.188022748,4219.4200987 +108,-1.539217656,0.7198512397,300,-0.926533878,-0.188022748,4234.0086186 +109,-1.537199919,0.7199428763,300,-0.926533878,-0.188022748,4230.4187382 +110,-1.545425832,0.727397149,300,-0.926533878,-0.188022748,4268.731114 +111,-1.543371177,0.7273916949,300,-0.926533878,-0.188022748,4264.786406 +112,-1.541368852,0.7274523163,300,-0.926533878,-0.188022748,4261.1508506 +113,-1.545349067,0.7258710923,300,-0.926533878,-0.188022748,4263.975827 +114,-1.54332671,0.7258603556,300,-0.926533878,-0.188022748,4260.0694925 +115,-1.541346831,0.7259242142,300,-0.926533878,-0.188022748,4256.4790878 +116,-1.545324355,0.7243383958,300,-0.926533878,-0.188022748,4259.3020334 +117,-1.543292796,0.7243617413,300,-0.926533878,-0.188022748,4255.4734914 +118,-1.541295822,0.7244024384,300,-0.926533878,-0.188022748,4251.7729522 +119,-1.543193859,0.7205570215,300,-0.926533878,-0.188022748,4243.788255 +120,-1.550257047,0.7386738187,300,-0.926533878,-0.188022748,4311.9833339 +121,-1.549335448,0.7311736483,300,-0.926533878,-0.188022748,4287.6068825 +122,-1.533478843,0.7179891343,300,-0.926533878,-0.188022748,4217.3661646 +123,-1.556150555,0.738907041,300,-0.926533878,-0.188022748,4323.8988101 +124,-1.554324226,0.733414257,300,-0.926533878,-0.188022748,4303.9059122 +125,-1.554290846,0.7288285332,300,-0.926533878,-0.188022748,4290.0778591 +126,-1.55122487,0.7219795312,300,-0.926533878,-0.188022748,4263.5966802 +127,-1.525104458,0.7229399862,300,-0.926533878,-0.188022748,4216.6131952 +128,-1.519607711,0.7236181429,300,-0.926533878,-0.188022748,4208.4030722 +129,-1.513899999,0.7251107854,300,-0.926533878,-0.188022748,4202.4113706 +130,-1.536620762,0.7431061895,300,-0.926533878,-0.188022748,4299.8587538 +131,-1.5369566,0.7460845958,300,-0.926533878,-0.188022748,4309.5845533 +132,-1.545345528,0.7447040685,300,-0.926533878,-0.188022748,4320.9838418 +133,-1.532813921,0.7432306626,300,-0.926533878,-0.188022748,4293.1910154 +134,-1.554788248,0.7382381001,300,-0.926533878,-0.188022748,4319.2891934 +135,-1.540348126,0.7301594274,300,-0.926533878,-0.188022748,4267.4211883 +136,-1.538016084,0.7239051786,300,-0.926533878,-0.188022748,4244.0028454 +137,-1.525288962,0.7258085137,300,-0.926533878,-0.188022748,4225.7591949 +138,-1.534326986,0.731241342,300,-0.926533878,-0.188022748,4259.3451767 +139,-1.530733872,0.7303625216,300,-0.926533878,-0.188022748,4249.9152308 +141,-1.534354939,0.7328219978,300,-0.926533878,-0.188022748,4264.2215581 +142,-1.53157084,0.7292888153,300,-0.926533878,-0.188022748,4248.2026741 +143,-1.525691035,0.7263799874,300,-0.926533878,-0.188022748,4228.2658359 +144,-1.534031287,0.7495967835,300,-0.926533878,-0.188022748,4314.9525112 +145,-1.527714986,0.7283095957,300,-0.926533878,-0.188022748,4237.9733206 +146,-1.526189586,0.7271468292,300,-0.926533878,-0.188022748,4231.5519487 +147,-1.555177336,0.7375563366,300,-0.926533878,-0.188022748,4317.9826296 +148,-1.555080283,0.7312707794,300,-0.926533878,-0.188022748,4298.9252455 +149,-1.53856994,0.7224180299,300,-0.926533878,-0.188022748,4240.5477696 +150,-1.530837883,0.729933372,300,-0.926533878,-0.188022748,4248.7974936 +151,-1.515066984,0.5854133365,300,-0.926533878,-0.188022748,3782.0348426 +152,-1.534731633,0.5368370046,300,-0.926533878,-0.188022748,3686.8008133 +153,-1.515231902,0.5607085576,300,-0.926533878,-0.188022748,3709.9934481 +154,-2.616253799,1.0684566605,300,-0.926533878,-0.188022748,7100.296878 +155,-1.956071439,0.5792177723,300,-0.926533878,-0.188022748,4926.4104227 +156,-1.951208514,0.5602434208,300,-0.926533878,-0.188022748,4877.6627304 +157,-1.944675062,0.6062144545,300,-0.926533878,-0.188022748,4942.9609084 +158,-1.613778386,0.6077989518,300,-0.926533878,-0.188022748,4071.4384709 +159,-2.035029014,0.6021432345,300,-0.926533878,-0.188022748,5199.7014513 +160,-2.114989471,0.6801825058,300,-0.926533878,-0.188022748,5555.7421158 +161,-2.037382079,0.5765830025,300,-0.926533878,-0.188022748,5165.0000966 +162,-2.129855121,0.6585019963,300,-0.926533878,-0.188022748,5566.3443334 +163,-2.075141798,0.6493615843,300,-0.926533878,-0.188022748,5393.6639877 +164,-1.828626729,0.6948433129,300,-0.926533878,-0.188022748,4813.3529602 +165,-1.863329418,0.6735427691,300,-0.926533878,-0.188022748,4855.1243802 +166,-1.266037071,0.727988852,300,-0.926533878,-0.188022748,3833.3801562 +167,-1.277579582,0.7249010648,300,-0.926533878,-0.188022748,3835.9839786 +168,-1.258418684,0.7241194816,300,-0.926533878,-0.188022748,3810.4071991 +169,-1.317813974,0.6804850104,300,-0.926533878,-0.188022748,3730.8438812 +170,-1.344165204,0.6790988904,300,-0.926533878,-0.188022748,3764.7018806 +171,-1.427582102,0.5277120351,300,-0.926533878,-0.188022748,3417.6995389 +172,-1.402238616,0.457167829,300,-0.926533878,-0.188022748,3144.3950641 +173,-1.422454264,0.4996161999,300,-0.926533878,-0.188022748,3319.7651019 +174,-1.439089277,0.4894859811,300,-0.926533878,-0.188022748,3325.8734746 +175,-1.448126995,0.5182330266,300,-0.926533878,-0.188022748,3433.1329756 +176,-1.474626146,0.5881926574,300,-0.926533878,-0.188022748,3703.3567602 +177,-1.421139645,0.5584869783,300,-0.926533878,-0.188022748,3500.7200633 +178,-1.457037165,0.565943032,300,-0.926533878,-0.188022748,3598.1757825 +179,-2.757159358,0.3745319,300,-0.926533878,-0.188022748,7442.4088244 +180,-2.714309238,0.342054471,300,-0.926533878,-0.188022748,7271.6770257 +181,-2.000525337,0.774119946,300,-0.926533878,-0.188022748,5407.6720944 +183,-1.571413436,0.6777838382,300,-0.926533878,-0.188022748,4173.7639394 +184,-1.552860289,0.6987663893,300,-0.926533878,-0.188022748,4197.4574252 +185,-1.521852374,0.7165827476,300,-0.926533878,-0.188022748,4190.9829032 +186,-1.503656267,0.6928968252,300,-0.926533878,-0.188022748,4083.5032905 +187,-1.502753178,0.7136205882,300,-0.926533878,-0.188022748,4146.1133584 +188,-1.631894563,0.7343596465,300,-0.926533878,-0.188022748,4461.6179986 +189,-1.653765416,0.6770714026,300,-0.926533878,-0.188022748,4351.4519735 +190,-1.719812114,0.6715965947,300,-0.926533878,-0.188022748,4491.1583243 +191,-1.493406659,0.6646955447,300,-0.926533878,-0.188022748,3976.5586083 +192,-1.469120564,0.6613469966,300,-0.926533878,-0.188022748,3919.3948241 +193,-1.590551461,0.5326612937,300,-0.926533878,-0.188022748,3812.1257578 +194,-1.625979264,0.5247742243,300,-0.926533878,-0.188022748,3882.3076344 +195,-1.572293943,0.5238808754,300,-0.926533878,-0.188022748,3742.6690699 +196,-1.610848725,0.5477107964,300,-0.926533878,-0.188022748,3903.2468487 +197,-1.208485554,0.7918526018,300,-0.926533878,-0.188022748,4009.8907438 +198,-1.335601374,0.6869083083,300,-0.926533878,-0.188022748,3779.0202172 +199,-1.346156996,0.6825213377,300,-0.926533878,-0.188022748,3779.5230271 +200,-1.324381037,0.6741422347,300,-0.926533878,-0.188022748,3718.1120135 +201,-1.242424992,0.7378949807,300,-0.926533878,-0.188022748,3842.9503759 +202,-1.270370057,0.7392461008,300,-0.926533878,-0.188022748,3879.3595786 +203,-1.448950472,0.7441675014,300,-0.926533878,-0.188022748,4149.4043758 +204,-1.492662363,0.7523026852,300,-0.926533878,-0.188022748,4249.5569749 +205,-1.479098966,0.7763855017,300,-0.926533878,-0.188022748,4303.5651957 +206,-1.633760714,0.7869022408,300,-0.926533878,-0.188022748,4613.9985001 +207,-1.647406434,0.8101289331,300,-0.926533878,-0.188022748,4706.2648806 +208,-1.564245052,0.5701509278,300,-0.926533878,-0.188022748,3850.525711 +209,-1.646289963,0.6833746083,300,-0.926533878,-0.188022748,4351.698444 +210,-1.5820631,0.6751952144,300,-0.926533878,-0.188022748,4188.7572029 +211,-1.613236298,0.6681681791,300,-0.926533878,-0.188022748,4236.4050325 +212,-1.914661867,0.8212566515,300,-0.926533878,-0.188022748,5296.7281123 +213,-1.742133237,0.7250275956,300,-0.926533878,-0.188022748,4677.7865038 +214,-2.033144872,0.6557314699,300,-0.926533878,-0.188022748,5283.853161 +215,-2.039551981,0.6964723658,300,-0.926533878,-0.188022748,5371.1348626 +216,-1.247341019,0.7622473908,300,-0.926533878,-0.188022748,3937.8428967 +217,-1.298239787,0.7084123392,300,-0.926533878,-0.188022748,3802.8854464 +218,-1.308539688,0.6926545592,300,-0.926533878,-0.188022748,3760.7429574 +219,-1.303263185,0.6888938396,300,-0.926533878,-0.188022748,3740.2061728 +220,-1.852400229,0.6004246149,300,-0.926533878,-0.188022748,4670.8651493 +221,-1.288947707,0.7473773692,300,-0.926533878,-0.188022748,3930.8462535 +222,-1.372031502,0.7472790993,300,-0.926533878,-0.188022748,4040.8003394 +223,-1.289805721,0.7242157877,300,-0.926533878,-0.188022748,3848.6139868 +224,-1.350807603,0.7533498126,300,-0.926533878,-0.188022748,4031.928121 +225,-1.329290365,0.7560442322,300,-0.926533878,-0.188022748,4012.5351201 +226,-1.410153004,0.616936428,300,-0.926533878,-0.188022748,3666.8323583 +227,-1.393445434,0.6308995063,300,-0.926533878,-0.188022748,3682.4162702 +228,-1.37595573,0.6241540638,300,-0.926533878,-0.188022748,3629.4565817 +229,-1.358388707,0.6172645205,300,-0.926533878,-0.188022748,3576.2816539 +230,-1.753741133,0.8281661666,300,-0.926533878,-0.188022748,4965.1357305 +231,-1.47430987,0.6834615681,300,-0.926533878,-0.188022748,3998.8388271 +232,-1.421012508,0.7222725206,300,-0.926533878,-0.188022748,4031.5855077 +233,-1.4476833,0.6978557868,300,-0.926533878,-0.188022748,3996.7571541 +234,-1.470370723,0.6966193374,300,-0.926533878,-0.188022748,4033.2752121 +235,-1.429211703,0.7037216883,300,-0.926533878,-0.188022748,3984.0301993 +236,-1.700578405,0.6178673663,300,-0.926533878,-0.188022748,4309.2576418 +237,-1.678117619,0.6331716163,300,-0.926533878,-0.188022748,4292.7970135 +238,-1.725644578,0.6316331145,300,-0.926533878,-0.188022748,4406.1959783 +239,-2.14012759,0.7930497945,300,-0.926533878,-0.188022748,5793.9272966 +240,-2.103289431,0.7653606263,300,-0.926533878,-0.188022748,5655.6169084 +241,-1.318739838,0.7017808746,300,-0.926533878,-0.188022748,3807.0166196 +242,-1.396417427,0.7077900843,300,-0.926533878,-0.188022748,3943.6198219 +243,-1.35650337,0.7185539404,300,-0.926533878,-0.188022748,3919.2796481 +244,-1.248884539,0.7274156818,300,-0.926533878,-0.188022748,3811.5899706 +245,-1.395014798,0.5761185243,300,-0.926533878,-0.188022748,3505.8600911 +246,-1.433377362,0.6064716109,300,-0.926533878,-0.188022748,3677.1367895 +247,-1.408172432,0.5903155476,300,-0.926533878,-0.188022748,3576.8868239 +248,-1.749645898,0.7757118084,300,-0.926533878,-0.188022748,4822.5384324 +249,-1.571626686,0.615046989,300,-0.926533878,-0.188022748,3994.0432805 +250,-1.514070049,0.6303003037,300,-0.926533878,-0.188022748,3913.45019 +251,-1.480890369,0.6237966528,300,-0.926533878,-0.188022748,3825.4996761 +252,-1.704390658,0.5281680612,300,-0.926533878,-0.188022748,4100.6892498 +253,-1.64434733,0.5254277498,300,-0.926533878,-0.188022748,3932.2247467 +254,-1.703855997,0.4792484842,300,-0.926533878,-0.188022748,3985.1813839 +255,-1.692002383,0.5748825051,300,-0.926533878,-0.188022748,4180.5591678 +256,-1.854136457,0.5544643913,300,-0.926533878,-0.188022748,4581.0762178 +257,-1.665021206,0.520317736,300,-0.926533878,-0.188022748,3974.6944533 +258,-1.733654349,0.4845187345,300,-0.926533878,-0.188022748,4083.0057175 +259,-1.720938188,0.5135933906,300,-0.926533878,-0.188022748,4112.561149 +260,-1.742668307,0.553296122,300,-0.926533878,-0.188022748,4264.3585404 +261,-1.965659039,0.7142126903,300,-0.926533878,-0.188022748,5205.1423444 +262,-1.944438071,0.6772834804,300,-0.926533878,-0.188022748,5077.6282468 +263,-1.270340967,0.7681487096,300,-0.926533878,-0.188022748,3984.4784197 +264,-1.353091884,0.6549276821,300,-0.926533878,-0.188022748,3695.4941263 +265,-1.333236659,0.6413584414,300,-0.926533878,-0.188022748,3617.6486248 +266,-1.352015998,0.6753788907,300,-0.926533878,-0.188022748,3763.8640586 +267,-1.377988483,0.6577816235,300,-0.926533878,-0.188022748,3745.5822992 +268,-2.13075611,0.8318642051,300,-0.926533878,-0.188022748,5829.2459817 +269,-2.097910953,0.8259670014,300,-0.926533878,-0.188022748,5739.3294182 +270,-1.416382069,0.6694271549,300,-0.926533878,-0.188022748,3849.4750786 +271,-1.538905672,0.7535625993,300,-0.926533878,-0.188022748,4336.0438169 +272,-1.572309477,0.7803125099,300,-0.926533878,-0.188022748,4478.4510797 +273,-1.87759879,0.7503853417,300,-0.926533878,-0.188022748,5057.0102313 +274,1.152365588,0.590457682,300,-0.926533878,-0.188022748,8300.8753584 +275,0.350198001,0.718001859,300,-0.926533878,-0.188022748,5859.0963975 +276,0.046513677,0.491503852,300,-0.926533878,-0.188022748,4595.3509601 +277,0.027510309,0.742571376,300,-0.926533878,-0.188022748,5047.3112292 +278,0.306285725,-0.214631579,300,-0.926533878,-0.188022748,4771.3972628 +279,-1.100564889,0.318051531,300,-0.926533878,-0.188022748,2116.8744523 +280,-1.078582306,0.301437596,300,-0.926533878,-0.188022748,2028.0517771 +281,-1.137371989,-0.617634065,300,-0.926533878,-0.188022748,1863.2037976 +282,0.784356344,0.703272339,300,-0.926533878,-0.188022748,7122.9185621 +283,-1.221209947,0.218327455,300,-0.926533878,-0.188022748,1983.4051271 +284,2.347301921,-0.449114658,300,-0.926533878,-0.188022748,9869.141621 +285,0.246820618,0.830553713,300,-0.926533878,-0.188022748,5751.6111264 +286,0.829414965,0.703288228,300,-0.926533878,-0.188022748,7258.9314571 +287,-1.337537566,0.42332223,300,-0.926533878,-0.188022748,2896.8004615 +288,0.882453706,0.454478077,300,-0.926533878,-0.188022748,7388.654827 +289,1.575629659,0.416419109,300,-0.926533878,-0.188022748,9872.1516901 +290,-1.039455679,0.229888244,300,-0.926533878,-0.188022748,1713.8318541 +291,0.489558039,0.934482747,300,-0.926533878,-0.188022748,6461.2549004 +292,0.081344504,0.88384514,300,-0.926533878,-0.188022748,5473.0002094 +293,-1.547979814,0.300350308,300,-0.926533878,-0.188022748,3107.9058194 +294,0.040776181,0.168560074,300,-0.926533878,-0.188022748,4063.9340349 +295,-1.130374745,0.563894876,300,-0.926533878,-0.188022748,3076.7350215 +296,1.578326642,0.478507176,300,-0.926533878,-0.188022748,9811.7511117 +297,-1.12861823,-0.291640865,300,-0.926533878,-0.188022748,878.79209731 +298,0.310524208,0.770885792,300,-0.926533878,-0.188022748,5822.8132051 +299,0.415649091,-0.387246002,300,-0.926533878,-0.188022748,5111.2811502 +300,-0.926533878,-0.188022748,300,-0.926533878,-0.188022748,0 +301,1.258856172,-0.11716081,300,-0.926533878,-0.188022748,8484.868546 +302,-1.126050026,0.322941926,300,-0.926533878,-0.188022748,2168.9198278 +303,2.002785835,0.07893892,300,-0.926533878,-0.188022748,11505.570178 +304,0.440437607,0.746258085,300,-0.926533878,-0.188022748,6146.2460488 +305,-0.030391866,0.214441206,300,-0.926533878,-0.188022748,3868.5757447 +306,0.521557815,-0.058929362,300,-0.926533878,-0.188022748,5701.3793573 +307,-0.097005111,0.13317729,300,-0.926533878,-0.188022748,3508.8601454 +308,1.83113859,0.221857587,300,-0.926533878,-0.188022748,10949.407333 +309,0.222428864,0.099404236,300,-0.926533878,-0.188022748,4670.7326616 +310,-1.702731345,0.8728568183,300,-0.926533878,-0.188022748,4984.7498454 +311,-0.418507569,0.278324921,300,-0.926533878,-0.188022748,2716.3886197 +312,-1.41153306,0.339029988,300,-0.926533878,-0.188022748,2817.8469827 +313,0.357560442,0.114788776,300,-0.926533878,-0.188022748,5202.3536911 +314,0.325818979,0.268352149,300,-0.926533878,-0.188022748,5233.3141327 +315,-1.246004659,-0.663679965,300,-0.926533878,-0.188022748,2198.8345438 +316,1.814603087,0.637404484,300,-0.926533878,-0.188022748,10159.45544 +317,1.843704281,-0.18300445,300,-0.926533878,-0.188022748,10370.556615 +318,1.690644492,-0.211480909,300,-0.926533878,-0.188022748,9843.7619205 +319,-1.275451936,0.068109467,300,-0.926533878,-0.188022748,1709.3604727 +320,0.762430171,-0.207594741,300,-0.926533878,-0.188022748,6518.4986099 +321,0.265668905,-0.014647884,300,-0.926533878,-0.188022748,4738.5661 +322,-2.773032013,-0.335515811,300,-0.926533878,-0.188022748,6983.0297712 +323,-1.469512853,0.174058777,300,-0.926533878,-0.188022748,2575.1684993 +324,0.286276986,0.785925691,300,-0.926533878,-0.188022748,5781.2381974 +325,-1.379324697,0.377432233,300,-0.926533878,-0.188022748,2848.8388929 +326,-1.203778265,0.212813032,300,-0.926533878,-0.188022748,1926.2369475 +327,0.579916301,0.611743168,300,-0.926533878,-0.188022748,6442.3992973 +328,0.267582642,0.868113908,300,-0.926533878,-0.188022748,5861.4048245 +329,0.412869244,-0.050245578,300,-0.926533878,-0.188022748,5284.7649529 +330,0.17524381,0.976660285,300,-0.926533878,-0.188022748,5850.2818447 +331,0.743157214,0.204812899,300,-0.926533878,-0.188022748,6750.2316261 +332,-1.070758176,0.269382282,300,-0.926533878,-0.188022748,1898.0600428 +333,-1.230364251,0.329790229,300,-0.926533878,-0.188022748,2369.5918535 +334,-1.374813124,-0.024926835,300,-0.926533878,-0.188022748,1877.9871272 +335,0.519780566,0.463669906,300,-0.926533878,-0.188022748,6120.9128355 +336,-1.55108034,0.239698561,300,-0.926533878,-0.188022748,2981.8802319 +337,0.180294813,0.029739425,300,-0.926533878,-0.188022748,4444.3333859 +338,0.67820924,0.268170153,300,-0.926533878,-0.188022748,6545.8086174 +339,0.445798684,1.024001867,300,-0.926533878,-0.188022748,6455.5797996 +340,0.691751283,0.150521402,300,-0.926533878,-0.188022748,6515.8462856 +341,-1.036643551,-0.903056181,300,-0.926533878,-0.188022748,2854.4315087 +342,-0.120287036,1.083325163,300,-0.926533878,-0.188022748,5612.0256138 +343,2.823513113,-0.304487164,300,-0.926533878,-0.188022748,9365.7787729 +344,0.457583172,1.12513373,300,-0.926533878,-0.188022748,6579.1643753 +345,0.042918831,0.813795399,300,-0.926533878,-0.188022748,5238.192469 +346,1.196146777,-0.853142756,300,-0.926533878,-0.188022748,7010.9917928 +347,0.206001358,-0.010430701,300,-0.926533878,-0.188022748,4510.2249599 +348,-0.268308653,0.234799412,300,-0.926533878,-0.188022748,3081.609377 +349,0.759363263,0.736189579,300,-0.926533878,-0.188022748,7056.38444 +350,0.181363926,0.891988372,300,-0.926533878,-0.188022748,5705.7461925 +351,-0.021111158,0.139103292,300,-0.926533878,-0.188022748,3796.8629267 +352,-0.093355215,0.630686981,300,-0.926533878,-0.188022748,4490.4116851 +353,0.40118964,0.681375926,300,-0.926533878,-0.188022748,5960.64142 +354,-0.721197315,1.304706234,300,-0.926533878,-0.188022748,5934.2563148 +355,-1.076150317,0.212107639,300,-0.926533878,-0.188022748,1690.6858933 +356,-1.577164531,0.273993443,300,-0.926533878,-0.188022748,3139.774689 +357,-0.190788414,0.182208586,300,-0.926533878,-0.188022748,3247.3777712 +358,-0.261349752,0.209710184,300,-0.926533878,-0.188022748,3054.6333315 +359,-1.029303852,0.083549259,300,-0.926533878,-0.188022748,1149.5013365 +360,-1.268609162,0.330525297,300,-0.926533878,-0.188022748,2450.1982741 +361,1.282982244,-0.926641967,300,-0.926533878,-0.188022748,7028.5706035 +362,0.217352334,0.731352408,300,-0.926533878,-0.188022748,5513.4729813 +363,-1.511833084,0.258629297,300,-0.926533878,-0.188022748,2899.5824419 +364,0.338812194,0.823184618,300,-0.926533878,-0.188022748,5969.0970875 +365,-0.324406489,1.134201999,300,-0.926533878,-0.188022748,5533.351859 +366,1.389579348,0.399185724,300,-0.926533878,-0.188022748,9219.1724719 +367,2.047152199,-0.039082036,300,-0.926533878,-0.188022748,11327.084703 +368,0.947780369,0.568250077,300,-0.926533878,-0.188022748,7630.0617022 +369,0.763824846,0.576754987,300,-0.926533878,-0.188022748,7020.1007293 +370,-0.142334657,0.928153068,300,-0.926533878,-0.188022748,5150.6145008 +371,0.610266567,0.547265983,300,-0.926533878,-0.188022748,6494.4554557 +372,0.210731629,0.746815056,300,-0.926533878,-0.188022748,5521.6618259 +373,-1.34931644,0.316895224,300,-0.926533878,-0.188022748,2594.612731 +374,2.407696481,0.655030745,300,-0.926533878,-0.188022748,10471.015759 +375,0.64207831,0.545359131,300,-0.926533878,-0.188022748,6599.2812813 +376,1.174597538,0.840588356,300,-0.926533878,-0.188022748,8163.1890597 +377,0.660059424,0.010604079,300,-0.926533878,-0.188022748,6291.2416889 +378,-0.730263819,0.010486456,300,-0.926533878,-0.188022748,1102.6634189 +379,0.831068936,0.512339172,300,-0.926533878,-0.188022748,7225.4590767 +380,1.301180979,0.72367476,300,-0.926533878,-0.188022748,8640.3694335 +381,1.811128231,0.322854402,300,-0.926533878,-0.188022748,10808.245321 +382,0.435105812,0.992284428,300,-0.926533878,-0.188022748,6400.1174589 +383,0.62643634,0.592027932,300,-0.926533878,-0.188022748,6578.0111319 +384,0.492988703,-0.516339467,300,-0.926533878,-0.188022748,5339.1645804 +385,-0.162469483,0.112549365,300,-0.926533878,-0.188022748,3239.328032 +386,0.314630866,0.472006421,300,-0.926533878,-0.188022748,5431.4850603 +387,0.166744804,0.822815954,300,-0.926533878,-0.188022748,5545.0513482 +388,0.417159608,0.965805736,300,-0.926533878,-0.188022748,6332.6056543 +389,0.106334961,0.868774244,300,-0.926533878,-0.188022748,5495.7248523 +390,0.815086969,-0.338144359,300,-0.926533878,-0.188022748,6600.9155917 +391,0.59867455,-0.230624824,300,-0.926533878,-0.188022748,5879.6237734 +392,1.915104874,0.066220985,300,-0.926533878,-0.188022748,11171.164446 +393,1.278093622,0.064463721,300,-0.926533878,-0.188022748,8734.4709097 +394,-0.061477853,0.302997961,300,-0.926533878,-0.188022748,3903.9366884 +395,0.251311504,0.626976942,300,-0.926533878,-0.188022748,5444.7170692 +396,2.950242872,0.149095644,300,-0.926533878,-0.188022748,9571.0339535 +397,-0.180294708,0.35375117,300,-0.926533878,-0.188022748,3613.8036899 +398,1.010448592,-0.351180233,300,-0.926533878,-0.188022748,7288.2979071 +399,-1.748740498,0.3686318073,300,-0.926533878,-0.188022748,3885.0296211 +400,2.699635665,0.123533791,300,-0.926533878,-0.188022748,10531.357358 +401,0.496808033,0.823843254,300,-0.926533878,-0.188022748,6376.8110475 +402,0.129574704,0.763364087,300,-0.926533878,-0.188022748,5342.6160098 +403,1.798920311,0.817447563,300,-0.926533878,-0.188022748,9587.1703588 +404,0.335987953,0.746786541,300,-0.926533878,-0.188022748,5857.892101 +405,-1.085413643,0.292154671,300,-0.926533878,-0.188022748,2001.2061079 +406,-0.155321003,0.508207011,300,-0.926533878,-0.188022748,4035.200274 +407,0.620529244,-0.301175104,300,-0.926533878,-0.188022748,5913.8007068 +408,1.684402744,0.368716966,300,-0.926533878,-0.188022748,10304.828105 +409,0.300582244,-0.386397212,300,-0.926533878,-0.188022748,4690.560203 +410,2.913555946,-0.009225192,300,-0.926533878,-0.188022748,9584.4312009 +411,1.465101417,0.493232532,300,-0.926533878,-0.188022748,9415.1798513 +412,0.090612882,0.907955955,300,-0.926533878,-0.188022748,5543.2049739 +413,2.987564726,-0.729568594,300,-0.926533878,-0.188022748,7851.4015062 +414,-1.484261606,0.224149272,300,-0.926533878,-0.188022748,2733.9502269 +415,0.164073421,0.303955133,300,-0.926533878,-0.188022748,4690.5249093 +416,0.141441293,0.167552546,300,-0.926533878,-0.188022748,4436.6625596 +417,2.931321023,-0.506718887,300,-0.926533878,-0.188022748,8562.6743303 +418,2.21951565,0.700596356,300,-0.926533878,-0.188022748,10413.484199 +419,0.268112576,1.199114336,300,-0.926533878,-0.188022748,6392.666776 +420,0.978913739,0.359223811,300,-0.926533878,-0.188022748,7713.661518 +421,1.210898818,0.522863584,300,-0.926533878,-0.188022748,8529.7121453 +422,2.347397336,0.129231362,300,-0.926533878,-0.188022748,11876.346254 +423,0.614394501,0.556878345,300,-0.926533878,-0.188022748,6514.8623795 +424,-1.398079356,0.148483366,300,-0.926533878,-0.188022748,2287.0832745 +425,2.535303836,-0.112984496,300,-0.926533878,-0.188022748,10707.151429 +426,-1.019372593,-0.405322349,300,-0.926533878,-0.188022748,929.45417591 +427,-1.297785627,-0.160104069,300,-0.926533878,-0.188022748,1452.2195592 +428,2.144554488,0.205051084,300,-0.926533878,-0.188022748,12161.780091 +429,-2.242387083,-0.426171285,300,-0.926533878,-0.188022748,5003.1753808 +430,0.338637212,0.909723676,300,-0.926533878,-0.188022748,6087.4636381 +431,-0.148798452,0.691042401,300,-0.926533878,-0.188022748,4504.0134955 +432,0.893524764,0.441829531,300,-0.926533878,-0.188022748,7424.6358844 +433,0.969229347,-0.368847936,300,-0.926533878,-0.188022748,7121.5127332 +434,0.436043248,0.800045688,300,-0.926533878,-0.188022748,6192.6723371 +435,1.687946607,1.081504775,300,-0.926533878,-0.188022748,8595.5878976 +436,0.522302046,-0.034889271,300,-0.926533878,-0.188022748,5721.6619449 +437,-0.178996113,-0.438090009,300,-0.926533878,-0.188022748,2970.7067602 +438,-1.094339566,0.301444068,300,-0.926533878,-0.188022748,2047.0262939 +439,-1.064070054,0.242569932,300,-0.926533878,-0.188022748,1789.1203937 +440,-1.068153768,0.230387998,300,-0.926533878,-0.188022748,1748.3268493 +441,-3.00496892,-0.23989155,300,-0.926533878,-0.188022748,7936.4513826 +442,0.21751974,0.766874888,300,-0.926533878,-0.188022748,5573.0038589 +443,0.117229532,0.007619006,300,-0.926533878,-0.188022748,4181.4024972 +444,0.777758451,0.420554741,300,-0.926533878,-0.188022748,7002.0159415 +445,-0.252356999,0.250747086,300,-0.926533878,-0.188022748,3166.776701 +446,0.363148444,0.768483434,300,-0.926533878,-0.188022748,5960.1940409 +447,0.903191366,-0.118210676,300,-0.926533878,-0.188022748,7131.9602699 +448,-0.205755923,0.149406178,300,-0.926533878,-0.188022748,3139.4295173 +449,1.811996086,0.02364353,300,-0.926533878,-0.188022748,10729.749931 +450,-1.100670221,0.314845373,300,-0.926533878,-0.188022748,2105.0410357 +451,0.340078597,0.850105132,300,-0.926533878,-0.188022748,6009.0069681 +452,0.258757267,0.804969236,300,-0.926533878,-0.188022748,5740.2204333 +453,2.78505352,-0.155160804,300,-0.926533878,-0.188022748,9818.3157366 +454,0.800551619,0.105822106,300,-0.926533878,-0.188022748,6905.8090772 +455,0.437940882,-0.506194031,300,-0.926533878,-0.188022748,5152.8307967 +456,2.230431122,0.63458615,300,-0.926533878,-0.188022748,10674.153746 +457,0.527965361,0.127667701,300,-0.926533878,-0.188022748,5867.8786961 +458,-0.063643205,0.702093448,300,-0.926533878,-0.188022748,4733.4851569 +459,1.408447268,0.133010502,300,-0.926533878,-0.188022748,9285.1734941 +460,0.523795955,0.280266966,300,-0.926533878,-0.188022748,5977.1869441 +461,-0.975769313,0.072177659,300,-0.926533878,-0.188022748,1048.7787737 +462,0.549774164,-0.463663986,300,-0.926533878,-0.188022748,5559.3570433 +463,0.29245874,1.095549818,300,-0.926533878,-0.188022748,6266.7281754 +464,0.143625958,0.816809593,300,-0.926533878,-0.188022748,5478.7403095 +465,0.671902494,0.611159853,300,-0.926533878,-0.188022748,6736.2830438 +466,1.239840988,0.6724199,300,-0.926533878,-0.188022748,8517.1184271 +467,0.607829703,-0.10932137,300,-0.926533878,-0.188022748,6000.1411275 +468,1.763020906,0.263996692,300,-0.926533878,-0.188022748,10674.334954 +469,0.378714634,0.726066797,300,-0.926533878,-0.188022748,5949.6297481 +470,2.196736143,-0.153862366,300,-0.926533878,-0.188022748,11087.71771 +471,0.01702415,0.148991565,300,-0.926533878,-0.188022748,3950.960424 +472,-2.998490902,-0.158002487,300,-0.926533878,-0.188022748,8011.9486264 +473,-3.051262951,-0.346595608,300,-0.926533878,-0.188022748,7949.8948249 +474,-1.069176439,0.182802941,300,-0.926533878,-0.188022748,1572.5951887 +475,0.167157509,0.595344954,300,-0.926533878,-0.188022748,5144.4355408 +476,0.613855648,0.681746124,300,-0.926533878,-0.188022748,6597.1770145 +477,1.037012736,0.682555367,300,-0.926533878,-0.188022748,7893.7620088 +478,-1.253574971,0.379755746,300,-0.926533878,-0.188022748,2583.4424068 +479,3.108590453,-0.132620738,300,-0.926533878,-0.188022748,8699.5014968 +480,0.565301296,0.022333262,300,-0.926533878,-0.188022748,5931.3401978 +481,0.547898238,0.855555614,300,-0.926533878,-0.188022748,6535.6639438 +482,0.948309381,0.417393755,300,-0.926533878,-0.188022748,7615.5816528 +483,-0.050600732,0.945269213,300,-0.926533878,-0.188022748,5356.4373978 +484,-0.977651478,-0.572363064,300,-0.926533878,-0.188022748,1533.7271672 +485,1.102014914,0.728861163,300,-0.926533878,-0.188022748,8063.3922756 +486,2.927300795,-0.282939414,300,-0.926533878,-0.188022748,9086.644654 +487,-1.154565557,0.124434095,300,-0.926533878,-0.188022748,1529.7358386 +488,1.855331234,0.291044755,300,-0.926533878,-0.188022748,11001.854689 +489,0.830290659,0.276904518,300,-0.926533878,-0.188022748,7124.4033101 +490,0.485104466,-0.234867441,300,-0.926533878,-0.188022748,5444.8824069 +491,0.521367572,-0.33161327,300,-0.926533878,-0.188022748,5526.2935283 +1,-1.539031704,0.7349710123,301,1.258856172,-0.11716081,9715.8120146 +2,-1.536990553,0.7349663874,301,1.258856172,-0.11716081,9712.6617586 +3,-1.534951779,0.7349571355,301,1.258856172,-0.11716081,9709.5157851 +4,-1.532906461,0.7349480293,301,1.258856172,-0.11716081,9706.3441322 +5,-1.531320211,0.7346937278,301,1.258856172,-0.11716081,9704.7007918 +6,-1.539451648,0.7335131775,301,1.258856172,-0.11716081,9721.3709523 +7,-1.537429487,0.7335445708,301,1.258856172,-0.11716081,9718.1233644 +8,-1.535484998,0.7335658704,301,1.258856172,-0.11716081,9715.0168694 +9,-1.533488396,0.7336036027,301,1.258856172,-0.11716081,9711.7602053 +10,-1.531497785,0.7335842962,301,1.258856172,-0.11716081,9708.6899336 +11,-1.530259379,0.7334777758,301,1.258856172,-0.11716081,9707.0881914 +12,-1.5335454,0.7322346912,301,1.258856172,-0.11716081,9716.4329459 +13,-1.531489083,0.7322238773,301,1.258856172,-0.11716081,9713.222426 +14,-1.530011122,0.7321679851,301,1.258856172,-0.11716081,9711.0660705 +15,-1.53348106,0.7306614094,301,1.258856172,-0.11716081,9721.5955145 +16,-1.531441779,0.7306962275,301,1.258856172,-0.11716081,9718.2493573 +17,-1.529755654,0.7306933243,301,1.258856172,-0.11716081,9715.5774692 +18,-1.533415048,0.7291384674,301,1.258856172,-0.11716081,9726.5831194 +19,-1.531392093,0.7291705353,301,1.258856172,-0.11716081,9723.2622613 +20,-1.529296523,0.7291214933,301,1.258856172,-0.11716081,9720.081157 +21,-1.535280942,0.727267644,301,1.258856172,-0.11716081,9735.7957772 +22,-1.533378158,0.7276139666,301,1.258856172,-0.11716081,9731.6183713 +23,-1.531340368,0.7276446587,301,1.258856172,-0.11716081,9728.2687842 +24,-1.528960113,0.7276398177,301,1.258856172,-0.11716081,9724.4733629 +25,-1.533313146,0.7260818349,301,1.258856172,-0.11716081,9736.6306429 +26,-1.531259555,0.7260958115,301,1.258856172,-0.11716081,9733.3014541 +27,-1.528926415,0.7260865555,301,1.258856172,-0.11716081,9729.5845575 +28,-1.531226779,0.7245511789,301,1.258856172,-0.11716081,9738.3930932 +29,-1.528904772,0.7245519194,301,1.258856172,-0.11716081,9734.6495651 +30,-1.547195875,0.7409785979,301,1.258856172,-0.11716081,9707.9255672 +31,-1.5451475,0.740980426,301,1.258856172,-0.11716081,9704.8389823 +32,-1.543097679,0.7409798872,301,1.258856172,-0.11716081,9701.743135 +33,-1.540720364,0.7409892687,301,1.258856172,-0.11716081,9698.0999582 +34,-1.547188511,0.7395198392,301,1.258856172,-0.11716081,9712.8719729 +35,-1.545148587,0.7395226109,301,1.258856172,-0.11716081,9709.7861324 +36,-1.543104538,0.7395314908,301,1.258856172,-0.11716081,9706.6583674 +37,-1.540727751,0.7395306258,301,1.258856172,-0.11716081,9703.0405084 +38,-1.547187029,0.7380014886,301,1.258856172,-0.11716081,9718.0268373 +39,-1.545147315,0.7380012252,301,1.258856172,-0.11716081,9714.9424731 +40,-1.54310719,0.7380060743,301,1.258856172,-0.11716081,9711.8251426 +41,-1.540719671,0.7380068206,301,1.258856172,-0.11716081,9708.1746714 +42,-1.547187189,0.7364799098,301,1.258856172,-0.11716081,9723.1921827 +43,-1.545149996,0.7364853874,301,1.258856172,-0.11716081,9720.0830378 +44,-1.543106091,0.7364823484,301,1.258856172,-0.11716081,9716.9774713 +45,-1.540717158,0.7364893901,301,1.258856172,-0.11716081,9713.2927622 +46,-1.538663972,0.7410138672,301,1.258856172,-0.11716081,9694.8767823 +47,-1.53695285,0.7409699132,301,1.258856172,-0.11716081,9692.4005754 +48,-1.534910498,0.7409641297,301,1.258856172,-0.11716081,9689.273864 +49,-1.533145034,0.7409536636,301,1.258856172,-0.11716081,9686.5774556 +50,-1.538681336,0.7395405883,301,1.258856172,-0.11716081,9699.8732045 +51,-1.536999189,0.7395183096,301,1.258856172,-0.11716081,9697.3611884 +52,-1.534923633,0.7395144222,301,1.258856172,-0.11716081,9694.1681749 +53,-1.533267822,0.7395654306,301,1.258856172,-0.11716081,9691.4283058 +54,-1.53867273,0.7380151077,301,1.258856172,-0.11716081,9705.0028902 +55,-1.536980576,0.7379994392,301,1.258856172,-0.11716081,9702.4454121 +56,-1.534931522,0.7379944961,301,1.258856172,-0.11716081,9699.2875286 +57,-1.533387952,0.7379480264,301,1.258856172,-0.11716081,9697.0421707 +58,-1.538682279,0.7364914363,301,1.258856172,-0.11716081,9710.1513626 +59,-1.536980704,0.7364810563,301,1.258856172,-0.11716081,9707.5538107 +60,-1.534935567,0.7364752065,301,1.258856172,-0.11716081,9704.3957361 +61,-1.533042592,0.7363876366,301,1.258856172,-0.11716081,9701.7346344 +62,-1.545143426,0.7349628011,301,1.258856172,-0.11716081,9725.2293886 +63,-1.543105297,0.7349691947,301,1.258856172,-0.11716081,9722.0914984 +64,-1.541064533,0.7349647152,301,1.258856172,-0.11716081,9718.971289 +65,-1.545411803,0.7334624714,301,1.258856172,-0.11716081,9730.7178248 +66,-1.543446606,0.7334780896,301,1.258856172,-0.11716081,9727.6536782 +67,-1.541475327,0.7334957295,301,1.258856172,-0.11716081,9724.5595182 +68,-1.545401939,0.731963266,301,1.258856172,-0.11716081,9735.7751636 +69,-1.54342253,0.7319915583,301,1.258856172,-0.11716081,9732.6374972 +70,-1.541455867,0.7320216438,301,1.258856172,-0.11716081,9729.4996208 +71,-1.545410146,0.7304422281,301,1.258856172,-0.11716081,9740.9310477 +72,-1.543435491,0.7304713664,301,1.258856172,-0.11716081,9737.7889757 +73,-1.541463105,0.7304997613,301,1.258856172,-0.11716081,9734.639093 +74,-1.545414768,0.7289194936,301,1.258856172,-0.11716081,9746.0841437 +75,-1.543435774,0.7289538557,301,1.258856172,-0.11716081,9742.9088012 +76,-1.541457714,0.7289765881,301,1.258856172,-0.11716081,9739.7602032 +77,-1.539449415,0.7320555866,301,1.258856172,-0.11716081,9726.2732776 +78,-1.537429183,0.7321097681,301,1.258856172,-0.11716081,9722.9433374 +79,-1.535472649,0.7321497267,301,1.258856172,-0.11716081,9719.7470059 +80,-1.539457899,0.7305333307,301,1.258856172,-0.11716081,9731.4068784 +81,-1.537453161,0.7305750503,301,1.258856172,-0.11716081,9728.1339266 +82,-1.535479385,0.7306124949,301,1.258856172,-0.11716081,9724.9100568 +83,-1.53946905,0.7290102593,301,1.258856172,-0.11716081,9736.5443279 +84,-1.537459922,0.7290417293,301,1.258856172,-0.11716081,9733.2897907 +85,-1.535451349,0.7290890157,301,1.258856172,-0.11716081,9729.9690044 +86,-1.535522937,0.7279887191,301,1.258856172,-0.11716081,9733.7657604 +87,-1.539442524,0.7274735939,301,1.258856172,-0.11716081,9741.6652838 +88,-1.537424111,0.727521351,301,1.258856172,-0.11716081,9738.3320271 +89,-1.539384641,0.7259505092,301,1.258856172,-0.11716081,9746.6878414 +90,-1.537372391,0.7259947145,301,1.258856172,-0.11716081,9743.3665574 +91,-1.535340789,0.7260435356,301,1.258856172,-0.11716081,9739.9850146 +92,-1.539325716,0.7244369706,301,1.258856172,-0.11716081,9751.6729889 +93,-1.537308932,0.7244801057,301,1.258856172,-0.11716081,9748.3384831 +94,-1.535289068,0.7245247645,301,1.258856172,-0.11716081,9744.9797794 +95,-1.533261366,0.7245550236,301,1.258856172,-0.11716081,9741.6423974 +96,-1.539267302,0.722921924,301,1.258856172,-0.11716081,9756.660266 +97,-1.537248972,0.7229660258,301,1.258856172,-0.11716081,9753.3103945 +98,-1.535219431,0.7229916471,301,1.258856172,-0.11716081,9749.9900917 +99,-1.53318962,0.7230212049,301,1.258856172,-0.11716081,9746.6416707 +100,-1.531154816,0.7230299897,301,1.258856172,-0.11716081,9743.3398472 +101,-1.528878341,0.7230370244,301,1.258856172,-0.11716081,9739.6376781 +102,-1.539218189,0.7214009878,301,1.258856172,-0.11716081,9761.6782804 +103,-1.537198791,0.7214422745,301,1.258856172,-0.11716081,9758.3264421 +104,-1.535179266,0.7214634354,301,1.258856172,-0.11716081,9755.027255 +105,-1.533156501,0.7214944644,301,1.258856172,-0.11716081,9751.6754866 +106,-1.53113574,0.7215166021,301,1.258856172,-0.11716081,9748.3421503 +107,-1.528874248,0.7215345535,301,1.258856172,-0.11716081,9744.6172927 +108,-1.539217656,0.7198512397,301,1.258856172,-0.11716081,9766.8663832 +109,-1.537199919,0.7199428763,301,1.258856172,-0.11716081,9763.3394455 +110,-1.545425832,0.727397149,301,1.258856172,-0.11716081,9751.2428445 +111,-1.543371177,0.7273916949,301,1.258856172,-0.11716081,9748.0751869 +112,-1.541368852,0.7274523163,301,1.258856172,-0.11716081,9744.7514938 +113,-1.545349067,0.7258710923,301,1.258856172,-0.11716081,9756.2747896 +114,-1.54332671,0.7258603556,301,1.258856172,-0.11716081,9753.1652357 +115,-1.541346831,0.7259242142,301,1.258856172,-0.11716081,9749.8563479 +116,-1.545324355,0.7243383958,301,1.258856172,-0.11716081,9761.4062813 +117,-1.543292796,0.7243617413,301,1.258856172,-0.11716081,9758.1580359 +118,-1.541295822,0.7244024384,301,1.258856172,-0.11716081,9754.8910032 +119,-1.543193859,0.7205570215,301,1.258856172,-0.11716081,9770.7984202 +120,-1.550257047,0.7386738187,301,1.258856172,-0.11716081,9720.3527783 +121,-1.549335448,0.7311736483,301,1.258856172,-0.11716081,9744.457781 +122,-1.533478843,0.7179891343,301,1.258856172,-0.11716081,9763.8643557 +123,-1.556150555,0.738907041,301,1.258856172,-0.11716081,9728.3062997 +124,-1.554324226,0.733414257,301,1.258856172,-0.11716081,9744.3622667 +125,-1.554290846,0.7288285332,301,1.258856172,-0.11716081,9759.9390775 +126,-1.55122487,0.7219795312,301,1.258856172,-0.11716081,9778.518439 +127,-1.525104458,0.7229399862,301,1.258856172,-0.11716081,9733.8193909 +128,-1.519607711,0.7236181429,301,1.258856172,-0.11716081,9722.5534809 +129,-1.513899999,0.7251107854,301,1.258856172,-0.11716081,9708.1844642 +130,-1.536620762,0.7431061895,301,1.258856172,-0.11716081,9684.6918151 +131,-1.5369566,0.7460845958,301,1.258856172,-0.11716081,9675.157353 +132,-1.545345528,0.7447040685,301,1.258856172,-0.11716081,9692.4909092 +133,-1.532813921,0.7432306626,301,1.258856172,-0.11716081,9678.4172115 +134,-1.554788248,0.7382381001,301,1.258856172,-0.11716081,9728.5823082 +135,-1.540348126,0.7301594274,301,1.258856172,-0.11716081,9734.0516582 +136,-1.538016084,0.7239051786,301,1.258856172,-0.11716081,9751.3843863 +137,-1.525288962,0.7258085137,301,1.258856172,-0.11716081,9724.6242068 +138,-1.534326986,0.731241342,301,1.258856172,-0.11716081,9720.9895339 +139,-1.530733872,0.7303625216,301,1.258856172,-0.11716081,9718.2380555 +141,-1.534354939,0.7328219978,301,1.258856172,-0.11716081,9715.7395116 +142,-1.53157084,0.7292888153,301,1.258856172,-0.11716081,9723.1521161 +143,-1.525691035,0.7263799874,301,1.258856172,-0.11716081,9723.3829095 +144,-1.534031287,0.7495967835,301,1.258856172,-0.11716081,9658.8569432 +145,-1.527714986,0.7283095957,301,1.258856172,-0.11716081,9720.2456031 +146,-1.526189586,0.7271468292,301,1.258856172,-0.11716081,9721.6471274 +147,-1.555177336,0.7375563366,301,1.258856172,-0.11716081,9731.4888697 +148,-1.555080283,0.7312707794,301,1.258856172,-0.11716081,9752.8051011 +149,-1.53856994,0.7224180299,301,1.258856172,-0.11716081,9757.2430995 +150,-1.530837883,0.729933372,301,1.258856172,-0.11716081,9719.835137 +151,-1.515066984,0.5854133365,301,1.258856172,-0.11716081,10150.619155 +152,-1.534731633,0.5368370046,301,1.258856172,-0.11716081,10338.683897 +153,-1.515231902,0.5607085576,301,1.258856172,-0.11716081,10224.33646 +154,-2.616253799,1.0684566605,301,1.258856172,-0.11716081,8104.8006948 +155,-1.956071439,0.5792177723,301,1.258856172,-0.11716081,10593.890009 +156,-1.951208514,0.5602434208,301,1.258856172,-0.11716081,10670.671353 +157,-1.944675062,0.6062144545,301,1.258856172,-0.11716081,10493.552158 +158,-1.613778386,0.6077989518,301,1.258856172,-0.11716081,10266.79293 +159,-2.035029014,0.6021432345,301,1.258856172,-0.11716081,10443.834664 +160,-2.114989471,0.6801825058,301,1.258856172,-0.11716081,10064.297711 +161,-2.037382079,0.5765830025,301,1.258856172,-0.11716081,10537.240442 +162,-2.129855121,0.6585019963,301,1.258856172,-0.11716081,10122.679293 +163,-2.075141798,0.6493615843,301,1.258856172,-0.11716081,10224.502426 +164,-1.828626729,0.6948433129,301,1.258856172,-0.11716081,10147.561951 +165,-1.863329418,0.6735427691,301,1.258856172,-0.11716081,10238.923436 +166,-1.266037071,0.727988852,301,1.258856172,-0.11716081,9197.8923601 +167,-1.277579582,0.7249010648,301,1.258856172,-0.11716081,9232.2559439 +168,-1.258418684,0.7241194816,301,1.258856172,-0.11716081,9189.4868797 +169,-1.317813974,0.6804850104,301,1.258856172,-0.11716081,9437.5875365 +170,-1.344165204,0.6790988904,301,1.258856172,-0.11716081,9503.0821007 +171,-1.427582102,0.5277120351,301,1.258856172,-0.11716081,10096.953119 +172,-1.402238616,0.457167829,301,1.258856172,-0.11716081,10185.648092 +173,-1.422454264,0.4996161999,301,1.258856172,-0.11716081,10150.541302 +174,-1.439089277,0.4894859811,301,1.258856172,-0.11716081,10221.028476 +175,-1.448126995,0.5182330266,301,1.258856172,-0.11716081,10175.361559 +176,-1.474626146,0.5881926574,301,1.258856172,-0.11716081,10052.610248 +177,-1.421139645,0.5584869783,301,1.258856172,-0.11716081,10002.794468 +178,-1.457037165,0.565943032,301,1.258856172,-0.11716081,10073.025737 +179,-2.757159358,0.3745319,301,1.258856172,-0.11716081,8950.4377649 +180,-2.714309238,0.342054471,301,1.258856172,-0.11716081,9127.6819677 +181,-2.000525337,0.774119946,301,1.258856172,-0.11716081,9809.8836995 +183,-1.571413436,0.6777838382,301,1.258856172,-0.11716081,9959.9228791 +184,-1.552860289,0.6987663893,301,1.258856172,-0.11716081,9859.3945228 +185,-1.521852374,0.7165827476,301,1.258856172,-0.11716081,9749.4219907 +186,-1.503656267,0.6928968252,301,1.258856172,-0.11716081,9794.583703 +187,-1.502753178,0.7136205882,301,1.258856172,-0.11716081,9726.5303333 +188,-1.631894563,0.7343596465,301,1.258856172,-0.11716081,9845.3921506 +189,-1.653765416,0.6770714026,301,1.258856172,-0.11716081,10079.652671 +190,-1.719812114,0.6715965947,301,1.258856172,-0.11716081,10171.446318 +191,-1.493406659,0.6646955447,301,1.258856172,-0.11716081,9864.1399252 +192,-1.469120564,0.6613469966,301,1.258856172,-0.11716081,9826.136071 +193,-1.590551461,0.5326612937,301,1.258856172,-0.11716081,10472.213283 +194,-1.625979264,0.5247742243,301,1.258856172,-0.11716081,10567.585549 +195,-1.572293943,0.5238808754,301,1.258856172,-0.11716081,10461.15111 +196,-1.610848725,0.5477107964,301,1.258856172,-0.11716081,10463.414341 +197,-1.208485554,0.7918526018,301,1.258856172,-0.11716081,8912.4992145 +198,-1.335601374,0.6869083083,301,1.258856172,-0.11716081,9462.9299993 +199,-1.346156996,0.6825213377,301,1.258856172,-0.11716081,9498.7511182 +200,-1.324381037,0.6741422347,301,1.258856172,-0.11716081,9469.2068797 +201,-1.242424992,0.7378949807,301,1.258856172,-0.11716081,9118.8926745 +202,-1.270370057,0.7392461008,301,1.258856172,-0.11716081,9180.0656667 +203,-1.448950472,0.7441675014,301,1.258856172,-0.11716081,9534.2170582 +204,-1.492662363,0.7523026852,301,1.258856172,-0.11716081,9584.2000683 +205,-1.479098966,0.7763855017,301,1.258856172,-0.11716081,9483.7915313 +206,-1.633760714,0.7869022408,301,1.258856172,-0.11716081,9655.9266256 +207,-1.647406434,0.8101289331,301,1.258856172,-0.11716081,9583.9845681 +208,-1.564245052,0.5701509278,301,1.258856172,-0.11716081,10300.198132 +209,-1.646289963,0.6833746083,301,1.258856172,-0.11716081,10047.501185 +210,-1.5820631,0.6751952144,301,1.258856172,-0.11716081,9985.5755256 +211,-1.613236298,0.6681681791,301,1.258856172,-0.11716081,10056.902859 +212,-1.914661867,0.8212566515,301,1.258856172,-0.11716081,9652.8158052 +213,-1.742133237,0.7250275956,301,1.258856172,-0.11716081,9985.6714185 +214,-2.033144872,0.6557314699,301,1.258856172,-0.11716081,10242.902136 +215,-2.039551981,0.6964723658,301,1.258856172,-0.11716081,10082.414903 +216,-1.247341019,0.7622473908,301,1.258856172,-0.11716081,9071.0640057 +217,-1.298239787,0.7084123392,301,1.258856172,-0.11716081,9321.3291391 +218,-1.308539688,0.6926545592,301,1.258856172,-0.11716081,9385.0400477 +219,-1.303263185,0.6888938396,301,1.258856172,-0.11716081,9381.9361276 +220,-1.852400229,0.6004246149,301,1.258856172,-0.11716081,10526.429123 +221,-1.288947707,0.7473773692,301,1.258856172,-0.11716081,9201.1860635 +222,-1.372031502,0.7472790993,301,1.258856172,-0.11716081,9377.3510551 +223,-1.289805721,0.7242157877,301,1.258856172,-0.11716081,9262.0858498 +224,-1.350807603,0.7533498126,301,1.258856172,-0.11716081,9317.0585664 +225,-1.329290365,0.7560442322,301,1.258856172,-0.11716081,9265.0618517 +226,-1.410153004,0.616936428,301,1.258856172,-0.11716081,9822.5621984 +227,-1.393445434,0.6308995063,301,1.258856172,-0.11716081,9745.6061393 +228,-1.37595573,0.6241540638,301,1.258856172,-0.11716081,9721.1713688 +229,-1.358388707,0.6172645205,301,1.258856172,-0.11716081,9695.1191193 +230,-1.753741133,0.8281661666,301,1.258856172,-0.11716081,9593.8549393 +231,-1.47430987,0.6834615681,301,1.258856172,-0.11716081,9769.1806076 +232,-1.421012508,0.7222725206,301,1.258856172,-0.11716081,9547.7784886 +233,-1.4476833,0.6978557868,301,1.258856172,-0.11716081,9673.3217072 +234,-1.470370723,0.6966193374,301,1.258856172,-0.11716081,9721.0991319 +235,-1.429211703,0.7037216883,301,1.258856172,-0.11716081,9619.0399398 +236,-1.700578405,0.6178673663,301,1.258856172,-0.11716081,10352.704597 +237,-1.678117619,0.6331716163,301,1.258856172,-0.11716081,10269.603604 +238,-1.725644578,0.6316331145,301,1.258856172,-0.11716081,10327.933347 +239,-2.14012759,0.7930497945,301,1.258856172,-0.11716081,9624.4523966 +240,-2.103289431,0.7653606263,301,1.258856172,-0.11716081,9764.5782224 +241,-1.318739838,0.7017808746,301,1.258856172,-0.11716081,9385.6097972 +242,-1.396417427,0.7077900843,301,1.258856172,-0.11716081,9540.0330837 +243,-1.35650337,0.7185539404,301,1.258856172,-0.11716081,9425.2531656 +244,-1.248884539,0.7274156818,301,1.258856172,-0.11716081,9159.1075031 +245,-1.395014798,0.5761185243,301,1.258856172,-0.11716081,9891.0386278 +246,-1.433377362,0.6064716109,301,1.258856172,-0.11716081,9905.8272407 +247,-1.408172432,0.5903155476,301,1.258856172,-0.11716081,9888.0716984 +248,-1.749645898,0.7757118084,301,1.258856172,-0.11716081,9795.0079453 +249,-1.571626686,0.615046989,301,1.258856172,-0.11716081,10169.64167 +250,-1.514070049,0.6303003037,301,1.258856172,-0.11716081,10011.44539 +251,-1.480890369,0.6237966528,301,1.258856172,-0.11716081,9962.8469708 +252,-1.704390658,0.5281680612,301,1.258856172,-0.11716081,10685.828726 +253,-1.64434733,0.5254277498,301,1.258856172,-0.11716081,10599.254071 +254,-1.703855997,0.4792484842,301,1.258856172,-0.11716081,10859.820385 +255,-1.692002383,0.5748825051,301,1.258856172,-0.11716081,10499.707748 +256,-1.854136457,0.5544643913,301,1.258856172,-0.11716081,10708.46221 +257,-1.665021206,0.520317736,301,1.258856172,-0.11716081,10652.657196 +258,-1.733654349,0.4845187345,301,1.258856172,-0.11716081,10884.767379 +259,-1.720938188,0.5135933906,301,1.258856172,-0.11716081,10761.459715 +260,-1.742668307,0.553296122,301,1.258856172,-0.11716081,10640.285411 +261,-1.965659039,0.7142126903,301,1.258856172,-0.11716081,10060.819743 +262,-1.944438071,0.6772834804,301,1.258856172,-0.11716081,10214.246737 +263,-1.270340967,0.7681487096,301,1.258856172,-0.11716081,9107.1568022 +264,-1.353091884,0.6549276821,301,1.258856172,-0.11716081,9586.7045955 +265,-1.333236659,0.6413584414,301,1.258856172,-0.11716081,9572.5701212 +266,-1.352015998,0.6753788907,301,1.258856172,-0.11716081,9531.0141817 +267,-1.377988483,0.6577816235,301,1.258856172,-0.11716081,9637.7406538 +268,-2.13075611,0.8318642051,301,1.258856172,-0.11716081,9491.3398129 +269,-2.097910953,0.8259670014,301,1.258856172,-0.11716081,9543.0679236 +270,-1.416382069,0.6694271549,301,1.258856172,-0.11716081,9691.6864878 +271,-1.538905672,0.7535625993,301,1.258856172,-0.11716081,9652.7941405 +272,-1.572309477,0.7803125099,301,1.258856172,-0.11716081,9607.0647479 +273,-1.87759879,0.7503853417,301,1.258856172,-0.11716081,9935.5819577 +274,1.152365588,0.590457682,301,1.258856172,-0.11716081,2831.2361438 +275,0.350198001,0.718001859,301,1.258856172,-0.11716081,4665.3139873 +276,0.046513677,0.491503852,301,1.258856172,-0.11716081,5212.8367099 +277,0.027510309,0.742571376,301,1.258856172,-0.11716081,5567.0191192 +278,0.306285725,-0.214631579,301,1.258856172,-0.11716081,3735.4998967 +279,-1.100564889,0.318051531,301,1.258856172,-0.11716081,9325.2464615 +280,-1.078582306,0.301437596,301,1.258856172,-0.11716081,9252.4607791 +281,-1.137371989,-0.617634065,301,1.258856172,-0.11716081,8421.8436665 +282,0.784356344,0.703272339,301,1.258856172,-0.11716081,3681.8382959 +283,-1.221209947,0.218327455,301,1.258856172,-0.11716081,9831.9768704 +284,2.347301921,-0.449114658,301,1.258856172,-0.11716081,4302.8957873 +285,0.246820618,0.830553713,301,1.258856172,-0.11716081,5143.9284331 +286,0.829414965,0.703288228,301,1.258856172,-0.11716081,3607.6908101 +287,-1.337537566,0.42332223,301,1.258856172,-0.11716081,10045.51422 +288,0.882453706,0.454478077,301,1.258856172,-0.11716081,2687.3425912 +289,1.575629659,0.416419109,301,1.258856172,-0.11716081,2442.6831151 +290,-1.039455679,0.229888244,301,1.258856172,-0.11716081,9128.6211541 +291,0.489558039,0.934482747,301,1.258856172,-0.11716081,4890.0150015 +292,0.081344504,0.88384514,301,1.258856172,-0.11716081,5621.5625922 +293,-1.547979814,0.300350308,301,1.258856172,-0.11716081,10959.542904 +294,0.040776181,0.168560074,301,1.258856172,-0.11716081,4937.5309067 +295,-1.130374745,0.563894876,301,1.258856172,-0.11716081,9158.4605799 +296,1.578326642,0.478507176,301,1.258856172,-0.11716081,2658.0450224 +297,-1.12861823,-0.291640865,301,1.258856172,-0.11716081,9075.5175778 +298,0.310524208,0.770885792,301,1.258856172,-0.11716081,4873.4675332 +299,0.415649091,-0.387246002,301,1.258856172,-0.11716081,3389.1340661 +300,-0.926533878,-0.188022748,301,1.258856172,-0.11716081,8484.868546 +301,1.258856172,-0.11716081,301,1.258856172,-0.11716081,0 +302,-1.126050026,0.322941926,301,1.258856172,-0.11716081,9416.6286669 +303,2.002785835,0.07893892,301,1.258856172,-0.11716081,3042.1973661 +304,0.440437607,0.746258085,301,1.258856172,-0.11716081,4509.582574 +305,-0.030391866,0.214441206,301,1.258856172,-0.11716081,5242.5473822 +306,0.521557815,-0.058929362,301,1.258856172,-0.11716081,2917.2958604 +307,-0.097005111,0.13317729,301,1.258856172,-0.11716081,5446.8720748 +308,1.83113859,0.221857587,301,1.258856172,-0.11716081,2622.4720811 +309,0.222428864,0.099404236,301,1.258856172,-0.11716081,4185.7661399 +310,-1.702731345,0.8728568183,301,1.258856172,-0.11716081,9391.4418356 +311,-0.418507569,0.278324921,301,1.258856172,-0.11716081,6753.0494948 +312,-1.41153306,0.339029988,301,1.258856172,-0.11716081,10429.212091 +313,0.357560442,0.114788776,301,1.258856172,-0.11716081,3678.4831387 +314,0.325818979,0.268352149,301,1.258856172,-0.11716081,3966.3850724 +315,-1.246004659,-0.663679965,301,1.258856172,-0.11716081,8562.0517793 +316,1.814603087,0.637404484,301,1.258856172,-0.11716081,3630.9828457 +317,1.843704281,-0.18300445,301,1.258856172,-0.11716081,2304.1497285 +318,1.690644492,-0.211480909,301,1.258856172,-0.11716081,1727.1297113 +319,-1.275451936,0.068109467,301,1.258856172,-0.11716081,10041.413427 +320,0.762430171,-0.207594741,301,1.258856172,-0.11716081,1972.0318597 +321,0.265668905,-0.014647884,301,1.258856172,-0.11716081,3943.8847753 +322,-2.773032013,-0.335515811,301,1.258856172,-0.11716081,8535.9723075 +323,-1.469512853,0.174058777,301,1.258856172,-0.11716081,10809.259314 +324,0.286276986,0.785925691,301,1.258856172,-0.11716081,4962.6770816 +325,-1.379324697,0.377432233,301,1.258856172,-0.11716081,10259.697 +326,-1.203778265,0.212813032,301,1.258856172,-0.11716081,9766.6152906 +327,0.579916301,0.611743168,301,1.258856172,-0.11716081,3840.7025096 +328,0.267582642,0.868113908,301,1.258856172,-0.11716081,5170.7244671 +329,0.412869244,-0.050245578,301,1.258856172,-0.11716081,3348.335668 +330,0.17524381,0.976660285,301,1.258856172,-0.11716081,5571.7683025 +331,0.743157214,0.204812899,301,1.258856172,-0.11716081,2398.8414393 +332,-1.070758176,0.269382282,301,1.258856172,-0.11716081,9237.1539754 +333,-1.230364251,0.329790229,301,1.258856172,-0.11716081,9794.4598604 +334,-1.374813124,-0.024926835,301,1.258856172,-0.11716081,10358.477996 +335,0.519780566,0.463669906,301,1.258856172,-0.11716081,3651.9517321 +336,-1.55108034,0.239698561,301,1.258856172,-0.11716081,11063.915495 +337,0.180294813,0.029739425,301,1.258856172,-0.11716081,4303.2338006 +338,0.67820924,0.268170153,301,1.258856172,-0.11716081,2742.5513842 +339,0.445798684,1.024001867,301,1.258856172,-0.11716081,5200.370216 +340,0.691751283,0.150521402,301,1.258856172,-0.11716081,2477.5593276 +341,-1.036643551,-0.903056181,301,1.258856172,-0.11716081,7494.9410687 +342,-0.120287036,1.083325163,301,1.258856172,-0.11716081,6280.0281624 +343,2.823513113,-0.304487164,301,1.258856172,-0.11716081,6060.0257351 +344,0.457583172,1.12513373,301,1.258856172,-0.11716081,5455.0700286 +345,0.042918831,0.813795399,301,1.258856172,-0.11716081,5617.4701832 +346,1.196146777,-0.853142756,301,1.258856172,-0.11716081,2922.7910819 +347,0.206001358,-0.010430701,301,1.258856172,-0.11716081,4180.3876481 +348,-0.268308653,0.234799412,301,1.258856172,-0.11716081,6162.7640445 +349,0.759363263,0.736189579,301,1.258856172,-0.11716081,3831.3639926 +350,0.181363926,0.891988372,301,1.258856172,-0.11716081,5406.9539447 +351,-0.021111158,0.139103292,301,1.258856172,-0.11716081,5156.1908763 +352,-0.093355215,0.630686981,301,1.258856172,-0.11716081,5805.2537901 +353,0.40118964,0.681375926,301,1.258856172,-0.11716081,4456.8346233 +354,-0.721197315,1.304706234,301,1.258856172,-0.11716081,7087.1421781 +355,-1.076150317,0.212107639,301,1.258856172,-0.11716081,9273.5238757 +356,-1.577164531,0.273993443,301,1.258856172,-0.11716081,11105.221455 +357,-0.190788414,0.182208586,301,1.258856172,-0.11716081,5837.6637905 +358,-0.261349752,0.209710184,301,1.258856172,-0.11716081,6123.7309474 +359,-1.029303852,0.083549259,301,1.258856172,-0.11716081,9079.0445554 +360,-1.268609162,0.330525297,301,1.258856172,-0.11716081,9932.6513231 +361,1.282982244,-0.926641967,301,1.258856172,-0.11716081,3207.3044241 +362,0.217352334,0.731352408,301,1.258856172,-0.11716081,5035.1449381 +363,-1.511833084,0.258629297,301,1.258856172,-0.11716081,10897.116321 +364,0.338812194,0.823184618,301,1.258856172,-0.11716081,4917.80437 +365,-0.324406489,1.134201999,301,1.258856172,-0.11716081,6663.1537606 +366,1.389579348,0.399185724,301,1.258856172,-0.11716081,2107.0409028 +367,2.047152199,-0.039082036,301,1.258856172,-0.11716081,3126.9116782 +368,0.947780369,0.568250077,301,1.258856172,-0.11716081,2957.3893162 +369,0.763824846,0.576754987,301,1.258856172,-0.11716081,3320.0664544 +370,-0.142334657,0.928153068,301,1.258856172,-0.11716081,6194.6238839 +371,0.610266567,0.547265983,301,1.258856172,-0.11716081,3597.9469974 +372,0.210731629,0.746815056,301,1.258856172,-0.11716081,5079.5606387 +373,-1.34931644,0.316895224,301,1.258856172,-0.11716081,10238.845916 +374,2.407696481,0.655030745,301,1.258856172,-0.11716081,5215.5508997 +375,0.64207831,0.545359131,301,1.258856172,-0.11716081,3512.0872051 +376,1.174597538,0.840588356,301,1.258856172,-0.11716081,3805.0145361 +377,0.660059424,0.010604079,301,1.258856172,-0.11716081,2420.2309523 +378,-0.730263819,0.010486456,301,1.258856172,-0.11716081,7872.0522861 +379,0.831068936,0.512339172,301,1.258856172,-0.11716081,2978.713169 +380,1.301180979,0.72367476,301,1.258856172,-0.11716081,3334.0910221 +381,1.811128231,0.322854402,301,1.258856172,-0.11716081,2773.4054813 +382,0.435105812,0.992284428,301,1.258856172,-0.11716081,5134.4751639 +383,0.62643634,0.592027932,301,1.258856172,-0.11716081,3675.4674338 +384,0.492988703,-0.516339467,301,1.258856172,-0.11716081,3258.8066517 +385,-0.162469483,0.112549365,301,1.258856172,-0.11716081,5690.2297304 +386,0.314630866,0.472006421,301,1.258856172,-0.11716081,4303.8892278 +387,0.166744804,0.822815954,301,1.258856172,-0.11716081,5321.1647038 +388,0.417159608,0.965805736,301,1.258856172,-0.11716081,5097.1538988 +389,0.106334961,0.868774244,301,1.258856172,-0.11716081,5540.2480454 +390,0.815086969,-0.338144359,301,1.258856172,-0.11716081,1918.886642 +391,0.59867455,-0.230624824,301,1.258856172,-0.11716081,2611.5196356 +392,1.915104874,0.066220985,301,1.258856172,-0.11716081,2694.5968021 +393,1.278093622,0.064463721,301,1.258856172,-0.11716081,723.42515466 +394,-0.061477853,0.302997961,301,1.258856172,-0.11716081,5424.1002407 +395,0.251311504,0.626976942,301,1.258856172,-0.11716081,4759.6454444 +396,2.950242872,0.149095644,301,1.258856172,-0.11716081,6760.3433427 +397,-0.180294708,0.35375117,301,1.258856172,-0.11716081,5897.5543157 +398,1.010448592,-0.351180233,301,1.258856172,-0.11716081,1330.4482849 +399,-1.748740498,0.3686318073,301,1.258856172,-0.11716081,11323.181655 +400,2.699635665,0.123533791,301,1.258856172,-0.11716081,5771.8692641 +401,0.496808033,0.823843254,301,1.258856172,-0.11716081,4581.7125493 +402,0.129574704,0.763364087,301,1.258856172,-0.11716081,5319.7256477 +403,1.798920311,0.817447563,301,1.258856172,-0.11716081,4159.6529411 +404,0.335987953,0.746786541,301,1.258856172,-0.11716081,4761.1764566 +405,-1.085413643,0.292154671,301,1.258856172,-0.11716081,9282.7570395 +406,-0.155321003,0.508207011,301,1.258856172,-0.11716081,5910.8600691 +407,0.620529244,-0.301175104,301,1.258856172,-0.11716081,2572.8218226 +408,1.684402744,0.368716966,301,1.258856172,-0.11716081,2538.0405725 +409,0.300582244,-0.386397212,301,1.258856172,-0.11716081,3805.3366513 +410,2.913555946,-0.009225192,301,1.258856172,-0.11716081,6547.6820595 +411,1.465101417,0.493232532,301,1.258856172,-0.11716081,2543.0701176 +412,0.090612882,0.907955955,301,1.258856172,-0.11716081,5636.3993371 +413,2.987564726,-0.729568594,301,1.258856172,-0.11716081,6374.5020708 +414,-1.484261606,0.224149272,301,1.258856172,-0.11716081,10832.793601 +415,0.164073421,0.303955133,301,1.258856172,-0.11716081,4595.1429965 +416,0.141441293,0.167552546,301,1.258856172,-0.11716081,4551.1063438 +417,2.931321023,-0.506718887,301,1.258856172,-0.11716081,6346.3286483 +418,2.21951565,0.700596356,301,1.258856172,-0.11716081,4764.666452 +419,0.268112576,1.199114336,301,1.258856172,-0.11716081,5869.8300354 +420,0.978913739,0.359223811,301,1.258856172,-0.11716081,2179.0038155 +421,1.210898818,0.522863584,301,1.258856172,-0.11716081,2541.6907764 +422,2.347397336,0.129231362,301,1.258856172,-0.11716081,4409.823008 +423,0.614394501,0.556878345,301,1.258856172,-0.11716081,3612.2446814 +424,-1.398079356,0.148483366,301,1.258856172,-0.11716081,10537.405625 +425,2.535303836,-0.112984496,301,1.258856172,-0.11716081,5017.2387351 +426,-1.019372593,-0.405322349,301,1.258856172,-0.11716081,8514.6508649 +427,-1.297785627,-0.160104069,301,1.258856172,-0.11716081,9887.0193362 +428,2.144554488,0.205051084,301,1.258856172,-0.11716081,3715.2073039 +429,-2.242387083,-0.426171285,301,1.258856172,-0.11716081,9882.6387718 +430,0.338637212,0.909723676,301,1.258856172,-0.11716081,5110.0730336 +431,-0.148798452,0.691042401,301,1.258856172,-0.11716081,6024.5907715 +432,0.893524764,0.441829531,301,1.258856172,-0.11716081,2623.6098048 +433,0.969229347,-0.368847936,301,1.258856172,-0.11716081,1491.8063638 +434,0.436043248,0.800045688,301,1.258856172,-0.11716081,4649.0140235 +435,1.687946607,1.081504775,301,1.258856172,-0.11716081,4926.3355898 +436,0.522302046,-0.034889271,301,1.258856172,-0.11716081,2926.0232327 +437,-0.178996113,-0.438090009,301,1.258856172,-0.11716081,5550.0936507 +438,-1.094339566,0.301444068,301,1.258856172,-0.11716081,9311.5351968 +439,-1.064070054,0.242569932,301,1.258856172,-0.11716081,9220.3000928 +440,-1.068153768,0.230387998,301,1.258856172,-0.11716081,9239.0320834 +441,-3.00496892,-0.23989155,301,1.258856172,-0.11716081,7811.3723062 +442,0.21751974,0.766874888,301,1.258856172,-0.11716081,5097.4598973 +443,0.117229532,0.007619006,301,1.258856172,-0.11716081,4538.3258508 +444,0.777758451,0.420554741,301,1.258856172,-0.11716081,2826.8138383 +445,-0.252356999,0.250747086,301,1.258856172,-0.11716081,6109.869112 +446,0.363148444,0.768483434,301,1.258856172,-0.11716081,4741.9516273 +447,0.903191366,-0.118210676,301,1.258856172,-0.11716081,1398.9469118 +448,-0.205755923,0.149406178,301,1.258856172,-0.11716081,5878.1295678 +449,1.811996086,0.02364353,301,1.258856172,-0.11716081,2256.7034086 +450,-1.100670221,0.314845373,301,1.258856172,-0.11716081,9327.5777815 +451,0.340078597,0.850105132,301,1.258856172,-0.11716081,4974.060659 +452,0.258757267,0.804969236,301,1.258856172,-0.11716081,5066.341156 +453,2.78505352,-0.155160804,301,1.258856172,-0.11716081,5976.9341742 +454,0.800551619,0.105822106,301,1.258856172,-0.11716081,2015.3801392 +455,0.437940882,-0.506194031,301,1.258856172,-0.11716081,3426.0997004 +456,2.230431122,0.63458615,301,1.258856172,-0.11716081,4670.2920769 +457,0.527965361,0.127667701,301,1.258856172,-0.11716081,3046.1911898 +458,-0.063643205,0.702093448,301,1.258856172,-0.11716081,5781.9312707 +459,1.408447268,0.133010502,301,1.258856172,-0.11716081,1153.7658295 +460,0.523795955,0.280266966,301,1.258856172,-0.11716081,3283.6011063 +461,-0.975769313,0.072177659,301,1.258856172,-0.11716081,8864.5072788 +462,0.549774164,-0.463663986,301,1.258856172,-0.11716081,3001.0516265 +463,0.29245874,1.095549818,301,1.258856172,-0.11716081,5608.315351 +464,0.143625958,0.816809593,301,1.258856172,-0.11716081,5368.042574 +465,0.671902494,0.611159853,301,1.258856172,-0.11716081,3622.4627585 +466,1.239840988,0.6724199,301,1.258856172,-0.11716081,3128.3126605 +467,0.607829703,-0.10932137,301,1.258856172,-0.11716081,2561.7777405 +468,1.763020906,0.263996692,301,1.258856172,-0.11716081,2489.2414424 +469,0.378714634,0.726066797,301,1.258856172,-0.11716081,4611.3345667 +470,2.196736143,-0.153862366,301,1.258856172,-0.11716081,3680.8408253 +471,0.01702415,0.148991565,301,1.258856172,-0.11716081,5015.2774781 +472,-2.998490902,-0.158002487,301,1.258856172,-0.11716081,7906.8123518 +473,-3.051262951,-0.346595608,301,1.258856172,-0.11716081,7537.2264849 +474,-1.069176439,0.182802941,301,1.258856172,-0.11716081,9249.6306027 +475,0.167157509,0.595344954,301,1.258856172,-0.11716081,4958.8533494 +476,0.613855648,0.681746124,301,1.258856172,-0.11716081,3950.335713 +477,1.037012736,0.682555367,301,1.258856172,-0.11716081,3270.6953205 +478,-1.253574971,0.379755746,301,1.258856172,-0.11716081,9823.8416686 +479,3.108590453,-0.132620738,301,1.258856172,-0.11716081,7245.6720755 +480,0.565301296,0.022333262,301,1.258856172,-0.11716081,2796.816126 +481,0.547898238,0.855555614,301,1.258856172,-0.11716081,4569.1009758 +482,0.948309381,0.417393755,301,1.258856172,-0.11716081,2433.9879367 +483,-0.050600732,0.945269213,301,1.258856172,-0.11716081,6002.0240075 +484,-0.977651478,-0.572363064,301,1.258856172,-0.11716081,8081.051958 +485,1.102014914,0.728861163,301,1.258856172,-0.11716081,3398.9486306 +486,2.927300795,-0.282939414,301,1.258856172,-0.11716081,6461.0796966 +487,-1.154565557,0.124434095,301,1.258856172,-0.11716081,9581.4124923 +488,1.855331234,0.291044755,301,1.258856172,-0.11716081,2841.4168052 +489,0.830290659,0.276904518,301,1.258856172,-0.11716081,2293.7820305 +490,0.485104466,-0.234867441,301,1.258856172,-0.11716081,3048.9537054 +491,0.521367572,-0.33161327,301,1.258856172,-0.11716081,2962.5785657 +1,-1.539031704,0.7349710123,302,-1.126050026,0.322941926,2143.1206907 +2,-1.536990553,0.7349663874,302,-1.126050026,0.322941926,2138.6823333 +3,-1.534951779,0.7349571355,302,-1.126050026,0.322941926,2134.249071 +4,-1.532906461,0.7349480293,302,-1.126050026,0.322941926,2129.814474 +5,-1.531320211,0.7346937278,302,-1.126050026,0.322941926,2125.7157684 +6,-1.539451648,0.7335131775,302,-1.126050026,0.322941926,2140.148801 +7,-1.537429487,0.7335445708,302,-1.126050026,0.322941926,2135.8322772 +8,-1.535484998,0.7335658704,302,-1.126050026,0.322941926,2131.6697966 +9,-1.533488396,0.7336036027,302,-1.126050026,0.322941926,2127.4506119 +10,-1.531497785,0.7335842962,302,-1.126050026,0.322941926,2123.1032398 +11,-1.530259379,0.7334777758,302,-1.126050026,0.322941926,2120.1491712 +12,-1.5335454,0.7322346912,302,-1.126050026,0.322941926,2123.8975745 +13,-1.531489083,0.7322238773,302,-1.126050026,0.322941926,2119.4188002 +14,-1.530011122,0.7321679851,302,-1.126050026,0.322941926,2116.0776945 +15,-1.53348106,0.7306614094,302,-1.126050026,0.322941926,2119.5410022 +16,-1.531441779,0.7306962275,302,-1.126050026,0.322941926,2115.2079034 +17,-1.529755654,0.7306933243,302,-1.126050026,0.322941926,2111.5498472 +18,-1.533415048,0.7291384674,302,-1.126050026,0.322941926,2115.3234049 +19,-1.531392093,0.7291705353,302,-1.126050026,0.322941926,2111.0048867 +20,-1.529296523,0.7291214933,302,-1.126050026,0.322941926,2106.3237541 +21,-1.535280942,0.727267644,302,-1.126050026,0.322941926,2114.4192609 +22,-1.533378158,0.7276139666,302,-1.126050026,0.322941926,2111.1729223 +23,-1.531340368,0.7276446587,302,-1.126050026,0.322941926,2106.8047313 +24,-1.528960113,0.7276398177,302,-1.126050026,0.322941926,2101.6098166 +25,-1.533313146,0.7260818349,302,-1.126050026,0.322941926,2106.9484777 +26,-1.531259555,0.7260958115,302,-1.126050026,0.322941926,2102.4874242 +27,-1.528926415,0.7260865555,302,-1.126050026,0.322941926,2097.3675919 +28,-1.531226779,0.7245511789,302,-1.126050026,0.322941926,2098.2944813 +29,-1.528904772,0.7245519194,302,-1.126050026,0.322941926,2093.2099529 +30,-1.547195875,0.7409785979,302,-1.126050026,0.322941926,2176.8290604 +31,-1.5451475,0.740980426,302,-1.126050026,0.322941926,2172.3968919 +32,-1.543097679,0.7409798872,302,-1.126050026,0.322941926,2167.967573 +33,-1.540720364,0.7409892687,302,-1.126050026,0.322941926,2162.8729095 +34,-1.547188511,0.7395198392,302,-1.126050026,0.322941926,2172.9445729 +35,-1.545148587,0.7395226109,302,-1.126050026,0.322941926,2168.520246 +36,-1.543104538,0.7395314908,302,-1.126050026,0.322941926,2164.1154915 +37,-1.540727751,0.7395306258,302,-1.126050026,0.322941926,2158.9794004 +38,-1.547187029,0.7380014886,302,-1.126050026,0.322941926,2168.9228892 +39,-1.545147315,0.7380012252,302,-1.126050026,0.322941926,2164.4774261 +40,-1.54310719,0.7380060743,302,-1.126050026,0.322941926,2160.0568193 +41,-1.540719671,0.7380068206,302,-1.126050026,0.322941926,2154.8859451 +42,-1.547187189,0.7364799098,302,-1.126050026,0.322941926,2164.9045644 +43,-1.545149996,0.7364853874,302,-1.126050026,0.322941926,2160.4662148 +44,-1.543106091,0.7364823484,302,-1.126050026,0.322941926,2156.0028389 +45,-1.540717158,0.7364893901,302,-1.126050026,0.322941926,2150.8297457 +46,-1.538663972,0.7410138672,302,-1.126050026,0.322941926,2158.5240307 +47,-1.53695285,0.7409699132,302,-1.126050026,0.322941926,2154.7413892 +48,-1.534910498,0.7409641297,302,-1.126050026,0.322941926,2150.3635801 +49,-1.533145034,0.7409536636,302,-1.126050026,0.322941926,2146.5744988 +50,-1.538681336,0.7395405883,302,-1.126050026,0.322941926,2154.5993766 +51,-1.536999189,0.7395183096,302,-1.126050026,0.322941926,2150.9264156 +52,-1.534923633,0.7395144222,302,-1.126050026,0.322941926,2146.4694862 +53,-1.533267822,0.7395654306,302,-1.126050026,0.322941926,2143.0698114 +54,-1.53867273,0.7380151077,302,-1.126050026,0.322941926,2150.4866433 +55,-1.536980576,0.7379994392,302,-1.126050026,0.322941926,2146.7988472 +56,-1.534931522,0.7379944961,302,-1.126050026,0.322941926,2142.3822683 +57,-1.533387952,0.7379480264,302,-1.126050026,0.322941926,2138.94793 +58,-1.538682279,0.7364914363,302,-1.126050026,0.322941926,2146.4261946 +59,-1.536980704,0.7364810563,302,-1.126050026,0.322941926,2142.7209788 +60,-1.534935567,0.7364752065,302,-1.126050026,0.322941926,2138.2967658 +61,-1.533042592,0.7363876366,302,-1.126050026,0.322941926,2133.9910249 +62,-1.545143426,0.7349628011,302,-1.126050026,0.322941926,2156.4252558 +63,-1.543105297,0.7349691947,302,-1.126050026,0.322941926,2151.9858967 +64,-1.541064533,0.7349647152,302,-1.126050026,0.322941926,2147.5241846 +65,-1.545411803,0.7334624714,302,-1.126050026,0.322941926,2153.0552054 +66,-1.543446606,0.7334780896,302,-1.126050026,0.322941926,2148.7849401 +67,-1.541475327,0.7334957295,302,-1.126050026,0.322941926,2144.5183372 +68,-1.545401939,0.731963266,302,-1.126050026,0.322941926,2149.0869 +69,-1.54342253,0.7319915583,302,-1.126050026,0.322941926,2144.805843 +70,-1.541455867,0.7320216438,302,-1.126050026,0.322941926,2140.5694369 +71,-1.545410146,0.7304422281,302,-1.126050026,0.322941926,2145.1093682 +72,-1.543435491,0.7304713664,302,-1.126050026,0.322941926,2140.8275296 +73,-1.541463105,0.7304997613,302,-1.126050026,0.322941926,2136.560639 +74,-1.545414768,0.7289194936,302,-1.126050026,0.322941926,2141.1281022 +75,-1.543435774,0.7289538557,302,-1.126050026,0.322941926,2136.8369176 +76,-1.541457714,0.7289765881,302,-1.126050026,0.322941926,2132.5291942 +77,-1.539449415,0.7320555866,302,-1.126050026,0.322941926,2136.2682441 +78,-1.537429183,0.7321097681,302,-1.126050026,0.322941926,2132.0035139 +79,-1.535472649,0.7321497267,302,-1.126050026,0.322941926,2127.8523353 +80,-1.539457899,0.7305333307,302,-1.126050026,0.322941926,2132.2474692 +81,-1.537453161,0.7305750503,302,-1.126050026,0.322941926,2127.9695233 +82,-1.535479385,0.7306124949,302,-1.126050026,0.322941926,2123.7604079 +83,-1.53946905,0.7290102593,302,-1.126050026,0.322941926,2128.2390033 +84,-1.537459922,0.7290417293,302,-1.126050026,0.322941926,2123.9104114 +85,-1.535451349,0.7290890157,302,-1.126050026,0.322941926,2119.6377618 +86,-1.535522937,0.7279887191,302,-1.126050026,0.322941926,2116.8665974 +87,-1.539442524,0.7274735939,302,-1.126050026,0.322941926,2124.1202463 +88,-1.537424111,0.727521351,302,-1.126050026,0.322941926,2119.800664 +89,-1.539384641,0.7259505092,302,-1.126050026,0.322941926,2119.9762757 +90,-1.537372391,0.7259947145,302,-1.126050026,0.322941926,2115.6473335 +91,-1.535340789,0.7260435356,302,-1.126050026,0.322941926,2111.300927 +92,-1.539325716,0.7244369706,302,-1.126050026,0.322941926,2115.8629554 +93,-1.537308932,0.7244801057,302,-1.126050026,0.322941926,2111.5077194 +94,-1.535289068,0.7245247645,302,-1.126050026,0.322941926,2107.1626178 +95,-1.533261366,0.7245550236,302,-1.126050026,0.322941926,2102.7750672 +96,-1.539267302,0.722921924,302,-1.126050026,0.322941926,2111.7546166 +97,-1.537248972,0.7229660258,302,-1.126050026,0.322941926,2107.3849879 +98,-1.535219431,0.7229916471,302,-1.126050026,0.322941926,2102.9546556 +99,-1.53318962,0.7230212049,302,-1.126050026,0.322941926,2098.5469791 +100,-1.531154816,0.7230299897,302,-1.126050026,0.322941926,2094.0860334 +101,-1.528878341,0.7230370244,302,-1.126050026,0.322941926,2089.1029122 +102,-1.539218189,0.7214009878,302,-1.126050026,0.322941926,2107.6594921 +103,-1.537198791,0.7214422745,302,-1.126050026,0.322941926,2103.2664275 +104,-1.535179266,0.7214634354,302,-1.126050026,0.322941926,2098.8329139 +105,-1.533156501,0.7214944644,302,-1.126050026,0.322941926,2094.4309358 +106,-1.53113574,0.7215166021,302,-1.126050026,0.322941926,2090.0226861 +107,-1.528874248,0.7215345535,302,-1.126050026,0.322941926,2085.0862902 +108,-1.539217656,0.7198512397,302,-1.126050026,0.322941926,2103.6059785 +109,-1.537199919,0.7199428763,302,-1.126050026,0.322941926,2099.3343569 +110,-1.545425832,0.727397149,302,-1.126050026,0.322941926,2137.170861 +111,-1.543371177,0.7273916949,302,-1.126050026,0.322941926,2132.5938989 +112,-1.541368852,0.7274523163,302,-1.126050026,0.322941926,2128.3187513 +113,-1.545349067,0.7258710923,302,-1.126050026,0.322941926,2133.0168632 +114,-1.54332671,0.7258603556,302,-1.126050026,0.322941926,2128.4845058 +115,-1.541346831,0.7259242142,302,-1.126050026,0.322941926,2124.2539685 +116,-1.545324355,0.7243383958,302,-1.126050026,0.322941926,2128.9697535 +117,-1.543292796,0.7243617413,302,-1.126050026,0.322941926,2124.4922825 +118,-1.541295822,0.7244024384,302,-1.126050026,0.322941926,2120.1496898 +119,-1.543193859,0.7205570215,302,-1.126050026,0.322941926,2114.363983 +120,-1.550257047,0.7386738187,302,-1.126050026,0.322941926,2177.4048676 +121,-1.549335448,0.7311736483,302,-1.126050026,0.322941926,2155.7147288 +122,-1.533478843,0.7179891343,302,-1.126050026,0.322941926,2085.9004597 +123,-1.556150555,0.738907041,302,-1.126050026,0.322941926,2190.9575615 +124,-1.554324226,0.733414257,302,-1.126050026,0.322941926,2172.6235809 +125,-1.554290846,0.7288285332,302,-1.126050026,0.322941926,2160.6839209 +126,-1.55122487,0.7219795312,302,-1.126050026,0.322941926,2136.1542469 +127,-1.525104458,0.7229399862,302,-1.126050026,0.322941926,2080.5852915 +128,-1.519607711,0.7236181429,302,-1.126050026,0.322941926,2070.4752514 +129,-1.513899999,0.7251107854,302,-1.126050026,0.322941926,2062.2783723 +130,-1.536620762,0.7431061895,302,-1.126050026,0.322941926,2159.8084438 +131,-1.5369566,0.7460845958,302,-1.126050026,0.322941926,2168.6001864 +132,-1.545345528,0.7447040685,302,-1.126050026,0.322941926,2182.7642653 +133,-1.532813921,0.7432306626,302,-1.126050026,0.322941926,2152.0662178 +134,-1.554788248,0.7382381001,302,-1.126050026,0.322941926,2186.2102345 +135,-1.540348126,0.7301594274,302,-1.126050026,0.322941926,2133.2108521 +136,-1.538016084,0.7239051786,302,-1.126050026,0.322941926,2111.5590426 +137,-1.525288962,0.7258085137,302,-1.126050026,0.322941926,2088.7076046 +138,-1.534326986,0.731241342,302,-1.126050026,0.322941926,2122.932225 +139,-1.530733872,0.7303625216,302,-1.126050026,0.322941926,2112.7768812 +141,-1.534354939,0.7328219978,302,-1.126050026,0.322941926,2127.2271377 +142,-1.53157084,0.7292888153,302,-1.126050026,0.322941926,2111.7106349 +143,-1.525691035,0.7263799874,302,-1.126050026,0.322941926,2091.1209388 +144,-1.534031287,0.7495967835,302,-1.126050026,0.322941926,2172.029013 +145,-1.527714986,0.7283095957,302,-1.126050026,0.322941926,2100.7100334 +146,-1.526189586,0.7271468292,302,-1.126050026,0.322941926,2094.2699494 +147,-1.555177336,0.7375563366,302,-1.126050026,0.322941926,2185.2891019 +148,-1.555080283,0.7312707794,302,-1.126050026,0.322941926,2168.7562725 +149,-1.53856994,0.7224180299,302,-1.126050026,0.322941926,2108.8804167 +150,-1.530837883,0.729933372,302,-1.126050026,0.322941926,2111.8489347 +151,-1.515066984,0.5854133365,302,-1.126050026,0.322941926,1724.6792665 +152,-1.534731633,0.5368370046,302,-1.126050026,0.322941926,1692.4184814 +153,-1.515231902,0.5607085576,302,-1.126050026,0.322941926,1675.9959999 +154,-2.616253799,1.0684566605,302,-1.126050026,0.322941926,4952.9765825 +155,-1.956071439,0.5792177723,302,-1.126050026,0.322941926,3098.6560883 +156,-1.951208514,0.5602434208,302,-1.126050026,0.322941926,3074.102689 +157,-1.944675062,0.6062144545,302,-1.126050026,0.322941926,3076.2573337 +158,-1.613778386,0.6077989518,302,-1.126050026,0.322941926,2050.8323975 +159,-2.035029014,0.6021432345,302,-1.126050026,0.322941926,3366.5518648 +160,-2.114989471,0.6801825058,302,-1.126050026,0.322941926,3649.2845046 +161,-2.037382079,0.5765830025,302,-1.126050026,0.322941926,3366.2389942 +162,-2.129855121,0.6585019963,302,-1.126050026,0.322941926,3687.6660236 +163,-2.075141798,0.6493615843,302,-1.126050026,0.322941926,3513.0989717 +164,-1.828626729,0.6948433129,302,-1.126050026,0.322941926,2807.6541997 +165,-1.863329418,0.6735427691,302,-1.126050026,0.322941926,2882.6113679 +166,-1.266037071,0.727988852,302,-1.126050026,0.322941926,1672.631903 +167,-1.277579582,0.7249010648,302,-1.126050026,0.322941926,1672.5999489 +168,-1.258418684,0.7241194816,302,-1.126050026,0.322941926,1650.959405 +169,-1.317813974,0.6804850104,302,-1.126050026,0.322941926,1562.0009573 +170,-1.344165204,0.6790988904,302,-1.126050026,0.322941926,1597.5777912 +171,-1.427582102,0.5277120351,302,-1.126050026,0.322941926,1353.9852683 +172,-1.402238616,0.457167829,302,-1.126050026,0.322941926,1141.5632214 +173,-1.422454264,0.4996161999,302,-1.126050026,0.322941926,1281.2976024 +174,-1.439089277,0.4894859811,302,-1.126050026,0.322941926,1313.8716191 +175,-1.448126995,0.5182330266,302,-1.126050026,0.322941926,1394.8812593 +176,-1.474626146,0.5881926574,302,-1.126050026,0.322941926,1619.440444 +177,-1.421139645,0.5584869783,302,-1.126050026,0.322941926,1406.3904831 +178,-1.457037165,0.565943032,302,-1.126050026,0.322941926,1521.0247563 +179,-2.757159358,0.3745319,302,-1.126050026,0.322941926,5972.6004337 +180,-2.714309238,0.342054471,302,-1.126050026,0.322941926,5861.5737755 +181,-2.000525337,0.774119946,302,-1.126050026,0.322941926,3383.7243039 +183,-1.571413436,0.6777838382,302,-1.126050026,0.322941926,2076.9889241 +184,-1.552860289,0.6987663893,302,-1.126050026,0.322941926,2081.5205587 +185,-1.521852374,0.7165827476,302,-1.126050026,0.322941926,2056.4063129 +186,-1.503656267,0.6928968252,302,-1.126050026,0.322941926,1952.5685051 +187,-1.502753178,0.7136205882,302,-1.126050026,0.322941926,2006.7801178 +188,-1.631894563,0.7343596465,302,-1.126050026,0.322941926,2354.9917936 +189,-1.653765416,0.6770714026,302,-1.126050026,0.322941926,2290.6057807 +190,-1.719812114,0.6715965947,302,-1.126050026,0.322941926,2463.3538415 +191,-1.493406659,0.6646955447,302,-1.126050026,0.322941926,1854.6676916 +192,-1.469120564,0.6613469966,302,-1.126050026,0.322941926,1789.4683076 +193,-1.590551461,0.5326612937,302,-1.126050026,0.322941926,1861.9876264 +194,-1.625979264,0.5247742243,302,-1.126050026,0.322941926,1966.5890924 +195,-1.572293943,0.5238808754,302,-1.126050026,0.322941926,1791.3208626 +196,-1.610848725,0.5477107964,302,-1.126050026,0.322941926,1947.4183305 +197,-1.208485554,0.7918526018,302,-1.126050026,0.322941926,1877.0878167 +198,-1.335601374,0.6869083083,302,-1.126050026,0.322941926,1610.7297225 +199,-1.346156996,0.6825213377,302,-1.126050026,0.322941926,1612.3388069 +200,-1.324381037,0.6741422347,302,-1.126050026,0.322941926,1549.6978835 +201,-1.242424992,0.7378949807,302,-1.126050026,0.322941926,1689.6519232 +202,-1.270370057,0.7392461008,302,-1.126050026,0.322941926,1718.9478141 +203,-1.448950472,0.7441675014,302,-1.126050026,0.322941926,1989.1403217 +204,-1.492662363,0.7523026852,302,-1.126050026,0.322941926,2096.079017 +205,-1.479098966,0.7763855017,302,-1.126050026,0.322941926,2142.7399407 +206,-1.633760714,0.7869022408,302,-1.126050026,0.322941926,2483.2798797 +207,-1.647406434,0.8101289331,302,-1.126050026,0.322941926,2569.9806919 +208,-1.564245052,0.5701509278,302,-1.126050026,0.322941926,1838.7428874 +209,-1.646289963,0.6833746083,302,-1.126050026,0.322941926,2282.9315782 +210,-1.5820631,0.6751952144,302,-1.126050026,0.322941926,2098.1533325 +211,-1.613236298,0.6681681791,302,-1.126050026,0.322941926,2164.34931 +212,-1.914661867,0.8212566515,302,-1.126050026,0.322941926,3218.31256 +213,-1.742133237,0.7250275956,302,-1.126050026,0.322941926,2615.8202802 +214,-2.033144872,0.6557314699,302,-1.126050026,0.322941926,3384.9841751 +215,-2.039551981,0.6964723658,302,-1.126050026,0.322941926,3429.3438932 +216,-1.247341019,0.7622473908,302,-1.126050026,0.322941926,1786.4429222 +217,-1.298239787,0.7084123392,302,-1.126050026,0.322941926,1635.3864216 +218,-1.308539688,0.6926545592,302,-1.126050026,0.322941926,1591.9880568 +219,-1.303263185,0.6888938396,302,-1.126050026,0.322941926,1571.5562572 +220,-1.852400229,0.6004246149,302,-1.126050026,0.322941926,2776.2651276 +221,-1.288947707,0.7473773692,302,-1.126050026,0.322941926,1767.6758439 +222,-1.372031502,0.7472790993,302,-1.126050026,0.322941926,1872.0989005 +223,-1.289805721,0.7242157877,302,-1.126050026,0.322941926,1683.2036108 +224,-1.350807603,0.7533498126,302,-1.126050026,0.322941926,1863.1568611 +225,-1.329290365,0.7560442322,302,-1.126050026,0.322941926,1844.9905778 +226,-1.410153004,0.616936428,302,-1.126050026,0.322941926,1532.4661298 +227,-1.393445434,0.6308995063,302,-1.126050026,0.322941926,1536.093642 +228,-1.37595573,0.6241540638,302,-1.126050026,0.322941926,1479.2453253 +229,-1.358388707,0.6172645205,302,-1.126050026,0.322941926,1422.316472 +230,-1.753741133,0.8281661666,302,-1.126050026,0.322941926,2845.758505 +231,-1.47430987,0.6834615681,302,-1.126050026,0.322941926,1861.6409997 +232,-1.421012508,0.7222725206,302,-1.126050026,0.322941926,1870.1808386 +233,-1.4476833,0.6978557868,302,-1.126050026,0.322941926,1846.6540233 +234,-1.470370723,0.6966193374,302,-1.126050026,0.322941926,1890.067829 +235,-1.429211703,0.7037216883,302,-1.126050026,0.322941926,1827.8441578 +236,-1.700578405,0.6178673663,302,-1.126050026,0.322941926,2324.2844439 +237,-1.678117619,0.6331716163,302,-1.126050026,0.322941926,2281.2044269 +238,-1.725644578,0.6316331145,302,-1.126050026,0.322941926,2419.1065958 +239,-2.14012759,0.7930497945,302,-1.126050026,0.322941926,3782.2272343 +240,-2.103289431,0.7653606263,302,-1.126050026,0.322941926,3661.3522782 +241,-1.318739838,0.7017808746,302,-1.126050026,0.322941926,1638.1562491 +242,-1.396417427,0.7077900843,302,-1.126050026,0.322941926,1780.3199444 +243,-1.35650337,0.7185539404,302,-1.126050026,0.322941926,1750.8458964 +244,-1.248884539,0.7274156818,302,-1.126050026,0.322941926,1655.0120466 +245,-1.395014798,0.5761185243,302,-1.126050026,0.322941926,1384.5295802 +246,-1.433377362,0.6064716109,302,-1.126050026,0.322941926,1558.7284399 +247,-1.408172432,0.5903155476,302,-1.126050026,0.322941926,1454.6245776 +248,-1.749645898,0.7757118084,302,-1.126050026,0.322941926,2729.5580683 +249,-1.571626686,0.615046989,302,-1.126050026,0.322941926,1943.5473957 +250,-1.514070049,0.6303003037,302,-1.126050026,0.322941926,1820.8772855 +251,-1.480890369,0.6237966528,302,-1.126050026,0.322941926,1720.5687807 +252,-1.704390658,0.5281680612,302,-1.126050026,0.322941926,2228.9249973 +253,-1.64434733,0.5254277498,302,-1.126050026,0.322941926,2027.573379 +254,-1.703855997,0.4792484842,302,-1.126050026,0.322941926,2188.5135013 +255,-1.692002383,0.5748825051,302,-1.126050026,0.322941926,2239.8267671 +256,-1.854136457,0.5544643913,302,-1.126050026,0.322941926,2747.6743051 +257,-1.665021206,0.520317736,302,-1.126050026,0.322941926,2090.428822 +258,-1.733654349,0.4845187345,302,-1.126050026,0.322941926,2295.0762976 +259,-1.720938188,0.5135933906,302,-1.126050026,0.322941926,2271.7560831 +260,-1.742668307,0.553296122,302,-1.126050026,0.322941926,2378.9440351 +261,-1.965659039,0.7142126903,302,-1.126050026,0.322941926,3225.5671493 +262,-1.944438071,0.6772834804,302,-1.126050026,0.322941926,3128.8355805 +263,-1.270340967,0.7681487096,302,-1.126050026,0.322941926,1827.5692132 +264,-1.353091884,0.6549276821,302,-1.126050026,0.322941926,1532.3799932 +265,-1.333236659,0.6413584414,302,-1.126050026,0.322941926,1452.8746763 +266,-1.352015998,0.6753788907,302,-1.126050026,0.322941926,1597.9955118 +267,-1.377988483,0.6577816235,302,-1.126050026,0.322941926,1587.33387 +268,-2.13075611,0.8318642051,302,-1.126050026,0.322941926,3785.048494 +269,-2.097910953,0.8259670014,302,-1.126050026,0.322941926,3694.2002039 +270,-1.416382069,0.6694271549,302,-1.126050026,0.322941926,1698.6234303 +271,-1.538905672,0.7535625993,302,-1.126050026,0.322941926,2193.080758 +272,-1.572309477,0.7803125099,302,-1.126050026,0.322941926,2335.0374726 +273,-1.87759879,0.7503853417,302,-1.126050026,0.322941926,3019.807014 +274,1.152365588,0.590457682,302,-1.126050026,0.322941926,7576.5719645 +275,0.350198001,0.718001859,302,-1.126050026,0.322941926,5113.4504359 +276,0.046513677,0.491503852,302,-1.126050026,0.322941926,4265.9202228 +277,0.027510309,0.742571376,302,-1.126050026,0.322941926,4158.4202769 +278,0.306285725,-0.214631579,302,-1.126050026,0.322941926,5982.9806981 +279,-1.100564889,0.318051531,302,-1.126050026,0.322941926,97.74461143 +280,-1.078582306,0.301437596,302,-1.126050026,0.322941926,198.16573125 +281,-1.137371989,-0.617634065,302,-1.126050026,0.322941926,3725.8644338 +282,0.784356344,0.703272339,302,-1.126050026,0.322941926,6363.3820061 +283,-1.221209947,0.218327455,302,-1.126050026,0.322941926,550.88509443 +284,2.347301921,-0.449114658,302,-1.126050026,0.322941926,11129.721193 +285,0.246820618,0.830553713,302,-1.126050026,0.322941926,4762.8951199 +286,0.829414965,0.703288228,302,-1.126050026,0.322941926,6484.2236431 +287,-1.337537566,0.42332223,302,-1.126050026,0.322941926,874.94862365 +288,0.882453706,0.454478077,302,-1.126050026,0.322941926,7107.9747334 +289,1.575629659,0.416419109,302,-1.126050026,0.322941926,9057.7561523 +290,-1.039455679,0.229888244,302,-1.126050026,0.322941926,494.61041313 +291,0.489558039,0.934482747,302,-1.126050026,0.322941926,5302.6459216 +292,0.081344504,0.88384514,302,-1.126050026,0.322941926,4332.3912446 +293,-1.547979814,0.300350308,302,-1.126050026,0.322941926,1592.1041803 +294,0.040776181,0.168560074,302,-1.126050026,0.322941926,4501.945792 +295,-1.130374745,0.563894876,302,-1.126050026,0.322941926,954.53904002 +296,1.578326642,0.478507176,302,-1.126050026,0.322941926,8853.0856597 +297,-1.12861823,-0.291640865,302,-1.126050026,0.322941926,2434.3830109 +298,0.310524208,0.770885792,302,-1.126050026,0.322941926,4964.477657 +299,0.415649091,-0.387246002,302,-1.126050026,0.322941926,6596.0050119 +300,-0.926533878,-0.188022748,302,-1.126050026,0.322941926,2168.9198278 +301,1.258856172,-0.11716081,302,-1.126050026,0.322941926,9416.6286669 +302,-1.126050026,0.322941926,302,-1.126050026,0.322941926,0 +303,2.002785835,0.07893892,302,-1.126050026,0.322941926,10851.219713 +304,0.440437607,0.746258085,302,-1.126050026,0.322941926,5349.5976129 +305,-0.030391866,0.214441206,302,-1.126050026,0.322941926,4187.1216774 +306,0.521557815,-0.058929362,302,-1.126050026,0.322941926,6584.2021423 +307,-0.097005111,0.13317729,302,-1.126050026,0.322941926,4024.2740208 +308,1.83113859,0.221857587,302,-1.126050026,0.322941926,10168.861223 +309,0.222428864,0.099404236,302,-1.126050026,0.322941926,5263.7281758 +310,-1.702731345,0.8728568183,302,-1.126050026,0.322941926,2838.6431853 +311,-0.418507569,0.278324921,302,-1.126050026,0.322941926,2677.299713 +312,-1.41153306,0.339029988,302,-1.126050026,0.322941926,1070.9169648 +313,0.357560442,0.114788776,302,-1.126050026,0.322941926,5751.919323 +314,0.325818979,0.268352149,302,-1.126050026,0.322941926,5454.1093813 +315,-1.246004659,-0.663679965,302,-1.126050026,0.322941926,3933.4449661 +316,1.814603087,0.637404484,302,-1.126050026,0.322941926,8566.2661242 +317,1.843704281,-0.18300445,302,-1.126050026,0.322941926,11583.275019 +318,1.690644492,-0.211480909,302,-1.126050026,0.322941926,11127.524762 +319,-1.275451936,0.068109467,302,-1.126050026,0.322941926,1163.5252334 +320,0.762430171,-0.207594741,302,-1.126050026,0.322941926,7660.5677558 +321,0.265668905,-0.014647884,302,-1.126050026,0.322941926,5568.3791516 +322,-2.773032013,-0.335515811,302,-1.126050026,0.322941926,6909.214258 +323,-1.469512853,0.174058777,302,-1.126050026,0.322941926,1442.8333147 +324,0.286276986,0.785925691,302,-1.126050026,0.322941926,4888.6243495 +325,-1.379324697,0.377432233,302,-1.126050026,0.322941926,966.28608393 +326,-1.203778265,0.212813032,302,-1.126050026,0.322941926,527.56623335 +327,0.579916301,0.611743168,302,-1.126050026,0.322941926,5914.0824668 +328,0.267582642,0.868113908,302,-1.126050026,0.322941926,4804.7878248 +329,0.412869244,-0.050245578,302,-1.126050026,0.322941926,6165.490684 +330,0.17524381,0.976660285,302,-1.126050026,0.322941926,4573.2419523 +331,0.743157214,0.204812899,302,-1.126050026,0.322941926,7053.6164706 +332,-1.070758176,0.269382282,302,-1.126050026,0.322941926,298.11636484 +333,-1.230364251,0.329790229,302,-1.126050026,0.322941926,392.29760293 +334,-1.374813124,-0.024926835,302,-1.126050026,0.322941926,1684.5709832 +335,0.519780566,0.463669906,302,-1.126050026,0.322941926,5911.2611133 +336,-1.55108034,0.239698561,302,-1.126050026,0.322941926,1649.1227548 +337,0.180294813,0.029739425,302,-1.126050026,0.322941926,5191.5947173 +338,0.67820924,0.268170153,302,-1.126050026,0.322941926,6728.1607115 +339,0.445798684,1.024001867,302,-1.126050026,0.322941926,5136.6828779 +340,0.691751283,0.150521402,302,-1.126050026,0.322941926,6945.4610853 +341,-1.036643551,-0.903056181,302,-1.126050026,0.322941926,4866.0449843 +342,-0.120287036,1.083325163,302,-1.126050026,0.322941926,4064.0714278 +343,2.823513113,-0.304487164,302,-1.126050026,0.322941926,9407.2254936 +344,0.457583172,1.12513373,302,-1.126050026,0.322941926,5093.2239033 +345,0.042918831,0.813795399,302,-1.126050026,0.322941926,4214.4572773 +346,1.196146777,-0.853142756,302,-1.126050026,0.322941926,9102.5011615 +347,0.206001358,-0.010430701,302,-1.126050026,0.322941926,5339.5154906 +348,-0.268308653,0.234799412,302,-1.126050026,0.322941926,3275.441557 +349,0.759363263,0.736189579,302,-1.126050026,0.322941926,6239.2102438 +350,0.181363926,0.891988372,302,-1.126050026,0.322941926,4583.1727275 +351,-0.021111158,0.139103292,302,-1.126050026,0.322941926,4302.4106618 +352,-0.093355215,0.630686981,302,-1.126050026,0.322941926,3772.7881327 +353,0.40118964,0.681375926,302,-1.126050026,0.322941926,5294.6711135 +354,-0.721197315,1.304706234,302,-1.126050026,0.322941926,3984.0444213 +355,-1.076150317,0.212107639,302,-1.126050026,0.322941926,478.56493951 +356,-1.577164531,0.273993443,302,-1.126050026,0.322941926,1717.3480487 +357,-0.190788414,0.182208586,302,-1.126050026,0.322941926,3617.7212644 +358,-0.261349752,0.209710184,302,-1.126050026,0.322941926,3324.8555911 +359,-1.029303852,0.083549259,302,-1.126050026,0.322941926,1019.4371983 +360,-1.268609162,0.330525297,302,-1.126050026,0.322941926,535.59743943 +361,1.282982244,-0.926641967,302,-1.126050026,0.322941926,9168.4389383 +362,0.217352334,0.731352408,302,-1.126050026,0.322941926,4716.1047674 +363,-1.511833084,0.258629297,302,-1.126050026,0.322941926,1484.872981 +364,0.338812194,0.823184618,302,-1.126050026,0.322941926,5011.3167621 +365,-0.324406489,1.134201999,302,-1.126050026,0.322941926,3836.4386063 +366,1.389579348,0.399185724,302,-1.126050026,0.322941926,8695.7933346 +367,2.047152199,-0.039082036,302,-1.126050026,0.322941926,11312.80397 +368,0.947780369,0.568250077,302,-1.126050026,0.322941926,7078.3349778 +369,0.763824846,0.576754987,302,-1.126050026,0.322941926,6524.4334765 +370,-0.142334657,0.928153068,302,-1.126050026,0.322941926,3825.0107135 +371,0.610266567,0.547265983,302,-1.126050026,0.322941926,6096.2982525 +372,0.210731629,0.746815056,302,-1.126050026,0.322941926,4690.9680008 +373,-1.34931644,0.316895224,302,-1.126050026,0.322941926,839.65358696 +374,2.407696481,0.655030745,302,-1.126050026,0.322941926,8303.2974152 +375,0.64207831,0.545359131,302,-1.126050026,0.322941926,6199.4585798 +376,1.174597538,0.840588356,302,-1.126050026,0.322941926,6960.2082565 +377,0.660059424,0.010604079,302,-1.126050026,0.322941926,7016.3988327 +378,-0.730263819,0.010486456,302,-1.126050026,0.322941926,1974.7658174 +379,0.831068936,0.512339172,302,-1.126050026,0.322941926,6841.7913387 +380,1.301180979,0.72367476,302,-1.126050026,0.322941926,7540.4353004 +381,1.811128231,0.322854402,302,-1.126050026,0.322941926,9765.0445709 +382,0.435105812,0.992284428,302,-1.126050026,0.322941926,5136.0724332 +383,0.62643634,0.592027932,302,-1.126050026,0.322941926,6083.6147153 +384,0.492988703,-0.516339467,302,-1.126050026,0.322941926,7005.1509295 +385,-0.162469483,0.112549365,302,-1.126050026,0.322941926,3803.5899078 +386,0.314630866,0.472006421,302,-1.126050026,0.322941926,5205.1679693 +387,0.166744804,0.822815954,302,-1.126050026,0.322941926,4550.0879061 +388,0.417159608,0.965805736,302,-1.126050026,0.322941926,5114.6964703 +389,0.106334961,0.868774244,302,-1.126050026,0.322941926,4392.4774347 +390,0.815086969,-0.338144359,302,-1.126050026,0.322941926,7978.465488 +391,0.59867455,-0.230624824,302,-1.126050026,0.322941926,7076.5472409 +392,1.915104874,0.066220985,302,-1.126050026,0.322941926,10853.329825 +393,1.278093622,0.064463721,302,-1.126050026,0.322941926,9183.9262738 +394,-0.061477853,0.302997961,302,-1.126050026,0.322941926,3992.6520666 +395,0.251311504,0.626976942,302,-1.126050026,0.322941926,4873.8030611 +396,2.950242872,0.149095644,302,-1.126050026,0.322941926,8341.6011826 +397,-0.180294708,0.35375117,302,-1.126050026,0.322941926,3519.9293831 +398,1.010448592,-0.351180233,302,-1.126050026,0.322941926,8704.162691 +399,-1.748740498,0.3686318073,302,-1.126050026,0.322941926,2322.8044471 +400,2.699635665,0.123533791,302,-1.126050026,0.322941926,9239.4116962 +401,0.496808033,0.823843254,302,-1.126050026,0.322941926,5427.0225756 +402,0.129574704,0.763364087,302,-1.126050026,0.322941926,4453.4127028 +403,1.798920311,0.817447563,302,-1.126050026,0.322941926,7860.9331912 +404,0.335987953,0.746786541,302,-1.126050026,0.322941926,5051.8717588 +405,-1.085413643,0.292154671,302,-1.126050026,0.322941926,195.96620555 +406,-0.155321003,0.508207011,302,-1.126050026,0.322941926,3561.620648 +407,0.620529244,-0.301175104,302,-1.126050026,0.322941926,7233.0871138 +408,1.684402744,0.368716966,302,-1.126050026,0.322941926,9417.9756249 +409,0.300582244,-0.386397212,302,-1.126050026,0.322941926,6195.7948484 +410,2.913555946,-0.009225192,302,-1.126050026,0.322941926,8740.4861511 +411,1.465101417,0.493232532,302,-1.126050026,0.322941926,8584.1231211 +412,0.090612882,0.907955955,302,-1.126050026,0.322941926,4361.8908635 +413,2.987564726,-0.729568594,302,-1.126050026,0.322941926,8820.4762885 +414,-1.484261606,0.224149272,302,-1.126050026,0.322941926,1419.8804993 +415,0.164073421,0.303955133,302,-1.126050026,0.322941926,4824.0661226 +416,0.141441293,0.167552546,302,-1.126050026,0.322941926,4880.6101387 +417,2.931321023,-0.506718887,302,-1.126050026,0.322941926,9072.3936626 +418,2.21951565,0.700596356,302,-1.126050026,0.322941926,8320.2718612 +419,0.268112576,1.199114336,302,-1.126050026,0.322941926,4779.3096127 +420,0.978913739,0.359223811,302,-1.126050026,0.322941926,7597.8395691 +421,1.210898818,0.522863584,302,-1.126050026,0.322941926,7900.4691277 +422,2.347397336,0.129231362,302,-1.126050026,0.322941926,10232.679219 +423,0.614394501,0.556878345,302,-1.126050026,0.322941926,6095.8682683 +424,-1.398079356,0.148483366,302,-1.126050026,0.322941926,1253.6269011 +425,2.535303836,-0.112984496,302,-1.126050026,0.322941926,10273.484624 +426,-1.019372593,-0.405322349,302,-1.126050026,0.322941926,2914.0154689 +427,-1.297785627,-0.160104069,302,-1.126050026,0.322941926,2027.657452 +428,2.144554488,0.205051084,302,-1.126050026,0.322941926,10292.578826 +429,-2.242387083,-0.426171285,302,-1.126050026,0.322941926,5229.8187741 +430,0.338637212,0.909723676,302,-1.126050026,0.322941926,4964.4218806 +431,-0.148798452,0.691042401,302,-1.126050026,0.322941926,3618.3955446 +432,0.893524764,0.441829531,302,-1.126050026,0.322941926,7166.5470258 +433,0.969229347,-0.368847936,302,-1.126050026,0.322941926,8563.6815637 +434,0.436043248,0.800045688,302,-1.126050026,0.322941926,5288.7457723 +435,1.687946607,1.081504775,302,-1.126050026,0.322941926,6785.8148486 +436,0.522302046,-0.034889271,302,-1.126050026,0.322941926,6557.0215273 +437,-0.178996113,-0.438090009,302,-1.126050026,0.322941926,4733.6638143 +438,-1.094339566,0.301444068,302,-1.126050026,0.322941926,146.76000286 +439,-1.064070054,0.242569932,302,-1.126050026,0.322941926,396.0932892 +440,-1.068153768,0.230387998,302,-1.126050026,0.322941926,427.81181435 +441,-3.00496892,-0.23989155,302,-1.126050026,0.322941926,7658.4127467 +442,0.21751974,0.766874888,302,-1.126050026,0.322941926,4703.4182557 +443,0.117229532,0.007619006,302,-1.126050026,0.322941926,4983.9713753 +444,0.777758451,0.420554741,302,-1.126050026,0.322941926,6832.00709 +445,-0.252356999,0.250747086,302,-1.126050026,0.322941926,3321.6238079 +446,0.363148444,0.768483434,302,-1.126050026,0.322941926,5113.69265 +447,0.903191366,-0.118210676,302,-1.126050026,0.322941926,8089.3251585 +448,-0.205755923,0.149406178,302,-1.126050026,0.322941926,3597.5994938 +449,1.811996086,0.02364353,302,-1.126050026,0.322941926,10858.48818 +450,-1.100670221,0.314845373,302,-1.126050026,0.322941926,100.70353681 +451,0.340078597,0.850105132,302,-1.126050026,0.322941926,4999.1347488 +452,0.258757267,0.804969236,302,-1.126050026,0.322941926,4804.3084679 +453,2.78505352,-0.155160804,302,-1.126050026,0.322941926,9417.1223637 +454,0.800551619,0.105822106,302,-1.126050026,0.322941926,7407.940032 +455,0.437940882,-0.506194031,302,-1.126050026,0.322941926,6811.2241689 +456,2.230431122,0.63458615,302,-1.126050026,0.322941926,8566.6298394 +457,0.527965361,0.127667701,302,-1.126050026,0.322941926,6371.5992373 +458,-0.063643205,0.702093448,302,-1.126050026,0.322941926,3880.0317927 +459,1.408447268,0.133010502,302,-1.126050026,0.322941926,9462.6290907 +460,0.523795955,0.280266966,302,-1.126050026,0.322941926,6159.2517634 +461,-0.975769313,0.072177659,302,-1.126050026,0.322941926,1151.1981614 +462,0.549774164,-0.463663986,302,-1.126050026,0.322941926,7144.6463002 +463,0.29245874,1.095549818,302,-1.126050026,0.322941926,4813.9907546 +464,0.143625958,0.816809593,302,-1.126050026,0.322941926,4488.1027773 +465,0.671902494,0.611159853,302,-1.126050026,0.322941926,6193.4096343 +466,1.239840988,0.6724199,302,-1.126050026,0.322941926,7562.2961047 +467,0.607829703,-0.10932137,302,-1.126050026,0.322941926,6969.7359041 +468,1.763020906,0.263996692,302,-1.126050026,0.322941926,9918.8484217 +469,0.378714634,0.726066797,302,-1.126050026,0.322941926,5190.3620149 +470,2.196736143,-0.153862366,302,-1.126050026,0.322941926,11477.686868 +471,0.01702415,0.148991565,302,-1.126050026,0.322941926,4434.4490527 +472,-2.998490902,-0.158002487,302,-1.126050026,0.322941926,7546.2987186 +473,-3.051262951,-0.346595608,302,-1.126050026,0.322941926,7927.1934016 +474,-1.069176439,0.182802941,302,-1.126050026,0.322941926,596.32542506 +475,0.167157509,0.595344954,302,-1.126050026,0.322941926,4621.5300698 +476,0.613855648,0.681746124,302,-1.126050026,0.322941926,5920.3809606 +477,1.037012736,0.682555367,302,-1.126050026,0.322941926,7062.4080151 +478,-1.253574971,0.379755746,302,-1.126050026,0.322941926,524.83489229 +479,3.108590453,-0.132620738,302,-1.126050026,0.322941926,8178.6480791 +480,0.565301296,0.022333262,302,-1.126050026,0.322941926,6646.2885243 +481,0.547898238,0.855555614,302,-1.126050026,0.322941926,5522.9554611 +482,0.948309381,0.417393755,302,-1.126050026,0.322941926,7385.9832942 +483,-0.050600732,0.945269213,302,-1.126050026,0.322941926,4050.2736189 +484,-0.977651478,-0.572363064,302,-1.126050026,0.322941926,3590.5760161 +485,1.102014914,0.728861163,302,-1.126050026,0.322941926,7103.8106611 +486,2.927300795,-0.282939414,302,-1.126050026,0.322941926,9004.9635458 +487,-1.154565557,0.124434095,302,-1.126050026,0.322941926,793.93641861 +488,1.855331234,0.291044755,302,-1.126050026,0.322941926,9932.972624 +489,0.830290659,0.276904518,302,-1.126050026,0.322941926,7248.4997788 +490,0.485104466,-0.234867441,302,-1.126050026,0.322941926,6662.7608454 +491,0.521367572,-0.33161327,302,-1.126050026,0.322941926,6906.4454422 +1,-1.539031704,0.7349710123,303,2.002785835,0.07893892,8912.475509 +2,-1.536990553,0.7349663874,303,2.002785835,0.07893892,8915.4793433 +3,-1.534951779,0.7349571355,303,2.002785835,0.07893892,8918.4830346 +4,-1.532906461,0.7349480293,303,2.002785835,0.07893892,8921.4831331 +5,-1.531320211,0.7346937278,303,2.002785835,0.07893892,8924.6541138 +6,-1.539451648,0.7335131775,303,2.002785835,0.07893892,8916.8603645 +7,-1.537429487,0.7335445708,303,2.002785835,0.07893892,8919.7222441 +8,-1.535484998,0.7335658704,303,2.002785835,0.07893892,8922.4927591 +9,-1.533488396,0.7336036027,303,2.002785835,0.07893892,8925.2707048 +10,-1.531497785,0.7335842962,303,2.002785835,0.07893892,8928.2241533 +11,-1.530259379,0.7334777758,303,2.002785835,0.07893892,8930.3817289 +12,-1.5335454,0.7322346912,303,2.002785835,0.07893892,8929.9014991 +13,-1.531489083,0.7322238773,303,2.002785835,0.07893892,8932.9276647 +14,-1.530011122,0.7321679851,303,2.002785835,0.07893892,8935.2608118 +15,-1.53348106,0.7306614094,303,2.002785835,0.07893892,8935.4109871 +16,-1.531441779,0.7306962275,303,2.002785835,0.07893892,8938.2622651 +17,-1.529755654,0.7306933243,303,2.002785835,0.07893892,8940.7192145 +18,-1.533415048,0.7291384674,303,2.002785835,0.07893892,8940.7482198 +19,-1.531392093,0.7291705353,303,2.002785835,0.07893892,8943.5920836 +20,-1.529296523,0.7291214933,303,2.002785835,0.07893892,8946.8082481 +21,-1.535280942,0.727267644,303,2.002785835,0.07893892,8944.4393535 +22,-1.533378158,0.7276139666,303,2.002785835,0.07893892,8946.0467058 +23,-1.531340368,0.7276446587,303,2.002785835,0.07893892,8948.9240225 +24,-1.528960113,0.7276398177,303,2.002785835,0.07893892,8952.4086811 +25,-1.533313146,0.7260818349,303,2.002785835,0.07893892,8951.4111801 +26,-1.531259555,0.7260958115,303,2.002785835,0.07893892,8954.3761551 +27,-1.528926415,0.7260865555,303,2.002785835,0.07893892,8957.8154455 +28,-1.531226779,0.7245511789,303,2.002785835,0.07893892,8959.7419369 +29,-1.528904772,0.7245519194,303,2.002785835,0.07893892,8963.1387203 +30,-1.547195875,0.7409785979,303,2.002785835,0.07893892,8879.8812289 +31,-1.5451475,0.740980426,303,2.002785835,0.07893892,8882.8947695 +32,-1.543097679,0.7409798872,303,2.002785835,0.07893892,8885.9059998 +33,-1.540720364,0.7409892687,303,2.002785835,0.07893892,8889.348232 +34,-1.547188511,0.7395198392,303,2.002785835,0.07893892,8884.8768262 +35,-1.545148587,0.7395226109,303,2.002785835,0.07893892,8887.8816914 +36,-1.543104538,0.7395314908,303,2.002785835,0.07893892,8890.859219 +37,-1.540727751,0.7395306258,303,2.002785835,0.07893892,8894.3439865 +38,-1.547187029,0.7380014886,303,2.002785835,0.07893892,8890.0655499 +39,-1.545147315,0.7380012252,303,2.002785835,0.07893892,8893.0878073 +40,-1.54310719,0.7380060743,303,2.002785835,0.07893892,8896.0807046 +41,-1.540719671,0.7380068206,303,2.002785835,0.07893892,8899.5842111 +42,-1.547187189,0.7364799098,303,2.002785835,0.07893892,8895.2609936 +43,-1.545149996,0.7364853874,303,2.002785835,0.07893892,8898.2672441 +44,-1.543106091,0.7364823484,303,2.002785835,0.07893892,8901.3000563 +45,-1.540717158,0.7364893901,303,2.002785835,0.07893892,8904.7926135 +46,-1.538663972,0.7410138672,303,2.002785835,0.07893892,8892.2553496 +47,-1.53695285,0.7409699132,303,2.002785835,0.07893892,8894.8862039 +48,-1.534910498,0.7409641297,303,2.002785835,0.07893892,8897.8543415 +49,-1.533145034,0.7409536636,303,2.002785835,0.07893892,8900.4288222 +50,-1.538681336,0.7395405883,303,2.002785835,0.07893892,8897.2939794 +51,-1.536999189,0.7395183096,303,2.002785835,0.07893892,8899.8141638 +52,-1.534923633,0.7395144222,303,2.002785835,0.07893892,8902.8308932 +53,-1.533267822,0.7395654306,303,2.002785835,0.07893892,8905.0415791 +54,-1.53867273,0.7380151077,303,2.002785835,0.07893892,8902.5479992 +55,-1.536980576,0.7379994392,303,2.002785835,0.07893892,8905.0659255 +56,-1.534931522,0.7379944961,303,2.002785835,0.07893892,8908.0551615 +57,-1.533387952,0.7379480264,303,2.002785835,0.07893892,8910.4459709 +58,-1.538682279,0.7364914363,303,2.002785835,0.07893892,8907.7674845 +59,-1.536980704,0.7364810563,303,2.002785835,0.07893892,8910.2870254 +60,-1.534935567,0.7364752065,303,2.002785835,0.07893892,8913.2809606 +61,-1.533042592,0.7363876366,303,2.002785835,0.07893892,8916.3240737 +62,-1.545143426,0.7349628011,303,2.002785835,0.07893892,8903.4816063 +63,-1.543105297,0.7349691947,303,2.002785835,0.07893892,8906.4809134 +64,-1.541064533,0.7349647152,303,2.002785835,0.07893892,8909.5087942 +65,-1.545411803,0.7334624714,303,2.002785835,0.07893892,8908.2085975 +66,-1.543446606,0.7334780896,303,2.002785835,0.07893892,8911.0770534 +67,-1.541475327,0.7334957295,303,2.002785835,0.07893892,8913.9357775 +68,-1.545401939,0.731963266,303,2.002785835,0.07893892,8913.343393 +69,-1.54342253,0.7319915583,303,2.002785835,0.07893892,8916.196611 +70,-1.541455867,0.7320216438,303,2.002785835,0.07893892,8919.0127068 +71,-1.545410146,0.7304422281,303,2.002785835,0.07893892,8918.5238826 +72,-1.543435491,0.7304713664,303,2.002785835,0.07893892,8921.3743732 +73,-1.541463105,0.7304997613,303,2.002785835,0.07893892,8924.2119643 +74,-1.545414768,0.7289194936,303,2.002785835,0.07893892,8923.713572 +75,-1.543435774,0.7289538557,303,2.002785835,0.07893892,8926.5599326 +76,-1.541457714,0.7289765881,303,2.002785835,0.07893892,8929.4324982 +77,-1.539449415,0.7320555866,303,2.002785835,0.07893892,8921.8622733 +78,-1.537429183,0.7321097681,303,2.002785835,0.07893892,8924.6500415 +79,-1.535472649,0.7321497267,303,2.002785835,0.07893892,8927.3806 +80,-1.539457899,0.7305333307,303,2.002785835,0.07893892,8927.0682843 +81,-1.537453161,0.7305750503,303,2.002785835,0.07893892,8929.8833894 +82,-1.535479385,0.7306124949,303,2.002785835,0.07893892,8932.6551335 +83,-1.53946905,0.7290102593,303,2.002785835,0.07893892,8932.2711989 +84,-1.537459922,0.7290417293,303,2.002785835,0.07893892,8935.1352912 +85,-1.535451349,0.7290890157,303,2.002785835,0.07893892,8937.9315924 +86,-1.535522937,0.7279887191,303,2.002785835,0.07893892,8941.6061222 +87,-1.539442524,0.7274735939,303,2.002785835,0.07893892,8937.5746916 +88,-1.537424111,0.727521351,303,2.002785835,0.07893892,8940.4038462 +89,-1.539384641,0.7259505092,303,2.002785835,0.07893892,8942.8766497 +90,-1.537372391,0.7259947145,303,2.002785835,0.07893892,8945.7158324 +91,-1.535340789,0.7260435356,303,2.002785835,0.07893892,8948.5549075 +92,-1.539325716,0.7244369706,303,2.002785835,0.07893892,8948.1459928 +93,-1.537308932,0.7244801057,303,2.002785835,0.07893892,8951.0025057 +94,-1.535289068,0.7245247645,303,2.002785835,0.07893892,8953.8454416 +95,-1.533261366,0.7245550236,303,2.002785835,0.07893892,8956.7364355 +96,-1.539267302,0.722921924,303,2.002785835,0.07893892,8953.4182552 +97,-1.537248972,0.7229660258,303,2.002785835,0.07893892,8956.2807185 +98,-1.535219431,0.7229916471,303,2.002785835,0.07893892,8959.2102738 +99,-1.53318962,0.7230212049,303,2.002785835,0.07893892,8962.1137454 +100,-1.531154816,0.7230299897,303,2.002785835,0.07893892,8965.0830151 +101,-1.528878341,0.7230370244,303,2.002785835,0.07893892,8968.3992482 +102,-1.539218189,0.7214009878,303,2.002785835,0.07893892,8958.6952233 +103,-1.537198791,0.7214422745,303,2.002785835,0.07893892,8961.5759923 +104,-1.535179266,0.7214634354,303,2.002785835,0.07893892,8964.5130205 +105,-1.533156501,0.7214944644,303,2.002785835,0.07893892,8967.4081404 +106,-1.53113574,0.7215166021,303,2.002785835,0.07893892,8970.317916 +107,-1.528874248,0.7215345535,303,2.002785835,0.07893892,8973.5825436 +108,-1.539217656,0.7198512397,303,2.002785835,0.07893892,8963.9961066 +109,-1.537199919,0.7199428763,303,2.002785835,0.07893892,8966.7095057 +110,-1.545425832,0.727397149,303,2.002785835,0.07893892,8928.8902808 +111,-1.543371177,0.7273916949,303,2.002785835,0.07893892,8931.9932959 +112,-1.541368852,0.7274523163,303,2.002785835,0.07893892,8934.7794627 +113,-1.545349067,0.7258710923,303,2.002785835,0.07893892,8934.2100668 +114,-1.54332671,0.7258603556,303,2.002785835,0.07893892,8937.2896391 +115,-1.541346831,0.7259242142,303,2.002785835,0.07893892,8940.0382867 +116,-1.545324355,0.7243383958,303,2.002785835,0.07893892,8939.4724124 +117,-1.543292796,0.7243617413,303,2.002785835,0.07893892,8942.4567654 +118,-1.541295822,0.7244024384,303,2.002785835,0.07893892,8945.3171672 +119,-1.543193859,0.7205570215,303,2.002785835,0.07893892,8955.5872527 +120,-1.550257047,0.7386738187,303,2.002785835,0.07893892,8883.2031497 +121,-1.549335448,0.7311736483,303,2.002785835,0.07893892,8910.1347307 +122,-1.533478843,0.7179891343,303,2.002785835,0.07893892,8978.9641546 +123,-1.556150555,0.738907041,303,2.002785835,0.07893892,8873.5676826 +124,-1.554324226,0.733414257,303,2.002785835,0.07893892,8894.9757945 +125,-1.554290846,0.7288285332,303,2.002785835,0.07893892,8910.5838592 +126,-1.55122487,0.7219795312,303,2.002785835,0.07893892,8938.5062428 +127,-1.525104458,0.7229399862,303,2.002785835,0.07893892,8974.2366967 +128,-1.519607711,0.7236181429,303,2.002785835,0.07893892,8979.820201 +129,-1.513899999,0.7251107854,303,2.002785835,0.07893892,8982.7528959 +130,-1.536620762,0.7431061895,303,2.002785835,0.07893892,8888.0106152 +131,-1.5369566,0.7460845958,303,2.002785835,0.07893892,8877.2675502 +132,-1.545345528,0.7447040685,303,2.002785835,0.07893892,8869.8554266 +133,-1.532813921,0.7432306626,303,2.002785835,0.07893892,8893.043282 +134,-1.554788248,0.7382381001,303,2.002785835,0.07893892,8877.8931444 +135,-1.540348126,0.7301594274,303,2.002785835,0.07893892,8927.0314188 +136,-1.538016084,0.7239051786,303,2.002785835,0.07893892,8951.9201432 +137,-1.525288962,0.7258085137,303,2.002785835,0.07893892,8964.0552918 +138,-1.534326986,0.731241342,303,2.002785835,0.07893892,8932.1797638 +139,-1.530733872,0.7303625216,303,2.002785835,0.07893892,8940.4412889 +141,-1.534354939,0.7328219978,303,2.002785835,0.07893892,8926.7002634 +142,-1.53157084,0.7292888153,303,2.002785835,0.07893892,8942.924079 +143,-1.525691035,0.7263799874,303,2.002785835,0.07893892,8961.4983705 +144,-1.534031287,0.7495967835,303,2.002785835,0.07893892,8869.3217293 +145,-1.527714986,0.7283095957,303,2.002785835,0.07893892,8951.9030257 +146,-1.526189586,0.7271468292,303,2.002785835,0.07893892,8958.1270599 +147,-1.555177336,0.7375563366,303,2.002785835,0.07893892,8879.6221928 +148,-1.555080283,0.7312707794,303,2.002785835,0.07893892,8901.0984195 +149,-1.53856994,0.7224180299,303,2.002785835,0.07893892,8956.1858416 +150,-1.530837883,0.729933372,303,2.002785835,0.07893892,8941.7696982 +151,-1.515066984,0.5854133365,303,2.002785835,0.07893892,9458.6163928 +152,-1.534731633,0.5368370046,303,2.002785835,0.07893892,9581.4273888 +153,-1.515231902,0.5607085576,303,2.002785835,0.07893892,9540.5893573 +154,-2.616253799,1.0684566605,303,2.002785835,0.07893892,6125.3682708 +155,-1.956071439,0.5792177723,303,2.002785835,0.07893892,8423.6641462 +156,-1.951208514,0.5602434208,303,2.002785835,0.07893892,8476.2432054 +157,-1.944675062,0.6062144545,303,2.002785835,0.07893892,8399.093161 +158,-1.613778386,0.6077989518,303,2.002785835,0.07893892,9198.5947285 +159,-2.035029014,0.6021432345,303,2.002785835,0.07893892,8153.0539684 +160,-2.114989471,0.6801825058,303,2.002785835,0.07893892,7785.5017384 +161,-2.037382079,0.5765830025,303,2.002785835,0.07893892,8193.4410631 +162,-2.129855121,0.6585019963,303,2.002785835,0.07893892,7781.6205688 +163,-2.075141798,0.6493615843,303,2.002785835,0.07893892,7951.6839086 +164,-1.828626729,0.6948433129,303,2.002785835,0.07893892,8482.3164321 +165,-1.863329418,0.6735427691,303,2.002785835,0.07893892,8454.5492409 +166,-1.266037071,0.727988852,303,2.002785835,0.07893892,9214.7451995 +167,-1.277579582,0.7249010648,303,2.002785835,0.07893892,9220.5602866 +168,-1.258418684,0.7241194816,303,2.002785835,0.07893892,9233.6644978 +169,-1.317813974,0.6804850104,303,2.002785835,0.07893892,9365.1983812 +170,-1.344165204,0.6790988904,303,2.002785835,0.07893892,9348.4913385 +171,-1.427582102,0.5277120351,303,2.002785835,0.07893892,9803.2611516 +172,-1.402238616,0.457167829,303,2.002785835,0.07893892,10091.980051 +173,-1.422454264,0.4996161999,303,2.002785835,0.07893892,9910.085229 +174,-1.439089277,0.4894859811,303,2.002785835,0.07893892,9917.3407921 +175,-1.448126995,0.5182330266,303,2.002785835,0.07893892,9802.8142571 +176,-1.474626146,0.5881926574,303,2.002785835,0.07893892,9517.4341242 +177,-1.421139645,0.5584869783,303,2.002785835,0.07893892,9703.9994568 +178,-1.457037165,0.565943032,303,2.002785835,0.07893892,9622.7987751 +179,-2.757159358,0.3745319,303,2.002785835,0.07893892,5932.6969092 +180,-2.714309238,0.342054471,303,2.002785835,0.07893892,6099.6283813 +181,-2.000525337,0.774119946,303,2.002785835,0.07893892,7890.9532921 +183,-1.571413436,0.6777838382,303,2.002785835,0.07893892,9053.6964623 +184,-1.552860289,0.6987663893,303,2.002785835,0.07893892,9014.4030746 +185,-1.521852374,0.7165827476,303,2.002785835,0.07893892,9000.9411081 +186,-1.503656267,0.6928968252,303,2.002785835,0.07893892,9109.6066425 +187,-1.502753178,0.7136205882,303,2.002785835,0.07893892,9038.5557446 +188,-1.631894563,0.7343596465,303,2.002785835,0.07893892,8765.6831716 +189,-1.653765416,0.6770714026,303,2.002785835,0.07893892,8905.3343883 +190,-1.719812114,0.6715965947,303,2.002785835,0.07893892,8787.0492715 +191,-1.493406659,0.6646955447,303,2.002785835,0.07893892,9222.8668993 +192,-1.469120564,0.6613469966,303,2.002785835,0.07893892,9269.7515963 +193,-1.590551461,0.5326612937,303,2.002785835,0.07893892,9478.3023294 +194,-1.625979264,0.5247742243,303,2.002785835,0.07893892,9422.1556238 +195,-1.572293943,0.5238808754,303,2.002785835,0.07893892,9544.7625089 +196,-1.610848725,0.5477107964,303,2.002785835,0.07893892,9388.281225 +197,-1.208485554,0.7918526018,303,2.002785835,0.07893892,8985.85036 +198,-1.335601374,0.6869083083,303,2.002785835,0.07893892,9326.2306048 +199,-1.346156996,0.6825213377,303,2.002785835,0.07893892,9333.7407984 +200,-1.324381037,0.6741422347,303,2.002785835,0.07893892,9384.2329359 +201,-1.242424992,0.7378949807,303,2.002785835,0.07893892,9186.9281059 +202,-1.270370057,0.7392461008,303,2.002785835,0.07893892,9168.6088767 +203,-1.448950472,0.7441675014,303,2.002785835,0.07893892,8998.4588331 +204,-1.492662363,0.7523026852,303,2.002785835,0.07893892,8915.7683705 +205,-1.479098966,0.7763855017,303,2.002785835,0.07893892,8846.5885881 +206,-1.633760714,0.7869022408,303,2.002785835,0.07893892,8593.1963869 +207,-1.647406434,0.8101289331,303,2.002785835,0.07893892,8496.2582778 +208,-1.564245052,0.5701509278,303,2.002785835,0.07893892,9416.2243513 +209,-1.646289963,0.6833746083,303,2.002785835,0.07893892,8900.2593531 +210,-1.5820631,0.6751952144,303,2.002785835,0.07893892,9043.8022749 +211,-1.613236298,0.6681681791,303,2.002785835,0.07893892,9010.2601233 +212,-1.914661867,0.8212566515,303,2.002785835,0.07893892,7969.8055972 +213,-1.742133237,0.7250275956,303,2.002785835,0.07893892,8586.4552605 +214,-2.033144872,0.6557314699,303,2.002785835,0.07893892,8055.58019 +215,-2.039551981,0.6964723658,303,2.002785835,0.07893892,7957.6939348 +216,-1.247341019,0.7622473908,303,2.002785835,0.07893892,9089.4226482 +217,-1.298239787,0.7084123392,303,2.002785835,0.07893892,9271.8284497 +218,-1.308539688,0.6926545592,303,2.002785835,0.07893892,9325.4408407 +219,-1.303263185,0.6888938396,303,2.002785835,0.07893892,9343.700105 +220,-1.852400229,0.6004246149,303,2.002785835,0.07893892,8659.5392477 +221,-1.288947707,0.7473773692,303,2.002785835,0.07893892,9126.7310721 +222,-1.372031502,0.7472790993,303,2.002785835,0.07893892,9065.8387176 +223,-1.289805721,0.7242157877,303,2.002785835,0.07893892,9216.0443985 +224,-1.350807603,0.7533498126,303,2.002785835,0.07893892,9060.8037413 +225,-1.329290365,0.7560442322,303,2.002785835,0.07893892,9066.9319867 +226,-1.410153004,0.616936428,303,2.002785835,0.07893892,9508.4415298 +227,-1.393445434,0.6308995063,303,2.002785835,0.07893892,9477.8733485 +228,-1.37595573,0.6241540638,303,2.002785835,0.07893892,9522.9257958 +229,-1.358388707,0.6172645205,303,2.002785835,0.07893892,9567.7275594 +230,-1.753741133,0.8281661666,303,2.002785835,0.07893892,8261.849976 +231,-1.47430987,0.6834615681,303,2.002785835,0.07893892,9184.2588344 +232,-1.421012508,0.7222725206,303,2.002785835,0.07893892,9110.1626842 +233,-1.4476833,0.6978557868,303,2.002785835,0.07893892,9167.7225936 +234,-1.470370723,0.6966193374,303,2.002785835,0.07893892,9142.8663513 +235,-1.429211703,0.7037216883,303,2.002785835,0.07893892,9168.7901417 +236,-1.700578405,0.6178673663,303,2.002785835,0.07893892,8983.2199752 +237,-1.678117619,0.6331716163,303,2.002785835,0.07893892,8987.8952621 +238,-1.725644578,0.6316331145,303,2.002785835,0.07893892,8887.9280665 +239,-2.14012759,0.7930497945,303,2.002785835,0.07893892,7516.208706 +240,-2.103289431,0.7653606263,303,2.002785835,0.07893892,7659.5123152 +241,-1.318739838,0.7017808746,303,2.002785835,0.07893892,9282.8387775 +242,-1.396417427,0.7077900843,303,2.002785835,0.07893892,9190.142223 +243,-1.35650337,0.7185539404,303,2.002785835,0.07893892,9188.0895687 +244,-1.248884539,0.7274156818,303,2.002785835,0.07893892,9225.2203317 +245,-1.395014798,0.5761185243,303,2.002785835,0.07893892,9676.5811527 +246,-1.433377362,0.6064716109,303,2.002785835,0.07893892,9515.1136098 +247,-1.408172432,0.5903155476,303,2.002785835,0.07893892,9607.6698839 +248,-1.749645898,0.7757118084,303,2.002785835,0.07893892,8424.1952242 +249,-1.571626686,0.615046989,303,2.002785835,0.07893892,9258.0528331 +250,-1.514070049,0.6303003037,303,2.002785835,0.07893892,9308.9188725 +251,-1.480890369,0.6237966528,303,2.002785835,0.07893892,9384.121429 +252,-1.704390658,0.5281680612,303,2.002785835,0.07893892,9222.9796861 +253,-1.64434733,0.5254277498,303,2.002785835,0.07893892,9377.2676243 +254,-1.703855997,0.4792484842,303,2.002785835,0.07893892,9353.1767724 +255,-1.692002383,0.5748825051,303,2.002785835,0.07893892,9124.6860589 +256,-1.854136457,0.5544643913,303,2.002785835,0.07893892,8762.2611999 +257,-1.665021206,0.520317736,303,2.002785835,0.07893892,9342.0389023 +258,-1.733654349,0.4845187345,303,2.002785835,0.07893892,9259.5309751 +259,-1.720938188,0.5135933906,303,2.002785835,0.07893892,9219.1726852 +260,-1.742668307,0.553296122,303,2.002785835,0.07893892,9059.7903221 +261,-1.965659039,0.7142126903,303,2.002785835,0.07893892,8108.3446982 +262,-1.944438071,0.6772834804,303,2.002785835,0.07893892,8244.2836304 +263,-1.270340967,0.7681487096,303,2.002785835,0.07893892,9055.9162238 +264,-1.353091884,0.6549276821,303,2.002785835,0.07893892,9431.6015578 +265,-1.333236659,0.6413584414,303,2.002785835,0.07893892,9501.507468 +266,-1.352015998,0.6753788907,303,2.002785835,0.07893892,9355.4407184 +267,-1.377988483,0.6577816235,303,2.002785835,0.07893892,9395.6276405 +268,-2.13075611,0.8318642051,303,2.002785835,0.07893892,7466.2644318 +269,-2.097910953,0.8259670014,303,2.002785835,0.07893892,7554.3065378 +270,-1.416382069,0.6694271549,303,2.002785835,0.07893892,9309.273445 +271,-1.538905672,0.7535625993,303,2.002785835,0.07893892,8848.7114971 +272,-1.572309477,0.7803125099,303,2.002785835,0.07893892,8709.151381 +273,-1.87759879,0.7503853417,303,2.002785835,0.07893892,8228.8633521 +274,1.152365588,0.590457682,303,2.002785835,0.07893892,3721.4518462 +275,0.350198001,0.718001859,303,2.002785835,0.07893892,6259.3966164 +276,0.046513677,0.491503852,303,2.002785835,0.07893892,7400.7808038 +277,0.027510309,0.742571376,303,2.002785835,0.07893892,7164.4361676 +278,0.306285725,-0.214631579,303,2.002785835,0.07893892,6773.9333668 +279,-1.100564889,0.318051531,303,2.002785835,0.07893892,10864.292079 +280,-1.078582306,0.301437596,303,2.002785835,0.07893892,10918.87054 +281,-1.137371989,-0.617634065,303,2.002785835,0.07893892,10310.070572 +282,0.784356344,0.703272339,303,2.002785835,0.07893892,4959.2213328 +283,-1.221209947,0.218327455,303,2.002785835,0.07893892,11222.510567 +284,2.347301921,-0.449114658,303,2.002785835,0.07893892,2475.2366795 +285,0.246820618,0.830553713,303,2.002785835,0.07893892,6481.8361081 +286,0.829414965,0.703288228,303,2.002785835,0.07893892,4825.4942288 +287,-1.337537566,0.42332223,303,2.002785835,0.07893892,10311.842888 +288,0.882453706,0.454478077,303,2.002785835,0.07893892,4485.0018527 +289,1.575629659,0.416419109,303,2.002785835,0.07893892,2108.1912767 +290,-1.039455679,0.229888244,303,2.002785835,0.07893892,11159.670501 +291,0.489558039,0.934482747,303,2.002785835,0.07893892,5835.0809722 +292,0.081344504,0.88384514,303,2.002785835,0.07893892,6843.1557908 +293,-1.547979814,0.300350308,303,2.002785835,0.07893892,10248.643877 +294,0.040776181,0.168560074,303,2.002785835,0.07893892,7687.0306175 +295,-1.130374745,0.563894876,303,2.002785835,0.07893892,9897.38593 +296,1.578326642,0.478507176,303,2.002785835,0.07893892,2251.8781376 +297,-1.12861823,-0.291640865,303,2.002785835,0.07893892,11600.406746 +298,0.310524208,0.770885792,303,2.002785835,0.07893892,6347.4944574 +299,0.415649091,-0.387246002,303,2.002785835,0.07893892,6399.6830429 +300,-0.926533878,-0.188022748,303,2.002785835,0.07893892,11505.570178 +301,1.258856172,-0.11716081,303,2.002785835,0.07893892,3042.1973661 +302,-1.126050026,0.322941926,303,2.002785835,0.07893892,10851.219713 +303,2.002785835,0.07893892,303,2.002785835,0.07893892,0 +304,0.440437607,0.746258085,303,2.002785835,0.07893892,5985.235759 +305,-0.030391866,0.214441206,303,2.002785835,0.07893892,7928.8783818 +306,0.521557815,-0.058929362,303,2.002785835,0.07893892,5887.3331083 +307,-0.097005111,0.13317729,303,2.002785835,0.07893892,8241.9933799 +308,1.83113859,0.221857587,303,2.002785835,0.07893892,878.3516355 +309,0.222428864,0.099404236,303,2.002785835,0.07893892,7013.572439 +310,-1.702731345,0.8728568183,303,2.002785835,0.07893892,8209.6580458 +311,-0.418507569,0.278324921,303,2.002785835,0.07893892,9286.4471117 +312,-1.41153306,0.339029988,303,2.002785835,0.07893892,10476.485431 +313,0.357560442,0.114788776,303,2.002785835,0.07893892,6478.0186163 +314,0.325818979,0.268352149,303,2.002785835,0.07893892,6542.9256701 +315,-1.246004659,-0.663679965,303,2.002785835,0.07893892,10095.539405 +316,1.814603087,0.637404484,303,2.002785835,0.07893892,2315.6522399 +317,1.843704281,-0.18300445,303,2.002785835,0.07893892,1212.5251335 +318,1.690644492,-0.211480909,303,2.002785835,0.07893892,1683.5514223 +319,-1.275451936,0.068109467,303,2.002785835,0.07893892,11649.069159 +320,0.762430171,-0.207594741,303,2.002785835,0.07893892,5013.9906282 +321,0.265668905,-0.014647884,303,2.002785835,0.07893892,6883.2176791 +322,-2.773032013,-0.335515811,303,2.002785835,0.07893892,6088.4076082 +323,-1.469512853,0.174058777,303,2.002785835,0.07893892,10798.544615 +324,0.286276986,0.785925691,303,2.002785835,0.07893892,6406.2036194 +325,-1.379324697,0.377432233,303,2.002785835,0.07893892,10409.481706 +326,-1.203778265,0.212813032,303,2.002785835,0.07893892,11260.236083 +327,0.579916301,0.611743168,303,2.002785835,0.07893892,5563.0664153 +328,0.267582642,0.868113908,303,2.002785835,0.07893892,6401.2869275 +329,0.412869244,-0.050245578,303,2.002785835,0.07893892,6313.0196501 +330,0.17524381,0.976660285,303,2.002785835,0.07893892,6524.6989524 +331,0.743157214,0.204812899,303,2.002785835,0.07893892,4953.1131151 +332,-1.070758176,0.269382282,303,2.002785835,0.07893892,11038.566164 +333,-1.230364251,0.329790229,303,2.002785835,0.07893892,10785.942933 +334,-1.374813124,-0.024926835,303,2.002785835,0.07893892,11486.204608 +335,0.519780566,0.463669906,303,2.002785835,0.07893892,5771.6020054 +336,-1.55108034,0.239698561,303,2.002785835,0.07893892,10389.756798 +337,0.180294813,0.029739425,303,2.002785835,0.07893892,7205.6817438 +338,0.67820924,0.268170153,303,2.002785835,0.07893892,5199.8103474 +339,0.445798684,1.024001867,303,2.002785835,0.07893892,5926.4893945 +340,0.691751283,0.150521402,303,2.002785835,0.07893892,5159.6497955 +341,-1.036643551,-0.903056181,303,2.002785835,0.07893892,9162.1848066 +342,-0.120287036,1.083325163,303,2.002785835,0.07893892,6919.8721648 +343,2.823513113,-0.304487164,303,2.002785835,0.07893892,3549.426093 +344,0.457583172,1.12513373,303,2.002785835,0.07893892,5896.1555388 +345,0.042918831,0.813795399,303,2.002785835,0.07893892,7029.0851096 +346,1.196146777,-0.853142756,303,2.002785835,0.07893892,4616.9318289 +347,0.206001358,-0.010430701,303,2.002785835,0.07893892,7117.5209711 +348,-0.268308653,0.234799412,303,2.002785835,0.07893892,8802.9403884 +349,0.759363263,0.736189579,303,2.002785835,0.07893892,5054.4533851 +350,0.181363926,0.891988372,303,2.002785835,0.07893892,6594.2358336 +351,-0.021111158,0.139103292,303,2.002785835,0.07893892,7944.2284387 +352,-0.093355215,0.630686981,303,2.002785835,0.07893892,7669.04334 +353,0.40118964,0.681375926,303,2.002785835,0.07893892,6119.6207342 +354,-0.721197315,1.304706234,303,2.002785835,0.07893892,6872.5983071 +355,-1.076150317,0.212107639,303,2.002785835,0.07893892,11264.903244 +356,-1.577164531,0.273993443,303,2.002785835,0.07893892,10228.436957 +357,-0.190788414,0.182208586,303,2.002785835,0.07893892,8564.644395 +358,-0.261349752,0.209710184,303,2.002785835,0.07893892,8804.3309148 +359,-1.029303852,0.083549259,303,2.002785835,0.07893892,11667.989354 +360,-1.268609162,0.330525297,303,2.002785835,0.07893892,10744.767311 +361,1.282982244,-0.926641967,303,2.002785835,0.07893892,4647.5182105 +362,0.217352334,0.731352408,303,2.002785835,0.07893892,6640.0481652 +363,-1.511833084,0.258629297,303,2.002785835,0.07893892,10460.898437 +364,0.338812194,0.823184618,303,2.002785835,0.07893892,6242.658873 +365,-0.324406489,1.134201999,303,2.002785835,0.07893892,7091.7798704 +366,1.389579348,0.399185724,303,2.002785835,0.07893892,2666.6637153 +367,2.047152199,-0.039082036,303,2.002785835,0.07893892,499.37279702 +368,0.947780369,0.568250077,303,2.002785835,0.07893892,4342.6112568 +369,0.763824846,0.576754987,303,2.002785835,0.07893892,4951.6332291 +370,-0.142334657,0.928153068,303,2.002785835,0.07893892,7269.6942296 +371,0.610266567,0.547265983,303,2.002785835,0.07893892,5456.67411 +372,0.210731629,0.746815056,303,2.002785835,0.07893892,6646.4862244 +373,-1.34931644,0.316895224,303,2.002785835,0.07893892,10673.431585 +374,2.407696481,0.655030745,303,2.002785835,0.07893892,2711.7042036 +375,0.64207831,0.545359131,303,2.002785835,0.07893892,5348.8180339 +376,1.174597538,0.840588356,303,2.002785835,0.07893892,4109.4376023 +377,0.660059424,0.010604079,303,2.002785835,0.07893892,5318.0536466 +378,-0.730263819,0.010486456,303,2.002785835,0.07893892,10788.765343 +379,0.831068936,0.512339172,303,2.002785835,0.07893892,4693.8565415 +380,1.301180979,0.72367476,303,2.002785835,0.07893892,3558.816847 +381,1.811128231,0.322854402,303,2.002785835,0.07893892,1218.0533443 +382,0.435105812,0.992284428,303,2.002785835,0.07893892,5953.4649571 +383,0.62643634,0.592027932,303,2.002785835,0.07893892,5408.7926413 +384,0.492988703,-0.516339467,303,2.002785835,0.07893892,6166.7964745 +385,-0.162469483,0.112549365,303,2.002785835,0.07893892,8509.3850284 +386,0.314630866,0.472006421,303,2.002785835,0.07893892,6491.9075814 +387,0.166744804,0.822815954,303,2.002785835,0.07893892,6698.1462711 +388,0.417159608,0.965805736,303,2.002785835,0.07893892,5998.1971835 +389,0.106334961,0.868774244,303,2.002785835,0.07893892,6801.2823563 +390,0.815086969,-0.338144359,303,2.002785835,0.07893892,4909.2370682 +391,0.59867455,-0.230624824,303,2.002785835,0.07893892,5653.581241 +392,1.915104874,0.066220985,303,2.002785835,0.07893892,350.03091369 +393,1.278093622,0.064463721,303,2.002785835,0.07893892,2863.3394914 +394,-0.061477853,0.302997961,303,2.002785835,0.07893892,7970.1399043 +395,0.251311504,0.626976942,303,2.002785835,0.07893892,6613.9132399 +396,2.950242872,0.149095644,303,2.002785835,0.07893892,3736.070505 +397,-0.180294708,0.35375117,303,2.002785835,0.07893892,8342.4995996 +398,1.010448592,-0.351180233,303,2.002785835,0.07893892,4217.8510972 +399,-1.748740498,0.3686318073,303,2.002785835,0.07893892,9485.5276325 +400,2.699635665,0.123533791,303,2.002785835,0.07893892,2750.9339236 +401,0.496808033,0.823843254,303,2.002785835,0.07893892,5818.2634539 +402,0.129574704,0.763364087,303,2.002785835,0.07893892,6858.4016158 +403,1.798920311,0.817447563,303,2.002785835,0.07893892,3007.3982191 +404,0.335987953,0.746786541,303,2.002785835,0.07893892,6287.5201769 +405,-1.085413643,0.292154671,303,2.002785835,0.07893892,10959.157837 +406,-0.155321003,0.508207011,303,2.002785835,0.07893892,8045.1548255 +407,0.620529244,-0.301175104,303,2.002785835,0.07893892,5605.3285964 +408,1.684402744,0.368716966,303,2.002785835,0.07893892,1678.2767889 +409,0.300582244,-0.386397212,303,2.002785835,0.07893892,6821.1640558 +410,2.913555946,-0.009225192,303,2.002785835,0.07893892,3620.8945737 +411,1.465101417,0.493232532,303,2.002785835,0.07893892,2604.4819927 +412,0.090612882,0.907955955,303,2.002785835,0.07893892,6791.1446371 +413,2.987564726,-0.729568594,303,2.002785835,0.07893892,4769.878724 +414,-1.484261606,0.224149272,303,2.002785835,0.07893892,10630.24416 +415,0.164073421,0.303955133,303,2.002785835,0.07893892,7133.8570786 +416,0.141441293,0.167552546,303,2.002785835,0.07893892,7298.3977527 +417,2.931321023,-0.506718887,303,2.002785835,0.07893892,4221.4894917 +418,2.21951565,0.700596356,303,2.002785835,0.07893892,2581.1724192 +419,0.268112576,1.199114336,303,2.002785835,0.07893892,6164.8614729 +420,0.978913739,0.359223811,303,2.002785835,0.07893892,4087.8922179 +421,1.210898818,0.522863584,303,2.002785835,0.07893892,3439.3259988 +422,2.347397336,0.129231362,303,2.002785835,0.07893892,1371.9371087 +423,0.614394501,0.556878345,303,2.002785835,0.07893892,5443.7913592 +424,-1.398079356,0.148483366,303,2.002785835,0.07893892,11079.915516 +425,2.535303836,-0.112984496,303,2.002785835,0.07893892,2238.7543312 +426,-1.019372593,-0.405322349,303,2.002785835,0.07893892,11072.701313 +427,-1.297785627,-0.160104069,303,2.002785835,0.07893892,11740.978226 +428,2.144554488,0.205051084,303,2.002785835,0.07893892,747.06313166 +429,-2.242387083,-0.426171285,303,2.002785835,0.07893892,8032.8944582 +430,0.338637212,0.909723676,303,2.002785835,0.07893892,6201.3626626 +431,-0.148798452,0.691042401,303,2.002785835,0.07893892,7728.4236266 +432,0.893524764,0.441829531,303,2.002785835,0.07893892,4439.215187 +433,0.969229347,-0.368847936,303,2.002785835,0.07893892,4384.4610171 +434,0.436043248,0.800045688,303,2.002785835,0.07893892,5986.5563723 +435,1.687946607,1.081504775,303,2.002785835,0.07893892,4078.4797864 +436,0.522302046,-0.034889271,303,2.002785835,0.07893892,5876.46935 +437,-0.178996113,-0.438090009,303,2.002785835,0.07893892,8534.9964479 +438,-1.094339566,0.301444068,303,2.002785835,0.07893892,10927.144004 +439,-1.064070054,0.242569932,303,2.002785835,0.07893892,11136.91446 +440,-1.068153768,0.230387998,303,2.002785835,0.07893892,11187.480219 +441,-3.00496892,-0.23989155,303,2.002785835,0.07893892,5167.2179148 +442,0.21751974,0.766874888,303,2.002785835,0.07893892,6610.9634123 +443,0.117229532,0.007619006,303,2.002785835,0.07893892,7462.1342049 +444,0.777758451,0.420554741,303,2.002785835,0.07893892,4845.1796785 +445,-0.252356999,0.250747086,303,2.002785835,0.07893892,8726.0812922 +446,0.363148444,0.768483434,303,2.002785835,0.07893892,6200.1072445 +447,0.903191366,-0.118210676,303,2.002785835,0.07893892,4416.9202523 +448,-0.205755923,0.149406178,303,2.002785835,0.07893892,8649.3275432 +449,1.811996086,0.02364353,303,2.002785835,0.07893892,785.76705669 +450,-1.100670221,0.314845373,303,2.002785835,0.07893892,10876.969058 +451,0.340078597,0.850105132,303,2.002785835,0.07893892,6226.3972598 +452,0.258757267,0.804969236,303,2.002785835,0.07893892,6468.6977769 +453,2.78505352,-0.155160804,303,2.002785835,0.07893892,3225.1741708 +454,0.800551619,0.105822106,303,2.002785835,0.07893892,4739.9532866 +455,0.437940882,-0.506194031,303,2.002785835,0.07893892,6352.839936 +456,2.230431122,0.63458615,303,2.002785835,0.07893892,2351.8532661 +457,0.527965361,0.127667701,303,2.002785835,0.07893892,5806.0762698 +458,-0.063643205,0.702093448,303,2.002785835,0.07893892,7474.7787018 +459,1.408447268,0.133010502,303,2.002785835,0.07893892,2350.0518713 +460,0.523795955,0.280266966,303,2.002785835,0.07893892,5786.7698602 +461,-0.975769313,0.072177659,303,2.002785835,0.07893892,11563.770662 +462,0.549774164,-0.463663986,303,2.002785835,0.07893892,5946.3683714 +463,0.29245874,1.095549818,303,2.002785835,0.07893892,6195.4654235 +464,0.143625958,0.816809593,303,2.002785835,0.07893892,6764.6328561 +465,0.671902494,0.611159853,303,2.002785835,0.07893892,5264.9782871 +466,1.239840988,0.6724199,303,2.002785835,0.07893892,3609.1559464 +467,0.607829703,-0.10932137,303,2.002785835,0.07893892,5566.3766584 +468,1.763020906,0.263996692,303,2.002785835,0.07893892,1187.4952599 +469,0.378714634,0.726066797,303,2.002785835,0.07893892,6171.7761526 +470,2.196736143,-0.153862366,303,2.002785835,0.07893892,1198.7480587 +471,0.01702415,0.148991565,303,2.002785835,0.07893892,7790.538659 +472,-2.998490902,-0.158002487,303,2.002785835,0.07893892,5147.0190264 +473,-3.051262951,-0.346595608,303,2.002785835,0.07893892,5067.4195857 +474,-1.069176439,0.182802941,303,2.002785835,0.07893892,11371.329516 +475,0.167157509,0.595344954,303,2.002785835,0.07893892,6905.8870472 +476,0.613855648,0.681746124,303,2.002785835,0.07893892,5465.9757549 +477,1.037012736,0.682555367,303,2.002785835,0.07893892,4194.8079851 +478,-1.253574971,0.379755746,303,2.002785835,0.07893892,10573.207721 +479,3.108590453,-0.132620738,303,2.002785835,0.07893892,4449.5827417 +480,0.565301296,0.022333262,303,2.002785835,0.07893892,5688.6243168 +481,0.547898238,0.855555614,303,2.002785835,0.07893892,5684.9978827 +482,0.948309381,0.417393755,303,2.002785835,0.07893892,4230.4219886 +483,-0.050600732,0.945269213,303,2.002785835,0.07893892,7047.6425178 +484,-0.977651478,-0.572363064,303,2.002785835,0.07893892,10400.438453 +485,1.102014914,0.728861163,303,2.002785835,0.07893892,4082.1950949 +486,2.927300795,-0.282939414,303,2.002785835,0.07893892,3893.9850467 +487,-1.154565557,0.124434095,303,2.002785835,0.07893892,11635.882801 +488,1.855331234,0.291044755,303,2.002785835,0.07893892,1016.8872289 +489,0.830290659,0.276904518,303,2.002785835,0.07893892,4620.0651382 +490,0.485104466,-0.234867441,303,2.002785835,0.07893892,6090.7099503 +491,0.521367572,-0.33161327,303,2.002785835,0.07893892,5990.2323098 +1,-1.539031704,0.7349710123,304,0.440437607,0.746258085,5266.8567545 +2,-1.536990553,0.7349663874,304,0.440437607,0.746258085,5262.7059959 +3,-1.534951779,0.7349571355,304,0.440437607,0.746258085,5258.5684934 +4,-1.532906461,0.7349480293,304,0.440437607,0.746258085,5254.412409 +5,-1.531320211,0.7346937278,304,0.440437607,0.746258085,5251.8882668 +6,-1.539451648,0.7335131775,304,0.440437607,0.746258085,5271.8726194 +7,-1.537429487,0.7335445708,304,0.440437607,0.746258085,5267.654554 +8,-1.535484998,0.7335658704,304,0.440437607,0.746258085,5263.6196009 +9,-1.533488396,0.7336036027,304,0.440437607,0.746258085,5259.4270348 +10,-1.531497785,0.7335842962,304,0.440437607,0.746258085,5255.4045456 +11,-1.530259379,0.7334777758,304,0.440437607,0.746258085,5253.1681536 +12,-1.5335454,0.7322346912,304,0.440437607,0.746258085,5263.4386543 +13,-1.531489083,0.7322238773,304,0.440437607,0.746258085,5259.2533409 +14,-1.530011122,0.7321679851,304,0.440437607,0.746258085,5256.3788589 +15,-1.53348106,0.7306614094,304,0.440437607,0.746258085,5267.7841685 +16,-1.531441779,0.7306962275,304,0.440437607,0.746258085,5263.4991784 +17,-1.529755654,0.7306933243,304,0.440437607,0.746258085,5260.0428736 +18,-1.533415048,0.7291384674,304,0.440437607,0.746258085,5271.9837996 +19,-1.531392093,0.7291705353,304,0.440437607,0.746258085,5267.7354428 +20,-1.529296523,0.7291214933,304,0.440437607,0.746258085,5263.5635818 +21,-1.535280942,0.727267644,304,0.440437607,0.746258085,5281.1460072 +22,-1.533378158,0.7276139666,304,0.440437607,0.746258085,5276.2485317 +23,-1.531340368,0.7276446587,304,0.440437607,0.746258085,5271.9689055 +24,-1.528960113,0.7276398177,304,0.440437607,0.746258085,5267.0799296 +25,-1.533313146,0.7260818349,304,0.440437607,0.746258085,5280.4780286 +26,-1.531259555,0.7260958115,304,0.440437607,0.746258085,5276.2086344 +27,-1.528926415,0.7260865555,304,0.440437607,0.746258085,5271.4237872 +28,-1.531226779,0.7245511789,304,0.440437607,0.746258085,5280.5362219 +29,-1.528904772,0.7245519194,304,0.440437607,0.746258085,5275.7405847 +30,-1.547195875,0.7409785979,304,0.440437607,0.746258085,5266.2634412 +31,-1.5451475,0.740980426,304,0.440437607,0.746258085,5262.1169431 +32,-1.543097679,0.7409798872,304,0.440437607,0.746258085,5257.969478 +33,-1.540720364,0.7409892687,304,0.440437607,0.746258085,5253.1248206 +34,-1.547188511,0.7395198392,304,0.440437607,0.746258085,5270.4236412 +35,-1.545148587,0.7395226109,304,0.440437607,0.746258085,5266.2870923 +36,-1.543104538,0.7395314908,304,0.440437607,0.746258085,5262.1199813 +37,-1.540727751,0.7395306258,304,0.440437607,0.746258085,5257.3005112 +38,-1.547187029,0.7380014886,304,0.440437607,0.746258085,5274.767325 +39,-1.545147315,0.7380012252,304,0.440437607,0.746258085,5270.6352745 +40,-1.54310719,0.7380060743,304,0.440437607,0.746258085,5266.4830105 +41,-1.540719671,0.7380068206,304,0.440437607,0.746258085,5261.6317464 +42,-1.547187189,0.7364799098,304,0.440437607,0.746258085,5279.124637 +43,-1.545149996,0.7364853874,304,0.440437607,0.746258085,5274.9766748 +44,-1.543106091,0.7364823484,304,0.440437607,0.746258085,5270.8346851 +45,-1.540717158,0.7364893901,304,0.440437607,0.746258085,5265.9571706 +46,-1.538663972,0.7410138672,304,0.440437607,0.746258085,5248.8820526 +47,-1.53695285,0.7409699132,304,0.440437607,0.746258085,5245.5314668 +48,-1.534910498,0.7409641297,304,0.440437607,0.746258085,5241.3949123 +49,-1.533145034,0.7409536636,304,0.440437607,0.746258085,5237.8308468 +50,-1.538681336,0.7395405883,304,0.440437607,0.746258085,5253.1152582 +51,-1.536999189,0.7395183096,304,0.440437607,0.746258085,5249.7582148 +52,-1.534923633,0.7395144222,304,0.440437607,0.746258085,5245.5443308 +53,-1.533267822,0.7395654306,304,0.440437607,0.746258085,5242.0253427 +54,-1.53867273,0.7380151077,304,0.440437607,0.746258085,5257.4455334 +55,-1.536980576,0.7379994392,304,0.440437607,0.746258085,5254.0454641 +56,-1.534931522,0.7379944961,304,0.440437607,0.746258085,5249.883888 +57,-1.533387952,0.7379480264,304,0.440437607,0.746258085,5246.8672779 +58,-1.538682279,0.7364914363,304,0.440437607,0.746258085,5261.8086968 +59,-1.536980704,0.7364810563,304,0.440437607,0.746258085,5258.3705522 +60,-1.534935567,0.7364752065,304,0.440437607,0.746258085,5254.2149336 +61,-1.533042592,0.7363876366,304,0.440437607,0.746258085,5250.5977875 +62,-1.545143426,0.7349628011,304,0.440437607,0.746258085,5279.3196634 +63,-1.543105297,0.7349691947,304,0.440437607,0.746258085,5275.1578362 +64,-1.541064533,0.7349647152,304,0.440437607,0.746258085,5271.0169691 +65,-1.545411803,0.7334624714,304,0.440437607,0.746258085,5284.1592047 +66,-1.543446606,0.7334780896,304,0.440437607,0.746258085,5280.1155858 +67,-1.541475327,0.7334957295,304,0.440437607,0.746258085,5276.049462 +68,-1.545401939,0.731963266,304,0.440437607,0.746258085,5288.4312122 +69,-1.54342253,0.7319915583,304,0.440437607,0.746258085,5284.31799 +70,-1.541455867,0.7320216438,304,0.440437607,0.746258085,5280.2213244 +71,-1.545410146,0.7304422281,304,0.440437607,0.746258085,5292.8035561 +72,-1.543435491,0.7304713664,304,0.440437607,0.746258085,5288.6931716 +73,-1.541463105,0.7304997613,304,0.440437607,0.746258085,5284.5852458 +74,-1.545414768,0.7289194936,304,0.440437607,0.746258085,5297.1745246 +75,-1.543435774,0.7289538557,304,0.440437607,0.746258085,5293.0358914 +76,-1.541457714,0.7289765881,304,0.440437607,0.746258085,5288.9281229 +77,-1.539449415,0.7320555866,304,0.440437607,0.746258085,5276.0281252 +78,-1.537429183,0.7321097681,304,0.440437607,0.746258085,5271.7446417 +79,-1.535472649,0.7321497267,304,0.440437607,0.746258085,5267.6277393 +80,-1.539457899,0.7305333307,304,0.440437607,0.746258085,5280.3911451 +81,-1.537453161,0.7305750503,304,0.440437607,0.746258085,5276.1703628 +82,-1.535479385,0.7306124949,304,0.440437607,0.746258085,5272.0208774 +83,-1.53946905,0.7290102593,304,0.440437607,0.746258085,5284.7630592 +84,-1.537459922,0.7290417293,304,0.440437607,0.746258085,5280.558016 +85,-1.535451349,0.7290890157,304,0.440437607,0.746258085,5276.304621 +86,-1.535522937,0.7279887191,304,0.440437607,0.746258085,5279.5876013 +87,-1.539442524,0.7274735939,304,0.440437607,0.746258085,5289.097704 +88,-1.537424111,0.727521351,304,0.440437607,0.746258085,5284.8225114 +89,-1.539384641,0.7259505092,304,0.440437607,0.746258085,5293.3301684 +90,-1.537372391,0.7259947145,304,0.440437607,0.746258085,5289.0730912 +91,-1.535340789,0.7260435356,304,0.440437607,0.746258085,5284.7587046 +92,-1.539325716,0.7244369706,304,0.440437607,0.746258085,5297.5340009 +93,-1.537308932,0.7244801057,304,0.440437607,0.746258085,5293.2660281 +94,-1.535289068,0.7245247645,304,0.440437607,0.746258085,5288.9829835 +95,-1.533261366,0.7245550236,304,0.440437607,0.746258085,5284.7204243 +96,-1.539267302,0.722921924,304,0.440437607,0.746258085,5301.7439648 +97,-1.537248972,0.7229660258,304,0.440437607,0.746258085,5297.4654142 +98,-1.535219431,0.7229916471,304,0.440437607,0.746258085,5293.2120818 +99,-1.53318962,0.7230212049,304,0.440437607,0.746258085,5288.942438 +100,-1.531154816,0.7230299897,304,0.440437607,0.746258085,5284.7171008 +101,-1.528878341,0.7230370244,304,0.440437607,0.746258085,5279.9923591 +102,-1.539218189,0.7214009878,304,0.440437607,0.746258085,5305.9906821 +103,-1.537198791,0.7214422745,304,0.440437607,0.746258085,5301.7133392 +104,-1.535179266,0.7214634354,304,0.440437607,0.746258085,5297.4887424 +105,-1.533156501,0.7214944644,304,0.440437607,0.746258085,5293.2248095 +106,-1.53113574,0.7215166021,304,0.440437607,0.746258085,5288.9858631 +107,-1.528874248,0.7215345535,304,0.440437607,0.746258085,5284.2559988 +108,-1.539217656,0.7198512397,304,0.440437607,0.746258085,5310.4207156 +109,-1.537199919,0.7199428763,304,0.440437607,0.746258085,5305.9983706 +110,-1.545425832,0.727397149,304,0.440437607,0.746258085,5301.5586006 +111,-1.543371177,0.7273916949,304,0.440437607,0.746258085,5297.3747801 +112,-1.541368852,0.7274523163,304,0.440437607,0.746258085,5293.1042925 +113,-1.545349067,0.7258710923,304,0.440437607,0.746258085,5305.7747907 +114,-1.54332671,0.7258603556,304,0.440437607,0.746258085,5301.6674404 +115,-1.541346831,0.7259242142,304,0.440437607,0.746258085,5297.4290562 +116,-1.545324355,0.7243383958,304,0.440437607,0.746258085,5310.1172688 +117,-1.543292796,0.7243617413,304,0.440437607,0.746258085,5305.888868 +118,-1.541295822,0.7244024384,304,0.440437607,0.746258085,5301.6771975 +119,-1.543193859,0.7205570215,304,0.440437607,0.746258085,5316.5837606 +120,-1.550257047,0.7386738187,304,0.440437607,0.746258085,5279.0507635 +121,-1.549335448,0.7311736483,304,0.440437607,0.746258085,5298.6964704 +122,-1.533478843,0.7179891343,304,0.440437607,0.746258085,5303.885181 +123,-1.556150555,0.738907041,304,0.440437607,0.746258085,5290.2675925 +124,-1.554324226,0.733414257,304,0.440437607,0.746258085,5302.3778668 +125,-1.554290846,0.7288285332,304,0.440437607,0.746258085,5315.5021422 +126,-1.55122487,0.7219795312,304,0.440437607,0.746258085,5328.9605943 +127,-1.525104458,0.7229399862,304,0.440437607,0.746258085,5272.4554259 +128,-1.519607711,0.7236181429,304,0.440437607,0.746258085,5259.1284077 +129,-1.513899999,0.7251107854,304,0.440437607,0.746258085,5243.0421724 +130,-1.536620762,0.7431061895,304,0.440437607,0.746258085,5238.777793 +131,-1.5369566,0.7460845958,304,0.440437607,0.746258085,5230.986535 +132,-1.545345528,0.7447040685,304,0.440437607,0.746258085,5251.8749147 +133,-1.532813921,0.7432306626,304,0.440437607,0.746258085,5230.6903031 +134,-1.554788248,0.7382381001,304,0.440437607,0.746258085,5289.4463983 +135,-1.540348126,0.7301594274,304,0.440437607,0.746258085,5283.279183 +136,-1.538016084,0.7239051786,304,0.440437607,0.746258085,5296.3617648 +137,-1.525288962,0.7258085137,304,0.440437607,0.746258085,5264.6993252 +138,-1.534326986,0.731241342,304,0.440437607,0.746258085,5267.8679251 +139,-1.530733872,0.7303625216,304,0.440437607,0.746258085,5262.9934801 +141,-1.534354939,0.7328219978,304,0.440437607,0.746258085,5263.4252706 +142,-1.53157084,0.7292888153,304,0.440437607,0.746258085,5267.7665442 +143,-1.525691035,0.7263799874,304,0.440437607,0.746258085,5263.9094703 +144,-1.534031287,0.7495967835,304,0.440437607,0.746258085,5215.0888216 +145,-1.527714986,0.7283095957,304,0.440437607,0.746258085,5262.6112087 +146,-1.526189586,0.7271468292,304,0.440437607,0.746258085,5262.7638727 +147,-1.555177336,0.7375563366,304,0.440437607,0.746258085,5292.1907479 +148,-1.555080283,0.7312707794,304,0.440437607,0.746258085,5310.0749802 +149,-1.53856994,0.7224180299,304,0.440437607,0.746258085,5301.7495244 +150,-1.530837883,0.729933372,304,0.440437607,0.746258085,5264.4271194 +151,-1.515066984,0.5854133365,304,0.440437607,0.746258085,5643.7316136 +152,-1.534731633,0.5368370046,304,0.440437607,0.746258085,5829.3054213 +153,-1.515231902,0.5607085576,304,0.440437607,0.746258085,5715.2173721 +154,-2.616253799,1.0684566605,304,0.440437607,0.746258085,5250.5649488 +155,-1.956071439,0.5792177723,304,0.440437607,0.746258085,6539.3448292 +156,-1.951208514,0.5602434208,304,0.440437607,0.746258085,6596.2600743 +157,-1.944675062,0.6062144545,304,0.440437607,0.746258085,6428.0670488 +158,-1.613778386,0.6077989518,304,0.440437607,0.746258085,5795.1599271 +159,-2.035029014,0.6021432345,304,0.440437607,0.746258085,6583.705558 +160,-2.114989471,0.6801825058,304,0.440437607,0.746258085,6414.3618691 +161,-2.037382079,0.5765830025,304,0.440437607,0.746258085,6677.3671964 +162,-2.129855121,0.6585019963,304,0.440437607,0.746258085,6511.5589108 +163,-2.075141798,0.6493615843,304,0.440437607,0.746258085,6473.1694282 +164,-1.828626729,0.6948433129,304,0.440437607,0.746258085,5936.1712185 +165,-1.863329418,0.6735427691,304,0.440437607,0.746258085,6065.4673658 +166,-1.266037071,0.727988852,304,0.440437607,0.746258085,4688.3102088 +167,-1.277579582,0.7249010648,304,0.440437607,0.746258085,4722.6906694 +168,-1.258418684,0.7241194816,304,0.440437607,0.746258085,4680.0328127 +169,-1.317813974,0.6804850104,304,0.440437607,0.746258085,4928.4212485 +170,-1.344165204,0.6790988904,304,0.440437607,0.746258085,4993.499527 +171,-1.427582102,0.5277120351,304,0.440437607,0.746258085,5601.1388313 +172,-1.402238616,0.457167829,304,0.440437607,0.746258085,5734.4993582 +173,-1.422454264,0.4996161999,304,0.440437607,0.746258085,5666.8951778 +174,-1.439089277,0.4894859811,304,0.440437607,0.746258085,5736.283646 +175,-1.448126995,0.5182330266,304,0.440437607,0.746258085,5677.550106 +176,-1.474626146,0.5881926574,304,0.440437607,0.746258085,5543.1479291 +177,-1.421139645,0.5584869783,304,0.440437607,0.746258085,5500.0881258 +178,-1.457037165,0.565943032,304,0.440437607,0.746258085,5564.7400669 +179,-2.757159358,0.3745319,304,0.440437607,0.746258085,7999.6878904 +180,-2.714309238,0.342054471,304,0.440437607,0.746258085,8132.77489 +181,-2.000525337,0.774119946,304,0.440437607,0.746258085,5931.4215799 +183,-1.571413436,0.6777838382,304,0.440437607,0.746258085,5498.7715465 +184,-1.552860289,0.6987663893,304,0.440437607,0.746258085,5399.2343734 +185,-1.521852374,0.7165827476,304,0.440437607,0.746258085,5283.7282385 +186,-1.503656267,0.6928968252,304,0.440437607,0.746258085,5312.2737121 +187,-1.502753178,0.7136205882,304,0.440437607,0.746258085,5252.0160353 +188,-1.631894563,0.7343596465,304,0.440437607,0.746258085,5452.9522181 +189,-1.653765416,0.6770714026,304,0.440437607,0.746258085,5668.367189 +190,-1.719812114,0.6715965947,304,0.440437607,0.746258085,5813.5752964 +191,-1.493406659,0.6646955447,304,0.440437607,0.746258085,5369.5986699 +192,-1.469120564,0.6613469966,304,0.440437607,0.746258085,5325.4097288 +193,-1.590551461,0.5326612937,304,0.440437607,0.746258085,5968.8411606 +194,-1.625979264,0.5247742243,304,0.440437607,0.746258085,6071.6043695 +195,-1.572293943,0.5238808754,304,0.440437607,0.746258085,5953.5390456 +196,-1.610848725,0.5477107964,304,0.440437607,0.746258085,5969.0600066 +197,-1.208485554,0.7918526018,304,0.440437607,0.746258085,4404.5753986 +198,-1.335601374,0.6869083083,304,0.440437607,0.746258085,4953.3541195 +199,-1.346156996,0.6825213377,304,0.440437607,0.746258085,4989.2048311 +200,-1.324381037,0.6741422347,304,0.440437607,0.746258085,4960.1539045 +201,-1.242424992,0.7378949807,304,0.440437607,0.746258085,4609.3389764 +202,-1.270370057,0.7392461008,304,0.440437607,0.746258085,4670.7715499 +203,-1.448950472,0.7441675014,304,0.440437607,0.746258085,5053.7238517 +204,-1.492662363,0.7523026852,304,0.440437607,0.746258085,5122.9490702 +205,-1.479098966,0.7763855017,304,0.440437607,0.746258085,5028.7215838 +206,-1.633760714,0.7869022408,304,0.440437607,0.746258085,5299.8447306 +207,-1.647406434,0.8101289331,304,0.440437607,0.746258085,5255.5432934 +208,-1.564245052,0.5701509278,304,0.440437607,0.746258085,5798.901741 +209,-1.646289963,0.6833746083,304,0.440437607,0.746258085,5634.4420717 +210,-1.5820631,0.6751952144,304,0.440437607,0.746258085,5528.493282 +211,-1.613236298,0.6681681791,304,0.440437607,0.746258085,5613.5164082 +212,-1.914661867,0.8212566515,304,0.440437607,0.746258085,5651.0654844 +213,-1.742133237,0.7250275956,304,0.440437607,0.746258085,5687.190984 +214,-2.033144872,0.6557314699,304,0.440437607,0.746258085,6391.9753653 +215,-2.039551981,0.6964723658,304,0.440437607,0.746258085,6257.0883813 +216,-1.247341019,0.7622473908,304,0.440437607,0.746258085,4562.3499951 +217,-1.298239787,0.7084123392,304,0.440437607,0.746258085,4811.747113 +218,-1.308539688,0.6926545592,304,0.440437607,0.746258085,4875.6140229 +219,-1.303263185,0.6888938396,304,0.440437607,0.746258085,4872.8195089 +220,-1.852400229,0.6004246149,304,0.440437607,0.746258085,6288.5585284 +221,-1.288947707,0.7473773692,304,0.440437607,0.746258085,4693.3095078 +222,-1.372031502,0.7472790993,304,0.440437607,0.746258085,4879.2922373 +223,-1.289805721,0.7242157877,304,0.440437607,0.746258085,4752.6646749 +224,-1.350807603,0.7533498126,304,0.440437607,0.746258085,4816.9305232 +225,-1.329290365,0.7560442322,304,0.440437607,0.746258085,4762.4220022 +226,-1.410153004,0.616936428,304,0.440437607,0.746258085,5313.316891 +227,-1.393445434,0.6308995063,304,0.440437607,0.746258085,5236.2993571 +228,-1.37595573,0.6241540638,304,0.440437607,0.746258085,5213.3067859 +229,-1.358388707,0.6172645205,304,0.440437607,0.746258085,5189.941139 +230,-1.753741133,0.8281661666,304,0.440437607,0.746258085,5382.729809 +231,-1.47430987,0.6834615681,304,0.440437607,0.746258085,5275.2495199 +232,-1.421012508,0.7222725206,304,0.440437607,0.746258085,5052.61624 +233,-1.4476833,0.6978557868,304,0.440437607,0.746258085,5177.2174773 +234,-1.470370723,0.6966193374,304,0.440437607,0.746258085,5230.1250322 +235,-1.429211703,0.7037216883,304,0.440437607,0.746258085,5120.6346677 +236,-1.700578405,0.6178673663,304,0.440437607,0.746258085,5943.5921665 +237,-1.678117619,0.6331716163,304,0.440437607,0.746258085,5851.2059595 +238,-1.725644578,0.6316331145,304,0.440437607,0.746258085,5950.0653759 +239,-2.14012759,0.7930497945,304,0.440437607,0.746258085,6033.7397558 +240,-2.103289431,0.7653606263,304,0.440437607,0.746258085,6092.371869 +241,-1.318739838,0.7017808746,304,0.440437607,0.746258085,4876.0813689 +242,-1.396417427,0.7077900843,304,0.440437607,0.746258085,5036.9961089 +243,-1.35650337,0.7185539404,304,0.440437607,0.746258085,4919.2133496 +244,-1.248884539,0.7274156818,304,0.440437607,0.746258085,4649.7257976 +245,-1.395014798,0.5761185243,304,0.440437607,0.746258085,5388.7904308 +246,-1.433377362,0.6064716109,304,0.440437607,0.746258085,5396.321074 +247,-1.408172432,0.5903155476,304,0.440437607,0.746258085,5381.4409657 +248,-1.749645898,0.7757118084,304,0.440437607,0.746258085,5540.7940793 +249,-1.571626686,0.615046989,304,0.440437607,0.746258085,5683.1351644 +250,-1.514070049,0.6303003037,304,0.440437607,0.746258085,5512.7755057 +251,-1.480890369,0.6237966528,304,0.440437607,0.746258085,5457.0289618 +252,-1.704390658,0.5281680612,304,0.440437607,0.746258085,6230.8113786 +253,-1.64434733,0.5254277498,304,0.440437607,0.746258085,6110.100995 +254,-1.703855997,0.4792484842,304,0.440437607,0.746258085,6382.1826825 +255,-1.692002383,0.5748825051,304,0.440437607,0.746258085,6059.6361876 +256,-1.854136457,0.5544643913,304,0.440437607,0.746258085,6443.6546344 +257,-1.665021206,0.520317736,304,0.440437607,0.746258085,6170.828355 +258,-1.733654349,0.4845187345,304,0.440437607,0.746258085,6429.6104677 +259,-1.720938188,0.5135933906,304,0.440437607,0.746258085,6311.276146 +260,-1.742668307,0.553296122,304,0.440437607,0.746258085,6230.9826677 +261,-1.965659039,0.7142126903,304,0.440437607,0.746258085,6089.9449988 +262,-1.944438071,0.6772834804,304,0.440437607,0.746258085,6184.5861852 +263,-1.270340967,0.7681487096,304,0.440437607,0.746258085,4600.4482944 +264,-1.353091884,0.6549276821,304,0.440437607,0.746258085,5077.642158 +265,-1.333236659,0.6413584414,304,0.440437607,0.746258085,5066.2934231 +266,-1.352015998,0.6753788907,304,0.440437607,0.746258085,5021.4359779 +267,-1.377988483,0.6577816235,304,0.440437607,0.746258085,5128.16697 +268,-2.13075611,0.8318642051,304,0.440437607,0.746258085,5882.3942745 +269,-2.097910953,0.8259670014,304,0.440437607,0.746258085,5867.8436704 +270,-1.416382069,0.6694271549,304,0.440437607,0.746258085,5184.8809153 +271,-1.538905672,0.7535625993,304,0.440437607,0.746258085,5213.6549222 +272,-1.572309477,0.7803125099,304,0.440437607,0.746258085,5202.9571987 +273,-1.87759879,0.7503853417,304,0.440437607,0.746258085,5833.2293298 +274,1.152365588,0.590457682,304,0.440437607,0.746258085,2273.5768884 +275,0.350198001,0.718001859,304,0.440437607,0.746258085,288.38060252 +276,0.046513677,0.491503852,304,0.440437607,0.746258085,1613.7805346 +277,0.027510309,0.742571376,304,0.440437607,0.746258085,1199.0928909 +278,0.306285725,-0.214631579,304,0.440437607,0.746258085,3837.1460782 +279,-1.100564889,0.318051531,304,0.440437607,0.746258085,5290.1345297 +280,-1.078582306,0.301437596,304,0.440437607,0.746258085,5270.7021203 +281,-1.137371989,-0.617634065,304,0.440437607,0.746258085,7840.5060534 +282,0.784356344,0.703272339,304,0.440437607,0.746258085,1031.5276277 +283,-1.221209947,0.218327455,304,0.440437607,0.746258085,5896.7019144 +284,2.347301921,-0.449114658,304,0.440437607,0.746258085,8355.0531999 +285,0.246820618,0.830553713,304,0.440437607,0.746258085,634.53837379 +286,0.829414965,0.703288228,304,0.440437607,0.746258085,1162.4827458 +287,-1.337537566,0.42332223,304,0.440437607,0.746258085,5660.8171737 +288,0.882453706,0.454478077,304,0.440437607,0.746258085,1837.3681369 +289,1.575629659,0.416419109,304,0.440437607,0.746258085,3877.3747792 +290,-1.039455679,0.229888244,304,0.440437607,0.746258085,5344.9496564 +291,0.489558039,0.934482747,304,0.440437607,0.746258085,756.61710962 +292,0.081344504,0.88384514,304,0.440437607,0.746258085,1112.0282433 +293,-1.547979814,0.300350308,304,0.440437607,0.746258085,6553.4900091 +294,0.040776181,0.168560074,304,0.440437607,0.746258085,2673.851629 +295,-1.130374745,0.563894876,304,0.440437607,0.746258085,4751.1169014 +296,1.578326642,0.478507176,304,0.440437607,0.746258085,3741.7666435 +297,-1.12861823,-0.291640865,304,0.440437607,0.746258085,6995.1612695 +298,0.310524208,0.770885792,304,0.440437607,0.746258085,385.87196146 +299,0.415649091,-0.387246002,304,0.440437607,0.746258085,4490.7229028 +300,-0.926533878,-0.188022748,304,0.440437607,0.746258085,6146.2460488 +301,1.258856172,-0.11716081,304,0.440437607,0.746258085,4509.582574 +302,-1.126050026,0.322941926,304,0.440437607,0.746258085,5349.5976129 +303,2.002785835,0.07893892,304,0.440437607,0.746258085,5985.235759 +304,0.440437607,0.746258085,304,0.440437607,0.746258085,0 +305,-0.030391866,0.214441206,304,0.440437607,0.746258085,2653.8380809 +306,0.521557815,-0.058929362,304,0.440437607,0.746258085,3202.5685955 +307,-0.097005111,0.13317729,304,0.440437607,0.746258085,3064.8869658 +308,1.83113859,0.221857587,304,0.440437607,0.746258085,5107.3816949 +309,0.222428864,0.099404236,304,0.440437607,0.746258085,2673.7800546 +310,-1.702731345,0.8728568183,304,0.440437607,0.746258085,5161.2856363 +311,-0.418507569,0.278324921,304,0.440437607,0.746258085,3431.1825166 +312,-1.41153306,0.339029988,304,0.440437607,0.746258085,6088.6469127 +313,0.357560442,0.114788776,304,0.440437607,0.746258085,2517.9999367 +314,0.325818979,0.268352149,304,0.440437607,0.746258085,1932.6101187 +315,-1.246004659,-0.663679965,304,0.440437607,0.746258085,8227.4096843 +316,1.814603087,0.637404484,304,0.440437607,0.746258085,4059.1060316 +317,1.843704281,-0.18300445,304,0.440437607,0.746258085,6234.4476247 +318,1.690644492,-0.211480909,304,0.440437607,0.746258085,5889.9373829 +319,-1.275451936,0.068109467,304,0.440437607,0.746258085,6458.5738998 +320,0.762430171,-0.207594741,304,0.440437607,0.746258085,3954.7926897 +321,0.265668905,-0.014647884,304,0.440437607,0.746258085,3077.652672 +322,-2.773032013,-0.335515811,304,0.440437607,0.746258085,10799.230676 +323,-1.469512853,0.174058777,304,0.440437607,0.746258085,6710.4004316 +324,0.286276986,0.785925691,304,0.440437607,0.746258085,466.9463882 +325,-1.379324697,0.377432233,304,0.440437607,0.746258085,5896.701681 +326,-1.203778265,0.212813032,304,0.440437607,0.746258085,5861.9836674 +327,0.579916301,0.611743168,304,0.440437607,0.746258085,683.95408414 +328,0.267582642,0.868113908,304,0.440437607,0.746258085,675.03721781 +329,0.412869244,-0.050245578,304,0.440437607,0.746258085,3156.4945493 +330,0.17524381,0.976660285,304,0.440437607,0.746258085,1135.2852953 +331,0.743157214,0.204812899,304,0.440437607,0.746258085,2384.0204048 +332,-1.070758176,0.269382282,304,0.440437607,0.746258085,5331.7965681 +333,-1.230364251,0.329790229,304,0.440437607,0.746258085,5623.5119323 +334,-1.374813124,-0.024926835,304,0.440437607,0.746258085,6997.5647532 +335,0.519780566,0.463669906,304,0.440437607,0.746258085,1148.3149649 +336,-1.55108034,0.239698561,304,0.440437607,0.746258085,6738.8163273 +337,0.180294813,0.029739425,304,0.440437607,0.746258085,2984.0091406 +338,0.67820924,0.268170153,304,0.440437607,0.746258085,2058.620204 +339,0.445798684,1.024001867,304,0.440437607,0.746258085,1100.2223732 +340,0.691751283,0.150521402,304,0.440437607,0.746258085,2516.1721252 +341,-1.036643551,-0.903056181,304,0.440437607,0.746258085,8252.7649025 +342,-0.120287036,1.083325163,304,0.440437607,0.746258085,1866.0608885 +343,2.823513113,-0.304487164,304,0.440437607,0.746258085,9360.2205447 +344,0.457583172,1.12513373,304,0.440437607,0.746258085,1501.2245238 +345,0.042918831,0.813795399,304,0.440437607,0.746258085,1146.4911087 +346,1.196146777,-0.853142756,304,0.440437607,0.746258085,6858.5742002 +347,0.206001358,-0.010430701,304,0.440437607,0.746258085,3111.3942087 +348,-0.268308653,0.234799412,304,0.440437607,0.746258085,3150.2207985 +349,0.759363263,0.736189579,304,0.440437607,0.746258085,930.86951431 +350,0.181363926,0.891988372,304,0.440437607,0.746258085,904.94497302 +351,-0.021111158,0.139103292,304,0.440437607,0.746258085,2891.4417189 +352,-0.093355215,0.630686981,304,0.440437607,0.746258085,1685.3794104 +353,0.40118964,0.681375926,304,0.440437607,0.746258085,282.5592948 +354,-0.721197315,1.304706234,304,0.440437607,0.746258085,2970.0093202 +355,-1.076150317,0.212107639,304,0.440437607,0.746258085,5497.7377038 +356,-1.577164531,0.273993443,304,0.440437607,0.746258085,6705.2743197 +357,-0.190788414,0.182208586,304,0.440437607,0.746258085,3117.4050209 +358,-0.261349752,0.209710184,304,0.440437607,0.746258085,3206.9111383 +359,-1.029303852,0.083549259,304,0.440437607,0.746258085,5703.6604322 +360,-1.268609162,0.330525297,304,0.440437607,0.746258085,5727.0151046 +361,1.282982244,-0.926641967,304,0.440437607,0.746258085,7220.2813681 +362,0.217352334,0.731352408,304,0.440437607,0.746258085,655.28069146 +363,-1.511833084,0.258629297,304,0.440437607,0.746258085,6581.3826585 +364,0.338812194,0.823184618,304,0.440437607,0.746258085,416.86845373 +365,-0.324406489,1.134201999,304,0.440437607,0.746258085,2277.3845111 +366,1.389579348,0.399185724,304,0.440437607,0.746258085,3378.0811678 +367,2.047152199,-0.039082036,304,0.440437607,0.746258085,6431.4499538 +368,0.947780369,0.568250077,304,0.440437607,0.746258085,1728.8744724 +369,0.763824846,0.576754987,304,0.440437607,0.746258085,1209.1736263 +370,-0.142334657,0.928153068,304,0.440437607,0.746258085,1685.0422717 +371,0.610266567,0.547265983,304,0.440437607,0.746258085,952.16966948 +372,0.210731629,0.746815056,304,0.440437607,0.746258085,667.20710892 +373,-1.34931644,0.316895224,304,0.440437607,0.746258085,5984.0716854 +374,2.407696481,0.655030745,304,0.440437607,0.746258085,5469.8759393 +375,0.64207831,0.545359131,304,0.440437607,0.746258085,1017.781758 +376,1.174597538,0.840588356,304,0.440437607,0.746258085,2047.1553308 +377,0.660059424,0.010604079,304,0.440437607,0.746258085,3016.5607944 +378,-0.730263819,0.010486456,304,0.440437607,0.746258085,5043.6886353 +379,0.831068936,0.512339172,304,0.440437607,0.746258085,1548.4573175 +380,1.301180979,0.72367476,304,0.440437607,0.746258085,2494.2733729 +381,1.811128231,0.322854402,304,0.440437607,0.746258085,4789.496192 +382,0.435105812,0.992284428,304,0.440437607,0.746258085,974.60314616 +383,0.62643634,0.592027932,304,0.440437607,0.746258085,839.55706566 +384,0.492988703,-0.516339467,304,0.440437607,0.746258085,5004.8124863 +385,-0.162469483,0.112549365,304,0.440437607,0.746258085,3275.1164558 +386,0.314630866,0.472006421,304,0.440437607,0.746258085,1159.5015147 +387,0.166744804,0.822815954,304,0.440437607,0.746258085,823.17551186 +388,0.417159608,0.965805736,304,0.440437607,0.746258085,871.68350712 +389,0.106334961,0.868774244,304,0.440437607,0.746258085,1031.4514623 +390,0.815086969,-0.338144359,304,0.440437607,0.746258085,4507.6847338 +391,0.59867455,-0.230624824,304,0.440437607,0.746258085,3911.9612228 +392,1.915104874,0.066220985,304,0.440437607,0.746258085,5764.4323862 +393,1.278093622,0.064463721,304,0.440437607,0.746258085,3990.2787791 +394,-0.061477853,0.302997961,304,0.440437607,0.746258085,2434.974424 +395,0.251311504,0.626976942,304,0.440437607,0.746258085,746.5240588 +396,2.950242872,0.149095644,304,0.440437607,0.746258085,8228.0283403 +397,-0.180294708,0.35375117,304,0.440437607,0.746258085,2578.6986147 +398,1.010448592,-0.351180233,304,0.440437607,0.746258085,4818.7841865 +399,-1.748740498,0.3686318073,304,0.440437607,0.746258085,6828.0255657 +400,2.699635665,0.123533791,304,0.440437607,0.746258085,7762.7118481 +401,0.496808033,0.823843254,304,0.440437607,0.746258085,345.44772606 +402,0.129574704,0.763364087,304,0.440437607,0.746258085,897.71813428 +403,1.798920311,0.817447563,304,0.440437607,0.746258085,3667.9165176 +404,0.335987953,0.746786541,304,0.440437607,0.746258085,303.64045352 +405,-1.085413643,0.292154671,304,0.440437607,0.746258085,5314.364822 +406,-0.155321003,0.508207011,304,0.440437607,0.746258085,2111.1555788 +407,0.620529244,-0.301175104,304,0.440437607,0.746258085,4200.5497078 +408,1.684402744,0.368716966,304,0.440437607,0.746258085,4308.1911817 +409,0.300582244,-0.386397212,304,0.440437607,0.746258085,4515.4444207 +410,2.913555946,-0.009225192,304,0.440437607,0.746258085,8684.5958791 +411,1.465101417,0.493232532,304,0.440437607,0.746258085,3380.7771924 +412,0.090612882,0.907955955,304,0.440437607,0.746258085,1129.8932087 +413,2.987564726,-0.729568594,304,0.440437607,0.746258085,10712.305419 +414,-1.484261606,0.224149272,304,0.440437607,0.746258085,6607.4974491 +415,0.164073421,0.303955133,304,0.440437607,0.746258085,1983.7891948 +416,0.141441293,0.167552546,304,0.440437607,0.746258085,2515.3699537 +417,2.931321023,-0.506718887,304,0.440437607,0.746258085,10174.08605 +418,2.21951565,0.700596356,304,0.440437607,0.746258085,4925.0052593 +419,0.268112576,1.199114336,304,0.440437607,0.746258085,1829.1939775 +420,0.978913739,0.359223811,304,0.440437607,0.746258085,2352.4428877 +421,1.210898818,0.522863584,304,0.440437607,0.746258085,2578.4701425 +422,2.347397336,0.129231362,304,0.440437607,0.746258085,6829.1039399 +423,0.614394501,0.556878345,304,0.440437607,0.746258085,927.43017308 +424,-1.398079356,0.148483366,304,0.440437607,0.746258085,6585.4917306 +425,2.535303836,-0.112984496,304,0.440437607,0.746258085,8033.6805825 +426,-1.019372593,-0.405322349,304,0.440437607,0.746258085,6991.0849869 +427,-1.297785627,-0.160104069,304,0.440437607,0.746258085,7137.205725 +428,2.144554488,0.205051084,304,0.440437607,0.746258085,6052.8145026 +429,-2.242387083,-0.426171285,304,0.440437607,0.746258085,10484.065798 +430,0.338637212,0.909723676,304,0.440437607,0.746258085,702.01807076 +431,-0.148798452,0.691042401,304,0.440437607,0.746258085,1758.4630594 +432,0.893524764,0.441829531,304,0.440437607,0.746258085,1900.821243 +433,0.969229347,-0.368847936,304,0.440437607,0.746258085,4820.1916115 +434,0.436043248,0.800045688,304,0.440437607,0.746258085,213.41626435 +435,1.687946607,1.081504775,304,0.440437607,0.746258085,3101.0797714 +436,0.522302046,-0.034889271,304,0.440437607,0.746258085,3107.9253635 +437,-0.178996113,-0.438090009,304,0.440437607,0.746258085,5207.2725735 +438,-1.094339566,0.301444068,304,0.440437607,0.746258085,5315.633382 +439,-1.064070054,0.242569932,304,0.440437607,0.746258085,5382.735475 +440,-1.068153768,0.230387998,304,0.440437607,0.746258085,5426.4998605 +441,-3.00496892,-0.23989155,304,0.440437607,0.746258085,10185.699378 +442,0.21751974,0.766874888,304,0.440437607,0.746258085,646.60670538 +443,0.117229532,0.007619006,304,0.440437607,0.746258085,3142.9745017 +444,0.777758451,0.420554741,304,0.440437607,0.746258085,1696.6832674 +445,-0.252356999,0.250747086,304,0.440437607,0.746258085,3062.2335742 +446,0.363148444,0.768483434,304,0.440437607,0.746258085,239.20280184 +447,0.903191366,-0.118210676,304,0.440437607,0.746258085,3808.1596926 +448,-0.205755923,0.149406178,304,0.440437607,0.746258085,3256.1282406 +449,1.811996086,0.02364353,304,0.440437607,0.746258085,5580.08808 +450,-1.100670221,0.314845373,304,0.440437607,0.746258085,5298.7684498 +451,0.340078597,0.850105132,304,0.440437607,0.746258085,495.8529109 +452,0.258757267,0.804969236,304,0.440437607,0.746258085,563.41411277 +453,2.78505352,-0.155160804,304,0.440437607,0.746258085,8830.0239788 +454,0.800551619,0.105822106,304,0.440437607,0.746258085,2832.663055 +455,0.437940882,-0.506194031,304,0.440437607,0.746258085,4960.9711788 +456,2.230431122,0.63458615,304,0.440437607,0.746258085,5122.9383314 +457,0.527965361,0.127667701,304,0.440437607,0.746258085,2469.2155245 +458,-0.063643205,0.702093448,304,0.440437607,0.746258085,1498.3906218 +459,1.408447268,0.133010502,304,0.440437607,0.746258085,4135.9353613 +460,0.523795955,0.280266966,304,0.440437607,0.746258085,1867.2737494 +461,-0.975769313,0.072177659,304,0.440437607,0.746258085,5578.5355979 +462,0.549774164,-0.463663986,304,0.440437607,0.746258085,4809.0904073 +463,0.29245874,1.095549818,304,0.440437607,0.746258085,1425.432554 +464,0.143625958,0.816809593,304,0.440437607,0.746258085,877.9812658 +465,0.671902494,0.611159853,304,0.440437607,0.746258085,890.20388306 +466,1.239840988,0.6724199,304,0.440437607,0.746258085,2390.7856488 +467,0.607829703,-0.10932137,304,0.440437607,0.746258085,3442.1650052 +468,1.763020906,0.263996692,304,0.440437607,0.746258085,4800.1572651 +469,0.378714634,0.726066797,304,0.440437607,0.746258085,198.02135028 +470,2.196736143,-0.153862366,304,0.440437607,0.746258085,7173.2361481 +471,0.01702415,0.148991565,304,0.440437607,0.746258085,2785.506456 +472,-2.998490902,-0.158002487,304,0.440437607,0.746258085,9895.556914 +473,-3.051262951,-0.346595608,304,0.440437607,0.746258085,10477.578677 +474,-1.069176439,0.182802941,304,0.440437607,0.746258085,5555.0724619 +475,0.167157509,0.595344954,304,0.440437607,0.746258085,1034.7012441 +476,0.613855648,0.681746124,304,0.440437607,0.746258085,578.09840166 +477,1.037012736,0.682555367,304,0.440437607,0.746258085,1790.5333884 +478,-1.253574971,0.379755746,304,0.440437607,0.746258085,5553.9051103 +479,3.108590453,-0.132620738,304,0.440437607,0.746258085,9507.0590495 +480,0.565301296,0.022333262,304,0.440437607,0.746258085,2901.478513 +481,0.547898238,0.855555614,304,0.440437607,0.746258085,524.21018832 +482,0.948309381,0.417393755,304,0.440437607,0.746258085,2108.0508464 +483,-0.050600732,0.945269213,304,0.440437607,0.746258085,1496.6021684 +484,-0.977651478,-0.572363064,304,0.440437607,0.746258085,7320.5428769 +485,1.102014914,0.728861163,304,0.440437607,0.746258085,1924.2737814 +486,2.927300795,-0.282939414,304,0.440437607,0.746258085,9573.8048188 +487,-1.154565557,0.124434095,304,0.440437607,0.746258085,5957.8244767 +488,1.855331234,0.291044755,304,0.440437607,0.746258085,4998.321765 +489,0.830290659,0.276904518,304,0.440437607,0.746258085,2279.9487974 +490,0.485104466,-0.234867441,304,0.440437607,0.746258085,3889.6315523 +491,0.521367572,-0.33161327,304,0.440437607,0.746258085,4279.6580344 +1,-1.539031704,0.7349710123,305,-0.030391866,0.214441206,5473.9154541 +2,-1.536990553,0.7349663874,305,-0.030391866,0.214441206,5467.9621067 +3,-1.534951779,0.7349571355,305,-0.030391866,0.214441206,5462.0168433 +4,-1.532906461,0.7349480293,305,-0.030391866,0.214441206,5456.0513844 +5,-1.531320211,0.7346937278,305,-0.030391866,0.214441206,5451.5361036 +6,-1.539451648,0.7335131775,305,-0.030391866,0.214441206,5475.8318075 +7,-1.537429487,0.7335445708,305,-0.030391866,0.214441206,5469.9095962 +8,-1.535484998,0.7335658704,305,-0.030391866,0.214441206,5464.2184192 +9,-1.533488396,0.7336036027,305,-0.030391866,0.214441206,5458.3667634 +10,-1.531497785,0.7335842962,305,-0.030391866,0.214441206,5452.5580261 +11,-1.530259379,0.7334777758,305,-0.030391866,0.214441206,5448.9863614 +12,-1.5335454,0.7322346912,305,-0.030391866,0.214441206,5459.1629872 +13,-1.531489083,0.7322238773,305,-0.030391866,0.214441206,5453.1511659 +14,-1.530011122,0.7321679851,305,-0.030391866,0.214441206,5448.8512952 +15,-1.53348106,0.7306614094,305,-0.030391866,0.214441206,5459.6998918 +16,-1.531441779,0.7306962275,305,-0.030391866,0.214441206,5453.708863 +17,-1.529755654,0.7306933243,305,-0.030391866,0.214441206,5448.7692446 +18,-1.533415048,0.7291384674,305,-0.030391866,0.214441206,5460.2099741 +19,-1.531392093,0.7291705353,305,-0.030391866,0.214441206,5454.2600999 +20,-1.529296523,0.7291214933,305,-0.030391866,0.214441206,5448.1332238 +21,-1.535280942,0.727267644,305,-0.030391866,0.214441206,5466.5590642 +22,-1.533378158,0.7276139666,305,-0.030391866,0.214441206,5460.8075757 +23,-1.531340368,0.7276446587,305,-0.030391866,0.214441206,5454.8068277 +24,-1.528960113,0.7276398177,305,-0.030391866,0.214441206,5447.8152509 +25,-1.533313146,0.7260818349,305,-0.030391866,0.214441206,5461.3274847 +26,-1.531259555,0.7260958115,305,-0.030391866,0.214441206,5455.2799112 +27,-1.528926415,0.7260865555,305,-0.030391866,0.214441206,5448.4195409 +28,-1.531226779,0.7245511789,305,-0.030391866,0.214441206,5455.8937687 +29,-1.528904772,0.7245519194,305,-0.030391866,0.214441206,5449.0524832 +30,-1.547195875,0.7409785979,305,-0.030391866,0.214441206,5494.7749832 +31,-1.5451475,0.740980426,305,-0.030391866,0.214441206,5488.8331292 +32,-1.543097679,0.7409798872,305,-0.030391866,0.214441206,5482.8872469 +33,-1.540720364,0.7409892687,305,-0.030391866,0.214441206,5475.9854502 +34,-1.547188511,0.7395198392,305,-0.030391866,0.214441206,5495.4679023 +35,-1.545148587,0.7395226109,305,-0.030391866,0.214441206,5489.5424058 +36,-1.543104538,0.7395314908,305,-0.030391866,0.214441206,5483.6010499 +37,-1.540727751,0.7395306258,305,-0.030391866,0.214441206,5476.6967288 +38,-1.547187029,0.7380014886,305,-0.030391866,0.214441206,5496.2086842 +39,-1.545147315,0.7380012252,305,-0.030391866,0.214441206,5490.2772788 +40,-1.54310719,0.7380060743,305,-0.030391866,0.214441206,5484.3412362 +41,-1.540719671,0.7380068206,305,-0.030391866,0.214441206,5477.3955704 +42,-1.547187189,0.7364799098,305,-0.030391866,0.214441206,5496.9574884 +43,-1.545149996,0.7364853874,305,-0.030391866,0.214441206,5491.0226349 +44,-1.543106091,0.7364823484,305,-0.030391866,0.214441206,5485.0714129 +45,-1.540717158,0.7364893901,305,-0.030391866,0.214441206,5478.1092577 +46,-1.538663972,0.7410138672,305,-0.030391866,0.214441206,5470.0067055 +47,-1.53695285,0.7409699132,305,-0.030391866,0.214441206,5465.0610659 +48,-1.534910498,0.7409641297,305,-0.030391866,0.214441206,5459.135359 +49,-1.533145034,0.7409536636,305,-0.030391866,0.214441206,5454.0146952 +50,-1.538681336,0.7395405883,305,-0.030391866,0.214441206,5470.7460413 +51,-1.536999189,0.7395183096,305,-0.030391866,0.214441206,5465.8680933 +52,-1.534923633,0.7395144222,305,-0.030391866,0.214441206,5459.8373578 +53,-1.533267822,0.7395654306,305,-0.030391866,0.214441206,5455.000939 +54,-1.53867273,0.7380151077,305,-0.030391866,0.214441206,5471.4360714 +55,-1.536980576,0.7379994392,305,-0.030391866,0.214441206,5466.519322 +56,-1.534931522,0.7379944961,305,-0.030391866,0.214441206,5460.5580609 +57,-1.533387952,0.7379480264,305,-0.030391866,0.214441206,5456.0862176 +58,-1.538682279,0.7364914363,305,-0.030391866,0.214441206,5472.1798232 +59,-1.536980704,0.7364810563,305,-0.030391866,0.214441206,5467.2265295 +60,-1.534935567,0.7364752065,305,-0.030391866,0.214441206,5461.2690878 +61,-1.533042592,0.7363876366,305,-0.030391866,0.214441206,5455.791462 +62,-1.545143426,0.7349628011,305,-0.030391866,0.214441206,5491.7460042 +63,-1.543105297,0.7349691947,305,-0.030391866,0.214441206,5485.7990719 +64,-1.541064533,0.7349647152,305,-0.030391866,0.214441206,5479.8487382 +65,-1.545411803,0.7334624714,305,-0.030391866,0.214441206,5493.2629371 +66,-1.543446606,0.7334780896,305,-0.030391866,0.214441206,5487.5167832 +67,-1.541475327,0.7334957295,305,-0.030391866,0.214441206,5481.751148 +68,-1.545401939,0.731963266,305,-0.030391866,0.214441206,5493.9695116 +69,-1.54342253,0.7319915583,305,-0.030391866,0.214441206,5488.1680717 +70,-1.541455867,0.7320216438,305,-0.030391866,0.214441206,5482.402408 +71,-1.545410146,0.7304422281,305,-0.030391866,0.214441206,5494.7412893 +72,-1.543435491,0.7304713664,305,-0.030391866,0.214441206,5488.9456284 +73,-1.541463105,0.7304997613,305,-0.030391866,0.214441206,5483.1563462 +74,-1.545414768,0.7289194936,305,-0.030391866,0.214441206,5495.5051302 +75,-1.543435774,0.7289538557,305,-0.030391866,0.214441206,5489.6864928 +76,-1.541457714,0.7289765881,305,-0.030391866,0.214441206,5483.8756346 +77,-1.539449415,0.7320555866,305,-0.030391866,0.214441206,5476.5179369 +78,-1.537429183,0.7321097681,305,-0.030391866,0.214441206,5470.5830535 +79,-1.535472649,0.7321497267,305,-0.030391866,0.214441206,5464.8407723 +80,-1.539457899,0.7305333307,305,-0.030391866,0.214441206,5477.2678511 +81,-1.537453161,0.7305750503,305,-0.030391866,0.214441206,5471.3762991 +82,-1.535479385,0.7306124949,305,-0.030391866,0.214441206,5465.5769549 +83,-1.53946905,0.7290102593,305,-0.030391866,0.214441206,5478.0277624 +84,-1.537459922,0.7290417293,305,-0.030391866,0.214441206,5472.1203376 +85,-1.535451349,0.7290890157,305,-0.030391866,0.214441206,5466.2065442 +86,-1.535522937,0.7279887191,305,-0.030391866,0.214441206,5466.9318483 +87,-1.539442524,0.7274735939,305,-0.030391866,0.214441206,5478.685355 +88,-1.537424111,0.727521351,305,-0.030391866,0.214441206,5472.7350235 +89,-1.539384641,0.7259505092,305,-0.030391866,0.214441206,5479.2457651 +90,-1.537372391,0.7259947145,305,-0.030391866,0.214441206,5473.3073444 +91,-1.535340789,0.7260435356,305,-0.030391866,0.214441206,5467.3093621 +92,-1.539325716,0.7244369706,305,-0.030391866,0.214441206,5479.7997814 +93,-1.537308932,0.7244801057,305,-0.030391866,0.214441206,5473.8407135 +94,-1.535289068,0.7245247645,305,-0.030391866,0.214441206,5467.8713639 +95,-1.533261366,0.7245550236,305,-0.030391866,0.214441206,5461.8851609 +96,-1.539267302,0.722921924,305,-0.030391866,0.214441206,5480.3572741 +97,-1.537248972,0.7229660258,305,-0.030391866,0.214441206,5474.3853697 +98,-1.535219431,0.7229916471,305,-0.030391866,0.214441206,5468.3886326 +99,-1.53318962,0.7230212049,305,-0.030391866,0.214441206,5462.3885912 +100,-1.531154816,0.7230299897,305,-0.030391866,0.214441206,5456.3827819 +101,-1.528878341,0.7230370244,305,-0.030391866,0.214441206,5449.6639543 +102,-1.539218189,0.7214009878,305,-0.030391866,0.214441206,5480.9463179 +103,-1.537198791,0.7214422745,305,-0.030391866,0.214441206,5474.9647648 +104,-1.535179266,0.7214634354,305,-0.030391866,0.214441206,5468.9918349 +105,-1.533156501,0.7214944644,305,-0.030391866,0.214441206,5463.00401 +106,-1.53113574,0.7215166021,305,-0.030391866,0.214441206,5457.0256084 +107,-1.528874248,0.7215345535,305,-0.030391866,0.214441206,5450.3373094 +108,-1.539217656,0.7198512397,305,-0.030391866,0.214441206,5481.6942358 +109,-1.537199919,0.7199428763,305,-0.030391866,0.214441206,5475.6855203 +110,-1.545425832,0.727397149,305,-0.030391866,0.214441206,5496.2894056 +111,-1.543371177,0.7273916949,305,-0.030391866,0.214441206,5490.2604099 +112,-1.541368852,0.7274523163,305,-0.030391866,0.214441206,5484.3520363 +113,-1.545349067,0.7258710923,305,-0.030391866,0.214441206,5496.8191244 +114,-1.54332671,0.7258603556,305,-0.030391866,0.214441206,5490.8796618 +115,-1.541346831,0.7259242142,305,-0.030391866,0.214441206,5485.0278288 +116,-1.545324355,0.7243383958,305,-0.030391866,0.214441206,5497.5064258 +117,-1.543292796,0.7243617413,305,-0.030391866,0.214441206,5491.5152647 +118,-1.541295822,0.7244024384,305,-0.030391866,0.214441206,5485.616749 +119,-1.543193859,0.7205570215,305,-0.030391866,0.214441206,5493.0972193 +120,-1.550257047,0.7386738187,305,-0.030391866,0.214441206,5504.7990388 +121,-1.549335448,0.7311736483,305,-0.030391866,0.214441206,5505.8640301 +122,-1.533478843,0.7179891343,305,-0.030391866,0.214441206,5465.6027059 +123,-1.556150555,0.738907041,305,-0.030391866,0.214441206,5521.797423 +124,-1.554324226,0.733414257,305,-0.030391866,0.214441206,5519.3012179 +125,-1.554290846,0.7288285332,305,-0.030391866,0.214441206,5521.5626265 +126,-1.55122487,0.7219795312,305,-0.030391866,0.214441206,5516.0764642 +127,-1.525104458,0.7229399862,305,-0.030391866,0.214441206,5438.571817 +128,-1.519607711,0.7236181429,305,-0.030391866,0.214441206,5422.0530803 +129,-1.513899999,0.7251107854,305,-0.030391866,0.214441206,5404.5859418 +130,-1.536620762,0.7431061895,305,-0.030391866,0.214441206,5463.1124301 +131,-1.5369566,0.7460845958,305,-0.030391866,0.214441206,5462.715582 +132,-1.545345528,0.7447040685,305,-0.030391866,0.214441206,5487.6090411 +133,-1.532813921,0.7432306626,305,-0.030391866,0.214441206,5452.0263047 +134,-1.554788248,0.7382381001,305,-0.030391866,0.214441206,5518.1835251 +135,-1.540348126,0.7301594274,305,-0.030391866,0.214441206,5480.0542414 +136,-1.538016084,0.7239051786,305,-0.030391866,0.214441206,5476.197774 +137,-1.525288962,0.7258085137,305,-0.030391866,0.214441206,5437.8384776 +138,-1.534326986,0.731241342,305,-0.030391866,0.214441206,5461.9094277 +139,-1.530733872,0.7303625216,305,-0.030391866,0.214441206,5451.7862246 +141,-1.534354939,0.7328219978,305,-0.030391866,0.214441206,5461.2598927 +142,-1.53157084,0.7292888153,305,-0.030391866,0.214441206,5454.7304117 +143,-1.525691035,0.7263799874,305,-0.030391866,0.214441206,5438.7677599 +144,-1.534031287,0.7495967835,305,-0.030391866,0.214441206,5452.6830626 +145,-1.527714986,0.7283095957,305,-0.030391866,0.214441206,5443.8556271 +146,-1.526189586,0.7271468292,305,-0.030391866,0.214441206,5439.8927566 +147,-1.555177336,0.7375563366,305,-0.030391866,0.214441206,5519.6629453 +148,-1.555080283,0.7312707794,305,-0.030391866,0.214441206,5522.6122595 +149,-1.53856994,0.7224180299,305,-0.030391866,0.214441206,5478.5433753 +150,-1.530837883,0.729933372,305,-0.030391866,0.214441206,5452.2864237 +151,-1.515066984,0.5854133365,305,-0.030391866,0.214441206,5474.2823604 +152,-1.534731633,0.5368370046,305,-0.030391866,0.214441206,5567.0029423 +153,-1.515231902,0.5607085576,305,-0.030391866,0.214441206,5488.0993557 +154,-2.616253799,1.0684566605,305,-0.030391866,0.214441206,7072.7076045 +155,-1.956071439,0.5792177723,305,-0.030391866,0.214441206,6889.1844946 +156,-1.951208514,0.5602434208,305,-0.030391866,0.214441206,6901.6317093 +157,-1.944675062,0.6062144545,305,-0.030391866,0.214441206,6815.032598 +158,-1.613778386,0.6077989518,305,-0.030391866,0.214441206,5779.6536199 +159,-2.035029014,0.6021432345,305,-0.030391866,0.214441206,7092.2499675 +160,-2.114989471,0.6801825058,305,-0.030391866,0.214441206,7179.9907258 +161,-2.037382079,0.5765830025,305,-0.030391866,0.214441206,7141.4469853 +162,-2.129855121,0.6585019963,305,-0.030391866,0.214441206,7261.9665136 +163,-2.075141798,0.6493615843,305,-0.030391866,0.214441206,7126.9952958 +164,-1.828626729,0.6948433129,305,-0.030391866,0.214441206,6352.6172141 +165,-1.863329418,0.6735427691,305,-0.030391866,0.214441206,6480.2818348 +166,-1.266037071,0.727988852,305,-0.030391866,0.214441206,4671.49394 +167,-1.277579582,0.7249010648,305,-0.030391866,0.214441206,4704.9480498 +168,-1.258418684,0.7241194816,305,-0.030391866,0.214441206,4648.0313423 +169,-1.317813974,0.6804850104,305,-0.030391866,0.214441206,4821.5048331 +170,-1.344165204,0.6790988904,305,-0.030391866,0.214441206,4902.6872283 +171,-1.427582102,0.5277120351,305,-0.030391866,0.214441206,5208.8769237 +172,-1.402238616,0.457167829,305,-0.030391866,0.214441206,5150.4716976 +173,-1.422454264,0.4996161999,305,-0.030391866,0.214441206,5202.9278131 +174,-1.439089277,0.4894859811,305,-0.030391866,0.214441206,5265.0564435 +175,-1.448126995,0.5182330266,305,-0.030391866,0.214441206,5283.0276505 +176,-1.474626146,0.5881926574,305,-0.030391866,0.214441206,5340.5509498 +177,-1.421139645,0.5584869783,305,-0.030391866,0.214441206,5175.3597622 +178,-1.457037165,0.565943032,305,-0.030391866,0.214441206,5292.1442407 +179,-2.757159358,0.3745319,305,-0.030391866,0.214441206,9607.4611253 +180,-2.714309238,0.342054471,305,-0.030391866,0.214441206,9607.405884 +181,-2.000525337,0.774119946,305,-0.030391866,0.214441206,6709.8742317 +183,-1.571413436,0.6777838382,305,-0.030391866,0.214441206,5601.0733898 +184,-1.552860289,0.6987663893,305,-0.030391866,0.214441206,5533.0871625 +185,-1.521852374,0.7165827476,305,-0.030391866,0.214441206,5431.7725048 +186,-1.503656267,0.6928968252,305,-0.030391866,0.214441206,5387.3722447 +187,-1.502753178,0.7136205882,305,-0.030391866,0.214441206,5376.2201039 +188,-1.631894563,0.7343596465,305,-0.030391866,0.214441206,5744.122421 +189,-1.653765416,0.6770714026,305,-0.030391866,0.214441206,5851.8218464 +190,-1.719812114,0.6715965947,305,-0.030391866,0.214441206,6055.9485347 +191,-1.493406659,0.6646955447,305,-0.030391866,0.214441206,5367.6960339 +192,-1.469120564,0.6613469966,305,-0.030391866,0.214441206,5293.5500228 +193,-1.590551461,0.5326612937,305,-0.030391866,0.214441206,5757.3454006 +194,-1.625979264,0.5247742243,305,-0.030391866,0.214441206,5882.225611 +195,-1.572293943,0.5238808754,305,-0.030391866,0.214441206,5701.9556996 +196,-1.610848725,0.5477107964,305,-0.030391866,0.214441206,5814.1933645 +197,-1.208485554,0.7918526018,305,-0.030391866,0.214441206,4530.6219053 +198,-1.335601374,0.6869083083,305,-0.030391866,0.214441206,4876.1873289 +199,-1.346156996,0.6825213377,305,-0.030391866,0.214441206,4908.6796227 +200,-1.324381037,0.6741422347,305,-0.030391866,0.214441206,4841.6823875 +201,-1.242424992,0.7378949807,305,-0.030391866,0.214441206,4604.8867759 +202,-1.270370057,0.7392461008,305,-0.030391866,0.214441206,4686.9071744 +203,-1.448950472,0.7441675014,305,-0.030391866,0.214441206,5208.1670476 +204,-1.492662363,0.7523026852,305,-0.030391866,0.214441206,5332.4247244 +205,-1.479098966,0.7763855017,305,-0.030391866,0.214441206,5286.3378354 +206,-1.633760714,0.7869022408,305,-0.030391866,0.214441206,5712.592274 +207,-1.647406434,0.8101289331,305,-0.030391866,0.214441206,5733.3801825 +208,-1.564245052,0.5701509278,305,-0.030391866,0.214441206,5644.5795243 +209,-1.646289963,0.6833746083,305,-0.030391866,0.214441206,5824.3475762 +210,-1.5820631,0.6751952144,305,-0.030391866,0.214441206,5635.1470457 +211,-1.613236298,0.6681681791,305,-0.030391866,0.214441206,5735.0786374 +212,-1.914661867,0.8212566515,305,-0.030391866,0.214441206,6418.0990911 +213,-1.742133237,0.7250275956,305,-0.030391866,0.214441206,6069.8512839 +214,-2.033144872,0.6557314699,305,-0.030391866,0.214441206,6997.1521383 +215,-2.039551981,0.6964723658,305,-0.030391866,0.214441206,6945.3885145 +216,-1.247341019,0.7622473908,305,-0.030391866,0.214441206,4627.1277002 +217,-1.298239787,0.7084123392,305,-0.030391866,0.214441206,4763.9772382 +218,-1.308539688,0.6926545592,305,-0.030391866,0.214441206,4793.6791401 +219,-1.303263185,0.6888938396,305,-0.030391866,0.214441206,4777.2997127 +220,-1.852400229,0.6004246149,305,-0.030391866,0.214441206,6539.8256079 +221,-1.288947707,0.7473773692,305,-0.030391866,0.214441206,4742.8108068 +222,-1.372031502,0.7472790993,305,-0.030391866,0.214441206,4984.0995839 +223,-1.289805721,0.7242157877,305,-0.030391866,0.214441206,4741.0465624 +224,-1.350807603,0.7533498126,305,-0.030391866,0.214441206,4922.6722681 +225,-1.329290365,0.7560442322,305,-0.030391866,0.214441206,4860.7971366 +226,-1.410153004,0.616936428,305,-0.030391866,0.214441206,5120.7398612 +227,-1.393445434,0.6308995063,305,-0.030391866,0.214441206,5063.6976594 +228,-1.37595573,0.6241540638,305,-0.030391866,0.214441206,5009.0646445 +229,-1.358388707,0.6172645205,305,-0.030391866,0.214441206,4953.7006369 +230,-1.753741133,0.8281661666,305,-0.030391866,0.214441206,5998.5557746 +231,-1.47430987,0.6834615681,305,-0.030391866,0.214441206,5301.6495834 +232,-1.421012508,0.7222725206,305,-0.030391866,0.214441206,5130.545349 +233,-1.4476833,0.6978557868,305,-0.030391866,0.214441206,5216.085947 +234,-1.470370723,0.6966193374,305,-0.030391866,0.214441206,5285.1502115 +235,-1.429211703,0.7037216883,305,-0.030391866,0.214441206,5158.8167076 +236,-1.700578405,0.6178673663,305,-0.030391866,0.214441206,6046.6053198 +237,-1.678117619,0.6331716163,305,-0.030391866,0.214441206,5962.7740433 +238,-1.725644578,0.6316331145,305,-0.030391866,0.214441206,6111.9487642 +239,-2.14012759,0.7930497945,305,-0.030391866,0.214441206,7020.5117563 +240,-2.103289431,0.7653606263,305,-0.030391866,0.214441206,6985.9003259 +241,-1.318739838,0.7017808746,305,-0.030391866,0.214441206,4825.2193975 +242,-1.396417427,0.7077900843,305,-0.030391866,0.214441206,5059.3250606 +243,-1.35650337,0.7185539404,305,-0.030391866,0.214441206,4938.9575342 +244,-1.248884539,0.7274156818,305,-0.030391866,0.214441206,4620.7221631 +245,-1.395014798,0.5761185243,305,-0.030391866,0.214441206,5082.6738528 +246,-1.433377362,0.6064716109,305,-0.030391866,0.214441206,5199.0106795 +247,-1.408172432,0.5903155476,305,-0.030391866,0.214441206,5121.9022326 +248,-1.749645898,0.7757118084,305,-0.030391866,0.214441206,6040.3318868 +249,-1.571626686,0.615046989,305,-0.030391866,0.214441206,5640.0478992 +250,-1.514070049,0.6303003037,305,-0.030391866,0.214441206,5448.1747483 +251,-1.480890369,0.6237966528,305,-0.030391866,0.214441206,5345.4400493 +252,-1.704390658,0.5281680612,305,-0.030391866,0.214441206,6141.5156695 +253,-1.64434733,0.5254277498,305,-0.030391866,0.214441206,5943.3680626 +254,-1.703855997,0.4792484842,305,-0.030391866,0.214441206,6185.2174735 +255,-1.692002383,0.5748825051,305,-0.030391866,0.214441206,6058.1317865 +256,-1.854136457,0.5544643913,305,-0.030391866,0.214441206,6602.1918129 +257,-1.665021206,0.520317736,305,-0.030391866,0.214441206,6016.9882009 +258,-1.733654349,0.4845187345,305,-0.030391866,0.214441206,6281.6602582 +259,-1.720938188,0.5135933906,305,-0.030391866,0.214441206,6210.5028134 +260,-1.742668307,0.553296122,305,-0.030391866,0.214441206,6243.2973739 +261,-1.965659039,0.7142126903,305,-0.030391866,0.214441206,6713.4843827 +262,-1.944438071,0.6772834804,305,-0.030391866,0.214441206,6709.965834 +263,-1.270340967,0.7681487096,305,-0.030391866,0.214441206,4694.4910003 +264,-1.353091884,0.6549276821,305,-0.030391866,0.214441206,4932.0945027 +265,-1.333236659,0.6413584414,305,-0.030391866,0.214441206,4870.4993251 +266,-1.352015998,0.6753788907,305,-0.030391866,0.214441206,4927.1140489 +267,-1.377988483,0.6577816235,305,-0.030391866,0.214441206,5009.8324542 +268,-2.13075611,0.8318642051,305,-0.030391866,0.214441206,6919.2181341 +269,-2.097910953,0.8259670014,305,-0.030391866,0.214441206,6855.1073815 +270,-1.416382069,0.6694271549,305,-0.030391866,0.214441206,5127.2938263 +271,-1.538905672,0.7535625993,305,-0.030391866,0.214441206,5464.8988156 +272,-1.572309477,0.7803125099,305,-0.030391866,0.214441206,5546.2438248 +273,-1.87759879,0.7503853417,305,-0.030391866,0.214441206,6419.7540119 +274,1.152365588,0.590457682,305,-0.030391866,0.214441206,4480.631333 +275,0.350198001,0.718001859,305,-0.030391866,0.214441206,2391.4347977 +276,0.046513677,0.491503852,305,-0.030391866,0.214441206,1133.7325172 +277,0.027510309,0.742571376,305,-0.030391866,0.214441206,2101.3868719 +278,0.306285725,-0.214631579,305,-0.030391866,0.214441206,2153.9522895 +279,-1.100564889,0.318051531,305,-0.030391866,0.214441206,4092.8204526 +280,-1.078582306,0.301437596,305,-0.030391866,0.214441206,4014.4609626 +281,-1.137371989,-0.617634065,305,-0.030391866,0.214441206,5289.9382565 +282,0.784356344,0.703272339,305,-0.030391866,0.214441206,3424.8645423 +283,-1.221209947,0.218327455,305,-0.030391866,0.214441206,4592.3639383 +284,2.347301921,-0.449114658,305,-0.030391866,0.214441206,9451.852965 +285,0.246820618,0.830553713,305,-0.030391866,0.214441206,2607.9296439 +286,0.829414965,0.703288228,305,-0.030391866,0.214441206,3552.9872679 +287,-1.337537566,0.42332223,305,-0.030391866,0.214441206,4933.4752227 +288,0.882453706,0.454478077,305,-0.030391866,0.214441206,3520.9760768 +289,1.575629659,0.416419109,305,-0.030391866,0.214441206,6005.5258653 +290,-1.039455679,0.229888244,305,-0.030391866,0.214441206,3890.2196782 +291,0.489558039,0.934482747,305,-0.030391866,0.214441206,3286.7190539 +292,0.081344504,0.88384514,305,-0.030391866,0.214441206,2676.0794 +293,-1.547979814,0.300350308,305,-0.030391866,0.214441206,5774.9791003 +294,0.040776181,0.168560074,305,-0.030391866,0.214441206,331.05664507 +295,-1.130374745,0.563894876,305,-0.030391866,0.214441206,4201.0731387 +296,1.578326642,0.478507176,305,-0.030391866,0.214441206,5963.8749914 +297,-1.12861823,-0.291640865,305,-0.030391866,0.214441206,4742.8810798 +298,0.310524208,0.770885792,305,-0.030391866,0.214441206,2490.213254 +299,0.415649091,-0.387246002,305,-0.030391866,0.214441206,2946.4108084 +300,-0.926533878,-0.188022748,305,-0.030391866,0.214441206,3868.5757447 +301,1.258856172,-0.11716081,305,-0.030391866,0.214441206,5242.5473822 +302,-1.126050026,0.322941926,305,-0.030391866,0.214441206,4187.1216774 +303,2.002785835,0.07893892,305,-0.030391866,0.214441206,7928.8783818 +304,0.440437607,0.746258085,305,-0.030391866,0.214441206,2653.8380809 +305,-0.030391866,0.214441206,305,-0.030391866,0.214441206,0 +306,0.521557815,-0.058929362,305,-0.030391866,0.214441206,2427.4210737 +307,-0.097005111,0.13317729,305,-0.030391866,0.214441206,413.65067645 +308,1.83113859,0.221857587,305,-0.030391866,0.214441206,7126.5368329 +309,0.222428864,0.099404236,305,-0.030391866,0.214441206,1088.4358598 +310,-1.702731345,0.8728568183,305,-0.030391866,0.214441206,5827.5889729 +311,-0.418507569,0.278324921,305,-0.030391866,0.214441206,1511.3668381 +312,-1.41153306,0.339029988,305,-0.030391866,0.214441206,5243.5865331 +313,0.357560442,0.114788776,305,-0.030391866,0.214441206,1565.5430971 +314,0.325818979,0.268352149,305,-0.030391866,0.214441206,1385.9743433 +315,-1.246004659,-0.663679965,305,-0.030391866,0.214441206,5679.239955 +316,1.814603087,0.637404484,305,-0.030391866,0.214441206,6562.9204898 +317,1.843704281,-0.18300445,305,-0.030391866,0.214441206,7535.9250165 +318,1.690644492,-0.211480909,305,-0.030391866,0.214441206,6969.6698302 +319,-1.275451936,0.068109467,305,-0.030391866,0.214441206,4904.7772327 +320,0.762430171,-0.207594741,305,-0.030391866,0.214441206,3536.6589147 +321,0.265668905,-0.014647884,305,-0.030391866,0.214441206,1476.0435278 +322,-2.773032013,-0.335515811,305,-0.030391866,0.214441206,10850.967908 +323,-1.469512853,0.174058777,305,-0.030391866,0.214441206,5572.5737486 +324,0.286276986,0.785925691,305,-0.030391866,0.214441206,2503.9148931 +325,-1.379324697,0.377432233,305,-0.030391866,0.214441206,5104.832732 +326,-1.203778265,0.212813032,305,-0.030391866,0.214441206,4528.6654151 +327,0.579916301,0.611743168,305,-0.030391866,0.214441206,2692.6530386 +328,0.267582642,0.868113908,305,-0.030391866,0.214441206,2765.3943243 +329,0.412869244,-0.050245578,305,-0.030391866,0.214441206,2035.307767 +330,0.17524381,0.976660285,305,-0.030391866,0.214441206,3084.6882602 +331,0.743157214,0.204812899,305,-0.030391866,0.214441206,2993.7507134 +332,-1.070758176,0.269382282,305,-0.030391866,0.214441206,3994.6999582 +333,-1.230364251,0.329790229,305,-0.030391866,0.214441206,4574.9641435 +334,-1.374813124,-0.024926835,305,-0.030391866,0.214441206,5367.9322778 +335,0.519780566,0.463669906,305,-0.030391866,0.214441206,2270.6574239 +336,-1.55108034,0.239698561,305,-0.030391866,0.214441206,5832.8769424 +337,0.180294813,0.029739425,305,-0.030391866,0.214441206,1104.2079225 +338,0.67820924,0.268170153,305,-0.030391866,0.214441206,2729.9472684 +339,0.445798684,1.024001867,305,-0.030391866,0.214441206,3505.4536267 +340,0.691751283,0.150521402,305,-0.030391866,0.214441206,2821.6452682 +341,-1.036643551,-0.903056181,305,-0.030391866,0.214441206,5599.0139893 +342,-0.120287036,1.083325163,305,-0.030391866,0.214441206,3451.2254475 +343,2.823513113,-0.304487164,305,-0.030391866,0.214441206,11286.817488 +344,0.457583172,1.12513373,305,-0.030391866,0.214441206,3848.2144249 +345,0.042918831,0.813795399,305,-0.030391866,0.214441206,2386.6681587 +346,1.196146777,-0.853142756,305,-0.030391866,0.214441206,5997.8207801 +347,0.206001358,-0.010430701,305,-0.030391866,0.214441206,1287.3321612 +348,-0.268308653,0.234799412,305,-0.030391866,0.214441206,922.12064268 +349,0.759363263,0.736189579,305,-0.030391866,0.214441206,3405.3937829 +350,0.181363926,0.891988372,305,-0.030391866,0.214441206,2769.2097958 +351,-0.021111158,0.139103292,305,-0.030391866,0.214441206,300.59856465 +352,-0.093355215,0.630686981,305,-0.030391866,0.214441206,1664.0016503 +353,0.40118964,0.681375926,305,-0.030391866,0.214441206,2390.3979686 +354,-0.721197315,1.304706234,305,-0.030391866,0.214441206,4577.4469012 +355,-1.076150317,0.212107639,305,-0.030391866,0.214441206,4039.1869444 +356,-1.577164531,0.273993443,305,-0.030391866,0.214441206,5904.0096934 +357,-0.190788414,0.182208586,305,-0.030391866,0.214441206,635.77210535 +358,-0.261349752,0.209710184,305,-0.030391866,0.214441206,894.43542914 +359,-1.029303852,0.083549259,305,-0.030391866,0.214441206,3940.0975074 +360,-1.268609162,0.330525297,305,-0.030391866,0.214441206,4717.2604875 +361,1.282982244,-0.926641967,305,-0.030391866,0.214441206,6304.2134751 +362,0.217352334,0.731352408,305,-0.030391866,0.214441206,2218.9719047 +363,-1.511833084,0.258629297,305,-0.030391866,0.214441206,5670.686122 +364,0.338812194,0.823184618,305,-0.030391866,0.214441206,2705.8693426 +365,-0.324406489,1.134201999,305,-0.030391866,0.214441206,3730.7289843 +366,1.389579348,0.399185724,305,-0.030391866,0.214441206,5351.5219476 +367,2.047152199,-0.039082036,305,-0.030391866,0.214441206,8214.8327302 +368,0.947780369,0.568250077,305,-0.030391866,0.214441206,3797.8196515 +369,0.763824846,0.576754987,305,-0.030391866,0.214441206,3205.34259 +370,-0.142334657,0.928153068,305,-0.030391866,0.214441206,2849.1183915 +371,0.610266567,0.547265983,305,-0.030391866,0.214441206,2680.2697937 +372,0.210731629,0.746815056,305,-0.030391866,0.214441206,2265.3949977 +373,-1.34931644,0.316895224,305,-0.030391866,0.214441206,5024.596866 +374,2.407696481,0.655030745,305,-0.030391866,0.214441206,8120.8929661 +375,0.64207831,0.545359131,305,-0.030391866,0.214441206,2778.6440516 +376,1.174597538,0.840588356,305,-0.030391866,0.214441206,4627.8084679 +377,0.660059424,0.010604079,305,-0.030391866,0.214441206,2829.5696453 +378,-0.730263819,0.010486456,305,-0.030391866,0.214441206,2865.1759164 +379,0.831068936,0.512339172,305,-0.030391866,0.214441206,3371.9504528 +380,1.301180979,0.72367476,305,-0.030391866,0.214441206,4955.0921396 +381,1.811128231,0.322854402,305,-0.030391866,0.214441206,6939.965043 +382,0.435105812,0.992284428,305,-0.030391866,0.214441206,3389.9894423 +383,0.62643634,0.592027932,305,-0.030391866,0.214441206,2797.1237065 +384,0.492988703,-0.516339467,305,-0.030391866,0.214441206,3517.6676922 +385,-0.162469483,0.112549365,305,-0.030391866,0.214441206,655.03640975 +386,0.314630866,0.472006421,305,-0.030391866,0.214441206,1637.8070457 +387,0.166744804,0.822815954,305,-0.030391866,0.214441206,2497.5908058 +388,0.417159608,0.965805736,305,-0.030391866,0.214441206,3281.4612598 +389,0.106334961,0.868774244,305,-0.030391866,0.214441206,2629.8983019 +390,0.815086969,-0.338144359,305,-0.030391866,0.214441206,3958.2823967 +391,0.59867455,-0.230624824,305,-0.030391866,0.214441206,3035.2315485 +392,1.915104874,0.066220985,305,-0.030391866,0.214441206,7607.631563 +393,1.278093622,0.064463721,305,-0.030391866,0.214441206,5153.1761201 +394,-0.061477853,0.302997961,305,-0.030391866,0.214441206,370.40467214 +395,0.251311504,0.626976942,305,-0.030391866,0.214441206,1919.0156598 +396,2.950242872,0.149095644,305,-0.030391866,0.214441206,10870.617846 +397,-0.180294708,0.35375117,305,-0.030391866,0.214441206,792.86925353 +398,1.010448592,-0.351180233,305,-0.030391866,0.214441206,4632.5830577 +399,-1.748740498,0.3686318073,305,-0.030391866,0.214441206,6449.0897138 +400,2.699635665,0.123533791,305,-0.030391866,0.214441206,10341.787179 +401,0.496808033,0.823843254,305,-0.030391866,0.214441206,2981.4024385 +402,0.129574704,0.763364087,305,-0.030391866,0.214441206,2241.7714425 +403,1.798920311,0.817447563,305,-0.030391866,0.214441206,6283.9567265 +404,0.335987953,0.746786541,305,-0.030391866,0.214441206,2454.803061 +405,-1.085413643,0.292154671,305,-0.030391866,0.214441206,4042.9358892 +406,-0.155321003,0.508207011,305,-0.030391866,0.214441206,1251.401204 +407,0.620529244,-0.301175104,305,-0.030391866,0.214441206,3264.4032153 +408,1.684402744,0.368716966,305,-0.030391866,0.214441206,6436.2909337 +409,0.300582244,-0.386397212,305,-0.030391866,0.214441206,2704.9975023 +410,2.913555946,-0.009225192,305,-0.030391866,0.214441206,11319.675896 +411,1.465101417,0.493232532,305,-0.030391866,0.214441206,5563.3353569 +412,0.090612882,0.907955955,305,-0.030391866,0.214441206,2774.1429238 +413,2.987564726,-0.729568594,305,-0.030391866,0.214441206,10359.161628 +414,-1.484261606,0.224149272,305,-0.030391866,0.214441206,5591.6973141 +415,0.164073421,0.303955133,305,-0.030391866,0.214441206,824.31897097 +416,0.141441293,0.167552546,305,-0.030391866,0.214441206,693.4890371 +417,2.931321023,-0.506718887,305,-0.030391866,0.214441206,11109.650569 +418,2.21951565,0.700596356,305,-0.030391866,0.214441206,7562.3002366 +419,0.268112576,1.199114336,305,-0.030391866,0.214441206,3974.4475199 +420,0.978913739,0.359223811,305,-0.030391866,0.214441206,3858.6855609 +421,1.210898818,0.522863584,305,-0.030391866,0.214441206,4677.1386645 +422,2.347397336,0.129231362,305,-0.030391866,0.214441206,9142.7358918 +423,0.614394501,0.556878345,305,-0.030391866,0.214441206,2707.1009058 +424,-1.398079356,0.148483366,305,-0.030391866,0.214441206,5317.2788095 +425,2.535303836,-0.112984496,305,-0.030391866,0.214441206,10159.500204 +426,-1.019372593,-0.405322349,305,-0.030391866,0.214441206,4550.5927775 +427,-1.297785627,-0.160104069,305,-0.030391866,0.214441206,5203.5903347 +428,2.144554488,0.205051084,305,-0.030391866,0.214441206,8296.3267098 +429,-2.242387083,-0.426171285,305,-0.030391866,0.214441206,8871.5665411 +430,0.338637212,0.909723676,305,-0.030391866,0.214441206,2995.0913957 +431,-0.148798452,0.691042401,305,-0.030391866,0.214441206,1932.8411681 +432,0.893524764,0.441829531,305,-0.030391866,0.214441206,3556.1620821 +433,0.969229347,-0.368847936,305,-0.030391866,0.214441206,4522.5442775 +434,0.436043248,0.800045688,305,-0.030391866,0.214441206,2798.3040723 +435,1.687946607,1.081504775,305,-0.030391866,0.214441206,5744.1728907 +436,0.522302046,-0.034889271,305,-0.030391866,0.214441206,2388.1201977 +437,-0.178996113,-0.438090009,305,-0.030391866,0.214441206,2647.6394019 +438,-1.094339566,0.301444068,305,-0.030391866,0.214441206,4073.9096323 +439,-1.064070054,0.242569932,305,-0.030391866,0.214441206,3979.2441889 +440,-1.068153768,0.230387998,305,-0.030391866,0.214441206,4000.0254341 +441,-3.00496892,-0.23989155,305,-0.030391866,0.214441206,11791.517813 +442,0.21751974,0.766874888,305,-0.030391866,0.214441206,2345.5309258 +443,0.117229532,0.007619006,305,-0.030391866,0.214441206,1003.7817307 +444,0.777758451,0.420554741,305,-0.030391866,0.214441206,3133.4857574 +445,-0.252356999,0.250747086,305,-0.030391866,0.214441206,867.38405612 +446,0.363148444,0.768483434,305,-0.030391866,0.214441206,2570.588739 +447,0.903191366,-0.118210676,305,-0.030391866,0.214441206,3904.8469884 +448,-0.205755923,0.149406178,305,-0.030391866,0.214441206,729.95796008 +449,1.811996086,0.02364353,305,-0.030391866,0.214441206,7251.5213161 +450,-1.100670221,0.314845373,305,-0.030391866,0.214441206,4094.0484807 +451,0.340078597,0.850105132,305,-0.030391866,0.214441206,2796.6480134 +452,0.258757267,0.804969236,305,-0.030391866,0.214441206,2532.1472144 +453,2.78505352,-0.155160804,305,-0.030391866,0.214441206,11152.840688 +454,0.800551619,0.105822106,305,-0.030391866,0.214441206,3273.3612933 +455,0.437940882,-0.506194031,305,-0.030391866,0.214441206,3370.08639 +456,2.230431122,0.63458615,305,-0.030391866,0.214441206,7743.3711463 +457,0.527965361,0.127667701,305,-0.030391866,0.214441206,2204.7362413 +458,-0.063643205,0.702093448,305,-0.030391866,0.214441206,1935.0737103 +459,1.408447268,0.133010502,305,-0.030391866,0.214441206,5602.8904662 +460,0.523795955,0.280266966,305,-0.030391866,0.214441206,2142.1114334 +461,-0.975769313,0.072177659,305,-0.030391866,0.214441206,3742.4525561 +462,0.549774164,-0.463663986,305,-0.030391866,0.214441206,3492.8114932 +463,0.29245874,1.095549818,305,-0.030391866,0.214441206,3607.2574634 +464,0.143625958,0.816809593,305,-0.030391866,0.214441206,2455.7133845 +465,0.671902494,0.611159853,305,-0.030391866,0.214441206,2963.2955456 +466,1.239840988,0.6724199,305,-0.030391866,0.214441206,4768.0689384 +467,0.607829703,-0.10932137,305,-0.030391866,0.214441206,2821.433609 +468,1.763020906,0.263996692,305,-0.030391866,0.214441206,6829.2362773 +469,0.378714634,0.726066797,305,-0.030391866,0.214441206,2470.9512722 +470,2.196736143,-0.153862366,305,-0.030391866,0.214441206,8879.9477312 +471,0.01702415,0.148991565,305,-0.030391866,0.214441206,318.3037312 +472,-2.998490902,-0.158002487,305,-0.030391866,0.214441206,11732.603565 +473,-3.051262951,-0.346595608,305,-0.030391866,0.214441206,11747.616679 +474,-1.069176439,0.182802941,305,-0.030391866,0.214441206,4027.6134701 +475,0.167157509,0.595344954,305,-0.030391866,0.214441206,1668.4159013 +476,0.613855648,0.681746124,305,-0.030391866,0.214441206,2917.9612463 +477,1.037012736,0.682555367,305,-0.030391866,0.214441206,4148.0366829 +478,-1.253574971,0.379755746,305,-0.030391866,0.214441206,4643.5256408 +479,3.108590453,-0.132620738,305,-0.030391866,0.214441206,12119.597749 +480,0.565301296,0.022333262,305,-0.030391866,0.214441206,2459.4149734 +481,0.547898238,0.855555614,305,-0.030391866,0.214441206,3165.8641808 +482,0.948309381,0.417393755,305,-0.030391866,0.214441206,3747.9138281 +483,-0.050600732,0.945269213,305,-0.030391866,0.214441206,2895.5029082 +484,-0.977651478,-0.572363064,305,-0.030391866,0.214441206,4744.7373366 +485,1.102014914,0.728861163,305,-0.030391866,0.214441206,4368.1287274 +486,2.927300795,-0.282939414,305,-0.030391866,0.214441206,11687.701108 +487,-1.154565557,0.124434095,305,-0.030391866,0.214441206,4394.4286537 +488,1.855331234,0.291044755,305,-0.030391866,0.214441206,7136.544723 +489,0.830290659,0.276904518,305,-0.030391866,0.214441206,3308.9268711 +490,0.485104466,-0.234867441,305,-0.030391866,0.214441206,2695.4598592 +491,0.521367572,-0.33161327,305,-0.030391866,0.214441206,3052.4061991 +1,-1.539031704,0.7349710123,306,0.521557815,-0.058929362,7799.7361885 +2,-1.536990553,0.7349663874,306,0.521557815,-0.058929362,7794.0078795 +3,-1.534951779,0.7349571355,306,0.521557815,-0.058929362,7788.2888084 +4,-1.532906461,0.7349480293,306,0.521557815,-0.058929362,7782.5483508 +5,-1.531320211,0.7346937278,306,0.521557815,-0.058929362,7778.3770111 +6,-1.539451648,0.7335131775,306,0.521557815,-0.058929362,7802.6148483 +7,-1.537429487,0.7335445708,306,0.521557815,-0.058929362,7796.8902127 +8,-1.535484998,0.7335658704,306,0.521557815,-0.058929362,7791.3935318 +9,-1.533488396,0.7336036027,306,0.521557815,-0.058929362,7785.7290189 +10,-1.531497785,0.7335842962,306,0.521557815,-0.058929362,7780.144366 +11,-1.530259379,0.7334777758,306,0.521557815,-0.058929362,7776.7761846 +12,-1.5335454,0.7322346912,306,0.521557815,-0.058929362,7787.4592025 +13,-1.531489083,0.7322238773,306,0.521557815,-0.058929362,7781.6717005 +14,-1.530011122,0.7321679851,306,0.521557815,-0.058929362,7777.5648593 +15,-1.53348106,0.7306614094,306,0.521557815,-0.058929362,7789.0779826 +16,-1.531441779,0.7306962275,306,0.521557815,-0.058929362,7783.2773203 +17,-1.529755654,0.7306933243,306,0.521557815,-0.058929362,7778.5153804 +18,-1.533415048,0.7291384674,306,0.521557815,-0.058929362,7790.6302826 +19,-1.531392093,0.7291705353,306,0.521557815,-0.058929362,7784.870036 +20,-1.529296523,0.7291214933,306,0.521557815,-0.058929362,7778.9935077 +21,-1.535280942,0.727267644,306,0.521557815,-0.058929362,7798.0485158 +22,-1.533378158,0.7276139666,306,0.521557815,-0.058929362,7792.2627611 +23,-1.531340368,0.7276446587,306,0.521557815,-0.058929362,7786.4532201 +24,-1.528960113,0.7276398177,306,0.521557815,-0.058929362,7779.7102414 +25,-1.533313146,0.7260818349,306,0.521557815,-0.058929362,7793.8202516 +26,-1.531259555,0.7260958115,306,0.521557815,-0.058929362,7787.975793 +27,-1.528926415,0.7260865555,306,0.521557815,-0.058929362,7781.3609235 +28,-1.531226779,0.7245511789,306,0.521557815,-0.058929362,7789.6258418 +29,-1.528904772,0.7245519194,306,0.521557815,-0.058929362,7783.0210768 +30,-1.547195875,0.7409785979,306,0.521557815,-0.058929362,7815.4702409 +31,-1.5451475,0.740980426,306,0.521557815,-0.058929362,7809.7608984 +32,-1.543097679,0.7409798872,306,0.521557815,-0.058929362,7804.0475152 +33,-1.540720364,0.7409892687,306,0.521557815,-0.058929362,7797.4059697 +34,-1.547188511,0.7395198392,306,0.521557815,-0.058929362,7817.1962388 +35,-1.545148587,0.7395226109,306,0.521557815,-0.058929362,7811.5006755 +36,-1.543104538,0.7395314908,306,0.521557815,-0.058929362,7805.7835841 +37,-1.540727751,0.7395306258,306,0.521557815,-0.058929362,7799.1456225 +38,-1.547187029,0.7380014886,306,0.521557815,-0.058929362,7819.0064905 +39,-1.545147315,0.7380012252,306,0.521557815,-0.058929362,7813.3061391 +40,-1.54310719,0.7380060743,306,0.521557815,-0.058929362,7807.5957876 +41,-1.540719671,0.7380068206,306,0.521557815,-0.058929362,7800.915396 +42,-1.547187189,0.7364799098,306,0.521557815,-0.058929362,7820.8216266 +43,-1.545149996,0.7364853874,306,0.521557815,-0.058929362,7815.1125339 +44,-1.543106091,0.7364823484,306,0.521557815,-0.058929362,7809.3919584 +45,-1.540717158,0.7364893901,306,0.521557815,-0.058929362,7802.6896926 +46,-1.538663972,0.7410138672,306,0.521557815,-0.058929362,7791.6387082 +47,-1.53695285,0.7409699132,306,0.521557815,-0.058929362,7786.9131463 +48,-1.534910498,0.7409641297,306,0.521557815,-0.058929362,7781.2154588 +49,-1.533145034,0.7409536636,306,0.521557815,-0.058929362,7776.2942891 +50,-1.538681336,0.7395405883,306,0.521557815,-0.058929362,7793.4147623 +51,-1.536999189,0.7395183096,306,0.521557815,-0.058929362,7788.737568 +52,-1.534923633,0.7395144222,306,0.521557815,-0.058929362,7782.9362418 +53,-1.533267822,0.7395654306,306,0.521557815,-0.058929362,7778.2435329 +54,-1.53867273,0.7380151077,306,0.521557815,-0.058929362,7795.1760046 +55,-1.536980576,0.7379994392,306,0.521557815,-0.058929362,7790.4555972 +56,-1.534931522,0.7379944961,306,0.521557815,-0.058929362,7784.7206086 +57,-1.533387952,0.7379480264,306,0.521557815,-0.058929362,7780.4478617 +58,-1.538682279,0.7364914363,306,0.521557815,-0.058929362,7796.9824408 +59,-1.536980704,0.7364810563,306,0.521557815,-0.058929362,7792.2219807 +60,-1.534935567,0.7364752065,306,0.521557815,-0.058929362,7786.4900372 +61,-1.533042592,0.7363876366,306,0.521557815,-0.058929362,7781.2765851 +62,-1.545143426,0.7349628011,306,0.521557815,-0.058929362,7816.8974707 +63,-1.543105297,0.7349691947,306,0.521557815,-0.058929362,7811.1729794 +64,-1.541064533,0.7349647152,306,0.521557815,-0.058929362,7805.4511284 +65,-1.545411803,0.7334624714,306,0.521557815,-0.058929362,7819.4247133 +66,-1.543446606,0.7334780896,306,0.521557815,-0.058929362,7813.8858369 +67,-1.541475327,0.7334957295,306,0.521557815,-0.058929362,7808.3251024 +68,-1.545401939,0.731963266,306,0.521557815,-0.058929362,7821.1668279 +69,-1.54342253,0.7319915583,306,0.521557815,-0.058929362,7815.5646045 +70,-1.541455867,0.7320216438,306,0.521557815,-0.058929362,7809.9938828 +71,-1.545410146,0.7304422281,306,0.521557815,-0.058929362,7822.9819974 +72,-1.543435491,0.7304713664,306,0.521557815,-0.058929362,7817.3835795 +73,-1.541463105,0.7304997613,306,0.521557815,-0.058929362,7811.7901674 +74,-1.545414768,0.7289194936,306,0.521557815,-0.058929362,7824.7855395 +75,-1.543435774,0.7289538557,306,0.521557815,-0.058929362,7819.1601856 +76,-1.541457714,0.7289765881,306,0.521557815,-0.058929362,7813.5487926 +77,-1.539449415,0.7320555866,306,0.521557815,-0.058929362,7804.3043962 +78,-1.537429183,0.7321097681,306,0.521557815,-0.058929362,7798.550416 +79,-1.535472649,0.7321497267,306,0.521557815,-0.058929362,7792.9903175 +80,-1.539457899,0.7305333307,306,0.521557815,-0.058929362,7806.0959232 +81,-1.537453161,0.7305750503,306,0.521557815,-0.058929362,7800.3913394 +82,-1.535479385,0.7306124949,306,0.521557815,-0.058929362,7794.7769361 +83,-1.53946905,0.7290102593,306,0.521557815,-0.058929362,7807.8924552 +84,-1.537459922,0.7290417293,306,0.521557815,-0.058929362,7802.1786068 +85,-1.535451349,0.7290890157,306,0.521557815,-0.058929362,7796.4459336 +86,-1.535522937,0.7279887191,306,0.521557815,-0.058929362,7797.9089406 +87,-1.539442524,0.7274735939,306,0.521557815,-0.058929362,7809.5946221 +88,-1.537424111,0.727521351,306,0.521557815,-0.058929362,7803.8269473 +89,-1.539384641,0.7259505092,306,0.521557815,-0.058929362,7811.1884044 +90,-1.537372391,0.7259947145,306,0.521557815,-0.058929362,7805.4335069 +91,-1.535340789,0.7260435356,306,0.521557815,-0.058929362,7799.6163336 +92,-1.539325716,0.7244369706,306,0.521557815,-0.058929362,7812.7641707 +93,-1.537308932,0.7244801057,306,0.521557815,-0.058929362,7806.9889397 +94,-1.535289068,0.7245247645,306,0.521557815,-0.058929362,7801.201088 +95,-1.533261366,0.7245550236,306,0.521557815,-0.058929362,7795.405166 +96,-1.539267302,0.722921924,306,0.521557815,-0.058929362,7814.3390809 +97,-1.537248972,0.7229660258,306,0.521557815,-0.058929362,7808.5496443 +98,-1.535219431,0.7229916471,306,0.521557815,-0.058929362,7802.7471845 +99,-1.53318962,0.7230212049,306,0.521557815,-0.058929362,7796.9371643 +100,-1.531154816,0.7230299897,306,0.521557815,-0.058929362,7791.134007 +101,-1.528878341,0.7230370244,306,0.521557815,-0.058929362,7784.641752 +102,-1.539218189,0.7214009878,306,0.521557815,-0.058929362,7815.9431702 +103,-1.537198791,0.7214422745,306,0.521557815,-0.058929362,7810.1451754 +104,-1.535179266,0.7214634354,306,0.521557815,-0.058929362,7804.3674891 +105,-1.533156501,0.7214944644,306,0.521557815,-0.058929362,7798.5670709 +106,-1.53113574,0.7215166021,306,0.521557815,-0.058929362,7792.7801014 +107,-1.528874248,0.7215345535,306,0.521557815,-0.058929362,7786.3085935 +108,-1.539217656,0.7198512397,306,0.521557815,-0.058929362,7817.7147123 +109,-1.537199919,0.7199428763,306,0.521557815,-0.058929362,7811.8553694 +110,-1.545425832,0.727397149,306,0.521557815,-0.058929362,7826.6032864 +111,-1.543371177,0.7273916949,306,0.521557815,-0.058929362,7820.801898 +112,-1.541368852,0.7274523163,306,0.521557815,-0.058929362,7815.0689865 +113,-1.545349067,0.7258710923,306,0.521557815,-0.058929362,7828.1732902 +114,-1.54332671,0.7258603556,306,0.521557815,-0.058929362,7822.4603893 +115,-1.541346831,0.7259242142,306,0.521557815,-0.058929362,7816.7786073 +116,-1.545324355,0.7243383958,306,0.521557815,-0.058929362,7829.8943155 +117,-1.543292796,0.7243617413,306,0.521557815,-0.058929362,7824.1067798 +118,-1.541295822,0.7244024384,306,0.521557815,-0.058929362,7818.3948722 +119,-1.543193859,0.7205570215,306,0.521557815,-0.058929362,7828.2331744 +120,-1.550257047,0.7386738187,306,0.521557815,-0.058929362,7826.7723901 +121,-1.549335448,0.7311736483,306,0.521557815,-0.058929362,7833.1655751 +122,-1.533478843,0.7179891343,306,0.521557815,-0.058929362,7803.4343199 +123,-1.556150555,0.738907041,306,0.521557815,-0.058929362,7842.919125 +124,-1.554324226,0.733414257,306,0.521557815,-0.058929362,7844.4864162 +125,-1.554290846,0.7288285332,306,0.521557815,-0.058929362,7849.9127486 +126,-1.55122487,0.7219795312,306,0.521557815,-0.058929362,7849.3985989 +127,-1.525104458,0.7229399862,306,0.521557815,-0.058929362,7773.992479 +128,-1.519607711,0.7236181429,306,0.521557815,-0.058929362,7757.5669641 +129,-1.513899999,0.7251107854,306,0.521557815,-0.058929362,7739.6630548 +130,-1.536620762,0.7431061895,306,0.521557815,-0.058929362,7783.4878469 +131,-1.5369566,0.7460845958,306,0.521557815,-0.058929362,7780.9265889 +132,-1.545345528,0.7447040685,306,0.521557815,-0.058929362,7805.8598053 +133,-1.532813921,0.7432306626,306,0.521557815,-0.058929362,7772.7312647 +134,-1.554788248,0.7382381001,306,0.521557815,-0.058929362,7839.9379217 +135,-1.540348126,0.7301594274,306,0.521557815,-0.058929362,7809.0414681 +136,-1.538016084,0.7239051786,306,0.521557815,-0.058929362,7809.6557931 +137,-1.525288962,0.7258085137,306,0.521557815,-0.058929362,7771.3342554 +138,-1.534326986,0.731241342,306,0.521557815,-0.058929362,7790.8024238 +139,-1.530733872,0.7303625216,306,0.521557815,-0.058929362,7781.6556405 +141,-1.534354939,0.7328219978,306,0.521557815,-0.058929362,7789.067296 +142,-1.53157084,0.7292888153,306,0.521557815,-0.058929362,7785.2415849 +143,-1.525691035,0.7263799874,306,0.521557815,-0.058929362,7771.8409551 +144,-1.534031287,0.7495967835,306,0.521557815,-0.058929362,7768.6877073 +145,-1.527714986,0.7283095957,306,0.521557815,-0.058929362,7775.4268468 +146,-1.526189586,0.7271468292,306,0.521557815,-0.058929362,7772.4015528 +147,-1.555177336,0.7375563366,306,0.521557815,-0.058929362,7841.852341 +148,-1.555080283,0.7312707794,306,0.521557815,-0.058929362,7849.1942328 +149,-1.53856994,0.7224180299,306,0.521557815,-0.058929362,7812.9336082 +150,-1.530837883,0.729933372,306,0.521557815,-0.058929362,7782.436628 +151,-1.515066984,0.5854133365,306,0.521557815,-0.058929362,7879.048796 +152,-1.534731633,0.5368370046,306,0.521557815,-0.058929362,7984.4298561 +153,-1.515231902,0.5607085576,306,0.521557815,-0.058929362,7900.3499403 +154,-2.616253799,1.0684566605,306,0.521557815,-0.058929362,8445.0947965 +155,-1.956071439,0.5792177723,306,0.521557815,-0.058929362,9239.2330875 +156,-1.951208514,0.5602434208,306,0.521557815,-0.058929362,9264.2878809 +157,-1.944675062,0.6062144545,306,0.521557815,-0.058929362,9150.7234342 +158,-1.613778386,0.6077989518,306,0.521557815,-0.058929362,8169.3357584 +159,-2.035029014,0.6021432345,306,0.521557815,-0.058929362,9401.4802563 +160,-2.114989471,0.6801825058,306,0.521557815,-0.058929362,9384.4665625 +161,-2.037382079,0.5765830025,306,0.521557815,-0.058929362,9468.5358785 +162,-2.129855121,0.6585019963,306,0.521557815,-0.058929362,9478.4405722 +163,-2.075141798,0.6493615843,306,0.521557815,-0.058929362,9380.5135854 +164,-1.828626729,0.6948433129,306,0.521557815,-0.058929362,8656.5118429 +165,-1.863329418,0.6735427691,306,0.521557815,-0.058929362,8790.9969234 +166,-1.266037071,0.727988852,306,0.521557815,-0.058929362,7017.4280443 +167,-1.277579582,0.7249010648,306,0.521557815,-0.058929362,7052.6966509 +168,-1.258418684,0.7241194816,306,0.521557815,-0.058929362,6996.4723707 +169,-1.317813974,0.6804850104,306,0.521557815,-0.058929362,7193.9827588 +170,-1.344165204,0.6790988904,306,0.521557815,-0.058929362,7275.1653568 +171,-1.427582102,0.5277120351,306,0.521557815,-0.058929362,7630.8018637 +172,-1.402238616,0.457167829,306,0.521557815,-0.058929362,7577.8401861 +173,-1.422454264,0.4996161999,306,0.521557815,-0.058929362,7628.5611523 +174,-1.439089277,0.4894859811,306,0.521557815,-0.058929362,7691.386984 +175,-1.448126995,0.5182330266,306,0.521557815,-0.058929362,7706.0727516 +176,-1.474626146,0.5881926574,306,0.521557815,-0.058929362,7746.2484002 +177,-1.421139645,0.5584869783,306,0.521557815,-0.058929362,7591.2080218 +178,-1.457037165,0.565943032,306,0.521557815,-0.058929362,7705.0914322 +179,-2.757159358,0.3745319,306,0.521557815,-0.058929362,11086.858742 +180,-2.714309238,0.342054471,306,0.521557815,-0.058929362,11264.62395 +181,-2.000525337,0.774119946,306,0.521557815,-0.058929362,8882.5348146 +183,-1.571413436,0.6777838382,306,0.521557815,-0.058929362,7959.6816374 +184,-1.552860289,0.6987663893,306,0.521557815,-0.058929362,7881.1233037 +185,-1.521852374,0.7165827476,306,0.521557815,-0.058929362,7771.6659706 +186,-1.503656267,0.6928968252,306,0.521557815,-0.058929362,7743.466943 +187,-1.502753178,0.7136205882,306,0.521557815,-0.058929362,7719.7667482 +188,-1.631894563,0.7343596465,306,0.521557815,-0.058929362,8058.2896444 +189,-1.653765416,0.6770714026,306,0.521557815,-0.058929362,8201.0710125 +190,-1.719812114,0.6715965947,306,0.521557815,-0.058929362,8398.5833549 +191,-1.493406659,0.6646955447,306,0.521557815,-0.058929362,7740.098192 +192,-1.469120564,0.6613469966,306,0.521557815,-0.058929362,7669.2589049 +193,-1.590551461,0.5326612937,306,0.521557815,-0.058929362,8173.5463004 +194,-1.625979264,0.5247742243,306,0.521557815,-0.058929362,8298.674585 +195,-1.572293943,0.5238808754,306,0.521557815,-0.058929362,8120.8230437 +196,-1.610848725,0.5477107964,306,0.521557815,-0.058929362,8225.4882774 +197,-1.208485554,0.7918526018,306,0.521557815,-0.058929362,6830.8401887 +198,-1.335601374,0.6869083083,306,0.521557815,-0.058929362,7244.791981 +199,-1.346156996,0.6825213377,306,0.521557815,-0.058929362,7279.3016752 +200,-1.324381037,0.6741422347,306,0.521557815,-0.058929362,7217.2560154 +201,-1.242424992,0.7378949807,306,0.521557815,-0.058929362,6944.5414467 +202,-1.270370057,0.7392461008,306,0.521557815,-0.058929362,7025.4900859 +203,-1.448950472,0.7441675014,306,0.521557815,-0.058929362,7535.8999179 +204,-1.492662363,0.7523026852,306,0.521557815,-0.058929362,7650.7292031 +205,-1.479098966,0.7763855017,306,0.521557815,-0.058929362,7587.9716658 +206,-1.633760714,0.7869022408,306,0.521557815,-0.058929362,7985.3090842 +207,-1.647406434,0.8101289331,306,0.521557815,-0.058929362,7983.493402 +208,-1.564245052,0.5701509278,306,0.521557815,-0.058929362,8051.7312219 +209,-1.646289963,0.6833746083,306,0.521557815,-0.058929362,8170.744628 +210,-1.5820631,0.6751952144,306,0.521557815,-0.058929362,7994.1361315 +211,-1.613236298,0.6681681791,306,0.521557815,-0.058929362,8094.6559135 +212,-1.914661867,0.8212566515,306,0.521557815,-0.058929362,8580.7522827 +213,-1.742133237,0.7250275956,306,0.521557815,-0.058929362,8371.0131351 +214,-2.033144872,0.6557314699,306,0.521557815,-0.058929362,9264.1965288 +215,-2.039551981,0.6964723658,306,0.521557815,-0.058929362,9173.6923977 +216,-1.247341019,0.7622473908,306,0.521557815,-0.058929362,6949.9780855 +217,-1.298239787,0.7084123392,306,0.521557815,-0.058929362,7121.4013399 +218,-1.308539688,0.6926545592,306,0.521557815,-0.058929362,7159.8537107 +219,-1.303263185,0.6888938396,306,0.521557815,-0.058929362,7145.637761 +220,-1.852400229,0.6004246149,306,0.521557815,-0.058929362,8900.9271575 +221,-1.288947707,0.7473773692,306,0.521557815,-0.058929362,7075.6636175 +222,-1.372031502,0.7472790993,306,0.521557815,-0.058929362,7314.3617506 +223,-1.289805721,0.7242157877,306,0.521557815,-0.058929362,7089.0344677 +224,-1.350807603,0.7533498126,306,0.521557815,-0.058929362,7249.6480312 +225,-1.329290365,0.7560442322,306,0.521557815,-0.058929362,7186.6540261 +226,-1.410153004,0.616936428,306,0.521557815,-0.058929362,7518.8523168 +227,-1.393445434,0.6308995063,306,0.521557815,-0.058929362,7456.9033471 +228,-1.37595573,0.6241540638,306,0.521557815,-0.058929362,7405.5502792 +229,-1.358388707,0.6172645205,306,0.521557815,-0.058929362,7353.3082326 +230,-1.753741133,0.8281661666,306,0.521557815,-0.058929362,8207.6810399 +231,-1.47430987,0.6834615681,306,0.521557815,-0.058929362,7665.3458986 +232,-1.421012508,0.7222725206,306,0.521557815,-0.058929362,7474.6731346 +233,-1.4476833,0.6978557868,306,0.521557815,-0.058929362,7573.3896404 +234,-1.470370723,0.6966193374,306,0.521557815,-0.058929362,7641.6298186 +235,-1.429211703,0.7037216883,306,0.521557815,-0.058929362,7513.8247988 +236,-1.700578405,0.6178673663,306,0.521557815,-0.058929362,8422.5297807 +237,-1.678117619,0.6331716163,306,0.521557815,-0.058929362,8333.6774282 +238,-1.725644578,0.6316331145,306,0.521557815,-0.058929362,8477.2681157 +239,-2.14012759,0.7930497945,306,0.521557815,-0.058929362,9094.4938195 +240,-2.103289431,0.7653606263,306,0.521557815,-0.058929362,9112.497738 +241,-1.318739838,0.7017808746,306,0.521557815,-0.058929362,7186.0269023 +242,-1.396417427,0.7077900843,306,0.521557815,-0.058929362,7413.7139838 +243,-1.35650337,0.7185539404,306,0.521557815,-0.058929362,7288.5906402 +244,-1.248884539,0.7274156818,306,0.521557815,-0.058929362,6967.1420336 +245,-1.395014798,0.5761185243,306,0.521557815,-0.058929362,7494.633554 +246,-1.433377362,0.6064716109,306,0.521557815,-0.058929362,7600.1135995 +247,-1.408172432,0.5903155476,306,0.521557815,-0.058929362,7529.309457 +248,-1.749645898,0.7757118084,306,0.521557815,-0.058929362,8298.5763941 +249,-1.571626686,0.615046989,306,0.521557815,-0.058929362,8030.0429702 +250,-1.514070049,0.6303003037,306,0.521557815,-0.058929362,7835.622728 +251,-1.480890369,0.6237966528,306,0.521557815,-0.058929362,7737.646719 +252,-1.704390658,0.5281680612,306,0.521557815,-0.058929362,8552.5312185 +253,-1.64434733,0.5254277498,306,0.521557815,-0.058929362,8358.7514424 +254,-1.703855997,0.4792484842,306,0.521557815,-0.058929362,8607.3628138 +255,-1.692002383,0.5748825051,306,0.521557815,-0.058929362,8454.231331 +256,-1.854136457,0.5544643913,306,0.521557815,-0.058929362,8986.8819151 +257,-1.665021206,0.520317736,306,0.521557815,-0.058929362,8432.5295235 +258,-1.733654349,0.4845187345,306,0.521557815,-0.058929362,8701.5335504 +259,-1.720938188,0.5135933906,306,0.521557815,-0.058929362,8624.4087997 +260,-1.742668307,0.553296122,306,0.521557815,-0.058929362,8642.7222876 +261,-1.965659039,0.7142126903,306,0.521557815,-0.058929362,8957.6926873 +262,-1.944438071,0.6772834804,306,0.521557815,-0.058929362,8993.2373758 +263,-1.270340967,0.7681487096,306,0.521557815,-0.058929362,7012.9184268 +264,-1.353091884,0.6549276821,306,0.521557815,-0.058929362,7316.167381 +265,-1.333236659,0.6413584414,306,0.521557815,-0.058929362,7261.1415863 +266,-1.352015998,0.6753788907,306,0.521557815,-0.058929362,7301.2624269 +267,-1.377988483,0.6577816235,306,0.521557815,-0.058929362,7391.7381641 +268,-2.13075611,0.8318642051,306,0.521557815,-0.058929362,8957.2965806 +269,-2.097910953,0.8259670014,306,0.521557815,-0.058929362,8920.5953704 +270,-1.416382069,0.6694271549,306,0.521557815,-0.058929362,7501.8548311 +271,-1.538905672,0.7535625993,306,0.521557815,-0.058929362,7777.4577786 +272,-1.572309477,0.7803125099,306,0.521557815,-0.058929362,7833.9754579 +273,-1.87759879,0.7503853417,306,0.521557815,-0.058929362,8663.7620103 +274,1.152365588,0.590457682,306,0.521557815,-0.058929362,3487.1364195 +275,0.350198001,0.718001859,306,0.521557815,-0.058929362,3139.1484808 +276,0.046513677,0.491503852,306,0.521557815,-0.058929362,2833.5996257 +277,0.027510309,0.742571376,306,0.521557815,-0.058929362,3634.830278 +278,0.306285725,-0.214631579,306,0.521557815,-0.058929362,1045.1571356 +279,-1.100564889,0.318051531,306,0.521557815,-0.058929362,6487.7631112 +280,-1.078582306,0.301437596,306,0.521557815,-0.058929362,6402.0282364 +281,-1.137371989,-0.617634065,306,0.521557815,-0.058929362,6370.6021783 +282,0.784356344,0.703272339,306,0.521557815,-0.058929362,3166.2084036 +283,-1.221209947,0.218327455,306,0.521557815,-0.058929362,6936.9161109 +284,2.347301921,-0.449114658,306,0.521557815,-0.058929362,7024.4371773 +285,0.246820618,0.830553713,306,0.521557815,-0.058929362,3650.376734 +286,0.829414965,0.703288228,306,0.521557815,-0.058929362,3219.2728421 +287,-1.337537566,0.42332223,306,0.521557815,-0.058929362,7358.2855615 +288,0.882453706,0.454478077,306,0.521557815,-0.058929362,2459.7845074 +289,1.575629659,0.416419109,306,0.521557815,-0.058929362,4473.5218609 +290,-1.039455679,0.229888244,306,0.521557815,-0.058929362,6237.4181717 +291,0.489558039,0.934482747,306,0.521557815,-0.058929362,3936.3408369 +292,0.081344504,0.88384514,306,0.521557815,-0.058929362,4022.4303701 +293,-1.547979814,0.300350308,306,0.521557815,-0.058929362,8175.9028311 +294,0.040776181,0.168560074,306,0.521557815,-0.058929362,2100.4030829 +295,-1.130374745,0.563894876,306,0.521557815,-0.058929362,6618.1262939 +296,1.578326642,0.478507176,306,0.521557815,-0.058929362,4554.7169418 +297,-1.12861823,-0.291640865,306,0.521557815,-0.058929362,6455.2920945 +298,0.310524208,0.770885792,306,0.521557815,-0.058929362,3371.3639454 +299,0.415649091,-0.387246002,306,0.521557815,-0.058929362,1362.6530971 +300,-0.926533878,-0.188022748,306,0.521557815,-0.058929362,5701.3793573 +301,1.258856172,-0.11716081,306,0.521557815,-0.058929362,2917.2958604 +302,-1.126050026,0.322941926,306,0.521557815,-0.058929362,6584.2021423 +303,2.002785835,0.07893892,306,0.521557815,-0.058929362,5887.3331083 +304,0.440437607,0.746258085,306,0.521557815,-0.058929362,3202.5685955 +305,-0.030391866,0.214441206,306,0.521557815,-0.058929362,2427.4210737 +306,0.521557815,-0.058929362,306,0.521557815,-0.058929362,0 +307,-0.097005111,0.13317729,306,0.521557815,-0.058929362,2560.2654774 +308,1.83113859,0.221857587,306,0.521557815,-0.058929362,5267.9157104 +309,0.222428864,0.099404236,306,0.521557815,-0.058929362,1339.2825637 +310,-1.702731345,0.8728568183,306,0.521557815,-0.058929362,8005.1735433 +311,-0.418507569,0.278324921,306,0.521557815,-0.058929362,3915.7725314 +312,-1.41153306,0.339029988,306,0.521557815,-0.058929362,7652.0277934 +313,0.357560442,0.114788776,306,0.521557815,-0.058929362,945.5455497 +314,0.325818979,0.268352149,306,0.521557815,-0.058929362,1506.5167103 +315,-1.246004659,-0.663679965,306,0.521557815,-0.058929362,6688.2299864 +316,1.814603087,0.637404484,306,0.521557815,-0.058929362,5485.2078495 +317,1.843704281,-0.18300445,306,0.521557815,-0.058929362,5211.7108904 +318,1.690644492,-0.211480909,306,0.521557815,-0.058929362,4617.8836759 +319,-1.275451936,0.068109467,306,0.521557815,-0.058929362,7130.5594533 +320,0.762430171,-0.207594741,306,0.521557815,-0.058929362,1113.1814255 +321,0.265668905,-0.014647884,306,0.521557815,-0.058929362,1027.8789454 +322,-2.773032013,-0.335515811,306,0.521557815,-0.058929362,10771.606106 +323,-1.469512853,0.174058777,306,0.521557815,-0.058929362,7901.1203771 +324,0.286276986,0.785925691,306,0.521557815,-0.058929362,3448.2685355 +325,-1.379324697,0.377432233,306,0.521557815,-0.058929362,7522.5647793 +326,-1.203778265,0.212813032,306,0.521557815,-0.058929362,6868.9797089 +327,0.579916301,0.611743168,306,0.521557815,-0.058929362,2665.3879247 +328,0.267582642,0.868113908,306,0.521557815,-0.058929362,3773.5408479 +329,0.412869244,-0.050245578,306,0.521557815,-0.058929362,431.24610308 +330,0.17524381,0.976660285,306,0.521557815,-0.058929362,4253.0769536 +331,0.743157214,0.204812899,306,0.521557815,-0.058929362,1361.3175383 +332,-1.070758176,0.269382282,306,0.521557815,-0.058929362,6366.0576882 +333,-1.230364251,0.329790229,306,0.521557815,-0.058929362,6975.9166137 +334,-1.374813124,-0.024926835,306,0.521557815,-0.058929362,7502.656002 +335,0.519780566,0.463669906,306,0.521557815,-0.058929362,2070.0268908 +336,-1.55108034,0.239698561,306,0.521557815,-0.058929362,8207.0907491 +337,0.180294813,0.029739425,306,0.521557815,-0.058929362,1396.0547013 +338,0.67820924,0.268170153,306,0.521557815,-0.058929362,1433.8682133 +339,0.445798684,1.024001867,306,0.521557815,-0.058929362,4296.1636731 +340,0.691751283,0.150521402,306,0.521557815,-0.058929362,1067.7677387 +341,-1.036643551,-0.903056181,306,0.521557815,-0.058929362,6007.8026575 +342,-0.120287036,1.083325163,306,0.521557815,-0.058929362,4921.282095 +343,2.823513113,-0.304487164,306,0.521557815,-0.058929362,8862.0117041 +344,0.457583172,1.12513373,306,0.521557815,-0.058929362,4693.8379803 +345,0.042918831,0.813795399,306,0.521557815,-0.058929362,3840.2421883 +346,1.196146777,-0.853142756,306,0.521557815,-0.058929362,3881.6311721 +347,0.206001358,-0.010430701,306,0.521557815,-0.058929362,1263.7246609 +348,-0.268308653,0.234799412,306,0.521557815,-0.058929362,3315.1395505 +349,0.759363263,0.736189579,306,0.521557815,-0.058929362,3263.3770507 +350,0.181363926,0.891988372,306,0.521557815,-0.058929362,3938.7722437 +351,-0.021111158,0.139103292,306,0.521557815,-0.058929362,2283.1674896 +352,-0.093355215,0.630686981,306,0.521557815,-0.058929362,3553.7649043 +353,0.40118964,0.681375926,306,0.521557815,-0.058929362,2965.1457355 +354,-0.721197315,1.304706234,306,0.521557815,-0.058929362,6111.9778156 +355,-1.076150317,0.212107639,306,0.521557815,-0.058929362,6375.0888674 +356,-1.577164531,0.273993443,306,0.521557815,-0.058929362,8296.1102407 +357,-0.190788414,0.182208586,306,0.521557815,-0.058929362,2966.9767798 +358,-0.261349752,0.209710184,306,0.521557815,-0.058929362,3260.7319391 +359,-1.029303852,0.083549259,306,0.521557815,-0.058929362,6162.8461417 +360,-1.268609162,0.330525297,306,0.521557815,-0.058929362,7119.1906503 +361,1.282982244,-0.926641967,306,0.521557815,-0.058929362,4234.1827535 +362,0.217352334,0.731352408,306,0.521557815,-0.058929362,3316.2228983 +363,-1.511833084,0.258629297,306,0.521557815,-0.058929362,8051.9227415 +364,0.338812194,0.823184618,306,0.521557815,-0.058929362,3551.6904426 +365,-0.324406489,1.134201999,306,0.521557815,-0.058929362,5316.9036278 +366,1.389579348,0.399185724,306,0.521557815,-0.058929362,3811.8526466 +367,2.047152199,-0.039082036,306,0.521557815,-0.058929362,6034.2022796 +368,0.947780369,0.568250077,306,0.521557815,-0.058929362,2954.8976478 +369,0.763824846,0.576754987,306,0.521557815,-0.058929362,2676.7050068 +370,-0.142334657,0.928153068,306,0.521557815,-0.058929362,4487.3378839 +371,0.610266567,0.547265983,306,0.521557815,-0.058929362,2424.3453194 +372,0.210731629,0.746815056,306,0.521557815,-0.058929362,3380.0808222 +373,-1.34931644,0.316895224,306,0.521557815,-0.058929362,7423.5874004 +374,2.407696481,0.655030745,306,0.521557815,-0.058929362,7351.8216272 +375,0.64207831,0.545359131,306,0.521557815,-0.058929362,2436.4110514 +376,1.174597538,0.840588356,306,0.521557815,-0.058929362,4216.3135607 +377,0.660059424,0.010604079,306,0.521557815,-0.058929362,613.61808037 +378,-0.730263819,0.010486456,306,0.521557815,-0.058929362,4963.3832056 +379,0.831068936,0.512339172,306,0.521557815,-0.058929362,2549.7563043 +380,1.301180979,0.72367476,306,0.521557815,-0.058929362,4179.8051315 +381,1.811128231,0.322854402,306,0.521557815,-0.058929362,5245.3728941 +382,0.435105812,0.992284428,306,0.521557815,-0.058929362,4173.1536364 +383,0.62643634,0.592027932,306,0.521557815,-0.058929362,2608.0503935 +384,0.492988703,-0.516339467,306,0.521557815,-0.058929362,1814.9761934 +385,-0.162469483,0.112549365,306,0.521557815,-0.058929362,2789.034847 +386,0.314630866,0.472006421,306,0.521557815,-0.058929362,2246.9927057 +387,0.166744804,0.822815954,306,0.521557815,-0.058929362,3705.0414044 +388,0.417159608,0.965805736,306,0.521557815,-0.058929362,4073.2880425 +389,0.106334961,0.868774244,306,0.521557815,-0.058929362,3939.3396097 +390,0.815086969,-0.338144359,306,0.521557815,-0.058929362,1585.092291 +391,0.59867455,-0.230624824,306,0.521557815,-0.058929362,744.06993279 +392,1.915104874,0.066220985,306,0.521557815,-0.058929362,5538.2990708 +393,1.278093622,0.064463721,306,0.521557815,-0.058929362,3034.328327 +394,-0.061477853,0.302997961,306,0.521557815,-0.058929362,2691.9803616 +395,0.251311504,0.626976942,306,0.521557815,-0.058929362,2895.5060475 +396,2.950242872,0.149095644,306,0.521557815,-0.058929362,9614.3192295 +397,-0.180294708,0.35375117,306,0.521557815,-0.058929362,3179.7753749 +398,1.010448592,-0.351180233,306,0.521557815,-0.058929362,2214.1473039 +399,-1.748740498,0.3686318073,306,0.521557815,-0.058929362,8874.6742097 +400,2.699635665,0.123533791,306,0.521557815,-0.058929362,8636.6613625 +401,0.496808033,0.823843254,306,0.521557815,-0.058929362,3497.7272656 +402,0.129574704,0.763364087,306,0.521557815,-0.058929362,3543.4775602 +403,1.798920311,0.817447563,306,0.521557815,-0.058929362,5607.2332524 +404,0.335987953,0.746786541,306,0.521557815,-0.058929362,3259.9436917 +405,-1.085413643,0.292154671,306,0.521557815,-0.058929362,6426.1541566 +406,-0.155321003,0.508207011,306,0.521557815,-0.058929362,3413.0703753 +407,0.620529244,-0.301175104,306,0.521557815,-0.058929362,1033.7595834 +408,1.684402744,0.368716966,306,0.521557815,-0.058929362,4813.2090083 +409,0.300582244,-0.386397212,306,0.521557815,-0.058929362,1550.3367209 +410,2.913555946,-0.009225192,306,0.521557815,-0.058929362,9463.9943359 +411,1.465101417,0.493232532,306,0.521557815,-0.058929362,4201.7894104 +412,0.090612882,0.907955955,306,0.521557815,-0.058929362,4094.2134422 +413,2.987564726,-0.729568594,306,0.521557815,-0.058929362,8488.2445747 +414,-1.484261606,0.224149272,306,0.521557815,-0.058929362,7953.0699501 +415,0.164073421,0.303955133,306,0.521557815,-0.058929362,2004.5167748 +416,0.141441293,0.167552546,306,0.521557815,-0.058929362,1747.911347 +417,2.931321023,-0.506718887,306,0.521557815,-0.058929362,8874.6399579 +418,2.21951565,0.700596356,306,0.521557815,-0.058929362,6757.2887451 +419,0.268112576,1.199114336,306,0.521557815,-0.058929362,5031.2329411 +420,0.978913739,0.359223811,306,0.521557815,-0.058929362,2429.0210943 +421,1.210898818,0.522863584,306,0.521557815,-0.058929362,3481.3432647 +422,2.347397336,0.129231362,306,0.521557815,-0.058929362,7252.844075 +423,0.614394501,0.556878345,306,0.521557815,-0.058929362,2464.1284171 +424,-1.398079356,0.148483366,306,0.521557815,-0.058929362,7622.0963899 +425,2.535303836,-0.112984496,306,0.521557815,-0.058929362,7932.2315355 +426,-1.019372593,-0.405322349,306,0.521557815,-0.058929362,6021.3421672 +427,-1.297785627,-0.160104069,306,0.521557815,-0.058929362,7153.5583546 +428,2.144554488,0.205051084,306,0.521557815,-0.058929362,6471.5809705 +429,-2.242387083,-0.426171285,306,0.521557815,-0.058929362,10034.06739 +430,0.338637212,0.909723676,306,0.521557815,-0.058929362,3885.7737632 +431,-0.148798452,0.691042401,306,0.521557815,-0.058929362,3842.4371039 +432,0.893524764,0.441829531,306,0.521557815,-0.058929362,2444.6956203 +433,0.969229347,-0.368847936,306,0.521557815,-0.058929362,2116.5353246 +434,0.436043248,0.800045688,306,0.521557815,-0.058929362,3415.6754461 +435,1.687946607,1.081504775,306,0.521557815,-0.058929362,5695.0352374 +436,0.522302046,-0.034889271,306,0.521557815,-0.058929362,95.268317427 +437,-0.178996113,-0.438090009,306,0.521557815,-0.058929362,3060.4164017 +438,-1.094339566,0.301444068,306,0.521557815,-0.058929362,6461.5684482 +439,-1.064070054,0.242569932,306,0.521557815,-0.058929362,6334.9007303 +440,-1.068153768,0.230387998,306,0.521557815,-0.058929362,6348.0299521 +441,-3.00496892,-0.23989155,306,0.521557815,-0.058929362,10523.200269 +442,0.21751974,0.766874888,306,0.521557815,-0.058929362,3445.186627 +443,0.117229532,0.007619006,306,0.521557815,-0.058929362,1622.2720032 +444,0.777758451,0.420554741,306,0.521557815,-0.058929362,2140.6342753 +445,-0.252356999,0.250747086,306,0.521557815,-0.058929362,3276.2224131 +446,0.363148444,0.768483434,306,0.521557815,-0.058929362,3325.4649351 +447,0.903191366,-0.118210676,306,0.521557815,-0.058929362,1523.6291292 +448,-0.205755923,0.149406178,306,0.521557815,-0.058929362,2988.6971436 +449,1.811996086,0.02364353,306,0.521557815,-0.058929362,5119.4608819 +450,-1.100670221,0.314845373,306,0.521557815,-0.058929362,6487.6499514 +451,0.340078597,0.850105132,306,0.521557815,-0.058929362,3654.7171404 +452,0.258757267,0.804969236,306,0.521557815,-0.058929362,3544.0663309 +453,2.78505352,-0.155160804,306,0.521557815,-0.058929362,8874.5918345 +454,0.800551619,0.105822106,306,0.521557815,-0.058929362,1282.048871 +455,0.437940882,-0.506194031,306,0.521557815,-0.058929362,1799.3499396 +456,2.230431122,0.63458615,306,0.521557815,-0.058929362,6800.5674106 +457,0.527965361,0.127667701,306,0.521557815,-0.058929362,739.5448227 +458,-0.063643205,0.702093448,306,0.521557815,-0.058929362,3686.3318825 +459,1.408447268,0.133010502,306,0.521557815,-0.058929362,3586.4070425 +460,0.523795955,0.280266966,306,0.521557815,-0.058929362,1343.5852584 +461,-0.975769313,0.072177659,306,0.521557815,-0.058929362,5949.0423624 +462,0.549774164,-0.463663986,306,0.521557815,-0.058929362,1606.725175 +463,0.29245874,1.095549818,306,0.521557815,-0.058929362,4624.4330871 +464,0.143625958,0.816809593,306,0.521557815,-0.058929362,3711.4745172 +465,0.671902494,0.611159853,306,0.521557815,-0.058929362,2712.5040543 +466,1.239840988,0.6724199,306,0.521557815,-0.058929362,3908.8792593 +467,0.607829703,-0.10932137,306,0.521557815,-0.058929362,394.67173868 +468,1.763020906,0.263996692,306,0.521557815,-0.058929362,5030.4015932 +469,0.378714634,0.726066797,306,0.521557815,-0.058929362,3151.7497192 +470,2.196736143,-0.153862366,306,0.521557815,-0.058929362,6593.8415771 +471,0.01702415,0.148991565,306,0.521557815,-0.058929362,2156.2283605 +472,-2.998490902,-0.158002487,306,0.521557815,-0.058929362,10720.168343 +473,-3.051262951,-0.346595608,306,0.521557815,-0.058929362,10121.144326 +474,-1.069176439,0.182802941,306,0.521557815,-0.058929362,6341.8688172 +475,0.167157509,0.595344954,306,0.521557815,-0.058929362,2909.5928142 +476,0.613855648,0.681746124,306,0.521557815,-0.058929362,2953.1308535 +477,1.037012736,0.682555367,306,0.521557815,-0.058929362,3487.3836462 +478,-1.253574971,0.379755746,306,0.521557815,-0.058929362,7059.8333693 +479,3.108590453,-0.132620738,306,0.521557815,-0.058929362,10124.543344 +480,0.565301296,0.022333262,306,0.521557815,-0.058929362,365.51707163 +481,0.547898238,0.855555614,306,0.521557815,-0.058929362,3623.410268 +482,0.948309381,0.417393755,306,0.521557815,-0.058929362,2503.3771819 +483,-0.050600732,0.945269213,306,0.521557815,-0.058929362,4401.0829599 +484,-0.977651478,-0.572363064,306,0.521557815,-0.058929362,5857.3111246 +485,1.102014914,0.728861163,306,0.521557815,-0.058929362,3754.3377584 +486,2.927300795,-0.282939414,306,0.521557815,-0.058929362,9260.7328138 +487,-1.154565557,0.124434095,306,0.521557815,-0.058929362,6664.289281 +488,1.855331234,0.291044755,306,0.521557815,-0.058929362,5393.4176749 +489,0.830290659,0.276904518,306,0.521557815,-0.058929362,1797.9761644 +490,0.485104466,-0.234867441,306,0.521557815,-0.058929362,711.33874617 +491,0.521367572,-0.33161327,306,0.521557815,-0.058929362,1080.1012108 +1,-1.539031704,0.7349710123,307,-0.097005111,0.13317729,5491.0962675 +2,-1.536990553,0.7349663874,307,-0.097005111,0.13317729,5485.0991123 +3,-1.534951779,0.7349571355,307,-0.097005111,0.13317729,5479.1089904 +4,-1.532906461,0.7349480293,307,-0.097005111,0.13317729,5473.0994479 +5,-1.531320211,0.7346937278,307,-0.097005111,0.13317729,5468.4466997 +6,-1.539451648,0.7335131775,307,-0.097005111,0.13317729,5492.4098445 +7,-1.537429487,0.7335445708,307,-0.097005111,0.13317729,5486.4589229 +8,-1.535484998,0.7335658704,307,-0.097005111,0.13317729,5480.7371992 +9,-1.533488396,0.7336036027,307,-0.097005111,0.13317729,5474.8616441 +10,-1.531497785,0.7335842962,307,-0.097005111,0.13317729,5469.005984 +11,-1.530259379,0.7334777758,307,-0.097005111,0.13317729,5465.3658201 +12,-1.5335454,0.7322346912,307,-0.097005111,0.13317729,5475.084152 +13,-1.531489083,0.7322238773,307,-0.097005111,0.13317729,5469.0274634 +14,-1.530011122,0.7321679851,307,-0.097005111,0.13317729,5464.6756529 +15,-1.53348106,0.7306614094,307,-0.097005111,0.13317729,5474.9591004 +16,-1.531441779,0.7306962275,307,-0.097005111,0.13317729,5468.9424795 +17,-1.529755654,0.7306933243,307,-0.097005111,0.13317729,5463.9690295 +18,-1.533415048,0.7291384674,307,-0.097005111,0.13317729,5474.8283049 +19,-1.531392093,0.7291705353,307,-0.097005111,0.13317729,5468.8517874 +20,-1.529296523,0.7291214933,307,-0.097005111,0.13317729,5462.6636259 +21,-1.535280942,0.727267644,307,-0.097005111,0.13317729,5480.4297352 +22,-1.533378158,0.7276139666,307,-0.097005111,0.13317729,5474.784935 +23,-1.531340368,0.7276446587,307,-0.097005111,0.13317729,5468.7564458 +24,-1.528960113,0.7276398177,307,-0.097005111,0.13317729,5461.7164421 +25,-1.533313146,0.7260818349,307,-0.097005111,0.13317729,5474.66008 +26,-1.531259555,0.7260958115,307,-0.097005111,0.13317729,5468.5772105 +27,-1.528926415,0.7260865555,307,-0.097005111,0.13317729,5461.6672178 +28,-1.531226779,0.7245511789,307,-0.097005111,0.13317729,5468.5414514 +29,-1.528904772,0.7245519194,307,-0.097005111,0.13317729,5461.6546932 +30,-1.547195875,0.7409785979,307,-0.097005111,0.13317729,5514.6478234 +31,-1.5451475,0.740980426,307,-0.097005111,0.13317729,5508.6622853 +32,-1.543097679,0.7409798872,307,-0.097005111,0.13317729,5502.6725478 +33,-1.540720364,0.7409892687,307,-0.097005111,0.13317729,5495.7251523 +34,-1.547188511,0.7395198392,307,-0.097005111,0.13317729,5514.7296441 +35,-1.545148587,0.7395226109,307,-0.097005111,0.13317729,5508.7608137 +36,-1.543104538,0.7395314908,307,-0.097005111,0.13317729,5502.7794408 +37,-1.540727751,0.7395306258,307,-0.097005111,0.13317729,5495.8249655 +38,-1.547187029,0.7380014886,307,-0.097005111,0.13317729,5514.8344787 +39,-1.545147315,0.7380012252,307,-0.097005111,0.13317729,5508.8582335 +40,-1.54310719,0.7380060743,307,-0.097005111,0.13317729,5502.8803279 +41,-1.540719671,0.7380068206,307,-0.097005111,0.13317729,5495.8846774 +42,-1.547187189,0.7364799098,307,-0.097005111,0.13317729,5514.9460007 +43,-1.545149996,0.7364853874,307,-0.097005111,0.13317729,5508.9685277 +44,-1.543106091,0.7364823484,307,-0.097005111,0.13317729,5502.9718148 +45,-1.540717158,0.7364893901,307,-0.097005111,0.13317729,5495.9620033 +46,-1.538663972,0.7410138672,307,-0.097005111,0.13317729,5489.7148069 +47,-1.53695285,0.7409699132,307,-0.097005111,0.13317729,5484.7165022 +48,-1.534910498,0.7409641297,307,-0.097005111,0.13317729,5478.7482931 +49,-1.533145034,0.7409536636,307,-0.097005111,0.13317729,5473.5892764 +50,-1.538681336,0.7395405883,307,-0.097005111,0.13317729,5489.8365047 +51,-1.536999189,0.7395183096,307,-0.097005111,0.13317729,5484.9153621 +52,-1.534923633,0.7395144222,307,-0.097005111,0.13317729,5478.8420218 +53,-1.533267822,0.7395654306,307,-0.097005111,0.13317729,5473.9949619 +54,-1.53867273,0.7380151077,307,-0.097005111,0.13317729,5489.8864529 +55,-1.536980576,0.7379994392,307,-0.097005111,0.13317729,5484.9288849 +56,-1.534931522,0.7379944961,307,-0.097005111,0.13317729,5478.9248587 +57,-1.533387952,0.7379480264,307,-0.097005111,0.13317729,5474.4034137 +58,-1.538682279,0.7364914363,307,-0.097005111,0.13317729,5489.9912324 +59,-1.536980704,0.7364810563,307,-0.097005111,0.13317729,5484.998945 +60,-1.534935567,0.7364752065,307,-0.097005111,0.13317729,5478.9981922 +61,-1.533042592,0.7363876366,307,-0.097005111,0.13317729,5473.4467333 +62,-1.545143426,0.7349628011,307,-0.097005111,0.13317729,5509.0537877 +63,-1.543105297,0.7349691947,307,-0.097005111,0.13317729,5503.065204 +64,-1.541064533,0.7349647152,307,-0.097005111,0.13317729,5497.069447 +65,-1.545411803,0.7334624714,307,-0.097005111,0.13317729,5509.9479958 +66,-1.543446606,0.7334780896,307,-0.097005111,0.13317729,5504.1652931 +67,-1.541475327,0.7334957295,307,-0.097005111,0.13317729,5498.3646136 +68,-1.545401939,0.731963266,307,-0.097005111,0.13317729,5510.0261833 +69,-1.54342253,0.7319915583,307,-0.097005111,0.13317729,5504.1929719 +70,-1.541455867,0.7320216438,307,-0.097005111,0.13317729,5498.3973632 +71,-1.545410146,0.7304422281,307,-0.097005111,0.13317729,5510.1608151 +72,-1.543435491,0.7304713664,307,-0.097005111,0.13317729,5504.3336047 +73,-1.541463105,0.7304997613,307,-0.097005111,0.13317729,5498.5133077 +74,-1.545414768,0.7289194936,307,-0.097005111,0.13317729,5510.2867095 +75,-1.543435774,0.7289538557,307,-0.097005111,0.13317729,5504.4383809 +76,-1.541457714,0.7289765881,307,-0.097005111,0.13317729,5498.5937774 +77,-1.539449415,0.7320555866,307,-0.097005111,0.13317729,5492.4845206 +78,-1.537429183,0.7321097681,307,-0.097005111,0.13317729,5486.5303004 +79,-1.535472649,0.7321497267,307,-0.097005111,0.13317729,5480.7648438 +80,-1.539457899,0.7305333307,307,-0.097005111,0.13317729,5492.5960698 +81,-1.537453161,0.7305750503,307,-0.097005111,0.13317729,5486.6800298 +82,-1.535479385,0.7306124949,307,-0.097005111,0.13317729,5480.8558601 +83,-1.53946905,0.7290102593,307,-0.097005111,0.13317729,5492.7173211 +84,-1.537459922,0.7290417293,307,-0.097005111,0.13317729,5486.7807726 +85,-1.535451349,0.7290890157,307,-0.097005111,0.13317729,5480.845334 +86,-1.535522937,0.7279887191,307,-0.097005111,0.13317729,5481.1102059 +87,-1.539442524,0.7274735939,307,-0.097005111,0.13317729,5492.7297378 +88,-1.537424111,0.727521351,307,-0.097005111,0.13317729,5486.7566921 +89,-1.539384641,0.7259505092,307,-0.097005111,0.13317729,5492.6499798 +90,-1.537372391,0.7259947145,307,-0.097005111,0.13317729,5486.6872678 +91,-1.535340789,0.7260435356,307,-0.097005111,0.13317729,5480.6673651 +92,-1.539325716,0.7244369706,307,-0.097005111,0.13317729,5492.5677901 +93,-1.537308932,0.7244801057,307,-0.097005111,0.13317729,5486.5836714 +94,-1.535289068,0.7245247645,307,-0.097005111,0.13317729,5480.5906828 +95,-1.533261366,0.7245550236,307,-0.097005111,0.13317729,5474.5754735 +96,-1.539267302,0.722921924,307,-0.097005111,0.13317729,5492.4884368 +97,-1.537248972,0.7229660258,307,-0.097005111,0.13317729,5486.4916388 +98,-1.535219431,0.7229916471,307,-0.097005111,0.13317729,5480.4628526 +99,-1.53318962,0.7230212049,307,-0.097005111,0.13317729,5474.4332512 +100,-1.531154816,0.7230299897,307,-0.097005111,0.13317729,5468.3898974 +101,-1.528878341,0.7230370244,307,-0.097005111,0.13317729,5461.6288895 +102,-1.539218189,0.7214009878,307,-0.097005111,0.13317729,5492.4383497 +103,-1.537198791,0.7214422745,307,-0.097005111,0.13317729,5486.4304779 +104,-1.535179266,0.7214634354,307,-0.097005111,0.13317729,5480.4236141 +105,-1.533156501,0.7214944644,307,-0.097005111,0.13317729,5474.4067644 +106,-1.53113574,0.7215166021,307,-0.097005111,0.13317729,5468.3964804 +107,-1.528874248,0.7215345535,307,-0.097005111,0.13317729,5461.6706215 +108,-1.539217656,0.7198512397,307,-0.097005111,0.13317729,5492.5361014 +109,-1.537199919,0.7199428763,307,-0.097005111,0.13317729,5486.5219884 +110,-1.545425832,0.727397149,307,-0.097005111,0.13317729,5510.4333388 +111,-1.543371177,0.7273916949,307,-0.097005111,0.13317729,5504.3560438 +112,-1.541368852,0.7274523163,307,-0.097005111,0.13317729,5498.4290698 +113,-1.545349067,0.7258710923,307,-0.097005111,0.13317729,5510.3218557 +114,-1.54332671,0.7258603556,307,-0.097005111,0.13317729,5504.3323871 +115,-1.541346831,0.7259242142,307,-0.097005111,0.13317729,5498.4635819 +116,-1.545324355,0.7243383958,307,-0.097005111,0.13317729,5510.3663369 +117,-1.543292796,0.7243617413,307,-0.097005111,0.13317729,5504.3390193 +118,-1.541295822,0.7244024384,307,-0.097005111,0.13317729,5498.4132246 +119,-1.543193859,0.7205570215,307,-0.097005111,0.13317729,5504.3237833 +120,-1.550257047,0.7386738187,307,-0.097005111,0.13317729,5523.7751721 +121,-1.549335448,0.7311736483,307,-0.097005111,0.13317729,5521.6791403 +122,-1.533478843,0.7179891343,307,-0.097005111,0.13317729,5475.5399563 +123,-1.556150555,0.738907041,307,-0.097005111,0.13317729,5541.0083957 +124,-1.554324226,0.733414257,307,-0.097005111,0.13317729,5536.1713474 +125,-1.554290846,0.7288285332,307,-0.097005111,0.13317729,5536.5136485 +126,-1.55122487,0.7219795312,307,-0.097005111,0.13317729,5528.0871477 +127,-1.525104458,0.7229399862,307,-0.097005111,0.13317729,5450.4234246 +128,-1.519607711,0.7236181429,307,-0.097005111,0.13317729,5434.0897594 +129,-1.513899999,0.7251107854,307,-0.097005111,0.13317729,5417.1542855 +130,-1.536620762,0.7431061895,307,-0.097005111,0.13317729,5483.6576889 +131,-1.5369566,0.7460845958,307,-0.097005111,0.13317729,5484.5170307 +132,-1.545345528,0.7447040685,307,-0.097005111,0.13317729,5509.0023753 +133,-1.532813921,0.7432306626,307,-0.097005111,0.13317729,5472.550705 +134,-1.554788248,0.7382381001,307,-0.097005111,0.13317729,5537.0823814 +135,-1.540348126,0.7301594274,307,-0.097005111,0.13317729,5495.2445518 +136,-1.538016084,0.7239051786,307,-0.097005111,0.13317729,5488.7145206 +137,-1.525288962,0.7258085137,307,-0.097005111,0.13317729,5450.9001115 +138,-1.534326986,0.731241342,307,-0.097005111,0.13317729,5477.4290667 +139,-1.530733872,0.7303625216,307,-0.097005111,0.13317729,5466.8658694 +141,-1.534354939,0.7328219978,307,-0.097005111,0.13317729,5477.4437568 +142,-1.53157084,0.7292888153,307,-0.097005111,0.13317729,5469.3752994 +143,-1.525691035,0.7263799874,307,-0.097005111,0.13317729,5452.0772574 +144,-1.534031287,0.7495967835,307,-0.097005111,0.13317729,5475.9027351 +145,-1.527714986,0.7283095957,307,-0.097005111,0.13317729,5458.0145896 +146,-1.526189586,0.7271468292,307,-0.097005111,0.13317729,5453.5340791 +147,-1.555177336,0.7375563366,307,-0.097005111,0.13317729,5538.2858995 +148,-1.555080283,0.7312707794,307,-0.097005111,0.13317729,5538.6040198 +149,-1.53856994,0.7224180299,307,-0.097005111,0.13317729,5490.4480293 +150,-1.530837883,0.729933372,307,-0.097005111,0.13317729,5467.1877783 +151,-1.515066984,0.5854133365,307,-0.097005111,0.13317729,5428.1718855 +152,-1.534731633,0.5368370046,307,-0.097005111,0.13317729,5501.3616832 +153,-1.515231902,0.5607085576,307,-0.097005111,0.13317729,5431.7010946 +154,-2.616253799,1.0684566605,307,-0.097005111,0.13317729,7310.4445723 +155,-1.956071439,0.5792177723,307,-0.097005111,0.13317729,6871.0007688 +156,-1.951208514,0.5602434208,307,-0.097005111,0.13317729,6875.3693985 +157,-1.944675062,0.6062144545,307,-0.097005111,0.13317729,6806.29871 +158,-1.613778386,0.6077989518,307,-0.097005111,0.13317729,5746.4068125 +159,-2.035029014,0.6021432345,307,-0.097005111,0.13317729,7092.6323586 +160,-2.114989471,0.6801825058,307,-0.097005111,0.13317729,7221.5963779 +161,-2.037382079,0.5765830025,307,-0.097005111,0.13317729,7132.0491705 +162,-2.129855121,0.6585019963,307,-0.097005111,0.13317729,7297.433945 +163,-2.075141798,0.6493615843,307,-0.097005111,0.13317729,7151.1622575 +164,-1.828626729,0.6948433129,307,-0.097005111,0.13317729,6368.1206202 +165,-1.863329418,0.6735427691,307,-0.097005111,0.13317729,6490.23415 +166,-1.266037071,0.727988852,307,-0.097005111,0.13317729,4687.851764 +167,-1.277579582,0.7249010648,307,-0.097005111,0.13317729,4719.510566 +168,-1.258418684,0.7241194816,307,-0.097005111,0.13317729,4662.9703082 +169,-1.317813974,0.6804850104,307,-0.097005111,0.13317729,4815.3148172 +170,-1.344165204,0.6790988904,307,-0.097005111,0.13317729,4895.405012 +171,-1.427582102,0.5277120351,307,-0.097005111,0.13317729,5136.5696524 +172,-1.402238616,0.457167829,307,-0.097005111,0.13317729,5048.1003974 +173,-1.422454264,0.4996161999,307,-0.097005111,0.13317729,5118.7154476 +174,-1.439089277,0.4894859811,307,-0.097005111,0.13317729,5176.9762742 +175,-1.448126995,0.5182330266,307,-0.097005111,0.13317729,5207.1550124 +176,-1.474626146,0.5881926574,307,-0.097005111,0.13317729,5294.6219234 +177,-1.421139645,0.5584869783,307,-0.097005111,0.13317729,5115.9672309 +178,-1.457037165,0.565943032,307,-0.097005111,0.13317729,5236.4928658 +179,-2.757159358,0.3745319,307,-0.097005111,0.13317729,9696.8541817 +180,-2.714309238,0.342054471,307,-0.097005111,0.13317729,9664.5564227 +181,-2.000525337,0.774119946,307,-0.097005111,0.13317729,6772.8869122 +183,-1.571413436,0.6777838382,307,-0.097005111,0.13317729,5595.1879792 +184,-1.552860289,0.6987663893,307,-0.097005111,0.13317729,5535.4246617 +185,-1.521852374,0.7165827476,307,-0.097005111,0.13317729,5440.8881763 +186,-1.503656267,0.6928968252,307,-0.097005111,0.13317729,5386.1782213 +187,-1.502753178,0.7136205882,307,-0.097005111,0.13317729,5383.7646298 +188,-1.631894563,0.7343596465,307,-0.097005111,0.13317729,5763.8413411 +189,-1.653765416,0.6770714026,307,-0.097005111,0.13317729,5848.9064669 +190,-1.719812114,0.6715965947,307,-0.097005111,0.13317729,6054.3782671 +191,-1.493406659,0.6646955447,307,-0.097005111,0.13317729,5354.4126012 +192,-1.469120564,0.6613469966,307,-0.097005111,0.13317729,5278.4841002 +193,-1.590551461,0.5326612937,307,-0.097005111,0.13317729,5692.25002 +194,-1.625979264,0.5247742243,307,-0.097005111,0.13317729,5815.6430402 +195,-1.572293943,0.5238808754,307,-0.097005111,0.13317729,5632.4693253 +196,-1.610848725,0.5477107964,307,-0.097005111,0.13317729,5756.1862523 +197,-1.208485554,0.7918526018,307,-0.097005111,0.13317729,4578.0922166 +198,-1.335601374,0.6869083083,307,-0.097005111,0.13317729,4872.4653451 +199,-1.346156996,0.6825213377,307,-0.097005111,0.13317729,4902.8625617 +200,-1.324381037,0.6741422347,307,-0.097005111,0.13317729,4832.5704297 +201,-1.242424992,0.7378949807,307,-0.097005111,0.13317729,4626.6366191 +202,-1.270370057,0.7392461008,307,-0.097005111,0.13317729,4708.0849648 +203,-1.448950472,0.7441675014,307,-0.097005111,0.13317729,5228.2386493 +204,-1.492662363,0.7523026852,307,-0.097005111,0.13317729,5356.1963146 +205,-1.479098966,0.7763855017,307,-0.097005111,0.13317729,5320.1988496 +206,-1.633760714,0.7869022408,307,-0.097005111,0.13317729,5754.0317363 +207,-1.647406434,0.8101289331,307,-0.097005111,0.13317729,5784.8506431 +208,-1.564245052,0.5701509278,307,-0.097005111,0.13317729,5593.7701519 +209,-1.646289963,0.6833746083,307,-0.097005111,0.13317729,5823.6738274 +210,-1.5820631,0.6751952144,307,-0.097005111,0.13317729,5628.5328513 +211,-1.613236298,0.6681681791,307,-0.097005111,0.13317729,5726.7095979 +212,-1.914661867,0.8212566515,307,-0.097005111,0.13317729,6490.7300702 +213,-1.742133237,0.7250275956,307,-0.097005111,0.13317729,6091.3303158 +214,-2.033144872,0.6557314699,307,-0.097005111,0.13317729,7018.298097 +215,-2.039551981,0.6964723658,307,-0.097005111,0.13317729,6983.1521479 +216,-1.247341019,0.7622473908,307,-0.097005111,0.13317729,4659.4628981 +217,-1.298239787,0.7084123392,307,-0.097005111,0.13317729,4770.5870422 +218,-1.308539688,0.6926545592,307,-0.097005111,0.13317729,4793.0624386 +219,-1.303263185,0.6888938396,307,-0.097005111,0.13317729,4775.1577372 +220,-1.852400229,0.6004246149,307,-0.097005111,0.13317729,6519.6162836 +221,-1.288947707,0.7473773692,307,-0.097005111,0.13317729,4766.8955714 +222,-1.372031502,0.7472790993,307,-0.097005111,0.13317729,5006.0538016 +223,-1.289805721,0.7242157877,307,-0.097005111,0.13317729,4754.8909542 +224,-1.350807603,0.7533498126,307,-0.097005111,0.13317729,4947.6479658 +225,-1.329290365,0.7560442322,307,-0.097005111,0.13317729,4887.451913 +226,-1.410153004,0.616936428,307,-0.097005111,0.13317729,5086.1955333 +227,-1.393445434,0.6308995063,307,-0.097005111,0.13317729,5035.1131112 +228,-1.37595573,0.6241540638,307,-0.097005111,0.13317729,4977.5853972 +229,-1.358388707,0.6172645205,307,-0.097005111,0.13317729,4919.3030437 +230,-1.753741133,0.8281661666,307,-0.097005111,0.13317729,6062.2859394 +231,-1.47430987,0.6834615681,307,-0.097005111,0.13317729,5296.0388636 +232,-1.421012508,0.7222725206,307,-0.097005111,0.13317729,5141.2667601 +233,-1.4476833,0.6978557868,307,-0.097005111,0.13317729,5216.3811637 +234,-1.470370723,0.6966193374,307,-0.097005111,0.13317729,5285.0873939 +235,-1.429211703,0.7037216883,307,-0.097005111,0.13317729,5161.5697062 +236,-1.700578405,0.6178673663,307,-0.097005111,0.13317729,6022.0235909 +237,-1.678117619,0.6331716163,307,-0.097005111,0.13317729,5943.1319526 +238,-1.725644578,0.6316331145,307,-0.097005111,0.13317729,6094.5159795 +239,-2.14012759,0.7930497945,307,-0.097005111,0.13317729,7107.836461 +240,-2.103289431,0.7653606263,307,-0.097005111,0.13317729,7058.0513056 +241,-1.318739838,0.7017808746,307,-0.097005111,0.13317729,4828.3723941 +242,-1.396417427,0.7077900843,307,-0.097005111,0.13317729,5063.9282435 +243,-1.35650337,0.7185539404,307,-0.097005111,0.13317729,4948.6908188 +244,-1.248884539,0.7274156818,307,-0.097005111,0.13317729,4637.5221123 +245,-1.395014798,0.5761185243,307,-0.097005111,0.13317729,5030.5382466 +246,-1.433377362,0.6064716109,307,-0.097005111,0.13317729,5160.1782005 +247,-1.408172432,0.5903155476,307,-0.097005111,0.13317729,5075.9392803 +248,-1.749645898,0.7757118084,307,-0.097005111,0.13317729,6082.7457395 +249,-1.571626686,0.615046989,307,-0.097005111,0.13317729,5608.0867819 +250,-1.514070049,0.6303003037,307,-0.097005111,0.13317729,5420.8313707 +251,-1.480890369,0.6237966528,307,-0.097005111,0.13317729,5314.6508959 +252,-1.704390658,0.5281680612,307,-0.097005111,0.13317729,6080.8816848 +253,-1.64434733,0.5254277498,307,-0.097005111,0.13317729,5878.0299246 +254,-1.703855997,0.4792484842,307,-0.097005111,0.13317729,6104.9555976 +255,-1.692002383,0.5748825051,307,-0.097005111,0.13317729,6015.5798056 +256,-1.854136457,0.5544643913,307,-0.097005111,0.13317729,6563.785826 +257,-1.665021206,0.520317736,307,-0.097005111,0.13317729,5950.7592628 +258,-1.733654349,0.4845187345,307,-0.097005111,0.13317729,6205.5533626 +259,-1.720938188,0.5135933906,307,-0.097005111,0.13317729,6145.1226813 +260,-1.742668307,0.553296122,307,-0.097005111,0.13317729,6195.3706531 +261,-1.965659039,0.7142126903,307,-0.097005111,0.13317729,6749.5461146 +262,-1.944438071,0.6772834804,307,-0.097005111,0.13317729,6729.2894937 +263,-1.270340967,0.7681487096,307,-0.097005111,0.13317729,4728.4276208 +264,-1.353091884,0.6549276821,307,-0.097005111,0.13317729,4914.1409967 +265,-1.333236659,0.6413584414,307,-0.097005111,0.13317729,4846.856439 +266,-1.352015998,0.6753788907,307,-0.097005111,0.13317729,4918.0949917 +267,-1.377988483,0.6577816235,307,-0.097005111,0.13317729,4992.9137174 +268,-2.13075611,0.8318642051,307,-0.097005111,0.13317729,7019.3600194 +269,-2.097910953,0.8259670014,307,-0.097005111,0.13317729,6948.9444455 +270,-1.416382069,0.6694271549,307,-0.097005111,0.13317729,5115.3127977 +271,-1.538905672,0.7535625993,307,-0.097005111,0.13317729,5489.8743062 +272,-1.572309477,0.7803125099,307,-0.097005111,0.13317729,5583.1166287 +273,-1.87759879,0.7503853417,307,-0.097005111,0.13317729,6461.437618 +274,1.152365588,0.590457682,307,-0.097005111,0.13317729,4872.8929553 +275,0.350198001,0.718001859,307,-0.097005111,0.13317729,2799.8848187 +276,0.046513677,0.491503852,307,-0.097005111,0.13317729,1517.5560752 +277,0.027510309,0.742571376,307,-0.097005111,0.13317729,2452.6603992 +278,0.306285725,-0.214631579,307,-0.097005111,0.13317729,2102.2734657 +279,-1.100564889,0.318051531,307,-0.097005111,0.13317729,3927.6858556 +280,-1.078582306,0.301437596,307,-0.097005111,0.13317729,3841.7882454 +281,-1.137371989,-0.617634065,307,-0.097005111,0.13317729,4881.891852 +282,0.784356344,0.703272339,307,-0.097005111,0.13317729,3835.1963406 +283,-1.221209947,0.218327455,307,-0.097005111,0.13317729,4387.8313229 +284,2.347301921,-0.449114658,307,-0.097005111,0.13317729,9534.118996 +285,0.246820618,0.830553713,307,-0.097005111,0.13317729,2995.5660056 +286,0.829414965,0.703288228,307,-0.097005111,0.13317729,3962.4988364 +287,-1.337537566,0.42332223,307,-0.097005111,0.13317729,4815.7475323 +288,0.882453706,0.454478077,307,-0.097005111,0.13317729,3892.660909 +289,1.575629659,0.416419109,307,-0.097005111,0.13317729,6374.2302334 +290,-1.039455679,0.229888244,307,-0.097005111,0.13317729,3685.2200737 +291,0.489558039,0.934482747,307,-0.097005111,0.13317729,3686.2610425 +292,0.081344504,0.88384514,307,-0.097005111,0.13317729,3030.8474481 +293,-1.547979814,0.300350308,307,-0.097005111,0.13317729,5615.6756872 +294,0.040776181,0.168560074,307,-0.097005111,0.13317729,557.41931157 +295,-1.130374745,0.563894876,307,-0.097005111,0.13317729,4148.8192321 +296,1.578326642,0.478507176,307,-0.097005111,0.13317729,6343.4044416 +297,-1.12861823,-0.291640865,307,-0.097005111,0.13317729,4376.5188755 +298,0.310524208,0.770885792,307,-0.097005111,0.13317729,2891.1522549 +299,0.415649091,-0.387246002,307,-0.097005111,0.13317729,2864.9793998 +300,-0.926533878,-0.188022748,307,-0.097005111,0.13317729,3508.8601454 +301,1.258856172,-0.11716081,307,-0.097005111,0.13317729,5446.8720748 +302,-1.126050026,0.322941926,307,-0.097005111,0.13317729,4024.2740208 +303,2.002785835,0.07893892,307,-0.097005111,0.13317729,8241.9933799 +304,0.440437607,0.746258085,307,-0.097005111,0.13317729,3064.8869658 +305,-0.030391866,0.214441206,307,-0.097005111,0.13317729,413.65067645 +306,0.521557815,-0.058929362,307,-0.097005111,0.13317729,2560.2654774 +307,-0.097005111,0.13317729,307,-0.097005111,0.13317729,0 +308,1.83113859,0.221857587,307,-0.097005111,0.13317729,7466.1452431 +309,0.222428864,0.099404236,307,-0.097005111,0.13317729,1263.6978015 +310,-1.702731345,0.8728568183,307,-0.097005111,0.13317729,5906.7288679 +311,-0.418507569,0.278324921,307,-0.097005111,0.13317729,1371.4685611 +312,-1.41153306,0.339029988,307,-0.097005111,0.13317729,5093.3264021 +313,0.357560442,0.114788776,307,-0.097005111,0.13317729,1787.9308108 +314,0.325818979,0.268352149,307,-0.097005111,0.13317729,1724.4878349 +315,-1.246004659,-0.663679965,307,-0.097005111,0.13317729,5270.7078097 +316,1.814603087,0.637404484,307,-0.097005111,0.13317729,6967.903522 +317,1.843704281,-0.18300445,307,-0.097005111,0.13317729,7750.9909126 +318,1.690644492,-0.211480909,307,-0.097005111,0.13317729,7167.1465509 +319,-1.275451936,0.068109467,307,-0.097005111,0.13317729,4647.3479397 +320,0.762430171,-0.207594741,307,-0.097005111,0.13317729,3644.10439 +321,0.265668905,-0.014647884,307,-0.097005111,0.13317729,1547.7139989 +322,-2.773032013,-0.335515811,307,-0.097005111,0.13317729,10483.343866 +323,-1.469512853,0.174058777,307,-0.097005111,0.13317729,5362.4200193 +324,0.286276986,0.785925691,307,-0.097005111,0.13317729,2900.913233 +325,-1.379324697,0.377432233,307,-0.097005111,0.13317729,4969.0209531 +326,-1.203778265,0.212813032,307,-0.097005111,0.13317729,4321.3338485 +327,0.579916301,0.611743168,307,-0.097005111,0.13317729,3101.765193 +328,0.267582642,0.868113908,307,-0.097005111,0.13317729,3151.8457617 +329,0.412869244,-0.050245578,307,-0.097005111,0.13317729,2141.9604368 +330,0.17524381,0.976660285,307,-0.097005111,0.13317729,3448.1255964 +331,0.743157214,0.204812899,307,-0.097005111,0.13317729,3289.0337746 +332,-1.070758176,0.269382282,307,-0.097005111,0.13317729,3807.6631521 +333,-1.230364251,0.329790229,307,-0.097005111,0.13317729,4416.2259627 +334,-1.374813124,-0.024926835,307,-0.097005111,0.13317729,5086.0161133 +335,0.519780566,0.463669906,307,-0.097005111,0.13317729,2662.0453686 +336,-1.55108034,0.239698561,307,-0.097005111,0.13317729,5650.9545193 +337,0.180294813,0.029739425,307,-0.097005111,0.13317729,1168.4123613 +338,0.67820924,0.268170153,307,-0.097005111,0.13317729,3050.4532895 +339,0.445798684,1.024001867,307,-0.097005111,0.13317729,3892.8614171 +340,0.691751283,0.150521402,307,-0.097005111,0.13317729,3091.9001932 +341,-1.036643551,-0.903056181,307,-0.097005111,0.13317729,5188.7677622 +342,-0.120287036,1.083325163,307,-0.097005111,0.13317729,3764.1482986 +343,2.823513113,-0.304487164,307,-0.097005111,0.13317729,11353.474704 +344,0.457583172,1.12513373,307,-0.097005111,0.13317729,4225.1937193 +345,0.042918831,0.813795399,307,-0.097005111,0.13317729,2737.5331136 +346,1.196146777,-0.853142756,307,-0.097005111,0.13317729,5910.1949562 +347,0.206001358,-0.010430701,307,-0.097005111,0.13317729,1325.1829566 +348,-0.268308653,0.234799412,307,-0.097005111,0.13317729,778.82213427 +349,0.759363263,0.736189579,307,-0.097005111,0.13317729,3817.7475907 +350,0.181363926,0.891988372,307,-0.097005111,0.13317729,3141.141161 +351,-0.021111158,0.139103292,307,-0.097005111,0.13317729,298.75618052 +352,-0.093355215,0.630686981,307,-0.097005111,0.13317729,1970.6801389 +353,0.40118964,0.681375926,307,-0.097005111,0.13317729,2803.0152525 +354,-0.721197315,1.304706234,307,-0.097005111,0.13317729,4849.4820544 +355,-1.076150317,0.212107639,307,-0.097005111,0.13317729,3827.4606812 +356,-1.577164531,0.273993443,307,-0.097005111,0.13317729,5736.3045163 +357,-0.190788414,0.182208586,307,-0.097005111,0.13317729,415.06413148 +358,-0.261349752,0.209710184,307,-0.097005111,0.13317729,709.28041537 +359,-1.029303852,0.083549259,307,-0.097005111,0.13317729,3674.339301 +360,-1.268609162,0.330525297,307,-0.097005111,0.13317729,4559.5451864 +361,1.282982244,-0.926641967,307,-0.097005111,0.13317729,6195.3559235 +362,0.217352334,0.731352408,307,-0.097005111,0.13317729,2612.8220178 +363,-1.511833084,0.258629297,307,-0.097005111,0.13317729,5493.7550207 +364,0.338812194,0.823184618,307,-0.097005111,0.13317729,3104.5436076 +365,-0.324406489,1.134201999,307,-0.097005111,0.13317729,4015.6103108 +366,1.389579348,0.399185724,307,-0.097005111,0.13317729,5711.8363446 +367,2.047152199,-0.039082036,307,-0.097005111,0.13317729,8492.8850884 +368,0.947780369,0.568250077,307,-0.097005111,0.13317729,4189.4784371 +369,0.763824846,0.576754987,307,-0.097005111,0.13317729,3603.5382226 +370,-0.142334657,0.928153068,307,-0.097005111,0.13317729,3152.2833472 +371,0.610266567,0.547265983,307,-0.097005111,0.13317729,3080.8239575 +372,0.210731629,0.746815056,307,-0.097005111,0.13317729,2656.6317458 +373,-1.34931644,0.316895224,307,-0.097005111,0.13317729,4863.4442716 +374,2.407696481,0.655030745,307,-0.097005111,0.13317729,8533.5052234 +375,0.64207831,0.545359131,307,-0.097005111,0.13317729,3177.3406412 +376,1.174597538,0.840588356,307,-0.097005111,0.13317729,5040.7826582 +377,0.660059424,0.010604079,307,-0.097005111,0.13317729,3027.8532907 +378,-0.730263819,0.010486456,307,-0.097005111,0.13317729,2546.8355176 +379,0.831068936,0.512339172,307,-0.097005111,0.13317729,3757.0994316 +380,1.301180979,0.72367476,307,-0.097005111,0.13317729,5361.615873 +381,1.811128231,0.322854402,307,-0.097005111,0.13317729,7300.5839889 +382,0.435105812,0.992284428,307,-0.097005111,0.13317729,3779.9602131 +383,0.62643634,0.592027932,307,-0.097005111,0.13317729,3202.5916669 +384,0.492988703,-0.516339467,307,-0.097005111,0.13317729,3415.7328181 +385,-0.162469483,0.112549365,307,-0.097005111,0.13317729,270.00392261 +386,0.314630866,0.472006421,307,-0.097005111,0.13317729,2047.0476132 +387,0.166744804,0.822815954,307,-0.097005111,0.13317729,2873.7294554 +388,0.417159608,0.965805736,307,-0.097005111,0.13317729,3672.7824871 +389,0.106334961,0.868774244,307,-0.097005111,0.13317729,2990.7152527 +390,0.815086969,-0.338144359,307,-0.097005111,0.13317729,4017.3899964 +391,0.59867455,-0.230624824,307,-0.097005111,0.13317729,3092.8944395 +392,1.915104874,0.066220985,307,-0.097005111,0.13317729,7911.0470738 +393,1.278093622,0.064463721,307,-0.097005111,0.13317729,5420.7774966 +394,-0.061477853,0.302997961,307,-0.097005111,0.13317729,686.50922515 +395,0.251311504,0.626976942,307,-0.097005111,0.13317729,2327.0159812 +396,2.950242872,0.149095644,307,-0.097005111,0.13317729,11265.365018 +397,-0.180294708,0.35375117,307,-0.097005111,0.13317729,930.24651873 +398,1.010448592,-0.351180233,307,-0.097005111,0.13317729,4719.5260213 +399,-1.748740498,0.3686318073,307,-0.097005111,0.13317729,6328.5043352 +400,2.699635665,0.123533791,307,-0.097005111,0.13317729,10743.688424 +401,0.496808033,0.823843254,307,-0.097005111,0.13317729,3390.1816835 +402,0.129574704,0.763364087,307,-0.097005111,0.13317729,2616.7037912 +403,1.798920311,0.817447563,307,-0.097005111,0.13317729,6697.3161014 +404,0.335987953,0.746786541,307,-0.097005111,0.13317729,2860.0646091 +405,-1.085413643,0.292154671,307,-0.097005111,0.13317729,3866.1621786 +406,-0.155321003,0.508207011,307,-0.097005111,0.13317729,1501.3288468 +407,0.620529244,-0.301175104,307,-0.097005111,0.13317729,3293.6384174 +408,1.684402744,0.368716966,307,-0.097005111,0.13317729,6799.9931486 +409,0.300582244,-0.386397212,307,-0.097005111,0.13317729,2572.4550835 +410,2.913555946,-0.009225192,307,-0.097005111,0.13317729,11730.602661 +411,1.465101417,0.493232532,307,-0.097005111,0.13317729,5942.6161149 +412,0.090612882,0.907955955,307,-0.097005111,0.13317729,3129.0368475 +413,2.987564726,-0.729568594,307,-0.097005111,0.13317729,10073.086615 +414,-1.484261606,0.224149272,307,-0.097005111,0.13317729,5400.5419516 +415,0.164073421,0.303955133,307,-0.097005111,0.13317729,1213.9242482 +416,0.141441293,0.167552546,307,-0.097005111,0.13317729,943.60546969 +417,2.931321023,-0.506718887,307,-0.097005111,0.13317729,10905.099457 +418,2.21951565,0.700596356,307,-0.097005111,0.13317729,7975.9490283 +419,0.268112576,1.199114336,307,-0.097005111,0.13317729,4328.7820899 +420,0.978913739,0.359223811,307,-0.097005111,0.13317729,4205.5572774 +421,1.210898818,0.522863584,307,-0.097005111,0.13317729,5058.6967051 +422,2.347397336,0.129231362,307,-0.097005111,0.13317729,9500.6487466 +423,0.614394501,0.556878345,307,-0.097005111,0.13317729,3108.7985826 +424,-1.398079356,0.148483366,307,-0.097005111,0.13317729,5094.341882 +425,2.535303836,-0.112984496,307,-0.097005111,0.13317729,10440.609192 +426,-1.019372593,-0.405322349,307,-0.097005111,0.13317729,4158.3331468 +427,-1.297785627,-0.160104069,307,-0.097005111,0.13317729,4878.5942759 +428,2.144554488,0.205051084,307,-0.097005111,0.13317729,8653.9534392 +429,-2.242387083,-0.426171285,307,-0.097005111,0.13317729,8506.8161088 +430,0.338637212,0.909723676,307,-0.097005111,0.13317729,3385.1708084 +431,-0.148798452,0.691042401,307,-0.097005111,0.13317729,2217.3551918 +432,0.893524764,0.441829531,307,-0.097005111,0.13317729,3924.7132989 +433,0.969229347,-0.368847936,307,-0.097005111,0.13317729,4596.0385325 +434,0.436043248,0.800045688,307,-0.097005111,0.13317729,3205.8672491 +435,1.687946607,1.081504775,307,-0.097005111,0.13317729,6149.8189451 +436,0.522302046,-0.034889271,307,-0.097005111,0.13317729,2536.0237099 +437,-0.178996113,-0.438090009,307,-0.097005111,0.13317729,2284.7833179 +438,-1.094339566,0.301444068,307,-0.097005111,0.13317729,3901.3369434 +439,-1.064070054,0.242569932,307,-0.097005111,0.13317729,3780.3121544 +440,-1.068153768,0.230387998,307,-0.097005111,0.13317729,3795.8983361 +441,-3.00496892,-0.23989155,307,-0.097005111,0.13317729,11441.556041 +442,0.21751974,0.766874888,307,-0.097005111,0.13317729,2735.6676498 +443,0.117229532,0.007619006,307,-0.097005111,0.13317729,981.27694468 +444,0.777758451,0.420554741,307,-0.097005111,0.13317729,3500.1253692 +445,-0.252356999,0.250747086,307,-0.097005111,0.13317729,762.39577774 +446,0.363148444,0.768483434,307,-0.097005111,0.13317729,2976.0939602 +447,0.903191366,-0.118210676,307,-0.097005111,0.13317729,4074.5646202 +448,-0.205755923,0.149406178,307,-0.097005111,0.13317729,431.27786962 +449,1.811996086,0.02364353,307,-0.097005111,0.13317729,7535.6799424 +450,-1.100670221,0.314845373,307,-0.097005111,0.13317729,3927.4822032 +451,0.340078597,0.850105132,307,-0.097005111,0.13317729,3192.8427175 +452,0.258757267,0.804969236,307,-0.097005111,0.13317729,2923.9647497 +453,2.78505352,-0.155160804,307,-0.097005111,0.13317729,11422.860355 +454,0.800551619,0.105822106,307,-0.097005111,0.13317729,3529.5857318 +455,0.437940882,-0.506194031,307,-0.097005111,0.13317729,3252.6368056 +456,2.230431122,0.63458615,307,-0.097005111,0.13317729,8156.5063122 +457,0.527965361,0.127667701,307,-0.097005111,0.13317729,2453.8748397 +458,-0.063643205,0.702093448,307,-0.097005111,0.13317729,2256.5711151 +459,1.408447268,0.133010502,307,-0.097005111,0.13317729,5897.7220359 +460,0.523795955,0.280266966,307,-0.097005111,0.13317729,2472.1057451 +461,-0.975769313,0.072177659,307,-0.097005111,0.13317729,3469.0482871 +462,0.549774164,-0.463663986,307,-0.097005111,0.13317729,3429.2434883 +463,0.29245874,1.095549818,307,-0.097005111,0.13317729,3973.646203 +464,0.143625958,0.816809593,307,-0.097005111,0.13317729,2828.2363966 +465,0.671902494,0.611159853,307,-0.097005111,0.13317729,3369.0749928 +466,1.239840988,0.6724199,307,-0.097005111,0.13317729,5169.9952933 +467,0.607829703,-0.10932137,307,-0.097005111,0.13317729,2945.7325948 +468,1.763020906,0.263996692,307,-0.097005111,0.13317729,7174.7796721 +469,0.378714634,0.726066797,307,-0.097005111,0.13317729,2880.47584 +470,2.196736143,-0.153862366,307,-0.097005111,0.13317729,9121.2811662 +471,0.01702415,0.148991565,307,-0.097005111,0.13317729,451.53845698 +472,-2.998490902,-0.158002487,307,-0.097005111,0.13317729,11497.796369 +473,-3.051262951,-0.346595608,307,-0.097005111,0.13317729,11334.014645 +474,-1.069176439,0.182802941,307,-0.097005111,0.13317729,3803.3838936 +475,0.167157509,0.595344954,307,-0.097005111,0.13317729,2069.2448421 +476,0.613855648,0.681746124,307,-0.097005111,0.13317729,3330.3631324 +477,1.037012736,0.682555367,307,-0.097005111,0.13317729,4552.4888433 +478,-1.253574971,0.379755746,307,-0.097005111,0.13317729,4506.2723894 +479,3.108590453,-0.132620738,307,-0.097005111,0.13317729,12192.559581 +480,0.565301296,0.022333262,307,-0.097005111,0.13317729,2650.4117254 +481,0.547898238,0.855555614,307,-0.097005111,0.13317729,3574.6012687 +482,0.948309381,0.417393755,307,-0.097005111,0.13317729,4109.735981 +483,-0.050600732,0.945269213,307,-0.097005111,0.13317729,3220.1044738 +484,-0.977651478,-0.572363064,307,-0.097005111,0.13317729,4335.1500211 +485,1.102014914,0.728861163,307,-0.097005111,0.13317729,4775.8878863 +486,2.927300795,-0.282939414,307,-0.097005111,0.13317729,11696.810165 +487,-1.154565557,0.124434095,307,-0.097005111,0.13317729,4150.8373114 +488,1.855331234,0.291044755,307,-0.097005111,0.13317729,7493.0460092 +489,0.830290659,0.276904518,307,-0.097005111,0.13317729,3631.5936764 +490,0.485104466,-0.234867441,307,-0.097005111,0.13317729,2714.1721748 +491,0.521367572,-0.33161327,307,-0.097005111,0.13317729,3035.9078154 +1,-1.539031704,0.7349710123,308,1.83113859,0.221857587,8563.3549725 +2,-1.536990553,0.7349663874,308,1.83113859,0.221857587,8564.9625423 +3,-1.534951779,0.7349571355,308,1.83113859,0.221857587,8566.5724006 +4,-1.532906461,0.7349480293,308,1.83113859,0.221857587,8568.1731553 +5,-1.531320211,0.7346937278,308,1.83113859,0.221857587,8570.3514799 +6,-1.539451648,0.7335131775,308,1.83113859,0.221857587,8568.591351 +7,-1.537429487,0.7335445708,308,1.83113859,0.221857587,8570.0529478 +8,-1.535484998,0.7335658704,308,1.83113859,0.221857587,8571.4796228 +9,-1.533488396,0.7336036027,308,1.83113859,0.221857587,8572.8708921 +10,-1.531497785,0.7335842962,308,1.83113859,0.221857587,8574.4626491 +11,-1.530259379,0.7334777758,308,1.83113859,0.221857587,8575.8082144 +12,-1.5335454,0.7322346912,308,1.83113859,0.221857587,8578.0623363 +13,-1.531489083,0.7322238773,308,1.83113859,0.221857587,8579.6751934 +14,-1.530011122,0.7321679851,308,1.83113859,0.221857587,8581.0100884 +15,-1.53348106,0.7306614094,308,1.83113859,0.221857587,8584.1280885 +16,-1.531441779,0.7306962275,308,1.83113859,0.221857587,8585.556755 +17,-1.529755654,0.7306933243,308,1.83113859,0.221857587,8586.8488635 +18,-1.533415048,0.7291384674,308,1.83113859,0.221857587,8590.0024183 +19,-1.531392093,0.7291705353,308,1.83113859,0.221857587,8591.4323896 +20,-1.529296523,0.7291214933,308,1.83113859,0.221857587,8593.2142279 +21,-1.535280942,0.727267644,308,1.83113859,0.221857587,8595.7073714 +22,-1.533378158,0.7276139666,308,1.83113859,0.221857587,8595.8600113 +23,-1.531340368,0.7276446587,308,1.83113859,0.221857587,8597.3100428 +24,-1.528960113,0.7276398177,308,1.83113859,0.221857587,8599.1419711 +25,-1.533313146,0.7260818349,308,1.83113859,0.221857587,8601.7682526 +26,-1.531259555,0.7260958115,308,1.83113859,0.221857587,8603.2976545 +27,-1.528926415,0.7260865555,308,1.83113859,0.221857587,8605.1144223 +28,-1.531226779,0.7245511789,308,1.83113859,0.221857587,8609.2320396 +29,-1.528904772,0.7245519194,308,1.83113859,0.221857587,8611.0060771 +30,-1.547195875,0.7409785979,308,1.83113859,0.221857587,8533.9796011 +31,-1.5451475,0.740980426,308,1.83113859,0.221857587,8535.6072452 +32,-1.543097679,0.7409798872,308,1.83113859,0.221857587,8537.2315437 +33,-1.540720364,0.7409892687,308,1.83113859,0.221857587,8539.0602006 +34,-1.547188511,0.7395198392,308,1.83113859,0.221857587,8539.5420113 +35,-1.545148587,0.7395226109,308,1.83113859,0.221857587,8541.1629799 +36,-1.543104538,0.7395314908,308,1.83113859,0.221857587,8542.7504755 +37,-1.540727751,0.7395306258,308,1.83113859,0.221857587,8544.6220802 +38,-1.547187029,0.7380014886,308,1.83113859,0.221857587,8545.3262558 +39,-1.545147315,0.7380012252,308,1.83113859,0.221857587,8546.9624575 +40,-1.54310719,0.7380060743,308,1.83113859,0.221857587,8548.5660421 +41,-1.540719671,0.7380068206,308,1.83113859,0.221857587,8550.4443588 +42,-1.547187189,0.7364799098,308,1.83113859,0.221857587,8551.1210177 +43,-1.545149996,0.7364853874,308,1.83113859,0.221857587,8552.7371827 +44,-1.543106091,0.7364823484,308,1.83113859,0.221857587,8554.3776808 +45,-1.540717158,0.7364893901,308,1.83113859,0.221857587,8556.2375252 +46,-1.538663972,0.7410138672,308,1.83113859,0.221857587,8540.5642834 +47,-1.53695285,0.7409699132,308,1.83113859,0.221857587,8542.0515244 +48,-1.534910498,0.7409641297,308,1.83113859,0.221857587,8543.6359867 +49,-1.533145034,0.7409536636,308,1.83113859,0.221857587,8545.0156916 +50,-1.538681336,0.7395405883,308,1.83113859,0.221857587,8546.1780067 +51,-1.536999189,0.7395183096,308,1.83113859,0.221857587,8547.5632114 +52,-1.534923633,0.7395144222,308,1.83113859,0.221857587,8549.1696104 +53,-1.533267822,0.7395654306,308,1.83113859,0.221857587,8550.2341183 +54,-1.53867273,0.7380151077,308,1.83113859,0.221857587,8552.0108169 +55,-1.536980576,0.7379994392,308,1.83113859,0.221857587,8553.3815193 +56,-1.534931522,0.7379944961,308,1.83113859,0.221857587,8554.9753101 +57,-1.533387952,0.7379480264,308,1.83113859,0.221857587,8556.3304436 +58,-1.538682279,0.7364914363,308,1.83113859,0.221857587,8557.8221696 +59,-1.536980704,0.7364810563,308,1.83113859,0.221857587,8559.1831081 +60,-1.534935567,0.7364752065,308,1.83113859,0.221857587,8560.7810789 +61,-1.533042592,0.7363876366,308,1.83113859,0.221857587,8562.5623191 +62,-1.545143426,0.7349628011,308,1.83113859,0.221857587,8558.5445818 +63,-1.543105297,0.7349691947,308,1.83113859,0.221857587,8560.1483185 +64,-1.541064533,0.7349647152,308,1.83113859,0.221857587,8561.7820886 +65,-1.545411803,0.7334624714,308,1.83113859,0.221857587,8564.0455686 +66,-1.543446606,0.7334780896,308,1.83113859,0.221857587,8565.561483 +67,-1.541475327,0.7334957295,308,1.83113859,0.221857587,8567.0618488 +68,-1.545401939,0.731963266,308,1.83113859,0.221857587,8569.7651738 +69,-1.54342253,0.7319915583,308,1.83113859,0.221857587,8571.2477459 +70,-1.541455867,0.7320216438,308,1.83113859,0.221857587,8572.7004358 +71,-1.545410146,0.7304422281,308,1.83113859,0.221857587,8575.5529213 +72,-1.543435491,0.7304713664,308,1.83113859,0.221857587,8577.0322627 +73,-1.541463105,0.7304997613,308,1.83113859,0.221857587,8578.4997379 +74,-1.545414768,0.7289194936,308,1.83113859,0.221857587,8581.3495416 +75,-1.543435774,0.7289538557,308,1.83113859,0.221857587,8582.8162474 +76,-1.541457714,0.7289765881,308,1.83113859,0.221857587,8584.3135575 +77,-1.539449415,0.7320555866,308,1.83113859,0.221857587,8574.1569409 +78,-1.537429183,0.7321097681,308,1.83113859,0.221857587,8575.533564 +79,-1.535472649,0.7321497267,308,1.83113859,0.221857587,8576.901615 +80,-1.539457899,0.7305333307,308,1.83113859,0.221857587,8579.9604857 +81,-1.537453161,0.7305750503,308,1.83113859,0.221857587,8581.3763919 +82,-1.535479385,0.7306124949,308,1.83113859,0.221857587,8582.7712181 +83,-1.53946905,0.7290102593,308,1.83113859,0.221857587,8585.7645567 +84,-1.537459922,0.7290417293,308,1.83113859,0.221857587,8587.2268538 +85,-1.535451349,0.7290890157,308,1.83113859,0.221857587,8588.6148463 +86,-1.535522937,0.7279887191,308,1.83113859,0.221857587,8592.7635166 +87,-1.539442524,0.7274735939,308,1.83113859,0.221857587,8591.6498846 +88,-1.537424111,0.727521351,308,1.83113859,0.221857587,8593.0608872 +89,-1.539384641,0.7259505092,308,1.83113859,0.221857587,8597.5079426 +90,-1.537372391,0.7259947145,308,1.83113859,0.221857587,8598.9310369 +91,-1.535340789,0.7260435356,308,1.83113859,0.221857587,8600.3380115 +92,-1.539325716,0.7244369706,308,1.83113859,0.221857587,8603.330159 +93,-1.537308932,0.7244801057,308,1.83113859,0.221857587,8604.7642656 +94,-1.535289068,0.7245247645,308,1.83113859,0.221857587,8606.1812788 +95,-1.533261366,0.7245550236,308,1.83113859,0.221857587,8607.6456783 +96,-1.539267302,0.722921924,308,1.83113859,0.221857587,8609.1574812 +97,-1.537248972,0.7229660258,308,1.83113859,0.221857587,8610.5924873 +98,-1.535219431,0.7229916471,308,1.83113859,0.221857587,8612.0931519 +99,-1.53318962,0.7230212049,308,1.83113859,0.221857587,8613.5651618 +100,-1.531154816,0.7230299897,308,1.83113859,0.221857587,8615.1066299 +101,-1.528878341,0.7230370244,308,1.83113859,0.221857587,8616.8254701 +102,-1.539218189,0.7214009878,308,1.83113859,0.221857587,8614.9995923 +103,-1.537198791,0.7214422745,308,1.83113859,0.221857587,8616.4496473 +104,-1.535179266,0.7214634354,308,1.83113859,0.221857587,8617.9629166 +105,-1.533156501,0.7214944644,308,1.83113859,0.221857587,8619.4273 +106,-1.53113574,0.7215166021,308,1.83113859,0.221857587,8620.9103501 +107,-1.528874248,0.7215345535,308,1.83113859,0.221857587,8622.5798991 +108,-1.539217656,0.7198512397,308,1.83113859,0.221857587,8620.9124139 +109,-1.537199919,0.7199428763,308,1.83113859,0.221857587,8622.1728039 +110,-1.545425832,0.727397149,308,1.83113859,0.221857587,8587.1389552 +111,-1.543371177,0.7273916949,308,1.83113859,0.221857587,8588.8222274 +112,-1.541368852,0.7274523163,308,1.83113859,0.221857587,8590.1978451 +113,-1.545349067,0.7258710923,308,1.83113859,0.221857587,8593.0135141 +114,-1.54332671,0.7258603556,308,1.83113859,0.221857587,8594.6942403 +115,-1.541346831,0.7259242142,308,1.83113859,0.221857587,8596.0430643 +116,-1.545324355,0.7243383958,308,1.83113859,0.221857587,8598.8706864 +117,-1.543292796,0.7243617413,308,1.83113859,0.221857587,8600.4326975 +118,-1.541295822,0.7244024384,308,1.83113859,0.221857587,8601.8870484 +119,-1.543193859,0.7205570215,308,1.83113859,0.221857587,8615.0105955 +120,-1.550257047,0.7386738187,308,1.83113859,0.221857587,8540.2816605 +121,-1.549335448,0.7311736483,308,1.83113859,0.221857587,8569.5709656 +122,-1.533478843,0.7179891343,308,1.83113859,0.221857587,8632.5730377 +123,-1.556150555,0.738907041,308,1.83113859,0.221857587,8534.5427251 +124,-1.554324226,0.733414257,308,1.83113859,0.221857587,8556.9263945 +125,-1.554290846,0.7288285332,308,1.83113859,0.221857587,8574.3716998 +126,-1.55122487,0.7219795312,308,1.83113859,0.221857587,8602.9632203 +127,-1.525104458,0.7229399862,308,1.83113859,0.221857587,8620.0533238 +128,-1.519607711,0.7236181429,308,1.83113859,0.221857587,8621.5251502 +129,-1.513899999,0.7251107854,308,1.83113859,0.221857587,8619.9052306 +130,-1.536620762,0.7431061895,308,1.83113859,0.221857587,8534.1410586 +131,-1.5369566,0.7460845958,308,1.83113859,0.221857587,8522.499625 +132,-1.545345528,0.7447040685,308,1.83113859,0.221857587,8521.2558354 +133,-1.532813921,0.7432306626,308,1.83113859,0.221857587,8536.5522483 +134,-1.554788248,0.7382381001,308,1.83113859,0.221857587,8538.215482 +135,-1.540348126,0.7301594274,308,1.83113859,0.221857587,8580.6834141 +136,-1.538016084,0.7239051786,308,1.83113859,0.221857587,8606.3998793 +137,-1.525288962,0.7258085137,308,1.83113859,0.221857587,8608.9212126 +138,-1.534326986,0.731241342,308,1.83113859,0.221857587,8581.2590985 +139,-1.530733872,0.7303625216,308,1.83113859,0.221857587,8587.3728656 +141,-1.534354939,0.7328219978,308,1.83113859,0.221857587,8575.1944455 +142,-1.53157084,0.7292888153,308,1.83113859,0.221857587,8590.843214 +143,-1.525691035,0.7263799874,308,1.83113859,0.221857587,8606.4301863 +144,-1.534031287,0.7495967835,308,1.83113859,0.221857587,8511.2766756 +145,-1.527714986,0.7283095957,308,1.83113859,0.221857587,8597.5176622 +146,-1.526189586,0.7271468292,308,1.83113859,0.221857587,8603.1181709 +147,-1.555177336,0.7375563366,308,1.83113859,0.221857587,8540.4823045 +148,-1.555080283,0.7312707794,308,1.83113859,0.221857587,8564.4347632 +149,-1.53856994,0.7224180299,308,1.83113859,0.221857587,8611.6359968 +150,-1.530837883,0.729933372,308,1.83113859,0.221857587,8588.9360925 +151,-1.515066984,0.5854133365,308,1.83113859,0.221857587,9154.265979 +152,-1.534731633,0.5368370046,308,1.83113859,0.221857587,9319.6521571 +153,-1.515231902,0.5607085576,308,1.83113859,0.221857587,9248.2948806 +154,-2.616253799,1.0684566605,308,1.83113859,0.221857587,5945.0364047 +155,-1.956071439,0.5792177723,308,1.83113859,0.221857587,8442.1172471 +156,-1.951208514,0.5602434208,308,1.83113859,0.221857587,8507.4638962 +157,-1.944675062,0.6062144545,308,1.83113859,0.221857587,8389.8540492 +158,-1.613778386,0.6077989518,308,1.83113859,0.221857587,8965.4777062 +159,-2.035029014,0.6021432345,308,1.83113859,0.221857587,8192.9703639 +160,-2.114989471,0.6801825058,308,1.83113859,0.221857587,7798.1608398 +161,-2.037382079,0.5765830025,308,1.83113859,0.221857587,8255.3339178 +162,-2.129855121,0.6585019963,308,1.83113859,0.221857587,7817.5945549 +163,-2.075141798,0.6493615843,308,1.83113859,0.221857587,7971.9958632 +164,-1.828626729,0.6948433129,308,1.83113859,0.221857587,8342.1331761 +165,-1.863329418,0.6735427691,308,1.83113859,0.221857587,8349.2263059 +166,-1.266037071,0.727988852,308,1.83113859,0.221857587,8678.0100355 +167,-1.277579582,0.7249010648,308,1.83113859,0.221857587,8691.8120508 +168,-1.258418684,0.7241194816,308,1.83113859,0.221857587,8692.0052039 +169,-1.317813974,0.6804850104,308,1.83113859,0.221857587,8869.565825 +170,-1.344165204,0.6790988904,308,1.83113859,0.221857587,8872.9812119 +171,-1.427582102,0.5277120351,308,1.83113859,0.221857587,9441.3833333 +172,-1.402238616,0.457167829,308,1.83113859,0.221857587,9731.0750674 +173,-1.422454264,0.4996161999,308,1.83113859,0.221857587,9554.0645654 +174,-1.439089277,0.4894859811,308,1.83113859,0.221857587,9583.3277942 +175,-1.448126995,0.5182330266,308,1.83113859,0.221857587,9465.5547112 +176,-1.474626146,0.5881926574,308,1.83113859,0.221857587,9175.9853278 +177,-1.421139645,0.5584869783,308,1.83113859,0.221857587,9324.5037865 +178,-1.457037165,0.565943032,308,1.83113859,0.221857587,9274.3256938 +179,-2.757159358,0.3745319,308,1.83113859,0.221857587,6348.1823405 +180,-2.714309238,0.342054471,308,1.83113859,0.221857587,6534.7579703 +181,-2.000525337,0.774119946,308,1.83113859,0.221857587,7783.448764 +183,-1.571413436,0.6777838382,308,1.83113859,0.221857587,8751.8718146 +184,-1.552860289,0.6987663893,308,1.83113859,0.221857587,8689.6921601 +185,-1.521852374,0.7165827476,308,1.83113859,0.221857587,8646.8607749 +186,-1.503656267,0.6928968252,308,1.83113859,0.221857587,8751.1674475 +187,-1.502753178,0.7136205882,308,1.83113859,0.221857587,8671.9316139 +188,-1.631894563,0.7343596465,308,1.83113859,0.221857587,8479.2089233 +189,-1.653765416,0.6770714026,308,1.83113859,0.221857587,8663.3852234 +190,-1.719812114,0.6715965947,308,1.83113859,0.221857587,8593.6640056 +191,-1.493406659,0.6646955447,308,1.83113859,0.221857587,8867.1430397 +192,-1.469120564,0.6613469966,308,1.83113859,0.221857587,8896.1614344 +193,-1.590551461,0.5326612937,308,1.83113859,0.221857587,9270.3300904 +194,-1.625979264,0.5247742243,308,1.83113859,0.221857587,9250.8110138 +195,-1.572293943,0.5238808754,308,1.83113859,0.221857587,9325.5563699 +196,-1.610848725,0.5477107964,308,1.83113859,0.221857587,9188.7760874 +197,-1.208485554,0.7918526018,308,1.83113859,0.221857587,8411.9524022 +198,-1.335601374,0.6869083083,308,1.83113859,0.221857587,8843.0293115 +199,-1.346156996,0.6825213377,308,1.83113859,0.221857587,8859.1732649 +200,-1.324381037,0.6741422347,308,1.83113859,0.221857587,8894.4183074 +201,-1.242424992,0.7378949807,308,1.83113859,0.221857587,8634.2006005 +202,-1.270370057,0.7392461008,308,1.83113859,0.221857587,8634.1198415 +203,-1.448950472,0.7441675014,308,1.83113859,0.221857587,8584.4314746 +204,-1.492662363,0.7523026852,308,1.83113859,0.221857587,8529.0139454 +205,-1.479098966,0.7763855017,308,1.83113859,0.221857587,8443.4516807 +206,-1.633760714,0.7869022408,308,1.83113859,0.221857587,8283.2279911 +207,-1.647406434,0.8101289331,308,1.83113859,0.221857587,8183.815555 +208,-1.564245052,0.5701509278,308,1.83113859,0.221857587,9162.8621656 +209,-1.646289963,0.6833746083,308,1.83113859,0.221857587,8649.6332918 +210,-1.5820631,0.6751952144,308,1.83113859,0.221857587,8751.0708183 +211,-1.613236298,0.6681681791,308,1.83113859,0.221857587,8743.9649882 +212,-1.914661867,0.8212566515,308,1.83113859,0.221857587,7791.0583406 +213,-1.742133237,0.7250275956,308,1.83113859,0.221857587,8375.1889879 +214,-2.033144872,0.6557314699,308,1.83113859,0.221857587,8051.8905408 +215,-2.039551981,0.6964723658,308,1.83113859,0.221857587,7925.3241821 +216,-1.247341019,0.7622473908,308,1.83113859,0.221857587,8539.1309335 +217,-1.298239787,0.7084123392,308,1.83113859,0.221857587,8758.7763444 +218,-1.308539688,0.6926545592,308,1.83113859,0.221857587,8821.4590126 +219,-1.303263185,0.6888938396,308,1.83113859,0.221857587,8836.2644806 +220,-1.852400229,0.6004246149,308,1.83113859,0.221857587,8601.2856223 +221,-1.288947707,0.7473773692,308,1.83113859,0.221857587,8603.9139553 +222,-1.372031502,0.7472790993,308,1.83113859,0.221857587,8598.5856022 +223,-1.289805721,0.7242157877,308,1.83113859,0.221857587,8695.6913137 +224,-1.350807603,0.7533498126,308,1.83113859,0.221857587,8578.2810271 +225,-1.329290365,0.7560442322,308,1.83113859,0.221857587,8569.7780905 +226,-1.410153004,0.616936428,308,1.83113859,0.221857587,9100.3952038 +227,-1.393445434,0.6308995063,308,1.83113859,0.221857587,9051.840471 +228,-1.37595573,0.6241540638,308,1.83113859,0.221857587,9083.8240502 +229,-1.358388707,0.6172645205,308,1.83113859,0.221857587,9115.2242954 +230,-1.753741133,0.8281661666,308,1.83113859,0.221857587,7999.2167423 +231,-1.47430987,0.6834615681,308,1.83113859,0.221857587,8807.1174793 +232,-1.421012508,0.7222725206,308,1.83113859,0.221857587,8682.3401016 +233,-1.4476833,0.6978557868,308,1.83113859,0.221857587,8765.9888077 +234,-1.470370723,0.6966193374,308,1.83113859,0.221857587,8758.3913626 +235,-1.429211703,0.7037216883,308,1.83113859,0.221857587,8751.7217554 +236,-1.700578405,0.6178673663,308,1.83113859,0.221857587,8810.2052907 +237,-1.678117619,0.6331716163,308,1.83113859,0.221857587,8788.8923913 +238,-1.725644578,0.6316331145,308,1.83113859,0.221857587,8723.8478413 +239,-2.14012759,0.7930497945,308,1.83113859,0.221857587,7450.9344963 +240,-2.103289431,0.7653606263,308,1.83113859,0.221857587,7601.379671 +241,-1.318739838,0.7017808746,308,1.83113859,0.221857587,8785.1895901 +242,-1.396417427,0.7077900843,308,1.83113859,0.221857587,8748.0042149 +243,-1.35650337,0.7185539404,308,1.83113859,0.221857587,8715.0628118 +244,-1.248884539,0.7274156818,308,1.83113859,0.221857587,8677.0550326 +245,-1.395014798,0.5761185243,308,1.83113859,0.221857587,9266.9258981 +246,-1.433377362,0.6064716109,308,1.83113859,0.221857587,9130.4443187 +247,-1.408172432,0.5903155476,308,1.83113859,0.221857587,9205.7839483 +248,-1.749645898,0.7757118084,308,1.83113859,0.221857587,8188.1154065 +249,-1.571626686,0.615046989,308,1.83113859,0.221857587,8987.0079889 +250,-1.514070049,0.6303003037,308,1.83113859,0.221857587,8983.5701788 +251,-1.480890369,0.6237966528,308,1.83113859,0.221857587,9033.899493 +252,-1.704390658,0.5281680612,308,1.83113859,0.221857587,9114.8680101 +253,-1.64434733,0.5254277498,308,1.83113859,0.221857587,9221.4195725 +254,-1.703855997,0.4792484842,308,1.83113859,0.221857587,9282.2334226 +255,-1.692002383,0.5748825051,308,1.83113859,0.221857587,8973.7039014 +256,-1.854136457,0.5544643913,308,1.83113859,0.221857587,8740.7734059 +257,-1.665021206,0.520317736,308,1.83113859,0.221857587,9207.3855768 +258,-1.733654349,0.4845187345,308,1.83113859,0.221857587,9208.549971 +259,-1.720938188,0.5135933906,308,1.83113859,0.221857587,9135.1809377 +260,-1.742668307,0.553296122,308,1.83113859,0.221857587,8962.4927244 +261,-1.965659039,0.7142126903,308,1.83113859,0.221857587,8027.9741159 +262,-1.944438071,0.6772834804,308,1.83113859,0.221857587,8180.4971372 +263,-1.270340967,0.7681487096,308,1.83113859,0.221857587,8519.7602898 +264,-1.353091884,0.6549276821,308,1.83113859,0.221857587,8967.2801944 +265,-1.333236659,0.6413584414,308,1.83113859,0.221857587,9023.5926425 +266,-1.352015998,0.6753788907,308,1.83113859,0.221857587,8886.5640052 +267,-1.377988483,0.6577816235,308,1.83113859,0.221857587,8950.5597419 +268,-2.13075611,0.8318642051,308,1.83113859,0.221857587,7368.3982645 +269,-2.097910953,0.8259670014,308,1.83113859,0.221857587,7448.8532121 +270,-1.416382069,0.6694271549,308,1.83113859,0.221857587,8891.6848396 +271,-1.538905672,0.7535625993,308,1.83113859,0.221857587,8492.434904 +272,-1.572309477,0.7803125099,308,1.83113859,0.221857587,8364.1261251 +273,-1.87759879,0.7503853417,308,1.83113859,0.221857587,8078.5091936 +274,1.152365588,0.590457682,308,1.83113859,0.221857587,2843.4215484 +275,0.350198001,0.718001859,308,1.83113859,0.221857587,5381.0947258 +276,0.046513677,0.491503852,308,1.83113859,0.221857587,6533.7728474 +277,0.027510309,0.742571376,308,1.83113859,0.221857587,6289.3982355 +278,0.306285725,-0.214631579,308,1.83113859,0.221857587,6234.1738187 +279,-1.100564889,0.318051531,308,1.83113859,0.221857587,10153.404472 +280,-1.078582306,0.301437596,308,1.83113859,0.221857587,10181.291265 +281,-1.137371989,-0.617634065,308,1.83113859,0.221857587,10758.276396 +282,0.784356344,0.703272339,308,1.83113859,0.221857587,4080.8853398 +283,-1.221209947,0.218327455,308,1.83113859,0.221857587,10665.371315 +284,2.347301921,-0.449114658,308,1.83113859,0.221857587,3320.4789636 +285,0.246820618,0.830553713,308,1.83113859,0.221857587,5611.2487165 +286,0.829414965,0.703288228,308,1.83113859,0.221857587,3947.2186133 +287,-1.337537566,0.42332223,308,1.83113859,0.221857587,9886.1435695 +288,0.882453706,0.454478077,308,1.83113859,0.221857587,3636.4423414 +289,1.575629659,0.416419109,308,1.83113859,0.221857587,1230.0396642 +290,-1.039455679,0.229888244,308,1.83113859,0.221857587,10361.935198 +291,0.489558039,0.934482747,308,1.83113859,0.221857587,4978.9132229 +292,0.081344504,0.88384514,308,1.83113859,0.221857587,5984.1684682 +293,-1.547979814,0.300350308,308,1.83113859,0.221857587,10176.235543 +294,0.040776181,0.168560074,308,1.83113859,0.221857587,6908.7990398 +295,-1.130374745,0.563894876,308,1.83113859,0.221857587,9257.5133511 +296,1.578326642,0.478507176,308,1.83113859,0.221857587,1382.3258844 +297,-1.12861823,-0.291640865,308,1.83113859,0.221857587,11694.589203 +298,0.310524208,0.770885792,308,1.83113859,0.221857587,5471.1160592 +299,0.415649091,-0.387246002,308,1.83113859,0.221857587,5997.5236326 +300,-0.926533878,-0.188022748,308,1.83113859,0.221857587,10949.407333 +301,1.258856172,-0.11716081,308,1.83113859,0.221857587,2622.4720811 +302,-1.126050026,0.322941926,308,1.83113859,0.221857587,10168.861223 +303,2.002785835,0.07893892,308,1.83113859,0.221857587,878.3516355 +304,0.440437607,0.746258085,308,1.83113859,0.221857587,5107.3816949 +305,-0.030391866,0.214441206,308,1.83113859,0.221857587,7126.5368329 +306,0.521557815,-0.058929362,308,1.83113859,0.221857587,5267.9157104 +307,-0.097005111,0.13317729,308,1.83113859,0.221857587,7466.1452431 +308,1.83113859,0.221857587,308,1.83113859,0.221857587,0 +309,0.222428864,0.099404236,308,1.83113859,0.221857587,6281.1658217 +310,-1.702731345,0.8728568183,308,1.83113859,0.221857587,7898.2285553 +311,-0.418507569,0.278324921,308,1.83113859,0.221857587,8427.4545025 +312,-1.41153306,0.339029988,308,1.83113859,0.221857587,10187.449424 +313,0.357560442,0.114788776,308,1.83113859,0.221857587,5748.384916 +314,0.325818979,0.268352149,308,1.83113859,0.221857587,5745.9169499 +315,-1.246004659,-0.663679965,308,1.83113859,0.221857587,10679.069099 +316,1.814603087,0.637404484,308,1.83113859,0.221857587,1647.0325115 +317,1.843704281,-0.18300445,308,1.83113859,0.221857587,1604.4198657 +318,1.690644492,-0.211480909,308,1.83113859,0.221857587,1803.0615703 +319,-1.275451936,0.068109467,308,1.83113859,0.221857587,11287.059382 +320,0.762430171,-0.207594741,308,1.83113859,0.221857587,4531.0664097 +321,0.265668905,-0.014647884,308,1.83113859,0.221857587,6214.1112895 +322,-2.773032013,-0.335515811,308,1.83113859,0.221857587,6906.361527 +323,-1.469512853,0.174058777,308,1.83113859,0.221857587,10755.406935 +324,0.286276986,0.785925691,308,1.83113859,0.221857587,5530.9821736 +325,-1.379324697,0.377432233,308,1.83113859,0.221857587,10055.006927 +326,-1.203778265,0.212813032,308,1.83113859,0.221857587,10671.823267 +327,0.579916301,0.611743168,308,1.83113859,0.221857587,4689.6935837 +328,0.267582642,0.868113908,308,1.83113859,0.221857587,5535.2929882 +329,0.412869244,-0.050245578,308,1.83113859,0.221857587,5677.6599166 +330,0.17524381,0.976660285,308,1.83113859,0.221857587,5681.8730602 +331,0.743157214,0.204812899,308,1.83113859,0.221857587,4201.7922107 +332,-1.070758176,0.269382282,308,1.83113859,0.221857587,10283.103454 +333,-1.230364251,0.329790229,308,1.83113859,0.221857587,10236.513868 +334,-1.374813124,-0.024926835,308,1.83113859,0.221857587,11623.938356 +335,0.519780566,0.463669906,308,1.83113859,0.221857587,4922.3486812 +336,-1.55108034,0.239698561,308,1.83113859,0.221857587,10386.042378 +337,0.180294813,0.029739425,308,1.83113859,0.221857587,6505.0786018 +338,0.67820924,0.268170153,308,1.83113859,0.221857587,4417.2083912 +339,0.445798684,1.024001867,308,1.83113859,0.221857587,5091.6845535 +340,0.691751283,0.150521402,308,1.83113859,0.221857587,4433.6618597 +341,-1.036643551,-0.903056181,308,1.83113859,0.221857587,9607.0447424 +342,-0.120287036,1.083325163,308,1.83113859,0.221857587,6124.2113907 +343,2.823513113,-0.304487164,308,1.83113859,0.221857587,4404.9261013 +344,0.457583172,1.12513373,308,1.83113859,0.221857587,5093.8922709 +345,0.042918831,0.813795399,308,1.83113859,0.221857587,6160.7699554 +346,1.196146777,-0.853142756,308,1.83113859,0.221857587,4802.6738811 +347,0.206001358,-0.010430701,308,1.83113859,0.221857587,6440.9810221 +348,-0.268308653,0.234799412,308,1.83113859,0.221857587,7970.7863262 +349,0.759363263,0.736189579,308,1.83113859,0.221857587,4176.7378761 +350,0.181363926,0.891988372,308,1.83113859,0.221857587,5733.718313 +351,-0.021111158,0.139103292,308,1.83113859,0.221857587,7173.0326537 +352,-0.093355215,0.630686981,308,1.83113859,0.221857587,6790.7771375 +353,0.40118964,0.681375926,308,1.83113859,0.221857587,5241.6640148 +354,-0.721197315,1.304706234,308,1.83113859,0.221857587,6225.7175606 +355,-1.076150317,0.212107639,308,1.83113859,0.221857587,10493.854804 +356,-1.577164531,0.273993443,308,1.83113859,0.221857587,10219.025427 +357,-0.190788414,0.182208586,308,1.83113859,0.221857587,7758.9944659 +358,-0.261349752,0.209710184,308,1.83113859,0.221857587,7981.1358991 +359,-1.029303852,0.083549259,308,1.83113859,0.221857587,10804.373697 +360,-1.268609162,0.330525297,308,1.83113859,0.221857587,10249.770343 +361,1.282982244,-0.926641967,308,1.83113859,0.221857587,4914.8551335 +362,0.217352334,0.731352408,308,1.83113859,0.221857587,5762.3740934 +363,-1.511833084,0.258629297,308,1.83113859,0.221857587,10383.278927 +364,0.338812194,0.823184618,308,1.83113859,0.221857587,5370.2990239 +365,-0.324406489,1.134201999,308,1.83113859,0.221857587,6333.9950268 +366,1.389579348,0.399185724,308,1.83113859,0.221857587,1803.5990156 +367,2.047152199,-0.039082036,308,1.83113859,0.221857587,1337.9241703 +368,0.947780369,0.568250077,308,1.83113859,0.221857587,3470.2780923 +369,0.763824846,0.576754987,308,1.83113859,0.221857587,4081.2595583 +370,-0.142334657,0.928153068,308,1.83113859,0.221857587,6431.786371 +371,0.610266567,0.547265983,308,1.83113859,0.221857587,4591.553817 +372,0.210731629,0.746815056,308,1.83113859,0.221857587,5769.4842008 +373,-1.34931644,0.316895224,308,1.83113859,0.221857587,10304.451614 +374,2.407696481,0.655030745,308,1.83113859,0.221857587,2661.7637293 +375,0.64207831,0.545359131,308,1.83113859,0.221857587,4483.9479102 +376,1.174597538,0.840588356,308,1.83113859,0.221857587,3263.5730696 +377,0.660059424,0.010604079,308,1.83113859,0.221857587,4669.6657482 +378,-0.730263819,0.010486456,308,1.83113859,0.221857587,9985.4992514 +379,0.831068936,0.512339172,308,1.83113859,0.221857587,3833.0179496 +380,1.301180979,0.72367476,308,1.83113859,0.221857587,2700.6320655 +381,1.811128231,0.322854402,308,1.83113859,0.221857587,407.25949115 +382,0.435105812,0.992284428,308,1.83113859,0.221857587,5110.2817244 +383,0.62643634,0.592027932,308,1.83113859,0.221857587,4537.4544864 +384,0.492988703,-0.516339467,308,1.83113859,0.221857587,5877.0884634 +385,-0.162469483,0.112549365,308,1.83113859,0.221857587,7736.0780049 +386,0.314630866,0.472006421,308,1.83113859,0.221857587,5636.7716641 +387,0.166744804,0.822815954,308,1.83113859,0.221857587,5827.9689593 +388,0.417159608,0.965805736,308,1.83113859,0.221857587,5148.7418887 +389,0.106334961,0.868774244,308,1.83113859,0.221857587,5938.9520247 +390,0.815086969,-0.338144359,308,1.83113859,0.221857587,4541.0941045 +391,0.59867455,-0.230624824,308,1.83113859,0.221857587,5159.9450712 +392,1.915104874,0.066220985,308,1.83113859,0.221857587,698.67493892 +393,1.278093622,0.064463721,308,1.83113859,0.221857587,2253.1938181 +394,-0.061477853,0.302997961,308,1.83113859,0.221857587,7136.4205429 +395,0.251311504,0.626976942,308,1.83113859,0.221857587,5737.6161753 +396,2.950242872,0.149095644,308,1.83113859,0.221857587,4356.4051772 +397,-0.180294708,0.35375117,308,1.83113859,0.221857587,7487.3829715 +398,1.010448592,-0.351180233,308,1.83113859,0.221857587,3921.2239304 +399,-1.748740498,0.3686318073,308,1.83113859,0.221857587,9549.2599553 +400,2.699635665,0.123533791,308,1.83113859,0.221857587,3406.376489 +401,0.496808033,0.823843254,308,1.83113859,0.221857587,4945.4114481 +402,0.129574704,0.763364087,308,1.83113859,0.221857587,5983.2321246 +403,1.798920311,0.817447563,308,1.83113859,0.221857587,2361.5759825 +404,0.335987953,0.746786541,308,1.83113859,0.221857587,5409.8944258 +405,-1.085413643,0.292154671,308,1.83113859,0.221857587,10225.457803 +406,-0.155321003,0.508207011,308,1.83113859,0.221857587,7169.8753116 +407,0.620529244,-0.301175104,308,1.83113859,0.221857587,5167.5291905 +408,1.684402744,0.368716966,308,1.83113859,0.221857587,804.26147014 +409,0.300582244,-0.386397212,308,1.83113859,0.221857587,6406.4699468 +410,2.913555946,-0.009225192,308,1.83113859,0.221857587,4347.9847123 +411,1.465101417,0.493232532,308,1.83113859,0.221857587,1726.6729553 +412,0.090612882,0.907955955,308,1.83113859,0.221857587,5936.2802942 +413,2.987564726,-0.729568594,308,1.83113859,0.221857587,5641.1100822 +414,-1.484261606,0.224149272,308,1.83113859,0.221857587,10549.892095 +415,0.164073421,0.303955133,308,1.83113859,0.221857587,6315.4458715 +416,0.141441293,0.167552546,308,1.83113859,0.221857587,6528.8000488 +417,2.931321023,-0.506718887,308,1.83113859,0.221857587,5098.0222417 +418,2.21951565,0.700596356,308,1.83113859,0.221857587,2329.1594442 +419,0.268112576,1.199114336,308,1.83113859,0.221857587,5392.9083047 +420,0.978913739,0.359223811,308,1.83113859,0.221857587,3267.9147239 +421,1.210898818,0.522863584,308,1.83113859,0.221857587,2564.5859685 +422,2.347397336,0.129231362,308,1.83113859,0.221857587,2045.1602065 +423,0.614394501,0.556878345,308,1.83113859,0.221857587,4577.1771954 +424,-1.398079356,0.148483366,308,1.83113859,0.221857587,10936.938811 +425,2.535303836,-0.112984496,308,1.83113859,0.221857587,3072.5913161 +426,-1.019372593,-0.405322349,308,1.83113859,0.221857587,11130.195442 +427,-1.297785627,-0.160104069,308,1.83113859,0.221857587,12194.332264 +428,2.144554488,0.205051084,308,1.83113859,0.221857587,1214.8499237 +429,-2.242387083,-0.426171285,308,1.83113859,0.221857587,8873.8644923 +430,0.338637212,0.909723676,308,1.83113859,0.221857587,5341.1612985 +431,-0.148798452,0.691042401,308,1.83113859,0.221857587,6853.5992336 +432,0.893524764,0.441829531,308,1.83113859,0.221857587,3593.8398276 +433,0.969229347,-0.368847936,308,1.83113859,0.221857587,4088.2771914 +434,0.436043248,0.800045688,308,1.83113859,0.221857587,5111.6381662 +435,1.687946607,1.081504775,308,1.83113859,0.221857587,3429.5302143 +436,0.522302046,-0.034889271,308,1.83113859,0.221857587,5242.3267423 +437,-0.178996113,-0.438090009,308,1.83113859,0.221857587,8155.8634163 +438,-1.094339566,0.301444068,308,1.83113859,0.221857587,10205.267205 +439,-1.064070054,0.242569932,308,1.83113859,0.221857587,10365.568604 +440,-1.068153768,0.230387998,308,1.83113859,0.221857587,10415.486345 +441,-3.00496892,-0.23989155,308,1.83113859,0.221857587,5965.6668467 +442,0.21751974,0.766874888,308,1.83113859,0.221857587,5735.025664 +443,0.117229532,0.007619006,308,1.83113859,0.221857587,6768.0867843 +444,0.777758451,0.420554741,308,1.83113859,0.221857587,4007.8880409 +445,-0.252356999,0.250747086,308,1.83113859,0.221857587,7890.6874371 +446,0.363148444,0.768483434,308,1.83113859,0.221857587,5323.349079 +447,0.903191366,-0.118210676,308,1.83113859,0.221857587,3892.592499 +448,-0.205755923,0.149406178,308,1.83113859,0.221857587,7855.1935219 +449,1.811996086,0.02364353,308,1.83113859,0.221857587,788.71176336 +450,-1.100670221,0.314845373,308,1.83113859,0.221857587,10165.337176 +451,0.340078597,0.850105132,308,1.83113859,0.221857587,5357.1057556 +452,0.258757267,0.804969236,308,1.83113859,0.221857587,5595.311136 +453,2.78505352,-0.155160804,308,1.83113859,0.221857587,4039.4520957 +454,0.800551619,0.105822106,308,1.83113859,0.221857587,4045.8920559 +455,0.437940882,-0.506194031,308,1.83113859,0.221857587,6047.4374761 +456,2.230431122,0.63458615,308,1.83113859,0.221857587,2165.5667152 +457,0.527965361,0.127667701,308,1.83113859,0.221857587,5081.8170614 +458,-0.063643205,0.702093448,308,1.83113859,0.221857587,6598.7529794 +459,1.408447268,0.133010502,308,1.83113859,0.221857587,1684.1870479 +460,0.523795955,0.280266966,308,1.83113859,0.221857587,4994.3070276 +461,-0.975769313,0.072177659,308,1.83113859,0.221857587,10685.683671 +462,0.549774164,-0.463663986,308,1.83113859,0.221857587,5623.0845306 +463,0.29245874,1.095549818,308,1.83113859,0.221857587,5383.9184038 +464,0.143625958,0.816809593,308,1.83113859,0.221857587,5894.2134704 +465,0.671902494,0.611159853,308,1.83113859,0.221857587,4391.408993 +466,1.239840988,0.6724199,308,1.83113859,0.221857587,2736.8926496 +467,0.607829703,-0.10932137,308,1.83113859,0.221857587,4989.2677239 +468,1.763020906,0.263996692,308,1.83113859,0.221857587,310.53782942 +469,0.378714634,0.726066797,308,1.83113859,0.221857587,5293.5445109 +470,2.196736143,-0.153862366,308,1.83113859,0.221857587,2069.9307722 +471,0.01702415,0.148991565,308,1.83113859,0.221857587,7018.5020031 +472,-2.998490902,-0.158002487,308,1.83113859,0.221857587,5912.4093057 +473,-3.051262951,-0.346595608,308,1.83113859,0.221857587,5902.7764228 +474,-1.069176439,0.182802941,308,1.83113859,0.221857587,10581.147335 +475,0.167157509,0.595344954,308,1.83113859,0.221857587,6030.7499271 +476,0.613855648,0.681746124,308,1.83113859,0.221857587,4588.0887341 +477,1.037012736,0.682555367,308,1.83113859,0.221857587,3317.2073714 +478,-1.253574971,0.379755746,308,1.83113859,0.221857587,10050.623383 +479,3.108590453,-0.132620738,308,1.83113859,0.221857587,5219.0336119 +480,0.565301296,0.022333262,308,1.83113859,0.221857587,5024.4347161 +481,0.547898238,0.855555614,308,1.83113859,0.221857587,4815.9406765 +482,0.948309381,0.417393755,308,1.83113859,0.221857587,3390.7981943 +483,-0.050600732,0.945269213,308,1.83113859,0.221857587,6207.5704232 +484,-0.977651478,-0.572363064,308,1.83113859,0.221857587,10605.374667 +485,1.102014914,0.728861163,308,1.83113859,0.221857587,3210.0180271 +486,2.927300795,-0.282939414,308,1.83113859,0.221857587,4734.9223652 +487,-1.154565557,0.124434095,308,1.83113859,0.221857587,10941.188862 +488,1.855331234,0.291044755,308,1.83113859,0.221857587,289.29477329 +489,0.830290659,0.276904518,308,1.83113859,0.221857587,3836.5596979 +490,0.485104466,-0.234867441,308,1.83113859,0.221857587,5584.4811691 +491,0.521367572,-0.33161327,308,1.83113859,0.221857587,5559.7671323 +1,-1.539031704,0.7349710123,309,0.222428864,0.099404236,6512.7148694 +2,-1.536990553,0.7349663874,309,0.222428864,0.099404236,6506.8417596 +3,-1.534951779,0.7349571355,309,0.222428864,0.099404236,6500.9774135 +4,-1.532906461,0.7349480293,309,0.222428864,0.099404236,6495.0923545 +5,-1.531320211,0.7346937278,309,0.222428864,0.099404236,6490.7183991 +6,-1.539451648,0.7335131775,309,0.222428864,0.099404236,6515.0835028 +7,-1.537429487,0.7335445708,309,0.222428864,0.099404236,6509.2291766 +8,-1.535484998,0.7335658704,309,0.222428864,0.099404236,6503.605471 +9,-1.533488396,0.7336036027,309,0.222428864,0.099404236,6497.817346 +10,-1.531497785,0.7335842962,309,0.222428864,0.099404236,6492.0895069 +11,-1.530259379,0.7334777758,309,0.222428864,0.099404236,6488.5980711 +12,-1.5335454,0.7322346912,309,0.222428864,0.099404236,6499.0489571 +13,-1.531489083,0.7322238773,309,0.222428864,0.099404236,6493.117573 +14,-1.530011122,0.7321679851,309,0.222428864,0.099404236,6488.8904022 +15,-1.53348106,0.7306614094,309,0.222428864,0.099404236,6500.0887518 +16,-1.531441779,0.7306962275,309,0.222428864,0.099404236,6494.1627814 +17,-1.529755654,0.7306933243,309,0.222428864,0.099404236,6489.286479 +18,-1.533415048,0.7291384674,309,0.222428864,0.099404236,6501.0833315 +19,-1.531392093,0.7291705353,309,0.222428864,0.099404236,6495.1985855 +20,-1.529296523,0.7291214933,309,0.222428864,0.099404236,6489.164407 +21,-1.535280942,0.727267644,309,0.222428864,0.099404236,6507.9515243 +22,-1.533378158,0.7276139666,309,0.222428864,0.099404236,6502.1624322 +23,-1.531340368,0.7276446587,309,0.222428864,0.099404236,6496.2276039 +24,-1.528960113,0.7276398177,309,0.222428864,0.099404236,6489.3249264 +25,-1.533313146,0.7260818349,309,0.222428864,0.099404236,6503.1648673 +26,-1.531259555,0.7260958115,309,0.222428864,0.099404236,6497.1888133 +27,-1.528926415,0.7260865555,309,0.222428864,0.099404236,6490.4166983 +28,-1.531226779,0.7245511789,309,0.222428864,0.099404236,6498.2852323 +29,-1.528904772,0.7245519194,309,0.222428864,0.099404236,6491.5284011 +30,-1.547195875,0.7409785979,309,0.222428864,0.099404236,6531.2948079 +31,-1.5451475,0.740980426,309,0.222428864,0.099404236,6525.4352137 +32,-1.543097679,0.7409798872,309,0.222428864,0.099404236,6519.5716858 +33,-1.540720364,0.7409892687,309,0.222428864,0.099404236,6512.7611867 +34,-1.547188511,0.7395198392,309,0.222428864,0.099404236,6532.4667112 +35,-1.545148587,0.7395226109,309,0.222428864,0.099404236,6526.6226013 +36,-1.543104538,0.7395314908,309,0.222428864,0.099404236,6520.7600666 +37,-1.540727751,0.7395306258,309,0.222428864,0.099404236,6513.9501368 +38,-1.547187029,0.7380014886,309,0.222428864,0.099404236,6533.7034843 +39,-1.545147315,0.7380012252,309,0.222428864,0.099404236,6527.8542142 +40,-1.54310719,0.7380060743,309,0.222428864,0.099404236,6521.9979297 +41,-1.540719671,0.7380068206,309,0.222428864,0.099404236,6515.1462844 +42,-1.547187189,0.7364799098,309,0.222428864,0.099404236,6534.9469046 +43,-1.545149996,0.7364853874,309,0.222428864,0.099404236,6529.0919869 +44,-1.543106091,0.7364823484,309,0.222428864,0.099404236,6523.2230031 +45,-1.540717158,0.7364893901,309,0.222428864,0.099404236,6516.352615 +46,-1.538663972,0.7410138672,309,0.222428864,0.099404236,6506.8552042 +47,-1.53695285,0.7409699132,309,0.222428864,0.099404236,6501.9906904 +48,-1.534910498,0.7409641297,309,0.222428864,0.099404236,6496.1458165 +49,-1.533145034,0.7409536636,309,0.222428864,0.099404236,6491.0962302 +50,-1.538681336,0.7395405883,309,0.222428864,0.099404236,6508.0764282 +51,-1.536999189,0.7395183096,309,0.222428864,0.099404236,6503.2711631 +52,-1.534923633,0.7395144222,309,0.222428864,0.099404236,6497.3217151 +53,-1.533267822,0.7395654306,309,0.222428864,0.099404236,6492.5319443 +54,-1.53867273,0.7380151077,309,0.222428864,0.099404236,6509.2641153 +55,-1.536980576,0.7379994392,309,0.222428864,0.099404236,6504.4180648 +56,-1.534931522,0.7379944961,309,0.222428864,0.099404236,6498.5371838 +57,-1.533387952,0.7379480264,309,0.222428864,0.099404236,6494.1392938 +58,-1.538682279,0.7364914363,309,0.222428864,0.099404236,6510.5018464 +59,-1.536980704,0.7364810563,309,0.222428864,0.099404236,6505.617695 +60,-1.534935567,0.7364752065,309,0.222428864,0.099404236,6499.7405468 +61,-1.533042592,0.7363876366,309,0.222428864,0.099404236,6494.3631479 +62,-1.545143426,0.7349628011,309,0.222428864,0.099404236,6530.3079681 +63,-1.543105297,0.7349691947,309,0.222428864,0.099404236,6524.4397606 +64,-1.541064533,0.7349647152,309,0.222428864,0.099404236,6518.5710406 +65,-1.545411803,0.7334624714,309,0.222428864,0.099404236,6532.2970724 +66,-1.543446606,0.7334780896,309,0.222428864,0.099404236,6526.6236788 +67,-1.541475327,0.7334957295,309,0.222428864,0.099404236,6520.9297305 +68,-1.545401939,0.731963266,309,0.222428864,0.099404236,6533.4842372 +69,-1.54342253,0.7319915583,309,0.222428864,0.099404236,6527.7518602 +70,-1.541455867,0.7320216438,309,0.222428864,0.099404236,6522.0535243 +71,-1.545410146,0.7304422281,309,0.222428864,0.099404236,6534.7405295 +72,-1.543435491,0.7304713664,309,0.222428864,0.099404236,6529.0132882 +73,-1.541463105,0.7304997613,309,0.222428864,0.099404236,6523.2919139 +74,-1.545414768,0.7289194936,309,0.222428864,0.099404236,6535.987195 +75,-1.543435774,0.7289538557,309,0.222428864,0.099404236,6530.2353047 +76,-1.541457714,0.7289765881,309,0.222428864,0.099404236,6524.4941761 +77,-1.539449415,0.7320555866,309,0.222428864,0.099404236,6516.2360307 +78,-1.537429183,0.7321097681,309,0.222428864,0.099404236,6510.3615141 +79,-1.535472649,0.7321497267,309,0.222428864,0.099404236,6504.6810359 +80,-1.539457899,0.7305333307,309,0.222428864,0.099404236,6517.4702898 +81,-1.537453161,0.7305750503,309,0.222428864,0.099404236,6511.6423268 +82,-1.535479385,0.7306124949,309,0.222428864,0.099404236,6505.9060842 +83,-1.53946905,0.7290102593,309,0.222428864,0.099404236,6518.7123241 +84,-1.537459922,0.7290417293,309,0.222428864,0.099404236,6512.8717312 +85,-1.535451349,0.7290890157,309,0.222428864,0.099404236,6507.0190786 +86,-1.535522937,0.7279887191,309,0.222428864,0.099404236,6508.0885657 +87,-1.539442524,0.7274735939,309,0.222428864,0.099404236,6519.8553761 +88,-1.537424111,0.727521351,309,0.222428864,0.099404236,6513.9669138 +89,-1.539384641,0.7259505092,309,0.222428864,0.099404236,6520.8957591 +90,-1.537372391,0.7259947145,309,0.222428864,0.099404236,6515.0199046 +91,-1.535340789,0.7260435356,309,0.222428864,0.099404236,6509.083102 +92,-1.539325716,0.7244369706,309,0.222428864,0.099404236,6521.9244169 +93,-1.537308932,0.7244801057,309,0.222428864,0.099404236,6516.0282321 +94,-1.535289068,0.7245247645,309,0.222428864,0.099404236,6510.1207385 +95,-1.533261366,0.7245550236,309,0.222428864,0.099404236,6504.2004912 +96,-1.539267302,0.722921924,309,0.222428864,0.099404236,6522.9546286 +97,-1.537248972,0.7229660258,309,0.222428864,0.099404236,6517.0451753 +98,-1.535219431,0.7229916471,309,0.222428864,0.099404236,6511.1163612 +99,-1.53318962,0.7230212049,309,0.222428864,0.099404236,6505.1823583 +100,-1.531154816,0.7230299897,309,0.222428864,0.099404236,6499.2485203 +101,-1.528878341,0.7230370244,309,0.222428864,0.099404236,6492.6102676 +102,-1.539218189,0.7214009878,309,0.222428864,0.099404236,6524.0154794 +103,-1.537198791,0.7214422745,309,0.222428864,0.099404236,6518.0970961 +104,-1.535179266,0.7214634354,309,0.222428864,0.099404236,6512.1928747 +105,-1.533156501,0.7214944644,309,0.222428864,0.099404236,6506.2701722 +106,-1.53113574,0.7215166021,309,0.222428864,0.099404236,6500.3588899 +107,-1.528874248,0.7215345535,309,0.222428864,0.099404236,6493.7470157 +108,-1.539217656,0.7198512397,309,0.222428864,0.099404236,6525.239818 +109,-1.537199919,0.7199428763,309,0.222428864,0.099404236,6519.2785951 +110,-1.545425832,0.727397149,309,0.222428864,0.099404236,6537.251544 +111,-1.543371177,0.7273916949,309,0.222428864,0.099404236,6531.3045895 +112,-1.541368852,0.7274523163,309,0.222428864,0.099404236,6525.4547357 +113,-1.545349067,0.7258710923,309,0.222428864,0.099404236,6538.2635637 +114,-1.54332671,0.7258603556,309,0.222428864,0.099404236,6532.4062578 +115,-1.541346831,0.7259242142,309,0.222428864,0.099404236,6526.6109066 +116,-1.545324355,0.7243383958,309,0.222428864,0.099404236,6539.4307971 +117,-1.543292796,0.7243617413,309,0.222428864,0.099404236,6533.5112552 +118,-1.541295822,0.7244024384,309,0.222428864,0.099404236,6527.6769419 +119,-1.543193859,0.7205570215,309,0.222428864,0.099404236,6536.2750131 +120,-1.550257047,0.7386738187,309,0.222428864,0.099404236,6541.9494974 +121,-1.549335448,0.7311736483,309,0.222428864,0.099404236,6545.4737871 +122,-1.533478843,0.7179891343,309,0.222428864,0.099404236,6509.9297958 +123,-1.556150555,0.738907041,309,0.222428864,0.099404236,6558.6268408 +124,-1.554324226,0.733414257,309,0.222428864,0.099404236,6557.9897454 +125,-1.554290846,0.7288285332,309,0.222428864,0.099404236,6561.7171669 +126,-1.55122487,0.7219795312,309,0.222428864,0.099404236,6558.5013364 +127,-1.525104458,0.7229399862,309,0.222428864,0.099404236,6481.6833939 +128,-1.519607711,0.7236181429,309,0.222428864,0.099404236,6465.1481682 +129,-1.513899999,0.7251107854,309,0.222428864,0.099404236,6447.414455 +130,-1.536620762,0.7431061895,309,0.222428864,0.099404236,6499.3516661 +131,-1.5369566,0.7460845958,309,0.222428864,0.099404236,6497.953357 +132,-1.545345528,0.7447040685,309,0.222428864,0.099404236,6522.9719048 +133,-1.532813921,0.7432306626,309,0.222428864,0.099404236,6488.3713377 +134,-1.554788248,0.7382381001,309,0.222428864,0.099404236,6555.28884 +135,-1.540348126,0.7301594274,309,0.222428864,0.099404236,6520.3410504 +136,-1.538016084,0.7239051786,309,0.222428864,0.099404236,6518.5374036 +137,-1.525288962,0.7258085137,309,0.222428864,0.099404236,6480.0536204 +138,-1.534326986,0.731241342,309,0.222428864,0.099404236,6502.0822933 +139,-1.530733872,0.7303625216,309,0.222428864,0.099404236,6492.3721699 +141,-1.534354939,0.7328219978,309,0.222428864,0.099404236,6500.9278398 +142,-1.53157084,0.7292888153,309,0.222428864,0.099404236,6495.6249368 +143,-1.525691035,0.7263799874,309,0.222428864,0.099404236,6480.7901924 +144,-1.534031287,0.7495967835,309,0.222428864,0.099404236,6486.8582116 +145,-1.527714986,0.7283095957,309,0.222428864,0.099404236,6485.2002483 +146,-1.526189586,0.7271468292,309,0.222428864,0.099404236,6481.6574499 +147,-1.555177336,0.7375563366,309,0.222428864,0.099404236,6556.974505 +148,-1.555080283,0.7312707794,309,0.222428864,0.099404236,6561.9569354 +149,-1.53856994,0.7224180299,309,0.222428864,0.099404236,6521.3230362 +150,-1.530837883,0.729933372,309,0.222428864,0.099404236,6493.0043779 +151,-1.515066984,0.5854133365,309,0.222428864,0.099404236,6550.1963352 +152,-1.534731633,0.5368370046,309,0.222428864,0.099404236,6649.2865168 +153,-1.515231902,0.5607085576,309,0.222428864,0.099404236,6567.7223737 +154,-2.616253799,1.0684566605,309,0.222428864,0.099404236,7724.4927146 +155,-1.956071439,0.5792177723,309,0.222428864,0.099404236,7943.9146243 +156,-1.951208514,0.5602434208,309,0.222428864,0.099404236,7961.5312574 +157,-1.944675062,0.6062144545,309,0.222428864,0.099404236,7863.6186828 +158,-1.613778386,0.6077989518,309,0.222428864,0.099404236,6848.7638847 +159,-2.035029014,0.6021432345,309,0.222428864,0.099404236,8131.6545635 +160,-2.114989471,0.6801825058,309,0.222428864,0.099404236,8179.0975304 +161,-2.037382079,0.5765830025,309,0.222428864,0.099404236,8188.1400647 +162,-2.129855121,0.6585019963,309,0.222428864,0.099404236,8266.6335592 +163,-2.075141798,0.6493615843,309,0.222428864,0.099404236,8144.7776602 +164,-1.828626729,0.6948433129,309,0.222428864,0.099404236,7385.709298 +165,-1.863329418,0.6735427691,309,0.222428864,0.099404236,7516.9270997 +166,-1.266037071,0.727988852,309,0.222428864,0.099404236,5717.0358048 +167,-1.277579582,0.7249010648,309,0.222428864,0.099404236,5751.4947173 +168,-1.258418684,0.7241194816,309,0.222428864,0.099404236,5694.7419657 +169,-1.317813974,0.6804850104,309,0.222428864,0.099404236,5880.5923511 +170,-1.344165204,0.6790988904,309,0.222428864,0.099404236,5961.9513675 +171,-1.427582102,0.5277120351,309,0.222428864,0.099404236,6293.447752 +172,-1.402238616,0.457167829,309,0.222428864,0.099404236,6238.843232 +173,-1.422454264,0.4996161999,309,0.222428864,0.099404236,6289.683033 +174,-1.439089277,0.4894859811,309,0.222428864,0.099404236,6352.2808396 +175,-1.448126995,0.5182330266,309,0.222428864,0.099404236,6368.2431515 +176,-1.474626146,0.5881926574,309,0.222428864,0.099404236,6416.8039245 +177,-1.421139645,0.5584869783,309,0.222428864,0.099404236,6256.6555686 +178,-1.457037165,0.565943032,309,0.222428864,0.099404236,6372.0025312 +179,-2.757159358,0.3745319,309,0.222428864,0.099404236,10463.927007 +180,-2.714309238,0.342054471,309,0.222428864,0.099404236,10521.519924 +181,-2.000525337,0.774119946,309,0.222428864,0.099404236,7690.987993 +183,-1.571413436,0.6777838382,309,0.222428864,0.099404236,6655.4356351 +184,-1.552860289,0.6987663893,309,0.222428864,0.099404236,6582.3647396 +185,-1.521852374,0.7165827476,309,0.222428864,0.099404236,6476.9390036 +186,-1.503656267,0.6928968252,309,0.222428864,0.099404236,6439.9692428 +187,-1.502753178,0.7136205882,309,0.222428864,0.099404236,6422.9032726 +188,-1.631894563,0.7343596465,309,0.222428864,0.099404236,6778.7526712 +189,-1.653765416,0.6770714026,309,0.222428864,0.099404236,6902.6614858 +190,-1.719812114,0.6715965947,309,0.222428864,0.099404236,7104.5249434 +191,-1.493406659,0.6646955447,309,0.222428864,0.099404236,6427.9338726 +192,-1.469120564,0.6613469966,309,0.222428864,0.099404236,6355.2048164 +193,-1.590551461,0.5326612937,309,0.222428864,0.099404236,6839.0902309 +194,-1.625979264,0.5247742243,309,0.222428864,0.099404236,6964.1519688 +195,-1.572293943,0.5238808754,309,0.222428864,0.099404236,6785.0307541 +196,-1.610848725,0.5477107964,309,0.222428864,0.099404236,6893.5543273 +197,-1.208485554,0.7918526018,309,0.222428864,0.099404236,5552.9340776 +198,-1.335601374,0.6869083083,309,0.222428864,0.099404236,5933.4857399 +199,-1.346156996,0.6825213377,309,0.222428864,0.099404236,5967.0442568 +200,-1.324381037,0.6741422347,309,0.222428864,0.099404236,5902.3462581 +201,-1.242424992,0.7378949807,309,0.222428864,0.099404236,5647.0888584 +202,-1.270370057,0.7392461008,309,0.222428864,0.099404236,5728.8657628 +203,-1.448950472,0.7441675014,309,0.222428864,0.099404236,6246.8119863 +204,-1.492662363,0.7523026852,309,0.222428864,0.099404236,6367.1490317 +205,-1.479098966,0.7763855017,309,0.222428864,0.099404236,6313.0650763 +206,-1.633760714,0.7869022408,309,0.222428864,0.099404236,6728.3904308 +207,-1.647406434,0.8101289331,309,0.222428864,0.099404236,6739.154503 +208,-1.564245052,0.5701509278,309,0.222428864,0.099404236,6721.8034668 +209,-1.646289963,0.6833746083,309,0.222428864,0.099404236,6873.813609 +210,-1.5820631,0.6751952144,309,0.222428864,0.099404236,6689.7784956 +211,-1.613236298,0.6681681791,309,0.222428864,0.099404236,6790.2538536 +212,-1.914661867,0.8212566515,309,0.222428864,0.099404236,7391.8089135 +213,-1.742133237,0.7250275956,309,0.222428864,0.099404236,7100.2842956 +214,-2.033144872,0.6557314699,309,0.222428864,0.099404236,8019.2126498 +215,-2.039551981,0.6964723658,309,0.222428864,0.099404236,7951.5385398 +216,-1.247341019,0.7622473908,309,0.222428864,0.099404236,5661.08723 +217,-1.298239787,0.7084123392,309,0.222428864,0.099404236,5815.4790885 +218,-1.308539688,0.6926545592,309,0.222428864,0.099404236,5849.5826748 +219,-1.303263185,0.6888938396,309,0.222428864,0.099404236,5834.2356788 +220,-1.852400229,0.6004246149,309,0.222428864,0.099404236,7597.9637581 +221,-1.288947707,0.7473773692,309,0.222428864,0.099404236,5782.15138 +222,-1.372031502,0.7472790993,309,0.222428864,0.099404236,6023.0889137 +223,-1.289805721,0.7242157877,309,0.222428864,0.099404236,5787.8250452 +224,-1.350807603,0.7533498126,309,0.222428864,0.099404236,5959.8394445 +225,-1.329290365,0.7560442322,309,0.222428864,0.099404236,5897.1776642 +226,-1.410153004,0.616936428,309,0.222428864,0.099404236,6193.0103408 +227,-1.393445434,0.6308995063,309,0.222428864,0.099404236,6133.4645481 +228,-1.37595573,0.6241540638,309,0.222428864,0.099404236,6080.3916353 +229,-1.358388707,0.6172645205,309,0.222428864,0.099404236,6026.5295696 +230,-1.753741133,0.8281661666,309,0.222428864,0.099404236,6988.2068596 +231,-1.47430987,0.6834615681,309,0.222428864,0.099404236,6357.6045879 +232,-1.421012508,0.7222725206,309,0.222428864,0.099404236,6176.6968931 +233,-1.4476833,0.6978557868,309,0.222428864,0.099404236,6268.7769138 +234,-1.470370723,0.6966193374,309,0.222428864,0.099404236,6337.6416892 +235,-1.429211703,0.7037216883,309,0.222428864,0.099404236,6210.2517727 +236,-1.700578405,0.6178673663,309,0.222428864,0.099404236,7109.9363709 +237,-1.678117619,0.6331716163,309,0.222428864,0.099404236,7023.6616332 +238,-1.725644578,0.6316331145,309,0.222428864,0.099404236,7170.7149578 +239,-2.14012759,0.7930497945,309,0.222428864,0.099404236,7965.6100005 +240,-2.103289431,0.7653606263,309,0.222428864,0.099404236,7951.6866544 +241,-1.318739838,0.7017808746,309,0.222428864,0.099404236,5878.5546566 +242,-1.396417427,0.7077900843,309,0.222428864,0.099404236,6110.1786502 +243,-1.35650337,0.7185539404,309,0.222428864,0.099404236,5987.1541811 +244,-1.248884539,0.7274156818,309,0.222428864,0.099404236,5666.3412616 +245,-1.395014798,0.5761185243,309,0.222428864,0.099404236,6161.900318 +246,-1.433377362,0.6064716109,309,0.222428864,0.099404236,6272.851187 +247,-1.408172432,0.5903155476,309,0.222428864,0.099404236,6198.829598 +248,-1.749645898,0.7757118084,309,0.222428864,0.099404236,7051.8222753 +249,-1.571626686,0.615046989,309,0.222428864,0.099404236,6709.0904448 +250,-1.514070049,0.6303003037,309,0.222428864,0.099404236,6515.7124192 +251,-1.480890369,0.6237966528,309,0.222428864,0.099404236,6415.1070282 +252,-1.704390658,0.5281680612,309,0.222428864,0.099404236,7220.9690741 +253,-1.64434733,0.5254277498,309,0.222428864,0.099404236,7024.7983456 +254,-1.703855997,0.4792484842,309,0.222428864,0.099404236,7270.1237675 +255,-1.692002383,0.5748825051,309,0.222428864,0.099404236,7130.5997068 +256,-1.854136457,0.5544643913,309,0.222428864,0.099404236,7670.5097593 +257,-1.665021206,0.520317736,309,0.222428864,0.099404236,7098.5331853 +258,-1.733654349,0.4845187345,309,0.222428864,0.099404236,7365.4431067 +259,-1.720938188,0.5135933906,309,0.222428864,0.099404236,7291.3675882 +260,-1.742668307,0.553296122,309,0.222428864,0.099404236,7317.5130655 +261,-1.965659039,0.7142126903,309,0.222428864,0.099404236,7724.0502587 +262,-1.944438071,0.6772834804,309,0.222428864,0.099404236,7736.5381183 +263,-1.270340967,0.7681487096,309,0.222428864,0.099404236,5726.5557744 +264,-1.353091884,0.6549276821,309,0.222428864,0.099404236,5997.1386493 +265,-1.333236659,0.6413584414,309,0.222428864,0.099404236,5938.7175962 +266,-1.352015998,0.6753788907,309,0.222428864,0.099404236,5987.2520848 +267,-1.377988483,0.6577816235,309,0.222428864,0.099404236,6073.9443339 +268,-2.13075611,0.8318642051,309,0.222428864,0.099404236,7848.0489903 +269,-2.097910953,0.8259670014,309,0.222428864,0.099404236,7794.1174876 +270,-1.416382069,0.6694271549,309,0.222428864,0.099404236,6188.0527212 +271,-1.538905672,0.7535625993,309,0.222428864,0.099404236,6497.5373209 +272,-1.572309477,0.7803125099,309,0.222428864,0.099404236,6567.8907426 +273,-1.87759879,0.7503853417,309,0.222428864,0.099404236,7427.8898397 +274,1.152365588,0.590457682,309,0.222428864,0.099404236,3917.7684108 +275,0.350198001,0.718001859,309,0.222428864,0.099404236,2491.6873779 +276,0.046513677,0.491503852,309,0.222428864,0.099404236,1687.9256847 +277,0.027510309,0.742571376,309,0.222428864,0.099404236,2637.906079 +278,0.306285725,-0.214631579,309,0.222428864,0.099404236,1286.9828272 +279,-1.100564889,0.318051531,309,0.222428864,0.099404236,5168.3690397 +280,-1.078582306,0.301437596,309,0.222428864,0.099404236,5086.6112007 +281,-1.137371989,-0.617634065,309,0.222428864,0.099404236,5775.657922 +282,0.784356344,0.703272339,309,0.222428864,0.099404236,3114.7004955 +283,-1.221209947,0.218327455,309,0.222428864,0.099404236,5646.7934424 +284,2.347301921,-0.449114658,309,0.222428864,0.099404236,8363.5965841 +285,0.246820618,0.830553713,309,0.222428864,0.099404236,2897.2671567 +286,0.829414965,0.703288228,309,0.222428864,0.099404236,3218.9705934 +287,-1.337537566,0.42332223,309,0.222428864,0.099404236,6021.4428936 +288,0.882453706,0.454478077,309,0.222428864,0.099404236,2863.6560561 +289,1.575629659,0.416419109,309,0.222428864,0.099404236,5275.7764384 +290,-1.039455679,0.229888244,309,0.222428864,0.099404236,4943.5090369 +291,0.489558039,0.934482747,309,0.222428864,0.099404236,3418.4128647 +292,0.081344504,0.88384514,309,0.222428864,0.099404236,3142.1726599 +293,-1.547979814,0.300350308,309,0.222428864,0.099404236,6854.8757566 +294,0.040776181,0.168560074,309,0.222428864,0.099404236,763.72547329 +295,-1.130374745,0.563894876,309,0.222428864,0.099404236,5282.5978928 +296,1.578326642,0.478507176,309,0.222428864,0.099404236,5286.1386722 +297,-1.12861823,-0.291640865,309,0.222428864,0.099404236,5508.1960882 +298,0.310524208,0.770885792,309,0.222428864,0.099404236,2677.3114387 +299,0.415649091,-0.387246002,309,0.222428864,0.099404236,2068.1607361 +300,-0.926533878,-0.188022748,309,0.222428864,0.099404236,4670.7326616 +301,1.258856172,-0.11716081,309,0.222428864,0.099404236,4185.7661399 +302,-1.126050026,0.322941926,309,0.222428864,0.099404236,5263.7281758 +303,2.002785835,0.07893892,309,0.222428864,0.099404236,7013.572439 +304,0.440437607,0.746258085,309,0.222428864,0.099404236,2673.7800546 +305,-0.030391866,0.214441206,309,0.222428864,0.099404236,1088.4358598 +306,0.521557815,-0.058929362,309,0.222428864,0.099404236,1339.2825637 +307,-0.097005111,0.13317729,309,0.222428864,0.099404236,1263.6978015 +308,1.83113859,0.221857587,309,0.222428864,0.099404236,6281.1658217 +309,0.222428864,0.099404236,309,0.222428864,0.099404236,0 +310,-1.702731345,0.8728568183,309,0.222428864,0.099404236,6801.7300418 +311,-0.418507569,0.278324921,309,0.222428864,0.099404236,2587.2672237 +312,-1.41153306,0.339029988,309,0.222428864,0.099404236,6325.8407023 +313,0.357560442,0.114788776,309,0.222428864,0.099404236,535.6569973 +314,0.325818979,0.268352149,309,0.222428864,0.099404236,780.70983692 +315,-1.246004659,-0.663679965,309,0.222428864,0.099404236,6146.811149 +316,1.814603087,0.637404484,309,0.222428864,0.099404236,6055.6514588 +317,1.843704281,-0.18300445,309,0.222428864,0.099404236,6489.2189823 +318,1.690644492,-0.211480909,309,0.222428864,0.099404236,5909.4978972 +319,-1.275451936,0.068109467,309,0.222428864,0.099404236,5908.3719888 +320,0.762430171,-0.207594741,309,0.222428864,0.099404236,2450.2465982 +321,0.265668905,-0.014647884,309,0.222428864,0.099404236,483.05034646 +322,-2.773032013,-0.335515811,309,0.222428864,0.099404236,11351.884579 +323,-1.469512853,0.174058777,309,0.222428864,0.099404236,6623.6602302 +324,0.286276986,0.785925691,309,0.222428864,0.099404236,2728.2537136 +325,-1.379324697,0.377432233,309,0.222428864,0.099404236,6190.4657985 +326,-1.203778265,0.212813032,309,0.222428864,0.099404236,5581.0108344 +327,0.579916301,0.611743168,309,0.222428864,0.099404236,2413.0828694 +328,0.267582642,0.868113908,309,0.222428864,0.099404236,3048.5917322 +329,0.412869244,-0.050245578,309,0.222428864,0.099404236,958.63401154 +330,0.17524381,0.976660285,309,0.222428864,0.099404236,3478.0036055 +331,0.743157214,0.204812899,309,0.222428864,0.099404236,2079.5751477 +332,-1.070758176,0.269382282,309,0.222428864,0.099404236,5059.4676148 +333,-1.230364251,0.329790229,309,0.222428864,0.099404236,5653.6576269 +334,-1.374813124,-0.024926835,309,0.222428864,0.099404236,6335.9271446 +335,0.519780566,0.463669906,309,0.222428864,0.099404236,1828.5084072 +336,-1.55108034,0.239698561,309,0.222428864,0.099404236,6902.7822354 +337,0.180294813,0.029739425,309,0.222428864,0.099404236,322.28880989 +338,0.67820924,0.268170153,309,0.222428864,0.099404236,1893.9734838 +339,0.445798684,1.024001867,309,0.222428864,0.099404236,3725.7222196 +340,0.691751283,0.150521402,309,0.222428864,0.099404236,1855.0930118 +341,-1.036643551,-0.903056181,309,0.222428864,0.099404236,5781.1497185 +342,-0.120287036,1.083325163,309,0.222428864,0.099404236,4024.9023046 +343,2.823513113,-0.304487164,309,0.222428864,0.099404236,10199.465355 +344,0.457583172,1.12513373,309,0.222428864,0.099404236,4117.3719271 +345,0.042918831,0.813795399,309,0.222428864,0.099404236,2895.4643956 +346,1.196146777,-0.853142756,309,0.222428864,0.099404236,5043.4725841 +347,0.206001358,-0.010430701,309,0.222428864,0.099404236,439.88095736 +348,-0.268308653,0.234799412,309,0.222428864,0.099404236,1988.2867647 +349,0.759363263,0.736189579,309,0.222428864,0.099404236,3149.1954231 +350,0.181363926,0.891988372,309,0.222428864,0.099404236,3142.3541734 +351,-0.021111158,0.139103292,309,0.222428864,0.099404236,970.53484753 +352,-0.093355215,0.630686981,309,0.222428864,0.099404236,2396.9721766 +353,0.40118964,0.681375926,309,0.222428864,0.099404236,2392.4847283 +354,-0.721197315,1.304706234,309,0.222428864,0.099404236,5223.8947421 +355,-1.076150317,0.212107639,309,0.222428864,0.099404236,5087.7577409 +356,-1.577164531,0.273993443,309,0.222428864,0.099404236,6980.7942676 +357,-0.190788414,0.182208586,309,0.222428864,0.099404236,1652.7037597 +358,-0.261349752,0.209710184,309,0.222428864,0.099404236,1941.7183155 +359,-1.029303852,0.083549259,309,0.222428864,0.099404236,4934.5433747 +360,-1.268609162,0.330525297,309,0.222428864,0.099404236,5796.5006785 +361,1.282982244,-0.926641967,309,0.222428864,0.099404236,5373.7960785 +362,0.217352334,0.731352408,309,0.222428864,0.099404236,2503.2106983 +363,-1.511833084,0.258629297,309,0.222428864,0.099404236,6742.9827981 +364,0.338812194,0.823184618,309,0.222428864,0.099404236,2894.1629356 +365,-0.324406489,1.134201999,309,0.222428864,0.099404236,4375.9890833 +366,1.389579348,0.399185724,309,0.222428864,0.099404236,4597.6167132 +367,2.047152199,-0.039082036,309,0.222428864,0.099404236,7237.7443384 +368,0.947780369,0.568250077,309,0.222428864,0.099404236,3254.8171835 +369,0.763824846,0.576754987,309,0.222428864,0.099404236,2747.4651608 +370,-0.142334657,0.928153068,309,0.222428864,0.099404236,3488.7005802 +371,0.610266567,0.547265983,309,0.222428864,0.099404236,2284.3242117 +372,0.210731629,0.746815056,309,0.222428864,0.099404236,2564.7223293 +373,-1.34931644,0.316895224,309,0.222428864,0.099404236,6102.9659531 +374,2.407696481,0.655030745,309,0.222428864,0.099404236,7828.1589737 +375,0.64207831,0.545359131,309,0.222428864,0.099404236,2355.1320962 +376,1.174597538,0.840588356,309,0.222428864,0.099404236,4333.7243323 +377,0.660059424,0.010604079,309,0.222428864,0.099404236,1765.6052024 +378,-0.730263819,0.010486456,309,0.222428864,0.099404236,3782.6082721 +379,0.831068936,0.512339172,309,0.222428864,0.099404236,2801.1025104 +380,1.301180979,0.72367476,309,0.222428864,0.099404236,4513.8105817 +381,1.811128231,0.322854402,309,0.222428864,0.099404236,6164.1185242 +382,0.435105812,0.992284428,309,0.222428864,0.099404236,3598.651177 +383,0.62643634,0.592027932,309,0.222428864,0.099404236,2450.7652123 +384,0.492988703,-0.516339467,309,0.222428864,0.099404236,2647.2122875 +385,-0.162469483,0.112549365,309,0.222428864,0.099404236,1516.8053659 +386,0.314630866,0.472006421,309,0.222428864,0.099404236,1516.310001 +387,0.166744804,0.822815954,309,0.222428864,0.099404236,2871.7053618 +388,0.417159608,0.965805736,309,0.222428864,0.099404236,3487.0922638 +389,0.106334961,0.868774244,309,0.222428864,0.099404236,3072.0236012 +390,0.815086969,-0.338144359,309,0.222428864,0.099404236,2888.3853042 +391,0.59867455,-0.230624824,309,0.222428864,0.099404236,1974.7986245 +392,1.915104874,0.066220985,309,0.222428864,0.099404236,6675.0434539 +393,1.278093622,0.064463721,309,0.222428864,0.099404236,4168.0805707 +394,-0.061477853,0.302997961,309,0.222428864,0.099404236,1363.596339 +395,0.251311504,0.626976942,309,0.222428864,0.099404236,2092.3582344 +396,2.950242872,0.149095644,309,0.222428864,0.099404236,10536.092737 +397,-0.180294708,0.35375117,309,0.222428864,0.099404236,1847.7963723 +398,1.010448592,-0.351180233,309,0.222428864,0.099404236,3548.7484516 +399,-1.748740498,0.3686318073,309,0.222428864,0.099404236,7537.3474217 +400,2.699635665,0.123533791,309,0.222428864,0.099404236,9673.4146663 +401,0.496808033,0.823843254,309,0.222428864,0.099404236,3017.5595341 +402,0.129574704,0.763364087,309,0.222428864,0.099404236,2649.7888413 +403,1.798920311,0.817447563,309,0.222428864,0.099404236,5950.3449217 +404,0.335987953,0.746786541,309,0.222428864,0.099404236,2595.0151655 +405,-1.085413643,0.292154671,309,0.222428864,0.099404236,5113.1827747 +406,-0.155321003,0.508207011,309,0.222428864,0.099404236,2149.7017764 +407,0.620529244,-0.301175104,309,0.222428864,0.099404236,2223.613933 +408,1.684402744,0.368716966,309,0.222428864,0.099404236,5679.2490263 +409,0.300582244,-0.386397212,309,0.222428864,0.099404236,1947.992095 +410,2.913555946,-0.009225192,309,0.222428864,0.099404236,10627.375469 +411,1.465101417,0.493232532,309,0.222428864,0.099404236,4892.1662415 +412,0.090612882,0.907955955,309,0.222428864,0.099404236,3231.6627388 +413,2.987564726,-0.729568594,309,0.222428864,0.099404236,9617.1310689 +414,-1.484261606,0.224149272,309,0.222428864,0.099404236,6656.0317718 +415,0.164073421,0.303955133,309,0.222428864,0.099404236,841.15922768 +416,0.141441293,0.167552546,309,0.222428864,0.099404236,417.0224208 +417,2.931321023,-0.506718887,309,0.222428864,0.099404236,10157.629409 +418,2.21951565,0.700596356,309,0.222428864,0.099404236,7225.0903819 +419,0.268112576,1.199114336,309,0.222428864,0.099404236,4357.6275634 +420,0.978913739,0.359223811,309,0.222428864,0.099404236,3081.4279382 +421,1.210898818,0.522863584,309,0.222428864,0.099404236,4038.6970974 +422,2.347397336,0.129231362,309,0.222428864,0.099404236,8325.6285797 +423,0.614394501,0.556878345,309,0.222428864,0.099404236,2321.5180603 +424,-1.398079356,0.148483366,309,0.222428864,0.099404236,6357.4983098 +425,2.535303836,-0.112984496,309,0.222428864,0.099404236,9180.4980865 +426,-1.019372593,-0.405322349,309,0.222428864,0.099404236,5195.1985991 +427,-1.297785627,-0.160104069,309,0.222428864,0.099404236,6087.833817 +428,2.144554488,0.205051084,309,0.222428864,0.099404236,7491.5291601 +429,-2.242387083,-0.426171285,309,0.222428864,0.099404236,9565.4746142 +430,0.338637212,0.909723676,309,0.222428864,0.099404236,3232.142227 +431,-0.148798452,0.691042401,309,0.222428864,0.099404236,2692.0643403 +432,0.893524764,0.441829531,309,0.222428864,0.099404236,2881.4068527 +433,0.969229347,-0.368847936,309,0.222428864,0.099404236,3443.3605008 +434,0.436043248,0.800045688,309,0.222428864,0.099404236,2870.692145 +435,1.687946607,1.081504775,309,0.222428864,0.099404236,5678.5862474 +436,0.522302046,-0.034889271,309,0.222428864,0.099404236,1300.0817476 +437,-0.178996113,-0.438090009,309,0.222428864,0.099404236,2631.2056894 +438,-1.094339566,0.301444068,309,0.222428864,0.099404236,5146.2001124 +439,-1.064070054,0.242569932,309,0.222428864,0.099404236,5036.75507 +440,-1.068153768,0.230387998,309,0.222428864,0.099404236,5054.0635773 +441,-3.00496892,-0.23989155,309,0.222428864,0.099404236,11794.481211 +442,0.21751974,0.766874888,309,0.222428864,0.099404236,2643.906501 +443,0.117229532,0.007619006,309,0.222428864,0.099404236,552.44126058 +444,0.777758451,0.420554741,309,0.222428864,0.099404236,2466.0765195 +445,-0.252356999,0.250747086,309,0.222428864,0.099404236,1944.1254013 +446,0.363148444,0.768483434,309,0.222428864,0.099404236,2695.0622427 +447,0.903191366,-0.118210676,309,0.222428864,0.099404236,2825.6850027 +448,-0.205755923,0.149406178,309,0.222428864,0.099404236,1694.1634532 +449,1.811996086,0.02364353,309,0.222428864,0.099404236,6286.5933607 +450,-1.100670221,0.314845373,309,0.222428864,0.099404236,5169.0073633 +451,0.340078597,0.850105132,309,0.222428864,0.099404236,2999.7907468 +452,0.258757267,0.804969236,309,0.222428864,0.099404236,2797.5215435 +453,2.78505352,-0.155160804,309,0.222428864,0.099404236,10159.248435 +454,0.800551619,0.105822106,309,0.222428864,0.099404236,2277.6924554 +455,0.437940882,-0.506194031,309,0.222428864,0.099404236,2535.4791252 +456,2.230431122,0.63458615,309,0.222428864,0.099404236,7347.9379584 +457,0.527965361,0.127667701,309,0.222428864,0.099404236,1207.536765 +458,-0.063643205,0.702093448,309,0.222428864,0.099404236,2595.1644524 +459,1.408447268,0.133010502,309,0.222428864,0.099404236,4663.5315944 +460,0.523795955,0.280266966,309,0.222428864,0.099404236,1372.1871415 +461,-0.975769313,0.072177659,309,0.222428864,0.099404236,4727.2629274 +462,0.549774164,-0.463663986,309,0.222428864,0.099404236,2559.7056635 +463,0.29245874,1.095549818,309,0.222428864,0.099404236,3950.9966302 +464,0.143625958,0.816809593,309,0.222428864,0.099404236,2854.3554639 +465,0.671902494,0.611159853,309,0.222428864,0.099404236,2608.1118297 +466,1.239840988,0.6724199,309,0.222428864,0.099404236,4279.5924704 +467,0.607829703,-0.10932137,309,0.222428864,0.099404236,1733.6128884 +468,1.763020906,0.263996692,309,0.222428864,0.099404236,6004.3344219 +469,0.378714634,0.726066797,309,0.222428864,0.099404236,2542.826091 +470,2.196736143,-0.153862366,309,0.222428864,0.099404236,7857.5840409 +471,0.01702415,0.148991565,309,0.222428864,0.099404236,830.78486262 +472,-2.998490902,-0.158002487,309,0.222428864,0.099404236,12055.327723 +473,-3.051262951,-0.346595608,309,0.222428864,0.099404236,11340.431947 +474,-1.069176439,0.182802941,309,0.222428864,0.099404236,5066.0519976 +475,0.167157509,0.595344954,309,0.222428864,0.099404236,1974.8680692 +476,0.613855648,0.681746124,309,0.222428864,0.099404236,2698.7288517 +477,1.037012736,0.682555367,309,0.222428864,0.099404236,3710.4441808 +478,-1.253574971,0.379755746,309,0.222428864,0.099404236,5728.4503441 +479,3.108590453,-0.132620738,309,0.222428864,0.099404236,11430.395208 +480,0.565301296,0.022333262,309,0.222428864,0.099404236,1389.1954254 +481,0.547898238,0.855555614,309,0.222428864,0.099404236,3187.9906461 +482,0.948309381,0.417393755,309,0.222428864,0.099404236,3034.8622475 +483,-0.050600732,0.945269213,309,0.222428864,0.099404236,3463.2656545 +484,-0.977651478,-0.572363064,309,0.222428864,0.099404236,5223.9645455 +485,1.102014914,0.728861163,309,0.222428864,0.099404236,3965.9083484 +486,2.927300795,-0.282939414,309,0.222428864,0.099404236,10599.365137 +487,-1.154565557,0.124434095,309,0.222428864,0.099404236,5414.3348857 +488,1.855331234,0.291044755,309,0.222428864,0.099404236,6343.4865887 +489,0.830290659,0.276904518,309,0.222428864,0.099404236,2462.9348708 +490,0.485104466,-0.234867441,309,0.222428864,0.099404236,1679.4254633 +491,0.521367572,-0.33161327,309,0.222428864,0.099404236,2067.7190246 +1,-1.539031704,0.7349710123,310,-1.702731345,0.8728568183,706.49953952 +2,-1.536990553,0.7349663874,310,-1.702731345,0.8728568183,710.06783433 +3,-1.534951779,0.7349571355,310,-1.702731345,0.8728568183,713.6723044 +4,-1.532906461,0.7349480293,310,-1.702731345,0.8728568183,717.31302575 +5,-1.531320211,0.7346937278,310,-1.702731345,0.8728568183,720.93281559 +6,-1.539451648,0.7335131775,310,-1.702731345,0.8728568183,710.44460472 +7,-1.537429487,0.7335445708,310,-1.702731345,0.8728568183,713.84110061 +8,-1.535484998,0.7335658704,310,-1.702731345,0.8728568183,717.1602245 +9,-1.533488396,0.7336036027,310,-1.702731345,0.8728568183,720.54264699 +10,-1.531497785,0.7335842962,310,-1.702731345,0.8728568183,724.11982047 +11,-1.530259379,0.7334777758,310,-1.702731345,0.8728568183,726.65512518 +12,-1.5335454,0.7322346912,310,-1.702731345,0.8728568183,724.79451282 +13,-1.531489083,0.7322238773,310,-1.702731345,0.8728568183,728.44369195 +14,-1.530011122,0.7321679851,310,-1.702731345,0.8728568183,731.23420985 +15,-1.53348106,0.7306614094,310,-1.702731345,0.8728568183,729.92609089 +16,-1.531441779,0.7306962275,310,-1.702731345,0.8728568183,733.38161915 +17,-1.529755654,0.7306933243,310,-1.702731345,0.8728568183,736.35878734 +18,-1.533415048,0.7291384674,310,-1.702731345,0.8728568183,734.91630409 +19,-1.531392093,0.7291705353,310,-1.702731345,0.8728568183,738.33407722 +20,-1.529296523,0.7291214933,310,-1.702731345,0.8728568183,742.16305357 +21,-1.535280942,0.727267644,310,-1.702731345,0.8728568183,737.7239708 +22,-1.533378158,0.7276139666,310,-1.702731345,0.8728568183,739.87699001 +23,-1.531340368,0.7276446587,310,-1.702731345,0.8728568183,743.30688057 +24,-1.528960113,0.7276398177,310,-1.702731345,0.8728568183,747.47563666 +25,-1.533313146,0.7260818349,310,-1.702731345,0.8728568183,744.92649808 +26,-1.531259555,0.7260958115,310,-1.702731345,0.8728568183,748.41971149 +27,-1.528926415,0.7260865555,310,-1.702731345,0.8728568183,752.50021873 +28,-1.531226779,0.7245511789,310,-1.702731345,0.8728568183,753.45181169 +29,-1.528904772,0.7245519194,310,-1.702731345,0.8728568183,757.46065734 +30,-1.547195875,0.7409785979,310,-1.702731345,0.8728568183,673.17434058 +31,-1.5451475,0.740980426,310,-1.702731345,0.8728568183,676.70580816 +32,-1.543097679,0.7409798872,310,-1.702731345,0.8728568183,680.27468998 +33,-1.540720364,0.7409892687,310,-1.702731345,0.8728568183,684.41581787 +34,-1.547188511,0.7395198392,310,-1.702731345,0.8728568183,677.86661048 +35,-1.545148587,0.7395226109,310,-1.702731345,0.8728568183,681.36117993 +36,-1.543104538,0.7395314908,310,-1.702731345,0.8728568183,684.8706959 +37,-1.540727751,0.7395306258,310,-1.702731345,0.8728568183,689.02103845 +38,-1.547187029,0.7380014886,310,-1.702731345,0.8728568183,682.7575975 +39,-1.545147315,0.7380012252,310,-1.702731345,0.8728568183,686.24163446 +40,-1.54310719,0.7380060743,310,-1.702731345,0.8728568183,689.7372653 +41,-1.540719671,0.7380068206,310,-1.702731345,0.8728568183,693.87803806 +42,-1.547187189,0.7364799098,310,-1.702731345,0.8728568183,687.67390203 +43,-1.545149996,0.7364853874,310,-1.702731345,0.8728568183,691.11537269 +44,-1.543106091,0.7364823484,310,-1.702731345,0.8728568183,694.62311501 +45,-1.540717158,0.7364893901,310,-1.702731345,0.8728568183,698.72324237 +46,-1.538663972,0.7410138672,310,-1.702731345,0.8728568183,687.97497707 +47,-1.53695285,0.7409699132,310,-1.702731345,0.8728568183,691.15903186 +48,-1.534910498,0.7409641297,310,-1.702731345,0.8728568183,694.83579167 +49,-1.533145034,0.7409536636,310,-1.702731345,0.8728568183,698.0511838 +50,-1.538681336,0.7395405883,310,-1.702731345,0.8728568183,692.58922698 +51,-1.536999189,0.7395183096,310,-1.702731345,0.8728568183,695.63787921 +52,-1.534923633,0.7395144222,310,-1.702731345,0.8728568183,699.34875998 +53,-1.533267822,0.7395654306,310,-1.702731345,0.8728568183,702.15868143 +54,-1.53867273,0.7380151077,310,-1.702731345,0.8728568183,697.43265654 +55,-1.536980576,0.7379994392,310,-1.702731345,0.8728568183,700.46223688 +56,-1.534931522,0.7379944961,310,-1.702731345,0.8728568183,704.10974745 +57,-1.533387952,0.7379480264,310,-1.702731345,0.8728568183,707.00833101 +58,-1.538682279,0.7364914363,310,-1.702731345,0.8728568183,702.25705953 +59,-1.536980704,0.7364810563,310,-1.702731345,0.8728568183,705.27034764 +60,-1.534935567,0.7364752065,310,-1.702731345,0.8728568183,708.89443939 +61,-1.533042592,0.7363876366,310,-1.702731345,0.8728568183,712.53010915 +62,-1.545143426,0.7349628011,310,-1.702731345,0.8728568183,696.04410473 +63,-1.543105297,0.7349691947,310,-1.702731345,0.8728568183,699.49214271 +64,-1.541064533,0.7349647152,310,-1.702731345,0.8728568183,703.00671367 +65,-1.545411803,0.7334624714,310,-1.702731345,0.8728568183,700.45438823 +66,-1.543446606,0.7334780896,310,-1.702731345,0.8728568183,703.72608772 +67,-1.541475327,0.7334957295,310,-1.702731345,0.8728568183,707.02721025 +68,-1.545401939,0.731963266,310,-1.702731345,0.8728568183,705.34858778 +69,-1.54342253,0.7319915583,310,-1.702731345,0.8728568183,708.58490459 +70,-1.541455867,0.7320216438,310,-1.702731345,0.8728568183,711.82001184 +71,-1.545410146,0.7304422281,310,-1.702731345,0.8728568183,710.29987031 +72,-1.543435491,0.7304713664,310,-1.702731345,0.8728568183,713.50663112 +73,-1.541463105,0.7304997613,310,-1.702731345,0.8728568183,716.73818067 +74,-1.545414768,0.7289194936,310,-1.702731345,0.8728568183,715.27891968 +75,-1.543435774,0.7289538557,310,-1.702731345,0.8728568183,718.45727579 +76,-1.541457714,0.7289765881,310,-1.702731345,0.8728568183,721.69842391 +77,-1.539449415,0.7320555866,310,-1.702731345,0.8728568183,715.13650131 +78,-1.537429183,0.7321097681,310,-1.702731345,0.8728568183,718.43820591 +79,-1.535472649,0.7321497267,310,-1.702731345,0.8728568183,721.70140769 +80,-1.539457899,0.7305333307,310,-1.702731345,0.8728568183,720.0347238 +81,-1.537453161,0.7305750503,310,-1.702731345,0.8728568183,723.33059532 +82,-1.535479385,0.7306124949,310,-1.702731345,0.8728568183,726.61280681 +83,-1.53946905,0.7290102593,310,-1.702731345,0.8728568183,724.94789984 +84,-1.537459922,0.7290417293,310,-1.702731345,0.8728568183,728.26545658 +85,-1.535451349,0.7290890157,310,-1.702731345,0.8728568183,731.55725334 +86,-1.535522937,0.7279887191,310,-1.702731345,0.8728568183,734.98090562 +87,-1.539442524,0.7274735939,310,-1.702731345,0.8728568183,729.98541062 +88,-1.537424111,0.727521351,310,-1.702731345,0.8728568183,733.2475741 +89,-1.539384641,0.7259505092,310,-1.702731345,0.8728568183,735.04702525 +90,-1.537372391,0.7259947145,310,-1.702731345,0.8728568183,738.29245091 +91,-1.535340789,0.7260435356,310,-1.702731345,0.8728568183,741.58247849 +92,-1.539325716,0.7244369706,310,-1.702731345,0.8728568183,740.09381298 +93,-1.537308932,0.7244801057,310,-1.702731345,0.8728568183,743.33288239 +94,-1.535289068,0.7245247645,310,-1.702731345,0.8728568183,746.59892897 +95,-1.533261366,0.7245550236,310,-1.702731345,0.8728568183,749.9514548 +96,-1.539267302,0.722921924,310,-1.702731345,0.8728568183,745.15889014 +97,-1.537248972,0.7229660258,310,-1.702731345,0.8728568183,748.38003121 +98,-1.535219431,0.7229916471,310,-1.702731345,0.8728568183,751.70713283 +99,-1.53318962,0.7230212049,310,-1.702731345,0.8728568183,755.04819278 +100,-1.531154816,0.7230299897,310,-1.702731345,0.8728568183,758.49106226 +101,-1.528878341,0.7230370244,310,-1.702731345,0.8728568183,762.3818237 +102,-1.539218189,0.7214009878,310,-1.702731345,0.8728568183,750.2419269 +103,-1.537198791,0.7214422745,310,-1.702731345,0.8728568183,753.45669314 +104,-1.535179266,0.7214634354,310,-1.702731345,0.8728568183,756.76426525 +105,-1.533156501,0.7214944644,310,-1.702731345,0.8728568183,760.07112795 +106,-1.53113574,0.7215166021,310,-1.702731345,0.8728568183,763.4293691 +107,-1.528874248,0.7215345535,310,-1.702731345,0.8728568183,767.23974942 +108,-1.539217656,0.7198512397,310,-1.702731345,0.8728568183,755.35417977 +109,-1.537199919,0.7199428763,310,-1.702731345,0.8728568183,758.38230129 +110,-1.545425832,0.727397149,310,-1.702731345,0.8728568183,720.26196814 +111,-1.543371177,0.7273916949,310,-1.702731345,0.8728568183,723.67791586 +112,-1.541368852,0.7274523163,310,-1.702731345,0.8728568183,726.81804137 +113,-1.545349067,0.7258710923,310,-1.702731345,0.8728568183,725.41682659 +114,-1.54332671,0.7258603556,310,-1.702731345,0.8728568183,728.77926523 +115,-1.541346831,0.7259242142,310,-1.702731345,0.8728568183,731.85321427 +116,-1.545324355,0.7243383958,310,-1.702731345,0.8728568183,730.52271088 +117,-1.543292796,0.7243617413,310,-1.702731345,0.8728568183,733.77007751 +118,-1.541295822,0.7244024384,310,-1.702731345,0.8728568183,736.93085766 +119,-1.543193859,0.7205570215,310,-1.702731345,0.8728568183,746.523846 +120,-1.550257047,0.7386738187,310,-1.702731345,0.8728568183,675.38716588 +121,-1.549335448,0.7311736483,310,-1.702731345,0.8728568183,701.40672349 +122,-1.533478843,0.7179891343,310,-1.702731345,0.8728568183,770.99349054 +123,-1.556150555,0.738907041,310,-1.702731345,0.8728568183,664.81438179 +124,-1.554324226,0.733414257,310,-1.702731345,0.8728568183,685.87282019 +125,-1.554290846,0.7288285332,310,-1.702731345,0.8728568183,701.14866798 +126,-1.55122487,0.7219795312,310,-1.702731345,0.8728568183,728.93109177 +127,-1.525104458,0.7229399862,310,-1.702731345,0.8728568183,769.24823695 +128,-1.519607711,0.7236181429,310,-1.702731345,0.8728568183,776.79182345 +129,-1.513899999,0.7251107854,310,-1.702731345,0.8728568183,782.38553196 +130,-1.536620762,0.7431061895,310,-1.702731345,0.8728568183,685.07652852 +131,-1.5369566,0.7460845958,310,-1.702731345,0.8728568183,675.2243585 +132,-1.545345528,0.7447040685,310,-1.702731345,0.8728568183,664.54074161 +133,-1.532813921,0.7432306626,310,-1.702731345,0.8728568183,691.59115331 +134,-1.554788248,0.7382381001,310,-1.702731345,0.8728568183,669.24974096 +135,-1.540348126,0.7301594274,310,-1.702731345,0.8728568183,719.7309281 +136,-1.538016084,0.7239051786,310,-1.702731345,0.8728568183,744.023652 +137,-1.525288962,0.7258085137,310,-1.702731345,0.8728568183,759.76463073 +138,-1.534326986,0.731241342,310,-1.702731345,0.8728568183,726.59898943 +139,-1.530733872,0.7303625216,310,-1.702731345,0.8728568183,735.68699179 +141,-1.534354939,0.7328219978,310,-1.702731345,0.8728568183,721.50654924 +142,-1.53157084,0.7292888153,310,-1.702731345,0.8728568183,737.6440839 +143,-1.525691035,0.7263799874,310,-1.702731345,0.8728568183,757.23688378 +144,-1.534031287,0.7495967835,310,-1.702731345,0.8728568183,669.83452013 +145,-1.527714986,0.7283095957,310,-1.702731345,0.8728568183,747.53058248 +146,-1.526189586,0.7271468292,310,-1.702731345,0.8728568183,753.9183608 +147,-1.555177336,0.7375563366,310,-1.702731345,0.8728568183,670.8427511 +148,-1.555080283,0.7312707794,310,-1.702731345,0.8728568183,691.75589394 +149,-1.53856994,0.7224180299,310,-1.702731345,0.8728568183,747.97223869 +150,-1.530837883,0.729933372,310,-1.702731345,0.8728568183,736.87064306 +151,-1.515066984,0.5854133365,310,-1.702731345,0.8728568183,1263.3312216 +152,-1.534731633,0.5368370046,310,-1.702731345,0.8728568183,1421.4236194 +153,-1.515231902,0.5607085576,310,-1.702731345,0.8728568183,1354.0526346 +154,-2.616253799,1.0684566605,310,-1.702731345,0.8728568183,2116.901145 +155,-1.956071439,0.5792177723,310,-1.702731345,0.8728568183,1378.7362989 +156,-1.951208514,0.5602434208,310,-1.702731345,0.8728568183,1438.090748 +157,-1.944675062,0.6062144545,310,-1.702731345,0.8728568183,1266.9732392 +158,-1.613778386,0.6077989518,310,-1.702731345,0.8728568183,1080.9826151 +159,-2.035029014,0.6021432345,310,-1.702731345,0.8728568183,1440.3832095 +160,-2.114989471,0.6801825058,310,-1.702731345,0.8728568183,1383.303224 +161,-2.037382079,0.5765830025,310,-1.702731345,0.8728568183,1527.6642998 +162,-2.129855121,0.6585019963,310,-1.702731345,0.8728568183,1475.135888 +163,-2.075141798,0.6493615843,310,-1.702731345,0.8728568183,1378.5821024 +164,-1.828626729,0.6948433129,310,-1.702731345,0.8728568183,787.72317529 +165,-1.863329418,0.6735427691,310,-1.702731345,0.8728568183,909.76837909 +166,-1.266037071,0.727988852,310,-1.702731345,0.8728568183,1325.8099702 +167,-1.277579582,0.7249010648,310,-1.702731345,0.8728568183,1304.6033234 +168,-1.258418684,0.7241194816,310,-1.702731345,0.8728568183,1353.0885039 +169,-1.317813974,0.6804850104,310,-1.702731345,0.8728568183,1319.7564285 +170,-1.344165204,0.6790988904,310,-1.702731345,0.8728568183,1264.385754 +171,-1.427582102,0.5277120351,310,-1.702731345,0.8728568183,1593.7235057 +172,-1.402238616,0.457167829,310,-1.702731345,0.8728568183,1884.0149342 +173,-1.422454264,0.4996161999,310,-1.702731345,0.8728568183,1701.5810509 +174,-1.439089277,0.4894859811,310,-1.702731345,0.8728568183,1714.1645344 +175,-1.448126995,0.5182330266,310,-1.702731345,0.8728568183,1597.3733467 +176,-1.474626146,0.5881926574,310,-1.702731345,0.8728568183,1308.7833451 +177,-1.421139645,0.5584869783,310,-1.702731345,0.8728568183,1495.95051 +178,-1.457037165,0.565943032,310,-1.702731345,0.8728568183,1413.7273528 +179,-2.757159358,0.3745319,310,-1.702731345,0.8728568183,3792.5635177 +180,-2.714309238,0.342054471,310,-1.702731345,0.8728568183,3780.0051592 +181,-2.000525337,0.774119946,310,-1.702731345,0.8728568183,889.26155497 +183,-1.571413436,0.6777838382,310,-1.702731345,0.8728568183,856.29744535 +184,-1.552860289,0.6987663893,310,-1.702731345,0.8728568183,805.98930608 +185,-1.521852374,0.7165827476,310,-1.702731345,0.8728568183,795.34595669 +186,-1.503656267,0.6928968252,310,-1.702731345,0.8728568183,903.71965342 +187,-1.502753178,0.7136205882,310,-1.702731345,0.8728568183,838.70714684 +188,-1.631894563,0.7343596465,310,-1.702731345,0.8728568183,581.90525464 +189,-1.653765416,0.6770714026,310,-1.702731345,0.8728568183,787.63625507 +190,-1.719812114,0.6715965947,310,-1.702731345,0.8728568183,798.64453276 +191,-1.493406659,0.6646955447,310,-1.702731345,0.8728568183,1014.632561 +192,-1.469120564,0.6613469966,310,-1.702731345,0.8728568183,1066.966458 +193,-1.590551461,0.5326612937,310,-1.702731345,0.8728568183,1388.2318077 +194,-1.625979264,0.5247742243,310,-1.702731345,0.8728568183,1397.6448903 +195,-1.572293943,0.5238808754,310,-1.702731345,0.8728568183,1436.0507575 +196,-1.610848725,0.5477107964,310,-1.702731345,0.8728568183,1316.2976436 +197,-1.208485554,0.7918526018,310,-1.702731345,0.8728568183,1347.4875281 +198,-1.335601374,0.6869083083,310,-1.702731345,0.8728568183,1262.3037902 +199,-1.346156996,0.6825213377,310,-1.702731345,0.8728568183,1250.5683548 +200,-1.324381037,0.6741422347,310,-1.702731345,0.8728568183,1322.0721547 +201,-1.242424992,0.7378949807,310,-1.702731345,0.8728568183,1362.5422153 +202,-1.270370057,0.7392461008,310,-1.702731345,0.8728568183,1290.5941625 +203,-1.448950472,0.7441675014,310,-1.702731345,0.8728568183,858.78684577 +204,-1.492662363,0.7523026852,310,-1.702731345,0.8728568183,743.66163699 +205,-1.479098966,0.7763855017,310,-1.702731345,0.8728568183,711.00091241 +206,-1.633760714,0.7869022408,310,-1.702731345,0.8728568183,387.06000651 +207,-1.647406434,0.8101289331,310,-1.702731345,0.8728568183,288.13546388 +208,-1.564245052,0.5701509278,310,-1.702731345,0.8728568183,1266.0261751 +209,-1.646289963,0.6833746083,310,-1.702731345,0.8728568183,767.04784149 +210,-1.5820631,0.6751952144,310,-1.702731345,0.8728568183,853.38831304 +211,-1.613236298,0.6681681791,310,-1.702731345,0.8728568183,849.21425469 +212,-1.914661867,0.8212566515,310,-1.702731345,0.8728568183,591.43597739 +213,-1.742133237,0.7250275956,310,-1.702731345,0.8728568183,595.50732662 +214,-2.033144872,0.6557314699,310,-1.702731345,0.8728568183,1270.8744121 +215,-2.039551981,0.6964723658,310,-1.702731345,0.8728568183,1168.7377216 +216,-1.247341019,0.7622473908,310,-1.702731345,0.8728568183,1301.2825823 +217,-1.298239787,0.7084123392,310,-1.702731345,0.8728568183,1293.7981602 +218,-1.308539688,0.6926545592,310,-1.702731345,0.8728568183,1309.1204412 +219,-1.303263185,0.6888938396,310,-1.702731345,0.8728568183,1331.0455298 +220,-1.852400229,0.6004246149,310,-1.702731345,0.8728568183,1163.1788744 +221,-1.288947707,0.7473773692,310,-1.702731345,0.8728568183,1227.5946706 +222,-1.372031502,0.7472790993,310,-1.702731345,0.8728568183,1026.8869947 +223,-1.289805721,0.7242157877,310,-1.702731345,0.8728568183,1276.5462563 +224,-1.350807603,0.7533498126,310,-1.702731345,0.8728568183,1063.9912575 +225,-1.329290365,0.7560442322,310,-1.702731345,0.8728568183,1110.4470234 +226,-1.410153004,0.616936428,310,-1.702731345,0.8728568183,1317.9315221 +227,-1.393445434,0.6308995063,310,-1.702731345,0.8728568183,1304.6111232 +228,-1.37595573,0.6241540638,310,-1.702731345,0.8728568183,1359.9499366 +229,-1.358388707,0.6172645205,310,-1.702731345,0.8728568183,1416.3280977 +230,-1.753741133,0.8281661666,310,-1.702731345,0.8728568183,221.54160766 +231,-1.47430987,0.6834615681,310,-1.702731345,0.8728568183,986.03718068 +232,-1.421012508,0.7222725206,310,-1.702731345,0.8728568183,977.95468538 +233,-1.4476833,0.6978557868,310,-1.702731345,0.8728568183,992.08609581 +234,-1.470370723,0.6966193374,310,-1.702731345,0.8728568183,951.88047312 +235,-1.429211703,0.7037216883,310,-1.702731345,0.8728568183,1012.3578969 +236,-1.700578405,0.6178673663,310,-1.702731345,0.8728568183,1010.0322835 +237,-1.678117619,0.6331716163,310,-1.702731345,0.8728568183,952.00785293 +238,-1.725644578,0.6316331145,310,-1.702731345,0.8728568183,957.74186316 +239,-2.14012759,0.7930497945,310,-1.702731345,0.8728568183,1201.2402002 +240,-2.103289431,0.7653606263,310,-1.702731345,0.8728568183,1158.3390941 +241,-1.318739838,0.7017808746,310,-1.702731345,0.8728568183,1262.1384579 +242,-1.396417427,0.7077900843,310,-1.702731345,0.8728568183,1070.8368761 +243,-1.35650337,0.7185539404,310,-1.702731345,0.8728568183,1132.3864011 +244,-1.248884539,0.7274156818,310,-1.702731345,0.8728568183,1369.1615421 +245,-1.395014798,0.5761185243,310,-1.702731345,0.8728568183,1480.2411925 +246,-1.433377362,0.6064716109,310,-1.702731345,0.8728568183,1311.4369753 +247,-1.408172432,0.5903155476,310,-1.702731345,0.8728568183,1409.4632974 +248,-1.749645898,0.7757118084,310,-1.702731345,0.8728568183,404.8839682 +249,-1.571626686,0.615046989,310,-1.702731345,0.8728568183,1088.9673482 +250,-1.514070049,0.6303003037,310,-1.702731345,0.8728568183,1102.4699613 +251,-1.480890369,0.6237966528,310,-1.702731345,0.8728568183,1174.4770451 +252,-1.704390658,0.5281680612,310,-1.702731345,0.8728568183,1365.3211245 +253,-1.64434733,0.5254277498,310,-1.702731345,0.8728568183,1387.1446242 +254,-1.703855997,0.4792484842,310,-1.702731345,0.8728568183,1559.0863363 +255,-1.692002383,0.5748825051,310,-1.702731345,0.8728568183,1180.6949912 +256,-1.854136457,0.5544643913,310,-1.702731345,0.8728568183,1337.983777 +257,-1.665021206,0.520317736,310,-1.702731345,0.8728568183,1400.9478517 +258,-1.733654349,0.4845187345,310,-1.702731345,0.8728568183,1541.0486394 +259,-1.720938188,0.5135933906,310,-1.702731345,0.8728568183,1424.087225 +260,-1.742668307,0.553296122,310,-1.702731345,0.8728568183,1271.2654287 +261,-1.965659039,0.7142126903,310,-1.702731345,0.8728568183,960.3165143 +262,-1.944438071,0.6772834804,310,-1.702731345,0.8728568183,1030.0333857 +263,-1.270340967,0.7681487096,310,-1.702731345,0.8728568183,1232.4069912 +264,-1.353091884,0.6549276821,310,-1.702731345,0.8728568183,1313.6195751 +265,-1.333236659,0.6413584414,310,-1.702731345,0.8728568183,1395.5865499 +266,-1.352015998,0.6753788907,310,-1.702731345,0.8728568183,1257.4375436 +267,-1.377988483,0.6577816235,310,-1.702731345,0.8728568183,1253.0316612 +268,-2.13075611,0.8318642051,310,-1.702731345,0.8728568183,1122.4901657 +269,-2.097910953,0.8259670014,310,-1.702731345,0.8728568183,1046.1098749 +270,-1.416382069,0.6694271549,310,-1.702731345,0.8728568183,1140.1305133 +271,-1.538905672,0.7535625993,310,-1.702731345,0.8728568183,648.73452714 +272,-1.572309477,0.7803125099,310,-1.702731345,0.8728568183,506.30068915 +273,-1.87759879,0.7503853417,310,-1.702731345,0.8728568183,679.04455689 +274,1.152365588,0.590457682,310,-1.702731345,0.8728568183,6561.0674254 +275,0.350198001,0.718001859,310,-1.702731345,0.8728568183,5099.31176 +276,0.046513677,0.491503852,310,-1.702731345,0.8728568183,5175.8788535 +277,0.027510309,0.742571376,310,-1.702731345,0.8728568183,4404.4943256 +278,0.306285725,-0.214631579,310,-1.702731345,0.8728568183,7980.8853052 +279,-1.100564889,0.318051531,310,-1.702731345,0.8728568183,2906.5617889 +280,-1.078582306,0.301437596,310,-1.702731345,0.8728568183,3006.9175164 +281,-1.137371989,-0.617634065,310,-1.702731345,0.8728568183,6227.0883911 +282,0.784356344,0.703272339,310,-1.702731345,0.8728568183,5798.7786626 +283,-1.221209947,0.218327455,310,-1.702731345,0.8728568183,3026.6567439 +284,2.347301921,-0.449114658,310,-1.702731345,0.8728568183,9230.8674491 +285,0.246820618,0.830553713,310,-1.702731345,0.8728568183,4568.560035 +286,0.829414965,0.703288228,310,-1.702731345,0.8728568183,5850.6565126 +287,-1.337537566,0.42332223,310,-1.702731345,0.8728568183,2105.5583499 +288,0.882453706,0.454478077,310,-1.702731345,0.8728568183,6834.2201464 +289,1.575629659,0.416419109,310,-1.702731345,0.8728568183,7314.4151652 +290,-1.039455679,0.229888244,310,-1.702731345,0.8728568183,3326.2383046 +291,0.489558039,0.934482747,310,-1.702731345,0.8728568183,4618.3446261 +292,0.081344504,0.88384514,310,-1.702731345,0.8728568183,4119.8855972 +293,-1.547979814,0.300350308,310,-1.702731345,0.8728568183,2320.7848427 +294,0.040776181,0.168560074,310,-1.702731345,0.8728568183,6144.0473393 +295,-1.130374745,0.563894876,310,-1.702731345,0.8728568183,2073.4884556 +296,1.578326642,0.478507176,310,-1.702731345,0.8728568183,7068.6311607 +297,-1.12861823,-0.291640865,310,-1.702731345,0.8728568183,5029.4329392 +298,0.310524208,0.770885792,310,-1.702731345,0.8728568183,4862.6166374 +299,0.415649091,-0.387246002,310,-1.702731345,0.8728568183,8766.5580337 +300,-0.926533878,-0.188022748,310,-1.702731345,0.8728568183,4984.7498454 +301,1.258856172,-0.11716081,310,-1.702731345,0.8728568183,9391.4418356 +302,-1.126050026,0.322941926,310,-1.702731345,0.8728568183,2838.6431853 +303,2.002785835,0.07893892,310,-1.702731345,0.8728568183,8209.6580458 +304,0.440437607,0.746258085,310,-1.702731345,0.8728568183,5161.2856363 +305,-0.030391866,0.214441206,310,-1.702731345,0.8728568183,5827.5889729 +306,0.521557815,-0.058929362,310,-1.702731345,0.8728568183,8005.1735433 +307,-0.097005111,0.13317729,310,-1.702731345,0.8728568183,5906.7288679 +308,1.83113859,0.221857587,310,-1.702731345,0.8728568183,7898.2285553 +309,0.222428864,0.099404236,310,-1.702731345,0.8728568183,6801.7300418 +310,-1.702731345,0.8728568183,310,-1.702731345,0.8728568183,0 +311,-0.418507569,0.278324921,310,-1.702731345,0.8728568183,4655.8050883 +312,-1.41153306,0.339029988,310,-1.702731345,0.8728568183,2305.3996803 +313,0.357560442,0.114788776,310,-1.702731345,0.8728568183,7069.7556244 +314,0.325818979,0.268352149,310,-1.702731345,0.8728568183,6502.1853623 +315,-1.246004659,-0.663679965,310,-1.702731345,0.8728568183,6291.7802416 +316,1.814603087,0.637404484,310,-1.702731345,0.8728568183,6318.8517884 +317,1.843704281,-0.18300445,310,-1.702731345,0.8728568183,9407.2645837 +318,1.690644492,-0.211480909,310,-1.702731345,0.8728568183,9698.8987492 +319,-1.275451936,0.068109467,310,-1.702731345,0.8728568183,3493.3799027 +320,0.762430171,-0.207594741,310,-1.702731345,0.8728568183,9015.7687868 +321,0.265668905,-0.014647884,310,-1.702731345,0.8728568183,7263.8889635 +322,-2.773032013,-0.335515811,310,-1.702731345,0.8728568183,6067.7344951 +323,-1.469512853,0.174058777,310,-1.702731345,0.8728568183,2871.8348682 +324,0.286276986,0.785925691,310,-1.702731345,0.8728568183,4773.4199221 +325,-1.379324697,0.377432233,310,-1.702731345,0.8728568183,2206.6406627 +326,-1.203778265,0.212813032,310,-1.702731345,0.8728568183,3075.6369766 +327,0.579916301,0.611743168,310,-1.702731345,0.8728568183,5839.7235242 +328,0.267582642,0.868113908,310,-1.702731345,0.8728568183,4491.4019515 +329,0.412869244,-0.050245578,310,-1.702731345,0.8728568183,7727.907799 +330,0.17524381,0.976660285,310,-1.702731345,0.8728568183,4027.5211419 +331,0.743157214,0.204812899,310,-1.702731345,0.8728568183,7542.0948249 +332,-1.070758176,0.269382282,310,-1.702731345,0.8728568183,3129.8460192 +333,-1.230364251,0.329790229,310,-1.702731345,0.8728568183,2617.1333153 +334,-1.374813124,-0.024926835,310,-1.702731345,0.8728568183,3726.6546715 +335,0.519780566,0.463669906,310,-1.702731345,0.8728568183,6245.6220552 +336,-1.55108034,0.239698561,310,-1.702731345,0.8728568183,2555.5147391 +337,0.180294813,0.029739425,310,-1.702731345,0.8728568183,6916.8278248 +338,0.67820924,0.268170153,310,-1.702731345,0.8728568183,7205.9111448 +339,0.445798684,1.024001867,310,-1.702731345,0.8728568183,4274.9823847 +340,0.691751283,0.150521402,310,-1.702731345,0.8728568183,7643.5761786 +341,-1.036643551,-0.903056181,310,-1.702731345,0.8728568183,7382.1476421 +342,-0.120287036,1.083325163,310,-1.702731345,0.8728568183,3295.4435229 +343,2.823513113,-0.304487164,310,-1.702731345,0.8728568183,7609.3953652 +344,0.457583172,1.12513373,310,-1.702731345,0.8728568183,3975.0042294 +345,0.042918831,0.813795399,310,-1.702731345,0.8728568183,4238.1488966 +346,1.196146777,-0.853142756,310,-1.702731345,0.8728568183,11814.861729 +347,0.206001358,-0.010430701,310,-1.702731345,0.8728568183,7104.7608511 +348,-0.268308653,0.234799412,310,-1.702731345,0.8728568183,5166.8872922 +349,0.759363263,0.736189579,310,-1.702731345,0.8728568183,5649.4934286 +350,0.181363926,0.891988372,310,-1.702731345,0.8728568183,4274.9999001 +351,-0.021111158,0.139103292,310,-1.702731345,0.8728568183,6079.9099993 +352,-0.093355215,0.630686981,310,-1.702731345,0.8728568183,4453.4284227 +353,0.40118964,0.681375926,310,-1.702731345,0.8728568183,5307.1314081 +354,-0.721197315,1.304706234,310,-1.702731345,0.8728568183,2321.4336467 +355,-1.076150317,0.212107639,310,-1.702731345,0.8728568183,3312.7058476 +356,-1.577164531,0.273993443,310,-1.702731345,0.8728568183,2406.1106432 +357,-0.190788414,0.182208586,310,-1.702731345,0.8728568183,5521.1171536 +358,-0.261349752,0.209710184,310,-1.702731345,0.8728568183,5259.3982722 +359,-1.029303852,0.083549259,310,-1.702731345,0.8728568183,3845.8605942 +360,-1.268609162,0.330525297,310,-1.702731345,0.8728568183,2548.0976323 +361,1.282982244,-0.926641967,310,-1.702731345,0.8728568183,12005.215506 +362,0.217352334,0.731352408,310,-1.702731345,0.8728568183,4813.9612172 +363,-1.511833084,0.258629297,310,-1.702731345,0.8728568183,2509.4773853 +364,0.338812194,0.823184618,310,-1.702731345,0.8728568183,4747.6037968 +365,-0.324406489,1.134201999,310,-1.702731345,0.8728568183,2884.9582035 +366,1.389579348,0.399185724,310,-1.702731345,0.8728568183,7402.3088228 +367,2.047152199,-0.039082036,310,-1.702731345,0.8728568183,8561.486065 +368,0.947780369,0.568250077,310,-1.702731345,0.8728568183,6480.82713 +369,0.763824846,0.576754987,310,-1.702731345,0.8728568183,6232.8013594 +370,-0.142334657,0.928153068,310,-1.702731345,0.8728568183,3586.4766074 +371,0.610266567,0.547265983,310,-1.702731345,0.8728568183,6111.9928818 +372,0.210731629,0.746815056,310,-1.702731345,0.8728568183,4754.7107474 +373,-1.34931644,0.316895224,310,-1.702731345,0.8728568183,2470.9480347 +374,2.407696481,0.655030745,310,-1.702731345,0.8728568183,5512.4753521 +375,0.64207831,0.545359131,310,-1.702731345,0.8728568183,6168.9232113 +376,1.174597538,0.840588356,310,-1.702731345,0.8728568183,5597.2778131 +377,0.660059424,0.010604079,310,-1.702731345,0.8728568183,8067.4684346 +378,-0.730263819,0.010486456,310,-1.702731345,0.8728568183,4720.7143506 +379,0.831068936,0.512339172,310,-1.702731345,0.8728568183,6555.9316505 +380,1.301180979,0.72367476,310,-1.702731345,0.8728568183,6101.9288205 +381,1.811128231,0.322854402,310,-1.702731345,0.8728568183,7531.4217361 +382,0.435105812,0.992284428,310,-1.702731345,0.8728568183,4360.8408203 +383,0.62643634,0.592027932,310,-1.702731345,0.8728568183,5980.9263987 +384,0.492988703,-0.516339467,310,-1.702731345,0.8728568183,9322.2785398 +385,-0.162469483,0.112549365,310,-1.702731345,0.8728568183,5803.0793 +386,0.314630866,0.472006421,310,-1.702731345,0.8728568183,5820.5197073 +387,0.166744804,0.822815954,310,-1.702731345,0.8728568183,4447.9829523 +388,0.417159608,0.965805736,310,-1.702731345,0.8728568183,4419.8711724 +389,0.106334961,0.868774244,310,-1.702731345,0.8728568183,4206.9246683 +390,0.815086969,-0.338144359,310,-1.702731345,0.8728568183,9558.6903323 +391,0.59867455,-0.230624824,310,-1.702731345,0.8728568183,8734.4662202 +392,1.915104874,0.066220985,310,-1.702731345,0.8728568183,8384.1917332 +393,1.278093622,0.064463721,310,-1.702731345,0.8728568183,8690.6306544 +394,-0.061477853,0.302997961,310,-1.702731345,0.8728568183,5483.1556001 +395,0.251311504,0.626976942,310,-1.702731345,0.8728568183,5200.9568343 +396,2.950242872,0.149095644,310,-1.702731345,0.8728568183,5920.3075351 +397,-0.180294708,0.35375117,310,-1.702731345,0.8728568183,5037.6155075 +398,1.010448592,-0.351180233,310,-1.702731345,0.8728568183,9978.319089 +399,-1.748740498,0.3686318073,310,-1.702731345,0.8728568183,2002.4301346 +400,2.699635665,0.123533791,310,-1.702731345,0.8728568183,6619.3055977 +401,0.496808033,0.823843254,310,-1.702731345,0.8728568183,4992.5938711 +402,0.129574704,0.763364087,310,-1.702731345,0.8728568183,4550.1007096 +403,1.798920311,0.817447563,310,-1.702731345,0.8728568183,5635.8816011 +404,0.335987953,0.746786541,310,-1.702731345,0.8728568183,4982.8978997 +405,-1.085413643,0.292154671,310,-1.702731345,0.8728568183,3023.8008389 +406,-0.155321003,0.508207011,310,-1.702731345,0.8728568183,4652.4087454 +407,0.620529244,-0.301175104,310,-1.702731345,0.8728568183,9007.5740777 +408,1.684402744,0.368716966,310,-1.702731345,0.8728568183,7450.9524336 +409,0.300582244,-0.386397212,310,-1.702731345,0.8728568183,8473.1535392 +410,2.913555946,-0.009225192,310,-1.702731345,0.8728568183,6494.3751146 +411,1.465101417,0.493232532,310,-1.702731345,0.8728568183,7031.9802965 +412,0.090612882,0.907955955,310,-1.702731345,0.8728568183,4071.3768105 +413,2.987564726,-0.729568594,310,-1.702731345,0.8728568183,8393.8968613 +414,-1.484261606,0.224149272,310,-1.702731345,0.8728568183,2665.6458376 +415,0.164073421,0.303955133,310,-1.702731345,0.8728568183,6022.0333742 +416,0.141441293,0.167552546,310,-1.702731345,0.8728568183,6393.4861088 +417,2.931321023,-0.506718887,310,-1.702731345,0.8728568183,7920.4941346 +418,2.21951565,0.700596356,310,-1.702731345,0.8728568183,5645.9359613 +419,0.268112576,1.199114336,310,-1.702731345,0.8728568183,3558.102274 +420,0.978913739,0.359223811,310,-1.702731345,0.8728568183,7303.8182976 +421,1.210898818,0.522863584,310,-1.702731345,0.8728568183,6857.5307552 +422,2.347397336,0.129231362,310,-1.702731345,0.8728568183,7400.3072223 +423,0.614394501,0.556878345,310,-1.702731345,0.8728568183,6085.0299385 +424,-1.398079356,0.148483366,310,-1.702731345,0.8728568183,3040.0736037 +425,2.535303836,-0.112984496,310,-1.702731345,0.8728568183,7757.536114 +426,-1.019372593,-0.405322349,310,-1.702731345,0.8728568183,5602.0746512 +427,-1.297785627,-0.160104069,310,-1.702731345,0.8728568183,4324.2630383 +428,2.144554488,0.205051084,310,-1.702731345,0.8728568183,7524.2740718 +429,-2.242387083,-0.426171285,310,-1.702731345,0.8728568183,5483.7827274 +430,0.338637212,0.909723676,310,-1.702731345,0.8728568183,4479.3824435 +431,-0.148798452,0.691042401,310,-1.702731345,0.8728568183,4163.206261 +432,0.893524764,0.441829531,310,-1.702731345,0.8728568183,6894.7917515 +433,0.969229347,-0.368847936,310,-1.702731345,0.8728568183,9966.8315156 +434,0.436043248,0.800045688,310,-1.702731345,0.8728568183,4978.4302283 +435,1.687946607,1.081504775,310,-1.702731345,0.8728568183,4662.7248305 +436,0.522302046,-0.034889271,310,-1.702731345,0.8728568183,7928.1973241 +437,-0.178996113,-0.438090009,310,-1.702731345,0.8728568183,7419.0138957 +438,-1.094339566,0.301444068,310,-1.702731345,0.8728568183,2974.593165 +439,-1.064070054,0.242569932,310,-1.702731345,0.8728568183,3233.4888633 +440,-1.068153768,0.230387998,310,-1.702731345,0.8728568183,3266.4239198 +441,-3.00496892,-0.23989155,310,-1.702731345,0.8728568183,6286.899077 +442,0.21751974,0.766874888,310,-1.702731345,0.8728568183,4707.0396153 +443,0.117229532,0.007619006,310,-1.702731345,0.8728568183,6828.8620833 +444,0.777758451,0.420554741,310,-1.702731345,0.8728568183,6819.3063964 +445,-0.252356999,0.250747086,310,-1.702731345,0.8728568183,5160.0024168 +446,0.363148444,0.768483434,310,-1.702731345,0.8728568183,4960.9147138 +447,0.903191366,-0.118210676,310,-1.702731345,0.8728568183,8968.3261879 +448,-0.205755923,0.149406178,310,-1.702731345,0.8728568183,5581.760585 +449,1.811996086,0.02364353,310,-1.702731345,0.8728568183,8673.3858615 +450,-1.100670221,0.314845373,310,-1.702731345,0.8728568183,2917.0132107 +451,0.340078597,0.850105132,310,-1.702731345,0.8728568183,4665.7775027 +452,0.258757267,0.804969236,310,-1.702731345,0.8728568183,4666.6876225 +453,2.78505352,-0.155160804,310,-1.702731345,0.8728568183,7262.9860863 +454,0.800551619,0.105822106,310,-1.702731345,0.8728568183,7992.6296536 +455,0.437940882,-0.506194031,310,-1.702731345,0.8728568183,9155.3826991 +456,2.230431122,0.63458615,310,-1.702731345,0.8728568183,5862.8222413 +457,0.527965361,0.127667701,310,-1.702731345,0.8728568183,7400.6385358 +458,-0.063643205,0.702093448,310,-1.702731345,0.8728568183,4322.680011 +459,1.408447268,0.133010502,310,-1.702731345,0.8728568183,8458.226733 +460,0.523795955,0.280266966,310,-1.702731345,0.8728568183,6876.9748136 +461,-0.975769313,0.072177659,310,-1.702731345,0.8728568183,3989.7483275 +462,0.549774164,-0.463663986,310,-1.702731345,0.8728568183,9320.2058536 +463,0.29245874,1.095549818,310,-1.702731345,0.8728568183,3866.6882859 +464,0.143625958,0.816809593,310,-1.702731345,0.8728568183,4422.5288477 +465,0.671902494,0.611159853,310,-1.702731345,0.8728568183,5981.4087262 +466,1.239840988,0.6724199,310,-1.702731345,0.8728568183,6283.6904674 +467,0.607829703,-0.10932137,310,-1.702731345,0.8728568183,8361.245936 +468,1.763020906,0.263996692,310,-1.702731345,0.8728568183,7800.8347258 +469,0.378714634,0.726066797,310,-1.702731345,0.8728568183,5123.3188451 +470,2.196736143,-0.153862366,310,-1.702731345,0.8728568183,8666.1706235 +471,0.01702415,0.148991565,310,-1.702731345,0.8728568183,6145.0215157 +472,-2.998490902,-0.158002487,310,-1.702731345,0.8728568183,6016.6432072 +473,-3.051262951,-0.346595608,310,-1.702731345,0.8728568183,6726.4393502 +474,-1.069176439,0.182802941,310,-1.702731345,0.8728568183,3426.6230856 +475,0.167157509,0.595344954,310,-1.702731345,0.8728568183,5127.1435163 +476,0.613855648,0.681746124,310,-1.702731345,0.8728568183,5648.7205656 +477,1.037012736,0.682555367,310,-1.702731345,0.8728568183,6125.5025063 +478,-1.253574971,0.379755746,310,-1.702731345,0.8728568183,2402.1987253 +479,3.108590453,-0.132620738,310,-1.702731345,0.8728568183,6374.0442111 +480,0.565301296,0.022333262,310,-1.702731345,0.8728568183,7832.2037032 +481,0.547898238,0.855555614,310,-1.702731345,0.8728568183,4959.0144139 +482,0.948309381,0.417393755,310,-1.702731345,0.8728568183,7050.2587298 +483,-0.050600732,0.945269213,310,-1.702731345,0.8728568183,3719.7156323 +484,-0.977651478,-0.572363064,310,-1.702731345,0.8728568183,6264.0987368 +485,1.102014914,0.728861163,310,-1.702731345,0.8728568183,5992.6272032 +486,2.927300795,-0.282939414,310,-1.702731345,0.8728568183,7282.8929096 +487,-1.154565557,0.124434095,310,-1.702731345,0.8728568183,3474.4557808 +488,1.855331234,0.291044755,310,-1.702731345,0.8728568183,7609.2891964 +489,0.830290659,0.276904518,310,-1.702731345,0.8728568183,7419.3672348 +490,0.485104466,-0.234867441,310,-1.702731345,0.8728568183,8481.1228771 +491,0.521367572,-0.33161327,310,-1.702731345,0.8728568183,8864.5796346 +1,-1.539031704,0.7349710123,311,-0.418507569,0.278324921,4172.278959 +2,-1.536990553,0.7349663874,311,-0.418507569,0.278324921,4166.303296 +3,-1.534951779,0.7349571355,311,-0.418507569,0.278324921,4160.3336449 +4,-1.532906461,0.7349480293,311,-0.418507569,0.278324921,4154.345586 +5,-1.531320211,0.7346937278,311,-0.418507569,0.278324921,4149.6102458 +6,-1.539451648,0.7335131775,311,-0.418507569,0.278324921,4173.0020277 +7,-1.537429487,0.7335445708,311,-0.418507569,0.278324921,4167.086228 +8,-1.535484998,0.7335658704,311,-0.418507569,0.278324921,4161.3955352 +9,-1.533488396,0.7336036027,311,-0.418507569,0.278324921,4155.5590534 +10,-1.531497785,0.7335842962,311,-0.418507569,0.278324921,4149.7203205 +11,-1.530259379,0.7334777758,311,-0.418507569,0.278324921,4146.0530995 +12,-1.5335454,0.7322346912,311,-0.418507569,0.278324921,4155.2323247 +13,-1.531489083,0.7322238773,311,-0.418507569,0.278324921,4149.1963844 +14,-1.530011122,0.7321679851,311,-0.418507569,0.278324921,4144.8407746 +15,-1.53348106,0.7306614094,311,-0.418507569,0.278324921,4154.4810715 +16,-1.531441779,0.7306962275,311,-0.418507569,0.278324921,4148.5027098 +17,-1.529755654,0.7306933243,311,-0.418507569,0.278324921,4143.5489525 +18,-1.533415048,0.7291384674,311,-0.418507569,0.278324921,4153.7476721 +19,-1.531392093,0.7291705353,311,-0.418507569,0.278324921,4147.8076207 +20,-1.529296523,0.7291214933,311,-0.418507569,0.278324921,4141.6255982 +21,-1.535280942,0.727267644,311,-0.418507569,0.278324921,4158.5919859 +22,-1.533378158,0.7276139666,311,-0.418507569,0.278324921,4153.1042182 +23,-1.531340368,0.7276446587,311,-0.418507569,0.278324921,4147.1113174 +24,-1.528960113,0.7276398177,311,-0.418507569,0.278324921,4140.0979773 +25,-1.533313146,0.7260818349,311,-0.418507569,0.278324921,4152.3800971 +26,-1.531259555,0.7260958115,311,-0.418507569,0.278324921,4146.3259662 +27,-1.528926415,0.7260865555,311,-0.418507569,0.278324921,4139.4398482 +28,-1.531226779,0.7245511789,311,-0.418507569,0.278324921,4145.6887676 +29,-1.528904772,0.7245519194,311,-0.418507569,0.278324921,4138.8291452 +30,-1.547195875,0.7409785979,311,-0.418507569,0.278324921,4198.1868368 +31,-1.5451475,0.740980426,311,-0.418507569,0.278324921,4192.2237086 +32,-1.543097679,0.7409798872,311,-0.418507569,0.278324921,4186.2563221 +33,-1.540720364,0.7409892687,311,-0.418507569,0.278324921,4179.3400966 +34,-1.547188511,0.7395198392,311,-0.418507569,0.278324921,4197.6710589 +35,-1.545148587,0.7395226109,311,-0.418507569,0.278324921,4191.7245136 +36,-1.543104538,0.7395314908,311,-0.418507569,0.278324921,4185.7688572 +37,-1.540727751,0.7395306258,311,-0.418507569,0.278324921,4178.8408277 +38,-1.547187029,0.7380014886,311,-0.418507569,0.278324921,4197.1571862 +39,-1.545147315,0.7380012252,311,-0.418507569,0.278324921,4191.2015505 +40,-1.54310719,0.7380060743,311,-0.418507569,0.278324921,4185.2472181 +41,-1.540719671,0.7380068206,311,-0.418507569,0.278324921,4178.2782706 +42,-1.547187189,0.7364799098,311,-0.418507569,0.278324921,4196.6521183 +43,-1.545149996,0.7364853874,311,-0.418507569,0.278324921,4190.6971192 +44,-1.543106091,0.7364823484,311,-0.418507569,0.278324921,4184.7203791 +45,-1.540717158,0.7364893901,311,-0.418507569,0.278324921,4177.7393148 +46,-1.538663972,0.7410138672,311,-0.418507569,0.278324921,4173.3644911 +47,-1.53695285,0.7409699132,311,-0.418507569,0.278324921,4168.3692378 +48,-1.534910498,0.7409641297,311,-0.418507569,0.278324921,4162.4247295 +49,-1.533145034,0.7409536636,311,-0.418507569,0.278324921,4157.2846685 +50,-1.538681336,0.7395405883,311,-0.418507569,0.278324921,4172.8804922 +51,-1.536999189,0.7395183096,311,-0.418507569,0.278324921,4167.9706494 +52,-1.534923633,0.7395144222,311,-0.418507569,0.278324921,4161.9217602 +53,-1.533267822,0.7395654306,311,-0.418507569,0.278324921,4157.1170915 +54,-1.53867273,0.7380151077,311,-0.418507569,0.278324921,4172.3070211 +55,-1.536980576,0.7379994392,311,-0.418507569,0.278324921,4167.3632456 +56,-1.534931522,0.7379944961,311,-0.418507569,0.278324921,4161.3824544 +57,-1.533387952,0.7379480264,311,-0.418507569,0.278324921,4156.8616495 +58,-1.538682279,0.7364914363,311,-0.418507569,0.278324921,4171.7923824 +59,-1.536980704,0.7364810563,311,-0.418507569,0.278324921,4166.8157984 +60,-1.534935567,0.7364752065,311,-0.418507569,0.278324921,4160.8374143 +61,-1.533042592,0.7363876366,311,-0.418507569,0.278324921,4155.2740888 +62,-1.545143426,0.7349628011,311,-0.418507569,0.278324921,4190.1684651 +63,-1.543105297,0.7349691947,311,-0.418507569,0.278324921,4184.2031633 +64,-1.541064533,0.7349647152,311,-0.418507569,0.278324921,4178.2272105 +65,-1.545411803,0.7334624714,311,-0.418507569,0.278324921,4190.4584503 +66,-1.543446606,0.7334780896,311,-0.418507569,0.278324921,4184.7014293 +67,-1.541475327,0.7334957295,311,-0.418507569,0.278324921,4178.9281159 +68,-1.545401939,0.731963266,311,-0.418507569,0.278324921,4189.9389845 +69,-1.54342253,0.7319915583,311,-0.418507569,0.278324921,4184.1361995 +70,-1.541455867,0.7320216438,311,-0.418507569,0.278324921,4178.3724252 +71,-1.545410146,0.7304422281,311,-0.418507569,0.278324921,4189.4705246 +72,-1.543435491,0.7304713664,311,-0.418507569,0.278324921,4183.6735469 +73,-1.541463105,0.7304997613,311,-0.418507569,0.278324921,4177.8839819 +74,-1.545414768,0.7289194936,311,-0.418507569,0.278324921,4188.9961615 +75,-1.543435774,0.7289538557,311,-0.418507569,0.278324921,4183.1796817 +76,-1.541457714,0.7289765881,311,-0.418507569,0.278324921,4177.3631575 +77,-1.539449415,0.7320555866,311,-0.418507569,0.278324921,4172.4941988 +78,-1.537429183,0.7321097681,311,-0.418507569,0.278324921,4166.583678 +79,-1.535472649,0.7321497267,311,-0.418507569,0.278324921,4160.8563893 +80,-1.539457899,0.7305333307,311,-0.418507569,0.278324921,4172.0006876 +81,-1.537453161,0.7305750503,311,-0.418507569,0.278324921,4166.1226676 +82,-1.535479385,0.7306124949,311,-0.418507569,0.278324921,4160.3353265 +83,-1.53946905,0.7290102593,311,-0.418507569,0.278324921,4171.5200114 +84,-1.537459922,0.7290417293,311,-0.418507569,0.278324921,4165.6169539 +85,-1.535451349,0.7290890157,311,-0.418507569,0.278324921,4159.7220902 +86,-1.535522937,0.7279887191,311,-0.418507569,0.278324921,4159.5528257 +87,-1.539442524,0.7274735939,311,-0.418507569,0.278324921,4170.9290446 +88,-1.537424111,0.727521351,311,-0.418507569,0.278324921,4164.9954741 +89,-1.539384641,0.7259505092,311,-0.418507569,0.278324921,4170.2550388 +90,-1.537372391,0.7259947145,311,-0.418507569,0.278324921,4164.3298367 +91,-1.535340789,0.7260435356,311,-0.418507569,0.278324921,4158.3502995 +92,-1.539325716,0.7244369706,311,-0.418507569,0.278324921,4169.5857726 +93,-1.537308932,0.7244801057,311,-0.418507569,0.278324921,4163.6382924 +94,-1.535289068,0.7245247645,311,-0.418507569,0.278324921,4157.6834109 +95,-1.533261366,0.7245550236,311,-0.418507569,0.278324921,4151.7016559 +96,-1.539267302,0.722921924,311,-0.418507569,0.278324921,4168.9221819 +97,-1.537248972,0.7229660258,311,-0.418507569,0.278324921,4162.9619107 +98,-1.535219431,0.7229916471,311,-0.418507569,0.278324921,4156.9634833 +99,-1.53318962,0.7230212049,311,-0.418507569,0.278324921,4150.9666031 +100,-1.531154816,0.7230299897,311,-0.418507569,0.278324921,4144.9488497 +101,-1.528878341,0.7230370244,311,-0.418507569,0.278324921,4138.2163971 +102,-1.539218189,0.7214009878,311,-0.418507569,0.278324921,4168.2889521 +103,-1.537198791,0.7214422745,311,-0.418507569,0.278324921,4162.3160339 +104,-1.535179266,0.7214634354,311,-0.418507569,0.278324921,4156.3372467 +105,-1.533156501,0.7214944644,311,-0.418507569,0.278324921,4150.3531164 +106,-1.53113574,0.7215166021,311,-0.418507569,0.278324921,4144.372952 +107,-1.528874248,0.7215345535,311,-0.418507569,0.278324921,4137.6791631 +108,-1.539217656,0.7198512397,311,-0.418507569,0.278324921,4167.7956314 +109,-1.537199919,0.7199428763,311,-0.418507569,0.278324921,4161.8350936 +110,-1.545425832,0.727397149,311,-0.418507569,0.278324921,4188.5461061 +111,-1.543371177,0.7273916949,311,-0.418507569,0.278324921,4182.4852983 +112,-1.541368852,0.7274523163,311,-0.418507569,0.278324921,4176.6010135 +113,-1.545349067,0.7258710923,311,-0.418507569,0.278324921,4187.8407372 +114,-1.54332671,0.7258603556,311,-0.418507569,0.278324921,4181.8650295 +115,-1.541346831,0.7259242142,311,-0.418507569,0.278324921,4176.0394189 +116,-1.545324355,0.7243383958,311,-0.418507569,0.278324921,4187.2917931 +117,-1.543292796,0.7243617413,311,-0.418507569,0.278324921,4181.291107 +118,-1.541295822,0.7244024384,311,-0.418507569,0.278324921,4175.3991718 +119,-1.543193859,0.7205570215,311,-0.418507569,0.278324921,4179.8171622 +120,-1.550257047,0.7386738187,311,-0.418507569,0.278324921,4206.3416154 +121,-1.549335448,0.7311736483,311,-0.418507569,0.278324921,4201.243184 +122,-1.533478843,0.7179891343,311,-0.418507569,0.278324921,4150.1478825 +123,-1.556150555,0.738907041,311,-0.418507569,0.278324921,4223.6179319 +124,-1.554324226,0.733414257,311,-0.418507569,0.278324921,4216.5844718 +125,-1.554290846,0.7288285332,311,-0.418507569,0.278324921,4215.1149977 +126,-1.55122487,0.7219795312,311,-0.418507569,0.278324921,4204.0611852 +127,-1.525104458,0.7229399862,311,-0.418507569,0.278324921,4127.0185198 +128,-1.519607711,0.7236181429,311,-0.418507569,0.278324921,4111.0190104 +129,-1.513899999,0.7251107854,311,-0.418507569,0.278324921,4094.7476183 +130,-1.536620762,0.7431061895,311,-0.418507569,0.278324921,4168.1988411 +131,-1.5369566,0.7460845958,311,-0.418507569,0.278324921,4170.2978721 +132,-1.545345528,0.7447040685,311,-0.418507569,0.278324921,4194.1026452 +133,-1.532813921,0.7432306626,311,-0.418507569,0.278324921,4157.1945203 +134,-1.554788248,0.7382381001,311,-0.418507569,0.278324921,4219.4315424 +135,-1.540348126,0.7301594274,311,-0.418507569,0.278324921,4174.4918828 +136,-1.538016084,0.7239051786,311,-0.418507569,0.278324921,4165.5395933 +137,-1.525288962,0.7258085137,311,-0.418507569,0.278324921,4128.608987 +138,-1.534326986,0.731241342,311,-0.418507569,0.278324921,4157.1717695 +139,-1.530733872,0.7303625216,311,-0.418507569,0.278324921,4146.3021194 +141,-1.534354939,0.7328219978,311,-0.418507569,0.278324921,4157.8172278 +142,-1.53157084,0.7292888153,311,-0.418507569,0.278324921,4148.3757705 +143,-1.525691035,0.7263799874,311,-0.418507569,0.278324921,4130.0048268 +144,-1.534031287,0.7495967835,311,-0.418507569,0.278324921,4163.2090296 +145,-1.527714986,0.7283095957,311,-0.418507569,0.278324921,4136.6755205 +146,-1.526189586,0.7271468292,311,-0.418507569,0.278324921,4131.7563466 +147,-1.555177336,0.7375563366,311,-0.418507569,0.278324921,4220.3556147 +148,-1.555080283,0.7312707794,311,-0.418507569,0.278324921,4218.1605968 +149,-1.53856994,0.7224180299,311,-0.418507569,0.278324921,4166.6946503 +150,-1.530837883,0.729933372,311,-0.418507569,0.278324921,4146.452401 +151,-1.515066984,0.5854133365,311,-0.418507569,0.278324921,4066.1341112 +152,-1.534731633,0.5368370046,311,-0.418507569,0.278324921,4132.8233296 +153,-1.515231902,0.5607085576,311,-0.418507569,0.278324921,4065.861248 +154,-2.616253799,1.0684566605,311,-0.418507569,0.278324921,6343.9370653 +155,-1.956071439,0.5792177723,311,-0.418507569,0.278324921,5516.6148718 +156,-1.951208514,0.5602434208,311,-0.418507569,0.278324921,5517.0341877 +157,-1.944675062,0.6062144545,311,-0.418507569,0.278324921,5457.4981614 +158,-1.613778386,0.6077989518,311,-0.418507569,0.278324921,4389.0742599 +159,-2.035029014,0.6021432345,311,-0.418507569,0.278324921,5747.8569909 +160,-2.114989471,0.6801825058,311,-0.418507569,0.278324921,5908.3240779 +161,-2.037382079,0.5765830025,311,-0.418507569,0.278324921,5781.1798864 +162,-2.129855121,0.6585019963,311,-0.418507569,0.278324921,5977.8044438 +163,-2.075141798,0.6493615843,311,-0.418507569,0.278324921,5823.262592 +164,-1.828626729,0.6948433129,311,-0.418507569,0.278324921,5039.6150552 +165,-1.863329418,0.6735427691,311,-0.418507569,0.278324921,5156.2847488 +166,-1.266037071,0.727988852,311,-0.418507569,0.278324921,3378.0054092 +167,-1.277579582,0.7249010648,311,-0.418507569,0.278324921,3407.3030941 +168,-1.258418684,0.7241194816,311,-0.418507569,0.278324921,3351.9523195 +169,-1.317813974,0.6804850104,311,-0.418507569,0.278324921,3482.182141 +170,-1.344165204,0.6790988904,311,-0.418507569,0.278324921,3560.5930483 +171,-1.427582102,0.5277120351,311,-0.418507569,0.278324921,3767.1267605 +172,-1.402238616,0.457167829,311,-0.418507569,0.278324921,3677.0576714 +173,-1.422454264,0.4996161999,311,-0.418507569,0.278324921,3747.6078655 +174,-1.439089277,0.4894859811,311,-0.418507569,0.278324921,3805.6013068 +175,-1.448126995,0.5182330266,311,-0.418507569,0.278324921,3836.993407 +176,-1.474626146,0.5881926574,311,-0.418507569,0.278324921,3933.1118747 +177,-1.421139645,0.5584869783,311,-0.418507569,0.278324921,3749.9212168 +178,-1.457037165,0.565943032,311,-0.418507569,0.278324921,3871.389787 +179,-2.757159358,0.3745319,311,-0.418507569,0.278324921,8392.8948385 +180,-2.714309238,0.342054471,311,-0.418507569,0.278324921,8335.0022767 +181,-2.000525337,0.774119946,311,-0.418507569,0.278324921,5487.4884492 +183,-1.571413436,0.6777838382,311,-0.418507569,0.278324921,4255.7511146 +184,-1.552860289,0.6987663893,311,-0.418507569,0.278324921,4202.9334702 +185,-1.521852374,0.7165827476,311,-0.418507569,0.278324921,4115.0921885 +186,-1.503656267,0.6928968252,311,-0.418507569,0.278324921,4052.0492176 +187,-1.502753178,0.7136205882,311,-0.418507569,0.278324921,4057.1134116 +188,-1.631894563,0.7343596465,311,-0.418507569,0.278324921,4444.6194841 +189,-1.653765416,0.6770714026,311,-0.418507569,0.278324921,4509.8565483 +190,-1.719812114,0.6715965947,311,-0.418507569,0.278324921,4714.8792887 +191,-1.493406659,0.6646955447,311,-0.418507569,0.278324921,4011.2850037 +192,-1.469120564,0.6613469966,311,-0.418507569,0.278324921,3934.6185607 +193,-1.590551461,0.5326612937,311,-0.418507569,0.278324921,4323.5458556 +194,-1.625979264,0.5247742243,311,-0.418507569,0.278324921,4446.4516934 +195,-1.572293943,0.5238808754,311,-0.418507569,0.278324921,4262.940995 +196,-1.610848725,0.5477107964,311,-0.418507569,0.278324921,4389.1641561 +197,-1.208485554,0.7918526018,311,-0.418507569,0.278324921,3308.5062403 +198,-1.335601374,0.6869083083,311,-0.418507569,0.278324921,3540.8899165 +199,-1.346156996,0.6825213377,311,-0.418507569,0.278324921,3569.2051247 +200,-1.324381037,0.6741422347,311,-0.418507569,0.278324921,3496.8284095 +201,-1.242424992,0.7378949807,311,-0.418507569,0.278324921,3323.6902889 +202,-1.270370057,0.7392461008,311,-0.418507569,0.278324921,3403.2416477 +203,-1.448950472,0.7441675014,311,-0.418507569,0.278324921,3915.2467997 +204,-1.492662363,0.7523026852,311,-0.418507569,0.278324921,4045.4751484 +205,-1.479098966,0.7763855017,311,-0.418507569,0.278324921,4020.8554552 +206,-1.633760714,0.7869022408,311,-0.418507569,0.278324921,4457.4206675 +207,-1.647406434,0.8101289331,311,-0.418507569,0.278324921,4499.5263539 +208,-1.564245052,0.5701509278,311,-0.418507569,0.278324921,4229.4243532 +209,-1.646289963,0.6833746083,311,-0.418507569,0.278324921,4486.4994464 +210,-1.5820631,0.6751952144,311,-0.418507569,0.278324921,4288.3132892 +211,-1.613236298,0.6681681791,311,-0.418507569,0.278324921,4384.5363967 +212,-1.914661867,0.8212566515,311,-0.418507569,0.278324921,5221.1980421 +213,-1.742133237,0.7250275956,311,-0.418507569,0.278324921,4770.5299306 +214,-2.033144872,0.6557314699,311,-0.418507569,0.278324921,5689.0591314 +215,-2.039551981,0.6964723658,311,-0.418507569,0.278324921,5668.7302578 +216,-1.247341019,0.7622473908,311,-0.418507569,0.278324921,3368.5168732 +217,-1.298239787,0.7084123392,311,-0.418507569,0.278324921,3449.6373469 +218,-1.308539688,0.6926545592,311,-0.418507569,0.278324921,3465.0562851 +219,-1.303263185,0.6888938396,311,-0.418507569,0.278324921,3445.9688379 +220,-1.852400229,0.6004246149,311,-0.418507569,0.278324921,5165.7212141 +221,-1.288947707,0.7473773692,311,-0.418507569,0.278324921,3464.4422779 +222,-1.372031502,0.7472790993,311,-0.418507569,0.278324921,3697.8468742 +223,-1.289805721,0.7242157877,311,-0.418507569,0.278324921,3441.4489692 +224,-1.350807603,0.7533498126,311,-0.418507569,0.278324921,3643.5466785 +225,-1.329290365,0.7560442322,311,-0.418507569,0.278324921,3586.1107485 +226,-1.410153004,0.616936428,311,-0.418507569,0.278324921,3731.1713689 +227,-1.393445434,0.6308995063,311,-0.418507569,0.278324921,3683.8594313 +228,-1.37595573,0.6241540638,311,-0.418507569,0.278324921,3624.9096279 +229,-1.358388707,0.6172645205,311,-0.418507569,0.278324921,3565.2402993 +230,-1.753741133,0.8281661666,311,-0.418507569,0.278324921,4788.0042066 +231,-1.47430987,0.6834615681,311,-0.418507569,0.278324921,3959.113663 +232,-1.421012508,0.7222725206,311,-0.418507569,0.278324921,3820.0318853 +233,-1.4476833,0.6978557868,311,-0.418507569,0.278324921,3884.984172 +234,-1.470370723,0.6966193374,311,-0.418507569,0.278324921,3952.7682868 +235,-1.429211703,0.7037216883,311,-0.418507569,0.278324921,3832.8171983 +236,-1.700578405,0.6178673663,311,-0.418507569,0.278324921,4668.0161154 +237,-1.678117619,0.6331716163,311,-0.418507569,0.278324921,4592.3198639 +238,-1.725644578,0.6316331145,311,-0.418507569,0.278324921,4744.2359867 +239,-2.14012759,0.7930497945,311,-0.418507569,0.278324921,5847.5125789 +240,-2.103289431,0.7653606263,311,-0.418507569,0.278324921,5779.4384247 +241,-1.318739838,0.7017808746,311,-0.418507569,0.278324921,3503.4492086 +242,-1.396417427,0.7077900843,311,-0.418507569,0.278324921,3737.8112678 +243,-1.35650337,0.7185539404,311,-0.418507569,0.278324921,3628.6773082 +244,-1.248884539,0.7274156818,311,-0.418507569,0.278324921,3328.8845253 +245,-1.395014798,0.5761185243,311,-0.418507569,0.278324921,3667.348134 +246,-1.433377362,0.6064716109,311,-0.418507569,0.278324921,3802.5233776 +247,-1.408172432,0.5903155476,311,-0.418507569,0.278324921,3715.211306 +248,-1.749645898,0.7757118084,311,-0.418507569,0.278324921,4783.0398078 +249,-1.571626686,0.615046989,311,-0.418507569,0.278324921,4251.996877 +250,-1.514070049,0.6303003037,311,-0.418507569,0.278324921,4068.1889254 +251,-1.480890369,0.6237966528,311,-0.418507569,0.278324921,3960.576421 +252,-1.704390658,0.5281680612,311,-0.418507569,0.278324921,4712.6142897 +253,-1.64434733,0.5254277498,311,-0.418507569,0.278324921,4509.0114124 +254,-1.703855997,0.4792484842,311,-0.418507569,0.278324921,4733.7197683 +255,-1.692002383,0.5748825051,311,-0.418507569,0.278324921,4653.1554001 +256,-1.854136457,0.5544643913,311,-0.418507569,0.278324921,5201.3732717 +257,-1.665021206,0.520317736,311,-0.418507569,0.278324921,4581.4663148 +258,-1.733654349,0.4845187345,311,-0.418507569,0.278324921,4834.6024095 +259,-1.720938188,0.5135933906,311,-0.418507569,0.278324921,4775.755498 +260,-1.742668307,0.553296122,311,-0.418507569,0.278324921,4830.505624 +261,-1.965659039,0.7142126903,311,-0.418507569,0.278324921,5435.8976407 +262,-1.944438071,0.6772834804,311,-0.418507569,0.278324921,5400.951605 +263,-1.270340967,0.7681487096,311,-0.418507569,0.278324921,3438.2533697 +264,-1.353091884,0.6549276821,311,-0.418507569,0.278324921,3570.8533732 +265,-1.333236659,0.6413584414,311,-0.418507569,0.278324921,3500.0375859 +266,-1.352015998,0.6753788907,311,-0.418507569,0.278324921,3581.6529541 +267,-1.377988483,0.6577816235,311,-0.418507569,0.278324921,3649.7823507 +268,-2.13075611,0.8318642051,311,-0.418507569,0.278324921,5778.1885229 +269,-2.097910953,0.8259670014,311,-0.418507569,0.278324921,5700.1507995 +270,-1.416382069,0.6694271549,311,-0.418507569,0.278324921,3774.9063939 +271,-1.538905672,0.7535625993,311,-0.418507569,0.278324921,4178.809022 +272,-1.572309477,0.7803125099,311,-0.418507569,0.278324921,4283.6283983 +273,-1.87759879,0.7503853417,311,-0.418507569,0.278324921,5156.4826882 +274,1.152365588,0.590457682,311,-0.418507569,0.278324921,5613.899373 +275,0.350198001,0.718001859,311,-0.418507569,0.278324921,3143.5283798 +276,0.046513677,0.491503852,311,-0.418507569,0.278324921,1898.248129 +277,0.027510309,0.742571376,311,-0.418507569,0.278324921,2379.9358747 +278,0.306285725,-0.214631579,311,-0.418507569,0.278324921,3446.2443651 +279,-1.100564889,0.318051531,311,-0.418507569,0.278324921,2582.4754491 +280,-1.078582306,0.301437596,311,-0.418507569,0.278324921,2503.2051176 +281,-1.137371989,-0.617634065,311,-0.418507569,0.278324921,4457.7647232 +282,0.784356344,0.703272339,311,-0.418507569,0.278324921,4410.8155372 +283,-1.221209947,0.218327455,311,-0.418507569,0.278324921,3085.2623736 +284,2.347301921,-0.449114658,311,-0.418507569,0.278324921,10900.113272 +285,0.246820618,0.830553713,311,-0.418507569,0.278324921,3077.5897301 +286,0.829414965,0.703288228,311,-0.418507569,0.278324921,4546.9396985 +287,-1.337537566,0.42332223,311,-0.418507569,0.278324921,3447.1013203 +288,0.882453706,0.454478077,311,-0.418507569,0.278324921,4801.7490897 +289,1.575629659,0.416419109,311,-0.418507569,0.278324921,7223.2526251 +290,-1.039455679,0.229888244,311,-0.418507569,0.278324921,2385.5328909 +291,0.489558039,0.934482747,311,-0.418507569,0.278324921,3807.3870544 +292,0.081344504,0.88384514,311,-0.418507569,0.278324921,2877.0817284 +293,-1.547979814,0.300350308,311,-0.418507569,0.278324921,4267.6775291 +294,0.040776181,0.168560074,311,-0.418507569,0.278324921,1824.7365909 +295,-1.130374745,0.563894876,311,-0.418507569,0.278324921,2789.256652 +296,1.578326642,0.478507176,311,-0.418507569,0.278324921,7125.8229425 +297,-1.12861823,-0.291640865,311,-0.418507569,0.278324921,3576.442252 +298,0.310524208,0.770885792,311,-0.418507569,0.278324921,3118.168621 +299,0.415649091,-0.387246002,311,-0.418507569,0.278324921,4173.6794809 +300,-0.926533878,-0.188022748,311,-0.418507569,0.278324921,2716.3886197 +301,1.258856172,-0.11716081,311,-0.418507569,0.278324921,6753.0494948 +302,-1.126050026,0.322941926,311,-0.418507569,0.278324921,2677.299713 +303,2.002785835,0.07893892,311,-0.418507569,0.278324921,9286.4471117 +304,0.440437607,0.746258085,311,-0.418507569,0.278324921,3431.1825166 +305,-0.030391866,0.214441206,311,-0.418507569,0.278324921,1511.3668381 +306,0.521557815,-0.058929362,311,-0.418507569,0.278324921,3915.7725314 +307,-0.097005111,0.13317729,311,-0.418507569,0.278324921,1371.4685611 +308,1.83113859,0.221857587,311,-0.418507569,0.278324921,8427.4545025 +309,0.222428864,0.099404236,311,-0.418507569,0.278324921,2587.2672237 +310,-1.702731345,0.8728568183,311,-0.418507569,0.278324921,4655.8050883 +311,-0.418507569,0.278324921,311,-0.418507569,0.278324921,0 +312,-1.41153306,0.339029988,311,-0.418507569,0.278324921,3738.8530702 +313,0.357560442,0.114788776,311,-0.418507569,0.278324921,3076.8981145 +314,0.325818979,0.268352149,311,-0.418507569,0.278324921,2834.0523072 +315,-1.246004659,-0.663679965,311,-0.418507569,0.278324921,4833.8332056 +316,1.814603087,0.637404484,311,-0.418507569,0.278324921,7477.3752049 +317,1.843704281,-0.18300445,311,-0.418507569,0.278324921,9039.5561588 +318,1.690644492,-0.211480909,311,-0.418507569,0.278324921,8479.9280149 +319,-1.275451936,0.068109467,311,-0.418507569,0.278324921,3435.8732496 +320,0.762430171,-0.207594741,311,-0.418507569,0.278324921,5011.0542904 +321,0.265668905,-0.014647884,311,-0.418507569,0.278324921,2916.1586373 +322,-2.773032013,-0.335515811,311,-0.418507569,0.278324921,9471.2649523 +323,-1.469512853,0.174058777,311,-0.418507569,0.278324921,4065.3528152 +324,0.286276986,0.785925691,311,-0.418507569,0.278324921,3083.3744361 +325,-1.379324697,0.377432233,311,-0.418507569,0.278324921,3606.7978432 +326,-1.203778265,0.212813032,311,-0.418507569,0.278324921,3022.7875911 +327,0.579916301,0.611743168,311,-0.418507569,0.278324921,3751.0497484 +328,0.267582642,0.868113908,311,-0.418507569,0.278324921,3203.1813957 +329,0.412869244,-0.050245578,311,-0.418507569,0.278324921,3505.3782173 +330,0.17524381,0.976660285,311,-0.418507569,0.278324921,3293.4503524 +331,0.743157214,0.204812899,311,-0.418507569,0.278324921,4459.5867763 +332,-1.070758176,0.269382282,311,-0.418507569,0.278324921,2484.1768895 +333,-1.230364251,0.329790229,311,-0.418507569,0.278324921,3066.5647007 +334,-1.374813124,-0.024926835,311,-0.418507569,0.278324921,3927.8038692 +335,0.519780566,0.463669906,311,-0.418507569,0.278324921,3515.7607547 +336,-1.55108034,0.239698561,311,-0.418507569,0.278324921,4321.6036711 +337,0.180294813,0.029739425,311,-0.418507569,0.278324921,2535.3949634 +338,0.67820924,0.268170153,311,-0.418507569,0.278324921,4165.9432366 +339,0.445798684,1.024001867,311,-0.418507569,0.278324921,3871.2281541 +340,0.691751283,0.150521402,311,-0.418507569,0.278324921,4312.0886287 +341,-1.036643551,-0.903056181,311,-0.418507569,0.278324921,5141.1628832 +342,-0.120287036,1.083325163,311,-0.418507569,0.278324921,3296.4431902 +343,2.823513113,-0.304487164,311,-0.418507569,0.278324921,12049.009132 +344,0.457583172,1.12513373,311,-0.418507569,0.278324921,4087.1439787 +345,0.042918831,0.813795399,311,-0.418507569,0.278324921,2607.9259061 +346,1.196146777,-0.853142756,311,-0.418507569,0.278324921,7160.3356864 +347,0.206001358,-0.010430701,311,-0.418507569,0.278324921,2696.3127158 +348,-0.268308653,0.234799412,311,-0.418507569,0.278324921,600.64911939 +349,0.759363263,0.736189579,311,-0.418507569,0.278324921,4340.6207981 +350,0.181363926,0.891988372,311,-0.418507569,0.278324921,3082.6541298 +351,-0.021111158,0.139103292,311,-0.418507569,0.278324921,1633.939085 +352,-0.093355215,0.630686981,311,-0.418507569,0.278324921,1805.7680824 +353,0.40118964,0.681375926,311,-0.418507569,0.278324921,3245.3637641 +354,-0.721197315,1.304706234,311,-0.418507569,0.278324921,4118.5081975 +355,-1.076150317,0.212107639,311,-0.418507569,0.278324921,2537.2387734 +356,-1.577164531,0.273993443,311,-0.418507569,0.278324921,4394.6452648 +357,-0.190788414,0.182208586,311,-0.418507569,0.278324921,956.70909757 +358,-0.261349752,0.209710184,311,-0.418507569,0.278324921,662.22454404 +359,-1.029303852,0.083549259,311,-0.418507569,0.278324921,2496.6421309 +360,-1.268609162,0.330525297,311,-0.418507569,0.278324921,3209.3165947 +361,1.282982244,-0.926641967,311,-0.418507569,0.278324921,7407.8106048 +362,0.217352334,0.731352408,311,-0.418507569,0.278324921,2806.821576 +363,-1.511833084,0.258629297,311,-0.418507569,0.278324921,4159.7284041 +364,0.338812194,0.823184618,311,-0.418507569,0.278324921,3278.7748582 +365,-0.324406489,1.134201999,311,-0.418507569,0.278324921,3399.5548093 +366,1.389579348,0.399185724,311,-0.418507569,0.278324921,6624.533886 +367,2.047152199,-0.039082036,311,-0.418507569,0.278324921,9643.1184071 +368,0.947780369,0.568250077,311,-0.418507569,0.278324921,4963.2790154 +369,0.763824846,0.576754987,311,-0.418507569,0.278324921,4350.4181899 +370,-0.142334657,0.928153068,311,-0.418507569,0.278324921,2713.7085685 +371,0.610266567,0.547265983,311,-0.418507569,0.278324921,3836.2148237 +372,0.210731629,0.746815056,311,-0.418507569,0.278324921,2819.9180377 +373,-1.34931644,0.316895224,311,-0.418507569,0.278324921,3516.022342 +374,2.407696481,0.655030745,311,-0.418507569,0.278324921,8564.4915953 +375,0.64207831,0.545359131,311,-0.418507569,0.278324921,3943.7122732 +376,1.174597538,0.840588356,311,-0.418507569,0.278324921,5463.1636414 +377,0.660059424,0.010604079,311,-0.418507569,0.278324921,4340.6525337 +378,-0.730263819,0.010486456,311,-0.418507569,0.278324921,1615.260222 +379,0.831068936,0.512339172,311,-0.418507569,0.278324921,4595.0157762 +380,1.301180979,0.72367476,311,-0.418507569,0.278324921,5924.435025 +381,1.811128231,0.322854402,311,-0.418507569,0.278324921,8164.7528762 +382,0.435105812,0.992284428,311,-0.418507569,0.278324921,3792.5608393 +383,0.62643634,0.592027932,311,-0.418507569,0.278324921,3897.0581419 +384,0.492988703,-0.516339467,311,-0.418507569,0.278324921,4692.6469702 +385,-0.162469483,0.112549365,311,-0.418507569,0.278324921,1190.8716859 +386,0.314630866,0.472006421,311,-0.418507569,0.278324921,2794.5395309 +387,0.166744804,0.822815954,311,-0.418507569,0.278324921,2883.349511 +388,0.417159608,0.965805736,311,-0.418507569,0.278324921,3708.7700626 +389,0.106334961,0.868774244,311,-0.418507569,0.278324921,2879.9690113 +390,0.815086969,-0.338144359,311,-0.418507569,0.278324921,5388.0960255 +391,0.59867455,-0.230624824,311,-0.418507569,0.278324921,4464.1637678 +392,1.915104874,0.066220985,311,-0.418507569,0.278324921,8997.2934139 +393,1.278093622,0.064463721,311,-0.418507569,0.278324921,6629.4185689 +394,-0.061477853,0.302997961,311,-0.418507569,0.278324921,1357.7557814 +395,0.251311504,0.626976942,311,-0.418507569,0.278324921,2730.9100964 +396,2.950242872,0.149095644,311,-0.418507569,0.278324921,10530.732329 +397,-0.180294708,0.35375117,311,-0.418507569,0.278324921,944.82330044 +398,1.010448592,-0.351180233,311,-0.418507569,0.278324921,6090.7321696 +399,-1.748740498,0.3686318073,311,-0.418507569,0.278324921,4962.2176779 +400,2.699635665,0.123533791,311,-0.418507569,0.278324921,10849.431593 +401,0.496808033,0.823843254,311,-0.418507569,0.278324921,3674.0728888 +402,0.129574704,0.763364087,311,-0.418507569,0.278324921,2659.7478967 +403,1.798920311,0.817447563,311,-0.418507569,0.278324921,7002.9397063 +404,0.335987953,0.746786541,311,-0.418507569,0.278324921,3146.3180876 +405,-1.085413643,0.292154671,311,-0.418507569,0.278324921,2531.5690602 +406,-0.155321003,0.508207011,311,-0.418507569,0.278324921,1322.6111265 +407,0.620529244,-0.301175104,311,-0.418507569,0.278324921,4660.4028021 +408,1.684402744,0.368716966,311,-0.418507569,0.278324921,7663.7547482 +409,0.300582244,-0.386397212,311,-0.418507569,0.278324921,3836.0472488 +410,2.913555946,-0.009225192,311,-0.418507569,0.278324921,11143.829197 +411,1.465101417,0.493232532,311,-0.418507569,0.278324921,6740.4719899 +412,0.090612882,0.907955955,311,-0.418507569,0.278324921,2961.9322564 +413,2.987564726,-0.729568594,311,-0.418507569,0.278324921,10441.970233 +414,-1.484261606,0.224149272,311,-0.418507569,0.278324921,4080.5824073 +415,0.164073421,0.303955133,311,-0.418507569,0.278324921,2210.091077 +416,0.141441293,0.167552546,311,-0.418507569,0.278324921,2204.464277 +417,2.931321023,-0.506718887,311,-0.418507569,0.278324921,11262.718623 +418,2.21951565,0.700596356,311,-0.418507569,0.278324921,8145.0966826 +419,0.268112576,1.199114336,311,-0.418507569,0.278324921,4027.688194 +420,0.978913739,0.359223811,311,-0.418507569,0.278324921,5213.4147844 +421,1.210898818,0.522863584,311,-0.418507569,0.278324921,5871.3122025 +422,2.347397336,0.129231362,311,-0.418507569,0.278324921,10258.233263 +423,0.614394501,0.556878345,311,-0.418507569,0.278324921,3851.2979377 +424,-1.398079356,0.148483366,311,-0.418507569,0.278324921,3816.2904704 +425,2.535303836,-0.112984496,311,-0.418507569,0.278324921,11464.141435 +426,-1.019372593,-0.405322349,311,-0.418507569,0.278324921,3570.4739474 +427,-1.297785627,-0.160104069,311,-0.418507569,0.278324921,3860.2695783 +428,2.144554488,0.205051084,311,-0.418507569,0.278324921,9476.2928326 +429,-2.242387083,-0.426171285,311,-0.418507569,0.278324921,7565.7629505 +430,0.338637212,0.909723676,311,-0.418507569,0.278324921,3440.3859277 +431,-0.148798452,0.691042401,311,-0.418507569,0.278324921,1881.8576828 +432,0.893524764,0.441829531,311,-0.418507569,0.278324921,4848.244408 +433,0.969229347,-0.368847936,311,-0.418507569,0.278324921,5967.4365766 +434,0.436043248,0.800045688,311,-0.418507569,0.278324921,3486.9546261 +435,1.687946607,1.081504775,311,-0.418507569,0.278324921,6174.9907381 +436,0.522302046,-0.034889271,311,-0.418507569,0.278324921,3884.109982 +437,-0.178996113,-0.438090009,311,-0.418507569,0.278324921,2984.5513125 +438,-1.094339566,0.301444068,311,-0.418507569,0.278324921,2562.6812068 +439,-1.064070054,0.242569932,311,-0.418507569,0.278324921,2471.7755629 +440,-1.068153768,0.230387998,311,-0.418507569,0.278324921,2494.5169012 +441,-3.00496892,-0.23989155,311,-0.418507569,0.278324921,10314.928284 +442,0.21751974,0.766874888,311,-0.418507569,0.278324921,2876.9185245 +443,0.117229532,0.007619006,311,-0.418507569,0.278324921,2351.6870492 +444,0.777758451,0.420554741,311,-0.418507569,0.278324921,4446.9062428 +445,-0.252356999,0.250747086,311,-0.418507569,0.278324921,644.47915989 +446,0.363148444,0.768483434,311,-0.418507569,0.278324921,3251.3425291 +447,0.903191366,-0.118210676,311,-0.418507569,0.278324921,5412.2718805 +448,-0.205755923,0.149406178,311,-0.418507569,0.278324921,968.37013538 +449,1.811996086,0.02364353,311,-0.418507569,0.278324921,8685.5596978 +450,-1.100670221,0.314845373,311,-0.418507569,0.278324921,2583.4749768 +451,0.340078597,0.850105132,311,-0.418507569,0.278324921,3329.9005942 +452,0.258757267,0.804969236,311,-0.418507569,0.278324921,3052.8512734 +453,2.78505352,-0.155160804,311,-0.418507569,0.278324921,11900.360379 +454,0.800551619,0.105822106,311,-0.418507569,0.278324921,4769.8472655 +455,0.437940882,-0.506194031,311,-0.418507569,0.278324921,4515.0399068 +456,2.230431122,0.63458615,311,-0.418507569,0.278324921,8385.0455341 +457,0.527965361,0.127667701,311,-0.418507569,0.278324921,3710.2186609 +458,-0.063643205,0.702093448,311,-0.418507569,0.278324921,2075.7118485 +459,1.408447268,0.133010502,311,-0.418507569,0.278324921,7039.8395043 +460,0.523795955,0.280266966,311,-0.418507569,0.278324921,3576.8602532 +461,-0.975769313,0.072177659,311,-0.418507569,0.278324921,2317.0260767 +462,0.549774164,-0.463663986,311,-0.418507569,0.278324921,4744.0838449 +463,0.29245874,1.095549818,311,-0.418507569,0.278324921,3782.4978524 +464,0.143625958,0.816809593,311,-0.418507569,0.278324921,2819.3519376 +465,0.671902494,0.611159853,311,-0.418507569,0.278324921,4048.6140321 +466,1.239840988,0.6724199,311,-0.418507569,0.278324921,5803.8170607 +467,0.607829703,-0.10932137,311,-0.418507569,0.278324921,4305.9155945 +468,1.763020906,0.263996692,311,-0.418507569,0.278324921,8117.9538746 +469,0.378714634,0.726066797,311,-0.418507569,0.278324921,3234.104397 +470,2.196736143,-0.153862366,311,-0.418507569,0.278324921,10351.193969 +471,0.01702415,0.148991565,311,-0.418507569,0.278324921,1760.1564588 +472,-2.998490902,-0.158002487,311,-0.418507569,0.278324921,10223.189828 +473,-3.051262951,-0.346595608,311,-0.418507569,0.278324921,10509.433539 +474,-1.069176439,0.182802941,311,-0.418507569,0.278324921,2533.9746714 +475,0.167157509,0.595344954,311,-0.418507569,0.278324921,2431.0537955 +476,0.613855648,0.681746124,311,-0.418507569,0.278324921,3886.7644074 +477,1.037012736,0.682555367,311,-0.418507569,0.278324921,5183.6999756 +478,-1.253574971,0.379755746,311,-0.418507569,0.278324921,3144.0647224 +479,3.108590453,-0.132620738,311,-0.418507569,0.278324921,10843.206183 +480,0.565301296,0.022333262,311,-0.418507569,0.278324921,3969.2716798 +481,0.547898238,0.855555614,311,-0.418507569,0.278324921,3840.061002 +482,0.948309381,0.417393755,311,-0.418507569,0.278324921,5058.8630472 +483,-0.050600732,0.945269213,311,-0.418507569,0.278324921,2874.4598385 +484,-0.977651478,-0.572363064,311,-0.418507569,0.278324921,3979.4650849 +485,1.102014914,0.728861163,311,-0.418507569,0.278324921,5347.2606275 +486,2.927300795,-0.282939414,311,-0.418507569,0.278324921,11666.483688 +487,-1.154565557,0.124434095,311,-0.418507569,0.278324921,2915.1173405 +488,1.855331234,0.291044755,311,-0.418507569,0.278324921,8372.6120894 +489,0.830290659,0.276904518,311,-0.418507569,0.278324921,4730.033937 +490,0.485104466,-0.234867441,311,-0.418507569,0.278324921,4080.4142064 +491,0.521367572,-0.33161327,311,-0.418507569,0.278324921,4387.0780432 +1,-1.539031704,0.7349710123,312,-1.41153306,0.339029988,1625.6545815 +2,-1.536990553,0.7349663874,312,-1.41153306,0.339029988,1623.847863 +3,-1.534951779,0.7349571355,312,-1.41153306,0.339029988,1622.0525082 +4,-1.532906461,0.7349480293,312,-1.41153306,0.339029988,1620.2790205 +5,-1.531320211,0.7346937278,312,-1.41153306,0.339029988,1617.9831508 +6,-1.539451648,0.7335131775,312,-1.41153306,0.339029988,1620.52107 +7,-1.537429487,0.7335445708,312,-1.41153306,0.339029988,1618.8535445 +8,-1.535484998,0.7335658704,312,-1.41153306,0.339029988,1617.2417289 +9,-1.533488396,0.7336036027,312,-1.41153306,0.339029988,1615.6726613 +10,-1.531497785,0.7335842962,312,-1.41153306,0.339029988,1613.9184308 +11,-1.530259379,0.7334777758,312,-1.41153306,0.339029988,1612.4809058 +12,-1.5335454,0.7322346912,312,-1.41153306,0.339029988,1610.5315864 +13,-1.531489083,0.7322238773,312,-1.41153306,0.339029988,1608.7463664 +14,-1.530011122,0.7321679851,312,-1.41153306,0.339029988,1607.2974788 +15,-1.53348106,0.7306614094,312,-1.41153306,0.339029988,1604.5137492 +16,-1.531441779,0.7306962275,312,-1.41153306,0.339029988,1602.9083775 +17,-1.529755654,0.7306933243,312,-1.41153306,0.339029988,1601.4816018 +18,-1.533415048,0.7291384674,312,-1.41153306,0.339029988,1598.6865994 +19,-1.531392093,0.7291705353,312,-1.41153306,0.339029988,1597.0771987 +20,-1.529296523,0.7291214933,312,-1.41153306,0.339029988,1595.126426 +21,-1.535280942,0.727267644,312,-1.41153306,0.339029988,1593.2306431 +22,-1.533378158,0.7276139666,312,-1.41153306,0.339029988,1592.8800895 +23,-1.531340368,0.7276446587,312,-1.41153306,0.339029988,1591.244979 +24,-1.528960113,0.7276398177,312,-1.41153306,0.339029988,1589.2158842 +25,-1.533313146,0.7260818349,312,-1.41153306,0.339029988,1587.0217787 +26,-1.531259555,0.7260958115,312,-1.41153306,0.339029988,1585.3021465 +27,-1.528926415,0.7260865555,312,-1.41153306,0.339029988,1583.2873401 +28,-1.531226779,0.7245511789,312,-1.41153306,0.339029988,1579.417854 +29,-1.528904772,0.7245519194,312,-1.41153306,0.339029988,1577.4412539 +30,-1.547195875,0.7409785979,312,-1.41153306,0.339029988,1655.6529874 +31,-1.5451475,0.740980426,312,-1.41153306,0.339029988,1653.7919921 +32,-1.543097679,0.7409798872,312,-1.41153306,0.339029988,1651.9471066 +33,-1.540720364,0.7409892687,312,-1.41153306,0.339029988,1649.8783795 +34,-1.547188511,0.7395198392,312,-1.41153306,0.339029988,1650.1616502 +35,-1.545148587,0.7395226109,312,-1.41153306,0.339029988,1648.3036365 +36,-1.543104538,0.7395314908,312,-1.41153306,0.339029988,1646.4911777 +37,-1.540727751,0.7395306258,312,-1.41153306,0.339029988,1644.3747244 +38,-1.547187029,0.7380014886,312,-1.41153306,0.339029988,1644.4536618 +39,-1.545147315,0.7380012252,312,-1.41153306,0.339029988,1642.5757251 +40,-1.54310719,0.7380060743,312,-1.41153306,0.339029988,1640.7429754 +41,-1.540719671,0.7380068206,312,-1.41153306,0.339029988,1638.6131267 +42,-1.547187189,0.7364799098,312,-1.41153306,0.339029988,1638.7371338 +43,-1.545149996,0.7364853874,312,-1.41153306,0.339029988,1636.8743278 +44,-1.543106091,0.7364823484,312,-1.41153306,0.339029988,1634.9997516 +45,-1.540717158,0.7364893901,312,-1.41153306,0.339029988,1632.8823912 +46,-1.538663972,0.7410138672,312,-1.41153306,0.339029988,1648.1801712 +47,-1.53695285,0.7409699132,312,-1.41153306,0.339029988,1646.5436724 +48,-1.534910498,0.7409641297,312,-1.41153306,0.339029988,1644.7913125 +49,-1.533145034,0.7409536636,312,-1.41153306,0.339029988,1643.2771386 +50,-1.538681336,0.7395405883,312,-1.41153306,0.339029988,1642.6216385 +51,-1.536999189,0.7395183096,312,-1.41153306,0.339029988,1641.0852536 +52,-1.534923633,0.7395144222,312,-1.41153306,0.339029988,1639.3036665 +53,-1.533267822,0.7395654306,312,-1.41153306,0.339029988,1638.1075522 +54,-1.53867273,0.7380151077,312,-1.41153306,0.339029988,1636.844913 +55,-1.536980576,0.7379994392,312,-1.41153306,0.339029988,1635.3181949 +56,-1.534931522,0.7379944961,312,-1.41153306,0.339029988,1633.5470301 +57,-1.533387952,0.7379480264,312,-1.41153306,0.339029988,1632.0683437 +58,-1.538682279,0.7364914363,312,-1.41153306,0.339029988,1631.0927369 +59,-1.536980704,0.7364810563,312,-1.41153306,0.339029988,1629.570863 +60,-1.534935567,0.7364752065,312,-1.41153306,0.339029988,1627.7913465 +61,-1.533042592,0.7363876366,312,-1.41153306,0.339029988,1625.8564435 +62,-1.545143426,0.7349628011,312,-1.41153306,0.339029988,1631.1410731 +63,-1.543105297,0.7349691947,312,-1.41153306,0.339029988,1629.2986152 +64,-1.541064533,0.7349647152,312,-1.41153306,0.339029988,1627.4394049 +65,-1.545411803,0.7334624714,312,-1.41153306,0.339029988,1625.7484979 +66,-1.543446606,0.7334780896,312,-1.41153306,0.339029988,1623.9953586 +67,-1.541475327,0.7334957295,312,-1.41153306,0.339029988,1622.2692944 +68,-1.545401939,0.731963266,312,-1.41153306,0.339029988,1620.1052318 +69,-1.54342253,0.7319915583,312,-1.41153306,0.339029988,1618.3784119 +70,-1.541455867,0.7320216438,312,-1.41153306,0.339029988,1616.6954593 +71,-1.545410146,0.7304422281,312,-1.41153306,0.339029988,1614.3988666 +72,-1.543435491,0.7304713664,312,-1.41153306,0.339029988,1612.6708343 +73,-1.541463105,0.7304997613,312,-1.41153306,0.339029988,1610.967611 +74,-1.545414768,0.7289194936,312,-1.41153306,0.339029988,1608.6849687 +75,-1.543435774,0.7289538557,312,-1.41153306,0.339029988,1606.9637625 +76,-1.541457714,0.7289765881,312,-1.41153306,0.339029988,1605.2254316 +77,-1.539449415,0.7320555866,312,-1.41153306,0.339029988,1615.0168181 +78,-1.537429183,0.7321097681,312,-1.41153306,0.339029988,1613.4290181 +79,-1.535472649,0.7321497267,312,-1.41153306,0.339029988,1611.8697865 +80,-1.539457899,0.7305333307,312,-1.41153306,0.339029988,1609.2799837 +81,-1.537453161,0.7305750503,312,-1.41153306,0.339029988,1607.6501175 +82,-1.535479385,0.7306124949,312,-1.41153306,0.339029988,1606.0577791 +83,-1.53946905,0.7290102593,312,-1.41153306,0.339029988,1603.5445306 +84,-1.537459922,0.7290417293,312,-1.41153306,0.339029988,1601.8633417 +85,-1.535451349,0.7290890157,312,-1.41153306,0.339029988,1600.2692941 +86,-1.535522937,0.7279887191,312,-1.41153306,0.339029988,1596.1704674 +87,-1.539442524,0.7274735939,312,-1.41153306,0.339029988,1597.7257566 +88,-1.537424111,0.727521351,312,-1.41153306,0.339029988,1596.0894327 +89,-1.539384641,0.7259505092,312,-1.41153306,0.339029988,1591.9314448 +90,-1.537372391,0.7259947145,312,-1.41153306,0.339029988,1590.2792874 +91,-1.535340789,0.7260435356,312,-1.41153306,0.339029988,1588.6547595 +92,-1.539325716,0.7244369706,312,-1.41153306,0.339029988,1586.173713 +93,-1.537308932,0.7244801057,312,-1.41153306,0.339029988,1584.5055236 +94,-1.535289068,0.7245247645,312,-1.41153306,0.339029988,1582.8678659 +95,-1.533261366,0.7245550236,312,-1.41153306,0.339029988,1581.1965452 +96,-1.539267302,0.722921924,312,-1.41153306,0.339029988,1580.4123198 +97,-1.537248972,0.7229660258,312,-1.41153306,0.339029988,1578.7383875 +98,-1.535219431,0.7229916471,312,-1.41153306,0.339029988,1577.0123109 +99,-1.53318962,0.7230212049,312,-1.41153306,0.339029988,1575.3287547 +100,-1.531154816,0.7230299897,312,-1.41153306,0.339029988,1573.5901623 +101,-1.528878341,0.7230370244,312,-1.41153306,0.339029988,1571.667663 +102,-1.539218189,0.7214009878,312,-1.41153306,0.339029988,1574.6389049 +103,-1.537198791,0.7214422745,312,-1.41153306,0.339029988,1572.9451724 +104,-1.535179266,0.7214634354,312,-1.41153306,0.339029988,1571.2030987 +105,-1.533156501,0.7214944644,312,-1.41153306,0.339029988,1569.5231534 +106,-1.53113574,0.7215166021,312,-1.41153306,0.339029988,1567.8392069 +107,-1.528874248,0.7215345535,312,-1.41153306,0.339029988,1565.9618229 +108,-1.539217656,0.7198512397,312,-1.41153306,0.339029988,1568.8037427 +109,-1.537199919,0.7199428763,312,-1.41153306,0.339029988,1567.2922537 +110,-1.545425832,0.727397149,312,-1.41153306,0.339029988,1602.980839 +111,-1.543371177,0.7273916949,312,-1.41153306,0.339029988,1601.0304351 +112,-1.541368852,0.7274523163,312,-1.41153306,0.339029988,1599.4043657 +113,-1.545349067,0.7258710923,312,-1.41153306,0.339029988,1597.1816134 +114,-1.54332671,0.7258603556,312,-1.41153306,0.339029988,1595.2334727 +115,-1.541346831,0.7259242142,312,-1.41153306,0.339029988,1593.6319591 +116,-1.545324355,0.7243383958,312,-1.41153306,0.339029988,1591.4087228 +117,-1.543292796,0.7243617413,312,-1.41153306,0.339029988,1589.5711664 +118,-1.541295822,0.7244024384,312,-1.41153306,0.339029988,1587.8583813 +119,-1.543193859,0.7205570215,312,-1.41153306,0.339029988,1575.1915595 +120,-1.550257047,0.7386738187,312,-1.41153306,0.339029988,1649.84881 +121,-1.549335448,0.7311736483,312,-1.41153306,0.339029988,1620.8653616 +122,-1.533478843,0.7179891343,312,-1.41153306,0.339029988,1556.5555647 +123,-1.556150555,0.738907041,312,-1.41153306,0.339029988,1656.3908166 +124,-1.554324226,0.733414257,312,-1.41153306,0.339029988,1634.0944685 +125,-1.554290846,0.7288285332,312,-1.41153306,0.339029988,1616.9556362 +126,-1.55122487,0.7219795312,312,-1.41153306,0.339029988,1588.3515559 +127,-1.525104458,0.7229399862,312,-1.41153306,0.339029988,1568.1443677 +128,-1.519607711,0.7236181429,312,-1.41153306,0.339029988,1566.3133883 +129,-1.513899999,0.7251107854,312,-1.41153306,0.339029988,1567.6750998 +130,-1.536620762,0.7431061895,312,-1.41153306,0.339029988,1654.3567512 +131,-1.5369566,0.7460845958,312,-1.41153306,0.339029988,1665.9322039 +132,-1.545345528,0.7447040685,312,-1.41153306,0.339029988,1667.9988478 +133,-1.532813921,0.7432306626,312,-1.41153306,0.339029988,1651.6548522 +134,-1.554788248,0.7382381001,312,-1.41153306,0.339029988,1652.5622349 +135,-1.540348126,0.7301594274,312,-1.41153306,0.339029988,1608.6724046 +136,-1.538016084,0.7239051786,312,-1.41153306,0.339029988,1582.9759949 +137,-1.525288962,0.7258085137,312,-1.41153306,0.339029988,1579.2151188 +138,-1.534326986,0.731241342,312,-1.41153306,0.339029988,1607.4389584 +139,-1.530733872,0.7303625216,312,-1.41153306,0.339029988,1601.0447325 +141,-1.534354939,0.7328219978,312,-1.41153306,0.339029988,1613.4508866 +142,-1.53157084,0.7292888153,312,-1.41153306,0.339029988,1597.6777377 +143,-1.525691035,0.7263799874,312,-1.41153306,0.339029988,1581.7195083 +144,-1.534031287,0.7495967835,312,-1.41153306,0.339029988,1676.8493334 +145,-1.527714986,0.7283095957,312,-1.41153306,0.339029988,1590.7260737 +146,-1.526189586,0.7271468292,312,-1.41153306,0.339029988,1585.0466868 +147,-1.555177336,0.7375563366,312,-1.41153306,0.339029988,1650.3954525 +148,-1.555080283,0.7312707794,312,-1.41153306,0.339029988,1626.8476474 +149,-1.53856994,0.7224180299,312,-1.41153306,0.339029988,1577.8744075 +150,-1.530837883,0.729933372,312,-1.41153306,0.339029988,1599.5031901 +151,-1.515066984,0.5854133365,312,-1.41153306,0.339029988,1042.0881695 +152,-1.534731633,0.5368370046,312,-1.41153306,0.339029988,898.94402957 +153,-1.515231902,0.5607085576,312,-1.41153306,0.339029988,952.28178254 +154,-2.616253799,1.0684566605,312,-1.41153306,0.339029988,4355.2057241 +155,-1.956071439,0.5792177723,312,-1.41153306,0.339029988,2143.3105723 +156,-1.951208514,0.5602434208,312,-1.41153306,0.339029988,2104.958205 +157,-1.944675062,0.6062144545,312,-1.41153306,0.339029988,2144.7402722 +158,-1.613778386,0.6077989518,312,-1.41153306,0.339029988,1279.0063557 +159,-2.035029014,0.6021432345,312,-1.41153306,0.339029988,2418.2950644 +160,-2.114989471,0.6801825058,312,-1.41153306,0.339029988,2751.2767867 +161,-2.037382079,0.5765830025,312,-1.41153306,0.339029988,2399.4183467 +162,-2.129855121,0.6585019963,312,-1.41153306,0.339029988,2771.1121949 +163,-2.075141798,0.6493615843,312,-1.41153306,0.339029988,2595.9186884 +164,-1.828626729,0.6948433129,312,-1.41153306,0.339029988,1999.6185691 +165,-1.863329418,0.6735427691,312,-1.41153306,0.339029988,2037.3588228 +166,-1.266037071,0.727988852,312,-1.41153306,0.339029988,1616.5912806 +167,-1.277579582,0.7249010648,312,-1.41153306,0.339029988,1593.6737242 +168,-1.258418684,0.7241194816,312,-1.41153306,0.339029988,1610.24954 +169,-1.317813974,0.6804850104,312,-1.41153306,0.339029988,1390.0543722 +170,-1.344165204,0.6790988904,312,-1.41153306,0.339029988,1366.6432645 +171,-1.427582102,0.5277120351,312,-1.41153306,0.339029988,749.58227685 +172,-1.402238616,0.457167829,312,-1.41153306,0.339029988,469.17075518 +173,-1.422454264,0.4996161999,312,-1.41153306,0.339029988,637.30374186 +174,-1.439089277,0.4894859811,312,-1.41153306,0.339029988,604.24948949 +175,-1.448126995,0.5182330266,312,-1.41153306,0.339029988,721.90970948 +176,-1.474626146,0.5881926574,312,-1.41153306,0.339029988,1011.7049664 +177,-1.421139645,0.5584869783,312,-1.41153306,0.339029988,869.94035079 +178,-1.457037165,0.565943032,312,-1.41153306,0.339029988,913.19732142 +179,-2.757159358,0.3745319,312,-1.41153306,0.339029988,4941.5983613 +180,-2.714309238,0.342054471,312,-1.41153306,0.339029988,4818.9704699 +181,-2.000525337,0.774119946,312,-1.41153306,0.339029988,2593.4185586 +183,-1.571413436,0.6777838382,312,-1.41153306,0.339029988,1449.3494669 +184,-1.552860289,0.6987663893,312,-1.41153306,0.339029988,1503.8331246 +185,-1.521852374,0.7165827476,312,-1.41153306,0.339029988,1541.2694345 +186,-1.503656267,0.6928968252,312,-1.41153306,0.339029988,1436.4237498 +187,-1.502753178,0.7136205882,312,-1.41153306,0.339029988,1515.5197391 +188,-1.631894563,0.7343596465,312,-1.41153306,0.339029988,1731.733809 +189,-1.653765416,0.6770714026,312,-1.41153306,0.339029988,1575.3704801 +190,-1.719812114,0.6715965947,312,-1.41153306,0.339029988,1689.5176277 +191,-1.493406659,0.6646955447,312,-1.41153306,0.339029988,1320.399743 +192,-1.469120564,0.6613469966,312,-1.41153306,0.339029988,1292.0360745 +193,-1.590551461,0.5326612937,312,-1.41153306,0.339029988,999.55438901 +194,-1.625979264,0.5247742243,312,-1.41153306,0.339029988,1064.510508 +195,-1.572293943,0.5238808754,312,-1.41153306,0.339029988,932.19575539 +196,-1.610848725,0.5477107964,312,-1.41153306,0.339029988,1090.1457713 +197,-1.208485554,0.7918526018,312,-1.41153306,0.339029988,1913.16834 +198,-1.335601374,0.6869083083,312,-1.41153306,0.339029988,1402.1553903 +199,-1.346156996,0.6825213377,312,-1.41153306,0.339029988,1378.8387455 +200,-1.324381037,0.6741422347,312,-1.41153306,0.339029988,1360.657442 +201,-1.242424992,0.7378949807,312,-1.41153306,0.339029988,1678.5173942 +202,-1.270370057,0.7392461008,312,-1.41153306,0.339029988,1654.3116798 +203,-1.448950472,0.7441675014,312,-1.41153306,0.339029988,1609.622877 +204,-1.492662363,0.7523026852,312,-1.41153306,0.339029988,1659.1686865 +205,-1.479098966,0.7763855017,312,-1.41153306,0.339029988,1746.6674167 +206,-1.633760714,0.7869022408,312,-1.41153306,0.339029988,1918.3512709 +207,-1.647406434,0.8101289331,312,-1.41153306,0.339029988,2017.4881417 +208,-1.564245052,0.5701509278,312,-1.41153306,0.339029988,1063.5130399 +209,-1.646289963,0.6833746083,312,-1.41153306,0.339029988,1582.6002387 +210,-1.5820631,0.6751952144,312,-1.41153306,0.339029988,1454.3418995 +211,-1.613236298,0.6681681791,312,-1.41153306,0.339029988,1476.6357996 +212,-1.914661867,0.8212566515,312,-1.41153306,0.339029988,2506.7386344 +213,-1.742133237,0.7250275956,312,-1.41153306,0.339029988,1890.9300788 +214,-2.033144872,0.6557314699,312,-1.41153306,0.339029988,2479.137901 +215,-2.039551981,0.6964723658,312,-1.41153306,0.339029988,2557.1054275 +216,-1.247341019,0.7622473908,312,-1.41153306,0.339029988,1762.7583285 +217,-1.298239787,0.7084123392,312,-1.41153306,0.339029988,1512.6944742 +218,-1.308539688,0.6926545592,312,-1.41153306,0.339029988,1444.0541402 +219,-1.303263185,0.6888938396,312,-1.41153306,0.339029988,1434.2604323 +220,-1.852400229,0.6004246149,312,-1.41153306,0.339029988,1861.1538437 +221,-1.288947707,0.7473773692,312,-1.41153306,0.339029988,1668.4842713 +222,-1.372031502,0.7472790993,312,-1.41153306,0.339029988,1622.4505437 +223,-1.289805721,0.7242157877,312,-1.41153306,0.339029988,1579.91168 +224,-1.350807603,0.7533498126,312,-1.41153306,0.339029988,1653.5520032 +225,-1.329290365,0.7560442322,312,-1.41153306,0.339029988,1674.32912 +226,-1.410153004,0.616936428,312,-1.41153306,0.339029988,1100.7979848 +227,-1.393445434,0.6308995063,312,-1.41153306,0.339029988,1157.8087134 +228,-1.37595573,0.6241540638,312,-1.41153306,0.339029988,1136.1761053 +229,-1.358388707,0.6172645205,312,-1.41153306,0.339029988,1117.6385151 +230,-1.753741133,0.8281661666,312,-1.41153306,0.339029988,2229.2794023 +231,-1.47430987,0.6834615681,312,-1.41153306,0.339029988,1381.0915503 +232,-1.421012508,0.7222725206,312,-1.41153306,0.339029988,1518.3604061 +233,-1.4476833,0.6978557868,312,-1.41153306,0.339029988,1426.6245865 +234,-1.470370723,0.6966193374,312,-1.41153306,0.339029988,1430.5095023 +235,-1.429211703,0.7037216883,312,-1.41153306,0.339029988,1445.7911483 +236,-1.700578405,0.6178673663,312,-1.41153306,0.339029988,1496.3742736 +237,-1.678117619,0.6331716163,312,-1.41153306,0.339029988,1488.7424017 +238,-1.725644578,0.6316331145,312,-1.41153306,0.339029988,1592.5740938 +239,-2.14012759,0.7930497945,312,-1.41153306,0.339029988,2976.5837156 +240,-2.103289431,0.7653606263,312,-1.41153306,0.339029988,2837.7715994 +241,-1.318739838,0.7017808746,312,-1.41153306,0.339029988,1471.0553313 +242,-1.396417427,0.7077900843,312,-1.41153306,0.339029988,1461.557996 +243,-1.35650337,0.7185539404,312,-1.41153306,0.339029988,1514.7423768 +244,-1.248884539,0.7274156818,312,-1.41153306,0.339029988,1632.8880811 +245,-1.395014798,0.5761185243,312,-1.41153306,0.339029988,940.92547098 +246,-1.433377362,0.6064716109,312,-1.41153306,0.339029988,1062.1037391 +247,-1.408172432,0.5903155476,312,-1.41153306,0.339029988,995.41257725 +248,-1.749645898,0.7757118084,312,-1.41153306,0.339029988,2057.9572809 +249,-1.571626686,0.615046989,312,-1.41153306,0.339029988,1228.3614945 +250,-1.514070049,0.6303003037,312,-1.41153306,0.339029988,1207.69151 +251,-1.480890369,0.6237966528,312,-1.41153306,0.339029988,1153.6250809 +252,-1.704390658,0.5281680612,312,-1.41153306,0.339029988,1289.3825856 +253,-1.64434733,0.5254277498,312,-1.41153306,0.339029988,1114.6353383 +254,-1.703855997,0.4792484842,312,-1.41153306,0.339029988,1197.0068414 +255,-1.692002383,0.5748825051,312,-1.41153306,0.339029988,1362.8708107 +256,-1.854136457,0.5544643913,312,-1.41153306,0.339029988,1789.9393027 +257,-1.665021206,0.520317736,312,-1.41153306,0.339029988,1159.4540283 +258,-1.733654349,0.4845187345,312,-1.41153306,0.339029988,1301.3766952 +259,-1.720938188,0.5135933906,312,-1.41153306,0.339029988,1310.1149538 +260,-1.742668307,0.553296122,312,-1.41153306,0.339029988,1452.194153 +261,-1.965659039,0.7142126903,312,-1.41153306,0.339029988,2387.2953711 +262,-1.944438071,0.6772834804,312,-1.41153306,0.339029988,2261.2399586 +263,-1.270340967,0.7681487096,312,-1.41153306,0.339029988,1762.8961041 +264,-1.353091884,0.6549276821,312,-1.41153306,0.339029988,1267.4499627 +265,-1.333236659,0.6413584414,312,-1.41153306,0.339029988,1227.9470376 +266,-1.352015998,0.6753788907,312,-1.41153306,0.339029988,1347.8316534 +267,-1.377988483,0.6577816235,312,-1.41153306,0.339029988,1267.8711701 +268,-2.13075611,0.8318642051,312,-1.41153306,0.339029988,3017.0168463 +269,-2.097910953,0.8259670014,312,-1.41153306,0.339029988,2927.9744 +270,-1.416382069,0.6694271549,312,-1.41153306,0.339029988,1308.809328 +271,-1.538905672,0.7535625993,312,-1.41153306,0.339029988,1695.9222905 +272,-1.572309477,0.7803125099,312,-1.41153306,0.339029988,1826.4425105 +273,-1.87759879,0.7503853417,312,-1.41153306,0.339029988,2249.6258674 +274,1.152365588,0.590457682,312,-1.41153306,0.339029988,8165.0214508 +275,0.350198001,0.718001859,312,-1.41153306,0.339029988,5888.7926978 +276,0.046513677,0.491503852,312,-1.41153306,0.339029988,5218.9943835 +277,0.027510309,0.742571376,312,-1.41153306,0.339029988,4947.7651643 +278,0.306285725,-0.214631579,312,-1.41153306,0.339029988,7043.0394228 +279,-1.100564889,0.318051531,312,-1.41153306,0.339029988,1168.3007216 +280,-1.078582306,0.301437596,312,-1.41153306,0.339029988,1259.9246872 +281,-1.137371989,-0.617634065,312,-1.41153306,0.339029988,3926.8578845 +282,0.784356344,0.703272339,312,-1.41153306,0.339029988,7043.1367603 +283,-1.221209947,0.218327455,312,-1.41153306,0.339029988,867.74436119 +284,2.347301921,-0.449114658,312,-1.41153306,0.339029988,10151.69499 +285,0.246820618,0.830553713,312,-1.41153306,0.339029988,5465.0618536 +286,0.829414965,0.703288228,312,-1.41153306,0.339029988,7148.0186674 +287,-1.337537566,0.42332223,312,-1.41153306,0.339029988,430.60874638 +288,0.882453706,0.454478077,312,-1.41153306,0.339029988,7915.9588376 +289,1.575629659,0.416419109,312,-1.41153306,0.339029988,9392.6776819 +290,-1.039455679,0.229888244,312,-1.41153306,0.339029988,1477.6876401 +291,0.489558039,0.934482747,312,-1.41153306,0.339029988,5881.9212702 +292,0.081344504,0.88384514,312,-1.41153306,0.339029988,4999.6879785 +293,-1.547979814,0.300350308,312,-1.41153306,0.339029988,535.38976548 +294,0.040776181,0.168560074,312,-1.41153306,0.339029988,5562.5669767 +295,-1.130374745,0.563894876,312,-1.41153306,0.339029988,1337.5359761 +296,1.578326642,0.478507176,312,-1.41153306,0.339029988,9153.673281 +297,-1.12861823,-0.291640865,312,-1.41153306,0.339029988,2730.1145684 +298,0.310524208,0.770885792,312,-1.41153306,0.339029988,5706.3556623 +299,0.415649091,-0.387246002,312,-1.41153306,0.339029988,7625.7355771 +300,-0.926533878,-0.188022748,312,-1.41153306,0.339029988,2817.8469827 +301,1.258856172,-0.11716081,312,-1.41153306,0.339029988,10429.212091 +302,-1.126050026,0.322941926,312,-1.41153306,0.339029988,1070.9169648 +303,2.002785835,0.07893892,312,-1.41153306,0.339029988,10476.485431 +304,0.440437607,0.746258085,312,-1.41153306,0.339029988,6088.6469127 +305,-0.030391866,0.214441206,312,-1.41153306,0.339029988,5243.5865331 +306,0.521557815,-0.058929362,312,-1.41153306,0.339029988,7652.0277934 +307,-0.097005111,0.13317729,312,-1.41153306,0.339029988,5093.3264021 +308,1.83113859,0.221857587,312,-1.41153306,0.339029988,10187.449424 +309,0.222428864,0.099404236,312,-1.41153306,0.339029988,6325.8407023 +310,-1.702731345,0.8728568183,312,-1.41153306,0.339029988,2305.3996803 +311,-0.418507569,0.278324921,312,-1.41153306,0.339029988,3738.8530702 +312,-1.41153306,0.339029988,312,-1.41153306,0.339029988,0 +313,0.357560442,0.114788776,312,-1.41153306,0.339029988,6804.1946373 +314,0.325818979,0.268352149,312,-1.41153306,0.339029988,6469.9443865 +315,-1.246004659,-0.663679965,312,-1.41153306,0.339029988,4019.2688463 +316,1.814603087,0.637404484,312,-1.41153306,0.339029988,8563.2640859 +317,1.843704281,-0.18300445,312,-1.41153306,0.339029988,11688.466016 +318,1.690644492,-0.211480909,312,-1.41153306,0.339029988,11916.795474 +319,-1.275451936,0.068109467,312,-1.41153306,0.339029988,1195.114718 +320,0.762430171,-0.207594741,312,-1.41153306,0.339029988,8731.4846755 +321,0.265668905,-0.014647884,312,-1.41153306,0.339029988,6638.6773326 +322,-2.773032013,-0.335515811,312,-1.41153306,0.339029988,5922.5108856 +323,-1.469512853,0.174058777,312,-1.41153306,0.339029988,690.07908367 +324,0.286276986,0.785925691,312,-1.41153306,0.339029988,5622.0758774 +325,-1.379324697,0.377432233,312,-1.41153306,0.339029988,193.41747413 +326,-1.203778265,0.212813032,312,-1.41153306,0.339029988,935.77462355 +327,0.579916301,0.611743168,312,-1.41153306,0.339029988,6715.4592952 +328,0.267582642,0.868113908,312,-1.41153306,0.339029988,5473.2002488 +329,0.412869244,-0.050245578,312,-1.41153306,0.339029988,7235.147313 +330,0.17524381,0.976660285,312,-1.41153306,0.339029988,5150.7581395 +331,0.743157214,0.204812899,312,-1.41153306,0.339029988,8032.687311 +332,-1.070758176,0.269382282,312,-1.41153306,0.339029988,1316.1665629 +333,-1.230364251,0.329790229,312,-1.41153306,0.339029988,678.74101415 +334,-1.374813124,-0.024926835,312,-1.41153306,0.339029988,1448.6881773 +335,0.519780566,0.463669906,312,-1.41153306,0.339029988,6813.5814583 +336,-1.55108034,0.239698561,312,-1.41153306,0.339029988,659.64192073 +337,0.180294813,0.029739425,312,-1.41153306,0.339029988,6261.2778083 +338,0.67820924,0.268170153,312,-1.41153306,0.339029988,7692.9310066 +339,0.445798684,1.024001867,312,-1.41153306,0.339029988,5643.5751191 +340,0.691751283,0.150521402,312,-1.41153306,0.339029988,7954.0745074 +341,-1.036643551,-0.903056181,312,-1.41153306,0.339029988,5088.4672638 +342,-0.120287036,1.083325163,312,-1.41153306,0.339029988,4523.7144706 +343,2.823513113,-0.304487164,312,-1.41153306,0.339029988,8355.8318365 +344,0.457583172,1.12513373,312,-1.41153306,0.339029988,5502.5943518 +345,0.042918831,0.813795399,312,-1.41153306,0.339029988,4944.548214 +346,1.196146777,-0.853142756,312,-1.41153306,0.339029988,9793.7553928 +347,0.206001358,-0.010430701,312,-1.41153306,0.339029988,6410.2540438 +348,-0.268308653,0.234799412,312,-1.41153306,0.339029988,4338.8341453 +349,0.759363263,0.736189579,312,-1.41153306,0.339029988,6903.9939931 +350,0.181363926,0.891988372,312,-1.41153306,0.339029988,5238.3809899 +351,-0.021111158,0.139103292,312,-1.41153306,0.339029988,5369.0222523 +352,-0.093355215,0.630686981,312,-1.41153306,0.339029988,4650.1303854 +353,0.40118964,0.681375926,312,-1.41153306,0.339029988,6087.2694479 +354,-0.721197315,1.304706234,312,-1.41153306,0.339029988,4092.4792375 +355,-1.076150317,0.212107639,312,-1.41153306,0.339029988,1372.224297 +356,-1.577164531,0.273993443,312,-1.41153306,0.339029988,676.26714193 +357,-0.190788414,0.182208586,312,-1.41153306,0.339029988,4685.0732944 +358,-0.261349752,0.209710184,312,-1.41153306,0.339029988,4391.342773 +359,-1.029303852,0.083549259,312,-1.41153306,0.339029988,1789.036699 +360,-1.268609162,0.330525297,312,-1.41153306,0.339029988,535.70123623 +361,1.282982244,-0.926641967,312,-1.41153306,0.339029988,9744.2717773 +362,0.217352334,0.731352408,312,-1.41153306,0.339029988,5499.530501 +363,-1.511833084,0.258629297,312,-1.41153306,0.339029988,495.44815821 +364,0.338812194,0.823184618,312,-1.41153306,0.339029988,5708.0368557 +365,-0.324406489,1.134201999,312,-1.41153306,0.339029988,4207.9535171 +366,1.389579348,0.399185724,312,-1.41153306,0.339029988,9237.0279233 +367,2.047152199,-0.039082036,312,-1.41153306,0.339029988,10734.981315 +368,0.947780369,0.568250077,312,-1.41153306,0.339029988,7786.6123789 +369,0.763824846,0.576754987,312,-1.41153306,0.339029988,7296.5265132 +370,-0.142334657,0.928153068,312,-1.41153306,0.339029988,4443.1953957 +371,0.610266567,0.547265983,312,-1.41153306,0.339029988,6930.6292999 +372,0.210731629,0.746815056,312,-1.41153306,0.339029988,5463.4664198 +373,-1.34931644,0.316895224,312,-1.41153306,0.339029988,249.22563177 +374,2.407696481,0.655030745,312,-1.41153306,0.339029988,7766.1189528 +375,0.64207831,0.545359131,312,-1.41153306,0.339029988,7026.8597661 +376,1.174597538,0.840588356,312,-1.41153306,0.339029988,7373.7197872 +377,0.660059424,0.010604079,312,-1.41153306,0.339029988,8067.4217287 +378,-0.730263819,0.010486456,312,-1.41153306,0.339029988,2945.5805828 +379,0.831068936,0.512339172,312,-1.41153306,0.339029988,7632.226739 +380,1.301180979,0.72367476,312,-1.41153306,0.339029988,7949.7412036 +381,1.811128231,0.322854402,312,-1.41153306,0.339029988,9803.2518449 +382,0.435105812,0.992284428,312,-1.41153306,0.339029988,5673.5050456 +383,0.62643634,0.592027932,312,-1.41153306,0.339029988,6885.9375689 +384,0.492988703,-0.516339467,312,-1.41153306,0.339029988,7995.0178599 +385,-0.162469483,0.112549365,312,-1.41153306,0.339029988,4874.3884718 +386,0.314630866,0.472006421,312,-1.41153306,0.339029988,6137.809931 +387,0.166744804,0.822815954,312,-1.41153306,0.339029988,5266.0011518 +388,0.417159608,0.965805736,312,-1.41153306,0.339029988,5678.5896293 +389,0.106334961,0.868774244,312,-1.41153306,0.339029988,5072.4157579 +390,0.815086969,-0.338144359,312,-1.41153306,0.339029988,9039.5981333 +391,0.59867455,-0.230624824,312,-1.41153306,0.339029988,8144.7223578 +392,1.915104874,0.066220985,312,-1.41153306,0.339029988,10684.222327 +393,1.278093622,0.064463721,312,-1.41153306,0.339029988,10066.278628 +394,-0.061477853,0.302997961,312,-1.41153306,0.339029988,5030.3197828 +395,0.251311504,0.626976942,312,-1.41153306,0.339029988,5725.8152409 +396,2.950242872,0.149095644,312,-1.41153306,0.339029988,7308.6483137 +397,-0.180294708,0.35375117,312,-1.41153306,0.339029988,4549.1445418 +398,1.010448592,-0.351180233,312,-1.41153306,0.339029988,9768.0541357 +399,-1.748740498,0.3686318073,312,-1.41153306,0.339029988,1257.6297435 +400,2.699635665,0.123533791,312,-1.41153306,0.339029988,8243.0742915 +401,0.496808033,0.823843254,312,-1.41153306,0.339029988,6095.7975461 +402,0.129574704,0.763364087,312,-1.41153306,0.339029988,5220.434382 +403,1.798920311,0.817447563,312,-1.41153306,0.339029988,7856.4273166 +404,0.335987953,0.746786541,312,-1.41153306,0.339029988,5808.296619 +405,-1.085413643,0.292154671,312,-1.41153306,0.339029988,1241.2500537 +406,-0.155321003,0.508207011,312,-1.41153306,0.339029988,4519.1655483 +407,0.620529244,-0.301175104,312,-1.41153306,0.339029988,8293.652663 +408,1.684402744,0.368716966,312,-1.41153306,0.339029988,9634.8821021 +409,0.300582244,-0.386397212,312,-1.41153306,0.339029988,7216.121847 +410,2.913555946,-0.009225192,312,-1.41153306,0.339029988,7677.4225976 +411,1.465101417,0.493232532,312,-1.41153306,0.339029988,8994.6204692 +412,0.090612882,0.907955955,312,-1.41153306,0.339029988,5006.9036396 +413,2.987564726,-0.729568594,312,-1.41153306,0.339029988,8019.2442652 +414,-1.484261606,0.224149272,312,-1.41153306,0.339029988,532.48113129 +415,0.164073421,0.303955133,312,-1.41153306,0.339029988,5844.2279579 +416,0.141441293,0.167552546,312,-1.41153306,0.339029988,5936.349238 +417,2.931321023,-0.506718887,312,-1.41153306,0.339029988,8111.7910165 +418,2.21951565,0.700596356,312,-1.41153306,0.339029988,7947.0787717 +419,0.268112576,1.199114336,312,-1.41153306,0.339029988,5128.0869413 +420,0.978913739,0.359223811,312,-1.41153306,0.339029988,8427.0212118 +421,1.210898818,0.522863584,312,-1.41153306,0.339029988,8497.164272 +422,2.347397336,0.129231362,312,-1.41153306,0.339029988,9404.2724254 +423,0.614394501,0.556878345,312,-1.41153306,0.339029988,6923.2934429 +424,-1.398079356,0.148483366,312,-1.41153306,0.339029988,756.51845854 +425,2.535303836,-0.112984496,312,-1.41153306,0.339029988,9220.8200884 +426,-1.019372593,-0.405322349,312,-1.41153306,0.339029988,3315.1401251 +427,-1.297785627,-0.160104069,312,-1.41153306,0.339029988,2026.2970745 +428,2.144554488,0.205051084,312,-1.41153306,0.339029988,9749.3838353 +429,-2.242387083,-0.426171285,312,-1.41153306,0.339029988,4410.6369212 +430,0.338637212,0.909723676,312,-1.41153306,0.339029988,5588.6123747 +431,-0.148798452,0.691042401,312,-1.41153306,0.339029988,4451.1388191 +432,0.893524764,0.441829531,312,-1.41153306,0.339029988,7978.2277874 +433,0.969229347,-0.368847936,312,-1.41153306,0.339029988,9623.2987048 +434,0.436043248,0.800045688,312,-1.41153306,0.339029988,5987.9026643 +435,1.687946607,1.081504775,312,-1.41153306,0.339029988,6815.5359699 +436,0.522302046,-0.034889271,312,-1.41153306,0.339029988,7622.6278446 +437,-0.178996113,-0.438090009,312,-1.41153306,0.339029988,5656.270278 +438,-1.094339566,0.301444068,312,-1.41153306,0.339029988,1201.1972047 +439,-1.064070054,0.242569932,312,-1.41153306,0.339029988,1371.6054586 +440,-1.068153768,0.230387998,312,-1.41153306,0.339029988,1373.2193686 +441,-3.00496892,-0.23989155,312,-1.41153306,0.339029988,6617.7159477 +442,0.21751974,0.766874888,312,-1.41153306,0.339029988,5459.7724459 +443,0.117229532,0.007619006,312,-1.41153306,0.339029988,6054.8706424 +444,0.777758451,0.420554741,312,-1.41153306,0.339029988,7694.9942594 +445,-0.252356999,0.250747086,312,-1.41153306,0.339029988,4381.7505759 +446,0.363148444,0.768483434,312,-1.41153306,0.339029988,5849.5711228 +447,0.903191366,-0.118210676,312,-1.41153306,0.339029988,9148.3143372 +448,-0.205755923,0.149406178,312,-1.41153306,0.339029988,4667.6532399 +449,1.811996086,0.02364353,312,-1.41153306,0.339029988,10972.388633 +450,-1.100670221,0.314845373,312,-1.41153306,0.339029988,1169.5077572 +451,0.340078597,0.850105132,312,-1.41153306,0.339029988,5673.7096719 +452,0.258757267,0.804969236,312,-1.41153306,0.339029988,5526.0004393 +453,2.78505352,-0.155160804,312,-1.41153306,0.339029988,8346.2335877 +454,0.800551619,0.105822106,312,-1.41153306,0.339029988,8415.381342 +455,0.437940882,-0.506194031,312,-1.41153306,0.339029988,7800.8348365 +456,2.230431122,0.63458615,312,-1.41153306,0.339029988,8156.4357488 +457,0.527965361,0.127667701,312,-1.41153306,0.339029988,7407.156738 +458,-0.063643205,0.702093448,312,-1.41153306,0.339029988,4703.7923469 +459,1.408447268,0.133010502,312,-1.41153306,0.339029988,10192.060705 +460,0.523795955,0.280266966,312,-1.41153306,0.339029988,7145.689691 +461,-0.975769313,0.072177659,312,-1.41153306,0.339029988,1987.7580095 +462,0.549774164,-0.463663986,312,-1.41153306,0.339029988,8159.2246501 +463,0.29245874,1.095549818,312,-1.41153306,0.339029988,5268.3951159 +464,0.143625958,0.816809593,312,-1.41153306,0.339029988,5210.7098026 +465,0.671902494,0.611159853,312,-1.41153306,0.339029988,6971.0202416 +466,1.239840988,0.6724199,312,-1.41153306,0.339029988,8043.0791002 +467,0.607829703,-0.10932137,312,-1.41153306,0.339029988,8039.0515673 +468,1.763020906,0.263996692,312,-1.41153306,0.339029988,10051.80826 +469,0.378714634,0.726066797,312,-1.41153306,0.339029988,5955.2167296 +470,2.196736143,-0.153862366,312,-1.41153306,0.339029988,10510.708822 +471,0.01702415,0.148991565,312,-1.41153306,0.339029988,5498.6861009 +472,-2.998490902,-0.158002487,312,-1.41153306,0.339029988,6489.0186464 +473,-3.051262951,-0.346595608,312,-1.41153306,0.339029988,6914.9442756 +474,-1.069176439,0.182802941,312,-1.41153306,0.339029988,1447.1062621 +475,0.167157509,0.595344954,312,-1.41153306,0.339029988,5503.6645449 +476,0.613855648,0.681746124,312,-1.41153306,0.339029988,6666.3639332 +477,1.037012736,0.682555367,312,-1.41153306,0.339029988,7651.7682744 +478,-1.253574971,0.379755746,312,-1.41153306,0.339029988,607.37863319 +479,3.108590453,-0.132620738,312,-1.41153306,0.339029988,7111.0942859 +480,0.565301296,0.022333262,312,-1.41153306,0.339029988,7701.756815 +481,0.547898238,0.855555614,312,-1.41153306,0.339029988,6155.7058919 +482,0.948309381,0.417393755,312,-1.41153306,0.339029988,8191.519853 +483,-0.050600732,0.945269213,312,-1.41153306,0.339029988,4658.05742 +484,-0.977651478,-0.572363064,312,-1.41153306,0.339029988,3966.2449899 +485,1.102014914,0.728861163,312,-1.41153306,0.339029988,7628.6896003 +486,2.927300795,-0.282939414,312,-1.41153306,0.339029988,7953.2977741 +487,-1.154565557,0.124434095,312,-1.41153306,0.339029988,1303.5341903 +488,1.855331234,0.291044755,312,-1.41153306,0.339029988,9900.915113 +489,0.830290659,0.276904518,312,-1.41153306,0.339029988,8174.1123618 +490,0.485104466,-0.234867441,312,-1.41153306,0.339029988,7727.4041581 +491,0.521367572,-0.33161327,312,-1.41153306,0.339029988,7956.9450744 +1,-1.539031704,0.7349710123,313,0.357560442,0.114788776,6854.6948864 +2,-1.536990553,0.7349663874,313,0.357560442,0.114788776,6848.9813313 +3,-1.534951779,0.7349571355,313,0.357560442,0.114788776,6843.277278 +4,-1.532906461,0.7349480293,313,0.357560442,0.114788776,6837.5520167 +5,-1.531320211,0.7346937278,313,0.357560442,0.114788776,6833.4006036 +6,-1.539451648,0.7335131775,313,0.357560442,0.114788776,6857.6162517 +7,-1.537429487,0.7335445708,313,0.357560442,0.114788776,6851.9056848 +8,-1.535484998,0.7335658704,313,0.357560442,0.114788776,6846.4229175 +9,-1.533488396,0.7336036027,313,0.357560442,0.114788776,6840.7722636 +10,-1.531497785,0.7335842962,313,0.357560442,0.114788776,6835.2034293 +11,-1.530259379,0.7334777758,313,0.357560442,0.114788776,6831.8483684 +12,-1.5335454,0.7322346912,313,0.357560442,0.114788776,6842.5483814 +13,-1.531489083,0.7322238773,313,0.357560442,0.114788776,6836.7775287 +14,-1.530011122,0.7321679851,313,0.357560442,0.114788776,6832.6844322 +15,-1.53348106,0.7306614094,313,0.357560442,0.114788776,6844.2231647 +16,-1.531441779,0.7306962275,313,0.357560442,0.114788776,6838.4380613 +17,-1.529755654,0.7306933243,313,0.357560442,0.114788776,6833.6902138 +18,-1.533415048,0.7291384674,313,0.357560442,0.114788776,6845.831977 +19,-1.531392093,0.7291705353,313,0.357560442,0.114788776,6840.087872 +20,-1.529296523,0.7291214933,313,0.357560442,0.114788776,6834.231302 +21,-1.535280942,0.727267644,313,0.357560442,0.114788776,6853.3053016 +22,-1.533378158,0.7276139666,313,0.357560442,0.114788776,6847.5230059 +23,-1.531340368,0.7276446587,313,0.357560442,0.114788776,6841.7304098 +24,-1.528960113,0.7276398177,313,0.357560442,0.114788776,6835.008944 +25,-1.533313146,0.7260818349,313,0.357560442,0.114788776,6849.1418369 +26,-1.531259555,0.7260958115,313,0.357560442,0.114788776,6843.3157796 +27,-1.528926415,0.7260865555,313,0.357560442,0.114788776,6836.7229643 +28,-1.531226779,0.7245511789,313,0.357560442,0.114788776,6845.0303113 +29,-1.528904772,0.7245519194,313,0.357560442,0.114788776,6838.4478491 +30,-1.547195875,0.7409785979,313,0.357560442,0.114788776,6870.2149302 +31,-1.5451475,0.740980426,313,0.357560442,0.114788776,6864.5169218 +32,-1.543097679,0.7409798872,313,0.357560442,0.114788776,6858.8150949 +33,-1.540720364,0.7409892687,313,0.357560442,0.114788776,6852.1868995 +34,-1.547188511,0.7395198392,313,0.357560442,0.114788776,6871.9759594 +35,-1.545148587,0.7395226109,313,0.357560442,0.114788776,6866.2923166 +36,-1.543104538,0.7395314908,313,0.357560442,0.114788776,6860.5871654 +37,-1.540727751,0.7395306258,313,0.357560442,0.114788776,6853.9635593 +38,-1.547187029,0.7380014886,313,0.357560442,0.114788776,6873.8247649 +39,-1.545147315,0.7380012252,313,0.357560442,0.114788776,6868.1370959 +40,-1.54310719,0.7380060743,313,0.357560442,0.114788776,6862.4394417 +41,-1.540719671,0.7380068206,313,0.357560442,0.114788776,6855.774226 +42,-1.547187189,0.7364799098,313,0.357560442,0.114788776,6875.6807027 +43,-1.545149996,0.7364853874,313,0.357560442,0.114788776,6869.9848036 +44,-1.543106091,0.7364823484,313,0.357560442,0.114788776,6864.2778499 +45,-1.540717158,0.7364893901,313,0.357560442,0.114788776,6857.5913844 +46,-1.538663972,0.7410138672,313,0.357560442,0.114788776,6846.430928 +47,-1.53695285,0.7409699132,313,0.357560442,0.114788776,6841.7165023 +48,-1.534910498,0.7409641297,313,0.357560442,0.114788776,6836.0310697 +49,-1.533145034,0.7409536636,313,0.357560442,0.114788776,6831.1207557 +50,-1.538681336,0.7395405883,313,0.357560442,0.114788776,6848.2449355 +51,-1.536999189,0.7395183096,313,0.357560442,0.114788776,6843.5787207 +52,-1.534923633,0.7395144222,313,0.357560442,0.114788776,6837.7904506 +53,-1.533267822,0.7395654306,313,0.357560442,0.114788776,6833.1067637 +54,-1.53867273,0.7380151077,313,0.357560442,0.114788776,6850.0477876 +55,-1.536980576,0.7379994392,313,0.357560442,0.114788776,6845.3388271 +56,-1.534931522,0.7379944961,313,0.357560442,0.114788776,6839.6174378 +57,-1.533387952,0.7379480264,313,0.357560442,0.114788776,6835.3562737 +58,-1.538682279,0.7364914363,313,0.357560442,0.114788776,6851.8978529 +59,-1.536980704,0.7364810563,313,0.357560442,0.114788776,6847.1493286 +60,-1.534935567,0.7364752065,313,0.357560442,0.114788776,6841.431664 +61,-1.533042592,0.7363876366,313,0.357560442,0.114788776,6836.23407 +62,-1.545143426,0.7349628011,313,0.357560442,0.114788776,6871.8134776 +63,-1.543105297,0.7349691947,313,0.357560442,0.114788776,6866.1029776 +64,-1.541064533,0.7349647152,313,0.357560442,0.114788776,6860.3956 +65,-1.545411803,0.7334624714,313,0.357560442,0.114788776,6874.3839662 +66,-1.543446606,0.7334780896,313,0.357560442,0.114788776,6868.8589083 +67,-1.541475327,0.7334957295,313,0.357560442,0.114788776,6863.312087 +68,-1.545401939,0.731963266,313,0.357560442,0.114788776,6876.1733448 +69,-1.54342253,0.7319915583,313,0.357560442,0.114788776,6870.5852649 +70,-1.541455867,0.7320216438,313,0.357560442,0.114788776,6865.0286312 +71,-1.545410146,0.7304422281,313,0.357560442,0.114788776,6878.0384969 +72,-1.543435491,0.7304713664,313,0.357560442,0.114788776,6872.4547802 +73,-1.541463105,0.7304997613,313,0.357560442,0.114788776,6866.876174 +74,-1.545414768,0.7289194936,313,0.357560442,0.114788776,6879.89429 +75,-1.543435774,0.7289538557,313,0.357560442,0.114788776,6874.2841109 +76,-1.541457714,0.7289765881,313,0.357560442,0.114788776,6868.6883921 +77,-1.539449415,0.7320555866,313,0.357560442,0.114788776,6859.3535083 +78,-1.537429183,0.7321097681,313,0.357560442,0.114788776,6853.6134098 +79,-1.535472649,0.7321497267,313,0.357560442,0.114788776,6848.0672568 +80,-1.539457899,0.7305333307,313,0.357560442,0.114788776,6861.1969155 +81,-1.537453161,0.7305750503,313,0.357560442,0.114788776,6855.5071179 +82,-1.535479385,0.7306124949,313,0.357560442,0.114788776,6849.9074821 +83,-1.53946905,0.7290102593,313,0.357560442,0.114788776,6863.0475182 +84,-1.537459922,0.7290417293,313,0.357560442,0.114788776,6857.3494734 +85,-1.535451349,0.7290890157,313,0.357560442,0.114788776,6851.6321 +86,-1.535522937,0.7279887191,313,0.357560442,0.114788776,6853.1358505 +87,-1.539442524,0.7274735939,313,0.357560442,0.114788776,6864.8067835 +88,-1.537424111,0.727521351,313,0.357560442,0.114788776,6859.055001 +89,-1.539384641,0.7259505092,313,0.357560442,0.114788776,6866.4596684 +90,-1.537372391,0.7259947145,313,0.357560442,0.114788776,6860.7213511 +91,-1.535340789,0.7260435356,313,0.357560442,0.114788776,6854.9208213 +92,-1.539325716,0.7244369706,313,0.357560442,0.114788776,6868.096394 +93,-1.537308932,0.7244801057,313,0.357560442,0.114788776,6862.3384326 +94,-1.535289068,0.7245247645,313,0.357560442,0.114788776,6856.5678848 +95,-1.533261366,0.7245550236,313,0.357560442,0.114788776,6850.7900084 +96,-1.539267302,0.722921924,313,0.357560442,0.114788776,6869.7345311 +97,-1.537248972,0.7229660258,313,0.357560442,0.114788776,6863.9629444 +98,-1.535219431,0.7229916471,313,0.357560442,0.114788776,6858.1793012 +99,-1.53318962,0.7230212049,313,0.357560442,0.114788776,6852.388007 +100,-1.531154816,0.7230299897,313,0.357560442,0.114788776,6846.6046047 +101,-1.528878341,0.7230370244,313,0.357560442,0.114788776,6840.1346763 +102,-1.539218189,0.7214009878,313,0.357560442,0.114788776,6871.404225 +103,-1.537198791,0.7214422745,313,0.357560442,0.114788776,6865.6248215 +104,-1.535179266,0.7214634354,313,0.357560442,0.114788776,6859.8666833 +105,-1.533156501,0.7214944644,313,0.357560442,0.114788776,6854.0854808 +106,-1.53113574,0.7215166021,313,0.357560442,0.114788776,6848.3181739 +107,-1.528874248,0.7215345535,313,0.357560442,0.114788776,6841.8690655 +108,-1.539217656,0.7198512397,313,0.357560442,0.114788776,6873.2443896 +109,-1.537199919,0.7199428763,313,0.357560442,0.114788776,6867.4019565 +110,-1.545425832,0.727397149,313,0.357560442,0.114788776,6881.7664068 +111,-1.543371177,0.7273916949,313,0.357560442,0.114788776,6875.982934 +112,-1.541368852,0.7274523163,313,0.357560442,0.114788776,6870.2651424 +113,-1.545349067,0.7258710923,313,0.357560442,0.114788776,6883.3938901 +114,-1.54332671,0.7258603556,313,0.357560442,0.114788776,6877.6995235 +115,-1.541346831,0.7259242142,313,0.357560442,0.114788776,6872.033122 +116,-1.545324355,0.7243383958,313,0.357560442,0.114788776,6885.1744306 +117,-1.543292796,0.7243617413,313,0.357560442,0.114788776,6879.4048595 +118,-1.541295822,0.7244024384,313,0.357560442,0.114788776,6873.709988 +119,-1.543193859,0.7205570215,313,0.357560442,0.114788776,6883.6906986 +120,-1.550257047,0.7386738187,313,0.357560442,0.114788776,6881.5550017 +121,-1.549335448,0.7311736483,313,0.357560442,0.114788776,6888.1675541 +122,-1.533478843,0.7179891343,313,0.357560442,0.114788776,6859.1119498 +123,-1.556150555,0.738907041,313,0.357560442,0.114788776,6897.6621336 +124,-1.554324226,0.733414257,313,0.357560442,0.114788776,6899.3838541 +125,-1.554290846,0.7288285332,313,0.357560442,0.114788776,6904.9525241 +126,-1.55122487,0.7219795312,313,0.357560442,0.114788776,6904.7170082 +127,-1.525104458,0.7229399862,313,0.357560442,0.114788776,6829.527545 +128,-1.519607711,0.7236181429,313,0.357560442,0.114788776,6813.1265182 +129,-1.513899999,0.7251107854,313,0.357560442,0.114788776,6795.2113954 +130,-1.536620762,0.7431061895,313,0.357560442,0.114788776,6838.2405627 +131,-1.5369566,0.7460845958,313,0.357560442,0.114788776,6835.6115133 +132,-1.545345528,0.7447040685,313,0.357560442,0.114788776,6860.5329506 +133,-1.532813921,0.7432306626,313,0.357560442,0.114788776,6827.5019152 +134,-1.554788248,0.7382381001,313,0.357560442,0.114788776,6894.7045909 +135,-1.540348126,0.7301594274,313,0.357560442,0.114788776,6864.1483007 +136,-1.538016084,0.7239051786,313,0.357560442,0.114788776,6865.0222661 +137,-1.525288962,0.7258085137,313,0.357560442,0.114788776,6826.7420824 +138,-1.534326986,0.731241342,313,0.357560442,0.114788776,6845.9200362 +139,-1.530733872,0.7303625216,313,0.357560442,0.114788776,6836.8345012 +141,-1.534354939,0.7328219978,313,0.357560442,0.114788776,6844.1300949 +142,-1.53157084,0.7292888153,313,0.357560442,0.114788776,6840.4534156 +143,-1.525691035,0.7263799874,313,0.357560442,0.114788776,6827.2209811 +144,-1.534031287,0.7495967835,313,0.357560442,0.114788776,6823.3174763 +145,-1.527714986,0.7283095957,313,0.357560442,0.114788776,6830.7101096 +146,-1.526189586,0.7271468292,313,0.357560442,0.114788776,6827.7452925 +147,-1.555177336,0.7375563366,313,0.357560442,0.114788776,6896.6333824 +148,-1.555080283,0.7312707794,313,0.357560442,0.114788776,6904.1500025 +149,-1.53856994,0.7224180299,313,0.357560442,0.114788776,6868.3572668 +150,-1.530837883,0.729933372,313,0.357560442,0.114788776,6837.630527 +151,-1.515066984,0.5854133365,313,0.357560442,0.114788776,6950.2977713 +152,-1.534731633,0.5368370046,313,0.357560442,0.114788776,7064.7254292 +153,-1.515231902,0.5607085576,313,0.357560442,0.114788776,6976.3633922 +154,-2.616253799,1.0684566605,313,0.357560442,0.114788776,7728.3211224 +155,-1.956071439,0.5792177723,313,0.357560442,0.114788776,8294.2366156 +156,-1.951208514,0.5602434208,313,0.357560442,0.114788776,8320.2861715 +157,-1.944675062,0.6062144545,313,0.357560442,0.114788776,8205.2450322 +158,-1.613778386,0.6077989518,313,0.357560442,0.114788776,7233.3170965 +159,-2.035029014,0.6021432345,313,0.357560442,0.114788776,8456.6025676 +160,-2.114989471,0.6801825058,313,0.357560442,0.114788776,8452.3187251 +161,-2.037382079,0.5765830025,313,0.357560442,0.114788776,8523.0620613 +162,-2.129855121,0.6585019963,313,0.357560442,0.114788776,8544.8464673 +163,-2.075141798,0.6493615843,313,0.357560442,0.114788776,8440.856867 +164,-1.828626729,0.6948433129,313,0.357560442,0.114788776,7711.1884071 +165,-1.863329418,0.6735427691,313,0.357560442,0.114788776,7845.571247 +166,-1.266037071,0.727988852,313,0.357560442,0.114788776,6075.0558836 +167,-1.277579582,0.7249010648,313,0.357560442,0.114788776,6110.488554 +168,-1.258418684,0.7241194816,313,0.357560442,0.114788776,6054.4569886 +169,-1.317813974,0.6804850104,313,0.357560442,0.114788776,6255.7514302 +170,-1.344165204,0.6790988904,313,0.357560442,0.114788776,6336.7384961 +171,-1.427582102,0.5277120351,313,0.357560442,0.114788776,6717.8955764 +172,-1.402238616,0.457167829,313,0.357560442,0.114788776,6686.0997752 +173,-1.422454264,0.4996161999,313,0.357560442,0.114788776,6723.2785678 +174,-1.439089277,0.4894859811,313,0.357560442,0.114788776,6788.2523127 +175,-1.448126995,0.5182330266,313,0.357560442,0.114788776,6794.7457506 +176,-1.474626146,0.5881926574,313,0.357560442,0.114788776,6818.4364596 +177,-1.421139645,0.5584869783,313,0.357560442,0.114788776,6671.2786206 +178,-1.457037165,0.565943032,313,0.357560442,0.114788776,6782.2887308 +179,-2.757159358,0.3745319,313,0.357560442,0.114788776,10502.838068 +180,-2.714309238,0.342054471,313,0.357560442,0.114788776,10613.980364 +181,-2.000525337,0.774119946,313,0.357560442,0.114788776,7952.5940779 +183,-1.571413436,0.6777838382,313,0.357560442,0.114788776,7017.3217304 +184,-1.552860289,0.6987663893,313,0.357560442,0.114788776,6937.6100963 +185,-1.521852374,0.7165827476,313,0.357560442,0.114788776,6827.5441555 +186,-1.503656267,0.6928968252,313,0.357560442,0.114788776,6801.1385781 +187,-1.502753178,0.7136205882,313,0.357560442,0.114788776,6776.0354627 +188,-1.631894563,0.7343596465,313,0.357560442,0.114788776,7112.7843419 +189,-1.653765416,0.6770714026,313,0.357560442,0.114788776,7257.2307951 +190,-1.719812114,0.6715965947,313,0.357560442,0.114788776,7453.9557968 +191,-1.493406659,0.6646955447,313,0.357560442,0.114788776,6800.5793605 +192,-1.469120564,0.6613469966,313,0.357560442,0.114788776,6730.63911 +193,-1.590551461,0.5326612937,313,0.357560442,0.114788776,7251.9879298 +194,-1.625979264,0.5247742243,313,0.357560442,0.114788776,7376.9222031 +195,-1.572293943,0.5238808754,313,0.357560442,0.114788776,7202.2128546 +196,-1.610848725,0.5477107964,313,0.357560442,0.114788776,7299.7213367 +197,-1.208485554,0.7918526018,313,0.357560442,0.114788776,5885.523787 +198,-1.335601374,0.6869083083,313,0.357560442,0.114788776,6305.6014619 +199,-1.346156996,0.6825213377,313,0.357560442,0.114788776,6340.4558964 +200,-1.324381037,0.6741422347,313,0.357560442,0.114788776,6279.6989234 +201,-1.242424992,0.7378949807,313,0.357560442,0.114788776,6001.5744478 +202,-1.270370057,0.7392461008,313,0.357560442,0.114788776,6082.2824374 +203,-1.448950472,0.7441675014,313,0.357560442,0.114788776,6591.1857614 +204,-1.492662363,0.7523026852,313,0.357560442,0.114788776,6705.4905177 +205,-1.479098966,0.7763855017,313,0.357560442,0.114788776,6642.4347076 +206,-1.633760714,0.7869022408,313,0.357560442,0.114788776,7040.642066 +207,-1.647406434,0.8101289331,313,0.357560442,0.114788776,7040.2430264 +208,-1.564245052,0.5701509278,313,0.357560442,0.114788776,7123.8083369 +209,-1.646289963,0.6833746083,313,0.357560442,0.114788776,7226.6795106 +210,-1.5820631,0.6751952144,313,0.357560442,0.114788776,7051.7689921 +211,-1.613236298,0.6681681791,313,0.357560442,0.114788776,7152.1949114 +212,-1.914661867,0.8212566515,313,0.357560442,0.114788776,7650.5953678 +213,-1.742133237,0.7250275956,313,0.357560442,0.114788776,7425.6091589 +214,-2.033144872,0.6557314699,313,0.357560442,0.114788776,8322.5130031 +215,-2.039551981,0.6964723658,313,0.357560442,0.114788776,8236.573425 +216,-1.247341019,0.7622473908,313,0.357560442,0.114788776,6005.5753929 +217,-1.298239787,0.7084123392,313,0.357560442,0.114788776,6180.4462842 +218,-1.308539688,0.6926545592,313,0.357560442,0.114788776,6220.3686652 +219,-1.303263185,0.6888938396,313,0.357560442,0.114788776,6206.6218992 +220,-1.852400229,0.6004246149,313,0.357560442,0.114788776,7957.3212248 +221,-1.288947707,0.7473773692,313,0.357560442,0.114788776,6131.8504864 +222,-1.372031502,0.7472790993,313,0.357560442,0.114788776,6370.0460672 +223,-1.289805721,0.7242157877,313,0.357560442,0.114788776,6146.7914272 +224,-1.350807603,0.7533498126,313,0.357560442,0.114788776,6305.1804539 +225,-1.329290365,0.7560442322,313,0.357560442,0.114788776,6242.1823589 +226,-1.410153004,0.616936428,313,0.357560442,0.114788776,6587.9108702 +227,-1.393445434,0.6308995063,313,0.357560442,0.114788776,6524.1162826 +228,-1.37595573,0.6241540638,313,0.357560442,0.114788776,6474.2387856 +229,-1.358388707,0.6172645205,313,0.357560442,0.114788776,6423.5504405 +230,-1.753741133,0.8281661666,313,0.357560442,0.114788776,7269.0793328 +231,-1.47430987,0.6834615681,313,0.357560442,0.114788776,6724.327825 +232,-1.421012508,0.7222725206,313,0.357560442,0.114788776,6531.3501623 +233,-1.4476833,0.6978557868,313,0.357560442,0.114788776,6631.5380906 +234,-1.470370723,0.6966193374,313,0.357560442,0.114788776,6699.5354426 +235,-1.429211703,0.7037216883,313,0.357560442,0.114788776,6571.7541054 +236,-1.700578405,0.6178673663,313,0.357560442,0.114788776,7482.2375155 +237,-1.678117619,0.6331716163,313,0.357560442,0.114788776,7392.5834572 +238,-1.725644578,0.6316331145,313,0.357560442,0.114788776,7534.9550759 +239,-2.14012759,0.7930497945,313,0.357560442,0.114788776,8186.3956129 +240,-2.103289431,0.7653606263,313,0.357560442,0.114788776,8193.0950636 +241,-1.318739838,0.7017808746,313,0.357560442,0.114788776,6245.4982166 +242,-1.396417427,0.7077900843,313,0.357560442,0.114788776,6471.7384232 +243,-1.35650337,0.7185539404,313,0.357560442,0.114788776,6346.2039768 +244,-1.248884539,0.7274156818,313,0.357560442,0.114788776,6024.9205797 +245,-1.395014798,0.5761185243,313,0.357560442,0.114788776,6571.756502 +246,-1.433377362,0.6064716109,313,0.357560442,0.114788776,6670.3211725 +247,-1.408172432,0.5903155476,313,0.357560442,0.114788776,6603.2039013 +248,-1.749645898,0.7757118084,313,0.357560442,0.114788776,7355.3201332 +249,-1.571626686,0.615046989,313,0.357560442,0.114788776,7094.5044916 +250,-1.514070049,0.6303003037,313,0.357560442,0.114788776,6899.7781051 +251,-1.480890369,0.6237966528,313,0.357560442,0.114788776,6803.6882532 +252,-1.704390658,0.5281680612,313,0.357560442,0.114788776,7625.4685951 +253,-1.64434733,0.5254277498,313,0.357560442,0.114788776,7435.805281 +254,-1.703855997,0.4792484842,313,0.357560442,0.114788776,7691.3617215 +255,-1.692002383,0.5748825051,313,0.357560442,0.114788776,7519.7095114 +256,-1.854136457,0.5544643913,313,0.357560442,0.114788776,8047.2706651 +257,-1.665021206,0.520317736,313,0.357560442,0.114788776,7509.4693816 +258,-1.733654349,0.4845187345,313,0.357560442,0.114788776,7782.0442881 +259,-1.720938188,0.5135933906,313,0.357560442,0.114788776,7699.2776048 +260,-1.742668307,0.553296122,313,0.357560442,0.114788776,7709.0053974 +261,-1.965659039,0.7142126903,313,0.357560442,0.114788776,8017.5928707 +262,-1.944438071,0.6772834804,313,0.357560442,0.114788776,8049.3971426 +263,-1.270340967,0.7681487096,313,0.357560442,0.114788776,6068.185548 +264,-1.353091884,0.6549276821,313,0.357560442,0.114788776,6380.6651563 +265,-1.333236659,0.6413584414,313,0.357560442,0.114788776,6327.9616471 +266,-1.352015998,0.6753788907,313,0.357560442,0.114788776,6363.1567138 +267,-1.377988483,0.6577816235,313,0.357560442,0.114788776,6455.4031648 +268,-2.13075611,0.8318642051,313,0.357560442,0.114788776,8055.8901454 +269,-2.097910953,0.8259670014,313,0.357560442,0.114788776,8012.4328256 +270,-1.416382069,0.6694271549,313,0.357560442,0.114788776,6563.3639503 +271,-1.538905672,0.7535625993,313,0.357560442,0.114788776,6832.007607 +272,-1.572309477,0.7803125099,313,0.357560442,0.114788776,6888.6238949 +273,-1.87759879,0.7503853417,313,0.357560442,0.114788776,7722.7250993 +274,1.152365588,0.590457682,313,0.357560442,0.114788776,3461.8802589 +275,0.350198001,0.718001859,313,0.357560442,0.114788776,2389.4686001 +276,0.046513677,0.491503852,313,0.357560442,0.114788776,1893.9269348 +277,0.027510309,0.742571376,313,0.357560442,0.114788776,2741.8942177 +278,0.306285725,-0.214631579,313,0.357560442,0.114788776,1320.3646346 +279,-1.100564889,0.318051531,313,0.357560442,0.114788776,5657.9203387 +280,-1.078582306,0.301437596,313,0.357560442,0.114788776,5579.9887426 +281,-1.137371989,-0.617634065,313,0.357560442,0.114788776,6241.5195514 +282,0.784356344,0.703272339,313,0.357560442,0.114788776,2779.0138032 +283,-1.221209947,0.218327455,313,0.357560442,0.114788776,6154.2872989 +284,2.347301921,-0.449114658,313,0.357560442,0.114788776,7911.6626493 +285,0.246820618,0.830553713,313,0.357560442,0.114788776,2859.8307824 +286,0.829414965,0.703288228,313,0.357560442,0.114788776,2868.8633772 +287,-1.337537566,0.42332223,313,0.357560442,0.114788776,6480.5361386 +288,0.882453706,0.454478077,313,0.357560442,0.114788776,2395.0460125 +289,1.575629659,0.416419109,313,0.357560442,0.114788776,4762.4246531 +290,-1.039455679,0.229888244,313,0.357560442,0.114788776,5451.2134108 +291,0.489558039,0.934482747,313,0.357560442,0.114788776,3274.5456654 +292,0.081344504,0.88384514,313,0.357560442,0.114788776,3179.9407861 +293,-1.547979814,0.300350308,313,0.357560442,0.114788776,7337.2412073 +294,0.040776181,0.168560074,313,0.357560442,0.114788776,1260.0779243 +295,-1.130374745,0.563894876,313,0.357560442,0.114788776,5702.6962408 +296,1.578326642,0.478507176,313,0.357560442,0.114788776,4783.8052625 +297,-1.12861823,-0.291640865,313,0.357560442,0.114788776,6033.7732542 +298,0.310524208,0.770885792,313,0.357560442,0.114788776,2603.9132731 +299,0.415649091,-0.387246002,313,0.357560442,0.114788776,2001.293396 +300,-0.926533878,-0.188022748,313,0.357560442,0.114788776,5202.3536911 +301,1.258856172,-0.11716081,313,0.357560442,0.114788776,3678.4831387 +302,-1.126050026,0.322941926,313,0.357560442,0.114788776,5751.919323 +303,2.002785835,0.07893892,313,0.357560442,0.114788776,6478.0186163 +304,0.440437607,0.746258085,313,0.357560442,0.114788776,2517.9999367 +305,-0.030391866,0.214441206,313,0.357560442,0.114788776,1565.5430971 +306,0.521557815,-0.058929362,313,0.357560442,0.114788776,945.5455497 +307,-0.097005111,0.13317729,313,0.357560442,0.114788776,1787.9308108 +308,1.83113859,0.221857587,313,0.357560442,0.114788776,5748.384916 +309,0.222428864,0.099404236,313,0.357560442,0.114788776,535.6569973 +310,-1.702731345,0.8728568183,313,0.357560442,0.114788776,7069.7556244 +311,-0.418507569,0.278324921,313,0.357560442,0.114788776,3076.8981145 +312,-1.41153306,0.339029988,313,0.357560442,0.114788776,6804.1946373 +313,0.357560442,0.114788776,313,0.357560442,0.114788776,0 +314,0.325818979,0.268352149,313,0.357560442,0.114788776,620.63418935 +315,-1.246004659,-0.663679965,313,0.357560442,0.114788776,6603.5446533 +316,1.814603087,0.637404484,313,0.357560442,0.114788776,5590.3146637 +317,1.843704281,-0.18300445,313,0.357560442,0.114788776,5977.1830088 +318,1.690644492,-0.211480909,313,0.357560442,0.114788776,5405.4316445 +319,-1.275451936,0.068109467,313,0.357560442,0.114788776,6435.2421076 +320,0.762430171,-0.207594741,313,0.357560442,0.114788776,2043.1264618 +321,0.265668905,-0.014647884,313,0.357560442,0.114788776,628.35098898 +322,-2.773032013,-0.335515811,313,0.357560442,0.114788776,11568.522561 +323,-1.469512853,0.174058777,313,0.357560442,0.114788776,7133.7462065 +324,0.286276986,0.785925691,313,0.357560442,0.114788776,2669.7096134 +325,-1.379324697,0.377432233,313,0.357560442,0.114788776,6660.3803674 +326,-1.203778265,0.212813032,313,0.357560442,0.114788776,6089.7026963 +327,0.579916301,0.611743168,313,0.357560442,0.114788776,2128.8415883 +328,0.267582642,0.868113908,313,0.357560442,0.114788776,2998.9288326 +329,0.412869244,-0.050245578,313,0.357560442,0.114788776,689.31933223 +330,0.17524381,0.976660285,313,0.357560442,0.114788776,3461.7220899 +331,0.743157214,0.204812899,313,0.357560442,0.114788776,1548.7085357 +332,-1.070758176,0.269382282,313,0.357560442,0.114788776,5559.5057147 +333,-1.230364251,0.329790229,313,0.357560442,0.114788776,6138.7599168 +334,-1.374813124,-0.024926835,313,0.357560442,0.114788776,6868.9414042 +335,0.519780566,0.463669906,313,0.357560442,0.114788776,1511.300472 +336,-1.55108034,0.239698561,313,0.357560442,0.114788776,7398.3983101 +337,0.180294813,0.029739425,313,0.357560442,0.114788776,776.93282419 +338,0.67820924,0.268170153,313,0.357560442,0.114788776,1385.6135854 +339,0.445798684,1.024001867,313,0.357560442,0.114788776,3611.4712869 +340,0.691751283,0.150521402,313,0.357560442,0.114788776,1319.5310148 +341,-1.036643551,-0.903056181,313,0.357560442,0.114788776,6150.1154195 +342,-0.120287036,1.083325163,313,0.357560442,0.114788776,4081.8326567 +343,2.823513113,-0.304487164,313,0.357560442,0.114788776,9727.021676 +344,0.457583172,1.12513373,313,0.357560442,0.114788776,4011.977317 +345,0.042918831,0.813795399,313,0.357560442,0.114788776,2969.0024623 +346,1.196146777,-0.853142756,313,0.357560442,0.114788776,4803.6893595 +347,0.206001358,-0.010430701,313,0.357560442,0.114788776,777.78220064 +348,-0.268308653,0.234799412,313,0.357560442,0.114788776,2484.3267901 +349,0.759363263,0.736189579,313,0.357560442,0.114788776,2836.0930778 +350,0.181363926,0.891988372,313,0.357560442,0.114788776,3132.6571169 +351,-0.021111158,0.139103292,313,0.357560442,0.114788776,1490.7797821 +352,-0.093355215,0.630686981,313,0.357560442,0.114788776,2616.4180045 +353,0.40118964,0.681375926,313,0.357560442,0.114788776,2249.6643186 +354,-0.721197315,1.304706234,313,0.357560442,0.114788776,5286.7126376 +355,-1.076150317,0.212107639,313,0.357560442,0.114788776,5598.1565411 +356,-1.577164531,0.273993443,313,0.357560442,0.114788776,7468.0062686 +357,-0.190788414,0.182208586,313,0.357560442,0.114788776,2163.6056202 +358,-0.261349752,0.209710184,313,0.357560442,0.114788776,2446.3360591 +359,-1.029303852,0.083549259,313,0.357560442,0.114788776,5462.2391391 +360,-1.268609162,0.330525297,313,0.357560442,0.114788776,6280.6798207 +361,1.282982244,-0.926641967,313,0.357560442,0.114788776,5150.3180888 +362,0.217352334,0.731352408,313,0.357560442,0.114788776,2491.4789252 +363,-1.511833084,0.258629297,313,0.357560442,0.114788776,7236.0130148 +364,0.338812194,0.823184618,313,0.357560442,0.114788776,2806.6785052 +365,-0.324406489,1.134201999,313,0.357560442,0.114788776,4461.6831622 +366,1.389579348,0.399185724,313,0.357560442,0.114788776,4082.9073577 +367,2.047152199,-0.039082036,313,0.357560442,0.114788776,6706.8581933 +368,0.947780369,0.568250077,313,0.357560442,0.114788776,2818.8730914 +369,0.763824846,0.576754987,313,0.357560442,0.114788776,2362.0980818 +370,-0.142334657,0.928153068,313,0.357560442,0.114788776,3602.2095862 +371,0.610266567,0.547265983,313,0.357560442,0.114788776,1952.1890605 +372,0.210731629,0.746815056,313,0.357560442,0.114788776,2555.5829147 +373,-1.34931644,0.316895224,313,0.357560442,0.114788776,6588.308182 +374,2.407696481,0.655030745,313,0.357560442,0.114788776,7402.0949847 +375,0.64207831,0.545359131,313,0.357560442,0.114788776,2005.1427909 +376,1.174597538,0.840588356,313,0.357560442,0.114788776,3967.921326 +377,0.660059424,0.010604079,313,0.357560442,0.114788776,1264.5119016 +378,-0.730263819,0.010486456,313,0.357560442,0.114788776,4317.2783929 +379,0.831068936,0.512339172,313,0.357560442,0.114788776,2366.6988287 +380,1.301180979,0.72367476,313,0.357560442,0.114788776,4089.4944915 +381,1.811128231,0.322854402,313,0.357560442,0.114788776,5639.4335374 +382,0.435105812,0.992284428,313,0.357560442,0.114788776,3484.1592271 +383,0.62643634,0.592027932,313,0.357560442,0.114788776,2131.694914 +384,0.492988703,-0.516339467,313,0.357560442,0.114788776,2552.5234163 +385,-0.162469483,0.112549365,313,0.357560442,0.114788776,2046.2596008 +386,0.314630866,0.472006421,313,0.357560442,0.114788776,1424.1448176 +387,0.166744804,0.822815954,313,0.357560442,0.114788776,2878.3895676 +388,0.417159608,0.965805736,313,0.357560442,0.114788776,3376.1594752 +389,0.106334961,0.868774244,313,0.357560442,0.114788776,3101.30659 +390,0.815086969,-0.338144359,313,0.357560442,0.114788776,2530.5105596 +391,0.59867455,-0.230624824,313,0.357560442,0.114788776,1664.8792597 +392,1.915104874,0.066220985,313,0.357560442,0.114788776,6139.867667 +393,1.278093622,0.064463721,313,0.357560442,0.114788776,3635.5457549 +394,-0.061477853,0.302997961,313,0.357560442,0.114788776,1783.732126 +395,0.251311504,0.626976942,313,0.357560442,0.114788776,2065.1462496 +396,2.950242872,0.149095644,313,0.357560442,0.114788776,10037.443552 +397,-0.180294708,0.35375117,313,0.357560442,0.114788776,2271.6289922 +398,1.010448592,-0.351180233,313,0.357560442,0.114788776,3142.0099405 +399,-1.748740498,0.3686318073,313,0.357560442,0.114788776,7989.542195 +400,2.699635665,0.123533791,313,0.357560442,0.114788776,9146.5648131 +401,0.496808033,0.823843254,313,0.357560442,0.114788776,2848.077894 +402,0.129574704,0.763364087,313,0.357560442,0.114788776,2688.4399271 +403,1.798920311,0.817447563,313,0.357560442,0.114788776,5540.1993387 +404,0.335987953,0.746786541,313,0.357560442,0.114788776,2504.4802998 +405,-1.085413643,0.292154671,313,0.357560442,0.114788776,5608.4591221 +406,-0.155321003,0.508207011,313,0.357560442,0.114788776,2469.0105561 +407,0.620529244,-0.301175104,313,0.357560442,0.114788776,1942.7379066 +408,1.684402744,0.368716966,313,0.357560442,0.114788776,5159.1327266 +409,0.300582244,-0.386397212,313,0.357560442,0.114788776,1997.4737152 +410,2.913555946,-0.009225192,313,0.357560442,0.114788776,10092.504611 +411,1.465101417,0.493232532,313,0.357560442,0.114788776,4394.1518089 +412,0.090612882,0.907955955,313,0.357560442,0.114788776,3260.3617532 +413,2.987564726,-0.729568594,313,0.357560442,0.114788776,9417.7077493 +414,-1.484261606,0.224149272,313,0.357560442,0.114788776,7156.844005 +415,0.164073421,0.303955133,313,0.357560442,0.114788776,1058.9845314 +416,0.141441293,0.167552546,313,0.357560442,0.114788776,872.78735265 +417,2.931321023,-0.506718887,313,0.357560442,0.114788776,9815.8769722 +418,2.21951565,0.700596356,313,0.357560442,0.114788776,6794.9550732 +419,0.268112576,1.199114336,313,0.357560442,0.114788776,4301.473799 +420,0.978913739,0.359223811,313,0.357560442,0.114788776,2572.2684859 +421,1.210898818,0.522863584,313,0.357560442,0.114788776,3557.4851338 +422,2.347397336,0.129231362,313,0.357560442,0.114788776,7791.9587526 +423,0.614394501,0.556878345,313,0.357560442,0.114788776,1991.910236 +424,-1.398079356,0.148483366,313,0.357560442,0.114788776,6872.9891876 +425,2.535303836,-0.112984496,313,0.357560442,0.114788776,8652.8547599 +426,-1.019372593,-0.405322349,313,0.357560442,0.114788776,5702.6841067 +427,-1.297785627,-0.160104069,313,0.357560442,0.114788776,6622.9867549 +428,2.144554488,0.205051084,313,0.357560442,0.114788776,6960.242981 +429,-2.242387083,-0.426171285,313,0.357560442,0.114788776,10046.964652 +430,0.338637212,0.909723676,313,0.357560442,0.114788776,3149.3430482 +431,-0.148798452,0.691042401,313,0.357560442,0.114788776,2907.6713435 +432,0.893524764,0.441829531,313,0.357560442,0.114788776,2406.3366244 +433,0.969229347,-0.368847936,313,0.357560442,0.114788776,3053.3992683 +434,0.436043248,0.800045688,313,0.357560442,0.114788776,2727.6089016 +435,1.687946607,1.081504775,313,0.357560442,0.114788776,5374.6811696 +436,0.522302046,-0.034889271,313,0.357560442,0.114788776,880.81321841 +437,-0.178996113,-0.438090009,313,0.357560442,0.114788776,3011.7252049 +438,-1.094339566,0.301444068,313,0.357560442,0.114788776,5639.4282371 +439,-1.064070054,0.242569932,313,0.357560442,0.114788776,5541.9531866 +440,-1.068153768,0.230387998,313,0.357560442,0.114788776,5561.4105305 +441,-3.00496892,-0.23989155,313,0.357560442,0.114788776,11450.664706 +442,0.21751974,0.766874888,313,0.357560442,0.114788776,2628.2836234 +443,0.117229532,0.007619006,313,0.357560442,0.114788776,1040.2540161 +444,0.777758451,0.420554741,313,0.357560442,0.114788776,2003.9598419 +445,-0.252356999,0.250747086,313,0.357560442,0.114788776,2432.7049979 +446,0.363148444,0.768483434,313,0.357560442,0.114788776,2589.3571727 +447,0.903191366,-0.118210676,313,0.357560442,0.114788776,2345.5212661 +448,-0.205755923,0.149406178,313,0.357560442,0.114788776,2215.4633621 +449,1.811996086,0.02364353,313,0.357560442,0.114788776,5753.3956231 +450,-1.100670221,0.314845373,313,0.357560442,0.114788776,5659.2664667 +451,0.340078597,0.850105132,313,0.357560442,0.114788776,2913.1795233 +452,0.258757267,0.804969236,313,0.357560442,0.114788776,2754.6312518 +453,2.78505352,-0.155160804,313,0.357560442,0.114788776,9637.8041123 +454,0.800551619,0.105822106,313,0.357560442,0.114788776,1744.2033246 +455,0.437940882,-0.506194031,313,0.357560442,0.114788776,2478.7467928 +456,2.230431122,0.63458615,313,0.357560442,0.114788776,6898.9972034 +457,0.527965361,0.127667701,313,0.357560442,0.114788776,671.94267217 +458,-0.063643205,0.702093448,313,0.357560442,0.114788776,2764.6782451 +459,1.408447268,0.133010502,313,0.357560442,0.114788776,4127.9669335 +460,0.523795955,0.280266966,313,0.357560442,0.114788776,919.45257674 +461,-0.975769313,0.072177659,313,0.357560442,0.114788776,5256.4271083 +462,0.549774164,-0.463663986,313,0.357560442,0.114788776,2407.2199343 +463,0.29245874,1.095549818,313,0.357560442,0.114788776,3889.3828355 +464,0.143625958,0.816809593,313,0.357560442,0.114788776,2874.4925995 +465,0.671902494,0.611159853,313,0.357560442,0.114788776,2275.6935953 +466,1.239840988,0.6724199,313,0.357560442,0.114788776,3842.8921753 +467,0.607829703,-0.10932137,313,0.357560442,0.114788776,1329.1320607 +468,1.763020906,0.263996692,313,0.357560442,0.114788776,5473.9141266 +469,0.378714634,0.726066797,313,0.357560442,0.114788776,2422.4191467 +470,2.196736143,-0.153862366,313,0.357560442,0.114788776,7337.2289491 +471,0.01702415,0.148991565,313,0.357560442,0.114788776,1343.8142364 +472,-2.998490902,-0.158002487,313,0.357560442,0.114788776,11585.13356 +473,-3.051262951,-0.346595608,313,0.357560442,0.114788776,11065.797789 +474,-1.069176439,0.182802941,313,0.357560442,0.114788776,5581.1672033 +475,0.167157509,0.595344954,313,0.357560442,0.114788776,2027.1646444 +476,0.613855648,0.681746124,313,0.357560442,0.114788776,2425.218734 +477,1.037012736,0.682555367,313,0.357560442,0.114788776,3303.5207274 +478,-1.253574971,0.379755746,313,0.357560442,0.114788776,6201.1304974 +479,3.108590453,-0.132620738,313,0.357560442,0.114788776,10907.199683 +480,0.565301296,0.022333262,313,0.357560442,0.114788776,898.6317062 +481,0.547898238,0.855555614,313,0.357560442,0.114788776,3002.591664 +482,0.948309381,0.417393755,313,0.357560442,0.114788776,2544.5704673 +483,-0.050600732,0.945269213,313,0.357560442,0.114788776,3538.9007001 +484,-0.977651478,-0.572363064,313,0.357560442,0.114788776,5694.0080809 +485,1.102014914,0.728861163,313,0.357560442,0.114788776,3566.588705 +486,2.927300795,-0.282939414,313,0.357560442,0.114788776,10129.64372 +487,-1.154565557,0.124434095,313,0.357560442,0.114788776,5936.4219911 +488,1.855331234,0.291044755,313,0.357560442,0.114788776,5816.007748 +489,0.830290659,0.276904518,313,0.357560442,0.114788776,1942.9453287 +490,0.485104466,-0.234867441,313,0.357560442,0.114788776,1473.0498693 +491,0.521367572,-0.33161327,313,0.357560442,0.114788776,1880.2644353 +1,-1.539031704,0.7349710123,314,0.325818979,0.268352149,6338.881113 +2,-1.536990553,0.7349663874,314,0.325818979,0.268352149,6333.3491631 +3,-1.534951779,0.7349571355,314,0.325818979,0.268352149,6327.8274381 +4,-1.532906461,0.7349480293,314,0.325818979,0.268352149,6322.2844552 +5,-1.531320211,0.7346937278,314,0.325818979,0.268352149,6318.3549135 +6,-1.539451648,0.7335131775,314,0.325818979,0.268352149,6342.2406177 +7,-1.537429487,0.7335445708,314,0.325818979,0.268352149,6336.6988824 +8,-1.535484998,0.7335658704,314,0.325818979,0.268352149,6331.3808067 +9,-1.533488396,0.7336036027,314,0.325818979,0.268352149,6325.8934972 +10,-1.531497785,0.7335842962,314,0.325818979,0.268352149,6320.5055913 +11,-1.530259379,0.7334777758,314,0.325818979,0.268352149,6317.2938191 +12,-1.5335454,0.7322346912,314,0.325818979,0.268352149,6328.1132435 +13,-1.531489083,0.7322238773,314,0.325818979,0.268352149,6322.5268293 +14,-1.530011122,0.7321679851,314,0.325818979,0.268352149,6318.5817512 +15,-1.53348106,0.7306614094,314,0.325818979,0.268352149,6330.310439 +16,-1.531441779,0.7306962275,314,0.325818979,0.268352149,6324.6938343 +17,-1.529755654,0.7306933243,314,0.325818979,0.268352149,6320.0952837 +18,-1.533415048,0.7291384674,314,0.325818979,0.268352149,6332.4264435 +19,-1.531392093,0.7291705353,314,0.325818979,0.268352149,6326.850826 +20,-1.529296523,0.7291214933,314,0.325818979,0.268352149,6321.1953262 +21,-1.535280942,0.727267644,314,0.325818979,0.268352149,6340.3508497 +22,-1.533378158,0.7276139666,314,0.325818979,0.268352149,6334.6237366 +23,-1.531340368,0.7276446587,314,0.325818979,0.268352149,6329.0019283 +24,-1.528960113,0.7276398177,314,0.325818979,0.268352149,6322.4926481 +25,-1.533313146,0.7260818349,314,0.325818979,0.268352149,6336.7549997 +26,-1.531259555,0.7260958115,314,0.325818979,0.268352149,6331.1072044 +27,-1.528926415,0.7260865555,314,0.325818979,0.268352149,6324.7245149 +28,-1.531226779,0.7245511789,314,0.325818979,0.268352149,6333.3371502 +29,-1.528904772,0.7245519194,314,0.325818979,0.268352149,6326.9611525 +30,-1.547195875,0.7409785979,314,0.325818979,0.268352149,6351.7359571 +31,-1.5451475,0.740980426,314,0.325818979,0.268352149,6346.2181126 +32,-1.543097679,0.7409798872,314,0.325818979,0.268352149,6340.6967619 +33,-1.540720364,0.7409892687,314,0.325818979,0.268352149,6334.2739269 +34,-1.547188511,0.7395198392,314,0.325818979,0.268352149,6353.9668807 +35,-1.545148587,0.7395226109,314,0.325818979,0.268352149,6348.4629083 +36,-1.543104538,0.7395314908,314,0.325818979,0.268352149,6342.9352447 +37,-1.540727751,0.7395306258,314,0.325818979,0.268352149,6336.5209029 +38,-1.547187029,0.7380014886,314,0.325818979,0.268352149,6356.305319 +39,-1.545147315,0.7380012252,314,0.325818979,0.268352149,6350.7988612 +40,-1.54310719,0.7380060743,314,0.325818979,0.268352149,6345.2802269 +41,-1.540719671,0.7380068206,314,0.325818979,0.268352149,6338.8253761 +42,-1.547187189,0.7364799098,314,0.325818979,0.268352149,6358.6528982 +43,-1.545149996,0.7364853874,314,0.325818979,0.268352149,6353.1367088 +44,-1.543106091,0.7364823484,314,0.325818979,0.268352149,6347.6122431 +45,-1.540717158,0.7364893901,314,0.325818979,0.268352149,6341.1349005 +46,-1.538663972,0.7410138672,314,0.325818979,0.268352149,6328.6896362 +47,-1.53695285,0.7409699132,314,0.325818979,0.268352149,6324.1384299 +48,-1.534910498,0.7409641297,314,0.325818979,0.268352149,6318.632213 +49,-1.533145034,0.7409536636,314,0.325818979,0.268352149,6313.8781269 +50,-1.538681336,0.7395405883,314,0.325818979,0.268352149,6330.9783664 +51,-1.536999189,0.7395183096,314,0.325818979,0.268352149,6326.4663245 +52,-1.534923633,0.7395144222,314,0.325818979,0.268352149,6320.8601086 +53,-1.533267822,0.7395654306,314,0.325818979,0.268352149,6316.3036675 +54,-1.53867273,0.7380151077,314,0.325818979,0.268352149,6333.2761848 +55,-1.536980576,0.7379994392,314,0.325818979,0.268352149,6328.7206173 +56,-1.534931522,0.7379944961,314,0.325818979,0.268352149,6323.1798939 +57,-1.533387952,0.7379480264,314,0.325818979,0.268352149,6319.0683503 +58,-1.538682279,0.7364914363,314,0.325818979,0.268352149,6335.6201531 +59,-1.536980704,0.7364810563,314,0.325818979,0.268352149,6331.0246198 +60,-1.534935567,0.7364752065,314,0.325818979,0.268352149,6325.4881523 +61,-1.533042592,0.7363876366,314,0.325818979,0.268352149,6320.4845517 +62,-1.545143426,0.7349628011,314,0.325818979,0.268352149,6355.4596425 +63,-1.543105297,0.7349691947,314,0.325818979,0.268352149,6349.928633 +64,-1.541064533,0.7349647152,314,0.325818979,0.268352149,6344.4039351 +65,-1.545411803,0.7334624714,314,0.325818979,0.268352149,6358.4936536 +66,-1.543446606,0.7334780896,314,0.325818979,0.268352149,6353.1392148 +67,-1.541475327,0.7334957295,314,0.325818979,0.268352149,6347.7623453 +68,-1.545401939,0.731963266,314,0.325818979,0.268352149,6360.7721079 +69,-1.54342253,0.7319915583,314,0.325818979,0.268352149,6355.3523192 +70,-1.541455867,0.7320216438,314,0.325818979,0.268352149,6349.9616853 +71,-1.545410146,0.7304422281,314,0.325818979,0.268352149,6363.1329259 +72,-1.543435491,0.7304713664,314,0.325818979,0.268352149,6357.7173397 +73,-1.541463105,0.7304997613,314,0.325818979,0.268352149,6352.3063368 +74,-1.545414768,0.7289194936,314,0.325818979,0.268352149,6365.4863713 +75,-1.543435774,0.7289538557,314,0.325818979,0.268352149,6360.0435413 +76,-1.541457714,0.7289765881,314,0.325818979,0.268352149,6354.6183293 +77,-1.539449415,0.7320555866,314,0.325818979,0.268352149,6344.454278 +78,-1.537429183,0.7321097681,314,0.325818979,0.268352149,6338.8759018 +79,-1.535472649,0.7321497267,314,0.325818979,0.268352149,6333.4898899 +80,-1.539457899,0.7305333307,314,0.325818979,0.268352149,6346.7953487 +81,-1.537453161,0.7305750503,314,0.325818979,0.268352149,6341.2705157 +82,-1.535479385,0.7306124949,314,0.325818979,0.268352149,6335.833907 +83,-1.53946905,0.7290102593,314,0.325818979,0.268352149,6349.1447508 +84,-1.537459922,0.7290417293,314,0.325818979,0.268352149,6343.6159702 +85,-1.535451349,0.7290890157,314,0.325818979,0.268352149,6338.0620114 +86,-1.535522937,0.7279887191,314,0.325818979,0.268352149,6339.921906 +87,-1.539442524,0.7274735939,314,0.325818979,0.268352149,6351.4117818 +88,-1.537424111,0.727521351,314,0.325818979,0.268352149,6345.8252654 +89,-1.539384641,0.7259505092,314,0.325818979,0.268352149,6353.5719228 +90,-1.537372391,0.7259947145,314,0.325818979,0.268352149,6348.0000065 +91,-1.535340789,0.7260435356,314,0.325818979,0.268352149,6342.3654766 +92,-1.539325716,0.7244369706,314,0.325818979,0.268352149,6355.7139851 +93,-1.537308932,0.7244801057,314,0.325818979,0.268352149,6350.1236991 +94,-1.535289068,0.7245247645,314,0.325818979,0.268352149,6344.5199881 +95,-1.533261366,0.7245550236,314,0.325818979,0.268352149,6338.9138133 +96,-1.539267302,0.722921924,314,0.325818979,0.268352149,6357.8590419 +97,-1.537248972,0.7229660258,314,0.325818979,0.268352149,6352.2554635 +98,-1.535219431,0.7229916471,314,0.325818979,0.268352149,6346.6463635 +99,-1.53318962,0.7230212049,314,0.325818979,0.268352149,6341.0277197 +100,-1.531154816,0.7230299897,314,0.325818979,0.268352149,6335.423718 +101,-1.528878341,0.7230370244,314,0.325818979,0.268352149,6329.1547165 +102,-1.539218189,0.7214009878,314,0.325818979,0.268352149,6360.0378975 +103,-1.537198791,0.7214422745,314,0.325818979,0.268352149,6354.4280533 +104,-1.535179266,0.7214634354,314,0.325818979,0.268352149,6348.8455722 +105,-1.533156501,0.7214944644,314,0.325818979,0.268352149,6343.2364293 +106,-1.53113574,0.7215166021,314,0.325818979,0.268352149,6337.6433583 +107,-1.528874248,0.7215345535,314,0.325818979,0.268352149,6331.3908059 +108,-1.539217656,0.7198512397,314,0.325818979,0.268352149,6362.3935209 +109,-1.537199919,0.7199428763,314,0.325818979,0.268352149,6356.7042593 +110,-1.545425832,0.727397149,314,0.325818979,0.268352149,6367.8565389 +111,-1.543371177,0.7273916949,314,0.325818979,0.268352149,6362.2608749 +112,-1.541368852,0.7274523163,314,0.325818979,0.268352149,6356.7038522 +113,-1.545349067,0.7258710923,314,0.325818979,0.268352149,6369.9923889 +114,-1.54332671,0.7258603556,314,0.325818979,0.268352149,6364.4852072 +115,-1.541346831,0.7259242142,314,0.325818979,0.268352149,6358.9769898 +116,-1.545324355,0.7243383958,314,0.325818979,0.268352149,6372.2798963 +117,-1.543292796,0.7243617413,314,0.325818979,0.268352149,6366.6876751 +118,-1.541295822,0.7244024384,314,0.325818979,0.268352149,6361.1606834 +119,-1.543193859,0.7205570215,314,0.325818979,0.268352149,6372.2417406 +120,-1.550257047,0.7386738187,314,0.325818979,0.268352149,6363.5453586 +121,-1.549335448,0.7311736483,314,0.325818979,0.268352149,6372.668896 +122,-1.533478843,0.7179891343,314,0.325818979,0.268352149,6349.4048311 +123,-1.556150555,0.738907041,314,0.325818979,0.268352149,6379.0494151 +124,-1.554324226,0.733414257,314,0.325818979,0.268352149,6382.7055726 +125,-1.554290846,0.7288285332,314,0.325818979,0.268352149,6389.7663908 +126,-1.55122487,0.7219795312,314,0.325818979,0.268352149,6392.0580713 +127,-1.525104458,0.7229399862,314,0.325818979,0.268352149,6318.9153298 +128,-1.519607711,0.7236181429,314,0.325818979,0.268352149,6302.7720448 +129,-1.513899999,0.7251107854,314,0.325818979,0.268352149,6284.8544471 +130,-1.536620762,0.7431061895,314,0.325818979,0.268352149,6320.0018072 +131,-1.5369566,0.7460845958,314,0.325818979,0.268352149,6316.3861539 +132,-1.545345528,0.7447040685,314,0.325818979,0.268352149,6341.0222587 +133,-1.532813921,0.7432306626,314,0.325818979,0.268352149,6309.551378 +134,-1.554788248,0.7382381001,314,0.325818979,0.268352149,6376.4291092 +135,-1.540348126,0.7301594274,314,0.325818979,0.268352149,6349.7897512 +136,-1.538016084,0.7239051786,314,0.325818979,0.268352149,6352.934157 +137,-1.525288962,0.7258085137,314,0.325818979,0.268352149,6315.1573611 +138,-1.534326986,0.731241342,314,0.325818979,0.268352149,6331.7419612 +139,-1.530733872,0.7303625216,314,0.325818979,0.268352149,6323.2625232 +141,-1.534354939,0.7328219978,314,0.325818979,0.268352149,6329.4310793 +142,-1.53157084,0.7292888153,314,0.325818979,0.268352149,6327.1615557 +143,-1.525691035,0.7263799874,314,0.325818979,0.268352149,6315.4108455 +144,-1.534031287,0.7495967835,314,0.325818979,0.268352149,6303.2176226 +145,-1.527714986,0.7283095957,314,0.325818979,0.268352149,6318.0818426 +146,-1.526189586,0.7271468292,314,0.325818979,0.268352149,6315.6366265 +147,-1.555177336,0.7375563366,314,0.325818979,0.268352149,6378.5419451 +148,-1.555080283,0.7312707794,314,0.325818979,0.268352149,6388.0975096 +149,-1.53856994,0.7224180299,314,0.325818979,0.268352149,6356.7120996 +150,-1.530837883,0.729933372,314,0.325818979,0.268352149,6324.1908184 +151,-1.515066984,0.5854133365,314,0.325818979,0.268352149,6491.1854236 +152,-1.534731633,0.5368370046,314,0.325818979,0.268352149,6623.2182679 +153,-1.515231902,0.5607085576,314,0.325818979,0.268352149,6527.2444148 +154,-2.616253799,1.0684566605,314,0.325818979,0.268352149,7111.2886655 +155,-1.956071439,0.5792177723,314,0.325818979,0.268352149,7772.4507822 +156,-1.951208514,0.5602434208,314,0.325818979,0.268352149,7805.3368934 +157,-1.944675062,0.6062144545,314,0.325818979,0.268352149,7677.3445063 +158,-1.613778386,0.6077989518,314,0.325818979,0.268352149,6754.0197142 +159,-2.035029014,0.6021432345,314,0.325818979,0.268352149,7914.0261063 +160,-2.114989471,0.6801825058,314,0.325818979,0.268352149,7878.8368407 +161,-2.037382079,0.5765830025,314,0.325818979,0.268352149,7987.0247655 +162,-2.129855121,0.6585019963,314,0.325818979,0.268352149,7973.2676412 +163,-2.075141798,0.6493615843,314,0.325818979,0.268352149,7879.9201485 +164,-1.828626729,0.6948433129,314,0.325818979,0.268352149,7175.393953 +165,-1.863329418,0.6735427691,314,0.325818979,0.268352149,7310.988893 +166,-1.266037071,0.727988852,314,0.325818979,0.268352149,5580.3701557 +167,-1.277579582,0.7249010648,314,0.325818979,0.268352149,5616.3921634 +168,-1.258418684,0.7241194816,314,0.325818979,0.268352149,5561.5699854 +169,-1.317813974,0.6804850104,314,0.325818979,0.268352149,5776.2396076 +170,-1.344165204,0.6790988904,314,0.325818979,0.268352149,5856.0550108 +171,-1.427582102,0.5277120351,314,0.325818979,0.268352149,6292.2681001 +172,-1.402238616,0.457167829,314,0.325818979,0.268352149,6295.0663968 +173,-1.422454264,0.4996161999,314,0.325818979,0.268352149,6310.6319006 +174,-1.439089277,0.4894859811,314,0.325818979,0.268352149,6378.3783912 +175,-1.448126995,0.5182330266,314,0.325818979,0.268352149,6371.1053305 +176,-1.474626146,0.5881926574,314,0.325818979,0.268352149,6362.5113857 +177,-1.421139645,0.5584869783,314,0.325818979,0.268352149,6233.0337069 +178,-1.457037165,0.565943032,314,0.325818979,0.268352149,6337.309664 +179,-2.757159358,0.3745319,314,0.325818979,0.268352149,9887.2201307 +180,-2.714309238,0.342054471,314,0.325818979,0.268352149,9993.930246 +181,-2.000525337,0.774119946,314,0.325818979,0.268352149,7376.5412625 +183,-1.571413436,0.6777838382,314,0.325818979,0.268352149,6517.6382932 +184,-1.552860289,0.6987663893,314,0.325818979,0.268352149,6432.5750681 +185,-1.521852374,0.7165827476,314,0.325818979,0.268352149,6319.356275 +186,-1.503656267,0.6928968252,314,0.325818979,0.268352149,6302.7574504 +187,-1.502753178,0.7136205882,314,0.325818979,0.268352149,6270.5381296 +188,-1.631894563,0.7343596465,314,0.325818979,0.268352149,6588.3683745 +189,-1.653765416,0.6770714026,314,0.325818979,0.268352149,6748.7437649 +190,-1.719812114,0.6715965947,314,0.325818979,0.268352149,6939.2608047 +191,-1.493406659,0.6646955447,314,0.325818979,0.268352149,6313.283257 +192,-1.469120564,0.6613469966,314,0.325818979,0.268352149,6246.8196504 +193,-1.590551461,0.5326612937,314,0.325818979,0.268352149,6805.1750795 +194,-1.625979264,0.5247742243,314,0.325818979,0.268352149,6928.5624274 +195,-1.572293943,0.5238808754,314,0.325818979,0.268352149,6761.434296 +196,-1.610848725,0.5477107964,314,0.325818979,0.268352149,6844.0929162 +197,-1.208485554,0.7918526018,314,0.325818979,0.268352149,5370.0797894 +198,-1.335601374,0.6869083083,314,0.325818979,0.268352149,5822.4968219 +199,-1.346156996,0.6825213377,314,0.325818979,0.268352149,5858.3303072 +200,-1.324381037,0.6741422347,314,0.325818979,0.268352149,5802.2279654 +201,-1.242424992,0.7378949807,314,0.325818979,0.268352149,5504.267902 +202,-1.270370057,0.7392461008,314,0.325818979,0.268352149,5583.2458457 +203,-1.448950472,0.7441675014,314,0.325818979,0.268352149,6079.6320809 +204,-1.492662363,0.7523026852,314,0.325818979,0.268352149,6187.9044405 +205,-1.479098966,0.7763855017,314,0.325818979,0.268352149,6118.1406747 +206,-1.633760714,0.7869022408,314,0.325818979,0.268352149,6500.5705437 +207,-1.647406434,0.8101289331,314,0.325818979,0.268352149,6492.5981673 +208,-1.564245052,0.5701509278,314,0.325818979,0.268352149,6665.1056735 +209,-1.646289963,0.6833746083,314,0.325818979,0.268352149,6716.9667161 +210,-1.5820631,0.6751952144,314,0.325818979,0.268352149,6551.867577 +211,-1.613236298,0.6681681791,314,0.325818979,0.268352149,6651.3271948 +212,-1.914661867,0.8212566515,314,0.325818979,0.268352149,7074.9232848 +213,-1.742133237,0.7250275956,314,0.325818979,0.268352149,6892.0051334 +214,-2.033144872,0.6557314699,314,0.325818979,0.268352149,7766.856534 +215,-2.039551981,0.6964723658,314,0.325818979,0.268352149,7670.8674415 +216,-1.247341019,0.7622473908,314,0.325818979,0.268352149,5499.2147096 +217,-1.298239787,0.7084123392,314,0.325818979,0.268352149,5691.4335377 +218,-1.308539688,0.6926545592,314,0.325818979,0.268352149,5736.7435042 +219,-1.303263185,0.6888938396,314,0.325818979,0.268352149,5724.7492664 +220,-1.852400229,0.6004246149,314,0.325818979,0.268352149,7446.5435801 +221,-1.288947707,0.7473773692,314,0.325818979,0.268352149,5628.9866597 +222,-1.372031502,0.7472790993,314,0.325818979,0.268352149,5862.6403507 +223,-1.289805721,0.7242157877,314,0.325818979,0.268352149,5652.3310331 +224,-1.350807603,0.7533498126,314,0.325818979,0.268352149,5796.9278936 +225,-1.329290365,0.7560442322,314,0.325818979,0.268352149,5734.1862876 +226,-1.410153004,0.616936428,314,0.325818979,0.268352149,6126.5297667 +227,-1.393445434,0.6308995063,314,0.325818979,0.268352149,6058.5748918 +228,-1.37595573,0.6241540638,314,0.325818979,0.268352149,6012.8219576 +229,-1.358388707,0.6172645205,314,0.325818979,0.268352149,5966.3234179 +230,-1.753741133,0.8281661666,314,0.325818979,0.268352149,6707.4557814 +231,-1.47430987,0.6834615681,314,0.325818979,0.268352149,6231.9312936 +232,-1.421012508,0.7222725206,314,0.325818979,0.268352149,6029.3929888 +233,-1.4476833,0.6978557868,314,0.325818979,0.268352149,6136.2044174 +234,-1.470370723,0.6966193374,314,0.325818979,0.268352149,6202.75965 +235,-1.429211703,0.7037216883,314,0.325818979,0.268352149,6075.7771756 +236,-1.700578405,0.6178673663,314,0.325818979,0.268352149,6988.0735292 +237,-1.678117619,0.6331716163,314,0.325818979,0.268352149,6896.0296407 +238,-1.725644578,0.6316331145,314,0.325818979,0.268352149,7032.6460435 +239,-2.14012759,0.7930497945,314,0.325818979,0.268352149,7591.8930519 +240,-2.103289431,0.7653606263,314,0.325818979,0.268352149,7606.5477527 +241,-1.318739838,0.7017808746,314,0.325818979,0.268352149,5757.8058353 +242,-1.396417427,0.7077900843,314,0.325818979,0.268352149,5976.7326224 +243,-1.35650337,0.7185539404,314,0.325818979,0.268352149,5849.9826083 +244,-1.248884539,0.7274156818,314,0.325818979,0.268352149,5531.2324611 +245,-1.395014798,0.5761185243,314,0.325818979,0.268352149,6128.5087698 +246,-1.433377362,0.6064716109,314,0.325818979,0.268352149,6211.0537963 +247,-1.408172432,0.5903155476,314,0.325818979,0.268352149,6152.84162 +248,-1.749645898,0.7757118084,314,0.325818979,0.268352149,6807.0285423 +249,-1.571626686,0.615046989,314,0.325818979,0.268352149,6617.5095295 +250,-1.514070049,0.6303003037,314,0.325818979,0.268352149,6423.2846103 +251,-1.480890369,0.6237966528,314,0.325818979,0.268352149,6333.029069 +252,-1.704390658,0.5281680612,314,0.325818979,0.268352149,7164.2809118 +253,-1.64434733,0.5254277498,314,0.325818979,0.268352149,6984.5914675 +254,-1.703855997,0.4792484842,314,0.325818979,0.268352149,7250.2811591 +255,-1.692002383,0.5748825051,314,0.325818979,0.268352149,7042.3376899 +256,-1.854136457,0.5544643913,314,0.325818979,0.268352149,7551.7173049 +257,-1.665021206,0.520317736,314,0.325818979,0.268352149,7057.3449755 +258,-1.733654349,0.4845187345,314,0.325818979,0.268352149,7333.8904213 +259,-1.720938188,0.5135933906,314,0.325818979,0.268352149,7241.3256745 +260,-1.742668307,0.553296122,314,0.325818979,0.268352149,7232.2045854 +261,-1.965659039,0.7142126903,314,0.325818979,0.268352149,7458.3419043 +262,-1.944438071,0.6772834804,314,0.325818979,0.268352149,7502.0564471 +263,-1.270340967,0.7681487096,314,0.325818979,0.268352149,5558.7859218 +264,-1.353091884,0.6549276821,314,0.325818979,0.268352149,5908.7418841 +265,-1.333236659,0.6413584414,314,0.325818979,0.268352149,5862.8440911 +266,-1.352015998,0.6753788907,314,0.325818979,0.268352149,5883.3664958 +267,-1.377988483,0.6577816235,314,0.325818979,0.268352149,5980.5245729 +268,-2.13075611,0.8318642051,314,0.325818979,0.268352149,7457.5169852 +269,-2.097910953,0.8259670014,314,0.325818979,0.268352149,7417.8353591 +270,-1.416382069,0.6694271549,314,0.325818979,0.268352149,6081.0268774 +271,-1.538905672,0.7535625993,314,0.325818979,0.268352149,6310.2317463 +272,-1.572309477,0.7803125099,314,0.325818979,0.268352149,6355.8081413 +273,-1.87759879,0.7503853417,314,0.325818979,0.268352149,7166.3523198 +274,1.152365588,0.590457682,314,0.325818979,0.268352149,3204.5769257 +275,0.350198001,0.718001859,314,0.325818979,0.268352149,1783.0279395 +276,0.046513677,0.491503852,314,0.325818979,0.268352149,1352.5770282 +277,0.027510309,0.742571376,314,0.325818979,0.268352149,2134.5632043 +278,0.306285725,-0.214631579,314,0.325818979,0.268352149,1914.6307837 +279,-1.100564889,0.318051531,314,0.325818979,0.268352149,5364.7615229 +280,-1.078582306,0.301437596,314,0.325818979,0.268352149,5297.7037267 +281,-1.137371989,-0.617634065,314,0.325818979,0.268352149,6495.9426171 +282,0.784356344,0.703272339,314,0.325818979,0.268352149,2337.035636 +283,-1.221209947,0.218327455,314,0.325818979,0.268352149,5905.5007856 +284,2.347301921,-0.449114658,314,0.325818979,0.268352149,8266.0529123 +285,0.246820618,0.830553713,314,0.325818979,0.268352149,2241.9064342 +286,0.829414965,0.703288228,314,0.325818979,0.268352149,2444.0831888 +287,-1.337537566,0.42332223,314,0.325818979,0.268352149,6112.3284975 +288,0.882453706,0.454478077,314,0.325818979,0.268352149,2182.936693 +289,1.575629659,0.416419109,314,0.325818979,0.268352149,4654.530316 +290,-1.039455679,0.229888244,314,0.325818979,0.268352149,5212.8132807 +291,0.489558039,0.934482747,314,0.325818979,0.268352149,2687.2860655 +292,0.081344504,0.88384514,314,0.325818979,0.268352149,2560.068833 +293,-1.547979814,0.300350308,314,0.325818979,0.268352149,7004.8902678 +294,0.040776181,0.168560074,314,0.325818979,0.268352149,1170.2925861 +295,-1.130374745,0.563894876,314,0.325818979,0.268352149,5282.6969593 +296,1.578326642,0.478507176,314,0.325818979,0.268352149,4635.2940776 +297,-1.12861823,-0.291640865,314,0.325818979,0.268352149,6099.1944088 +298,0.310524208,0.770885792,314,0.325818979,0.268352149,1991.2009182 +299,0.415649091,-0.387246002,314,0.325818979,0.268352149,2620.1246345 +300,-0.926533878,-0.188022748,314,0.325818979,0.268352149,5233.3141327 +301,1.258856172,-0.11716081,314,0.325818979,0.268352149,3966.3850724 +302,-1.126050026,0.322941926,314,0.325818979,0.268352149,5454.1093813 +303,2.002785835,0.07893892,314,0.325818979,0.268352149,6542.9256701 +304,0.440437607,0.746258085,314,0.325818979,0.268352149,1932.6101187 +305,-0.030391866,0.214441206,314,0.325818979,0.268352149,1385.9743433 +306,0.521557815,-0.058929362,314,0.325818979,0.268352149,1506.5167103 +307,-0.097005111,0.13317729,314,0.325818979,0.268352149,1724.4878349 +308,1.83113859,0.221857587,314,0.325818979,0.268352149,5745.9169499 +309,0.222428864,0.099404236,314,0.325818979,0.268352149,780.70983692 +310,-1.702731345,0.8728568183,314,0.325818979,0.268352149,6502.1853623 +311,-0.418507569,0.278324921,314,0.325818979,0.268352149,2834.0523072 +312,-1.41153306,0.339029988,314,0.325818979,0.268352149,6469.9443865 +313,0.357560442,0.114788776,314,0.325818979,0.268352149,620.63418935 +314,0.325818979,0.268352149,314,0.325818979,0.268352149,0 +315,-1.246004659,-0.663679965,314,0.325818979,0.268352149,6874.9321055 +316,1.814603087,0.637404484,314,0.325818979,0.268352149,5338.167535 +317,1.843704281,-0.18300445,314,0.325818979,0.268352149,6214.4378673 +318,1.690644492,-0.211480909,314,0.325818979,0.268352149,5676.9605652 +319,-1.275451936,0.068109467,314,0.325818979,0.268352149,6266.5515082 +320,0.762430171,-0.207594741,314,0.325818979,0.268352149,2546.6044993 +321,0.265668905,-0.014647884,314,0.325818979,0.268352149,1145.4357577 +322,-2.773032013,-0.335515811,314,0.325818979,0.268352149,12132.57758 +323,-1.469512853,0.174058777,314,0.325818979,0.268352149,6880.591908 +324,0.286276986,0.785925691,314,0.325818979,0.268352149,2054.3691617 +325,-1.379324697,0.377432233,314,0.325818979,0.268352149,6310.4398947 +326,-1.203778265,0.212813032,314,0.325818979,0.268352149,5845.7838836 +327,0.579916301,0.611743168,314,0.325818979,0.268352149,1632.4154079 +328,0.267582642,0.868113908,314,0.325818979,0.268352149,2383.0593365 +329,0.412869244,-0.050245578,314,0.325818979,0.268352149,1307.2901672 +330,0.17524381,0.976660285,314,0.325818979,0.268352149,2842.5934533 +331,0.743157214,0.204812899,314,0.325818979,0.268352149,1625.6597703 +332,-1.070758176,0.269382282,314,0.325818979,0.268352149,5295.8593172 +333,-1.230364251,0.329790229,314,0.325818979,0.268352149,5828.3640712 +334,-1.374813124,-0.024926835,314,0.325818979,0.268352149,6743.9376046 +335,0.519780566,0.463669906,314,0.325818979,0.268352149,1053.8607461 +336,-1.55108034,0.239698561,314,0.325818979,0.268352149,7097.7092259 +337,0.180294813,0.029739425,314,0.325818979,0.268352149,1102.9835192 +338,0.67820924,0.268170153,314,0.325818979,0.268352149,1345.3992439 +339,0.445798684,1.024001867,314,0.325818979,0.268352149,3013.8884783 +340,0.691751283,0.150521402,314,0.325818979,0.268352149,1491.4143488 +341,-1.036643551,-0.903056181,314,0.325818979,0.268352149,6557.8563034 +342,-0.120287036,1.083325163,314,0.325818979,0.268352149,3462.3021548 +343,2.823513113,-0.304487164,314,0.325818979,0.268352149,9996.7548956 +344,0.457583172,1.12513373,314,0.325818979,0.268352149,3412.556213 +345,0.042918831,0.813795399,314,0.325818979,0.268352149,2353.7701319 +346,1.196146777,-0.853142756,314,0.325818979,0.268352149,5388.0547328 +347,0.206001358,-0.010430701,314,0.325818979,0.268352149,1199.7462536 +348,-0.268308653,0.234799412,314,0.325818979,0.268352149,2280.85797 +349,0.759363263,0.736189579,314,0.325818979,0.268352149,2368.8351001 +350,0.181363926,0.891988372,314,0.325818979,0.268352149,2512.6754807 +351,-0.021111158,0.139103292,314,0.325818979,0.268352149,1438.6079299 +352,-0.093355215,0.630686981,314,0.325818979,0.268352149,2061.0314262 +353,0.40118964,0.681375926,314,0.325818979,0.268352149,1656.8439233 +354,-0.721197315,1.304706234,314,0.325818979,0.268352149,4666.6887072 +355,-1.076150317,0.212107639,314,0.325818979,0.268352149,5366.8536622 +356,-1.577164531,0.273993443,314,0.325818979,0.268352149,7145.1264549 +357,-0.190788414,0.182208586,314,0.325818979,0.268352149,2021.723767 +358,-0.261349752,0.209710184,314,0.325818979,0.268352149,2269.3027346 +359,-1.029303852,0.083549259,314,0.325818979,0.268352149,5311.8080937 +360,-1.268609162,0.330525297,314,0.325818979,0.268352149,5966.2669374 +361,1.282982244,-0.926641967,314,0.325818979,0.268352149,5739.7951589 +362,0.217352334,0.731352408,314,0.325818979,0.268352149,1870.9991134 +363,-1.511833084,0.258629297,314,0.325818979,0.268352149,6930.7335408 +364,0.338812194,0.823184618,314,0.325818979,0.268352149,2198.107443 +365,-0.324406489,1.134201999,314,0.325818979,0.268352149,3844.585293 +366,1.389579348,0.399185724,314,0.325818979,0.268352149,3988.4887839 +367,2.047152199,-0.039082036,314,0.325818979,0.268352149,6837.766081 +368,0.947780369,0.568250077,314,0.325818979,0.268352149,2527.8240988 +369,0.763824846,0.576754987,314,0.325818979,0.268352149,1989.2483439 +370,-0.142334657,0.928153068,314,0.325818979,0.268352149,2992.48315 +371,0.610266567,0.547265983,314,0.325818979,0.268352149,1509.4020419 +372,0.210731629,0.746815056,314,0.325818979,0.268352149,1935.0752427 +373,-1.34931644,0.316895224,314,0.325818979,0.268352149,6272.6213225 +374,2.407696481,0.655030745,314,0.325818979,0.268352149,7070.0362705 +375,0.64207831,0.545359131,314,0.325818979,0.268352149,1585.0669366 +376,1.174597538,0.840588356,314,0.325818979,0.268352149,3559.8924571 +377,0.660059424,0.010604079,314,0.325818979,0.268352149,1658.5522524 +378,-0.730263819,0.010486456,314,0.325818979,0.268352149,4250.4686817 +379,0.831068936,0.512339172,314,0.325818979,0.268352149,2079.1064442 +380,1.301180979,0.72367476,314,0.325818979,0.268352149,3767.1429306 +381,1.811128231,0.322854402,314,0.325818979,0.268352149,5576.6123678 +382,0.435105812,0.992284428,314,0.325818979,0.268352149,2886.2553131 +383,0.62643634,0.592027932,314,0.325818979,0.268352149,1672.3227708 +384,0.492988703,-0.516339467,314,0.325818979,0.268352149,3173.157493 +385,-0.162469483,0.112549365,314,0.325818979,0.268352149,1994.1936153 +386,0.314630866,0.472006421,314,0.325818979,0.268352149,807.72653247 +387,0.166744804,0.822815954,314,0.325818979,0.268352149,2257.7568632 +388,0.417159608,0.965805736,314,0.325818979,0.268352149,2776.6826181 +389,0.106334961,0.868774244,314,0.325818979,0.268352149,2481.0583363 +390,0.815086969,-0.338144359,314,0.325818979,0.268352149,3066.8801539 +391,0.59867455,-0.230624824,314,0.325818979,0.268352149,2247.138315 +392,1.915104874,0.066220985,314,0.325818979,0.268352149,6222.8848952 +393,1.278093622,0.064463721,314,0.325818979,0.268352149,3795.4103395 +394,-0.061477853,0.302997961,314,0.325818979,0.268352149,1477.4623089 +395,0.251311504,0.626976942,314,0.325818979,0.268352149,1444.7624202 +396,2.950242872,0.149095644,314,0.325818979,0.268352149,9825.9501536 +397,-0.180294708,0.35375117,314,0.325818979,0.268352149,1935.583628 +398,1.010448592,-0.351180233,314,0.325818979,0.268352149,3622.6183444 +399,-1.748740498,0.3686318073,314,0.325818979,0.268352149,7590.3261801 +400,2.699635665,0.123533791,314,0.325818979,0.268352149,9054.7336786 +401,0.496808033,0.823843254,314,0.325818979,0.268352149,2271.0403434 +402,0.129574704,0.763364087,314,0.325818979,0.268352149,2069.4872114 +403,1.798920311,0.817447563,314,0.325818979,0.268352149,5189.3894174 +404,0.335987953,0.746786541,314,0.325818979,0.268352149,1895.3933725 +405,-1.085413643,0.292154671,314,0.325818979,0.268352149,5330.8290521 +406,-0.155321003,0.508207011,314,0.325818979,0.268352149,1995.6813123 +407,0.620529244,-0.301175104,314,0.325818979,0.268352149,2532.645962 +408,1.684402744,0.368716966,314,0.325818979,0.268352149,5077.1770346 +409,0.300582244,-0.386397212,314,0.325818979,0.268352149,2595.3115181 +410,2.913555946,-0.009225192,314,0.325818979,0.268352149,10047.24568 +411,1.465101417,0.493232532,314,0.325818979,0.268352149,4235.4533758 +412,0.090612882,0.907955955,314,0.325818979,0.268352149,2639.9723727 +413,2.987564726,-0.729568594,314,0.325818979,0.268352149,9991.1539262 +414,-1.484261606,0.224149272,314,0.325818979,0.268352149,6873.9644391 +415,0.164073421,0.303955133,314,0.325818979,0.268352149,630.50138112 +416,0.141441293,0.167552546,314,0.325818979,0.268352149,816.87316501 +417,2.931321023,-0.506718887,314,0.325818979,0.268352149,10272.363436 +418,2.21951565,0.700596356,314,0.325818979,0.268352149,6471.4889857 +419,0.268112576,1.199114336,314,0.325818979,0.268352149,3689.6268623 +420,0.978913739,0.359223811,314,0.325818979,0.268352149,2481.3795745 +421,1.210898818,0.522863584,314,0.325818979,0.268352149,3359.4223247 +422,2.347397336,0.129231362,314,0.325818979,0.268352149,7776.2081245 +423,0.614394501,0.556878345,314,0.325818979,0.268352149,1545.734091 +424,-1.398079356,0.148483366,314,0.325818979,0.268352149,6643.3911253 +425,2.535303836,-0.112984496,314,0.325818979,0.268352149,8775.9587897 +426,-1.019372593,-0.405322349,314,0.325818979,0.268352149,5850.3783068 +427,-1.297785627,-0.160104069,314,0.325818979,0.268352149,6588.8929444 +428,2.144554488,0.205051084,314,0.325818979,0.268352149,6929.4657999 +429,-2.242387083,-0.426171285,314,0.325818979,0.268352149,10224.965601 +430,0.338637212,0.909723676,314,0.325818979,0.268352149,2540.7945772 +431,-0.148798452,0.691042401,314,0.325818979,0.268352149,2344.652509 +432,0.893524764,0.441829531,314,0.325818979,0.268352149,2210.6114557 +433,0.969229347,-0.368847936,314,0.325818979,0.268352149,3553.0950749 +434,0.436043248,0.800045688,314,0.325818979,0.268352149,2137.6720915 +435,1.687946607,1.081504775,314,0.325818979,0.268352149,4898.5831595 +436,0.522302046,-0.034889271,314,0.325818979,0.268352149,1426.6805731 +437,-0.178996113,-0.438090009,314,0.325818979,0.268352149,3409.9862036 +438,-1.094339566,0.301444068,314,0.325818979,0.268352149,5355.9251932 +439,-1.064070054,0.242569932,314,0.325818979,0.268352149,5294.1538077 +440,-1.068153768,0.230387998,314,0.325818979,0.268352149,5320.2658705 +441,-3.00496892,-0.23989155,314,0.325818979,0.268352149,11709.90228 +442,0.21751974,0.766874888,314,0.325818979,0.268352149,2008.0881379 +443,0.117229532,0.007619006,314,0.325818979,0.268352149,1316.1541569 +444,0.777758451,0.420554741,314,0.325818979,0.268352149,1785.8810183 +445,-0.252356999,0.250747086,314,0.325818979,0.268352149,2212.4166468 +446,0.363148444,0.768483434,314,0.325818979,0.268352149,1985.0055143 +447,0.903191366,-0.118210676,314,0.325818979,0.268352149,2734.6043438 +448,-0.205755923,0.149406178,314,0.325818979,0.268352149,2110.6006782 +449,1.811996086,0.02364353,314,0.325818979,0.268352149,5873.9432553 +450,-1.100670221,0.314845373,314,0.325818979,0.268352149,5367.8637792 +451,0.340078597,0.850105132,314,0.325818979,0.268352149,2304.7898354 +452,0.258757267,0.804969236,314,0.325818979,0.268352149,2137.1511227 +453,2.78505352,-0.155160804,314,0.325818979,0.268352149,9767.5706853 +454,0.800551619,0.105822106,314,0.325818979,0.268352149,1953.8323524 +455,0.437940882,-0.506194031,314,0.325818979,0.268352149,3097.8513716 +456,2.230431122,0.63458615,314,0.325818979,0.268352149,6607.662805 +457,0.527965361,0.127667701,314,0.325818979,0.268352149,962.09127319 +458,-0.063643205,0.702093448,314,0.325818979,0.268352149,2180.4720163 +459,1.408447268,0.133010502,314,0.325818979,0.268352149,4223.5040504 +460,0.523795955,0.280266966,314,0.325818979,0.268352149,756.24572617 +461,-0.975769313,0.072177659,314,0.325818979,0.268352149,5118.8344975 +462,0.549774164,-0.463663986,314,0.325818979,0.268352149,3024.9632495 +463,0.29245874,1.095549818,314,0.325818979,0.268352149,3277.8507867 +464,0.143625958,0.816809593,314,0.325818979,0.268352149,2254.0668661 +465,0.671902494,0.611159853,314,0.325818979,0.268352149,1831.4831939 +466,1.239840988,0.6724199,314,0.325818979,0.268352149,3544.1129036 +467,0.607829703,-0.10932137,314,0.325818979,0.268352149,1860.832078 +468,1.763020906,0.263996692,314,0.325818979,0.268352149,5451.9487349 +469,0.378714634,0.726066797,314,0.325818979,0.268352149,1822.0263404 +470,2.196736143,-0.153862366,314,0.325818979,0.268352149,7521.8500337 +471,0.01702415,0.148991565,314,0.325818979,0.268352149,1285.6749817 +472,-2.998490902,-0.158002487,314,0.325818979,0.268352149,11612.723916 +473,-3.051262951,-0.346595608,314,0.325818979,0.268352149,11502.807163 +474,-1.069176439,0.182802941,314,0.325818979,0.268352149,5367.5553142 +475,0.167157509,0.595344954,314,0.325818979,0.268352149,1413.6701422 +476,0.613855648,0.681746124,314,0.325818979,0.268352149,1919.006058 +477,1.037012736,0.682555367,314,0.325818979,0.268352149,2956.9266986 +478,-1.253574971,0.379755746,314,0.325818979,0.268352149,5862.6142221 +479,3.108590453,-0.132620738,314,0.325818979,0.268352149,10952.269349 +480,0.565301296,0.022333262,314,0.325818979,0.268352149,1351.1962555 +481,0.547898238,0.855555614,314,0.325818979,0.268352149,2434.7040939 +482,0.948309381,0.417393755,314,0.325818979,0.268352149,2388.8669606 +483,-0.050600732,0.945269213,314,0.325818979,0.268352149,2922.248835 +484,-0.977651478,-0.572363064,314,0.325818979,0.268352149,5942.4450668 +485,1.102014914,0.728861163,314,0.325818979,0.268352149,3206.620585 +486,2.927300795,-0.282939414,314,0.325818979,0.268352149,10386.347584 +487,-1.154565557,0.124434095,314,0.325818979,0.268352149,5748.281592 +488,1.855331234,0.291044755,314,0.325818979,0.268352149,5768.5683568 +489,0.830290659,0.276904518,314,0.325818979,0.268352149,1923.1875657 +490,0.485104466,-0.234867441,314,0.325818979,0.268352149,2088.6773253 +491,0.521367572,-0.33161327,314,0.325818979,0.268352149,2495.7515209 +1,-1.539031704,0.7349710123,315,-1.246004659,-0.663679965,5639.9957297 +2,-1.536990553,0.7349663874,315,-1.246004659,-0.663679965,5638.602929 +3,-1.534951779,0.7349571355,315,-1.246004659,-0.663679965,5637.2031207 +4,-1.532906461,0.7349480293,315,-1.246004659,-0.663679965,5635.8087686 +5,-1.531320211,0.7346937278,315,-1.246004659,-0.663679965,5633.779387 +6,-1.539451648,0.7335131775,315,-1.246004659,-0.663679965,5634.6605765 +7,-1.537429487,0.7335445708,315,-1.246004659,-0.663679965,5633.4154361 +8,-1.535484998,0.7335658704,315,-1.246004659,-0.663679965,5632.1925152 +9,-1.533488396,0.7336036027,315,-1.246004659,-0.663679965,5631.0068544 +10,-1.531497785,0.7335842962,315,-1.246004659,-0.663679965,5629.6139749 +11,-1.530259379,0.7334777758,315,-1.246004659,-0.663679965,5628.3869782 +12,-1.5335454,0.7322346912,315,-1.246004659,-0.663679965,5625.7626774 +13,-1.531489083,0.7322238773,315,-1.246004659,-0.663679965,5624.3569983 +14,-1.530011122,0.7321679851,315,-1.246004659,-0.663679965,5623.1667055 +15,-1.53348106,0.7306614094,315,-1.246004659,-0.663679965,5619.6492175 +16,-1.531441779,0.7306962275,315,-1.246004659,-0.663679965,5618.429003 +17,-1.529755654,0.7306933243,315,-1.246004659,-0.663679965,5617.3048411 +18,-1.533415048,0.7291384674,315,-1.246004659,-0.663679965,5613.7288257 +19,-1.531392093,0.7291705353,315,-1.246004659,-0.663679965,5612.5069625 +20,-1.529296523,0.7291214933,315,-1.246004659,-0.663679965,5610.9333663 +21,-1.535280942,0.727267644,315,-1.246004659,-0.663679965,5607.7619391 +22,-1.533378158,0.7276139666,315,-1.246004659,-0.663679965,5607.8218265 +23,-1.531340368,0.7276446587,315,-1.246004659,-0.663679965,5606.5828288 +24,-1.528960113,0.7276398177,315,-1.246004659,-0.663679965,5604.990393 +25,-1.533313146,0.7260818349,315,-1.246004659,-0.663679965,5601.8665576 +26,-1.531259555,0.7260958115,315,-1.246004659,-0.663679965,5600.550662 +27,-1.528926415,0.7260865555,315,-1.246004659,-0.663679965,5598.9701354 +28,-1.531226779,0.7245511789,315,-1.246004659,-0.663679965,5594.5666582 +29,-1.528904772,0.7245519194,315,-1.246004659,-0.663679965,5593.0297715 +30,-1.547195875,0.7409785979,315,-1.246004659,-0.663679965,5668.7112454 +31,-1.5451475,0.740980426,315,-1.246004659,-0.663679965,5667.310236 +32,-1.543097679,0.7409798872,315,-1.246004659,-0.663679965,5665.9083821 +33,-1.540720364,0.7409892687,315,-1.246004659,-0.663679965,5664.3327303 +34,-1.547188511,0.7395198392,315,-1.246004659,-0.663679965,5663.0912417 +35,-1.545148587,0.7395226109,315,-1.246004659,-0.663679965,5661.6975376 +36,-1.543104538,0.7395314908,315,-1.246004659,-0.663679965,5660.3337476 +37,-1.540727751,0.7395306258,315,-1.246004659,-0.663679965,5658.716472 +38,-1.547187029,0.7380014886,315,-1.246004659,-0.663679965,5657.2459869 +39,-1.545147315,0.7380012252,315,-1.246004659,-0.663679965,5655.8385069 +40,-1.54310719,0.7380060743,315,-1.246004659,-0.663679965,5654.4596389 +41,-1.540719671,0.7380068206,315,-1.246004659,-0.663679965,5652.8386991 +42,-1.547187189,0.7364799098,315,-1.246004659,-0.663679965,5651.389514 +43,-1.545149996,0.7364853874,315,-1.246004659,-0.663679965,5650.0036283 +44,-1.543106091,0.7364823484,315,-1.246004659,-0.663679965,5648.5895551 +45,-1.540717158,0.7364893901,315,-1.246004659,-0.663679965,5646.9893237 +46,-1.538663972,0.7410138672,315,-1.246004659,-0.663679965,5663.0434235 +47,-1.53695285,0.7409699132,315,-1.246004659,-0.663679965,5661.7293288 +48,-1.534910498,0.7409641297,315,-1.246004659,-0.663679965,5660.3492794 +49,-1.533145034,0.7409536636,315,-1.246004659,-0.663679965,5659.1426567 +50,-1.538681336,0.7395405883,315,-1.246004659,-0.663679965,5657.3752823 +51,-1.536999189,0.7395183096,315,-1.246004659,-0.663679965,5656.1622955 +52,-1.534923633,0.7395144222,315,-1.246004659,-0.663679965,5654.7652398 +53,-1.533267822,0.7395654306,315,-1.246004659,-0.663679965,5653.8663607 +54,-1.53867273,0.7380151077,315,-1.246004659,-0.663679965,5651.4885216 +55,-1.536980576,0.7379994392,315,-1.246004659,-0.663679965,5650.2925531 +56,-1.534931522,0.7379944961,315,-1.246004659,-0.663679965,5648.9069147 +57,-1.533387952,0.7379480264,315,-1.246004659,-0.663679965,5647.7042963 +58,-1.538682279,0.7364914363,315,-1.246004659,-0.663679965,5645.6210246 +59,-1.536980704,0.7364810563,315,-1.246004659,-0.663679965,5644.4372819 +60,-1.534935567,0.7364752065,315,-1.246004659,-0.663679965,5643.048572 +61,-1.533042592,0.7363876366,315,-1.246004659,-0.663679965,5641.4544149 +62,-1.545143426,0.7349628011,315,-1.246004659,-0.663679965,5644.1364658 +63,-1.543105297,0.7349691947,315,-1.246004659,-0.663679965,5642.760474 +64,-1.541064533,0.7349647152,315,-1.246004659,-0.663679965,5641.3500296 +65,-1.545411803,0.7334624714,315,-1.246004659,-0.663679965,5638.5450048 +66,-1.543446606,0.7334780896,315,-1.246004659,-0.663679965,5637.2512068 +67,-1.541475327,0.7334957295,315,-1.246004659,-0.663679965,5635.9696766 +68,-1.545401939,0.731963266,315,-1.246004659,-0.663679965,5632.7660003 +69,-1.54342253,0.7319915583,315,-1.246004659,-0.663679965,5631.509162 +70,-1.541455867,0.7320216438,315,-1.246004659,-0.663679965,5630.2767446 +71,-1.545410146,0.7304422281,315,-1.246004659,-0.663679965,5626.9155199 +72,-1.543435491,0.7304713664,315,-1.246004659,-0.663679965,5625.6630071 +73,-1.541463105,0.7304997613,315,-1.246004659,-0.663679965,5624.4179589 +74,-1.545414768,0.7289194936,315,-1.246004659,-0.663679965,5621.0561118 +75,-1.543435774,0.7289538557,315,-1.246004659,-0.663679965,5619.8185346 +76,-1.541457714,0.7289765881,315,-1.246004659,-0.663679965,5618.5456316 +77,-1.539449415,0.7320555866,315,-1.246004659,-0.663679965,5629.0408817 +78,-1.537429183,0.7321097681,315,-1.246004659,-0.663679965,5627.8828337 +79,-1.535472649,0.7321497267,315,-1.246004659,-0.663679965,5626.7218533 +80,-1.539457899,0.7305333307,315,-1.246004659,-0.663679965,5623.1792946 +81,-1.537453161,0.7305750503,315,-1.246004659,-0.663679965,5621.9814447 +82,-1.535479385,0.7306124949,315,-1.246004659,-0.663679965,5620.7969779 +83,-1.53946905,0.7290102593,315,-1.246004659,-0.663679965,5617.3164736 +84,-1.537459922,0.7290417293,315,-1.246004659,-0.663679965,5616.07392 +85,-1.535451349,0.7290890157,315,-1.246004659,-0.663679965,5614.9018667 +86,-1.535522937,0.7279887191,315,-1.246004659,-0.663679965,5610.7060668 +87,-1.539442524,0.7274735939,315,-1.246004659,-0.663679965,5611.3756557 +88,-1.537424111,0.727521351,315,-1.246004659,-0.663679965,5610.1875408 +89,-1.539384641,0.7259505092,315,-1.246004659,-0.663679965,5605.4657812 +90,-1.537372391,0.7259947145,315,-1.246004659,-0.663679965,5604.2662371 +91,-1.535340789,0.7260435356,315,-1.246004659,-0.663679965,5603.0806669 +92,-1.539325716,0.7244369706,315,-1.246004659,-0.663679965,5599.5919459 +93,-1.537308932,0.7244801057,315,-1.246004659,-0.663679965,5598.3833033 +94,-1.535289068,0.7245247645,315,-1.246004659,-0.663679965,5597.1877239 +95,-1.533261366,0.7245550236,315,-1.246004659,-0.663679965,5595.9406317 +96,-1.539267302,0.722921924,315,-1.246004659,-0.663679965,5593.7126057 +97,-1.537248972,0.7229660258,315,-1.246004659,-0.663679965,5592.5047381 +98,-1.535219431,0.7229916471,315,-1.246004659,-0.663679965,5591.2273072 +99,-1.53318962,0.7230212049,315,-1.246004659,-0.663679965,5589.9742371 +100,-1.531154816,0.7230299897,315,-1.246004659,-0.663679965,5588.6470275 +101,-1.528878341,0.7230370244,315,-1.246004659,-0.663679965,5587.1624999 +102,-1.539218189,0.7214009878,315,-1.246004659,-0.663679965,5587.8169057 +103,-1.537198791,0.7214422745,315,-1.246004659,-0.663679965,5586.5955017 +104,-1.535179266,0.7214634354,315,-1.246004659,-0.663679965,5585.3056968 +105,-1.533156501,0.7214944644,315,-1.246004659,-0.663679965,5584.061052 +106,-1.53113574,0.7215166021,315,-1.246004659,-0.663679965,5582.7927505 +107,-1.528874248,0.7215345535,315,-1.246004659,-0.663679965,5581.3580222 +108,-1.539217656,0.7198512397,315,-1.246004659,-0.663679965,5581.843509 +109,-1.537199919,0.7199428763,315,-1.246004659,-0.663679965,5580.8151495 +110,-1.545425832,0.727397149,315,-1.246004659,-0.663679965,5615.2027746 +111,-1.543371177,0.7273916949,315,-1.246004659,-0.663679965,5613.7573382 +112,-1.541368852,0.7274523163,315,-1.246004659,-0.663679965,5612.6118299 +113,-1.545349067,0.7258710923,315,-1.246004659,-0.663679965,5609.2740664 +114,-1.54332671,0.7258603556,315,-1.246004659,-0.663679965,5607.8287241 +115,-1.541346831,0.7259242142,315,-1.246004659,-0.663679965,5606.7091191 +116,-1.545324355,0.7243383958,315,-1.246004659,-0.663679965,5603.3560258 +117,-1.543292796,0.7243617413,315,-1.246004659,-0.663679965,5602.0334465 +118,-1.541295822,0.7244024384,315,-1.246004659,-0.663679965,5600.8108548 +119,-1.543193859,0.7205570215,315,-1.246004659,-0.663679965,5587.31135 +120,-1.550257047,0.7386738187,315,-1.246004659,-0.663679965,5661.9665486 +121,-1.549335448,0.7311736483,315,-1.246004659,-0.663679965,5632.4681445 +122,-1.533478843,0.7179891343,315,-1.246004659,-0.663679965,5570.7535474 +123,-1.556150555,0.738907041,315,-1.246004659,-0.663679965,5667.0151305 +124,-1.554324226,0.733414257,315,-1.246004659,-0.663679965,5644.6076073 +125,-1.554290846,0.7288285332,315,-1.246004659,-0.663679965,5626.9581871 +126,-1.55122487,0.7219795312,315,-1.246004659,-0.663679965,5598.4397041 +127,-1.525104458,0.7229399862,315,-1.246004659,-0.663679965,5584.3072917 +128,-1.519607711,0.7236181429,315,-1.246004659,-0.663679965,5583.3749913 +129,-1.513899999,0.7251107854,315,-1.246004659,-0.663679965,5585.537186 +130,-1.536620762,0.7431061895,315,-1.246004659,-0.663679965,5669.7469217 +131,-1.5369566,0.7460845958,315,-1.246004659,-0.663679965,5681.4566723 +132,-1.545345528,0.7447040685,315,-1.246004659,-0.663679965,5681.7839295 +133,-1.532813921,0.7432306626,315,-1.246004659,-0.663679965,5667.7124622 +134,-1.554788248,0.7382381001,315,-1.246004659,-0.663679965,5663.4776556 +135,-1.540348126,0.7301594274,315,-1.246004659,-0.663679965,5622.3446072 +136,-1.538016084,0.7239051786,315,-1.246004659,-0.663679965,5596.6479075 +137,-1.525288962,0.7258085137,315,-1.246004659,-0.663679965,5595.5118154 +138,-1.534326986,0.731241342,315,-1.246004659,-0.663679965,5622.4512296 +139,-1.530733872,0.7303625216,315,-1.246004659,-0.663679965,5616.6727042 +141,-1.534354939,0.7328219978,315,-1.246004659,-0.663679965,5628.5680625 +142,-1.53157084,0.7292888153,315,-1.246004659,-0.663679965,5613.0820308 +143,-1.525691035,0.7263799874,315,-1.246004659,-0.663679965,5597.9819909 +144,-1.534031287,0.7495967835,315,-1.246004659,-0.663679965,5693.0776483 +145,-1.527714986,0.7283095957,315,-1.246004659,-0.663679965,5606.7592162 +146,-1.526189586,0.7271468292,315,-1.246004659,-0.663679965,5601.2699924 +147,-1.555177336,0.7375563366,315,-1.246004659,-0.663679965,5661.1333151 +148,-1.555080283,0.7312707794,315,-1.246004659,-0.663679965,5636.9082512 +149,-1.53856994,0.7224180299,315,-1.246004659,-0.663679965,5591.2931092 +150,-1.530837883,0.729933372,315,-1.246004659,-0.663679965,5615.0847464 +151,-1.515066984,0.5854133365,315,-1.246004659,-0.663679965,5045.8919426 +152,-1.534731633,0.5368370046,315,-1.246004659,-0.663679965,4873.633493 +153,-1.515231902,0.5607085576,315,-1.246004659,-0.663679965,4950.5518227 +154,-2.616253799,1.0684566605,315,-1.246004659,-0.663679965,8134.7478486 +155,-1.956071439,0.5792177723,315,-1.246004659,-0.663679965,5574.4837654 +156,-1.951208514,0.5602434208,315,-1.246004659,-0.663679965,5501.8465449 +157,-1.944675062,0.6062144545,315,-1.246004659,-0.663679965,5646.7374577 +158,-1.613778386,0.6077989518,315,-1.246004659,-0.663679965,5214.4029927 +159,-2.035029014,0.6021432345,315,-1.246004659,-0.663679965,5791.4779155 +160,-2.114989471,0.6801825058,315,-1.246004659,-0.663679965,6190.4415477 +161,-2.037382079,0.5765830025,315,-1.246004659,-0.663679965,5712.2163244 +162,-2.129855121,0.6585019963,315,-1.246004659,-0.663679965,6150.0448885 +163,-2.075141798,0.6493615843,315,-1.246004659,-0.663679965,6018.5354288 +164,-1.828626729,0.6948433129,315,-1.246004659,-0.663679965,5781.9231268 +165,-1.863329418,0.6735427691,315,-1.246004659,-0.663679965,5754.1721325 +166,-1.266037071,0.727988852,315,-1.246004659,-0.663679965,5512.8751286 +167,-1.277579582,0.7249010648,315,-1.246004659,-0.663679965,5501.3532331 +168,-1.258418684,0.7241194816,315,-1.246004659,-0.663679965,5497.2567607 +169,-1.317813974,0.6804850104,315,-1.246004659,-0.663679965,5330.6505544 +170,-1.344165204,0.6790988904,315,-1.246004659,-0.663679965,5330.7412707 +171,-1.427582102,0.5277120351,315,-1.246004659,-0.663679965,4766.7014494 +172,-1.402238616,0.457167829,315,-1.246004659,-0.663679965,4477.4613227 +173,-1.422454264,0.4996161999,315,-1.246004659,-0.663679965,4654.0187639 +174,-1.439089277,0.4894859811,315,-1.246004659,-0.663679965,4623.5035559 +175,-1.448126995,0.5182330266,315,-1.246004659,-0.663679965,4741.007751 +176,-1.474626146,0.5881926574,315,-1.246004659,-0.663679965,5029.5927924 +177,-1.421139645,0.5584869783,315,-1.246004659,-0.663679965,4883.9877358 +178,-1.457037165,0.565943032,315,-1.246004659,-0.663679965,4932.3699105 +179,-2.757159358,0.3745319,315,-1.246004659,-0.663679965,6945.5131217 +180,-2.714309238,0.342054471,315,-1.246004659,-0.663679965,6741.1195507 +181,-2.000525337,0.774119946,315,-1.246004659,-0.663679965,6302.1918063 +183,-1.571413436,0.6777838382,315,-1.246004659,-0.663679965,5444.0429332 +184,-1.552860289,0.6987663893,315,-1.246004659,-0.663679965,5510.379103 +185,-1.521852374,0.7165827476,315,-1.246004659,-0.663679965,5557.6173361 +186,-1.503656267,0.6928968252,315,-1.246004659,-0.663679965,5454.3240635 +187,-1.502753178,0.7136205882,315,-1.246004659,-0.663679965,5534.1318095 +188,-1.631894563,0.7343596465,315,-1.246004659,-0.663679965,5709.9187072 +189,-1.653765416,0.6770714026,315,-1.246004659,-0.663679965,5514.3652655 +190,-1.719812114,0.6715965947,315,-1.246004659,-0.663679965,5563.6869216 +191,-1.493406659,0.6646955447,315,-1.246004659,-0.663679965,5338.5464858 +192,-1.469120564,0.6613469966,315,-1.246004659,-0.663679965,5311.2355062 +193,-1.590551461,0.5326612937,315,-1.246004659,-0.663679965,4907.0865653 +194,-1.625979264,0.5247742243,315,-1.246004659,-0.663679965,4913.0090117 +195,-1.572293943,0.5238808754,315,-1.246004659,-0.663679965,4856.4793949 +196,-1.610848725,0.5477107964,315,-1.246004659,-0.663679965,4984.0495229 +197,-1.208485554,0.7918526018,315,-1.246004659,-0.663679965,5766.9174269 +198,-1.335601374,0.6869083083,315,-1.246004659,-0.663679965,5359.5939174 +199,-1.346156996,0.6825213377,315,-1.246004659,-0.663679965,5344.7444028 +200,-1.324381037,0.6741422347,315,-1.246004659,-0.663679965,5306.8029326 +201,-1.242424992,0.7378949807,315,-1.246004659,-0.663679965,5551.6533655 +202,-1.270370057,0.7392461008,315,-1.246004659,-0.663679965,5557.6842925 +203,-1.448950472,0.7441675014,315,-1.246004659,-0.663679965,5624.1781064 +204,-1.492662363,0.7523026852,315,-1.246004659,-0.663679965,5678.3993721 +205,-1.479098966,0.7763855017,315,-1.246004659,-0.663679965,5764.7609979 +206,-1.633760714,0.7869022408,315,-1.246004659,-0.663679965,5910.1309126 +207,-1.647406434,0.8101289331,315,-1.246004659,-0.663679965,6009.2373313 +208,-1.564245052,0.5701509278,315,-1.246004659,-0.663679965,5026.1290214 +209,-1.646289963,0.6833746083,315,-1.246004659,-0.663679965,5530.8235264 +210,-1.5820631,0.6751952144,315,-1.246004659,-0.663679965,5442.7238842 +211,-1.613236298,0.6681681791,315,-1.246004659,-0.663679965,5442.7180517 +212,-1.914661867,0.8212566515,315,-1.246004659,-0.663679965,6340.0496886 +213,-1.742133237,0.7250275956,315,-1.246004659,-0.663679965,5785.3421122 +214,-2.033144872,0.6557314699,315,-1.246004659,-0.663679965,5963.8573596 +215,-2.039551981,0.6964723658,315,-1.246004659,-0.663679965,6108.6037318 +216,-1.247341019,0.7622473908,315,-1.246004659,-0.663679965,5648.100293 +217,-1.298239787,0.7084123392,315,-1.246004659,-0.663679965,5438.1540307 +218,-1.308539688,0.6926545592,315,-1.246004659,-0.663679965,5377.2439589 +219,-1.303263185,0.6888938396,315,-1.246004659,-0.663679965,5361.587601 +220,-1.852400229,0.6004246149,315,-1.246004659,-0.663679965,5480.7632368 +221,-1.288947707,0.7473773692,315,-1.246004659,-0.663679965,5591.3350886 +222,-1.372031502,0.7472790993,315,-1.246004659,-0.663679965,5607.1885657 +223,-1.289805721,0.7242157877,315,-1.246004659,-0.663679965,5499.7345118 +224,-1.350807603,0.7533498126,315,-1.246004659,-0.663679965,5625.4882438 +225,-1.329290365,0.7560442322,315,-1.246004659,-0.663679965,5631.4857915 +226,-1.410153004,0.616936428,315,-1.246004659,-0.663679965,5108.1770213 +227,-1.393445434,0.6308995063,315,-1.246004659,-0.663679965,5156.2141788 +228,-1.37595573,0.6241540638,315,-1.246004659,-0.663679965,5123.3252067 +229,-1.358388707,0.6172645205,315,-1.246004659,-0.663679965,5090.5606056 +230,-1.753741133,0.8281661666,315,-1.246004659,-0.663679965,6175.7043301 +231,-1.47430987,0.6834615681,315,-1.246004659,-0.663679965,5400.2949356 +232,-1.421012508,0.7222725206,315,-1.246004659,-0.663679965,5526.1068027 +233,-1.4476833,0.6978557868,315,-1.246004659,-0.663679965,5442.5162112 +234,-1.470370723,0.6966193374,315,-1.246004659,-0.663679965,5449.3865786 +235,-1.429211703,0.7037216883,315,-1.246004659,-0.663679965,5456.8868917 +236,-1.700578405,0.6178673663,315,-1.246004659,-0.663679965,5343.2075757 +237,-1.678117619,0.6331716163,315,-1.246004659,-0.663679965,5375.1196483 +238,-1.725644578,0.6316331145,315,-1.246004659,-0.663679965,5423.2346715 +239,-2.14012759,0.7930497945,315,-1.246004659,-0.663679965,6589.9950357 +240,-2.103289431,0.7653606263,315,-1.246004659,-0.663679965,6439.8367161 +241,-1.318739838,0.7017808746,315,-1.246004659,-0.663679965,5415.0249131 +242,-1.396417427,0.7077900843,315,-1.246004659,-0.663679965,5459.6819628 +243,-1.35650337,0.7185539404,315,-1.246004659,-0.663679965,5489.6064422 +244,-1.248884539,0.7274156818,315,-1.246004659,-0.663679965,5510.1396793 +245,-1.395014798,0.5761185243,315,-1.246004659,-0.663679965,4941.4609405 +246,-1.433377362,0.6064716109,315,-1.246004659,-0.663679965,5077.966062 +247,-1.408172432,0.5903155476,315,-1.246004659,-0.663679965,5002.8150353 +248,-1.749645898,0.7757118084,315,-1.246004659,-0.663679965,5979.3724826 +249,-1.571626686,0.615046989,315,-1.246004659,-0.663679965,5204.167713 +250,-1.514070049,0.6303003037,315,-1.246004659,-0.663679965,5218.7401903 +251,-1.480890369,0.6237966528,315,-1.246004659,-0.663679965,5171.936432 +252,-1.704390658,0.5281680612,315,-1.246004659,-0.663679965,5016.2586529 +253,-1.64434733,0.5254277498,315,-1.246004659,-0.663679965,4935.337193 +254,-1.703855997,0.4792484842,315,-1.246004659,-0.663679965,4835.3994244 +255,-1.692002383,0.5748825051,315,-1.246004659,-0.663679965,5173.9944569 +256,-1.854136457,0.5544643913,315,-1.246004659,-0.663679965,5321.7052938 +257,-1.665021206,0.520317736,315,-1.246004659,-0.663679965,4939.6631419 +258,-1.733654349,0.4845187345,315,-1.246004659,-0.663679965,4894.5287947 +259,-1.720938188,0.5135933906,315,-1.246004659,-0.663679965,4983.8186586 +260,-1.742668307,0.553296122,315,-1.246004659,-0.663679965,5157.479014 +261,-1.965659039,0.7142126903,315,-1.246004659,-0.663679965,6047.1248062 +262,-1.944438071,0.6772834804,315,-1.246004659,-0.663679965,5888.4916748 +263,-1.270340967,0.7681487096,315,-1.246004659,-0.663679965,5672.1443317 +264,-1.353091884,0.6549276821,315,-1.246004659,-0.663679965,5237.6364304 +265,-1.333236659,0.6413584414,315,-1.246004659,-0.663679965,5179.1060615 +266,-1.352015998,0.6753788907,315,-1.246004659,-0.663679965,5318.0529721 +267,-1.377988483,0.6577816235,315,-1.246004659,-0.663679965,5256.4539274 +268,-2.13075611,0.8318642051,315,-1.246004659,-0.663679965,6695.4793633 +269,-2.097910953,0.8259670014,315,-1.246004659,-0.663679965,6623.7058937 +270,-1.416382069,0.6694271549,315,-1.246004659,-0.663679965,5316.8495985 +271,-1.538905672,0.7535625993,315,-1.246004659,-0.663679965,5711.5840842 +272,-1.572309477,0.7803125099,315,-1.246004659,-0.663679965,5837.4060671 +273,-1.87759879,0.7503853417,315,-1.246004659,-0.663679965,6043.8559529 +274,1.152365588,0.590457682,315,-1.246004659,-0.663679965,10063.222375 +275,0.350198001,0.718001859,315,-1.246004659,-0.663679965,7940.279592 +276,0.046513677,0.491503852,315,-1.246004659,-0.663679965,6618.5180274 +277,0.027510309,0.742571376,315,-1.246004659,-0.663679965,7208.6708264 +278,0.306285725,-0.214631579,315,-1.246004659,-0.663679965,5643.7581934 +279,-1.100564889,0.318051531,315,-1.246004659,-0.663679965,3926.1529815 +280,-1.078582306,0.301437596,315,-1.246004659,-0.663679965,3873.2845884 +281,-1.137371989,-0.617634065,315,-1.246004659,-0.663679965,390.09019106 +282,0.784356344,0.703272339,315,-1.246004659,-0.663679965,9102.9524708 +283,-1.221209947,0.218327455,315,-1.246004659,-0.663679965,3494.8440344 +284,2.347301921,-0.449114658,315,-1.246004659,-0.663679965,7727.3695768 +285,0.246820618,0.830553713,315,-1.246004659,-0.663679965,7910.1582732 +286,0.829414965,0.703288228,315,-1.246004659,-0.663679965,9232.0576275 +287,-1.337537566,0.42332223,315,-1.246004659,-0.663679965,4319.0564679 +288,0.882453706,0.454478077,315,-1.246004659,-0.663679965,8998.5863194 +289,1.575629659,0.416419109,315,-1.246004659,-0.663679965,10985.932857 +290,-1.039455679,0.229888244,315,-1.246004659,-0.663679965,3621.6076691 +291,0.489558039,0.934482747,315,-1.246004659,-0.663679965,8635.092281 +292,0.081344504,0.88384514,315,-1.246004659,-0.663679965,7663.1397314 +293,-1.547979814,0.300350308,315,-1.246004659,-0.663679965,3980.4429463 +294,0.040776181,0.168560074,315,-1.246004659,-0.663679965,5768.356609 +295,-1.130374745,0.563894876,315,-1.246004659,-0.663679965,4881.1089238 +296,1.578326642,0.478507176,315,-1.246004659,-0.663679965,11160.949856 +297,-1.12861823,-0.291640865,315,-1.246004659,-0.663679965,1529.2250548 +298,0.310524208,0.770885792,315,-1.246004659,-0.663679965,7943.8802868 +299,0.415649091,-0.387246002,315,-1.246004659,-0.663679965,5559.5198431 +300,-0.926533878,-0.188022748,315,-1.246004659,-0.663679965,2198.8345438 +301,1.258856172,-0.11716081,315,-1.246004659,-0.663679965,8562.0517793 +302,-1.126050026,0.322941926,315,-1.246004659,-0.663679965,3933.4449661 +303,2.002785835,0.07893892,315,-1.246004659,-0.663679965,10095.539405 +304,0.440437607,0.746258085,315,-1.246004659,-0.663679965,8227.4096843 +305,-0.030391866,0.214441206,315,-1.246004659,-0.663679965,5679.239955 +306,0.521557815,-0.058929362,315,-1.246004659,-0.663679965,6688.2299864 +307,-0.097005111,0.13317729,315,-1.246004659,-0.663679965,5270.7078097 +308,1.83113859,0.221857587,315,-1.246004659,-0.663679965,10679.069099 +309,0.222428864,0.099404236,315,-1.246004659,-0.663679965,6146.811149 +310,-1.702731345,0.8728568183,315,-1.246004659,-0.663679965,6291.7802416 +311,-0.418507569,0.278324921,315,-1.246004659,-0.663679965,4833.8332056 +312,-1.41153306,0.339029988,315,-1.246004659,-0.663679965,4019.2688463 +313,0.357560442,0.114788776,315,-1.246004659,-0.663679965,6603.5446533 +314,0.325818979,0.268352149,315,-1.246004659,-0.663679965,6874.9321055 +315,-1.246004659,-0.663679965,315,-1.246004659,-0.663679965,0 +316,1.814603087,0.637404484,315,-1.246004659,-0.663679965,12168.225301 +317,1.843704281,-0.18300445,315,-1.246004659,-0.663679965,9084.6234026 +318,1.690644492,-0.211480909,315,-1.246004659,-0.663679965,8894.8792686 +319,-1.275451936,0.068109467,315,-1.246004659,-0.663679965,2900.6371079 +320,0.762430171,-0.207594741,315,-1.246004659,-0.663679965,7018.3222018 +321,0.265668905,-0.014647884,315,-1.246004659,-0.663679965,6001.7228118 +322,-2.773032013,-0.335515811,315,-1.246004659,-0.663679965,5280.7786573 +323,-1.469512853,0.174058777,315,-1.246004659,-0.663679965,3419.980289 +324,0.286276986,0.785925691,315,-1.246004659,-0.663679965,7914.3290797 +325,-1.379324697,0.377432233,315,-1.246004659,-0.663679965,4153.6071719 +326,-1.203778265,0.212813032,315,-1.246004659,-0.663679965,3475.3249987 +327,0.579916301,0.611743168,315,-1.246004659,-0.663679965,8371.8908671 +328,0.267582642,0.868113908,315,-1.246004659,-0.663679965,8030.8895191 +329,0.412869244,-0.050245578,315,-1.246004659,-0.663679965,6373.5290628 +330,0.17524381,0.976660285,315,-1.246004659,-0.663679965,8047.5475614 +331,0.743157214,0.204812899,315,-1.246004659,-0.663679965,8020.505517 +332,-1.070758176,0.269382282,315,-1.246004659,-0.663679965,3752.8936346 +333,-1.230364251,0.329790229,315,-1.246004659,-0.663679965,3935.5663232 +334,-1.374813124,-0.024926835,315,-1.246004659,-0.663679965,2573.1301449 +335,0.519780566,0.463669906,315,-1.246004659,-0.663679965,7904.0293484 +336,-1.55108034,0.239698561,315,-1.246004659,-0.663679965,3753.4816401 +337,0.180294813,0.029739425,315,-1.246004659,-0.663679965,5844.8166811 +338,0.67820924,0.268170153,315,-1.246004659,-0.663679965,7965.5494905 +339,0.445798684,1.024001867,315,-1.246004659,-0.663679965,8651.5625564 +340,0.691751283,0.150521402,315,-1.246004659,-0.663679965,7730.8570365 +341,-1.036643551,-0.903056181,315,-1.246004659,-0.663679965,1112.2352012 +342,-0.120287036,1.083325163,315,-1.246004659,-0.663679965,7789.1225508 +343,2.823513113,-0.304487164,315,-1.246004659,-0.663679965,7287.704025 +344,0.457583172,1.12513373,315,-1.246004659,-0.663679965,8774.8342269 +345,0.042918831,0.813795399,315,-1.246004659,-0.663679965,7417.6499812 +346,1.196146777,-0.853142756,315,-1.246004659,-0.663679965,5953.622198 +347,0.206001358,-0.010430701,315,-1.246004659,-0.663679965,5826.0561182 +348,-0.268308653,0.234799412,315,-1.246004659,-0.663679965,5077.6118387 +349,0.759363263,0.736189579,315,-1.246004659,-0.663679965,9073.9413045 +350,0.181363926,0.891988372,315,-1.246004659,-0.663679965,7889.9108627 +351,-0.021111158,0.139103292,315,-1.246004659,-0.663679965,5508.7292469 +352,-0.093355215,0.630686981,315,-1.246004659,-0.663679965,6638.322077 +353,0.40118964,0.681375926,315,-1.246004659,-0.663679965,8003.2292816 +354,-0.721197315,1.304706234,315,-1.246004659,-0.663679965,7917.3299689 +355,-1.076150317,0.212107639,315,-1.246004659,-0.663679965,3525.8086767 +356,-1.577164531,0.273993443,315,-1.246004659,-0.663679965,3912.9918966 +357,-0.190788414,0.182208586,315,-1.246004659,-0.663679965,5137.6608297 +358,-0.261349752,0.209710184,315,-1.246004659,-0.663679965,5023.5603314 +359,-1.029303852,0.083549259,315,-1.246004659,-0.663679965,3065.2742304 +360,-1.268609162,0.330525297,315,-1.246004659,-0.663679965,3938.9463569 +361,1.282982244,-0.926641967,315,-1.246004659,-0.663679965,5803.0711535 +362,0.217352334,0.731352408,315,-1.246004659,-0.663679965,7632.1606462 +363,-1.511833084,0.258629297,315,-1.246004659,-0.663679965,3784.579768 +364,0.338812194,0.823184618,315,-1.246004659,-0.663679965,8111.8965692 +365,-0.324406489,1.134201999,315,-1.246004659,-0.663679965,7667.3217336 +366,1.389579348,0.399185724,315,-1.246004659,-0.663679965,10436.169514 +367,2.047152199,-0.039082036,315,-1.246004659,-0.663679965,9605.3542817 +368,0.947780369,0.568250077,315,-1.246004659,-0.663679965,9399.5019797 +369,0.763824846,0.576754987,315,-1.246004659,-0.663679965,8853.6376671 +370,-0.142334657,0.928153068,315,-1.246004659,-0.663679965,7348.2471844 +371,0.610266567,0.547265983,315,-1.246004659,-0.663679965,8341.7222303 +372,0.210731629,0.746815056,315,-1.246004659,-0.663679965,7649.5688856 +373,-1.34931644,0.316895224,315,-1.246004659,-0.663679965,3903.0552487 +374,2.407696481,0.655030745,315,-1.246004659,-0.663679965,10846.900207 +375,0.64207831,0.545359131,315,-1.246004659,-0.663679965,8432.9468497 +376,1.174597538,0.840588356,315,-1.246004659,-0.663679965,10273.758883 +377,0.660059424,0.010604079,315,-1.246004659,-0.663679965,7287.1490499 +378,-0.730263819,0.010486456,315,-1.246004659,-0.663679965,3266.6696255 +379,0.831068936,0.512339172,315,-1.246004659,-0.663679965,8946.7484588 +380,1.301180979,0.72367476,315,-1.246004659,-0.663679965,10629.827919 +381,1.811128231,0.322854402,315,-1.246004659,-0.663679965,11062.630071 +382,0.435105812,0.992284428,315,-1.246004659,-0.663679965,8591.590971 +383,0.62643634,0.592027932,315,-1.246004659,-0.663679965,8471.8582133 +384,0.492988703,-0.516339467,315,-1.246004659,-0.663679965,5466.947548 +385,-0.162469483,0.112549365,315,-1.246004659,-0.663679965,5026.2363694 +386,0.314630866,0.472006421,315,-1.246004659,-0.663679965,7317.0147545 +387,0.166744804,0.822815954,315,-1.246004659,-0.663679965,7711.4836746 +388,0.417159608,0.965805736,315,-1.246004659,-0.663679965,8519.2157672 +389,0.106334961,0.868774244,315,-1.246004659,-0.663679965,7681.1011215 +390,0.815086969,-0.338144359,315,-1.246004659,-0.663679965,6800.5825545 +391,0.59867455,-0.230624824,315,-1.246004659,-0.663679965,6485.939619 +392,1.915104874,0.066220985,315,-1.246004659,-0.663679965,10076.259663 +393,1.278093622,0.064463721,315,-1.246004659,-0.663679965,9187.1152881 +394,-0.061477853,0.302997961,315,-1.246004659,-0.663679965,5827.4006402 +395,0.251311504,0.626976942,315,-1.246004659,-0.663679965,7489.5296302 +396,2.950242872,0.149095644,315,-1.246004659,-0.663679965,8186.7991464 +397,-0.180294708,0.35375117,315,-1.246004659,-0.663679965,5648.8844961 +398,1.010448592,-0.351180233,315,-1.246004659,-0.663679965,7249.0780007 +399,-1.748740498,0.3686318073,315,-1.246004659,-0.663679965,4496.6824134 +400,2.699635665,0.123533791,315,-1.246004659,-0.663679965,8862.0701218 +401,0.496808033,0.823843254,315,-1.246004659,-0.663679965,8498.4860811 +402,0.129574704,0.763364087,315,-1.246004659,-0.663679965,7493.2826319 +403,1.798920311,0.817447563,315,-1.246004659,-0.663679965,11772.834046 +404,0.335987953,0.746786541,315,-1.246004659,-0.663679965,7960.3232637 +405,-1.085413643,0.292154671,315,-1.246004659,-0.663679965,3832.9361434 +406,-0.155321003,0.508207011,315,-1.246004659,-0.663679965,6150.2591732 +407,0.620529244,-0.301175104,315,-1.246004659,-0.663679965,6366.5687368 +408,1.684402744,0.368716966,315,-1.246004659,-0.663679965,11070.442433 +409,0.300582244,-0.386397212,315,-1.246004659,-0.663679965,5221.8263325 +410,2.913555946,-0.009225192,315,-1.246004659,-0.663679965,7886.2975525 +411,1.465101417,0.493232532,315,-1.246004659,-0.663679965,10871.126394 +412,0.090612882,0.907955955,315,-1.246004659,-0.663679965,7736.3869773 +413,2.987564726,-0.729568594,315,-1.246004659,-0.663679965,5665.3390003 +414,-1.484261606,0.224149272,315,-1.246004659,-0.663679965,3626.2599873 +415,0.164073421,0.303955133,315,-1.246004659,-0.663679965,6475.969298 +416,0.141441293,0.167552546,315,-1.246004659,-0.663679965,6067.8892759 +417,2.931321023,-0.506718887,315,-1.246004659,-0.663679965,6428.8898152 +418,2.21951565,0.700596356,315,-1.246004659,-0.663679965,11439.102059 +419,0.268112576,1.199114336,315,-1.246004659,-0.663679965,8565.5389536 +420,0.978913739,0.359223811,315,-1.246004659,-0.663679965,9104.965229 +421,1.210898818,0.522863584,315,-1.246004659,-0.663679965,10145.152373 +422,2.347397336,0.129231362,315,-1.246004659,-0.663679965,9779.4402686 +423,0.614394501,0.556878345,315,-1.246004659,-0.663679965,8372.0471655 +424,-1.398079356,0.148483366,315,-1.246004659,-0.663679965,3265.7659545 +425,2.535303836,-0.112984496,315,-1.246004659,-0.663679965,8569.0569646 +426,-1.019372593,-0.405322349,315,-1.246004659,-0.663679965,1279.2501545 +427,-1.297785627,-0.160104069,315,-1.246004659,-0.663679965,2003.2030919 +428,2.144554488,0.205051084,315,-1.246004659,-0.663679965,10424.850677 +429,-2.242387083,-0.426171285,315,-1.246004659,-0.663679965,3448.3852727 +430,0.338637212,0.909723676,315,-1.246004659,-0.663679965,8263.6902766 +431,-0.148798452,0.691042401,315,-1.246004659,-0.663679965,6681.5054009 +432,0.893524764,0.441829531,315,-1.246004659,-0.663679965,9008.5920602 +433,0.969229347,-0.368847936,315,-1.246004659,-0.663679965,7097.6899032 +434,0.436043248,0.800045688,315,-1.246004659,-0.663679965,8308.9615034 +435,1.687946607,1.081504775,315,-1.246004659,-0.663679965,10712.850831 +436,0.522302046,-0.034889271,315,-1.246004659,-0.663679965,6750.2756384 +437,-0.178996113,-0.438090009,315,-1.246004659,-0.663679965,3644.7958618 +438,-1.094339566,0.301444068,315,-1.246004659,-0.663679965,3864.3092189 +439,-1.064070054,0.242569932,315,-1.246004659,-0.663679965,3652.7680921 +440,-1.068153768,0.230387998,315,-1.246004659,-0.663679965,3602.4889111 +441,-3.00496892,-0.23989155,315,-1.246004659,-0.663679965,6209.1231591 +442,0.21751974,0.766874888,315,-1.246004659,-0.663679965,7709.1940272 +443,0.117229532,0.007619006,315,-1.246004659,-0.663679965,5594.9229928 +444,0.777758451,0.420554741,315,-1.246004659,-0.663679965,8606.0013504 +445,-0.252356999,0.250747086,315,-1.246004659,-0.663679965,5165.6400811 +446,0.363148444,0.768483434,315,-1.246004659,-0.663679965,8070.2495521 +447,0.903191366,-0.118210676,315,-1.246004659,-0.663679965,7659.3602148 +448,-0.205755923,0.149406178,315,-1.246004659,-0.663679965,5004.8155554 +449,1.811996086,0.02364353,315,-1.246004659,-0.663679965,9890.4825031 +450,-1.100670221,0.314845373,315,-1.246004659,-0.663679965,3913.5181906 +451,0.340078597,0.850105132,315,-1.246004659,-0.663679965,8163.5627789 +452,0.258757267,0.804969236,315,-1.246004659,-0.663679965,7886.6012365 +453,2.78505352,-0.155160804,315,-1.246004659,-0.663679965,7830.2509822 +454,0.800551619,0.105822106,315,-1.246004659,-0.663679965,7955.5797221 +455,0.437940882,-0.506194031,315,-1.246004659,-0.663679965,5339.6988316 +456,2.230431122,0.63458615,315,-1.246004659,-0.663679965,11382.93622 +457,0.527965361,0.127667701,315,-1.246004659,-0.663679965,7165.97355 +458,-0.063643205,0.702093448,315,-1.246004659,-0.663679965,6898.7898963 +459,1.408447268,0.133010502,315,-1.246004659,-0.663679965,9713.2420646 +460,0.523795955,0.280266966,315,-1.246004659,-0.663679965,7512.3537851 +461,-0.975769313,0.072177659,315,-1.246004659,-0.663679965,3079.2706769 +462,0.549774164,-0.463663986,315,-1.246004659,-0.663679965,5752.1533064 +463,0.29245874,1.095549818,315,-1.246004659,-0.663679965,8463.102063 +464,0.143625958,0.816809593,315,-1.246004659,-0.663679965,7646.2950839 +465,0.671902494,0.611159853,315,-1.246004659,-0.663679965,8638.5220043 +466,1.239840988,0.6724199,315,-1.246004659,-0.663679965,10418.88793 +467,0.607829703,-0.10932137,315,-1.246004659,-0.663679965,6824.2127752 +468,1.763020906,0.263996692,315,-1.246004659,-0.663679965,10794.107334 +469,0.378714634,0.726066797,315,-1.246004659,-0.663679965,8029.8357547 +470,2.196736143,-0.153862366,315,-1.246004659,-0.663679965,9019.3749151 +471,0.01702415,0.148991565,315,-1.246004659,-0.663679965,5647.3792193 +472,-2.998490902,-0.158002487,315,-1.246004659,-0.663679965,6394.8188546 +473,-3.051262951,-0.346595608,315,-1.246004659,-0.663679965,6074.7878424 +474,-1.069176439,0.182802941,315,-1.246004659,-0.663679965,3416.3530447 +475,0.167157509,0.595344954,315,-1.246004659,-0.663679965,7194.4905395 +476,0.613855648,0.681746124,315,-1.246004659,-0.663679965,8588.4395877 +477,1.037012736,0.682555367,315,-1.246004659,-0.663679965,9816.9621018 +478,-1.253574971,0.379755746,315,-1.246004659,-0.663679965,4133.1449445 +479,3.108590453,-0.132620738,315,-1.246004659,-0.663679965,6987.1472532 +480,0.565301296,0.022333262,315,-1.246004659,-0.663679965,7024.9425876 +481,0.547898238,0.855555614,315,-1.246004659,-0.663679965,8669.5815125 +482,0.948309381,0.417393755,315,-1.246004659,-0.663679965,9131.1169112 +483,-0.050600732,0.945269213,315,-1.246004659,-0.663679965,7555.1680458 +484,-0.977651478,-0.572363064,315,-1.246004659,-0.663679965,937.29760863 +485,1.102014914,0.728861163,315,-1.246004659,-0.663679965,10046.478668 +486,2.927300795,-0.282939414,315,-1.246004659,-0.663679965,7085.6057864 +487,-1.154565557,0.124434095,315,-1.246004659,-0.663679965,3139.9206491 +488,1.855331234,0.291044755,315,-1.246004659,-0.663679965,10961.203062 +489,0.830290659,0.276904518,315,-1.246004659,-0.663679965,8459.4869846 +490,0.485104466,-0.234867441,315,-1.246004659,-0.663679965,6138.4770238 +491,0.521367572,-0.33161327,315,-1.246004659,-0.663679965,6003.6199145 +1,-1.539031704,0.7349710123,316,1.814603087,0.637404484,6953.9929953 +2,-1.536990553,0.7349663874,316,1.814603087,0.637404484,6955.0381846 +3,-1.534951779,0.7349571355,316,1.814603087,0.637404484,6956.0905284 +4,-1.532906461,0.7349480293,316,1.814603087,0.637404484,6957.1358158 +5,-1.531320211,0.7346937278,316,1.814603087,0.637404484,6958.9055013 +6,-1.539451648,0.7335131775,316,1.814603087,0.637404484,6959.4684685 +7,-1.537429487,0.7335445708,316,1.814603087,0.637404484,6960.3671768 +8,-1.535484998,0.7335658704,316,1.814603087,0.637404484,6961.2569674 +9,-1.533488396,0.7336036027,316,1.814603087,0.637404484,6962.0994042 +10,-1.531497785,0.7335842962,316,1.814603087,0.637404484,6963.1522813 +11,-1.530259379,0.7334777758,316,1.814603087,0.637404484,6964.1718466 +12,-1.5335454,0.7322346912,316,1.814603087,0.637404484,6967.4166888 +13,-1.531489083,0.7322238773,316,1.814603087,0.637404484,6968.4702789 +14,-1.530011122,0.7321679851,316,1.814603087,0.637404484,6969.4094113 +15,-1.53348106,0.7306614094,316,1.814603087,0.637404484,6973.5919399 +16,-1.531441779,0.7306962275,316,1.814603087,0.637404484,6974.4603633 +17,-1.529755654,0.7306933243,316,1.814603087,0.637404484,6975.2947656 +18,-1.533415048,0.7291384674,316,1.814603087,0.637404484,6979.5714959 +19,-1.531392093,0.7291705353,316,1.814603087,0.637404484,6980.4439922 +20,-1.529296523,0.7291214933,316,1.814603087,0.637404484,6981.6589659 +21,-1.535280942,0.727267644,316,1.814603087,0.637404484,6985.9460334 +22,-1.533378158,0.7276139666,316,1.814603087,0.637404484,6985.5427336 +23,-1.531340368,0.7276446587,316,1.814603087,0.637404484,6986.4293694 +24,-1.528960113,0.7276398177,316,1.814603087,0.637404484,6987.6115073 +25,-1.533313146,0.7260818349,316,1.814603087,0.637404484,6991.5577523 +26,-1.531259555,0.7260958115,316,1.814603087,0.637404484,6992.5188131 +27,-1.528926415,0.7260865555,316,1.814603087,0.637404484,6993.6967742 +28,-1.531226779,0.7245511789,316,1.814603087,0.637404484,6998.5681862 +29,-1.528904772,0.7245519194,316,1.814603087,0.637404484,6999.7033918 +30,-1.547195875,0.7409785979,316,1.814603087,0.637404484,6926.3732848 +31,-1.5451475,0.740980426,316,1.814603087,0.637404484,6927.4289748 +32,-1.543097679,0.7409798872,316,1.814603087,0.637404484,6928.484906 +33,-1.540720364,0.7409892687,316,1.814603087,0.637404484,6929.6583022 +34,-1.547188511,0.7395198392,316,1.814603087,0.637404484,6932.0626043 +35,-1.545148587,0.7395226109,316,1.814603087,0.637404484,6933.1119019 +36,-1.543104538,0.7395314908,316,1.814603087,0.637404484,6934.1298273 +37,-1.540727751,0.7395306258,316,1.814603087,0.637404484,6935.3448814 +38,-1.547187029,0.7380014886,316,1.814603087,0.637404484,6937.9810665 +39,-1.545147315,0.7380012252,316,1.814603087,0.637404484,6939.0438369 +40,-1.54310719,0.7380060743,316,1.814603087,0.637404484,6940.0772089 +41,-1.540719671,0.7380068206,316,1.814603087,0.637404484,6941.2934603 +42,-1.547187189,0.7364799098,316,1.814603087,0.637404484,6943.9111999 +43,-1.545149996,0.7364853874,316,1.814603087,0.637404484,6944.9520418 +44,-1.543106091,0.7364823484,316,1.814603087,0.637404484,6946.0198702 +45,-1.540717158,0.7364893901,316,1.814603087,0.637404484,6947.2143018 +46,-1.538663972,0.7410138672,316,1.814603087,0.637404484,6930.5983753 +47,-1.53695285,0.7409699132,316,1.814603087,0.637404484,6931.6245364 +48,-1.534910498,0.7409641297,316,1.814603087,0.637404484,6932.6582901 +49,-1.533145034,0.7409536636,316,1.814603087,0.637404484,6933.5654408 +50,-1.538681336,0.7395405883,316,1.814603087,0.637404484,6936.338745 +51,-1.536999189,0.7395183096,316,1.814603087,0.637404484,6937.2673089 +52,-1.534923633,0.7395144222,316,1.814603087,0.637404484,6938.3118742 +53,-1.533267822,0.7395654306,316,1.814603087,0.637404484,6938.9267027 +54,-1.53867273,0.7380151077,316,1.814603087,0.637404484,6942.2958063 +55,-1.536980576,0.7379994392,316,1.814603087,0.637404484,6943.2049328 +56,-1.534931522,0.7379944961,316,1.814603087,0.637404484,6944.2421368 +57,-1.533387952,0.7379480264,316,1.814603087,0.637404484,6945.1839391 +58,-1.538682279,0.7364914363,316,1.814603087,0.637404484,6948.2366232 +59,-1.536980704,0.7364810563,316,1.814603087,0.637404484,6949.1312655 +60,-1.534935567,0.7364752065,316,1.814603087,0.637404484,6950.1717565 +61,-1.533042592,0.7363876366,316,1.814603087,0.637404484,6951.4469734 +62,-1.545143426,0.7349628011,316,1.814603087,0.637404484,6950.8913079 +63,-1.543105297,0.7349691947,316,1.814603087,0.637404484,6951.9210958 +64,-1.541064533,0.7349647152,316,1.814603087,0.637404484,6952.9849343 +65,-1.545411803,0.7334624714,316,1.814603087,0.637404484,6956.60051 +66,-1.543446606,0.7334780896,316,1.814603087,0.637404484,6957.5596463 +67,-1.541475327,0.7334957295,316,1.814603087,0.637404484,6958.5049508 +68,-1.545401939,0.731963266,316,1.814603087,0.637404484,6962.4500329 +69,-1.54342253,0.7319915583,316,1.814603087,0.637404484,6963.3687193 +70,-1.541455867,0.7320216438,316,1.814603087,0.637404484,6964.2646399 +71,-1.545410146,0.7304422281,316,1.814603087,0.637404484,6968.3751766 +72,-1.543435491,0.7304713664,316,1.814603087,0.637404484,6969.2898375 +73,-1.541463105,0.7304997613,316,1.814603087,0.637404484,6970.1970249 +74,-1.545414768,0.7289194936,316,1.814603087,0.637404484,6974.3087439 +75,-1.543435774,0.7289538557,316,1.814603087,0.637404484,6975.207008 +76,-1.541457714,0.7289765881,316,1.814603087,0.637404484,6976.1408789 +77,-1.539449415,0.7320555866,316,1.814603087,0.637404484,6965.1566073 +78,-1.537429183,0.7321097681,316,1.814603087,0.637404484,6965.9670166 +79,-1.535472649,0.7321497267,316,1.814603087,0.637404484,6966.7914924 +80,-1.539457899,0.7305333307,316,1.814603087,0.637404484,6971.0915438 +81,-1.537453161,0.7305750503,316,1.814603087,0.637404484,6971.9445062 +82,-1.535479385,0.7306124949,316,1.814603087,0.637404484,6972.7891584 +83,-1.53946905,0.7290102593,316,1.814603087,0.637404484,6977.0282351 +84,-1.537459922,0.7290417293,316,1.814603087,0.637404484,6977.9251487 +85,-1.535451349,0.7290890157,316,1.814603087,0.637404484,6978.750477 +86,-1.535522937,0.7279887191,316,1.814603087,0.637404484,6983.0098768 +87,-1.539442524,0.7274735939,316,1.814603087,0.637404484,6983.0371349 +88,-1.537424111,0.727521351,316,1.814603087,0.637404484,6983.8767565 +89,-1.539384641,0.7259505092,316,1.814603087,0.637404484,6989.0090762 +90,-1.537372391,0.7259947145,316,1.814603087,0.637404484,6989.860853 +91,-1.535340789,0.7260435356,316,1.814603087,0.637404484,6990.6946702 +92,-1.539325716,0.7244369706,316,1.814603087,0.637404484,6994.9443423 +93,-1.537308932,0.7244801057,316,1.814603087,0.637404484,6995.8039919 +94,-1.535289068,0.7245247645,316,1.814603087,0.637404484,6996.6495323 +95,-1.533261366,0.7245550236,316,1.814603087,0.637404484,6997.5454564 +96,-1.539267302,0.722921924,316,1.814603087,0.637404484,7000.8852671 +97,-1.537248972,0.7229660258,316,1.814603087,0.637404484,7001.7433326 +98,-1.535219431,0.7229916471,316,1.814603087,0.637404484,7002.6694422 +99,-1.53318962,0.7230212049,316,1.814603087,0.637404484,7003.5705008 +100,-1.531154816,0.7230299897,316,1.814603087,0.637404484,7004.5453328 +101,-1.528878341,0.7230370244,316,1.814603087,0.637404484,7005.6351996 +102,-1.539218189,0.7214009878,316,1.814603087,0.637404484,7006.844429 +103,-1.537198791,0.7214422745,316,1.814603087,0.637404484,7007.7154812 +104,-1.535179266,0.7214634354,316,1.814603087,0.637404484,7008.6554016 +105,-1.533156501,0.7214944644,316,1.814603087,0.637404484,7009.548683 +106,-1.53113574,0.7215166021,316,1.814603087,0.637404484,7010.4659224 +107,-1.528874248,0.7215345535,316,1.814603087,0.637404484,7011.5075351 +108,-1.539217656,0.7198512397,316,1.814603087,0.637404484,7012.8910382 +109,-1.537199919,0.7199428763,316,1.814603087,0.637404484,7013.5664715 +110,-1.545425832,0.727397149,316,1.814603087,0.637404484,6980.237346 +111,-1.543371177,0.7273916949,316,1.814603087,0.637404484,6981.3319698 +112,-1.541368852,0.7274523163,316,1.814603087,0.637404484,6982.1319887 +113,-1.545349067,0.7258710923,316,1.814603087,0.637404484,6986.2265075 +114,-1.54332671,0.7258603556,316,1.814603087,0.637404484,6987.3263116 +115,-1.541346831,0.7259242142,316,1.814603087,0.637404484,6988.1036291 +116,-1.545324355,0.7243383958,316,1.814603087,0.637404484,6992.2142208 +117,-1.543292796,0.7243617413,316,1.814603087,0.637404484,6993.1875603 +118,-1.541295822,0.7244024384,316,1.814603087,0.637404484,6994.0655572 +119,-1.543193859,0.7205570215,316,1.814603087,0.637404484,7008.0749663 +120,-1.550257047,0.7386738187,316,1.814603087,0.637404484,6933.7456095 +121,-1.549335448,0.7311736483,316,1.814603087,0.637404484,6963.4543532 +122,-1.533478843,0.7179891343,316,1.814603087,0.637404484,7023.0746278 +123,-1.556150555,0.738907041,316,1.814603087,0.637404484,6929.6761026 +124,-1.554324226,0.733414257,316,1.814603087,0.637404484,6952.0490581 +125,-1.554290846,0.7288285332,316,1.814603087,0.637404484,6969.9200594 +126,-1.55122487,0.7219795312,316,1.814603087,0.637404484,6998.2548266 +127,-1.525104458,0.7229399862,316,1.814603087,0.637404484,7007.8397434 +128,-1.519607711,0.7236181429,316,1.814603087,0.637404484,7007.7850529 +129,-1.513899999,0.7251107854,316,1.814603087,0.637404484,7004.5616187 +130,-1.536620762,0.7431061895,316,1.814603087,0.637404484,6923.4508861 +131,-1.5369566,0.7460845958,316,1.814603087,0.637404484,6911.658828 +132,-1.545345528,0.7447040685,316,1.814603087,0.637404484,6912.8097285 +133,-1.532813921,0.7432306626,316,1.814603087,0.637404484,6924.8344153 +134,-1.554788248,0.7382381001,316,1.814603087,0.637404484,6933.018133 +135,-1.540348126,0.7301594274,316,1.814603087,0.637404484,6972.096082 +136,-1.538016084,0.7239051786,316,1.814603087,0.637404484,6997.6881595 +137,-1.525288962,0.7258085137,316,1.814603087,0.637404484,6996.5380951 +138,-1.534326986,0.731241342,316,1.814603087,0.637404484,6970.9081318 +139,-1.530733872,0.7303625216,316,1.814603087,0.637404484,6976.1102934 +141,-1.534354939,0.7328219978,316,1.814603087,0.637404484,6964.7227217 +142,-1.53157084,0.7292888153,316,1.814603087,0.637404484,6979.8942405 +143,-1.525691035,0.7263799874,316,1.814603087,0.637404484,6994.1118318 +144,-1.534031287,0.7495967835,316,1.814603087,0.637404484,6899.3813417 +145,-1.527714986,0.7283095957,316,1.814603087,0.637404484,6985.5972785 +146,-1.526189586,0.7271468292,316,1.814603087,0.637404484,6990.8755257 +147,-1.555177336,0.7375563366,316,1.814603087,0.637404484,6935.4616576 +148,-1.555080283,0.7312707794,316,1.814603087,0.637404484,6959.9824302 +149,-1.53856994,0.7224180299,316,1.814603087,0.637404484,7003.2084437 +150,-1.530837883,0.729933372,316,1.814603087,0.637404484,6977.7358233 +151,-1.515066984,0.5854133365,316,1.814603087,0.637404484,7550.6083946 +152,-1.534731633,0.5368370046,316,1.814603087,0.637404484,7729.1259987 +153,-1.515231902,0.5607085576,316,1.814603087,0.637404484,7647.1173013 +154,-2.616253799,1.0684566605,316,1.814603087,0.637404484,4530.8079867 +155,-1.956071439,0.5792177723,316,1.814603087,0.637404484,7092.6802793 +156,-1.951208514,0.5602434208,316,1.814603087,0.637404484,7166.2998175 +157,-1.944675062,0.6062144545,316,1.814603087,0.637404484,7016.8171073 +158,-1.613778386,0.6077989518,316,1.814603087,0.637404484,7399.4723318 +159,-2.035029014,0.6021432345,316,1.814603087,0.637404484,6882.6375288 +160,-2.114989471,0.6801825058,316,1.814603087,0.637404484,6484.977457 +161,-2.037382079,0.5765830025,316,1.814603087,0.637404484,6964.2653936 +162,-2.129855121,0.6585019963,316,1.814603087,0.637404484,6528.639883 +163,-2.075141798,0.6493615843,316,1.814603087,0.637404484,6655.6968862 +164,-1.828626729,0.6948433129,316,1.814603087,0.637404484,6859.3681864 +165,-1.863329418,0.6735427691,316,1.814603087,0.637404484,6893.4929692 +166,-1.266037071,0.727988852,316,1.814603087,0.637404484,7031.0183693 +167,-1.277579582,0.7249010648,316,1.814603087,0.637404484,7044.7839915 +168,-1.258418684,0.7241194816,316,1.814603087,0.637404484,7045.1242318 +169,-1.317813974,0.6804850104,316,1.814603087,0.637404484,7223.5806382 +170,-1.344165204,0.6790988904,316,1.814603087,0.637404484,7228.8011491 +171,-1.427582102,0.5277120351,316,1.814603087,0.637404484,7813.7035731 +172,-1.402238616,0.457167829,316,1.814603087,0.637404484,8099.1578949 +173,-1.422454264,0.4996161999,316,1.814603087,0.637404484,7926.0999519 +174,-1.439089277,0.4894859811,316,1.814603087,0.637404484,7960.7319617 +175,-1.448126995,0.5182330266,316,1.814603087,0.637404484,7844.2499295 +176,-1.474626146,0.5881926574,316,1.814603087,0.637404484,7558.6850705 +177,-1.421139645,0.5584869783,316,1.814603087,0.637404484,7694.0822206 +178,-1.457037165,0.565943032,316,1.814603087,0.637404484,7653.1055659 +179,-2.757159358,0.3745319,316,1.814603087,0.637404484,5773.8484379 +180,-2.714309238,0.342054471,316,1.814603087,0.637404484,5978.2296958 +181,-2.000525337,0.774119946,316,1.814603087,0.637404484,6353.1024288 +183,-1.571413436,0.6777838382,316,1.814603087,0.637404484,7158.3963113 +184,-1.552860289,0.6987663893,316,1.814603087,0.637404484,7087.7447339 +185,-1.521852374,0.7165827476,316,1.814603087,0.637404484,7034.2469538 +186,-1.503656267,0.6928968252,316,1.814603087,0.637404484,7135.320892 +187,-1.502753178,0.7136205882,316,1.814603087,0.637404484,7054.4880454 +188,-1.631894563,0.7343596465,316,1.814603087,0.637404484,6899.412175 +189,-1.653765416,0.6770714026,316,1.814603087,0.637404484,7102.0618217 +190,-1.719812114,0.6715965947,316,1.814603087,0.637404484,7063.6061381 +191,-1.493406659,0.6646955447,316,1.814603087,0.637404484,7250.371244 +192,-1.469120564,0.6613469966,316,1.814603087,0.637404484,7273.2198302 +193,-1.590551461,0.5326612937,316,1.814603087,0.637404484,7706.9247061 +194,-1.625979264,0.5247742243,316,1.814603087,0.637404484,7708.203168 +195,-1.572293943,0.5238808754,316,1.814603087,0.637404484,7754.4766337 +196,-1.610848725,0.5477107964,316,1.814603087,0.637404484,7632.9129405 +197,-1.208485554,0.7918526018,316,1.814603087,0.637404484,6766.7231299 +198,-1.335601374,0.6869083083,316,1.814603087,0.637404484,7198.1514176 +199,-1.346156996,0.6825213377,316,1.814603087,0.637404484,7215.1539269 +200,-1.324381037,0.6741422347,316,1.814603087,0.637404484,7248.8031947 +201,-1.242424992,0.7378949807,316,1.814603087,0.637404484,6987.7094216 +202,-1.270370057,0.7392461008,316,1.814603087,0.637404484,6987.0942148 +203,-1.448950472,0.7441675014,316,1.814603087,0.637404484,6953.7386982 +204,-1.492662363,0.7523026852,316,1.814603087,0.637404484,6906.8903007 +205,-1.479098966,0.7763855017,316,1.814603087,0.637404484,6817.2910208 +206,-1.633760714,0.7869022408,316,1.814603087,0.637404484,6696.3022121 +207,-1.647406434,0.8101289331,316,1.814603087,0.637404484,6597.8044771 +208,-1.564245052,0.5701509278,316,1.814603087,0.637404484,7580.7157387 +209,-1.646289963,0.6833746083,316,1.814603087,0.637404484,7083.9807912 +210,-1.5820631,0.6751952144,316,1.814603087,0.637404484,7161.7122231 +211,-1.613236298,0.6681681791,316,1.814603087,0.637404484,7167.4857254 +212,-1.914661867,0.8212566515,316,1.814603087,0.637404484,6301.3246835 +213,-1.742133237,0.7250275956,316,1.814603087,0.637404484,6841.4377529 +214,-2.033144872,0.6557314699,316,1.814603087,0.637404484,6705.5073992 +215,-2.039551981,0.6964723658,316,1.814603087,0.637404484,6557.8724587 +216,-1.247341019,0.7622473908,316,1.814603087,0.637404484,6892.4212169 +217,-1.298239787,0.7084123392,316,1.814603087,0.637404484,7112.043315 +218,-1.308539688,0.6926545592,316,1.814603087,0.637404484,7175.0553378 +219,-1.303263185,0.6888938396,316,1.814603087,0.637404484,7189.6680337 +220,-1.852400229,0.6004246149,316,1.814603087,0.637404484,7171.3744661 +221,-1.288947707,0.7473773692,316,1.814603087,0.637404484,6957.0087479 +222,-1.372031502,0.7472790993,316,1.814603087,0.637404484,6956.7071242 +223,-1.289805721,0.7242157877,316,1.814603087,0.637404484,7048.7858321 +224,-1.350807603,0.7533498126,316,1.814603087,0.637404484,6934.4013615 +225,-1.329290365,0.7560442322,316,1.814603087,0.637404484,6924.3919083 +226,-1.410153004,0.616936428,316,1.814603087,0.637404484,7465.9655202 +227,-1.393445434,0.6308995063,316,1.814603087,0.637404484,7414.153961 +228,-1.37595573,0.6241540638,316,1.814603087,0.637404484,7443.5652866 +229,-1.358388707,0.6172645205,316,1.814603087,0.637404484,7472.7584305 +230,-1.753741133,0.8281661666,316,1.814603087,0.637404484,6445.0176787 +231,-1.47430987,0.6834615681,316,1.814603087,0.637404484,7184.3288608 +232,-1.421012508,0.7222725206,316,1.814603087,0.637404484,7047.3821705 +233,-1.4476833,0.6978557868,316,1.814603087,0.637404484,7136.6454515 +234,-1.470370723,0.6966193374,316,1.814603087,0.637404484,7134.0267873 +235,-1.429211703,0.7037216883,316,1.814603087,0.637404484,7118.6416813 +236,-1.700578405,0.6178673663,316,1.814603087,0.637404484,7284.8191477 +237,-1.678117619,0.6331716163,316,1.814603087,0.637404484,7248.1819187 +238,-1.725644578,0.6316331145,316,1.814603087,0.637404484,7207.8249525 +239,-2.14012759,0.7930497945,316,1.814603087,0.637404484,6077.345073 +240,-2.103289431,0.7653606263,316,1.814603087,0.637404484,6226.7236846 +241,-1.318739838,0.7017808746,316,1.814603087,0.637404484,7139.2503015 +242,-1.396417427,0.7077900843,316,1.814603087,0.637404484,7109.5555481 +243,-1.35650337,0.7185539404,316,1.814603087,0.637404484,7071.8291102 +244,-1.248884539,0.7274156818,316,1.814603087,0.637404484,7030.3924607 +245,-1.395014798,0.5761185243,316,1.814603087,0.637404484,7630.4959123 +246,-1.433377362,0.6064716109,316,1.814603087,0.637404484,7501.2507435 +247,-1.408172432,0.5903155476,316,1.814603087,0.637404484,7571.6045575 +248,-1.749645898,0.7757118084,316,1.814603087,0.637404484,6644.7311691 +249,-1.571626686,0.615046989,316,1.814603087,0.637404484,7401.6507003 +250,-1.514070049,0.6303003037,316,1.814603087,0.637404484,7375.5424228 +251,-1.480890369,0.6237966528,316,1.814603087,0.637404484,7416.2095455 +252,-1.704390658,0.5281680612,316,1.814603087,0.637404484,7618.7256824 +253,-1.64434733,0.5254277498,316,1.814603087,0.637404484,7689.2274455 +254,-1.703855997,0.4792484842,316,1.814603087,0.637404484,7803.0144951 +255,-1.692002383,0.5748825051,316,1.814603087,0.637404484,7455.6001838 +256,-1.854136457,0.5544643913,316,1.814603087,0.637404484,7334.3656945 +257,-1.665021206,0.520317736,316,1.814603087,0.637404484,7688.9863549 +258,-1.733654349,0.4845187345,316,1.814603087,0.637404484,7748.5943893 +259,-1.720938188,0.5135933906,316,1.814603087,0.637404484,7655.020756 +260,-1.742668307,0.553296122,316,1.814603087,0.637404484,7482.0081373 +261,-1.965659039,0.7142126903,316,1.814603087,0.637404484,6609.6722384 +262,-1.944438071,0.6772834804,316,1.814603087,0.637404484,6769.0278062 +263,-1.270340967,0.7681487096,316,1.814603087,0.637404484,6872.729487 +264,-1.353091884,0.6549276821,316,1.814603087,0.637404484,7324.0263712 +265,-1.333236659,0.6413584414,316,1.814603087,0.637404484,7378.6165815 +266,-1.352015998,0.6753788907,316,1.814603087,0.637404484,7243.1089596 +267,-1.377988483,0.6577816235,316,1.814603087,0.637404484,7310.2131104 +268,-2.13075611,0.8318642051,316,1.814603087,0.637404484,5967.1746549 +269,-2.097910953,0.8259670014,316,1.814603087,0.637404484,6036.488025 +270,-1.416382069,0.6694271549,316,1.814603087,0.637404484,7257.1673701 +271,-1.538905672,0.7535625993,316,1.814603087,0.637404484,6881.5087672 +272,-1.572309477,0.7803125099,316,1.814603087,0.637404484,6759.8238446 +273,-1.87759879,0.7503853417,316,1.814603087,0.637404484,6599.235251 +274,1.152365588,0.590457682,316,1.814603087,0.637404484,2138.3509589 +275,0.350198001,0.718001859,316,1.814603087,0.637404484,4347.3714583 +276,0.046513677,0.491503852,316,1.814603087,0.637404484,5657.6147241 +277,0.027510309,0.742571376,316,1.814603087,0.637404484,5117.0342223 +278,0.306285725,-0.214631579,316,1.814603087,0.637404484,6530.1019212 +279,-1.100564889,0.318051531,316,1.814603087,0.637404484,8565.5507758 +280,-1.078582306,0.301437596,316,1.814603087,0.637404484,8610.6544414 +281,-1.137371989,-0.617634065,316,1.814603087,0.637404484,11831.178078 +282,0.784356344,0.703272339,316,1.814603087,0.637404484,3148.8889359 +283,-1.221209947,0.218327455,316,1.814603087,0.637404484,9031.3466462 +284,2.347301921,-0.449114658,316,1.814603087,0.637404484,4740.8655359 +285,0.246820618,0.830553713,316,1.814603087,0.637404484,4412.8530129 +286,0.829414965,0.703288228,316,1.814603087,0.637404484,3017.1164958 +287,-1.337537566,0.42332223,316,1.814603087,0.637404484,8242.1249899 +288,0.882453706,0.454478077,316,1.814603087,0.637404484,3196.4608037 +289,1.575629659,0.416419109,316,1.814603087,0.637404484,1195.5327007 +290,-1.039455679,0.229888244,316,1.814603087,0.637404484,8844.4736168 +291,0.489558039,0.934482747,316,1.814603087,0.637404484,3698.5785149 +292,0.081344504,0.88384514,316,1.814603087,0.637404484,4687.8108521 +293,-1.547979814,0.300350308,316,1.814603087,0.637404484,8638.4398477 +294,0.040776181,0.168560074,316,1.814603087,0.637404484,6459.3744433 +295,-1.130374745,0.563894876,316,1.814603087,0.637404484,7630.0639608 +296,1.578326642,0.478507176,316,1.814603087,0.637404484,1011.3301949 +297,-1.12861823,-0.291640865,316,1.814603087,0.637404484,10907.550929 +298,0.310524208,0.770885792,316,1.814603087,0.637404484,4359.3622678 +299,0.415649091,-0.387246002,316,1.814603087,0.637404484,6608.7054778 +300,-0.926533878,-0.188022748,316,1.814603087,0.637404484,10159.45544 +301,1.258856172,-0.11716081,316,1.814603087,0.637404484,3630.9828457 +302,-1.126050026,0.322941926,316,1.814603087,0.637404484,8566.2661242 +303,2.002785835,0.07893892,316,1.814603087,0.637404484,2315.6522399 +304,0.440437607,0.746258085,316,1.814603087,0.637404484,4059.1060316 +305,-0.030391866,0.214441206,316,1.814603087,0.637404484,6562.9204898 +306,0.521557815,-0.058929362,316,1.814603087,0.637404484,5485.2078495 +307,-0.097005111,0.13317729,316,1.814603087,0.637404484,6967.903522 +308,1.83113859,0.221857587,316,1.814603087,0.637404484,1647.0325115 +309,0.222428864,0.099404236,316,1.814603087,0.637404484,6055.6514588 +310,-1.702731345,0.8728568183,316,1.814603087,0.637404484,6318.8517884 +311,-0.418507569,0.278324921,316,1.814603087,0.637404484,7477.3752049 +312,-1.41153306,0.339029988,316,1.814603087,0.637404484,8563.2640859 +313,0.357560442,0.114788776,316,1.814603087,0.637404484,5590.3146637 +314,0.325818979,0.268352149,316,1.814603087,0.637404484,5338.167535 +315,-1.246004659,-0.663679965,316,1.814603087,0.637404484,12168.225301 +316,1.814603087,0.637404484,316,1.814603087,0.637404484,0 +317,1.843704281,-0.18300445,316,1.814603087,0.637404484,3251.4513506 +318,1.690644492,-0.211480909,316,1.814603087,0.637404484,3394.14172 +319,-1.275451936,0.068109467,316,1.814603087,0.637404484,9642.8108573 +320,0.762430171,-0.207594741,316,1.814603087,0.637404484,5150.7569208 +321,0.265668905,-0.014647884,316,1.814603087,0.637404484,6186.8718597 +322,-2.773032013,-0.335515811,316,1.814603087,0.637404484,7388.8722312 +323,-1.469512853,0.174058777,316,1.814603087,0.637404484,9186.0418543 +324,0.286276986,0.785925691,316,1.814603087,0.637404484,4394.5779561 +325,-1.379324697,0.377432233,316,1.814603087,0.637404484,8419.312042 +326,-1.203778265,0.212813032,316,1.814603087,0.637404484,9044.8547933 +327,0.579916301,0.611743168,316,1.814603087,0.637404484,3873.5036109 +328,0.267582642,0.868113908,316,1.814603087,0.637404484,4299.6064187 +329,0.412869244,-0.050245578,316,1.814603087,0.637404484,5804.6147188 +330,0.17524381,0.976660285,316,1.814603087,0.637404484,4318.2812363 +331,0.743157214,0.204812899,316,1.814603087,0.637404484,4157.9052928 +332,-1.070758176,0.269382282,316,1.814603087,0.637404484,8726.3989209 +333,-1.230364251,0.329790229,316,1.814603087,0.637404484,8595.7519823 +334,-1.374813124,-0.024926835,316,1.814603087,0.637404484,10011.503011 +335,0.519780566,0.463669906,316,1.814603087,0.637404484,4319.5988787 +336,-1.55108034,0.239698561,316,1.814603087,0.637404484,8870.1170184 +337,0.180294813,0.029739425,316,1.814603087,0.637404484,6353.8039975 +338,0.67820924,0.268170153,316,1.814603087,0.637404484,4221.5440753 +339,0.445798684,1.024001867,316,1.814603087,0.637404484,3711.6322465 +340,0.691751283,0.150521402,316,1.814603087,0.637404484,4446.4791739 +341,-1.036643551,-0.903056181,316,1.814603087,0.637404484,11113.100639 +342,-0.120287036,1.083325163,316,1.814603087,0.637404484,4627.4975983 +343,2.823513113,-0.304487164,316,1.814603087,0.637404484,5302.4384713 +344,0.457583172,1.12513373,316,1.814603087,0.637404484,3620.8843088 +345,0.042918831,0.813795399,316,1.814603087,0.637404484,4921.4178545 +346,1.196146777,-0.853142756,316,1.814603087,0.637404484,6292.144698 +347,0.206001358,-0.010430701,316,1.814603087,0.637404484,6366.8518634 +348,-0.268308653,0.234799412,316,1.814603087,0.637404484,7200.4953357 +349,0.759363263,0.736189579,316,1.814603087,0.637404484,3188.0920171 +350,0.181363926,0.891988372,316,1.814603087,0.637404484,4453.8206906 +351,-0.021111158,0.139103292,316,1.814603087,0.637404484,6721.8219162 +352,-0.093355215,0.630686981,316,1.814603087,0.637404484,5680.6421311 +353,0.40118964,0.681375926,316,1.814603087,0.637404484,4271.8479075 +354,-0.721197315,1.304706234,316,1.814603087,0.637404484,4589.9786187 +355,-1.076150317,0.212107639,316,1.814603087,0.637404484,8951.0386971 +356,-1.577164531,0.273993443,316,1.814603087,0.637404484,8714.4717797 +357,-0.190788414,0.182208586,316,1.814603087,0.637404484,7120.5678417 +358,-0.261349752,0.209710184,316,1.814603087,0.637404484,7249.4444947 +359,-1.029303852,0.083549259,316,1.814603087,0.637404484,9382.7602775 +360,-1.268609162,0.330525297,316,1.814603087,0.637404484,8603.6546269 +361,1.282982244,-0.926641967,316,1.814603087,0.637404484,6459.1566942 +362,0.217352334,0.731352408,316,1.814603087,0.637404484,4670.9161004 +363,-1.511833084,0.258629297,316,1.814603087,0.637404484,8827.9696161 +364,0.338812194,0.823184618,316,1.814603087,0.637404484,4201.5480575 +365,-0.324406489,1.134201999,316,1.814603087,0.637404484,4778.4062612 +366,1.389579348,0.399185724,316,1.814603087,0.637404484,1732.3133658 +367,2.047152199,-0.039082036,316,1.814603087,0.637404484,2813.528656 +368,0.947780369,0.568250077,316,1.814603087,0.637404484,2810.3928664 +369,0.763824846,0.576754987,316,1.814603087,0.637404484,3370.7202452 +370,-0.142334657,0.928153068,316,1.814603087,0.637404484,5035.7647412 +371,0.610266567,0.547265983,316,1.814603087,0.637404484,3888.7104774 +372,0.210731629,0.746815056,316,1.814603087,0.637404484,4657.5384391 +373,-1.34931644,0.316895224,316,1.814603087,0.637404484,8662.9434752 +374,2.407696481,0.655030745,316,1.814603087,0.637404484,1866.6195402 +375,0.64207831,0.545359131,316,1.814603087,0.637404484,3794.6157929 +376,1.174597538,0.840588356,316,1.814603087,0.637404484,2015.2665793 +377,0.660059424,0.010604079,316,1.814603087,0.637404484,4884.6466232 +378,-0.730263819,0.010486456,316,1.814603087,0.637404484,9069.0825494 +379,0.831068936,0.512339172,316,1.814603087,0.637404484,3260.8726276 +380,1.301180979,0.72367476,316,1.814603087,0.637404484,1608.9019706 +381,1.811128231,0.322854402,316,1.814603087,0.637404484,1245.9917806 +382,0.435105812,0.992284428,316,1.814603087,0.637404484,3762.277126 +383,0.62643634,0.592027932,316,1.814603087,0.637404484,3765.8713904 +384,0.492988703,-0.516339467,316,1.814603087,0.637404484,6704.2041742 +385,-0.162469483,0.112549365,316,1.814603087,0.637404484,7217.6589281 +386,0.314630866,0.472006421,316,1.814603087,0.637404484,4926.552085 +387,0.166744804,0.822815954,316,1.814603087,0.637404484,4617.049867 +388,0.417159608,0.965805736,316,1.814603087,0.637404484,3827.6343804 +389,0.106334961,0.868774244,316,1.814603087,0.637404484,4663.9193868 +390,0.815086969,-0.338144359,316,1.814603087,0.637404484,5373.7051604 +391,0.59867455,-0.230624824,316,1.814603087,0.637404484,5682.3065669 +392,1.915104874,0.066220985,316,1.814603087,0.637404484,2291.933619 +393,1.278093622,0.064463721,316,1.814603087,0.637404484,2994.2525005 +394,-0.061477853,0.302997961,316,1.814603087,0.637404484,6431.8453646 +395,0.251311504,0.626976942,316,1.814603087,0.637404484,4788.5070609 +396,2.950242872,0.149095644,316,1.814603087,0.637404484,4490.1100731 +397,-0.180294708,0.35375117,316,1.814603087,0.637404484,6634.8760226 +398,1.010448592,-0.351180233,316,1.814603087,0.637404484,4936.9111341 +399,-1.748740498,0.3686318073,316,1.814603087,0.637404484,8157.8670915 +400,2.699635665,0.123533791,316,1.814603087,0.637404484,3779.0612164 +401,0.496808033,0.823843254,316,1.814603087,0.637404484,3803.4291928 +402,0.129574704,0.763364087,316,1.814603087,0.637404484,4825.6514503 +403,1.798920311,0.817447563,316,1.814603087,0.637404484,714.64448922 +404,0.335987953,0.746786541,316,1.814603087,0.637404484,4335.1005586 +405,-1.085413643,0.292154671,316,1.814603087,0.637404484,8652.5180716 +406,-0.155321003,0.508207011,316,1.814603087,0.637404484,6155.5722109 +407,0.620529244,-0.301175104,316,1.814603087,0.637404484,5802.0751236 +408,1.684402744,0.368716966,316,1.814603087,0.637404484,1155.1643575 +409,0.300582244,-0.386397212,316,1.814603087,0.637404484,6946.9852541 +410,2.913555946,-0.009225192,316,1.814603087,0.637404484,4764.1759668 +411,1.465101417,0.493232532,316,1.814603087,0.637404484,1297.4577433 +412,0.090612882,0.907955955,316,1.814603087,0.637404484,4619.3837167 +413,2.987564726,-0.729568594,316,1.814603087,0.637404484,6876.7689198 +414,-1.484261606,0.224149272,316,1.814603087,0.637404484,8981.0298806 +415,0.164073421,0.303955133,316,1.814603087,0.637404484,5757.2652806 +416,0.141441293,0.167552546,316,1.814603087,0.637404484,6149.5333349 +417,2.931321023,-0.506718887,316,1.814603087,0.637404484,6145.0922506 +418,2.21951565,0.700596356,316,1.814603087,0.637404484,1278.9258754 +419,0.268112576,1.199114336,316,1.814603087,0.637404484,3860.0536539 +420,0.978913739,0.359223811,316,1.814603087,0.637404484,3073.3810551 +421,1.210898818,0.522863584,316,1.814603087,0.637404484,2039.2657573 +422,2.347397336,0.129231362,316,1.814603087,0.637404484,2782.9553553 +423,0.614394501,0.556878345,316,1.814603087,0.637404484,3859.8376023 +424,-1.398079356,0.148483366,316,1.814603087,0.637404484,9319.7225857 +425,2.535303836,-0.112984496,316,1.814603087,0.637404484,3995.9028748 +426,-1.019372593,-0.405322349,316,1.814603087,0.637404484,11047.698739 +427,-1.297785627,-0.160104069,316,1.814603087,0.637404484,10550.346707 +428,2.144554488,0.205051084,316,1.814603087,0.637404484,2077.8146359 +429,-2.242387083,-0.426171285,316,1.814603087,0.637404484,9249.1545537 +430,0.338637212,0.909723676,316,1.814603087,0.637404484,4072.2343439 +431,-0.148798452,0.691042401,316,1.814603087,0.637404484,5656.1256958 +432,0.893524764,0.441829531,316,1.814603087,0.637404484,3183.9780394 +433,0.969229347,-0.368847936,316,1.814603087,0.637404484,5086.4380507 +434,0.436043248,0.800045688,316,1.814603087,0.637404484,3991.0969393 +435,1.687946607,1.081504775,316,1.814603087,0.637404484,1786.7713881 +436,0.522302046,-0.034889271,316,1.814603087,0.637404484,5424.2014121 +437,-0.178996113,-0.438090009,316,1.814603087,0.637404484,8533.7061303 +438,-1.094339566,0.301444068,316,1.814603087,0.637404484,8624.4997454 +439,-1.064070054,0.242569932,316,1.814603087,0.637404484,8822.3922819 +440,-1.068153768,0.230387998,316,1.814603087,0.637404484,8873.0819299 +441,-3.00496892,-0.23989155,316,1.814603087,0.637404484,6451.3418979 +442,0.21751974,0.766874888,316,1.814603087,0.637404484,4601.7082643 +443,0.117229532,0.007619006,316,1.814603087,0.637404484,6606.4058312 +444,0.777758451,0.420554741,316,1.814603087,0.637404484,3591.5282154 +445,-0.252356999,0.250747086,316,1.814603087,0.637404484,7112.5166343 +446,0.363148444,0.768483434,316,1.814603087,0.637404484,4227.8923567 +447,0.903191366,-0.118210676,316,1.814603087,0.637404484,4510.6513431 +448,-0.205755923,0.149406178,316,1.814603087,0.637404484,7250.4989742 +449,1.811996086,0.02364353,316,1.814603087,0.637404484,2431.1259153 +450,-1.100670221,0.314845373,316,1.814603087,0.637404484,8578.0324731 +451,0.340078597,0.850105132,316,1.814603087,0.637404484,4156.5714847 +452,0.258757267,0.804969236,316,1.814603087,0.637404484,4429.2445898 +453,2.78505352,-0.155160804,316,1.814603087,0.637404484,4777.7316974 +454,0.800551619,0.105822106,316,1.814603087,0.637404484,4215.5475566 +455,0.437940882,-0.506194031,316,1.814603087,0.637404484,6830.1338674 +456,2.230431122,0.63458615,316,1.814603087,0.637404484,1321.6987694 +457,0.527965361,0.127667701,316,1.814603087,0.637404484,5018.2004656 +458,-0.063643205,0.702093448,316,1.814603087,0.637404484,5429.8114573 +459,1.408447268,0.133010502,316,1.814603087,0.637404484,2477.6376784 +460,0.523795955,0.280266966,316,1.814603087,0.637404484,4686.3615593 +461,-0.975769313,0.072177659,316,1.814603087,0.637404484,9347.4530372 +462,0.549774164,-0.463663986,316,1.814603087,0.637404484,6418.6231883 +463,0.29245874,1.095549818,316,1.814603087,0.637404484,3929.1819384 +464,0.143625958,0.816809593,316,1.814603087,0.637404484,4683.099408 +465,0.671902494,0.611159853,316,1.814603087,0.637404484,3599.6311735 +466,1.239840988,0.6724199,316,1.814603087,0.637404484,1801.2905163 +467,0.607829703,-0.10932137,316,1.814603087,0.637404484,5345.3909229 +468,1.763020906,0.263996692,316,1.814603087,0.637404484,1490.2324182 +469,0.378714634,0.726066797,316,1.814603087,0.637404484,4257.1269774 +470,2.196736143,-0.153862366,316,1.814603087,0.637404484,3441.7285099 +471,0.01702415,0.148991565,316,1.814603087,0.637404484,6580.3023679 +472,-2.998490902,-0.158002487,316,1.814603087,0.637404484,6276.7882709 +473,-3.051262951,-0.346595608,316,1.814603087,0.637404484,6565.4038271 +474,-1.069176439,0.182802941,316,1.814603087,0.637404484,9055.7924918 +475,0.167157509,0.595344954,316,1.814603087,0.637404484,5086.3229573 +476,0.613855648,0.681746124,316,1.814603087,0.637404484,3669.6054615 +477,1.037012736,0.682555367,316,1.814603087,0.637404484,2415.4166483 +478,-1.253574971,0.379755746,316,1.814603087,0.637404484,8405.5215274 +479,3.108590453,-0.132620738,316,1.814603087,0.637404484,5669.5406059 +480,0.565301296,0.022333262,316,1.814603087,0.637404484,5150.6705483 +481,0.547898238,0.855555614,316,1.814603087,0.637404484,3637.858549 +482,0.948309381,0.417393755,316,1.814603087,0.637404484,3054.891917 +483,-0.050600732,0.945269213,316,1.814603087,0.637404484,4822.9572262 +484,-0.977651478,-0.572363064,316,1.814603087,0.637404484,11279.16274 +485,1.102014914,0.728861163,316,1.814603087,0.637404484,2197.9486389 +486,2.927300795,-0.282939414,316,1.814603087,0.637404484,5524.6313063 +487,-1.154565557,0.124434095,316,1.814603087,0.637404484,9358.9468391 +488,1.855331234,0.291044755,316,1.814603087,0.637404484,1379.3605962 +489,0.830290659,0.276904518,316,1.814603087,0.637404484,3719.7807053 +490,0.485104466,-0.234867441,316,1.814603087,0.637404484,6030.6221969 +491,0.521367572,-0.33161327,316,1.814603087,0.637404484,6164.6472124 +1,-1.539031704,0.7349710123,317,1.843704281,-0.18300445,10102.929465 +2,-1.536990553,0.7349663874,317,1.843704281,-0.18300445,10105.464599 +3,-1.534951779,0.7349571355,317,1.843704281,-0.18300445,10107.994918 +4,-1.532906461,0.7349480293,317,1.843704281,-0.18300445,10110.514084 +5,-1.531320211,0.7346937278,317,1.843704281,-0.18300445,10113.348253 +6,-1.539451648,0.7335131775,317,1.843704281,-0.18300445,10107.642778 +7,-1.537429487,0.7335445708,317,1.843704281,-0.18300445,10110.037095 +8,-1.535484998,0.7335658704,317,1.843704281,-0.18300445,10112.353828 +9,-1.533488396,0.7336036027,317,1.843704281,-0.18300445,10114.657526 +10,-1.531497785,0.7335842962,317,1.843704281,-0.18300445,10117.141585 +11,-1.530259379,0.7334777758,317,1.843704281,-0.18300445,10119.019674 +12,-1.5335454,0.7322346912,317,1.843704281,-0.18300445,10119.523275 +13,-1.531489083,0.7322238773,317,1.843704281,-0.18300445,10122.064325 +14,-1.530011122,0.7321679851,317,1.843704281,-0.18300445,10124.05283 +15,-1.53348106,0.7306614094,317,1.843704281,-0.18300445,10125.271699 +16,-1.531441779,0.7306962275,317,1.843704281,-0.18300445,10127.635694 +17,-1.529755654,0.7306933243,317,1.843704281,-0.18300445,10129.690234 +18,-1.533415048,0.7291384674,317,1.843704281,-0.18300445,10130.838866 +19,-1.531392093,0.7291705353,317,1.843704281,-0.18300445,10133.200922 +20,-1.529296523,0.7291214933,317,1.843704281,-0.18300445,10135.92492 +21,-1.535280942,0.727267644,317,1.843704281,-0.18300445,10135.26342 +22,-1.533378158,0.7276139666,317,1.843704281,-0.18300445,10136.373859 +23,-1.531340368,0.7276446587,317,1.843704281,-0.18300445,10138.767337 +24,-1.528960113,0.7276398177,317,1.843704281,-0.18300445,10141.685562 +25,-1.533313146,0.7260818349,317,1.843704281,-0.18300445,10141.968992 +26,-1.531259555,0.7260958115,317,1.843704281,-0.18300445,10144.450299 +27,-1.528926415,0.7260865555,317,1.843704281,-0.18300445,10147.336474 +28,-1.531226779,0.7245511789,317,1.843704281,-0.18300445,10150.057066 +29,-1.528904772,0.7245519194,317,1.843704281,-0.18300445,10152.90325 +30,-1.547195875,0.7409785979,317,1.843704281,-0.18300445,10071.210167 +31,-1.5451475,0.740980426,317,1.843704281,-0.18300445,10073.770403 +32,-1.543097679,0.7409798872,317,1.843704281,-0.18300445,10076.322568 +33,-1.540720364,0.7409892687,317,1.843704281,-0.18300445,10079.223461 +34,-1.547188511,0.7395198392,317,1.843704281,-0.18300445,10076.434149 +35,-1.545148587,0.7395226109,317,1.843704281,-0.18300445,10078.988756 +36,-1.543104538,0.7395314908,317,1.843704281,-0.18300445,10081.508334 +37,-1.540727751,0.7395306258,317,1.843704281,-0.18300445,10084.455037 +38,-1.547187029,0.7380014886,317,1.843704281,-0.18300445,10081.861328 +39,-1.545147315,0.7380012252,317,1.843704281,-0.18300445,10084.435259 +40,-1.54310719,0.7380060743,317,1.843704281,-0.18300445,10086.973114 +41,-1.540719671,0.7380068206,317,1.843704281,-0.18300445,10089.937452 +42,-1.547187189,0.7364799098,317,1.843704281,-0.18300445,10087.295452 +43,-1.545149996,0.7364853874,317,1.843704281,-0.18300445,10089.854458 +44,-1.543106091,0.7364823484,317,1.843704281,-0.18300445,10092.434044 +45,-1.540717158,0.7364893901,317,1.843704281,-0.18300445,10095.387716 +46,-1.538663972,0.7410138672,317,1.843704281,-0.18300445,10081.653263 +47,-1.53695285,0.7409699132,317,1.843704281,-0.18300445,10083.892836 +48,-1.534910498,0.7409641297,317,1.843704281,-0.18300445,10086.381008 +49,-1.533145034,0.7409536636,317,1.843704281,-0.18300445,10088.536731 +50,-1.538681336,0.7395405883,317,1.843704281,-0.18300445,10086.933674 +51,-1.536999189,0.7395183096,317,1.843704281,-0.18300445,10089.0669 +52,-1.534923633,0.7395144222,317,1.843704281,-0.18300445,10091.596845 +53,-1.533267822,0.7395654306,317,1.843704281,-0.18300445,10093.405955 +54,-1.53867273,0.7380151077,317,1.843704281,-0.18300445,10092.431347 +55,-1.536980576,0.7379994392,317,1.843704281,-0.18300445,10094.559968 +56,-1.534931522,0.7379944961,317,1.843704281,-0.18300445,10097.07008 +57,-1.533387952,0.7379480264,317,1.843704281,-0.18300445,10099.102972 +58,-1.538682279,0.7364914363,317,1.843704281,-0.18300445,10097.897812 +59,-1.536980704,0.7364810563,317,1.843704281,-0.18300445,10100.026124 +60,-1.534935567,0.7364752065,317,1.843704281,-0.18300445,10102.543304 +61,-1.533042592,0.7363876366,317,1.843704281,-0.18300445,10105.153163 +62,-1.545143426,0.7349628011,317,1.843704281,-0.18300445,10095.306977 +63,-1.543105297,0.7349691947,317,1.843704281,-0.18300445,10097.854262 +64,-1.541064533,0.7349647152,317,1.843704281,-0.18300445,10100.42536 +65,-1.545411803,0.7334624714,317,1.843704281,-0.18300445,10100.328207 +66,-1.543446606,0.7334780896,317,1.843704281,-0.18300445,10102.761551 +67,-1.541475327,0.7334957295,317,1.843704281,-0.18300445,10105.177962 +68,-1.545401939,0.731963266,317,1.843704281,-0.18300445,10105.695328 +69,-1.54342253,0.7319915583,317,1.843704281,-0.18300445,10108.109676 +70,-1.541455867,0.7320216438,317,1.843704281,-0.18300445,10110.483824 +71,-1.545410146,0.7304422281,317,1.843704281,-0.18300445,10111.114844 +72,-1.543435491,0.7304713664,317,1.843704281,-0.18300445,10113.528856 +73,-1.541463105,0.7304997613,317,1.843704281,-0.18300445,10115.924947 +74,-1.545414768,0.7289194936,317,1.843704281,-0.18300445,10116.542364 +75,-1.543435774,0.7289538557,317,1.843704281,-0.18300445,10118.951964 +76,-1.541457714,0.7289765881,317,1.843704281,-0.18300445,10121.384101 +77,-1.539449415,0.7320555866,317,1.843704281,-0.18300445,10112.876212 +78,-1.537429183,0.7321097681,317,1.843704281,-0.18300445,10115.19454 +79,-1.535472649,0.7321497267,317,1.843704281,-0.18300445,10117.466747 +80,-1.539457899,0.7305333307,317,1.843704281,-0.18300445,10118.325876 +81,-1.537453161,0.7305750503,317,1.843704281,-0.18300445,10120.678516 +82,-1.535479385,0.7306124949,317,1.843704281,-0.18300445,10122.989737 +83,-1.53946905,0.7290102593,317,1.843704281,-0.18300445,10123.77255 +84,-1.537459922,0.7290417293,317,1.843704281,-0.18300445,10126.176261 +85,-1.535451349,0.7290890157,317,1.843704281,-0.18300445,10128.503823 +86,-1.535522937,0.7279887191,317,1.843704281,-0.18300445,10132.37081 +87,-1.539442524,0.7274735939,317,1.843704281,-0.18300445,10129.312851 +88,-1.537424111,0.727521351,317,1.843704281,-0.18300445,10131.678303 +89,-1.539384641,0.7259505092,317,1.843704281,-0.18300445,10134.841859 +90,-1.537372391,0.7259947145,317,1.843704281,-0.18300445,10137.220599 +91,-1.535340789,0.7260435356,317,1.843704281,-0.18300445,10139.587996 +92,-1.539325716,0.7244369706,317,1.843704281,-0.18300445,10140.335961 +93,-1.537308932,0.7244801057,317,1.843704281,-0.18300445,10142.732478 +94,-1.535289068,0.7245247645,317,1.843704281,-0.18300445,10145.108362 +95,-1.533261366,0.7245550236,317,1.843704281,-0.18300445,10147.52663 +96,-1.539267302,0.722921924,317,1.843704281,-0.18300445,10145.832776 +97,-1.537248972,0.7229660258,317,1.843704281,-0.18300445,10148.236069 +98,-1.535219431,0.7229916471,317,1.843704281,-0.18300445,10150.700673 +99,-1.53318962,0.7230212049,317,1.843704281,-0.18300445,10153.132296 +100,-1.531154816,0.7230299897,317,1.843704281,-0.18300445,10155.625632 +101,-1.528878341,0.7230370244,317,1.843704281,-0.18300445,10158.402429 +102,-1.539218189,0.7214009878,317,1.843704281,-0.18300445,10151.336715 +103,-1.537198791,0.7214422745,317,1.843704281,-0.18300445,10153.759896 +104,-1.535179266,0.7214634354,317,1.843704281,-0.18300445,10156.236315 +105,-1.533156501,0.7214944644,317,1.843704281,-0.18300445,10158.662338 +106,-1.53113574,0.7215166021,317,1.843704281,-0.18300445,10161.098675 +107,-1.528874248,0.7215345535,317,1.843704281,-0.18300445,10163.82717 +108,-1.539217656,0.7198512397,317,1.843704281,-0.18300445,10156.879209 +109,-1.537199919,0.7199428763,317,1.843704281,-0.18300445,10159.129076 +110,-1.545425832,0.727397149,317,1.843704281,-0.18300445,10121.957546 +111,-1.543371177,0.7273916949,317,1.843704281,-0.18300445,10124.614989 +112,-1.541368852,0.7274523163,317,1.843704281,-0.18300445,10126.950724 +113,-1.545349067,0.7258710923,317,1.843704281,-0.18300445,10127.496782 +114,-1.54332671,0.7258603556,317,1.843704281,-0.18300445,10130.13998 +115,-1.541346831,0.7259242142,317,1.843704281,-0.18300445,10132.44405 +116,-1.545324355,0.7243383958,317,1.843704281,-0.18300445,10132.990171 +117,-1.543292796,0.7243617413,317,1.843704281,-0.18300445,10135.532355 +118,-1.541295822,0.7244024384,317,1.843704281,-0.18300445,10137.949428 +119,-1.543193859,0.7205570215,317,1.843704281,-0.18300445,10149.229157 +120,-1.550257047,0.7386738187,317,1.843704281,-0.18300445,10075.558195 +121,-1.549335448,0.7311736483,317,1.843704281,-0.18300445,10103.455189 +122,-1.533478843,0.7179891343,317,1.843704281,-0.18300445,10170.848546 +123,-1.556150555,0.738907041,317,1.843704281,-0.18300445,10067.12721 +124,-1.554324226,0.733414257,317,1.843704281,-0.18300445,10088.996708 +125,-1.554290846,0.7288285332,317,1.843704281,-0.18300445,10105.292578 +126,-1.55122487,0.7219795312,317,1.843704281,-0.18300445,10133.618849 +127,-1.525104458,0.7229399862,317,1.843704281,-0.18300445,10163.345969 +128,-1.519607711,0.7236181429,317,1.843704281,-0.18300445,10167.453327 +129,-1.513899999,0.7251107854,317,1.843704281,-0.18300445,10168.668039 +130,-1.536620762,0.7431061895,317,1.843704281,-0.18300445,10076.592024 +131,-1.5369566,0.7460845958,317,1.843704281,-0.18300445,10065.44223 +132,-1.545345528,0.7447040685,317,1.843704281,-0.18300445,10060.182395 +133,-1.532813921,0.7432306626,317,1.843704281,-0.18300445,10080.698087 +134,-1.554788248,0.7382381001,317,1.843704281,-0.18300445,10071.272811 +135,-1.540348126,0.7301594274,317,1.843704281,-0.18300445,10118.548679 +136,-1.538016084,0.7239051786,317,1.843704281,-0.18300445,10143.900309 +137,-1.525288962,0.7258085137,317,1.843704281,-0.18300445,10152.740846 +138,-1.534326986,0.731241342,317,1.843704281,-0.18300445,10122.1451 +139,-1.530733872,0.7303625216,317,1.843704281,-0.18300445,10129.700294 +141,-1.534354939,0.7328219978,317,1.843704281,-0.18300445,10116.417242 +142,-1.53157084,0.7292888153,317,1.843704281,-0.18300445,10132.556139 +143,-1.525691035,0.7263799874,317,1.843704281,-0.18300445,10150.188753 +144,-1.534031287,0.7495967835,317,1.843704281,-0.18300445,10056.220865 +145,-1.527714986,0.7283095957,317,1.843704281,-0.18300445,10140.770539 +146,-1.526189586,0.7271468292,317,1.843704281,-0.18300445,10146.81373 +147,-1.555177336,0.7375563366,317,1.843704281,-0.18300445,10073.187153 +148,-1.555080283,0.7312707794,317,1.843704281,-0.18300445,10095.599588 +149,-1.53856994,0.7224180299,317,1.843704281,-0.18300445,10148.52385 +150,-1.530837883,0.729933372,317,1.843704281,-0.18300445,10131.123174 +151,-1.515066984,0.5854133365,317,1.843704281,-0.18300445,10665.23583 +152,-1.534731633,0.5368370046,317,1.843704281,-0.18300445,10793.624304 +153,-1.515231902,0.5607085576,317,1.843704281,-0.18300445,10749.732991 +154,-2.616253799,1.0684566605,317,1.843704281,-0.18300445,7336.7401669 +155,-1.956071439,0.5792177723,317,1.843704281,-0.18300445,9584.848077 +156,-1.951208514,0.5602434208,317,1.843704281,-0.18300445,9630.249712 +157,-1.944675062,0.6062144545,317,1.843704281,-0.18300445,9572.4930576 +158,-1.613778386,0.6077989518,317,1.843704281,-0.18300445,10411.108311 +159,-2.035029014,0.6021432345,317,1.843704281,-0.18300445,9310.3076867 +160,-2.114989471,0.6801825058,317,1.843704281,-0.18300445,8960.5581747 +161,-2.037382079,0.5765830025,317,1.843704281,-0.18300445,9339.2134948 +162,-2.129855121,0.6585019963,317,1.843704281,-0.18300445,8947.5636773 +163,-2.075141798,0.6493615843,317,1.843704281,-0.18300445,9121.1650909 +164,-1.828626729,0.6948433129,317,1.843704281,-0.18300445,9690.2361676 +165,-1.863329418,0.6735427691,317,1.843704281,-0.18300445,9656.4973607 +166,-1.266037071,0.727988852,317,1.843704281,-0.18300445,10282.322191 +167,-1.277579582,0.7249010648,317,1.843704281,-0.18300445,10296.230572 +168,-1.258418684,0.7241194816,317,1.843704281,-0.18300445,10296.084528 +169,-1.317813974,0.6804850104,317,1.843704281,-0.18300445,10472.069072 +170,-1.344165204,0.6790988904,317,1.843704281,-0.18300445,10472.012642 +171,-1.427582102,0.5277120351,317,1.843704281,-0.18300445,10997.149131 +172,-1.402238616,0.457167829,317,1.843704281,-0.18300445,11289.751035 +173,-1.422454264,0.4996161999,317,1.843704281,-0.18300445,11107.282931 +174,-1.439089277,0.4894859811,317,1.843704281,-0.18300445,11121.181877 +175,-1.448126995,0.5182330266,317,1.843704281,-0.18300445,11004.636605 +176,-1.474626146,0.5881926574,317,1.843704281,-0.18300445,10715.322685 +177,-1.421139645,0.5584869783,317,1.843704281,-0.18300445,10889.666428 +178,-1.457037165,0.565943032,317,1.843704281,-0.18300445,10819.449805 +179,-2.757159358,0.3745319,317,1.843704281,-0.18300445,6892.2560954 +180,-2.714309238,0.342054471,317,1.843704281,-0.18300445,7033.5691615 +181,-2.000525337,0.774119946,317,1.843704281,-0.18300445,9097.0861553 +183,-1.571413436,0.6777838382,317,1.843704281,-0.18300445,10258.293268 +184,-1.552860289,0.6987663893,317,1.843704281,-0.18300445,10213.212236 +185,-1.521852374,0.7165827476,317,1.843704281,-0.18300445,10190.290738 +186,-1.503656267,0.6928968252,317,1.843704281,-0.18300445,10298.20337 +187,-1.502753178,0.7136205882,317,1.843704281,-0.18300445,10223.417238 +188,-1.631894563,0.7343596465,317,1.843704281,-0.18300445,9971.7285013 +189,-1.653765416,0.6770714026,317,1.843704281,-0.18300445,10117.198309 +190,-1.719812114,0.6715965947,317,1.843704281,-0.18300445,9999.0294975 +191,-1.493406659,0.6646955447,317,1.843704281,-0.18300445,10413.393466 +192,-1.469120564,0.6613469966,317,1.843704281,-0.18300445,10453.688096 +193,-1.590551461,0.5326612937,317,1.843704281,-0.18300445,10689.144971 +194,-1.625979264,0.5247742243,317,1.843704281,-0.18300445,10628.207776 +195,-1.572293943,0.5238808754,317,1.843704281,-0.18300445,10756.282532 +196,-1.610848725,0.5477107964,317,1.843704281,-0.18300445,10598.72823 +197,-1.208485554,0.7918526018,317,1.843704281,-0.18300445,10013.159181 +198,-1.335601374,0.6869083083,317,1.843704281,-0.18300445,10443.454954 +199,-1.346156996,0.6825213377,317,1.843704281,-0.18300445,10457.925638 +200,-1.324381037,0.6741422347,317,1.843704281,-0.18300445,10496.188965 +201,-1.242424992,0.7378949807,317,1.843704281,-0.18300445,10237.530596 +202,-1.270370057,0.7392461008,317,1.843704281,-0.18300445,10238.512345 +203,-1.448950472,0.7441675014,317,1.843704281,-0.18300445,10160.501179 +204,-1.492662363,0.7523026852,317,1.843704281,-0.18300445,10090.985714 +205,-1.479098966,0.7763855017,317,1.843704281,-0.18300445,10013.293997 +206,-1.633760714,0.7869022408,317,1.843704281,-0.18300445,9793.2599816 +207,-1.647406434,0.8101289331,317,1.843704281,-0.18300445,9695.1479815 +208,-1.564245052,0.5701509278,317,1.843704281,-0.18300445,10628.471009 +209,-1.646289963,0.6833746083,317,1.843704281,-0.18300445,10111.513095 +210,-1.5820631,0.6751952144,317,1.843704281,-0.18300445,10250.12385 +211,-1.613236298,0.6681681791,317,1.843704281,-0.18300445,10220.343384 +212,-1.914661867,0.8212566515,317,1.843704281,-0.18300445,9182.2127356 +213,-1.742133237,0.7250275956,317,1.843704281,-0.18300445,9798.9678532 +214,-2.033144872,0.6557314699,317,1.843704281,-0.18300445,9232.644364 +215,-2.039551981,0.6964723658,317,1.843704281,-0.18300445,9145.7661812 +216,-1.247341019,0.7622473908,317,1.843704281,-0.18300445,10142.9023 +217,-1.298239787,0.7084123392,317,1.843704281,-0.18300445,10362.707488 +218,-1.308539688,0.6926545592,317,1.843704281,-0.18300445,10424.775951 +219,-1.303263185,0.6888938396,317,1.843704281,-0.18300445,10439.93101 +220,-1.852400229,0.6004246149,317,1.843704281,-0.18300445,9846.2745219 +221,-1.288947707,0.7473773692,317,1.843704281,-0.18300445,10208.153914 +222,-1.372031502,0.7472790993,317,1.843704281,-0.18300445,10194.122379 +223,-1.289805721,0.7242157877,317,1.843704281,-0.18300445,10299.925428 +224,-1.350807603,0.7533498126,317,1.843704281,-0.18300445,10177.355324 +225,-1.329290365,0.7560442322,317,1.843704281,-0.18300445,10171.462568 +226,-1.410153004,0.616936428,317,1.843704281,-0.18300445,10678.078222 +227,-1.393445434,0.6308995063,317,1.843704281,-0.18300445,10636.88785 +228,-1.37595573,0.6241540638,317,1.843704281,-0.18300445,10674.044605 +229,-1.358388707,0.6172645205,317,1.843704281,-0.18300445,10709.984496 +230,-1.753741133,0.8281661666,317,1.843704281,-0.18300445,9469.6970013 +231,-1.47430987,0.6834615681,317,1.843704281,-0.18300445,10365.942293 +232,-1.421012508,0.7222725206,317,1.843704281,-0.18300445,10265.109985 +233,-1.4476833,0.6978557868,317,1.843704281,-0.18300445,10337.647447 +234,-1.470370723,0.6966193374,317,1.843704281,-0.18300445,10320.943561 +235,-1.429211703,0.7037216883,317,1.843704281,-0.18300445,10330.458555 +236,-1.700578405,0.6178673663,317,1.843704281,-0.18300445,10192.800593 +237,-1.678117619,0.6331716163,317,1.843704281,-0.18300445,10199.760209 +238,-1.725644578,0.6316331145,317,1.843704281,-0.18300445,10096.902133 +239,-2.14012759,0.7930497945,317,1.843704281,-0.18300445,8716.8091679 +240,-2.103289431,0.7653606263,317,1.843704281,-0.18300445,8857.4641591 +241,-1.318739838,0.7017808746,317,1.843704281,-0.18300445,10387.671344 +242,-1.396417427,0.7077900843,317,1.843704281,-0.18300445,10336.702249 +243,-1.35650337,0.7185539404,317,1.843704281,-0.18300445,10312.690856 +244,-1.248884539,0.7274156818,317,1.843704281,-0.18300445,10280.702322 +245,-1.395014798,0.5761185243,317,1.843704281,-0.18300445,10847.017629 +246,-1.433377362,0.6064716109,317,1.843704281,-0.18300445,10696.490174 +247,-1.408172432,0.5903155476,317,1.843704281,-0.18300445,10781.56627 +248,-1.749645898,0.7757118084,317,1.843704281,-0.18300445,9635.463895 +249,-1.571626686,0.615046989,317,1.843704281,-0.18300445,10468.541071 +250,-1.514070049,0.6303003037,317,1.843704281,-0.18300445,10509.679717 +251,-1.480890369,0.6237966528,317,1.843704281,-0.18300445,10577.972718 +252,-1.704390658,0.5281680612,317,1.843704281,-0.18300445,10416.164661 +253,-1.64434733,0.5254277498,317,1.843704281,-0.18300445,10580.691666 +254,-1.703855997,0.4792484842,317,1.843704281,-0.18300445,10529.968836 +255,-1.692002383,0.5748825051,317,1.843704281,-0.18300445,10329.841961 +256,-1.854136457,0.5544643913,317,1.843704281,-0.18300445,9933.260015 +257,-1.665021206,0.520317736,317,1.843704281,-0.18300445,10540.82954 +258,-1.733654349,0.4845187345,317,1.843704281,-0.18300445,10430.4654 +259,-1.720938188,0.5135933906,317,1.843704281,-0.18300445,10404.382065 +260,-1.742668307,0.553296122,317,1.843704281,-0.18300445,10252.461739 +261,-1.965659039,0.7142126903,317,1.843704281,-0.18300445,9307.7433356 +262,-1.944438071,0.6772834804,317,1.843704281,-0.18300445,9438.1915413 +263,-1.270340967,0.7681487096,317,1.843704281,-0.18300445,10124.168579 +264,-1.353091884,0.6549276821,317,1.843704281,-0.18300445,10564.236019 +265,-1.333236659,0.6413584414,317,1.843704281,-0.18300445,10623.907209 +266,-1.352015998,0.6753788907,317,1.843704281,-0.18300445,10484.156385 +267,-1.377988483,0.6577816235,317,1.843704281,-0.18300445,10541.751615 +268,-2.13075611,0.8318642051,317,1.843704281,-0.18300445,8672.9796123 +269,-2.097910953,0.8259670014,317,1.843704281,-0.18300445,8761.7246563 +270,-1.416382069,0.6694271549,317,1.843704281,-0.18300445,10471.802601 +271,-1.538905672,0.7535625993,317,1.843704281,-0.18300445,10036.121263 +272,-1.572309477,0.7803125099,317,1.843704281,-0.18300445,9899.5924478 +273,-1.87759879,0.7503853417,317,1.843704281,-0.18300445,9439.078144 +274,1.152365588,0.590457682,317,1.843704281,-0.18300445,4018.8754659 +275,0.350198001,0.718001859,317,1.843704281,-0.18300445,6469.8245912 +276,0.046513677,0.491503852,317,1.843704281,-0.18300445,7348.0031146 +277,0.027510309,0.742571376,317,1.843704281,-0.18300445,7424.8666476 +278,0.306285725,-0.214631579,317,1.843704281,-0.18300445,5941.1638942 +279,-1.100564889,0.318051531,317,1.843704281,-0.18300445,11517.386797 +280,-1.078582306,0.301437596,317,1.843704281,-0.18300445,11479.434433 +281,-1.137371989,-0.617634065,317,1.843704281,-0.18300445,9216.0416881 +282,0.784356344,0.703272339,317,1.843704281,-0.18300445,5223.5742353 +283,-1.221209947,0.218327455,317,1.843704281,-0.18300445,12114.991635 +284,2.347301921,-0.449114658,317,1.843704281,-0.18300445,2160.9981947 +285,0.246820618,0.830553713,317,1.843704281,-0.18300445,6824.9743499 +286,0.829414965,0.703288228,317,1.843704281,-0.18300445,5104.151744 +287,-1.337537566,0.42332223,317,1.843704281,-0.18300445,11480.293963 +288,0.882453706,0.454478077,317,1.843704281,-0.18300445,4479.2495 +289,1.575629659,0.416419109,317,1.843704281,-0.18300445,2591.2446903 +290,-1.039455679,0.229888244,317,1.843704281,-0.18300445,11425.086292 +291,0.489558039,0.934482747,317,1.843704281,-0.18300445,6304.182718 +292,0.081344504,0.88384514,317,1.843704281,-0.18300445,7261.4409788 +293,-1.547979814,0.300350308,317,1.843704281,-0.18300445,11376.321508 +294,0.040776181,0.168560074,317,1.843704281,-0.18300445,7237.2604183 +295,-1.130374745,0.563894876,317,1.843704281,-0.18300445,10815.67204 +296,1.578326642,0.478507176,317,1.843704281,-0.18300445,2811.417268 +297,-1.12861823,-0.291640865,317,1.843704281,-0.18300445,10450.271133 +298,0.310524208,0.770885792,317,1.843704281,-0.18300445,6619.7882864 +299,0.415649091,-0.387246002,317,1.843704281,-0.18300445,5431.4261897 +300,-0.926533878,-0.188022748,317,1.843704281,-0.18300445,10370.556615 +301,1.258856172,-0.11716081,317,1.843704281,-0.18300445,2304.1497285 +302,-1.126050026,0.322941926,317,1.843704281,-0.18300445,11583.275019 +303,2.002785835,0.07893892,317,1.843704281,-0.18300445,1212.5251335 +304,0.440437607,0.746258085,317,1.843704281,-0.18300445,6234.4476247 +305,-0.030391866,0.214441206,317,1.843704281,-0.18300445,7535.9250165 +306,0.521557815,-0.058929362,317,1.843704281,-0.18300445,5211.7108904 +307,-0.097005111,0.13317729,317,1.843704281,-0.18300445,7750.9909126 +308,1.83113859,0.221857587,317,1.843704281,-0.18300445,1604.4198657 +309,0.222428864,0.099404236,317,1.843704281,-0.18300445,6489.2189823 +310,-1.702731345,0.8728568183,317,1.843704281,-0.18300445,9407.2645837 +311,-0.418507569,0.278324921,317,1.843704281,-0.18300445,9039.5561588 +312,-1.41153306,0.339029988,317,1.843704281,-0.18300445,11688.466016 +313,0.357560442,0.114788776,317,1.843704281,-0.18300445,5977.1830088 +314,0.325818979,0.268352149,317,1.843704281,-0.18300445,6214.4378673 +315,-1.246004659,-0.663679965,317,1.843704281,-0.18300445,9084.6234026 +316,1.814603087,0.637404484,317,1.843704281,-0.18300445,3251.4513506 +317,1.843704281,-0.18300445,317,1.843704281,-0.18300445,0 +318,1.690644492,-0.211480909,317,1.843704281,-0.18300445,605.0761231 +319,-1.275451936,0.068109467,317,1.843704281,-0.18300445,11980.296663 +320,0.762430171,-0.207594741,317,1.843704281,-0.18300445,4193.8373145 +321,0.265668905,-0.014647884,317,1.843704281,-0.18300445,6239.5576753 +322,-2.773032013,-0.335515811,317,1.843704281,-0.18300445,6335.8424104 +323,-1.469512853,0.174058777,317,1.843704281,-0.18300445,11773.939728 +324,0.286276986,0.785925691,317,1.843704281,-0.18300445,6696.2387004 +325,-1.379324697,0.377432233,317,1.843704281,-0.18300445,11613.904164 +326,-1.203778265,0.212813032,317,1.843704281,-0.18300445,12059.776062 +327,0.579916301,0.611743168,317,1.843704281,-0.18300445,5670.524736 +328,0.267582642,0.868113908,317,1.843704281,-0.18300445,6787.3289183 +329,0.412869244,-0.050245578,317,1.843704281,-0.18300445,5640.9743964 +330,0.17524381,0.976660285,317,1.843704281,-0.18300445,7037.5893119 +331,0.743157214,0.204812899,317,1.843704281,-0.18300445,4595.2885341 +332,-1.070758176,0.269382282,317,1.843704281,-0.18300445,11503.091843 +333,-1.230364251,0.329790229,317,1.843704281,-0.18300445,11807.580797 +334,-1.374813124,-0.024926835,317,1.843704281,-0.18300445,11566.200267 +335,0.519780566,0.463669906,317,1.843704281,-0.18300445,5691.4211406 +336,-1.55108034,0.239698561,317,1.843704281,-0.18300445,11438.144529 +337,0.180294813,0.029739425,317,1.843704281,-0.18300445,6603.9908847 +338,0.67820924,0.268170153,317,1.843704281,-0.18300445,4908.1326793 +339,0.445798684,1.024001867,317,1.843704281,-0.18300445,6489.4813155 +340,0.691751283,0.150521402,317,1.843704281,-0.18300445,4728.7603536 +341,-1.036643551,-0.903056181,317,1.843704281,-0.18300445,8050.0287807 +342,-0.120287036,1.083325163,317,1.843704281,-0.18300445,7584.4905928 +343,2.823513113,-0.304487164,317,1.843704281,-0.18300445,3784.5684503 +344,0.457583172,1.12513373,317,1.843704281,-0.18300445,6564.4924366 +345,0.042918831,0.813795399,317,1.843704281,-0.18300445,7371.7428231 +346,1.196146777,-0.853142756,317,1.843704281,-0.18300445,3404.4067677 +347,0.206001358,-0.010430701,317,1.843704281,-0.18300445,6474.9606357 +348,-0.268308653,0.234799412,317,1.843704281,-0.18300445,8458.0085333 +349,0.759363263,0.736189579,317,1.843704281,-0.18300445,5349.6208742 +350,0.181363926,0.891988372,317,1.843704281,-0.18300445,7011.7477292 +351,-0.021111158,0.139103292,317,1.843704281,-0.18300445,7459.7533133 +352,-0.093355215,0.630686981,317,1.843704281,-0.18300445,7816.2257976 +353,0.40118964,0.681375926,317,1.843704281,-0.18300445,6288.9488462 +354,-0.721197315,1.304706234,317,1.843704281,-0.18300445,7818.8622482 +355,-1.076150317,0.212107639,317,1.843704281,-0.18300445,11575.048331 +356,-1.577164531,0.273993443,317,1.843704281,-0.18300445,11308.291287 +357,-0.190788414,0.182208586,317,1.843704281,-0.18300445,8139.7681143 +358,-0.261349752,0.209710184,317,1.843704281,-0.18300445,8423.4085862 +359,-1.029303852,0.083549259,317,1.843704281,-0.18300445,11318.715609 +360,-1.268609162,0.330525297,317,1.843704281,-0.18300445,11848.872214 +361,1.282982244,-0.926641967,317,1.843704281,-0.18300445,3442.1154445 +362,0.217352334,0.731352408,317,1.843704281,-0.18300445,6867.1709794 +363,-1.511833084,0.258629297,317,1.843704281,-0.18300445,11564.687689 +364,0.338812194,0.823184618,317,1.843704281,-0.18300445,6576.6087407 +365,-0.324406489,1.134201999,317,1.843704281,-0.18300445,7846.6144339 +366,1.389579348,0.399185724,317,1.843704281,-0.18300445,2901.8537702 +367,2.047152199,-0.039082036,317,1.843704281,-0.18300445,982.46703404 +368,0.947780369,0.568250077,317,1.843704281,-0.18300445,4505.5846874 +369,0.763824846,0.576754987,317,1.843704281,-0.18300445,5059.2335254 +370,-0.142334657,0.928153068,317,1.843704281,-0.18300445,7780.5394832 +371,0.610266567,0.547265983,317,1.843704281,-0.18300445,5491.9963952 +372,0.210731629,0.746815056,317,1.843704281,-0.18300445,6892.3942668 +373,-1.34931644,0.316895224,317,1.843704281,-0.18300445,11878.031181 +374,2.407696481,0.655030745,317,1.843704281,-0.18300445,3923.9126613 +375,0.64207831,0.545359131,317,1.843704281,-0.18300445,5388.1416203 +376,1.174597538,0.840588356,317,1.843704281,-0.18300445,4682.7516398 +377,0.660059424,0.010604079,317,1.843704281,-0.18300445,4723.6662679 +378,-0.730263819,0.010486456,317,1.843704281,-0.18300445,10107.019259 +379,0.831068936,0.512339172,317,1.843704281,-0.18300445,4743.2298301 +380,1.301180979,0.72367476,317,1.843704281,-0.18300445,4099.4926814 +381,1.811128231,0.322854402,317,1.843704281,-0.18300445,2007.7474107 +382,0.435105812,0.992284428,317,1.843704281,-0.18300445,6481.7466072 +383,0.62643634,0.592027932,317,1.843704281,-0.18300445,5501.2678649 +384,0.492988703,-0.516339467,317,1.843704281,-0.18300445,5112.1516436 +385,-0.162469483,0.112549365,317,1.843704281,-0.18300445,7993.6461447 +386,0.314630866,0.472006421,317,1.843704281,-0.18300445,6405.0432803 +387,0.166744804,0.822815954,317,1.843704281,-0.18300445,7036.7941327 +388,0.417159608,0.965805736,317,1.843704281,-0.18300445,6496.6000651 +389,0.106334961,0.868774244,317,1.843704281,-0.18300445,7199.221398 +390,0.815086969,-0.338144359,317,1.843704281,-0.18300445,3967.005626 +391,0.59867455,-0.230624824,317,1.843704281,-0.18300445,4814.2148606 +392,1.915104874,0.066220985,317,1.843704281,-0.18300445,1026.5594143 +393,1.278093622,0.064463721,317,1.843704281,-0.18300445,2436.4101572 +394,-0.061477853,0.302997961,317,1.843704281,-0.18300445,7690.4424632 +395,0.251311504,0.626976942,317,1.843704281,-0.18300445,6714.2192932 +396,2.950242872,0.149095644,317,1.843704281,-0.18300445,4555.6814062 +397,-0.180294708,0.35375117,317,1.843704281,-0.18300445,8146.1953457 +398,1.010448592,-0.351180233,317,1.843704281,-0.18300445,3241.1569616 +399,-1.748740498,0.3686318073,317,1.843704281,-0.18300445,10578.663525 +400,2.699635665,0.123533791,317,1.843704281,-0.18300445,3586.9835268 +401,0.496808033,0.823843254,317,1.843704281,-0.18300445,6163.3041328 +402,0.129574704,0.763364087,317,1.843704281,-0.18300445,7130.1936538 +403,1.798920311,0.817447563,317,1.843704281,-0.18300445,3965.9634056 +404,0.335987953,0.746786541,317,1.843704281,-0.18300445,6531.7113781 +405,-1.085413643,0.292154671,317,1.843704281,-0.18300445,11519.144606 +406,-0.155321003,0.508207011,317,1.843704281,-0.18300445,8049.860838 +407,0.620529244,-0.301175104,317,1.843704281,-0.18300445,4704.1108329 +408,1.684402744,0.368716966,317,1.843704281,-0.18300445,2271.612223 +409,0.300582244,-0.386397212,317,1.843704281,-0.18300445,5849.8980345 +410,2.913555946,-0.009225192,317,1.843704281,-0.18300445,4266.3507202 +411,1.465101417,0.493232532,317,1.843704281,-0.18300445,3046.0573719 +412,0.090612882,0.907955955,317,1.843704281,-0.18300445,7235.6523904 +413,2.987564726,-0.729568594,317,1.843704281,-0.18300445,4483.937489 +414,-1.484261606,0.224149272,317,1.843704281,-0.18300445,11702.82537 +415,0.164073421,0.303955133,317,1.843704281,-0.18300445,6843.8877701 +416,0.141441293,0.167552546,317,1.843704281,-0.18300445,6848.1643956 +417,2.931321023,-0.506718887,317,1.843704281,-0.18300445,4203.7418184 +418,2.21951565,0.700596356,317,1.843704281,-0.18300445,3761.8389792 +419,0.268112576,1.199114336,317,1.843704281,-0.18300445,6903.6893978 +420,0.978913739,0.359223811,317,1.843704281,-0.18300445,3994.0249901 +421,1.210898818,0.522863584,317,1.843704281,-0.18300445,3692.3317951 +422,2.347397336,0.129231362,317,1.843704281,-0.18300445,2339.7886641 +423,0.614394501,0.556878345,317,1.843704281,-0.18300445,5491.517078 +424,-1.398079356,0.148483366,317,1.843704281,-0.18300445,12029.257997 +425,2.535303836,-0.112984496,317,1.843704281,-0.18300445,2721.8204841 +426,-1.019372593,-0.405322349,317,1.843704281,-0.18300445,9875.5201407 +427,-1.297785627,-0.160104069,317,1.843704281,-0.18300445,11084.795597 +428,2.144554488,0.205051084,317,1.843704281,-0.18300445,1940.2682699 +429,-2.242387083,-0.426171285,317,1.843704281,-0.18300445,8068.9123111 +430,0.338637212,0.909723676,317,1.843704281,-0.18300445,6634.5896544 +431,-0.148798452,0.691042401,317,1.843704281,-0.18300445,7965.6088093 +432,0.893524764,0.441829531,317,1.843704281,-0.18300445,4421.2726609 +433,0.969229347,-0.368847936,317,1.843704281,-0.18300445,3398.8923095 +434,0.436043248,0.800045688,317,1.843704281,-0.18300445,6298.353958 +435,1.687946607,1.081504775,317,1.843704281,-0.18300445,5031.9419095 +436,0.522302046,-0.034889271,317,1.843704281,-0.18300445,5225.5748201 +437,-0.178996113,-0.438090009,317,1.843704281,-0.18300445,7477.2286964 +438,-1.094339566,0.301444068,317,1.843704281,-0.18300445,11531.833586 +439,-1.064070054,0.242569932,317,1.843704281,-0.18300445,11508.578657 +440,-1.068153768,0.230387998,317,1.843704281,-0.18300445,11533.851213 +441,-3.00496892,-0.23989155,317,1.843704281,-0.18300445,5533.1762795 +442,0.21751974,0.766874888,317,1.843704281,-0.18300445,6880.399694 +443,0.117229532,0.007619006,317,1.843704281,-0.18300445,6833.7273905 +444,0.777758451,0.420554741,317,1.843704281,-0.18300445,4763.8137459 +445,-0.252356999,0.250747086,317,1.843704281,-0.18300445,8401.0201586 +446,0.363148444,0.768483434,317,1.843704281,-0.18300445,6470.7507688 +447,0.903191366,-0.118210676,317,1.843704281,-0.18300445,3688.0958887 +448,-0.205755923,0.149406178,317,1.843704281,-0.18300445,8182.2312147 +449,1.811996086,0.02364353,317,1.843704281,-0.18300445,828.01766526 +450,-1.100670221,0.314845373,317,1.843704281,-0.18300445,11524.709991 +451,0.340078597,0.850105132,317,1.843704281,-0.18300445,6591.5500541 +452,0.258757267,0.804969236,317,1.843704281,-0.18300445,6781.5742455 +453,2.78505352,-0.155160804,317,1.843704281,-0.18300445,3672.8328537 +454,0.800551619,0.105822106,317,1.843704281,-0.18300445,4269.9210788 +455,0.437940882,-0.506194031,317,1.843704281,-0.18300445,5304.6213246 +456,2.230431122,0.63458615,317,1.843704281,-0.18300445,3545.1899193 +457,0.527965361,0.127667701,317,1.843704281,-0.18300445,5331.5445795 +458,-0.063643205,0.702093448,317,1.843704281,-0.18300445,7703.7958833 +459,1.408447268,0.133010502,317,1.843704281,-0.18300445,2124.2471179 +460,0.523795955,0.280266966,317,1.843704281,-0.18300445,5487.8990219 +461,-0.975769313,0.072177659,317,1.843704281,-0.18300445,11105.060221 +462,0.549774164,-0.463663986,317,1.843704281,-0.18300445,4924.22717 +463,0.29245874,1.095549818,317,1.843704281,-0.18300445,6830.432921 +464,0.143625958,0.816809593,317,1.843704281,-0.18300445,7098.2599005 +465,0.671902494,0.611159853,317,1.843704281,-0.18300445,5390.2378208 +466,1.239840988,0.6724199,317,1.843704281,-0.18300445,4056.522904 +467,0.607829703,-0.10932137,317,1.843704281,-0.18300445,4843.0162535 +468,1.763020906,0.263996692,317,1.843704281,-0.18300445,1798.6604875 +469,0.378714634,0.726066797,317,1.843704281,-0.18300445,6392.9765029 +470,2.196736143,-0.153862366,317,1.843704281,-0.18300445,1383.1388482 +471,0.01702415,0.148991565,317,1.843704281,-0.18300445,7317.7196753 +472,-2.998490902,-0.158002487,317,1.843704281,-0.18300445,5608.1718979 +473,-3.051262951,-0.346595608,317,1.843704281,-0.18300445,5303.735355 +474,-1.069176439,0.182802941,317,1.843704281,-0.18300445,11553.095885 +475,0.167157509,0.595344954,317,1.843704281,-0.18300445,6971.0103853 +476,0.613855648,0.681746124,317,1.843704281,-0.18300445,5663.058867 +477,1.037012736,0.682555367,317,1.843704281,-0.18300445,4535.0023657 +478,-1.253574971,0.379755746,317,1.843704281,-0.18300445,11646.555251 +479,3.108590453,-0.132620738,317,1.843704281,-0.18300445,4941.7559307 +480,0.565301296,0.022333262,317,1.843704281,-0.18300445,5100.7166582 +481,0.547898238,0.855555614,317,1.843704281,-0.18300445,6072.5042335 +482,0.948309381,0.417393755,317,1.843704281,-0.18300445,4201.6259135 +483,-0.050600732,0.945269213,317,1.843704281,-0.18300445,7556.3474525 +484,-0.977651478,-0.572363064,317,1.843704281,-0.18300445,9216.3320414 +485,1.102014914,0.728861163,317,1.843704281,-0.18300445,4506.7576387 +486,2.927300795,-0.282939414,317,1.843704281,-0.18300445,4180.625873 +487,-1.154565557,0.124434095,317,1.843704281,-0.18300445,11836.853405 +488,1.855331234,0.291044755,317,1.843704281,-0.18300445,1878.2612785 +489,0.830290659,0.276904518,317,1.843704281,-0.18300445,4370.5418819 +490,0.485104466,-0.234867441,317,1.843704281,-0.18300445,5246.5821505 +491,0.521367572,-0.33161327,317,1.843704281,-0.18300445,5065.265673 +1,-1.539031704,0.7349710123,318,1.690644492,-0.211480909,10348.131023 +2,-1.536990553,0.7349663874,318,1.690644492,-0.211480909,10349.159543 +3,-1.534951779,0.7349571355,318,1.690644492,-0.211480909,10350.181827 +4,-1.532906461,0.7349480293,318,1.690644492,-0.211480909,10351.183456 +5,-1.531320211,0.7346937278,318,1.690644492,-0.211480909,10352.911568 +6,-1.539451648,0.7335131775,318,1.690644492,-0.211480909,10353.609281 +7,-1.537429487,0.7335445708,318,1.690644492,-0.211480909,10354.49639 +8,-1.535484998,0.7335658704,318,1.690644492,-0.211480909,10355.362447 +9,-1.533488396,0.7336036027,318,1.690644492,-0.211480909,10356.167577 +10,-1.531497785,0.7335842962,318,1.690644492,-0.211480909,10357.170575 +11,-1.530259379,0.7334777758,318,1.690644492,-0.211480909,10358.153273 +12,-1.5335454,0.7322346912,318,1.690644492,-0.211480909,10361.492605 +13,-1.531489083,0.7322238773,318,1.690644492,-0.211480909,10362.496685 +14,-1.530011122,0.7321679851,318,1.690644492,-0.211480909,10363.392019 +15,-1.53348106,0.7306614094,318,1.690644492,-0.211480909,10367.673699 +16,-1.531441779,0.7306962275,318,1.690644492,-0.211480909,10368.494577 +17,-1.529755654,0.7306933243,318,1.690644492,-0.211480909,10369.279453 +18,-1.533415048,0.7291384674,318,1.690644492,-0.211480909,10373.658593 +19,-1.531392093,0.7291705353,318,1.690644492,-0.211480909,10374.485686 +20,-1.529296523,0.7291214933,318,1.690644492,-0.211480909,10375.639793 +21,-1.535280942,0.727267644,318,1.690644492,-0.211480909,10380.06799 +22,-1.533378158,0.7276139666,318,1.690644492,-0.211480909,10379.635465 +23,-1.531340368,0.7276446587,318,1.690644492,-0.211480909,10380.47824 +24,-1.528960113,0.7276398177,318,1.690644492,-0.211480909,10381.591779 +25,-1.533313146,0.7260818349,318,1.690644492,-0.211480909,10385.655372 +26,-1.531259555,0.7260958115,318,1.690644492,-0.211480909,10386.574032 +27,-1.528926415,0.7260865555,318,1.690644492,-0.211480909,10387.686773 +28,-1.531226779,0.7245511789,318,1.690644492,-0.211480909,10392.630634 +29,-1.528904772,0.7245519194,318,1.690644492,-0.211480909,10393.70309 +30,-1.547195875,0.7409785979,318,1.690644492,-0.211480909,10320.472244 +31,-1.5451475,0.740980426,318,1.690644492,-0.211480909,10321.554911 +32,-1.543097679,0.7409798872,318,1.690644492,-0.211480909,10322.624656 +33,-1.540720364,0.7409892687,318,1.690644492,-0.211480909,10323.797521 +34,-1.547188511,0.7395198392,318,1.690644492,-0.211480909,10326.155512 +35,-1.545148587,0.7395226109,318,1.690644492,-0.211480909,10327.234051 +36,-1.543104538,0.7395314908,318,1.690644492,-0.211480909,10328.268117 +37,-1.540727751,0.7395306258,318,1.690644492,-0.211480909,10329.485309 +38,-1.547187029,0.7380014886,318,1.690644492,-0.211480909,10332.067116 +39,-1.545147315,0.7380012252,318,1.690644492,-0.211480909,10333.161618 +40,-1.54310719,0.7380060743,318,1.690644492,-0.211480909,10334.213546 +41,-1.540719671,0.7380068206,318,1.690644492,-0.211480909,10335.434702 +42,-1.547187189,0.7364799098,318,1.690644492,-0.211480909,10337.98987 +43,-1.545149996,0.7364853874,318,1.690644492,-0.211480909,10339.064965 +44,-1.543106091,0.7364823484,318,1.690644492,-0.211480909,10340.153838 +45,-1.540717158,0.7364893901,318,1.690644492,-0.211480909,10341.355965 +46,-1.538663972,0.7410138672,318,1.690644492,-0.211480909,10324.722702 +47,-1.53695285,0.7409699132,318,1.690644492,-0.211480909,10325.726473 +48,-1.534910498,0.7409641297,318,1.690644492,-0.211480909,10326.721274 +49,-1.533145034,0.7409536636,318,1.690644492,-0.211480909,10327.584143 +50,-1.538681336,0.7395405883,318,1.690644492,-0.211480909,10330.466656 +51,-1.536999189,0.7395183096,318,1.690644492,-0.211480909,10331.375059 +52,-1.534923633,0.7395144222,318,1.690644492,-0.211480909,10332.382303 +53,-1.533267822,0.7395654306,318,1.690644492,-0.211480909,10332.957201 +54,-1.53867273,0.7380151077,318,1.690644492,-0.211480909,10336.426784 +55,-1.536980576,0.7379994392,318,1.690644492,-0.211480909,10337.317381 +56,-1.534931522,0.7379944961,318,1.690644492,-0.211480909,10338.319876 +57,-1.533387952,0.7379480264,318,1.690644492,-0.211480909,10339.226898 +58,-1.538682279,0.7364914363,318,1.690644492,-0.211480909,10342.370416 +59,-1.536980704,0.7364810563,318,1.690644492,-0.211480909,10343.248308 +60,-1.534935567,0.7364752065,318,1.690644492,-0.211480909,10344.256353 +61,-1.533042592,0.7363876366,318,1.690644492,-0.211480909,10345.490008 +62,-1.545143426,0.7349628011,318,1.690644492,-0.211480909,10344.999022 +63,-1.543105297,0.7349691947,318,1.690644492,-0.211480909,10346.052274 +64,-1.541064533,0.7349647152,318,1.690644492,-0.211480909,10347.126218 +65,-1.545411803,0.7334624714,318,1.690644492,-0.211480909,10350.698138 +66,-1.543446606,0.7334780896,318,1.690644492,-0.211480909,10351.684238 +67,-1.541475327,0.7334957295,318,1.690644492,-0.211480909,10352.644023 +68,-1.545401939,0.731963266,318,1.690644492,-0.211480909,10356.541379 +69,-1.54342253,0.7319915583,318,1.690644492,-0.211480909,10357.489581 +70,-1.541455867,0.7320216438,318,1.690644492,-0.211480909,10358.402154 +71,-1.545410146,0.7304422281,318,1.690644492,-0.211480909,10362.459351 +72,-1.543435491,0.7304713664,318,1.690644492,-0.211480909,10363.406011 +73,-1.541463105,0.7304997613,318,1.690644492,-0.211480909,10364.332372 +74,-1.545414768,0.7289194936,318,1.690644492,-0.211480909,10368.385311 +75,-1.543435774,0.7289538557,318,1.690644492,-0.211480909,10369.318191 +76,-1.541457714,0.7289765881,318,1.690644492,-0.211480909,10370.273697 +77,-1.539449415,0.7320555866,318,1.690644492,-0.211480909,10359.298058 +78,-1.537429183,0.7321097681,318,1.690644492,-0.211480909,10360.099041 +79,-1.535472649,0.7321497267,318,1.690644492,-0.211480909,10360.901577 +80,-1.539457899,0.7305333307,318,1.690644492,-0.211480909,10365.233261 +81,-1.537453161,0.7305750503,318,1.690644492,-0.211480909,10366.079313 +82,-1.535479385,0.7306124949,318,1.690644492,-0.211480909,10366.904167 +83,-1.53946905,0.7290102593,318,1.690644492,-0.211480909,10371.169777 +84,-1.537459922,0.7290417293,318,1.690644492,-0.211480909,10372.062178 +85,-1.535451349,0.7290890157,318,1.690644492,-0.211480909,10372.869545 +86,-1.535522937,0.7279887191,318,1.690644492,-0.211480909,10377.132716 +87,-1.539442524,0.7274735939,318,1.690644492,-0.211480909,10377.178128 +88,-1.537424111,0.727521351,318,1.690644492,-0.211480909,10378.015381 +89,-1.539384641,0.7259505092,318,1.690644492,-0.211480909,10383.149259 +90,-1.537372391,0.7259947145,318,1.690644492,-0.211480909,10384.000694 +91,-1.535340789,0.7260435356,318,1.690644492,-0.211480909,10384.820317 +92,-1.539325716,0.7244369706,318,1.690644492,-0.211480909,10389.083427 +93,-1.537308932,0.7244801057,318,1.690644492,-0.211480909,10389.944712 +94,-1.535289068,0.7245247645,318,1.690644492,-0.211480909,10390.778081 +95,-1.533261366,0.7245550236,318,1.690644492,-0.211480909,10391.647914 +96,-1.539267302,0.722921924,318,1.690644492,-0.211480909,10395.022951 +97,-1.537248972,0.7229660258,318,1.690644492,-0.211480909,10395.884663 +98,-1.535219431,0.7229916471,318,1.690644492,-0.211480909,10396.800486 +99,-1.53318962,0.7230212049,318,1.690644492,-0.211480909,10397.677243 +100,-1.531154816,0.7230299897,318,1.690644492,-0.211480909,10398.613728 +101,-1.528878341,0.7230370244,318,1.690644492,-0.211480909,10399.64403 +102,-1.539218189,0.7214009878,318,1.690644492,-0.211480909,10400.980344 +103,-1.537198791,0.7214422745,318,1.690644492,-0.211480909,10401.857148 +104,-1.535179266,0.7214634354,318,1.690644492,-0.211480909,10402.788897 +105,-1.533156501,0.7214944644,318,1.690644492,-0.211480909,10403.660007 +106,-1.53113574,0.7215166021,318,1.690644492,-0.211480909,10404.541138 +107,-1.528874248,0.7215345535,318,1.690644492,-0.211480909,10405.525789 +108,-1.539217656,0.7198512397,318,1.690644492,-0.211480909,10407.024446 +109,-1.537199919,0.7199428763,318,1.690644492,-0.211480909,10407.708142 +110,-1.545425832,0.727397149,318,1.690644492,-0.211480909,10374.30567 +111,-1.543371177,0.7273916949,318,1.690644492,-0.211480909,10375.438529 +112,-1.541368852,0.7274523163,318,1.690644492,-0.211480909,10376.262573 +113,-1.545349067,0.7258710923,318,1.690644492,-0.211480909,10380.288087 +114,-1.54332671,0.7258603556,318,1.690644492,-0.211480909,10381.427702 +115,-1.541346831,0.7259242142,318,1.690644492,-0.211480909,10382.231071 +116,-1.545324355,0.7243383958,318,1.690644492,-0.211480909,10386.267444 +117,-1.543292796,0.7243617413,318,1.690644492,-0.211480909,10387.283367 +118,-1.541295822,0.7244024384,318,1.690644492,-0.211480909,10388.189788 +119,-1.543193859,0.7205570215,318,1.690644492,-0.211480909,10402.155155 +120,-1.550257047,0.7386738187,318,1.690644492,-0.211480909,10327.763948 +121,-1.549335448,0.7311736483,318,1.690644492,-0.211480909,10357.443357 +122,-1.533478843,0.7179891343,318,1.690644492,-0.211480909,10417.199815 +123,-1.556150555,0.738907041,318,1.690644492,-0.211480909,10323.478438 +124,-1.554324226,0.733414257,318,1.690644492,-0.211480909,10345.868378 +125,-1.554290846,0.7288285332,318,1.690644492,-0.211480909,10363.68356 +126,-1.55122487,0.7219795312,318,1.690644492,-0.211480909,10392.079651 +127,-1.525104458,0.7229399862,318,1.690644492,-0.211480909,10401.711913 +128,-1.519607711,0.7236181429,318,1.690644492,-0.211480909,10401.361953 +129,-1.513899999,0.7251107854,318,1.690644492,-0.211480909,10397.705951 +130,-1.536620762,0.7431061895,318,1.690644492,-0.211480909,10317.538727 +131,-1.5369566,0.7460845958,318,1.690644492,-0.211480909,10305.74008 +132,-1.545345528,0.7447040685,318,1.690644492,-0.211480909,10306.941984 +133,-1.532813921,0.7432306626,318,1.690644492,-0.211480909,10318.828653 +134,-1.554788248,0.7382381001,318,1.690644492,-0.211480909,10326.87298 +135,-1.540348126,0.7301594274,318,1.690644492,-0.211480909,10366.236358 +136,-1.538016084,0.7239051786,318,1.690644492,-0.211480909,10391.829872 +137,-1.525288962,0.7258085137,318,1.690644492,-0.211480909,10390.392355 +138,-1.534326986,0.731241342,318,1.690644492,-0.211480909,10365.003249 +139,-1.530733872,0.7303625216,318,1.690644492,-0.211480909,10370.126952 +141,-1.534354939,0.7328219978,318,1.690644492,-0.211480909,10358.811931 +142,-1.53157084,0.7292888153,318,1.690644492,-0.211480909,10373.939824 +143,-1.525691035,0.7263799874,318,1.690644492,-0.211480909,10387.978386 +144,-1.534031287,0.7495967835,318,1.690644492,-0.211480909,10293.369273 +145,-1.527714986,0.7283095957,318,1.690644492,-0.211480909,10379.528803 +146,-1.526189586,0.7271468292,318,1.690644492,-0.211480909,10384.756397 +147,-1.555177336,0.7375563366,318,1.690644492,-0.211480909,10329.291784 +148,-1.555080283,0.7312707794,318,1.690644492,-0.211480909,10353.738744 +149,-1.53856994,0.7224180299,318,1.690644492,-0.211480909,10397.348584 +150,-1.530837883,0.729933372,318,1.690644492,-0.211480909,10371.758101 +151,-1.515066984,0.5854133365,318,1.690644492,-0.211480909,10944.648251 +152,-1.534731633,0.5368370046,318,1.690644492,-0.211480909,11119.077372 +153,-1.515231902,0.5607085576,318,1.690644492,-0.211480909,11040.893846 +154,-2.616253799,1.0684566605,318,1.690644492,-0.211480909,7721.7830764 +155,-1.956071439,0.5792177723,318,1.690644492,-0.211480909,10106.971401 +156,-1.951208514,0.5602434208,318,1.690644492,-0.211480909,10159.785089 +157,-1.944675062,0.6062144545,318,1.690644492,-0.211480909,10079.929531 +158,-1.613778386,0.6077989518,318,1.690644492,-0.211480909,10768.445138 +159,-2.035029014,0.6021432345,318,1.690644492,-0.211480909,9836.6051031 +160,-2.114989471,0.6801825058,318,1.690644492,-0.211480909,9466.9651246 +161,-2.037382079,0.5765830025,318,1.690644492,-0.211480909,9876.1139109 +162,-2.129855121,0.6585019963,318,1.690644492,-0.211480909,9464.85876 +163,-2.075141798,0.6493615843,318,1.690644492,-0.211480909,9634.2729542 +164,-1.828626729,0.6948433129,318,1.690644492,-0.211480909,10118.028418 +165,-1.863329418,0.6735427691,318,1.690644492,-0.211480909,10107.788905 +166,-1.266037071,0.727988852,318,1.690644492,-0.211480909,10300.273085 +167,-1.277579582,0.7249010648,318,1.690644492,-0.211480909,10323.390047 +168,-1.258418684,0.7241194816,318,1.690644492,-0.211480909,10306.546414 +169,-1.317813974,0.6804850104,318,1.690644492,-0.211480909,10528.028538 +170,-1.344165204,0.6790988904,318,1.690644492,-0.211480909,10553.889317 +171,-1.427582102,0.5277120351,318,1.690644492,-0.211480909,11188.323401 +172,-1.402238616,0.457167829,318,1.690644492,-0.211480909,11453.878648 +173,-1.422454264,0.4996161999,318,1.690644492,-0.211480909,11297.69868 +174,-1.439089277,0.4894859811,318,1.690644492,-0.211480909,11341.795 +175,-1.448126995,0.5182330266,318,1.690644492,-0.211480909,11228.759027 +176,-1.474626146,0.5881926574,318,1.690644492,-0.211480909,10949.240107 +177,-1.421139645,0.5584869783,318,1.690644492,-0.211480909,11065.073662 +178,-1.457037165,0.565943032,318,1.690644492,-0.211480909,11039.649448 +179,-2.757159358,0.3745319,318,1.690644492,-0.211480909,7490.2124875 +180,-2.714309238,0.342054471,318,1.690644492,-0.211480909,7634.630043 +181,-2.000525337,0.774119946,318,1.690644492,-0.211480909,9538.8570806 +183,-1.571413436,0.6777838382,318,1.690644492,-0.211480909,10548.771824 +184,-1.552860289,0.6987663893,318,1.690644492,-0.211480909,10481.106428 +185,-1.521852374,0.7165827476,318,1.690644492,-0.211480909,10428.028616 +186,-1.503656267,0.6928968252,318,1.690644492,-0.211480909,10528.042462 +187,-1.502753178,0.7136205882,318,1.690644492,-0.211480909,10446.727571 +188,-1.631894563,0.7343596465,318,1.690644492,-0.211480909,10280.596877 +189,-1.653765416,0.6770714026,318,1.690644492,-0.211480909,10466.278368 +190,-1.719812114,0.6715965947,318,1.690644492,-0.211480909,10389.588226 +191,-1.493406659,0.6646955447,318,1.690644492,-0.211480909,10642.401372 +192,-1.469120564,0.6613469966,318,1.690644492,-0.211480909,10660.768803 +193,-1.590551461,0.5326612937,318,1.690644492,-0.211480909,11072.554163 +194,-1.625979264,0.5247742243,318,1.690644492,-0.211480909,11046.253178 +195,-1.572293943,0.5238808754,318,1.690644492,-0.211480909,11128.565831 +196,-1.610848725,0.5477107964,318,1.690644492,-0.211480909,10989.599693 +197,-1.208485554,0.7918526018,318,1.690644492,-0.211480909,10003.676734 +198,-1.335601374,0.6869083083,318,1.690644492,-0.211480909,10517.660628 +199,-1.346156996,0.6825213377,318,1.690644492,-0.211480909,10542.052201 +200,-1.324381037,0.6741422347,318,1.690644492,-0.211480909,10557.747117 +201,-1.242424992,0.7378949807,318,1.690644492,-0.211480909,10238.312763 +202,-1.270370057,0.7392461008,318,1.690644492,-0.211480909,10262.739357 +203,-1.448950472,0.7441675014,318,1.690644492,-0.211480909,10333.865715 +204,-1.492662363,0.7523026852,318,1.690644492,-0.211480909,10296.88058 +205,-1.479098966,0.7763855017,318,1.690644492,-0.211480909,10204.217299 +206,-1.633760714,0.7869022408,318,1.690644492,-0.211480909,10082.191803 +207,-1.647406434,0.8101289331,318,1.690644492,-0.211480909,9982.9466727 +208,-1.564245052,0.5701509278,318,1.690644492,-0.211480909,10964.758868 +209,-1.646289963,0.6833746083,318,1.690644492,-0.211480909,10452.693207 +210,-1.5820631,0.6751952144,318,1.690644492,-0.211480909,10549.887503 +211,-1.613236298,0.6681681791,318,1.690644492,-0.211480909,10546.336709 +212,-1.914661867,0.8212566515,318,1.690644492,-0.211480909,9577.6999883 +213,-1.742133237,0.7250275956,318,1.690644492,-0.211480909,10173.636359 +214,-2.033144872,0.6557314699,318,1.690644492,-0.211480909,9735.8720966 +215,-2.039551981,0.6964723658,318,1.690644492,-0.211480909,9632.1537437 +216,-1.247341019,0.7622473908,318,1.690644492,-0.211480909,10154.093078 +217,-1.298239787,0.7084123392,318,1.690644492,-0.211480909,10404.870098 +218,-1.308539688,0.6926545592,318,1.690644492,-0.211480909,10473.727121 +219,-1.303263185,0.6888938396,318,1.690644492,-0.211480909,10483.169851 +220,-1.852400229,0.6004246149,318,1.690644492,-0.211480909,10331.742528 +221,-1.288947707,0.7473773692,318,1.690644492,-0.211480909,10249.413561 +222,-1.372031502,0.7472790993,318,1.690644492,-0.211480909,10304.296748 +223,-1.289805721,0.7242157877,318,1.690644492,-0.211480909,10337.566756 +224,-1.350807603,0.7533498126,318,1.690644492,-0.211480909,10270.221646 +225,-1.329290365,0.7560442322,318,1.690644492,-0.211480909,10246.96317 +226,-1.410153004,0.616936428,318,1.690644492,-0.211480909,10831.189111 +227,-1.393445434,0.6308995063,318,1.690644492,-0.211480909,10769.88415 +228,-1.37595573,0.6241540638,318,1.690644492,-0.211480909,10787.365025 +229,-1.358388707,0.6172645205,318,1.690644492,-0.211480909,10802.630496 +230,-1.753741133,0.8281661666,318,1.690644492,-0.211480909,9802.1231875 +231,-1.47430987,0.6834615681,318,1.690644492,-0.211480909,10572.531634 +232,-1.421012508,0.7222725206,318,1.690644492,-0.211480909,10417.94146 +233,-1.4476833,0.6978557868,318,1.690644492,-0.211480909,10517.283776 +234,-1.470370723,0.6966193374,318,1.690644492,-0.211480909,10521.014099 +235,-1.429211703,0.7037216883,318,1.690644492,-0.211480909,10492.607375 +236,-1.700578405,0.6178673663,318,1.690644492,-0.211480909,10602.258071 +237,-1.678117619,0.6331716163,318,1.690644492,-0.211480909,10587.253136 +238,-1.725644578,0.6316331145,318,1.690644492,-0.211480909,10512.31606 +239,-2.14012759,0.7930497945,318,1.690644492,-0.211480909,9178.5475787 +240,-2.103289431,0.7653606263,318,1.690644492,-0.211480909,9325.0987552 +241,-1.318739838,0.7017808746,318,1.690644492,-0.211480909,10447.649535 +242,-1.396417427,0.7077900843,318,1.690644492,-0.211480909,10468.802195 +243,-1.35650337,0.7185539404,318,1.690644492,-0.211480909,10408.739161 +244,-1.248884539,0.7274156818,318,1.690644492,-0.211480909,10283.936633 +245,-1.395014798,0.5761185243,318,1.690644492,-0.211480909,10985.34335 +246,-1.433377362,0.6064716109,318,1.690644492,-0.211480909,10878.014322 +247,-1.408172432,0.5903155476,318,1.690644492,-0.211480909,10935.346816 +248,-1.749645898,0.7757118084,318,1.690644492,-0.211480909,9989.4866413 +249,-1.571626686,0.615046989,318,1.690644492,-0.211480909,10787.72216 +250,-1.514070049,0.6303003037,318,1.690644492,-0.211480909,10769.650027 +251,-1.480890369,0.6237966528,318,1.690644492,-0.211480909,10807.153402 +252,-1.704390658,0.5281680612,318,1.690644492,-0.211480909,10882.329538 +253,-1.64434733,0.5254277498,318,1.690644492,-0.211480909,11011.784871 +254,-1.703855997,0.4792484842,318,1.690644492,-0.211480909,11027.688448 +255,-1.692002383,0.5748825051,318,1.690644492,-0.211480909,10759.745858 +256,-1.854136457,0.5544643913,318,1.690644492,-0.211480909,10442.951875 +257,-1.665021206,0.520317736,318,1.690644492,-0.211480909,10989.229502 +258,-1.733654349,0.4845187345,318,1.690644492,-0.211480909,10938.104804 +259,-1.720938188,0.5135933906,318,1.690644492,-0.211480909,10888.168983 +260,-1.742668307,0.553296122,318,1.690644492,-0.211480909,10722.062786 +261,-1.965659039,0.7142126903,318,1.690644492,-0.211480909,9769.1805597 +262,-1.944438071,0.6772834804,318,1.690644492,-0.211480909,9911.8451197 +263,-1.270340967,0.7681487096,318,1.690644492,-0.211480909,10154.579846 +264,-1.353091884,0.6549276821,318,1.690644492,-0.211480909,10653.41392 +265,-1.333236659,0.6413584414,318,1.690644492,-0.211480909,10690.287111 +266,-1.352015998,0.6753788907,318,1.690644492,-0.211480909,10573.587051 +267,-1.377988483,0.6577816235,318,1.690644492,-0.211480909,10657.255081 +268,-2.13075611,0.8318642051,318,1.690644492,-0.211480909,9115.5730133 +269,-2.097910953,0.8259670014,318,1.690644492,-0.211480909,9200.8155313 +270,-1.416382069,0.6694271549,318,1.690644492,-0.211480909,10625.824415 +271,-1.538905672,0.7535625993,318,1.690644492,-0.211480909,10275.594049 +272,-1.572309477,0.7803125099,318,1.690644492,-0.211480909,10153.397529 +273,-1.87759879,0.7503853417,318,1.690644492,-0.211480909,9856.6651818 +274,1.152365588,0.590457682,318,1.690644492,-0.211480909,3768.8719235 +275,0.350198001,0.718001859,318,1.690644492,-0.211480909,6102.9736628 +276,0.046513677,0.491503852,318,1.690644492,-0.211480909,6867.341697 +277,0.027510309,0.742571376,318,1.690644492,-0.211480909,7053.3085539 +278,0.306285725,-0.214631579,318,1.690644492,-0.211480909,5336.091109 +279,-1.100564889,0.318051531,318,1.690644492,-0.211480909,11040.59616 +280,-1.078582306,0.301437596,318,1.690644492,-0.211480909,10974.410619 +281,-1.137371989,-0.617634065,318,1.690644492,-0.211480909,8955.6441165 +282,0.784356344,0.703272339,318,1.690644492,-0.211480909,4914.4544433 +283,-1.221209947,0.218327455,318,1.690644492,-0.211480909,11554.46595 +284,2.347301921,-0.449114658,318,1.690644492,-0.211480909,2622.3914093 +285,0.246820618,0.830553713,318,1.690644492,-0.211480909,6505.2590736 +286,0.829414965,0.703288228,318,1.690644492,-0.211480909,4805.1983031 +287,-1.337537566,0.42332223,318,1.690644492,-0.211480909,11502.937203 +288,0.882453706,0.454478077,318,1.690644492,-0.211480909,4080.3439541 +289,1.575629659,0.416419109,318,1.690644492,-0.211480909,2526.674513 +290,-1.039455679,0.229888244,318,1.690644492,-0.211480909,10852.357231 +291,0.489558039,0.934482747,318,1.690644492,-0.211480909,6059.0316963 +292,0.081344504,0.88384514,318,1.690644492,-0.211480909,6963.654285 +293,-1.547979814,0.300350308,318,1.690644492,-0.211480909,11931.940851 +294,0.040776181,0.168560074,318,1.690644492,-0.211480909,6663.8984211 +295,-1.130374745,0.563894876,318,1.690644492,-0.211480909,10625.282266 +296,1.578326642,0.478507176,318,1.690644492,-0.211480909,2766.8986415 +297,-1.12861823,-0.291640865,318,1.690644492,-0.211480909,10084.981209 +298,0.310524208,0.770885792,318,1.690644492,-0.211480909,6274.777486 +299,0.415649091,-0.387246002,318,1.690644492,-0.211480909,4834.3973051 +300,-0.926533878,-0.188022748,318,1.690644492,-0.211480909,9843.7619205 +301,1.258856172,-0.11716081,318,1.690644492,-0.211480909,1727.1297113 +302,-1.126050026,0.322941926,318,1.690644492,-0.211480909,11127.524762 +303,2.002785835,0.07893892,318,1.690644492,-0.211480909,1683.5514223 +304,0.440437607,0.746258085,318,1.690644492,-0.211480909,5889.9373829 +305,-0.030391866,0.214441206,318,1.690644492,-0.211480909,6969.6698302 +306,0.521557815,-0.058929362,318,1.690644492,-0.211480909,4617.8836759 +307,-0.097005111,0.13317729,318,1.690644492,-0.211480909,7167.1465509 +308,1.83113859,0.221857587,318,1.690644492,-0.211480909,1803.0615703 +309,0.222428864,0.099404236,318,1.690644492,-0.211480909,5909.4978972 +310,-1.702731345,0.8728568183,318,1.690644492,-0.211480909,9698.8987492 +311,-0.418507569,0.278324921,318,1.690644492,-0.211480909,8479.9280149 +312,-1.41153306,0.339029988,318,1.690644492,-0.211480909,11916.795474 +313,0.357560442,0.114788776,318,1.690644492,-0.211480909,5405.4316445 +314,0.325818979,0.268352149,318,1.690644492,-0.211480909,5676.9605652 +315,-1.246004659,-0.663679965,318,1.690644492,-0.211480909,8894.8792686 +316,1.814603087,0.637404484,318,1.690644492,-0.211480909,3394.14172 +317,1.843704281,-0.18300445,318,1.690644492,-0.211480909,605.0761231 +318,1.690644492,-0.211480909,318,1.690644492,-0.211480909,0 +319,-1.275451936,0.068109467,318,1.690644492,-0.211480909,11551.964079 +320,0.762430171,-0.207594741,318,1.690644492,-0.211480909,3590.184097 +321,0.265668905,-0.014647884,318,1.690644492,-0.211480909,5645.0403589 +322,-2.773032013,-0.335515811,318,1.690644492,-0.211480909,6850.953031 +323,-1.469512853,0.174058777,318,1.690644492,-0.211480909,12278.984711 +324,0.286276986,0.785925691,318,1.690644492,-0.211480909,6356.764695 +325,-1.379324697,0.377432233,318,1.690644492,-0.211480909,11732.810462 +326,-1.203778265,0.212813032,318,1.690644492,-0.211480909,11486.851715 +327,0.579916301,0.611743168,318,1.690644492,-0.211480909,5282.9535878 +328,0.267582642,0.868113908,318,1.690644492,-0.211480909,6488.1993484 +329,0.412869244,-0.050245578,318,1.690644492,-0.211480909,5045.7395717 +330,0.17524381,0.976660285,318,1.690644492,-0.211480909,6792.8287391 +331,0.743157214,0.204812899,318,1.690644492,-0.211480909,4073.9085654 +332,-1.070758176,0.269382282,318,1.690644492,-0.211480909,10964.100606 +333,-1.230364251,0.329790229,318,1.690644492,-0.211480909,11480.92154 +334,-1.374813124,-0.024926835,318,1.690644492,-0.211480909,11460.695444 +335,0.519780566,0.463669906,318,1.690644492,-0.211480909,5234.9183832 +336,-1.55108034,0.239698561,318,1.690644492,-0.211480909,12041.462714 +337,0.180294813,0.029739425,318,1.690644492,-0.211480909,6012.7010672 +338,0.67820924,0.268170153,318,1.690644492,-0.211480909,4400.2521002 +339,0.445798684,1.024001867,318,1.690644492,-0.211480909,6287.3565447 +340,0.691751283,0.150521402,318,1.690644492,-0.211480909,4185.737888 +341,-1.036643551,-0.903056181,318,1.690644492,-0.211480909,7806.1276019 +342,-0.120287036,1.083325163,318,1.690644492,-0.211480909,7405.4806858 +343,2.823513113,-0.304487164,318,1.690644492,-0.211480909,4335.3841228 +344,0.457583172,1.12513373,318,1.690644492,-0.211480909,6419.0919092 +345,0.042918831,0.813795399,318,1.690644492,-0.211480909,7036.4281113 +346,1.196146777,-0.853142756,318,1.690644492,-0.211480909,3014.7083027 +347,0.206001358,-0.010430701,318,1.690644492,-0.211480909,5879.6065391 +348,-0.268308653,0.234799412,318,1.690644492,-0.211480909,7889.7584346 +349,0.759363263,0.736189579,318,1.690644492,-0.211480909,5050.4753581 +350,0.181363926,0.891988372,318,1.690644492,-0.211480909,6720.8896342 +351,-0.021111158,0.139103292,318,1.690644492,-0.211480909,6879.0578522 +352,-0.093355215,0.630686981,318,1.690644492,-0.211480909,7390.9245344 +353,0.40118964,0.681375926,318,1.690644492,-0.211480909,5910.145391 +354,-0.721197315,1.304706234,318,1.690644492,-0.211480909,7826.6934654 +355,-1.076150317,0.212107639,318,1.690644492,-0.211480909,10992.824979 +356,-1.577164531,0.273993443,318,1.690644492,-0.211480909,11899.141337 +357,-0.190788414,0.182208586,318,1.690644492,-0.211480909,7562.1804141 +358,-0.261349752,0.209710184,318,1.690644492,-0.211480909,7849.6649264 +359,-1.029303852,0.083549259,318,1.690644492,-0.211480909,10717.292349 +360,-1.268609162,0.330525297,318,1.690644492,-0.211480909,11603.729859 +361,1.282982244,-0.926641967,318,1.690644492,-0.211480909,3112.2808581 +362,0.217352334,0.731352408,318,1.690644492,-0.211480909,6496.8491928 +363,-1.511833084,0.258629297,318,1.690644492,-0.211480909,12144.064515 +364,0.338812194,0.823184618,318,1.690644492,-0.211480909,6259.6904338 +365,-0.324406489,1.134201999,318,1.690644492,-0.211480909,7714.2558736 +366,1.389579348,0.399185724,318,1.690644492,-0.211480909,2686.0758076 +367,2.047152199,-0.039082036,318,1.690644492,-0.211480909,1556.870346 +368,0.947780369,0.568250077,318,1.690644492,-0.211480909,4175.3856496 +369,0.763824846,0.576754987,318,1.690644492,-0.211480909,4688.2794765 +370,-0.142334657,0.928153068,318,1.690644492,-0.211480909,7511.7600396 +371,0.610266567,0.547265983,318,1.690644492,-0.211480909,5081.2227149 +372,0.210731629,0.746815056,318,1.690644492,-0.211480909,6529.097886 +373,-1.34931644,0.316895224,318,1.690644492,-0.211480909,11873.609693 +374,2.407696481,0.655030745,318,1.690644492,-0.211480909,4343.9457049 +375,0.64207831,0.545359131,318,1.690644492,-0.211480909,4981.4777086 +376,1.174597538,0.840588356,318,1.690644492,-0.211480909,4544.9001367 +377,0.660059424,0.010604079,318,1.690644492,-0.211480909,4145.1833564 +378,-0.730263819,0.010486456,318,1.690644492,-0.211480909,9502.777952 +379,0.831068936,0.512339172,318,1.690644492,-0.211480909,4358.1098114 +380,1.301180979,0.72367476,318,1.690644492,-0.211480909,3967.9514721 +381,1.811128231,0.322854402,318,1.690644492,-0.211480909,2168.213176 +382,0.435105812,0.992284428,318,1.690644492,-0.211480909,6261.508465 +383,0.62643634,0.592027932,318,1.690644492,-0.211480909,5112.1941107 +384,0.492988703,-0.516339467,318,1.690644492,-0.211480909,4532.996581 +385,-0.162469483,0.112549365,318,1.690644492,-0.211480909,7404.8661725 +386,0.314630866,0.472006421,318,1.690644492,-0.211480909,5932.0794267 +387,0.166744804,0.822815954,318,1.690644492,-0.211480909,6709.1703997 +388,0.417159608,0.965805736,318,1.690644492,-0.211480909,6260.5287957 +389,0.106334961,0.868774244,318,1.690644492,-0.211480909,6893.7754111 +390,0.815086969,-0.338144359,318,1.690644492,-0.211480909,3364.3039871 +391,0.59867455,-0.230624824,318,1.690644492,-0.211480909,4209.2940417 +392,1.915104874,0.066220985,318,1.690644492,-0.211480909,1411.0639876 +393,1.278093622,0.064463721,318,1.690644492,-0.211480909,1957.8568814 +394,-0.061477853,0.302997961,318,1.690644492,-0.211480909,7144.9186109 +395,0.251311504,0.626976942,318,1.690644492,-0.211480909,6298.6323354 +396,2.950242872,0.149095644,318,1.690644492,-0.211480909,5160.0795735 +397,-0.180294708,0.35375117,318,1.690644492,-0.211480909,7612.4449187 +398,1.010448592,-0.351180233,318,1.690644492,-0.211480909,2640.2914276 +399,-1.748740498,0.3686318073,318,1.690644492,-0.211480909,11155.091463 +400,2.699635665,0.123533791,318,1.690644492,-0.211480909,4188.9346536 +401,0.496808033,0.823843254,318,1.690644492,-0.211480909,5862.994053 +402,0.129574704,0.763364087,318,1.690644492,-0.211480909,6771.2932401 +403,1.798920311,0.817447563,318,1.690644492,-0.211480909,4093.6695432 +404,0.335987953,0.746786541,318,1.690644492,-0.211480909,6177.1879152 +405,-1.085413643,0.292154671,318,1.690644492,-0.211480909,11006.605435 +406,-0.155321003,0.508207011,318,1.690644492,-0.211480909,7571.7691415 +407,0.620529244,-0.301175104,318,1.690644492,-0.211480909,4099.8868044 +408,1.684402744,0.368716966,318,1.690644492,-0.211480909,2298.292147 +409,0.300582244,-0.386397212,318,1.690644492,-0.211480909,5254.1817675 +410,2.913555946,-0.009225192,318,1.690644492,-0.211480909,4867.8283503 +411,1.465101417,0.493232532,318,1.690644492,-0.211480909,2922.2158775 +412,0.090612882,0.907955955,318,1.690644492,-0.211480909,6951.082126 +413,2.987564726,-0.729568594,318,1.690644492,-0.211480909,4860.2324944 +414,-1.484261606,0.224149272,318,1.690644492,-0.211480909,12305.585905 +415,0.164073421,0.303955133,318,1.690644492,-0.211480909,6307.4104863 +416,0.141441293,0.167552546,318,1.690644492,-0.211480909,6278.1387157 +417,2.931321023,-0.506718887,318,1.690644492,-0.211480909,4682.3091927 +418,2.21951565,0.700596356,318,1.690644492,-0.211480909,4102.1084451 +419,0.268112576,1.199114336,318,1.690644492,-0.211480909,6790.7770048 +420,0.978913739,0.359223811,318,1.690644492,-0.211480909,3576.5052103 +421,1.210898818,0.522863584,318,1.690644492,-0.211480909,3436.6413795 +422,2.347397336,0.129231362,318,1.690644492,-0.211480909,2917.263121 +423,0.614394501,0.556878345,318,1.690644492,-0.211480909,5085.4375787 +424,-1.398079356,0.148483366,318,1.690644492,-0.211480909,12120.275119 +425,2.535303836,-0.112984496,318,1.690644492,-0.211480909,3320.5482196 +426,-1.019372593,-0.405322349,318,1.690644492,-0.211480909,9482.7414892 +427,-1.297785627,-0.160104069,318,1.690644492,-0.211480909,10853.283135 +428,2.144554488,0.205051084,318,1.690644492,-0.211480909,2430.560809 +429,-2.242387083,-0.426171285,318,1.690644492,-0.211480909,8476.3811695 +430,0.338637212,0.909723676,318,1.690644492,-0.211480909,6362.1610784 +431,-0.148798452,0.691042401,318,1.690644492,-0.211480909,7569.8082299 +432,0.893524764,0.441829531,318,1.690644492,-0.211480909,4019.3912805 +433,0.969229347,-0.368847936,318,1.690644492,-0.211480909,2799.6112332 +434,0.436043248,0.800045688,318,1.690644492,-0.211480909,5979.2773292 +435,1.687946607,1.081504775,318,1.690644492,-0.211480909,5121.5231827 +436,0.522302046,-0.034889271,318,1.690644492,-0.211480909,4634.8495221 +437,-0.178996113,-0.438090009,318,1.690644492,-0.211480909,6905.122334 +438,-1.094339566,0.301444068,318,1.690644492,-0.211480909,11032.81302 +439,-1.064070054,0.242569932,318,1.690644492,-0.211480909,10946.223081 +440,-1.068153768,0.230387998,318,1.690644492,-0.211480909,10963.025551 +441,-3.00496892,-0.23989155,318,1.690644492,-0.211480909,6087.4534161 +442,0.21751974,0.766874888,318,1.690644492,-0.211480909,6527.212786 +443,0.117229532,0.007619006,318,1.690644492,-0.211480909,6238.4000417 +444,0.777758451,0.420554741,318,1.690644492,-0.211480909,4328.3666137 +445,-0.252356999,0.250747086,318,1.690644492,-0.211480909,7836.9700388 +446,0.363148444,0.768483434,318,1.690644492,-0.211480909,6129.0327274 +447,0.903191366,-0.118210676,318,1.690644492,-0.211480909,3095.4426212 +448,-0.205755923,0.149406178,318,1.690644492,-0.211480909,7598.2331896 +449,1.811996086,0.02364353,318,1.690644492,-0.211480909,1046.5657225 +450,-1.100670221,0.314845373,318,1.690644492,-0.211480909,11044.14308 +451,0.340078597,0.850105132,318,1.690644492,-0.211480909,6288.3415897 +452,0.258757267,0.804969236,318,1.690644492,-0.211480909,6449.6830666 +453,2.78505352,-0.155160804,318,1.690644492,-0.211480909,4259.5349653 +454,0.800551619,0.105822106,318,1.690644492,-0.211480909,3723.7455262 +455,0.437940882,-0.506194031,318,1.690644492,-0.211480909,4724.0154623 +456,2.230431122,0.63458615,318,1.690644492,-0.211480909,3910.5182533 +457,0.527965361,0.127667701,318,1.690644492,-0.211480909,4771.041143 +458,-0.063643205,0.702093448,318,1.690644492,-0.211480909,7312.1089845 +459,1.408447268,0.133010502,318,1.690644492,-0.211480909,1759.8328063 +460,0.523795955,0.280266966,318,1.690644492,-0.211480909,4968.2897871 +461,-0.975769313,0.072177659,318,1.690644492,-0.211480909,10502.464722 +462,0.549774164,-0.463663986,318,1.690644492,-0.211480909,4335.8591774 +463,0.29245874,1.095549818,318,1.690644492,-0.211480909,6657.7573407 +464,0.143625958,0.816809593,318,1.690644492,-0.211480909,6766.7042267 +465,0.671902494,0.611159853,318,1.690644492,-0.211480909,5017.1643061 +466,1.239840988,0.6724199,318,1.690644492,-0.211480909,3878.4264445 +467,0.607829703,-0.10932137,318,1.690644492,-0.211480909,4245.3120411 +468,1.763020906,0.263996692,318,1.690644492,-0.211480909,1904.6375714 +469,0.378714634,0.726066797,318,1.690644492,-0.211480909,6032.5412725 +470,2.196736143,-0.153862366,318,1.690644492,-0.211480909,1983.4361301 +471,0.01702415,0.148991565,318,1.690644492,-0.211480909,6739.9269016 +472,-2.998490902,-0.158002487,318,1.690644492,-0.211480909,6180.0245149 +473,-3.051262951,-0.346595608,318,1.690644492,-0.211480909,5831.3471298 +474,-1.069176439,0.182802941,318,1.690644492,-0.211480909,10957.003288 +475,0.167157509,0.595344954,318,1.690644492,-0.211480909,6536.88696 +476,0.613855648,0.681746124,318,1.690644492,-0.211480909,5312.0425915 +477,1.037012736,0.682555367,318,1.690644492,-0.211480909,4284.3250656 +478,-1.253574971,0.379755746,318,1.690644492,-0.211480909,11442.971438 +479,3.108590453,-0.132620738,318,1.690644492,-0.211480909,5523.9013981 +480,0.565301296,0.022333262,318,1.690644492,-0.211480909,4520.4187994 +481,0.547898238,0.855555614,318,1.690644492,-0.211480909,5794.5398518 +482,0.948309381,0.417393755,318,1.690644492,-0.211480909,3802.5178655 +483,-0.050600732,0.945269213,318,1.690644492,-0.211480909,7293.6065262 +484,-0.977651478,-0.572363064,318,1.690644492,-0.211480909,8859.9933807 +485,1.102014914,0.728861163,318,1.690644492,-0.211480909,4298.3251751 +486,2.927300795,-0.282939414,318,1.690644492,-0.211480909,4735.5682181 +487,-1.154565557,0.124434095,318,1.690644492,-0.211480909,11236.628865 +488,1.855331234,0.291044755,318,1.690644492,-0.211480909,2092.3510552 +489,0.830290659,0.276904518,318,1.690644492,-0.211480909,3886.8213377 +490,0.485104466,-0.234867441,318,1.690644492,-0.211480909,4641.5095731 +491,0.521367572,-0.33161327,318,1.690644492,-0.211480909,4462.9031782 +1,-1.539031704,0.7349710123,319,-1.275451936,0.068109467,2801.0899672 +2,-1.536990553,0.7349663874,319,-1.275451936,0.068109467,2798.6816805 +3,-1.534951779,0.7349571355,319,-1.275451936,0.068109467,2796.2757612 +4,-1.532906461,0.7349480293,319,-1.275451936,0.068109467,2793.8792504 +5,-1.531320211,0.7346937278,319,-1.275451936,0.068109467,2791.130162 +6,-1.539451648,0.7335131775,319,-1.275451936,0.068109467,2796.2940781 +7,-1.537429487,0.7335445708,319,-1.275451936,0.068109467,2794.0286174 +8,-1.535484998,0.7335658704,319,-1.275451936,0.068109467,2791.833418 +9,-1.533488396,0.7336036027,319,-1.275451936,0.068109467,2789.6529936 +10,-1.531497785,0.7335842962,319,-1.275451936,0.068109467,2787.2876954 +11,-1.530259379,0.7334777758,319,-1.275451936,0.068109467,2785.4791951 +12,-1.5335454,0.7322346912,319,-1.275451936,0.068109467,2784.7342878 +13,-1.531489083,0.7322238773,319,-1.275451936,0.068109467,2782.3175691 +14,-1.530011122,0.7321679851,319,-1.275451936,0.068109467,2780.4153821 +15,-1.53348106,0.7306614094,319,-1.275451936,0.068109467,2778.9322569 +16,-1.531441779,0.7306962275,319,-1.275451936,0.068109467,2776.6946342 +17,-1.529755654,0.7306933243,319,-1.275451936,0.068109467,2774.7417461 +18,-1.533415048,0.7291384674,319,-1.275451936,0.068109467,2773.3128093 +19,-1.531392093,0.7291705353,319,-1.275451936,0.068109467,2771.0774311 +20,-1.529296523,0.7291214933,319,-1.275451936,0.068109467,2768.4793782 +21,-1.535280942,0.727267644,319,-1.275451936,0.068109467,2768.6986784 +22,-1.533378158,0.7276139666,319,-1.275451936,0.068109467,2767.7230211 +23,-1.531340368,0.7276446587,319,-1.275451936,0.068109467,2765.4585332 +24,-1.528960113,0.7276398177,319,-1.275451936,0.068109467,2762.6866227 +25,-1.533313146,0.7260818349,319,-1.275451936,0.068109467,2762.0739384 +26,-1.531259555,0.7260958115,319,-1.275451936,0.068109467,2759.7234325 +27,-1.528926415,0.7260865555,319,-1.275451936,0.068109467,2756.9821588 +28,-1.531226779,0.7245511789,319,-1.275451936,0.068109467,2754.0610147 +29,-1.528904772,0.7245519194,319,-1.275451936,0.068109467,2751.3610846 +30,-1.547195875,0.7409785979,319,-1.275451936,0.068109467,2832.5266123 +31,-1.5451475,0.740980426,319,-1.275451936,0.068109467,2830.0965241 +32,-1.543097679,0.7409798872,319,-1.275451936,0.068109467,2827.6724497 +33,-1.540720364,0.7409892687,319,-1.275451936,0.068109467,2824.9178855 +34,-1.547188511,0.7395198392,319,-1.275451936,0.068109467,2827.2443144 +35,-1.545148587,0.7395226109,319,-1.275451936,0.068109467,2824.8207437 +36,-1.543104538,0.7395314908,319,-1.275451936,0.068109467,2822.4306472 +37,-1.540727751,0.7395306258,319,-1.275451936,0.068109467,2819.6314581 +38,-1.547187029,0.7380014886,319,-1.275451936,0.068109467,2821.7553283 +39,-1.545147315,0.7380012252,319,-1.275451936,0.068109467,2819.3137562 +40,-1.54310719,0.7380060743,319,-1.275451936,0.068109467,2816.9064338 +41,-1.540719671,0.7380068206,319,-1.275451936,0.068109467,2814.0920276 +42,-1.547187189,0.7364799098,319,-1.275451936,0.068109467,2816.2584216 +43,-1.545149996,0.7364853874,319,-1.275451936,0.068109467,2813.8333134 +44,-1.543106091,0.7364823484,319,-1.275451936,0.068109467,2811.3856536 +45,-1.540717158,0.7364893901,319,-1.275451936,0.068109467,2808.5839457 +46,-1.538663972,0.7410138672,319,-1.275451936,0.068109467,2822.6129661 +47,-1.53695285,0.7409699132,319,-1.275451936,0.068109467,2820.4733759 +48,-1.534910498,0.7409641297,319,-1.275451936,0.068109467,2818.104296 +49,-1.533145034,0.7409536636,319,-1.275451936,0.068109467,2816.0496274 +50,-1.538681336,0.7395405883,319,-1.275451936,0.068109467,2817.2779595 +51,-1.536999189,0.7395183096,319,-1.275451936,0.068109467,2815.24491 +52,-1.534923633,0.7395144222,319,-1.275451936,0.068109467,2812.8374568 +53,-1.533267822,0.7395654306,319,-1.275451936,0.068109467,2811.1263349 +54,-1.53867273,0.7380151077,319,-1.275451936,0.068109467,2811.7246772 +55,-1.536980576,0.7379994392,319,-1.275451936,0.068109467,2809.6982377 +56,-1.534931522,0.7379944961,319,-1.275451936,0.068109467,2807.310428 +57,-1.533387952,0.7379480264,319,-1.275451936,0.068109467,2805.3667687 +58,-1.538682279,0.7364914363,319,-1.275451936,0.068109467,2806.2008624 +59,-1.536980704,0.7364810563,319,-1.275451936,0.068109467,2804.1766941 +60,-1.534935567,0.7364752065,319,-1.275451936,0.068109467,2801.7829796 +61,-1.533042592,0.7363876366,319,-1.275451936,0.068109467,2799.2826155 +62,-1.545143426,0.7349628011,319,-1.275451936,0.068109467,2808.3191484 +63,-1.543105297,0.7349691947,319,-1.275451936,0.068109467,2805.9052627 +64,-1.541064533,0.7349647152,319,-1.275451936,0.068109467,2803.4652109 +65,-1.545411803,0.7334624714,319,-1.275451936,0.068109467,2803.2181463 +66,-1.543446606,0.7334780896,319,-1.275451936,0.068109467,2800.9155265 +67,-1.541475327,0.7334957295,319,-1.275451936,0.068109467,2798.6283425 +68,-1.545401939,0.731963266,319,-1.275451936,0.068109467,2797.7889211 +69,-1.54342253,0.7319915583,319,-1.275451936,0.068109467,2795.5081812 +70,-1.541455867,0.7320216438,319,-1.275451936,0.068109467,2793.2648475 +71,-1.545410146,0.7304422281,319,-1.275451936,0.068109467,2792.3044185 +72,-1.543435491,0.7304713664,319,-1.275451936,0.068109467,2790.0252144 +73,-1.541463105,0.7304997613,319,-1.275451936,0.068109467,2787.7617193 +74,-1.545414768,0.7289194936,319,-1.275451936,0.068109467,2786.8113084 +75,-1.543435774,0.7289538557,319,-1.275451936,0.068109467,2784.5385213 +76,-1.541457714,0.7289765881,319,-1.275451936,0.068109467,2782.2405978 +77,-1.539449415,0.7320555866,319,-1.275451936,0.068109467,2791.0039595 +78,-1.537429183,0.7321097681,319,-1.275451936,0.068109467,2788.8166459 +79,-1.535472649,0.7321497267,319,-1.275451936,0.068109467,2786.668741 +80,-1.539457899,0.7305333307,319,-1.275451936,0.068109467,2785.4936849 +81,-1.537453161,0.7305750503,319,-1.275451936,0.068109467,2783.2720878 +82,-1.535479385,0.7306124949,319,-1.275451936,0.068109467,2781.087629 +83,-1.53946905,0.7290102593,319,-1.275451936,0.068109467,2779.9854473 +84,-1.537459922,0.7290417293,319,-1.275451936,0.068109467,2777.7141619 +85,-1.535451349,0.7290890157,319,-1.275451936,0.068109467,2775.5174255 +86,-1.535522937,0.7279887191,319,-1.275451936,0.068109467,2771.6035906 +87,-1.539442524,0.7274735939,319,-1.275451936,0.068109467,2774.3847791 +88,-1.537424111,0.727521351,319,-1.275451936,0.068109467,2772.1544909 +89,-1.539384641,0.7259505092,319,-1.275451936,0.068109467,2768.7973516 +90,-1.537372391,0.7259947145,319,-1.275451936,0.068109467,2766.5546851 +91,-1.535340789,0.7260435356,319,-1.275451936,0.068109467,2764.3225839 +92,-1.539325716,0.7244369706,319,-1.275451936,0.068109467,2763.2446272 +93,-1.537308932,0.7244801057,319,-1.275451936,0.068109467,2760.9859002 +94,-1.535289068,0.7245247645,319,-1.275451936,0.068109467,2758.7458317 +95,-1.533261366,0.7245550236,319,-1.275451936,0.068109467,2756.4610659 +96,-1.539267302,0.722921924,319,-1.275451936,0.068109467,2757.6884258 +97,-1.537248972,0.7229660258,319,-1.275451936,0.068109467,2755.4245387 +98,-1.535219431,0.7229916471,319,-1.275451936,0.068109467,2753.0970929 +99,-1.53318962,0.7230212049,319,-1.275451936,0.068109467,2750.8005419 +100,-1.531154816,0.7230299897,319,-1.275451936,0.068109467,2748.4395218 +101,-1.528878341,0.7230370244,319,-1.275451936,0.068109467,2745.8079567 +102,-1.539218189,0.7214009878,319,-1.275451936,0.068109467,2752.1235302 +103,-1.537198791,0.7214422745,319,-1.275451936,0.068109467,2749.8412106 +104,-1.535179266,0.7214634354,319,-1.275451936,0.068109467,2747.5025884 +105,-1.533156501,0.7214944644,319,-1.275451936,0.068109467,2745.2127274 +106,-1.53113574,0.7215166021,319,-1.275451936,0.068109467,2742.9097971 +107,-1.528874248,0.7215345535,319,-1.275451936,0.068109467,2740.3276423 +108,-1.539217656,0.7198512397,319,-1.275451936,0.068109467,2746.5147288 +109,-1.537199919,0.7199428763,319,-1.275451936,0.068109467,2744.4093186 +110,-1.545425832,0.727397149,319,-1.275451936,0.068109467,2781.3293242 +111,-1.543371177,0.7273916949,319,-1.275451936,0.068109467,2778.8137033 +112,-1.541368852,0.7274523163,319,-1.275451936,0.068109467,2776.6168574 +113,-1.545349067,0.7258710923,319,-1.275451936,0.068109467,2775.7285084 +114,-1.54332671,0.7258603556,319,-1.275451936,0.068109467,2773.226138 +115,-1.541346831,0.7259242142,319,-1.275451936,0.068109467,2771.0610593 +116,-1.545324355,0.7243383958,319,-1.275451936,0.068109467,2770.1688644 +117,-1.543292796,0.7243617413,319,-1.275451936,0.068109467,2767.7711579 +118,-1.541295822,0.7244024384,319,-1.275451936,0.068109467,2765.4947405 +119,-1.543193859,0.7205570215,319,-1.275451936,0.068109467,2753.9131351 +120,-1.550257047,0.7386738187,319,-1.275451936,0.068109467,2827.8838834 +121,-1.549335448,0.7311736483,319,-1.275451936,0.068109467,2799.7251947 +122,-1.533478843,0.7179891343,319,-1.275451936,0.068109467,2732.8641624 +123,-1.556150555,0.738907041,319,-1.275451936,0.068109467,2835.9247786 +124,-1.554324226,0.733414257,319,-1.275451936,0.068109467,2813.9335456 +125,-1.554290846,0.7288285332,319,-1.275451936,0.068109467,2797.4255946 +126,-1.55122487,0.7219795312,319,-1.275451936,0.068109467,2768.9983281 +127,-1.525104458,0.7229399862,319,-1.275451936,0.068109467,2741.095025 +128,-1.519607711,0.7236181429,319,-1.275451936,0.068109467,2737.3364943 +129,-1.513899999,0.7251107854,319,-1.275451936,0.068109467,2736.485119 +130,-1.536620762,0.7431061895,319,-1.275451936,0.068109467,2827.8682941 +131,-1.5369566,0.7460845958,319,-1.275451936,0.068109467,2839.100878 +132,-1.545345528,0.7447040685,319,-1.275451936,0.068109467,2843.8159261 +133,-1.532813921,0.7432306626,319,-1.275451936,0.068109467,2823.9826772 +134,-1.554788248,0.7382381001,319,-1.275451936,0.068109467,2831.8433485 +135,-1.540348126,0.7301594274,319,-1.275451936,0.068109467,2785.1977177 +136,-1.538016084,0.7239051786,319,-1.275451936,0.068109467,2759.7470395 +137,-1.525288962,0.7258085137,319,-1.275451936,0.068109467,2751.7887412 +138,-1.534326986,0.731241342,319,-1.275451936,0.068109467,2782.0278358 +139,-1.530733872,0.7303625216,319,-1.275451936,0.068109467,2774.6610728 +141,-1.534354939,0.7328219978,319,-1.275451936,0.068109467,2787.8121423 +142,-1.53157084,0.7292888153,319,-1.275451936,0.068109467,2771.7155124 +143,-1.525691035,0.7263799874,319,-1.275451936,0.068109467,2754.3364799 +144,-1.534031287,0.7495967835,319,-1.275451936,0.068109467,2848.5986559 +145,-1.527714986,0.7283095957,319,-1.275451936,0.068109467,2763.7004264 +146,-1.526189586,0.7271468292,319,-1.275451936,0.068109467,2757.708153 +147,-1.555177336,0.7375563366,319,-1.275451936,0.068109467,2829.871558 +148,-1.555080283,0.7312707794,319,-1.275451936,0.068109467,2807.1766347 +149,-1.53856994,0.7224180299,319,-1.275451936,0.068109467,2755.0240718 +150,-1.530837883,0.729933372,319,-1.275451936,0.068109467,2773.2165593 +151,-1.515066984,0.5854133365,319,-1.275451936,0.068109467,2231.9716624 +152,-1.534731633,0.5368370046,319,-1.275451936,0.068109467,2093.9945802 +153,-1.515231902,0.5607085576,319,-1.275451936,0.068109467,2144.901754 +154,-2.616253799,1.0684566605,319,-1.275451936,0.068109467,5548.6523845 +155,-1.956071439,0.5792177723,319,-1.275451936,0.068109467,3226.6180259 +156,-1.951208514,0.5602434208,319,-1.275451936,0.068109467,3174.9685661 +157,-1.944675062,0.6062144545,319,-1.275451936,0.068109467,3250.1333524 +158,-1.613778386,0.6077989518,319,-1.275451936,0.068109467,2472.3936897 +159,-2.035029014,0.6021432345,319,-1.275451936,0.068109467,3497.9682589 +160,-2.114989471,0.6801825058,319,-1.275451936,0.068109467,3863.7767609 +161,-2.037382079,0.5765830025,319,-1.275451936,0.068109467,3459.4971097 +162,-2.129855121,0.6585019963,319,-1.275451936,0.068109467,3868.48115 +163,-2.075141798,0.6493615843,319,-1.275451936,0.068109467,3697.9681384 +164,-1.828626729,0.6948433129,319,-1.275451936,0.068109467,3174.6241456 +165,-1.863329418,0.6735427691,319,-1.275451936,0.068109467,3198.3169582 +166,-1.266037071,0.727988852,319,-1.275451936,0.068109467,2613.9955183 +167,-1.277579582,0.7249010648,319,-1.275451936,0.068109467,2601.5624852 +168,-1.258418684,0.7241194816,319,-1.275451936,0.068109467,2599.1595986 +169,-1.317813974,0.6804850104,319,-1.275451936,0.068109467,2430.4094225 +170,-1.344165204,0.6790988904,319,-1.275451936,0.068109467,2432.7497047 +171,-1.427582102,0.5277120351,319,-1.275451936,0.068109467,1907.4573135 +172,-1.402238616,0.457167829,319,-1.275451936,0.068109467,1614.4424013 +173,-1.422454264,0.4996161999,319,-1.275451936,0.068109467,1796.5640783 +174,-1.439089277,0.4894859811,319,-1.275451936,0.068109467,1779.5616602 +175,-1.448126995,0.5182330266,319,-1.275451936,0.068109467,1896.9031524 +176,-1.474626146,0.5881926574,319,-1.275451936,0.068109467,2187.2934295 +177,-1.421139645,0.5584869783,319,-1.275451936,0.068109467,2016.4770125 +178,-1.457037165,0.565943032,319,-1.275451936,0.068109467,2083.8712722 +179,-2.757159358,0.3745319,319,-1.275451936,0.068109467,5795.2554845 +180,-2.714309238,0.342054471,319,-1.275451936,0.068109467,5639.6392175 +181,-2.000525337,0.774119946,319,-1.275451936,0.068109467,3763.8100487 +183,-1.571413436,0.6777838382,319,-1.275451936,0.068109467,2639.6538551 +184,-1.552860289,0.6987663893,319,-1.275451936,0.068109467,2688.0328425 +185,-1.521852374,0.7165827476,319,-1.275451936,0.068109467,2714.1261358 +186,-1.503656267,0.6928968252,319,-1.275451936,0.068109467,2606.5349043 +187,-1.502753178,0.7136205882,319,-1.275451936,0.068109467,2682.0004082 +188,-1.631894563,0.7343596465,319,-1.275451936,0.068109467,2924.5023191 +189,-1.653765416,0.6770714026,319,-1.275451936,0.068109467,2770.1484308 +190,-1.719812114,0.6715965947,319,-1.275451936,0.068109467,2877.6053626 +191,-1.493406659,0.6646955447,319,-1.275451936,0.068109467,2491.0390705 +192,-1.469120564,0.6613469966,319,-1.275451936,0.068109467,2452.1553639 +193,-1.590551461,0.5326612937,319,-1.275451936,0.068109467,2184.7349023 +194,-1.625979264,0.5247742243,319,-1.275451936,0.068109467,2234.7381634 +195,-1.572293943,0.5238808754,319,-1.275451936,0.068109467,2120.1334533 +196,-1.610848725,0.5477107964,319,-1.275451936,0.068109467,2273.7297881 +197,-1.208485554,0.7918526018,319,-1.275451936,0.068109467,2876.1311424 +198,-1.335601374,0.6869083083,319,-1.275451936,0.068109467,2460.5725207 +199,-1.346156996,0.6825213377,319,-1.275451936,0.068109467,2446.9449754 +200,-1.324381037,0.6741422347,319,-1.275451936,0.068109467,2406.9748225 +201,-1.242424992,0.7378949807,319,-1.275451936,0.068109467,2655.5877822 +202,-1.270370057,0.7392461008,319,-1.275451936,0.068109467,2658.4328436 +203,-1.448950472,0.7441675014,319,-1.275451936,0.068109467,2746.8724153 +204,-1.492662363,0.7523026852,319,-1.275451936,0.068109467,2815.6436638 +205,-1.479098966,0.7763855017,319,-1.275451936,0.068109467,2893.8981494 +206,-1.633760714,0.7869022408,319,-1.275451936,0.068109467,3106.7108212 +207,-1.647406434,0.8101289331,319,-1.275451936,0.068109467,3205.2704239 +208,-1.564245052,0.5701509278,319,-1.275451936,0.068109467,2258.3522247 +209,-1.646289963,0.6833746083,319,-1.275451936,0.068109467,2777.6845367 +210,-1.5820631,0.6751952144,319,-1.275451936,0.068109467,2646.3869747 +211,-1.613236298,0.6681681791,319,-1.275451936,0.068109467,2671.5105254 +212,-1.914661867,0.8212566515,319,-1.275451936,0.068109467,3696.0360196 +213,-1.742133237,0.7250275956,319,-1.275451936,0.068109467,3083.3105623 +214,-2.033144872,0.6557314699,319,-1.275451936,0.068109467,3593.5559281 +215,-2.039551981,0.6964723658,319,-1.275451936,0.068109467,3691.6356859 +216,-1.247341019,0.7622473908,319,-1.275451936,0.068109467,2751.2450938 +217,-1.298239787,0.7084123392,319,-1.275451936,0.068109467,2537.5435454 +218,-1.308539688,0.6926545592,319,-1.275451936,0.068109467,2476.6684232 +219,-1.303263185,0.6888938396,319,-1.275451936,0.068109467,2460.9542751 +220,-1.852400229,0.6004246149,319,-1.275451936,0.068109467,2989.8891117 +221,-1.288947707,0.7473773692,319,-1.275451936,0.068109467,2691.0003041 +222,-1.372031502,0.7472790993,319,-1.275451936,0.068109467,2711.6253234 +223,-1.289805721,0.7242157877,319,-1.275451936,0.068109467,2599.3369334 +224,-1.350807603,0.7533498126,319,-1.275451936,0.068109467,2727.1369886 +225,-1.329290365,0.7560442322,319,-1.275451936,0.068109467,2731.4641297 +226,-1.410153004,0.616936428,319,-1.275451936,0.068109467,2229.2423588 +227,-1.393445434,0.6308995063,319,-1.275451936,0.068109467,2270.457615 +228,-1.37595573,0.6241540638,319,-1.275451936,0.068109467,2232.9619115 +229,-1.358388707,0.6172645205,319,-1.275451936,0.068109467,2196.332595 +230,-1.753741133,0.8281661666,319,-1.275451936,0.068109467,3423.9279676 +231,-1.47430987,0.6834615681,319,-1.275451936,0.068109467,2540.1483683 +232,-1.421012508,0.7222725206,319,-1.275451936,0.068109467,2642.2423216 +233,-1.4476833,0.6978557868,319,-1.275451936,0.068109467,2569.5206757 +234,-1.470370723,0.6966193374,319,-1.275451936,0.068109467,2585.5623542 +235,-1.429211703,0.7037216883,319,-1.275451936,0.068109467,2576.9374965 +236,-1.700578405,0.6178673663,319,-1.275451936,0.068109467,2676.4876377 +237,-1.678117619,0.6331716163,319,-1.275451936,0.068109467,2676.7077407 +238,-1.725644578,0.6316331145,319,-1.275451936,0.068109467,2770.7985183 +239,-2.14012759,0.7930497945,319,-1.275451936,0.068109467,4135.3933501 +240,-2.103289431,0.7653606263,319,-1.275451936,0.068109467,3991.3310105 +241,-1.318739838,0.7017808746,319,-1.275451936,0.068109467,2514.7432875 +242,-1.396417427,0.7077900843,319,-1.275451936,0.068109467,2570.3051589 +243,-1.35650337,0.7185539404,319,-1.275451936,0.068109467,2592.4950363 +244,-1.248884539,0.7274156818,319,-1.275451936,0.068109467,2613.2118193 +245,-1.395014798,0.5761185243,319,-1.275451936,0.068109467,2060.3364816 +246,-1.433377362,0.6064716109,319,-1.275451936,0.068109467,2209.9950512 +247,-1.408172432,0.5903155476,319,-1.275451936,0.068109467,2125.6279405 +248,-1.749645898,0.7757118084,319,-1.275451936,0.068109467,3252.8360355 +249,-1.571626686,0.615046989,319,-1.275451936,0.068109467,2423.1537703 +250,-1.514070049,0.6303003037,319,-1.275451936,0.068109467,2391.1748023 +251,-1.480890369,0.6237966528,319,-1.275451936,0.068109467,2325.7958428 +252,-1.704390658,0.5281680612,319,-1.275451936,0.068109467,2427.8541511 +253,-1.64434733,0.5254277498,319,-1.275451936,0.068109467,2277.6968634 +254,-1.703855997,0.4792484842,319,-1.275451936,0.068109467,2295.9317805 +255,-1.692002383,0.5748825051,319,-1.275451936,0.068109467,2530.9168619 +256,-1.854136457,0.5544643913,319,-1.275451936,0.068109467,2886.9850429 +257,-1.665021206,0.520317736,319,-1.275451936,0.068109467,2310.6381863 +258,-1.733654349,0.4845187345,319,-1.275451936,0.068109467,2389.5814158 +259,-1.720938188,0.5135933906,319,-1.275451936,0.068109467,2430.3874685 +260,-1.742668307,0.553296122,319,-1.275451936,0.068109467,2590.7616623 +261,-1.965659039,0.7142126903,319,-1.275451936,0.068109467,3543.2163976 +262,-1.944438071,0.6772834804,319,-1.275451936,0.068109467,3405.9362256 +263,-1.270340967,0.7681487096,319,-1.275451936,0.068109467,2772.9130588 +264,-1.353091884,0.6549276821,319,-1.275451936,0.068109467,2341.3834371 +265,-1.333236659,0.6413584414,319,-1.275451936,0.068109467,2280.3653682 +266,-1.352015998,0.6753788907,319,-1.275451936,0.068109467,2421.183584 +267,-1.377988483,0.6577816235,319,-1.275451936,0.068109467,2365.0660309 +268,-2.13075611,0.8318642051,319,-1.275451936,0.068109467,4188.5807762 +269,-2.097910953,0.8259670014,319,-1.275451936,0.068109467,4101.1947213 +270,-1.416382069,0.6694271549,319,-1.275451936,0.068109467,2435.596567 +271,-1.538905672,0.7535625993,319,-1.275451936,0.068109467,2868.5626096 +272,-1.572309477,0.7803125099,319,-1.275451936,0.068109467,3004.1761798 +273,-1.87759879,0.7503853417,319,-1.275451936,0.068109467,3430.6570963 +274,1.152365588,0.590457682,319,-1.275451936,0.068109467,8714.5182334 +275,0.350198001,0.718001859,319,-1.275451936,0.068109467,6207.7505759 +276,0.046513677,0.491503852,319,-1.275451936,0.068109467,5226.2339584 +277,0.027510309,0.742571376,319,-1.275451936,0.068109467,5259.7168636 +278,0.306285725,-0.214631579,319,-1.275451936,0.068109467,6321.5956519 +279,-1.100564889,0.318051531,319,-1.275451936,0.068109467,1199.8385316 +280,-1.078582306,0.301437596,319,-1.275451936,0.068109467,1199.4653628 +281,-1.137371989,-0.617634065,319,-1.275451936,0.068109467,2764.2982004 +282,0.784356344,0.703272339,319,-1.275451936,0.068109467,7484.7906774 +283,-1.221209947,0.218327455,319,-1.275451936,0.068109467,631.80029095 +284,2.347301921,-0.449114658,319,-1.275451936,0.068109467,10073.644652 +285,0.246820618,0.830553713,319,-1.275451936,0.068109467,5893.2369864 +286,0.829414965,0.703288228,319,-1.275451936,0.068109467,7610.1444096 +287,-1.337537566,0.42332223,319,-1.275451936,0.068109467,1426.8239765 +288,0.882453706,0.454478077,319,-1.275451936,0.068109467,8145.1849339 +289,1.575629659,0.416419109,319,-1.275451936,0.068109467,10221.269203 +290,-1.039455679,0.229888244,319,-1.275451936,0.068109467,1123.8820386 +291,0.489558039,0.934482747,319,-1.275451936,0.068109467,6458.4607077 +292,0.081344504,0.88384514,319,-1.275451936,0.068109467,5476.8725303 +293,-1.547979814,0.300350308,319,-1.275451936,0.068109467,1402.3429292 +294,0.040776181,0.168560074,319,-1.275451936,0.068109467,5183.7834342 +295,-1.130374745,0.563894876,319,-1.275451936,0.068109467,2036.3383899 +296,1.578326642,0.478507176,319,-1.275451936,0.068109467,10015.298544 +297,-1.12861823,-0.291640865,319,-1.275451936,0.068109467,1536.5043549 +298,0.310524208,0.770885792,319,-1.275451936,0.068109467,6077.0885704 +299,0.415649091,-0.387246002,319,-1.275451936,0.068109467,6764.5788335 +300,-0.926533878,-0.188022748,319,-1.275451936,0.068109467,1709.3604727 +301,1.258856172,-0.11716081,319,-1.275451936,0.068109467,10041.413427 +302,-1.126050026,0.322941926,319,-1.275451936,0.068109467,1163.5252334 +303,2.002785835,0.07893892,319,-1.275451936,0.068109467,11649.069159 +304,0.440437607,0.746258085,319,-1.275451936,0.068109467,6458.5738998 +305,-0.030391866,0.214441206,319,-1.275451936,0.068109467,4904.7772327 +306,0.521557815,-0.058929362,319,-1.275451936,0.068109467,7130.5594533 +307,-0.097005111,0.13317729,319,-1.275451936,0.068109467,4647.3479397 +308,1.83113859,0.221857587,319,-1.275451936,0.068109467,11287.059382 +309,0.222428864,0.099404236,319,-1.275451936,0.068109467,5908.3719888 +310,-1.702731345,0.8728568183,319,-1.275451936,0.068109467,3493.3799027 +311,-0.418507569,0.278324921,319,-1.275451936,0.068109467,3435.8732496 +312,-1.41153306,0.339029988,319,-1.275451936,0.068109467,1195.114718 +313,0.357560442,0.114788776,319,-1.275451936,0.068109467,6435.2421076 +314,0.325818979,0.268352149,319,-1.275451936,0.068109467,6266.5515082 +315,-1.246004659,-0.663679965,319,-1.275451936,0.068109467,2900.6371079 +316,1.814603087,0.637404484,319,-1.275451936,0.068109467,9642.8108573 +317,1.843704281,-0.18300445,319,-1.275451936,0.068109467,11980.296663 +318,1.690644492,-0.211480909,319,-1.275451936,0.068109467,11551.964079 +319,-1.275451936,0.068109467,319,-1.275451936,0.068109467,0 +320,0.762430171,-0.207594741,319,-1.275451936,0.068109467,8086.8708396 +321,0.265668905,-0.014647884,319,-1.275451936,0.068109467,6108.6150557 +322,-2.773032013,-0.335515811,319,-1.275451936,0.068109467,6037.6565422 +323,-1.469512853,0.174058777,319,-1.275451936,0.068109467,870.49635427 +324,0.286276986,0.785925691,319,-1.275451936,0.068109467,6005.7756796 +325,-1.379324697,0.377432233,319,-1.275451936,0.068109467,1288.6852842 +326,-1.203778265,0.212813032,319,-1.275451936,0.068109467,638.27661657 +327,0.579916301,0.611743168,319,-1.275451936,0.068109467,6979.9853384 +328,0.267582642,0.868113908,319,-1.275451936,0.068109467,5945.0922556 +329,0.412869244,-0.050245578,319,-1.275451936,0.068109467,6699.4023708 +330,0.17524381,0.976660285,319,-1.275451936,0.068109467,5732.2528018 +331,0.743157214,0.204812899,319,-1.275451936,0.068109467,7891.4458984 +332,-1.070758176,0.269382282,319,-1.275451936,0.068109467,1127.8404796 +333,-1.230364251,0.329790229,319,-1.275451936,0.068109467,1051.1047069 +334,-1.374813124,-0.024926835,319,-1.275451936,0.068109467,538.99682829 +335,0.519780566,0.463669906,319,-1.275451936,0.068109467,6891.1848032 +336,-1.55108034,0.239698561,319,-1.275451936,0.068109467,1273.8284997 +337,0.180294813,0.029739425,319,-1.275451936,0.068109467,5759.4062938 +338,0.67820924,0.268170153,319,-1.275451936,0.068109467,7601.7861793 +339,0.445798684,1.024001867,319,-1.275451936,0.068109467,6299.6426103 +340,0.691751283,0.150521402,319,-1.275451936,0.068109467,7725.9516081 +341,-1.036643551,-0.903056181,319,-1.275451936,0.068109467,3930.3116453 +342,-0.120287036,1.083325163,319,-1.275451936,0.068109467,5225.9125544 +343,2.823513113,-0.304487164,319,-1.275451936,0.068109467,8616.2032331 +344,0.457583172,1.12513373,319,-1.275451936,0.068109467,6253.837436 +345,0.042918831,0.813795399,319,-1.275451936,0.068109467,5340.9232263 +346,1.196146777,-0.853142756,319,-1.275451936,0.068109467,8602.8039431 +347,0.206001358,-0.010430701,319,-1.275451936,0.068109467,5871.7013464 +348,-0.268308653,0.234799412,319,-1.275451936,0.068109467,3989.4422214 +349,0.759363263,0.736189579,319,-1.275451936,0.068109467,7367.4178948 +350,0.181363926,0.891988372,319,-1.275451936,0.068109467,5728.6381092 +351,-0.021111158,0.139103292,319,-1.275451936,0.068109467,4944.5965291 +352,-0.093355215,0.630686981,319,-1.275451936,0.068109467,4824.5938076 +353,0.40118964,0.681375926,319,-1.275451936,0.068109467,6376.4449246 +354,-0.721197315,1.304706234,319,-1.275451936,0.068109467,5061.7169917 +355,-1.076150317,0.212107639,319,-1.275451936,0.068109467,967.06852451 +356,-1.577164531,0.273993443,319,-1.275451936,0.068109467,1430.4665176 +357,-0.190788414,0.182208586,319,-1.275451936,0.068109467,4280.5098792 +358,-0.261349752,0.209710184,319,-1.275451936,0.068109467,4010.3545513 +359,-1.029303852,0.083549259,319,-1.275451936,0.068109467,974.08848168 +360,-1.268609162,0.330525297,319,-1.275451936,0.068109467,1039.766389 +361,1.282982244,-0.926641967,319,-1.275451936,0.068109467,8550.1885942 +362,0.217352334,0.731352408,319,-1.275451936,0.068109467,5811.9915281 +363,-1.511833084,0.258629297,319,-1.275451936,0.068109467,1191.666993 +364,0.338812194,0.823184618,319,-1.275451936,0.068109467,6140.9891368 +365,-0.324406489,1.134201999,319,-1.275451936,0.068109467,4987.136709 +366,1.389579348,0.399185724,319,-1.275451936,0.068109467,9832.0032933 +367,2.047152199,-0.039082036,319,-1.275451936,0.068109467,11718.745844 +368,0.947780369,0.568250077,319,-1.275451936,0.068109467,8177.5223815 +369,0.763824846,0.576754987,319,-1.275451936,0.068109467,7598.1699378 +370,-0.142334657,0.928153068,319,-1.275451936,0.068109467,4982.1755461 +371,0.610266567,0.547265983,319,-1.275451936,0.068109467,7134.9894126 +372,0.210731629,0.746815056,319,-1.275451936,0.068109467,5792.8736456 +373,-1.34931644,0.316895224,319,-1.275451936,0.068109467,1026.1993536 +374,2.407696481,0.655030745,319,-1.275451936,0.068109467,8954.9167732 +375,0.64207831,0.545359131,319,-1.275451936,0.068109467,7241.4420911 +376,1.174597538,0.840588356,319,-1.275451936,0.068109467,8123.6913064 +377,0.660059424,0.010604079,319,-1.275451936,0.068109467,7659.9116908 +378,-0.730263819,0.010486456,319,-1.275451936,0.068109467,2169.5185582 +379,0.831068936,0.512339172,319,-1.275451936,0.068109467,7897.5515313 +380,1.301180979,0.72367476,319,-1.275451936,0.068109467,8703.9211821 +381,1.811128231,0.322854402,319,-1.275451936,0.068109467,10880.430422 +382,0.435105812,0.992284428,319,-1.275451936,0.068109467,6297.2312824 +383,0.62643634,0.592027932,319,-1.275451936,0.068109467,7145.8539844 +384,0.492988703,-0.516339467,319,-1.275451936,0.068109467,7035.5379242 +385,-0.162469483,0.112549365,319,-1.275451936,0.068109467,4391.5984967 +386,0.314630866,0.472006421,319,-1.275451936,0.068109467,6167.2332924 +387,0.166744804,0.822815954,319,-1.275451936,0.068109467,5677.8946241 +388,0.417159608,0.965805736,319,-1.275451936,0.068109467,6273.3166239 +389,0.106334961,0.868774244,319,-1.275451936,0.068109467,5533.1559091 +390,0.815086969,-0.338144359,319,-1.275451936,0.068109467,8250.4146475 +391,0.59867455,-0.230624824,319,-1.275451936,0.068109467,7452.3945631 +392,1.915104874,0.066220985,319,-1.275451936,0.068109467,11877.570242 +393,1.278093622,0.064463721,319,-1.275451936,0.068109467,10057.812688 +394,-0.061477853,0.302997961,319,-1.275451936,0.068109467,4793.2283968 +395,0.251311504,0.626976942,319,-1.275451936,0.068109467,5922.6126357 +396,2.950242872,0.149095644,319,-1.275451936,0.068109467,8076.709186 +397,-0.180294708,0.35375117,319,-1.275451936,0.068109467,4363.5989082 +398,1.010448592,-0.351180233,319,-1.275451936,0.068109467,8960.7931917 +399,-1.748740498,0.3686318073,319,-1.275451936,0.068109467,2175.8656109 +400,2.699635665,0.123533791,319,-1.275451936,0.068109467,9062.5405325 +401,0.496808033,0.823843254,319,-1.275451936,0.068109467,6561.7943615 +402,0.129574704,0.763364087,319,-1.275451936,0.068109467,5561.3474266 +403,1.798920311,0.817447563,319,-1.275451936,0.068109467,8928.2780899 +404,0.335987953,0.746786541,319,-1.275451936,0.068109467,6156.6442436 +405,-1.085413643,0.292154671,319,-1.275451936,0.068109467,1154.7327058 +406,-0.155321003,0.508207011,319,-1.275451936,0.068109467,4536.6231971 +407,0.620529244,-0.301175104,319,-1.275451936,0.068109467,7531.3223206 +408,1.684402744,0.368716966,319,-1.275451936,0.068109467,10575.229534 +409,0.300582244,-0.386397212,319,-1.275451936,0.068109467,6342.7054384 +410,2.913555946,-0.009225192,319,-1.275451936,0.068109467,8292.5117915 +411,1.465101417,0.493232532,319,-1.275451936,0.068109467,9745.608893 +412,0.090612882,0.907955955,319,-1.275451936,0.068109467,5511.2351329 +413,2.987564726,-0.729568594,319,-1.275451936,0.068109467,7716.5352285 +414,-1.484261606,0.224149272,319,-1.275451936,0.068109467,1024.742219 +415,0.164073421,0.303955133,319,-1.275451936,0.068109467,5645.6526518 +416,0.141441293,0.167552546,319,-1.275451936,0.068109467,5576.8044008 +417,2.931321023,-0.506718887,319,-1.275451936,0.068109467,8095.3534025 +418,2.21951565,0.700596356,319,-1.275451936,0.068109467,9139.1237215 +419,0.268112576,1.199114336,319,-1.275451936,0.068109467,5931.4186984 +420,0.978913739,0.359223811,319,-1.275451936,0.068109467,8604.8297149 +421,1.210898818,0.522863584,319,-1.275451936,0.068109467,9031.8933201 +422,2.347397336,0.129231362,319,-1.275451936,0.068109467,10387.275508 +423,0.614394501,0.556878345,319,-1.275451936,0.068109467,7139.9012752 +424,-1.398079356,0.148483366,319,-1.275451936,0.068109467,578.26895864 +425,2.535303836,-0.112984496,319,-1.275451936,0.068109467,9798.8225 +426,-1.019372593,-0.405322349,319,-1.275451936,0.068109467,2120.359718 +427,-1.297785627,-0.160104069,319,-1.275451936,0.068109467,908.24426825 +428,2.144554488,0.205051084,319,-1.275451936,0.068109467,10903.238749 +429,-2.242387083,-0.426171285,319,-1.275451936,0.068109467,4203.9645563 +430,0.338637212,0.909723676,319,-1.275451936,0.068109467,6114.1350993 +431,-0.148798452,0.691042401,319,-1.275451936,0.068109467,4704.8197105 +432,0.893524764,0.441829531,319,-1.275451936,0.068109467,8199.5154446 +433,0.969229347,-0.368847936,319,-1.275451936,0.068109467,8796.8619189 +434,0.436043248,0.800045688,319,-1.275451936,0.068109467,6414.6969677 +435,1.687946607,1.081504775,319,-1.275451936,0.068109467,7858.0577213 +436,0.522302046,-0.034889271,319,-1.275451936,0.068109467,7127.8794711 +437,-0.178996113,-0.438090009,319,-1.275451936,0.068109467,4661.7045445 +438,-1.094339566,0.301444068,319,-1.275451936,0.068109467,1161.4404367 +439,-1.064070054,0.242569932,319,-1.275451936,0.068109467,1076.9722187 +440,-1.068153768,0.230387998,319,-1.275451936,0.068109467,1034.8355551 +441,-3.00496892,-0.23989155,319,-1.275451936,0.068109467,6895.9403875 +442,0.21751974,0.766874888,319,-1.275451936,0.068109467,5812.9071492 +443,0.117229532,0.007619006,319,-1.275451936,0.068109467,5515.9983548 +444,0.777758451,0.420554741,319,-1.275451936,0.068109467,7829.1826189 +445,-0.252356999,0.250747086,319,-1.275451936,0.068109467,4055.1105731 +446,0.363148444,0.768483434,319,-1.275451936,0.068109467,6227.0573001 +447,0.903191366,-0.118210676,319,-1.275451936,0.068109467,8642.7744844 +448,-0.205755923,0.149406178,319,-1.275451936,0.068109467,4220.4396106 +449,1.811996086,0.02364353,319,-1.275451936,0.068109467,12021.918415 +450,-1.100670221,0.314845373,319,-1.275451936,0.068109467,1189.3003096 +451,0.340078597,0.850105132,319,-1.275451936,0.068109467,6135.9936958 +452,0.258757267,0.804969236,319,-1.275451936,0.068109467,5927.1467066 +453,2.78505352,-0.155160804,319,-1.275451936,0.068109467,8813.2083168 +454,0.800551619,0.105822106,319,-1.275451936,0.068109467,8173.3766036 +455,0.437940882,-0.506194031,319,-1.275451936,0.068109467,6846.3905434 +456,2.230431122,0.63458615,319,-1.275451936,0.068109467,9351.2528634 +457,0.527965361,0.127667701,319,-1.275451936,0.068109467,7098.3279752 +458,-0.063643205,0.702093448,319,-1.275451936,0.068109467,4966.9213552 +459,1.408447268,0.133010502,319,-1.275451936,0.068109467,10467.323361 +460,0.523795955,0.280266966,319,-1.275451936,0.068109467,7012.6444632 +461,-0.975769313,0.072177659,319,-1.275451936,0.068109467,1184.2107199 +462,0.549774164,-0.463663986,319,-1.275451936,0.068109467,7243.4012254 +463,0.29245874,1.095549818,319,-1.275451936,0.068109467,5976.8511739 +464,0.143625958,0.816809593,319,-1.275451936,0.068109467,5614.1744321 +465,0.671902494,0.611159853,319,-1.275451936,0.068109467,7269.5301704 +466,1.239840988,0.6724199,319,-1.275451936,0.068109467,8721.4188641 +467,0.607829703,-0.10932137,319,-1.275451936,0.068109467,7480.0152533 +468,1.763020906,0.263996692,319,-1.275451936,0.068109467,11067.57002 +469,0.378714634,0.726066797,319,-1.275451936,0.068109467,6289.0338606 +470,2.196736143,-0.153862366,319,-1.275451936,0.068109467,11099.293493 +471,0.01702415,0.148991565,319,-1.275451936,0.068109467,5092.9890538 +472,-2.998490902,-0.158002487,319,-1.275451936,0.068109467,6858.9309365 +473,-3.051262951,-0.346595608,319,-1.275451936,0.068109467,7076.7946474 +474,-1.069176439,0.182802941,319,-1.275451936,0.068109467,928.83120956 +475,0.167157509,0.595344954,319,-1.275451936,0.068109467,5650.4988372 +476,0.613855648,0.681746124,319,-1.275451936,0.068109467,7018.3116628 +477,1.037012736,0.682555367,319,-1.275451936,0.068109467,8205.1707579 +478,-1.253574971,0.379755746,319,-1.275451936,0.068109467,1237.291986 +479,3.108590453,-0.132620738,319,-1.275451936,0.068109467,7545.2346223 +480,0.565301296,0.022333262,319,-1.275451936,0.068109467,7282.1662833 +481,0.547898238,0.855555614,319,-1.275451936,0.068109467,6666.9317846 +482,0.948309381,0.417393755,319,-1.275451936,0.068109467,8418.2558033 +483,-0.050600732,0.945269213,319,-1.275451936,0.068109467,5207.7424813 +484,-0.977651478,-0.572363064,319,-1.275451936,0.068109467,2772.3535025 +485,1.102014914,0.728861163,319,-1.275451936,0.068109467,8259.3082965 +486,2.927300795,-0.282939414,319,-1.275451936,0.068109467,8233.8632255 +487,-1.154565557,0.124434095,319,-1.275451936,0.068109467,526.18507937 +488,1.855331234,0.291044755,319,-1.275451936,0.068109467,11020.609531 +489,0.830290659,0.276904518,319,-1.275451936,0.068109467,8162.8441319 +490,0.485104466,-0.234867441,319,-1.275451936,0.068109467,7014.8832303 +491,0.521367572,-0.33161327,319,-1.275451936,0.068109467,7155.6798318 +1,-1.539031704,0.7349710123,320,0.762430171,-0.207594741,8884.2793799 +2,-1.536990553,0.7349663874,320,0.762430171,-0.207594741,8878.6981825 +3,-1.534951779,0.7349571355,320,0.762430171,-0.207594741,8873.1261294 +4,-1.532906461,0.7349480293,320,0.762430171,-0.207594741,8867.5319111 +5,-1.531320211,0.7346937278,320,0.762430171,-0.207594741,8863.5409158 +6,-1.539451648,0.7335131775,320,0.762430171,-0.207594741,8887.530838 +7,-1.537429487,0.7335445708,320,0.762430171,-0.207594741,8881.9411822 +8,-1.535484998,0.7335658704,320,0.762430171,-0.207594741,8876.5756751 +9,-1.533488396,0.7336036027,320,0.762430171,-0.207594741,8871.0404314 +10,-1.531497785,0.7335842962,320,0.762430171,-0.207594741,8865.5991161 +11,-1.530259379,0.7334777758,320,0.762430171,-0.207594741,8862.3452466 +12,-1.5335454,0.7322346912,320,0.762430171,-0.207594741,8873.1397554 +13,-1.531489083,0.7322238773,320,0.762430171,-0.207594741,8867.4967732 +14,-1.530011122,0.7321679851,320,0.762430171,-0.207594741,8863.5060754 +15,-1.53348106,0.7306614094,320,0.762430171,-0.207594741,8875.1889394 +16,-1.531441779,0.7306962275,320,0.762430171,-0.207594741,8869.5180899 +17,-1.529755654,0.7306933243,320,0.762430171,-0.207594741,8864.8711583 +18,-1.533415048,0.7291384674,320,0.762430171,-0.207594741,8877.1551721 +19,-1.531392093,0.7291705353,320,0.762430171,-0.207594741,8871.5232337 +20,-1.529296523,0.7291214933,320,0.762430171,-0.207594741,8865.8003931 +21,-1.535280942,0.727267644,320,0.762430171,-0.207594741,8884.9465118 +22,-1.533378158,0.7276139666,320,0.762430171,-0.207594741,8879.1971197 +23,-1.531340368,0.7276446587,320,0.762430171,-0.207594741,8873.5161224 +24,-1.528960113,0.7276398177,320,0.762430171,-0.207594741,8866.9326669 +25,-1.533313146,0.7260818349,320,0.762430171,-0.207594741,8881.1650768 +26,-1.531259555,0.7260958115,320,0.762430171,-0.207594741,8875.453457 +27,-1.528926415,0.7260865555,320,0.762430171,-0.207594741,8868.9947382 +28,-1.531226779,0.7245511789,320,0.762430171,-0.207594741,8877.5109655 +29,-1.528904772,0.7245519194,320,0.762430171,-0.207594741,8871.0576339 +30,-1.547195875,0.7409785979,320,0.762430171,-0.207594741,8897.7125763 +31,-1.5451475,0.740980426,320,0.762430171,-0.207594741,8892.1586844 +32,-1.543097679,0.7409798872,320,0.762430171,-0.207594741,8886.6002806 +33,-1.540720364,0.7409892687,320,0.762430171,-0.207594741,8880.134054 +34,-1.547188511,0.7395198392,320,0.762430171,-0.207594741,8899.8572341 +35,-1.545148587,0.7395226109,320,0.762430171,-0.207594741,8894.3150642 +36,-1.543104538,0.7395314908,320,0.762430171,-0.207594741,8888.7486989 +37,-1.540727751,0.7395306258,320,0.762430171,-0.207594741,8882.2876279 +38,-1.547187029,0.7380014886,320,0.762430171,-0.207594741,8902.1000636 +39,-1.545147315,0.7380012252,320,0.762430171,-0.207594741,8896.5527588 +40,-1.54310719,0.7380060743,320,0.762430171,-0.207594741,8890.9928026 +41,-1.540719671,0.7380068206,320,0.762430171,-0.207594741,8884.4882515 +42,-1.547187189,0.7364799098,320,0.762430171,-0.207594741,8904.3457923 +43,-1.545149996,0.7364853874,320,0.762430171,-0.207594741,8898.7867452 +44,-1.543106091,0.7364823484,320,0.762430171,-0.207594741,8893.2178772 +45,-1.540717158,0.7364893901,320,0.762430171,-0.207594741,8886.6884041 +46,-1.538663972,0.7410138672,320,0.762430171,-0.207594741,8874.5124238 +47,-1.53695285,0.7409699132,320,0.762430171,-0.207594741,8869.9253942 +48,-1.534910498,0.7409641297,320,0.762430171,-0.207594741,8864.3786606 +49,-1.533145034,0.7409536636,320,0.762430171,-0.207594741,8859.5885401 +50,-1.538681336,0.7395405883,320,0.762430171,-0.207594741,8876.7047114 +51,-1.536999189,0.7395183096,320,0.762430171,-0.207594741,8872.1568087 +52,-1.534923633,0.7395144222,320,0.762430171,-0.207594741,8866.5072061 +53,-1.533267822,0.7395654306,320,0.762430171,-0.207594741,8861.919465 +54,-1.53867273,0.7380151077,320,0.762430171,-0.207594741,8878.8961413 +55,-1.536980576,0.7379994392,320,0.762430171,-0.207594741,8874.3028823 +56,-1.534931522,0.7379944961,320,0.762430171,-0.207594741,8868.7168067 +57,-1.533387952,0.7379480264,320,0.762430171,-0.207594741,8864.5673454 +58,-1.538682279,0.7364914363,320,0.762430171,-0.207594741,8881.1281348 +59,-1.536980704,0.7364810563,320,0.762430171,-0.207594741,8876.4930272 +60,-1.534935567,0.7364752065,320,0.762430171,-0.207594741,8870.9087876 +61,-1.533042592,0.7363876366,320,0.762430171,-0.207594741,8865.8537031 +62,-1.545143426,0.7349628011,320,0.762430171,-0.207594741,8900.9990715 +63,-1.543105297,0.7349691947,320,0.762430171,-0.207594741,8895.4220304 +64,-1.541064533,0.7349647152,320,0.762430171,-0.207594741,8889.849636 +65,-1.545411803,0.7334624714,320,0.762430171,-0.207594741,8903.9246484 +66,-1.543446606,0.7334780896,320,0.762430171,-0.207594741,8898.5243763 +67,-1.541475327,0.7334957295,320,0.762430171,-0.207594741,8893.1010217 +68,-1.545401939,0.731963266,320,0.762430171,-0.207594741,8906.0825145 +69,-1.54342253,0.7319915583,320,0.762430171,-0.207594741,8900.615314 +70,-1.541455867,0.7320216438,320,0.762430171,-0.207594741,8895.1771191 +71,-1.545410146,0.7304422281,320,0.762430171,-0.207594741,8908.3153783 +72,-1.543435491,0.7304713664,320,0.762430171,-0.207594741,8902.8503058 +73,-1.541463105,0.7304997613,320,0.762430171,-0.207594741,8897.3891984 +74,-1.545414768,0.7289194936,320,0.762430171,-0.207594741,8910.534523 +75,-1.543435774,0.7289538557,320,0.762430171,-0.207594741,8905.0402956 +76,-1.541457714,0.7289765881,320,0.762430171,-0.207594741,8899.5620379 +77,-1.539449415,0.7320555866,320,0.762430171,-0.207594741,8889.6208478 +78,-1.537429183,0.7321097681,320,0.762430171,-0.207594741,8883.9944224 +79,-1.535472649,0.7321497267,320,0.762430171,-0.207594741,8878.5602351 +80,-1.539457899,0.7305333307,320,0.762430171,-0.207594741,8891.8270811 +81,-1.537453161,0.7305750503,320,0.762430171,-0.207594741,8886.2512862 +82,-1.535479385,0.7306124949,320,0.762430171,-0.207594741,8880.763614 +83,-1.53946905,0.7290102593,320,0.762430171,-0.207594741,8894.035537 +84,-1.537459922,0.7290417293,320,0.762430171,-0.207594741,8888.4524596 +85,-1.535451349,0.7290890157,320,0.762430171,-0.207594741,8882.8451819 +86,-1.535522937,0.7279887191,320,0.762430171,-0.207594741,8884.5981194 +87,-1.539442524,0.7274735939,320,0.762430171,-0.207594741,8896.1530488 +88,-1.537424111,0.727521351,320,0.762430171,-0.207594741,8890.5112902 +89,-1.539384641,0.7259505092,320,0.762430171,-0.207594741,8898.1577782 +90,-1.537372391,0.7259947145,320,0.762430171,-0.207594741,8892.5282041 +91,-1.535340789,0.7260435356,320,0.762430171,-0.207594741,8886.835372 +92,-1.539325716,0.7244369706,320,0.762430171,-0.207594741,8900.1391188 +93,-1.537308932,0.7244801057,320,0.762430171,-0.207594741,8894.4886829 +94,-1.535289068,0.7245247645,320,0.762430171,-0.207594741,8888.8243687 +95,-1.533261366,0.7245550236,320,0.762430171,-0.207594741,8883.1552227 +96,-1.539267302,0.722921924,320,0.762430171,-0.207594741,8902.1170726 +97,-1.537248972,0.7229660258,320,0.762430171,-0.207594741,8896.4511598 +98,-1.535219431,0.7229916471,320,0.762430171,-0.207594741,8890.7767324 +99,-1.53318962,0.7230212049,320,0.762430171,-0.207594741,8885.09265 +100,-1.531154816,0.7230299897,320,0.762430171,-0.207594741,8879.4200722 +101,-1.528878341,0.7230370244,320,0.762430171,-0.207594741,8873.0733217 +102,-1.539218189,0.7214009878,320,0.762430171,-0.207594741,8904.1222165 +103,-1.537198791,0.7214422745,320,0.762430171,-0.207594741,8898.4474274 +104,-1.535179266,0.7214634354,320,0.762430171,-0.207594741,8892.7971148 +105,-1.533156501,0.7214944644,320,0.762430171,-0.207594741,8887.1206537 +106,-1.53113574,0.7215166021,320,0.762430171,-0.207594741,8881.4587445 +107,-1.528874248,0.7215345535,320,0.762430171,-0.207594741,8875.1276894 +108,-1.539217656,0.7198512397,320,0.762430171,-0.207594741,8906.296137 +109,-1.537199919,0.7199428763,320,0.762430171,-0.207594741,8900.545781 +110,-1.545425832,0.727397149,320,0.762430171,-0.207594741,8912.764485 +111,-1.543371177,0.7273916949,320,0.762430171,-0.207594741,8907.1091634 +112,-1.541368852,0.7274523163,320,0.762430171,-0.207594741,8901.4997035 +113,-1.545349067,0.7258710923,320,0.762430171,-0.207594741,8914.7510298 +114,-1.54332671,0.7258603556,320,0.762430171,-0.207594741,8909.1820936 +115,-1.541346831,0.7259242142,320,0.762430171,-0.207594741,8903.6202575 +116,-1.545324355,0.7243383958,320,0.762430171,-0.207594741,8916.8837991 +117,-1.543292796,0.7243617413,320,0.762430171,-0.207594741,8911.2305648 +118,-1.541295822,0.7244024384,320,0.762430171,-0.207594741,8905.6448644 +119,-1.543193859,0.7205570215,320,0.762430171,-0.207594741,8916.36602 +120,-1.550257047,0.7386738187,320,0.762430171,-0.207594741,8909.4414119 +121,-1.549335448,0.7311736483,320,0.762430171,-0.207594741,8918.0127693 +122,-1.533478843,0.7179891343,320,0.762430171,-0.207594741,8892.8654565 +123,-1.556150555,0.738907041,320,0.762430171,-0.207594741,8925.0648029 +124,-1.554324226,0.733414257,320,0.762430171,-0.207594741,8928.3373493 +125,-1.554290846,0.7288285332,320,0.762430171,-0.207594741,8935.0427861 +126,-1.55122487,0.7219795312,320,0.762430171,-0.207594741,8936.6041289 +127,-1.525104458,0.7229399862,320,0.762430171,-0.207594741,8862.6902021 +128,-1.519607711,0.7236181429,320,0.762430171,-0.207594741,8846.4357825 +129,-1.513899999,0.7251107854,320,0.762430171,-0.207594741,8828.5022629 +130,-1.536620762,0.7431061895,320,0.762430171,-0.207594741,8865.9161997 +131,-1.5369566,0.7460845958,320,0.762430171,-0.207594741,8862.4725202 +132,-1.545345528,0.7447040685,320,0.762430171,-0.207594741,8887.1664314 +133,-1.532813921,0.7432306626,320,0.762430171,-0.207594741,8855.4042106 +134,-1.554788248,0.7382381001,320,0.762430171,-0.207594741,8922.3824642 +135,-1.540348126,0.7301594274,320,0.762430171,-0.207594741,8894.8117505 +136,-1.538016084,0.7239051786,320,0.762430171,-0.207594741,8897.2594406 +137,-1.525288962,0.7258085137,320,0.762430171,-0.207594741,8859.2773364 +138,-1.534326986,0.731241342,320,0.762430171,-0.207594741,8876.6984599 +139,-1.530733872,0.7303625216,320,0.762430171,-0.207594741,8868.0340943 +141,-1.534354939,0.7328219978,320,0.762430171,-0.207594741,8874.5318061 +142,-1.53157084,0.7292888153,320,0.762430171,-0.207594741,8871.851114 +143,-1.525691035,0.7263799874,320,0.762430171,-0.207594741,8859.6087772 +144,-1.534031287,0.7495967835,320,0.762430171,-0.207594741,8849.431818 +145,-1.527714986,0.7283095957,320,0.762430171,-0.207594741,8862.5543884 +146,-1.526189586,0.7271468292,320,0.762430171,-0.207594741,8859.9359064 +147,-1.555177336,0.7375563366,320,0.762430171,-0.207594741,8924.4622312 +148,-1.555080283,0.7312707794,320,0.762430171,-0.207594741,8933.5884279 +149,-1.53856994,0.7224180299,320,0.762430171,-0.207594741,8900.8903645 +150,-1.530837883,0.729933372,320,0.762430171,-0.207594741,8868.9231252 +151,-1.515066984,0.5854133365,320,0.762430171,-0.207594741,8990.7419682 +152,-1.534731633,0.5368370046,320,0.762430171,-0.207594741,9097.6109418 +153,-1.515231902,0.5607085576,320,0.762430171,-0.207594741,9013.2353548 +154,-2.616253799,1.0684566605,320,0.762430171,-0.207594741,8965.6409528 +155,-1.956071439,0.5792177723,320,0.762430171,-0.207594741,10318.98225 +156,-1.951208514,0.5602434208,320,0.762430171,-0.207594741,10351.564204 +157,-1.944675062,0.6062144545,320,0.762430171,-0.207594741,10222.887576 +158,-1.613778386,0.6077989518,320,0.762430171,-0.207594741,9276.4434407 +159,-2.035029014,0.6021432345,320,0.762430171,-0.207594741,10449.391275 +160,-2.114989471,0.6801825058,320,0.762430171,-0.207594741,10353.895738 +161,-2.037382079,0.5765830025,320,0.762430171,-0.207594741,10527.606589 +162,-2.129855121,0.6585019963,320,0.762430171,-0.207594741,10451.339341 +163,-2.075141798,0.6493615843,320,0.762430171,-0.207594741,10387.615418 +164,-1.828626729,0.6948433129,320,0.762430171,-0.207594741,9718.9591205 +165,-1.863329418,0.6735427691,320,0.762430171,-0.207594741,9854.7913609 +166,-1.266037071,0.727988852,320,0.762430171,-0.207594741,8114.8606769 +167,-1.277579582,0.7249010648,320,0.762430171,-0.207594741,8150.5142555 +168,-1.258418684,0.7241194816,320,0.762430171,-0.207594741,8094.7932689 +169,-1.317813974,0.6804850104,320,0.762430171,-0.207594741,8298.6768068 +170,-1.344165204,0.6790988904,320,0.762430171,-0.207594741,8379.5972933 +171,-1.427582102,0.5277120351,320,0.762430171,-0.207594741,8743.4782113 +172,-1.402238616,0.457167829,320,0.762430171,-0.207594741,8683.9355259 +173,-1.422454264,0.4996161999,320,0.762430171,-0.207594741,8739.5581622 +174,-1.439089277,0.4894859811,320,0.762430171,-0.207594741,8801.6725344 +175,-1.448126995,0.5182330266,320,0.762430171,-0.207594741,8818.4502474 +176,-1.474626146,0.5881926574,320,0.762430171,-0.207594741,8858.2288863 +177,-1.421139645,0.5584869783,320,0.762430171,-0.207594741,8704.3818124 +178,-1.457037165,0.565943032,320,0.762430171,-0.207594741,8818.0950155 +179,-2.757159358,0.3745319,320,0.762430171,-0.207594741,10867.067967 +180,-2.714309238,0.342054471,320,0.762430171,-0.207594741,11061.105394 +181,-2.000525337,0.774119946,320,0.762430171,-0.207594741,9856.9712737 +183,-1.571413436,0.6777838382,320,0.762430171,-0.207594741,9056.2955478 +184,-1.552860289,0.6987663893,320,0.762430171,-0.207594741,8974.0661706 +185,-1.521852374,0.7165827476,320,0.762430171,-0.207594741,8862.1704753 +186,-1.503656267,0.6928968252,320,0.762430171,-0.207594741,8840.3904265 +187,-1.502753178,0.7136205882,320,0.762430171,-0.207594741,8812.0843058 +188,-1.631894563,0.7343596465,320,0.762430171,-0.207594741,9134.9728019 +189,-1.653765416,0.6770714026,320,0.762430171,-0.207594741,9292.1131897 +190,-1.719812114,0.6715965947,320,0.762430171,-0.207594741,9484.8226058 +191,-1.493406659,0.6646955447,320,0.762430171,-0.207594741,8842.837212 +192,-1.469120564,0.6613469966,320,0.762430171,-0.207594741,8773.3535961 +193,-1.590551461,0.5326612937,320,0.762430171,-0.207594741,9286.6969063 +194,-1.625979264,0.5247742243,320,0.762430171,-0.207594741,9411.8254712 +195,-1.572293943,0.5238808754,320,0.762430171,-0.207594741,9233.9711645 +196,-1.610848725,0.5477107964,320,0.762430171,-0.207594741,9338.1252475 +197,-1.208485554,0.7918526018,320,0.762430171,-0.207594741,7914.6388812 +198,-1.335601374,0.6869083083,320,0.762430171,-0.207594741,8348.1830783 +199,-1.346156996,0.6825213377,320,0.762430171,-0.207594741,8383.1721513 +200,-1.324381037,0.6741422347,320,0.762430171,-0.207594741,8322.7550051 +201,-1.242424992,0.7378949807,320,0.762430171,-0.207594741,8040.4038503 +202,-1.270370057,0.7392461008,320,0.762430171,-0.207594741,8120.5374801 +203,-1.448950472,0.7441675014,320,0.762430171,-0.207594741,8623.528648 +204,-1.492662363,0.7523026852,320,0.762430171,-0.207594741,8733.6084267 +205,-1.479098966,0.7763855017,320,0.762430171,-0.207594741,8664.6996466 +206,-1.633760714,0.7869022408,320,0.762430171,-0.207594741,9043.6276532 +207,-1.647406434,0.8101289331,320,0.762430171,-0.207594741,9030.9519514 +208,-1.564245052,0.5701509278,320,0.762430171,-0.207594741,9163.7538817 +209,-1.646289963,0.6833746083,320,0.762430171,-0.207594741,9260.7848133 +210,-1.5820631,0.6751952144,320,0.762430171,-0.207594741,9090.6919592 +211,-1.613236298,0.6681681791,320,0.762430171,-0.207594741,9190.8267717 +212,-1.914661867,0.8212566515,320,0.762430171,-0.207594741,9562.6279069 +213,-1.742133237,0.7250275956,320,0.762430171,-0.207594741,9436.9711832 +214,-2.033144872,0.6557314699,320,0.762430171,-0.207594741,10286.329667 +215,-2.039551981,0.6964723658,320,0.762430171,-0.207594741,10172.070729 +216,-1.247341019,0.7622473908,320,0.762430171,-0.207594741,8040.3761396 +217,-1.298239787,0.7084123392,320,0.762430171,-0.207594741,8221.8977506 +218,-1.308539688,0.6926545592,320,0.762430171,-0.207594741,8262.8326415 +219,-1.303263185,0.6888938396,320,0.762430171,-0.207594741,8249.3012859 +220,-1.852400229,0.6004246149,320,0.762430171,-0.207594741,9991.4525788 +221,-1.288947707,0.7473773692,320,0.762430171,-0.207594741,8168.5161438 +222,-1.372031502,0.7472790993,320,0.762430171,-0.207594741,8404.6559426 +223,-1.289805721,0.7242157877,320,0.762430171,-0.207594741,8186.7384633 +224,-1.350807603,0.7533498126,320,0.762430171,-0.207594741,8339.2505345 +225,-1.329290365,0.7560442322,320,0.762430171,-0.207594741,8276.3344706 +226,-1.410153004,0.616936428,320,0.762430171,-0.207594741,8629.5133241 +227,-1.393445434,0.6308995063,320,0.762430171,-0.207594741,8566.5153235 +228,-1.37595573,0.6241540638,320,0.762430171,-0.207594741,8515.9975674 +229,-1.358388707,0.6172645205,320,0.762430171,-0.207594741,8464.4736777 +230,-1.753741133,0.8281661666,320,0.762430171,-0.207594741,9228.8663647 +231,-1.47430987,0.6834615681,320,0.762430171,-0.207594741,8765.41504 +232,-1.421012508,0.7222725206,320,0.762430171,-0.207594741,8568.8494556 +233,-1.4476833,0.6978557868,320,0.762430171,-0.207594741,8671.6788106 +234,-1.470370723,0.6966193374,320,0.762430171,-0.207594741,8739.2626996 +235,-1.429211703,0.7037216883,320,0.762430171,-0.207594741,8611.6256455 +236,-1.700578405,0.6178673663,320,0.762430171,-0.207594741,9523.5440156 +237,-1.678117619,0.6331716163,320,0.762430171,-0.207594741,9433.0861354 +238,-1.725644578,0.6316331145,320,0.762430171,-0.207594741,9573.379013 +239,-2.14012759,0.7930497945,320,0.762430171,-0.207594741,9988.4363671 +240,-2.103289431,0.7653606263,320,0.762430171,-0.207594741,10042.263091 +241,-1.318739838,0.7017808746,320,0.762430171,-0.207594741,8287.2838139 +242,-1.396417427,0.7077900843,320,0.762430171,-0.207594741,8511.8285758 +243,-1.35650337,0.7185539404,320,0.762430171,-0.207594741,8385.7687363 +244,-1.248884539,0.7274156818,320,0.762430171,-0.207594741,8064.9890139 +245,-1.395014798,0.5761185243,320,0.762430171,-0.207594741,8607.5986524 +246,-1.433377362,0.6064716109,320,0.762430171,-0.207594741,8711.3238273 +247,-1.408172432,0.5903155476,320,0.762430171,-0.207594741,8641.7123143 +248,-1.749645898,0.7757118084,320,0.762430171,-0.207594741,9343.5257569 +249,-1.571626686,0.615046989,320,0.762430171,-0.207594741,9137.6126915 +250,-1.514070049,0.6303003037,320,0.762430171,-0.207594741,8942.8967703 +251,-1.480890369,0.6237966528,320,0.762430171,-0.207594741,8846.5038575 +252,-1.704390658,0.5281680612,320,0.762430171,-0.207594741,9664.9417597 +253,-1.64434733,0.5254277498,320,0.762430171,-0.207594741,9471.8294278 +254,-1.703855997,0.4792484842,320,0.762430171,-0.207594741,9720.1444333 +255,-1.692002383,0.5748825051,320,0.762430171,-0.207594741,9562.7346574 +256,-1.854136457,0.5544643913,320,0.762430171,-0.207594741,10088.759047 +257,-1.665021206,0.520317736,320,0.762430171,-0.207594741,9545.6071946 +258,-1.733654349,0.4845187345,320,0.762430171,-0.207594741,9814.6662707 +259,-1.720938188,0.5135933906,320,0.762430171,-0.207594741,9737.2573777 +260,-1.742668307,0.553296122,320,0.762430171,-0.207594741,9751.8996643 +261,-1.965659039,0.7142126903,320,0.762430171,-0.207594741,9975.7548706 +262,-1.944438071,0.6772834804,320,0.762430171,-0.207594741,10035.489146 +263,-1.270340967,0.7681487096,320,0.762430171,-0.207594741,8101.3585532 +264,-1.353091884,0.6549276821,320,0.762430171,-0.207594741,8423.730467 +265,-1.333236659,0.6413584414,320,0.762430171,-0.207594741,8370.4662123 +266,-1.352015998,0.6753788907,320,0.762430171,-0.207594741,8406.0981703 +267,-1.377988483,0.6577816235,320,0.762430171,-0.207594741,8498.528741 +268,-2.13075611,0.8318642051,320,0.762430171,-0.207594741,9837.1514836 +269,-2.097910953,0.8259670014,320,0.762430171,-0.207594741,9821.6483435 +270,-1.416382069,0.6694271549,320,0.762430171,-0.207594741,8606.1607855 +271,-1.538905672,0.7535625993,320,0.762430171,-0.207594741,8856.6514714 +272,-1.572309477,0.7803125099,320,0.762430171,-0.207594741,8901.6055805 +273,-1.87759879,0.7503853417,320,0.762430171,-0.207594741,9691.3413889 +274,1.152365588,0.590457682,320,0.762430171,-0.207594741,3486.0213208 +275,0.350198001,0.718001859,320,0.762430171,-0.207594741,3964.1983844 +276,0.046513677,0.491503852,320,0.762430171,-0.207594741,3897.9667283 +277,0.027510309,0.742571376,320,0.762430171,-0.207594741,4611.4679407 +278,0.306285725,-0.214631579,320,0.762430171,-0.207594741,1766.2039813 +279,-1.100564889,0.318051531,320,0.762430171,-0.207594741,7563.2147867 +280,-1.078582306,0.301437596,320,0.762430171,-0.207594741,7472.9974138 +281,-1.137371989,-0.617634065,320,0.762430171,-0.207594741,6771.8751924 +282,0.784356344,0.703272339,320,0.762430171,-0.207594741,3608.8438833 +283,-1.221209947,0.218327455,320,0.762430171,-0.207594741,7973.455801 +284,2.347301921,-0.449114658,320,0.762430171,-0.207594741,5916.3147671 +285,0.246820618,0.830553713,320,0.762430171,-0.207594741,4496.2570775 +286,0.829414965,0.703288228,320,0.762430171,-0.207594741,3616.3922952 +287,-1.337537566,0.42332223,320,0.762430171,-0.207594741,8458.1390983 +288,0.882453706,0.454478077,320,0.762430171,-0.207594741,2662.9598815 +289,1.575629659,0.416419109,320,0.762430171,-0.207594741,4001.8641539 +290,-1.039455679,0.229888244,320,0.762430171,-0.207594741,7285.0595351 +291,0.489558039,0.934482747,320,0.762430171,-0.207594741,4616.9734738 +292,0.081344504,0.88384514,320,0.762430171,-0.207594741,4920.1926147 +293,-1.547979814,0.300350308,320,0.762430171,-0.207594741,9243.569645 +294,0.040776181,0.168560074,320,0.762430171,-0.207594741,3207.8129875 +295,-1.130374745,0.563894876,320,0.762430171,-0.207594741,7731.2565937 +296,1.578326642,0.478507176,320,0.762430171,-0.207594741,4146.6130557 +297,-1.12861823,-0.291640865,320,0.762430171,-0.207594741,7164.7189568 +298,0.310524208,0.770885792,320,0.762430171,-0.207594741,4203.4114519 +299,0.415649091,-0.387246002,320,0.762430171,-0.207594741,1491.1883527 +300,-0.926533878,-0.188022748,320,0.762430171,-0.207594741,6518.4986099 +301,1.258856172,-0.11716081,320,0.762430171,-0.207594741,1972.0318597 +302,-1.126050026,0.322941926,320,0.762430171,-0.207594741,7660.5677558 +303,2.002785835,0.07893892,320,0.762430171,-0.207594741,5013.9906282 +304,0.440437607,0.746258085,320,0.762430171,-0.207594741,3954.7926897 +305,-0.030391866,0.214441206,320,0.762430171,-0.207594741,3536.6589147 +306,0.521557815,-0.058929362,320,0.762430171,-0.207594741,1113.1814255 +307,-0.097005111,0.13317729,320,0.762430171,-0.207594741,3644.10439 +308,1.83113859,0.221857587,320,0.762430171,-0.207594741,4531.0664097 +309,0.222428864,0.099404236,320,0.762430171,-0.207594741,2450.2465982 +310,-1.702731345,0.8728568183,320,0.762430171,-0.207594741,9015.7687868 +311,-0.418507569,0.278324921,320,0.762430171,-0.207594741,5011.0542904 +312,-1.41153306,0.339029988,320,0.762430171,-0.207594741,8731.4846755 +313,0.357560442,0.114788776,320,0.762430171,-0.207594741,2043.1264618 +314,0.325818979,0.268352149,320,0.762430171,-0.207594741,2546.6044993 +315,-1.246004659,-0.663679965,320,0.762430171,-0.207594741,7018.3222018 +316,1.814603087,0.637404484,320,0.762430171,-0.207594741,5150.7569208 +317,1.843704281,-0.18300445,320,0.762430171,-0.207594741,4193.8373145 +318,1.690644492,-0.211480909,320,0.762430171,-0.207594741,3590.184097 +319,-1.275451936,0.068109467,320,0.762430171,-0.207594741,8086.8708396 +320,0.762430171,-0.207594741,320,0.762430171,-0.207594741,0 +321,0.265668905,-0.014647884,320,0.762430171,-0.207594741,2096.3909683 +322,-2.773032013,-0.335515811,320,0.762430171,-0.207594741,9799.7936428 +323,-1.469512853,0.174058777,320,0.762430171,-0.207594741,8908.5884567 +324,0.286276986,0.785925691,320,0.762430171,-0.207594741,4289.1482653 +325,-1.379324697,0.377432233,320,0.762430171,-0.207594741,8612.5924402 +326,-1.203778265,0.212813032,320,0.762430171,-0.207594741,7903.7251334 +327,0.579916301,0.611743168,320,0.762430171,-0.207594741,3316.9247109 +328,0.267582642,0.868113908,320,0.762430171,-0.207594741,4595.1560652 +329,0.412869244,-0.050245578,320,0.762430171,-0.207594741,1506.4840014 +330,0.17524381,0.976660285,320,0.762430171,-0.207594741,5076.1922609 +331,0.743157214,0.204812899,320,0.762430171,-0.207594741,1635.3041532 +332,-1.070758176,0.269382282,320,0.762430171,-0.207594741,7426.8216931 +333,-1.230364251,0.329790229,320,0.762430171,-0.207594741,8052.7864452 +334,-1.374813124,-0.024926835,320,0.762430171,-0.207594741,8387.14431 +335,0.519780566,0.463669906,320,0.762430171,-0.207594741,2818.1736402 +336,-1.55108034,0.239698561,320,0.762430171,-0.207594741,9247.9403062 +337,0.180294813,0.029739425,320,0.762430171,-0.207594741,2476.2798307 +338,0.67820924,0.268170153,320,0.762430171,-0.207594741,1913.2258149 +339,0.445798684,1.024001867,320,0.762430171,-0.207594741,4984.103559 +340,0.691751283,0.150521402,320,0.762430171,-0.207594741,1445.5480132 +341,-1.036643551,-0.903056181,320,0.762430171,-0.207594741,6123.9959914 +342,-0.120287036,1.083325163,320,0.762430171,-0.207594741,5789.438971 +343,2.823513113,-0.304487164,320,0.762430171,-0.207594741,7756.4145312 +344,0.457583172,1.12513373,320,0.762430171,-0.207594741,5358.0205207 +345,0.042918831,0.813795399,320,0.762430171,-0.207594741,4781.83305 +346,1.196146777,-0.853142756,320,0.762430171,-0.207594741,2926.9074147 +347,0.206001358,-0.010430701,320,0.762430171,-0.207594741,2322.1472256 +348,-0.268308653,0.234799412,320,0.762430171,-0.207594741,4411.1672237 +349,0.759363263,0.736189579,320,0.762430171,-0.207594741,3738.3463723 +350,0.181363926,0.891988372,320,0.762430171,-0.207594741,4792.3273111 +351,-0.021111158,0.139103292,320,0.762430171,-0.207594741,3377.6368474 +352,-0.093355215,0.630686981,320,0.762430171,-0.207594741,4606.6386346 +353,0.40118964,0.681375926,320,0.762430171,-0.207594741,3765.5039349 +354,-0.721197315,1.304706234,320,0.762430171,-0.207594741,6924.5283401 +355,-1.076150317,0.212107639,320,0.762430171,-0.207594741,7414.2938495 +356,-1.577164531,0.273993443,320,0.762430171,-0.207594741,9353.2577419 +357,-0.190788414,0.182208586,320,0.762430171,-0.207594741,4056.3009374 +358,-0.261349752,0.209710184,320,0.762430171,-0.207594741,4351.2312655 +359,-1.029303852,0.083549259,320,0.762430171,-0.207594741,7144.8129155 +360,-1.268609162,0.330525297,320,0.762430171,-0.207594741,8195.964309 +361,1.282982244,-0.926641967,320,0.762430171,-0.207594741,3289.1148638 +362,0.217352334,0.731352408,320,0.762430171,-0.207594741,4215.7716854 +363,-1.511833084,0.258629297,320,0.762430171,-0.207594741,9101.6079651 +364,0.338812194,0.823184618,320,0.762430171,-0.207594741,4349.3281622 +365,-0.324406489,1.134201999,320,0.762430171,-0.207594741,6199.1411409 +366,1.389579348,0.399185724,320,0.762430171,-0.207594741,3419.6099887 +367,2.047152199,-0.039082036,320,0.762430171,-0.207594741,5081.4184494 +368,0.947780369,0.568250077,320,0.762430171,-0.207594741,3152.2207448 +369,0.763824846,0.576754987,320,0.762430171,-0.207594741,3106.8137459 +370,-0.142334657,0.928153068,320,0.762430171,-0.207594741,5435.030975 +371,0.610266567,0.547265983,320,0.762430171,-0.207594741,3045.4088201 +372,0.210731629,0.746815056,320,0.762430171,-0.207594741,4276.8849356 +373,-1.34931644,0.316895224,320,0.762430171,-0.207594741,8495.7064639 +374,2.407696481,0.655030745,320,0.762430171,-0.207594741,6952.073523 +375,0.64207831,0.545359131,320,0.762430171,-0.207594741,3017.3408789 +376,1.174597538,0.840588356,320,0.762430171,-0.207594741,4397.4885926 +377,0.660059424,0.010604079,320,0.762430171,-0.207594741,953.49620495 +378,-0.730263819,0.010486456,320,0.762430171,-0.207594741,5927.8180913 +379,0.831068936,0.512339172,320,0.762430171,-0.207594741,2863.7023962 +380,1.301180979,0.72367476,320,0.762430171,-0.207594741,4180.1386862 +381,1.811128231,0.322854402,320,0.762430171,-0.207594741,4603.1905873 +382,0.435105812,0.992284428,320,0.762430171,-0.207594741,4872.7642994 +383,0.62643634,0.592027932,320,0.762430171,-0.207594741,3208.5093772 +384,0.492988703,-0.516339467,320,0.762430171,-0.207594741,1574.6899321 +385,-0.162469483,0.112549365,320,0.762430171,-0.207594741,3857.4343706 +386,0.314630866,0.472006421,320,0.762430171,-0.207594741,3195.2994803 +387,0.166744804,0.822815954,320,0.762430171,-0.207594741,4592.6231292 +388,0.417159608,0.965805736,320,0.762430171,-0.207594741,4787.9230642 +389,0.106334961,0.868774244,320,0.762430171,-0.207594741,4833.7383717 +390,0.815086969,-0.338144359,320,0.762430171,-0.207594741,554.68154256 +391,0.59867455,-0.230624824,320,0.762430171,-0.207594741,639.61687462 +392,1.915104874,0.066220985,320,0.762430171,-0.207594741,4665.8699526 +393,1.278093622,0.064463721,320,0.762430171,-0.207594741,2298.9761318 +394,-0.061477853,0.302997961,320,0.762430171,-0.207594741,3805.1180468 +395,0.251311504,0.626976942,320,0.762430171,-0.207594741,3818.4822009 +396,2.950242872,0.149095644,320,0.762430171,-0.207594741,8724.0800017 +397,-0.180294708,0.35375117,320,0.762430171,-0.207594741,4292.9565662 +398,1.010448592,-0.351180233,320,0.762430171,-0.207594741,1101.3271495 +399,-1.748740498,0.3686318073,320,0.762430171,-0.207594741,9972.561183 +400,2.699635665,0.123533791,320,0.762430171,-0.207594741,7737.250306 +401,0.496808033,0.823843254,320,0.762430171,-0.207594741,4192.3102365 +402,0.129574704,0.763364087,320,0.762430171,-0.207594741,4471.8472562 +403,1.798920311,0.817447563,320,0.762430171,-0.207594741,5462.5041876 +404,0.335987953,0.746786541,320,0.762430171,-0.207594741,4084.5299884 +405,-1.085413643,0.292154671,320,0.762430171,-0.207594741,7494.0296203 +406,-0.155321003,0.508207011,320,0.762430171,-0.207594741,4508.8593422 +407,0.620529244,-0.301175104,320,0.762430171,-0.207594741,658.04385175 +408,1.684402744,0.368716966,320,0.762430171,-0.207594741,4251.2285001 +409,0.300582244,-0.386397212,320,0.762430171,-0.207594741,1883.1787085 +410,2.913555946,-0.009225192,320,0.762430171,-0.207594741,8456.078549 +411,1.465101417,0.493232532,320,0.762430171,-0.207594741,3866.8833889 +412,0.090612882,0.907955955,320,0.762430171,-0.207594741,4978.3112081 +413,2.987564726,-0.729568594,320,0.762430171,-0.207594741,7456.2141107 +414,-1.484261606,0.224149272,320,0.762430171,-0.207594741,8986.5792511 +415,0.164073421,0.303955133,320,0.762430171,-0.207594741,3096.001063 +416,0.141441293,0.167552546,320,0.762430171,-0.207594741,2860.8095164 +417,2.931321023,-0.506718887,320,0.762430171,-0.207594741,7773.2681765 +418,2.21951565,0.700596356,320,0.762430171,-0.207594741,6412.1019073 +419,0.268112576,1.199114336,320,0.762430171,-0.207594741,5742.2253946 +420,0.978913739,0.359223811,320,0.762430171,-0.207594741,2398.2898699 +421,1.210898818,0.522863584,320,0.762430171,-0.207594741,3361.3143211 +422,2.347397336,0.129231362,320,0.762430171,-0.207594741,6381.6429207 +423,0.614394501,0.556878345,320,0.762430171,-0.207594741,3079.721319 +424,-1.398079356,0.148483366,320,0.762430171,-0.207594741,8617.9614187 +425,2.535303836,-0.112984496,320,0.762430171,-0.207594741,6906.2430941 +426,-1.019372593,-0.405322349,320,0.762430171,-0.207594741,6646.8447588 +427,-1.297785627,-0.160104069,320,0.762430171,-0.207594741,7944.3849882 +428,2.144554488,0.205051084,320,0.762430171,-0.207594741,5674.6918442 +429,-2.242387083,-0.426171285,320,0.762430171,-0.207594741,9878.3624376 +430,0.338637212,0.909723676,320,0.762430171,-0.207594741,4656.7340997 +431,-0.148798452,0.691042401,320,0.762430171,-0.207594741,4886.9087989 +432,0.893524764,0.441829531,320,0.762430171,-0.207594741,2621.6819214 +433,0.969229347,-0.368847936,320,0.762430171,-0.207594741,1011.3664338 +434,0.436043248,0.800045688,320,0.762430171,-0.207594741,4157.6959734 +435,1.687946607,1.081504775,320,0.762430171,-0.207594741,5846.3493286 +436,0.522302046,-0.034889271,320,0.762430171,-0.207594741,1164.9210513 +437,-0.178996113,-0.438090009,320,0.762430171,-0.207594741,3628.0902771 +438,-1.094339566,0.301444068,320,0.762430171,-0.207594741,7532.1448244 +439,-1.064070054,0.242569932,320,0.762430171,-0.207594741,7386.3501533 +440,-1.068153768,0.230387998,320,0.762430171,-0.207594741,7394.7433149 +441,-3.00496892,-0.23989155,320,0.762430171,-0.207594741,9413.8290842 +442,0.21751974,0.766874888,320,0.762430171,-0.207594741,4330.5515783 +443,0.117229532,0.007619006,320,0.762430171,-0.207594741,2676.6864767 +444,0.777758451,0.420554741,320,0.762430171,-0.207594741,2488.8073296 +445,-0.252356999,0.250747086,320,0.762430171,-0.207594741,4376.7190878 +446,0.363148444,0.768483434,320,0.762430171,-0.207594741,4125.335735 +447,0.903191366,-0.118210676,320,0.762430171,-0.207594741,654.07282574 +448,-0.205755923,0.149406178,320,0.762430171,-0.207594741,4066.1918675 +449,1.811996086,0.02364353,320,0.762430171,-0.207594741,4228.6759061 +450,-1.100670221,0.314845373,320,0.762430171,-0.207594741,7562.1527219 +451,0.340078597,0.850105132,320,0.762430171,-0.207594741,4443.1271972 +452,0.258757267,0.804969236,320,0.762430171,-0.207594741,4393.180007 +453,2.78505352,-0.155160804,320,0.762430171,-0.207594741,7809.9085311 +454,0.800551619,0.105822106,320,0.762430171,-0.207594741,1250.494829 +455,0.437940882,-0.506194031,320,0.762430171,-0.207594741,1682.9565654 +456,2.230431122,0.63458615,320,0.762430171,-0.207594741,6385.6647101 +457,0.527965361,0.127667701,320,0.762430171,-0.207594741,1617.5652433 +458,-0.063643205,0.702093448,320,0.762430171,-0.207594741,4706.7917249 +459,1.408447268,0.133010502,320,0.762430171,-0.207594741,2880.0215128 +460,0.523795955,0.280266966,320,0.762430171,-0.207594741,2146.780512 +461,-0.975769313,0.072177659,320,0.762430171,-0.207594741,6928.6817316 +462,0.549774164,-0.463663986,320,0.762430171,-0.207594741,1286.9899758 +463,0.29245874,1.095549818,320,0.762430171,-0.207594741,5359.8566226 +464,0.143625958,0.816809593,320,0.762430171,-0.207594741,4611.7693677 +465,0.671902494,0.611159853,320,0.762430171,-0.207594741,3260.8485712 +466,1.239840988,0.6724199,320,0.762430171,-0.207594741,3907.8463685 +467,0.607829703,-0.10932137,320,0.762430171,-0.207594741,718.92383422 +468,1.763020906,0.263996692,320,0.762430171,-0.207594741,4345.8147901 +469,0.378714634,0.726066797,320,0.762430171,-0.207594741,3954.4972532 +470,2.196736143,-0.153862366,320,0.762430171,-0.207594741,5572.7462154 +471,0.01702415,0.148991565,320,0.762430171,-0.207594741,3257.4692537 +472,-2.998490902,-0.158002487,320,0.762430171,-0.207594741,9607.731983 +473,-3.051262951,-0.346595608,320,0.762430171,-0.207594741,9025.5367372 +474,-1.069176439,0.182802941,320,0.762430171,-0.207594741,7369.1180288 +475,0.167157509,0.595344954,320,0.762430171,-0.207594741,3890.2724759 +476,0.613855648,0.681746124,320,0.762430171,-0.207594741,3565.185964 +477,1.037012736,0.682555367,320,0.762430171,-0.207594741,3668.8025569 +478,-1.253574971,0.379755746,320,0.762430171,-0.207594741,8150.0497492 +479,3.108590453,-0.132620738,320,0.762430171,-0.207594741,9033.4234201 +480,0.565301296,0.022333262,320,0.762430171,-0.207594741,1196.3184612 +481,0.547898238,0.855555614,320,0.762430171,-0.207594741,4277.5099215 +482,0.948309381,0.417393755,320,0.762430171,-0.207594741,2578.0701223 +483,-0.050600732,0.945269213,320,0.762430171,-0.207594741,5316.0530828 +484,-0.977651478,-0.572363064,320,0.762430171,-0.207594741,6328.7023461 +485,1.102014914,0.728861163,320,0.762430171,-0.207594741,3910.6104185 +486,2.927300795,-0.282939414,320,0.762430171,-0.207594741,8152.851207 +487,-1.154565557,0.124434095,320,0.762430171,-0.207594741,7659.6512392 +488,1.855331234,0.291044755,320,0.762430171,-0.207594741,4712.2785353 +489,0.830290659,0.276904518,320,0.762430171,-0.207594741,1937.4448396 +490,0.485104466,-0.234867441,320,0.762430171,-0.207594741,1076.9417027 +491,0.521367572,-0.33161327,320,0.762430171,-0.207594741,1042.468675 +1,-1.539031704,0.7349710123,321,0.265668905,-0.014647884,6945.849773 +2,-1.536990553,0.7349663874,321,0.265668905,-0.014647884,6939.9191072 +3,-1.534951779,0.7349571355,321,0.265668905,-0.014647884,6933.9967163 +4,-1.532906461,0.7349480293,321,0.265668905,-0.014647884,6928.0538938 +5,-1.531320211,0.7346937278,321,0.265668905,-0.014647884,6923.5827864 +6,-1.539451648,0.7335131775,321,0.265668905,-0.014647884,6947.9200029 +7,-1.537429487,0.7335445708,321,0.265668905,-0.014647884,6942.0160504 +8,-1.535484998,0.7335658704,321,0.265668905,-0.014647884,6936.3431367 +9,-1.533488396,0.7336036027,321,0.265668905,-0.014647884,6930.5082826 +10,-1.531497785,0.7335842962,321,0.265668905,-0.014647884,6924.7221238 +11,-1.530259379,0.7334777758,321,0.265668905,-0.014647884,6921.1744261 +12,-1.5335454,0.7322346912,321,0.265668905,-0.014647884,6931.4489878 +13,-1.531489083,0.7322238773,321,0.265668905,-0.014647884,6925.4591273 +14,-1.530011122,0.7321679851,321,0.265668905,-0.014647884,6921.1798917 +15,-1.53348106,0.7306614094,321,0.265668905,-0.014647884,6932.1498766 +16,-1.531441779,0.7306962275,321,0.265668905,-0.014647884,6926.175507 +17,-1.529755654,0.7306933243,321,0.265668905,-0.014647884,6921.2527132 +18,-1.533415048,0.7291384674,321,0.265668905,-0.014647884,6932.8152535 +19,-1.531392093,0.7291705353,321,0.265668905,-0.014647884,6926.8818146 +20,-1.529296523,0.7291214933,321,0.265668905,-0.014647884,6920.7799259 +21,-1.535280942,0.727267644,321,0.265668905,-0.014647884,6939.3317671 +22,-1.533378158,0.7276139666,321,0.265668905,-0.014647884,6933.5645996 +23,-1.531340368,0.7276446587,321,0.265668905,-0.014647884,6927.5802192 +24,-1.528960113,0.7276398177,321,0.265668905,-0.014647884,6920.6114268 +25,-1.533313146,0.7260818349,321,0.265668905,-0.014647884,6934.2338285 +26,-1.531259555,0.7260958115,321,0.265668905,-0.014647884,6928.2040131 +27,-1.528926415,0.7260865555,321,0.265668905,-0.014647884,6921.3659114 +28,-1.531226779,0.7245511789,321,0.265668905,-0.014647884,6928.9642036 +29,-1.528904772,0.7245519194,321,0.265668905,-0.014647884,6922.1436555 +30,-1.547195875,0.7409785979,321,0.265668905,-0.014647884,6965.9254468 +31,-1.5451475,0.740980426,321,0.265668905,-0.014647884,6960.008517 +32,-1.543097679,0.7409798872,321,0.265668905,-0.014647884,6954.087545 +33,-1.540720364,0.7409892687,321,0.265668905,-0.014647884,6947.2130585 +34,-1.547188511,0.7395198392,321,0.265668905,-0.014647884,6966.7913911 +35,-1.545148587,0.7395226109,321,0.265668905,-0.014647884,6960.8901941 +36,-1.543104538,0.7395314908,321,0.265668905,-0.014647884,6954.9721666 +37,-1.540727751,0.7395306258,321,0.265668905,-0.014647884,6948.0958972 +38,-1.547187029,0.7380014886,321,0.265668905,-0.014647884,6967.7088908 +39,-1.545147315,0.7380012252,321,0.265668905,-0.014647884,6961.8017053 +40,-1.54310719,0.7380060743,321,0.265668905,-0.014647884,6955.888998 +41,-1.540719671,0.7380068206,321,0.265668905,-0.014647884,6948.9708263 +42,-1.547187189,0.7364799098,321,0.265668905,-0.014647884,6968.6313927 +43,-1.545149996,0.7364853874,321,0.265668905,-0.014647884,6962.7196475 +44,-1.543106091,0.7364823484,321,0.265668905,-0.014647884,6956.7922742 +45,-1.540717158,0.7364893901,321,0.265668905,-0.014647884,6949.8564262 +46,-1.538663972,0.7410138672,321,0.265668905,-0.014647884,6941.255652 +47,-1.53695285,0.7409699132,321,0.265668905,-0.014647884,6936.3351592 +48,-1.534910498,0.7409641297,321,0.265668905,-0.014647884,6930.433654 +49,-1.533145034,0.7409536636,321,0.265668905,-0.014647884,6925.3343077 +50,-1.538681336,0.7395405883,321,0.265668905,-0.014647884,6942.1677863 +51,-1.536999189,0.7395183096,321,0.265668905,-0.014647884,6937.3117108 +52,-1.534923633,0.7395144222,321,0.265668905,-0.014647884,6931.304935 +53,-1.533267822,0.7395654306,321,0.265668905,-0.014647884,6926.4811511 +54,-1.53867273,0.7380151077,321,0.265668905,-0.014647884,6943.0337014 +55,-1.536980576,0.7379994392,321,0.265668905,-0.014647884,6938.1377905 +56,-1.534931522,0.7379944961,321,0.265668905,-0.014647884,6932.1998878 +57,-1.533387952,0.7379480264,321,0.265668905,-0.014647884,6927.7502886 +58,-1.538682279,0.7364914363,321,0.265668905,-0.014647884,6943.9495275 +59,-1.536980704,0.7364810563,321,0.265668905,-0.014647884,6939.0162061 +60,-1.534935567,0.7364752065,321,0.265668905,-0.014647884,6933.0817574 +61,-1.533042592,0.7363876366,321,0.265668905,-0.014647884,6927.6342757 +62,-1.545143426,0.7349628011,321,0.265668905,-0.014647884,6963.6130995 +63,-1.543105297,0.7349691947,321,0.265668905,-0.014647884,6957.6884708 +64,-1.541064533,0.7349647152,321,0.265668905,-0.014647884,6951.7613779 +65,-1.545411803,0.7334624714,321,0.265668905,-0.014647884,6965.2912465 +66,-1.543446606,0.7334780896,321,0.265668905,-0.014647884,6959.5652194 +67,-1.541475327,0.7334957295,321,0.265668905,-0.014647884,6953.8193003 +68,-1.545401939,0.731963266,321,0.265668905,-0.014647884,6966.1587871 +69,-1.54342253,0.7319915583,321,0.265668905,-0.014647884,6960.3759052 +70,-1.541455867,0.7320216438,321,0.265668905,-0.014647884,6954.6282211 +71,-1.545410146,0.7304422281,321,0.265668905,-0.014647884,6967.0903193 +72,-1.543435491,0.7304713664,321,0.265668905,-0.014647884,6961.312719 +73,-1.541463105,0.7304997613,321,0.265668905,-0.014647884,6955.5413039 +74,-1.545414768,0.7289194936,321,0.265668905,-0.014647884,6968.0107484 +75,-1.543435774,0.7289538557,321,0.265668905,-0.014647884,6962.2093277 +76,-1.541457714,0.7289765881,321,0.265668905,-0.014647884,6956.4166137 +77,-1.539449415,0.7320555866,321,0.265668905,-0.014647884,6948.7614965 +78,-1.537429183,0.7321097681,321,0.265668905,-0.014647884,6942.8421185 +79,-1.535472649,0.7321497267,321,0.265668905,-0.014647884,6937.1159336 +80,-1.539457899,0.7305333307,321,0.265668905,-0.014647884,6949.6702368 +81,-1.537453161,0.7305750503,321,0.265668905,-0.014647884,6943.795019 +82,-1.535479385,0.7306124949,321,0.265668905,-0.014647884,6938.0118918 +83,-1.53946905,0.7290102593,321,0.265668905,-0.014647884,6950.5856434 +84,-1.537459922,0.7290417293,321,0.265668905,-0.014647884,6944.695307 +85,-1.535451349,0.7290890157,321,0.265668905,-0.014647884,6938.7967603 +86,-1.535522937,0.7279887191,321,0.265668905,-0.014647884,6939.6311945 +87,-1.539442524,0.7274735939,321,0.265668905,-0.014647884,6951.3970598 +88,-1.537424111,0.727521351,321,0.265668905,-0.014647884,6945.4619461 +89,-1.539384641,0.7259505092,321,0.265668905,-0.014647884,6952.1068207 +90,-1.537372391,0.7259947145,321,0.265668905,-0.014647884,6946.1835772 +91,-1.535340789,0.7260435356,321,0.265668905,-0.014647884,6940.2002806 +92,-1.539325716,0.7244369706,321,0.265668905,-0.014647884,6952.8058777 +93,-1.537308932,0.7244801057,321,0.265668905,-0.014647884,6946.8618009 +94,-1.535289068,0.7245247645,321,0.265668905,-0.014647884,6940.9070995 +95,-1.533261366,0.7245550236,321,0.265668905,-0.014647884,6934.9367387 +96,-1.539267302,0.722921924,321,0.265668905,-0.014647884,6953.5051678 +97,-1.537248972,0.7229660258,321,0.265668905,-0.014647884,6947.5478456 +98,-1.535219431,0.7229916471,321,0.265668905,-0.014647884,6941.5672628 +99,-1.53318962,0.7230212049,321,0.265668905,-0.014647884,6935.582785 +100,-1.531154816,0.7230299897,321,0.265668905,-0.014647884,6929.5942476 +101,-1.528878341,0.7230370244,321,0.265668905,-0.014647884,6922.8947134 +102,-1.539218189,0.7214009878,321,0.265668905,-0.014647884,6954.2330692 +103,-1.537198791,0.7214422745,321,0.265668905,-0.014647884,6948.2660267 +104,-1.535179266,0.7214634354,321,0.265668905,-0.014647884,6942.3091878 +105,-1.533156501,0.7214944644,321,0.265668905,-0.014647884,6936.3363735 +106,-1.53113574,0.7215166021,321,0.265668905,-0.014647884,6930.3735332 +107,-1.528874248,0.7215345535,321,0.265668905,-0.014647884,6923.7029876 +108,-1.539217656,0.7198512397,321,0.265668905,-0.014647884,6955.1185318 +109,-1.537199919,0.7199428763,321,0.265668905,-0.014647884,6949.1195681 +110,-1.545425832,0.727397149,321,0.265668905,-0.014647884,6968.9481204 +111,-1.543371177,0.7273916949,321,0.265668905,-0.014647884,6962.9407157 +112,-1.541368852,0.7274523163,321,0.265668905,-0.014647884,6957.0465899 +113,-1.545349067,0.7258710923,321,0.265668905,-0.014647884,6969.6288012 +114,-1.54332671,0.7258603556,321,0.265668905,-0.014647884,6963.7106532 +115,-1.541346831,0.7259242142,321,0.265668905,-0.014647884,6957.8722335 +116,-1.545324355,0.7243383958,321,0.265668905,-0.014647884,6970.4637443 +117,-1.543292796,0.7243617413,321,0.265668905,-0.014647884,6964.4902892 +118,-1.541295822,0.7244024384,321,0.265668905,-0.014647884,6958.6072602 +119,-1.543193859,0.7205570215,321,0.265668905,-0.014647884,6966.4232172 +120,-1.550257047,0.7386738187,321,0.265668905,-0.014647884,6976.184142 +121,-1.549335448,0.7311736483,321,0.265668905,-0.014647884,6978.0935159 +122,-1.533478843,0.7179891343,321,0.265668905,-0.014647884,6939.2360302 +123,-1.556150555,0.738907041,321,0.265668905,-0.014647884,6993.0815449 +124,-1.554324226,0.733414257,321,0.265668905,-0.014647884,6991.2324766 +125,-1.554290846,0.7288285332,321,0.265668905,-0.014647884,6993.9815254 +126,-1.55122487,0.7219795312,321,0.265668905,-0.014647884,6989.1966069 +127,-1.525104458,0.7229399862,321,0.265668905,-0.014647884,6911.8437208 +128,-1.519607711,0.7236181429,321,0.265668905,-0.014647884,6895.3095515 +129,-1.513899999,0.7251107854,321,0.265668905,-0.014647884,6877.7527328 +130,-1.536620762,0.7431061895,321,0.265668905,-0.014647884,6934.1345968 +131,-1.5369566,0.7460845958,321,0.265668905,-0.014647884,6933.3658984 +132,-1.545345528,0.7447040685,321,0.265668905,-0.014647884,6958.327438 +133,-1.532813921,0.7432306626,321,0.265668905,-0.014647884,6923.0779882 +134,-1.554788248,0.7382381001,321,0.265668905,-0.014647884,6989.5633147 +135,-1.540348126,0.7301594274,321,0.265668905,-0.014647884,6952.4859407 +136,-1.538016084,0.7239051786,321,0.265668905,-0.014647884,6949.2661367 +137,-1.525288962,0.7258085137,321,0.265668905,-0.014647884,6910.8438523 +138,-1.534326986,0.731241342,321,0.265668905,-0.014647884,6934.2910952 +139,-1.530733872,0.7303625216,321,0.265668905,-0.014647884,6924.2939032 +141,-1.534354939,0.7328219978,321,0.265668905,-0.014647884,6933.475649 +142,-1.53157084,0.7292888153,321,0.265668905,-0.014647884,6927.3385353 +143,-1.525691035,0.7263799874,321,0.265668905,-0.014647884,6911.7153163 +144,-1.534031287,0.7495967835,321,0.265668905,-0.014647884,6922.9197941 +145,-1.527714986,0.7283095957,321,0.265668905,-0.014647884,6916.597718 +146,-1.526189586,0.7271468292,321,0.265668905,-0.014647884,6912.762239 +147,-1.555177336,0.7375563366,321,0.265668905,-0.014647884,6991.1171157 +148,-1.555080283,0.7312707794,321,0.265668905,-0.014647884,6994.7664 +149,-1.53856994,0.7224180299,321,0.265668905,-0.014647884,6951.7439178 +150,-1.530837883,0.729933372,321,0.265668905,-0.014647884,6924.8366706 +151,-1.515066984,0.5854133365,321,0.265668905,-0.014647884,6945.9536474 +152,-1.534731633,0.5368370046,321,0.265668905,-0.014647884,7031.8244163 +153,-1.515231902,0.5607085576,321,0.265668905,-0.014647884,6956.5248747 +154,-2.616253799,1.0684566605,321,0.265668905,-0.014647884,8196.5508072 +155,-1.956071439,0.5792177723,321,0.265668905,-0.014647884,8365.1648311 +156,-1.951208514,0.5602434208,321,0.265668905,-0.014647884,8377.5800481 +157,-1.944675062,0.6062144545,321,0.265668905,-0.014647884,8290.3042414 +158,-1.613778386,0.6077989518,321,0.265668905,-0.014647884,7254.3549096 +159,-2.035029014,0.6021432345,321,0.265668905,-0.014647884,8565.5867867 +160,-2.114989471,0.6801825058,321,0.265668905,-0.014647884,8634.8164142 +161,-2.037382079,0.5765830025,321,0.265668905,-0.014647884,8616.5338131 +162,-2.129855121,0.6585019963,321,0.265668905,-0.014647884,8720.1540981 +163,-2.075141798,0.6493615843,321,0.265668905,-0.014647884,8591.8764512 +164,-1.828626729,0.6948433129,321,0.265668905,-0.014647884,7823.238284 +165,-1.863329418,0.6735427691,321,0.265668905,-0.014647884,7952.2752367 +166,-1.266037071,0.727988852,321,0.265668905,-0.014647884,6144.976878 +167,-1.277579582,0.7249010648,321,0.265668905,-0.014647884,6178.7309461 +168,-1.258418684,0.7241194816,321,0.265668905,-0.014647884,6121.8241824 +169,-1.317813974,0.6804850104,321,0.265668905,-0.014647884,6297.4857201 +170,-1.344165204,0.6790988904,321,0.265668905,-0.014647884,6378.6850641 +171,-1.427582102,0.5277120351,321,0.265668905,-0.014647884,6670.0622787 +172,-1.402238616,0.457167829,321,0.265668905,-0.014647884,6592.6513005 +173,-1.422454264,0.4996161999,321,0.265668905,-0.014647884,6657.5446611 +174,-1.439089277,0.4894859811,321,0.265668905,-0.014647884,6717.3583776 +175,-1.448126995,0.5182330266,321,0.265668905,-0.014647884,6742.4804328 +176,-1.474626146,0.5881926574,321,0.265668905,-0.014647884,6812.1221135 +177,-1.421139645,0.5584869783,321,0.265668905,-0.014647884,6642.2446849 +178,-1.457037165,0.565943032,321,0.265668905,-0.014647884,6760.5847778 +179,-2.757159358,0.3745319,321,0.265668905,-0.014647884,10946.352976 +180,-2.714309238,0.342054471,321,0.265668905,-0.014647884,11003.4283 +181,-2.000525337,0.774119946,321,0.265668905,-0.014647884,8152.416509 +183,-1.571413436,0.6777838382,321,0.265668905,-0.014647884,7076.7833063 +184,-1.552860289,0.6987663893,321,0.265668905,-0.014647884,7007.9494089 +185,-1.521852374,0.7165827476,321,0.265668905,-0.014647884,6905.6129672 +186,-1.503656267,0.6928968252,321,0.265668905,-0.014647884,6862.779877 +187,-1.502753178,0.7136205882,321,0.265668905,-0.014647884,6850.418742 +188,-1.631894563,0.7343596465,321,0.265668905,-0.014647884,7214.7852844 +189,-1.653765416,0.6770714026,321,0.265668905,-0.014647884,7327.1032866 +190,-1.719812114,0.6715965947,321,0.265668905,-0.014647884,7530.8975461 +191,-1.493406659,0.6646955447,321,0.265668905,-0.014647884,6843.739505 +192,-1.469120564,0.6613469966,321,0.265668905,-0.014647884,6769.5753809 +193,-1.590551461,0.5326612937,321,0.265668905,-0.014647884,7222.661334 +194,-1.625979264,0.5247742243,321,0.265668905,-0.014647884,7347.0500886 +195,-1.572293943,0.5238808754,321,0.265668905,-0.014647884,7165.1979057 +196,-1.610848725,0.5477107964,321,0.265668905,-0.014647884,7282.4441198 +197,-1.208485554,0.7918526018,321,0.265668905,-0.014647884,5994.6090531 +198,-1.335601374,0.6869083083,321,0.265668905,-0.014647884,6352.0475655 +199,-1.346156996,0.6825213377,321,0.265668905,-0.014647884,6384.6277785 +200,-1.324381037,0.6741422347,321,0.265668905,-0.014647884,6317.7204188 +201,-1.242424992,0.7378949807,321,0.265668905,-0.014647884,6077.3015384 +202,-1.270370057,0.7392461008,321,0.265668905,-0.014647884,6159.3038714 +203,-1.448950472,0.7441675014,321,0.265668905,-0.014647884,6679.8431836 +204,-1.492662363,0.7523026852,321,0.265668905,-0.014647884,6802.7675915 +205,-1.479098966,0.7763855017,321,0.265668905,-0.014647884,6753.2813371 +206,-1.633760714,0.7869022408,321,0.265668905,-0.014647884,7174.6880307 +207,-1.647406434,0.8101289331,321,0.265668905,-0.014647884,7189.9905316 +208,-1.564245052,0.5701509278,321,0.265668905,-0.014647884,7115.0756498 +209,-1.646289963,0.6833746083,321,0.265668905,-0.014647884,7299.3710399 +210,-1.5820631,0.6751952144,321,0.265668905,-0.014647884,7110.8954645 +211,-1.613236298,0.6681681791,321,0.265668905,-0.014647884,7210.9042308 +212,-1.914661867,0.8212566515,321,0.265668905,-0.014647884,7855.03619 +213,-1.742133237,0.7250275956,321,0.265668905,-0.014647884,7539.1703673 +214,-2.033144872,0.6557314699,321,0.265668905,-0.014647884,8463.8721465 +215,-2.039551981,0.6964723658,321,0.265668905,-0.014647884,8403.9165474 +216,-1.247341019,0.7622473908,321,0.265668905,-0.014647884,6096.5232496 +217,-1.298239787,0.7084123392,321,0.265668905,-0.014647884,6238.9572271 +218,-1.308539688,0.6926545592,321,0.265668905,-0.014647884,6269.3749141 +219,-1.303263185,0.6888938396,321,0.265668905,-0.014647884,6253.1061424 +220,-1.852400229,0.6004246149,321,0.265668905,-0.014647884,8015.8685418 +221,-1.288947707,0.7473773692,321,0.265668905,-0.014647884,6214.3605441 +222,-1.372031502,0.7472790993,321,0.265668905,-0.014647884,6455.7194472 +223,-1.289805721,0.7242157877,321,0.265668905,-0.014647884,6214.913333 +224,-1.350807603,0.7533498126,321,0.265668905,-0.014647884,6393.5846675 +225,-1.329290365,0.7560442322,321,0.265668905,-0.014647884,6331.3611569 +226,-1.410153004,0.616936428,321,0.265668905,-0.014647884,6594.6977848 +227,-1.393445434,0.6308995063,321,0.265668905,-0.014647884,6538.5721794 +228,-1.37595573,0.6241540638,321,0.265668905,-0.014647884,6483.4612546 +229,-1.358388707,0.6172645205,321,0.265668905,-0.014647884,6427.5350599 +230,-1.753741133,0.8281661666,321,0.265668905,-0.014647884,7445.6420651 +231,-1.47430987,0.6834615681,321,0.265668905,-0.014647884,6777.4648102 +232,-1.421012508,0.7222725206,321,0.265668905,-0.014647884,6604.4725719 +233,-1.4476833,0.6978557868,321,0.265668905,-0.014647884,6691.4516856 +234,-1.470370723,0.6966193374,321,0.265668905,-0.014647884,6760.5070094 +235,-1.429211703,0.7037216883,321,0.265668905,-0.014647884,6633.9443807 +236,-1.700578405,0.6178673663,321,0.265668905,-0.014647884,7522.4029458 +237,-1.678117619,0.6331716163,321,0.265668905,-0.014647884,7438.7794611 +238,-1.725644578,0.6316331145,321,0.265668905,-0.014647884,7587.9922546 +239,-2.14012759,0.7930497945,321,0.265668905,-0.014647884,8437.0179389 +240,-2.103289431,0.7653606263,321,0.265668905,-0.014647884,8418.1053625 +241,-1.318739838,0.7017808746,321,0.265668905,-0.014647884,6300.5564717 +242,-1.396417427,0.7077900843,321,0.265668905,-0.014647884,6534.3016038 +243,-1.35650337,0.7185539404,321,0.265668905,-0.014647884,6413.2945205 +244,-1.248884539,0.7274156818,321,0.265668905,-0.014647884,6094.1944886 +245,-1.395014798,0.5761185243,321,0.265668905,-0.014647884,6552.0517058 +246,-1.433377362,0.6064716109,321,0.265668905,-0.014647884,6672.1778292 +247,-1.408172432,0.5903155476,321,0.265668905,-0.014647884,6593.212064 +248,-1.749645898,0.7757118084,321,0.265668905,-0.014647884,7500.5504425 +249,-1.571626686,0.615046989,321,0.265668905,-0.014647884,7114.8438284 +250,-1.514070049,0.6303003037,321,0.265668905,-0.014647884,6923.4504783 +251,-1.480890369,0.6237966528,321,0.265668905,-0.014647884,6820.2007084 +252,-1.704390658,0.5281680612,321,0.265668905,-0.014647884,7609.1787206 +253,-1.64434733,0.5254277498,321,0.265668905,-0.014647884,7408.8241673 +254,-1.703855997,0.4792484842,321,0.265668905,-0.014647884,7643.4438736 +255,-1.692002383,0.5748825051,321,0.265668905,-0.014647884,7531.29641 +256,-1.854136457,0.5544643913,321,0.265668905,-0.014647884,8076.6616485 +257,-1.665021206,0.520317736,321,0.265668905,-0.014647884,7482.1487368 +258,-1.733654349,0.4845187345,321,0.265668905,-0.014647884,7742.3257278 +259,-1.720938188,0.5135933906,321,0.265668905,-0.014647884,7676.2910219 +260,-1.742668307,0.553296122,321,0.265668905,-0.014647884,7715.3049286 +261,-1.965659039,0.7142126903,321,0.265668905,-0.014647884,8174.1030593 +262,-1.944438071,0.6772834804,321,0.265668905,-0.014647884,8178.3348883 +263,-1.270340967,0.7681487096,321,0.265668905,-0.014647884,6163.1663361 +264,-1.353091884,0.6549276821,321,0.265668905,-0.014647884,6407.9350276 +265,-1.333236659,0.6413584414,321,0.265668905,-0.014647884,6345.8500219 +266,-1.352015998,0.6753788907,321,0.265668905,-0.014647884,6403.144706 +267,-1.377988483,0.6577816235,321,0.265668905,-0.014647884,6485.7487807 +268,-2.13075611,0.8318642051,321,0.265668905,-0.014647884,8322.3794474 +269,-2.097910953,0.8259670014,321,0.265668905,-0.014647884,8266.4770741 +270,-1.416382069,0.6694271549,321,0.265668905,-0.014647884,6603.3373513 +271,-1.538905672,0.7535625993,321,0.265668905,-0.014647884,6934.5424218 +272,-1.572309477,0.7803125099,321,0.265668905,-0.014647884,7011.0870443 +273,-1.87759879,0.7503853417,321,0.265668905,-0.014647884,7878.636484 +274,1.152365588,0.590457682,321,0.265668905,-0.014647884,4070.8455616 +275,0.350198001,0.718001859,321,0.265668905,-0.014647884,2917.9132229 +276,0.046513677,0.491503852,321,0.265668905,-0.014647884,2170.904873 +277,0.027510309,0.742571376,321,0.265668905,-0.014647884,3117.4022803 +278,0.306285725,-0.214631579,321,0.265668905,-0.014647884,808.04369409 +279,-1.100564889,0.318051531,321,0.265668905,-0.014647884,5471.3886417 +280,-1.078582306,0.301437596,321,0.265668905,-0.014647884,5383.4182933 +281,-1.137371989,-0.617634065,321,0.265668905,-0.014647884,5647.1886577 +282,0.784356344,0.703272339,321,0.265668905,-0.014647884,3404.2257639 +283,-1.221209947,0.218327455,321,0.265668905,-0.014647884,5910.0779073 +284,2.347301921,-0.449114658,321,0.265668905,-0.014647884,8000.2009826 +285,0.246820618,0.830553713,321,0.265668905,-0.014647884,3348.4777262 +286,0.829414965,0.703288228,321,0.265668905,-0.014647884,3495.9332616 +287,-1.337537566,0.42332223,321,0.265668905,-0.014647884,6362.7989766 +288,0.882453706,0.454478077,321,0.265668905,-0.014647884,3001.1962887 +289,1.575629659,0.416419109,321,0.265668905,-0.014647884,5303.0728007 +290,-1.039455679,0.229888244,321,0.265668905,-0.014647884,5211.7071696 +291,0.489558039,0.934482747,321,0.265668905,-0.014647884,3831.3037156 +292,0.081344504,0.88384514,321,0.265668905,-0.014647884,3613.0206242 +293,-1.547979814,0.300350308,321,0.265668905,-0.014647884,7157.5371492 +294,0.040776181,0.168560074,321,0.265668905,-0.014647884,1145.9437022 +295,-1.130374745,0.563894876,321,0.265668905,-0.014647884,5669.1474435 +296,1.578326642,0.478507176,321,0.265668905,-0.014647884,5343.9661712 +297,-1.12861823,-0.291640865,321,0.265668905,-0.014647884,5535.7286 +298,0.310524208,0.770885792,321,0.265668905,-0.014647884,3115.5373436 +299,0.415649091,-0.387246002,321,0.265668905,-0.014647884,1585.1109077 +300,-0.926533878,-0.188022748,321,0.265668905,-0.014647884,4738.5661 +301,1.258856172,-0.11716081,321,0.265668905,-0.014647884,3943.8847753 +302,-1.126050026,0.322941926,321,0.265668905,-0.014647884,5568.3791516 +303,2.002785835,0.07893892,321,0.265668905,-0.014647884,6883.2176791 +304,0.440437607,0.746258085,321,0.265668905,-0.014647884,3077.652672 +305,-0.030391866,0.214441206,321,0.265668905,-0.014647884,1476.0435278 +306,0.521557815,-0.058929362,321,0.265668905,-0.014647884,1027.8789454 +307,-0.097005111,0.13317729,321,0.265668905,-0.014647884,1547.7139989 +308,1.83113859,0.221857587,321,0.265668905,-0.014647884,6214.1112895 +309,0.222428864,0.099404236,321,0.265668905,-0.014647884,483.05034646 +310,-1.702731345,0.8728568183,321,0.265668905,-0.014647884,7263.8889635 +311,-0.418507569,0.278324921,321,0.265668905,-0.014647884,2916.1586373 +312,-1.41153306,0.339029988,321,0.265668905,-0.014647884,6638.6773326 +313,0.357560442,0.114788776,321,0.265668905,-0.014647884,628.35098898 +314,0.325818979,0.268352149,321,0.265668905,-0.014647884,1145.4357577 +315,-1.246004659,-0.663679965,321,0.265668905,-0.014647884,6001.7228118 +316,1.814603087,0.637404484,321,0.265668905,-0.014647884,6186.8718597 +317,1.843704281,-0.18300445,321,0.265668905,-0.014647884,6239.5576753 +318,1.690644492,-0.211480909,321,0.265668905,-0.014647884,5645.0403589 +319,-1.275451936,0.068109467,321,0.265668905,-0.014647884,6108.6150557 +320,0.762430171,-0.207594741,321,0.265668905,-0.014647884,2096.3909683 +321,0.265668905,-0.014647884,321,0.265668905,-0.014647884,0 +322,-2.773032013,-0.335515811,321,0.265668905,-0.014647884,11000.299512 +323,-1.469512853,0.174058777,321,0.265668905,-0.014647884,6873.242295 +324,0.286276986,0.785925691,321,0.265668905,-0.014647884,3171.8999169 +325,-1.379324697,0.377432233,321,0.265668905,-0.014647884,6516.5068411 +326,-1.203778265,0.212813032,321,0.265668905,-0.014647884,5841.9213834 +327,0.579916301,0.611743168,321,0.265668905,-0.014647884,2740.4436674 +328,0.267582642,0.868113908,321,0.265668905,-0.014647884,3496.6255256 +329,0.412869244,-0.050245578,321,0.265668905,-0.014647884,599.53888578 +330,0.17524381,0.976660285,321,0.265668905,-0.014647884,3937.3874495 +331,0.743157214,0.204812899,321,0.265668905,-0.014647884,2070.0815379 +332,-1.070758176,0.269382282,321,0.265668905,-0.014647884,5343.5929608 +333,-1.230364251,0.329790229,321,0.265668905,-0.014647884,5960.6364521 +334,-1.374813124,-0.024926835,321,0.265668905,-0.014647884,6496.3842214 +335,0.519780566,0.463669906,321,0.265668905,-0.014647884,2128.5748722 +336,-1.55108034,0.239698561,321,0.265668905,-0.014647884,7181.819164 +337,0.180294813,0.029739425,321,0.265668905,-0.014647884,381.10823818 +338,0.67820924,0.268170153,321,0.265668905,-0.014647884,1965.553314 +339,0.445798684,1.024001867,321,0.265668905,-0.014647884,4152.6471059 +340,0.691751283,0.150521402,321,0.265668905,-0.014647884,1804.5804943 +341,-1.036643551,-0.903056181,321,0.265668905,-0.014647884,5522.1744337 +342,-0.120287036,1.083325163,321,0.265668905,-0.014647884,4500.9005823 +343,2.823513113,-0.304487164,321,0.265668905,-0.014647884,9839.6298911 +344,0.457583172,1.12513373,321,0.265668905,-0.014647884,4549.104906 +345,0.042918831,0.813795399,321,0.265668905,-0.014647884,3371.7222192 +346,1.196146777,-0.853142756,321,0.265668905,-0.014647884,4575.0899898 +347,0.206001358,-0.010430701,321,0.265668905,-0.014647884,236.91401585 +348,-0.268308653,0.234799412,321,0.265668905,-0.014647884,2317.466817 +349,0.759363263,0.736189579,321,0.265668905,-0.014647884,3457.3918146 +350,0.181363926,0.891988372,321,0.265668905,-0.014647884,3602.3896056 +351,-0.021111158,0.139103292,321,0.265668905,-0.014647884,1285.9435059 +352,-0.093355215,0.630686981,321,0.265668905,-0.014647884,2878.2260385 +353,0.40118964,0.681375926,321,0.265668905,-0.014647884,2800.6530455 +354,-0.721197315,1.304706234,321,0.265668905,-0.014647884,5702.2370417 +355,-1.076150317,0.212107639,321,0.265668905,-0.014647884,5348.2406972 +356,-1.577164531,0.273993443,321,0.265668905,-0.014647884,7274.4526878 +357,-0.190788414,0.182208586,321,0.265668905,-0.014647884,1960.3380673 +358,-0.261349752,0.209710184,321,0.265668905,-0.014647884,2255.3203217 +359,-1.029303852,0.083549259,321,0.265668905,-0.014647884,5138.4466366 +360,-1.268609162,0.330525297,321,0.265668905,-0.014647884,6103.9618432 +361,1.282982244,-0.926641967,321,0.265668905,-0.014647884,4900.9610754 +362,0.217352334,0.731352408,321,0.265668905,-0.014647884,2959.972223 +363,-1.511833084,0.258629297,321,0.265668905,-0.014647884,7028.1392248 +364,0.338812194,0.823184618,321,0.265668905,-0.014647884,3328.3315761 +365,-0.324406489,1.134201999,321,0.265668905,-0.014647884,4856.0421014 +366,1.389579348,0.399185724,321,0.265668905,-0.014647884,4624.4933871 +367,2.047152199,-0.039082036,321,0.265668905,-0.014647884,7053.3997687 +368,0.947780369,0.568250077,321,0.265668905,-0.014647884,3438.4318213 +369,0.763824846,0.576754987,321,0.265668905,-0.014647884,2990.4174687 +370,-0.142334657,0.928153068,321,0.265668905,-0.014647884,3970.2569812 +371,0.610266567,0.547265983,321,0.265668905,-0.014647884,2574.9378413 +372,0.210731629,0.746815056,321,0.265668905,-0.014647884,3022.5045362 +373,-1.34931644,0.316895224,321,0.265668905,-0.014647884,6406.3157753 +374,2.407696481,0.655030745,321,0.265668905,-0.014647884,8016.1590721 +375,0.64207831,0.545359131,321,0.265668905,-0.014647884,2630.9372919 +376,1.174597538,0.840588356,321,0.265668905,-0.014647884,4596.2670095 +377,0.660059424,0.010604079,321,0.265668905,-0.014647884,1565.3349396 +378,-0.730263819,0.010486456,321,0.265668905,-0.014647884,3946.0306937 +379,0.831068936,0.512339172,321,0.265668905,-0.014647884,2988.0921303 +380,1.301180979,0.72367476,321,0.265668905,-0.014647884,4709.974865 +381,1.811128231,0.322854402,321,0.265668905,-0.014647884,6145.1729161 +382,0.435105812,0.992284428,321,0.265668905,-0.014647884,4025.0435223 +383,0.62643634,0.592027932,321,0.265668905,-0.014647884,2752.3892284 +384,0.492988703,-0.516339467,321,0.265668905,-0.014647884,2164.2917279 +385,-0.162469483,0.112549365,321,0.265668905,-0.014647884,1766.0320438 +386,0.314630866,0.472006421,321,0.265668905,-0.014647884,1936.6574859 +387,0.166744804,0.822815954,321,0.265668905,-0.014647884,3334.8855439 +388,0.417159608,0.965805736,321,0.265668905,-0.014647884,3914.5504134 +389,0.106334961,0.868774244,321,0.265668905,-0.014647884,3540.9701229 +390,0.815086969,-0.338144359,321,0.265668905,-0.014647884,2486.8131806 +391,0.59867455,-0.230624824,321,0.265668905,-0.014647884,1561.5527232 +392,1.915104874,0.066220985,321,0.265668905,-0.014647884,6536.5495349 +393,1.278093622,0.064463721,321,0.265668905,-0.014647884,4020.0178488 +394,-0.061477853,0.302997961,321,0.265668905,-0.014647884,1792.3436513 +395,0.251311504,0.626976942,321,0.265668905,-0.014647884,2542.0282035 +396,2.950242872,0.149095644,321,0.265668905,-0.014647884,10564.14377 +397,-0.180294708,0.35375117,321,0.265668905,-0.014647884,2263.1558778 +398,1.010448592,-0.351180233,321,0.265668905,-0.014647884,3176.4029173 +399,-1.748740498,0.3686318073,321,0.265668905,-0.014647884,7876.2082149 +400,2.699635665,0.123533791,321,0.265668905,-0.014647884,9616.2496541 +401,0.496808033,0.823843254,321,0.265668905,-0.014647884,3416.4737946 +402,0.129574704,0.763364087,321,0.265668905,-0.014647884,3119.224666 +403,1.798920311,0.817447563,321,0.265668905,-0.014647884,6162.5414068 +404,0.335987953,0.746786541,321,0.265668905,-0.014647884,3026.4384787 +405,-1.085413643,0.292154671,321,0.265668905,-0.014647884,5406.2513256 +406,-0.155321003,0.508207011,321,0.265668905,-0.014647884,2613.4010792 +407,0.620529244,-0.301175104,321,0.265668905,-0.014647884,1788.9057416 +408,1.684402744,0.368716966,321,0.265668905,-0.014647884,5681.5452538 +409,0.300582244,-0.386397212,321,0.265668905,-0.014647884,1478.6415507 +410,2.913555946,-0.009225192,321,0.265668905,-0.014647884,10486.04956 +411,1.465101417,0.493232532,321,0.265668905,-0.014647884,4962.3423848 +412,0.090612882,0.907955955,321,0.265668905,-0.014647884,3700.9527063 +413,2.987564726,-0.729568594,321,0.265668905,-0.014647884,9135.0851791 +414,-1.484261606,0.224149272,321,0.265668905,-0.014647884,6926.5633462 +415,0.164073421,0.303955133,321,0.265668905,-0.014647884,1322.7825848 +416,0.141441293,0.167552546,321,0.265668905,-0.014647884,872.28492687 +417,2.931321023,-0.506718887,321,0.265668905,-0.014647884,9702.8728897 +418,2.21951565,0.700596356,321,0.265668905,-0.014647884,7408.6041351 +419,0.268112576,1.199114336,321,0.265668905,-0.014647884,4807.7167372 +420,0.978913739,0.359223811,321,0.265668905,-0.014647884,3135.3118549 +421,1.210898818,0.522863584,321,0.265668905,-0.014647884,4148.1637522 +422,2.347397336,0.129231362,321,0.265668905,-0.014647884,8235.5530532 +423,0.614394501,0.556878345,321,0.265668905,-0.014647884,2614.3058627 +424,-1.398079356,0.148483366,321,0.265668905,-0.014647884,6594.6252815 +425,2.535303836,-0.112984496,321,0.265668905,-0.014647884,8959.998428 +426,-1.019372593,-0.405322349,321,0.265668905,-0.014647884,5160.4300629 +427,-1.297785627,-0.160104069,321,0.265668905,-0.014647884,6183.9687666 +428,2.144554488,0.205051084,321,0.265668905,-0.014647884,7428.1323639 +429,-2.242387083,-0.426171285,321,0.265668905,-0.014647884,9450.0954762 +430,0.338637212,0.909723676,321,0.265668905,-0.014647884,3669.5356088 +431,-0.148798452,0.691042401,321,0.265668905,-0.014647884,3173.1052996 +432,0.893524764,0.441829531,321,0.265668905,-0.014647884,3008.0827931 +433,0.969229347,-0.368847936,321,0.265668905,-0.014647884,3058.2031151 +434,0.436043248,0.800045688,321,0.265668905,-0.014647884,3281.5613547 +435,1.687946607,1.081504775,321,0.265668905,-0.014647884,5997.566826 +436,0.522302046,-0.034889271,321,0.265668905,-0.014647884,1019.350939 +437,-0.178996113,-0.438090009,321,0.265668905,-0.014647884,2388.5546381 +438,-1.094339566,0.301444068,321,0.265668905,-0.014647884,5442.8292396 +439,-1.064070054,0.242569932,321,0.265668905,-0.014647884,5309.9999333 +440,-1.068153768,0.230387998,321,0.265668905,-0.014647884,5322.2316723 +441,-3.00496892,-0.23989155,321,0.265668905,-0.014647884,11315.554041 +442,0.21751974,0.766874888,321,0.265668905,-0.014647884,3100.3014521 +443,0.117229532,0.007619006,321,0.265668905,-0.014647884,594.53116918 +444,0.777758451,0.420554741,321,0.265668905,-0.014647884,2616.1635231 +445,-0.252356999,0.250747086,321,0.265668905,-0.014647884,2286.9410929 +446,0.363148444,0.768483434,321,0.265668905,-0.014647884,3121.0980213 +447,0.903191366,-0.118210676,321,0.265668905,-0.014647884,2551.5026924 +448,-0.205755923,0.149406178,321,0.265668905,-0.014647884,1971.0643987 +449,1.811996086,0.02364353,321,0.265668905,-0.014647884,6126.4114872 +450,-1.100670221,0.314845373,321,0.265668905,-0.014647884,5470.78676 +451,0.340078597,0.850105132,321,0.265668905,-0.014647884,3434.7813031 +452,0.258757267,0.804969236,321,0.265668905,-0.014647884,3246.5931246 +453,2.78505352,-0.155160804,321,0.265668905,-0.014647884,9898.1234975 +454,0.800551619,0.105822106,321,0.265668905,-0.014647884,2168.2797775 +455,0.437940882,-0.506194031,321,0.265668905,-0.014647884,2053.0102321 +456,2.230431122,0.63458615,321,0.265668905,-0.014647884,7502.8368742 +457,0.527965361,0.127667701,321,0.265668905,-0.014647884,1179.7889304 +458,-0.063643205,0.702093448,321,0.265668905,-0.014647884,3078.2141052 +459,1.408447268,0.133010502,321,0.265668905,-0.014647884,4551.1217429 +460,0.523795955,0.280266966,321,0.265668905,-0.014647884,1543.9175274 +461,-0.975769313,0.072177659,321,0.265668905,-0.014647884,4925.4255951 +462,0.549774164,-0.463663986,321,0.265668905,-0.014647884,2081.8964157 +463,0.29245874,1.095549818,321,0.265668905,-0.014647884,4398.218976 +464,0.143625958,0.816809593,321,0.265668905,-0.014647884,3320.6094859 +465,0.671902494,0.611159853,321,0.265668905,-0.014647884,2899.4175176 +466,1.239840988,0.6724199,321,0.265668905,-0.014647884,4459.6370643 +467,0.607829703,-0.10932137,321,0.265668905,-0.014647884,1403.1957712 +468,1.763020906,0.263996692,321,0.265668905,-0.014647884,5956.3128261 +469,0.378714634,0.726066797,321,0.265668905,-0.014647884,2961.8772153 +470,2.196736143,-0.153862366,321,0.265668905,-0.014647884,7621.7050511 +471,0.01702415,0.148991565,321,0.265668905,-0.014647884,1176.2415767 +472,-2.998490902,-0.158002487,321,0.265668905,-0.014647884,11606.249335 +473,-3.051262951,-0.346595608,321,0.265668905,-0.014647884,10859.222552 +474,-1.069176439,0.182802941,321,0.265668905,-0.014647884,5314.1166558 +475,0.167157509,0.595344954,321,0.265668905,-0.014647884,2443.7969352 +476,0.613855648,0.681746124,321,0.265668905,-0.014647884,3034.8007883 +477,1.037012736,0.682555367,321,0.265668905,-0.014647884,3929.1683547 +478,-1.253574971,0.379755746,321,0.265668905,-0.014647884,6053.8339852 +479,3.108590453,-0.132620738,321,0.265668905,-0.014647884,11127.642767 +480,0.565301296,0.022333262,321,0.265668905,-0.014647884,1195.7732958 +481,0.547898238,0.855555614,321,0.265668905,-0.014647884,3579.4500196 +482,0.948309381,0.417393755,321,0.265668905,-0.014647884,3132.3248326 +483,-0.050600732,0.945269213,321,0.265668905,-0.014647884,3940.9710452 +484,-0.977651478,-0.572363064,321,0.265668905,-0.014647884,5104.8517471 +485,1.102014914,0.728861163,321,0.265668905,-0.014647884,4193.0822376 +486,2.927300795,-0.282939414,321,0.265668905,-0.014647884,10227.991941 +487,-1.154565557,0.124434095,321,0.265668905,-0.014647884,5637.5394574 +488,1.855331234,0.291044755,321,0.265668905,-0.014647884,6310.153636 +489,0.830290659,0.276904518,321,0.265668905,-0.014647884,2492.1279101 +490,0.485104466,-0.234867441,321,0.265668905,-0.014647884,1225.3460005 +491,0.521367572,-0.33161327,321,0.265668905,-0.014647884,1600.7359427 +1,-1.539031704,0.7349710123,322,-2.773032013,-0.335515811,6179.5497339 +2,-1.536990553,0.7349663874,322,-2.773032013,-0.335515811,6184.8888655 +3,-1.534951779,0.7349571355,322,-2.773032013,-0.335515811,6190.2172701 +4,-1.532906461,0.7349480293,322,-2.773032013,-0.335515811,6195.5669065 +5,-1.531320211,0.7346937278,322,-2.773032013,-0.335515811,6199.2788435 +6,-1.539451648,0.7335131775,322,-2.773032013,-0.335515811,6175.8297246 +7,-1.537429487,0.7335445708,322,-2.773032013,-0.335515811,6181.1898973 +8,-1.535484998,0.7335658704,322,-2.773032013,-0.335515811,6186.3314626 +9,-1.533488396,0.7336036027,322,-2.773032013,-0.335515811,6191.642421 +10,-1.531497785,0.7335842962,322,-2.773032013,-0.335515811,6196.8393763 +11,-1.530259379,0.7334777758,322,-2.773032013,-0.335515811,6199.9065894 +12,-1.5335454,0.7322346912,322,-2.773032013,-0.335515811,6189.0514669 +13,-1.531489083,0.7322238773,322,-2.773032013,-0.335515811,6194.4428453 +14,-1.530011122,0.7321679851,322,-2.773032013,-0.335515811,6198.2348293 +15,-1.53348106,0.7306614094,322,-2.773032013,-0.335515811,6186.4153482 +16,-1.531441779,0.7306962275,322,-2.773032013,-0.335515811,6191.8507633 +17,-1.529755654,0.7306933243,322,-2.773032013,-0.335515811,6196.2911938 +18,-1.533415048,0.7291384674,322,-2.773032013,-0.335515811,6183.8739438 +19,-1.531392093,0.7291705353,322,-2.773032013,-0.335515811,6189.2688476 +20,-1.529296523,0.7291214933,322,-2.773032013,-0.335515811,6194.7150488 +21,-1.535280942,0.727267644,322,-2.773032013,-0.335515811,6175.6100236 +22,-1.533378158,0.7276139666,322,-2.773032013,-0.335515811,6181.2533896 +23,-1.531340368,0.7276446587,322,-2.773032013,-0.335515811,6186.6924158 +24,-1.528960113,0.7276398177,322,-2.773032013,-0.335515811,6192.9776822 +25,-1.533313146,0.7260818349,322,-2.773032013,-0.335515811,6178.693956 +26,-1.531259555,0.7260958115,322,-2.773032013,-0.335515811,6184.1525829 +27,-1.528926415,0.7260865555,322,-2.773032013,-0.335515811,6190.3141012 +28,-1.531226779,0.7245511789,322,-2.773032013,-0.335515811,6181.4935823 +29,-1.528904772,0.7245519194,322,-2.773032013,-0.335515811,6187.6518588 +30,-1.547195875,0.7409785979,322,-2.773032013,-0.335515811,6169.1084908 +31,-1.5451475,0.740980426,322,-2.773032013,-0.335515811,6174.4336879 +32,-1.543097679,0.7409798872,322,-2.773032013,-0.335515811,6179.7621598 +33,-1.540720364,0.7409892687,322,-2.773032013,-0.335515811,6185.9647306 +34,-1.547188511,0.7395198392,322,-2.773032013,-0.335515811,6166.4783974 +35,-1.545148587,0.7395226109,322,-2.773032013,-0.335515811,6171.7904669 +36,-1.543104538,0.7395314908,322,-2.773032013,-0.335515811,6177.1280592 +37,-1.540727751,0.7395306258,322,-2.773032013,-0.335515811,6183.3190196 +38,-1.547187029,0.7380014886,322,-2.773032013,-0.335515811,6163.7249119 +39,-1.545147315,0.7380012252,322,-2.773032013,-0.335515811,6169.0383339 +40,-1.54310719,0.7380060743,322,-2.773032013,-0.335515811,6174.3658404 +41,-1.540719671,0.7380068206,322,-2.773032013,-0.335515811,6180.5963655 +42,-1.547187189,0.7364799098,322,-2.773032013,-0.335515811,6160.9614012 +43,-1.545149996,0.7364853874,322,-2.773032013,-0.335515811,6166.2860412 +44,-1.543106091,0.7364823484,322,-2.773032013,-0.335515811,6171.6165409 +45,-1.540717158,0.7364893901,322,-2.773032013,-0.335515811,6177.8707736 +46,-1.538663972,0.7410138672,322,-2.773032013,-0.335515811,6191.3636103 +47,-1.53695285,0.7409699132,322,-2.773032013,-0.335515811,6195.7433043 +48,-1.534910498,0.7409641297,322,-2.773032013,-0.335515811,6201.0580995 +49,-1.533145034,0.7409536636,322,-2.773032013,-0.335515811,6205.6456537 +50,-1.538681336,0.7395405883,322,-2.773032013,-0.335515811,6188.6727538 +51,-1.536999189,0.7395183096,322,-2.773032013,-0.335515811,6193.0216597 +52,-1.534923633,0.7395144222,322,-2.773032013,-0.335515811,6198.4335665 +53,-1.533267822,0.7395654306,322,-2.773032013,-0.335515811,6202.8502605 +54,-1.53867273,0.7380151077,322,-2.773032013,-0.335515811,6185.9559254 +55,-1.536980576,0.7379994392,322,-2.773032013,-0.335515811,6190.3489695 +56,-1.534931522,0.7379944961,322,-2.773032013,-0.335515811,6195.6972401 +57,-1.533387952,0.7379480264,322,-2.773032013,-0.335515811,6199.6524264 +58,-1.538682279,0.7364914363,322,-2.773032013,-0.335515811,6183.1949886 +59,-1.536980704,0.7364810563,322,-2.773032013,-0.335515811,6187.6282984 +60,-1.534935567,0.7364752065,322,-2.773032013,-0.335515811,6192.9721079 +61,-1.533042592,0.7363876366,322,-2.773032013,-0.335515811,6197.7752898 +62,-1.545143426,0.7349628011,322,-2.773032013,-0.335515811,6163.5457843 +63,-1.543105297,0.7349691947,322,-2.773032013,-0.335515811,6168.8856367 +64,-1.541064533,0.7349647152,322,-2.773032013,-0.335515811,6174.2164985 +65,-1.545411803,0.7334624714,322,-2.773032013,-0.335515811,6160.1264943 +66,-1.543446606,0.7334780896,322,-2.773032013,-0.335515811,6165.2988236 +67,-1.541475327,0.7334957295,322,-2.773032013,-0.335515811,6170.4940793 +68,-1.545401939,0.731963266,322,-2.773032013,-0.335515811,6157.4365371 +69,-1.54342253,0.7319915583,322,-2.773032013,-0.335515811,6162.6760428 +70,-1.541455867,0.7320216438,322,-2.773032013,-0.335515811,6167.88862 +71,-1.545410146,0.7304422281,322,-2.773032013,-0.335515811,6154.6598023 +72,-1.543435491,0.7304713664,322,-2.773032013,-0.335515811,6159.8954807 +73,-1.541463105,0.7304997613,322,-2.773032013,-0.335515811,6165.1271138 +74,-1.545414768,0.7289194936,322,-2.773032013,-0.335515811,6151.8894807 +75,-1.543435774,0.7289538557,322,-2.773032013,-0.335515811,6157.1531168 +76,-1.541457714,0.7289765881,322,-2.773032013,-0.335515811,6162.3965629 +77,-1.539449415,0.7320555866,322,-2.773032013,-0.335515811,6173.2157988 +78,-1.537429183,0.7321097681,322,-2.773032013,-0.335515811,6178.6187555 +79,-1.535472649,0.7321497267,322,-2.773032013,-0.335515811,6183.8319731 +80,-1.539457899,0.7305333307,322,-2.773032013,-0.335515811,6170.4575773 +81,-1.537453161,0.7305750503,322,-2.773032013,-0.335515811,6175.8047146 +82,-1.535479385,0.7306124949,322,-2.773032013,-0.335515811,6181.0659087 +83,-1.53946905,0.7290102593,322,-2.773032013,-0.335515811,6167.6909034 +84,-1.537459922,0.7290417293,322,-2.773032013,-0.335515811,6173.0384461 +85,-1.535451349,0.7290890157,322,-2.773032013,-0.335515811,6178.416117 +86,-1.535522937,0.7279887191,322,-2.773032013,-0.335515811,6176.2602233 +87,-1.539442524,0.7274735939,322,-2.773032013,-0.335515811,6164.9991449 +88,-1.537424111,0.727521351,322,-2.773032013,-0.335515811,6170.4077214 +89,-1.539384641,0.7259505092,322,-2.773032013,-0.335515811,6162.4148704 +90,-1.537372391,0.7259947145,322,-2.773032013,-0.335515811,6167.8081621 +91,-1.535340789,0.7260435356,322,-2.773032013,-0.335515811,6173.2640655 +92,-1.539325716,0.7244369706,322,-2.773032013,-0.335515811,6159.8510329 +93,-1.537308932,0.7244801057,322,-2.773032013,-0.335515811,6165.2616825 +94,-1.535289068,0.7245247645,322,-2.773032013,-0.335515811,6170.6864423 +95,-1.533261366,0.7245550236,322,-2.773032013,-0.335515811,6176.1095165 +96,-1.539267302,0.722921924,322,-2.773032013,-0.335515811,6157.2836685 +97,-1.537248972,0.7229660258,322,-2.773032013,-0.335515811,6162.7074425 +98,-1.535219431,0.7229916471,322,-2.773032013,-0.335515811,6168.1311426 +99,-1.53318962,0.7230212049,322,-2.773032013,-0.335515811,6173.5660033 +100,-1.531154816,0.7230299897,322,-2.773032013,-0.335515811,6178.9805782 +101,-1.528878341,0.7230370244,322,-2.773032013,-0.335515811,6185.0375382 +102,-1.539218189,0.7214009878,322,-2.773032013,-0.335515811,6154.6816062 +103,-1.537198791,0.7214422745,322,-2.773032013,-0.335515811,6160.1104784 +104,-1.535179266,0.7214634354,322,-2.773032013,-0.335515811,6165.5069864 +105,-1.533156501,0.7214944644,322,-2.773032013,-0.335515811,6170.9331217 +106,-1.53113574,0.7215166021,322,-2.773032013,-0.335515811,6176.3414752 +107,-1.528874248,0.7215345535,322,-2.773032013,-0.335515811,6182.3860729 +108,-1.539217656,0.7198512397,322,-2.773032013,-0.335515811,6151.8993204 +109,-1.537199919,0.7199428763,322,-2.773032013,-0.335515811,6157.4213322 +110,-1.545425832,0.727397149,322,-2.773032013,-0.335515811,6149.1030069 +111,-1.543371177,0.7273916949,322,-2.773032013,-0.335515811,6154.5010311 +112,-1.541368852,0.7274523163,322,-2.773032013,-0.335515811,6159.8840907 +113,-1.545349067,0.7258710923,322,-2.773032013,-0.335515811,6146.5412722 +114,-1.54332671,0.7258603556,322,-2.773032013,-0.335515811,6151.8521488 +115,-1.541346831,0.7259242142,322,-2.773032013,-0.335515811,6157.1891362 +116,-1.545324355,0.7243383958,322,-2.773032013,-0.335515811,6143.8308724 +117,-1.543292796,0.7243617413,322,-2.773032013,-0.335515811,6149.2349596 +118,-1.541295822,0.7244024384,322,-2.773032013,-0.335515811,6154.5824407 +119,-1.543193859,0.7205570215,322,-2.773032013,-0.335515811,6142.6260504 +120,-1.550257047,0.7386738187,322,-2.773032013,-0.335515811,6156.9598641 +121,-1.549335448,0.7311736483,322,-2.773032013,-0.335515811,6145.6989748 +122,-1.533478843,0.7179891343,322,-2.773032013,-0.335515811,6163.8280651 +123,-1.556150555,0.738907041,322,-2.773032013,-0.335515811,6142.081906 +124,-1.554324226,0.733414257,322,-2.773032013,-0.335515811,6136.7531131 +125,-1.554290846,0.7288285332,322,-2.773032013,-0.335515811,6128.4369727 +126,-1.55122487,0.7219795312,322,-2.773032013,-0.335515811,6123.9747495 +127,-1.525104458,0.7229399862,322,-2.773032013,-0.335515811,6194.8968687 +128,-1.519607711,0.7236181429,322,-2.773032013,-0.335515811,6210.7168966 +129,-1.513899999,0.7251107854,322,-2.773032013,-0.335515811,6228.5226536 +130,-1.536620762,0.7431061895,322,-2.773032013,-0.335515811,6200.4346688 +131,-1.5369566,0.7460845958,322,-2.773032013,-0.335515811,6204.8973993 +132,-1.545345528,0.7447040685,322,-2.773032013,-0.335515811,6180.6654004 +133,-1.532813921,0.7432306626,322,-2.773032013,-0.335515811,6210.5668725 +134,-1.554788248,0.7382381001,322,-2.773032013,-0.335515811,6144.3895232 +135,-1.540348126,0.7301594274,322,-2.773032013,-0.335515811,6167.4446959 +136,-1.538016084,0.7239051786,322,-2.773032013,-0.335515811,6162.3601072 +137,-1.525288962,0.7258085137,322,-2.773032013,-0.335515811,6199.4650235 +138,-1.534326986,0.731241342,322,-2.773032013,-0.335515811,6185.2226687 +139,-1.530733872,0.7303625216,322,-2.773032013,-0.335515811,6193.1240434 +141,-1.534354939,0.7328219978,322,-2.773032013,-0.335515811,6187.9709048 +142,-1.53157084,0.7292888153,322,-2.773032013,-0.335515811,6189.0074296 +143,-1.525691035,0.7263799874,322,-2.773032013,-0.335515811,6199.4068712 +144,-1.534031287,0.7495967835,322,-2.773032013,-0.335515811,6218.7581946 +145,-1.527714986,0.7283095957,322,-2.773032013,-0.335515811,6197.4571373 +146,-1.526189586,0.7271468292,322,-2.773032013,-0.335515811,6199.4393151 +147,-1.555177336,0.7375563366,322,-2.773032013,-0.335515811,6142.1281678 +148,-1.555080283,0.7312707794,322,-2.773032013,-0.335515811,6130.8490009 +149,-1.53856994,0.7224180299,322,-2.773032013,-0.335515811,6158.2255519 +150,-1.530837883,0.729933372,322,-2.773032013,-0.335515811,6192.0872227 +151,-1.515066984,0.5854133365,322,-2.773032013,-0.335515811,5983.0242791 +152,-1.534731633,0.5368370046,322,-2.773032013,-0.335515811,5839.2509058 +153,-1.515231902,0.5607085576,322,-2.773032013,-0.335515811,5939.9444068 +154,-2.616253799,1.0684566605,322,-2.773032013,-0.335515811,5583.5212625 +155,-1.956071439,0.5792177723,322,-2.773032013,-0.335515811,4760.5057291 +156,-1.951208514,0.5602434208,322,-2.773032013,-0.335515811,4722.0735681 +157,-1.944675062,0.6062144545,322,-2.773032013,-0.335515811,4860.2559586 +158,-1.613778386,0.6077989518,322,-2.773032013,-0.335515811,5737.2914284 +159,-2.035029014,0.6021432345,322,-2.773032013,-0.335515811,4638.4313462 +160,-2.114989471,0.6801825058,322,-2.773032013,-0.335515811,4704.7182524 +161,-2.037382079,0.5765830025,322,-2.773032013,-0.335515811,4559.9579671 +162,-2.129855121,0.6585019963,322,-2.773032013,-0.335515811,4608.7029288 +163,-2.075141798,0.6493615843,322,-2.773032013,-0.335515811,4690.2081631 +164,-1.828626729,0.6948433129,322,-2.773032013,-0.335515811,5366.079459 +165,-1.863329418,0.6735427691,322,-2.773032013,-0.335515811,5230.2100234 +166,-1.266037071,0.727988852,322,-2.773032013,-0.335515811,6915.2062418 +167,-1.277579582,0.7249010648,322,-2.773032013,-0.335515811,6878.9435405 +168,-1.258418684,0.7241194816,322,-2.773032013,-0.335515811,6932.3949014 +169,-1.317813974,0.6804850104,322,-2.773032013,-0.335515811,6708.4516567 +170,-1.344165204,0.6790988904,322,-2.773032013,-0.335515811,6630.1153613 +171,-1.427582102,0.5277120351,322,-2.773032013,-0.335515811,6156.6311909 +172,-1.402238616,0.457167829,322,-2.773032013,-0.335515811,6130.8407217 +173,-1.422454264,0.4996161999,322,-2.773032013,-0.335515811,6129.5948002 +174,-1.439089277,0.4894859811,322,-2.773032013,-0.335515811,6060.5185946 +175,-1.448126995,0.5182330266,322,-2.773032013,-0.335515811,6077.0296007 +176,-1.474626146,0.5881926574,322,-2.773032013,-0.335515811,6108.4215509 +177,-1.421139645,0.5584869783,322,-2.773032013,-0.335515811,6224.2171014 +178,-1.457037165,0.565943032,322,-2.773032013,-0.335515811,6125.504882 +179,-2.757159358,0.3745319,322,-2.773032013,-0.335515811,2813.1715627 +180,-2.714309238,0.342054471,322,-2.773032013,-0.335515811,2693.5290879 +181,-2.000525337,0.774119946,322,-2.773032013,-0.335515811,5207.3438645 +183,-1.571413436,0.6777838382,322,-2.773032013,-0.335515811,5988.2926073 +184,-1.552860289,0.6987663893,322,-2.773032013,-0.335515811,6077.2424572 +185,-1.521852374,0.7165827476,322,-2.773032013,-0.335515811,6192.3916997 +186,-1.503656267,0.6928968252,322,-2.773032013,-0.335515811,6200.6857461 +187,-1.502753178,0.7136205882,322,-2.773032013,-0.335515811,6238.6202663 +188,-1.631894563,0.7343596465,322,-2.773032013,-0.335515811,5939.1968616 +189,-1.653765416,0.6770714026,322,-2.773032013,-0.335515811,5766.0233574 +190,-1.719812114,0.6715965947,322,-2.773032013,-0.335515811,5582.00801 +191,-1.493406659,0.6646955447,322,-2.773032013,-0.335515811,6181.258259 +192,-1.469120564,0.6613469966,322,-2.773032013,-0.335515811,6244.5127096 +193,-1.590551461,0.5326612937,322,-2.773032013,-0.335515811,5662.4302876 +194,-1.625979264,0.5247742243,322,-2.773032013,-0.335515811,5541.0800363 +195,-1.572293943,0.5238808754,322,-2.773032013,-0.335515811,5701.5625211 +196,-1.610848725,0.5477107964,322,-2.773032013,-0.335515811,5630.1516865 +197,-1.208485554,0.7918526018,322,-2.773032013,-0.335515811,7141.8813289 +198,-1.335601374,0.6869083083,322,-2.773032013,-0.335515811,6665.3582328 +199,-1.346156996,0.6825213377,322,-2.773032013,-0.335515811,6628.9957174 +200,-1.324381037,0.6741422347,322,-2.773032013,-0.335515811,6681.0426929 +201,-1.242424992,0.7378949807,322,-2.773032013,-0.335515811,6992.9656802 +202,-1.270370057,0.7392461008,322,-2.773032013,-0.335515811,6915.9703017 +203,-1.448950472,0.7441675014,322,-2.773032013,-0.335515811,6433.4711157 +204,-1.492662363,0.7523026852,322,-2.773032013,-0.335515811,6331.1382148 +205,-1.479098966,0.7763855017,322,-2.773032013,-0.335515811,6406.4587344 +206,-1.633760714,0.7869022408,322,-2.773032013,-0.335515811,6040.9566244 +207,-1.647406434,0.8101289331,322,-2.773032013,-0.335515811,6056.2758772 +208,-1.564245052,0.5701509278,322,-2.773032013,-0.335515811,5810.0664153 +209,-1.646289963,0.6833746083,322,-2.773032013,-0.335515811,5798.6281376 +210,-1.5820631,0.6751952144,322,-2.773032013,-0.335515811,5954.4685383 +211,-1.613236298,0.6681681791,322,-2.773032013,-0.335515811,5856.4612344 +212,-1.914661867,0.8212566515,322,-2.773032013,-0.335515811,5507.0540395 +213,-1.742133237,0.7250275956,322,-2.773032013,-0.335515811,5645.7343674 +214,-2.033144872,0.6557314699,322,-2.773032013,-0.335515811,4797.2448691 +215,-2.039551981,0.6964723658,322,-2.773032013,-0.335515811,4903.0371297 +216,-1.247341019,0.7622473908,322,-2.773032013,-0.335515811,7005.6535194 +217,-1.298239787,0.7084123392,322,-2.773032013,-0.335515811,6800.2603516 +218,-1.308539688,0.6926545592,322,-2.773032013,-0.335515811,6750.9322299 +219,-1.303263185,0.6888938396,322,-2.773032013,-0.335515811,6761.4491035 +220,-1.852400229,0.6004246149,322,-2.773032013,-0.335515811,5074.8197449 +221,-1.288947707,0.7473773692,322,-2.773032013,-0.335515811,6873.760509 +222,-1.372031502,0.7472790993,322,-2.773032013,-0.335515811,6645.5068394 +223,-1.289805721,0.7242157877,322,-2.773032013,-0.335515811,6843.5493571 +224,-1.350807603,0.7533498126,322,-2.773032013,-0.335515811,6711.5201598 +225,-1.329290365,0.7560442322,322,-2.773032013,-0.335515811,6773.6339662 +226,-1.410153004,0.616936428,322,-2.773032013,-0.335515811,6346.7413471 +227,-1.393445434,0.6308995063,322,-2.773032013,-0.335515811,6417.3346057 +228,-1.37595573,0.6241540638,322,-2.773032013,-0.335515811,6459.6604343 +229,-1.358388707,0.6172645205,322,-2.773032013,-0.335515811,6502.7039398 +230,-1.753741133,0.8281661666,322,-2.773032013,-0.335515811,5856.9735933 +231,-1.47430987,0.6834615681,322,-2.773032013,-0.335515811,6266.1568595 +232,-1.421012508,0.7222725206,322,-2.773032013,-0.335515811,6475.22634 +233,-1.4476833,0.6978557868,322,-2.773032013,-0.335515811,6363.6360551 +234,-1.470370723,0.6966193374,322,-2.773032013,-0.335515811,6298.7039528 +235,-1.429211703,0.7037216883,322,-2.773032013,-0.335515811,6424.1892887 +236,-1.700578405,0.6178673663,322,-2.773032013,-0.335515811,5516.5512812 +237,-1.678117619,0.6331716163,322,-2.773032013,-0.335515811,5609.8843417 +238,-1.725644578,0.6316331145,322,-2.773032013,-0.335515811,5478.8779899 +239,-2.14012759,0.7930497945,322,-2.773032013,-0.335515811,5016.5762179 +240,-2.103289431,0.7653606263,322,-2.773032013,-0.335515811,4991.2508211 +241,-1.318739838,0.7017808746,322,-2.773032013,-0.335515811,6733.2762037 +242,-1.396417427,0.7077900843,322,-2.773032013,-0.335515811,6521.7777982 +243,-1.35650337,0.7185539404,322,-2.773032013,-0.335515811,6648.6820211 +244,-1.248884539,0.7274156818,322,-2.773032013,-0.335515811,6963.1837183 +245,-1.395014798,0.5761185243,322,-2.773032013,-0.335515811,6331.5250669 +246,-1.433377362,0.6064716109,322,-2.773032013,-0.335515811,6261.2513345 +247,-1.408172432,0.5903155476,322,-2.773032013,-0.335515811,6312.5029971 +248,-1.749645898,0.7757118084,322,-2.773032013,-0.335515811,5744.2254124 +249,-1.571626686,0.615046989,322,-2.773032013,-0.335515811,5871.0681547 +250,-1.514070049,0.6303003037,322,-2.773032013,-0.335515811,6063.5489026 +251,-1.480890369,0.6237966528,322,-2.773032013,-0.335515811,6148.7020049 +252,-1.704390658,0.5281680612,322,-2.773032013,-0.335515811,5316.4260428 +253,-1.64434733,0.5254277498,322,-2.773032013,-0.335515811,5487.5201936 +254,-1.703855997,0.4792484842,322,-2.773032013,-0.335515811,5216.720191 +255,-1.692002383,0.5748825051,322,-2.773032013,-0.335515811,5449.5540158 +256,-1.854136457,0.5544643913,322,-2.773032013,-0.335515811,4958.0445596 +257,-1.665021206,0.520317736,322,-2.773032013,-0.335515811,5415.9751448 +258,-1.733654349,0.4845187345,322,-2.773032013,-0.335515811,5138.7560419 +259,-1.720938188,0.5135933906,322,-2.773032013,-0.335515811,5237.6155377 +260,-1.742668307,0.553296122,322,-2.773032013,-0.335515811,5260.6459753 +261,-1.965659039,0.7142126903,322,-2.773032013,-0.335515811,5107.6046131 +262,-1.944438071,0.6772834804,322,-2.773032013,-0.335515811,5052.2849242 +263,-1.270340967,0.7681487096,322,-2.773032013,-0.335515811,6949.1008533 +264,-1.353091884,0.6549276821,322,-2.773032013,-0.335515811,6570.9715111 +265,-1.333236659,0.6413584414,322,-2.773032013,-0.335515811,6611.3480709 +266,-1.352015998,0.6753788907,322,-2.773032013,-0.335515811,6602.2898405 +267,-1.377988483,0.6577816235,322,-2.773032013,-0.335515811,6501.9751448 +268,-2.13075611,0.8318642051,322,-2.773032013,-0.335515811,5156.1141961 +269,-2.097910953,0.8259670014,322,-2.773032013,-0.335515811,5190.0469308 +270,-1.416382069,0.6694271549,322,-2.773032013,-0.335515811,6408.0000083 +271,-1.538905672,0.7535625993,322,-2.773032013,-0.335515811,6213.2767764 +272,-1.572309477,0.7803125099,322,-2.773032013,-0.335515811,6178.0289446 +273,-1.87759879,0.7503853417,322,-2.773032013,-0.335515811,5395.0152671 +274,1.152365588,0.590457682,322,-2.773032013,-0.335515811,9514.8030017 +275,0.350198001,0.718001859,322,-2.773032013,-0.335515811,10927.549423 +276,0.046513677,0.491503852,322,-2.773032013,-0.335515811,11124.77636 +277,0.027510309,0.742571376,322,-2.773032013,-0.335515811,10468.651521 +278,0.306285725,-0.214631579,322,-2.773032013,-0.335515811,10251.202961 +279,-1.100564889,0.318051531,322,-2.773032013,-0.335515811,6995.2364381 +280,-1.078582306,0.301437596,322,-2.773032013,-0.335515811,7055.7761259 +281,-1.137371989,-0.617634065,322,-2.773032013,-0.335515811,5662.4428721 +282,0.784356344,0.703272339,322,-2.773032013,-0.335515811,10415.859528 +283,-1.221209947,0.218327455,322,-2.773032013,-0.335515811,6435.2322888 +284,2.347301921,-0.449114658,322,-2.773032013,-0.335515811,4236.9947889 +285,0.246820618,0.830553713,322,-2.773032013,-0.335515811,10444.057122 +286,0.829414965,0.703288228,322,-2.773032013,-0.335515811,10307.116346 +287,-1.337537566,0.42332223,322,-2.773032013,-0.335515811,6297.7049077 +288,0.882453706,0.454478077,322,-2.773032013,-0.335515811,10511.553021 +289,1.575629659,0.416419109,322,-2.773032013,-0.335515811,8028.2998756 +290,-1.039455679,0.229888244,322,-2.773032013,-0.335515811,7116.8905293 +291,0.489558039,0.934482747,322,-2.773032013,-0.335515811,10042.670453 +292,0.081344504,0.88384514,322,-2.773032013,-0.335515811,10092.132894 +293,-1.547979814,0.300350308,322,-2.773032013,-0.335515811,5390.9131371 +294,0.040776181,0.168560074,322,-2.773032013,-0.335515811,11025.075196 +295,-1.130374745,0.563894876,322,-2.773032013,-0.335515811,7154.5436945 +296,1.578326642,0.478507176,322,-2.773032013,-0.335515811,8060.5299495 +297,-1.12861823,-0.291640865,322,-2.773032013,-0.335515811,6110.3996391 +298,0.310524208,0.770885792,322,-2.773032013,-0.335515811,10708.669096 +299,0.415649091,-0.387246002,322,-2.773032013,-0.335515811,9575.1902403 +300,-0.926533878,-0.188022748,322,-2.773032013,-0.335515811,6983.0297712 +301,1.258856172,-0.11716081,322,-2.773032013,-0.335515811,8535.9723075 +302,-1.126050026,0.322941926,322,-2.773032013,-0.335515811,6909.214258 +303,2.002785835,0.07893892,322,-2.773032013,-0.335515811,6088.4076082 +304,0.440437607,0.746258085,322,-2.773032013,-0.335515811,10799.230676 +305,-0.030391866,0.214441206,322,-2.773032013,-0.335515811,10850.967908 +306,0.521557815,-0.058929362,322,-2.773032013,-0.335515811,10771.606106 +307,-0.097005111,0.13317729,322,-2.773032013,-0.335515811,10483.343866 +308,1.83113859,0.221857587,322,-2.773032013,-0.335515811,6906.361527 +309,0.222428864,0.099404236,322,-2.773032013,-0.335515811,11351.884579 +310,-1.702731345,0.8728568183,322,-2.773032013,-0.335515811,6067.7344951 +311,-0.418507569,0.278324921,322,-2.773032013,-0.335515811,9471.2649523 +312,-1.41153306,0.339029988,322,-2.773032013,-0.335515811,5922.5108856 +313,0.357560442,0.114788776,322,-2.773032013,-0.335515811,11568.522561 +314,0.325818979,0.268352149,322,-2.773032013,-0.335515811,12132.57758 +315,-1.246004659,-0.663679965,322,-2.773032013,-0.335515811,5280.7786573 +316,1.814603087,0.637404484,322,-2.773032013,-0.335515811,7388.8722312 +317,1.843704281,-0.18300445,322,-2.773032013,-0.335515811,6335.8424104 +318,1.690644492,-0.211480909,322,-2.773032013,-0.335515811,6850.953031 +319,-1.275451936,0.068109467,322,-2.773032013,-0.335515811,6037.6565422 +320,0.762430171,-0.207594741,322,-2.773032013,-0.335515811,9799.7936428 +321,0.265668905,-0.014647884,322,-2.773032013,-0.335515811,11000.299512 +322,-2.773032013,-0.335515811,322,-2.773032013,-0.335515811,0 +323,-1.469512853,0.174058777,322,-2.773032013,-0.335515811,5470.4159179 +324,0.286276986,0.785925691,322,-2.773032013,-0.335515811,10639.340483 +325,-1.379324697,0.377432233,322,-2.773032013,-0.335515811,6090.032156 +326,-1.203778265,0.212813032,322,-2.773032013,-0.335515811,6491.9511656 +327,0.579916301,0.611743168,322,-2.773032013,-0.335515811,11122.704004 +328,0.267582642,0.868113908,322,-2.773032013,-0.335515811,10310.103468 +329,0.412869244,-0.050245578,322,-2.773032013,-0.335515811,10906.133334 +330,0.17524381,0.976660285,322,-2.773032013,-0.335515811,9839.7700464 +331,0.743157214,0.204812899,322,-2.773032013,-0.335515811,10924.807974 +332,-1.070758176,0.269382282,322,-2.773032013,-0.335515811,7047.626706 +333,-1.230364251,0.329790229,322,-2.773032013,-0.335515811,6545.1135432 +334,-1.374813124,-0.024926835,322,-2.773032013,-0.335515811,5544.0498152 +335,0.519780566,0.463669906,322,-2.773032013,-0.335515811,11694.565753 +336,-1.55108034,0.239698561,322,-2.773032013,-0.335515811,5280.8477665 +337,0.180294813,0.029739425,322,-2.773032013,-0.335515811,11029.624066 +338,0.67820924,0.268170153,322,-2.773032013,-0.335515811,11243.469091 +339,0.445798684,1.024001867,322,-2.773032013,-0.335515811,9707.642788 +340,0.691751283,0.150521402,322,-2.773032013,-0.335515811,11003.41969 +341,-1.036643551,-0.903056181,322,-2.773032013,-0.335515811,5576.7514304 +342,-0.120287036,1.083325163,322,-2.773032013,-0.335515811,9191.266146 +343,2.823513113,-0.304487164,322,-2.773032013,-0.335515811,2579.2646722 +344,0.457583172,1.12513373,322,-2.773032013,-0.335515811,9307.1912968 +345,0.042918831,0.813795399,322,-2.773032013,-0.335515811,10274.291677 +346,1.196146777,-0.853142756,322,-2.773032013,-0.335515811,6907.1184752 +347,0.206001358,-0.010430701,322,-2.773032013,-0.335515811,10934.854244 +348,-0.268308653,0.234799412,322,-2.773032013,-0.335515811,9995.0285025 +349,0.759363263,0.736189579,322,-2.773032013,-0.335515811,10385.910068 +350,0.181363926,0.891988372,322,-2.773032013,-0.335515811,10163.17221 +351,-0.021111158,0.139103292,322,-2.773032013,-0.335515811,10756.890419 +352,-0.093355215,0.630686981,322,-2.773032013,-0.335515811,10457.165838 +353,0.40118964,0.681375926,322,-2.773032013,-0.335515811,11069.342679 +354,-0.721197315,1.304706234,322,-2.773032013,-0.335515811,7993.7830681 +355,-1.076150317,0.212107639,322,-2.773032013,-0.335515811,6960.5429276 +356,-1.577164531,0.273993443,322,-2.773032013,-0.335515811,5246.4054093 +357,-0.190788414,0.182208586,322,-2.773032013,-0.335515811,10221.939731 +358,-0.261349752,0.209710184,322,-2.773032013,-0.335515811,9994.6511542 +359,-1.029303852,0.083549259,322,-2.773032013,-0.335515811,6976.6444136 +360,-1.268609162,0.330525297,322,-2.773032013,-0.335515811,6410.6189541 +361,1.282982244,-0.926641967,322,-2.773032013,-0.335515811,6550.1049214 +362,0.217352334,0.731352408,322,-2.773032013,-0.335515811,10795.512565 +363,-1.511833084,0.258629297,322,-2.773032013,-0.335515811,5448.9520436 +364,0.338812194,0.823184618,322,-2.773032013,-0.335515811,10509.792573 +365,-0.324406489,1.134201999,322,-2.773032013,-0.335515811,8798.4174471 +366,1.389579348,0.399185724,322,-2.773032013,-0.335515811,8685.1001244 +367,2.047152199,-0.039082036,322,-2.773032013,-0.335515811,5767.8921194 +368,0.947780369,0.568250077,322,-2.773032013,-0.335515811,10195.843163 +369,0.763824846,0.576754987,322,-2.773032013,-0.335515811,10750.607973 +370,-0.142334657,0.928153068,322,-2.773032013,-0.335515811,9624.5436545 +371,0.610266567,0.547265983,322,-2.773032013,-0.335515811,11240.743869 +372,0.210731629,0.746815056,322,-2.773032013,-0.335515811,10731.366284 +373,-1.34931644,0.316895224,322,-2.773032013,-0.335515811,6107.4867762 +374,2.407696481,0.655030745,322,-2.773032013,-0.335515811,5675.7981923 +375,0.64207831,0.545359131,322,-2.773032013,-0.335515811,11161.543482 +376,1.174597538,0.840588356,322,-2.773032013,-0.335515811,9191.2742902 +377,0.660059424,0.010604079,322,-2.773032013,-0.335515811,10730.02519 +378,-0.730263819,0.010486456,322,-2.773032013,-0.335515811,7994.5104902 +379,0.831068936,0.512339172,322,-2.773032013,-0.335515811,10638.70072 +380,1.301180979,0.72367476,322,-2.773032013,-0.335515811,8970.5122977 +381,1.811128231,0.322854402,322,-2.773032013,-0.335515811,7096.3632943 +382,0.435105812,0.992284428,322,-2.773032013,-0.335515811,9834.9836594 +383,0.62643634,0.592027932,322,-2.773032013,-0.335515811,11080.782483 +384,0.492988703,-0.516339467,322,-2.773032013,-0.335515811,9036.3553257 +385,-0.162469483,0.112549365,322,-2.773032013,-0.335515811,10216.593723 +386,0.314630866,0.472006421,322,-2.773032013,-0.335515811,11868.709482 +387,0.166744804,0.822815954,322,-2.773032013,-0.335515811,10406.12917 +388,0.417159608,0.965805736,322,-2.773032013,-0.335515811,9943.0118065 +389,0.106334961,0.868774244,322,-2.773032013,-0.335515811,10174.434466 +390,0.815086969,-0.338144359,322,-2.773032013,-0.335515811,9261.2626777 +391,0.59867455,-0.230624824,322,-2.773032013,-0.335515811,10028.319796 +392,1.915104874,0.066220985,322,-2.773032013,-0.335515811,6398.7827249 +393,1.278093622,0.064463721,322,-2.773032013,-0.335515811,8770.2266419 +394,-0.061477853,0.302997961,322,-2.773032013,-0.335515811,10822.757914 +395,0.251311504,0.626976942,322,-2.773032013,-0.335515811,11219.078431 +396,2.950242872,0.149095644,322,-2.773032013,-0.335515811,2908.7240588 +397,-0.180294708,0.35375117,322,-2.773032013,-0.335515811,10399.43983 +398,1.010448592,-0.351180233,322,-2.773032013,-0.335515811,8755.4062089 +399,-1.748740498,0.3686318073,322,-2.773032013,-0.335515811,4851.5111783 +400,2.699635665,0.123533791,322,-2.773032013,-0.335515811,3647.3623084 +401,0.496808033,0.823843254,322,-2.773032013,-0.335515811,10465.561758 +402,0.129574704,0.763364087,322,-2.773032013,-0.335515811,10572.601858 +403,1.798920311,0.817447563,322,-2.773032013,-0.335515811,7556.4404192 +404,0.335987953,0.746786541,322,-2.773032013,-0.335515811,10811.167022 +405,-1.085413643,0.292154671,322,-2.773032013,-0.335515811,7020.412265 +406,-0.155321003,0.508207011,322,-2.773032013,-0.335515811,10437.969245 +407,0.620529244,-0.301175104,322,-2.773032013,-0.335515811,9737.9265544 +408,1.684402744,0.368716966,322,-2.773032013,-0.335515811,7599.4471276 +409,0.300582244,-0.386397212,322,-2.773032013,-0.335515811,9572.2635463 +410,2.913555946,-0.009225192,322,-2.773032013,-0.335515811,2651.9077253 +411,1.465101417,0.493232532,322,-2.773032013,-0.335515811,8461.267128 +412,0.090612882,0.907955955,322,-2.773032013,-0.335515811,10018.205733 +413,2.987564726,-0.729568594,322,-2.773032013,-0.335515811,2347.8528764 +414,-1.484261606,0.224149272,322,-2.773032013,-0.335515811,5492.85601 +415,0.164073421,0.303955133,322,-2.773032013,-0.335515811,11665.002311 +416,0.141441293,0.167552546,322,-2.773032013,-0.335515811,11348.648308 +417,2.931321023,-0.506718887,322,-2.773032013,-0.335515811,2190.8768337 +418,2.21951565,0.700596356,322,-2.773032013,-0.335515811,6272.1129594 +419,0.268112576,1.199114336,322,-2.773032013,-0.335515811,9014.1364428 +420,0.978913739,0.359223811,322,-2.773032013,-0.335515811,10172.998653 +421,1.210898818,0.522863584,322,-2.773032013,-0.335515811,9343.6897138 +422,2.347397336,0.129231362,322,-2.773032013,-0.335515811,4893.4796535 +423,0.614394501,0.556878345,322,-2.773032013,-0.335515811,11205.156286 +424,-1.398079356,0.148483366,322,-2.773032013,-0.335515811,5693.496648 +425,2.535303836,-0.112984496,322,-2.773032013,-0.335515811,3849.6642132 +426,-1.019372593,-0.405322349,322,-2.773032013,-0.335515811,6332.6999481 +427,-1.297785627,-0.160104069,322,-2.773032013,-0.335515811,5659.8629079 +428,2.144554488,0.205051084,322,-2.773032013,-0.335515811,5740.1646849 +429,-2.242387083,-0.426171285,322,-2.773032013,-0.335515811,1979.8852059 +430,0.338637212,0.909723676,322,-2.773032013,-0.335515811,10167.519263 +431,-0.148798452,0.691042401,322,-2.773032013,-0.335515811,10188.562156 +432,0.893524764,0.441829531,322,-2.773032013,-0.335515811,10478.536932 +433,0.969229347,-0.368847936,322,-2.773032013,-0.335515811,8809.8846605 +434,0.436043248,0.800045688,322,-2.773032013,-0.335515811,10590.651393 +435,1.687946607,1.081504775,322,-2.773032013,-0.335515811,7856.3777034 +436,0.522302046,-0.034889271,322,-2.773032013,-0.335515811,10859.339653 +437,-0.178996113,-0.438090009,322,-2.773032013,-0.335515811,8723.4316321 +438,-1.094339566,0.301444068,322,-2.773032013,-0.335515811,6998.7078255 +439,-1.064070054,0.242569932,322,-2.773032013,-0.335515811,7041.0478862 +440,-1.068153768,0.230387998,322,-2.773032013,-0.335515811,7011.7377824 +441,-3.00496892,-0.23989155,322,-2.773032013,-0.335515811,958.38082691 +442,0.21751974,0.766874888,322,-2.773032013,-0.335515811,10663.313871 +443,0.117229532,0.007619006,322,-2.773032013,-0.335515811,10819.201572 +444,0.777758451,0.420554741,322,-2.773032013,-0.335515811,10902.333002 +445,-0.252356999,0.250747086,322,-2.773032013,-0.335515811,10069.621334 +446,0.363148444,0.768483434,322,-2.773032013,-0.335515811,10728.769882 +447,0.903191366,-0.118210676,322,-2.773032013,-0.335515811,9690.48023 +448,-0.205755923,0.149406178,322,-2.773032013,-0.335515811,10121.050883 +449,1.811996086,0.02364353,322,-2.773032013,-0.335515811,6729.0689738 +450,-1.100670221,0.314845373,322,-2.773032013,-0.335515811,6991.1923031 +451,0.340078597,0.850105132,322,-2.773032013,-0.335515811,10403.527223 +452,0.258757267,0.804969236,322,-2.773032013,-0.335515811,10550.124214 +453,2.78505352,-0.155160804,322,-2.773032013,-0.335515811,2868.1706613 +454,0.800551619,0.105822106,322,-2.773032013,-0.335515811,10546.714459 +455,0.437940882,-0.506194031,322,-2.773032013,-0.335515811,9099.2959647 +456,2.230431122,0.63458615,322,-2.773032013,-0.335515811,6130.7074382 +457,0.527965361,0.127667701,322,-2.773032013,-0.335515811,11417.283937 +458,-0.063643205,0.702093448,322,-2.773032013,-0.335515811,10379.732 +459,1.408447268,0.133010502,322,-2.773032013,-0.335515811,8376.5507962 +460,0.523795955,0.280266966,322,-2.773032013,-0.335515811,11818.487117 +461,-0.975769313,0.072177659,322,-2.773032013,-0.335515811,7162.3940946 +462,0.549774164,-0.463663986,322,-2.773032013,-0.335515811,9202.5774959 +463,0.29245874,1.095549818,322,-2.773032013,-0.335515811,9426.1711333 +464,0.143625958,0.816809593,322,-2.773032013,-0.335515811,10402.493171 +465,0.671902494,0.611159853,322,-2.773032013,-0.335515811,10920.391257 +466,1.239840988,0.6724199,322,-2.773032013,-0.335515811,9187.5650543 +467,0.607829703,-0.10932137,322,-2.773032013,-0.335515811,10449.830544 +468,1.763020906,0.263996692,322,-2.773032013,-0.335515811,7205.6995139 +469,0.378714634,0.726066797,322,-2.773032013,-0.335515811,10896.497361 +470,2.196736143,-0.153862366,322,-2.773032013,-0.335515811,5064.8717626 +471,0.01702415,0.148991565,322,-2.773032013,-0.335515811,10905.741515 +472,-2.998490902,-0.158002487,322,-2.773032013,-0.335515811,1114.3583874 +473,-3.051262951,-0.346595608,322,-2.773032013,-0.335515811,1039.1381398 +474,-1.069176439,0.182802941,322,-2.773032013,-0.335515811,6951.0429388 +475,0.167157509,0.595344954,322,-2.773032013,-0.335515811,11194.026943 +476,0.613855648,0.681746124,322,-2.773032013,-0.335515811,10835.718474 +477,1.037012736,0.682555367,322,-2.773032013,-0.335515811,9782.7957033 +478,-1.253574971,0.379755746,322,-2.773032013,-0.335515811,6527.4222647 +479,3.108590453,-0.132620738,322,-2.773032013,-0.335515811,1740.2148452 +480,0.565301296,0.022333262,322,-2.773032013,-0.335515811,10987.282972 +481,0.547898238,0.855555614,322,-2.773032013,-0.335515811,10306.137758 +482,0.948309381,0.417393755,322,-2.773032013,-0.335515811,10288.772773 +483,-0.050600732,0.945269213,322,-2.773032013,-0.335515811,9714.9994091 +484,-0.977651478,-0.572363064,322,-2.773032013,-0.335515811,6215.7345467 +485,1.102014914,0.728861163,322,-2.773032013,-0.335515811,9536.6012399 +486,2.927300795,-0.282939414,322,-2.773032013,-0.335515811,2205.7217452 +487,-1.154565557,0.124434095,322,-2.773032013,-0.335515811,6561.05217 +488,1.855331234,0.291044755,322,-2.773032013,-0.335515811,6900.170528 +489,0.830290659,0.276904518,322,-2.773032013,-0.335515811,10686.371703 +490,0.485104466,-0.234867441,322,-2.773032013,-0.335515811,10139.265184 +491,0.521367572,-0.33161327,322,-2.773032013,-0.335515811,9735.4447295 +1,-1.539031704,0.7349710123,323,-1.469512853,0.174058777,2234.8799487 +2,-1.536990553,0.7349663874,323,-1.469512853,0.174058777,2234.1055789 +3,-1.534951779,0.7349571355,323,-1.469512853,0.174058777,2233.3361223 +4,-1.532906461,0.7349480293,323,-1.469512853,0.174058777,2232.5872125 +5,-1.531320211,0.7346937278,323,-1.469512853,0.174058777,2231.0488674 +6,-1.539451648,0.7335131775,323,-1.469512853,0.174058777,2229.3119356 +7,-1.537429487,0.7335445708,323,-1.469512853,0.174058777,2228.6787839 +8,-1.535484998,0.7335658704,323,-1.469512853,0.174058777,2228.0558105 +9,-1.533488396,0.7336036027,323,-1.469512853,0.174058777,2227.4997354 +10,-1.531497785,0.7335842962,323,-1.469512853,0.174058777,2226.7427894 +11,-1.530259379,0.7334777758,323,-1.469512853,0.174058777,2225.9106115 +12,-1.5335454,0.7322346912,323,-1.469512853,0.174058777,2222.1353844 +13,-1.531489083,0.7322238773,323,-1.469512853,0.174058777,2221.3867209 +14,-1.530011122,0.7321679851,323,-1.469512853,0.174058777,2220.6732962 +15,-1.53348106,0.7306614094,323,-1.469512853,0.174058777,2215.9250724 +16,-1.531441779,0.7306962275,323,-1.469512853,0.174058777,2215.3596889 +17,-1.529755654,0.7306933243,323,-1.469512853,0.174058777,2214.7845814 +18,-1.533415048,0.7291384674,323,-1.469512853,0.174058777,2209.9122246 +19,-1.531392093,0.7291705353,323,-1.469512853,0.174058777,2209.3396361 +20,-1.529296523,0.7291214933,323,-1.469512853,0.174058777,2208.4462662 +21,-1.535280942,0.727267644,323,-1.469512853,0.174058777,2203.221853 +22,-1.533378158,0.7276139666,323,-1.469512853,0.174058777,2203.9035523 +23,-1.531340368,0.7276446587,323,-1.469512853,0.174058777,2203.3182433 +24,-1.528960113,0.7276398177,323,-1.469512853,0.174058777,2202.5032262 +25,-1.533313146,0.7260818349,323,-1.469512853,0.174058777,2197.8550584 +26,-1.531259555,0.7260958115,323,-1.469512853,0.174058777,2197.1966056 +27,-1.528926415,0.7260865555,323,-1.469512853,0.174058777,2196.377682 +28,-1.531226779,0.7245511789,323,-1.469512853,0.174058777,2191.1080438 +29,-1.528904772,0.7245519194,323,-1.469512853,0.174058777,2190.329548 +30,-1.547195875,0.7409785979,323,-1.469512853,0.174058777,2261.6815156 +31,-1.5451475,0.740980426,323,-1.469512853,0.174058777,2260.8531084 +32,-1.543097679,0.7409798872,323,-1.469512853,0.174058777,2260.0368732 +33,-1.540720364,0.7409892687,323,-1.469512853,0.174058777,2259.1571788 +34,-1.547188511,0.7395198392,323,-1.469512853,0.174058777,2255.9585214 +35,-1.545148587,0.7395226109,323,-1.469512853,0.174058777,2255.1343084 +36,-1.543104538,0.7395314908,323,-1.469512853,0.174058777,2254.3543763 +37,-1.540727751,0.7395306258,323,-1.469512853,0.174058777,2253.4312814 +38,-1.547187029,0.7380014886,323,-1.469512853,0.174058777,2250.0045689 +39,-1.545147315,0.7380012252,323,-1.469512853,0.174058777,2249.165425 +40,-1.54310719,0.7380060743,323,-1.469512853,0.174058777,2248.368176 +41,-1.540719671,0.7380068206,323,-1.469512853,0.174058777,2247.4438128 +42,-1.547187189,0.7364799098,323,-1.469512853,0.174058777,2244.0389298 +43,-1.545149996,0.7364853874,323,-1.469512853,0.174058777,2243.2201842 +44,-1.543106091,0.7364823484,323,-1.469512853,0.174058777,2242.387395 +45,-1.540717158,0.7364893901,323,-1.469512853,0.174058777,2241.4837355 +46,-1.538663972,0.7410138672,323,-1.469512853,0.174058777,2258.4850226 +47,-1.53695285,0.7409699132,323,-1.469512853,0.174058777,2257.689525 +48,-1.534910498,0.7409641297,323,-1.469512853,0.174058777,2256.9436447 +49,-1.533145034,0.7409536636,323,-1.469512853,0.174058777,2256.2950965 +50,-1.538681336,0.7395405883,323,-1.469512853,0.174058777,2252.702456 +51,-1.536999189,0.7395183096,323,-1.469512853,0.174058777,2252.0002017 +52,-1.534923633,0.7395144222,323,-1.469512853,0.174058777,2251.2470612 +53,-1.533267822,0.7395654306,323,-1.469512853,0.174058777,2250.8754424 +54,-1.53867273,0.7380151077,323,-1.469512853,0.174058777,2246.705406 +55,-1.536980576,0.7379994392,323,-1.469512853,0.174058777,2246.023272 +56,-1.534931522,0.7379944961,323,-1.469512853,0.174058777,2245.2727252 +57,-1.533387952,0.7379480264,323,-1.469512853,0.174058777,2244.5539024 +58,-1.538682279,0.7364914363,323,-1.469512853,0.174058777,2240.7224377 +59,-1.536980704,0.7364810563,323,-1.469512853,0.174058777,2240.0552423 +60,-1.534935567,0.7364752065,323,-1.469512853,0.174058777,2239.2997645 +61,-1.533042592,0.7363876366,323,-1.469512853,0.174058777,2238.2971664 +62,-1.545143426,0.7349628011,323,-1.469512853,0.174058777,2237.2449765 +63,-1.543105297,0.7349691947,323,-1.469512853,0.174058777,2236.4484873 +64,-1.541064533,0.7349647152,323,-1.469512853,0.174058777,2235.630454 +65,-1.545411803,0.7334624714,323,-1.469512853,0.174058777,2231.4702617 +66,-1.543446606,0.7334780896,323,-1.469512853,0.174058777,2230.7332232 +67,-1.541475327,0.7334957295,323,-1.469512853,0.174058777,2230.0224665 +68,-1.545401939,0.731963266,323,-1.469512853,0.174058777,2225.5863259 +69,-1.54342253,0.7319915583,323,-1.469512853,0.174058777,2224.8904399 +70,-1.541455867,0.7320216438,323,-1.469512853,0.174058777,2224.2277307 +71,-1.545410146,0.7304422281,323,-1.469512853,0.174058777,2219.6245078 +72,-1.543435491,0.7304713664,323,-1.469512853,0.174058777,2218.9307271 +73,-1.541463105,0.7304997613,323,-1.469512853,0.174058777,2218.2560455 +74,-1.545414768,0.7289194936,323,-1.469512853,0.174058777,2213.6548583 +75,-1.543435774,0.7289538557,323,-1.469512853,0.174058777,2212.9767074 +76,-1.541457714,0.7289765881,323,-1.469512853,0.174058777,2212.2745894 +77,-1.539449415,0.7320555866,323,-1.469512853,0.174058777,2223.5859123 +78,-1.537429183,0.7321097681,323,-1.469512853,0.174058777,2223.0403097 +79,-1.535472649,0.7321497267,323,-1.469512853,0.174058777,2222.4838476 +80,-1.539457899,0.7305333307,323,-1.469512853,0.174058777,2217.6102258 +81,-1.537453161,0.7305750503,323,-1.469512853,0.174058777,2217.0184429 +82,-1.535479385,0.7306124949,323,-1.469512853,0.174058777,2216.4428959 +83,-1.53946905,0.7290102593,323,-1.469512853,0.174058777,2211.6326314 +84,-1.537459922,0.7290417293,323,-1.469512853,0.174058777,2210.9959495 +85,-1.535451349,0.7290890157,323,-1.469512853,0.174058777,2210.443658 +86,-1.535522937,0.7279887191,323,-1.469512853,0.174058777,2206.144294 +87,-1.539442524,0.7274735939,323,-1.469512853,0.174058777,2205.5874141 +88,-1.537424111,0.727521351,323,-1.469512853,0.174058777,2205.0086324 +89,-1.539384641,0.7259505092,323,-1.469512853,0.174058777,2199.5835926 +90,-1.537372391,0.7259947145,323,-1.469512853,0.174058777,2198.9908956 +91,-1.535340789,0.7260435356,323,-1.469512853,0.174058777,2198.4315891 +92,-1.539325716,0.7244369706,323,-1.469512853,0.174058777,2193.6169567 +93,-1.537308932,0.7244801057,323,-1.469512853,0.174058777,2193.0161031 +94,-1.535289068,0.7245247645,323,-1.469512853,0.174058777,2192.4425884 +95,-1.533261366,0.7245550236,323,-1.469512853,0.174058777,2191.8322338 +96,-1.539267302,0.722921924,323,-1.469512853,0.174058777,2187.6446947 +97,-1.537248972,0.7229660258,323,-1.469512853,0.174058777,2187.0447878 +98,-1.535219431,0.7229916471,323,-1.469512853,0.174058777,2186.3907277 +99,-1.53318962,0.7230212049,323,-1.469512853,0.174058777,2185.77485 +100,-1.531154816,0.7230299897,323,-1.469512853,0.174058777,2185.0983625 +101,-1.528878341,0.7230370244,323,-1.469512853,0.174058777,2184.3576693 +102,-1.539218189,0.7214009878,323,-1.469512853,0.174058777,2181.6530316 +103,-1.537198791,0.7214422745,323,-1.469512853,0.174058777,2181.0392648 +104,-1.535179266,0.7214634354,323,-1.469512853,0.174058777,2180.3690392 +105,-1.533156501,0.7214944644,323,-1.469512853,0.174058777,2179.7591071 +106,-1.53113574,0.7215166021,323,-1.469512853,0.174058777,2179.1376546 +107,-1.528874248,0.7215345535,323,-1.469512853,0.174058777,2178.4422412 +108,-1.539217656,0.7198512397,323,-1.469512853,0.174058777,2175.5673609 +109,-1.537199919,0.7199428763,323,-1.469512853,0.174058777,2175.1490229 +110,-1.545425832,0.727397149,323,-1.469512853,0.174058777,2207.6897356 +111,-1.543371177,0.7273916949,323,-1.469512853,0.174058777,2206.8213916 +112,-1.541368852,0.7274523163,323,-1.469512853,0.174058777,2206.2560194 +113,-1.545349067,0.7258710923,323,-1.469512853,0.174058777,2201.6735691 +114,-1.54332671,0.7258603556,323,-1.469512853,0.174058777,2200.7953204 +115,-1.541346831,0.7259242142,323,-1.469512853,0.174058777,2200.2489849 +116,-1.545324355,0.7243383958,323,-1.469512853,0.174058777,2195.6533297 +117,-1.543292796,0.7243617413,323,-1.469512853,0.174058777,2194.9021093 +118,-1.541295822,0.7244024384,323,-1.469512853,0.174058777,2194.255437 +119,-1.543193859,0.7205570215,323,-1.469512853,0.174058777,2179.9357752 +120,-1.550257047,0.7386738187,323,-1.469512853,0.174058777,2253.9414014 +121,-1.549335448,0.7311736483,323,-1.469512853,0.174058777,2224.1586412 +122,-1.533478843,0.7179891343,323,-1.469512853,0.174058777,2166.0911628 +123,-1.556150555,0.738907041,323,-1.469512853,0.174058777,2257.4894798 +124,-1.554324226,0.733414257,323,-1.469512853,0.174058777,2235.1607888 +125,-1.554290846,0.7288285332,323,-1.469512853,0.174058777,2217.2052292 +126,-1.55122487,0.7219795312,323,-1.469512853,0.174058777,2188.9952698 +127,-1.525104458,0.7229399862,323,-1.469512853,0.174058777,2182.764747 +128,-1.519607711,0.7236181429,323,-1.469512853,0.174058777,2183.8163586 +129,-1.513899999,0.7251107854,323,-1.469512853,0.174058777,2188.2033024 +130,-1.536620762,0.7431061895,323,-1.469512853,0.174058777,2265.9688238 +131,-1.5369566,0.7460845958,323,-1.469512853,0.174058777,2277.7975004 +132,-1.545345528,0.7447040685,323,-1.469512853,0.174058777,2275.5417643 +133,-1.532813921,0.7432306626,323,-1.469512853,0.174058777,2265.1420301 +134,-1.554788248,0.7382381001,323,-1.469512853,0.174058777,2254.2469271 +135,-1.540348126,0.7301594274,323,-1.469512853,0.174058777,2216.4845564 +136,-1.538016084,0.7239051786,323,-1.469512853,0.174058777,2191.025162 +137,-1.525288962,0.7258085137,323,-1.469512853,0.174058777,2194.1220059 +138,-1.534326986,0.731241342,323,-1.469512853,0.174058777,2218.5035187 +139,-1.530733872,0.7303625216,323,-1.469512853,0.174058777,2213.8079043 +141,-1.534354939,0.7328219978,323,-1.469512853,0.174058777,2224.7291713 +142,-1.53157084,0.7292888153,323,-1.469512853,0.174058777,2209.8658548 +143,-1.525691035,0.7263799874,323,-1.469512853,0.174058777,2196.4978602 +144,-1.534031287,0.7495967835,323,-1.469512853,0.174058777,2290.5984266 +145,-1.527714986,0.7283095957,323,-1.469512853,0.174058777,2204.736512 +146,-1.526189586,0.7271468292,323,-1.469512853,0.174058777,2199.6739761 +147,-1.555177336,0.7375563366,323,-1.469512853,0.174058777,2251.7575596 +148,-1.555080283,0.7312707794,323,-1.469512853,0.174058777,2227.1251885 +149,-1.53856994,0.7224180299,323,-1.469512853,0.174058777,2185.395925 +150,-1.530837883,0.729933372,323,-1.469512853,0.174058777,2212.1540054 +151,-1.515066984,0.5854133365,323,-1.469512853,0.174058777,1637.7910224 +152,-1.534731633,0.5368370046,323,-1.469512853,0.174058777,1456.9158557 +153,-1.515231902,0.5607085576,323,-1.469512853,0.174058777,1540.648987 +154,-2.616253799,1.0684566605,323,-1.469512853,0.174058777,4818.679149 +155,-1.956071439,0.5792177723,323,-1.469512853,0.174058777,2390.2579467 +156,-1.951208514,0.5602434208,323,-1.469512853,0.174058777,2333.6075004 +157,-1.944675062,0.6062144545,323,-1.469512853,0.174058777,2424.8311279 +158,-1.613778386,0.6077989518,323,-1.469512853,0.174058777,1795.5711365 +159,-2.035029014,0.6021432345,323,-1.469512853,0.174058777,2656.5885621 +160,-2.114989471,0.6801825058,323,-1.469512853,0.174058777,3034.7550722 +161,-2.037382079,0.5765830025,323,-1.469512853,0.174058777,2611.0662129 +162,-2.129855121,0.6585019963,323,-1.469512853,0.174058777,3031.3026731 +163,-2.075141798,0.6493615843,323,-1.469512853,0.174058777,2864.9184885 +164,-1.828626729,0.6948433129,323,-1.469512853,0.174058777,2419.5277243 +165,-1.863329418,0.6735427691,323,-1.469512853,0.174058777,2421.3623469 +166,-1.266037071,0.727988852,323,-1.469512853,0.174058777,2305.7989684 +167,-1.277579582,0.7249010648,323,-1.469512853,0.174058777,2282.2781727 +168,-1.258418684,0.7241194816,323,-1.469512853,0.174058777,2299.8837713 +169,-1.317813974,0.6804850104,323,-1.469512853,0.174058777,2076.6134902 +170,-1.344165204,0.6790988904,323,-1.469512853,0.174058777,2049.1482426 +171,-1.427582102,0.5277120351,323,-1.469512853,0.174058777,1409.3497394 +172,-1.402238616,0.457167829,323,-1.469512853,0.174058777,1149.401416 +173,-1.422454264,0.4996161999,323,-1.469512853,0.174058777,1301.333414 +174,-1.439089277,0.4894859811,323,-1.469512853,0.174058777,1254.5330233 +175,-1.448126995,0.5182330266,323,-1.469512853,0.174058777,1365.5690095 +176,-1.474626146,0.5881926574,323,-1.469512853,0.174058777,1640.4897364 +177,-1.421139645,0.5584869783,323,-1.469512853,0.174058777,1533.0063524 +178,-1.457037165,0.565943032,323,-1.469512853,0.174058777,1552.9243417 +179,-2.757159358,0.3745319,323,-1.469512853,0.174058777,4934.0437816 +180,-2.714309238,0.342054471,323,-1.469512853,0.174058777,4783.4332842 +181,-2.000525337,0.774119946,323,-1.469512853,0.174058777,2990.2482577 +183,-1.571413436,0.6777838382,323,-1.469512853,0.174058777,2027.6725376 +184,-1.552860289,0.6987663893,323,-1.469512853,0.174058777,2098.9717254 +185,-1.521852374,0.7165827476,323,-1.469512853,0.174058777,2156.7270768 +186,-1.503656267,0.6928968252,323,-1.469512853,0.174058777,2058.6426656 +187,-1.502753178,0.7136205882,323,-1.469512853,0.174058777,2140.3733381 +188,-1.631894563,0.7343596465,323,-1.469512853,0.174058777,2290.0280295 +189,-1.653765416,0.6770714026,323,-1.469512853,0.174058777,2096.7131193 +190,-1.719812114,0.6715965947,323,-1.469512853,0.174058777,2161.7429375 +191,-1.493406659,0.6646955447,323,-1.469512853,0.174058777,1945.2715835 +192,-1.469120564,0.6613469966,323,-1.469512853,0.174058777,1930.1491438 +193,-1.590551461,0.5326612937,323,-1.469512853,0.174058777,1488.9052937 +194,-1.625979264,0.5247742243,323,-1.469512853,0.174058777,1504.6443705 +195,-1.572293943,0.5238808754,323,-1.469512853,0.174058777,1436.7560934 +196,-1.610848725,0.5477107964,323,-1.469512853,0.174058777,1568.5031038 +197,-1.208485554,0.7918526018,323,-1.469512853,0.174058777,2603.0772109 +198,-1.335601374,0.6869083083,323,-1.469512853,0.174058777,2085.7740647 +199,-1.346156996,0.6825213377,323,-1.469512853,0.174058777,2060.7762814 +200,-1.324381037,0.6741422347,323,-1.469512853,0.174058777,2046.6553242 +201,-1.242424992,0.7378949807,323,-1.469512853,0.174058777,2368.4021639 +202,-1.270370057,0.7392461008,323,-1.469512853,0.174058777,2342.9385198 +203,-1.448950472,0.7441675014,323,-1.469512853,0.174058777,2259.3244832 +204,-1.492662363,0.7523026852,323,-1.469512853,0.174058777,2291.8200676 +205,-1.479098966,0.7763855017,323,-1.469512853,0.174058777,2386.0418626 +206,-1.633760714,0.7869022408,323,-1.469512853,0.174058777,2491.1935022 +207,-1.647406434,0.8101289331,323,-1.469512853,0.174058777,2590.0747769 +208,-1.564245052,0.5701509278,323,-1.469512853,0.174058777,1606.6573136 +209,-1.646289963,0.6833746083,323,-1.469512853,0.174058777,2112.0748118 +210,-1.5820631,0.6751952144,323,-1.469512853,0.174058777,2024.7427071 +211,-1.613236298,0.6681681791,323,-1.469512853,0.174058777,2022.7378392 +212,-1.914661867,0.8212566515,323,-1.469512853,0.174058777,2966.7056584 +213,-1.742133237,0.7250275956,323,-1.469512853,0.174058777,2380.4038634 +214,-2.033144872,0.6557314699,323,-1.469512853,0.174058777,2768.8114828 +215,-2.039551981,0.6964723658,323,-1.469512853,0.174058777,2879.748472 +216,-1.247341019,0.7622473908,323,-1.469512853,0.174058777,2452.001493 +217,-1.298239787,0.7084123392,323,-1.469512853,0.174058777,2200.2001306 +218,-1.308539688,0.6926545592,323,-1.469512853,0.174058777,2131.1557417 +219,-1.303263185,0.6888938396,323,-1.469512853,0.174058777,2122.0640694 +220,-1.852400229,0.6004246149,323,-1.469512853,0.174058777,2185.3034736 +221,-1.288947707,0.7473773692,323,-1.469512853,0.174058777,2355.2918472 +222,-1.372031502,0.7472790993,323,-1.469512853,0.174058777,2295.4546993 +223,-1.289805721,0.7242157877,323,-1.469512853,0.174058777,2267.5752967 +224,-1.350807603,0.7533498126,323,-1.469512853,0.174058777,2330.8965126 +225,-1.329290365,0.7560442322,323,-1.469512853,0.174058777,2355.4426767 +226,-1.410153004,0.616936428,323,-1.469512853,0.174058777,1767.2709838 +227,-1.393445434,0.6308995063,323,-1.469512853,0.174058777,1830.0887786 +228,-1.37595573,0.6241540638,323,-1.469512853,0.174058777,1814.3893294 +229,-1.358388707,0.6172645205,323,-1.469512853,0.174058777,1800.7510035 +230,-1.753741133,0.8281661666,323,-1.469512853,0.174058777,2760.2089562 +231,-1.47430987,0.6834615681,323,-1.469512853,0.174058777,2017.8158237 +232,-1.421012508,0.7222725206,323,-1.469512853,0.174058777,2178.0700145 +233,-1.4476833,0.6978557868,323,-1.469512853,0.174058777,2076.1833831 +234,-1.470370723,0.6966193374,323,-1.469512853,0.174058777,2069.8645858 +235,-1.429211703,0.7037216883,323,-1.469512853,0.174058777,2102.7700544 +236,-1.700578405,0.6178673663,323,-1.469512853,0.174058777,1945.4807614 +237,-1.678117619,0.6331716163,323,-1.469512853,0.174058777,1966.8184541 +238,-1.725644578,0.6316331145,323,-1.469512853,0.174058777,2032.6400792 +239,-2.14012759,0.7930497945,323,-1.469512853,0.174058777,3341.3536775 +240,-2.103289431,0.7653606263,323,-1.469512853,0.174058777,3193.1398078 +241,-1.318739838,0.7017808746,323,-1.469512853,0.174058777,2156.4815308 +242,-1.396417427,0.7077900843,323,-1.469512853,0.174058777,2129.616087 +243,-1.35650337,0.7185539404,323,-1.469512853,0.174058777,2192.6404989 +244,-1.248884539,0.7274156818,323,-1.469512853,0.174058777,2322.7601473 +245,-1.395014798,0.5761185243,323,-1.469512853,0.174058777,1615.5897775 +246,-1.433377362,0.6064716109,323,-1.469512853,0.174058777,1717.7738603 +247,-1.408172432,0.5903155476,323,-1.469512853,0.174058777,1663.8035758 +248,-1.749645898,0.7757118084,323,-1.469512853,0.174058777,2568.7001377 +249,-1.571626686,0.615046989,323,-1.469512853,0.174058777,1785.2438081 +250,-1.514070049,0.6303003037,323,-1.469512853,0.174058777,1814.2593994 +251,-1.480890369,0.6237966528,323,-1.469512853,0.174058777,1781.8830916 +252,-1.704390658,0.5281680612,323,-1.469512853,0.174058777,1648.8957486 +253,-1.64434733,0.5254277498,323,-1.469512853,0.174058777,1534.2924687 +254,-1.703855997,0.4792484842,323,-1.469512853,0.174058777,1491.902128 +255,-1.692002383,0.5748825051,323,-1.469512853,0.174058777,1783.1904891 +256,-1.854136457,0.5544643913,323,-1.469512853,0.174058777,2063.5518786 +257,-1.665021206,0.520317736,323,-1.469512853,0.174058777,1550.4077949 +258,-1.733654349,0.4845187345,323,-1.469512853,0.174058777,1575.1698986 +259,-1.720938188,0.5135933906,323,-1.469512853,0.174058777,1635.7165383 +260,-1.742668307,0.553296122,323,-1.469512853,0.174058777,1805.6853742 +261,-1.965659039,0.7142126903,323,-1.469512853,0.174058777,2753.8604003 +262,-1.944438071,0.6772834804,323,-1.469512853,0.174058777,2607.1592977 +263,-1.270340967,0.7681487096,323,-1.469512853,0.174058777,2450.5206035 +264,-1.353091884,0.6549276821,323,-1.469512853,0.174058777,1949.5164803 +265,-1.333236659,0.6413584414,323,-1.469512853,0.174058777,1914.3077093 +266,-1.352015998,0.6753788907,323,-1.469512853,0.174058777,2028.9809437 +267,-1.377988483,0.6577816235,323,-1.469512853,0.174058777,1943.6261716 +268,-2.13075611,0.8318642051,323,-1.469512853,0.174058777,3411.2163695 +269,-2.097910953,0.8259670014,323,-1.469512853,0.174058777,3327.5993799 +270,-1.416382069,0.6694271549,323,-1.469512853,0.174058777,1971.216273 +271,-1.538905672,0.7535625993,323,-1.469512853,0.174058777,2307.8880138 +272,-1.572309477,0.7803125099,323,-1.469512853,0.174058777,2426.9386066 +273,-1.87759879,0.7503853417,323,-1.469512853,0.174058777,2682.4889236 +274,1.152365588,0.590457682,323,-1.469512853,0.174058777,8839.066995 +275,0.350198001,0.718001859,323,-1.469512853,0.174058777,6494.6448065 +276,0.046513677,0.491503852,323,-1.469512853,0.174058777,5708.463813 +277,0.027510309,0.742571376,323,-1.469512853,0.174058777,5542.9214419 +278,0.306285725,-0.214631579,323,-1.469512853,0.174058777,7152.4966873 +279,-1.100564889,0.318051531,323,-1.469512853,0.174058777,1526.0337044 +280,-1.078582306,0.301437596,323,-1.469512853,0.174058777,1585.5946215 +281,-1.137371989,-0.617634065,323,-1.469512853,0.174058777,3373.3011766 +282,0.784356344,0.703272339,323,-1.469512853,0.174058777,7689.7485465 +283,-1.221209947,0.218327455,323,-1.469512853,0.174058777,980.2867958 +284,2.347301921,-0.449114658,323,-1.469512853,0.174058777,9688.9248401 +285,0.246820618,0.830553713,323,-1.469512853,0.174058777,6097.0343715 +286,0.829414965,0.703288228,323,-1.469512853,0.174058777,7799.8011689 +287,-1.337537566,0.42332223,323,-1.469512853,0.174058777,1105.7750123 +288,0.882453706,0.454478077,323,-1.469512853,0.174058777,8514.7044051 +289,1.575629659,0.416419109,323,-1.469512853,0.174058777,10075.34747 +290,-1.039455679,0.229888244,323,-1.469512853,0.174058777,1682.6526356 +291,0.489558039,0.934482747,323,-1.469512853,0.174058777,6548.2234891 +292,0.081344504,0.88384514,323,-1.469512853,0.174058777,5640.1269379 +293,-1.547979814,0.300350308,323,-1.469512853,0.174058777,584.26258046 +294,0.040776181,0.168560074,323,-1.469512853,0.174058777,5873.8352839 +295,-1.130374745,0.563894876,323,-1.469512853,0.174058777,1980.6963848 +296,1.578326642,0.478507176,323,-1.469512853,0.174058777,9834.0922304 +297,-1.12861823,-0.291640865,323,-1.469512853,0.174058777,2277.3279359 +298,0.310524208,0.770885792,323,-1.469512853,0.174058777,6325.2204411 +299,0.415649091,-0.387246002,323,-1.469512853,0.174058777,7627.2356561 +300,-0.926533878,-0.188022748,323,-1.469512853,0.174058777,2575.1684993 +301,1.258856172,-0.11716081,323,-1.469512853,0.174058777,10809.259314 +302,-1.126050026,0.322941926,323,-1.469512853,0.174058777,1442.8333147 +303,2.002785835,0.07893892,323,-1.469512853,0.174058777,10798.544615 +304,0.440437607,0.746258085,323,-1.469512853,0.174058777,6710.4004316 +305,-0.030391866,0.214441206,323,-1.469512853,0.174058777,5572.5737486 +306,0.521557815,-0.058929362,323,-1.469512853,0.174058777,7901.1203771 +307,-0.097005111,0.13317729,323,-1.469512853,0.174058777,5362.4200193 +308,1.83113859,0.221857587,323,-1.469512853,0.174058777,10755.406935 +309,0.222428864,0.099404236,323,-1.469512853,0.174058777,6623.6602302 +310,-1.702731345,0.8728568183,323,-1.469512853,0.174058777,2871.8348682 +311,-0.418507569,0.278324921,323,-1.469512853,0.174058777,4065.3528152 +312,-1.41153306,0.339029988,323,-1.469512853,0.174058777,690.07908367 +313,0.357560442,0.114788776,323,-1.469512853,0.174058777,7133.7462065 +314,0.325818979,0.268352149,323,-1.469512853,0.174058777,6880.591908 +315,-1.246004659,-0.663679965,323,-1.469512853,0.174058777,3419.980289 +316,1.814603087,0.637404484,323,-1.469512853,0.174058777,9186.0418543 +317,1.843704281,-0.18300445,323,-1.469512853,0.174058777,11773.939728 +318,1.690644492,-0.211480909,323,-1.469512853,0.174058777,12278.984711 +319,-1.275451936,0.068109467,323,-1.469512853,0.174058777,870.49635427 +320,0.762430171,-0.207594741,323,-1.469512853,0.174058777,8908.5884567 +321,0.265668905,-0.014647884,323,-1.469512853,0.174058777,6873.242295 +322,-2.773032013,-0.335515811,323,-1.469512853,0.174058777,5470.4159179 +323,-1.469512853,0.174058777,323,-1.469512853,0.174058777,0 +324,0.286276986,0.785925691,323,-1.469512853,0.174058777,6243.7504795 +325,-1.379324697,0.377432233,323,-1.469512853,0.174058777,875.54320303 +326,-1.203778265,0.212813032,323,-1.469512853,0.174058777,1044.104376 +327,0.579916301,0.611743168,323,-1.469512853,0.174058777,7312.600104 +328,0.267582642,0.868113908,323,-1.469512853,0.174058777,6115.7803861 +329,0.412869244,-0.050245578,323,-1.469512853,0.174058777,7471.4581702 +330,0.17524381,0.976660285,323,-1.469512853,0.174058777,5814.1567924 +331,0.743157214,0.204812899,323,-1.469512853,0.174058777,8491.3373911 +332,-1.070758176,0.269382282,323,-1.469512853,0.174058777,1585.2488525 +333,-1.230364251,0.329790229,323,-1.469512853,0.174058777,1104.434284 +334,-1.374813124,-0.024926835,323,-1.469512853,0.174058777,872.171902 +335,0.519780566,0.463669906,323,-1.469512853,0.174058777,7348.2424762 +336,-1.55108034,0.239698561,323,-1.469512853,0.174058777,409.31495181 +337,0.180294813,0.029739425,323,-1.469512853,0.174058777,6509.557863 +338,0.67820924,0.268170153,323,-1.469512853,0.174058777,8169.5224193 +339,0.445798684,1.024001867,323,-1.469512853,0.174058777,6321.0571582 +340,0.691751283,0.150521402,323,-1.469512853,0.174058777,8370.2549519 +341,-1.036643551,-0.903056181,323,-1.469512853,0.174058777,4515.4232571 +342,-0.120287036,1.083325163,323,-1.469512853,0.174058777,5203.0932023 +343,2.823513113,-0.304487164,323,-1.469512853,0.174058777,8002.3257973 +344,0.457583172,1.12513373,323,-1.469512853,0.174058777,6189.5164905 +345,0.042918831,0.813795399,323,-1.469512853,0.174058777,5563.9961524 +346,1.196146777,-0.853142756,323,-1.469512853,0.174058777,9327.6346077 +347,0.206001358,-0.010430701,323,-1.469512853,0.174058777,6637.5934728 +348,-0.268308653,0.234799412,323,-1.469512853,0.174058777,4650.9037687 +349,0.759363263,0.736189579,323,-1.469512853,0.174058777,7554.3611272 +350,0.181363926,0.891988372,323,-1.469512853,0.174058777,5883.5461639 +351,-0.021111158,0.139103292,323,-1.469512853,0.174058777,5653.170639 +352,-0.093355215,0.630686981,323,-1.469512853,0.174058777,5196.621117 +353,0.40118964,0.681375926,323,-1.469512853,0.174058777,6686.0878143 +354,-0.721197315,1.304706234,323,-1.469512853,0.174058777,4776.4448548 +355,-1.076150317,0.212107639,323,-1.469512853,0.174058777,1536.0947565 +356,-1.577164531,0.273993443,323,-1.469512853,0.174058777,573.90419474 +357,-0.190788414,0.182208586,323,-1.469512853,0.174058777,4972.3092085 +358,-0.261349752,0.209710184,323,-1.469512853,0.174058777,4687.4635743 +359,-1.029303852,0.083549259,323,-1.469512853,0.174058777,1765.156837 +360,-1.268609162,0.330525297,323,-1.469512853,0.174058777,988.09518649 +361,1.282982244,-0.926641967,323,-1.469512853,0.174058777,9214.8035673 +362,0.217352334,0.731352408,323,-1.469512853,0.174058777,6100.0125776 +363,-1.511833084,0.258629297,323,-1.469512853,0.174058777,372.82814993 +364,0.338812194,0.823184618,323,-1.469512853,0.174058777,6343.0123753 +365,-0.324406489,1.134201999,323,-1.469512853,0.174058777,4894.3743481 +366,1.389579348,0.399185724,323,-1.469512853,0.174058777,9922.6348741 +367,2.047152199,-0.039082036,323,-1.469512853,0.174058777,10874.02975 +368,0.947780369,0.568250077,323,-1.469512853,0.174058777,8427.6432323 +369,0.763824846,0.576754987,323,-1.469512853,0.174058777,7910.0006569 +370,-0.142334657,0.928153068,323,-1.469512853,0.174058777,5093.6338216 +371,0.610266567,0.547265983,323,-1.469512853,0.174058777,7510.9590966 +372,0.210731629,0.746815056,323,-1.469512853,0.174058777,6068.6146323 +373,-1.34931644,0.316895224,323,-1.469512853,0.174058777,730.02581384 +374,2.407696481,0.655030745,323,-1.469512853,0.174058777,8176.0971016 +375,0.64207831,0.545359131,323,-1.469512853,0.174058777,7611.4663353 +376,1.174597538,0.840588356,323,-1.469512853,0.174058777,8063.197106 +377,0.660059424,0.010604079,323,-1.469512853,0.174058777,8389.2642265 +378,-0.730263819,0.010486456,323,-1.469512853,0.174058777,2982.9565642 +379,0.831068936,0.512339172,323,-1.469512853,0.174058777,8238.6318492 +380,1.301180979,0.72367476,323,-1.469512853,0.174058777,8639.7293202 +381,1.811128231,0.322854402,323,-1.469512853,0.174058777,10401.930781 +382,0.435105812,0.992284428,323,-1.469512853,0.174058777,6346.5101565 +383,0.62643634,0.592027932,323,-1.469512853,0.174058777,7483.2955663 +384,0.492988703,-0.516339467,323,-1.469512853,0.174058777,7906.0341821 +385,-0.162469483,0.112549365,323,-1.469512853,0.174058777,5120.1110799 +386,0.314630866,0.472006421,323,-1.469512853,0.174058777,6646.5274188 +387,0.166744804,0.822815954,323,-1.469512853,0.174058777,5892.2546084 +388,0.417159608,0.965805736,323,-1.469512853,0.174058777,6346.9964008 +389,0.106334961,0.868774244,323,-1.469512853,0.174058777,5709.4567739 +390,0.815086969,-0.338144359,323,-1.469512853,0.174058777,9107.5406745 +391,0.59867455,-0.230624824,323,-1.469512853,0.174058777,8282.5099076 +392,1.915104874,0.066220985,323,-1.469512853,0.174058777,11092.823528 +393,1.278093622,0.064463721,323,-1.469512853,0.174058777,10624.790474 +394,-0.061477853,0.302997961,323,-1.469512853,0.174058777,5408.1707406 +395,0.251311504,0.626976942,323,-1.469512853,0.174058777,6291.6571782 +396,2.950242872,0.149095644,323,-1.469512853,0.174058777,7244.2365905 +397,-0.180294708,0.35375117,323,-1.469512853,0.174058777,4945.4117562 +398,1.010448592,-0.351180233,323,-1.469512853,0.174058777,9824.5920416 +399,-1.748740498,0.3686318073,323,-1.469512853,0.174058777,1313.1744678 +400,2.699635665,0.123533791,323,-1.469512853,0.174058777,8222.5715768 +401,0.496808033,0.823843254,323,-1.469512853,0.174058777,6741.275224 +402,0.129574704,0.763364087,323,-1.469512853,0.174058777,5826.7510939 +403,1.798920311,0.817447563,323,-1.469512853,0.174058777,8490.9269275 +404,0.335987953,0.746786541,323,-1.469512853,0.174058777,6421.8369496 +405,-1.085413643,0.292154671,323,-1.469512853,0.174058777,1550.9881144 +406,-0.155321003,0.508207011,323,-1.469512853,0.174058777,5004.0529237 +407,0.620529244,-0.301175104,323,-1.469512853,0.174058777,8379.2056638 +408,1.684402744,0.368716966,323,-1.469512853,0.174058777,10293.378925 +409,0.300582244,-0.386397212,323,-1.469512853,0.174058777,7205.9388486 +410,2.913555946,-0.009225192,323,-1.469512853,0.174058777,7512.5455179 +411,1.465101417,0.493232532,323,-1.469512853,0.174058777,9684.3514379 +412,0.090612882,0.907955955,323,-1.469512853,0.174058777,5653.6465804 +413,2.987564726,-0.729568594,323,-1.469512853,0.174058777,7432.3539384 +414,-1.484261606,0.224149272,323,-1.469512853,0.174058777,206.50544688 +415,0.164073421,0.303955133,323,-1.469512853,0.174058777,6250.1867337 +416,0.141441293,0.167552546,323,-1.469512853,0.174058777,6261.9520313 +417,2.931321023,-0.506718887,323,-1.469512853,0.174058777,7629.8815696 +418,2.21951565,0.700596356,323,-1.469512853,0.174058777,8440.3039373 +419,0.268112576,1.199114336,323,-1.469512853,0.174058777,5817.3638539 +420,0.978913739,0.359223811,323,-1.469512853,0.174058777,9016.1491921 +421,1.210898818,0.522863584,323,-1.469512853,0.174058777,9171.2688548 +422,2.347397336,0.129231362,323,-1.469512853,0.174058777,9521.6373513 +423,0.614394501,0.556878345,323,-1.469512853,0.174058777,7507.5046907 +424,-1.398079356,0.148483366,323,-1.469512853,0.174058777,297.07319536 +425,2.535303836,-0.112984496,323,-1.469512853,0.174058777,9054.0154969 +426,-1.019372593,-0.405322349,323,-1.469512853,0.174058777,2882.8014012 +427,-1.297785627,-0.160104069,323,-1.469512853,0.174058777,1486.713303 +428,2.144554488,0.205051084,323,-1.469512853,0.174058777,10053.390236 +429,-2.242387083,-0.426171285,323,-1.469512853,0.174058777,3817.4720291 +430,0.338637212,0.909723676,323,-1.469512853,0.174058777,6243.6426064 +431,-0.148798452,0.691042401,323,-1.469512853,0.174058777,5022.5080944 +432,0.893524764,0.441829531,323,-1.469512853,0.174058777,8575.2709552 +433,0.969229347,-0.368847936,323,-1.469512853,0.174058777,9662.1156842 +434,0.436043248,0.800045688,323,-1.469512853,0.174058777,6623.4260335 +435,1.687946607,1.081504775,323,-1.469512853,0.174058777,7470.3185142 +436,0.522302046,-0.034889271,323,-1.469512853,0.174058777,7887.9326457 +437,-0.178996113,-0.438090009,323,-1.469512853,0.174058777,5532.1986494 +438,-1.094339566,0.301444068,323,-1.469512853,0.174058777,1528.3235807 +439,-1.064070054,0.242569932,323,-1.469512853,0.174058777,1593.6965876 +440,-1.068153768,0.230387998,323,-1.469512853,0.174058777,1572.6346671 +441,-3.00496892,-0.23989155,323,-1.469512853,0.174058777,6251.0175675 +442,0.21751974,0.766874888,323,-1.469512853,0.174058777,6071.6914558 +443,0.117229532,0.007619006,323,-1.469512853,0.174058777,6278.903361 +444,0.777758451,0.420554741,323,-1.469512853,0.174058777,8260.1173496 +445,-0.252356999,0.250747086,323,-1.469512853,0.174058777,4706.2184231 +446,0.363148444,0.768483434,323,-1.469512853,0.174058777,6471.4194251 +447,0.903191366,-0.118210676,323,-1.469512853,0.174058777,9424.7201232 +448,-0.205755923,0.149406178,323,-1.469512853,0.174058777,4931.1535661 +449,1.811996086,0.02364353,323,-1.469512853,0.174058777,11485.912622 +450,-1.100670221,0.314845373,323,-1.469512853,0.174058777,1521.553992 +451,0.340078597,0.850105132,323,-1.469512853,0.174058777,6315.4535588 +452,0.258757267,0.804969236,323,-1.469512853,0.174058777,6151.5204989 +453,2.78505352,-0.155160804,323,-1.469512853,0.174058777,8101.2287444 +454,0.800551619,0.105822106,323,-1.469512853,0.174058777,8831.0567019 +455,0.437940882,-0.506194031,323,-1.469512853,0.174058777,7716.8312381 +456,2.230431122,0.63458615,323,-1.469512853,0.174058777,8624.4073964 +457,0.527965361,0.127667701,323,-1.469512853,0.174058777,7775.4712512 +458,-0.063643205,0.702093448,323,-1.469512853,0.174058777,5281.0809424 +459,1.408447268,0.133010502,323,-1.469512853,0.174058777,10843.60386 +460,0.523795955,0.280266966,323,-1.469512853,0.174058777,7596.8854282 +461,-0.975769313,0.072177659,323,-1.469512853,0.174058777,1981.2611482 +462,0.549774164,-0.463663986,323,-1.469512853,0.174058777,8112.6641678 +463,0.29245874,1.095549818,323,-1.469512853,0.174058777,5950.9345485 +464,0.143625958,0.816809593,323,-1.469512853,0.174058777,5834.3000108 +465,0.671902494,0.611159853,323,-1.469512853,0.174058777,7580.5623897 +466,1.239840988,0.6724199,323,-1.469512853,0.174058777,8730.2002462 +467,0.607829703,-0.10932137,323,-1.469512853,0.174058777,8267.9257106 +468,1.763020906,0.263996692,323,-1.469512853,0.174058777,10672.378262 +469,0.378714634,0.726066797,323,-1.469512853,0.174058777,6565.9102322 +470,2.196736143,-0.153862366,323,-1.469512853,0.174058777,10392.676948 +471,0.01702415,0.148991565,323,-1.469512853,0.174058777,5794.5875704 +472,-2.998490902,-0.158002487,323,-1.469512853,0.174058777,6168.7970898 +473,-3.051262951,-0.346595608,323,-1.469512853,0.174058777,6495.3545483 +474,-1.069176439,0.182802941,323,-1.469512853,0.174058777,1560.6019866 +475,0.167157509,0.595344954,323,-1.469512853,0.174058777,6049.7992403 +476,0.613855648,0.681746124,323,-1.469512853,0.174058777,7288.0373867 +477,1.037012736,0.682555367,323,-1.469512853,0.174058777,8323.3856416 +478,-1.253574971,0.379755746,323,-1.469512853,0.174058777,1156.5405009 +479,3.108590453,-0.132620738,323,-1.469512853,0.174058777,6832.7589757 +480,0.565301296,0.022333262,323,-1.469512853,0.174058777,8012.4698484 +481,0.547898238,0.855555614,323,-1.469512853,0.174058777,6811.2303035 +482,0.948309381,0.417393755,323,-1.469512853,0.174058777,8792.8135828 +483,-0.050600732,0.945269213,323,-1.469512853,0.174058777,5312.2593126 +484,-0.977651478,-0.572363064,323,-1.469512853,0.174058777,3491.7078844 +485,1.102014914,0.728861163,323,-1.469512853,0.174058777,8310.2983473 +486,2.927300795,-0.282939414,323,-1.469512853,0.174058777,7603.9351557 +487,-1.154565557,0.124434095,323,-1.469512853,0.174058777,1248.9537433 +488,1.855331234,0.291044755,323,-1.469512853,0.174058777,10466.618408 +489,0.830290659,0.276904518,323,-1.469512853,0.174058777,8690.8661093 +490,0.485104466,-0.234867441,323,-1.469512853,0.174058777,7847.5531702 +491,0.521367572,-0.33161327,323,-1.469512853,0.174058777,8009.6888752 +1,-1.539031704,0.7349710123,324,0.286276986,0.785925691,4837.6346518 +2,-1.536990553,0.7349663874,324,0.286276986,0.785925691,4833.2788877 +3,-1.534951779,0.7349571355,324,0.286276986,0.785925691,4828.9366669 +4,-1.532906461,0.7349480293,324,0.286276986,0.785925691,4824.5759149 +5,-1.531320211,0.7346937278,324,0.286276986,0.785925691,4821.8598764 +6,-1.539451648,0.7335131775,324,0.286276986,0.785925691,4842.4935679 +7,-1.537429487,0.7335445708,324,0.286276986,0.785925691,4838.0774086 +8,-1.535484998,0.7335658704,324,0.286276986,0.785925691,4833.8513825 +9,-1.533488396,0.7336036027,324,0.286276986,0.785925691,4829.4654129 +10,-1.531497785,0.7335842962,324,0.286276986,0.785925691,4825.2430104 +11,-1.530259379,0.7334777758,324,0.286276986,0.785925691,4822.8697635 +12,-1.5335454,0.7322346912,324,0.286276986,0.785925691,4833.2969694 +13,-1.531489083,0.7322238773,324,0.286276986,0.785925691,4828.9066183 +14,-1.530011122,0.7321679851,324,0.286276986,0.785925691,4825.8786917 +15,-1.53348106,0.7306614094,324,0.286276986,0.785925691,4837.4233506 +16,-1.531441779,0.7306962275,324,0.286276986,0.785925691,4832.9414597 +17,-1.529755654,0.7306933243,324,0.286276986,0.785925691,4829.3185883 +18,-1.533415048,0.7291384674,324,0.286276986,0.785925691,4841.4112081 +19,-1.531392093,0.7291705353,324,0.286276986,0.785925691,4836.9674637 +20,-1.529296523,0.7291214933,324,0.286276986,0.785925691,4832.5828577 +21,-1.535280942,0.727267644,324,0.286276986,0.785925691,4850.5067215 +22,-1.533378158,0.7276139666,324,0.286276986,0.785925691,4845.467538 +23,-1.531340368,0.7276446587,324,0.286276986,0.785925691,4840.9911456 +24,-1.528960113,0.7276398177,324,0.286276986,0.785925691,4835.867743 +25,-1.533313146,0.7260818349,324,0.286276986,0.785925691,4849.4855373 +26,-1.531259555,0.7260958115,324,0.286276986,0.785925691,4845.0158742 +27,-1.528926415,0.7260865555,324,0.286276986,0.785925691,4840.0009813 +28,-1.531226779,0.7245511789,324,0.286276986,0.785925691,4849.134468 +29,-1.528904772,0.7245519194,324,0.286276986,0.785925691,4844.1115365 +30,-1.547195875,0.7409785979,324,0.286276986,0.785925691,4838.6964061 +31,-1.5451475,0.740980426,324,0.286276986,0.785925691,4834.34134 +32,-1.543097679,0.7409798872,324,0.286276986,0.785925691,4829.985515 +33,-1.540720364,0.7409892687,324,0.286276986,0.785925691,4824.9014531 +34,-1.547188511,0.7395198392,324,0.286276986,0.785925691,4842.6531464 +35,-1.545148587,0.7395226109,324,0.286276986,0.785925691,4838.3092574 +36,-1.543104538,0.7395314908,324,0.286276986,0.785925691,4833.935913 +37,-1.540727751,0.7395306258,324,0.286276986,0.785925691,4828.875944 +38,-1.547187029,0.7380014886,324,0.286276986,0.785925691,4846.786356 +39,-1.545147315,0.7380012252,324,0.286276986,0.785925691,4842.4468141 +40,-1.54310719,0.7380060743,324,0.286276986,0.785925691,4838.0884033 +41,-1.540719671,0.7380068206,324,0.286276986,0.785925691,4832.996072 +42,-1.547187189,0.7364799098,324,0.286276986,0.785925691,4850.9335937 +43,-1.545149996,0.7364853874,324,0.286276986,0.785925691,4846.5794359 +44,-1.543106091,0.7364823484,324,0.286276986,0.785925691,4842.2300794 +45,-1.540717158,0.7364893901,324,0.286276986,0.785925691,4837.1125157 +46,-1.538663972,0.7410138672,324,0.286276986,0.785925691,4820.4546198 +47,-1.53695285,0.7409699132,324,0.286276986,0.785925691,4816.9258344 +48,-1.534910498,0.7409641297,324,0.286276986,0.785925691,4812.5836733 +49,-1.533145034,0.7409536636,324,0.286276986,0.785925691,4808.8416665 +50,-1.538681336,0.7395405883,324,0.286276986,0.785925691,4824.4858368 +51,-1.536999189,0.7395183096,324,0.286276986,0.785925691,4820.9567086 +52,-1.534923633,0.7395144222,324,0.286276986,0.785925691,4816.5343866 +53,-1.533267822,0.7395654306,324,0.286276986,0.785925691,4812.8570619 +54,-1.53867273,0.7380151077,324,0.286276986,0.785925691,4828.6049724 +55,-1.536980576,0.7379994392,324,0.286276986,0.785925691,4825.0329456 +56,-1.534931522,0.7379944961,324,0.286276986,0.785925691,4820.6656993 +57,-1.533387952,0.7379480264,324,0.286276986,0.785925691,4817.4887441 +58,-1.538682279,0.7364914363,324,0.286276986,0.785925691,4832.7597606 +59,-1.536980704,0.7364810563,324,0.286276986,0.785925691,4829.1496564 +60,-1.534935567,0.7364752065,324,0.286276986,0.785925691,4824.788893 +61,-1.533042592,0.7363876366,324,0.286276986,0.785925691,4820.9712446 +62,-1.545143426,0.7349628011,324,0.286276986,0.785925691,4850.7124578 +63,-1.543105297,0.7349691947,324,0.286276986,0.785925691,4846.3453973 +64,-1.541064533,0.7349647152,324,0.286276986,0.785925691,4841.9982218 +65,-1.545411803,0.7334624714,324,0.286276986,0.785925691,4855.3735821 +66,-1.543446606,0.7334780896,324,0.286276986,0.785925691,4851.1335066 +67,-1.541475327,0.7334957295,324,0.286276986,0.785925691,4846.8712202 +68,-1.545401939,0.731963266,324,0.286276986,0.785925691,4859.4397969 +69,-1.54342253,0.7319915583,324,0.286276986,0.785925691,4855.1306525 +70,-1.541455867,0.7320216438,324,0.286276986,0.785925691,4850.8402247 +71,-1.545410146,0.7304422281,324,0.286276986,0.785925691,4863.6058641 +72,-1.543435491,0.7304713664,324,0.286276986,0.785925691,4859.3003861 +73,-1.541463105,0.7304997613,324,0.286276986,0.785925691,4854.9981275 +74,-1.545414768,0.7289194936,324,0.286276986,0.785925691,4867.7706373 +75,-1.543435774,0.7289538557,324,0.286276986,0.785925691,4863.4374193 +76,-1.541457714,0.7289765881,324,0.286276986,0.785925691,4859.1342235 +77,-1.539449415,0.7320555866,324,0.286276986,0.785925691,4846.45043 +78,-1.537429183,0.7321097681,324,0.286276986,0.785925691,4841.9723731 +79,-1.535472649,0.7321497267,324,0.286276986,0.785925691,4837.6659556 +80,-1.539457899,0.7305333307,324,0.286276986,0.785925691,4850.6077443 +81,-1.537453161,0.7305750503,324,0.286276986,0.785925691,4846.192479 +82,-1.535479385,0.7306124949,324,0.286276986,0.785925691,4841.8516547 +83,-1.53946905,0.7290102593,324,0.286276986,0.785925691,4854.7747885 +84,-1.537459922,0.7290417293,324,0.286276986,0.785925691,4850.3736804 +85,-1.535451349,0.7290890157,324,0.286276986,0.785925691,4845.9270594 +86,-1.535522937,0.7279887191,324,0.286276986,0.785925691,4849.0691057 +87,-1.539442524,0.7274735939,324,0.286276986,0.785925691,4858.8996547 +88,-1.537424111,0.727521351,324,0.286276986,0.785925691,4854.4299224 +89,-1.539384641,0.7259505092,324,0.286276986,0.785925691,4862.921738 +90,-1.537372391,0.7259947145,324,0.286276986,0.785925691,4858.4705202 +91,-1.535340789,0.7260435356,324,0.286276986,0.785925691,4853.9613494 +92,-1.539325716,0.7244369706,324,0.286276986,0.785925691,4866.9170559 +93,-1.537308932,0.7244801057,324,0.286276986,0.785925691,4862.4546151 +94,-1.535289068,0.7245247645,324,0.286276986,0.785925691,4857.977659 +95,-1.533261366,0.7245550236,324,0.286276986,0.785925691,4853.5191572 +96,-1.539267302,0.722921924,324,0.286276986,0.785925691,4870.9190401 +97,-1.537248972,0.7229660258,324,0.286276986,0.785925691,4866.446265 +98,-1.535219431,0.7229916471,324,0.286276986,0.785925691,4861.9958056 +99,-1.53318962,0.7230212049,324,0.286276986,0.785925691,4857.5302031 +100,-1.531154816,0.7230299897,324,0.286276986,0.785925691,4853.1063345 +101,-1.528878341,0.7230370244,324,0.286276986,0.785925691,4848.1599173 +102,-1.539218189,0.7214009878,324,0.286276986,0.785925691,4874.9586029 +103,-1.537198791,0.7214422745,324,0.286276986,0.785925691,4870.486824 +104,-1.535179266,0.7214634354,324,0.286276986,0.785925691,4866.0657756 +105,-1.533156501,0.7214944644,324,0.286276986,0.785925691,4861.6070466 +106,-1.53113574,0.7215166021,324,0.286276986,0.785925691,4857.1729913 +107,-1.528874248,0.7215345535,324,0.286276986,0.785925691,4852.224665 +108,-1.539217656,0.7198512397,324,0.286276986,0.785925691,4879.183166 +109,-1.537199919,0.7199428763,324,0.286276986,0.785925691,4874.5734631 +110,-1.545425832,0.727397149,324,0.286276986,0.785925691,4871.9498933 +111,-1.543371177,0.7273916949,324,0.286276986,0.785925691,4867.5587583 +112,-1.541368852,0.7274523163,324,0.286276986,0.785925691,4863.0957933 +113,-1.545349067,0.7258710923,324,0.286276986,0.785925691,4875.9526004 +114,-1.54332671,0.7258603556,324,0.286276986,0.785925691,4871.6407586 +115,-1.541346831,0.7259242142,324,0.286276986,0.785925691,4867.2128241 +116,-1.545324355,0.7243383958,324,0.286276986,0.785925691,4880.0866289 +117,-1.543292796,0.7243617413,324,0.286276986,0.785925691,4875.6576611 +118,-1.541295822,0.7244024384,324,0.286276986,0.785925691,4871.2518737 +119,-1.543193859,0.7205570215,324,0.286276986,0.785925691,4885.8349857 +120,-1.550257047,0.7386738187,324,0.286276986,0.785925691,4851.4765376 +121,-1.549335448,0.7311736483,324,0.286276986,0.785925691,4869.9961165 +122,-1.533478843,0.7179891343,324,0.286276986,0.785925691,4871.8371442 +123,-1.556150555,0.738907041,324,0.286276986,0.785925691,4863.3323782 +124,-1.554324226,0.733414257,324,0.286276986,0.785925691,4874.4942411 +125,-1.554290846,0.7288285332,324,0.286276986,0.785925691,4886.98745 +126,-1.55122487,0.7219795312,324,0.286276986,0.785925691,4899.2086176 +127,-1.525104458,0.7229399862,324,0.286276986,0.785925691,4840.2430211 +128,-1.519607711,0.7236181429,324,0.286276986,0.785925691,4826.4746798 +129,-1.513899999,0.7251107854,324,0.286276986,0.785925691,4810.038489 +130,-1.536620762,0.7431061895,324,0.286276986,0.785925691,4810.4350063 +131,-1.5369566,0.7460845958,324,0.286276986,0.785925691,4803.0928524 +132,-1.545345528,0.7447040685,324,0.286276986,0.785925691,4824.6392196 +133,-1.532813921,0.7432306626,324,0.286276986,0.785925691,4801.9831198 +134,-1.554788248,0.7382381001,324,0.286276986,0.785925691,4862.2774211 +135,-1.540348126,0.7301594274,324,0.286276986,0.785925691,4853.5342042 +136,-1.538016084,0.7239051786,324,0.286276986,0.785925691,4865.5437413 +137,-1.525288962,0.7258085137,324,0.286276986,0.785925691,4832.8846294 +138,-1.534326986,0.731241342,324,0.286276986,0.785925691,4837.6693115 +139,-1.530733872,0.7303625216,324,0.286276986,0.785925691,4832.3209805 +141,-1.534354939,0.7328219978,324,0.286276986,0.785925691,4833.443572 +142,-1.53157084,0.7292888153,324,0.286276986,0.785925691,4837.0320811 +143,-1.525691035,0.7263799874,324,0.286276986,0.785925691,4832.2098733 +144,-1.534031287,0.7495967835,324,0.286276986,0.785925691,4787.3931886 +145,-1.527714986,0.7283095957,324,0.286276986,0.785925691,4831.3666468 +146,-1.526189586,0.7271468292,324,0.286276986,0.785925691,4831.2149856 +147,-1.555177336,0.7375563366,324,0.286276986,0.785925691,4864.9672185 +148,-1.555080283,0.7312707794,324,0.286276986,0.785925691,4881.9747718 +149,-1.53856994,0.7224180299,324,0.286276986,0.785925691,4870.7883271 +150,-1.530837883,0.729933372,324,0.286276986,0.785925691,4833.7071009 +151,-1.515066984,0.5854133365,324,0.286276986,0.785925691,5195.2257113 +152,-1.534731633,0.5368370046,324,0.286276986,0.785925691,5378.03345 +153,-1.515231902,0.5607085576,324,0.286276986,0.785925691,5264.5066716 +154,-2.616253799,1.0684566605,324,0.286276986,0.785925691,5058.6540933 +155,-1.956071439,0.5792177723,324,0.286276986,0.785925691,6145.6866617 +156,-1.951208514,0.5602434208,324,0.286276986,0.785925691,6199.2453549 +157,-1.944675062,0.6062144545,324,0.286276986,0.785925691,6035.9920094 +158,-1.613778386,0.6077989518,324,0.286276986,0.785925691,5357.832021 +159,-2.035029014,0.6021432345,324,0.286276986,0.785925691,6208.0781073 +160,-2.114989471,0.6801825058,324,0.286276986,0.785925691,6066.122485 +161,-2.037382079,0.5765830025,324,0.286276986,0.785925691,6298.783273 +162,-2.129855121,0.6585019963,324,0.286276986,0.785925691,6163.6257767 +163,-2.075141798,0.6493615843,324,0.286276986,0.785925691,6112.1959608 +164,-1.828626729,0.6948433129,324,0.286276986,0.785925691,5537.4282762 +165,-1.863329418,0.6735427691,324,0.286276986,0.785925691,5669.0717637 +166,-1.266037071,0.727988852,324,0.286276986,0.785925691,4236.636459 +167,-1.277579582,0.7249010648,324,0.286276986,0.785925691,4271.3853783 +168,-1.258418684,0.7241194816,324,0.286276986,0.785925691,4227.5135042 +169,-1.317813974,0.6804850104,324,0.286276986,0.785925691,4475.1452045 +170,-1.344165204,0.6790988904,324,0.286276986,0.785925691,4541.7177623 +171,-1.427582102,0.5277120351,324,0.286276986,0.785925691,5142.2972346 +172,-1.402238616,0.457167829,324,0.286276986,0.785925691,5270.8567985 +173,-1.422454264,0.4996161999,324,0.286276986,0.785925691,5206.1224865 +174,-1.439089277,0.4894859811,324,0.286276986,0.785925691,5275.7451668 +175,-1.448126995,0.5182330266,324,0.286276986,0.785925691,5219.2167759 +176,-1.474626146,0.5881926574,324,0.286276986,0.785925691,5091.8432322 +177,-1.421139645,0.5584869783,324,0.286276986,0.785925691,5042.9627947 +178,-1.457037165,0.565943032,324,0.286276986,0.785925691,5110.3748881 +179,-2.757159358,0.3745319,324,0.286276986,0.785925691,7833.610319 +180,-2.714309238,0.342054471,324,0.286276986,0.785925691,7947.0008302 +181,-2.000525337,0.774119946,324,0.286276986,0.785925691,5573.8040248 +183,-1.571413436,0.6777838382,324,0.286276986,0.785925691,5065.3675162 +184,-1.552860289,0.6987663893,324,0.286276986,0.785925691,4966.61082 +185,-1.521852374,0.7165827476,324,0.286276986,0.785925691,4850.3703115 +186,-1.503656267,0.6928968252,324,0.286276986,0.785925691,4874.2503745 +187,-1.502753178,0.7136205882,324,0.286276986,0.785925691,4816.4796954 +188,-1.631894563,0.7343596465,324,0.286276986,0.785925691,5033.6777936 +189,-1.653765416,0.6770714026,324,0.286276986,0.785925691,5243.7790935 +190,-1.719812114,0.6715965947,324,0.286276986,0.785925691,5396.3219585 +191,-1.493406659,0.6646955447,324,0.286276986,0.785925691,4927.3941714 +192,-1.469120564,0.6613469966,324,0.286276986,0.785925691,4880.8161565 +193,-1.590551461,0.5326612937,324,0.286276986,0.785925691,5521.7275599 +194,-1.625979264,0.5247742243,324,0.286276986,0.785925691,5626.9402807 +195,-1.572293943,0.5238808754,324,0.286276986,0.785925691,5504.1118371 +196,-1.610848725,0.5477107964,324,0.286276986,0.785925691,5525.1878573 +197,-1.208485554,0.7918526018,324,0.286276986,0.785925691,3956.7888894 +198,-1.335601374,0.6869083083,324,0.286276986,0.785925691,4501.7898288 +199,-1.346156996,0.6825213377,324,0.286276986,0.785925691,4537.8838311 +200,-1.324381037,0.6741422347,324,0.286276986,0.785925691,4506.6830376 +201,-1.242424992,0.7378949807,324,0.286276986,0.785925691,4157.3242405 +202,-1.270370057,0.7392461008,324,0.286276986,0.785925691,4220.5650189 +203,-1.448950472,0.7441675014,324,0.286276986,0.785925691,4617.310971 +204,-1.492662363,0.7523026852,324,0.286276986,0.785925691,4691.5975952 +205,-1.479098966,0.7763855017,324,0.286276986,0.785925691,4599.501592 +206,-1.633760714,0.7869022408,324,0.286276986,0.785925691,4888.6898604 +207,-1.647406434,0.8101289331,324,0.286276986,0.785925691,4849.7721268 +208,-1.564245052,0.5701509278,324,0.286276986,0.785925691,5353.0197714 +209,-1.646289963,0.6833746083,324,0.286276986,0.785925691,5209.8197499 +210,-1.5820631,0.6751952144,324,0.286276986,0.785925691,5095.8490625 +211,-1.613236298,0.6681681791,324,0.286276986,0.785925691,5183.2635371 +212,-1.914661867,0.8212566515,324,0.286276986,0.785925691,5285.7694153 +213,-1.742133237,0.7250275956,324,0.286276986,0.785925691,5280.4150799 +214,-2.033144872,0.6557314699,324,0.286276986,0.785925691,6023.3317094 +215,-2.039551981,0.6964723658,324,0.286276986,0.785925691,5895.4761928 +216,-1.247341019,0.7622473908,324,0.286276986,0.785925691,4113.3331272 +217,-1.298239787,0.7084123392,324,0.286276986,0.785925691,4360.0006933 +218,-1.308539688,0.6926545592,324,0.286276986,0.785925691,4422.9361583 +219,-1.303263185,0.6888938396,324,0.286276986,0.785925691,4419.4680171 +220,-1.852400229,0.6004246149,324,0.286276986,0.785925691,5880.4983642 +221,-1.288947707,0.7473773692,324,0.286276986,0.785925691,4245.1909706 +222,-1.372031502,0.7472790993,324,0.286276986,0.785925691,4437.0114205 +223,-1.289805721,0.7242157877,324,0.286276986,0.785925691,4302.0358916 +224,-1.350807603,0.7533498126,324,0.286276986,0.785925691,4373.8170071 +225,-1.329290365,0.7560442322,324,0.286276986,0.785925691,4318.0833264 +226,-1.410153004,0.616936428,324,0.286276986,0.785925691,4860.1061076 +227,-1.393445434,0.6308995063,324,0.286276986,0.785925691,4783.2254 +228,-1.37595573,0.6241540638,324,0.286276986,0.785925691,4758.5666378 +229,-1.358388707,0.6172645205,324,0.286276986,0.785925691,4733.620147 +230,-1.753741133,0.8281661666,324,0.286276986,0.785925691,4993.8987099 +231,-1.47430987,0.6834615681,324,0.286276986,0.785925691,4833.5456847 +232,-1.421012508,0.7222725206,324,0.286276986,0.785925691,4611.0935275 +233,-1.4476833,0.6978557868,324,0.286276986,0.785925691,4734.9615918 +234,-1.470370723,0.6966193374,324,0.286276986,0.785925691,4789.6214051 +235,-1.429211703,0.7037216883,324,0.286276986,0.785925691,4677.5680055 +236,-1.700578405,0.6178673663,324,0.286276986,0.785925691,5517.0415235 +237,-1.678117619,0.6331716163,324,0.286276986,0.785925691,5423.8729501 +238,-1.725644578,0.6316331145,324,0.286276986,0.785925691,5528.3261364 +239,-2.14012759,0.7930497945,324,0.286276986,0.785925691,5706.7753523 +240,-2.103289431,0.7653606263,324,0.286276986,0.785925691,5753.6728233 +241,-1.318739838,0.7017808746,324,0.286276986,0.785925691,4424.9353206 +242,-1.396417427,0.7077900843,324,0.286276986,0.785925691,4591.8583985 +243,-1.35650337,0.7185539404,324,0.286276986,0.785925691,4472.3843089 +244,-1.248884539,0.7274156818,324,0.286276986,0.785925691,4196.9947806 +245,-1.395014798,0.5761185243,324,0.286276986,0.785925691,4931.4447501 +246,-1.433377362,0.6064716109,324,0.286276986,0.785925691,4943.7406974 +247,-1.408172432,0.5903155476,324,0.286276986,0.785925691,4925.9216796 +248,-1.749645898,0.7757118084,324,0.286276986,0.785925691,5142.780918 +249,-1.571626686,0.615046989,324,0.286276986,0.785925691,5242.4942954 +250,-1.514070049,0.6303003037,324,0.286276986,0.785925691,5068.6171538 +251,-1.480890369,0.6237966528,324,0.286276986,0.785925691,5009.5063997 +252,-1.704390658,0.5281680612,324,0.286276986,0.785925691,5794.4997331 +253,-1.64434733,0.5254277498,324,0.286276986,0.785925691,5667.2482 +254,-1.703855997,0.4792484842,324,0.286276986,0.785925691,5940.8725829 +255,-1.692002383,0.5748825051,324,0.286276986,0.785925691,5627.0263514 +256,-1.854136457,0.5544643913,324,0.286276986,0.785925691,6030.0022772 +257,-1.665021206,0.520317736,324,0.286276986,0.785925691,5729.5268422 +258,-1.733654349,0.4845187345,324,0.286276986,0.785925691,5992.070568 +259,-1.720938188,0.5135933906,324,0.286276986,0.785925691,5875.2934488 +260,-1.742668307,0.553296122,324,0.286276986,0.785925691,5801.9284144 +261,-1.965659039,0.7142126903,324,0.286276986,0.785925691,5716.8853243 +262,-1.944438071,0.6772834804,324,0.286276986,0.785925691,5802.3497509 +263,-1.270340967,0.7681487096,324,0.286276986,0.785925691,4153.5876131 +264,-1.353091884,0.6549276821,324,0.286276986,0.785925691,4624.1670775 +265,-1.333236659,0.6413584414,324,0.286276986,0.785925691,4610.4850633 +266,-1.352015998,0.6753788907,324,0.286276986,0.785925691,4569.7964493 +267,-1.377988483,0.6577816235,324,0.286276986,0.785925691,4676.5363332 +268,-2.13075611,0.8318642051,324,0.286276986,0.785925691,5559.1405939 +269,-2.097910953,0.8259670014,324,0.286276986,0.785925691,5537.0319713 +270,-1.416382069,0.6694271549,324,0.286276986,0.785925691,4737.0711338 +271,-1.538905672,0.7535625993,324,0.286276986,0.785925691,4787.013806 +272,-1.572309477,0.7803125099,324,0.286276986,0.785925691,4783.7798773 +273,-1.87759879,0.7503853417,324,0.286276986,0.785925691,5450.493982 +274,1.152365588,0.590457682,324,0.286276986,0.785925691,2714.680598 +275,0.350198001,0.718001859,324,0.286276986,0.785925691,326.38540687 +276,0.046513677,0.491503852,324,0.286276986,0.785925691,1388.9599586 +277,0.027510309,0.742571376,324,0.286276986,0.785925691,758.41988517 +278,0.306285725,-0.214631579,324,0.286276986,0.785925691,3963.8577116 +279,-1.100564889,0.318051531,324,0.286276986,0.785925691,4830.79175 +280,-1.078582306,0.301437596,324,0.286276986,0.785925691,4813.8446681 +281,-1.137371989,-0.617634065,324,0.286276986,0.785925691,7534.0315786 +282,0.784356344,0.703272339,324,0.286276986,0.785925691,1479.0327871 +283,-1.221209947,0.218327455,324,0.286276986,0.785925691,5436.9158208 +284,2.347301921,-0.449114658,324,0.286276986,0.785925691,8805.1905918 +285,0.246820618,0.830553713,324,0.286276986,0.785925691,207.10903389 +286,0.829414965,0.703288228,324,0.286276986,0.785925691,1605.0847294 +287,-1.337537566,0.42332223,324,0.286276986,0.785925691,5194.5234998 +288,0.882453706,0.454478077,324,0.286276986,0.785925691,2300.5158588 +289,1.575629659,0.416419109,324,0.286276986,0.785925691,4303.1909759 +290,-1.039455679,0.229888244,324,0.286276986,0.785925691,4897.5108118 +291,0.489558039,0.934482747,324,0.286276986,0.785925691,786.76285925 +292,0.081344504,0.88384514,324,0.286276986,0.785925691,667.57928334 +293,-1.547979814,0.300350308,324,0.286276986,0.785925691,6089.2025356 +294,0.040776181,0.168560074,324,0.286276986,0.785925691,2584.8956806 +295,-1.130374745,0.563894876,324,0.286276986,0.785925691,4284.5423823 +296,1.578326642,0.478507176,324,0.286276986,0.785925691,4155.356293 +297,-1.12861823,-0.291640865,324,0.286276986,0.785925691,6611.9859414 +298,0.310524208,0.770885792,324,0.286276986,0.785925691,90.692554889 +299,0.415649091,-0.387246002,324,0.286276986,0.785925691,4670.3988196 +300,-0.926533878,-0.188022748,324,0.286276986,0.785925691,5781.2381974 +301,1.258856172,-0.11716081,324,0.286276986,0.785925691,4962.6770816 +302,-1.126050026,0.322941926,324,0.286276986,0.785925691,4888.6243495 +303,2.002785835,0.07893892,324,0.286276986,0.785925691,6406.2036194 +304,0.440437607,0.746258085,324,0.286276986,0.785925691,466.9463882 +305,-0.030391866,0.214441206,324,0.286276986,0.785925691,2503.9148931 +306,0.521557815,-0.058929362,324,0.286276986,0.785925691,3448.2685355 +307,-0.097005111,0.13317729,324,0.286276986,0.785925691,2900.913233 +308,1.83113859,0.221857587,324,0.286276986,0.785925691,5530.9821736 +309,0.222428864,0.099404236,324,0.286276986,0.785925691,2728.2537136 +310,-1.702731345,0.8728568183,324,0.286276986,0.785925691,4773.4199221 +311,-0.418507569,0.278324921,324,0.286276986,0.785925691,3083.3744361 +312,-1.41153306,0.339029988,324,0.286276986,0.785925691,5622.0758774 +313,0.357560442,0.114788776,324,0.286276986,0.785925691,2669.7096134 +314,0.325818979,0.268352149,324,0.286276986,0.785925691,2054.3691617 +315,-1.246004659,-0.663679965,324,0.286276986,0.785925691,7914.3290797 +316,1.814603087,0.637404484,324,0.286276986,0.785925691,4394.5779561 +317,1.843704281,-0.18300445,324,0.286276986,0.785925691,6696.2387004 +318,1.690644492,-0.211480909,324,0.286276986,0.785925691,6356.764695 +319,-1.275451936,0.068109467,324,0.286276986,0.785925691,6005.7756796 +320,0.762430171,-0.207594741,324,0.286276986,0.785925691,4289.1482653 +321,0.265668905,-0.014647884,324,0.286276986,0.785925691,3171.8999169 +322,-2.773032013,-0.335515811,324,0.286276986,0.785925691,10639.340483 +323,-1.469512853,0.174058777,324,0.286276986,0.785925691,6243.7504795 +324,0.286276986,0.785925691,324,0.286276986,0.785925691,0 +325,-1.379324697,0.377432233,324,0.286276986,0.785925691,5430.2553254 +326,-1.203778265,0.212813032,324,0.286276986,0.785925691,5403.5485874 +327,0.579916301,0.611743168,324,0.286276986,0.785925691,1122.635034 +328,0.267582642,0.868113908,324,0.286276986,0.785925691,329.37568419 +329,0.412869244,-0.050245578,324,0.286276986,0.785925691,3342.1201637 +330,0.17524381,0.976660285,324,0.286276986,0.785925691,804.81202782 +331,0.743157214,0.204812899,324,0.286276986,0.785925691,2772.4680712 +332,-1.070758176,0.269382282,324,0.286276986,0.785925691,4878.0571514 +333,-1.230364251,0.329790229,324,0.286276986,0.785925691,5158.3095873 +334,-1.374813124,-0.024926835,324,0.286276986,0.785925691,6544.470658 +335,0.519780566,0.463669906,324,0.286276986,0.785925691,1476.033073 +336,-1.55108034,0.239698561,324,0.286276986,0.785925691,6272.9410539 +337,0.180294813,0.029739425,324,0.286276986,0.785925691,3018.0654028 +338,0.67820924,0.268170153,324,0.286276986,0.785925691,2432.6866706 +339,0.445798684,1.024001867,324,0.286276986,0.785925691,1018.4286887 +340,0.691751283,0.150521402,324,0.286276986,0.785925691,2873.6649338 +341,-1.036643551,-0.903056181,324,0.286276986,0.785925691,8062.6321081 +342,-0.120287036,1.083325163,324,0.286276986,0.785925691,1500.3319198 +343,2.823513113,-0.304487164,324,0.286276986,0.785925691,9683.8432318 +344,0.457583172,1.12513373,324,0.286276986,0.785925691,1395.7144641 +345,0.042918831,0.813795399,324,0.286276986,0.785925691,679.75894685 +346,1.196146777,-0.853142756,324,0.286276986,0.785925691,7213.3328811 +347,0.206001358,-0.010430701,324,0.286276986,0.785925691,3166.9590914 +348,-0.268308653,0.234799412,324,0.286276986,0.785925691,2869.2379741 +349,0.759363263,0.736189579,324,0.286276986,0.785925691,1364.5915659 +350,0.181363926,0.891988372,324,0.286276986,0.785925691,503.21907826 +351,-0.021111158,0.139103292,324,0.286276986,0.785925691,2770.5230386 +352,-0.093355215,0.630686981,324,0.286276986,0.785925691,1291.2221545 +353,0.40118964,0.681375926,324,0.286276986,0.785925691,534.20349031 +354,-0.721197315,1.304706234,324,0.286276986,0.785925691,2666.6056162 +355,-1.076150317,0.212107639,324,0.286276986,0.785925691,5048.7875728 +356,-1.577164531,0.273993443,324,0.286276986,0.785925691,6241.1313139 +357,-0.190788414,0.182208586,324,0.286276986,0.785925691,2888.8354185 +358,-0.261349752,0.209710184,324,0.286276986,0.785925691,2937.1534113 +359,-1.029303852,0.083549259,324,0.286276986,0.785925691,5274.817912 +360,-1.268609162,0.330525297,324,0.286276986,0.785925691,5260.9313814 +361,1.282982244,-0.926641967,324,0.286276986,0.785925691,7575.9539448 +362,0.217352334,0.731352408,324,0.286276986,0.785925691,293.16335077 +363,-1.511833084,0.258629297,324,0.286276986,0.785925691,6115.0882236 +364,0.338812194,0.823184618,324,0.286276986,0.785925691,206.37277544 +365,-0.324406489,1.134201999,324,0.286276986,0.785925691,1910.2427299 +366,1.389579348,0.399185724,324,0.286276986,0.785925691,3827.1451344 +367,2.047152199,-0.039082036,324,0.286276986,0.785925691,6862.7076009 +368,0.947780369,0.568250077,324,0.286276986,0.785925691,2191.9007407 +369,0.763824846,0.576754987,324,0.286276986,0.785925691,1674.8680113 +370,-0.142334657,0.928153068,324,0.286276986,0.785925691,1237.5350717 +371,0.610266567,0.547265983,324,0.286276986,0.785925691,1376.1043458 +372,0.210731629,0.746815056,324,0.286276986,0.785925691,265.40634481 +373,-1.34931644,0.316895224,324,0.286276986,0.785925691,5517.1956038 +374,2.407696481,0.655030745,324,0.286276986,0.785925691,5674.5886679 +375,0.64207831,0.545359131,324,0.286276986,0.785925691,1454.2199822 +376,1.174597538,0.840588356,324,0.286276986,0.785925691,2382.9962253 +377,0.660059424,0.010604079,324,0.286276986,0.785925691,3338.1950895 +378,-0.730263819,0.010486456,324,0.286276986,0.785925691,4680.6828078 +379,0.831068936,0.512339172,324,0.286276986,0.785925691,2012.877196 +380,1.301180979,0.72367476,324,0.286276986,0.785925691,2875.1314579 +381,1.811128231,0.322854402,324,0.286276986,0.785925691,5199.5739128 +382,0.435105812,0.992284428,324,0.286276986,0.785925691,896.22504021 +383,0.62643634,0.592027932,324,0.286276986,0.785925691,1287.2390327 +384,0.492988703,-0.516339467,324,0.286276986,0.785925691,5211.9265504 +385,-0.162469483,0.112549365,324,0.286276986,0.785925691,3082.3800312 +386,0.314630866,0.472006421,324,0.286276986,0.785925691,1246.6756015 +387,0.166744804,0.822815954,324,0.286276986,0.785925691,359.25848113 +388,0.417159608,0.965805736,324,0.286276986,0.785925691,784.97651109 +389,0.106334961,0.868774244,324,0.286276986,0.785925691,582.63572906 +390,0.815086969,-0.338144359,324,0.286276986,0.785925691,4843.7935742 +391,0.59867455,-0.230624824,324,0.286276986,0.785925691,4179.8849856 +392,1.915104874,0.066220985,324,0.286276986,0.785925691,6198.4917543 +393,1.278093622,0.064463721,324,0.286276986,0.785925691,4454.8119674 +394,-0.061477853,0.302997961,324,0.286276986,0.785925691,2232.9828758 +395,0.251311504,0.626976942,324,0.286276986,0.785925691,638.29072083 +396,2.950242872,0.149095644,324,0.286276986,0.785925691,8367.568471 +397,-0.180294708,0.35375117,324,0.286276986,0.785925691,2292.0760298 +398,1.010448592,-0.351180233,324,0.286276986,0.785925691,5205.9506317 +399,-1.748740498,0.3686318073,324,0.286276986,0.785925691,6381.3325438 +400,2.699635665,0.123533791,324,0.286276986,0.785925691,8010.1416424 +401,0.496808033,0.823843254,324,0.286276986,0.785925691,596.57680356 +402,0.129574704,0.763364087,324,0.286276986,0.785925691,452.25243517 +403,1.798920311,0.817447563,324,0.286276986,0.785925691,3942.9257042 +404,0.335987953,0.746786541,324,0.286276986,0.785925691,210.11087537 +405,-1.085413643,0.292154671,324,0.286276986,0.785925691,4857.768029 +406,-0.155321003,0.508207011,324,0.286276986,0.785925691,1764.0802193 +407,0.620529244,-0.301175104,324,0.286276986,0.785925691,4471.3689879 +408,1.684402744,0.368716966,324,0.286276986,0.785925691,4728.1081144 +409,0.300582244,-0.386397212,324,0.286276986,0.785925691,4643.8588771 +410,2.913555946,-0.009225192,324,0.286276986,0.785925691,8879.9311524 +411,1.465101417,0.493232532,324,0.286276986,0.785925691,3806.1612013 +412,0.090612882,0.907955955,324,0.286276986,0.785925691,703.59256201 +413,2.987564726,-0.729568594,324,0.286276986,0.785925691,11162.893212 +414,-1.484261606,0.224149272,324,0.286276986,0.785925691,6140.5727298 +415,0.164073421,0.303955133,324,0.286276986,0.785925691,1951.6234765 +416,0.141441293,0.167552546,324,0.286276986,0.785925691,2498.7964304 +417,2.931321023,-0.506718887,324,0.286276986,0.785925691,10539.599865 +418,2.21951565,0.700596356,324,0.286276986,0.785925691,5161.4717546 +419,0.268112576,1.199114336,324,0.286276986,0.785925691,1637.0578751 +420,0.978913739,0.359223811,324,0.286276986,0.785925691,2815.2697533 +421,1.210898818,0.522863584,324,0.286276986,0.785925691,3026.7285964 +422,2.347397336,0.129231362,324,0.286276986,0.785925691,7177.283299 +423,0.614394501,0.556878345,324,0.286276986,0.785925691,1357.1370327 +424,-1.398079356,0.148483366,324,0.286276986,0.785925691,6121.0651606 +425,2.535303836,-0.112984496,324,0.286276986,0.785925691,8389.6388896 +426,-1.019372593,-0.405322349,324,0.286276986,0.785925691,6653.6380777 +427,-1.297785627,-0.160104069,324,0.286276986,0.785925691,6706.543256 +428,2.144554488,0.205051084,324,0.286276986,0.785925691,6428.5152849 +429,-2.242387083,-0.426171285,324,0.286276986,0.785925691,10022.066315 +430,0.338637212,0.909723676,324,0.286276986,0.785925691,509.0837889 +431,-0.148798452,0.691042401,324,0.286276986,0.785925691,1322.6379819 +432,0.893524764,0.441829531,324,0.286276986,0.785925691,2363.7350265 +433,0.969229347,-0.368847936,324,0.286276986,0.785925691,5195.3643839 +434,0.436043248,0.800045688,324,0.286276986,0.785925691,419.80849531 +435,1.687946607,1.081504775,324,0.286276986,0.785925691,3257.9890335 +436,0.522302046,-0.034889271,324,0.286276986,0.785925691,3355.9768202 +437,-0.178996113,-0.438090009,324,0.286276986,0.785925691,5131.442758 +438,-1.094339566,0.301444068,324,0.286276986,0.785925691,4857.7895526 +439,-1.064070054,0.242569932,324,0.286276986,0.785925691,4931.9144688 +440,-1.068153768,0.230387998,324,0.286276986,0.785925691,4976.4837849 +441,-3.00496892,-0.23989155,324,0.286276986,0.785925691,10223.173316 +442,0.21751974,0.766874888,324,0.286276986,0.785925691,208.41407729 +443,0.117229532,0.007619006,324,0.286276986,0.785925691,3139.3022179 +444,0.777758451,0.420554741,324,0.286276986,0.785925691,2139.562961 +445,-0.252356999,0.250747086,324,0.286276986,0.785925691,2782.5328446 +446,0.363148444,0.768483434,324,0.286276986,0.785925691,227.75694517 +447,0.903191366,-0.118210676,324,0.286276986,0.785925691,4198.0807359 +448,-0.205755923,0.149406178,324,0.286276986,0.785925691,3030.826909 +449,1.811996086,0.02364353,324,0.286276986,0.785925691,6029.4878856 +450,-1.100670221,0.314845373,324,0.286276986,0.785925691,4839.6312683 +451,0.340078597,0.850105132,324,0.286276986,0.785925691,292.9462436 +452,0.258757267,0.804969236,324,0.286276986,0.785925691,107.28796207 +453,2.78505352,-0.155160804,324,0.286276986,0.785925691,9120.6102782 +454,0.800551619,0.105822106,324,0.286276986,0.785925691,3224.2157898 +455,0.437940882,-0.506194031,324,0.286276986,0.785925691,5147.2875614 +456,2.230431122,0.63458615,324,0.286276986,0.785925691,5376.4474299 +457,0.527965361,0.127667701,324,0.286276986,0.785925691,2736.5777564 +458,-0.063643205,0.702093448,324,0.286276986,0.785925691,1069.196667 +459,1.408447268,0.133010502,324,0.286276986,0.785925691,4602.0669292 +460,0.523795955,0.280266966,324,0.286276986,0.785925691,2153.6911618 +461,-0.975769313,0.072177659,324,0.286276986,0.785925691,5158.6873337 +462,0.549774164,-0.463663986,324,0.286276986,0.785925691,5040.3640795 +463,0.29245874,1.095549818,324,0.286276986,0.785925691,1226.5014848 +464,0.143625958,0.816809593,324,0.286276986,0.785925691,411.48005139 +465,0.671902494,0.611159853,324,0.286276986,0.785925691,1352.5803152 +466,1.239840988,0.6724199,324,0.286276986,0.785925691,2798.2110925 +467,0.607829703,-0.10932137,324,0.286276986,0.785925691,3725.6388772 +468,1.763020906,0.263996692,324,0.286276986,0.785925691,5226.4448206 +469,0.378714634,0.726066797,324,0.286276986,0.785925691,356.49138352 +470,2.196736143,-0.153862366,324,0.286276986,0.785925691,7600.7205358 +471,0.01702415,0.148991565,324,0.286276986,0.785925691,2686.1099043 +472,-2.998490902,-0.158002487,324,0.286276986,0.785925691,9908.8898468 +473,-3.051262951,-0.346595608,324,0.286276986,0.785925691,10588.735307 +474,-1.069176439,0.182802941,324,0.286276986,0.785925691,5109.7323538 +475,0.167157509,0.595344954,324,0.286276986,0.785925691,837.17128169 +476,0.613855648,0.681746124,324,0.286276986,0.785925691,1045.043069 +477,1.037012736,0.682555367,324,0.286276986,0.785925691,2218.2336919 +478,-1.253574971,0.379755746,324,0.286276986,0.785925691,5087.2228927 +479,3.108590453,-0.132620738,324,0.286276986,0.785925691,9633.4479693 +480,0.565301296,0.022333262,324,0.286276986,0.785925691,3178.0474233 +481,0.547898238,0.855555614,324,0.286276986,0.785925691,756.74391291 +482,0.948309381,0.417393755,324,0.286276986,0.785925691,2572.7527388 +483,-0.050600732,0.945269213,324,0.286276986,0.785925691,1064.9902779 +484,-0.977651478,-0.572363064,324,0.286276986,0.785925691,7034.5628045 +485,1.102014914,0.728861163,324,0.286276986,0.785925691,2325.9626941 +486,2.927300795,-0.282939414,324,0.286276986,0.785925691,9848.3358419 +487,-1.154565557,0.124434095,324,0.286276986,0.785925691,5510.3359552 +488,1.855331234,0.291044755,324,0.286276986,0.785925691,5407.3872316 +489,0.830290659,0.276904518,324,0.286276986,0.785925691,2709.1247766 +490,0.485104466,-0.234867441,324,0.286276986,0.785925691,4105.9760463 +491,0.521367572,-0.33161327,324,0.286276986,0.785925691,4507.1618327 +1,-1.539031704,0.7349710123,325,-1.379324697,0.377432233,1512.4246472 +2,-1.536990553,0.7349663874,325,-1.379324697,0.377432233,1510.0414766 +3,-1.534951779,0.7349571355,325,-1.379324697,0.377432233,1507.6707761 +4,-1.532906461,0.7349480293,325,-1.379324697,0.377432233,1505.3198859 +5,-1.531320211,0.7346937278,325,-1.379324697,0.377432233,1502.6093394 +6,-1.539451648,0.7335131775,325,-1.379324697,0.377432233,1507.6181767 +7,-1.537429487,0.7335445708,325,-1.379324697,0.377432233,1505.3716088 +8,-1.535484998,0.7335658704,325,-1.379324697,0.377432233,1503.2041609 +9,-1.533488396,0.7336036027,325,-1.379324697,0.377432233,1501.0623163 +10,-1.531497785,0.7335842962,325,-1.379324697,0.377432233,1498.7447637 +11,-1.530259379,0.7334777758,325,-1.379324697,0.377432233,1496.9693847 +12,-1.5335454,0.7322346912,325,-1.379324697,0.377432233,1496.1263412 +13,-1.531489083,0.7322238773,325,-1.379324697,0.377432233,1493.755148 +14,-1.530011122,0.7321679851,325,-1.379324697,0.377432233,1491.8914951 +15,-1.53348106,0.7306614094,325,-1.379324697,0.377432233,1490.3087903 +16,-1.531441779,0.7306962275,325,-1.379324697,0.377432233,1488.1127978 +17,-1.529755654,0.7306933243,325,-1.379324697,0.377432233,1486.2020064 +18,-1.533415048,0.7291384674,325,-1.379324697,0.377432233,1484.6759669 +19,-1.531392093,0.7291705353,325,-1.379324697,0.377432233,1482.4778341 +20,-1.529296523,0.7291214933,325,-1.379324697,0.377432233,1479.9284259 +21,-1.535280942,0.727267644,325,-1.379324697,0.377432233,1480.0267219 +22,-1.533378158,0.7276139666,325,-1.379324697,0.377432233,1479.0739673 +23,-1.531340368,0.7276446587,325,-1.379324697,0.377432233,1476.842805 +24,-1.528960113,0.7276398177,325,-1.379324697,0.377432233,1474.1230614 +25,-1.533313146,0.7260818349,325,-1.379324697,0.377432233,1473.4146676 +26,-1.531259555,0.7260958115,325,-1.379324697,0.377432233,1471.0934544 +27,-1.528926415,0.7260865555,325,-1.379324697,0.377432233,1468.3985437 +28,-1.531226779,0.7245511789,325,-1.379324697,0.377432233,1465.417681 +29,-1.528904772,0.7245519194,325,-1.379324697,0.377432233,1462.7590937 +30,-1.547195875,0.7409785979,325,-1.379324697,0.377432233,1543.8415908 +31,-1.5451475,0.740980426,325,-1.379324697,0.377432233,1541.4140975 +32,-1.543097679,0.7409798872,325,-1.379324697,0.377432233,1539.0023734 +33,-1.540720364,0.7409892687,325,-1.379324697,0.377432233,1536.2745407 +34,-1.547188511,0.7395198392,325,-1.379324697,0.377432233,1538.5611531 +35,-1.545148587,0.7395226109,325,-1.379324697,0.377432233,1536.1360141 +36,-1.543104538,0.7395314908,325,-1.379324697,0.377432233,1533.7541307 +37,-1.540727751,0.7395306258,325,-1.379324697,0.377432233,1530.9768505 +38,-1.547187029,0.7380014886,325,-1.379324697,0.377432233,1533.0760541 +39,-1.545147315,0.7380012252,325,-1.379324697,0.377432233,1530.6285318 +40,-1.54310719,0.7380060743,325,-1.379324697,0.377432233,1528.2250403 +41,-1.540719671,0.7380068206,325,-1.379324697,0.377432233,1525.4276439 +42,-1.547187189,0.7364799098,325,-1.379324697,0.377432233,1527.5850739 +43,-1.545149996,0.7364853874,325,-1.379324697,0.377432233,1525.1495654 +44,-1.543106091,0.7364823484,325,-1.379324697,0.377432233,1522.7013379 +45,-1.540717158,0.7364893901,325,-1.379324697,0.377432233,1519.9116064 +46,-1.538663972,0.7410138672,325,-1.379324697,0.377432233,1534.0037474 +47,-1.53695285,0.7409699132,325,-1.379324697,0.377432233,1531.8994819 +48,-1.534910498,0.7409641297,325,-1.379324697,0.377432233,1529.5822509 +49,-1.533145034,0.7409536636,325,-1.379324697,0.377432233,1527.5804052 +50,-1.538681336,0.7395405883,325,-1.379324697,0.377432233,1528.6530705 +51,-1.536999189,0.7395183096,325,-1.379324697,0.377432233,1526.6516344 +52,-1.534923633,0.7395144222,325,-1.379324697,0.377432233,1524.2928145 +53,-1.533267822,0.7395654306,325,-1.379324697,0.377432233,1522.6289038 +54,-1.53867273,0.7380151077,325,-1.379324697,0.377432233,1523.0857931 +55,-1.536980576,0.7379994392,325,-1.379324697,0.377432233,1521.0878439 +56,-1.534931522,0.7379944961,325,-1.379324697,0.377432233,1518.7439369 +57,-1.533387952,0.7379480264,325,-1.379324697,0.377432233,1516.8394404 +58,-1.538682279,0.7364914363,325,-1.379324697,0.377432233,1517.5495491 +59,-1.536980704,0.7364810563,325,-1.379324697,0.377432233,1515.5505566 +60,-1.534935567,0.7364752065,325,-1.379324697,0.377432233,1513.1964774 +61,-1.533042592,0.7363876366,325,-1.379324697,0.377432233,1510.7407073 +62,-1.545143426,0.7349628011,325,-1.379324697,0.377432233,1519.6388534 +63,-1.543105297,0.7349691947,325,-1.379324697,0.377432233,1517.2199785 +64,-1.541064533,0.7349647152,325,-1.379324697,0.377432233,1514.7849015 +65,-1.545411803,0.7334624714,325,-1.379324697,0.377432233,1514.5452464 +66,-1.543446606,0.7334780896,325,-1.379324697,0.377432233,1512.2320795 +67,-1.541475327,0.7334957295,325,-1.379324697,0.377432233,1509.9437342 +68,-1.545401939,0.731963266,325,-1.379324697,0.377432233,1509.123934 +69,-1.54342253,0.7319915583,325,-1.379324697,0.377432233,1506.8282339 +70,-1.541455867,0.7320216438,325,-1.379324697,0.377432233,1504.5795783 +71,-1.545410146,0.7304422281,325,-1.379324697,0.377432233,1503.6497242 +72,-1.543435491,0.7304713664,325,-1.379324697,0.377432233,1501.3510389 +73,-1.541463105,0.7304997613,325,-1.379324697,0.377432233,1499.0777172 +74,-1.545414768,0.7289194936,325,-1.379324697,0.377432233,1498.1690426 +75,-1.543435774,0.7289538557,325,-1.379324697,0.377432233,1495.8721178 +76,-1.541457714,0.7289765881,325,-1.379324697,0.377432233,1493.5598694 +77,-1.539449415,0.7320555866,325,-1.379324697,0.377432233,1502.3231613 +78,-1.537429183,0.7321097681,325,-1.379324697,0.377432233,1500.1506557 +79,-1.535472649,0.7321497267,325,-1.379324697,0.377432233,1498.0269198 +80,-1.539457899,0.7305333307,325,-1.379324697,0.377432233,1496.8096418 +81,-1.537453161,0.7305750503,325,-1.379324697,0.377432233,1494.5981676 +82,-1.535479385,0.7306124949,325,-1.379324697,0.377432233,1492.4336659 +83,-1.53946905,0.7290102593,325,-1.379324697,0.377432233,1491.3001733 +84,-1.537459922,0.7290417293,325,-1.379324697,0.377432233,1489.0344679 +85,-1.535451349,0.7290890157,325,-1.379324697,0.377432233,1486.8536991 +86,-1.535522937,0.7279887191,325,-1.379324697,0.377432233,1482.9331148 +87,-1.539442524,0.7274735939,325,-1.379324697,0.377432233,1485.7002755 +88,-1.537424111,0.727521351,325,-1.379324697,0.377432233,1483.471191 +89,-1.539384641,0.7259505092,325,-1.379324697,0.377432233,1480.1154136 +90,-1.537372391,0.7259947145,325,-1.379324697,0.377432233,1477.8696142 +91,-1.535340789,0.7260435356,325,-1.379324697,0.377432233,1475.6450487 +92,-1.539325716,0.7244369706,325,-1.379324697,0.377432233,1474.5670285 +93,-1.537308932,0.7244801057,325,-1.379324697,0.377432233,1472.3008357 +94,-1.535289068,0.7245247645,325,-1.379324697,0.377432233,1470.0639533 +95,-1.533261366,0.7245550236,325,-1.379324697,0.377432233,1467.7931306 +96,-1.539267302,0.722921924,325,-1.379324697,0.377432233,1469.0169924 +97,-1.537248972,0.7229660258,325,-1.379324697,0.377432233,1466.7412356 +98,-1.535219431,0.7229916471,325,-1.379324697,0.377432233,1464.4126428 +99,-1.53318962,0.7230212049,325,-1.379324697,0.377432233,1462.1257773 +100,-1.531154816,0.7230299897,325,-1.379324697,0.377432233,1459.7852846 +101,-1.528878341,0.7230370244,325,-1.379324697,0.377432233,1457.1896347 +102,-1.539218189,0.7214009878,325,-1.379324697,0.377432233,1463.4602463 +103,-1.537198791,0.7214422745,325,-1.379324697,0.377432233,1461.1615375 +104,-1.535179266,0.7214634354,325,-1.379324697,0.377432233,1458.8173072 +105,-1.533156501,0.7214944644,325,-1.379324697,0.377432233,1456.5326292 +106,-1.53113574,0.7215166021,325,-1.379324697,0.377432233,1454.2457356 +107,-1.528874248,0.7215345535,325,-1.379324697,0.377432233,1451.6944426 +108,-1.539217656,0.7198512397,325,-1.379324697,0.377432233,1457.8623816 +109,-1.537199919,0.7199428763,325,-1.379324697,0.377432233,1455.7354398 +110,-1.545425832,0.727397149,325,-1.379324697,0.377432233,1492.7017852 +111,-1.543371177,0.7273916949,325,-1.379324697,0.377432233,1490.1567264 +112,-1.541368852,0.7274523163,325,-1.379324697,0.377432233,1487.9408719 +113,-1.545349067,0.7258710923,325,-1.379324697,0.377432233,1487.1163161 +114,-1.54332671,0.7258603556,325,-1.379324697,0.377432233,1484.5805743 +115,-1.541346831,0.7259242142,325,-1.379324697,0.377432233,1482.3921473 +116,-1.545324355,0.7243383958,325,-1.379324697,0.377432233,1481.5751113 +117,-1.543292796,0.7243617413,325,-1.379324697,0.377432233,1479.1388579 +118,-1.541295822,0.7244024384,325,-1.379324697,0.377432233,1476.8345714 +119,-1.543193859,0.7205570215,325,-1.379324697,0.377432233,1465.3232306 +120,-1.550257047,0.7386738187,325,-1.379324697,0.377432233,1539.2268495 +121,-1.549335448,0.7311736483,325,-1.379324697,0.377432233,1511.1272657 +122,-1.533478843,0.7179891343,325,-1.379324697,0.377432233,1444.1790542 +123,-1.556150555,0.738907041,325,-1.379324697,0.377432233,1547.3708728 +124,-1.554324226,0.733414257,325,-1.379324697,0.377432233,1525.4236248 +125,-1.554290846,0.7288285332,325,-1.379324697,0.377432233,1509.0082863 +126,-1.55122487,0.7219795312,325,-1.379324697,0.377432233,1480.6292386 +127,-1.525104458,0.7229399862,325,-1.379324697,0.377432233,1452.5650045 +128,-1.519607711,0.7236181429,325,-1.379324697,0.377432233,1449.0214298 +129,-1.513899999,0.7251107854,325,-1.379324697,0.377432233,1448.5170357 +130,-1.536620762,0.7431061895,325,-1.379324697,0.377432233,1539.3330061 +131,-1.5369566,0.7460845958,325,-1.379324697,0.377432233,1550.6040194 +132,-1.545345528,0.7447040685,325,-1.379324697,0.377432233,1555.1456295 +133,-1.532813921,0.7432306626,325,-1.379324697,0.377432233,1535.5682828 +134,-1.554788248,0.7382381001,325,-1.379324697,0.377432233,1543.2675018 +135,-1.540348126,0.7301594274,325,-1.379324697,0.377432233,1496.512448 +136,-1.538016084,0.7239051786,325,-1.379324697,0.377432233,1471.064477 +137,-1.525288962,0.7258085137,325,-1.379324697,0.377432233,1463.3011459 +138,-1.534326986,0.731241342,325,-1.379324697,0.377432233,1493.3956612 +139,-1.530733872,0.7303625216,325,-1.379324697,0.377432233,1486.0914562 +141,-1.534354939,0.7328219978,325,-1.379324697,0.377432233,1499.195188 +142,-1.53157084,0.7292888153,325,-1.379324697,0.377432233,1483.1135997 +143,-1.525691035,0.7263799874,325,-1.379324697,0.377432233,1465.8460628 +144,-1.534031287,0.7495967835,325,-1.379324697,0.377432233,1560.2745659 +145,-1.527714986,0.7283095957,325,-1.379324697,0.377432233,1475.1807464 +146,-1.526189586,0.7271468292,325,-1.379324697,0.377432233,1469.2153083 +147,-1.555177336,0.7375563366,325,-1.379324697,0.377432233,1541.3148288 +148,-1.555080283,0.7312707794,325,-1.379324697,0.377432233,1518.7327049 +149,-1.53856994,0.7224180299,325,-1.379324697,0.377432233,1466.3494867 +150,-1.530837883,0.729933372,325,-1.379324697,0.377432233,1484.6387272 +151,-1.515066984,0.5854133365,325,-1.379324697,0.377432233,950.90038811 +152,-1.534731633,0.5368370046,325,-1.379324697,0.377432233,838.1735674 +153,-1.515231902,0.5607085576,325,-1.379324697,0.377432233,869.69678711 +154,-2.616253799,1.0684566605,325,-1.379324697,0.377432233,4285.2811704 +155,-1.956071439,0.5792177723,325,-1.379324697,0.377432233,2168.376669 +156,-1.951208514,0.5602434208,325,-1.379324697,0.377432233,2136.4492093 +157,-1.944675062,0.6062144545,325,-1.379324697,0.377432233,2159.1765998 +158,-1.613778386,0.6077989518,325,-1.379324697,0.377432233,1223.0825492 +159,-2.035029014,0.6021432345,325,-1.379324697,0.377432233,2441.4553468 +160,-2.114989471,0.6801825058,325,-1.379324697,0.377432233,2755.6404519 +161,-2.037382079,0.5765830025,325,-1.379324697,0.377432233,2431.0364736 +162,-2.129855121,0.6585019963,325,-1.379324697,0.377432233,2782.6589406 +163,-2.075141798,0.6493615843,325,-1.379324697,0.377432233,2606.890436 +164,-1.828626729,0.6948433129,325,-1.379324697,0.377432233,1967.312592 +165,-1.863329418,0.6735427691,325,-1.379324697,0.377432233,2017.8726935 +166,-1.266037071,0.727988852,325,-1.379324697,0.377432233,1438.9866604 +167,-1.277579582,0.7249010648,325,-1.379324697,0.377432233,1417.5929979 +168,-1.258418684,0.7241194816,325,-1.379324697,0.377432233,1431.3127858 +169,-1.317813974,0.6804850104,325,-1.379324697,0.377432233,1218.398112 +170,-1.344165204,0.6790988904,325,-1.379324697,0.377432233,1200.8474098 +171,-1.427582102,0.5277120351,325,-1.379324697,0.377432233,619.50554531 +172,-1.402238616,0.457167829,325,-1.379324697,0.377432233,326.54101201 +173,-1.422454264,0.4996161999,325,-1.379324697,0.377432233,508.03624115 +174,-1.439089277,0.4894859811,325,-1.379324697,0.377432233,493.02167887 +175,-1.448126995,0.5182330266,325,-1.379324697,0.377432233,609.273282 +176,-1.474626146,0.5881926574,325,-1.379324697,0.377432233,898.85247437 +177,-1.421139645,0.5584869783,325,-1.379324697,0.377432233,732.16157391 +178,-1.457037165,0.565943032,325,-1.379324697,0.377432233,795.19296711 +179,-2.757159358,0.3745319,325,-1.379324697,0.377432233,5011.9861575 +180,-2.714309238,0.342054471,325,-1.379324697,0.377432233,4897.2889861 +181,-2.000525337,0.774119946,325,-1.379324697,0.377432233,2560.9958707 +183,-1.571413436,0.6777838382,325,-1.379324697,0.377432233,1356.6904867 +184,-1.552860289,0.6987663893,325,-1.379324697,0.377432233,1400.6943978 +185,-1.521852374,0.7165827476,325,-1.379324697,0.377432233,1425.5895854 +186,-1.503656267,0.6928968252,325,-1.379324697,0.377432233,1318.2220333 +187,-1.502753178,0.7136205882,325,-1.379324697,0.377432233,1394.416987 +188,-1.631894563,0.7343596465,325,-1.379324697,0.377432233,1644.1425433 +189,-1.653765416,0.6770714026,325,-1.379324697,0.377432233,1508.7695402 +190,-1.719812114,0.6715965947,325,-1.379324697,0.377432233,1642.331123 +191,-1.493406659,0.6646955447,325,-1.379324697,0.377432233,1202.5578308 +192,-1.469120564,0.6613469966,325,-1.379324697,0.377432233,1165.6529994 +193,-1.590551461,0.5326612937,325,-1.379324697,0.377432233,969.79057562 +194,-1.625979264,0.5247742243,325,-1.379324697,0.377432233,1053.8437477 +195,-1.572293943,0.5238808754,325,-1.379324697,0.377432233,898.98403461 +196,-1.610848725,0.5477107964,325,-1.379324697,0.377432233,1060.6588431 +197,-1.208485554,0.7918526018,325,-1.379324697,0.377432233,1732.6669019 +198,-1.335601374,0.6869083083,325,-1.379324697,0.377432233,1234.7377375 +199,-1.346156996,0.6825213377,325,-1.379324697,0.377432233,1213.6788457 +200,-1.324381037,0.6741422347,325,-1.379324697,0.377432233,1190.0257626 +201,-1.242424992,0.7378949807,325,-1.379324697,0.377432233,1498.3967739 +202,-1.270370057,0.7392461008,325,-1.379324697,0.377432233,1478.0558879 +203,-1.448950472,0.7441675014,325,-1.379324697,0.377432233,1470.8334544 +204,-1.492662363,0.7523026852,325,-1.379324697,0.377432233,1531.2794697 +205,-1.479098966,0.7763855017,325,-1.379324697,0.377432233,1613.5562212 +206,-1.633760714,0.7869022408,325,-1.379324697,0.377432233,1820.7334282 +207,-1.647406434,0.8101289331,325,-1.379324697,0.377432233,1918.7764175 +208,-1.564245052,0.5701509278,325,-1.379324697,0.377432233,1002.4615001 +209,-1.646289963,0.6833746083,325,-1.379324697,0.377432233,1511.9689906 +210,-1.5820631,0.6751952144,325,-1.379324697,0.377432233,1365.8685211 +211,-1.613236298,0.6681681791,325,-1.379324697,0.377432233,1400.2780647 +212,-1.914661867,0.8212566515,325,-1.379324697,0.377432233,2451.5207986 +213,-1.742133237,0.7250275956,325,-1.379324697,0.377432233,1832.310088 +214,-2.033144872,0.6557314699,325,-1.379324697,0.377432233,2485.0540723 +215,-2.039551981,0.6964723658,325,-1.379324697,0.377432233,2551.0355455 +216,-1.247341019,0.7622473908,325,-1.379324697,0.377432233,1584.8165666 +217,-1.298239787,0.7084123392,325,-1.379324697,0.377432233,1338.9959736 +218,-1.308539688,0.6926545592,325,-1.379324697,0.377432233,1271.2849556 +219,-1.303263185,0.6888938396,325,-1.379324697,0.377432233,1260.241441 +220,-1.852400229,0.6004246149,325,-1.379324697,0.377432233,1866.6419781 +221,-1.288947707,0.7473773692,325,-1.379324697,0.377432233,1495.5420616 +222,-1.372031502,0.7472790993,325,-1.379324697,0.377432233,1465.1621531 +223,-1.289805721,0.7242157877,325,-1.379324697,0.377432233,1405.7425201 +224,-1.350807603,0.7533498126,325,-1.379324697,0.377432233,1491.9811806 +225,-1.329290365,0.7560442322,325,-1.379324697,0.377432233,1508.7264608 +226,-1.410153004,0.616936428,325,-1.379324697,0.377432233,954.67335729 +227,-1.393445434,0.6308995063,325,-1.379324697,0.377432233,1005.1653173 +228,-1.37595573,0.6241540638,325,-1.379324697,0.377432233,977.33459877 +229,-1.358388707,0.6172645205,325,-1.379324697,0.377432233,952.74198254 +230,-1.753741133,0.8281661666,325,-1.379324697,0.377432233,2147.6440178 +231,-1.47430987,0.6834615681,325,-1.379324697,0.377432233,1254.1967144 +232,-1.421012508,0.7222725206,325,-1.379324697,0.377432233,1372.9953443 +233,-1.4476833,0.6978557868,325,-1.379324697,0.377432233,1289.954882 +234,-1.470370723,0.6966193374,325,-1.379324697,0.377432233,1301.0629 +235,-1.429211703,0.7037216883,325,-1.379324697,0.377432233,1303.28539 +236,-1.700578405,0.6178673663,325,-1.379324697,0.377432233,1464.0225923 +237,-1.678117619,0.6331716163,325,-1.379324697,0.377432233,1444.1200134 +238,-1.725644578,0.6316331145,325,-1.379324697,0.377432233,1561.2580709 +239,-2.14012759,0.7930497945,325,-1.379324697,0.377432233,2951.340678 +240,-2.103289431,0.7653606263,325,-1.379324697,0.377432233,2817.2099254 +241,-1.318739838,0.7017808746,325,-1.379324697,0.377432233,1300.8368556 +242,-1.396417427,0.7077900843,325,-1.379324697,0.377432233,1309.8067569 +243,-1.35650337,0.7185539404,325,-1.379324697,0.377432233,1353.3388888 +244,-1.248884539,0.7274156818,325,-1.379324697,0.377432233,1452.8927966 +245,-1.395014798,0.5761185243,325,-1.379324697,0.377432233,788.9196522 +246,-1.433377362,0.6064716109,325,-1.379324697,0.377432233,926.48645997 +247,-1.408172432,0.5903155476,325,-1.379324697,0.377432233,849.23387489 +248,-1.749645898,0.7757118084,325,-1.379324697,0.377432233,1987.4501567 +249,-1.571626686,0.615046989,325,-1.379324697,0.377432233,1153.3515926 +250,-1.514070049,0.6303003037,325,-1.379324697,0.377432233,1104.2518785 +251,-1.480890369,0.6237966528,325,-1.379324697,0.377432233,1037.1213128 +252,-1.704390658,0.5281680612,325,-1.379324697,0.377432233,1300.1639479 +253,-1.64434733,0.5254277498,325,-1.379324697,0.377432233,1110.0084458 +254,-1.703855997,0.4792484842,325,-1.379324697,0.377432233,1235.3044526 +255,-1.692002383,0.5748825051,325,-1.379324697,0.377432233,1346.8977235 +256,-1.854136457,0.5544643913,325,-1.379324697,0.377432233,1814.106213 +257,-1.665021206,0.520317736,325,-1.379324697,0.377432233,1164.2309615 +258,-1.733654349,0.4845187345,325,-1.379324697,0.377432233,1341.7945201 +259,-1.720938188,0.5135933906,325,-1.379324697,0.377432233,1332.3815897 +260,-1.742668307,0.553296122,325,-1.379324697,0.377432233,1458.8443993 +261,-1.965659039,0.7142126903,325,-1.379324697,0.377432233,2368.4151853 +262,-1.944438071,0.6772834804,325,-1.379324697,0.377432233,2251.5146337 +263,-1.270340967,0.7681487096,325,-1.379324697,0.377432233,1588.3737328 +264,-1.353091884,0.6549276821,325,-1.379324697,0.377432233,1102.8212687 +265,-1.333236659,0.6413584414,325,-1.379324697,0.377432233,1057.3548671 +266,-1.352015998,0.6753788907,325,-1.379324697,0.377432233,1183.8114371 +267,-1.377988483,0.6577816235,325,-1.379324697,0.377432233,1110.4733375 +268,-2.13075611,0.8318642051,325,-1.379324697,0.377432233,2981.0658764 +269,-2.097910953,0.8259670014,325,-1.379324697,0.377432233,2890.9360513 +270,-1.416382069,0.6694271549,325,-1.379324697,0.377432233,1163.45869 +271,-1.538905672,0.7535625993,325,-1.379324697,0.377432233,1580.1403417 +272,-1.572309477,0.7803125099,325,-1.379324697,0.377432233,1715.4914561 +273,-1.87759879,0.7503853417,325,-1.379324697,0.377432233,2208.2598291 +274,1.152365588,0.590457682,325,-1.379324697,0.377432233,7972.9623331 +275,0.350198001,0.718001859,325,-1.379324697,0.377432233,5698.3741721 +276,0.046513677,0.491503852,325,-1.379324697,0.377432233,5046.8929249 +277,0.027510309,0.742571376,325,-1.379324697,0.377432233,4759.0184383 +278,0.306285725,-0.214631579,325,-1.379324697,0.377432233,6949.0746445 +279,-1.100564889,0.318051531,325,-1.379324697,0.377432233,1063.7991758 +280,-1.078582306,0.301437596,325,-1.379324697,0.377432233,1162.0891294 +281,-1.137371989,-0.617634065,325,-1.379324697,0.377432233,4044.8384595 +282,0.784356344,0.703272339,325,-1.379324697,0.377432233,6849.7741953 +283,-1.221209947,0.218327455,325,-1.379324697,0.377432233,868.67083042 +284,2.347301921,-0.449114658,325,-1.379324697,0.377432233,10308.406627 +285,0.246820618,0.830553713,325,-1.379324697,0.377432233,5272.497116 +286,0.829414965,0.703288228,325,-1.379324697,0.377432233,6954.6014056 +287,-1.337537566,0.42332223,325,-1.379324697,0.377432233,237.2090463 +288,0.882453706,0.454478077,325,-1.379324697,0.377432233,7725.375923 +289,1.575629659,0.416419109,325,-1.379324697,0.377432233,9218.2003354 +290,-1.039455679,0.229888244,325,-1.379324697,0.377432233,1409.4320292 +291,0.489558039,0.934482747,325,-1.379324697,0.377432233,5688.8628239 +292,0.081344504,0.88384514,325,-1.379324697,0.377432233,4806.6906218 +293,-1.547979814,0.300350308,325,-1.379324697,0.377432233,699.86171143 +294,0.040776181,0.168560074,325,-1.379324697,0.377432233,5426.7404691 +295,-1.130374745,0.563894876,325,-1.379324697,0.377432233,1145.9061062 +296,1.578326642,0.478507176,325,-1.379324697,0.377432233,8981.0280436 +297,-1.12861823,-0.291640865,325,-1.379324697,0.377432233,2823.2300233 +298,0.310524208,0.770885792,325,-1.379324697,0.377432233,5514.7529553 +299,0.415649091,-0.387246002,325,-1.379324697,0.377432233,7556.2395515 +300,-0.926533878,-0.188022748,325,-1.379324697,0.377432233,2848.8388929 +301,1.258856172,-0.11716081,325,-1.379324697,0.377432233,10259.697 +302,-1.126050026,0.322941926,325,-1.379324697,0.377432233,966.28608393 +303,2.002785835,0.07893892,325,-1.379324697,0.377432233,10409.481706 +304,0.440437607,0.746258085,325,-1.379324697,0.377432233,5896.701681 +305,-0.030391866,0.214441206,325,-1.379324697,0.377432233,5104.832732 +306,0.521557815,-0.058929362,325,-1.379324697,0.377432233,7522.5647793 +307,-0.097005111,0.13317729,325,-1.379324697,0.377432233,4969.0209531 +308,1.83113859,0.221857587,325,-1.379324697,0.377432233,10055.006927 +309,0.222428864,0.099404236,325,-1.379324697,0.377432233,6190.4657985 +310,-1.702731345,0.8728568183,325,-1.379324697,0.377432233,2206.6406627 +311,-0.418507569,0.278324921,325,-1.379324697,0.377432233,3606.7978432 +312,-1.41153306,0.339029988,325,-1.379324697,0.377432233,193.41747413 +313,0.357560442,0.114788776,325,-1.379324697,0.377432233,6660.3803674 +314,0.325818979,0.268352149,325,-1.379324697,0.377432233,6310.4398947 +315,-1.246004659,-0.663679965,325,-1.379324697,0.377432233,4153.6071719 +316,1.814603087,0.637404484,325,-1.379324697,0.377432233,8419.312042 +317,1.843704281,-0.18300445,325,-1.379324697,0.377432233,11613.904164 +318,1.690644492,-0.211480909,325,-1.379324697,0.377432233,11732.810462 +319,-1.275451936,0.068109467,325,-1.379324697,0.377432233,1288.6852842 +320,0.762430171,-0.207594741,325,-1.379324697,0.377432233,8612.5924402 +321,0.265668905,-0.014647884,325,-1.379324697,0.377432233,6516.5068411 +322,-2.773032013,-0.335515811,325,-1.379324697,0.377432233,6090.032156 +323,-1.469512853,0.174058777,325,-1.379324697,0.377432233,875.54320303 +324,0.286276986,0.785925691,325,-1.379324697,0.377432233,5430.2553254 +325,-1.379324697,0.377432233,325,-1.379324697,0.377432233,0 +326,-1.203778265,0.212813032,325,-1.379324697,0.377432233,930.80449326 +327,0.579916301,0.611743168,325,-1.379324697,0.377432233,6525.597459 +328,0.267582642,0.868113908,325,-1.379324697,0.377432233,5280.0549952 +329,0.412869244,-0.050245578,325,-1.379324697,0.377432233,7110.2339802 +330,0.17524381,0.976660285,325,-1.379324697,0.377432233,4957.501509 +331,0.743157214,0.204812899,325,-1.379324697,0.377432233,7861.0006454 +332,-1.070758176,0.269382282,325,-1.379324697,0.377432233,1234.2257744 +333,-1.230364251,0.329790229,325,-1.379324697,0.377432233,584.68176527 +334,-1.374813124,-0.024926835,325,-1.379324697,0.377432233,1593.8399335 +335,0.519780566,0.463669906,325,-1.379324697,0.377432233,6631.7394996 +336,-1.55108034,0.239698561,325,-1.379324697,0.377432233,846.65777954 +337,0.180294813,0.029739425,325,-1.379324697,0.377432233,6137.3754022 +338,0.67820924,0.268170153,325,-1.379324697,0.377432233,7518.9589026 +339,0.445798684,1.024001867,325,-1.379324697,0.377432233,5451.8506759 +340,0.691751283,0.150521402,325,-1.379324697,0.377432233,7789.9343048 +341,-1.036643551,-0.903056181,325,-1.379324697,0.377432233,5209.6867599 +342,-0.120287036,1.083325163,325,-1.379324697,0.377432233,4332.3005695 +343,2.823513113,-0.304487164,325,-1.379324697,0.377432233,8495.9468427 +344,0.457583172,1.12513373,325,-1.379324697,0.377432233,5314.2310813 +345,0.042918831,0.813795399,325,-1.379324697,0.377432233,4753.1216338 +346,1.196146777,-0.853142756,325,-1.379324697,0.377432233,9852.9355189 +347,0.206001358,-0.010430701,325,-1.379324697,0.377432233,6290.6503912 +348,-0.268308653,0.234799412,325,-1.379324697,0.377432233,4207.440435 +349,0.759363263,0.736189579,325,-1.379324697,0.377432233,6710.5850785 +350,0.181363926,0.891988372,325,-1.379324697,0.377432233,5045.1545495 +351,-0.021111158,0.139103292,325,-1.379324697,0.377432233,5240.1114876 +352,-0.093355215,0.630686981,325,-1.379324697,0.377432233,4468.8020044 +353,0.40118964,0.681375926,325,-1.379324697,0.377432233,5897.5148296 +354,-0.721197315,1.304706234,325,-1.379324697,0.377432233,3920.1080699 +355,-1.076150317,0.212107639,325,-1.379324697,0.377432233,1320.7956173 +356,-1.577164531,0.273993443,325,-1.379324697,0.377432233,847.49398405 +357,-0.190788414,0.182208586,325,-1.379324697,0.377432233,4558.1242129 +358,-0.261349752,0.209710184,325,-1.379324697,0.377432233,4263.5325705 +359,-1.029303852,0.083549259,325,-1.379324697,0.377432233,1777.8073052 +360,-1.268609162,0.330525297,325,-1.379324697,0.377432233,451.29742034 +361,1.282982244,-0.926641967,325,-1.379324697,0.377432233,9829.8698527 +362,0.217352334,0.731352408,325,-1.379324697,0.377432233,5309.861979 +363,-1.511833084,0.258629297,325,-1.379324697,0.377432233,685.25042579 +364,0.338812194,0.823184618,325,-1.379324697,0.377432233,5515.2458974 +365,-0.324406489,1.134201999,325,-1.379324697,0.377432233,4019.2155435 +366,1.389579348,0.399185724,325,-1.379324697,0.377432233,9048.1236624 +367,2.047152199,-0.039082036,325,-1.379324697,0.377432233,10711.375287 +368,0.947780369,0.568250077,325,-1.379324697,0.377432233,7593.3396853 +369,0.763824846,0.576754987,325,-1.379324697,0.377432233,7104.9139424 +370,-0.142334657,0.928153068,325,-1.379324697,0.377432233,4249.8560859 +371,0.610266567,0.547265983,325,-1.379324697,0.377432233,6742.5343101 +372,0.210731629,0.746815056,325,-1.379324697,0.377432233,5273.2971244 +373,-1.34931644,0.316895224,325,-1.379324697,0.377432233,264.54735401 +374,2.407696481,0.655030745,325,-1.379324697,0.377432233,7699.3735987 +375,0.64207831,0.545359131,325,-1.379324697,0.377432233,6838.2097009 +376,1.174597538,0.840588356,325,-1.379324697,0.377432233,7187.9617582 +377,0.660059424,0.010604079,325,-1.379324697,0.377432233,7920.9555624 +378,-0.730263819,0.010486456,325,-1.379324697,0.377432233,2896.1119054 +379,0.831068936,0.512339172,325,-1.379324697,0.377432233,7441.0869293 +380,1.301180979,0.72367476,325,-1.379324697,0.377432233,7765.3061802 +381,1.811128231,0.322854402,325,-1.379324697,0.377432233,9663.5526739 +382,0.435105812,0.992284428,325,-1.379324697,0.377432233,5481.0657989 +383,0.62643634,0.592027932,325,-1.379324697,0.377432233,6695.9744418 +384,0.492988703,-0.516339467,325,-1.379324697,0.377432233,7947.6314847 +385,-0.162469483,0.112549365,325,-1.379324697,0.377432233,4756.6153621 +386,0.314630866,0.472006421,325,-1.379324697,0.377432233,5960.9078922 +387,0.166744804,0.822815954,325,-1.379324697,0.377432233,5073.8951741 +388,0.417159608,0.965805736,325,-1.379324697,0.377432233,5485.6726824 +389,0.106334961,0.868774244,325,-1.379324697,0.377432233,4879.5957898 +390,0.815086969,-0.338144359,325,-1.379324697,0.377432233,8943.9743031 +391,0.59867455,-0.230624824,325,-1.379324697,0.377432233,8038.2957557 +392,1.915104874,0.066220985,325,-1.379324697,0.377432233,10589.263771 +393,1.278093622,0.064463721,325,-1.379324697,0.377432233,9877.2623001 +394,-0.061477853,0.302997961,325,-1.379324697,0.377432233,4881.3785487 +395,0.251311504,0.626976942,325,-1.379324697,0.377432233,5540.4516007 +396,2.950242872,0.149095644,325,-1.379324697,0.377432233,7381.7755543 +397,-0.180294708,0.35375117,325,-1.379324697,0.377432233,4397.6427515 +398,1.010448592,-0.351180233,325,-1.379324697,0.377432233,9668.241641 +399,-1.748740498,0.3686318073,325,-1.379324697,0.377432233,1362.0214961 +400,2.699635665,0.123533791,325,-1.379324697,0.377432233,8298.8515821 +401,0.496808033,0.823843254,325,-1.379324697,0.377432233,5902.506188 +402,0.129574704,0.763364087,325,-1.379324697,0.377432233,5030.2424499 +403,1.798920311,0.817447563,325,-1.379324697,0.377432233,7709.1110152 +404,0.335987953,0.746786541,325,-1.379324697,0.377432233,5617.1469366 +405,-1.085413643,0.292154671,325,-1.379324697,0.377432233,1149.4121876 +406,-0.155321003,0.508207011,325,-1.379324697,0.377432233,4349.2482747 +407,0.620529244,-0.301175104,325,-1.379324697,0.377432233,8198.9163942 +408,1.684402744,0.368716966,325,-1.379324697,0.377432233,9473.0522176 +409,0.300582244,-0.386397212,325,-1.379324697,0.377432233,7151.9728024 +410,2.913555946,-0.009225192,325,-1.379324697,0.377432233,7774.587484 +411,1.465101417,0.493232532,325,-1.379324697,0.377432233,8812.7374237 +412,0.090612882,0.907955955,325,-1.379324697,0.377432233,4813.6390116 +413,2.987564726,-0.729568594,325,-1.379324697,0.377432233,8206.5502034 +414,-1.484261606,0.224149272,325,-1.379324697,0.377432233,725.14040422 +415,0.164073421,0.303955133,325,-1.379324697,0.377432233,5687.1494267 +416,0.141441293,0.167552546,325,-1.379324697,0.377432233,5796.0936797 +417,2.931321023,-0.506718887,325,-1.379324697,0.377432233,8280.7209045 +418,2.21951565,0.700596356,325,-1.379324697,0.377432233,7852.2091212 +419,0.268112576,1.199114336,325,-1.379324697,0.377432233,4942.0732604 +420,0.978913739,0.359223811,325,-1.379324697,0.377432233,8237.0450991 +421,1.210898818,0.522863584,325,-1.379324697,0.377432233,8305.1572977 +422,2.347397336,0.129231362,325,-1.379324697,0.377432233,9411.5429306 +423,0.614394501,0.556878345,325,-1.379324697,0.377432233,6734.7496062 +424,-1.398079356,0.148483366,325,-1.379324697,0.377432233,909.68405274 +425,2.535303836,-0.112984496,325,-1.379324697,0.377432233,9308.3865468 +426,-1.019372593,-0.405322349,325,-1.379324697,0.377432233,3397.1067789 +427,-1.297785627,-0.160104069,325,-1.379324697,0.377432233,2152.6527167 +428,2.144554488,0.205051084,325,-1.379324697,0.377432233,9699.29091 +429,-2.242387083,-0.426171285,325,-1.379324697,0.377432233,4600.7585767 +430,0.338637212,0.909723676,325,-1.379324697,0.377432233,5395.1952019 +431,-0.148798452,0.691042401,325,-1.379324697,0.377432233,4266.069511 +432,0.893524764,0.441829531,325,-1.379324697,0.377432233,7787.7704245 +433,0.969229347,-0.368847936,325,-1.379324697,0.377432233,9529.3538405 +434,0.436043248,0.800045688,325,-1.379324697,0.377432233,5795.0420558 +435,1.687946607,1.081504775,325,-1.379324697,0.377432233,6660.1917645 +436,0.522302046,-0.034889271,325,-1.379324697,0.377432233,7489.7368449 +437,-0.178996113,-0.438090009,325,-1.379324697,0.377432233,5631.7423412 +438,-1.094339566,0.301444068,325,-1.379324697,0.377432233,1105.4285615 +439,-1.064070054,0.242569932,325,-1.379324697,0.377432233,1302.1701487 +440,-1.068153768,0.230387998,325,-1.379324697,0.377432233,1310.771909 +441,-3.00496892,-0.23989155,325,-1.379324697,0.377432233,6766.554348 +442,0.21751974,0.766874888,325,-1.379324697,0.377432233,5268.8999409 +443,0.117229532,0.007619006,325,-1.379324697,0.377432233,5937.4425467 +444,0.777758451,0.420554741,325,-1.379324697,0.377432233,7508.1733349 +445,-0.252356999,0.250747086,325,-1.379324697,0.377432233,4247.2383121 +446,0.363148444,0.768483434,325,-1.379324697,0.377432233,5657.6777982 +447,0.903191366,-0.118210676,325,-1.379324697,0.377432233,9005.895002 +448,-0.205755923,0.149406178,325,-1.379324697,0.377432233,4546.482452 +449,1.811996086,0.02364353,325,-1.379324697,0.377432233,10843.57151 +450,-1.100670221,0.314845373,325,-1.379324697,0.377432233,1066.863821 +451,0.340078597,0.850105132,325,-1.379324697,0.377432233,5480.5814552 +452,0.258757267,0.804969236,325,-1.379324697,0.377432233,5333.8916211 +453,2.78505352,-0.155160804,325,-1.379324697,0.377432233,8460.0710836 +454,0.800551619,0.105822106,325,-1.379324697,0.377432233,8250.0523732 +455,0.437940882,-0.506194031,325,-1.379324697,0.377432233,7753.2860349 +456,2.230431122,0.63458615,325,-1.379324697,0.377432233,8068.9917162 +457,0.527965361,0.127667701,325,-1.379324697,0.377432233,7253.582306 +458,-0.063643205,0.702093448,325,-1.379324697,0.377432233,4517.622013 +459,1.408447268,0.133010502,325,-1.379324697,0.377432233,9998.7806871 +460,0.523795955,0.280266966,325,-1.379324697,0.377432233,6977.1150995 +461,-0.975769313,0.072177659,325,-1.379324697,0.377432233,1966.3501233 +462,0.549774164,-0.463663986,325,-1.379324697,0.377432233,8099.2273669 +463,0.29245874,1.095549818,325,-1.379324697,0.377432233,5077.9485803 +464,0.143625958,0.816809593,325,-1.379324697,0.377432233,5018.835854 +465,0.671902494,0.611159853,325,-1.379324697,0.377432233,6779.8492472 +466,1.239840988,0.6724199,325,-1.379324697,0.377432233,7854.9319772 +467,0.607829703,-0.10932137,325,-1.379324697,0.377432233,7912.3490871 +468,1.763020906,0.263996692,325,-1.379324697,0.377432233,9903.1468449 +469,0.378714634,0.726066797,325,-1.379324697,0.377432233,5764.2890751 +470,2.196736143,-0.153862366,325,-1.379324697,0.377432233,10566.474762 +471,0.01702415,0.148991565,325,-1.379324697,0.377432233,5366.5860354 +472,-2.998490902,-0.158002487,325,-1.379324697,0.377432233,6628.1445453 +473,-3.051262951,-0.346595608,325,-1.379324697,0.377432233,7074.0425777 +474,-1.069176439,0.182802941,325,-1.379324697,0.377432233,1407.7663058 +475,0.167157509,0.595344954,325,-1.379324697,0.377432233,5321.4401981 +476,0.613855648,0.681746124,325,-1.379324697,0.377432233,6474.2852416 +477,1.037012736,0.682555367,325,-1.379324697,0.377432233,7459.3339705 +478,-1.253574971,0.379755746,325,-1.379324697,0.377432233,462.87184587 +479,3.108590453,-0.132620738,325,-1.379324697,0.377432233,7238.5123629 +480,0.565301296,0.022333262,325,-1.379324697,0.377432233,7558.9118943 +481,0.547898238,0.855555614,325,-1.379324697,0.377432233,5962.2945967 +482,0.948309381,0.417393755,325,-1.379324697,0.377432233,8000.5764876 +483,-0.050600732,0.945269213,325,-1.379324697,0.377432233,4464.6479864 +484,-0.977651478,-0.572363064,325,-1.379324697,0.377432233,4057.4607904 +485,1.102014914,0.728861163,325,-1.379324697,0.377432233,7438.1377278 +486,2.927300795,-0.282939414,325,-1.379324697,0.377432233,8094.0361766 +487,-1.154565557,0.124434095,325,-1.379324697,0.377432233,1320.2324274 +488,1.855331234,0.291044755,325,-1.379324697,0.377432233,9771.4799505 +489,0.830290659,0.276904518,325,-1.379324697,0.377432233,7993.1662742 +490,0.485104466,-0.234867441,325,-1.379324697,0.377432233,7627.4262178 +491,0.521367572,-0.33161327,325,-1.379324697,0.377432233,7872.3645805 +1,-1.539031704,0.7349710123,326,-1.203778265,0.212813032,2369.2948069 +2,-1.536990553,0.7349663874,326,-1.203778265,0.212813032,2365.8623487 +3,-1.534951779,0.7349571355,326,-1.203778265,0.212813032,2362.4344581 +4,-1.532906461,0.7349480293,326,-1.203778265,0.212813032,2359.0119086 +5,-1.531320211,0.7346937278,326,-1.203778265,0.212813032,2355.5579071 +6,-1.539451648,0.7335131775,326,-1.203778265,0.212813032,2365.2637948 +7,-1.537429487,0.7335445708,326,-1.203778265,0.212813032,2361.9666509 +8,-1.535484998,0.7335658704,326,-1.203778265,0.212813032,2358.782216 +9,-1.533488396,0.7336036027,326,-1.203778265,0.212813032,2355.5795713 +10,-1.531497785,0.7335842962,326,-1.203778265,0.212813032,2352.2157865 +11,-1.530259379,0.7334777758,326,-1.203778265,0.212813032,2349.820668 +12,-1.5335454,0.7322346912,326,-1.203778265,0.212813032,2351.2019611 +13,-1.531489083,0.7322238773,326,-1.203778265,0.212813032,2347.7469601 +14,-1.530011122,0.7321679851,326,-1.203778265,0.212813032,2345.11591 +15,-1.53348106,0.7306614094,326,-1.203778265,0.212813032,2345.9586666 +16,-1.531441779,0.7306962275,326,-1.203778265,0.212813032,2342.6703473 +17,-1.529755654,0.7306933243,326,-1.203778265,0.212813032,2339.860142 +18,-1.533415048,0.7291384674,326,-1.203778265,0.212813032,2340.8806743 +19,-1.531392093,0.7291705353,326,-1.203778265,0.212813032,2337.6000352 +20,-1.529296523,0.7291214933,326,-1.203778265,0.212813032,2333.9493774 +21,-1.535280942,0.727267644,326,-1.203778265,0.212813032,2337.9333526 +22,-1.533378158,0.7276139666,326,-1.203778265,0.212813032,2335.8503213 +23,-1.531340368,0.7276446587,326,-1.203778265,0.212813032,2332.5295748 +24,-1.528960113,0.7276398177,326,-1.203778265,0.212813032,2328.538463 +25,-1.533313146,0.7260818349,326,-1.203778265,0.212813032,2330.7517205 +26,-1.531259555,0.7260958115,326,-1.203778265,0.212813032,2327.3391858 +27,-1.528926415,0.7260865555,326,-1.203778265,0.212813032,2323.3999936 +28,-1.531226779,0.7245511789,326,-1.203778265,0.212813032,2322.2472111 +29,-1.528904772,0.7245519194,326,-1.203778265,0.212813032,2318.3468051 +30,-1.547195875,0.7409785979,326,-1.203778265,0.212813032,2402.5147385 +31,-1.5451475,0.740980426,326,-1.203778265,0.212813032,2399.0721701 +32,-1.543097679,0.7409798872,326,-1.203778265,0.212813032,2395.6350433 +33,-1.540720364,0.7409892687,326,-1.203778265,0.212813032,2391.7009158 +34,-1.547188511,0.7395198392,326,-1.203778265,0.212813032,2397.7864995 +35,-1.545148587,0.7395226109,326,-1.203778265,0.212813032,2394.3507276 +36,-1.543104538,0.7395314908,326,-1.203778265,0.212813032,2390.9433211 +37,-1.540727751,0.7395306258,326,-1.203778265,0.212813032,2386.9645451 +38,-1.547187029,0.7380014886,326,-1.203778265,0.212813032,2392.8798522 +39,-1.545147315,0.7380012252,326,-1.203778265,0.212813032,2389.423653 +40,-1.54310719,0.7380060743,326,-1.203778265,0.212813032,2385.9987751 +41,-1.540719671,0.7380068206,326,-1.203778265,0.212813032,2381.9944772 +42,-1.547187189,0.7364799098,326,-1.203778265,0.212813032,2387.9700128 +43,-1.545149996,0.7364853874,326,-1.203778265,0.212813032,2384.5256282 +44,-1.543106091,0.7364823484,326,-1.203778265,0.212813032,2381.0578224 +45,-1.540717158,0.7364893901,326,-1.203778265,0.212813032,2377.0587514 +46,-1.538663972,0.7410138672,326,-1.203778265,0.212813032,2388.368829 +47,-1.53695285,0.7409699132,326,-1.203778265,0.212813032,2385.3978949 +48,-1.534910498,0.7409641297,326,-1.203778265,0.212813032,2382.0185944 +49,-1.533145034,0.7409536636,326,-1.203778265,0.212813032,2379.0921343 +50,-1.538681336,0.7395405883,326,-1.203778265,0.212813032,2383.590653 +51,-1.536999189,0.7395183096,326,-1.203778265,0.212813032,2380.7296676 +52,-1.534923633,0.7395144222,326,-1.203778265,0.212813032,2377.2912105 +53,-1.533267822,0.7395654306,326,-1.203778265,0.212813032,2374.7372783 +54,-1.53867273,0.7380151077,326,-1.203778265,0.212813032,2378.6033216 +55,-1.536980576,0.7379994392,326,-1.203778265,0.212813032,2375.7384216 +56,-1.534931522,0.7379944961,326,-1.203778265,0.212813032,2372.3294109 +57,-1.533387952,0.7379480264,326,-1.203778265,0.212813032,2369.631768 +58,-1.538682279,0.7364914363,326,-1.203778265,0.212813032,2373.6564827 +59,-1.536980704,0.7364810563,326,-1.203778265,0.212813032,2370.7840583 +60,-1.534935567,0.7364752065,326,-1.203778265,0.212813032,2367.3676668 +61,-1.533042592,0.7363876366,326,-1.203778265,0.212813032,2363.9504637 +62,-1.545143426,0.7349628011,326,-1.203778265,0.212813032,2379.5945232 +63,-1.543105297,0.7349691947,326,-1.203778265,0.212813032,2376.1560363 +64,-1.541064533,0.7349647152,326,-1.203778265,0.212813032,2372.693453 +65,-1.545411803,0.7334624714,326,-1.203778265,0.212813032,2375.208958 +66,-1.543446606,0.7334780896,326,-1.203778265,0.212813032,2371.9113066 +67,-1.541475327,0.7334957295,326,-1.203778265,0.212813032,2368.6245828 +68,-1.545401939,0.731963266,326,-1.203778265,0.212813032,2370.3578618 +69,-1.54342253,0.7319915583,326,-1.203778265,0.212813032,2367.0664125 +70,-1.541455867,0.7320216438,326,-1.203778265,0.212813032,2363.8174905 +71,-1.545410146,0.7304422281,326,-1.203778265,0.212813032,2365.4718175 +72,-1.543435491,0.7304713664,326,-1.203778265,0.212813032,2362.1802932 +73,-1.541463105,0.7304997613,326,-1.203778265,0.212813032,2358.9052777 +74,-1.545414768,0.7289194936,326,-1.203778265,0.212813032,2360.5787938 +75,-1.543435774,0.7289538557,326,-1.203778265,0.212813032,2357.2857357 +76,-1.541457714,0.7289765881,326,-1.203778265,0.212813032,2353.9719045 +77,-1.539449415,0.7320555866,326,-1.203778265,0.212813032,2360.5288199 +78,-1.537429183,0.7321097681,326,-1.203778265,0.212813032,2357.2984876 +79,-1.535472649,0.7321497267,326,-1.203778265,0.212813032,2354.1447464 +80,-1.539457899,0.7305333307,326,-1.203778265,0.212813032,2355.6064535 +81,-1.537453161,0.7305750503,326,-1.203778265,0.212813032,2352.3506071 +82,-1.535479385,0.7306124949,326,-1.203778265,0.212813032,2349.1487444 +83,-1.53946905,0.7290102593,326,-1.203778265,0.212813032,2350.6905567 +84,-1.537459922,0.7290417293,326,-1.203778265,0.212813032,2347.382894 +85,-1.535451349,0.7290890157,326,-1.203778265,0.212813032,2344.1434512 +86,-1.535522937,0.7279887191,326,-1.203778265,0.212813032,2340.686225 +87,-1.539442524,0.7274735939,326,-1.203778265,0.212813032,2345.67102 +88,-1.537424111,0.727521351,326,-1.203778265,0.212813032,2342.3894571 +89,-1.539384641,0.7259505092,326,-1.203778265,0.212813032,2340.6460482 +90,-1.537372391,0.7259947145,326,-1.203778265,0.212813032,2337.3527449 +91,-1.535340789,0.7260435356,326,-1.203778265,0.212813032,2334.0577323 +92,-1.539325716,0.7244369706,326,-1.203778265,0.212813032,2335.6540717 +93,-1.537308932,0.7244801057,326,-1.203778265,0.212813032,2332.3389136 +94,-1.535289068,0.7245247645,326,-1.203778265,0.212813032,2329.0396623 +95,-1.533261366,0.7245550236,326,-1.203778265,0.212813032,2325.6966528 +96,-1.539267302,0.722921924,326,-1.203778265,0.212813032,2330.6620212 +97,-1.537248972,0.7229660258,326,-1.203778265,0.212813032,2327.3366301 +98,-1.535219431,0.7229916471,326,-1.203778265,0.212813032,2323.9484603 +99,-1.53318962,0.7230212049,326,-1.203778265,0.212813032,2320.5888712 +100,-1.531154816,0.7230299897,326,-1.203778265,0.212813032,2317.1695691 +101,-1.528878341,0.7230370244,326,-1.203778265,0.212813032,2313.3542776 +102,-1.539218189,0.7214009878,326,-1.203778265,0.212813032,2325.6710009 +103,-1.537198791,0.7214422745,326,-1.203778265,0.212813032,2322.3238028 +104,-1.535179266,0.7214634354,326,-1.203778265,0.212813032,2318.9274678 +105,-1.533156501,0.7214944644,326,-1.203778265,0.212813032,2315.5736997 +106,-1.53113574,0.7215166021,326,-1.203778265,0.212813032,2312.2107151 +107,-1.528874248,0.7215345535,326,-1.203778265,0.212813032,2308.444088 +108,-1.539217656,0.7198512397,326,-1.203778265,0.212813032,2320.6754614 +109,-1.537199919,0.7199428763,326,-1.203778265,0.212813032,2317.4822003 +110,-1.545425832,0.727397149,326,-1.203778265,0.212813032,2355.7028259 +111,-1.543371177,0.7273916949,326,-1.203778265,0.212813032,2352.1402015 +112,-1.541368852,0.7274523163,326,-1.203778265,0.212813032,2348.896413 +113,-1.545349067,0.7258710923,326,-1.203778265,0.212813032,2350.6673437 +114,-1.54332671,0.7258603556,326,-1.203778265,0.212813032,2347.1327642 +115,-1.541346831,0.7259242142,326,-1.203778265,0.212813032,2343.9271058 +116,-1.545324355,0.7243383958,326,-1.203778265,0.212813032,2345.7049848 +117,-1.543292796,0.7243617413,326,-1.203778265,0.212813032,2342.2530397 +118,-1.541295822,0.7244024384,326,-1.203778265,0.212813032,2338.932589 +119,-1.543193859,0.7205570215,326,-1.203778265,0.212813032,2329.8605808 +120,-1.550257047,0.7386738187,326,-1.203778265,0.212813032,2400.2732085 +121,-1.549335448,0.7311736483,326,-1.203778265,0.212813032,2374.59038 +122,-1.533478843,0.7179891343,326,-1.203778265,0.212813032,2304.7590945 +123,-1.556150555,0.738907041,326,-1.203778265,0.212813032,2411.1409987 +124,-1.554324226,0.733414257,326,-1.203778265,0.212813032,2390.4188607 +125,-1.554290846,0.7288285332,326,-1.203778265,0.212813032,2375.7351621 +126,-1.55122487,0.7219795312,326,-1.203778265,0.212813032,2348.5255216 +127,-1.525104458,0.7229399862,326,-1.203778265,0.212813032,2306.7179604 +128,-1.519607711,0.7236181429,326,-1.203778265,0.212813032,2299.8508804 +129,-1.513899999,0.7251107854,326,-1.203778265,0.212813032,2295.4951801 +130,-1.536620762,0.7431061895,326,-1.203778265,0.212813032,2391.8428177 +131,-1.5369566,0.7460845958,326,-1.203778265,0.212813032,2402.1531466 +132,-1.545345528,0.7447040685,326,-1.203778265,0.212813032,2411.4849433 +133,-1.532813921,0.7432306626,326,-1.203778265,0.212813032,2386.0343486 +134,-1.554788248,0.7382381001,326,-1.203778265,0.212813032,2406.6489019 +135,-1.540348126,0.7301594274,326,-1.203778265,0.212813032,2355.9066179 +136,-1.538016084,0.7239051786,326,-1.203778265,0.212813032,2331.6889017 +137,-1.525288962,0.7258085137,326,-1.203778265,0.212813032,2316.4351895 +138,-1.534326986,0.731241342,326,-1.203778265,0.212813032,2349.2655683 +139,-1.530733872,0.7303625216,326,-1.203778265,0.212813032,2340.4010941 +141,-1.534354939,0.7328219978,326,-1.203778265,0.212813032,2354.4693225 +142,-1.53157084,0.7292888153,326,-1.203778265,0.212813032,2338.2849482 +143,-1.525691035,0.7263799874,326,-1.203778265,0.212813032,2318.9776252 +144,-1.534031287,0.7495967835,326,-1.203778265,0.212813032,2408.9606973 +145,-1.527714986,0.7283095957,326,-1.203778265,0.212813032,2328.6635486 +146,-1.526189586,0.7271468292,326,-1.203778265,0.212813032,2322.3207572 +147,-1.555177336,0.7375563366,326,-1.203778265,0.212813032,2405.1387856 +148,-1.555080283,0.7312707794,326,-1.203778265,0.212813032,2384.900208 +149,-1.53856994,0.7224180299,326,-1.203778265,0.212813032,2327.8347723 +150,-1.530837883,0.729933372,326,-1.203778265,0.212813032,2339.1701131 +151,-1.515066984,0.5854133365,326,-1.203778265,0.212813032,1855.8739729 +152,-1.534731633,0.5368370046,326,-1.203778265,0.212813032,1764.7604968 +153,-1.515231902,0.5607085576,326,-1.203778265,0.212813032,1784.0862969 +154,-2.616253799,1.0684566605,326,-1.203778265,0.212813032,5182.9053061 +155,-1.956071439,0.5792177723,326,-1.203778265,0.212813032,3078.6037552 +156,-1.951208514,0.5602434208,326,-1.203778265,0.212813032,3040.7254278 +157,-1.944675062,0.6062144545,326,-1.203778265,0.212813032,3077.5631245 +158,-1.613778386,0.6077989518,326,-1.203778265,0.212813032,2148.2283357 +159,-2.035029014,0.6021432345,326,-1.203778265,0.212813032,3353.4461432 +160,-2.114989471,0.6801825058,326,-1.203778265,0.212813032,3680.4005754 +161,-2.037382079,0.5765830025,326,-1.203778265,0.212813032,3335.1913179 +162,-2.129855121,0.6585019963,326,-1.203778265,0.212813032,3703.4283694 +163,-2.075141798,0.6493615843,326,-1.203778265,0.212813032,3527.8927935 +164,-1.828626729,0.6948433129,326,-1.203778265,0.212813032,2897.3810866 +165,-1.863329418,0.6735427691,326,-1.203778265,0.212813032,2948.5604719 +166,-1.266037071,0.727988852,326,-1.203778265,0.212813032,2051.9483906 +167,-1.277579582,0.7249010648,326,-1.203778265,0.212813032,2044.4231414 +168,-1.258418684,0.7241194816,326,-1.203778265,0.212813032,2034.112871 +169,-1.317813974,0.6804850104,326,-1.203778265,0.212813032,1895.3460743 +170,-1.344165204,0.6790988904,326,-1.203778265,0.212813032,1911.8326666 +171,-1.427582102,0.5277120351,326,-1.203778265,0.212813032,1493.3660979 +172,-1.402238616,0.457167829,326,-1.203778265,0.212813032,1218.2069117 +173,-1.422454264,0.4996161999,326,-1.203778265,0.212813032,1393.8571272 +174,-1.439089277,0.4894859811,326,-1.203778265,0.212813032,1399.8777798 +175,-1.448126995,0.5182330266,326,-1.203778265,0.212813032,1506.954752 +176,-1.474626146,0.5881926574,326,-1.203778265,0.212813032,1779.9298936 +177,-1.421139645,0.5584869783,326,-1.203778265,0.212813032,1581.5334057 +178,-1.457037165,0.565943032,326,-1.203778265,0.212813032,1674.39001 +179,-2.757159358,0.3745319,326,-1.203778265,0.212813032,5852.5802529 +180,-2.714309238,0.342054471,326,-1.203778265,0.212813032,5720.2922706 +181,-2.000525337,0.774119946,326,-1.203778265,0.212813032,3490.4883232 +183,-1.571413436,0.6777838382,326,-1.203778265,0.212813032,2249.9963584 +184,-1.552860289,0.6987663893,326,-1.203778265,0.212813032,2278.2903766 +185,-1.521852374,0.7165827476,326,-1.203778265,0.212813032,2280.4413562 +186,-1.503656267,0.6928968252,326,-1.203778265,0.212813032,2171.9481197 +187,-1.502753178,0.7136205882,326,-1.203778265,0.212813032,2239.2501147 +188,-1.631894563,0.7343596465,326,-1.203778265,0.212813032,2538.5152868 +189,-1.653765416,0.6770714026,326,-1.203778265,0.212813032,2425.4049656 +190,-1.719812114,0.6715965947,326,-1.203778265,0.212813032,2568.9497994 +191,-1.493406659,0.6646955447,326,-1.203778265,0.212813032,2061.5988939 +192,-1.469120564,0.6613469966,326,-1.203778265,0.212813032,2009.1799029 +193,-1.590551461,0.5326612937,326,-1.203778265,0.212813032,1900.5188074 +194,-1.625979264,0.5247742243,326,-1.203778265,0.212813032,1981.5687575 +195,-1.572293943,0.5238808754,326,-1.203778265,0.212813032,1829.7768183 +196,-1.610848725,0.5477107964,326,-1.203778265,0.212813032,1991.4344704 +197,-1.208485554,0.7918526018,326,-1.203778265,0.212813032,2293.6308045 +198,-1.335601374,0.6869083083,326,-1.203778265,0.212813032,1934.0096307 +199,-1.346156996,0.6825213377,326,-1.203778265,0.212813032,1926.5955691 +200,-1.324381037,0.6741422347,326,-1.203778265,0.212813032,1876.0790741 +201,-1.242424992,0.7378949807,326,-1.203778265,0.212813032,2084.112593 +202,-1.270370057,0.7392461008,326,-1.203778265,0.212813032,2097.7876501 +203,-1.448950472,0.7441675014,326,-1.203778265,0.212813032,2267.1657719 +204,-1.492662363,0.7523026852,326,-1.203778265,0.212813032,2355.0231403 +205,-1.479098966,0.7763855017,326,-1.203778265,0.212813032,2420.0774622 +206,-1.633760714,0.7869022408,326,-1.203778265,0.212813032,2697.9145739 +207,-1.647406434,0.8101289331,326,-1.203778265,0.212813032,2792.4564366 +208,-1.564245052,0.5701509278,326,-1.203778265,0.212813032,1927.2354085 +209,-1.646289963,0.6833746083,326,-1.203778265,0.212813032,2425.466573 +210,-1.5820631,0.6751952144,326,-1.203778265,0.212813032,2264.0114841 +211,-1.613236298,0.6681681791,326,-1.203778265,0.212813032,2310.2218852 +212,-1.914661867,0.8212566515,326,-1.203778265,0.212813032,3370.7649223 +213,-1.742133237,0.7250275956,326,-1.203778265,0.212813032,2752.1171804 +214,-2.033144872,0.6557314699,326,-1.203778265,0.212813032,3408.8191628 +215,-2.039551981,0.6964723658,326,-1.203778265,0.212813032,3479.6870487 +216,-1.247341019,0.7622473908,326,-1.203778265,0.212813032,2181.3915767 +217,-1.298239787,0.7084123392,326,-1.203778265,0.212813032,1990.456268 +218,-1.308539688,0.6926545592,326,-1.203778265,0.212813032,1935.7382014 +219,-1.303263185,0.6888938396,326,-1.203778265,0.212813032,1917.75075 +220,-1.852400229,0.6004246149,326,-1.203778265,0.212813032,2789.9361593 +221,-1.288947707,0.7473773692,326,-1.203778265,0.212813032,2137.5272435 +222,-1.372031502,0.7472790993,326,-1.203778265,0.212813032,2194.4771068 +223,-1.289805721,0.7242157877,326,-1.203778265,0.212813032,2047.47236 +224,-1.350807603,0.7533498126,326,-1.203778265,0.212813032,2199.558127 +225,-1.329290365,0.7560442322,326,-1.203778265,0.212813032,2194.2290587 +226,-1.410153004,0.616936428,326,-1.203778265,0.212813032,1763.3882499 +227,-1.393445434,0.6308995063,326,-1.203778265,0.212813032,1789.1199106 +228,-1.37595573,0.6241540638,326,-1.203778265,0.212813032,1741.8514122 +229,-1.358388707,0.6172645205,326,-1.203778265,0.212813032,1695.1843597 +230,-1.753741133,0.8281661666,326,-1.203778265,0.212813032,3043.1669412 +231,-1.47430987,0.6834615681,326,-1.203778265,0.212813032,2092.2538058 +232,-1.421012508,0.7222725206,326,-1.203778265,0.212813032,2153.815146 +233,-1.4476833,0.6978557868,326,-1.203778265,0.212813032,2101.8267138 +234,-1.470370723,0.6966193374,326,-1.203778265,0.212813032,2130.9298535 +235,-1.429211703,0.7037216883,326,-1.203778265,0.212813032,2097.4391001 +236,-1.700578405,0.6178673663,326,-1.203778265,0.212813032,2394.5640539 +237,-1.678117619,0.6331716163,326,-1.203778265,0.212813032,2372.3095768 +238,-1.725644578,0.6316331145,326,-1.203778265,0.212813032,2491.8148286 +239,-2.14012759,0.7930497945,326,-1.203778265,0.212813032,3881.8408384 +240,-2.103289431,0.7653606263,326,-1.203778265,0.212813032,3748.0127654 +241,-1.318739838,0.7017808746,326,-1.203778265,0.212813032,1977.9512219 +242,-1.396417427,0.7077900843,326,-1.203778265,0.212813032,2072.2568463 +243,-1.35650337,0.7185539404,326,-1.203778265,0.212813032,2072.1832049 +244,-1.248884539,0.7274156818,326,-1.203778265,0.212813032,2044.3089097 +245,-1.395014798,0.5761185243,326,-1.203778265,0.212813032,1597.3316958 +246,-1.433377362,0.6064716109,326,-1.203778265,0.212813032,1764.2514779 +247,-1.408172432,0.5903155476,326,-1.203778265,0.212813032,1667.538272 +248,-1.749645898,0.7757118084,326,-1.203778265,0.212813032,2896.7020769 +249,-1.571626686,0.615046989,326,-1.203778265,0.212813032,2067.9599865 +250,-1.514070049,0.6303003037,326,-1.203778265,0.212813032,1990.2345293 +251,-1.480890369,0.6237966528,326,-1.203778265,0.212813032,1905.8514469 +252,-1.704390658,0.5281680612,326,-1.203778265,0.212813032,2219.4071198 +253,-1.64434733,0.5254277498,326,-1.203778265,0.212813032,2035.9425219 +254,-1.703855997,0.4792484842,326,-1.203778265,0.212813032,2132.7765121 +255,-1.692002383,0.5748825051,326,-1.203778265,0.212813032,2276.6069579 +256,-1.854136457,0.5544643913,326,-1.203778265,0.212813032,2724.8562484 +257,-1.665021206,0.520317736,326,-1.203778265,0.212813032,2086.2897559 +258,-1.733654349,0.4845187345,326,-1.203778265,0.212813032,2237.0997275 +259,-1.720938188,0.5135933906,326,-1.203778265,0.212813032,2243.9862175 +260,-1.742668307,0.553296122,326,-1.203778265,0.212813032,2380.7918184 +261,-1.965659039,0.7142126903,326,-1.203778265,0.212813032,3299.1497463 +262,-1.944438071,0.6772834804,326,-1.203778265,0.212813032,3180.9008732 +263,-1.270340967,0.7681487096,326,-1.203778265,0.212813032,2211.3523763 +264,-1.353091884,0.6549276821,326,-1.203778265,0.212813032,1829.4417503 +265,-1.333236659,0.6413584414,326,-1.203778265,0.212813032,1758.899936 +266,-1.352015998,0.6753788907,326,-1.203778265,0.212813032,1905.1439322 +267,-1.377988483,0.6577816235,326,-1.203778265,0.212813032,1867.3641686 +268,-2.13075611,0.8318642051,326,-1.203778265,0.212813032,3909.1321574 +269,-2.097910953,0.8259670014,326,-1.203778265,0.212813032,3818.7296273 +270,-1.416382069,0.6694271549,326,-1.203778265,0.212813032,1957.9899081 +271,-1.538905672,0.7535625993,326,-1.203778265,0.212813032,2429.8625315 +272,-1.572309477,0.7803125099,326,-1.203778265,0.212813032,2571.2274783 +273,-1.87759879,0.7503853417,326,-1.203778265,0.212813032,3135.5566111 +274,1.152365588,0.590457682,326,-1.203778265,0.212813032,8099.728431 +275,0.350198001,0.718001859,326,-1.203778265,0.212813032,5620.1844462 +276,0.046513677,0.491503852,326,-1.203778265,0.212813032,4715.6934662 +277,0.027510309,0.742571376,326,-1.203778265,0.212813032,4666.6679197 +278,0.306285725,-0.214631579,326,-1.203778265,0.212813032,6170.5114606 +279,-1.100564889,0.318051531,326,-1.203778265,0.212813032,573.77456349 +280,-1.078582306,0.301437596,326,-1.203778265,0.212813032,594.17484763 +281,-1.137371989,-0.617634065,326,-1.203778265,0.212813032,3298.8144444 +282,0.784356344,0.703272339,326,-1.203778265,0.212813032,6880.8558099 +283,-1.221209947,0.218327455,326,-1.203778265,0.212813032,70.897242206 +284,2.347301921,-0.449114658,326,-1.203778265,0.212813032,10652.016194 +285,0.246820618,0.830553713,326,-1.203778265,0.212813032,5282.3532858 +286,0.829414965,0.703288228,326,-1.203778265,0.212813032,7003.2321346 +287,-1.337537566,0.42332223,326,-1.203778265,0.212813032,973.26502413 +288,0.882453706,0.454478077,326,-1.203778265,0.212813032,7596.7671462 +289,1.575629659,0.416419109,326,-1.203778265,0.212813032,9584.0163337 +290,-1.039455679,0.229888244,326,-1.203778265,0.212813032,638.55004218 +291,0.489558039,0.934482747,326,-1.203778265,0.212813032,5829.6277031 +292,0.081344504,0.88384514,326,-1.203778265,0.212813032,4856.258971 +293,-1.547979814,0.300350308,326,-1.203778265,0.212813032,1362.6679732 +294,0.040776181,0.168560074,326,-1.203778265,0.212813032,4829.8749163 +295,-1.130374745,0.563894876,326,-1.203778265,0.212813032,1416.0344491 +296,1.578326642,0.478507176,326,-1.203778265,0.212813032,9377.0227851 +297,-1.12861823,-0.291640865,326,-1.203778265,0.212813032,2019.6955669 +298,0.310524208,0.770885792,326,-1.203778265,0.212813032,5477.8282387 +299,0.415649091,-0.387246002,326,-1.203778265,0.212813032,6713.3907031 +300,-0.926533878,-0.188022748,326,-1.203778265,0.212813032,1926.2369475 +301,1.258856172,-0.11716081,326,-1.203778265,0.212813032,9766.6152906 +302,-1.126050026,0.322941926,326,-1.203778265,0.212813032,527.56623335 +303,2.002785835,0.07893892,326,-1.203778265,0.212813032,11260.236083 +304,0.440437607,0.746258085,326,-1.203778265,0.212813032,5861.9836674 +305,-0.030391866,0.214441206,326,-1.203778265,0.212813032,4528.6654151 +306,0.521557815,-0.058929362,326,-1.203778265,0.212813032,6868.9797089 +307,-0.097005111,0.13317729,326,-1.203778265,0.212813032,4321.3338485 +308,1.83113859,0.221857587,326,-1.203778265,0.212813032,10671.823267 +309,0.222428864,0.099404236,326,-1.203778265,0.212813032,5581.0108344 +310,-1.702731345,0.8728568183,326,-1.203778265,0.212813032,3075.6369766 +311,-0.418507569,0.278324921,326,-1.203778265,0.212813032,3022.7875911 +312,-1.41153306,0.339029988,326,-1.203778265,0.212813032,935.77462355 +313,0.357560442,0.114788776,326,-1.203778265,0.212813032,6089.7026963 +314,0.325818979,0.268352149,326,-1.203778265,0.212813032,5845.7838836 +315,-1.246004659,-0.663679965,326,-1.203778265,0.212813032,3475.3249987 +316,1.814603087,0.637404484,326,-1.203778265,0.212813032,9044.8547933 +317,1.843704281,-0.18300445,326,-1.203778265,0.212813032,12059.776062 +318,1.690644492,-0.211480909,326,-1.203778265,0.212813032,11486.851715 +319,-1.275451936,0.068109467,326,-1.203778265,0.212813032,638.27661657 +320,0.762430171,-0.207594741,326,-1.203778265,0.212813032,7903.7251334 +321,0.265668905,-0.014647884,326,-1.203778265,0.212813032,5841.9213834 +322,-2.773032013,-0.335515811,326,-1.203778265,0.212813032,6491.9511656 +323,-1.469512853,0.174058777,326,-1.203778265,0.212813032,1044.104376 +324,0.286276986,0.785925691,326,-1.203778265,0.212813032,5403.5485874 +325,-1.379324697,0.377432233,326,-1.203778265,0.212813032,930.80449326 +326,-1.203778265,0.212813032,326,-1.203778265,0.212813032,0 +327,0.579916301,0.611743168,326,-1.203778265,0.212813032,6411.2362637 +328,0.267582642,0.868113908,326,-1.203778265,0.212813032,5327.5323737 +329,0.412869244,-0.050245578,326,-1.203778265,0.212813032,6441.2875601 +330,0.17524381,0.976660285,326,-1.203778265,0.212813032,5100.6799247 +331,0.743157214,0.204812899,326,-1.203778265,0.212813032,7464.5072109 +332,-1.070758176,0.269382282,326,-1.203778265,0.212813032,558.47286621 +333,-1.230364251,0.329790229,326,-1.203778265,0.212813032,474.30876251 +334,-1.374813124,-0.024926835,326,-1.203778265,0.212813032,1157.3626628 +335,0.519780566,0.463669906,326,-1.203778265,0.212813032,6374.7454299 +336,-1.55108034,0.239698561,326,-1.203778265,0.212813032,1344.4366627 +337,0.180294813,0.029739425,326,-1.203778265,0.212813032,5474.2006094 +338,0.67820924,0.268170153,326,-1.203778265,0.212813032,7151.8681942 +339,0.445798684,1.024001867,326,-1.203778265,0.212813032,5663.8832552 +340,0.691751283,0.150521402,326,-1.203778265,0.212813032,7332.2600653 +341,-1.036643551,-0.903056181,326,-1.203778265,0.212813032,4457.0620571 +342,-0.120287036,1.083325163,326,-1.203778265,0.212813032,4587.6517288 +343,2.823513113,-0.304487164,326,-1.203778265,0.212813032,9042.1425838 +344,0.457583172,1.12513373,326,-1.203778265,0.212813032,5615.6073875 +345,0.042918831,0.813795399,326,-1.203778265,0.212813032,4732.2081227 +346,1.196146777,-0.853142756,326,-1.203778265,0.212813032,8937.2264459 +347,0.206001358,-0.010430701,326,-1.203778265,0.212813032,5607.5145048 +348,-0.268308653,0.234799412,326,-1.203778265,0.212813032,3606.873976 +349,0.759363263,0.736189579,326,-1.203778265,0.212813032,6758.798411 +350,0.181363926,0.891988372,326,-1.203778265,0.212813032,5107.4162315 +351,-0.021111158,0.139103292,326,-1.203778265,0.212813032,4610.7644595 +352,-0.093355215,0.630686981,326,-1.203778265,0.212813032,4260.1621577 +353,0.40118964,0.681375926,326,-1.203778265,0.212813032,5796.902205 +354,-0.721197315,1.304706234,326,-1.203778265,0.212813032,4454.9097792 +355,-1.076150317,0.212107639,326,-1.203778265,0.212813032,494.16035185 +356,-1.577164531,0.273993443,326,-1.203778265,0.212813032,1454.9542194 +357,-0.190788414,0.182208586,326,-1.203778265,0.212813032,3928.9554258 +358,-0.261349752,0.209710184,326,-1.203778265,0.212813032,3643.49735 +359,-1.029303852,0.083549259,326,-1.203778265,0.212813032,853.60216122 +360,-1.268609162,0.330525297,326,-1.203778265,0.212813032,527.73430134 +361,1.282982244,-0.926641967,326,-1.203778265,0.212813032,8944.2800847 +362,0.217352334,0.731352408,326,-1.203778265,0.212813032,5222.957891 +363,-1.511833084,0.258629297,326,-1.203778265,0.212813032,1199.8849599 +364,0.338812194,0.823184618,326,-1.203778265,0.212813032,5530.6909767 +365,-0.324406489,1.134201999,326,-1.203778265,0.212813032,4351.1104942 +366,1.389579348,0.399185724,326,-1.203778265,0.212813032,9219.1584206 +367,2.047152199,-0.039082036,326,-1.203778265,0.212813032,11632.884145 +368,0.947780369,0.568250077,326,-1.203778265,0.212813032,7589.0692291 +369,0.763824846,0.576754987,326,-1.203778265,0.212813032,7025.4668034 +370,-0.142334657,0.928153068,326,-1.203778265,0.212813032,4352.1170358 +371,0.610266567,0.547265983,326,-1.203778265,0.212813032,6583.4135329 +372,0.210731629,0.746815056,326,-1.203778265,0.212813032,5200.0783636 +373,-1.34931644,0.316895224,326,-1.203778265,0.212813032,692.20000587 +374,2.407696481,0.655030745,326,-1.203778265,0.212813032,8588.0826827 +375,0.64207831,0.545359131,326,-1.203778265,0.212813032,6688.0511615 +376,1.174597538,0.840588356,326,-1.203778265,0.212813032,7486.1200818 +377,0.660059424,0.010604079,326,-1.203778265,0.212813032,7346.4169665 +378,-0.730263819,0.010486456,326,-1.203778265,0.212813032,2025.6494374 +379,0.831068936,0.512339172,326,-1.203778265,0.212813032,7336.8194843 +380,1.301180979,0.72367476,326,-1.203778265,0.212813032,8066.9268158 +381,1.811128231,0.322854402,326,-1.203778265,0.212813032,10265.110323 +382,0.435105812,0.992284428,326,-1.203778265,0.212813032,5663.6338246 +383,0.62643634,0.592027932,326,-1.203778265,0.212813032,6579.6720054 +384,0.492988703,-0.516339467,326,-1.203778265,0.212813032,7064.3015378 +385,-0.162469483,0.112549365,326,-1.203778265,0.212813032,4082.2526313 +386,0.314630866,0.472006421,326,-1.203778265,0.212813032,5659.0852247 +387,0.166744804,0.822815954,326,-1.203778265,0.212813032,5068.5418824 +388,0.417159608,0.965805736,326,-1.203778265,0.212813032,5642.1088739 +389,0.106334961,0.868774244,326,-1.203778265,0.212813032,4915.1767529 +390,0.815086969,-0.338144359,326,-1.203778265,0.212813032,8157.9390133 +391,0.59867455,-0.230624824,326,-1.203778265,0.212813032,7291.4656435 +392,1.915104874,0.066220985,326,-1.203778265,0.212813032,11334.983886 +393,1.278093622,0.064463721,326,-1.203778265,0.212813032,9624.0467331 +394,-0.061477853,0.302997961,326,-1.203778265,0.212813032,4370.180938 +395,0.251311504,0.626976942,326,-1.203778265,0.212813032,5362.3965888 +396,2.950242872,0.149095644,326,-1.203778265,0.212813032,8208.3211791 +397,-0.180294708,0.35375117,326,-1.203778265,0.212813032,3913.6333352 +398,1.010448592,-0.351180233,326,-1.203778265,0.212813032,8887.3839791 +399,-1.748740498,0.3686318073,326,-1.203778265,0.212813032,2153.5154773 +400,2.699635665,0.123533791,326,-1.203778265,0.212813032,9161.4058084 +401,0.496808033,0.823843254,326,-1.203778265,0.212813032,5948.2822425 +402,0.129574704,0.763364087,326,-1.203778265,0.212813032,4964.5410598 +403,1.798920311,0.817447563,326,-1.203778265,0.212813032,8333.3056654 +404,0.335987953,0.746786541,326,-1.203778265,0.212813032,5562.4380619 +405,-1.085413643,0.292154671,326,-1.203778265,0.212813032,552.01257614 +406,-0.155321003,0.508207011,326,-1.203778265,0.212813032,4014.9075595 +407,0.620529244,-0.301175104,326,-1.203778265,0.212813032,7415.3907932 +408,1.684402744,0.368716966,326,-1.203778265,0.212813032,9938.1967504 +409,0.300582244,-0.386397212,326,-1.203778265,0.212813032,6299.1297534 +410,2.913555946,-0.009225192,326,-1.203778265,0.212813032,8527.8792962 +411,1.465101417,0.493232532,326,-1.203778265,0.212813032,9111.5968245 +412,0.090612882,0.907955955,326,-1.203778265,0.212813032,4887.1891818 +413,2.987564726,-0.729568594,326,-1.203778265,0.212813032,8311.8902383 +414,-1.484261606,0.224149272,326,-1.203778265,0.212813032,1085.3380187 +415,0.164073421,0.303955133,326,-1.203778265,0.212813032,5216.1840455 +416,0.141441293,0.167552546,326,-1.203778265,0.212813032,5217.8477389 +417,2.931321023,-0.506718887,326,-1.203778265,0.212813032,8619.0612418 +418,2.21951565,0.700596356,326,-1.203778265,0.212813032,8680.4854736 +419,0.268112576,1.199114336,326,-1.203778265,0.212813032,5295.1672093 +420,0.978913739,0.359223811,326,-1.203778265,0.212813032,8076.8742761 +421,1.210898818,0.522863584,326,-1.203778265,0.212813032,8422.0226233 +422,2.347397336,0.129231362,326,-1.203778265,0.212813032,10337.406701 +423,0.614394501,0.556878345,326,-1.203778265,0.212813032,6585.0332666 +424,-1.398079356,0.148483366,326,-1.203778265,0.212813032,798.65929353 +425,2.535303836,-0.112984496,326,-1.203778265,0.212813032,10077.258817 +426,-1.019372593,-0.405322349,326,-1.203778265,0.212813032,2550.6826375 +427,-1.297785627,-0.160104069,326,-1.203778265,0.212813032,1522.7744639 +428,2.144554488,0.205051084,326,-1.203778265,0.212813032,10599.846481 +429,-2.242387083,-0.426171285,326,-1.203778265,0.212813032,4744.9485105 +430,0.338637212,0.909723676,326,-1.203778265,0.212813032,5489.9516238 +431,-0.148798452,0.691042401,326,-1.203778265,0.212813032,4119.8801569 +432,0.893524764,0.441829531,326,-1.203778265,0.212813032,7653.9200593 +433,0.969229347,-0.368847936,326,-1.203778265,0.212813032,8734.3081664 +434,0.436043248,0.800045688,326,-1.203778265,0.212813032,5807.0282947 +435,1.687946607,1.081504775,326,-1.203778265,0.212813032,7258.4360255 +436,0.522302046,-0.034889271,326,-1.203778265,0.212813032,6852.1894335 +437,-0.178996113,-0.438090009,326,-1.203778265,0.212813032,4720.500932 +438,-1.094339566,0.301444068,326,-1.203778265,0.212813032,546.67763849 +439,-1.064070054,0.242569932,326,-1.203778265,0.212813032,551.79158791 +440,-1.068153768,0.230387998,326,-1.203778265,0.212813032,528.64860489 +441,-3.00496892,-0.23989155,326,-1.203778265,0.212813032,7292.5016182 +442,0.21751974,0.766874888,326,-1.203778265,0.212813032,5215.3807704 +443,0.117229532,0.007619006,326,-1.203778265,0.212813032,5248.7505392 +444,0.777758451,0.420554741,326,-1.203778265,0.212813032,7305.0082466 +445,-0.252356999,0.250747086,326,-1.203778265,0.212813032,3662.6471841 +446,0.363148444,0.768483434,326,-1.203778265,0.212813032,5627.4456419 +447,0.903191366,-0.118210676,326,-1.203778265,0.212813032,8391.4803662 +448,-0.205755923,0.149406178,326,-1.203778265,0.212813032,3890.1024031 +449,1.811996086,0.02364353,326,-1.203778265,0.212813032,11384.509474 +450,-1.100670221,0.314845373,326,-1.203778265,0.212813032,564.46402937 +451,0.340078597,0.850105132,326,-1.203778265,0.212813032,5520.8679303 +452,0.258757267,0.804969236,326,-1.203778265,0.212813032,5321.1917136 +453,2.78505352,-0.155160804,326,-1.203778265,0.212813032,9140.7318812 +454,0.800551619,0.105822106,326,-1.203778265,0.212813032,7791.6241684 +455,0.437940882,-0.506194031,326,-1.203778265,0.212813032,6870.3985143 +456,2.230431122,0.63458615,326,-1.203778265,0.212813032,8913.7842836 +457,0.527965361,0.127667701,326,-1.203778265,0.212813032,6732.2113291 +458,-0.063643205,0.702093448,326,-1.203778265,0.212813032,4382.1580989 +459,1.408447268,0.133010502,326,-1.203778265,0.212813032,9949.5309299 +460,0.523795955,0.280266966,326,-1.203778265,0.212813032,6571.8821307 +461,-0.975769313,0.072177659,326,-1.203778265,0.212813032,1052.6439578 +462,0.549774164,-0.463663986,326,-1.203778265,0.212813032,7236.4785706 +463,0.29245874,1.095549818,326,-1.203778265,0.212813032,5338.7742714 +464,0.143625958,0.816809593,326,-1.203778265,0.212813032,5005.9057757 +465,0.671902494,0.611159853,326,-1.203778265,0.212813032,6694.8114443 +466,1.239840988,0.6724199,326,-1.203778265,0.212813032,8089.8271512 +467,0.607829703,-0.10932137,326,-1.203778265,0.212813032,7242.2880753 +468,1.763020906,0.263996692,326,-1.203778265,0.212813032,10434.648678 +469,0.378714634,0.726066797,326,-1.203778265,0.212813032,5698.8184466 +470,2.196736143,-0.153862366,326,-1.203778265,0.212813032,11409.014739 +471,0.01702415,0.148991565,326,-1.203778265,0.212813032,4751.3381675 +472,-2.998490902,-0.158002487,326,-1.203778265,0.212813032,7212.8533569 +473,-3.051262951,-0.346595608,326,-1.203778265,0.212813032,7524.1807249 +474,-1.069176439,0.182802941,326,-1.203778265,0.212813032,536.06929128 +475,0.167157509,0.595344954,326,-1.203778265,0.212813032,5101.4731776 +476,0.613855648,0.681746124,326,-1.203778265,0.212813032,6429.3708407 +477,1.037012736,0.682555367,326,-1.203778265,0.212813032,7586.6394732 +478,-1.253574971,0.379755746,326,-1.203778265,0.212813032,687.56627966 +479,3.108590453,-0.132620738,326,-1.203778265,0.212813032,7874.6076043 +480,0.565301296,0.022333262,326,-1.203778265,0.212813032,6970.1546914 +481,0.547898238,0.855555614,326,-1.203778265,0.212813032,6047.0435894 +482,0.948309381,0.417393755,326,-1.203778265,0.212813032,7873.6555699 +483,-0.050600732,0.945269213,326,-1.203778265,0.212813032,4577.4542433 +484,-0.977651478,-0.572363064,326,-1.203778265,0.212813032,3225.6142674 +485,1.102014914,0.728861163,326,-1.203778265,0.212813032,7630.8946531 +486,2.927300795,-0.282939414,326,-1.203778265,0.212813032,8645.3320808 +487,-1.154565557,0.124434095,326,-1.203778265,0.212813032,399.31191639 +488,1.855331234,0.291044755,326,-1.203778265,0.212813032,10422.105393 +489,0.830290659,0.276904518,326,-1.203778265,0.212813032,7690.9007062 +490,0.485104466,-0.234867441,326,-1.203778265,0.212813032,6863.0127139 +491,0.521367572,-0.33161327,326,-1.203778265,0.212813032,7063.3993525 +1,-1.539031704,0.7349710123,327,0.579916301,0.611743168,5949.8874824 +2,-1.536990553,0.7349663874,327,0.579916301,0.611743168,5945.6971217 +3,-1.534951779,0.7349571355,327,0.579916301,0.611743168,5941.5191523 +4,-1.532906461,0.7349480293,327,0.579916301,0.611743168,5937.3216806 +5,-1.531320211,0.7346937278,327,0.579916301,0.611743168,5934.7581447 +6,-1.539451648,0.7335131775,327,0.579916301,0.611743168,5954.8745951 +7,-1.537429487,0.7335445708,327,0.579916301,0.611743168,5950.617576 +8,-1.535484998,0.7335658704,327,0.579916301,0.611743168,5946.5442338 +9,-1.533488396,0.7336036027,327,0.579916301,0.611743168,5942.3119624 +10,-1.531497785,0.7335842962,327,0.579916301,0.611743168,5938.2476091 +11,-1.530259379,0.7334777758,327,0.579916301,0.611743168,5935.9821379 +12,-1.5335454,0.7322346912,327,0.579916301,0.611743168,5946.2873608 +13,-1.531489083,0.7322238773,327,0.579916301,0.611743168,5942.0582716 +14,-1.530011122,0.7321679851,327,0.579916301,0.611743168,5939.1504547 +15,-1.53348106,0.7306614094,327,0.579916301,0.611743168,5950.587743 +16,-1.531441779,0.7306962275,327,0.579916301,0.611743168,5946.2597193 +17,-1.529755654,0.7306933243,327,0.579916301,0.611743168,5942.7663502 +18,-1.533415048,0.7291384674,327,0.579916301,0.611743168,5954.7427566 +19,-1.531392093,0.7291705353,327,0.579916301,0.611743168,5950.4507702 +20,-1.529296523,0.7291214933,327,0.579916301,0.611743168,5946.2304907 +21,-1.535280942,0.727267644,327,0.579916301,0.611743168,5963.8922251 +22,-1.533378158,0.7276139666,327,0.579916301,0.611743168,5958.9626377 +23,-1.531340368,0.7276446587,327,0.579916301,0.611743168,5954.6381406 +24,-1.528960113,0.7276398177,327,0.579916301,0.611743168,5949.6945706 +25,-1.533313146,0.7260818349,327,0.579916301,0.611743168,5963.1456061 +26,-1.531259555,0.7260958115,327,0.579916301,0.611743168,5958.8295819 +27,-1.528926415,0.7260865555,327,0.579916301,0.611743168,5953.9900342 +28,-1.531226779,0.7245511789,327,0.579916301,0.611743168,5963.1092643 +29,-1.528904772,0.7245519194,327,0.579916301,0.611743168,5958.2584693 +30,-1.547195875,0.7409785979,327,0.579916301,0.611743168,5949.5754237 +31,-1.5451475,0.740980426,327,0.579916301,0.611743168,5945.3958967 +32,-1.543097679,0.7409798872,327,0.579916301,0.611743168,5941.214533 +33,-1.540720364,0.7409892687,327,0.579916301,0.611743168,5936.3297924 +34,-1.547188511,0.7395198392,327,0.579916301,0.611743168,5953.7047423 +35,-1.545148587,0.7395226109,327,0.579916301,0.611743168,5949.5345065 +36,-1.543104538,0.7395314908,327,0.579916301,0.611743168,5945.3329882 +37,-1.540727751,0.7395306258,327,0.579916301,0.611743168,5940.4722694 +38,-1.547187029,0.7380014886,327,0.579916301,0.611743168,5958.0156275 +39,-1.545147315,0.7380012252,327,0.579916301,0.611743168,5953.8489771 +40,-1.54310719,0.7380060743,327,0.579916301,0.611743168,5949.6614316 +41,-1.540719671,0.7380068206,327,0.579916301,0.611743168,5944.7677667 +42,-1.547187189,0.7364799098,327,0.579916301,0.611743168,5962.3393285 +43,-1.545149996,0.7364853874,327,0.579916301,0.611743168,5958.1560891 +44,-1.543106091,0.7364823484,327,0.579916301,0.611743168,5953.977717 +45,-1.540717158,0.7364893901,327,0.579916301,0.611743168,5949.0569241 +46,-1.538663972,0.7410138672,327,0.579916301,0.611743168,5932.0518857 +47,-1.53695285,0.7409699132,327,0.579916301,0.611743168,5928.6699536 +48,-1.534910498,0.7409641297,327,0.579916301,0.611743168,5924.4963435 +49,-1.533145034,0.7409536636,327,0.579916301,0.611743168,5920.8994786 +50,-1.538681336,0.7395405883,327,0.579916301,0.611743168,5936.2509 +51,-1.536999189,0.7395183096,327,0.579916301,0.611743168,5932.8628526 +52,-1.534923633,0.7395144222,327,0.579916301,0.611743168,5928.610537 +53,-1.533267822,0.7395654306,327,0.579916301,0.611743168,5925.06167 +54,-1.53867273,0.7380151077,327,0.579916301,0.611743168,5940.5445294 +55,-1.536980576,0.7379994392,327,0.579916301,0.611743168,5937.1127091 +56,-1.534931522,0.7379944961,327,0.579916301,0.611743168,5932.9122996 +57,-1.533387952,0.7379480264,327,0.579916301,0.611743168,5929.8648163 +58,-1.538682279,0.7364914363,327,0.579916301,0.611743168,5944.8706436 +59,-1.536980704,0.7364810563,327,0.579916301,0.611743168,5941.3999827 +60,-1.534935567,0.7364752065,327,0.579916301,0.611743168,5937.2047191 +61,-1.533042592,0.7363876366,327,0.579916301,0.611743168,5933.5480142 +62,-1.545143426,0.7349628011,327,0.579916301,0.611743168,5962.4637014 +63,-1.543105297,0.7349691947,327,0.579916301,0.611743168,5958.2649615 +64,-1.541064533,0.7349647152,327,0.579916301,0.611743168,5954.086082 +65,-1.545411803,0.7334624714,327,0.579916301,0.611743168,5967.2726753 +66,-1.543446606,0.7334780896,327,0.579916301,0.611743168,5963.1929966 +67,-1.541475327,0.7334957295,327,0.579916301,0.611743168,5959.0900277 +68,-1.545401939,0.731963266,327,0.579916301,0.611743168,5971.5083874 +69,-1.54342253,0.7319915583,327,0.579916301,0.611743168,5967.3583368 +70,-1.541455867,0.7320216438,327,0.579916301,0.611743168,5963.2244193 +71,-1.545410146,0.7304422281,327,0.579916301,0.611743168,5975.8434854 +72,-1.543435491,0.7304713664,327,0.579916301,0.611743168,5971.6955686 +73,-1.541463105,0.7304997613,327,0.579916301,0.611743168,5967.5494221 +74,-1.545414768,0.7289194936,327,0.579916301,0.611743168,5980.1763338 +75,-1.543435774,0.7289538557,327,0.579916301,0.611743168,5975.999397 +76,-1.541457714,0.7289765881,327,0.579916301,0.611743168,5971.8523233 +77,-1.539449415,0.7320555866,327,0.579916301,0.611743168,5958.9925733 +78,-1.537429183,0.7321097681,327,0.579916301,0.611743168,5954.6699737 +79,-1.535472649,0.7321497267,327,0.579916301,0.611743168,5950.5141711 +80,-1.539457899,0.7305333307,327,0.579916301,0.611743168,5963.3158599 +81,-1.537453161,0.7305750503,327,0.579916301,0.611743168,5959.0551184 +82,-1.535479385,0.7306124949,327,0.579916301,0.611743168,5954.8654917 +83,-1.53946905,0.7290102593,327,0.579916301,0.611743168,5967.6473068 +84,-1.537459922,0.7290417293,327,0.579916301,0.611743168,5963.4011021 +85,-1.535451349,0.7290890157,327,0.579916301,0.611743168,5959.1062699 +86,-1.535522937,0.7279887191,327,0.579916301,0.611743168,5962.35972 +87,-1.539442524,0.7274735939,327,0.579916301,0.611743168,5971.9395488 +88,-1.537424111,0.727521351,327,0.579916301,0.611743168,5967.6225934 +89,-1.539384641,0.7259505092,327,0.579916301,0.611743168,5976.128503 +90,-1.537372391,0.7259947145,327,0.579916301,0.611743168,5971.8288372 +91,-1.535340789,0.7260435356,327,0.579916301,0.611743168,5967.4708419 +92,-1.539325716,0.7244369706,327,0.579916301,0.611743168,5980.2882514 +93,-1.537308932,0.7244801057,327,0.579916301,0.611743168,5975.9767017 +94,-1.535289068,0.7245247645,327,0.579916301,0.611743168,5971.6493272 +95,-1.533261366,0.7245550236,327,0.579916301,0.611743168,5967.3410959 +96,-1.539267302,0.722921924,327,0.579916301,0.611743168,5984.4532855 +97,-1.537248972,0.7229660258,327,0.579916301,0.611743168,5980.1302906 +98,-1.535219431,0.7229916471,327,0.579916301,0.611743168,5975.8309667 +99,-1.53318962,0.7230212049,327,0.579916301,0.611743168,5971.5146904 +100,-1.531154816,0.7230299897,327,0.579916301,0.611743168,5967.2412016 +101,-1.528878341,0.7230370244,327,0.579916301,0.611743168,5962.4615833 +102,-1.539218189,0.7214009878,327,0.579916301,0.611743168,5988.6542978 +103,-1.537198791,0.7214422745,327,0.579916301,0.611743168,5984.3315383 +104,-1.535179266,0.7214634354,327,0.579916301,0.611743168,5980.0601699 +105,-1.533156501,0.7214944644,327,0.579916301,0.611743168,5975.7489418 +106,-1.53113574,0.7215166021,327,0.579916301,0.611743168,5971.461723 +107,-1.528874248,0.7215345535,327,0.579916301,0.611743168,5966.6767258 +108,-1.539217656,0.7198512397,327,0.579916301,0.611743168,5993.038082 +109,-1.537199919,0.7199428763,327,0.579916301,0.611743168,5988.5710386 +110,-1.545425832,0.727397149,327,0.579916301,0.611743168,5984.5216638 +111,-1.543371177,0.7273916949,327,0.579916301,0.611743168,5980.2961253 +112,-1.541368852,0.7274523163,327,0.579916301,0.611743168,5975.9859746 +113,-1.545349067,0.7258710923,327,0.579916301,0.611743168,5988.696454 +114,-1.54332671,0.7258603556,327,0.579916301,0.611743168,5984.5470086 +115,-1.541346831,0.7259242142,327,0.579916301,0.611743168,5980.2686837 +116,-1.545324355,0.7243383958,327,0.579916301,0.611743168,5992.9976049 +117,-1.543292796,0.7243617413,327,0.579916301,0.611743168,5988.7269659 +118,-1.541295822,0.7244024384,327,0.579916301,0.611743168,5984.4735241 +119,-1.543193859,0.7205570215,327,0.579916301,0.611743168,5999.3128138 +120,-1.550257047,0.7386738187,327,0.579916301,0.611743168,5962.3636784 +121,-1.549335448,0.7311736483,327,0.579916301,0.611743168,5981.8275379 +122,-1.533478843,0.7179891343,327,0.579916301,0.611743168,5986.3057387 +123,-1.556150555,0.738907041,327,0.579916301,0.611743168,5973.6758956 +124,-1.554324226,0.733414257,327,0.579916301,0.611743168,5985.6462617 +125,-1.554290846,0.7288285332,327,0.579916301,0.611743168,5998.6683579 +126,-1.55122487,0.7219795312,327,0.579916301,0.611743168,6011.900488 +127,-1.525104458,0.7229399862,327,0.579916301,0.611743168,5954.8279528 +128,-1.519607711,0.7236181429,327,0.579916301,0.611743168,5941.3832455 +129,-1.513899999,0.7251107854,327,0.579916301,0.611743168,5925.1990681 +130,-1.536620762,0.7431061895,327,0.579916301,0.611743168,5921.9602933 +131,-1.5369566,0.7460845958,327,0.579916301,0.611743168,5914.241664 +132,-1.545345528,0.7447040685,327,0.579916301,0.611743168,5935.2342787 +133,-1.532813921,0.7432306626,327,0.579916301,0.611743168,5913.8083672 +134,-1.554788248,0.7382381001,327,0.579916301,0.611743168,5972.8212725 +135,-1.540348126,0.7301594274,327,0.579916301,0.611743168,5966.2120713 +136,-1.538016084,0.7239051786,327,0.579916301,0.611743168,5979.0715725 +137,-1.525288962,0.7258085137,327,0.579916301,0.611743168,5947.1697926 +138,-1.534326986,0.731241342,327,0.579916301,0.611743168,5950.7056337 +139,-1.530733872,0.7303625216,327,0.579916301,0.611743168,5945.728913 +141,-1.534354939,0.7328219978,327,0.579916301,0.611743168,5946.3068608 +142,-1.53157084,0.7292888153,327,0.579916301,0.611743168,5950.4892823 +143,-1.525691035,0.7263799874,327,0.579916301,0.611743168,5946.4078854 +144,-1.534031287,0.7495967835,327,0.579916301,0.611743168,5898.3726782 +145,-1.527714986,0.7283095957,327,0.579916301,0.611743168,5945.2174525 +146,-1.526189586,0.7271468292,327,0.579916301,0.611743168,5945.2983909 +147,-1.555177336,0.7375563366,327,0.579916301,0.611743168,5975.5581158 +148,-1.555080283,0.7312707794,327,0.579916301,0.611743168,5993.3097334 +149,-1.53856994,0.7224180299,327,0.579916301,0.611743168,5984.4283424 +150,-1.530837883,0.729933372,327,0.579916301,0.611743168,5947.1523905 +151,-1.515066984,0.5854133365,327,0.579916301,0.611743168,6317.746466 +152,-1.534731633,0.5368370046,327,0.579916301,0.611743168,6500.6288431 +153,-1.515231902,0.5607085576,327,0.579916301,0.611743168,6387.1354802 +154,-2.616253799,1.0684566605,327,0.579916301,0.611743168,5786.2382231 +155,-1.956071439,0.5792177723,327,0.579916301,0.611743168,7218.3917171 +156,-1.951208514,0.5602434208,327,0.579916301,0.611743168,7276.3215628 +157,-1.944675062,0.6062144545,327,0.579916301,0.611743168,7106.6843247 +158,-1.613778386,0.6077989518,327,0.579916301,0.611743168,6476.0014454 +159,-2.035029014,0.6021432345,327,0.579916301,0.611743168,7255.3942384 +160,-2.114989471,0.6801825058,327,0.579916301,0.611743168,7071.4102297 +161,-2.037382079,0.5765830025,327,0.579916301,0.611743168,7350.2750903 +162,-2.129855121,0.6585019963,327,0.579916301,0.611743168,7168.1157248 +163,-2.075141798,0.6493615843,327,0.579916301,0.611743168,7137.5314176 +164,-1.828626729,0.6948433129,327,0.579916301,0.611743168,6617.1707271 +165,-1.863329418,0.6735427691,327,0.579916301,0.611743168,6745.7381988 +166,-1.266037071,0.727988852,327,0.579916301,0.611743168,5359.2464956 +167,-1.277579582,0.7249010648,327,0.579916301,0.611743168,5394.0121318 +168,-1.258418684,0.7241194816,327,0.579916301,0.611743168,5350.0441148 +169,-1.317813974,0.6804850104,327,0.579916301,0.611743168,5597.5250507 +170,-1.344165204,0.6790988904,327,0.579916301,0.611743168,5664.3074949 +171,-1.427582102,0.5277120351,327,0.579916301,0.611743168,6261.3592047 +172,-1.402238616,0.457167829,327,0.579916301,0.611743168,6381.301657 +173,-1.422454264,0.4996161999,327,0.579916301,0.611743168,6322.7238865 +174,-1.439089277,0.4894859811,327,0.579916301,0.611743168,6392.6453639 +175,-1.448126995,0.5182330266,327,0.579916301,0.611743168,6338.7354484 +176,-1.474626146,0.5881926574,327,0.579916301,0.611743168,6214.4469833 +177,-1.421139645,0.5584869783,327,0.579916301,0.611743168,6163.5359462 +178,-1.457037165,0.565943032,327,0.579916301,0.611743168,6232.3567196 +179,-2.757159358,0.3745319,327,0.579916301,0.611743168,8468.6805886 +180,-2.714309238,0.342054471,327,0.579916301,0.611743168,8622.4804994 +181,-2.000525337,0.774119946,327,0.579916301,0.611743168,6595.2519966 +183,-1.571413436,0.6777838382,327,0.579916301,0.611743168,6180.8704816 +184,-1.552860289,0.6987663893,327,0.579916301,0.611743168,6081.5263039 +185,-1.521852374,0.7165827476,327,0.579916301,0.611743168,5965.7950396 +186,-1.503656267,0.6928968252,327,0.579916301,0.611743168,5992.7308423 +187,-1.502753178,0.7136205882,327,0.579916301,0.611743168,5933.3970983 +188,-1.631894563,0.7343596465,327,0.579916301,0.611743168,6136.9058343 +189,-1.653765416,0.6770714026,327,0.579916301,0.611743168,6352.092462 +190,-1.719812114,0.6715965947,327,0.579916301,0.611743168,6497.4888674 +191,-1.493406659,0.6646955447,327,0.579916301,0.611743168,6048.03856 +192,-1.469120564,0.6613469966,327,0.579916301,0.611743168,6002.3815888 +193,-1.590551461,0.5326612937,327,0.579916301,0.611743168,6644.0516447 +194,-1.625979264,0.5247742243,327,0.579916301,0.611743168,6748.640122 +195,-1.572293943,0.5238808754,327,0.579916301,0.611743168,6626.7269024 +196,-1.610848725,0.5477107964,327,0.579916301,0.611743168,6646.6027948 +197,-1.208485554,0.7918526018,327,0.579916301,0.611743168,5079.0867504 +198,-1.335601374,0.6869083083,327,0.579916301,0.611743168,5624.3972675 +199,-1.346156996,0.6825213377,327,0.579916301,0.611743168,5660.5037629 +200,-1.324381037,0.6741422347,327,0.579916301,0.611743168,5629.0166016 +201,-1.242424992,0.7378949807,327,0.579916301,0.611743168,5279.9128831 +202,-1.270370057,0.7392461008,327,0.579916301,0.611743168,5343.1853057 +203,-1.448950472,0.7441675014,327,0.579916301,0.611743168,5734.7501403 +204,-1.492662363,0.7523026852,327,0.579916301,0.611743168,5805.5019956 +205,-1.479098966,0.7763855017,327,0.579916301,0.611743168,5711.7089014 +206,-1.633760714,0.7869022408,327,0.579916301,0.611743168,5983.3864332 +207,-1.647406434,0.8101289331,327,0.579916301,0.611743168,5938.3690912 +208,-1.564245052,0.5701509278,327,0.579916301,0.611743168,6475.0408242 +209,-1.646289963,0.6833746083,327,0.579916301,0.611743168,6318.1607732 +210,-1.5820631,0.6751952144,327,0.579916301,0.611743168,6210.8060526 +211,-1.613236298,0.6681681791,327,0.579916301,0.611743168,6296.4065869 +212,-1.914661867,0.8212566515,327,0.579916301,0.611743168,6319.5056005 +213,-1.742133237,0.7250275956,327,0.579916301,0.611743168,6370.0337295 +214,-2.033144872,0.6557314699,327,0.579916301,0.611743168,7060.5953081 +215,-2.039551981,0.6964723658,327,0.579916301,0.611743168,6922.3120033 +216,-1.247341019,0.7622473908,327,0.579916301,0.611743168,5235.8463978 +217,-1.298239787,0.7084123392,327,0.579916301,0.611743168,5482.6011203 +218,-1.308539688,0.6926545592,327,0.579916301,0.611743168,5545.4287142 +219,-1.303263185,0.6888938396,327,0.579916301,0.611743168,5541.8386514 +220,-1.852400229,0.6004246149,327,0.579916301,0.611743168,6971.4182926 +221,-1.288947707,0.7473773692,327,0.579916301,0.611743168,5367.5815931 +222,-1.372031502,0.7472790993,327,0.579916301,0.611743168,5557.5922304 +223,-1.289805721,0.7242157877,327,0.579916301,0.611743168,5424.6697696 +224,-1.350807603,0.7533498126,327,0.579916301,0.611743168,5494.7388901 +225,-1.329290365,0.7560442322,327,0.579916301,0.611743168,5439.4649858 +226,-1.410153004,0.616936428,327,0.579916301,0.611743168,5982.4546151 +227,-1.393445434,0.6308995063,327,0.579916301,0.611743168,5905.6119078 +228,-1.37595573,0.6241540638,327,0.579916301,0.611743168,5880.480822 +229,-1.358388707,0.6172645205,327,0.579916301,0.611743168,5854.8062016 +230,-1.753741133,0.8281661666,327,0.579916301,0.611743168,6061.2587843 +231,-1.47430987,0.6834615681,327,0.579916301,0.611743168,5953.9472704 +232,-1.421012508,0.7222725206,327,0.579916301,0.611743168,5731.3660111 +233,-1.4476833,0.6978557868,327,0.579916301,0.611743168,5855.5913738 +234,-1.470370723,0.6966193374,327,0.579916301,0.611743168,5909.4363586 +235,-1.429211703,0.7037216883,327,0.579916301,0.611743168,5798.5294113 +236,-1.700578405,0.6178673663,327,0.579916301,0.611743168,6627.1407771 +237,-1.678117619,0.6331716163,327,0.579916301,0.611743168,6534.6392145 +238,-1.725644578,0.6316331145,327,0.579916301,0.611743168,6633.985901 +239,-2.14012759,0.7930497945,327,0.579916301,0.611743168,6678.2685428 +240,-2.103289431,0.7653606263,327,0.579916301,0.611743168,6744.4683591 +241,-1.318739838,0.7017808746,327,0.579916301,0.611743168,5547.5643914 +242,-1.396417427,0.7077900843,327,0.579916301,0.611743168,5713.5565867 +243,-1.35650337,0.7185539404,327,0.579916301,0.611743168,5594.5354653 +244,-1.248884539,0.7274156818,327,0.579916301,0.611743168,5319.4988721 +245,-1.395014798,0.5761185243,327,0.579916301,0.611743168,6051.9018767 +246,-1.433377362,0.6064716109,327,0.579916301,0.611743168,6066.203315 +247,-1.408172432,0.5903155476,327,0.579916301,0.611743168,6047.4693704 +248,-1.749645898,0.7757118084,327,0.579916301,0.611743168,6221.8547676 +249,-1.571626686,0.615046989,327,0.579916301,0.611743168,6362.4699389 +250,-1.514070049,0.6303003037,327,0.579916301,0.611743168,6190.062024 +251,-1.480890369,0.6237966528,327,0.579916301,0.611743168,6131.8614954 +252,-1.704390658,0.5281680612,327,0.579916301,0.611743168,6912.1268667 +253,-1.64434733,0.5254277498,327,0.579916301,0.611743168,6788.2976201 +254,-1.703855997,0.4792484842,327,0.579916301,0.611743168,7061.3019742 +255,-1.692002383,0.5748825051,327,0.579916301,0.611743168,6742.0618984 +256,-1.854136457,0.5544643913,327,0.579916301,0.611743168,7127.249673 +257,-1.665021206,0.520317736,327,0.579916301,0.611743168,6849.9131039 +258,-1.733654349,0.4845187345,327,0.579916301,0.611743168,7110.4983212 +259,-1.720938188,0.5135933906,327,0.579916301,0.611743168,6992.7255015 +260,-1.742668307,0.553296122,327,0.579916301,0.611743168,6914.2030431 +261,-1.965659039,0.7142126903,327,0.579916301,0.611743168,6761.2753269 +262,-1.944438071,0.6772834804,327,0.579916301,0.611743168,6859.7867531 +263,-1.270340967,0.7681487096,327,0.579916301,0.611743168,5275.705234 +264,-1.353091884,0.6549276821,327,0.579916301,0.611743168,5746.4845607 +265,-1.333236659,0.6413584414,327,0.579916301,0.611743168,5731.9760504 +266,-1.352015998,0.6753788907,327,0.579916301,0.611743168,5692.396111 +267,-1.377988483,0.6577816235,327,0.579916301,0.611743168,5799.1322782 +268,-2.13075611,0.8318642051,327,0.579916301,0.611743168,6525.0069086 +269,-2.097910953,0.8259670014,327,0.579916301,0.611743168,6515.6249128 +270,-1.416382069,0.6694271549,327,0.579916301,0.611743168,5859.453514 +271,-1.538905672,0.7535625993,327,0.579916301,0.611743168,5897.0923464 +272,-1.572309477,0.7803125099,327,0.579916301,0.611743168,5886.9092705 +273,-1.87759879,0.7503853417,327,0.579916301,0.611743168,6509.0809889 +274,1.152365588,0.590457682,327,0.579916301,0.611743168,1863.4965616 +275,0.350198001,0.718001859,327,0.579916301,0.611743168,829.28390711 +276,0.046513677,0.491503852,327,0.579916301,0.611743168,1853.3531332 +277,0.027510309,0.742571376,327,0.579916301,0.611743168,1770.5651542 +278,0.306285725,-0.214631579,327,0.579916301,0.611743168,3430.6950671 +279,-1.100564889,0.318051531,327,0.579916301,0.611743168,5847.1592631 +280,-1.078582306,0.301437596,327,0.579916301,0.611743168,5817.0698415 +281,-1.137371989,-0.617634065,327,0.579916301,0.611743168,7982.5556409 +282,0.784356344,0.703272339,327,0.579916301,0.611743168,735.48298093 +283,-1.221209947,0.218327455,327,0.579916301,0.611743168,6452.0647354 +284,2.347301921,-0.449114658,327,0.579916301,0.611743168,7823.4040972 +285,0.246820618,0.830553713,327,0.579916301,0.611743168,1310.0017284 +286,0.829414965,0.703288228,327,0.579916301,0.611743168,860.80101282 +287,-1.337537566,0.42332223,327,0.579916301,0.611743168,6291.9315796 +288,0.882453706,0.454478077,327,0.579916301,0.611743168,1202.7326458 +289,1.575629659,0.416419109,327,0.579916301,0.611743168,3473.5366847 +290,-1.039455679,0.229888244,327,0.579916301,0.611743168,5856.3638113 +291,0.489558039,0.934482747,327,0.579916301,0.611743168,1302.9287148 +292,0.081344504,0.88384514,327,0.579916301,0.611743168,1786.4504572 +293,-1.547979814,0.300350308,327,0.579916301,0.611743168,7196.4516681 +294,0.040776181,0.168560074,327,0.579916301,0.611743168,2621.2295314 +295,-1.130374745,0.563894876,327,0.579916301,0.611743168,5380.8523124 +296,1.578326642,0.478507176,327,0.579916301,0.611743168,3377.0500037 +297,-1.12861823,-0.291640865,327,0.579916301,0.611743168,7316.276422 +298,0.310524208,0.770885792,327,0.579916301,0.611743168,1033.0213348 +299,0.415649091,-0.387246002,327,0.579916301,0.611743168,4004.8760424 +300,-0.926533878,-0.188022748,327,0.579916301,0.611743168,6442.3992973 +301,1.258856172,-0.11716081,327,0.579916301,0.611743168,3840.7025096 +302,-1.126050026,0.322941926,327,0.579916301,0.611743168,5914.0824668 +303,2.002785835,0.07893892,327,0.579916301,0.611743168,5563.0664153 +304,0.440437607,0.746258085,327,0.579916301,0.611743168,683.95408414 +305,-0.030391866,0.214441206,327,0.579916301,0.611743168,2692.6530386 +306,0.521557815,-0.058929362,327,0.579916301,0.611743168,2665.3879247 +307,-0.097005111,0.13317729,327,0.579916301,0.611743168,3101.765193 +308,1.83113859,0.221857587,327,0.579916301,0.611743168,4689.6935837 +309,0.222428864,0.099404236,327,0.579916301,0.611743168,2413.0828694 +310,-1.702731345,0.8728568183,327,0.579916301,0.611743168,5839.7235242 +311,-0.418507569,0.278324921,327,0.579916301,0.611743168,3751.0497484 +312,-1.41153306,0.339029988,327,0.579916301,0.611743168,6715.4592952 +313,0.357560442,0.114788776,327,0.579916301,0.611743168,2128.8415883 +314,0.325818979,0.268352149,327,0.579916301,0.611743168,1632.4154079 +315,-1.246004659,-0.663679965,327,0.579916301,0.611743168,8371.8908671 +316,1.814603087,0.637404484,327,0.579916301,0.611743168,3873.5036109 +317,1.843704281,-0.18300445,327,0.579916301,0.611743168,5670.524736 +318,1.690644492,-0.211480909,327,0.579916301,0.611743168,5282.9535878 +319,-1.275451936,0.068109467,327,0.579916301,0.611743168,6979.9853384 +320,0.762430171,-0.207594741,327,0.579916301,0.611743168,3316.9247109 +321,0.265668905,-0.014647884,327,0.579916301,0.611743168,2740.4436674 +322,-2.773032013,-0.335515811,327,0.579916301,0.611743168,11122.704004 +323,-1.469512853,0.174058777,327,0.579916301,0.611743168,7312.600104 +324,0.286276986,0.785925691,327,0.579916301,0.611743168,1122.635034 +325,-1.379324697,0.377432233,327,0.579916301,0.611743168,6525.597459 +326,-1.203778265,0.212813032,327,0.579916301,0.611743168,6411.2362637 +327,0.579916301,0.611743168,327,0.579916301,0.611743168,0 +328,0.267582642,0.868113908,327,0.579916301,0.611743168,1358.9763802 +329,0.412869244,-0.050245578,327,0.579916301,0.611743168,2694.6296698 +330,0.17524381,0.976660285,327,0.579916301,0.611743168,1812.3398994 +331,0.743157214,0.204812899,327,0.579916301,0.611743168,1715.3655692 +332,-1.070758176,0.269382282,327,0.579916301,0.611743168,5865.4525655 +333,-1.230364251,0.329790229,327,0.579916301,0.611743168,6212.9631419 +334,-1.374813124,-0.024926835,327,0.579916301,0.611743168,7515.7338454 +335,0.519780566,0.463669906,327,0.579916301,0.611743168,621.04497663 +336,-1.55108034,0.239698561,327,0.579916301,0.611743168,7371.6944361 +337,0.180294813,0.029739425,327,0.579916301,0.611743168,2735.3124959 +338,0.67820924,0.268170153,327,0.579916301,0.611743168,1405.0110999 +339,0.445798684,1.024001867,327,0.579916301,0.611743168,1670.3422119 +340,0.691751283,0.150521402,327,0.579916301,0.611743168,1871.3996699 +341,-1.036643551,-0.903056181,327,0.579916301,0.611743168,8178.6075643 +342,-0.120287036,1.083325163,327,0.579916301,0.611743168,2544.7498434 +343,2.823513113,-0.304487164,327,0.579916301,0.611743168,9071.1489868 +344,0.457583172,1.12513373,327,0.579916301,0.611743168,2054.7090579 +345,0.042918831,0.813795399,327,0.579916301,0.611743168,1781.7312345 +346,1.196146777,-0.853142756,327,0.579916301,0.611743168,6195.4312061 +347,0.206001358,-0.010430701,327,0.579916301,0.611743168,2826.3199828 +348,-0.268308653,0.234799412,327,0.579916301,0.611743168,3366.0312263 +349,0.759363263,0.736189579,327,0.579916301,0.611743168,741.58060234 +350,0.181363926,0.891988372,327,0.579916301,0.611743168,1588.0458018 +351,-0.021111158,0.139103292,327,0.579916301,0.611743168,2872.967294 +352,-0.093355215,0.630686981,327,0.579916301,0.611743168,2155.5405167 +353,0.40118964,0.681375926,327,0.579916301,0.611743168,628.24668882 +354,-0.721197315,1.304706234,327,0.579916301,0.611743168,3616.0749464 +355,-1.076150317,0.212107639,327,0.579916301,0.611743168,6012.9169694 +356,-1.577164531,0.273993443,327,0.579916301,0.611743168,7348.6996565 +357,-0.190788414,0.182208586,327,0.579916301,0.611743168,3251.0835003 +358,-0.261349752,0.209710184,327,0.579916301,0.611743168,3402.2353407 +359,-1.029303852,0.083549259,327,0.579916301,0.611743168,6156.2162052 +360,-1.268609162,0.330525297,327,0.579916301,0.611743168,6324.6047319 +361,1.282982244,-0.926641967,327,0.579916301,0.611743168,6555.7354143 +362,0.217352334,0.731352408,327,0.579916301,0.611743168,1216.0162722 +363,-1.511833084,0.258629297,327,0.579916301,0.611743168,7210.5904622 +364,0.338812194,0.823184618,327,0.579916301,0.611743168,1100.8147225 +365,-0.324406489,1.134201999,327,0.579916301,0.611743168,2954.7673396 +366,1.389579348,0.399185724,327,0.579916301,0.611743168,2901.6261329 +367,2.047152199,-0.039082036,327,0.579916301,0.611743168,5975.6903268 +368,0.947780369,0.568250077,327,0.579916301,0.611743168,1220.6361937 +369,0.763824846,0.576754987,327,0.579916301,0.611743168,618.9555777 +370,-0.142334657,0.928153068,327,0.579916301,0.611743168,2358.8422169 +371,0.610266567,0.547265983,327,0.579916301,0.611743168,274.4745236 +372,0.210731629,0.746815056,327,0.579916301,0.611743168,1252.6085513 +373,-1.34931644,0.316895224,327,0.579916301,0.611743168,6594.5290563 +374,2.407696481,0.655030745,327,0.579916301,0.611743168,5485.5197612 +375,0.64207831,0.545359131,327,0.579916301,0.611743168,334.06627353 +376,1.174597538,0.840588356,327,0.579916301,0.611743168,1958.8857925 +377,0.660059424,0.010604079,327,0.579916301,0.611743168,2399.4515389 +378,-0.730263819,0.010486456,327,0.579916301,0.611743168,5355.6704832 +379,0.831068936,0.512339172,327,0.579916301,0.611743168,928.05512732 +380,1.301180979,0.72367476,327,0.579916301,0.611743168,2264.6026246 +381,1.811128231,0.322854402,327,0.579916301,0.611743168,4413.7310201 +382,0.435105812,0.992284428,327,0.579916301,0.611743168,1556.5251794 +383,0.62643634,0.592027932,327,0.579916301,0.611743168,170.77529946 +384,0.492988703,-0.516339467,327,0.579916301,0.611743168,4480.1106102 +385,-0.162469483,0.112549365,327,0.579916301,0.611743168,3346.0940387 +386,0.314630866,0.472006421,327,0.579916301,0.611743168,1054.8946225 +387,0.166744804,0.822815954,327,0.579916301,0.611743168,1480.560132 +388,0.417159608,0.965805736,327,0.579916301,0.611743168,1471.1327553 +389,0.106334961,0.868774244,327,0.579916301,0.611743168,1703.2295689 +390,0.815086969,-0.338144359,327,0.579916301,0.611743168,3865.089897 +391,0.59867455,-0.230624824,327,0.579916301,0.611743168,3337.3638106 +392,1.915104874,0.066220985,327,0.579916301,0.611743168,5308.0196811 +393,1.278093622,0.064463721,327,0.579916301,0.611743168,3352.0272846 +394,-0.061477853,0.302997961,327,0.579916301,0.611743168,2565.8204553 +395,0.251311504,0.626976942,327,0.579916301,0.611743168,1059.9061954 +396,2.950242872,0.149095644,327,0.579916301,0.611743168,8273.861175 +397,-0.180294708,0.35375117,327,0.579916301,0.611743168,2829.7872687 +398,1.010448592,-0.351180233,327,0.579916301,0.611743168,4143.4864158 +399,-1.748740498,0.3686318073,327,0.579916301,0.611743168,7503.653573 +400,2.699635665,0.123533791,327,0.579916301,0.611743168,7651.4871926 +401,0.496808033,0.823843254,327,0.579916301,0.611743168,875.51589288 +402,0.129574704,0.763364087,327,0.579916301,0.611743168,1495.6368706 +403,1.798920311,0.817447563,327,0.579916301,0.611743168,3613.9310523 +404,0.335987953,0.746786541,327,0.579916301,0.611743168,920.64291586 +405,-1.085413643,0.292154671,327,0.579916301,0.611743168,5859.357745 +406,-0.155321003,0.508207011,327,0.579916301,0.611743168,2482.8668643 +407,0.620529244,-0.301175104,327,0.579916301,0.611743168,3619.2952911 +408,1.684402744,0.368716966,327,0.579916301,0.611743168,3913.7158738 +409,0.300582244,-0.386397212,327,0.579916301,0.611743168,4090.6539323 +410,2.913555946,-0.009225192,327,0.579916301,0.611743168,8628.8418906 +411,1.465101417,0.493232532,327,0.579916301,0.611743168,2989.4758592 +412,0.090612882,0.907955955,327,0.579916301,0.611743168,1810.5598815 +413,2.987564726,-0.729568594,327,0.579916301,0.611743168,10142.731081 +414,-1.484261606,0.224149272,327,0.579916301,0.611743168,7224.28578 +415,0.164073421,0.303955133,327,0.579916301,0.611743168,1906.0700713 +416,0.141441293,0.167552546,327,0.579916301,0.611743168,2367.7204367 +417,2.931321023,-0.506718887,327,0.579916301,0.611743168,9781.0086521 +418,2.21951565,0.700596356,327,0.579916301,0.611743168,4901.5324933 +419,0.268112576,1.199114336,327,0.579916301,0.611743168,2427.1395999 +420,0.978913739,0.359223811,327,0.579916301,0.611743168,1711.5649232 +421,1.210898818,0.522863584,327,0.579916301,0.611743168,2125.2424708 +422,2.347397336,0.129231362,327,0.579916301,0.611743168,6557.5643781 +423,0.614394501,0.556878345,327,0.579916301,0.611743168,245.34765004 +424,-1.398079356,0.148483366,327,0.579916301,0.611743168,7164.3548853 +425,2.535303836,-0.112984496,327,0.579916301,0.611743168,7722.8839805 +426,-1.019372593,-0.405322349,327,0.579916301,0.611743168,7214.1443586 +427,-1.297785627,-0.160104069,327,0.579916301,0.611743168,7578.0231479 +428,2.144554488,0.205051084,327,0.579916301,0.611743168,5737.9857829 +429,-2.242387083,-0.426171285,327,0.579916301,0.611743168,11125.929658 +430,0.338637212,0.909723676,327,0.579916301,0.611743168,1363.0674944 +431,-0.148798452,0.691042401,327,0.579916301,0.611743168,2296.0638453 +432,0.893524764,0.441829531,327,0.579916301,0.611743168,1264.1162504 +433,0.969229347,-0.368847936,327,0.579916301,0.611743168,4150.7288144 +434,0.436043248,0.800045688,327,0.579916301,0.611743168,861.68567285 +435,1.687946607,1.081504775,327,0.579916301,0.611743168,3267.1625909 +436,0.522302046,-0.034889271,327,0.579916301,0.611743168,2570.2224235 +437,-0.178996113,-0.438090009,327,0.579916301,0.611743168,5038.7596289 +438,-1.094339566,0.301444068,327,0.579916301,0.611743168,5865.8487461 +439,-1.064070054,0.242569932,327,0.579916301,0.611743168,5905.3655859 +440,-1.068153768,0.230387998,327,0.579916301,0.611743168,5945.9515937 +441,-3.00496892,-0.23989155,327,0.579916301,0.611743168,10282.566605 +442,0.21751974,0.766874888,327,0.579916301,0.611743168,1261.6131016 +443,0.117229532,0.007619006,327,0.579916301,0.611743168,2940.1850934 +444,0.777758451,0.420554741,327,0.579916301,0.611743168,1017.2851437 +445,-0.252356999,0.250747086,327,0.579916301,0.611743168,3279.5752198 +446,0.363148444,0.768483434,327,0.579916301,0.611743168,905.78797268 +447,0.903191366,-0.118210676,327,0.579916301,0.611743168,3133.3703609 +448,-0.205755923,0.149406178,327,0.579916301,0.611743168,3378.6067439 +449,1.811996086,0.02364353,327,0.579916301,0.611743168,5075.0253366 +450,-1.100670221,0.314845373,327,0.579916301,0.611743168,5854.800893 +451,0.340078597,0.850105132,327,0.579916301,0.611743168,1175.8205762 +452,0.258757267,0.804969236,327,0.579916301,0.611743168,1227.3441138 +453,2.78505352,-0.155160804,327,0.579916301,0.611743168,8615.1018292 +454,0.800551619,0.105822106,327,0.579916301,0.611743168,2159.7606988 +455,0.437940882,-0.506194031,327,0.579916301,0.611743168,4459.8216306 +456,2.230431122,0.63458615,327,0.579916301,0.611743168,5064.9022897 +457,0.527965361,0.127667701,327,0.579916301,0.611743168,1926.7260009 +458,-0.063643205,0.702093448,327,0.579916301,0.611743168,2035.0819666 +459,1.408447268,0.133010502,327,0.579916301,0.611743168,3549.5187274 +460,0.523795955,0.280266966,327,0.579916301,0.611743168,1327.9693752 +461,-0.975769313,0.072177659,327,0.579916301,0.611743168,6008.905977 +462,0.549774164,-0.463663986,327,0.579916301,0.611743168,4261.1850358 +463,0.29245874,1.095549818,327,0.579916301,0.611743168,2043.3852452 +464,0.143625958,0.816809593,327,0.579916301,0.611743168,1527.5848595 +465,0.671902494,0.611159853,327,0.579916301,0.611743168,298.31571788 +466,1.239840988,0.6724199,327,0.579916301,0.611743168,2092.3899475 +467,0.607829703,-0.10932137,327,0.579916301,0.611743168,2858.0380861 +468,1.763020906,0.263996692,327,0.579916301,0.611743168,4379.1557853 +469,0.378714634,0.726066797,327,0.579916301,0.611743168,770.85805505 +470,2.196736143,-0.153862366,327,0.579916301,0.611743168,6719.2781749 +471,0.01702415,0.148991565,327,0.579916301,0.611743168,2741.3189669 +472,-2.998490902,-0.158002487,327,0.579916301,0.611743168,10050.239368 +473,-3.051262951,-0.346595608,327,0.579916301,0.611743168,10438.876102 +474,-1.069176439,0.182802941,327,0.579916301,0.611743168,6057.7559573 +475,0.167157509,0.595344954,327,0.579916301,0.611743168,1344.5132994 +476,0.613855648,0.681746124,327,0.579916301,0.611743168,297.2911572 +477,1.037012736,0.682555367,327,0.579916301,0.611743168,1466.1039204 +478,-1.253574971,0.379755746,327,0.579916301,0.611743168,6160.7491807 +479,3.108590453,-0.132620738,327,0.579916301,0.611743168,9519.9025119 +480,0.565301296,0.022333262,327,0.579916301,0.611743168,2335.27541 +481,0.547898238,0.855555614,327,0.579916301,0.611743168,970.245737 +482,0.948309381,0.417393755,327,0.579916301,0.611743168,1480.4363732 +483,-0.050600732,0.945269213,327,0.579916301,0.611743168,2177.0077547 +484,-0.977651478,-0.572363064,327,0.579916301,0.611743168,7436.8971331 +485,1.102014914,0.728861163,327,0.579916301,0.611743168,1676.1503973 +486,2.927300795,-0.282939414,327,0.579916301,0.611743168,9356.2652738 +487,-1.154565557,0.124434095,327,0.579916301,0.611743168,6464.0690343 +488,1.855331234,0.291044755,327,0.579916301,0.611743168,4621.73849 +489,0.830290659,0.276904518,327,0.579916301,0.611743168,1596.066344 +490,0.485104466,-0.234867441,327,0.579916301,0.611743168,3372.2943131 +491,0.521367572,-0.33161327,327,0.579916301,0.611743168,3743.1206093 +1,-1.539031704,0.7349710123,328,0.267582642,0.868113908,4593.1928417 +2,-1.536990553,0.7349663874,328,0.267582642,0.868113908,4589.0925638 +3,-1.534951779,0.7349571355,328,0.267582642,0.868113908,4585.0065126 +4,-1.532906461,0.7349480293,328,0.267582642,0.868113908,4580.9029254 +5,-1.531320211,0.7346937278,328,0.267582642,0.868113908,4578.4284554 +6,-1.539451648,0.7335131775,328,0.267582642,0.868113908,4598.2443938 +7,-1.537429487,0.7335445708,328,0.267582642,0.868113908,4594.0758816 +8,-1.535484998,0.7335658704,328,0.267582642,0.868113908,4590.0896465 +9,-1.533488396,0.7336036027,328,0.267582642,0.868113908,4585.9473726 +10,-1.531497785,0.7335842962,328,0.267582642,0.868113908,4581.9777542 +11,-1.530259379,0.7334777758,328,0.267582642,0.868113908,4579.7779481 +12,-1.5335454,0.7322346912,328,0.267582642,0.868113908,4590.0037017 +13,-1.531489083,0.7322238773,328,0.267582642,0.868113908,4585.8735406 +14,-1.530011122,0.7321679851,328,0.267582642,0.868113908,4583.0409421 +15,-1.53348106,0.7306614094,328,0.267582642,0.868113908,4594.4048299 +16,-1.531441779,0.7306962275,328,0.267582642,0.868113908,4590.173938 +17,-1.529755654,0.7306933243,328,0.267582642,0.868113908,4586.7641203 +18,-1.533415048,0.7291384674,328,0.267582642,0.868113908,4598.6592641 +19,-1.531392093,0.7291705353,328,0.267582642,0.868113908,4594.4656034 +20,-1.529296523,0.7291214933,328,0.267582642,0.868113908,4590.3542571 +21,-1.535280942,0.727267644,328,0.267582642,0.868113908,4607.8358932 +22,-1.533378158,0.7276139666,328,0.267582642,0.868113908,4602.9788976 +23,-1.531340368,0.7276446587,328,0.267582642,0.868113908,4598.7553747 +24,-1.528960113,0.7276398177,328,0.267582642,0.868113908,4593.9344951 +25,-1.533313146,0.7260818349,328,0.267582642,0.868113908,4607.2651953 +26,-1.531259555,0.7260958115,328,0.267582642,0.868113908,4603.0539373 +27,-1.528926415,0.7260865555,328,0.267582642,0.868113908,4598.3371428 +28,-1.531226779,0.7245511789,328,0.267582642,0.868113908,4607.4396908 +29,-1.528904772,0.7245519194,328,0.267582642,0.868113908,4602.7125193 +30,-1.547195875,0.7409785979,328,0.267582642,0.868113908,4592.239276 +31,-1.5451475,0.740980426,328,0.267582642,0.868113908,4588.1360531 +32,-1.543097679,0.7409798872,328,0.267582642,0.868113908,4584.0328386 +33,-1.540720364,0.7409892687,328,0.267582642,0.868113908,4579.2403152 +34,-1.547188511,0.7395198392,328,0.267582642,0.868113908,4596.4392215 +35,-1.545148587,0.7395226109,328,0.267582642,0.868113908,4592.3466261 +36,-1.543104538,0.7395314908,328,0.267582642,0.868113908,4588.2242566 +37,-1.540727751,0.7395306258,328,0.267582642,0.868113908,4583.4582269 +38,-1.547187029,0.7380014886,328,0.267582642,0.868113908,4600.8249202 +39,-1.545147315,0.7380012252,328,0.267582642,0.868113908,4596.7378251 +40,-1.54310719,0.7380060743,328,0.267582642,0.868113908,4592.6312531 +41,-1.540719671,0.7380068206,328,0.267582642,0.868113908,4587.8347115 +42,-1.547187189,0.7364799098,328,0.267582642,0.868113908,4605.2250916 +43,-1.545149996,0.7364853874,328,0.267582642,0.868113908,4601.122785 +44,-1.543106091,0.7364823484,328,0.267582642,0.868113908,4597.0277275 +45,-1.540717158,0.7364893901,328,0.267582642,0.868113908,4592.2058658 +46,-1.538663972,0.7410138672,328,0.267582642,0.868113908,4575.0430998 +47,-1.53695285,0.7409699132,328,0.267582642,0.868113908,4571.7329952 +48,-1.534910498,0.7409641297,328,0.267582642,0.868113908,4567.6441888 +49,-1.533145034,0.7409536636,328,0.267582642,0.868113908,4564.1222718 +50,-1.538681336,0.7395405883,328,0.267582642,0.868113908,4579.3196138 +51,-1.536999189,0.7395183096,328,0.267582642,0.868113908,4576.002481 +52,-1.534923633,0.7395144222,328,0.267582642,0.868113908,4571.837953 +53,-1.533267822,0.7395654306,328,0.267582642,0.868113908,4568.3572792 +54,-1.53867273,0.7380151077,328,0.267582642,0.868113908,4583.696133 +55,-1.536980576,0.7379994392,328,0.267582642,0.868113908,4580.3367934 +56,-1.534931522,0.7379944961,328,0.267582642,0.868113908,4576.2249168 +57,-1.533387952,0.7379480264,328,0.267582642,0.868113908,4573.2476982 +58,-1.538682279,0.7364914363,328,0.267582642,0.868113908,4588.105857 +59,-1.536980704,0.7364810563,328,0.267582642,0.868113908,4584.7092845 +60,-1.534935567,0.7364752065,328,0.267582642,0.868113908,4580.6042353 +61,-1.533042592,0.7363876366,328,0.267582642,0.868113908,4577.0373674 +62,-1.545143426,0.7349628011,328,0.267582642,0.868113908,4605.5105294 +63,-1.543105297,0.7349691947,328,0.267582642,0.868113908,4601.396148 +64,-1.541064533,0.7349647152,328,0.267582642,0.868113908,4597.3039933 +65,-1.545411803,0.7334624714,328,0.267582642,0.868113908,4610.3884704 +66,-1.543446606,0.7334780896,328,0.267582642,0.868113908,4606.3910635 +67,-1.541475327,0.7334957295,328,0.267582642,0.868113908,4602.3720356 +68,-1.545401939,0.731963266,328,0.267582642,0.868113908,4614.7060529 +69,-1.54342253,0.7319915583,328,0.267582642,0.868113908,4610.6398748 +70,-1.541455867,0.7320216438,328,0.267582642,0.868113908,4606.5906772 +71,-1.545410146,0.7304422281,328,0.267582642,0.868113908,4619.1249784 +72,-1.543435491,0.7304713664,328,0.267582642,0.868113908,4615.0623787 +73,-1.541463105,0.7304997613,328,0.267582642,0.868113908,4611.0029982 +74,-1.545414768,0.7289194936,328,0.267582642,0.868113908,4623.5434473 +75,-1.543435774,0.7289538557,328,0.267582642,0.868113908,4619.4534278 +76,-1.541457714,0.7289765881,328,0.267582642,0.868113908,4615.3954225 +77,-1.539449415,0.7320555866,328,0.267582642,0.868113908,4602.4466086 +78,-1.537429183,0.7321097681,328,0.267582642,0.868113908,4598.2127539 +79,-1.535472649,0.7321497267,328,0.267582642,0.868113908,4594.1450917 +80,-1.539457899,0.7305333307,328,0.267582642,0.868113908,4606.8589077 +81,-1.537453161,0.7305750503,328,0.267582642,0.868113908,4602.6886622 +82,-1.535479385,0.7306124949,328,0.267582642,0.868113908,4598.589837 +83,-1.53946905,0.7290102593,328,0.267582642,0.868113908,4611.2808395 +84,-1.537459922,0.7290417293,328,0.267582642,0.868113908,4607.1276938 +85,-1.535451349,0.7290890157,328,0.267582642,0.868113908,4602.9264526 +86,-1.535522937,0.7279887191,328,0.267582642,0.868113908,4606.2456196 +87,-1.539442524,0.7274735939,328,0.267582642,0.868113908,4615.667742 +88,-1.537424111,0.727521351,328,0.267582642,0.868113908,4611.4450669 +89,-1.539384641,0.7259505092,328,0.267582642,0.868113908,4619.9536722 +90,-1.537372391,0.7259947145,328,0.267582642,0.868113908,4615.7499987 +91,-1.535340789,0.7260435356,328,0.267582642,0.868113908,4611.4901995 +92,-1.539325716,0.7244369706,328,0.267582642,0.868113908,4624.2115049 +93,-1.537308932,0.7244801057,328,0.267582642,0.868113908,4619.9980277 +94,-1.535289068,0.7245247645,328,0.267582642,0.868113908,4615.7703251 +95,-1.533261366,0.7245550236,328,0.267582642,0.868113908,4611.5646751 +96,-1.539267302,0.722921924,328,0.267582642,0.868113908,4628.4763361 +97,-1.537248972,0.7229660258,328,0.267582642,0.868113908,4624.2532221 +98,-1.535219431,0.7229916471,328,0.267582642,0.868113908,4620.0571424 +99,-1.53318962,0.7230212049,328,0.267582642,0.868113908,4615.8454587 +100,-1.531154816,0.7230299897,328,0.267582642,0.868113908,4611.6798558 +101,-1.528878341,0.7230370244,328,0.267582642,0.868113908,4607.0230793 +102,-1.539218189,0.7214009878,328,0.267582642,0.868113908,4632.7786947 +103,-1.537198791,0.7214422745,328,0.267582642,0.868113908,4628.5578553 +104,-1.535179266,0.7214634354,328,0.267582642,0.868113908,4624.391335 +105,-1.533156501,0.7214944644,328,0.267582642,0.868113908,4620.1860473 +106,-1.53113574,0.7215166021,328,0.267582642,0.868113908,4616.0068604 +107,-1.528874248,0.7215345535,328,0.267582642,0.868113908,4611.3451386 +108,-1.539217656,0.7198512397,328,0.267582642,0.868113908,4637.2648351 +109,-1.537199919,0.7199428763,328,0.267582642,0.868113908,4632.8980131 +110,-1.545425832,0.727397149,328,0.267582642,0.868113908,4627.9756266 +111,-1.543371177,0.7273916949,328,0.267582642,0.868113908,4623.8445558 +112,-1.541368852,0.7274523163,328,0.267582642,0.868113908,4619.6241548 +113,-1.545349067,0.7258710923,328,0.267582642,0.868113908,4632.2430808 +114,-1.54332671,0.7258603556,328,0.267582642,0.868113908,4628.1887889 +115,-1.541346831,0.7259242142,328,0.267582642,0.868113908,4624.0006962 +116,-1.545324355,0.7243383958,328,0.267582642,0.868113908,4636.6365283 +117,-1.543292796,0.7243617413,328,0.267582642,0.868113908,4632.4612356 +118,-1.541295822,0.7244024384,328,0.267582642,0.868113908,4628.3019942 +119,-1.543193859,0.7205570215,328,0.267582642,0.868113908,4643.2895431 +120,-1.550257047,0.7386738187,328,0.267582642,0.868113908,4605.0242862 +121,-1.549335448,0.7311736483,328,0.267582642,0.868113908,4624.9018069 +122,-1.533478843,0.7179891343,328,0.267582642,0.868113908,4630.9708971 +123,-1.556150555,0.738907041,328,0.267582642,0.868113908,4616.1153538 +124,-1.554324226,0.733414257,328,0.267582642,0.868113908,4628.4070016 +125,-1.554290846,0.7288285332,328,0.267582642,0.868113908,4641.6609978 +126,-1.55122487,0.7219795312,328,0.267582642,0.868113908,4655.4031517 +127,-1.525104458,0.7229399862,328,0.267582642,0.868113908,4599.60553 +128,-1.519607711,0.7236181429,328,0.267582642,0.868113908,4586.4243021 +129,-1.513899999,0.7251107854,328,0.267582642,0.868113908,4570.4603003 +130,-1.536620762,0.7431061895,328,0.267582642,0.868113908,4564.9236145 +131,-1.5369566,0.7460845958,328,0.267582642,0.868113908,4557.0393876 +132,-1.545345528,0.7447040685,328,0.267582642,0.868113908,4577.790024 +133,-1.532813921,0.7432306626,328,0.267582642,0.868113908,4556.9195329 +134,-1.554788248,0.7382381001,328,0.267582642,0.868113908,4615.3381699 +135,-1.540348126,0.7301594274,328,0.267582642,0.868113908,4609.7363357 +136,-1.538016084,0.7239051786,328,0.267582642,0.868113908,4623.0943592 +137,-1.525288962,0.7258085137,328,0.267582642,0.868113908,4591.7312837 +138,-1.534326986,0.731241342,328,0.267582642,0.868113908,4594.4460716 +139,-1.530733872,0.7303625216,328,0.267582642,0.868113908,4589.6994599 +141,-1.534354939,0.7328219978,328,0.267582642,0.868113908,4589.9492434 +142,-1.53157084,0.7292888153,328,0.267582642,0.868113908,4594.4875261 +143,-1.525691035,0.7263799874,328,0.267582642,0.868113908,4590.9073453 +144,-1.534031287,0.7495967835,328,0.267582642,0.868113908,4541.1058005 +145,-1.527714986,0.7283095957,328,0.267582642,0.868113908,4589.4768534 +146,-1.526189586,0.7271468292,328,0.267582642,0.868113908,4589.7176725 +147,-1.555177336,0.7375563366,328,0.267582642,0.868113908,4618.0921381 +148,-1.555080283,0.7312707794,328,0.267582642,0.868113908,4636.1467083 +149,-1.53856994,0.7224180299,328,0.267582642,0.868113908,4628.5194914 +150,-1.530837883,0.729933372,328,0.267582642,0.868113908,4591.1454737 +151,-1.515066984,0.5854133365,328,0.267582642,0.868113908,4980.1552675 +152,-1.534731633,0.5368370046,328,0.267582642,0.868113908,5168.4337403 +153,-1.515231902,0.5607085576,328,0.267582642,0.868113908,5053.8424217 +154,-2.616253799,1.0684566605,328,0.267582642,0.868113908,4729.3979833 +155,-1.956071439,0.5792177723,328,0.267582642,0.868113908,5868.3053745 +156,-1.951208514,0.5602434208,328,0.267582642,0.868113908,5924.3113452 +157,-1.944675062,0.6062144545,328,0.267582642,0.868113908,5757.4529702 +158,-1.613778386,0.6077989518,328,0.267582642,0.868113908,5123.9607765 +159,-2.035029014,0.6021432345,328,0.267582642,0.868113908,5919.2599972 +160,-2.114989471,0.6801825058,328,0.267582642,0.868113908,5763.7323667 +161,-2.037382079,0.5765830025,328,0.267582642,0.868113908,6011.7346555 +162,-2.129855121,0.6585019963,328,0.267582642,0.868113908,5861.1803448 +163,-2.075141798,0.6493615843,328,0.267582642,0.868113908,5815.599288 +164,-1.828626729,0.6948433129,328,0.267582642,0.868113908,5263.554575 +165,-1.863329418,0.6735427691,328,0.267582642,0.868113908,5393.4818438 +166,-1.266037071,0.727988852,328,0.267582642,0.868113908,4029.4413382 +167,-1.277579582,0.7249010648,328,0.267582642,0.868113908,4063.312088 +168,-1.258418684,0.7241194816,328,0.267582642,0.868113908,4022.2729627 +169,-1.317813974,0.6804850104,328,0.267582642,0.868113908,4271.2989409 +170,-1.344165204,0.6790988904,328,0.267582642,0.868113908,4334.3108313 +171,-1.427582102,0.5277120351,328,0.267582642,0.868113908,4952.5595705 +172,-1.402238616,0.457167829,328,0.267582642,0.868113908,5099.8242099 +173,-1.422454264,0.4996161999,328,0.267582642,0.868113908,5022.8553283 +174,-1.439089277,0.4894859811,328,0.267582642,0.868113908,5091.4952433 +175,-1.448126995,0.5182330266,328,0.267582642,0.868113908,5027.7657246 +176,-1.474626146,0.5881926574,328,0.267582642,0.868113908,4882.6567124 +177,-1.421139645,0.5584869783,328,0.267582642,0.868113908,4848.2357074 +178,-1.457037165,0.565943032,328,0.267582642,0.868113908,4908.2364638 +179,-2.757159358,0.3745319,328,0.267582642,0.868113908,7504.5789609 +180,-2.714309238,0.342054471,328,0.267582642,0.868113908,7617.6252007 +181,-2.000525337,0.774119946,328,0.267582642,0.868113908,5275.2229812 +183,-1.571413436,0.6777838382,328,0.267582642,0.868113908,4826.2045249 +184,-1.552860289,0.6987663893,328,0.267582642,0.868113908,4726.4575154 +185,-1.521852374,0.7165827476,328,0.267582642,0.868113908,4611.2463021 +186,-1.503656267,0.6928968252,328,0.267582642,0.868113908,4641.6867475 +187,-1.502753178,0.7136205882,328,0.267582642,0.868113908,4580.3625931 +188,-1.631894563,0.7343596465,328,0.267582642,0.868113908,4777.9539657 +189,-1.653765416,0.6770714026,328,0.267582642,0.868113908,4993.7670877 +190,-1.719812114,0.6715965947,328,0.267582642,0.868113908,5138.5389679 +191,-1.493406659,0.6646955447,328,0.267582642,0.868113908,4701.3071278 +192,-1.469120564,0.6613469966,328,0.267582642,0.868113908,4658.8180316 +193,-1.590551461,0.5326612937,328,0.267582642,0.868113908,5303.6775633 +194,-1.625979264,0.5247742243,328,0.267582642,0.868113908,5404.4189815 +195,-1.572293943,0.5238808754,328,0.267582642,0.868113908,5290.5421738 +196,-1.610848725,0.5477107964,328,0.267582642,0.868113908,5301.397727 +197,-1.208485554,0.7918526018,328,0.267582642,0.868113908,3741.8050296 +198,-1.335601374,0.6869083083,328,0.267582642,0.868113908,4293.9536283 +199,-1.346156996,0.6825213377,328,0.267582642,0.868113908,4329.4572892 +200,-1.324381037,0.6741422347,328,0.267582642,0.868113908,4303.2554059 +201,-1.242424992,0.7378949807,328,0.267582642,0.868113908,3951.0307052 +202,-1.270370057,0.7392461008,328,0.267582642,0.868113908,4010.1747609 +203,-1.448950472,0.7441675014,328,0.267582642,0.868113908,4382.559403 +204,-1.492662363,0.7523026852,328,0.267582642,0.868113908,4449.904647 +205,-1.479098966,0.7763855017,328,0.267582642,0.868113908,4355.1425754 +206,-1.633760714,0.7869022408,328,0.267582642,0.868113908,4625.0464934 +207,-1.647406434,0.8101289331,328,0.267582642,0.868113908,4581.362973 +208,-1.564245052,0.5701509278,328,0.267582642,0.868113908,5132.875363 +209,-1.646289963,0.6833746083,328,0.267582642,0.868113908,4959.8523782 +210,-1.5820631,0.6751952144,328,0.267582642,0.868113908,4855.6668166 +211,-1.613236298,0.6681681791,328,0.267582642,0.868113908,4939.9843091 +212,-1.914661867,0.8212566515,328,0.267582642,0.868113908,4990.7560305 +213,-1.742133237,0.7250275956,328,0.267582642,0.868113908,5012.9600397 +214,-2.033144872,0.6557314699,328,0.267582642,0.868113908,5730.5593706 +215,-2.039551981,0.6964723658,328,0.267582642,0.868113908,5599.0394426 +216,-1.247341019,0.7622473908,328,0.267582642,0.868113908,3900.6068871 +217,-1.298239787,0.7084123392,328,0.267582642,0.868113908,4152.7805407 +218,-1.308539688,0.6926545592,328,0.267582642,0.868113908,4217.7569501 +219,-1.303263185,0.6888938396,328,0.267582642,0.868113908,4215.8902413 +220,-1.852400229,0.6004246149,328,0.267582642,0.868113908,5614.2682071 +221,-1.288947707,0.7473773692,328,0.267582642,0.868113908,4030.4679713 +222,-1.372031502,0.7472790993,328,0.267582642,0.868113908,4211.4764841 +223,-1.289805721,0.7242157877,328,0.267582642,0.868113908,4092.4341588 +224,-1.350807603,0.7533498126,328,0.267582642,0.868113908,4149.746589 +225,-1.329290365,0.7560442322,328,0.267582642,0.868113908,4096.197826 +226,-1.410153004,0.616936428,328,0.267582642,0.868113908,4655.535529 +227,-1.393445434,0.6308995063,328,0.267582642,0.868113908,4578.4414891 +228,-1.37595573,0.6241540638,328,0.267582642,0.868113908,4557.8850664 +229,-1.358388707,0.6172645205,328,0.267582642,0.868113908,4537.1503588 +230,-1.753741133,0.8281661666,328,0.267582642,0.868113908,4712.6480193 +231,-1.47430987,0.6834615681,328,0.267582642,0.868113908,4606.7179939 +232,-1.421012508,0.7222725206,328,0.267582642,0.868113908,4384.1561825 +233,-1.4476833,0.6978557868,328,0.267582642,0.868113908,4509.1194296 +234,-1.470370723,0.6966193374,328,0.267582642,0.868113908,4560.9087225 +235,-1.429211703,0.7037216883,328,0.267582642,0.868113908,4453.130117 +236,-1.700578405,0.6178673663,328,0.267582642,0.868113908,5269.2166835 +237,-1.678117619,0.6331716163,328,0.267582642,0.868113908,5176.9826297 +238,-1.725644578,0.6316331145,328,0.267582642,0.868113908,5275.1558564 +239,-2.14012759,0.7930497945,328,0.267582642,0.868113908,5396.1199978 +240,-2.103289431,0.7653606263,328,0.267582642,0.868113908,5447.2253289 +241,-1.318739838,0.7017808746,328,0.267582642,0.868113908,4216.2837652 +242,-1.396417427,0.7077900843,328,0.267582642,0.868113908,4371.1074922 +243,-1.35650337,0.7185539404,328,0.267582642,0.868113908,4254.8801595 +244,-1.248884539,0.7274156818,328,0.267582642,0.868113908,3992.3008918 +245,-1.395014798,0.5761185243,328,0.267582642,0.868113908,4737.5352044 +246,-1.433377362,0.6064716109,328,0.267582642,0.868113908,4737.5891432 +247,-1.408172432,0.5903155476,328,0.267582642,0.868113908,4726.9905507 +248,-1.749645898,0.7757118084,328,0.267582642,0.868113908,4868.210927 +249,-1.571626686,0.615046989,328,0.267582642,0.868113908,5013.666762 +250,-1.514070049,0.6303003037,328,0.267582642,0.868113908,4845.6939485 +251,-1.480890369,0.6237966528,328,0.267582642,0.868113908,4792.7309648 +252,-1.704390658,0.5281680612,328,0.267582642,0.868113908,5558.9598959 +253,-1.64434733,0.5254277498,328,0.267582642,0.868113908,5441.6546863 +254,-1.703855997,0.4792484842,328,0.267582642,0.868113908,5712.6219125 +255,-1.692002383,0.5748825051,328,0.267582642,0.868113908,5386.5854815 +256,-1.854136457,0.5544643913,328,0.267582642,0.868113908,5768.7922427 +257,-1.665021206,0.520317736,328,0.267582642,0.868113908,5501.4025254 +258,-1.733654349,0.4845187345,328,0.267582642,0.868113908,5758.1637621 +259,-1.720938188,0.5135933906,328,0.267582642,0.868113908,5639.2582365 +260,-1.742668307,0.553296122,328,0.267582642,0.868113908,5556.9911637 +261,-1.965659039,0.7142126903,328,0.267582642,0.868113908,5426.3167195 +262,-1.944438071,0.6772834804,328,0.267582642,0.868113908,5517.2325459 +263,-1.270340967,0.7681487096,328,0.267582642,0.868113908,3936.5321996 +264,-1.353091884,0.6549276821,328,0.267582642,0.868113908,4420.5694827 +265,-1.333236659,0.6413584414,328,0.267582642,0.868113908,4412.8291028 +266,-1.352015998,0.6753788907,328,0.267582642,0.868113908,4362.0314457 +267,-1.377988483,0.6577816235,328,0.267582642,0.868113908,4468.6033409 +268,-2.13075611,0.8318642051,328,0.267582642,0.868113908,5247.1615218 +269,-2.097910953,0.8259670014,328,0.267582642,0.868113908,5227.5482784 +270,-1.416382069,0.6694271549,328,0.267582642,0.868113908,4521.1432678 +271,-1.538905672,0.7535625993,328,0.267582642,0.868113908,4539.4696897 +272,-1.572309477,0.7803125099,328,0.267582642,0.868113908,4527.9696432 +273,-1.87759879,0.7503853417,328,0.267582642,0.868113908,5165.4968554 +274,1.152365588,0.590457682,328,0.267582642,0.868113908,2772.1968192 +275,0.350198001,0.718001859,328,0.267582642,0.868113908,637.05836695 +276,0.046513677,0.491503852,328,0.267582642,0.868113908,1634.6113788 +277,0.027510309,0.742571376,328,0.267582642,0.868113908,823.3298847 +278,0.306285725,-0.214631579,328,0.267582642,0.868113908,4290.8751779 +279,-1.100564889,0.318051531,328,0.267582642,0.868113908,4753.9356809 +280,-1.078582306,0.301437596,328,0.267582642,0.868113908,4746.1082112 +281,-1.137371989,-0.617634065,328,0.267582642,0.868113908,7659.2017852 +282,0.784356344,0.703272339,328,0.267582642,0.868113908,1574.0353926 +283,-1.221209947,0.218327455,328,0.267582642,0.868113908,5355.6243548 +284,2.347301921,-0.449114658,328,0.267582642,0.868113908,8845.5208131 +285,0.246820618,0.830553713,328,0.267582642,0.868113908,158.37573329 +286,0.829414965,0.703288228,328,0.267582642,0.868113908,1686.9119016 +287,-1.337537566,0.42332223,328,0.267582642,0.868113908,5042.9943544 +288,0.882453706,0.454478077,328,0.267582642,0.868113908,2486.7573716 +289,1.575629659,0.416419109,328,0.267582642,0.868113908,4318.8364828 +290,-1.039455679,0.229888244,328,0.267582642,0.868113908,4856.4379691 +291,0.489558039,0.934482747,328,0.267582642,0.868113908,604.53426101 +292,0.081344504,0.88384514,328,0.267582642,0.868113908,475.96888157 +293,-1.547979814,0.300350308,328,0.267582642,0.868113908,5919.9158489 +294,0.040776181,0.168560074,328,0.267582642,0.868113908,2869.8521564 +295,-1.130374745,0.563894876,328,0.267582642,0.868113908,4139.68103 +296,1.578326642,0.478507176,328,0.267582642,0.868113908,4153.0282576 +297,-1.12861823,-0.291640865,328,0.267582642,0.868113908,6666.0528536 +298,0.310524208,0.770885792,328,0.267582642,0.868113908,402.18069431 +299,0.415649091,-0.387246002,328,0.267582642,0.868113908,4999.731812 +300,-0.926533878,-0.188022748,328,0.267582642,0.868113908,5861.4048245 +301,1.258856172,-0.11716081,328,0.267582642,0.868113908,5170.7244671 +302,-1.126050026,0.322941926,328,0.267582642,0.868113908,4804.7878248 +303,2.002785835,0.07893892,328,0.267582642,0.868113908,6401.2869275 +304,0.440437607,0.746258085,328,0.267582642,0.868113908,675.03721781 +305,-0.030391866,0.214441206,328,0.267582642,0.868113908,2765.3943243 +306,0.521557815,-0.058929362,328,0.267582642,0.868113908,3773.5408479 +307,-0.097005111,0.13317729,328,0.267582642,0.868113908,3151.8457617 +308,1.83113859,0.221857587,328,0.267582642,0.868113908,5535.2929882 +309,0.222428864,0.099404236,328,0.267582642,0.868113908,3048.5917322 +310,-1.702731345,0.8728568183,328,0.267582642,0.868113908,4491.4019515 +311,-0.418507569,0.278324921,328,0.267582642,0.868113908,3203.1813957 +312,-1.41153306,0.339029988,328,0.267582642,0.868113908,5473.2002488 +313,0.357560442,0.114788776,328,0.267582642,0.868113908,2998.9288326 +314,0.325818979,0.268352149,328,0.267582642,0.868113908,2383.0593365 +315,-1.246004659,-0.663679965,328,0.267582642,0.868113908,8030.8895191 +316,1.814603087,0.637404484,328,0.267582642,0.868113908,4299.6064187 +317,1.843704281,-0.18300445,328,0.267582642,0.868113908,6787.3289183 +318,1.690644492,-0.211480909,328,0.267582642,0.868113908,6488.1993484 +319,-1.275451936,0.068109467,328,0.267582642,0.868113908,5945.0922556 +320,0.762430171,-0.207594741,328,0.267582642,0.868113908,4595.1560652 +321,0.265668905,-0.014647884,328,0.267582642,0.868113908,3496.6255256 +322,-2.773032013,-0.335515811,328,0.267582642,0.868113908,10310.103468 +323,-1.469512853,0.174058777,328,0.267582642,0.868113908,6115.7803861 +324,0.286276986,0.785925691,328,0.267582642,0.868113908,329.37568419 +325,-1.379324697,0.377432233,328,0.267582642,0.868113908,5280.0549952 +326,-1.203778265,0.212813032,328,0.267582642,0.868113908,5327.5323737 +327,0.579916301,0.611743168,328,0.267582642,0.868113908,1358.9763802 +328,0.267582642,0.868113908,328,0.267582642,0.868113908,0 +329,0.412869244,-0.050245578,328,0.267582642,0.868113908,3671.4101595 +330,0.17524381,0.976660285,328,0.267582642,0.868113908,483.04145377 +331,0.743157214,0.204812899,328,0.267582642,0.868113908,3050.903498 +332,-1.070758176,0.269382282,328,0.267582642,0.868113908,4819.9469762 +333,-1.230364251,0.329790229,328,0.267582642,0.868113908,5049.7306802 +334,-1.374813124,-0.024926835,328,0.267582642,0.868113908,6480.5173948 +335,0.519780566,0.463669906,328,0.267582642,0.868113908,1777.0793975 +336,-1.55108034,0.239698561,328,0.267582642,0.868113908,6114.3682134 +337,0.180294813,0.029739425,328,0.267582642,0.868113908,3333.883152 +338,0.67820924,0.268170153,328,0.267582642,0.868113908,2718.6338957 +339,0.445798684,1.024001867,328,0.267582642,0.868113908,741.01597721 +340,0.691751283,0.150521402,328,0.267582642,0.868113908,3168.4661027 +341,-1.036643551,-0.903056181,328,0.267582642,0.868113908,8267.5828013 +342,-0.120287036,1.083325163,328,0.267582642,0.868113908,1200.1876304 +343,2.823513113,-0.304487164,328,0.267582642,0.868113908,9536.909258 +344,0.457583172,1.12513373,328,0.267582642,0.868113908,1093.4478367 +345,0.042918831,0.813795399,328,0.267582642,0.868113908,630.16459813 +346,1.196146777,-0.853142756,328,0.267582642,0.868113908,7513.4927879 +347,0.206001358,-0.010430701,328,0.267582642,0.868113908,3486.2139325 +348,-0.268308653,0.234799412,328,0.267582642,0.868113908,3049.6973075 +349,0.759363263,0.736189579,328,0.267582642,0.868113908,1440.9471072 +350,0.181363926,0.891988372,328,0.267582642,0.868113908,237.18144781 +351,-0.021111158,0.139103292,328,0.267582642,0.868113908,3041.786204 +352,-0.093355215,0.630686981,328,0.267582642,0.868113908,1398.5086862 +353,0.40118964,0.681375926,328,0.267582642,0.868113908,829.70554635 +354,-0.721197315,1.304706234,328,0.267582642,0.868113908,2345.9921809 +355,-1.076150317,0.212107639,328,0.267582642,0.868113908,5003.0881881 +356,-1.577164531,0.273993443,328,0.267582642,0.868113908,6070.7204303 +357,-0.190788414,0.182208586,328,0.267582642,0.868113908,3104.6143919 +358,-0.261349752,0.209710184,328,0.267582642,0.868113908,3125.0353598 +359,-1.029303852,0.083549259,328,0.267582642,0.868113908,5270.5319495 +360,-1.268609162,0.330525297,328,0.267582642,0.868113908,5143.9124992 +361,1.282982244,-0.926641967,328,0.267582642,0.868113908,7875.9754335 +362,0.217352334,0.731352408,328,0.267582642,0.868113908,559.0620856 +363,-1.511833084,0.258629297,328,0.267582642,0.868113908,5961.2065396 +364,0.338812194,0.823184618,328,0.267582642,0.868113908,258.17011898 +365,-0.324406489,1.134201999,328,0.267582642,0.868113908,1612.2129796 +366,1.389579348,0.399185724,328,0.267582642,0.868113908,3891.6271288 +367,2.047152199,-0.039082036,328,0.267582642,0.868113908,6873.1081184 +368,0.947780369,0.568250077,328,0.267582642,0.868113908,2314.0250394 +369,0.763824846,0.576754987,328,0.267582642,0.868113908,1853.4126544 +370,-0.142334657,0.928153068,328,0.267582642,0.868113908,1034.1576049 +371,0.610266567,0.547265983,328,0.267582642,0.868113908,1626.4017993 +372,0.210731629,0.746815056,328,0.267582642,0.868113908,504.92743594 +373,-1.34931644,0.316895224,328,0.267582642,0.868113908,5385.9093141 +374,2.407696481,0.655030745,328,0.267582642,0.868113908,5470.3646419 +375,0.64207831,0.545359131,328,0.267582642,0.868113908,1692.6946593 +376,1.174597538,0.840588356,328,0.267582642,0.868113908,2314.1781727 +377,0.660059424,0.010604079,328,0.267582642,0.868113908,3647.2753667 +378,-0.730263819,0.010486456,328,0.267582642,0.868113908,4770.2911107 +379,0.831068936,0.512339172,328,0.267582642,0.868113908,2195.4117058 +380,1.301180979,0.72367476,328,0.267582642,0.868113908,2844.0224645 +381,1.811128231,0.322854402,328,0.267582642,0.868113908,5184.9523707 +382,0.435105812,0.992284428,328,0.267582642,0.868113908,630.60406624 +383,0.62643634,0.592027932,328,0.267582642,0.868113908,1512.5937926 +384,0.492988703,-0.516339467,328,0.267582642,0.868113908,5541.0496207 +385,-0.162469483,0.112549365,328,0.267582642,0.868113908,3316.8680405 +386,0.314630866,0.472006421,328,0.267582642,0.868113908,1575.507852 +387,0.166744804,0.822815954,328,0.267582642,0.868113908,319.85959349 +388,0.417159608,0.965805736,328,0.267582642,0.868113908,528.02914562 +389,0.106334961,0.868774244,328,0.267582642,0.868113908,412.35868334 +390,0.815086969,-0.338144359,328,0.267582642,0.868113908,5149.7061546 +391,0.59867455,-0.230624824,328,0.267582642,0.868113908,4502.650617 +392,1.915104874,0.066220985,328,0.267582642,0.868113908,6217.6905251 +393,1.278093622,0.064463721,328,0.267582642,0.868113908,4626.8892667 +394,-0.061477853,0.302997961,328,0.267582642,0.868113908,2472.4523942 +395,0.251311504,0.626976942,328,0.267582642,0.868113908,956.29191592 +396,2.950242872,0.149095644,328,0.267582642,0.868113908,8113.531178 +397,-0.180294708,0.35375117,328,0.267582642,0.868113908,2476.6547747 +398,1.010448592,-0.351180233,328,0.267582642,0.868113908,5487.1886171 +399,-1.748740498,0.3686318073,328,0.267582642,0.868113908,6161.7530413 +400,2.699635665,0.123533791,328,0.267582642,0.868113908,7819.7211041 +401,0.496808033,0.823843254,328,0.267582642,0.868113908,626.06004434 +402,0.129574704,0.763364087,328,0.267582642,0.868113908,558.4119199 +403,1.798920311,0.817447563,328,0.267582642,0.868113908,3799.971172 +404,0.335987953,0.746786541,328,0.267582642,0.868113908,515.60930803 +405,-1.085413643,0.292154671,328,0.267582642,0.868113908,4790.6998002 +406,-0.155321003,0.508207011,328,0.267582642,0.868113908,1908.1746156 +407,0.620529244,-0.301175104,328,0.267582642,0.868113908,4793.8983013 +408,1.684402744,0.368716966,328,0.267582642,0.868113908,4731.3432455 +409,0.300582244,-0.386397212,328,0.267582642,0.868113908,4970.4767788 +410,2.913555946,-0.009225192,328,0.267582642,0.868113908,8650.9675776 +411,1.465101417,0.493232532,328,0.267582642,0.868113908,3824.8663973 +412,0.090612882,0.907955955,328,0.267582642,0.868113908,469.10570929 +413,2.987564726,-0.729568594,328,0.267582642,0.868113908,11163.729493 +414,-1.484261606,0.224149272,328,0.267582642,0.868113908,5999.3333467 +415,0.164073421,0.303955133,328,0.267582642,0.868113908,2258.9641258 +416,0.141441293,0.167552546,328,0.267582642,0.868113908,2805.8888306 +417,2.931321023,-0.506718887,328,0.267582642,0.868113908,10418.586319 +418,2.21951565,0.700596356,328,0.267582642,0.868113908,4981.002184 +419,0.268112576,1.199114336,328,0.267582642,0.868113908,1311.093097 +420,0.978913739,0.359223811,328,0.267582642,0.868113908,3000.4025653 +421,1.210898818,0.522863584,328,0.267582642,0.868113908,3095.8288689 +422,2.347397336,0.129231362,328,0.267582642,0.868113908,7076.0601844 +423,0.614394501,0.556878345,328,0.267582642,0.868113908,1602.3019204 +424,-1.398079356,0.148483366,328,0.267582642,0.868113908,6014.4694863 +425,2.535303836,-0.112984496,328,0.267582642,0.868113908,8287.6996387 +426,-1.019372593,-0.405322349,328,0.267582642,0.868113908,6756.6441128 +427,-1.297785627,-0.160104069,328,0.267582642,0.868113908,6691.183017 +428,2.144554488,0.205051084,328,0.267582642,0.868113908,6361.8981512 +429,-2.242387083,-0.426171285,328,0.267582642,0.868113908,9832.1643178 +430,0.338637212,0.909723676,328,0.267582642,0.868113908,242.0656996 +431,-0.148798452,0.691042401,328,0.267582642,0.868113908,1357.8710095 +432,0.893524764,0.441829531,328,0.267582642,0.868113908,2550.5606239 +433,0.969229347,-0.368847936,328,0.267582642,0.868113908,5483.7863617 +434,0.436043248,0.800045688,328,0.267582642,0.868113908,522.54894234 +435,1.687946607,1.081504775,328,0.267582642,0.868113908,3043.2333535 +436,0.522302046,-0.034889271,328,0.267582642,0.868113908,3680.8584672 +437,-0.178996113,-0.438090009,328,0.267582642,0.868113908,5407.6752906 +438,-1.094339566,0.301444068,328,0.267582642,0.868113908,4786.3968907 +439,-1.064070054,0.242569932,328,0.267582642,0.868113908,4881.8588674 +440,-1.068153768,0.230387998,328,0.267582642,0.868113908,4928.3648239 +441,-3.00496892,-0.23989155,328,0.267582642,0.868113908,9919.4554707 +442,0.21751974,0.766874888,328,0.267582642,0.868113908,423.24442441 +443,0.117229532,0.007619006,328,0.267582642,0.868113908,3446.3551693 +444,0.777758451,0.420554741,328,0.267582642,0.868113908,2369.2587139 +445,-0.252356999,0.250747086,328,0.267582642,0.868113908,2965.0342464 +446,0.363148444,0.768483434,328,0.267582642,0.868113908,471.59260231 +447,0.903191366,-0.118210676,328,0.267582642,0.868113908,4476.9342568 +448,-0.205755923,0.149406178,328,0.267582642,0.868113908,3247.0913723 +449,1.811996086,0.02364353,328,0.267582642,0.868113908,6082.9255871 +450,-1.100670221,0.314845373,328,0.267582642,0.868113908,4763.5299651 +451,0.340078597,0.850105132,328,0.267582642,0.868113908,200.61905355 +452,0.258757267,0.804969236,328,0.267582642,0.868113908,251.20867499 +453,2.78505352,-0.155160804,328,0.267582642,0.868113908,8952.5686633 +454,0.800551619,0.105822106,328,0.267582642,0.868113908,3501.2277032 +455,0.437940882,-0.506194031,328,0.267582642,0.868113908,5476.6519175 +456,2.230431122,0.63458615,328,0.267582642,0.868113908,5206.5290362 +457,0.527965361,0.127667701,328,0.267582642,0.868113908,3057.6463314 +458,-0.063643205,0.702093448,328,0.267582642,0.868113908,1132.1424005 +459,1.408447268,0.133010502,328,0.267582642,0.868113908,4728.3699219 +460,0.523795955,0.280266966,328,0.267582642,0.868113908,2469.5238873 +461,-0.975769313,0.072177659,328,0.267582642,0.868113908,5170.4678049 +462,0.549774164,-0.463663986,328,0.267582642,0.868113908,5368.1240129 +463,0.29245874,1.095549818,328,0.267582642,0.868113908,902.47941992 +464,0.143625958,0.816809593,328,0.267582642,0.868113908,384.60243575 +465,0.671902494,0.611159853,328,0.267582642,0.868113908,1549.1225389 +466,1.239840988,0.6724199,328,0.267582642,0.868113908,2801.1696479 +467,0.607829703,-0.10932137,328,0.267582642,0.868113908,4045.0670501 +468,1.763020906,0.263996692,328,0.267582642,0.868113908,5237.0179129 +469,0.378714634,0.726066797,328,0.267582642,0.868113908,640.68982024 +470,2.196736143,-0.153862366,328,0.267582642,0.868113908,7600.0342457 +471,0.01702415,0.148991565,328,0.267582642,0.868113908,2966.4555816 +472,-2.998490902,-0.158002487,328,0.267582642,0.868113908,9601.2228626 +473,-3.051262951,-0.346595608,328,0.267582642,0.868113908,10303.609718 +474,-1.069176439,0.182802941,328,0.267582642,0.868113908,5072.6244494 +475,0.167157509,0.595344954,328,0.267582642,0.868113908,1119.3922399 +476,0.613855648,0.681746124,328,0.267582642,0.868113908,1220.5543819 +477,1.037012736,0.682555367,328,0.267582642,0.868113908,2260.1965956 +478,-1.253574971,0.379755746,328,0.267582642,0.868113908,4962.3464001 +479,3.108590453,-0.132620738,328,0.267582642,0.868113908,9364.7838637 +480,0.565301296,0.022333262,328,0.267582642,0.868113908,3498.1384267 +481,0.547898238,0.855555614,328,0.267582642,0.868113908,723.19716032 +482,0.948309381,0.417393755,328,0.267582642,0.868113908,2750.3992263 +483,-0.050600732,0.945269213,328,0.267582642,0.868113908,831.80709613 +484,-0.977651478,-0.572363064,328,0.267582642,0.868113908,7180.1278993 +485,1.102014914,0.728861163,328,0.267582642,0.868113908,2329.3892167 +486,2.927300795,-0.282939414,328,0.267582642,0.868113908,9659.5341137 +487,-1.154565557,0.124434095,328,0.267582642,0.868113908,5466.0012048 +488,1.855331234,0.291044755,328,0.267582642,0.868113908,5390.0214664 +489,0.830290659,0.276904518,328,0.267582642,0.868113908,2954.8598612 +490,0.485104466,-0.234867441,328,0.267582642,0.868113908,4434.3673709 +491,0.521367572,-0.33161327,328,0.267582642,0.868113908,4834.9776417 +1,-1.539031704,0.7349710123,329,0.412869244,-0.050245578,7467.3162674 +2,-1.536990553,0.7349663874,329,0.412869244,-0.050245578,7461.4721841 +3,-1.534951779,0.7349571355,329,0.412869244,-0.050245578,7455.6369325 +4,-1.532906461,0.7349480293,329,0.412869244,-0.050245578,7449.7807429 +5,-1.531320211,0.7346937278,329,0.412869244,-0.050245578,7445.4503355 +6,-1.539451648,0.7335131775,329,0.412869244,-0.050245578,7469.8059477 +7,-1.537429487,0.7335445708,329,0.412869244,-0.050245578,7463.9768882 +8,-1.535484998,0.7335658704,329,0.412869244,-0.050245578,7458.3779847 +9,-1.533488396,0.7336036027,329,0.412869244,-0.050245578,7452.6137035 +10,-1.531497785,0.7335842962,329,0.412869244,-0.050245578,7446.9142353 +11,-1.530259379,0.7334777758,329,0.412869244,-0.050245578,7443.4483414 +12,-1.5335454,0.7322346912,329,0.412869244,-0.050245578,7453.9608393 +13,-1.531489083,0.7322238773,329,0.412869244,-0.050245578,7448.0575535 +14,-1.530011122,0.7321679851,329,0.412869244,-0.050245578,7443.8544235 +15,-1.53348106,0.7306614094,329,0.412869244,-0.050245578,7455.1329405 +16,-1.531441779,0.7306962275,329,0.412869244,-0.050245578,7449.230575 +17,-1.529755654,0.7306933243,329,0.412869244,-0.050245578,7444.3761989 +18,-1.533415048,0.7291384674,329,0.412869244,-0.050245578,7456.2533806 +19,-1.531392093,0.7291705353,329,0.412869244,-0.050245578,7450.3918327 +20,-1.529296523,0.7291214933,329,0.412869244,-0.050245578,7444.388058 +21,-1.535280942,0.727267644,329,0.412869244,-0.050245578,7463.2486032 +22,-1.533378158,0.7276139666,329,0.412869244,-0.050245578,7457.4558727 +23,-1.531340368,0.7276446587,329,0.412869244,-0.050245578,7451.5441175 +24,-1.528960113,0.7276398177,329,0.412869244,-0.050245578,7444.6712901 +25,-1.533313146,0.7260818349,329,0.412869244,-0.050245578,7458.5804264 +26,-1.531259555,0.7260958115,329,0.412869244,-0.050245578,7452.6285143 +27,-1.528926415,0.7260865555,329,0.412869244,-0.050245578,7445.8854573 +28,-1.531226779,0.7245511789,329,0.412869244,-0.050245578,7453.8449095 +29,-1.528904772,0.7245519194,329,0.412869244,-0.050245578,7447.1156876 +30,-1.547195875,0.7409785979,329,0.412869244,-0.050245578,7485.2270988 +31,-1.5451475,0.740980426,329,0.412869244,-0.050245578,7479.3991949 +32,-1.543097679,0.7409798872,329,0.412869244,-0.050245578,7473.5672795 +33,-1.540720364,0.7409892687,329,0.412869244,-0.050245578,7466.7921033 +34,-1.547188511,0.7395198392,329,0.412869244,-0.050245578,7486.5361788 +35,-1.545148587,0.7395226109,329,0.412869244,-0.050245578,7480.7230796 +36,-1.543104538,0.7395314908,329,0.412869244,-0.050245578,7474.8907358 +37,-1.540727751,0.7395306258,329,0.412869244,-0.050245578,7468.116553 +38,-1.547187029,0.7380014886,329,0.412869244,-0.050245578,7487.9135055 +39,-1.545147315,0.7380012252,329,0.412869244,-0.050245578,7482.0950426 +40,-1.54310719,0.7380060743,329,0.412869244,-0.050245578,7476.2687903 +41,-1.540719671,0.7380068206,329,0.412869244,-0.050245578,7469.4523462 +42,-1.547187189,0.7364799098,329,0.412869244,-0.050245578,7489.2955724 +43,-1.545149996,0.7364853874,329,0.412869244,-0.050245578,7483.4704239 +44,-1.543106091,0.7364823484,329,0.412869244,-0.050245578,7477.6317648 +45,-1.540717158,0.7364893901,329,0.412869244,-0.050245578,7470.7954777 +46,-1.538663972,0.7410138672,329,0.412869244,-0.050245578,7460.9147955 +47,-1.53695285,0.7409699132,329,0.412869244,-0.050245578,7456.079908 +48,-1.534910498,0.7409641297,329,0.412869244,-0.050245578,7450.2657477 +49,-1.533145034,0.7409536636,329,0.412869244,-0.050245578,7445.242964 +50,-1.538681336,0.7395405883,329,0.412869244,-0.050245578,7462.2722968 +51,-1.536999189,0.7395183096,329,0.412869244,-0.050245578,7457.4938067 +52,-1.534923633,0.7395144222,329,0.412869244,-0.050245578,7451.5749337 +53,-1.533267822,0.7395654306,329,0.412869244,-0.050245578,7446.8043927 +54,-1.53867273,0.7380151077,329,0.412869244,-0.050245578,7463.5993273 +55,-1.536980576,0.7379994392,329,0.412869244,-0.050245578,7458.7791776 +56,-1.534931522,0.7379944961,329,0.412869244,-0.050245578,7452.9281064 +57,-1.533387952,0.7379480264,329,0.412869244,-0.050245578,7448.5563029 +58,-1.538682279,0.7364914363,329,0.412869244,-0.050245578,7464.9737809 +59,-1.536980704,0.7364810563,329,0.412869244,-0.050245578,7460.1147822 +60,-1.534935567,0.7364752065,329,0.412869244,-0.050245578,7454.2669938 +61,-1.533042592,0.7363876366,329,0.412869244,-0.050245578,7448.9237444 +62,-1.545143426,0.7349628011,329,0.412869244,-0.050245578,7484.8225799 +63,-1.543105297,0.7349691947,329,0.412869244,-0.050245578,7478.9832934 +64,-1.541064533,0.7349647152,329,0.412869244,-0.050245578,7473.1441879 +65,-1.545411803,0.7334624714,329,0.412869244,-0.050245578,7486.9397891 +66,-1.543446606,0.7334780896,329,0.412869244,-0.050245578,7481.2930546 +67,-1.541475327,0.7334957295,329,0.412869244,-0.050245578,7475.6254035 +68,-1.545401939,0.731963266,329,0.412869244,-0.050245578,7488.2568807 +69,-1.54342253,0.7319915583,329,0.412869244,-0.050245578,7482.5498398 +70,-1.541455867,0.7320216438,329,0.412869244,-0.050245578,7476.8762451 +71,-1.545410146,0.7304422281,329,0.412869244,-0.050245578,7489.6425641 +72,-1.543435491,0.7304713664,329,0.412869244,-0.050245578,7483.9400964 +73,-1.541463105,0.7304997613,329,0.412869244,-0.050245578,7478.2432662 +74,-1.545414768,0.7289194936,329,0.412869244,-0.050245578,7491.0166268 +75,-1.543435774,0.7289538557,329,0.412869244,-0.050245578,7485.2887113 +76,-1.541457714,0.7289765881,329,0.412869244,-0.050245578,7479.5722476 +77,-1.539449415,0.7320555866,329,0.412869244,-0.050245578,7471.0834498 +78,-1.537429183,0.7321097681,329,0.412869244,-0.050245578,7465.2318366 +79,-1.535472649,0.7321497267,329,0.412869244,-0.050245578,7459.5743523 +80,-1.539457899,0.7305333307,329,0.412869244,-0.050245578,7472.4459365 +81,-1.537453161,0.7305750503,329,0.412869244,-0.050245578,7466.6413196 +82,-1.535479385,0.7306124949,329,0.412869244,-0.050245578,7460.9281139 +83,-1.53946905,0.7290102593,329,0.412869244,-0.050245578,7473.8140417 +84,-1.537459922,0.7290417293,329,0.412869244,-0.050245578,7467.9972878 +85,-1.535451349,0.7290890157,329,0.412869244,-0.050245578,7462.1669163 +86,-1.535522937,0.7279887191,329,0.412869244,-0.050245578,7463.3247162 +87,-1.539442524,0.7274735939,329,0.412869244,-0.050245578,7475.0825604 +88,-1.537424111,0.727521351,329,0.412869244,-0.050245578,7469.2163177 +89,-1.539384641,0.7259505092,329,0.412869244,-0.050245578,7476.2454849 +90,-1.537372391,0.7259947145,329,0.412869244,-0.050245578,7470.3916446 +91,-1.535340789,0.7260435356,329,0.412869244,-0.050245578,7464.4764873 +92,-1.539325716,0.7244369706,329,0.412869244,-0.050245578,7477.3937292 +93,-1.537308932,0.7244801057,329,0.412869244,-0.050245578,7471.5192883 +94,-1.535289068,0.7245247645,329,0.412869244,-0.050245578,7465.6332127 +95,-1.533261366,0.7245550236,329,0.412869244,-0.050245578,7459.7353435 +96,-1.539267302,0.722921924,329,0.412869244,-0.050245578,7478.541437 +97,-1.537248972,0.7229660258,329,0.412869244,-0.050245578,7472.6532601 +98,-1.535219431,0.7229916471,329,0.412869244,-0.050245578,7466.7470159 +99,-1.53318962,0.7230212049,329,0.412869244,-0.050245578,7460.8350356 +100,-1.531154816,0.7230299897,329,0.412869244,-0.050245578,7454.9245926 +101,-1.528878341,0.7230370244,329,0.412869244,-0.050245578,7448.3124146 +102,-1.539218189,0.7214009878,329,0.412869244,-0.050245578,7479.7179085 +103,-1.537198791,0.7214422745,329,0.412869244,-0.050245578,7473.8206125 +104,-1.535179266,0.7214634354,329,0.412869244,-0.050245578,7467.9387355 +105,-1.533156501,0.7214944644,329,0.412869244,-0.050245578,7462.0374342 +106,-1.53113574,0.7215166021,329,0.412869244,-0.050245578,7456.147943 +107,-1.528874248,0.7215345535,329,0.412869244,-0.050245578,7449.560666 +108,-1.539217656,0.7198512397,329,0.412869244,-0.050245578,7481.0571925 +109,-1.537199919,0.7199428763,329,0.412869244,-0.050245578,7475.1129343 +110,-1.545425832,0.727397149,329,0.412869244,-0.050245578,7492.4060634 +111,-1.543371177,0.7273916949,329,0.412869244,-0.050245578,7486.4869028 +112,-1.541368852,0.7274523163,329,0.412869244,-0.050245578,7480.6585118 +113,-1.545349067,0.7258710923,329,0.412869244,-0.050245578,7493.5424341 +114,-1.54332671,0.7258603556,329,0.412869244,-0.050245578,7487.7124163 +115,-1.541346831,0.7259242142,329,0.412869244,-0.050245578,7481.9375892 +116,-1.545324355,0.7243383958,329,0.412869244,-0.050245578,7494.8316265 +117,-1.543292796,0.7243617413,329,0.412869244,-0.050245578,7488.9363184 +118,-1.541295822,0.7244024384,329,0.412869244,-0.050245578,7483.1241808 +119,-1.543193859,0.7205570215,329,0.412869244,-0.050245578,7491.9924755 +120,-1.550257047,0.7386738187,329,0.412869244,-0.050245578,7496.0503042 +121,-1.549335448,0.7311736483,329,0.412869244,-0.050245578,7500.2584152 +122,-1.533478843,0.7179891343,329,0.412869244,-0.050245578,7465.9472702 +123,-1.556150555,0.738907041,329,0.412869244,-0.050245578,7512.6129559 +124,-1.554324226,0.733414257,329,0.412869244,-0.050245578,7512.5060839 +125,-1.554290846,0.7288285332,329,0.412869244,-0.050245578,7516.6305405 +126,-1.55122487,0.7219795312,329,0.412869244,-0.050245578,7514.0099034 +127,-1.525104458,0.7229399862,329,0.412869244,-0.050245578,7437.4361304 +128,-1.519607711,0.7236181429,329,0.412869244,-0.050245578,7420.9123923 +129,-1.513899999,0.7251107854,329,0.412869244,-0.050245578,7403.1307063 +130,-1.536620762,0.7431061895,329,0.412869244,-0.050245578,7453.2449488 +131,-1.5369566,0.7460845958,329,0.412869244,-0.050245578,7451.5541782 +132,-1.545345528,0.7447040685,329,0.412869244,-0.050245578,7476.5749295 +133,-1.532813921,0.7432306626,329,0.412869244,-0.050245578,7442.3099752 +134,-1.554788248,0.7382381001,329,0.412869244,-0.050245578,7509.3592907 +135,-1.540348126,0.7301594274,329,0.412869244,-0.050245578,7475.3359362 +136,-1.538016084,0.7239051786,329,0.412869244,-0.050245578,7474.0641693 +137,-1.525288962,0.7258085137,329,0.412869244,-0.050245578,7435.5872942 +138,-1.534326986,0.731241342,329,0.412869244,-0.050245578,7457.0671592 +139,-1.530733872,0.7303625216,329,0.412869244,-0.050245578,7447.4765473 +141,-1.534354939,0.7328219978,329,0.412869244,-0.050245578,7455.7791891 +142,-1.53157084,0.7292888153,329,0.412869244,-0.050245578,7450.8063144 +143,-1.525691035,0.7263799874,329,0.412869244,-0.050245578,7436.274929 +144,-1.534031287,0.7495967835,329,0.412869244,-0.050245578,7440.1563345 +145,-1.527714986,0.7283095957,329,0.412869244,-0.050245578,7440.5086911 +146,-1.526189586,0.7271468292,329,0.412869244,-0.050245578,7437.0764043 +147,-1.555177336,0.7375563366,329,0.412869244,-0.050245578,7511.1022116 +148,-1.555080283,0.7312707794,329,0.412869244,-0.050245578,7516.6500151 +149,-1.53856994,0.7224180299,329,0.412869244,-0.050245578,7476.9566845 +150,-1.530837883,0.729933372,329,0.412869244,-0.050245578,7448.1425805 +151,-1.515066984,0.5854133365,329,0.412869244,-0.050245578,7506.98113 +152,-1.534731633,0.5368370046,329,0.412869244,-0.050245578,7602.2906826 +153,-1.515231902,0.5607085576,329,0.412869244,-0.050245578,7522.7256036 +154,-2.616253799,1.0684566605,329,0.412869244,-0.050245578,8396.5915597 +155,-1.956071439,0.5792177723,329,0.412869244,-0.050245578,8901.2017483 +156,-1.951208514,0.5602434208,329,0.412869244,-0.050245578,8919.7148023 +157,-1.944675062,0.6062144545,329,0.412869244,-0.050245578,8819.4474062 +158,-1.613778386,0.6077989518,329,0.412869244,-0.050245578,7807.1504757 +159,-2.035029014,0.6021432345,329,0.412869244,-0.050245578,9083.9867436 +160,-2.114989471,0.6801825058,329,0.412869244,-0.050245578,9110.747081 +161,-2.037382079,0.5765830025,329,0.412869244,-0.050245578,9142.9924419 +162,-2.129855121,0.6585019963,329,0.412869244,-0.050245578,9201.0288334 +163,-2.075141798,0.6493615843,329,0.412869244,-0.050245578,9087.1056231 +164,-1.828626729,0.6948433129,329,0.412869244,-0.050245578,8337.134713 +165,-1.863329418,0.6735427691,329,0.412869244,-0.050245578,8469.3987973 +166,-1.266037071,0.727988852,329,0.412869244,-0.050245578,6673.9225177 +167,-1.277579582,0.7249010648,329,0.412869244,-0.050245578,6708.541104 +168,-1.258418684,0.7241194816,329,0.412869244,-0.050245578,6651.8534233 +169,-1.317813974,0.6804850104,329,0.412869244,-0.050245578,6839.1249438 +170,-1.344165204,0.6790988904,329,0.412869244,-0.050245578,6920.4837357 +171,-1.427582102,0.5277120351,329,0.412869244,-0.050245578,7243.9097742 +172,-1.402238616,0.457167829,329,0.412869244,-0.050245578,7177.6252092 +173,-1.422454264,0.4996161999,329,0.412869244,-0.050245578,7236.1613577 +174,-1.439089277,0.4894859811,329,0.412869244,-0.050245578,7297.4113536 +175,-1.448126995,0.5182330266,329,0.412869244,-0.050245578,7317.7435431 +176,-1.474626146,0.5881926574,329,0.412869244,-0.050245578,7373.4339086 +177,-1.421139645,0.5584869783,329,0.412869244,-0.050245578,7210.467984 +178,-1.457037165,0.565943032,329,0.412869244,-0.050245578,7326.8312682 +179,-2.757159358,0.3745319,329,0.412869244,-0.050245578,11154.687192 +180,-2.714309238,0.342054471,329,0.412869244,-0.050245578,11286.64849 +181,-2.000525337,0.774119946,329,0.412869244,-0.050245578,8615.2524693 +183,-1.571413436,0.6777838382,329,0.412869244,-0.050245578,7613.3039832 +184,-1.552860289,0.6987663893,329,0.412869244,-0.050245578,7539.3971629 +185,-1.521852374,0.7165827476,329,0.412869244,-0.050245578,7433.1781682 +186,-1.503656267,0.6928968252,329,0.412869244,-0.050245578,7397.6615252 +187,-1.502753178,0.7136205882,329,0.412869244,-0.050245578,7379.5162174 +188,-1.631894563,0.7343596465,329,0.412869244,-0.050245578,7731.7556758 +189,-1.653765416,0.6770714026,329,0.412869244,-0.050245578,7859.8027396 +190,-1.719812114,0.6715965947,329,0.412869244,-0.050245578,8061.0417429 +191,-1.493406659,0.6646955447,329,0.412869244,-0.050245578,7386.4651618 +192,-1.469120564,0.6613469966,329,0.412869244,-0.050245578,7313.8069842 +193,-1.590551461,0.5326612937,329,0.412869244,-0.050245578,7792.5809901 +194,-1.625979264,0.5247742243,329,0.412869244,-0.050245578,7917.4910824 +195,-1.572293943,0.5238808754,329,0.412869244,-0.050245578,7737.2528101 +196,-1.610848725,0.5477107964,329,0.412869244,-0.050245578,7848.7653613 +197,-1.208485554,0.7918526018,329,0.412869244,-0.050245578,6504.1915725 +198,-1.335601374,0.6869083083,329,0.412869244,-0.050245578,6891.89016 +199,-1.346156996,0.6825213377,329,0.412869244,-0.050245578,6925.5210971 +200,-1.324381037,0.6741422347,329,0.412869244,-0.050245578,6860.9455285 +201,-1.242424992,0.7378949807,329,0.412869244,-0.050245578,6603.3766148 +202,-1.270370057,0.7392461008,329,0.412869244,-0.050245578,6685.0326966 +203,-1.448950472,0.7441675014,329,0.412869244,-0.050245578,7201.6808271 +204,-1.492662363,0.7523026852,329,0.412869244,-0.050245578,7320.7810106 +205,-1.479098966,0.7763855017,329,0.412869244,-0.050245578,7264.2866904 +206,-1.633760714,0.7869022408,329,0.412869244,-0.050245578,7674.6186136 +207,-1.647406434,0.8101289331,329,0.412869244,-0.050245578,7681.0894674 +208,-1.564245052,0.5701509278,329,0.412869244,-0.050245578,7678.0919567 +209,-1.646289963,0.6833746083,329,0.412869244,-0.050245578,7830.6942376 +210,-1.5820631,0.6751952144,329,0.412869244,-0.050245578,7647.6725663 +211,-1.613236298,0.6681681791,329,0.412869244,-0.050245578,7748.1879012 +212,-1.914661867,0.8212566515,329,0.412869244,-0.050245578,8313.863661 +213,-1.742133237,0.7250275956,329,0.412869244,-0.050245578,8051.294039 +214,-2.033144872,0.6557314699,329,0.412869244,-0.050245578,8964.195485 +215,-2.039551981,0.6964723658,329,0.412869244,-0.050245578,8888.5528385 +216,-1.247341019,0.7622473908,329,0.412869244,-0.050245578,6615.4494747 +217,-1.298239787,0.7084123392,329,0.412869244,-0.050245578,6773.2799966 +218,-1.308539688,0.6926545592,329,0.412869244,-0.050245578,6807.8846716 +219,-1.303263185,0.6888938396,329,0.412869244,-0.050245578,6792.6305143 +220,-1.852400229,0.6004246149,329,0.412869244,-0.050245578,8556.0280696 +221,-1.288947707,0.7473773692,329,0.412869244,-0.050245578,6737.6886067 +222,-1.372031502,0.7472790993,329,0.412869244,-0.050245578,6978.2915746 +223,-1.289805721,0.7242157877,329,0.412869244,-0.050245578,6744.8895756 +224,-1.350807603,0.7533498126,329,0.412869244,-0.050245578,6914.6562041 +225,-1.329290365,0.7560442322,329,0.412869244,-0.050245578,6851.8674458 +226,-1.410153004,0.616936428,329,0.412869244,-0.050245578,7150.7707743 +227,-1.393445434,0.6308995063,329,0.412869244,-0.050245578,7091.6625013 +228,-1.37595573,0.6241540638,329,0.412869244,-0.050245578,7038.3222254 +229,-1.358388707,0.6172645205,329,0.412869244,-0.050245578,6984.1292881 +230,-1.753741133,0.8281661666,329,0.412869244,-0.050245578,7921.3971302 +231,-1.47430987,0.6834615681,329,0.412869244,-0.050245578,7315.7791861 +232,-1.421012508,0.7222725206,329,0.412869244,-0.050245578,7133.3787913 +233,-1.4476833,0.6978557868,329,0.412869244,-0.050245578,7226.5571261 +234,-1.470370723,0.6966193374,329,0.412869244,-0.050245578,7295.3627693 +235,-1.429211703,0.7037216883,329,0.412869244,-0.050245578,7167.8674734 +236,-1.700578405,0.6178673663,329,0.412869244,-0.050245578,8068.5473846 +237,-1.678117619,0.6331716163,329,0.412869244,-0.050245578,7982.1564513 +238,-1.725644578,0.6316331145,329,0.412869244,-0.050245578,8128.9875613 +239,-2.14012759,0.7930497945,329,0.412869244,-0.050245578,8863.9863124 +240,-2.103289431,0.7653606263,329,0.412869244,-0.050245578,8864.1862015 +241,-1.318739838,0.7017808746,329,0.412869244,-0.050245578,6836.5705977 +242,-1.396417427,0.7077900843,329,0.412869244,-0.050245578,7067.7505313 +243,-1.35650337,0.7185539404,329,0.412869244,-0.050245578,6944.3478692 +244,-1.248884539,0.7274156818,329,0.412869244,-0.050245578,6623.2767699 +245,-1.395014798,0.5761185243,329,0.412869244,-0.050245578,7117.076783 +246,-1.433377362,0.6064716109,329,0.412869244,-0.050245578,7230.241819 +247,-1.408172432,0.5903155476,329,0.412869244,-0.050245578,7155.1441918 +248,-1.749645898,0.7757118084,329,0.412869244,-0.050245578,7995.221452 +249,-1.571626686,0.615046989,329,0.412869244,-0.050245578,7667.4660503 +250,-1.514070049,0.6303003037,329,0.412869244,-0.050245578,7474.2075259 +251,-1.480890369,0.6237966528,329,0.412869244,-0.050245578,7373.3632336 +252,-1.704390658,0.5281680612,329,0.412869244,-0.050245578,8176.1728282 +253,-1.64434733,0.5254277498,329,0.412869244,-0.050245578,7978.5650467 +254,-1.703855997,0.4792484842,329,0.412869244,-0.050245578,8219.9162833 +255,-1.692002383,0.5748825051,329,0.412869244,-0.050245578,8088.4954051 +256,-1.854136457,0.5544643913,329,0.412869244,-0.050245578,8629.0603006 +257,-1.665021206,0.520317736,329,0.412869244,-0.050245578,8052.2093511 +258,-1.733654349,0.4845187345,329,0.412869244,-0.050245578,8316.8082113 +259,-1.720938188,0.5135933906,329,0.412869244,-0.050245578,8245.6061142 +260,-1.742668307,0.553296122,329,0.412869244,-0.050245578,8275.0103316 +261,-1.965659039,0.7142126903,329,0.412869244,-0.050245578,8664.4678187 +262,-1.944438071,0.6772834804,329,0.412869244,-0.050245578,8684.5074812 +263,-1.270340967,0.7681487096,329,0.412869244,-0.050245578,6680.3316895 +264,-1.353091884,0.6549276821,329,0.412869244,-0.050245578,6955.7331128 +265,-1.333236659,0.6413584414,329,0.412869244,-0.050245578,6897.0789864 +266,-1.352015998,0.6753788907,329,0.412869244,-0.050245578,6945.8246431 +267,-1.377988483,0.6577816235,329,0.412869244,-0.050245578,7032.5687488 +268,-2.13075611,0.8318642051,329,0.412869244,-0.050245578,8736.5679694 +269,-2.097910953,0.8259670014,329,0.412869244,-0.050245578,8690.37855 +270,-1.416382069,0.6694271549,329,0.412869244,-0.050245578,7146.6339562 +271,-1.538905672,0.7535625993,329,0.412869244,-0.050245578,7450.347073 +272,-1.572309477,0.7803125099,329,0.412869244,-0.050245578,7516.7999452 +273,-1.87759879,0.7503853417,329,0.412869244,-0.050245578,8368.3280598 +274,1.152365588,0.590457682,329,0.412869244,-0.050245578,3746.867452 +275,0.350198001,0.718001859,329,0.412869244,-0.050245578,3051.4362841 +276,0.046513677,0.491503852,329,0.412869244,-0.050245578,2559.6075413 +277,0.027510309,0.742571376,329,0.412869244,-0.050245578,3430.2173115 +278,0.306285725,-0.214631579,329,0.412869244,-0.050245578,773.74495839 +279,-1.100564889,0.318051531,329,0.412869244,-0.050245578,6068.6718647 +280,-1.078582306,0.301437596,329,0.412869244,-0.050245578,5981.4195396 +281,-1.137371989,-0.617634065,329,0.412869244,-0.050245578,6040.3652738 +282,0.784356344,0.703272339,329,0.412869244,-0.050245578,3274.4623829 +283,-1.221209947,0.218327455,329,0.412869244,-0.050245578,6509.5074609 +284,2.347301921,-0.449114658,329,0.412869244,-0.050245578,7421.3121219 +285,0.246820618,0.830553713,329,0.412869244,-0.050245578,3536.1980355 +286,0.829414965,0.703288228,329,0.412869244,-0.050245578,3344.8842671 +287,-1.337537566,0.42332223,329,0.412869244,-0.050245578,6952.1173731 +288,0.882453706,0.454478077,329,0.412869244,-0.050245578,2689.6833743 +289,1.575629659,0.416419109,329,0.412869244,-0.050245578,4838.8357728 +290,-1.039455679,0.229888244,329,0.412869244,-0.050245578,5811.2445018 +291,0.489558039,0.934482747,329,0.412869244,-0.050245578,3908.7964332 +292,0.081344504,0.88384514,329,0.412869244,-0.050245578,3867.2737238 +293,-1.547979814,0.300350308,329,0.412869244,-0.050245578,7755.7031895 +294,0.040776181,0.168560074,329,0.412869244,-0.050245578,1704.9863863 +295,-1.130374745,0.563894876,329,0.412869244,-0.050245578,6236.1431483 +296,1.578326642,0.478507176,329,0.412869244,-0.050245578,4904.6176217 +297,-1.12861823,-0.291640865,329,0.412869244,-0.050245578,6053.6399019 +298,0.310524208,0.770885792,329,0.412869244,-0.050245578,3272.7402203 +299,0.415649091,-0.387246002,329,0.412869244,-0.050245578,1334.9014822 +300,-0.926533878,-0.188022748,329,0.412869244,-0.050245578,5284.7649529 +301,1.258856172,-0.11716081,329,0.412869244,-0.050245578,3348.335668 +302,-1.126050026,0.322941926,329,0.412869244,-0.050245578,6165.490684 +303,2.002785835,0.07893892,329,0.412869244,-0.050245578,6313.0196501 +304,0.440437607,0.746258085,329,0.412869244,-0.050245578,3156.4945493 +305,-0.030391866,0.214441206,329,0.412869244,-0.050245578,2035.307767 +306,0.521557815,-0.058929362,329,0.412869244,-0.050245578,431.24610308 +307,-0.097005111,0.13317729,329,0.412869244,-0.050245578,2141.9604368 +308,1.83113859,0.221857587,329,0.412869244,-0.050245578,5677.6599166 +309,0.222428864,0.099404236,329,0.412869244,-0.050245578,958.63401154 +310,-1.702731345,0.8728568183,329,0.412869244,-0.050245578,7727.907799 +311,-0.418507569,0.278324921,329,0.412869244,-0.050245578,3505.3782173 +312,-1.41153306,0.339029988,329,0.412869244,-0.050245578,7235.147313 +313,0.357560442,0.114788776,329,0.412869244,-0.050245578,689.31933223 +314,0.325818979,0.268352149,329,0.412869244,-0.050245578,1307.2901672 +315,-1.246004659,-0.663679965,329,0.412869244,-0.050245578,6373.5290628 +316,1.814603087,0.637404484,329,0.412869244,-0.050245578,5804.6147188 +317,1.843704281,-0.18300445,329,0.412869244,-0.050245578,5640.9743964 +318,1.690644492,-0.211480909,329,0.412869244,-0.050245578,5045.7395717 +319,-1.275451936,0.068109467,329,0.412869244,-0.050245578,6699.4023708 +320,0.762430171,-0.207594741,329,0.412869244,-0.050245578,1506.4840014 +321,0.265668905,-0.014647884,329,0.412869244,-0.050245578,599.53888578 +322,-2.773032013,-0.335515811,329,0.412869244,-0.050245578,10906.133334 +323,-1.469512853,0.174058777,329,0.412869244,-0.050245578,7471.4581702 +324,0.286276986,0.785925691,329,0.412869244,-0.050245578,3342.1201637 +325,-1.379324697,0.377432233,329,0.412869244,-0.050245578,7110.2339802 +326,-1.203778265,0.212813032,329,0.412869244,-0.050245578,6441.2875601 +327,0.579916301,0.611743168,329,0.412869244,-0.050245578,2694.6296698 +328,0.267582642,0.868113908,329,0.412869244,-0.050245578,3671.4101595 +329,0.412869244,-0.050245578,329,0.412869244,-0.050245578,0 +330,0.17524381,0.976660285,329,0.412869244,-0.050245578,4139.9019707 +331,0.743157214,0.204812899,329,0.412869244,-0.050245578,1646.9782738 +332,-1.070758176,0.269382282,329,0.412869244,-0.050245578,5942.6547876 +333,-1.230364251,0.329790229,329,0.412869244,-0.050245578,6557.6330911 +334,-1.374813124,-0.024926835,329,0.412869244,-0.050245578,7074.5613226 +335,0.519780566,0.463669906,329,0.412869244,-0.050245578,2076.3447966 +336,-1.55108034,0.239698561,329,0.412869244,-0.050245578,7781.3530474 +337,0.180294813,0.029739425,329,0.412869244,-0.050245578,973.90577058 +338,0.67820924,0.268170153,329,0.412869244,-0.050245578,1634.8211785 +339,0.445798684,1.024001867,329,0.412869244,-0.050245578,4256.3623006 +340,0.691751283,0.150521402,329,0.412869244,-0.050245578,1358.4721061 +341,-1.036643551,-0.903056181,329,0.412869244,-0.050245578,5768.3529587 +342,-0.120287036,1.083325163,329,0.412869244,-0.050245578,4769.5811661 +343,2.823513113,-0.304487164,329,0.412869244,-0.050245578,9261.9965428 +344,0.457583172,1.12513373,329,0.412869244,-0.050245578,4657.524182 +345,0.042918831,0.813795399,329,0.412869244,-0.050245578,3658.3062179 +346,1.196146777,-0.853142756,329,0.412869244,-0.050245578,4133.1130596 +347,0.206001358,-0.010430701,329,0.412869244,-0.050245578,834.0173284 +348,-0.268308653,0.234799412,329,0.412869244,-0.050245578,2905.1440293 +349,0.759363263,0.736189579,329,0.412869244,-0.050245578,3354.150215 +350,0.181363926,0.891988372,329,0.412869244,-0.050245578,3813.5083595 +351,-0.021111158,0.139103292,329,0.412869244,-0.050245578,1871.5356377 +352,-0.093355215,0.630686981,329,0.412869244,-0.050245578,3282.5427907 +353,0.40118964,0.681375926,329,0.412869244,-0.050245578,2898.266459 +354,-0.721197315,1.304706234,329,0.412869244,-0.050245578,5973.6856815 +355,-1.076150317,0.212107639,329,0.412869244,-0.050245578,5947.6794292 +356,-1.577164531,0.273993443,329,0.412869244,-0.050245578,7873.4683616 +357,-0.190788414,0.182208586,329,0.412869244,-0.050245578,2552.1155798 +358,-0.261349752,0.209710184,329,0.412869244,-0.050245578,2846.7848427 +359,-1.029303852,0.083549259,329,0.412869244,-0.050245578,5731.6131927 +360,-1.268609162,0.330525297,329,0.412869244,-0.050245578,6700.9677628 +361,1.282982244,-0.926641967,329,0.412869244,-0.050245578,4475.0874314 +362,0.217352334,0.731352408,329,0.412869244,-0.050245578,3174.7609359 +363,-1.511833084,0.258629297,329,0.412869244,-0.050245578,7627.5306519 +364,0.338812194,0.823184618,329,0.412869244,-0.050245578,3469.2648424 +365,-0.324406489,1.134201999,329,0.412869244,-0.050245578,5150.8040117 +366,1.389579348,0.399185724,329,0.412869244,-0.050245578,4168.1755392 +367,2.047152199,-0.039082036,329,0.412869244,-0.050245578,6465.0968442 +368,0.947780369,0.568250077,329,0.412869244,-0.050245578,3166.2596348 +369,0.763824846,0.576754987,329,0.412869244,-0.050245578,2809.8873135 +370,-0.142334657,0.928153068,329,0.412869244,-0.050245578,4290.8216217 +371,0.610266567,0.547265983,329,0.412869244,-0.050245578,2480.9511894 +372,0.210731629,0.746815056,329,0.412869244,-0.050245578,3238.9719791 +373,-1.34931644,0.316895224,329,0.412869244,-0.050245578,7004.0422191 +374,2.407696481,0.655030745,329,0.412869244,-0.050245578,7665.6411434 +375,0.64207831,0.545359131,329,0.412869244,-0.050245578,2512.5216748 +376,1.174597538,0.840588356,329,0.412869244,-0.050245578,4396.7151487 +377,0.660059424,0.010604079,329,0.412869244,-0.050245578,1008.0153713 +378,-0.730263819,0.010486456,329,0.412869244,-0.050245578,4532.619057 +379,0.831068936,0.512339172,329,0.412869244,-0.050245578,2735.4853071 +380,1.301180979,0.72367476,329,0.412869244,-0.050245578,4422.6005813 +381,1.811128231,0.322854402,329,0.412869244,-0.050245578,5638.8532812 +382,0.435105812,0.992284428,329,0.412869244,-0.050245578,4130.0804836 +383,0.62643634,0.592027932,329,0.412869244,-0.050245578,2666.0568799 +384,0.492988703,-0.516339467,329,0.412869244,-0.050245578,1870.6054005 +385,-0.162469483,0.112549365,329,0.412869244,-0.050245578,2364.8519373 +386,0.314630866,0.472006421,329,0.412869244,-0.050245578,2102.4460398 +387,0.166744804,0.822815954,329,0.412869244,-0.050245578,3562.8663031 +388,0.417159608,0.965805736,329,0.412869244,-0.050245578,4024.6036161 +389,0.106334961,0.868774244,329,0.412869244,-0.050245578,3787.9603083 +390,0.815086969,-0.338144359,329,0.412869244,-0.050245578,1929.7587605 +391,0.59867455,-0.230624824,329,0.412869244,-0.050245578,1019.7906346 +392,1.915104874,0.066220985,329,0.412869244,-0.050245578,5964.487619 +393,1.278093622,0.064463721,329,0.412869244,-0.050245578,3455.1626263 +394,-0.061477853,0.302997961,329,0.412869244,-0.050245578,2322.2218219 +395,0.251311504,0.626976942,329,0.412869244,-0.050245578,2748.3739344 +396,2.950242872,0.149095644,329,0.412869244,-0.050245578,10031.801065 +397,-0.180294708,0.35375117,329,0.412869244,-0.050245578,2805.6722901 +398,1.010448592,-0.351180233,329,0.412869244,-0.050245578,2597.7417963 +399,-1.748740498,0.3686318073,329,0.412869244,-0.050245578,8467.5945272 +400,2.699635665,0.123533791,329,0.412869244,-0.050245578,9059.7976534 +401,0.496808033,0.823843254,329,0.412869244,-0.050245578,3474.5881117 +402,0.129574704,0.763364087,329,0.412869244,-0.050245578,3376.6821101 +403,1.798920311,0.817447563,329,0.412869244,-0.050245578,5869.4396029 +404,0.335987953,0.746786541,329,0.412869244,-0.050245578,3169.0159528 +405,-1.085413643,0.292154671,329,0.412869244,-0.050245578,6004.6460879 +406,-0.155321003,0.508207011,329,0.412869244,-0.050245578,3089.1884769 +407,0.620529244,-0.301175104,329,0.412869244,-0.050245578,1280.6062198 +408,1.684402744,0.368716966,329,0.412869244,-0.050245578,5194.2282021 +409,0.300582244,-0.386397212,329,0.412869244,-0.050245578,1399.7747302 +410,2.913555946,-0.009225192,329,0.412869244,-0.050245578,9895.2404326 +411,1.465101417,0.493232532,329,0.412869244,-0.050245578,4538.9092108 +412,0.090612882,0.907955955,329,0.412869244,-0.050245578,3946.610304 +413,2.987564726,-0.729568594,329,0.412869244,-0.050245578,8744.0626813 +414,-1.484261606,0.224149272,329,0.412869244,-0.050245578,7526.0392917 +415,0.164073421,0.303955133,329,0.412869244,-0.050245578,1706.8711856 +416,0.141441293,0.167552546,329,0.412869244,-0.050245578,1375.331941 +417,2.931321023,-0.506718887,329,0.412869244,-0.050245578,9209.4857551 +418,2.21951565,0.700596356,329,0.412869244,-0.050245578,7063.1472082 +419,0.268112576,1.199114336,329,0.412869244,-0.050245578,4964.5422639 +420,0.978913739,0.359223811,329,0.412869244,-0.050245578,2731.5027982 +421,1.210898818,0.522863584,329,0.412869244,-0.050245578,3775.992676 +422,2.347397336,0.129231362,329,0.412869244,-0.050245578,7675.645775 +423,0.614394501,0.556878345,329,0.412869244,-0.050245578,2521.4895389 +424,-1.398079356,0.148483366,329,0.412869244,-0.050245578,7191.5946786 +425,2.535303836,-0.112984496,329,0.412869244,-0.050245578,8362.1849165 +426,-1.019372593,-0.405322349,329,0.412869244,-0.050245578,5639.2805537 +427,-1.297785627,-0.160104069,329,0.412869244,-0.050245578,6736.0773738 +428,2.144554488,0.205051084,329,0.412869244,-0.050245578,6885.9961861 +429,-2.242387083,-0.426171285,329,0.412869244,-0.050245578,9786.010987 +430,0.338637212,0.909723676,329,0.412869244,-0.050245578,3810.597716 +431,-0.148798452,0.691042401,329,0.412869244,-0.050245578,3576.2498204 +432,0.893524764,0.441829531,329,0.412869244,-0.050245578,2684.119308 +433,0.969229347,-0.368847936,329,0.412869244,-0.050245578,2487.6839113 +434,0.436043248,0.800045688,329,0.412869244,-0.050245578,3368.9883461 +435,1.687946607,1.081504775,329,0.412869244,-0.050245578,5855.1387582 +436,0.522302046,-0.034889271,329,0.412869244,-0.050245578,437.31682452 +437,-0.178996113,-0.438090009,329,0.412869244,-0.050245578,2729.1066159 +438,-1.094339566,0.301444068,329,0.412869244,-0.050245578,6040.8784722 +439,-1.064070054,0.242569932,329,0.412869244,-0.050245578,5909.4857498 +440,-1.068153768,0.230387998,329,0.412869244,-0.050245578,5921.7704059 +441,-3.00496892,-0.23989155,329,0.412869244,-0.050245578,10863.135525 +442,0.21751974,0.766874888,329,0.412869244,-0.050245578,3310.2805561 +443,0.117229532,0.007619006,329,0.412869244,-0.050245578,1192.8248399 +444,0.777758451,0.420554741,329,0.412869244,-0.050245578,2335.2746451 +445,-0.252356999,0.250747086,329,0.412869244,-0.050245578,2870.2365672 +446,0.363148444,0.768483434,329,0.412869244,-0.050245578,3247.7960745 +447,0.903191366,-0.118210676,329,0.412869244,-0.050245578,1953.3977226 +448,-0.205755923,0.149406178,329,0.412869244,-0.050245578,2567.9385819 +449,1.811996086,0.02364353,329,0.412869244,-0.050245578,5547.7724225 +450,-1.100670221,0.314845373,329,0.412869244,-0.050245578,6068.2346508 +451,0.340078597,0.850105132,329,0.412869244,-0.050245578,3575.1041176 +452,0.258757267,0.804969236,329,0.412869244,-0.050245578,3430.3652585 +453,2.78505352,-0.155160804,329,0.412869244,-0.050245578,9299.0221738 +454,0.800551619,0.105822106,329,0.412869244,-0.050245578,1653.3595876 +455,0.437940882,-0.506194031,329,0.412869244,-0.050245578,1808.4797834 +456,2.230431122,0.63458615,329,0.412869244,-0.050245578,7125.8906429 +457,0.527965361,0.127667701,329,0.412869244,-0.050245578,838.80956643 +458,-0.063643205,0.702093448,329,0.412869244,-0.050245578,3444.4098125 +459,1.408447268,0.133010502,329,0.412869244,-0.050245578,4000.5594321 +460,0.523795955,0.280266966,329,0.412869244,-0.050245578,1379.3487286 +461,-0.975769313,0.072177659,329,0.412869244,-0.050245578,5517.7962719 +462,0.549774164,-0.463663986,329,0.412869244,-0.050245578,1718.0991105 +463,0.29245874,1.095549818,329,0.412869244,-0.050245578,4552.8697735 +464,0.143625958,0.816809593,329,0.412869244,-0.050245578,3560.6857549 +465,0.671902494,0.611159853,329,0.412869244,-0.050245578,2791.0999349 +466,1.239840988,0.6724199,329,0.412869244,-0.050245578,4158.1873268 +467,0.607829703,-0.10932137,329,0.412869244,-0.050245578,804.44517317 +468,1.763020906,0.263996692,329,0.412869244,-0.050245578,5432.8169315 +469,0.378714634,0.726066797,329,0.412869244,-0.050245578,3077.4349487 +470,2.196736143,-0.153862366,329,0.412869244,-0.050245578,7023.5582302 +471,0.01702415,0.148991565,329,0.412869244,-0.050245578,1751.2793191 +472,-2.998490902,-0.158002487,329,0.412869244,-0.050245578,11096.733617 +473,-3.051262951,-0.346595608,329,0.412869244,-0.050245578,10432.70724 +474,-1.069176439,0.182802941,329,0.412869244,-0.050245578,5912.9809343 +475,0.167157509,0.595344954,329,0.412869244,-0.050245578,2716.4836208 +476,0.613855648,0.681746124,329,0.412869244,-0.050245578,2990.7712108 +477,1.037012736,0.682555367,329,0.412869244,-0.050245578,3686.9052549 +478,-1.253574971,0.379755746,329,0.412869244,-0.050245578,6647.3769991 +479,3.108590453,-0.132620738,329,0.412869244,-0.050245578,10538.691368 +480,0.565301296,0.022333262,329,0.412869244,-0.050245578,668.5585522 +481,0.547898238,0.855555614,329,0.412869244,-0.050245578,3617.7998359 +482,0.948309381,0.417393755,329,0.412869244,-0.050245578,2772.6154368 +483,-0.050600732,0.945269213,329,0.412869244,-0.050245578,4228.0768308 +484,-0.977651478,-0.572363064,329,0.412869244,-0.050245578,5514.1486883 +485,1.102014914,0.728861163,329,0.412869244,-0.050245578,3955.2346969 +486,2.927300795,-0.282939414,329,0.412869244,-0.050245578,9656.7754331 +487,-1.154565557,0.124434095,329,0.412869244,-0.050245578,6233.4198736 +488,1.855331234,0.291044755,329,0.412869244,-0.050245578,5793.1678896 +489,0.830290659,0.276904518,329,0.412869244,-0.050245578,2086.2289723 +490,0.485104466,-0.234867441,329,0.412869244,-0.050245578,784.06150225 +491,0.521367572,-0.33161327,329,0.412869244,-0.050245578,1191.1477799 +1,-1.539031704,0.7349710123,330,0.17524381,0.976660285,4164.9781767 +2,-1.536990553,0.7349663874,330,0.17524381,0.976660285,4161.1629785 +3,-1.534951779,0.7349571355,330,0.17524381,0.976660285,4157.3630875 +4,-1.532906461,0.7349480293,330,0.17524381,0.976660285,4153.5471967 +5,-1.531320211,0.7346937278,330,0.17524381,0.976660285,4151.3378716 +6,-1.539451648,0.7335131775,330,0.17524381,0.976660285,4170.2128516 +7,-1.537429487,0.7335445708,330,0.17524381,0.976660285,4166.3215673 +8,-1.535484998,0.7335658704,330,0.17524381,0.976660285,4162.603947 +9,-1.533488396,0.7336036027,330,0.17524381,0.976660285,4158.7354012 +10,-1.531497785,0.7335842962,330,0.17524381,0.976660285,4155.0488243 +11,-1.530259379,0.7334777758,330,0.17524381,0.976660285,4153.0413591 +12,-1.5335454,0.7322346912,330,0.17524381,0.976660285,4163.0132528 +13,-1.531489083,0.7322238773,330,0.17524381,0.976660285,4159.1748146 +14,-1.530011122,0.7321679851,330,0.17524381,0.976660285,4156.560422 +15,-1.53348106,0.7306614094,330,0.17524381,0.976660285,4167.6875187 +16,-1.531441779,0.7306962275,330,0.17524381,0.976660285,4163.7392784 +17,-1.529755654,0.7306933243,330,0.17524381,0.976660285,4160.5689693 +18,-1.533415048,0.7291384674,330,0.17524381,0.976660285,4172.2071967 +19,-1.531392093,0.7291705353,330,0.17524381,0.976660285,4168.2953164 +20,-1.529296523,0.7291214933,330,0.17524381,0.976660285,4164.4904195 +21,-1.535280942,0.727267644,330,0.17524381,0.976660285,4181.4331136 +22,-1.533378158,0.7276139666,330,0.17524381,0.976660285,4176.7885065 +23,-1.531340368,0.7276446587,330,0.17524381,0.976660285,4172.8500809 +24,-1.528960113,0.7276398177,330,0.17524381,0.976660285,4168.369874 +25,-1.533313146,0.7260818349,330,0.17524381,0.976660285,4181.3420662 +26,-1.531259555,0.7260958115,330,0.17524381,0.976660285,4177.4219832 +27,-1.528926415,0.7260865555,330,0.17524381,0.976660285,4173.0410357 +28,-1.531226779,0.7245511789,330,0.17524381,0.976660285,4182.0738007 +29,-1.528904772,0.7245519194,330,0.17524381,0.976660285,4177.6803141 +30,-1.547195875,0.7409785979,330,0.17524381,0.976660285,4161.9153805 +31,-1.5451475,0.740980426,330,0.17524381,0.976660285,4158.0908098 +32,-1.543097679,0.7409798872,330,0.17524381,0.976660285,4154.267465 +33,-1.540720364,0.7409892687,330,0.17524381,0.976660285,4149.7986752 +34,-1.547188511,0.7395198392,330,0.17524381,0.976660285,4166.3535327 +35,-1.545148587,0.7395226109,330,0.17524381,0.976660285,4162.5392089 +36,-1.543104538,0.7395314908,330,0.17524381,0.976660285,4158.6953021 +37,-1.540727751,0.7395306258,330,0.17524381,0.976660285,4154.2556891 +38,-1.547187029,0.7380014886,330,0.17524381,0.976660285,4170.9865843 +39,-1.545147315,0.7380012252,330,0.17524381,0.976660285,4167.179189 +40,-1.54310719,0.7380060743,330,0.17524381,0.976660285,4163.3521668 +41,-1.540719671,0.7380068206,330,0.17524381,0.976660285,4158.8843842 +42,-1.547187189,0.7364799098,330,0.17524381,0.976660285,4175.6346693 +43,-1.545149996,0.7364853874,330,0.17524381,0.976660285,4171.8117383 +44,-1.543106091,0.7364823484,330,0.17524381,0.976660285,4167.9990072 +45,-1.540717158,0.7364893901,330,0.17524381,0.976660285,4163.5061933 +46,-1.538663972,0.7410138672,330,0.17524381,0.976660285,4145.8794457 +47,-1.53695285,0.7409699132,330,0.17524381,0.976660285,4142.8117909 +48,-1.534910498,0.7409641297,330,0.17524381,0.976660285,4139.0052409 +49,-1.533145034,0.7409536636,330,0.17524381,0.976660285,4135.7287391 +50,-1.538681336,0.7395405883,330,0.17524381,0.976660285,4150.3970368 +51,-1.536999189,0.7395183096,330,0.17524381,0.976660285,4147.3155491 +52,-1.534923633,0.7395144222,330,0.17524381,0.976660285,4143.438469 +53,-1.533267822,0.7395654306,330,0.17524381,0.976660285,4140.1785443 +54,-1.53867273,0.7380151077,330,0.17524381,0.976660285,4155.0270895 +55,-1.536980576,0.7379994392,330,0.17524381,0.976660285,4151.9044905 +56,-1.534931522,0.7379944961,330,0.17524381,0.976660285,4148.0775511 +57,-1.533387952,0.7379480264,330,0.17524381,0.976660285,4145.3225477 +58,-1.538682279,0.7364914363,330,0.17524381,0.976660285,4159.6877963 +59,-1.536980704,0.7364810563,330,0.17524381,0.976660285,4156.5291995 +60,-1.534935567,0.7364752065,330,0.17524381,0.976660285,4152.7096662 +61,-1.533042592,0.7363876366,330,0.17524381,0.976660285,4149.4213998 +62,-1.545143426,0.7349628011,330,0.17524381,0.976660285,4176.4497099 +63,-1.543105297,0.7349691947,330,0.17524381,0.976660285,4172.6162722 +64,-1.541064533,0.7349647152,330,0.17524381,0.976660285,4168.8078478 +65,-1.545411803,0.7334624714,330,0.17524381,0.976660285,4181.5363704 +66,-1.543446606,0.7334780896,330,0.17524381,0.976660285,4177.8091217 +67,-1.541475327,0.7334957295,330,0.17524381,0.976660285,4174.0613361 +68,-1.545401939,0.731963266,330,0.17524381,0.976660285,4186.1011942 +69,-1.54342253,0.7319915583,330,0.17524381,0.976660285,4182.3059818 +70,-1.541455867,0.7320216438,330,0.17524381,0.976660285,4178.526239 +71,-1.545410146,0.7304422281,330,0.17524381,0.976660285,4190.7686817 +72,-1.543435491,0.7304713664,330,0.17524381,0.976660285,4186.9771694 +73,-1.541463105,0.7304997613,330,0.17524381,0.976660285,4183.1892446 +74,-1.545414768,0.7289194936,330,0.17524381,0.976660285,4195.4367394 +75,-1.543435774,0.7289538557,330,0.17524381,0.976660285,4191.6184796 +76,-1.541457714,0.7289765881,330,0.17524381,0.976660285,4187.8345895 +77,-1.539449415,0.7320555866,330,0.17524381,0.976660285,4174.6571099 +78,-1.537429183,0.7321097681,330,0.17524381,0.976660285,4170.6973309 +79,-1.535472649,0.7321497267,330,0.17524381,0.976660285,4166.8977247 +80,-1.539457899,0.7305333307,330,0.17524381,0.976660285,4179.3209223 +81,-1.537453161,0.7305750503,330,0.17524381,0.976660285,4175.4255952 +82,-1.535479385,0.7306124949,330,0.17524381,0.976660285,4171.5986009 +83,-1.53946905,0.7290102593,330,0.17524381,0.976660285,4183.9943717 +84,-1.537459922,0.7290417293,330,0.17524381,0.976660285,4180.1194147 +85,-1.535451349,0.7290890157,330,0.17524381,0.976660285,4176.1942151 +86,-1.535522937,0.7279887191,330,0.17524381,0.976660285,4179.6875833 +87,-1.539442524,0.7274735939,330,0.17524381,0.976660285,4188.6406229 +88,-1.537424111,0.727521351,330,0.17524381,0.976660285,4184.6956943 +89,-1.539384641,0.7259505092,330,0.17524381,0.976660285,4193.1883689 +90,-1.537372391,0.7259947145,330,0.17524381,0.976660285,4189.2631247 +91,-1.535340789,0.7260435356,330,0.17524381,0.976660285,4185.2843069 +92,-1.539325716,0.7244369706,330,0.17524381,0.976660285,4197.7068786 +93,-1.537308932,0.7244801057,330,0.17524381,0.976660285,4193.7736132 +94,-1.535289068,0.7245247645,330,0.17524381,0.976660285,4189.8268817 +95,-1.533261366,0.7245550236,330,0.17524381,0.976660285,4185.9063291 +96,-1.539267302,0.722921924,330,0.17524381,0.976660285,4202.2328668 +97,-1.537248972,0.7229660258,330,0.17524381,0.976660285,4198.2909833 +98,-1.535219431,0.7229916471,330,0.17524381,0.976660285,4194.3814273 +99,-1.53318962,0.7230212049,330,0.17524381,0.976660285,4190.4562469 +100,-1.531154816,0.7230299897,330,0.17524381,0.976660285,4186.5819875 +101,-1.528878341,0.7230370244,330,0.17524381,0.976660285,4182.2523782 +102,-1.539218189,0.7214009878,330,0.17524381,0.976660285,4206.7963338 +103,-1.537198791,0.7214422745,330,0.17524381,0.976660285,4202.8583113 +104,-1.535179266,0.7214634354,330,0.17524381,0.976660285,4198.9785969 +105,-1.533156501,0.7214944644,330,0.17524381,0.976660285,4195.0595206 +106,-1.53113574,0.7215166021,330,0.17524381,0.976660285,4191.1683596 +107,-1.528874248,0.7215345535,330,0.17524381,0.976660285,4186.8308557 +108,-1.539217656,0.7198512397,330,0.17524381,0.976660285,4211.5417099 +109,-1.537199919,0.7199428763,330,0.17524381,0.976660285,4207.4499746 +110,-1.545425832,0.727397149,330,0.17524381,0.976660285,4200.1177869 +111,-1.543371177,0.7273916949,330,0.17524381,0.976660285,4196.2766313 +112,-1.541368852,0.7274523163,330,0.17524381,0.976660285,4192.3284604 +113,-1.545349067,0.7258710923,330,0.17524381,0.976660285,4204.6473447 +114,-1.54332671,0.7258603556,330,0.17524381,0.976660285,4200.8802736 +115,-1.541346831,0.7259242142,330,0.17524381,0.976660285,4196.9616487 +116,-1.545324355,0.7243383958,330,0.17524381,0.976660285,4209.2969523 +117,-1.543292796,0.7243617413,330,0.17524381,0.976660285,4205.4055107 +118,-1.541295822,0.7244024384,330,0.17524381,0.976660285,4201.5229333 +119,-1.543193859,0.7205570215,330,0.17524381,0.976660285,4216.8786682 +120,-1.550257047,0.7386738187,330,0.17524381,0.976660285,4174.6573935 +121,-1.549335448,0.7311736483,330,0.17524381,0.976660285,4195.8796436 +122,-1.533478843,0.7179891343,330,0.17524381,0.976660285,4206.3906453 +123,-1.556150555,0.738907041,330,0.17524381,0.976660285,4184.9106448 +124,-1.554324226,0.733414257,330,0.17524381,0.976660285,4198.3332388 +125,-1.554290846,0.7288285332,330,0.17524381,0.976660285,4212.3321075 +126,-1.55122487,0.7219795312,330,0.17524381,0.976660285,4227.6166332 +127,-1.525104458,0.7229399862,330,0.17524381,0.976660285,4175.397569 +128,-1.519607711,0.7236181429,330,0.17524381,0.976660285,4162.8984924 +129,-1.513899999,0.7251107854,330,0.17524381,0.976660285,4147.5075523 +130,-1.536620762,0.7431061895,330,0.17524381,0.976660285,4135.6941311 +131,-1.5369566,0.7460845958,330,0.17524381,0.976660285,4127.2715778 +132,-1.545345528,0.7447040685,330,0.17524381,0.976660285,4147.1112576 +133,-1.532813921,0.7432306626,330,0.17524381,0.976660285,4128.1917599 +134,-1.554788248,0.7382381001,330,0.17524381,0.976660285,4184.4252613 +135,-1.540348126,0.7301594274,330,0.17524381,0.976660285,4182.1353834 +136,-1.538016084,0.7239051786,330,0.17524381,0.976660285,4196.8652382 +137,-1.525288962,0.7258085137,330,0.17524381,0.976660285,4167.0055519 +138,-1.534326986,0.731241342,330,0.17524381,0.976660285,4167.5120439 +139,-1.530733872,0.7303625216,330,0.17524381,0.976660285,4163.4214299 +141,-1.534354939,0.7328219978,330,0.17524381,0.976660285,4162.7464915 +142,-1.53157084,0.7292888153,330,0.17524381,0.976660285,4168.2718872 +143,-1.525691035,0.7263799874,330,0.17524381,0.976660285,4166.0260417 +144,-1.534031287,0.7495967835,330,0.17524381,0.976660285,4111.1539076 +145,-1.527714986,0.7283095957,330,0.17524381,0.976660285,4163.9764767 +146,-1.526189586,0.7271468292,330,0.17524381,0.976660285,4164.6338141 +147,-1.555177336,0.7375563366,330,0.17524381,0.976660285,4187.2357911 +148,-1.555080283,0.7312707794,330,0.17524381,0.976660285,4206.3144186 +149,-1.53856994,0.7224180299,330,0.17524381,0.976660285,4202.45993 +150,-1.530837883,0.729933372,330,0.17524381,0.976660285,4164.9251399 +151,-1.515066984,0.5854133365,330,0.17524381,0.976660285,4582.2822228 +152,-1.534731633,0.5368370046,330,0.17524381,0.976660285,4775.7584227 +153,-1.515231902,0.5607085576,330,0.17524381,0.976660285,4660.5670043 +154,-2.616253799,1.0684566605,330,0.17524381,0.976660285,4269.9923564 +155,-1.956071439,0.5792177723,330,0.17524381,0.976660285,5406.1086198 +156,-1.951208514,0.5602434208,330,0.17524381,0.976660285,5464.0040503 +157,-1.944675062,0.6062144545,330,0.17524381,0.976660285,5294.4929945 +158,-1.613778386,0.6077989518,330,0.17524381,0.976660285,4704.8327067 +159,-2.035029014,0.6021432345,330,0.17524381,0.976660285,5448.4647847 +160,-2.114989471,0.6801825058,330,0.17524381,0.976660285,5284.8862033 +161,-2.037382079,0.5765830025,330,0.17524381,0.976660285,5542.0825879 +162,-2.129855121,0.6585019963,330,0.17524381,0.976660285,5382.2681768 +163,-2.075141798,0.6493615843,330,0.17524381,0.976660285,5339.883133 +164,-1.828626729,0.6948433129,330,0.17524381,0.976660285,4805.2206304 +165,-1.863329418,0.6735427691,330,0.17524381,0.976660285,4933.477512 +166,-1.266037071,0.727988852,330,0.17524381,0.976660285,3646.6128435 +167,-1.277579582,0.7249010648,330,0.17524381,0.976660285,3679.1763638 +168,-1.258418684,0.7241194816,330,0.17524381,0.976660285,3641.8616192 +169,-1.317813974,0.6804850104,330,0.17524381,0.976660285,3890.7450724 +170,-1.344165204,0.6790988904,330,0.17524381,0.976660285,3949.0816212 +171,-1.427582102,0.5277120351,330,0.17524381,0.976660285,4584.2258366 +172,-1.402238616,0.457167829,330,0.17524381,0.976660285,4752.9906715 +173,-1.422454264,0.4996161999,330,0.17524381,0.976660285,4661.7776382 +174,-1.439089277,0.4894859811,330,0.17524381,0.976660285,4728.7794942 +175,-1.448126995,0.5182330266,330,0.17524381,0.976660285,4656.9135006 +176,-1.474626146,0.5881926574,330,0.17524381,0.976660285,4492.004431 +177,-1.421139645,0.5584869783,330,0.17524381,0.976660285,4474.6609384 +178,-1.457037165,0.565943032,330,0.17524381,0.976660285,4525.5855159 +179,-2.757159358,0.3745319,330,0.17524381,0.976660285,7045.7398009 +180,-2.714309238,0.342054471,330,0.17524381,0.976660285,7152.4158567 +181,-2.000525337,0.774119946,330,0.17524381,0.976660285,4798.6677842 +183,-1.571413436,0.6777838382,330,0.17524381,0.976660285,4402.6488745 +184,-1.552860289,0.6987663893,330,0.17524381,0.976660285,4302.2493678 +185,-1.521852374,0.7165827476,330,0.17524381,0.976660285,4188.6089127 +186,-1.503656267,0.6928968252,330,0.17524381,0.976660285,4226.0220558 +187,-1.502753178,0.7136205882,330,0.17524381,0.976660285,4161.1021165 +188,-1.631894563,0.7343596465,330,0.17524381,0.976660285,4337.5677647 +189,-1.653765416,0.6770714026,330,0.17524381,0.976660285,4558.4090057 +190,-1.719812114,0.6715965947,330,0.17524381,0.976660285,4695.1201358 +191,-1.493406659,0.6646955447,330,0.17524381,0.976660285,4292.5022028 +192,-1.469120564,0.6613469966,330,0.17524381,0.976660285,4254.8014689 +193,-1.590551461,0.5326612937,330,0.17524381,0.976660285,4900.8923833 +194,-1.625979264,0.5247742243,330,0.17524381,0.976660285,4996.2922836 +195,-1.572293943,0.5238808754,330,0.17524381,0.976660285,4892.7854542 +196,-1.610848725,0.5477107964,330,0.17524381,0.976660285,4892.3472665 +197,-1.208485554,0.7918526018,330,0.17524381,0.976660285,3351.7581058 +198,-1.335601374,0.6869083083,330,0.17524381,0.976660285,3908.4856869 +199,-1.346156996,0.6825213377,330,0.17524381,0.976660285,3943.0527705 +200,-1.324381037,0.6741422347,330,0.17524381,0.976660285,3922.9784532 +201,-1.242424992,0.7378949807,330,0.17524381,0.976660285,3569.8893201 +202,-1.270370057,0.7392461008,330,0.17524381,0.976660285,3623.6434134 +203,-1.448950472,0.7441675014,330,0.17524381,0.976660285,3965.7038849 +204,-1.492662363,0.7523026852,330,0.17524381,0.976660285,4025.1934592 +205,-1.479098966,0.7763855017,330,0.17524381,0.976660285,3927.97753 +206,-1.633760714,0.7869022408,330,0.17524381,0.976660285,4177.381702 +207,-1.647406434,0.8101289331,330,0.17524381,0.976660285,4129.3121566 +208,-1.564245052,0.5701509278,330,0.17524381,0.976660285,4728.5840846 +209,-1.646289963,0.6833746083,330,0.17524381,0.976660285,4524.6480158 +210,-1.5820631,0.6751952144,330,0.17524381,0.976660285,4430.9190173 +211,-1.613236298,0.6681681791,330,0.17524381,0.976660285,4511.6839495 +212,-1.914661867,0.8212566515,330,0.17524381,0.976660285,4516.598024 +213,-1.742133237,0.7250275956,330,0.17524381,0.976660285,4560.7915995 +214,-2.033144872,0.6557314699,330,0.17524381,0.976660285,5257.2783752 +215,-2.039551981,0.6964723658,330,0.17524381,0.976660285,5123.5555624 +216,-1.247341019,0.7622473908,330,0.17524381,0.976660285,3512.0751858 +217,-1.298239787,0.7084123392,330,0.17524381,0.976660285,3769.024063 +218,-1.308539688,0.6926545592,330,0.17524381,0.976660285,3835.9843468 +219,-1.303263185,0.6888938396,330,0.17524381,0.976660285,3836.0531368 +220,-1.852400229,0.6004246149,330,0.17524381,0.976660285,5161.9301475 +221,-1.288947707,0.7473773692,330,0.17524381,0.976660285,3638.6197334 +222,-1.372031502,0.7472790993,330,0.17524381,0.976660285,3805.8769715 +223,-1.289805721,0.7242157877,330,0.17524381,0.976660285,3706.2559643 +224,-1.350807603,0.7533498126,330,0.17524381,0.976660285,3746.1897702 +225,-1.329290365,0.7560442322,330,0.17524381,0.976660285,3695.4977143 +226,-1.410153004,0.616936428,330,0.17524381,0.976660285,4271.5827116 +227,-1.393445434,0.6308995063,330,0.17524381,0.976660285,4194.72258 +228,-1.37595573,0.6241540638,330,0.17524381,0.976660285,4179.1488707 +229,-1.358388707,0.6172645205,330,0.17524381,0.976660285,4163.5784965 +230,-1.753741133,0.8281661666,330,0.17524381,0.976660285,4249.0429093 +231,-1.47430987,0.6834615681,330,0.17524381,0.976660285,4197.5544258 +232,-1.421012508,0.7222725206,330,0.17524381,0.976660285,3976.0115529 +233,-1.4476833,0.6978557868,330,0.17524381,0.976660285,4101.5534827 +234,-1.470370723,0.6966193374,330,0.17524381,0.976660285,4149.8733087 +235,-1.429211703,0.7037216883,330,0.17524381,0.976660285,4047.4423606 +236,-1.700578405,0.6178673663,330,0.17524381,0.976660285,4835.1798132 +237,-1.678117619,0.6331716163,330,0.17524381,0.976660285,4744.1779295 +238,-1.725644578,0.6316331145,330,0.17524381,0.976660285,4835.822827 +239,-2.14012759,0.7930497945,330,0.17524381,0.976660285,4914.0624773 +240,-2.103289431,0.7653606263,330,0.17524381,0.976660285,4966.6428819 +241,-1.318739838,0.7017808746,330,0.17524381,0.976660285,3830.3745751 +242,-1.396417427,0.7077900843,330,0.17524381,0.976660285,3970.0764218 +243,-1.35650337,0.7185539404,330,0.17524381,0.976660285,3858.2949368 +244,-1.248884539,0.7274156818,330,0.17524381,0.976660285,3612.7828212 +245,-1.395014798,0.5761185243,330,0.17524381,0.976660285,4365.6600288 +246,-1.433377362,0.6064716109,330,0.17524381,0.976660285,4351.287859 +247,-1.408172432,0.5903155476,330,0.17524381,0.976660285,4349.2242937 +248,-1.749645898,0.7757118084,330,0.17524381,0.976660285,4409.9975014 +249,-1.571626686,0.615046989,330,0.17524381,0.976660285,4600.4117413 +250,-1.514070049,0.6303003037,330,0.17524381,0.976660285,4439.7017517 +251,-1.480890369,0.6237966528,330,0.17524381,0.976660285,4393.9121583 +252,-1.704390658,0.5281680612,330,0.17524381,0.976660285,5136.435857 +253,-1.64434733,0.5254277498,330,0.17524381,0.976660285,5030.0577642 +254,-1.703855997,0.4792484842,330,0.17524381,0.976660285,5297.1102993 +255,-1.692002383,0.5748825051,330,0.17524381,0.976660285,4959.6322368 +256,-1.854136457,0.5544643913,330,0.17524381,0.976660285,5320.6344408 +257,-1.665021206,0.520317736,330,0.17524381,0.976660285,5086.8613585 +258,-1.733654349,0.4845187345,330,0.17524381,0.976660285,5336.604023 +259,-1.720938188,0.5135933906,330,0.17524381,0.976660285,5215.9366167 +260,-1.742668307,0.553296122,330,0.17524381,0.976660285,5124.9352176 +261,-1.965659039,0.7142126903,330,0.17524381,0.976660285,4954.7695946 +262,-1.944438071,0.6772834804,330,0.17524381,0.976660285,5049.5096017 +263,-1.270340967,0.7681487096,330,0.17524381,0.976660285,3542.5662938 +264,-1.353091884,0.6549276821,330,0.17524381,0.976660285,4039.2850778 +265,-1.333236659,0.6413584414,330,0.17524381,0.976660285,4038.7050147 +266,-1.352015998,0.6753788907,330,0.17524381,0.976660285,3976.1944709 +267,-1.377988483,0.6577816235,330,0.17524381,0.976660285,4081.8784323 +268,-2.13075611,0.8318642051,330,0.17524381,0.976660285,4764.7706313 +269,-2.097910953,0.8259670014,330,0.17524381,0.976660285,4745.8823774 +270,-1.416382069,0.6694271549,330,0.17524381,0.976660285,4124.7946631 +271,-1.538905672,0.7535625993,330,0.17524381,0.976660285,4108.2100485 +272,-1.572309477,0.7803125099,330,0.17524381,0.976660285,4088.2810293 +273,-1.87759879,0.7503853417,330,0.17524381,0.976660285,4698.2834804 +274,1.152365588,0.590457682,330,0.17524381,0.976660285,3029.6828555 +275,0.350198001,0.718001859,330,0.17524381,0.976660285,1119.8824297 +276,0.046513677,0.491503852,330,0.17524381,0.976660285,1956.1063512 +277,0.027510309,0.742571376,330,0.17524381,0.976660285,1001.0585664 +278,0.306285725,-0.214631579,330,0.17524381,0.976660285,4738.6845525 +279,-1.100564889,0.318051531,330,0.17524381,0.976660285,4532.4478532 +280,-1.078582306,0.301437596,330,0.17524381,0.976660285,4537.1565725 +281,-1.137371989,-0.617634065,330,0.17524381,0.976660285,7694.849115 +282,0.784356344,0.703272339,330,0.17524381,0.976660285,1909.1679931 +283,-1.221209947,0.218327455,330,0.17524381,0.976660285,5121.4113335 +284,2.347301921,-0.449114658,330,0.17524381,0.976660285,8998.8243065 +285,0.246820618,0.830553713,330,0.17524381,0.976660285,604.46282052 +286,0.829414965,0.703288228,330,0.17524381,0.976660285,2004.0218024 +287,-1.337537566,0.42332223,330,0.17524381,0.976660285,4720.7191145 +288,0.882453706,0.454478077,330,0.17524381,0.976660285,2885.9703759 +289,1.575629659,0.416419109,330,0.17524381,0.976660285,4496.3447563 +290,-1.039455679,0.229888244,330,0.17524381,0.976660285,4682.9092134 +291,0.489558039,0.934482747,330,0.17524381,0.976660285,735.41804166 +292,0.081344504,0.88384514,330,0.17524381,0.976660285,429.3224719 +293,-1.547979814,0.300350308,330,0.17524381,0.976660285,5569.5237697 +294,0.040776181,0.168560074,330,0.17524381,0.976660285,3228.0894479 +295,-1.130374745,0.563894876,330,0.17524381,0.976660285,3834.5449287 +296,1.578326642,0.478507176,330,0.17524381,0.976660285,4308.4957717 +297,-1.12861823,-0.291640865,330,0.17524381,0.976660285,6606.0591299 +298,0.310524208,0.770885792,330,0.17524381,0.976660285,883.37380041 +299,0.415649091,-0.387246002,330,0.17524381,0.976660285,5462.6710491 +300,-0.926533878,-0.188022748,330,0.17524381,0.976660285,5850.2818447 +301,1.258856172,-0.11716081,330,0.17524381,0.976660285,5571.7683025 +302,-1.126050026,0.322941926,330,0.17524381,0.976660285,4573.2419523 +303,2.002785835,0.07893892,330,0.17524381,0.976660285,6524.6989524 +304,0.440437607,0.746258085,330,0.17524381,0.976660285,1135.2852953 +305,-0.030391866,0.214441206,330,0.17524381,0.976660285,3084.6882602 +306,0.521557815,-0.058929362,330,0.17524381,0.976660285,4253.0769536 +307,-0.097005111,0.13317729,330,0.17524381,0.976660285,3448.1255964 +308,1.83113859,0.221857587,330,0.17524381,0.976660285,5681.8730602 +309,0.222428864,0.099404236,330,0.17524381,0.976660285,3478.0036055 +310,-1.702731345,0.8728568183,330,0.17524381,0.976660285,4027.5211419 +311,-0.418507569,0.278324921,330,0.17524381,0.976660285,3293.4503524 +312,-1.41153306,0.339029988,330,0.17524381,0.976660285,5150.7581395 +313,0.357560442,0.114788776,330,0.17524381,0.976660285,3461.7220899 +314,0.325818979,0.268352149,330,0.17524381,0.976660285,2842.5934533 +315,-1.246004659,-0.663679965,330,0.17524381,0.976660285,8047.5475614 +316,1.814603087,0.637404484,330,0.17524381,0.976660285,4318.2812363 +317,1.843704281,-0.18300445,330,0.17524381,0.976660285,7037.5893119 +318,1.690644492,-0.211480909,330,0.17524381,0.976660285,6792.8287391 +319,-1.275451936,0.068109467,330,0.17524381,0.976660285,5732.2528018 +320,0.762430171,-0.207594741,330,0.17524381,0.976660285,5076.1922609 +321,0.265668905,-0.014647884,330,0.17524381,0.976660285,3937.3874495 +322,-2.773032013,-0.335515811,330,0.17524381,0.976660285,9839.7700464 +323,-1.469512853,0.174058777,330,0.17524381,0.976660285,5814.1567924 +324,0.286276986,0.785925691,330,0.17524381,0.976660285,804.81202782 +325,-1.379324697,0.377432233,330,0.17524381,0.976660285,4957.501509 +326,-1.203778265,0.212813032,330,0.17524381,0.976660285,5100.6799247 +327,0.579916301,0.611743168,330,0.17524381,0.976660285,1812.3398994 +328,0.267582642,0.868113908,330,0.17524381,0.976660285,483.04145377 +329,0.412869244,-0.050245578,330,0.17524381,0.976660285,4139.9019707 +330,0.17524381,0.976660285,330,0.17524381,0.976660285,0 +331,0.743157214,0.204812899,330,0.17524381,0.976660285,3519.2990594 +332,-1.070758176,0.269382282,330,0.17524381,0.976660285,4623.2965817 +333,-1.230364251,0.329790229,330,0.17524381,0.976660285,4782.5623944 +334,-1.374813124,-0.024926835,330,0.17524381,0.976660285,6257.7627418 +335,0.519780566,0.463669906,330,0.17524381,0.976660285,2258.0977749 +336,-1.55108034,0.239698561,330,0.17524381,0.976660285,5775.3990519 +337,0.180294813,0.029739425,330,0.17524381,0.976660285,3750.788361 +338,0.67820924,0.268170153,330,0.17524381,0.976660285,3191.9807704 +339,0.445798684,1.024001867,330,0.17524381,0.976660285,606.73115132 +340,0.691751283,0.150521402,330,0.17524381,0.976660285,3645.6129861 +341,-1.036643551,-0.903056181,330,0.17524381,0.976660285,8429.4332423 +342,-0.120287036,1.083325163,330,0.17524381,0.976660285,732.49806682 +343,2.823513113,-0.304487164,330,0.17524381,0.976660285,9398.9030735 +344,0.457583172,1.12513373,330,0.17524381,0.976660285,804.51802375 +345,0.042918831,0.813795399,330,0.17524381,0.976660285,722.59959296 +346,1.196146777,-0.853142756,330,0.17524381,0.976660285,7990.7568629 +347,0.206001358,-0.010430701,330,0.17524381,0.976660285,3911.1240458 +348,-0.268308653,0.234799412,330,0.17524381,0.976660285,3235.4974659 +349,0.759363263,0.736189579,330,0.17524381,0.976660285,1764.1486905 +350,0.181363926,0.891988372,330,0.17524381,0.976660285,335.69360135 +351,-0.021111158,0.139103292,330,0.17524381,0.976660285,3373.9941606 +352,-0.093355215,0.630686981,330,0.17524381,0.976660285,1548.6812351 +353,0.40118964,0.681375926,330,0.17524381,0.976660285,1311.6970649 +354,-0.721197315,1.304706234,330,0.17524381,0.976660285,1863.2893657 +355,-1.076150317,0.212107639,330,0.17524381,0.976660285,4821.3049521 +356,-1.577164531,0.273993443,330,0.17524381,0.976660285,5718.0179725 +357,-0.190788414,0.182208586,330,0.17524381,0.976660285,3344.5284299 +358,-0.261349752,0.209710184,330,0.17524381,0.976660285,3320.8095831 +359,-1.029303852,0.083549259,330,0.17524381,0.976660285,5143.4469564 +360,-1.268609162,0.330525297,330,0.17524381,0.976660285,4864.7915273 +361,1.282982244,-0.926641967,330,0.17524381,0.976660285,8352.9412646 +362,0.217352334,0.731352408,330,0.17524381,0.976660285,977.67001005 +363,-1.511833084,0.258629297,330,0.17524381,0.976660285,5628.9644795 +364,0.338812194,0.823184618,330,0.17524381,0.976660285,727.82795578 +365,-0.324406489,1.134201999,330,0.17524381,0.976660285,1142.6613692 +366,1.389579348,0.399185724,330,0.17524381,0.976660285,4138.567598 +367,2.047152199,-0.039082036,330,0.17524381,0.976660285,7012.5281824 +368,0.947780369,0.568250077,330,0.17524381,0.976660285,2653.8534312 +369,0.763824846,0.576754987,330,0.17524381,0.976660285,2256.0245372 +370,-0.142334657,0.928153068,330,0.17524381,0.976660285,751.68647863 +371,0.610266567,0.547265983,330,0.17524381,0.976660285,2084.4973701 +372,0.210731629,0.746815056,330,0.17524381,0.976660285,914.90308082 +373,-1.34931644,0.316895224,330,0.17524381,0.976660285,5086.2504871 +374,2.407696481,0.655030745,330,0.17524381,0.976660285,5294.4145517 +375,0.64207831,0.545359131,330,0.17524381,0.976660285,2142.7619095 +376,1.174597538,0.840588356,330,0.17524381,0.976660285,2418.5437798 +377,0.660059424,0.010604079,330,0.17524381,0.976660285,4129.4378229 +378,-0.730263819,0.010486456,330,0.17524381,0.976660285,4787.7139179 +379,0.831068936,0.512339172,330,0.17524381,0.976660285,2595.3826683 +380,1.301180979,0.72367476,330,0.17524381,0.976660285,2985.211851 +381,1.811128231,0.322854402,330,0.17524381,0.976660285,5309.2763356 +382,0.435105812,0.992284428,330,0.17524381,0.976660285,571.72262824 +383,0.62643634,0.592027932,330,0.17524381,0.976660285,1956.6725667 +384,0.492988703,-0.516339467,330,0.17524381,0.976660285,6010.5070182 +385,-0.162469483,0.112549365,330,0.17524381,0.976660285,3583.6422233 +386,0.314630866,0.472006421,330,0.17524381,0.976660285,2038.1968229 +387,0.166744804,0.822815954,330,0.17524381,0.976660285,609.73274341 +388,0.417159608,0.965805736,330,0.17524381,0.976660285,541.50107497 +389,0.106334961,0.868774244,330,0.17524381,0.976660285,457.81390316 +390,0.815086969,-0.338144359,330,0.17524381,0.976660285,5630.5607643 +391,0.59867455,-0.230624824,330,0.17524381,0.976660285,4984.1521336 +392,1.915104874,0.066220985,330,0.17524381,0.976660285,6377.0443659 +393,1.278093622,0.064463721,330,0.17524381,0.976660285,4992.7920486 +394,-0.061477853,0.302997961,330,0.17524381,0.976660285,2761.6164013 +395,0.251311504,0.626976942,330,0.17524381,0.976660285,1400.1731181 +396,2.950242872,0.149095644,330,0.17524381,0.976660285,7824.8023685 +397,-0.180294708,0.35375117,330,0.17524381,0.976660285,2682.3112876 +398,1.010448592,-0.351180233,330,0.17524381,0.976660285,5953.7385347 +399,-1.748740498,0.3686318073,330,0.17524381,0.976660285,5753.5568416 +400,2.699635665,0.123533791,330,0.17524381,0.976660285,7642.1938128 +401,0.496808033,0.823843254,330,0.17524381,0.976660285,991.22544042 +402,0.129574704,0.763364087,330,0.17524381,0.976660285,852.72130791 +403,1.798920311,0.817447563,330,0.17524381,0.976660285,3750.8487172 +404,0.335987953,0.746786541,330,0.17524381,0.976660285,998.43550913 +405,-1.085413643,0.292154671,330,0.17524381,0.976660285,4582.1164087 +406,-0.155321003,0.508207011,330,0.17524381,0.976660285,2075.8358381 +407,0.620529244,-0.301175104,330,0.17524381,0.976660285,5275.5410321 +408,1.684402744,0.368716966,330,0.17524381,0.976660285,4886.3860986 +409,0.300582244,-0.386397212,330,0.17524381,0.976660285,5415.5292945 +410,2.913555946,-0.009225192,330,0.17524381,0.976660285,8399.6412102 +411,1.465101417,0.493232532,330,0.17524381,0.976660285,4013.7686135 +412,0.090612882,0.907955955,330,0.17524381,0.976660285,335.83381752 +413,2.987564726,-0.729568594,330,0.17524381,0.976660285,11151.060722 +414,-1.484261606,0.224149272,330,0.17524381,0.976660285,5682.221499 +415,0.164073421,0.303955133,330,0.17524381,0.976660285,2664.7969337 +416,0.141441293,0.167552546,330,0.17524381,0.976660285,3206.6012044 +417,2.931321023,-0.506718887,330,0.17524381,0.976660285,10289.265068 +418,2.21951565,0.700596356,330,0.17524381,0.976660285,4851.7224686 +419,0.268112576,1.199114336,330,0.17524381,0.976660285,896.73389951 +420,0.978913739,0.359223811,330,0.17524381,0.976660285,3392.843325 +421,1.210898818,0.522863584,330,0.17524381,0.976660285,3360.8483112 +422,2.347397336,0.129231362,330,0.17524381,0.976660285,7048.9613586 +423,0.614394501,0.556878345,330,0.17524381,0.976660285,2057.5895938 +424,-1.398079356,0.148483366,330,0.17524381,0.976660285,5740.7174322 +425,2.535303836,-0.112984496,330,0.17524381,0.976660285,8242.3672505 +426,-1.019372593,-0.405322349,330,0.17524381,0.976660285,6769.3074508 +427,-1.297785627,-0.160104069,330,0.17524381,0.976660285,6531.8246299 +428,2.144554488,0.205051084,330,0.17524381,0.976660285,6396.0776106 +429,-2.242387083,-0.426171285,330,0.17524381,0.976660285,9431.1207495 +430,0.338637212,0.909723676,330,0.17524381,0.976660285,462.77065977 +431,-0.148798452,0.691042401,330,0.17524381,0.976660285,1413.0755845 +432,0.893524764,0.441829531,330,0.17524381,0.976660285,2949.5153796 +433,0.969229347,-0.368847936,330,0.17524381,0.976660285,5955.2630151 +434,0.436043248,0.800045688,330,0.17524381,0.976660285,952.00191164 +435,1.687946607,1.081504775,330,0.17524381,0.976660285,2882.5656429 +436,0.522302046,-0.034889271,330,0.17524381,0.976660285,4160.7813609 +437,-0.178996113,-0.438090009,330,0.17524381,0.976660285,5729.7380859 +438,-1.094339566,0.301444068,330,0.17524381,0.976660285,4571.9581233 +439,-1.064070054,0.242569932,330,0.17524381,0.976660285,4695.5494392 +440,-1.068153768,0.230387998,330,0.17524381,0.976660285,4744.1557621 +441,-3.00496892,-0.23989155,330,0.17524381,0.976660285,9523.1180324 +442,0.21751974,0.766874888,330,0.17524381,0.976660285,837.78284751 +443,0.117229532,0.007619006,330,0.17524381,0.976660285,3842.895848 +444,0.777758451,0.420554741,330,0.17524381,0.976660285,2806.3946197 +445,-0.252356999,0.250747086,330,0.17524381,0.976660285,3155.7418608 +446,0.363148444,0.768483434,330,0.17524381,0.976660285,950.85695119 +447,0.903191366,-0.118210676,330,0.17524381,0.976660285,4943.1301758 +448,-0.205755923,0.149406178,330,0.17524381,0.976660285,3485.3991409 +449,1.811996086,0.02364353,330,0.17524381,0.976660285,6290.4317203 +450,-1.100670221,0.314845373,330,0.17524381,0.976660285,4542.9533929 +451,0.340078597,0.850105132,330,0.17524381,0.976660285,639.49920363 +452,0.258757267,0.804969236,330,0.17524381,0.976660285,710.73606144 +453,2.78505352,-0.155160804,330,0.17524381,0.976660285,8794.3924285 +454,0.800551619,0.105822106,330,0.17524381,0.976660285,3967.805166 +455,0.437940882,-0.506194031,330,0.17524381,0.976660285,5940.3282212 +456,2.230431122,0.63458615,330,0.17524381,0.976660285,5092.3637253 +457,0.527965361,0.127667701,330,0.17524381,0.976660285,3539.8212278 +458,-0.063643205,0.702093448,330,0.17524381,0.976660285,1252.7031316 +459,1.408447268,0.133010502,330,0.17524381,0.976660285,5041.3046402 +460,0.523795955,0.280266966,330,0.17524381,0.976660285,2952.552264 +461,-0.975769313,0.072177659,330,0.17524381,0.976660285,5067.6062673 +462,0.549774164,-0.463663986,330,0.17524381,0.976660285,5843.4926334 +463,0.29245874,1.095549818,330,0.17524381,0.976660285,526.36884936 +464,0.143625958,0.816809593,330,0.17524381,0.976660285,637.91714489 +465,0.671902494,0.611159853,330,0.17524381,0.976660285,1972.4627126 +466,1.239840988,0.6724199,330,0.17524381,0.976660285,2989.3775581 +467,0.607829703,-0.10932137,330,0.17524381,0.976660285,4527.7712353 +468,1.763020906,0.263996692,330,0.17524381,0.976660285,5395.8310947 +469,0.378714634,0.726066797,330,0.17524381,0.976660285,1122.2679823 +470,2.196736143,-0.153862366,330,0.17524381,0.976660285,7714.4584117 +471,0.01702415,0.148991565,330,0.17524381,0.976660285,3315.432784 +472,-2.998490902,-0.158002487,330,0.17524381,0.976660285,9199.5963966 +473,-3.051262951,-0.346595608,330,0.17524381,0.976660285,9935.4372365 +474,-1.069176439,0.182802941,330,0.17524381,0.976660285,4901.9021776 +475,0.167157509,0.595344954,330,0.17524381,0.976660285,1510.5513045 +476,0.613855648,0.681746124,330,0.17524381,0.976660285,1638.2424012 +477,1.037012736,0.682555367,330,0.17524381,0.976660285,2512.3374551 +478,-1.253574971,0.379755746,330,0.17524381,0.976660285,4674.7859988 +479,3.108590453,-0.132620738,330,0.17524381,0.976660285,9037.5128936 +480,0.565301296,0.022333262,330,0.17524381,0.976660285,3980.6518634 +481,0.547898238,0.855555614,330,0.17524381,0.976660285,1012.9485941 +482,0.948309381,0.417393755,330,0.17524381,0.976660285,3138.3762367 +483,-0.050600732,0.945269213,330,0.17524381,0.976660285,526.36072385 +484,-0.977651478,-0.572363064,330,0.17524381,0.976660285,7254.83286 +485,1.102014914,0.728861163,330,0.17524381,0.976660285,2531.6783679 +486,2.927300795,-0.282939414,330,0.17524381,0.976660285,9455.2100116 +487,-1.154565557,0.124434095,330,0.17524381,0.976660285,5280.6219607 +488,1.855331234,0.291044755,330,0.17524381,0.976660285,5507.9041795 +489,0.830290659,0.276904518,330,0.17524381,0.976660285,3400.657318 +490,0.485104466,-0.234867441,330,0.17524381,0.976660285,4908.0137136 +491,0.521367572,-0.33161327,330,0.17524381,0.976660285,5310.282923 +1,-1.539031704,0.7349710123,331,0.743157214,0.204812899,7586.9697881 +2,-1.536990553,0.7349663874,331,0.743157214,0.204812899,7582.2518836 +3,-1.534951779,0.7349571355,331,0.743157214,0.204812899,7577.5444153 +4,-1.532906461,0.7349480293,331,0.743157214,0.204812899,7572.8150498 +5,-1.531320211,0.7346937278,331,0.743157214,0.204812899,7569.7408083 +6,-1.539451648,0.7335131775,331,0.743157214,0.204812899,7591.4982048 +7,-1.537429487,0.7335445708,331,0.743157214,0.204812899,7586.7302809 +8,-1.535484998,0.7335658704,331,0.743157214,0.204812899,7582.1615816 +9,-1.533488396,0.7336036027,331,0.743157214,0.204812899,7577.4263157 +10,-1.531497785,0.7335842962,331,0.743157214,0.204812899,7572.8373644 +11,-1.530259379,0.7334777758,331,0.743157214,0.204812899,7570.2076062 +12,-1.5335454,0.7322346912,331,0.743157214,0.204812899,7580.8756262 +13,-1.531489083,0.7322238773,331,0.743157214,0.204812899,7576.1058535 +14,-1.530011122,0.7321679851,331,0.743157214,0.204812899,7572.789762 +15,-1.53348106,0.7306614094,331,0.743157214,0.204812899,7584.5351529 +16,-1.531441779,0.7306962275,331,0.743157214,0.204812899,7579.6863525 +17,-1.529755654,0.7306933243,331,0.743157214,0.204812899,7575.7492521 +18,-1.533415048,0.7291384674,331,0.743157214,0.204812899,7588.0662575 +19,-1.531392093,0.7291705353,331,0.743157214,0.204812899,7583.2540978 +20,-1.529296523,0.7291214933,331,0.743157214,0.204812899,7578.4612389 +21,-1.535280942,0.727267644,331,0.743157214,0.204812899,7596.9612761 +22,-1.533378158,0.7276139666,331,0.743157214,0.204812899,7591.666764 +23,-1.531340368,0.7276446587,331,0.743157214,0.204812899,7586.8150314 +24,-1.528960113,0.7276398177,331,0.743157214,0.204812899,7581.2384072 +25,-1.533313146,0.7260818349,331,0.743157214,0.204812899,7595.2173308 +26,-1.531259555,0.7260958115,331,0.743157214,0.204812899,7590.3604851 +27,-1.528926415,0.7260865555,331,0.743157214,0.204812899,7584.8954845 +28,-1.531226779,0.7245511789,331,0.743157214,0.204812899,7594.0060646 +29,-1.528904772,0.7245519194,331,0.743157214,0.204812899,7588.5337841 +30,-1.547195875,0.7409785979,331,0.743157214,0.204812899,7591.0265448 +31,-1.5451475,0.740980426,331,0.743157214,0.204812899,7586.3335662 +32,-1.543097679,0.7409798872,331,0.743157214,0.204812899,7581.6367083 +33,-1.540720364,0.7409892687,331,0.743157214,0.204812899,7576.1569467 +34,-1.547188511,0.7395198392,331,0.743157214,0.204812899,7594.6052876 +35,-1.545148587,0.7395226109,331,0.743157214,0.204812899,7589.9215715 +36,-1.543104538,0.7395314908,331,0.743157214,0.204812899,7585.207082 +37,-1.540727751,0.7395306258,331,0.743157214,0.204812899,7579.7446752 +38,-1.547187029,0.7380014886,331,0.743157214,0.204812899,7598.3423761 +39,-1.545147315,0.7380012252,331,0.743157214,0.204812899,7593.6585339 +40,-1.54310719,0.7380060743,331,0.743157214,0.204812899,7588.9548641 +41,-1.540719671,0.7380068206,331,0.743157214,0.204812899,7583.4543405 +42,-1.547187189,0.7364799098,331,0.743157214,0.204812899,7602.0891433 +43,-1.545149996,0.7364853874,331,0.743157214,0.204812899,7597.3889223 +44,-1.543106091,0.7364823484,331,0.743157214,0.204812899,7592.6878319 +45,-1.540717158,0.7364893901,331,0.743157214,0.204812899,7587.1591738 +46,-1.538663972,0.7410138672,331,0.743157214,0.204812899,7571.3698449 +47,-1.53695285,0.7409699132,331,0.743157214,0.204812899,7567.5389539 +48,-1.534910498,0.7409641297,331,0.743157214,0.204812899,7562.8466334 +49,-1.533145034,0.7409536636,331,0.743157214,0.204812899,7558.7986541 +50,-1.538681336,0.7395405883,331,0.743157214,0.204812899,7575.0085339 +51,-1.536999189,0.7395183096,331,0.743157214,0.204812899,7571.1850605 +52,-1.534923633,0.7395144222,331,0.743157214,0.204812899,7566.4038407 +53,-1.533267822,0.7395654306,331,0.743157214,0.204812899,7562.4535034 +54,-1.53867273,0.7380151077,331,0.743157214,0.204812899,7578.7129354 +55,-1.536980576,0.7379994392,331,0.743157214,0.204812899,7574.8434948 +56,-1.534931522,0.7379944961,331,0.743157214,0.204812899,7570.1178761 +57,-1.533387952,0.7379480264,331,0.743157214,0.204812899,7566.6575733 +58,-1.538682279,0.7364914363,331,0.743157214,0.204812899,7582.4527898 +59,-1.536980704,0.7364810563,331,0.743157214,0.204812899,7578.5419511 +60,-1.534935567,0.7364752065,331,0.743157214,0.204812899,7573.8194999 +61,-1.533042592,0.7363876366,331,0.743157214,0.204812899,7569.6419564 +62,-1.545143426,0.7349628011,331,0.743157214,0.204812899,7601.1125382 +63,-1.543105297,0.7349691947,331,0.743157214,0.204812899,7596.3935538 +64,-1.541064533,0.7349647152,331,0.743157214,0.204812899,7591.6888038 +65,-1.545411803,0.7334624714,331,0.743157214,0.204812899,7605.414521 +66,-1.543446606,0.7334780896,331,0.743157214,0.204812899,7600.8344855 +67,-1.541475327,0.7334957295,331,0.743157214,0.204812899,7596.2297131 +68,-1.545401939,0.731963266,331,0.743157214,0.204812899,7609.0700722 +69,-1.54342253,0.7319915583,331,0.743157214,0.204812899,7604.4184172 +70,-1.541455867,0.7320216438,331,0.743157214,0.204812899,7599.7862731 +71,-1.545410146,0.7304422281,331,0.743157214,0.204812899,7612.8189431 +72,-1.543435491,0.7304713664,331,0.743157214,0.204812899,7608.1684785 +73,-1.541463105,0.7304997613,331,0.743157214,0.204812899,7603.5194655 +74,-1.545414768,0.7289194936,331,0.743157214,0.204812899,7616.5616397 +75,-1.543435774,0.7289538557,331,0.743157214,0.204812899,7611.8805506 +76,-1.541457714,0.7289765881,331,0.743157214,0.204812899,7607.2244016 +77,-1.539449415,0.7320555866,331,0.743157214,0.204812899,7595.0467685 +78,-1.537429183,0.7321097681,331,0.743157214,0.204812899,7590.2202639 +79,-1.535472649,0.7321497267,331,0.743157214,0.204812899,7585.5709939 +80,-1.539457899,0.7305333307,331,0.743157214,0.204812899,7598.7758875 +81,-1.537453161,0.7305750503,331,0.743157214,0.204812899,7594.0078576 +82,-1.535479385,0.7306124949,331,0.743157214,0.204812899,7589.3167817 +83,-1.53946905,0.7290102593,331,0.743157214,0.204812899,7602.5112053 +84,-1.537459922,0.7290417293,331,0.743157214,0.204812899,7597.7499788 +85,-1.535451349,0.7290890157,331,0.743157214,0.204812899,7592.94595 +86,-1.535522937,0.7279887191,331,0.743157214,0.204812899,7595.7803962 +87,-1.539442524,0.7274735939,331,0.743157214,0.204812899,7606.1896677 +88,-1.537424111,0.727521351,331,0.743157214,0.204812899,7601.3591274 +89,-1.539384641,0.7259505092,331,0.743157214,0.204812899,7609.7594473 +90,-1.537372391,0.7259947145,331,0.743157214,0.204812899,7604.9438542 +91,-1.535340789,0.7260435356,331,0.743157214,0.204812899,7600.0660779 +92,-1.539325716,0.7244369706,331,0.743157214,0.204812899,7613.3010287 +93,-1.537308932,0.7244801057,331,0.743157214,0.204812899,7608.469369 +94,-1.535289068,0.7245247645,331,0.743157214,0.204812899,7603.6211079 +95,-1.533261366,0.7245550236,331,0.743157214,0.204812899,7598.783524 +96,-1.539267302,0.722921924,331,0.743157214,0.204812899,7616.8449308 +97,-1.537248972,0.7229660258,331,0.743157214,0.204812899,7611.9992422 +98,-1.535219431,0.7229916471,331,0.743157214,0.204812899,7607.1661906 +99,-1.53318962,0.7230212049,331,0.743157214,0.204812899,7602.3170877 +100,-1.531154816,0.7230299897,331,0.743157214,0.204812899,7597.5003682 +101,-1.528878341,0.7230370244,331,0.743157214,0.204812899,7592.1110682 +102,-1.539218189,0.7214009878,331,0.743157214,0.204812899,7620.4224402 +103,-1.537198791,0.7214422745,331,0.743157214,0.204812899,7615.5729936 +104,-1.535179266,0.7214634354,331,0.743157214,0.204812899,7610.7661727 +105,-1.533156501,0.7214944644,331,0.743157214,0.204812899,7605.9220058 +106,-1.53113574,0.7215166021,331,0.743157214,0.204812899,7601.0981646 +107,-1.528874248,0.7215345535,331,0.743157214,0.204812899,7595.7090927 +108,-1.539217656,0.7198512397,331,0.743157214,0.204812899,7624.1817156 +109,-1.537199919,0.7199428763,331,0.743157214,0.204812899,7619.2062325 +110,-1.545425832,0.727397149,331,0.743157214,0.204812899,7620.3163187 +111,-1.543371177,0.7273916949,331,0.743157214,0.204812899,7615.5485972 +112,-1.541368852,0.7274523163,331,0.743157214,0.204812899,7610.7352962 +113,-1.545349067,0.7258710923,331,0.743157214,0.204812899,7623.8734896 +114,-1.54332671,0.7258603556,331,0.743157214,0.204812899,7619.1856067 +115,-1.541346831,0.7259242142,331,0.743157214,0.204812899,7614.4088209 +116,-1.545324355,0.7243383958,331,0.743157214,0.204812899,7627.5656422 +117,-1.543292796,0.7243617413,331,0.743157214,0.204812899,7622.7649315 +118,-1.541295822,0.7244024384,331,0.743157214,0.204812899,7617.9968382 +119,-1.543193859,0.7205570215,331,0.743157214,0.204812899,7631.8117295 +120,-1.550257047,0.7386738187,331,0.743157214,0.204812899,7603.7196787 +121,-1.549335448,0.7311736483,331,0.743157214,0.204812899,7620.1031361 +122,-1.533478843,0.7179891343,331,0.743157214,0.204812899,7615.1331588 +123,-1.556150555,0.738907041,331,0.743157214,0.204812899,7616.6009336 +124,-1.554324226,0.733414257,331,0.743157214,0.204812899,7626.0572913 +125,-1.554290846,0.7288285332,331,0.743157214,0.204812899,7637.3313076 +126,-1.55122487,0.7219795312,331,0.743157214,0.204812899,7647.1105563 +127,-1.525104458,0.7229399862,331,0.743157214,0.204812899,7583.4200617 +128,-1.519607711,0.7236181429,331,0.743157214,0.204812899,7568.7717006 +129,-1.513899999,0.7251107854,331,0.743157214,0.204812899,7551.6701924 +130,-1.536620762,0.7431061895,331,0.743157214,0.204812899,7561.5640878 +131,-1.5369566,0.7460845958,331,0.743157214,0.204812899,7555.0626515 +132,-1.545345528,0.7447040685,331,0.743157214,0.204812899,7577.6184402 +133,-1.532813921,0.7432306626,331,0.743157214,0.204812899,7552.5034388 +134,-1.554788248,0.7382381001,331,0.743157214,0.204812899,7615.1559864 +135,-1.540348126,0.7301594274,331,0.743157214,0.204812899,7601.7578769 +136,-1.538016084,0.7239051786,331,0.743157214,0.204812899,7611.5226075 +137,-1.525288962,0.7258085137,331,0.743157214,0.204812899,7576.9903718 +138,-1.534326986,0.731241342,331,0.743157214,0.204812899,7585.1045498 +139,-1.530733872,0.7303625216,331,0.743157214,0.204812899,7578.8363328 +141,-1.534354939,0.7328219978,331,0.743157214,0.204812899,7581.3379795 +142,-1.53157084,0.7292888153,331,0.743157214,0.204812899,7583.3871097 +143,-1.525691035,0.7263799874,331,0.743157214,0.204812899,7576.5696115 +144,-1.534031287,0.7495967835,331,0.743157214,0.204812899,7539.7992412 +145,-1.527714986,0.7283095957,331,0.743157214,0.204812899,7576.7021184 +146,-1.526189586,0.7271468292,331,0.743157214,0.204812899,7575.9057994 +147,-1.555177336,0.7375563366,331,0.743157214,0.204812899,7617.7372647 +148,-1.555080283,0.7312707794,331,0.743157214,0.204812899,7633.1051018 +149,-1.53856994,0.7224180299,331,0.743157214,0.204812899,7616.4311102 +150,-1.530837883,0.729933372,331,0.743157214,0.204812899,7580.1153717 +151,-1.515066984,0.5854133365,331,0.743157214,0.204812899,7875.550471 +152,-1.534731633,0.5368370046,331,0.743157214,0.204812899,8037.855032 +153,-1.515231902,0.5607085576,331,0.743157214,0.204812899,7930.5334655 +154,-2.616253799,1.0684566605,331,0.743157214,0.204812899,7354.3599663 +155,-1.956071439,0.5792177723,331,0.743157214,0.204812899,8917.4754278 +156,-1.951208514,0.5602434208,331,0.743157214,0.204812899,8971.6450802 +157,-1.944675062,0.6062144545,331,0.743157214,0.204812899,8807.2464164 +158,-1.613778386,0.6077989518,331,0.743157214,0.204812899,8082.3788955 +159,-2.035029014,0.6021432345,331,0.743157214,0.204812899,8967.6922571 +160,-2.114989471,0.6801825058,331,0.743157214,0.204812899,8785.3041169 +161,-2.037382079,0.5765830025,331,0.743157214,0.204812899,9061.3486371 +162,-2.129855121,0.6585019963,331,0.743157214,0.204812899,8881.7262654 +163,-2.075141798,0.6493615843,331,0.743157214,0.204812899,8852.8830335 +164,-1.828626729,0.6948433129,331,0.743157214,0.204812899,8309.8666917 +165,-1.863329418,0.6735427691,331,0.743157214,0.204812899,8441.2831128 +166,-1.266037071,0.727988852,331,0.743157214,0.204812899,6918.4399657 +167,-1.277579582,0.7249010648,331,0.743157214,0.204812899,6954.5188773 +168,-1.258418684,0.7241194816,331,0.743157214,0.204812899,6904.717897 +169,-1.317813974,0.6804850104,331,0.743157214,0.204812899,7142.4496686 +170,-1.344165204,0.6790988904,331,0.743157214,0.204812899,7216.7277992 +171,-1.427582102,0.5277120351,331,0.743157214,0.204812899,7745.2796916 +172,-1.402238616,0.457167829,331,0.743157214,0.204812899,7799.0072335 +173,-1.422454264,0.4996161999,331,0.743157214,0.204812899,7783.6611875 +174,-1.439089277,0.4894859811,331,0.743157214,0.204812899,7853.8093081 +175,-1.448126995,0.5182330266,331,0.743157214,0.204812899,7825.1237991 +176,-1.474626146,0.5881926574,331,0.743157214,0.204812899,7758.0020991 +177,-1.421139645,0.5584869783,331,0.743157214,0.204812899,7666.2216994 +178,-1.457037165,0.565943032,331,0.743157214,0.204812899,7754.9275076 +179,-2.757159358,0.3745319,331,0.743157214,0.204812899,9758.2221642 +180,-2.714309238,0.342054471,331,0.743157214,0.204812899,9951.7542844 +181,-2.000525337,0.774119946,331,0.743157214,0.204812899,8310.6072111 +183,-1.571413436,0.6777838382,331,0.743157214,0.204812899,7803.8999608 +184,-1.552860289,0.6987663893,331,0.743157214,0.204812899,7707.8473021 +185,-1.521852374,0.7165827476,331,0.743157214,0.204812899,7590.8472351 +186,-1.503656267,0.6928968252,331,0.743157214,0.204812899,7602.0819552 +187,-1.502753178,0.7136205882,331,0.743157214,0.204812899,7551.8501994 +188,-1.631894563,0.7343596465,331,0.743157214,0.204812899,7796.7703446 +189,-1.653765416,0.6770714026,331,0.743157214,0.204812899,7998.8467929 +190,-1.719812114,0.6715965947,331,0.743157214,0.204812899,8160.4270914 +191,-1.493406659,0.6646955447,331,0.743157214,0.204812899,7640.6012864 +192,-1.469120564,0.6613469966,331,0.743157214,0.204812899,7585.280563 +193,-1.590551461,0.5326612937,331,0.743157214,0.204812899,8203.0632999 +194,-1.625979264,0.5247742243,331,0.743157214,0.204812899,8318.6731797 +195,-1.572293943,0.5238808754,331,0.743157214,0.204812899,8172.6641558 +196,-1.610848725,0.5477107964,331,0.743157214,0.204812899,8222.4179027 +197,-1.208485554,0.7918526018,331,0.743157214,0.204812899,6662.2513277 +198,-1.335601374,0.6869083083,331,0.743157214,0.204812899,7178.8808883 +199,-1.346156996,0.6825213377,331,0.743157214,0.204812899,7215.6344023 +200,-1.324381037,0.6741422347,331,0.743157214,0.204812899,7172.0333334 +201,-1.242424992,0.7378949807,331,0.743157214,0.204812899,6838.8249021 +202,-1.270370057,0.7392461008,331,0.743157214,0.204812899,6910.4052189 +203,-1.448950472,0.7441675014,331,0.743157214,0.204812899,7352.2649229 +204,-1.492662363,0.7523026852,331,0.743157214,0.204812899,7437.7238164 +205,-1.479098966,0.7763855017,331,0.743157214,0.204812899,7350.3472449 +206,-1.633760714,0.7869022408,331,0.743157214,0.204812899,7658.6071187 +207,-1.647406434,0.8101289331,331,0.743157214,0.204812899,7621.7292078 +208,-1.564245052,0.5701509278,331,0.743157214,0.204812899,8043.8483247 +209,-1.646289963,0.6833746083,331,0.743157214,0.204812899,7965.0099591 +210,-1.5820631,0.6751952144,331,0.743157214,0.204812899,7835.9648397 +211,-1.613236298,0.6681681791,331,0.743157214,0.204812899,7928.1135331 +212,-1.914661867,0.8212566515,331,0.743157214,0.204812899,8033.7719998 +213,-1.742133237,0.7250275956,331,0.743157214,0.204812899,8051.8112545 +214,-2.033144872,0.6557314699,331,0.743157214,0.204812899,8774.9035072 +215,-2.039551981,0.6964723658,331,0.743157214,0.204812899,8637.5727077 +216,-1.247341019,0.7622473908,331,0.743157214,0.204812899,6810.8096807 +217,-1.298239787,0.7084123392,331,0.743157214,0.204812899,7038.9270384 +218,-1.308539688,0.6926545592,331,0.743157214,0.204812899,7095.0940587 +219,-1.303263185,0.6888938396,331,0.743157214,0.204812899,7087.521774 +220,-1.852400229,0.6004246149,331,0.743157214,0.204812899,8650.7280827 +221,-1.288947707,0.7473773692,331,0.743157214,0.204812899,6944.5171163 +222,-1.372031502,0.7472790993,331,0.743157214,0.204812899,7156.3739945 +223,-1.289805721,0.7242157877,331,0.743157214,0.204812899,6988.1844498 +224,-1.350807603,0.7533498126,331,0.743157214,0.204812899,7091.112915 +225,-1.329290365,0.7560442322,331,0.743157214,0.204812899,7031.7107001 +226,-1.410153004,0.616936428,331,0.743157214,0.204812899,7519.114191 +227,-1.393445434,0.6308995063,331,0.743157214,0.204812899,7444.9256611 +228,-1.37595573,0.6241540638,331,0.743157214,0.204812899,7409.1997084 +229,-1.358388707,0.6172645205,331,0.743157214,0.204812899,7372.5671162 +230,-1.753741133,0.8281661666,331,0.743157214,0.204812899,7763.2074683 +231,-1.47430987,0.6834615681,331,0.743157214,0.204812899,7549.8304656 +232,-1.421012508,0.7222725206,331,0.743157214,0.204812899,7330.8458364 +233,-1.4476833,0.6978557868,331,0.743157214,0.204812899,7450.5633389 +234,-1.470370723,0.6966193374,331,0.743157214,0.204812899,7510.5971521 +235,-1.429211703,0.7037216883,331,0.743157214,0.204812899,7390.9764726 +236,-1.700578405,0.6178673663,331,0.743157214,0.204812899,8267.075692 +237,-1.678117619,0.6331716163,331,0.743157214,0.204812899,8173.0111591 +238,-1.725644578,0.6316331145,331,0.743157214,0.204812899,8286.3461856 +239,-2.14012759,0.7930497945,331,0.743157214,0.204812899,8384.7882374 +240,-2.103289431,0.7653606263,331,0.743157214,0.204812899,8456.1867657 +241,-1.318739838,0.7017808746,331,0.743157214,0.204812899,7105.9226961 +242,-1.396417427,0.7077900843,331,0.743157214,0.204812899,7298.4436752 +243,-1.35650337,0.7185539404,331,0.743157214,0.204812899,7173.7005277 +244,-1.248884539,0.7274156818,331,0.743157214,0.204812899,6873.5998858 +245,-1.395014798,0.5761185243,331,0.743157214,0.204812899,7555.9303879 +246,-1.433377362,0.6064716109,331,0.743157214,0.204812899,7605.0329611 +247,-1.408172432,0.5903155476,331,0.743157214,0.204812899,7566.2732202 +248,-1.749645898,0.7757118084,331,0.743157214,0.204812899,7915.093343 +249,-1.571626686,0.615046989,331,0.743157214,0.204812899,7957.1967298 +250,-1.514070049,0.6303003037,331,0.743157214,0.204812899,7772.0187752 +251,-1.480890369,0.6237966528,331,0.743157214,0.204812899,7698.4652754 +252,-1.704390658,0.5281680612,331,0.743157214,0.204812899,8517.0513834 +253,-1.64434733,0.5254277498,331,0.743157214,0.204812899,8366.6181242 +254,-1.703855997,0.4792484842,331,0.743157214,0.204812899,8642.3165607 +255,-1.692002383,0.5748825051,331,0.743157214,0.204812899,8362.4375291 +256,-1.854136457,0.5544643913,331,0.743157214,0.204812899,8795.8564655 +257,-1.665021206,0.520317736,331,0.743157214,0.204812899,8434.5121593 +258,-1.733654349,0.4845187345,331,0.743157214,0.204812899,8707.6930041 +259,-1.720938188,0.5135933906,331,0.743157214,0.204812899,8597.9076981 +260,-1.742668307,0.553296122,331,0.743157214,0.204812899,8544.5968715 +261,-1.965659039,0.7142126903,331,0.743157214,0.204812899,8473.8422938 +262,-1.944438071,0.6772834804,331,0.743157214,0.204812899,8567.8969008 +263,-1.270340967,0.7681487096,331,0.743157214,0.204812899,6859.785272 +264,-1.353091884,0.6549276821,331,0.743157214,0.204812899,7286.8367509 +265,-1.333236659,0.6413584414,331,0.743157214,0.204812899,7256.7553257 +266,-1.352015998,0.6753788907,331,0.743157214,0.204812899,7245.0588829 +267,-1.377988483,0.6577816235,331,0.743157214,0.204812899,7349.6346817 +268,-2.13075611,0.8318642051,331,0.743157214,0.204812899,8230.3438648 +269,-2.097910953,0.8259670014,331,0.743157214,0.204812899,8224.9338559 +270,-1.416382069,0.6694271549,331,0.743157214,0.204812899,7429.4650797 +271,-1.538905672,0.7535625993,331,0.743157214,0.204812899,7541.1900019 +272,-1.572309477,0.7803125099,331,0.743157214,0.204812899,7547.7724063 +273,-1.87759879,0.7503853417,331,0.743157214,0.204812899,8216.2654279 +274,1.152365588,0.590457682,331,0.743157214,0.204812899,2125.8359376 +275,0.350198001,0.718001859,331,0.743157214,0.204812899,2448.2999712 +276,0.046513677,0.491503852,331,0.743157214,0.204812899,2814.1437758 +277,0.027510309,0.742571376,331,0.743157214,0.204812899,3249.7956119 +278,0.306285725,-0.214631579,331,0.743157214,0.204812899,2389.6692744 +279,-1.100564889,0.318051531,331,0.743157214,0.204812899,6967.3337176 +280,-1.078582306,0.301437596,331,0.743157214,0.204812899,6905.74383 +281,-1.137371989,-0.617634065,331,0.743157214,0.204812899,7685.2174971 +282,0.784356344,0.703272339,331,0.743157214,0.204812899,1979.6418701 +283,-1.221209947,0.218327455,331,0.743157214,0.204812899,7522.6277311 +284,2.347301921,-0.449114658,331,0.743157214,0.204812899,6689.2601599 +285,0.246820618,0.830553713,331,0.743157214,0.204812899,2975.6529361 +286,0.829414965,0.703288228,331,0.743157214,0.204812899,1997.3425947 +287,-1.337537566,0.42332223,331,0.743157214,0.204812899,7647.3804684 +288,0.882453706,0.454478077,331,0.743157214,0.204812899,1117.3798751 +289,1.575629659,0.416419109,331,0.743157214,0.204812899,3233.2989513 +290,-1.039455679,0.229888244,331,0.743157214,0.204812899,6834.6838316 +291,0.489558039,0.934482747,331,0.743157214,0.204812899,2999.1339511 +292,0.081344504,0.88384514,331,0.743157214,0.204812899,3434.3237804 +293,-1.547979814,0.300350308,331,0.743157214,0.204812899,8560.8571275 +294,0.040776181,0.168560074,331,0.743157214,0.204812899,2735.362805 +295,-1.130374745,0.563894876,331,0.743157214,0.204812899,6770.3081637 +296,1.578326642,0.478507176,331,0.743157214,0.204812899,3276.8558539 +297,-1.12861823,-0.291640865,331,0.743157214,0.204812899,7581.2477592 +298,0.310524208,0.770885792,331,0.743157214,0.204812899,2682.5358259 +299,0.415649091,-0.387246002,331,0.743157214,0.204812899,2667.9784496 +300,-0.926533878,-0.188022748,331,0.743157214,0.204812899,6750.2316261 +301,1.258856172,-0.11716081,331,0.743157214,0.204812899,2398.8414393 +302,-1.126050026,0.322941926,331,0.743157214,0.204812899,7053.6164706 +303,2.002785835,0.07893892,331,0.743157214,0.204812899,4953.1131151 +304,0.440437607,0.746258085,331,0.743157214,0.204812899,2384.0204048 +305,-0.030391866,0.214441206,331,0.743157214,0.204812899,2993.7507134 +306,0.521557815,-0.058929362,331,0.743157214,0.204812899,1361.3175383 +307,-0.097005111,0.13317729,331,0.743157214,0.204812899,3289.0337746 +308,1.83113859,0.221857587,331,0.743157214,0.204812899,4201.7922107 +309,0.222428864,0.099404236,331,0.743157214,0.204812899,2079.5751477 +310,-1.702731345,0.8728568183,331,0.743157214,0.204812899,7542.0948249 +311,-0.418507569,0.278324921,331,0.743157214,0.204812899,4459.5867763 +312,-1.41153306,0.339029988,331,0.743157214,0.204812899,8032.687311 +313,0.357560442,0.114788776,331,0.743157214,0.204812899,1548.7085357 +314,0.325818979,0.268352149,331,0.743157214,0.204812899,1625.6597703 +315,-1.246004659,-0.663679965,331,0.743157214,0.204812899,8020.505517 +316,1.814603087,0.637404484,331,0.743157214,0.204812899,4157.9052928 +317,1.843704281,-0.18300445,331,0.743157214,0.204812899,4595.2885341 +318,1.690644492,-0.211480909,331,0.743157214,0.204812899,4073.9085654 +319,-1.275451936,0.068109467,331,0.743157214,0.204812899,7891.4458984 +320,0.762430171,-0.207594741,331,0.743157214,0.204812899,1635.3041532 +321,0.265668905,-0.014647884,331,0.743157214,0.204812899,2070.0815379 +322,-2.773032013,-0.335515811,331,0.743157214,0.204812899,10924.807974 +323,-1.469512853,0.174058777,331,0.743157214,0.204812899,8491.3373911 +324,0.286276986,0.785925691,331,0.743157214,0.204812899,2772.4680712 +325,-1.379324697,0.377432233,331,0.743157214,0.204812899,7861.0006454 +326,-1.203778265,0.212813032,331,0.743157214,0.204812899,7464.5072109 +327,0.579916301,0.611743168,331,0.743157214,0.204812899,1715.3655692 +328,0.267582642,0.868113908,331,0.743157214,0.204812899,3050.903498 +329,0.412869244,-0.050245578,331,0.743157214,0.204812899,1646.9782738 +330,0.17524381,0.976660285,331,0.743157214,0.204812899,3519.2990594 +331,0.743157214,0.204812899,331,0.743157214,0.204812899,0 +332,-1.070758176,0.269382282,331,0.743157214,0.204812899,6910.9295097 +333,-1.230364251,0.329790229,331,0.743157214,0.204812899,7417.1539353 +334,-1.374813124,-0.024926835,331,0.743157214,0.204812899,8361.6799275 +335,0.519780566,0.463669906,331,0.743157214,0.204812899,1320.7097184 +336,-1.55108034,0.239698561,331,0.743157214,0.204812899,8679.1132721 +337,0.180294813,0.029739425,331,0.743157214,0.204812899,2317.0129403 +338,0.67820924,0.268170153,331,0.743157214,0.204812899,354.26455327 +339,0.445798684,1.024001867,331,0.743157214,0.204812899,3364.2709491 +340,0.691751283,0.150521402,331,0.743157214,0.204812899,293.93952753 +341,-1.036643551,-0.903056181,331,0.743157214,0.204812899,7368.722624 +342,-0.120287036,1.083325163,331,0.743157214,0.204812899,4249.1859525 +343,2.823513113,-0.304487164,331,0.743157214,0.204812899,8372.2703768 +344,0.457583172,1.12513373,331,0.743157214,0.204812899,3729.7909793 +345,0.042918831,0.813795399,331,0.743157214,0.204812899,3356.1550749 +346,1.196146777,-0.853142756,331,0.743157214,0.204812899,4480.0665409 +347,0.206001358,-0.010430701,331,0.743157214,0.204812899,2278.6628302 +348,-0.268308653,0.234799412,331,0.743157214,0.204812899,3902.8835798 +349,0.759363263,0.736189579,331,0.743157214,0.204812899,2105.5276679 +350,0.181363926,0.891988372,331,0.743157214,0.204812899,3267.8322229 +351,-0.021111158,0.139103292,331,0.743157214,0.204812899,2991.1202966 +352,-0.093355215,0.630686981,331,0.743157214,0.204812899,3420.3442648 +353,0.40118964,0.681375926,331,0.743157214,0.204812899,2238.3030848 +354,-0.721197315,1.304706234,331,0.743157214,0.204812899,5328.7766551 +355,-1.076150317,0.212107639,331,0.743157214,0.204812899,6989.6376196 +356,-1.577164531,0.273993443,331,0.743157214,0.204812899,8707.5269542 +357,-0.190788414,0.182208586,331,0.743157214,0.204812899,3626.0042148 +358,-0.261349752,0.209710184,331,0.743157214,0.204812899,3886.0725478 +359,-1.029303852,0.083549259,331,0.743157214,0.204812899,6932.6001034 +360,-1.268609162,0.330525297,331,0.743157214,0.204812899,7550.9597507 +361,1.282982244,-0.926641967,331,0.743157214,0.204812899,4840.4835526 +362,0.217352334,0.731352408,331,0.743157214,0.204812899,2764.8553896 +363,-1.511833084,0.258629297,331,0.743157214,0.204812899,8510.8620885 +364,0.338812194,0.823184618,331,0.743157214,0.204812899,2795.3659357 +365,-0.324406489,1.134201999,331,0.743157214,0.204812899,4660.9253595 +366,1.389579348,0.399185724,331,0.743157214,0.204812899,2554.4426396 +367,2.047152199,-0.039082036,331,0.743157214,0.204812899,5221.0860902 +368,0.947780369,0.568250077,331,0.743157214,0.204812899,1620.5938584 +369,0.763824846,0.576754987,331,0.743157214,0.204812899,1475.1718068 +370,-0.142334657,0.928153068,331,0.743157214,0.204812899,3989.6839036 +371,0.610266567,0.547265983,331,0.743157214,0.204812899,1440.8955811 +372,0.210731629,0.746815056,331,0.743157214,0.204812899,2819.2470404 +373,-1.34931644,0.316895224,331,0.743157214,0.204812899,7853.008176 +374,2.407696481,0.655030745,331,0.743157214,0.204812899,6018.9623326 +375,0.64207831,0.545359131,331,0.743157214,0.204812899,1398.6906506 +376,1.174597538,0.840588356,331,0.743157214,0.204812899,2893.9562007 +377,0.660059424,0.010604079,331,0.743157214,0.204812899,835.76386455 +378,-0.730263819,0.010486456,331,0.743157214,0.204812899,5835.8407 +379,0.831068936,0.512339172,331,0.743157214,0.204812899,1260.5213836 +380,1.301180979,0.72367476,331,0.743157214,0.204812899,2820.0789293 +381,1.811128231,0.322854402,331,0.743157214,0.204812899,4092.9257241 +382,0.435105812,0.992284428,331,0.743157214,0.204812899,3257.6685679 +383,0.62643634,0.592027932,331,0.743157214,0.204812899,1590.7437764 +384,0.492988703,-0.516339467,331,0.743157214,0.204812899,3012.0606229 +385,-0.162469483,0.112549365,331,0.743157214,0.204812899,3556.2871088 +386,0.314630866,0.472006421,331,0.743157214,0.204812899,1912.6578404 +387,0.166744804,0.822815954,331,0.743157214,0.204812899,3109.1164882 +388,0.417159608,0.965805736,331,0.743157214,0.204812899,3179.1910604 +389,0.106334961,0.868774244,331,0.743157214,0.204812899,3347.5999533 +390,0.815086969,-0.338144359,331,0.743157214,0.204812899,2168.8946913 +391,0.59867455,-0.230624824,331,0.743157214,0.204812899,1815.7919378 +392,1.915104874,0.066220985,331,0.743157214,0.204812899,4622.68751 +393,1.278093622,0.064463721,331,0.743157214,0.204812899,2169.8370987 +394,-0.061477853,0.302997961,331,0.743157214,0.204812899,3102.3487587 +395,0.251311504,0.626976942,331,0.743157214,0.204812899,2426.0755498 +396,2.950242872,0.149095644,331,0.743157214,0.204812899,8505.6128087 +397,-0.180294708,0.35375117,331,0.743157214,0.204812899,3550.9754244 +398,1.010448592,-0.351180233,331,0.743157214,0.204812899,2436.308396 +399,-1.748740498,0.3686318073,331,0.743157214,0.204812899,9045.3743999 +400,2.699635665,0.123533791,331,0.743157214,0.204812899,7598.002542 +401,0.496808033,0.823843254,331,0.743157214,0.204812899,2585.9220385 +402,0.129574704,0.763364087,331,0.743157214,0.204812899,3043.8526933 +403,1.798920311,0.817447563,331,0.743157214,0.204812899,4246.6758768 +404,0.335987953,0.746786541,331,0.743157214,0.204812899,2562.4193404 +405,-1.085413643,0.292154671,331,0.743157214,0.204812899,6940.6091274 +406,-0.155321003,0.508207011,331,0.743157214,0.204812899,3513.6764269 +407,0.620529244,-0.301175104,331,0.743157214,0.204812899,2060.8726637 +408,1.684402744,0.368716966,331,0.743157214,0.204812899,3618.0946905 +409,0.300582244,-0.386397212,331,0.743157214,0.204812899,2905.0877676 +410,2.913555946,-0.009225192,331,0.743157214,0.204812899,8549.4417932 +411,1.465101417,0.493232532,331,0.743157214,0.204812899,2901.1906266 +412,0.090612882,0.907955955,331,0.743157214,0.204812899,3476.0375868 +413,2.987564726,-0.729568594,331,0.743157214,0.204812899,8725.8385308 +414,-1.484261606,0.224149272,331,0.743157214,0.204812899,8469.7969164 +415,0.164073421,0.303955133,331,0.743157214,0.204812899,2251.3187771 +416,0.141441293,0.167552546,331,0.743157214,0.204812899,2345.4495654 +417,2.931321023,-0.506718887,331,0.743157214,0.204812899,8742.5549274 +418,2.21951565,0.700596356,331,0.743157214,0.204812899,5417.4873362 +419,0.268112576,1.199114336,331,0.743157214,0.204812899,4121.7612606 +420,0.978913739,0.359223811,331,0.743157214,0.204812899,1084.5688986 +421,1.210898818,0.522863584,331,0.743157214,0.204812899,2131.0463201 +422,2.347397336,0.129231362,331,0.743157214,0.204812899,6246.701239 +423,0.614394501,0.556878345,331,0.743157214,0.204812899,1471.535349 +424,-1.398079356,0.148483366,331,0.743157214,0.204812899,8263.0921158 +425,2.535303836,-0.112984496,331,0.743157214,0.204812899,7167.7351837 +426,-1.019372593,-0.405322349,331,0.743157214,0.204812899,7229.5746648 +427,-1.297785627,-0.160104069,331,0.743157214,0.204812899,8161.3487888 +428,2.144554488,0.205051084,331,0.743157214,0.204812899,5412.1296613 +429,-2.242387083,-0.426171285,331,0.743157214,0.204812899,11389.27698 +430,0.338637212,0.909723676,331,0.743157214,0.204812899,3076.9471049 +431,-0.148798452,0.691042401,331,0.743157214,0.204812899,3656.3846187 +432,0.893524764,0.441829531,331,0.743157214,0.204812899,1094.6522658 +433,0.969229347,-0.368847936,331,0.743157214,0.204812899,2436.6452135 +434,0.436043248,0.800045688,331,0.743157214,0.204812899,2574.5312146 +435,1.687946607,1.081504775,331,0.743157214,0.204812899,4376.8616772 +436,0.522302046,-0.034889271,331,0.743157214,0.204812899,1287.4413917 +437,-0.178996113,-0.438090009,331,0.743157214,0.204812899,4375.9743137 +438,-1.094339566,0.301444068,331,0.743157214,0.204812899,6963.0726462 +439,-1.064070054,0.242569932,331,0.743157214,0.204812899,6913.7473934 +440,-1.068153768,0.230387998,331,0.743157214,0.204812899,6941.2993243 +441,-3.00496892,-0.23989155,331,0.743157214,0.204812899,10098.345274 +442,0.21751974,0.766874888,331,0.743157214,0.204812899,2856.866778 +443,0.117229532,0.007619006,331,0.743157214,0.204812899,2581.6831125 +444,0.777758451,0.420554741,331,0.743157214,0.204812899,864.39653425 +445,-0.252356999,0.250747086,331,0.743157214,0.204812899,3836.3729994 +446,0.363148444,0.768483434,331,0.743157214,0.204812899,2581.2018991 +447,0.903191366,-0.118210676,331,0.743157214,0.204812899,1426.4167729 +448,-0.205755923,0.149406178,331,0.743157214,0.204812899,3701.1136595 +449,1.811996086,0.02364353,331,0.743157214,0.204812899,4257.9377722 +450,-1.100670221,0.314845373,331,0.743157214,0.204812899,6971.2753591 +451,0.340078597,0.850105132,331,0.743157214,0.204812899,2879.8164742 +452,0.258757267,0.804969236,331,0.743157214,0.204812899,2879.6440019 +453,2.78505352,-0.155160804,331,0.743157214,0.204812899,8162.1267903 +454,0.800551619,0.105822106,331,0.743157214,0.204812899,451.82537606 +455,0.437940882,-0.506194031,331,0.743157214,0.204812899,3048.7338392 +456,2.230431122,0.63458615,331,0.743157214,0.204812899,5479.4327672 +457,0.527965361,0.127667701,331,0.743157214,0.204812899,894.18541497 +458,-0.063643205,0.702093448,331,0.743157214,0.204812899,3426.9823773 +459,1.408447268,0.133010502,331,0.743157214,0.204812899,2611.2183321 +460,0.523795955,0.280266966,331,0.743157214,0.204812899,894.52913346 +461,-0.975769313,0.072177659,331,0.743157214,0.204812899,6736.1627579 +462,0.549774164,-0.463663986,331,0.743157214,0.204812899,2750.487427 +463,0.29245874,1.095549818,331,0.743157214,0.204812899,3751.1491291 +464,0.143625958,0.816809593,331,0.743157214,0.204812899,3141.6218693 +465,0.671902494,0.611159853,331,0.743157214,0.204812899,1629.8109484 +466,1.239840988,0.6724199,331,0.743157214,0.204812899,2548.2737002 +467,0.607829703,-0.10932137,331,0.743157214,0.204812899,1353.714885 +468,1.763020906,0.263996692,331,0.743157214,0.204812899,3925.3445246 +469,0.378714634,0.726066797,331,0.743157214,0.204812899,2419.9347696 +470,2.196736143,-0.153862366,331,0.743157214,0.204812899,5896.8275255 +471,0.01702415,0.148991565,331,0.743157214,0.204812899,2837.5164585 +472,-2.998490902,-0.158002487,331,0.743157214,0.204812899,10100.104458 +473,-3.051262951,-0.346595608,331,0.743157214,0.204812899,9898.939298 +474,-1.069176439,0.182802941,331,0.743157214,0.204812899,6992.5227208 +475,0.167157509,0.595344954,331,0.743157214,0.204812899,2588.8650701 +476,0.613855648,0.681746124,331,0.743157214,0.204812899,1943.1806535 +477,1.037012736,0.682555367,331,0.743157214,0.204812899,2156.1395298 +478,-1.253574971,0.379755746,331,0.743157214,0.204812899,7430.1537704 +479,3.108590453,-0.132620738,331,0.743157214,0.204812899,9402.6627515 +480,0.565301296,0.022333262,331,0.743157214,0.204812899,1005.4549677 +481,0.547898238,0.855555614,331,0.743157214,0.204812899,2656.350001 +482,0.948309381,0.417393755,331,0.743157214,0.204812899,1142.0676006 +483,-0.050600732,0.945269213,331,0.743157214,0.204812899,3834.7390083 +484,-0.977651478,-0.572363064,331,0.743157214,0.204812899,7154.0606146 +485,1.102014914,0.728861163,331,0.743157214,0.204812899,2418.7759962 +486,2.927300795,-0.282939414,331,0.743157214,0.204812899,8760.688217 +487,-1.154565557,0.124434095,331,0.743157214,0.204812899,7373.9043185 +488,1.855331234,0.291044755,331,0.743157214,0.204812899,4267.7047923 +489,0.830290659,0.276904518,331,0.743157214,0.204812899,440.25087059 +490,0.485104466,-0.234867441,331,0.743157214,0.204812899,2015.1214157 +491,0.521367572,-0.33161327,331,0.743157214,0.204812899,2294.4735377 +1,-1.539031704,0.7349710123,332,-1.070758176,0.269382282,2437.3665193 +2,-1.536990553,0.7349663874,332,-1.070758176,0.269382282,2432.8392847 +3,-1.534951779,0.7349571355,332,-1.070758176,0.269382282,2428.3161035 +4,-1.532906461,0.7349480293,332,-1.070758176,0.269382282,2423.7898157 +5,-1.531320211,0.7346937278,332,-1.070758176,0.269382282,2419.635799 +6,-1.539451648,0.7335131775,332,-1.070758176,0.269382282,2434.5076565 +7,-1.537429487,0.7335445708,332,-1.070758176,0.269382282,2430.1020234 +8,-1.535484998,0.7335658704,332,-1.070758176,0.269382282,2425.8530521 +9,-1.533488396,0.7336036027,332,-1.070758176,0.269382282,2421.5425761 +10,-1.531497785,0.7335842962,332,-1.070758176,0.269382282,2417.1065571 +11,-1.530259379,0.7334777758,332,-1.070758176,0.269382282,2414.1030459 +12,-1.5335454,0.7322346912,332,-1.070758176,0.269382282,2418.083154 +13,-1.531489083,0.7322238773,332,-1.070758176,0.269382282,2413.5131621 +14,-1.530011122,0.7321679851,332,-1.070758176,0.269382282,2410.1088049 +15,-1.53348106,0.7306614094,332,-1.070758176,0.269382282,2413.8274535 +16,-1.531441779,0.7306962275,332,-1.070758176,0.269382282,2409.4019273 +17,-1.529755654,0.7306933243,332,-1.070758176,0.269382282,2405.6683979 +18,-1.533415048,0.7291384674,332,-1.070758176,0.269382282,2409.7064102 +19,-1.531392093,0.7291705353,332,-1.070758176,0.269382282,2405.2974125 +20,-1.529296523,0.7291214933,332,-1.070758176,0.269382282,2400.5264083 +21,-1.535280942,0.727267644,332,-1.070758176,0.269382282,2409.0020737 +22,-1.533378158,0.7276139666,332,-1.070758176,0.269382282,2405.6529077 +23,-1.531340368,0.7276446587,332,-1.070758176,0.269382282,2401.1947495 +24,-1.528960113,0.7276398177,332,-1.070758176,0.269382282,2395.895473 +25,-1.533313146,0.7260818349,332,-1.070758176,0.269382282,2401.523776 +26,-1.531259555,0.7260958115,332,-1.070758176,0.269382282,2396.9742207 +27,-1.528926415,0.7260865555,332,-1.070758176,0.269382282,2391.7536057 +28,-1.531226779,0.7245511789,332,-1.070758176,0.269382282,2392.8788763 +29,-1.528904772,0.7245519194,332,-1.070758176,0.269382282,2387.6946448 +30,-1.547195875,0.7409785979,332,-1.070758176,0.269382282,2471.0325348 +31,-1.5451475,0.740980426,332,-1.070758176,0.269382282,2466.5123922 +32,-1.543097679,0.7409798872,332,-1.070758176,0.269382282,2461.9937765 +33,-1.540720364,0.7409892687,332,-1.070758176,0.269382282,2456.7930811 +34,-1.547188511,0.7395198392,332,-1.070758176,0.269382282,2467.2425509 +35,-1.545148587,0.7395226109,332,-1.070758176,0.269382282,2462.7315225 +36,-1.543104538,0.7395314908,332,-1.070758176,0.269382282,2458.2380786 +37,-1.540727751,0.7395306258,332,-1.070758176,0.269382282,2452.9978027 +38,-1.547187029,0.7380014886,332,-1.070758176,0.269382282,2463.3185575 +39,-1.545147315,0.7380012252,332,-1.070758176,0.269382282,2458.7876189 +40,-1.54310719,0.7380060743,332,-1.070758176,0.269382282,2454.2797845 +41,-1.540719671,0.7380068206,332,-1.070758176,0.269382282,2449.0053473 +42,-1.547187189,0.7364799098,332,-1.070758176,0.269382282,2459.3972287 +43,-1.545149996,0.7364853874,332,-1.070758176,0.269382282,2454.8741701 +44,-1.543106091,0.7364823484,332,-1.070758176,0.269382282,2450.3249488 +45,-1.540717158,0.7364893901,332,-1.070758176,0.269382282,2445.0490274 +46,-1.538663972,0.7410138672,332,-1.070758176,0.269382282,2452.349777 +47,-1.53695285,0.7409699132,332,-1.070758176,0.269382282,2448.4918369 +48,-1.534910498,0.7409641297,332,-1.070758176,0.269382282,2444.0196316 +49,-1.533145034,0.7409536636,332,-1.070758176,0.269382282,2440.1481437 +50,-1.538681336,0.7395405883,332,-1.070758176,0.269382282,2448.5257936 +51,-1.536999189,0.7395183096,332,-1.070758176,0.269382282,2444.778191 +52,-1.534923633,0.7395144222,332,-1.070758176,0.269382282,2440.2262015 +53,-1.533267822,0.7395654306,332,-1.070758176,0.269382282,2436.7458471 +54,-1.53867273,0.7380151077,332,-1.070758176,0.269382282,2444.5151792 +55,-1.536980576,0.7379994392,332,-1.070758176,0.269382282,2440.7526744 +56,-1.534931522,0.7379944961,332,-1.070758176,0.269382282,2436.2433477 +57,-1.533387952,0.7379480264,332,-1.070758176,0.269382282,2432.7410941 +58,-1.538682279,0.7364914363,332,-1.070758176,0.269382282,2440.5565909 +59,-1.536980704,0.7364810563,332,-1.070758176,0.269382282,2436.7767478 +60,-1.534935567,0.7364752065,332,-1.070758176,0.269382282,2432.2610597 +61,-1.533042592,0.7363876366,332,-1.070758176,0.269382282,2427.8749285 +62,-1.545143426,0.7349628011,332,-1.070758176,0.269382282,2450.9300491 +63,-1.543105297,0.7349691947,332,-1.070758176,0.269382282,2446.405516 +64,-1.541064533,0.7349647152,332,-1.070758176,0.269382282,2441.8578021 +65,-1.545411803,0.7334624714,332,-1.070758176,0.269382282,2447.6656466 +66,-1.543446606,0.7334780896,332,-1.070758176,0.269382282,2443.3138555 +67,-1.541475327,0.7334957295,332,-1.070758176,0.269382282,2438.9640123 +68,-1.545401939,0.731963266,332,-1.070758176,0.269382282,2443.7904947 +69,-1.54342253,0.7319915583,332,-1.070758176,0.269382282,2439.4275387 +70,-1.541455867,0.7320216438,332,-1.070758176,0.269382282,2435.1082838 +71,-1.545410146,0.7304422281,332,-1.070758176,0.269382282,2439.9072025 +72,-1.543435491,0.7304713664,332,-1.070758176,0.269382282,2435.544656 +73,-1.541463105,0.7304997613,332,-1.070758176,0.269382282,2431.1958389 +74,-1.545414768,0.7289194936,332,-1.070758176,0.269382282,2436.0191096 +75,-1.543435774,0.7289538557,332,-1.070758176,0.269382282,2431.6477797 +76,-1.541457714,0.7289765881,332,-1.070758176,0.269382282,2427.2593012 +77,-1.539449415,0.7320555866,332,-1.070758176,0.269382282,2430.7209515 +78,-1.537429183,0.7321097681,332,-1.070758176,0.269382282,2426.3667373 +79,-1.535472649,0.7321497267,332,-1.070758176,0.269382282,2422.1282823 +80,-1.539457899,0.7305333307,332,-1.070758176,0.269382282,2426.7976774 +81,-1.537453161,0.7305750503,332,-1.070758176,0.269382282,2422.4327994 +82,-1.535479385,0.7306124949,332,-1.070758176,0.269382282,2418.1369 +83,-1.53946905,0.7290102593,332,-1.070758176,0.269382282,2422.885864 +84,-1.537459922,0.7290417293,332,-1.070758176,0.269382282,2418.4718963 +85,-1.535451349,0.7290890157,332,-1.070758176,0.269382282,2414.1114239 +86,-1.535522937,0.7279887191,332,-1.070758176,0.269382282,2411.4137109 +87,-1.539442524,0.7274735939,332,-1.070758176,0.269382282,2418.8620489 +88,-1.537424111,0.727521351,332,-1.070758176,0.269382282,2414.4567581 +89,-1.539384641,0.7259505092,332,-1.070758176,0.269382282,2414.8099124 +90,-1.537372391,0.7259947145,332,-1.070758176,0.269382282,2410.3968008 +91,-1.535340789,0.7260435356,332,-1.070758176,0.269382282,2405.9636546 +92,-1.539325716,0.7244369706,332,-1.070758176,0.269382282,2410.7868283 +93,-1.537308932,0.7244801057,332,-1.070758176,0.269382282,2406.3483673 +94,-1.535289068,0.7245247645,332,-1.070758176,0.269382282,2401.9183393 +95,-1.533261366,0.7245550236,332,-1.070758176,0.269382282,2397.4449396 +96,-1.539267302,0.722921924,332,-1.070758176,0.269382282,2406.7678632 +97,-1.537248972,0.7229660258,332,-1.070758176,0.269382282,2402.315961 +98,-1.535219431,0.7229916471,332,-1.070758176,0.269382282,2397.8025575 +99,-1.53318962,0.7230212049,332,-1.070758176,0.269382282,2393.3100648 +100,-1.531154816,0.7230299897,332,-1.070758176,0.269382282,2388.7638926 +101,-1.528878341,0.7230370244,332,-1.070758176,0.269382282,2383.6838156 +102,-1.539218189,0.7214009878,332,-1.070758176,0.269382282,2402.7618343 +103,-1.537198791,0.7214422745,332,-1.070758176,0.269382282,2398.287716 +104,-1.535179266,0.7214634354,332,-1.070758176,0.269382282,2393.772892 +105,-1.533156501,0.7214944644,332,-1.070758176,0.269382282,2389.2873965 +106,-1.53113574,0.7215166021,332,-1.070758176,0.269382282,2384.7947651 +107,-1.528874248,0.7215345535,332,-1.070758176,0.269382282,2379.7625832 +108,-1.539217656,0.7198512397,332,-1.070758176,0.269382282,2398.7999405 +109,-1.537199919,0.7199428763,332,-1.070758176,0.269382282,2394.4454871 +110,-1.545425832,0.727397149,332,-1.070758176,0.269382282,2432.1542267 +111,-1.543371177,0.7273916949,332,-1.070758176,0.269382282,2427.4976416 +112,-1.541368852,0.7274523163,332,-1.070758176,0.269382282,2423.1394836 +113,-1.545349067,0.7258710923,332,-1.070758176,0.269382282,2428.0884078 +114,-1.54332671,0.7258603556,332,-1.070758176,0.269382282,2423.4790321 +115,-1.541346831,0.7259242142,332,-1.070758176,0.269382282,2419.1672533 +116,-1.545324355,0.7243383958,332,-1.070758176,0.269382282,2424.1308383 +117,-1.543292796,0.7243617413,332,-1.070758176,0.269382282,2419.5750358 +118,-1.541295822,0.7244024384,332,-1.070758176,0.269382282,2415.1529914 +119,-1.543193859,0.7205570215,332,-1.070758176,0.269382282,2409.6657655 +120,-1.550257047,0.7386738187,332,-1.070758176,0.269382282,2471.8841199 +121,-1.549335448,0.7311736483,332,-1.070758176,0.269382282,2450.6214914 +122,-1.533478843,0.7179891343,332,-1.070758176,0.269382282,2380.9831298 +123,-1.556150555,0.738907041,332,-1.070758176,0.269382282,2485.6571997 +124,-1.554324226,0.733414257,332,-1.070758176,0.269382282,2467.5861041 +125,-1.554290846,0.7288285332,332,-1.070758176,0.269382282,2455.9142929 +126,-1.55122487,0.7219795312,332,-1.070758176,0.269382282,2431.6633137 +127,-1.525104458,0.7229399862,332,-1.070758176,0.269382282,2375.008351 +128,-1.519607711,0.7236181429,332,-1.070758176,0.269382282,2364.6041473 +129,-1.513899999,0.7251107854,332,-1.070758176,0.269382282,2356.0312587 +130,-1.536620762,0.7431061895,332,-1.070758176,0.269382282,2453.3958262 +131,-1.5369566,0.7460845958,332,-1.070758176,0.269382282,2461.9946715 +132,-1.545345528,0.7447040685,332,-1.070758176,0.269382282,2476.6401319 +133,-1.532813921,0.7432306626,332,-1.070758176,0.269382282,2445.4637944 +134,-1.554788248,0.7382381001,332,-1.070758176,0.269382282,2480.8978483 +135,-1.540348126,0.7301594274,332,-1.070758176,0.269382282,2427.8216215 +136,-1.538016084,0.7239051786,332,-1.070758176,0.269382282,2406.4632941 +137,-1.525288962,0.7258085137,332,-1.070758176,0.269382282,2382.9500634 +138,-1.534326986,0.731241342,332,-1.070758176,0.269382282,2417.2176766 +139,-1.530733872,0.7303625216,332,-1.070758176,0.269382282,2406.961451 +141,-1.534354939,0.7328219978,332,-1.070758176,0.269382282,2421.4096868 +142,-1.53157084,0.7292888153,332,-1.070758176,0.269382282,2406.0032648 +143,-1.525691035,0.7263799874,332,-1.070758176,0.269382282,2385.3435702 +144,-1.534031287,0.7495967835,332,-1.070758176,0.269382282,2465.0288748 +145,-1.527714986,0.7283095957,332,-1.070758176,0.269382282,2394.8955875 +146,-1.526189586,0.7271468292,332,-1.070758176,0.269382282,2388.4640646 +147,-1.555177336,0.7375563366,332,-1.070758176,0.269382282,2480.0337844 +148,-1.555080283,0.7312707794,332,-1.070758176,0.269382282,2463.8736252 +149,-1.53856994,0.7224180299,332,-1.070758176,0.269382282,2403.8967119 +150,-1.530837883,0.729933372,332,-1.070758176,0.269382282,2406.066604 +151,-1.515066984,0.5854133365,332,-1.070758176,0.269382282,2022.3336042 +152,-1.534731633,0.5368370046,332,-1.070758176,0.269382282,1986.3311452 +153,-1.515231902,0.5607085576,332,-1.070758176,0.269382282,1972.5240201 +154,-2.616253799,1.0684566605,332,-1.070758176,0.269382282,5241.5055712 +155,-1.956071439,0.5792177723,332,-1.070758176,0.269382282,3385.9149338 +156,-1.951208514,0.5602434208,332,-1.070758176,0.269382282,3359.2646819 +157,-1.944675062,0.6062144545,332,-1.070758176,0.269382282,3366.3804767 +158,-1.613778386,0.6077989518,332,-1.070758176,0.269382282,2347.5507322 +159,-2.035029014,0.6021432345,332,-1.070758176,0.269382282,3655.340198 +160,-2.114989471,0.6801825058,332,-1.070758176,0.269382282,3943.4967093 +161,-2.037382079,0.5765830025,332,-1.070758176,0.269382282,3652.4196828 +162,-2.129855121,0.6585019963,332,-1.070758176,0.269382282,3980.4350987 +163,-2.075141798,0.6493615843,332,-1.070758176,0.269382282,3805.5307164 +164,-1.828626729,0.6948433129,332,-1.070758176,0.269382282,3104.8942518 +165,-1.863329418,0.6735427691,332,-1.070758176,0.269382282,3178.6332622 +166,-1.266037071,0.727988852,332,-1.070758176,0.269382282,1935.3233375 +167,-1.277579582,0.7249010648,332,-1.070758176,0.269382282,1938.1746404 +168,-1.258418684,0.7241194816,332,-1.070758176,0.269382282,1912.3626545 +169,-1.317813974,0.6804850104,332,-1.070758176,0.269382282,1840.8947488 +170,-1.344165204,0.6790988904,332,-1.070758176,0.269382282,1880.7766443 +171,-1.427582102,0.5277120351,332,-1.070758176,0.269382282,1651.2241579 +172,-1.402238616,0.457167829,332,-1.070758176,0.269382282,1432.2774123 +173,-1.422454264,0.4996161999,332,-1.070758176,0.269382282,1576.6368705 +174,-1.439089277,0.4894859811,332,-1.070758176,0.269382282,1607.0921041 +175,-1.448126995,0.5182330266,332,-1.070758176,0.269382282,1690.7297432 +176,-1.474626146,0.5881926574,332,-1.070758176,0.269382282,1917.5465442 +177,-1.421139645,0.5584869783,332,-1.070758176,0.269382282,1704.5066055 +178,-1.457037165,0.565943032,332,-1.070758176,0.269382282,1818.9936197 +179,-2.757159358,0.3745319,332,-1.070758176,0.269382282,6246.1559996 +180,-2.714309238,0.342054471,332,-1.070758176,0.269382282,6129.789136 +181,-2.000525337,0.774119946,332,-1.070758176,0.269382282,3681.7360548 +183,-1.571413436,0.6777838382,332,-1.070758176,0.269382282,2374.7374348 +184,-1.552860289,0.6987663893,332,-1.070758176,0.269382282,2378.2242342 +185,-1.521852374,0.7165827476,332,-1.070758176,0.269382282,2351.0971852 +186,-1.503656267,0.6928968252,332,-1.070758176,0.269382282,2247.9535602 +187,-1.502753178,0.7136205882,332,-1.070758176,0.269382282,2300.784473 +188,-1.631894563,0.7343596465,332,-1.070758176,0.269382282,2652.0183457 +189,-1.653765416,0.6770714026,332,-1.070758176,0.269382282,2588.6970954 +190,-1.719812114,0.6715965947,332,-1.070758176,0.269382282,2760.92624 +191,-1.493406659,0.6646955447,332,-1.070758176,0.269382282,2151.2004199 +192,-1.469120564,0.6613469966,332,-1.070758176,0.269382282,2085.2768381 +193,-1.590551461,0.5326612937,332,-1.070758176,0.269382282,2153.0989044 +194,-1.625979264,0.5247742243,332,-1.070758176,0.269382282,2255.2048205 +195,-1.572293943,0.5238808754,332,-1.070758176,0.269382282,2082.101644 +196,-1.610848725,0.5477107964,332,-1.070758176,0.269382282,2239.4934749 +197,-1.208485554,0.7918526018,332,-1.070758176,0.269382282,2119.8509738 +198,-1.335601374,0.6869083083,332,-1.070758176,0.269382282,1891.7092252 +199,-1.346156996,0.6825213377,332,-1.070758176,0.269382282,1895.4119226 +200,-1.324381037,0.6741422347,332,-1.070758176,0.269382282,1830.4855335 +201,-1.242424992,0.7378949807,332,-1.070758176,0.269382282,1945.7244152 +202,-1.270370057,0.7392461008,332,-1.070758176,0.269382282,1981.2998281 +203,-1.448950472,0.7441675014,332,-1.070758176,0.269382282,2276.936798 +204,-1.492662363,0.7523026852,332,-1.070758176,0.269382282,2386.4555152 +205,-1.479098966,0.7763855017,332,-1.070758176,0.269382282,2429.9232704 +206,-1.633760714,0.7869022408,332,-1.070758176,0.269382282,2777.839118 +207,-1.647406434,0.8101289331,332,-1.070758176,0.269382282,2863.5607587 +208,-1.564245052,0.5701509278,332,-1.070758176,0.269382282,2134.4498747 +209,-1.646289963,0.6833746083,332,-1.070758176,0.269382282,2581.0475904 +210,-1.5820631,0.6751952144,332,-1.070758176,0.269382282,2396.0672008 +211,-1.613236298,0.6681681791,332,-1.070758176,0.269382282,2462.4652383 +212,-1.914661867,0.8212566515,332,-1.070758176,0.269382282,3515.945564 +213,-1.742133237,0.7250275956,332,-1.070758176,0.269382282,2913.9334991 +214,-2.033144872,0.6557314699,332,-1.070758176,0.269382282,3678.1742815 +215,-2.039551981,0.6964723658,332,-1.070758176,0.269382282,3724.8825127 +216,-1.247341019,0.7622473908,332,-1.070758176,0.269382282,2041.149503 +217,-1.298239787,0.7084123392,332,-1.070758176,0.269382282,1907.1812517 +218,-1.308539688,0.6926545592,332,-1.070758176,0.269382282,1867.7012261 +219,-1.303263185,0.6888938396,332,-1.070758176,0.269382282,1846.7691363 +220,-1.852400229,0.6004246149,332,-1.070758176,0.269382282,3067.2719105 +221,-1.288947707,0.7473773692,332,-1.070758176,0.269382282,2032.960436 +222,-1.372031502,0.7472790993,332,-1.070758176,0.269382282,2151.174176 +223,-1.289805721,0.7242157877,332,-1.070758176,0.269382282,1951.3938412 +224,-1.350807603,0.7533498126,332,-1.070758176,0.269382282,2138.5102525 +225,-1.329290365,0.7560442322,332,-1.070758176,0.269382282,2116.6248205 +226,-1.410153004,0.616936428,332,-1.070758176,0.269382282,1828.2410487 +227,-1.393445434,0.6308995063,332,-1.070758176,0.269382282,1829.7694272 +228,-1.37595573,0.6241540638,332,-1.070758176,0.269382282,1772.116449 +229,-1.358388707,0.6172645205,332,-1.070758176,0.269382282,1714.2293554 +230,-1.753741133,0.8281661666,332,-1.070758176,0.269382282,3141.1981733 +231,-1.47430987,0.6834615681,332,-1.070758176,0.269382282,2156.2942584 +232,-1.421012508,0.7222725206,332,-1.070758176,0.269382282,2157.6187951 +233,-1.4476833,0.6978557868,332,-1.070758176,0.269382282,2138.6007371 +234,-1.470370723,0.6966193374,332,-1.070758176,0.269382282,2183.5675398 +235,-1.429211703,0.7037216883,332,-1.070758176,0.269382282,2117.8370411 +236,-1.700578405,0.6178673663,332,-1.070758176,0.269382282,2619.77459 +237,-1.678117619,0.6331716163,332,-1.070758176,0.269382282,2577.9434583 +238,-1.725644578,0.6316331145,332,-1.070758176,0.269382282,2714.9353676 +239,-2.14012759,0.7930497945,332,-1.070758176,0.269382282,4080.2094392 +240,-2.103289431,0.7653606263,332,-1.070758176,0.269382282,3958.9757232 +241,-1.318739838,0.7017808746,332,-1.070758176,0.269382282,1914.5389627 +242,-1.396417427,0.7077900843,332,-1.070758176,0.269382282,2066.7668098 +243,-1.35650337,0.7185539404,332,-1.070758176,0.269382282,2031.1140166 +244,-1.248884539,0.7274156818,332,-1.070758176,0.269382282,1913.7887607 +245,-1.395014798,0.5761185243,332,-1.070758176,0.269382282,1681.8773723 +246,-1.433377362,0.6064716109,332,-1.070758176,0.269382282,1855.9944525 +247,-1.408172432,0.5903155476,332,-1.070758176,0.269382282,1751.7878841 +248,-1.749645898,0.7757118084,332,-1.070758176,0.269382282,3026.9602656 +249,-1.571626686,0.615046989,332,-1.070758176,0.269382282,2241.2501734 +250,-1.514070049,0.6303003037,332,-1.070758176,0.269382282,2118.8968175 +251,-1.480890369,0.6237966528,332,-1.070758176,0.269382282,2018.3245925 +252,-1.704390658,0.5281680612,332,-1.070758176,0.269382282,2515.1632847 +253,-1.64434733,0.5254277498,332,-1.070758176,0.269382282,2315.5561856 +254,-1.703855997,0.4792484842,332,-1.070758176,0.269382282,2466.6100834 +255,-1.692002383,0.5748825051,332,-1.070758176,0.269382282,2532.0852322 +256,-1.854136457,0.5544643913,332,-1.070758176,0.269382282,3033.633225 +257,-1.665021206,0.520317736,332,-1.070758176,0.269382282,2376.8883279 +258,-1.733654349,0.4845187345,332,-1.070758176,0.269382282,2573.2596529 +259,-1.720938188,0.5135933906,332,-1.070758176,0.269382282,2555.2759163 +260,-1.742668307,0.553296122,332,-1.070758176,0.269382282,2667.3630763 +261,-1.965659039,0.7142126903,332,-1.070758176,0.269382282,3522.3764573 +262,-1.944438071,0.6772834804,332,-1.070758176,0.269382282,3424.1709654 +263,-1.270340967,0.7681487096,332,-1.070758176,0.269382282,2086.7234279 +264,-1.353091884,0.6549276821,332,-1.070758176,0.269382282,1819.6208101 +265,-1.333236659,0.6413584414,332,-1.070758176,0.269382282,1739.070712 +266,-1.352015998,0.6753788907,332,-1.070758176,0.269382282,1882.7255282 +267,-1.377988483,0.6577816235,332,-1.070758176,0.269382282,1877.0967914 +268,-2.13075611,0.8318642051,332,-1.070758176,0.269382282,4083.1218238 +269,-2.097910953,0.8259670014,332,-1.070758176,0.269382282,3992.2800855 +270,-1.416382069,0.6694271549,332,-1.070758176,0.269382282,1990.7167804 +271,-1.538905672,0.7535625993,332,-1.070758176,0.269382282,2486.0336967 +272,-1.572309477,0.7803125099,332,-1.070758176,0.269382282,2627.6433263 +273,-1.87759879,0.7503853417,332,-1.070758176,0.269382282,3317.8626938 +274,1.152365588,0.590457682,332,-1.070758176,0.269382282,7587.232713 +275,0.350198001,0.718001859,332,-1.070758176,0.269382282,5083.543005 +276,0.046513677,0.491503852,332,-1.070758176,0.269382282,4157.3447172 +277,0.027510309,0.742571376,332,-1.070758176,0.269382282,4133.3922732 +278,0.306285725,-0.214631579,332,-1.070758176,0.269382282,5726.872889 +279,-1.100564889,0.318051531,332,-1.070758176,0.269382282,223.45305137 +280,-1.078582306,0.301437596,332,-1.070758176,0.269382282,130.4066444 +281,-1.137371989,-0.617634065,332,-1.070758176,0.269382282,3522.3694298 +282,0.784356344,0.703272339,332,-1.070758176,0.269382282,6357.0897299 +283,-1.221209947,0.218327455,332,-1.070758176,0.269382282,612.54685289 +284,2.347301921,-0.449114658,332,-1.070758176,0.269382282,11197.674097 +285,0.246820618,0.830553713,332,-1.070758176,0.269382282,4765.9174213 +286,0.829414965,0.703288228,332,-1.070758176,0.269382282,6482.306156 +287,-1.337537566,0.42332223,332,-1.070758176,0.269382282,1164.630881 +288,0.882453706,0.454478077,332,-1.070758176,0.269382282,7045.2283757 +289,1.575629659,0.416419109,332,-1.070758176,0.269382282,9119.5260636 +290,-1.039455679,0.229888244,332,-1.070758176,0.269382282,197.2432416 +291,0.489558039,0.934482747,332,-1.070758176,0.269382282,5343.097938 +292,0.081344504,0.88384514,332,-1.070758176,0.269382282,4353.9216439 +293,-1.547979814,0.300350308,332,-1.070758176,0.269382282,1816.761158 +294,0.040776181,0.168560074,332,-1.070758176,0.269382282,4302.2575144 +295,-1.130374745,0.563894876,332,-1.070758176,0.269382282,1186.1548813 +296,1.578326642,0.478507176,332,-1.070758176,0.269382282,8928.8526518 +297,-1.12861823,-0.291640865,332,-1.070758176,0.269382282,2233.6880888 +298,0.310524208,0.770885792,332,-1.070758176,0.269382282,4949.7256244 +299,0.415649091,-0.387246002,332,-1.070758176,0.269382282,6322.0323504 +300,-0.926533878,-0.188022748,332,-1.070758176,0.269382282,1898.0600428 +301,1.258856172,-0.11716081,332,-1.070758176,0.269382282,9237.1539754 +302,-1.126050026,0.322941926,332,-1.070758176,0.269382282,298.11636484 +303,2.002785835,0.07893892,332,-1.070758176,0.269382282,11038.566164 +304,0.440437607,0.746258085,332,-1.070758176,0.269382282,5331.7965681 +305,-0.030391866,0.214441206,332,-1.070758176,0.269382282,3994.6999582 +306,0.521557815,-0.058929362,332,-1.070758176,0.269382282,6366.0576882 +307,-0.097005111,0.13317729,332,-1.070758176,0.269382282,3807.6631521 +308,1.83113859,0.221857587,332,-1.070758176,0.269382282,10283.103454 +309,0.222428864,0.099404236,332,-1.070758176,0.269382282,5059.4676148 +310,-1.702731345,0.8728568183,332,-1.070758176,0.269382282,3129.8460192 +311,-0.418507569,0.278324921,332,-1.070758176,0.269382282,2484.1768895 +312,-1.41153306,0.339029988,332,-1.070758176,0.269382282,1316.1665629 +313,0.357560442,0.114788776,332,-1.070758176,0.269382282,5559.5057147 +314,0.325818979,0.268352149,332,-1.070758176,0.269382282,5295.8593172 +315,-1.246004659,-0.663679965,332,-1.070758176,0.269382282,3752.8936346 +316,1.814603087,0.637404484,332,-1.070758176,0.269382282,8726.3989209 +317,1.843704281,-0.18300445,332,-1.070758176,0.269382282,11503.091843 +318,1.690644492,-0.211480909,332,-1.070758176,0.269382282,10964.100606 +319,-1.275451936,0.068109467,332,-1.070758176,0.269382282,1127.8404796 +320,0.762430171,-0.207594741,332,-1.070758176,0.269382282,7426.8216931 +321,0.265668905,-0.014647884,332,-1.070758176,0.269382282,5343.5929608 +322,-2.773032013,-0.335515811,332,-1.070758176,0.269382282,7047.626706 +323,-1.469512853,0.174058777,332,-1.070758176,0.269382282,1585.2488525 +324,0.286276986,0.785925691,332,-1.070758176,0.269382282,4878.0571514 +325,-1.379324697,0.377432233,332,-1.070758176,0.269382282,1234.2257744 +326,-1.203778265,0.212813032,332,-1.070758176,0.269382282,558.47286621 +327,0.579916301,0.611743168,332,-1.070758176,0.269382282,5865.4525655 +328,0.267582642,0.868113908,332,-1.070758176,0.269382282,4819.9469762 +329,0.412869244,-0.050245578,332,-1.070758176,0.269382282,5942.6547876 +330,0.17524381,0.976660285,332,-1.070758176,0.269382282,4623.2965817 +331,0.743157214,0.204812899,332,-1.070758176,0.269382282,6910.9295097 +332,-1.070758176,0.269382282,332,-1.070758176,0.269382282,0 +333,-1.230364251,0.329790229,332,-1.070758176,0.269382282,649.54417658 +334,-1.374813124,-0.024926835,332,-1.070758176,0.269382282,1666.4138424 +335,0.519780566,0.463669906,332,-1.070758176,0.269382282,5817.1787003 +336,-1.55108034,0.239698561,332,-1.070758176,0.269382282,1843.7782448 +337,0.180294813,0.029739425,332,-1.070758176,0.269382282,4970.250379 +338,0.67820924,0.268170153,332,-1.070758176,0.269382282,6595.6626084 +339,0.445798684,1.024001867,332,-1.070758176,0.269382282,5202.6222536 +340,0.691751283,0.150521402,332,-1.070758176,0.269382282,6785.0307433 +341,-1.036643551,-0.903056181,332,-1.070758176,0.269382282,4645.5211283 +342,-0.120287036,1.083325163,332,-1.070758176,0.269382282,4158.9458733 +343,2.823513113,-0.304487164,332,-1.070758176,0.269382282,9586.8804956 +344,0.457583172,1.12513373,332,-1.070758176,0.269382282,5189.2116774 +345,0.042918831,0.813795399,332,-1.070758176,0.269382282,4213.3762395 +346,1.196146777,-0.853142756,332,-1.070758176,0.269382282,8805.4811978 +347,0.206001358,-0.010430701,332,-1.070758176,0.269382282,5111.9408535 +348,-0.268308653,0.234799412,332,-1.070758176,0.269382282,3075.440164 +349,0.759363263,0.736189579,332,-1.070758176,0.269382282,6239.6161648 +350,0.181363926,0.891988372,332,-1.070758176,0.269382282,4605.8968577 +351,-0.021111158,0.139103292,332,-1.070758176,0.269382282,4091.9791232 +352,-0.093355215,0.630686981,332,-1.070758176,0.269382282,3711.2122276 +353,0.40118964,0.681375926,332,-1.070758176,0.269382282,5255.7261965 +354,-0.721197315,1.304706234,332,-1.070758176,0.269382282,4171.155017 +355,-1.076150317,0.212107639,332,-1.070758176,0.269382282,227.81081987 +356,-1.577164531,0.273993443,332,-1.070758176,0.269382282,1930.8601557 +357,-0.190788414,0.182208586,332,-1.070758176,0.269382282,3407.4292823 +358,-0.261349752,0.209710184,332,-1.070758176,0.269382282,3117.8400836 +359,-1.029303852,0.083549259,332,-1.070758176,0.269382282,753.5707671 +360,-1.268609162,0.330525297,332,-1.070758176,0.269382282,786.64835345 +361,1.282982244,-0.926641967,332,-1.070758176,0.269382282,8876.4617088 +362,0.217352334,0.731352408,332,-1.070758176,0.269382282,4687.0876414 +363,-1.511833084,0.258629297,332,-1.070758176,0.269382282,1686.1450993 +364,0.338812194,0.823184618,332,-1.070758176,0.269382282,5013.5131638 +365,-0.324406489,1.134201999,332,-1.070758176,0.269382282,3960.4278314 +366,1.389579348,0.399185724,332,-1.070758176,0.269382282,8704.2098526 +367,2.047152199,-0.039082036,332,-1.070758176,0.269382282,11526.95427 +368,0.947780369,0.568250077,332,-1.070758176,0.269382282,7053.9399793 +369,0.763824846,0.576754987,332,-1.070758176,0.269382282,6481.7627895 +370,-0.142334657,0.928153068,332,-1.070758176,0.269382282,3871.6541704 +371,0.610266567,0.547265983,332,-1.070758176,0.269382282,6031.9854761 +372,0.210731629,0.746815056,332,-1.070758176,0.269382282,4666.8131643 +373,-1.34931644,0.316895224,332,-1.070758176,0.269382282,1072.5283038 +374,2.407696481,0.655030745,332,-1.070758176,0.269382282,8573.1302634 +375,0.64207831,0.545359131,332,-1.070758176,0.269382282,6137.198958 +376,1.174597538,0.840588356,332,-1.070758176,0.269382282,7032.7971672 +377,0.660059424,0.010604079,332,-1.070758176,0.269382282,6821.378201 +378,-0.730263819,0.010486456,332,-1.070758176,0.269382282,1680.5625947 +379,0.831068936,0.512339172,332,-1.070758176,0.269382282,6788.713624 +380,1.301180979,0.72367476,332,-1.070758176,0.269382282,7606.7574052 +381,1.811128231,0.322854402,332,-1.070758176,0.269382282,9888.6043615 +382,0.435105812,0.992284428,332,-1.070758176,0.269382282,5192.2763559 +383,0.62643634,0.592027932,332,-1.070758176,0.269382282,6032.9881937 +384,0.492988703,-0.516339467,332,-1.070758176,0.269382282,6720.2726046 +385,-0.162469483,0.112549365,332,-1.070758176,0.269382282,3577.8196408 +386,0.314630866,0.472006421,332,-1.070758176,0.269382282,5100.8120495 +387,0.166744804,0.822815954,332,-1.070758176,0.269382282,4550.3699411 +388,0.417159608,0.965805736,332,-1.070758176,0.269382282,5162.5077189 +389,0.106334961,0.868774244,332,-1.070758176,0.269382282,4408.5033639 +390,0.815086969,-0.338144359,332,-1.070758176,0.269382282,7723.4386355 +391,0.59867455,-0.230624824,332,-1.070758176,0.269382282,6831.3358 +392,1.915104874,0.066220985,332,-1.070758176,0.269382282,10980.965426 +393,1.278093622,0.064463721,332,-1.070758176,0.269382282,9066.726365 +394,-0.061477853,0.302997961,332,-1.070758176,0.269382282,3822.947523 +395,0.251311504,0.626976942,332,-1.070758176,0.269382282,4812.7623984 +396,2.950242872,0.149095644,332,-1.070758176,0.269382282,8615.9143595 +397,-0.180294708,0.35375117,332,-1.070758176,0.269382282,3361.4131071 +398,1.010448592,-0.351180233,332,-1.070758176,0.269382282,8451.9776879 +399,-1.748740498,0.3686318073,332,-1.070758176,0.269382282,2573.7837726 +400,2.699635665,0.123533791,332,-1.070758176,0.269382282,9526.6226095 +401,0.496808033,0.823843254,332,-1.070758176,0.269382282,5434.8696985 +402,0.129574704,0.763364087,332,-1.070758176,0.269382282,4434.2828654 +403,1.798920311,0.817447563,332,-1.070758176,0.269382282,8031.2538578 +404,0.335987953,0.746786541,332,-1.070758176,0.269382282,5030.3382176 +405,-1.085413643,0.292154671,332,-1.070758176,0.269382282,106.05293054 +406,-0.155321003,0.508207011,332,-1.070758176,0.269382282,3456.9488787 +407,0.620529244,-0.301175104,332,-1.070758176,0.269382282,6977.4911163 +408,1.684402744,0.368716966,332,-1.070758176,0.269382282,9503.6578222 +409,0.300582244,-0.386397212,332,-1.070758176,0.269382282,5918.155235 +410,2.913555946,-0.009225192,332,-1.070758176,0.269382282,8992.7882941 +411,1.465101417,0.493232532,332,-1.070758176,0.269382282,8633.8227433 +412,0.090612882,0.907955955,332,-1.070758176,0.269382282,4391.1880669 +413,2.987564726,-0.729568594,332,-1.070758176,0.269382282,8843.5662675 +414,-1.484261606,0.224149272,332,-1.070758176,0.269382282,1597.5025589 +415,0.164073421,0.303955133,332,-1.070758176,0.269382282,4665.6155454 +416,0.141441293,0.167552546,332,-1.070758176,0.269382282,4686.7189472 +417,2.931321023,-0.506718887,332,-1.070758176,0.269382282,9176.9459671 +418,2.21951565,0.700596356,332,-1.070758176,0.269382282,8562.8542759 +419,0.268112576,1.199114336,332,-1.070758176,0.269382282,4896.4056921 +420,0.978913739,0.359223811,332,-1.070758176,0.269382282,7521.5627161 +421,1.210898818,0.522863584,332,-1.070758176,0.269382282,7904.0555003 +422,2.347397336,0.129231362,332,-1.070758176,0.269382282,10527.872386 +423,0.614394501,0.556878345,332,-1.070758176,0.269382282,6034.5387982 +424,-1.398079356,0.148483366,332,-1.070758176,0.269382282,1354.6652215 +425,2.535303836,-0.112984496,332,-1.070758176,0.269382282,10536.838448 +426,-1.019372593,-0.405322349,332,-1.070758176,0.269382282,2679.9106112 +427,-1.297785627,-0.160104069,332,-1.070758176,0.269382282,1920.3513293 +428,2.144554488,0.205051084,332,-1.070758176,0.269382282,10542.512857 +429,-2.242387083,-0.426171285,332,-1.070758176,0.269382282,5298.1528819 +430,0.338637212,0.909723676,332,-1.070758176,0.269382282,4993.5234498 +431,-0.148798452,0.691042401,332,-1.070758176,0.269382282,3580.8112112 +432,0.893524764,0.441829531,332,-1.070758176,0.269382282,7101.7268894 +433,0.969229347,-0.368847936,332,-1.070758176,0.269382282,8307.3271618 +434,0.436043248,0.800045688,332,-1.070758176,0.269382282,5286.9091934 +435,1.687946607,1.081504775,332,-1.070758176,0.269382282,6960.3072804 +436,0.522302046,-0.034889271,332,-1.070758176,0.269382282,6343.6631041 +437,-0.178996113,-0.438090009,332,-1.070758176,0.269382282,4437.9016914 +438,-1.094339566,0.301444068,332,-1.070758176,0.269382282,155.43586461 +439,-1.064070054,0.242569932,332,-1.070758176,0.269382282,109.25200385 +440,-1.068153768,0.230387998,332,-1.070758176,0.269382282,154.77940667 +441,-3.00496892,-0.23989155,332,-1.070758176,0.269382282,7834.969243 +442,0.21751974,0.766874888,332,-1.070758176,0.269382282,4685.7736791 +443,0.117229532,0.007619006,332,-1.070758176,0.269382282,4754.4083528 +444,0.777758451,0.420554741,332,-1.070758176,0.269382282,6748.6784062 +445,-0.252356999,0.250747086,332,-1.070758176,0.269382282,3127.3329736 +446,0.363148444,0.768483434,332,-1.070758176,0.269382282,5099.6713419 +447,0.903191366,-0.118210676,332,-1.070758176,0.269382282,7881.8972881 +448,-0.205755923,0.149406178,332,-1.070758176,0.269382282,3377.8475202 +449,1.811996086,0.02364353,332,-1.070758176,0.269382282,10902.850085 +450,-1.100670221,0.314845373,332,-1.070758176,0.269382282,212.8364973 +451,0.340078597,0.850105132,332,-1.070758176,0.269382282,5009.724893 +452,0.258757267,0.804969236,332,-1.070758176,0.269382282,4799.3160857 +453,2.78505352,-0.155160804,332,-1.070758176,0.269382282,9645.9773492 +454,0.800551619,0.105822106,332,-1.070758176,0.269382282,7245.8339395 +455,0.437940882,-0.506194031,332,-1.070758176,0.269382282,6526.1066525 +456,2.230431122,0.63458615,332,-1.070758176,0.269382282,8813.7425315 +457,0.527965361,0.127667701,332,-1.070758176,0.269382282,6193.4551762 +458,-0.063643205,0.702093448,332,-1.070758176,0.269382282,3843.1363046 +459,1.408447268,0.133010502,332,-1.070758176,0.269382282,9394.8429994 +460,0.523795955,0.280266966,332,-1.070758176,0.269382282,6017.4017419 +461,-0.975769313,0.072177659,332,-1.070758176,0.269382282,864.37681541 +462,0.549774164,-0.463663986,332,-1.070758176,0.269382282,6865.9907845 +463,0.29245874,1.095549818,332,-1.070758176,0.269382282,4900.139593 +464,0.143625958,0.816809593,332,-1.070758176,0.269382282,4486.5240971 +465,0.671902494,0.611159853,332,-1.070758176,0.269382282,6151.7999022 +466,1.239840988,0.6724199,332,-1.070758176,0.269382282,7607.0249271 +467,0.607829703,-0.10932137,332,-1.070758176,0.269382282,6746.7876761 +468,1.763020906,0.263996692,332,-1.070758176,0.269382282,10011.842635 +469,0.378714634,0.726066797,332,-1.070758176,0.269382282,5163.9426052 +470,2.196736143,-0.153862366,332,-1.070758176,0.269382282,11775.42869 +471,0.01702415,0.148991565,332,-1.070758176,0.269382282,4228.6835488 +472,-2.998490902,-0.158002487,332,-1.070758176,0.269382282,7742.3164722 +473,-3.051262951,-0.346595608,332,-1.070758176,0.269382282,8077.652994 +474,-1.069176439,0.182802941,332,-1.070758176,0.269382282,342.99508076 +475,0.167157509,0.595344954,332,-1.070758176,0.269382282,4548.4155552 +476,0.613855648,0.681746124,332,-1.070758176,0.269382282,5893.9735843 +477,1.037012736,0.682555367,332,-1.070758176,0.269382282,7079.2156294 +478,-1.253574971,0.379755746,332,-1.070758176,0.269382282,813.26909354 +479,3.108590453,-0.132620738,332,-1.070758176,0.269382282,8391.3330584 +480,0.565301296,0.022333262,332,-1.070758176,0.269382282,6447.4505237 +481,0.547898238,0.855555614,332,-1.070758176,0.269382282,5542.56501 +482,0.948309381,0.417393755,332,-1.070758176,0.269382282,7321.4005593 +483,-0.050600732,0.945269213,332,-1.070758176,0.269382282,4097.1715184 +484,-0.977651478,-0.572363064,332,-1.070758176,0.269382282,3352.7543753 +485,1.102014914,0.728861163,332,-1.070758176,0.269382282,7140.842167 +486,2.927300795,-0.282939414,332,-1.070758176,0.269382282,9187.4670691 +487,-1.154565557,0.124434095,332,-1.070758176,0.269382282,659.85349177 +488,1.855331234,0.291044755,332,-1.070758176,0.269382282,10069.588357 +489,0.830290659,0.276904518,332,-1.070758176,0.269382282,7132.732946 +490,0.485104466,-0.234867441,332,-1.070758176,0.269382282,6411.8645154 +491,0.521367572,-0.33161327,332,-1.070758176,0.269382282,6642.9157689 +1,-1.539031704,0.7349710123,333,-1.230364251,0.329790229,1910.9910194 +2,-1.536990553,0.7349663874,333,-1.230364251,0.329790229,1907.2695096 +3,-1.534951779,0.7349571355,333,-1.230364251,0.329790229,1903.5549716 +4,-1.532906461,0.7349480293,333,-1.230364251,0.329790229,1899.8462785 +5,-1.531320211,0.7346937278,333,-1.230364251,0.329790229,1896.2049702 +6,-1.539451648,0.7335131775,333,-1.230364251,0.329790229,1907.2286595 +7,-1.537429487,0.7335445708,333,-1.230364251,0.329790229,1903.6372744 +8,-1.535484998,0.7335658704,333,-1.230364251,0.329790229,1900.1725754 +9,-1.533488396,0.7336036027,333,-1.230364251,0.329790229,1896.6814059 +10,-1.531497785,0.7335842962,333,-1.230364251,0.329790229,1893.0393253 +11,-1.530259379,0.7334777758,333,-1.230364251,0.329790229,1890.4846476 +12,-1.5335454,0.7322346912,333,-1.230364251,0.329790229,1892.5030111 +13,-1.531489083,0.7322238773,333,-1.230364251,0.329790229,1888.7568856 +14,-1.530011122,0.7321679851,333,-1.230364251,0.329790229,1885.9241316 +15,-1.53348106,0.7306614094,333,-1.230364251,0.329790229,1887.4724696 +16,-1.531441779,0.7306962275,333,-1.230364251,0.329790229,1883.8863794 +17,-1.529755654,0.7306933243,333,-1.230364251,0.329790229,1880.8355994 +18,-1.533415048,0.7291384674,333,-1.230364251,0.329790229,1882.6021154 +19,-1.531392093,0.7291705353,333,-1.230364251,0.329790229,1879.0237874 +20,-1.529296523,0.7291214933,333,-1.230364251,0.329790229,1875.0779414 +21,-1.535280942,0.727267644,333,-1.230364251,0.329790229,1880.1994833 +22,-1.533378158,0.7276139666,333,-1.230364251,0.329790229,1877.786105 +23,-1.531340368,0.7276446587,333,-1.230364251,0.329790229,1874.163021 +24,-1.528960113,0.7276398177,333,-1.230364251,0.329790229,1869.8265452 +25,-1.533313146,0.7260818349,333,-1.230364251,0.329790229,1872.9011188 +26,-1.531259555,0.7260958115,333,-1.230364251,0.329790229,1869.1836311 +27,-1.528926415,0.7260865555,333,-1.230364251,0.329790229,1864.9034683 +28,-1.531226779,0.7245511789,333,-1.230364251,0.329790229,1864.3114506 +29,-1.528904772,0.7245519194,333,-1.230364251,0.329790229,1860.0671663 +30,-1.547195875,0.7409785979,333,-1.230364251,0.329790229,1944.5068526 +31,-1.5451475,0.740980426,333,-1.230364251,0.329790229,1940.7779245 +32,-1.543097679,0.7409798872,333,-1.230364251,0.329790229,1937.0559211 +33,-1.540720364,0.7409892687,333,-1.230364251,0.329790229,1932.7917545 +34,-1.547188511,0.7395198392,333,-1.230364251,0.329790229,1939.9870856 +35,-1.545148587,0.7395226109,333,-1.230364251,0.329790229,1936.2635794 +36,-1.543104538,0.7395314908,333,-1.230364251,0.329790229,1932.5683401 +37,-1.540727751,0.7395306258,333,-1.230364251,0.329790229,1928.2581916 +38,-1.547187029,0.7380014886,333,-1.230364251,0.329790229,1935.3005549 +39,-1.545147315,0.7380012252,333,-1.230364251,0.329790229,1931.5545538 +40,-1.54310719,0.7380060743,333,-1.230364251,0.329790229,1927.8404105 +41,-1.540719671,0.7380068206,333,-1.230364251,0.329790229,1923.5000286 +42,-1.547187189,0.7364799098,333,-1.230364251,0.329790229,1930.6138734 +43,-1.545149996,0.7364853874,333,-1.230364251,0.329790229,1926.8766604 +44,-1.543106091,0.7364823484,333,-1.230364251,0.329790229,1923.1176302 +45,-1.540717158,0.7364893901,333,-1.230364251,0.329790229,1918.7783756 +46,-1.538663972,0.7410138672,333,-1.230364251,0.329790229,1929.1735069 +47,-1.53695285,0.7409699132,333,-1.230364251,0.329790229,1925.9742994 +48,-1.534910498,0.7409641297,333,-1.230364251,0.329790229,1922.3175227 +49,-1.533145034,0.7409536636,333,-1.230364251,0.329790229,1919.1531132 +50,-1.538681336,0.7395405883,333,-1.230364251,0.329790229,1924.5990331 +51,-1.536999189,0.7395183096,333,-1.230364251,0.329790229,1921.5088045 +52,-1.534923633,0.7395144222,333,-1.230364251,0.329790229,1917.7856034 +53,-1.533267822,0.7395654306,333,-1.230364251,0.329790229,1914.9984145 +54,-1.53867273,0.7380151077,333,-1.230364251,0.329790229,1919.8211891 +55,-1.536980576,0.7379994392,333,-1.230364251,0.329790229,1916.7226671 +56,-1.534931522,0.7379944961,333,-1.230364251,0.329790229,1913.0301356 +57,-1.533387952,0.7379480264,333,-1.230364251,0.329790229,1910.1256407 +58,-1.538682279,0.7364914363,333,-1.230364251,0.329790229,1915.0884159 +59,-1.536980704,0.7364810563,333,-1.230364251,0.329790229,1911.9781917 +60,-1.534935567,0.7364752065,333,-1.230364251,0.329790229,1908.276372 +61,-1.533042592,0.7363876366,333,-1.230364251,0.329790229,1904.6074352 +62,-1.545143426,0.7349628011,333,-1.230364251,0.329790229,1922.1676863 +63,-1.543105297,0.7349691947,333,-1.230364251,0.329790229,1918.4348626 +64,-1.541064533,0.7349647152,333,-1.230364251,0.329790229,1914.6804931 +65,-1.545411803,0.7334624714,333,-1.230364251,0.329790229,1918.0433238 +66,-1.543446606,0.7334780896,333,-1.230364251,0.329790229,1914.4578179 +67,-1.541475327,0.7334957295,333,-1.230364251,0.329790229,1910.8833548 +68,-1.545401939,0.731963266,333,-1.230364251,0.329790229,1913.4154099 +69,-1.54342253,0.7319915583,333,-1.230364251,0.329790229,1909.8296567 +70,-1.541455867,0.7320216438,333,-1.230364251,0.329790229,1906.2893651 +71,-1.545410146,0.7304422281,333,-1.230364251,0.329790229,1908.7608718 +72,-1.543435491,0.7304713664,333,-1.230364251,0.329790229,1905.1730342 +73,-1.541463105,0.7304997613,333,-1.230364251,0.329790229,1901.6034827 +74,-1.545414768,0.7289194936,333,-1.230364251,0.329790229,1904.1015413 +75,-1.543435774,0.7289538557,333,-1.230364251,0.329790229,1900.5081366 +76,-1.541457714,0.7289765881,333,-1.230364251,0.329790229,1896.8971971 +77,-1.539449415,0.7320555866,333,-1.230364251,0.329790229,1902.7043615 +78,-1.537429183,0.7321097681,333,-1.230364251,0.329790229,1899.174261 +79,-1.535472649,0.7321497267,333,-1.230364251,0.329790229,1895.7334903 +80,-1.539457899,0.7305333307,333,-1.230364251,0.329790229,1898.0059223 +81,-1.537453161,0.7305750503,333,-1.230364251,0.329790229,1894.4516754 +82,-1.535479385,0.7306124949,333,-1.230364251,0.329790229,1890.9580192 +83,-1.53946905,0.7290102593,333,-1.230364251,0.329790229,1893.3168913 +84,-1.537459922,0.7290417293,333,-1.230364251,0.329790229,1889.7090143 +85,-1.535451349,0.7290890157,333,-1.230364251,0.329790229,1886.1686191 +86,-1.535522937,0.7279887191,333,-1.230364251,0.329790229,1882.8822602 +87,-1.539442524,0.7274735939,333,-1.230364251,0.329790229,1888.5231154 +88,-1.537424111,0.727521351,333,-1.230364251,0.329790229,1884.9348675 +89,-1.539384641,0.7259505092,333,-1.230364251,0.329790229,1883.7195619 +90,-1.537372391,0.7259947145,333,-1.230364251,0.329790229,1880.1183427 +91,-1.535340789,0.7260435356,333,-1.230364251,0.329790229,1876.5133697 +92,-1.539325716,0.7244369706,333,-1.230364251,0.329790229,1878.9497049 +93,-1.537308932,0.7244801057,333,-1.230364251,0.329790229,1875.3234419 +94,-1.535289068,0.7245247645,333,-1.230364251,0.329790229,1871.7139093 +95,-1.533261366,0.7245550236,333,-1.230364251,0.329790229,1868.0631378 +96,-1.539267302,0.722921924,333,-1.230364251,0.329790229,1874.1823987 +97,-1.537248972,0.7229660258,333,-1.230364251,0.329790229,1870.5428289 +98,-1.535219431,0.7229916471,333,-1.230364251,0.329790229,1866.8430962 +99,-1.53318962,0.7230212049,333,-1.230364251,0.329790229,1863.1728127 +100,-1.531154816,0.7230299897,333,-1.230364251,0.329790229,1859.4466853 +101,-1.528878341,0.7230370244,333,-1.230364251,0.329790229,1855.2903319 +102,-1.539218189,0.7214009878,333,-1.230364251,0.329790229,1869.4208186 +103,-1.537198791,0.7214422745,333,-1.230364251,0.329790229,1865.7569868 +104,-1.535179266,0.7214634354,333,-1.230364251,0.329790229,1862.0485771 +105,-1.533156501,0.7214944644,333,-1.230364251,0.329790229,1858.3822118 +106,-1.53113574,0.7215166021,333,-1.230364251,0.329790229,1854.7097974 +107,-1.528874248,0.7215345535,333,-1.230364251,0.329790229,1850.5997079 +108,-1.539217656,0.7198512397,333,-1.230364251,0.329790229,1864.6692319 +109,-1.537199919,0.7199428763,333,-1.230364251,0.329790229,1861.1488903 +110,-1.545425832,0.727397149,333,-1.230364251,0.329790229,1899.4626584 +111,-1.543371177,0.7273916949,333,-1.230364251,0.329790229,1895.5918278 +112,-1.541368852,0.7274523163,333,-1.230364251,0.329790229,1892.0389168 +113,-1.545349067,0.7258710923,333,-1.230364251,0.329790229,1894.6540127 +114,-1.54332671,0.7258603556,333,-1.230364251,0.329790229,1890.8143139 +115,-1.541346831,0.7259242142,333,-1.230364251,0.329790229,1887.2997216 +116,-1.545324355,0.7243383958,333,-1.230364251,0.329790229,1889.929852 +117,-1.543292796,0.7243617413,333,-1.230364251,0.329790229,1886.1634027 +118,-1.541295822,0.7244024384,333,-1.230364251,0.329790229,1882.5323757 +119,-1.543193859,0.7205570215,333,-1.230364251,0.329790229,1874.3605066 +120,-1.550257047,0.7386738187,333,-1.230364251,0.329790229,1943.0330509 +121,-1.549335448,0.7311736483,333,-1.230364251,0.329790229,1918.3498342 +122,-1.533478843,0.7179891343,333,-1.230364251,0.329790229,1848.1541672 +123,-1.556150555,0.738907041,333,-1.230364251,0.329790229,1954.7120323 +124,-1.554324226,0.733414257,333,-1.230364251,0.329790229,1934.5705178 +125,-1.554290846,0.7288285332,333,-1.230364251,0.329790229,1920.6106219 +126,-1.55122487,0.7219795312,333,-1.230364251,0.329790229,1894.0495268 +127,-1.525104458,0.7229399862,333,-1.230364251,0.329790229,1848.1083839 +128,-1.519607711,0.7236181429,333,-1.230364251,0.329790229,1840.342727 +129,-1.513899999,0.7251107854,333,-1.230364251,0.329790229,1834.9714585 +130,-1.536620762,0.7431061895,333,-1.230364251,0.329790229,1932.0891859 +131,-1.5369566,0.7460845958,333,-1.230364251,0.329790229,1942.0542745 +132,-1.545345528,0.7447040685,333,-1.230364251,0.329790229,1952.6985977 +133,-1.532813921,0.7432306626,333,-1.230364251,0.329790229,1925.7543171 +134,-1.554788248,0.7382381001,333,-1.230364251,0.329790229,1950.1249104 +135,-1.540348126,0.7301594274,333,-1.230364251,0.329790229,1898.4916815 +136,-1.538016084,0.7239051786,333,-1.230364251,0.329790229,1874.867737 +137,-1.525288962,0.7258085137,333,-1.230364251,0.329790229,1857.4478439 +138,-1.534326986,0.731241342,333,-1.230364251,0.329790229,1890.8187875 +139,-1.530733872,0.7303625216,333,-1.230364251,0.329790229,1881.5624264 +141,-1.534354939,0.7328219978,333,-1.230364251,0.329790229,1895.8033478 +142,-1.53157084,0.7292888153,333,-1.230364251,0.329790229,1879.7177802 +143,-1.525691035,0.7263799874,333,-1.230364251,0.329790229,1859.9687948 +144,-1.534031287,0.7495967835,333,-1.230364251,0.329790229,1948.0342148 +145,-1.527714986,0.7283095957,333,-1.230364251,0.329790229,1869.6779236 +146,-1.526189586,0.7271468292,333,-1.230364251,0.329790229,1863.2771717 +147,-1.555177336,0.7375563366,333,-1.230364251,0.329790229,1948.7749941 +148,-1.555080283,0.7312707794,333,-1.230364251,0.329790229,1929.5032809 +149,-1.53856994,0.7224180299,333,-1.230364251,0.329790229,1871.3267132 +150,-1.530837883,0.729933372,333,-1.230364251,0.329790229,1880.4064792 +151,-1.515066984,0.5854133365,333,-1.230364251,0.329790229,1427.4719065 +152,-1.534731633,0.5368370046,333,-1.230364251,0.329790229,1364.227637 +153,-1.515231902,0.5607085576,333,-1.230364251,0.329790229,1365.4874185 +154,-2.616253799,1.0684566605,333,-1.230364251,0.329790229,4730.9484648 +155,-1.956071439,0.5792177723,333,-1.230364251,0.329790229,2743.6488174 +156,-1.951208514,0.5602434208,333,-1.230364251,0.329790229,2714.6859848 +157,-1.944675062,0.6062144545,333,-1.230364251,0.329790229,2728.5950097 +158,-1.613778386,0.6077989518,333,-1.230364251,0.329790229,1738.5528124 +159,-2.035029014,0.6021432345,333,-1.230364251,0.329790229,3014.9097768 +160,-2.114989471,0.6801825058,333,-1.230364251,0.329790229,3315.2515694 +161,-2.037382079,0.5765830025,333,-1.230364251,0.329790229,3008.6324491 +162,-2.129855121,0.6585019963,333,-1.230364251,0.329790229,3347.673 +163,-2.075141798,0.6493615843,333,-1.230364251,0.329790229,3172.1444698 +164,-1.828626729,0.6948433129,333,-1.230364251,0.329790229,2496.4343645 +165,-1.863329418,0.6735427691,333,-1.230364251,0.329790229,2560.5086429 +166,-1.266037071,0.727988852,333,-1.230364251,0.329790229,1581.848541 +167,-1.277579582,0.7249010648,333,-1.230364251,0.329790229,1573.1363211 +168,-1.258418684,0.7241194816,333,-1.230364251,0.329790229,1564.81092 +169,-1.317813974,0.6804850104,333,-1.230364251,0.329790229,1421.1474218 +170,-1.344165204,0.6790988904,333,-1.230364251,0.329790229,1437.7121764 +171,-1.427582102,0.5277120351,333,-1.230364251,0.329790229,1056.6010045 +172,-1.402238616,0.457167829,333,-1.230364251,0.329790229,805.57923388 +173,-1.422454264,0.4996161999,333,-1.230364251,0.329790229,967.13330054 +174,-1.439089277,0.4894859811,333,-1.230364251,0.329790229,986.3988654 +175,-1.448126995,0.5182330266,333,-1.230364251,0.329790229,1082.5191377 +176,-1.474626146,0.5881926574,333,-1.230364251,0.329790229,1338.637045 +177,-1.421139645,0.5584869783,333,-1.230364251,0.329790229,1132.4820747 +178,-1.457037165,0.565943032,333,-1.230364251,0.329790229,1234.6023632 +179,-2.757159358,0.3745319,333,-1.230364251,0.329790229,5596.637608 +180,-2.714309238,0.342054471,333,-1.230364251,0.329790229,5481.1113928 +181,-2.000525337,0.774119946,333,-1.230364251,0.329790229,3083.5196781 +183,-1.571413436,0.6777838382,333,-1.230364251,0.329790229,1808.1001824 +184,-1.552860289,0.6987663893,333,-1.230364251,0.329790229,1828.2864828 +185,-1.521852374,0.7165827476,333,-1.230364251,0.329790229,1822.2624838 +186,-1.503656267,0.6928968252,333,-1.230364251,0.329790229,1714.438647 +187,-1.502753178,0.7136205882,333,-1.230364251,0.329790229,1778.629332 +188,-1.631894563,0.7343596465,333,-1.230364251,0.329790229,2094.5459414 +189,-1.653765416,0.6770714026,333,-1.230364251,0.329790229,2000.2108234 +190,-1.719812114,0.6715965947,333,-1.230364251,0.329790229,2158.237032 +191,-1.493406659,0.6646955447,333,-1.230364251,0.329790229,1606.9744853 +192,-1.469120564,0.6613469966,333,-1.230364251,0.329790229,1550.534083 +193,-1.590551461,0.5326612937,333,-1.230364251,0.329790229,1520.8280859 +194,-1.625979264,0.5247742243,333,-1.230364251,0.329790229,1617.1826733 +195,-1.572293943,0.5238808754,333,-1.230364251,0.329790229,1449.373442 +196,-1.610848725,0.5477107964,333,-1.230364251,0.329790229,1609.3937927 +197,-1.208485554,0.7918526018,333,-1.230364251,0.329790229,1831.6419705 +198,-1.335601374,0.6869083083,333,-1.230364251,0.329790229,1459.7129633 +199,-1.346156996,0.6825213377,333,-1.230364251,0.329790229,1452.490128 +200,-1.324381037,0.6741422347,333,-1.230364251,0.329790229,1401.7768169 +201,-1.242424992,0.7378949807,333,-1.230364251,0.329790229,1617.0109772 +202,-1.270370057,0.7392461008,333,-1.230364251,0.329790229,1627.4115867 +203,-1.448950472,0.7441675014,333,-1.230364251,0.329790229,1797.3393708 +204,-1.492662363,0.7523026852,333,-1.230364251,0.329790229,1888.8914017 +205,-1.479098966,0.7763855017,333,-1.230364251,0.329790229,1950.8273256 +206,-1.633760714,0.7869022408,333,-1.230364251,0.329790229,2244.4341602 +207,-1.647406434,0.8101289331,333,-1.230364251,0.329790229,2337.0339104 +208,-1.564245052,0.5701509278,333,-1.230364251,0.329790229,1520.00235 +209,-1.646289963,0.6833746083,333,-1.230364251,0.329790229,1996.9174741 +210,-1.5820631,0.6751952144,333,-1.230364251,0.329790229,1824.9106281 +211,-1.613236298,0.6681681791,333,-1.230364251,0.329790229,1879.4824267 +212,-1.914661867,0.8212566515,333,-1.230364251,0.329790229,2942.5590654 +213,-1.742133237,0.7250275956,333,-1.230364251,0.329790229,2328.1715063 +214,-2.033144872,0.6557314699,333,-1.230364251,0.329790229,3047.0957222 +215,-2.039551981,0.6964723658,333,-1.230364251,0.329790229,3102.6117576 +216,-1.247341019,0.7622473908,333,-1.230364251,0.329790229,1713.8945581 +217,-1.298239787,0.7084123392,333,-1.230364251,0.329790229,1517.3518317 +218,-1.308539688,0.6926545592,333,-1.230364251,0.329790229,1461.9187405 +219,-1.303263185,0.6888938396,333,-1.230364251,0.329790229,1444.1141254 +220,-1.852400229,0.6004246149,333,-1.230364251,0.329790229,2431.817836 +221,-1.288947707,0.7473773692,333,-1.230364251,0.329790229,1665.6516955 +222,-1.372031502,0.7472790993,333,-1.230364251,0.329790229,1720.3322253 +223,-1.289805721,0.7242157877,333,-1.230364251,0.329790229,1575.1703406 +224,-1.350807603,0.7533498126,333,-1.230364251,0.329790229,1725.2683819 +225,-1.329290365,0.7560442322,333,-1.230364251,0.329790229,1720.3499512 +226,-1.410153004,0.616936428,333,-1.230364251,0.329790229,1300.0826201 +227,-1.393445434,0.6308995063,333,-1.230364251,0.329790229,1321.3690501 +228,-1.37595573,0.6241540638,333,-1.230364251,0.329790229,1272.1817277 +229,-1.358388707,0.6172645205,333,-1.230364251,0.329790229,1223.8079999 +230,-1.753741133,0.8281661666,333,-1.230364251,0.329790229,2596.6132244 +231,-1.47430987,0.6834615681,333,-1.230364251,0.329790229,1631.2838915 +232,-1.421012508,0.7222725206,333,-1.230364251,0.329790229,1682.8292722 +233,-1.4476833,0.6978557868,333,-1.230364251,0.329790229,1635.3681598 +234,-1.470370723,0.6966193374,333,-1.230364251,0.329790229,1667.6976897 +235,-1.429211703,0.7037216883,333,-1.230364251,0.329790229,1628.3436606 +236,-1.700578405,0.6178673663,333,-1.230364251,0.329790229,2000.9494111 +237,-1.678117619,0.6331716163,333,-1.230364251,0.329790229,1967.5506015 +238,-1.725644578,0.6316331145,333,-1.230364251,0.329790229,2097.5352798 +239,-2.14012759,0.7930497945,333,-1.230364251,0.329790229,3479.7465629 +240,-2.103289431,0.7653606263,333,-1.230364251,0.329790229,3352.0920216 +241,-1.318739838,0.7017808746,333,-1.230364251,0.329790229,1503.8846603 +242,-1.396417427,0.7077900843,333,-1.230364251,0.329790229,1600.0350465 +243,-1.35650337,0.7185539404,333,-1.230364251,0.329790229,1597.984865 +244,-1.248884539,0.7274156818,333,-1.230364251,0.329790229,1576.2335819 +245,-1.395014798,0.5761185243,333,-1.230364251,0.329790229,1136.991953 +246,-1.433377362,0.6064716109,333,-1.230364251,0.329790229,1307.6168244 +247,-1.408172432,0.5903155476,333,-1.230364251,0.329790229,1207.8988548 +248,-1.749645898,0.7757118084,333,-1.230364251,0.329790229,2460.6249419 +249,-1.571626686,0.615046989,333,-1.230364251,0.329790229,1644.6803235 +250,-1.514070049,0.6303003037,333,-1.230364251,0.329790229,1547.6750924 +251,-1.480890369,0.6237966528,333,-1.230364251,0.329790229,1456.8902065 +252,-1.704390658,0.5281680612,333,-1.230364251,0.329790229,1872.8826926 +253,-1.64434733,0.5254277498,333,-1.230364251,0.329790229,1676.2628597 +254,-1.703855997,0.4792484842,333,-1.230364251,0.329790229,1818.1632681 +255,-1.692002383,0.5748825051,333,-1.230364251,0.329790229,1901.2432572 +256,-1.854136457,0.5544643913,333,-1.230364251,0.329790229,2390.2202088 +257,-1.665021206,0.520317736,333,-1.230364251,0.329790229,1735.1917573 +258,-1.733654349,0.4845187345,333,-1.230364251,0.329790229,1924.7816386 +259,-1.720938188,0.5135933906,333,-1.230364251,0.329790229,1910.0555787 +260,-1.742668307,0.553296122,333,-1.230364251,0.329790229,2027.8811248 +261,-1.965659039,0.7142126903,333,-1.230364251,0.329790229,2908.4952898 +262,-1.944438071,0.6772834804,333,-1.230364251,0.329790229,2801.6631984 +263,-1.270340967,0.7681487096,333,-1.230364251,0.329790229,1741.4043395 +264,-1.353091884,0.6549276821,333,-1.230364251,0.329790229,1356.111865 +265,-1.333236659,0.6413584414,333,-1.230364251,0.329790229,1284.8987165 +266,-1.352015998,0.6753788907,333,-1.230364251,0.329790229,1431.3228658 +267,-1.377988483,0.6577816235,333,-1.230364251,0.329790229,1395.8468559 +268,-2.13075611,0.8318642051,333,-1.230364251,0.329790229,3495.2917934 +269,-2.097910953,0.8259670014,333,-1.230364251,0.329790229,3404.4001331 +270,-1.416382069,0.6694271549,333,-1.230364251,0.329790229,1490.0304062 +271,-1.538905672,0.7535625993,333,-1.230364251,0.329790229,1969.0666096 +272,-1.572309477,0.7803125099,333,-1.230364251,0.329790229,2111.1789188 +273,-1.87759879,0.7503853417,333,-1.230364251,0.329790229,2722.842883 +274,1.152365588,0.590457682,333,-1.230364251,0.329790229,7808.7451873 +275,0.350198001,0.718001859,333,-1.230364251,0.329790229,5399.6986035 +276,0.046513677,0.491503852,333,-1.230364251,0.329790229,4615.7058127 +277,0.027510309,0.742571376,333,-1.230364251,0.329790229,4445.6886597 +278,0.306285725,-0.214631579,333,-1.230364251,0.329790229,6370.1637273 +279,-1.100564889,0.318051531,333,-1.230364251,0.329790229,489.57209904 +280,-1.078582306,0.301437596,333,-1.230364251,0.329790229,582.36511588 +281,-1.137371989,-0.617634065,333,-1.230364251,0.329790229,3768.9821674 +282,0.784356344,0.703272339,333,-1.230364251,0.329790229,6620.6510206 +283,-1.221209947,0.218327455,333,-1.230364251,0.329790229,442.88007363 +284,2.347301921,-0.449114658,333,-1.230364251,0.329790229,10780.626287 +285,0.246820618,0.830553713,333,-1.230364251,0.329790229,5020.2499527 +286,0.829414965,0.703288228,333,-1.230364251,0.329790229,6736.4147687 +287,-1.337537566,0.42332223,333,-1.230364251,0.329790229,541.21368194 +288,0.882453706,0.454478077,333,-1.230364251,0.329790229,7413.7046241 +289,1.575629659,0.416419109,333,-1.230364251,0.329790229,9216.3364468 +290,-1.039455679,0.229888244,333,-1.230364251,0.329790229,827.1126093 +291,0.489558039,0.934482747,333,-1.230364251,0.329790229,5517.3729713 +292,0.081344504,0.88384514,333,-1.230364251,0.329790229,4574.1166881 +293,-1.547979814,0.300350308,333,-1.230364251,0.329790229,1201.2750137 +294,0.040776181,0.168560074,333,-1.230364251,0.329790229,4891.2749186 +295,-1.130374745,0.563894876,333,-1.230364251,0.329790229,993.19147588 +296,1.578326642,0.478507176,333,-1.230364251,0.329790229,8996.7155598 +297,-1.12861823,-0.291640865,333,-1.230364251,0.329790229,2493.1953212 +298,0.310524208,0.770885792,333,-1.230364251,0.329790229,5237.6616249 +299,0.415649091,-0.387246002,333,-1.230364251,0.329790229,6971.5687042 +300,-0.926533878,-0.188022748,333,-1.230364251,0.329790229,2369.5918535 +301,1.258856172,-0.11716081,333,-1.230364251,0.329790229,9794.4598604 +302,-1.126050026,0.322941926,333,-1.230364251,0.329790229,392.29760293 +303,2.002785835,0.07893892,333,-1.230364251,0.329790229,10785.942933 +304,0.440437607,0.746258085,333,-1.230364251,0.329790229,5623.5119323 +305,-0.030391866,0.214441206,333,-1.230364251,0.329790229,4574.9641435 +306,0.521557815,-0.058929362,333,-1.230364251,0.329790229,6975.9166137 +307,-0.097005111,0.13317729,333,-1.230364251,0.329790229,4416.2259627 +308,1.83113859,0.221857587,333,-1.230364251,0.329790229,10236.513868 +309,0.222428864,0.099404236,333,-1.230364251,0.329790229,5653.6576269 +310,-1.702731345,0.8728568183,333,-1.230364251,0.329790229,2617.1333153 +311,-0.418507569,0.278324921,333,-1.230364251,0.329790229,3066.5647007 +312,-1.41153306,0.339029988,333,-1.230364251,0.329790229,678.74101415 +313,0.357560442,0.114788776,333,-1.230364251,0.329790229,6138.7599168 +314,0.325818979,0.268352149,333,-1.230364251,0.329790229,5828.3640712 +315,-1.246004659,-0.663679965,333,-1.230364251,0.329790229,3935.5663232 +316,1.814603087,0.637404484,333,-1.230364251,0.329790229,8595.7519823 +317,1.843704281,-0.18300445,333,-1.230364251,0.329790229,11807.580797 +318,1.690644492,-0.211480909,333,-1.230364251,0.329790229,11480.92154 +319,-1.275451936,0.068109467,333,-1.230364251,0.329790229,1051.1047069 +320,0.762430171,-0.207594741,333,-1.230364251,0.329790229,8052.7864452 +321,0.265668905,-0.014647884,333,-1.230364251,0.329790229,5960.6364521 +322,-2.773032013,-0.335515811,333,-1.230364251,0.329790229,6545.1135432 +323,-1.469512853,0.174058777,333,-1.230364251,0.329790229,1104.434284 +324,0.286276986,0.785925691,333,-1.230364251,0.329790229,5158.3095873 +325,-1.379324697,0.377432233,333,-1.230364251,0.329790229,584.68176527 +326,-1.203778265,0.212813032,333,-1.230364251,0.329790229,474.30876251 +327,0.579916301,0.611743168,333,-1.230364251,0.329790229,6212.9631419 +328,0.267582642,0.868113908,333,-1.230364251,0.329790229,5049.7306802 +329,0.412869244,-0.050245578,333,-1.230364251,0.329790229,6557.6330911 +330,0.17524381,0.976660285,333,-1.230364251,0.329790229,4782.5623944 +331,0.743157214,0.204812899,333,-1.230364251,0.329790229,7417.1539353 +332,-1.070758176,0.269382282,333,-1.230364251,0.329790229,649.54417658 +333,-1.230364251,0.329790229,333,-1.230364251,0.329790229,0 +334,-1.374813124,-0.024926835,333,-1.230364251,0.329790229,1513.383025 +335,0.519780566,0.463669906,333,-1.230364251,0.329790229,6246.1710036 +336,-1.55108034,0.239698561,333,-1.230364251,0.329790229,1269.4565321 +337,0.180294813,0.029739425,333,-1.230364251,0.329790229,5583.7286373 +338,0.67820924,0.268170153,333,-1.230364251,0.329790229,7086.3960071 +339,0.445798684,1.024001867,333,-1.230364251,0.329790229,5323.4529058 +340,0.691751283,0.150521402,333,-1.230364251,0.329790229,7318.6144854 +341,-1.036643551,-0.903056181,333,-1.230364251,0.329790229,4929.2205817 +342,-0.120287036,1.083325163,333,-1.230364251,0.329790229,4224.6168081 +343,2.823513113,-0.304487164,333,-1.230364251,0.329790229,9021.6500126 +344,0.457583172,1.12513373,333,-1.230364251,0.329790229,5243.3574085 +345,0.042918831,0.813795399,333,-1.230364251,0.329790229,4479.3961384 +346,1.196146777,-0.853142756,333,-1.230364251,0.329790229,9370.2152904 +347,0.206001358,-0.010430701,333,-1.230364251,0.329790229,5731.812754 +348,-0.268308653,0.234799412,333,-1.230364251,0.329790229,3665.5069155 +349,0.759363263,0.736189579,333,-1.230364251,0.329790229,6490.4647812 +350,0.181363926,0.891988372,333,-1.230364251,0.329790229,4821.8582644 +351,-0.021111158,0.139103292,333,-1.230364251,0.329790229,4693.6589804 +352,-0.093355215,0.630686981,333,-1.230364251,0.329790229,4092.2408163 +353,0.40118964,0.681375926,333,-1.230364251,0.329790229,5588.0076465 +354,-0.721197315,1.304706234,333,-1.230364251,0.329790229,4010.8077867 +355,-1.076150317,0.212107639,333,-1.230364251,0.329790229,750.42896628 +356,-1.577164531,0.273993443,333,-1.230364251,0.329790229,1329.2469382 +357,-0.190788414,0.182208586,333,-1.230364251,0.329790229,4009.151483 +358,-0.261349752,0.209710184,333,-1.230364251,0.329790229,3715.9828175 +359,-1.029303852,0.083549259,333,-1.230364251,0.329790229,1247.1187898 +360,-1.268609162,0.330525297,333,-1.230364251,0.329790229,143.33505661 +361,1.282982244,-0.926641967,333,-1.230364251,0.329790229,9397.9413859 +362,0.217352334,0.731352408,333,-1.230364251,0.329790229,5003.663219 +363,-1.511833084,0.258629297,333,-1.230364251,0.329790229,1103.0288961 +364,0.338812194,0.823184618,333,-1.230364251,0.329790229,5267.9426692 +365,-0.324406489,1.134201999,333,-1.230364251,0.329790229,3961.0962395 +366,1.389579348,0.399185724,333,-1.230364251,0.329790229,8921.1295605 +367,2.047152199,-0.039082036,333,-1.230364251,0.329790229,11177.41177 +368,0.947780369,0.568250077,333,-1.230364251,0.329790229,7349.348813 +369,0.763824846,0.576754987,333,-1.230364251,0.329790229,6815.2829208 +370,-0.142334657,0.928153068,333,-1.230364251,0.329790229,4044.3870056 +371,0.610266567,0.547265983,333,-1.230364251,0.329790229,6407.5960449 +372,0.210731629,0.746815056,333,-1.230364251,0.329790229,4974.3232397 +373,-1.34931644,0.316895224,333,-1.230364251,0.329790229,449.63272444 +374,2.407696481,0.655030745,333,-1.230364251,0.329790229,8126.1097318 +375,0.64207831,0.545359131,333,-1.230364251,0.329790229,6508.6438375 +376,1.174597538,0.840588356,333,-1.230364251,0.329790229,7125.6722727 +377,0.660059424,0.010604079,333,-1.230364251,0.329790229,7403.2151369 +378,-0.730263819,0.010486456,333,-1.230364251,0.329790229,2318.0275318 +379,0.831068936,0.512339172,333,-1.230364251,0.329790229,7140.3749969 +380,1.301180979,0.72367476,333,-1.230364251,0.329790229,7709.0115675 +381,1.811128231,0.322854402,333,-1.230364251,0.329790229,9829.5685324 +382,0.435105812,0.992284428,333,-1.230364251,0.329790229,5334.1994794 +383,0.62643634,0.592027932,333,-1.230364251,0.329790229,6383.4640905 +384,0.492988703,-0.516339467,333,-1.230364251,0.329790229,7366.325422 +385,-0.162469483,0.112549365,333,-1.230364251,0.329790229,4195.8847599 +386,0.314630866,0.472006421,333,-1.230364251,0.329790229,5549.3552856 +387,0.166744804,0.822815954,333,-1.230364251,0.329790229,4811.4758222 +388,0.417159608,0.965805736,333,-1.230364251,0.329790229,5322.5245966 +389,0.106334961,0.868774244,333,-1.230364251,0.329790229,4639.3681262 +390,0.815086969,-0.338144359,333,-1.230364251,0.329790229,8366.4608576 +391,0.59867455,-0.230624824,333,-1.230364251,0.329790229,7467.2727928 +392,1.915104874,0.066220985,333,-1.230364251,0.329790229,10875.175249 +393,1.278093622,0.064463721,333,-1.230364251,0.329790229,9523.4009717 +394,-0.061477853,0.302997961,333,-1.230364251,0.329790229,4373.6575168 +395,0.251311504,0.626976942,333,-1.230364251,0.329790229,5187.5158479 +396,2.950242872,0.149095644,333,-1.230364251,0.329790229,7966.4154882 +397,-0.180294708,0.35375117,333,-1.230364251,0.329790229,3897.4144986 +398,1.010448592,-0.351180233,333,-1.230364251,0.329790229,9093.3522624 +399,-1.748740498,0.3686318073,333,-1.230364251,0.329790229,1932.7310977 +400,2.699635665,0.123533791,333,-1.230364251,0.329790229,8880.910987 +401,0.496808033,0.823843254,333,-1.230364251,0.329790229,5675.4889321 +402,0.129574704,0.763364087,333,-1.230364251,0.329790229,4733.6067392 +403,1.798920311,0.817447563,333,-1.230364251,0.329790229,7881.9410861 +404,0.335987953,0.746786541,333,-1.230364251,0.329790229,5330.8547377 +405,-1.085413643,0.292154671,333,-1.230364251,0.329790229,566.49062092 +406,-0.155321003,0.508207011,333,-1.230364251,0.329790229,3911.5429644 +407,0.620529244,-0.301175104,333,-1.230364251,0.329790229,7620.7068766 +408,1.684402744,0.368716966,333,-1.230364251,0.329790229,9540.5948091 +409,0.300582244,-0.386397212,333,-1.230364251,0.329790229,6567.478862 +410,2.913555946,-0.009225192,333,-1.230364251,0.329790229,8352.3769739 +411,1.465101417,0.493232532,333,-1.230364251,0.329790229,8763.1375045 +412,0.090612882,0.907955955,333,-1.230364251,0.329790229,4595.3391087 +413,2.987564726,-0.729568594,333,-1.230364251,0.329790229,8531.3138368 +414,-1.484261606,0.224149272,333,-1.230364251,0.329790229,1053.2890033 +415,0.164073421,0.303955133,333,-1.230364251,0.329790229,5199.3291581 +416,0.141441293,0.167552546,333,-1.230364251,0.329790229,5268.3769458 +417,2.931321023,-0.506718887,333,-1.230364251,0.329790229,8721.7480267 +418,2.21951565,0.700596356,333,-1.230364251,0.329790229,8206.7740924 +419,0.268112576,1.199114336,333,-1.230364251,0.329790229,4904.2515607 +420,0.978913739,0.359223811,333,-1.230364251,0.329790229,7912.7483948 +421,1.210898818,0.522863584,333,-1.230364251,0.329790229,8137.8398569 +422,2.347397336,0.129231362,333,-1.230364251,0.329790229,9952.5879412 +423,0.614394501,0.556878345,333,-1.230364251,0.329790229,6404.7082305 +424,-1.398079356,0.148483366,333,-1.230364251,0.329790229,964.8355302 +425,2.535303836,-0.112984496,333,-1.230364251,0.329790229,9890.9055897 +426,-1.019372593,-0.405322349,333,-1.230364251,0.329790229,3023.9159438 +427,-1.297785627,-0.160104069,333,-1.230364251,0.329790229,1958.260004 +428,2.144554488,0.205051084,333,-1.230364251,0.329790229,10137.715625 +429,-2.242387083,-0.426171285,333,-1.230364251,0.329790229,4919.8285564 +430,0.338637212,0.909723676,333,-1.230364251,0.329790229,5193.7708329 +431,-0.148798452,0.691042401,333,-1.230364251,0.329790229,3919.841151 +432,0.893524764,0.441829531,333,-1.230364251,0.329790229,7473.780187 +433,0.969229347,-0.368847936,333,-1.230364251,0.329790229,8951.2738324 +434,0.436043248,0.800045688,333,-1.230364251,0.329790229,5547.6878436 +435,1.687946607,1.081504775,333,-1.230364251,0.329790229,6809.4620106 +436,0.522302046,-0.034889271,333,-1.230364251,0.329790229,6948.1327932 +437,-0.178996113,-0.438090009,333,-1.230364251,0.329790229,5065.1598218 +438,-1.094339566,0.301444068,333,-1.230364251,0.329790229,524.28311757 +439,-1.064070054,0.242569932,333,-1.230364251,0.329790229,719.90512333 +440,-1.068153768,0.230387998,333,-1.230364251,0.329790229,732.01582552 +441,-3.00496892,-0.23989155,333,-1.230364251,0.329790229,7275.8775992 +442,0.21751974,0.766874888,333,-1.230364251,0.329790229,4980.7804653 +443,0.117229532,0.007619006,333,-1.230364251,0.329790229,5376.2316736 +444,0.777758451,0.420554741,333,-1.230364251,0.329790229,7155.7004996 +445,-0.252356999,0.250747086,333,-1.230364251,0.329790229,3710.5401256 +446,0.363148444,0.768483434,333,-1.230364251,0.329790229,5385.3506548 +447,0.903191366,-0.118210676,333,-1.230364251,0.329790229,8478.7944133 +448,-0.205755923,0.149406178,333,-1.230364251,0.329790229,3989.7934567 +449,1.811996086,0.02364353,333,-1.230364251,0.329790229,10991.582638 +450,-1.100670221,0.314845373,333,-1.230364251,0.329790229,490.80609046 +451,0.340078597,0.850105132,333,-1.230364251,0.329790229,5247.4574045 +452,0.258757267,0.804969236,333,-1.230364251,0.329790229,5069.1860519 +453,2.78505352,-0.155160804,333,-1.230364251,0.329790229,9024.9650591 +454,0.800551619,0.105822106,333,-1.230364251,0.329790229,7781.2031296 +455,0.437940882,-0.506194031,333,-1.230364251,0.329790229,7172.0396758 +456,2.230431122,0.63458615,333,-1.230364251,0.329790229,8441.2792352 +457,0.527965361,0.127667701,333,-1.230364251,0.329790229,6753.1853496 +458,-0.063643205,0.702093448,333,-1.230364251,0.329790229,4179.2139748 +459,1.408447268,0.133010502,333,-1.230364251,0.329790229,9757.8229215 +460,0.523795955,0.280266966,333,-1.230364251,0.329790229,6524.0510433 +461,-0.975769313,0.072177659,333,-1.230364251,0.329790229,1418.225685 +462,0.549774164,-0.463663986,333,-1.230364251,0.329790229,7515.0272167 +463,0.29245874,1.095549818,333,-1.230364251,0.329790229,4978.7937953 +464,0.143625958,0.816809593,333,-1.230364251,0.329790229,4751.6868583 +465,0.671902494,0.611159853,333,-1.230364251,0.329790229,6484.8663891 +466,1.239840988,0.6724199,333,-1.230364251,0.329790229,7756.4777619 +467,0.607829703,-0.10932137,333,-1.230364251,0.329790229,7361.819597 +468,1.763020906,0.263996692,333,-1.230364251,0.329790229,10021.886763 +469,0.378714634,0.726066797,333,-1.230364251,0.329790229,5473.0676229 +470,2.196736143,-0.153862366,333,-1.230364251,0.329790229,11144.994381 +471,0.01702415,0.148991565,333,-1.230364251,0.329790229,4824.9581572 +472,-2.998490902,-0.158002487,333,-1.230364251,0.329790229,7158.0104863 +473,-3.051262951,-0.346595608,333,-1.230364251,0.329790229,7555.0711464 +474,-1.069176439,0.182802941,333,-1.230364251,0.329790229,848.25444789 +475,0.167157509,0.595344954,333,-1.230364251,0.329790229,4945.6471705 +476,0.613855648,0.681746124,333,-1.230364251,0.329790229,6199.3504592 +477,1.037012736,0.682555367,333,-1.230364251,0.329790229,7291.4857199 +478,-1.253574971,0.379755746,333,-1.230364251,0.329790229,215.87045302 +479,3.108590453,-0.132620738,333,-1.230364251,0.329790229,7787.1158532 +480,0.565301296,0.022333262,333,-1.230364251,0.329790229,7034.3780791 +481,0.547898238,0.855555614,333,-1.230364251,0.329790229,5758.7033482 +482,0.948309381,0.417393755,333,-1.230364251,0.329790229,7692.0133621 +483,-0.050600732,0.945269213,333,-1.230364251,0.329790229,4267.3627243 +484,-0.977651478,-0.572363064,333,-1.230364251,0.329790229,3699.3877653 +485,1.102014914,0.728861163,333,-1.230364251,0.329790229,7310.2573924 +486,2.927300795,-0.282939414,333,-1.230364251,0.329790229,8619.0961439 +487,-1.154565557,0.124434095,333,-1.230364251,0.329790229,864.21447 +488,1.855331234,0.291044755,333,-1.230364251,0.329790229,9975.0988691 +489,0.830290659,0.276904518,333,-1.230364251,0.329790229,7594.614313 +490,0.485104466,-0.234867441,333,-1.230364251,0.329790229,7051.942401 +491,0.521367572,-0.33161327,333,-1.230364251,0.329790229,7290.0752692 +1,-1.539031704,0.7349710123,334,-1.374813124,-0.024926835,3066.8988017 +2,-1.536990553,0.7349663874,334,-1.374813124,-0.024926835,3065.4874193 +3,-1.534951779,0.7349571355,334,-1.374813124,-0.024926835,3064.0765479 +4,-1.532906461,0.7349480293,334,-1.374813124,-0.024926835,3062.6786266 +5,-1.531320211,0.7346937278,334,-1.374813124,-0.024926835,3060.6514582 +6,-1.539451648,0.7335131775,334,-1.374813124,-0.024926835,3061.5741011 +7,-1.537429487,0.7335445708,334,-1.374813124,-0.024926835,3060.3071361 +8,-1.535484998,0.7335658704,334,-1.374813124,-0.024926835,3059.0702959 +9,-1.533488396,0.7336036027,334,-1.374813124,-0.024926835,3057.8775211 +10,-1.531497785,0.7335842962,334,-1.374813124,-0.024926835,3056.4848143 +11,-1.530259379,0.7334777758,334,-1.374813124,-0.024926835,3055.2614246 +12,-1.5335454,0.7322346912,334,-1.374813124,-0.024926835,3052.634392 +13,-1.531489083,0.7322238773,334,-1.374813124,-0.024926835,3051.2272115 +14,-1.530011122,0.7321679851,334,-1.374813124,-0.024926835,3050.0405419 +15,-1.53348106,0.7306614094,334,-1.374813124,-0.024926835,3046.5222132 +16,-1.531441779,0.7306962275,334,-1.374813124,-0.024926835,3045.2988948 +17,-1.529755654,0.7306933243,334,-1.374813124,-0.024926835,3044.1779605 +18,-1.533415048,0.7291384674,334,-1.374813124,-0.024926835,3040.6033666 +19,-1.531392093,0.7291705353,334,-1.374813124,-0.024926835,3039.3768631 +20,-1.529296523,0.7291214933,334,-1.374813124,-0.024926835,3037.8064099 +21,-1.535280942,0.727267644,334,-1.374813124,-0.024926835,3034.6522278 +22,-1.533378158,0.7276139666,334,-1.374813124,-0.024926835,3034.6983696 +23,-1.531340368,0.7276446587,334,-1.374813124,-0.024926835,3033.4530639 +24,-1.528960113,0.7276398177,334,-1.374813124,-0.024926835,3031.8630504 +25,-1.533313146,0.7260818349,334,-1.374813124,-0.024926835,3028.7453135 +26,-1.531259555,0.7260958115,334,-1.374813124,-0.024926835,3027.4215152 +27,-1.528926415,0.7260865555,334,-1.374813124,-0.024926835,3025.8415525 +28,-1.531226779,0.7245511789,334,-1.374813124,-0.024926835,3021.4385506 +29,-1.528904772,0.7245519194,334,-1.374813124,-0.024926835,3019.9002969 +30,-1.547195875,0.7409785979,334,-1.374813124,-0.024926835,3095.715931 +31,-1.5451475,0.740980426,334,-1.374813124,-0.024926835,3094.2739392 +32,-1.543097679,0.7409798872,334,-1.374813124,-0.024926835,3092.8384753 +33,-1.540720364,0.7409892687,334,-1.374813124,-0.024926835,3091.2330835 +34,-1.547188511,0.7395198392,334,-1.374813124,-0.024926835,3090.1066216 +35,-1.545148587,0.7395226109,334,-1.374813124,-0.024926835,3088.6702702 +36,-1.543104538,0.7395314908,334,-1.374813124,-0.024926835,3087.2710911 +37,-1.540727751,0.7395306258,334,-1.374813124,-0.024926835,3085.6220311 +38,-1.547187029,0.7380014886,334,-1.374813124,-0.024926835,3084.273097 +39,-1.545147315,0.7380012252,334,-1.374813124,-0.024926835,3082.8210737 +40,-1.54310719,0.7380060743,334,-1.374813124,-0.024926835,3081.4050028 +41,-1.540719671,0.7380068206,334,-1.374813124,-0.024926835,3079.7499528 +42,-1.547187189,0.7364799098,334,-1.374813124,-0.024926835,3078.4288969 +43,-1.545149996,0.7364853874,334,-1.374813124,-0.024926835,3076.9965404 +44,-1.543106091,0.7364823484,334,-1.374813124,-0.024926835,3075.5433302 +45,-1.540717158,0.7364893901,334,-1.374813124,-0.024926835,3073.9067495 +46,-1.538663972,0.7410138672,334,-1.374813124,-0.024926835,3089.9260909 +47,-1.53695285,0.7409699132,334,-1.374813124,-0.024926835,3088.6031081 +48,-1.534910498,0.7409641297,334,-1.374813124,-0.024926835,3087.2191378 +49,-1.533145034,0.7409536636,334,-1.374813124,-0.024926835,3086.0150861 +50,-1.538681336,0.7395405883,334,-1.374813124,-0.024926835,3084.2614749 +51,-1.536999189,0.7395183096,334,-1.374813124,-0.024926835,3083.0382068 +52,-1.534923633,0.7395144222,334,-1.374813124,-0.024926835,3081.6353466 +53,-1.533267822,0.7395654306,334,-1.374813124,-0.024926835,3080.7373789 +54,-1.53867273,0.7380151077,334,-1.374813124,-0.024926835,3078.3785963 +55,-1.536980576,0.7379994392,334,-1.374813124,-0.024926835,3077.1708219 +56,-1.534931522,0.7379944961,334,-1.374813124,-0.024926835,3075.7776962 +57,-1.533387952,0.7379480264,334,-1.374813124,-0.024926835,3074.5743875 +58,-1.538682279,0.7364914363,334,-1.374813124,-0.024926835,3072.5155676 +59,-1.536980704,0.7364810563,334,-1.374813124,-0.024926835,3071.3184176 +60,-1.534935567,0.7364752065,334,-1.374813124,-0.024926835,3069.9204442 +61,-1.533042592,0.7363876366,334,-1.374813124,-0.024926835,3068.3243932 +62,-1.545143426,0.7349628011,334,-1.374813124,-0.024926835,3071.1400427 +63,-1.543105297,0.7349691947,334,-1.374813124,-0.024926835,3069.7230623 +64,-1.541064533,0.7349647152,334,-1.374813124,-0.024926835,3068.2791011 +65,-1.545411803,0.7334624714,334,-1.374813124,-0.024926835,3065.5658897 +66,-1.543446606,0.7334780896,334,-1.374813124,-0.024926835,3064.2295936 +67,-1.541475327,0.7334957295,334,-1.374813124,-0.024926835,3062.9124395 +68,-1.545401939,0.731963266,334,-1.374813124,-0.024926835,3059.7984637 +69,-1.54342253,0.7319915583,334,-1.374813124,-0.024926835,3058.4969287 +70,-1.541455867,0.7320216438,334,-1.374813124,-0.024926835,3057.2271678 +71,-1.545410146,0.7304422281,334,-1.374813124,-0.024926835,3053.9606478 +72,-1.543435491,0.7304713664,334,-1.374813124,-0.024926835,3052.6615968 +73,-1.541463105,0.7304997613,334,-1.374813124,-0.024926835,3051.3771987 +74,-1.545414768,0.7289194936,334,-1.374813124,-0.024926835,3048.1143239 +75,-1.543435774,0.7289538557,334,-1.374813124,-0.024926835,3046.8281368 +76,-1.541457714,0.7289765881,334,-1.374813124,-0.024926835,3045.5139309 +77,-1.539449415,0.7320555866,334,-1.374813124,-0.024926835,3055.9604804 +78,-1.537429183,0.7321097681,334,-1.374813124,-0.024926835,3054.7787941 +79,-1.535472649,0.7321497267,334,-1.374813124,-0.024926835,3053.6021398 +80,-1.539457899,0.7305333307,334,-1.374813124,-0.024926835,3050.1058265 +81,-1.537453161,0.7305750503,334,-1.374813124,-0.024926835,3048.8826506 +82,-1.535479385,0.7306124949,334,-1.374813124,-0.024926835,3047.6805209 +83,-1.53946905,0.7290102593,334,-1.374813124,-0.024926835,3044.2504495 +84,-1.537459922,0.7290417293,334,-1.374813124,-0.024926835,3042.9806569 +85,-1.535451349,0.7290890157,334,-1.374813124,-0.024926835,3041.7888038 +86,-1.535522937,0.7279887191,334,-1.374813124,-0.024926835,3037.5964848 +87,-1.539442524,0.7274735939,334,-1.374813124,-0.024926835,3038.3170078 +88,-1.537424111,0.727521351,334,-1.374813124,-0.024926835,3037.0996836 +89,-1.539384641,0.7259505092,334,-1.374813124,-0.024926835,3032.4143134 +90,-1.537372391,0.7259947145,334,-1.374813124,-0.024926835,3031.183979 +91,-1.535340789,0.7260435356,334,-1.374813124,-0.024926835,3029.9750128 +92,-1.539325716,0.7244369706,334,-1.374813124,-0.024926835,3026.5479393 +93,-1.537308932,0.7244801057,334,-1.374813124,-0.024926835,3025.3067814 +94,-1.535289068,0.7245247645,334,-1.374813124,-0.024926835,3024.0863067 +95,-1.533261366,0.7245550236,334,-1.374813124,-0.024926835,3022.8219955 +96,-1.539267302,0.722921924,334,-1.374813124,-0.024926835,3020.6764282 +97,-1.537248972,0.7229660258,334,-1.374813124,-0.024926835,3019.4343351 +98,-1.535219431,0.7229916471,334,-1.374813124,-0.024926835,3018.1303221 +99,-1.53318962,0.7230212049,334,-1.374813124,-0.024926835,3016.8584175 +100,-1.531154816,0.7230299897,334,-1.374813124,-0.024926835,3015.5201637 +101,-1.528878341,0.7230370244,334,-1.374813124,-0.024926835,3014.0325129 +102,-1.539218189,0.7214009878,334,-1.374813124,-0.024926835,3014.7891288 +103,-1.537198791,0.7214422745,334,-1.374813124,-0.024926835,3013.5317602 +104,-1.535179266,0.7214634354,334,-1.374813124,-0.024926835,3012.2138027 +105,-1.533156501,0.7214944644,334,-1.374813124,-0.024926835,3010.9486579 +106,-1.53113574,0.7215166021,334,-1.374813124,-0.024926835,3009.6676454 +107,-1.528874248,0.7215345535,334,-1.374813124,-0.024926835,3008.2278791 +108,-1.539217656,0.7198512397,334,-1.374813124,-0.024926835,3008.8256918 +109,-1.537199919,0.7199428763,334,-1.374813124,-0.024926835,3007.7591596 +110,-1.545425832,0.727397149,334,-1.374813124,-0.024926835,3042.2747382 +111,-1.543371177,0.7273916949,334,-1.374813124,-0.024926835,3040.7772428 +112,-1.541368852,0.7274523163,334,-1.374813124,-0.024926835,3039.5879923 +113,-1.545349067,0.7258710923,334,-1.374813124,-0.024926835,3036.3578539 +114,-1.54332671,0.7258603556,334,-1.374813124,-0.024926835,3034.8595578 +115,-1.541346831,0.7259242142,334,-1.374813124,-0.024926835,3033.6948615 +116,-1.545324355,0.7243383958,334,-1.374813124,-0.024926835,3030.4535614 +117,-1.543292796,0.7243617413,334,-1.374813124,-0.024926835,3029.0756074 +118,-1.541295822,0.7244024384,334,-1.374813124,-0.024926835,3027.8059373 +119,-1.543193859,0.7205570215,334,-1.374813124,-0.024926835,3014.3837332 +120,-1.550257047,0.7386738187,334,-1.374813124,-0.024926835,3089.0679928 +121,-1.549335448,0.7311736483,334,-1.374813124,-0.024926835,3059.6183961 +122,-1.533478843,0.7179891343,334,-1.374813124,-0.024926835,2997.6546243 +123,-1.556150555,0.738907041,334,-1.374813124,-0.024926835,3094.312638 +124,-1.554324226,0.733414257,334,-1.374813124,-0.024926835,3071.9081653 +125,-1.554290846,0.7288285332,334,-1.374813124,-0.024926835,3054.3218946 +126,-1.55122487,0.7219795312,334,-1.374813124,-0.024926835,3025.7730368 +127,-1.525104458,0.7229399862,334,-1.374813124,-0.024926835,3011.193397 +128,-1.519607711,0.7236181429,334,-1.374813124,-0.024926835,3010.3363453 +129,-1.513899999,0.7251107854,334,-1.374813124,-0.024926835,3012.6481338 +130,-1.536620762,0.7431061895,334,-1.374813124,-0.024926835,3096.6178343 +131,-1.5369566,0.7460845958,334,-1.374813124,-0.024926835,3108.3267328 +132,-1.545345528,0.7447040685,334,-1.374813124,-0.024926835,3108.7297443 +133,-1.532813921,0.7432306626,334,-1.374813124,-0.024926835,3094.5890094 +134,-1.554788248,0.7382381001,334,-1.374813124,-0.024926835,3090.7324058 +135,-1.540348126,0.7301594274,334,-1.374813124,-0.024926835,3049.2866167 +136,-1.538016084,0.7239051786,334,-1.374813124,-0.024926835,3023.5847035 +137,-1.525288962,0.7258085137,334,-1.374813124,-0.024926835,3022.4036035 +138,-1.534326986,0.731241342,334,-1.374813124,-0.024926835,3049.3268834 +139,-1.530733872,0.7303625216,334,-1.374813124,-0.024926835,3043.5431543 +141,-1.534354939,0.7328219978,334,-1.374813124,-0.024926835,3055.441763 +142,-1.53157084,0.7292888153,334,-1.374813124,-0.024926835,3039.9520082 +143,-1.525691035,0.7263799874,334,-1.374813124,-0.024926835,3024.8717382 +144,-1.534031287,0.7495967835,334,-1.374813124,-0.024926835,3119.9585058 +145,-1.527714986,0.7283095957,334,-1.374813124,-0.024926835,3033.6384913 +146,-1.526189586,0.7271468292,334,-1.374813124,-0.024926835,3028.1574962 +147,-1.555177336,0.7375563366,334,-1.374813124,-0.024926835,3088.4114764 +148,-1.555080283,0.7312707794,334,-1.374813124,-0.024926835,3064.2696895 +149,-1.53856994,0.7224180299,334,-1.374813124,-0.024926835,3018.2471532 +150,-1.530837883,0.729933372,334,-1.374813124,-0.024926835,3041.9548983 +151,-1.515066984,0.5854133365,334,-1.374813124,-0.024926835,2473.5380543 +152,-1.534731633,0.5368370046,334,-1.374813124,-0.024926835,2305.3703793 +153,-1.515231902,0.5607085576,334,-1.374813124,-0.024926835,2378.7555508 +154,-2.616253799,1.0684566605,334,-1.374813124,-0.024926835,5690.2185972 +155,-1.956071439,0.5792177723,334,-1.374813124,-0.024926835,3229.727859 +156,-1.951208514,0.5602434208,334,-1.374813124,-0.024926835,3168.3252289 +157,-1.944675062,0.6062144545,334,-1.374813124,-0.024926835,3273.3663683 +158,-1.613778386,0.6077989518,334,-1.374813124,-0.024926835,2658.4793752 +159,-2.035029014,0.6021432345,334,-1.374813124,-0.024926835,3488.3958448 +160,-2.114989471,0.6801825058,334,-1.374813124,-0.024926835,3876.2487519 +161,-2.037382079,0.5765830025,334,-1.374813124,-0.024926835,3433.9681064 +162,-2.129855121,0.6585019963,334,-1.374813124,-0.024926835,3864.9633635 +163,-2.075141798,0.6493615843,334,-1.374813124,-0.024926835,3703.8972601 +164,-1.828626729,0.6948433129,334,-1.374813124,-0.024926835,3291.0936112 +165,-1.863329418,0.6735427691,334,-1.374813124,-0.024926835,3290.0219727 +166,-1.266037071,0.727988852,334,-1.374813124,-0.024926835,3007.7627935 +167,-1.277579582,0.7249010648,334,-1.374813124,-0.024926835,2990.5555304 +168,-1.258418684,0.7241194816,334,-1.374813124,-0.024926835,2996.3294322 +169,-1.317813974,0.6804850104,334,-1.374813124,-0.024926835,2801.8369577 +170,-1.344165204,0.6790988904,334,-1.374813124,-0.024926835,2790.8806072 +171,-1.427582102,0.5277120351,334,-1.374813124,-0.024926835,2198.0574195 +172,-1.402238616,0.457167829,334,-1.374813124,-0.024926835,1912.4569038 +173,-1.422454264,0.4996161999,334,-1.374813124,-0.024926835,2085.5759586 +174,-1.439089277,0.4894859811,334,-1.374813124,-0.024926835,2052.2089401 +175,-1.448126995,0.5182330266,334,-1.374813124,-0.024926835,2169.268236 +176,-1.474626146,0.5881926574,334,-1.374813124,-0.024926835,2456.9169192 +177,-1.421139645,0.5584869783,334,-1.374813124,-0.024926835,2317.4341876 +178,-1.457037165,0.565943032,334,-1.374813124,-0.024926835,2360.6290848 +179,-2.757159358,0.3745319,334,-1.374813124,-0.024926835,5564.642268 +180,-2.714309238,0.342054471,334,-1.374813124,-0.024926835,5393.8580334 +181,-2.000525337,0.774119946,334,-1.374813124,-0.024926835,3858.1557051 +183,-1.571413436,0.6777838382,334,-1.374813124,-0.024926835,2874.1573674 +184,-1.552860289,0.6987663893,334,-1.374813124,-0.024926835,2938.2003061 +185,-1.521852374,0.7165827476,334,-1.374813124,-0.024926835,2984.5160224 +186,-1.503656267,0.6928968252,334,-1.374813124,-0.024926835,2881.4825584 +187,-1.502753178,0.7136205882,334,-1.374813124,-0.024926835,2961.5490518 +188,-1.631894563,0.7343596465,334,-1.374813124,-0.024926835,3145.3496098 +189,-1.653765416,0.6770714026,334,-1.374813124,-0.024926835,2960.5941003 +190,-1.719812114,0.6715965947,334,-1.374813124,-0.024926835,3032.5572382 +191,-1.493406659,0.6646955447,334,-1.374813124,-0.024926835,2765.8234114 +192,-1.469120564,0.6613469966,334,-1.374813124,-0.024926835,2740.1712875 +193,-1.590551461,0.5326612937,334,-1.374813124,-0.024926835,2353.8133417 +194,-1.625979264,0.5247742243,334,-1.374813124,-0.024926835,2375.2039317 +195,-1.572293943,0.5238808754,334,-1.374813124,-0.024926835,2298.3893872 +196,-1.610848725,0.5477107964,334,-1.374813124,-0.024926835,2435.759078 +197,-1.208485554,0.7918526018,334,-1.374813124,-0.024926835,3287.6067585 +198,-1.335601374,0.6869083083,334,-1.374813124,-0.024926835,2823.1800038 +199,-1.346156996,0.6825213377,334,-1.374813124,-0.024926835,2804.1427848 +200,-1.324381037,0.6741422347,334,-1.374813124,-0.024926835,2775.1191596 +201,-1.242424992,0.7378949807,334,-1.374813124,-0.024926835,3058.4610497 +202,-1.270370057,0.7392461008,334,-1.374813124,-0.024926835,3049.8640667 +203,-1.448950472,0.7441675014,334,-1.374813124,-0.024926835,3057.8708224 +204,-1.492662363,0.7523026852,334,-1.374813124,-0.024926835,3107.0962448 +205,-1.479098966,0.7763855017,334,-1.374813124,-0.024926835,3195.3111973 +206,-1.633760714,0.7869022408,334,-1.374813124,-0.024926835,3342.2282356 +207,-1.647406434,0.8101289331,334,-1.374813124,-0.024926835,3441.6003572 +208,-1.564245052,0.5701509278,334,-1.374813124,-0.024926835,2461.4581137 +209,-1.646289963,0.6833746083,334,-1.374813124,-0.024926835,2974.305158 +210,-1.5820631,0.6751952144,334,-1.374813124,-0.024926835,2874.3212586 +211,-1.613236298,0.6681681791,334,-1.374813124,-0.024926835,2880.2294542 +212,-1.914661867,0.8212566515,334,-1.374813124,-0.024926835,3838.8759024 +213,-1.742133237,0.7250275956,334,-1.374813124,-0.024926835,3250.2656911 +214,-2.033144872,0.6557314699,334,-1.374813124,-0.024926835,3615.4277946 +215,-2.039551981,0.6964723658,334,-1.374813124,-0.024926835,3734.0690562 +216,-1.247341019,0.7622473908,334,-1.374813124,-0.024926835,3150.6679985 +217,-1.298239787,0.7084123392,334,-1.374813124,-0.024926835,2917.8965196 +218,-1.308539688,0.6926545592,334,-1.374813124,-0.024926835,2852.4982566 +219,-1.303263185,0.6888938396,334,-1.374813124,-0.024926835,2839.3684298 +220,-1.852400229,0.6004246149,334,-1.374813124,-0.024926835,3046.8241633 +221,-1.288947707,0.7473773692,334,-1.374813124,-0.024926835,3074.4011939 +222,-1.372031502,0.7472790993,334,-1.374813124,-0.024926835,3058.7238116 +223,-1.289805721,0.7242157877,334,-1.374813124,-0.024926835,2983.0469887 +224,-1.350807603,0.7533498126,334,-1.374813124,-0.024926835,3083.9389476 +225,-1.329290365,0.7560442322,334,-1.374813124,-0.024926835,3097.6638043 +226,-1.410153004,0.616936428,334,-1.374813124,-0.024926835,2545.7869198 +227,-1.393445434,0.6308995063,334,-1.374813124,-0.024926835,2598.6381337 +228,-1.37595573,0.6241540638,334,-1.374813124,-0.024926835,2571.0129101 +229,-1.358388707,0.6172645205,334,-1.374813124,-0.024926835,2544.4470192 +230,-1.753741133,0.8281661666,334,-1.374813124,-0.024926835,3624.7639258 +231,-1.47430987,0.6834615681,334,-1.374813124,-0.024926835,2829.1867889 +232,-1.421012508,0.7222725206,334,-1.374813124,-0.024926835,2964.3184342 +233,-1.4476833,0.6978557868,334,-1.374813124,-0.024926835,2875.093609 +234,-1.470370723,0.6966193374,334,-1.374813124,-0.024926835,2878.9586076 +235,-1.429211703,0.7037216883,334,-1.374813124,-0.024926835,2892.8774644 +236,-1.700578405,0.6178673663,334,-1.374813124,-0.024926835,2817.1359742 +237,-1.678117619,0.6331716163,334,-1.374813124,-0.024926835,2836.4760722 +238,-1.725644578,0.6316331145,334,-1.374813124,-0.024926835,2904.7088773 +239,-2.14012759,0.7930497945,334,-1.374813124,-0.024926835,4202.1288479 +240,-2.103289431,0.7653606263,334,-1.374813124,-0.024926835,4052.7536867 +241,-1.318739838,0.7017808746,334,-1.374813124,-0.024926835,2885.6355042 +242,-1.396417427,0.7077900843,334,-1.374813124,-0.024926835,2903.3412194 +243,-1.35650337,0.7185539404,334,-1.374813124,-0.024926835,2945.6654415 +244,-1.248884539,0.7274156818,334,-1.374813124,-0.024926835,3014.143471 +245,-1.395014798,0.5761185243,334,-1.374813124,-0.024926835,2381.93855 +246,-1.433377362,0.6064716109,334,-1.374813124,-0.024926835,2510.4036615 +247,-1.408172432,0.5903155476,334,-1.374813124,-0.024926835,2440.1444454 +248,-1.749645898,0.7757118084,334,-1.374813124,-0.024926835,3436.3752004 +249,-1.571626686,0.615046989,334,-1.374813124,-0.024926835,2637.7094051 +250,-1.514070049,0.6303003037,334,-1.374813124,-0.024926835,2645.7597518 +251,-1.480890369,0.6237966528,334,-1.374813124,-0.024926835,2599.3483136 +252,-1.704390658,0.5281680612,334,-1.374813124,-0.024926835,2519.5138481 +253,-1.64434733,0.5254277498,334,-1.374813124,-0.024926835,2406.0544651 +254,-1.703855997,0.4792484842,334,-1.374813124,-0.024926835,2357.9579489 +255,-1.692002383,0.5748825051,334,-1.374813124,-0.024926835,2655.3431165 +256,-1.854136457,0.5544643913,334,-1.374813124,-0.024926835,2916.1418442 +257,-1.665021206,0.520317736,334,-1.374813124,-0.024926835,2422.5507153 +258,-1.733654349,0.4845187345,334,-1.374813124,-0.024926835,2436.7363685 +259,-1.720938188,0.5135933906,334,-1.374813124,-0.024926835,2503.4680529 +260,-1.742668307,0.553296122,334,-1.374813124,-0.024926835,2674.7632921 +261,-1.965659039,0.7142126903,334,-1.374813124,-0.024926835,3618.3187627 +262,-1.944438071,0.6772834804,334,-1.374813124,-0.024926835,3468.9066854 +263,-1.270340967,0.7681487096,334,-1.374813124,-0.024926835,3163.1058108 +264,-1.353091884,0.6549276821,334,-1.374813124,-0.024926835,2694.0819074 +265,-1.333236659,0.6413584414,334,-1.374813124,-0.024926835,2643.5891278 +266,-1.352015998,0.6753788907,334,-1.374813124,-0.024926835,2775.1568312 +267,-1.377988483,0.6577816235,334,-1.374813124,-0.024926835,2704.2332443 +268,-2.13075611,0.8318642051,334,-1.374813124,-0.024926835,4277.20475 +269,-2.097910953,0.8259670014,334,-1.374813124,-0.024926835,4194.7206634 +270,-1.416382069,0.6694271549,334,-1.374813124,-0.024926835,2754.5255292 +271,-1.538905672,0.7535625993,334,-1.374813124,-0.024926835,3138.4539403 +272,-1.572309477,0.7803125099,334,-1.374813124,-0.024926835,3264.7460531 +273,-1.87759879,0.7503853417,334,-1.374813124,-0.024926835,3554.2592019 +274,1.152365588,0.590457682,334,-1.374813124,-0.024926835,9251.4935096 +275,0.350198001,0.718001859,334,-1.374813124,-0.024926835,6746.4823606 +276,0.046513677,0.491503852,334,-1.374813124,-0.024926835,5747.5228053 +277,0.027510309,0.742571376,334,-1.374813124,-0.024926835,5798.7131936 +278,0.306285725,-0.214631579,334,-1.374813124,-0.024926835,6627.4912958 +279,-1.100564889,0.318051531,334,-1.374813124,-0.024926835,1728.6513017 +280,-1.078582306,0.301437596,334,-1.374813124,-0.024926835,1734.6111003 +281,-1.137371989,-0.617634065,334,-1.374813124,-0.024926835,2505.2456414 +282,0.784356344,0.703272339,334,-1.374813124,-0.024926835,8023.5033815 +283,-1.221209947,0.218327455,334,-1.374813124,-0.024926835,1137.2108006 +284,2.347301921,-0.449114658,334,-1.374813124,-0.024926835,9534.6885582 +285,0.246820618,0.830553713,334,-1.374813124,-0.024926835,6430.6246734 +286,0.829414965,0.703288228,334,-1.374813124,-0.024926835,8148.5421477 +287,-1.337537566,0.42332223,334,-1.374813124,-0.024926835,1781.2924284 +288,0.882453706,0.454478077,334,-1.374813124,-0.024926835,8673.8649531 +289,1.575629659,0.416419109,334,-1.374813124,-0.024926835,10728.525066 +290,-1.039455679,0.229888244,334,-1.374813124,-0.024926835,1659.7678659 +291,0.489558039,0.934482747,334,-1.374813124,-0.024926835,6986.9868465 +292,0.081344504,0.88384514,334,-1.374813124,-0.024926835,6010.9043227 +293,-1.547979814,0.300350308,334,-1.374813124,-0.024926835,1455.0965828 +294,0.040776181,0.168560074,334,-1.374813124,-0.024926835,5632.8736911 +295,-1.130374745,0.563894876,334,-1.374813124,-0.024926835,2505.8214895 +296,1.578326642,0.478507176,334,-1.374813124,-0.024926835,10510.038661 +297,-1.12861823,-0.291640865,334,-1.374813124,-0.024926835,1427.371788 +298,0.310524208,0.770885792,334,-1.374813124,-0.024926835,6615.984596 +299,0.415649091,-0.387246002,334,-1.374813124,-0.024926835,6988.3718642 +300,-0.926533878,-0.188022748,334,-1.374813124,-0.024926835,1877.9871272 +301,1.258856172,-0.11716081,334,-1.374813124,-0.024926835,10358.477996 +302,-1.126050026,0.322941926,334,-1.374813124,-0.024926835,1684.5709832 +303,2.002785835,0.07893892,334,-1.374813124,-0.024926835,11486.204608 +304,0.440437607,0.746258085,334,-1.374813124,-0.024926835,6997.5647532 +305,-0.030391866,0.214441206,334,-1.374813124,-0.024926835,5367.9322778 +306,0.521557815,-0.058929362,334,-1.374813124,-0.024926835,7502.656002 +307,-0.097005111,0.13317729,334,-1.374813124,-0.024926835,5086.0161133 +308,1.83113859,0.221857587,334,-1.374813124,-0.024926835,11623.938356 +309,0.222428864,0.099404236,334,-1.374813124,-0.024926835,6335.9271446 +310,-1.702731345,0.8728568183,334,-1.374813124,-0.024926835,3726.6546715 +311,-0.418507569,0.278324921,334,-1.374813124,-0.024926835,3927.8038692 +312,-1.41153306,0.339029988,334,-1.374813124,-0.024926835,1448.6881773 +313,0.357560442,0.114788776,334,-1.374813124,-0.024926835,6868.9414042 +314,0.325818979,0.268352149,334,-1.374813124,-0.024926835,6743.9376046 +315,-1.246004659,-0.663679965,334,-1.374813124,-0.024926835,2573.1301449 +316,1.814603087,0.637404484,334,-1.374813124,-0.024926835,10011.503011 +317,1.843704281,-0.18300445,334,-1.374813124,-0.024926835,11566.200267 +318,1.690644492,-0.211480909,334,-1.374813124,-0.024926835,11460.695444 +319,-1.275451936,0.068109467,334,-1.374813124,-0.024926835,538.99682829 +320,0.762430171,-0.207594741,334,-1.374813124,-0.024926835,8387.14431 +321,0.265668905,-0.014647884,334,-1.374813124,-0.024926835,6496.3842214 +322,-2.773032013,-0.335515811,334,-1.374813124,-0.024926835,5544.0498152 +323,-1.469512853,0.174058777,334,-1.374813124,-0.024926835,872.171902 +324,0.286276986,0.785925691,334,-1.374813124,-0.024926835,6544.470658 +325,-1.379324697,0.377432233,334,-1.374813124,-0.024926835,1593.8399335 +326,-1.203778265,0.212813032,334,-1.374813124,-0.024926835,1157.3626628 +327,0.579916301,0.611743168,334,-1.374813124,-0.024926835,7515.7338454 +328,0.267582642,0.868113908,334,-1.374813124,-0.024926835,6480.5173948 +329,0.412869244,-0.050245578,334,-1.374813124,-0.024926835,7074.5613226 +330,0.17524381,0.976660285,334,-1.374813124,-0.024926835,6257.7627418 +331,0.743157214,0.204812899,334,-1.374813124,-0.024926835,8361.6799275 +332,-1.070758176,0.269382282,334,-1.374813124,-0.024926835,1666.4138424 +333,-1.230364251,0.329790229,334,-1.374813124,-0.024926835,1513.383025 +334,-1.374813124,-0.024926835,334,-1.374813124,-0.024926835,0 +335,0.519780566,0.463669906,334,-1.374813124,-0.024926835,7410.697218 +336,-1.55108034,0.239698561,334,-1.374813124,-0.024926835,1256.0372413 +337,0.180294813,0.029739425,334,-1.374813124,-0.024926835,6162.7652516 +338,0.67820924,0.268170153,334,-1.374813124,-0.024926835,8086.952285 +339,0.445798684,1.024001867,334,-1.374813124,-0.024926835,6817.5055589 +340,0.691751283,0.150521402,334,-1.374813124,-0.024926835,8177.6168956 +341,-1.036643551,-0.903056181,334,-1.374813124,-0.024926835,3655.4961906 +342,-0.120287036,1.083325163,334,-1.374813124,-0.024926835,5731.0290139 +343,2.823513113,-0.304487164,334,-1.374813124,-0.024926835,8121.8780075 +344,0.457583172,1.12513373,334,-1.374813124,-0.024926835,6754.0501631 +345,0.042918831,0.813795399,334,-1.374813124,-0.024926835,5878.6455781 +346,1.196146777,-0.853142756,334,-1.374813124,-0.024926835,8455.4860957 +347,0.206001358,-0.010430701,334,-1.374813124,-0.024926835,6260.561875 +348,-0.268308653,0.234799412,334,-1.374813124,-0.024926835,4463.1791843 +349,0.759363263,0.736189579,334,-1.374813124,-0.024926835,7905.5157001 +350,0.181363926,0.891988372,334,-1.374813124,-0.024926835,6262.4195429 +351,-0.021111158,0.139103292,334,-1.374813124,-0.024926835,5384.7249084 +352,-0.093355215,0.630686981,334,-1.374813124,-0.024926835,5360.930783 +353,0.40118964,0.681375926,334,-1.374813124,-0.024926835,6914.3371037 +354,-0.721197315,1.304706234,334,-1.374813124,-0.024926835,5486.3026823 +355,-1.076150317,0.212107639,334,-1.374813124,-0.024926835,1504.0013947 +356,-1.577164531,0.273993443,334,-1.374813124,-0.024926835,1424.586588 +357,-0.190788414,0.182208586,334,-1.374813124,-0.024926835,4736.327189 +358,-0.261349752,0.209710184,334,-1.374813124,-0.024926835,4476.3672446 +359,-1.029303852,0.083549259,334,-1.374813124,-0.024926835,1433.2178703 +360,-1.268609162,0.330525297,334,-1.374813124,-0.024926835,1467.3852566 +361,1.282982244,-0.926641967,334,-1.374813124,-0.024926835,8348.7424362 +362,0.217352334,0.731352408,334,-1.374813124,-0.024926835,6350.8562675 +363,-1.511833084,0.258629297,334,-1.374813124,-0.024926835,1244.9991324 +364,0.338812194,0.823184618,334,-1.374813124,-0.024926835,6678.5503174 +365,-0.324406489,1.134201999,334,-1.374813124,-0.024926835,5474.411527 +366,1.389579348,0.399185724,334,-1.374813124,-0.024926835,10369.875483 +367,2.047152199,-0.039082036,334,-1.374813124,-0.024926835,11304.930973 +368,0.947780369,0.568250077,334,-1.374813124,-0.024926835,8715.9432705 +369,0.763824846,0.576754987,334,-1.374813124,-0.024926835,8134.3194779 +370,-0.142334657,0.928153068,334,-1.374813124,-0.024926835,5509.4715606 +371,0.610266567,0.547265983,334,-1.374813124,-0.024926835,7666.2367917 +372,0.210731629,0.746815056,334,-1.374813124,-0.024926835,6331.8586353 +373,-1.34931644,0.316895224,334,-1.374813124,-0.024926835,1357.6007839 +374,2.407696481,0.655030745,334,-1.374813124,-0.024926835,9027.9866072 +375,0.64207831,0.545359131,334,-1.374813124,-0.024926835,7773.0836937 +376,1.174597538,0.840588356,334,-1.374813124,-0.024926835,8633.1920466 +377,0.660059424,0.010604079,334,-1.374813124,-0.024926835,8060.5735094 +378,-0.730263819,0.010486456,334,-1.374813124,-0.024926835,2556.7073477 +379,0.831068936,0.512339172,334,-1.374813124,-0.024926835,8430.485442 +380,1.301180979,0.72367476,334,-1.374813124,-0.024926835,9215.8272216 +381,1.811128231,0.322854402,334,-1.374813124,-0.024926835,11251.243379 +382,0.435105812,0.992284428,334,-1.374813124,-0.024926835,6819.659109 +383,0.62643634,0.592027932,334,-1.374813124,-0.024926835,7680.9173834 +384,0.492988703,-0.516339467,334,-1.374813124,-0.024926835,7190.5909925 +385,-0.162469483,0.112549365,334,-1.374813124,-0.024926835,4823.7585919 +386,0.314630866,0.472006421,334,-1.374813124,-0.024926835,6685.3338325 +387,0.166744804,0.822815954,334,-1.374813124,-0.024926835,6215.560132 +388,0.417159608,0.965805736,334,-1.374813124,-0.024926835,6799.2360853 +389,0.106334961,0.868774244,334,-1.374813124,-0.024926835,6068.3359157 +390,0.815086969,-0.338144359,334,-1.374813124,-0.024926835,8476.7472505 +391,0.59867455,-0.230624824,334,-1.374813124,-0.024926835,7747.5285736 +392,1.915104874,0.066220985,334,-1.374813124,-0.024926835,11834.617244 +393,1.278093622,0.064463721,334,-1.374813124,-0.024926835,10503.931745 +394,-0.061477853,0.302997961,334,-1.374813124,-0.024926835,5280.2048463 +395,0.251311504,0.626976942,334,-1.374813124,-0.024926835,6457.3121108 +396,2.950242872,0.149095644,334,-1.374813124,-0.024926835,7753.5658656 +397,-0.180294708,0.35375117,334,-1.374813124,-0.024926835,4864.7610796 +398,1.010448592,-0.351180233,334,-1.374813124,-0.024926835,9152.4850694 +399,-1.748740498,0.3686318073,334,-1.374813124,-0.024926835,2128.1015731 +400,2.699635665,0.123533791,334,-1.374813124,-0.024926835,8740.6717096 +401,0.496808033,0.823843254,334,-1.374813124,-0.024926835,7098.6616025 +402,0.129574704,0.763364087,334,-1.374813124,-0.024926835,6100.3047927 +403,1.798920311,0.817447563,334,-1.374813124,-0.024926835,9302.7097996 +404,0.335987953,0.746786541,334,-1.374813124,-0.024926835,6695.6378419 +405,-1.085413643,0.292154671,334,-1.374813124,-0.024926835,1690.1311191 +406,-0.155321003,0.508207011,334,-1.374813124,-0.024926835,5063.0706573 +407,0.620529244,-0.301175104,334,-1.374813124,-0.024926835,7790.9947699 +408,1.684402744,0.368716966,334,-1.374813124,-0.024926835,11045.409141 +409,0.300582244,-0.386397212,334,-1.374813124,-0.024926835,6568.1119007 +410,2.913555946,-0.009225192,334,-1.374813124,-0.024926835,7899.8365165 +411,1.465101417,0.493232532,334,-1.374813124,-0.024926835,10265.633847 +412,0.090612882,0.907955955,334,-1.374813124,-0.024926835,6043.4049746 +413,2.987564726,-0.729568594,334,-1.374813124,-0.024926835,7177.580152 +414,-1.484261606,0.224149272,334,-1.374813124,-0.024926835,1076.3142082 +415,0.164073421,0.303955133,334,-1.374813124,-0.024926835,6130.9214541 +416,0.141441293,0.167552546,334,-1.374813124,-0.024926835,6025.4647344 +417,2.931321023,-0.506718887,334,-1.374813124,-0.024926835,7567.9275886 +418,2.21951565,0.700596356,334,-1.374813124,-0.024926835,9311.5963756 +419,0.268112576,1.199114336,334,-1.374813124,-0.024926835,6417.6285398 +420,0.978913739,0.359223811,334,-1.374813124,-0.024926835,9124.2255463 +421,1.210898818,0.522863584,334,-1.374813124,-0.024926835,9570.1137142 +422,2.347397336,0.129231362,334,-1.374813124,-0.024926835,10115.168987 +423,0.614394501,0.556878345,334,-1.374813124,-0.024926835,7672.086082 +424,-1.398079356,0.148483366,334,-1.374813124,-0.024926835,692.99372498 +425,2.535303836,-0.112984496,334,-1.374813124,-0.024926835,9356.5655882 +426,-1.019372593,-0.405322349,334,-1.374813124,-0.024926835,2033.4652978 +427,-1.297785627,-0.160104069,334,-1.374813124,-0.024926835,615.50248477 +428,2.144554488,0.205051084,334,-1.374813124,-0.024926835,10797.004482 +429,-2.242387083,-0.426171285,334,-1.374813124,-0.024926835,3678.1765118 +430,0.338637212,0.909723676,334,-1.374813124,-0.024926835,6646.30164 +431,-0.148798452,0.691042401,334,-1.374813124,-0.024926835,5243.6075639 +432,0.893524764,0.441829531,334,-1.374813124,-0.024926835,8727.0927904 +433,0.969229347,-0.368847936,334,-1.374813124,-0.024926835,8984.6886912 +434,0.436043248,0.800045688,334,-1.374813124,-0.024926835,6952.7920715 +435,1.687946607,1.081504775,334,-1.374813124,-0.024926835,8252.1078944 +436,0.522302046,-0.034889271,334,-1.374813124,-0.024926835,7509.6066588 +437,-0.178996113,-0.438090009,334,-1.374813124,-0.024926835,4838.7872168 +438,-1.094339566,0.301444068,334,-1.374813124,-0.024926835,1694.2346328 +439,-1.064070054,0.242569932,334,-1.374813124,-0.024926835,1615.6630508 +440,-1.068153768,0.230387998,334,-1.374813124,-0.024926835,1572.999959 +441,-3.00496892,-0.23989155,334,-1.374813124,-0.024926835,6426.7435395 +442,0.21751974,0.766874888,334,-1.374813124,-0.024926835,6351.8553532 +443,0.117229532,0.007619006,334,-1.374813124,-0.024926835,5910.8416488 +444,0.777758451,0.420554741,334,-1.374813124,-0.024926835,8349.3715346 +445,-0.252356999,0.250747086,334,-1.374813124,-0.024926835,4532.9368205 +446,0.363148444,0.768483434,334,-1.374813124,-0.024926835,6765.9470534 +447,0.903191366,-0.118210676,334,-1.374813124,-0.024926835,8983.3594765 +448,-0.205755923,0.149406178,334,-1.374813124,-0.024926835,4665.8003004 +449,1.811996086,0.02364353,334,-1.374813124,-0.024926835,12264.726414 +450,-1.100670221,0.314845373,334,-1.374813124,-0.024926835,1718.6612059 +451,0.340078597,0.850105132,334,-1.374813124,-0.024926835,6672.3004905 +452,0.258757267,0.804969236,334,-1.374813124,-0.024926835,6465.4190674 +453,2.78505352,-0.155160804,334,-1.374813124,-0.024926835,8362.6288698 +454,0.800551619,0.105822106,334,-1.374813124,-0.024926835,8613.1419106 +455,0.437940882,-0.506194031,334,-1.374813124,-0.024926835,7009.022459 +456,2.230431122,0.63458615,334,-1.374813124,-0.024926835,9491.5052271 +457,0.527965361,0.127667701,334,-1.374813124,-0.024926835,7538.6674865 +458,-0.063643205,0.702093448,334,-1.374813124,-0.024926835,5505.6576594 +459,1.408447268,0.133010502,334,-1.374813124,-0.024926835,10966.286338 +460,0.523795955,0.280266966,334,-1.374813124,-0.024926835,7496.2973151 +461,-0.975769313,0.072177659,334,-1.374813124,-0.024926835,1625.6977074 +462,0.549774164,-0.463663986,334,-1.374813124,-0.024926835,7423.1429937 +463,0.29245874,1.095549818,334,-1.374813124,-0.024926835,6484.4261729 +464,0.143625958,0.816809593,334,-1.374813124,-0.024926835,6152.029778 +465,0.671902494,0.611159853,334,-1.374813124,-0.024926835,7806.2763943 +466,1.239840988,0.6724199,334,-1.374813124,-0.024926835,9246.4579266 +467,0.607829703,-0.10932137,334,-1.374813124,-0.024926835,7830.658718 +468,1.763020906,0.263996692,334,-1.374813124,-0.024926835,11496.778778 +469,0.378714634,0.726066797,334,-1.374813124,-0.024926835,6827.9087965 +470,2.196736143,-0.153862366,334,-1.374813124,-0.024926835,10604.857854 +471,0.01702415,0.148991565,334,-1.374813124,-0.024926835,5536.106405 +472,-2.998490902,-0.158002487,334,-1.374813124,-0.024926835,6413.1581956 +473,-3.051262951,-0.346595608,334,-1.374813124,-0.024926835,6581.6355292 +474,-1.069176439,0.182802941,334,-1.374813124,-0.024926835,1458.8053316 +475,0.167157509,0.595344954,334,-1.374813124,-0.024926835,6182.7957464 +476,0.613855648,0.681746124,334,-1.374813124,-0.024926835,7557.019994 +477,1.037012736,0.682555367,334,-1.374813124,-0.024926835,8740.6693793 +478,-1.253574971,0.379755746,334,-1.374813124,-0.024926835,1670.1821758 +479,3.108590453,-0.132620738,334,-1.374813124,-0.024926835,7107.1535923 +480,0.565301296,0.022333262,334,-1.374813124,-0.024926835,7686.2988592 +481,0.547898238,0.855555614,334,-1.374813124,-0.024926835,7201.5220305 +482,0.948309381,0.417393755,334,-1.374813124,-0.024926835,8944.988535 +483,-0.050600732,0.945269213,334,-1.374813124,-0.024926835,5734.7898263 +484,-0.977651478,-0.572363064,334,-1.374813124,-0.024926835,2624.20647 +485,1.102014914,0.728861163,334,-1.374813124,-0.024926835,8788.2571652 +486,2.927300795,-0.282939414,334,-1.374813124,-0.024926835,7748.4734801 +487,-1.154565557,0.124434095,334,-1.374813124,-0.024926835,1052.5121215 +488,1.855331234,0.291044755,334,-1.374813124,-0.024926835,11334.646248 +489,0.830290659,0.276904518,334,-1.374813124,-0.024926835,8656.5956027 +490,0.485104466,-0.234867441,334,-1.374813124,-0.024926835,7310.5783323 +491,0.521367572,-0.33161327,334,-1.374813124,-0.024926835,7404.1226444 +1,-1.539031704,0.7349710123,335,0.519780566,0.463669906,6266.3270029 +2,-1.536990553,0.7349663874,335,0.519780566,0.463669906,6261.5970293 +3,-1.534951779,0.7349571355,335,0.519780566,0.463669906,6256.8786848 +4,-1.532906461,0.7349480293,335,0.519780566,0.463669906,6252.1396355 +5,-1.531320211,0.7346937278,335,0.519780566,0.463669906,6249.0570417 +6,-1.539451648,0.7335131775,335,0.519780566,0.463669906,6270.8430338 +7,-1.537429487,0.7335445708,335,0.519780566,0.463669906,6266.0646638 +8,-1.535484998,0.7335658704,335,0.519780566,0.463669906,6261.4869159 +9,-1.533488396,0.7336036027,335,0.519780566,0.463669906,6256.7435637 +10,-1.531497785,0.7335842962,335,0.519780566,0.463669906,6252.1472863 +11,-1.530259379,0.7334777758,335,0.519780566,0.463669906,6249.5130731 +12,-1.5335454,0.7322346912,335,0.519780566,0.463669906,6260.1845294 +13,-1.531489083,0.7322238773,335,0.519780566,0.463669906,6255.4086247 +14,-1.530011122,0.7321679851,335,0.519780566,0.463669906,6252.0886988 +15,-1.53348106,0.7306614094,335,0.519780566,0.463669906,6263.8360446 +16,-1.531441779,0.7306962275,335,0.519780566,0.463669906,6258.9829422 +17,-1.529755654,0.7306933243,335,0.519780566,0.463669906,6255.0430511 +18,-1.533415048,0.7291384674,335,0.519780566,0.463669906,6267.3615183 +19,-1.531392093,0.7291705353,335,0.519780566,0.463669906,6262.5465969 +20,-1.529296523,0.7291214933,335,0.519780566,0.463669906,6257.7519665 +21,-1.535280942,0.727267644,335,0.519780566,0.463669906,6276.2544747 +22,-1.533378158,0.7276139666,335,0.519780566,0.463669906,6270.9585219 +23,-1.531340368,0.7276446587,335,0.519780566,0.463669906,6266.1055296 +24,-1.528960113,0.7276398177,335,0.519780566,0.463669906,6260.528878 +25,-1.533313146,0.7260818349,335,0.519780566,0.463669906,6274.5076458 +26,-1.531259555,0.7260958115,335,0.519780566,0.463669906,6269.6511089 +27,-1.528926415,0.7260865555,335,0.519780566,0.463669906,6264.1879312 +28,-1.531226779,0.7245511789,335,0.519780566,0.463669906,6273.2989534 +29,-1.528904772,0.7245519194,335,0.519780566,0.463669906,6267.830273 +30,-1.547195875,0.7409785979,335,0.519780566,0.463669906,6270.5478133 +31,-1.5451475,0.740980426,335,0.519780566,0.463669906,6265.8318601 +32,-1.543097679,0.7409798872,335,0.519780566,0.463669906,6261.1132201 +33,-1.540720364,0.7409892687,335,0.519780566,0.463669906,6255.6099259 +34,-1.547188511,0.7395198392,335,0.519780566,0.463669906,6274.0984963 +35,-1.545148587,0.7395226109,335,0.519780566,0.463669906,6269.3933611 +36,-1.543104538,0.7395314908,335,0.519780566,0.463669906,6264.6587516 +37,-1.540727751,0.7395306258,335,0.519780566,0.463669906,6259.1743131 +38,-1.547187029,0.7380014886,335,0.519780566,0.463669906,6277.8083609 +39,-1.545147315,0.7380012252,335,0.519780566,0.463669906,6273.1045574 +40,-1.54310719,0.7380060743,335,0.519780566,0.463669906,6268.3822437 +41,-1.540719671,0.7380068206,335,0.519780566,0.463669906,6262.8613874 +42,-1.547187189,0.7364799098,335,0.519780566,0.463669906,6281.5298192 +43,-1.545149996,0.7364853874,335,0.519780566,0.463669906,6276.8112607 +44,-1.543106091,0.7364823484,335,0.519780566,0.463669906,6272.0928873 +45,-1.540717158,0.7364893901,335,0.519780566,0.463669906,6266.5457424 +46,-1.538663972,0.7410138672,335,0.519780566,0.463669906,6250.8040529 +47,-1.53695285,0.7409699132,335,0.519780566,0.463669906,6246.9574924 +48,-1.534910498,0.7409641297,335,0.519780566,0.463669906,6242.2483272 +49,-1.533145034,0.7409536636,335,0.519780566,0.463669906,6238.1866979 +50,-1.538681336,0.7395405883,335,0.519780566,0.463669906,6254.4206925 +51,-1.536999189,0.7395183096,335,0.519780566,0.463669906,6250.5833395 +52,-1.534923633,0.7395144222,335,0.519780566,0.463669906,6245.7864768 +53,-1.533267822,0.7395654306,335,0.519780566,0.463669906,6241.825199 +54,-1.53867273,0.7380151077,335,0.519780566,0.463669906,6258.1039862 +55,-1.536980576,0.7379994392,335,0.519780566,0.463669906,6254.2219584 +56,-1.534931522,0.7379944961,335,0.519780566,0.463669906,6249.4824062 +57,-1.533387952,0.7379480264,335,0.519780566,0.463669906,6246.011966 +58,-1.538682279,0.7364914363,335,0.519780566,0.463669906,6261.8248775 +59,-1.536980704,0.7364810563,335,0.519780566,0.463669906,6257.9027238 +60,-1.534935567,0.7364752065,335,0.519780566,0.463669906,6253.1678768 +61,-1.533042592,0.7363876366,335,0.519780566,0.463669906,6248.9792058 +62,-1.545143426,0.7349628011,335,0.519780566,0.463669906,6280.5129703 +63,-1.543105297,0.7349691947,335,0.519780566,0.463669906,6275.7783972 +64,-1.541064533,0.7349647152,335,0.519780566,0.463669906,6271.0591325 +65,-1.545411803,0.7334624714,335,0.519780566,0.463669906,6284.797307 +66,-1.543446606,0.7334780896,335,0.519780566,0.463669906,6280.2036133 +67,-1.541475327,0.7334957295,335,0.519780566,0.463669906,6275.586283 +68,-1.545401939,0.731963266,335,0.519780566,0.463669906,6288.4349172 +69,-1.54342253,0.7319915583,335,0.519780566,0.463669906,6283.7710863 +70,-1.541455867,0.7320216438,335,0.519780566,0.463669906,6279.1279607 +71,-1.545410146,0.7304422281,335,0.519780566,0.463669906,6292.1676611 +72,-1.543435491,0.7304713664,335,0.519780566,0.463669906,6287.5064993 +73,-1.541463105,0.7304997613,335,0.519780566,0.463669906,6282.8478946 +74,-1.545414768,0.7289194936,335,0.519780566,0.463669906,6295.8961559 +75,-1.543435774,0.7289538557,335,0.519780566,0.463669906,6291.2058397 +76,-1.541457714,0.7289765881,335,0.519780566,0.463669906,6286.5414836 +77,-1.539449415,0.7320555866,335,0.519780566,0.463669906,6274.3783961 +78,-1.537429183,0.7321097681,335,0.519780566,0.463669906,6269.5430367 +79,-1.535472649,0.7321497267,335,0.519780566,0.463669906,6264.8861415 +80,-1.539457899,0.7305333307,335,0.519780566,0.463669906,6278.0957183 +81,-1.537453161,0.7305750503,335,0.519780566,0.463669906,6273.3202544 +82,-1.535479385,0.7306124949,335,0.519780566,0.463669906,6268.622904 +83,-1.53946905,0.7290102593,335,0.519780566,0.463669906,6281.8212172 +84,-1.537459922,0.7290417293,335,0.519780566,0.463669906,6277.0539453 +85,-1.535451349,0.7290890157,335,0.519780566,0.463669906,6272.2450466 +86,-1.535522937,0.7279887191,335,0.519780566,0.463669906,6275.0758461 +87,-1.539442524,0.7274735939,335,0.519780566,0.463669906,6285.4916748 +88,-1.537424111,0.727521351,335,0.519780566,0.463669906,6280.6566338 +89,-1.539384641,0.7259505092,335,0.519780566,0.463669906,6289.0555042 +90,-1.537372391,0.7259947145,335,0.519780566,0.463669906,6284.2369112 +91,-1.535340789,0.7260435356,335,0.519780566,0.463669906,6279.3572173 +92,-1.539325716,0.7244369706,335,0.519780566,0.463669906,6292.5932356 +93,-1.537308932,0.7244801057,335,0.519780566,0.463669906,6287.7600693 +94,-1.535289068,0.7245247645,335,0.519780566,0.463669906,6282.911398 +95,-1.533261366,0.7245550236,335,0.519780566,0.463669906,6278.074514 +96,-1.539267302,0.722921924,335,0.519780566,0.463669906,6296.1353499 +97,-1.537248972,0.7229660258,335,0.519780566,0.463669906,6291.2896612 +98,-1.535219431,0.7229916471,335,0.519780566,0.463669906,6286.4577417 +99,-1.53318962,0.7230212049,335,0.519780566,0.463669906,6281.6108981 +100,-1.531154816,0.7230299897,335,0.519780566,0.463669906,6276.7976416 +101,-1.528878341,0.7230370244,335,0.519780566,0.463669906,6271.4136041 +102,-1.539218189,0.7214009878,335,0.519780566,0.463669906,6299.7131402 +103,-1.537198791,0.7214422745,335,0.519780566,0.463669906,6294.865211 +104,-1.535179266,0.7214634354,335,0.519780566,0.463669906,6290.0610656 +105,-1.533156501,0.7214944644,335,0.519780566,0.463669906,6285.220677 +106,-1.53113574,0.7215166021,335,0.519780566,0.463669906,6280.401761 +107,-1.528874248,0.7215345535,335,0.519780566,0.463669906,6275.019566 +108,-1.539217656,0.7198512397,335,0.519780566,0.463669906,6303.4747697 +109,-1.537199919,0.7199428763,335,0.519780566,0.463669906,6298.5021633 +110,-1.545425832,0.727397149,335,0.519780566,0.463669906,6299.6386337 +111,-1.543371177,0.7273916949,335,0.519780566,0.463669906,6294.8625925 +112,-1.541368852,0.7274523163,335,0.519780566,0.463669906,6290.0427549 +113,-1.545349067,0.7258710923,335,0.519780566,0.463669906,6303.1852286 +114,-1.54332671,0.7258603556,335,0.519780566,0.463669906,6298.4907113 +115,-1.541346831,0.7259242142,335,0.519780566,0.463669906,6293.708929 +116,-1.545324355,0.7243383958,335,0.519780566,0.463669906,6306.869027 +117,-1.543292796,0.7243617413,335,0.519780566,0.463669906,6302.0633673 +118,-1.541295822,0.7244024384,335,0.519780566,0.463669906,6297.291604 +119,-1.543193859,0.7205570215,335,0.519780566,0.463669906,6311.1021161 +120,-1.550257047,0.7386738187,335,0.519780566,0.463669906,6283.2308739 +121,-1.549335448,0.7311736483,335,0.519780566,0.463669906,6299.4860605 +122,-1.533478843,0.7179891343,335,0.519780566,0.463669906,6294.4492803 +123,-1.556150555,0.738907041,335,0.519780566,0.463669906,6296.1894924 +124,-1.554324226,0.733414257,335,0.519780566,0.463669906,6305.5166087 +125,-1.554290846,0.7288285332,335,0.519780566,0.463669906,6316.721696 +126,-1.55122487,0.7219795312,335,0.519780566,0.463669906,6326.4197943 +127,-1.525104458,0.7229399862,335,0.519780566,0.463669906,6262.7352183 +128,-1.519607711,0.7236181429,335,0.519780566,0.463669906,6248.1055448 +129,-1.513899999,0.7251107854,335,0.519780566,0.463669906,6231.0203185 +130,-1.536620762,0.7431061895,335,0.519780566,0.463669906,6241.0130934 +131,-1.5369566,0.7460845958,335,0.519780566,0.463669906,6234.5682115 +132,-1.545345528,0.7447040685,335,0.519780566,0.463669906,6257.1951408 +133,-1.532813921,0.7432306626,335,0.519780566,0.463669906,6231.9204336 +134,-1.554788248,0.7382381001,335,0.519780566,0.463669906,6294.7124062 +135,-1.540348126,0.7301594274,335,0.519780566,0.463669906,6281.0787312 +136,-1.538016084,0.7239051786,335,0.519780566,0.463669906,6290.8131794 +137,-1.525288962,0.7258085137,335,0.519780566,0.463669906,6256.2897928 +138,-1.534326986,0.731241342,335,0.519780566,0.463669906,6264.4104939 +139,-1.530733872,0.7303625216,335,0.519780566,0.463669906,6258.1307174 +141,-1.534354939,0.7328219978,335,0.519780566,0.463669906,6260.6533224 +142,-1.53157084,0.7292888153,335,0.519780566,0.463669906,6262.6800624 +143,-1.525691035,0.7263799874,335,0.519780566,0.463669906,6255.8661174 +144,-1.534031287,0.7495967835,335,0.519780566,0.463669906,6219.3416682 +145,-1.527714986,0.7283095957,335,0.519780566,0.463669906,6255.9926132 +146,-1.526189586,0.7271468292,335,0.519780566,0.463669906,6255.1993266 +147,-1.555177336,0.7375563366,335,0.519780566,0.463669906,6297.2842015 +148,-1.555080283,0.7312707794,335,0.519780566,0.463669906,6312.5369724 +149,-1.53856994,0.7224180299,335,0.519780566,0.463669906,6295.7214432 +150,-1.530837883,0.729933372,335,0.519780566,0.463669906,6259.40883 +151,-1.515066984,0.5854133365,335,0.519780566,0.463669906,6565.1492565 +152,-1.534731633,0.5368370046,335,0.519780566,0.463669906,6733.2424158 +153,-1.515231902,0.5607085576,335,0.519780566,0.463669906,6623.8631669 +154,-2.616253799,1.0684566605,335,0.519780566,0.463669906,6375.0688017 +155,-1.956071439,0.5792177723,335,0.519780566,0.463669906,7612.4436509 +156,-1.951208514,0.5602434208,335,0.519780566,0.463669906,7663.4461497 +157,-1.944675062,0.6062144545,335,0.519780566,0.463669906,7504.0024412 +158,-1.613778386,0.6077989518,335,0.519780566,0.463669906,6763.628715 +159,-2.035029014,0.6021432345,335,0.519780566,0.463669906,7682.7285974 +160,-2.114989471,0.6801825058,335,0.519780566,0.463669906,7540.0862796 +161,-2.037382079,0.5765830025,335,0.519780566,0.463669906,7772.5578801 +162,-2.129855121,0.6585019963,335,0.519780566,0.463669906,7637.5684622 +163,-2.075141798,0.6493615843,335,0.519780566,0.463669906,7588.1573064 +164,-1.828626729,0.6948433129,335,0.519780566,0.463669906,7002.0140061 +165,-1.863329418,0.6735427691,335,0.519780566,0.463669906,7135.0429773 +166,-1.266037071,0.727988852,335,0.519780566,0.463669906,5605.0400788 +167,-1.277579582,0.7249010648,335,0.519780566,0.463669906,5640.9569413 +168,-1.258418684,0.7241194816,335,0.519780566,0.463669906,5592.1802933 +169,-1.317813974,0.6804850104,335,0.519780566,0.463669906,5832.7240337 +170,-1.344165204,0.6790988904,335,0.519780566,0.463669906,5905.5512019 +171,-1.427582102,0.5277120351,335,0.519780566,0.463669906,6455.5689162 +172,-1.402238616,0.457167829,335,0.519780566,0.463669906,6534.0061675 +173,-1.422454264,0.4996161999,335,0.519780566,0.463669906,6502.1554 +174,-1.439089277,0.4894859811,335,0.519780566,0.463669906,6572.6655155 +175,-1.448126995,0.5182330266,335,0.519780566,0.463669906,6535.0305378 +176,-1.474626146,0.5881926574,335,0.519780566,0.463669906,6450.6672523 +177,-1.421139645,0.5584869783,335,0.519780566,0.463669906,6370.0548499 +178,-1.457037165,0.565943032,335,0.519780566,0.463669906,6453.2435089 +179,-2.757159358,0.3745319,335,0.519780566,0.463669906,9083.3550144 +180,-2.714309238,0.342054471,335,0.519780566,0.463669906,9232.6421592 +181,-2.000525337,0.774119946,335,0.519780566,0.463669906,7049.3404359 +183,-1.571413436,0.6777838382,335,0.519780566,0.463669906,6483.4623926 +184,-1.552860289,0.6987663893,335,0.519780566,0.463669906,6387.2416975 +185,-1.521852374,0.7165827476,335,0.519780566,0.463669906,6270.2460772 +186,-1.503656267,0.6928968252,335,0.519780566,0.463669906,6282.4658186 +187,-1.502753178,0.7136205882,335,0.519780566,0.463669906,6231.521549 +188,-1.631894563,0.7343596465,335,0.519780566,0.463669906,6478.0586076 +189,-1.653765416,0.6770714026,335,0.519780566,0.463669906,6678.4715128 +190,-1.719812114,0.6715965947,335,0.519780566,0.463669906,6841.7866893 +191,-1.493406659,0.6646955447,335,0.519780566,0.463669906,6323.0238477 +192,-1.469120564,0.6613469966,335,0.519780566,0.463669906,6269.1046672 +193,-1.590551461,0.5326612937,335,0.519780566,0.463669906,6893.4324636 +194,-1.625979264,0.5247742243,335,0.519780566,0.463669906,7006.8379769 +195,-1.572293943,0.5238808754,335,0.519780566,0.463669906,6866.2356197 +196,-1.610848725,0.5477107964,335,0.519780566,0.463669906,6909.0565905 +197,-1.208485554,0.7918526018,335,0.519780566,0.463669906,5344.3801553 +198,-1.335601374,0.6869083083,335,0.519780566,0.463669906,5867.1495268 +199,-1.346156996,0.6825213377,335,0.519780566,0.463669906,5903.8698217 +200,-1.324381037,0.6741422347,335,0.519780566,0.463669906,5862.844288 +201,-1.242424992,0.7378949807,335,0.519780566,0.463669906,5525.2741104 +202,-1.270370057,0.7392461008,335,0.519780566,0.463669906,5595.4903958 +203,-1.448950472,0.7441675014,335,0.519780566,0.463669906,6031.879009 +204,-1.492662363,0.7523026852,335,0.519780566,0.463669906,6117.0211359 +205,-1.479098966,0.7763855017,335,0.519780566,0.463669906,6029.8338526 +206,-1.633760714,0.7869022408,335,0.519780566,0.463669906,6343.9688432 +207,-1.647406434,0.8101289331,335,0.519780566,0.463669906,6310.5117212 +208,-1.564245052,0.5701509278,335,0.519780566,0.463669906,6731.4808022 +209,-1.646289963,0.6833746083,335,0.519780566,0.463669906,6644.6588131 +210,-1.5820631,0.6751952144,335,0.519780566,0.463669906,6515.4455563 +211,-1.613236298,0.6681681791,335,0.519780566,0.463669906,6607.4305543 +212,-1.914661867,0.8212566515,335,0.519780566,0.463669906,6761.7972081 +213,-1.742133237,0.7250275956,335,0.519780566,0.463669906,6738.8098496 +214,-2.033144872,0.6557314699,335,0.519780566,0.463669906,7499.1740423 +215,-2.039551981,0.6964723658,335,0.519780566,0.463669906,7371.440692 +216,-1.247341019,0.7622473908,335,0.519780566,0.463669906,5494.3865559 +217,-1.298239787,0.7084123392,335,0.519780566,0.463669906,5726.4201373 +218,-1.308539688,0.6926545592,335,0.519780566,0.463669906,5784.1594956 +219,-1.303263185,0.6888938396,335,0.519780566,0.463669906,5777.4505143 +220,-1.852400229,0.6004246149,335,0.519780566,0.463669906,7335.3996144 +221,-1.288947707,0.7473773692,335,0.519780566,0.463669906,5628.046705 +222,-1.372031502,0.7472790993,335,0.519780566,0.463669906,5837.3279522 +223,-1.289805721,0.7242157877,335,0.519780566,0.463669906,5674.1327063 +224,-1.350807603,0.7533498126,335,0.519780566,0.463669906,5772.2500174 +225,-1.329290365,0.7560442322,335,0.519780566,0.463669906,5713.2492285 +226,-1.410153004,0.616936428,335,0.519780566,0.463669906,6212.6767244 +227,-1.393445434,0.6308995063,335,0.519780566,0.463669906,6137.552213 +228,-1.37595573,0.6241540638,335,0.519780566,0.463669906,6104.4198094 +229,-1.358388707,0.6172645205,335,0.519780566,0.463669906,6070.6250744 +230,-1.753741133,0.8281661666,335,0.519780566,0.463669906,6465.3930093 +231,-1.47430987,0.6834615681,335,0.519780566,0.463669906,6231.6543422 +232,-1.421012508,0.7222725206,335,0.519780566,0.463669906,6011.9354658 +233,-1.4476833,0.6978557868,335,0.519780566,0.463669906,6132.359567 +234,-1.470370723,0.6966193374,335,0.519780566,0.463669906,6191.7209794 +235,-1.429211703,0.7037216883,335,0.519780566,0.463669906,6073.0164329 +236,-1.700578405,0.6178673663,335,0.519780566,0.463669906,6946.3746483 +237,-1.678117619,0.6331716163,335,0.519780566,0.463669906,6852.3046794 +238,-1.725644578,0.6316331145,335,0.519780566,0.463669906,6966.2078607 +239,-2.14012759,0.7930497945,335,0.519780566,0.463669906,7171.8541438 +240,-2.103289431,0.7653606263,335,0.519780566,0.463669906,7224.2978327 +241,-1.318739838,0.7017808746,335,0.519780566,0.463669906,5793.1829984 +242,-1.396417427,0.7077900843,335,0.519780566,0.463669906,5981.4088267 +243,-1.35650337,0.7185539404,335,0.519780566,0.463669906,5857.3229105 +244,-1.248884539,0.7274156818,335,0.519780566,0.463669906,5561.0930047 +245,-1.395014798,0.5761185243,335,0.519780566,0.463669906,6258.8205642 +246,-1.433377362,0.6064716109,335,0.519780566,0.463669906,6298.3519555 +247,-1.408172432,0.5903155476,335,0.519780566,0.463669906,6264.8570102 +248,-1.749645898,0.7757118084,335,0.519780566,0.463669906,6608.8501744 +249,-1.571626686,0.615046989,335,0.519780566,0.463669906,6639.839059 +250,-1.514070049,0.6303003037,335,0.519780566,0.463669906,6456.391169 +251,-1.480890369,0.6237966528,335,0.519780566,0.463669906,6385.6150771 +252,-1.704390658,0.5281680612,335,0.519780566,0.463669906,7199.1524691 +253,-1.64434733,0.5254277498,335,0.519780566,0.463669906,7053.1258677 +254,-1.703855997,0.4792484842,335,0.519780566,0.463669906,7329.0276813 +255,-1.692002383,0.5748825051,335,0.519780566,0.463669906,7042.5545855 +256,-1.854136457,0.5544643913,335,0.519780566,0.463669906,7477.3967273 +257,-1.665021206,0.520317736,335,0.519780566,0.463669906,7119.9266499 +258,-1.733654349,0.4845187345,335,0.519780566,0.463669906,7391.4084609 +259,-1.720938188,0.5135933906,335,0.519780566,0.463669906,7280.111201 +260,-1.742668307,0.553296122,335,0.519780566,0.463669906,7224.1596691 +261,-1.965659039,0.7142126903,335,0.519780566,0.463669906,7192.3119492 +262,-1.944438071,0.6772834804,335,0.519780566,0.463669906,7275.4315512 +263,-1.270340967,0.7681487096,335,0.519780566,0.463669906,5542.1138611 +264,-1.353091884,0.6549276821,335,0.519780566,0.463669906,5978.6628399 +265,-1.333236659,0.6413584414,335,0.519780566,0.463669906,5952.4294968 +266,-1.352015998,0.6753788907,335,0.519780566,0.463669906,5933.9126621 +267,-1.377988483,0.6577816235,335,0.519780566,0.463669906,6039.2840708 +268,-2.13075611,0.8318642051,335,0.519780566,0.463669906,7022.0024342 +269,-2.097910953,0.8259670014,335,0.519780566,0.463669906,7003.9540409 +270,-1.416382069,0.6694271549,335,0.519780566,0.463669906,6115.2525662 +271,-1.538905672,0.7535625993,335,0.519780566,0.463669906,6220.8916542 +272,-1.572309477,0.7803125099,335,0.519780566,0.463669906,6229.5654049 +273,-1.87759879,0.7503853417,335,0.519780566,0.463669906,6923.7791892 +274,1.152365588,0.590457682,335,0.519780566,0.463669906,2211.0443863 +275,0.350198001,0.718001859,335,0.519780566,0.463669906,1149.7276702 +276,0.046513677,0.491503852,335,0.519780566,0.463669906,1665.0708318 +277,0.027510309,0.742571376,335,0.519780566,0.463669906,1934.2833073 +278,0.306285725,-0.214631579,335,0.519780566,0.463669906,2809.6523123 +279,-1.100564889,0.318051531,335,0.519780566,0.463669906,5833.9995197 +280,-1.078582306,0.301437596,335,0.519780566,0.463669906,5788.3619612 +281,-1.137371989,-0.617634065,335,0.519780566,0.463669906,7520.0307213 +282,0.784356344,0.703272339,335,0.519780566,0.463669906,1286.7845676 +283,-1.221209947,0.218327455,335,0.519780566,0.463669906,6424.1223754 +284,2.347301921,-0.449114658,335,0.519780566,0.463669906,7846.5774661 +285,0.246820618,0.830553713,335,0.519780566,0.463669906,1682.6876494 +286,0.829414965,0.703288228,335,0.519780566,0.463669906,1390.7972906 +287,-1.337537566,0.42332223,335,0.519780566,0.463669906,6407.1497562 +288,0.882453706,0.454478077,335,0.519780566,0.463669906,1286.9197892 +289,1.575629659,0.416419109,335,0.519780566,0.463669906,3752.8838665 +290,-1.039455679,0.229888244,335,0.519780566,0.463669906,5777.4478716 +291,0.489558039,0.934482747,335,0.519780566,0.463669906,1867.0079749 +292,0.081344504,0.88384514,335,0.519780566,0.463669906,2126.1251642 +293,-1.547979814,0.300350308,335,0.519780566,0.463669906,7325.4824632 +294,0.040776181,0.168560074,335,0.519780566,0.463669906,2140.2854351 +295,-1.130374745,0.563894876,335,0.519780566,0.463669906,5508.6189187 +296,1.578326642,0.478507176,335,0.519780566,0.463669906,3697.311839 +297,-1.12861823,-0.291640865,335,0.519780566,0.463669906,6999.307419 +298,0.310524208,0.770885792,335,0.519780566,0.463669906,1388.5283671 +299,0.415649091,-0.387246002,335,0.519780566,0.463669906,3394.0498375 +300,-0.926533878,-0.188022748,335,0.519780566,0.463669906,6120.9128355 +301,1.258856172,-0.11716081,335,0.519780566,0.463669906,3651.9517321 +302,-1.126050026,0.322941926,335,0.519780566,0.463669906,5911.2611133 +303,2.002785835,0.07893892,335,0.519780566,0.463669906,5771.6020054 +304,0.440437607,0.746258085,335,0.519780566,0.463669906,1148.3149649 +305,-0.030391866,0.214441206,335,0.519780566,0.463669906,2270.6574239 +306,0.521557815,-0.058929362,335,0.519780566,0.463669906,2070.0268908 +307,-0.097005111,0.13317729,335,0.519780566,0.463669906,2662.0453686 +308,1.83113859,0.221857587,335,0.519780566,0.463669906,4922.3486812 +309,0.222428864,0.099404236,335,0.519780566,0.463669906,1828.5084072 +310,-1.702731345,0.8728568183,335,0.519780566,0.463669906,6245.6220552 +311,-0.418507569,0.278324921,335,0.519780566,0.463669906,3515.7607547 +312,-1.41153306,0.339029988,335,0.519780566,0.463669906,6813.5814583 +313,0.357560442,0.114788776,335,0.519780566,0.463669906,1511.300472 +314,0.325818979,0.268352149,335,0.519780566,0.463669906,1053.8607461 +315,-1.246004659,-0.663679965,335,0.519780566,0.463669906,7904.0293484 +316,1.814603087,0.637404484,335,0.519780566,0.463669906,4319.5988787 +317,1.843704281,-0.18300445,335,0.519780566,0.463669906,5691.4211406 +318,1.690644492,-0.211480909,335,0.519780566,0.463669906,5234.9183832 +319,-1.275451936,0.068109467,335,0.519780566,0.463669906,6891.1848032 +320,0.762430171,-0.207594741,335,0.519780566,0.463669906,2818.1736402 +321,0.265668905,-0.014647884,335,0.519780566,0.463669906,2128.5748722 +322,-2.773032013,-0.335515811,335,0.519780566,0.463669906,11694.565753 +323,-1.469512853,0.174058777,335,0.519780566,0.463669906,7348.2424762 +324,0.286276986,0.785925691,335,0.519780566,0.463669906,1476.033073 +325,-1.379324697,0.377432233,335,0.519780566,0.463669906,6631.7394996 +326,-1.203778265,0.212813032,335,0.519780566,0.463669906,6374.7454299 +327,0.579916301,0.611743168,335,0.519780566,0.463669906,621.04497663 +328,0.267582642,0.868113908,335,0.519780566,0.463669906,1777.0793975 +329,0.412869244,-0.050245578,335,0.519780566,0.463669906,2076.3447966 +330,0.17524381,0.976660285,335,0.519780566,0.463669906,2258.0977749 +331,0.743157214,0.204812899,335,0.519780566,0.463669906,1320.7097184 +332,-1.070758176,0.269382282,335,0.519780566,0.463669906,5817.1787003 +333,-1.230364251,0.329790229,335,0.519780566,0.463669906,6246.1710036 +334,-1.374813124,-0.024926835,335,0.519780566,0.463669906,7410.697218 +335,0.519780566,0.463669906,335,0.519780566,0.463669906,0 +336,-1.55108034,0.239698561,335,0.519780566,0.463669906,7472.1467556 +337,0.180294813,0.029739425,335,0.519780566,0.463669906,2149.8074415 +338,0.67820924,0.268170153,335,0.519780566,0.463669906,970.24195102 +339,0.445798684,1.024001867,335,0.519780566,0.463669906,2228.9378879 +340,0.691751283,0.150521402,335,0.519780566,0.463669906,1398.4094192 +341,-1.036643551,-0.903056181,335,0.519780566,0.463669906,7609.6266007 +342,-0.120287036,1.083325163,335,0.519780566,0.463669906,2973.868287 +343,2.823513113,-0.304487164,335,0.519780566,0.463669906,9320.9343858 +344,0.457583172,1.12513373,335,0.519780566,0.463669906,2624.8616619 +345,0.042918831,0.813795399,335,0.519780566,0.463669906,2035.7887602 +346,1.196146777,-0.853142756,335,0.519780566,0.463669906,5738.3764491 +347,0.206001358,-0.010430701,335,0.519780566,0.463669906,2227.2405086 +348,-0.268308653,0.234799412,335,0.519780566,0.463669906,3052.39009 +349,0.759363263,0.736189579,335,0.519780566,0.463669906,1329.8935392 +350,0.181363926,0.891988372,335,0.519780566,0.463669906,1978.5884521 +351,-0.021111158,0.139103292,335,0.519780566,0.463669906,2404.4575561 +352,-0.093355215,0.630686981,335,0.519780566,0.463669906,2163.4798918 +353,0.40118964,0.681375926,335,0.519780566,0.463669906,947.66630459 +354,-0.721197315,1.304706234,335,0.519780566,0.463669906,4112.7903326 +355,-1.076150317,0.212107639,335,0.519780566,0.463669906,5935.7811838 +356,-1.577164531,0.273993443,335,0.519780566,0.463669906,7476.3021072 +357,-0.190788414,0.182208586,335,0.519780566,0.463669906,2876.0393116 +358,-0.261349752,0.209710184,335,0.519780566,0.463669906,3070.2888746 +359,-1.029303852,0.083549259,335,0.519780566,0.463669906,5997.3228747 +360,-1.268609162,0.330525297,335,0.519780566,0.463669906,6370.4592483 +361,1.282982244,-0.926641967,335,0.519780566,0.463669906,6100.9997833 +362,0.217352334,0.731352408,335,0.519780566,0.463669906,1445.1978915 +363,-1.511833084,0.258629297,335,0.519780566,0.463669906,7305.3248628 +364,0.338812194,0.823184618,335,0.519780566,0.463669906,1531.9435302 +365,-0.324406489,1.134201999,335,0.519780566,0.463669906,3384.9617028 +366,1.389579348,0.399185724,335,0.519780566,0.463669906,3120.7837967 +367,2.047152199,-0.039082036,335,0.519780566,0.463669906,6137.4551033 +368,0.947780369,0.568250077,335,0.519780566,0.463669906,1527.7385211 +369,0.763824846,0.576754987,335,0.519780566,0.463669906,949.6539008 +370,-0.142334657,0.928153068,335,0.519780566,0.463669906,2673.1783538 +371,0.610266567,0.547265983,335,0.519780566,0.463669906,455.91554458 +372,0.210731629,0.746815056,335,0.519780566,0.463669906,1500.6881132 +373,-1.34931644,0.316895224,335,0.519780566,0.463669906,6660.1566549 +374,2.407696481,0.655030745,335,0.519780566,0.463669906,6018.771003 +375,0.64207831,0.545359131,335,0.519780566,0.463669906,533.18567124 +376,1.174597538,0.840588356,335,0.519780566,0.463669906,2506.3349042 +377,0.660059424,0.010604079,335,0.519780566,0.463669906,1872.5232889 +378,-0.730263819,0.010486456,335,0.519780566,0.463669906,5070.2818844 +379,0.831068936,0.512339172,335,0.519780566,0.463669906,1104.8594901 +380,1.301180979,0.72367476,335,0.519780566,0.463669906,2728.6057544 +381,1.811128231,0.322854402,335,0.519780566,0.463669906,4695.6834392 +382,0.435105812,0.992284428,335,0.519780566,0.463669906,2107.5625792 +383,0.62643634,0.592027932,335,0.519780566,0.463669906,625.53447615 +384,0.492988703,-0.516339467,335,0.519780566,0.463669906,3883.148318 +385,-0.162469483,0.112549365,335,0.519780566,0.463669906,2921.8696934 +386,0.314630866,0.472006421,335,0.519780566,0.463669906,725.76884502 +387,0.166744804,0.822815954,335,0.519780566,0.463669906,1798.4838837 +388,0.417159608,0.965805736,335,0.519780566,0.463669906,2010.8747254 +389,0.106334961,0.868774244,335,0.519780566,0.463669906,2039.089271 +390,0.815086969,-0.338144359,335,0.519780566,0.463669906,3372.6628627 +391,0.59867455,-0.230624824,335,0.519780566,0.463669906,2766.8258695 +392,1.915104874,0.066220985,335,0.519780566,0.463669906,5483.3078928 +393,1.278093622,0.064463721,335,0.519780566,0.463669906,3277.2566233 +394,-0.061477853,0.302997961,335,0.519780566,0.463669906,2220.6332957 +395,0.251311504,0.626976942,335,0.519780566,0.463669906,1113.4622675 +396,2.950242872,0.149095644,335,0.519780566,0.463669906,8789.0888349 +397,-0.180294708,0.35375117,335,0.519780566,0.463669906,2571.1466718 +398,1.010448592,-0.351180233,335,0.519780566,0.463669906,3737.521247 +399,-1.748740498,0.3686318073,335,0.519780566,0.463669906,7744.0149029 +400,2.699635665,0.123533791,335,0.519780566,0.463669906,8082.6992881 +401,0.496808033,0.823843254,335,0.519780566,0.463669906,1428.4475757 +402,0.129574704,0.763364087,335,0.519780566,0.463669906,1723.2208617 +403,1.798920311,0.817447563,335,0.519780566,0.463669906,4138.126445 +404,0.335987953,0.746786541,335,0.519780566,0.463669906,1268.7927374 +405,-1.085413643,0.292154671,335,0.519780566,0.463669906,5827.7327943 +406,-0.155321003,0.508207011,335,0.519780566,0.463669906,2360.613771 +407,0.620529244,-0.301175104,335,0.519780566,0.463669906,3054.2481858 +408,1.684402744,0.368716966,335,0.519780566,0.463669906,4189.7963487 +409,0.300582244,-0.386397212,335,0.519780566,0.463669906,3470.4543944 +410,2.913555946,-0.009225192,335,0.519780566,0.463669906,9076.3606568 +411,1.465101417,0.493232532,335,0.519780566,0.463669906,3297.6722933 +412,0.090612882,0.907955955,335,0.519780566,0.463669906,2174.910038 +413,2.987564726,-0.729568594,335,0.519780566,0.463669906,10024.116229 +414,-1.484261606,0.224149272,335,0.519780566,0.463669906,7291.2242595 +415,0.164073421,0.303955133,335,0.519780566,0.463669906,1448.8092267 +416,0.141441293,0.167552546,335,0.519780566,0.463669906,1839.3267838 +417,2.931321023,-0.506718887,335,0.519780566,0.463669906,9893.396425 +418,2.21951565,0.700596356,335,0.519780566,0.463669906,5422.7177221 +419,0.268112576,1.199114336,335,0.519780566,0.463669906,2973.0104087 +420,0.978913739,0.359223811,335,0.519780566,0.463669906,1713.948155 +421,1.210898818,0.522863584,335,0.519780566,0.463669906,2410.7885525 +422,2.347397336,0.129231362,335,0.519780566,0.463669906,6889.166885 +423,0.614394501,0.556878345,335,0.519780566,0.463669906,493.03489299 +424,-1.398079356,0.148483366,335,0.519780566,0.463669906,7160.3845356 +425,2.535303836,-0.112984496,335,0.519780566,0.463669906,7994.6696653 +426,-1.019372593,-0.405322349,335,0.519780566,0.463669906,6819.7122853 +427,-1.297785627,-0.160104069,335,0.519780566,0.463669906,7374.8885731 +428,2.144554488,0.205051084,335,0.519780566,0.463669906,6048.2964677 +429,-2.242387083,-0.426171285,335,0.519780566,0.463669906,11080.803292 +430,0.338637212,0.909723676,335,0.519780566,0.463669906,1847.5968564 +431,-0.148798452,0.691042401,335,0.519780566,0.463669906,2372.8146601 +432,0.893524764,0.441829531,335,0.519780566,0.463669906,1332.5136368 +433,0.969229347,-0.368847936,335,0.519780566,0.463669906,3721.503568 +434,0.436043248,0.800045688,335,0.519780566,0.463669906,1358.3428448 +435,1.687946607,1.081504775,335,0.519780566,0.463669906,3870.0566584 +436,0.522302046,-0.034889271,335,0.519780566,0.463669906,1974.8164389 +437,-0.178996113,-0.438090009,335,0.519780566,0.463669906,4459.5253058 +438,-1.094339566,0.301444068,335,0.519780566,0.463669906,5841.9067258 +439,-1.064070054,0.242569932,335,0.519780566,0.463669906,5840.7203489 +440,-1.068153768,0.230387998,335,0.519780566,0.463669906,5876.064518 +441,-3.00496892,-0.23989155,335,0.519780566,0.463669906,10770.339866 +442,0.21751974,0.766874888,335,0.519780566,0.463669906,1541.8933439 +443,0.117229532,0.007619006,335,0.519780566,0.463669906,2369.7900305 +444,0.777758451,0.420554741,335,0.519780566,0.463669906,938.67443478 +445,-0.252356999,0.250747086,335,0.519780566,0.463669906,2970.6188269 +446,0.363148444,0.768483434,335,0.519780566,0.463669906,1307.270976 +447,0.903191366,-0.118210676,335,0.519780566,0.463669906,2734.9700583 +448,-0.205755923,0.149406178,335,0.519780566,0.463669906,2990.5696199 +449,1.811996086,0.02364353,335,0.519780566,0.463669906,5194.6012306 +450,-1.100670221,0.314845373,335,0.519780566,0.463669906,5839.9547484 +451,0.340078597,0.850105132,335,0.519780566,0.463669906,1627.6512721 +452,0.258757267,0.804969236,335,0.519780566,0.463669906,1581.7572356 +453,2.78505352,-0.155160804,335,0.519780566,0.463669906,8945.3347994 +454,0.800551619,0.105822106,335,0.519780566,0.463669906,1769.8588497 +455,0.437940882,-0.506194031,335,0.519780566,0.463669906,3854.190884 +456,2.230431122,0.63458615,335,0.519780566,0.463669906,5566.4315226 +457,0.527965361,0.127667701,335,0.519780566,0.463669906,1331.2616647 +458,-0.063643205,0.702093448,335,0.519780566,0.463669906,2130.9005962 +459,1.408447268,0.133010502,335,0.519780566,0.463669906,3582.043114 +460,0.523795955,0.280266966,335,0.519780566,0.463669906,726.60952279 +461,-0.975769313,0.072177659,335,0.519780566,0.463669906,5827.8863292 +462,0.549774164,-0.463663986,335,0.519780566,0.463669906,3674.9507156 +463,0.29245874,1.095549818,335,0.519780566,0.463669906,2572.6450685 +464,0.143625958,0.816809593,335,0.519780566,0.463669906,1827.1272342 +465,0.671902494,0.611159853,335,0.519780566,0.463669906,779.79770704 +466,1.239840988,0.6724199,335,0.519780566,0.463669906,2518.403259 +467,0.607829703,-0.10932137,335,0.519780566,0.463669906,2294.6591649 +468,1.763020906,0.263996692,335,0.519780566,0.463669906,4615.6762966 +469,0.378714634,0.726066797,335,0.519780566,0.463669906,1136.3896875 +470,2.196736143,-0.153862366,335,0.519780566,0.463669906,6867.2255716 +471,0.01702415,0.148991565,335,0.519780566,0.463669906,2261.1152267 +472,-2.998490902,-0.158002487,335,0.519780566,0.463669906,10583.515319 +473,-3.051262951,-0.346595608,335,0.519780566,0.463669906,10816.319299 +474,-1.069176439,0.182802941,335,0.519780566,0.463669906,5962.9703576 +475,0.167157509,0.595344954,335,0.519780566,0.463669906,1310.3558246 +476,0.613855648,0.681746124,335,0.519780566,0.463669906,918.33029621 +477,1.037012736,0.682555367,335,0.519780566,0.463669906,1915.3064975 +478,-1.253574971,0.379755746,335,0.519780566,0.463669906,6227.1921032 +479,3.108590453,-0.132620738,335,0.519780566,0.463669906,9986.560642 +480,0.565301296,0.022333262,335,0.519780566,0.463669906,1756.7043971 +481,0.547898238,0.855555614,335,0.519780566,0.463669906,1554.6620555 +482,0.948309381,0.417393755,335,0.519780566,0.463669906,1543.8658255 +483,-0.050600732,0.945269213,335,0.519780566,0.463669906,2526.7060267 +484,-0.977651478,-0.572363064,335,0.519780566,0.463669906,6967.5008013 +485,1.102014914,0.728861163,335,0.519780566,0.463669906,2158.8318807 +486,2.927300795,-0.282939414,335,0.519780566,0.463669906,9656.8814952 +487,-1.154565557,0.124434095,335,0.519780566,0.463669906,6365.4582184 +488,1.855331234,0.291044755,335,0.519780566,0.463669906,4898.0464417 +489,0.830290659,0.276904518,335,0.519780566,0.463669906,1361.9588144 +490,0.485104466,-0.234867441,335,0.519780566,0.463669906,2770.1256789 +491,0.521367572,-0.33161327,335,0.519780566,0.463669906,3150.1225677 +1,-1.539031704,0.7349710123,336,-1.55108034,0.239698561,1962.2100708 +2,-1.536990553,0.7349663874,336,-1.55108034,0.239698561,1962.3519319 +3,-1.534951779,0.7349571355,336,-1.55108034,0.239698561,1962.5002496 +4,-1.532906461,0.7349480293,336,-1.55108034,0.239698561,1962.674802 +5,-1.531320211,0.7346937278,336,-1.55108034,0.239698561,1961.848942 +6,-1.539451648,0.7335131775,336,-1.55108034,0.239698561,1956.4073698 +7,-1.537429487,0.7335445708,336,-1.55108034,0.239698561,1956.6857589 +8,-1.535484998,0.7335658704,336,-1.55108034,0.239698561,1956.9414744 +9,-1.533488396,0.7336036027,336,-1.55108034,0.239698561,1957.2905027 +10,-1.531497785,0.7335842962,336,-1.55108034,0.239698561,1957.4370285 +11,-1.530259379,0.7334777758,336,-1.55108034,0.239698561,1957.16622 +12,-1.5335454,0.7322346912,336,-1.55108034,0.239698561,1951.8657182 +13,-1.531489083,0.7322238773,336,-1.55108034,0.239698561,1952.0537862 +14,-1.530011122,0.7321679851,336,-1.55108034,0.239698561,1952.0143201 +15,-1.53348106,0.7306614094,336,-1.55108034,0.239698561,1945.6448674 +16,-1.531441779,0.7306962275,336,-1.55108034,0.239698561,1946.0133114 +17,-1.529755654,0.7306933243,336,-1.55108034,0.239698561,1946.2115572 +18,-1.533415048,0.7291384674,336,-1.55108034,0.239698561,1939.6235692 +19,-1.531392093,0.7291705353,336,-1.55108034,0.239698561,1939.9809601 +20,-1.529296523,0.7291214933,336,-1.55108034,0.239698561,1940.0519147 +21,-1.535280942,0.727267644,336,-1.55108034,0.239698561,1932.0267281 +22,-1.533378158,0.7276139666,336,-1.55108034,0.239698561,1933.5930496 +23,-1.531340368,0.7276446587,336,-1.55108034,0.239698561,1933.9482193 +24,-1.528960113,0.7276398177,336,-1.55108034,0.239698561,1934.2341795 +25,-1.533313146,0.7260818349,336,-1.55108034,0.239698561,1927.5354614 +26,-1.531259555,0.7260958115,336,-1.55108034,0.239698561,1927.8282111 +27,-1.528926415,0.7260865555,336,-1.55108034,0.239698561,1928.0927707 +28,-1.531226779,0.7245511789,336,-1.55108034,0.239698561,1921.7191388 +29,-1.528904772,0.7245519194,336,-1.55108034,0.239698561,1922.0234944 +30,-1.547195875,0.7409785979,336,-1.55108034,0.239698561,1985.614796 +31,-1.5451475,0.740980426,336,-1.55108034,0.239698561,1985.681434 +32,-1.543097679,0.7409798872,336,-1.55108034,0.239698561,1985.7635489 +33,-1.540720364,0.7409892687,336,-1.55108034,0.239698561,1985.9294884 +34,-1.547188511,0.7395198392,336,-1.55108034,0.239698561,1979.837001 +35,-1.545148587,0.7395226109,336,-1.55108034,0.239698561,1979.9074067 +36,-1.543104538,0.7395314908,336,-1.55108034,0.239698561,1980.0268751 +37,-1.540727751,0.7395306258,336,-1.55108034,0.239698561,1980.1526204 +38,-1.547187029,0.7380014886,336,-1.55108034,0.239698561,1973.8230364 +39,-1.545147315,0.7380012252,336,-1.55108034,0.239698561,1973.8816796 +40,-1.54310719,0.7380060743,336,-1.55108034,0.239698561,1973.9853658 +41,-1.540719671,0.7380068206,336,-1.55108034,0.239698561,1974.1186582 +42,-1.547187189,0.7364799098,336,-1.55108034,0.239698561,1967.7962485 +43,-1.545149996,0.7364853874,336,-1.55108034,0.239698561,1967.8777886 +44,-1.543106091,0.7364823484,336,-1.55108034,0.239698561,1967.9507348 +45,-1.540717158,0.7364893901,336,-1.55108034,0.239698561,1968.1096081 +46,-1.538663972,0.7410138672,336,-1.55108034,0.239698561,1986.1652089 +47,-1.53695285,0.7409699132,336,-1.55108034,0.239698561,1986.1252905 +48,-1.534910498,0.7409641297,336,-1.55108034,0.239698561,1986.28511 +49,-1.533145034,0.7409536636,336,-1.55108034,0.239698561,1986.4214627 +50,-1.538681336,0.7395405883,336,-1.55108034,0.239698561,1980.3301162 +51,-1.536999189,0.7395183096,336,-1.55108034,0.239698561,1980.3739632 +52,-1.534923633,0.7395144222,336,-1.55108034,0.239698561,1980.5446342 +53,-1.533267822,0.7395654306,336,-1.55108034,0.239698561,1980.9132836 +54,-1.53867273,0.7380151077,336,-1.55108034,0.239698561,1974.2902358 +55,-1.536980576,0.7379994392,336,-1.55108034,0.239698561,1974.3617356 +56,-1.534931522,0.7379944961,336,-1.55108034,0.239698561,1974.5266838 +57,-1.533387952,0.7379480264,336,-1.55108034,0.239698561,1974.4982318 +58,-1.538682279,0.7364914363,336,-1.55108034,0.239698561,1968.2561891 +59,-1.536980704,0.7364810563,336,-1.55108034,0.239698561,1968.3498859 +60,-1.534935567,0.7364752065,336,-1.55108034,0.239698561,1968.5116363 +61,-1.533042592,0.7363876366,336,-1.55108034,0.239698561,1968.3584271 +62,-1.545143426,0.7349628011,336,-1.55108034,0.239698561,1961.8475001 +63,-1.543105297,0.7349691947,336,-1.55108034,0.239698561,1961.9579648 +64,-1.541064533,0.7349647152,336,-1.55108034,0.239698561,1962.0504658 +65,-1.545411803,0.7334624714,336,-1.55108034,0.239698561,1955.8957412 +66,-1.543446606,0.7334780896,336,-1.55108034,0.239698561,1956.0364216 +67,-1.541475327,0.7334957295,336,-1.55108034,0.239698561,1956.2087365 +68,-1.545401939,0.731963266,336,-1.55108034,0.239698561,1949.9581295 +69,-1.54342253,0.7319915583,336,-1.55108034,0.239698561,1950.1501083 +70,-1.541455867,0.7320216438,336,-1.55108034,0.239698561,1950.37215 +71,-1.545410146,0.7304422281,336,-1.55108034,0.239698561,1943.9334268 +72,-1.543435491,0.7304713664,336,-1.55108034,0.239698561,1944.128773 +73,-1.541463105,0.7304997613,336,-1.55108034,0.239698561,1944.3447327 +74,-1.545414768,0.7289194936,336,-1.55108034,0.239698561,1937.9021286 +75,-1.543435774,0.7289538557,336,-1.55108034,0.239698561,1938.118648 +76,-1.541457714,0.7289765881,336,-1.55108034,0.239698561,1938.3129483 +77,-1.539449415,0.7320555866,336,-1.55108034,0.239698561,1950.6356528 +78,-1.537429183,0.7321097681,336,-1.55108034,0.239698561,1951.0047593 +79,-1.535472649,0.7321497267,336,-1.55108034,0.239698561,1951.3361653 +80,-1.539457899,0.7305333307,336,-1.55108034,0.239698561,1944.6071242 +81,-1.537453161,0.7305750503,336,-1.55108034,0.239698561,1944.9261522 +82,-1.535479385,0.7306124949,336,-1.55108034,0.239698561,1945.2496901 +83,-1.53946905,0.7290102593,336,-1.55108034,0.239698561,1938.5751828 +84,-1.537459922,0.7290417293,336,-1.55108034,0.239698561,1938.8545063 +85,-1.535451349,0.7290890157,336,-1.55108034,0.239698561,1939.2209854 +86,-1.535522937,0.7279887191,336,-1.55108034,0.239698561,1934.8581549 +87,-1.539442524,0.7274735939,336,-1.55108034,0.239698561,1932.4920989 +88,-1.537424111,0.727521351,336,-1.55108034,0.239698561,1932.8376729 +89,-1.539384641,0.7259505092,336,-1.55108034,0.239698561,1926.4650772 +90,-1.537372391,0.7259947145,336,-1.55108034,0.239698561,1926.7974493 +91,-1.535340789,0.7260435356,336,-1.55108034,0.239698561,1927.1748335 +92,-1.539325716,0.7244369706,336,-1.55108034,0.239698561,1920.4759988 +93,-1.537308932,0.7244801057,336,-1.55108034,0.239698561,1920.8059144 +94,-1.535289068,0.7245247645,336,-1.55108034,0.239698561,1921.1672466 +95,-1.533261366,0.7245550236,336,-1.55108034,0.239698561,1921.4975861 +96,-1.539267302,0.722921924,336,-1.55108034,0.239698561,1914.4809789 +97,-1.537248972,0.7229660258,336,-1.55108034,0.239698561,1914.8162576 +98,-1.535219431,0.7229916471,336,-1.55108034,0.239698561,1915.1047052 +99,-1.53318962,0.7230212049,336,-1.55108034,0.239698561,1915.4342777 +100,-1.531154816,0.7230299897,336,-1.55108034,0.239698561,1915.7077572 +101,-1.528878341,0.7230370244,336,-1.55108034,0.239698561,1916.0330537 +102,-1.539218189,0.7214009878,336,-1.55108034,0.239698561,1908.4620178 +103,-1.537198791,0.7214422745,336,-1.55108034,0.239698561,1908.7875423 +104,-1.535179266,0.7214634354,336,-1.55108034,0.239698561,1909.0587692 +105,-1.533156501,0.7214944644,336,-1.55108034,0.239698561,1909.3947921 +106,-1.53113574,0.7215166021,336,-1.55108034,0.239698561,1909.7208079 +107,-1.528874248,0.7215345535,336,-1.55108034,0.239698561,1910.0887524 +108,-1.539217656,0.7198512397,336,-1.55108034,0.239698561,1902.3254087 +109,-1.537199919,0.7199428763,336,-1.55108034,0.239698561,1902.8508495 +110,-1.545425832,0.727397149,336,-1.55108034,0.239698561,1931.8721523 +111,-1.543371177,0.7273916949,336,-1.55108034,0.239698561,1931.9347449 +112,-1.541368852,0.7274523163,336,-1.55108034,0.239698561,1932.2817719 +113,-1.545349067,0.7258710923,336,-1.55108034,0.239698561,1925.8305495 +114,-1.54332671,0.7258603556,336,-1.55108034,0.239698561,1925.8720039 +115,-1.541346831,0.7259242142,336,-1.55108034,0.239698561,1926.2315075 +116,-1.545324355,0.7243383958,336,-1.55108034,0.239698561,1919.7608488 +117,-1.543292796,0.7243617413,336,-1.55108034,0.239698561,1919.9383961 +118,-1.541295822,0.7244024384,336,-1.55108034,0.239698561,1920.2080689 +119,-1.543193859,0.7205570215,336,-1.55108034,0.239698561,1904.8747479 +120,-1.550257047,0.7386738187,336,-1.55108034,0.239698561,1976.4430107 +121,-1.549335448,0.7311736483,336,-1.55108034,0.239698561,1946.7420602 +122,-1.533478843,0.7179891343,336,-1.55108034,0.239698561,1895.4840106 +123,-1.556150555,0.738907041,336,-1.55108034,0.239698561,1977.4411543 +124,-1.554324226,0.733414257,336,-1.55108034,0.239698561,1955.6396072 +125,-1.554290846,0.7288285332,336,-1.55108034,0.239698561,1937.4753021 +126,-1.55122487,0.7219795312,336,-1.55108034,0.239698561,1910.3149878 +127,-1.525104458,0.7229399862,336,-1.55108034,0.239698561,1916.2130578 +128,-1.519607711,0.7236181429,336,-1.55108034,0.239698561,1919.8725194 +129,-1.513899999,0.7251107854,336,-1.55108034,0.239698561,1926.9791062 +130,-1.536620762,0.7431061895,336,-1.55108034,0.239698561,1994.6115157 +131,-1.5369566,0.7460845958,336,-1.55108034,0.239698561,2006.3760579 +132,-1.545345528,0.7447040685,336,-1.55108034,0.239698561,2000.4229732 +133,-1.532813921,0.7432306626,336,-1.55108034,0.239698561,1995.4699277 +134,-1.554788248,0.7382381001,336,-1.55108034,0.239698561,1974.7560311 +135,-1.540348126,0.7301594274,336,-1.55108034,0.239698561,1943.0659698 +136,-1.538016084,0.7239051786,336,-1.55108034,0.239698561,1918.4708234 +137,-1.525288962,0.7258085137,336,-1.55108034,0.239698561,1927.5292703 +138,-1.534326986,0.731241342,336,-1.55108034,0.239698561,1947.8523456 +139,-1.530733872,0.7303625216,336,-1.55108034,0.239698561,1944.7786186 +141,-1.534354939,0.7328219978,336,-1.55108034,0.239698561,1954.1067891 +142,-1.53157084,0.7292888153,336,-1.55108034,0.239698561,1940.4277198 +143,-1.525691035,0.7263799874,336,-1.55108034,0.239698561,1929.7264159 +144,-1.534031287,0.7495967835,336,-1.55108034,0.239698561,2020.5453071 +145,-1.527714986,0.7283095957,336,-1.55108034,0.239698561,1937.0574796 +146,-1.526189586,0.7271468292,336,-1.55108034,0.239698561,1932.6828212 +147,-1.555177336,0.7375563366,336,-1.55108034,0.239698561,1972.0646972 +148,-1.555080283,0.7312707794,336,-1.55108034,0.239698561,1947.1660958 +149,-1.53856994,0.7224180299,336,-1.55108034,0.239698561,1912.5383917 +150,-1.530837883,0.729933372,336,-1.55108034,0.239698561,1943.0674055 +151,-1.515066984,0.5854133365,336,-1.55108034,0.239698561,1375.4996114 +152,-1.534731633,0.5368370046,336,-1.55108034,0.239698561,1178.4736327 +153,-1.515231902,0.5607085576,336,-1.55108034,0.239698561,1278.139236 +154,-2.616253799,1.0684566605,336,-1.55108034,0.239698561,4441.0063037 +155,-1.956071439,0.5792177723,336,-1.55108034,0.239698561,1984.0634039 +156,-1.951208514,0.5602434208,336,-1.55108034,0.239698561,1926.2742902 +157,-1.944675062,0.6062144545,336,-1.55108034,0.239698561,2021.7721609 +158,-1.613778386,0.6077989518,336,-1.55108034,0.239698561,1475.1967975 +159,-2.035029014,0.6021432345,336,-1.55108034,0.239698561,2248.9534183 +160,-2.114989471,0.6801825058,336,-1.55108034,0.239698561,2629.5811872 +161,-2.037382079,0.5765830025,336,-1.55108034,0.239698561,2202.2797729 +162,-2.129855121,0.6585019963,336,-1.55108034,0.239698561,2624.2313864 +163,-2.075141798,0.6493615843,336,-1.55108034,0.239698561,2458.9431161 +164,-1.828626729,0.6948433129,336,-1.55108034,0.239698561,2045.1493729 +165,-1.863329418,0.6735427691,336,-1.55108034,0.239698561,2037.1039587 +166,-1.266037071,0.727988852,336,-1.55108034,0.239698561,2168.2928228 +167,-1.277579582,0.7249010648,336,-1.55108034,0.239698561,2140.1409506 +168,-1.258418684,0.7241194816,336,-1.55108034,0.239698561,2167.3127331 +169,-1.317813974,0.6804850104,336,-1.55108034,0.239698561,1927.0898081 +170,-1.344165204,0.6790988904,336,-1.55108034,0.239698561,1885.0183623 +171,-1.427582102,0.5277120351,336,-1.55108034,0.239698561,1226.8126821 +172,-1.402238616,0.457167829,336,-1.55108034,0.239698561,1023.381022 +173,-1.422454264,0.4996161999,336,-1.55108034,0.239698561,1133.0246478 +174,-1.439089277,0.4894859811,336,-1.55108034,0.239698561,1072.0905048 +175,-1.448126995,0.5182330266,336,-1.55108034,0.239698561,1165.9170122 +176,-1.474626146,0.5881926574,336,-1.55108034,0.239698561,1407.5134534 +177,-1.421139645,0.5584869783,336,-1.55108034,0.239698561,1347.7361452 +178,-1.457037165,0.565943032,336,-1.55108034,0.239698561,1336.3112229 +179,-2.757159358,0.3745319,336,-1.55108034,0.239698561,4551.5283124 +180,-2.714309238,0.342054471,336,-1.55108034,0.239698561,4406.8337452 +181,-2.000525337,0.774119946,336,-1.55108034,0.239698561,2603.9703049 +183,-1.571413436,0.6777838382,336,-1.55108034,0.239698561,1736.715736 +184,-1.552860289,0.6987663893,336,-1.55108034,0.239698561,1818.3781994 +185,-1.521852374,0.7165827476,336,-1.55108034,0.239698561,1891.6362198 +186,-1.503656267,0.6928968252,336,-1.55108034,0.239698561,1802.7053846 +187,-1.502753178,0.7136205882,336,-1.55108034,0.239698561,1884.633223 +188,-1.631894563,0.7343596465,336,-1.55108034,0.239698561,1978.8978685 +189,-1.653765416,0.6770714026,336,-1.55108034,0.239698561,1769.3620713 +190,-1.719812114,0.6715965947,336,-1.55108034,0.239698561,1810.2389528 +191,-1.493406659,0.6646955447,336,-1.55108034,0.239698561,1695.5844697 +192,-1.469120564,0.6613469966,336,-1.55108034,0.239698561,1694.8831762 +193,-1.590551461,0.5326612937,336,-1.55108034,0.239698561,1169.3320823 +194,-1.625979264,0.5247742243,336,-1.55108034,0.239698561,1161.9205067 +195,-1.572293943,0.5238808754,336,-1.55108034,0.239698561,1128.3167736 +196,-1.610848725,0.5477107964,336,-1.55108034,0.239698561,1239.2378344 +197,-1.208485554,0.7918526018,336,-1.55108034,0.239698561,2470.3791075 +198,-1.335601374,0.6869083083,336,-1.55108034,0.239698561,1924.375928 +199,-1.346156996,0.6825213377,336,-1.55108034,0.239698561,1894.5892239 +200,-1.324381037,0.6741422347,336,-1.55108034,0.239698561,1895.3381357 +201,-1.242424992,0.7378949807,336,-1.55108034,0.239698561,2238.7638555 +202,-1.270370057,0.7392461008,336,-1.55108034,0.239698561,2199.8462444 +203,-1.448950472,0.7441675014,336,-1.55108034,0.239698561,2028.5074347 +204,-1.492662363,0.7523026852,336,-1.55108034,0.239698561,2040.1747849 +205,-1.479098966,0.7763855017,336,-1.55108034,0.239698561,2139.6797668 +206,-1.633760714,0.7869022408,336,-1.55108034,0.239698561,2185.2449431 +207,-1.647406434,0.8101289331,336,-1.55108034,0.239698561,2282.1463985 +208,-1.564245052,0.5701509278,336,-1.55108034,0.239698561,1309.7865912 +209,-1.646289963,0.6833746083,336,-1.55108034,0.239698561,1788.6226052 +210,-1.5820631,0.6751952144,336,-1.55108034,0.239698561,1728.4159945 +211,-1.613236298,0.6681681791,336,-1.55108034,0.239698561,1711.1519753 +212,-1.914661867,0.8212566515,336,-1.55108034,0.239698561,2599.0299771 +213,-1.742133237,0.7250275956,336,-1.55108034,0.239698561,2031.8631837 +214,-2.033144872,0.6557314699,336,-1.55108034,0.239698561,2365.204633 +215,-2.039551981,0.6964723658,336,-1.55108034,0.239698561,2479.8919523 +216,-1.247341019,0.7622473908,336,-1.55108034,0.239698561,2312.3327563 +217,-1.298239787,0.7084123392,336,-1.55108034,0.239698561,2052.7198766 +218,-1.308539688,0.6926545592,336,-1.55108034,0.239698561,1983.020906 +219,-1.303263185,0.6888938396,336,-1.55108034,0.239698561,1977.9738272 +220,-1.852400229,0.6004246149,336,-1.55108034,0.239698561,1790.788503 +221,-1.288947707,0.7473773692,336,-1.55108034,0.239698561,2201.094139 +222,-1.372031502,0.7472790993,336,-1.55108034,0.239698561,2101.4871967 +223,-1.289805721,0.7242157877,336,-1.55108034,0.239698561,2119.6205531 +224,-1.350807603,0.7533498126,336,-1.55108034,0.239698561,2145.9761374 +225,-1.329290365,0.7560442322,336,-1.55108034,0.239698561,2180.1192534 +226,-1.410153004,0.616936428,336,-1.55108034,0.239698561,1576.5540265 +227,-1.393445434,0.6308995063,336,-1.55108034,0.239698561,1647.6438421 +228,-1.37595573,0.6241540638,336,-1.55108034,0.239698561,1645.4849752 +229,-1.358388707,0.6172645205,336,-1.55108034,0.239698561,1645.9009026 +230,-1.753741133,0.8281661666,336,-1.55108034,0.239698561,2425.1801401 +231,-1.47430987,0.6834615681,336,-1.55108034,0.239698561,1778.103102 +232,-1.421012508,0.7222725206,336,-1.55108034,0.239698561,1963.3772906 +233,-1.4476833,0.6978557868,336,-1.55108034,0.239698561,1850.0424378 +234,-1.470370723,0.6966193374,336,-1.55108034,0.239698561,1831.5186709 +235,-1.429211703,0.7037216883,336,-1.55108034,0.239698561,1886.0317539 +236,-1.700578405,0.6178673663,336,-1.55108034,0.239698561,1589.990951 +237,-1.678117619,0.6331716163,336,-1.55108034,0.239698561,1622.5022009 +238,-1.725644578,0.6316331145,336,-1.55108034,0.239698561,1671.6831073 +239,-2.14012759,0.7930497945,336,-1.55108034,0.239698561,2946.2214587 +240,-2.103289431,0.7653606263,336,-1.55108034,0.239698561,2797.0174561 +241,-1.318739838,0.7017808746,336,-1.55108034,0.239698561,2000.1577153 +242,-1.396417427,0.7077900843,336,-1.55108034,0.239698561,1930.0209943 +243,-1.35650337,0.7185539404,336,-1.55108034,0.239698561,2012.1471127 +244,-1.248884539,0.7274156818,336,-1.55108034,0.239698561,2193.6388313 +245,-1.395014798,0.5761185243,336,-1.55108034,0.239698561,1446.6702919 +246,-1.433377362,0.6064716109,336,-1.55108034,0.239698561,1512.614107 +247,-1.408172432,0.5903155476,336,-1.55108034,0.239698561,1480.753859 +248,-1.749645898,0.7757118084,336,-1.55108034,0.239698561,2226.5767876 +249,-1.571626686,0.615046989,336,-1.55108034,0.239698561,1488.5634555 +250,-1.514070049,0.6303003037,336,-1.55108034,0.239698561,1552.754699 +251,-1.480890369,0.6237966528,336,-1.55108034,0.239698561,1541.8045972 +252,-1.704390658,0.5281680612,336,-1.55108034,0.239698561,1272.4982954 +253,-1.64434733,0.5254277498,336,-1.55108034,0.239698561,1182.0185807 +254,-1.703855997,0.4792484842,336,-1.55108034,0.239698561,1104.0583448 +255,-1.692002383,0.5748825051,336,-1.55108034,0.239698561,1421.7799484 +256,-1.854136457,0.5544643913,336,-1.55108034,0.239698561,1662.2216394 +257,-1.665021206,0.520317736,336,-1.55108034,0.239698561,1187.1953077 +258,-1.733654349,0.4845187345,336,-1.55108034,0.239698561,1180.8038423 +259,-1.720938188,0.5135933906,336,-1.55108034,0.239698561,1250.8793121 +260,-1.742668307,0.553296122,336,-1.55108034,0.239698561,1423.5829963 +261,-1.965659039,0.7142126903,336,-1.55108034,0.239698561,2362.5425055 +262,-1.944438071,0.6772834804,336,-1.55108034,0.239698561,2212.8705153 +263,-1.270340967,0.7681487096,336,-1.55108034,0.239698561,2298.9994102 +264,-1.353091884,0.6549276821,336,-1.55108034,0.239698561,1786.7605179 +265,-1.333236659,0.6413584414,336,-1.55108034,0.239698561,1768.0995942 +266,-1.352015998,0.6753788907,336,-1.55108034,0.239698561,1861.295586 +267,-1.377988483,0.6577816235,336,-1.55108034,0.239698561,1764.7495631 +268,-2.13075611,0.8318642051,336,-1.55108034,0.239698561,3021.722165 +269,-2.097910953,0.8259670014,336,-1.55108034,0.239698561,2939.8074036 +270,-1.416382069,0.6694271549,336,-1.55108034,0.239698561,1766.614961 +271,-1.538905672,0.7535625993,336,-1.55108034,0.239698561,2035.8384758 +272,-1.572309477,0.7803125099,336,-1.55108034,0.239698561,2142.5688025 +273,-1.87759879,0.7503853417,336,-1.55108034,0.239698561,2308.8742237 +274,1.152365588,0.590457682,336,-1.55108034,0.239698561,8763.5926409 +275,0.350198001,0.718001859,336,-1.55108034,0.239698561,6543.9623563 +276,0.046513677,0.491503852,336,-1.55108034,0.239698561,5868.5352096 +277,0.027510309,0.742571376,336,-1.55108034,0.239698561,5605.6653117 +278,0.306285725,-0.214631579,336,-1.55108034,0.239698561,7507.3195111 +279,-1.100564889,0.318051531,336,-1.55108034,0.239698561,1741.7528936 +280,-1.078582306,0.301437596,336,-1.55108034,0.239698561,1818.4165825 +281,-1.137371989,-0.617634065,336,-1.55108034,0.239698561,3733.8391186 +282,0.784356344,0.703272339,336,-1.55108034,0.239698561,7678.0332939 +283,-1.221209947,0.218327455,336,-1.55108034,0.239698561,1274.9866803 +284,2.347301921,-0.449114658,336,-1.55108034,0.239698561,9517.5666787 +285,0.246820618,0.830553713,336,-1.55108034,0.239698561,6111.9474622 +286,0.829414965,0.703288228,336,-1.55108034,0.239698561,7778.5066743 +287,-1.337537566,0.42332223,336,-1.55108034,0.239698561,1079.8033476 +288,0.882453706,0.454478077,336,-1.55108034,0.239698561,8570.4646858 +289,1.575629659,0.416419109,336,-1.55108034,0.239698561,9844.3276661 +290,-1.039455679,0.229888244,336,-1.55108034,0.239698561,1970.1229934 +291,0.489558039,0.934482747,336,-1.55108034,0.239698561,6501.0028836 +292,0.081344504,0.88384514,336,-1.55108034,0.239698561,5643.0693593 +293,-1.547979814,0.300350308,336,-1.55108034,0.239698561,240.53285413 +294,0.040776181,0.168560074,336,-1.55108034,0.239698561,6144.038265 +295,-1.130374745,0.563894876,336,-1.55108034,0.239698561,1990.9449541 +296,1.578326642,0.478507176,336,-1.55108034,0.239698561,9598.6502261 +297,-1.12861823,-0.291640865,336,-1.55108034,0.239698561,2676.0550309 +298,0.310524208,0.770885792,336,-1.55108034,0.239698561,6358.0781321 +299,0.415649091,-0.387246002,336,-1.55108034,0.239698561,8011.3774889 +300,-0.926533878,-0.188022748,336,-1.55108034,0.239698561,2981.8802319 +301,1.258856172,-0.11716081,336,-1.55108034,0.239698561,11063.915495 +302,-1.126050026,0.322941926,336,-1.55108034,0.239698561,1649.1227548 +303,2.002785835,0.07893892,336,-1.55108034,0.239698561,10389.756798 +304,0.440437607,0.746258085,336,-1.55108034,0.239698561,6738.8163273 +305,-0.030391866,0.214441206,336,-1.55108034,0.239698561,5832.8769424 +306,0.521557815,-0.058929362,336,-1.55108034,0.239698561,8207.0907491 +307,-0.097005111,0.13317729,336,-1.55108034,0.239698561,5650.9545193 +308,1.83113859,0.221857587,336,-1.55108034,0.239698561,10386.042378 +309,0.222428864,0.099404236,336,-1.55108034,0.239698561,6902.7822354 +310,-1.702731345,0.8728568183,336,-1.55108034,0.239698561,2555.5147391 +311,-0.418507569,0.278324921,336,-1.55108034,0.239698561,4321.6036711 +312,-1.41153306,0.339029988,336,-1.55108034,0.239698561,659.64192073 +313,0.357560442,0.114788776,336,-1.55108034,0.239698561,7398.3983101 +314,0.325818979,0.268352149,336,-1.55108034,0.239698561,7097.7092259 +315,-1.246004659,-0.663679965,336,-1.55108034,0.239698561,3753.4816401 +316,1.814603087,0.637404484,336,-1.55108034,0.239698561,8870.1170184 +317,1.843704281,-0.18300445,336,-1.55108034,0.239698561,11438.144529 +318,1.690644492,-0.211480909,336,-1.55108034,0.239698561,12041.462714 +319,-1.275451936,0.068109467,336,-1.55108034,0.239698561,1273.8284997 +320,0.762430171,-0.207594741,336,-1.55108034,0.239698561,9247.9403062 +321,0.265668905,-0.014647884,336,-1.55108034,0.239698561,7181.819164 +322,-2.773032013,-0.335515811,336,-1.55108034,0.239698561,5280.8477665 +323,-1.469512853,0.174058777,336,-1.55108034,0.239698561,409.31495181 +324,0.286276986,0.785925691,336,-1.55108034,0.239698561,6272.9410539 +325,-1.379324697,0.377432233,336,-1.55108034,0.239698561,846.65777954 +326,-1.203778265,0.212813032,336,-1.55108034,0.239698561,1344.4366627 +327,0.579916301,0.611743168,336,-1.55108034,0.239698561,7371.6944361 +328,0.267582642,0.868113908,336,-1.55108034,0.239698561,6114.3682134 +329,0.412869244,-0.050245578,336,-1.55108034,0.239698561,7781.3530474 +330,0.17524381,0.976660285,336,-1.55108034,0.239698561,5775.3990519 +331,0.743157214,0.204812899,336,-1.55108034,0.239698561,8679.1132721 +332,-1.070758176,0.269382282,336,-1.55108034,0.239698561,1843.7782448 +333,-1.230364251,0.329790229,336,-1.55108034,0.239698561,1269.4565321 +334,-1.374813124,-0.024926835,336,-1.55108034,0.239698561,1256.0372413 +335,0.519780566,0.463669906,336,-1.55108034,0.239698561,7472.1467556 +336,-1.55108034,0.239698561,336,-1.55108034,0.239698561,0 +337,0.180294813,0.029739425,336,-1.55108034,0.239698561,6811.075659 +338,0.67820924,0.268170153,336,-1.55108034,0.239698561,8343.0725583 +339,0.445798684,1.024001867,336,-1.55108034,0.239698561,6245.5365254 +340,0.691751283,0.150521402,336,-1.55108034,0.239698561,8587.491696 +341,-1.036643551,-0.903056181,336,-1.55108034,0.239698561,4859.4199703 +342,-0.120287036,1.083325163,336,-1.55108034,0.239698561,5125.6380547 +343,2.823513113,-0.304487164,336,-1.55108034,0.239698561,7758.6332143 +344,0.457583172,1.12513373,336,-1.55108034,0.239698561,6076.6223998 +345,0.042918831,0.813795399,336,-1.55108034,0.239698561,5597.0808362 +346,1.196146777,-0.853142756,336,-1.55108034,0.239698561,9694.5498714 +347,0.206001358,-0.010430701,336,-1.55108034,0.239698561,6948.40191 +348,-0.268308653,0.234799412,336,-1.55108034,0.239698561,4916.6536734 +349,0.759363263,0.736189579,336,-1.55108034,0.239698561,7536.3400462 +350,0.181363926,0.891988372,336,-1.55108034,0.239698561,5878.3976429 +351,-0.021111158,0.139103292,336,-1.55108034,0.239698561,5935.7546572 +352,-0.093355215,0.630686981,336,-1.55108034,0.239698561,5308.6888226 +353,0.40118964,0.681375926,336,-1.55108034,0.239698561,6743.7350035 +354,-0.721197315,1.304706234,336,-1.55108034,0.239698561,4585.5557495 +355,-1.076150317,0.212107639,336,-1.55108034,0.239698561,1835.7058608 +356,-1.577164531,0.273993443,336,-1.55108034,0.239698561,168.63534961 +357,-0.190788414,0.182208586,336,-1.55108034,0.239698561,5251.145209 +358,-0.261349752,0.209710184,336,-1.55108034,0.239698561,4961.0680509 +359,-1.029303852,0.083549259,336,-1.55108034,0.239698561,2128.7861532 +360,-1.268609162,0.330525297,336,-1.55108034,0.239698561,1131.6591607 +361,1.282982244,-0.926641967,336,-1.55108034,0.239698561,9556.1523902 +362,0.217352334,0.731352408,336,-1.55108034,0.239698561,6156.1715883 +363,-1.511833084,0.258629297,336,-1.55108034,0.239698561,168.28381021 +364,0.338812194,0.823184618,336,-1.55108034,0.239698561,6353.0295358 +365,-0.324406489,1.134201999,336,-1.55108034,0.239698561,4789.8413169 +366,1.389579348,0.399185724,336,-1.55108034,0.239698561,9795.9321628 +367,2.047152199,-0.039082036,336,-1.55108034,0.239698561,10487.491791 +368,0.947780369,0.568250077,336,-1.55108034,0.239698561,8423.3921583 +369,0.763824846,0.576754987,336,-1.55108034,0.239698561,7947.7884161 +370,-0.142334657,0.928153068,336,-1.55108034,0.239698561,5081.3838523 +371,0.610266567,0.547265983,336,-1.55108034,0.239698561,7589.1712 +372,0.210731629,0.746815056,336,-1.55108034,0.239698561,6119.2041397 +373,-1.34931644,0.316895224,336,-1.55108034,0.239698561,826.72759711 +374,2.407696481,0.655030745,336,-1.55108034,0.239698561,7776.6662819 +375,0.64207831,0.545359131,336,-1.55108034,0.239698561,7684.8521384 +376,1.174597538,0.840588356,336,-1.55108034,0.239698561,7920.6431817 +377,0.660059424,0.010604079,336,-1.55108034,0.239698561,8662.2100313 +378,-0.730263819,0.010486456,336,-1.55108034,0.239698561,3342.4994109 +379,0.831068936,0.512339172,336,-1.55108034,0.239698561,8285.1447584 +380,1.301180979,0.72367476,336,-1.55108034,0.239698561,8483.7598021 +381,1.811128231,0.322854402,336,-1.55108034,0.239698561,10054.88028 +382,0.435105812,0.992284428,336,-1.55108034,0.239698561,6283.5770514 +383,0.62643634,0.592027932,336,-1.55108034,0.239698561,7541.9686407 +384,0.492988703,-0.516339467,336,-1.55108034,0.239698561,8306.2272054 +385,-0.162469483,0.112549365,336,-1.55108034,0.239698561,5418.0795196 +386,0.314630866,0.472006421,336,-1.55108034,0.239698561,6792.4235016 +387,0.166744804,0.822815954,336,-1.55108034,0.239698561,5915.6625046 +388,0.417159608,0.965805736,336,-1.55108034,0.239698561,6295.5164761 +389,0.106334961,0.868774244,336,-1.55108034,0.239698561,5717.5022133 +390,0.815086969,-0.338144359,336,-1.55108034,0.239698561,9481.7773006 +391,0.59867455,-0.230624824,336,-1.55108034,0.239698561,8632.5210947 +392,1.915104874,0.066220985,336,-1.55108034,0.239698561,10684.377577 +393,1.278093622,0.064463721,336,-1.55108034,0.239698561,10723.66115 +394,-0.061477853,0.302997961,336,-1.55108034,0.239698561,5641.4000645 +395,0.251311504,0.626976942,336,-1.55108034,0.239698561,6385.4517248 +396,2.950242872,0.149095644,336,-1.55108034,0.239698561,6882.4631575 +397,-0.180294708,0.35375117,336,-1.55108034,0.239698561,5166.5821443 +398,1.010448592,-0.351180233,336,-1.55108034,0.239698561,10205.927152 +399,-1.748740498,0.3686318073,336,-1.55108034,0.239698561,904.24090738 +400,2.699635665,0.123533791,336,-1.55108034,0.239698561,7852.6337371 +401,0.496808033,0.823843254,336,-1.55108034,0.239698561,6733.761164 +402,0.129574704,0.763364087,336,-1.55108034,0.239698561,5876.1472662 +403,1.798920311,0.817447563,336,-1.55108034,0.239698561,8191.3961583 +404,0.335987953,0.746786541,336,-1.55108034,0.239698561,6461.550481 +405,-1.085413643,0.292154671,336,-1.55108034,0.239698561,1790.3837786 +406,-0.155321003,0.508207011,336,-1.55108034,0.239698561,5166.4982701 +407,0.620529244,-0.301175104,336,-1.55108034,0.239698561,8745.4373854 +408,1.684402744,0.368716966,336,-1.55108034,0.239698561,10006.393869 +409,0.300582244,-0.386397212,336,-1.55108034,0.239698561,7591.3452894 +410,2.913555946,-0.009225192,336,-1.55108034,0.239698561,7183.5462179 +411,1.465101417,0.493232532,336,-1.55108034,0.239698561,9501.1440506 +412,0.090612882,0.907955955,336,-1.55108034,0.239698561,5646.3739222 +413,2.987564726,-0.729568594,336,-1.55108034,0.239698561,7360.1903386 +414,-1.484261606,0.224149272,336,-1.55108034,0.239698561,264.83849374 +415,0.164073421,0.303955133,336,-1.55108034,0.239698561,6468.7827878 +416,0.141441293,0.167552546,336,-1.55108034,0.239698561,6526.0663748 +417,2.931321023,-0.506718887,336,-1.55108034,0.239698561,7465.5663862 +418,2.21951565,0.700596356,336,-1.55108034,0.239698561,8059.3752532 +419,0.268112576,1.199114336,336,-1.55108034,0.239698561,5687.6975214 +420,0.978913739,0.359223811,336,-1.55108034,0.239698561,9082.8746789 +421,1.210898818,0.522863584,336,-1.55108034,0.239698561,9093.7352131 +422,2.347397336,0.129231362,336,-1.55108034,0.239698561,9128.5760645 +423,0.614394501,0.556878345,336,-1.55108034,0.239698561,7581.4026833 +424,-1.398079356,0.148483366,336,-1.55108034,0.239698561,695.59922747 +425,2.535303836,-0.112984496,336,-1.55108034,0.239698561,8732.8338469 +426,-1.019372593,-0.405322349,336,-1.55108034,0.239698561,3282.4347202 +427,-1.297785627,-0.160104069,336,-1.55108034,0.239698561,1870.6561587 +428,2.144554488,0.205051084,336,-1.55108034,0.239698561,9644.2175982 +429,-2.242387083,-0.426171285,336,-1.55108034,0.239698561,3755.0439424 +430,0.338637212,0.909723676,336,-1.55108034,0.239698561,6220.356728 +431,-0.148798452,0.691042401,336,-1.55108034,0.239698561,5110.7801814 +432,0.893524764,0.441829531,336,-1.55108034,0.239698561,8633.0450424 +433,0.969229347,-0.368847936,336,-1.55108034,0.239698561,10046.423006 +434,0.436043248,0.800045688,336,-1.55108034,0.239698561,6632.0972071 +435,1.687946607,1.081504775,336,-1.55108034,0.239698561,7201.7129098 +436,0.522302046,-0.034889271,336,-1.55108034,0.239698561,8186.6110036 +437,-0.178996113,-0.438090009,336,-1.55108034,0.239698561,5932.7449217 +438,-1.094339566,0.301444068,336,-1.55108034,0.239698561,1758.9702024 +439,-1.064070054,0.242569932,336,-1.55108034,0.239698561,1872.1901487 +440,-1.068153768,0.230387998,336,-1.55108034,0.239698561,1859.6317598 +441,-3.00496892,-0.23989155,336,-1.55108034,0.239698561,6009.2979341 +442,0.21751974,0.766874888,336,-1.55108034,0.239698561,6113.8800275 +443,0.117229532,0.007619006,336,-1.55108034,0.239698561,6589.8914305 +444,0.777758451,0.420554741,336,-1.55108034,0.239698561,8354.3486087 +445,-0.252356999,0.250747086,336,-1.55108034,0.239698561,4965.9845928 +446,0.363148444,0.768483434,336,-1.55108034,0.239698561,6500.0514461 +447,0.903191366,-0.118210676,336,-1.55108034,0.239698561,9725.4941524 +448,-0.205755923,0.149406178,336,-1.55108034,0.239698561,5220.6741391 +449,1.811996086,0.02364353,336,-1.55108034,0.239698561,11085.850178 +450,-1.100670221,0.314845373,336,-1.55108034,0.239698561,1739.9703038 +451,0.340078597,0.850105132,336,-1.55108034,0.239698561,6314.9834078 +452,0.258757267,0.804969236,336,-1.55108034,0.239698561,6175.558831 +453,2.78505352,-0.155160804,336,-1.55108034,0.239698561,7805.9700339 +454,0.800551619,0.105822106,336,-1.55108034,0.239698561,9050.0049716 +455,0.437940882,-0.506194031,336,-1.55108034,0.239698561,8115.9801876 +456,2.230431122,0.63458615,336,-1.55108034,0.239698561,8235.6256906 +457,0.527965361,0.127667701,336,-1.55108034,0.239698561,8020.6444567 +458,-0.063643205,0.702093448,336,-1.55108034,0.239698561,5363.2985388 +459,1.408447268,0.133010502,336,-1.55108034,0.239698561,10803.123175 +460,0.523795955,0.280266966,336,-1.55108034,0.239698561,7788.2661832 +461,-0.975769313,0.072177659,336,-1.55108034,0.239698561,2343.4385495 +462,0.549774164,-0.463663986,336,-1.55108034,0.239698561,8507.1355529 +463,0.29245874,1.095549818,336,-1.55108034,0.239698561,5859.5026638 +464,0.143625958,0.816809593,336,-1.55108034,0.239698561,5861.4640823 +465,0.671902494,0.611159853,336,-1.55108034,0.239698561,7623.9833336 +466,1.239840988,0.6724199,336,-1.55108034,0.239698561,8604.1928835 +467,0.607829703,-0.10932137,336,-1.55108034,0.239698561,8584.0174298 +468,1.763020906,0.263996692,336,-1.55108034,0.239698561,10337.313769 +469,0.378714634,0.726066797,336,-1.55108034,0.239698561,6609.0982559 +470,2.196736143,-0.153862366,336,-1.55108034,0.239698561,10066.74139 +471,0.01702415,0.148991565,336,-1.55108034,0.239698561,6072.0547929 +472,-2.998490902,-0.158002487,336,-1.55108034,0.239698561,5901.8856421 +473,-3.051262951,-0.346595608,336,-1.55108034,0.239698561,6286.0373417 +474,-1.069176439,0.182802941,336,-1.55108034,0.239698561,1878.8520708 +475,0.167157509,0.595344954,336,-1.55108034,0.239698561,6162.5763725 +476,0.613855648,0.681746124,336,-1.55108034,0.239698561,7315.681325 +477,1.037012736,0.682555367,336,-1.55108034,0.239698561,8257.0346779 +478,-1.253574971,0.379755746,336,-1.55108034,0.239698561,1250.5428426 +479,3.108590453,-0.132620738,336,-1.55108034,0.239698561,6547.6119879 +480,0.565301296,0.022333262,336,-1.55108034,0.239698561,8289.7501154 +481,0.547898238,0.855555614,336,-1.55108034,0.239698561,6785.577878 +482,0.948309381,0.417393755,336,-1.55108034,0.239698561,8844.9327767 +483,-0.050600732,0.945269213,336,-1.55108034,0.239698561,5292.8141941 +484,-0.977651478,-0.572363064,336,-1.55108034,0.239698561,3880.0427669 +485,1.102014914,0.728861163,336,-1.55108034,0.239698561,8212.8614161 +486,2.927300795,-0.282939414,336,-1.55108034,0.239698561,7356.6503487 +487,-1.154565557,0.124434095,336,-1.55108034,0.239698561,1609.4683829 +488,1.855331234,0.291044755,336,-1.55108034,0.239698561,10100.111392 +489,0.830290659,0.276904518,336,-1.55108034,0.239698561,8831.8133053 +490,0.485104466,-0.234867441,336,-1.55108034,0.239698561,8201.4941208 +491,0.521367572,-0.33161327,336,-1.55108034,0.239698561,8383.2231413 +1,-1.539031704,0.7349710123,337,0.180294813,0.029739425,6578.0804241 +2,-1.536990553,0.7349663874,337,0.180294813,0.029739425,6572.1288777 +3,-1.534951779,0.7349571355,337,0.180294813,0.029739425,6566.1853989 +4,-1.532906461,0.7349480293,337,0.180294813,0.029739425,6560.2216703 +5,-1.531320211,0.7346937278,337,0.180294813,0.029739425,6555.7098689 +6,-1.539451648,0.7335131775,337,0.180294813,0.029739425,6580.0094606 +7,-1.537429487,0.7335445708,337,0.180294813,0.029739425,6574.0884637 +8,-1.535484998,0.7335658704,337,0.180294813,0.029739425,6568.3984857 +9,-1.533488396,0.7336036027,337,0.180294813,0.029739425,6562.5478982 +10,-1.531497785,0.7335842962,337,0.180294813,0.029739425,6556.7406173 +11,-1.530259379,0.7334777758,337,0.180294813,0.029739425,6553.1705193 +12,-1.5335454,0.7322346912,337,0.180294813,0.029739425,6563.3535671 +13,-1.531489083,0.7322238773,337,0.180294813,0.029739425,6557.3428991 +14,-1.530011122,0.7321679851,337,0.180294813,0.029739425,6553.0441042 +15,-1.53348106,0.7306614094,337,0.180294813,0.029739425,6563.8988513 +16,-1.531441779,0.7306962275,337,0.180294813,0.029739425,6557.9084468 +17,-1.529755654,0.7306933243,337,0.180294813,0.029739425,6552.9694523 +18,-1.533415048,0.7291384674,337,0.180294813,0.029739425,6564.4144353 +19,-1.531392093,0.7291705353,337,0.180294813,0.029739425,6558.4649491 +20,-1.529296523,0.7291214933,337,0.180294813,0.029739425,6552.3386423 +21,-1.535280942,0.727267644,337,0.180294813,0.029739425,6570.7666315 +22,-1.533378158,0.7276139666,337,0.180294813,0.029739425,6565.0149686 +23,-1.531340368,0.7276446587,337,0.180294813,0.029739425,6559.014368 +24,-1.528960113,0.7276398177,337,0.180294813,0.029739425,6552.02296 +25,-1.533313146,0.7260818349,337,0.180294813,0.029739425,6565.5352373 +26,-1.531259555,0.7260958115,337,0.180294813,0.029739425,6559.487547 +27,-1.528926415,0.7260865555,337,0.180294813,0.029739425,6552.6269841 +28,-1.531226779,0.7245511789,337,0.180294813,0.029739425,6560.0988585 +29,-1.528904772,0.7245519194,337,0.180294813,0.029739425,6553.2570494 +30,-1.547195875,0.7409785979,337,0.180294813,0.029739425,6598.8493224 +31,-1.5451475,0.740980426,337,0.180294813,0.029739425,6592.9106753 +32,-1.543097679,0.7409798872,337,0.180294813,0.029739425,6586.9679682 +33,-1.540720364,0.7409892687,337,0.180294813,0.029739425,6580.0695976 +34,-1.547188511,0.7395198392,337,0.180294813,0.029739425,6599.5660477 +35,-1.545148587,0.7395226109,337,0.180294813,0.029739425,6593.6434354 +36,-1.543104538,0.7395314908,337,0.180294813,0.029739425,6587.7048078 +37,-1.540727751,0.7395306258,337,0.180294813,0.029739425,6580.8037429 +38,-1.547187029,0.7380014886,337,0.180294813,0.029739425,6600.3291208 +39,-1.545147315,0.7380012252,337,0.180294813,0.029739425,6594.4003342 +40,-1.54310719,0.7380060743,337,0.180294813,0.029739425,6588.466775 +41,-1.540719671,0.7380068206,337,0.180294813,0.029739425,6581.5239993 +42,-1.547187189,0.7364799098,337,0.180294813,0.029739425,6601.0977263 +43,-1.545149996,0.7364853874,337,0.180294813,0.029739425,6595.1651067 +44,-1.543106091,0.7364823484,337,0.180294813,0.029739425,6589.2161647 +45,-1.540717158,0.7364893901,337,0.180294813,0.029739425,6582.2564708 +46,-1.538663972,0.7410138672,337,0.180294813,0.029739425,6574.0934733 +47,-1.53695285,0.7409699132,337,0.180294813,0.029739425,6569.1510066 +48,-1.534910498,0.7409641297,337,0.180294813,0.029739425,6563.2282611 +49,-1.533145034,0.7409536636,337,0.180294813,0.029739425,6558.110187 +50,-1.538681336,0.7395405883,337,0.180294813,0.029739425,6574.8556276 +51,-1.536999189,0.7395183096,337,0.180294813,0.029739425,6569.9801891 +52,-1.534923633,0.7395144222,337,0.180294813,0.029739425,6563.9521409 +53,-1.533267822,0.7395654306,337,0.180294813,0.029739425,6559.1170498 +54,-1.53867273,0.7380151077,337,0.180294813,0.029739425,6575.5668086 +55,-1.536980576,0.7379994392,337,0.180294813,0.029739425,6570.6522112 +56,-1.534931522,0.7379944961,337,0.180294813,0.029739425,6564.6933143 +57,-1.533387952,0.7379480264,337,0.180294813,0.029739425,6560.2237428 +58,-1.538682279,0.7364914363,337,0.180294813,0.029739425,6576.3291141 +59,-1.536980704,0.7364810563,337,0.180294813,0.029739425,6571.3776478 +60,-1.534935567,0.7364752065,337,0.180294813,0.029739425,6565.4222709 +61,-1.533042592,0.7363876366,337,0.180294813,0.029739425,6559.9473848 +62,-1.545143426,0.7349628011,337,0.180294813,0.029739425,6595.9054522 +63,-1.543105297,0.7349691947,337,0.180294813,0.029739425,6589.9603822 +64,-1.541064533,0.7349647152,337,0.180294813,0.029739425,6584.011964 +65,-1.545411803,0.7334624714,337,0.180294813,0.029739425,6597.4364019 +66,-1.543446606,0.7334780896,337,0.180294813,0.029739425,6591.6916848 +67,-1.541475327,0.7334957295,337,0.180294813,0.029739425,6585.9274277 +68,-1.545401939,0.731963266,337,0.180294813,0.029739425,6598.1547821 +69,-1.54342253,0.7319915583,337,0.180294813,0.029739425,6592.3544285 +70,-1.541455867,0.7320216438,337,0.180294813,0.029739425,6586.5897915 +71,-1.545410146,0.7304422281,337,0.180294813,0.029739425,6598.9360067 +72,-1.543435491,0.7304713664,337,0.180294813,0.029739425,6593.1411673 +73,-1.541463105,0.7304997613,337,0.180294813,0.029739425,6587.3526731 +74,-1.545414768,0.7289194936,337,0.180294813,0.029739425,6599.7067685 +75,-1.543435774,0.7289538557,337,0.180294813,0.029739425,6593.8886778 +76,-1.541457714,0.7289765881,337,0.180294813,0.029739425,6588.078374 +77,-1.539449415,0.7320555866,337,0.180294813,0.029739425,6580.706308 +78,-1.537429183,0.7321097681,337,0.180294813,0.029739425,6574.7722533 +79,-1.535472649,0.7321497267,337,0.180294813,0.029739425,6569.0308241 +80,-1.539457899,0.7305333307,337,0.180294813,0.029739425,6581.46492 +81,-1.537453161,0.7305750503,337,0.180294813,0.029739425,6575.5740375 +82,-1.535479385,0.7306124949,337,0.180294813,0.029739425,6569.7753393 +83,-1.53946905,0.7290102593,337,0.180294813,0.029739425,6582.2309897 +84,-1.537459922,0.7290417293,337,0.180294813,0.029739425,6576.3240352 +85,-1.535451349,0.7290890157,337,0.180294813,0.029739425,6570.4106357 +86,-1.535522937,0.7279887191,337,0.180294813,0.029739425,6571.1384564 +87,-1.539442524,0.7274735939,337,0.180294813,0.029739425,6582.8922237 +88,-1.537424111,0.727521351,337,0.180294813,0.029739425,6576.9420878 +89,-1.539384641,0.7259505092,337,0.180294813,0.029739425,6583.4536765 +90,-1.537372391,0.7259947145,337,0.180294813,0.029739425,6577.5152236 +91,-1.535340789,0.7260435356,337,0.180294813,0.029739425,6571.5171903 +92,-1.539325716,0.7244369706,337,0.180294813,0.029739425,6584.0061887 +93,-1.537308932,0.7244801057,337,0.180294813,0.029739425,6578.0468541 +94,-1.535289068,0.7245247645,337,0.180294813,0.029739425,6572.0772231 +95,-1.533261366,0.7245550236,337,0.180294813,0.029739425,6566.0906883 +96,-1.539267302,0.722921924,337,0.180294813,0.029739425,6584.5596399 +97,-1.537248972,0.7229660258,337,0.180294813,0.029739425,6578.5872365 +98,-1.535219431,0.7229916471,337,0.180294813,0.029739425,6572.5899125 +99,-1.53318962,0.7230212049,337,0.180294813,0.029739425,6566.5892807 +100,-1.531154816,0.7230299897,337,0.180294813,0.029739425,6560.582776 +101,-1.528878341,0.7230370244,337,0.180294813,0.029739425,6553.8631308 +102,-1.539218189,0.7214009878,337,0.180294813,0.029739425,6585.1420789 +103,-1.537198791,0.7214422745,337,0.180294813,0.029739425,6579.1597756 +104,-1.535179266,0.7214634354,337,0.180294813,0.029739425,6573.1859736 +105,-1.533156501,0.7214944644,337,0.180294813,0.029739425,6567.1973138 +106,-1.53113574,0.7215166021,337,0.180294813,0.029739425,6561.2180137 +107,-1.528874248,0.7215345535,337,0.180294813,0.029739425,6554.5286505 +108,-1.539217656,0.7198512397,337,0.180294813,0.029739425,6585.880671 +109,-1.537199919,0.7199428763,337,0.180294813,0.029739425,6579.871313 +110,-1.545425832,0.727397149,337,0.180294813,0.029739425,6600.4954222 +111,-1.543371177,0.7273916949,337,0.180294813,0.029739425,6594.4668095 +112,-1.541368852,0.7274523163,337,0.180294813,0.029739425,6588.5586556 +113,-1.545349067,0.7258710923,337,0.180294813,0.029739425,6601.0269867 +114,-1.54332671,0.7258603556,337,0.180294813,0.029739425,6595.0875749 +115,-1.541346831,0.7259242142,337,0.180294813,0.029739425,6589.2357513 +116,-1.545324355,0.7243383958,337,0.180294813,0.029739425,6601.7135545 +117,-1.543292796,0.7243617413,337,0.180294813,0.029739425,6595.722157 +118,-1.541295822,0.7244024384,337,0.180294813,0.029739425,6589.8234119 +119,-1.543193859,0.7205570215,337,0.180294813,0.029739425,6597.2904027 +120,-1.550257047,0.7386738187,337,0.180294813,0.029739425,6608.9056416 +121,-1.549335448,0.7311736483,337,0.180294813,0.029739425,6610.0521455 +122,-1.533478843,0.7179891343,337,0.180294813,0.029739425,6569.7696596 +123,-1.556150555,0.738907041,337,0.180294813,0.029739425,6625.89171 +124,-1.554324226,0.733414257,337,0.180294813,0.029739425,6623.4673388 +125,-1.554290846,0.7288285332,337,0.180294813,0.029739425,6625.7611152 +126,-1.55122487,0.7219795312,337,0.180294813,0.029739425,6620.2794714 +127,-1.525104458,0.7229399862,337,0.180294813,0.029739425,6542.7690555 +128,-1.519607711,0.7236181429,337,0.180294813,0.029739425,6526.2513655 +129,-1.513899999,0.7251107854,337,0.180294813,0.029739425,6508.7884089 +130,-1.536620762,0.7431061895,337,0.180294813,0.029739425,6567.1660058 +131,-1.5369566,0.7460845958,337,0.180294813,0.029739425,6566.7087914 +132,-1.545345528,0.7447040685,337,0.180294813,0.029739425,6591.615638 +133,-1.532813921,0.7432306626,337,0.180294813,0.029739425,6556.0836589 +134,-1.554788248,0.7382381001,337,0.180294813,0.029739425,6622.2901099 +135,-1.540348126,0.7301594274,337,0.180294813,0.029739425,6584.2526929 +136,-1.538016084,0.7239051786,337,0.180294813,0.029739425,6580.4027609 +137,-1.525288962,0.7258085137,337,0.180294813,0.029739425,6542.0451267 +138,-1.534326986,0.731241342,337,0.180294813,0.029739425,6566.1052471 +139,-1.530733872,0.7303625216,337,0.180294813,0.029739425,6555.9874145 +141,-1.534354939,0.7328219978,337,0.180294813,0.029739425,6565.4461689 +142,-1.53157084,0.7292888153,337,0.180294813,0.029739425,6558.9349031 +143,-1.525691035,0.7263799874,337,0.180294813,0.029739425,6542.9752211 +144,-1.534031287,0.7495967835,337,0.180294813,0.029739425,6556.5996448 +145,-1.527714986,0.7283095957,337,0.180294813,0.029739425,6548.0627756 +146,-1.526189586,0.7271468292,337,0.180294813,0.029739425,6544.100673 +147,-1.555177336,0.7375563366,337,0.180294813,0.029739425,6623.7788887 +148,-1.555080283,0.7312707794,337,0.180294813,0.029739425,6626.7958267 +149,-1.53856994,0.7224180299,337,0.180294813,0.029739425,6582.7435814 +150,-1.530837883,0.729933372,337,0.180294813,0.029739425,6556.4891335 +151,-1.515066984,0.5854133365,337,0.180294813,0.029739425,6567.282772 +152,-1.534731633,0.5368370046,337,0.180294813,0.029739425,6651.5458108 +153,-1.515231902,0.5607085576,337,0.180294813,0.029739425,6576.9028845 +154,-2.616253799,1.0684566605,337,0.180294813,0.029739425,7968.6971079 +155,-1.956071439,0.5792177723,337,0.180294813,0.029739425,7991.3970287 +156,-1.951208514,0.5602434208,337,0.180294813,0.029739425,8002.2768448 +157,-1.944675062,0.6062144545,337,0.180294813,0.029739425,7918.4738423 +158,-1.613778386,0.6077989518,337,0.180294813,0.029739425,6877.325056 +159,-2.035029014,0.6021432345,337,0.180294813,0.029739425,8196.3960417 +160,-2.114989471,0.6801825058,337,0.180294813,0.029739425,8279.1457234 +161,-2.037382079,0.5765830025,337,0.180294813,0.029739425,8244.9882112 +162,-2.129855121,0.6585019963,337,0.180294813,0.029739425,8362.5074986 +163,-2.075141798,0.6493615843,337,0.180294813,0.029739425,8229.8046274 +164,-1.828626729,0.6948433129,337,0.180294813,0.029739425,7456.6679034 +165,-1.863329418,0.6735427691,337,0.180294813,0.029739425,7584.4763686 +166,-1.266037071,0.727988852,337,0.180294813,0.029739425,5775.6910286 +167,-1.277579582,0.7249010648,337,0.180294813,0.029739425,5809.1195605 +168,-1.258418684,0.7241194816,337,0.180294813,0.029739425,5752.203319 +169,-1.317813974,0.6804850104,337,0.180294813,0.029739425,5924.0481891 +170,-1.344165204,0.6790988904,337,0.180294813,0.029739425,6005.1350924 +171,-1.427582102,0.5277120351,337,0.180294813,0.029739425,6289.4284212 +172,-1.402238616,0.457167829,337,0.180294813,0.029739425,6211.6318769 +173,-1.422454264,0.4996161999,337,0.180294813,0.029739425,6276.5250347 +174,-1.439089277,0.4894859811,337,0.180294813,0.029739425,6336.2780081 +175,-1.448126995,0.5182330266,337,0.180294813,0.029739425,6361.6975656 +176,-1.474626146,0.5881926574,337,0.180294813,0.029739425,6433.4426999 +177,-1.421139645,0.5584869783,337,0.180294813,0.029739425,6262.369328 +178,-1.457037165,0.565943032,337,0.180294813,0.029739425,6381.0055228 +179,-2.757159358,0.3745319,337,0.180294813,0.029739425,10657.9965 +180,-2.714309238,0.342054471,337,0.180294813,0.029739425,10685.72013 +181,-2.000525337,0.774119946,337,0.180294813,0.029739425,7803.0920196 +183,-1.571413436,0.6777838382,337,0.180294813,0.029739425,6704.1726316 +184,-1.552860289,0.6987663893,337,0.180294813,0.029739425,6636.9239277 +185,-1.521852374,0.7165827476,337,0.180294813,0.029739425,6535.9133558 +186,-1.503656267,0.6928968252,337,0.180294813,0.029739425,6490.8578918 +187,-1.502753178,0.7136205882,337,0.180294813,0.029739425,6480.2954642 +188,-1.631894563,0.7343596465,337,0.180294813,0.029739425,6848.1378698 +189,-1.653765416,0.6770714026,337,0.180294813,0.029739425,6955.3665469 +190,-1.719812114,0.6715965947,337,0.180294813,0.029739425,7159.6951551 +191,-1.493406659,0.6646955447,337,0.180294813,0.029739425,6469.558242 +192,-1.469120564,0.6613469966,337,0.180294813,0.029739425,6395.0333526 +193,-1.590551461,0.5326612937,337,0.180294813,0.029739425,6842.4209146 +194,-1.625979264,0.5247742243,337,0.180294813,0.029739425,6966.7190857 +195,-1.572293943,0.5238808754,337,0.180294813,0.029739425,6784.6997058 +196,-1.610848725,0.5477107964,337,0.180294813,0.029739425,6902.7187768 +197,-1.208485554,0.7918526018,337,0.180294813,0.029739425,5632.4480367 +198,-1.335601374,0.6869083083,337,0.180294813,0.029739425,5979.0985889 +199,-1.346156996,0.6825213377,337,0.180294813,0.029739425,6011.3390683 +200,-1.324381037,0.6741422347,337,0.180294813,0.029739425,5943.8034624 +201,-1.242424992,0.7378949807,337,0.180294813,0.029739425,5709.066833 +202,-1.270370057,0.7392461008,337,0.180294813,0.029739425,5791.0879453 +203,-1.448950472,0.7441675014,337,0.180294813,0.029739425,6312.2955701 +204,-1.492662363,0.7523026852,337,0.180294813,0.029739425,6436.3515508 +205,-1.479098966,0.7763855017,337,0.180294813,0.029739425,6389.3812634 +206,-1.633760714,0.7869022408,337,0.180294813,0.029739425,6814.0378613 +207,-1.647406434,0.8101289331,337,0.180294813,0.029739425,6832.5632771 +208,-1.564245052,0.5701509278,337,0.180294813,0.029739425,6735.9662532 +209,-1.646289963,0.6833746083,337,0.180294813,0.029739425,6928.0728026 +210,-1.5820631,0.6751952144,337,0.180294813,0.029739425,6738.1785549 +211,-1.613236298,0.6681681791,337,0.180294813,0.029739425,6837.9491305 +212,-1.914661867,0.8212566515,337,0.180294813,0.029739425,7508.2316714 +213,-1.742133237,0.7250275956,337,0.180294813,0.029739425,7173.6403058 +214,-2.033144872,0.6557314699,337,0.180294813,0.029739425,8100.4516887 +215,-2.039551981,0.6964723658,337,0.180294813,0.029739425,8045.9111037 +216,-1.247341019,0.7622473908,337,0.180294813,0.029739425,5730.7681289 +217,-1.298239787,0.7084123392,337,0.180294813,0.029739425,5867.8172445 +218,-1.308539688,0.6926545592,337,0.180294813,0.029739425,5896.9008983 +219,-1.303263185,0.6888938396,337,0.180294813,0.029739425,5880.3379087 +220,-1.852400229,0.6004246149,337,0.180294813,0.029739425,7641.3935314 +221,-1.288947707,0.7473773692,337,0.180294813,0.029739425,5846.9005353 +222,-1.372031502,0.7472790993,337,0.180294813,0.029739425,6088.2110237 +223,-1.289805721,0.7242157877,337,0.180294813,0.029739425,5845.2069778 +224,-1.350807603,0.7533498126,337,0.180294813,0.029739425,6026.6719937 +225,-1.329290365,0.7560442322,337,0.180294813,0.029739425,5964.7272807 +226,-1.410153004,0.616936428,337,0.180294813,0.029739425,6217.2416652 +227,-1.393445434,0.6308995063,337,0.180294813,0.029739425,6161.8585478 +228,-1.37595573,0.6241540638,337,0.180294813,0.029739425,6106.3451165 +229,-1.358388707,0.6172645205,337,0.180294813,0.029739425,6050.0356882 +230,-1.753741133,0.8281661666,337,0.180294813,0.029739425,7093.4466996 +231,-1.47430987,0.6834615681,337,0.180294813,0.029739425,6404.600709 +232,-1.421012508,0.7222725206,337,0.180294813,0.029739425,6234.683869 +233,-1.4476833,0.6978557868,337,0.180294813,0.029739425,6319.6269258 +234,-1.470370723,0.6966193374,337,0.180294813,0.029739425,6388.6916937 +235,-1.429211703,0.7037216883,337,0.180294813,0.029739425,6262.5386983 +236,-1.700578405,0.6178673663,337,0.180294813,0.029739425,7146.811227 +237,-1.678117619,0.6331716163,337,0.180294813,0.029739425,7063.9600854 +238,-1.725644578,0.6316331145,337,0.180294813,0.029739425,7213.6791606 +239,-2.14012759,0.7930497945,337,0.180294813,0.029739425,8100.5550198 +240,-2.103289431,0.7653606263,337,0.180294813,0.029739425,8074.2089403 +241,-1.318739838,0.7017808746,337,0.180294813,0.029739425,5928.8240256 +242,-1.396417427,0.7077900843,337,0.180294813,0.029739425,6163.1427407 +243,-1.35650337,0.7185539404,337,0.180294813,0.029739425,6043.0217877 +244,-1.248884539,0.7274156818,337,0.180294813,0.029739425,5724.9205864 +245,-1.395014798,0.5761185243,337,0.180294813,0.029739425,6172.7441148 +246,-1.433377362,0.6064716109,337,0.180294813,0.029739425,6294.2365093 +247,-1.408172432,0.5903155476,337,0.180294813,0.029739425,6214.485144 +248,-1.749645898,0.7757118084,337,0.180294813,0.029739425,7141.1541073 +249,-1.571626686,0.615046989,337,0.180294813,0.029739425,6737.9310906 +250,-1.514070049,0.6303003037,337,0.180294813,0.029739425,6547.0976124 +251,-1.480890369,0.6237966528,337,0.180294813,0.029739425,6443.3187778 +252,-1.704390658,0.5281680612,337,0.180294813,0.029739425,7229.2677049 +253,-1.64434733,0.5254277498,337,0.180294813,0.029739425,7028.5723409 +254,-1.703855997,0.4792484842,337,0.180294813,0.029739425,7262.4929055 +255,-1.692002383,0.5748825051,337,0.180294813,0.029739425,7153.162618 +256,-1.854136457,0.5544643913,337,0.180294813,0.029739425,7699.2476035 +257,-1.665021206,0.520317736,337,0.180294813,0.029739425,7101.8416912 +258,-1.733654349,0.4845187345,337,0.180294813,0.029739425,7361.5122146 +259,-1.720938188,0.5135933906,337,0.180294813,0.029739425,7296.0423599 +260,-1.742668307,0.553296122,337,0.180294813,0.029739425,7336.596132 +261,-1.965659039,0.7142126903,337,0.180294813,0.029739425,7814.7105967 +262,-1.944438071,0.6772834804,337,0.180294813,0.029739425,7813.6242885 +263,-1.270340967,0.7681487096,337,0.180294813,0.029739425,5797.9481519 +264,-1.353091884,0.6549276821,337,0.180294813,0.029739425,6032.6712824 +265,-1.333236659,0.6413584414,337,0.180294813,0.029739425,5969.7152008 +266,-1.352015998,0.6753788907,337,0.180294813,0.029739425,6029.3190235 +267,-1.377988483,0.6577816235,337,0.180294813,0.029739425,6110.6987981 +268,-2.13075611,0.8318642051,337,0.180294813,0.029739425,7991.6826275 +269,-2.097910953,0.8259670014,337,0.180294813,0.029739425,7932.0555596 +270,-1.416382069,0.6694271549,337,0.180294813,0.029739425,6229.1808639 +271,-1.538905672,0.7535625993,337,0.180294813,0.029739425,6568.6937557 +272,-1.572309477,0.7803125099,337,0.180294813,0.029739425,6648.6504556 +273,-1.87759879,0.7503853417,337,0.180294813,0.029739425,7520.1896603 +274,1.152365588,0.590457682,337,0.180294813,0.029739425,4218.420018 +275,0.350198001,0.718001859,337,0.180294813,0.029739425,2793.1160264 +276,0.046513677,0.491503852,337,0.180294813,0.029739425,1897.8570352 +277,0.027510309,0.742571376,337,0.180294813,0.029739425,2875.0972855 +278,0.306285725,-0.214631579,337,0.180294813,0.029739425,1087.4730079 +279,-1.100564889,0.318051531,337,0.180294813,0.029739425,5094.7968088 +280,-1.078582306,0.301437596,337,0.180294813,0.029739425,5007.7802494 +281,-1.137371989,-0.617634065,337,0.180294813,0.029739425,5477.4064638 +282,0.784356344,0.703272339,337,0.180294813,0.029739425,3436.3176429 +283,-1.221209947,0.218327455,337,0.180294813,0.029739425,5541.842062 +284,2.347301921,-0.449114658,337,0.180294813,0.029739425,8381.1106215 +285,0.246820618,0.830553713,337,0.180294813,0.029739425,3180.2449675 +286,0.829414965,0.703288228,337,0.180294813,0.029739425,3539.8237484 +287,-1.337537566,0.42332223,337,0.180294813,0.029739425,5982.2969562 +288,0.882453706,0.454478077,337,0.180294813,0.029739425,3157.7665363 +289,1.575629659,0.416419109,337,0.180294813,0.029739425,5538.828258 +290,-1.039455679,0.229888244,337,0.180294813,0.029739425,4841.6317676 +291,0.489558039,0.934482747,337,0.180294813,0.029739425,3723.7312703 +292,0.081344504,0.88384514,337,0.180294813,0.029739425,3399.3734826 +293,-1.547979814,0.300350308,337,0.180294813,0.029739425,6782.0684251 +294,0.040776181,0.168560074,337,0.180294813,0.029739425,777.34246042 +295,-1.130374745,0.563894876,337,0.180294813,0.029739425,5289.7183846 +296,1.578326642,0.478507176,337,0.180294813,0.029739425,5560.4464456 +297,-1.12861823,-0.291640865,337,0.180294813,0.029739425,5264.7347116 +298,0.310524208,0.770885792,337,0.180294813,0.029739425,2971.1279334 +299,0.415649091,-0.387246002,337,0.180294813,0.029739425,1885.7514367 +300,-0.926533878,-0.188022748,337,0.180294813,0.029739425,4444.3333859 +301,1.258856172,-0.11716081,337,0.180294813,0.029739425,4303.2338006 +302,-1.126050026,0.322941926,337,0.180294813,0.029739425,5191.5947173 +303,2.002785835,0.07893892,337,0.180294813,0.029739425,7205.6817438 +304,0.440437607,0.746258085,337,0.180294813,0.029739425,2984.0091406 +305,-0.030391866,0.214441206,337,0.180294813,0.029739425,1104.2079225 +306,0.521557815,-0.058929362,337,0.180294813,0.029739425,1396.0547013 +307,-0.097005111,0.13317729,337,0.180294813,0.029739425,1168.4123613 +308,1.83113859,0.221857587,337,0.180294813,0.029739425,6505.0786018 +309,0.222428864,0.099404236,337,0.180294813,0.029739425,322.28880989 +310,-1.702731345,0.8728568183,337,0.180294813,0.029739425,6916.8278248 +311,-0.418507569,0.278324921,337,0.180294813,0.029739425,2535.3949634 +312,-1.41153306,0.339029988,337,0.180294813,0.029739425,6261.2778083 +313,0.357560442,0.114788776,337,0.180294813,0.029739425,776.93282419 +314,0.325818979,0.268352149,337,0.180294813,0.029739425,1102.9835192 +315,-1.246004659,-0.663679965,337,0.180294813,0.029739425,5844.8166811 +316,1.814603087,0.637404484,337,0.180294813,0.029739425,6353.8039975 +317,1.843704281,-0.18300445,337,0.180294813,0.029739425,6603.9908847 +318,1.690644492,-0.211480909,337,0.180294813,0.029739425,6012.7010672 +319,-1.275451936,0.068109467,337,0.180294813,0.029739425,5759.4062938 +320,0.762430171,-0.207594741,337,0.180294813,0.029739425,2476.2798307 +321,0.265668905,-0.014647884,337,0.180294813,0.029739425,381.10823818 +322,-2.773032013,-0.335515811,337,0.180294813,0.029739425,11029.624066 +323,-1.469512853,0.174058777,337,0.180294813,0.029739425,6509.557863 +324,0.286276986,0.785925691,337,0.180294813,0.029739425,3018.0654028 +325,-1.379324697,0.377432233,337,0.180294813,0.029739425,6137.3754022 +326,-1.203778265,0.212813032,337,0.180294813,0.029739425,5474.2006094 +327,0.579916301,0.611743168,337,0.180294813,0.029739425,2735.3124959 +328,0.267582642,0.868113908,337,0.180294813,0.029739425,3333.883152 +329,0.412869244,-0.050245578,337,0.180294813,0.029739425,973.90577058 +330,0.17524381,0.976660285,337,0.180294813,0.029739425,3750.788361 +331,0.743157214,0.204812899,337,0.180294813,0.029739425,2317.0129403 +332,-1.070758176,0.269382282,337,0.180294813,0.029739425,4970.250379 +333,-1.230364251,0.329790229,337,0.180294813,0.029739425,5583.7286373 +334,-1.374813124,-0.024926835,337,0.180294813,0.029739425,6162.7652516 +335,0.519780566,0.463669906,337,0.180294813,0.029739425,2149.8074415 +336,-1.55108034,0.239698561,337,0.180294813,0.029739425,6811.075659 +337,0.180294813,0.029739425,337,0.180294813,0.029739425,0 +338,0.67820924,0.268170153,337,0.180294813,0.029739425,2162.1452311 +339,0.445798684,1.024001867,337,0.180294813,0.029739425,4023.7219535 +340,0.691751283,0.150521402,337,0.180294813,0.029739425,2072.1935646 +341,-1.036643551,-0.903056181,337,0.180294813,0.029739425,5460.1885621 +342,-0.120287036,1.083325163,337,0.180294813,0.029739425,4268.272912 +343,2.823513113,-0.304487164,337,0.180294813,0.029739425,10220.071988 +344,0.457583172,1.12513373,337,0.180294813,0.029739425,4411.837872 +345,0.042918831,0.813795399,337,0.180294813,0.029739425,3141.7568118 +346,1.196146777,-0.853142756,337,0.180294813,0.029739425,4915.2147724 +347,0.206001358,-0.010430701,337,0.180294813,0.029739425,188.89921385 +348,-0.268308653,0.234799412,337,0.180294813,0.029739425,1936.4488625 +349,0.759363263,0.736189579,337,0.180294813,0.029739425,3471.449802 +350,0.181363926,0.891988372,337,0.180294813,0.029739425,3415.3699501 +351,-0.021111158,0.139103292,337,0.180294813,0.029739425,904.9336922 +352,-0.093355215,0.630686981,337,0.180294813,0.029739425,2583.285032 +353,0.40118964,0.681375926,337,0.180294813,0.029739425,2701.9391022 +354,-0.721197315,1.304706234,337,0.180294813,0.029739425,5457.5961437 +355,-1.076150317,0.212107639,337,0.180294813,0.029739425,4980.1239729 +356,-1.577164531,0.273993443,337,0.180294813,0.029739425,6900.7260262 +357,-0.190788414,0.182208586,337,0.180294813,0.029739425,1580.0253535 +358,-0.261349752,0.209710184,337,0.180294813,0.029739425,1874.9706036 +359,-1.029303852,0.083549259,337,0.180294813,0.029739425,4786.5912254 +360,-1.268609162,0.330525297,337,0.180294813,0.029739425,5727.0631669 +361,1.282982244,-0.926641967,337,0.180294813,0.029739425,5233.0835494 +362,0.217352334,0.731352408,337,0.180294813,0.029739425,2782.2219598 +363,-1.511833084,0.258629297,337,0.180294813,0.029739425,6655.935572 +364,0.338812194,0.823184618,337,0.180294813,0.029739425,3189.9115298 +365,-0.324406489,1.134201999,337,0.180294813,0.029739425,4605.2257727 +366,1.389579348,0.399185724,337,0.180294813,0.029739425,4859.1784546 +367,2.047152199,-0.039082036,337,0.180294813,0.029739425,7397.9773575 +368,0.947780369,0.568250077,337,0.180294813,0.029739425,3561.4397354 +369,0.763824846,0.576754987,337,0.180294813,0.029739425,3064.0420111 +370,-0.142334657,0.928153068,337,0.180294813,0.029739425,3712.7552302 +371,0.610266567,0.547265983,337,0.180294813,0.029739425,2605.4677561 +372,0.210731629,0.746815056,337,0.180294813,0.029739425,2842.3836949 +373,-1.34931644,0.316895224,337,0.180294813,0.029739425,6030.2480604 +374,2.407696481,0.655030745,337,0.180294813,0.029739425,8141.0105699 +375,0.64207831,0.545359131,337,0.180294813,0.029739425,2675.1145416 +376,1.174597538,0.840588356,337,0.180294813,0.029739425,4654.0176264 +377,0.660059424,0.010604079,337,0.180294813,0.029739425,1901.435563 +378,-0.730263819,0.010486456,337,0.180294813,0.029739425,3606.6880888 +379,0.831068936,0.512339172,337,0.180294813,0.029739425,3107.4793317 +380,1.301180979,0.72367476,337,0.180294813,0.029739425,4824.859807 +381,1.811128231,0.322854402,337,0.180294813,0.029739425,6409.9112183 +382,0.435105812,0.992284428,337,0.180294813,0.029739425,3897.1957706 +383,0.62643634,0.592027932,337,0.180294813,0.029739425,2772.6505297 +384,0.492988703,-0.516339467,337,0.180294813,0.029739425,2465.7709357 +385,-0.162469483,0.112549365,337,0.180294813,0.029739425,1392.9963128 +386,0.314630866,0.472006421,337,0.180294813,0.029739425,1824.6423369 +387,0.166744804,0.822815954,337,0.180294813,0.029739425,3141.7230704 +388,0.417159608,0.965805736,337,0.180294813,0.029739425,3785.2878353 +389,0.106334961,0.868774244,337,0.180294813,0.029739425,3332.8015337 +390,0.815086969,-0.338144359,337,0.180294813,0.029739425,2866.3524385 +391,0.59867455,-0.230624824,337,0.180294813,0.029739425,1940.6157605 +392,1.915104874,0.066220985,337,0.180294813,0.029739425,6861.9586477 +393,1.278093622,0.064463721,337,0.180294813,0.029739425,4344.9619277 +394,-0.061477853,0.302997961,337,0.180294813,0.029739425,1434.3460099 +395,0.251311504,0.626976942,337,0.180294813,0.029739425,2379.9906989 +396,2.950242872,0.149095644,337,0.180294813,0.029739425,10814.375536 +397,-0.180294708,0.35375117,337,0.180294813,0.029739425,1895.5359917 +398,1.010448592,-0.351180233,337,0.180294813,0.029739425,3557.5088841 +399,-1.748740498,0.3686318073,337,0.180294813,0.029739425,7496.3108272 +400,2.699635665,0.123533791,337,0.180294813,0.029739425,9910.5301235 +401,0.496808033,0.823843254,337,0.180294813,0.029739425,3328.687568 +402,0.129574704,0.763364087,337,0.180294813,0.029739425,2911.377248 +403,1.798920311,0.817447563,337,0.180294813,0.029739425,6265.5099509 +404,0.335987953,0.746786541,337,0.180294813,0.029739425,2893.2977463 +405,-1.085413643,0.292154671,337,0.180294813,0.029739425,5031.2795959 +406,-0.155321003,0.508207011,337,0.180294813,0.029739425,2279.1072648 +407,0.620529244,-0.301175104,337,0.180294813,0.029739425,2161.7831063 +408,1.684402744,0.368716966,337,0.180294813,0.029739425,5933.1103794 +409,0.300582244,-0.386397212,337,0.180294813,0.029739425,1712.6920635 +410,2.913555946,-0.009225192,337,0.180294813,0.029739425,10824.746812 +411,1.465101417,0.493232532,337,0.180294813,0.029739425,5170.0363093 +412,0.090612882,0.907955955,337,0.180294813,0.029739425,3491.3210369 +413,2.987564726,-0.729568594,337,0.180294813,0.029739425,9426.9413519 +414,-1.484261606,0.224149272,337,0.180294813,0.029739425,6557.5486736 +415,0.164073421,0.303955133,337,0.180294813,0.029739425,1088.0023279 +416,0.141441293,0.167552546,337,0.180294813,0.029739425,566.92097597 +417,2.931321023,-0.506718887,337,0.180294813,0.029739425,10047.925182 +418,2.21951565,0.700596356,337,0.180294813,0.029739425,7536.4809303 +419,0.268112576,1.199114336,337,0.180294813,0.029739425,4637.9116774 +420,0.978913739,0.359223811,337,0.180294813,0.029739425,3349.1842109 +421,1.210898818,0.522863584,337,0.180294813,0.029739425,4327.5227411 +422,2.347397336,0.129231362,337,0.180294813,0.029739425,8542.1002421 +423,0.614394501,0.556878345,337,0.180294813,0.029739425,2642.841524 +424,-1.398079356,0.148483366,337,0.180294813,0.029739425,6234.1721622 +425,2.535303836,-0.112984496,337,0.180294813,0.029739425,9320.024781 +426,-1.019372593,-0.405322349,337,0.180294813,0.029739425,4925.8118216 +427,-1.297785627,-0.160104069,337,0.180294813,0.029739425,5878.3989533 +428,2.144554488,0.205051084,337,0.180294813,0.029739425,7719.500552 +429,-2.242387083,-0.426171285,337,0.180294813,0.029739425,9277.7912978 +430,0.338637212,0.909723676,337,0.180294813,0.029739425,3524.9129251 +431,-0.148798452,0.691042401,337,0.180294813,0.029739425,2875.5525365 +432,0.893524764,0.441829531,337,0.180294813,0.029739425,3172.4658778 +433,0.969229347,-0.368847936,337,0.180294813,0.029739425,3438.9402118 +434,0.436043248,0.800045688,337,0.180294813,0.029739425,3177.9507721 +435,1.687946607,1.081504775,337,0.180294813,0.029739425,6000.4235752 +436,0.522302046,-0.034889271,337,0.180294813,0.029739425,1378.429343 +437,-0.178996113,-0.438090009,337,0.180294813,0.029739425,2309.7202297 +438,-1.094339566,0.301444068,337,0.180294813,0.029739425,5067.2626567 +439,-1.064070054,0.242569932,337,0.180294813,0.029739425,4938.8910013 +440,-1.068153768,0.230387998,337,0.180294813,0.029739425,4952.2713744 +441,-3.00496892,-0.23989155,337,0.180294813,0.029739425,11594.037755 +442,0.21751974,0.766874888,337,0.180294813,0.029739425,2922.7307209 +443,0.117229532,0.007619006,337,0.180294813,0.029739425,264.67638809 +444,0.777758451,0.420554741,337,0.180294813,0.029739425,2762.312122 +445,-0.252356999,0.250747086,337,0.180294813,0.029739425,1905.9046479 +446,0.363148444,0.768483434,337,0.180294813,0.029739425,2995.9691927 +447,0.903191366,-0.118210676,337,0.180294813,0.029739425,2917.2812849 +448,-0.205755923,0.149406178,337,0.180294813,0.029739425,1594.1074783 +449,1.811996086,0.02364353,337,0.180294813,0.029739425,6460.2048631 +450,-1.100670221,0.314845373,337,0.180294813,0.029739425,5094.3899543 +451,0.340078597,0.850105132,337,0.180294813,0.029739425,3294.7327359 +452,0.258757267,0.804969236,337,0.180294813,0.029739425,3082.7302072 +453,2.78505352,-0.155160804,337,0.180294813,0.029739425,10270.639568 +454,0.800551619,0.105822106,337,0.180294813,0.029739425,2468.8668389 +455,0.437940882,-0.506194031,337,0.180294813,0.029739425,2337.0174124 +456,2.230431122,0.63458615,337,0.180294813,0.029739425,7653.5588486 +457,0.527965361,0.127667701,337,0.180294813,0.029739425,1426.02595 +458,-0.063643205,0.702093448,337,0.180294813,0.029739425,2803.7789178 +459,1.408447268,0.133010502,337,0.180294813,0.029739425,4861.2270259 +460,0.523795955,0.280266966,337,0.180294813,0.029739425,1667.711083 +461,-0.975769313,0.072177659,337,0.180294813,0.029739425,4575.1983081 +462,0.549774164,-0.463663986,337,0.180294813,0.029739425,2411.052577 +463,0.29245874,1.095549818,337,0.180294813,0.029739425,4234.6703398 +464,0.143625958,0.816809593,337,0.180294813,0.029739425,3120.1564195 +465,0.671902494,0.611159853,337,0.180294813,0.029739425,2929.5551963 +466,1.239840988,0.6724199,337,0.180294813,0.029739425,4587.0877246 +467,0.607829703,-0.10932137,337,0.180294813,0.029739425,1778.1923415 +468,1.763020906,0.263996692,337,0.180294813,0.029739425,6236.7859751 +469,0.378714634,0.726066797,337,0.180294813,0.029739425,2847.5227055 +470,2.196736143,-0.153862366,337,0.180294813,0.029739425,7983.9493753 +471,0.01702415,0.148991565,337,0.180294813,0.029739425,798.44830655 +472,-2.998490902,-0.158002487,337,0.180294813,0.029739425,11915.078718 +473,-3.051262951,-0.346595608,337,0.180294813,0.029739425,11141.31454 +474,-1.069176439,0.182802941,337,0.180294813,0.029739425,4949.13121 +475,0.167157509,0.595344954,337,0.180294813,0.029739425,2240.8912701 +476,0.613855648,0.681746124,337,0.180294813,0.029739425,3020.5760087 +477,1.037012736,0.682555367,337,0.180294813,0.029739425,4024.5800406 +478,-1.253574971,0.379755746,337,0.180294813,0.029739425,5674.5930025 +479,3.108590453,-0.132620738,337,0.180294813,0.029739425,11508.690169 +480,0.565301296,0.022333262,337,0.180294813,0.029739425,1524.7660654 +481,0.547898238,0.855555614,337,0.180294813,0.029739425,3501.0097002 +482,0.948309381,0.417393755,337,0.180294813,0.029739425,3317.44383 +483,-0.050600732,0.945269213,337,0.180294813,0.029739425,3703.4350757 +484,-0.977651478,-0.572363064,337,0.180294813,0.029739425,4927.4361805 +485,1.102014914,0.728861163,337,0.180294813,0.029739425,4281.6677716 +486,2.927300795,-0.282939414,337,0.180294813,0.029739425,10606.739574 +487,-1.154565557,0.124434095,337,0.180294813,0.029739425,5280.1264673 +488,1.855331234,0.291044755,337,0.180294813,0.029739425,6583.2677901 +489,0.830290659,0.276904518,337,0.180294813,0.029739425,2718.7165037 +490,0.485104466,-0.234867441,337,0.180294813,0.029739425,1591.2632493 +491,0.521367572,-0.33161327,337,0.180294813,0.029739425,1952.260462 +1,-1.539031704,0.7349710123,338,0.67820924,0.268170153,7235.9087615 +2,-1.536990553,0.7349663874,338,0.67820924,0.268170153,7231.1448568 +3,-1.534951779,0.7349571355,338,0.67820924,0.268170153,7226.3917059 +4,-1.532906461,0.7349480293,338,0.67820924,0.268170153,7221.6169639 +5,-1.531320211,0.7346937278,338,0.67820924,0.268170153,7218.4983294 +6,-1.539451648,0.7335131775,338,0.67820924,0.268170153,7240.3893622 +7,-1.537429487,0.7335445708,338,0.67820924,0.268170153,7235.5775304 +8,-1.535484998,0.7335658704,338,0.67820924,0.268170153,7230.9666622 +9,-1.533488396,0.7336036027,338,0.67820924,0.268170153,7226.1891128 +10,-1.531497785,0.7335842962,338,0.67820924,0.268170153,7221.5562302 +11,-1.530259379,0.7334777758,338,0.67820924,0.268170153,7218.8957615 +12,-1.5335454,0.7322346912,338,0.67820924,0.268170153,7229.5872548 +13,-1.531489083,0.7322238773,338,0.67820924,0.268170153,7224.772789 +14,-1.530011122,0.7321679851,338,0.67820924,0.268170153,7221.4230377 +15,-1.53348106,0.7306614094,338,0.67820924,0.268170153,7233.1856951 +16,-1.531441779,0.7306962275,338,0.67820924,0.268170153,7228.2946869 +17,-1.529755654,0.7306933243,338,0.67820924,0.268170153,7224.3218211 +18,-1.533415048,0.7291384674,338,0.67820924,0.268170153,7236.6581534 +19,-1.531392093,0.7291705353,338,0.67820924,0.268170153,7231.8044084 +20,-1.529296523,0.7291214933,338,0.67820924,0.268170153,7226.9658703 +21,-1.535280942,0.727267644,338,0.67820924,0.268170153,7245.5230063 +22,-1.533378158,0.7276139666,338,0.67820924,0.268170153,7240.2011272 +23,-1.531340368,0.7276446587,338,0.67820924,0.268170153,7235.3078243 +24,-1.528960113,0.7276398177,338,0.67820924,0.268170153,7229.6816877 +25,-1.533313146,0.7260818349,338,0.67820924,0.268170153,7243.6938437 +26,-1.531259555,0.7260958115,338,0.67820924,0.268170153,7238.7948795 +27,-1.528926415,0.7260865555,338,0.67820924,0.268170153,7233.2816442 +28,-1.531226779,0.7245511789,338,0.67820924,0.268170153,7242.3837817 +29,-1.528904772,0.7245519194,338,0.67820924,0.268170153,7236.8643061 +30,-1.547195875,0.7409785979,338,0.67820924,0.268170153,7240.4000154 +31,-1.5451475,0.740980426,338,0.67820924,0.268170153,7235.6578568 +32,-1.543097679,0.7409798872,338,0.67820924,0.268170153,7230.9121421 +33,-1.540720364,0.7409892687,338,0.67820924,0.268170153,7225.3766971 +34,-1.547188511,0.7395198392,338,0.67820924,0.268170153,7243.9179259 +35,-1.545148587,0.7395226109,338,0.67820924,0.268170153,7239.1856257 +36,-1.543104538,0.7395314908,338,0.67820924,0.268170153,7234.4231563 +37,-1.540727751,0.7395306258,338,0.67820924,0.268170153,7228.9050666 +38,-1.547187029,0.7380014886,338,0.67820924,0.268170153,7247.5923499 +39,-1.545147315,0.7380012252,338,0.67820924,0.268170153,7242.860174 +40,-1.54310719,0.7380060743,338,0.67820924,0.268170153,7238.1088208 +41,-1.540719671,0.7380068206,338,0.67820924,0.268170153,7232.5528639 +42,-1.547187189,0.7364799098,338,0.67820924,0.268170153,7251.2768745 +43,-1.545149996,0.7364853874,338,0.67820924,0.268170153,7246.5289834 +44,-1.543106091,0.7364823484,338,0.67820924,0.268170153,7241.7801732 +45,-1.540717158,0.7364893901,338,0.67820924,0.268170153,7236.1967373 +46,-1.538663972,0.7410138672,338,0.67820924,0.268170153,7220.5425858 +47,-1.53695285,0.7409699132,338,0.67820924,0.268170153,7216.6703022 +48,-1.534910498,0.7409641297,338,0.67820924,0.268170153,7211.9308878 +49,-1.533145034,0.7409536636,338,0.67820924,0.268170153,7207.8423378 +50,-1.538681336,0.7395405883,338,0.67820924,0.268170153,7224.1219015 +51,-1.536999189,0.7395183096,338,0.67820924,0.268170153,7220.2588811 +52,-1.534923633,0.7395144222,338,0.67820924,0.268170153,7215.430235 +53,-1.533267822,0.7395654306,338,0.67820924,0.268170153,7211.4445421 +54,-1.53867273,0.7380151077,338,0.67820924,0.268170153,7227.7647267 +55,-1.536980576,0.7379994392,338,0.67820924,0.268170153,7223.856091 +56,-1.534931522,0.7379944961,338,0.67820924,0.268170153,7219.083982 +57,-1.533387952,0.7379480264,338,0.67820924,0.268170153,7215.5872674 +58,-1.538682279,0.7364914363,338,0.67820924,0.268170153,7231.4440173 +59,-1.536980704,0.7364810563,338,0.67820924,0.268170153,7227.4942931 +60,-1.534935567,0.7364752065,338,0.67820924,0.268170153,7222.7257782 +61,-1.533042592,0.7363876366,338,0.67820924,0.268170153,7218.5027883 +62,-1.545143426,0.7349628011,338,0.67820924,0.268170153,7250.1910486 +63,-1.543105297,0.7349691947,338,0.67820924,0.268170153,7245.4252308 +64,-1.541064533,0.7349647152,338,0.67820924,0.268170153,7240.6736021 +65,-1.545411803,0.7334624714,338,0.67820924,0.268170153,7254.4392263 +66,-1.543446606,0.7334780896,338,0.67820924,0.268170153,7249.8146975 +67,-1.541475327,0.7334957295,338,0.67820924,0.268170153,7245.1657842 +68,-1.545401939,0.731963266,338,0.67820924,0.268170153,7258.0350631 +69,-1.54342253,0.7319915583,338,0.67820924,0.268170153,7253.3394449 +70,-1.541455867,0.7320216438,338,0.67820924,0.268170153,7248.6641042 +71,-1.545410146,0.7304422281,338,0.67820924,0.268170153,7261.7242843 +72,-1.543435491,0.7304713664,338,0.67820924,0.268170153,7257.0303518 +73,-1.541463105,0.7304997613,338,0.67820924,0.268170153,7252.3383008 +74,-1.545414768,0.7289194936,338,0.67820924,0.268170153,7265.4077037 +75,-1.543435774,0.7289538557,338,0.67820924,0.268170153,7260.6836085 +76,-1.541457714,0.7289765881,338,0.67820924,0.268170153,7255.9844352 +77,-1.539449415,0.7320555866,338,0.67820924,0.268170153,7243.8810696 +78,-1.537429183,0.7321097681,338,0.67820924,0.268170153,7239.0119264 +79,-1.535472649,0.7321497267,338,0.67820924,0.268170153,7234.3212716 +80,-1.539457899,0.7305333307,338,0.67820924,0.268170153,7247.5515646 +81,-1.537453161,0.7305750503,338,0.67820924,0.268170153,7242.7411125 +82,-1.535479385,0.7306124949,338,0.67820924,0.268170153,7238.0085297 +83,-1.53946905,0.7290102593,338,0.67820924,0.268170153,7251.2288098 +84,-1.537459922,0.7290417293,338,0.67820924,0.268170153,7246.4250343 +85,-1.535451349,0.7290890157,338,0.67820924,0.268170153,7241.5794778 +86,-1.535522937,0.7279887191,338,0.67820924,0.268170153,7244.374172 +87,-1.539442524,0.7274735939,338,0.67820924,0.268170153,7254.8483936 +88,-1.537424111,0.727521351,338,0.67820924,0.268170153,7249.9760897 +89,-1.539384641,0.7259505092,338,0.67820924,0.268170153,7258.3596779 +90,-1.537372391,0.7259947145,338,0.67820924,0.268170153,7253.5026949 +91,-1.535340789,0.7260435356,338,0.67820924,0.268170153,7248.5837002 +92,-1.539325716,0.7244369706,338,0.67820924,0.268170153,7261.8436484 +93,-1.537308932,0.7244801057,338,0.67820924,0.268170153,7256.9708377 +94,-1.535289068,0.7245247645,338,0.67820924,0.268170153,7252.0818282 +95,-1.533261366,0.7245550236,338,0.67820924,0.268170153,7247.2032198 +96,-1.539267302,0.722921924,338,0.67820924,0.268170153,7265.3304428 +97,-1.537248972,0.7229660258,338,0.67820924,0.268170153,7260.443983 +98,-1.535219431,0.7229916471,338,0.67820924,0.268170153,7255.5696702 +99,-1.53318962,0.7230212049,338,0.67820924,0.268170153,7250.6798643 +100,-1.531154816,0.7230299897,338,0.67820924,0.268170153,7245.8220168 +101,-1.528878341,0.7230370244,338,0.67820924,0.268170153,7240.3871119 +102,-1.539218189,0.7214009878,338,0.67820924,0.268170153,7268.8513745 +103,-1.537198791,0.7214422745,338,0.67820924,0.268170153,7263.9614107 +104,-1.535179266,0.7214634354,338,0.67820924,0.268170153,7259.1137611 +105,-1.533156501,0.7214944644,338,0.67820924,0.268170153,7254.2294712 +106,-1.53113574,0.7215166021,338,0.67820924,0.268170153,7249.365647 +107,-1.528874248,0.7215345535,338,0.67820924,0.268170153,7243.9320815 +108,-1.539217656,0.7198512397,338,0.67820924,0.268170153,7272.554593 +109,-1.537199919,0.7199428763,338,0.67820924,0.268170153,7267.5408038 +110,-1.545425832,0.727397149,338,0.67820924,0.268170153,7269.1037866 +111,-1.543371177,0.7273916949,338,0.67820924,0.268170153,7264.29022 +112,-1.541368852,0.7274523163,338,0.67820924,0.268170153,7259.4351883 +113,-1.545349067,0.7258710923,338,0.67820924,0.268170153,7272.6007969 +114,-1.54332671,0.7258603556,338,0.67820924,0.268170153,7267.867982 +115,-1.541346831,0.7259242142,338,0.67820924,0.268170153,7263.0504408 +116,-1.545324355,0.7243383958,338,0.67820924,0.268170153,7276.2342376 +117,-1.543292796,0.7243617413,338,0.67820924,0.268170153,7271.3900673 +118,-1.541295822,0.7244024384,338,0.67820924,0.268170153,7266.5803396 +119,-1.543193859,0.7205570215,338,0.67820924,0.268170153,7280.2936312 +120,-1.550257047,0.7386738187,338,0.67820924,0.268170153,7253.0711585 +121,-1.549335448,0.7311736483,338,0.67820924,0.268170153,7269.1274613 +122,-1.533478843,0.7179891343,338,0.67820924,0.268170153,7263.323637 +123,-1.556150555,0.738907041,338,0.67820924,0.268170153,7266.1069496 +124,-1.554324226,0.733414257,338,0.67820924,0.268170153,7275.2899216 +125,-1.554290846,0.7288285332,338,0.67820924,0.268170153,7286.3778543 +126,-1.55122487,0.7219795312,338,0.67820924,0.268170153,7295.8202698 +127,-1.525104458,0.7229399862,338,0.67820924,0.268170153,7231.6178765 +128,-1.519607711,0.7236181429,338,0.67820924,0.268170153,7216.8864748 +129,-1.513899999,0.7251107854,338,0.67820924,0.268170153,7199.7278869 +130,-1.536620762,0.7431061895,338,0.67820924,0.268170153,7210.7747887 +131,-1.5369566,0.7460845958,338,0.67820924,0.268170153,7204.404304 +132,-1.545345528,0.7447040685,338,0.67820924,0.268170153,7227.103633 +133,-1.532813921,0.7432306626,338,0.67820924,0.268170153,7201.6313642 +134,-1.554788248,0.7382381001,338,0.67820924,0.268170153,7264.6000092 +135,-1.540348126,0.7301594274,338,0.67820924,0.268170153,7250.538832 +136,-1.538016084,0.7239051786,338,0.67820924,0.268170153,7260.0178388 +137,-1.525288962,0.7258085137,338,0.67820924,0.268170153,7225.293066 +138,-1.534326986,0.731241342,338,0.67820924,0.268170153,7233.7952684 +139,-1.530733872,0.7303625216,338,0.67820924,0.268170153,7227.4171813 +141,-1.534354939,0.7328219978,338,0.67820924,0.268170153,7230.0896551 +142,-1.53157084,0.7292888153,338,0.67820924,0.268170153,7231.9455835 +143,-1.525691035,0.7263799874,338,0.67820924,0.268170153,7224.9007851 +144,-1.534031287,0.7495967835,338,0.67820924,0.268170153,7189.2187008 +145,-1.527714986,0.7283095957,338,0.67820924,0.268170153,7225.1442308 +146,-1.526189586,0.7271468292,338,0.67820924,0.268170153,7224.2745932 +147,-1.555177336,0.7375563366,338,0.67820924,0.268170153,7267.162253 +148,-1.555080283,0.7312707794,338,0.67820924,0.268170153,7282.2685455 +149,-1.53856994,0.7224180299,338,0.67820924,0.268170153,7264.8835113 +150,-1.530837883,0.729933372,338,0.67820924,0.268170153,7228.6824011 +151,-1.515066984,0.5854133365,338,0.67820924,0.268170153,7521.2914357 +152,-1.534731633,0.5368370046,338,0.67820924,0.268170153,7683.860678 +153,-1.515231902,0.5607085576,338,0.67820924,0.268170153,7576.4036857 +154,-2.616253799,1.0684566605,338,0.67820924,0.268170153,7127.4365441 +155,-1.956071439,0.5792177723,338,0.67820924,0.268170153,8577.7555897 +156,-1.951208514,0.5602434208,338,0.67820924,0.268170153,8630.2185278 +157,-1.944675062,0.6062144545,338,0.67820924,0.268170153,8468.4132 +158,-1.613778386,0.6077989518,338,0.67820924,0.268170153,7728.9020986 +159,-2.035029014,0.6021432345,338,0.67820924,0.268170153,8637.7561466 +160,-2.114989471,0.6801825058,338,0.67820924,0.268170153,8471.9443123 +161,-2.037382079,0.5765830025,338,0.67820924,0.268170153,8729.7398856 +162,-2.129855121,0.6585019963,338,0.67820924,0.268170153,8568.9837561 +163,-2.075141798,0.6493615843,338,0.67820924,0.268170153,8531.6310727 +164,-1.828626729,0.6948433129,338,0.67820924,0.268170153,7968.4126235 +165,-1.863329418,0.6735427691,338,0.67820924,0.268170153,8100.733706 +166,-1.266037071,0.727988852,338,0.67820924,0.268170153,6564.242953 +167,-1.277579582,0.7249010648,338,0.67820924,0.268170153,6600.3290394 +168,-1.258418684,0.7241194816,338,0.67820924,0.268170153,6550.4857478 +169,-1.317813974,0.6804850104,338,0.67820924,0.268170153,6788.1906821 +170,-1.344165204,0.6790988904,338,0.67820924,0.268170153,6862.4647822 +171,-1.427582102,0.5277120351,338,0.67820924,0.268170153,7392.775437 +172,-1.402238616,0.457167829,338,0.67820924,0.268170153,7450.2789947 +173,-1.422454264,0.4996161999,338,0.67820924,0.268170153,7432.299741 +174,-1.439089277,0.4894859811,338,0.67820924,0.268170153,7502.5319284 +175,-1.448126995,0.5182330266,338,0.67820924,0.268170153,7472.5949651 +176,-1.474626146,0.5881926574,338,0.67820924,0.268170153,7403.8301226 +177,-1.421139645,0.5584869783,338,0.67820924,0.268170153,7312.9362921 +178,-1.457037165,0.565943032,338,0.67820924,0.268170153,7401.1272247 +179,-2.757159358,0.3745319,338,0.67820924,0.268170153,9653.9116103 +180,-2.714309238,0.342054471,338,0.67820924,0.268170153,9836.5660691 +181,-2.000525337,0.774119946,338,0.67820924,0.268170153,7990.008477 +183,-1.571413436,0.6777838382,338,0.67820924,0.268170153,7451.5114491 +184,-1.552860289,0.6987663893,338,0.67820924,0.268170153,7355.7687287 +185,-1.521852374,0.7165827476,338,0.67820924,0.268170153,7238.7669733 +186,-1.503656267,0.6928968252,338,0.67820924,0.268170153,7249.0218551 +187,-1.502753178,0.7136205882,338,0.67820924,0.268170153,7199.3451381 +188,-1.631894563,0.7343596465,338,0.67820924,0.268170153,7448.2756079 +189,-1.653765416,0.6770714026,338,0.67820924,0.268170153,7648.4025975 +190,-1.719812114,0.6715965947,338,0.67820924,0.268170153,7812.0027749 +191,-1.493406659,0.6646955447,338,0.67820924,0.268170153,7286.8420909 +192,-1.469120564,0.6613469966,338,0.67820924,0.268170153,7231.2892083 +193,-1.590551461,0.5326612937,338,0.67820924,0.268170153,7848.8256917 +194,-1.625979264,0.5247742243,338,0.67820924,0.268170153,7964.4088986 +195,-1.572293943,0.5238808754,338,0.67820924,0.268170153,7818.5644616 +196,-1.610848725,0.5477107964,338,0.67820924,0.268170153,7868.1821392 +197,-1.208485554,0.7918526018,338,0.67820924,0.268170153,6308.6301845 +198,-1.335601374,0.6869083083,338,0.67820924,0.268170153,6824.6243878 +199,-1.346156996,0.6825213377,338,0.67820924,0.268170153,6861.3779761 +200,-1.324381037,0.6741422347,338,0.67820924,0.268170153,6817.7828952 +201,-1.242424992,0.7378949807,338,0.67820924,0.268170153,6484.6384398 +202,-1.270370057,0.7392461008,338,0.67820924,0.268170153,6556.3126723 +203,-1.448950472,0.7441675014,338,0.67820924,0.268170153,6999.8442976 +204,-1.492662363,0.7523026852,338,0.67820924,0.268170153,7086.3492354 +205,-1.479098966,0.7763855017,338,0.67820924,0.268170153,6999.656828 +206,-1.633760714,0.7869022408,338,0.67820924,0.268170153,7313.0950478 +207,-1.647406434,0.8101289331,338,0.67820924,0.268170153,7278.2493494 +208,-1.564245052,0.5701509278,338,0.67820924,0.268170153,7689.5912785 +209,-1.646289963,0.6833746083,338,0.67820924,0.268170153,7614.610405 +210,-1.5820631,0.6751952144,338,0.67820924,0.268170153,7483.7005819 +211,-1.613236298,0.6681681791,338,0.67820924,0.268170153,7576.2761299 +212,-1.914661867,0.8212566515,338,0.67820924,0.268170153,7708.4718297 +213,-1.742133237,0.7250275956,338,0.67820924,0.268170153,7707.371146 +214,-2.033144872,0.6557314699,338,0.67820924,0.268170153,8448.8525467 +215,-2.039551981,0.6964723658,338,0.67820924,0.268170153,8315.4237386 +216,-1.247341019,0.7622473908,338,0.67820924,0.268170153,6456.8994916 +217,-1.298239787,0.7084123392,338,0.67820924,0.268170153,6684.6908601 +218,-1.308539688,0.6926545592,338,0.67820924,0.268170153,6740.830247 +219,-1.303263185,0.6888938396,338,0.67820924,0.268170153,6733.2590747 +220,-1.852400229,0.6004246149,338,0.67820924,0.268170153,8304.8816468 +221,-1.288947707,0.7473773692,338,0.67820924,0.268170153,6590.6056839 +222,-1.372031502,0.7472790993,338,0.67820924,0.268170153,6803.0819904 +223,-1.289805721,0.7242157877,338,0.67820924,0.268170153,6634.0222403 +224,-1.350807603,0.7533498126,338,0.67820924,0.268170153,6737.7559273 +225,-1.329290365,0.7560442322,338,0.67820924,0.268170153,6678.2237553 +226,-1.410153004,0.616936428,338,0.67820924,0.268170153,7164.9713095 +227,-1.393445434,0.6308995063,338,0.67820924,0.268170153,7090.7372279 +228,-1.37595573,0.6241540638,338,0.67820924,0.268170153,7055.1401573 +229,-1.358388707,0.6172645205,338,0.67820924,0.268170153,7018.6996094 +230,-1.753741133,0.8281661666,338,0.67820924,0.268170153,7426.5207672 +231,-1.47430987,0.6834615681,338,0.67820924,0.268170153,7196.2218834 +232,-1.421012508,0.7222725206,338,0.67820924,0.268170153,6977.4874628 +233,-1.4476833,0.6978557868,338,0.67820924,0.268170153,7096.9697972 +234,-1.470370723,0.6966193374,338,0.67820924,0.268170153,7157.2117775 +235,-1.429211703,0.7037216883,338,0.67820924,0.268170153,7037.3237643 +236,-1.700578405,0.6178673663,338,0.67820924,0.268170153,7915.6620635 +237,-1.678117619,0.6331716163,338,0.67820924,0.268170153,7821.5385046 +238,-1.725644578,0.6316331145,338,0.67820924,0.268170153,7936.273239 +239,-2.14012759,0.7930497945,338,0.67820924,0.268170153,8083.0511186 +240,-2.103289431,0.7653606263,338,0.67820924,0.268170153,8147.4104683 +241,-1.318739838,0.7017808746,338,0.67820924,0.268170153,6751.6925558 +242,-1.396417427,0.7077900843,338,0.67820924,0.268170153,6944.6020344 +243,-1.35650337,0.7185539404,338,0.67820924,0.268170153,6819.7613638 +244,-1.248884539,0.7274156818,338,0.67820924,0.268170153,6519.3674607 +245,-1.395014798,0.5761185243,338,0.67820924,0.268170153,7202.5250505 +246,-1.433377362,0.6064716109,338,0.67820924,0.268170153,7250.8831383 +247,-1.408172432,0.5903155476,338,0.67820924,0.268170153,7212.4709951 +248,-1.749645898,0.7757118084,338,0.67820924,0.268170153,7574.3621647 +249,-1.571626686,0.615046989,338,0.67820924,0.268170153,7603.37011 +250,-1.514070049,0.6303003037,338,0.67820924,0.268170153,7417.9524492 +251,-1.480890369,0.6237966528,338,0.67820924,0.268170153,7344.2252387 +252,-1.704390658,0.5281680612,338,0.67820924,0.268170153,8163.2972304 +253,-1.64434733,0.5254277498,338,0.67820924,0.268170153,8012.3832448 +254,-1.703855997,0.4792484842,338,0.67820924,0.268170153,8288.0689848 +255,-1.692002383,0.5748825051,338,0.67820924,0.268170153,8009.4749111 +256,-1.854136457,0.5544643913,338,0.67820924,0.268170153,8447.6074936 +257,-1.665021206,0.520317736,338,0.67820924,0.268170153,8080.3276785 +258,-1.733654349,0.4845187345,338,0.67820924,0.268170153,8353.6470326 +259,-1.720938188,0.5135933906,338,0.67820924,0.268170153,8244.1235103 +260,-1.742668307,0.553296122,338,0.67820924,0.268170153,8192.1426849 +261,-1.965659039,0.7142126903,338,0.67820924,0.268170153,8144.9497632 +262,-1.944438071,0.6772834804,338,0.67820924,0.268170153,8234.1751309 +263,-1.270340967,0.7681487096,338,0.67820924,0.268170153,6506.1025094 +264,-1.353091884,0.6549276821,338,0.67820924,0.268170153,6932.614056 +265,-1.333236659,0.6413584414,338,0.67820924,0.268170153,6902.7113031 +266,-1.352015998,0.6753788907,338,0.67820924,0.268170153,6890.7955289 +267,-1.377988483,0.6577816235,338,0.67820924,0.268170153,6995.3716732 +268,-2.13075611,0.8318642051,338,0.67820924,0.268170153,7929.9410397 +269,-2.097910953,0.8259670014,338,0.67820924,0.268170153,7919.8146252 +270,-1.416382069,0.6694271549,338,0.67820924,0.268170153,7075.2962171 +271,-1.538905672,0.7535625993,338,0.67820924,0.268170153,7190.8975517 +272,-1.572309477,0.7803125099,338,0.67820924,0.268170153,7199.7093501 +273,-1.87759879,0.7503853417,338,0.67820924,0.268170153,7882.291422 +274,1.152365588,0.590457682,338,0.67820924,0.268170153,2120.0861936 +275,0.350198001,0.718001859,338,0.67820924,0.268170153,2107.1861888 +276,0.046513677,0.491503852,338,0.67820924,0.268170153,2474.5891462 +277,0.027510309,0.742571376,338,0.67820924,0.268170153,2896.1041317 +278,0.306285725,-0.214631579,338,0.67820924,0.268170153,2404.8742475 +279,-1.100564889,0.318051531,338,0.67820924,0.268170153,6643.601121 +280,-1.078582306,0.301437596,338,0.67820924,0.268170153,6585.2922885 +281,-1.137371989,-0.617634065,338,0.67820924,0.268170153,7612.7416511 +282,0.784356344,0.703272339,338,0.67820924,0.268170153,1761.9375841 +283,-1.221209947,0.218327455,338,0.67820924,0.268170153,7208.174676 +284,2.347301921,-0.449114658,338,0.67820924,0.268170153,7020.6613266 +285,0.246820618,0.830553713,338,0.67820924,0.268170153,2637.3515405 +286,0.829414965,0.703288228,338,0.67820924,0.268170153,1800.7419466 +287,-1.337537566,0.42332223,338,0.67820924,0.268170153,7302.9735915 +288,0.882453706,0.454478077,338,0.67820924,0.268170153,1055.7836447 +289,1.575629659,0.416419109,338,0.67820924,0.268170153,3381.8878469 +290,-1.039455679,0.229888244,338,0.67820924,0.268170153,6527.3044791 +291,0.489558039,0.934482747,338,0.67820924,0.268170153,2703.7478701 +292,0.081344504,0.88384514,338,0.67820924,0.268170153,3091.0418729 +293,-1.547979814,0.300350308,338,0.67820924,0.268170153,8218.5107738 +294,0.040776181,0.168560074,338,0.67820924,0.268170153,2493.1151054 +295,-1.130374745,0.563894876,338,0.67820924,0.268170153,6421.4392552 +296,1.578326642,0.478507176,338,0.67820924,0.268170153,3398.3016512 +297,-1.12861823,-0.291640865,338,0.67820924,0.268170153,7396.2599082 +298,0.310524208,0.770885792,338,0.67820924,0.268170153,2343.3344479 +299,0.415649091,-0.387246002,338,0.67820924,0.268170153,2788.9371772 +300,-0.926533878,-0.188022748,338,0.67820924,0.268170153,6545.8086174 +301,1.258856172,-0.11716081,338,0.67820924,0.268170153,2742.5513842 +302,-1.126050026,0.322941926,338,0.67820924,0.268170153,6728.1607115 +303,2.002785835,0.07893892,338,0.67820924,0.268170153,5199.8103474 +304,0.440437607,0.746258085,338,0.67820924,0.268170153,2058.620204 +305,-0.030391866,0.214441206,338,0.67820924,0.268170153,2729.9472684 +306,0.521557815,-0.058929362,338,0.67820924,0.268170153,1433.8682133 +307,-0.097005111,0.13317729,338,0.67820924,0.268170153,3050.4532895 +308,1.83113859,0.221857587,338,0.67820924,0.268170153,4417.2083912 +309,0.222428864,0.099404236,338,0.67820924,0.268170153,1893.9734838 +310,-1.702731345,0.8728568183,338,0.67820924,0.268170153,7205.9111448 +311,-0.418507569,0.278324921,338,0.67820924,0.268170153,4165.9432366 +312,-1.41153306,0.339029988,338,0.67820924,0.268170153,7692.9310066 +313,0.357560442,0.114788776,338,0.67820924,0.268170153,1385.6135854 +314,0.325818979,0.268352149,338,0.67820924,0.268170153,1345.3992439 +315,-1.246004659,-0.663679965,338,0.67820924,0.268170153,7965.5494905 +316,1.814603087,0.637404484,338,0.67820924,0.268170153,4221.5440753 +317,1.843704281,-0.18300445,338,0.67820924,0.268170153,4908.1326793 +318,1.690644492,-0.211480909,338,0.67820924,0.268170153,4400.2521002 +319,-1.275451936,0.068109467,338,0.67820924,0.268170153,7601.7861793 +320,0.762430171,-0.207594741,338,0.67820924,0.268170153,1913.2258149 +321,0.265668905,-0.014647884,338,0.67820924,0.268170153,1965.553314 +322,-2.773032013,-0.335515811,338,0.67820924,0.268170153,11243.469091 +323,-1.469512853,0.174058777,338,0.67820924,0.268170153,8169.5224193 +324,0.286276986,0.785925691,338,0.67820924,0.268170153,2432.6866706 +325,-1.379324697,0.377432233,338,0.67820924,0.268170153,7518.9589026 +326,-1.203778265,0.212813032,338,0.67820924,0.268170153,7151.8681942 +327,0.579916301,0.611743168,338,0.67820924,0.268170153,1405.0110999 +328,0.267582642,0.868113908,338,0.67820924,0.268170153,2718.6338957 +329,0.412869244,-0.050245578,338,0.67820924,0.268170153,1634.8211785 +330,0.17524381,0.976660285,338,0.67820924,0.268170153,3191.9807704 +331,0.743157214,0.204812899,338,0.67820924,0.268170153,354.26455327 +332,-1.070758176,0.269382282,338,0.67820924,0.268170153,6595.6626084 +333,-1.230364251,0.329790229,338,0.67820924,0.268170153,7086.3960071 +334,-1.374813124,-0.024926835,338,0.67820924,0.268170153,8086.952285 +335,0.519780566,0.463669906,338,0.67820924,0.268170153,970.24195102 +336,-1.55108034,0.239698561,338,0.67820924,0.268170153,8343.0725583 +337,0.180294813,0.029739425,338,0.67820924,0.268170153,2162.1452311 +338,0.67820924,0.268170153,338,0.67820924,0.268170153,0 +339,0.445798684,1.024001867,338,0.67820924,0.268170153,3070.9039581 +340,0.691751283,0.150521402,338,0.67820924,0.268170153,468.94735894 +341,-1.036643551,-0.903056181,338,0.67820924,0.268170153,7402.9890362 +342,-0.120287036,1.083325163,338,0.67820924,0.268170153,3918.6902574 +343,2.823513113,-0.304487164,338,0.67820924,0.268170153,8669.4660805 +344,0.457583172,1.12513373,338,0.67820924,0.268170153,3446.9303094 +345,0.042918831,0.813795399,338,0.67820924,0.268170153,3005.9206848 +346,1.196146777,-0.853142756,338,0.67820924,0.268170153,4799.9542323 +347,0.206001358,-0.010430701,338,0.67820924,0.268170153,2152.645758 +348,-0.268308653,0.234799412,338,0.67820924,0.268170153,3624.2732771 +349,0.759363263,0.736189579,338,0.67820924,0.268170153,1874.3684603 +350,0.181363926,0.891988372,338,0.67820924,0.268170153,2931.2339619 +351,-0.021111158,0.139103292,338,0.67820924,0.268170153,2756.0835032 +352,-0.093355215,0.630686981,338,0.67820924,0.268170153,3069.4430203 +353,0.40118964,0.681375926,338,0.67820924,0.268170153,1898.793843 +354,-0.721197315,1.304706234,338,0.67820924,0.268170153,5019.6538958 +355,-1.076150317,0.212107639,338,0.67820924,0.268170153,6683.5703883 +356,-1.577164531,0.273993443,338,0.67820924,0.268170153,8366.2650312 +357,-0.190788414,0.182208586,338,0.67820924,0.268170153,3365.5768274 +358,-0.261349752,0.209710184,338,0.67820924,0.268170153,3614.5450251 +359,-1.029303852,0.083549259,338,0.67820924,0.268170153,6653.9324561 +360,-1.268609162,0.330525297,338,0.67820924,0.268170153,7218.4497892 +361,1.282982244,-0.926641967,338,0.67820924,0.268170153,5161.6991334 +362,0.217352334,0.731352408,338,0.67820924,0.268170153,2415.4218393 +363,-1.511833084,0.258629297,338,0.67820924,0.268170153,8174.8044949 +364,0.338812194,0.823184618,338,0.67820924,0.268170153,2465.2344791 +365,-0.324406489,1.134201999,338,0.67820924,0.268170153,4330.7338906 +366,1.389579348,0.399185724,338,0.67820924,0.268170153,2703.6646034 +367,2.047152199,-0.039082036,338,0.67820924,0.268170153,5493.6821195 +368,0.947780369,0.568250077,338,0.67820924,0.268170153,1533.7858427 +369,0.763824846,0.576754987,338,0.67820924,0.268170153,1260.343478 +370,-0.142334657,0.928153068,338,0.67820924,0.268170153,3642.5728312 +371,0.610266567,0.547265983,338,0.67820924,0.268170153,1132.4938631 +372,0.210731629,0.746815056,338,0.67820924,0.268170153,2470.65177 +373,-1.34931644,0.316895224,338,0.67820924,0.268170153,7518.4496274 +374,2.407696481,0.655030745,338,0.67820924,0.268170153,6061.1662792 +375,0.64207831,0.545359131,338,0.67820924,0.268170153,1105.7066224 +376,1.174597538,0.840588356,338,0.67820924,0.268170153,2784.2114907 +377,0.660059424,0.010604079,338,0.67820924,0.268170153,1022.6857514 +378,-0.730263819,0.010486456,338,0.67820924,0.268170153,5591.0260411 +379,0.831068936,0.512339172,338,0.67820924,0.268170153,1116.4628136 +380,1.301180979,0.72367476,338,0.67820924,0.268170153,2788.3018249 +381,1.811128231,0.322854402,338,0.67820924,0.268170153,4275.7365708 +382,0.435105812,0.992284428,338,0.67820924,0.268170153,2959.7241115 +383,0.62643634,0.592027932,338,0.67820924,0.268170153,1296.0793923 +384,0.492988703,-0.516339467,338,0.67820924,0.268170153,3187.0620849 +385,-0.162469483,0.112549365,338,0.67820924,0.268170153,3320.076428 +386,0.314630866,0.472006421,338,0.67820924,0.268170153,1562.9513469 +387,0.166744804,0.822815954,338,0.67820924,0.268170153,2764.6049571 +388,0.417159608,0.965805736,338,0.67820924,0.268170153,2876.005422 +389,0.106334961,0.868774244,338,0.67820924,0.268170153,3004.1322083 +390,0.815086969,-0.338144359,338,0.67820924,0.268170153,2460.1307951 +391,0.59867455,-0.230624824,338,0.67820924,0.268170153,2000.1605064 +392,1.915104874,0.066220985,338,0.67820924,0.268170153,4877.828145 +393,1.278093622,0.064463721,338,0.67820924,0.268170153,2473.243804 +394,-0.061477853,0.302997961,338,0.67820924,0.268170153,2809.086976 +395,0.251311504,0.626976942,338,0.67820924,0.268170153,2072.2908081 +396,2.950242872,0.149095644,338,0.67820924,0.268170153,8652.530451 +397,-0.180294708,0.35375117,338,0.67820924,0.268170153,3243.922148 +398,1.010448592,-0.351180233,338,0.67820924,0.268170153,2773.3098901 +399,-1.748740498,0.3686318073,338,0.67820924,0.268170153,8691.8185499 +400,2.699635665,0.123533791,338,0.67820924,0.268170153,7783.5496087 +401,0.496808033,0.823843254,338,0.67820924,0.268170153,2280.4581778 +402,0.129574704,0.763364087,338,0.67820924,0.268170153,2693.1279941 +403,1.798920311,0.817447563,338,0.67820924,0.268170153,4237.7626544 +404,0.335987953,0.746786541,338,0.67820924,0.268170153,2223.0568049 +405,-1.085413643,0.292154671,338,0.67820924,0.268170153,6621.2323437 +406,-0.155321003,0.508207011,338,0.67820924,0.268170153,3176.8421564 +407,0.620529244,-0.301175104,338,0.67820924,0.268170153,2266.4040409 +408,1.684402744,0.368716966,338,0.67820924,0.268170153,3786.7877692 +409,0.300582244,-0.386397212,338,0.67820924,0.268170153,2978.3425312 +410,2.913555946,-0.009225192,338,0.67820924,0.268170153,8756.4021912 +411,1.465101417,0.493232532,338,0.67820924,0.268170153,3008.7218806 +412,0.090612882,0.907955955,338,0.67820924,0.268170153,3135.5598006 +413,2.987564726,-0.729568594,338,0.67820924,0.268170153,9079.9247468 +414,-1.484261606,0.224149272,338,0.67820924,0.268170153,8139.6850088 +415,0.164073421,0.303955133,338,0.67820924,0.268170153,1956.9859455 +416,0.141441293,0.167552546,338,0.67820924,0.268170153,2111.6234908 +417,2.931321023,-0.506718887,338,0.67820924,0.268170153,9078.3393689 +418,2.21951565,0.700596356,338,0.67820924,0.268170153,5454.4307089 +419,0.268112576,1.199114336,338,0.67820924,0.268170153,3829.0008879 +420,0.978913739,0.359223811,338,0.67820924,0.268170153,1188.103036 +421,1.210898818,0.522863584,338,0.67820924,0.268170153,2182.6155829 +422,2.347397336,0.129231362,338,0.67820924,0.268170153,6458.8749125 +423,0.614394501,0.556878345,338,0.67820924,0.268170153,1166.5293665 +424,-1.398079356,0.148483366,338,0.67820924,0.268170153,7950.1286545 +425,2.535303836,-0.112984496,338,0.67820924,0.268170153,7430.6664131 +426,-1.019372593,-0.405322349,338,0.67820924,0.268170153,7086.4396813 +427,-1.297785627,-0.160104069,338,0.67820924,0.268170153,7927.859219 +428,2.144554488,0.205051084,338,0.67820924,0.268170153,5615.9846654 +429,-2.242387083,-0.426171285,338,0.67820924,0.268170153,11410.91439 +430,0.338637212,0.909723676,338,0.67820924,0.268170153,2757.1759522 +431,-0.148798452,0.691042401,338,0.67820924,0.268170153,3303.1868804 +432,0.893524764,0.441829531,338,0.67820924,0.268170153,1053.6038608 +433,0.969229347,-0.368847936,338,0.67820924,0.268170153,2765.2376004 +434,0.436043248,0.800045688,338,0.67820924,0.268170153,2255.1654046 +435,1.687946607,1.081504775,338,0.67820924,0.268170153,4261.287602 +436,0.522302046,-0.034889271,338,0.67820924,0.268170153,1346.9188487 +437,-0.178996113,-0.438090009,338,0.67820924,0.268170153,4332.3712114 +438,-1.094339566,0.301444068,338,0.67820924,0.268170153,6641.9543742 +439,-1.064070054,0.242569932,338,0.67820924,0.268170153,6603.09543 +440,-1.068153768,0.230387998,338,0.67820924,0.268170153,6632.4890092 +441,-3.00496892,-0.23989155,338,0.67820924,0.268170153,10366.183899 +442,0.21751974,0.766874888,338,0.67820924,0.268170153,2510.2693565 +443,0.117229532,0.007619006,338,0.67820924,0.268170153,2424.3787809 +444,0.777758451,0.420554741,338,0.67820924,0.268170153,708.31325872 +445,-0.252356999,0.250747086,338,0.67820924,0.268170153,3554.0168278 +446,0.363148444,0.768483434,338,0.67820924,0.268170153,2247.4212486 +447,0.903191366,-0.118210676,338,0.67820924,0.268170153,1766.9027684 +448,-0.205755923,0.149406178,338,0.67820924,0.268170153,3450.0659919 +449,1.811996086,0.02364353,338,0.67820924,0.268170153,4530.0874593 +450,-1.100670221,0.314845373,338,0.67820924,0.268170153,6647.9852322 +451,0.340078597,0.850105132,338,0.67820924,0.268170153,2553.0633693 +452,0.258757267,0.804969236,338,0.67820924,0.268170153,2539.5752007 +453,2.78505352,-0.155160804,338,0.67820924,0.268170153,8422.9600995 +454,0.800551619,0.105822106,338,0.67820924,0.268170153,799.80263219 +455,0.437940882,-0.506194031,338,0.67820924,0.268170153,3202.1609441 +456,2.230431122,0.63458615,338,0.67820924,0.268170153,5539.2086447 +457,0.527965361,0.127667701,338,0.67820924,0.268170153,805.94220079 +458,-0.063643205,0.702093448,338,0.67820924,0.268170153,3072.9349403 +459,1.408447268,0.133010502,338,0.67820924,0.268170153,2879.5911077 +460,0.523795955,0.280266966,338,0.67820924,0.268170153,590.67792845 +461,-0.975769313,0.072177659,338,0.67820924,0.268170153,6462.9012043 +462,0.549774164,-0.463663986,338,0.67820924,0.268170153,2940.6561322 +463,0.29245874,1.095549818,338,0.67820924,0.268170153,3448.3534289 +464,0.143625958,0.816809593,338,0.67820924,0.268170153,2795.381135 +465,0.671902494,0.611159853,338,0.67820924,0.268170153,1358.7671675 +466,1.239840988,0.6724199,338,0.67820924,0.268170153,2525.5832882 +467,0.607829703,-0.10932137,338,0.67820924,0.268170153,1520.5402332 +468,1.763020906,0.263996692,338,0.67820924,0.268170153,4129.9887348 +469,0.378714634,0.726066797,338,0.67820924,0.268170153,2082.9780599 +470,2.196736143,-0.153862366,338,0.67820924,0.268170153,6185.5806281 +471,0.01702415,0.148991565,338,0.67820924,0.268170153,2601.5523355 +472,-2.998490902,-0.158002487,338,0.67820924,0.268170153,10329.054223 +473,-3.051262951,-0.346595608,338,0.67820924,0.268170153,10206.49826 +474,-1.069176439,0.182802941,338,0.67820924,0.268170153,6692.0254381 +475,0.167157509,0.595344954,338,0.67820924,0.268170153,2235.3059423 +476,0.613855648,0.681746124,338,0.67820924,0.268170153,1653.3831324 +477,1.037012736,0.682555367,338,0.67820924,0.268170153,2060.5496978 +478,-1.253574971,0.379755746,338,0.67820924,0.268170153,7092.7713703 +479,3.108590453,-0.132620738,338,0.67820924,0.268170153,9636.128193 +480,0.565301296,0.022333262,338,0.67820924,0.268170153,1069.1004833 +481,0.547898238,0.855555614,338,0.67820924,0.268170153,2364.680357 +482,0.948309381,0.417393755,338,0.67820924,0.268170153,1166.7760526 +483,-0.050600732,0.945269213,338,0.67820924,0.268170153,3491.7583079 +484,-0.977651478,-0.572363064,338,0.67820924,0.268170153,7069.6166095 +485,1.102014914,0.728861163,338,0.67820924,0.268170153,2328.6382217 +486,2.927300795,-0.282939414,338,0.67820924,0.268170153,9050.5692836 +487,-1.154565557,0.124434095,338,0.67820924,0.268170153,7079.9082742 +488,1.855331234,0.291044755,338,0.67820924,0.268170153,4459.7438433 +489,0.830290659,0.276904518,338,0.67820924,0.268170153,581.14857223 +490,0.485104466,-0.234867441,338,0.67820924,0.268170153,2131.3540802 +491,0.521367572,-0.33161327,338,0.67820924,0.268170153,2453.1701731 +1,-1.539031704,0.7349710123,339,0.445798684,1.024001867,4515.4535968 +2,-1.536990553,0.7349663874,339,0.445798684,1.024001867,4512.324998 +3,-1.534951779,0.7349571355,339,0.445798684,1.024001867,4509.2116923 +4,-1.532906461,0.7349480293,339,0.445798684,1.024001867,4506.0838134 +5,-1.531320211,0.7346937278,339,0.445798684,1.024001867,4504.4879156 +6,-1.539451648,0.7335131775,339,0.445798684,1.024001867,4521.0196263 +7,-1.537429487,0.7335445708,339,0.445798684,1.024001867,4517.7972851 +8,-1.535484998,0.7335658704,339,0.445798684,1.024001867,4514.7251143 +9,-1.533488396,0.7336036027,339,0.445798684,1.024001867,4511.5134839 +10,-1.531497785,0.7335842962,339,0.445798684,1.024001867,4508.4996161 +11,-1.530259379,0.7334777758,339,0.445798684,1.024001867,4506.9409793 +12,-1.5335454,0.7322346912,339,0.445798684,1.024001867,4516.2156959 +13,-1.531489083,0.7322238773,339,0.445798684,1.024001867,4513.0694305 +14,-1.530011122,0.7321679851,339,0.445798684,1.024001867,4510.9676652 +15,-1.53348106,0.7306614094,339,0.445798684,1.024001867,4521.4202093 +16,-1.531441779,0.7306962275,339,0.445798684,1.024001867,4518.1439087 +17,-1.529755654,0.7306933243,339,0.445798684,1.024001867,4515.5388639 +18,-1.533415048,0.7291384674,339,0.445798684,1.024001867,4526.4534385 +19,-1.531392093,0.7291705353,339,0.445798684,1.024001867,4523.2091497 +20,-1.529296523,0.7291214933,339,0.445798684,1.024001867,4520.1215857 +21,-1.535280942,0.727267644,339,0.445798684,1.024001867,4535.6555029 +22,-1.533378158,0.7276139666,339,0.445798684,1.024001867,4531.5380723 +23,-1.531340368,0.7276446587,339,0.445798684,1.024001867,4528.2728886 +24,-1.528960113,0.7276398177,339,0.445798684,1.024001867,4524.5912367 +25,-1.533313146,0.7260818349,339,0.445798684,1.024001867,4536.605875 +26,-1.531259555,0.7260958115,339,0.445798684,1.024001867,4533.3699256 +27,-1.528926415,0.7260865555,339,0.445798684,1.024001867,4529.7734126 +28,-1.531226779,0.7245511789,339,0.445798684,1.024001867,4538.5284335 +29,-1.528904772,0.7245519194,339,0.445798684,1.024001867,4534.9126866 +30,-1.547195875,0.7409785979,339,0.445798684,1.024001867,4507.6910743 +31,-1.5451475,0.740980426,339,0.445798684,1.024001867,4504.5552732 +32,-1.543097679,0.7409798872,339,0.445798684,1.024001867,4501.4212387 +33,-1.540720364,0.7409892687,339,0.445798684,1.024001867,4497.7477187 +34,-1.547188511,0.7395198392,339,0.445798684,1.024001867,4512.6071519 +35,-1.545148587,0.7395226109,339,0.445798684,1.024001867,4509.4787039 +36,-1.543104538,0.7395314908,339,0.445798684,1.024001867,4506.3193538 +37,-1.540727751,0.7395306258,339,0.445798684,1.024001867,4502.6784777 +38,-1.547187029,0.7380014886,339,0.445798684,1.024001867,4517.7346182 +39,-1.545147315,0.7380012252,339,0.445798684,1.024001867,4514.6142816 +40,-1.54310719,0.7380060743,339,0.445798684,1.024001867,4511.4720777 +41,-1.540719671,0.7380068206,339,0.445798684,1.024001867,4507.8064184 +42,-1.547187189,0.7364799098,339,0.445798684,1.024001867,4522.8766439 +43,-1.545149996,0.7364853874,339,0.445798684,1.024001867,4519.7383223 +44,-1.543106091,0.7364823484,339,0.445798684,1.024001867,4516.6145062 +45,-1.540717158,0.7364893901,339,0.445798684,1.024001867,4512.9225484 +46,-1.538663972,0.7410138672,339,0.445798684,1.024001867,4494.5102293 +47,-1.53695285,0.7409699132,339,0.445798684,1.024001867,4492.0303658 +48,-1.534910498,0.7409641297,339,0.445798684,1.024001867,4488.9094713 +49,-1.533145034,0.7409536636,339,0.445798684,1.024001867,4486.2268847 +50,-1.538681336,0.7395405883,339,0.445798684,1.024001867,4499.503268 +51,-1.536999189,0.7395183096,339,0.445798684,1.024001867,4496.9929746 +52,-1.534923633,0.7395144222,339,0.445798684,1.024001867,4493.8123055 +53,-1.533267822,0.7395654306,339,0.445798684,1.024001867,4491.0897423 +54,-1.53867273,0.7380151077,339,0.445798684,1.024001867,4504.6335528 +55,-1.536980576,0.7379994392,339,0.445798684,1.024001867,4502.083545 +56,-1.534931522,0.7379944961,339,0.445798684,1.024001867,4498.9447367 +57,-1.533387952,0.7379480264,339,0.445798684,1.024001867,4496.7215722 +58,-1.538682279,0.7364914363,339,0.445798684,1.024001867,4509.7868219 +59,-1.536980704,0.7364810563,339,0.445798684,1.024001867,4507.20246 +60,-1.534935567,0.7364752065,339,0.445798684,1.024001867,4504.0702906 +61,-1.533042592,0.7363876366,339,0.445798684,1.024001867,4501.4443454 +62,-1.545143426,0.7349628011,339,0.445798684,1.024001867,4524.8721216 +63,-1.543105297,0.7349691947,339,0.445798684,1.024001867,4521.7228527 +64,-1.541064533,0.7349647152,339,0.445798684,1.024001867,4518.602288 +65,-1.545411803,0.7334624714,339,0.445798684,1.024001867,4530.3537833 +66,-1.543446606,0.7334780896,339,0.445798684,1.024001867,4527.2835142 +67,-1.541475327,0.7334957295,339,0.445798684,1.024001867,4524.1934248 +68,-1.545401939,0.731963266,339,0.445798684,1.024001867,4535.4060491 +69,-1.54342253,0.7319915583,339,0.445798684,1.024001867,4532.268758 +70,-1.541455867,0.7320216438,339,0.445798684,1.024001867,4529.1413782 +71,-1.545410146,0.7304422281,339,0.445798684,1.024001867,4540.5609814 +72,-1.543435491,0.7304713664,339,0.445798684,1.024001867,4537.4257784 +73,-1.541463105,0.7304997613,339,0.445798684,1.024001867,4534.2929492 +74,-1.545414768,0.7289194936,339,0.445798684,1.024001867,4545.717279 +75,-1.543435774,0.7289538557,339,0.445798684,1.024001867,4542.5553697 +76,-1.541457714,0.7289765881,339,0.445798684,1.024001867,4539.4305608 +77,-1.539449415,0.7320555866,339,0.445798684,1.024001867,4525.9360572 +78,-1.537429183,0.7321097681,339,0.445798684,1.024001867,4522.6374584 +79,-1.535472649,0.7321497267,339,0.445798684,1.024001867,4519.481539 +80,-1.539457899,0.7305333307,339,0.445798684,1.024001867,4531.0884021 +81,-1.537453161,0.7305750503,339,0.445798684,1.024001867,4527.8533506 +82,-1.535479385,0.7306124949,339,0.445798684,1.024001867,4524.6769079 +83,-1.53946905,0.7290102593,339,0.445798684,1.024001867,4536.2487788 +84,-1.537459922,0.7290417293,339,0.445798684,1.024001867,4533.03914 +85,-1.535451349,0.7290890157,339,0.445798684,1.024001867,4529.7732597 +86,-1.535522937,0.7279887191,339,0.445798684,1.024001867,4533.5968388 +87,-1.539442524,0.7274735939,339,0.445798684,1.024001867,4541.3980324 +88,-1.537424111,0.727521351,339,0.445798684,1.024001867,4538.1165551 +89,-1.539384641,0.7259505092,339,0.445798684,1.024001867,4546.4540073 +90,-1.537372391,0.7259947145,339,0.445798684,1.024001867,4543.191523 +91,-1.535340789,0.7260435356,339,0.445798684,1.024001867,4539.8797566 +92,-1.539325716,0.7244369706,339,0.445798684,1.024001867,4551.4770952 +93,-1.537308932,0.7244801057,339,0.445798684,1.024001867,4548.2086901 +94,-1.535289068,0.7245247645,339,0.445798684,1.024001867,4544.9266345 +95,-1.533261366,0.7245550236,339,0.445798684,1.024001867,4541.6772687 +96,-1.539267302,0.722921924,339,0.445798684,1.024001867,4556.5070387 +97,-1.537248972,0.7229660258,339,0.445798684,1.024001867,4553.2304572 +98,-1.535219431,0.7229916471,339,0.445798684,1.024001867,4549.9951442 +99,-1.53318962,0.7230212049,339,0.445798684,1.024001867,4546.742301 +100,-1.531154816,0.7230299897,339,0.445798684,1.024001867,4543.5479616 +101,-1.528878341,0.7230370244,339,0.445798684,1.024001867,4539.9790478 +102,-1.539218189,0.7214009878,339,0.445798684,1.024001867,4561.5722734 +103,-1.537198791,0.7214422745,339,0.445798684,1.024001867,4558.3010427 +104,-1.535179266,0.7214634354,339,0.445798684,1.024001867,4555.0938471 +105,-1.533156501,0.7214944644,339,0.445798684,1.024001867,4551.8444972 +106,-1.53113574,0.7215166021,339,0.445798684,1.024001867,4548.6244941 +107,-1.528874248,0.7215345535,339,0.445798684,1.024001867,4545.039415 +108,-1.539217656,0.7198512397,339,0.445798684,1.024001867,4566.8112736 +109,-1.537199919,0.7199428763,339,0.445798684,1.024001867,4563.3699965 +110,-1.545425832,0.727397149,339,0.445798684,1.024001867,4550.8833083 +111,-1.543371177,0.7273916949,339,0.445798684,1.024001867,4547.7370526 +112,-1.541368852,0.7274523163,339,0.445798684,1.024001867,4544.4442038 +113,-1.545349067,0.7258710923,339,0.445798684,1.024001867,4555.9277362 +114,-1.54332671,0.7258603556,339,0.445798684,1.024001867,4552.8465742 +115,-1.541346831,0.7259242142,339,0.445798684,1.024001867,4549.5749288 +116,-1.545324355,0.7243383958,339,0.445798684,1.024001867,4561.0758162 +117,-1.543292796,0.7243617413,339,0.445798684,1.024001867,4557.8627159 +118,-1.541295822,0.7244024384,339,0.445798684,1.024001867,4554.6405391 +119,-1.543193859,0.7205570215,339,0.445798684,1.024001867,4570.5824342 +120,-1.550257047,0.7386738187,339,0.445798684,1.024001867,4520.1516918 +121,-1.549335448,0.7311736483,339,0.445798684,1.024001867,4544.1112512 +122,-1.533478843,0.7179891343,339,0.445798684,1.024001867,4564.1836241 +123,-1.556150555,0.738907041,339,0.445798684,1.024001867,4528.3375542 +124,-1.554324226,0.733414257,339,0.445798684,1.024001867,4544.1554053 +125,-1.554290846,0.7288285332,339,0.445798684,1.024001867,4559.6400109 +126,-1.55122487,0.7219795312,339,0.445798684,1.024001867,4578.1508917 +127,-1.525104458,0.7229399862,339,0.445798684,1.024001867,4534.4180968 +128,-1.519607711,0.7236181429,339,0.445798684,1.024001867,4523.5361926 +129,-1.513899999,0.7251107854,339,0.445798684,1.024001867,4509.5643129 +130,-1.536620762,0.7431061895,339,0.445798684,1.024001867,4484.3241007 +131,-1.5369566,0.7460845958,339,0.445798684,1.024001867,4474.810206 +132,-1.545345528,0.7447040685,339,0.445798684,1.024001867,4492.2907834 +133,-1.532813921,0.7432306626,339,0.445798684,1.024001867,4478.0538751 +134,-1.554788248,0.7382381001,339,0.445798684,1.024001867,4528.5301702 +135,-1.540348126,0.7301594274,339,0.445798684,1.024001867,4533.7239797 +136,-1.538016084,0.7239051786,339,0.445798684,1.024001867,4551.2463865 +137,-1.525288962,0.7258085137,339,0.445798684,1.024001867,4525.0437633 +138,-1.534326986,0.731241342,339,0.445798684,1.024001867,4520.7737729 +139,-1.530733872,0.7303625216,339,0.445798684,1.024001867,4518.1708855 +141,-1.534354939,0.7328219978,339,0.445798684,1.024001867,4515.4874917 +142,-1.53157084,0.7292888153,339,0.445798684,1.024001867,4523.0876985 +143,-1.525691035,0.7263799874,339,0.445798684,1.024001867,4523.7460917 +144,-1.534031287,0.7495967835,339,0.445798684,1.024001867,4458.5101922 +145,-1.527714986,0.7283095957,339,0.445798684,1.024001867,4520.3984935 +146,-1.526189586,0.7271468292,339,0.445798684,1.024001867,4521.9404164 +147,-1.555177336,0.7375563366,339,0.445798684,1.024001867,4531.4301307 +148,-1.555080283,0.7312707794,339,0.445798684,1.024001867,4552.5706523 +149,-1.53856994,0.7224180299,339,0.445798684,1.024001867,4557.1298108 +150,-1.530837883,0.729933372,339,0.445798684,1.024001867,4519.778385 +151,-1.515066984,0.5854133365,339,0.445798684,1.024001867,4985.1459133 +152,-1.534731633,0.5368370046,339,0.445798684,1.024001867,5184.7715751 +153,-1.515231902,0.5607085576,339,0.445798684,1.024001867,5069.9626997 +154,-2.616253799,1.0684566605,339,0.445798684,1.024001867,4152.003204 +155,-1.956071439,0.5792177723,339,0.445798684,1.024001867,5640.9840059 +156,-1.951208514,0.5602434208,339,0.445798684,1.024001867,5705.4960729 +157,-1.944675062,0.6062144545,339,0.445798684,1.024001867,5527.7321213 +158,-1.613778386,0.6077989518,339,0.445798684,1.024001867,5067.3319039 +159,-2.035029014,0.6021432345,339,0.445798684,1.024001867,5643.5021584 +160,-2.114989471,0.6801825058,339,0.445798684,1.024001867,5427.257566 +161,-2.037382079,0.5765830025,339,0.445798684,1.024001867,5741.8621391 +162,-2.129855121,0.6585019963,339,0.445798684,1.024001867,5522.7764006 +163,-2.075141798,0.6493615843,339,0.445798684,1.024001867,5506.5583918 +164,-1.828626729,0.6948433129,339,0.445798684,1.024001867,5062.6893491 +165,-1.863329418,0.6735427691,339,0.445798684,1.024001867,5183.0439661 +166,-1.266037071,0.727988852,339,0.445798684,1.024001867,4084.5702757 +167,-1.277579582,0.7249010648,339,0.445798684,1.024001867,4114.815761 +168,-1.258418684,0.7241194816,339,0.445798684,1.024001867,4083.2775455 +169,-1.317813974,0.6804850104,339,0.445798684,1.024001867,4328.624632 +170,-1.344165204,0.6790988904,339,0.445798684,1.024001867,4379.5058404 +171,-1.427582102,0.5277120351,339,0.445798684,1.024001867,5030.4933733 +172,-1.402238616,0.457167829,339,0.445798684,1.024001867,5223.7105278 +173,-1.422454264,0.4996161999,339,0.445798684,1.024001867,5116.4917655 +174,-1.439089277,0.4894859811,339,0.445798684,1.024001867,5180.7418281 +175,-1.448126995,0.5182330266,339,0.445798684,1.024001867,5099.0620315 +176,-1.474626146,0.5881926574,339,0.445798684,1.024001867,4907.516003 +177,-1.421139645,0.5584869783,339,0.445798684,1.024001867,4915.1494709 +178,-1.457037165,0.565943032,339,0.445798684,1.024001867,4952.7346973 +179,-2.757159358,0.3745319,339,0.445798684,1.024001867,6900.5944934 +180,-2.714309238,0.342054471,339,0.445798684,1.024001867,7032.5596969 +181,-2.000525337,0.774119946,339,0.445798684,1.024001867,4966.4823841 +183,-1.571413436,0.6777838382,339,0.445798684,1.024001867,4759.9206192 +184,-1.552860289,0.6987663893,339,0.445798684,1.024001867,4659.502937 +185,-1.521852374,0.7165827476,339,0.445798684,1.024001867,4550.7450868 +186,-1.503656267,0.6928968252,339,0.445798684,1.024001867,4601.646269 +187,-1.502753178,0.7136205882,339,0.445798684,1.024001867,4530.530177 +188,-1.631894563,0.7343596465,339,0.445798684,1.024001867,4656.3086098 +189,-1.653765416,0.6770714026,339,0.445798684,1.024001867,4886.7817413 +190,-1.719812114,0.6715965947,339,0.445798684,1.024001867,5000.7922459 +191,-1.493406659,0.6646955447,339,0.445798684,1.024001867,4680.0890552 +192,-1.469120564,0.6613469966,339,0.445798684,1.024001867,4651.3657309 +193,-1.590551461,0.5326612937,339,0.445798684,1.024001867,5291.6456562 +194,-1.625979264,0.5247742243,339,0.445798684,1.024001867,5376.3996871 +195,-1.572293943,0.5238808754,339,0.445798684,1.024001867,5292.1850551 +196,-1.610848725,0.5477107964,339,0.445798684,1.024001867,5271.9949259 +197,-1.208485554,0.7918526018,339,0.445798684,1.024001867,3783.6109772 +198,-1.335601374,0.6869083083,339,0.445798684,1.024001867,4339.0927842 +199,-1.346156996,0.6825213377,339,0.445798684,1.024001867,4371.830682 +200,-1.324381037,0.6741422347,339,0.445798684,1.024001867,4360.8301061 +201,-1.242424992,0.7378949807,339,0.445798684,1.024001867,4011.2992078 +202,-1.270370057,0.7392461008,339,0.445798684,1.024001867,4056.5995978 +203,-1.448950472,0.7441675014,339,0.445798684,1.024001867,4342.666747 +204,-1.492662363,0.7523026852,339,0.445798684,1.024001867,4385.3041423 +205,-1.479098966,0.7763855017,339,0.445798684,1.024001867,4284.2479928 +206,-1.633760714,0.7869022408,339,0.445798684,1.024001867,4478.3902342 +207,-1.647406434,0.8101289331,339,0.445798684,1.024001867,4417.7401599 +208,-1.564245052,0.5701509278,339,0.445798684,1.024001867,5118.7521758 +209,-1.646289963,0.6833746083,339,0.445798684,1.024001867,4853.8534671 +210,-1.5820631,0.6751952144,339,0.445798684,1.024001867,4785.272938 +211,-1.613236298,0.6681681791,339,0.445798684,1.024001867,4857.1775712 +212,-1.914661867,0.8212566515,339,0.445798684,1.024001867,4704.8019532 +213,-1.742133237,0.7250275956,339,0.445798684,1.024001867,4842.5226647 +214,-2.033144872,0.6557314699,339,0.445798684,1.024001867,5440.7539411 +215,-2.039551981,0.6964723658,339,0.445798684,1.024001867,5294.6583509 +216,-1.247341019,0.7622473908,339,0.445798684,1.024001867,3943.719345 +217,-1.298239787,0.7084123392,339,0.445798684,1.024001867,4203.9729989 +218,-1.308539688,0.6926545592,339,0.445798684,1.024001867,4272.8632803 +219,-1.303263185,0.6888938396,339,0.445798684,1.024001867,4275.6493307 +220,-1.852400229,0.6004246149,339,0.445798684,1.024001867,5435.0474776 +221,-1.288947707,0.7473773692,339,0.445798684,1.024001867,4063.4223296 +222,-1.372031502,0.7472790993,339,0.445798684,1.024001867,4205.8609937 +223,-1.289805721,0.7242157877,339,0.445798684,1.024001867,4138.5629339 +224,-1.350807603,0.7533498126,339,0.445798684,1.024001867,4150.5562955 +225,-1.329290365,0.7560442322,339,0.445798684,1.024001867,4105.4011775 +226,-1.410153004,0.616936428,339,0.445798684,1.024001867,4699.8279567 +227,-1.393445434,0.6308995063,339,0.445798684,1.024001867,4624.2449906 +228,-1.37595573,0.6241540638,339,0.445798684,1.024001867,4615.9668957 +229,-1.358388707,0.6172645205,339,0.445798684,1.024001867,4607.6596302 +230,-1.753741133,0.8281661666,339,0.445798684,1.024001867,4494.1728013 +231,-1.47430987,0.6834615681,339,0.445798684,1.024001867,4585.7500003 +232,-1.421012508,0.7222725206,339,0.445798684,1.024001867,4369.0804437 +233,-1.4476833,0.6978557868,339,0.445798684,1.024001867,4493.9198424 +234,-1.470370723,0.6966193374,339,0.445798684,1.024001867,4535.2868436 +235,-1.429211703,0.7037216883,339,0.445798684,1.024001867,4443.8651209 +236,-1.700578405,0.6178673663,339,0.445798684,1.024001867,5163.1053836 +237,-1.678117619,0.6331716163,339,0.445798684,1.024001867,5076.2310672 +238,-1.725644578,0.6316331145,339,0.445798684,1.024001867,5150.5121699 +239,-2.14012759,0.7930497945,339,0.445798684,1.024001867,5020.5824187 +240,-2.103289431,0.7653606263,339,0.445798684,1.024001867,5094.7495228 +241,-1.318739838,0.7017808746,339,0.445798684,1.024001867,4261.376066 +242,-1.396417427,0.7077900843,339,0.445798684,1.024001867,4375.5264723 +243,-1.35650337,0.7185539404,339,0.445798684,1.024001867,4272.5685275 +244,-1.248884539,0.7274156818,339,0.445798684,1.024001867,4055.8392633 +245,-1.395014798,0.5761185243,339,0.445798684,1.024001867,4809.6665825 +246,-1.433377362,0.6064716109,339,0.445798684,1.024001867,4775.104707 +247,-1.408172432,0.5903155476,339,0.445798684,1.024001867,4785.3800921 +248,-1.749645898,0.7757118084,339,0.445798684,1.024001867,4673.4725129 +249,-1.571626686,0.615046989,339,0.445798684,1.024001867,4975.7689158 +250,-1.514070049,0.6303003037,339,0.445798684,1.024001867,4830.4322424 +251,-1.480890369,0.6237966528,339,0.445798684,1.024001867,4797.5154014 +252,-1.704390658,0.5281680612,339,0.445798684,1.024001867,5486.5676064 +253,-1.64434733,0.5254277498,339,0.445798684,1.024001867,5403.3130347 +254,-1.703855997,0.4792484842,339,0.445798684,1.024001867,5659.6492756 +255,-1.692002383,0.5748825051,339,0.445798684,1.024001867,5302.3477676 +256,-1.854136457,0.5544643913,339,0.445798684,1.024001867,5604.6209583 +257,-1.665021206,0.520317736,339,0.445798684,1.024001867,5453.7909224 +258,-1.733654349,0.4845187345,339,0.445798684,1.024001867,5686.3625532 +259,-1.720938188,0.5135933906,339,0.445798684,1.024001867,5563.4097234 +260,-1.742668307,0.553296122,339,0.445798684,1.024001867,5453.9162075 +261,-1.965659039,0.7142126903,339,0.445798684,1.024001867,5152.2195165 +262,-1.944438071,0.6772834804,339,0.445798684,1.024001867,5265.1364023 +263,-1.270340967,0.7681487096,339,0.445798684,1.024001867,3965.5298135 +264,-1.353091884,0.6549276821,339,0.445798684,1.024001867,4474.2360967 +265,-1.333236659,0.6413584414,339,0.445798684,1.024001867,4483.5494559 +266,-1.352015998,0.6753788907,339,0.445798684,1.024001867,4405.3757084 +267,-1.377988483,0.6577816235,339,0.445798684,1.024001867,4508.3911468 +268,-2.13075611,0.8318642051,339,0.445798684,1.024001867,4866.0740316 +269,-2.097910953,0.8259670014,339,0.445798684,1.024001867,4861.6783142 +270,-1.416382069,0.6694271549,339,0.445798684,1.024001867,4535.8650878 +271,-1.538905672,0.7535625993,339,0.445798684,1.024001867,4452.6228014 +272,-1.572309477,0.7803125099,339,0.445798684,1.024001867,4412.4809497 +273,-1.87759879,0.7503853417,339,0.445798684,1.024001867,4921.088945 +274,1.152365588,0.590457682,339,0.445798684,1.024001867,2521.8518498 +275,0.350198001,0.718001859,339,0.445798684,1.024001867,1235.3603874 +276,0.046513677,0.491503852,339,0.445798684,1.024001867,2375.563939 +277,0.027510309,0.742571376,339,0.445798684,1.024001867,1516.1546993 +278,0.306285725,-0.214631579,339,0.445798684,1.024001867,4926.8906388 +279,-1.100564889,0.318051531,339,0.445798684,1.024001867,5101.1718985 +280,-1.078582306,0.301437596,339,0.445798684,1.024001867,5111.6630168 +281,-1.137371989,-0.617634065,339,0.445798684,1.024001867,8295.5181364 +282,0.784356344,0.703272339,339,0.445798684,1.024001867,1528.1975364 +283,-1.221209947,0.218327455,339,0.445798684,1.024001867,5680.5405069 +284,2.347301921,-0.449114658,339,0.445798684,1.024001867,8401.7230016 +285,0.246820618,0.830553713,339,0.445798684,1.024001867,897.7061638 +286,0.829414965,0.703288228,339,0.445798684,1.024001867,1593.2731628 +287,-1.337537566,0.42332223,339,0.445798684,1.024001867,5217.3850192 +288,0.882453706,0.454478077,339,0.445798684,1.024001867,2559.9532055 +289,1.575629659,0.416419109,339,0.445798684,1.024001867,3922.4349569 +290,-1.039455679,0.229888244,339,0.445798684,1.024001867,5270.4825151 +291,0.489558039,0.934482747,339,0.445798684,1.024001867,367.45711816 +292,0.081344504,0.88384514,339,0.445798684,1.024001867,996.25897926 +293,-1.547979814,0.300350308,339,0.445798684,1.024001867,6028.3842702 +294,0.040776181,0.168560074,339,0.445798684,1.024001867,3601.1570934 +295,-1.130374745,0.563894876,339,0.445798684,1.024001867,4354.4630733 +296,1.578326642,0.478507176,339,0.445798684,1.024001867,3726.2809923 +297,-1.12861823,-0.291640865,339,0.445798684,1.024001867,7212.1782603 +298,0.310524208,0.770885792,339,0.445798684,1.024001867,1055.1397851 +299,0.415649091,-0.387246002,339,0.445798684,1.024001867,5590.8306184 +300,-0.926533878,-0.188022748,339,0.445798684,1.024001867,6455.5797996 +301,1.258856172,-0.11716081,339,0.445798684,1.024001867,5200.370216 +302,-1.126050026,0.322941926,339,0.445798684,1.024001867,5136.6828779 +303,2.002785835,0.07893892,339,0.445798684,1.024001867,5926.4893945 +304,0.440437607,0.746258085,339,0.445798684,1.024001867,1100.2223732 +305,-0.030391866,0.214441206,339,0.445798684,1.024001867,3505.4536267 +306,0.521557815,-0.058929362,339,0.445798684,1.024001867,4296.1636731 +307,-0.097005111,0.13317729,339,0.445798684,1.024001867,3892.8614171 +308,1.83113859,0.221857587,339,0.445798684,1.024001867,5091.6845535 +309,0.222428864,0.099404236,339,0.445798684,1.024001867,3725.7222196 +310,-1.702731345,0.8728568183,339,0.445798684,1.024001867,4274.9823847 +311,-0.418507569,0.278324921,339,0.445798684,1.024001867,3871.2281541 +312,-1.41153306,0.339029988,339,0.445798684,1.024001867,5643.5751191 +313,0.357560442,0.114788776,339,0.445798684,1.024001867,3611.4712869 +314,0.325818979,0.268352149,339,0.445798684,1.024001867,3013.8884783 +315,-1.246004659,-0.663679965,339,0.445798684,1.024001867,8651.5625564 +316,1.814603087,0.637404484,339,0.445798684,1.024001867,3711.6322465 +317,1.843704281,-0.18300445,339,0.445798684,1.024001867,6489.4813155 +318,1.690644492,-0.211480909,339,0.445798684,1.024001867,6287.3565447 +319,-1.275451936,0.068109467,339,0.445798684,1.024001867,6299.6426103 +320,0.762430171,-0.207594741,339,0.445798684,1.024001867,4984.103559 +321,0.265668905,-0.014647884,339,0.445798684,1.024001867,4152.6471059 +322,-2.773032013,-0.335515811,339,0.445798684,1.024001867,9707.642788 +323,-1.469512853,0.174058777,339,0.445798684,1.024001867,6321.0571582 +324,0.286276986,0.785925691,339,0.445798684,1.024001867,1018.4286887 +325,-1.379324697,0.377432233,339,0.445798684,1.024001867,5451.8506759 +326,-1.203778265,0.212813032,339,0.445798684,1.024001867,5663.8832552 +327,0.579916301,0.611743168,339,0.445798684,1.024001867,1670.3422119 +328,0.267582642,0.868113908,339,0.445798684,1.024001867,741.01597721 +329,0.412869244,-0.050245578,339,0.445798684,1.024001867,4256.3623006 +330,0.17524381,0.976660285,339,0.445798684,1.024001867,606.73115132 +331,0.743157214,0.204812899,339,0.445798684,1.024001867,3364.2709491 +332,-1.070758176,0.269382282,339,0.445798684,1.024001867,5202.6222536 +333,-1.230364251,0.329790229,339,0.445798684,1.024001867,5323.4529058 +334,-1.374813124,-0.024926835,339,0.445798684,1.024001867,6817.5055589 +335,0.519780566,0.463669906,339,0.445798684,1.024001867,2228.9378879 +336,-1.55108034,0.239698561,339,0.445798684,1.024001867,6245.5365254 +337,0.180294813,0.029739425,339,0.445798684,1.024001867,4023.7219535 +338,0.67820924,0.268170153,339,0.445798684,1.024001867,3070.9039581 +339,0.445798684,1.024001867,339,0.445798684,1.024001867,0 +340,0.691751283,0.150521402,339,0.445798684,1.024001867,3539.1361734 +341,-1.036643551,-0.903056181,339,0.445798684,1.024001867,8984.8298679 +342,-0.120287036,1.083325163,339,0.445798684,1.024001867,1120.5661467 +343,2.823513113,-0.304487164,339,0.445798684,1.024001867,8842.1542786 +344,0.457583172,1.12513373,339,0.445798684,1.024001867,401.19342324 +345,0.042918831,0.813795399,339,0.445798684,1.024001867,1265.4588721 +346,1.196146777,-0.853142756,339,0.445798684,1.024001867,7823.47917 +347,0.206001358,-0.010430701,339,0.445798684,1.024001867,4165.5965116 +348,-0.268308653,0.234799412,339,0.445798684,1.024001867,3766.9478936 +349,0.759363263,0.736189579,339,0.445798684,1.024001867,1378.1574036 +350,0.181363926,0.891988372,339,0.445798684,1.024001867,794.49611131 +351,-0.021111158,0.139103292,339,0.445798684,1.024001867,3779.6340764 +352,-0.093355215,0.630686981,339,0.445798684,1.024001867,2089.3772484 +353,0.40118964,0.681375926,339,0.445798684,1.024001867,1361.8701763 +354,-0.721197315,1.304706234,339,0.445798684,1.024001867,1978.2423022 +355,-1.076150317,0.212107639,339,0.445798684,1.024001867,5405.5576613 +356,-1.577164531,0.273993443,339,0.445798684,1.024001867,6172.7051586 +357,-0.190788414,0.182208586,339,0.445798684,1.024001867,3838.9544596 +358,-0.261349752,0.209710184,339,0.445798684,1.024001867,3846.2966294 +359,-1.029303852,0.083549259,339,0.445798684,1.024001867,5742.298457 +360,-1.268609162,0.330525297,339,0.445798684,1.024001867,5396.6984994 +361,1.282982244,-0.926641967,339,0.445798684,1.024001867,8177.7841356 +362,0.217352334,0.731352408,339,0.445798684,1.024001867,1290.0753071 +363,-1.511833084,0.258629297,339,0.445798684,1.024001867,6107.7029226 +364,0.338812194,0.823184618,339,0.445798684,1.024001867,834.62229823 +365,-0.324406489,1.134201999,339,0.445798684,1.024001867,1470.4485829 +366,1.389579348,0.399185724,339,0.445798684,1.024001867,3607.8242504 +367,2.047152199,-0.039082036,339,0.445798684,1.024001867,6417.0779569 +368,0.947780369,0.568250077,339,0.445798684,1.024001867,2243.310428 +369,0.763824846,0.576754987,339,0.445798684,1.024001867,1962.2209268 +370,-0.142334657,0.928153068,339,0.445798684,1.024001867,1343.204864 +371,0.610266567,0.547265983,339,0.445798684,1.024001867,1939.4338237 +372,0.210731629,0.746815056,339,0.445798684,1.024001867,1240.8048653 +373,-1.34931644,0.316895224,339,0.445798684,1.024001867,5600.3418566 +374,2.407696481,0.655030745,339,0.445798684,1.024001867,4749.7207458 +375,0.64207831,0.545359131,339,0.445798684,1.024001867,1968.0474026 +376,1.174597538,0.840588356,339,0.445798684,1.024001867,1830.3117908 +377,0.660059424,0.010604079,339,0.445798684,1.024001867,4069.3204078 +378,-0.730263819,0.010486456,339,0.445798684,1.024001867,5388.3306852 +379,0.831068936,0.512339172,339,0.445798684,1.024001867,2281.0754061 +380,1.301180979,0.72367476,339,0.445798684,1.024001867,2405.6228779 +381,1.811128231,0.322854402,339,0.445798684,1.024001867,4713.7749181 +382,0.435105812,0.992284428,339,0.445798684,1.024001867,127.6466987 +383,0.62643634,0.592027932,339,0.445798684,1.024001867,1776.3038734 +384,0.492988703,-0.516339467,339,0.445798684,1.024001867,6103.2867871 +385,-0.162469483,0.112549365,339,0.445798684,1.024001867,4056.1755785 +386,0.314630866,0.472006421,339,0.445798684,1.024001867,2216.3203008 +387,0.166744804,0.822815954,339,0.445798684,1.024001867,1033.5533649 +388,0.417159608,0.965805736,339,0.445798684,1.024001867,238.63068934 +389,0.106334961,0.868774244,339,0.445798684,1.024001867,991.80286052 +390,0.815086969,-0.338144359,339,0.445798684,1.024001867,5528.8961257 +391,0.59867455,-0.230624824,339,0.445798684,1.024001867,4994.1549065 +392,1.915104874,0.066220985,339,0.445798684,1.024001867,5788.9638182 +393,1.278093622,0.064463721,339,0.445798684,1.024001867,4573.2128434 +394,-0.061477853,0.302997961,339,0.445798684,1.024001867,3213.0527446 +395,0.251311504,0.626976942,339,0.445798684,1.024001867,1652.0393491 +396,2.950242872,0.149095644,339,0.445798684,1.024001867,7372.5176467 +397,-0.180294708,0.35375117,339,0.445798684,1.024001867,3199.3693076 +398,1.010448592,-0.351180233,339,0.445798684,1.024001867,5751.0972681 +399,-1.748740498,0.3686318073,339,0.445798684,1.024001867,6124.8301951 +400,2.699635665,0.123533791,339,0.445798684,1.024001867,7102.2172089 +401,0.496808033,0.823843254,339,0.445798684,1.024001867,801.93054125 +402,0.129574704,0.763364087,339,0.445798684,1.024001867,1287.9709306 +403,1.798920311,0.817447563,339,0.445798684,1.024001867,3151.3117104 +404,0.335987953,0.746786541,339,0.445798684,1.024001867,1130.8372614 +405,-1.085413643,0.292154671,339,0.445798684,1.024001867,5156.582967 +406,-0.155321003,0.508207011,339,0.445798684,1.024001867,2612.4385335 +407,0.620529244,-0.301175104,339,0.445798684,1.024001867,5279.8708844 +408,1.684402744,0.368716966,339,0.445798684,1.024001867,4301.6081342 +409,0.300582244,-0.386397212,339,0.445798684,1.024001867,5606.9226245 +410,2.913555946,-0.009225192,339,0.445798684,1.024001867,7913.3963737 +411,1.465101417,0.493232532,339,0.445798684,1.024001867,3448.2672648 +412,0.090612882,0.907955955,339,0.445798684,1.024001867,917.32005456 +413,2.987564726,-0.729568594,339,0.445798684,1.024001867,10562.471513 +414,-1.484261606,0.224149272,339,0.445798684,1.024001867,6175.8415369 +415,0.164073421,0.303955133,339,0.445798684,1.024001867,2967.6821275 +416,0.141441293,0.167552546,339,0.445798684,1.024001867,3514.319862 +417,2.931321023,-0.506718887,339,0.445798684,1.024001867,9732.8604063 +418,2.21951565,0.700596356,339,0.445798684,1.024001867,4281.2729879 +419,0.268112576,1.199114336,339,0.445798684,1.024001867,758.24178157 +420,0.978913739,0.359223811,339,0.445798684,1.024001867,3040.8893973 +421,1.210898818,0.522863584,339,0.445798684,1.024001867,2853.8000293 +422,2.347397336,0.129231362,339,0.445798684,1.024001867,6449.3758734 +423,0.614394501,0.556878345,339,0.445798684,1.024001867,1904.5878536 +424,-1.398079356,0.148483366,339,0.445798684,1.024001867,6270.7241569 +425,2.535303836,-0.112984496,339,0.445798684,1.024001867,7648.5561932 +426,-1.019372593,-0.405322349,339,0.445798684,1.024001867,7372.655042 +427,-1.297785627,-0.160104069,339,0.445798684,1.024001867,7118.5221262 +428,2.144554488,0.205051084,339,0.445798684,1.024001867,5789.4448798 +429,-2.242387083,-0.426171285,339,0.445798684,1.024001867,9757.6149421 +430,0.338637212,0.909723676,339,0.445798684,1.024001867,512.34930843 +431,-0.148798452,0.691042401,339,0.445798684,1.024001867,1990.949916 +432,0.893524764,0.441829531,339,0.445798684,1.024001867,2621.0374729 +433,0.969229347,-0.368847936,339,0.445798684,1.024001867,5777.0627091 +434,0.436043248,0.800045688,339,0.445798684,1.024001867,887.39779177 +435,1.687946607,1.081504775,339,0.445798684,1.024001867,2323.3915055 +436,0.522302046,-0.034889271,339,0.445798684,1.024001867,4201.169991 +437,-0.178996113,-0.438090009,339,0.445798684,1.024001867,6144.524865 +438,-1.094339566,0.301444068,339,0.445798684,1.024001867,5143.8276708 +439,-1.064070054,0.242569932,339,0.445798684,1.024001867,5278.5963411 +440,-1.068153768,0.230387998,339,0.445798684,1.024001867,5327.8002817 +441,-3.00496892,-0.23989155,339,0.445798684,1.024001867,9205.8523154 +442,0.21751974,0.766874888,339,0.445798684,1.024001867,1160.1652978 +443,0.117229532,0.007619006,339,0.445798684,1.024001867,4154.2094227 +444,0.777758451,0.420554741,339,0.445798684,1.024001867,2565.5547242 +445,-0.252356999,0.250747086,339,0.445798684,1.024001867,3683.9378256 +446,0.363148444,0.768483434,339,0.445798684,1.024001867,1031.9176402 +447,0.903191366,-0.118210676,339,0.445798684,1.024001867,4752.5586135 +448,-0.205755923,0.149406178,339,0.445798684,1.024001867,3981.3245166 +449,1.811996086,0.02364353,339,0.445798684,1.024001867,5722.2838958 +450,-1.100670221,0.314845373,339,0.445798684,1.024001867,5112.0662245 +451,0.340078597,0.850105132,339,0.445798684,1.024001867,731.36048606 +452,0.258757267,0.804969236,339,0.445798684,1.024001867,975.57573894 +453,2.78505352,-0.155160804,339,0.445798684,1.024001867,8245.9783894 +454,0.800551619,0.105822106,339,0.445798684,1.024001867,3795.0493326 +455,0.437940882,-0.506194031,339,0.445798684,1.024001867,6061.1616069 +456,2.230431122,0.63458615,339,0.445798684,1.024001867,4515.7467926 +457,0.527965361,0.127667701,339,0.445798684,1.024001867,3559.1957056 +458,-0.063643205,0.702093448,339,0.445798684,1.024001867,1802.5912306 +459,1.408447268,0.133010502,339,0.445798684,1.024001867,4558.428558 +460,0.523795955,0.280266966,339,0.445798684,1.024001867,2954.8105736 +461,-0.975769313,0.072177659,339,0.445798684,1.024001867,5670.7449529 +462,0.549774164,-0.463663986,339,0.445798684,1.024001867,5902.6262039 +463,0.29245874,1.095549818,339,0.445798684,1.024001867,409.910669 +464,0.143625958,0.816809593,339,0.445798684,1.024001867,1088.3907916 +465,0.671902494,0.611159853,339,0.445798684,1.024001867,1739.1722649 +466,1.239840988,0.6724199,339,0.445798684,1.024001867,2433.1344789 +467,0.607829703,-0.10932137,339,0.445798684,1.024001867,4518.6452909 +468,1.763020906,0.263996692,339,0.445798684,1.024001867,4810.6015149 +469,0.378714634,0.726066797,339,0.445798684,1.024001867,1191.8650726 +470,2.196736143,-0.153862366,339,0.445798684,1.024001867,7112.5911526 +471,0.01702415,0.148991565,339,0.445798684,1.024001867,3700.4630358 +472,-2.998490902,-0.158002487,339,0.445798684,1.024001867,8893.7590591 +473,-3.051262951,-0.346595608,339,0.445798684,1.024001867,9572.893734 +474,-1.069176439,0.182802941,339,0.445798684,1.024001867,5489.7008715 +475,0.167157509,0.595344954,339,0.445798684,1.024001867,1849.8075625 +476,0.613855648,0.681746124,339,0.445798684,1.024001867,1421.282956 +477,1.037012736,0.682555367,339,0.445798684,1.024001867,2011.6167835 +478,-1.253574971,0.379755746,339,0.445798684,1.024001867,5201.7167351 +479,3.108590453,-0.132620738,339,0.445798684,1.024001867,8626.1358824 +480,0.565301296,0.022333262,339,0.445798684,1.024001867,3985.0175964 +481,0.547898238,0.855555614,339,0.445798684,1.024001867,707.93933337 +482,0.948309381,0.417393755,339,0.445798684,1.024001867,2785.0716084 +483,-0.050600732,0.945269213,339,0.445798684,1.024001867,1121.8901029 +484,-0.977651478,-0.572363064,339,0.445798684,1.024001867,7845.3741313 +485,1.102014914,0.728861163,339,0.445798684,1.024001867,1991.831733 +486,2.927300795,-0.282939414,339,0.445798684,1.024001867,8936.2260263 +487,-1.154565557,0.124434095,339,0.445798684,1.024001867,5861.9118777 +488,1.855331234,0.291044755,339,0.445798684,1.024001867,4910.4117693 +489,0.830290659,0.276904518,339,0.445798684,1.024001867,3166.3608416 +490,0.485104466,-0.234867441,339,0.445798684,1.024001867,4988.0067123 +491,0.521367572,-0.33161327,339,0.445798684,1.024001867,5375.2794628 +1,-1.539031704,0.7349710123,340,0.691751283,0.150521402,7634.6126598 +2,-1.536990553,0.7349663874,340,0.691751283,0.150521402,7629.6206402 +3,-1.534951779,0.7349571355,340,0.691751283,0.150521402,7624.6389321 +4,-1.532906461,0.7349480293,340,0.691751283,0.150521402,7619.6352098 +5,-1.531320211,0.7346937278,340,0.691751283,0.150521402,7616.2865264 +6,-1.539451648,0.7335131775,340,0.691751283,0.150521402,7638.8320134 +7,-1.537429487,0.7335445708,340,0.691751283,0.150521402,7633.8010669 +8,-1.535484998,0.7335658704,340,0.691751283,0.150521402,7628.9778993 +9,-1.533488396,0.7336036027,340,0.691751283,0.150521402,7623.9860247 +10,-1.531497785,0.7335842962,340,0.691751283,0.150521402,7619.1276197 +11,-1.530259379,0.7334777758,340,0.691751283,0.150521402,7616.3067814 +12,-1.5335454,0.7322346912,340,0.691751283,0.150521402,7627.0987311 +13,-1.531489083,0.7322238773,340,0.691751283,0.150521402,7622.0525848 +14,-1.530011122,0.7321679851,340,0.691751283,0.150521402,7618.5261805 +15,-1.53348106,0.7306614094,340,0.691751283,0.150521402,7630.3537701 +16,-1.531441779,0.7306962275,340,0.691751283,0.150521402,7625.2420252 +17,-1.529755654,0.7306933243,340,0.691751283,0.150521402,7621.0800842 +18,-1.533415048,0.7291384674,340,0.691751283,0.150521402,7633.4924783 +19,-1.531392093,0.7291705353,340,0.691751283,0.150521402,7628.418546 +20,-1.529296523,0.7291214933,340,0.691751283,0.150521402,7623.3345222 +21,-1.535280942,0.727267644,340,0.691751283,0.150521402,7642.1657637 +22,-1.533378158,0.7276139666,340,0.691751283,0.150521402,7636.7037416 +23,-1.531340368,0.7276446587,340,0.691751283,0.150521402,7631.5875942 +24,-1.528960113,0.7276398177,340,0.691751283,0.150521402,7625.692775 +25,-1.533313146,0.7260818349,340,0.691751283,0.150521402,7639.8590343 +26,-1.531259555,0.7260958115,340,0.691751283,0.150521402,7634.7311316 +27,-1.528926415,0.7260865555,340,0.691751283,0.150521402,7628.9527262 +28,-1.531226779,0.7245511789,340,0.691751283,0.150521402,7637.9819202 +29,-1.528904772,0.7245519194,340,0.691751283,0.150521402,7632.1998735 +30,-1.547195875,0.7409785979,340,0.691751283,0.150521402,7641.2652221 +31,-1.5451475,0.740980426,340,0.691751283,0.150521402,7636.2973138 +32,-1.543097679,0.7409798872,340,0.691751283,0.150521402,7631.3254642 +33,-1.540720364,0.7409892687,340,0.691751283,0.150521402,7625.5301754 +34,-1.547188511,0.7395198392,340,0.691751283,0.150521402,7644.4799977 +35,-1.545148587,0.7395226109,340,0.691751283,0.150521402,7639.522375 +36,-1.543104538,0.7395314908,340,0.691751283,0.150521402,7634.5356672 +37,-1.540727751,0.7395306258,340,0.691751283,0.150521402,7628.7548446 +38,-1.547187029,0.7380014886,340,0.691751283,0.150521402,7647.8387545 +39,-1.545147315,0.7380012252,340,0.691751283,0.150521402,7642.8799158 +40,-1.54310719,0.7380060743,340,0.691751283,0.150521402,7637.9031887 +41,-1.540719671,0.7380068206,340,0.691751283,0.150521402,7632.0827948 +42,-1.547187189,0.7364799098,340,0.691751283,0.150521402,7651.2062714 +43,-1.545149996,0.7364853874,340,0.691751283,0.150521402,7646.2324651 +44,-1.543106091,0.7364823484,340,0.691751283,0.150521402,7641.2554804 +45,-1.540717158,0.7364893901,340,0.691751283,0.150521402,7635.4079188 +46,-1.538663972,0.7410138672,340,0.691751283,0.150521402,7620.4750434 +47,-1.53695285,0.7409699132,340,0.691751283,0.150521402,7616.4055864 +48,-1.534910498,0.7409641297,340,0.691751283,0.150521402,7611.4408308 +49,-1.533145034,0.7409536636,340,0.691751283,0.150521402,7607.1565565 +50,-1.538681336,0.7395405883,340,0.691751283,0.150521402,7623.7480012 +51,-1.536999189,0.7395183096,340,0.691751283,0.150521402,7619.694934 +52,-1.534923633,0.7395144222,340,0.691751283,0.150521402,7614.6369917 +53,-1.533267822,0.7395654306,340,0.691751283,0.150521402,7610.4799801 +54,-1.53867273,0.7380151077,340,0.691751283,0.150521402,7627.0698448 +55,-1.536980576,0.7379994392,340,0.691751283,0.150521402,7622.9708362 +56,-1.534931522,0.7379944961,340,0.691751283,0.150521402,7617.9713981 +57,-1.533387952,0.7379480264,340,0.691751283,0.150521402,7614.2945829 +58,-1.538682279,0.7364914363,340,0.691751283,0.150521402,7630.4296869 +59,-1.536980704,0.7364810563,340,0.691751283,0.150521402,7626.2890487 +60,-1.534935567,0.7364752065,340,0.691751283,0.150521402,7621.2927183 +61,-1.533042592,0.7363876366,340,0.691751283,0.150521402,7616.8416933 +62,-1.545143426,0.7349628011,340,0.691751283,0.150521402,7649.5749761 +63,-1.543105297,0.7349691947,340,0.691751283,0.150521402,7644.5828765 +64,-1.541064533,0.7349647152,340,0.691751283,0.150521402,7639.6026596 +65,-1.545411803,0.7334624714,340,0.691751283,0.150521402,7653.5382432 +66,-1.543446606,0.7334780896,340,0.691751283,0.150521402,7648.6967895 +67,-1.541475327,0.7334957295,340,0.691751283,0.150521402,7643.8309663 +68,-1.545401939,0.731963266,340,0.691751283,0.150521402,7656.8174713 +69,-1.54342253,0.7319915583,340,0.691751283,0.150521402,7651.9053236 +70,-1.541455867,0.7320216438,340,0.691751283,0.150521402,7647.0155486 +71,-1.545410146,0.7304422281,340,0.691751283,0.150521402,7660.1866709 +72,-1.543435491,0.7304713664,340,0.691751283,0.150521402,7655.2762289 +73,-1.541463105,0.7304997613,340,0.691751283,0.150521402,7650.368053 +74,-1.545414768,0.7289194936,340,0.691751283,0.150521402,7663.5484516 +75,-1.543435774,0.7289538557,340,0.691751283,0.150521402,7658.6077726 +76,-1.541457714,0.7289765881,340,0.691751283,0.150521402,7653.6899414 +77,-1.539449415,0.7320555866,340,0.691751283,0.150521402,7642.0147247 +78,-1.537429183,0.7321097681,340,0.691751283,0.150521402,7636.930854 +79,-1.535472649,0.7321497267,340,0.691751283,0.150521402,7632.0298882 +80,-1.539457899,0.7305333307,340,0.691751283,0.150521402,7645.3628902 +81,-1.537453161,0.7305750503,340,0.691751283,0.150521402,7640.3361045 +82,-1.535479385,0.7306124949,340,0.691751283,0.150521402,7635.3900595 +83,-1.53946905,0.7290102593,340,0.691751283,0.150521402,7648.7170803 +84,-1.537459922,0.7290417293,340,0.691751283,0.150521402,7643.6935948 +85,-1.535451349,0.7290890157,340,0.691751283,0.150521402,7638.6320842 +86,-1.535522937,0.7279887191,340,0.691751283,0.150521402,7641.1990267 +87,-1.539442524,0.7274735939,340,0.691751283,0.150521402,7652.0055878 +88,-1.537424111,0.727521351,340,0.691751283,0.150521402,7646.9153145 +89,-1.539384641,0.7259505092,340,0.691751283,0.150521402,7655.1842525 +90,-1.537372391,0.7259947145,340,0.691751283,0.150521402,7650.1085528 +91,-1.535340789,0.7260435356,340,0.691751283,0.150521402,7644.9699681 +92,-1.539325716,0.7244369706,340,0.691751283,0.150521402,7658.3366326 +93,-1.537308932,0.7244801057,340,0.691751283,0.150521402,7653.2436817 +94,-1.535289068,0.7245247645,340,0.691751283,0.150521402,7648.1348367 +95,-1.533261366,0.7245550236,340,0.691751283,0.150521402,7643.0327191 +96,-1.539267302,0.722921924,340,0.691751283,0.150521402,7661.4906752 +97,-1.537248972,0.7229660258,340,0.691751283,0.150521402,7656.3834274 +98,-1.535219431,0.7229916471,340,0.691751283,0.150521402,7651.2833787 +99,-1.53318962,0.7230212049,340,0.691751283,0.150521402,7646.1689777 +100,-1.531154816,0.7230299897,340,0.691751283,0.150521402,7641.0817757 +101,-1.528878341,0.7230370244,340,0.691751283,0.150521402,7635.3900317 +102,-1.539218189,0.7214009878,340,0.691751283,0.150521402,7664.6777504 +103,-1.537198791,0.7214422745,340,0.691751283,0.150521402,7659.5655827 +104,-1.535179266,0.7214634354,340,0.691751283,0.150521402,7654.4916757 +105,-1.533156501,0.7214944644,340,0.691751283,0.150521402,7649.3832173 +106,-1.53113574,0.7215166021,340,0.691751283,0.150521402,7644.2938393 +107,-1.528874248,0.7215345535,340,0.691751283,0.150521402,7638.6067362 +108,-1.539217656,0.7198512397,340,0.691751283,0.150521402,7668.045552 +109,-1.537199919,0.7199428763,340,0.691751283,0.150521402,7662.8199757 +110,-1.545425832,0.727397149,340,0.691751283,0.150521402,7666.922853 +111,-1.543371177,0.7273916949,340,0.691751283,0.150521402,7661.8749532 +112,-1.541368852,0.7274523163,340,0.691751283,0.150521402,7656.8058948 +113,-1.545349067,0.7258710923,340,0.691751283,0.150521402,7670.0865327 +114,-1.54332671,0.7258603556,340,0.691751283,0.150521402,7665.1212004 +115,-1.541346831,0.7259242142,340,0.691751283,0.150521402,7660.0921963 +116,-1.545324355,0.7243383958,340,0.691751283,0.150521402,7673.390251 +117,-1.543292796,0.7243617413,340,0.691751283,0.150521402,7668.3190756 +118,-1.541295822,0.7244024384,340,0.691751283,0.150521402,7663.2903125 +119,-1.543193859,0.7205570215,340,0.691751283,0.150521402,7676.3941812 +120,-1.550257047,0.7386738187,340,0.691751283,0.150521402,7653.7984525 +121,-1.549335448,0.7311736483,340,0.691751283,0.150521402,7668.1870238 +122,-1.533478843,0.7179891343,340,0.691751283,0.150521402,7657.749787 +123,-1.556150555,0.738907041,340,0.691751283,0.150521402,7667.5386136 +124,-1.554324226,0.733414257,340,0.691751283,0.150521402,7675.3807411 +125,-1.554290846,0.7288285332,340,0.691751283,0.150521402,7685.5068363 +126,-1.55122487,0.7219795312,340,0.691751283,0.150521402,7693.1501661 +127,-1.525104458,0.7229399862,340,0.691751283,0.150521402,7626.1720833 +128,-1.519607711,0.7236181429,340,0.691751283,0.150521402,7610.9689492 +129,-1.513899999,0.7251107854,340,0.691751283,0.150521402,7593.4985379 +130,-1.536620762,0.7431061895,340,0.691751283,0.150521402,7610.9202506 +131,-1.5369566,0.7460845958,340,0.691751283,0.150521402,7605.206155 +132,-1.545345528,0.7447040685,340,0.691751283,0.150521402,7628.5347279 +133,-1.532813921,0.7432306626,340,0.691751283,0.150521402,7601.3873448 +134,-1.554788248,0.7382381001,340,0.691751283,0.150521402,7665.7419904 +135,-1.540348126,0.7301594274,340,0.691751283,0.150521402,7648.3707998 +136,-1.538016084,0.7239051786,340,0.691751283,0.150521402,7656.2472828 +137,-1.525288962,0.7258085137,340,0.691751283,0.150521402,7620.4941271 +138,-1.534326986,0.731241342,340,0.691751283,0.150521402,7631.1820184 +139,-1.530733872,0.7303625216,340,0.691751283,0.150521402,7624.2137344 +141,-1.534354939,0.7328219978,340,0.691751283,0.150521402,7627.8166668 +142,-1.53157084,0.7292888153,340,0.691751283,0.150521402,7628.6051998 +143,-1.525691035,0.7263799874,340,0.691751283,0.150521402,7620.2713805 +144,-1.534031287,0.7495967835,340,0.691751283,0.150521402,7590.4320743 +145,-1.527714986,0.7283095957,340,0.691751283,0.150521402,7621.1603664 +146,-1.526189586,0.7271468292,340,0.691751283,0.150521402,7619.8677426 +147,-1.555177336,0.7375563366,340,0.691751283,0.150521402,7668.2070668 +148,-1.555080283,0.7312707794,340,0.691751283,0.150521402,7681.9981404 +149,-1.53856994,0.7224180299,340,0.691751283,0.150521402,7660.8554033 +150,-1.530837883,0.729933372,340,0.691751283,0.150521402,7625.398407 +151,-1.515066984,0.5854133365,340,0.691751283,0.150521402,7880.6649215 +152,-1.534731633,0.5368370046,340,0.691751283,0.150521402,8032.3903053 +153,-1.515231902,0.5607085576,340,0.691751283,0.150521402,7928.880131 +154,-2.616253799,1.0684566605,340,0.691751283,0.150521402,7587.7637075 +155,-1.956071439,0.5792177723,340,0.691751283,0.150521402,9006.5313472 +156,-1.951208514,0.5602434208,340,0.691751283,0.150521402,9055.4221063 +157,-1.944675062,0.6062144545,340,0.691751283,0.150521402,8899.1272965 +158,-1.613778386,0.6077989518,340,0.691751283,0.150521402,8108.4492975 +159,-2.035029014,0.6021432345,340,0.691751283,0.150521402,9081.1379965 +160,-2.114989471,0.6801825058,340,0.691751283,0.150521402,8930.0490648 +161,-2.037382079,0.5765830025,340,0.691751283,0.150521402,9170.8281061 +162,-2.129855121,0.6585019963,340,0.691751283,0.150521402,9027.3387896 +163,-2.075141798,0.6493615843,340,0.691751283,0.150521402,8983.9513889 +164,-1.828626729,0.6948433129,340,0.691751283,0.150521402,8395.2786669 +165,-1.863329418,0.6735427691,340,0.691751283,0.150521402,8529.1164427 +166,-1.266037071,0.727988852,340,0.691751283,0.150521402,6933.8899313 +167,-1.277579582,0.7249010648,340,0.691751283,0.150521402,6970.1675254 +168,-1.258418684,0.7241194816,340,0.691751283,0.150521402,6918.4336056 +169,-1.317813974,0.6804850104,340,0.691751283,0.150521402,7149.827193 +170,-1.344165204,0.6790988904,340,0.691751283,0.150521402,7226.4230491 +171,-1.427582102,0.5277120351,340,0.691751283,0.150521402,7722.7501552 +172,-1.402238616,0.457167829,340,0.691751283,0.150521402,7753.4029228 +173,-1.422454264,0.4996161999,340,0.691751283,0.150521402,7752.5671002 +174,-1.439089277,0.4894859811,340,0.691751283,0.150521402,7821.9090123 +175,-1.448126995,0.5182330266,340,0.691751283,0.150521402,7802.5163115 +176,-1.474626146,0.5881926574,340,0.691751283,0.150521402,7758.3415868 +177,-1.421139645,0.5584869783,340,0.691751283,0.150521402,7651.512834 +178,-1.457037165,0.565943032,340,0.691751283,0.150521402,7746.8189191 +179,-2.757159358,0.3745319,340,0.691751283,0.150521402,10045.245608 +180,-2.714309238,0.342054471,340,0.691751283,0.150521402,10236.740697 +181,-2.000525337,0.774119946,340,0.691751283,0.150521402,8443.6657747 +183,-1.571413436,0.6777838382,340,0.691751283,0.150521402,7841.608542 +184,-1.552860289,0.6987663893,340,0.691751283,0.150521402,7748.2489834 +185,-1.521852374,0.7165827476,340,0.691751283,0.150521402,7631.5503638 +186,-1.503656267,0.6928968252,340,0.691751283,0.150521402,7634.2788237 +187,-1.502753178,0.7136205882,340,0.691751283,0.150521402,7589.286781 +188,-1.631894563,0.7343596465,340,0.691751283,0.150521402,7857.4531757 +189,-1.653765416,0.6770714026,340,0.691751283,0.150521402,8049.0688201 +190,-1.719812114,0.6715965947,340,0.691751283,0.150521402,8220.5060801 +191,-1.493406659,0.6646955447,340,0.691751283,0.150521402,7664.0534522 +192,-1.469120564,0.6613469966,340,0.691751283,0.150521402,7604.6869424 +193,-1.590551461,0.5326612937,340,0.691751283,0.150521402,8205.019418 +194,-1.625979264,0.5247742243,340,0.691751283,0.150521402,8324.2867156 +195,-1.572293943,0.5238808754,340,0.691751283,0.150521402,8169.2744371 +196,-1.610848725,0.5477107964,340,0.691751283,0.150521402,8231.8397476 +197,-1.208485554,0.7918526018,340,0.691751283,0.150521402,6690.3827032 +198,-1.335601374,0.6869083083,340,0.691751283,0.150521402,7189.8120565 +199,-1.346156996,0.6825213377,340,0.691751283,0.150521402,7226.4681673 +200,-1.324381037,0.6741422347,340,0.691751283,0.150521402,7178.3397226 +201,-1.242424992,0.7378949807,340,0.691751283,0.150521402,6854.9279914 +202,-1.270370057,0.7392461008,340,0.691751283,0.150521402,6929.3120755 +203,-1.448950472,0.7441675014,340,0.691751283,0.150521402,7390.9261956 +204,-1.492662363,0.7523026852,340,0.691751283,0.150521402,7483.7521685 +205,-1.479098966,0.7763855017,340,0.691751283,0.150521402,7400.8058883 +206,-1.633760714,0.7869022408,340,0.691751283,0.150521402,7731.8587578 +207,-1.647406434,0.8101289331,340,0.691751283,0.150521402,7702.1705547 +208,-1.564245052,0.5701509278,340,0.691751283,0.150521402,8052.0176034 +209,-1.646289963,0.6833746083,340,0.691751283,0.150521402,8015.5777641 +210,-1.5820631,0.6751952144,340,0.691751283,0.150521402,7874.5801456 +211,-1.613236298,0.6681681791,340,0.691751283,0.150521402,7969.6776863 +212,-1.914661867,0.8212566515,340,0.691751283,0.150521402,8158.4231639 +213,-1.742133237,0.7250275956,340,0.691751283,0.150521402,8128.0451136 +214,-2.033144872,0.6557314699,340,0.691751283,0.150521402,8896.8929451 +215,-2.039551981,0.6964723658,340,0.691751283,0.150521402,8767.330739 +216,-1.247341019,0.7622473908,340,0.691751283,0.150521402,6833.9834966 +217,-1.298239787,0.7084123392,340,0.691751283,0.150521402,7052.0095324 +218,-1.308539688,0.6926545592,340,0.691751283,0.150521402,7104.8758266 +219,-1.303263185,0.6888938396,340,0.691751283,0.150521402,7095.7615345 +220,-1.852400229,0.6004246149,340,0.691751283,0.150521402,8720.2474497 +221,-1.288947707,0.7473773692,340,0.691751283,0.150521402,6967.3116113 +222,-1.372031502,0.7472790993,340,0.691751283,0.150521402,7187.2981361 +223,-1.289805721,0.7242157877,340,0.691751283,0.150521402,7004.7737129 +224,-1.350807603,0.7533498126,340,0.691751283,0.150521402,7121.4649499 +225,-1.329290365,0.7560442322,340,0.691751283,0.150521402,7060.6481513 +226,-1.410153004,0.616936428,340,0.691751283,0.150521402,7519.2270959 +227,-1.393445434,0.6308995063,340,0.691751283,0.150521402,7446.9015978 +228,-1.37595573,0.6241540638,340,0.691751283,0.150521402,7407.335055 +229,-1.358388707,0.6172645205,340,0.691751283,0.150521402,7366.8574056 +230,-1.753741133,0.8281661666,340,0.691751283,0.150521402,7863.037263 +231,-1.47430987,0.6834615681,340,0.691751283,0.150521402,7575.7573625 +232,-1.421012508,0.7222725206,340,0.691751283,0.150521402,7360.5444257 +233,-1.4476833,0.6978557868,340,0.691751283,0.150521402,7476.9762151 +234,-1.470370723,0.6966193374,340,0.691751283,0.150521402,7539.484262 +235,-1.429211703,0.7037216883,340,0.691751283,0.150521402,7416.7320476 +236,-1.700578405,0.6178673663,340,0.691751283,0.150521402,8310.5706799 +237,-1.678117619,0.6331716163,340,0.691751283,0.150521402,8216.3947631 +238,-1.725644578,0.6316331145,340,0.691751283,0.150521402,8337.8294245 +239,-2.14012759,0.7930497945,340,0.691751283,0.150521402,8547.1595681 +240,-2.103289431,0.7653606263,340,0.691751283,0.150521402,8608.4279916 +241,-1.318739838,0.7017808746,340,0.691751283,0.150521402,7119.1946525 +242,-1.396417427,0.7077900843,340,0.691751283,0.150521402,7321.5191372 +243,-1.35650337,0.7185539404,340,0.691751283,0.150521402,7195.3437809 +244,-1.248884539,0.7274156818,340,0.691751283,0.150521402,6887.3851132 +245,-1.395014798,0.5761185243,340,0.691751283,0.150521402,7542.9935903 +246,-1.433377362,0.6064716109,340,0.691751283,0.150521402,7605.0979135 +247,-1.408172432,0.5903155476,340,0.691751283,0.150521402,7558.8261193 +248,-1.749645898,0.7757118084,340,0.691751283,0.150521402,8003.5322596 +249,-1.571626686,0.615046989,340,0.691751283,0.150521402,7978.587685 +250,-1.514070049,0.6303003037,340,0.691751283,0.150521402,7789.1270461 +251,-1.480890369,0.6237966528,340,0.691751283,0.150521402,7709.3310616 +252,-1.704390658,0.5281680612,340,0.691751283,0.150521402,8537.7311931 +253,-1.64434733,0.5254277498,340,0.691751283,0.150521402,8375.5771473 +254,-1.703855997,0.4792484842,340,0.691751283,0.150521402,8649.2578668 +255,-1.692002383,0.5748825051,340,0.691751283,0.150521402,8393.3058067 +256,-1.854136457,0.5544643913,340,0.691751283,0.150521402,8854.8628309 +257,-1.665021206,0.520317736,340,0.691751283,0.150521402,8445.7248133 +258,-1.733654349,0.4845187345,340,0.691751283,0.150521402,8722.0348812 +259,-1.720938188,0.5135933906,340,0.691751283,0.150521402,8617.801899 +260,-1.742668307,0.553296122,340,0.691751283,0.150521402,8579.4633797 +261,-1.965659039,0.7142126903,340,0.691751283,0.150521402,8590.5111567 +262,-1.944438071,0.6772834804,340,0.691751283,0.150521402,8673.5337112 +263,-1.270340967,0.7681487096,340,0.691751283,0.150521402,6886.535874 +264,-1.353091884,0.6549276821,340,0.691751283,0.150521402,7290.888637 +265,-1.333236659,0.6413584414,340,0.691751283,0.150521402,7254.9880497 +266,-1.352015998,0.6753788907,340,0.691751283,0.150521402,7254.5694558 +267,-1.377988483,0.6577816235,340,0.691751283,0.150521402,7357.1860401 +268,-2.13075611,0.8318642051,340,0.691751283,0.150521402,8394.6251364 +269,-2.097910953,0.8259670014,340,0.691751283,0.150521402,8382.7136231 +270,-1.416382069,0.6694271549,340,0.691751283,0.150521402,7444.5631174 +271,-1.538905672,0.7535625993,340,0.691751283,0.150521402,7593.4493976 +272,-1.572309477,0.7803125099,340,0.691751283,0.150521402,7610.9906965 +273,-1.87759879,0.7503853417,340,0.691751283,0.150521402,8321.9850411 +274,1.152365588,0.590457682,340,0.691751283,0.150521402,2419.4214808 +275,0.350198001,0.718001859,340,0.691751283,0.150521402,2547.2825006 +276,0.046513677,0.491503852,340,0.691751283,0.150521402,2758.2562741 +277,0.027510309,0.742571376,340,0.691751283,0.150521402,3287.34342 +278,0.306285725,-0.214631579,340,0.691751283,0.150521402,2096.3520917 +279,-1.100564889,0.318051531,340,0.691751283,0.150521402,6856.1752405 +280,-1.078582306,0.301437596,340,0.691751283,0.150521402,6788.7668313 +281,-1.137371989,-0.617634065,340,0.691751283,0.150521402,7398.7486677 +282,0.784356344,0.703272339,340,0.691751283,0.150521402,2213.7032947 +283,-1.221209947,0.218327455,340,0.691751283,0.150521402,7393.0653439 +284,2.347301921,-0.449114658,340,0.691751283,0.150521402,6780.2956474 +285,0.246820618,0.830553713,340,0.691751283,0.150521402,3079.905609 +286,0.829414965,0.703288228,340,0.691751283,0.150521402,2242.7527743 +287,-1.337537566,0.42332223,340,0.691751283,0.150521402,7584.9737185 +288,0.882453706,0.454478077,340,0.691751283,0.150521402,1401.4868843 +289,1.575629659,0.416419109,340,0.691751283,0.150521402,3501.5349335 +290,-1.039455679,0.229888244,340,0.691751283,0.150521402,6696.7699671 +291,0.489558039,0.934482747,340,0.691751283,0.150521402,3171.8537323 +292,0.081344504,0.88384514,340,0.691751283,0.150521402,3523.6956808 +293,-1.547979814,0.300350308,340,0.691751283,0.150521402,8487.6677609 +294,0.040776181,0.168560074,340,0.691751283,0.150521402,2545.5484516 +295,-1.130374745,0.563894876,340,0.691751283,0.150521402,6728.9906454 +296,1.578326642,0.478507176,340,0.691751283,0.150521402,3553.9132857 +297,-1.12861823,-0.291640865,340,0.691751283,0.150521402,7333.6657256 +298,0.310524208,0.770885792,340,0.691751283,0.150521402,2785.5174831 +299,0.415649091,-0.387246002,340,0.691751283,0.150521402,2384.6891901 +300,-0.926533878,-0.188022748,340,0.691751283,0.150521402,6515.8462856 +301,1.258856172,-0.11716081,340,0.691751283,0.150521402,2477.5593276 +302,-1.126050026,0.322941926,340,0.691751283,0.150521402,6945.4610853 +303,2.002785835,0.07893892,340,0.691751283,0.150521402,5159.6497955 +304,0.440437607,0.746258085,340,0.691751283,0.150521402,2516.1721252 +305,-0.030391866,0.214441206,340,0.691751283,0.150521402,2821.6452682 +306,0.521557815,-0.058929362,340,0.691751283,0.150521402,1067.7677387 +307,-0.097005111,0.13317729,340,0.691751283,0.150521402,3091.9001932 +308,1.83113859,0.221857587,340,0.691751283,0.150521402,4433.6618597 +309,0.222428864,0.099404236,340,0.691751283,0.150521402,1855.0930118 +310,-1.702731345,0.8728568183,340,0.691751283,0.150521402,7643.5761786 +311,-0.418507569,0.278324921,340,0.691751283,0.150521402,4312.0886287 +312,-1.41153306,0.339029988,340,0.691751283,0.150521402,7954.0745074 +313,0.357560442,0.114788776,340,0.691751283,0.150521402,1319.5310148 +314,0.325818979,0.268352149,340,0.691751283,0.150521402,1491.4143488 +315,-1.246004659,-0.663679965,340,0.691751283,0.150521402,7730.8570365 +316,1.814603087,0.637404484,340,0.691751283,0.150521402,4446.4791739 +317,1.843704281,-0.18300445,340,0.691751283,0.150521402,4728.7603536 +318,1.690644492,-0.211480909,340,0.691751283,0.150521402,4185.737888 +319,-1.275451936,0.068109467,340,0.691751283,0.150521402,7725.9516081 +320,0.762430171,-0.207594741,340,0.691751283,0.150521402,1445.5480132 +321,0.265668905,-0.014647884,340,0.691751283,0.150521402,1804.5804943 +322,-2.773032013,-0.335515811,340,0.691751283,0.150521402,11003.41969 +323,-1.469512853,0.174058777,340,0.691751283,0.150521402,8370.2549519 +324,0.286276986,0.785925691,340,0.691751283,0.150521402,2873.6649338 +325,-1.379324697,0.377432233,340,0.691751283,0.150521402,7789.9343048 +326,-1.203778265,0.212813032,340,0.691751283,0.150521402,7332.2600653 +327,0.579916301,0.611743168,340,0.691751283,0.150521402,1871.3996699 +328,0.267582642,0.868113908,340,0.691751283,0.150521402,3168.4661027 +329,0.412869244,-0.050245578,340,0.691751283,0.150521402,1358.4721061 +330,0.17524381,0.976660285,340,0.691751283,0.150521402,3645.6129861 +331,0.743157214,0.204812899,340,0.691751283,0.150521402,293.93952753 +332,-1.070758176,0.269382282,340,0.691751283,0.150521402,6785.0307433 +333,-1.230364251,0.329790229,340,0.691751283,0.150521402,7318.6144854 +334,-1.374813124,-0.024926835,340,0.691751283,0.150521402,8177.6168956 +335,0.519780566,0.463669906,340,0.691751283,0.150521402,1398.4094192 +336,-1.55108034,0.239698561,340,0.691751283,0.150521402,8587.491696 +337,0.180294813,0.029739425,340,0.691751283,0.150521402,2072.1935646 +338,0.67820924,0.268170153,340,0.691751283,0.150521402,468.94735894 +339,0.445798684,1.024001867,340,0.691751283,0.150521402,3539.1361734 +340,0.691751283,0.150521402,340,0.691751283,0.150521402,0 +341,-1.036643551,-0.903056181,340,0.691751283,0.150521402,7075.5031761 +342,-0.120287036,1.083325163,340,0.691751283,0.150521402,4368.153395 +343,2.823513113,-0.304487164,340,0.691751283,0.150521402,8513.2759752 +344,0.457583172,1.12513373,340,0.691751283,0.150521402,3915.8557608 +345,0.042918831,0.813795399,340,0.691751283,0.150521402,3419.1555939 +346,1.196146777,-0.853142756,340,0.691751283,0.150521402,4345.3135649 +347,0.206001358,-0.010430701,340,0.691751283,0.150521402,2020.354418 +348,-0.268308653,0.234799412,340,0.691751283,0.150521402,3740.3456243 +349,0.759363263,0.736189579,340,0.691751283,0.150521402,2331.8000003 +350,0.181363926,0.891988372,340,0.691751283,0.150521402,3375.3720816 +351,-0.021111158,0.139103292,340,0.691751283,0.150521402,2793.1465371 +352,-0.093355215,0.630686981,340,0.691751283,0.150521402,3402.417525 +353,0.40118964,0.681375926,340,0.691751283,0.150521402,2342.359178 +354,-0.721197315,1.304706234,340,0.691751283,0.150521402,5482.6986802 +355,-1.076150317,0.212107639,340,0.691751283,0.150521402,6849.2316704 +356,-1.577164531,0.273993443,340,0.691751283,0.150521402,8630.2286687 +357,-0.190788414,0.182208586,340,0.691751283,0.150521402,3446.2836309 +358,-0.261349752,0.209710184,340,0.691751283,0.150521402,3716.0119882 +359,-1.029303852,0.083549259,340,0.691751283,0.150521402,6758.1819913 +360,-1.268609162,0.330525297,340,0.691751283,0.150521402,7455.8326882 +361,1.282982244,-0.926641967,340,0.691751283,0.150521402,4707.6772882 +362,0.217352334,0.731352408,340,0.691751283,0.150521402,2834.2216253 +363,-1.511833084,0.258629297,340,0.691751283,0.150521402,8420.1256185 +364,0.338812194,0.823184618,340,0.691751283,0.150521402,2917.8244082 +365,-0.324406489,1.134201999,340,0.691751283,0.150521402,4779.9266336 +366,1.389579348,0.399185724,340,0.691751283,0.150521402,2824.8426872 +367,2.047152199,-0.039082036,340,0.691751283,0.150521402,5402.9208527 +368,0.947780369,0.568250077,340,0.691751283,0.150521402,1902.5281089 +369,0.763824846,0.576754987,340,0.691751283,0.150521402,1708.8079428 +370,-0.142334657,0.928153068,340,0.691751283,0.150521402,4064.4716126 +371,0.610266567,0.547265983,340,0.691751283,0.150521402,1599.9772745 +372,0.210731629,0.746815056,340,0.691751283,0.150521402,2892.0375453 +373,-1.34931644,0.316895224,340,0.691751283,0.150521402,7761.4943161 +374,2.407696481,0.655030745,340,0.691751283,0.150521402,6309.3001874 +375,0.64207831,0.545359131,340,0.691751283,0.150521402,1574.65371 +376,1.174597538,0.840588356,340,0.691751283,0.150521402,3173.7518415 +377,0.660059424,0.010604079,340,0.691751283,0.150521402,568.1386673 +378,-0.730263819,0.010486456,340,0.691751283,0.150521402,5633.0490825 +379,0.831068936,0.512339172,340,0.691751283,0.150521402,1523.8557751 +380,1.301180979,0.72367476,340,0.691751283,0.150521402,3112.6045138 +381,1.811128231,0.322854402,340,0.691751283,0.150521402,4343.7249685 +382,0.435105812,0.992284428,340,0.691751283,0.150521402,3427.29191 +383,0.62643634,0.592027932,340,0.691751283,0.150521402,1764.9540523 +384,0.492988703,-0.516339467,340,0.691751283,0.150521402,2748.0332179 +385,-0.162469483,0.112549365,340,0.691751283,0.150521402,3355.6079239 +386,0.314630866,0.472006421,340,0.691751283,0.150521402,1902.2021962 +387,0.166744804,0.822815954,340,0.691751283,0.150521402,3195.6556323 +388,0.417159608,0.965805736,340,0.691751283,0.150521402,3342.4710258 +389,0.106334961,0.868774244,340,0.691751283,0.150521402,3436.6553683 +390,0.815086969,-0.338144359,340,0.691751283,0.150521402,1994.5623558 +391,0.59867455,-0.230624824,340,0.691751283,0.150521402,1553.4814459 +392,1.915104874,0.066220985,340,0.691751283,0.150521402,4823.2054238 +393,1.278093622,0.064463721,340,0.691751283,0.150521402,2332.9975819 +394,-0.061477853,0.302997961,340,0.691751283,0.150521402,2962.3991883 +395,0.251311504,0.626976942,340,0.691751283,0.150521402,2467.133106 +396,2.950242872,0.149095644,340,0.691751283,0.150521402,8762.6371934 +397,-0.180294708,0.35375117,340,0.691751283,0.150521402,3426.7111602 +398,1.010448592,-0.351180233,340,0.691751283,0.150521402,2343.5520536 +399,-1.748740498,0.3686318073,340,0.691751283,0.150521402,9028.3434574 +400,2.699635665,0.123533791,340,0.691751283,0.150521402,7838.3397599 +401,0.496808033,0.823843254,340,0.691751283,0.150521402,2746.8434921 +402,0.129574704,0.763364087,340,0.691751283,0.150521402,3105.5270922 +403,1.798920311,0.817447563,340,0.691751283,0.150521402,4540.6012486 +404,0.335987953,0.746786541,340,0.691751283,0.150521402,2665.4447411 +405,-1.085413643,0.292154671,340,0.691751283,0.150521402,6821.5957257 +406,-0.155321003,0.508207011,340,0.691751283,0.150521402,3445.5820603 +407,0.620529244,-0.301175104,340,0.691751283,0.150521402,1810.7707183 +408,1.684402744,0.368716966,340,0.691751283,0.150521402,3876.9936248 +409,0.300582244,-0.386397212,340,0.691751283,0.150521402,2613.4796439 +410,2.913555946,-0.009225192,340,0.691751283,0.150521402,8773.2823701 +411,1.465101417,0.493232532,340,0.691751283,0.150521402,3182.8611226 +412,0.090612882,0.907955955,340,0.691751283,0.150521402,3573.3184537 +413,2.987564726,-0.729568594,340,0.691751283,0.150521402,8715.240822 +414,-1.484261606,0.224149272,340,0.691751283,0.150521402,8365.3362147 +415,0.164073421,0.303955133,340,0.691751283,0.150521402,2121.7375119 +416,0.141441293,0.167552546,340,0.691751283,0.150521402,2152.59698 +417,2.931321023,-0.506718887,340,0.691751283,0.150521402,8814.3723419 +418,2.21951565,0.700596356,340,0.691751283,0.150521402,5708.7871651 +419,0.268112576,1.199114336,340,0.691751283,0.150521402,4297.0771008 +420,0.978913739,0.359223811,340,0.691751283,0.150521402,1374.4433776 +421,1.210898818,0.522863584,340,0.691751283,0.150521402,2423.3451405 +422,2.347397336,0.129231362,340,0.691751283,0.150521402,6474.6735915 +423,0.614394501,0.556878345,340,0.691751283,0.150521402,1634.5500504 +424,-1.398079356,0.148483366,340,0.691751283,0.150521402,8128.0001546 +425,2.535303836,-0.112984496,340,0.691751283,0.150521402,7352.4257838 +426,-1.019372593,-0.405322349,340,0.691751283,0.150521402,6963.8339842 +427,-1.297785627,-0.160104069,340,0.691751283,0.150521402,7942.1928547 +428,2.144554488,0.205051084,340,0.691751283,0.150521402,5647.615637 +429,-2.242387083,-0.426171285,340,0.691751283,0.150521402,11099.377422 +430,0.338637212,0.909723676,340,0.691751283,0.150521402,3216.9660169 +431,-0.148798452,0.691042401,340,0.691751283,0.150521402,3654.2725291 +432,0.893524764,0.441829531,340,0.691751283,0.150521402,1382.1331666 +433,0.969229347,-0.368847936,340,0.691751283,0.150521402,2323.306296 +434,0.436043248,0.800045688,340,0.691751283,0.150521402,2716.0638382 +435,1.687946607,1.081504775,340,0.691751283,0.150521402,4656.8664838 +436,0.522302046,-0.034889271,340,0.691751283,0.150521402,993.50191075 +437,-0.178996113,-0.438090009,340,0.691751283,0.150521402,4087.2805943 +438,-1.094339566,0.301444068,340,0.691751283,0.150521402,6847.0837631 +439,-1.064070054,0.242569932,340,0.691751283,0.150521402,6780.4814755 +440,-1.068153768,0.230387998,340,0.691751283,0.150521402,6805.1259619 +441,-3.00496892,-0.23989155,340,0.691751283,0.150521402,10259.752845 +442,0.21751974,0.766874888,340,0.691751283,0.150521402,2937.2662315 +443,0.117229532,0.007619006,340,0.691751283,0.150521402,2336.0048496 +444,0.777758451,0.420554741,340,0.691751283,0.150521402,1118.0675946 +445,-0.252356999,0.250747086,340,0.691751283,0.150521402,3678.4157827 +446,0.363148444,0.768483434,340,0.691751283,0.150521402,2696.9158036 +447,0.903191366,-0.118210676,340,0.691751283,0.150521402,1352.7984194 +448,-0.205755923,0.149406178,340,0.691751283,0.150521402,3512.2708647 +449,1.811996086,0.02364353,340,0.691751283,0.150521402,4443.8827099 +450,-1.100670221,0.314845373,340,0.691751283,0.150521402,6859.2658912 +451,0.340078597,0.850105132,340,0.691751283,0.150521402,3008.3852011 +452,0.258757267,0.804969236,340,0.691751283,0.150521402,2979.7359332 +453,2.78505352,-0.155160804,340,0.691751283,0.150521402,8344.8157464 +454,0.800551619,0.105822106,340,0.691751283,0.150521402,462.60532935 +455,0.437940882,-0.506194031,340,0.691751283,0.150521402,2776.0388021 +456,2.230431122,0.63458615,340,0.691751283,0.150521402,5767.527282 +457,0.527965361,0.127667701,340,0.691751283,0.150521402,648.80774419 +458,-0.063643205,0.702093448,340,0.691751283,0.150521402,3438.007529 +459,1.408447268,0.133010502,340,0.691751283,0.150521402,2809.9071669 +460,0.523795955,0.280266966,340,0.691751283,0.150521402,828.10616868 +461,-0.975769313,0.072177659,340,0.691751283,0.150521402,6556.7065739 +462,0.549774164,-0.463663986,340,0.691751283,0.150521402,2493.29174 +463,0.29245874,1.095549818,340,0.691751283,0.150521402,3914.5457136 +464,0.143625958,0.816809593,340,0.691751283,0.150521402,3222.2119229 +465,0.671902494,0.611159853,340,0.691751283,0.150521402,1826.0096512 +466,1.239840988,0.6724199,340,0.691751283,0.150521402,2841.2611253 +467,0.607829703,-0.10932137,340,0.691751283,0.150521402,1081.2760832 +468,1.763020906,0.263996692,340,0.691751283,0.150521402,4164.7821114 +469,0.378714634,0.726066797,340,0.691751283,0.150521402,2529.2628641 +470,2.196736143,-0.153862366,340,0.691751283,0.150521402,6058.4035213 +471,0.01702415,0.148991565,340,0.691751283,0.150521402,2641.5199735 +472,-2.998490902,-0.158002487,340,0.691751283,0.150521402,10296.909975 +473,-3.051262951,-0.346595608,340,0.691751283,0.150521402,10014.004697 +474,-1.069176439,0.182802941,340,0.691751283,0.150521402,6844.2919886 +475,0.167157509,0.595344954,340,0.691751283,0.150521402,2597.3124306 +476,0.613855648,0.681746124,340,0.691751283,0.150521402,2122.3123186 +477,1.037012736,0.682555367,340,0.691751283,0.150521402,2437.8718505 +478,-1.253574971,0.379755746,340,0.691751283,0.150521402,7347.4463186 +479,3.108590453,-0.132620738,340,0.691751283,0.150521402,9602.2815373 +480,0.565301296,0.022333262,340,0.691751283,0.150521402,711.66137434 +481,0.547898238,0.855555614,340,0.691751283,0.150521402,2833.3293439 +482,0.948309381,0.417393755,340,0.691751283,0.150521402,1435.8109313 +483,-0.050600732,0.945269213,340,0.691751283,0.150521402,3923.9763865 +484,-0.977651478,-0.572363064,340,0.691751283,0.150521402,6870.6167385 +485,1.102014914,0.728861163,340,0.691751283,0.150521402,2702.3009405 +486,2.927300795,-0.282939414,340,0.691751283,0.150521402,8908.8429337 +487,-1.154565557,0.124434095,340,0.691751283,0.150521402,7215.7597252 +488,1.855331234,0.291044755,340,0.691751283,0.150521402,4513.1684342 +489,0.830290659,0.276904518,340,0.691751283,0.150521402,733.30203433 +490,0.485104466,-0.234867441,340,0.691751283,0.150521402,1729.370747 +491,0.521367572,-0.33161327,340,0.691751283,0.150521402,2022.330956 +1,-1.539031704,0.7349710123,341,-1.036643551,-0.903056181,6714.1218412 +2,-1.536990553,0.7349663874,341,-1.036643551,-0.903056181,6712.3055231 +3,-1.534951779,0.7349571355,341,-1.036643551,-0.903056181,6710.4805865 +4,-1.532906461,0.7349480293,341,-1.036643551,-0.903056181,6708.6572561 +5,-1.531320211,0.7346937278,341,-1.036643551,-0.903056181,6706.3124905 +6,-1.539451648,0.7335131775,341,-1.036643551,-0.903056181,6708.9855188 +7,-1.537429487,0.7335445708,341,-1.036643551,-0.903056181,6707.3185975 +8,-1.535484998,0.7335658704,341,-1.036643551,-0.903056181,6705.6884897 +9,-1.533488396,0.7336036027,341,-1.036643551,-0.903056181,6704.0811749 +10,-1.531497785,0.7335842962,341,-1.036643551,-0.903056181,6702.2699231 +11,-1.530259379,0.7334777758,341,-1.036643551,-0.903056181,6700.7887211 +12,-1.5335454,0.7322346912,341,-1.036643551,-0.903056181,6698.9540603 +13,-1.531489083,0.7322238773,341,-1.036643551,-0.903056181,6697.1155518 +14,-1.530011122,0.7321679851,341,-1.036643551,-0.903056181,6695.6163043 +15,-1.53348106,0.7306614094,341,-1.036643551,-0.903056181,6692.9476625 +16,-1.531441779,0.7306962275,341,-1.036643551,-0.903056181,6691.2946771 +17,-1.529755654,0.7306933243,341,-1.036643551,-0.903056181,6689.8132427 +18,-1.533415048,0.7291384674,341,-1.036643551,-0.903056181,6687.1299507 +19,-1.531392093,0.7291705353,341,-1.036643551,-0.903056181,6685.4789358 +20,-1.529296523,0.7291214933,341,-1.036643551,-0.903056181,6683.4644931 +21,-1.535280942,0.727267644,341,-1.036643551,-0.903056181,6681.6973766 +22,-1.533378158,0.7276139666,341,-1.036643551,-0.903056181,6681.3317072 +23,-1.531340368,0.7276446587,341,-1.036643551,-0.903056181,6679.6605169 +24,-1.528960113,0.7276398177,341,-1.036643551,-0.903056181,6677.5632062 +25,-1.533313146,0.7260818349,341,-1.036643551,-0.903056181,6675.4796935 +26,-1.531259555,0.7260958115,341,-1.036643551,-0.903056181,6673.7294961 +27,-1.528926415,0.7260865555,341,-1.036643551,-0.903056181,6671.654384 +28,-1.531226779,0.7245511789,341,-1.036643551,-0.903056181,6667.85631 +29,-1.528904772,0.7245519194,341,-1.036643551,-0.903056181,6665.8264343 +30,-1.547195875,0.7409785979,341,-1.036643551,-0.903056181,6744.0460477 +31,-1.5451475,0.740980426,341,-1.036643551,-0.903056181,6742.2291355 +32,-1.543097679,0.7409798872,341,-1.036643551,-0.903056181,6740.4088142 +33,-1.540720364,0.7409892687,341,-1.036643551,-0.903056181,6738.3439888 +34,-1.547188511,0.7395198392,341,-1.036643551,-0.903056181,6738.5370205 +35,-1.545148587,0.7395226109,341,-1.036643551,-0.903056181,6736.7291147 +36,-1.543104538,0.7395314908,341,-1.036643551,-0.903056181,6734.9473699 +37,-1.540727751,0.7395306258,341,-1.036643551,-0.903056181,6732.841887 +38,-1.547187029,0.7380014886,341,-1.036643551,-0.903056181,6732.808347 +39,-1.545147315,0.7380012252,341,-1.036643551,-0.903056181,6730.9870068 +40,-1.54310719,0.7380060743,341,-1.036643551,-0.903056181,6729.1913571 +41,-1.540719671,0.7380068206,341,-1.036643551,-0.903056181,6727.0799388 +42,-1.547187189,0.7364799098,341,-1.036643551,-0.903056181,6727.0688519 +43,-1.545149996,0.7364853874,341,-1.036643551,-0.903056181,6725.2692468 +44,-1.543106091,0.7364823484,341,-1.036643551,-0.903056181,6723.4382902 +45,-1.540717158,0.7364893901,341,-1.036643551,-0.903056181,6721.346867 +46,-1.538663972,0.7410138672,341,-1.036643551,-0.903056181,6736.6276038 +47,-1.53695285,0.7409699132,341,-1.036643551,-0.903056181,6734.9612326 +48,-1.534910498,0.7409641297,341,-1.036643551,-0.903056181,6733.1548638 +49,-1.533145034,0.7409536636,341,-1.036643551,-0.903056181,6731.5781744 +50,-1.538681336,0.7395405883,341,-1.036643551,-0.903056181,6731.0768706 +51,-1.536999189,0.7395183096,341,-1.036643551,-0.903056181,6729.5160125 +52,-1.534923633,0.7395144222,341,-1.036643551,-0.903056181,6727.6856178 +53,-1.533267822,0.7395654306,341,-1.036643551,-0.903056181,6726.435042 +54,-1.53867273,0.7380151077,341,-1.036643551,-0.903056181,6725.3059914 +55,-1.536980576,0.7379994392,341,-1.036643551,-0.903056181,6723.7595785 +56,-1.534931522,0.7379944961,341,-1.036643551,-0.903056181,6721.9462451 +57,-1.533387952,0.7379480264,341,-1.036643551,-0.903056181,6720.4231055 +58,-1.538682279,0.7364914363,341,-1.036643551,-0.903056181,6719.5578237 +59,-1.536980704,0.7364810563,341,-1.036643551,-0.903056181,6718.0213085 +60,-1.534935567,0.7364752065,341,-1.036643551,-0.903056181,6716.2058284 +61,-1.533042592,0.7363876366,341,-1.036643551,-0.903056181,6714.2207809 +62,-1.545143426,0.7349628011,341,-1.036643551,-0.903056181,6719.5176583 +63,-1.543105297,0.7349691947,341,-1.036643551,-0.903056181,6717.725297 +64,-1.541064533,0.7349647152,341,-1.036643551,-0.903056181,6715.8963202 +65,-1.545411803,0.7334624714,341,-1.036643551,-0.903056181,6714.0957922 +66,-1.543446606,0.7334780896,341,-1.036643551,-0.903056181,6712.4002173 +67,-1.541475327,0.7334957295,341,-1.036643551,-0.903056181,6710.7132155 +68,-1.545401939,0.731963266,341,-1.036643551,-0.903056181,6708.4295368 +69,-1.54342253,0.7319915583,341,-1.036643551,-0.903056181,6706.7671025 +70,-1.541455867,0.7320216438,341,-1.036643551,-0.903056181,6705.1292415 +71,-1.545410146,0.7304422281,341,-1.036643551,-0.903056181,6702.6969701 +72,-1.543435491,0.7304713664,341,-1.036643551,-0.903056181,6701.0398497 +73,-1.541463105,0.7304997613,341,-1.036643551,-0.903056181,6699.3883915 +74,-1.545414768,0.7289194936,341,-1.036643551,-0.903056181,6696.9546963 +75,-1.543435774,0.7289538557,341,-1.036643551,-0.903056181,6695.3113057 +76,-1.541457714,0.7289765881,341,-1.036643551,-0.903056181,6693.6313262 +77,-1.539449415,0.7320555866,341,-1.036643551,-0.903056181,6703.4771122 +78,-1.537429183,0.7321097681,341,-1.036643551,-0.903056181,6701.8959847 +79,-1.535472649,0.7321497267,341,-1.036643551,-0.903056181,6700.3239071 +80,-1.539457899,0.7305333307,341,-1.036643551,-0.903056181,6697.7338156 +81,-1.537453161,0.7305750503,341,-1.036643551,-0.903056181,6696.117128 +82,-1.535479385,0.7306124949,341,-1.036643551,-0.903056181,6694.5182257 +83,-1.53946905,0.7290102593,341,-1.036643551,-0.903056181,6691.9897239 +84,-1.537459922,0.7290417293,341,-1.036643551,-0.903056181,6690.3282728 +85,-1.535451349,0.7290890157,341,-1.036643551,-0.903056181,6688.7338125 +86,-1.535522937,0.7279887191,341,-1.036643551,-0.903056181,6684.6370564 +87,-1.539442524,0.7274735939,341,-1.036643551,-0.903056181,6686.1607103 +88,-1.537424111,0.727521351,341,-1.036643551,-0.903056181,6684.5505506 +89,-1.539384641,0.7259505092,341,-1.036643551,-0.903056181,6680.3549494 +90,-1.537372391,0.7259947145,341,-1.036643551,-0.903056181,6678.7349032 +91,-1.535340789,0.7260435356,341,-1.036643551,-0.903056181,6677.1219934 +92,-1.539325716,0.7244369706,341,-1.036643551,-0.903056181,6674.5841147 +93,-1.537308932,0.7244801057,341,-1.036643551,-0.903056181,6672.9540992 +94,-1.535289068,0.7245247645,341,-1.036643551,-0.903056181,6671.3339301 +95,-1.533261366,0.7245550236,341,-1.036643551,-0.903056181,6669.6592315 +96,-1.539267302,0.722921924,341,-1.036643551,-0.903056181,6668.8078265 +97,-1.537248972,0.7229660258,341,-1.036643551,-0.903056181,6667.1781834 +98,-1.535219431,0.7229916471,341,-1.036643551,-0.903056181,6665.4755695 +99,-1.53318962,0.7230212049,341,-1.036643551,-0.903056181,6663.7944666 +100,-1.531154816,0.7230299897,341,-1.036643551,-0.903056181,6662.0372525 +101,-1.528878341,0.7230370244,341,-1.036643551,-0.903056181,6660.0688899 +102,-1.539218189,0.7214009878,341,-1.036643551,-0.903056181,6663.0173791 +103,-1.537198791,0.7214422745,341,-1.036643551,-0.903056181,6661.3741964 +104,-1.535179266,0.7214634354,341,-1.036643551,-0.903056181,6659.6616374 +105,-1.533156501,0.7214944644,341,-1.036643551,-0.903056181,6657.9903318 +106,-1.53113574,0.7215166021,341,-1.036643551,-0.903056181,6656.2939836 +107,-1.528874248,0.7215345535,341,-1.036643551,-0.903056181,6654.3777931 +108,-1.539217656,0.7198512397,341,-1.036643551,-0.903056181,6657.1612874 +109,-1.537199919,0.7199428763,341,-1.036643551,-0.903056181,6655.7077483 +110,-1.545425832,0.727397149,341,-1.036643551,-0.903056181,6691.2195921 +111,-1.543371177,0.7273916949,341,-1.036643551,-0.903056181,6689.3560069 +112,-1.541368852,0.7274523163,341,-1.036643551,-0.903056181,6687.7955408 +113,-1.545349067,0.7258710923,341,-1.036643551,-0.903056181,6685.3913826 +114,-1.54332671,0.7258603556,341,-1.036643551,-0.903056181,6683.5348748 +115,-1.541346831,0.7259242142,341,-1.036643551,-0.903056181,6682.0047011 +116,-1.545324355,0.7243383958,341,-1.036643551,-0.903056181,6679.5847395 +117,-1.543292796,0.7243617413,341,-1.036643551,-0.903056181,6677.8465733 +118,-1.541295822,0.7244024384,341,-1.036643551,-0.903056181,6676.211695 +119,-1.543193859,0.7205570215,341,-1.036643551,-0.903056181,6663.3926908 +120,-1.550257047,0.7386738187,341,-1.036643551,-0.903056181,6738.0955621 +121,-1.549335448,0.7311736483,341,-1.036643551,-0.903056181,6708.9867679 +122,-1.533478843,0.7179891343,341,-1.036643551,-0.903056181,6645.0163356 +123,-1.556150555,0.738907041,341,-1.036643551,-0.903056181,6744.2978878 +124,-1.554324226,0.733414257,341,-1.036643551,-0.903056181,6721.9500632 +125,-1.554290846,0.7288285332,341,-1.036643551,-0.903056181,6704.6433014 +126,-1.55122487,0.7219795312,341,-1.036643551,-0.903056181,6676.0346147 +127,-1.525104458,0.7229399862,341,-1.036643551,-0.903056181,6656.4129499 +128,-1.519607711,0.7236181429,341,-1.036643551,-0.903056181,6654.2365211 +129,-1.513899999,0.7251107854,341,-1.036643551,-0.903056181,6655.0273447 +130,-1.536620762,0.7431061895,341,-1.036643551,-0.903056181,6742.744241 +131,-1.5369566,0.7460845958,341,-1.036643551,-0.903056181,6754.2928944 +132,-1.545345528,0.7447040685,341,-1.036643551,-0.903056181,6756.4551367 +133,-1.532813921,0.7432306626,341,-1.036643551,-0.903056181,6739.9018914 +134,-1.554788248,0.7382381001,341,-1.036643551,-0.903056181,6740.5427292 +135,-1.540348126,0.7301594274,341,-1.036643551,-0.903056181,6697.1115231 +136,-1.538016084,0.7239051786,341,-1.036643551,-0.903056181,6671.409304 +137,-1.525288962,0.7258085137,341,-1.036643551,-0.903056181,6667.4385644 +138,-1.534326986,0.731241342,341,-1.036643551,-0.903056181,6695.8829344 +139,-1.530733872,0.7303625216,341,-1.036643551,-0.903056181,6689.4140587 +141,-1.534354939,0.7328219978,341,-1.036643551,-0.903056181,6701.8844217 +142,-1.53157084,0.7292888153,341,-1.036643551,-0.903056181,6686.0827559 +143,-1.525691035,0.7263799874,341,-1.036643551,-0.903056181,6669.9515884 +144,-1.534031287,0.7495967835,341,-1.036643551,-0.903056181,6765.0282652 +145,-1.527714986,0.7283095957,341,-1.036643551,-0.903056181,6679.0151725 +146,-1.526189586,0.7271468292,341,-1.036643551,-0.903056181,6673.2881069 +147,-1.555177336,0.7375563366,341,-1.036643551,-0.903056181,6738.3276153 +148,-1.555080283,0.7312707794,341,-1.036643551,-0.903056181,6714.5636353 +149,-1.53856994,0.7224180299,341,-1.036643551,-0.903056181,6666.2822965 +150,-1.530837883,0.729933372,341,-1.036643551,-0.903056181,6687.8810067 +151,-1.515066984,0.5854133365,341,-1.036643551,-0.903056181,6125.7154388 +152,-1.534731633,0.5368370046,341,-1.036643551,-0.903056181,5960.7959133 +153,-1.515231902,0.5607085576,341,-1.036643551,-0.903056181,6032.0837907 +154,-2.616253799,1.0684566605,341,-1.036643551,-0.903056181,9242.7985972 +155,-1.956071439,0.5792177723,341,-1.036643551,-0.903056181,6680.9489023 +156,-1.951208514,0.5602434208,341,-1.036643551,-0.903056181,6607.5989694 +157,-1.944675062,0.6062144545,341,-1.036643551,-0.903056181,6755.4123363 +158,-1.613778386,0.6077989518,341,-1.036643551,-0.903056181,6310.7650288 +159,-2.035029014,0.6021432345,341,-1.036643551,-0.903056181,6891.9277799 +160,-2.114989471,0.6801825058,341,-1.036643551,-0.903056181,7289.411582 +161,-2.037382079,0.5765830025,341,-1.036643551,-0.903056181,6810.0059734 +162,-2.129855121,0.6585019963,341,-1.036643551,-0.903056181,7244.9017377 +163,-2.075141798,0.6493615843,341,-1.036643551,-0.903056181,7118.8481039 +164,-1.828626729,0.6948433129,341,-1.036643551,-0.903056181,6893.1020809 +165,-1.863329418,0.6735427691,341,-1.036643551,-0.903056181,6866.3533251 +166,-1.266037071,0.727988852,341,-1.036643551,-0.903056181,6508.6387358 +167,-1.277579582,0.7249010648,341,-1.036643551,-0.903056181,6501.4803872 +168,-1.258418684,0.7241194816,341,-1.036643551,-0.903056181,6490.3275172 +169,-1.317813974,0.6804850104,341,-1.036643551,-0.903056181,6347.2882828 +170,-1.344165204,0.6790988904,341,-1.036643551,-0.903056181,6356.4772664 +171,-1.427582102,0.5277120351,341,-1.036643551,-0.903056181,5828.3140034 +172,-1.402238616,0.457167829,341,-1.036643551,-0.903056181,5536.0248329 +173,-1.422454264,0.4996161999,341,-1.036643551,-0.903056181,5715.9953883 +174,-1.439089277,0.4894859811,341,-1.036643551,-0.903056181,5690.9503109 +175,-1.448126995,0.5182330266,341,-1.036643551,-0.903056181,5809.0317123 +176,-1.474626146,0.5881926574,341,-1.036643551,-0.903056181,6099.7553691 +177,-1.421139645,0.5584869783,341,-1.036643551,-0.903056181,5941.6674263 +178,-1.457037165,0.565943032,341,-1.036643551,-0.903056181,5999.5482759 +179,-2.757159358,0.3745319,341,-1.036643551,-0.903056181,7736.930907 +180,-2.714309238,0.342054471,341,-1.036643551,-0.903056181,7535.5946127 +181,-2.000525337,0.774119946,341,-1.036643551,-0.903056181,7413.9447458 +183,-1.571413436,0.6777838382,341,-1.036643551,-0.903056181,6528.7556083 +184,-1.552860289,0.6987663893,341,-1.036643551,-0.903056181,6590.0302157 +185,-1.521852374,0.7165827476,341,-1.036643551,-0.903056181,6629.5022863 +186,-1.503656267,0.6928968252,341,-1.036643551,-0.903056181,6523.9285364 +187,-1.502753178,0.7136205882,341,-1.036643551,-0.903056181,6601.9793244 +188,-1.631894563,0.7343596465,341,-1.036643551,-0.903056181,6800.7865091 +189,-1.653765416,0.6770714026,341,-1.036643551,-0.903056181,6612.1269489 +190,-1.719812114,0.6715965947,341,-1.036643551,-0.903056181,6669.0524791 +191,-1.493406659,0.6646955447,341,-1.036643551,-0.903056181,6407.8419021 +192,-1.469120564,0.6613469966,341,-1.036643551,-0.903056181,6374.8481099 +193,-1.590551461,0.5326612937,341,-1.036643551,-0.903056181,6004.3239572 +194,-1.625979264,0.5247742243,341,-1.036643551,-0.903056181,6015.5413507 +195,-1.572293943,0.5238808754,341,-1.036643551,-0.903056181,5951.3107568 +196,-1.610848725,0.5477107964,341,-1.036643551,-0.903056181,6083.4142549 +197,-1.208485554,0.7918526018,341,-1.036643551,-0.903056181,6739.1195432 +198,-1.335601374,0.6869083083,341,-1.036643551,-0.903056181,6382.0075231 +199,-1.346156996,0.6825213377,341,-1.036643551,-0.903056181,6370.9449173 +200,-1.324381037,0.6741422347,341,-1.036643551,-0.903056181,6326.0710137 +201,-1.242424992,0.7378949807,341,-1.036643551,-0.903056181,6538.2033434 +202,-1.270370057,0.7392461008,341,-1.036643551,-0.903056181,6554.590447 +203,-1.448950472,0.7441675014,341,-1.036643551,-0.903056181,6676.5614405 +204,-1.492662363,0.7523026852,341,-1.036643551,-0.903056181,6740.954239 +205,-1.479098966,0.7763855017,341,-1.036643551,-0.903056181,6822.2260995 +206,-1.633760714,0.7869022408,341,-1.036643551,-0.903056181,6997.4092075 +207,-1.647406434,0.8101289331,341,-1.036643551,-0.903056181,7096.8164345 +208,-1.564245052,0.5701509278,341,-1.036643551,-0.903056181,6116.7426685 +209,-1.646289963,0.6833746083,341,-1.036643551,-0.903056181,6627.1899525 +210,-1.5820631,0.6751952144,341,-1.036643551,-0.903056181,6529.5442405 +211,-1.613236298,0.6681681791,341,-1.036643551,-0.903056181,6535.2139396 +212,-1.914661867,0.8212566515,341,-1.036643551,-0.903056181,7451.028781 +213,-1.742133237,0.7250275956,341,-1.036643551,-0.903056181,6890.0968058 +214,-2.033144872,0.6557314699,341,-1.036643551,-0.903056181,7068.7385629 +215,-2.039551981,0.6964723658,341,-1.036643551,-0.903056181,7215.6347517 +216,-1.247341019,0.7622473908,341,-1.036643551,-0.903056181,6635.6941846 +217,-1.298239787,0.7084123392,341,-1.036643551,-0.903056181,6446.4703646 +218,-1.308539688,0.6926545592,341,-1.036643551,-0.903056181,6389.9902795 +219,-1.303263185,0.6888938396,341,-1.036643551,-0.903056181,6372.6422806 +220,-1.852400229,0.6004246149,341,-1.036643551,-0.903056181,6592.8582652 +221,-1.288947707,0.7473773692,341,-1.036643551,-0.903056181,6594.5398178 +222,-1.372031502,0.7472790993,341,-1.036643551,-0.903056181,6637.6530183 +223,-1.289805721,0.7242157877,341,-1.036643551,-0.903056181,6504.3022987 +224,-1.350807603,0.7533498126,341,-1.036643551,-0.903056181,6648.9998567 +225,-1.329290365,0.7560442322,341,-1.036643551,-0.903056181,6647.9326224 +226,-1.410153004,0.616936428,341,-1.036643551,-0.903056181,6158.7080445 +227,-1.393445434,0.6308995063,341,-1.036643551,-0.903056181,6200.7691546 +228,-1.37595573,0.6241540638,341,-1.036643551,-0.903056181,6162.809544 +229,-1.358388707,0.6172645205,341,-1.036643551,-0.903056181,6124.700187 +230,-1.753741133,0.8281661666,341,-1.036643551,-0.903056181,7275.5119675 +231,-1.47430987,0.6834615681,341,-1.036643551,-0.903056181,6463.6022014 +232,-1.421012508,0.7222725206,341,-1.036643551,-0.903056181,6572.5529801 +233,-1.4476833,0.6978557868,341,-1.036643551,-0.903056181,6497.953485 +234,-1.470370723,0.6966193374,341,-1.036643551,-0.903056181,6510.7488312 +235,-1.429211703,0.7037216883,341,-1.036643551,-0.903056181,6506.9166382 +236,-1.700578405,0.6178673663,341,-1.036643551,-0.903056181,6449.275556 +237,-1.678117619,0.6331716163,341,-1.036643551,-0.903056181,6478.2546223 +238,-1.725644578,0.6316331145,341,-1.036643551,-0.903056181,6530.8063687 +239,-2.14012759,0.7930497945,341,-1.036643551,-0.903056181,7696.5137077 +240,-2.103289431,0.7653606263,341,-1.036643551,-0.903056181,7546.8727057 +241,-1.318739838,0.7017808746,341,-1.036643551,-0.903056181,6430.8671103 +242,-1.396417427,0.7077900843,341,-1.036643551,-0.903056181,6500.0601947 +243,-1.35650337,0.7185539404,341,-1.036643551,-0.903056181,6517.028904 +244,-1.248884539,0.7274156818,341,-1.036643551,-0.903056181,6499.4916158 +245,-1.395014798,0.5761185243,341,-1.036643551,-0.903056181,5990.0557435 +246,-1.433377362,0.6064716109,341,-1.036643551,-0.903056181,6135.9168933 +247,-1.408172432,0.5903155476,341,-1.036643551,-0.903056181,6054.5218048 +248,-1.749645898,0.7757118084,341,-1.036643551,-0.903056181,7082.0645896 +249,-1.571626686,0.615046989,341,-1.036643551,-0.903056181,6293.2047911 +250,-1.514070049,0.6303003037,341,-1.036643551,-0.903056181,6295.2252252 +251,-1.480890369,0.6237966528,341,-1.036643551,-0.903056181,6241.1556976 +252,-1.704390658,0.5281680612,341,-1.036643551,-0.903056181,6125.8723518 +253,-1.64434733,0.5254277498,341,-1.036643551,-0.903056181,6039.956151 +254,-1.703855997,0.4792484842,341,-1.036643551,-0.903056181,5946.2261433 +255,-1.692002383,0.5748825051,341,-1.036643551,-0.903056181,6281.0954409 +256,-1.854136457,0.5544643913,341,-1.036643551,-0.903056181,6433.1268271 +257,-1.665021206,0.520317736,341,-1.036643551,-0.903056181,6046.5474906 +258,-1.733654349,0.4845187345,341,-1.036643551,-0.903056181,6006.3447763 +259,-1.720938188,0.5135933906,341,-1.036643551,-0.903056181,6094.6903591 +260,-1.742668307,0.553296122,341,-1.036643551,-0.903056181,6268.4457196 +261,-1.965659039,0.7142126903,341,-1.036643551,-0.903056181,7158.5047017 +262,-1.944438071,0.6772834804,341,-1.036643551,-0.903056181,6999.6492712 +263,-1.270340967,0.7681487096,341,-1.036643551,-0.903056181,6667.8666585 +264,-1.353091884,0.6549276821,341,-1.036643551,-0.903056181,6267.7631092 +265,-1.333236659,0.6413584414,341,-1.036643551,-0.903056181,6203.2482795 +266,-1.352015998,0.6753788907,341,-1.036643551,-0.903056181,6346.6112232 +267,-1.377988483,0.6577816235,341,-1.036643551,-0.903056181,6294.4656453 +268,-2.13075611,0.8318642051,341,-1.036643551,-0.903056181,7804.8489341 +269,-2.097910953,0.8259670014,341,-1.036643551,-0.903056181,7734.1342679 +270,-1.416382069,0.6694271549,341,-1.036643551,-0.903056181,6365.6547012 +271,-1.538905672,0.7535625993,341,-1.036643551,-0.903056181,6784.2422652 +272,-1.572309477,0.7803125099,341,-1.036643551,-0.903056181,6914.5675404 +273,-1.87759879,0.7503853417,341,-1.036643551,-0.903056181,7155.3637725 +274,1.152365588,0.590457682,341,-1.036643551,-0.903056181,9494.0574569 +275,0.350198001,0.718001859,341,-1.036643551,-0.903056181,7988.1796401 +276,0.046513677,0.491503852,341,-1.036643551,-0.903056181,6677.6709481 +277,0.027510309,0.742571376,341,-1.036643551,-0.903056181,7468.6959663 +278,0.306285725,-0.214631579,341,-1.036643551,-0.903056181,4998.7763598 +279,-1.100564889,0.318051531,341,-1.036643551,-0.903056181,4841.8708331 +280,-1.078582306,0.301437596,341,-1.036643551,-0.903056181,4773.2053703 +281,-1.137371989,-0.617634065,341,-1.036643551,-0.903056181,1166.0138272 +282,0.784356344,0.703272339,341,-1.036643551,-0.903056181,8894.8887482 +283,-1.221209947,0.218327455,341,-1.036643551,-0.903056181,4486.8295514 +284,2.347301921,-0.449114658,341,-1.036643551,-0.903056181,7021.8749411 +285,0.246820618,0.830553713,341,-1.036643551,-0.903056181,8121.4101349 +286,0.829414965,0.703288228,341,-1.036643551,-0.903056181,9000.0122004 +287,-1.337537566,0.42332223,341,-1.036643551,-0.903056181,5357.006946 +288,0.882453706,0.454478077,341,-1.036643551,-0.903056181,8456.0318148 +289,1.575629659,0.416419109,341,-1.036643551,-0.903056181,9937.5860085 +290,-1.039455679,0.229888244,341,-1.036643551,-0.903056181,4487.6032939 +291,0.489558039,0.934482747,341,-1.036643551,-0.903056181,8846.3629445 +292,0.081344504,0.88384514,341,-1.036643551,-0.903056181,8005.9351645 +293,-1.547979814,0.300350308,341,-1.036643551,-0.903056181,5083.269151 +294,0.040776181,0.168560074,341,-1.036643551,-0.903056181,5595.9668694 +295,-1.130374745,0.563894876,341,-1.036643551,-0.903056181,5819.740763 +296,1.578326642,0.478507176,341,-1.036643551,-0.903056181,10148.548066 +297,-1.12861823,-0.291640865,341,-1.036643551,-0.903056181,2439.0597807 +298,0.310524208,0.770885792,341,-1.036643551,-0.903056181,8064.663161 +299,0.415649091,-0.387246002,341,-1.036643551,-0.903056181,4744.8657693 +300,-0.926533878,-0.188022748,341,-1.036643551,-0.903056181,2854.4315087 +301,1.258856172,-0.11716081,341,-1.036643551,-0.903056181,7494.9410687 +302,-1.126050026,0.322941926,341,-1.036643551,-0.903056181,4866.0449843 +303,2.002785835,0.07893892,341,-1.036643551,-0.903056181,9162.1848066 +304,0.440437607,0.746258085,341,-1.036643551,-0.903056181,8252.7649025 +305,-0.030391866,0.214441206,341,-1.036643551,-0.903056181,5599.0139893 +306,0.521557815,-0.058929362,341,-1.036643551,-0.903056181,6007.8026575 +307,-0.097005111,0.13317729,341,-1.036643551,-0.903056181,5188.7677622 +308,1.83113859,0.221857587,341,-1.036643551,-0.903056181,9607.0447424 +309,0.222428864,0.099404236,341,-1.036643551,-0.903056181,5781.1497185 +310,-1.702731345,0.8728568183,341,-1.036643551,-0.903056181,7382.1476421 +311,-0.418507569,0.278324921,341,-1.036643551,-0.903056181,5141.1628832 +312,-1.41153306,0.339029988,341,-1.036643551,-0.903056181,5088.4672638 +313,0.357560442,0.114788776,341,-1.036643551,-0.903056181,6150.1154195 +314,0.325818979,0.268352149,341,-1.036643551,-0.903056181,6557.8563034 +315,-1.246004659,-0.663679965,341,-1.036643551,-0.903056181,1112.2352012 +316,1.814603087,0.637404484,341,-1.036643551,-0.903056181,11113.100639 +317,1.843704281,-0.18300445,341,-1.036643551,-0.903056181,8050.0287807 +318,1.690644492,-0.211480909,341,-1.036643551,-0.903056181,7806.1276019 +319,-1.275451936,0.068109467,341,-1.036643551,-0.903056181,3930.3116453 +320,0.762430171,-0.207594741,341,-1.036643551,-0.903056181,6123.9959914 +321,0.265668905,-0.014647884,341,-1.036643551,-0.903056181,5522.1744337 +322,-2.773032013,-0.335515811,341,-1.036643551,-0.903056181,5576.7514304 +323,-1.469512853,0.174058777,341,-1.036643551,-0.903056181,4515.4232571 +324,0.286276986,0.785925691,341,-1.036643551,-0.903056181,8062.6321081 +325,-1.379324697,0.377432233,341,-1.036643551,-0.903056181,5209.6867599 +326,-1.203778265,0.212813032,341,-1.036643551,-0.903056181,4457.0620571 +327,0.579916301,0.611743168,341,-1.036643551,-0.903056181,8178.6075643 +328,0.267582642,0.868113908,341,-1.036643551,-0.903056181,8267.5828013 +329,0.412869244,-0.050245578,341,-1.036643551,-0.903056181,5768.3529587 +330,0.17524381,0.976660285,341,-1.036643551,-0.903056181,8429.4332423 +331,0.743157214,0.204812899,341,-1.036643551,-0.903056181,7368.722624 +332,-1.070758176,0.269382282,341,-1.036643551,-0.903056181,4645.5211283 +333,-1.230364251,0.329790229,341,-1.036643551,-0.903056181,4929.2205817 +334,-1.374813124,-0.024926835,341,-1.036643551,-0.903056181,3655.4961906 +335,0.519780566,0.463669906,341,-1.036643551,-0.903056181,7609.6266007 +336,-1.55108034,0.239698561,341,-1.036643551,-0.903056181,4859.4199703 +337,0.180294813,0.029739425,341,-1.036643551,-0.903056181,5460.1885621 +338,0.67820924,0.268170153,341,-1.036643551,-0.903056181,7402.9890362 +339,0.445798684,1.024001867,341,-1.036643551,-0.903056181,8984.8298679 +340,0.691751283,0.150521402,341,-1.036643551,-0.903056181,7075.5031761 +341,-1.036643551,-0.903056181,341,-1.036643551,-0.903056181,0 +342,-0.120287036,1.083325163,341,-1.036643551,-0.903056181,8375.0833402 +343,2.823513113,-0.304487164,341,-1.036643551,-0.903056181,7056.974738 +344,0.457583172,1.12513373,341,-1.036643551,-0.903056181,9227.8462837 +345,0.042918831,0.813795399,341,-1.036643551,-0.903056181,7723.9693725 +346,1.196146777,-0.853142756,341,-1.036643551,-0.903056181,4842.5518191 +347,0.206001358,-0.010430701,341,-1.036643551,-0.903056181,5392.9977774 +348,-0.268308653,0.234799412,341,-1.036643551,-0.903056181,5219.5893164 +349,0.759363263,0.736189579,341,-1.036643551,-0.903056181,8920.134142 +350,0.181363926,0.891988372,341,-1.036643551,-0.903056181,8190.6978885 +351,-0.021111158,0.139103292,341,-1.036643551,-0.903056181,5366.0379612 +352,-0.093355215,0.630686981,341,-1.036643551,-0.903056181,6896.2815506 +353,0.40118964,0.681375926,341,-1.036643551,-0.903056181,7986.1690984 +354,-0.721197315,1.304706234,341,-1.036643551,-0.903056181,8784.6817025 +355,-1.076150317,0.212107639,341,-1.036643551,-0.903056181,4419.2471052 +356,-1.577164531,0.273993443,341,-1.036643551,-0.903056181,5020.5606961 +357,-0.190788414,0.182208586,341,-1.036643551,-0.903056181,5173.8820989 +358,-0.261349752,0.209710184,341,-1.036643551,-0.903056181,5142.7268911 +359,-1.029303852,0.083549259,341,-1.036643551,-0.903056181,3908.0230703 +360,-1.268609162,0.330525297,341,-1.036643551,-0.903056181,4951.8732806 +361,1.282982244,-0.926641967,341,-1.036643551,-0.903056181,4700.5213401 +362,0.217352334,0.731352408,341,-1.036643551,-0.903056181,7769.5934807 +363,-1.511833084,0.258629297,341,-1.036643551,-0.903056181,4883.6544797 +364,0.338812194,0.823184618,341,-1.036643551,-0.903056181,8268.966084 +365,-0.324406489,1.134201999,341,-1.036643551,-0.903056181,8357.3797116 +366,1.389579348,0.399185724,341,-1.036643551,-0.903056181,9497.3915369 +367,2.047152199,-0.039082036,341,-1.036643551,-0.903056181,8706.9817132 +368,0.947780369,0.568250077,341,-1.036643551,-0.903056181,8933.5225598 +369,0.763824846,0.576754987,341,-1.036643551,-0.903056181,8511.3954631 +370,-0.142334657,0.928153068,341,-1.036643551,-0.903056181,7835.7523854 +371,0.610266567,0.547265983,341,-1.036643551,-0.903056181,8065.4728873 +372,0.210731629,0.746815056,341,-1.036643551,-0.903056181,7804.4727092 +373,-1.34931644,0.316895224,341,-1.036643551,-0.903056181,4951.9126285 +374,2.407696481,0.655030745,341,-1.036643551,-0.903056181,11149.294426 +375,0.64207831,0.545359131,341,-1.036643551,-0.903056181,8134.643436 +376,1.174597538,0.840588356,341,-1.036643551,-0.903056181,10113.171397 +377,0.660059424,0.010604079,341,-1.036643551,-0.903056181,6563.3066784 +378,-0.730263819,0.010486456,341,-1.036643551,-0.903056181,3760.8664599 +379,0.831068936,0.512339172,341,-1.036643551,-0.903056181,8494.7740119 +380,1.301180979,0.72367476,341,-1.036643551,-0.903056181,10186.527734 +381,1.811128231,0.322854402,341,-1.036643551,-0.903056181,9969.7347997 +382,0.435105812,0.992284428,341,-1.036643551,-0.903056181,8890.8944948 +383,0.62643634,0.592027932,341,-1.036643551,-0.903056181,8230.0773071 +384,0.492988703,-0.516339467,341,-1.036643551,-0.903056181,4549.3445932 +385,-0.162469483,0.112549365,341,-1.036643551,-0.903056181,4987.5916419 +386,0.314630866,0.472006421,341,-1.036643551,-0.903056181,7169.3846759 +387,0.166744804,0.822815954,341,-1.036643551,-0.903056181,7957.7547914 +388,0.417159608,0.965805736,341,-1.036643551,-0.903056181,8794.3686427 +389,0.106334961,0.868774244,341,-1.036643551,-0.903056181,7998.58551 +390,0.815086969,-0.338144359,341,-1.036643551,-0.903056181,5831.0104187 +391,0.59867455,-0.230624824,341,-1.036643551,-0.903056181,5663.0645508 +392,1.915104874,0.066220985,341,-1.036643551,-0.903056181,9070.3200396 +393,1.278093622,0.064463721,341,-1.036643551,-0.903056181,8155.6939816 +394,-0.061477853,0.302997961,341,-1.036643551,-0.903056181,5836.006702 +395,0.251311504,0.626976942,341,-1.036643551,-0.903056181,7515.2534062 +396,2.950242872,0.149095644,341,-1.036643551,-0.903056181,8401.6347369 +397,-0.180294708,0.35375117,341,-1.036643551,-0.903056181,5791.0264191 +398,1.010448592,-0.351180233,341,-1.036643551,-0.903056181,6207.8796368 +399,-1.748740498,0.3686318073,341,-1.036643551,-0.903056181,5608.2745786 +400,2.699635665,0.123533791,341,-1.036643551,-0.903056181,8799.4066774 +401,0.496808033,0.823843254,341,-1.036643551,-0.903056181,8578.4856587 +402,0.129574704,0.763364087,341,-1.036643551,-0.903056181,7709.3827534 +403,1.798920311,0.817447563,341,-1.036643551,-0.903056181,11586.315789 +404,0.335987953,0.746786541,341,-1.036643551,-0.903056181,8043.8888324 +405,-1.085413643,0.292154671,341,-1.036643551,-0.903056181,4737.2317456 +406,-0.155321003,0.508207011,341,-1.036643551,-0.903056181,6372.3979364 +407,0.620529244,-0.301175104,341,-1.036643551,-0.903056181,5497.3197669 +408,1.684402744,0.368716966,341,-1.036643551,-0.903056181,9963.5829724 +409,0.300582244,-0.386397212,341,-1.036643551,-0.903056181,4467.1381801 +410,2.913555946,-0.009225192,341,-1.036643551,-0.903056181,7940.1496059 +411,1.465101417,0.493232532,341,-1.036643551,-0.903056181,9957.0021822 +412,0.090612882,0.907955955,341,-1.036643551,-0.903056181,8094.9111262 +413,2.987564726,-0.729568594,341,-1.036643551,-0.903056181,5301.8032542 +414,-1.484261606,0.224149272,341,-1.036643551,-0.903056181,4721.9178933 +415,0.164073421,0.303955133,341,-1.036643551,-0.903056181,6306.3711924 +416,0.141441293,0.167552546,341,-1.036643551,-0.903056181,5814.4120425 +417,2.931321023,-0.506718887,341,-1.036643551,-0.903056181,6165.4778415 +418,2.21951565,0.700596356,341,-1.036643551,-0.903056181,11582.914687 +419,0.268112576,1.199114336,341,-1.036643551,-0.903056181,9143.3795601 +420,0.978913739,0.359223811,341,-1.036643551,-0.903056181,8413.3226124 +421,1.210898818,0.522863584,341,-1.036643551,-0.903056181,9452.2341207 +422,2.347397336,0.129231362,341,-1.036643551,-0.903056181,9278.2362145 +423,0.614394501,0.556878345,341,-1.036643551,-0.903056181,8102.5825188 +424,-1.398079356,0.148483366,341,-1.036643551,-0.903056181,4343.435275 +425,2.535303836,-0.112984496,341,-1.036643551,-0.903056181,8162.8524783 +426,-1.019372593,-0.405322349,341,-1.036643551,-0.903056181,1972.2276801 +427,-1.297785627,-0.160104069,341,-1.036643551,-0.903056181,3062.248508 +428,2.144554488,0.205051084,341,-1.036643551,-0.903056181,9676.121587 +429,-2.242387083,-0.426171285,341,-1.036643551,-0.903056181,4028.4896691 +430,0.338637212,0.909723676,341,-1.036643551,-0.903056181,8509.472029 +431,-0.148798452,0.691042401,341,-1.036643551,-0.903056181,7016.7927942 +432,0.893524764,0.441829531,341,-1.036643551,-0.903056181,8446.7597984 +433,0.969229347,-0.368847936,341,-1.036643551,-0.903056181,6064.7407613 +434,0.436043248,0.800045688,341,-1.036643551,-0.903056181,8392.890062 +435,1.687946607,1.081504775,341,-1.036643551,-0.903056181,11308.211651 +436,0.522302046,-0.034889271,341,-1.036643551,-0.903056181,6084.3556638 +437,-0.178996113,-0.438090009,341,-1.036643551,-0.903056181,3150.8834627 +438,-1.094339566,0.301444068,341,-1.036643551,-0.903056181,4775.1987075 +439,-1.064070054,0.242569932,341,-1.036643551,-0.903056181,4538.8079047 +440,-1.068153768,0.230387998,341,-1.036643551,-0.903056181,4490.8808218 +441,-3.00496892,-0.23989155,341,-1.036643551,-0.903056181,6405.3496776 +442,0.21751974,0.766874888,341,-1.036643551,-0.903056181,7878.0082511 +443,0.117229532,0.007619006,341,-1.036643551,-0.903056181,5242.4792922 +444,0.777758451,0.420554741,341,-1.036643551,-0.903056181,8101.546164 +445,-0.252356999,0.250747086,341,-1.036643551,-0.903056181,5303.5084649 +446,0.363148444,0.768483434,341,-1.036643551,-0.903056181,8160.0339103 +447,0.903191366,-0.118210676,341,-1.036643551,-0.903056181,6735.1095221 +448,-0.205755923,0.149406178,341,-1.036643551,-0.903056181,5031.8255052 +449,1.811996086,0.02364353,341,-1.036643551,-0.903056181,8826.7308603 +450,-1.100670221,0.314845373,341,-1.036643551,-0.903056181,4829.1992323 +451,0.340078597,0.850105132,341,-1.036643551,-0.903056181,8347.1865169 +452,0.258757267,0.804969236,341,-1.036643551,-0.903056181,8067.6132027 +453,2.78505352,-0.155160804,341,-1.036643551,-0.903056181,7656.5091356 +454,0.800551619,0.105822106,341,-1.036643551,-0.903056181,7202.5152079 +455,0.437940882,-0.506194031,341,-1.036643551,-0.903056181,4449.2526561 +456,2.230431122,0.63458615,341,-1.036643551,-0.903056181,11323.382829 +457,0.527965361,0.127667701,341,-1.036643551,-0.903056181,6603.4647125 +458,-0.063643205,0.702093448,341,-1.036643551,-0.903056181,7186.1329323 +459,1.408447268,0.133010502,341,-1.036643551,-0.903056181,8648.1224958 +460,0.523795955,0.280266966,341,-1.036643551,-0.903056181,7064.1846249 +461,-0.975769313,0.072177659,341,-1.036643551,-0.903056181,3868.3722797 +462,0.549774164,-0.463663986,341,-1.036643551,-0.903056181,4837.1564171 +463,0.29245874,1.095549818,341,-1.036643551,-0.903056181,8923.5521556 +464,0.143625958,0.816809593,341,-1.036643551,-0.903056181,7899.7770789 +465,0.671902494,0.611159853,341,-1.036643551,-0.903056181,8388.9771194 +466,1.239840988,0.6724199,341,-1.036643551,-0.903056181,9916.6422633 +467,0.607829703,-0.10932137,341,-1.036643551,-0.903056181,6062.0052764 +468,1.763020906,0.263996692,341,-1.036643551,-0.903056181,9690.9470475 +469,0.378714634,0.726066797,341,-1.036643551,-0.903056181,8069.2336923 +470,2.196736143,-0.153862366,341,-1.036643551,-0.903056181,8245.6881117 +471,0.01702415,0.148991565,341,-1.036643551,-0.903056181,5480.1383644 +472,-2.998490902,-0.158002487,341,-1.036643551,-0.903056181,6656.6362821 +473,-3.051262951,-0.346595608,341,-1.036643551,-0.903056181,6155.9211871 +474,-1.069176439,0.182802941,341,-1.036643551,-0.903056181,4302.5303798 +475,0.167157509,0.595344954,341,-1.036643551,-0.903056181,7248.9643018 +476,0.613855648,0.681746124,341,-1.036643551,-0.903056181,8448.9858811 +477,1.037012736,0.682555367,341,-1.036643551,-0.903056181,9445.1663874 +478,-1.253574971,0.379755746,341,-1.036643551,-0.903056181,5136.7872001 +479,3.108590453,-0.132620738,341,-1.036643551,-0.903056181,7124.544018 +480,0.565301296,0.022333262,341,-1.036643551,-0.903056181,6367.7805402 +481,0.547898238,0.855555614,341,-1.036643551,-0.903056181,8762.7886034 +482,0.948309381,0.417393755,341,-1.036643551,-0.903056181,8510.2145631 +483,-0.050600732,0.945269213,341,-1.036643551,-0.903056181,8010.7362672 +484,-0.977651478,-0.572363064,341,-1.036643551,-0.903056181,1320.8767521 +485,1.102014914,0.728861163,341,-1.036643551,-0.903056181,9711.6815176 +486,2.927300795,-0.282939414,341,-1.036643551,-0.903056181,6960.5755385 +487,-1.154565557,0.124434095,341,-1.036643551,-0.903056181,4089.6043111 +488,1.855331234,0.291044755,341,-1.036643551,-0.903056181,9895.6658337 +489,0.830290659,0.276904518,341,-1.036643551,-0.903056181,7802.3072721 +490,0.485104466,-0.234867441,341,-1.036643551,-0.903056181,5374.7251768 +491,0.521367572,-0.33161327,341,-1.036643551,-0.903056181,5167.2507421 +1,-1.539031704,0.7349710123,342,-0.120287036,1.083325163,3444.7072962 +2,-1.536990553,0.7349663874,342,-0.120287036,1.083325163,3441.0867952 +3,-1.534951779,0.7349571355,342,-0.120287036,1.083325163,3437.4834254 +4,-1.532906461,0.7349480293,342,-0.120287036,1.083325163,3433.8662567 +5,-1.531320211,0.7346937278,342,-0.120287036,1.083325163,3431.8381336 +6,-1.539451648,0.7335131775,342,-0.120287036,1.083325163,3450.05026 +7,-1.537429487,0.7335445708,342,-0.120287036,1.083325163,3446.3491872 +8,-1.535484998,0.7335658704,342,-0.120287036,1.083325163,3442.8167905 +9,-1.533488396,0.7336036027,342,-0.120287036,1.083325163,3439.1382186 +10,-1.531497785,0.7335842962,342,-0.120287036,1.083325163,3435.6484729 +11,-1.530259379,0.7334777758,342,-0.120287036,1.083325163,3433.7742502 +12,-1.5335454,0.7322346912,342,-0.120287036,1.083325163,3443.5537849 +13,-1.531489083,0.7322238773,342,-0.120287036,1.083325163,3439.9189916 +14,-1.530011122,0.7321679851,342,-0.120287036,1.083325163,3437.4570921 +15,-1.53348106,0.7306614094,342,-0.120287036,1.083325163,3448.3997679 +16,-1.531441779,0.7306962275,342,-0.120287036,1.083325163,3444.6501658 +17,-1.529755654,0.7306933243,342,-0.120287036,1.083325163,3441.6486296 +18,-1.533415048,0.7291384674,342,-0.120287036,1.083325163,3453.0868371 +19,-1.531392093,0.7291705353,342,-0.120287036,1.083325163,3449.3737109 +20,-1.529296523,0.7291214933,342,-0.120287036,1.083325163,3445.7851415 +21,-1.535280942,0.727267644,342,-0.120287036,1.083325163,3462.3246096 +22,-1.533378158,0.7276139666,342,-0.120287036,1.083325163,3457.8335692 +23,-1.531340368,0.7276446587,342,-0.120287036,1.083325163,3454.0969726 +24,-1.528960113,0.7276398177,342,-0.120287036,1.083325163,3449.8588505 +25,-1.533313146,0.7260818349,342,-0.120287036,1.083325163,3462.5569472 +26,-1.531259555,0.7260958115,342,-0.120287036,1.083325163,3458.8435702 +27,-1.528926415,0.7260865555,342,-0.120287036,1.083325163,3454.7021217 +28,-1.531226779,0.7245511789,342,-0.120287036,1.083325163,3463.6655265 +29,-1.528904772,0.7245519194,342,-0.120287036,1.083325163,3459.5109859 +30,-1.547195875,0.7409785979,342,-0.120287036,1.083325163,3440.3011916 +31,-1.5451475,0.740980426,342,-0.120287036,1.083325163,3436.659513 +32,-1.543097679,0.7409798872,342,-0.120287036,1.083325163,3433.0209782 +33,-1.540720364,0.7409892687,342,-0.120287036,1.083325163,3428.7674933 +34,-1.547188511,0.7395198392,342,-0.120287036,1.083325163,3444.8803169 +35,-1.545148587,0.7395226109,342,-0.120287036,1.083325163,3441.2493871 +36,-1.543104538,0.7395314908,342,-0.120287036,1.083325163,3437.5901944 +37,-1.540727751,0.7395306258,342,-0.120287036,1.083325163,3433.3684127 +38,-1.547187029,0.7380014886,342,-0.120287036,1.083325163,3449.6602565 +39,-1.545147315,0.7380012252,342,-0.120287036,1.083325163,3446.0379352 +40,-1.54310719,0.7380060743,342,-0.120287036,1.083325163,3442.3970727 +41,-1.540719671,0.7380068206,342,-0.120287036,1.083325163,3438.1496037 +42,-1.547187189,0.7364799098,342,-0.120287036,1.083325163,3454.4561111 +43,-1.545149996,0.7364853874,342,-0.120287036,1.083325163,3450.8188631 +44,-1.543106091,0.7364823484,342,-0.120287036,1.083325163,3447.1948229 +45,-1.540717158,0.7364893901,342,-0.120287036,1.083325163,3442.9234786 +46,-1.538663972,0.7410138672,342,-0.120287036,1.083325163,3425.0345383 +47,-1.53695285,0.7409699132,342,-0.120287036,1.083325163,3422.1295294 +48,-1.534910498,0.7409641297,342,-0.120287036,1.083325163,3418.5138877 +49,-1.533145034,0.7409536636,342,-0.120287036,1.083325163,3415.4042341 +50,-1.538681336,0.7395405883,342,-0.120287036,1.083325163,3429.6979286 +51,-1.536999189,0.7395183096,342,-0.120287036,1.083325163,3426.7753497 +52,-1.534923633,0.7395144222,342,-0.120287036,1.083325163,3423.0934392 +53,-1.533267822,0.7395654306,342,-0.120287036,1.083325163,3419.984814 +54,-1.53867273,0.7380151077,342,-0.120287036,1.083325163,3434.4821192 +55,-1.536980576,0.7379994392,342,-0.120287036,1.083325163,3431.5198894 +56,-1.534931522,0.7379944961,342,-0.120287036,1.083325163,3427.8871727 +57,-1.533387952,0.7379480264,342,-0.120287036,1.083325163,3425.2839345 +58,-1.538682279,0.7364914363,342,-0.120287036,1.083325163,3439.2958018 +59,-1.536980704,0.7364810563,342,-0.120287036,1.083325163,3436.2991079 +60,-1.534935567,0.7364752065,342,-0.120287036,1.083325163,3432.6749433 +61,-1.533042592,0.7363876366,342,-0.120287036,1.083325163,3429.5774484 +62,-1.545143426,0.7349628011,342,-0.120287036,1.083325163,3455.6074391 +63,-1.543105297,0.7349691947,342,-0.120287036,1.083325163,3451.9626314 +64,-1.541064533,0.7349647152,342,-0.120287036,1.083325163,3448.3457246 +65,-1.545411803,0.7334624714,342,-0.120287036,1.083325163,3460.817614 +66,-1.543446606,0.7334780896,342,-0.120287036,1.083325163,3457.2724102 +67,-1.541475327,0.7334957295,342,-0.120287036,1.083325163,3453.708464 +68,-1.545401939,0.731963266,342,-0.120287036,1.083325163,3465.5322567 +69,-1.54342253,0.7319915583,342,-0.120287036,1.083325163,3461.920494 +70,-1.541455867,0.7320216438,342,-0.120287036,1.083325163,3458.3242305 +71,-1.545410146,0.7304422281,342,-0.120287036,1.083325163,3470.3507338 +72,-1.543435491,0.7304713664,342,-0.120287036,1.083325163,3466.7434782 +73,-1.541463105,0.7304997613,342,-0.120287036,1.083325163,3463.1410876 +74,-1.545414768,0.7289194936,342,-0.120287036,1.083325163,3475.170978 +75,-1.543435774,0.7289538557,342,-0.120287036,1.083325163,3471.538206 +76,-1.541457714,0.7289765881,342,-0.120287036,1.083325163,3467.9423223 +77,-1.539449415,0.7320555866,342,-0.120287036,1.083325163,3454.6434075 +78,-1.537429183,0.7321097681,342,-0.120287036,1.083325163,3450.8726359 +79,-1.535472649,0.7321497267,342,-0.120287036,1.083325163,3447.2587527 +80,-1.539457899,0.7305333307,342,-0.120287036,1.083325163,3459.4623579 +81,-1.537453161,0.7305750503,342,-0.120287036,1.083325163,3455.7571919 +82,-1.535479385,0.7306124949,342,-0.120287036,1.083325163,3452.1192116 +83,-1.53946905,0.7290102593,342,-0.120287036,1.083325163,3464.2914545 +84,-1.537459922,0.7290417293,342,-0.120287036,1.083325163,3460.6095201 +85,-1.535451349,0.7290890157,342,-0.120287036,1.083325163,3456.8771006 +86,-1.535522937,0.7279887191,342,-0.120287036,1.083325163,3460.479004 +87,-1.539442524,0.7274735939,342,-0.120287036,1.083325163,3469.0991318 +88,-1.537424111,0.727521351,342,-0.120287036,1.083325163,3465.3478533 +89,-1.539384641,0.7259505092,342,-0.120287036,1.083325163,3473.8107256 +90,-1.537372391,0.7259947145,342,-0.120287036,1.083325163,3470.0803135 +91,-1.535340789,0.7260435356,342,-0.120287036,1.083325163,3466.299239 +92,-1.539325716,0.7244369706,342,-0.120287036,1.083325163,3478.4929552 +93,-1.537308932,0.7244801057,342,-0.120287036,1.083325163,3474.7565003 +94,-1.535289068,0.7245247645,342,-0.120287036,1.083325163,3471.0082004 +95,-1.533261366,0.7245550236,342,-0.120287036,1.083325163,3467.2898964 +96,-1.539267302,0.722921924,342,-0.120287036,1.083325163,3483.1835255 +97,-1.537248972,0.7229660258,342,-0.120287036,1.083325163,3479.4399219 +98,-1.535219431,0.7229916471,342,-0.120287036,1.083325163,3475.7332363 +99,-1.53318962,0.7230212049,342,-0.120287036,1.083325163,3472.0120573 +100,-1.531154816,0.7230299897,342,-0.120287036,1.083325163,3468.3460944 +101,-1.528878341,0.7230370244,342,-0.120287036,1.083325163,3464.2516873 +102,-1.539218189,0.7214009878,342,-0.120287036,1.083325163,3487.9120094 +103,-1.537198791,0.7214422745,342,-0.120287036,1.083325163,3484.1740894 +104,-1.535179266,0.7214634354,342,-0.120287036,1.083325163,3480.498136 +105,-1.533156501,0.7214944644,342,-0.120287036,1.083325163,3476.7836109 +106,-1.53113574,0.7215166021,342,-0.120287036,1.083325163,3473.099275 +107,-1.528874248,0.7215345535,342,-0.120287036,1.083325163,3468.9957966 +108,-1.539217656,0.7198512397,342,-0.120287036,1.083325163,3492.8212599 +109,-1.537199919,0.7199428763,342,-0.120287036,1.083325163,3488.9254839 +110,-1.545425832,0.727397149,342,-0.120287036,1.083325163,3480.0042428 +111,-1.543371177,0.7273916949,342,-0.120287036,1.083325163,3476.3612746 +112,-1.541368852,0.7274523163,342,-0.120287036,1.083325163,3472.6010179 +113,-1.545349067,0.7258710923,342,-0.120287036,1.083325163,3484.6955444 +114,-1.54332671,0.7258603556,342,-0.120287036,1.083325163,3481.1255399 +115,-1.541346831,0.7259242142,342,-0.120287036,1.083325163,3477.3936908 +116,-1.545324355,0.7243383958,342,-0.120287036,1.083325163,3489.5033084 +117,-1.543292796,0.7243617413,342,-0.120287036,1.083325163,3485.8077584 +118,-1.541295822,0.7244024384,342,-0.120287036,1.083325163,3482.1173867 +119,-1.543193859,0.7205570215,342,-0.120287036,1.083325163,3497.6839104 +120,-1.550257047,0.7386738187,342,-0.120287036,1.083325163,3452.9913295 +121,-1.549335448,0.7311736483,342,-0.120287036,1.083325163,3475.0221765 +122,-1.533478843,0.7179891343,342,-0.120287036,1.083325163,3488.4621068 +123,-1.556150555,0.738907041,342,-0.120287036,1.083325163,3462.7055345 +124,-1.554324226,0.733414257,342,-0.120287036,1.083325163,3476.8045744 +125,-1.554290846,0.7288285332,342,-0.120287036,1.083325163,3491.2457503 +126,-1.55122487,0.7219795312,342,-0.120287036,1.083325163,3507.4907828 +127,-1.525104458,0.7229399862,342,-0.120287036,1.083325163,3457.8032535 +128,-1.519607711,0.7236181429,342,-0.120287036,1.083325163,3445.8130663 +129,-1.513899999,0.7251107854,342,-0.120287036,1.083325163,3430.8676941 +130,-1.536620762,0.7431061895,342,-0.120287036,1.083325163,3414.828142 +131,-1.5369566,0.7460845958,342,-0.120287036,1.083325163,3406.078438 +132,-1.545345528,0.7447040685,342,-0.120287036,1.083325163,3425.3039446 +133,-1.532813921,0.7432306626,342,-0.120287036,1.083325163,3407.6658337 +134,-1.554788248,0.7382381001,342,-0.120287036,1.083325163,3462.4008776 +135,-1.540348126,0.7301594274,342,-0.120287036,1.083325163,3462.2292045 +136,-1.538016084,0.7239051786,342,-0.120287036,1.083325163,3477.8378507 +137,-1.525288962,0.7258085137,342,-0.120287036,1.083325163,3449.0733519 +138,-1.534326986,0.731241342,342,-0.120287036,1.083325163,3448.0799893 +139,-1.530733872,0.7303625216,342,-0.120287036,1.083325163,3444.4385106 +141,-1.534354939,0.7328219978,342,-0.120287036,1.083325163,3443.1464214 +142,-1.53157084,0.7292888153,342,-0.120287036,1.083325163,3449.3197399 +143,-1.525691035,0.7263799874,342,-0.120287036,1.083325163,3447.9889414 +144,-1.534031287,0.7495967835,342,-0.120287036,1.083325163,3389.8765067 +145,-1.527714986,0.7283095957,342,-0.120287036,1.083325163,3445.51979 +146,-1.526189586,0.7271468292,342,-0.120287036,1.083325163,3446.4607624 +147,-1.555177336,0.7375563366,342,-0.120287036,1.083325163,3465.2410537 +148,-1.555080283,0.7312707794,342,-0.120287036,1.083325163,3484.9218073 +149,-1.53856994,0.7224180299,342,-0.120287036,1.083325163,3483.5336504 +150,-1.530837883,0.729933372,342,-0.120287036,1.083325163,3445.9776267 +151,-1.515066984,0.5854133365,342,-0.120287036,1.083325163,3884.0529404 +152,-1.534731633,0.5368370046,342,-0.120287036,1.083325163,4081.180537 +153,-1.515231902,0.5607085576,342,-0.120287036,1.083325163,3965.9965813 +154,-2.616253799,1.0684566605,342,-0.120287036,1.083325163,3701.4588948 +155,-1.956071439,0.5792177723,342,-0.120287036,1.083325163,4673.8738205 +156,-1.951208514,0.5602434208,342,-0.120287036,1.083325163,4731.5719763 +157,-1.944675062,0.6062144545,342,-0.120287036,1.083325163,4562.3715239 +158,-1.613778386,0.6077989518,342,-0.120287036,1.083325163,3989.4735424 +159,-2.035029014,0.6021432345,342,-0.120287036,1.083325163,4719.5216282 +160,-2.114989471,0.6801825058,342,-0.120287036,1.083325163,4566.4118923 +161,-2.037382079,0.5765830025,342,-0.120287036,1.083325163,4812.4192987 +162,-2.129855121,0.6585019963,342,-0.120287036,1.083325163,4663.9083347 +163,-2.075141798,0.6493615843,342,-0.120287036,1.083325163,4615.7986087 +164,-1.828626729,0.6948433129,342,-0.120287036,1.083325163,4072.7278366 +165,-1.863329418,0.6735427691,342,-0.120287036,1.083325163,4201.0072454 +166,-1.266037071,0.727988852,342,-0.120287036,1.083325163,2968.6208364 +167,-1.277579582,0.7249010648,342,-0.120287036,1.083325163,2999.538664 +168,-1.258418684,0.7241194816,342,-0.120287036,1.083325163,2966.4649878 +169,-1.317813974,0.6804850104,342,-0.120287036,1.083325163,3213.0710677 +170,-1.344165204,0.6790988904,342,-0.120287036,1.083325163,3266.2232422 +171,-1.427582102,0.5277120351,342,-0.120287036,1.083325163,3913.728414 +172,-1.402238616,0.457167829,342,-0.120287036,1.083325163,4103.3858398 +173,-1.422454264,0.4996161999,342,-0.120287036,1.083325163,3998.0631493 +174,-1.439089277,0.4894859811,342,-0.120287036,1.083325163,4062.8924737 +175,-1.448126995,0.5182330266,342,-0.120287036,1.083325163,3983.3991194 +176,-1.474626146,0.5881926574,342,-0.120287036,1.083325163,3800.6262861 +177,-1.421139645,0.5584869783,342,-0.120287036,1.083325163,3799.7001871 +178,-1.457037165,0.565943032,342,-0.120287036,1.083325163,3841.4721745 +179,-2.757159358,0.3745319,342,-0.120287036,1.083325163,6453.1557302 +180,-2.714309238,0.342054471,342,-0.120287036,1.083325163,6540.6900379 +181,-2.000525337,0.774119946,342,-0.120287036,1.083325163,4075.9154149 +183,-1.571413436,0.6777838382,342,-0.120287036,1.083325163,3684.953905 +184,-1.552860289,0.6987663893,342,-0.120287036,1.083325163,3584.3454145 +185,-1.521852374,0.7165827476,342,-0.120287036,1.083325163,3472.0842253 +186,-1.503656267,0.6928968252,342,-0.120287036,1.083325163,3514.5564748 +187,-1.502753178,0.7136205882,342,-0.120287036,1.083325163,3447.1128079 +188,-1.631894563,0.7343596465,342,-0.120287036,1.083325163,3610.1368978 +189,-1.653765416,0.6770714026,342,-0.120287036,1.083325163,3833.2412739 +190,-1.719812114,0.6715965947,342,-0.120287036,1.083325163,3966.064112 +191,-1.493406659,0.6646955447,342,-0.120287036,1.083325163,3586.2583849 +192,-1.469120564,0.6613469966,342,-0.120287036,1.083325163,3552.7236916 +193,-1.590551461,0.5326612937,342,-0.120287036,1.083325163,4197.2957858 +194,-1.625979264,0.5247742243,342,-0.120287036,1.083325163,4288.1886402 +195,-1.572293943,0.5238808754,342,-0.120287036,1.083325163,4193.3521582 +196,-1.610848725,0.5477107964,342,-0.120287036,1.083325163,4183.8574551 +197,-1.208485554,0.7918526018,342,-0.120287036,1.083325163,2668.8162483 +198,-1.335601374,0.6869083083,342,-0.120287036,1.083325163,3225.6840467 +199,-1.346156996,0.6825213377,342,-0.120287036,1.083325163,3259.0665994 +200,-1.324381037,0.6741422347,342,-0.120287036,1.083325163,3245.332032 +201,-1.242424992,0.7378949807,342,-0.120287036,1.083325163,2894.3819254 +202,-1.270370057,0.7392461008,342,-0.120287036,1.083325163,2941.9881154 +203,-1.448950472,0.7441675014,342,-0.120287036,1.083325163,3254.1936887 +204,-1.492662363,0.7523026852,342,-0.120287036,1.083325163,3307.6331129 +205,-1.479098966,0.7763855017,342,-0.120287036,1.083325163,3208.9601563 +206,-1.633760714,0.7869022408,342,-0.120287036,1.083325163,3447.095765 +207,-1.647406434,0.8101289331,342,-0.120287036,1.083325163,3397.7611344 +208,-1.564245052,0.5701509278,342,-0.120287036,1.083325163,4024.3921276 +209,-1.646289963,0.6833746083,342,-0.120287036,1.083325163,3799.6065095 +210,-1.5820631,0.6751952144,342,-0.120287036,1.083325163,3712.3558664 +211,-1.613236298,0.6681681791,342,-0.120287036,1.083325163,3790.6662674 +212,-1.914661867,0.8212566515,342,-0.120287036,1.083325163,3790.6321197 +213,-1.742133237,0.7250275956,342,-0.120287036,1.083325163,3829.0806402 +214,-2.033144872,0.6557314699,342,-0.120287036,1.083325163,4530.3740686 +215,-2.039551981,0.6964723658,342,-0.120287036,1.083325163,4399.1807611 +216,-1.247341019,0.7622473908,342,-0.120287036,1.083325163,2829.2911452 +217,-1.298239787,0.7084123392,342,-0.120287036,1.083325163,3089.0358728 +218,-1.308539688,0.6926545592,342,-0.120287036,1.083325163,3157.4966702 +219,-1.303263185,0.6888938396,342,-0.120287036,1.083325163,3159.5667426 +220,-1.852400229,0.6004246149,342,-0.120287036,1.083325163,4430.041415 +221,-1.288947707,0.7473773692,342,-0.120287036,1.083325163,2951.4241478 +222,-1.372031502,0.7472790993,342,-0.120287036,1.083325163,3104.5438195 +223,-1.289805721,0.7242157877,342,-0.120287036,1.083325163,3024.2870665 +224,-1.350807603,0.7533498126,342,-0.120287036,1.083325163,3047.02936 +225,-1.329290365,0.7560442322,342,-0.120287036,1.083325163,2999.2912983 +226,-1.410153004,0.616936428,342,-0.120287036,1.083325163,3587.7877376 +227,-1.393445434,0.6308995063,342,-0.120287036,1.083325163,3511.6566401 +228,-1.37595573,0.6241540638,342,-0.120287036,1.083325163,3501.1275486 +229,-1.358388707,0.6172645205,342,-0.120287036,1.083325163,3490.917508 +230,-1.753741133,0.8281661666,342,-0.120287036,1.083325163,3516.9364316 +231,-1.47430987,0.6834615681,342,-0.120287036,1.083325163,3491.3845735 +232,-1.421012508,0.7222725206,342,-0.120287036,1.083325163,3271.6293136 +233,-1.4476833,0.6978557868,342,-0.120287036,1.083325163,3397.1146956 +234,-1.470370723,0.6966193374,342,-0.120287036,1.083325163,3442.3522633 +235,-1.429211703,0.7037216883,342,-0.120287036,1.083325163,3344.8532999 +236,-1.700578405,0.6178673663,342,-0.120287036,1.083325163,4110.3571071 +237,-1.678117619,0.6331716163,342,-0.120287036,1.083325163,4020.1414584 +238,-1.725644578,0.6316331145,342,-0.120287036,1.083325163,4108.3900043 +239,-2.14012759,0.7930497945,342,-0.120287036,1.083325163,4207.9161558 +240,-2.103289431,0.7653606263,342,-0.120287036,1.083325163,4253.3665755 +241,-1.318739838,0.7017808746,342,-0.120287036,1.083325163,3147.7111316 +242,-1.396417427,0.7077900843,342,-0.120287036,1.083325163,3271.9994194 +243,-1.35650337,0.7185539404,342,-0.120287036,1.083325163,3164.9791886 +244,-1.248884539,0.7274156818,342,-0.120287036,1.083325163,2938.6083928 +245,-1.395014798,0.5761185243,342,-0.120287036,1.083325163,3693.1874165 +246,-1.433377362,0.6064716109,342,-0.120287036,1.083325163,3664.7478409 +247,-1.408172432,0.5903155476,342,-0.120287036,1.083325163,3670.97229 +248,-1.749645898,0.7757118084,342,-0.120287036,1.083325163,3677.517644 +249,-1.571626686,0.615046989,342,-0.120287036,1.083325163,3889.6138706 +250,-1.514070049,0.6303003037,342,-0.120287036,1.083325163,3735.2031444 +251,-1.480890369,0.6237966528,342,-0.120287036,1.083325163,3695.711223 +252,-1.704390658,0.5281680612,342,-0.120287036,1.083325163,4417.8795301 +253,-1.64434733,0.5254277498,342,-0.120287036,1.083325163,4319.2567045 +254,-1.703855997,0.4792484842,342,-0.120287036,1.083325163,4582.8530375 +255,-1.692002383,0.5748825051,342,-0.120287036,1.083325163,4238.6475263 +256,-1.854136457,0.5544643913,342,-0.120287036,1.083325163,4589.6620299 +257,-1.665021206,0.520317736,342,-0.120287036,1.083325163,4373.7859014 +258,-1.733654349,0.4845187345,342,-0.120287036,1.083325163,4618.279537 +259,-1.720938188,0.5135933906,342,-0.120287036,1.083325163,4496.7303822 +260,-1.742668307,0.553296122,342,-0.120287036,1.083325163,4400.7972149 +261,-1.965659039,0.7142126903,342,-0.120287036,1.083325163,4226.3408972 +262,-1.944438071,0.6772834804,342,-0.120287036,1.083325163,4318.7979597 +263,-1.270340967,0.7681487096,342,-0.120287036,1.083325163,2853.9735805 +264,-1.353091884,0.6549276821,342,-0.120287036,1.083325163,3359.7246528 +265,-1.333236659,0.6413584414,342,-0.120287036,1.083325163,3366.4772987 +266,-1.352015998,0.6753788907,342,-0.120287036,1.083325163,3292.5371942 +267,-1.377988483,0.6577816235,342,-0.120287036,1.083325163,3396.6241315 +268,-2.13075611,0.8318642051,342,-0.120287036,1.083325163,4061.3485237 +269,-2.097910953,0.8259670014,342,-0.120287036,1.083325163,4037.5801981 +270,-1.416382069,0.6694271549,342,-0.120287036,1.083325163,3430.1603717 +271,-1.538905672,0.7535625993,342,-0.120287036,1.083325163,3386.1165989 +272,-1.572309477,0.7803125099,342,-0.120287036,1.083325163,3361.4705842 +273,-1.87759879,0.7503853417,342,-0.120287036,1.083325163,3967.3094141 +274,1.152365588,0.590457682,342,-0.120287036,1.083325163,3642.3023484 +275,0.350198001,0.718001859,342,-0.120287036,1.083325163,1825.374168 +276,0.046513677,0.491503852,342,-0.120287036,1.083325163,2384.5917909 +277,0.027510309,0.742571376,342,-0.120287036,1.083325163,1393.6301088 +278,0.306285725,-0.214631579,342,-0.120287036,1.083325163,5308.9434594 +279,-1.100564889,0.318051531,342,-0.120287036,1.083325163,4037.2310883 +280,-1.078582306,0.301437596,342,-0.120287036,1.083325163,4058.3707985 +281,-1.137371989,-0.617634065,342,-0.120287036,1.083325163,7473.9643465 +282,0.784356344,0.703272339,342,-0.120287036,1.083325163,2600.2197192 +283,-1.221209947,0.218327455,342,-0.120287036,1.083325163,4598.7777169 +284,2.347301921,-0.449114658,342,-0.120287036,1.083325163,9367.5802239 +285,0.246820618,0.830553713,342,-0.120287036,1.083325163,1293.2335226 +286,0.829414965,0.703288228,342,-0.120287036,1.083325163,2682.6268477 +287,-1.337537566,0.42332223,342,-0.120287036,1.083325163,4098.3817863 +288,0.882453706,0.454478077,342,-0.120287036,1.083325163,3601.8663861 +289,1.575629659,0.416419109,342,-0.120287036,1.083325163,4998.7662043 +290,-1.039455679,0.229888244,342,-0.120287036,1.083325163,4248.1942645 +291,0.489558039,0.934482747,342,-0.120287036,1.083325163,1393.2982441 +292,0.081344504,0.88384514,342,-0.120287036,1.083325163,902.55556866 +293,-1.547979814,0.300350308,342,-0.120287036,1.083325163,4909.9346264 +294,0.040776181,0.168560074,342,-0.120287036,1.083325163,3653.171995 +295,-1.130374745,0.563894876,342,-0.120287036,1.083325163,3245.1682368 +296,1.578326642,0.478507176,342,-0.120287036,1.083325163,4789.4160204 +297,-1.12861823,-0.291640865,342,-0.120287036,1.083325163,6280.5466799 +298,0.310524208,0.770885792,342,-0.120287036,1.083325163,1586.1628606 +299,0.415649091,-0.387246002,342,-0.120287036,1.083325163,6066.4252753 +300,-0.926533878,-0.188022748,342,-0.120287036,1.083325163,5612.0256138 +301,1.258856172,-0.11716081,342,-0.120287036,1.083325163,6280.0281624 +302,-1.126050026,0.322941926,342,-0.120287036,1.083325163,4064.0714278 +303,2.002785835,0.07893892,342,-0.120287036,1.083325163,6919.8721648 +304,0.440437607,0.746258085,342,-0.120287036,1.083325163,1866.0608885 +305,-0.030391866,0.214441206,342,-0.120287036,1.083325163,3451.2254475 +306,0.521557815,-0.058929362,342,-0.120287036,1.083325163,4921.282095 +307,-0.097005111,0.13317729,342,-0.120287036,1.083325163,3764.1482986 +308,1.83113859,0.221857587,342,-0.120287036,1.083325163,6124.2113907 +309,0.222428864,0.099404236,342,-0.120287036,1.083325163,4024.9023046 +310,-1.702731345,0.8728568183,342,-0.120287036,1.083325163,3295.4435229 +311,-0.418507569,0.278324921,342,-0.120287036,1.083325163,3296.4431902 +312,-1.41153306,0.339029988,342,-0.120287036,1.083325163,4523.7144706 +313,0.357560442,0.114788776,342,-0.120287036,1.083325163,4081.8326567 +314,0.325818979,0.268352149,342,-0.120287036,1.083325163,3462.3021548 +315,-1.246004659,-0.663679965,342,-0.120287036,1.083325163,7789.1225508 +316,1.814603087,0.637404484,342,-0.120287036,1.083325163,4627.4975983 +317,1.843704281,-0.18300445,342,-0.120287036,1.083325163,7584.4905928 +318,1.690644492,-0.211480909,342,-0.120287036,1.083325163,7405.4806858 +319,-1.275451936,0.068109467,342,-0.120287036,1.083325163,5225.9125544 +320,0.762430171,-0.207594741,342,-0.120287036,1.083325163,5789.438971 +321,0.265668905,-0.014647884,342,-0.120287036,1.083325163,4500.9005823 +322,-2.773032013,-0.335515811,342,-0.120287036,1.083325163,9191.266146 +323,-1.469512853,0.174058777,342,-0.120287036,1.083325163,5203.0932023 +324,0.286276986,0.785925691,342,-0.120287036,1.083325163,1500.3319198 +325,-1.379324697,0.377432233,342,-0.120287036,1.083325163,4332.3005695 +326,-1.203778265,0.212813032,342,-0.120287036,1.083325163,4587.6517288 +327,0.579916301,0.611743168,342,-0.120287036,1.083325163,2544.7498434 +328,0.267582642,0.868113908,342,-0.120287036,1.083325163,1200.1876304 +329,0.412869244,-0.050245578,342,-0.120287036,1.083325163,4769.5811661 +330,0.17524381,0.976660285,342,-0.120287036,1.083325163,732.49806682 +331,0.743157214,0.204812899,342,-0.120287036,1.083325163,4249.1859525 +332,-1.070758176,0.269382282,342,-0.120287036,1.083325163,4158.9458733 +333,-1.230364251,0.329790229,342,-0.120287036,1.083325163,4224.6168081 +334,-1.374813124,-0.024926835,342,-0.120287036,1.083325163,5731.0290139 +335,0.519780566,0.463669906,342,-0.120287036,1.083325163,2973.868287 +336,-1.55108034,0.239698561,342,-0.120287036,1.083325163,5125.6380547 +337,0.180294813,0.029739425,342,-0.120287036,1.083325163,4268.272912 +338,0.67820924,0.268170153,342,-0.120287036,1.083325163,3918.6902574 +339,0.445798684,1.024001867,342,-0.120287036,1.083325163,1120.5661467 +340,0.691751283,0.150521402,342,-0.120287036,1.083325163,4368.153395 +341,-1.036643551,-0.903056181,342,-0.120287036,1.083325163,8375.0833402 +342,-0.120287036,1.083325163,342,-0.120287036,1.083325163,0 +343,2.823513113,-0.304487164,342,-0.120287036,1.083325163,9310.04782 +344,0.457583172,1.12513373,342,-0.120287036,1.083325163,1030.5890414 +345,0.042918831,0.813795399,342,-0.120287036,1.083325163,1129.4471735 +346,1.196146777,-0.853142756,342,-0.120287036,1.083325163,8712.201096 +347,0.206001358,-0.010430701,342,-0.120287036,1.083325163,4441.7843705 +348,-0.268308653,0.234799412,342,-0.120287036,1.083325163,3387.2320915 +349,0.759363263,0.736189579,342,-0.120287036,1.083325163,2451.5677403 +350,0.181363926,0.891988372,342,-0.120287036,1.083325163,997.27644244 +351,-0.021111158,0.139103292,342,-0.120287036,1.083325163,3751.1975194 +352,-0.093355215,0.630686981,342,-0.120287036,1.083325163,1794.1418922 +353,0.40118964,0.681375926,342,-0.120287036,1.083325163,2026.5878609 +354,-0.721197315,1.304706234,342,-0.120287036,1.083325163,1205.8400505 +355,-1.076150317,0.212107639,342,-0.120287036,1.083325163,4372.3509013 +356,-1.577164531,0.273993443,342,-0.120287036,1.083325163,5055.1732372 +357,-0.190788414,0.182208586,342,-0.120287036,1.083325163,3575.1007032 +358,-0.261349752,0.209710184,342,-0.120287036,1.083325163,3483.8418068 +359,-1.029303852,0.083549259,342,-0.120287036,1.083325163,4760.8148205 +360,-1.268609162,0.330525297,342,-0.120287036,1.083325163,4291.0555544 +361,1.282982244,-0.926641967,342,-0.120287036,1.083325163,9074.8086166 +362,0.217352334,0.731352408,342,-0.120287036,1.083325163,1605.1179464 +363,-1.511833084,0.258629297,342,-0.120287036,1.083325163,4987.1915035 +364,0.338812194,0.823184618,342,-0.120287036,1.083325163,1454.013459 +365,-0.324406489,1.134201999,342,-0.120287036,1.083325163,412.04433933 +366,1.389579348,0.399185724,342,-0.120287036,1.083325163,4722.053831 +367,2.047152199,-0.039082036,342,-0.120287036,1.083325163,7418.4163169 +368,0.947780369,0.568250077,342,-0.120287036,1.083325163,3336.6767559 +369,0.763824846,0.576754987,342,-0.120287036,1.083325163,2976.4682636 +370,-0.142334657,0.928153068,342,-0.120287036,1.083325163,616.38274949 +371,0.610266567,0.547265983,342,-0.120287036,1.083325163,2816.6079924 +372,0.210731629,0.746815056,342,-0.120287036,1.083325163,1541.2122163 +373,-1.34931644,0.316895224,342,-0.120287036,1.083325163,4485.4400435 +374,2.407696481,0.655030745,342,-0.120287036,1.083325163,5284.1832039 +375,0.64207831,0.545359131,342,-0.120287036,1.083325163,2875.2422733 +376,1.174597538,0.840588356,342,-0.120287036,1.083325163,2902.2461299 +377,0.660059424,0.010604079,342,-0.120287036,1.083325163,4838.4197951 +378,-0.730263819,0.010486456,342,-0.120287036,1.083325163,4621.3874465 +379,0.831068936,0.512339172,342,-0.120287036,1.083325163,3312.9790105 +380,1.301180979,0.72367476,342,-0.120287036,1.083325163,3485.2399118 +381,1.811128231,0.322854402,342,-0.120287036,1.083325163,5731.1546852 +382,0.435105812,0.992284428,342,-0.120287036,1.083325163,1160.8154959 +383,0.62643634,0.592027932,342,-0.120287036,1.083325163,2688.8849115 +384,0.492988703,-0.516339467,342,-0.120287036,1.083325163,6631.0031955 +385,-0.162469483,0.112549365,342,-0.120287036,1.083325163,3847.2296208 +386,0.314630866,0.472006421,342,-0.120287036,1.083325163,2677.8079303 +387,0.166744804,0.822815954,342,-0.120287036,1.083325163,1216.2788298 +388,0.417159608,0.965805736,342,-0.120287036,1.083325163,1185.5017712 +389,0.106334961,0.868774244,342,-0.120287036,1.083325163,983.40986977 +390,0.815086969,-0.338144359,342,-0.120287036,1.083325163,6344.0989776 +391,0.59867455,-0.230624824,342,-0.120287036,1.083325163,5660.8793522 +392,1.915104874,0.066220985,342,-0.120287036,1.083325163,6822.1074439 +393,1.278093622,0.064463721,342,-0.120287036,1.083325163,5677.1256245 +394,-0.061477853,0.302997961,342,-0.120287036,1.083325163,3095.2250504 +395,0.251311504,0.626976942,342,-0.120287036,1.083325163,2027.927808 +396,2.950242872,0.149095644,342,-0.120287036,1.083325163,7557.3217437 +397,-0.180294708,0.35375117,342,-0.120287036,1.083325163,2894.539218 +398,1.010448592,-0.351180233,342,-0.120287036,1.083325163,6684.7566093 +399,-1.748740498,0.3686318073,342,-0.120287036,1.083325163,5043.285385 +400,2.699635665,0.123533791,342,-0.120287036,1.083325163,7562.9012664 +401,0.496808033,0.823843254,342,-0.120287036,1.083325163,1713.9919421 +402,0.129574704,0.763364087,342,-0.120287036,1.083325163,1393.6570614 +403,1.798920311,0.817447563,342,-0.120287036,1.083325163,3985.6825341 +404,0.335987953,0.746786541,342,-0.120287036,1.083325163,1705.3879264 +405,-1.085413643,0.292154671,342,-0.120287036,1.083325163,4102.8368836 +406,-0.155321003,0.508207011,342,-0.120287036,1.083325163,2279.8708504 +407,0.620529244,-0.301175104,342,-0.120287036,1.083325163,5952.4144355 +408,1.684402744,0.368716966,342,-0.120287036,1.083325163,5354.7819087 +409,0.300582244,-0.386397212,342,-0.120287036,1.083325163,5972.0539668 +410,2.913555946,-0.009225192,342,-0.120287036,1.083325163,8177.1107436 +411,1.465101417,0.493232532,342,-0.120287036,1.083325163,4538.5667053 +412,0.090612882,0.907955955,342,-0.120287036,1.083325163,827.1427403 +413,2.987564726,-0.729568594,342,-0.120287036,1.083325163,11040.348147 +414,-1.484261606,0.224149272,342,-0.120287036,1.083325163,5055.8098992 +415,0.164073421,0.303955133,342,-0.120287036,1.083325163,3186.9705372 +416,0.141441293,0.167552546,342,-0.120287036,1.083325163,3705.3487437 +417,2.931321023,-0.506718887,342,-0.120287036,1.083325163,10147.900639 +418,2.21951565,0.700596356,342,-0.120287036,1.083325163,4929.3061827 +419,0.268112576,1.199114336,342,-0.120287036,1.083325163,780.81984937 +420,0.978913739,0.359223811,342,-0.120287036,1.083325163,4102.9246465 +421,1.210898818,0.522863584,342,-0.120287036,1.083325163,3974.1462606 +422,2.347397336,0.129231362,342,-0.120287036,1.083325163,7219.0445534 +423,0.614394501,0.556878345,342,-0.120287036,1.083325163,2789.9543457 +424,-1.398079356,0.148483366,342,-0.120287036,1.083325163,5161.6072413 +425,2.535303836,-0.112984496,342,-0.120287036,1.083325163,8346.986939 +426,-1.019372593,-0.405322349,342,-0.120287036,1.083325163,6541.1706273 +427,-1.297785627,-0.160104069,342,-0.120287036,1.083325163,6077.8786903 +428,2.144554488,0.205051084,342,-0.120287036,1.083325163,6672.1975289 +429,-2.242387083,-0.426171285,342,-0.120287036,1.083325163,8714.8561936 +430,0.338637212,0.909723676,342,-0.120287036,1.083325163,1189.9486431 +431,-0.148798452,0.691042401,342,-0.120287036,1.083325163,1555.3511969 +432,0.893524764,0.441829531,342,-0.120287036,1.083325163,3665.0056676 +433,0.969229347,-0.368847936,342,-0.120287036,1.083325163,6683.6434836 +434,0.436043248,0.800045688,342,-0.120287036,1.083325163,1684.4221738 +435,1.687946607,1.081504775,342,-0.120287036,1.083325163,2991.7061069 +436,0.522302046,-0.034889271,342,-0.120287036,1.083325163,4831.2491333 +437,-0.178996113,-0.438090009,342,-0.120287036,1.083325163,6029.2235869 +438,-1.094339566,0.301444068,342,-0.120287036,1.083325163,4085.1707353 +439,-1.064070054,0.242569932,342,-0.120287036,1.083325163,4243.3719636 +440,-1.068153768,0.230387998,342,-0.120287036,1.083325163,4293.6886122 +441,-3.00496892,-0.23989155,342,-0.120287036,1.083325163,9024.5068529 +442,0.21751974,0.766874888,342,-0.120287036,1.083325163,1476.9542819 +443,0.117229532,0.007619006,342,-0.120287036,1.083325163,4319.8305463 +444,0.777758451,0.420554741,342,-0.120287036,1.083325163,3536.7901367 +445,-0.252356999,0.250747086,342,-0.120287036,1.083325163,3318.9512064 +446,0.363148444,0.768483434,342,-0.120287036,1.083325163,1671.7124032 +447,0.903191366,-0.118210676,342,-0.120287036,1.083325163,5674.1493495 +448,-0.205755923,0.149406178,342,-0.120287036,1.083325163,3707.5765229 +449,1.811996086,0.02364353,342,-0.120287036,1.083325163,6797.1822931 +450,-1.100670221,0.314845373,342,-0.120287036,1.083325163,4048.7117 +451,0.340078597,0.850105132,342,-0.120287036,1.083325163,1370.3813813 +452,0.258757267,0.804969236,342,-0.120287036,1.083325163,1396.8117897 +453,2.78505352,-0.155160804,342,-0.120287036,1.083325163,8704.1592035 +454,0.800551619,0.105822106,342,-0.120287036,1.083325163,4698.5367355 +455,0.437940882,-0.506194031,342,-0.120287036,1.083325163,6542.7570348 +456,2.230431122,0.63458615,342,-0.120287036,1.083325163,5186.1207212 +457,0.527965361,0.127667701,342,-0.120287036,1.083325163,4226.0548098 +458,-0.063643205,0.702093448,342,-0.120287036,1.083325163,1516.1531908 +459,1.408447268,0.133010502,342,-0.120287036,1.083325163,5678.7826645 +460,0.523795955,0.280266966,342,-0.120287036,1.083325163,3651.5386507 +461,-0.975769313,0.072177659,342,-0.120287036,1.083325163,4720.1879031 +462,0.549774164,-0.463663986,342,-0.120287036,1.083325163,6486.6239952 +463,0.29245874,1.095549818,342,-0.120287036,1.083325163,754.19629646 +464,0.143625958,0.816809593,342,-0.120287036,1.083325163,1211.4521247 +465,0.671902494,0.611159853,342,-0.120287036,1.083325163,2700.9747888 +466,1.239840988,0.6724199,342,-0.120287036,1.083325163,3537.805017 +467,0.607829703,-0.10932137,342,-0.120287036,1.083325163,5216.3946085 +468,1.763020906,0.263996692,342,-0.120287036,1.083325163,5858.8721076 +469,0.378714634,0.726066797,342,-0.120287036,1.083325163,1838.9739719 +470,2.196736143,-0.153862366,342,-0.120287036,1.083325163,8069.1311835 +471,0.01702415,0.148991565,342,-0.120287036,1.083325163,3722.326524 +472,-2.998490902,-0.158002487,342,-0.120287036,1.083325163,8700.1260623 +473,-3.051262951,-0.346595608,342,-0.120287036,1.083325163,9468.7194833 +474,-1.069176439,0.182802941,342,-0.120287036,1.083325163,4465.9171519 +475,0.167157509,0.595344954,342,-0.120287036,1.083325163,2063.294593 +476,0.613855648,0.681746124,342,-0.120287036,1.083325163,2366.595707 +477,1.037012736,0.682555367,342,-0.120287036,1.083325163,3131.9699912 +478,-1.253574971,0.379755746,342,-0.120287036,1.083325163,4093.6373641 +479,3.108590453,-0.132620738,342,-0.120287036,1.083325163,8669.5124075 +480,0.565301296,0.022333262,342,-0.120287036,1.083325163,4668.5243071 +481,0.547898238,0.855555614,342,-0.120287036,1.083325163,1711.3019787 +482,0.948309381,0.417393755,342,-0.120287036,1.083325163,3847.1220088 +483,-0.050600732,0.945269213,342,-0.120287036,1.083325163,565.67641458 +484,-0.977651478,-0.572363064,342,-0.120287036,1.083325163,7104.001293 +485,1.102014914,0.728861163,342,-0.120287036,1.083325163,3107.3383032 +486,2.927300795,-0.282939414,342,-0.120287036,1.083325163,9262.574277 +487,-1.154565557,0.124434095,342,-0.120287036,1.083325163,4817.3222103 +488,1.855331234,0.291044755,342,-0.120287036,1.083325163,5917.3867863 +489,0.830290659,0.276904518,342,-0.120287036,1.083325163,4132.3721281 +490,0.485104466,-0.234867441,342,-0.120287036,1.083325163,5549.4148907 +491,0.521367572,-0.33161327,342,-0.120287036,1.083325163,5955.7711804 +1,-1.539031704,0.7349710123,343,2.823513113,-0.304487164,8042.4996326 +2,-1.536990553,0.7349663874,343,2.823513113,-0.304487164,8048.4974287 +3,-1.534951779,0.7349571355,343,2.823513113,-0.304487164,8054.4882914 +4,-1.532906461,0.7349480293,343,2.823513113,-0.304487164,8060.4984891 +5,-1.531320211,0.7346937278,343,2.823513113,-0.304487164,8065.1613245 +6,-1.539451648,0.7335131775,343,2.823513113,-0.304487164,8041.241684 +7,-1.537429487,0.7335445708,343,2.823513113,-0.304487164,8047.1919122 +8,-1.535484998,0.7335658704,343,2.823513113,-0.304487164,8052.9132287 +9,-1.533488396,0.7336036027,343,2.823513113,-0.304487164,8058.7876977 +10,-1.531497785,0.7335842962,343,2.823513113,-0.304487164,8064.644333 +11,-1.530259379,0.7334777758,343,2.823513113,-0.304487164,8068.2886002 +12,-1.5335454,0.7322346912,343,2.823513113,-0.304487164,8058.6153255 +13,-1.531489083,0.7322238773,343,2.823513113,-0.304487164,8064.6726768 +14,-1.530011122,0.7321679851,343,2.823513113,-0.304487164,8069.0266378 +15,-1.53348106,0.7306614094,343,2.823513113,-0.304487164,8058.7951822 +16,-1.531441779,0.7306962275,343,2.823513113,-0.304487164,8064.810908 +17,-1.529755654,0.7306933243,343,2.823513113,-0.304487164,8069.7846391 +18,-1.533415048,0.7291384674,343,2.823513113,-0.304487164,8058.976142 +19,-1.531392093,0.7291705353,343,2.823513113,-0.304487164,8064.9519236 +20,-1.529296523,0.7291214933,343,2.823513113,-0.304487164,8071.1418885 +21,-1.535280942,0.727267644,343,2.823513113,-0.304487164,8053.4321029 +22,-1.533378158,0.7276139666,343,2.823513113,-0.304487164,8059.0668773 +23,-1.531340368,0.7276446587,343,2.823513113,-0.304487164,8065.0947403 +24,-1.528960113,0.7276398177,343,2.823513113,-0.304487164,8072.135161 +25,-1.533313146,0.7260818349,343,2.823513113,-0.304487164,8059.2364704 +26,-1.531259555,0.7260958115,343,2.823513113,-0.304487164,8065.3192491 +27,-1.528926415,0.7260865555,343,2.823513113,-0.304487164,8072.2297773 +28,-1.531226779,0.7245511789,343,2.823513113,-0.304487164,8065.3972217 +29,-1.528904772,0.7245519194,343,2.823513113,-0.304487164,8072.2842389 +30,-1.547195875,0.7409785979,343,2.823513113,-0.304487164,8018.6884519 +31,-1.5451475,0.740980426,343,2.823513113,-0.304487164,8024.6746917 +32,-1.543097679,0.7409798872,343,2.823513113,-0.304487164,8030.6651445 +33,-1.540720364,0.7409892687,343,2.823513113,-0.304487164,8037.6127835 +34,-1.547188511,0.7395198392,343,2.823513113,-0.304487164,8018.673069 +35,-1.545148587,0.7395226109,343,2.823513113,-0.304487164,8024.6425627 +36,-1.543104538,0.7395314908,343,2.823513113,-0.304487164,8030.6242351 +37,-1.540727751,0.7395306258,343,2.823513113,-0.304487164,8037.5794421 +38,-1.547187029,0.7380014886,343,2.823513113,-0.304487164,8018.6346346 +39,-1.545147315,0.7380012252,343,2.823513113,-0.304487164,8024.6116793 +40,-1.54310719,0.7380060743,343,2.823513113,-0.304487164,8030.5900773 +41,-1.540719671,0.7380068206,343,2.823513113,-0.304487164,8037.5864029 +42,-1.547187189,0.7364799098,343,2.823513113,-0.304487164,8018.5868398 +43,-1.545149996,0.7364853874,343,2.823513113,-0.304487164,8024.5648743 +44,-1.543106091,0.7364823484,343,2.823513113,-0.304487164,8030.5624154 +45,-1.540717158,0.7364893901,343,2.823513113,-0.304487164,8037.5726534 +46,-1.538663972,0.7410138672,343,2.823513113,-0.304487164,8043.6224677 +47,-1.53695285,0.7409699132,343,2.823513113,-0.304487164,8048.6231423 +48,-1.534910498,0.7409641297,343,2.823513113,-0.304487164,8054.5919222 +49,-1.533145034,0.7409536636,343,2.823513113,-0.304487164,8059.7516088 +50,-1.538681336,0.7395405883,343,2.823513113,-0.304487164,8043.5679538 +51,-1.536999189,0.7395183096,343,2.823513113,-0.304487164,8048.4904306 +52,-1.534923633,0.7395144222,343,2.823513113,-0.304487164,8054.5642758 +53,-1.533267822,0.7395654306,343,2.823513113,-0.304487164,8059.4092489 +54,-1.53867273,0.7380151077,343,2.823513113,-0.304487164,8043.584782 +55,-1.536980576,0.7379994392,343,2.823513113,-0.304487164,8048.5433753 +56,-1.534931522,0.7379944961,343,2.823513113,-0.304487164,8054.5479606 +57,-1.533387952,0.7379480264,343,2.823513113,-0.304487164,8059.0715981 +58,-1.538682279,0.7364914363,343,2.823513113,-0.304487164,8043.5438578 +59,-1.536980704,0.7364810563,343,2.823513113,-0.304487164,8048.5369387 +60,-1.534935567,0.7364752065,343,2.823513113,-0.304487164,8054.5382958 +61,-1.533042592,0.7363876366,343,2.823513113,-0.304487164,8060.0936011 +62,-1.545143426,0.7349628011,343,2.823513113,-0.304487164,8024.5405729 +63,-1.543105297,0.7349691947,343,2.823513113,-0.304487164,8030.5296075 +64,-1.541064533,0.7349647152,343,2.823513113,-0.304487164,8036.5261609 +65,-1.545411803,0.7334624714,343,2.823513113,-0.304487164,8023.7035708 +66,-1.543446606,0.7334780896,343,2.823513113,-0.304487164,8029.4863749 +67,-1.541475327,0.7334957295,343,2.823513113,-0.304487164,8035.2870104 +68,-1.545401939,0.731963266,343,2.823513113,-0.304487164,8023.6799105 +69,-1.54342253,0.7319915583,343,2.823513113,-0.304487164,8029.5128 +70,-1.541455867,0.7320216438,343,2.823513113,-0.304487164,8035.3079497 +71,-1.545410146,0.7304422281,343,2.823513113,-0.304487164,8023.5977965 +72,-1.543435491,0.7304713664,343,2.823513113,-0.304487164,8029.4246983 +73,-1.541463105,0.7304997613,343,2.823513113,-0.304487164,8035.2446454 +74,-1.545414768,0.7289194936,343,2.823513113,-0.304487164,8023.5216579 +75,-1.543435774,0.7289538557,343,2.823513113,-0.304487164,8029.3695553 +76,-1.541457714,0.7289765881,343,2.823513113,-0.304487164,8035.2140347 +77,-1.539449415,0.7320555866,343,2.823513113,-0.304487164,8041.2201373 +78,-1.537429183,0.7321097681,343,2.823513113,-0.304487164,8047.1729123 +79,-1.535472649,0.7321497267,343,2.823513113,-0.304487164,8052.9373434 +80,-1.539457899,0.7305333307,343,2.823513113,-0.304487164,8041.1613017 +81,-1.537453161,0.7305750503,343,2.823513113,-0.304487164,8047.0764166 +82,-1.535479385,0.7306124949,343,2.823513113,-0.304487164,8052.8997303 +83,-1.53946905,0.7290102593,343,2.823513113,-0.304487164,8041.0899592 +84,-1.537459922,0.7290417293,343,2.823513113,-0.304487164,8047.0259871 +85,-1.535451349,0.7290890157,343,2.823513113,-0.304487164,8052.9603351 +86,-1.535522937,0.7279887191,343,2.823513113,-0.304487164,8052.7298471 +87,-1.539442524,0.7274735939,343,2.823513113,-0.304487164,8041.1250349 +88,-1.537424111,0.727521351,343,2.823513113,-0.304487164,8047.0971274 +89,-1.539384641,0.7259505092,343,2.823513113,-0.304487164,8041.2490272 +90,-1.537372391,0.7259947145,343,2.823513113,-0.304487164,8047.2109649 +91,-1.535340789,0.7260435356,343,2.823513113,-0.304487164,8053.2299083 +92,-1.539325716,0.7244369706,343,2.823513113,-0.304487164,8041.3723666 +93,-1.537308932,0.7244801057,343,2.823513113,-0.304487164,8047.3558106 +94,-1.535289068,0.7245247645,343,2.823513113,-0.304487164,8053.3480301 +95,-1.533261366,0.7245550236,343,2.823513113,-0.304487164,8059.3627962 +96,-1.539267302,0.722921924,343,2.823513113,-0.304487164,8041.4901073 +97,-1.537248972,0.7229660258,343,2.823513113,-0.304487164,8047.486273 +98,-1.535219431,0.7229916471,343,2.823513113,-0.304487164,8053.5148304 +99,-1.53318962,0.7230212049,343,2.823513113,-0.304487164,8059.5440561 +100,-1.531154816,0.7230299897,343,2.823513113,-0.304487164,8065.5874936 +101,-1.528878341,0.7230370244,343,2.823513113,-0.304487164,8072.348604 +102,-1.539218189,0.7214009878,343,2.823513113,-0.304487164,8041.5759074 +103,-1.537198791,0.7214422745,343,2.823513113,-0.304487164,8047.5832761 +104,-1.535179266,0.7214634354,343,2.823513113,-0.304487164,8053.5900449 +105,-1.533156501,0.7214944644,343,2.823513113,-0.304487164,8059.606531 +106,-1.53113574,0.7215166021,343,2.823513113,-0.304487164,8065.6166059 +107,-1.528874248,0.7215345535,343,2.823513113,-0.304487164,8072.3423307 +108,-1.539217656,0.7198512397,343,2.823513113,-0.304487164,8041.5116272 +109,-1.537199919,0.7199428763,343,2.823513113,-0.304487164,8047.5242529 +110,-1.545425832,0.727397149,343,2.823513113,-0.304487164,8023.4219472 +111,-1.543371177,0.7273916949,343,2.823513113,-0.304487164,8029.5000741 +112,-1.541368852,0.7274523163,343,2.823513113,-0.304487164,8035.4258267 +113,-1.545349067,0.7258710923,343,2.823513113,-0.304487164,8023.5776602 +114,-1.54332671,0.7258603556,343,2.823513113,-0.304487164,8029.5680679 +115,-1.541346831,0.7259242142,343,2.823513113,-0.304487164,8035.4356523 +116,-1.545324355,0.7243383958,343,2.823513113,-0.304487164,8023.5747284 +117,-1.543292796,0.7243617413,343,2.823513113,-0.304487164,8029.6020542 +118,-1.541295822,0.7244024384,343,2.823513113,-0.304487164,8035.5273392 +119,-1.543193859,0.7205570215,343,2.823513113,-0.304487164,8029.7081146 +120,-1.550257047,0.7386738187,343,2.823513113,-0.304487164,8009.6635294 +121,-1.549335448,0.7311736483,343,2.823513113,-0.304487164,8012.0530258 +122,-1.533478843,0.7179891343,343,2.823513113,-0.304487164,8058.5450992 +123,-1.556150555,0.738907041,343,2.823513113,-0.304487164,7992.4169173 +124,-1.554324226,0.733414257,343,2.823513113,-0.304487164,7997.4780196 +125,-1.554290846,0.7288285332,343,2.823513113,-0.304487164,7997.2938869 +126,-1.55122487,0.7219795312,343,2.823513113,-0.304487164,8005.9103038 +127,-1.525104458,0.7229399862,343,2.823513113,-0.304487164,8083.5567606 +128,-1.519607711,0.7236181429,343,2.823513113,-0.304487164,8099.8737226 +129,-1.513899999,0.7251107854,343,2.823513113,-0.304487164,8116.7697498 +130,-1.536620762,0.7431061895,343,2.823513113,-0.304487164,8049.57996 +131,-1.5369566,0.7460845958,343,2.823513113,-0.304487164,8048.5689851 +132,-1.545345528,0.7447040685,343,2.823513113,-0.304487164,8024.1531844 +133,-1.532813921,0.7432306626,343,2.823513113,-0.304487164,8060.6812004 +134,-1.554788248,0.7382381001,343,2.823513113,-0.304487164,7996.3728479 +135,-1.540348126,0.7301594274,343,2.823513113,-0.304487164,8038.5250999 +136,-1.538016084,0.7239051786,343,2.823513113,-0.304487164,8045.2397258 +137,-1.525288962,0.7258085137,343,2.823513113,-0.304487164,8083.0049751 +138,-1.534326986,0.731241342,343,2.823513113,-0.304487164,8056.3052333 +139,-1.530733872,0.7303625216,343,2.823513113,-0.304487164,8066.8988512 +141,-1.534354939,0.7328219978,343,2.823513113,-0.304487164,8056.2343614 +142,-1.53157084,0.7292888153,343,2.823513113,-0.304487164,8064.4245899 +143,-1.525691035,0.7263799874,343,2.823513113,-0.304487164,8081.81164 +144,-1.534031287,0.7495967835,343,2.823513113,-0.304487164,8056.9907296 +145,-1.527714986,0.7283095957,343,2.823513113,-0.304487164,8075.8166316 +146,-1.526189586,0.7271468292,343,2.823513113,-0.304487164,8080.332466 +147,-1.555177336,0.7375563366,343,2.823513113,-0.304487164,7995.1982213 +148,-1.555080283,0.7312707794,343,2.823513113,-0.304487164,7995.1220514 +149,-1.53856994,0.7224180299,343,2.823513113,-0.304487164,8043.5428134 +150,-1.530837883,0.729933372,343,2.823513113,-0.304487164,8066.5911979 +151,-1.515066984,0.5854133365,343,2.823513113,-0.304487164,8097.4971497 +152,-1.534731633,0.5368370046,343,2.823513113,-0.304487164,8016.0738774 +153,-1.515231902,0.5607085576,343,2.823513113,-0.304487164,8090.019352 +154,-2.616253799,1.0684566605,343,2.823513113,-0.304487164,6052.9406748 +155,-1.956071439,0.5792177723,343,2.823513113,-0.304487164,6660.4916988 +156,-1.951208514,0.5602434208,343,2.823513113,-0.304487164,6654.4192263 +157,-1.944675062,0.6062144545,343,2.823513113,-0.304487164,6726.7014155 +158,-1.613778386,0.6077989518,343,2.823513113,-0.304487164,7782.7984487 +159,-2.035029014,0.6021432345,343,2.823513113,-0.304487164,6441.1305304 +160,-2.114989471,0.6801825058,343,2.823513113,-0.304487164,6310.1634689 +161,-2.037382079,0.5765830025,343,2.823513113,-0.304487164,6400.6556371 +162,-2.129855121,0.6585019963,343,2.823513113,-0.304487164,6235.3474195 +163,-2.075141798,0.6493615843,343,2.823513113,-0.304487164,6382.6695299 +164,-1.828626729,0.6948433129,343,2.823513113,-0.304487164,7165.9448741 +165,-1.863329418,0.6735427691,343,2.823513113,-0.304487164,7043.9864414 +166,-1.266037071,0.727988852,343,2.823513113,-0.304487164,8845.2480799 +167,-1.277579582,0.7249010648,343,2.823513113,-0.304487164,8813.8345934 +168,-1.258418684,0.7241194816,343,2.823513113,-0.304487164,8870.2839663 +169,-1.317813974,0.6804850104,343,2.823513113,-0.304487164,8718.7776833 +170,-1.344165204,0.6790988904,343,2.823513113,-0.304487164,8638.6106099 +171,-1.427582102,0.5277120351,343,2.823513113,-0.304487164,8377.9677437 +172,-1.402238616,0.457167829,343,2.823513113,-0.304487164,8446.9976808 +173,-1.422454264,0.4996161999,343,2.823513113,-0.304487164,8388.9335049 +174,-1.439089277,0.4894859811,343,2.823513113,-0.304487164,8328.1225235 +175,-1.448126995,0.5182330266,343,2.823513113,-0.304487164,8305.3259566 +176,-1.474626146,0.5881926574,343,2.823513113,-0.304487164,8231.279953 +177,-1.421139645,0.5584869783,343,2.823513113,-0.304487164,8404.9028345 +178,-1.457037165,0.565943032,343,2.823513113,-0.304487164,8285.8055244 +179,-2.757159358,0.3745319,343,2.823513113,-0.304487164,3829.3781892 +180,-2.714309238,0.342054471,343,2.823513113,-0.304487164,3868.2051463 +181,-2.000525337,0.774119946,343,2.823513113,-0.304487164,6752.645064 +183,-1.571413436,0.6777838382,343,2.823513113,-0.304487164,7938.6765378 +184,-1.552860289,0.6987663893,343,2.823513113,-0.304487164,7998.7882817 +185,-1.521852374,0.7165827476,343,2.823513113,-0.304487164,8093.2225174 +186,-1.503656267,0.6928968252,343,2.823513113,-0.304487164,8147.9784816 +187,-1.502753178,0.7136205882,343,2.823513113,-0.304487164,8150.389468 +188,-1.631894563,0.7343596465,343,2.823513113,-0.304487164,7769.6708442 +189,-1.653765416,0.6770714026,343,2.823513113,-0.304487164,7685.0642517 +190,-1.719812114,0.6715965947,343,2.823513113,-0.304487164,7479.6086789 +191,-1.493406659,0.6646955447,343,2.823513113,-0.304487164,8178.8856072 +192,-1.469120564,0.6613469966,343,2.823513113,-0.304487164,8254.6477167 +193,-1.590551461,0.5326612937,343,2.823513113,-0.304487164,7825.1904638 +194,-1.625979264,0.5247742243,343,2.823513113,-0.304487164,7700.905875 +195,-1.572293943,0.5238808754,343,2.823513113,-0.304487164,7882.8644228 +196,-1.610848725,0.5477107964,343,2.823513113,-0.304487164,7764.4129115 +197,-1.208485554,0.7918526018,343,2.823513113,-0.304487164,8947.051892 +198,-1.335601374,0.6869083083,343,2.823513113,-0.304487164,8661.7033496 +199,-1.346156996,0.6825213377,343,2.823513113,-0.304487164,8631.2237141 +200,-1.324381037,0.6741422347,343,2.823513113,-0.304487164,8701.3566744 +201,-1.242424992,0.7378949807,343,2.823513113,-0.304487164,8905.58156 +202,-1.270370057,0.7392461008,343,2.823513113,-0.304487164,8824.3314429 +203,-1.448950472,0.7441675014,343,2.823513113,-0.304487164,8304.8577515 +204,-1.492662363,0.7523026852,343,2.823513113,-0.304487164,8176.5104799 +205,-1.479098966,0.7763855017,343,2.823513113,-0.304487164,8210.6252989 +206,-1.633760714,0.7869022408,343,2.823513113,-0.304487164,7775.7220415 +207,-1.647406434,0.8101289331,343,2.823513113,-0.304487164,7742.1476235 +208,-1.564245052,0.5701509278,343,2.823513113,-0.304487164,7929.9748098 +209,-1.646289963,0.6833746083,343,2.823513113,-0.304487164,7710.4161861 +210,-1.5820631,0.6751952144,343,2.823513113,-0.304487164,7905.2657156 +211,-1.613236298,0.6681681791,343,2.823513113,-0.304487164,7806.9001029 +212,-1.914661867,0.8212566515,343,2.823513113,-0.304487164,7030.4180461 +213,-1.742133237,0.7250275956,343,2.823513113,-0.304487164,7442.2016953 +214,-2.033144872,0.6557314699,343,2.823513113,-0.304487164,6515.6727817 +215,-2.039551981,0.6964723658,343,2.823513113,-0.304487164,6548.9886076 +216,-1.247341019,0.7622473908,343,2.823513113,-0.304487164,8870.5730486 +217,-1.298239787,0.7084123392,343,2.823513113,-0.304487164,8763.4481875 +218,-1.308539688,0.6926545592,343,2.823513113,-0.304487164,8741.1596522 +219,-1.303263185,0.6888938396,343,2.823513113,-0.304487164,8759.0545277 +220,-1.852400229,0.6004246149,343,2.823513113,-0.304487164,7011.7920745 +221,-1.288947707,0.7473773692,343,2.823513113,-0.304487164,8765.0943592 +222,-1.372031502,0.7472790993,343,2.823513113,-0.304487164,8526.57423 +223,-1.289805721,0.7242157877,343,2.823513113,-0.304487164,8778.5605936 +224,-1.350807603,0.7533498126,343,2.823513113,-0.304487164,8584.416752 +225,-1.329290365,0.7560442322,343,2.823513113,-0.304487164,8644.2225993 +226,-1.410153004,0.616936428,343,2.823513113,-0.304487164,8443.3903296 +227,-1.393445434,0.6308995063,343,2.823513113,-0.304487164,8495.9357642 +228,-1.37595573,0.6241540638,343,2.823513113,-0.304487164,8552.8745747 +229,-1.358388707,0.6172645205,343,2.823513113,-0.304487164,8610.5095988 +230,-1.753741133,0.8281661666,343,2.823513113,-0.304487164,7461.1442848 +231,-1.47430987,0.6834615681,343,2.823513113,-0.304487164,8237.9448743 +232,-1.421012508,0.7222725206,343,2.823513113,-0.304487164,8392.6670964 +233,-1.4476833,0.6978557868,343,2.823513113,-0.304487164,8317.8287878 +234,-1.470370723,0.6966193374,343,2.823513113,-0.304487164,8249.1106761 +235,-1.429211703,0.7037216883,343,2.823513113,-0.304487164,8372.6496433 +236,-1.700578405,0.6178673663,343,2.823513113,-0.304487164,7508.9459581 +237,-1.678117619,0.6331716163,343,2.823513113,-0.304487164,7588.8470147 +238,-1.725644578,0.6316331145,343,2.823513113,-0.304487164,7437.7185272 +239,-2.14012759,0.7930497945,343,2.823513113,-0.304487164,6408.8957492 +240,-2.103289431,0.7653606263,343,2.823513113,-0.304487164,6464.9762735 +241,-1.318739838,0.7017808746,343,2.823513113,-0.304487164,8705.8097075 +242,-1.396417427,0.7077900843,343,2.823513113,-0.304487164,8470.254128 +243,-1.35650337,0.7185539404,343,2.823513113,-0.304487164,8585.227743 +244,-1.248884539,0.7274156818,343,2.823513113,-0.304487164,8895.4712135 +245,-1.395014798,0.5761185243,343,2.823513113,-0.304487164,8493.4515219 +246,-1.433377362,0.6064716109,343,2.823513113,-0.304487164,8368.1436102 +247,-1.408172432,0.5903155476,343,2.823513113,-0.304487164,8450.2346276 +248,-1.749645898,0.7757118084,343,2.823513113,-0.304487164,7447.3077949 +249,-1.571626686,0.615046989,343,2.823513113,-0.304487164,7921.5929831 +250,-1.514070049,0.6303003037,343,2.823513113,-0.304487164,8110.1081812 +251,-1.480890369,0.6237966528,343,2.823513113,-0.304487164,8215.6177099 +252,-1.704390658,0.5281680612,343,2.823513113,-0.304487164,7438.1242195 +253,-1.64434733,0.5254277498,343,2.823513113,-0.304487164,7639.0435944 +254,-1.703855997,0.4792484842,343,2.823513113,-0.304487164,7403.8198279 +255,-1.692002383,0.5748825051,343,2.823513113,-0.304487164,7510.570882 +256,-1.854136457,0.5544643913,343,2.823513113,-0.304487164,6963.0414535 +257,-1.665021206,0.520317736,343,2.823513113,-0.304487164,7565.7828824 +258,-1.733654349,0.4845187345,343,2.823513113,-0.304487164,7305.4719388 +259,-1.720938188,0.5135933906,343,2.823513113,-0.304487164,7371.574589 +260,-1.742668307,0.553296122,343,2.823513113,-0.304487164,7328.6894036 +261,-1.965659039,0.7142126903,343,2.823513113,-0.304487164,6782.6266647 +262,-1.944438071,0.6772834804,343,2.823513113,-0.304487164,6804.6880292 +263,-1.270340967,0.7681487096,343,2.823513113,-0.304487164,8801.3413296 +264,-1.353091884,0.6549276821,343,2.823513113,-0.304487164,8618.8604099 +265,-1.333236659,0.6413584414,343,2.823513113,-0.304487164,8685.3267583 +266,-1.352015998,0.6753788907,343,2.823513113,-0.304487164,8615.8055648 +267,-1.377988483,0.6577816235,343,2.823513113,-0.304487164,8540.1690906 +268,-2.13075611,0.8318642051,343,2.823513113,-0.304487164,6490.328981 +269,-2.097910953,0.8259670014,343,2.823513113,-0.304487164,6563.879612 +270,-1.416382069,0.6694271549,343,2.823513113,-0.304487164,8418.2533265 +271,-1.538905672,0.7535625993,343,2.823513113,-0.304487164,8042.7832265 +272,-1.572309477,0.7803125099,343,2.823513113,-0.304487164,7947.4403733 +273,-1.87759879,0.7503853417,343,2.823513113,-0.304487164,7069.3388538 +274,1.152365588,0.590457682,343,2.823513113,-0.304487164,7207.6849501 +275,0.350198001,0.718001859,343,2.823513113,-0.304487164,9648.5985649 +276,0.046513677,0.491503852,343,2.823513113,-0.304487164,10923.938051 +277,0.027510309,0.742571376,343,2.823513113,-0.304487164,10353.970682 +278,0.306285725,-0.214631579,343,2.823513113,-0.304487164,9251.3334706 +279,-1.100564889,0.318051531,343,2.823513113,-0.304487164,9500.3736015 +280,-1.078582306,0.301437596,343,2.823513113,-0.304487164,9575.1704584 +281,-1.137371989,-0.617634065,343,2.823513113,-0.304487164,7669.5195642 +282,0.784356344,0.703272339,343,2.823513113,-0.304487164,8398.9759169 +283,-1.221209947,0.218327455,343,2.823513113,-0.304487164,8981.0297256 +284,2.347301921,-0.449114658,343,2.823513113,-0.304487164,1840.8021806 +285,0.246820618,0.830553713,343,2.823513113,-0.304487164,9671.0430296 +286,0.829414965,0.703288228,343,2.823513113,-0.304487164,8262.9776179 +287,-1.337537566,0.42332223,343,2.823513113,-0.304487164,8666.7664972 +288,0.882453706,0.454478077,343,2.823513113,-0.304487164,8034.4264143 +289,1.575629659,0.416419109,343,2.823513113,-0.304487164,5603.0960557 +290,-1.039455679,0.229888244,343,2.823513113,-0.304487164,9677.2083958 +291,0.489558039,0.934482747,343,2.823513113,-0.304487164,8936.757254 +292,0.081344504,0.88384514,343,2.823513113,-0.304487164,9824.4163061 +293,-1.547979814,0.300350308,343,2.823513113,-0.304487164,7823.3449789 +294,0.040776181,0.168560074,343,2.823513113,-0.304487164,10962.363677 +295,-1.130374745,0.563894876,343,2.823513113,-0.304487164,9376.4579647 +296,1.578326642,0.478507176,343,2.823513113,-0.304487164,5694.1446602 +297,-1.12861823,-0.291640865,343,2.823513113,-0.304487164,8497.6770507 +298,0.310524208,0.770885792,343,2.823513113,-0.304487164,9656.1008578 +299,0.415649091,-0.387246002,343,2.823513113,-0.304487164,8494.7959872 +300,-0.926533878,-0.188022748,343,2.823513113,-0.304487164,9365.7787729 +301,1.258856172,-0.11716081,343,2.823513113,-0.304487164,6060.0257351 +302,-1.126050026,0.322941926,343,2.823513113,-0.304487164,9407.2254936 +303,2.002785835,0.07893892,343,2.823513113,-0.304487164,3549.426093 +304,0.440437607,0.746258085,343,2.823513113,-0.304487164,9360.2205447 +305,-0.030391866,0.214441206,343,2.823513113,-0.304487164,11286.817488 +306,0.521557815,-0.058929362,343,2.823513113,-0.304487164,8862.0117041 +307,-0.097005111,0.13317729,343,2.823513113,-0.304487164,11353.474704 +308,1.83113859,0.221857587,343,2.823513113,-0.304487164,4404.9261013 +309,0.222428864,0.099404236,343,2.823513113,-0.304487164,10199.465355 +310,-1.702731345,0.8728568183,343,2.823513113,-0.304487164,7609.3953652 +311,-0.418507569,0.278324921,343,2.823513113,-0.304487164,12049.009132 +312,-1.41153306,0.339029988,343,2.823513113,-0.304487164,8355.8318365 +313,0.357560442,0.114788776,343,2.823513113,-0.304487164,9727.021676 +314,0.325818979,0.268352149,343,2.823513113,-0.304487164,9996.7548956 +315,-1.246004659,-0.663679965,343,2.823513113,-0.304487164,7287.704025 +316,1.814603087,0.637404484,343,2.823513113,-0.304487164,5302.4384713 +317,1.843704281,-0.18300445,343,2.823513113,-0.304487164,3784.5684503 +318,1.690644492,-0.211480909,343,2.823513113,-0.304487164,4335.3841228 +319,-1.275451936,0.068109467,343,2.823513113,-0.304487164,8616.2032331 +320,0.762430171,-0.207594741,343,2.823513113,-0.304487164,7756.4145312 +321,0.265668905,-0.014647884,343,2.823513113,-0.304487164,9839.6298911 +322,-2.773032013,-0.335515811,343,2.823513113,-0.304487164,2579.2646722 +323,-1.469512853,0.174058777,343,2.823513113,-0.304487164,8002.3257973 +324,0.286276986,0.785925691,343,2.823513113,-0.304487164,9683.8432318 +325,-1.379324697,0.377432233,343,2.823513113,-0.304487164,8495.9468427 +326,-1.203778265,0.212813032,343,2.823513113,-0.304487164,9042.1425838 +327,0.579916301,0.611743168,343,2.823513113,-0.304487164,9071.1489868 +328,0.267582642,0.868113908,343,2.823513113,-0.304487164,9536.909258 +329,0.412869244,-0.050245578,343,2.823513113,-0.304487164,9261.9965428 +330,0.17524381,0.976660285,343,2.823513113,-0.304487164,9398.9030735 +331,0.743157214,0.204812899,343,2.823513113,-0.304487164,8372.2703768 +332,-1.070758176,0.269382282,343,2.823513113,-0.304487164,9586.8804956 +333,-1.230364251,0.329790229,343,2.823513113,-0.304487164,9021.6500126 +334,-1.374813124,-0.024926835,343,2.823513113,-0.304487164,8121.8780075 +335,0.519780566,0.463669906,343,2.823513113,-0.304487164,9320.9343858 +336,-1.55108034,0.239698561,343,2.823513113,-0.304487164,7758.6332143 +337,0.180294813,0.029739425,343,2.823513113,-0.304487164,10220.071988 +338,0.67820924,0.268170153,343,2.823513113,-0.304487164,8669.4660805 +339,0.445798684,1.024001867,343,2.823513113,-0.304487164,8842.1542786 +340,0.691751283,0.150521402,343,2.823513113,-0.304487164,8513.2759752 +341,-1.036643551,-0.903056181,343,2.823513113,-0.304487164,7056.974738 +342,-0.120287036,1.083325163,343,2.823513113,-0.304487164,9310.04782 +343,2.823513113,-0.304487164,343,2.823513113,-0.304487164,0 +344,0.457583172,1.12513373,343,2.823513113,-0.304487164,8596.0154423 +345,0.042918831,0.813795399,343,2.823513113,-0.304487164,10106.239846 +346,1.196146777,-0.853142756,343,2.823513113,-0.304487164,5463.1726476 +347,0.206001358,-0.010430701,343,2.823513113,-0.304487164,10049.427258 +348,-0.268308653,0.234799412,343,2.823513113,-0.304487164,12108.761912 +349,0.759363263,0.736189579,343,2.823513113,-0.304487164,8463.1267377 +350,0.181363926,0.891988372,343,2.823513113,-0.304487164,9636.4036 +351,-0.021111158,0.139103292,343,2.823513113,-0.304487164,11124.037262 +352,-0.093355215,0.630686981,343,2.823513113,-0.304487164,10930.458608 +353,0.40118964,0.681375926,343,2.823513113,-0.304487164,9558.798412 +354,-0.721197315,1.304706234,343,2.823513113,-0.304487164,8388.0435436 +355,-1.076150317,0.212107639,343,2.823513113,-0.304487164,9523.7811092 +356,-1.577164531,0.273993443,343,2.823513113,-0.304487164,7692.4733425 +357,-0.190788414,0.182208586,343,2.823513113,-0.304487164,11755.607107 +358,-0.261349752,0.209710184,343,2.823513113,-0.304487164,12010.121887 +359,-1.029303852,0.083549259,343,2.823513113,-0.304487164,9552.555257 +360,-1.268609162,0.330525297,343,2.823513113,-0.304487164,8879.9026917 +361,1.282982244,-0.926641967,343,2.823513113,-0.304487164,5192.1402201 +362,0.217352334,0.731352408,343,2.823513113,-0.304487164,9967.7784561 +363,-1.511833084,0.258629297,343,2.823513113,-0.304487164,7922.3705126 +364,0.338812194,0.823184618,343,2.823513113,-0.304487164,9483.551061 +365,-0.324406489,1.134201999,343,2.823513113,-0.304487164,9157.3046885 +366,1.389579348,0.399185724,343,2.823513113,-0.304487164,6208.448744 +367,2.047152199,-0.039082036,343,2.823513113,-0.304487164,3195.5659588 +368,0.947780369,0.568250077,343,2.823513113,-0.304487164,7863.8396803 +369,0.763824846,0.576754987,343,2.823513113,-0.304487164,8476.9677892 +370,-0.142334657,0.928153068,343,2.823513113,-0.304487164,9914.3877151 +371,0.610266567,0.547265983,343,2.823513113,-0.304487164,8994.1223941 +372,0.210731629,0.746815056,343,2.823513113,-0.304487164,9949.103076 +373,-1.34931644,0.316895224,343,2.823513113,-0.304487164,8572.2015923 +374,2.407696481,0.655030745,343,2.823513113,-0.304487164,4104.6045893 +375,0.64207831,0.545359131,343,2.823513113,-0.304487164,8886.9019697 +376,1.174597538,0.840588356,343,2.823513113,-0.304487164,7317.2824083 +377,0.660059424,0.010604079,343,2.823513113,-0.304487164,8462.7359346 +378,-0.730263819,0.010486456,343,2.823513113,-0.304487164,10460.165984 +379,0.831068936,0.512339172,343,2.823513113,-0.304487164,8237.9431323 +380,1.301180979,0.72367476,343,2.823513113,-0.304487164,6873.9911935 +381,1.811128231,0.322854402,343,2.823513113,-0.304487164,4659.803589 +382,0.435105812,0.992284428,343,2.823513113,-0.304487164,8929.4857912 +383,0.62643634,0.592027932,343,2.823513113,-0.304487164,8928.2540417 +384,0.492988703,-0.516339467,343,2.823513113,-0.304487164,7953.5357328 +385,-0.162469483,0.112549365,343,2.823513113,-0.304487164,11474.138537 +386,0.314630866,0.472006421,343,2.823513113,-0.304487164,10040.649487 +387,0.166744804,0.822815954,343,2.823513113,-0.304487164,9854.7449039 +388,0.417159608,0.965805736,343,2.823513113,-0.304487164,9019.5374534 +389,0.106334961,0.868774244,343,2.823513113,-0.304487164,9831.6640146 +390,0.815086969,-0.338144359,343,2.823513113,-0.304487164,7354.0761181 +391,0.59867455,-0.230624824,343,2.823513113,-0.304487164,8279.9798044 +392,1.915104874,0.066220985,343,2.823513113,-0.304487164,3840.7878236 +393,1.278093622,0.064463721,343,2.823513113,-0.304487164,6202.7388822 +394,-0.061477853,0.302997961,343,2.823513113,-0.304487164,11474.197739 +395,0.251311504,0.626976942,343,2.823513113,-0.304487164,10075.871816 +396,2.950242872,0.149095644,343,2.823513113,-0.304487164,1863.8646745 +397,-0.180294708,0.35375117,343,2.823513113,-0.304487164,11891.847628 +398,1.010448592,-0.351180233,343,2.823513113,-0.304487164,6665.5594396 +399,-1.748740498,0.3686318073,343,2.823513113,-0.304487164,7150.6766184 +400,2.699635665,0.123533791,343,2.823513113,-0.304487164,1763.3487349 +401,0.496808033,0.823843254,343,2.823513113,-0.304487164,9101.3336366 +402,0.129574704,0.763364087,343,2.823513113,-0.304487164,10090.474972 +403,1.798920311,0.817447563,343,2.823513113,-0.304487164,5744.1686907 +404,0.335987953,0.746786541,343,2.823513113,-0.304487164,9637.1009219 +405,-1.085413643,0.292154671,343,2.823513113,-0.304487164,9544.7993707 +406,-0.155321003,0.508207011,343,2.823513113,-0.304487164,11443.938356 +407,0.620529244,-0.301175104,343,2.823513113,-0.304487164,8068.212337 +408,1.684402744,0.368716966,343,2.823513113,-0.304487164,5162.5488998 +409,0.300582244,-0.386397212,343,2.823513113,-0.304487164,8805.1080602 +410,2.913555946,-0.009225192,343,2.823513113,-0.304487164,1221.0386357 +411,1.465101417,0.493232532,343,2.823513113,-0.304487164,6082.5622425 +412,0.090612882,0.907955955,343,2.823513113,-0.304487164,9734.3477541 +413,2.987564726,-0.729568594,343,2.823513113,-0.304487164,1773.2335188 +414,-1.484261606,0.224149272,343,2.823513113,-0.304487164,7994.8555988 +415,0.164073421,0.303955133,343,2.823513113,-0.304487164,10623.354244 +416,0.141441293,0.167552546,343,2.823513113,-0.304487164,10595.283876 +417,2.931321023,-0.506718887,343,2.823513113,-0.304487164,891.50840013 +418,2.21951565,0.700596356,343,2.823513113,-0.304487164,4561.6666872 +419,0.268112576,1.199114336,343,2.823513113,-0.304487164,8614.4989051 +420,0.978913739,0.359223811,343,2.823513113,-0.304487164,7625.1076551 +421,1.210898818,0.522863584,343,2.823513113,-0.304487164,6955.9933841 +422,2.347397336,0.129231362,343,2.823513113,-0.304487164,2534.4022113 +423,0.614394501,0.556878345,343,2.823513113,-0.304487164,8978.0529269 +424,-1.398079356,0.148483366,343,2.823513113,-0.304487164,8246.0084314 +425,2.535303836,-0.112984496,343,2.823513113,-0.304487164,1348.316261 +426,-1.019372593,-0.405322349,343,2.823513113,-0.304487164,8536.2221243 +427,-1.297785627,-0.160104069,343,2.823513113,-0.304487164,8191.6585602 +428,2.144554488,0.205051084,343,2.823513113,-0.304487164,3335.9137995 +429,-2.242387083,-0.426171285,343,2.823513113,-0.304487164,4484.6675401 +430,0.338637212,0.909723676,343,2.823513113,-0.304487164,9296.2585524 +431,-0.148798452,0.691042401,343,2.823513113,-0.304487164,10805.829333 +432,0.893524764,0.441829531,343,2.823513113,-0.304487164,7988.4393603 +433,0.969229347,-0.368847936,343,2.823513113,-0.304487164,6781.4963442 +434,0.436043248,0.800045688,343,2.823513113,-0.304487164,9290.5258088 +435,1.687946607,1.081504775,343,2.823513113,-0.304487164,6521.585981 +436,0.522302046,-0.034889271,343,2.823513113,-0.304487164,8899.3880622 +437,-0.178996113,-0.438090009,343,2.823513113,-0.304487164,9453.9551514 +438,-1.094339566,0.301444068,343,2.823513113,-0.304487164,9516.0309408 +439,-1.064070054,0.242569932,343,2.823513113,-0.304487164,9593.9010047 +440,-1.068153768,0.230387998,343,2.823513113,-0.304487164,9569.1602955 +441,-3.00496892,-0.23989155,343,2.823513113,-0.304487164,1752.080176 +442,0.21751974,0.766874888,343,2.823513113,-0.304487164,9886.9641811 +443,0.117229532,0.007619006,343,2.823513113,-0.304487164,10379.910384 +444,0.777758451,0.420554741,343,2.823513113,-0.304487164,8391.0198448 +445,-0.252356999,0.250747086,343,2.823513113,-0.304487164,12115.259643 +446,0.363148444,0.768483434,343,2.823513113,-0.304487164,9528.6700236 +447,0.903191366,-0.118210676,343,2.823513113,-0.304487164,7383.4748815 +448,-0.205755923,0.149406178,343,2.823513113,-0.304487164,11692.307196 +449,1.811996086,0.02364353,343,2.823513113,-0.304487164,4152.7951779 +450,-1.100670221,0.314845373,343,2.823513113,-0.304487164,9498.5834739 +451,0.340078597,0.850105132,343,2.823513113,-0.304487164,9424.7055676 +452,0.258757267,0.804969236,343,2.823513113,-0.304487164,9705.2236494 +453,2.78505352,-0.155160804,343,2.823513113,-0.304487164,609.75856468 +454,0.800551619,0.105822106,343,2.823513113,-0.304487164,8053.730329 +455,0.437940882,-0.506194031,343,2.823513113,-0.304487164,8122.851921 +456,2.230431122,0.63458615,343,2.823513113,-0.304487164,4331.5646659 +457,0.527965361,0.127667701,343,2.823513113,-0.304487164,9106.0654334 +458,-0.063643205,0.702093448,343,2.823513113,-0.304487164,10644.116937 +459,1.408447268,0.133010502,343,2.823513113,-0.304487164,5797.6800895 +460,0.523795955,0.280266966,343,2.823513113,-0.304487164,9257.7254 +461,-0.975769313,0.072177659,343,2.823513113,-0.304487164,9732.0542172 +462,0.549774164,-0.463663986,343,2.823513113,-0.304487164,7928.0428375 +463,0.29245874,1.095549818,343,2.823513113,-0.304487164,8892.2141519 +464,0.143625958,0.816809593,343,2.823513113,-0.304487164,9916.3342227 +465,0.671902494,0.611159853,343,2.823513113,-0.304487164,8774.5058261 +466,1.239840988,0.6724199,343,2.823513113,-0.304487164,7004.7588906 +467,0.607829703,-0.10932137,343,2.823513113,-0.304487164,8468.8478648 +468,1.763020906,0.263996692,343,2.823513113,-0.304487164,4713.8463331 +469,0.378714634,0.726066797,343,2.823513113,-0.304487164,9558.1423896 +470,2.196736143,-0.153862366,343,2.823513113,-0.304487164,2485.6123213 +471,0.01702415,0.148991565,343,2.823513113,-0.304487164,11012.958605 +472,-2.998490902,-0.158002487,343,2.823513113,-0.304487164,1867.8127431 +473,-3.051262951,-0.346595608,343,2.823513113,-0.304487164,1540.5404336 +474,-1.069176439,0.182802941,343,2.823513113,-0.304487164,9522.8921258 +475,0.167157509,0.595344954,343,2.823513113,-0.304487164,10376.170429 +476,0.613855648,0.681746124,343,2.823513113,-0.304487164,8924.7240832 +477,1.037012736,0.682555367,343,2.823513113,-0.304487164,7627.9236068 +478,-1.253574971,0.379755746,343,2.823513113,-0.304487164,8957.0065668 +479,3.108590453,-0.132620738,343,2.823513113,-0.304487164,1294.1167455 +480,0.565301296,0.022333262,343,2.823513113,-0.304487164,8830.0738709 +481,0.547898238,0.855555614,343,2.823513113,-0.304487164,8930.1199419 +482,0.948309381,0.417393755,343,2.823513113,-0.304487164,7778.4477543 +483,-0.050600732,0.945269213,343,2.823513113,-0.304487164,9776.8881915 +484,-0.977651478,-0.572363064,343,2.823513113,-0.304487164,8166.1517773 +485,1.102014914,0.728861163,343,2.823513113,-0.304487164,7455.8838246 +486,2.927300795,-0.282939414,343,2.823513113,-0.304487164,402.62374263 +487,-1.154565557,0.124434095,343,2.823513113,-0.304487164,9138.2399469 +488,1.855331234,0.291044755,343,2.823513113,-0.304487164,4452.7026487 +489,0.830290659,0.276904518,343,2.823513113,-0.304487164,8107.136044 +490,0.485104466,-0.234867441,343,2.823513113,-0.304487164,8646.1242048 +491,0.521367572,-0.33161327,343,2.823513113,-0.304487164,8318.0389174 +1,-1.539031704,0.7349710123,344,0.457583172,1.12513373,4270.4656472 +2,-1.536990553,0.7349663874,344,0.457583172,1.12513373,4267.8079732 +3,-1.534951779,0.7349571355,344,0.457583172,1.12513373,4265.1663709 +4,-1.532906461,0.7349480293,344,0.457583172,1.12513373,4262.51221 +5,-1.531320211,0.7346937278,344,0.457583172,1.12513373,4261.3270869 +6,-1.539451648,0.7335131775,344,0.457583172,1.12513373,4276.185812 +7,-1.537429487,0.7335445708,344,0.457583172,1.12513373,4273.4243917 +8,-1.535484998,0.7335658704,344,0.457583172,1.12513373,4270.7974294 +9,-1.533488396,0.7336036027,344,0.457583172,1.12513373,4268.0406616 +10,-1.531497785,0.7335842962,344,0.457583172,1.12513373,4265.4906484 +11,-1.530259379,0.7334777758,344,0.457583172,1.12513373,4264.2373026 +12,-1.5335454,0.7322346912,344,0.457583172,1.12513373,4272.9669437 +13,-1.531489083,0.7322238773,344,0.457583172,1.12513373,4270.2989095 +14,-1.530011122,0.7321679851,344,0.457583172,1.12513373,4268.5495787 +15,-1.53348106,0.7306614094,344,0.457583172,1.12513373,4278.458866 +16,-1.531441779,0.7306962275,344,0.457583172,1.12513373,4275.6496912 +17,-1.529755654,0.7306933243,344,0.457583172,1.12513373,4273.4367596 +18,-1.533415048,0.7291384674,344,0.457583172,1.12513373,4283.7710356 +19,-1.531392093,0.7291705353,344,0.457583172,1.12513373,4280.9913 +20,-1.529296523,0.7291214933,344,0.457583172,1.12513373,4278.399787 +21,-1.535280942,0.727267644,344,0.457583172,1.12513373,4292.8627284 +22,-1.533378158,0.7276139666,344,0.457583172,1.12513373,4289.1279721 +23,-1.531340368,0.7276446587,344,0.457583172,1.12513373,4286.3317669 +24,-1.528960113,0.7276398177,344,0.457583172,1.12513373,4283.2056094 +25,-1.533313146,0.7260818349,344,0.457583172,1.12513373,4294.4757941 +26,-1.531259555,0.7260958115,344,0.457583172,1.12513373,4291.716153 +27,-1.528926415,0.7260865555,344,0.457583172,1.12513373,4288.6657811 +28,-1.531226779,0.7245511789,344,0.457583172,1.12513373,4297.1499301 +29,-1.528904772,0.7245519194,344,0.457583172,1.12513373,4294.0768305 +30,-1.547195875,0.7409785979,344,0.457583172,1.12513373,4259.8036483 +31,-1.5451475,0.740980426,344,0.457583172,1.12513373,4257.1343344 +32,-1.543097679,0.7409798872,344,0.457583172,1.12513373,4254.4680479 +33,-1.540720364,0.7409892687,344,0.457583172,1.12513373,4251.3359427 +34,-1.547188511,0.7395198392,344,0.457583172,1.12513373,4264.970378 +35,-1.545148587,0.7395226109,344,0.457583172,1.12513373,4262.3070318 +36,-1.543104538,0.7395314908,344,0.457583172,1.12513373,4259.6131978 +37,-1.540727751,0.7395306258,344,0.457583172,1.12513373,4256.5161903 +38,-1.547187029,0.7380014886,344,0.457583172,1.12513373,4270.357156 +39,-1.545147315,0.7380012252,344,0.457583172,1.12513373,4267.703121 +40,-1.54310719,0.7380060743,344,0.457583172,1.12513373,4265.0269591 +41,-1.540719671,0.7380068206,344,0.457583172,1.12513373,4261.9082045 +42,-1.547187189,0.7364799098,344,0.457583172,1.12513373,4275.7584936 +43,-1.545149996,0.7364853874,344,0.457583172,1.12513373,4273.0856438 +44,-1.543106091,0.7364823484,344,0.457583172,1.12513373,4270.4308143 +45,-1.540717158,0.7364893901,344,0.457583172,1.12513373,4267.2858591 +46,-1.538663972,0.7410138672,344,0.457583172,1.12513373,4248.5644944 +47,-1.53695285,0.7409699132,344,0.457583172,1.12513373,4246.4839626 +48,-1.534910498,0.7409641297,344,0.457583172,1.12513373,4243.83212 +49,-1.533145034,0.7409536636,344,0.457583172,1.12513373,4241.5563697 +50,-1.538681336,0.7395405883,344,0.457583172,1.12513373,4253.8079709 +51,-1.536999189,0.7395183096,344,0.457583172,1.12513373,4251.6871984 +52,-1.534923633,0.7395144222,344,0.457583172,1.12513373,4248.9835649 +53,-1.533267822,0.7395654306,344,0.457583172,1.12513373,4246.6325437 +54,-1.53867273,0.7380151077,344,0.457583172,1.12513373,4259.2034767 +55,-1.536980576,0.7379994392,344,0.457583172,1.12513373,4257.0447498 +56,-1.534931522,0.7379944961,344,0.457583172,1.12513373,4254.3778126 +57,-1.533387952,0.7379480264,344,0.457583172,1.12513373,4252.5178891 +58,-1.538682279,0.7364914363,344,0.457583172,1.12513373,4264.6173054 +59,-1.536980704,0.7364810563,344,0.457583172,1.12513373,4262.4260812 +60,-1.534935567,0.7364752065,344,0.457583172,1.12513373,4259.7657693 +61,-1.533042592,0.7363876366,344,0.457583172,1.12513373,4257.5913165 +62,-1.545143426,0.7349628011,344,0.457583172,1.12513373,4278.4810228 +63,-1.543105297,0.7349691947,344,0.457583172,1.12513373,4275.7985295 +64,-1.541064533,0.7349647152,344,0.457583172,1.12513373,4273.1477294 +65,-1.545411803,0.7334624714,344,0.457583172,1.12513373,4284.1571215 +66,-1.543446606,0.7334780896,344,0.457583172,1.12513373,4281.5359244 +67,-1.541475327,0.7334957295,344,0.457583172,1.12513373,4278.8964316 +68,-1.545401939,0.731963266,344,0.457583172,1.12513373,4289.4673016 +69,-1.54342253,0.7319915583,344,0.457583172,1.12513373,4286.7808823 +70,-1.541455867,0.7320216438,344,0.457583172,1.12513373,4284.101595 +71,-1.545410146,0.7304422281,344,0.457583172,1.12513373,4294.8795404 +72,-1.543435491,0.7304713664,344,0.457583172,1.12513373,4292.1946719 +73,-1.541463105,0.7304997613,344,0.457583172,1.12513373,4289.5122445 +74,-1.545414768,0.7289194936,344,0.457583172,1.12513373,4300.2940819 +75,-1.543435774,0.7289538557,344,0.457583172,1.12513373,4297.5833203 +76,-1.541457714,0.7289765881,344,0.457583172,1.12513373,4294.9118954 +77,-1.539449415,0.7320555866,344,0.457583172,1.12513373,4281.353346 +78,-1.537429183,0.7321097681,344,0.457583172,1.12513373,4278.5119891 +79,-1.535472649,0.7321497267,344,0.457583172,1.12513373,4275.8014959 +80,-1.539457899,0.7305333307,344,0.457583172,1.12513373,4286.765261 +81,-1.537453161,0.7305750503,344,0.457583172,1.12513373,4283.9867349 +82,-1.535479385,0.7306124949,344,0.457583172,1.12513373,4281.2608481 +83,-1.53946905,0.7290102593,344,0.457583172,1.12513373,4292.1845469 +84,-1.537459922,0.7290417293,344,0.457583172,1.12513373,4289.4349293 +85,-1.535451349,0.7290890157,344,0.457583172,1.12513373,4286.6266893 +86,-1.535522937,0.7279887191,344,0.457583172,1.12513373,4290.6234705 +87,-1.539442524,0.7274735939,344,0.457583172,1.12513373,4297.6035934 +88,-1.537424111,0.727521351,344,0.457583172,1.12513373,4294.7822208 +89,-1.539384641,0.7259505092,344,0.457583172,1.12513373,4302.934156 +90,-1.537372391,0.7259947145,344,0.457583172,1.12513373,4300.1316883 +91,-1.535340789,0.7260435356,344,0.457583172,1.12513373,4297.2841149 +92,-1.539325716,0.7244369706,344,0.457583172,1.12513373,4308.2303045 +93,-1.537308932,0.7244801057,344,0.457583172,1.12513373,4305.4238819 +94,-1.535289068,0.7245247645,344,0.457583172,1.12513373,4302.6047356 +95,-1.533261366,0.7245550236,344,0.457583172,1.12513373,4299.8230663 +96,-1.539267302,0.722921924,344,0.457583172,1.12513373,4313.5333169 +97,-1.537248972,0.7229660258,344,0.457583172,1.12513373,4310.7196396 +98,-1.535219431,0.7229916471,344,0.457583172,1.12513373,4307.9535016 +99,-1.53318962,0.7230212049,344,0.457583172,1.12513373,4305.1697105 +100,-1.531154816,0.7230299897,344,0.457583172,1.12513373,4302.4496769 +101,-1.528878341,0.7230370244,344,0.457583172,1.12513373,4299.4124927 +102,-1.539218189,0.7214009878,344,0.457583172,1.12513373,4318.8703269 +103,-1.537198791,0.7214422745,344,0.457583172,1.12513373,4316.0634604 +104,-1.535179266,0.7214634354,344,0.457583172,1.12513373,4313.3245963 +105,-1.533156501,0.7214944644,344,0.457583172,1.12513373,4310.5431271 +106,-1.53113574,0.7215166021,344,0.457583172,1.12513373,4307.7925584 +107,-1.528874248,0.7215345535,344,0.457583172,1.12513373,4304.7346044 +108,-1.539217656,0.7198512397,344,0.457583172,1.12513373,4324.3745389 +109,-1.537199919,0.7199428763,344,0.457583172,1.12513373,4321.3893317 +110,-1.545425832,0.727397149,344,0.457583172,1.12513373,4305.7166227 +111,-1.543371177,0.7273916949,344,0.457583172,1.12513373,4303.0465178 +112,-1.541368852,0.7274523163,344,0.457583172,1.12513373,4300.20693 +113,-1.545349067,0.7258710923,344,0.457583172,1.12513373,4311.0383474 +114,-1.54332671,0.7258603556,344,0.457583172,1.12513373,4308.4274977 +115,-1.541346831,0.7259242142,344,0.457583172,1.12513373,4305.6040819 +116,-1.545324355,0.7243383958,344,0.457583172,1.12513373,4316.4526645 +117,-1.543292796,0.7243617413,344,0.457583172,1.12513373,4313.706929 +118,-1.541295822,0.7244024384,344,0.457583172,1.12513373,4310.9416145 +119,-1.543193859,0.7205570215,344,0.457583172,1.12513373,4327.0974426 +120,-1.550257047,0.7386738187,344,0.457583172,1.12513373,4271.9592749 +121,-1.549335448,0.7311736483,344,0.457583172,1.12513373,4297.4022351 +122,-1.533478843,0.7179891343,344,0.457583172,1.12513373,4323.410814 +123,-1.556150555,0.738907041,344,0.457583172,1.12513373,4278.7648073 +124,-1.554324226,0.733414257,344,0.457583172,1.12513373,4295.9242628 +125,-1.554290846,0.7288285332,344,0.457583172,1.12513373,4312.1884245 +126,-1.55122487,0.7219795312,344,0.457583172,1.12513373,4332.5591079 +127,-1.525104458,0.7229399862,344,0.457583172,1.12513373,4294.7534115 +128,-1.519607711,0.7236181429,344,0.457583172,1.12513373,4285.0445252 +129,-1.513899999,0.7251107854,344,0.457583172,1.12513373,4272.1530411 +130,-1.536620762,0.7431061895,344,0.457583172,1.12513373,4238.4835291 +131,-1.5369566,0.7460845958,344,0.457583172,1.12513373,4228.3763175 +132,-1.545345528,0.7447040685,344,0.457583172,1.12513373,4244.1867956 +133,-1.532813921,0.7432306626,344,0.457583172,1.12513373,4233.0626762 +134,-1.554788248,0.7382381001,344,0.457583172,1.12513373,4279.3798391 +135,-1.540348126,0.7301594274,344,0.457583172,1.12513373,4289.2592177 +136,-1.538016084,0.7239051786,344,0.457583172,1.12513373,4308.3955985 +137,-1.525288962,0.7258085137,344,0.457583172,1.12513373,4284.835016 +138,-1.534326986,0.731241342,344,0.457583172,1.12513373,4277.5159891 +139,-1.530733872,0.7303625216,344,0.457583172,1.12513373,4275.8990309 +141,-1.534354939,0.7328219978,344,0.457583172,1.12513373,4271.9496941 +142,-1.53157084,0.7292888153,344,0.457583172,1.12513373,4280.8077706 +143,-1.525691035,0.7263799874,344,0.457583172,1.12513373,4283.3434612 +144,-1.534031287,0.7495967835,344,0.457583172,1.12513373,4212.130815 +145,-1.527714986,0.7283095957,344,0.457583172,1.12513373,4279.1865587 +146,-1.526189586,0.7271468292,344,0.457583172,1.12513373,4281.287353 +147,-1.555177336,0.7375563366,344,0.457583172,1.12513373,4282.3062726 +148,-1.555080283,0.7312707794,344,0.457583172,1.12513373,4304.5272976 +149,-1.53856994,0.7224180299,344,0.457583172,1.12513373,4314.4049317 +150,-1.530837883,0.729933372,344,0.457583172,1.12513373,4277.5569233 +151,-1.515066984,0.5854133365,344,0.457583172,1.12513373,4771.4838027 +152,-1.534731633,0.5368370046,344,0.457583172,1.12513373,4973.8121295 +153,-1.515231902,0.5607085576,344,0.457583172,1.12513373,4860.3817692 +154,-2.616253799,1.0684566605,344,0.457583172,1.12513373,3752.7141714 +155,-1.956071439,0.5792177723,344,0.457583172,1.12513373,5324.6673776 +156,-1.951208514,0.5602434208,344,0.457583172,1.12513373,5391.7129088 +157,-1.944675062,0.6062144545,344,0.457583172,1.12513373,5211.4385727 +158,-1.613778386,0.6077989518,344,0.457583172,1.12513373,4824.7641863 +159,-2.035029014,0.6021432345,344,0.457583172,1.12513373,5310.5439263 +160,-2.114989471,0.6801825058,344,0.457583172,1.12513373,5076.4162273 +161,-2.037382079,0.5765830025,344,0.457583172,1.12513373,5410.1932886 +162,-2.129855121,0.6585019963,344,0.457583172,1.12513373,5170.8313844 +163,-2.075141798,0.6493615843,344,0.457583172,1.12513373,5163.7181373 +164,-1.828626729,0.6948433129,344,0.457583172,1.12513373,4760.931957 +165,-1.863329418,0.6735427691,344,0.457583172,1.12513373,4876.6140412 +166,-1.266037071,0.727988852,344,0.457583172,1.12513373,3908.5648014 +167,-1.277579582,0.7249010648,344,0.457583172,1.12513373,3936.4897933 +168,-1.258418684,0.7241194816,344,0.457583172,1.12513373,3910.2110903 +169,-1.317813974,0.6804850104,344,0.457583172,1.12513373,4149.5835983 +170,-1.344165204,0.6790988904,344,0.457583172,1.12513373,4193.700669 +171,-1.427582102,0.5277120351,344,0.457583172,1.12513373,4851.0879739 +172,-1.402238616,0.457167829,344,0.457583172,1.12513373,5064.5512188 +173,-1.422454264,0.4996161999,344,0.457583172,1.12513373,4943.6468079 +174,-1.439089277,0.4894859811,344,0.457583172,1.12513373,5004.8386909 +175,-1.448126995,0.5182330266,344,0.457583172,1.12513373,4915.4604723 +176,-1.474626146,0.5881926574,344,0.457583172,1.12513373,4704.2076347 +177,-1.421139645,0.5584869783,344,0.457583172,1.12513373,4731.9605819 +178,-1.457037165,0.565943032,344,0.457583172,1.12513373,4758.1676522 +179,-2.757159358,0.3745319,344,0.457583172,1.12513373,6499.4127907 +180,-2.714309238,0.342054471,344,0.457583172,1.12513373,6631.573759 +181,-2.000525337,0.774119946,344,0.457583172,1.12513373,4627.2048 +183,-1.571413436,0.6777838382,344,0.457583172,1.12513373,4516.8515105 +184,-1.552860289,0.6987663893,344,0.457583172,1.12513373,4417.4134919 +185,-1.521852374,0.7165827476,344,0.457583172,1.12513373,4312.9570063 +186,-1.503656267,0.6928968252,344,0.457583172,1.12513373,4372.4003833 +187,-1.502753178,0.7136205882,344,0.457583172,1.12513373,4297.8145721 +188,-1.631894563,0.7343596465,344,0.457583172,1.12513373,4390.5865361 +189,-1.653765416,0.6770714026,344,0.457583172,1.12513373,4624.5833766 +190,-1.719812114,0.6715965947,344,0.457583172,1.12513373,4724.5424628 +191,-1.493406659,0.6646955447,344,0.457583172,1.12513373,4458.3802884 +192,-1.469120564,0.6613469966,344,0.457583172,1.12513373,4436.4199129 +193,-1.590551461,0.5326612937,344,0.457583172,1.12513373,5066.3075803 +194,-1.625979264,0.5247742243,344,0.457583172,1.12513373,5142.8578491 +195,-1.572293943,0.5238808754,344,0.457583172,1.12513373,5073.0807675 +196,-1.610848725,0.5477107964,344,0.457583172,1.12513373,5039.0682221 +197,-1.208485554,0.7918526018,344,0.457583172,1.12513373,3606.5574592 +198,-1.335601374,0.6869083083,344,0.457583172,1.12513373,4153.9045191 +199,-1.346156996,0.6825213377,344,0.457583172,1.12513373,4184.7717244 +200,-1.324381037,0.6741422347,344,0.457583172,1.12513373,4181.3906347 +201,-1.242424992,0.7378949807,344,0.457583172,1.12513373,3839.1525953 +202,-1.270370057,0.7392461008,344,0.457583172,1.12513373,3876.7845097 +203,-1.448950472,0.7441675014,344,0.457583172,1.12513373,4117.1311917 +204,-1.492662363,0.7523026852,344,0.457583172,1.12513373,4147.9361438 +205,-1.479098966,0.7763855017,344,0.457583172,1.12513373,4045.4777801 +206,-1.633760714,0.7869022408,344,0.457583172,1.12513373,4204.2871228 +207,-1.647406434,0.8101289331,344,0.457583172,1.12513373,4137.3366368 +208,-1.564245052,0.5701509278,344,0.457583172,1.12513373,4894.5885426 +209,-1.646289963,0.6833746083,344,0.457583172,1.12513373,4592.4513893 +210,-1.5820631,0.6751952144,344,0.457583172,1.12513373,4540.076377 +211,-1.613236298,0.6681681791,344,0.457583172,1.12513373,4605.685654 +212,-1.914661867,0.8212566515,344,0.457583172,1.12513373,4375.1260147 +213,-1.742133237,0.7250275956,344,0.457583172,1.12513373,4554.7303646 +214,-2.033144872,0.6557314699,344,0.457583172,1.12513373,5104.517783 +215,-2.039551981,0.6964723658,344,0.457583172,1.12513373,4954.6327852 +216,-1.247341019,0.7622473908,344,0.457583172,1.12513373,3764.2949529 +217,-1.298239787,0.7084123392,344,0.457583172,1.12513373,4023.9718536 +218,-1.308539688,0.6926545592,344,0.457583172,1.12513373,4093.6421708 +219,-1.303263185,0.6888938396,344,0.457583172,1.12513373,4098.6781394 +220,-1.852400229,0.6004246149,344,0.457583172,1.12513373,5138.1830782 +221,-1.288947707,0.7473773692,344,0.457583172,1.12513373,3876.8772013 +222,-1.372031502,0.7472790993,344,0.457583172,1.12513373,3998.394905 +223,-1.289805721,0.7242157877,344,0.457583172,1.12513373,3957.1798088 +224,-1.350807603,0.7533498126,344,0.457583172,1.12513373,3947.0325887 +225,-1.329290365,0.7560442322,344,0.457583172,1.12513373,3906.6377453 +226,-1.410153004,0.616936428,344,0.457583172,1.12513373,4508.7302623 +227,-1.393445434,0.6308995063,344,0.457583172,1.12513373,4434.9874758 +228,-1.37595573,0.6241540638,344,0.457583172,1.12513373,4432.811529 +229,-1.358388707,0.6172645205,344,0.457583172,1.12513373,4430.7365787 +230,-1.753741133,0.8281661666,344,0.457583172,1.12513373,4191.1046168 +231,-1.47430987,0.6834615681,344,0.457583172,1.12513373,4365.4560102 +232,-1.421012508,0.7222725206,344,0.457583172,1.12513373,4154.6493761 +233,-1.4476833,0.6978557868,344,0.457583172,1.12513373,4277.5999545 +234,-1.470370723,0.6966193374,344,0.457583172,1.12513373,4313.5537541 +235,-1.429211703,0.7037216883,344,0.457583172,1.12513373,4231.0428663 +236,-1.700578405,0.6178673663,344,0.457583172,1.12513373,4898.2063615 +237,-1.678117619,0.6331716163,344,0.457583172,1.12513373,4814.5364535 +238,-1.725644578,0.6316331145,344,0.457583172,1.12513373,4878.0592493 +239,-2.14012759,0.7930497945,344,0.457583172,1.12513373,4660.430197 +240,-2.103289431,0.7653606263,344,0.457583172,1.12513373,4740.9522568 +241,-1.318739838,0.7017808746,344,0.457583172,1.12513373,4077.426053 +242,-1.396417427,0.7077900843,344,0.457583172,1.12513373,4170.1729061 +243,-1.35650337,0.7185539404,344,0.457583172,1.12513373,4075.150543 +244,-1.248884539,0.7274156818,344,0.457583172,1.12513373,3884.5214409 +245,-1.395014798,0.5761185243,344,0.457583172,1.12513373,4630.5443941 +246,-1.433377362,0.6064716109,344,0.457583172,1.12513373,4579.6643769 +247,-1.408172432,0.5903155476,344,0.457583172,1.12513373,4599.8832191 +248,-1.749645898,0.7757118084,344,0.457583172,1.12513373,4377.8086058 +249,-1.571626686,0.615046989,344,0.457583172,1.12513373,4742.6381168 +250,-1.514070049,0.6303003037,344,0.457583172,1.12513373,4609.4456819 +251,-1.480890369,0.6237966528,344,0.457583172,1.12513373,4586.2624735 +252,-1.704390658,0.5281680612,344,0.457583172,1.12513373,5232.4184631 +253,-1.64434733,0.5254277498,344,0.457583172,1.12513373,5164.8765184 +254,-1.703855997,0.4792484842,344,0.457583172,1.12513373,5411.9528516 +255,-1.692002383,0.5748825051,344,0.457583172,1.12513373,5045.1594634 +256,-1.854136457,0.5544643913,344,0.457583172,1.12513373,5312.0101683 +257,-1.665021206,0.520317736,344,0.457583172,1.12513373,5210.7059089 +258,-1.733654349,0.4845187345,344,0.457583172,1.12513373,5430.3286723 +259,-1.720938188,0.5135933906,344,0.457583172,1.12513373,5306.9655719 +260,-1.742668307,0.553296122,344,0.457583172,1.12513373,5187.2095235 +261,-1.965659039,0.7142126903,344,0.457583172,1.12513373,4823.2490267 +262,-1.944438071,0.6772834804,344,0.457583172,1.12513373,4942.9508089 +263,-1.270340967,0.7681487096,344,0.457583172,1.12513373,3778.7766223 +264,-1.353091884,0.6549276821,344,0.457583172,1.12513373,4291.0845734 +265,-1.333236659,0.6413584414,344,0.457583172,1.12513373,4308.648933 +266,-1.352015998,0.6753788907,344,0.457583172,1.12513373,4218.2605284 +267,-1.377988483,0.6577816235,344,0.457583172,1.12513373,4317.9580537 +268,-2.13075611,0.8318642051,344,0.457583172,1.12513373,4505.1261461 +269,-2.097910953,0.8259670014,344,0.457583172,1.12513373,4505.1864036 +270,-1.416382069,0.6694271549,344,0.457583172,1.12513373,4332.9991067 +271,-1.538905672,0.7535625993,344,0.457583172,1.12513373,4204.4484734 +272,-1.572309477,0.7803125099,344,0.457583172,1.12513373,4152.3736028 +273,-1.87759879,0.7503853417,344,0.457583172,1.12513373,4604.3999466 +274,1.152365588,0.590457682,344,0.457583172,1.12513373,2694.3779693 +275,0.350198001,0.718001859,344,0.457583172,1.12513373,1631.2538161 +276,0.046513677,0.491503852,344,0.457583172,1.12513373,2714.4999866 +277,0.027510309,0.742571376,344,0.457583172,1.12513373,1797.4676676 +278,0.306285725,-0.214631579,344,0.457583172,1.12513373,5326.3765844 +279,-1.100564889,0.318051531,344,0.457583172,1.12513373,5067.453325 +280,-1.078582306,0.301437596,344,0.457583172,1.12513373,5088.9575556 +281,-1.137371989,-0.617634065,344,0.457583172,1.12513373,8439.3669811 +282,0.784356344,0.703272339,344,0.457583172,1.12513373,1832.0465305 +283,-1.221209947,0.218327455,344,0.457583172,1.12513373,5625.1957115 +284,2.347301921,-0.449114658,344,0.457583172,1.12513373,8357.9860076 +285,0.246820618,0.830553713,344,0.457583172,1.12513373,1251.6168444 +286,0.829414965,0.703288228,344,0.457583172,1.12513373,1876.4907248 +287,-1.337537566,0.42332223,344,0.457583172,1.12513373,5084.4227813 +288,0.882453706,0.454478077,344,0.457583172,1.12513373,2868.8510869 +289,1.575629659,0.416419109,344,0.457583172,1.12513373,3974.5193253 +290,-1.039455679,0.229888244,344,0.457583172,1.12513373,5276.0213892 +291,0.489558039,0.934482747,344,0.457583172,1.12513373,757.90045479 +292,0.081344504,0.88384514,344,0.457583172,1.12513373,1233.402589 +293,-1.547979814,0.300350308,344,0.457583172,1.12513373,5850.9294393 +294,0.040776181,0.168560074,344,0.457583172,1.12513373,3962.6949789 +295,-1.130374745,0.563894876,344,0.457583172,1.12513373,4256.7578471 +296,1.578326642,0.478507176,344,0.457583172,1.12513373,3761.7297707 +297,-1.12861823,-0.291640865,344,0.457583172,1.12513373,7287.5671732 +298,0.310524208,0.770885792,344,0.457583172,1.12513373,1440.8018069 +299,0.415649091,-0.387246002,344,0.457583172,1.12513373,5991.9283284 +300,-0.926533878,-0.188022748,344,0.457583172,1.12513373,6579.1643753 +301,1.258856172,-0.11716081,344,0.457583172,1.12513373,5455.0700286 +302,-1.126050026,0.322941926,344,0.457583172,1.12513373,5093.2239033 +303,2.002785835,0.07893892,344,0.457583172,1.12513373,5896.1555388 +304,0.440437607,0.746258085,344,0.457583172,1.12513373,1501.2245238 +305,-0.030391866,0.214441206,344,0.457583172,1.12513373,3848.2144249 +306,0.521557815,-0.058929362,344,0.457583172,1.12513373,4693.8379803 +307,-0.097005111,0.13317729,344,0.457583172,1.12513373,4225.1937193 +308,1.83113859,0.221857587,344,0.457583172,1.12513373,5093.8922709 +309,0.222428864,0.099404236,344,0.457583172,1.12513373,4117.3719271 +310,-1.702731345,0.8728568183,344,0.457583172,1.12513373,3975.0042294 +311,-0.418507569,0.278324921,344,0.457583172,1.12513373,4087.1439787 +312,-1.41153306,0.339029988,344,0.457583172,1.12513373,5502.5943518 +313,0.357560442,0.114788776,344,0.457583172,1.12513373,4011.977317 +314,0.325818979,0.268352149,344,0.457583172,1.12513373,3412.556213 +315,-1.246004659,-0.663679965,344,0.457583172,1.12513373,8774.8342269 +316,1.814603087,0.637404484,344,0.457583172,1.12513373,3620.8843088 +317,1.843704281,-0.18300445,344,0.457583172,1.12513373,6564.4924366 +318,1.690644492,-0.211480909,344,0.457583172,1.12513373,6419.0919092 +319,-1.275451936,0.068109467,344,0.457583172,1.12513373,6253.837436 +320,0.762430171,-0.207594741,344,0.457583172,1.12513373,5358.0205207 +321,0.265668905,-0.014647884,344,0.457583172,1.12513373,4549.104906 +322,-2.773032013,-0.335515811,344,0.457583172,1.12513373,9307.1912968 +323,-1.469512853,0.174058777,344,0.457583172,1.12513373,6189.5164905 +324,0.286276986,0.785925691,344,0.457583172,1.12513373,1395.7144641 +325,-1.379324697,0.377432233,344,0.457583172,1.12513373,5314.2310813 +326,-1.203778265,0.212813032,344,0.457583172,1.12513373,5615.6073875 +327,0.579916301,0.611743168,344,0.457583172,1.12513373,2054.7090579 +328,0.267582642,0.868113908,344,0.457583172,1.12513373,1093.4478367 +329,0.412869244,-0.050245578,344,0.457583172,1.12513373,4657.524182 +330,0.17524381,0.976660285,344,0.457583172,1.12513373,804.51802375 +331,0.743157214,0.204812899,344,0.457583172,1.12513373,3729.7909793 +332,-1.070758176,0.269382282,344,0.457583172,1.12513373,5189.2116774 +333,-1.230364251,0.329790229,344,0.457583172,1.12513373,5243.3574085 +334,-1.374813124,-0.024926835,344,0.457583172,1.12513373,6754.0501631 +335,0.519780566,0.463669906,344,0.457583172,1.12513373,2624.8616619 +336,-1.55108034,0.239698561,344,0.457583172,1.12513373,6076.6223998 +337,0.180294813,0.029739425,344,0.457583172,1.12513373,4411.837872 +338,0.67820924,0.268170153,344,0.457583172,1.12513373,3446.9303094 +339,0.445798684,1.024001867,344,0.457583172,1.12513373,401.19342324 +340,0.691751283,0.150521402,344,0.457583172,1.12513373,3915.8557608 +341,-1.036643551,-0.903056181,344,0.457583172,1.12513373,9227.8462837 +342,-0.120287036,1.083325163,344,0.457583172,1.12513373,1030.5890414 +343,2.823513113,-0.304487164,344,0.457583172,1.12513373,8596.0154423 +344,0.457583172,1.12513373,344,0.457583172,1.12513373,0 +345,0.042918831,0.813795399,344,0.457583172,1.12513373,1524.5804702 +346,1.196146777,-0.853142756,344,0.457583172,1.12513373,8160.7192919 +347,0.206001358,-0.010430701,344,0.457583172,1.12513373,4557.0405941 +348,-0.268308653,0.234799412,344,0.457583172,1.12513373,4039.74547 +349,0.759363263,0.736189579,344,0.457583172,1.12513373,1684.9996972 +350,0.181363926,0.891988372,344,0.457583172,1.12513373,1085.4749089 +351,-0.021111158,0.139103292,344,0.457583172,1.12513373,4129.5369527 +352,-0.093355215,0.630686981,344,0.457583172,1.12513373,2352.7546814 +353,0.40118964,0.681375926,344,0.457583172,1.12513373,1762.6286148 +354,-0.721197315,1.304706234,344,0.457583172,1.12513373,1655.9660624 +355,-1.076150317,0.212107639,344,0.457583172,1.12513373,5401.8034759 +356,-1.577164531,0.273993443,344,0.457583172,1.12513373,5990.2579186 +357,-0.190788414,0.182208586,344,0.457583172,1.12513373,4141.5595897 +358,-0.261349752,0.209710184,344,0.457583172,1.12513373,4124.5391619 +359,-1.029303852,0.083549259,344,0.457583172,1.12513373,5780.1413575 +360,-1.268609162,0.330525297,344,0.457583172,1.12513373,5303.7364248 +361,1.282982244,-0.926641967,344,0.457583172,1.12513373,8509.4055812 +362,0.217352334,0.731352408,344,0.457583172,1.12513373,1652.2876734 +363,-1.511833084,0.258629297,344,0.457583172,1.12513373,5948.2930022 +364,0.338812194,0.823184618,344,0.457583172,1.12513373,1223.2214088 +365,-0.324406489,1.134201999,344,0.457583172,1.12513373,1295.2434387 +366,1.389579348,0.399185724,344,0.457583172,1.12513373,3734.511623 +367,2.047152199,-0.039082036,344,0.457583172,1.12513373,6393.6523756 +368,0.947780369,0.568250077,344,0.457583172,1.12513373,2508.2087104 +369,0.763824846,0.576754987,344,0.457583172,1.12513373,2296.6799874 +370,-0.142334657,0.928153068,344,0.457583172,1.12513373,1429.8370388 +371,0.610266567,0.547265983,344,0.457583172,1.12513373,2319.8026148 +372,0.210731629,0.746815056,344,0.457583172,1.12513373,1598.2087349 +373,-1.34931644,0.316895224,344,0.457583172,1.12513373,5483.4001189 +374,2.407696481,0.655030745,344,0.457583172,1.12513373,4491.4922193 +375,0.64207831,0.545359131,344,0.457583172,1.12513373,2341.3208418 +376,1.174597538,0.840588356,344,0.457583172,1.12513373,1884.0741311 +377,0.660059424,0.010604079,344,0.457583172,1.12513373,4453.4116311 +378,-0.730263819,0.010486456,344,0.457583172,1.12513373,5543.1755025 +379,0.831068936,0.512339172,344,0.457583172,1.12513373,2600.3334279 +380,1.301180979,0.72367476,344,0.457583172,1.12513373,2467.1868771 +381,1.811128231,0.322854402,344,0.457583172,1.12513373,4701.9043928 +382,0.435105812,0.992284428,344,0.457583172,1.12513373,527.99347489 +383,0.62643634,0.592027932,344,0.457583172,1.12513373,2150.950807 +384,0.492988703,-0.516339467,344,0.457583172,1.12513373,6502.8082226 +385,-0.162469483,0.112549365,344,0.457583172,1.12513373,4373.3499561 +386,0.314630866,0.472006421,344,0.457583172,1.12513373,2612.4573806 +387,0.166744804,0.822815954,344,0.457583172,1.12513373,1351.7010223 +388,0.417159608,0.965805736,344,0.457583172,1.12513373,636.07892906 +389,0.106334961,0.868774244,344,0.457583172,1.12513373,1253.7412142 +390,0.815086969,-0.338144359,344,0.457583172,1.12513373,5898.3456784 +391,0.59867455,-0.230624824,344,0.457583172,1.12513373,5387.0583545 +392,1.915104874,0.066220985,344,0.457583172,1.12513373,5792.0023237 +393,1.278093622,0.064463721,344,0.457583172,1.12513373,4799.5324014 +394,-0.061477853,0.302997961,344,0.457583172,1.12513373,3540.2732686 +395,0.251311504,0.626976942,344,0.457583172,1.12513373,2033.6964017 +396,2.950242872,0.149095644,344,0.457583172,1.12513373,7042.1137643 +397,-0.180294708,0.35375117,344,0.457583172,1.12513373,3484.2273852 +398,1.010448592,-0.351180233,344,0.457583172,1.12513373,6087.050191 +399,-1.748740498,0.3686318073,344,0.457583172,1.12513373,5879.0391258 +400,2.699635665,0.123533791,344,0.457583172,1.12513373,6837.8689424 +401,0.496808033,0.823843254,344,0.457583172,1.12513373,1196.4147513 +402,0.129574704,0.763364087,344,0.457583172,1.12513373,1608.5706025 +403,1.798920311,0.817447563,344,0.457583172,1.12513373,3008.1030622 +404,0.335987953,0.746786541,344,0.457583172,1.12513373,1523.4838956 +405,-1.085413643,0.292154671,344,0.457583172,1.12513373,5133.4258885 +406,-0.155321003,0.508207011,344,0.457583172,1.12513373,2879.9796817 +407,0.620529244,-0.301175104,344,0.457583172,1.12513373,5671.4270725 +408,1.684402744,0.368716966,344,0.457583172,1.12513373,4324.9639165 +409,0.300582244,-0.386397212,344,0.457583172,1.12513373,6006.6572932 +410,2.913555946,-0.009225192,344,0.457583172,1.12513373,7604.3144787 +411,1.465101417,0.493232532,344,0.457583172,1.12513373,3522.4879604 +412,0.090612882,0.907955955,344,0.457583172,1.12513373,1140.2848446 +413,2.987564726,-0.729568594,344,0.457583172,1.12513373,10358.045752 +414,-1.484261606,0.224149272,344,0.457583172,1.12513373,6031.0155479 +415,0.164073421,0.303955133,344,0.457583172,1.12513373,3346.841793 +416,0.141441293,0.167552546,344,0.457583172,1.12513373,3894.1003394 +417,2.931321023,-0.506718887,344,0.457583172,1.12513373,9485.528971 +418,2.21951565,0.700596356,344,0.457583172,1.12513373,4060.000422 +419,0.268112576,1.199114336,344,0.457583172,1.12513373,417.0193726 +420,0.978913739,0.359223811,344,0.457583172,1.12513373,3328.9337554 +421,1.210898818,0.522863584,344,0.457583172,1.12513373,3020.892046 +422,2.347397336,0.129231362,344,0.457583172,1.12513373,6292.3626712 +423,0.614394501,0.556878345,344,0.457583172,1.12513373,2283.6929935 +424,-1.398079356,0.148483366,344,0.457583172,1.12513373,6167.7271888 +425,2.535303836,-0.112984496,344,0.457583172,1.12513373,7469.0343746 +426,-1.019372593,-0.405322349,344,0.457583172,1.12513373,7506.6292404 +427,-1.297785627,-0.160104069,344,0.457583172,1.12513373,7108.4424073 +428,2.144554488,0.205051084,344,0.457583172,1.12513373,5686.3097651 +429,-2.242387083,-0.426171285,344,0.457583172,1.12513373,9450.8779749 +430,0.338637212,0.909723676,344,0.457583172,1.12513373,887.22590538 +431,-0.148798452,0.691042401,344,0.457583172,1.12513373,2212.3532158 +432,0.893524764,0.441829531,344,0.457583172,1.12513373,2927.7413345 +433,0.969229347,-0.368847936,344,0.457583172,1.12513373,6121.8958117 +434,0.436043248,0.800045688,344,0.457583172,1.12513373,1288.5373982 +435,1.687946607,1.081504775,344,0.457583172,1.12513373,2089.1940586 +436,0.522302046,-0.034889271,344,0.457583172,1.12513373,4598.7467662 +437,-0.178996113,-0.438090009,344,0.457583172,1.12513373,6494.9881027 +438,-1.094339566,0.301444068,344,0.457583172,1.12513373,5115.6774783 +439,-1.064070054,0.242569932,344,0.457583172,1.12513373,5272.9594758 +440,-1.068153768,0.230387998,344,0.457583172,1.12513373,5323.1888481 +441,-3.00496892,-0.23989155,344,0.457583172,1.12513373,8829.1840749 +442,0.21751974,0.766874888,344,0.457583172,1.12513373,1516.4288391 +443,0.117229532,0.007619006,344,0.457583172,1.12513373,4534.7104911 +444,0.777758451,0.420554741,344,0.457583172,1.12513373,2911.0026634 +445,-0.252356999,0.250747086,344,0.457583172,1.12513373,3959.6850664 +446,0.363148444,0.768483434,344,0.457583172,1.12513373,1428.2756854 +447,0.903191366,-0.118210676,344,0.457583172,1.12513373,5098.5090236 +448,-0.205755923,0.149406178,344,0.457583172,1.12513373,4283.0599716 +449,1.811996086,0.02364353,344,0.457583172,1.12513373,5769.9706372 +450,-1.100670221,0.314845373,344,0.457583172,1.12513373,5078.9740221 +451,0.340078597,0.850105132,344,0.457583172,1.12513373,1117.6409342 +452,0.258757267,0.804969236,344,0.457583172,1.12513373,1340.2780537 +453,2.78505352,-0.155160804,344,0.457583172,1.12513373,7990.5146595 +454,0.800551619,0.105822106,344,0.457583172,1.12513373,4152.5748335 +455,0.437940882,-0.506194031,344,0.457583172,1.12513373,6461.9778527 +456,2.230431122,0.63458615,344,0.457583172,1.12513373,4305.016588 +457,0.527965361,0.127667701,344,0.457583172,1.12513373,3955.9517708 +458,-0.063643205,0.702093448,344,0.457583172,1.12513373,2057.1408132 +459,1.408447268,0.133010502,344,0.457583172,1.12513373,4729.6704304 +460,0.523795955,0.280266966,344,0.457583172,1.12513373,3351.3221193 +461,-0.975769313,0.072177659,344,0.457583172,1.12513373,5729.5844522 +462,0.549774164,-0.463663986,344,0.457583172,1.12513373,6299.71404 +463,0.29245874,1.095549818,344,0.457583172,1.12513373,312.99299378 +464,0.143625958,0.816809593,344,0.457583172,1.12513373,1397.3175271 +465,0.671902494,0.611159853,344,0.457583172,1.12513373,2100.0051657 +466,1.239840988,0.6724199,344,0.457583172,1.12513373,2540.7043927 +467,0.607829703,-0.10932137,344,0.457583172,1.12513373,4909.9141335 +468,1.763020906,0.263996692,344,0.457583172,1.12513373,4828.4631702 +469,0.378714634,0.726066797,344,0.457583172,1.12513373,1590.8875337 +470,2.196736143,-0.153862366,344,0.457583172,1.12513373,7058.6044395 +471,0.01702415,0.148991565,344,0.457583172,1.12513373,4058.0811913 +472,-2.998490902,-0.158002487,344,0.457583172,1.12513373,8513.447887 +473,-3.051262951,-0.346595608,344,0.457583172,1.12513373,9210.3988693 +474,-1.069176439,0.182802941,344,0.457583172,1.12513373,5494.2000109 +475,0.167157509,0.595344954,344,0.457583172,1.12513373,2212.8397585 +476,0.613855648,0.681746124,344,0.457583172,1.12513373,1793.5472477 +477,1.037012736,0.682555367,344,0.457583172,1.12513373,2204.706467 +478,-1.253574971,0.379755746,344,0.457583172,1.12513373,5104.0968524 +479,3.108590453,-0.132620738,344,0.457583172,1.12513373,8278.5119063 +480,0.565301296,0.022333262,344,0.457583172,1.12513373,4379.2705103 +481,0.547898238,0.855555614,344,0.457583172,1.12513373,1084.8022303 +482,0.948309381,0.417393755,344,0.457583172,1.12513373,3075.9366739 +483,-0.050600732,0.945269213,344,0.457583172,1.12513373,1232.5852324 +484,-0.977651478,-0.572363064,344,0.457583172,1.12513373,8025.431086 +485,1.102014914,0.728861163,344,0.457583172,1.12513373,2136.5505 +486,2.927300795,-0.282939414,344,0.457583172,1.12513373,8652.6382061 +487,-1.154565557,0.124434095,344,0.457583172,1.12513373,5847.8136496 +488,1.855331234,0.291044755,344,0.457583172,1.12513373,4889.7191088 +489,0.830290659,0.276904518,344,0.457583172,1.12513373,3507.7563014 +490,0.485104466,-0.234867441,344,0.457583172,1.12513373,5387.6076844 +491,0.521367572,-0.33161327,344,0.457583172,1.12513373,5773.4790949 +1,-1.539031704,0.7349710123,345,0.042918831,0.813795399,4230.9210574 +2,-1.536990553,0.7349663874,345,0.042918831,0.813795399,4226.2307348 +3,-1.534951779,0.7349571355,345,0.042918831,0.813795399,4221.5540647 +4,-1.532906461,0.7349480293,345,0.042918831,0.813795399,4216.858738 +5,-1.531320211,0.7346937278,345,0.042918831,0.813795399,4213.8210163 +6,-1.539451648,0.7335131775,345,0.042918831,0.813795399,4235.4774608 +7,-1.537429487,0.7335445708,345,0.042918831,0.813795399,4230.7391189 +8,-1.535484998,0.7335658704,345,0.042918831,0.813795399,4226.2018505 +9,-1.533488396,0.7336036027,345,0.042918831,0.813795399,4221.5011602 +10,-1.531497785,0.7335842962,345,0.042918831,0.813795399,4216.9513948 +11,-1.530259379,0.7334777758,345,0.042918831,0.813795399,4214.3509879 +12,-1.5335454,0.7322346912,345,0.042918831,0.813795399,4224.9952858 +13,-1.531489083,0.7322238773,345,0.042918831,0.813795399,4220.2693797 +14,-1.530011122,0.7321679851,345,0.042918831,0.813795399,4216.9886938 +15,-1.53348106,0.7306614094,345,0.042918831,0.813795399,4228.7141437 +16,-1.531441779,0.7306962275,345,0.042918831,0.813795399,4223.9113243 +17,-1.529755654,0.7306933243,345,0.042918831,0.813795399,4220.0157963 +18,-1.533415048,0.7291384674,345,0.042918831,0.813795399,4232.3082858 +19,-1.531392093,0.7291705353,345,0.042918831,0.813795399,4227.5458947 +20,-1.529296523,0.7291214933,345,0.042918831,0.813795399,4222.8115059 +21,-1.535280942,0.727267644,345,0.042918831,0.813795399,4241.236817 +22,-1.533378158,0.7276139666,345,0.042918831,0.813795399,4235.9765624 +23,-1.531340368,0.7276446587,345,0.042918831,0.813795399,4231.179119 +24,-1.528960113,0.7276398177,345,0.042918831,0.813795399,4225.671671 +25,-1.533313146,0.7260818349,345,0.042918831,0.813795399,4239.6014059 +26,-1.531259555,0.7260958115,345,0.042918831,0.813795399,4234.804336 +27,-1.528926415,0.7260865555,345,0.042918831,0.813795399,4229.4123165 +28,-1.531226779,0.7245511789,345,0.042918831,0.813795399,4238.5335826 +29,-1.528904772,0.7245519194,345,0.042918831,0.813795399,4233.1382206 +30,-1.547195875,0.7409785979,345,0.042918831,0.813795399,4234.872541 +31,-1.5451475,0.740980426,345,0.042918831,0.813795399,4230.1785413 +32,-1.543097679,0.7409798872,345,0.042918831,0.813795399,4225.4838337 +33,-1.540720364,0.7409892687,345,0.042918831,0.813795399,4220.0104661 +34,-1.547188511,0.7395198392,345,0.042918831,0.813795399,4238.4504641 +35,-1.545148587,0.7395226109,345,0.042918831,0.813795399,4233.7695779 +36,-1.543104538,0.7395314908,345,0.042918831,0.813795399,4229.0610285 +37,-1.540727751,0.7395306258,345,0.042918831,0.813795399,4223.6095301 +38,-1.547187029,0.7380014886,345,0.042918831,0.813795399,4242.1916963 +39,-1.545147315,0.7380012252,345,0.042918831,0.813795399,4237.5147169 +40,-1.54310719,0.7380060743,345,0.042918831,0.813795399,4232.8210145 +41,-1.540719671,0.7380068206,345,0.042918831,0.813795399,4227.3361691 +42,-1.547187189,0.7364799098,345,0.042918831,0.813795399,4245.947711 +43,-1.545149996,0.7364853874,345,0.042918831,0.813795399,4241.2583166 +44,-1.543106091,0.7364823484,345,0.042918831,0.813795399,4236.571332 +45,-1.540717158,0.7364893901,345,0.042918831,0.813795399,4231.0630039 +46,-1.538663972,0.7410138672,345,0.042918831,0.813795399,4215.2321161 +47,-1.53695285,0.7409699132,345,0.042918831,0.813795399,4211.4115211 +48,-1.534910498,0.7409641297,345,0.042918831,0.813795399,4206.7339496 +49,-1.533145034,0.7409536636,345,0.042918831,0.813795399,4202.7013159 +50,-1.538681336,0.7395405883,345,0.042918831,0.813795399,4218.8860473 +51,-1.536999189,0.7395183096,345,0.042918831,0.813795399,4215.0757128 +52,-1.534923633,0.7395144222,345,0.042918831,0.813795399,4210.313335 +53,-1.533267822,0.7395654306,345,0.042918831,0.813795399,4206.3792963 +54,-1.53867273,0.7380151077,345,0.042918831,0.813795399,4222.6114878 +55,-1.536980576,0.7379994392,345,0.042918831,0.813795399,4218.7585984 +56,-1.534931522,0.7379944961,345,0.042918831,0.813795399,4214.0556783 +57,-1.533387952,0.7379480264,345,0.042918831,0.813795399,4210.6155043 +58,-1.538682279,0.7364914363,345,0.042918831,0.813795399,4226.3773555 +59,-1.536980704,0.7364810563,345,0.042918831,0.813795399,4222.4864775 +60,-1.534935567,0.7364752065,345,0.042918831,0.813795399,4217.790772 +61,-1.533042592,0.7363876366,345,0.042918831,0.813795399,4213.6429375 +62,-1.545143426,0.7349628011,345,0.042918831,0.813795399,4245.0003726 +63,-1.543105297,0.7349691947,345,0.042918831,0.813795399,4240.2993666 +64,-1.541064533,0.7349647152,345,0.042918831,0.813795399,4235.6159351 +65,-1.545411803,0.7334624714,345,0.042918831,0.813795399,4249.3228155 +66,-1.543446606,0.7334780896,345,0.042918831,0.813795399,4244.7633208 +67,-1.541475327,0.7334957295,345,0.042918831,0.813795399,4240.1819645 +68,-1.545401939,0.731963266,345,0.042918831,0.813795399,4253.0060298 +69,-1.54342253,0.7319915583,345,0.042918831,0.813795399,4248.3786475 +70,-1.541455867,0.7320216438,345,0.042918831,0.813795399,4243.7733638 +71,-1.545410146,0.7304422281,345,0.042918831,0.813795399,4256.7878152 +72,-1.543435491,0.7304713664,345,0.042918831,0.813795399,4252.1653827 +73,-1.541463105,0.7304997613,345,0.042918831,0.813795399,4247.5471902 +74,-1.545414768,0.7289194936,345,0.042918831,0.813795399,4260.5685907 +75,-1.543435774,0.7289538557,345,0.042918831,0.813795399,4255.9193175 +76,-1.541457714,0.7289765881,345,0.042918831,0.813795399,4251.2981303 +77,-1.539449415,0.7320555866,345,0.042918831,0.813795399,4239.0640193 +78,-1.537429183,0.7321097681,345,0.042918831,0.813795399,4234.2701507 +79,-1.535472649,0.7321497267,345,0.042918831,0.813795399,4229.6555341 +80,-1.539457899,0.7305333307,345,0.042918831,0.813795399,4242.8376586 +81,-1.537453161,0.7305750503,345,0.042918831,0.813795399,4238.1062369 +82,-1.535479385,0.7306124949,345,0.042918831,0.813795399,4233.4540584 +83,-1.53946905,0.7290102593,345,0.042918831,0.813795399,4246.6225709 +84,-1.537459922,0.7290417293,345,0.042918831,0.813795399,4241.9023044 +85,-1.535451349,0.7290890157,345,0.042918831,0.813795399,4237.1414526 +86,-1.535522937,0.7279887191,345,0.042918831,0.813795399,4240.0189765 +87,-1.539442524,0.7274735939,345,0.042918831,0.813795399,4250.3570715 +88,-1.537424111,0.727521351,345,0.042918831,0.813795399,4245.5710755 +89,-1.539384641,0.7259505092,345,0.042918831,0.813795399,4253.988427 +90,-1.537372391,0.7259947145,345,0.042918831,0.813795399,4249.2213813 +91,-1.535340789,0.7260435356,345,0.042918831,0.813795399,4244.3952676 +92,-1.539325716,0.7244369706,345,0.042918831,0.813795399,4257.5965542 +93,-1.537308932,0.7244801057,345,0.042918831,0.813795399,4252.8176119 +94,-1.535289068,0.7245247645,345,0.042918831,0.813795399,4248.0249052 +95,-1.533261366,0.7245550236,345,0.042918831,0.813795399,4243.2466824 +96,-1.539267302,0.722921924,345,0.042918831,0.813795399,4261.2123665 +97,-1.537248972,0.7229660258,345,0.042918831,0.813795399,4256.4234121 +98,-1.535219431,0.7229916471,345,0.042918831,0.813795399,4251.6512565 +99,-1.53318962,0.7230212049,345,0.042918831,0.813795399,4246.8657774 +100,-1.531154816,0.7230299897,345,0.042918831,0.813795399,4242.1169783 +101,-1.528878341,0.7230370244,345,0.042918831,0.813795399,4236.8074132 +102,-1.539218189,0.7214009878,345,0.042918831,0.813795399,4264.8671187 +103,-1.537198791,0.7214422745,345,0.042918831,0.813795399,4260.0786246 +104,-1.535179266,0.7214634354,345,0.042918831,0.813795399,4255.3367469 +105,-1.533156501,0.7214944644,345,0.042918831,0.813795399,4250.5599852 +106,-1.53113574,0.7215166021,345,0.042918831,0.813795399,4245.8069075 +107,-1.528874248,0.7215345535,345,0.042918831,0.813795399,4240.5009186 +108,-1.539217656,0.7198512397,345,0.042918831,0.813795399,4268.7089498 +109,-1.537199919,0.7199428763,345,0.042918831,0.813795399,4263.7955238 +110,-1.545425832,0.727397149,345,0.042918831,0.813795399,4264.3663069 +111,-1.543371177,0.7273916949,345,0.042918831,0.813795399,4259.6370202 +112,-1.541368852,0.7274523163,345,0.042918831,0.813795399,4254.8619537 +113,-1.545349067,0.7258710923,345,0.042918831,0.813795399,4267.9734398 +114,-1.54332671,0.7258603556,345,0.042918831,0.813795399,4263.3277854 +115,-1.541346831,0.7259242142,345,0.042918831,0.813795399,4258.5925219 +116,-1.545324355,0.7243383958,345,0.042918831,0.813795399,4271.7200918 +117,-1.543292796,0.7243617413,345,0.042918831,0.813795399,4266.9646713 +118,-1.541295822,0.7244024384,345,0.042918831,0.813795399,4262.243285 +119,-1.543193859,0.7205570215,345,0.042918831,0.813795399,4276.1808042 +120,-1.550257047,0.7386738187,345,0.042918831,0.813795399,4247.5648599 +121,-1.549335448,0.7311736483,345,0.042918831,0.813795399,4264.0108745 +122,-1.533478843,0.7179891343,345,0.042918831,0.813795399,4259.980495 +123,-1.556150555,0.738907041,345,0.042918831,0.813795399,4260.4652435 +124,-1.554324226,0.733414257,345,0.042918831,0.813795399,4269.9083327 +125,-1.554290846,0.7288285332,345,0.042918831,0.813795399,4281.2293133 +126,-1.55122487,0.7219795312,345,0.042918831,0.813795399,4291.2233748 +127,-1.525104458,0.7229399862,345,0.042918831,0.813795399,4228.264167 +128,-1.519607711,0.7236181429,345,0.042918831,0.813795399,4213.7908979 +129,-1.513899999,0.7251107854,345,0.042918831,0.813795399,4196.82318 +130,-1.536620762,0.7431061895,345,0.042918831,0.813795399,4205.4192757 +131,-1.5369566,0.7460845958,345,0.042918831,0.813795399,4198.9075986 +132,-1.545345528,0.7447040685,345,0.042918831,0.813795399,4221.4779092 +133,-1.532813921,0.7432306626,345,0.042918831,0.813795399,4196.377411 +134,-1.554788248,0.7382381001,345,0.042918831,0.813795399,4259.0090786 +135,-1.540348126,0.7301594274,345,0.042918831,0.813795399,4245.8150511 +136,-1.538016084,0.7239051786,345,0.042918831,0.813795399,4255.8783525 +137,-1.525288962,0.7258085137,345,0.042918831,0.813795399,4221.6449111 +138,-1.534326986,0.731241342,345,0.042918831,0.813795399,4229.2433934 +139,-1.530733872,0.7303625216,345,0.042918831,0.813795399,4223.0926527 +141,-1.534354939,0.7328219978,345,0.042918831,0.813795399,4225.4218209 +142,-1.53157084,0.7292888153,345,0.042918831,0.813795399,4227.669022 +143,-1.525691035,0.7263799874,345,0.042918831,0.813795399,4221.1763241 +144,-1.534031287,0.7495967835,345,0.042918831,0.813795399,4183.6485345 +145,-1.527714986,0.7283095957,345,0.042918831,0.813795399,4221.1380907 +146,-1.526189586,0.7271468292,345,0.042918831,0.813795399,4220.4519666 +147,-1.555177336,0.7375563366,345,0.042918831,0.813795399,4261.5878869 +148,-1.555080283,0.7312707794,345,0.042918831,0.813795399,4276.9680105 +149,-1.53856994,0.7224180299,345,0.042918831,0.813795399,4260.8435734 +150,-1.530837883,0.729933372,345,0.042918831,0.813795399,4224.3876742 +151,-1.515066984,0.5854133365,345,0.042918831,0.813795399,4553.0296986 +152,-1.534731633,0.5368370046,345,0.042918831,0.813795399,4730.4449095 +153,-1.515231902,0.5607085576,345,0.042918831,0.813795399,4618.1910821 +154,-2.616253799,1.0684566605,345,0.042918831,0.813795399,4830.1647494 +155,-1.956071439,0.5792177723,345,0.042918831,0.813795399,5588.4867155 +156,-1.951208514,0.5602434208,345,0.042918831,0.813795399,5636.409723 +157,-1.944675062,0.6062144545,345,0.042918831,0.813795399,5482.1511932 +158,-1.613778386,0.6077989518,345,0.042918831,0.813795399,4734.5721551 +159,-2.035029014,0.6021432345,345,0.042918831,0.813795399,5678.1910076 +160,-2.114989471,0.6801825058,345,0.042918831,0.813795399,5579.7896129 +161,-2.037382079,0.5765830025,345,0.042918831,0.813795399,5763.5083051 +162,-2.129855121,0.6585019963,345,0.042918831,0.813795399,5676.5952871 +163,-2.075141798,0.6493615843,345,0.042918831,0.813795399,5605.7983706 +164,-1.828626729,0.6948433129,345,0.042918831,0.813795399,4977.0439074 +165,-1.863329418,0.6735427691,345,0.042918831,0.813795399,5111.3966245 +166,-1.266037071,0.727988852,345,0.042918831,0.813795399,3591.3566481 +167,-1.277579582,0.7249010648,345,0.042918831,0.813795399,3626.7130494 +168,-1.258418684,0.7241194816,345,0.042918831,0.813795399,3580.6058431 +169,-1.317813974,0.6804850104,345,0.042918831,0.813795399,3826.0647093 +170,-1.344165204,0.6790988904,345,0.042918831,0.813795399,3895.3179788 +171,-1.427582102,0.5277120351,345,0.042918831,0.813795399,4481.256044 +172,-1.402238616,0.457167829,345,0.042918831,0.813795399,4600.2127729 +173,-1.422454264,0.4996161999,345,0.042918831,0.813795399,4541.2819999 +174,-1.439089277,0.4894859811,345,0.042918831,0.813795399,4611.2822784 +175,-1.448126995,0.5182330266,345,0.042918831,0.813795399,4559.0309945 +176,-1.474626146,0.5881926574,345,0.042918831,0.813795399,4444.8820024 +177,-1.421139645,0.5584869783,345,0.042918831,0.813795399,4385.3326292 +178,-1.457037165,0.565943032,345,0.042918831,0.813795399,4457.7708082 +179,-2.757159358,0.3745319,345,0.042918831,0.813795399,7580.4933547 +180,-2.714309238,0.342054471,345,0.042918831,0.813795399,7663.3965378 +181,-2.000525337,0.774119946,345,0.042918831,0.813795399,5078.7461446 +183,-1.571413436,0.6777838382,345,0.042918831,0.813795399,4450.1676723 +184,-1.552860289,0.6987663893,345,0.042918831,0.813795399,4353.2576785 +185,-1.521852374,0.7165827476,345,0.042918831,0.813795399,4236.3212291 +186,-1.503656267,0.6928968252,345,0.042918831,0.813795399,4251.8364523 +187,-1.502753178,0.7136205882,345,0.042918831,0.813795399,4198.7485935 +188,-1.631894563,0.7343596465,345,0.042918831,0.813795399,4442.9411853 +189,-1.653765416,0.6770714026,345,0.042918831,0.813795399,4642.7311019 +190,-1.719812114,0.6715965947,345,0.042918831,0.813795399,4806.6390873 +191,-1.493406659,0.6646955447,345,0.042918831,0.813795399,4297.3182194 +192,-1.469120564,0.6613469966,345,0.042918831,0.813795399,4246.6273272 +193,-1.590551461,0.5326612937,345,0.042918831,0.813795399,4881.0709666 +194,-1.625979264,0.5247742243,345,0.042918831,0.813795399,4990.1923326 +195,-1.572293943,0.5238808754,345,0.042918831,0.813795399,4859.473189 +196,-1.610848725,0.5477107964,345,0.042918831,0.813795399,4890.1110729 +197,-1.208485554,0.7918526018,345,0.042918831,0.813795399,3320.1832742 +198,-1.335601374,0.6869083083,345,0.042918831,0.813795399,3855.9184918 +199,-1.346156996,0.6825213377,345,0.042918831,0.813795399,3892.3710328 +200,-1.324381037,0.6741422347,345,0.042918831,0.813795399,3857.1448208 +201,-1.242424992,0.7378949807,345,0.042918831,0.813795399,3511.628337 +202,-1.270370057,0.7392461008,345,0.042918831,0.813795399,3578.1972559 +203,-1.448950472,0.7441675014,345,0.042918831,0.813795399,3998.999999 +204,-1.492662363,0.7523026852,345,0.042918831,0.813795399,4081.9533278 +205,-1.479098966,0.7763855017,345,0.042918831,0.813795399,3994.1934925 +206,-1.633760714,0.7869022408,345,0.042918831,0.813795399,4312.8492612 +207,-1.647406434,0.8101289331,345,0.042918831,0.813795399,4283.4287748 +208,-1.564245052,0.5701509278,345,0.042918831,0.813795399,4714.9960843 +209,-1.646289963,0.6833746083,345,0.042918831,0.813795399,4608.9078252 +210,-1.5820631,0.6751952144,345,0.042918831,0.813795399,4481.8165098 +211,-1.613236298,0.6681681791,345,0.042918831,0.813795399,4572.9071573 +212,-1.914661867,0.8212566515,345,0.042918831,0.813795399,4781.872223 +213,-1.742133237,0.7250275956,345,0.042918831,0.813795399,4708.9063268 +214,-2.033144872,0.6557314699,345,0.042918831,0.813795399,5506.05314 +215,-2.039551981,0.6964723658,345,0.042918831,0.813795399,5390.4723001 +216,-1.247341019,0.7622473908,345,0.042918831,0.813795399,3473.6733758 +217,-1.298239787,0.7084123392,345,0.042918831,0.813795399,3714.198344 +218,-1.308539688,0.6926545592,345,0.042918831,0.813795399,3775.1517782 +219,-1.303263185,0.6888938396,345,0.042918831,0.813795399,3770.3896465 +220,-1.852400229,0.6004246149,345,0.042918831,0.813795399,5302.5870508 +221,-1.288947707,0.7473773692,345,0.042918831,0.813795399,3606.7700108 +222,-1.372031502,0.7472790993,345,0.042918831,0.813795399,3808.8216504 +223,-1.289805721,0.7242157877,345,0.042918831,0.813795399,3658.5757599 +224,-1.350807603,0.7533498126,345,0.042918831,0.813795399,3744.3560553 +225,-1.329290365,0.7560442322,345,0.042918831,0.813795399,3686.5643496 +226,-1.410153004,0.616936428,345,0.042918831,0.813795399,4210.192554 +227,-1.393445434,0.6308995063,345,0.042918831,0.813795399,4133.751462 +228,-1.37595573,0.6241540638,345,0.042918831,0.813795399,4106.0025277 +229,-1.358388707,0.6172645205,345,0.042918831,0.813795399,4078.0846747 +230,-1.753741133,0.8281661666,345,0.042918831,0.813795399,4454.7030625 +231,-1.47430987,0.6834615681,345,0.042918831,0.813795399,4204.7347326 +232,-1.421012508,0.7222725206,345,0.042918831,0.813795399,3983.5362522 +233,-1.4476833,0.6978557868,345,0.042918831,0.813795399,4105.5524544 +234,-1.470370723,0.6966193374,345,0.042918831,0.813795399,4163.1470744 +235,-1.429211703,0.7037216883,345,0.042918831,0.813795399,4046.916078 +236,-1.700578405,0.6178673663,345,0.042918831,0.813795399,4911.2176214 +237,-1.678117619,0.6331716163,345,0.042918831,0.813795399,4817.2255068 +238,-1.725644578,0.6316331145,345,0.042918831,0.813795399,4930.4193787 +239,-2.14012759,0.7930497945,345,0.042918831,0.813795399,5257.9294351 +240,-2.103289431,0.7653606263,345,0.042918831,0.813795399,5285.9814552 +241,-1.318739838,0.7017808746,345,0.042918831,0.813795399,3780.0917545 +242,-1.396417427,0.7077900843,345,0.042918831,0.813795399,3957.7391625 +243,-1.35650337,0.7185539404,345,0.042918831,0.813795399,3835.563618 +244,-1.248884539,0.7274156818,345,0.042918831,0.813795399,3549.763038 +245,-1.395014798,0.5761185243,345,0.042918831,0.813795399,4273.5837585 +246,-1.433377362,0.6064716109,345,0.042918831,0.813795399,4294.8007931 +247,-1.408172432,0.5903155476,345,0.042918831,0.813795399,4271.5359662 +248,-1.749645898,0.7757118084,345,0.042918831,0.813795399,4586.9249913 +249,-1.571626686,0.615046989,345,0.042918831,0.813795399,4613.9746413 +250,-1.514070049,0.6303003037,345,0.042918831,0.813795399,4434.5484392 +251,-1.480890369,0.6237966528,345,0.042918831,0.813795399,4369.6141839 +252,-1.704390658,0.5281680612,345,0.042918831,0.813795399,5171.214454 +253,-1.64434733,0.5254277498,345,0.042918831,0.813795399,5033.4562349 +254,-1.703855997,0.4792484842,345,0.042918831,0.813795399,5308.7787777 +255,-1.692002383,0.5748825051,345,0.042918831,0.813795399,5010.5879746 +256,-1.854136457,0.5544643913,345,0.042918831,0.813795399,5442.2219212 +257,-1.665021206,0.520317736,345,0.042918831,0.813795399,5098.1488324 +258,-1.733654349,0.4845187345,345,0.042918831,0.813795399,5366.0131325 +259,-1.720938188,0.5135933906,345,0.042918831,0.813795399,5252.2368398 +260,-1.742668307,0.553296122,345,0.042918831,0.813795399,5190.5661792 +261,-1.965659039,0.7142126903,345,0.042918831,0.813795399,5195.8659486 +262,-1.944438071,0.6772834804,345,0.042918831,0.813795399,5266.0143286 +263,-1.270340967,0.7681487096,345,0.042918831,0.813795399,3517.9535084 +264,-1.353091884,0.6549276821,345,0.042918831,0.813795399,3974.3237882 +265,-1.333236659,0.6413584414,345,0.042918831,0.813795399,3956.190029 +266,-1.352015998,0.6753788907,345,0.042918831,0.813795399,3923.5877684 +267,-1.377988483,0.6577816235,345,0.042918831,0.813795399,4030.0487607 +268,-2.13075611,0.8318642051,345,0.042918831,0.813795399,5118.1919629 +269,-2.097910953,0.8259670014,345,0.042918831,0.813795399,5084.5939197 +270,-1.416382069,0.6694271549,345,0.042918831,0.813795399,4097.5116503 +271,-1.538905672,0.7535625993,345,0.042918831,0.813795399,4185.1201704 +272,-1.572309477,0.7803125099,345,0.042918831,0.813795399,4194.9182854 +273,-1.87759879,0.7503853417,345,0.042918831,0.813795399,4916.7314479 +274,1.152365588,0.590457682,345,0.042918831,0.813795399,3373.9108306 +275,0.350198001,0.718001859,345,0.042918831,0.813795399,953.10961731 +276,0.046513677,0.491503852,345,0.042918831,0.813795399,1276.6457393 +277,0.027510309,0.742571376,345,0.042918831,0.813795399,285.44179369 +278,0.306285725,-0.214631579,345,0.042918831,0.813795399,4179.753418 +279,-1.100564889,0.318051531,345,0.042918831,0.813795399,4158.714889 +280,-1.078582306,0.301437596,345,0.042918831,0.813795399,4145.0368114 +281,-1.137371989,-0.617634065,345,0.042918831,0.813795399,7051.2054097 +282,0.784356344,0.703272339,345,0.042918831,0.813795399,2149.0003585 +283,-1.221209947,0.218327455,345,0.042918831,0.813795399,4763.8968139 +284,2.347301921,-0.449114658,345,0.042918831,0.813795399,9462.1402168 +285,0.246820618,0.830553713,345,0.042918831,0.813795399,553.17034516 +286,0.829414965,0.703288228,345,0.042918831,0.813795399,2271.1172599 +287,-1.337537566,0.42332223,345,0.042918831,0.813795399,4517.8597139 +288,0.882453706,0.454478077,345,0.042918831,0.813795399,2973.797223 +289,1.575629659,0.416419109,345,0.042918831,0.813795399,4940.3354176 +290,-1.039455679,0.229888244,345,0.042918831,0.813795399,4241.5261619 +291,0.489558039,0.934482747,345,0.042918831,0.813795399,1223.2171838 +292,0.081344504,0.88384514,345,0.042918831,0.813795399,295.10139786 +293,-1.547979814,0.300350308,345,0.042918831,0.813795399,5416.7830035 +294,0.040776181,0.168560074,345,0.042918831,0.813795399,2555.7873581 +295,-1.130374745,0.563894876,345,0.042918831,0.813795399,3607.2177382 +296,1.578326642,0.478507176,345,0.042918831,0.813795399,4779.0281386 +297,-1.12861823,-0.291640865,345,0.042918831,0.813795399,6036.9243526 +298,0.310524208,0.770885792,345,0.042918831,0.813795399,762.13200221 +299,0.415649091,-0.387246002,345,0.042918831,0.813795399,4941.2200495 +300,-0.926533878,-0.188022748,345,0.042918831,0.813795399,5238.192469 +301,1.258856172,-0.11716081,345,0.042918831,0.813795399,5617.4701832 +302,-1.126050026,0.322941926,345,0.042918831,0.813795399,4214.4572773 +303,2.002785835,0.07893892,345,0.042918831,0.813795399,7029.0851096 +304,0.440437607,0.746258085,345,0.042918831,0.813795399,1146.4911087 +305,-0.030391866,0.214441206,345,0.042918831,0.813795399,2386.6681587 +306,0.521557815,-0.058929362,345,0.042918831,0.813795399,3840.2421883 +307,-0.097005111,0.13317729,345,0.042918831,0.813795399,2737.5331136 +308,1.83113859,0.221857587,345,0.042918831,0.813795399,6160.7699554 +309,0.222428864,0.099404236,345,0.042918831,0.813795399,2895.4643956 +310,-1.702731345,0.8728568183,345,0.042918831,0.813795399,4238.1488966 +311,-0.418507569,0.278324921,345,0.042918831,0.813795399,2607.9259061 +312,-1.41153306,0.339029988,345,0.042918831,0.813795399,4944.548214 +313,0.357560442,0.114788776,345,0.042918831,0.813795399,2969.0024623 +314,0.325818979,0.268352149,345,0.042918831,0.813795399,2353.7701319 +315,-1.246004659,-0.663679965,345,0.042918831,0.813795399,7417.6499812 +316,1.814603087,0.637404484,345,0.042918831,0.813795399,4921.4178545 +317,1.843704281,-0.18300445,345,0.042918831,0.813795399,7371.7428231 +318,1.690644492,-0.211480909,345,0.042918831,0.813795399,7036.4281113 +319,-1.275451936,0.068109467,345,0.042918831,0.813795399,5340.9232263 +320,0.762430171,-0.207594741,345,0.042918831,0.813795399,4781.83305 +321,0.265668905,-0.014647884,345,0.042918831,0.813795399,3371.7222192 +322,-2.773032013,-0.335515811,345,0.042918831,0.813795399,10274.291677 +323,-1.469512853,0.174058777,345,0.042918831,0.813795399,5563.9961524 +324,0.286276986,0.785925691,345,0.042918831,0.813795399,679.75894685 +325,-1.379324697,0.377432233,345,0.042918831,0.813795399,4753.1216338 +326,-1.203778265,0.212813032,345,0.042918831,0.813795399,4732.2081227 +327,0.579916301,0.611743168,345,0.042918831,0.813795399,1781.7312345 +328,0.267582642,0.868113908,345,0.042918831,0.813795399,630.16459813 +329,0.412869244,-0.050245578,345,0.042918831,0.813795399,3658.3062179 +330,0.17524381,0.976660285,345,0.042918831,0.813795399,722.59959296 +331,0.743157214,0.204812899,345,0.042918831,0.813795399,3356.1550749 +332,-1.070758176,0.269382282,345,0.042918831,0.813795399,4213.3762395 +333,-1.230364251,0.329790229,345,0.042918831,0.813795399,4479.3961384 +334,-1.374813124,-0.024926835,345,0.042918831,0.813795399,5878.6455781 +335,0.519780566,0.463669906,345,0.042918831,0.813795399,2035.7887602 +336,-1.55108034,0.239698561,345,0.042918831,0.813795399,5597.0808362 +337,0.180294813,0.029739425,345,0.042918831,0.813795399,3141.7568118 +338,0.67820924,0.268170153,345,0.042918831,0.813795399,3005.9206848 +339,0.445798684,1.024001867,345,0.042918831,0.813795399,1265.4588721 +340,0.691751283,0.150521402,345,0.042918831,0.813795399,3419.1555939 +341,-1.036643551,-0.903056181,345,0.042918831,0.813795399,7723.9693725 +342,-0.120287036,1.083325163,345,0.042918831,0.813795399,1129.4471735 +343,2.823513113,-0.304487164,345,0.042918831,0.813795399,10106.239846 +344,0.457583172,1.12513373,345,0.042918831,0.813795399,1524.5804702 +345,0.042918831,0.813795399,345,0.042918831,0.813795399,0 +346,1.196146777,-0.853142756,345,0.042918831,0.813795399,7699.5949443 +347,0.206001358,-0.010430701,345,0.042918831,0.813795399,3313.6504164 +348,-0.268308653,0.234799412,345,0.042918831,0.813795399,2516.2116139 +349,0.759363263,0.736189579,345,0.042918831,0.813795399,2027.1554819 +350,0.181363926,0.891988372,345,0.042918831,0.813795399,474.9826453 +351,-0.021111158,0.139103292,345,0.042918831,0.813795399,2681.2806969 +352,-0.093355215,0.630686981,345,0.042918831,0.813795399,829.72530347 +353,0.40118964,0.681375926,345,0.042918831,0.813795399,1160.6383938 +354,-0.721197315,1.304706234,345,0.042918831,0.813795399,2331.5816715 +355,-1.076150317,0.212107639,345,0.042918831,0.813795399,4390.404097 +356,-1.577164531,0.273993443,345,0.042918831,0.813795399,5568.9265165 +357,-0.190788414,0.182208586,345,0.042918831,0.813795399,2622.395932 +358,-0.261349752,0.209710184,345,0.042918831,0.813795399,2600.1682901 +359,-1.029303852,0.083549259,345,0.042918831,0.813795399,4644.0573436 +360,-1.268609162,0.330525297,345,0.042918831,0.813795399,4581.3511876 +361,1.282982244,-0.926641967,345,0.042918831,0.813795399,8058.863896 +362,0.217352334,0.731352408,345,0.042918831,0.813795399,592.12912261 +363,-1.511833084,0.258629297,345,0.042918831,0.813795399,5438.2473416 +364,0.338812194,0.823184618,345,0.042918831,0.813795399,800.16805533 +365,-0.324406489,1.134201999,345,0.042918831,0.813795399,1493.7015103 +366,1.389579348,0.399185724,345,0.042918831,0.813795399,4491.2430744 +367,2.047152199,-0.039082036,345,0.042918831,0.813795399,7497.9690024 +368,0.947780369,0.568250077,345,0.042918831,0.813795399,2870.064942 +369,0.763824846,0.576754987,345,0.042918831,0.813795399,2352.052353 +370,-0.142334657,0.928153068,345,0.042918831,0.813795399,653.3790854 +371,0.610266567,0.547265983,345,0.042918831,0.813795399,2019.5629856 +372,0.210731629,0.746815056,345,0.042918831,0.813795399,541.26549875 +373,-1.34931644,0.316895224,345,0.042918831,0.813795399,4837.6037001 +374,2.407696481,0.655030745,345,0.042918831,0.813795399,6006.2305651 +375,0.64207831,0.545359131,345,0.042918831,0.813795399,2106.3070016 +376,1.174597538,0.840588356,345,0.042918831,0.813795399,2943.7847577 +377,0.660059424,0.010604079,345,0.042918831,0.813795399,3830.4310296 +378,-0.730263819,0.010486456,345,0.042918831,0.813795399,4152.0983496 +379,0.831068936,0.512339172,345,0.042918831,0.813795399,2688.1214395 +380,1.301180979,0.72367476,345,0.042918831,0.813795399,3473.3613187 +381,1.811128231,0.322854402,345,0.042918831,0.813795399,5813.6451916 +382,0.435105812,0.992284428,345,0.042918831,0.813795399,1184.7145705 +383,0.62643634,0.592027932,345,0.042918831,0.813795399,1950.2855371 +384,0.492988703,-0.516339467,345,0.042918831,0.813795399,5509.576924 +385,-0.162469483,0.112549365,345,0.042918831,0.813795399,2864.5697144 +386,0.314630866,0.472006421,345,0.042918831,0.813795399,1598.0183643 +387,0.166744804,0.822815954,345,0.042918831,0.813795399,336.99963948 +388,0.417159608,0.965805736,345,0.042918831,0.813795399,1103.6379658 +389,0.106334961,0.868774244,345,0.042918831,0.813795399,274.61809471 +390,0.815086969,-0.338144359,345,0.042918831,0.813795399,5331.196015 +391,0.59867455,-0.230624824,345,0.042918831,0.813795399,4584.183857 +392,1.915104874,0.066220985,345,0.042918831,0.813795399,6839.6108995 +393,1.278093622,0.064463721,345,0.042918831,0.813795399,5128.5621789 +394,-0.061477853,0.302997961,345,0.042918831,0.813795399,2051.9967516 +395,0.251311504,0.626976942,345,0.042918831,0.813795399,963.38490739 +396,2.950242872,0.149095644,345,0.042918831,0.813795399,8541.0059476 +397,-0.180294708,0.35375117,345,0.042918831,0.813795399,1960.0132545 +398,1.010448592,-0.351180233,345,0.042918831,0.813795399,5762.2985505 +399,-1.748740498,0.3686318073,345,0.042918831,0.813795399,5739.1081876 +400,2.699635665,0.123533791,345,0.042918831,0.813795399,8357.4057638 +401,0.496808033,0.823843254,345,0.042918831,0.813795399,1223.0413853 +402,0.129574704,0.763364087,345,0.042918831,0.813795399,313.637117 +403,1.798920311,0.817447563,345,0.042918831,0.813795399,4401.0038723 +404,0.335987953,0.746786541,345,0.042918831,0.813795399,864.69223795 +405,-1.085413643,0.292154671,345,0.042918831,0.813795399,4189.2623294 +406,-0.155321003,0.508207011,345,0.042918831,0.813795399,1356.6204005 +407,0.620529244,-0.301175104,345,0.042918831,0.813795399,4873.8357329 +408,1.684402744,0.368716966,345,0.042918831,0.813795399,5356.5325584 +409,0.300582244,-0.386397212,345,0.042918831,0.813795399,4842.8198901 +410,2.913555946,-0.009225192,345,0.042918831,0.813795399,9121.4184446 +411,1.465101417,0.493232532,345,0.042918831,0.813795399,4444.8933923 +412,0.090612882,0.907955955,345,0.042918831,0.813795399,392.69496446 +413,2.987564726,-0.729568594,345,0.042918831,0.813795399,11793.670904 +414,-1.484261606,0.224149272,345,0.042918831,0.813795399,5461.6351025 +415,0.164073421,0.303955133,345,0.042918831,0.813795399,2058.1247078 +416,0.141441293,0.167552546,345,0.042918831,0.813795399,2581.2893527 +417,2.931321023,-0.506718887,345,0.042918831,0.813795399,10997.574737 +418,2.21951565,0.700596356,345,0.042918831,0.813795399,5546.5775173 +419,0.268112576,1.199114336,345,0.042918831,0.813795399,1591.3011995 +420,0.978913739,0.359223811,345,0.042918831,0.813795399,3487.5030364 +421,1.210898818,0.522863584,345,0.042918831,0.813795399,3691.6535751 +422,2.347397336,0.129231362,345,0.042918831,0.813795399,7690.5680848 +423,0.614394501,0.556878345,345,0.042918831,0.813795399,2005.4605621 +424,-1.398079356,0.148483366,345,0.042918831,0.813795399,5442.7462946 +425,2.535303836,-0.112984496,345,0.042918831,0.813795399,8898.6636686 +426,-1.019372593,-0.405322349,345,0.042918831,0.813795399,6140.1700796 +427,-1.297785627,-0.160104069,345,0.042918831,0.813795399,6068.4457078 +428,2.144554488,0.205051084,345,0.042918831,0.813795399,6988.7093016 +429,-2.242387083,-0.426171285,345,0.042918831,0.813795399,9350.4162571 +430,0.338637212,0.909723676,345,0.042918831,0.813795399,849.3085974 +431,-0.148798452,0.691042401,345,0.042918831,0.813795399,736.14892799 +432,0.893524764,0.441829531,345,0.042918831,0.813795399,3036.6330985 +433,0.969229347,-0.368847936,345,0.042918831,0.813795399,5734.4369361 +434,0.436043248,0.800045688,345,0.042918831,0.813795399,1074.8353714 +435,1.687946607,1.081504775,345,0.042918831,0.813795399,3584.7772145 +436,0.522302046,-0.034889271,345,0.042918831,0.813795399,3753.5698361 +437,-0.178996113,-0.438090009,345,0.042918831,0.813795399,5022.166441 +438,-1.094339566,0.301444068,345,0.042918831,0.813795399,4187.6367391 +439,-1.064070054,0.242569932,345,0.042918831,0.813795399,4271.1544607 +440,-1.068153768,0.230387998,345,0.042918831,0.813795399,4316.7587098 +441,-3.00496892,-0.23989155,345,0.042918831,0.813795399,10149.352089 +442,0.21751974,0.766874888,345,0.042918831,0.813795399,520.43305386 +443,0.117229532,0.007619006,345,0.042918831,0.813795399,3203.6541018 +444,0.777758451,0.420554741,345,0.042918831,0.813795399,2790.7879996 +445,-0.252356999,0.250747086,345,0.042918831,0.813795399,2435.5551696 +446,0.363148444,0.768483434,345,0.042918831,0.813795399,907.43124774 +447,0.903191366,-0.118210676,345,0.042918831,0.813795399,4767.1930617 +448,-0.205755923,0.149406178,345,0.042918831,0.813795399,2763.0819227 +449,1.811996086,0.02364353,345,0.042918831,0.813795399,6690.6338772 +450,-1.100670221,0.314845373,345,0.042918831,0.813795399,4167.8123179 +451,0.340078597,0.850105132,345,0.042918831,0.813795399,803.83760501 +452,0.258757267,0.804969236,345,0.042918831,0.813795399,590.28630241 +453,2.78505352,-0.155160804,345,0.042918831,0.813795399,9506.5077788 +454,0.800551619,0.105822106,345,0.042918831,0.813795399,3805.637168 +455,0.437940882,-0.506194031,345,0.042918831,0.813795399,5416.5396676 +456,2.230431122,0.63458615,345,0.042918831,0.813795399,5781.0346878 +457,0.527965361,0.127667701,345,0.042918831,0.813795399,3177.4636012 +458,-0.063643205,0.702093448,345,0.042918831,0.813795399,537.89431879 +459,1.408447268,0.133010502,345,0.042918831,0.813795399,5281.7200574 +460,0.523795955,0.280266966,345,0.042918831,0.813795399,2638.8366985 +461,-0.975769313,0.072177659,345,0.042918831,0.813795399,4541.334478 +462,0.549774164,-0.463663986,345,0.042918831,0.813795399,5376.0819251 +463,0.29245874,1.095549818,345,0.042918831,0.813795399,1247.2038603 +464,0.143625958,0.816809593,345,0.042918831,0.813795399,273.70451725 +465,0.671902494,0.611159853,345,0.042918831,0.813795399,2026.9143365 +466,1.239840988,0.6724199,345,0.042918831,0.813795399,3424.4487653 +467,0.607829703,-0.10932137,345,0.042918831,0.813795399,4160.3821733 +468,1.763020906,0.263996692,345,0.042918831,0.813795399,5860.7257184 +469,0.378714634,0.726066797,345,0.042918831,0.813795399,1013.0518573 +470,2.196736143,-0.153862366,345,0.042918831,0.813795399,8227.7246891 +471,0.01702415,0.148991565,345,0.042918831,0.813795399,2634.7495184 +472,-2.998490902,-0.158002487,345,0.042918831,0.813795399,9824.2433643 +473,-3.051262951,-0.346595608,345,0.042918831,0.813795399,10586.897175 +474,-1.069176439,0.182802941,345,0.042918831,0.813795399,4456.2273278 +475,0.167157509,0.595344954,345,0.042918831,0.813795399,942.03818082 +476,0.613855648,0.681746124,345,0.042918831,0.813795399,1724.4464065 +477,1.037012736,0.682555367,345,0.042918831,0.813795399,2868.2791005 +478,-1.253574971,0.379755746,345,0.042918831,0.813795399,4407.4732409 +479,3.108590453,-0.132620738,345,0.042918831,0.813795399,9733.4048696 +480,0.565301296,0.022333262,345,0.042918831,0.813795399,3617.0677953 +481,0.547898238,0.855555614,345,0.042918831,0.813795399,1344.8292853 +482,0.948309381,0.417393755,345,0.042918831,0.813795399,3247.8552823 +483,-0.050600732,0.945269213,345,0.042918831,0.813795399,571.41133596 +484,-0.977651478,-0.572363064,345,0.042918831,0.813795399,6586.2467932 +485,1.102014914,0.728861163,345,0.042918831,0.813795399,2951.6582073 +486,2.927300795,-0.282939414,345,0.042918831,0.813795399,10177.136903 +487,-1.154565557,0.124434095,345,0.042918831,0.813795399,4853.1012801 +488,1.855331234,0.291044755,345,0.042918831,0.813795399,6019.1209207 +489,0.830290659,0.276904518,345,0.042918831,0.813795399,3340.8531942 +490,0.485104466,-0.234867441,345,0.042918831,0.813795399,4441.5576731 +491,0.521367572,-0.33161327,345,0.042918831,0.813795399,4848.7937193 +1,-1.539031704,0.7349710123,346,1.196146777,-0.853142756,11228.382954 +2,-1.536990553,0.7349663874,346,1.196146777,-0.853142756,11223.210041 +3,-1.534951779,0.7349571355,346,1.196146777,-0.853142756,11218.030682 +4,-1.532906461,0.7349480293,346,1.196146777,-0.853142756,11212.831959 +5,-1.531320211,0.7346937278,346,1.196146777,-0.853142756,11208.302249 +6,-1.539451648,0.7335131775,346,1.196146777,-0.853142756,11226.493522 +7,-1.537429487,0.7335445708,346,1.196146777,-0.853142756,11221.447537 +8,-1.535484998,0.7335658704,346,1.196146777,-0.853142756,11216.574125 +9,-1.533488396,0.7336036027,346,1.196146777,-0.853142756,11211.598935 +10,-1.531497785,0.7335842962,346,1.196146777,-0.853142756,11206.520596 +11,-1.530259379,0.7334777758,346,1.196146777,-0.853142756,11203.169361 +12,-1.5335454,0.7322346912,346,1.196146777,-0.853142756,11208.969556 +13,-1.531489083,0.7322238773,346,1.196146777,-0.853142756,11203.746777 +14,-1.530011122,0.7321679851,346,1.196146777,-0.853142756,11199.893466 +15,-1.53348106,0.7306614094,346,1.196146777,-0.853142756,11205.598368 +16,-1.531441779,0.7306962275,346,1.196146777,-0.853142756,11200.517269 +17,-1.529755654,0.7306933243,346,1.196146777,-0.853142756,11196.248801 +18,-1.533415048,0.7291384674,346,1.196146777,-0.853142756,11202.304791 +19,-1.531392093,0.7291705353,346,1.196146777,-0.853142756,11197.265122 +20,-1.529296523,0.7291214933,346,1.196146777,-0.853142756,11191.872001 +21,-1.535280942,0.727267644,346,1.196146777,-0.853142756,11203.13531 +22,-1.533378158,0.7276139666,346,1.196146777,-0.853142756,11199.061057 +23,-1.531340368,0.7276446587,346,1.196146777,-0.853142756,11193.987026 +24,-1.528960113,0.7276398177,346,1.196146777,-0.853142756,11187.971635 +25,-1.533313146,0.7260818349,346,1.196146777,-0.853142756,11195.710243 +26,-1.531259555,0.7260958115,346,1.196146777,-0.853142756,11190.56754 +27,-1.528926415,0.7260865555,346,1.196146777,-0.853142756,11184.668124 +28,-1.531226779,0.7245511789,346,1.196146777,-0.853142756,11187.257232 +29,-1.528904772,0.7245519194,346,1.196146777,-0.853142756,11181.413087 +30,-1.547195875,0.7409785979,346,1.196146777,-0.853142756,11261.039229 +31,-1.5451475,0.740980426,346,1.196146777,-0.853142756,11255.851934 +32,-1.543097679,0.7409798872,346,1.196146777,-0.853142756,11250.653176 +33,-1.540720364,0.7409892687,346,1.196146777,-0.853142756,11244.639626 +34,-1.547188511,0.7395198392,346,1.196146777,-0.853142756,11258.129694 +35,-1.545148587,0.7395226109,346,1.196146777,-0.853142756,11252.971018 +36,-1.543104538,0.7395314908,346,1.196146777,-0.853142756,11247.8108 +37,-1.540727751,0.7395306258,346,1.196146777,-0.853142756,11241.784435 +38,-1.547187029,0.7380014886,346,1.196146777,-0.853142756,11255.095282 +39,-1.545147315,0.7380012252,346,1.196146777,-0.853142756,11249.936706 +40,-1.54310719,0.7380060743,346,1.196146777,-0.853142756,11244.784043 +41,-1.540719671,0.7380068206,346,1.196146777,-0.853142756,11238.740059 +42,-1.547187189,0.7364799098,346,1.196146777,-0.853142756,11252.036548 +43,-1.545149996,0.7364853874,346,1.196146777,-0.853142756,11246.901585 +44,-1.543106091,0.7364823484,346,1.196146777,-0.853142756,11241.729167 +45,-1.540717158,0.7364893901,346,1.196146777,-0.853142756,11235.700713 +46,-1.538663972,0.7410138672,346,1.196146777,-0.853142756,11239.466834 +47,-1.53695285,0.7409699132,346,1.196146777,-0.853142756,11235.034081 +48,-1.534910498,0.7409641297,346,1.196146777,-0.853142756,11229.83211 +49,-1.533145034,0.7409536636,346,1.196146777,-0.853142756,11225.322446 +50,-1.538681336,0.7395405883,346,1.196146777,-0.853142756,11236.613536 +51,-1.536999189,0.7395183096,346,1.196146777,-0.853142756,11232.300703 +52,-1.534923633,0.7395144222,346,1.196146777,-0.853142756,11227.023039 +53,-1.533267822,0.7395654306,346,1.196146777,-0.853142756,11222.916843 +54,-1.53867273,0.7380151077,346,1.196146777,-0.853142756,11233.570017 +55,-1.536980576,0.7379994392,346,1.196146777,-0.853142756,11229.248979 +56,-1.534931522,0.7379944961,346,1.196146777,-0.853142756,11224.041691 +57,-1.533387952,0.7379480264,346,1.196146777,-0.853142756,11220.032407 +58,-1.538682279,0.7364914363,346,1.196146777,-0.853142756,11230.554271 +59,-1.536980704,0.7364810563,346,1.196146777,-0.853142756,11226.224189 +60,-1.534935567,0.7364752065,346,1.196146777,-0.853142756,11221.030264 +61,-1.533042592,0.7363876366,346,1.196146777,-0.853142756,11216.056312 +62,-1.545143426,0.7349628011,346,1.196146777,-0.853142756,11243.807763 +63,-1.543105297,0.7349691947,346,1.196146777,-0.853142756,11238.674669 +64,-1.541064533,0.7349647152,346,1.196146777,-0.853142756,11233.509544 +65,-1.545411803,0.7334624714,346,1.196146777,-0.853142756,11241.430939 +66,-1.543446606,0.7334780896,346,1.196146777,-0.853142756,11236.506847 +67,-1.541475327,0.7334957295,346,1.196146777,-0.853142756,11231.568208 +68,-1.545401939,0.731963266,346,1.196146777,-0.853142756,11238.333327 +69,-1.54342253,0.7319915583,346,1.196146777,-0.853142756,11233.405166 +70,-1.541455867,0.7320216438,346,1.196146777,-0.853142756,11228.509289 +71,-1.545410146,0.7304422281,346,1.196146777,-0.853142756,11235.215321 +72,-1.543435491,0.7304713664,346,1.196146777,-0.853142756,11230.306997 +73,-1.541463105,0.7304997613,346,1.196146777,-0.853142756,11225.399261 +74,-1.545414768,0.7289194936,346,1.196146777,-0.853142756,11232.063575 +75,-1.543435774,0.7289538557,346,1.196146777,-0.853142756,11227.161393 +76,-1.541457714,0.7289765881,346,1.196146777,-0.853142756,11222.233687 +77,-1.539449415,0.7320555866,346,1.196146777,-0.853142756,11223.517456 +78,-1.537429183,0.7321097681,346,1.196146777,-0.853142756,11218.52857 +79,-1.535472649,0.7321497267,346,1.196146777,-0.853142756,11213.667965 +80,-1.539457899,0.7305333307,346,1.196146777,-0.853142756,11220.415926 +81,-1.537453161,0.7305750503,346,1.196146777,-0.853142756,11215.446893 +82,-1.535479385,0.7306124949,346,1.196146777,-0.853142756,11210.543613 +83,-1.53946905,0.7290102593,346,1.196146777,-0.853142756,11217.298376 +84,-1.537459922,0.7290417293,346,1.196146777,-0.853142756,11212.303311 +85,-1.535451349,0.7290890157,346,1.196146777,-0.853142756,11207.338654 +86,-1.535522937,0.7279887191,346,1.196146777,-0.853142756,11205.242485 +87,-1.539442524,0.7274735939,346,1.196146777,-0.853142756,11214.036795 +88,-1.537424111,0.727521351,346,1.196146777,-0.853142756,11209.058416 +89,-1.539384641,0.7259505092,346,1.196146777,-0.853142756,11210.704045 +90,-1.537372391,0.7259947145,346,1.196146777,-0.853142756,11205.740051 +91,-1.535340789,0.7260435356,346,1.196146777,-0.853142756,11200.733118 +92,-1.539325716,0.7244369706,346,1.196146777,-0.853142756,11207.368645 +93,-1.537308932,0.7244801057,346,1.196146777,-0.853142756,11202.397291 +94,-1.535289068,0.7245247645,346,1.196146777,-0.853142756,11197.417412 +95,-1.533261366,0.7245550236,346,1.196146777,-0.853142756,11192.38363 +96,-1.539267302,0.722921924,346,1.196146777,-0.853142756,11204.011543 +97,-1.537248972,0.7229660258,346,1.196146777,-0.853142756,11199.044697 +98,-1.535219431,0.7229916471,346,1.196146777,-0.853142756,11194.006499 +99,-1.53318962,0.7230212049,346,1.196146777,-0.853142756,11188.97204 +100,-1.531154816,0.7230299897,346,1.196146777,-0.853142756,11183.877333 +101,-1.528878341,0.7230370244,346,1.196146777,-0.853142756,11178.167299 +102,-1.539218189,0.7214009878,346,1.196146777,-0.853142756,11200.645469 +103,-1.537198791,0.7214422745,346,1.196146777,-0.853142756,11195.676379 +104,-1.535179266,0.7214634354,346,1.196146777,-0.853142756,11190.659963 +105,-1.533156501,0.7214944644,346,1.196146777,-0.853142756,11185.652497 +106,-1.53113574,0.7215166021,346,1.196146777,-0.853142756,11180.627252 +107,-1.528874248,0.7215345535,346,1.196146777,-0.853142756,11174.984397 +108,-1.539217656,0.7198512397,346,1.196146777,-0.853142756,11197.31915 +109,-1.537199919,0.7199428763,346,1.196146777,-0.853142756,11192.469032 +110,-1.545425832,0.727397149,346,1.196146777,-0.853142756,11228.907763 +111,-1.543371177,0.7273916949,346,1.196146777,-0.853142756,11223.738536 +112,-1.541368852,0.7274523163,346,1.196146777,-0.853142756,11218.835159 +113,-1.545349067,0.7258710923,346,1.196146777,-0.853142756,11225.503056 +114,-1.54332671,0.7258603556,346,1.196146777,-0.853142756,11220.409636 +115,-1.541346831,0.7259242142,346,1.196146777,-0.853142756,11215.576087 +116,-1.545324355,0.7243383958,346,1.196146777,-0.853142756,11222.194225 +117,-1.543292796,0.7243617413,346,1.196146777,-0.853142756,11217.155986 +118,-1.541295822,0.7244024384,346,1.196146777,-0.853142756,11212.237127 +119,-1.543193859,0.7205570215,346,1.196146777,-0.853142756,11208.775655 +120,-1.550257047,0.7386738187,346,1.196146777,-0.853142756,11264.20104 +121,-1.549335448,0.7311736483,346,1.196146777,-0.853142756,11246.599292 +122,-1.533478843,0.7179891343,346,1.196146777,-0.853142756,11178.953193 +123,-1.556150555,0.738907041,346,1.196146777,-0.853142756,11279.547835 +124,-1.554324226,0.733414257,346,1.196146777,-0.853142756,11263.765958 +125,-1.554290846,0.7288285332,346,1.196146777,-0.853142756,11254.135998 +126,-1.55122487,0.7219795312,346,1.196146777,-0.853142756,11231.882514 +127,-1.525104458,0.7229399862,346,1.196146777,-0.853142756,11168.463346 +128,-1.519607711,0.7236181429,346,1.196146777,-0.853142756,11156.020879 +129,-1.513899999,0.7251107854,346,1.196146777,-0.853142756,11144.686068 +130,-1.536620762,0.7431061895,346,1.196146777,-0.853142756,11238.348371 +131,-1.5369566,0.7460845958,346,1.196146777,-0.853142756,11244.928529 +132,-1.545345528,0.7447040685,346,1.196146777,-0.853142756,11263.62751 +133,-1.532813921,0.7432306626,346,1.196146777,-0.853142756,11228.897074 +134,-1.554788248,0.7382381001,346,1.196146777,-0.853142756,11274.764866 +135,-1.540348126,0.7301594274,346,1.196146777,-0.853142756,11221.888564 +136,-1.538016084,0.7239051786,346,1.196146777,-0.853142756,11202.95842 +137,-1.525288962,0.7258085137,346,1.196146777,-0.853142756,11174.915313 +138,-1.534326986,0.731241342,346,1.196146777,-0.853142756,11208.920787 +139,-1.530733872,0.7303625216,346,1.196146777,-0.853142756,11198.046243 +141,-1.534354939,0.7328219978,346,1.196146777,-0.853142756,11212.209043 +142,-1.53157084,0.7292888153,346,1.196146777,-0.853142756,11197.95956 +143,-1.525691035,0.7263799874,346,1.196146777,-0.853142756,11177.114666 +144,-1.534031287,0.7495967835,346,1.196146777,-0.853142756,11244.093898 +145,-1.527714986,0.7283095957,346,1.196146777,-0.853142756,11186.208232 +146,-1.526189586,0.7271468292,346,1.196146777,-0.853142756,11179.959024 +147,-1.555177336,0.7375563366,346,1.196146777,-0.853142756,11274.369468 +148,-1.555080283,0.7312707794,346,1.196146777,-0.853142756,11261.224678 +149,-1.53856994,0.7224180299,346,1.196146777,-0.853142756,11201.191963 +150,-1.530837883,0.729933372,346,1.196146777,-0.853142756,11197.430899 +151,-1.515066984,0.5854133365,346,1.196146777,-0.853142756,10792.914842 +152,-1.534731633,0.5368370046,346,1.196146777,-0.853142756,10688.425323 +153,-1.515231902,0.5607085576,346,1.196146777,-0.853142756,10720.119507 +154,-2.616253799,1.0684566605,346,1.196146777,-0.853142756,10734.324403 +155,-1.956071439,0.5792177723,346,1.196146777,-0.853142756,11358.376817 +156,-1.951208514,0.5602434208,346,1.196146777,-0.853142756,11283.547345 +157,-1.944675062,0.6062144545,346,1.196146777,-0.853142756,11465.762897 +158,-1.613778386,0.6077989518,346,1.196146777,-0.853142756,11072.128028 +159,-2.035029014,0.6021432345,346,1.196146777,-0.853142756,11415.553218 +160,-2.114989471,0.6801825058,346,1.196146777,-0.853142756,11606.69795 +161,-2.037382079,0.5765830025,346,1.196146777,-0.853142756,11315.112763 +162,-2.129855121,0.6585019963,346,1.196146777,-0.853142756,11509.348751 +163,-2.075141798,0.6493615843,346,1.196146777,-0.853142756,11554.671566 +164,-1.828626729,0.6948433129,346,1.196146777,-0.853142756,11735.533683 +165,-1.863329418,0.6735427691,346,1.196146777,-0.853142756,11695.021328 +166,-1.266037071,0.727988852,346,1.196146777,-0.853142756,10509.986663 +167,-1.277579582,0.7249010648,346,1.196146777,-0.853142756,10534.2354 +168,-1.258418684,0.7241194816,346,1.196146777,-0.853142756,10482.845568 +169,-1.317813974,0.6804850104,346,1.196146777,-0.853142756,10548.777381 +170,-1.344165204,0.6790988904,346,1.196146777,-0.853142756,10613.691545 +171,-1.427582102,0.5277120351,346,1.196146777,-0.853142756,10425.938812 +172,-1.402238616,0.457167829,346,1.196146777,-0.853142756,10155.291616 +173,-1.422454264,0.4996161999,346,1.196146777,-0.853142756,10330.385694 +174,-1.439089277,0.4894859811,346,1.196146777,-0.853142756,10336.426712 +175,-1.448126995,0.5182330266,346,1.196146777,-0.853142756,10444.071817 +176,-1.474626146,0.5881926574,346,1.196146777,-0.853142756,10708.718472 +177,-1.421139645,0.5584869783,346,1.196146777,-0.853142756,10500.052138 +178,-1.457037165,0.565943032,346,1.196146777,-0.853142756,10604.804252 +179,-2.757159358,0.3745319,346,1.196146777,-0.853142756,9275.7761042 +180,-2.714309238,0.342054471,346,1.196146777,-0.853142756,9281.8765793 +181,-2.000525337,0.774119946,346,1.196146777,-0.853142756,12096.894922 +183,-1.571413436,0.6777838382,346,1.196146777,-0.853142756,11176.474691 +184,-1.552860289,0.6987663893,346,1.196146777,-0.853142756,11183.49585 +185,-1.521852374,0.7165827476,346,1.196146777,-0.853142756,11146.788978 +186,-1.503656267,0.6928968252,346,1.196146777,-0.853142756,11048.700253 +187,-1.502753178,0.7136205882,346,1.196146777,-0.853142756,11092.396438 +188,-1.631894563,0.7343596465,346,1.196146777,-0.853142756,11457.484879 +189,-1.653765416,0.6770714026,346,1.196146777,-0.853142756,11361.376081 +190,-1.719812114,0.6715965947,346,1.196146777,-0.853142756,11479.61897 +191,-1.493406659,0.6646955447,346,1.196146777,-0.853142756,10956.296439 +192,-1.469120564,0.6613469966,346,1.196146777,-0.853142756,10888.525169 +193,-1.590551461,0.5326612937,346,1.196146777,-0.853142756,10786.960798 +194,-1.625979264,0.5247742243,346,1.196146777,-0.853142756,10826.337802 +195,-1.572293943,0.5238808754,346,1.196146777,-0.853142756,10722.932258 +196,-1.610848725,0.5477107964,346,1.196146777,-0.853142756,10874.993893 +197,-1.208485554,0.7918526018,346,1.196146777,-0.853142756,10468.797712 +198,-1.335601374,0.6869083083,346,1.196146777,-0.853142756,10608.474291 +199,-1.346156996,0.6825213377,346,1.196146777,-0.853142756,10626.255729 +200,-1.324381037,0.6741422347,346,1.196146777,-0.853142756,10551.916475 +201,-1.242424992,0.7378949807,346,1.196146777,-0.853142756,10466.788501 +202,-1.270370057,0.7392461008,346,1.196146777,-0.853142756,10542.003282 +203,-1.448950472,0.7441675014,346,1.196146777,-0.853142756,11015.17597 +204,-1.492662363,0.7523026852,346,1.196146777,-0.853142756,11142.787601 +205,-1.479098966,0.7763855017,346,1.196146777,-0.853142756,11147.923117 +206,-1.633760714,0.7869022408,346,1.196146777,-0.853142756,11564.087408 +207,-1.647406434,0.8101289331,346,1.196146777,-0.853142756,11632.369023 +208,-1.564245052,0.5701509278,346,1.196146777,-0.853142756,10853.613979 +209,-1.646289963,0.6833746083,346,1.196146777,-0.853142756,11362.621216 +210,-1.5820631,0.6751952144,346,1.196146777,-0.853142756,11194.757516 +211,-1.613236298,0.6681681791,346,1.196146777,-0.853142756,11247.273486 +212,-1.914661867,0.8212566515,346,1.196146777,-0.853142756,12293.468071 +213,-1.742133237,0.7250275956,346,1.196146777,-0.853142756,11684.204672 +214,-2.033144872,0.6557314699,346,1.196146777,-0.853142756,11622.430435 +215,-2.039551981,0.6964723658,346,1.196146777,-0.853142756,11768.96758 +216,-1.247341019,0.7622473908,346,1.196146777,-0.853142756,10522.126357 +217,-1.298239787,0.7084123392,346,1.196146777,-0.853142756,10555.979813 +218,-1.308539688,0.6926545592,346,1.196146777,-0.853142756,10550.592012 +219,-1.303263185,0.6888938396,346,1.196146777,-0.853142756,10529.043117 +220,-1.852400229,0.6004246149,346,1.196146777,-0.853142756,11406.302074 +221,-1.288947707,0.7473773692,346,1.196146777,-0.853142756,10604.876605 +222,-1.372031502,0.7472790993,346,1.196146777,-0.853142756,10821.073649 +223,-1.289805721,0.7242157877,346,1.196146777,-0.853142756,10564.77696 +224,-1.350807603,0.7533498126,346,1.196146777,-0.853142756,10776.360935 +225,-1.329290365,0.7560442322,346,1.196146777,-0.853142756,10724.905338 +226,-1.410153004,0.616936428,346,1.196146777,-0.853142756,10632.072879 +227,-1.393445434,0.6308995063,346,1.196146777,-0.853142756,10626.107902 +228,-1.37595573,0.6241540638,346,1.196146777,-0.853142756,10565.70313 +229,-1.358388707,0.6172645205,346,1.196146777,-0.853142756,10504.575953 +230,-1.753741133,0.8281661666,346,1.196146777,-0.853142756,11928.29798 +231,-1.47430987,0.6834615681,346,1.196146777,-0.853142756,10953.914 +232,-1.421012508,0.7222725206,346,1.196146777,-0.853142756,10901.441262 +233,-1.4476833,0.6978557868,346,1.196146777,-0.853142756,10919.119041 +234,-1.470370723,0.6966193374,346,1.196146777,-0.853142756,10973.786718 +235,-1.429211703,0.7037216883,346,1.196146777,-0.853142756,10884.627593 +236,-1.700578405,0.6178673663,346,1.196146777,-0.853142756,11270.700602 +237,-1.678117619,0.6331716163,346,1.196146777,-0.853142756,11279.051089 +238,-1.725644578,0.6316331145,346,1.196146777,-0.853142756,11360.020239 +239,-2.14012759,0.7930497945,346,1.196146777,-0.853142756,11868.742482 +240,-2.103289431,0.7653606263,346,1.196146777,-0.853142756,11890.395441 +241,-1.318739838,0.7017808746,346,1.196146777,-0.853142756,10595.855604 +242,-1.396417427,0.7077900843,346,1.196146777,-0.853142756,10808.94352 +243,-1.35650337,0.7185539404,346,1.196146777,-0.853142756,10727.295921 +244,-1.248884539,0.7274156818,346,1.196146777,-0.853142756,10464.232819 +245,-1.395014798,0.5761185243,346,1.196146777,-0.853142756,10486.929929 +246,-1.433377362,0.6064716109,346,1.196146777,-0.853142756,10661.174577 +247,-1.408172432,0.5903155476,346,1.196146777,-0.853142756,10557.124197 +248,-1.749645898,0.7757118084,346,1.196146777,-0.853142756,11830.441707 +249,-1.571626686,0.615046989,346,1.196146777,-0.853142756,11004.445902 +250,-1.514070049,0.6303003037,346,1.196146777,-0.853142756,10916.828861 +251,-1.480890369,0.6237966528,346,1.196146777,-0.853142756,10821.093148 +252,-1.704390658,0.5281680612,346,1.196146777,-0.853142756,10966.368469 +253,-1.64434733,0.5254277498,346,1.196146777,-0.853142756,10860.717132 +254,-1.703855997,0.4792484842,346,1.196146777,-0.853142756,10788.764825 +255,-1.692002383,0.5748825051,346,1.196146777,-0.853142756,11110.825091 +256,-1.854136457,0.5544643913,346,1.196146777,-0.853142756,11229.824281 +257,-1.665021206,0.520317736,346,1.196146777,-0.853142756,10877.588574 +258,-1.733654349,0.4845187345,346,1.196146777,-0.853142756,10846.887038 +259,-1.720938188,0.5135933906,346,1.196146777,-0.853142756,10937.235325 +260,-1.742668307,0.553296122,346,1.196146777,-0.853142756,11110.997165 +261,-1.965659039,0.7142126903,346,1.196146777,-0.853142756,11890.650714 +262,-1.944438071,0.6772834804,346,1.196146777,-0.853142756,11747.264018 +263,-1.270340967,0.7681487096,346,1.196146777,-0.853142756,10591.597634 +264,-1.353091884,0.6549276821,346,1.196146777,-0.853142756,10582.124425 +265,-1.333236659,0.6413584414,346,1.196146777,-0.853142756,10499.779965 +266,-1.352015998,0.6753788907,346,1.196146777,-0.853142756,10625.692677 +267,-1.377988483,0.6577816235,346,1.196146777,-0.853142756,10652.01744 +268,-2.13075611,0.8318642051,346,1.196146777,-0.853142756,11948.502029 +269,-2.097910953,0.8259670014,346,1.196146777,-0.853142756,12026.705577 +270,-1.416382069,0.6694271549,346,1.196146777,-0.853142756,10776.130491 +271,-1.538905672,0.7535625993,346,1.196146777,-0.853142756,11263.909841 +272,-1.572309477,0.7803125099,346,1.196146777,-0.853142756,11395.643415 +273,-1.87759879,0.7503853417,346,1.196146777,-0.853142756,11996.120615 +274,1.152365588,0.590457682,346,1.196146777,-0.853142756,5720.1915921 +275,0.350198001,0.718001859,346,1.196146777,-0.853142756,6887.5003066 +276,0.046513677,0.491503852,346,1.196146777,-0.853142756,6692.4947087 +277,0.027510309,0.742571376,346,1.196146777,-0.853142756,7511.1852876 +278,0.306285725,-0.214631579,346,1.196146777,-0.853142756,3843.8981688 +279,-1.100564889,0.318051531,346,1.196146777,-0.853142756,9025.87485 +280,-1.078582306,0.301437596,346,1.196146777,-0.853142756,8922.0571405 +281,-1.137371989,-0.617634065,346,1.196146777,-0.853142756,5960.8345713 +282,0.784356344,0.703272339,346,1.196146777,-0.853142756,6331.0595476 +283,-1.221209947,0.218327455,346,1.196146777,-0.853142756,8993.7098349 +284,2.347301921,-0.449114658,346,1.196146777,-0.853142756,3827.042387 +285,0.246820618,0.830553713,346,1.196146777,-0.853142756,7420.338304 +286,0.829414965,0.703288228,346,1.196146777,-0.853142756,6297.1404007 +287,-1.337537566,0.42332223,346,1.196146777,-0.853142756,9905.6826669 +288,0.882453706,0.454478077,346,1.196146777,-0.853142756,5297.3150349 +289,1.575629659,0.416419109,346,1.196146777,-0.853142756,5205.0456735 +290,-1.039455679,0.229888244,346,1.196146777,-0.853142756,8608.3184101 +291,0.489558039,0.934482747,346,1.196146777,-0.853142756,7464.9648991 +292,0.081344504,0.88384514,346,1.196146777,-0.853142756,7846.8780999 +293,-1.547979814,0.300350308,346,1.196146777,-0.853142756,9908.7822027 +294,0.040776181,0.168560074,346,1.196146777,-0.853142756,5684.5296685 +295,-1.130374745,0.563894876,346,1.196146777,-0.853142756,9790.0548469 +296,1.578326642,0.478507176,346,1.196146777,-0.853142756,5445.5274921 +297,-1.12861823,-0.291640865,346,1.196146777,-0.853142756,7078.4115926 +298,0.310524208,0.770885792,346,1.196146777,-0.853142756,7126.5944553 +299,0.415649091,-0.387246002,346,1.196146777,-0.853142756,3054.1578713 +300,-0.926533878,-0.188022748,346,1.196146777,-0.853142756,7010.9917928 +301,1.258856172,-0.11716081,346,1.196146777,-0.853142756,2922.7910819 +302,-1.126050026,0.322941926,346,1.196146777,-0.853142756,9102.5011615 +303,2.002785835,0.07893892,346,1.196146777,-0.853142756,4616.9318289 +304,0.440437607,0.746258085,346,1.196146777,-0.853142756,6858.5742002 +305,-0.030391866,0.214441206,346,1.196146777,-0.853142756,5997.8207801 +306,0.521557815,-0.058929362,346,1.196146777,-0.853142756,3881.6311721 +307,-0.097005111,0.13317729,346,1.196146777,-0.853142756,5910.1949562 +308,1.83113859,0.221857587,346,1.196146777,-0.853142756,4802.6738811 +309,0.222428864,0.099404236,346,1.196146777,-0.853142756,5043.4725841 +310,-1.702731345,0.8728568183,346,1.196146777,-0.853142756,11814.861729 +311,-0.418507569,0.278324921,346,1.196146777,-0.853142756,7160.3356864 +312,-1.41153306,0.339029988,346,1.196146777,-0.853142756,9793.7553928 +313,0.357560442,0.114788776,346,1.196146777,-0.853142756,4803.6893595 +314,0.325818979,0.268352149,346,1.196146777,-0.853142756,5388.0547328 +315,-1.246004659,-0.663679965,346,1.196146777,-0.853142756,5953.622198 +316,1.814603087,0.637404484,346,1.196146777,-0.853142756,6292.144698 +317,1.843704281,-0.18300445,346,1.196146777,-0.853142756,3404.4067677 +318,1.690644492,-0.211480909,346,1.196146777,-0.853142756,3014.7083027 +319,-1.275451936,0.068109467,346,1.196146777,-0.853142756,8602.8039431 +320,0.762430171,-0.207594741,346,1.196146777,-0.853142756,2926.9074147 +321,0.265668905,-0.014647884,346,1.196146777,-0.853142756,4575.0899898 +322,-2.773032013,-0.335515811,346,1.196146777,-0.853142756,6907.1184752 +323,-1.469512853,0.174058777,346,1.196146777,-0.853142756,9327.6346077 +324,0.286276986,0.785925691,346,1.196146777,-0.853142756,7213.3328811 +325,-1.379324697,0.377432233,346,1.196146777,-0.853142756,9852.9355189 +326,-1.203778265,0.212813032,346,1.196146777,-0.853142756,8937.2264459 +327,0.579916301,0.611743168,346,1.196146777,-0.853142756,6195.4312061 +328,0.267582642,0.868113908,346,1.196146777,-0.853142756,7513.4927879 +329,0.412869244,-0.050245578,346,1.196146777,-0.853142756,4133.1130596 +330,0.17524381,0.976660285,346,1.196146777,-0.853142756,7990.7568629 +331,0.743157214,0.204812899,346,1.196146777,-0.853142756,4480.0665409 +332,-1.070758176,0.269382282,346,1.196146777,-0.853142756,8805.4811978 +333,-1.230364251,0.329790229,346,1.196146777,-0.853142756,9370.2152904 +334,-1.374813124,-0.024926835,346,1.196146777,-0.853142756,8455.4860957 +335,0.519780566,0.463669906,346,1.196146777,-0.853142756,5738.3764491 +336,-1.55108034,0.239698561,346,1.196146777,-0.853142756,9694.5498714 +337,0.180294813,0.029739425,346,1.196146777,-0.853142756,4915.2147724 +338,0.67820924,0.268170153,346,1.196146777,-0.853142756,4799.9542323 +339,0.445798684,1.024001867,346,1.196146777,-0.853142756,7823.47917 +340,0.691751283,0.150521402,346,1.196146777,-0.853142756,4345.3135649 +341,-1.036643551,-0.903056181,346,1.196146777,-0.853142756,4842.5518191 +342,-0.120287036,1.083325163,346,1.196146777,-0.853142756,8712.201096 +343,2.823513113,-0.304487164,346,1.196146777,-0.853142756,5463.1726476 +344,0.457583172,1.12513373,346,1.196146777,-0.853142756,8160.7192919 +345,0.042918831,0.813795399,346,1.196146777,-0.853142756,7699.5949443 +346,1.196146777,-0.853142756,346,1.196146777,-0.853142756,0 +347,0.206001358,-0.010430701,346,1.196146777,-0.853142756,4726.6920294 +348,-0.268308653,0.234799412,346,1.196146777,-0.853142756,6648.0808546 +349,0.759363263,0.736189579,346,1.196146777,-0.853142756,6476.7356852 +350,0.181363926,0.891988372,346,1.196146777,-0.853142756,7716.4485108 +351,-0.021111158,0.139103292,346,1.196146777,-0.853142756,5741.3650661 +352,-0.093355215,0.630686981,346,1.196146777,-0.853142756,7415.5963699 +353,0.40118964,0.681375926,346,1.196146777,-0.853142756,6685.6367783 +354,-0.721197315,1.304706234,346,1.196146777,-0.853142756,9801.1713783 +355,-1.076150317,0.212107639,346,1.196146777,-0.853142756,8641.1381 +356,-1.577164531,0.273993443,346,1.196146777,-0.853142756,9858.7090426 +357,-0.190788414,0.182208586,346,1.196146777,-0.853142756,6294.2900331 +358,-0.261349752,0.209710184,346,1.196146777,-0.853142756,6555.4781015 +359,-1.029303852,0.083549259,346,1.196146777,-0.853142756,8123.6823417 +360,-1.268609162,0.330525297,346,1.196146777,-0.853142756,9459.7958655 +361,1.282982244,-0.926641967,346,1.196146777,-0.853142756,362.63165371 +362,0.217352334,0.731352408,346,1.196146777,-0.853142756,7141.2760218 +363,-1.511833084,0.258629297,346,1.196146777,-0.853142756,9700.4392226 +364,0.338812194,0.823184618,346,1.196146777,-0.853142756,7263.0626229 +365,-0.324406489,1.134201999,346,1.196146777,-0.853142756,9123.2939619 +366,1.389579348,0.399185724,346,1.196146777,-0.853142756,5007.512146 +367,2.047152199,-0.039082036,346,1.196146777,-0.853142756,4316.8691929 +368,0.947780369,0.568250077,346,1.196146777,-0.853142756,5698.1784906 +369,0.763824846,0.576754987,346,1.196146777,-0.853142756,5866.079936 +370,-0.142334657,0.928153068,346,1.196146777,-0.853142756,8352.5277504 +371,0.610266567,0.547265983,346,1.196146777,-0.853142756,5920.9621193 +372,0.210731629,0.746815056,346,1.196146777,-0.853142756,7202.8053125 +373,-1.34931644,0.316895224,346,1.196146777,-0.853142756,9592.1969474 +374,2.407696481,0.655030745,346,1.196146777,-0.853142756,7327.8156532 +375,0.64207831,0.545359131,346,1.196146777,-0.853142756,5875.5718418 +376,1.174597538,0.840588356,346,1.196146777,-0.853142756,6709.2754068 +377,0.660059424,0.010604079,346,1.196146777,-0.853142756,3880.2481241 +378,-0.730263819,0.010486456,346,1.196146777,-0.853142756,7169.0792736 +379,0.831068936,0.512339172,346,1.196146777,-0.853142756,5560.9384992 +380,1.301180979,0.72367476,346,1.196146777,-0.853142756,6256.5319915 +381,1.811128231,0.322854402,346,1.196146777,-0.853142756,5137.5263916 +382,0.435105812,0.992284428,346,1.196146777,-0.853142756,7724.8456883 +383,0.62643634,0.592027932,346,1.196146777,-0.853142756,6066.9850143 +384,0.492988703,-0.516339467,346,1.196146777,-0.853142756,2494.4943033 +385,-0.162469483,0.112549365,346,1.196146777,-0.853142756,6011.8829462 +386,0.314630866,0.472006421,346,1.196146777,-0.853142756,6103.1797283 +387,0.166744804,0.822815954,346,1.196146777,-0.853142756,7519.4742456 +388,0.417159608,0.965805736,346,1.196146777,-0.853142756,7652.9548255 +389,0.106334961,0.868774244,346,1.196146777,-0.853142756,7760.5106547 +390,0.815086969,-0.338144359,346,1.196146777,-0.853142756,2373.3800555 +391,0.59867455,-0.230624824,346,1.196146777,-0.853142756,3142.227023 +392,1.915104874,0.066220985,346,1.196146777,-0.853142756,4400.0004275 +393,1.278093622,0.064463721,346,1.196146777,-0.853142756,3645.6117613 +394,-0.061477853,0.302997961,346,1.196146777,-0.853142756,6346.3933976 +395,0.251311504,0.626976942,346,1.196146777,-0.853142756,6738.2605139 +396,2.950242872,0.149095644,346,1.196146777,-0.853142756,7142.9884111 +397,-0.180294708,0.35375117,346,1.196146777,-0.853142756,6785.618649 +398,1.010448592,-0.351180233,346,1.196146777,-0.853142756,2073.9861061 +399,-1.748740498,0.3686318073,346,1.196146777,-0.853142756,10426.406478 +400,2.699635665,0.123533791,346,1.196146777,-0.853142756,6415.8355845 +401,0.496808033,0.823843254,346,1.196146777,-0.853142756,7063.4822603 +402,0.129574704,0.763364087,346,1.196146777,-0.853142756,7392.6574932 +403,1.798920311,0.817447563,346,1.196146777,-0.853142756,6934.423539 +404,0.335987953,0.746786541,346,1.196146777,-0.853142756,7007.0725044 +405,-1.085413643,0.292154671,346,1.196146777,-0.853142756,8910.5318837 +406,-0.155321003,0.508207011,346,1.196146777,-0.853142756,7188.4289783 +407,0.620529244,-0.301175104,346,1.196146777,-0.853142756,2860.9941184 +408,1.684402744,0.368716966,346,1.196146777,-0.853142756,5138.1015518 +409,0.300582244,-0.386397212,346,1.196146777,-0.853142756,3342.1255221 +410,2.913555946,-0.009225192,346,1.196146777,-0.853142756,6575.3837046 +411,1.465101417,0.493232532,346,1.196146777,-0.853142756,5417.3990059 +412,0.090612882,0.907955955,346,1.196146777,-0.853142756,7905.1210431 +413,2.987564726,-0.729568594,346,1.196146777,-0.853142756,4614.0735372 +414,-1.484261606,0.224149272,346,1.196146777,-0.853142756,9531.3563609 +415,0.164073421,0.303955133,346,1.196146777,-0.853142756,5839.3145312 +416,0.141441293,0.167552546,346,1.196146777,-0.853142756,5447.1994314 +417,2.931321023,-0.506718887,346,1.196146777,-0.853142756,5132.760236 +418,2.21951565,0.700596356,346,1.196146777,-0.853142756,7116.7914115 +419,0.268112576,1.199114336,346,1.196146777,-0.853142756,8570.3133236 +420,0.978913739,0.359223811,346,1.196146777,-0.853142756,4863.2118944 +421,1.210898818,0.522863584,346,1.196146777,-0.853142756,5450.6114061 +422,2.347397336,0.129231362,346,1.196146777,-0.853142756,5551.0609412 +423,0.614394501,0.556878345,346,1.196146777,-0.853142756,5951.3735378 +424,-1.398079356,0.148483366,346,1.196146777,-0.853142756,9113.1375205 +425,2.535303836,-0.112984496,346,1.196146777,-0.853142756,5282.5251108 +426,-1.019372593,-0.405322349,346,1.196146777,-0.853142756,6484.073223 +427,-1.297785627,-0.160104069,346,1.196146777,-0.853142756,7841.7580919 +428,2.144554488,0.205051084,346,1.196146777,-0.853142756,5335.3961989 +429,-2.242387083,-0.426171285,346,1.196146777,-0.853142756,7268.5409244 +430,0.338637212,0.909723676,346,1.196146777,-0.853142756,7555.9528939 +431,-0.148798452,0.691042401,346,1.196146777,-0.853142756,7708.9567065 +432,0.893524764,0.441829531,346,1.196146777,-0.853142756,5240.1655787 +433,0.969229347,-0.368847936,346,1.196146777,-0.853142756,2048.0530045 +434,0.436043248,0.800045688,346,1.196146777,-0.853142756,7053.4789213 +435,1.687946607,1.081504775,346,1.196146777,-0.853142756,7819.6159735 +436,0.522302046,-0.034889271,346,1.196146777,-0.853142756,3963.1392169 +437,-0.178996113,-0.438090009,346,1.196146777,-0.853142756,4437.7733119 +438,-1.094339566,0.301444068,346,1.196146777,-0.853142756,8960.4461048 +439,-1.064070054,0.242569932,346,1.196146777,-0.853142756,8706.9091217 +440,-1.068153768,0.230387998,346,1.196146777,-0.853142756,8679.023686 +441,-3.00496892,-0.23989155,346,1.196146777,-0.853142756,6752.5281828 +442,0.21751974,0.766874888,346,1.196146777,-0.853142756,7257.3132263 +443,0.117229532,0.007619006,346,1.196146777,-0.853142756,4994.9507949 +444,0.777758451,0.420554741,346,1.196146777,-0.853142756,5257.9665767 +445,-0.252356999,0.250747086,346,1.196146777,-0.853142756,6655.387228 +446,0.363148444,0.768483434,346,1.196146777,-0.853142756,7042.0581014 +447,0.903191366,-0.118210676,346,1.196146777,-0.853142756,3071.8538278 +448,-0.205755923,0.149406178,346,1.196146777,-0.853142756,6233.1264077 +449,1.811996086,0.02364353,346,1.196146777,-0.853142756,4061.2112665 +450,-1.100670221,0.314845373,346,1.196146777,-0.853142756,9016.4444923 +451,0.340078597,0.850105132,346,1.196146777,-0.853142756,7352.6518301 +452,0.258757267,0.804969236,346,1.196146777,-0.853142756,7318.1137619 +453,2.78505352,-0.155160804,346,1.196146777,-0.853142756,5806.621195 +454,0.800551619,0.105822106,346,1.196146777,-0.853142756,4037.9130422 +455,0.437940882,-0.506194031,346,1.196146777,-0.853142756,2659.9725011 +456,2.230431122,0.63458615,346,1.196146777,-0.853142756,6922.4032056 +457,0.527965361,0.127667701,346,1.196146777,-0.853142756,4522.1435595 +458,-0.063643205,0.702093448,346,1.196146777,-0.853142756,7566.1144587 +459,1.408447268,0.133010502,346,1.196146777,-0.853142756,3975.2675265 +460,0.523795955,0.280266966,346,1.196146777,-0.853142756,5072.8976693 +461,-0.975769313,0.072177659,346,1.196146777,-0.853142756,7961.9062959 +462,0.549774164,-0.463663986,346,1.196146777,-0.853142756,2505.98782 +463,0.29245874,1.095549818,346,1.196146777,-0.853142756,8221.713647 +464,0.143625958,0.816809593,346,1.196146777,-0.853142756,7537.9159469 +465,0.671902494,0.611159853,346,1.196146777,-0.853142756,6087.3718738 +466,1.239840988,0.6724199,346,1.196146777,-0.853142756,6044.7006088 +467,0.607829703,-0.10932137,346,1.196146777,-0.853142756,3542.7284677 +468,1.763020906,0.263996692,346,1.196146777,-0.853142756,4852.1793433 +469,0.378714634,0.726066797,346,1.196146777,-0.853142756,6873.522118 +470,2.196736143,-0.153862366,346,1.196146777,-0.853142756,4300.6587671 +471,0.01702415,0.148991565,346,1.196146777,-0.853142756,5679.8446947 +472,-2.998490902,-0.158002487,346,1.196146777,-0.853142756,7031.1601999 +473,-3.051262951,-0.346595608,346,1.196146777,-0.853142756,6306.8241723 +474,-1.069176439,0.182802941,346,1.196146777,-0.853142756,8532.5909315 +475,0.167157509,0.595344954,346,1.196146777,-0.853142756,6785.0747074 +476,0.613855648,0.681746124,346,1.196146777,-0.853142756,6413.1110225 +477,1.037012736,0.682555367,346,1.196146777,-0.853142756,6108.4520462 +478,-1.253574971,0.379755746,346,1.196146777,-0.853142756,9578.6180106 +479,3.108590453,-0.132620738,346,1.196146777,-0.853142756,6693.5105076 +480,0.565301296,0.022333262,346,1.196146777,-0.853142756,4083.1942917 +481,0.547898238,0.855555614,346,1.196146777,-0.853142756,7120.6459164 +482,0.948309381,0.417393755,346,1.196146777,-0.853142756,5108.5391028 +483,-0.050600732,0.945269213,346,1.196146777,-0.853142756,8241.7017144 +484,-0.977651478,-0.572363064,346,1.196146777,-0.853142756,5846.963706 +485,1.102014914,0.728861163,346,1.196146777,-0.853142756,6274.9202198 +486,2.927300795,-0.282939414,346,1.196146777,-0.853142756,5787.3543899 +487,-1.154565557,0.124434095,346,1.196146777,-0.853142756,8539.9468279 +488,1.855331234,0.291044755,346,1.196146777,-0.853142756,5090.3712771 +489,0.830290659,0.276904518,346,1.196146777,-0.853142756,4657.5688735 +490,0.485104466,-0.234867441,346,1.196146777,-0.853142756,3367.280391 +491,0.521367572,-0.33161327,346,1.196146777,-0.853142756,2975.971907 +1,-1.539031704,0.7349710123,347,0.206001358,-0.010430701,6760.6631886 +2,-1.536990553,0.7349663874,347,0.206001358,-0.010430701,6754.7029303 +3,-1.534951779,0.7349571355,347,0.206001358,-0.010430701,6748.7506226 +4,-1.532906461,0.7349480293,347,0.206001358,-0.010430701,6742.7781427 +5,-1.531320211,0.7346937278,347,0.206001358,-0.010430701,6738.2476123 +6,-1.539451648,0.7335131775,347,0.206001358,-0.010430701,6762.5231977 +7,-1.537429487,0.7335445708,347,0.206001358,-0.010430701,6756.5952555 +8,-1.535484998,0.7335658704,347,0.206001358,-0.010430701,6750.8982584 +9,-1.533488396,0.7336036027,347,0.206001358,-0.010430701,6745.0413314 +10,-1.531497785,0.7335842962,347,0.206001358,-0.010430701,6739.2250481 +11,-1.530259379,0.7334777758,347,0.206001358,-0.010430701,6735.6447818 +12,-1.5335454,0.7322346912,347,0.206001358,-0.010430701,6745.7803082 +13,-1.531489083,0.7322238773,347,0.206001358,-0.010430701,6739.7607404 +14,-1.530011122,0.7321679851,347,0.206001358,-0.010430701,6735.4532491 +15,-1.53348106,0.7306614094,347,0.206001358,-0.010430701,6746.247987 +16,-1.531441779,0.7306962275,347,0.206001358,-0.010430701,6740.2509551 +17,-1.529755654,0.7306933243,347,0.206001358,-0.010430701,6735.3049934 +18,-1.533415048,0.7291384674,347,0.206001358,-0.010430701,6746.687998 +19,-1.531392093,0.7291705353,347,0.206001358,-0.010430701,6740.7317816 +20,-1.529296523,0.7291214933,347,0.206001358,-0.010430701,6734.5945251 +21,-1.535280942,0.727267644,347,0.206001358,-0.010430701,6752.9549242 +22,-1.533378158,0.7276139666,347,0.206001358,-0.010430701,6747.2125732 +23,-1.531340368,0.7276446587,347,0.206001358,-0.010430701,6741.205078 +24,-1.528960113,0.7276398177,347,0.206001358,-0.010430701,6734.2037146 +25,-1.533313146,0.7260818349,347,0.206001358,-0.010430701,6747.6559559 +26,-1.531259555,0.7260958115,347,0.206001358,-0.010430701,6741.6004327 +27,-1.528926415,0.7260865555,347,0.206001358,-0.010430701,6734.7298343 +28,-1.531226779,0.7245511789,347,0.206001358,-0.010430701,6742.1338889 +29,-1.528904772,0.7245519194,347,0.206001358,-0.010430701,6735.2825415 +30,-1.547195875,0.7409785979,347,0.206001358,-0.010430701,6781.7538447 +31,-1.5451475,0.740980426,347,0.206001358,-0.010430701,6775.8065755 +32,-1.543097679,0.7409798872,347,0.206001358,-0.010430701,6769.8552242 +33,-1.540720364,0.7409892687,347,0.206001358,-0.010430701,6762.9474215 +34,-1.547188511,0.7395198392,347,0.206001358,-0.010430701,6782.4015001 +35,-1.545148587,0.7395226109,347,0.206001358,-0.010430701,6776.4702985 +36,-1.543104538,0.7395314908,347,0.206001358,-0.010430701,6770.5234502 +37,-1.540727751,0.7395306258,347,0.206001358,-0.010430701,6763.6124154 +38,-1.547187029,0.7380014886,347,0.206001358,-0.010430701,6783.0922918 +39,-1.545147315,0.7380012252,347,0.206001358,-0.010430701,6777.1547224 +40,-1.54310719,0.7380060743,347,0.206001358,-0.010430701,6771.2127189 +41,-1.540719671,0.7380068206,347,0.206001358,-0.010430701,6764.2599476 +42,-1.547187189,0.7364799098,347,0.206001358,-0.010430701,6783.7880439 +43,-1.545149996,0.7364853874,347,0.206001358,-0.010430701,6777.8468776 +44,-1.543106091,0.7364823484,347,0.206001358,-0.010430701,6771.8890475 +45,-1.540717158,0.7364893901,347,0.206001358,-0.010430701,6764.9195976 +46,-1.538663972,0.7410138672,347,0.206001358,-0.010430701,6756.9640232 +47,-1.53695285,0.7409699132,347,0.206001358,-0.010430701,6752.0125282 +48,-1.534910498,0.7409641297,347,0.206001358,-0.010430701,6746.0813033 +49,-1.533145034,0.7409536636,347,0.206001358,-0.010430701,6740.955717 +50,-1.538681336,0.7395405883,347,0.206001358,-0.010430701,6757.6563295 +51,-1.536999189,0.7395183096,347,0.206001358,-0.010430701,6752.772961 +52,-1.534923633,0.7395144222,347,0.206001358,-0.010430701,6746.7363411 +53,-1.533267822,0.7395654306,347,0.206001358,-0.010430701,6741.8970627 +54,-1.53867273,0.7380151077,347,0.206001358,-0.010430701,6758.2946583 +55,-1.536980576,0.7379994392,347,0.206001358,-0.010430701,6753.3723608 +56,-1.534931522,0.7379944961,347,0.206001358,-0.010430701,6747.4049001 +57,-1.533387952,0.7379480264,347,0.206001358,-0.010430701,6742.9268914 +58,-1.538682279,0.7364914363,347,0.206001358,-0.010430701,6758.9838456 +59,-1.536980704,0.7364810563,347,0.206001358,-0.010430701,6754.0248507 +60,-1.534935567,0.7364752065,347,0.206001358,-0.010430701,6748.0608332 +61,-1.533042592,0.7363876366,347,0.206001358,-0.010430701,6742.5740719 +62,-1.545143426,0.7349628011,347,0.206001358,-0.010430701,6778.5138172 +63,-1.543105297,0.7349691947,347,0.206001358,-0.010430701,6772.5602895 +64,-1.541064533,0.7349647152,347,0.206001358,-0.010430701,6766.6029738 +65,-1.545411803,0.7334624714,347,0.206001358,-0.010430701,6779.9732128 +66,-1.543446606,0.7334780896,347,0.206001358,-0.010430701,6774.2207409 +67,-1.541475327,0.7334957295,347,0.206001358,-0.010430701,6768.4488932 +68,-1.545401939,0.731963266,347,0.206001358,-0.010430701,6780.6184753 +69,-1.54342253,0.7319915583,347,0.206001358,-0.010430701,6774.8108829 +70,-1.541455867,0.7320216438,347,0.206001358,-0.010430701,6769.0392437 +71,-1.545410146,0.7304422281,347,0.206001358,-0.010430701,6781.325175 +72,-1.543435491,0.7304713664,347,0.206001358,-0.010430701,6775.5231186 +73,-1.541463105,0.7304997613,347,0.206001358,-0.010430701,6769.727475 +74,-1.545414768,0.7289194936,347,0.206001358,-0.010430701,6782.0208873 +75,-1.543435774,0.7289538557,347,0.206001358,-0.010430701,6776.1957792 +76,-1.541457714,0.7289765881,347,0.206001358,-0.010430701,6770.3779818 +77,-1.539449415,0.7320555866,347,0.206001358,-0.010430701,6763.1488713 +78,-1.537429183,0.7321097681,347,0.206001358,-0.010430701,6757.2089587 +79,-1.535472649,0.7321497267,347,0.206001358,-0.010430701,6751.4613379 +80,-1.539457899,0.7305333307,347,0.206001358,-0.010430701,6763.8327815 +81,-1.537453161,0.7305750503,347,0.206001358,-0.010430701,6757.9354596 +82,-1.535479385,0.7306124949,347,0.206001358,-0.010430701,6752.1303386 +83,-1.53946905,0.7290102593,347,0.206001358,-0.010430701,6764.5236952 +84,-1.537459922,0.7290417293,347,0.206001358,-0.010430701,6758.6097392 +85,-1.535451349,0.7290890157,347,0.206001358,-0.010430701,6752.6902231 +86,-1.535522937,0.7279887191,347,0.206001358,-0.010430701,6753.3636999 +87,-1.539442524,0.7274735939,347,0.206001358,-0.010430701,6765.1085087 +88,-1.537424111,0.727521351,347,0.206001358,-0.010430701,6759.152106 +89,-1.539384641,0.7259505092,347,0.206001358,-0.010430701,6765.5936508 +90,-1.537372391,0.7259947145,347,0.206001358,-0.010430701,6759.6487487 +91,-1.535340789,0.7260435356,347,0.206001358,-0.010430701,6753.6445163 +92,-1.539325716,0.7244369706,347,0.206001358,-0.010430701,6766.0699002 +93,-1.537308932,0.7244801057,347,0.206001358,-0.010430701,6760.1040118 +94,-1.535289068,0.7245247645,347,0.206001358,-0.010430701,6754.1279921 +95,-1.533261366,0.7245550236,347,0.206001358,-0.010430701,6748.1344116 +96,-1.539267302,0.722921924,347,0.206001358,-0.010430701,6766.5465918 +97,-1.537248972,0.7229660258,347,0.206001358,-0.010430701,6760.5676452 +98,-1.535219431,0.7229916471,347,0.206001358,-0.010430701,6754.5628957 +99,-1.53318962,0.7230212049,347,0.206001358,-0.010430701,6748.5551395 +100,-1.531154816,0.7230299897,347,0.206001358,-0.010430701,6742.5405385 +101,-1.528878341,0.7230370244,347,0.206001358,-0.010430701,6735.811815 +102,-1.539218189,0.7214009878,347,0.206001358,-0.010430701,6767.0515887 +103,-1.537198791,0.7214422745,347,0.206001358,-0.010430701,6761.0625623 +104,-1.535179266,0.7214634354,347,0.206001358,-0.010430701,6755.0811138 +105,-1.533156501,0.7214944644,347,0.206001358,-0.010430701,6749.0853988 +106,-1.53113574,0.7215166021,347,0.206001358,-0.010430701,6743.0987011 +107,-1.528874248,0.7215345535,347,0.206001358,-0.010430701,6736.4008321 +108,-1.539217656,0.7198512397,347,0.206001358,-0.010430701,6767.7110521 +109,-1.537199919,0.7199428763,347,0.206001358,-0.010430701,6761.6975215 +110,-1.545425832,0.727397149,347,0.206001358,-0.010430701,6782.734114 +111,-1.543371177,0.7273916949,347,0.206001358,-0.010430701,6776.696131 +112,-1.541368852,0.7274523163,347,0.206001358,-0.010430701,6770.7822249 +113,-1.545349067,0.7258710923,347,0.206001358,-0.010430701,6783.1892477 +114,-1.54332671,0.7258603556,347,0.206001358,-0.010430701,6777.2402968 +115,-1.541346831,0.7259242142,347,0.206001358,-0.010430701,6771.3829526 +116,-1.545324355,0.7243383958,347,0.206001358,-0.010430701,6783.7988538 +117,-1.543292796,0.7243617413,347,0.206001358,-0.010430701,6777.7995402 +118,-1.541295822,0.7244024384,347,0.206001358,-0.010430701,6771.8940064 +119,-1.543193859,0.7205570215,347,0.206001358,-0.010430701,6779.1745984 +120,-1.550257047,0.7386738187,347,0.206001358,-0.010430701,6791.7142153 +121,-1.549335448,0.7311736483,347,0.206001358,-0.010430701,6792.4946444 +122,-1.533478843,0.7179891343,347,0.206001358,-0.010430701,6751.4792716 +123,-1.556150555,0.738907041,347,0.206001358,-0.010430701,6808.7375754 +124,-1.554324226,0.733414257,347,0.206001358,-0.010430701,6806.0415623 +125,-1.554290846,0.7288285332,347,0.206001358,-0.010430701,6808.1109966 +126,-1.55122487,0.7219795312,347,0.206001358,-0.010430701,6802.2728473 +127,-1.525104458,0.7229399862,347,0.206001358,-0.010430701,6724.6974471 +128,-1.519607711,0.7236181429,347,0.206001358,-0.010430701,6708.1924941 +129,-1.513899999,0.7251107854,347,0.206001358,-0.010430701,6690.7835208 +130,-1.536620762,0.7431061895,347,0.206001358,-0.010430701,6750.1269465 +131,-1.5369566,0.7460845958,347,0.206001358,-0.010430701,6749.8101396 +132,-1.545345528,0.7447040685,347,0.206001358,-0.010430701,6774.6869387 +133,-1.532813921,0.7432306626,347,0.206001358,-0.010430701,6739.0353881 +134,-1.554788248,0.7382381001,347,0.206001358,-0.010430701,6805.0980675 +135,-1.540348126,0.7301594274,347,0.206001358,-0.010430701,6766.6059397 +136,-1.538016084,0.7239051786,347,0.206001358,-0.010430701,6762.4339778 +137,-1.525288962,0.7258085137,347,0.206001358,-0.010430701,6724.1193379 +138,-1.534326986,0.731241342,347,0.206001358,-0.010430701,6748.4864285 +139,-1.530733872,0.7303625216,347,0.206001358,-0.010430701,6738.3105748 +141,-1.534354939,0.7328219978,347,0.206001358,-0.010430701,6747.9049801 +142,-1.53157084,0.7292888153,347,0.206001358,-0.010430701,6741.2083329 +143,-1.525691035,0.7263799874,347,0.206001358,-0.010430701,6725.0797573 +144,-1.534031287,0.7495967835,347,0.206001358,-0.010430701,6739.8515461 +145,-1.527714986,0.7283095957,347,0.206001358,-0.010430701,6730.2719128 +146,-1.526189586,0.7271468292,347,0.206001358,-0.010430701,6726.2456397 +147,-1.555177336,0.7375563366,347,0.206001358,-0.010430701,6806.5561267 +148,-1.555080283,0.7312707794,347,0.206001358,-0.010430701,6809.2692267 +149,-1.53856994,0.7224180299,347,0.206001358,-0.010430701,6764.7019454 +150,-1.530837883,0.729933372,347,0.206001358,-0.010430701,6738.7914998 +151,-1.515066984,0.5854133365,347,0.206001358,-0.010430701,6740.452952 +152,-1.534731633,0.5368370046,347,0.206001358,-0.010430701,6820.9550603 +153,-1.515231902,0.5607085576,347,0.206001358,-0.010430701,6748.151665 +154,-2.616253799,1.0684566605,347,0.206001358,-0.010430701,8143.2080273 +155,-1.956071439,0.5792177723,347,0.206001358,-0.010430701,8169.8159979 +156,-1.951208514,0.5602434208,347,0.206001358,-0.010430701,8179.3148654 +157,-1.944675062,0.6062144545,347,0.206001358,-0.010430701,8098.3654814 +158,-1.613778386,0.6077989518,347,0.206001358,-0.010430701,7052.8129467 +159,-2.035029014,0.6021432345,347,0.206001358,-0.010430701,8377.8089377 +160,-2.114989471,0.6801825058,347,0.206001358,-0.010430701,8465.3861556 +161,-2.037382079,0.5765830025,347,0.206001358,-0.010430701,8424.9614041 +162,-2.129855121,0.6585019963,347,0.206001358,-0.010430701,8548.2487224 +163,-2.075141798,0.6493615843,347,0.206001358,-0.010430701,8414.2748451 +164,-1.828626729,0.6948433129,347,0.206001358,-0.010430701,7639.5956143 +165,-1.863329418,0.6735427691,347,0.206001358,-0.010430701,7766.7944872 +166,-1.266037071,0.727988852,347,0.206001358,-0.010430701,5957.6871448 +167,-1.277579582,0.7249010648,347,0.206001358,-0.010430701,5990.9302761 +168,-1.258418684,0.7241194816,347,0.206001358,-0.010430701,5934.0222893 +169,-1.317813974,0.6804850104,347,0.206001358,-0.010430701,6103.3188449 +170,-1.344165204,0.6790988904,347,0.206001358,-0.010430701,6184.2962012 +171,-1.427582102,0.5277120351,347,0.206001358,-0.010430701,6457.582118 +172,-1.402238616,0.457167829,347,0.206001358,-0.010430701,6373.2429638 +173,-1.422454264,0.4996161999,347,0.206001358,-0.010430701,6442.1811971 +174,-1.439089277,0.4894859811,347,0.206001358,-0.010430701,6501.0513729 +175,-1.448126995,0.5182330266,347,0.206001358,-0.010430701,6529.0875409 +176,-1.474626146,0.5881926574,347,0.206001358,-0.010430701,6606.63643 +177,-1.421139645,0.5584869783,347,0.206001358,-0.010430701,6433.0775482 +178,-1.457037165,0.565943032,347,0.206001358,-0.010430701,6552.4112329 +179,-2.757159358,0.3745319,347,0.206001358,-0.010430701,10845.347248 +180,-2.714309238,0.342054471,347,0.206001358,-0.010430701,10874.618178 +181,-2.000525337,0.774119946,347,0.206001358,-0.010430701,7990.6045382 +183,-1.571413436,0.6777838382,347,0.206001358,-0.010430701,6883.8643067 +184,-1.552860289,0.6987663893,347,0.206001358,-0.010430701,6817.7011668 +185,-1.521852374,0.7165827476,347,0.206001358,-0.010430701,6717.5016019 +186,-1.503656267,0.6928968252,347,0.206001358,-0.010430701,6671.0876089 +187,-1.502753178,0.7136205882,347,0.206001358,-0.010430701,6661.6556452 +188,-1.631894563,0.7343596465,347,0.206001358,-0.010430701,7031.179112 +189,-1.653765416,0.6770714026,347,0.206001358,-0.010430701,7135.6006205 +190,-1.719812114,0.6715965947,347,0.206001358,-0.010430701,7340.2241496 +191,-1.493406659,0.6646955447,347,0.206001358,-0.010430701,6648.0791228 +192,-1.469120564,0.6613469966,347,0.206001358,-0.010430701,6573.2606689 +193,-1.590551461,0.5326612937,347,0.206001358,-0.010430701,7011.8982538 +194,-1.625979264,0.5247742243,347,0.206001358,-0.010430701,7135.8573577 +195,-1.572293943,0.5238808754,347,0.206001358,-0.010430701,6953.2792949 +196,-1.610848725,0.5477107964,347,0.206001358,-0.010430701,7073.6216208 +197,-1.208485554,0.7918526018,347,0.206001358,-0.010430701,5817.4522027 +198,-1.335601374,0.6869083083,347,0.206001358,-0.010430701,6158.7283767 +199,-1.346156996,0.6825213377,347,0.206001358,-0.010430701,6190.702934 +200,-1.324381037,0.6741422347,347,0.206001358,-0.010430701,6122.683823 +201,-1.242424992,0.7378949807,347,0.206001358,-0.010430701,5891.6210774 +202,-1.270370057,0.7392461008,347,0.206001358,-0.010430701,5973.6326951 +203,-1.448950472,0.7441675014,347,0.206001358,-0.010430701,6495.0454561 +204,-1.492662363,0.7523026852,347,0.206001358,-0.010430701,6619.5884554 +205,-1.479098966,0.7763855017,347,0.206001358,-0.010430701,6573.6362747 +206,-1.633760714,0.7869022408,347,0.206001358,-0.010430701,6999.2846843 +207,-1.647406434,0.8101289331,347,0.206001358,-0.010430701,7018.6771708 +208,-1.564245052,0.5701509278,347,0.206001358,-0.010430701,6908.2731899 +209,-1.646289963,0.6833746083,347,0.206001358,-0.010430701,7108.6019349 +210,-1.5820631,0.6751952144,347,0.206001358,-0.010430701,6917.7838459 +211,-1.613236298,0.6681681791,347,0.206001358,-0.010430701,7017.3512259 +212,-1.914661867,0.8212566515,347,0.206001358,-0.010430701,7696.1259361 +213,-1.742133237,0.7250275956,347,0.206001358,-0.010430701,7357.0863808 +214,-2.033144872,0.6557314699,347,0.206001358,-0.010430701,8284.4840501 +215,-2.039551981,0.6964723658,347,0.206001358,-0.010430701,8231.6370334 +216,-1.247341019,0.7622473908,347,0.206001358,-0.010430701,5914.4391478 +217,-1.298239787,0.7084123392,347,0.206001358,-0.010430701,6048.7128228 +218,-1.308539688,0.6926545592,347,0.206001358,-0.010430701,6076.8973507 +219,-1.303263185,0.6888938396,347,0.206001358,-0.010430701,6060.1263458 +220,-1.852400229,0.6004246149,347,0.206001358,-0.010430701,7819.3238505 +221,-1.288947707,0.7473773692,347,0.206001358,-0.010430701,6029.7964771 +222,-1.372031502,0.7472790993,347,0.206001358,-0.010430701,6271.0300518 +223,-1.289805721,0.7242157877,347,0.206001358,-0.010430701,6026.9564461 +224,-1.350807603,0.7533498126,347,0.206001358,-0.010430701,6209.7792105 +225,-1.329290365,0.7560442322,347,0.206001358,-0.010430701,6147.9724427 +226,-1.410153004,0.616936428,347,0.206001358,-0.010430701,6392.3642297 +227,-1.393445434,0.6308995063,347,0.206001358,-0.010430701,6337.9324144 +228,-1.37595573,0.6241540638,347,0.206001358,-0.010430701,6281.9416858 +229,-1.358388707,0.6172645205,347,0.206001358,-0.010430701,6225.1464787 +230,-1.753741133,0.8281661666,347,0.206001358,-0.010430701,7280.603377 +231,-1.47430987,0.6834615681,347,0.206001358,-0.010430701,6584.1845552 +232,-1.421012508,0.7222725206,347,0.206001358,-0.010430701,6416.2945809 +233,-1.4476833,0.6978557868,347,0.206001358,-0.010430701,6499.9655473 +234,-1.470370723,0.6966193374,347,0.206001358,-0.010430701,6569.0192632 +235,-1.429211703,0.7037216883,347,0.206001358,-0.010430701,6443.167587 +236,-1.700578405,0.6178673663,347,0.206001358,-0.010430701,7323.8348977 +237,-1.678117619,0.6331716163,347,0.206001358,-0.010430701,7241.7528695 +238,-1.725644578,0.6316331145,347,0.206001358,-0.010430701,7391.8809898 +239,-2.14012759,0.7930497945,347,0.206001358,-0.010430701,8289.2492427 +240,-2.103289431,0.7653606263,347,0.206001358,-0.010430701,8262.3564896 +241,-1.318739838,0.7017808746,347,0.206001358,-0.010430701,6109.321812 +242,-1.396417427,0.7077900843,347,0.206001358,-0.010430701,6343.9538865 +243,-1.35650337,0.7185539404,347,0.206001358,-0.010430701,6224.4007178 +244,-1.248884539,0.7274156818,347,0.206001358,-0.010430701,5906.9350707 +245,-1.395014798,0.5761185243,347,0.206001358,-0.010430701,6344.8097322 +246,-1.433377362,0.6064716109,347,0.206001358,-0.010430701,6468.6543135 +247,-1.408172432,0.5903155476,347,0.206001358,-0.010430701,6387.6576181 +248,-1.749645898,0.7757118084,347,0.206001358,-0.010430701,7326.6981891 +249,-1.571626686,0.615046989,347,0.206001358,-0.010430701,6913.6041026 +250,-1.514070049,0.6303003037,347,0.206001358,-0.010430701,6723.4810131 +251,-1.480890369,0.6237966528,347,0.206001358,-0.010430701,6619.1125427 +252,-1.704390658,0.5281680612,347,0.206001358,-0.010430701,7399.592662 +253,-1.64434733,0.5254277498,347,0.206001358,-0.010430701,7197.9562855 +254,-1.703855997,0.4792484842,347,0.206001358,-0.010430701,7428.5002981 +255,-1.692002383,0.5748825051,347,0.206001358,-0.010430701,7327.0397272 +256,-1.854136457,0.5544643913,347,0.206001358,-0.010430701,7873.983135 +257,-1.665021206,0.520317736,347,0.206001358,-0.010430701,7271.0200872 +258,-1.733654349,0.4845187345,347,0.206001358,-0.010430701,7528.4259822 +259,-1.720938188,0.5135933906,347,0.206001358,-0.010430701,7465.3529825 +260,-1.742668307,0.553296122,347,0.206001358,-0.010430701,7509.4680979 +261,-1.965659039,0.7142126903,347,0.206001358,-0.010430701,8000.1136252 +262,-1.944438071,0.6772834804,347,0.206001358,-0.010430701,7997.2429118 +263,-1.270340967,0.7681487096,347,0.206001358,-0.010430701,5981.8225491 +264,-1.353091884,0.6549276821,347,0.206001358,-0.010430701,6210.3277661 +265,-1.333236659,0.6413584414,347,0.206001358,-0.010430701,6146.4975985 +266,-1.352015998,0.6753788907,347,0.206001358,-0.010430701,6208.2520106 +267,-1.377988483,0.6577816235,347,0.206001358,-0.010430701,6288.5381397 +268,-2.13075611,0.8318642051,347,0.206001358,-0.010430701,8180.5613046 +269,-2.097910953,0.8259670014,347,0.206001358,-0.010430701,8120.8448337 +270,-1.416382069,0.6694271549,347,0.206001358,-0.010430701,6407.7863542 +271,-1.538905672,0.7535625993,347,0.206001358,-0.010430701,6752.1445905 +272,-1.572309477,0.7803125099,347,0.206001358,-0.010430701,6833.3652372 +273,-1.87759879,0.7503853417,347,0.206001358,-0.010430701,7705.9147905 +274,1.152365588,0.590457682,347,0.206001358,-0.010430701,4239.6620254 +275,0.350198001,0.718001859,347,0.206001358,-0.010430701,2931.5248578 +276,0.046513677,0.491503852,347,0.206001358,-0.010430701,2078.4086612 +277,0.027510309,0.742571376,347,0.206001358,-0.010430701,3049.8303789 +278,0.306285725,-0.214631579,347,0.206001358,-0.010430701,899.69795154 +279,-1.100564889,0.318051531,347,0.206001358,-0.010430701,5242.3465785 +280,-1.078582306,0.301437596,347,0.206001358,-0.010430701,5153.4879639 +281,-1.137371989,-0.617634065,347,0.206001358,-0.010430701,5465.3641549 +282,0.784356344,0.703272339,347,0.206001358,-0.010430701,3512.5834484 +283,-1.221209947,0.218327455,347,0.206001358,-0.010430701,5675.841791 +284,2.347301921,-0.449114658,347,0.206001358,-0.010430701,8213.8050026 +285,0.246820618,0.830553713,347,0.206001358,-0.010430701,3334.1239907 +286,0.829414965,0.703288228,347,0.206001358,-0.010430701,3610.9298931 +287,-1.337537566,0.42332223,347,0.206001358,-0.010430701,6140.4717373 +288,0.882453706,0.454478077,347,0.206001358,-0.010430701,3172.565862 +289,1.575629659,0.416419109,347,0.206001358,-0.010430701,5511.0378906 +290,-1.039455679,0.229888244,347,0.206001358,-0.010430701,4978.3277485 +291,0.489558039,0.934482747,347,0.206001358,-0.010430701,3857.588019 +292,0.081344504,0.88384514,347,0.206001358,-0.010430701,3567.1601292 +293,-1.547979814,0.300350308,347,0.206001358,-0.010430701,6927.0712224 +294,0.040776181,0.168560074,347,0.206001358,-0.010430701,962.8774766 +295,-1.130374745,0.563894876,347,0.206001358,-0.010430701,5461.7775137 +296,1.578326642,0.478507176,347,0.206001358,-0.010430701,5544.4126998 +297,-1.12861823,-0.291640865,347,0.206001358,-0.010430701,5314.4899361 +298,0.310524208,0.770885792,347,0.206001358,-0.010430701,3116.7510018 +299,0.415649091,-0.387246002,347,0.206001358,-0.010430701,1697.4994279 +300,-0.926533878,-0.188022748,347,0.206001358,-0.010430701,4510.2249599 +301,1.258856172,-0.11716081,347,0.206001358,-0.010430701,4180.3876481 +302,-1.126050026,0.322941926,347,0.206001358,-0.010430701,5339.5154906 +303,2.002785835,0.07893892,347,0.206001358,-0.010430701,7117.5209711 +304,0.440437607,0.746258085,347,0.206001358,-0.010430701,3111.3942087 +305,-0.030391866,0.214441206,347,0.206001358,-0.010430701,1287.3321612 +306,0.521557815,-0.058929362,347,0.206001358,-0.010430701,1263.7246609 +307,-0.097005111,0.13317729,347,0.206001358,-0.010430701,1325.1829566 +308,1.83113859,0.221857587,347,0.206001358,-0.010430701,6440.9810221 +309,0.222428864,0.099404236,347,0.206001358,-0.010430701,439.88095736 +310,-1.702731345,0.8728568183,347,0.206001358,-0.010430701,7104.7608511 +311,-0.418507569,0.278324921,347,0.206001358,-0.010430701,2696.3127158 +312,-1.41153306,0.339029988,347,0.206001358,-0.010430701,6410.2540438 +313,0.357560442,0.114788776,347,0.206001358,-0.010430701,777.78220064 +314,0.325818979,0.268352149,347,0.206001358,-0.010430701,1199.7462536 +315,-1.246004659,-0.663679965,347,0.206001358,-0.010430701,5826.0561182 +316,1.814603087,0.637404484,347,0.206001358,-0.010430701,6366.8518634 +317,1.843704281,-0.18300445,347,0.206001358,-0.010430701,6474.9606357 +318,1.690644492,-0.211480909,347,0.206001358,-0.010430701,5879.6065391 +319,-1.275451936,0.068109467,347,0.206001358,-0.010430701,5871.7013464 +320,0.762430171,-0.207594741,347,0.206001358,-0.010430701,2322.1472256 +321,0.265668905,-0.014647884,347,0.206001358,-0.010430701,236.91401585 +322,-2.773032013,-0.335515811,347,0.206001358,-0.010430701,10934.854244 +323,-1.469512853,0.174058777,347,0.206001358,-0.010430701,6637.5934728 +324,0.286276986,0.785925691,347,0.206001358,-0.010430701,3166.9590914 +325,-1.379324697,0.377432233,347,0.206001358,-0.010430701,6290.6503912 +326,-1.203778265,0.212813032,347,0.206001358,-0.010430701,5607.5145048 +327,0.579916301,0.611743168,347,0.206001358,-0.010430701,2826.3199828 +328,0.267582642,0.868113908,347,0.206001358,-0.010430701,3486.2139325 +329,0.412869244,-0.050245578,347,0.206001358,-0.010430701,834.0173284 +330,0.17524381,0.976660285,347,0.206001358,-0.010430701,3911.1240458 +331,0.743157214,0.204812899,347,0.206001358,-0.010430701,2278.6628302 +332,-1.070758176,0.269382282,347,0.206001358,-0.010430701,5111.9408535 +333,-1.230364251,0.329790229,347,0.206001358,-0.010430701,5731.812754 +334,-1.374813124,-0.024926835,347,0.206001358,-0.010430701,6260.561875 +335,0.519780566,0.463669906,347,0.206001358,-0.010430701,2227.2405086 +336,-1.55108034,0.239698561,347,0.206001358,-0.010430701,6948.40191 +337,0.180294813,0.029739425,347,0.206001358,-0.010430701,188.89921385 +338,0.67820924,0.268170153,347,0.206001358,-0.010430701,2152.645758 +339,0.445798684,1.024001867,347,0.206001358,-0.010430701,4165.5965116 +340,0.691751283,0.150521402,347,0.206001358,-0.010430701,2020.354418 +341,-1.036643551,-0.903056181,347,0.206001358,-0.010430701,5392.9977774 +342,-0.120287036,1.083325163,347,0.206001358,-0.010430701,4441.7843705 +343,2.823513113,-0.304487164,347,0.206001358,-0.010430701,10049.427258 +344,0.457583172,1.12513373,347,0.206001358,-0.010430701,4557.0405941 +345,0.042918831,0.813795399,347,0.206001358,-0.010430701,3313.6504164 +346,1.196146777,-0.853142756,347,0.206001358,-0.010430701,4726.6920294 +347,0.206001358,-0.010430701,347,0.206001358,-0.010430701,0 +348,-0.268308653,0.234799412,347,0.206001358,-0.010430701,2099.9773908 +349,0.759363263,0.736189579,347,0.206001358,-0.010430701,3555.816939 +350,0.181363926,0.891988372,347,0.206001358,-0.010430701,3575.4434953 +351,-0.021111158,0.139103292,347,0.206001358,-0.010430701,1074.8066634 +352,-0.093355215,0.630686981,347,0.206001358,-0.010430701,2768.5798061 +353,0.40118964,0.681375926,347,0.206001358,-0.010430701,2830.5826285 +354,-0.721197315,1.304706234,347,0.206001358,-0.010430701,5634.6361666 +355,-1.076150317,0.212107639,347,0.206001358,-0.010430701,5114.0504431 +356,-1.577164531,0.273993443,347,0.206001358,-0.010430701,7042.6639239 +357,-0.190788414,0.182208586,347,0.206001358,-0.010430701,1739.6068281 +358,-0.261349752,0.209710184,347,0.206001358,-0.010430701,2034.3279037 +359,-1.029303852,0.083549259,347,0.206001358,-0.010430701,4901.5845453 +360,-1.268609162,0.330525297,347,0.206001358,-0.010430701,5875.0950299 +361,1.282982244,-0.926641967,347,0.206001358,-0.010430701,5044.2107279 +362,0.217352334,0.731352408,347,0.206001358,-0.010430701,2938.4839785 +363,-1.511833084,0.258629297,347,0.206001358,-0.010430701,6795.4835168 +364,0.338812194,0.823184618,347,0.206001358,-0.010430701,3333.864948 +365,-0.324406489,1.134201999,347,0.206001358,-0.010430701,4783.2193496 +366,1.389579348,0.399185724,347,0.206001358,-0.010430701,4831.5484781 +367,2.047152199,-0.039082036,347,0.206001358,-0.010430701,7290.2256727 +368,0.947780369,0.568250077,347,0.206001358,-0.010430701,3594.4209632 +369,0.763824846,0.576754987,347,0.206001358,-0.010430701,3120.281548 +370,-0.142334657,0.928153068,347,0.206001358,-0.010430701,3891.7066005 +371,0.610266567,0.547265983,347,0.206001358,-0.010430701,2680.4018318 +372,0.210731629,0.746815056,347,0.206001358,-0.010430701,2999.4977829 +373,-1.34931644,0.316895224,347,0.206001358,-0.010430701,6176.5456744 +374,2.407696481,0.655030745,347,0.206001358,-0.010430701,8178.4870729 +375,0.64207831,0.545359131,347,0.206001358,-0.010430701,2744.0656833 +376,1.174597538,0.840588356,347,0.206001358,-0.010430701,4720.4603049 +377,0.660059424,0.010604079,347,0.206001358,-0.010430701,1800.4196418 +378,-0.730263819,0.010486456,347,0.206001358,-0.010430701,3709.4031587 +379,0.831068936,0.512339172,347,0.206001358,-0.010430701,3141.4155385 +380,1.301180979,0.72367476,347,0.206001358,-0.010430701,4863.7593226 +381,1.811128231,0.322854402,347,0.206001358,-0.010430701,6363.9881846 +382,0.435105812,0.992284428,347,0.206001358,-0.010430701,4038.5314138 +383,0.62643634,0.592027932,347,0.206001358,-0.010430701,2852.664242 +384,0.492988703,-0.516339467,347,0.206001358,-0.010430701,2277.7425796 +385,-0.162469483,0.112549365,347,0.206001358,-0.010430701,1535.9525488 +386,0.314630866,0.472006421,347,0.206001358,-0.010430701,1955.2800863 +387,0.166744804,0.822815954,347,0.206001358,-0.010430701,3303.2934308 +388,0.417159608,0.965805736,347,0.206001358,-0.010430701,3926.9670515 +389,0.106334961,0.868774244,347,0.206001358,-0.010430701,3498.9819218 +390,0.815086969,-0.338144359,347,0.206001358,-0.010430701,2696.1743485 +391,0.59867455,-0.230624824,347,0.206001358,-0.010430701,1770.4229952 +392,1.915104874,0.066220985,347,0.206001358,-0.010430701,6771.2809724 +393,1.278093622,0.064463721,347,0.206001358,-0.010430701,4254.1819224 +394,-0.061477853,0.302997961,347,0.206001358,-0.010430701,1621.7911741 +395,0.251311504,0.626976942,347,0.206001358,-0.010430701,2530.2980338 +396,2.950242872,0.149095644,347,0.206001358,-0.010430701,10782.856105 +397,-0.180294708,0.35375117,347,0.206001358,-0.010430701,2079.7696309 +398,1.010448592,-0.351180233,347,0.206001358,-0.010430701,3394.432683 +399,-1.748740498,0.3686318073,347,0.206001358,-0.010430701,7651.6220262 +400,2.699635665,0.123533791,347,0.206001358,-0.010430701,9845.7280576 +401,0.496808033,0.823843254,347,0.206001358,-0.010430701,3454.5384515 +402,0.129574704,0.763364087,347,0.206001358,-0.010430701,3076.9361079 +403,1.798920311,0.817447563,347,0.206001358,-0.010430701,6312.0041281 +404,0.335987953,0.746786541,347,0.206001358,-0.010430701,3034.8690608 +405,-1.085413643,0.292154671,347,0.206001358,-0.010430701,5175.7556913 +406,-0.155321003,0.508207011,347,0.206001358,-0.010430701,2467.9931637 +407,0.620529244,-0.301175104,347,0.206001358,-0.010430701,1984.0387871 +408,1.684402744,0.368716966,347,0.206001358,-0.010430701,5895.5707054 +409,0.300582244,-0.386397212,347,0.206001358,-0.010430701,1533.2425442 +410,2.913555946,-0.009225192,347,0.206001358,-0.010430701,10722.889759 +411,1.465101417,0.493232532,347,0.206001358,-0.010430701,5158.8826659 +412,0.090612882,0.907955955,347,0.206001358,-0.010430701,3658.086418 +413,2.987564726,-0.729568594,347,0.206001358,-0.010430701,9241.891398 +414,-1.484261606,0.224149272,347,0.206001358,-0.010430701,6692.4612413 +415,0.164073421,0.303955133,347,0.206001358,-0.010430701,1255.9785435 +416,0.141441293,0.167552546,347,0.206001358,-0.010430701,749.55279509 +417,2.931321023,-0.506718887,347,0.206001358,-0.010430701,9859.3021445 +418,2.21951565,0.700596356,347,0.206001358,-0.010430701,7571.65111 +419,0.268112576,1.199114336,347,0.206001358,-0.010430701,4793.9726745 +420,0.978913739,0.359223811,347,0.206001358,-0.010430701,3332.452753 +421,1.210898818,0.522863584,347,0.206001358,-0.010430701,4331.6892239 +422,2.347397336,0.129231362,347,0.206001358,-0.010430701,8467.0781352 +423,0.614394501,0.556878345,347,0.206001358,-0.010430701,2718.7857928 +424,-1.398079356,0.148483366,347,0.206001358,-0.010430701,6358.4209829 +425,2.535303836,-0.112984496,347,0.206001358,-0.010430701,9195.9254043 +426,-1.019372593,-0.405322349,347,0.206001358,-0.010430701,4951.5284927 +427,-1.297785627,-0.160104069,347,0.206001358,-0.010430701,5953.3127818 +428,2.144554488,0.205051084,347,0.206001358,-0.010430701,7655.5974118 +429,-2.242387083,-0.426171285,347,0.206001358,-0.010430701,9271.4312909 +430,0.338637212,0.909723676,347,0.206001358,-0.010430701,3671.505894 +431,-0.148798452,0.691042401,347,0.206001358,-0.010430701,3061.393265 +432,0.893524764,0.441829531,347,0.206001358,-0.010430701,3183.1195082 +433,0.969229347,-0.368847936,347,0.206001358,-0.010430701,3272.2705382 +434,0.436043248,0.800045688,347,0.206001358,-0.010430701,3309.4434323 +435,1.687946607,1.081504775,347,0.206001358,-0.010430701,6093.1840754 +436,0.522302046,-0.034889271,347,0.206001358,-0.010430701,1256.2525606 +437,-0.178996113,-0.438090009,347,0.206001358,-0.010430701,2244.8636267 +438,-1.094339566,0.301444068,347,0.206001358,-0.010430701,5212.8222918 +439,-1.064070054,0.242569932,347,0.206001358,-0.010430701,5077.0884623 +440,-1.068153768,0.230387998,347,0.206001358,-0.010430701,5088.780985 +441,-3.00496892,-0.23989155,347,0.206001358,-0.010430701,11415.623303 +442,0.21751974,0.766874888,347,0.206001358,-0.010430701,3079.1771839 +443,0.117229532,0.007619006,347,0.206001358,-0.010430701,358.81499509 +444,0.777758451,0.420554741,347,0.206001358,-0.010430701,2781.7213525 +445,-0.252356999,0.250747086,347,0.206001358,-0.010430701,2073.3835758 +446,0.363148444,0.768483434,347,0.206001358,-0.010430701,3134.9142074 +447,0.903191366,-0.118210676,347,0.206001358,-0.010430701,2787.1443743 +448,-0.205755923,0.149406178,347,0.206001358,-0.010430701,1744.177221 +449,1.811996086,0.02364353,347,0.206001358,-0.010430701,6362.2759054 +450,-1.100670221,0.314845373,347,0.206001358,-0.010430701,5241.5472003 +451,0.340078597,0.850105132,347,0.206001358,-0.010430701,3439.4189494 +452,0.258757267,0.804969236,347,0.206001358,-0.010430701,3235.0424875 +453,2.78505352,-0.155160804,347,0.206001358,-0.010430701,10129.328547 +454,0.800551619,0.105822106,347,0.206001358,-0.010430701,2395.5841495 +455,0.437940882,-0.506194031,347,0.206001358,-0.010430701,2150.6304585 +456,2.230431122,0.63458615,347,0.206001358,-0.010430701,7676.7370732 +457,0.527965361,0.127667701,347,0.206001358,-0.010430701,1384.6903994 +458,-0.063643205,0.702093448,347,0.206001358,-0.010430701,2985.6051203 +459,1.408447268,0.133010502,347,0.206001358,-0.010430701,4782.3292758 +460,0.523795955,0.280266966,347,0.206001358,-0.010430701,1694.0696508 +461,-0.975769313,0.072177659,347,0.206001358,-0.010430701,4688.5263835 +462,0.549774164,-0.463663986,347,0.206001358,-0.010430701,2222.2500181 +463,0.29245874,1.095549818,347,0.206001358,-0.010430701,4388.3577215 +464,0.143625958,0.816809593,347,0.206001358,-0.010430701,3283.8563683 +465,0.671902494,0.611159853,347,0.206001358,-0.010430701,3005.5708856 +466,1.239840988,0.6724199,347,0.206001358,-0.010430701,4619.288972 +467,0.607829703,-0.10932137,347,0.206001358,-0.010430701,1635.6887093 +468,1.763020906,0.263996692,347,0.206001358,-0.010430701,6180.0296019 +469,0.378714634,0.726066797,347,0.206001358,-0.010430701,2982.2848971 +470,2.196736143,-0.153862366,347,0.206001358,-0.010430701,7857.4215783 +471,0.01702415,0.148991565,347,0.206001358,-0.010430701,977.33013457 +472,-2.998490902,-0.158002487,347,0.206001358,-0.010430701,11732.023286 +473,-3.051262951,-0.346595608,347,0.206001358,-0.010430701,10960.072973 +474,-1.069176439,0.182802941,347,0.206001358,-0.010430701,5078.9642244 +475,0.167157509,0.595344954,347,0.206001358,-0.010430701,2403.8183435 +476,0.613855648,0.681746124,347,0.206001358,-0.010430701,3116.2005731 +477,1.037012736,0.682555367,347,0.206001358,-0.010430701,4072.0963487 +478,-1.253574971,0.379755746,347,0.206001358,-0.010430701,5828.3011816 +479,3.108590453,-0.132620738,347,0.206001358,-0.010430701,11342.760464 +480,0.565301296,0.022333262,347,0.206001358,-0.010430701,1429.0030161 +481,0.547898238,0.855555614,347,0.206001358,-0.010430701,3623.5992421 +482,0.948309381,0.417393755,347,0.206001358,-0.010430701,3317.0271839 +483,-0.050600732,0.945269213,347,0.206001358,-0.010430701,3877.7509542 +484,-0.977651478,-0.572363064,347,0.206001358,-0.010430701,4919.1388814 +485,1.102014914,0.728861163,347,0.206001358,-0.010430701,4332.897999 +486,2.927300795,-0.282939414,347,0.206001358,-0.010430701,10431.578601 +487,-1.154565557,0.124434095,347,0.206001358,-0.010430701,5401.0257266 +488,1.855331234,0.291044755,347,0.206001358,-0.010430701,6531.7624169 +489,0.830290659,0.276904518,347,0.206001358,-0.010430701,2693.4570042 +490,0.485104466,-0.234867441,347,0.206001358,-0.010430701,1410.2458878 +491,0.521367572,-0.33161327,347,0.206001358,-0.010430701,1766.0983754 +1,-1.539031704,0.7349710123,348,-0.268308653,0.234799412,4723.77109 +2,-1.536990553,0.7349663874,348,-0.268308653,0.234799412,4717.7743138 +3,-1.534951779,0.7349571355,348,-0.268308653,0.234799412,4711.7842145 +4,-1.532906461,0.7349480293,348,-0.268308653,0.234799412,4705.7750091 +5,-1.531320211,0.7346937278,348,-0.268308653,0.234799412,4701.0883113 +6,-1.539451648,0.7335131775,348,-0.268308653,0.234799412,4724.8826885 +7,-1.537429487,0.7335445708,348,-0.268308653,0.234799412,4718.936953 +8,-1.535484998,0.7335658704,348,-0.268308653,0.234799412,4713.2192604 +9,-1.533488396,0.7336036027,348,-0.268308653,0.234799412,4707.3503096 +10,-1.531497785,0.7335842962,348,-0.268308653,0.234799412,4701.4936495 +11,-1.530259379,0.7334777758,348,-0.268308653,0.234799412,4697.8399454 +12,-1.5335454,0.7322346912,348,-0.268308653,0.234799412,4707.3845246 +13,-1.531489083,0.7322238773,348,-0.268308653,0.234799412,4701.3279758 +14,-1.530011122,0.7321679851,348,-0.268308653,0.234799412,4696.9698503 +15,-1.53348106,0.7306614094,348,-0.268308653,0.234799412,4707.0450977 +16,-1.531441779,0.7306962275,348,-0.268308653,0.234799412,4701.0347084 +17,-1.529755654,0.7306933243,348,-0.268308653,0.234799412,4696.062325 +18,-1.533415048,0.7291384674,348,-0.268308653,0.234799412,4706.7087547 +19,-1.531392093,0.7291705353,348,-0.268308653,0.234799412,4700.7379467 +20,-1.529296523,0.7291214933,348,-0.268308653,0.234799412,4694.5449298 +21,-1.535280942,0.727267644,348,-0.268308653,0.234799412,4712.0593541 +22,-1.533378158,0.7276139666,348,-0.268308653,0.234799412,4706.4615477 +23,-1.531340368,0.7276446587,348,-0.268308653,0.234799412,4700.4384568 +24,-1.528960113,0.7276398177,348,-0.268308653,0.234799412,4693.3996922 +25,-1.533313146,0.7260818349,348,-0.268308653,0.234799412,4706.1338068 +26,-1.531259555,0.7260958115,348,-0.268308653,0.234799412,4700.0540084 +27,-1.528926415,0.7260865555,348,-0.268308653,0.234799412,4693.1445279 +28,-1.531226779,0.7245511789,348,-0.268308653,0.234799412,4699.8155596 +29,-1.528904772,0.7245519194,348,-0.268308653,0.234799412,4692.930508 +30,-1.547195875,0.7409785979,348,-0.268308653,0.234799412,4748.1703007 +31,-1.5451475,0.740980426,348,-0.268308653,0.234799412,4742.1852617 +32,-1.543097679,0.7409798872,348,-0.268308653,0.234799412,4736.1959849 +33,-1.540720364,0.7409892687,348,-0.268308653,0.234799412,4729.2509435 +34,-1.547188511,0.7395198392,348,-0.268308653,0.234799412,4748.0432464 +35,-1.545148587,0.7395226109,348,-0.268308653,0.234799412,4742.0749556 +36,-1.543104538,0.7395314908,348,-0.268308653,0.234799412,4736.095292 +37,-1.540727751,0.7395306258,348,-0.268308653,0.234799412,4729.1415825 +38,-1.547187029,0.7380014886,348,-0.268308653,0.234799412,4747.9325505 +39,-1.545147315,0.7380012252,348,-0.268308653,0.234799412,4741.9563188 +40,-1.54310719,0.7380060743,348,-0.268308653,0.234799412,4735.9794433 +41,-1.540719671,0.7380068206,348,-0.268308653,0.234799412,4728.9846752 +42,-1.547187189,0.7364799098,348,-0.268308653,0.234799412,4747.8300061 +43,-1.545149996,0.7364853874,348,-0.268308653,0.234799412,4741.8532585 +44,-1.543106091,0.7364823484,348,-0.268308653,0.234799412,4735.8563692 +45,-1.540717158,0.7364893901,348,-0.268308653,0.234799412,4728.8482075 +46,-1.538663972,0.7410138672,348,-0.268308653,0.234799412,4723.2453393 +47,-1.53695285,0.7409699132,348,-0.268308653,0.234799412,4718.2419293 +48,-1.534910498,0.7409641297,348,-0.268308653,0.234799412,4712.2746286 +49,-1.533145034,0.7409536636,348,-0.268308653,0.234799412,4707.1158512 +50,-1.538681336,0.7395405883,348,-0.268308653,0.234799412,4723.1556341 +51,-1.536999189,0.7395183096,348,-0.268308653,0.234799412,4718.2324276 +52,-1.534923633,0.7395144222,348,-0.268308653,0.234799412,4712.1601914 +53,-1.533267822,0.7395654306,348,-0.268308653,0.234799412,4707.3219745 +54,-1.53867273,0.7380151077,348,-0.268308653,0.234799412,4722.9886114 +55,-1.536980576,0.7379994392,348,-0.268308653,0.234799412,4718.0298647 +56,-1.534931522,0.7379944961,348,-0.268308653,0.234799412,4712.0266692 +57,-1.533387952,0.7379480264,348,-0.268308653,0.234799412,4707.4999876 +58,-1.538682279,0.7364914363,348,-0.268308653,0.234799412,4722.8786037 +59,-1.536980704,0.7364810563,348,-0.268308653,0.234799412,4717.8858182 +60,-1.534935567,0.7364752065,348,-0.268308653,0.234799412,4711.8856652 +61,-1.533042592,0.7363876366,348,-0.268308653,0.234799412,4706.3234828 +62,-1.545143426,0.7349628011,348,-0.268308653,0.234799412,4741.7261389 +63,-1.543105297,0.7349691947,348,-0.268308653,0.234799412,4735.7385989 +64,-1.541064533,0.7349647152,348,-0.268308653,0.234799412,4729.742664 +65,-1.545411803,0.7334624714,348,-0.268308653,0.234799412,4742.4129717 +66,-1.543446606,0.7334780896,348,-0.268308653,0.234799412,4736.6324399 +67,-1.541475327,0.7334957295,348,-0.268308653,0.234799412,4730.8344783 +68,-1.545401939,0.731963266,348,-0.268308653,0.234799412,4742.2858089 +69,-1.54342253,0.7319915583,348,-0.268308653,0.234799412,4736.4563938 +70,-1.541455867,0.7320216438,348,-0.268308653,0.234799412,4730.6650942 +71,-1.545410146,0.7304422281,348,-0.268308653,0.234799412,4742.2140145 +72,-1.543435491,0.7304713664,348,-0.268308653,0.234799412,4736.3905911 +73,-1.541463105,0.7304997613,348,-0.268308653,0.234799412,4730.5742467 +74,-1.545414768,0.7289194936,348,-0.268308653,0.234799412,4742.1351827 +75,-1.543435774,0.7289538557,348,-0.268308653,0.234799412,4736.2912177 +76,-1.541457714,0.7289765881,348,-0.268308653,0.234799412,4730.4496852 +77,-1.539449415,0.7320555866,348,-0.268308653,0.234799412,4724.7573675 +78,-1.537429183,0.7321097681,348,-0.268308653,0.234799412,4718.8113158 +79,-1.535472649,0.7321497267,348,-0.268308653,0.234799412,4713.0523329 +80,-1.539457899,0.7305333307,348,-0.268308653,0.234799412,4724.6619366 +81,-1.537453161,0.7305750503,348,-0.268308653,0.234799412,4718.7522043 +82,-1.535479385,0.7306124949,348,-0.268308653,0.234799412,4712.934025 +83,-1.53946905,0.7290102593,348,-0.268308653,0.234799412,4724.5780329 +84,-1.537459922,0.7290417293,348,-0.268308653,0.234799412,4718.6462695 +85,-1.535451349,0.7290890157,348,-0.268308653,0.234799412,4712.718014 +86,-1.535522937,0.7279887191,348,-0.268308653,0.234799412,4712.8356435 +87,-1.539442524,0.7274735939,348,-0.268308653,0.234799412,4724.3854341 +88,-1.537424111,0.727521351,348,-0.268308653,0.234799412,4718.4192094 +89,-1.539384641,0.7259505092,348,-0.268308653,0.234799412,4724.1044204 +90,-1.537372391,0.7259947145,348,-0.268308653,0.234799412,4718.1479149 +91,-1.535340789,0.7260435356,348,-0.268308653,0.234799412,4712.1351068 +92,-1.539325716,0.7244369706,348,-0.268308653,0.234799412,4723.8241519 +93,-1.537308932,0.7244801057,348,-0.268308653,0.234799412,4717.8459628 +94,-1.535289068,0.7245247645,348,-0.268308653,0.234799412,4711.8593745 +95,-1.533261366,0.7245550236,348,-0.268308653,0.234799412,4705.8489621 +96,-1.539267302,0.722921924,348,-0.268308653,0.234799412,4723.548435 +97,-1.537248972,0.7229660258,348,-0.268308653,0.234799412,4717.5575556 +98,-1.535219431,0.7229916471,348,-0.268308653,0.234799412,4711.532573 +99,-1.53318962,0.7230212049,348,-0.268308653,0.234799412,4705.5075528 +100,-1.531154816,0.7230299897,348,-0.268308653,0.234799412,4699.4663667 +101,-1.528878341,0.7230370244,348,-0.268308653,0.234799412,4692.7077406 +102,-1.539218189,0.7214009878,348,-0.268308653,0.234799412,4723.3031466 +103,-1.537198791,0.7214422745,348,-0.268308653,0.234799412,4717.3006959 +104,-1.535179266,0.7214634354,348,-0.268308653,0.234799412,4711.2969448 +105,-1.533156501,0.7214944644,348,-0.268308653,0.234799412,4705.2847345 +106,-1.53113574,0.7215166021,348,-0.268308653,0.234799412,4699.2782158 +107,-1.528874248,0.7215345535,348,-0.268308653,0.234799412,4692.5560096 +108,-1.539217656,0.7198512397,348,-0.268308653,0.234799412,4723.2039867 +109,-1.537199919,0.7199428763,348,-0.268308653,0.234799412,4717.2015233 +110,-1.545425832,0.727397149,348,-0.268308653,0.234799412,4742.0790714 +111,-1.543371177,0.7273916949,348,-0.268308653,0.234799412,4736.0007237 +112,-1.541368852,0.7274523163,348,-0.268308653,0.234799412,4730.0817393 +113,-1.545349067,0.7258710923,348,-0.268308653,0.234799412,4741.7662695 +114,-1.54332671,0.7258603556,348,-0.268308653,0.234799412,4735.77499 +115,-1.541346831,0.7259242142,348,-0.268308653,0.234799412,4729.9144416 +116,-1.545324355,0.7243383958,348,-0.268308653,0.234799412,4741.6105201 +117,-1.543292796,0.7243617413,348,-0.268308653,0.234799412,4735.5857561 +118,-1.541295822,0.7244024384,348,-0.268308653,0.234799412,4729.6650446 +119,-1.543193859,0.7205570215,348,-0.268308653,0.234799412,4735.0816568 +120,-1.550257047,0.7386738187,348,-0.268308653,0.234799412,4756.9688616 +121,-1.549335448,0.7311736483,348,-0.268308653,0.234799412,4753.8323633 +122,-1.533478843,0.7179891343,348,-0.268308653,0.234799412,4705.974428 +123,-1.556150555,0.738907041,348,-0.268308653,0.234799412,4774.2378028 +124,-1.554324226,0.733414257,348,-0.268308653,0.234799412,4768.6329245 +125,-1.554290846,0.7288285332,348,-0.268308653,0.234799412,4768.3542382 +126,-1.55122487,0.7219795312,348,-0.268308653,0.234799412,4759.0302608 +127,-1.525104458,0.7229399862,348,-0.268308653,0.234799412,4681.49289 +128,-1.519607711,0.7236181429,348,-0.268308653,0.234799412,4665.2536004 +129,-1.513899999,0.7251107854,348,-0.268308653,0.234799412,4648.5224965 +130,-1.536620762,0.7431061895,348,-0.268308653,0.234799412,4717.4931874 +131,-1.5369566,0.7460845958,348,-0.268308653,0.234799412,4718.7904847 +132,-1.545345528,0.7447040685,348,-0.268308653,0.234799412,4743.0667268 +133,-1.532813921,0.7432306626,348,-0.268308653,0.234799412,4706.4082671 +134,-1.554788248,0.7382381001,348,-0.268308653,0.234799412,4770.2162544 +135,-1.540348126,0.7301594274,348,-0.268308653,0.234799412,4727.2596805 +136,-1.538016084,0.7239051786,348,-0.268308653,0.234799412,4719.9018877 +137,-1.525288962,0.7258085137,348,-0.268308653,0.234799412,4682.3441493 +138,-1.534326986,0.731241342,348,-0.268308653,0.234799412,4709.5933033 +139,-1.530733872,0.7303625216,348,-0.268308653,0.234799412,4698.9134327 +141,-1.534354939,0.7328219978,348,-0.268308653,0.234799412,4709.8241275 +142,-1.53157084,0.7292888153,348,-0.268308653,0.234799412,4701.2772321 +143,-1.525691035,0.7263799874,348,-0.268308653,0.234799412,4683.596354 +144,-1.534031287,0.7495967835,348,-0.268308653,0.234799412,4710.7059854 +145,-1.527714986,0.7283095957,348,-0.268308653,0.234799412,4689.7884439 +146,-1.526189586,0.7271468292,348,-0.268308653,0.234799412,4685.1543592 +147,-1.555177336,0.7375563366,348,-0.268308653,0.234799412,4771.3238658 +148,-1.555080283,0.7312707794,348,-0.268308653,0.234799412,4770.7737356 +149,-1.53856994,0.7224180299,348,-0.268308653,0.234799412,4721.4431808 +150,-1.530837883,0.729933372,348,-0.268308653,0.234799412,4699.1771937 +151,-1.515066984,0.5854133365,348,-0.268308653,0.234799412,4649.4425262 +152,-1.534731633,0.5368370046,348,-0.268308653,0.234799412,4723.0067104 +153,-1.515231902,0.5607085576,348,-0.268308653,0.234799412,4652.9214684 +154,-2.616253799,1.0684566605,348,-0.268308653,0.234799412,6716.2131224 +155,-1.956071439,0.5792177723,348,-0.268308653,0.234799412,6093.7276496 +156,-1.951208514,0.5602434208,348,-0.268308653,0.234799412,6097.2881153 +157,-1.944675062,0.6062144545,348,-0.268308653,0.234799412,6030.4058624 +158,-1.613778386,0.6077989518,348,-0.268308653,0.234799412,4968.2996385 +159,-2.035029014,0.6021432345,348,-0.268308653,0.234799412,6318.0208379 +160,-2.114989471,0.6801825058,348,-0.268308653,0.234799412,6458.325114 +161,-2.037382079,0.5765830025,348,-0.268308653,0.234799412,6355.7232119 +162,-2.129855121,0.6585019963,348,-0.268308653,0.234799412,6531.7714519 +163,-2.075141798,0.6493615843,348,-0.268308653,0.234799412,6382.2606264 +164,-1.828626729,0.6948433129,348,-0.268308653,0.234799412,5598.3290367 +165,-1.863329418,0.6735427691,348,-0.268308653,0.234799412,5718.69974 +166,-1.266037071,0.727988852,348,-0.268308653,0.234799412,3922.4809869 +167,-1.277579582,0.7249010648,348,-0.268308653,0.234799412,3953.3935495 +168,-1.258418684,0.7241194816,348,-0.268308653,0.234799412,3897.1625361 +169,-1.317813974,0.6804850104,348,-0.268308653,0.234799412,4042.6950771 +170,-1.344165204,0.6790988904,348,-0.268308653,0.234799412,4122.3694688 +171,-1.427582102,0.5277120351,348,-0.268308653,0.234799412,4358.6006808 +172,-1.402238616,0.457167829,348,-0.268308653,0.234799412,4275.1875096 +173,-1.422454264,0.4996161999,348,-0.268308653,0.234799412,4342.2065827 +174,-1.439089277,0.4894859811,348,-0.268308653,0.234799412,4401.14988 +175,-1.448126995,0.5182330266,348,-0.268308653,0.234799412,4429.5901121 +176,-1.474626146,0.5881926574,348,-0.268308653,0.234799412,4515.9237335 +177,-1.421139645,0.5584869783,348,-0.268308653,0.234799412,4337.2173398 +178,-1.457037165,0.565943032,348,-0.268308653,0.234799412,4457.6840407 +179,-2.757159358,0.3745319,348,-0.268308653,0.234799412,8941.7609529 +180,-2.714309238,0.342054471,348,-0.268308653,0.234799412,8897.7530367 +181,-2.000525337,0.774119946,348,-0.268308653,0.234799412,6020.3269178 +183,-1.571413436,0.6777838382,348,-0.268308653,0.234799412,4821.3319058 +184,-1.552860289,0.6987663893,348,-0.268308653,0.234799412,4763.6257546 +185,-1.521852374,0.7165827476,348,-0.268308653,0.234799412,4671.154493 +186,-1.503656267,0.6928968252,348,-0.268308653,0.234799412,4613.7521721 +187,-1.502753178,0.7136205882,348,-0.268308653,0.234799412,4613.6940738 +188,-1.631894563,0.7343596465,348,-0.268308653,0.234799412,4996.6876715 +189,-1.653765416,0.6770714026,348,-0.268308653,0.234799412,5075.326748 +190,-1.719812114,0.6715965947,348,-0.268308653,0.234799412,5280.7923541 +191,-1.493406659,0.6646955447,348,-0.268308653,0.234799412,4579.3779769 +192,-1.469120564,0.6613469966,348,-0.268308653,0.234799412,4503.2108151 +193,-1.590551461,0.5326612937,348,-0.268308653,0.234799412,4913.9239517 +194,-1.625979264,0.5247742243,348,-0.268308653,0.234799412,5037.4737715 +195,-1.572293943,0.5238808754,348,-0.268308653,0.234799412,4854.4698114 +196,-1.610848725,0.5477107964,348,-0.268308653,0.234799412,4977.5017043 +197,-1.208485554,0.7918526018,348,-0.268308653,0.234799412,3827.0643579 +198,-1.335601374,0.6869083083,348,-0.268308653,0.234799412,4100.3589569 +199,-1.346156996,0.6825213377,348,-0.268308653,0.234799412,4130.1692048 +200,-1.324381037,0.6741422347,348,-0.268308653,0.234799412,4059.2149593 +201,-1.242424992,0.7378949807,348,-0.268308653,0.234799412,3863.5269516 +202,-1.270370057,0.7392461008,348,-0.268308653,0.234799412,3944.4669907 +203,-1.448950472,0.7441675014,348,-0.268308653,0.234799412,4462.6017318 +204,-1.492662363,0.7523026852,348,-0.268308653,0.234799412,4591.5382803 +205,-1.479098966,0.7763855017,348,-0.268308653,0.234799412,4559.6264837 +206,-1.633760714,0.7869022408,348,-0.268308653,0.234799412,4995.2191672 +207,-1.647406434,0.8101289331,348,-0.268308653,0.234799412,5030.5131612 +208,-1.564245052,0.5701509278,348,-0.268308653,0.234799412,4814.9487177 +209,-1.646289963,0.6833746083,348,-0.268308653,0.234799412,5050.6432644 +210,-1.5820631,0.6751952144,348,-0.268308653,0.234799412,4854.4713587 +211,-1.613236298,0.6681681791,348,-0.268308653,0.234799412,4952.1491639 +212,-1.914661867,0.8212566515,348,-0.268308653,0.234799412,5744.3312171 +213,-1.742133237,0.7250275956,348,-0.268308653,0.234799412,5323.9734174 +214,-2.033144872,0.6557314699,348,-0.268308653,0.234799412,6248.7998878 +215,-2.039551981,0.6964723658,348,-0.268308653,0.234799412,6219.1478318 +216,-1.247341019,0.7622473908,348,-0.268308653,0.234799412,3900.6890304 +217,-1.298239787,0.7084123392,348,-0.268308653,0.234799412,4001.6655518 +218,-1.308539688,0.6926545592,348,-0.268308653,0.234799412,4021.9528884 +219,-1.303263185,0.6888938396,348,-0.268308653,0.234799412,4003.6696312 +220,-1.852400229,0.6004246149,348,-0.268308653,0.234799412,5742.3602882 +221,-1.288947707,0.7473773692,348,-0.268308653,0.234799412,4004.2209196 +222,-1.372031502,0.7472790993,348,-0.268308653,0.234799412,4241.7637182 +223,-1.289805721,0.7242157877,348,-0.268308653,0.234799412,3988.4143324 +224,-1.350807603,0.7533498126,348,-0.268308653,0.234799412,4184.7113194 +225,-1.329290365,0.7560442322,348,-0.268308653,0.234799412,4125.3923436 +226,-1.410153004,0.616936428,348,-0.268308653,0.234799412,4308.3376639 +227,-1.393445434,0.6308995063,348,-0.268308653,0.234799412,4257.9692576 +228,-1.37595573,0.6241540638,348,-0.268308653,0.234799412,4200.1328621 +229,-1.358388707,0.6172645205,348,-0.268308653,0.234799412,4141.5704374 +230,-1.753741133,0.8281661666,348,-0.268308653,0.234799412,5312.9860506 +231,-1.47430987,0.6834615681,348,-0.268308653,0.234799412,4522.7086721 +232,-1.421012508,0.7222725206,348,-0.268308653,0.234799412,4372.7116773 +233,-1.4476833,0.6978557868,348,-0.268308653,0.234799412,4444.647956 +234,-1.470370723,0.6966193374,348,-0.268308653,0.234799412,4513.1308509 +235,-1.429211703,0.7037216883,348,-0.268308653,0.234799412,4390.6081038 +236,-1.700578405,0.6178673663,348,-0.268308653,0.234799412,5244.6094544 +237,-1.678117619,0.6331716163,348,-0.268308653,0.234799412,5166.4104888 +238,-1.725644578,0.6316331145,348,-0.268308653,0.234799412,5317.9758161 +239,-2.14012759,0.7930497945,348,-0.268308653,0.234799412,6366.8315052 +240,-2.103289431,0.7653606263,348,-0.268308653,0.234799412,6308.9108261 +241,-1.318739838,0.7017808746,348,-0.268308653,0.234799412,4058.2585608 +242,-1.396417427,0.7077900843,348,-0.268308653,0.234799412,4293.6999101 +243,-1.35650337,0.7185539404,348,-0.268308653,0.234799412,4180.3024591 +244,-1.248884539,0.7274156818,348,-0.268308653,0.234799412,3872.4763826 +245,-1.395014798,0.5761185243,348,-0.268308653,0.234799412,4251.7304997 +246,-1.433377362,0.6064716109,348,-0.268308653,0.234799412,4381.9113882 +247,-1.408172432,0.5903155476,348,-0.268308653,0.234799412,4297.2897213 +248,-1.749645898,0.7757118084,348,-0.268308653,0.234799412,5323.2575024 +249,-1.571626686,0.615046989,348,-0.268308653,0.234799412,4830.1653877 +250,-1.514070049,0.6303003037,348,-0.268308653,0.234799412,4643.5292426 +251,-1.480890369,0.6237966528,348,-0.268308653,0.234799412,4537.030037 +252,-1.704390658,0.5281680612,348,-0.268308653,0.234799412,5302.3971624 +253,-1.64434733,0.5254277498,348,-0.268308653,0.234799412,5099.7882998 +254,-1.703855997,0.4792484842,348,-0.268308653,0.234799412,5328.5291546 +255,-1.692002383,0.5748825051,348,-0.268308653,0.234799412,5236.8579014 +256,-1.854136457,0.5544643913,348,-0.268308653,0.234799412,5785.099774 +257,-1.665021206,0.520317736,348,-0.268308653,0.234799412,5172.6148756 +258,-1.733654349,0.4845187345,348,-0.268308653,0.234799412,5428.5979716 +259,-1.720938188,0.5135933906,348,-0.268308653,0.234799412,5366.9864995 +260,-1.742668307,0.553296122,348,-0.268308653,0.234799412,5416.5485818 +261,-1.965659039,0.7142126903,348,-0.268308653,0.234799412,5985.5651356 +262,-1.944438071,0.6772834804,348,-0.268308653,0.234799412,5959.8654741 +263,-1.270340967,0.7681487096,348,-0.268308653,0.234799412,3970.0888946 +264,-1.353091884,0.6549276821,348,-0.268308653,0.234799412,4138.8047107 +265,-1.333236659,0.6413584414,348,-0.268308653,0.234799412,4070.616541 +266,-1.352015998,0.6753788907,348,-0.268308653,0.234799412,4144.6117602 +267,-1.377988483,0.6577816235,348,-0.268308653,0.234799412,4217.6656222 +268,-2.13075611,0.8318642051,348,-0.268308653,0.234799412,6286.7671608 +269,-2.097910953,0.8259670014,348,-0.268308653,0.234799412,6212.7155643 +270,-1.416382069,0.6694271549,348,-0.268308653,0.234799412,4340.8685379 +271,-1.538905672,0.7535625993,348,-0.268308653,0.234799412,4725.2783461 +272,-1.572309477,0.7803125099,348,-0.268308653,0.234799412,4822.92689 +273,-1.87759879,0.7503853417,348,-0.268308653,0.234799412,5700.4533735 +274,1.152365588,0.590457682,348,-0.268308653,0.234799412,5219.6168595 +275,0.350198001,0.718001859,348,-0.268308653,0.234799412,2863.8255629 +276,0.046513677,0.491503852,348,-0.268308653,0.234799412,1542.9004721 +277,0.027510309,0.742571376,348,-0.268308653,0.234799412,2251.84541 +278,0.306285725,-0.214631579,348,-0.268308653,0.234799412,2874.1266592 +279,-1.100564889,0.318051531,348,-0.268308653,0.234799412,3180.1273551 +280,-1.078582306,0.301437596,348,-0.268308653,0.234799412,3099.0458816 +281,-1.137371989,-0.617634065,348,-0.268308653,0.234799412,4690.3087382 +282,0.784356344,0.703272339,348,-0.268308653,0.234799412,4065.8555848 +283,-1.221209947,0.218327455,348,-0.268308653,0.234799412,3670.8349395 +284,2.347301921,-0.449114658,348,-0.268308653,0.234799412,10312.550923 +285,0.246820618,0.830553713,348,-0.268308653,0.234799412,2906.7832275 +286,0.829414965,0.703288228,348,-0.268308653,0.234799412,4200.6309575 +287,-1.337537566,0.42332223,348,-0.268308653,0.234799412,4047.0237016 +288,0.882453706,0.454478077,348,-0.268308653,0.234799412,4335.3896241 +289,1.575629659,0.416419109,348,-0.268308653,0.234799412,6801.6357901 +290,-1.039455679,0.229888244,348,-0.268308653,0.234799412,2968.3608933 +291,0.489558039,0.934482747,348,-0.268308653,0.234799412,3638.8944595 +292,0.081344504,0.88384514,348,-0.268308653,0.234799412,2806.3581198 +293,-1.547979814,0.300350308,348,-0.268308653,0.234799412,4866.7763705 +294,0.040776181,0.168560074,348,-0.268308653,0.234799412,1227.4008313 +295,-1.130374745,0.563894876,348,-0.268308653,0.234799412,3370.1641435 +296,1.578326642,0.478507176,348,-0.268308653,0.234799412,6730.3541839 +297,-1.12861823,-0.291640865,348,-0.268308653,0.234799412,3959.4548944 +298,0.310524208,0.770885792,348,-0.268308653,0.234799412,2886.1800179 +299,0.415649091,-0.387246002,348,-0.268308653,0.234799412,3622.5891026 +300,-0.926533878,-0.188022748,348,-0.268308653,0.234799412,3081.609377 +301,1.258856172,-0.11716081,348,-0.268308653,0.234799412,6162.7640445 +302,-1.126050026,0.322941926,348,-0.268308653,0.234799412,3275.441557 +303,2.002785835,0.07893892,348,-0.268308653,0.234799412,8802.9403884 +304,0.440437607,0.746258085,348,-0.268308653,0.234799412,3150.2207985 +305,-0.030391866,0.214441206,348,-0.268308653,0.234799412,922.12064268 +306,0.521557815,-0.058929362,348,-0.268308653,0.234799412,3315.1395505 +307,-0.097005111,0.13317729,348,-0.268308653,0.234799412,778.82213427 +308,1.83113859,0.221857587,348,-0.268308653,0.234799412,7970.7863262 +309,0.222428864,0.099404236,348,-0.268308653,0.234799412,1988.2867647 +310,-1.702731345,0.8728568183,348,-0.268308653,0.234799412,5166.8872922 +311,-0.418507569,0.278324921,348,-0.268308653,0.234799412,600.64911939 +312,-1.41153306,0.339029988,348,-0.268308653,0.234799412,4338.8341453 +313,0.357560442,0.114788776,348,-0.268308653,0.234799412,2484.3267901 +314,0.325818979,0.268352149,348,-0.268308653,0.234799412,2280.85797 +315,-1.246004659,-0.663679965,348,-0.268308653,0.234799412,5077.6118387 +316,1.814603087,0.637404484,348,-0.268308653,0.234799412,7200.4953357 +317,1.843704281,-0.18300445,348,-0.268308653,0.234799412,8458.0085333 +318,1.690644492,-0.211480909,348,-0.268308653,0.234799412,7889.7584346 +319,-1.275451936,0.068109467,348,-0.268308653,0.234799412,3989.4422214 +320,0.762430171,-0.207594741,348,-0.268308653,0.234799412,4411.1672237 +321,0.265668905,-0.014647884,348,-0.268308653,0.234799412,2317.466817 +322,-2.773032013,-0.335515811,348,-0.268308653,0.234799412,9995.0285025 +323,-1.469512853,0.174058777,348,-0.268308653,0.234799412,4650.9037687 +324,0.286276986,0.785925691,348,-0.268308653,0.234799412,2869.2379741 +325,-1.379324697,0.377432233,348,-0.268308653,0.234799412,4207.440435 +326,-1.203778265,0.212813032,348,-0.268308653,0.234799412,3606.873976 +327,0.579916301,0.611743168,348,-0.268308653,0.234799412,3366.0312263 +328,0.267582642,0.868113908,348,-0.268308653,0.234799412,3049.6973075 +329,0.412869244,-0.050245578,348,-0.268308653,0.234799412,2905.1440293 +330,0.17524381,0.976660285,348,-0.268308653,0.234799412,3235.4974659 +331,0.743157214,0.204812899,348,-0.268308653,0.234799412,3902.8835798 +332,-1.070758176,0.269382282,348,-0.268308653,0.234799412,3075.440164 +333,-1.230364251,0.329790229,348,-0.268308653,0.234799412,3665.5069155 +334,-1.374813124,-0.024926835,348,-0.268308653,0.234799412,4463.1791843 +335,0.519780566,0.463669906,348,-0.268308653,0.234799412,3052.39009 +336,-1.55108034,0.239698561,348,-0.268308653,0.234799412,4916.6536734 +337,0.180294813,0.029739425,348,-0.268308653,0.234799412,1936.4488625 +338,0.67820924,0.268170153,348,-0.268308653,0.234799412,3624.2732771 +339,0.445798684,1.024001867,348,-0.268308653,0.234799412,3766.9478936 +340,0.691751283,0.150521402,348,-0.268308653,0.234799412,3740.3456243 +341,-1.036643551,-0.903056181,348,-0.268308653,0.234799412,5219.5893164 +342,-0.120287036,1.083325163,348,-0.268308653,0.234799412,3387.2320915 +343,2.823513113,-0.304487164,348,-0.268308653,0.234799412,12108.761912 +344,0.457583172,1.12513373,348,-0.268308653,0.234799412,4039.74547 +345,0.042918831,0.813795399,348,-0.268308653,0.234799412,2516.2116139 +346,1.196146777,-0.853142756,348,-0.268308653,0.234799412,6648.0808546 +347,0.206001358,-0.010430701,348,-0.268308653,0.234799412,2099.9773908 +348,-0.268308653,0.234799412,348,-0.268308653,0.234799412,0 +349,0.759363263,0.736189579,348,-0.268308653,0.234799412,4015.4565869 +350,0.181363926,0.891988372,348,-0.268308653,0.234799412,2974.6998309 +351,-0.021111158,0.139103292,348,-0.268308653,0.234799412,1033.6087069 +352,-0.093355215,0.630686981,348,-0.268308653,0.234799412,1687.018458 +353,0.40118964,0.681375926,348,-0.268308653,0.234799412,2928.8033134 +354,-0.721197315,1.304706234,348,-0.268308653,0.234799412,4353.4221148 +355,-1.076150317,0.212107639,348,-0.268308653,0.234799412,3117.083386 +356,-1.577164531,0.273993443,348,-0.268308653,0.234799412,4992.5745634 +357,-0.190788414,0.182208586,348,-0.268308653,0.234799412,365.53114316 +358,-0.261349752,0.209710184,348,-0.268308653,0.234799412,102.95094487 +359,-1.029303852,0.083549259,348,-0.268308653,0.234799412,3030.9883832 +360,-1.268609162,0.330525297,348,-0.268308653,0.234799412,3808.4324937 +361,1.282982244,-0.926641967,348,-0.268308653,0.234799412,6917.2217477 +362,0.217352334,0.731352408,348,-0.268308653,0.234799412,2578.2808934 +363,-1.511833084,0.258629297,348,-0.268308653,0.234799412,4755.8104606 +364,0.338812194,0.823184618,348,-0.268308653,0.234799412,3074.0154772 +365,-0.324406489,1.134201999,348,-0.268308653,0.234799412,3565.8054171 +366,1.389579348,0.399185724,348,-0.268308653,0.234799412,6172.4938238 +367,2.047152199,-0.039082036,348,-0.268308653,0.234799412,9117.9544175 +368,0.947780369,0.568250077,348,-0.268308653,0.234799412,4549.0086255 +369,0.763824846,0.576754987,348,-0.268308653,0.234799412,3938.5097097 +370,-0.142334657,0.928153068,348,-0.268308653,0.234799412,2774.8760179 +371,0.610266567,0.547265983,348,-0.268308653,0.234799412,3413.2526738 +372,0.210731629,0.746815056,348,-0.268308653,0.234799412,2605.0170082 +373,-1.34931644,0.316895224,348,-0.268308653,0.234799412,4114.7245319 +374,2.407696481,0.655030745,348,-0.268308653,0.234799412,8516.5800077 +375,0.64207831,0.545359131,348,-0.268308653,0.234799412,3518.490558 +376,1.174597538,0.840588356,348,-0.268308653,0.234799412,5196.2049509 +377,0.660059424,0.010604079,348,-0.268308653,0.234799412,3746.1112961 +378,-0.730263819,0.010486456,348,-0.268308653,0.234799412,2017.9415017 +379,0.831068936,0.512339172,348,-0.268308653,0.234799412,4152.4096127 +380,1.301180979,0.72367476,348,-0.268308653,0.234799412,5605.4899108 +381,1.811128231,0.322854402,348,-0.268308653,0.234799412,7745.9894156 +382,0.435105812,0.992284428,348,-0.268308653,0.234799412,3671.317434 +383,0.62643634,0.592027932,348,-0.268308653,0.234799412,3497.7057213 +384,0.492988703,-0.516339467,348,-0.268308653,0.234799412,4159.6936409 +385,-0.162469483,0.112549365,348,-0.268308653,0.234799412,636.19887592 +386,0.314630866,0.472006421,348,-0.268308653,0.234799412,2351.1931538 +387,0.166744804,0.822815954,348,-0.268308653,0.234799412,2738.2105315 +388,0.417159608,0.965805736,348,-0.268308653,0.234799412,3575.258766 +389,0.106334961,0.868774244,348,-0.268308653,0.234799412,2789.4137343 +390,0.815086969,-0.338144359,348,-0.268308653,0.234799412,4794.9689105 +391,0.59867455,-0.230624824,348,-0.268308653,0.234799412,3869.8114903 +392,1.915104874,0.066220985,348,-0.268308653,0.234799412,8493.7319311 +393,1.278093622,0.064463721,348,-0.268308653,0.234799412,6068.753649 +394,-0.061477853,0.302997961,348,-0.268308653,0.234799412,834.46225828 +395,0.251311504,0.626976942,348,-0.268308653,0.234799412,2412.9168588 +396,2.950242872,0.149095644,348,-0.268308653,0.234799412,10893.411643 +397,-0.180294708,0.35375117,348,-0.268308653,0.234799412,577.18208839 +398,1.010448592,-0.351180233,348,-0.268308653,0.234799412,5493.4209329 +399,-1.748740498,0.3686318073,348,-0.268308653,0.234799412,5562.538661 +400,2.699635665,0.123533791,348,-0.268308653,0.234799412,10868.697549 +401,0.496808033,0.823843254,348,-0.268308653,0.234799412,3433.1387668 +402,0.129574704,0.763364087,348,-0.268308653,0.234799412,2491.3094833 +403,1.798920311,0.817447563,348,-0.268308653,0.234799412,6807.0699452 +404,0.335987953,0.746786541,348,-0.268308653,0.234799412,2890.3621674 +405,-1.085413643,0.292154671,348,-0.268308653,0.234799412,3126.3118231 +406,-0.155321003,0.508207011,348,-0.268308653,0.234799412,1159.7901992 +407,0.620529244,-0.301175104,348,-0.268308653,0.234799412,4072.4590646 +408,1.684402744,0.368716966,348,-0.268308653,0.234799412,7240.2261051 +409,0.300582244,-0.386397212,348,-0.268308653,0.234799412,3306.7989396 +410,2.913555946,-0.009225192,348,-0.268308653,0.234799412,11536.490321 +411,1.465101417,0.493232532,348,-0.268308653,0.234799412,6334.9666109 +412,0.090612882,0.907955955,348,-0.268308653,0.234799412,2900.154713 +413,2.987564726,-0.729568594,348,-0.268308653,0.234799412,10444.974097 +414,-1.484261606,0.224149272,348,-0.268308653,0.234799412,4672.9339849 +415,0.164073421,0.303955133,348,-0.268308653,0.234799412,1672.157569 +416,0.141441293,0.167552546,348,-0.268308653,0.234799412,1611.6610647 +417,2.931321023,-0.506718887,348,-0.268308653,0.234799412,11345.858677 +418,2.21951565,0.700596356,348,-0.268308653,0.234799412,8027.398353 +419,0.268112576,1.199114336,348,-0.268308653,0.234799412,4054.1405961 +420,0.978913739,0.359223811,348,-0.268308653,0.234799412,4715.2057643 +421,1.210898818,0.522863584,348,-0.268308653,0.234799412,5451.6448144 +422,2.347397336,0.129231362,348,-0.268308653,0.234799412,9922.4777836 +423,0.614394501,0.556878345,348,-0.268308653,0.234799412,3433.3195942 +424,-1.398079356,0.148483366,348,-0.268308653,0.234799412,4395.1961447 +425,2.535303836,-0.112984496,348,-0.268308653,0.234799412,11040.804522 +426,-1.019372593,-0.405322349,348,-0.268308653,0.234799412,3860.0566905 +427,-1.297785627,-0.160104069,348,-0.268308653,0.234799412,4339.1472997 +428,2.144554488,0.205051084,348,-0.268308653,0.234799412,9092.8268427 +429,-2.242387083,-0.426171285,348,-0.268308653,0.234799412,8042.9157275 +430,0.338637212,0.909723676,348,-0.268308653,0.234799412,3291.762989 +431,-0.148798452,0.691042401,348,-0.268308653,0.234799412,1854.6593858 +432,0.893524764,0.441829531,348,-0.268308653,0.234799412,4377.1172166 +433,0.969229347,-0.368847936,348,-0.268308653,0.234799412,5372.2400231 +434,0.436043248,0.800045688,348,-0.268308653,0.234799412,3242.6099366 +435,1.687946607,1.081504775,348,-0.268308653,0.234799412,6089.26026 +436,0.522302046,-0.034889271,348,-0.268308653,0.234799412,3283.8541609 +437,-0.178996113,-0.438090009,348,-0.268308653,0.234799412,2687.5461266 +438,-1.094339566,0.301444068,348,-0.268308653,0.234799412,3158.6088951 +439,-1.064070054,0.242569932,348,-0.268308653,0.234799412,3057.9948601 +440,-1.068153768,0.230387998,348,-0.268308653,0.234799412,3078.2741699 +441,-3.00496892,-0.23989155,348,-0.268308653,0.234799412,10885.346312 +442,0.21751974,0.766874888,348,-0.268308653,0.234799412,2673.5899356 +443,0.117229532,0.007619006,348,-0.268308653,0.234799412,1759.8175713 +444,0.777758451,0.420554741,348,-0.268308653,0.234799412,3963.5587257 +445,-0.252356999,0.250747086,348,-0.268308653,0.234799412,88.044066592 +446,0.363148444,0.768483434,348,-0.268308653,0.234799412,3003.0652567 +447,0.903191366,-0.118210676,348,-0.268308653,0.234799412,4813.9266583 +448,-0.205755923,0.149406178,348,-0.268308653,0.234799412,416.55752306 +449,1.811996086,0.02364353,348,-0.268308653,0.234799412,8154.3177172 +450,-1.100670221,0.314845373,348,-0.268308653,0.234799412,3180.8301636 +451,0.340078597,0.850105132,348,-0.268308653,0.234799412,3142.5803527 +452,0.258757267,0.804969236,348,-0.268308653,0.234799412,2860.8157587 +453,2.78505352,-0.155160804,348,-0.268308653,0.234799412,11978.029173 +454,0.800551619,0.105822106,348,-0.268308653,0.234799412,4194.0911216 +455,0.437940882,-0.506194031,348,-0.268308653,0.234799412,3989.0200475 +456,2.230431122,0.63458615,348,-0.268308653,0.234799412,8245.5720127 +457,0.527965361,0.127667701,348,-0.268308653,0.234799412,3126.8214818 +458,-0.063643205,0.702093448,348,-0.268308653,0.234799412,1982.8915419 +459,1.408447268,0.133010502,348,-0.268308653,0.234799412,6503.7790472 +460,0.523795955,0.280266966,348,-0.268308653,0.234799412,3033.6217311 +461,-0.975769313,0.072177659,348,-0.268308653,0.234799412,2838.6321974 +462,0.549774164,-0.463663986,348,-0.268308653,0.234799412,4190.7158285 +463,0.29245874,1.095549818,348,-0.268308653,0.234799412,3753.0456187 +464,0.143625958,0.816809593,348,-0.268308653,0.234799412,2680.2628318 +465,0.671902494,0.611159853,348,-0.268308653,0.234799412,3657.47473 +466,1.239840988,0.6724199,348,-0.268308653,0.234799412,5454.4584058 +467,0.607829703,-0.10932137,348,-0.268308653,0.234799412,3705.3031966 +468,1.763020906,0.263996692,348,-0.268308653,0.234799412,7665.9927435 +469,0.378714634,0.726066797,348,-0.268308653,0.234799412,2952.97386 +470,2.196736143,-0.153862366,348,-0.268308653,0.234799412,9797.7564697 +471,0.01702415,0.148991565,348,-0.268308653,0.234799412,1159.8577013 +472,-2.998490902,-0.158002487,348,-0.268308653,0.234799412,10817.751971 +473,-3.051262951,-0.346595608,348,-0.268308653,0.234799412,11014.087633 +474,-1.069176439,0.182802941,348,-0.268308653,0.234799412,3105.9752424 +475,0.167157509,0.595344954,348,-0.268308653,0.234799412,2116.9124912 +476,0.613855648,0.681746124,348,-0.268308653,0.234799412,3540.1196901 +477,1.037012736,0.682555367,348,-0.268308653,0.234799412,4827.7589369 +478,-1.253574971,0.379755746,348,-0.268308653,0.234799412,3744.6938366 +479,3.108590453,-0.132620738,348,-0.268308653,0.234799412,11442.552511 +480,0.565301296,0.022333262,348,-0.268308653,0.234799412,3373.1093639 +481,0.547898238,0.855555614,348,-0.268308653,0.234799412,3610.6372578 +482,0.948309381,0.417393755,348,-0.268308653,0.234799412,4580.4197177 +483,-0.050600732,0.945269213,348,-0.268308653,0.234799412,2894.8597774 +484,-0.977651478,-0.572363064,348,-0.268308653,0.234799412,4173.7528552 +485,1.102014914,0.728861163,348,-0.268308653,0.234799412,5017.477106 +486,2.927300795,-0.282939414,348,-0.268308653,0.234799412,12162.550859 +487,-1.154565557,0.124434095,348,-0.268308653,0.234799412,3475.7262103 +488,1.855331234,0.291044755,348,-0.268308653,0.234799412,7949.5626712 +489,0.830290659,0.276904518,348,-0.268308653,0.234799412,4197.5641756 +490,0.485104466,-0.234867441,348,-0.268308653,0.234799412,3492.9786088 +491,0.521367572,-0.33161327,348,-0.268308653,0.234799412,3811.3213359 +1,-1.539031704,0.7349710123,349,0.759363263,0.736189579,5886.2347488 +2,-1.536990553,0.7349663874,349,0.759363263,0.736189579,5882.9157531 +3,-1.534951779,0.7349571355,349,0.759363263,0.736189579,5879.6095585 +4,-1.532906461,0.7349480293,349,0.759363263,0.736189579,5876.2858359 +5,-1.531320211,0.7346937278,349,0.759363263,0.736189579,5874.5155538 +6,-1.539451648,0.7335131775,349,0.759363263,0.736189579,5891.722941 +7,-1.537429487,0.7335445708,349,0.759363263,0.736189579,5888.3137027 +8,-1.535484998,0.7335658704,349,0.759363263,0.736189579,5885.0589905 +9,-1.533488396,0.7336036027,349,0.759363263,0.736189579,5881.6591051 +10,-1.531497785,0.7335842962,349,0.759363263,0.736189579,5878.4505902 +11,-1.530259379,0.7334777758,349,0.759363263,0.736189579,5876.7616346 +12,-1.5335454,0.7322346912,349,0.759363263,0.736189579,5886.251929 +13,-1.531489083,0.7322238773,349,0.759363263,0.736189579,5882.9037648 +14,-1.530011122,0.7321679851,349,0.759363263,0.736189579,5880.6512623 +15,-1.53348106,0.7306614094,349,0.759363263,0.736189579,5891.3171791 +16,-1.531441779,0.7306962275,349,0.759363263,0.736189579,5887.8426474 +17,-1.529755654,0.7306933243,349,0.759363263,0.736189579,5885.0692491 +18,-1.533415048,0.7291384674,349,0.759363263,0.736189579,5896.2141838 +19,-1.531392093,0.7291705353,349,0.759363263,0.736189579,5892.7712126 +20,-1.529296523,0.7291214933,349,0.759363263,0.736189579,5889.468267 +21,-1.535280942,0.727267644,349,0.759363263,0.736189579,5905.4414077 +22,-1.533378158,0.7276139666,349,0.759363263,0.736189579,5901.1643332 +23,-1.531340368,0.7276446587,349,0.759363263,0.736189579,5897.6970416 +24,-1.528960113,0.7276398177,349,0.759363263,0.736189579,5893.7728484 +25,-1.533313146,0.7260818349,349,0.759363263,0.736189579,5906.0931703 +26,-1.531259555,0.7260958115,349,0.759363263,0.736189579,5902.650168 +27,-1.528926415,0.7260865555,349,0.759363263,0.736189579,5898.8133346 +28,-1.531226779,0.7245511789,349,0.759363263,0.736189579,5907.6689864 +29,-1.528904772,0.7245519194,349,0.759363263,0.736189579,5903.8128336 +30,-1.547195875,0.7409785979,349,0.759363263,0.736189579,5879.6543747 +31,-1.5451475,0.740980426,349,0.759363263,0.736189579,5876.3443269 +32,-1.543097679,0.7409798872,349,0.759363263,0.736189579,5873.0334088 +33,-1.540720364,0.7409892687,349,0.759363263,0.736189579,5869.152583 +34,-1.547188511,0.7395198392,349,0.759363263,0.736189579,5884.4629723 +35,-1.545148587,0.7395226109,349,0.759363263,0.736189579,5881.1593884 +36,-1.543104538,0.7395314908,349,0.759363263,0.736189579,5877.8226878 +37,-1.540727751,0.7395306258,349,0.759363263,0.736189579,5873.9718255 +38,-1.547187029,0.7380014886,349,0.759363263,0.736189579,5889.4781969 +39,-1.545147315,0.7380012252,349,0.759363263,0.736189579,5886.1807669 +40,-1.54310719,0.7380060743,349,0.759363263,0.736189579,5882.8594967 +41,-1.540719671,0.7380068206,349,0.759363263,0.736189579,5878.9809585 +42,-1.547187189,0.7364799098,349,0.759363263,0.736189579,5894.5069722 +43,-1.545149996,0.7364853874,349,0.759363263,0.736189579,5891.1904625 +44,-1.543106091,0.7364823484,349,0.759363263,0.736189579,5887.8848892 +45,-1.540717158,0.7364893901,349,0.759363263,0.736189579,5883.9783509 +46,-1.538663972,0.7410138672,349,0.759363263,0.736189579,5865.7345436 +47,-1.53695285,0.7409699132,349,0.759363263,0.736189579,5863.0976274 +48,-1.534910498,0.7409641297,349,0.759363263,0.736189579,5859.7907743 +49,-1.533145034,0.7409536636,349,0.759363263,0.736189579,5856.9451275 +50,-1.538681336,0.7395405883,349,0.759363263,0.736189579,5870.6141362 +51,-1.536999189,0.7395183096,349,0.759363263,0.736189579,5867.9497036 +52,-1.534923633,0.7395144222,349,0.759363263,0.736189579,5864.5785232 +53,-1.533267822,0.7395654306,349,0.759363263,0.736189579,5861.7066646 +54,-1.53867273,0.7380151077,349,0.759363263,0.736189579,5875.6236561 +55,-1.536980576,0.7379994392,349,0.759363263,0.736189579,5872.9176324 +56,-1.534931522,0.7379944961,349,0.759363263,0.736189579,5869.5888683 +57,-1.533387952,0.7379480264,349,0.759363263,0.736189579,5867.217556 +58,-1.538682279,0.7364914363,349,0.759363263,0.736189579,5880.6570319 +59,-1.536980704,0.7364810563,349,0.759363263,0.736189579,5877.9147333 +60,-1.534935567,0.7364752065,349,0.759363263,0.736189579,5874.5911188 +61,-1.533042592,0.7363876366,349,0.759363263,0.736189579,5871.7790826 +62,-1.545143426,0.7349628011,349,0.759363263,0.736189579,5896.2076759 +63,-1.543105297,0.7349691947,349,0.759363263,0.736189579,5892.8761296 +64,-1.541064533,0.7349647152,349,0.759363263,0.736189579,5889.5698755 +65,-1.545411803,0.7334624714,349,0.759363263,0.736189579,5901.598257 +66,-1.543446606,0.7334780896,349,0.759363263,0.736189579,5898.3516366 +67,-1.541475327,0.7334957295,349,0.759363263,0.736189579,5895.0826611 +68,-1.545401939,0.731963266,349,0.759363263,0.736189579,5906.5338584 +69,-1.54342253,0.7319915583,349,0.759363263,0.736189579,5903.2182333 +70,-1.541455867,0.7320216438,349,0.759363263,0.736189579,5899.9117034 +71,-1.545410146,0.7304422281,349,0.759363263,0.736189579,5911.5711774 +72,-1.543435491,0.7304713664,349,0.759363263,0.736189579,5908.2564615 +73,-1.541463105,0.7304997613,349,0.759363263,0.736189579,5904.9421378 +74,-1.545414768,0.7289194936,349,0.759363263,0.736189579,5916.6085065 +75,-1.543435774,0.7289538557,349,0.759363263,0.736189579,5913.2654061 +76,-1.541457714,0.7289765881,349,0.759363263,0.736189579,5909.9564165 +77,-1.539449415,0.7320555866,349,0.759363263,0.736189579,5896.521699 +78,-1.537429183,0.7321097681,349,0.759363263,0.736189579,5893.0365841 +79,-1.535472649,0.7321497267,349,0.759363263,0.736189579,5889.6969271 +80,-1.539457899,0.7305333307,349,0.759363263,0.736189579,5901.5512779 +81,-1.537453161,0.7305750503,349,0.759363263,0.736189579,5898.1284469 +82,-1.535479385,0.7306124949,349,0.759363263,0.736189579,5894.7647086 +83,-1.53946905,0.7290102593,349,0.759363263,0.736189579,5906.5881796 +84,-1.537459922,0.7290417293,349,0.759363263,0.736189579,5903.1877692 +85,-1.535451349,0.7290890157,349,0.759363263,0.736189579,5899.7303064 +86,-1.535522937,0.7279887191,349,0.759363263,0.736189579,5903.467899 +87,-1.539442524,0.7274735939,349,0.759363263,0.736189579,5911.6083038 +88,-1.537424111,0.727521351,349,0.759363263,0.736189579,5908.1347294 +89,-1.539384641,0.7259505092,349,0.759363263,0.736189579,5916.5322503 +90,-1.537372391,0.7259947145,349,0.759363263,0.736189579,5913.0761731 +91,-1.535340789,0.7260435356,349,0.759363263,0.736189579,5909.5670934 +92,-1.539325716,0.7244369706,349,0.759363263,0.736189579,5921.4229969 +93,-1.537308932,0.7244801057,349,0.759363263,0.736189579,5917.9586642 +94,-1.535289068,0.7245247645,349,0.759363263,0.736189579,5914.4782998 +95,-1.533261366,0.7245550236,349,0.759363263,0.736189579,5911.0263669 +96,-1.539267302,0.722921924,349,0.759363263,0.736189579,5926.3195224 +97,-1.537248972,0.7229660258,349,0.759363263,0.736189579,5922.84514 +98,-1.535219431,0.7229916471,349,0.759363263,0.736189579,5919.4070742 +99,-1.53318962,0.7230212049,349,0.759363263,0.736189579,5915.9495247 +100,-1.531154816,0.7230299897,349,0.759363263,0.736189579,5912.5458472 +101,-1.528878341,0.7230370244,349,0.759363263,0.736189579,5908.7397339 +102,-1.539218189,0.7214009878,349,0.759363263,0.736189579,5931.2507697 +103,-1.537198791,0.7214422745,349,0.759363263,0.736189579,5927.7795867 +104,-1.535179266,0.7214634354,349,0.759363263,0.736189579,5924.3684437 +105,-1.533156501,0.7214944644,349,0.759363263,0.736189579,5920.9134213 +106,-1.53113574,0.7215166021,349,0.759363263,0.736189579,5917.4849116 +107,-1.528874248,0.7215345535,349,0.759363263,0.736189579,5913.6631878 +108,-1.539217656,0.7198512397,349,0.759363263,0.736189579,5936.3572335 +109,-1.537199919,0.7199428763,349,0.759363263,0.736189579,5932.7187671 +110,-1.545425832,0.727397149,349,0.759363263,0.736189579,5921.6553019 +111,-1.543371177,0.7273916949,349,0.759363263,0.736189579,5918.315827 +112,-1.541368852,0.7274523163,349,0.759363263,0.736189579,5914.8377478 +113,-1.545349067,0.7258710923,349,0.759363263,0.736189579,5926.5710478 +114,-1.54332671,0.7258603556,349,0.759363263,0.736189579,5923.2974345 +115,-1.541346831,0.7259242142,349,0.759363263,0.736189579,5919.8412219 +116,-1.545324355,0.7243383958,349,0.759363263,0.736189579,5931.5938163 +117,-1.543292796,0.7243617413,349,0.759363263,0.736189579,5928.1883579 +118,-1.541295822,0.7244024384,349,0.759363263,0.736189579,5924.7763334 +119,-1.543193859,0.7205570215,349,0.759363263,0.736189579,5940.5847173 +120,-1.550257047,0.7386738187,349,0.759363263,0.736189579,5892.2059897 +121,-1.549335448,0.7311736483,349,0.759363263,0.736189579,5915.531735 +122,-1.533478843,0.7179891343,349,0.759363263,0.736189579,5932.9733913 +123,-1.556150555,0.738907041,349,0.759363263,0.736189579,5900.8940451 +124,-1.554324226,0.733414257,349,0.759363263,0.736189579,5916.1743927 +125,-1.554290846,0.7288285332,349,0.759363263,0.736189579,5931.32219 +126,-1.55122487,0.7219795312,349,0.759363263,0.736189579,5949.0366499 +127,-1.525104458,0.7229399862,349,0.759363263,0.736189579,5902.7690849 +128,-1.519607711,0.7236181429,349,0.759363263,0.736189579,5891.3539516 +129,-1.513899999,0.7251107854,349,0.759363263,0.736189579,5876.8927575 +130,-1.536620762,0.7431061895,349,0.759363263,0.736189579,5855.5291075 +131,-1.5369566,0.7460845958,349,0.759363263,0.736189579,5846.275402 +132,-1.545345528,0.7447040685,349,0.759363263,0.736189579,5864.3696013 +133,-1.532813921,0.7432306626,349,0.759363263,0.736189579,5848.9252022 +134,-1.554788248,0.7382381001,349,0.759363263,0.736189579,5900.9296054 +135,-1.540348126,0.7301594274,349,0.759363263,0.736189579,5904.2407479 +136,-1.538016084,0.7239051786,349,0.759363263,0.736189579,5921.0178444 +137,-1.525288962,0.7258085137,349,0.759363263,0.736189579,5893.6787546 +138,-1.534326986,0.731241342,349,0.759363263,0.736189579,5890.8023922 +139,-1.530733872,0.7303625216,349,0.759363263,0.736189579,5887.7703778 +141,-1.534354939,0.7328219978,349,0.759363263,0.736189579,5885.6513033 +142,-1.53157084,0.7292888153,349,0.759363263,0.736189579,5892.6778858 +143,-1.525691035,0.7263799874,349,0.759363263,0.736189579,5892.4755742 +144,-1.534031287,0.7495967835,349,0.759363263,0.736189579,5829.9902855 +145,-1.527714986,0.7283095957,349,0.759363263,0.736189579,5889.5119727 +146,-1.526189586,0.7271468292,349,0.759363263,0.736189579,5890.7916553 +147,-1.555177336,0.7375563366,349,0.759363263,0.736189579,5903.8138481 +148,-1.555080283,0.7312707794,349,0.759363263,0.736189579,5924.4994456 +149,-1.53856994,0.7224180299,349,0.759363263,0.736189579,5926.8300436 +150,-1.530837883,0.729933372,349,0.759363263,0.736189579,5889.3510974 +151,-1.515066984,0.5854133365,349,0.759363263,0.736189579,6335.1906332 +152,-1.534731633,0.5368370046,349,0.759363263,0.736189579,6531.4531541 +153,-1.515231902,0.5607085576,349,0.759363263,0.736189579,6416.2118842 +154,-2.616253799,1.0684566605,349,0.759363263,0.736189579,5255.9952716 +155,-1.956071439,0.5792177723,349,0.759363263,0.736189579,7008.0040652 +156,-1.951208514,0.5602434208,349,0.759363263,0.736189579,7074.2394807 +157,-1.944675062,0.6062144545,349,0.759363263,0.736189579,6894.719991 +158,-1.613778386,0.6077989518,349,0.759363263,0.736189579,6435.6186183 +159,-2.035029014,0.6021432345,349,0.759363263,0.736189579,6994.9964495 +160,-2.114989471,0.6801825058,349,0.759363263,0.736189579,6751.745147 +161,-2.037382079,0.5765830025,349,0.759363263,0.736189579,7094.8337749 +162,-2.129855121,0.6585019963,349,0.759363263,0.736189579,6844.9005464 +163,-2.075141798,0.6493615843,349,0.759363263,0.736189579,6844.6854418 +164,-1.828626729,0.6948433129,349,0.759363263,0.736189579,6437.0599484 +165,-1.863329418,0.6735427691,349,0.759363263,0.736189579,6555.5384605 +166,-1.266037071,0.727988852,349,0.759363263,0.736189579,5408.7130706 +167,-1.277579582,0.7249010648,349,0.759363263,0.736189579,5440.8654221 +168,-1.258418684,0.7241194816,349,0.759363263,0.736189579,5404.5548695 +169,-1.317813974,0.6804850104,349,0.759363263,0.736189579,5653.1174957 +170,-1.344165204,0.6790988904,349,0.759363263,0.736189579,5709.9969399 +171,-1.427582102,0.5277120351,349,0.759363263,0.736189579,6348.1407032 +172,-1.402238616,0.457167829,349,0.759363263,0.736189579,6515.2889306 +173,-1.422454264,0.4996161999,349,0.759363263,0.736189579,6425.9054158 +174,-1.439089277,0.4894859811,349,0.759363263,0.736189579,6492.9276137 +175,-1.448126995,0.5182330266,349,0.759363263,0.736189579,6420.5131761 +176,-1.474626146,0.5881926574,349,0.759363263,0.736189579,6249.526218 +177,-1.421139645,0.5584869783,349,0.759363263,0.736189579,6237.9536821 +178,-1.457037165,0.565943032,349,0.759363263,0.736189579,6286.4817106 +179,-2.757159358,0.3745319,349,0.759363263,0.736189579,7835.1311094 +180,-2.714309238,0.342054471,349,0.759363263,0.736189579,8003.3663899 +181,-2.000525337,0.774119946,349,0.759363263,0.736189579,6310.3259127 +183,-1.571413436,0.6777838382,349,0.759363263,0.736189579,6129.2535833 +184,-1.552860289,0.6987663893,349,0.759363263,0.736189579,6028.6461995 +185,-1.521852374,0.7165827476,349,0.759363263,0.736189579,5918.1341604 +186,-1.503656267,0.6928968252,349,0.759363263,0.736189579,5964.2166317 +187,-1.502753178,0.7136205882,349,0.759363263,0.736189579,5895.3373591 +188,-1.631894563,0.7343596465,349,0.759363263,0.736189579,6033.1990918 +189,-1.653765416,0.6770714026,349,0.759363263,0.736189579,6262.7088175 +190,-1.719812114,0.6715965947,349,0.759363263,0.736189579,6378.8295575 +191,-1.493406659,0.6646955447,349,0.759363263,0.736189579,6037.5732767 +192,-1.469120564,0.6613469966,349,0.759363263,0.736189579,6004.2633218 +193,-1.590551461,0.5326612937,349,0.759363263,0.736189579,6648.7982498 +194,-1.625979264,0.5247742243,349,0.759363263,0.736189579,6738.6564519 +195,-1.572293943,0.5238808754,349,0.759363263,0.736189579,6644.7594634 +196,-1.610848725,0.5477107964,349,0.759363263,0.736189579,6634.2513043 +197,-1.208485554,0.7918526018,349,0.759363263,0.736189579,5112.0862316 +198,-1.335601374,0.6869083083,349,0.759363263,0.736189579,5669.387099 +199,-1.346156996,0.6825213377,349,0.759363263,0.736189579,5703.5636293 +200,-1.324381037,0.6741422347,349,0.759363263,0.736189579,5685.381235 +201,-1.242424992,0.7378949807,349,0.759363263,0.736189579,5332.5021192 +202,-1.270370057,0.7392461008,349,0.759363263,0.736189579,5384.6748573 +203,-1.448950472,0.7441675014,349,0.759363263,0.736189579,5704.1095378 +204,-1.492662363,0.7523026852,349,0.759363263,0.736189579,5752.9959665 +205,-1.479098966,0.7763855017,349,0.759363263,0.736189579,5652.9091889 +206,-1.633760714,0.7869022408,349,0.759363263,0.736189579,5856.4058826 +207,-1.647406434,0.8101289331,349,0.759363263,0.736189579,5795.8687994 +208,-1.564245052,0.5701509278,349,0.759363263,0.736189579,6475.8681369 +209,-1.646289963,0.6833746083,349,0.759363263,0.736189579,6229.6168789 +210,-1.5820631,0.6751952144,349,0.759363263,0.736189579,6155.5015331 +211,-1.613236298,0.6681681791,349,0.759363263,0.736189579,6229.8192246 +212,-1.914661867,0.8212566515,349,0.759363263,0.736189579,6060.1158577 +213,-1.742133237,0.7250275956,349,0.759363263,0.736189579,6220.184484 +214,-2.033144872,0.6557314699,349,0.759363263,0.736189579,6788.2866418 +215,-2.039551981,0.6964723658,349,0.759363263,0.736189579,6637.1822279 +216,-1.247341019,0.7622473908,349,0.759363263,0.736189579,5272.6240834 +217,-1.298239787,0.7084123392,349,0.759363263,0.736189579,5530.6904008 +218,-1.308539688,0.6926545592,349,0.759363263,0.736189579,5598.1126606 +219,-1.303263185,0.6888938396,349,0.759363263,0.736189579,5598.6589975 +220,-1.852400229,0.6004246149,349,0.759363263,0.736189579,6811.1846017 +221,-1.288947707,0.7473773692,349,0.759363263,0.736189579,5397.571077 +222,-1.372031502,0.7472790993,349,0.759363263,0.736189579,5555.9395512 +223,-1.289805721,0.7242157877,349,0.759363263,0.736189579,5467.2612316 +224,-1.350807603,0.7533498126,349,0.759363263,0.736189579,5498.0416701 +225,-1.329290365,0.7560442322,349,0.759363263,0.736189579,5449.496617 +226,-1.410153004,0.616936428,349,0.759363263,0.736189579,6032.4170407 +227,-1.393445434,0.6308995063,349,0.759363263,0.736189579,5955.7573568 +228,-1.37595573,0.6241540638,349,0.759363263,0.736189579,5941.6396935 +229,-1.358388707,0.6172645205,349,0.759363263,0.736189579,5927.0801012 +230,-1.753741133,0.8281661666,349,0.759363263,0.736189579,5867.6860193 +231,-1.47430987,0.6834615681,349,0.759363263,0.736189579,5942.7414905 +232,-1.421012508,0.7222725206,349,0.759363263,0.736189579,5723.1869535 +233,-1.4476833,0.6978557868,349,0.759363263,0.736189579,5848.6597808 +234,-1.470370723,0.6966193374,349,0.759363263,0.736189579,5893.4769935 +235,-1.429211703,0.7037216883,349,0.759363263,0.736189579,5796.3978853 +236,-1.700578405,0.6178673663,349,0.759363263,0.736189579,6539.407883 +237,-1.678117619,0.6331716163,349,0.759363263,0.736189579,6451.8276311 +238,-1.725644578,0.6316331145,349,0.759363263,0.736189579,6528.1566768 +239,-2.14012759,0.7930497945,349,0.759363263,0.736189579,6326.430991 +240,-2.103289431,0.7653606263,349,0.759363263,0.736189579,6414.2499339 +241,-1.318739838,0.7017808746,349,0.759363263,0.736189579,5591.2573813 +242,-1.396417427,0.7077900843,349,0.759363263,0.736189579,5722.8713009 +243,-1.35650337,0.7185539404,349,0.759363263,0.736189579,5614.2659895 +244,-1.248884539,0.7274156818,349,0.759363263,0.736189579,5375.6965692 +245,-1.395014798,0.5761185243,349,0.759363263,0.736189579,6129.2797822 +246,-1.433377362,0.6064716109,349,0.759363263,0.736189579,6111.1005894 +247,-1.408172432,0.5903155476,349,0.759363263,0.736189579,6111.7687341 +248,-1.749645898,0.7757118084,349,0.759363263,0.736189579,6049.5390854 +249,-1.571626686,0.615046989,349,0.759363263,0.736189579,6339.2230106 +250,-1.514070049,0.6303003037,349,0.759363263,0.736189579,6186.6999962 +251,-1.480890369,0.6237966528,349,0.759363263,0.736189579,6146.7801849 +252,-1.704390658,0.5281680612,349,0.759363263,0.736189579,6859.0960747 +253,-1.64434733,0.5254277498,349,0.759363263,0.736189579,6768.4128695 +254,-1.703855997,0.4792484842,349,0.759363263,0.736189579,7028.9703472 +255,-1.692002383,0.5748825051,349,0.759363263,0.736189579,6676.2896963 +256,-1.854136457,0.5544643913,349,0.759363263,0.736189579,6981.8027987 +257,-1.665021206,0.520317736,349,0.759363263,0.736189579,6821.2974228 +258,-1.733654349,0.4845187345,349,0.759363263,0.736189579,7059.282394 +259,-1.720938188,0.5135933906,349,0.759363263,0.736189579,6936.6857382 +260,-1.742668307,0.553296122,349,0.759363263,0.736189579,6830.3784411 +261,-1.965659039,0.7142126903,349,0.759363263,0.736189579,6508.2340234 +262,-1.944438071,0.6772834804,349,0.759363263,0.736189579,6627.5022206 +263,-1.270340967,0.7681487096,349,0.759363263,0.736189579,5300.7922829 +264,-1.353091884,0.6549276821,349,0.759363263,0.736189579,5801.2836285 +265,-1.333236659,0.6413584414,349,0.759363263,0.736189579,5802.2059765 +266,-1.352015998,0.6753788907,349,0.759363263,0.736189579,5736.8517443 +267,-1.377988483,0.6577816235,349,0.759363263,0.736189579,5842.0181075 +268,-2.13075611,0.8318642051,349,0.759363263,0.736189579,6170.6071438 +269,-2.097910953,0.8259670014,349,0.759363263,0.736189579,6176.2670937 +270,-1.416382069,0.6694271549,349,0.759363263,0.736189579,5880.1110286 +271,-1.538905672,0.7535625993,349,0.759363263,0.736189579,5824.8113122 +272,-1.572309477,0.7803125099,349,0.759363263,0.736189579,5788.4125482 +273,-1.87759879,0.7503853417,349,0.759363263,0.736189579,6287.5291586 +274,1.152365588,0.590457682,349,0.759363263,0.736189579,1350.1015451 +275,0.350198001,0.718001859,349,0.759363263,0.736189579,1209.168736 +276,0.046513677,0.491503852,349,0.759363263,0.736189579,2474.4755211 +277,0.027510309,0.742571376,349,0.759363263,0.736189579,2119.7909395 +278,0.306285725,-0.214631579,349,0.759363263,0.736189579,4111.4288887 +279,-1.100564889,0.318051531,349,0.759363263,0.736189579,6185.1154272 +280,-1.078582306,0.301437596,349,0.759363263,0.736189579,6172.1919607 +281,-1.137371989,-0.617634065,349,0.759363263,0.736189579,8683.8730187 +282,0.784356344,0.703272339,349,0.759363263,0.736189579,150.13495239 +283,-1.221209947,0.218327455,349,0.759363263,0.736189579,6789.43169 +284,2.347301921,-0.449114658,349,0.759363263,0.736189579,7441.1636378 +285,0.246820618,0.830553713,349,0.759363263,0.736189579,1476.4923017 +286,0.829414965,0.703288228,349,0.759363263,0.736189579,245.96755328 +287,-1.337537566,0.42332223,349,0.759363263,0.736189579,6473.3853301 +288,0.882453706,0.454478077,349,0.759363263,0.736189579,1185.5224541 +289,1.575629659,0.416419109,349,0.759363263,0.736189579,2946.8191094 +290,-1.039455679,0.229888244,349,0.759363263,0.736189579,6261.9230289 +291,0.489558039,0.934482747,349,0.759363263,0.736189579,1058.9825895 +292,0.081344504,0.88384514,349,0.759363263,0.736189579,1916.8429758 +293,-1.547979814,0.300350308,349,0.759363263,0.736189579,7332.9806892 +294,0.040776181,0.168560074,349,0.759363263,0.736189579,3353.3255523 +295,-1.130374745,0.563894876,349,0.759363263,0.736189579,5575.3838758 +296,1.578326642,0.478507176,349,0.759363263,0.736189579,2811.7991883 +297,-1.12861823,-0.291640865,349,0.759363263,0.736189579,7914.5123318 +298,0.310524208,0.770885792,349,0.759363263,0.736189579,1298.4509891 +299,0.415649091,-0.387246002,349,0.759363263,0.736189579,4624.4618966 +300,-0.926533878,-0.188022748,349,0.759363263,0.736189579,7056.38444 +301,1.258856172,-0.11716081,349,0.759363263,0.736189579,3831.3639926 +302,-1.126050026,0.322941926,349,0.759363263,0.736189579,6239.2102438 +303,2.002785835,0.07893892,349,0.759363263,0.736189579,5054.4533851 +304,0.440437607,0.746258085,349,0.759363263,0.736189579,930.86951431 +305,-0.030391866,0.214441206,349,0.759363263,0.736189579,3405.3937829 +306,0.521557815,-0.058929362,349,0.759363263,0.736189579,3263.3770507 +307,-0.097005111,0.13317729,349,0.759363263,0.736189579,3817.7475907 +308,1.83113859,0.221857587,349,0.759363263,0.736189579,4176.7378761 +309,0.222428864,0.099404236,349,0.759363263,0.736189579,3149.1954231 +310,-1.702731345,0.8728568183,349,0.759363263,0.736189579,5649.4934286 +311,-0.418507569,0.278324921,349,0.759363263,0.736189579,4340.6207981 +312,-1.41153306,0.339029988,349,0.759363263,0.736189579,6903.9939931 +313,0.357560442,0.114788776,349,0.759363263,0.736189579,2836.0930778 +314,0.325818979,0.268352149,349,0.759363263,0.736189579,2368.8351001 +315,-1.246004659,-0.663679965,349,0.759363263,0.736189579,9073.9413045 +316,1.814603087,0.637404484,349,0.759363263,0.736189579,3188.0920171 +317,1.843704281,-0.18300445,349,0.759363263,0.736189579,5349.6208742 +318,1.690644492,-0.211480909,349,0.759363263,0.736189579,5050.4753581 +319,-1.275451936,0.068109467,349,0.759363263,0.736189579,7367.4178948 +320,0.762430171,-0.207594741,349,0.759363263,0.736189579,3738.3463723 +321,0.265668905,-0.014647884,349,0.759363263,0.736189579,3457.3918146 +322,-2.773032013,-0.335515811,349,0.759363263,0.736189579,10385.910068 +323,-1.469512853,0.174058777,349,0.759363263,0.736189579,7554.3611272 +324,0.286276986,0.785925691,349,0.759363263,0.736189579,1364.5915659 +325,-1.379324697,0.377432233,349,0.759363263,0.736189579,6710.5850785 +326,-1.203778265,0.212813032,349,0.759363263,0.736189579,6758.798411 +327,0.579916301,0.611743168,349,0.759363263,0.736189579,741.58060234 +328,0.267582642,0.868113908,349,0.759363263,0.736189579,1440.9471072 +329,0.412869244,-0.050245578,349,0.759363263,0.736189579,3354.150215 +330,0.17524381,0.976660285,349,0.759363263,0.736189579,1764.1486905 +331,0.743157214,0.204812899,349,0.759363263,0.736189579,2105.5276679 +332,-1.070758176,0.269382282,349,0.759363263,0.736189579,6239.6161648 +333,-1.230364251,0.329790229,349,0.759363263,0.736189579,6490.4647812 +334,-1.374813124,-0.024926835,349,0.759363263,0.736189579,7905.5157001 +335,0.519780566,0.463669906,349,0.759363263,0.736189579,1329.8935392 +336,-1.55108034,0.239698561,349,0.759363263,0.736189579,7536.3400462 +337,0.180294813,0.029739425,349,0.759363263,0.736189579,3471.449802 +338,0.67820924,0.268170153,349,0.759363263,0.736189579,1874.3684603 +339,0.445798684,1.024001867,349,0.759363263,0.736189579,1378.1574036 +340,0.691751283,0.150521402,349,0.759363263,0.736189579,2331.8000003 +341,-1.036643551,-0.903056181,349,0.759363263,0.736189579,8920.134142 +342,-0.120287036,1.083325163,349,0.759363263,0.736189579,2451.5677403 +343,2.823513113,-0.304487164,349,0.759363263,0.736189579,8463.1267377 +344,0.457583172,1.12513373,349,0.759363263,0.736189579,1684.9996972 +345,0.042918831,0.813795399,349,0.759363263,0.736189579,2027.1554819 +346,1.196146777,-0.853142756,349,0.759363263,0.736189579,6476.7356852 +347,0.206001358,-0.010430701,349,0.759363263,0.736189579,3555.816939 +348,-0.268308653,0.234799412,349,0.759363263,0.736189579,4015.4565869 +349,0.759363263,0.736189579,349,0.759363263,0.736189579,0 +350,0.181363926,0.891988372,349,0.759363263,0.736189579,1671.1859716 +351,-0.021111158,0.139103292,349,0.759363263,0.736189579,3600.3269742 +352,-0.093355215,0.630686981,349,0.759363263,0.736189579,2615.9887466 +353,0.40118964,0.681375926,349,0.759363263,0.736189579,1095.8666334 +354,-0.721197315,1.304706234,349,0.759363263,0.736189579,3338.2126391 +355,-1.076150317,0.212107639,349,0.759363263,0.736189579,6412.8306858 +356,-1.577164531,0.273993443,349,0.759363263,0.736189579,7481.8281889 +357,-0.190788414,0.182208586,349,0.759363263,0.736189579,3936.521433 +358,-0.261349752,0.209710184,349,0.759363263,0.736189579,4061.9756694 +359,-1.029303852,0.083549259,349,0.759363263,0.736189579,6632.9452821 +360,-1.268609162,0.330525297,349,0.759363263,0.736189579,6584.782129 +361,1.282982244,-0.926641967,349,0.759363263,0.736189579,6824.453296 +362,0.217352334,0.731352408,349,0.759363263,0.736189579,1585.6379258 +363,-1.511833084,0.258629297,349,0.759363263,0.736189579,7387.3409203 +364,0.338812194,0.823184618,349,0.759363263,0.736189579,1228.1186603 +365,-0.324406489,1.134201999,349,0.759363263,0.736189579,2831.8859878 +366,1.389579348,0.399185724,349,0.759363263,0.736189579,2464.5937709 +367,2.047152199,-0.039082036,349,0.759363263,0.736189579,5502.8798259 +368,0.947780369,0.568250077,349,0.759363263,0.736189579,889.74293726 +369,0.763824846,0.576754987,349,0.759363263,0.736189579,631.67464658 +370,-0.142334657,0.928153068,349,0.759363263,0.736189579,2461.8474903 +371,0.610266567,0.547265983,349,0.759363263,0.736189579,884.23327404 +372,0.210731629,0.746815056,349,0.759363263,0.736189579,1593.8102957 +373,-1.34931644,0.316895224,349,0.759363263,0.736189579,6824.3355332 +374,2.407696481,0.655030745,349,0.759363263,0.736189579,4748.2242167 +375,0.64207831,0.545359131,349,0.759363263,0.736189579,841.93903635 +376,1.174597538,0.840588356,349,0.759363263,0.736189579,1225.0732143 +377,0.660059424,0.010604079,349,0.759363263,0.736189579,2895.7679438 +378,-0.730263819,0.010486456,349,0.759363263,0.736189579,5955.8582414 +379,0.831068936,0.512339172,349,0.759363263,0.736189579,915.81669061 +380,1.301180979,0.72367476,349,0.759363263,0.736189579,1591.2548412 +381,1.811128231,0.322854402,349,0.759363263,0.736189579,3859.7644429 +382,0.435105812,0.992284428,349,0.759363263,0.736189579,1304.3248304 +383,0.62643634,0.592027932,349,0.759363263,0.736189579,705.00769844 +384,0.492988703,-0.516339467,349,0.759363263,0.736189579,5055.6910479 +385,-0.162469483,0.112549365,349,0.759363263,0.736189579,4053.8459961 +386,0.314630866,0.472006421,349,0.759363263,0.736189579,1776.4536708 +387,0.166744804,0.822815954,349,0.759363263,0.736189579,1690.457596 +388,0.417159608,0.965805736,349,0.759363263,0.736189579,1266.5023495 +389,0.106334961,0.868774244,349,0.759363263,0.736189579,1851.1805576 +390,0.815086969,-0.338144359,349,0.759363263,0.736189579,4260.3231831 +391,0.59867455,-0.230624824,349,0.759363263,0.736189579,3874.105101 +392,1.915104874,0.066220985,349,0.759363263,0.736189579,4836.864223 +393,1.278093622,0.064463721,349,0.759363263,0.736189579,3230.3941615 +394,-0.061477853,0.302997961,349,0.759363263,0.736189579,3246.8438201 +395,0.251311504,0.626976942,349,0.759363263,0.736189579,1612.7824536 +396,2.950242872,0.149095644,349,0.759363263,0.736189579,7537.6539617 +397,-0.180294708,0.35375117,349,0.759363263,0.736189579,3456.6044316 +398,1.010448592,-0.351180233,349,0.759363263,0.736189579,4404.0647491 +399,-1.748740498,0.3686318073,349,0.759363263,0.736189579,7491.9568235 +400,2.699635665,0.123533791,349,0.759363263,0.736189579,6950.2069159 +401,0.496808033,0.823843254,349,0.759363263,0.736189579,814.9920732 +402,0.129574704,0.763364087,349,0.759363263,0.736189579,1814.3571043 +403,1.798920311,0.817447563,349,0.759363263,0.736189579,2883.1560883 +404,0.335987953,0.746786541,349,0.759363263,0.736189579,1233.16405 +405,-1.085413643,0.292154671,349,0.759363263,0.736189579,6216.4102817 +406,-0.155321003,0.508207011,349,0.759363263,0.736189579,3028.5040873 +407,0.620529244,-0.301175104,349,0.759363263,0.736189579,4140.2523212 +408,1.684402744,0.368716966,349,0.759363263,0.736189579,3377.3285008 +409,0.300582244,-0.386397212,349,0.759363263,0.736189579,4753.1299715 +410,2.913555946,-0.009225192,349,0.759363263,0.736189579,7914.3216781 +411,1.465101417,0.493232532,349,0.759363263,0.736189579,2450.0720115 +412,0.090612882,0.907955955,349,0.759363263,0.736189579,1900.7170474 +413,2.987564726,-0.729568594,349,0.759363263,0.736189579,9798.3080922 +414,-1.484261606,0.224149272,349,0.759363263,0.736189579,7432.9932462 +415,0.164073421,0.303955133,349,0.759363263,0.736189579,2637.3347118 +416,0.141441293,0.167552546,349,0.759363263,0.736189579,3108.6132531 +417,2.931321023,-0.506718887,349,0.759363263,0.736189579,9250.9684686 +418,2.21951565,0.700596356,349,0.759363263,0.736189579,4168.8237838 +419,0.268112576,1.199114336,349,0.759363263,0.736189579,2098.4150886 +420,0.978913739,0.359223811,349,0.759363263,0.736189579,1663.1911341 +421,1.210898818,0.522863584,349,0.759363263,0.736189579,1664.6080204 +422,2.347397336,0.129231362,349,0.759363263,0.736189579,5929.0705157 +423,0.614394501,0.556878345,349,0.759363263,0.736189579,844.31185116 +424,-1.398079356,0.148483366,349,0.759363263,0.736189579,7455.2665848 +425,2.535303836,-0.112984496,349,0.759363263,0.736189579,7123.6766824 +426,-1.019372593,-0.405322349,349,0.759363263,0.736189579,7875.1239625 +427,-1.297785627,-0.160104069,349,0.759363263,0.736189579,8066.2520462 +428,2.144554488,0.205051084,349,0.759363263,0.736189579,5136.5094275 +429,-2.242387083,-0.426171285,349,0.759363263,0.736189579,11133.040719 +430,0.338637212,0.909723676,349,0.759363263,0.736189579,1316.1227919 +431,-0.148798452,0.691042401,349,0.759363263,0.736189579,2682.9103732 +432,0.893524764,0.441829531,349,0.759363263,0.736189579,1245.5134712 +433,0.969229347,-0.368847936,349,0.759363263,0.736189579,4444.0048217 +434,0.436043248,0.800045688,349,0.759363263,0.736189579,952.73018474 +435,1.687946607,1.081504775,349,0.759363263,0.736189579,2540.3436702 +436,0.522302046,-0.034889271,349,0.759363263,0.736189579,3170.23438 +437,-0.178996113,-0.438090009,349,0.759363263,0.736189579,5778.0664005 +438,-1.094339566,0.301444068,349,0.759363263,0.736189579,6214.6807022 +439,-1.064070054,0.242569932,349,0.759363263,0.736189579,6295.2811549 +440,-1.068153768,0.230387998,349,0.759363263,0.736189579,6340.1801774 +441,-3.00496892,-0.23989155,349,0.759363263,0.736189579,9546.7185376 +442,0.21751974,0.766874888,349,0.759363263,0.736189579,1563.5774076 +443,0.117229532,0.007619006,349,0.759363263,0.736189579,3680.2794461 +444,0.777758451,0.420554741,349,0.759363263,0.736189579,1251.6891437 +445,-0.252356999,0.250747086,349,0.759363263,0.736189579,3927.6660788 +446,0.363148444,0.768483434,349,0.759363263,0.736189579,1149.2487573 +447,0.903191366,-0.118210676,349,0.759363263,0.736189579,3424.0123546 +448,-0.205755923,0.149406178,349,0.759363263,0.736189579,4069.1305597 +449,1.811996086,0.02364353,349,0.759363263,0.736189579,4665.9668212 +450,-1.100670221,0.314845373,349,0.759363263,0.736189579,6194.3364676 +451,0.340078597,0.850105132,349,0.759363263,0.736189579,1243.048154 +452,0.258757267,0.804969236,349,0.759363263,0.736189579,1440.3763902 +453,2.78505352,-0.155160804,349,0.759363263,0.736189579,7962.5868653 +454,0.800551619,0.105822106,349,0.759363263,0.736189579,2501.0822561 +455,0.437940882,-0.506194031,349,0.759363263,0.736189579,5059.1832214 +456,2.230431122,0.63458615,349,0.759363263,0.736189579,4339.7625297 +457,0.527965361,0.127667701,349,0.759363263,0.736189579,2542.9358949 +458,-0.063643205,0.702093448,349,0.759363263,0.736189579,2424.9434123 +459,1.408447268,0.133010502,349,0.759363263,0.736189579,3291.4193021 +460,0.523795955,0.280266966,349,0.759363263,0.736189579,1975.4923822 +461,-0.975769313,0.072177659,349,0.759363263,0.736189579,6509.318986 +462,0.549774164,-0.463663986,349,0.759363263,0.736189579,4814.0810272 +463,0.29245874,1.095549818,349,0.759363263,0.736189579,1788.0570328 +464,0.143625958,0.816809593,349,0.759363263,0.736189579,1753.6119161 +465,0.671902494,0.611159853,349,0.759363263,0.736189579,564.15749703 +466,1.239840988,0.6724199,349,0.759363263,0.736189579,1465.5637284 +467,0.607829703,-0.10932137,349,0.759363263,0.736189579,3393.5289661 +468,1.763020906,0.263996692,349,0.759363263,0.736189579,3869.8580003 +469,0.378714634,0.726066797,349,0.759363263,0.736189579,1120.0595866 +470,2.196736143,-0.153862366,349,0.759363263,0.736189579,6243.6829352 +471,0.01702415,0.148991565,349,0.759363263,0.736189579,3472.651465 +472,-2.998490902,-0.158002487,349,0.759363263,0.736189579,9309.0352224 +473,-3.051262951,-0.346595608,349,0.759363263,0.736189579,9733.0262996 +474,-1.069176439,0.182802941,349,0.759363263,0.736189579,6474.3205504 +475,0.167157509,0.595344954,349,0.759363263,0.736189579,1913.0514766 +476,0.613855648,0.681746124,349,0.759363263,0.736189579,487.43561833 +477,1.037012736,0.682555367,349,0.759363263,0.736189579,859.67305196 +478,-1.253574971,0.379755746,349,0.759363263,0.736189579,6402.4949687 +479,3.108590453,-0.132620738,349,0.759363263,0.736189579,8793.3910549 +480,0.565301296,0.022333262,349,0.759363263,0.736189579,2910.712622 +481,0.547898238,0.855555614,349,0.759363263,0.736189579,751.43796743 +482,0.948309381,0.417393755,349,0.759363263,0.736189579,1407.1698319 +483,-0.050600732,0.945269213,349,0.759363263,0.736189579,2245.9371723 +484,-0.977651478,-0.572363064,349,0.759363263,0.736189579,8145.4227298 +485,1.102014914,0.728861163,349,0.759363263,0.736189579,1007.2838412 +486,2.927300795,-0.282939414,349,0.759363263,0.736189579,8709.5983953 +487,-1.154565557,0.124434095,349,0.759363263,0.736189579,6874.6611105 +488,1.855331234,0.291044755,349,0.759363263,0.736189579,4068.718045 +489,0.830290659,0.276904518,349,0.759363263,0.736189579,1835.1767334 +490,0.485104466,-0.234867441,349,0.759363263,0.736189579,3974.2124581 +491,0.521367572,-0.33161327,349,0.759363263,0.736189579,4318.3157191 +1,-1.539031704,0.7349710123,350,0.181363926,0.891988372,4361.9936649 +2,-1.536990553,0.7349663874,350,0.181363926,0.891988372,4357.8293052 +3,-1.534951779,0.7349571355,350,0.181363926,0.891988372,4353.6794209 +4,-1.532906461,0.7349480293,350,0.181363926,0.891988372,4349.5121652 +5,-1.531320211,0.7346937278,350,0.181363926,0.891988372,4346.9787236 +6,-1.539451648,0.7335131775,350,0.181363926,0.891988372,4366.9995814 +7,-1.537429487,0.7335445708,350,0.181363926,0.891988372,4362.7691799 +8,-1.535484998,0.7335658704,350,0.181363926,0.891988372,4358.7234018 +9,-1.533488396,0.7336036027,350,0.181363926,0.891988372,4354.5209529 +10,-1.531497785,0.7335842962,350,0.181363926,0.891988372,4350.4894148 +11,-1.530259379,0.7334777758,350,0.181363926,0.891988372,4348.2475276 +12,-1.5335454,0.7322346912,350,0.181363926,0.891988372,4358.5247242 +13,-1.531489083,0.7322238773,350,0.181363926,0.891988372,4354.3311805 +14,-1.530011122,0.7321679851,350,0.181363926,0.891988372,4351.4513637 +15,-1.53348106,0.7306614094,350,0.181363926,0.891988372,4362.8618385 +16,-1.531441779,0.7306962275,350,0.181363926,0.891988372,4358.5701371 +17,-1.529755654,0.7306933243,350,0.181363926,0.891988372,4355.1090675 +18,-1.533415048,0.7291384674,350,0.181363926,0.891988372,4367.0545912 +19,-1.531392093,0.7291705353,350,0.181363926,0.891988372,4362.8007566 +20,-1.529296523,0.7291214933,350,0.181363926,0.891988372,4358.6242539 +21,-1.535280942,0.727267644,350,0.181363926,0.891988372,4376.2151327 +22,-1.533378158,0.7276139666,350,0.181363926,0.891988372,4371.313757 +23,-1.531340368,0.7276446587,350,0.181363926,0.891988372,4367.0298028 +24,-1.528960113,0.7276398177,350,0.181363926,0.891988372,4362.1372153 +25,-1.533313146,0.7260818349,350,0.181363926,0.891988372,4375.5388272 +26,-1.531259555,0.7260958115,350,0.181363926,0.891988372,4371.2662737 +27,-1.528926415,0.7260865555,350,0.181363926,0.891988372,4366.4793198 +28,-1.531226779,0.7245511789,350,0.181363926,0.891988372,4375.5919394 +29,-1.528904772,0.7245519194,350,0.181363926,0.891988372,4370.795616 +30,-1.547195875,0.7409785979,350,0.181363926,0.891988372,4361.5488784 +31,-1.5451475,0.740980426,350,0.181363926,0.891988372,4357.3792336 +32,-1.543097679,0.7409798872,350,0.181363926,0.891988372,4353.2098108 +33,-1.540720364,0.7409892687,350,0.181363926,0.891988372,4348.3413677 +34,-1.547188511,0.7395198392,350,0.181363926,0.891988372,4365.6874357 +35,-1.545148587,0.7395226109,350,0.181363926,0.891988372,4361.5289565 +36,-1.543104538,0.7395314908,350,0.181363926,0.891988372,4357.3411809 +37,-1.540727751,0.7395306258,350,0.181363926,0.891988372,4352.4990832 +38,-1.547187029,0.7380014886,350,0.181363926,0.891988372,4370.0098073 +39,-1.545147315,0.7380012252,350,0.181363926,0.891988372,4365.8569436 +40,-1.54310719,0.7380060743,350,0.181363926,0.891988372,4361.6851589 +41,-1.540719671,0.7380068206,350,0.181363926,0.891988372,4356.8125506 +42,-1.547187189,0.7364799098,350,0.181363926,0.891988372,4374.346945 +43,-1.545149996,0.7364853874,350,0.181363926,0.891988372,4370.1794226 +44,-1.543106091,0.7364823484,350,0.181363926,0.891988372,4366.0189427 +45,-1.540717158,0.7364893901,350,0.181363926,0.891988372,4361.1215048 +46,-1.538663972,0.7410138672,350,0.181363926,0.891988372,4344.0795509 +47,-1.53695285,0.7409699132,350,0.181363926,0.891988372,4340.713303 +48,-1.534910498,0.7409641297,350,0.181363926,0.891988372,4336.5597463 +49,-1.533145034,0.7409536636,350,0.181363926,0.891988372,4332.9819219 +50,-1.538681336,0.7395405883,350,0.181363926,0.891988372,4348.2958043 +51,-1.536999189,0.7395183096,350,0.181363926,0.891988372,4344.9245328 +52,-1.534923633,0.7395144222,350,0.181363926,0.891988372,4340.6945106 +53,-1.533267822,0.7395654306,350,0.181363926,0.891988372,4337.1640571 +54,-1.53867273,0.7380151077,350,0.181363926,0.891988372,4352.6094588 +55,-1.536980576,0.7379994392,350,0.181363926,0.891988372,4349.1961391 +56,-1.534931522,0.7379944961,350,0.181363926,0.891988372,4345.0198012 +57,-1.533387952,0.7379480264,350,0.181363926,0.891988372,4341.9925314 +58,-1.538682279,0.7364914363,350,0.181363926,0.891988372,4356.9573455 +59,-1.536980704,0.7364810563,350,0.181363926,0.891988372,4353.5069132 +60,-1.534935567,0.7364752065,350,0.181363926,0.891988372,4349.33773 +61,-1.533042592,0.7363876366,350,0.181363926,0.891988372,4345.7085179 +62,-1.545143426,0.7349628011,350,0.181363926,0.891988372,4374.5044861 +63,-1.543105297,0.7349691947,350,0.181363926,0.891988372,4370.3254901 +64,-1.541064533,0.7349647152,350,0.181363926,0.891988372,4366.1685531 +65,-1.545411803,0.7334624714,350,0.181363926,0.891988372,4379.3297745 +66,-1.543446606,0.7334780896,350,0.181363926,0.891988372,4375.2706214 +67,-1.541475327,0.7334957295,350,0.181363926,0.891988372,4371.1900673 +68,-1.545401939,0.731963266,350,0.181363926,0.891988372,4383.5862301 +69,-1.54342253,0.7319915583,350,0.181363926,0.891988372,4379.4585928 +70,-1.541455867,0.7320216438,350,0.181363926,0.891988372,4375.3487396 +71,-1.545410146,0.7304422281,350,0.181363926,0.891988372,4387.9440848 +72,-1.543435491,0.7304713664,350,0.181363926,0.891988372,4383.8204335 +73,-1.541463105,0.7304997613,350,0.181363926,0.891988372,4379.7003732 +74,-1.545414768,0.7289194936,350,0.181363926,0.891988372,4392.3016704 +75,-1.543435774,0.7289538557,350,0.181363926,0.891988372,4388.1508967 +76,-1.541457714,0.7289765881,350,0.181363926,0.891988372,4384.032036 +77,-1.539449415,0.7320555866,350,0.181363926,0.891988372,4371.1432545 +78,-1.537429183,0.7321097681,350,0.181363926,0.891988372,4366.8487005 +79,-1.535472649,0.7321497267,350,0.181363926,0.891988372,4362.722077 +80,-1.539457899,0.7305333307,350,0.181363926,0.891988372,4375.4951179 +81,-1.537453161,0.7305750503,350,0.181363926,0.891988372,4371.2643836 +82,-1.535479385,0.7306124949,350,0.181363926,0.891988372,4367.1061888 +83,-1.53946905,0.7290102593,350,0.181363926,0.891988372,4379.8570354 +84,-1.537459922,0.7290417293,350,0.181363926,0.891988372,4375.6430893 +85,-1.535451349,0.7290890157,350,0.181363926,0.891988372,4371.3820259 +86,-1.535522937,0.7279887191,350,0.181363926,0.891988372,4374.6603386 +87,-1.539442524,0.7274735939,350,0.181363926,0.891988372,4384.1825977 +88,-1.537424111,0.727521351,350,0.181363926,0.891988372,4379.8997135 +89,-1.539384641,0.7259505092,350,0.181363926,0.891988372,4388.4071387 +90,-1.537372391,0.7259947145,350,0.181363926,0.891988372,4384.1435469 +91,-1.535340789,0.7260435356,350,0.181363926,0.891988372,4379.8237602 +92,-1.539325716,0.7244369706,350,0.181363926,0.891988372,4392.604305 +93,-1.537308932,0.7244801057,350,0.181363926,0.891988372,4388.3309704 +94,-1.535289068,0.7245247645,350,0.181363926,0.891988372,4384.0437184 +95,-1.533261366,0.7245550236,350,0.181363926,0.891988372,4379.7780746 +96,-1.539267302,0.722921924,350,0.181363926,0.891988372,4396.8088063 +97,-1.537248972,0.7229660258,350,0.181363926,0.891988372,4392.5260672 +98,-1.535219431,0.7229916471,350,0.181363926,0.891988372,4388.2696622 +99,-1.53318962,0.7230212049,350,0.181363926,0.891988372,4383.9981477 +100,-1.531154816,0.7230299897,350,0.181363926,0.891988372,4379.7721296 +101,-1.528878341,0.7230370244,350,0.181363926,0.891988372,4375.048083 +102,-1.539218189,0.7214009878,350,0.181363926,0.891988372,4401.0512705 +103,-1.537198791,0.7214422745,350,0.181363926,0.891988372,4396.7709087 +104,-1.535179266,0.7214634354,350,0.181363926,0.891988372,4392.5444437 +105,-1.533156501,0.7214944644,350,0.181363926,0.891988372,4388.2798392 +106,-1.53113574,0.7215166021,350,0.181363926,0.891988372,4384.0414093 +107,-1.528874248,0.7215345535,350,0.181363926,0.891988372,4379.3135474 +108,-1.539217656,0.7198512397,350,0.181363926,0.891988372,4405.4782671 +109,-1.537199919,0.7199428763,350,0.181363926,0.891988372,4401.0541196 +110,-1.545425832,0.727397149,350,0.181363926,0.891988372,4396.6735528 +111,-1.543371177,0.7273916949,350,0.181363926,0.891988372,4392.4780172 +112,-1.541368852,0.7274523163,350,0.181363926,0.891988372,4388.1977479 +113,-1.545349067,0.7258710923,350,0.181363926,0.891988372,4400.878186 +114,-1.54332671,0.7258603556,350,0.181363926,0.891988372,4396.7604845 +115,-1.541346831,0.7259242142,350,0.181363926,0.891988372,4392.5135764 +116,-1.545324355,0.7243383958,350,0.181363926,0.891988372,4405.2105597 +117,-1.543292796,0.7243617413,350,0.181363926,0.891988372,4400.9731538 +118,-1.541295822,0.7244024384,350,0.181363926,0.891988372,4396.7538932 +119,-1.543193859,0.7205570215,350,0.181363926,0.891988372,4411.650937 +120,-1.550257047,0.7386738187,350,0.181363926,0.891988372,4374.3369523 +121,-1.549335448,0.7311736483,350,0.181363926,0.891988372,4393.8752693 +122,-1.533478843,0.7179891343,350,0.181363926,0.891988372,4398.942669 +123,-1.556150555,0.738907041,350,0.181363926,0.891988372,4385.6317712 +124,-1.554324226,0.733414257,350,0.181363926,0.891988372,4397.6334162 +125,-1.554290846,0.7288285332,350,0.181363926,0.891988372,4410.6983603 +126,-1.55122487,0.7219795312,350,0.181363926,0.891988372,4424.0691239 +127,-1.525104458,0.7229399862,350,0.181363926,0.891988372,4367.5159421 +128,-1.519607711,0.7236181429,350,0.181363926,0.891988372,4354.2004486 +129,-1.513899999,0.7251107854,350,0.181363926,0.891988372,4338.1282274 +130,-1.536620762,0.7431061895,350,0.181363926,0.891988372,4333.9818718 +131,-1.5369566,0.7460845958,350,0.181363926,0.891988372,4326.2330062 +132,-1.545345528,0.7447040685,350,0.181363926,0.891988372,4347.1967673 +133,-1.532813921,0.7432306626,350,0.181363926,0.891988372,4325.8624552 +134,-1.554788248,0.7382381001,350,0.181363926,0.891988372,4384.7812421 +135,-1.540348126,0.7301594274,350,0.181363926,0.891988372,4378.3853737 +136,-1.538016084,0.7239051786,350,0.181363926,0.891988372,4391.42663 +137,-1.525288962,0.7258085137,350,0.181363926,0.891988372,4359.7550438 +138,-1.534326986,0.731241342,350,0.181363926,0.891988372,4362.9518361 +139,-1.530733872,0.7303625216,350,0.181363926,0.891988372,4358.0611222 +141,-1.534354939,0.7328219978,350,0.181363926,0.891988372,4358.5184535 +142,-1.53157084,0.7292888153,350,0.181363926,0.891988372,4362.8326963 +143,-1.525691035,0.7263799874,350,0.181363926,0.891988372,4358.964649 +144,-1.534031287,0.7495967835,350,0.181363926,0.891988372,4310.3541249 +145,-1.527714986,0.7283095957,350,0.181363926,0.891988372,4357.6680839 +146,-1.526189586,0.7271468292,350,0.181363926,0.891988372,4357.818935 +147,-1.555177336,0.7375563366,350,0.181363926,0.891988372,4387.5193293 +148,-1.555080283,0.7312707794,350,0.181363926,0.891988372,4405.309391 +149,-1.53856994,0.7224180299,350,0.181363926,0.891988372,4396.811373 +150,-1.530837883,0.729933372,350,0.181363926,0.891988372,4359.4935471 +151,-1.515066984,0.5854133365,350,0.181363926,0.891988372,4744.163224 +152,-1.534731633,0.5368370046,350,0.181363926,0.891988372,4932.0029247 +153,-1.515231902,0.5607085576,350,0.181363926,0.891988372,4817.4759269 +154,-2.616253799,1.0684566605,350,0.181363926,0.891988372,4602.3937391 +155,-1.956071439,0.5792177723,350,0.181363926,0.891988372,5649.6884276 +156,-1.951208514,0.5602434208,350,0.181363926,0.891988372,5704.468591 +157,-1.944675062,0.6062144545,350,0.181363926,0.891988372,5539.4194833 +158,-1.613778386,0.6077989518,350,0.181363926,0.891988372,4890.6429677 +159,-2.035029014,0.6021432345,350,0.181363926,0.891988372,5707.4535659 +160,-2.114989471,0.6801825058,350,0.181363926,0.891988372,5562.9155088 +161,-2.037382079,0.5765830025,350,0.181363926,0.891988372,5798.77253 +162,-2.129855121,0.6585019963,350,0.181363926,0.891988372,5660.4187051 +163,-2.075141798,0.6493615843,350,0.181363926,0.891988372,5609.594422 +164,-1.828626729,0.6948433129,350,0.181363926,0.891988372,5043.0157214 +165,-1.863329418,0.6735427691,350,0.181363926,0.891988372,5173.8253394 +166,-1.266037071,0.727988852,350,0.181363926,0.891988372,3792.6793251 +167,-1.277579582,0.7249010648,350,0.181363926,0.891988372,3826.6071198 +168,-1.258418684,0.7241194816,350,0.181363926,0.891988372,3785.406162 +169,-1.317813974,0.6804850104,350,0.181363926,0.891988372,4034.3969398 +170,-1.344165204,0.6790988904,350,0.181363926,0.891988372,4097.6065328 +171,-1.427582102,0.5277120351,350,0.181363926,0.891988372,4715.3781477 +172,-1.402238616,0.457167829,350,0.181363926,0.891988372,4863.1778236 +173,-1.422454264,0.4996161999,350,0.181363926,0.891988372,4785.7373588 +174,-1.439089277,0.4894859811,350,0.181363926,0.891988372,4854.3557603 +175,-1.448126995,0.5182330266,350,0.181363926,0.891988372,4790.5912468 +176,-1.474626146,0.5881926574,350,0.181363926,0.891988372,4646.1520739 +177,-1.421139645,0.5584869783,350,0.181363926,0.891988372,4611.0948381 +178,-1.457037165,0.565943032,350,0.181363926,0.891988372,4671.3261947 +179,-2.757159358,0.3745319,350,0.181363926,0.891988372,7377.4091263 +180,-2.714309238,0.342054471,350,0.181363926,0.891988372,7481.3617808 +181,-2.000525337,0.774119946,350,0.181363926,0.891988372,5070.8641144 +183,-1.571413436,0.6777838382,350,0.181363926,0.891988372,4593.8631576 +184,-1.552860289,0.6987663893,350,0.181363926,0.891988372,4494.3009939 +185,-1.521852374,0.7165827476,350,0.181363926,0.891988372,4378.8293724 +186,-1.503656267,0.6928968252,350,0.181363926,0.891988372,4407.9931039 +187,-1.502753178,0.7136205882,350,0.181363926,0.891988372,4347.3173006 +188,-1.631894563,0.7343596465,350,0.181363926,0.891988372,4550.0182949 +189,-1.653765416,0.6770714026,350,0.181363926,0.891988372,4764.1724946 +190,-1.719812114,0.6715965947,350,0.181363926,0.891988372,4911.4031607 +191,-1.493406659,0.6646955447,350,0.181363926,0.891988372,4466.5826054 +192,-1.469120564,0.6613469966,350,0.181363926,0.891988372,4423.5279735 +193,-1.590551461,0.5326612937,350,0.181363926,0.891988372,5068.0594119 +194,-1.625979264,0.5247742243,350,0.181363926,0.891988372,5169.3673458 +195,-1.572293943,0.5238808754,350,0.181363926,0.891988372,5054.4644735 +196,-1.610848725,0.5477107964,350,0.181363926,0.891988372,5066.4939862 +197,-1.208485554,0.7918526018,350,0.181363926,0.891988372,3505.5493702 +198,-1.335601374,0.6869083083,350,0.181363926,0.891988372,4057.2696298 +199,-1.346156996,0.6825213377,350,0.181363926,0.891988372,4092.8160876 +200,-1.324381037,0.6741422347,350,0.181363926,0.891988372,4066.3381579 +201,-1.242424992,0.7378949807,350,0.181363926,0.891988372,3714.2076648 +202,-1.270370057,0.7392461008,350,0.181363926,0.891988372,3773.6125997 +203,-1.448950472,0.7441675014,350,0.181363926,0.891988372,4149.1884947 +204,-1.492662363,0.7523026852,350,0.181363926,0.891988372,4218.0042155 +205,-1.479098966,0.7763855017,350,0.181363926,0.891988372,4123.8414433 +206,-1.633760714,0.7869022408,350,0.181363926,0.891988372,4399.8672114 +207,-1.647406434,0.8101289331,350,0.181363926,0.891988372,4358.1180914 +208,-1.564245052,0.5701509278,350,0.181363926,0.891988372,4897.4643921 +209,-1.646289963,0.6833746083,350,0.181363926,0.891988372,4730.2342175 +210,-1.5820631,0.6751952144,350,0.181363926,0.891988372,4623.5569775 +211,-1.613236298,0.6681681791,350,0.181363926,0.891988372,4708.6145787 +212,-1.914661867,0.8212566515,350,0.181363926,0.891988372,4783.3765377 +213,-1.742133237,0.7250275956,350,0.181363926,0.891988372,4789.4464496 +214,-2.033144872,0.6557314699,350,0.181363926,0.891988372,5521.538452 +215,-2.039551981,0.6964723658,350,0.181363926,0.891988372,5392.8819357 +216,-1.247341019,0.7622473908,350,0.181363926,0.891988372,3664.1978648 +217,-1.298239787,0.7084123392,350,0.181363926,0.891988372,3916.0383987 +218,-1.308539688,0.6926545592,350,0.181363926,0.891988372,3980.912692 +219,-1.303263185,0.6888938396,350,0.181363926,0.891988372,3978.9696902 +220,-1.852400229,0.6004246149,350,0.181363926,0.891988372,5390.4274862 +221,-1.288947707,0.7473773692,350,0.181363926,0.891988372,3794.2538235 +222,-1.372031502,0.7472790993,350,0.181363926,0.891988372,3976.5411638 +223,-1.289805721,0.7242157877,350,0.181363926,0.891988372,3855.8321364 +224,-1.350807603,0.7533498126,350,0.181363926,0.891988372,3914.594207 +225,-1.329290365,0.7560442322,350,0.181363926,0.891988372,3860.752824 +226,-1.410153004,0.616936428,350,0.181363926,0.891988372,4418.7145376 +227,-1.393445434,0.6308995063,350,0.181363926,0.891988372,4341.6222424 +228,-1.37595573,0.6241540638,350,0.181363926,0.891988372,4320.8827015 +229,-1.358388707,0.6172645205,350,0.181363926,0.891988372,4300.0274143 +230,-1.753741133,0.8281661666,350,0.181363926,0.891988372,4495.8576569 +231,-1.47430987,0.6834615681,350,0.181363926,0.891988372,4372.0776444 +232,-1.421012508,0.7222725206,350,0.181363926,0.891988372,4149.4714341 +233,-1.4476833,0.6978557868,350,0.181363926,0.891988372,4274.3090678 +234,-1.470370723,0.6966193374,350,0.181363926,0.891988372,4326.5449556 +235,-1.429211703,0.7037216883,350,0.181363926,0.891988372,4218.108573 +236,-1.700578405,0.6178673663,350,0.181363926,0.891988372,5039.1052358 +237,-1.678117619,0.6331716163,350,0.181363926,0.891988372,4946.5941615 +238,-1.725644578,0.6316331145,350,0.181363926,0.891988372,5046.5790774 +239,-2.14012759,0.7930497945,350,0.181363926,0.891988372,5204.5785479 +240,-2.103289431,0.7653606263,350,0.181363926,0.891988372,5250.6344985 +241,-1.318739838,0.7017808746,350,0.181363926,0.891988372,3979.6393486 +242,-1.396417427,0.7077900843,350,0.181363926,0.891988372,4135.5958535 +243,-1.35650337,0.7185539404,350,0.181363926,0.891988372,4018.9821353 +244,-1.248884539,0.7274156818,350,0.181363926,0.891988372,3755.4039975 +245,-1.395014798,0.5761185243,350,0.181363926,0.891988372,4500.3779969 +246,-1.433377362,0.6064716109,350,0.181363926,0.891988372,4500.865883 +247,-1.408172432,0.5903155476,350,0.181363926,0.891988372,4489.943175 +248,-1.749645898,0.7757118084,350,0.181363926,0.891988372,4647.9003341 +249,-1.571626686,0.615046989,350,0.181363926,0.891988372,4779.4430247 +250,-1.514070049,0.6303003037,350,0.181363926,0.891988372,4610.5672977 +251,-1.480890369,0.6237966528,350,0.181363926,0.891988372,4556.8728084 +252,-1.704390658,0.5281680612,350,0.181363926,0.891988372,5326.0823452 +253,-1.64434733,0.5254277498,350,0.181363926,0.891988372,5207.0401695 +254,-1.703855997,0.4792484842,350,0.181363926,0.891988372,5478.4811387 +255,-1.692002383,0.5748825051,350,0.181363926,0.891988372,5154.6916943 +256,-1.854136457,0.5544643913,350,0.181363926,0.891988372,5543.0572017 +257,-1.665021206,0.520317736,350,0.181363926,0.891988372,5267.1896518 +258,-1.733654349,0.4845187345,350,0.181363926,0.891988372,5525.023949 +259,-1.720938188,0.5135933906,350,0.181363926,0.891988372,5406.5011331 +260,-1.742668307,0.553296122,350,0.181363926,0.891988372,5326.2157689 +261,-1.965659039,0.7142126903,350,0.181363926,0.891988372,5215.6422557 +262,-1.944438071,0.6772834804,350,0.181363926,0.891988372,5302.9443838 +263,-1.270340967,0.7681487096,350,0.181363926,0.891988372,3700.5150782 +264,-1.353091884,0.6549276821,350,0.181363926,0.891988372,4183.6732643 +265,-1.333236659,0.6413584414,350,0.181363926,0.891988372,4175.7252054 +266,-1.352015998,0.6753788907,350,0.181363926,0.891988372,4125.353224 +267,-1.377988483,0.6577816235,350,0.181363926,0.891988372,4231.9515425 +268,-2.13075611,0.8318642051,350,0.181363926,0.891988372,5057.405986 +269,-2.097910953,0.8259670014,350,0.181363926,0.891988372,5034.544825 +270,-1.416382069,0.6694271549,350,0.181363926,0.891988372,4285.1445338 +271,-1.538905672,0.7535625993,350,0.181363926,0.891988372,4309.0466032 +272,-1.572309477,0.7803125099,350,0.181363926,0.891988372,4299.9758363 +273,-1.87759879,0.7503853417,350,0.181363926,0.891988372,4951.0594974 +274,1.152365588,0.590457682,350,0.181363926,0.891988372,2993.684395 +275,0.350198001,0.718001859,350,0.181363926,0.891988372,828.99017556 +276,0.046513677,0.491503852,350,0.181363926,0.891988372,1636.6232007 +277,0.027510309,0.742571376,350,0.181363926,0.891988372,722.85937489 +278,0.306285725,-0.214631579,350,0.181363926,0.891988372,4404.469372 +279,-1.100564889,0.318051531,350,0.181363926,0.891988372,4534.3202525 +280,-1.078582306,0.301437596,350,0.181363926,0.891988372,4529.1784845 +281,-1.137371989,-0.617634065,350,0.181363926,0.891988372,7524.9914992 +282,0.784356344,0.703272339,350,0.181363926,0.891988372,1806.4993478 +283,-1.221209947,0.218327455,350,0.181363926,0.891988372,5134.0344756 +284,2.347301921,-0.449114658,350,0.181363926,0.891988372,9050.8718243 +285,0.246820618,0.830553713,350,0.181363926,0.891988372,296.13333249 +286,0.829414965,0.703288228,350,0.181363926,0.891988372,1916.9556645 +287,-1.337537566,0.42332223,350,0.181363926,0.891988372,4808.0304772 +288,0.882453706,0.454478077,350,0.181363926,0.891988372,2723.6979743 +289,1.575629659,0.416419109,350,0.181363926,0.891988372,4523.9604302 +290,-1.039455679,0.229888244,350,0.181363926,0.891988372,4648.0405891 +291,0.489558039,0.934482747,350,0.181363926,0.891988372,762.7228559 +292,0.081344504,0.88384514,350,0.181363926,0.891988372,252.00555017 +293,-1.547979814,0.300350308,350,0.181363926,0.891988372,5683.2405574 +294,0.040776181,0.168560074,350,0.181363926,0.891988372,2901.8530253 +295,-1.130374745,0.563894876,350,0.181363926,0.891988372,3905.9813182 +296,1.578326642,0.478507176,350,0.181363926,0.891988372,4351.8364534 +297,-1.12861823,-0.291640865,350,0.181363926,0.891988372,6494.3271714 +298,0.310524208,0.770885792,350,0.181363926,0.891988372,590.06449913 +299,0.415649091,-0.387246002,350,0.181363926,0.891988372,5132.5716737 +300,-0.926533878,-0.188022748,350,0.181363926,0.891988372,5705.7461925 +301,1.258856172,-0.11716081,350,0.181363926,0.891988372,5406.9539447 +302,-1.126050026,0.322941926,350,0.181363926,0.891988372,4583.1727275 +303,2.002785835,0.07893892,350,0.181363926,0.891988372,6594.2358336 +304,0.440437607,0.746258085,350,0.181363926,0.891988372,904.94497302 +305,-0.030391866,0.214441206,350,0.181363926,0.891988372,2769.2097958 +306,0.521557815,-0.058929362,350,0.181363926,0.891988372,3938.7722437 +307,-0.097005111,0.13317729,350,0.181363926,0.891988372,3141.141161 +308,1.83113859,0.221857587,350,0.181363926,0.891988372,5733.718313 +309,0.222428864,0.099404236,350,0.181363926,0.891988372,3142.3541734 +310,-1.702731345,0.8728568183,350,0.181363926,0.891988372,4274.9999001 +311,-0.418507569,0.278324921,350,0.181363926,0.891988372,3082.6541298 +312,-1.41153306,0.339029988,350,0.181363926,0.891988372,5238.3809899 +313,0.357560442,0.114788776,350,0.181363926,0.891988372,3132.6571169 +314,0.325818979,0.268352149,350,0.181363926,0.891988372,2512.6754807 +315,-1.246004659,-0.663679965,350,0.181363926,0.891988372,7889.9108627 +316,1.814603087,0.637404484,350,0.181363926,0.891988372,4453.8206906 +317,1.843704281,-0.18300445,350,0.181363926,0.891988372,7011.7477292 +318,1.690644492,-0.211480909,350,0.181363926,0.891988372,6720.8896342 +319,-1.275451936,0.068109467,350,0.181363926,0.891988372,5728.6381092 +320,0.762430171,-0.207594741,350,0.181363926,0.891988372,4792.3273111 +321,0.265668905,-0.014647884,350,0.181363926,0.891988372,3602.3896056 +322,-2.773032013,-0.335515811,350,0.181363926,0.891988372,10163.17221 +323,-1.469512853,0.174058777,350,0.181363926,0.891988372,5883.5461639 +324,0.286276986,0.785925691,350,0.181363926,0.891988372,503.21907826 +325,-1.379324697,0.377432233,350,0.181363926,0.891988372,5045.1545495 +326,-1.203778265,0.212813032,350,0.181363926,0.891988372,5107.4162315 +327,0.579916301,0.611743168,350,0.181363926,0.891988372,1588.0458018 +328,0.267582642,0.868113908,350,0.181363926,0.891988372,237.18144781 +329,0.412869244,-0.050245578,350,0.181363926,0.891988372,3813.5083595 +330,0.17524381,0.976660285,350,0.181363926,0.891988372,335.69360135 +331,0.743157214,0.204812899,350,0.181363926,0.891988372,3267.8322229 +332,-1.070758176,0.269382282,350,0.181363926,0.891988372,4605.8968577 +333,-1.230364251,0.329790229,350,0.181363926,0.891988372,4821.8582644 +334,-1.374813124,-0.024926835,350,0.181363926,0.891988372,6262.4195429 +335,0.519780566,0.463669906,350,0.181363926,0.891988372,1978.5884521 +336,-1.55108034,0.239698561,350,0.181363926,0.891988372,5878.3976429 +337,0.180294813,0.029739425,350,0.181363926,0.891988372,3415.3699501 +338,0.67820924,0.268170153,350,0.181363926,0.891988372,2931.2339619 +339,0.445798684,1.024001867,350,0.181363926,0.891988372,794.49611131 +340,0.691751283,0.150521402,350,0.181363926,0.891988372,3375.3720816 +341,-1.036643551,-0.903056181,350,0.181363926,0.891988372,8190.6978885 +342,-0.120287036,1.083325163,350,0.181363926,0.891988372,997.27644244 +343,2.823513113,-0.304487164,350,0.181363926,0.891988372,9636.4036 +344,0.457583172,1.12513373,350,0.181363926,0.891988372,1085.4749089 +345,0.042918831,0.813795399,350,0.181363926,0.891988372,474.9826453 +346,1.196146777,-0.853142756,350,0.181363926,0.891988372,7716.4485108 +347,0.206001358,-0.010430701,350,0.181363926,0.891988372,3575.4434953 +348,-0.268308653,0.234799412,350,0.181363926,0.891988372,2974.6998309 +349,0.759363263,0.736189579,350,0.181363926,0.891988372,1671.1859716 +350,0.181363926,0.891988372,350,0.181363926,0.891988372,0 +351,-0.021111158,0.139103292,350,0.181363926,0.891988372,3055.0515911 +352,-0.093355215,0.630686981,350,0.181363926,0.891988372,1294.8811543 +353,0.40118964,0.681375926,350,0.181363926,0.891988372,1033.2812264 +354,-0.721197315,1.304706234,350,0.181363926,0.891988372,2173.2079559 +355,-1.076150317,0.212107639,350,0.181363926,0.891988372,4792.833766 +356,-1.577164531,0.273993443,350,0.181363926,0.891988372,5833.9644612 +357,-0.190788414,0.182208586,350,0.181363926,0.891988372,3059.4784759 +358,-0.261349752,0.209710184,350,0.181363926,0.891988372,3055.5267998 +359,-1.029303852,0.083549259,350,0.181363926,0.891988372,5075.3629036 +360,-1.268609162,0.330525297,350,0.181363926,0.891988372,4914.2349899 +361,1.282982244,-0.926641967,350,0.181363926,0.891988372,8079.0757606 +362,0.217352334,0.731352408,350,0.181363926,0.891988372,643.7292037 +363,-1.511833084,0.258629297,350,0.181363926,0.891988372,5725.6989522 +364,0.338812194,0.823184618,350,0.181363926,0.891988372,490.14219573 +365,-0.324406489,1.134201999,350,0.181363926,0.891988372,1407.0305777 +366,1.389579348,0.399185724,350,0.181363926,0.891988372,4112.6551101 +367,2.047152199,-0.039082036,350,0.181363926,0.891988372,7071.3685665 +368,0.947780369,0.568250077,350,0.181363926,0.891988372,2548.3077302 +369,0.763824846,0.576754987,350,0.181363926,0.891988372,2090.4108012 +370,-0.142334657,0.928153068,350,0.181363926,0.891988372,797.42275444 +371,0.610266567,0.547265983,350,0.181363926,0.891988372,1852.5840015 +372,0.210731629,0.746815056,350,0.181363926,0.891988372,580.44621877 +373,-1.34931644,0.316895224,350,0.181363926,0.891988372,5153.545791 +374,2.407696481,0.655030745,350,0.181363926,0.891988372,5542.7792117 +375,0.64207831,0.545359131,350,0.181363926,0.891988372,1922.1034529 +376,1.174597538,0.840588356,350,0.181363926,0.891988372,2492.0064821 +377,0.660059424,0.010604079,350,0.181363926,0.891988372,3841.1433616 +378,-0.730263819,0.010486456,350,0.181363926,0.891988372,4623.4739062 +379,0.831068936,0.512339172,350,0.181363926,0.891988372,2432.3999517 +380,1.301180979,0.72367476,350,0.181363926,0.891988372,3035.6083611 +381,1.811128231,0.322854402,350,0.181363926,0.891988372,5376.3748074 +382,0.435105812,0.992284428,350,0.181363926,0.891988372,709.91463029 +383,0.62643634,0.592027932,350,0.181363926,0.891988372,1744.3320571 +384,0.492988703,-0.516339467,350,0.181363926,0.891988372,5683.7249435 +385,-0.162469483,0.112549365,350,0.181363926,0.891988372,3288.0844728 +386,0.314630866,0.472006421,350,0.181363926,0.891988372,1711.0799376 +387,0.166744804,0.822815954,350,0.181363926,0.891988372,276.59477939 +388,0.417159608,0.965805736,350,0.181363926,0.891988372,629.56898785 +389,0.106334961,0.868774244,350,0.181363926,0.891988372,210.3770475 +390,0.815086969,-0.338144359,350,0.181363926,0.891988372,5346.9600327 +391,0.59867455,-0.230624824,350,0.181363926,0.891988372,4674.2002937 +392,1.915104874,0.066220985,350,0.181363926,0.891988372,6420.5660678 +393,1.278093622,0.064463721,350,0.181363926,0.891988372,4863.9093596 +394,-0.061477853,0.302997961,350,0.181363926,0.891988372,2455.5457851 +395,0.251311504,0.626976942,350,0.181363926,0.891988372,1068.3514549 +396,2.950242872,0.149095644,350,0.181363926,0.891988372,8127.119573 +397,-0.180294708,0.35375117,350,0.181363926,0.891988372,2410.2244357 +398,1.010448592,-0.351180233,350,0.181363926,0.891988372,5703.4537246 +399,-1.748740498,0.3686318073,350,0.181363926,0.891988372,5926.4880841 +400,2.699635665,0.123533791,350,0.181363926,0.891988372,7895.2753467 +401,0.496808033,0.823843254,350,0.181363926,0.891988372,858.00009383 +402,0.129574704,0.763364087,350,0.181363926,0.891988372,527.93077183 +403,1.798920311,0.817447563,350,0.181363926,0.891988372,3926.3964044 +404,0.335987953,0.746786541,350,0.181363926,0.891988372,709.97021213 +405,-1.085413643,0.292154671,350,0.181363926,0.891988372,4573.9059308 +406,-0.155321003,0.508207011,350,0.181363926,0.891988372,1818.4292982 +407,0.620529244,-0.301175104,350,0.181363926,0.891988372,4965.8480644 +408,1.684402744,0.368716966,350,0.181363926,0.891988372,4930.9786345 +409,0.300582244,-0.386397212,350,0.181363926,0.891988372,5080.7504275 +410,2.913555946,-0.009225192,350,0.181363926,0.891988372,8687.9690554 +411,1.465101417,0.493232532,350,0.181363926,0.891988372,4032.1694498 +412,0.090612882,0.907955955,350,0.181363926,0.891988372,232.17484851 +413,2.987564726,-0.729568594,350,0.181363926,0.891988372,11330.538842 +414,-1.484261606,0.224149272,350,0.181363926,0.891988372,5765.2418732 +415,0.164073421,0.303955133,350,0.181363926,0.891988372,2329.8390066 +416,0.141441293,0.167552546,350,0.181363926,0.891988372,2872.4373693 +417,2.931321023,-0.506718887,350,0.181363926,0.891988372,10526.654996 +418,2.21951565,0.700596356,350,0.181363926,0.891988372,5075.0163663 +419,0.268112576,1.199114336,350,0.181363926,0.891988372,1227.7106478 +420,0.978913739,0.359223811,350,0.181363926,0.891988372,3237.4728716 +421,1.210898818,0.522863584,350,0.181363926,0.891988372,3319.4162291 +422,2.347397336,0.129231362,350,0.181363926,0.891988372,7217.9151403 +423,0.614394501,0.556878345,350,0.181363926,0.891988372,1829.8541545 +424,-1.398079356,0.148483366,350,0.181363926,0.891988372,5786.2301319 +425,2.535303836,-0.112984496,350,0.181363926,0.891988372,8424.7067374 +426,-1.019372593,-0.405322349,350,0.181363926,0.891988372,6611.6105551 +427,-1.297785627,-0.160104069,350,0.181363926,0.891988372,6488.9168742 +428,2.144554488,0.205051084,350,0.181363926,0.891988372,6525.5842512 +429,-2.242387083,-0.426171285,350,0.181363926,0.891988372,9595.3394799 +430,0.338637212,0.909723676,350,0.181363926,0.891988372,392.87711812 +431,-0.148798452,0.691042401,350,0.181363926,0.891988372,1209.4248644 +432,0.893524764,0.441829531,350,0.181363926,0.891988372,2787.4958102 +433,0.969229347,-0.368847936,350,0.181363926,0.891988372,5695.6703651 +434,0.436043248,0.800045688,350,0.181363926,0.891988372,759.63116834 +435,1.687946607,1.081504775,350,0.181363926,0.891988372,3117.5239708 +436,0.522302046,-0.034889271,350,0.181363926,0.891988372,3847.366177 +437,-0.178996113,-0.438090009,350,0.181363926,0.891988372,5416.7417882 +438,-1.094339566,0.301444068,350,0.181363926,0.891988372,4568.3174086 +439,-1.064070054,0.242569932,350,0.181363926,0.891988372,4670.3399966 +440,-1.068153768,0.230387998,350,0.181363926,0.891988372,4717.4172842 +441,-3.00496892,-0.23989155,350,0.181363926,0.891988372,9856.9121315 +442,0.21751974,0.766874888,350,0.181363926,0.891988372,504.86697975 +443,0.117229532,0.007619006,350,0.181363926,0.891988372,3509.5924221 +444,0.777758451,0.420554741,350,0.181363926,0.891988372,2601.4426245 +445,-0.252356999,0.250747086,350,0.181363926,0.891988372,2892.3475114 +446,0.363148444,0.768483434,350,0.181363926,0.891988372,688.19065435 +447,0.903191366,-0.118210676,350,0.181363926,0.891988372,4694.2215747 +448,-0.205755923,0.149406178,350,0.181363926,0.891988372,3201.3919201 +449,1.811996086,0.02364353,350,0.181363926,0.891988372,6297.7241934 +450,-1.100670221,0.314845373,350,0.181363926,0.891988372,4544.1164923 +451,0.340078597,0.850105132,350,0.181363926,0.891988372,437.176072 +452,0.258757267,0.804969236,350,0.181363926,0.891988372,399.68013328 +453,2.78505352,-0.155160804,350,0.181363926,0.891988372,9040.3558235 +454,0.800551619,0.105822106,350,0.181363926,0.891988372,3719.0989973 +455,0.437940882,-0.506194031,350,0.181363926,0.891988372,5610.3673587 +456,2.230431122,0.63458615,350,0.181363926,0.891988372,5307.9159014 +457,0.527965361,0.127667701,350,0.181363926,0.891988372,3233.9229005 +458,-0.063643205,0.702093448,350,0.181363926,0.891988372,1009.3533319 +459,1.408447268,0.133010502,350,0.181363926,0.891988372,4961.2207315 +460,0.523795955,0.280266966,350,0.181363926,0.891988372,2655.0945086 +461,-0.975769313,0.072177659,350,0.181363926,0.891988372,4982.3892073 +462,0.549774164,-0.463663986,350,0.181363926,0.891988372,5521.9148341 +463,0.29245874,1.095549818,350,0.181363926,0.891988372,840.30116622 +464,0.143625958,0.816809593,350,0.181363926,0.891988372,313.50743123 +465,0.671902494,0.611159853,350,0.181363926,0.891988372,1784.7901785 +466,1.239840988,0.6724199,350,0.181363926,0.891988372,3006.0626026 +467,0.607829703,-0.10932137,350,0.181363926,0.891988372,4223.9171807 +468,1.763020906,0.263996692,350,0.181363926,0.891988372,5438.4361446 +469,0.378714634,0.726066797,350,0.181363926,0.891988372,848.32847852 +470,2.196736143,-0.153862366,350,0.181363926,0.891988372,7792.1584136 +471,0.01702415,0.148991565,350,0.181363926,0.891988372,2991.6691304 +472,-2.998490902,-0.158002487,350,0.181363926,0.891988372,9533.8478242 +473,-3.051262951,-0.346595608,350,0.181363926,0.891988372,10264.948793 +474,-1.069176439,0.182802941,350,0.181363926,0.891988372,4865.2389433 +475,0.167157509,0.595344954,350,0.181363926,0.891988372,1175.7151968 +476,0.613855648,0.681746124,350,0.181363926,0.891988372,1457.1768929 +477,1.037012736,0.682555367,350,0.181363926,0.891988372,2479.301099 +478,-1.253574971,0.379755746,350,0.181363926,0.891988372,4731.3294182 +479,3.108590453,-0.132620738,350,0.181363926,0.891988372,9354.9062718 +480,0.565301296,0.022333262,350,0.181363926,0.891988372,3676.030779 +481,0.547898238,0.855555614,350,0.181363926,0.891988372,939.78654816 +482,0.948309381,0.417393755,350,0.181363926,0.891988372,2987.5693336 +483,-0.050600732,0.945269213,350,0.181363926,0.891988372,595.11835967 +484,-0.977651478,-0.572363064,350,0.181363926,0.891988372,7061.2182306 +485,1.102014914,0.728861163,350,0.181363926,0.891988372,2536.5431737 +486,2.927300795,-0.282939414,350,0.181363926,0.891988372,9725.5319218 +487,-1.154565557,0.124434095,350,0.181363926,0.891988372,5255.4523873 +488,1.855331234,0.291044755,350,0.181363926,0.891988372,5579.8155344 +489,0.830290659,0.276904518,350,0.181363926,0.891988372,3183.925713 +490,0.485104466,-0.234867441,350,0.181363926,0.891988372,4585.2069719 +491,0.521367572,-0.33161327,350,0.181363926,0.891988372,4988.9485398 +1,-1.539031704,0.7349710123,351,-0.021111158,0.139103292,5698.3159521 +2,-1.536990553,0.7349663874,351,-0.021111158,0.139103292,5692.3330746 +3,-1.534951779,0.7349571355,351,-0.021111158,0.139103292,5686.3577779 +4,-1.532906461,0.7349480293,351,-0.021111158,0.139103292,5680.3626234 +5,-1.531320211,0.7346937278,351,-0.021111158,0.139103292,5675.7746043 +6,-1.539451648,0.7335131775,351,-0.021111158,0.139103292,5699.9439491 +7,-1.537429487,0.7335445708,351,-0.021111158,0.139103292,5693.9995145 +8,-1.535484998,0.7335658704,351,-0.021111158,0.139103292,5688.2855466 +9,-1.533488396,0.7336036027,351,-0.021111158,0.139103292,5682.4140805 +10,-1.531497785,0.7335842962,351,-0.021111158,0.139103292,5676.5744585 +11,-1.530259379,0.7334777758,351,-0.021111158,0.139103292,5672.9646311 +12,-1.5335454,0.7322346912,351,-0.021111158,0.139103292,5682.9339172 +13,-1.531489083,0.7322238773,351,-0.021111158,0.139103292,5676.8918844 +14,-1.530011122,0.7321679851,351,-0.021111158,0.139103292,5672.5607901 +15,-1.53348106,0.7306614094,351,-0.021111158,0.139103292,5683.1508756 +16,-1.531441779,0.7306962275,351,-0.021111158,0.139103292,5677.1389733 +17,-1.529755654,0.7306933243,351,-0.021111158,0.139103292,5672.1759661 +18,-1.533415048,0.7291384674,351,-0.021111158,0.139103292,5683.3506652 +19,-1.531392093,0.7291705353,351,-0.021111158,0.139103292,5677.379443 +20,-1.529296523,0.7291214933,351,-0.021111158,0.139103292,5671.2141339 +21,-1.535280942,0.727267644,351,-0.021111158,0.139103292,5689.3452423 +22,-1.533378158,0.7276139666,351,-0.021111158,0.139103292,5683.63754 +23,-1.531340368,0.7276446587,351,-0.021111158,0.139103292,5677.6148151 +24,-1.528960113,0.7276398177,351,-0.021111158,0.139103292,5670.5897885 +25,-1.533313146,0.7260818349,351,-0.021111158,0.139103292,5683.8442521 +26,-1.531259555,0.7260958115,351,-0.021111158,0.139103292,5677.77093 +27,-1.528926415,0.7260865555,351,-0.021111158,0.139103292,5670.8766716 +28,-1.531226779,0.7245511789,351,-0.021111158,0.139103292,5678.0688065 +29,-1.528904772,0.7245519194,351,-0.021111158,0.139103292,5671.1956442 +30,-1.547195875,0.7409785979,351,-0.021111158,0.139103292,5720.4991454 +31,-1.5451475,0.740980426,351,-0.021111158,0.139103292,5714.5280117 +32,-1.543097679,0.7409798872,351,-0.021111158,0.139103292,5708.5527547 +33,-1.540720364,0.7409892687,351,-0.021111158,0.139103292,5701.6193949 +34,-1.547188511,0.7395198392,351,-0.021111158,0.139103292,5720.9000241 +35,-1.545148587,0.7395226109,351,-0.021111158,0.139103292,5714.9454036 +36,-1.543104538,0.7395314908,351,-0.021111158,0.139103292,5708.9764862 +37,-1.540727751,0.7395306258,351,-0.021111158,0.139103292,5702.0383749 +38,-1.547187029,0.7380014886,351,-0.021111158,0.139103292,5721.3364225 +39,-1.545147315,0.7380012252,351,-0.021111158,0.139103292,5715.3751245 +40,-1.54310719,0.7380060743,351,-0.021111158,0.139103292,5709.4106065 +41,-1.540719671,0.7380068206,351,-0.021111158,0.139103292,5702.4311315 +42,-1.547187189,0.7364799098,351,-0.021111158,0.139103292,5721.7797065 +43,-1.545149996,0.7364853874,351,-0.021111158,0.139103292,5715.8159871 +44,-1.543106091,0.7364823484,351,-0.021111158,0.139103292,5709.8344862 +45,-1.540717158,0.7364893901,351,-0.021111158,0.139103292,5702.8395779 +46,-1.538663972,0.7410138672,351,-0.021111158,0.139103292,5695.6170873 +47,-1.53695285,0.7409699132,351,-0.021111158,0.139103292,5690.6392362 +48,-1.534910498,0.7409641297,351,-0.021111158,0.139103292,5684.6848017 +49,-1.533145034,0.7409536636,351,-0.021111158,0.139103292,5679.538528 +50,-1.538681336,0.7395405883,351,-0.021111158,0.139103292,5696.0611746 +51,-1.536999189,0.7395183096,351,-0.021111158,0.139103292,5691.1556155 +52,-1.534923633,0.7395144222,351,-0.021111158,0.139103292,5685.095921 +53,-1.533267822,0.7395654306,351,-0.021111158,0.139103292,5680.2475711 +54,-1.53867273,0.7380151077,351,-0.021111158,0.139103292,5696.4446172 +55,-1.536980576,0.7379994392,351,-0.021111158,0.139103292,5691.5013087 +56,-1.534931522,0.7379944961,351,-0.021111158,0.139103292,5685.5110735 +57,-1.533387952,0.7379480264,351,-0.021111158,0.139103292,5681.0090614 +58,-1.538682279,0.7364914363,351,-0.021111158,0.139103292,5696.8818802 +59,-1.536980704,0.7364810563,351,-0.021111158,0.139103292,5691.9028209 +60,-1.534935567,0.7364752065,351,-0.021111158,0.139103292,5685.9161116 +61,-1.533042592,0.7363876366,351,-0.021111158,0.139103292,5680.3951798 +62,-1.545143426,0.7349628011,351,-0.021111158,0.139103292,5716.2328584 +63,-1.543105297,0.7349691947,351,-0.021111158,0.139103292,5710.2574673 +64,-1.541064533,0.7349647152,351,-0.021111158,0.139103292,5704.2768431 +65,-1.545411803,0.7334624714,351,-0.021111158,0.139103292,5717.4513337 +66,-1.543446606,0.7334780896,351,-0.021111158,0.139103292,5711.6794355 +67,-1.541475327,0.7334957295,351,-0.021111158,0.139103292,5705.8887493 +68,-1.545401939,0.731963266,351,-0.021111158,0.139103292,5717.8550866 +69,-1.54342253,0.7319915583,351,-0.021111158,0.139103292,5712.0301062 +70,-1.541455867,0.7320216438,351,-0.021111158,0.139103292,5706.2418304 +71,-1.545410146,0.7304422281,351,-0.021111158,0.139103292,5718.3193963 +72,-1.543435491,0.7304713664,351,-0.021111158,0.139103292,5712.5002839 +73,-1.541463105,0.7304997613,351,-0.021111158,0.139103292,5706.6878125 +74,-1.545414768,0.7289194936,351,-0.021111158,0.139103292,5718.7748627 +75,-1.543435774,0.7289538557,351,-0.021111158,0.139103292,5712.9336171 +76,-1.541457714,0.7289765881,351,-0.021111158,0.139103292,5707.0981874 +77,-1.539449415,0.7320555866,351,-0.021111158,0.139103292,5700.3353356 +78,-1.537429183,0.7321097681,351,-0.021111158,0.139103292,5694.3827245 +79,-1.535472649,0.7321497267,351,-0.021111158,0.139103292,5688.6211241 +80,-1.539457899,0.7305333307,351,-0.021111158,0.139103292,5700.7770839 +81,-1.537453161,0.7305750503,351,-0.021111158,0.139103292,5694.865351 +82,-1.535479385,0.7306124949,351,-0.021111158,0.139103292,5689.0457869 +83,-1.53946905,0.7290102593,351,-0.021111158,0.139103292,5701.2281917 +84,-1.537459922,0.7290417293,351,-0.021111158,0.139103292,5695.2982915 +85,-1.535451349,0.7290890157,351,-0.021111158,0.139103292,5689.3656399 +86,-1.535522937,0.7279887191,351,-0.021111158,0.139103292,5689.8682207 +87,-1.539442524,0.7274735939,351,-0.021111158,0.139103292,5701.5731584 +88,-1.537424111,0.727521351,351,-0.021111158,0.139103292,5695.603384 +89,-1.539384641,0.7259505092,351,-0.021111158,0.139103292,5701.8227261 +90,-1.537372391,0.7259947145,351,-0.021111158,0.139103292,5695.8640913 +91,-1.535340789,0.7260435356,351,-0.021111158,0.139103292,5689.8469604 +92,-1.539325716,0.7244369706,351,-0.021111158,0.139103292,5702.0673133 +93,-1.537308932,0.7244801057,351,-0.021111158,0.139103292,5696.0876108 +94,-1.535289068,0.7245247645,351,-0.021111158,0.139103292,5690.0982955 +95,-1.533261366,0.7245550236,351,-0.021111158,0.139103292,5684.0894775 +96,-1.539267302,0.722921924,351,-0.021111158,0.139103292,5702.3145641 +97,-1.537248972,0.7229660258,351,-0.021111158,0.139103292,5696.3220627 +98,-1.535219431,0.7229916471,351,-0.021111158,0.139103292,5690.3011898 +99,-1.53318962,0.7230212049,351,-0.021111158,0.139103292,5684.2782185 +100,-1.531154816,0.7230299897,351,-0.021111158,0.139103292,5678.245561 +101,-1.528878341,0.7230370244,351,-0.021111158,0.139103292,5671.4966021 +102,-1.539218189,0.7214009878,351,-0.021111158,0.139103292,5702.5917862 +103,-1.537198791,0.7214422745,351,-0.021111158,0.139103292,5696.5889037 +104,-1.535179266,0.7214634354,351,-0.021111158,0.139103292,5690.590922 +105,-1.533156501,0.7214944644,351,-0.021111158,0.139103292,5684.5804217 +106,-1.53113574,0.7215166021,351,-0.021111158,0.139103292,5678.5779525 +107,-1.528874248,0.7215345535,351,-0.021111158,0.139103292,5671.8617938 +108,-1.539217656,0.7198512397,351,-0.021111158,0.139103292,5703.0221856 +109,-1.537199919,0.7199428763,351,-0.021111158,0.139103292,5697.0023402 +110,-1.545425832,0.727397149,351,-0.021111158,0.139103292,5719.2504304 +111,-1.543371177,0.7273916949,351,-0.021111158,0.139103292,5713.1894558 +112,-1.541368852,0.7274523163,351,-0.021111158,0.139103292,5707.2637101 +113,-1.545349067,0.7258710923,351,-0.021111158,0.139103292,5719.4688439 +114,-1.54332671,0.7258603556,351,-0.021111158,0.139103292,5713.4966569 +115,-1.541346831,0.7259242142,351,-0.021111158,0.139103292,5707.6283084 +116,-1.545324355,0.7243383958,351,-0.021111158,0.139103292,5719.8437592 +117,-1.543292796,0.7243617413,351,-0.021111158,0.139103292,5713.826517 +118,-1.541295822,0.7244024384,351,-0.021111158,0.139103292,5707.9063763 +119,-1.543193859,0.7205570215,351,-0.021111158,0.139103292,5714.629814 +120,-1.550257047,0.7386738187,351,-0.021111158,0.139103292,5730.1071618 +121,-1.549335448,0.7311736483,351,-0.021111158,0.139103292,5729.6494134 +122,-1.533478843,0.7179891343,351,-0.021111158,0.139103292,5686.4637935 +123,-1.556150555,0.738907041,351,-0.021111158,0.139103292,5747.2421316 +124,-1.554324226,0.733414257,351,-0.021111158,0.139103292,5743.6155881 +125,-1.554290846,0.7288285332,351,-0.021111158,0.139103292,5744.9512365 +126,-1.55122487,0.7219795312,351,-0.021111158,0.139103292,5738.0251749 +127,-1.525104458,0.7229399862,351,-0.021111158,0.139103292,5660.3333309 +128,-1.519607711,0.7236181429,351,-0.021111158,0.139103292,5643.881677 +129,-1.513899999,0.7251107854,351,-0.021111158,0.139103292,5626.6495007 +130,-1.536620762,0.7431061895,351,-0.021111158,0.139103292,5689.11394 +131,-1.5369566,0.7460845958,351,-0.021111158,0.139103292,5689.3163651 +132,-1.545345528,0.7447040685,351,-0.021111158,0.139103292,5714.0501715 +133,-1.532813921,0.7432306626,351,-0.021111158,0.139103292,5678.0022148 +134,-1.554788248,0.7382381001,351,-0.021111158,0.139103292,5743.473316 +135,-1.540348126,0.7301594274,351,-0.021111158,0.139103292,5703.5005329 +136,-1.538016084,0.7239051786,351,-0.021111158,0.139103292,5698.3375697 +137,-1.525288962,0.7258085137,351,-0.021111158,0.139103292,5660.1899279 +138,-1.534326986,0.731241342,351,-0.021111158,0.139103292,5685.4897698 +139,-1.530733872,0.7303625216,351,-0.021111158,0.139103292,5675.1389375 +141,-1.534354939,0.7328219978,351,-0.021111158,0.139103292,5685.1609037 +142,-1.53157084,0.7292888153,351,-0.021111158,0.139103292,5677.8762586 +143,-1.525691035,0.7263799874,351,-0.021111158,0.139103292,5661.2413575 +144,-1.534031287,0.7495967835,351,-0.021111158,0.139103292,5679.9445589 +145,-1.527714986,0.7283095957,351,-0.021111158,0.139103292,5666.7499509 +146,-1.526189586,0.7271468292,351,-0.021111158,0.139103292,5662.5295887 +147,-1.555177336,0.7375563366,351,-0.021111158,0.139103292,5744.8222454 +148,-1.555080283,0.7312707794,351,-0.021111158,0.139103292,5746.5066783 +149,-1.53856994,0.7224180299,351,-0.021111158,0.139103292,5700.3873592 +150,-1.530837883,0.729933372,351,-0.021111158,0.139103292,5675.5533316 +151,-1.515066984,0.5854133365,351,-0.021111158,0.139103292,5665.6472789 +152,-1.534731633,0.5368370046,351,-0.021111158,0.139103292,5747.2795857 +153,-1.515231902,0.5607085576,351,-0.021111158,0.139103292,5673.6378514 +154,-2.616253799,1.0684566605,351,-0.021111158,0.139103292,7370.246454 +155,-1.956071439,0.5792177723,351,-0.021111158,0.139103292,7097.6861269 +156,-1.951208514,0.5602434208,351,-0.021111158,0.139103292,7105.8469359 +157,-1.944675062,0.6062144545,351,-0.021111158,0.139103292,7028.3574811 +158,-1.613778386,0.6077989518,351,-0.021111158,0.139103292,5978.5596821 +159,-2.035029014,0.6021432345,351,-0.021111158,0.139103292,7310.609936 +160,-2.114989471,0.6801825058,351,-0.021111158,0.139103292,7418.1219942 +161,-2.037382079,0.5765830025,351,-0.021111158,0.139103292,7354.8910726 +162,-2.129855121,0.6585019963,351,-0.021111158,0.139103292,7497.4318823 +163,-2.075141798,0.6493615843,351,-0.021111158,0.139103292,7357.0119517 +164,-1.828626729,0.6948433129,351,-0.021111158,0.139103292,6577.4149012 +165,-1.863329418,0.6735427691,351,-0.021111158,0.139103292,6702.5468756 +166,-1.266037071,0.727988852,351,-0.021111158,0.139103292,4894.3034991 +167,-1.277579582,0.7249010648,351,-0.021111158,0.139103292,4926.9397329 +168,-1.258418684,0.7241194816,351,-0.021111158,0.139103292,4870.1154604 +169,-1.317813974,0.6804850104,351,-0.021111158,0.139103292,5033.3268681 +170,-1.344165204,0.6790988904,351,-0.021111158,0.139103292,5114.0748258 +171,-1.427582102,0.5277120351,351,-0.021111158,0.139103292,5384.7329117 +172,-1.402238616,0.457167829,351,-0.021111158,0.139103292,5307.7841741 +173,-1.422454264,0.4996161999,351,-0.021111158,0.139103292,5371.6051111 +174,-1.439089277,0.4894859811,351,-0.021111158,0.139103292,5431.446359 +175,-1.448126995,0.5182330266,351,-0.021111158,0.139103292,5456.8559313 +176,-1.474626146,0.5881926574,351,-0.021111158,0.139103292,5531.8319191 +177,-1.421139645,0.5584869783,351,-0.021111158,0.139103292,5358.7404622 +178,-1.457037165,0.565943032,351,-0.021111158,0.139103292,5477.842058 +179,-2.757159358,0.3745319,351,-0.021111158,0.139103292,9869.9841679 +180,-2.714309238,0.342054471,351,-0.021111158,0.139103292,9857.0925354 +181,-2.000525337,0.774119946,351,-0.021111158,0.139103292,6956.6868183 +183,-1.571413436,0.6777838382,351,-0.021111158,0.139103292,5814.1918239 +184,-1.552860289,0.6987663893,351,-0.021111158,0.139103292,5750.2720094 +185,-1.521852374,0.7165827476,351,-0.021111158,0.139103292,5652.1814206 +186,-1.503656267,0.6928968252,351,-0.021111158,0.139103292,5602.5736195 +187,-1.502753178,0.7136205882,351,-0.021111158,0.139103292,5595.7745119 +188,-1.631894563,0.7343596465,351,-0.021111158,0.139103292,5970.1195675 +189,-1.653765416,0.6770714026,351,-0.021111158,0.139103292,6066.8009284 +190,-1.719812114,0.6715965947,351,-0.021111158,0.139103292,6271.8891238 +191,-1.493406659,0.6646955447,351,-0.021111158,0.139103292,5576.6686743 +192,-1.469120564,0.6613469966,351,-0.021111158,0.139103292,5501.4868132 +193,-1.590551461,0.5326612937,351,-0.021111158,0.139103292,5938.1937326 +194,-1.625979264,0.5247742243,351,-0.021111158,0.139103292,6062.3631063 +195,-1.572293943,0.5238808754,351,-0.021111158,0.139103292,5880.1438121 +196,-1.610848725,0.5477107964,351,-0.021111158,0.139103292,5999.2418148 +197,-1.208485554,0.7918526018,351,-0.021111158,0.139103292,4767.6754754 +198,-1.335601374,0.6869083083,351,-0.021111158,0.139103292,5089.3524569 +199,-1.346156996,0.6825213377,351,-0.021111158,0.139103292,5120.8264761 +200,-1.324381037,0.6741422347,351,-0.021111158,0.139103292,5052.0358274 +201,-1.242424992,0.7378949807,351,-0.021111158,0.139103292,4830.1820842 +202,-1.270370057,0.7392461008,351,-0.021111158,0.139103292,4912.0599846 +203,-1.448950472,0.7441675014,351,-0.021111158,0.139103292,5433.5776981 +204,-1.492662363,0.7523026852,351,-0.021111158,0.139103292,5559.7778541 +205,-1.479098966,0.7763855017,351,-0.021111158,0.139103292,5518.347958 +206,-1.633760714,0.7869022408,351,-0.021111158,0.139103292,5948.6553833 +207,-1.647406434,0.8101289331,351,-0.021111158,0.139103292,5973.9374702 +208,-1.564245052,0.5701509278,351,-0.021111158,0.139103292,5833.5231361 +209,-1.646289963,0.6833746083,351,-0.021111158,0.139103292,6040.4234343 +210,-1.5820631,0.6751952144,351,-0.021111158,0.139103292,5847.9401301 +211,-1.613236298,0.6681681791,351,-0.021111158,0.139103292,5947.1098201 +212,-1.914661867,0.8212566515,351,-0.021111158,0.139103292,6668.5301234 +213,-1.742133237,0.7250275956,351,-0.021111158,0.139103292,6297.1350179 +214,-2.033144872,0.6557314699,351,-0.021111158,0.139103292,7225.5507386 +215,-2.039551981,0.6964723658,351,-0.021111158,0.139103292,7181.4529489 +216,-1.247341019,0.7622473908,351,-0.021111158,0.139103292,4857.4445027 +217,-1.298239787,0.7084123392,351,-0.021111158,0.139103292,4982.1567374 +218,-1.308539688,0.6926545592,351,-0.021111158,0.139103292,5008.289721 +219,-1.303263185,0.6888938396,351,-0.021111158,0.139103292,4991.1134871 +220,-1.852400229,0.6004246149,351,-0.021111158,0.139103292,6746.7746224 +221,-1.288947707,0.7473773692,351,-0.021111158,0.139103292,4969.4361312 +222,-1.372031502,0.7472790993,351,-0.021111158,0.139103292,5210.0800854 +223,-1.289805721,0.7242157877,351,-0.021111158,0.139103292,4962.7456651 +224,-1.350807603,0.7533498126,351,-0.021111158,0.139103292,5149.9958472 +225,-1.329290365,0.7560442322,351,-0.021111158,0.139103292,5088.8197651 +226,-1.410153004,0.616936428,351,-0.021111158,0.139103292,5318.0128342 +227,-1.393445434,0.6308995063,351,-0.021111158,0.139103292,5264.1225511 +228,-1.37595573,0.6241540638,351,-0.021111158,0.139103292,5207.842755 +229,-1.358388707,0.6172645205,351,-0.021111158,0.139103292,5150.8071891 +230,-1.753741133,0.8281661666,351,-0.021111158,0.139103292,6244.742489 +231,-1.47430987,0.6834615681,351,-0.021111158,0.139103292,5514.4837724 +232,-1.421012508,0.7222725206,351,-0.021111158,0.139103292,5351.3088443 +233,-1.4476833,0.6978557868,351,-0.021111158,0.139103292,5431.7916798 +234,-1.470370723,0.6966193374,351,-0.021111158,0.139103292,5500.7757493 +235,-1.429211703,0.7037216883,351,-0.021111158,0.139103292,5375.6725838 +236,-1.700578405,0.6178673663,351,-0.021111158,0.139103292,6250.5567948 +237,-1.678117619,0.6331716163,351,-0.021111158,0.139103292,6169.2387177 +238,-1.725644578,0.6316331145,351,-0.021111158,0.139103292,6319.781643 +239,-2.14012759,0.7930497945,351,-0.021111158,0.139103292,7277.5773639 +240,-2.103289431,0.7653606263,351,-0.021111158,0.139103292,7236.8748507 +241,-1.318739838,0.7017808746,351,-0.021111158,0.139103292,5041.77288 +242,-1.396417427,0.7077900843,351,-0.021111158,0.139103292,5276.9578207 +243,-1.35650337,0.7185539404,351,-0.021111158,0.139103292,5158.949457 +244,-1.248884539,0.7274156818,351,-0.021111158,0.139103292,4843.6644218 +245,-1.395014798,0.5761185243,351,-0.021111158,0.139103292,5270.0828268 +246,-1.433377362,0.6064716109,351,-0.021111158,0.139103292,5394.0411437 +247,-1.408172432,0.5903155476,351,-0.021111158,0.139103292,5312.8537106 +248,-1.749645898,0.7757118084,351,-0.021111158,0.139103292,6277.2757725 +249,-1.571626686,0.615046989,351,-0.021111158,0.139103292,5839.4632087 +250,-1.514070049,0.6303003037,351,-0.021111158,0.139103292,5649.8211711 +251,-1.480890369,0.6237966528,351,-0.021111158,0.139103292,5545.0803325 +252,-1.704390658,0.5281680612,351,-0.021111158,0.139103292,6325.4708665 +253,-1.64434733,0.5254277498,351,-0.021111158,0.139103292,6124.316705 +254,-1.703855997,0.4792484842,351,-0.021111158,0.139103292,6357.5599647 +255,-1.692002383,0.5748825051,351,-0.021111158,0.139103292,6252.2783848 +256,-1.854136457,0.5544643913,351,-0.021111158,0.139103292,6799.3703157 +257,-1.665021206,0.520317736,351,-0.021111158,0.139103292,6197.5085515 +258,-1.733654349,0.4845187345,351,-0.021111158,0.139103292,6456.6376137 +259,-1.720938188,0.5135933906,351,-0.021111158,0.139103292,6391.7723498 +260,-1.742668307,0.553296122,351,-0.021111158,0.139103292,6434.671835 +261,-1.965659039,0.7142126903,351,-0.021111158,0.139103292,6948.4531157 +262,-1.944438071,0.6772834804,351,-0.021111158,0.139103292,6937.0929627 +263,-1.270340967,0.7681487096,351,-0.021111158,0.139103292,4925.6562674 +264,-1.353091884,0.6549276821,351,-0.021111158,0.139103292,5137.9841317 +265,-1.333236659,0.6413584414,351,-0.021111158,0.139103292,5073.2829756 +266,-1.352015998,0.6753788907,351,-0.021111158,0.139103292,5137.6462821 +267,-1.377988483,0.6577816235,351,-0.021111158,0.139103292,5216.3828281 +268,-2.13075611,0.8318642051,351,-0.021111158,0.139103292,7181.0140171 +269,-2.097910953,0.8259670014,351,-0.021111158,0.139103292,7114.4603251 +270,-1.416382069,0.6694271549,351,-0.021111158,0.139103292,5336.5947165 +271,-1.538905672,0.7535625993,351,-0.021111158,0.139103292,5693.0094747 +272,-1.572309477,0.7803125099,351,-0.021111158,0.139103292,5780.0027312 +273,-1.87759879,0.7503853417,351,-0.021111158,0.139103292,6656.8768308 +274,1.152365588,0.590457682,351,-0.021111158,0.139103292,4611.2359948 +275,0.350198001,0.718001859,351,-0.021111158,0.139103292,2638.4152809 +276,0.046513677,0.491503852,351,-0.021111158,0.139103292,1418.5838076 +277,0.027510309,0.742571376,351,-0.021111158,0.139103292,2396.3487498 +278,0.306285725,-0.214631579,351,-0.021111158,0.139103292,1903.9090611 +279,-1.100564889,0.318051531,351,-0.021111158,0.139103292,4206.3473559 +280,-1.078582306,0.301437596,351,-0.021111158,0.139103292,4122.4237996 +281,-1.137371989,-0.617634065,351,-0.021111158,0.139103292,5121.815762 +282,0.784356344,0.703272339,351,-0.021111158,0.139103292,3608.4189676 +283,-1.221209947,0.218327455,351,-0.021111158,0.139103292,4676.7333569 +284,2.347301921,-0.449114658,351,-0.021111158,0.139103292,9286.0238999 +285,0.246820618,0.830553713,351,-0.021111158,0.139103292,2883.7085853 +286,0.829414965,0.703288228,351,-0.021111158,0.139103292,3732.6243613 +287,-1.337537566,0.42332223,351,-0.021111158,0.139103292,5080.6162149 +288,0.882453706,0.454478077,351,-0.021111158,0.139103292,3615.784076 +289,1.575629659,0.416419109,351,-0.021111158,0.139103292,6092.8170544 +290,-1.039455679,0.229888244,351,-0.021111158,0.139103292,3973.568398 +291,0.489558039,0.934482747,351,-0.021111158,0.139103292,3548.0718013 +292,0.081344504,0.88384514,351,-0.021111158,0.139103292,2969.1196404 +293,-1.547979814,0.300350308,351,-0.021111158,0.139103292,5894.5144712 +294,0.040776181,0.168560074,351,-0.021111158,0.139103292,268.867141 +295,-1.130374745,0.563894876,351,-0.021111158,0.139103292,4387.0284489 +296,1.578326642,0.478507176,351,-0.021111158,0.139103292,6068.7187444 +297,-1.12861823,-0.291640865,351,-0.021111158,0.139103292,4660.706086 +298,0.310524208,0.770885792,351,-0.021111158,0.139103292,2751.5624793 +299,0.415649091,-0.387246002,351,-0.021111158,0.139103292,2687.2269979 +300,-0.926533878,-0.188022748,351,-0.021111158,0.139103292,3796.8629267 +301,1.258856172,-0.11716081,351,-0.021111158,0.139103292,5156.1908763 +302,-1.126050026,0.322941926,351,-0.021111158,0.139103292,4302.4106618 +303,2.002785835,0.07893892,351,-0.021111158,0.139103292,7944.2284387 +304,0.440437607,0.746258085,351,-0.021111158,0.139103292,2891.4417189 +305,-0.030391866,0.214441206,351,-0.021111158,0.139103292,300.59856465 +306,0.521557815,-0.058929362,351,-0.021111158,0.139103292,2283.1674896 +307,-0.097005111,0.13317729,351,-0.021111158,0.139103292,298.75618052 +308,1.83113859,0.221857587,351,-0.021111158,0.139103292,7173.0326537 +309,0.222428864,0.099404236,351,-0.021111158,0.139103292,970.53484753 +310,-1.702731345,0.8728568183,351,-0.021111158,0.139103292,6079.9099993 +311,-0.418507569,0.278324921,351,-0.021111158,0.139103292,1633.939085 +312,-1.41153306,0.339029988,351,-0.021111158,0.139103292,5369.0222523 +313,0.357560442,0.114788776,351,-0.021111158,0.139103292,1490.7797821 +314,0.325818979,0.268352149,351,-0.021111158,0.139103292,1438.6079299 +315,-1.246004659,-0.663679965,351,-0.021111158,0.139103292,5508.7292469 +316,1.814603087,0.637404484,351,-0.021111158,0.139103292,6721.8219162 +317,1.843704281,-0.18300445,351,-0.021111158,0.139103292,7459.7533133 +318,1.690644492,-0.211480909,351,-0.021111158,0.139103292,6879.0578522 +319,-1.275451936,0.068109467,351,-0.021111158,0.139103292,4944.5965291 +320,0.762430171,-0.207594741,351,-0.021111158,0.139103292,3377.6368474 +321,0.265668905,-0.014647884,351,-0.021111158,0.139103292,1285.9435059 +322,-2.773032013,-0.335515811,351,-0.021111158,0.139103292,10756.890419 +323,-1.469512853,0.174058777,351,-0.021111158,0.139103292,5653.170639 +324,0.286276986,0.785925691,351,-0.021111158,0.139103292,2770.5230386 +325,-1.379324697,0.377432233,351,-0.021111158,0.139103292,5240.1114876 +326,-1.203778265,0.212813032,351,-0.021111158,0.139103292,4610.7644595 +327,0.579916301,0.611743168,351,-0.021111158,0.139103292,2872.967294 +328,0.267582642,0.868113908,351,-0.021111158,0.139103292,3041.786204 +329,0.412869244,-0.050245578,351,-0.021111158,0.139103292,1871.5356377 +330,0.17524381,0.976660285,351,-0.021111158,0.139103292,3373.9941606 +331,0.743157214,0.204812899,351,-0.021111158,0.139103292,2991.1202966 +332,-1.070758176,0.269382282,351,-0.021111158,0.139103292,4091.9791232 +333,-1.230364251,0.329790229,351,-0.021111158,0.139103292,4693.6589804 +334,-1.374813124,-0.024926835,351,-0.021111158,0.139103292,5384.7249084 +335,0.519780566,0.463669906,351,-0.021111158,0.139103292,2404.4575561 +336,-1.55108034,0.239698561,351,-0.021111158,0.139103292,5935.7546572 +337,0.180294813,0.029739425,351,-0.021111158,0.139103292,904.9336922 +338,0.67820924,0.268170153,351,-0.021111158,0.139103292,2756.0835032 +339,0.445798684,1.024001867,351,-0.021111158,0.139103292,3779.6340764 +340,0.691751283,0.150521402,351,-0.021111158,0.139103292,2793.1465371 +341,-1.036643551,-0.903056181,351,-0.021111158,0.139103292,5366.0379612 +342,-0.120287036,1.083325163,351,-0.021111158,0.139103292,3751.1975194 +343,2.823513113,-0.304487164,351,-0.021111158,0.139103292,11124.037262 +344,0.457583172,1.12513373,351,-0.021111158,0.139103292,4129.5369527 +345,0.042918831,0.813795399,351,-0.021111158,0.139103292,2681.2806969 +346,1.196146777,-0.853142756,351,-0.021111158,0.139103292,5741.3650661 +347,0.206001358,-0.010430701,351,-0.021111158,0.139103292,1074.8066634 +348,-0.268308653,0.234799412,351,-0.021111158,0.139103292,1033.6087069 +349,0.759363263,0.736189579,351,-0.021111158,0.139103292,3600.3269742 +350,0.181363926,0.891988372,351,-0.021111158,0.139103292,3055.0515911 +351,-0.021111158,0.139103292,351,-0.021111158,0.139103292,0 +352,-0.093355215,0.630686981,351,-0.021111158,0.139103292,1964.5987291 +353,0.40118964,0.681375926,351,-0.021111158,0.139103292,2620.9075892 +354,-0.721197315,1.304706234,351,-0.021111158,0.139103292,4877.4743446 +355,-1.076150317,0.212107639,351,-0.021111158,0.139103292,4117.3577386 +356,-1.577164531,0.273993443,351,-0.021111158,0.139103292,6017.5551361 +357,-0.190788414,0.182208586,351,-0.021111158,0.139103292,684.98167369 +358,-0.261349752,0.209710184,351,-0.021111158,0.139103292,977.72127156 +359,-1.029303852,0.083549259,351,-0.021111158,0.139103292,3971.9848132 +360,-1.268609162,0.330525297,351,-0.021111158,0.139103292,4836.8467433 +361,1.282982244,-0.926641967,351,-0.021111158,0.139103292,6040.166926 +362,0.217352334,0.731352408,351,-0.021111158,0.139103292,2490.0340279 +363,-1.511833084,0.258629297,351,-0.021111158,0.139103292,5777.1863293 +364,0.338812194,0.823184618,351,-0.021111158,0.139103292,2969.7784758 +365,-0.324406489,1.134201999,351,-0.021111158,0.139103292,4031.1939474 +366,1.389579348,0.399185724,351,-0.021111158,0.139103292,5426.9305899 +367,2.047152199,-0.039082036,351,-0.021111158,0.139103292,8194.4073583 +368,0.947780369,0.568250077,351,-0.021111158,0.139103292,3928.2631492 +369,0.763824846,0.576754987,351,-0.021111158,0.139103292,3351.5598238 +370,-0.142334657,0.928153068,351,-0.021111158,0.139103292,3149.6629949 +371,0.610266567,0.547265983,351,-0.021111158,0.139103292,2833.8072863 +372,0.210731629,0.746815056,351,-0.021111158,0.139103292,2538.9107344 +373,-1.34931644,0.316895224,351,-0.021111158,0.139103292,5142.0577663 +374,2.407696481,0.655030745,351,-0.021111158,0.139103292,8340.4076861 +375,0.64207831,0.545359131,351,-0.021111158,0.139103292,2927.2067989 +376,1.174597538,0.840588356,351,-0.021111158,0.139103292,4825.3990303 +377,0.660059424,0.010604079,351,-0.021111158,0.139103292,2736.1161212 +378,-0.730263819,0.010486456,351,-0.021111158,0.139103292,2844.762397 +379,0.831068936,0.512339172,351,-0.021111158,0.139103292,3490.3548819 +380,1.301180979,0.72367476,351,-0.021111158,0.139103292,5121.1415457 +381,1.811128231,0.322854402,351,-0.021111158,0.139103292,7014.4944804 +382,0.435105812,0.992284428,351,-0.021111158,0.139103292,3662.0698326 +383,0.62643634,0.592027932,351,-0.021111158,0.139103292,2964.2205671 +384,0.492988703,-0.516339467,351,-0.021111158,0.139103292,3252.1874302 +385,-0.162469483,0.112549365,351,-0.021111158,0.139103292,565.33977582 +386,0.314630866,0.472006421,351,-0.021111158,0.139103292,1823.8742678 +387,0.166744804,0.822815954,351,-0.021111158,0.139103292,2781.6639259 +388,0.417159608,0.965805736,351,-0.021111158,0.139103292,3552.4453096 +389,0.106334961,0.868774244,351,-0.021111158,0.139103292,2920.9129086 +390,0.815086969,-0.338144359,351,-0.021111158,0.139103292,3770.0364805 +391,0.59867455,-0.230624824,351,-0.021111158,0.139103292,2844.1237399 +392,1.915104874,0.066220985,351,-0.021111158,0.139103292,7612.6647799 +393,1.278093622,0.064463721,351,-0.021111158,0.139103292,5122.3274528 +394,-0.061477853,0.302997961,351,-0.021111158,0.139103292,667.62050959 +395,0.251311504,0.626976942,351,-0.021111158,0.139103292,2169.2000149 +396,2.950242872,0.149095644,351,-0.021111158,0.139103292,11119.202742 +397,-0.180294708,0.35375117,351,-0.021111158,0.139103292,1046.4327486 +398,1.010448592,-0.351180233,351,-0.021111158,0.139103292,4462.2246779 +399,-1.748740498,0.3686318073,351,-0.021111158,0.139103292,6596.1134203 +400,2.699635665,0.123533791,351,-0.021111158,0.139103292,10483.028746 +401,0.496808033,0.823843254,351,-0.021111158,0.139103292,3225.6422881 +402,0.129574704,0.763364087,351,-0.021111158,0.139103292,2527.1268736 +403,1.798920311,0.817447563,351,-0.021111158,0.139103292,6483.4337954 +404,0.335987953,0.746786541,351,-0.021111158,0.139103292,2708.8715173 +405,-1.085413643,0.292154671,351,-0.021111158,0.139103292,4147.9245898 +406,-0.155321003,0.508207011,351,-0.021111158,0.139103292,1545.1881794 +407,0.620529244,-0.301175104,351,-0.021111158,0.139103292,3057.7907328 +408,1.684402744,0.368716966,351,-0.021111158,0.139103292,6515.7013911 +409,0.300582244,-0.386397212,351,-0.021111158,0.139103292,2427.4754046 +410,2.913555946,-0.009225192,351,-0.021111158,0.139103292,11478.552963 +411,1.465101417,0.493232532,351,-0.021111158,0.139103292,5668.1799603 +412,0.090612882,0.907955955,351,-0.021111158,0.139103292,3067.0093324 +413,2.987564726,-0.729568594,351,-0.021111158,0.139103292,10059.083416 +414,-1.484261606,0.224149272,351,-0.021111158,0.139103292,5687.3167363 +415,0.164073421,0.303955133,351,-0.021111158,0.139103292,968.0092369 +416,0.141441293,0.167552546,351,-0.021111158,0.139103292,646.17884596 +417,2.931321023,-0.506718887,351,-0.021111158,0.139103292,10826.016893 +418,2.21951565,0.700596356,351,-0.021111158,0.139103292,7768.6667504 +419,0.268112576,1.199114336,351,-0.021111158,0.139103292,4266.215457 +420,0.978913739,0.359223811,351,-0.021111158,0.139103292,3916.8228521 +421,1.210898818,0.522863584,351,-0.021111158,0.139103292,4786.9750825 +422,2.347397336,0.129231362,351,-0.021111158,0.139103292,9211.2731741 +423,0.614394501,0.556878345,351,-0.021111158,0.139103292,2863.5669032 +424,-1.398079356,0.148483366,351,-0.021111158,0.139103292,5387.2395805 +425,2.535303836,-0.112984496,351,-0.021111158,0.139103292,10142.626412 +426,-1.019372593,-0.405322349,351,-0.021111158,0.139103292,4424.4170107 +427,-1.297785627,-0.160104069,351,-0.021111158,0.139103292,5174.6653352 +428,2.144554488,0.205051084,351,-0.021111158,0.139103292,8365.4481501 +429,-2.242387083,-0.426171285,351,-0.021111158,0.139103292,8787.6702435 +430,0.338637212,0.909723676,351,-0.021111158,0.139103292,3267.8320123 +431,-0.148798452,0.691042401,351,-0.021111158,0.139103292,2232.7210436 +432,0.893524764,0.441829531,351,-0.021111158,0.139103292,3645.9386274 +433,0.969229347,-0.368847936,351,-0.021111158,0.139103292,4343.7845909 +434,0.436043248,0.800045688,351,-0.021111158,0.139103292,3046.244111 +435,1.687946607,1.081504775,351,-0.021111158,0.139103292,5991.1219367 +436,0.522302046,-0.034889271,351,-0.021111158,0.139103292,2254.6297439 +437,-0.178996113,-0.438090009,351,-0.021111158,0.139103292,2366.0054134 +438,-1.094339566,0.301444068,351,-0.021111158,0.139103292,4182.0203139 +439,-1.064070054,0.242569932,351,-0.021111158,0.139103292,4067.4167735 +440,-1.068153768,0.230387998,351,-0.021111158,0.139103292,4084.1713906 +441,-3.00496892,-0.23989155,351,-0.021111158,0.139103292,11712.065821 +442,0.21751974,0.766874888,351,-0.021111158,0.139103292,2619.8246148 +443,0.117229532,0.007619006,351,-0.021111158,0.139103292,754.62404534 +444,0.777758451,0.420554741,351,-0.021111158,0.139103292,3220.9869634 +445,-0.252356999,0.250747086,351,-0.021111158,0.139103292,1000.9998373 +446,0.363148444,0.768483434,351,-0.021111158,0.139103292,2823.7912806 +447,0.903191366,-0.118210676,351,-0.021111158,0.139103292,3790.2790616 +448,-0.205755923,0.149406178,351,-0.021111158,0.139103292,724.90623352 +449,1.811996086,0.02364353,351,-0.021111158,0.139103292,7236.9459639 +450,-1.100670221,0.314845373,351,-0.021111158,0.139103292,4206.5457337 +451,0.340078597,0.850105132,351,-0.021111158,0.139103292,3063.4311024 +452,0.258757267,0.804969236,351,-0.021111158,0.139103292,2804.3268277 +453,2.78505352,-0.155160804,351,-0.021111158,0.139103292,11128.184011 +454,0.800551619,0.105822106,351,-0.021111158,0.139103292,3231.3117934 +455,0.437940882,-0.506194031,351,-0.021111158,0.139103292,3098.9314231 +456,2.230431122,0.63458615,351,-0.021111158,0.139103292,7937.7018006 +457,0.527965361,0.127667701,351,-0.021111158,0.139103292,2155.5432864 +458,-0.063643205,0.702093448,351,-0.021111158,0.139103292,2235.0736786 +459,1.408447268,0.133010502,351,-0.021111158,0.139103292,5599.2045298 +460,0.523795955,0.280266966,351,-0.021111158,0.139103292,2180.8299651 +461,-0.975769313,0.072177659,351,-0.021111158,0.139103292,3767.1765181 +462,0.549774164,-0.463663986,351,-0.021111158,0.139103292,3242.1420661 +463,0.29245874,1.095549818,351,-0.021111158,0.139103292,3894.6002189 +464,0.143625958,0.816809593,351,-0.021111158,0.139103292,2741.8606688 +465,0.671902494,0.611159853,351,-0.021111158,0.139103292,3130.8905041 +466,1.239840988,0.6724199,351,-0.021111158,0.139103292,4920.843287 +467,0.607829703,-0.10932137,351,-0.021111158,0.139103292,2672.2510519 +468,1.763020906,0.263996692,351,-0.021111158,0.139103292,6883.4362297 +469,0.378714634,0.726066797,351,-0.021111158,0.139103292,2714.5514308 +470,2.196736143,-0.153862366,351,-0.021111158,0.139103292,8826.6326489 +471,0.01702415,0.148991565,351,-0.021111158,0.139103292,154.53462851 +472,-2.998490902,-0.158002487,351,-0.021111158,0.139103292,11796.249811 +473,-3.051262951,-0.346595608,351,-0.021111158,0.139103292,11517.4189 +474,-1.069176439,0.182802941,351,-0.021111158,0.139103292,4095.6374136 +475,0.167157509,0.595344954,351,-0.021111158,0.139103292,1933.3611161 +476,0.613855648,0.681746124,351,-0.021111158,0.139103292,3114.5422956 +477,1.037012736,0.682555367,351,-0.021111158,0.139103292,4308.9304262 +478,-1.253574971,0.379755746,351,-0.021111158,0.139103292,4777.2657098 +479,3.108590453,-0.132620738,351,-0.021111158,0.139103292,12390.584331 +480,0.565301296,0.022333262,351,-0.021111158,0.139103292,2359.4229456 +481,0.547898238,0.855555614,351,-0.021111158,0.139103292,3409.7516433 +482,0.948309381,0.417393755,351,-0.021111158,0.139103292,3827.1821659 +483,-0.050600732,0.945269213,351,-0.021111158,0.139103292,3194.6068365 +484,-0.977651478,-0.572363064,351,-0.021111158,0.139103292,4571.5028721 +485,1.102014914,0.728861163,351,-0.021111158,0.139103292,4539.3813459 +486,2.927300795,-0.282939414,351,-0.021111158,0.139103292,11504.03609 +487,-1.154565557,0.124434095,351,-0.021111158,0.139103292,4446.3233923 +488,1.855331234,0.291044755,351,-0.021111158,0.139103292,7205.1389238 +489,0.830290659,0.276904518,351,-0.021111158,0.139103292,3337.0773507 +490,0.485104466,-0.234867441,351,-0.021111158,0.139103292,2481.521667 +491,0.521367572,-0.33161327,351,-0.021111158,0.139103292,2821.7379627 +1,-1.539031704,0.7349710123,352,-0.093355215,0.630686981,4282.9431939 +2,-1.536990553,0.7349663874,352,-0.093355215,0.630686981,4277.5038768 +3,-1.534951779,0.7349571355,352,-0.093355215,0.630686981,4272.0759377 +4,-1.532906461,0.7349480293,352,-0.093355215,0.630686981,4266.6276354 +5,-1.531320211,0.7346937278,352,-0.093355215,0.630686981,4262.8074099 +6,-1.539451648,0.7335131775,352,-0.093355215,0.630686981,4286.4865981 +7,-1.537429487,0.7335445708,352,-0.093355215,0.630686981,4281.0333895 +8,-1.535484998,0.7335658704,352,-0.093355215,0.630686981,4275.8021857 +9,-1.533488396,0.7336036027,352,-0.093355215,0.630686981,4270.4022907 +10,-1.531497785,0.7335842962,352,-0.093355215,0.630686981,4265.1102833 +11,-1.530259379,0.7334777758,352,-0.093355215,0.630686981,4261.9723264 +12,-1.5335454,0.7322346912,352,-0.093355215,0.630686981,4272.8185025 +13,-1.531489083,0.7322238773,352,-0.093355215,0.630686981,4267.3317262 +14,-1.530011122,0.7321679851,352,-0.093355215,0.630686981,4263.4658223 +15,-1.53348106,0.7306614094,352,-0.093355215,0.630686981,4275.2519419 +16,-1.531441779,0.7306962275,352,-0.093355215,0.630686981,4269.7294718 +17,-1.529755654,0.7306933243,352,-0.093355215,0.630686981,4265.2139396 +18,-1.533415048,0.7291384674,352,-0.093355215,0.630686981,4277.6012885 +19,-1.531392093,0.7291705353,352,-0.093355215,0.630686981,4272.1214235 +20,-1.529296523,0.7291214933,352,-0.093355215,0.630686981,4266.5783916 +21,-1.535280942,0.727267644,352,-0.093355215,0.630686981,4285.719518 +22,-1.533378158,0.7276139666,352,-0.093355215,0.630686981,4280.0350937 +23,-1.531340368,0.7276446587,352,-0.093355215,0.630686981,4274.5120102 +24,-1.528960113,0.7276398177,352,-0.093355215,0.630686981,4268.1251072 +25,-1.533313146,0.7260818349,352,-0.093355215,0.630686981,4282.4098778 +26,-1.531259555,0.7260958115,352,-0.093355215,0.630686981,4276.8663401 +27,-1.528926415,0.7260865555,352,-0.093355215,0.630686981,4270.6068098 +28,-1.531226779,0.7245511789,352,-0.093355215,0.630686981,4279.3466889 +29,-1.528904772,0.7245519194,352,-0.093355215,0.630686981,4273.0940999 +30,-1.547195875,0.7409785979,352,-0.093355215,0.630686981,4294.6728392 +31,-1.5451475,0.740980426,352,-0.093355215,0.630686981,4289.2364531 +32,-1.543097679,0.7409798872,352,-0.093355215,0.630686981,4283.7975386 +33,-1.540720364,0.7409892687,352,-0.093355215,0.630686981,4277.4698353 +34,-1.547188511,0.7395198392,352,-0.093355215,0.630686981,4297.0833415 +35,-1.545148587,0.7395226109,352,-0.093355215,0.630686981,4291.6623352 +36,-1.543104538,0.7395314908,352,-0.093355215,0.630686981,4286.2176492 +37,-1.540727751,0.7395306258,352,-0.093355215,0.630686981,4279.9019799 +38,-1.547187029,0.7380014886,352,-0.093355215,0.630686981,4299.612596 +39,-1.545147315,0.7380012252,352,-0.093355215,0.630686981,4294.1915318 +40,-1.54310719,0.7380060743,352,-0.093355215,0.630686981,4288.7582685 +41,-1.540719671,0.7380068206,352,-0.093355215,0.630686981,4282.4047395 +42,-1.547187189,0.7364799098,352,-0.093355215,0.630686981,4302.1555664 +43,-1.545149996,0.7364853874,352,-0.093355215,0.630686981,4296.7259743 +44,-1.543106091,0.7364823484,352,-0.093355215,0.630686981,4291.2901305 +45,-1.540717158,0.7364893901,352,-0.093355215,0.630686981,4284.9157426 +46,-1.538663972,0.7410138672,352,-0.093355215,0.630686981,4271.9663858 +47,-1.53695285,0.7409699132,352,-0.093355215,0.630686981,4267.4911307 +48,-1.534910498,0.7409641297,352,-0.093355215,0.630686981,4262.0701992 +49,-1.533145034,0.7409536636,352,-0.093355215,0.630686981,4257.3910451 +50,-1.538681336,0.7395405883,352,-0.093355215,0.630686981,4274.4436774 +51,-1.536999189,0.7395183096,352,-0.093355215,0.630686981,4270.0053016 +52,-1.534923633,0.7395144222,352,-0.093355215,0.630686981,4264.4874874 +53,-1.533267822,0.7395654306,352,-0.093355215,0.630686981,4259.9948006 +54,-1.53867273,0.7380151077,352,-0.093355215,0.630686981,4276.9420654 +55,-1.536980576,0.7379994392,352,-0.093355215,0.630686981,4272.4614747 +56,-1.534931522,0.7379944961,352,-0.093355215,0.630686981,4267.0102442 +57,-1.533387952,0.7379480264,352,-0.093355215,0.630686981,4262.9723442 +58,-1.538682279,0.7364914363,352,-0.093355215,0.630686981,4279.489868 +59,-1.536980704,0.7364810563,352,-0.093355215,0.630686981,4274.9707584 +60,-1.534935567,0.7364752065,352,-0.093355215,0.630686981,4269.5258125 +61,-1.533042592,0.7363876366,352,-0.093355215,0.630686981,4264.6189141 +62,-1.545143426,0.7349628011,352,-0.093355215,0.630686981,4299.25102 +63,-1.543105297,0.7349691947,352,-0.093355215,0.630686981,4293.809186 +64,-1.541064533,0.7349647152,352,-0.093355215,0.630686981,4288.3758634 +65,-1.545411803,0.7334624714,352,-0.093355215,0.630686981,4302.4759825 +66,-1.543446606,0.7334780896,352,-0.093355215,0.630686981,4297.2080935 +67,-1.541475327,0.7334957295,352,-0.093355215,0.630686981,4291.9182994 +68,-1.545401939,0.731963266,352,-0.093355215,0.630686981,4304.9616121 +69,-1.54342253,0.7319915583,352,-0.093355215,0.630686981,4299.6291867 +70,-1.541455867,0.7320216438,352,-0.093355215,0.630686981,4294.3255726 +71,-1.545410146,0.7304422281,352,-0.093355215,0.630686981,4307.5359828 +72,-1.543435491,0.7304713664,352,-0.093355215,0.630686981,4302.2093596 +73,-1.541463105,0.7304997613,352,-0.093355215,0.630686981,4296.8878173 +74,-1.545414768,0.7289194936,352,-0.093355215,0.630686981,4310.1076045 +75,-1.543435774,0.7289538557,352,-0.093355215,0.630686981,4304.7551321 +76,-1.541457714,0.7289765881,352,-0.093355215,0.630686981,4299.4224318 +77,-1.539449415,0.7320555866,352,-0.093355215,0.630686981,4288.9069825 +78,-1.537429183,0.7321097681,352,-0.093355215,0.630686981,4283.4156434 +79,-1.535472649,0.7321497267,352,-0.093355215,0.630686981,4278.1161687 +80,-1.539457899,0.7305333307,352,-0.093355215,0.630686981,4291.4675979 +81,-1.537453161,0.7305750503,352,-0.093355215,0.630686981,4286.0328037 +82,-1.535479385,0.7306124949,352,-0.093355215,0.630686981,4280.6858368 +83,-1.53946905,0.7290102593,352,-0.093355215,0.630686981,4294.0407666 +84,-1.537459922,0.7290417293,352,-0.093355215,0.630686981,4288.6057162 +85,-1.535451349,0.7290890157,352,-0.093355215,0.630686981,4283.1435608 +86,-1.535522937,0.7279887191,352,-0.093355215,0.630686981,4285.1673778 +87,-1.539442524,0.7274735939,352,-0.093355215,0.630686981,4296.5397284 +88,-1.537424111,0.727521351,352,-0.093355215,0.630686981,4291.0469257 +89,-1.539384641,0.7259505092,352,-0.093355215,0.630686981,4298.9356777 +90,-1.537372391,0.7259947145,352,-0.093355215,0.630686981,4293.4596789 +91,-1.535340789,0.7260435356,352,-0.093355215,0.630686981,4287.9217966 +92,-1.539325716,0.7244369706,352,-0.093355215,0.630686981,4301.3164626 +93,-1.537308932,0.7244801057,352,-0.093355215,0.630686981,4295.8244651 +94,-1.535289068,0.7245247645,352,-0.093355215,0.630686981,4290.319423 +95,-1.533261366,0.7245550236,352,-0.093355215,0.630686981,4284.8151034 +96,-1.539267302,0.722921924,352,-0.093355215,0.630686981,4303.7047613 +97,-1.537248972,0.7229660258,352,-0.093355215,0.630686981,4298.2013782 +98,-1.535219431,0.7229916471,352,-0.093355215,0.630686981,4292.6965367 +99,-1.53318962,0.7230212049,352,-0.093355215,0.630686981,4287.1820285 +100,-1.531154816,0.7230299897,352,-0.093355215,0.630686981,4281.6863567 +101,-1.528878341,0.7230370244,352,-0.093355215,0.630686981,4275.5396626 +102,-1.539218189,0.7214009878,352,-0.093355215,0.630686981,4306.1316229 +103,-1.537198791,0.7214422745,352,-0.093355215,0.630686981,4300.6244848 +104,-1.535179266,0.7214634354,352,-0.093355215,0.630686981,4295.1485101 +105,-1.533156501,0.7214944644,352,-0.093355215,0.630686981,4289.6449192 +106,-1.53113574,0.7215166021,352,-0.093355215,0.630686981,4284.1592667 +107,-1.528874248,0.7215345535,352,-0.093355215,0.630686981,4278.0286789 +108,-1.539217656,0.7198512397,352,-0.093355215,0.630686981,4308.7416627 +109,-1.537199919,0.7199428763,352,-0.093355215,0.630686981,4303.1486468 +110,-1.545425832,0.727397149,352,-0.093355215,0.630686981,4312.6997928 +111,-1.543371177,0.7273916949,352,-0.093355215,0.630686981,4307.2060929 +112,-1.541368852,0.7274523163,352,-0.093355215,0.630686981,4301.7391382 +113,-1.545349067,0.7258710923,352,-0.093355215,0.630686981,4315.0668222 +114,-1.54332671,0.7258603556,352,-0.093355215,0.630686981,4309.6629463 +115,-1.541346831,0.7259242142,352,-0.093355215,0.630686981,4304.2450875 +116,-1.545324355,0.7243383958,352,-0.093355215,0.630686981,4317.5882604 +117,-1.543292796,0.7243617413,352,-0.093355215,0.630686981,4312.0966995 +118,-1.541295822,0.7244024384,352,-0.093355215,0.630686981,4306.6664137 +119,-1.543193859,0.7205570215,352,-0.093355215,0.630686981,4318.2573239 +120,-1.550257047,0.7386738187,352,-0.093355215,0.630686981,4306.641728 +121,-1.549335448,0.7311736483,352,-0.093355215,0.630686981,4316.7870673 +122,-1.533478843,0.7179891343,352,-0.093355215,0.630686981,4296.3905038 +123,-1.556150555,0.738907041,352,-0.093355215,0.630686981,4321.880227 +124,-1.554324226,0.733414257,352,-0.093355215,0.630686981,4326.2992255 +125,-1.554290846,0.7288285332,352,-0.093355215,0.630686981,4333.9796938 +126,-1.55122487,0.7219795312,352,-0.093355215,0.630686981,4337.4240015 +127,-1.525104458,0.7229399862,352,-0.093355215,0.630686981,4265.522953 +128,-1.519607711,0.7236181429,352,-0.093355215,0.630686981,4249.5666973 +129,-1.513899999,0.7251107854,352,-0.093355215,0.630686981,4231.7058927 +130,-1.536620762,0.7431061895,352,-0.093355215,0.630686981,4263.097822 +131,-1.5369566,0.7460845958,352,-0.093355215,0.630686981,4259.1065692 +132,-1.545345528,0.7447040685,352,-0.093355215,0.630686981,4283.5882461 +133,-1.532813921,0.7432306626,352,-0.093355215,0.630686981,4252.7844805 +134,-1.554788248,0.7382381001,352,-0.093355215,0.630686981,4319.3950592 +135,-1.540348126,0.7301594274,352,-0.093355215,0.630686981,4294.4739254 +136,-1.538016084,0.7239051786,352,-0.093355215,0.630686981,4298.6891224 +137,-1.525288962,0.7258085137,352,-0.093355215,0.630686981,4261.276407 +138,-1.534326986,0.731241342,352,-0.093355215,0.630686981,4276.556249 +139,-1.530733872,0.7303625216,352,-0.093355215,0.630686981,4268.3834234 +141,-1.534354939,0.7328219978,352,-0.093355215,0.630686981,4274.0123706 +142,-1.53157084,0.7292888153,352,-0.093355215,0.630686981,4272.4050714 +143,-1.525691035,0.7263799874,352,-0.093355215,0.630686981,4261.4152496 +144,-1.534031287,0.7495967835,352,-0.093355215,0.630686981,4245.6368803 +145,-1.527714986,0.7283095957,352,-0.093355215,0.630686981,4263.6720689 +146,-1.526189586,0.7271468292,352,-0.093355215,0.630686981,4261.4907959 +147,-1.555177336,0.7375563366,352,-0.093355215,0.630686981,4321.5753075 +148,-1.555080283,0.7312707794,352,-0.093355215,0.630686981,4331.9412633 +149,-1.53856994,0.7224180299,352,-0.093355215,0.630686981,4302.6758888 +150,-1.530837883,0.729933372,352,-0.093355215,0.630686981,4269.3720014 +151,-1.515066984,0.5854133365,352,-0.093355215,0.630686981,4479.613847 +152,-1.534731633,0.5368370046,352,-0.093355215,0.630686981,4630.0600183 +153,-1.515231902,0.5607085576,352,-0.093355215,0.630686981,4526.5248038 +154,-2.616253799,1.0684566605,352,-0.093355215,0.630686981,5424.0456021 +155,-1.956071439,0.5792177723,352,-0.093355215,0.630686981,5712.4524681 +156,-1.951208514,0.5602434208,352,-0.093355215,0.630686981,5746.8295077 +157,-1.944675062,0.6062144545,352,-0.093355215,0.630686981,5616.5760214 +158,-1.613778386,0.6077989518,352,-0.093355215,0.630686981,4720.0831855 +159,-2.035029014,0.6021432345,352,-0.093355215,0.630686981,5853.8808251 +160,-2.114989471,0.6801825058,352,-0.093355215,0.630686981,5835.918358 +161,-2.037382079,0.5765830025,352,-0.093355215,0.630686981,5926.1156539 +162,-2.129855121,0.6585019963,352,-0.093355215,0.630686981,5928.4550301 +163,-2.075141798,0.6493615843,352,-0.093355215,0.630686981,5826.7928668 +164,-1.828626729,0.6948433129,352,-0.093355215,0.630686981,5114.3648171 +165,-1.863329418,0.6735427691,352,-0.093355215,0.630686981,5249.958058 +166,-1.266037071,0.727988852,352,-0.093355215,0.630686981,3542.134567 +167,-1.277579582,0.7249010648,352,-0.093355215,0.630686981,3578.4086202 +168,-1.258418684,0.7241194816,352,-0.093355215,0.630686981,3525.1399982 +169,-1.317813974,0.6804850104,352,-0.093355215,0.630686981,3751.1162997 +170,-1.344165204,0.6790988904,352,-0.093355215,0.630686981,3828.8770735 +171,-1.427582102,0.5277120351,352,-0.093355215,0.630686981,4326.4433755 +172,-1.402238616,0.457167829,352,-0.093355215,0.630686981,4382.1976268 +173,-1.422454264,0.4996161999,352,-0.093355215,0.630686981,4363.323526 +174,-1.439089277,0.4894859811,352,-0.093355215,0.630686981,4433.4650495 +175,-1.448126995,0.5182330266,352,-0.093355215,0.630686981,4406.3183731 +176,-1.474626146,0.5881926574,352,-0.093355215,0.630686981,4356.2807225 +177,-1.421139645,0.5584869783,352,-0.093355215,0.630686981,4251.047117 +178,-1.457037165,0.565943032,352,-0.093355215,0.630686981,4344.6865462 +179,-2.757159358,0.3745319,352,-0.093355215,0.630686981,8078.4613105 +180,-2.714309238,0.342054471,352,-0.093355215,0.630686981,8125.2028309 +181,-2.000525337,0.774119946,352,-0.093355215,0.630686981,5336.636837 +183,-1.571413436,0.6777838382,352,-0.093355215,0.630686981,4469.8796817 +184,-1.552860289,0.6987663893,352,-0.093355215,0.630686981,4381.8762022 +185,-1.521852374,0.7165827476,352,-0.093355215,0.630686981,4267.2726422 +186,-1.503656267,0.6928968252,352,-0.093355215,0.630686981,4256.9444089 +187,-1.502753178,0.7136205882,352,-0.093355215,0.630686981,4220.2092273 +188,-1.631894563,0.7343596465,352,-0.093355215,0.630686981,4529.0260584 +189,-1.653765416,0.6770714026,352,-0.093355215,0.630686981,4695.0879987 +190,-1.719812114,0.6715965947,352,-0.093355215,0.630686981,4882.4356855 +191,-1.493406659,0.6646955447,352,-0.093355215,0.630686981,4275.9799543 +192,-1.469120564,0.6613469966,352,-0.093355215,0.630686981,4213.0570908 +193,-1.590551461,0.5326612937,352,-0.093355215,0.630686981,4802.9390757 +194,-1.625979264,0.5247742243,352,-0.093355215,0.630686981,4922.8268914 +195,-1.572293943,0.5238808754,352,-0.093355215,0.630686981,4766.8642775 +196,-1.610848725,0.5477107964,352,-0.093355215,0.630686981,4831.7237588 +197,-1.208485554,0.7918526018,352,-0.093355215,0.630686981,3317.223295 +198,-1.335601374,0.6869083083,352,-0.093355215,0.630686981,3793.201972 +199,-1.346156996,0.6825213377,352,-0.093355215,0.630686981,3829.6675731 +200,-1.324381037,0.6741422347,352,-0.093355215,0.630686981,3778.9937507 +201,-1.242424992,0.7378949807,352,-0.093355215,0.630686981,3464.2674675 +202,-1.270370057,0.7392461008,352,-0.093355215,0.630686981,3541.1955724 +203,-1.448950472,0.7441675014,352,-0.093355215,0.630686981,4026.5134596 +204,-1.492662363,0.7523026852,352,-0.093355215,0.630686981,4131.5560082 +205,-1.479098966,0.7763855017,352,-0.093355215,0.630686981,4059.4392524 +206,-1.633760714,0.7869022408,352,-0.093355215,0.630686981,4439.6128216 +207,-1.647406434,0.8101289331,352,-0.093355215,0.630686981,4432.777584 +208,-1.564245052,0.5701509278,352,-0.093355215,0.630686981,4651.7558519 +209,-1.646289963,0.6833746083,352,-0.093355215,0.630686981,4662.8135218 +210,-1.5820631,0.6751952144,352,-0.093355215,0.630686981,4503.8095643 +211,-1.613236298,0.6681681791,352,-0.093355215,0.630686981,4602.2219188 +212,-1.914661867,0.8212566515,352,-0.093355215,0.630686981,5034.7055894 +213,-1.742133237,0.7250275956,352,-0.093355215,0.630686981,4831.0457107 +214,-2.033144872,0.6557314699,352,-0.093355215,0.630686981,5710.7838631 +215,-2.039551981,0.6964723658,352,-0.093355215,0.630686981,5620.9077798 +216,-1.247341019,0.7622473908,352,-0.093355215,0.630686981,3451.8838107 +217,-1.298239787,0.7084123392,352,-0.093355215,0.630686981,3657.5615833 +218,-1.308539688,0.6926545592,352,-0.093355215,0.630686981,3707.7653077 +219,-1.303263185,0.6888938396,352,-0.093355215,0.630686981,3697.6953914 +220,-1.852400229,0.6004246149,352,-0.093355215,0.630686981,5390.0603888 +221,-1.288947707,0.7473773692,352,-0.093355215,0.630686981,3583.5721101 +222,-1.372031502,0.7472790993,352,-0.093355215,0.630686981,3812.8263598 +223,-1.289805721,0.7242157877,352,-0.093355215,0.630686981,3613.7438543 +224,-1.350807603,0.7533498126,352,-0.093355215,0.630686981,3746.8500315 +225,-1.329290365,0.7560442322,352,-0.093355215,0.630686981,3684.5535249 +226,-1.410153004,0.616936428,352,-0.093355215,0.630686981,4117.2807802 +227,-1.393445434,0.6308995063,352,-0.093355215,0.630686981,4045.4497893 +228,-1.37595573,0.6241540638,352,-0.093355215,0.630686981,4005.1349531 +229,-1.358388707,0.6172645205,352,-0.093355215,0.630686981,3964.4429441 +230,-1.753741133,0.8281661666,352,-0.093355215,0.630686981,4654.0825192 +231,-1.47430987,0.6834615681,352,-0.093355215,0.630686981,4191.0161028 +232,-1.421012508,0.7222725206,352,-0.093355215,0.630686981,3982.478663 +233,-1.4476833,0.6978557868,352,-0.093355215,0.630686981,4093.5892546 +234,-1.470370723,0.6966193374,352,-0.093355215,0.630686981,4158.6551965 +235,-1.429211703,0.7037216883,352,-0.093355215,0.630686981,4033.0336225 +236,-1.700578405,0.6178673663,352,-0.093355215,0.630686981,4941.5839567 +237,-1.678117619,0.6331716163,352,-0.093355215,0.630686981,4848.4795957 +238,-1.725644578,0.6316331145,352,-0.093355215,0.630686981,4981.1910143 +239,-2.14012759,0.7930497945,352,-0.093355215,0.630686981,5583.4279429 +240,-2.103289431,0.7653606263,352,-0.093355215,0.630686981,5581.7036201 +241,-1.318739838,0.7017808746,352,-0.093355215,0.630686981,3724.6140343 +242,-1.396417427,0.7077900843,352,-0.093355215,0.630686981,3935.3903577 +243,-1.35650337,0.7185539404,352,-0.093355215,0.630686981,3808.4843579 +244,-1.248884539,0.7274156818,352,-0.093355215,0.630686981,3494.3054154 +245,-1.395014798,0.5761185243,352,-0.093355215,0.630686981,4141.8395595 +246,-1.433377362,0.6064716109,352,-0.093355215,0.630686981,4203.0857705 +247,-1.408172432,0.5903155476,352,-0.093355215,0.630686981,4156.5480556 +248,-1.749645898,0.7757118084,352,-0.093355215,0.630686981,4747.5458568 +249,-1.571626686,0.615046989,352,-0.093355215,0.630686981,4586.7210944 +250,-1.514070049,0.6303003037,352,-0.093355215,0.630686981,4394.7117866 +251,-1.480890369,0.6237966528,352,-0.093355215,0.630686981,4311.0955451 +252,-1.704390658,0.5281680612,352,-0.093355215,0.630686981,5142.6411591 +253,-1.64434733,0.5254277498,352,-0.093355215,0.630686981,4975.0304096 +254,-1.703855997,0.4792484842,352,-0.093355215,0.630686981,5247.7415203 +255,-1.692002383,0.5748825051,352,-0.093355215,0.630686981,5007.7009875 +256,-1.854136457,0.5544643913,352,-0.093355215,0.630686981,5501.7973145 +257,-1.665021206,0.520317736,352,-0.093355215,0.630686981,5045.8784749 +258,-1.733654349,0.4845187345,352,-0.093355215,0.630686981,5322.8377557 +259,-1.720938188,0.5135933906,352,-0.093355215,0.630686981,5221.868973 +260,-1.742668307,0.553296122,352,-0.093355215,0.630686981,5196.5390116 +261,-1.965659039,0.7142126903,352,-0.093355215,0.630686981,5403.9283436 +262,-1.944438071,0.6772834804,352,-0.093355215,0.630686981,5442.7274205 +263,-1.270340967,0.7681487096,352,-0.093355215,0.630686981,3509.0089098 +264,-1.353091884,0.6549276821,352,-0.093355215,0.630686981,3890.3264316 +265,-1.333236659,0.6413584414,352,-0.093355215,0.630686981,3852.8768092 +266,-1.352015998,0.6753788907,352,-0.093355215,0.630686981,3856.8244995 +267,-1.377988483,0.6577816235,352,-0.093355215,0.630686981,3958.0683809 +268,-2.13075611,0.8318642051,352,-0.093355215,0.630686981,5459.8594038 +269,-2.097910953,0.8259670014,352,-0.093355215,0.630686981,5410.3251216 +270,-1.416382069,0.6694271549,352,-0.093355215,0.630686981,4050.0623478 +271,-1.538905672,0.7535625993,352,-0.093355215,0.630686981,4252.0512153 +272,-1.572309477,0.7803125099,352,-0.093355215,0.630686981,4295.0745426 +273,-1.87759879,0.7503853417,352,-0.093355215,0.630686981,5110.2011093 +274,1.152365588,0.590457682,352,-0.093355215,0.630686981,3950.2864642 +275,0.350198001,0.718001859,352,-0.093355215,0.630686981,1409.7254239 +276,0.046513677,0.491503852,352,-0.093355215,0.630686981,723.2484513 +277,0.027510309,0.742571376,352,-0.093355215,0.630686981,577.05756804 +278,0.306285725,-0.214631579,352,-0.093355215,0.630686981,3666.5105958 +279,-1.100564889,0.318051531,352,-0.093355215,0.630686981,3701.5600995 +280,-1.078582306,0.301437596,352,-0.093355215,0.630686981,3666.5555814 +281,-1.137371989,-0.617634065,352,-0.093355215,0.630686981,6263.4373402 +282,0.784356344,0.703272339,352,-0.093355215,0.630686981,2710.0334473 +283,-1.221209947,0.218327455,352,-0.093355215,0.630686981,4303.3103325 +284,2.347301921,-0.449114658,352,-0.093355215,0.630686981,9975.5055083 +285,0.246820618,0.830553713,352,-0.093355215,0.630686981,1272.0039352 +286,0.829414965,0.703288228,352,-0.093355215,0.630686981,2843.5588527 +287,-1.337537566,0.42332223,352,-0.093355215,0.630686981,4245.657873 +288,0.882453706,0.454478077,352,-0.093355215,0.630686981,3337.1650365 +289,1.575629659,0.416419109,352,-0.093355215,0.630686981,5560.8567198 +290,-1.039455679,0.229888244,352,-0.093355215,0.630686981,3701.2310712 +291,0.489558039,0.934482747,352,-0.093355215,0.630686981,2002.0963334 +292,0.081344504,0.88384514,352,-0.093355215,0.630686981,1119.4272997 +293,-1.547979814,0.300350308,352,-0.093355215,0.630686981,5164.1406589 +294,0.040776181,0.168560074,352,-0.093355215,0.630686981,1893.0293615 +295,-1.130374745,0.563894876,352,-0.093355215,0.630686981,3353.6880395 +296,1.578326642,0.478507176,352,-0.093355215,0.630686981,5427.0685682 +297,-1.12861823,-0.291640865,352,-0.093355215,0.630686981,5322.296185 +298,0.310524208,0.770885792,352,-0.093355215,0.630686981,1336.9087083 +299,0.415649091,-0.387246002,352,-0.093355215,0.630686981,4459.861938 +300,-0.926533878,-0.188022748,352,-0.093355215,0.630686981,4490.4116851 +301,1.258856172,-0.11716081,352,-0.093355215,0.630686981,5805.2537901 +302,-1.126050026,0.322941926,352,-0.093355215,0.630686981,3772.7881327 +303,2.002785835,0.07893892,352,-0.093355215,0.630686981,7669.04334 +304,0.440437607,0.746258085,352,-0.093355215,0.630686981,1685.3794104 +305,-0.030391866,0.214441206,352,-0.093355215,0.630686981,1664.0016503 +306,0.521557815,-0.058929362,352,-0.093355215,0.630686981,3553.7649043 +307,-0.097005111,0.13317729,352,-0.093355215,0.630686981,1970.6801389 +308,1.83113859,0.221857587,352,-0.093355215,0.630686981,6790.7771375 +309,0.222428864,0.099404236,352,-0.093355215,0.630686981,2396.9721766 +310,-1.702731345,0.8728568183,352,-0.093355215,0.630686981,4453.4284227 +311,-0.418507569,0.278324921,352,-0.093355215,0.630686981,1805.7680824 +312,-1.41153306,0.339029988,352,-0.093355215,0.630686981,4650.1303854 +313,0.357560442,0.114788776,352,-0.093355215,0.630686981,2616.4180045 +314,0.325818979,0.268352149,352,-0.093355215,0.630686981,2061.0314262 +315,-1.246004659,-0.663679965,352,-0.093355215,0.630686981,6638.322077 +316,1.814603087,0.637404484,352,-0.093355215,0.630686981,5680.6421311 +317,1.843704281,-0.18300445,352,-0.093355215,0.630686981,7816.2257976 +318,1.690644492,-0.211480909,352,-0.093355215,0.630686981,7390.9245344 +319,-1.275451936,0.068109467,352,-0.093355215,0.630686981,4824.5938076 +320,0.762430171,-0.207594741,352,-0.093355215,0.630686981,4606.6386346 +321,0.265668905,-0.014647884,352,-0.093355215,0.630686981,2878.2260385 +322,-2.773032013,-0.335515811,352,-0.093355215,0.630686981,10457.165838 +323,-1.469512853,0.174058777,352,-0.093355215,0.630686981,5196.621117 +324,0.286276986,0.785925691,352,-0.093355215,0.630686981,1291.2221545 +325,-1.379324697,0.377432233,352,-0.093355215,0.630686981,4468.8020044 +326,-1.203778265,0.212813032,352,-0.093355215,0.630686981,4260.1621577 +327,0.579916301,0.611743168,352,-0.093355215,0.630686981,2155.5405167 +328,0.267582642,0.868113908,352,-0.093355215,0.630686981,1398.5086862 +329,0.412869244,-0.050245578,352,-0.093355215,0.630686981,3282.5427907 +330,0.17524381,0.976660285,352,-0.093355215,0.630686981,1548.6812351 +331,0.743157214,0.204812899,352,-0.093355215,0.630686981,3420.3442648 +332,-1.070758176,0.269382282,352,-0.093355215,0.630686981,3711.2122276 +333,-1.230364251,0.329790229,352,-0.093355215,0.630686981,4092.2408163 +334,-1.374813124,-0.024926835,352,-0.093355215,0.630686981,5360.930783 +335,0.519780566,0.463669906,352,-0.093355215,0.630686981,2163.4798918 +336,-1.55108034,0.239698561,352,-0.093355215,0.630686981,5308.6888226 +337,0.180294813,0.029739425,352,-0.093355215,0.630686981,2583.285032 +338,0.67820924,0.268170153,352,-0.093355215,0.630686981,3069.4430203 +339,0.445798684,1.024001867,352,-0.093355215,0.630686981,2089.3772484 +340,0.691751283,0.150521402,352,-0.093355215,0.630686981,3402.417525 +341,-1.036643551,-0.903056181,352,-0.093355215,0.630686981,6896.2815506 +342,-0.120287036,1.083325163,352,-0.093355215,0.630686981,1794.1418922 +343,2.823513113,-0.304487164,352,-0.093355215,0.630686981,10930.458608 +344,0.457583172,1.12513373,352,-0.093355215,0.630686981,2352.7546814 +345,0.042918831,0.813795399,352,-0.093355215,0.630686981,829.72530347 +346,1.196146777,-0.853142756,352,-0.093355215,0.630686981,7415.5963699 +347,0.206001358,-0.010430701,352,-0.093355215,0.630686981,2768.5798061 +348,-0.268308653,0.234799412,352,-0.093355215,0.630686981,1687.018458 +349,0.759363263,0.736189579,352,-0.093355215,0.630686981,2615.9887466 +350,0.181363926,0.891988372,352,-0.093355215,0.630686981,1294.8811543 +351,-0.021111158,0.139103292,352,-0.093355215,0.630686981,1964.5987291 +352,-0.093355215,0.630686981,352,-0.093355215,0.630686981,0 +353,0.40118964,0.681375926,352,-0.093355215,0.630686981,1558.8138626 +354,-0.721197315,1.304706234,352,-0.093355215,0.630686981,2917.305084 +355,-1.076150317,0.212107639,352,-0.093355215,0.630686981,3857.5524842 +356,-1.577164531,0.273993443,352,-0.093355215,0.630686981,5314.4366654 +357,-0.190788414,0.182208586,352,-0.093355215,0.630686981,1810.5309489 +358,-0.261349752,0.209710184,352,-0.093355215,0.630686981,1772.2001012 +359,-1.029303852,0.083549259,352,-0.093355215,0.630686981,4025.6094649 +360,-1.268609162,0.330525297,352,-0.093355215,0.630686981,4212.9515776 +361,1.282982244,-0.926641967,352,-0.093355215,0.630686981,7756.5344015 +362,0.217352334,0.731352408,352,-0.093355215,0.630686981,1033.4623121 +363,-1.511833084,0.258629297,352,-0.093355215,0.630686981,5141.9586968 +364,0.338812194,0.823184618,352,-0.093355215,0.630686981,1479.5438492 +365,-0.324406489,1.134201999,352,-0.093355215,0.630686981,2067.6967643 +366,1.389579348,0.399185724,352,-0.093355215,0.630686981,5037.8799182 +367,2.047152199,-0.039082036,352,-0.093355215,0.630686981,8107.8202271 +368,0.947780369,0.568250077,352,-0.093355215,0.630686981,3360.0665052 +369,0.763824846,0.576754987,352,-0.093355215,0.630686981,2773.5830472 +370,-0.142334657,0.928153068,352,-0.093355215,0.630686981,1186.0824874 +371,0.610266567,0.547265983,352,-0.093355215,0.630686981,2324.2296079 +372,0.210731629,0.746815056,352,-0.093355215,0.630686981,1034.7316561 +373,-1.34931644,0.316895224,352,-0.093355215,0.630686981,4498.9494494 +374,2.407696481,0.655030745,352,-0.093355215,0.630686981,6835.4559211 +375,0.64207831,0.545359131,352,-0.093355215,0.630686981,2428.2497302 +376,1.174597538,0.840588356,352,-0.093355215,0.630686981,3672.9763629 +377,0.660059424,0.010604079,352,-0.093355215,0.630686981,3696.4077698 +378,-0.730263819,0.010486456,352,-0.093355215,0.630686981,3390.810071 +379,0.831068936,0.512339172,352,-0.093355215,0.630686981,3077.5254736 +380,1.301180979,0.72367476,352,-0.093355215,0.630686981,4163.5323357 +381,1.811128231,0.322854402,352,-0.093355215,0.630686981,6474.6339263 +382,0.435105812,0.992284428,352,-0.093355215,0.630686981,2000.9730007 +383,0.62643634,0.592027932,352,-0.093355215,0.630686981,2322.2047477 +384,0.492988703,-0.516339467,352,-0.093355215,0.630686981,5040.3887105 +385,-0.162469483,0.112549365,352,-0.093355215,0.630686981,2067.614832 +386,0.314630866,0.472006421,352,-0.093355215,0.630686981,1508.0410742 +387,0.166744804,0.822815954,352,-0.093355215,0.630686981,1079.0434781 +388,0.417159608,0.965805736,352,-0.093355215,0.630686981,1911.4840973 +389,0.106334961,0.868774244,352,-0.093355215,0.630686981,1103.7418282 +390,0.815086969,-0.338144359,352,-0.093355215,0.630686981,5127.0094638 +391,0.59867455,-0.230624824,352,-0.093355215,0.630686981,4281.284258 +392,1.915104874,0.066220985,352,-0.093355215,0.630686981,7439.2720668 +393,1.278093622,0.064463721,352,-0.093355215,0.630686981,5434.0897847 +394,-0.061477853,0.302997961,352,-0.093355215,0.630686981,1302.7871075 +395,0.251311504,0.626976942,352,-0.093355215,0.630686981,1102.2697308 +396,2.950242872,0.149095644,352,-0.093355215,0.630686981,9333.6030673 +397,-0.180294708,0.35375117,352,-0.093355215,0.630686981,1137.6614995 +398,1.010448592,-0.351180233,352,-0.093355215,0.630686981,5671.3865027 +399,-1.748740498,0.3686318073,352,-0.093355215,0.630686981,5630.1642583 +400,2.699635665,0.123533791,352,-0.093355215,0.630686981,9187.0438906 +401,0.496808033,0.823843254,352,-0.093355215,0.630686981,1887.5528664 +402,0.129574704,0.763364087,352,-0.093355215,0.630686981,855.41146465 +403,1.798920311,0.817447563,352,-0.093355215,0.630686981,5198.2948938 +404,0.335987953,0.746786541,352,-0.093355215,0.630686981,1385.1715103 +405,-1.085413643,0.292154671,352,-0.093355215,0.630686981,3708.2118488 +406,-0.155321003,0.508207011,352,-0.093355215,0.630686981,527.23025393 +407,0.620529244,-0.301175104,352,-0.093355215,0.630686981,4557.2014054 +408,1.684402744,0.368716966,352,-0.093355215,0.630686981,5993.1024797 +409,0.300582244,-0.386397212,352,-0.093355215,0.630686981,4290.3513986 +410,2.913555946,-0.009225192,352,-0.093355215,0.630686981,9932.9113055 +411,1.465101417,0.493232532,352,-0.093355215,0.630686981,5064.8240936 +412,0.090612882,0.907955955,352,-0.093355215,0.630686981,1213.7192201 +413,2.987564726,-0.729568594,352,-0.093355215,0.630686981,12009.993687 +414,-1.484261606,0.224149272,352,-0.093355215,0.630686981,5130.9381914 +415,0.164073421,0.303955133,352,-0.093355215,0.630686981,1577.8536756 +416,0.141441293,0.167552546,352,-0.093355215,0.630686981,2019.6019835 +417,2.931321023,-0.506718887,352,-0.093355215,0.630686981,11817.031559 +418,2.21951565,0.700596356,352,-0.093355215,0.630686981,6368.8396503 +419,0.268112576,1.199114336,352,-0.093355215,0.630686981,2387.3915678 +420,0.978913739,0.359223811,352,-0.093355215,0.630686981,3825.2869832 +421,1.210898818,0.522863584,352,-0.093355215,0.630686981,4244.3448711 +422,2.347397336,0.129231362,352,-0.093355215,0.630686981,8463.2091883 +423,0.614394501,0.556878345,352,-0.093355215,0.630686981,2325.0425017 +424,-1.398079356,0.148483366,352,-0.093355215,0.630686981,5026.4006563 +425,2.535303836,-0.112984496,352,-0.093355215,0.630686981,9676.3475675 +426,-1.019372593,-0.405322349,352,-0.093355215,0.630686981,5369.5201955 +427,-1.297785627,-0.160104069,352,-0.093355215,0.630686981,5458.2749832 +428,2.144554488,0.205051084,352,-0.093355215,0.630686981,7719.5625553 +429,-2.242387083,-0.426171285,352,-0.093355215,0.630686981,9002.29213 +430,0.338637212,0.909723676,352,-0.093355215,0.630686981,1637.3908222 +431,-0.148798452,0.691042401,352,-0.093355215,0.630686981,295.26846044 +432,0.893524764,0.441829531,352,-0.093355215,0.630686981,3394.9599842 +433,0.969229347,-0.368847936,352,-0.093355215,0.630686981,5609.6576986 +434,0.436043248,0.800045688,352,-0.093355215,0.630686981,1706.0140187 +435,1.687946607,1.081504775,352,-0.093355215,0.630686981,4412.0366018 +436,0.522302046,-0.034889271,352,-0.093355215,0.630686981,3479.4273181 +437,-0.178996113,-0.438090009,352,-0.093355215,0.630686981,4245.5268491 +438,-1.094339566,0.301444068,352,-0.093355215,0.630686981,3716.7692091 +439,-1.064070054,0.242569932,352,-0.093355215,0.630686981,3749.8744273 +440,-1.068153768,0.230387998,352,-0.093355215,0.630686981,3790.413722 +441,-3.00496892,-0.23989155,352,-0.093355215,0.630686981,10693.58248 +442,0.21751974,0.766874888,352,-0.093355215,0.630686981,1082.8461107 +443,0.117229532,0.007619006,352,-0.093355215,0.630686981,2586.6205199 +444,0.777758451,0.420554741,352,-0.093355215,0.630686981,3063.5238672 +445,-0.252356999,0.250747086,352,-0.093355215,0.630686981,1607.0613302 +446,0.363148444,0.768483434,352,-0.093355215,0.630686981,1479.3706511 +447,0.903191366,-0.118210676,352,-0.093355215,0.630686981,4737.2986534 +448,-0.205755923,0.149406178,352,-0.093355215,0.630686981,1949.0356224 +449,1.811996086,0.02364353,352,-0.093355215,0.630686981,7227.5637144 +450,-1.100670221,0.314845373,352,-0.093355215,0.630686981,3708.6210046 +451,0.340078597,0.850105132,352,-0.093355215,0.630686981,1525.5855198 +452,0.258757267,0.804969236,352,-0.093355215,0.630686981,1251.421865 +453,2.78505352,-0.155160804,352,-0.093355215,0.630686981,10334.899 +454,0.800551619,0.105822106,352,-0.093355215,0.630686981,3842.0299752 +455,0.437940882,-0.506194031,352,-0.093355215,0.630686981,4918.9185333 +456,2.230431122,0.63458615,352,-0.093355215,0.630686981,6599.3979675 +457,0.527965361,0.127667701,352,-0.093355215,0.630686981,3001.2232115 +458,-0.063643205,0.702093448,352,-0.093355215,0.630686981,297.5678532 +459,1.408447268,0.133010502,352,-0.093355215,0.630686981,5691.9862044 +460,0.523795955,0.280266966,352,-0.093355215,0.630686981,2574.8068223 +461,-0.975769313,0.072177659,352,-0.093355215,0.630686981,3894.9231281 +462,0.549774164,-0.463663986,352,-0.093355215,0.630686981,4955.4595489 +463,0.29245874,1.095549818,352,-0.093355215,0.630686981,2068.4692663 +464,0.143625958,0.816809593,352,-0.093355215,0.630686981,1016.0975766 +465,0.671902494,0.611159853,352,-0.093355215,0.630686981,2445.3910425 +466,1.239840988,0.6724199,352,-0.093355215,0.630686981,4074.2597883 +467,0.607829703,-0.10932137,352,-0.093355215,0.630686981,3919.613949 +468,1.763020906,0.263996692,352,-0.093355215,0.630686981,6482.5847938 +469,0.378714634,0.726066797,352,-0.093355215,0.630686981,1497.2863097 +470,2.196736143,-0.153862366,352,-0.093355215,0.630686981,8851.6403599 +471,0.01702415,0.148991565,352,-0.093355215,0.630686981,1949.1434799 +472,-2.998490902,-0.158002487,352,-0.093355215,0.630686981,10386.818208 +473,-3.051262951,-0.346595608,352,-0.093355215,0.630686981,11150.181403 +474,-1.069176439,0.182802941,352,-0.093355215,0.630686981,3904.1657892 +475,0.167157509,0.595344954,352,-0.093355215,0.630686981,854.64100852 +476,0.613855648,0.681746124,352,-0.093355215,0.630686981,2210.3237711 +477,1.037012736,0.682555367,352,-0.093355215,0.630686981,3475.4347348 +478,-1.253574971,0.379755746,352,-0.093355215,0.630686981,4065.1856729 +479,3.108590453,-0.132620738,352,-0.093355215,0.630686981,10458.957031 +480,0.565301296,0.022333262,352,-0.093355215,0.630686981,3410.3661844 +481,0.547898238,0.855555614,352,-0.093355215,0.630686981,2045.4071326 +482,0.948309381,0.417393755,352,-0.093355215,0.630686981,3614.6253769 +483,-0.050600732,0.945269213,352,-0.093355215,0.630686981,1251.5803528 +484,-0.977651478,-0.572363064,352,-0.093355215,0.630686981,5781.6608935 +485,1.102014914,0.728861163,352,-0.093355215,0.630686981,3605.0126186 +486,2.927300795,-0.282939414,352,-0.093355215,0.630686981,11002.024103 +487,-1.154565557,0.124434095,352,-0.093355215,0.630686981,4310.2083981 +488,1.855331234,0.291044755,352,-0.093355215,0.630686981,6683.3651428 +489,0.830290659,0.276904518,352,-0.093355215,0.630686981,3524.3775889 +490,0.485104466,-0.234867441,352,-0.093355215,0.630686981,4053.8534581 +491,0.521367572,-0.33161327,352,-0.093355215,0.630686981,4453.2099505 +1,-1.539031704,0.7349710123,353,0.40118964,0.681375926,5366.4058126 +2,-1.536990553,0.7349663874,353,0.40118964,0.681375926,5361.9681583 +3,-1.534951779,0.7349571355,353,0.40118964,0.681375926,5357.5433278 +4,-1.532906461,0.7349480293,353,0.40118964,0.681375926,5353.0991655 +5,-1.531320211,0.7346937278,353,0.40118964,0.681375926,5350.303185 +6,-1.539451648,0.7335131775,353,0.40118964,0.681375926,5371.1964586 +7,-1.537429487,0.7335445708,353,0.40118964,0.681375926,5366.7006675 +8,-1.535484998,0.7335658704,353,0.40118964,0.681375926,5362.3970712 +9,-1.533488396,0.7336036027,353,0.40118964,0.681375926,5357.9319187 +10,-1.531497785,0.7335842962,353,0.40118964,0.681375926,5353.6266558 +11,-1.530259379,0.7334777758,353,0.40118964,0.681375926,5351.1958459 +12,-1.5335454,0.7322346912,353,0.40118964,0.681375926,5361.6834502 +13,-1.531489083,0.7322238773,353,0.40118964,0.681375926,5357.2073502 +14,-1.530011122,0.7321679851,353,0.40118964,0.681375926,5354.1145023 +15,-1.53348106,0.7306614094,353,0.40118964,0.681375926,5365.7118341 +16,-1.531441779,0.7306962275,353,0.40118964,0.681375926,5361.1468709 +17,-1.529755654,0.7306933243,353,0.40118964,0.681375926,5357.4529792 +18,-1.533415048,0.7291384674,353,0.40118964,0.681375926,5369.6039474 +19,-1.531392093,0.7291705353,353,0.40118964,0.681375926,5365.0768667 +20,-1.529296523,0.7291214933,353,0.40118964,0.681375926,5360.6002854 +21,-1.535280942,0.727267644,353,0.40118964,0.681375926,5378.6634199 +22,-1.533378158,0.7276139666,353,0.40118964,0.681375926,5373.564957 +23,-1.531340368,0.7276446587,353,0.40118964,0.681375926,5369.0037354 +24,-1.528960113,0.7276398177,353,0.40118964,0.681375926,5363.7780519 +25,-1.533313146,0.7260818349,353,0.40118964,0.681375926,5377.4852639 +26,-1.531259555,0.7260958115,353,0.40118964,0.681375926,5372.9282501 +27,-1.528926415,0.7260865555,353,0.40118964,0.681375926,5367.8118809 +28,-1.531226779,0.7245511789,353,0.40118964,0.681375926,5376.9482353 +29,-1.528904772,0.7245519194,353,0.40118964,0.681375926,5371.824024 +30,-1.547195875,0.7409785979,353,0.40118964,0.681375926,5368.1208865 +31,-1.5451475,0.740980426,353,0.40118964,0.681375926,5363.689231 +32,-1.543097679,0.7409798872,353,0.40118964,0.681375926,5359.2560903 +33,-1.540720364,0.7409892687,353,0.40118964,0.681375926,5354.0822422 +34,-1.547188511,0.7395198392,353,0.40118964,0.681375926,5371.9976202 +35,-1.545148587,0.7395226109,353,0.40118964,0.681375926,5367.5767749 +36,-1.543104538,0.7395314908,353,0.40118964,0.681375926,5363.1261218 +37,-1.540727751,0.7395306258,353,0.40118964,0.681375926,5357.9749607 +38,-1.547187029,0.7380014886,353,0.40118964,0.681375926,5376.0471366 +39,-1.545147315,0.7380012252,353,0.40118964,0.681375926,5371.629711 +40,-1.54310719,0.7380060743,353,0.40118964,0.681375926,5367.1931484 +41,-1.540719671,0.7380068206,353,0.40118964,0.681375926,5362.0083995 +42,-1.547187189,0.7364799098,353,0.40118964,0.681375926,5380.1099034 +43,-1.545149996,0.7364853874,353,0.40118964,0.681375926,5375.6775127 +44,-1.543106091,0.7364823484,353,0.40118964,0.681375926,5371.2486446 +45,-1.540717158,0.7364893901,353,0.40118964,0.681375926,5366.038064 +46,-1.538663972,0.7410138672,353,0.40118964,0.681375926,5349.5580988 +47,-1.53695285,0.7409699132,353,0.40118964,0.681375926,5345.9609194 +48,-1.534910498,0.7409641297,353,0.40118964,0.681375926,5341.5392697 +49,-1.533145034,0.7409536636,353,0.40118964,0.681375926,5337.7278011 +50,-1.538681336,0.7395405883,353,0.40118964,0.681375926,5353.5063636 +51,-1.536999189,0.7395183096,353,0.40118964,0.681375926,5349.9105735 +52,-1.534923633,0.7395144222,353,0.40118964,0.681375926,5345.406841 +53,-1.533267822,0.7395654306,353,0.40118964,0.681375926,5341.6673281 +54,-1.53867273,0.7380151077,353,0.40118964,0.681375926,5357.53792 +55,-1.536980576,0.7379994392,353,0.40118964,0.681375926,5353.898569 +56,-1.534931522,0.7379944961,353,0.40118964,0.681375926,5349.450108 +57,-1.533387952,0.7379480264,353,0.40118964,0.681375926,5346.209104 +58,-1.538682279,0.7364914363,353,0.40118964,0.681375926,5361.6052739 +59,-1.536980704,0.7364810563,353,0.40118964,0.681375926,5357.9271315 +60,-1.534935567,0.7364752065,353,0.40118964,0.681375926,5353.4844777 +61,-1.533042592,0.7363876366,353,0.40118964,0.681375926,5349.5856786 +62,-1.545143426,0.7349628011,353,0.40118964,0.681375926,5379.7243153 +63,-1.543105297,0.7349691947,353,0.40118964,0.681375926,5375.2777327 +64,-1.541064533,0.7349647152,353,0.40118964,0.681375926,5370.8497702 +65,-1.545411803,0.7334624714,353,0.40118964,0.681375926,5384.3106627 +66,-1.543446606,0.7334780896,353,0.40118964,0.681375926,5379.9938004 +67,-1.541475327,0.7334957295,353,0.40118964,0.681375926,5375.6541141 +68,-1.545401939,0.731963266,353,0.40118964,0.681375926,5388.290652 +69,-1.54342253,0.7319915583,353,0.40118964,0.681375926,5383.9041559 +70,-1.541455867,0.7320216438,353,0.40118964,0.681375926,5379.5365111 +71,-1.545410146,0.7304422281,353,0.40118964,0.681375926,5392.3693083 +72,-1.543435491,0.7304713664,353,0.40118964,0.681375926,5387.9859826 +73,-1.541463105,0.7304997613,353,0.40118964,0.681375926,5383.6054434 +74,-1.545414768,0.7289194936,353,0.40118964,0.681375926,5396.4457752 +75,-1.543435774,0.7289538557,353,0.40118964,0.681375926,5392.0341017 +76,-1.541457714,0.7289765881,353,0.40118964,0.681375926,5387.6513195 +77,-1.539449415,0.7320555866,353,0.40118964,0.681375926,5375.0676401 +78,-1.537429183,0.7321097681,353,0.40118964,0.681375926,5370.5106588 +79,-1.535472649,0.7321497267,353,0.40118964,0.681375926,5366.1266039 +80,-1.539457899,0.7305333307,353,0.40118964,0.681375926,5379.1352647 +81,-1.537453161,0.7305750503,353,0.40118964,0.681375926,5374.6402214 +82,-1.535479385,0.7306124949,353,0.40118964,0.681375926,5370.2201637 +83,-1.53946905,0.7290102593,353,0.40118964,0.681375926,5383.2120253 +84,-1.537459922,0.7290417293,353,0.40118964,0.681375926,5378.7295933 +85,-1.535451349,0.7290890157,353,0.40118964,0.681375926,5374.2021398 +86,-1.535522937,0.7279887191,353,0.40118964,0.681375926,5377.2801466 +87,-1.539442524,0.7274735939,353,0.40118964,0.681375926,5387.2435664 +88,-1.537424111,0.727521351,353,0.40118964,0.681375926,5382.6923407 +89,-1.539384641,0.7259505092,353,0.40118964,0.681375926,5391.1711371 +90,-1.537372391,0.7259947145,353,0.40118964,0.681375926,5386.6377013 +91,-1.535340789,0.7260435356,353,0.40118964,0.681375926,5382.0452894 +92,-1.539325716,0.7244369706,353,0.40118964,0.681375926,5395.071778 +93,-1.537308932,0.7244801057,353,0.40118964,0.681375926,5390.5260957 +94,-1.535289068,0.7245247645,353,0.40118964,0.681375926,5385.9653721 +95,-1.533261366,0.7245550236,353,0.40118964,0.681375926,5381.4213755 +96,-1.539267302,0.722921924,353,0.40118964,0.681375926,5398.9783191 +97,-1.537248972,0.7229660258,353,0.40118964,0.681375926,5394.421528 +98,-1.535219431,0.7229916471,353,0.40118964,0.681375926,5389.884921 +99,-1.53318962,0.7230212049,353,0.40118964,0.681375926,5385.3328955 +100,-1.531154816,0.7230299897,353,0.40118964,0.681375926,5380.8205575 +101,-1.528878341,0.7230370244,353,0.40118964,0.681375926,5375.7743578 +102,-1.539218189,0.7214009878,353,0.40118964,0.681375926,5402.9217811 +103,-1.537198791,0.7214422745,353,0.40118964,0.681375926,5398.3649938 +104,-1.535179266,0.7214634354,353,0.40118964,0.681375926,5393.8571698 +105,-1.533156501,0.7214944644,353,0.40118964,0.681375926,5389.3116372 +106,-1.53113574,0.7215166021,353,0.40118964,0.681375926,5384.7897955 +107,-1.528874248,0.7215345535,353,0.40118964,0.681375926,5379.7421809 +108,-1.539217656,0.7198512397,353,0.40118964,0.681375926,5407.0498718 +109,-1.537199919,0.7199428763,353,0.40118964,0.681375926,5402.357628 +110,-1.545425832,0.727397149,353,0.40118964,0.681375926,5400.5363575 +111,-1.543371177,0.7273916949,353,0.40118964,0.681375926,5396.0605551 +112,-1.541368852,0.7274523163,353,0.40118964,0.681375926,5391.5184814 +113,-1.545349067,0.7258710923,353,0.40118964,0.681375926,5404.445896 +114,-1.54332671,0.7258603556,353,0.40118964,0.681375926,5400.0496046 +115,-1.541346831,0.7259242142,353,0.40118964,0.681375926,5395.5429402 +116,-1.545324355,0.7243383958,353,0.40118964,0.681375926,5408.4878128 +117,-1.543292796,0.7243617413,353,0.40118964,0.681375926,5403.9752696 +118,-1.541295822,0.7244024384,353,0.40118964,0.681375926,5399.4878989 +119,-1.543193859,0.7205570215,353,0.40118964,0.681375926,5413.9174429 +120,-1.550257047,0.7386738187,353,0.40118964,0.681375926,5380.8901053 +121,-1.549335448,0.7311736483,353,0.40118964,0.681375926,5398.9577279 +122,-1.533478843,0.7179891343,353,0.40118964,0.681375926,5399.3317791 +123,-1.556150555,0.738907041,353,0.40118964,0.681375926,5392.9768749 +124,-1.554324226,0.733414257,353,0.40118964,0.681375926,5403.7746387 +125,-1.554290846,0.7288285332,353,0.40118964,0.681375926,5416.012081 +126,-1.55122487,0.7219795312,353,0.40118964,0.681375926,5427.7155263 +127,-1.525104458,0.7229399862,353,0.40118964,0.681375926,5367.6835041 +128,-1.519607711,0.7236181429,353,0.40118964,0.681375926,5353.7126601 +129,-1.513899999,0.7251107854,353,0.40118964,0.681375926,5337.1172252 +130,-1.536620762,0.7431061895,353,0.40118964,0.681375926,5339.5785099 +131,-1.5369566,0.7460845958,353,0.40118964,0.681375926,5332.4157475 +132,-1.545345528,0.7447040685,353,0.40118964,0.681375926,5354.1969893 +133,-1.532813921,0.7432306626,353,0.40118964,0.681375926,5330.9876567 +134,-1.554788248,0.7382381001,353,0.40118964,0.681375926,5391.8362413 +135,-1.540348126,0.7301594274,353,0.40118964,0.681375926,5382.0759601 +136,-1.538016084,0.7239051786,353,0.40118964,0.681375926,5393.610019 +137,-1.525288962,0.7258085137,353,0.40118964,0.681375926,5360.5189639 +138,-1.534326986,0.731241342,353,0.40118964,0.681375926,5366.0280874 +139,-1.530733872,0.7303625216,353,0.40118964,0.681375926,5360.476152 +141,-1.534354939,0.7328219978,353,0.40118964,0.681375926,5361.8986828 +142,-1.53157084,0.7292888153,353,0.40118964,0.681375926,5365.1563428 +143,-1.525691035,0.7263799874,353,0.40118964,0.681375926,5359.8984988 +144,-1.534031287,0.7495967835,353,0.40118964,0.681375926,5316.8019205 +145,-1.527714986,0.7283095957,353,0.40118964,0.681375926,5359.2655519 +146,-1.526189586,0.7271468292,353,0.40118964,0.681375926,5358.9743174 +147,-1.555177336,0.7375563366,353,0.40118964,0.681375926,5394.5040434 +148,-1.555080283,0.7312707794,353,0.40118964,0.681375926,5411.1662482 +149,-1.53856994,0.7224180299,353,0.40118964,0.681375926,5398.7865404 +150,-1.530837883,0.729933372,353,0.40118964,0.681375926,5361.8401953 +151,-1.515066984,0.5854133365,353,0.40118964,0.681375926,5710.298405 +152,-1.534731633,0.5368370046,353,0.40118964,0.681375926,5889.596645 +153,-1.515231902,0.5607085576,353,0.40118964,0.681375926,5776.9311142 +154,-2.616253799,1.0684566605,353,0.40118964,0.681375926,5501.1724765 +155,-1.956071439,0.5792177723,353,0.40118964,0.681375926,6679.8665622 +156,-1.951208514,0.5602434208,353,0.40118964,0.681375926,6733.443294 +157,-1.944675062,0.6062144545,353,0.40118964,0.681375926,6570.12243 +158,-1.613778386,0.6077989518,353,0.40118964,0.681375926,5882.0276181 +159,-2.035029014,0.6021432345,353,0.40118964,0.681375926,6740.6882213 +160,-2.114989471,0.6801825058,353,0.40118964,0.681375926,6592.4897069 +161,-2.037382079,0.5765830025,353,0.40118964,0.681375926,6831.8306304 +162,-2.129855121,0.6585019963,353,0.40118964,0.681375926,6689.9655546 +163,-2.075141798,0.6493615843,353,0.40118964,0.681375926,6641.9499733 +164,-1.828626729,0.6948433129,353,0.40118964,0.681375926,6071.6208536 +165,-1.863329418,0.6735427691,353,0.40118964,0.681375926,6203.2740277 +166,-1.266037071,0.727988852,353,0.40118964,0.681375926,4749.3421305 +167,-1.277579582,0.7249010648,353,0.40118964,0.681375926,4784.4972049 +168,-1.258418684,0.7241194816,353,0.40118964,0.681375926,4739.1383303 +169,-1.317813974,0.6804850104,353,0.40118964,0.681375926,4985.3391676 +170,-1.344165204,0.6790988904,353,0.40118964,0.681375926,5053.8186052 +171,-1.427582102,0.5277120351,353,0.40118964,0.681375926,5641.652281 +172,-1.402238616,0.457167829,353,0.40118964,0.681375926,5756.012925 +173,-1.422454264,0.4996161999,353,0.40118964,0.681375926,5700.7078813 +174,-1.439089277,0.4894859811,353,0.40118964,0.681375926,5770.8185172 +175,-1.448126995,0.5182330266,353,0.40118964,0.681375926,5719.5267354 +176,-1.474626146,0.5881926574,353,0.40118964,0.681375926,5603.7608394 +177,-1.421139645,0.5584869783,353,0.40118964,0.681375926,5545.9709098 +178,-1.457037165,0.565943032,353,0.40118964,0.681375926,5617.9789224 +179,-2.757159358,0.3745319,353,0.40118964,0.681375926,8260.9357816 +180,-2.714309238,0.342054471,353,0.40118964,0.681375926,8388.8853354 +181,-2.000525337,0.774119946,353,0.40118964,0.681375926,6102.4552896 +183,-1.571413436,0.6777838382,353,0.40118964,0.681375926,5592.0420669 +184,-1.552860289,0.6987663893,353,0.40118964,0.681375926,5493.7545949 +185,-1.521852374,0.7165827476,353,0.40118964,0.681375926,5377.2394624 +186,-1.503656267,0.6928968252,353,0.40118964,0.681375926,5398.4499829 +187,-1.502753178,0.7136205882,353,0.40118964,0.681375926,5342.2160891 +188,-1.631894563,0.7343596465,353,0.40118964,0.681375926,5565.5463154 +189,-1.653765416,0.6770714026,353,0.40118964,0.681375926,5774.0215128 +190,-1.719812114,0.6715965947,353,0.40118964,0.681375926,5928.5100803 +191,-1.493406659,0.6646955447,353,0.40118964,0.681375926,5448.5968236 +192,-1.469120564,0.6613469966,353,0.40118964,0.681375926,5400.0961166 +193,-1.590551461,0.5326612937,353,0.40118964,0.681375926,6037.8631578 +194,-1.625979264,0.5247742243,353,0.40118964,0.681375926,6145.3094834 +195,-1.572293943,0.5238808754,353,0.40118964,0.681375926,6017.7527422 +196,-1.610848725,0.5477107964,353,0.40118964,0.681375926,6044.372013 +197,-1.208485554,0.7918526018,353,0.40118964,0.681375926,4474.282005 +198,-1.335601374,0.6869083083,353,0.40118964,0.681375926,5014.2278451 +199,-1.346156996,0.6825213377,353,0.40118964,0.681375926,5050.5741315 +200,-1.324381037,0.6741422347,353,0.40118964,0.681375926,5016.5508564 +201,-1.242424992,0.7378949807,353,0.40118964,0.681375926,4669.7216538 +202,-1.270370057,0.7392461008,353,0.40118964,0.681375926,4735.0674503 +203,-1.448950472,0.7441675014,353,0.40118964,0.681375926,5142.7248538 +204,-1.492662363,0.7523026852,353,0.40118964,0.681375926,5219.5523305 +205,-1.479098966,0.7763855017,353,0.40118964,0.681375926,5128.4383616 +206,-1.633760714,0.7869022408,353,0.40118964,0.681375926,5422.1042395 +207,-1.647406434,0.8101289331,353,0.40118964,0.681375926,5383.730214 +208,-1.564245052,0.5701509278,353,0.40118964,0.681375926,5870.572477 +209,-1.646289963,0.6833746083,353,0.40118964,0.681375926,5740.0696624 +210,-1.5820631,0.6751952144,353,0.40118964,0.681375926,5622.8829594 +211,-1.613236298,0.6681681791,353,0.40118964,0.681375926,5711.3545597 +212,-1.914661867,0.8212566515,353,0.40118964,0.681375926,5816.1001986 +213,-1.742133237,0.7250275956,353,0.40118964,0.681375926,5814.2272967 +214,-2.033144872,0.6557314699,353,0.40118964,0.681375926,6554.6795225 +215,-2.039551981,0.6964723658,353,0.40118964,0.681375926,6425.2707173 +216,-1.247341019,0.7622473908,353,0.40118964,0.681375926,4629.3216141 +217,-1.298239787,0.7084123392,353,0.40118964,0.681375926,4872.4225952 +218,-1.308539688,0.6926545592,353,0.40118964,0.681375926,4934.0378107 +219,-1.303263185,0.6888938396,353,0.40118964,0.681375926,4929.6442338 +220,-1.852400229,0.6004246149,353,0.40118964,0.681375926,6414.0665211 +221,-1.288947707,0.7473773692,353,0.40118964,0.681375926,4761.9337555 +222,-1.372031502,0.7472790993,353,0.40118964,0.681375926,4958.6943675 +223,-1.289805721,0.7242157877,353,0.40118964,0.681375926,4815.9209843 +224,-1.350807603,0.7533498126,353,0.40118964,0.681375926,4894.9234548 +225,-1.329290365,0.7560442322,353,0.40118964,0.681375926,4838.2530059 +226,-1.410153004,0.616936428,353,0.40118964,0.681375926,5369.7987515 +227,-1.393445434,0.6308995063,353,0.40118964,0.681375926,5293.2272653 +228,-1.37595573,0.6241540638,353,0.40118964,0.681375926,5266.135858 +229,-1.358388707,0.6172645205,353,0.40118964,0.681375926,5238.609043 +230,-1.753741133,0.8281661666,353,0.40118964,0.681375926,5527.7286333 +231,-1.47430987,0.6834615681,353,0.40118964,0.681375926,5355.2330396 +232,-1.421012508,0.7222725206,353,0.40118964,0.681375926,5133.1551456 +233,-1.4476833,0.6978557868,353,0.40118964,0.681375926,5256.3324364 +234,-1.470370723,0.6966193374,353,0.40118964,0.681375926,5312.2361949 +235,-1.429211703,0.7037216883,353,0.40118964,0.681375926,5198.3625521 +236,-1.700578405,0.6178673663,353,0.40118964,0.681375926,6046.4291997 +237,-1.678117619,0.6331716163,353,0.40118964,0.681375926,5953.0184699 +238,-1.725644578,0.6316331145,353,0.40118964,0.681375926,6059.3098509 +239,-2.14012759,0.7930497945,353,0.40118964,0.681375926,6225.6685896 +240,-2.103289431,0.7653606263,353,0.40118964,0.681375926,6276.8157375 +241,-1.318739838,0.7017808746,353,0.40118964,0.681375926,4938.0105258 +242,-1.396417427,0.7077900843,353,0.40118964,0.681375926,5111.0003778 +243,-1.35650337,0.7185539404,353,0.40118964,0.681375926,4990.10642 +244,-1.248884539,0.7274156818,353,0.40118964,0.681375926,4708.3858908 +245,-1.395014798,0.5761185243,353,0.40118964,0.681375926,5434.2221351 +246,-1.433377362,0.6064716109,353,0.40118964,0.681375926,5454.1876228 +247,-1.408172432,0.5903155476,353,0.40118964,0.681375926,5431.9650363 +248,-1.749645898,0.7757118084,353,0.40118964,0.681375926,5676.984395 +249,-1.571626686,0.615046989,353,0.40118964,0.681375926,5764.5515919 +250,-1.514070049,0.6303003037,353,0.40118964,0.681375926,5588.0611607 +251,-1.480890369,0.6237966528,353,0.40118964,0.681375926,5525.8532188 +252,-1.704390658,0.5281680612,353,0.40118964,0.681375926,6318.9396226 +253,-1.64434733,0.5254277498,353,0.40118964,0.681375926,6187.1425702 +254,-1.703855997,0.4792484842,353,0.40118964,0.681375926,6461.7195975 +255,-1.692002383,0.5748825051,353,0.40118964,0.681375926,6153.6715258 +256,-1.854136457,0.5544643913,353,0.40118964,0.681375926,6562.6952071 +257,-1.665021206,0.520317736,353,0.40118964,0.681375926,6250.5967374 +258,-1.733654349,0.4845187345,353,0.40118964,0.681375926,6515.5578942 +259,-1.720938188,0.5135933906,353,0.40118964,0.681375926,6399.8630692 +260,-1.742668307,0.553296122,353,0.40118964,0.681375926,6330.1209236 +261,-1.965659039,0.7142126903,353,0.40118964,0.681375926,6248.9197496 +262,-1.944438071,0.6772834804,353,0.40118964,0.681375926,6335.7135792 +263,-1.270340967,0.7681487096,353,0.40118964,0.681375926,4671.7050133 +264,-1.353091884,0.6549276821,353,0.40118964,0.681375926,5133.8441395 +265,-1.333236659,0.6413584414,353,0.40118964,0.681375926,5116.5618815 +266,-1.352015998,0.6753788907,353,0.40118964,0.681375926,5082.0374326 +267,-1.377988483,0.6577816235,353,0.40118964,0.681375926,5188.631151 +268,-2.13075611,0.8318642051,353,0.40118964,0.681375926,6076.4676716 +269,-2.097910953,0.8259670014,353,0.40118964,0.681375926,6057.2251162 +270,-1.416382069,0.6694271549,353,0.40118964,0.681375926,5253.4697311 +271,-1.538905672,0.7535625993,353,0.40118964,0.681375926,5316.8125312 +272,-1.572309477,0.7803125099,353,0.40118964,0.681375926,5315.779256 +273,-1.87759879,0.7503853417,353,0.40118964,0.681375926,5983.8326691 +274,1.152365588,0.590457682,353,0.40118964,0.681375926,2398.2429875 +275,0.350198001,0.718001859,353,0.40118964,0.681375926,211.92760145 +276,0.046513677,0.491503852,353,0.40118964,0.681375926,1385.9414631 +277,0.027510309,0.742571376,353,0.40118964,0.681375926,1143.2011847 +278,0.306285725,-0.214631579,353,0.40118964,0.681375926,3566.3789249 +279,-1.100564889,0.318051531,353,0.40118964,0.681375926,5229.7952211 +280,-1.078582306,0.301437596,353,0.40118964,0.681375926,5202.964505 +281,-1.137371989,-0.617634065,353,0.40118964,0.681375926,7614.4012414 +282,0.784356344,0.703272339,353,0.40118964,0.681375926,1168.5057853 +283,-1.221209947,0.218327455,353,0.40118964,0.681375926,5835.8502277 +284,2.347301921,-0.449114658,353,0.40118964,0.681375926,8434.2899433 +285,0.246820618,0.830553713,353,0.40118964,0.681375926,738.61972511 +286,0.829414965,0.703288228,353,0.40118964,0.681375926,1304.3713649 +287,-1.337537566,0.42332223,353,0.40118964,0.681375926,5664.0335082 +288,0.882453706,0.454478077,353,0.40118964,0.681375926,1830.5493231 +289,1.575629659,0.416419109,353,0.40118964,0.681375926,4013.9655011 +290,-1.039455679,0.229888244,353,0.40118964,0.681375926,5255.0651222 +291,0.489558039,0.934482747,353,0.40118964,0.681375926,1030.6577988 +292,0.081344504,0.88384514,353,0.40118964,0.681375926,1198.2423902 +293,-1.547979814,0.300350308,353,0.40118964,0.681375926,6569.8704835 +294,0.040776181,0.168560074,353,0.40118964,0.681375926,2398.7091661 +295,-1.130374745,0.563894876,353,0.40118964,0.681375926,4753.0306101 +296,1.578326642,0.478507176,353,0.40118964,0.681375926,3893.8792835 +297,-1.12861823,-0.291640865,353,0.40118964,0.681375926,6820.7992065 +298,0.310524208,0.770885792,353,0.40118964,0.681375926,444.55860007 +299,0.415649091,-0.387246002,353,0.40118964,0.681375926,4233.1511883 +300,-0.926533878,-0.188022748,353,0.40118964,0.681375926,5960.64142 +301,1.258856172,-0.11716081,353,0.40118964,0.681375926,4456.8346233 +302,-1.126050026,0.322941926,353,0.40118964,0.681375926,5294.6711135 +303,2.002785835,0.07893892,353,0.40118964,0.681375926,6119.6207342 +304,0.440437607,0.746258085,353,0.40118964,0.681375926,282.5592948 +305,-0.030391866,0.214441206,353,0.40118964,0.681375926,2390.3979686 +306,0.521557815,-0.058929362,353,0.40118964,0.681375926,2965.1457355 +307,-0.097005111,0.13317729,353,0.40118964,0.681375926,2803.0152525 +308,1.83113859,0.221857587,353,0.40118964,0.681375926,5241.6640148 +309,0.222428864,0.099404236,353,0.40118964,0.681375926,2392.4847283 +310,-1.702731345,0.8728568183,353,0.40118964,0.681375926,5307.1314081 +311,-0.418507569,0.278324921,353,0.40118964,0.681375926,3245.3637641 +312,-1.41153306,0.339029988,353,0.40118964,0.681375926,6087.2694479 +313,0.357560442,0.114788776,353,0.40118964,0.681375926,2249.6643186 +314,0.325818979,0.268352149,353,0.40118964,0.681375926,1656.8439233 +315,-1.246004659,-0.663679965,353,0.40118964,0.681375926,8003.2292816 +316,1.814603087,0.637404484,353,0.40118964,0.681375926,4271.8479075 +317,1.843704281,-0.18300445,353,0.40118964,0.681375926,6288.9488462 +318,1.690644492,-0.211480909,353,0.40118964,0.681375926,5910.145391 +319,-1.275451936,0.068109467,353,0.40118964,0.681375926,6376.4449246 +320,0.762430171,-0.207594741,353,0.40118964,0.681375926,3765.5039349 +321,0.265668905,-0.014647884,353,0.40118964,0.681375926,2800.6530455 +322,-2.773032013,-0.335515811,353,0.40118964,0.681375926,11069.342679 +323,-1.469512853,0.174058777,353,0.40118964,0.681375926,6686.0878143 +324,0.286276986,0.785925691,353,0.40118964,0.681375926,534.20349031 +325,-1.379324697,0.377432233,353,0.40118964,0.681375926,5897.5148296 +326,-1.203778265,0.212813032,353,0.40118964,0.681375926,5796.902205 +327,0.579916301,0.611743168,353,0.40118964,0.681375926,628.24668882 +328,0.267582642,0.868113908,353,0.40118964,0.681375926,829.70554635 +329,0.412869244,-0.050245578,353,0.40118964,0.681375926,2898.266459 +330,0.17524381,0.976660285,353,0.40118964,0.681375926,1311.6970649 +331,0.743157214,0.204812899,353,0.40118964,0.681375926,2238.3030848 +332,-1.070758176,0.269382282,353,0.40118964,0.681375926,5255.7261965 +333,-1.230364251,0.329790229,353,0.40118964,0.681375926,5588.0076465 +334,-1.374813124,-0.024926835,353,0.40118964,0.681375926,6914.3371037 +335,0.519780566,0.463669906,353,0.40118964,0.681375926,947.66630459 +336,-1.55108034,0.239698561,353,0.40118964,0.681375926,6743.7350035 +337,0.180294813,0.029739425,353,0.40118964,0.681375926,2701.9391022 +338,0.67820924,0.268170153,353,0.40118964,0.681375926,1898.793843 +339,0.445798684,1.024001867,353,0.40118964,0.681375926,1361.8701763 +340,0.691751283,0.150521402,353,0.40118964,0.681375926,2342.359178 +341,-1.036643551,-0.903056181,353,0.40118964,0.681375926,7986.1690984 +342,-0.120287036,1.083325163,353,0.40118964,0.681375926,2026.5878609 +343,2.823513113,-0.304487164,353,0.40118964,0.681375926,9558.798412 +344,0.457583172,1.12513373,353,0.40118964,0.681375926,1762.6286148 +345,0.042918831,0.813795399,353,0.40118964,0.681375926,1160.6383938 +346,1.196146777,-0.853142756,353,0.40118964,0.681375926,6685.6367783 +347,0.206001358,-0.010430701,353,0.40118964,0.681375926,2830.5826285 +348,-0.268308653,0.234799412,353,0.40118964,0.681375926,2928.8033134 +349,0.759363263,0.736189579,353,0.40118964,0.681375926,1095.8666334 +350,0.181363926,0.891988372,353,0.40118964,0.681375926,1033.2812264 +351,-0.021111158,0.139103292,353,0.40118964,0.681375926,2620.9075892 +352,-0.093355215,0.630686981,353,0.40118964,0.681375926,1558.8138626 +353,0.40118964,0.681375926,353,0.40118964,0.681375926,0 +354,-0.721197315,1.304706234,353,0.40118964,0.681375926,3171.3677293 +355,-1.076150317,0.212107639,353,0.40118964,0.681375926,5410.3637067 +356,-1.577164531,0.273993443,353,0.40118964,0.681375926,6722.1456882 +357,-0.190788414,0.182208586,353,0.40118964,0.681375926,2874.6843149 +358,-0.261349752,0.209710184,353,0.40118964,0.681375926,2980.0462013 +359,-1.029303852,0.083549259,353,0.40118964,0.681375926,5582.212416 +360,-1.268609162,0.330525297,353,0.40118964,0.681375926,5698.3388123 +361,1.282982244,-0.926641967,353,0.40118964,0.681375926,7048.2333194 +362,0.217352334,0.731352408,353,0.40118964,0.681375926,587.77100863 +363,-1.511833084,0.258629297,353,0.40118964,0.681375926,6582.4433246 +364,0.338812194,0.823184618,353,0.40118964,0.681375926,589.79015985 +365,-0.324406489,1.134201999,353,0.40118964,0.681375926,2438.0095685 +366,1.389579348,0.399185724,353,0.40118964,0.681375926,3479.0773764 +367,2.047152199,-0.039082036,353,0.40118964,0.681375926,6550.6392577 +368,0.947780369,0.568250077,353,0.40118964,0.681375926,1802.5556718 +369,0.763824846,0.576754987,353,0.40118964,0.681375926,1229.7671296 +370,-0.142334657,0.928153068,353,0.40118964,0.681375926,1762.5269563 +371,0.610266567,0.547265983,353,0.40118964,0.681375926,859.0047148 +372,0.210731629,0.746815056,353,0.40118964,0.681375926,625.61412885 +373,-1.34931644,0.316895224,353,0.40118964,0.681375926,5966.8280878 +374,2.407696481,0.655030745,353,0.40118964,0.681375926,5730.5435842 +375,0.64207831,0.545359131,353,0.40118964,0.681375926,946.4185891 +376,1.174597538,0.840588356,353,0.40118964,0.681375926,2271.8630994 +377,0.660059424,0.010604079,353,0.40118964,0.681375926,2817.7639084 +378,-0.730263819,0.010486456,353,0.40118964,0.681375926,4860.6043962 +379,0.831068936,0.512339172,353,0.40118964,0.681375926,1552.6463379 +380,1.301180979,0.72367476,353,0.40118964,0.681375926,2685.3048822 +381,1.811128231,0.322854402,353,0.40118964,0.681375926,4940.848613 +382,0.435105812,0.992284428,353,0.40118964,0.681375926,1234.6669528 +383,0.62643634,0.592027932,353,0.40118964,0.681375926,798.88402632 +384,0.492988703,-0.516339467,353,0.40118964,0.681375926,4756.2408669 +385,-0.162469483,0.112549365,353,0.40118964,0.681375926,3020.0886556 +386,0.314630866,0.472006421,353,0.40118964,0.681375926,877.3036191 +387,0.166744804,0.822815954,353,0.40118964,0.681375926,877.48813431 +388,0.417159608,0.965805736,353,0.40118964,0.681375926,1127.4213601 +389,0.106334961,0.868774244,353,0.40118964,0.681375926,1112.0669977 +390,0.815086969,-0.338144359,353,0.40118964,0.681375926,4320.0878989 +391,0.59867455,-0.230624824,353,0.40118964,0.681375926,3685.5386308 +392,1.915104874,0.066220985,353,0.40118964,0.681375926,5881.8947755 +393,1.278093622,0.064463721,353,0.40118964,0.681375926,3979.9328983 +394,-0.061477853,0.302997961,353,0.40118964,0.681375926,2187.6162047 +395,0.251311504,0.626976942,353,0.40118964,0.681375926,517.74812756 +396,2.950242872,0.149095644,353,0.40118964,0.681375926,8498.333106 +397,-0.180294708,0.35375117,353,0.40118964,0.681375926,2364.472331 +398,1.010448592,-0.351180233,353,0.40118964,0.681375926,4671.9266097 +399,-1.748740498,0.3686318073,353,0.40118964,0.681375926,6896.8508753 +400,2.699635665,0.123533791,353,0.40118964,0.681375926,8004.7551114 +401,0.496808033,0.823843254,353,0.40118964,0.681375926,627.99349553 +402,0.129574704,0.763364087,353,0.40118964,0.681375926,868.33166698 +403,1.798920311,0.817447563,353,0.40118964,0.681375926,3910.8138152 +404,0.335987953,0.746786541,353,0.40118964,0.681375926,324.29809272 +405,-1.085413643,0.292154671,353,0.40118964,0.681375926,5245.7514637 +406,-0.155321003,0.508207011,353,0.40118964,0.681375926,1938.1892826 +407,0.620529244,-0.301175104,353,0.40118964,0.681375926,3975.9106533 +408,1.684402744,0.368716966,353,0.40118964,0.681375926,4450.2706627 +409,0.300582244,-0.386397212,353,0.40118964,0.681375926,4245.8780603 +410,2.913555946,-0.009225192,353,0.40118964,0.681375926,8940.6600136 +411,1.465101417,0.493232532,353,0.40118964,0.681375926,3520.5638303 +412,0.090612882,0.907955955,353,0.40118964,0.681375926,1237.7358613 +413,2.987564726,-0.729568594,353,0.40118964,0.681375926,10768.370143 +414,-1.484261606,0.224149272,353,0.40118964,0.681375926,6596.2582484 +415,0.164073421,0.303955133,353,0.40118964,0.681375926,1704.0280608 +416,0.141441293,0.167552546,353,0.40118964,0.681375926,2233.574048 +417,2.931321023,-0.506718887,353,0.40118964,0.681375926,10336.163371 +418,2.21951565,0.700596356,353,0.40118964,0.681375926,5177.7188331 +419,0.268112576,1.199114336,353,0.40118964,0.681375926,2070.6358018 +420,0.978913739,0.359223811,353,0.40118964,0.681375926,2339.7790412 +421,1.210898818,0.522863584,353,0.40118964,0.681375926,2686.6352961 +422,2.347397336,0.129231362,353,0.40118964,0.681375926,7024.5057313 +423,0.614394501,0.556878345,353,0.40118964,0.681375926,845.00667813 +424,-1.398079356,0.148483366,353,0.40118964,0.681375926,6542.3221761 +425,2.535303836,-0.112984496,353,0.40118964,0.681375926,8219.1454636 +426,-1.019372593,-0.405322349,353,0.40118964,0.681375926,6784.4285576 +427,-1.297785627,-0.160104069,353,0.40118964,0.681375926,7013.1510202 +428,2.144554488,0.205051084,353,0.40118964,0.681375926,6231.137747 +429,-2.242387083,-0.426171285,353,0.40118964,0.681375926,10497.683618 +430,0.338637212,0.909723676,353,0.40118964,0.681375926,920.66278678 +431,-0.148798452,0.691042401,353,0.40118964,0.681375926,1677.1525508 +432,0.893524764,0.441829531,353,0.40118964,0.681375926,1892.1590197 +433,0.969229347,-0.368847936,353,0.40118964,0.681375926,4662.4940734 +434,0.436043248,0.800045688,353,0.40118964,0.681375926,480.92078733 +435,1.687946607,1.081504775,353,0.40118964,0.681375926,3375.9322447 +436,0.522302046,-0.034889271,353,0.40118964,0.681375926,2871.2608514 +437,-0.178996113,-0.438090009,353,0.40118964,0.681375926,4927.2509391 +438,-1.094339566,0.301444068,353,0.40118964,0.681375926,5250.5761001 +439,-1.064070054,0.242569932,353,0.40118964,0.681375926,5299.7527864 +440,-1.068153768,0.230387998,353,0.40118964,0.681375926,5341.6198386 +441,-3.00496892,-0.23989155,353,0.40118964,0.681375926,10465.705096 +442,0.21751974,0.766874888,353,0.40118964,0.681375926,640.86532733 +443,0.117229532,0.007619006,353,0.40118964,0.681375926,2860.4760082 +444,0.777758451,0.420554741,353,0.40118964,0.681375926,1630.1842733 +445,-0.252356999,0.250747086,353,0.40118964,0.681375926,2840.7954831 +446,0.363148444,0.768483434,353,0.40118964,0.681375926,362.962783 +447,0.903191366,-0.118210676,353,0.40118964,0.681375926,3663.8844921 +448,-0.205755923,0.149406178,353,0.40118964,0.681375926,3011.541114 +449,1.811996086,0.02364353,353,0.40118964,0.681375926,5671.1886858 +450,-1.100670221,0.314845373,353,0.40118964,0.681375926,5237.7385741 +451,0.340078597,0.850105132,353,0.40118964,0.681375926,690.53902586 +452,0.258757267,0.804969236,353,0.40118964,0.681375926,641.34416329 +453,2.78505352,-0.155160804,353,0.40118964,0.681375926,9049.5400549 +454,0.800551619,0.105822106,353,0.40118964,0.681375926,2690.0731462 +455,0.437940882,-0.506194031,353,0.40118964,0.681375926,4705.9234208 +456,2.230431122,0.63458615,353,0.40118964,0.681375926,5369.4974548 +457,0.527965361,0.127667701,353,0.40118964,0.681375926,2239.3757034 +458,-0.063643205,0.702093448,353,0.40118964,0.681375926,1415.0332569 +459,1.408447268,0.133010502,353,0.40118964,0.681375926,4171.8344913 +460,0.523795955,0.280266966,353,0.40118964,0.681375926,1644.7066365 +461,-0.975769313,0.072177659,353,0.40118964,0.681375926,5445.9750138 +462,0.549774164,-0.463663986,353,0.40118964,0.681375926,4568.7317763 +463,0.29245874,1.095549818,353,0.40118964,0.681375926,1661.0785047 +464,0.143625958,0.816809593,353,0.40118964,0.681375926,917.3037777 +465,0.671902494,0.611159853,353,0.40118964,0.681375926,898.73983395 +466,1.239840988,0.6724199,353,0.40118964,0.681375926,2558.7284013 +467,0.607829703,-0.10932137,353,0.40118964,0.681375926,3222.4618874 +468,1.763020906,0.263996692,353,0.40118964,0.681375926,4932.1256617 +469,0.378714634,0.726066797,353,0.40118964,0.681375926,189.58055491 +470,2.196736143,-0.153862366,353,0.40118964,0.681375926,7294.9000872 +471,0.01702415,0.148991565,353,0.40118964,0.681375926,2511.615048 +472,-2.998490902,-0.158002487,353,0.40118964,0.681375926,10177.525517 +473,-3.051262951,-0.346595608,353,0.40118964,0.681375926,10745.409925 +474,-1.069176439,0.182802941,353,0.40118964,0.681375926,5460.3864201 +475,0.167157509,0.595344954,353,0.40118964,0.681375926,817.63183436 +476,0.613855648,0.681746124,353,0.40118964,0.681375926,653.68745348 +477,1.037012736,0.682555367,353,0.40118964,0.681375926,1941.8197942 +478,-1.253574971,0.379755746,353,0.40118964,0.681375926,5533.2671215 +479,3.108590453,-0.132620738,353,0.40118964,0.681375926,9776.7093174 +480,0.565301296,0.022333262,353,0.40118964,0.681375926,2677.2318188 +481,0.547898238,0.855555614,353,0.40118964,0.681375926,805.4360897 +482,0.948309381,0.417393755,353,0.40118964,0.681375926,2107.8814749 +483,-0.050600732,0.945269213,353,0.40118964,0.681375926,1597.6601763 +484,-0.977651478,-0.572363064,353,0.40118964,0.681375926,7086.6633029 +485,1.102014914,0.728861163,353,0.40118964,0.681375926,2103.1364132 +486,2.927300795,-0.282939414,353,0.40118964,0.681375926,9796.267706 +487,-1.154565557,0.124434095,353,0.40118964,0.681375926,5865.8817713 +488,1.855331234,0.291044755,353,0.40118964,0.681375926,5149.9516128 +489,0.830290659,0.276904518,353,0.40118964,0.681375926,2185.7211942 +490,0.485104466,-0.234867441,353,0.40118964,0.681375926,3642.4943543 +491,0.521367572,-0.33161327,353,0.40118964,0.681375926,4037.1320846 +1,-1.539031704,0.7349710123,354,-0.721197315,1.304706234,2675.868268 +2,-1.536990553,0.7349663874,354,-0.721197315,1.304706234,2674.0465717 +3,-1.534951779,0.7349571355,354,-0.721197315,1.304706234,2672.2469309 +4,-1.532906461,0.7349480293,354,-0.721197315,1.304706234,2670.4433453 +5,-1.531320211,0.7346937278,354,-0.721197315,1.304706234,2669.9788795 +6,-1.539451648,0.7335131775,354,-0.721197315,1.304706234,2681.7432257 +7,-1.537429487,0.7335445708,354,-0.721197315,1.304706234,2679.80306 +8,-1.535484998,0.7335658704,354,-0.721197315,1.304706234,2677.9731886 +9,-1.533488396,0.7336036027,354,-0.721197315,1.304706234,2676.0367603 +10,-1.531497785,0.7335842962,354,-0.721197315,1.304706234,2674.3232259 +11,-1.530259379,0.7334777758,354,-0.721197315,1.304706234,2673.614974 +12,-1.5335454,0.7322346912,354,-0.721197315,1.304706234,2681.2518767 +13,-1.531489083,0.7322238773,354,-0.721197315,1.304706234,2679.4480416 +14,-1.530011122,0.7321679851,354,-0.721197315,1.304706234,2678.3347057 +15,-1.53348106,0.7306614094,354,-0.721197315,1.304706234,2687.1300759 +16,-1.531441779,0.7306962275,354,-0.721197315,1.304706234,2685.1702154 +17,-1.529755654,0.7306933243,354,-0.721197315,1.304706234,2683.6712293 +18,-1.533415048,0.7291384674,354,-0.721197315,1.304706234,2692.8179705 +19,-1.531392093,0.7291705353,354,-0.721197315,1.304706234,2690.883965 +20,-1.529296523,0.7291214933,354,-0.721197315,1.304706234,2689.1936408 +21,-1.535280942,0.727267644,354,-0.721197315,1.304706234,2701.5528115 +22,-1.533378158,0.7276139666,354,-0.721197315,1.304706234,2698.5389544 +23,-1.531340368,0.7276446587,354,-0.721197315,1.304706234,2696.5976755 +24,-1.528960113,0.7276398177,354,-0.721197315,1.304706234,2694.4869209 +25,-1.533313146,0.7260818349,354,-0.721197315,1.304706234,2704.2646252 +26,-1.531259555,0.7260958115,354,-0.721197315,1.304706234,2702.3731797 +27,-1.528926415,0.7260865555,354,-0.721197315,1.304706234,2700.3222512 +28,-1.531226779,0.7245511789,354,-0.721197315,1.304706234,2708.1768626 +29,-1.528904772,0.7245519194,354,-0.721197315,1.304706234,2706.0990888 +30,-1.547195875,0.7409785979,354,-0.721197315,1.304706234,2660.6216486 +31,-1.5451475,0.740980426,354,-0.721197315,1.304706234,2658.7562211 +32,-1.543097679,0.7409798872,354,-0.721197315,1.304706234,2656.9008214 +33,-1.540720364,0.7409892687,354,-0.721197315,1.304706234,2654.7143569 +34,-1.547188511,0.7395198392,354,-0.721197315,1.304706234,2666.1077069 +35,-1.545148587,0.7395226109,354,-0.721197315,1.304706234,2664.2471541 +36,-1.543104538,0.7395314908,354,-0.721197315,1.304706234,2662.3622657 +37,-1.540727751,0.7395306258,354,-0.721197315,1.304706234,2660.215749 +38,-1.547187029,0.7380014886,354,-0.721197315,1.304706234,2671.8245714 +39,-1.545147315,0.7380012252,354,-0.721197315,1.304706234,2669.9764301 +40,-1.54310719,0.7380060743,354,-0.721197315,1.304706234,2668.1110664 +41,-1.540719671,0.7380068206,354,-0.721197315,1.304706234,2665.9497086 +42,-1.547187189,0.7364799098,354,-0.721197315,1.304706234,2677.5561805 +43,-1.545149996,0.7364853874,354,-0.721197315,1.304706234,2675.6894802 +44,-1.543106091,0.7364823484,354,-0.721197315,1.304706234,2673.8512024 +45,-1.540717158,0.7364893901,354,-0.721197315,1.304706234,2671.6657727 +46,-1.538663972,0.7410138672,354,-0.721197315,1.304706234,2652.7636093 +47,-1.53695285,0.7409699132,354,-0.721197315,1.304706234,2651.3849842 +48,-1.534910498,0.7409641297,354,-0.721197315,1.304706234,2649.5659092 +49,-1.533145034,0.7409536636,354,-0.721197315,1.304706234,2648.0160473 +50,-1.538681336,0.7395405883,354,-0.721197315,1.304706234,2658.3298994 +51,-1.536999189,0.7395183096,354,-0.721197315,1.304706234,2656.8963836 +52,-1.534923633,0.7395144222,354,-0.721197315,1.304706234,2655.0409822 +53,-1.533267822,0.7395654306,354,-0.721197315,1.304706234,2653.358682 +54,-1.53867273,0.7380151077,354,-0.721197315,1.304706234,2664.0705023 +55,-1.536980576,0.7379994392,354,-0.721197315,1.304706234,2662.6037403 +56,-1.534931522,0.7379944961,354,-0.721197315,1.304706234,2660.7770108 +57,-1.533387952,0.7379480264,354,-0.721197315,1.304706234,2659.5637194 +58,-1.538682279,0.7364914363,354,-0.721197315,1.304706234,2669.8217621 +59,-1.536980704,0.7364810563,354,-0.721197315,1.304706234,2668.3272418 +60,-1.534935567,0.7364752065,354,-0.721197315,1.304706234,2666.5082614 +61,-1.533042592,0.7363876366,354,-0.721197315,1.304706234,2665.1366254 +62,-1.545143426,0.7349628011,354,-0.721197315,1.304706234,2681.4206671 +63,-1.543105297,0.7349691947,354,-0.721197315,1.304706234,2679.5528616 +64,-1.541064533,0.7349647152,354,-0.721197315,1.304706234,2677.7260781 +65,-1.545411803,0.7334624714,354,-0.721197315,1.304706234,2687.3178553 +66,-1.543446606,0.7334780896,354,-0.721197315,1.304706234,2685.4816465 +67,-1.541475327,0.7334957295,354,-0.721197315,1.304706234,2683.6345649 +68,-1.545401939,0.731963266,354,-0.721197315,1.304706234,2692.9599726 +69,-1.54342253,0.7319915583,354,-0.721197315,1.304706234,2691.063886 +70,-1.541455867,0.7320216438,354,-0.721197315,1.304706234,2689.1747986 +71,-1.545410146,0.7304422281,354,-0.721197315,1.304706234,2698.7017929 +72,-1.543435491,0.7304713664,354,-0.721197315,1.304706234,2696.8075395 +73,-1.541463105,0.7304997613,354,-0.721197315,1.304706234,2694.9203875 +74,-1.545414768,0.7289194936,354,-0.721197315,1.304706234,2704.4478253 +75,-1.543435774,0.7289538557,354,-0.721197315,1.304706234,2702.530685 +76,-1.541457714,0.7289765881,354,-0.721197315,1.304706234,2700.6605129 +77,-1.539449415,0.7320555866,354,-0.721197315,1.304706234,2687.2375497 +78,-1.537429183,0.7321097681,354,-0.721197315,1.304706234,2685.2139045 +79,-1.535472649,0.7321497267,354,-0.721197315,1.304706234,2683.3035231 +80,-1.539457899,0.7305333307,354,-0.721197315,1.304706234,2692.9864121 +81,-1.537453161,0.7305750503,354,-0.721197315,1.304706234,2691.0244506 +82,-1.535479385,0.7306124949,354,-0.721197315,1.304706234,2689.1087748 +83,-1.53946905,0.7290102593,354,-0.721197315,1.304706234,2698.7418034 +84,-1.537459922,0.7290417293,354,-0.721197315,1.304706234,2696.8153007 +85,-1.535451349,0.7290890157,354,-0.721197315,1.304706234,2694.8319767 +86,-1.535522937,0.7279887191,354,-0.721197315,1.304706234,2699.0485345 +87,-1.539442524,0.7274735939,354,-0.721197315,1.304706234,2704.5156242 +88,-1.537424111,0.727521351,354,-0.721197315,1.304706234,2702.5201055 +89,-1.539384641,0.7259505092,354,-0.721197315,1.304706234,2710.2110708 +90,-1.537372391,0.7259947145,354,-0.721197315,1.304706234,2708.2353076 +91,-1.535340789,0.7260435356,354,-0.721197315,1.304706234,2706.2271222 +92,-1.539325716,0.7244369706,354,-0.721197315,1.304706234,2715.8706313 +93,-1.537308932,0.7244801057,354,-0.721197315,1.304706234,2713.8956465 +94,-1.535289068,0.7245247645,354,-0.721197315,1.304706234,2711.9145249 +95,-1.533261366,0.7245550236,354,-0.721197315,1.304706234,2709.9831532 +96,-1.539267302,0.722921924,354,-0.721197315,1.304706234,2721.5374114 +97,-1.537248972,0.7229660258,354,-0.721197315,1.304706234,2719.5581989 +98,-1.535219431,0.7229916471,354,-0.721197315,1.304706234,2717.6411087 +99,-1.53318962,0.7230212049,354,-0.721197315,1.304706234,2715.7113503 +100,-1.531154816,0.7230299897,354,-0.721197315,1.304706234,2713.8580433 +101,-1.528878341,0.7230370244,354,-0.721197315,1.304706234,2711.7981285 +102,-1.539218189,0.7214009878,354,-0.721197315,1.304706234,2727.2358468 +103,-1.537198791,0.7214422745,354,-0.721197315,1.304706234,2725.2671069 +104,-1.535179266,0.7214634354,354,-0.721197315,1.304706234,2723.3766604 +105,-1.533156501,0.7214944644,354,-0.721197315,1.304706234,2721.4484624 +106,-1.53113574,0.7215166021,354,-0.721197315,1.304706234,2719.5580774 +107,-1.528874248,0.7215345535,354,-0.721197315,1.304706234,2717.4711781 +108,-1.539217656,0.7198512397,354,-0.721197315,1.304706234,2733.0877704 +109,-1.537199919,0.7199428763,354,-0.721197315,1.304706234,2730.931097 +110,-1.545425832,0.727397149,354,-0.721197315,1.304706234,2710.199262 +111,-1.543371177,0.7273916949,354,-0.721197315,1.304706234,2708.3647712 +112,-1.541368852,0.7274523163,354,-0.721197315,1.304706234,2706.3306242 +113,-1.545349067,0.7258710923,354,-0.721197315,1.304706234,2715.8864276 +114,-1.54332671,0.7258603556,354,-0.721197315,1.304706234,2714.1018781 +115,-1.541346831,0.7259242142,354,-0.721197315,1.304706234,2712.076513 +116,-1.545324355,0.7243383958,354,-0.721197315,1.304706234,2721.6467411 +117,-1.543292796,0.7243617413,354,-0.721197315,1.304706234,2719.7260919 +118,-1.541295822,0.7244024384,354,-0.721197315,1.304706234,2717.7734917 +119,-1.543193859,0.7205570215,354,-0.721197315,1.304706234,2733.9980354 +120,-1.550257047,0.7386738187,354,-0.721197315,1.304706234,2672.0806081 +121,-1.549335448,0.7311736483,354,-0.721197315,1.304706234,2699.4986726 +122,-1.533478843,0.7179891343,354,-0.721197315,1.304706234,2734.9806742 +123,-1.556150555,0.738907041,354,-0.721197315,1.304706234,2676.5704105 +124,-1.554324226,0.733414257,354,-0.721197315,1.304706234,2695.5879181 +125,-1.554290846,0.7288285332,354,-0.721197315,1.304706234,2712.835952 +126,-1.55122487,0.7219795312,354,-0.721197315,1.304706234,2735.8811258 +127,-1.525104458,0.7229399862,354,-0.721197315,1.304706234,2708.8009444 +128,-1.519607711,0.7236181429,354,-0.721197315,1.304706234,2701.3535699 +129,-1.513899999,0.7251107854,354,-0.721197315,1.304706234,2690.6571494 +130,-1.536620762,0.7431061895,354,-0.721197315,1.304706234,2643.0376782 +131,-1.5369566,0.7460845958,354,-0.721197315,1.304706234,2632.1243753 +132,-1.545345528,0.7447040685,354,-0.721197315,1.304706234,2644.9178581 +133,-1.532813921,0.7432306626,354,-0.721197315,1.304706234,2639.138037 +134,-1.554788248,0.7382381001,354,-0.721197315,1.304706234,2677.8458909 +135,-1.540348126,0.7301594274,354,-0.721197315,1.304706234,2695.1987782 +136,-1.538016084,0.7239051786,354,-0.721197315,1.304706234,2716.7011779 +137,-1.525288962,0.7258085137,354,-0.721197315,1.304706234,2698.1271922 +138,-1.534326986,0.731241342,354,-0.721197315,1.304706234,2685.701204 +139,-1.530733872,0.7303625216,354,-0.721197315,1.304706234,2685.7955082 +141,-1.534354939,0.7328219978,354,-0.721197315,1.304706234,2679.7633025 +142,-1.53157084,0.7292888153,354,-0.721197315,1.304706234,2690.5976148 +143,-1.525691035,0.7263799874,354,-0.721197315,1.304706234,2696.3268243 +144,-1.534031287,0.7495967835,354,-0.721197315,1.304706234,2616.2608421 +145,-1.527714986,0.7283095957,354,-0.721197315,1.304706234,2690.8454758 +146,-1.526189586,0.7271468292,354,-0.721197315,1.304706234,2693.8749904 +147,-1.555177336,0.7375563366,354,-0.721197315,1.304706234,2680.767083 +148,-1.555080283,0.7312707794,354,-0.721197315,1.304706234,2704.350871 +149,-1.53856994,0.7224180299,354,-0.721197315,1.304706234,2722.8133395 +150,-1.530837883,0.729933372,354,-0.721197315,1.304706234,2687.5083706 +151,-1.515066984,0.5854133365,354,-0.721197315,1.304706234,3223.3657051 +152,-1.534731633,0.5368370046,354,-0.721197315,1.304706234,3426.2203051 +153,-1.515231902,0.5607085576,354,-0.721197315,1.304706234,3318.1226842 +154,-2.616253799,1.0684566605,354,-0.721197315,1.304706234,2513.8845184 +155,-1.956071439,0.5792177723,354,-0.721197315,1.304706234,3669.8000847 +156,-1.951208514,0.5602434208,354,-0.721197315,1.304706234,3736.294934 +157,-1.944675062,0.6062144545,354,-0.721197315,1.304706234,3556.5203898 +158,-1.613778386,0.6077989518,354,-0.721197315,1.304706234,3225.3209121 +159,-2.035029014,0.6021432345,354,-0.721197315,1.304706234,3665.3230406 +160,-2.114989471,0.6801825058,354,-0.721197315,1.304706234,3456.5670142 +161,-2.037382079,0.5765830025,354,-0.721197315,1.304706234,3763.8388606 +162,-2.129855121,0.6585019963,354,-0.721197315,1.304706234,3552.94968 +163,-2.075141798,0.6493615843,354,-0.721197315,1.304706234,3530.1417298 +164,-1.828626729,0.6948433129,354,-0.721197315,1.304706234,3105.8661565 +165,-1.863329418,0.6735427691,354,-0.721197315,1.304706234,3220.7508166 +166,-1.266037071,0.727988852,354,-0.721197315,1.304706234,2483.2568653 +167,-1.277579582,0.7249010648,354,-0.721197315,1.304706234,2503.1364921 +168,-1.258418684,0.7241194816,354,-0.721197315,1.304706234,2492.9703196 +169,-1.317813974,0.6804850104,354,-0.721197315,1.304706234,2702.6925032 +170,-1.344165204,0.6790988904,354,-0.721197315,1.304706234,2727.3366387 +171,-1.427582102,0.5277120351,354,-0.721197315,1.304706234,3373.8147159 +172,-1.402238616,0.457167829,354,-0.721197315,1.304706234,3627.3021737 +173,-1.422454264,0.4996161999,354,-0.721197315,1.304706234,3478.3284883 +174,-1.439089277,0.4894859811,354,-0.721197315,1.304706234,3530.2999445 +175,-1.448126995,0.5182330266,354,-0.721197315,1.304706234,3426.4608783 +176,-1.474626146,0.5881926574,354,-0.721197315,1.304706234,3178.8212166 +177,-1.421139645,0.5584869783,354,-0.721197315,1.304706234,3250.1531727 +178,-1.457037165,0.565943032,354,-0.721197315,1.304706234,3249.9040986 +179,-2.757159358,0.3745319,354,-0.721197315,1.304706234,5248.9246027 +180,-2.714309238,0.342054471,354,-0.721197315,1.304706234,5334.8625715 +181,-2.000525337,0.774119946,354,-0.721197315,1.304706234,2989.1482008 +183,-1.571413436,0.6777838382,354,-0.721197315,1.304706234,2921.2171827 +184,-1.552860289,0.6987663893,354,-0.721197315,1.304706234,2825.0476117 +185,-1.521852374,0.7165827476,354,-0.721197315,1.304706234,2729.946792 +186,-1.503656267,0.6928968252,354,-0.721197315,1.304706234,2803.7348108 +187,-1.502753178,0.7136205882,354,-0.721197315,1.304706234,2724.3496195 +188,-1.631894563,0.7343596465,354,-0.721197315,1.304706234,2764.2474304 +189,-1.653765416,0.6770714026,354,-0.721197315,1.304706234,3000.3742159 +190,-1.719812114,0.6715965947,354,-0.721197315,1.304706234,3084.5786986 +191,-1.493406659,0.6646955447,354,-0.721197315,1.304706234,2902.146109 +192,-1.469120564,0.6613469966,354,-0.721197315,1.304706234,2894.3546993 +193,-1.590551461,0.5326612937,354,-0.721197315,1.304706234,3490.8741401 +194,-1.625979264,0.5247742243,354,-0.721197315,1.304706234,3552.8268565 +195,-1.572293943,0.5238808754,354,-0.721197315,1.304706234,3508.3713892 +196,-1.610848725,0.5477107964,354,-0.721197315,1.304706234,3451.5507703 +197,-1.208485554,0.7918526018,354,-0.721197315,1.304706234,2198.7679516 +198,-1.335601374,0.6869083083,354,-0.721197315,1.304706234,2690.967325 +199,-1.346156996,0.6825213377,354,-0.721197315,1.304706234,2715.6690071 +200,-1.324381037,0.6741422347,354,-0.721197315,1.304706234,2731.867083 +201,-1.242424992,0.7378949807,354,-0.721197315,1.304706234,2429.0868446 +202,-1.270370057,0.7392461008,354,-0.721197315,1.304706234,2442.9067352 +203,-1.448950472,0.7441675014,354,-0.721197315,1.304706234,2562.3263335 +204,-1.492662363,0.7523026852,354,-0.721197315,1.304706234,2569.2325438 +205,-1.479098966,0.7763855017,354,-0.721197315,1.304706234,2466.5451854 +206,-1.633760714,0.7869022408,354,-0.721197315,1.304706234,2569.831 +207,-1.647406434,0.8101289331,354,-0.721197315,1.304706234,2496.8773494 +208,-1.564245052,0.5701509278,354,-0.721197315,1.304706234,3324.3100896 +209,-1.646289963,0.6833746083,354,-0.721197315,1.304706234,2969.5338788 +210,-1.5820631,0.6751952144,354,-0.721197315,1.304706234,2940.7008174 +211,-1.613236298,0.6681681791,354,-0.721197315,1.304706234,2995.9542302 +212,-1.914661867,0.8212566515,354,-0.721197315,1.304706234,2726.8413925 +213,-1.742133237,0.7250275956,354,-0.721197315,1.304706234,2906.3749204 +214,-2.033144872,0.6557314699,354,-0.721197315,1.304706234,3462.6064683 +215,-2.039551981,0.6964723658,354,-0.721197315,1.304706234,3317.3404047 +216,-1.247341019,0.7622473908,354,-0.721197315,1.304706234,2338.5754966 +217,-1.298239787,0.7084123392,354,-0.721197315,1.304706234,2581.1575516 +218,-1.308539688,0.6926545592,354,-0.721197315,1.304706234,2649.1679642 +219,-1.303263185,0.6888938396,354,-0.721197315,1.304706234,2659.8874227 +220,-1.852400229,0.6004246149,354,-0.721197315,1.304706234,3484.1735659 +221,-1.288947707,0.7473773692,354,-0.721197315,1.304706234,2424.7478511 +222,-1.372031502,0.7472790993,354,-0.721197315,1.304706234,2487.6198685 +223,-1.289805721,0.7242157877,354,-0.721197315,1.304706234,2514.3656272 +224,-1.350807603,0.7533498126,354,-0.721197315,1.304706234,2447.9065829 +225,-1.329290365,0.7560442322,354,-0.721197315,1.304706234,2421.1902097 +226,-1.410153004,0.616936428,354,-0.721197315,1.304706234,3016.6461468 +227,-1.393445434,0.6308995063,354,-0.721197315,1.304706234,2949.9872304 +228,-1.37595573,0.6241540638,354,-0.721197315,1.304706234,2962.5583994 +229,-1.358388707,0.6172645205,354,-0.721197315,1.304706234,2975.9509687 +230,-1.753741133,0.8281661666,354,-0.721197315,1.304706234,2536.1821394 +231,-1.47430987,0.6834615681,354,-0.721197315,1.304706234,2814.4278092 +232,-1.421012508,0.7222725206,354,-0.721197315,1.304706234,2622.2554464 +233,-1.4476833,0.6978557868,354,-0.721197315,1.304706234,2737.2596118 +234,-1.470370723,0.6966193374,354,-0.721197315,1.304706234,2761.0171299 +235,-1.429211703,0.7037216883,354,-0.721197315,1.304706234,2699.6519585 +236,-1.700578405,0.6178673663,354,-0.721197315,1.304706234,3268.5903235 +237,-1.678117619,0.6331716163,354,-0.721197315,1.304706234,3189.2513301 +238,-1.725644578,0.6316331145,354,-0.721197315,1.304706234,3240.7922664 +239,-2.14012759,0.7930497945,354,-0.721197315,1.304706234,3064.5977848 +240,-2.103289431,0.7653606263,354,-0.721197315,1.304706234,3128.3995989 +241,-1.318739838,0.7017808746,354,-0.721197315,1.304706234,2621.4239078 +242,-1.396417427,0.7077900843,354,-0.721197315,1.304706234,2657.634337 +243,-1.35650337,0.7185539404,354,-0.721197315,1.304706234,2585.2985582 +244,-1.248884539,0.7274156818,354,-0.721197315,1.304706234,2473.829229 +245,-1.395014798,0.5761185243,354,-0.721197315,1.304706234,3162.0900043 +246,-1.433377362,0.6064716109,354,-0.721197315,1.304706234,3075.2050895 +247,-1.408172432,0.5903155476,354,-0.721197315,1.304706234,3117.4978239 +248,-1.749645898,0.7757118084,354,-0.721197315,1.304706234,2725.4048102 +249,-1.571626686,0.615046989,354,-0.721197315,1.304706234,3159.620491 +250,-1.514070049,0.6303003037,354,-0.721197315,1.304706234,3050.9932863 +251,-1.480890369,0.6237966528,354,-0.721197315,1.304706234,3047.6660135 +252,-1.704390658,0.5281680612,354,-0.721197315,1.304706234,3612.6180751 +253,-1.64434733,0.5254277498,354,-0.721197315,1.304706234,3567.0842014 +254,-1.703855997,0.4792484842,354,-0.721197315,1.304706234,3798.5828912 +255,-1.692002383,0.5748825051,354,-0.721197315,1.304706234,3423.2954586 +256,-1.854136457,0.5544643913,354,-0.721197315,1.304706234,3659.380233 +257,-1.665021206,0.520317736,354,-0.721197315,1.304706234,3605.6406896 +258,-1.733654349,0.4845187345,354,-0.721197315,1.304706234,3806.6862337 +259,-1.720938188,0.5135933906,354,-0.721197315,1.304706234,3683.8120225 +260,-1.742668307,0.553296122,354,-0.721197315,1.304706234,3553.7592674 +261,-1.965659039,0.7142126903,354,-0.721197315,1.304706234,3174.5385266 +262,-1.944438071,0.6772834804,354,-0.721197315,1.304706234,3290.0801551 +263,-1.270340967,0.7681487096,354,-0.721197315,1.304706234,2331.8114172 +264,-1.353091884,0.6549276821,354,-0.721197315,1.304706234,2826.9445993 +265,-1.333236659,0.6413584414,354,-0.721197315,1.304706234,2864.6220706 +266,-1.352015998,0.6753788907,354,-0.721197315,1.304706234,2747.4987138 +267,-1.377988483,0.6577816235,354,-0.721197315,1.304706234,2834.8019623 +268,-2.13075611,0.8318642051,354,-0.721197315,1.304706234,2912.6636836 +269,-2.097910953,0.8259670014,354,-0.721197315,1.304706234,2900.2347135 +270,-1.416382069,0.6694271549,354,-0.721197315,1.304706234,2820.2574004 +271,-1.538905672,0.7535625993,354,-0.721197315,1.304706234,2605.747687 +272,-1.572309477,0.7803125099,354,-0.721197315,1.304706234,2536.1562294 +273,-1.87759879,0.7503853417,354,-0.721197315,1.304706234,2949.3367586 +274,1.152365588,0.590457682,354,-0.721197315,1.304706234,4274.783967 +275,0.350198001,0.718001859,354,-0.721197315,1.304706234,2983.0416284 +276,0.046513677,0.491503852,354,-0.721197315,1.304706234,3562.1844358 +277,0.027510309,0.742571376,354,-0.721197315,1.304706234,2586.2421062 +278,0.306285725,-0.214631579,354,-0.721197315,1.304706234,6510.0105491 +279,-1.100564889,0.318051531,354,-0.721197315,1.304706234,3991.8864636 +280,-1.078582306,0.301437596,354,-0.721197315,1.304706234,4048.038956 +281,-1.137371989,-0.617634065,354,-0.721197315,1.304706234,7691.876699 +282,0.784356344,0.703272339,354,-0.721197315,1.304706234,3486.2866027 +283,-1.221209947,0.218327455,354,-0.721197315,1.304706234,4442.5570532 +284,2.347301921,-0.449114658,354,-0.721197315,1.304706234,9051.5329122 +285,0.246820618,0.830553713,354,-0.721197315,1.304706234,2462.6736343 +286,0.829414965,0.703288228,354,-0.721197315,1.304706234,3532.398753 +287,-1.337537566,0.42332223,354,-0.721197315,1.304706234,3712.6279416 +288,0.882453706,0.454478077,354,-0.721197315,1.304706234,4523.4351682 +289,1.575629659,0.416419109,354,-0.721197315,1.304706234,5300.2616084 +290,-1.039455679,0.229888244,354,-0.721197315,1.304706234,4315.0371857 +291,0.489558039,0.934482747,354,-0.721197315,1.304706234,2336.293594 +292,0.081344504,0.88384514,354,-0.721197315,1.304706234,2106.78416 +293,-1.547979814,0.300350308,354,-0.721197315,1.304706234,4348.3681522 +294,0.040776181,0.168560074,354,-0.721197315,1.304706234,4808.0865243 +295,-1.130374745,0.563894876,354,-0.721197315,1.304706234,3040.4929571 +296,1.578326642,0.478507176,354,-0.721197315,1.304706234,5061.4322866 +297,-1.12861823,-0.291640865,354,-0.721197315,1.304706234,6404.8431053 +298,0.310524208,0.770885792,354,-0.721197315,1.304706234,2746.5666863 +299,0.415649091,-0.387246002,354,-0.721197315,1.304706234,7271.8474545 +300,-0.926533878,-0.188022748,354,-0.721197315,1.304706234,5934.2563148 +301,1.258856172,-0.11716081,354,-0.721197315,1.304706234,7087.1421781 +302,-1.126050026,0.322941926,354,-0.721197315,1.304706234,3984.0444213 +303,2.002785835,0.07893892,354,-0.721197315,1.304706234,6872.5983071 +304,0.440437607,0.746258085,354,-0.721197315,1.304706234,2970.0093202 +305,-0.030391866,0.214441206,354,-0.721197315,1.304706234,4577.4469012 +306,0.521557815,-0.058929362,354,-0.721197315,1.304706234,6111.9778156 +307,-0.097005111,0.13317729,354,-0.721197315,1.304706234,4849.4820544 +308,1.83113859,0.221857587,354,-0.721197315,1.304706234,6225.7175606 +309,0.222428864,0.099404236,354,-0.721197315,1.304706234,5223.8947421 +310,-1.702731345,0.8728568183,354,-0.721197315,1.304706234,2321.4336467 +311,-0.418507569,0.278324921,354,-0.721197315,1.304706234,4118.5081975 +312,-1.41153306,0.339029988,354,-0.721197315,1.304706234,4092.4792375 +313,0.357560442,0.114788776,354,-0.721197315,1.304706234,5286.7126376 +314,0.325818979,0.268352149,354,-0.721197315,1.304706234,4666.6887072 +315,-1.246004659,-0.663679965,354,-0.721197315,1.304706234,7917.3299689 +316,1.814603087,0.637404484,354,-0.721197315,1.304706234,4589.9786187 +317,1.843704281,-0.18300445,354,-0.721197315,1.304706234,7818.8622482 +318,1.690644492,-0.211480909,354,-0.721197315,1.304706234,7826.6934654 +319,-1.275451936,0.068109467,354,-0.721197315,1.304706234,5061.7169917 +320,0.762430171,-0.207594741,354,-0.721197315,1.304706234,6924.5283401 +321,0.265668905,-0.014647884,354,-0.721197315,1.304706234,5702.2370417 +322,-2.773032013,-0.335515811,354,-0.721197315,1.304706234,7993.7830681 +323,-1.469512853,0.174058777,354,-0.721197315,1.304706234,4776.4448548 +324,0.286276986,0.785925691,354,-0.721197315,1.304706234,2666.6056162 +325,-1.379324697,0.377432233,354,-0.721197315,1.304706234,3920.1080699 +326,-1.203778265,0.212813032,354,-0.721197315,1.304706234,4454.9097792 +327,0.579916301,0.611743168,354,-0.721197315,1.304706234,3616.0749464 +328,0.267582642,0.868113908,354,-0.721197315,1.304706234,2345.9921809 +329,0.412869244,-0.050245578,354,-0.721197315,1.304706234,5973.6856815 +330,0.17524381,0.976660285,354,-0.721197315,1.304706234,1863.2893657 +331,0.743157214,0.204812899,354,-0.721197315,1.304706234,5328.7766551 +332,-1.070758176,0.269382282,354,-0.721197315,1.304706234,4171.155017 +333,-1.230364251,0.329790229,354,-0.721197315,1.304706234,4010.8077867 +334,-1.374813124,-0.024926835,354,-0.721197315,1.304706234,5486.3026823 +335,0.519780566,0.463669906,354,-0.721197315,1.304706234,4112.7903326 +336,-1.55108034,0.239698561,354,-0.721197315,1.304706234,4585.5557495 +337,0.180294813,0.029739425,354,-0.721197315,1.304706234,5457.5961437 +338,0.67820924,0.268170153,354,-0.721197315,1.304706234,5019.6538958 +339,0.445798684,1.024001867,354,-0.721197315,1.304706234,1978.2423022 +340,0.691751283,0.150521402,354,-0.721197315,1.304706234,5482.6986802 +341,-1.036643551,-0.903056181,354,-0.721197315,1.304706234,8784.6817025 +342,-0.120287036,1.083325163,354,-0.721197315,1.304706234,1205.8400505 +343,2.823513113,-0.304487164,354,-0.721197315,1.304706234,8388.0435436 +344,0.457583172,1.12513373,354,-0.721197315,1.304706234,1655.9660624 +345,0.042918831,0.813795399,354,-0.721197315,1.304706234,2331.5816715 +346,1.196146777,-0.853142756,354,-0.721197315,1.304706234,9801.1713783 +347,0.206001358,-0.010430701,354,-0.721197315,1.304706234,5634.6361666 +348,-0.268308653,0.234799412,354,-0.721197315,1.304706234,4353.4221148 +349,0.759363263,0.736189579,354,-0.721197315,1.304706234,3338.2126391 +350,0.181363926,0.891988372,354,-0.721197315,1.304706234,2173.2079559 +351,-0.021111158,0.139103292,354,-0.721197315,1.304706234,4877.4743446 +352,-0.093355215,0.630686981,354,-0.721197315,1.304706234,2917.305084 +353,0.40118964,0.681375926,354,-0.721197315,1.304706234,3171.3677293 +354,-0.721197315,1.304706234,354,-0.721197315,1.304706234,0 +355,-1.076150317,0.212107639,354,-0.721197315,1.304706234,4398.9499434 +356,-1.577164531,0.273993443,354,-0.721197315,1.304706234,4474.4672516 +357,-0.190788414,0.182208586,354,-0.721197315,1.304706234,4600.9760747 +358,-0.261349752,0.209710184,354,-0.721197315,1.304706234,4455.4420191 +359,-1.029303852,0.083549259,354,-0.721197315,1.304706234,4888.905896 +360,-1.268609162,0.330525297,354,-0.721197315,1.304706234,4030.2906453 +361,1.282982244,-0.926641967,354,-0.721197315,1.304706234,10156.020864 +362,0.217352334,0.731352408,354,-0.721197315,1.304706234,2802.1517328 +363,-1.511833084,0.258629297,354,-0.721197315,1.304706234,4480.7093777 +364,0.338812194,0.823184618,354,-0.721197315,1.304706234,2582.3357585 +365,-0.324406489,1.134201999,354,-0.721197315,1.304706234,853.77005028 +366,1.389579348,0.399185724,354,-0.721197315,1.304706234,5219.3172519 +367,2.047152199,-0.039082036,354,-0.721197315,1.304706234,7355.7993594 +368,0.947780369,0.568250077,354,-0.721197315,1.304706234,4159.4075165 +369,0.763824846,0.576754987,354,-0.721197315,1.304706234,3938.8521164 +370,-0.142334657,0.928153068,354,-0.721197315,1.304706234,1747.3796928 +371,0.610266567,0.547265983,354,-0.721197315,1.304706234,3890.1174861 +372,0.210731629,0.746815056,354,-0.721197315,1.304706234,2737.9368485 +373,-1.34931644,0.316895224,354,-0.721197315,1.304706234,4135.0053794 +374,2.407696481,0.655030745,354,-0.721197315,1.304706234,4681.2583502 +375,0.64207831,0.545359131,354,-0.721197315,1.304706234,3930.3881337 +376,1.174597538,0.840588356,354,-0.721197315,1.304706234,3351.9305944 +377,0.660059424,0.010604079,354,-0.721197315,1.304706234,5985.0278928 +378,-0.730263819,0.010486456,354,-0.721197315,1.304706234,5126.4490392 +379,0.831068936,0.512339172,354,-0.721197315,1.304706234,4251.4096289 +380,1.301180979,0.72367476,354,-0.721197315,1.304706234,3901.6660782 +381,1.811128231,0.322854402,354,-0.721197315,1.304706234,5818.7733553 +382,0.435105812,0.992284428,354,-0.721197315,1.304706234,2076.4322066 +383,0.62643634,0.592027932,354,-0.721197315,1.304706234,3738.474908 +384,0.492988703,-0.516339467,354,-0.721197315,1.304706234,7836.7989114 +385,-0.162469483,0.112549365,354,-0.721197315,1.304706234,4890.1564691 +386,0.314630866,0.472006421,354,-0.721197315,1.304706234,3876.7570214 +387,0.166744804,0.822815954,354,-0.721197315,1.304706234,2412.9134778 +388,0.417159608,0.965805736,354,-0.721197315,1.304706234,2150.2340883 +389,0.106334961,0.868774244,354,-0.721197315,1.304706234,2185.7255921 +390,0.815086969,-0.338144359,354,-0.721197315,1.304706234,7476.664752 +391,0.59867455,-0.230624824,354,-0.721197315,1.304706234,6846.291213 +392,1.915104874,0.066220985,354,-0.721197315,1.304706234,6881.5113662 +393,1.278093622,0.064463721,354,-0.721197315,1.304706234,6407.6919187 +394,-0.061477853,0.302997961,354,-0.721197315,1.304706234,4210.7870098 +395,0.251311504,0.626976942,354,-0.721197315,1.304706234,3227.5574274 +396,2.950242872,0.149095644,354,-0.721197315,1.304706234,6543.4016814 +397,-0.180294708,0.35375117,354,-0.721197315,1.304706234,3935.5807549 +398,1.010448592,-0.351180233,354,-0.721197315,1.304706234,7729.3378467 +399,-1.748740498,0.3686318073,354,-0.721197315,1.304706234,4263.8154966 +400,2.699635665,0.123533791,354,-0.721197315,1.304706234,6746.1699607 +401,0.496808033,0.823843254,354,-0.721197315,1.304706234,2742.8945452 +402,0.129574704,0.763364087,354,-0.721197315,1.304706234,2599.2707002 +403,1.798920311,0.817447563,354,-0.721197315,1.304706234,3879.6008833 +404,0.335987953,0.746786541,354,-0.721197315,1.304706234,2861.5887679 +405,-1.085413643,0.292154671,354,-0.721197315,1.304706234,4087.3987046 +406,-0.155321003,0.508207011,354,-0.721197315,1.304706234,3348.7800935 +407,0.620529244,-0.301175104,354,-0.721197315,1.304706234,7137.8441557 +408,1.684402744,0.368716966,354,-0.721197315,1.304706234,5561.5978038 +409,0.300582244,-0.386397212,354,-0.721197315,1.304706234,7167.5883076 +410,2.913555946,-0.009225192,354,-0.721197315,1.304706234,7184.0470747 +411,1.465101417,0.493232532,354,-0.721197315,1.304706234,4918.8119308 +412,0.090612882,0.907955955,354,-0.721197315,1.304706234,2027.2316615 +413,2.987564726,-0.729568594,354,-0.721197315,1.304706234,9951.0884581 +414,-1.484261606,0.224149272,354,-0.721197315,1.304706234,4592.9965651 +415,0.164073421,0.303955133,354,-0.721197315,1.304706234,4383.6723851 +416,0.141441293,0.167552546,354,-0.721197315,1.304706234,4891.737028 +417,2.931321023,-0.506718887,354,-0.721197315,1.304706234,9123.6567197 +418,2.21951565,0.700596356,354,-0.721197315,1.304706234,4483.1748932 +419,0.268112576,1.199114336,354,-0.721197315,1.304706234,1240.1809205 +420,0.978913739,0.359223811,354,-0.721197315,1.304706234,4984.1476218 +421,1.210898818,0.522863584,354,-0.721197315,1.304706234,4586.4852673 +422,2.347397336,0.129231362,354,-0.721197315,1.304706234,6761.2450536 +423,0.614394501,0.556878345,354,-0.721197315,1.304706234,3858.1859247 +424,-1.398079356,0.148483366,354,-0.721197315,1.304706234,4824.7552769 +425,2.535303836,-0.112984496,354,-0.721197315,1.304706234,7716.0946473 +426,-1.019372593,-0.405322349,354,-0.721197315,1.304706234,6816.1060391 +427,-1.297785627,-0.160104069,354,-0.721197315,1.304706234,5968.9699092 +428,2.144554488,0.205051084,354,-0.721197315,1.304706234,6425.0879382 +429,-2.242387083,-0.426171285,354,-0.721197315,1.304706234,7795.784108 +430,0.338637212,0.909723676,354,-0.721197315,1.304706234,2267.9912555 +431,-0.148798452,0.691042401,354,-0.721197315,1.304706234,2644.7797349 +432,0.893524764,0.441829531,354,-0.721197315,1.304706234,4582.794274 +433,0.969229347,-0.368847936,354,-0.721197315,1.304706234,7753.6028905 +434,0.436043248,0.800045688,354,-0.721197315,1.304706234,2767.0400852 +435,1.687946607,1.081504775,354,-0.721197315,1.304706234,2804.1296612 +436,0.522302046,-0.034889271,354,-0.721197315,1.304706234,6020.4920218 +437,-0.178996113,-0.438090009,354,-0.721197315,1.304706234,7040.967979 +438,-1.094339566,0.301444068,354,-0.721197315,1.304706234,4054.5719408 +439,-1.064070054,0.242569932,354,-0.721197315,1.304706234,4274.1925174 +440,-1.068153768,0.230387998,354,-0.721197315,1.304706234,4323.7815451 +441,-3.00496892,-0.23989155,354,-0.721197315,1.304706234,7836.0067699 +442,0.21751974,0.766874888,354,-0.721197315,1.304706234,2669.6435866 +443,0.117229532,0.007619006,354,-0.721197315,1.304706234,5492.2670127 +444,0.777758451,0.420554741,354,-0.721197315,1.304706234,4543.6799615 +445,-0.252356999,0.250747086,354,-0.721197315,1.304706234,4298.8844632 +446,0.363148444,0.768483434,354,-0.721197315,1.304706234,2808.6222137 +447,0.903191366,-0.118210676,354,-0.721197315,1.304706234,6729.4190223 +448,-0.205755923,0.149406178,354,-0.721197315,1.304706234,4721.2686502 +449,1.811996086,0.02364353,354,-0.721197315,1.304706234,6990.8485069 +450,-1.100670221,0.314845373,354,-0.721197315,1.304706234,4004.5473375 +451,0.340078597,0.850105132,354,-0.721197315,1.304706234,2485.1928498 +452,0.258757267,0.804969236,354,-0.721197315,1.304706234,2568.8096788 +453,2.78505352,-0.155160804,354,-0.721197315,1.304706234,7816.6548387 +454,0.800551619,0.105822106,354,-0.721197315,1.304706234,5766.4850858 +455,0.437940882,-0.506194031,354,-0.721197315,1.304706234,7747.7878152 +456,2.230431122,0.63458615,354,-0.721197315,1.304706234,4746.1233604 +457,0.527965361,0.127667701,354,-0.721197315,1.304706234,5402.9469708 +458,-0.063643205,0.702093448,354,-0.721197315,1.304706234,2665.4991909 +459,1.408447268,0.133010502,354,-0.721197315,1.304706234,6262.4927124 +460,0.523795955,0.280266966,354,-0.721197315,1.304706234,4815.0563571 +461,-0.975769313,0.072177659,354,-0.721197315,1.304706234,4917.4835523 +462,0.549774164,-0.463663986,354,-0.721197315,1.304706234,7689.2232815 +463,0.29245874,1.095549818,354,-0.721197315,1.304706234,1579.8571511 +464,0.143625958,0.816809593,354,-0.721197315,1.304706234,2413.1061706 +465,0.671902494,0.611159853,354,-0.721197315,1.304706234,3713.998921 +466,1.239840988,0.6724199,354,-0.721197315,1.304706234,4043.3077042 +467,0.607829703,-0.10932137,354,-0.721197315,1.304706234,6391.0368522 +468,1.763020906,0.263996692,354,-0.721197315,1.304706234,6020.5819574 +469,0.378714634,0.726066797,354,-0.721197315,1.304706234,2981.8374311 +470,2.196736143,-0.153862366,354,-0.721197315,1.304706234,7857.3233395 +471,0.01702415,0.148991565,354,-0.721197315,1.304706234,4866.448301 +472,-2.998490902,-0.158002487,354,-0.721197315,1.304706234,7513.7665166 +473,-3.051262951,-0.346595608,354,-0.721197315,1.304706234,8286.7505597 +474,-1.069176439,0.182802941,354,-0.721197315,1.304706234,4511.7217144 +475,0.167157509,0.595344954,354,-0.721197315,1.304706234,3268.8234374 +476,0.613855648,0.681746124,354,-0.721197315,1.304706234,3389.5721696 +477,1.037012736,0.682555367,354,-0.721197315,1.304706234,3816.8511088 +478,-1.253574971,0.379755746,354,-0.721197315,1.304706234,3828.8327601 +479,3.108590453,-0.132620738,354,-0.721197315,1.304706234,7549.4270924 +480,0.565301296,0.022333262,354,-0.721197315,1.304706234,5843.9335225 +481,0.547898238,0.855555614,354,-0.721197315,1.304706234,2680.626761 +482,0.948309381,0.417393755,354,-0.721197315,1.304706234,4731.6526039 +483,-0.050600732,0.945269213,354,-0.721197315,1.304706234,1761.3356761 +484,-0.977651478,-0.572363064,354,-0.721197315,1.304706234,7465.1410715 +485,1.102014914,0.728861163,354,-0.721197315,1.304706234,3704.6433823 +486,2.927300795,-0.282939414,354,-0.721197315,1.304706234,8250.799323 +487,-1.154565557,0.124434095,354,-0.721197315,1.304706234,4777.843399 +488,1.855331234,0.291044755,354,-0.721197315,1.304706234,5967.8134616 +489,0.830290659,0.276904518,354,-0.721197315,1.304706234,5144.6005749 +490,0.485104466,-0.234867441,354,-0.721197315,1.304706234,6751.7336735 +491,0.521367572,-0.33161327,354,-0.721197315,1.304706234,7157.3041782 +1,-1.539031704,0.7349710123,355,-1.076150317,0.212107639,2613.7112609 +2,-1.536990553,0.7349663874,355,-1.076150317,0.212107639,2609.4330783 +3,-1.534951779,0.7349571355,355,-1.076150317,0.212107639,2605.1584288 +4,-1.532906461,0.7349480293,355,-1.076150317,0.212107639,2600.8820921 +5,-1.531320211,0.7346937278,355,-1.076150317,0.212107639,2596.8788986 +6,-1.539451648,0.7335131775,355,-1.076150317,0.212107639,2610.5411496 +7,-1.537429487,0.7335445708,355,-1.076150317,0.212107639,2606.3893491 +8,-1.535484998,0.7335658704,355,-1.076150317,0.212107639,2602.3833966 +9,-1.533488396,0.7336036027,355,-1.076150317,0.212107639,2598.3257902 +10,-1.531497785,0.7335842962,355,-1.076150317,0.212107639,2594.1323493 +11,-1.530259379,0.7334777758,355,-1.076150317,0.212107639,2591.2633934 +12,-1.5335454,0.7322346912,355,-1.076150317,0.212107639,2594.6164449 +13,-1.531489083,0.7322238773,355,-1.076150317,0.212107639,2590.2994316 +14,-1.530011122,0.7321679851,355,-1.076150317,0.212107639,2587.068764 +15,-1.53348106,0.7306614094,355,-1.076150317,0.212107639,2590.0881991 +16,-1.531441779,0.7306962275,355,-1.076150317,0.212107639,2585.9225856 +17,-1.529755654,0.7306933243,355,-1.076150317,0.212107639,2582.398742 +18,-1.533415048,0.7291384674,355,-1.076150317,0.212107639,2585.7024267 +19,-1.531392093,0.7291705353,355,-1.076150317,0.212107639,2581.5517382 +20,-1.529296523,0.7291214933,355,-1.076150317,0.212107639,2577.0342137 +21,-1.535280942,0.727267644,355,-1.076150317,0.212107639,2584.4274759 +22,-1.533378158,0.7276139666,355,-1.076150317,0.212107639,2581.3789183 +23,-1.531340368,0.7276446587,355,-1.076150317,0.212107639,2577.1815942 +24,-1.528960113,0.7276398177,355,-1.076150317,0.212107639,2572.1804106 +25,-1.533313146,0.7260818349,355,-1.076150317,0.212107639,2576.9805403 +26,-1.531259555,0.7260958115,355,-1.076150317,0.212107639,2572.6917132 +27,-1.528926415,0.7260865555,355,-1.076150317,0.212107639,2567.7635226 +28,-1.531226779,0.7245511789,355,-1.076150317,0.212107639,2568.3203137 +29,-1.528904772,0.7245519194,355,-1.076150317,0.212107639,2563.4299366 +30,-1.547195875,0.7409785979,355,-1.076150317,0.212107639,2647.4542419 +31,-1.5451475,0.740980426,355,-1.076150317,0.212107639,2643.1794805 +32,-1.543097679,0.7409798872,355,-1.076150317,0.212107639,2638.9065808 +33,-1.540720364,0.7409892687,355,-1.076150317,0.212107639,2633.9933261 +34,-1.547188511,0.7395198392,355,-1.076150317,0.212107639,2643.4071556 +35,-1.545148587,0.7395226109,355,-1.076150317,0.212107639,2639.1414673 +36,-1.543104538,0.7395314908,355,-1.076150317,0.212107639,2634.8955136 +37,-1.540727751,0.7395306258,355,-1.076150317,0.212107639,2629.9417654 +38,-1.547187029,0.7380014886,355,-1.076150317,0.212107639,2639.2134998 +39,-1.545147315,0.7380012252,355,-1.076150317,0.212107639,2634.9281718 +40,-1.54310719,0.7380060743,355,-1.076150317,0.212107639,2630.667491 +41,-1.540719671,0.7380068206,355,-1.076150317,0.212107639,2625.6821569 +42,-1.547187189,0.7364799098,355,-1.076150317,0.212107639,2635.0203815 +43,-1.545149996,0.7364853874,355,-1.076150317,0.212107639,2630.7444855 +44,-1.543106091,0.7364823484,355,-1.076150317,0.212107639,2626.4423131 +45,-1.540717158,0.7364893901,355,-1.076150317,0.212107639,2621.4577782 +46,-1.538663972,0.7410138672,355,-1.076150317,0.212107639,2629.8021361 +47,-1.53695285,0.7409699132,355,-1.076150317,0.212107639,2626.1432063 +48,-1.534910498,0.7409641297,355,-1.076150317,0.212107639,2621.9171764 +49,-1.533145034,0.7409536636,355,-1.076150317,0.212107639,2618.2579943 +50,-1.538681336,0.7395405883,355,-1.076150317,0.212107639,2625.7189509 +51,-1.536999189,0.7395183096,355,-1.076150317,0.212107639,2622.1712869 +52,-1.534923633,0.7395144222,355,-1.076150317,0.212107639,2617.8706545 +53,-1.533267822,0.7395654306,355,-1.076150317,0.212107639,2614.6006244 +54,-1.53867273,0.7380151077,355,-1.076150317,0.212107639,2621.4418254 +55,-1.536980576,0.7379994392,355,-1.076150317,0.212107639,2617.8823331 +56,-1.534931522,0.7379944961,355,-1.076150317,0.212107639,2613.6218324 +57,-1.533387952,0.7379480264,355,-1.076150317,0.212107639,2610.2999464 +58,-1.538682279,0.7364914363,355,-1.076150317,0.212107639,2617.2134701 +59,-1.536980704,0.7364810563,355,-1.076150317,0.212107639,2613.6394231 +60,-1.534935567,0.7364752065,355,-1.076150317,0.212107639,2609.3727899 +61,-1.533042592,0.7363876366,355,-1.076150317,0.212107639,2605.2033072 +62,-1.545143426,0.7349628011,355,-1.076150317,0.212107639,2626.5286817 +63,-1.543105297,0.7349691947,355,-1.076150317,0.212107639,2622.2530217 +64,-1.541064533,0.7349647152,355,-1.076150317,0.212107639,2617.9531539 +65,-1.545411803,0.7334624714,355,-1.076150317,0.212107639,2622.9617562 +66,-1.543446606,0.7334780896,355,-1.076150317,0.212107639,2618.8523469 +67,-1.541475327,0.7334957295,355,-1.076150317,0.212107639,2614.7465379 +68,-1.545401939,0.731963266,355,-1.076150317,0.212107639,2618.8167256 +69,-1.54342253,0.7319915583,355,-1.076150317,0.212107639,2614.7009915 +70,-1.541455867,0.7320216438,355,-1.076150317,0.212107639,2610.6282646 +71,-1.545410146,0.7304422281,355,-1.076150317,0.212107639,2614.6560258 +72,-1.543435491,0.7304713664,355,-1.076150317,0.212107639,2610.5411029 +73,-1.541463105,0.7304997613,355,-1.076150317,0.212107639,2606.4400461 +74,-1.545414768,0.7289194936,355,-1.076150317,0.212107639,2610.489258 +75,-1.543435774,0.7289538557,355,-1.076150317,0.212107639,2606.3678716 +76,-1.541457714,0.7289765881,355,-1.076150317,0.212107639,2602.2276596 +77,-1.539449415,0.7320555866,355,-1.076150317,0.212107639,2606.4935806 +78,-1.537429183,0.7321097681,355,-1.076150317,0.212107639,2602.397883 +79,-1.535472649,0.7321497267,355,-1.076150317,0.212107639,2598.4080607 +80,-1.539457899,0.7305333307,355,-1.076150317,0.212107639,2602.2951758 +81,-1.537453161,0.7305750503,355,-1.076150317,0.212107639,2598.185551 +82,-1.535479385,0.7306124949,355,-1.076150317,0.212107639,2594.1408376 +83,-1.53946905,0.7290102593,355,-1.076150317,0.212107639,2598.1063495 +84,-1.537459922,0.7290417293,355,-1.076150317,0.212107639,2593.9472025 +85,-1.535451349,0.7290890157,355,-1.076150317,0.212107639,2589.8448937 +86,-1.535522937,0.7279887191,355,-1.076150317,0.212107639,2586.9395271 +87,-1.539442524,0.7274735939,355,-1.076150317,0.212107639,2593.80631 +88,-1.537424111,0.727521351,355,-1.076150317,0.212107639,2589.6608433 +89,-1.539384641,0.7259505092,355,-1.076150317,0.212107639,2589.4829332 +90,-1.537372391,0.7259947145,355,-1.076150317,0.212107639,2585.3291321 +91,-1.535340789,0.7260435356,355,-1.076150317,0.212107639,2581.1591243 +92,-1.539325716,0.7244369706,355,-1.076150317,0.212107639,2585.1891272 +93,-1.537308932,0.7244801057,355,-1.076150317,0.212107639,2581.0112422 +94,-1.535289068,0.7245247645,355,-1.076150317,0.212107639,2576.8430309 +95,-1.533261366,0.7245550236,355,-1.076150317,0.212107639,2572.6303777 +96,-1.539267302,0.722921924,355,-1.076150317,0.212107639,2580.8977378 +97,-1.537248972,0.7229660258,355,-1.076150317,0.212107639,2576.7076788 +98,-1.535219431,0.7229916471,355,-1.076150317,0.212107639,2572.4547157 +99,-1.53318962,0.7230212049,355,-1.076150317,0.212107639,2568.2240243 +100,-1.531154816,0.7230299897,355,-1.076150317,0.212107639,2563.9370845 +101,-1.528878341,0.7230370244,355,-1.076150317,0.212107639,2559.1472511 +102,-1.539218189,0.7214009878,355,-1.076150317,0.212107639,2576.6156482 +103,-1.537198791,0.7214422745,355,-1.076150317,0.212107639,2572.4038815 +104,-1.535179266,0.7214634354,355,-1.076150317,0.212107639,2568.1482982 +105,-1.533156501,0.7214944644,355,-1.076150317,0.212107639,2563.9248852 +106,-1.53113574,0.7215166021,355,-1.076150317,0.212107639,2559.6930453 +107,-1.528874248,0.7215345535,355,-1.076150317,0.212107639,2554.952186 +108,-1.539217656,0.7198512397,355,-1.076150317,0.212107639,2572.3647721 +109,-1.537199919,0.7199428763,355,-1.076150317,0.212107639,2568.2827387 +110,-1.545425832,0.727397149,355,-1.076150317,0.212107639,2606.3435728 +111,-1.543371177,0.7273916949,355,-1.076150317,0.212107639,2601.9398188 +112,-1.541368852,0.7274523163,355,-1.076150317,0.212107639,2597.8407413 +113,-1.545349067,0.7258710923,355,-1.076150317,0.212107639,2602.0057222 +114,-1.54332671,0.7258603556,355,-1.076150317,0.212107639,2597.6450518 +115,-1.541346831,0.7259242142,355,-1.076150317,0.212107639,2593.5910523 +116,-1.545324355,0.7243383958,355,-1.076150317,0.212107639,2597.7670643 +117,-1.543292796,0.7243617413,355,-1.076150317,0.212107639,2593.4682531 +118,-1.541295822,0.7244024384,355,-1.076150317,0.212107639,2589.30271 +119,-1.543193859,0.7205570215,355,-1.076150317,0.212107639,2582.8619159 +120,-1.550257047,0.7386738187,355,-1.076150317,0.212107639,2647.5306373 +121,-1.549335448,0.7311736483,355,-1.076150317,0.212107639,2625.0241942 +122,-1.533478843,0.7179891343,355,-1.076150317,0.212107639,2554.929527 +123,-1.556150555,0.738907041,355,-1.076150317,0.212107639,2660.6429109 +124,-1.554324226,0.733414257,355,-1.076150317,0.212107639,2641.794088 +125,-1.554290846,0.7288285332,355,-1.076150317,0.212107639,2629.2820754 +126,-1.55122487,0.7219795312,355,-1.076150317,0.212107639,2604.1256486 +127,-1.525104458,0.7229399862,355,-1.076150317,0.212107639,2550.934951 +128,-1.519607711,0.7236181429,355,-1.076150317,0.212107639,2541.3564388 +129,-1.513899999,0.7251107854,355,-1.076150317,0.212107639,2533.782147 +130,-1.536620762,0.7431061895,355,-1.076150317,0.212107639,2631.4567369 +131,-1.5369566,0.7460845958,355,-1.076150317,0.212107639,2640.526051 +132,-1.545345528,0.7447040685,355,-1.076150317,0.212107639,2653.934585 +133,-1.532813921,0.7432306626,355,-1.076150317,0.212107639,2624.0050463 +134,-1.554788248,0.7382381001,355,-1.076150317,0.212107639,2655.9251896 +135,-1.540348126,0.7301594274,355,-1.076150317,0.212107639,2603.1416675 +136,-1.538016084,0.7239051786,355,-1.076150317,0.212107639,2580.9317423 +137,-1.525288962,0.7258085137,355,-1.076150317,0.212107639,2559.3702229 +138,-1.534326986,0.731241342,355,-1.076150317,0.212107639,2593.4770664 +139,-1.530733872,0.7303625216,355,-1.076150317,0.212107639,2583.5108881 +141,-1.534354939,0.7328219978,355,-1.076150317,0.212107639,2597.9472711 +142,-1.53157084,0.7292888153,355,-1.076150317,0.212107639,2582.2564357 +143,-1.525691035,0.7263799874,355,-1.076150317,0.212107639,2561.8152265 +144,-1.534031287,0.7495967835,355,-1.076150317,0.212107639,2644.503233 +145,-1.527714986,0.7283095957,355,-1.076150317,0.212107639,2571.456971 +146,-1.526189586,0.7271468292,355,-1.076150317,0.212107639,2565.0099292 +147,-1.555177336,0.7375563366,355,-1.076150317,0.212107639,2654.8918461 +148,-1.555080283,0.7312707794,355,-1.076150317,0.212107639,2637.5971063 +149,-1.53856994,0.7224180299,355,-1.076150317,0.212107639,2578.0209179 +150,-1.530837883,0.729933372,355,-1.076150317,0.212107639,2582.5265356 +151,-1.515066984,0.5854133365,355,-1.076150317,0.212107639,2168.15267 +152,-1.534731633,0.5368370046,355,-1.076150317,0.212107639,2113.8975946 +153,-1.515231902,0.5607085576,355,-1.076150317,0.212107639,2110.9600369 +154,-2.616253799,1.0684566605,355,-1.076150317,0.212107639,5428.5608736 +155,-1.956071439,0.5792177723,355,-1.076150317,0.212107639,3488.7244662 +156,-1.951208514,0.5602434208,355,-1.076150317,0.212107639,3457.2428028 +157,-1.944675062,0.6062144545,355,-1.076150317,0.212107639,3476.6776363 +158,-1.613778386,0.6077989518,355,-1.076150317,0.212107639,2485.3992893 +159,-2.035029014,0.6021432345,355,-1.076150317,0.212107639,3761.2128833 +160,-2.114989471,0.6801825058,355,-1.076150317,0.212107639,4065.5350173 +161,-2.037382079,0.5765830025,355,-1.076150317,0.212107639,3751.8271639 +162,-2.129855121,0.6585019963,355,-1.076150317,0.212107639,4097.2127291 +163,-2.075141798,0.6493615843,355,-1.076150317,0.212107639,3921.5866362 +164,-1.828626729,0.6948433129,355,-1.076150317,0.212107639,3243.9414391 +165,-1.863329418,0.6735427691,355,-1.076150317,0.212107639,3310.2452529 +166,-1.266037071,0.727988852,355,-1.076150317,0.212107639,2146.3840371 +167,-1.277579582,0.7249010648,355,-1.076150317,0.212107639,2147.6056751 +168,-1.258418684,0.7241194816,355,-1.076150317,0.212107639,2124.0900091 +169,-1.317813974,0.6804850104,355,-1.076150317,0.212107639,2040.4863124 +170,-1.344165204,0.6790988904,355,-1.076150317,0.212107639,2076.0073233 +171,-1.427582102,0.5277120351,355,-1.076150317,0.212107639,1795.6941909 +172,-1.402238616,0.457167829,355,-1.076150317,0.212107639,1555.3025942 +173,-1.422454264,0.4996161999,355,-1.076150317,0.212107639,1712.2758242 +174,-1.439089277,0.4894859811,355,-1.076150317,0.212107639,1735.1961186 +175,-1.448126995,0.5182330266,355,-1.076150317,0.212107639,1827.6032728 +176,-1.474626146,0.5881926574,355,-1.076150317,0.212107639,2071.0815142 +177,-1.421139645,0.5584869783,355,-1.076150317,0.212107639,1859.9966983 +178,-1.457037165,0.565943032,355,-1.076150317,0.212107639,1969.460462 +179,-2.757159358,0.3745319,355,-1.076150317,0.212107639,6313.2523664 +180,-2.714309238,0.342054471,355,-1.076150317,0.212107639,6187.7699623 +181,-2.000525337,0.774119946,355,-1.076150317,0.212107639,3828.1732524 +183,-1.571413436,0.6777838382,355,-1.076150317,0.212107639,2535.5541259 +184,-1.552860289,0.6987663893,355,-1.076150317,0.212107639,2545.9214845 +185,-1.521852374,0.7165827476,355,-1.076150317,0.212107639,2526.2818563 +186,-1.503656267,0.6928968252,355,-1.076150317,0.212107639,2421.1140393 +187,-1.502753178,0.7136205882,355,-1.076150317,0.212107639,2477.9490565 +188,-1.631894563,0.7343596465,355,-1.076150317,0.212107639,2817.5603977 +189,-1.653765416,0.6770714026,355,-1.076150317,0.212107639,2739.4337383 +190,-1.719812114,0.6715965947,355,-1.076150317,0.212107639,2903.5437125 +191,-1.493406659,0.6646955447,355,-1.076150317,0.212107639,2320.127767 +192,-1.469120564,0.6613469966,355,-1.076150317,0.212107639,2257.2471672 +193,-1.590551461,0.5326612937,355,-1.076150317,0.212107639,2271.1303213 +194,-1.625979264,0.5247742243,355,-1.076150317,0.212107639,2366.1535586 +195,-1.572293943,0.5238808754,355,-1.076150317,0.212107639,2199.660023 +196,-1.610848725,0.5477107964,355,-1.076150317,0.212107639,2359.8057004 +197,-1.208485554,0.7918526018,355,-1.076150317,0.212107639,2339.432357 +198,-1.335601374,0.6869083083,355,-1.076150317,0.212107639,2089.2936901 +199,-1.346156996,0.6825213377,355,-1.076150317,0.212107639,2090.779805 +200,-1.324381037,0.6741422347,355,-1.076150317,0.212107639,2028.2626401 +201,-1.242424992,0.7378949807,355,-1.076150317,0.212107639,2160.0735657 +202,-1.270370057,0.7392461008,355,-1.076150317,0.212107639,2192.5809042 +203,-1.448950472,0.7441675014,355,-1.076150317,0.212107639,2466.1171884 +204,-1.492662363,0.7523026852,355,-1.076150317,0.212107639,2571.358911 +205,-1.479098966,0.7763855017,355,-1.076150317,0.212107639,2619.9259026 +206,-1.633760714,0.7869022408,355,-1.076150317,0.212107639,2952.9132973 +207,-1.647406434,0.8101289331,355,-1.076150317,0.212107639,3041.2448905 +208,-1.564245052,0.5701509278,355,-1.076150317,0.212107639,2268.1328189 +209,-1.646289963,0.6833746083,355,-1.076150317,0.212107639,2734.0805112 +210,-1.5820631,0.6751952144,355,-1.076150317,0.212107639,2554.9295586 +211,-1.613236298,0.6681681791,355,-1.076150317,0.212107639,2615.813293 +212,-1.914661867,0.8212566515,355,-1.076150317,0.212107639,3676.0256256 +213,-1.742133237,0.7250275956,355,-1.076150317,0.212107639,3066.7412686 +214,-2.033144872,0.6557314699,355,-1.076150317,0.212107639,3797.0724785 +215,-2.039551981,0.6964723658,355,-1.076150317,0.212107639,3852.9454465 +216,-1.247341019,0.7622473908,355,-1.076150317,0.212107639,2256.1922051 +217,-1.298239787,0.7084123392,355,-1.076150317,0.212107639,2112.5509536 +218,-1.308539688,0.6926545592,355,-1.076150317,0.212107639,2070.0581308 +219,-1.303263185,0.6888938396,355,-1.076150317,0.212107639,2049.5233351 +220,-1.852400229,0.6004246149,355,-1.076150317,0.212107639,3181.0087802 +221,-1.288947707,0.7473773692,355,-1.076150317,0.212107639,2242.6290596 +222,-1.372031502,0.7472790993,355,-1.076150317,0.212107639,2350.6294989 +223,-1.289805721,0.7242157877,355,-1.076150317,0.212107639,2159.227188 +224,-1.350807603,0.7533498126,355,-1.076150317,0.212107639,2341.2432556 +225,-1.329290365,0.7560442322,355,-1.076150317,0.212107639,2322.2084604 +226,-1.410153004,0.616936428,355,-1.076150317,0.212107639,2000.8731619 +227,-1.393445434,0.6308995063,355,-1.076150317,0.212107639,2008.4625258 +228,-1.37595573,0.6241540638,355,-1.076150317,0.212107639,1952.7610053 +229,-1.358388707,0.6172645205,355,-1.076150317,0.212107639,1896.9489533 +230,-1.753741133,0.8281661666,355,-1.076150317,0.212107639,3313.0748888 +231,-1.47430987,0.6834615681,355,-1.076150317,0.212107639,2331.8675884 +232,-1.421012508,0.7222725206,355,-1.076150317,0.212107639,2347.3860934 +233,-1.4476833,0.6978557868,355,-1.076150317,0.212107639,2320.7150614 +234,-1.470370723,0.6966193374,355,-1.076150317,0.212107639,2362.1637873 +235,-1.429211703,0.7037216883,355,-1.076150317,0.212107639,2303.6242865 +236,-1.700578405,0.6178673663,355,-1.076150317,0.212107639,2750.5321688 +237,-1.678117619,0.6331716163,355,-1.076150317,0.212107639,2715.1135272 +238,-1.725644578,0.6316331145,355,-1.076150317,0.212107639,2846.9142151 +239,-2.14012759,0.7930497945,355,-1.076150317,0.212107639,4225.4771366 +240,-2.103289431,0.7653606263,355,-1.076150317,0.212107639,4099.7159309 +241,-1.318739838,0.7017808746,355,-1.076150317,0.212107639,2116.3556955 +242,-1.396417427,0.7077900843,355,-1.076150317,0.212107639,2257.9582396 +243,-1.35650337,0.7185539404,355,-1.076150317,0.212107639,2229.4092744 +244,-1.248884539,0.7274156818,355,-1.076150317,0.212107639,2126.8409421 +245,-1.395014798,0.5761185243,355,-1.076150317,0.212107639,1847.7672767 +246,-1.433377362,0.6064716109,355,-1.076150317,0.212107639,2021.8336457 +247,-1.408172432,0.5903155476,355,-1.076150317,0.212107639,1918.5547334 +248,-1.749645898,0.7757118084,355,-1.076150317,0.212107639,3189.5409147 +249,-1.571626686,0.615046989,355,-1.076150317,0.212107639,2386.697498 +250,-1.514070049,0.6303003037,355,-1.076150317,0.212107639,2276.7859068 +251,-1.480890369,0.6237966528,355,-1.076150317,0.212107639,2179.9695517 +252,-1.704390658,0.5281680612,355,-1.076150317,0.212107639,2619.0846668 +253,-1.64434733,0.5254277498,355,-1.076150317,0.212107639,2424.6232691 +254,-1.703855997,0.4792484842,355,-1.076150317,0.212107639,2554.3650509 +255,-1.692002383,0.5748825051,355,-1.076150317,0.212107639,2651.5562036 +256,-1.854136457,0.5544643913,355,-1.076150317,0.212107639,3134.6037833 +257,-1.665021206,0.520317736,355,-1.076150317,0.212107639,2482.0595789 +258,-1.733654349,0.4845187345,355,-1.076150317,0.212107639,2660.5349144 +259,-1.720938188,0.5135933906,355,-1.076150317,0.212107639,2653.0809823 +260,-1.742668307,0.553296122,355,-1.076150317,0.212107639,2775.7243034 +261,-1.965659039,0.7142126903,355,-1.076150317,0.212107639,3657.5999851 +262,-1.944438071,0.6772834804,355,-1.076150317,0.212107639,3551.973914 +263,-1.270340967,0.7681487096,355,-1.076150317,0.212107639,2299.7368865 +264,-1.353091884,0.6549276821,355,-1.076150317,0.212107639,2009.8645817 +265,-1.333236659,0.6413584414,355,-1.076150317,0.212107639,1930.7586652 +266,-1.352015998,0.6753788907,355,-1.076150317,0.212107639,2076.1791079 +267,-1.377988483,0.6577816235,355,-1.076150317,0.212107639,2063.4853198 +268,-2.13075611,0.8318642051,355,-1.076150317,0.212107639,4236.1934748 +269,-2.097910953,0.8259670014,355,-1.076150317,0.212107639,4145.2403368 +270,-1.416382069,0.6694271549,355,-1.076150317,0.212107639,2172.7000719 +271,-1.538905672,0.7535625993,355,-1.076150317,0.212107639,2665.5969327 +272,-1.572309477,0.7803125099,355,-1.076150317,0.212107639,2807.8726947 +273,-1.87759879,0.7503853417,355,-1.076150317,0.212107639,3465.9400063 +274,1.152365588,0.590457682,355,-1.076150317,0.212107639,7762.5841364 +275,0.350198001,0.718001859,355,-1.076150317,0.212107639,5243.6346864 +276,0.046513677,0.491503852,355,-1.076150317,0.212107639,4271.3224043 +277,0.027510309,0.742571376,355,-1.076150317,0.212107639,4298.6877369 +278,0.306285725,-0.214631579,355,-1.076150317,0.212107639,5689.4942818 +279,-1.100564889,0.318051531,355,-1.076150317,0.212107639,429.8849602 +280,-1.078582306,0.301437596,355,-1.076150317,0.212107639,353.95851232 +281,-1.137371989,-0.617634065,355,-1.076150317,0.212107639,3294.6159705 +282,0.784356344,0.703272339,355,-1.076150317,0.212107639,6526.6757512 +283,-1.221209947,0.218327455,355,-1.076150317,0.212107639,561.8424735 +284,2.347301921,-0.449114658,355,-1.076150317,0.212107639,11033.690683 +285,0.246820618,0.830553713,355,-1.076150317,0.212107639,4943.5558849 +286,0.829414965,0.703288228,355,-1.076150317,0.212107639,6653.8412205 +287,-1.337537566,0.42332223,355,-1.076150317,0.212107639,1289.1711652 +288,0.882453706,0.454478077,355,-1.076150317,0.212107639,7180.8793071 +289,1.575629659,0.416419109,355,-1.076150317,0.212107639,9314.2572381 +290,-1.039455679,0.229888244,355,-1.076150317,0.212107639,158.33605119 +291,0.489558039,0.934482747,355,-1.076150317,0.212107639,5536.1184584 +292,0.081344504,0.88384514,355,-1.076150317,0.212107639,4540.8808208 +293,-1.547979814,0.300350308,355,-1.076150317,0.212107639,1839.6010465 +294,0.040776181,0.168560074,355,-1.076150317,0.212107639,4338.10854 +295,-1.130374745,0.563894876,355,-1.076150317,0.212107639,1407.3226781 +296,1.578326642,0.478507176,355,-1.076150317,0.212107639,9129.6928353 +297,-1.12861823,-0.291640865,355,-1.076150317,0.212107639,2005.8952589 +298,0.310524208,0.770885792,355,-1.076150317,0.212107639,5118.157892 +299,0.415649091,-0.387246002,355,-1.076150317,0.212107639,6253.8789573 +300,-0.926533878,-0.188022748,355,-1.076150317,0.212107639,1690.6858933 +301,1.258856172,-0.11716081,355,-1.076150317,0.212107639,9273.5238757 +302,-1.126050026,0.322941926,355,-1.076150317,0.212107639,478.56493951 +303,2.002785835,0.07893892,355,-1.076150317,0.212107639,11264.903244 +304,0.440437607,0.746258085,355,-1.076150317,0.212107639,5497.7377038 +305,-0.030391866,0.214441206,355,-1.076150317,0.212107639,4039.1869444 +306,0.521557815,-0.058929362,355,-1.076150317,0.212107639,6375.0888674 +307,-0.097005111,0.13317729,355,-1.076150317,0.212107639,3827.4606812 +308,1.83113859,0.221857587,355,-1.076150317,0.212107639,10493.854804 +309,0.222428864,0.099404236,355,-1.076150317,0.212107639,5087.7577409 +310,-1.702731345,0.8728568183,355,-1.076150317,0.212107639,3312.7058476 +311,-0.418507569,0.278324921,355,-1.076150317,0.212107639,2537.2387734 +312,-1.41153306,0.339029988,355,-1.076150317,0.212107639,1372.224297 +313,0.357560442,0.114788776,355,-1.076150317,0.212107639,5598.1565411 +314,0.325818979,0.268352149,355,-1.076150317,0.212107639,5366.8536622 +315,-1.246004659,-0.663679965,355,-1.076150317,0.212107639,3525.8086767 +316,1.814603087,0.637404484,355,-1.076150317,0.212107639,8951.0386971 +317,1.843704281,-0.18300445,355,-1.076150317,0.212107639,11575.048331 +318,1.690644492,-0.211480909,355,-1.076150317,0.212107639,10992.824979 +319,-1.275451936,0.068109467,355,-1.076150317,0.212107639,967.06852451 +320,0.762430171,-0.207594741,355,-1.076150317,0.212107639,7414.2938495 +321,0.265668905,-0.014647884,355,-1.076150317,0.212107639,5348.2406972 +322,-2.773032013,-0.335515811,355,-1.076150317,0.212107639,6960.5429276 +323,-1.469512853,0.174058777,355,-1.076150317,0.212107639,1536.0947565 +324,0.286276986,0.785925691,355,-1.076150317,0.212107639,5048.7875728 +325,-1.379324697,0.377432233,355,-1.076150317,0.212107639,1320.7956173 +326,-1.203778265,0.212813032,355,-1.076150317,0.212107639,494.16035185 +327,0.579916301,0.611743168,355,-1.076150317,0.212107639,6012.9169694 +328,0.267582642,0.868113908,355,-1.076150317,0.212107639,5003.0881881 +329,0.412869244,-0.050245578,355,-1.076150317,0.212107639,5947.6794292 +330,0.17524381,0.976660285,355,-1.076150317,0.212107639,4821.3049521 +331,0.743157214,0.204812899,355,-1.076150317,0.212107639,6989.6376196 +332,-1.070758176,0.269382282,355,-1.076150317,0.212107639,227.81081987 +333,-1.230364251,0.329790229,355,-1.076150317,0.212107639,750.42896628 +334,-1.374813124,-0.024926835,355,-1.076150317,0.212107639,1504.0013947 +335,0.519780566,0.463669906,355,-1.076150317,0.212107639,5935.7811838 +336,-1.55108034,0.239698561,355,-1.076150317,0.212107639,1835.7058608 +337,0.180294813,0.029739425,355,-1.076150317,0.212107639,4980.1239729 +338,0.67820924,0.268170153,355,-1.076150317,0.212107639,6683.5703883 +339,0.445798684,1.024001867,355,-1.076150317,0.212107639,5405.5576613 +340,0.691751283,0.150521402,355,-1.076150317,0.212107639,6849.2316704 +341,-1.036643551,-0.903056181,355,-1.076150317,0.212107639,4419.2471052 +342,-0.120287036,1.083325163,355,-1.076150317,0.212107639,4372.3509013 +343,2.823513113,-0.304487164,355,-1.076150317,0.212107639,9523.7811092 +344,0.457583172,1.12513373,355,-1.076150317,0.212107639,5401.8034759 +345,0.042918831,0.813795399,355,-1.076150317,0.212107639,4390.404097 +346,1.196146777,-0.853142756,355,-1.076150317,0.212107639,8641.1381 +347,0.206001358,-0.010430701,355,-1.076150317,0.212107639,5114.0504431 +348,-0.268308653,0.234799412,355,-1.076150317,0.212107639,3117.083386 +349,0.759363263,0.736189579,355,-1.076150317,0.212107639,6412.8306858 +350,0.181363926,0.891988372,355,-1.076150317,0.212107639,4792.833766 +351,-0.021111158,0.139103292,355,-1.076150317,0.212107639,4117.3577386 +352,-0.093355215,0.630686981,355,-1.076150317,0.212107639,3857.5524842 +353,0.40118964,0.681375926,355,-1.076150317,0.212107639,5410.3637067 +354,-0.721197315,1.304706234,355,-1.076150317,0.212107639,4398.9499434 +355,-1.076150317,0.212107639,355,-1.076150317,0.212107639,0 +356,-1.577164531,0.273993443,355,-1.076150317,0.212107639,1940.1755235 +357,-0.190788414,0.182208586,355,-1.076150317,0.212107639,3436.2162063 +358,-0.261349752,0.209710184,355,-1.076150317,0.212107639,3151.8383628 +359,-1.029303852,0.083549259,355,-1.076150317,0.212107639,541.23951485 +360,-1.268609162,0.330525297,355,-1.076150317,0.212107639,870.92969335 +361,1.282982244,-0.926641967,355,-1.076150317,0.212107639,8695.4584736 +362,0.217352334,0.731352408,355,-1.076150317,0.212107639,4848.7002851 +363,-1.511833084,0.258629297,355,-1.076150317,0.212107639,1687.3373102 +364,0.338812194,0.823184618,355,-1.076150317,0.212107639,5190.2029582 +365,-0.324406489,1.134201999,355,-1.076150317,0.212107639,4181.0460259 +366,1.389579348,0.399185724,355,-1.076150317,0.212107639,8875.3433739 +367,2.047152199,-0.039082036,355,-1.076150317,0.212107639,11754.74517 +368,0.947780369,0.568250077,355,-1.076150317,0.212107639,7212.2498581 +369,0.763824846,0.576754987,355,-1.076150317,0.212107639,6631.1354585 +370,-0.142334657,0.928153068,355,-1.076150317,0.212107639,4069.7872069 +371,0.610266567,0.547265983,355,-1.076150317,0.212107639,6169.4838009 +372,0.210731629,0.746815056,355,-1.076150317,0.212107639,4831.0715833 +373,-1.34931644,0.316895224,355,-1.076150317,0.212107639,1123.087079 +374,2.407696481,0.655030745,355,-1.076150317,0.212107639,8780.9753159 +375,0.64207831,0.545359131,355,-1.076150317,0.212107639,6275.6878757 +376,1.174597538,0.840588356,355,-1.076150317,0.212107639,7235.6861107 +377,0.660059424,0.010604079,355,-1.076150317,0.212107639,6853.3186948 +378,-0.730263819,0.010486456,355,-1.076150317,0.212107639,1576.3661819 +379,0.831068936,0.512339172,355,-1.076150317,0.212107639,6931.0702483 +380,1.301180979,0.72367476,355,-1.076150317,0.212107639,7806.4716653 +381,1.811128231,0.322854402,355,-1.076150317,0.212107639,10103.505552 +382,0.435105812,0.992284428,355,-1.076150317,0.212107639,5391.6885275 +383,0.62643634,0.592027932,355,-1.076150317,0.212107639,6178.8313212 +384,0.492988703,-0.516339467,355,-1.076150317,0.212107639,6628.7413495 +385,-0.162469483,0.112549365,355,-1.076150317,0.212107639,3588.0954358 +386,0.314630866,0.472006421,355,-1.076150317,0.212107639,5214.4619367 +387,0.166744804,0.822815954,355,-1.076150317,0.212107639,4727.2069672 +388,0.417159608,0.965805736,355,-1.076150317,0.212107639,5358.7610134 +389,0.106334961,0.868774244,355,-1.076150317,0.212107639,4592.9275236 +390,0.815086969,-0.338144359,355,-1.076150317,0.212107639,7682.0191169 +391,0.59867455,-0.230624824,355,-1.076150317,0.212107639,6806.1016414 +392,1.915104874,0.066220985,355,-1.076150317,0.212107639,11192.522313 +393,1.278093622,0.064463721,355,-1.076150317,0.212107639,9156.4338905 +394,-0.061477853,0.302997961,355,-1.076150317,0.212107639,3889.6345428 +395,0.251311504,0.626976942,355,-1.076150317,0.212107639,4955.7070786 +396,2.950242872,0.149095644,355,-1.076150317,0.212107639,8678.090831 +397,-0.180294708,0.35375117,355,-1.076150317,0.212107639,3440.2319891 +398,1.010448592,-0.351180233,355,-1.076150317,0.212107639,8412.0260146 +399,-1.748740498,0.3686318073,355,-1.076150317,0.212107639,2619.5713324 +400,2.699635665,0.123533791,355,-1.076150317,0.212107639,9614.5276161 +401,0.496808033,0.823843254,355,-1.076150317,0.212107639,5613.3562607 +402,0.129574704,0.763364087,355,-1.076150317,0.212107639,4601.7842249 +403,1.798920311,0.817447563,355,-1.076150317,0.212107639,8257.5322328 +404,0.335987953,0.746786541,355,-1.076150317,0.212107639,5195.0487912 +405,-1.085413643,0.292154671,355,-1.076150317,0.212107639,319.04975224 +406,-0.155321003,0.508207011,355,-1.076150317,0.212107639,3576.7039008 +407,0.620529244,-0.301175104,355,-1.076150317,0.212107639,6937.4513865 +408,1.684402744,0.368716966,355,-1.076150317,0.212107639,9706.7947285 +409,0.300582244,-0.386397212,355,-1.076150317,0.212107639,5843.9026999 +410,2.913555946,-0.009225192,355,-1.076150317,0.212107639,9016.809444 +411,1.465101417,0.493232532,355,-1.076150317,0.212107639,8824.7180789 +412,0.090612882,0.907955955,355,-1.076150317,0.212107639,4581.3687563 +413,2.987564726,-0.729568594,355,-1.076150317,0.212107639,8675.5567355 +414,-1.484261606,0.224149272,355,-1.076150317,0.212107639,1578.4125302 +415,0.164073421,0.303955133,355,-1.076150317,0.212107639,4738.6746761 +416,0.141441293,0.167552546,355,-1.076150317,0.212107639,4726.9460352 +417,2.931321023,-0.506718887,355,-1.076150317,0.212107639,9056.1486197 +418,2.21951565,0.700596356,355,-1.076150317,0.212107639,8784.4954765 +419,0.268112576,1.199114336,355,-1.076150317,0.212107639,5114.7668855 +420,0.978913739,0.359223811,355,-1.076150317,0.212107639,7647.0117084 +421,1.210898818,0.522863584,355,-1.076150317,0.212107639,8075.0717298 +422,2.347397336,0.129231362,355,-1.076150317,0.212107639,10694.28555 +423,0.614394501,0.556878345,355,-1.076150317,0.212107639,6173.8828725 +424,-1.398079356,0.148483366,355,-1.076150317,0.212107639,1279.1538005 +425,2.535303836,-0.112984496,355,-1.076150317,0.212107639,10567.001064 +426,-1.019372593,-0.405322349,355,-1.076150317,0.212107639,2455.5274768 +427,-1.297785627,-0.160104069,355,-1.076150317,0.212107639,1713.1530895 +428,2.144554488,0.205051084,355,-1.076150317,0.212107639,10762.456414 +429,-2.242387083,-0.426171285,355,-1.076150317,0.212107639,5166.3515396 +430,0.338637212,0.909723676,355,-1.076150317,0.212107639,5182.435206 +431,-0.148798452,0.691042401,355,-1.076150317,0.212107639,3741.2672118 +432,0.893524764,0.441829531,355,-1.076150317,0.212107639,7235.9016255 +433,0.969229347,-0.368847936,355,-1.076150317,0.212107639,8262.0582402 +434,0.436043248,0.800045688,355,-1.076150317,0.212107639,5461.0420173 +435,1.687946607,1.081504775,355,-1.076150317,0.212107639,7187.229578 +436,0.522302046,-0.034889271,355,-1.076150317,0.212107639,6358.0501169 +437,-0.178996113,-0.438090009,355,-1.076150317,0.212107639,4315.3769441 +438,-1.094339566,0.301444068,355,-1.076150317,0.212107639,360.65244101 +439,-1.064070054,0.242569932,355,-1.076150317,0.212107639,129.35308489 +440,-1.068153768,0.230387998,355,-1.076150317,0.212107639,78.726801577 +441,-3.00496892,-0.23989155,355,-1.076150317,0.212107639,7777.8136536 +442,0.21751974,0.766874888,355,-1.076150317,0.212107639,4853.3777763 +443,0.117229532,0.007619006,355,-1.076150317,0.212107639,4755.3375172 +444,0.777758451,0.420554741,355,-1.076150317,0.212107639,6871.8285403 +445,-0.252356999,0.250747086,355,-1.076150317,0.212107639,3174.4633803 +446,0.363148444,0.768483434,355,-1.076150317,0.212107639,5268.1183961 +447,0.903191366,-0.118210676,355,-1.076150317,0.212107639,7897.3894811 +448,-0.205755923,0.149406178,355,-1.076150317,0.212107639,3396.2028473 +449,1.811996086,0.02364353,355,-1.076150317,0.212107639,11077.800422 +450,-1.100670221,0.314845373,355,-1.076150317,0.212107639,417.59695895 +451,0.340078597,0.850105132,355,-1.076150317,0.212107639,5190.3778576 +452,0.258757267,0.804969236,355,-1.076150317,0.212107639,4973.0059073 +453,2.78505352,-0.155160804,355,-1.076150317,0.212107639,9634.8664454 +454,0.800551619,0.105822106,355,-1.076150317,0.212107639,7306.9925513 +455,0.437940882,-0.506194031,355,-1.076150317,0.212107639,6434.3941852 +456,2.230431122,0.63458615,355,-1.076150317,0.212107639,9033.9140373 +457,0.527965361,0.127667701,355,-1.076150317,0.212107639,6243.7012402 +458,-0.063643205,0.702093448,355,-1.076150317,0.212107639,4003.0305588 +459,1.408447268,0.133010502,355,-1.076150317,0.212107639,9517.7679964 +460,0.523795955,0.280266966,355,-1.076150317,0.212107639,6099.701231 +461,-0.975769313,0.072177659,355,-1.076150317,0.212107639,679.60010362 +462,0.549774164,-0.463663986,355,-1.076150317,0.212107639,6787.6108915 +463,0.29245874,1.095549818,355,-1.076150317,0.212107639,5110.1264755 +464,0.143625958,0.816809593,355,-1.076150317,0.212107639,4662.6247769 +465,0.671902494,0.611159853,355,-1.076150317,0.212107639,6302.6318284 +466,1.239840988,0.6724199,355,-1.076150317,0.212107639,7798.0030144 +467,0.607829703,-0.10932137,355,-1.076150317,0.212107639,6749.186187 +468,1.763020906,0.263996692,355,-1.076150317,0.212107639,10216.044488 +469,0.378714634,0.726066797,355,-1.076150317,0.212107639,5325.7192021 +470,2.196736143,-0.153862366,355,-1.076150317,0.212107639,11882.925507 +471,0.01702415,0.148991565,355,-1.076150317,0.212107639,4258.4970987 +472,-2.998490902,-0.158002487,355,-1.076150317,0.212107639,7704.2765312 +473,-3.051262951,-0.346595608,355,-1.076150317,0.212107639,7996.6939542 +474,-1.069176439,0.182802941,355,-1.076150317,0.212107639,119.19417415 +475,0.167157509,0.595344954,355,-1.076150317,0.212107639,4684.7244103 +476,0.613855648,0.681746124,355,-1.076150317,0.212107639,6053.9867431 +477,1.037012736,0.682555367,355,-1.076150317,0.212107639,7258.6567623 +478,-1.253574971,0.379755746,355,-1.076150317,0.212107639,944.14200107 +479,3.108590453,-0.132620738,355,-1.076150317,0.212107639,8368.2497856 +480,0.565301296,0.022333262,355,-1.076150317,0.212107639,6476.7763739 +481,0.547898238,0.855555614,355,-1.076150317,0.212107639,5726.2768419 +482,0.948309381,0.417393755,355,-1.076150317,0.212107639,7455.0677629 +483,-0.050600732,0.945269213,355,-1.076150317,0.212107639,4294.9449773 +484,-0.977651478,-0.572363064,355,-1.076150317,0.212107639,3129.5596153 +485,1.102014914,0.728861163,355,-1.076150317,0.212107639,7329.3704439 +486,2.927300795,-0.282939414,355,-1.076150317,0.212107639,9129.6216723 +487,-1.154565557,0.124434095,355,-1.076150317,0.212107639,462.92690847 +488,1.855331234,0.291044755,355,-1.076150317,0.212107639,10287.735956 +489,0.830290659,0.276904518,355,-1.076150317,0.212107639,7231.7044471 +490,0.485104466,-0.234867441,355,-1.076150317,0.212107639,6380.0880556 +491,0.521367572,-0.33161327,355,-1.076150317,0.212107639,6591.7674951 +1,-1.539031704,0.7349710123,356,-1.577164531,0.273993443,1830.5498886 +2,-1.536990553,0.7349663874,356,-1.577164531,0.273993443,1831.0384925 +3,-1.534951779,0.7349571355,356,-1.577164531,0.273993443,1831.5344918 +4,-1.532906461,0.7349480293,356,-1.577164531,0.273993443,1832.0591146 +5,-1.531320211,0.7346937278,356,-1.577164531,0.273993443,1831.509622 +6,-1.539451648,0.7335131775,356,-1.577164531,0.273993443,1824.6936107 +7,-1.537429487,0.7335445708,356,-1.577164531,0.273993443,1825.316268 +8,-1.535484998,0.7335658704,356,-1.577164531,0.273993443,1825.9042801 +9,-1.533488396,0.7336036027,356,-1.577164531,0.273993443,1826.5954226 +10,-1.531497785,0.7335842962,356,-1.577164531,0.273993443,1827.08507 +11,-1.530259379,0.7334777758,356,-1.577164531,0.273993443,1827.0299283 +12,-1.5335454,0.7322346912,356,-1.577164531,0.273993443,1821.1815819 +13,-1.531489083,0.7322238773,356,-1.577164531,0.273993443,1821.7253944 +14,-1.530011122,0.7321679851,356,-1.577164531,0.273993443,1821.9432311 +15,-1.53348106,0.7306614094,356,-1.577164531,0.273993443,1814.9958736 +16,-1.531441779,0.7306962275,356,-1.577164531,0.273993443,1815.7180769 +17,-1.529755654,0.7306933243,356,-1.577164531,0.273993443,1816.2102554 +18,-1.533415048,0.7291384674,356,-1.577164531,0.273993443,1809.0094932 +19,-1.531392093,0.7291705353,356,-1.577164531,0.273993443,1809.7195004 +20,-1.529296523,0.7291214933,356,-1.577164531,0.273993443,1810.1584138 +21,-1.535280942,0.727267644,356,-1.577164531,0.273993443,1801.1152342 +22,-1.533378158,0.7276139666,356,-1.577164531,0.273993443,1803.0090717 +23,-1.531340368,0.7276446587,356,-1.577164531,0.273993443,1803.7211349 +24,-1.528960113,0.7276398177,356,-1.577164531,0.273993443,1804.426216 +25,-1.533313146,0.7260818349,356,-1.577164531,0.273993443,1796.9868572 +26,-1.531259555,0.7260958115,356,-1.577164531,0.273993443,1797.6412678 +27,-1.528926415,0.7260865555,356,-1.577164531,0.273993443,1798.3187095 +28,-1.531226779,0.7245511789,356,-1.577164531,0.273993443,1791.5640474 +29,-1.528904772,0.7245519194,356,-1.577164531,0.273993443,1792.2810876 +30,-1.547195875,0.7409785979,356,-1.577164531,0.273993443,1852.5323654 +31,-1.5451475,0.740980426,356,-1.577164531,0.273993443,1852.9356719 +32,-1.543097679,0.7409798872,356,-1.577164531,0.273993443,1853.3560131 +33,-1.540720364,0.7409892687,356,-1.577164531,0.273993443,1853.9157157 +34,-1.547188511,0.7395198392,356,-1.577164531,0.273993443,1846.7674797 +35,-1.545148587,0.7395226109,356,-1.577164531,0.273993443,1847.174589 +36,-1.543104538,0.7395314908,356,-1.577164531,0.273993443,1847.6326774 +37,-1.540727751,0.7395306258,356,-1.577164531,0.273993443,1848.1538868 +38,-1.547187029,0.7380014886,356,-1.577164531,0.273993443,1840.7660117 +39,-1.545147315,0.7380012252,356,-1.577164531,0.273993443,1841.1628502 +40,-1.54310719,0.7380060743,356,-1.577164531,0.273993443,1841.6060581 +41,-1.540719671,0.7380068206,356,-1.577164531,0.273993443,1842.1383718 +42,-1.547187189,0.7364799098,356,-1.577164531,0.273993443,1834.7515506 +43,-1.545149996,0.7364853874,356,-1.577164531,0.273993443,1835.1723232 +44,-1.543106091,0.7364823484,356,-1.577164531,0.273993443,1835.5870181 +45,-1.540717158,0.7364893901,356,-1.577164531,0.273993443,1836.1468768 +46,-1.538663972,0.7410138672,356,-1.577164531,0.273993443,1854.4932025 +47,-1.53695285,0.7409699132,356,-1.577164531,0.273993443,1854.7394269 +48,-1.534910498,0.7409641297,356,-1.577164531,0.273993443,1855.2413536 +49,-1.533145034,0.7409536636,356,-1.577164531,0.273993443,1855.6745036 +50,-1.538681336,0.7395405883,356,-1.577164531,0.273993443,1848.6731259 +51,-1.536999189,0.7395183096,356,-1.577164531,0.273993443,1848.9992094 +52,-1.534923633,0.7395144222,356,-1.577164531,0.273993443,1849.5190027 +53,-1.533267822,0.7395654306,356,-1.577164531,0.273993443,1850.1662781 +54,-1.53867273,0.7380151077,356,-1.577164531,0.273993443,1842.6533479 +55,-1.536980576,0.7379994392,356,-1.577164531,0.273993443,1843.0099678 +56,-1.534931522,0.7379944961,356,-1.577164531,0.273993443,1843.5211574 +57,-1.533387952,0.7379480264,356,-1.577164531,0.273993443,1843.7549982 +58,-1.538682279,0.7364914363,356,-1.577164531,0.273993443,1836.6364428 +59,-1.536980704,0.7364810563,356,-1.577164531,0.273993443,1837.0180729 +60,-1.534935567,0.7364752065,356,-1.577164531,0.273993443,1837.5269787 +61,-1.533042592,0.7363876366,356,-1.577164531,0.273993443,1837.6974675 +62,-1.545143426,0.7349628011,356,-1.577164531,0.273993443,1829.1570915 +63,-1.543105297,0.7349691947,356,-1.577164531,0.273993443,1829.6097759 +64,-1.541064533,0.7349647152,356,-1.577164531,0.273993443,1830.0463641 +65,-1.545411803,0.7334624714,356,-1.577164531,0.273993443,1823.1740011 +66,-1.543446606,0.7334780896,356,-1.577164531,0.273993443,1823.6458317 +67,-1.541475327,0.7334957295,356,-1.577164531,0.273993443,1824.1515076 +68,-1.545401939,0.731963266,356,-1.577164531,0.273993443,1817.2517704 +69,-1.54342253,0.7319915583,356,-1.577164531,0.273993443,1817.7786562 +70,-1.541455867,0.7320216438,356,-1.577164531,0.273993443,1818.3346196 +71,-1.545410146,0.7304422281,356,-1.577164531,0.273993443,1811.2396808 +72,-1.543435491,0.7304713664,356,-1.577164531,0.273993443,1811.7706193 +73,-1.541463105,0.7304997613,356,-1.577164531,0.273993443,1812.3229989 +74,-1.545414768,0.7289194936,356,-1.577164531,0.273993443,1805.2216974 +75,-1.543435774,0.7289538557,356,-1.577164531,0.273993443,1805.7760117 +76,-1.541457714,0.7289765881,356,-1.577164531,0.273993443,1806.3092904 +77,-1.539449415,0.7320555866,356,-1.577164531,0.273993443,1818.9399662 +78,-1.537429183,0.7321097681,356,-1.577164531,0.273993443,1819.6542081 +79,-1.535472649,0.7321497267,356,-1.577164531,0.273993443,1820.3211453 +80,-1.539457899,0.7305333307,356,-1.577164531,0.273993443,1812.9285712 +81,-1.537453161,0.7305750503,356,-1.577164531,0.273993443,1813.5917961 +82,-1.535479385,0.7306124949,356,-1.577164531,0.273993443,1814.2554107 +83,-1.53946905,0.7290102593,356,-1.577164531,0.273993443,1806.9134164 +84,-1.537459922,0.7290417293,356,-1.577164531,0.273993443,1807.5393961 +85,-1.535451349,0.7290890157,356,-1.577164531,0.273993443,1808.2534147 +86,-1.535522937,0.7279887191,356,-1.577164531,0.273993443,1803.893987 +87,-1.539442524,0.7274735939,356,-1.577164531,0.273993443,1800.8539136 +88,-1.537424111,0.727521351,356,-1.577164531,0.273993443,1801.5491537 +89,-1.539384641,0.7259505092,356,-1.577164531,0.273993443,1794.8559237 +90,-1.537372391,0.7259947145,356,-1.577164531,0.273993443,1795.5385702 +91,-1.535340789,0.7260435356,356,-1.577164531,0.273993443,1796.2707575 +92,-1.539325716,0.7244369706,356,-1.577164531,0.273993443,1788.8961518 +93,-1.537308932,0.7244801057,356,-1.577164531,0.273993443,1789.5787854 +94,-1.535289068,0.7245247645,356,-1.577164531,0.273993443,1790.2945769 +95,-1.533261366,0.7245550236,356,-1.577164531,0.273993443,1790.9821932 +96,-1.539267302,0.722921924,356,-1.577164531,0.273993443,1782.9305826 +97,-1.537248972,0.7229660258,356,-1.577164531,0.273993443,1783.6204877 +98,-1.535219431,0.7229916471,356,-1.577164531,0.273993443,1784.2670518 +99,-1.53318962,0.7230212049,356,-1.577164531,0.273993443,1784.9559924 +100,-1.531154816,0.7230299897,356,-1.577164531,0.273993443,1785.5913248 +101,-1.528878341,0.7230370244,356,-1.577164531,0.273993443,1786.3230114 +102,-1.539218189,0.7214009878,356,-1.577164531,0.273993443,1776.9397225 +103,-1.537198791,0.7214422745,356,-1.577164531,0.273993443,1777.621764 +104,-1.535179266,0.7214634354,356,-1.577164531,0.273993443,1778.2510803 +105,-1.533156501,0.7214944644,356,-1.577164531,0.273993443,1778.9468855 +106,-1.53113574,0.7215166021,356,-1.577164531,0.273993443,1779.6337161 +107,-1.528874248,0.7215345535,356,-1.577164531,0.273993443,1780.4070502 +108,-1.539217656,0.7198512397,356,-1.577164531,0.273993443,1770.8231775 +109,-1.537199919,0.7199428763,356,-1.577164531,0.273993443,1771.7058079 +110,-1.545425832,0.727397149,356,-1.577164531,0.273993443,1799.2040092 +111,-1.543371177,0.7273916949,356,-1.577164531,0.273993443,1799.6193432 +112,-1.541368852,0.7274523163,356,-1.577164531,0.273993443,1800.3107258 +113,-1.545349067,0.7258710923,356,-1.577164531,0.273993443,1793.1899167 +114,-1.54332671,0.7258603556,356,-1.577164531,0.273993443,1793.5802437 +115,-1.541346831,0.7259242142,356,-1.577164531,0.273993443,1794.2817762 +116,-1.545324355,0.7243383958,356,-1.577164531,0.273993443,1787.1390009 +117,-1.543292796,0.7243617413,356,-1.577164531,0.273993443,1787.6682718 +118,-1.541295822,0.7244024384,356,-1.577164531,0.273993443,1788.2847754 +119,-1.543193859,0.7205570215,356,-1.577164531,0.273993443,1772.66249 +120,-1.550257047,0.7386738187,356,-1.577164531,0.273993443,1842.8750214 +121,-1.549335448,0.7311736483,356,-1.577164531,0.273993443,1813.3791182 +122,-1.533478843,0.7179891343,356,-1.577164531,0.273993443,1765.0348335 +123,-1.556150555,0.738907041,356,-1.577164531,0.273993443,1842.9103666 +124,-1.554324226,0.733414257,356,-1.577164531,0.273993443,1821.4314322 +125,-1.554290846,0.7288285332,356,-1.577164531,0.273993443,1803.2948275 +126,-1.55122487,0.7219795312,356,-1.577164531,0.273993443,1776.6942934 +127,-1.525104458,0.7229399862,356,-1.577164531,0.273993443,1787.182394 +128,-1.519607711,0.7236181429,356,-1.577164531,0.273993443,1791.8205087 +129,-1.513899999,0.7251107854,356,-1.577164531,0.273993443,1799.9272161 +130,-1.536620762,0.7431061895,356,-1.577164531,0.273993443,1863.253232 +131,-1.5369566,0.7460845958,356,-1.577164531,0.273993443,1874.9238822 +132,-1.545345528,0.7447040685,356,-1.577164531,0.273993443,1867.611776 +133,-1.532813921,0.7432306626,356,-1.577164531,0.273993443,1864.7446245 +134,-1.554788248,0.7382381001,356,-1.577164531,0.273993443,1840.4494141 +135,-1.540348126,0.7301594274,356,-1.577164531,0.273993443,1811.2391456 +136,-1.538016084,0.7239051786,356,-1.577164531,0.273993443,1787.1273415 +137,-1.525288962,0.7258085137,356,-1.577164531,0.273993443,1798.4075142 +138,-1.534326986,0.731241342,356,-1.577164531,0.273993443,1817.0481182 +139,-1.530733872,0.7303625216,356,-1.577164531,0.273993443,1814.6122628 +141,-1.534354939,0.7328219978,356,-1.577164531,0.273993443,1823.274353 +142,-1.53157084,0.7292888153,356,-1.577164531,0.273993443,1810.1330667 +143,-1.525691035,0.7263799874,356,-1.577164531,0.273993443,1800.5215972 +144,-1.534031287,0.7495967835,356,-1.577164531,0.273993443,1889.5267346 +145,-1.527714986,0.7283095957,356,-1.577164531,0.273993443,1807.456964 +146,-1.526189586,0.7271468292,356,-1.577164531,0.273993443,1803.3743258 +147,-1.555177336,0.7375563366,356,-1.577164531,0.273993443,1837.6976472 +148,-1.555080283,0.7312707794,356,-1.577164531,0.273993443,1812.8425112 +149,-1.53856994,0.7224180299,356,-1.577164531,0.273993443,1781.1171944 +150,-1.530837883,0.729933372,356,-1.577164531,0.273993443,1812.8900953 +151,-1.515066984,0.5854133365,356,-1.577164531,0.273993443,1253.3724754 +152,-1.534731633,0.5368370046,356,-1.577164531,0.273993443,1052.4157464 +153,-1.515231902,0.5607085576,356,-1.577164531,0.273993443,1157.3700814 +154,-2.616253799,1.0684566605,356,-1.577164531,0.273993443,4274.1606853 +155,-1.956071439,0.5792177723,356,-1.577164531,0.273993443,1816.875817 +156,-1.951208514,0.5602434208,356,-1.577164531,0.273993443,1759.7796483 +157,-1.944675062,0.6062144545,356,-1.577164531,0.273993443,1853.5867211 +158,-1.613778386,0.6077989518,356,-1.577164531,0.273993443,1328.592058 +159,-2.035029014,0.6021432345,356,-1.577164531,0.273993443,2082.7092944 +160,-2.114989471,0.6801825058,356,-1.577164531,0.273993443,2462.0081522 +161,-2.037382079,0.5765830025,356,-1.577164531,0.273993443,2037.4562534 +162,-2.129855121,0.6585019963,356,-1.577164531,0.273993443,2457.5756799 +163,-2.075141798,0.6493615843,356,-1.577164531,0.273993443,2291.6822226 +164,-1.828626729,0.6948433129,356,-1.577164531,0.273993443,1879.8132596 +165,-1.863329418,0.6735427691,356,-1.577164531,0.273993443,1869.8036396 +166,-1.266037071,0.727988852,356,-1.577164531,0.273993443,2088.4049973 +167,-1.277579582,0.7249010648,356,-1.577164531,0.273993443,2058.6460002 +168,-1.258418684,0.7241194816,356,-1.577164531,0.273993443,2089.4304979 +169,-1.317813974,0.6804850104,356,-1.577164531,0.273993443,1844.8009649 +170,-1.344165204,0.6790988904,356,-1.577164531,0.273993443,1797.2238788 +171,-1.427582102,0.5277120351,356,-1.577164531,0.273993443,1142.3814886 +172,-1.402238616,0.457167829,356,-1.577164531,0.273993443,971.25312443 +173,-1.422454264,0.4996161999,356,-1.577164531,0.273993443,1057.655438 +174,-1.439089277,0.4894859811,356,-1.577164531,0.273993443,992.29067809 +175,-1.448126995,0.5182330266,356,-1.577164531,0.273993443,1075.426076 +176,-1.474626146,0.5881926574,356,-1.577164531,0.273993443,1297.3761956 +177,-1.421139645,0.5584869783,356,-1.577164531,0.273993443,1259.2938667 +178,-1.457037165,0.565943032,356,-1.577164531,0.273993443,1234.4513524 +179,-2.757159358,0.3745319,356,-1.577164531,0.273993443,4416.0353548 +180,-2.714309238,0.342054471,356,-1.577164531,0.273993443,4275.5947485 +181,-2.000525337,0.774119946,356,-1.577164531,0.273993443,2436.1859034 +183,-1.571413436,0.6777838382,356,-1.577164531,0.273993443,1599.5387745 +184,-1.552860289,0.6987663893,356,-1.577164531,0.273993443,1684.6166671 +185,-1.521852374,0.7165827476,356,-1.577164531,0.273993443,1763.3359385 +186,-1.503656267,0.6928968252,356,-1.577164531,0.273993443,1678.6485112 +187,-1.502753178,0.7136205882,356,-1.577164531,0.273993443,1760.0137001 +188,-1.631894563,0.7343596465,356,-1.577164531,0.273993443,1833.026668 +189,-1.653765416,0.6770714026,356,-1.577164531,0.273993443,1618.6665357 +190,-1.719812114,0.6715965947,356,-1.577164531,0.273993443,1651.4526977 +191,-1.493406659,0.6646955447,356,-1.577164531,0.273993443,1574.9695195 +192,-1.469120564,0.6613469966,356,-1.577164531,0.273993443,1580.1128576 +193,-1.590551461,0.5326612937,356,-1.577164531,0.273993443,1025.7334369 +194,-1.625979264,0.5247742243,356,-1.577164531,0.273993443,1009.0619934 +195,-1.572293943,0.5238808754,356,-1.577164531,0.273993443,989.96247702 +196,-1.610848725,0.5477107964,356,-1.577164531,0.273993443,1091.0052301 +197,-1.208485554,0.7918526018,356,-1.577164531,0.273993443,2389.9008124 +198,-1.335601374,0.6869083083,356,-1.577164531,0.273993443,1837.2583733 +199,-1.346156996,0.6825213377,356,-1.577164531,0.273993443,1805.8443481 +200,-1.324381037,0.6741422347,356,-1.577164531,0.273993443,1812.6799825 +201,-1.242424992,0.7378949807,356,-1.577164531,0.273993443,2161.4065382 +202,-1.270370057,0.7392461008,356,-1.577164531,0.273993443,2117.4146347 +203,-1.448950472,0.7441675014,356,-1.577164531,0.273993443,1912.5596308 +204,-1.492662363,0.7523026852,356,-1.577164531,0.273993443,1916.0538751 +205,-1.479098966,0.7763855017,356,-1.577164531,0.273993443,2016.9533527 +206,-1.633760714,0.7869022408,356,-1.577164531,0.273993443,2040.3992035 +207,-1.647406434,0.8101289331,356,-1.577164531,0.273993443,2136.289424 +208,-1.564245052,0.5701509278,356,-1.577164531,0.273993443,1173.9973851 +209,-1.646289963,0.6833746083,356,-1.577164531,0.273993443,1639.2097379 +210,-1.5820631,0.6751952144,356,-1.577164531,0.273993443,1589.2516618 +211,-1.613236298,0.6681681791,356,-1.577164531,0.273993443,1566.3884409 +212,-1.914661867,0.8212566515,356,-1.577164531,0.273993443,2434.7974395 +213,-1.742133237,0.7250275956,356,-1.577164531,0.273993443,1873.479296 +214,-2.033144872,0.6557314699,356,-1.577164531,0.273993443,2197.1632054 +215,-2.039551981,0.6964723658,356,-1.577164531,0.273993443,2311.3403876 +216,-1.247341019,0.7622473908,356,-1.577164531,0.273993443,2230.3080499 +217,-1.298239787,0.7084123392,356,-1.577164531,0.273993443,1969.9162357 +218,-1.308539688,0.6926545592,356,-1.577164531,0.273993443,1900.6798159 +219,-1.303263185,0.6888938396,356,-1.577164531,0.273993443,1897.3395025 +220,-1.852400229,0.6004246149,356,-1.577164531,0.273993443,1622.2727032 +221,-1.288947707,0.7473773692,356,-1.577164531,0.273993443,2114.1854365 +222,-1.372031502,0.7472790993,356,-1.577164531,0.273993443,1999.5257165 +223,-1.289805721,0.7242157877,356,-1.577164531,0.273993443,2035.9680625 +224,-1.350807603,0.7533498126,356,-1.577164531,0.273993443,2047.2485471 +225,-1.329290365,0.7560442322,356,-1.577164531,0.273993443,2084.9344207 +226,-1.410153004,0.616936428,356,-1.577164531,0.273993443,1481.7392315 +227,-1.393445434,0.6308995063,356,-1.577164531,0.273993443,1555.2708143 +228,-1.37595573,0.6241540638,356,-1.577164531,0.273993443,1558.808901 +229,-1.358388707,0.6172645205,356,-1.577164531,0.273993443,1565.1123774 +230,-1.753741133,0.8281661666,356,-1.577164531,0.273993443,2270.126277 +231,-1.47430987,0.6834615681,356,-1.577164531,0.273993443,1660.7153436 +232,-1.421012508,0.7222725206,356,-1.577164531,0.273993443,1854.3308176 +233,-1.4476833,0.6978557868,356,-1.577164531,0.273993443,1737.4312133 +234,-1.470370723,0.6966193374,356,-1.577164531,0.273993443,1714.1943669 +235,-1.429211703,0.7037216883,356,-1.577164531,0.273993443,1776.8603631 +236,-1.700578405,0.6178673663,356,-1.577164531,0.273993443,1430.5574386 +237,-1.678117619,0.6331716163,356,-1.577164531,0.273993443,1466.5851844 +238,-1.725644578,0.6316331145,356,-1.577164531,0.273993443,1510.3801754 +239,-2.14012759,0.7930497945,356,-1.577164531,0.273993443,2777.6131205 +240,-2.103289431,0.7653606263,356,-1.577164531,0.273993443,2628.3886938 +241,-1.318739838,0.7017808746,356,-1.577164531,0.273993443,1914.2983404 +242,-1.396417427,0.7077900843,356,-1.577164531,0.273993443,1827.3322645 +243,-1.35650337,0.7185539404,356,-1.577164531,0.273993443,1916.3771512 +244,-1.248884539,0.7274156818,356,-1.577164531,0.273993443,2116.90441 +245,-1.395014798,0.5761185243,356,-1.577164531,0.273993443,1363.3169092 +246,-1.433377362,0.6064716109,356,-1.577164531,0.273993443,1412.6704274 +247,-1.408172432,0.5903155476,356,-1.577164531,0.273993443,1390.7301134 +248,-1.749645898,0.7757118084,356,-1.577164531,0.273993443,2069.7409058 +249,-1.571626686,0.615046989,356,-1.577164531,0.273993443,1351.0558667 +250,-1.514070049,0.6303003037,356,-1.577164531,0.273993443,1428.8007481 +251,-1.480890369,0.6237966528,356,-1.577164531,0.273993443,1426.8041195 +252,-1.704390658,0.5281680612,356,-1.577164531,0.273993443,1107.7152126 +253,-1.64434733,0.5254277498,356,-1.577164531,0.273993443,1025.4166404 +254,-1.703855997,0.4792484842,356,-1.577164531,0.273993443,936.79994949 +255,-1.692002383,0.5748825051,356,-1.577164531,0.273993443,1261.0026815 +256,-1.854136457,0.5544643913,356,-1.577164531,0.273993443,1493.7450209 +257,-1.665021206,0.520317736,356,-1.577164531,0.273993443,1026.7180924 +258,-1.733654349,0.4845187345,356,-1.577164531,0.273993443,1012.4352026 +259,-1.720938188,0.5135933906,356,-1.577164531,0.273993443,1084.0626471 +260,-1.742668307,0.553296122,356,-1.577164531,0.273993443,1257.1482458 +261,-1.965659039,0.7142126903,356,-1.577164531,0.273993443,2194.2134656 +262,-1.944438071,0.6772834804,356,-1.577164531,0.273993443,2044.3299199 +263,-1.270340967,0.7681487096,356,-1.577164531,0.273993443,2212.3420216 +264,-1.353091884,0.6549276821,356,-1.577164531,0.273993443,1700.7131679 +265,-1.333236659,0.6413584414,356,-1.577164531,0.273993443,1689.1557197 +266,-1.352015998,0.6753788907,356,-1.577164531,0.273993443,1772.3153654 +267,-1.377988483,0.6577816235,356,-1.577164531,0.273993443,1672.3172959 +268,-2.13075611,0.8318642051,356,-1.577164531,0.273993443,2853.4925136 +269,-2.097910953,0.8259670014,356,-1.577164531,0.273993443,2771.7723826 +270,-1.416382069,0.6694271549,356,-1.577164531,0.273993443,1663.5826104 +271,-1.538905672,0.7535625993,356,-1.577164531,0.273993443,1903.97915 +272,-1.572309477,0.7803125099,356,-1.577164531,0.273993443,2005.595684 +273,-1.87759879,0.7503853417,356,-1.577164531,0.273993443,2143.5064625 +274,1.152365588,0.590457682,356,-1.577164531,0.273993443,8683.0278423 +275,0.350198001,0.718001859,356,-1.577164531,0.273993443,6519.5536062 +276,0.046513677,0.491503852,356,-1.577164531,0.273993443,5893.4265335 +277,0.027510309,0.742571376,356,-1.577164531,0.273993443,5589.6939158 +278,0.306285725,-0.214631579,356,-1.577164531,0.273993443,7625.3613446 +279,-1.100564889,0.318051531,356,-1.577164531,0.273993443,1812.4481443 +280,-1.078582306,0.301437596,356,-1.577164531,0.273993443,1895.134752 +281,-1.137371989,-0.617634065,356,-1.577164531,0.273993443,3898.7417879 +282,0.784356344,0.703272339,356,-1.577164531,0.273993443,7625.5185787 +283,-1.221209947,0.218327455,356,-1.577164531,0.273993443,1384.4603453 +284,2.347301921,-0.449114658,356,-1.577164531,0.273993443,9476.3372037 +285,0.246820618,0.830553713,356,-1.577164531,0.273993443,6074.8486893 +286,0.829414965,0.703288228,356,-1.577164531,0.273993443,7721.9253757 +287,-1.337537566,0.42332223,356,-1.577164531,0.273993443,1069.1610441 +288,0.882453706,0.454478077,356,-1.577164531,0.273993443,8541.6006087 +289,1.575629659,0.416419109,356,-1.577164531,0.273993443,9708.7808591 +290,-1.039455679,0.229888244,356,-1.577164531,0.273993443,2068.2287958 +291,0.489558039,0.934482747,356,-1.577164531,0.273993443,6438.2748311 +292,0.081344504,0.88384514,356,-1.577164531,0.273993443,5602.5805379 +293,-1.547979814,0.300350308,356,-1.577164531,0.273993443,152.28169852 +294,0.040776181,0.168560074,356,-1.577164531,0.273993443,6219.2822984 +295,-1.130374745,0.563894876,356,-1.577164531,0.273993443,1973.7117125 +296,1.578326642,0.478507176,356,-1.577164531,0.273993443,9462.7152407 +297,-1.12861823,-0.291640865,356,-1.577164531,0.273993443,2844.506406 +298,0.310524208,0.770885792,356,-1.577164531,0.273993443,6327.5013986 +299,0.415649091,-0.387246002,356,-1.577164531,0.273993443,8147.9214287 +300,-0.926533878,-0.188022748,356,-1.577164531,0.273993443,3139.774689 +301,1.258856172,-0.11716081,356,-1.577164531,0.273993443,11105.221455 +302,-1.126050026,0.322941926,356,-1.577164531,0.273993443,1717.3480487 +303,2.002785835,0.07893892,356,-1.577164531,0.273993443,10228.436957 +304,0.440437607,0.746258085,356,-1.577164531,0.273993443,6705.2743197 +305,-0.030391866,0.214441206,356,-1.577164531,0.273993443,5904.0096934 +306,0.521557815,-0.058929362,356,-1.577164531,0.273993443,8296.1102407 +307,-0.097005111,0.13317729,356,-1.577164531,0.273993443,5736.3045163 +308,1.83113859,0.221857587,356,-1.577164531,0.273993443,10219.025427 +309,0.222428864,0.099404236,356,-1.577164531,0.273993443,6980.7942676 +310,-1.702731345,0.8728568183,356,-1.577164531,0.273993443,2406.1106432 +311,-0.418507569,0.278324921,356,-1.577164531,0.273993443,4394.6452648 +312,-1.41153306,0.339029988,356,-1.577164531,0.273993443,676.26714193 +313,0.357560442,0.114788776,356,-1.577164531,0.273993443,7468.0062686 +314,0.325818979,0.268352149,356,-1.577164531,0.273993443,7145.1264549 +315,-1.246004659,-0.663679965,356,-1.577164531,0.273993443,3912.9918966 +316,1.814603087,0.637404484,356,-1.577164531,0.273993443,8714.4717797 +317,1.843704281,-0.18300445,356,-1.577164531,0.273993443,11308.291287 +318,1.690644492,-0.211480909,356,-1.577164531,0.273993443,11899.141337 +319,-1.275451936,0.068109467,356,-1.577164531,0.273993443,1430.4665176 +320,0.762430171,-0.207594741,356,-1.577164531,0.273993443,9353.2577419 +321,0.265668905,-0.014647884,356,-1.577164531,0.273993443,7274.4526878 +322,-2.773032013,-0.335515811,356,-1.577164531,0.273993443,5246.4054093 +323,-1.469512853,0.174058777,356,-1.577164531,0.273993443,573.90419474 +324,0.286276986,0.785925691,356,-1.577164531,0.273993443,6241.1313139 +325,-1.379324697,0.377432233,356,-1.577164531,0.273993443,847.49398405 +326,-1.203778265,0.212813032,356,-1.577164531,0.273993443,1454.9542194 +327,0.579916301,0.611743168,356,-1.577164531,0.273993443,7348.6996565 +328,0.267582642,0.868113908,356,-1.577164531,0.273993443,6070.7204303 +329,0.412869244,-0.050245578,356,-1.577164531,0.273993443,7873.4683616 +330,0.17524381,0.976660285,356,-1.577164531,0.273993443,5718.0179725 +331,0.743157214,0.204812899,356,-1.577164531,0.273993443,8707.5269542 +332,-1.070758176,0.269382282,356,-1.577164531,0.273993443,1930.8601557 +333,-1.230364251,0.329790229,356,-1.577164531,0.273993443,1329.2469382 +334,-1.374813124,-0.024926835,356,-1.577164531,0.273993443,1424.586588 +335,0.519780566,0.463669906,356,-1.577164531,0.273993443,7476.3021072 +336,-1.55108034,0.239698561,356,-1.577164531,0.273993443,168.63534961 +337,0.180294813,0.029739425,356,-1.577164531,0.273993443,6900.7260262 +338,0.67820924,0.268170153,356,-1.577164531,0.273993443,8366.2650312 +339,0.445798684,1.024001867,356,-1.577164531,0.273993443,6172.7051586 +340,0.691751283,0.150521402,356,-1.577164531,0.273993443,8630.2286687 +341,-1.036643551,-0.903056181,356,-1.577164531,0.273993443,5020.5606961 +342,-0.120287036,1.083325163,356,-1.577164531,0.273993443,5055.1732372 +343,2.823513113,-0.304487164,356,-1.577164531,0.273993443,7692.4733425 +344,0.457583172,1.12513373,356,-1.577164531,0.273993443,5990.2579186 +345,0.042918831,0.813795399,356,-1.577164531,0.273993443,5568.9265165 +346,1.196146777,-0.853142756,356,-1.577164531,0.273993443,9858.7090426 +347,0.206001358,-0.010430701,356,-1.577164531,0.273993443,7042.6639239 +348,-0.268308653,0.234799412,356,-1.577164531,0.273993443,4992.5745634 +349,0.759363263,0.736189579,356,-1.577164531,0.273993443,7481.8281889 +350,0.181363926,0.891988372,356,-1.577164531,0.273993443,5833.9644612 +351,-0.021111158,0.139103292,356,-1.577164531,0.273993443,6017.5551361 +352,-0.093355215,0.630686981,356,-1.577164531,0.273993443,5314.4366654 +353,0.40118964,0.681375926,356,-1.577164531,0.273993443,6722.1456882 +354,-0.721197315,1.304706234,356,-1.577164531,0.273993443,4474.4672516 +355,-1.076150317,0.212107639,356,-1.577164531,0.273993443,1940.1755235 +356,-1.577164531,0.273993443,356,-1.577164531,0.273993443,0 +357,-0.190788414,0.182208586,356,-1.577164531,0.273993443,5332.581195 +358,-0.261349752,0.209710184,356,-1.577164531,0.273993443,5040.6422684 +359,-1.029303852,0.083549259,356,-1.577164531,0.273993443,2260.6236149 +360,-1.268609162,0.330525297,356,-1.577164531,0.273993443,1187.4704746 +361,1.282982244,-0.926641967,356,-1.577164531,0.273993443,9713.7832615 +362,0.217352334,0.731352408,356,-1.577164531,0.273993443,6135.7702382 +363,-1.511833084,0.258629297,356,-1.577164531,0.273993443,256.96000316 +364,0.338812194,0.823184618,356,-1.577164531,0.273993443,6313.2392163 +365,-0.324406489,1.134201999,356,-1.577164531,0.273993443,4710.0336539 +366,1.389579348,0.399185724,356,-1.577164531,0.273993443,9692.5957555 +367,2.047152199,-0.039082036,356,-1.577164531,0.273993443,10343.014325 +368,0.947780369,0.568250077,356,-1.577164531,0.273993443,8371.0848471 +369,0.763824846,0.576754987,356,-1.577164531,0.273993443,7914.0594704 +370,-0.142334657,0.928153068,356,-1.577164531,0.273993443,5036.5806608 +371,0.610266567,0.547265983,356,-1.577164531,0.273993443,7573.4085904 +372,0.210731629,0.746815056,356,-1.577164531,0.273993443,6096.6172533 +373,-1.34931644,0.316895224,356,-1.577164531,0.273993443,879.72825523 +374,2.407696481,0.655030745,356,-1.577164531,0.273993443,7608.2009986 +375,0.64207831,0.545359131,356,-1.577164531,0.273993443,7666.7365032 +376,1.174597538,0.840588356,356,-1.577164531,0.273993443,7819.0486451 +377,0.660059424,0.010604079,356,-1.577164531,0.273993443,8732.4497551 +378,-0.730263819,0.010486456,356,-1.577164531,0.273993443,3468.9268281 +379,0.831068936,0.512339172,356,-1.577164531,0.273993443,8253.6817133 +380,1.301180979,0.72367476,356,-1.577164531,0.273993443,8376.0013091 +381,1.811128231,0.322854402,356,-1.577164531,0.273993443,9891.4450846 +382,0.435105812,0.992284428,356,-1.577164531,0.273993443,6215.4284091 +383,0.62643634,0.592027932,356,-1.577164531,0.273993443,7518.2286617 +384,0.492988703,-0.516339467,356,-1.577164531,0.273993443,8455.5191445 +385,-0.162469483,0.112549365,356,-1.577164531,0.273993443,5508.6164252 +386,0.314630866,0.472006421,356,-1.577164531,0.273993443,6808.3448007 +387,0.166744804,0.822815954,356,-1.577164531,0.273993443,5882.5904154 +388,0.417159608,0.965805736,356,-1.577164531,0.273993443,6231.7257193 +389,0.106334961,0.868774244,356,-1.577164531,0.273993443,5678.8341941 +390,0.815086969,-0.338144359,356,-1.577164531,0.273993443,9609.209647 +391,0.59867455,-0.230624824,356,-1.577164531,0.273993443,8745.8005622 +392,1.915104874,0.066220985,356,-1.577164531,0.273993443,10518.920168 +393,1.278093622,0.064463721,356,-1.577164531,0.273993443,10695.456893 +394,-0.061477853,0.302997961,356,-1.577164531,0.273993443,5700.1495383 +395,0.251311504,0.626976942,356,-1.577164531,0.273993443,6380.1003038 +396,2.950242872,0.149095644,356,-1.577164531,0.273993443,6757.9388004 +397,-0.180294708,0.35375117,356,-1.577164531,0.273993443,5221.0022158 +398,1.010448592,-0.351180233,356,-1.577164531,0.273993443,10336.851658 +399,-1.748740498,0.3686318073,356,-1.577164531,0.273993443,745.52871948 +400,2.699635665,0.123533791,356,-1.577164531,0.273993443,7722.1933803 +401,0.496808033,0.823843254,356,-1.577164531,0.273993443,6685.8510924 +402,0.129574704,0.763364087,356,-1.577164531,0.273993443,5853.8143786 +403,1.798920311,0.817447563,356,-1.577164531,0.273993443,8040.6066917 +404,0.335987953,0.746786541,356,-1.577164531,0.273993443,6433.4555611 +405,-1.085413643,0.292154671,356,-1.577164531,0.273993443,1870.1528261 +406,-0.155321003,0.508207011,356,-1.577164531,0.273993443,5194.5354476 +407,0.620529244,-0.301175104,356,-1.577164531,0.273993443,8868.7800719 +408,1.684402744,0.368716966,356,-1.577164531,0.273993443,9855.7149202 +409,0.300582244,-0.386397212,356,-1.577164531,0.273993443,7729.1691931 +410,2.913555946,-0.009225192,356,-1.577164531,0.273993443,7076.7674097 +411,1.465101417,0.493232532,356,-1.577164531,0.273993443,9381.0911164 +412,0.090612882,0.907955955,356,-1.577164531,0.273993443,5601.7928655 +413,2.987564726,-0.729568594,356,-1.577164531,0.273993443,7370.5527534 +414,-1.484261606,0.224149272,356,-1.577164531,0.273993443,407.5902141 +415,0.164073421,0.303955133,356,-1.577164531,0.273993443,6518.5725554 +416,0.141441293,0.167552546,356,-1.577164531,0.273993443,6597.4691308 +417,2.931321023,-0.506718887,356,-1.577164531,0.273993443,7436.1165096 +418,2.21951565,0.700596356,356,-1.577164531,0.273993443,7891.6330037 +419,0.268112576,1.199114336,356,-1.577164531,0.273993443,5596.1215354 +420,0.978913739,0.359223811,356,-1.577164531,0.273993443,9056.0728196 +421,1.210898818,0.522863584,356,-1.577164531,0.273993443,9011.0089825 +422,2.347397336,0.129231362,356,-1.577164531,0.273993443,8982.2317025 +423,0.614394501,0.556878345,356,-1.577164531,0.273993443,7563.8591564 +424,-1.398079356,0.148483366,356,-1.577164531,0.273993443,852.90265494 +425,2.535303836,-0.112984496,356,-1.577164531,0.273993443,8626.9836475 +426,-1.019372593,-0.405322349,356,-1.577164531,0.273993443,3450.8390252 +427,-1.297785627,-0.160104069,356,-1.577164531,0.273993443,2039.0474044 +428,2.144554488,0.205051084,356,-1.577164531,0.273993443,9482.0741513 +429,-2.242387083,-0.426171285,356,-1.577164531,0.273993443,3781.6856617 +430,0.338637212,0.909723676,356,-1.577164531,0.273993443,6167.7426626 +431,-0.148798452,0.691042401,356,-1.577164531,0.273993443,5107.0809508 +432,0.893524764,0.441829531,356,-1.577164531,0.273993443,8604.7334128 +433,0.969229347,-0.368847936,356,-1.577164531,0.273993443,10180.136699 +434,0.436043248,0.800045688,356,-1.577164531,0.273993443,6590.9294682 +435,1.687946607,1.081504775,356,-1.577164531,0.273993443,7060.7482469 +436,0.522302046,-0.034889271,356,-1.577164531,0.273993443,8271.7637131 +437,-0.178996113,-0.438090009,356,-1.577164531,0.273993443,6083.3962719 +438,-1.094339566,0.301444068,356,-1.577164531,0.273993443,1835.5399348 +439,-1.064070054,0.242569932,356,-1.577164531,0.273993443,1967.3557921 +440,-1.068153768,0.230387998,356,-1.577164531,0.273993443,1958.5152812 +441,-3.00496892,-0.23989155,356,-1.577164531,0.273993443,5948.5081949 +442,0.21751974,0.766874888,356,-1.577164531,0.273993443,6087.8574592 +443,0.117229532,0.007619006,356,-1.577164531,0.273993443,6684.9080745 +444,0.777758451,0.420554741,356,-1.577164531,0.273993443,8342.502852 +445,-0.252356999,0.250747086,356,-1.577164531,0.273993443,5038.9374179 +446,0.363148444,0.768483434,356,-1.577164531,0.273993443,6467.3261004 +447,0.903191366,-0.118210676,356,-1.577164531,0.273993443,9806.4792687 +448,-0.205755923,0.149406178,356,-1.577164531,0.273993443,5307.4161594 +449,1.811996086,0.02364353,356,-1.577164531,0.273993443,10917.708559 +450,-1.100670221,0.314845373,356,-1.577164531,0.273993443,1811.791129 +451,0.340078597,0.850105132,356,-1.577164531,0.273993443,6271.1148758 +452,0.258757267,0.804969236,356,-1.577164531,0.273993443,6141.953945 +453,2.78505352,-0.155160804,356,-1.577164531,0.273993443,7715.1195602 +454,0.800551619,0.105822106,356,-1.577164531,0.273993443,9091.6270353 +455,0.437940882,-0.506194031,356,-1.577164531,0.273993443,8264.4058372 +456,2.230431122,0.63458615,356,-1.577164531,0.273993443,8067.1803338 +457,0.527965361,0.127667701,356,-1.577164531,0.273993443,8078.9053797 +458,-0.063643205,0.702093448,356,-1.577164531,0.273993443,5356.2294617 +459,1.408447268,0.133010502,356,-1.577164531,0.273993443,10719.466524 +460,0.523795955,0.280266966,356,-1.577164531,0.273993443,7821.6212726 +461,-0.975769313,0.072177659,356,-1.577164531,0.273993443,2473.7786949 +462,0.549774164,-0.463663986,356,-1.577164531,0.273993443,8651.2273606 +463,0.29245874,1.095549818,356,-1.577164531,0.273993443,5781.693412 +464,0.143625958,0.816809593,356,-1.577164531,0.273993443,5830.0817534 +465,0.671902494,0.611159853,356,-1.577164531,0.273993443,7593.6951614 +466,1.239840988,0.6724199,356,-1.577164531,0.273993443,8506.2770117 +467,0.607829703,-0.10932137,356,-1.577164531,0.273993443,8677.6464312 +468,1.763020906,0.263996692,356,-1.577164531,0.273993443,10175.627048 +469,0.378714634,0.726066797,356,-1.577164531,0.273993443,6581.9736383 +470,2.196736143,-0.153862366,356,-1.577164531,0.273993443,9954.0819564 +471,0.01702415,0.148991565,356,-1.577164531,0.273993443,6151.0319877 +472,-2.998490902,-0.158002487,356,-1.577164531,0.273993443,5829.1452692 +473,-3.051262951,-0.346595608,356,-1.577164531,0.273993443,6239.732827 +474,-1.069176439,0.182802941,356,-1.577164531,0.273993443,1991.0233756 +475,0.167157509,0.595344954,356,-1.577164531,0.273993443,6165.9951679 +476,0.613855648,0.681746124,356,-1.577164531,0.273993443,7280.0118117 +477,1.037012736,0.682555367,356,-1.577164531,0.273993443,8181.7206643 +478,-1.253574971,0.379755746,356,-1.577164531,0.273993443,1282.8836567 +479,3.108590453,-0.132620738,356,-1.577164531,0.273993443,6464.4553002 +480,0.565301296,0.022333262,356,-1.577164531,0.273993443,8363.3901247 +481,0.547898238,0.855555614,356,-1.577164531,0.273993443,6730.3905911 +482,0.948309381,0.417393755,356,-1.577164531,0.273993443,8813.3143644 +483,-0.050600732,0.945269213,356,-1.577164531,0.273993443,5244.4794016 +484,-0.977651478,-0.572363064,356,-1.577164531,0.273993443,4048.4774697 +485,1.102014914,0.728861163,356,-1.577164531,0.273993443,8126.3400357 +486,2.927300795,-0.282939414,356,-1.577164531,0.273993443,7289.8952661 +487,-1.154565557,0.124434095,356,-1.577164531,0.273993443,1742.3963399 +488,1.855331234,0.291044755,356,-1.577164531,0.273993443,9933.6257334 +489,0.830290659,0.276904518,356,-1.577164531,0.273993443,8838.2006872 +490,0.485104466,-0.234867441,356,-1.577164531,0.273993443,8317.9575962 +491,0.521367572,-0.33161327,356,-1.577164531,0.273993443,8511.9662471 +1,-1.539031704,0.7349710123,357,-0.190788414,0.182208586,5087.3367488 +2,-1.536990553,0.7349663874,357,-0.190788414,0.182208586,5081.3391049 +3,-1.534951779,0.7349571355,357,-0.190788414,0.182208586,5075.3482407 +4,-1.532906461,0.7349480293,357,-0.190788414,0.182208586,5069.3381764 +5,-1.531320211,0.7346937278,357,-0.190788414,0.182208586,5064.6606729 +6,-1.539451648,0.7335131775,357,-0.190788414,0.182208586,5088.5065131 +7,-1.537429487,0.7335445708,357,-0.190788414,0.182208586,5082.5585559 +8,-1.535484998,0.7335658704,357,-0.190788414,0.182208586,5076.8389989 +9,-1.533488396,0.7336036027,357,-0.190788414,0.182208586,5070.9674257 +10,-1.531497785,0.7335842962,357,-0.190788414,0.182208586,5065.110324 +11,-1.530259379,0.7334777758,357,-0.190788414,0.182208586,5061.4600488 +12,-1.5335454,0.7322346912,357,-0.190788414,0.182208586,5071.0554834 +13,-1.531489083,0.7322238773,357,-0.190788414,0.182208586,5064.9981565 +14,-1.530011122,0.7321679851,357,-0.190788414,0.182208586,5060.6413003 +15,-1.53348106,0.7306614094,357,-0.190788414,0.182208586,5070.7769205 +16,-1.531441779,0.7306962275,357,-0.190788414,0.182208586,5064.7640507 +17,-1.529755654,0.7306933243,357,-0.190788414,0.182208586,5059.790772 +18,-1.533415048,0.7291384674,357,-0.190788414,0.182208586,5070.4985332 +19,-1.531392093,0.7291705353,357,-0.190788414,0.182208586,5064.5254245 +20,-1.529296523,0.7291214933,357,-0.190788414,0.182208586,5058.3330519 +21,-1.535280942,0.727267644,357,-0.190788414,0.182208586,5075.9199587 +22,-1.533378158,0.7276139666,357,-0.190788414,0.182208586,5070.3084107 +23,-1.531340368,0.7276446587,357,-0.190788414,0.182208586,5064.2831274 +24,-1.528960113,0.7276398177,357,-0.190788414,0.182208586,5057.2432151 +25,-1.533313146,0.7260818349,357,-0.190788414,0.182208586,5070.0370725 +26,-1.531259555,0.7260958115,357,-0.190788414,0.182208586,5063.9557478 +27,-1.528926415,0.7260865555,357,-0.190788414,0.182208586,5057.0453572 +28,-1.531226779,0.7245511789,357,-0.190788414,0.182208586,5063.7732631 +29,-1.528904772,0.7245519194,357,-0.190788414,0.182208586,5056.8869948 +30,-1.547195875,0.7409785979,357,-0.190788414,0.182208586,5111.4920424 +31,-1.5451475,0.740980426,357,-0.190788414,0.182208586,5105.5060358 +32,-1.543097679,0.7409798872,357,-0.190788414,0.182208586,5099.5158013 +33,-1.540720364,0.7409892687,357,-0.190788414,0.182208586,5092.5691112 +34,-1.547188511,0.7395198392,357,-0.190788414,0.182208586,5111.4263751 +35,-1.545148587,0.7395226109,357,-0.190788414,0.182208586,5105.4571243 +36,-1.543104538,0.7395314908,357,-0.190788414,0.182208586,5099.4761553 +37,-1.540727751,0.7395306258,357,-0.190788414,0.182208586,5092.5212847 +38,-1.547187029,0.7380014886,357,-0.190788414,0.182208586,5111.3786614 +39,-1.545147315,0.7380012252,357,-0.190788414,0.182208586,5105.4016399 +40,-1.54310719,0.7380060743,357,-0.190788414,0.182208586,5099.4236773 +41,-1.540719671,0.7380068206,357,-0.190788414,0.182208586,5092.4277298 +42,-1.547187189,0.7364799098,357,-0.190788414,0.182208586,5111.3382971 +43,-1.545149996,0.7364853874,357,-0.190788414,0.182208586,5105.3605701 +44,-1.543106091,0.7364823484,357,-0.190788414,0.182208586,5099.3629593 +45,-1.540717158,0.7364893901,357,-0.190788414,0.182208586,5092.3534153 +46,-1.538663972,0.7410138672,357,-0.190788414,0.182208586,5086.5612815 +47,-1.53695285,0.7409699132,357,-0.190788414,0.182208586,5081.5586895 +48,-1.534910498,0.7409641297,357,-0.190788414,0.182208586,5075.5902981 +49,-1.533145034,0.7409536636,357,-0.190788414,0.182208586,5070.4307383 +50,-1.538681336,0.7395405883,357,-0.190788414,0.182208586,5086.533792 +51,-1.536999189,0.7395183096,357,-0.190788414,0.182208586,5081.6105269 +52,-1.534923633,0.7395144222,357,-0.190788414,0.182208586,5075.5371463 +53,-1.533267822,0.7395654306,357,-0.190788414,0.182208586,5070.6956775 +54,-1.53867273,0.7380151077,357,-0.190788414,0.182208586,5086.4302444 +55,-1.536980576,0.7379994392,357,-0.190788414,0.182208586,5081.4711866 +56,-1.534931522,0.7379944961,357,-0.190788414,0.182208586,5075.4669548 +57,-1.533387952,0.7379480264,357,-0.190788414,0.182208586,5070.9412029 +58,-1.538682279,0.7364914363,357,-0.190788414,0.182208586,5086.3827022 +59,-1.536980704,0.7364810563,357,-0.190788414,0.182208586,5081.3894157 +60,-1.534935567,0.7364752065,357,-0.190788414,0.182208586,5075.3883122 +61,-1.533042592,0.7363876366,357,-0.190788414,0.182208586,5069.8285209 +62,-1.545143426,0.7349628011,357,-0.190788414,0.182208586,5105.2947755 +63,-1.543105297,0.7349691947,357,-0.190788414,0.182208586,5099.3061802 +64,-1.541064533,0.7349647152,357,-0.190788414,0.182208586,5093.3095399 +65,-1.545411803,0.7334624714,357,-0.190788414,0.182208586,5106.0412133 +66,-1.543446606,0.7334780896,357,-0.190788414,0.182208586,5100.2593475 +67,-1.541475327,0.7334957295,357,-0.190788414,0.182208586,5094.4598919 +68,-1.545401939,0.731963266,357,-0.190788414,0.182208586,5105.9725967 +69,-1.54342253,0.7319915583,357,-0.190788414,0.182208586,5100.141399 +70,-1.541455867,0.7320216438,357,-0.190788414,0.182208586,5094.3481742 +71,-1.545410146,0.7304422281,357,-0.190788414,0.182208586,5105.959275 +72,-1.543435491,0.7304713664,357,-0.190788414,0.182208586,5100.1340955 +73,-1.541463105,0.7304997613,357,-0.190788414,0.182208586,5094.3159475 +74,-1.545414768,0.7289194936,357,-0.190788414,0.182208586,5105.9380394 +75,-1.543435774,0.7289538557,357,-0.190788414,0.182208586,5100.0921771 +76,-1.541457714,0.7289765881,357,-0.190788414,0.182208586,5094.2491088 +77,-1.539449415,0.7320555866,357,-0.190788414,0.182208586,5088.4382769 +78,-1.537429183,0.7321097681,357,-0.190788414,0.182208586,5082.4891791 +79,-1.535472649,0.7321497267,357,-0.190788414,0.182208586,5076.727653 +80,-1.539457899,0.7305333307,357,-0.190788414,0.182208586,5088.4015453 +81,-1.537453161,0.7305750503,357,-0.190788414,0.182208586,5082.4893293 +82,-1.535479385,0.7306124949,357,-0.190788414,0.182208586,5076.6687649 +83,-1.53946905,0.7290102593,357,-0.190788414,0.182208586,5088.3754296 +84,-1.537459922,0.7290417293,357,-0.190788414,0.182208586,5082.4416357 +85,-1.535451349,0.7290890157,357,-0.190788414,0.182208586,5076.5106748 +86,-1.535522937,0.7279887191,357,-0.190788414,0.182208586,5076.669591 +87,-1.539442524,0.7274735939,357,-0.190788414,0.182208586,5088.2401626 +88,-1.537424111,0.727521351,357,-0.190788414,0.182208586,5082.2713615 +89,-1.539384641,0.7259505092,357,-0.190788414,0.182208586,5088.0150154 +90,-1.537372391,0.7259947145,357,-0.190788414,0.182208586,5082.0561341 +91,-1.535340789,0.7260435356,357,-0.190788414,0.182208586,5076.0406961 +92,-1.539325716,0.7244369706,357,-0.190788414,0.182208586,5087.789329 +93,-1.537308932,0.7244801057,357,-0.190788414,0.182208586,5081.8088662 +94,-1.535289068,0.7245247645,357,-0.190788414,0.182208586,5075.8198719 +95,-1.533261366,0.7245550236,357,-0.190788414,0.182208586,5069.8074899 +96,-1.539267302,0.722921924,357,-0.190788414,0.182208586,5087.5673167 +97,-1.537248972,0.7229660258,357,-0.190788414,0.182208586,5081.5741931 +98,-1.535219431,0.7229916471,357,-0.190788414,0.182208586,5075.5475378 +99,-1.53318962,0.7230212049,357,-0.190788414,0.182208586,5069.5206313 +100,-1.531154816,0.7230299897,357,-0.190788414,0.182208586,5063.4782145 +101,-1.528878341,0.7230370244,357,-0.190788414,0.182208586,5056.7182222 +102,-1.539218189,0.7214009878,357,-0.190788414,0.182208586,5087.3750061 +103,-1.537198791,0.7214422745,357,-0.190788414,0.182208586,5081.3704728 +104,-1.535179266,0.7214634354,357,-0.190788414,0.182208586,5075.3652619 +105,-1.533156501,0.7214944644,357,-0.190788414,0.182208586,5069.3511762 +106,-1.53113574,0.7215166021,357,-0.190788414,0.182208586,5063.3430179 +107,-1.528874248,0.7215345535,357,-0.190788414,0.182208586,5056.6191272 +108,-1.539217656,0.7198512397,357,-0.190788414,0.182208586,5087.3288743 +109,-1.537199919,0.7199428763,357,-0.190788414,0.182208586,5081.3226841 +110,-1.545425832,0.727397149,357,-0.190788414,0.182208586,5105.9385703 +111,-1.543371177,0.7273916949,357,-0.190788414,0.182208586,5099.8598316 +112,-1.541368852,0.7274523163,357,-0.190788414,0.182208586,5093.9379545 +113,-1.545349067,0.7258710923,357,-0.190788414,0.182208586,5105.6815818 +114,-1.54332671,0.7258603556,357,-0.190788414,0.182208586,5099.6901445 +115,-1.541346831,0.7259242142,357,-0.190788414,0.182208586,5093.8266678 +116,-1.545324355,0.7243383958,357,-0.190788414,0.182208586,5105.5809518 +117,-1.543292796,0.7243617413,357,-0.190788414,0.182208586,5099.5548407 +118,-1.541295822,0.7244024384,357,-0.190788414,0.182208586,5093.6320977 +119,-1.543193859,0.7205570215,357,-0.190788414,0.182208586,5099.1835607 +120,-1.550257047,0.7386738187,357,-0.190788414,0.182208586,5120.388269 +121,-1.549335448,0.7311736483,357,-0.190788414,0.182208586,5117.5507189 +122,-1.533478843,0.7179891343,357,-0.190788414,0.182208586,5070.1599357 +123,-1.556150555,0.738907041,357,-0.190788414,0.182208586,5137.6490655 +124,-1.554324226,0.733414257,357,-0.190788414,0.182208586,5132.2653616 +125,-1.554290846,0.7288285332,357,-0.190788414,0.182208586,5132.1623148 +126,-1.55122487,0.7219795312,357,-0.190788414,0.182208586,5123.0845948 +127,-1.525104458,0.7229399862,357,-0.190788414,0.182208586,5045.5047472 +128,-1.519607711,0.7236181429,357,-0.190788414,0.182208586,5029.2378759 +129,-1.513899999,0.7251107854,357,-0.190788414,0.182208586,5012.4486068 +130,-1.536620762,0.7431061895,357,-0.190788414,0.182208586,5080.717937 +131,-1.5369566,0.7460845958,357,-0.190788414,0.182208586,5081.8843938 +132,-1.545345528,0.7447040685,357,-0.190788414,0.182208586,5106.2268768 +133,-1.532813921,0.7432306626,357,-0.190788414,0.182208586,5069.6248721 +134,-1.554788248,0.7382381001,357,-0.190788414,0.182208586,5133.6548609 +135,-1.540348126,0.7301594274,357,-0.190788414,0.182208586,5091.0139262 +136,-1.538016084,0.7239051786,357,-0.190788414,0.182208586,5083.8855724 +137,-1.525288962,0.7258085137,357,-0.190788414,0.182208586,5046.2530039 +138,-1.534326986,0.731241342,357,-0.190788414,0.182208586,5073.3032527 +139,-1.530733872,0.7303625216,357,-0.190788414,0.182208586,5062.6551656 +141,-1.534354939,0.7328219978,357,-0.190788414,0.182208586,5073.472551 +142,-1.53157084,0.7292888153,357,-0.190788414,0.182208586,5065.0603345 +143,-1.525691035,0.7263799874,357,-0.190788414,0.182208586,5047.4845157 +144,-1.534031287,0.7495967835,357,-0.190788414,0.182208586,5073.6383267 +145,-1.527714986,0.7283095957,357,-0.190788414,0.182208586,5053.6061927 +146,-1.526189586,0.7271468292,357,-0.190788414,0.182208586,5049.0145248 +147,-1.555177336,0.7375563366,357,-0.190788414,0.182208586,5134.7905276 +148,-1.555080283,0.7312707794,357,-0.190788414,0.182208586,5134.4894358 +149,-1.53856994,0.7224180299,357,-0.190788414,0.182208586,5085.4794971 +150,-1.530837883,0.729933372,357,-0.190788414,0.182208586,5062.9353898 +151,-1.515066984,0.5854133365,357,-0.190788414,0.182208586,5014.4185249 +152,-1.534731633,0.5368370046,357,-0.190788414,0.182208586,5086.4848793 +153,-1.515231902,0.5607085576,357,-0.190788414,0.182208586,5017.2415607 +154,-2.616253799,1.0684566605,357,-0.190788414,0.182208586,7012.937691 +155,-1.956071439,0.5792177723,357,-0.190788414,0.182208586,6459.2433679 +156,-1.951208514,0.5602434208,357,-0.190788414,0.182208586,6462.6699125 +157,-1.944675062,0.6062144545,357,-0.190788414,0.182208586,6395.8983708 +158,-1.613778386,0.6077989518,357,-0.190788414,0.182208586,5333.6901125 +159,-2.035029014,0.6021432345,357,-0.190788414,0.182208586,6683.3748863 +160,-2.114989471,0.6801825058,357,-0.190788414,0.182208586,6820.9497083 +161,-2.037382079,0.5765830025,357,-0.190788414,0.182208586,6721.2447229 +162,-2.129855121,0.6585019963,357,-0.190788414,0.182208586,6895.093744 +163,-2.075141798,0.6493615843,357,-0.190788414,0.182208586,6746.4299912 +164,-1.828626729,0.6948433129,357,-0.190788414,0.182208586,5962.653274 +165,-1.863329418,0.6735427691,357,-0.190788414,0.182208586,6083.4496147 +166,-1.266037071,0.727988852,357,-0.190788414,0.182208586,4285.3353305 +167,-1.277579582,0.7249010648,357,-0.190788414,0.182208586,4316.4859838 +168,-1.258418684,0.7241194816,357,-0.190788414,0.182208586,4260.1492136 +169,-1.317813974,0.6804850104,357,-0.190788414,0.182208586,4407.5843499 +170,-1.344165204,0.6790988904,357,-0.190788414,0.182208586,4487.3556412 +171,-1.427582102,0.5277120351,357,-0.190788414,0.182208586,4721.5773035 +172,-1.402238616,0.457167829,357,-0.190788414,0.182208586,4633.6924094 +173,-1.422454264,0.4996161999,357,-0.190788414,0.182208586,4703.676871 +174,-1.439089277,0.4894859811,357,-0.190788414,0.182208586,4762.0096041 +175,-1.448126995,0.5182330266,357,-0.190788414,0.182208586,4792.1063832 +176,-1.474626146,0.5881926574,357,-0.190788414,0.182208586,4880.9509566 +177,-1.421139645,0.5584869783,357,-0.190788414,0.182208586,4701.4471306 +178,-1.457037165,0.565943032,357,-0.190788414,0.182208586,4822.1439049 +179,-2.757159358,0.3745319,357,-0.190788414,0.182208586,9302.6515169 +180,-2.714309238,0.342054471,357,-0.190788414,0.182208586,9261.7432966 +181,-2.000525337,0.774119946,357,-0.190788414,0.182208586,6379.4262403 +183,-1.571413436,0.6777838382,357,-0.190788414,0.182208586,5186.5161413 +184,-1.552860289,0.6987663893,357,-0.190788414,0.182208586,5128.3746698 +185,-1.521852374,0.7165827476,357,-0.190788414,0.182208586,5035.3811968 +186,-1.503656267,0.6928968252,357,-0.190788414,0.182208586,4978.6341614 +187,-1.502753178,0.7136205882,357,-0.190788414,0.182208586,4978.0037936 +188,-1.631894563,0.7343596465,357,-0.190788414,0.182208586,5360.2381322 +189,-1.653765416,0.6770714026,357,-0.190788414,0.182208586,5440.4697848 +190,-1.719812114,0.6715965947,357,-0.190788414,0.182208586,5645.9449121 +191,-1.493406659,0.6646955447,357,-0.190788414,0.182208586,4944.7488782 +192,-1.469120564,0.6613469966,357,-0.190788414,0.182208586,4868.6129016 +193,-1.590551461,0.5326612937,357,-0.190788414,0.182208586,5277.3573942 +194,-1.625979264,0.5247742243,357,-0.190788414,0.182208586,5400.692357 +195,-1.572293943,0.5238808754,357,-0.190788414,0.182208586,5217.4775803 +196,-1.610848725,0.5477107964,357,-0.190788414,0.182208586,5341.5495594 +197,-1.208485554,0.7918526018,357,-0.190788414,0.182208586,4184.8935868 +198,-1.335601374,0.6869083083,357,-0.190788414,0.182208586,4465.1335966 +199,-1.346156996,0.6825213377,357,-0.190788414,0.182208586,4495.0807432 +200,-1.324381037,0.6741422347,357,-0.190788414,0.182208586,4424.2653769 +201,-1.242424992,0.7378949807,357,-0.190788414,0.182208586,4225.640835 +202,-1.270370057,0.7392461008,357,-0.190788414,0.182208586,4306.7646721 +203,-1.448950472,0.7441675014,357,-0.190788414,0.182208586,4825.6296233 +204,-1.492662363,0.7523026852,357,-0.190788414,0.182208586,4954.2861208 +205,-1.479098966,0.7763855017,357,-0.190788414,0.182208586,4921.055947 +206,-1.633760714,0.7869022408,357,-0.190788414,0.182208586,5356.1620299 +207,-1.647406434,0.8101289331,357,-0.190788414,0.182208586,5389.9422375 +208,-1.564245052,0.5701509278,357,-0.190788414,0.182208586,5179.5949189 +209,-1.646289963,0.6833746083,357,-0.190788414,0.182208586,5415.6775598 +210,-1.5820631,0.6751952144,357,-0.190788414,0.182208586,5219.6939152 +211,-1.613236298,0.6681681791,357,-0.190788414,0.182208586,5317.4587035 +212,-1.914661867,0.8212566515,357,-0.190788414,0.182208586,6101.1933949 +213,-1.742133237,0.7250275956,357,-0.190788414,0.182208586,5687.6205899 +214,-2.033144872,0.6557314699,357,-0.190788414,0.182208586,6613.1063859 +215,-2.039551981,0.6964723658,357,-0.190788414,0.182208586,6581.9502692 +216,-1.247341019,0.7622473908,357,-0.190788414,0.182208586,4261.3412148 +217,-1.298239787,0.7084123392,357,-0.190788414,0.182208586,4365.5971422 +218,-1.308539688,0.6926545592,357,-0.190788414,0.182208586,4386.476484 +219,-1.303263185,0.6888938396,357,-0.190788414,0.182208586,4368.2868144 +220,-1.852400229,0.6004246149,357,-0.190788414,0.182208586,6107.8789907 +221,-1.288947707,0.7473773692,357,-0.190788414,0.182208586,4366.2226854 +222,-1.372031502,0.7472790993,357,-0.190788414,0.182208586,4604.3354082 +223,-1.289805721,0.7242157877,357,-0.190788414,0.182208586,4351.6230551 +224,-1.350807603,0.7533498126,357,-0.190788414,0.182208586,4546.8372887 +225,-1.329290365,0.7560442322,357,-0.190788414,0.182208586,4487.2179277 +226,-1.410153004,0.616936428,357,-0.190788414,0.182208586,4673.7981941 +227,-1.393445434,0.6308995063,357,-0.190788414,0.182208586,4623.498379 +228,-1.37595573,0.6241540638,357,-0.190788414,0.182208586,4565.6468093 +229,-1.358388707,0.6172645205,357,-0.190788414,0.182208586,4507.053914 +230,-1.753741133,0.8281661666,357,-0.190788414,0.182208586,5670.7310455 +231,-1.47430987,0.6834615681,357,-0.190788414,0.182208586,4887.7780248 +232,-1.421012508,0.7222725206,357,-0.190788414,0.182208586,4736.5848367 +233,-1.4476833,0.6978557868,357,-0.190788414,0.182208586,4809.3592545 +234,-1.470370723,0.6966193374,357,-0.190788414,0.182208586,4877.8995158 +235,-1.429211703,0.7037216883,357,-0.190788414,0.182208586,4755.1263776 +236,-1.700578405,0.6178673663,357,-0.190788414,0.182208586,5610.119585 +237,-1.678117619,0.6331716163,357,-0.190788414,0.182208586,5531.9401454 +238,-1.725644578,0.6316331145,357,-0.190788414,0.182208586,5683.5010234 +239,-2.14012759,0.7930497945,357,-0.190788414,0.182208586,6722.0109029 +240,-2.103289431,0.7653606263,357,-0.190788414,0.182208586,6666.9294348 +241,-1.318739838,0.7017808746,357,-0.190788414,0.182208586,4422.5254114 +242,-1.396417427,0.7077900843,357,-0.190788414,0.182208586,4658.0208 +243,-1.35650337,0.7185539404,357,-0.190788414,0.182208586,4544.1048047 +244,-1.248884539,0.7274156818,357,-0.190788414,0.182208586,4235.2186235 +245,-1.395014798,0.5761185243,357,-0.190788414,0.182208586,4616.508471 +246,-1.433377362,0.6064716109,357,-0.190788414,0.182208586,4747.2550931 +247,-1.408172432,0.5903155476,357,-0.190788414,0.182208586,4662.3827928 +248,-1.749645898,0.7757118084,357,-0.190788414,0.182208586,5684.4953049 +249,-1.571626686,0.615046989,357,-0.190788414,0.182208586,5195.6063057 +250,-1.514070049,0.6303003037,357,-0.190788414,0.182208586,5009.0506477 +251,-1.480890369,0.6237966528,357,-0.190788414,0.182208586,4902.5245139 +252,-1.704390658,0.5281680612,357,-0.190788414,0.182208586,5666.0638662 +253,-1.64434733,0.5254277498,357,-0.190788414,0.182208586,5463.1019175 +254,-1.703855997,0.4792484842,357,-0.190788414,0.182208586,5689.933856 +255,-1.692002383,0.5748825051,357,-0.190788414,0.182208586,5601.8331129 +256,-1.854136457,0.5544643913,357,-0.190788414,0.182208586,6150.1159082 +257,-1.665021206,0.520317736,357,-0.190788414,0.182208586,5535.7995407 +258,-1.733654349,0.4845187345,357,-0.190788414,0.182208586,5790.4950828 +259,-1.720938188,0.5135933906,357,-0.190788414,0.182208586,5730.1582376 +260,-1.742668307,0.553296122,357,-0.190788414,0.182208586,5781.1566723 +261,-1.965659039,0.7142126903,357,-0.190788414,0.182208586,6348.3249926 +262,-1.944438071,0.6772834804,357,-0.190788414,0.182208586,6324.1282368 +263,-1.270340967,0.7681487096,357,-0.190788414,0.182208586,4330.6094783 +264,-1.353091884,0.6549276821,357,-0.190788414,0.182208586,4504.2066352 +265,-1.333236659,0.6413584414,357,-0.190788414,0.182208586,4436.115627 +266,-1.352015998,0.6753788907,357,-0.190788414,0.182208586,4509.693095 +267,-1.377988483,0.6577816235,357,-0.190788414,0.182208586,4583.0574408 +268,-2.13075611,0.8318642051,357,-0.190788414,0.182208586,6638.8430559 +269,-2.097910953,0.8259670014,357,-0.190788414,0.182208586,6566.0934013 +270,-1.416382069,0.6694271549,357,-0.190788414,0.182208586,4706.1391447 +271,-1.538905672,0.7535625993,357,-0.190788414,0.182208586,5088.0289207 +272,-1.572309477,0.7803125099,357,-0.190788414,0.182208586,5184.2875656 +273,-1.87759879,0.7503853417,357,-0.190788414,0.182208586,6062.2468165 +274,1.152365588,0.590457682,357,-0.190788414,0.182208586,5076.1385606 +275,0.350198001,0.718001859,357,-0.190788414,0.182208586,2838.1149454 +276,0.046513677,0.491503852,357,-0.190788414,0.182208586,1509.5968074 +277,0.027510309,0.742571376,357,-0.190788414,0.182208586,2344.6220097 +278,0.306285725,-0.214631579,357,-0.190788414,0.182208586,2509.0122294 +279,-1.100564889,0.318051531,357,-0.190788414,0.182208586,3521.5599733 +280,-1.078582306,0.301437596,357,-0.190788414,0.182208586,3437.4475353 +281,-1.137371989,-0.617634065,357,-0.190788414,0.182208586,4747.6761651 +282,0.784356344,0.703272339,357,-0.190788414,0.182208586,3971.6833027 +283,-1.221209947,0.218327455,357,-0.190788414,0.182208586,3994.4437372 +284,2.347301921,-0.449114658,357,-0.190788414,0.182208586,9948.88259 +285,0.246820618,0.830553713,357,-0.190788414,0.182208586,2953.9134432 +286,0.829414965,0.703288228,357,-0.190788414,0.182208586,4103.7512948 +287,-1.337537566,0.42332223,357,-0.190788414,0.182208586,4402.4653406 +288,0.882453706,0.454478077,357,-0.190788414,0.182208586,4142.1062815 +289,1.575629659,0.416419109,357,-0.190788414,0.182208586,6624.7741271 +290,-1.039455679,0.229888244,357,-0.190788414,0.182208586,3291.0910737 +291,0.489558039,0.934482747,357,-0.190788414,0.182208586,3672.89982 +292,0.081344504,0.88384514,357,-0.190788414,0.182208586,2917.2110079 +293,-1.547979814,0.300350308,357,-0.190788414,0.182208586,5209.7965226 +294,0.040776181,0.168560074,357,-0.190788414,0.182208586,904.70395669 +295,-1.130374745,0.563894876,357,-0.190788414,0.182208586,3735.2756123 +296,1.578326642,0.478507176,357,-0.190788414,0.182208586,6573.1785978 +297,-1.12861823,-0.291640865,357,-0.190788414,0.182208586,4124.6677562 +298,0.310524208,0.770885792,357,-0.190788414,0.182208586,2893.3032456 +299,0.415649091,-0.387246002,357,-0.190788414,0.182208586,3261.0304861 +300,-0.926533878,-0.188022748,357,-0.190788414,0.182208586,3247.3777712 +301,1.258856172,-0.11716081,357,-0.190788414,0.182208586,5837.6637905 +302,-1.126050026,0.322941926,357,-0.190788414,0.182208586,3617.7212644 +303,2.002785835,0.07893892,357,-0.190788414,0.182208586,8564.644395 +304,0.440437607,0.746258085,357,-0.190788414,0.182208586,3117.4050209 +305,-0.030391866,0.214441206,357,-0.190788414,0.182208586,635.77210535 +306,0.521557815,-0.058929362,357,-0.190788414,0.182208586,2966.9767798 +307,-0.097005111,0.13317729,357,-0.190788414,0.182208586,415.06413148 +308,1.83113859,0.221857587,357,-0.190788414,0.182208586,7758.9944659 +309,0.222428864,0.099404236,357,-0.190788414,0.182208586,1652.7037597 +310,-1.702731345,0.8728568183,357,-0.190788414,0.182208586,5521.1171536 +311,-0.418507569,0.278324921,357,-0.190788414,0.182208586,956.70909757 +312,-1.41153306,0.339029988,357,-0.190788414,0.182208586,4685.0732944 +313,0.357560442,0.114788776,357,-0.190788414,0.182208586,2163.6056202 +314,0.325818979,0.268352149,357,-0.190788414,0.182208586,2021.723767 +315,-1.246004659,-0.663679965,357,-0.190788414,0.182208586,5137.6608297 +316,1.814603087,0.637404484,357,-0.190788414,0.182208586,7120.5678417 +317,1.843704281,-0.18300445,357,-0.190788414,0.182208586,8139.7681143 +318,1.690644492,-0.211480909,357,-0.190788414,0.182208586,7562.1804141 +319,-1.275451936,0.068109467,357,-0.190788414,0.182208586,4280.5098792 +320,0.762430171,-0.207594741,357,-0.190788414,0.182208586,4056.3009374 +321,0.265668905,-0.014647884,357,-0.190788414,0.182208586,1960.3380673 +322,-2.773032013,-0.335515811,357,-0.190788414,0.182208586,10221.939731 +323,-1.469512853,0.174058777,357,-0.190788414,0.182208586,4972.3092085 +324,0.286276986,0.785925691,357,-0.190788414,0.182208586,2888.8354185 +325,-1.379324697,0.377432233,357,-0.190788414,0.182208586,4558.1242129 +326,-1.203778265,0.212813032,357,-0.190788414,0.182208586,3928.9554258 +327,0.579916301,0.611743168,357,-0.190788414,0.182208586,3251.0835003 +328,0.267582642,0.868113908,357,-0.190788414,0.182208586,3104.6143919 +329,0.412869244,-0.050245578,357,-0.190788414,0.182208586,2552.1155798 +330,0.17524381,0.976660285,357,-0.190788414,0.182208586,3344.5284299 +331,0.743157214,0.204812899,357,-0.190788414,0.182208586,3626.0042148 +332,-1.070758176,0.269382282,357,-0.190788414,0.182208586,3407.4292823 +333,-1.230364251,0.329790229,357,-0.190788414,0.182208586,4009.151483 +334,-1.374813124,-0.024926835,357,-0.190788414,0.182208586,4736.327189 +335,0.519780566,0.463669906,357,-0.190788414,0.182208586,2876.0393116 +336,-1.55108034,0.239698561,357,-0.190788414,0.182208586,5251.145209 +337,0.180294813,0.029739425,357,-0.190788414,0.182208586,1580.0253535 +338,0.67820924,0.268170153,357,-0.190788414,0.182208586,3365.5768274 +339,0.445798684,1.024001867,357,-0.190788414,0.182208586,3838.9544596 +340,0.691751283,0.150521402,357,-0.190788414,0.182208586,3446.2836309 +341,-1.036643551,-0.903056181,357,-0.190788414,0.182208586,5173.8820989 +342,-0.120287036,1.083325163,357,-0.190788414,0.182208586,3575.1007032 +343,2.823513113,-0.304487164,357,-0.190788414,0.182208586,11755.607107 +344,0.457583172,1.12513373,357,-0.190788414,0.182208586,4141.5595897 +345,0.042918831,0.813795399,357,-0.190788414,0.182208586,2622.395932 +346,1.196146777,-0.853142756,357,-0.190788414,0.182208586,6294.2900331 +347,0.206001358,-0.010430701,357,-0.190788414,0.182208586,1739.6068281 +348,-0.268308653,0.234799412,357,-0.190788414,0.182208586,365.53114316 +349,0.759363263,0.736189579,357,-0.190788414,0.182208586,3936.521433 +350,0.181363926,0.891988372,357,-0.190788414,0.182208586,3059.4784759 +351,-0.021111158,0.139103292,357,-0.190788414,0.182208586,684.98167369 +352,-0.093355215,0.630686981,357,-0.190788414,0.182208586,1810.5309489 +353,0.40118964,0.681375926,357,-0.190788414,0.182208586,2874.6843149 +354,-0.721197315,1.304706234,357,-0.190788414,0.182208586,4600.9760747 +355,-1.076150317,0.212107639,357,-0.190788414,0.182208586,3436.2162063 +356,-1.577164531,0.273993443,357,-0.190788414,0.182208586,5332.581195 +357,-0.190788414,0.182208586,357,-0.190788414,0.182208586,0 +358,-0.261349752,0.209710184,357,-0.190788414,0.182208586,294.98340565 +359,-1.029303852,0.083549259,357,-0.190788414,0.182208586,3311.9716712 +360,-1.268609162,0.330525297,357,-0.190788414,0.182208586,4152.3830566 +361,1.282982244,-0.926641967,357,-0.190788414,0.182208586,6569.666858 +362,0.217352334,0.731352408,357,-0.190788414,0.182208586,2595.7448647 +363,-1.511833084,0.258629297,357,-0.190788414,0.182208586,5092.3229252 +364,0.338812194,0.823184618,357,-0.190788414,0.182208586,3095.1968781 +365,-0.324406489,1.134201999,357,-0.190788414,0.182208586,3788.841702 +366,1.389579348,0.399185724,357,-0.190788414,0.182208586,5977.1581928 +367,2.047152199,-0.039082036,357,-0.190788414,0.182208586,8846.2258391 +368,0.947780369,0.568250077,357,-0.190788414,0.182208586,4396.3920203 +369,0.763824846,0.576754987,357,-0.190788414,0.182208586,3794.2921226 +370,-0.142334657,0.928153068,357,-0.190788414,0.182208586,2958.7211915 +371,0.610266567,0.547265983,357,-0.190788414,0.182208586,3266.7438661 +372,0.210731629,0.746815056,357,-0.190788414,0.182208586,2630.9592356 +373,-1.34931644,0.316895224,357,-0.190788414,0.182208586,4457.3373044 +374,2.407696481,0.655030745,357,-0.190788414,0.182208586,8563.360671 +375,0.64207831,0.545359131,357,-0.190788414,0.182208586,3368.6550896 +376,1.174597538,0.840588356,357,-0.190788414,0.182208586,5143.9416948 +377,0.660059424,0.010604079,357,-0.190788414,0.182208586,3417.5346662 +378,-0.730263819,0.010486456,357,-0.190788414,0.182208586,2230.2566656 +379,0.831068936,0.512339172,357,-0.190788414,0.182208586,3980.8179698 +380,1.301180979,0.72367476,357,-0.190788414,0.182208586,5513.0295136 +381,1.811128231,0.322854402,357,-0.190788414,0.182208586,7563.4546989 +382,0.435105812,0.992284428,357,-0.190788414,0.182208586,3734.4936319 +383,0.62643634,0.592027932,357,-0.190788414,0.182208586,3369.3144551 +384,0.492988703,-0.516339467,357,-0.190788414,0.182208586,3802.5940841 +385,-0.162469483,0.112549365,357,-0.190788414,0.182208586,297.38475166 +386,0.314630866,0.472006421,357,-0.190788414,0.182208586,2206.7065438 +387,0.166744804,0.822815954,357,-0.190788414,0.182208586,2805.7910651 +388,0.417159608,0.965805736,357,-0.190788414,0.182208586,3632.4688506 +389,0.106334961,0.868774244,357,-0.190788414,0.182208586,2888.9992305 +390,0.815086969,-0.338144359,357,-0.190788414,0.182208586,4432.4510693 +391,0.59867455,-0.230624824,357,-0.190788414,0.182208586,3507.9282357 +392,1.915104874,0.066220985,357,-0.190788414,0.182208586,8243.0150725 +393,1.278093622,0.064463721,357,-0.190788414,0.182208586,5779.2774207 +394,-0.061477853,0.302997961,357,-0.190788414,0.182208586,689.74123235 +395,0.251311504,0.626976942,357,-0.190788414,0.182208586,2370.9461441 +396,2.950242872,0.149095644,357,-0.190788414,0.182208586,11131.55058 +397,-0.180294708,0.35375117,357,-0.190788414,0.182208586,680.65779902 +398,1.010448592,-0.351180233,357,-0.190788414,0.182208586,5134.0352359 +399,-1.748740498,0.3686318073,357,-0.190788414,0.182208586,5916.3192787 +400,2.699635665,0.123533791,357,-0.190788414,0.182208586,10879.299048 +401,0.496808033,0.823843254,357,-0.190788414,0.182208586,3422.8547541 +402,0.129574704,0.763364087,357,-0.190788414,0.182208586,2551.0415865 +403,1.798920311,0.817447563,357,-0.190788414,0.182208586,6784.2444118 +404,0.335987953,0.746786541,357,-0.190788414,0.182208586,2880.8390577 +405,-1.085413643,0.292154671,357,-0.190788414,0.182208586,3462.9621413 +406,-0.155321003,0.508207011,357,-0.190788414,0.182208586,1297.9460701 +407,0.620529244,-0.301175104,357,-0.190788414,0.182208586,3707.986979 +408,1.684402744,0.368716966,357,-0.190788414,0.182208586,7058.4957217 +409,0.300582244,-0.386397212,357,-0.190788414,0.182208586,2952.1797033 +410,2.913555946,-0.009225192,357,-0.190788414,0.182208586,11743.137737 +411,1.465101417,0.493232532,357,-0.190788414,0.182208586,6173.7039744 +412,0.090612882,0.907955955,357,-0.190788414,0.182208586,3014.0119199 +413,2.987564726,-0.729568594,357,-0.190788414,0.182208586,10271.988822 +414,-1.484261606,0.224149272,357,-0.190788414,0.182208586,5003.4415168 +415,0.164073421,0.303955133,357,-0.190788414,0.182208586,1445.6652805 +416,0.141441293,0.167552546,357,-0.190788414,0.182208586,1296.9947024 +417,2.931321023,-0.506718887,357,-0.190788414,0.182208586,11156.43736 +418,2.21951565,0.700596356,357,-0.190788414,0.182208586,8038.7411096 +419,0.268112576,1.199114336,357,-0.190788414,0.182208586,4197.8651623 +420,0.978913739,0.359223811,357,-0.190788414,0.182208586,4491.2633711 +421,1.210898818,0.522863584,357,-0.190788414,0.182208586,5286.827105 +422,2.347397336,0.129231362,357,-0.190788414,0.182208586,9763.6199966 +423,0.614394501,0.556878345,357,-0.190788414,0.182208586,3290.6633723 +424,-1.398079356,0.148483366,357,-0.190788414,0.182208586,4709.4666807 +425,2.535303836,-0.112984496,357,-0.190788414,0.182208586,10793.611809 +426,-1.019372593,-0.405322349,357,-0.190788414,0.182208586,3965.150157 +427,-1.297785627,-0.160104069,357,-0.190788414,0.182208586,4568.4095261 +428,2.144554488,0.205051084,357,-0.190788414,0.182208586,8919.4848284 +429,-2.242387083,-0.426171285,357,-0.190788414,0.182208586,8246.0356666 +430,0.338637212,0.909723676,357,-0.190788414,0.182208586,3344.7352901 +431,-0.148798452,0.691042401,357,-0.190788414,0.182208586,2020.9153431 +432,0.893524764,0.441829531,357,-0.190788414,0.182208586,4179.3948796 +433,0.969229347,-0.368847936,357,-0.190788414,0.182208586,5011.0105171 +434,0.436043248,0.800045688,357,-0.190788414,0.182208586,3233.5852075 +435,1.687946607,1.081504775,357,-0.190788414,0.182208586,6143.3159289 +436,0.522302046,-0.034889271,357,-0.190788414,0.182208586,2939.4646923 +437,-0.178996113,-0.438090009,357,-0.190788414,0.182208586,2457.4246449 +438,-1.094339566,0.301444068,357,-0.190788414,0.182208586,3497.0434897 +439,-1.064070054,0.242569932,357,-0.190788414,0.182208586,3384.0581127 +440,-1.068153768,0.230387998,357,-0.190788414,0.182208586,3401.5936409 +441,-3.00496892,-0.23989155,357,-0.190788414,0.182208586,11155.770166 +442,0.21751974,0.766874888,357,-0.190788414,0.182208586,2705.3743157 +443,0.117229532,0.007619006,357,-0.190788414,0.182208586,1396.2276999 +444,0.777758451,0.420554741,357,-0.190788414,0.182208586,3758.714354 +445,-0.252356999,0.250747086,357,-0.190788414,0.182208586,361.11762934 +446,0.363148444,0.768483434,357,-0.190788414,0.182208586,2996.3207229 +447,0.903191366,-0.118210676,357,-0.190788414,0.182208586,4475.1604439 +448,-0.205755923,0.149406178,357,-0.190788414,0.182208586,142.48043972 +449,1.811996086,0.02364353,357,-0.190788414,0.182208586,7883.7525707 +450,-1.100670221,0.314845373,357,-0.190788414,0.182208586,3521.700137 +451,0.340078597,0.850105132,357,-0.190788414,0.182208586,3173.7703101 +452,0.258757267,0.804969236,357,-0.190788414,0.182208586,2895.2675845 +453,2.78505352,-0.155160804,357,-0.190788414,0.182208586,11787.862979 +454,0.800551619,0.105822106,357,-0.190788414,0.182208586,3893.1724774 +455,0.437940882,-0.506194031,357,-0.190788414,0.182208586,3634.3227034 +456,2.230431122,0.63458615,357,-0.190788414,0.182208586,8240.3222202 +457,0.527965361,0.127667701,357,-0.190788414,0.182208586,2819.2730125 +458,-0.063643205,0.702093448,357,-0.190788414,0.182208586,2107.0867002 +459,1.408447268,0.133010502,357,-0.190788414,0.182208586,6236.5285624 +460,0.523795955,0.280266966,357,-0.190788414,0.182208586,2777.8820524 +461,-0.975769313,0.072177659,357,-0.190788414,0.182208586,3111.8548578 +462,0.549774164,-0.463663986,357,-0.190788414,0.182208586,3828.251923 +463,0.29245874,1.095549818,357,-0.190788414,0.182208586,3869.5831937 +464,0.143625958,0.816809593,357,-0.190788414,0.182208586,2753.1416651 +465,0.671902494,0.611159853,357,-0.190788414,0.182208586,3533.3865762 +466,1.239840988,0.6724199,357,-0.190788414,0.182208586,5341.8788318 +467,0.607829703,-0.10932137,357,-0.190788414,0.182208586,3354.7148131 +468,1.763020906,0.263996692,357,-0.190788414,0.182208586,7460.051447 +469,0.378714634,0.726066797,357,-0.190788414,0.182208586,2924.2061292 +470,2.196736143,-0.153862366,357,-0.190788414,0.182208586,9499.0863957 +471,0.01702415,0.148991565,357,-0.190788414,0.182208586,822.39741779 +472,-2.998490902,-0.158002487,357,-0.190788414,0.182208586,11137.085774 +473,-3.051262951,-0.346595608,357,-0.190788414,0.182208586,11188.659976 +474,-1.069176439,0.182802941,357,-0.190788414,0.182208586,3417.5975381 +475,0.167157509,0.595344954,357,-0.190788414,0.182208586,2087.9354408 +476,0.613855648,0.681746124,357,-0.190788414,0.182208586,3452.1438902 +477,1.037012736,0.682555367,357,-0.190788414,0.182208586,4716.6526769 +478,-1.253574971,0.379755746,357,-0.190788414,0.182208586,4095.2633652 +479,3.108590453,-0.132620738,357,-0.190788414,0.182208586,11796.167383 +480,0.565301296,0.022333262,357,-0.190788414,0.182208586,3041.7777475 +481,0.547898238,0.855555614,357,-0.190788414,0.182208586,3605.0571455 +482,0.948309381,0.417393755,357,-0.190788414,0.182208586,4374.7680398 +483,-0.050600732,0.945269213,357,-0.190788414,0.182208586,3054.7216926 +484,-0.977651478,-0.572363064,357,-0.190788414,0.182208586,4213.6330718 +485,1.102014914,0.728861163,357,-0.190788414,0.182208586,4923.3480157 +486,2.927300795,-0.282939414,357,-0.190788414,0.182208586,12034.708683 +487,-1.154565557,0.124434095,357,-0.190788414,0.182208586,3775.3637812 +488,1.855331234,0.291044755,357,-0.190788414,0.182208586,7762.1689067 +489,0.830290659,0.276904518,357,-0.190788414,0.182208586,3944.6929176 +490,0.485104466,-0.234867441,357,-0.190788414,0.182208586,3128.3190372 +491,0.521367572,-0.33161327,357,-0.190788414,0.182208586,3445.8299464 +1,-1.539031704,0.7349710123,358,-0.261349752,0.209710184,4808.7706825 +2,-1.536990553,0.7349663874,358,-0.261349752,0.209710184,4802.7764717 +3,-1.534951779,0.7349571355,358,-0.261349752,0.209710184,4796.7887781 +4,-1.532906461,0.7349480293,358,-0.261349752,0.209710184,4790.7821292 +5,-1.531320211,0.7346937278,358,-0.261349752,0.209710184,4786.0820923 +6,-1.539451648,0.7335131775,358,-0.261349752,0.209710184,4809.7909138 +7,-1.537429487,0.7335445708,358,-0.261349752,0.209710184,4803.8498935 +8,-1.535484998,0.7335658704,358,-0.261349752,0.209710184,4798.1363044 +9,-1.533488396,0.7336036027,358,-0.261349752,0.209710184,4792.2726838 +10,-1.531497785,0.7335842962,358,-0.261349752,0.209710184,4786.4179109 +11,-1.530259379,0.7334777758,358,-0.261349752,0.209710184,4782.7595386 +12,-1.5335454,0.7322346912,358,-0.261349752,0.209710184,4792.2212581 +13,-1.531489083,0.7322238773,358,-0.261349752,0.209710184,4786.1671856 +14,-1.530011122,0.7321679851,358,-0.261349752,0.209710184,4781.8079098 +15,-1.53348106,0.7306614094,358,-0.261349752,0.209710184,4791.78337 +16,-1.531441779,0.7306962275,358,-0.261349752,0.209710184,4785.77825 +17,-1.529755654,0.7306933243,358,-0.261349752,0.209710184,4780.8083361 +18,-1.533415048,0.7291384674,358,-0.261349752,0.209710184,4791.3514856 +19,-1.531392093,0.7291705353,358,-0.261349752,0.209710184,4785.3857132 +20,-1.529296523,0.7291214933,358,-0.261349752,0.209710184,4779.1928762 +21,-1.535280942,0.727267644,358,-0.261349752,0.209710184,4796.5816689 +22,-1.533378158,0.7276139666,358,-0.261349752,0.209710184,4791.0083646 +23,-1.531340368,0.7276446587,358,-0.261349752,0.209710184,4784.9902068 +24,-1.528960113,0.7276398177,358,-0.261349752,0.209710184,4777.9548085 +25,-1.533313146,0.7260818349,358,-0.261349752,0.209710184,4790.5840363 +26,-1.531259555,0.7260958115,358,-0.261349752,0.209710184,4784.5081004 +27,-1.528926415,0.7260865555,358,-0.261349752,0.209710184,4777.6015844 +28,-1.531226779,0.7245511789,358,-0.261349752,0.209710184,4784.1719496 +29,-1.528904772,0.7245519194,358,-0.261349752,0.209710184,4777.2904263 +30,-1.547195875,0.7409785979,358,-0.261349752,0.209710184,4833.5310767 +31,-1.5451475,0.740980426,358,-0.261349752,0.209710184,4827.5486622 +32,-1.543097679,0.7409798872,358,-0.261349752,0.209710184,4821.5619976 +33,-1.540720364,0.7409892687,358,-0.261349752,0.209710184,4814.6207669 +34,-1.547188511,0.7395198392,358,-0.261349752,0.209710184,4833.3142041 +35,-1.545148587,0.7395226109,358,-0.261349752,0.209710184,4827.348544 +36,-1.543104538,0.7395314908,358,-0.261349752,0.209710184,4821.3720239 +37,-1.540727751,0.7395306258,358,-0.261349752,0.209710184,4814.4214445 +38,-1.547187029,0.7380014886,358,-0.261349752,0.209710184,4833.1097906 +39,-1.545147315,0.7380012252,358,-0.261349752,0.209710184,4827.1359578 +40,-1.54310719,0.7380060743,358,-0.261349752,0.209710184,4821.1619287 +41,-1.540719671,0.7380068206,358,-0.261349752,0.209710184,4814.1703533 +42,-1.547187189,0.7364799098,358,-0.261349752,0.209710184,4832.9130996 +43,-1.545149996,0.7364853874,358,-0.261349752,0.209710184,4826.9390589 +44,-1.543106091,0.7364823484,358,-0.261349752,0.209710184,4820.9444878 +45,-1.540717158,0.7364893901,358,-0.261349752,0.209710184,4813.9398595 +46,-1.538663972,0.7410138672,358,-0.261349752,0.209710184,4808.6196185 +47,-1.53695285,0.7409699132,358,-0.261349752,0.209710184,4803.6160472 +48,-1.534910498,0.7409641297,358,-0.261349752,0.209710184,4797.651551 +49,-1.533145034,0.7409536636,358,-0.261349752,0.209710184,4792.4949663 +50,-1.538681336,0.7395405883,358,-0.261349752,0.209710184,4808.4389948 +51,-1.536999189,0.7395183096,358,-0.261349752,0.209710184,4803.5168808 +52,-1.534923633,0.7395144222,358,-0.261349752,0.209710184,4797.4475734 +53,-1.533267822,0.7395654306,358,-0.261349752,0.209710184,4792.6151367 +54,-1.53867273,0.7380151077,358,-0.261349752,0.209710184,4808.1776434 +55,-1.536980576,0.7379994392,358,-0.261349752,0.209710184,4803.2203746 +56,-1.534931522,0.7379944961,358,-0.261349752,0.209710184,4797.2199584 +57,-1.533387952,0.7379480264,358,-0.261349752,0.209710184,4792.6928079 +58,-1.538682279,0.7364914363,358,-0.261349752,0.209710184,4807.9731627 +59,-1.536980704,0.7364810563,358,-0.261349752,0.209710184,4802.9821579 +60,-1.534935567,0.7364752065,358,-0.261349752,0.209710184,4796.9846774 +61,-1.533042592,0.7363876366,358,-0.261349752,0.209710184,4791.4199802 +62,-1.545143426,0.7349628011,358,-0.261349752,0.209710184,4826.717466 +63,-1.543105297,0.7349691947,358,-0.261349752,0.209710184,4820.7327782 +64,-1.541064533,0.7349647152,358,-0.261349752,0.209710184,4814.7391543 +65,-1.545411803,0.7334624714,358,-0.261349752,0.209710184,4827.3106681 +66,-1.543446606,0.7334780896,358,-0.261349752,0.209710184,4821.5334143 +67,-1.541475327,0.7334957295,358,-0.261349752,0.209710184,4815.7389872 +68,-1.545401939,0.731963266,358,-0.261349752,0.209710184,4827.0900482 +69,-1.54342253,0.7319915583,358,-0.261349752,0.209710184,4821.2646787 +70,-1.541455867,0.7320216438,358,-0.261349752,0.209710184,4815.4776465 +71,-1.545410146,0.7304422281,358,-0.261349752,0.209710184,4826.9231899 +72,-1.543435491,0.7304713664,358,-0.261349752,0.209710184,4821.1038184 +73,-1.541463105,0.7304997613,358,-0.261349752,0.209710184,4815.2916018 +74,-1.545414768,0.7289194936,358,-0.261349752,0.209710184,4826.7489653 +75,-1.543435774,0.7289538557,358,-0.261349752,0.209710184,4820.9093436 +76,-1.541457714,0.7289765881,358,-0.261349752,0.209710184,4815.0715499 +77,-1.539449415,0.7320555866,358,-0.261349752,0.209710184,4809.5746047 +78,-1.537429183,0.7321097681,358,-0.261349752,0.209710184,4803.634652 +79,-1.535472649,0.7321497267,358,-0.261349752,0.209710184,4797.8809197 +80,-1.539457899,0.7305333307,358,-0.261349752,0.209710184,4809.3839111 +81,-1.537453161,0.7305750503,358,-0.261349752,0.209710184,4803.4794384 +82,-1.535479385,0.7306124949,358,-0.261349752,0.209710184,4797.6663372 +83,-1.53946905,0.7290102593,358,-0.261349752,0.209710184,4809.2044625 +84,-1.537459922,0.7290417293,358,-0.261349752,0.209710184,4803.2772808 +85,-1.535451349,0.7290890157,358,-0.261349752,0.209710184,4797.354731 +86,-1.535522937,0.7279887191,358,-0.261349752,0.209710184,4797.4030494 +87,-1.539442524,0.7274735939,358,-0.261349752,0.209710184,4808.9152819 +88,-1.537424111,0.727521351,358,-0.261349752,0.209710184,4802.954637 +89,-1.539384641,0.7259505092,358,-0.261349752,0.209710184,4808.5383484 +90,-1.537372391,0.7259947145,358,-0.261349752,0.209710184,4802.5871552 +91,-1.535340789,0.7260435356,358,-0.261349752,0.209710184,4796.5801093 +92,-1.539325716,0.7244369706,358,-0.261349752,0.209710184,4808.1625349 +93,-1.537308932,0.7244801057,358,-0.261349752,0.209710184,4802.1895602 +94,-1.535289068,0.7245247645,358,-0.261349752,0.209710184,4796.2084198 +95,-1.533261366,0.7245550236,358,-0.261349752,0.209710184,4790.2026881 +96,-1.539267302,0.722921924,358,-0.261349752,0.209710184,4807.7909497 +97,-1.537248972,0.7229660258,358,-0.261349752,0.209710184,4801.8053112 +98,-1.535219431,0.7229916471,358,-0.261349752,0.209710184,4795.784545 +99,-1.53318962,0.7230212049,358,-0.261349752,0.209710184,4789.7641258 +100,-1.531154816,0.7230299897,358,-0.261349752,0.209710184,4783.726363 +101,-1.528878341,0.7230370244,358,-0.261349752,0.209710184,4776.9715485 +102,-1.539218189,0.7214009878,358,-0.261349752,0.209710184,4807.4491806 +103,-1.537198791,0.7214422745,358,-0.261349752,0.209710184,4801.4517554 +104,-1.535179266,0.7214634354,358,-0.261349752,0.209710184,4795.4518836 +105,-1.533156501,0.7214944644,358,-0.261349752,0.209710184,4789.4443177 +106,-1.53113574,0.7215166021,358,-0.261349752,0.209710184,4783.4420086 +107,-1.528874248,0.7215345535,358,-0.261349752,0.209710184,4776.724237 +108,-1.539217656,0.7198512397,358,-0.261349752,0.209710184,4807.2514214 +109,-1.537199919,0.7199428763,358,-0.261349752,0.209710184,4801.2571474 +110,-1.545425832,0.727397149,358,-0.261349752,0.209710184,4826.5972523 +111,-1.543371177,0.7273916949,358,-0.261349752,0.209710184,4820.5207868 +112,-1.541368852,0.7274523163,358,-0.261349752,0.209710184,4814.6079147 +113,-1.545349067,0.7258710923,358,-0.261349752,0.209710184,4826.188479 +114,-1.54332671,0.7258603556,358,-0.261349752,0.209710184,4820.1986696 +115,-1.541346831,0.7259242142,358,-0.261349752,0.209710184,4814.3443769 +116,-1.545324355,0.7243383958,358,-0.261349752,0.209710184,4825.9360558 +117,-1.543292796,0.7243617413,358,-0.261349752,0.209710184,4819.9148777 +118,-1.541295822,0.7244024384,358,-0.261349752,0.209710184,4813.9989431 +119,-1.543193859,0.7205570215,358,-0.261349752,0.209710184,4819.1697336 +120,-1.550257047,0.7386738187,358,-0.261349752,0.209710184,4842.18421 +121,-1.549335448,0.7311736483,358,-0.261349752,0.209710184,4838.5831707 +122,-1.533478843,0.7179891343,358,-0.261349752,0.209710184,4789.909939 +123,-1.556150555,0.738907041,358,-0.261349752,0.209710184,4859.4617776 +124,-1.554324226,0.733414257,358,-0.261349752,0.209710184,4853.5186997 +125,-1.554290846,0.7288285332,358,-0.261349752,0.209710184,4852.9540435 +126,-1.55122487,0.7219795312,358,-0.261349752,0.209710184,4843.2013606 +127,-1.525104458,0.7229399862,358,-0.261349752,0.209710184,4765.7564734 +128,-1.519607711,0.7236181429,358,-0.261349752,0.209710184,4749.5698376 +129,-1.513899999,0.7251107854,358,-0.261349752,0.209710184,4732.944663 +130,-1.536620762,0.7431061895,358,-0.261349752,0.209710184,4802.9992928 +131,-1.5369566,0.7460845958,358,-0.261349752,0.209710184,4804.4786093 +132,-1.545345528,0.7447040685,358,-0.261349752,0.209710184,4828.6583142 +133,-1.532813921,0.7432306626,358,-0.261349752,0.209710184,4791.9281744 +134,-1.554788248,0.7382381001,358,-0.261349752,0.209710184,4855.4002353 +135,-1.540348126,0.7301594274,358,-0.261349752,0.209710184,4811.9570956 +136,-1.538016084,0.7239051786,358,-0.261349752,0.209710184,4804.2082098 +137,-1.525288962,0.7258085137,358,-0.261349752,0.209710184,4766.789487 +138,-1.534326986,0.731241342,358,-0.261349752,0.209710184,4794.3666864 +139,-1.530733872,0.7303625216,358,-0.261349752,0.209710184,4783.6371279 +141,-1.534354939,0.7328219978,358,-0.261349752,0.209710184,4794.6963779 +142,-1.53157084,0.7292888153,358,-0.261349752,0.209710184,4785.9321655 +143,-1.525691035,0.7263799874,358,-0.261349752,0.209710184,4768.0771904 +144,-1.534031287,0.7495967835,358,-0.261349752,0.209710184,4796.6131278 +145,-1.527714986,0.7283095957,358,-0.261349752,0.209710184,4774.3877985 +146,-1.526189586,0.7271468292,358,-0.261349752,0.209710184,4769.6828448 +147,-1.555177336,0.7375563366,358,-0.261349752,0.209710184,4856.4654318 +148,-1.555080283,0.7312707794,358,-0.261349752,0.209710184,4855.5254667 +149,-1.53856994,0.7224180299,358,-0.261349752,0.209710184,4805.6545613 +150,-1.530837883,0.729933372,358,-0.261349752,0.209710184,4783.8737708 +151,-1.515066984,0.5854133365,358,-0.261349752,0.209710184,4724.0491375 +152,-1.534731633,0.5368370046,358,-0.261349752,0.209710184,4793.8462786 +153,-1.515231902,0.5607085576,358,-0.261349752,0.209710184,4725.6095778 +154,-2.616253799,1.0684566605,358,-0.261349752,0.209710184,6818.7620309 +155,-1.956071439,0.5792177723,358,-0.261349752,0.209710184,6171.3447049 +156,-1.951208514,0.5602434208,358,-0.261349752,0.209710184,6173.5783768 +157,-1.944675062,0.6062144545,358,-0.261349752,0.209710184,6109.6147271 +158,-1.613778386,0.6077989518,358,-0.261349752,0.209710184,5044.7994182 +159,-2.035029014,0.6021432345,358,-0.261349752,0.209710184,6398.265313 +160,-2.114989471,0.6801825058,358,-0.261349752,0.209710184,6544.2910601 +161,-2.037382079,0.5765830025,358,-0.261349752,0.209710184,6434.4035533 +162,-2.129855121,0.6585019963,358,-0.261349752,0.209710184,6616.7982336 +163,-2.075141798,0.6493615843,358,-0.261349752,0.209710184,6465.9234949 +164,-1.828626729,0.6948433129,358,-0.261349752,0.209710184,5681.8244204 +165,-1.863329418,0.6735427691,358,-0.261349752,0.209710184,5801.2028122 +166,-1.266037071,0.727988852,358,-0.261349752,0.209710184,4008.6694313 +167,-1.277579582,0.7249010648,358,-0.261349752,0.209710184,4039.2557293 +168,-1.258418684,0.7241194816,358,-0.261349752,0.209710184,3983.1824694 +169,-1.317813974,0.6804850104,358,-0.261349752,0.209710184,4125.131908 +170,-1.344165204,0.6790988904,358,-0.261349752,0.209710184,4204.4950776 +171,-1.427582102,0.5277120351,358,-0.261349752,0.209710184,4428.5417259 +172,-1.402238616,0.457167829,358,-0.261349752,0.209710184,4338.9161096 +173,-1.422454264,0.4996161999,358,-0.261349752,0.209710184,4409.7399162 +174,-1.439089277,0.4894859811,358,-0.261349752,0.209710184,4467.817786 +175,-1.448126995,0.5182330266,358,-0.261349752,0.209710184,4498.7347888 +176,-1.474626146,0.5881926574,358,-0.261349752,0.209710184,4590.735899 +177,-1.421139645,0.5584869783,358,-0.261349752,0.209710184,4409.7226419 +178,-1.457037165,0.565943032,358,-0.261349752,0.209710184,4530.7535618 +179,-2.757159358,0.3745319,358,-0.261349752,0.209710184,9028.9648963 +180,-2.714309238,0.342054471,358,-0.261349752,0.209710184,8981.1981817 +181,-2.000525337,0.774119946,358,-0.261349752,0.209710184,6109.6959115 +183,-1.571413436,0.6777838382,358,-0.261349752,0.209710184,4902.6189374 +184,-1.552860289,0.6987663893,358,-0.261349752,0.209710184,4846.3009398 +185,-1.521852374,0.7165827476,358,-0.261349752,0.209710184,4755.0168577 +186,-1.503656267,0.6928968252,358,-0.261349752,0.209710184,4696.0925411 +187,-1.502753178,0.7136205882,358,-0.261349752,0.209710184,4697.4021277 +188,-1.631894563,0.7343596465,358,-0.261349752,0.209710184,5081.6566684 +189,-1.653765416,0.6770714026,358,-0.261349752,0.209710184,5156.7294175 +190,-1.719812114,0.6715965947,358,-0.261349752,0.209710184,5362.1237273 +191,-1.493406659,0.6646955447,358,-0.261349752,0.209710184,4659.8076127 +192,-1.469120564,0.6613469966,358,-0.261349752,0.209710184,4583.4559434 +193,-1.590551461,0.5326612937,358,-0.261349752,0.209710184,4984.6578508 +194,-1.625979264,0.5247742243,358,-0.261349752,0.209710184,5107.7898921 +195,-1.572293943,0.5238808754,358,-0.261349752,0.209710184,4924.4196538 +196,-1.610848725,0.5477107964,358,-0.261349752,0.209710184,5049.5090777 +197,-1.208485554,0.7918526018,358,-0.261349752,0.209710184,3917.811151 +198,-1.335601374,0.6869083083,358,-0.261349752,0.209710184,4183.1012563 +199,-1.346156996,0.6825213377,358,-0.261349752,0.209710184,4212.5216465 +200,-1.324381037,0.6741422347,358,-0.261349752,0.209710184,4141.143568 +201,-1.242424992,0.7378949807,358,-0.261349752,0.209710184,3950.6249236 +202,-1.270370057,0.7392461008,358,-0.261349752,0.209710184,4031.3340196 +203,-1.448950472,0.7441675014,358,-0.261349752,0.209710184,4548.433944 +204,-1.492662363,0.7523026852,358,-0.261349752,0.209710184,4677.7092124 +205,-1.479098966,0.7763855017,358,-0.261349752,0.209710184,4647.2843876 +206,-1.633760714,0.7869022408,358,-0.261349752,0.209710184,5083.2549781 +207,-1.647406434,0.8101289331,358,-0.261349752,0.209710184,5119.8277795 +208,-1.564245052,0.5701509278,358,-0.261349752,0.209710184,4888.4856157 +209,-1.646289963,0.6833746083,358,-0.261349752,0.209710184,5132.4341627 +210,-1.5820631,0.6751952144,358,-0.261349752,0.209710184,4935.5939117 +211,-1.613236298,0.6681681791,358,-0.261349752,0.209710184,5032.8511648 +212,-1.914661867,0.8212566515,358,-0.261349752,0.209710184,5835.2651704 +213,-1.742133237,0.7250275956,358,-0.261349752,0.209710184,5408.7288594 +214,-2.033144872,0.6557314699,358,-0.261349752,0.209710184,6332.2179838 +215,-2.039551981,0.6964723658,358,-0.261349752,0.209710184,6304.9356639 +216,-1.247341019,0.7622473908,358,-0.261349752,0.209710184,3989.2429322 +217,-1.298239787,0.7084123392,358,-0.261349752,0.209710184,4086.2194784 +218,-1.308539688,0.6926545592,358,-0.261349752,0.209710184,4105.3279443 +219,-1.303263185,0.6888938396,358,-0.261349752,0.209710184,4086.8305318 +220,-1.852400229,0.6004246149,358,-0.261349752,0.209710184,5820.0896707 +221,-1.288947707,0.7473773692,358,-0.261349752,0.209710184,4091.407756 +222,-1.372031502,0.7472790993,358,-0.261349752,0.209710184,4328.2318676 +223,-1.289805721,0.7242157877,358,-0.261349752,0.209710184,4074.1056559 +224,-1.350807603,0.7533498126,358,-0.261349752,0.209710184,4271.7158336 +225,-1.329290365,0.7560442322,358,-0.261349752,0.209710184,4212.740527 +226,-1.410153004,0.616936428,358,-0.261349752,0.209710184,4385.5007516 +227,-1.393445434,0.6308995063,358,-0.261349752,0.209710184,4336.26282 +228,-1.37595573,0.6241540638,358,-0.261349752,0.209710184,4278.0012866 +229,-1.358388707,0.6172645205,358,-0.261349752,0.209710184,4219.0050567 +230,-1.753741133,0.8281661666,358,-0.261349752,0.209710184,5403.4459341 +231,-1.47430987,0.6834615681,358,-0.261349752,0.209710184,4604.4779354 +232,-1.421012508,0.7222725206,358,-0.261349752,0.209710184,4457.2831059 +233,-1.4476833,0.6978557868,358,-0.261349752,0.209710184,4527.4821071 +234,-1.470370723,0.6966193374,358,-0.261349752,0.209710184,4595.8028688 +235,-1.429211703,0.7037216883,358,-0.261349752,0.209710184,4473.9149278 +236,-1.700578405,0.6178673663,358,-0.261349752,0.209710184,5322.2418685 +237,-1.678117619,0.6331716163,358,-0.261349752,0.209710184,5244.9724297 +238,-1.725644578,0.6316331145,358,-0.261349752,0.209710184,5396.7052532 +239,-2.14012759,0.7930497945,358,-0.261349752,0.209710184,6458.6077246 +240,-2.103289431,0.7653606263,358,-0.261349752,0.209710184,6398.991121 +241,-1.318739838,0.7017808746,358,-0.261349752,0.209710184,4142.1719902 +242,-1.396417427,0.7077900843,358,-0.261349752,0.209710184,4377.4515554 +243,-1.35650337,0.7185539404,358,-0.261349752,0.209710184,4265.0365439 +244,-1.248884539,0.7274156818,358,-0.261349752,0.209710184,3958.8217411 +245,-1.395014798,0.5761185243,358,-0.261349752,0.209710184,4325.734285 +246,-1.433377362,0.6064716109,358,-0.261349752,0.209710184,4458.1990514 +247,-1.408172432,0.5903155476,358,-0.261349752,0.209710184,4372.388381 +248,-1.749645898,0.7757118084,358,-0.261349752,0.209710184,5410.9464047 +249,-1.571626686,0.615046989,358,-0.261349752,0.209710184,4907.0688387 +250,-1.514070049,0.6303003037,358,-0.261349752,0.209710184,4721.4867224 +251,-1.480890369,0.6237966528,358,-0.261349752,0.209710184,4614.5347497 +252,-1.704390658,0.5281680612,358,-0.261349752,0.209710184,5373.5565241 +253,-1.64434733,0.5254277498,358,-0.261349752,0.209710184,5170.2761706 +254,-1.703855997,0.4792484842,358,-0.261349752,0.209710184,5395.90159 +255,-1.692002383,0.5748825051,358,-0.261349752,0.209710184,5311.3865589 +256,-1.854136457,0.5544643913,358,-0.261349752,0.209710184,5859.7104694 +257,-1.665021206,0.520317736,358,-0.261349752,0.209710184,5242.8564633 +258,-1.733654349,0.4845187345,358,-0.261349752,0.209710184,5496.687838 +259,-1.720938188,0.5135933906,358,-0.261349752,0.209710184,5437.1875696 +260,-1.742668307,0.553296122,358,-0.261349752,0.209710184,5489.9078084 +261,-1.965659039,0.7142126903,358,-0.261349752,0.209710184,6071.450057 +262,-1.944438071,0.6772834804,358,-0.261349752,0.209710184,6043.4210851 +263,-1.270340967,0.7681487096,358,-0.261349752,0.209710184,4058.7422119 +264,-1.353091884,0.6549276821,358,-0.261349752,0.209710184,4219.1206867 +265,-1.333236659,0.6413584414,358,-0.261349752,0.209710184,4150.0624146 +266,-1.352015998,0.6753788907,358,-0.261349752,0.209710184,4226.415379 +267,-1.377988483,0.6577816235,358,-0.261349752,0.209710184,4298.0328351 +268,-2.13075611,0.8318642051,358,-0.261349752,0.209710184,6380.0715748 +269,-2.097910953,0.8259670014,358,-0.261349752,0.209710184,6305.4361495 +270,-1.416382069,0.6694271549,358,-0.261349752,0.209710184,4421.8717598 +271,-1.538905672,0.7535625993,358,-0.261349752,0.209710184,4811.4176463 +272,-1.572309477,0.7803125099,358,-0.261349752,0.209710184,4910.5967487 +273,-1.87759879,0.7503853417,358,-0.261349752,0.209710184,5787.5063072 +274,1.152365588,0.590457682,358,-0.261349752,0.209710184,5249.6577492 +275,0.350198001,0.718001859,358,-0.261349752,0.209710184,2921.7077281 +276,0.046513677,0.491503852,358,-0.261349752,0.209710184,1595.0040459 +277,0.027510309,0.742571376,358,-0.261349752,0.209710184,2332.9874699 +278,0.306285725,-0.214631579,358,-0.261349752,0.209710184,2793.5539679 +279,-1.100564889,0.318051531,358,-0.261349752,0.209710184,3228.9117264 +280,-1.078582306,0.301437596,358,-0.261349752,0.209710184,3145.6840158 +281,-1.137371989,-0.617634065,358,-0.261349752,0.209710184,4635.2728715 +282,0.784356344,0.703272339,358,-0.261349752,0.209710184,4108.4816514 +283,-1.221209947,0.218327455,358,-0.261349752,0.209710184,3708.3584154 +284,2.347301921,-0.449114658,358,-0.261349752,0.209710184,10240.878996 +285,0.246820618,0.830553713,358,-0.261349752,0.209710184,2980.3940117 +286,0.829414965,0.703288228,358,-0.261349752,0.209710184,4242.684251 +287,-1.337537566,0.42332223,358,-0.261349752,0.209710184,4107.4820072 +288,0.882453706,0.454478077,358,-0.261349752,0.209710184,4349.3779465 +289,1.575629659,0.416419109,358,-0.261349752,0.209710184,6822.7159799 +290,-1.039455679,0.229888244,358,-0.261349752,0.209710184,3005.1037632 +291,0.489558039,0.934482747,358,-0.261349752,0.209710184,3710.7896998 +292,0.081344504,0.88384514,358,-0.261349752,0.209710184,2891.5018786 +293,-1.547979814,0.300350308,358,-0.261349752,0.209710184,4916.9454634 +294,0.040776181,0.168560074,358,-0.261349752,0.209710184,1186.3785593 +295,-1.130374745,0.563894876,358,-0.261349752,0.209710184,3445.4995282 +296,1.578326642,0.478507176,358,-0.261349752,0.209710184,6757.4677975 +297,-1.12861823,-0.291640865,358,-0.261349752,0.209710184,3933.3420076 +298,0.310524208,0.770885792,358,-0.261349752,0.209710184,2951.4548393 +299,0.415649091,-0.387246002,358,-0.261349752,0.209710184,3535.9853762 +300,-0.926533878,-0.188022748,358,-0.261349752,0.209710184,3054.6333315 +301,1.258856172,-0.11716081,358,-0.261349752,0.209710184,6123.7309474 +302,-1.126050026,0.322941926,358,-0.261349752,0.209710184,3324.8555911 +303,2.002785835,0.07893892,358,-0.261349752,0.209710184,8804.3309148 +304,0.440437607,0.746258085,358,-0.261349752,0.209710184,3206.9111383 +305,-0.030391866,0.214441206,358,-0.261349752,0.209710184,894.43542914 +306,0.521557815,-0.058929362,358,-0.261349752,0.209710184,3260.7319391 +307,-0.097005111,0.13317729,358,-0.261349752,0.209710184,709.28041537 +308,1.83113859,0.221857587,358,-0.261349752,0.209710184,7981.1358991 +309,0.222428864,0.099404236,358,-0.261349752,0.209710184,1941.7183155 +310,-1.702731345,0.8728568183,358,-0.261349752,0.209710184,5259.3982722 +311,-0.418507569,0.278324921,358,-0.261349752,0.209710184,662.22454404 +312,-1.41153306,0.339029988,358,-0.261349752,0.209710184,4391.342773 +313,0.357560442,0.114788776,358,-0.261349752,0.209710184,2446.3360591 +314,0.325818979,0.268352149,358,-0.261349752,0.209710184,2269.3027346 +315,-1.246004659,-0.663679965,358,-0.261349752,0.209710184,5023.5603314 +316,1.814603087,0.637404484,358,-0.261349752,0.209710184,7249.4444947 +317,1.843704281,-0.18300445,358,-0.261349752,0.209710184,8423.4085862 +318,1.690644492,-0.211480909,358,-0.261349752,0.209710184,7849.6649264 +319,-1.275451936,0.068109467,358,-0.261349752,0.209710184,4010.3545513 +320,0.762430171,-0.207594741,358,-0.261349752,0.209710184,4351.2312655 +321,0.265668905,-0.014647884,358,-0.261349752,0.209710184,2255.3203217 +322,-2.773032013,-0.335515811,358,-0.261349752,0.209710184,9994.6511542 +323,-1.469512853,0.174058777,358,-0.261349752,0.209710184,4687.4635743 +324,0.286276986,0.785925691,358,-0.261349752,0.209710184,2937.1534113 +325,-1.379324697,0.377432233,358,-0.261349752,0.209710184,4263.5325705 +326,-1.203778265,0.212813032,358,-0.261349752,0.209710184,3643.49735 +327,0.579916301,0.611743168,358,-0.261349752,0.209710184,3402.2353407 +328,0.267582642,0.868113908,358,-0.261349752,0.209710184,3125.0353598 +329,0.412869244,-0.050245578,358,-0.261349752,0.209710184,2846.7848427 +330,0.17524381,0.976660285,358,-0.261349752,0.209710184,3320.8095831 +331,0.743157214,0.204812899,358,-0.261349752,0.209710184,3886.0725478 +332,-1.070758176,0.269382282,358,-0.261349752,0.209710184,3117.8400836 +333,-1.230364251,0.329790229,358,-0.261349752,0.209710184,3715.9828175 +334,-1.374813124,-0.024926835,358,-0.261349752,0.209710184,4476.3672446 +335,0.519780566,0.463669906,358,-0.261349752,0.209710184,3070.2888746 +336,-1.55108034,0.239698561,358,-0.261349752,0.209710184,4961.0680509 +337,0.180294813,0.029739425,358,-0.261349752,0.209710184,1874.9706036 +338,0.67820924,0.268170153,358,-0.261349752,0.209710184,3614.5450251 +339,0.445798684,1.024001867,358,-0.261349752,0.209710184,3846.2966294 +340,0.691751283,0.150521402,358,-0.261349752,0.209710184,3716.0119882 +341,-1.036643551,-0.903056181,358,-0.261349752,0.209710184,5142.7268911 +342,-0.120287036,1.083325163,358,-0.261349752,0.209710184,3483.8418068 +343,2.823513113,-0.304487164,358,-0.261349752,0.209710184,12010.121887 +344,0.457583172,1.12513373,358,-0.261349752,0.209710184,4124.5391619 +345,0.042918831,0.813795399,358,-0.261349752,0.209710184,2600.1682901 +346,1.196146777,-0.853142756,358,-0.261349752,0.209710184,6555.4781015 +347,0.206001358,-0.010430701,358,-0.261349752,0.209710184,2034.3279037 +348,-0.268308653,0.234799412,358,-0.261349752,0.209710184,102.95094487 +349,0.759363263,0.736189579,358,-0.261349752,0.209710184,4061.9756694 +350,0.181363926,0.891988372,358,-0.261349752,0.209710184,3055.5267998 +351,-0.021111158,0.139103292,358,-0.261349752,0.209710184,977.72127156 +352,-0.093355215,0.630686981,358,-0.261349752,0.209710184,1772.2001012 +353,0.40118964,0.681375926,358,-0.261349752,0.209710184,2980.0462013 +354,-0.721197315,1.304706234,358,-0.261349752,0.209710184,4455.4420191 +355,-1.076150317,0.212107639,358,-0.261349752,0.209710184,3151.8383628 +356,-1.577164531,0.273993443,358,-0.261349752,0.209710184,5040.6422684 +357,-0.190788414,0.182208586,358,-0.261349752,0.209710184,294.98340565 +358,-0.261349752,0.209710184,358,-0.261349752,0.209710184,0 +359,-1.029303852,0.083549259,358,-0.261349752,0.209710184,3046.6592836 +360,-1.268609162,0.330525297,358,-0.261349752,0.209710184,3859.1543569 +361,1.282982244,-0.926641967,358,-0.261349752,0.209710184,6821.9996203 +362,0.217352334,0.731352408,358,-0.261349752,0.209710184,2645.2324633 +363,-1.511833084,0.258629297,358,-0.261349752,0.209710184,4801.5029414 +364,0.338812194,0.823184618,358,-0.261349752,0.209710184,3142.5735972 +365,-0.324406489,1.134201999,358,-0.261349752,0.209710184,3665.9889114 +366,1.389579348,0.399185724,358,-0.261349752,0.209710184,6187.1706008 +367,2.047152199,-0.039082036,358,-0.261349752,0.209710184,9106.1148192 +368,0.947780369,0.568250077,358,-0.261349752,0.209710184,4575.7964201 +369,0.763824846,0.576754987,358,-0.261349752,0.209710184,3967.1636647 +370,-0.142334657,0.928153068,358,-0.261349752,0.209710184,2870.6167608 +371,0.610266567,0.547265983,358,-0.261349752,0.209710184,3440.6136089 +372,0.210731629,0.746815056,358,-0.261349752,0.209710184,2673.8099479 +373,-1.34931644,0.316895224,358,-0.261349752,0.209710184,4164.5084114 +374,2.407696481,0.655030745,358,-0.261349752,0.209710184,8594.6498917 +375,0.64207831,0.545359131,358,-0.261349752,0.209710184,3545.015083 +376,1.174597538,0.840588356,358,-0.261349752,0.209710184,5250.4456115 +377,0.660059424,0.010604079,358,-0.261349752,0.209710184,3704.489728 +378,-0.730263819,0.010486456,358,-0.261349752,0.209710184,2004.5889345 +379,0.831068936,0.512339172,358,-0.261349752,0.209710184,4173.0901067 +380,1.301180979,0.72367476,358,-0.261349752,0.209710184,5649.9472993 +381,1.811128231,0.322854402,358,-0.261349752,0.209710184,7765.9655204 +382,0.435105812,0.992284428,358,-0.261349752,0.209710184,3748.936977 +383,0.62643634,0.592027932,358,-0.261349752,0.209710184,3530.3596634 +384,0.492988703,-0.516339467,358,-0.261349752,0.209710184,4069.459035 +385,-0.162469483,0.112549365,358,-0.261349752,0.209710184,545.37640336 +386,0.314630866,0.472006421,358,-0.261349752,0.209710184,2377.2326486 +387,0.166744804,0.822815954,358,-0.261349752,0.209710184,2815.5349163 +388,0.417159608,0.965805736,358,-0.261349752,0.209710184,3651.6510478 +389,0.106334961,0.868774244,358,-0.261349752,0.209710184,2872.6180507 +390,0.815086969,-0.338144359,358,-0.261349752,0.209710184,4726.0674218 +391,0.59867455,-0.230624824,358,-0.261349752,0.209710184,3801.9601363 +392,1.915104874,0.066220985,358,-0.261349752,0.209710184,8490.0658729 +393,1.278093622,0.064463721,358,-0.261349752,0.209710184,6047.5527362 +394,-0.061477853,0.302997961,358,-0.261349752,0.209710184,849.93038632 +395,0.251311504,0.626976942,358,-0.261349752,0.209710184,2466.0562474 +396,2.950242872,0.149095644,358,-0.261349752,0.209710184,10996.135069 +397,-0.180294708,0.35375117,358,-0.261349752,0.209710184,648.40162298 +398,1.010448592,-0.351180233,358,-0.261349752,0.209710184,5428.7465532 +399,-1.748740498,0.3686318073,358,-0.261349752,0.209710184,5621.4207645 +400,2.699635665,0.123533791,358,-0.261349752,0.209710184,10944.380538 +401,0.496808033,0.823843254,358,-0.261349752,0.209710184,3495.3709835 +402,0.129574704,0.763364087,358,-0.261349752,0.209710184,2566.7141266 +403,1.798920311,0.817447563,358,-0.261349752,0.209710184,6869.4158248 +404,0.335987953,0.746786541,358,-0.261349752,0.209710184,2951.9756216 +405,-1.085413643,0.292154671,358,-0.261349752,0.209710184,3171.7675065 +406,-0.155321003,0.508207011,358,-0.261349752,0.209710184,1245.351679 +407,0.620529244,-0.301175104,358,-0.261349752,0.209710184,3999.8021026 +408,1.684402744,0.368716966,358,-0.261349752,0.209710184,7260.0735425 +409,0.300582244,-0.386397212,358,-0.261349752,0.209710184,3215.4372795 +410,2.913555946,-0.009225192,358,-0.261349752,0.209710184,11639.005509 +411,1.465101417,0.493232532,358,-0.261349752,0.209710184,6360.551238 +412,0.090612882,0.907955955,358,-0.261349752,0.209710184,2985.9090568 +413,2.987564726,-0.729568594,358,-0.261349752,0.209710184,10351.482245 +414,-1.484261606,0.224149272,358,-0.261349752,0.209710184,4714.8172747 +415,0.164073421,0.303955133,358,-0.261349752,0.209710184,1670.5349195 +416,0.141441293,0.167552546,358,-0.261349752,0.209710184,1575.5214946 +417,2.931321023,-0.506718887,358,-0.261349752,0.209710184,11252.394388 +418,2.21951565,0.700596356,358,-0.261349752,0.209710184,8098.086829 +419,0.268112576,1.199114336,358,-0.261349752,0.209710184,4145.4339555 +420,0.978913739,0.359223811,358,-0.261349752,0.209710184,4719.1404088 +421,1.210898818,0.522863584,358,-0.261349752,0.209710184,5475.4961594 +422,2.347397336,0.129231362,358,-0.261349752,0.209710184,9952.5407433 +423,0.614394501,0.556878345,358,-0.261349752,0.209710184,3461.8246344 +424,-1.398079356,0.148483366,358,-0.261349752,0.209710184,4427.785268 +425,2.535303836,-0.112984496,358,-0.261349752,0.209710184,11042.637681 +426,-1.019372593,-0.405322349,358,-0.261349752,0.209710184,3816.4257937 +427,-1.297785627,-0.160104069,358,-0.261349752,0.209710184,4334.9422599 +428,2.144554488,0.205051084,358,-0.261349752,0.209710184,9117.0574597 +429,-2.242387083,-0.426171285,358,-0.261349752,0.209710184,8032.1027041 +430,0.338637212,0.909723676,358,-0.261349752,0.209710184,3367.0261799 +431,-0.148798452,0.691042401,358,-0.261349752,0.209710184,1946.9641061 +432,0.893524764,0.441829531,358,-0.261349752,0.209710184,4389.6930959 +433,0.969229347,-0.368847936,358,-0.261349752,0.209710184,5305.2136757 +434,0.436043248,0.800045688,358,-0.261349752,0.209710184,3304.8700994 +435,1.687946607,1.081504775,358,-0.261349752,0.209710184,6166.9542778 +436,0.522302046,-0.034889271,358,-0.261349752,0.209710184,3232.1861449 +437,-0.178996113,-0.438090009,358,-0.261349752,0.209710184,2585.5767241 +438,-1.094339566,0.301444068,358,-0.261349752,0.209710184,3205.283938 +439,-1.064070054,0.242569932,358,-0.261349752,0.209710184,3096.7399667 +440,-1.068153768,0.230387998,358,-0.261349752,0.209710184,3115.4082138 +441,-3.00496892,-0.23989155,358,-0.261349752,0.209710184,10903.07382 +442,0.21751974,0.766874888,358,-0.261349752,0.209710184,2743.720942 +443,0.117229532,0.007619006,358,-0.261349752,0.209710184,1689.6175612 +444,0.777758451,0.420554741,358,-0.261349752,0.209710184,3973.4095727 +445,-0.252356999,0.250747086,358,-0.261349752,0.209710184,166.20504513 +446,0.363148444,0.768483434,358,-0.261349752,0.209710184,3065.4811669 +447,0.903191366,-0.118210676,358,-0.261349752,0.209710184,4766.3326201 +448,-0.205755923,0.149406178,358,-0.261349752,0.209710184,322.46640227 +449,1.811996086,0.02364353,358,-0.261349752,0.209710184,8142.3251642 +450,-1.100670221,0.314845373,358,-0.261349752,0.209710184,3229.2125104 +451,0.340078597,0.850105132,358,-0.261349752,0.209710184,3213.3083688 +452,0.258757267,0.804969236,358,-0.261349752,0.209710184,2931.8039283 +453,2.78505352,-0.155160804,358,-0.261349752,0.209710184,12014.745936 +454,0.800551619,0.105822106,358,-0.261349752,0.209710184,4166.8535295 +455,0.437940882,-0.506194031,358,-0.261349752,0.209710184,3897.4691099 +456,2.230431122,0.63458615,358,-0.261349752,0.209710184,8312.9700767 +457,0.527965361,0.127667701,358,-0.261349752,0.209710184,3095.8503382 +458,-0.063643205,0.702093448,358,-0.261349752,0.209710184,2068.9301819 +459,1.408447268,0.133010502,358,-0.261349752,0.209710184,6492.3204896 +460,0.523795955,0.280266966,358,-0.261349752,0.209710184,3024.4477408 +461,-0.975769313,0.072177659,358,-0.261349752,0.209710184,2850.6870773 +462,0.549774164,-0.463663986,358,-0.261349752,0.209710184,4104.9344286 +463,0.29245874,1.095549818,358,-0.261349752,0.209710184,3840.0273441 +464,0.143625958,0.816809593,358,-0.261349752,0.209710184,2758.4959373 +465,0.671902494,0.611159853,358,-0.261349752,0.209710184,3691.5339503 +466,1.239840988,0.6724199,358,-0.261349752,0.209710184,5493.4095318 +467,0.607829703,-0.10932137,358,-0.261349752,0.209710184,3649.0427617 +468,1.763020906,0.263996692,358,-0.261349752,0.209710184,7678.1339752 +469,0.378714634,0.726066797,358,-0.261349752,0.209710184,3010.2980253 +470,2.196736143,-0.153862366,358,-0.261349752,0.209710184,9774.0677958 +471,0.01702415,0.148991565,358,-0.261349752,0.209710184,1111.0010507 +472,-2.998490902,-0.158002487,358,-0.261349752,0.209710184,10856.110016 +473,-3.051262951,-0.346595608,358,-0.261349752,0.209710184,11000.507633 +474,-1.069176439,0.182802941,358,-0.261349752,0.209710184,3136.6191129 +475,0.167157509,0.595344954,358,-0.261349752,0.209710184,2172.3471007 +476,0.613855648,0.681746124,358,-0.261349752,0.209710184,3583.748898 +477,1.037012736,0.682555367,358,-0.261349752,0.209710184,4866.5888987 +478,-1.253574971,0.379755746,358,-0.261349752,0.209710184,3800.662175 +479,3.108590453,-0.132620738,358,-0.261349752,0.209710184,11502.006098 +480,0.565301296,0.022333262,358,-0.261349752,0.209710184,3329.7692378 +481,0.547898238,0.855555614,358,-0.261349752,0.209710184,3674.1303421 +482,0.948309381,0.417393755,358,-0.261349752,0.209710184,4590.5336024 +483,-0.050600732,0.945269213,358,-0.261349752,0.209710184,2987.5885485 +484,-0.977651478,-0.572363064,358,-0.261349752,0.209710184,4114.0754033 +485,1.102014914,0.728861163,358,-0.261349752,0.209710184,5061.0144249 +486,2.927300795,-0.282939414,358,-0.261349752,0.209710184,12102.095053 +487,-1.154565557,0.124434095,358,-0.261349752,0.209710184,3500.4564089 +488,1.855331234,0.291044755,358,-0.261349752,0.209710184,7968.1265791 +489,0.830290659,0.276904518,358,-0.261349752,0.209710184,4190.5221611 +490,0.485104466,-0.234867441,358,-0.261349752,0.209710184,3419.91526 +491,0.521367572,-0.33161327,358,-0.261349752,0.209710184,3732.545532 +1,-1.539031704,0.7349710123,359,-1.029303852,0.083549259,3143.6603839 +2,-1.536990553,0.7349663874,359,-1.029303852,0.083549259,3139.5615921 +3,-1.534951779,0.7349571355,359,-1.029303852,0.083549259,3135.464842 +4,-1.532906461,0.7349480293,359,-1.029303852,0.083549259,3131.3662308 +5,-1.531320211,0.7346937278,359,-1.029303852,0.083549259,3127.4726924 +6,-1.539451648,0.7335131775,359,-1.029303852,0.083549259,3140.283179 +7,-1.537429487,0.7335445708,359,-1.029303852,0.083549259,3136.3149992 +8,-1.535484998,0.7335658704,359,-1.029303852,0.083549259,3132.4838245 +9,-1.533488396,0.7336036027,359,-1.029303852,0.083549259,3128.6067088 +10,-1.531497785,0.7335842962,359,-1.029303852,0.083549259,3124.58596 +11,-1.530259379,0.7334777758,359,-1.029303852,0.083549259,3121.8134685 +12,-1.5335454,0.7322346912,359,-1.029303852,0.083549259,3124.7356487 +13,-1.531489083,0.7322238773,359,-1.029303852,0.083549259,3120.5995732 +14,-1.530011122,0.7321679851,359,-1.029303852,0.083549259,3117.4930231 +15,-1.53348106,0.7306614094,359,-1.029303852,0.083549259,3120.0312775 +16,-1.531441779,0.7306962275,359,-1.029303852,0.083549259,3116.0520445 +17,-1.529755654,0.7306933243,359,-1.029303852,0.083549259,3112.6780285 +18,-1.533415048,0.7291384674,359,-1.029303852,0.083549259,3115.473609 +19,-1.531392093,0.7291705353,359,-1.029303852,0.083549259,3111.5092119 +20,-1.529296523,0.7291214933,359,-1.029303852,0.083549259,3107.1743019 +21,-1.535280942,0.727267644,359,-1.029303852,0.083549259,3113.8067621 +22,-1.533378158,0.7276139666,359,-1.029303852,0.083549259,3110.9736417 +23,-1.531340368,0.7276446587,359,-1.029303852,0.083549259,3106.9654989 +24,-1.528960113,0.7276398177,359,-1.029303852,0.083549259,3102.1794832 +25,-1.533313146,0.7260818349,359,-1.029303852,0.083549259,3106.3986977 +26,-1.531259555,0.7260958115,359,-1.029303852,0.083549259,3102.3002365 +27,-1.528926415,0.7260865555,359,-1.029303852,0.083549259,3097.5843757 +28,-1.531226779,0.7245511789,359,-1.029303852,0.083549259,3097.7477422 +29,-1.528904772,0.7245519194,359,-1.029303852,0.083549259,3093.0718117 +30,-1.547195875,0.7409785979,359,-1.029303852,0.083549259,3177.3839378 +31,-1.5451475,0.740980426,359,-1.029303852,0.083549259,3173.2864369 +32,-1.543097679,0.7409798872,359,-1.029303852,0.083549259,3169.1899191 +33,-1.540720364,0.7409892687,359,-1.029303852,0.083549259,3164.4814132 +34,-1.547188511,0.7395198392,359,-1.029303852,0.083549259,3173.1682492 +35,-1.545148587,0.7395226109,359,-1.029303852,0.083549259,3169.0807487 +36,-1.543104538,0.7395314908,359,-1.029303852,0.083549259,3165.0133132 +37,-1.540727751,0.7395306258,359,-1.029303852,0.083549259,3160.2649235 +38,-1.547187029,0.7380014886,359,-1.029303852,0.083549259,3168.7968264 +39,-1.545147315,0.7380012252,359,-1.029303852,0.083549259,3164.6909327 +40,-1.54310719,0.7380060743,359,-1.029303852,0.083549259,3160.6095984 +41,-1.540719671,0.7380068206,359,-1.029303852,0.083549259,3155.8326447 +42,-1.547187189,0.7364799098,359,-1.029303852,0.083549259,3164.4236241 +43,-1.545149996,0.7364853874,359,-1.029303852,0.083549259,3160.3292403 +44,-1.543106091,0.7364823484,359,-1.029303852,0.083549259,3156.2074574 +45,-1.540717158,0.7364893901,359,-1.029303852,0.083549259,3151.4340711 +46,-1.538663972,0.7410138672,359,-1.029303852,0.083549259,3160.4683144 +47,-1.53695285,0.7409699132,359,-1.029303852,0.083549259,3156.9498435 +48,-1.534910498,0.7409641297,359,-1.029303852,0.083549259,3152.8959308 +49,-1.533145034,0.7409536636,359,-1.029303852,0.083549259,3149.3843048 +50,-1.538681336,0.7395405883,359,-1.029303852,0.083549259,3156.2193075 +51,-1.536999189,0.7395183096,359,-1.029303852,0.083549259,3152.8133171 +52,-1.534923633,0.7395144222,359,-1.029303852,0.083549259,3148.6894139 +53,-1.533267822,0.7395654306,359,-1.029303852,0.083549259,3145.5657002 +54,-1.53867273,0.7380151077,359,-1.029303852,0.083549259,3151.7710183 +55,-1.536980576,0.7379994392,359,-1.029303852,0.083549259,3148.3561329 +56,-1.534931522,0.7379944961,359,-1.029303852,0.083549259,3144.2716226 +57,-1.533387952,0.7379480264,359,-1.029303852,0.083549259,3141.0770687 +58,-1.538682279,0.7364914363,359,-1.029303852,0.083549259,3147.3683489 +59,-1.536980704,0.7364810563,359,-1.029303852,0.083549259,3143.9416812 +60,-1.534935567,0.7364752065,359,-1.029303852,0.083549259,3139.8522432 +61,-1.533042592,0.7363876366,359,-1.029303852,0.083549259,3135.8369194 +62,-1.545143426,0.7349628011,359,-1.029303852,0.083549259,3155.9336606 +63,-1.543105297,0.7349691947,359,-1.029303852,0.083549259,3151.8406221 +64,-1.541064533,0.7349647152,359,-1.029303852,0.083549259,3147.7216055 +65,-1.545411803,0.7334624714,359,-1.029303852,0.083549259,3152.163024 +66,-1.543446606,0.7334780896,359,-1.029303852,0.083549259,3148.2324979 +67,-1.541475327,0.7334957295,359,-1.029303852,0.083549259,3144.3056611 +68,-1.545401939,0.731963266,359,-1.029303852,0.083549259,3147.8375427 +69,-1.54342253,0.7319915583,359,-1.029303852,0.083549259,3143.9050844 +70,-1.541455867,0.7320216438,359,-1.029303852,0.083549259,3140.0139688 +71,-1.545410146,0.7304422281,359,-1.029303852,0.083549259,3143.4902855 +72,-1.543435491,0.7304713664,359,-1.029303852,0.083549259,3139.5599441 +73,-1.541463105,0.7304997613,359,-1.029303852,0.083549259,3135.6424514 +74,-1.545414768,0.7289194936,359,-1.029303852,0.083549259,3139.1352226 +75,-1.543435774,0.7289538557,359,-1.029303852,0.083549259,3135.2011009 +76,-1.541457714,0.7289765881,359,-1.029303852,0.083549259,3131.2459205 +77,-1.539449415,0.7320555866,359,-1.029303852,0.083549259,3136.064196 +78,-1.537429183,0.7321097681,359,-1.029303852,0.083549259,3132.1562276 +79,-1.535472649,0.7321497267,359,-1.029303852,0.083549259,3128.3459435 +80,-1.539457899,0.7305333307,359,-1.029303852,0.083549259,3131.6840111 +81,-1.537453161,0.7305750503,359,-1.029303852,0.083549259,3127.7609573 +82,-1.535479385,0.7306124949,359,-1.029303852,0.083549259,3123.8987116 +83,-1.53946905,0.7290102593,359,-1.029303852,0.083549259,3127.311215 +84,-1.537459922,0.7290417293,359,-1.029303852,0.083549259,3123.3395111 +85,-1.535451349,0.7290890157,359,-1.029303852,0.083549259,3119.4256786 +86,-1.535522937,0.7279887191,359,-1.029303852,0.083549259,3116.3829037 +87,-1.539442524,0.7274735939,359,-1.029303852,0.083549259,3122.8271653 +88,-1.537424111,0.727521351,359,-1.029303852,0.083549259,3118.8736597 +89,-1.539384641,0.7259505092,359,-1.029303852,0.083549259,3118.322527 +90,-1.537372391,0.7259947145,359,-1.029303852,0.083549259,3114.3613831 +91,-1.535340789,0.7260435356,359,-1.029303852,0.083549259,3110.3855677 +92,-1.539325716,0.7244369706,359,-1.029303852,0.083549259,3113.8469697 +93,-1.537308932,0.7244801057,359,-1.029303852,0.083549259,3109.863722 +94,-1.535289068,0.7245247645,359,-1.029303852,0.083549259,3105.8898123 +95,-1.533261366,0.7245550236,359,-1.029303852,0.083549259,3101.869617 +96,-1.539267302,0.722921924,359,-1.029303852,0.083549259,3109.3718301 +97,-1.537248972,0.7229660258,359,-1.029303852,0.083549259,3105.3783722 +98,-1.535219431,0.7229916471,359,-1.029303852,0.083549259,3101.3199798 +99,-1.53318962,0.7230212049,359,-1.029303852,0.083549259,3097.2835747 +100,-1.531154816,0.7230299897,359,-1.029303852,0.083549259,3093.1880584 +101,-1.528878341,0.7230370244,359,-1.029303852,0.083549259,3088.6111136 +102,-1.539218189,0.7214009878,359,-1.029303852,0.083549259,3104.9025773 +103,-1.537198791,0.7214422745,359,-1.029303852,0.083549259,3100.8888759 +104,-1.535179266,0.7214634354,359,-1.029303852,0.083549259,3096.8280674 +105,-1.533156501,0.7214944644,359,-1.029303852,0.083549259,3092.8001847 +106,-1.53113574,0.7215166021,359,-1.029303852,0.083549259,3088.7617912 +107,-1.528874248,0.7215345535,359,-1.029303852,0.083549259,3084.2356449 +108,-1.539217656,0.7198512397,359,-1.029303852,0.083549259,3100.4543437 +109,-1.537199919,0.7199428763,359,-1.029303852,0.083549259,3096.578373 +110,-1.545425832,0.727397149,359,-1.029303852,0.083549259,3134.7988194 +111,-1.543371177,0.7273916949,359,-1.029303852,0.083549259,3130.5860921 +112,-1.541368852,0.7274523163,359,-1.029303852,0.083549259,3126.680623 +113,-1.545349067,0.7258710923,359,-1.029303852,0.083549259,3130.276172 +114,-1.54332671,0.7258603556,359,-1.029303852,0.083549259,3126.1044824 +115,-1.541346831,0.7259242142,359,-1.029303852,0.083549259,3122.2441023 +116,-1.545324355,0.7243383958,359,-1.029303852,0.083549259,3125.8451519 +117,-1.543292796,0.7243617413,359,-1.029303852,0.083549259,3121.7421544 +118,-1.541295822,0.7244024384,359,-1.029303852,0.083549259,3117.7706076 +119,-1.543193859,0.7205570215,359,-1.029303852,0.083549259,3110.6580266 +120,-1.550257047,0.7386738187,359,-1.029303852,0.083549259,3176.9225985 +121,-1.549335448,0.7311736483,359,-1.029303852,0.083549259,3153.5877832 +122,-1.533478843,0.7179891343,359,-1.029303852,0.083549259,3083.3363513 +123,-1.556150555,0.738907041,359,-1.029303852,0.083549259,3189.5399891 +124,-1.554324226,0.733414257,359,-1.029303852,0.083549259,3170.178578 +125,-1.554290846,0.7288285332,359,-1.029303852,0.083549259,3157.0876552 +126,-1.55122487,0.7219795312,359,-1.029303852,0.083549259,3131.3290269 +127,-1.525104458,0.7229399862,359,-1.029303852,0.083549259,3080.7367244 +128,-1.519607711,0.7236181429,359,-1.029303852,0.083549259,3071.739808 +129,-1.513899999,0.7251107854,359,-1.029303852,0.083549259,3064.84469 +130,-1.536620762,0.7431061895,359,-1.029303852,0.083549259,3162.5246668 +131,-1.5369566,0.7460845958,359,-1.029303852,0.083549259,3171.8857864 +132,-1.545345528,0.7447040685,359,-1.029303852,0.083549259,3184.4455288 +133,-1.532813921,0.7432306626,359,-1.029303852,0.083549259,3155.4030335 +134,-1.554788248,0.7382381001,359,-1.029303852,0.083549259,3184.8624414 +135,-1.540348126,0.7301594274,359,-1.029303852,0.083549259,3132.4046991 +136,-1.538016084,0.7239051786,359,-1.029303852,0.083549259,3109.6467539 +137,-1.525288962,0.7258085137,359,-1.029303852,0.083549259,3089.4896271 +138,-1.534326986,0.731241342,359,-1.029303852,0.083549259,3123.4117815 +139,-1.530733872,0.7303625216,359,-1.029303852,0.083549259,3113.665145 +141,-1.534354939,0.7328219978,359,-1.029303852,0.083549259,3128.0622 +142,-1.53157084,0.7292888153,359,-1.029303852,0.083549259,3112.2115661 +143,-1.525691035,0.7263799874,359,-1.029303852,0.083549259,3091.964168 +144,-1.534031287,0.7495967835,359,-1.029303852,0.083549259,3176.4657933 +145,-1.527714986,0.7283095957,359,-1.029303852,0.083549259,3101.6455923 +146,-1.526189586,0.7271468292,359,-1.029303852,0.083549259,3095.2021434 +147,-1.555177336,0.7375563366,359,-1.029303852,0.083549259,3183.7111927 +148,-1.555080283,0.7312707794,359,-1.029303852,0.083549259,3165.6414232 +149,-1.53856994,0.7224180299,359,-1.029303852,0.083549259,3106.4979586 +150,-1.530837883,0.729933372,359,-1.029303852,0.083549259,3112.6220854 +151,-1.515066984,0.5854133365,359,-1.029303852,0.083549259,2674.3188209 +152,-1.534731633,0.5368370046,359,-1.029303852,0.083549259,2601.633449 +153,-1.515231902,0.5607085576,359,-1.029303852,0.083549259,2610.2532023 +154,-2.616253799,1.0684566605,359,-1.029303852,0.083549259,5962.7209724 +155,-1.956071439,0.5792177723,359,-1.029303852,0.083549259,3932.1623591 +156,-1.951208514,0.5602434208,359,-1.029303852,0.083549259,3893.8875694 +157,-1.944675062,0.6062144545,359,-1.029303852,0.083549259,3930.8523422 +158,-1.613778386,0.6077989518,359,-1.029303852,0.083549259,2981.0940453 +159,-2.035029014,0.6021432345,359,-1.029303852,0.083549259,4207.0324108 +160,-2.114989471,0.6801825058,359,-1.029303852,0.083549259,4532.2618839 +161,-2.037382079,0.5765830025,359,-1.029303852,0.083549259,4188.203056 +162,-2.129855121,0.6585019963,359,-1.029303852,0.083549259,4556.475352 +163,-2.075141798,0.6493615843,359,-1.029303852,0.083549259,4380.8618276 +164,-1.828626729,0.6948433129,359,-1.029303852,0.083549259,3736.4380351 +165,-1.863329418,0.6735427691,359,-1.029303852,0.083549259,3793.5100074 +166,-1.266037071,0.727988852,359,-1.029303852,0.083549259,2686.4442159 +167,-1.277579582,0.7249010648,359,-1.029303852,0.083549259,2688.169905 +168,-1.258418684,0.7241194816,359,-1.029303852,0.083549259,2663.8904886 +169,-1.317813974,0.6804850104,359,-1.029303852,0.083549259,2581.4176507 +170,-1.344165204,0.6790988904,359,-1.029303852,0.083549259,2616.0188833 +171,-1.427582102,0.5277120351,359,-1.029303852,0.083549259,2303.7196977 +172,-1.402238616,0.457167829,359,-1.029303852,0.083549259,2045.8889543 +173,-1.422454264,0.4996161999,359,-1.029303852,0.083549259,2212.9614078 +174,-1.439089277,0.4894859811,359,-1.029303852,0.083549259,2228.1241016 +175,-1.448126995,0.5182330266,359,-1.029303852,0.083549259,2328.1361638 +176,-1.474626146,0.5881926574,359,-1.029303852,0.083549259,2585.0507929 +177,-1.421139645,0.5584869783,359,-1.029303852,0.083549259,2377.0551652 +178,-1.457037165,0.565943032,359,-1.029303852,0.083549259,2481.4123871 +179,-2.757159358,0.3745319,359,-1.029303852,0.083549259,6676.5905084 +180,-2.714309238,0.342054471,359,-1.029303852,0.083549259,6535.1403983 +181,-2.000525337,0.774119946,359,-1.029303852,0.083549259,4326.703008 +183,-1.571413436,0.6777838382,359,-1.029303852,0.083549259,3053.5531577 +184,-1.552860289,0.6987663893,359,-1.029303852,0.083549259,3069.6320115 +185,-1.521852374,0.7165827476,359,-1.029303852,0.083549259,3055.6296587 +186,-1.503656267,0.6928968252,359,-1.029303852,0.083549259,2949.3105216 +187,-1.502753178,0.7136205882,359,-1.029303852,0.083549259,3008.7467749 +188,-1.631894563,0.7343596465,359,-1.029303852,0.083549259,3338.6508581 +189,-1.653765416,0.6770714026,359,-1.029303852,0.083549259,3247.0670619 +190,-1.719812114,0.6715965947,359,-1.029303852,0.083549259,3401.8325651 +191,-1.493406659,0.6646955447,359,-1.029303852,0.083549259,2845.5378942 +192,-1.469120564,0.6613469966,359,-1.029303852,0.083549259,2785.0836262 +193,-1.590551461,0.5326612937,359,-1.029303852,0.083549259,2746.1746492 +194,-1.625979264,0.5247742243,359,-1.029303852,0.083549259,2831.4066908 +195,-1.572293943,0.5238808754,359,-1.029303852,0.083549259,2674.9705539 +196,-1.610848725,0.5477107964,359,-1.029303852,0.083549259,2836.6132077 +197,-1.208485554,0.7918526018,359,-1.029303852,0.083549259,2873.1644521 +198,-1.335601374,0.6869083083,359,-1.029303852,0.083549259,2629.8566715 +199,-1.346156996,0.6825213377,359,-1.029303852,0.083549259,2630.8184603 +200,-1.324381037,0.6741422347,359,-1.029303852,0.083549259,2568.8909415 +201,-1.242424992,0.7378949807,359,-1.029303852,0.083549259,2698.5630448 +202,-1.270370057,0.7392461008,359,-1.029303852,0.083549259,2732.5703146 +203,-1.448950472,0.7441675014,359,-1.029303852,0.083549259,3003.630841 +204,-1.492662363,0.7523026852,359,-1.029303852,0.083549259,3106.642229 +205,-1.479098966,0.7763855017,359,-1.029303852,0.083549259,3157.6540236 +206,-1.633760714,0.7869022408,359,-1.029303852,0.083549259,3481.2579487 +207,-1.647406434,0.8101289331,359,-1.029303852,0.083549259,3571.3086013 +208,-1.564245052,0.5701509278,359,-1.029303852,0.083549259,2761.0479401 +209,-1.646289963,0.6833746083,359,-1.029303852,0.083549259,3244.0117005 +210,-1.5820631,0.6751952144,359,-1.029303852,0.083549259,3071.1174422 +211,-1.613236298,0.6681681791,359,-1.029303852,0.083549259,3126.600771 +212,-1.914661867,0.8212566515,359,-1.029303852,0.083549259,4189.6492834 +213,-1.742133237,0.7250275956,359,-1.029303852,0.083549259,3575.0358424 +214,-2.033144872,0.6557314699,359,-1.029303852,0.083549259,4261.0162003 +215,-2.039551981,0.6964723658,359,-1.029303852,0.083549259,4328.818677 +216,-1.247341019,0.7622473908,359,-1.029303852,0.083549259,2794.2510209 +217,-1.298239787,0.7084123392,359,-1.029303852,0.083549259,2653.7445756 +218,-1.308539688,0.6926545592,359,-1.029303852,0.083549259,2611.25863 +219,-1.303263185,0.6888938396,359,-1.029303852,0.083549259,2590.7434879 +220,-1.852400229,0.6004246149,359,-1.029303852,0.083549259,3642.1286212 +221,-1.288947707,0.7473773692,359,-1.029303852,0.083549259,2783.1486414 +222,-1.372031502,0.7472790993,359,-1.029303852,0.083549259,2891.4545234 +223,-1.289805721,0.7242157877,359,-1.029303852,0.083549259,2700.1398176 +224,-1.350807603,0.7533498126,359,-1.029303852,0.083549259,2882.4430928 +225,-1.329290365,0.7560442322,359,-1.029303852,0.083549259,2863.4034025 +226,-1.410153004,0.616936428,359,-1.029303852,0.083549259,2530.0234462 +227,-1.393445434,0.6308995063,359,-1.029303852,0.083549259,2541.3493996 +228,-1.37595573,0.6241540638,359,-1.029303852,0.083549259,2486.8835625 +229,-1.358388707,0.6172645205,359,-1.029303852,0.083549259,2432.2842716 +230,-1.753741133,0.8281661666,359,-1.029303852,0.083549259,3838.2264595 +231,-1.47430987,0.6834615681,359,-1.029303852,0.083549259,2861.9617182 +232,-1.421012508,0.7222725206,359,-1.029303852,0.083549259,2885.2768441 +233,-1.4476833,0.6978557868,359,-1.029303852,0.083549259,2854.859803 +234,-1.470370723,0.6966193374,359,-1.029303852,0.083549259,2894.13568 +235,-1.429211703,0.7037216883,359,-1.029303852,0.083549259,2839.7430649 +236,-1.700578405,0.6178673663,359,-1.029303852,0.083549259,3236.3249893 +237,-1.678117619,0.6331716163,359,-1.029303852,0.083549259,3208.4917328 +238,-1.725644578,0.6316331145,359,-1.029303852,0.083549259,3333.4698115 +239,-2.14012759,0.7930497945,359,-1.029303852,0.083549259,4721.2531463 +240,-2.103289431,0.7653606263,359,-1.029303852,0.083549259,4590.498214 +241,-1.318739838,0.7017808746,359,-1.029303852,0.083549259,2657.5165449 +242,-1.396417427,0.7077900843,359,-1.029303852,0.083549259,2796.5091592 +243,-1.35650337,0.7185539404,359,-1.029303852,0.083549259,2770.0595366 +244,-1.248884539,0.7274156818,359,-1.029303852,0.083549259,2666.0431909 +245,-1.395014798,0.5761185243,359,-1.029303852,0.083549259,2372.929489 +246,-1.433377362,0.6064716109,359,-1.029303852,0.083549259,2546.1127595 +247,-1.408172432,0.5903155476,359,-1.029303852,0.083549259,2443.9958949 +248,-1.749645898,0.7757118084,359,-1.029303852,0.083549259,3706.904732 +249,-1.571626686,0.615046989,359,-1.029303852,0.083549259,2890.9945591 +250,-1.514070049,0.6303003037,359,-1.029303852,0.083549259,2793.3975296 +251,-1.480890369,0.6237966528,359,-1.029303852,0.083549259,2700.2273169 +252,-1.704390658,0.5281680612,359,-1.029303852,0.083549259,3072.2802441 +253,-1.64434733,0.5254277498,359,-1.029303852,0.083549259,2886.7999833 +254,-1.703855997,0.4792484842,359,-1.029303852,0.083549259,2985.9626859 +255,-1.692002383,0.5748825051,359,-1.029303852,0.083549259,3124.5164254 +256,-1.854136457,0.5544643913,359,-1.029303852,0.083549259,3578.4552636 +257,-1.665021206,0.520317736,359,-1.029303852,0.083549259,2938.505139 +258,-1.733654349,0.4845187345,359,-1.029303852,0.083549259,3089.9934327 +259,-1.720938188,0.5135933906,359,-1.029303852,0.083549259,3097.5484097 +260,-1.742668307,0.553296122,359,-1.029303852,0.083549259,3233.1997387 +261,-1.965659039,0.7142126903,359,-1.029303852,0.083549259,4143.5065188 +262,-1.944438071,0.6772834804,359,-1.029303852,0.083549259,4029.1106042 +263,-1.270340967,0.7681487096,359,-1.029303852,0.083549259,2838.9935775 +264,-1.353091884,0.6549276821,359,-1.029303852,0.083549259,2548.3224799 +265,-1.333236659,0.6413584414,359,-1.029303852,0.083549259,2469.8210281 +266,-1.352015998,0.6753788907,359,-1.029303852,0.083549259,2615.6755721 +267,-1.377988483,0.6577816235,359,-1.029303852,0.083549259,2600.2589553 +268,-2.13075611,0.8318642051,359,-1.029303852,0.083549259,4740.9065476 +269,-2.097910953,0.8259670014,359,-1.029303852,0.083549259,4650.0896984 +270,-1.416382069,0.6694271549,359,-1.029303852,0.083549259,2707.0577162 +271,-1.538905672,0.7535625993,359,-1.029303852,0.083549259,3197.5782136 +272,-1.572309477,0.7803125099,359,-1.029303852,0.083549259,3340.0380016 +273,-1.87759879,0.7503853417,359,-1.029303852,0.083549259,3967.6644576 +274,1.152365588,0.590457682,359,-1.029303852,0.083549259,7975.2979391 +275,0.350198001,0.718001859,359,-1.029303852,0.083549259,5434.0736027 +276,0.046513677,0.491503852,359,-1.029303852,0.083549259,4343.2590078 +277,0.027510309,0.742571376,359,-1.029303852,0.083549259,4516.4791265 +278,0.306285725,-0.214631579,359,-1.029303852,0.083549259,5387.4069231 +279,-1.100564889,0.318051531,359,-1.029303852,0.083549259,968.96612186 +280,-1.078582306,0.301437596,359,-1.029303852,0.083549259,883.9730915 +281,-1.137371989,-0.617634065,359,-1.029303852,0.083549259,2806.3609682 +282,0.784356344,0.703272339,359,-1.029303852,0.083549259,6733.579062 +283,-1.221209947,0.218327455,359,-1.029303852,0.083549259,921.30166365 +284,2.347301921,-0.449114658,359,-1.029303852,0.083549259,10743.278205 +285,0.246820618,0.830553713,359,-1.029303852,0.083549259,5193.1629311 +286,0.829414965,0.703288228,359,-1.029303852,0.083549259,6865.8692402 +287,-1.337537566,0.42332223,359,-1.029303852,0.083549259,1786.4148442 +288,0.882453706,0.454478077,359,-1.029303852,0.083549259,7275.1060864 +289,1.575629659,0.416419109,359,-1.029303852,0.083549259,9577.9922044 +290,-1.039455679,0.229888244,359,-1.029303852,0.083549259,581.00531515 +291,0.489558039,0.934482747,359,-1.029303852,0.083549259,5833.6810356 +292,0.081344504,0.88384514,359,-1.029303852,0.083549259,4825.9901477 +293,-1.547979814,0.300350308,359,-1.029303852,0.083549259,2187.1094215 +294,0.040776181,0.168560074,359,-1.029303852,0.083549259,4213.5026704 +295,-1.130374745,0.563894876,359,-1.029303852,0.083549259,1939.1703389 +296,1.578326642,0.478507176,359,-1.029303852,0.083549259,9423.0851042 +297,-1.12861823,-0.291640865,359,-1.029303852,0.083549259,1536.1632458 +298,0.310524208,0.770885792,359,-1.029303852,0.083549259,5336.0992253 +299,0.415649091,-0.387246002,359,-1.029303852,0.083549259,5887.6252442 +300,-0.926533878,-0.188022748,359,-1.029303852,0.083549259,1149.5013365 +301,1.258856172,-0.11716081,359,-1.029303852,0.083549259,9079.0445554 +302,-1.126050026,0.322941926,359,-1.029303852,0.083549259,1019.4371983 +303,2.002785835,0.07893892,359,-1.029303852,0.083549259,11667.989354 +304,0.440437607,0.746258085,359,-1.029303852,0.083549259,5703.6604322 +305,-0.030391866,0.214441206,359,-1.029303852,0.083549259,3940.0975074 +306,0.521557815,-0.058929362,359,-1.029303852,0.083549259,6162.8461417 +307,-0.097005111,0.13317729,359,-1.029303852,0.083549259,3674.339301 +308,1.83113859,0.221857587,359,-1.029303852,0.083549259,10804.373697 +309,0.222428864,0.099404236,359,-1.029303852,0.083549259,4934.5433747 +310,-1.702731345,0.8728568183,359,-1.029303852,0.083549259,3845.8605942 +311,-0.418507569,0.278324921,359,-1.029303852,0.083549259,2496.6421309 +312,-1.41153306,0.339029988,359,-1.029303852,0.083549259,1789.036699 +313,0.357560442,0.114788776,359,-1.029303852,0.083549259,5462.2391391 +314,0.325818979,0.268352149,359,-1.029303852,0.083549259,5311.8080937 +315,-1.246004659,-0.663679965,359,-1.029303852,0.083549259,3065.2742304 +316,1.814603087,0.637404484,359,-1.029303852,0.083549259,9382.7602775 +317,1.843704281,-0.18300445,359,-1.029303852,0.083549259,11318.715609 +318,1.690644492,-0.211480909,359,-1.029303852,0.083549259,10717.292349 +319,-1.275451936,0.068109467,359,-1.029303852,0.083549259,974.08848168 +320,0.762430171,-0.207594741,359,-1.029303852,0.083549259,7144.8129155 +321,0.265668905,-0.014647884,359,-1.029303852,0.083549259,5138.4466366 +322,-2.773032013,-0.335515811,359,-1.029303852,0.083549259,6976.6444136 +323,-1.469512853,0.174058777,359,-1.029303852,0.083549259,1765.156837 +324,0.286276986,0.785925691,359,-1.029303852,0.083549259,5274.817912 +325,-1.379324697,0.377432233,359,-1.029303852,0.083549259,1777.8073052 +326,-1.203778265,0.212813032,359,-1.029303852,0.083549259,853.60216122 +327,0.579916301,0.611743168,359,-1.029303852,0.083549259,6156.2162052 +328,0.267582642,0.868113908,359,-1.029303852,0.083549259,5270.5319495 +329,0.412869244,-0.050245578,359,-1.029303852,0.083549259,5731.6131927 +330,0.17524381,0.976660285,359,-1.029303852,0.083549259,5143.4469564 +331,0.743157214,0.204812899,359,-1.029303852,0.083549259,6932.6001034 +332,-1.070758176,0.269382282,359,-1.029303852,0.083549259,753.5707671 +333,-1.230364251,0.329790229,359,-1.029303852,0.083549259,1247.1187898 +334,-1.374813124,-0.024926835,359,-1.029303852,0.083549259,1433.2178703 +335,0.519780566,0.463669906,359,-1.029303852,0.083549259,5997.3228747 +336,-1.55108034,0.239698561,359,-1.029303852,0.083549259,2128.7861532 +337,0.180294813,0.029739425,359,-1.029303852,0.083549259,4786.5912254 +338,0.67820924,0.268170153,359,-1.029303852,0.083549259,6653.9324561 +339,0.445798684,1.024001867,359,-1.029303852,0.083549259,5742.298457 +340,0.691751283,0.150521402,359,-1.029303852,0.083549259,6758.1819913 +341,-1.036643551,-0.903056181,359,-1.029303852,0.083549259,3908.0230703 +342,-0.120287036,1.083325163,359,-1.029303852,0.083549259,4760.8148205 +343,2.823513113,-0.304487164,359,-1.029303852,0.083549259,9552.555257 +344,0.457583172,1.12513373,359,-1.029303852,0.083549259,5780.1413575 +345,0.042918831,0.813795399,359,-1.029303852,0.083549259,4644.0573436 +346,1.196146777,-0.853142756,359,-1.029303852,0.083549259,8123.6823417 +347,0.206001358,-0.010430701,359,-1.029303852,0.083549259,4901.5845453 +348,-0.268308653,0.234799412,359,-1.029303852,0.083549259,3030.9883832 +349,0.759363263,0.736189579,359,-1.029303852,0.083549259,6632.9452821 +350,0.181363926,0.891988372,359,-1.029303852,0.083549259,5075.3629036 +351,-0.021111158,0.139103292,359,-1.029303852,0.083549259,3971.9848132 +352,-0.093355215,0.630686981,359,-1.029303852,0.083549259,4025.6094649 +353,0.40118964,0.681375926,359,-1.029303852,0.083549259,5582.212416 +354,-0.721197315,1.304706234,359,-1.029303852,0.083549259,4888.905896 +355,-1.076150317,0.212107639,359,-1.029303852,0.083549259,541.23951485 +356,-1.577164531,0.273993443,359,-1.029303852,0.083549259,2260.6236149 +357,-0.190788414,0.182208586,359,-1.029303852,0.083549259,3311.9716712 +358,-0.261349752,0.209710184,359,-1.029303852,0.083549259,3046.6592836 +359,-1.029303852,0.083549259,359,-1.029303852,0.083549259,0 +360,-1.268609162,0.330525297,359,-1.029303852,0.083549259,1346.2547013 +361,1.282982244,-0.926641967,359,-1.029303852,0.083549259,8164.0423936 +362,0.217352334,0.731352408,359,-1.029303852,0.083549259,5048.3984547 +363,-1.511833084,0.258629297,359,-1.029303852,0.083549259,2004.030148 +364,0.338812194,0.823184618,359,-1.029303852,0.083549259,5434.1348517 +365,-0.324406489,1.134201999,359,-1.029303852,0.083549259,4606.6725735 +366,1.389579348,0.399185724,359,-1.029303852,0.083549259,9057.1107749 +367,2.047152199,-0.039082036,359,-1.029303852,0.083549259,12131.871791 +368,0.947780369,0.568250077,359,-1.029303852,0.083549259,7375.0347171 +369,0.763824846,0.576754987,359,-1.029303852,0.083549259,6773.0270061 +370,-0.142334657,0.928153068,359,-1.029303852,0.083549259,4399.1541267 +371,0.610266567,0.547265983,359,-1.029303852,0.083549259,6281.5554265 +372,0.210731629,0.746815056,359,-1.029303852,0.083549259,5039.149977 +373,-1.34931644,0.316895224,359,-1.029303852,0.083549259,1545.6575713 +374,2.407696481,0.655030745,359,-1.029303852,0.083549259,9322.1854425 +375,0.64207831,0.545359131,359,-1.029303852,0.083549259,6389.3733585 +376,1.174597538,0.840588356,359,-1.029303852,0.083549259,7558.6154003 +377,0.660059424,0.010604079,359,-1.029303852,0.083549259,6686.3660341 +378,-0.730263819,0.010486456,359,-1.029303852,0.083549259,1217.8002087 +379,0.831068936,0.512339172,359,-1.029303852,0.083549259,7048.2454352 +380,1.301180979,0.72367476,359,-1.029303852,0.083549259,8110.9623051 +381,1.811128231,0.322854402,359,-1.029303852,0.083549259,10450.440237 +382,0.435105812,0.992284428,359,-1.029303852,0.083549259,5714.5986279 +383,0.62643634,0.592027932,359,-1.029303852,0.083549259,6315.3610023 +384,0.492988703,-0.516339467,359,-1.029303852,0.083549259,6218.6900141 +385,-0.162469483,0.112549365,359,-1.029303852,0.083549259,3417.7381597 +386,0.314630866,0.472006421,359,-1.029303852,0.083549259,5271.816616 +387,0.166744804,0.822815954,359,-1.029303852,0.083549259,4976.4799189 +388,0.417159608,0.965805736,359,-1.029303852,0.083549259,5669.8497331 +389,0.106334961,0.868774244,359,-1.029303852,0.083549259,4868.8565035 +390,0.815086969,-0.338144359,359,-1.029303852,0.083549259,7353.0010408 +391,0.59867455,-0.230624824,359,-1.029303852,0.083549259,6517.3705288 +392,1.915104874,0.066220985,359,-1.029303852,0.083549259,11463.655578 +393,1.278093622,0.064463721,359,-1.029303852,0.083549259,9091.1573713 +394,-0.061477853,0.302997961,359,-1.029303852,0.083549259,3847.1067582 +395,0.251311504,0.626976942,359,-1.029303852,0.083549259,5098.3976651 +396,2.950242872,0.149095644,359,-1.029303852,0.083549259,9008.3237449 +397,-0.180294708,0.35375117,359,-1.029303852,0.083549259,3437.066373 +398,1.010448592,-0.351180233,359,-1.029303852,0.083549259,8077.877555 +399,-1.748740498,0.3686318073,359,-1.029303852,0.083549259,2984.7774243 +400,2.699635665,0.123533791,359,-1.029303852,0.083549259,9981.4062109 +401,0.496808033,0.823843254,359,-1.029303852,0.083549259,5859.0768893 +402,0.129574704,0.763364087,359,-1.029303852,0.083549259,4822.6659407 +403,1.798920311,0.817447563,359,-1.029303852,0.083549259,8709.936226 +404,0.335987953,0.746786541,359,-1.029303852,0.083549259,5400.3950001 +405,-1.085413643,0.292154671,359,-1.029303852,0.083549259,854.53445275 +406,-0.155321003,0.508207011,359,-1.029303852,0.083549259,3676.3750564 +407,0.620529244,-0.301175104,359,-1.029303852,0.083549259,6618.2617834 +408,1.684402744,0.368716966,359,-1.029303852,0.083549259,10000.176712 +409,0.300582244,-0.386397212,359,-1.029303852,0.083549259,5469.6676853 +410,2.913555946,-0.009225192,359,-1.029303852,0.083549259,9260.7377195 +411,1.465101417,0.493232532,359,-1.029303852,0.083549259,9080.9324066 +412,0.090612882,0.907955955,359,-1.029303852,0.083549259,4877.2622624 +413,2.987564726,-0.729568594,359,-1.029303852,0.083549259,8442.203846 +414,-1.484261606,0.224149272,359,-1.029303852,0.083549259,1863.994921 +415,0.164073421,0.303955133,359,-1.029303852,0.083549259,4697.7058506 +416,0.141441293,0.167552546,359,-1.029303852,0.083549259,4606.6352302 +417,2.931321023,-0.506718887,359,-1.029303852,0.083549259,8949.8449355 +418,2.21951565,0.700596356,359,-1.029303852,0.083549259,9313.384041 +419,0.268112576,1.199114336,359,-1.029303852,0.083549259,5523.2842429 +420,0.978913739,0.359223811,359,-1.029303852,0.083549259,7705.4817381 +421,1.210898818,0.522863584,359,-1.029303852,0.083549259,8268.8129241 +422,2.347397336,0.129231362,359,-1.029303852,0.083549259,11189.308282 +423,0.614394501,0.556878345,359,-1.029303852,0.083549259,6291.2811159 +424,-1.398079356,0.148483366,359,-1.029303852,0.083549259,1473.149632 +425,2.535303836,-0.112984496,359,-1.029303852,0.083549259,10772.481688 +426,-1.019372593,-0.405322349,359,-1.029303852,0.083549259,1936.8013044 +427,-1.297785627,-0.160104069,359,-1.029303852,0.083549259,1433.55787 +428,2.144554488,0.205051084,359,-1.029303852,0.083549259,11293.65632 +429,-2.242387083,-0.426171285,359,-1.029303852,0.083549259,5084.5842581 +430,0.338637212,0.909723676,359,-1.029303852,0.083549259,5468.2266062 +431,-0.148798452,0.691042401,359,-1.029303852,0.083549259,3952.282868 +432,0.893524764,0.441829531,359,-1.029303852,0.083549259,7325.1044207 +433,0.969229347,-0.368847936,359,-1.029303852,0.083549259,7919.8446484 +434,0.436043248,0.800045688,359,-1.029303852,0.083549259,5693.7878271 +435,1.687946607,1.081504775,359,-1.029303852,0.083549259,7651.6414879 +436,0.522302046,-0.034889271,359,-1.029303852,0.083549259,6157.7544888 +437,-0.178996113,-0.438090009,359,-1.029303852,0.083549259,3867.7437473 +438,-1.094339566,0.301444068,359,-1.029303852,0.083549259,899.19895519 +439,-1.064070054,0.242569932,359,-1.029303852,0.083549259,644.3382447 +440,-1.068153768,0.230387998,359,-1.029303852,0.083549259,601.12265726 +441,-3.00496892,-0.23989155,359,-1.029303852,0.083549259,7856.7482505 +442,0.21751974,0.766874888,359,-1.029303852,0.083549259,5071.6542258 +443,0.117229532,0.007619006,359,-1.029303852,0.083549259,4544.9472883 +444,0.777758451,0.420554741,359,-1.029303852,0.083549259,6934.2267885 +445,-0.252356999,0.250747086,359,-1.029303852,0.083549259,3100.0309499 +446,0.363148444,0.768483434,359,-1.029303852,0.083549259,5484.4797068 +447,0.903191366,-0.118210676,359,-1.029303852,0.083549259,7680.6776047 +448,-0.205755923,0.149406178,359,-1.029303852,0.083549259,3248.5179321 +449,1.811996086,0.02364353,359,-1.029303852,0.083549259,11181.924197 +450,-1.100670221,0.314845373,359,-1.029303852,0.083549259,956.94854733 +451,0.340078597,0.850105132,359,-1.029303852,0.083549259,5447.543967 +452,0.258757267,0.804969236,359,-1.029303852,0.083549259,5209.3894653 +453,2.78505352,-0.155160804,359,-1.029303852,0.083549259,9784.1524005 +454,0.800551619,0.105822106,359,-1.029303852,0.083549259,7202.492812 +455,0.437940882,-0.506194031,359,-1.029303852,0.083549259,6025.2717593 +456,2.230431122,0.63458615,359,-1.029303852,0.083549259,9565.8003405 +457,0.527965361,0.127667701,359,-1.029303852,0.083549259,6126.8708023 +458,-0.063643205,0.702093448,359,-1.029303852,0.083549259,4208.469386 +459,1.408447268,0.133010502,359,-1.029303852,0.083549259,9533.0692731 +460,0.523795955,0.280266966,359,-1.029303852,0.083549259,6063.3242638 +461,-0.975769313,0.072177659,359,-1.029303852,0.083549259,216.15175306 +462,0.549774164,-0.463663986,359,-1.029303852,0.083549259,6399.0539094 +463,0.29245874,1.095549818,359,-1.029303852,0.083549259,5478.509436 +464,0.143625958,0.816809593,359,-1.029303852,0.083549259,4910.2037563 +465,0.671902494,0.611159853,359,-1.029303852,0.083549259,6452.7567138 +466,1.239840988,0.6724199,359,-1.029303852,0.083549259,8067.4918048 +467,0.607829703,-0.10932137,359,-1.029303852,0.083549259,6518.3567429 +468,1.763020906,0.263996692,359,-1.029303852,0.083549259,10501.251297 +469,0.378714634,0.726066797,359,-1.029303852,0.083549259,5520.4500522 +470,2.196736143,-0.153862366,359,-1.029303852,0.083549259,12010.445782 +471,0.01702415,0.148991565,359,-1.029303852,0.083549259,4121.0692557 +472,-2.998490902,-0.158002487,359,-1.029303852,0.083549259,7829.9183576 +473,-3.051262951,-0.346595608,359,-1.029303852,0.083549259,8013.3403081 +474,-1.069176439,0.182802941,359,-1.029303852,0.083549259,423.13661025 +475,0.167157509,0.595344954,359,-1.029303852,0.083549259,4811.975698 +476,0.613855648,0.681746124,359,-1.029303852,0.083549259,6235.2170921 +477,1.037012736,0.682555367,359,-1.029303852,0.083549259,7491.4016659 +478,-1.253574971,0.379755746,359,-1.029303852,0.083549259,1455.1820779 +479,3.108590453,-0.132620738,359,-1.029303852,0.083549259,8518.2202894 +480,0.565301296,0.022333262,359,-1.029303852,0.083549259,6308.4948799 +481,0.547898238,0.855555614,359,-1.029303852,0.083549259,5988.8246008 +482,0.948309381,0.417393755,359,-1.029303852,0.083549259,7539.8746194 +483,-0.050600732,0.945269213,359,-1.029303852,0.083549259,4620.8518856 +484,-0.977651478,-0.572363064,359,-1.029303852,0.083549259,2605.3160892 +485,1.102014914,0.728861163,359,-1.029303852,0.083549259,7594.3586865 +486,2.927300795,-0.282939414,359,-1.029303852,0.083549259,9181.5975946 +487,-1.154565557,0.124434095,359,-1.029303852,0.083549259,519.33742797 +488,1.855331234,0.291044755,359,-1.029303852,0.083549259,10651.111119 +489,0.830290659,0.276904518,359,-1.029303852,0.083549259,7223.5336672 +490,0.485104466,-0.234867441,359,-1.029303852,0.083549259,6082.4715587 +491,0.521367572,-0.33161327,359,-1.029303852,0.083549259,6254.4388397 +1,-1.539031704,0.7349710123,360,-1.268609162,0.330525297,1841.8813299 +2,-1.536990553,0.7349663874,360,-1.268609162,0.330525297,1838.4960738 +3,-1.534951779,0.7349571355,360,-1.268609162,0.330525297,1835.1186571 +4,-1.532906461,0.7349480293,360,-1.268609162,0.330525297,1831.7502232 +5,-1.531320211,0.7346937278,360,-1.268609162,0.330525297,1828.3342123 +6,-1.539451648,0.7335131775,360,-1.268609162,0.330525297,1837.8118489 +7,-1.537429487,0.7335445708,360,-1.268609162,0.330525297,1834.5594863 +8,-1.535484998,0.7335658704,360,-1.268609162,0.330525297,1831.421195 +9,-1.533488396,0.7336036027,360,-1.268609162,0.330525297,1828.2696632 +10,-1.531497785,0.7335842962,360,-1.268609162,0.330525297,1824.9588754 +11,-1.530259379,0.7334777758,360,-1.268609162,0.330525297,1822.5959668 +12,-1.5335454,0.7322346912,360,-1.268609162,0.330525297,1823.8587311 +13,-1.531489083,0.7322238773,360,-1.268609162,0.330525297,1820.4567456 +14,-1.530011122,0.7321679851,360,-1.268609162,0.330525297,1817.8648054 +15,-1.53348106,0.7306614094,360,-1.268609162,0.330525297,1818.5817775 +16,-1.531441779,0.7306962275,360,-1.268609162,0.330525297,1815.3449888 +17,-1.529755654,0.7306933243,360,-1.268609162,0.330525297,1812.5793893 +18,-1.533415048,0.7291384674,360,-1.268609162,0.330525297,1813.4725952 +19,-1.531392093,0.7291705353,360,-1.268609162,0.330525297,1810.2409376 +20,-1.529296523,0.7291214933,360,-1.268609162,0.330525297,1806.6428731 +21,-1.535280942,0.727267644,360,-1.268609162,0.330525297,1810.4480359 +22,-1.533378158,0.7276139666,360,-1.268609162,0.330525297,1808.411677 +23,-1.531340368,0.7276446587,360,-1.268609162,0.330525297,1805.1380944 +24,-1.528960113,0.7276398177,360,-1.268609162,0.330525297,1801.2057961 +25,-1.533313146,0.7260818349,360,-1.268609162,0.330525297,1803.2843294 +26,-1.531259555,0.7260958115,360,-1.268609162,0.330525297,1799.916834 +27,-1.528926415,0.7260865555,360,-1.268609162,0.330525297,1796.03275 +28,-1.531226779,0.7245511789,360,-1.268609162,0.330525297,1794.7943589 +29,-1.528904772,0.7245519194,360,-1.268609162,0.330525297,1790.946507 +30,-1.547195875,0.7409785979,360,-1.268609162,0.330525297,1875.0480594 +31,-1.5451475,0.740980426,360,-1.268609162,0.330525297,1871.6478997 +32,-1.543097679,0.7409798872,360,-1.268609162,0.330525297,1868.2564639 +33,-1.540720364,0.7409892687,360,-1.268609162,0.330525297,1864.3797381 +34,-1.547188511,0.7395198392,360,-1.268609162,0.330525297,1870.2930566 +35,-1.545148587,0.7395226109,360,-1.268609162,0.330525297,1866.8975425 +36,-1.543104538,0.7395314908,360,-1.268609162,0.330525297,1863.5338955 +37,-1.540727751,0.7395306258,360,-1.268609162,0.330525297,1859.6099671 +38,-1.547187029,0.7380014886,360,-1.268609162,0.330525297,1865.3598321 +39,-1.545147315,0.7380012252,360,-1.268609162,0.330525297,1861.9417315 +40,-1.54310719,0.7380060743,360,-1.268609162,0.330525297,1858.5583448 +41,-1.540719671,0.7380068206,360,-1.268609162,0.330525297,1854.6067355 +42,-1.547187189,0.7364799098,360,-1.268609162,0.330525297,1860.4247863 +43,-1.545149996,0.7364853874,360,-1.268609162,0.330525297,1857.0164302 +44,-1.543106091,0.7364823484,360,-1.268609162,0.330525297,1853.5879256 +45,-1.540717158,0.7364893901,360,-1.268609162,0.330525297,1849.6392357 +46,-1.538663972,0.7410138672,360,-1.268609162,0.330525297,1861.1013962 +47,-1.53695285,0.7409699132,360,-1.268609162,0.330525297,1858.1761972 +48,-1.534910498,0.7409641297,360,-1.268609162,0.330525297,1854.8557621 +49,-1.533145034,0.7409536636,360,-1.268609162,0.330525297,1851.9828049 +50,-1.538681336,0.7395405883,360,-1.268609162,0.330525297,1856.2871966 +51,-1.536999189,0.7395183096,360,-1.268609162,0.330525297,1853.4700509 +52,-1.534923633,0.7395144222,360,-1.268609162,0.330525297,1850.0894445 +53,-1.533267822,0.7395654306,360,-1.268609162,0.330525297,1847.5856975 +54,-1.53867273,0.7380151077,360,-1.268609162,0.330525297,1851.2645952 +55,-1.536980576,0.7379994392,360,-1.268609162,0.330525297,1848.4422766 +56,-1.534931522,0.7379944961,360,-1.268609162,0.330525297,1845.0882984 +57,-1.533387952,0.7379480264,360,-1.268609162,0.330525297,1842.4332875 +58,-1.538682279,0.7364914363,360,-1.268609162,0.330525297,1846.2834586 +59,-1.536980704,0.7364810563,360,-1.268609162,0.330525297,1843.4522396 +60,-1.534935567,0.7364752065,360,-1.268609162,0.330525297,1840.0886735 +61,-1.533042592,0.7363876366,360,-1.268609162,0.330525297,1836.7213581 +62,-1.545143426,0.7349628011,360,-1.268609162,0.330525297,1852.059551 +63,-1.543105297,0.7349691947,360,-1.268609162,0.330525297,1848.658296 +64,-1.541064533,0.7349647152,360,-1.268609162,0.330525297,1845.2361385 +65,-1.545411803,0.7334624714,360,-1.268609162,0.330525297,1847.6455554 +66,-1.543446606,0.7334780896,360,-1.268609162,0.330525297,1844.3814268 +67,-1.541475327,0.7334957295,360,-1.268609162,0.330525297,1841.131522 +68,-1.545401939,0.731963266,360,-1.268609162,0.330525297,1842.7722938 +69,-1.54342253,0.7319915583,360,-1.268609162,0.330525297,1839.5127368 +70,-1.541455867,0.7320216438,360,-1.268609162,0.330525297,1836.2987359 +71,-1.545410146,0.7304422281,360,-1.268609162,0.330525297,1837.8649927 +72,-1.543435491,0.7304713664,360,-1.268609162,0.330525297,1834.6031239 +73,-1.541463105,0.7304997613,360,-1.268609162,0.330525297,1831.3609389 +74,-1.545414768,0.7289194936,360,-1.268609162,0.330525297,1832.9522947 +75,-1.543435774,0.7289538557,360,-1.268609162,0.330525297,1829.6868387 +76,-1.541457714,0.7289765881,360,-1.268609162,0.330525297,1826.4036805 +77,-1.539449415,0.7320555866,360,-1.268609162,0.330525297,1833.0490817 +78,-1.537429183,0.7321097681,360,-1.268609162,0.330525297,1829.8618768 +79,-1.535472649,0.7321497267,360,-1.268609162,0.330525297,1826.7530156 +80,-1.539457899,0.7305333307,360,-1.268609162,0.330525297,1828.0989079 +81,-1.537453161,0.7305750503,360,-1.268609162,0.330525297,1824.883411 +82,-1.535479385,0.7306124949,360,-1.268609162,0.330525297,1821.7245884 +83,-1.53946905,0.7290102593,360,-1.268609162,0.330525297,1823.1566391 +84,-1.537459922,0.7290417293,360,-1.268609162,0.330525297,1819.8870061 +85,-1.535451349,0.7290890157,360,-1.268609162,0.330525297,1816.6893543 +86,-1.535522937,0.7279887191,360,-1.268609162,0.330525297,1813.2094964 +87,-1.539442524,0.7274735939,360,-1.268609162,0.330525297,1818.1126719 +88,-1.537424111,0.727521351,360,-1.268609162,0.330525297,1814.8673972 +89,-1.539384641,0.7259505092,360,-1.268609162,0.330525297,1813.0654507 +90,-1.537372391,0.7259947145,360,-1.268609162,0.330525297,1809.8061045 +91,-1.535340789,0.7260435356,360,-1.268609162,0.330525297,1806.5490331 +92,-1.539325716,0.7244369706,360,-1.268609162,0.330525297,1808.0527873 +93,-1.537308932,0.7244801057,360,-1.268609162,0.330525297,1804.7694818 +94,-1.535289068,0.7245247645,360,-1.268609162,0.330525297,1801.5057197 +95,-1.533261366,0.7245550236,360,-1.268609162,0.330525297,1798.2017012 +96,-1.539267302,0.722921924,360,-1.268609162,0.330525297,1803.0414378 +97,-1.537248972,0.7229660258,360,-1.268609162,0.330525297,1799.7457461 +98,-1.535219431,0.7229916471,360,-1.268609162,0.330525297,1796.3907482 +99,-1.53318962,0.7230212049,360,-1.268609162,0.330525297,1793.0680013 +100,-1.531154816,0.7230299897,360,-1.268609162,0.330525297,1789.6889031 +101,-1.528878341,0.7230370244,360,-1.268609162,0.330525297,1785.9228569 +102,-1.539218189,0.7214009878,360,-1.268609162,0.330525297,1798.0323705 +103,-1.537198791,0.7214422745,360,-1.268609162,0.330525297,1794.7126091 +104,-1.535179266,0.7214634354,360,-1.268609162,0.330525297,1791.3469935 +105,-1.533156501,0.7214944644,360,-1.268609162,0.330525297,1788.0277219 +106,-1.53113574,0.7215166021,360,-1.268609162,0.330525297,1784.7026759 +107,-1.528874248,0.7215345535,360,-1.268609162,0.330525297,1780.9826995 +108,-1.539217656,0.7198512397,360,-1.268609162,0.330525297,1793.0194134 +109,-1.537199919,0.7199428763,360,-1.268609162,0.330525297,1789.8517951 +110,-1.545425832,0.727397149,360,-1.268609162,0.330525297,1828.0581543 +111,-1.543371177,0.7273916949,360,-1.268609162,0.330525297,1824.5214097 +112,-1.541368852,0.7274523163,360,-1.268609162,0.330525297,1821.3070586 +113,-1.545349067,0.7258710923,360,-1.268609162,0.330525297,1823.0070112 +114,-1.54332671,0.7258603556,360,-1.268609162,0.330525297,1819.4956946 +115,-1.541346831,0.7259242142,360,-1.268609162,0.330525297,1816.3169847 +116,-1.545324355,0.7243383958,360,-1.268609162,0.330525297,1818.0298712 +117,-1.543292796,0.7243617413,360,-1.268609162,0.330525297,1814.5994299 +118,-1.541295822,0.7244024384,360,-1.268609162,0.330525297,1811.3036786 +119,-1.543193859,0.7205570215,360,-1.268609162,0.330525297,1802.1717815 +120,-1.550257047,0.7386738187,360,-1.268609162,0.330525297,1872.712142 +121,-1.549335448,0.7311736483,360,-1.268609162,0.330525297,1846.942583 +122,-1.533478843,0.7179891343,360,-1.268609162,0.330525297,1777.1550958 +123,-1.556150555,0.738907041,360,-1.268609162,0.330525297,1883.5016646 +124,-1.554324226,0.733414257,360,-1.268609162,0.330525297,1862.7421565 +125,-1.554290846,0.7288285332,360,-1.268609162,0.330525297,1848.0244435 +126,-1.55122487,0.7219795312,360,-1.268609162,0.330525297,1820.7978618 +127,-1.525104458,0.7229399862,360,-1.268609162,0.330525297,1779.3758461 +128,-1.519607711,0.7236181429,360,-1.268609162,0.330525297,1772.6833388 +129,-1.513899999,0.7251107854,360,-1.268609162,0.330525297,1768.5697979 +130,-1.536620762,0.7431061895,360,-1.268609162,0.330525297,1864.6870798 +131,-1.5369566,0.7460845958,360,-1.268609162,0.330525297,1875.0699759 +132,-1.545345528,0.7447040685,360,-1.268609162,0.330525297,1884.1355475 +133,-1.532813921,0.7432306626,360,-1.268609162,0.330525297,1859.001392 +134,-1.554788248,0.7382381001,360,-1.268609162,0.330525297,1879.0180092 +135,-1.540348126,0.7301594274,360,-1.268609162,0.330525297,1828.376245 +136,-1.538016084,0.7239051786,360,-1.268609162,0.330525297,1804.099746 +137,-1.525288962,0.7258085137,360,-1.268609162,0.330525297,1789.1568369 +138,-1.534326986,0.731241342,360,-1.268609162,0.330525297,1821.8811684 +139,-1.530733872,0.7303625216,360,-1.268609162,0.330525297,1813.0862616 +141,-1.534354939,0.7328219978,360,-1.268609162,0.330525297,1827.1193007 +142,-1.53157084,0.7292888153,360,-1.268609162,0.330525297,1810.9240903 +143,-1.525691035,0.7263799874,360,-1.268609162,0.330525297,1791.7022641 +144,-1.534031287,0.7495967835,360,-1.268609162,0.330525297,1882.0825877 +145,-1.527714986,0.7283095957,360,-1.268609162,0.330525297,1801.3799837 +146,-1.526189586,0.7271468292,360,-1.268609162,0.330525297,1795.0505783 +147,-1.555177336,0.7375563366,360,-1.268609162,0.330525297,1877.4953564 +148,-1.555080283,0.7312707794,360,-1.268609162,0.330525297,1857.2000906 +149,-1.53856994,0.7224180299,360,-1.268609162,0.330525297,1800.2172281 +150,-1.530837883,0.729933372,360,-1.268609162,0.330525297,1811.8424938 +151,-1.515066984,0.5854133365,360,-1.268609162,0.330525297,1333.4396283 +152,-1.534731633,0.5368370046,360,-1.268609162,0.330525297,1255.5680428 +153,-1.515231902,0.5607085576,360,-1.268609162,0.330525297,1265.6083238 +154,-2.616253799,1.0684566605,360,-1.268609162,0.330525297,4655.5133599 +155,-1.956071439,0.5792177723,360,-1.268609162,0.330525297,2617.8770208 +156,-1.951208514,0.5602434208,360,-1.268609162,0.330525297,2586.9936554 +157,-1.944675062,0.6062144545,360,-1.268609162,0.330525297,2606.0772075 +158,-1.613778386,0.6077989518,360,-1.268609162,0.330525297,1635.0373972 +159,-2.035029014,0.6021432345,360,-1.268609162,0.330525297,2890.283204 +160,-2.114989471,0.6801825058,360,-1.268609162,0.330525297,3197.7417579 +161,-2.037382079,0.5765830025,360,-1.268609162,0.330525297,2881.4233842 +162,-2.129855121,0.6585019963,360,-1.268609162,0.330525297,3227.618654 +163,-2.075141798,0.6493615843,360,-1.268609162,0.330525297,3051.9043409 +164,-1.828626729,0.6948433129,360,-1.268609162,0.330525297,2390.2875744 +165,-1.863329418,0.6735427691,360,-1.268609162,0.330525297,2449.4722368 +166,-1.266037071,0.727988852,360,-1.268609162,0.330525297,1574.377042 +167,-1.277579582,0.7249010648,360,-1.268609162,0.330525297,1562.4160646 +168,-1.258418684,0.7241194816,360,-1.268609162,0.330525297,1559.4064881 +169,-1.317813974,0.6804850104,360,-1.268609162,0.330525297,1396.4340376 +170,-1.344165204,0.6790988904,360,-1.268609162,0.330525297,1404.849452 +171,-1.427582102,0.5277120351,360,-1.268609162,0.330525297,967.50528653 +172,-1.402238616,0.457167829,360,-1.268609162,0.330525297,700.00313487 +173,-1.422454264,0.4996161999,360,-1.268609162,0.330525297,870.78973685 +174,-1.439089277,0.4894859811,360,-1.268609162,0.330525297,882.36787499 +175,-1.448126995,0.5182330266,360,-1.268609162,0.330525297,985.14989383 +176,-1.474626146,0.5881926574,360,-1.268609162,0.330525297,1253.4536177 +177,-1.421139645,0.5584869783,360,-1.268609162,0.330525297,1053.8406528 +178,-1.457037165,0.565943032,360,-1.268609162,0.330525297,1148.1156553 +179,-2.757159358,0.3745319,360,-1.268609162,0.330525297,5460.4998917 +180,-2.714309238,0.342054471,360,-1.268609162,0.330525297,5343.163189 +181,-2.000525337,0.774119946,360,-1.268609162,0.330525297,2980.5360678 +183,-1.571413436,0.6777838382,360,-1.268609162,0.330525297,1723.8082844 +184,-1.552860289,0.6987663893,360,-1.268609162,0.330525297,1750.7298318 +185,-1.521852374,0.7165827476,360,-1.268609162,0.330525297,1753.0385946 +186,-1.503656267,0.6928968252,360,-1.268609162,0.330525297,1644.4859045 +187,-1.502753178,0.7136205882,360,-1.268609162,0.330525297,1712.3831968 +188,-1.631894563,0.7343596465,360,-1.268609162,0.330525297,2012.0244175 +189,-1.653765416,0.6770714026,360,-1.268609162,0.330525297,1905.1588347 +190,-1.719812114,0.6715965947,360,-1.268609162,0.330525297,2055.9286737 +191,-1.493406659,0.6646955447,360,-1.268609162,0.330525297,1533.902171 +192,-1.469120564,0.6613469966,360,-1.268609162,0.330525297,1481.987459 +193,-1.590551461,0.5326612937,360,-1.268609162,0.330525297,1404.676166 +194,-1.625979264,0.5247742243,360,-1.268609162,0.330525297,1496.5103404 +195,-1.572293943,0.5238808754,360,-1.268609162,0.330525297,1333.2170668 +196,-1.610848725,0.5477107964,360,-1.268609162,0.330525297,1494.3354173 +197,-1.208485554,0.7918526018,360,-1.268609162,0.330525297,1837.9726995 +198,-1.335601374,0.6869083083,360,-1.268609162,0.330525297,1430.1424481 +199,-1.346156996,0.6825213377,360,-1.268609162,0.330525297,1419.3820512 +200,-1.324381037,0.6741422347,360,-1.268609162,0.330525297,1374.5117439 +201,-1.242424992,0.7378949807,360,-1.268609162,0.330525297,1615.9880023 +202,-1.270370057,0.7392461008,360,-1.268609162,0.330525297,1618.9539043 +203,-1.448950472,0.7441675014,360,-1.268609162,0.330525297,1746.3090173 +204,-1.492662363,0.7523026852,360,-1.268609162,0.330525297,1830.5294093 +205,-1.479098966,0.7763855017,360,-1.268609162,0.330525297,1898.2698146 +206,-1.633760714,0.7869022408,360,-1.268609162,0.330525297,2170.1954497 +207,-1.647406434,0.8101289331,360,-1.268609162,0.330525297,2264.7308562 +208,-1.564245052,0.5701509278,360,-1.268609162,0.330525297,1414.8288281 +209,-1.646289963,0.6833746083,360,-1.268609162,0.330525297,1903.8215387 +210,-1.5820631,0.6751952144,360,-1.268609162,0.330525297,1738.5618926 +211,-1.613236298,0.6681681791,360,-1.268609162,0.330525297,1787.5891668 +212,-1.914661867,0.8212566515,360,-1.268609162,0.330525297,2850.059921 +213,-1.742133237,0.7250275956,360,-1.268609162,0.330525297,2232.7853348 +214,-2.033144872,0.6557314699,360,-1.268609162,0.330525297,2928.3331943 +215,-2.039551981,0.6964723658,360,-1.268609162,0.330525297,2988.4927127 +216,-1.247341019,0.7622473908,360,-1.268609162,0.330525297,1711.5152684 +217,-1.298239787,0.7084123392,360,-1.268609162,0.330525297,1500.1918636 +218,-1.308539688,0.6926545592,360,-1.268609162,0.330525297,1440.8674178 +219,-1.303263185,0.6888938396,360,-1.268609162,0.330525297,1424.440261 +220,-1.852400229,0.6004246149,360,-1.268609162,0.330525297,2311.2297447 +221,-1.288947707,0.7473773692,360,-1.268609162,0.330525297,1652.5542347 +222,-1.372031502,0.7472790993,360,-1.268609162,0.330525297,1686.672208 +223,-1.289805721,0.7242157877,360,-1.268609162,0.330525297,1561.0505897 +224,-1.350807603,0.7533498126,360,-1.268609162,0.330525297,1697.1540762 +225,-1.329290365,0.7560442322,360,-1.268609162,0.330525297,1697.593553 +226,-1.410153004,0.616936428,360,-1.268609162,0.330525297,1238.0640372 +227,-1.393445434,0.6308995063,360,-1.268609162,0.330525297,1266.9322979 +228,-1.37595573,0.6241540638,360,-1.268609162,0.330525297,1222.07534 +229,-1.358388707,0.6172645205,360,-1.268609162,0.330525297,1178.5000939 +230,-1.753741133,0.8281661666,360,-1.268609162,0.330525297,2516.3345584 +231,-1.47430987,0.6834615681,360,-1.268609162,0.330525297,1565.5895387 +232,-1.421012508,0.7222725206,360,-1.268609162,0.330525297,1634.9403242 +233,-1.4476833,0.6978557868,360,-1.268609162,0.330525297,1577.8882673 +234,-1.470370723,0.6966193374,360,-1.268609162,0.330525297,1605.0732172 +235,-1.429211703,0.7037216883,360,-1.268609162,0.330525297,1575.9866156 +236,-1.700578405,0.6178673663,360,-1.268609162,0.330525297,1891.0957738 +237,-1.678117619,0.6331716163,360,-1.268609162,0.330525297,1862.2370318 +238,-1.725644578,0.6316331145,360,-1.268609162,0.330525297,1988.1185226 +239,-2.14012759,0.7930497945,360,-1.268609162,0.330525297,3375.0250827 +240,-2.103289431,0.7653606263,360,-1.268609162,0.330525297,3244.8199848 +241,-1.318739838,0.7017808746,360,-1.268609162,0.330525297,1480.4198699 +242,-1.396417427,0.7077900843,360,-1.268609162,0.330525297,1556.1598482 +243,-1.35650337,0.7185539404,360,-1.268609162,0.330525297,1565.5040245 +244,-1.248884539,0.7274156818,360,-1.268609162,0.330525297,1573.4904101 +245,-1.395014798,0.5761185243,360,-1.268609162,0.330525297,1071.0454822 +246,-1.433377362,0.6064716109,360,-1.268609162,0.330525297,1236.8598624 +247,-1.408172432,0.5903155476,360,-1.268609162,0.330525297,1140.9132238 +248,-1.749645898,0.7757118084,360,-1.268609162,0.330525297,2372.6608328 +249,-1.571626686,0.615046989,360,-1.268609162,0.330525297,1548.0117034 +250,-1.514070049,0.6303003037,360,-1.268609162,0.330525297,1463.6919995 +251,-1.480890369,0.6237966528,360,-1.268609162,0.330525297,1378.2741775 +252,-1.704390658,0.5281680612,360,-1.268609162,0.330525297,1748.1708316 +253,-1.64434733,0.5254277498,360,-1.268609162,0.330525297,1554.4335839 +254,-1.703855997,0.4792484842,360,-1.268609162,0.330525297,1686.5928032 +255,-1.692002383,0.5748825051,360,-1.268609162,0.330525297,1784.7171471 +256,-1.854136457,0.5544643913,360,-1.268609162,0.330525297,2263.8382011 +257,-1.665021206,0.520317736,360,-1.268609162,0.330525297,1611.2487445 +258,-1.733654349,0.4845187345,360,-1.268609162,0.330525297,1793.0672599 +259,-1.720938188,0.5135933906,360,-1.268609162,0.330525297,1782.5372142 +260,-1.742668307,0.553296122,360,-1.268609162,0.330525297,1905.1455958 +261,-1.965659039,0.7142126903,360,-1.268609162,0.330525297,2798.8226204 +262,-1.944438071,0.6772834804,360,-1.268609162,0.330525297,2687.9041643 +263,-1.270340967,0.7681487096,360,-1.268609162,0.330525297,1733.435872 +264,-1.353091884,0.6549276821,360,-1.268609162,0.330525297,1317.8015306 +265,-1.333236659,0.6413584414,360,-1.268609162,0.330525297,1251.5389124 +266,-1.352015998,0.6753788907,360,-1.268609162,0.330525297,1395.7234206 +267,-1.377988483,0.6577816235,360,-1.268609162,0.330525297,1350.2977399 +268,-2.13075611,0.8318642051,360,-1.268609162,0.330525297,3395.7202497 +269,-2.097910953,0.8259670014,360,-1.268609162,0.330525297,3304.9975404 +270,-1.416382069,0.6694271549,360,-1.268609162,0.330525297,1435.6022818 +271,-1.538905672,0.7535625993,360,-1.268609162,0.330525297,1902.9388987 +272,-1.572309477,0.7803125099,360,-1.268609162,0.330525297,2044.064986 +273,-1.87759879,0.7503853417,360,-1.268609162,0.330525297,2622.1315683 +274,1.152365588,0.590457682,360,-1.268609162,0.330525297,7893.9868714 +275,0.350198001,0.718001859,360,-1.268609162,0.330525297,5507.7709346 +276,0.046513677,0.491503852,360,-1.268609162,0.330525297,4745.9669601 +277,0.027510309,0.742571376,360,-1.268609162,0.330525297,4555.2654113 +278,0.306285725,-0.214631579,360,-1.268609162,0.330525297,6510.9799941 +279,-1.100564889,0.318051531,360,-1.268609162,0.330525297,632.78040829 +280,-1.078582306,0.301437596,360,-1.268609162,0.330525297,724.51399986 +281,-1.137371989,-0.617634065,360,-1.268609162,0.330525297,3787.8986316 +282,0.784356344,0.703272339,360,-1.268609162,0.330525297,6716.9507129 +283,-1.221209947,0.218327455,360,-1.268609162,0.330525297,479.71154143 +284,2.347301921,-0.449114658,360,-1.268609162,0.330525297,10647.464488 +285,0.246820618,0.830553713,360,-1.268609162,0.330525297,5118.788814 +286,0.829414965,0.703288228,360,-1.268609162,0.330525297,6830.7202434 +287,-1.337537566,0.42332223,360,-1.268609162,0.330525297,446.63164081 +288,0.882453706,0.454478077,360,-1.268609162,0.330525297,7526.6151793 +289,1.575629659,0.416419109,360,-1.268609162,0.330525297,9270.0784719 +290,-1.039455679,0.229888244,360,-1.268609162,0.330525297,958.49218927 +291,0.489558039,0.934482747,360,-1.268609162,0.330525297,5600.1729894 +292,0.081344504,0.88384514,360,-1.268609162,0.330525297,4667.9654483 +293,-1.547979814,0.300350308,360,-1.268609162,0.330525297,1058.3751018 +294,0.040776181,0.168560074,360,-1.268609162,0.330525297,5033.9732596 +295,-1.130374745,0.563894876,360,-1.268609162,0.330525297,1047.0263119 +296,1.578326642,0.478507176,360,-1.268609162,0.330525297,9045.6263718 +297,-1.12861823,-0.291640865,360,-1.268609162,0.330525297,2524.0112027 +298,0.310524208,0.770885792,360,-1.268609162,0.330525297,5341.3938738 +299,0.415649091,-0.387246002,360,-1.268609162,0.330525297,7107.5158451 +300,-0.926533878,-0.188022748,360,-1.268609162,0.330525297,2450.1982741 +301,1.258856172,-0.11716081,360,-1.268609162,0.330525297,9932.6513231 +302,-1.126050026,0.322941926,360,-1.268609162,0.330525297,535.59743943 +303,2.002785835,0.07893892,360,-1.268609162,0.330525297,10744.767311 +304,0.440437607,0.746258085,360,-1.268609162,0.330525297,5727.0151046 +305,-0.030391866,0.214441206,360,-1.268609162,0.330525297,4717.2604875 +306,0.521557815,-0.058929362,360,-1.268609162,0.330525297,7119.1906503 +307,-0.097005111,0.13317729,360,-1.268609162,0.330525297,4559.5451864 +308,1.83113859,0.221857587,360,-1.268609162,0.330525297,10249.770343 +309,0.222428864,0.099404236,360,-1.268609162,0.330525297,5796.5006785 +310,-1.702731345,0.8728568183,360,-1.268609162,0.330525297,2548.0976323 +311,-0.418507569,0.278324921,360,-1.268609162,0.330525297,3209.3165947 +312,-1.41153306,0.339029988,360,-1.268609162,0.330525297,535.70123623 +313,0.357560442,0.114788776,360,-1.268609162,0.330525297,6280.6798207 +314,0.325818979,0.268352149,360,-1.268609162,0.330525297,5966.2669374 +315,-1.246004659,-0.663679965,360,-1.268609162,0.330525297,3938.9463569 +316,1.814603087,0.637404484,360,-1.268609162,0.330525297,8603.6546269 +317,1.843704281,-0.18300445,360,-1.268609162,0.330525297,11848.872214 +318,1.690644492,-0.211480909,360,-1.268609162,0.330525297,11603.729859 +319,-1.275451936,0.068109467,360,-1.268609162,0.330525297,1039.766389 +320,0.762430171,-0.207594741,360,-1.268609162,0.330525297,8195.964309 +321,0.265668905,-0.014647884,360,-1.268609162,0.330525297,6103.9618432 +322,-2.773032013,-0.335515811,360,-1.268609162,0.330525297,6410.6189541 +323,-1.469512853,0.174058777,360,-1.268609162,0.330525297,988.09518649 +324,0.286276986,0.785925691,360,-1.268609162,0.330525297,5260.9313814 +325,-1.379324697,0.377432233,360,-1.268609162,0.330525297,451.29742034 +326,-1.203778265,0.212813032,360,-1.268609162,0.330525297,527.73430134 +327,0.579916301,0.611743168,360,-1.268609162,0.330525297,6324.6047319 +328,0.267582642,0.868113908,360,-1.268609162,0.330525297,5143.9124992 +329,0.412869244,-0.050245578,360,-1.268609162,0.330525297,6700.9677628 +330,0.17524381,0.976660285,360,-1.268609162,0.330525297,4864.7915273 +331,0.743157214,0.204812899,360,-1.268609162,0.330525297,7550.9597507 +332,-1.070758176,0.269382282,360,-1.268609162,0.330525297,786.64835345 +333,-1.230364251,0.329790229,360,-1.268609162,0.330525297,143.33505661 +334,-1.374813124,-0.024926835,360,-1.268609162,0.330525297,1467.3852566 +335,0.519780566,0.463669906,360,-1.268609162,0.330525297,6370.4592483 +336,-1.55108034,0.239698561,360,-1.268609162,0.330525297,1131.6591607 +337,0.180294813,0.029739425,360,-1.268609162,0.330525297,5727.0631669 +338,0.67820924,0.268170153,360,-1.268609162,0.330525297,7218.4497892 +339,0.445798684,1.024001867,360,-1.268609162,0.330525297,5396.6984994 +340,0.691751283,0.150521402,360,-1.268609162,0.330525297,7455.8326882 +341,-1.036643551,-0.903056181,360,-1.268609162,0.330525297,4951.8732806 +342,-0.120287036,1.083325163,360,-1.268609162,0.330525297,4291.0555544 +343,2.823513113,-0.304487164,360,-1.268609162,0.330525297,8879.9026917 +344,0.457583172,1.12513373,360,-1.268609162,0.330525297,5303.7364248 +345,0.042918831,0.813795399,360,-1.268609162,0.330525297,4581.3511876 +346,1.196146777,-0.853142756,360,-1.268609162,0.330525297,9459.7958655 +347,0.206001358,-0.010430701,360,-1.268609162,0.330525297,5875.0950299 +348,-0.268308653,0.234799412,360,-1.268609162,0.330525297,3808.4324937 +349,0.759363263,0.736189579,360,-1.268609162,0.330525297,6584.782129 +350,0.181363926,0.891988372,360,-1.268609162,0.330525297,4914.2349899 +351,-0.021111158,0.139103292,360,-1.268609162,0.330525297,4836.8467433 +352,-0.093355215,0.630686981,360,-1.268609162,0.330525297,4212.9515776 +353,0.40118964,0.681375926,360,-1.268609162,0.330525297,5698.3388123 +354,-0.721197315,1.304706234,360,-1.268609162,0.330525297,4030.2906453 +355,-1.076150317,0.212107639,360,-1.268609162,0.330525297,870.92969335 +356,-1.577164531,0.273993443,360,-1.268609162,0.330525297,1187.4704746 +357,-0.190788414,0.182208586,360,-1.268609162,0.330525297,4152.3830566 +358,-0.261349752,0.209710184,360,-1.268609162,0.330525297,3859.1543569 +359,-1.029303852,0.083549259,360,-1.268609162,0.330525297,1346.2547013 +360,-1.268609162,0.330525297,360,-1.268609162,0.330525297,0 +361,1.282982244,-0.926641967,360,-1.268609162,0.330525297,9471.9607796 +362,0.217352334,0.731352408,360,-1.268609162,0.330525297,5112.6465793 +363,-1.511833084,0.258629297,360,-1.268609162,0.330525297,964.46704801 +364,0.338812194,0.823184618,360,-1.268609162,0.330525297,5365.8707101 +365,-0.324406489,1.134201999,360,-1.268609162,0.330525297,4015.6868282 +366,1.389579348,0.399185724,360,-1.268609162,0.330525297,9001.3118198 +367,2.047152199,-0.039082036,360,-1.268609162,0.330525297,11106.359275 +368,0.947780369,0.568250077,360,-1.268609162,0.330525297,7449.6445007 +369,0.763824846,0.576754987,360,-1.268609162,0.330525297,6923.4343595 +370,-0.142334657,0.928153068,360,-1.268609162,0.330525297,4131.6038217 +371,0.610266567,0.547265983,360,-1.268609162,0.330525297,6523.4521726 +372,0.210731629,0.746815056,360,-1.268609162,0.330525297,5081.8984158 +373,-1.34931644,0.316895224,360,-1.268609162,0.330525297,307.83762699 +374,2.407696481,0.655030745,360,-1.268609162,0.330525297,8060.5706356 +375,0.64207831,0.545359131,360,-1.268609162,0.330525297,6623.6609403 +376,1.174597538,0.840588356,360,-1.268609162,0.330525297,7187.71287 +377,0.660059424,0.010604079,360,-1.268609162,0.330525297,7545.0551196 +378,-0.730263819,0.010486456,360,-1.268609162,0.330525297,2445.1221606 +379,0.831068936,0.512339172,360,-1.268609162,0.330525297,7250.9709138 +380,1.301180979,0.72367476,360,-1.268609162,0.330525297,7770.9189378 +381,1.811128231,0.322854402,360,-1.268609162,0.330525297,9844.6538742 +382,0.435105812,0.992284428,360,-1.268609162,0.330525297,5411.4493727 +383,0.62643634,0.592027932,360,-1.268609162,0.330525297,6495.281284 +384,0.492988703,-0.516339467,360,-1.268609162,0.330525297,7496.3487947 +385,-0.162469483,0.112549365,360,-1.268609162,0.330525297,4339.1585788 +386,0.314630866,0.472006421,360,-1.268609162,0.330525297,5677.2471555 +387,0.166744804,0.822815954,360,-1.268609162,0.330525297,4911.7148636 +388,0.417159608,0.965805736,360,-1.268609162,0.330525297,5403.226687 +389,0.106334961,0.868774244,360,-1.268609162,0.330525297,4734.88462 +390,0.815086969,-0.338144359,360,-1.268609162,0.330525297,8507.4743332 +391,0.59867455,-0.230624824,360,-1.268609162,0.330525297,7609.6204545 +392,1.915104874,0.066220985,360,-1.268609162,0.330525297,10863.777573 +393,1.278093622,0.064463721,360,-1.268609162,0.330525297,9646.6744911 +394,-0.061477853,0.302997961,360,-1.268609162,0.330525297,4513.9500964 +395,0.251311504,0.626976942,360,-1.268609162,0.330525297,5305.2697096 +396,2.950242872,0.149095644,360,-1.268609162,0.330525297,7830.0191265 +397,-0.180294708,0.35375117,360,-1.268609162,0.330525297,4036.7271193 +398,1.010448592,-0.351180233,360,-1.268609162,0.330525297,9234.8644527 +399,-1.748740498,0.3686318073,360,-1.268609162,0.330525297,1790.9393199 +400,2.699635665,0.123533791,360,-1.268609162,0.330525297,8750.1127319 +401,0.496808033,0.823843254,360,-1.268609162,0.330525297,5769.9693595 +402,0.129574704,0.763364087,360,-1.268609162,0.330525297,4840.404221 +403,1.798920311,0.817447563,360,-1.268609162,0.330525297,7889.0265876 +404,0.335987953,0.746786541,360,-1.268609162,0.330525297,5436.4845118 +405,-1.085413643,0.292154671,360,-1.268609162,0.330525297,707.13169816 +406,-0.155321003,0.508207011,360,-1.268609162,0.330525297,4042.2606201 +407,0.620529244,-0.301175104,360,-1.268609162,0.330525297,7761.6150985 +408,1.684402744,0.368716966,360,-1.268609162,0.330525297,9579.2306105 +409,0.300582244,-0.386397212,360,-1.268609162,0.330525297,6701.9753385 +410,2.913555946,-0.009225192,360,-1.268609162,0.330525297,8211.0074397 +411,1.465101417,0.493232532,360,-1.268609162,0.330525297,8826.1885408 +412,0.090612882,0.907955955,360,-1.268609162,0.330525297,4686.296587 +413,2.987564726,-0.729568594,360,-1.268609162,0.330525297,8420.3610692 +414,-1.484261606,0.224149272,360,-1.268609162,0.330525297,922.77283501 +415,0.164073421,0.303955133,360,-1.268609162,0.330525297,5337.6834529 +416,0.141441293,0.167552546,360,-1.268609162,0.330525297,5410.6181914 +417,2.931321023,-0.506718887,360,-1.268609162,0.330525297,8590.6771135 +418,2.21951565,0.700596356,360,-1.268609162,0.330525297,8163.9296587 +419,0.268112576,1.199114336,360,-1.268609162,0.330525297,4956.4225984 +420,0.978913739,0.359223811,360,-1.268609162,0.330525297,8028.5189291 +421,1.210898818,0.522863584,360,-1.268609162,0.330525297,8224.3857986 +422,2.347397336,0.129231362,360,-1.268609162,0.330525297,9846.2879464 +423,0.614394501,0.556878345,360,-1.268609162,0.330525297,6519.6958567 +424,-1.398079356,0.148483366,360,-1.268609162,0.330525297,875.96055523 +425,2.535303836,-0.112984496,360,-1.268609162,0.330525297,9751.2848817 +426,-1.019372593,-0.405322349,360,-1.268609162,0.330525297,3069.8734184 +427,-1.297785627,-0.160104069,360,-1.268609162,0.330525297,1946.7211878 +428,2.144554488,0.205051084,360,-1.268609162,0.330525297,10072.161113 +429,-2.242387083,-0.426171285,360,-1.268609162,0.330525297,4805.4731151 +430,0.338637212,0.909723676,360,-1.268609162,0.330525297,5282.271142 +431,-0.148798452,0.691042401,360,-1.268609162,0.330525297,4034.8371398 +432,0.893524764,0.441829531,360,-1.268609162,0.330525297,7587.178204 +433,0.969229347,-0.368847936,360,-1.268609162,0.330525297,9092.0366105 +434,0.436043248,0.800045688,360,-1.268609162,0.330525297,5646.0365191 +435,1.687946607,1.081504775,360,-1.268609162,0.330525297,6820.3733482 +436,0.522302046,-0.034889271,360,-1.268609162,0.330525297,7091.2690497 +437,-0.178996113,-0.438090009,360,-1.268609162,0.330525297,5185.1745114 +438,-1.094339566,0.301444068,360,-1.268609162,0.330525297,666.03243048 +439,-1.064070054,0.242569932,360,-1.268609162,0.330525297,851.27555419 +440,-1.068153768,0.230387998,360,-1.268609162,0.330525297,859.48172427 +441,-3.00496892,-0.23989155,360,-1.268609162,0.330525297,7135.214675 +442,0.21751974,0.766874888,360,-1.268609162,0.330525297,5086.2865048 +443,0.117229532,0.007619006,360,-1.268609162,0.330525297,5519.4557048 +444,0.777758451,0.420554741,360,-1.268609162,0.330525297,7275.3649759 +445,-0.252356999,0.250747086,360,-1.268609162,0.330525297,3853.1714496 +446,0.363148444,0.768483434,360,-1.268609162,0.330525297,5488.3633521 +447,0.903191366,-0.118210676,360,-1.268609162,0.330525297,8621.4277094 +448,-0.205755923,0.149406178,360,-1.268609162,0.330525297,4133.1275686 +449,1.811996086,0.02364353,360,-1.268609162,0.330525297,11021.042624 +450,-1.100670221,0.314845373,360,-1.268609162,0.330525297,633.83991159 +451,0.340078597,0.850105132,360,-1.268609162,0.330525297,5342.5155225 +452,0.258757267,0.804969236,360,-1.268609162,0.330525297,5170.2623606 +453,2.78505352,-0.155160804,360,-1.268609162,0.330525297,8881.8139147 +454,0.800551619,0.105822106,360,-1.268609162,0.330525297,7918.3484422 +455,0.437940882,-0.506194031,360,-1.268609162,0.330525297,7302.005369 +456,2.230431122,0.63458615,360,-1.268609162,0.330525297,8393.4691886 +457,0.527965361,0.127667701,360,-1.268609162,0.330525297,6893.3695162 +458,-0.063643205,0.702093448,360,-1.268609162,0.330525297,4293.1263808 +459,1.408447268,0.133010502,360,-1.268609162,0.330525297,9862.9489292 +460,0.523795955,0.280266966,360,-1.268609162,0.330525297,6658.59086 +461,-0.975769313,0.072177659,360,-1.268609162,0.330525297,1526.5435897 +462,0.549774164,-0.463663986,360,-1.268609162,0.330525297,7648.7139879 +463,0.29245874,1.095549818,360,-1.268609162,0.330525297,5044.9610967 +464,0.143625958,0.816809593,360,-1.268609162,0.330525297,4852.7693475 +465,0.671902494,0.611159853,360,-1.268609162,0.330525297,6593.5918586 +466,1.239840988,0.6724199,360,-1.268609162,0.330525297,7827.7490736 +467,0.607829703,-0.10932137,360,-1.268609162,0.330525297,7505.1505072 +468,1.763020906,0.263996692,360,-1.268609162,0.330525297,10050.225642 +469,0.378714634,0.726066797,360,-1.268609162,0.330525297,5579.8232353 +470,2.196736143,-0.153862366,360,-1.268609162,0.330525297,11017.659771 +471,0.01702415,0.148991565,360,-1.268609162,0.330525297,4967.9688119 +472,-2.998490902,-0.158002487,360,-1.268609162,0.330525297,7015.6186688 +473,-3.051262951,-0.346595608,360,-1.268609162,0.330525297,7417.6577929 +474,-1.069176439,0.182802941,360,-1.268609162,0.330525297,961.65429443 +475,0.167157509,0.595344954,360,-1.268609162,0.330525297,5067.1400836 +476,0.613855648,0.681746124,360,-1.268609162,0.330525297,6303.948881 +477,1.037012736,0.682555367,360,-1.268609162,0.330525297,7376.5087203 +478,-1.253574971,0.379755746,360,-1.268609162,0.330525297,202.83560472 +479,3.108590453,-0.132620738,360,-1.268609162,0.330525297,7643.8682077 +480,0.565301296,0.022333262,360,-1.268609162,0.330525297,7176.6396705 +481,0.547898238,0.855555614,360,-1.268609162,0.330525297,5848.5597888 +482,0.948309381,0.417393755,360,-1.268609162,0.330525297,7804.7405703 +483,-0.050600732,0.945269213,360,-1.268609162,0.330525297,4353.317184 +484,-0.977651478,-0.572363064,360,-1.268609162,0.330525297,3742.2522783 +485,1.102014914,0.728861163,360,-1.268609162,0.330525297,7386.9470464 +486,2.927300795,-0.282939414,360,-1.268609162,0.330525297,8477.307833 +487,-1.154565557,0.124434095,360,-1.268609162,0.330525297,926.96345993 +488,1.855331234,0.291044755,360,-1.268609162,0.330525297,9980.8494449 +489,0.830290659,0.276904518,360,-1.268609162,0.330525297,7722.0808177 +490,0.485104466,-0.234867441,360,-1.268609162,0.330525297,7193.5866063 +491,0.521367572,-0.33161327,360,-1.268609162,0.330525297,7429.2936373 +1,-1.539031704,0.7349710123,361,1.282982244,-0.926641967,11307.508502 +2,-1.536990553,0.7349663874,361,1.282982244,-0.926641967,11303.490369 +3,-1.534951779,0.7349571355,361,1.282982244,-0.926641967,11299.452522 +4,-1.532906461,0.7349480293,361,1.282982244,-0.926641967,11295.391587 +5,-1.531320211,0.7346937278,361,1.282982244,-0.926641967,11291.510747 +6,-1.539451648,0.7335131775,361,1.282982244,-0.926641967,11304.019119 +7,-1.537429487,0.7335445708,361,1.282982244,-0.926641967,11300.156271 +8,-1.535484998,0.7335658704,361,1.282982244,-0.926641967,11296.405072 +9,-1.533488396,0.7336036027,361,1.282982244,-0.926641967,11292.589521 +10,-1.531497785,0.7335842962,361,1.282982244,-0.926641967,11288.607588 +11,-1.530259379,0.7334777758,361,1.282982244,-0.926641967,11285.848146 +12,-1.5335454,0.7322346912,361,1.282982244,-0.926641967,11288.667603 +13,-1.531489083,0.7322238773,361,1.282982244,-0.926641967,11284.589819 +14,-1.530011122,0.7321679851,361,1.282982244,-0.926641967,11281.510863 +15,-1.53348106,0.7306614094,361,1.282982244,-0.926641967,11283.891454 +16,-1.531441779,0.7306962275,361,1.282982244,-0.926641967,11279.991511 +17,-1.529755654,0.7306933243,361,1.282982244,-0.926641967,11276.665105 +18,-1.533415048,0.7291384674,361,1.282982244,-0.926641967,11279.24774 +19,-1.531392093,0.7291705353,361,1.282982244,-0.926641967,11275.381208 +20,-1.529296523,0.7291214933,361,1.282982244,-0.926641967,11271.121167 +21,-1.535280942,0.727267644,361,1.282982244,-0.926641967,11277.317722 +22,-1.533378158,0.7276139666,361,1.282982244,-0.926641967,11274.643515 +23,-1.531340368,0.7276446587,361,1.282982244,-0.926641967,11270.753453 +24,-1.528960113,0.7276398177,361,1.282982244,-0.926641967,11266.074918 +25,-1.533313146,0.7260818349,361,1.282982244,-0.926641967,11269.948943 +26,-1.531259555,0.7260958115,361,1.282982244,-0.926641967,11265.987737 +27,-1.528926415,0.7260865555,361,1.282982244,-0.926641967,11261.399043 +28,-1.531226779,0.7245511789,361,1.282982244,-0.926641967,11261.315444 +29,-1.528904772,0.7245519194,361,1.282982244,-0.926641967,11256.788979 +30,-1.547195875,0.7409785979,361,1.282982244,-0.926641967,11341.198783 +31,-1.5451475,0.740980426,361,1.282982244,-0.926641967,11337.190081 +32,-1.543097679,0.7409798872,361,1.282982244,-0.926641967,11333.160394 +33,-1.540720364,0.7409892687,361,1.282982244,-0.926641967,11328.502278 +34,-1.547188511,0.7395198392,361,1.282982244,-0.926641967,11336.886278 +35,-1.545148587,0.7395226109,361,1.282982244,-0.926641967,11332.906675 +36,-1.543104538,0.7395314908,361,1.282982244,-0.926641967,11328.925727 +37,-1.540727751,0.7395306258,361,1.282982244,-0.926641967,11324.249898 +38,-1.547187029,0.7380014886,361,1.282982244,-0.926641967,11332.395838 +39,-1.545147315,0.7380012252,361,1.282982244,-0.926641967,11328.417833 +40,-1.54310719,0.7380060743,361,1.282982244,-0.926641967,11324.442874 +41,-1.540719671,0.7380068206,361,1.282982244,-0.926641967,11319.762409 +42,-1.547187189,0.7364799098,361,1.282982244,-0.926641967,11327.885025 +43,-1.545149996,0.7364853874,361,1.282982244,-0.926641967,11323.939065 +44,-1.543106091,0.7364823484,361,1.282982244,-0.926641967,11319.943492 +45,-1.540717158,0.7364893901,361,1.282982244,-0.926641967,11315.29053 +46,-1.538663972,0.7410138672,361,1.282982244,-0.926641967,11324.509046 +47,-1.53695285,0.7409699132,361,1.282982244,-0.926641967,11320.99037 +48,-1.534910498,0.7409641297,361,1.282982244,-0.926641967,11316.916924 +49,-1.533145034,0.7409536636,361,1.282982244,-0.926641967,11313.371499 +50,-1.538681336,0.7395405883,361,1.282982244,-0.926641967,11320.24348 +51,-1.536999189,0.7395183096,361,1.282982244,-0.926641967,11316.85311 +52,-1.534923633,0.7395144222,361,1.282982244,-0.926641967,11312.728891 +53,-1.533267822,0.7395654306,361,1.282982244,-0.926641967,11309.588187 +54,-1.53867273,0.7380151077,361,1.282982244,-0.926641967,11315.760083 +55,-1.536980576,0.7379994392,361,1.282982244,-0.926641967,11312.377235 +56,-1.534931522,0.7379944961,361,1.282982244,-0.926641967,11308.312235 +57,-1.533387952,0.7379480264,361,1.282982244,-0.926641967,11305.118363 +58,-1.538682279,0.7364914363,361,1.282982244,-0.926641967,11311.30354 +59,-1.536980704,0.7364810563,361,1.282982244,-0.926641967,11307.925757 +60,-1.534935567,0.7364752065,361,1.282982244,-0.926641967,11303.875617 +61,-1.533042592,0.7363876366,361,1.282982244,-0.926641967,11299.877076 +62,-1.545143426,0.7349628011,361,1.282982244,-0.926641967,11319.408442 +63,-1.543105297,0.7349691947,361,1.282982244,-0.926641967,11315.462093 +64,-1.541064533,0.7349647152,361,1.282982244,-0.926641967,11311.467138 +65,-1.545411803,0.7334624714,361,1.282982244,-0.926641967,11315.463197 +66,-1.543446606,0.7334780896,361,1.282982244,-0.926641967,11311.697391 +67,-1.541475327,0.7334957295,361,1.282982244,-0.926641967,11307.915052 +68,-1.545401939,0.731963266,361,1.282982244,-0.926641967,11310.967753 +69,-1.54342253,0.7319915583,361,1.282982244,-0.926641967,11307.221791 +70,-1.541455867,0.7320216438,361,1.282982244,-0.926641967,11303.494873 +71,-1.545410146,0.7304422281,361,1.282982244,-0.926641967,11306.428742 +72,-1.543435491,0.7304713664,361,1.282982244,-0.926641967,11302.70446 +73,-1.541463105,0.7304997613,361,1.282982244,-0.926641967,11298.971279 +74,-1.545414768,0.7289194936,361,1.282982244,-0.926641967,11301.864411 +75,-1.543435774,0.7289538557,361,1.282982244,-0.926641967,11298.157344 +76,-1.541457714,0.7289765881,361,1.282982244,-0.926641967,11294.406007 +77,-1.539449415,0.7320555866,361,1.282982244,-0.926641967,11299.691048 +78,-1.537429183,0.7321097681,361,1.282982244,-0.926641967,11295.909088 +79,-1.535472649,0.7321497267,361,1.282982244,-0.926641967,11292.198414 +80,-1.539457899,0.7305333307,361,1.282982244,-0.926641967,11295.178788 +81,-1.537453161,0.7305750503,361,1.282982244,-0.926641967,11291.400209 +82,-1.535479385,0.7306124949,361,1.282982244,-0.926641967,11287.658267 +83,-1.53946905,0.7290102593,361,1.282982244,-0.926641967,11290.655825 +84,-1.537459922,0.7290417293,361,1.282982244,-0.926641967,11286.848176 +85,-1.535451349,0.7290890157,361,1.282982244,-0.926641967,11283.077487 +86,-1.535522937,0.7279887191,361,1.282982244,-0.926641967,11279.939798 +87,-1.539442524,0.7274735939,361,1.282982244,-0.926641967,11286.005921 +88,-1.537424111,0.727521351,361,1.282982244,-0.926641967,11282.238775 +89,-1.539384641,0.7259505092,361,1.282982244,-0.926641967,11281.323285 +90,-1.537372391,0.7259947145,361,1.282982244,-0.926641967,11277.567112 +91,-1.535340789,0.7260435356,361,1.282982244,-0.926641967,11273.775699 +92,-1.539325716,0.7244369706,361,1.282982244,-0.926641967,11276.655048 +93,-1.537308932,0.7244801057,361,1.282982244,-0.926641967,11272.896439 +94,-1.535289068,0.7245247645,361,1.282982244,-0.926641967,11269.124862 +95,-1.533261366,0.7245550236,361,1.282982244,-0.926641967,11265.283443 +96,-1.539267302,0.722921924,361,1.282982244,-0.926641967,11271.971191 +97,-1.537248972,0.7229660258,361,1.282982244,-0.926641967,11268.222044 +98,-1.535219431,0.7229916471,361,1.282982244,-0.926641967,11264.383981 +99,-1.53318962,0.7230212049,361,1.282982244,-0.926641967,11260.545795 +100,-1.531154816,0.7230299897,361,1.282982244,-0.926641967,11256.624324 +101,-1.528878341,0.7230370244,361,1.282982244,-0.926641967,11252.215695 +102,-1.539218189,0.7214009878,361,1.282982244,-0.926641967,11267.275382 +103,-1.537198791,0.7214422745,361,1.282982244,-0.926641967,11263.525266 +104,-1.535179266,0.7214634354,361,1.282982244,-0.926641967,11259.702512 +105,-1.533156501,0.7214944644,361,1.282982244,-0.926641967,11255.891899 +106,-1.53113574,0.7215166021,361,1.282982244,-0.926641967,11252.047116 +107,-1.528874248,0.7215345535,361,1.282982244,-0.926641967,11247.710708 +108,-1.539217656,0.7198512397,361,1.282982244,-0.926641967,11262.572939 +109,-1.537199919,0.7199428763,361,1.282982244,-0.926641967,11258.988635 +110,-1.545425832,0.727397149,361,1.282982244,-0.926641967,11297.300453 +111,-1.543371177,0.7273916949,361,1.282982244,-0.926641967,11293.337999 +112,-1.541368852,0.7274523163,361,1.282982244,-0.926641967,11289.663291 +113,-1.545349067,0.7258710923,361,1.282982244,-0.926641967,11292.544198 +114,-1.54332671,0.7258603556,361,1.282982244,-0.926641967,11288.637262 +115,-1.541346831,0.7259242142,361,1.282982244,-0.926641967,11285.025458 +116,-1.545324355,0.7243383958,361,1.282982244,-0.926641967,11287.855012 +117,-1.543292796,0.7243617413,361,1.282982244,-0.926641967,11284.043207 +118,-1.541295822,0.7244024384,361,1.282982244,-0.926641967,11280.338335 +119,-1.543193859,0.7205570215,361,1.282982244,-0.926641967,11272.301857 +120,-1.550257047,0.7386738187,361,1.282982244,-0.926641967,11340.35625 +121,-1.549335448,0.7311736483,361,1.282982244,-0.926641967,11316.174356 +122,-1.533478843,0.7179891343,361,1.282982244,-0.926641967,11245.926065 +123,-1.556150555,0.738907041,361,1.282982244,-0.926641967,11352.442568 +124,-1.554324226,0.733414257,361,1.282982244,-0.926641967,11332.472321 +125,-1.554290846,0.7288285332,361,1.282982244,-0.926641967,11318.541367 +126,-1.55122487,0.7219795312,361,1.282982244,-0.926641967,11291.851163 +127,-1.525104458,0.7229399862,361,1.282982244,-0.926641967,11244.553622 +128,-1.519607711,0.7236181429,361,1.282982244,-0.926641967,11235.758632 +129,-1.513899999,0.7251107854,361,1.282982244,-0.926641967,11228.83554 +130,-1.536620762,0.7431061895,361,1.282982244,-0.926641967,11326.52879 +131,-1.5369566,0.7460845958,361,1.282982244,-0.926641967,11335.792309 +132,-1.545345528,0.7447040685,361,1.282982244,-0.926641967,11348.467014 +133,-1.532813921,0.7432306626,361,1.282982244,-0.926641967,11319.28871 +134,-1.554788248,0.7382381001,361,1.282982244,-0.926641967,11347.82261 +135,-1.540348126,0.7301594274,361,1.282982244,-0.926641967,11295.792849 +136,-1.538016084,0.7239051786,361,1.282982244,-0.926641967,11272.53028 +137,-1.525288962,0.7258085137,361,1.282982244,-0.926641967,11253.436617 +138,-1.534326986,0.731241342,361,1.282982244,-0.926641967,11287.26586 +139,-1.530733872,0.7303625216,361,1.282982244,-0.926641967,11277.614226 +141,-1.534354939,0.7328219978,361,1.282982244,-0.926641967,11291.991059 +142,-1.53157084,0.7292888153,361,1.282982244,-0.926641967,11276.082079 +143,-1.525691035,0.7263799874,361,1.282982244,-0.926641967,11255.919948 +144,-1.534031287,0.7495967835,361,1.282982244,-0.926641967,11339.959042 +145,-1.527714986,0.7283095957,361,1.282982244,-0.926641967,11265.610331 +146,-1.526189586,0.7271468292,361,1.282982244,-0.926641967,11259.170232 +147,-1.555177336,0.7375563366,361,1.282982244,-0.926641967,11346.535418 +148,-1.555080283,0.7312707794,361,1.282982244,-0.926641967,11327.444513 +149,-1.53856994,0.7224180299,361,1.282982244,-0.926641967,11269.109032 +150,-1.530837883,0.729933372,361,1.282982244,-0.926641967,11276.550676 +151,-1.515066984,0.5854133365,361,1.282982244,-0.926641967,10780.307113 +152,-1.534731633,0.5368370046,361,1.282982244,-0.926641967,10640.619481 +153,-1.515231902,0.5607085576,361,1.282982244,-0.926641967,10694.969366 +154,-2.616253799,1.0684566605,361,1.282982244,-0.926641967,10758.799437 +155,-1.956071439,0.5792177723,361,1.282982244,-0.926641967,11040.218151 +156,-1.951208514,0.5602434208,361,1.282982244,-0.926641967,10968.635298 +157,-1.944675062,0.6062144545,361,1.282982244,-0.926641967,11151.861007 +158,-1.613778386,0.6077989518,361,1.282982244,-0.926641967,11006.69198 +159,-2.035029014,0.6021432345,361,1.282982244,-0.926641967,11066.261713 +160,-2.114989471,0.6801825058,361,1.282982244,-0.926641967,11244.680484 +161,-2.037382079,0.5765830025,361,1.282982244,-0.926641967,10967.383345 +162,-2.129855121,0.6585019963,361,1.282982244,-0.926641967,11147.242709 +163,-2.075141798,0.6493615843,361,1.282982244,-0.926641967,11194.065549 +164,-1.828626729,0.6948433129,361,1.282982244,-0.926641967,11522.125849 +165,-1.863329418,0.6735427691,361,1.282982244,-0.926641967,11441.23991 +166,-1.266037071,0.727988852,361,1.282982244,-0.926641967,10693.11612 +167,-1.277579582,0.7249010648,361,1.282982244,-0.926641967,10712.186973 +168,-1.258418684,0.7241194816,361,1.282982244,-0.926641967,10665.91405 +169,-1.317813974,0.6804850104,361,1.282982244,-0.926641967,10687.076756 +170,-1.344165204,0.6790988904,361,1.282982244,-0.926641967,10741.267751 +171,-1.427582102,0.5277120351,361,1.282982244,-0.926641967,10434.139449 +172,-1.402238616,0.457167829,361,1.282982244,-0.926641967,10147.88598 +173,-1.422454264,0.4996161999,361,1.282982244,-0.926641967,10329.265214 +174,-1.439089277,0.4894859811,361,1.282982244,-0.926641967,10322.623077 +175,-1.448126995,0.5182330266,361,1.282982244,-0.926641967,10437.355622 +176,-1.474626146,0.5881926574,361,1.282982244,-0.926641967,10720.995384 +177,-1.421139645,0.5584869783,361,1.282982244,-0.926641967,10525.801427 +178,-1.457037165,0.565943032,361,1.282982244,-0.926641967,10615.315265 +179,-2.757159358,0.3745319,361,1.282982244,-0.926641967,8975.7961143 +180,-2.714309238,0.342054471,361,1.282982244,-0.926641967,8968.4673056 +181,-2.000525337,0.774119946,361,1.282982244,-0.926641967,11735.98928 +183,-1.571413436,0.6777838382,361,1.282982244,-0.926641967,11186.430174 +184,-1.552860289,0.6987663893,361,1.282982244,-0.926641967,11222.328946 +185,-1.521852374,0.7165827476,361,1.282982244,-0.926641967,11219.190202 +186,-1.503656267,0.6928968252,361,1.282982244,-0.926641967,11112.017679 +187,-1.502753178,0.7136205882,361,1.282982244,-0.926641967,11172.778616 +188,-1.631894563,0.7343596465,361,1.282982244,-0.926641967,11473.839089 +189,-1.653765416,0.6770714026,361,1.282982244,-0.926641967,11308.936763 +190,-1.719812114,0.6715965947,361,1.282982244,-0.926641967,11364.914143 +191,-1.493406659,0.6646955447,361,1.282982244,-0.926641967,11004.662983 +192,-1.469120564,0.6613469966,361,1.282982244,-0.926641967,10947.835649 +193,-1.590551461,0.5326612937,361,1.282982244,-0.926641967,10702.509442 +194,-1.625979264,0.5247742243,361,1.282982244,-0.926641967,10715.768809 +195,-1.572293943,0.5238808754,361,1.282982244,-0.926641967,10646.585054 +196,-1.610848725,0.5477107964,361,1.282982244,-0.926641967,10783.304486 +197,-1.208485554,0.7918526018,361,1.282982244,-0.926641967,10702.098242 +198,-1.335601374,0.6869083083,361,1.282982244,-0.926641967,10744.079501 +199,-1.346156996,0.6825213377,361,1.282982244,-0.926641967,10755.162697 +200,-1.324381037,0.6741422347,361,1.282982244,-0.926641967,10684.048954 +201,-1.242424992,0.7378949807,361,1.282982244,-0.926641967,10662.108419 +202,-1.270370057,0.7392461008,361,1.282982244,-0.926641967,10730.546423 +203,-1.448950472,0.7441675014,361,1.282982244,-0.926641967,11146.547703 +204,-1.492662363,0.7523026852,361,1.282982244,-0.926641967,11261.901514 +205,-1.479098966,0.7763855017,361,1.282982244,-0.926641967,11295.203921 +206,-1.633760714,0.7869022408,361,1.282982244,-0.926641967,11641.992165 +207,-1.647406434,0.8101289331,361,1.282982244,-0.926641967,11734.792327 +208,-1.564245052,0.5701509278,361,1.282982244,-0.926641967,10802.650231 +209,-1.646289963,0.6833746083,361,1.282982244,-0.926641967,11321.144797 +210,-1.5820631,0.6751952144,361,1.282982244,-0.926641967,11195.444321 +211,-1.613236298,0.6681681791,361,1.282982244,-0.926641967,11220.204846 +212,-1.914661867,0.8212566515,361,1.282982244,-0.926641967,12002.882961 +213,-1.742133237,0.7250275956,361,1.282982244,-0.926641967,11587.098465 +214,-2.033144872,0.6557314699,361,1.282982244,-0.926641967,11268.482617 +215,-2.039551981,0.6964723658,361,1.282982244,-0.926641967,11409.640325 +216,-1.247341019,0.7622473908,361,1.282982244,-0.926641967,10730.195919 +217,-1.298239787,0.7084123392,361,1.282982244,-0.926641967,10717.672258 +218,-1.308539688,0.6926545592,361,1.282982244,-0.926641967,10699.404166 +219,-1.303263185,0.6888938396,361,1.282982244,-0.926641967,10677.463521 +220,-1.852400229,0.6004246149,361,1.282982244,-0.926641967,11151.583477 +221,-1.288947707,0.7473773692,361,1.282982244,-0.926641967,10793.183898 +222,-1.372031502,0.7472790993,361,1.282982244,-0.926641967,10983.807882 +223,-1.289805721,0.7242157877,361,1.282982244,-0.926641967,10738.647054 +224,-1.350807603,0.7533498126,361,1.282982244,-0.926641967,10950.308855 +225,-1.329290365,0.7560442322,361,1.282982244,-0.926641967,10907.237432 +226,-1.410153004,0.616936428,361,1.282982244,-0.926641967,10693.925799 +227,-1.393445434,0.6308995063,361,1.282982244,-0.926641967,10703.897293 +228,-1.37595573,0.6241540638,361,1.282982244,-0.926641967,10647.652419 +229,-1.358388707,0.6172645205,361,1.282982244,-0.926641967,10590.544301 +230,-1.753741133,0.8281661666,361,1.282982244,-0.926641967,11972.368363 +231,-1.47430987,0.6834615681,361,1.282982244,-0.926641967,11025.971143 +232,-1.421012508,0.7222725206,361,1.282982244,-0.926641967,11027.314036 +233,-1.4476833,0.6978557868,361,1.282982244,-0.926641967,11014.966499 +234,-1.470370723,0.6966193374,361,1.282982244,-0.926641967,11057.596419 +235,-1.429211703,0.7037216883,361,1.282982244,-0.926641967,10993.273027 +236,-1.700578405,0.6178673663,361,1.282982244,-0.926641967,11143.638674 +237,-1.678117619,0.6331716163,361,1.282982244,-0.926641967,11178.169089 +238,-1.725644578,0.6316331145,361,1.282982244,-0.926641967,11218.381032 +239,-2.14012759,0.7930497945,361,1.282982244,-0.926641967,11547.461803 +240,-2.103289431,0.7653606263,361,1.282982244,-0.926641967,11540.800154 +241,-1.318739838,0.7017808746,361,1.282982244,-0.926641967,10746.642028 +242,-1.396417427,0.7077900843,361,1.282982244,-0.926641967,10934.494718 +243,-1.35650337,0.7185539404,361,1.282982244,-0.926641967,10875.500698 +244,-1.248884539,0.7274156818,361,1.282982244,-0.926641967,10651.865082 +245,-1.395014798,0.5761185243,361,1.282982244,-0.926641967,10534.390099 +246,-1.433377362,0.6064716109,361,1.282982244,-0.926641967,10705.540631 +247,-1.408172432,0.5903155476,361,1.282982244,-0.926641967,10605.435762 +248,-1.749645898,0.7757118084,361,1.282982244,-0.926641967,11782.387609 +249,-1.571626686,0.615046989,361,1.282982244,-0.926641967,10972.364374 +250,-1.514070049,0.6303003037,361,1.282982244,-0.926641967,10930.527902 +251,-1.480890369,0.6237966528,361,1.282982244,-0.926641967,10850.028026 +252,-1.704390658,0.5281680612,361,1.282982244,-0.926641967,10803.789483 +253,-1.64434733,0.5254277498,361,1.282982244,-0.926641967,10738.169629 +254,-1.703855997,0.4792484842,361,1.282982244,-0.926641967,10614.283187 +255,-1.692002383,0.5748825051,361,1.282982244,-0.926641967,10972.394489 +256,-1.854136457,0.5544643913,361,1.282982244,-0.926641967,10969.597467 +257,-1.665021206,0.520317736,361,1.282982244,-0.926641967,10739.487051 +258,-1.733654349,0.4845187345,361,1.282982244,-0.926641967,10654.625166 +259,-1.720938188,0.5135933906,361,1.282982244,-0.926641967,10759.594178 +260,-1.742668307,0.553296122,361,1.282982244,-0.926641967,10928.209733 +261,-1.965659039,0.7142126903,361,1.282982244,-0.926641967,11554.935961 +262,-1.944438071,0.6772834804,361,1.282982244,-0.926641967,11428.859776 +263,-1.270340967,0.7681487096,361,1.282982244,-0.926641967,10797.573012 +264,-1.353091884,0.6549276821,361,1.282982244,-0.926641967,10691.643565 +265,-1.333236659,0.6413584414,361,1.282982244,-0.926641967,10609.643728 +266,-1.352015998,0.6753788907,361,1.282982244,-0.926641967,10747.919963 +267,-1.377988483,0.6577816235,361,1.282982244,-0.926641967,10752.718902 +268,-2.13075611,0.8318642051,361,1.282982244,-0.926641967,11662.894149 +269,-2.097910953,0.8259670014,361,1.282982244,-0.926641967,11719.74203 +270,-1.416382069,0.6694271549,361,1.282982244,-0.926641967,10866.984887 +271,-1.538905672,0.7535625993,361,1.282982244,-0.926641967,11361.054498 +272,-1.572309477,0.7803125099,361,1.282982244,-0.926641967,11503.302676 +273,-1.87759879,0.7503853417,361,1.282982244,-0.926641967,11743.909548 +274,1.152365588,0.590457682,361,1.282982244,-0.926641967,6026.0855404 +275,0.350198001,0.718001859,361,1.282982244,-0.926641967,7250.1306737 +276,0.046513677,0.491503852,361,1.282982244,-0.926641967,7034.2683139 +277,0.027510309,0.742571376,361,1.282982244,-0.926641967,7866.9763564 +278,0.306285725,-0.214631579,361,1.282982244,-0.926641967,4153.6928812 +279,-1.100564889,0.318051531,361,1.282982244,-0.926641967,9099.6427204 +280,-1.078582306,0.301437596,361,1.282982244,-0.926641967,8998.9724925 +281,-1.137371989,-0.617634065,361,1.282982244,-0.926641967,5843.4973276 +282,0.784356344,0.703272339,361,1.282982244,-0.926641967,6677.8665024 +283,-1.221209947,0.218327455,361,1.282982244,-0.926641967,8995.2750044 +284,2.347301921,-0.449114658,361,1.282982244,-0.926641967,3625.3258005 +285,0.246820618,0.830553713,361,1.282982244,-0.926641967,7782.9636119 +286,0.829414965,0.703288228,361,1.282982244,-0.926641967,6640.2342694 +287,-1.337537566,0.42332223,361,1.282982244,-0.926641967,9916.960912 +288,0.882453706,0.454478077,361,1.282982244,-0.926641967,5642.1953661 +289,1.575629659,0.416419109,361,1.282982244,-0.926641967,5414.5532942 +290,-1.039455679,0.229888244,361,1.282982244,-0.926641967,8679.8991587 +291,0.489558039,0.934482747,361,1.282982244,-0.926641967,7820.9623554 +292,0.081344504,0.88384514,361,1.282982244,-0.926641967,8208.7395256 +293,-1.547979814,0.300350308,361,1.282982244,-0.926641967,9783.1688407 +294,0.040776181,0.168560074,361,1.282982244,-0.926641967,5996.4103127 +295,-1.130374745,0.563894876,361,1.282982244,-0.926641967,9936.0609081 +296,1.578326642,0.478507176,361,1.282982244,-0.926641967,5658.3163715 +297,-1.12861823,-0.291640865,361,1.282982244,-0.926641967,7014.2247956 +298,0.310524208,0.770885792,361,1.282982244,-0.926641967,7489.2260285 +299,0.415649091,-0.387246002,361,1.282982244,-0.926641967,3358.0260256 +300,-0.926533878,-0.188022748,361,1.282982244,-0.926641967,7028.5706035 +301,1.258856172,-0.11716081,361,1.282982244,-0.926641967,3207.3044241 +302,-1.126050026,0.322941926,361,1.282982244,-0.926641967,9168.4389383 +303,2.002785835,0.07893892,361,1.282982244,-0.926641967,4647.5182105 +304,0.440437607,0.746258085,361,1.282982244,-0.926641967,7220.2813681 +305,-0.030391866,0.214441206,361,1.282982244,-0.926641967,6304.2134751 +306,0.521557815,-0.058929362,361,1.282982244,-0.926641967,4234.1827535 +307,-0.097005111,0.13317729,361,1.282982244,-0.926641967,6195.3559235 +308,1.83113859,0.221857587,361,1.282982244,-0.926641967,4914.8551335 +309,0.222428864,0.099404236,361,1.282982244,-0.926641967,5373.7960785 +310,-1.702731345,0.8728568183,361,1.282982244,-0.926641967,12005.215506 +311,-0.418507569,0.278324921,361,1.282982244,-0.926641967,7407.8106048 +312,-1.41153306,0.339029988,361,1.282982244,-0.926641967,9744.2717773 +313,0.357560442,0.114788776,361,1.282982244,-0.926641967,5150.3180888 +314,0.325818979,0.268352149,361,1.282982244,-0.926641967,5739.7951589 +315,-1.246004659,-0.663679965,361,1.282982244,-0.926641967,5803.0711535 +316,1.814603087,0.637404484,361,1.282982244,-0.926641967,6459.1566942 +317,1.843704281,-0.18300445,361,1.282982244,-0.926641967,3442.1154445 +318,1.690644492,-0.211480909,361,1.282982244,-0.926641967,3112.2808581 +319,-1.275451936,0.068109467,361,1.282982244,-0.926641967,8550.1885942 +320,0.762430171,-0.207594741,361,1.282982244,-0.926641967,3289.1148638 +321,0.265668905,-0.014647884,361,1.282982244,-0.926641967,4900.9610754 +322,-2.773032013,-0.335515811,361,1.282982244,-0.926641967,6550.1049214 +323,-1.469512853,0.174058777,361,1.282982244,-0.926641967,9214.8035673 +324,0.286276986,0.785925691,361,1.282982244,-0.926641967,7575.9539448 +325,-1.379324697,0.377432233,361,1.282982244,-0.926641967,9829.8698527 +326,-1.203778265,0.212813032,361,1.282982244,-0.926641967,8944.2800847 +327,0.579916301,0.611743168,361,1.282982244,-0.926641967,6555.7354143 +328,0.267582642,0.868113908,361,1.282982244,-0.926641967,7875.9754335 +329,0.412869244,-0.050245578,361,1.282982244,-0.926641967,4475.0874314 +330,0.17524381,0.976660285,361,1.282982244,-0.926641967,8352.9412646 +331,0.743157214,0.204812899,361,1.282982244,-0.926641967,4840.4835526 +332,-1.070758176,0.269382282,361,1.282982244,-0.926641967,8876.4617088 +333,-1.230364251,0.329790229,361,1.282982244,-0.926641967,9397.9413859 +334,-1.374813124,-0.024926835,361,1.282982244,-0.926641967,8348.7424362 +335,0.519780566,0.463669906,361,1.282982244,-0.926641967,6100.9997833 +336,-1.55108034,0.239698561,361,1.282982244,-0.926641967,9556.1523902 +337,0.180294813,0.029739425,361,1.282982244,-0.926641967,5233.0835494 +338,0.67820924,0.268170153,361,1.282982244,-0.926641967,5161.6991334 +339,0.445798684,1.024001867,361,1.282982244,-0.926641967,8177.7841356 +340,0.691751283,0.150521402,361,1.282982244,-0.926641967,4707.6772882 +341,-1.036643551,-0.903056181,361,1.282982244,-0.926641967,4700.5213401 +342,-0.120287036,1.083325163,361,1.282982244,-0.926641967,9074.8086166 +343,2.823513113,-0.304487164,361,1.282982244,-0.926641967,5192.1402201 +344,0.457583172,1.12513373,361,1.282982244,-0.926641967,8509.4055812 +345,0.042918831,0.813795399,361,1.282982244,-0.926641967,8058.863896 +346,1.196146777,-0.853142756,361,1.282982244,-0.926641967,362.63165371 +347,0.206001358,-0.010430701,361,1.282982244,-0.926641967,5044.2107279 +348,-0.268308653,0.234799412,361,1.282982244,-0.926641967,6917.2217477 +349,0.759363263,0.736189579,361,1.282982244,-0.926641967,6824.453296 +350,0.181363926,0.891988372,361,1.282982244,-0.926641967,8079.0757606 +351,-0.021111158,0.139103292,361,1.282982244,-0.926641967,6040.166926 +352,-0.093355215,0.630686981,361,1.282982244,-0.926641967,7756.5344015 +353,0.40118964,0.681375926,361,1.282982244,-0.926641967,7048.2333194 +354,-0.721197315,1.304706234,361,1.282982244,-0.926641967,10156.020864 +355,-1.076150317,0.212107639,361,1.282982244,-0.926641967,8695.4584736 +356,-1.577164531,0.273993443,361,1.282982244,-0.926641967,9713.7832615 +357,-0.190788414,0.182208586,361,1.282982244,-0.926641967,6569.666858 +358,-0.261349752,0.209710184,361,1.282982244,-0.926641967,6821.9996203 +359,-1.029303852,0.083549259,361,1.282982244,-0.926641967,8164.0423936 +360,-1.268609162,0.330525297,361,1.282982244,-0.926641967,9471.9607796 +361,1.282982244,-0.926641967,361,1.282982244,-0.926641967,0 +362,0.217352334,0.731352408,361,1.282982244,-0.926641967,7502.6762002 +363,-1.511833084,0.258629297,361,1.282982244,-0.926641967,9584.0682176 +364,0.338812194,0.823184618,361,1.282982244,-0.926641967,7625.3212374 +365,-0.324406489,1.134201999,361,1.282982244,-0.926641967,9485.9248014 +366,1.389579348,0.399185724,361,1.282982244,-0.926641967,5264.4211778 +367,2.047152199,-0.039082036,361,1.282982244,-0.926641967,4308.6513169 +368,0.947780369,0.568250077,361,1.282982244,-0.926641967,6033.0664024 +369,0.763824846,0.576754987,361,1.282982244,-0.926641967,6217.8769699 +370,-0.142334657,0.928153068,361,1.282982244,-0.926641967,8711.3728314 +371,0.610266567,0.547265983,361,1.282982244,-0.926641967,6281.2987959 +372,0.210731629,0.746815056,361,1.282982244,-0.926641967,7564.3446384 +373,-1.34931644,0.316895224,361,1.282982244,-0.926641967,9565.413429 +374,2.407696481,0.655030745,361,1.282982244,-0.926641967,7352.8228002 +375,0.64207831,0.545359131,361,1.282982244,-0.926641967,6234.793586 +376,1.174597538,0.840588356,361,1.282982244,-0.926641967,7009.4942915 +377,0.660059424,0.010604079,361,1.282982244,-0.926641967,4242.3338209 +378,-0.730263819,0.010486456,361,1.282982244,-0.926641967,7286.281534 +379,0.831068936,0.512339172,361,1.282982244,-0.926641967,5909.1166804 +380,1.301180979,0.72367476,361,1.282982244,-0.926641967,6537.2006643 +381,1.811128231,0.322854402,361,1.282982244,-0.926641967,5269.2460852 +382,0.435105812,0.992284428,361,1.282982244,-0.926641967,8080.8246701 +383,0.62643634,0.592027932,361,1.282982244,-0.926641967,6425.9872622 +384,0.492988703,-0.516339467,361,1.282982244,-0.926641967,2788.0455812 +385,-0.162469483,0.112549365,361,1.282982244,-0.926641967,6282.1542888 +386,0.314630866,0.472006421,361,1.282982244,-0.926641967,6461.6239435 +387,0.166744804,0.822815954,361,1.282982244,-0.926641967,7881.4947524 +388,0.417159608,0.965805736,361,1.282982244,-0.926641967,8010.4864051 +389,0.106334961,0.868774244,361,1.282982244,-0.926641967,8122.4437106 +390,0.815086969,-0.338144359,361,1.282982244,-0.926641967,2735.3282842 +391,0.59867455,-0.230624824,361,1.282982244,-0.926641967,3492.7311487 +392,1.915104874,0.066220985,361,1.282982244,-0.926641967,4459.0392119 +393,1.278093622,0.064463721,361,1.282982244,-0.926641967,3925.8035331 +394,-0.061477853,0.302997961,361,1.282982244,-0.926641967,6658.3814966 +395,0.251311504,0.626976942,361,1.282982244,-0.926641967,7098.3665762 +396,2.950242872,0.149095644,361,1.282982244,-0.926641967,6922.6072403 +397,-0.180294708,0.35375117,361,1.282982244,-0.926641967,7086.513451 +398,1.010448592,-0.351180233,361,1.282982244,-0.926641967,2426.6879713 +399,-1.748740498,0.3686318073,361,1.282982244,-0.926641967,10208.43066 +400,2.699635665,0.123533791,361,1.282982244,-0.926641967,6249.7703763 +401,0.496808033,0.823843254,361,1.282982244,-0.926641967,7422.3671634 +402,0.129574704,0.763364087,361,1.282982244,-0.926641967,7752.7578328 +403,1.798920311,0.817447563,361,1.282982244,-0.926641967,7124.5127558 +404,0.335987953,0.746786541,361,1.282982244,-0.926641967,7369.7026766 +405,-1.085413643,0.292154671,361,1.282982244,-0.926641967,8982.4874931 +406,-0.155321003,0.508207011,361,1.282982244,-0.926641967,7511.269919 +407,0.620529244,-0.301175104,361,1.282982244,-0.926641967,3209.012824 +408,1.684402744,0.368716966,361,1.282982244,-0.926641967,5313.0853842 +409,0.300582244,-0.386397212,361,1.282982244,-0.926641967,3622.9280237 +410,2.913555946,-0.009225192,361,1.282982244,-0.926641967,6334.821396 +411,1.465101417,0.493232532,361,1.282982244,-0.926641967,5659.1475699 +412,0.090612882,0.907955955,361,1.282982244,-0.926641967,8267.4190405 +413,2.987564726,-0.729568594,361,1.282982244,-0.926641967,4269.1816223 +414,-1.484261606,0.224149272,361,1.282982244,-0.926641967,9421.1456717 +415,0.164073421,0.303955133,361,1.282982244,-0.926641967,6178.8015688 +416,0.141441293,0.167552546,361,1.282982244,-0.926641967,5773.0410469 +417,2.931321023,-0.506718887,361,1.282982244,-0.926641967,4816.6378062 +418,2.21951565,0.700596356,361,1.282982244,-0.926641967,7196.0029665 +419,0.268112576,1.199114336,361,1.282982244,-0.926641967,8921.1028247 +420,0.978913739,0.359223811,361,1.282982244,-0.926641967,5199.3564549 +421,1.210898818,0.522863584,361,1.282982244,-0.926641967,5746.8824739 +422,2.347397336,0.129231362,361,1.282982244,-0.926641967,5481.720946 +423,0.614394501,0.556878345,361,1.282982244,-0.926641967,6311.4243315 +424,-1.398079356,0.148483366,361,1.282982244,-0.926641967,9026.3933931 +425,2.535303836,-0.112984496,361,1.282982244,-0.926641967,5110.242241 +426,-1.019372593,-0.405322349,361,1.282982244,-0.926641967,6433.4047321 +427,-1.297785627,-0.160104069,361,1.282982244,-0.926641967,7742.6162884 +428,2.144554488,0.205051084,361,1.282982244,-0.926641967,5342.9906705 +429,-2.242387083,-0.426171285,361,1.282982244,-0.926641967,6924.6598508 +430,0.338637212,0.909723676,361,1.282982244,-0.926641967,7917.0023103 +431,-0.148798452,0.691042401,361,1.282982244,-0.926641967,8050.847214 +432,0.893524764,0.441829531,361,1.282982244,-0.926641967,5584.2420125 +433,0.969229347,-0.368847936,361,1.282982244,-0.926641967,2406.2892966 +434,0.436043248,0.800045688,361,1.282982244,-0.926641967,7414.5036205 +435,1.687946607,1.081504775,361,1.282982244,-0.926641967,8054.6966052 +436,0.522302046,-0.034889271,361,1.282982244,-0.926641967,4316.8609995 +437,-0.178996113,-0.438090009,361,1.282982244,-0.926641967,4599.4147637 +438,-1.094339566,0.301444068,361,1.282982244,-0.926641967,9031.7870606 +439,-1.064070054,0.242569932,361,1.282982244,-0.926641967,8773.212223 +440,-1.068153768,0.230387998,361,1.282982244,-0.926641967,8740.7739385 +441,-3.00496892,-0.23989155,361,1.282982244,-0.926641967,6420.9844007 +442,0.21751974,0.766874888,361,1.282982244,-0.926641967,7619.2582157 +443,0.117229532,0.007619006,361,1.282982244,-0.926641967,5300.4577232 +444,0.777758451,0.420554741,361,1.282982244,-0.926641967,5612.487353 +445,-0.252356999,0.250747086,361,1.282982244,-0.926641967,6929.8833807 +446,0.363148444,0.768483434,361,1.282982244,-0.926641967,7404.5072499 +447,0.903191366,-0.118210676,361,1.282982244,-0.926641967,3428.864478 +448,-0.205755923,0.149406178,361,1.282982244,-0.926641967,6500.8040744 +449,1.811996086,0.02364353,361,1.282982244,-0.926641967,4150.7596247 +450,-1.100670221,0.314845373,361,1.282982244,-0.926641967,9089.2690734 +451,0.340078597,0.850105132,361,1.282982244,-0.926641967,7714.6126232 +452,0.258757267,0.804969236,361,1.282982244,-0.926641967,7680.7110314 +453,2.78505352,-0.155160804,361,1.282982244,-0.926641967,5568.1131102 +454,0.800551619,0.105822106,361,1.282982244,-0.926641967,4397.2007622 +455,0.437940882,-0.506194031,361,1.282982244,-0.926641967,2943.9929741 +456,2.230431122,0.63458615,361,1.282982244,-0.926641967,6986.1063306 +457,0.527965361,0.127667701,361,1.282982244,-0.926641967,4881.5555959 +458,-0.063643205,0.702093448,361,1.282982244,-0.926641967,7914.7350312 +459,1.408447268,0.133010502,361,1.282982244,-0.926641967,4218.4996455 +460,0.523795955,0.280266966,361,1.282982244,-0.926641967,5434.6982926 +461,-0.975769313,0.072177659,361,1.282982244,-0.926641967,8017.6365016 +462,0.549774164,-0.463663986,361,1.282982244,-0.926641967,2822.3721538 +463,0.29245874,1.095549818,361,1.282982244,-0.926641967,8577.9602742 +464,0.143625958,0.816809593,361,1.282982244,-0.926641967,7899.5136915 +465,0.671902494,0.611159853,361,1.282982244,-0.926641967,6443.9207343 +466,1.239840988,0.6724199,361,1.282982244,-0.926641967,6335.6161877 +467,0.607829703,-0.10932137,361,1.282982244,-0.926641967,3899.9043445 +468,1.763020906,0.263996692,361,1.282982244,-0.926641967,4991.9889154 +469,0.378714634,0.726066797,361,1.282982244,-0.926641967,7236.0778957 +470,2.196736143,-0.153862366,361,1.282982244,-0.926641967,4216.231358 +471,0.01702415,0.148991565,361,1.282982244,-0.926641967,5985.9120024 +472,-2.998490902,-0.158002487,361,1.282982244,-0.926641967,6705.9760392 +473,-3.051262951,-0.346595608,361,1.282982244,-0.926641967,5971.8243519 +474,-1.069176439,0.182802941,361,1.282982244,-0.926641967,8582.1586239 +475,0.167157509,0.595344954,361,1.282982244,-0.926641967,7140.8793519 +476,0.613855648,0.681746124,361,1.282982244,-0.926641967,6770.8197955 +477,1.037012736,0.682555367,361,1.282982244,-0.926641967,6429.6426875 +478,-1.253574971,0.379755746,361,1.282982244,-0.926641967,9612.0116955 +479,3.108590453,-0.132620738,361,1.282982244,-0.926641967,6397.4797638 +480,0.565301296,0.022333262,361,1.282982244,-0.926641967,4441.8555288 +481,0.547898238,0.855555614,361,1.282982244,-0.926641967,7476.7595143 +482,0.948309381,0.417393755,361,1.282982244,-0.926641967,5447.115351 +483,-0.050600732,0.945269213,361,1.282982244,-0.926641967,8603.0096561 +484,-0.977651478,-0.572363064,361,1.282982244,-0.926641967,5778.0988132 +485,1.102014914,0.728861163,361,1.282982244,-0.926641967,6586.5361905 +486,2.927300795,-0.282939414,361,1.282982244,-0.926641967,5501.5091908 +487,-1.154565557,0.124434095,361,1.282982244,-0.926641967,8545.0019647 +488,1.855331234,0.291044755,361,1.282982244,-0.926641967,5204.122285 +489,0.830290659,0.276904518,361,1.282982244,-0.926641967,5011.44239 +490,0.485104466,-0.234867441,361,1.282982244,-0.926641967,3703.283614 +491,0.521367572,-0.33161327,361,1.282982244,-0.926641967,3306.9910218 +1,-1.539031704,0.7349710123,362,0.217352334,0.731352408,4822.6020464 +2,-1.536990553,0.7349663874,362,0.217352334,0.731352408,4817.9354323 +3,-1.534951779,0.7349571355,362,0.217352334,0.731352408,4813.2818733 +4,-1.532906461,0.7349480293,362,0.217352334,0.731352408,4808.6090654 +5,-1.531320211,0.7346937278,362,0.217352334,0.731352408,4805.5927619 +6,-1.539451648,0.7335131775,362,0.217352334,0.731352408,4827.1820743 +7,-1.537429487,0.7335445708,362,0.217352334,0.731352408,4822.46595 +8,-1.535484998,0.7335658704,362,0.217352334,0.731352408,4817.9496314 +9,-1.533488396,0.7336036027,362,0.217352334,0.731352408,4813.2695733 +10,-1.531497785,0.7335842962,362,0.217352334,0.731352408,4808.74078 +11,-1.530259379,0.7334777758,362,0.217352334,0.731352408,4806.1547035 +12,-1.5335454,0.7322346912,362,0.217352334,0.731352408,4816.7871025 +13,-1.531489083,0.7322238773,362,0.217352334,0.731352408,4812.082002 +14,-1.530011122,0.7321679851,362,0.217352334,0.731352408,4808.8166391 +15,-1.53348106,0.7306614094,362,0.217352334,0.731352408,4820.5331372 +16,-1.531441779,0.7306962275,362,0.217352334,0.731352408,4815.749395 +17,-1.529755654,0.7306933243,362,0.217352334,0.731352408,4811.8696675 +18,-1.533415048,0.7291384674,362,0.217352334,0.731352408,4824.1525153 +19,-1.531392093,0.7291705353,362,0.217352334,0.731352408,4819.4083202 +20,-1.529296523,0.7291214933,362,0.217352334,0.731352408,4814.6933507 +21,-1.535280942,0.727267644,362,0.217352334,0.731352408,4833.0929012 +22,-1.533378158,0.7276139666,362,0.217352334,0.731352408,4827.8447005 +23,-1.531340368,0.7276446587,362,0.217352334,0.731352408,4823.0648377 +24,-1.528960113,0.7276398177,362,0.217352334,0.731352408,4817.577705 +25,-1.533313146,0.7260818349,362,0.217352334,0.731352408,4831.4927394 +26,-1.531259555,0.7260958115,362,0.217352334,0.731352408,4826.7128278 +27,-1.528926415,0.7260865555,362,0.217352334,0.731352408,4821.3398449 +28,-1.531226779,0.7245511789,362,0.217352334,0.731352408,4830.4632786 +29,-1.528904772,0.7245519194,362,0.217352334,0.731352408,4825.0858126 +30,-1.547195875,0.7409785979,362,0.217352334,0.731352408,4826.3133155 +31,-1.5451475,0.740980426,362,0.217352334,0.731352408,4821.6486077 +32,-1.543097679,0.7409798872,362,0.217352334,0.731352408,4816.9826128 +33,-1.540720364,0.7409892687,362,0.217352334,0.731352408,4811.5414928 +34,-1.547188511,0.7395198392,362,0.217352334,0.731352408,4829.9266275 +35,-1.545148587,0.7395226109,362,0.217352334,0.731352408,4825.274168 +36,-1.543104538,0.7395314908,362,0.217352334,0.731352408,4820.5933111 +37,-1.540727751,0.7395306258,362,0.217352334,0.731352408,4815.1734512 +38,-1.547187029,0.7380014886,362,0.217352334,0.731352408,4833.7035883 +39,-1.545147315,0.7380012252,362,0.217352334,0.731352408,4829.0543492 +40,-1.54310719,0.7380060743,362,0.217352334,0.731352408,4824.3876244 +41,-1.540719671,0.7380068206,362,0.217352334,0.731352408,4818.9336337 +42,-1.547187189,0.7364799098,362,0.217352334,0.731352408,4837.494348 +43,-1.545149996,0.7364853874,362,0.217352334,0.731352408,4832.831777 +44,-1.543106091,0.7364823484,362,0.217352334,0.731352408,4828.1712358 +45,-1.540717158,0.7364893901,362,0.217352334,0.731352408,4822.6927566 +46,-1.538663972,0.7410138672,362,0.217352334,0.731352408,4806.7899651 +47,-1.53695285,0.7409699132,362,0.217352334,0.731352408,4802.9926255 +48,-1.534910498,0.7409641297,362,0.217352334,0.731352408,4798.3411623 +49,-1.533145034,0.7409536636,362,0.217352334,0.731352408,4794.3306868 +50,-1.538681336,0.7395405883,362,0.217352334,0.731352408,4810.4762678 +51,-1.536999189,0.7395183096,362,0.217352334,0.731352408,4806.6877209 +52,-1.534923633,0.7395144222,362,0.217352334,0.731352408,4801.9511013 +53,-1.533267822,0.7395654306,362,0.217352334,0.731352408,4798.0360214 +54,-1.53867273,0.7380151077,362,0.217352334,0.731352408,4814.234534 +55,-1.536980576,0.7379994392,362,0.217352334,0.731352408,4810.4027698 +56,-1.534931522,0.7379944961,362,0.217352334,0.731352408,4805.7245317 +57,-1.533387952,0.7379480264,362,0.217352334,0.731352408,4802.303361 +58,-1.538682279,0.7364914363,362,0.217352334,0.731352408,4818.0319138 +59,-1.536980704,0.7364810563,362,0.217352334,0.731352408,4814.1615236 +60,-1.534935567,0.7364752065,362,0.217352334,0.731352408,4809.4897024 +61,-1.533042592,0.7363876366,362,0.217352334,0.731352408,4805.3649483 +62,-1.545143426,0.7349628011,362,0.217352334,0.731352408,4836.6068953 +63,-1.543105297,0.7349691947,362,0.217352334,0.731352408,4831.9312977 +64,-1.541064533,0.7349647152,362,0.217352334,0.731352408,4827.2728785 +65,-1.545411803,0.7334624714,362,0.217352334,0.731352408,4840.9575064 +66,-1.543446606,0.7334780896,362,0.217352334,0.731352408,4836.421693 +67,-1.541475327,0.7334957295,362,0.217352334,0.731352408,4831.8634538 +68,-1.545401939,0.731963266,362,0.217352334,0.731352408,4844.6713939 +69,-1.54342253,0.7319915583,362,0.217352334,0.731352408,4840.0668923 +70,-1.541455867,0.7320216438,362,0.217352334,0.731352408,4835.4837165 +71,-1.545410146,0.7304422281,362,0.217352334,0.731352408,4848.4830594 +72,-1.543435491,0.7304713664,362,0.217352334,0.731352408,4843.8827156 +73,-1.541463105,0.7304997613,362,0.217352334,0.731352408,4839.2860093 +74,-1.545414768,0.7289194936,362,0.217352334,0.731352408,4852.2927675 +75,-1.543435774,0.7289538557,362,0.217352334,0.731352408,4847.6648116 +76,-1.541457714,0.7289765881,362,0.217352334,0.731352408,4843.0645477 +77,-1.539449415,0.7320555866,362,0.217352334,0.731352408,4830.7962659 +78,-1.537429183,0.7321097681,362,0.217352334,0.731352408,4826.0234702 +79,-1.535472649,0.7321497267,362,0.217352334,0.731352408,4821.4289206 +80,-1.539457899,0.7305333307,362,0.217352334,0.731352408,4834.5976329 +81,-1.537453161,0.7305750503,362,0.217352334,0.731352408,4829.8866158 +82,-1.535479385,0.7306124949,362,0.217352334,0.731352408,4825.2540081 +83,-1.53946905,0.7290102593,362,0.217352334,0.731352408,4838.4092326 +84,-1.537459922,0.7290417293,362,0.217352334,0.731352408,4833.7088577 +85,-1.535451349,0.7290890157,362,0.217352334,0.731352408,4828.9670265 +86,-1.535522937,0.7279887191,362,0.217352334,0.731352408,4831.8615323 +87,-1.539442524,0.7274735939,362,0.217352334,0.731352408,4842.1699974 +88,-1.537424111,0.727521351,362,0.217352334,0.731352408,4837.4029624 +89,-1.539384641,0.7259505092,362,0.217352334,0.731352408,4845.8266327 +90,-1.537372391,0.7259947145,362,0.217352334,0.731352408,4841.0777903 +91,-1.535340789,0.7260435356,362,0.217352334,0.731352408,4836.2693833 +92,-1.539325716,0.7244369706,362,0.217352334,0.731352408,4849.4588331 +93,-1.537308932,0.7244801057,362,0.217352334,0.731352408,4844.6973965 +94,-1.535289068,0.7245247645,362,0.217352334,0.731352408,4839.9215945 +95,-1.533261366,0.7245550236,362,0.217352334,0.731352408,4835.1599338 +96,-1.539267302,0.722921924,362,0.217352334,0.731352408,4853.0976795 +97,-1.537248972,0.7229660258,362,0.217352334,0.731352408,4848.3254718 +98,-1.535219431,0.7229916471,362,0.217352334,0.731352408,4843.5697971 +99,-1.53318962,0.7230212049,362,0.217352334,0.731352408,4838.8001188 +100,-1.531154816,0.7230299897,362,0.217352334,0.731352408,4834.0667918 +101,-1.528878341,0.7230370244,362,0.217352334,0.731352408,4828.7738005 +102,-1.539218189,0.7214009878,362,0.217352334,0.731352408,4856.7744136 +103,-1.537198791,0.7214422745,362,0.217352334,0.731352408,4852.0019518 +104,-1.535179266,0.7214634354,362,0.217352334,0.731352408,4847.2757542 +105,-1.533156501,0.7214944644,362,0.217352334,0.731352408,4842.5139441 +106,-1.53113574,0.7215166021,362,0.217352334,0.731352408,4837.7752873 +107,-1.528874248,0.7215345535,362,0.217352334,0.731352408,4832.4847696 +108,-1.539217656,0.7198512397,362,0.217352334,0.731352408,4860.637164 +109,-1.537199919,0.7199428763,362,0.217352334,0.731352408,4855.7383555 +110,-1.545425832,0.727397149,362,0.217352334,0.731352408,4856.1183177 +111,-1.543371177,0.7273916949,362,0.217352334,0.731352408,4851.411123 +112,-1.541368852,0.7274523163,362,0.217352334,0.731352408,4846.6558094 +113,-1.545349067,0.7258710923,362,0.217352334,0.731352408,4859.7532561 +114,-1.54332671,0.7258603556,362,0.217352334,0.731352408,4855.1286451 +115,-1.541346831,0.7259242142,362,0.217352334,0.731352408,4850.4121228 +116,-1.545324355,0.7243383958,362,0.217352334,0.731352408,4863.5262153 +117,-1.543292796,0.7243617413,362,0.217352334,0.731352408,4858.7905882 +118,-1.541295822,0.7244024384,362,0.217352334,0.731352408,4854.0877581 +119,-1.543193859,0.7205570215,362,0.217352334,0.731352408,4868.0659047 +120,-1.550257047,0.7386738187,362,0.217352334,0.731352408,4839.0175869 +121,-1.549335448,0.7311736483,362,0.217352334,0.731352408,4855.6442764 +122,-1.533478843,0.7179891343,362,0.217352334,0.731352408,4851.9728939 +123,-1.556150555,0.738907041,362,0.217352334,0.731352408,4851.8243338 +124,-1.554324226,0.733414257,362,0.217352334,0.731352408,4861.4276019 +125,-1.554290846,0.7288285332,362,0.217352334,0.731352408,4872.8492695 +126,-1.55122487,0.7219795312,362,0.217352334,0.731352408,4883.0086996 +127,-1.525104458,0.7229399862,362,0.217352334,0.731352408,4820.2574287 +128,-1.519607711,0.7236181429,362,0.217352334,0.731352408,4805.8110274 +129,-1.513899999,0.7251107854,362,0.217352334,0.731352408,4788.8610012 +130,-1.536620762,0.7431061895,362,0.217352334,0.731352408,4796.956744 +131,-1.5369566,0.7460845958,362,0.217352334,0.731352408,4790.3700614 +132,-1.545345528,0.7447040685,362,0.217352334,0.731352408,4812.8524099 +133,-1.532813921,0.7432306626,362,0.217352334,0.731352408,4787.9618459 +134,-1.554788248,0.7382381001,362,0.217352334,0.731352408,4850.4059005 +135,-1.540348126,0.7301594274,362,0.217352334,0.731352408,4837.5721956 +136,-1.538016084,0.7239051786,362,0.217352334,0.731352408,4847.7603301 +137,-1.525288962,0.7258085137,362,0.217352334,0.731352408,4813.6036309 +138,-1.534326986,0.731241342,362,0.217352334,0.731352408,4821.0442809 +139,-1.530733872,0.7303625216,362,0.217352334,0.731352408,4814.9426508 +141,-1.534354939,0.7328219978,362,0.217352334,0.731352408,4817.1950223 +142,-1.53157084,0.7292888153,362,0.217352334,0.731352408,4819.5280013 +143,-1.525691035,0.7263799874,362,0.217352334,0.731352408,4813.1249659 +144,-1.534031287,0.7495967835,362,0.217352334,0.731352408,4775.0657692 +145,-1.527714986,0.7283095957,362,0.217352334,0.731352408,4813.0450829 +146,-1.526189586,0.7271468292,362,0.217352334,0.731352408,4812.3869498 +147,-1.555177336,0.7375563366,362,0.217352334,0.731352408,4852.9959447 +148,-1.555080283,0.7312707794,362,0.217352334,0.731352408,4868.5252348 +149,-1.53856994,0.7224180299,362,0.217352334,0.731352408,4852.7421304 +150,-1.530837883,0.729933372,362,0.217352334,0.731352408,4816.2434058 +151,-1.515066984,0.5854133365,362,0.217352334,0.731352408,5142.2793963 +152,-1.534731633,0.5368370046,362,0.217352334,0.731352408,5317.9091844 +153,-1.515231902,0.5607085576,362,0.217352334,0.731352408,5206.1763716 +154,-2.616253799,1.0684566605,362,0.217352334,0.731352408,5246.0819994 +155,-1.956071439,0.5792177723,362,0.217352334,0.731352408,6172.3134488 +156,-1.951208514,0.5602434208,362,0.217352334,0.731352408,6221.6614614 +157,-1.944675062,0.6062144545,362,0.217352334,0.731352408,6065.0043528 +158,-1.613778386,0.6077989518,362,0.217352334,0.731352408,5326.5348698 +159,-2.035029014,0.6021432345,362,0.217352334,0.731352408,6254.1962338 +160,-2.114989471,0.6801825058,362,0.217352334,0.731352408,6139.665098 +161,-2.037382079,0.5765830025,362,0.217352334,0.731352408,6341.3222563 +162,-2.129855121,0.6585019963,362,0.217352334,0.731352408,6236.9227374 +163,-2.075141798,0.6493615843,362,0.217352334,0.731352408,6173.5291604 +164,-1.828626729,0.6948433129,362,0.217352334,0.731352408,5561.1079831 +165,-1.863329418,0.6735427691,362,0.217352334,0.731352408,5694.8949071 +166,-1.266037071,0.727988852,362,0.217352334,0.731352408,4180.4052317 +167,-1.277579582,0.7249010648,362,0.217352334,0.731352408,4215.9046169 +168,-1.258418684,0.7241194816,362,0.217352334,0.731352408,4169.178462 +169,-1.317813974,0.6804850104,362,0.217352334,0.731352408,4413.6993227 +170,-1.344165204,0.6790988904,362,0.217352334,0.731352408,4483.8007533 +171,-1.427582102,0.5277120351,362,0.217352334,0.731352408,5061.929562 +172,-1.402238616,0.457167829,362,0.217352334,0.731352408,5170.9326597 +173,-1.422454264,0.4996161999,362,0.217352334,0.731352408,5118.7443574 +174,-1.439089277,0.4894859811,362,0.217352334,0.731352408,5189.0018307 +175,-1.448126995,0.5182330266,362,0.217352334,0.731352408,5140.2296281 +176,-1.474626146,0.5881926574,362,0.217352334,0.731352408,5032.7736166 +177,-1.421139645,0.5584869783,362,0.217352334,0.731352408,4968.3837644 +178,-1.457037165,0.565943032,362,0.217352334,0.731352408,5043.4069617 +179,-2.757159358,0.3745319,362,0.217352334,0.731352408,8020.8105485 +180,-2.714309238,0.342054471,362,0.217352334,0.731352408,8123.0261141 +181,-2.000525337,0.774119946,362,0.217352334,0.731352408,5641.2519388 +183,-1.571413436,0.6777838382,362,0.217352334,0.731352408,5042.2777781 +184,-1.552860289,0.6987663893,362,0.217352334,0.731352408,4945.3166283 +185,-1.521852374,0.7165827476,362,0.217352334,0.731352408,4828.3900564 +186,-1.503656267,0.6928968252,362,0.217352334,0.731352408,4843.8936778 +187,-1.502753178,0.7136205882,362,0.217352334,0.731352408,4790.8767004 +188,-1.631894563,0.7343596465,362,0.217352334,0.731352408,5032.8610935 +189,-1.653765416,0.6770714026,362,0.217352334,0.731352408,5234.0364014 +190,-1.719812114,0.6715965947,362,0.217352334,0.731352408,5396.5891204 +191,-1.493406659,0.6646955447,362,0.217352334,0.731352408,4888.8439144 +192,-1.469120564,0.6613469966,362,0.217352334,0.731352408,4837.6511823 +193,-1.590551461,0.5326612937,362,0.217352334,0.731352408,5470.5271718 +194,-1.625979264,0.5247742243,362,0.217352334,0.731352408,5580.4620664 +195,-1.572293943,0.5238808754,362,0.217352334,0.731352408,5447.8350409 +196,-1.610848725,0.5477107964,362,0.217352334,0.731352408,5480.7344768 +197,-1.208485554,0.7918526018,362,0.217352334,0.731352408,3911.2509157 +198,-1.335601374,0.6869083083,362,0.217352334,0.731352408,4444.5937287 +199,-1.346156996,0.6825213377,362,0.217352334,0.731352408,4481.1268461 +200,-1.324381037,0.6741422347,362,0.217352334,0.731352408,4444.5843818 +201,-1.242424992,0.7378949807,362,0.217352334,0.731352408,4100.619945 +202,-1.270370057,0.7392461008,362,0.217352334,0.731352408,4168.0110302 +203,-1.448950472,0.7441675014,362,0.217352334,0.731352408,4591.1278867 +204,-1.492662363,0.7523026852,362,0.217352334,0.731352408,4673.7999325 +205,-1.479098966,0.7763855017,362,0.217352334,0.731352408,4585.6923775 +206,-1.633760714,0.7869022408,362,0.217352334,0.731352408,4899.9396019 +207,-1.647406434,0.8101289331,362,0.217352334,0.731352408,4868.3070284 +208,-1.564245052,0.5701509278,362,0.217352334,0.731352408,5305.1359089 +209,-1.646289963,0.6833746083,362,0.217352334,0.731352408,5200.1887719 +210,-1.5820631,0.6751952144,362,0.217352334,0.731352408,5073.9050218 +211,-1.613236298,0.6681681791,362,0.217352334,0.731352408,5164.8764266 +212,-1.914661867,0.8212566515,362,0.217352334,0.731352408,5347.3206908 +213,-1.742133237,0.7250275956,362,0.217352334,0.731352408,5295.3804953 +214,-2.033144872,0.6557314699,362,0.217352334,0.731352408,6077.5706188 +215,-2.039551981,0.6964723658,362,0.217352334,0.731352408,5957.3449549 +216,-1.247341019,0.7622473908,362,0.217352334,0.731352408,4064.1345464 +217,-1.298239787,0.7084123392,362,0.217352334,0.731352408,4303.0014451 +218,-1.308539688,0.6926545592,362,0.217352334,0.731352408,4363.2809166 +219,-1.303263185,0.6888938396,362,0.217352334,0.731352408,4358.073024 +220,-1.852400229,0.6004246149,362,0.217352334,0.731352408,5890.8142616 +221,-1.288947707,0.7473773692,362,0.217352334,0.731352408,4197.3892993 +222,-1.372031502,0.7472790993,362,0.217352334,0.731352408,4400.6424615 +223,-1.289805721,0.7242157877,362,0.217352334,0.731352408,4248.0659929 +224,-1.350807603,0.7533498126,362,0.217352334,0.731352408,4336.0922826 +225,-1.329290365,0.7560442322,362,0.217352334,0.731352408,4278.1243205 +226,-1.410153004,0.616936428,362,0.217352334,0.731352408,4797.188312 +227,-1.393445434,0.6308995063,362,0.217352334,0.731352408,4720.9806036 +228,-1.37595573,0.6241540638,362,0.217352334,0.731352408,4691.9771793 +229,-1.358388707,0.6172645205,362,0.217352334,0.731352408,4662.6394305 +230,-1.753741133,0.8281661666,362,0.217352334,0.731352408,5032.0955416 +231,-1.47430987,0.6834615681,362,0.217352334,0.731352408,4796.4088177 +232,-1.421012508,0.7222725206,362,0.217352334,0.731352408,4575.364336 +233,-1.4476833,0.6978557868,362,0.217352334,0.731352408,4697.1974127 +234,-1.470370723,0.6966193374,362,0.217352334,0.731352408,4755.0137729 +235,-1.429211703,0.7037216883,362,0.217352334,0.731352408,4638.4545748 +236,-1.700578405,0.6178673663,362,0.217352334,0.731352408,5502.9884847 +237,-1.678117619,0.6331716163,362,0.217352334,0.731352408,5409.0315861 +238,-1.725644578,0.6316331145,362,0.217352334,0.731352408,5521.4936148 +239,-2.14012759,0.7930497945,362,0.217352334,0.731352408,5800.8380273 +240,-2.103289431,0.7653606263,362,0.217352334,0.731352408,5837.4381578 +241,-1.318739838,0.7017808746,362,0.217352334,0.731352408,4369.1234703 +242,-1.396417427,0.7077900843,362,0.217352334,0.731352408,4548.8860898 +243,-1.35650337,0.7185539404,362,0.217352334,0.731352408,4426.3478262 +244,-1.248884539,0.7274156818,362,0.217352334,0.731352408,4138.2593678 +245,-1.395014798,0.5761185243,362,0.217352334,0.731352408,4856.6151111 +246,-1.433377362,0.6064716109,362,0.217352334,0.731352408,4882.1005177 +247,-1.408172432,0.5903155476,362,0.217352334,0.731352408,4856.4881997 +248,-1.749645898,0.7757118084,362,0.217352334,0.731352408,5169.4014437 +249,-1.571626686,0.615046989,362,0.217352334,0.731352408,5205.5722218 +250,-1.514070049,0.6303003037,362,0.217352334,0.731352408,5025.5174278 +251,-1.480890369,0.6237966528,362,0.217352334,0.731352408,4959.5269253 +252,-1.704390658,0.5281680612,362,0.217352334,0.731352408,5763.1105783 +253,-1.64434733,0.5254277498,362,0.217352334,0.731352408,5624.2392962 +254,-1.703855997,0.4792484842,362,0.217352334,0.731352408,5899.7260046 +255,-1.692002383,0.5748825051,362,0.217352334,0.731352408,5602.716002 +256,-1.854136457,0.5544643913,362,0.217352334,0.731352408,6032.1988514 +257,-1.665021206,0.520317736,362,0.217352334,0.731352408,5689.2705273 +258,-1.733654349,0.4845187345,362,0.217352334,0.731352408,5957.6625836 +259,-1.720938188,0.5135933906,362,0.217352334,0.731352408,5844.1341783 +260,-1.742668307,0.553296122,362,0.217352334,0.731352408,5782.6392146 +261,-1.965659039,0.7142126903,362,0.217352334,0.731352408,5768.246835 +262,-1.944438071,0.6772834804,362,0.217352334,0.731352408,5843.5543323 +263,-1.270340967,0.7681487096,362,0.217352334,0.731352408,4109.0703008 +264,-1.353091884,0.6549276821,362,0.217352334,0.731352408,4561.5467088 +265,-1.333236659,0.6413584414,362,0.217352334,0.731352408,4541.49941 +266,-1.352015998,0.6753788907,362,0.217352334,0.731352408,4512.1087919 +267,-1.377988483,0.6577816235,362,0.217352334,0.731352408,4618.4021115 +268,-2.13075611,0.8318642051,362,0.217352334,0.731352408,5657.0924527 +269,-2.097910953,0.8259670014,362,0.217352334,0.731352408,5628.78801 +270,-1.416382069,0.6694271549,362,0.217352334,0.731352408,4687.643248 +271,-1.538905672,0.7535625993,362,0.217352334,0.731352408,4776.3562749 +272,-1.572309477,0.7803125099,362,0.217352334,0.731352408,4784.3976127 +273,-1.87759879,0.7503853417,362,0.217352334,0.731352408,5493.0057735 +274,1.152365588,0.590457682,362,0.217352334,0.731352408,2928.2525889 +275,0.350198001,0.718001859,362,0.217352334,0.731352408,397.37148364 +276,0.046513677,0.491503852,362,0.217352334,0.731352408,1098.0419786 +277,0.027510309,0.742571376,362,0.217352334,0.731352408,558.22298232 +278,0.306285725,-0.214631579,362,0.217352334,0.731352408,3761.0596035 +279,-1.100564889,0.318051531,362,0.217352334,0.731352408,4653.3804485 +280,-1.078582306,0.301437596,362,0.217352334,0.731352408,4629.9215346 +281,-1.137371989,-0.617634065,362,0.217352334,0.731352408,7250.1627078 +282,0.784356344,0.703272339,362,0.217352334,0.731352408,1685.9854945 +283,-1.221209947,0.218327455,362,0.217352334,0.731352408,5260.0273506 +284,2.347301921,-0.449114658,362,0.217352334,0.731352408,9001.9483818 +285,0.246820618,0.830553713,362,0.217352334,0.731352408,401.55855744 +286,0.829414965,0.703288228,362,0.217352334,0.731352408,1817.5811477 +287,-1.337537566,0.42332223,362,0.217352334,0.731352408,5076.5438042 +288,0.882453706,0.454478077,362,0.217352334,0.731352408,2418.066117 +289,1.575629659,0.416419109,362,0.217352334,0.731352408,4532.4271256 +290,-1.039455679,0.229888244,362,0.217352334,0.731352408,4695.0020125 +291,0.489558039,0.934482747,362,0.217352334,0.731352408,1078.5707093 +292,0.081344504,0.88384514,362,0.217352334,0.731352408,708.6987354 +293,-1.547979814,0.300350308,362,0.217352334,0.731352408,5983.488614 +294,0.040776181,0.168560074,362,0.217352334,0.731352408,2312.5346223 +295,-1.130374745,0.563894876,362,0.217352334,0.731352408,4165.6380264 +296,1.578326642,0.478507176,362,0.217352334,0.731352408,4394.6083542 +297,-1.12861823,-0.291640865,362,0.217352334,0.731352408,6353.1042068 +298,0.310524208,0.770885792,362,0.217352334,0.731352408,311.81357959 +299,0.415649091,-0.387246002,362,0.217352334,0.731352408,4490.0264386 +300,-0.926533878,-0.188022748,362,0.217352334,0.731352408,5513.4729813 +301,1.258856172,-0.11716081,362,0.217352334,0.731352408,5035.1449381 +302,-1.126050026,0.322941926,362,0.217352334,0.731352408,4716.1047674 +303,2.002785835,0.07893892,362,0.217352334,0.731352408,6640.0481652 +304,0.440437607,0.746258085,362,0.217352334,0.731352408,655.28069146 +305,-0.030391866,0.214441206,362,0.217352334,0.731352408,2218.9719047 +306,0.521557815,-0.058929362,362,0.217352334,0.731352408,3316.2228983 +307,-0.097005111,0.13317729,362,0.217352334,0.731352408,2612.8220178 +308,1.83113859,0.221857587,362,0.217352334,0.731352408,5762.3740934 +309,0.222428864,0.099404236,362,0.217352334,0.731352408,2503.2106983 +310,-1.702731345,0.8728568183,362,0.217352334,0.731352408,4813.9612172 +311,-0.418507569,0.278324921,362,0.217352334,0.731352408,2806.821576 +312,-1.41153306,0.339029988,362,0.217352334,0.731352408,5499.530501 +313,0.357560442,0.114788776,362,0.217352334,0.731352408,2491.4789252 +314,0.325818979,0.268352149,362,0.217352334,0.731352408,1870.9991134 +315,-1.246004659,-0.663679965,362,0.217352334,0.731352408,7632.1606462 +316,1.814603087,0.637404484,362,0.217352334,0.731352408,4670.9161004 +317,1.843704281,-0.18300445,362,0.217352334,0.731352408,6867.1709794 +318,1.690644492,-0.211480909,362,0.217352334,0.731352408,6496.8491928 +319,-1.275451936,0.068109467,362,0.217352334,0.731352408,5811.9915281 +320,0.762430171,-0.207594741,362,0.217352334,0.731352408,4215.7716854 +321,0.265668905,-0.014647884,362,0.217352334,0.731352408,2959.972223 +322,-2.773032013,-0.335515811,362,0.217352334,0.731352408,10795.512565 +323,-1.469512853,0.174058777,362,0.217352334,0.731352408,6100.0125776 +324,0.286276986,0.785925691,362,0.217352334,0.731352408,293.16335077 +325,-1.379324697,0.377432233,362,0.217352334,0.731352408,5309.861979 +326,-1.203778265,0.212813032,362,0.217352334,0.731352408,5222.957891 +327,0.579916301,0.611743168,362,0.217352334,0.731352408,1216.0162722 +328,0.267582642,0.868113908,362,0.217352334,0.731352408,559.0620856 +329,0.412869244,-0.050245578,362,0.217352334,0.731352408,3174.7609359 +330,0.17524381,0.976660285,362,0.217352334,0.731352408,977.67001005 +331,0.743157214,0.204812899,362,0.217352334,0.731352408,2764.8553896 +332,-1.070758176,0.269382282,362,0.217352334,0.731352408,4687.0876414 +333,-1.230364251,0.329790229,362,0.217352334,0.731352408,5003.663219 +334,-1.374813124,-0.024926835,362,0.217352334,0.731352408,6350.8562675 +335,0.519780566,0.463669906,362,0.217352334,0.731352408,1445.1978915 +336,-1.55108034,0.239698561,362,0.217352334,0.731352408,6156.1715883 +337,0.180294813,0.029739425,362,0.217352334,0.731352408,2782.2219598 +338,0.67820924,0.268170153,362,0.217352334,0.731352408,2415.4218393 +339,0.445798684,1.024001867,362,0.217352334,0.731352408,1290.0753071 +340,0.691751283,0.150521402,362,0.217352334,0.731352408,2834.2216253 +341,-1.036643551,-0.903056181,362,0.217352334,0.731352408,7769.5934807 +342,-0.120287036,1.083325163,362,0.217352334,0.731352408,1605.1179464 +343,2.823513113,-0.304487164,362,0.217352334,0.731352408,9967.7784561 +344,0.457583172,1.12513373,362,0.217352334,0.731352408,1652.2876734 +345,0.042918831,0.813795399,362,0.217352334,0.731352408,592.12912261 +346,1.196146777,-0.853142756,362,0.217352334,0.731352408,7141.2760218 +347,0.206001358,-0.010430701,362,0.217352334,0.731352408,2938.4839785 +348,-0.268308653,0.234799412,362,0.217352334,0.731352408,2578.2808934 +349,0.759363263,0.736189579,362,0.217352334,0.731352408,1585.6379258 +350,0.181363926,0.891988372,362,0.217352334,0.731352408,643.7292037 +351,-0.021111158,0.139103292,362,0.217352334,0.731352408,2490.0340279 +352,-0.093355215,0.630686981,362,0.217352334,0.731352408,1033.4623121 +353,0.40118964,0.681375926,362,0.217352334,0.731352408,587.77100863 +354,-0.721197315,1.304706234,362,0.217352334,0.731352408,2802.1517328 +355,-1.076150317,0.212107639,362,0.217352334,0.731352408,4848.7002851 +356,-1.577164531,0.273993443,362,0.217352334,0.731352408,6135.7702382 +357,-0.190788414,0.182208586,362,0.217352334,0.731352408,2595.7448647 +358,-0.261349752,0.209710184,362,0.217352334,0.731352408,2645.2324633 +359,-1.029303852,0.083549259,362,0.217352334,0.731352408,5048.3984547 +360,-1.268609162,0.330525297,362,0.217352334,0.731352408,5112.6465793 +361,1.282982244,-0.926641967,362,0.217352334,0.731352408,7502.6762002 +362,0.217352334,0.731352408,362,0.217352334,0.731352408,0 +363,-1.511833084,0.258629297,362,0.217352334,0.731352408,5994.7341133 +364,0.338812194,0.823184618,362,0.217352334,0.731352408,499.52937317 +365,-0.324406489,1.134201999,362,0.217352334,0.731352408,2002.7088879 +366,1.389579348,0.399185724,362,0.217352334,0.731352408,4029.2477325 +367,2.047152199,-0.039082036,362,0.217352334,0.731352408,7086.6126109 +368,0.947780369,0.568250077,362,0.217352334,0.731352408,2367.0414472 +369,0.763824846,0.576754987,362,0.217352334,0.731352408,1811.6676914 +370,-0.142334657,0.928153068,362,0.217352334,0.731352408,1230.2527548 +371,0.610266567,0.547265983,362,0.217352334,0.731352408,1439.6738284 +372,0.210731629,0.746815056,362,0.217352334,0.731352408,64.241006557 +373,-1.34931644,0.316895224,362,0.217352334,0.731352408,5379.6562571 +374,2.407696481,0.655030745,362,0.217352334,0.731352408,5967.7194245 +375,0.64207831,0.545359131,362,0.217352334,0.731352408,1531.0939763 +376,1.174597538,0.840588356,362,0.217352334,0.731352408,2656.3421034 +377,0.660059424,0.010604079,362,0.217352334,0.731352408,3262.3868308 +378,-0.730263819,0.010486456,362,0.217352334,0.731352408,4411.3323596 +379,0.831068936,0.512339172,362,0.217352334,0.731352408,2138.7619578 +380,1.301180979,0.72367476,362,0.217352334,0.731352408,3132.6550843 +381,1.811128231,0.322854402,362,0.217352334,0.731352408,5441.7920242 +382,0.435105812,0.992284428,362,0.217352334,0.731352408,1172.0626817 +383,0.62643634,0.592027932,362,0.217352334,0.731352408,1386.6270532 +384,0.492988703,-0.516339467,362,0.217352334,0.731352408,5043.7382072 +385,-0.162469483,0.112549365,362,0.217352334,0.731352408,2790.9540691 +386,0.314630866,0.472006421,362,0.217352334,0.731352408,1074.6113443 +387,0.166744804,0.822815954,362,0.217352334,0.731352408,389.38370141 +388,0.417159608,0.965805736,362,0.217352334,0.731352408,1062.7846481 +389,0.106334961,0.868774244,362,0.217352334,0.731352408,624.07940694 +390,0.815086969,-0.338144359,362,0.217352334,0.731352408,4768.1984622 +391,0.59867455,-0.230624824,362,0.217352334,0.731352408,4056.5154159 +392,1.915104874,0.066220985,362,0.217352334,0.731352408,6419.4009729 +393,1.278093622,0.064463721,362,0.217352334,0.731352408,4567.4911681 +394,-0.061477853,0.302997961,362,0.217352334,0.731352408,1941.8839403 +395,0.251311504,0.626976942,362,0.217352334,0.731352408,426.43878623 +396,2.950242872,0.149095644,362,0.217352334,0.731352408,8654.1924501 +397,-0.180294708,0.35375117,362,0.217352334,0.731352408,2001.1149327 +398,1.010448592,-0.351180233,362,0.217352334,0.731352408,5177.6854154 +399,-1.748740498,0.3686318073,362,0.217352334,0.731352408,6327.6534287 +400,2.699635665,0.123533791,362,0.217352334,0.731352408,8302.7871837 +401,0.496808033,0.823843254,362,0.217352334,0.731352408,867.57295884 +402,0.129574704,0.763364087,362,0.217352334,0.731352408,284.73830644 +403,1.798920311,0.817447563,362,0.217352334,0.731352408,4231.3023804 +404,0.335987953,0.746786541,362,0.217352334,0.731352408,352.54918584 +405,-1.085413643,0.292154671,362,0.217352334,0.731352408,4673.1673073 +406,-0.155321003,0.508207011,362,0.217352334,0.731352408,1484.656347 +407,0.620529244,-0.301175104,362,0.217352334,0.731352408,4347.9208253 +408,1.684402744,0.368716966,362,0.217352334,0.731352408,4962.5580224 +409,0.300582244,-0.386397212,362,0.217352334,0.731352408,4437.912722 +410,2.913555946,-0.009225192,362,0.217352334,0.731352408,9171.9200377 +411,1.465101417,0.493232532,362,0.217352334,0.731352408,4035.7099268 +412,0.090612882,0.907955955,362,0.217352334,0.731352408,777.9968961 +413,2.987564726,-0.729568594,362,0.217352334,0.731352408,11350.921345 +414,-1.484261606,0.224149272,362,0.217352334,0.731352408,6008.73536 +415,0.164073421,0.303955133,362,0.217352334,0.731352408,1702.524634 +416,0.141441293,0.167552546,362,0.217352334,0.731352408,2248.827051 +417,2.931321023,-0.506718887,362,0.217352334,0.731352408,10811.487172 +418,2.21951565,0.700596356,362,0.217352334,0.731352408,5453.9512469 +419,0.268112576,1.199114336,362,0.217352334,0.731352408,1855.8612145 +420,0.978913739,0.359223811,362,0.217352334,0.731352408,2927.5419154 +421,1.210898818,0.522863584,362,0.217352334,0.731352408,3230.7005919 +422,2.347397336,0.129231362,362,0.217352334,0.731352408,7451.7104961 +423,0.614394501,0.556878345,362,0.217352334,0.731352408,1428.530711 +424,-1.398079356,0.148483366,362,0.217352334,0.731352408,5960.4660551 +425,2.535303836,-0.112984496,362,0.217352334,0.731352408,8662.2532911 +426,-1.019372593,-0.405322349,362,0.217352334,0.731352408,6376.7847552 +427,-1.297785627,-0.160104069,362,0.217352334,0.731352408,6481.9506119 +428,2.144554488,0.205051084,362,0.217352334,0.731352408,6691.4156224 +429,-2.242387083,-0.426171285,362,0.217352334,0.731352408,9909.916788 +430,0.338637212,0.909723676,362,0.217352334,0.731352408,777.90497474 +431,-0.148798452,0.691042401,362,0.217352334,0.731352408,1107.4337567 +432,0.893524764,0.441829531,362,0.217352334,0.731352408,2479.7961187 +433,0.969229347,-0.368847936,362,0.217352334,0.731352408,5154.3795242 +434,0.436043248,0.800045688,362,0.217352334,0.731352408,680.19691896 +435,1.687946607,1.081504775,362,0.217352334,0.731352408,3550.2389902 +436,0.522302046,-0.034889271,362,0.217352334,0.731352408,3226.3899948 +437,-0.178996113,-0.438090009,362,0.217352334,0.731352408,4854.4580535 +438,-1.094339566,0.301444068,362,0.217352334,0.731352408,4676.2827007 +439,-1.064070054,0.242569932,362,0.217352334,0.731352408,4735.2201329 +440,-1.068153768,0.230387998,362,0.217352334,0.731352408,4778.3035602 +441,-3.00496892,-0.23989155,362,0.217352334,0.731352408,10477.500617 +442,0.21751974,0.766874888,362,0.217352334,0.731352408,140.70538084 +443,0.117229532,0.007619006,362,0.217352334,0.731352408,2888.9330235 +444,0.777758451,0.420554741,362,0.217352334,0.731352408,2211.3605072 +445,-0.252356999,0.250747086,362,0.217352334,0.731352408,2491.3680813 +446,0.363148444,0.768483434,362,0.217352334,0.731352408,447.19732569 +447,0.903191366,-0.118210676,362,0.217352334,0.731352408,4178.9952124 +448,-0.205755923,0.149406178,362,0.217352334,0.731352408,2737.7686909 +449,1.811996086,0.02364353,362,0.217352334,0.731352408,6229.6594168 +450,-1.100670221,0.314845373,362,0.217352334,0.731352408,4661.6258053 +451,0.340078597,0.850105132,362,0.217352334,0.731352408,580.96467314 +452,0.258757267,0.804969236,362,0.217352334,0.731352408,314.50897273 +453,2.78505352,-0.155160804,362,0.217352334,0.731352408,9410.0099028 +454,0.800551619,0.105822106,362,0.217352334,0.731352408,3214.8684003 +455,0.437940882,-0.506194031,362,0.217352334,0.731352408,4967.8485996 +456,2.230431122,0.63458615,362,0.217352334,0.731352408,5667.9068675 +457,0.527965361,0.127667701,362,0.217352334,0.731352408,2627.5977079 +458,-0.063643205,0.702093448,362,0.217352334,0.731352408,845.86059137 +459,1.408447268,0.133010502,362,0.217352334,0.731352408,4754.7391862 +460,0.523795955,0.280266966,362,0.217352334,0.731352408,2068.9931064 +461,-0.975769313,0.072177659,362,0.217352334,0.731352408,4923.7339903 +462,0.549774164,-0.463663986,362,0.217352334,0.731352408,4887.4978669 +463,0.29245874,1.095549818,362,0.217352334,0.731352408,1453.2244818 +464,0.143625958,0.816809593,362,0.217352334,0.731352408,397.58399106 +465,0.671902494,0.611159853,362,0.217352334,0.731352408,1481.2188574 +466,1.239840988,0.6724199,362,0.217352334,0.731352408,3040.8866734 +467,0.607829703,-0.10932137,362,0.217352334,0.731352408,3616.9051316 +468,1.763020906,0.263996692,362,0.217352334,0.731352408,5455.3349436 +469,0.378714634,0.726066797,362,0.217352334,0.731352408,477.06040596 +470,2.196736143,-0.153862366,362,0.217352334,0.731352408,7828.5138704 +471,0.01702415,0.148991565,362,0.217352334,0.731352408,2410.6802377 +472,-2.998490902,-0.158002487,362,0.217352334,0.731352408,10158.06413 +473,-3.051262951,-0.346595608,362,0.217352334,0.731352408,10861.372704 +474,-1.069176439,0.182802941,362,0.217352334,0.731352408,4903.800809 +475,0.167157509,0.595344954,362,0.217352334,0.731352408,560.94372509 +476,0.613855648,0.681746124,362,0.217352334,0.731352408,1206.9551065 +477,1.037012736,0.682555367,362,0.217352334,0.731352408,2445.2436957 +478,-1.253574971,0.379755746,362,0.217352334,0.731352408,4946.3458196 +479,3.108590453,-0.132620738,362,0.217352334,0.731352408,9915.1572289 +480,0.565301296,0.022333262,362,0.217352334,0.731352408,3069.8330605 +481,0.547898238,0.855555614,362,0.217352334,0.731352408,1037.7812214 +482,0.948309381,0.417393755,362,0.217352334,0.731352408,2695.1531061 +483,-0.050600732,0.945269213,362,0.217352334,0.731352408,1100.4436074 +484,-0.977651478,-0.572363064,362,0.217352334,0.731352408,6746.765617 +485,1.102014914,0.728861163,362,0.217352334,0.731352408,2571.5804628 +486,2.927300795,-0.282939414,362,0.217352334,0.731352408,10140.134786 +487,-1.154565557,0.124434095,362,0.217352334,0.731352408,5307.5431735 +488,1.855331234,0.291044755,362,0.217352334,0.731352408,5650.4062655 +489,0.830290659,0.276904518,362,0.217352334,0.731352408,2752.1238801 +490,0.485104466,-0.234867441,362,0.217352334,0.731352408,3950.0713931 +491,0.521367572,-0.33161327,362,0.217352334,0.731352408,4355.2529878 +1,-1.539031704,0.7349710123,363,-1.511833084,0.258629297,1889.0796438 +2,-1.536990553,0.7349663874,363,-1.511833084,0.258629297,1888.7306959 +3,-1.534951779,0.7349571355,363,-1.511833084,0.258629297,1888.3895041 +4,-1.532906461,0.7349480293,363,-1.511833084,0.258629297,1888.0737022 +5,-1.531320211,0.7346937278,363,-1.511833084,0.258629297,1886.8680889 +6,-1.539451648,0.7335131775,363,-1.511833084,0.258629297,1883.3861791 +7,-1.537429487,0.7335445708,363,-1.511833084,0.258629297,1883.1760264 +8,-1.535484998,0.7335658704,363,-1.511833084,0.258629297,1882.9627493 +9,-1.533488396,0.7336036027,363,-1.511833084,0.258629297,1882.8309578 +10,-1.531497785,0.7335842962,363,-1.511833084,0.258629297,1882.498955 +11,-1.530259379,0.7334777758,363,-1.511833084,0.258629297,1881.9307376 +12,-1.5335454,0.7322346912,363,-1.511833084,0.258629297,1877.4221017 +13,-1.531489083,0.7322238773,363,-1.511833084,0.258629297,1877.1139329 +14,-1.530011122,0.7321679851,363,-1.511833084,0.258629297,1876.7182429 +15,-1.53348106,0.7306614094,363,-1.511833084,0.258629297,1871.1882032 +16,-1.531441779,0.7306962275,363,-1.511833084,0.258629297,1871.0623545 +17,-1.529755654,0.7306933243,363,-1.511833084,0.258629297,1870.8525552 +18,-1.533415048,0.7291384674,363,-1.511833084,0.258629297,1865.1532509 +19,-1.531392093,0.7291705353,363,-1.511833084,0.258629297,1865.0182255 +20,-1.529296523,0.7291214933,363,-1.511833084,0.258629297,1864.5799175 +21,-1.535280942,0.727267644,363,-1.511833084,0.258629297,1858.0166047 +22,-1.533378158,0.7276139666,363,-1.511833084,0.258629297,1859.1160821 +23,-1.531340368,0.7276446587,363,-1.511833084,0.258629297,1858.9731086 +24,-1.528960113,0.7276398177,363,-1.511833084,0.258629297,1858.6782906 +25,-1.533313146,0.7260818349,363,-1.511833084,0.258629297,1853.0448849 +26,-1.531259555,0.7260958115,363,-1.511833084,0.258629297,1852.8334859 +27,-1.528926415,0.7260865555,363,-1.511833084,0.258629297,1852.5262946 +28,-1.531226779,0.7245511789,363,-1.511833084,0.258629297,1846.7164634 +29,-1.528904772,0.7245519194,363,-1.511833084,0.258629297,1846.4493395 +30,-1.547195875,0.7409785979,363,-1.511833084,0.258629297,1914.3900141 +31,-1.5451475,0.740980426,363,-1.511833084,0.258629297,1913.9696493 +32,-1.543097679,0.7409798872,363,-1.511833084,0.258629297,1913.5650757 +33,-1.540720364,0.7409892687,363,-1.511833084,0.258629297,1913.1673258 +34,-1.547188511,0.7395198392,363,-1.511833084,0.258629297,1908.6259748 +35,-1.545148587,0.7395226109,363,-1.511833084,0.258629297,1908.209388 +36,-1.543104538,0.7395314908,363,-1.511833084,0.258629297,1907.8414738 +37,-1.540727751,0.7395306258,363,-1.511833084,0.258629297,1907.4014255 +38,-1.547187029,0.7380014886,363,-1.511833084,0.258629297,1902.627888 +39,-1.545147315,0.7380012252,363,-1.511833084,0.258629297,1902.1975338 +40,-1.54310719,0.7380060743,363,-1.511833084,0.258629297,1901.8127209 +41,-1.540719671,0.7380068206,363,-1.511833084,0.258629297,1901.3752179 +42,-1.547187189,0.7364799098,363,-1.511833084,0.258629297,1896.6174998 +43,-1.545149996,0.7364853874,363,-1.511833084,0.258629297,1896.2084948 +44,-1.543106091,0.7364823484,363,-1.511833084,0.258629297,1895.7900081 +45,-1.540717158,0.7364893901,363,-1.511833084,0.258629297,1895.3752576 +46,-1.538663972,0.7410138672,363,-1.511833084,0.258629297,1912.9161278 +47,-1.53695285,0.7409699132,363,-1.511833084,0.258629297,1912.4718746 +48,-1.534910498,0.7409641297,363,-1.511833084,0.258629297,1912.1494971 +49,-1.533145034,0.7409536636,363,-1.511833084,0.258629297,1911.8696054 +50,-1.538681336,0.7395405883,363,-1.511833084,0.258629297,1907.0924509 +51,-1.536999189,0.7395183096,363,-1.511833084,0.258629297,1906.7370818 +52,-1.534923633,0.7395144222,363,-1.511833084,0.258629297,1906.4157113 +53,-1.533267822,0.7395654306,363,-1.511833084,0.258629297,1906.3922847 +54,-1.53867273,0.7380151077,363,-1.511833084,0.258629297,1901.0581291 +55,-1.536980576,0.7379994392,363,-1.511833084,0.258629297,1900.7262973 +56,-1.534931522,0.7379944961,363,-1.511833084,0.258629297,1900.4034247 +57,-1.533387952,0.7379480264,363,-1.511833084,0.258629297,1900.0080375 +58,-1.538682279,0.7364914363,363,-1.511833084,0.258629297,1895.0340087 +59,-1.536980704,0.7364810563,363,-1.511833084,0.258629297,1894.7203703 +60,-1.534935567,0.7364752065,363,-1.511833084,0.258629297,1894.3931603 +61,-1.533042592,0.7363876366,363,-1.511833084,0.258629297,1893.7881243 +62,-1.545143426,0.7349628011,363,-1.511833084,0.258629297,1890.1909756 +63,-1.543105297,0.7349691947,363,-1.511833084,0.258629297,1889.8092145 +64,-1.541064533,0.7349647152,363,-1.511833084,0.258629297,1889.4096123 +65,-1.545411803,0.7334624714,363,-1.511833084,0.258629297,1884.3185726 +66,-1.543446606,0.7334780896,363,-1.511833084,0.258629297,1883.9824511 +67,-1.541475327,0.7334957295,363,-1.511833084,0.258629297,1883.6771422 +68,-1.545401939,0.731963266,363,-1.511833084,0.258629297,1878.3931291 +69,-1.54342253,0.7319915583,363,-1.511833084,0.258629297,1878.1027183 +70,-1.541455867,0.7320216438,363,-1.511833084,0.258629297,1877.8461694 +71,-1.545410146,0.7304422281,363,-1.511833084,0.258629297,1872.385297 +72,-1.543435491,0.7304713664,363,-1.511833084,0.258629297,1872.0973235 +73,-1.541463105,0.7304997613,363,-1.511833084,0.258629297,1871.8312408 +74,-1.545414768,0.7289194936,363,-1.511833084,0.258629297,1866.3701105 +75,-1.543435774,0.7289538557,363,-1.511833084,0.258629297,1866.1001071 +76,-1.541457714,0.7289765881,363,-1.511833084,0.258629297,1865.8089374 +77,-1.539449415,0.7320555866,363,-1.511833084,0.258629297,1877.6221311 +78,-1.537429183,0.7321097681,363,-1.511833084,0.258629297,1877.501057 +79,-1.535472649,0.7321497267,363,-1.511833084,0.258629297,1877.3586049 +80,-1.539457899,0.7305333307,363,-1.511833084,0.258629297,1871.6042936 +81,-1.537453161,0.7305750503,363,-1.511833084,0.258629297,1871.4348519 +82,-1.535479385,0.7306124949,363,-1.511833084,0.258629297,1871.2782873 +83,-1.53946905,0.7290102593,363,-1.511833084,0.258629297,1865.5837706 +84,-1.537459922,0.7290417293,363,-1.511833084,0.258629297,1865.3714848 +85,-1.535451349,0.7290890157,363,-1.511833084,0.258629297,1865.2472567 +86,-1.535522937,0.7279887191,363,-1.511833084,0.258629297,1860.905207 +87,-1.539442524,0.7274735939,363,-1.511833084,0.258629297,1859.5029962 +88,-1.537424111,0.727521351,363,-1.511833084,0.258629297,1859.3524787 +89,-1.539384641,0.7259505092,363,-1.511833084,0.258629297,1853.4704606 +90,-1.537372391,0.7259947145,363,-1.511833084,0.258629297,1853.3061521 +91,-1.535340789,0.7260435356,363,-1.511833084,0.258629297,1853.182945 +92,-1.539325716,0.7244369706,363,-1.511833084,0.258629297,1847.4754851 +93,-1.537308932,0.7244801057,363,-1.511833084,0.258629297,1847.305487 +94,-1.535289068,0.7245247645,363,-1.511833084,0.258629297,1847.1670132 +95,-1.533261366,0.7245550236,363,-1.511833084,0.258629297,1846.996535 +96,-1.539267302,0.722921924,363,-1.511833084,0.258629297,1841.4746316 +97,-1.537248972,0.7229660258,363,-1.511833084,0.258629297,1841.3074731 +98,-1.535219431,0.7229916471,363,-1.511833084,0.258629297,1841.0916386 +99,-1.53318962,0.7230212049,363,-1.511833084,0.258629297,1840.9177195 +100,-1.531154816,0.7230299897,363,-1.511833084,0.258629297,1840.6873673 +101,-1.528878341,0.7230370244,363,-1.511833084,0.258629297,1840.4500101 +102,-1.539218189,0.7214009878,363,-1.511833084,0.258629297,1835.452125 +103,-1.537198791,0.7214422745,363,-1.511833084,0.258629297,1835.2727961 +104,-1.535179266,0.7214634354,363,-1.511833084,0.258629297,1835.0400811 +105,-1.533156501,0.7214944644,363,-1.511833084,0.258629297,1834.8721911 +106,-1.53113574,0.7215166021,363,-1.511833084,0.258629297,1834.6956931 +107,-1.528874248,0.7215345535,363,-1.511833084,0.258629297,1834.5023112 +108,-1.539217656,0.7198512397,363,-1.511833084,0.258629297,1829.3242859 +109,-1.537199919,0.7199428763,363,-1.511833084,0.258629297,1829.3428358 +110,-1.545425832,0.727397149,363,-1.511833084,0.258629297,1860.3579327 +111,-1.543371177,0.7273916949,363,-1.511833084,0.258629297,1859.9135722 +112,-1.541368852,0.7274523163,363,-1.511833084,0.258629297,1859.7667516 +113,-1.545349067,0.7258710923,363,-1.511833084,0.258629297,1854.3124986 +114,-1.54332671,0.7258603556,363,-1.511833084,0.258629297,1853.8528639 +115,-1.541346831,0.7259242142,363,-1.511833084,0.258629297,1853.7219099 +116,-1.545324355,0.7243383958,363,-1.511833084,0.258629297,1848.2519243 +117,-1.543292796,0.7243617413,363,-1.511833084,0.258629297,1847.9236177 +118,-1.541295822,0.7244024384,363,-1.511833084,0.258629297,1847.6966687 +119,-1.543193859,0.7205570215,363,-1.511833084,0.258629297,1832.8678358 +120,-1.550257047,0.7386738187,363,-1.511833084,0.258629297,1905.9764317 +121,-1.549335448,0.7311736483,363,-1.511833084,0.258629297,1876.1468694 +122,-1.533478843,0.7179891343,363,-1.511833084,0.258629297,1821.0474719 +123,-1.556150555,0.738907041,363,-1.511833084,0.258629297,1908.3867834 +124,-1.554324226,0.733414257,363,-1.511833084,0.258629297,1886.2322761 +125,-1.554290846,0.7288285332,363,-1.511833084,0.258629297,1868.1329992 +126,-1.55122487,0.7219795312,363,-1.511833084,0.258629297,1840.3120938 +127,-1.525104458,0.7229399862,363,-1.511833084,0.258629297,1839.6992397 +128,-1.519607711,0.7236181429,363,-1.511833084,0.258629297,1842.0142228 +129,-1.513899999,0.7251107854,363,-1.511833084,0.258629297,1847.746787 +130,-1.536620762,0.7431061895,363,-1.511833084,0.258629297,1920.8720115 +131,-1.5369566,0.7460845958,363,-1.511833084,0.258629297,1932.7042393 +132,-1.545345528,0.7447040685,363,-1.511833084,0.258629297,1928.7235907 +133,-1.532813921,0.7432306626,363,-1.511833084,0.258629297,1920.8376023 +134,-1.554788248,0.7382381001,363,-1.511833084,0.258629297,1905.3847236 +135,-1.540348126,0.7301594274,363,-1.511833084,0.258629297,1870.2825522 +136,-1.538016084,0.7239051786,363,-1.511833084,0.258629297,1845.1482803 +137,-1.525288962,0.7258085137,363,-1.511833084,0.258629297,1851.0725178 +138,-1.534326986,0.731241342,363,-1.511833084,0.258629297,1873.5996947 +139,-1.530733872,0.7303625216,363,-1.511833084,0.258629297,1869.6561868 +141,-1.534354939,0.7328219978,363,-1.511833084,0.258629297,1879.8574773 +142,-1.53157084,0.7292888153,363,-1.511833084,0.258629297,1865.5084242 +143,-1.525691035,0.7263799874,363,-1.511833084,0.258629297,1853.3700344 +144,-1.534031287,0.7495967835,363,-1.511833084,0.258629297,1946.1863444 +145,-1.527714986,0.7283095957,363,-1.511833084,0.258629297,1861.1998098 +146,-1.526189586,0.7271468292,363,-1.511833084,0.258629297,1856.4506977 +147,-1.555177336,0.7375563366,363,-1.511833084,0.258629297,1902.7980984 +148,-1.555080283,0.7312707794,363,-1.511833084,0.258629297,1877.9785308 +149,-1.53856994,0.7224180299,363,-1.511833084,0.258629297,1839.3610657 +150,-1.530837883,0.729933372,363,-1.511833084,0.258629297,1867.9700812 +151,-1.515066984,0.5854133365,363,-1.511833084,0.258629297,1294.4435707 +152,-1.534731633,0.5368370046,363,-1.511833084,0.258629297,1105.1175421 +153,-1.515231902,0.5607085576,363,-1.511833084,0.258629297,1196.59891 +154,-2.616253799,1.0684566605,363,-1.511833084,0.258629297,4446.111376 +155,-1.956071439,0.5792177723,363,-1.511833084,0.258629297,2038.0733493 +156,-1.951208514,0.5602434208,363,-1.511833084,0.258629297,1984.7126587 +157,-1.944675062,0.6062144545,363,-1.511833084,0.258629297,2066.8044496 +158,-1.613778386,0.6077989518,363,-1.511833084,0.258629297,1430.002909 +159,-2.035029014,0.6021432345,363,-1.511833084,0.258629297,2307.9452301 +160,-2.114989471,0.6801825058,363,-1.511833084,0.258629297,2679.2035517 +161,-2.037382079,0.5765830025,363,-1.511833084,0.258629297,2267.9889935 +162,-2.129855121,0.6585019963,363,-1.511833084,0.258629297,2680.1869098 +163,-2.075141798,0.6493615843,363,-1.511833084,0.258629297,2511.2840589 +164,-1.828626729,0.6948433129,363,-1.511833084,0.258629297,2047.0423844 +165,-1.863329418,0.6735427691,363,-1.511833084,0.258629297,2050.6758839 +166,-1.266037071,0.727988852,363,-1.511833084,0.258629297,2040.9249289 +167,-1.277579582,0.7249010648,363,-1.511833084,0.258629297,2014.088469 +168,-1.258418684,0.7241194816,363,-1.511833084,0.258629297,2038.463538 +169,-1.317813974,0.6804850104,363,-1.511833084,0.258629297,1802.516228 +170,-1.344165204,0.6790988904,363,-1.511833084,0.258629297,1765.0590257 +171,-1.427582102,0.5277120351,363,-1.511833084,0.258629297,1109.1208316 +172,-1.402238616,0.457167829,363,-1.511833084,0.258629297,884.85636616 +173,-1.422454264,0.4996161999,363,-1.511833084,0.258629297,1009.2314026 +174,-1.439089277,0.4894859811,363,-1.511833084,0.258629297,952.69954532 +175,-1.448126995,0.5182330266,363,-1.511833084,0.258629297,1054.2574002 +176,-1.474626146,0.5881926574,363,-1.511833084,0.258629297,1312.1962797 +177,-1.421139645,0.5584869783,363,-1.511833084,0.258629297,1232.1163181 +178,-1.457037165,0.565943032,363,-1.511833084,0.258629297,1233.2061295 +179,-2.757159358,0.3745319,363,-1.511833084,0.258629297,4672.5610841 +180,-2.714309238,0.342054471,363,-1.511833084,0.258629297,4532.5194193 +181,-2.000525337,0.774119946,363,-1.511833084,0.258629297,2619.7749275 +183,-1.571413436,0.6777838382,363,-1.511833084,0.258629297,1673.2282407 +184,-1.552860289,0.6987663893,363,-1.511833084,0.258629297,1749.1645685 +185,-1.521852374,0.7165827476,363,-1.511833084,0.258629297,1814.2814022 +186,-1.503656267,0.6928968252,363,-1.511833084,0.258629297,1720.3677542 +187,-1.502753178,0.7136205882,363,-1.511833084,0.258629297,1802.4920364 +188,-1.631894563,0.7343596465,363,-1.511833084,0.258629297,1928.5660689 +189,-1.653765416,0.6770714026,363,-1.511833084,0.258629297,1729.8244995 +190,-1.719812114,0.6715965947,363,-1.511833084,0.258629297,1789.9195649 +191,-1.493406659,0.6646955447,363,-1.511833084,0.258629297,1609.7232794 +192,-1.469120564,0.6613469966,363,-1.511833084,0.258629297,1602.1825644 +193,-1.590551461,0.5326612937,363,-1.511833084,0.258629297,1122.5703498 +194,-1.625979264,0.5247742243,363,-1.511833084,0.258629297,1133.3040024 +195,-1.572293943,0.5238808754,363,-1.511833084,0.258629297,1073.5290728 +196,-1.610848725,0.5477107964,363,-1.511833084,0.258629297,1199.9439377 +197,-1.208485554,0.7918526018,363,-1.511833084,0.258629297,2342.5152739 +198,-1.335601374,0.6869083083,363,-1.511833084,0.258629297,1803.6685019 +199,-1.346156996,0.6825213377,363,-1.511833084,0.258629297,1775.3721356 +200,-1.324381037,0.6741422347,363,-1.511833084,0.258629297,1771.1992264 +201,-1.242424992,0.7378949807,363,-1.511833084,0.258629297,2109.2938801 +202,-1.270370057,0.7392461008,363,-1.511833084,0.258629297,2074.2979172 +203,-1.448950472,0.7441675014,363,-1.511833084,0.258629297,1935.1133167 +204,-1.492662363,0.7523026852,363,-1.511833084,0.258629297,1956.5241614 +205,-1.479098966,0.7763855017,363,-1.511833084,0.258629297,2053.787495 +206,-1.633760714,0.7869022408,363,-1.511833084,0.258629297,2131.9738338 +207,-1.647406434,0.8101289331,363,-1.511833084,0.258629297,2230.2923931 +208,-1.564245052,0.5701509278,363,-1.511833084,0.258629297,1248.2982762 +209,-1.646289963,0.6833746083,363,-1.511833084,0.258629297,1746.3159607 +210,-1.5820631,0.6751952144,363,-1.511833084,0.258629297,1668.1345455 +211,-1.613236298,0.6681681791,363,-1.511833084,0.258629297,1660.5336246 +212,-1.914661867,0.8212566515,363,-1.511833084,0.258629297,2593.8823002 +213,-1.742133237,0.7250275956,363,-1.511833084,0.258629297,2009.1703576 +214,-2.033144872,0.6557314699,363,-1.511833084,0.258629297,2410.983656 +215,-2.039551981,0.6964723658,363,-1.511833084,0.258629297,2517.1826047 +216,-1.247341019,0.7622473908,363,-1.511833084,0.258629297,2186.0994433 +217,-1.298239787,0.7084123392,363,-1.511833084,0.258629297,1928.0099641 +218,-1.308539688,0.6926545592,363,-1.511833084,0.258629297,1858.2411441 +219,-1.303263185,0.6888938396,363,-1.511833084,0.258629297,1851.9040972 +220,-1.852400229,0.6004246149,363,-1.511833084,0.258629297,1819.4801331 +221,-1.288947707,0.7473773692,363,-1.511833084,0.258629297,2079.0712166 +222,-1.372031502,0.7472790993,363,-1.511833084,0.258629297,1993.1346833 +223,-1.289805721,0.7242157877,363,-1.511833084,0.258629297,1995.3110935 +224,-1.350807603,0.7533498126,363,-1.511833084,0.258629297,2034.3868167 +225,-1.329290365,0.7560442322,363,-1.511833084,0.258629297,2065.1843898 +226,-1.410153004,0.616936428,363,-1.511833084,0.258629297,1464.5644138 +227,-1.393445434,0.6308995063,363,-1.511833084,0.258629297,1532.9664445 +228,-1.37595573,0.6241540638,363,-1.511833084,0.258629297,1525.9621809 +229,-1.358388707,0.6172645205,363,-1.511833084,0.258629297,1521.6524482 +230,-1.753741133,0.8281661666,363,-1.511833084,0.258629297,2392.1283353 +231,-1.47430987,0.6834615681,363,-1.511833084,0.258629297,1687.8243257 +232,-1.421012508,0.7222725206,363,-1.511833084,0.258629297,1862.794137 +233,-1.4476833,0.6978557868,363,-1.511833084,0.258629297,1753.9145782 +234,-1.470370723,0.6966193374,363,-1.511833084,0.258629297,1740.8208087 +235,-1.429211703,0.7037216883,363,-1.511833084,0.258629297,1786.0032164 +236,-1.700578405,0.6178673663,363,-1.511833084,0.258629297,1573.0783058 +237,-1.678117619,0.6331716163,363,-1.511833084,0.258629297,1595.9119513 +238,-1.725644578,0.6316331145,363,-1.511833084,0.258629297,1659.9078952 +239,-2.14012759,0.7930497945,363,-1.511833084,0.258629297,2974.621307 +240,-2.103289431,0.7653606263,363,-1.511833084,0.258629297,2827.1735189 +241,-1.318739838,0.7017808746,363,-1.511833084,0.258629297,1878.0846275 +242,-1.396417427,0.7077900843,363,-1.511833084,0.258629297,1823.1973757 +243,-1.35650337,0.7185539404,363,-1.511833084,0.258629297,1898.4503095 +244,-1.248884539,0.7274156818,363,-1.511833084,0.258629297,2063.8659112 +245,-1.395014798,0.5761185243,363,-1.511833084,0.258629297,1325.8907714 +246,-1.433377362,0.6064716109,363,-1.511833084,0.258629297,1405.9217657 +247,-1.408172432,0.5903155476,363,-1.511833084,0.258629297,1365.2802918 +248,-1.749645898,0.7757118084,363,-1.511833084,0.258629297,2198.8060846 +249,-1.571626686,0.615046989,363,-1.511833084,0.258629297,1427.7031608 +250,-1.514070049,0.6303003037,363,-1.511833084,0.258629297,1472.2101694 +251,-1.480890369,0.6237966528,363,-1.511833084,0.258629297,1450.5884609 +252,-1.704390658,0.5281680612,363,-1.511833084,0.258629297,1277.2322803 +253,-1.64434733,0.5254277498,363,-1.511833084,0.258629297,1161.8629589 +254,-1.703855997,0.4792484842,363,-1.511833084,0.258629297,1124.1738637 +255,-1.692002383,0.5748825051,363,-1.511833084,0.258629297,1410.3885474 +256,-1.854136457,0.5544643913,363,-1.511833084,0.258629297,1704.0893197 +257,-1.665021206,0.520317736,363,-1.511833084,0.258629297,1177.5929104 +258,-1.733654349,0.4845187345,363,-1.511833084,0.258629297,1210.8988117 +259,-1.720938188,0.5135933906,363,-1.511833084,0.258629297,1266.3189393 +260,-1.742668307,0.553296122,363,-1.511833084,0.258629297,1435.0866809 +261,-1.965659039,0.7142126903,363,-1.511833084,0.258629297,2385.51436 +262,-1.944438071,0.6772834804,363,-1.511833084,0.258629297,2240.5805833 +263,-1.270340967,0.7681487096,363,-1.511833084,0.258629297,2176.4344129 +264,-1.353091884,0.6549276821,363,-1.511833084,0.258629297,1665.8785322 +265,-1.333236659,0.6413584414,363,-1.511833084,0.258629297,1641.7385664 +266,-1.352015998,0.6753788907,363,-1.511833084,0.258629297,1742.4434748 +267,-1.377988483,0.6577816235,363,-1.511833084,0.258629297,1649.3848888 +268,-2.13075611,0.8318642051,363,-1.511833084,0.258629297,3041.6322014 +269,-2.097910953,0.8259670014,363,-1.511833084,0.258629297,2957.4385395 +270,-1.416382069,0.6694271549,363,-1.511833084,0.258629297,1661.0661996 +271,-1.538905672,0.7535625993,363,-1.511833084,0.258629297,1962.5841404 +272,-1.572309477,0.7803125099,363,-1.511833084,0.258629297,2076.3488862 +273,-1.87759879,0.7503853417,363,-1.511833084,0.258629297,2309.8694721 +274,1.152365588,0.590457682,363,-1.511833084,0.258629297,8628.5527839 +275,0.350198001,0.718001859,363,-1.511833084,0.258629297,6383.5733648 +276,0.046513677,0.491503852,363,-1.511833084,0.258629297,5700.2790048 +277,0.027510309,0.742571376,363,-1.511833084,0.258629297,5443.1912648 +278,0.306285725,-0.214631579,363,-1.511833084,0.258629297,7369.6098404 +279,-1.100564889,0.318051531,363,-1.511833084,0.258629297,1578.2363513 +280,-1.078582306,0.301437596,363,-1.511833084,0.258629297,1656.7967634 +281,-1.137371989,-0.617634065,363,-1.511833084,0.258629297,3744.7587734 +282,0.784356344,0.703272339,363,-1.511833084,0.258629297,7527.9810984 +283,-1.221209947,0.218327455,363,-1.511833084,0.258629297,1129.6047961 +284,2.347301921,-0.449114658,363,-1.511833084,0.258629297,9685.5317999 +285,0.246820618,0.830553713,363,-1.511833084,0.258629297,5956.1190354 +286,0.829414965,0.703288228,363,-1.511833084,0.258629297,7630.3661317 +287,-1.337537566,0.42332223,363,-1.511833084,0.258629297,920.56963531 +288,0.882453706,0.454478077,363,-1.511833084,0.258629297,8410.6164523 +289,1.575629659,0.416419109,363,-1.511833084,0.258629297,9761.7846242 +290,-1.039455679,0.229888244,363,-1.511833084,0.258629297,1818.0322515 +291,0.489558039,0.934482747,363,-1.511833084,0.258629297,6356.9753449 +292,0.081344504,0.88384514,363,-1.511833084,0.258629297,5488.8215587 +293,-1.547979814,0.300350308,363,-1.511833084,0.258629297,215.04863587 +294,0.040776181,0.168560074,363,-1.511833084,0.258629297,5983.1754655 +295,-1.130374745,0.563894876,363,-1.511833084,0.258629297,1831.0874654 +296,1.578326642,0.478507176,363,-1.511833084,0.258629297,9517.3698391 +297,-1.12861823,-0.291640865,363,-1.511833084,0.258629297,2644.9127321 +298,0.310524208,0.770885792,363,-1.511833084,0.258629297,6199.7610424 +299,0.415649091,-0.387246002,363,-1.511833084,0.258629297,7891.5565503 +300,-0.926533878,-0.188022748,363,-1.511833084,0.258629297,2899.5824419 +301,1.258856172,-0.11716081,363,-1.511833084,0.258629297,10897.116321 +302,-1.126050026,0.322941926,363,-1.511833084,0.258629297,1484.872981 +303,2.002785835,0.07893892,363,-1.511833084,0.258629297,10460.898437 +304,0.440437607,0.746258085,363,-1.511833084,0.258629297,6581.3826585 +305,-0.030391866,0.214441206,363,-1.511833084,0.258629297,5670.686122 +306,0.521557815,-0.058929362,363,-1.511833084,0.258629297,8051.9227415 +307,-0.097005111,0.13317729,363,-1.511833084,0.258629297,5493.7550207 +308,1.83113859,0.221857587,363,-1.511833084,0.258629297,10383.278927 +309,0.222428864,0.099404236,363,-1.511833084,0.258629297,6742.9827981 +310,-1.702731345,0.8728568183,363,-1.511833084,0.258629297,2509.4773853 +311,-0.418507569,0.278324921,363,-1.511833084,0.258629297,4159.7284041 +312,-1.41153306,0.339029988,363,-1.511833084,0.258629297,495.44815821 +313,0.357560442,0.114788776,363,-1.511833084,0.258629297,7236.0130148 +314,0.325818979,0.268352149,363,-1.511833084,0.258629297,6930.7335408 +315,-1.246004659,-0.663679965,363,-1.511833084,0.258629297,3784.579768 +316,1.814603087,0.637404484,363,-1.511833084,0.258629297,8827.9696161 +317,1.843704281,-0.18300445,363,-1.511833084,0.258629297,11564.687689 +318,1.690644492,-0.211480909,363,-1.511833084,0.258629297,12144.064515 +319,-1.275451936,0.068109467,363,-1.511833084,0.258629297,1191.666993 +320,0.762430171,-0.207594741,363,-1.511833084,0.258629297,9101.6079651 +321,0.265668905,-0.014647884,363,-1.511833084,0.258629297,7028.1392248 +322,-2.773032013,-0.335515811,363,-1.511833084,0.258629297,5448.9520436 +323,-1.469512853,0.174058777,363,-1.511833084,0.258629297,372.82814993 +324,0.286276986,0.785925691,363,-1.511833084,0.258629297,6115.0882236 +325,-1.379324697,0.377432233,363,-1.511833084,0.258629297,685.25042579 +326,-1.203778265,0.212813032,363,-1.511833084,0.258629297,1199.8849599 +327,0.579916301,0.611743168,363,-1.511833084,0.258629297,7210.5904622 +328,0.267582642,0.868113908,363,-1.511833084,0.258629297,5961.2065396 +329,0.412869244,-0.050245578,363,-1.511833084,0.258629297,7627.5306519 +330,0.17524381,0.976660285,363,-1.511833084,0.258629297,5628.9644795 +331,0.743157214,0.204812899,363,-1.511833084,0.258629297,8510.8620885 +332,-1.070758176,0.269382282,363,-1.511833084,0.258629297,1686.1450993 +333,-1.230364251,0.329790229,363,-1.511833084,0.258629297,1103.0288961 +334,-1.374813124,-0.024926835,363,-1.511833084,0.258629297,1244.9991324 +335,0.519780566,0.463669906,363,-1.511833084,0.258629297,7305.3248628 +336,-1.55108034,0.239698561,363,-1.511833084,0.258629297,168.28381021 +337,0.180294813,0.029739425,363,-1.511833084,0.258629297,6655.935572 +338,0.67820924,0.268170153,363,-1.511833084,0.258629297,8174.8044949 +339,0.445798684,1.024001867,363,-1.511833084,0.258629297,6107.7029226 +340,0.691751283,0.150521402,363,-1.511833084,0.258629297,8420.1256185 +341,-1.036643551,-0.903056181,363,-1.511833084,0.258629297,4883.6544797 +342,-0.120287036,1.083325163,363,-1.511833084,0.258629297,4987.1915035 +343,2.823513113,-0.304487164,363,-1.511833084,0.258629297,7922.3705126 +344,0.457583172,1.12513373,363,-1.511833084,0.258629297,5948.2930022 +345,0.042918831,0.813795399,363,-1.511833084,0.258629297,5438.2473416 +346,1.196146777,-0.853142756,363,-1.511833084,0.258629297,9700.4392226 +347,0.206001358,-0.010430701,363,-1.511833084,0.258629297,6795.4835168 +348,-0.268308653,0.234799412,363,-1.511833084,0.258629297,4755.8104606 +349,0.759363263,0.736189579,363,-1.511833084,0.258629297,7387.3409203 +350,0.181363926,0.891988372,363,-1.511833084,0.258629297,5725.6989522 +351,-0.021111158,0.139103292,363,-1.511833084,0.258629297,5777.1863293 +352,-0.093355215,0.630686981,363,-1.511833084,0.258629297,5141.9586968 +353,0.40118964,0.681375926,363,-1.511833084,0.258629297,6582.4433246 +354,-0.721197315,1.304706234,363,-1.511833084,0.258629297,4480.7093777 +355,-1.076150317,0.212107639,363,-1.511833084,0.258629297,1687.3373102 +356,-1.577164531,0.273993443,363,-1.511833084,0.258629297,256.96000316 +357,-0.190788414,0.182208586,363,-1.511833084,0.258629297,5092.3229252 +358,-0.261349752,0.209710184,363,-1.511833084,0.258629297,4801.5029414 +359,-1.029303852,0.083549259,363,-1.511833084,0.258629297,2004.030148 +360,-1.268609162,0.330525297,363,-1.511833084,0.258629297,964.46704801 +361,1.282982244,-0.926641967,363,-1.511833084,0.258629297,9584.0682176 +362,0.217352334,0.731352408,363,-1.511833084,0.258629297,5994.7341133 +363,-1.511833084,0.258629297,363,-1.511833084,0.258629297,0 +364,0.338812194,0.823184618,363,-1.511833084,0.258629297,6198.1479839 +365,-0.324406489,1.134201999,363,-1.511833084,0.258629297,4657.9102531 +366,1.389579348,0.399185724,363,-1.511833084,0.258629297,9676.8062054 +367,2.047152199,-0.039082036,363,-1.511833084,0.258629297,10595.301457 +368,0.947780369,0.568250077,363,-1.511833084,0.258629297,8272.7194181 +369,0.763824846,0.576754987,363,-1.511833084,0.258629297,7789.8694697 +370,-0.142334657,0.928153068,363,-1.511833084,0.258629297,4929.2918306 +371,0.610266567,0.547265983,363,-1.511833084,0.258629297,7426.0606207 +372,0.210731629,0.746815056,363,-1.511833084,0.258629297,5958.4144947 +373,-1.34931644,0.316895224,363,-1.511833084,0.258629297,658.839612 +374,2.407696481,0.655030745,363,-1.511833084,0.258629297,7810.2623152 +375,0.64207831,0.545359131,363,-1.511833084,0.258629297,7522.3028884 +376,1.174597538,0.840588356,363,-1.511833084,0.258629297,7802.9857725 +377,0.660059424,0.010604079,363,-1.511833084,0.258629297,8500.2547426 +378,-0.730263819,0.010486456,363,-1.511833084,0.258629297,3211.9764833 +379,0.831068936,0.512339172,363,-1.511833084,0.258629297,8126.28323 +380,1.301180979,0.72367476,363,-1.511833084,0.258629297,8371.0999112 +381,1.811128231,0.322854402,363,-1.511833084,0.258629297,10034.305906 +382,0.435105812,0.992284428,363,-1.511833084,0.258629297,6142.8286726 +383,0.62643634,0.592027932,363,-1.511833084,0.258629297,7381.0189958 +384,0.492988703,-0.516339467,363,-1.511833084,0.258629297,8204.1469624 +385,-0.162469483,0.112549365,363,-1.511833084,0.258629297,5263.1202727 +386,0.314630866,0.472006421,363,-1.511833084,0.258629297,6624.5120862 +387,0.166744804,0.822815954,363,-1.511833084,0.258629297,5758.4128713 +388,0.417159608,0.965805736,363,-1.511833084,0.258629297,6152.224871 +389,0.106334961,0.868774244,363,-1.511833084,0.258629297,5562.4781432 +390,0.815086969,-0.338144359,363,-1.511833084,0.258629297,9352.3375528 +391,0.59867455,-0.230624824,363,-1.511833084,0.258629297,8491.3446817 +392,1.915104874,0.066220985,363,-1.511833084,0.258629297,10738.033849 +393,1.278093622,0.064463721,363,-1.511833084,0.258629297,10561.712459 +394,-0.061477853,0.302997961,363,-1.511833084,0.258629297,5476.1213427 +395,0.251311504,0.626976942,363,-1.511833084,0.258629297,6220.3617386 +396,2.950242872,0.149095644,363,-1.511833084,0.258629297,7014.7380811 +397,-0.180294708,0.35375117,363,-1.511833084,0.258629297,5000.4418862 +398,1.010448592,-0.351180233,363,-1.511833084,0.258629297,10079.891907 +399,-1.748740498,0.3686318073,363,-1.511833084,0.258629297,992.57187853 +400,2.699635665,0.123533791,363,-1.511833084,0.258629297,7979.0902536 +401,0.496808033,0.823843254,363,-1.511833084,0.258629297,6582.1430663 +402,0.129574704,0.763364087,363,-1.511833084,0.258629297,5715.3658935 +403,1.798920311,0.817447563,363,-1.511833084,0.258629297,8139.1454285 +404,0.335987953,0.746786541,363,-1.511833084,0.258629297,6302.3586195 +405,-1.085413643,0.292154671,363,-1.511833084,0.258629297,1629.8000304 +406,-0.155321003,0.508207011,363,-1.511833084,0.258629297,4998.2152382 +407,0.620529244,-0.301175104,363,-1.511833084,0.258629297,8612.2441229 +408,1.684402744,0.368716966,363,-1.511833084,0.258629297,9949.8619538 +409,0.300582244,-0.386397212,363,-1.511833084,0.258629297,7473.0917714 +410,2.913555946,-0.009225192,363,-1.511833084,0.258629297,7329.5763425 +411,1.465101417,0.493232532,363,-1.511833084,0.258629297,9399.5194783 +412,0.090612882,0.907955955,363,-1.511833084,0.258629297,5493.8645376 +413,2.987564726,-0.729568594,363,-1.511833084,0.258629297,7523.8997937 +414,-1.484261606,0.224149272,363,-1.511833084,0.258629297,172.90708938 +415,0.164073421,0.303955133,363,-1.511833084,0.258629297,6302.0655236 +416,0.141441293,0.167552546,363,-1.511833084,0.258629297,6364.0633017 +417,2.931321023,-0.506718887,363,-1.511833084,0.258629297,7633.8485394 +418,2.21951565,0.700596356,363,-1.511833084,0.258629297,8067.7395756 +419,0.268112576,1.199114336,363,-1.511833084,0.258629297,5563.7779348 +420,0.978913739,0.359223811,363,-1.511833084,0.258629297,8922.1140758 +421,1.210898818,0.522863584,363,-1.511833084,0.258629297,8959.7388312 +422,2.347397336,0.129231362,363,-1.511833084,0.258629297,9234.203928 +423,0.614394501,0.556878345,363,-1.511833084,0.258629297,7418.7404791 +424,-1.398079356,0.148483366,363,-1.511833084,0.258629297,620.35541145 +425,2.535303836,-0.112984496,363,-1.511833084,0.258629297,8879.7003631 +426,-1.019372593,-0.405322349,363,-1.511833084,0.258629297,3249.2438174 +427,-1.297785627,-0.160104069,363,-1.511833084,0.258629297,1859.4234457 +428,2.144554488,0.205051084,363,-1.511833084,0.258629297,9713.8440888 +429,-2.242387083,-0.426171285,363,-1.511833084,0.258629297,3915.6338697 +430,0.338637212,0.909723676,363,-1.511833084,0.258629297,6071.237857 +431,-0.148798452,0.691042401,363,-1.511833084,0.258629297,4945.6433741 +432,0.893524764,0.441829531,363,-1.511833084,0.258629297,8472.9919047 +433,0.969229347,-0.368847936,363,-1.511833084,0.258629297,9923.266883 +434,0.436043248,0.800045688,363,-1.511833084,0.258629297,6477.6371451 +435,1.687946607,1.081504775,363,-1.511833084,0.258629297,7132.4489813 +436,0.522302046,-0.034889271,363,-1.511833084,0.258629297,8029.7767476 +437,-0.178996113,-0.438090009,363,-1.511833084,0.258629297,5833.6563592 +438,-1.094339566,0.301444068,363,-1.511833084,0.258629297,1597.2532253 +439,-1.064070054,0.242569932,363,-1.511833084,0.258629297,1718.4454225 +440,-1.068153768,0.230387998,363,-1.511833084,0.258629297,1707.9067679 +441,-3.00496892,-0.23989155,363,-1.511833084,0.258629297,6174.0443554 +442,0.21751974,0.766874888,363,-1.511833084,0.258629297,5954.1498768 +443,0.117229532,0.007619006,363,-1.511833084,0.258629297,6437.2962538 +444,0.777758451,0.420554741,363,-1.511833084,0.258629297,8190.0968714 +445,-0.252356999,0.250747086,363,-1.511833084,0.258629297,4804.2005038 +446,0.363148444,0.768483434,363,-1.511833084,0.258629297,6342.4276713 +447,0.903191366,-0.118210676,363,-1.511833084,0.258629297,9567.4652236 +448,-0.205755923,0.149406178,363,-1.511833084,0.258629297,5063.9884214 +449,1.811996086,0.02364353,363,-1.511833084,0.258629297,11117.040933 +450,-1.100670221,0.314845373,363,-1.511833084,0.258629297,1576.7702107 +451,0.340078597,0.850105132,363,-1.511833084,0.258629297,6161.8125492 +452,0.258757267,0.804969236,363,-1.511833084,0.258629297,6018.3904318 +453,2.78505352,-0.155160804,363,-1.511833084,0.258629297,7960.9198298 +454,0.800551619,0.105822106,363,-1.511833084,0.258629297,8882.5820315 +455,0.437940882,-0.506194031,363,-1.511833084,0.258629297,8012.523289 +456,2.230431122,0.63458615,363,-1.511833084,0.258629297,8253.1873767 +457,0.527965361,0.127667701,363,-1.511833084,0.258629297,7855.5921711 +458,-0.063643205,0.702093448,363,-1.511833084,0.258629297,5198.7843239 +459,1.408447268,0.133010502,363,-1.511833084,0.258629297,10665.655437 +460,0.523795955,0.280266966,363,-1.511833084,0.258629297,7620.1389232 +461,-0.975769313,0.072177659,363,-1.511833084,0.258629297,2216.9869978 +462,0.549774164,-0.463663986,363,-1.511833084,0.258629297,8396.9898915 +463,0.29245874,1.095549818,363,-1.511833084,0.258629297,5725.2436291 +464,0.143625958,0.816809593,363,-1.511833084,0.258629297,5703.6326014 +465,0.671902494,0.611159853,363,-1.511833084,0.258629297,7465.0438248 +466,1.239840988,0.6724199,363,-1.511833084,0.258629297,8482.4840585 +467,0.607829703,-0.10932137,363,-1.511833084,0.258629297,8431.0941799 +468,1.763020906,0.263996692,363,-1.511833084,0.258629297,10308.982705 +469,0.378714634,0.726066797,363,-1.511833084,0.258629297,6449.5353436 +470,2.196736143,-0.153862366,363,-1.511833084,0.258629297,10209.200201 +471,0.01702415,0.148991565,363,-1.511833084,0.258629297,5912.4616256 +472,-2.998490902,-0.158002487,363,-1.511833084,0.258629297,6063.4811081 +473,-3.051262951,-0.346595608,363,-1.511833084,0.258629297,6453.2365059 +474,-1.069176439,0.182802941,363,-1.511833084,0.258629297,1735.8534237 +475,0.167157509,0.595344954,363,-1.511833084,0.258629297,5996.0465735 +476,0.613855648,0.681746124,363,-1.511833084,0.258629297,7158.7620162 +477,1.037012736,0.682555367,363,-1.511833084,0.258629297,8119.1064778 +478,-1.253574971,0.379755746,363,-1.511833084,0.258629297,1082.3773464 +479,3.108590453,-0.132620738,363,-1.511833084,0.258629297,6705.6591215 +480,0.565301296,0.022333262,363,-1.511833084,0.258629297,8128.7476485 +481,0.547898238,0.855555614,363,-1.511833084,0.258629297,6637.3878199 +482,0.948309381,0.417393755,363,-1.511833084,0.258629297,8685.8116773 +483,-0.050600732,0.945269213,363,-1.511833084,0.258629297,5142.2051529 +484,-0.977651478,-0.572363064,363,-1.511833084,0.258629297,3863.1278974 +485,1.102014914,0.728861163,363,-1.511833084,0.258629297,8082.6492604 +486,2.927300795,-0.282939414,363,-1.511833084,0.258629297,7520.1694878 +487,-1.154565557,0.124434095,363,-1.511833084,0.258629297,1486.1352351 +488,1.855331234,0.291044755,363,-1.511833084,0.258629297,10094.734039 +489,0.830290659,0.276904518,363,-1.511833084,0.258629297,8664.5148982 +490,0.485104466,-0.234867441,363,-1.511833084,0.258629297,8062.6207982 +491,0.521367572,-0.33161327,363,-1.511833084,0.258629297,8255.0145037 +1,-1.539031704,0.7349710123,364,0.338812194,0.823184618,4850.7755174 +2,-1.536990553,0.7349663874,364,0.338812194,0.823184618,4846.6543914 +3,-1.534951779,0.7349571355,364,0.338812194,0.823184618,4842.5471019 +4,-1.532906461,0.7349480293,364,0.338812194,0.823184618,4838.4218544 +5,-1.531320211,0.7346937278,364,0.338812194,0.823184618,4835.9269232 +6,-1.539451648,0.7335131775,364,0.338812194,0.823184618,4855.8124604 +7,-1.537429487,0.7335445708,364,0.338812194,0.823184618,4851.6234915 +8,-1.535484998,0.7335658704,364,0.338812194,0.823184618,4847.6171539 +9,-1.533488396,0.7336036027,364,0.338812194,0.823184618,4843.4541349 +10,-1.531497785,0.7335842962,364,0.338812194,0.823184618,4839.4627225 +11,-1.530259379,0.7334777758,364,0.338812194,0.823184618,4837.24785 +12,-1.5335454,0.7322346912,364,0.338812194,0.823184618,4847.4921719 +13,-1.531489083,0.7322238773,364,0.338812194,0.823184618,4843.3392881 +14,-1.530011122,0.7321679851,364,0.338812194,0.823184618,4840.4894446 +15,-1.53348106,0.7306614094,364,0.338812194,0.823184618,4851.8705524 +16,-1.531441779,0.7306962275,364,0.338812194,0.823184618,4847.6173813 +17,-1.529755654,0.7306933243,364,0.338812194,0.823184618,4844.1884287 +18,-1.533415048,0.7291384674,364,0.338812194,0.823184618,4856.1025871 +19,-1.531392093,0.7291705353,364,0.338812194,0.823184618,4851.886415 +20,-1.529296523,0.7291214933,364,0.338812194,0.823184618,4847.7501808 +21,-1.535280942,0.727267644,364,0.338812194,0.823184618,4865.2734861 +22,-1.533378158,0.7276139666,364,0.338812194,0.823184618,4860.3997997 +23,-1.531340368,0.7276446587,364,0.338812194,0.823184618,4856.1532 +24,-1.528960113,0.7276398177,364,0.338812194,0.823184618,4851.3043252 +25,-1.533313146,0.7260818349,364,0.338812194,0.823184618,4864.6629149 +26,-1.531259555,0.7260958115,364,0.338812194,0.823184618,4860.4277597 +27,-1.528926415,0.7260865555,364,0.338812194,0.823184618,4855.6830044 +28,-1.531226779,0.7245511789,364,0.338812194,0.823184618,4864.7898034 +29,-1.528904772,0.7245519194,364,0.338812194,0.823184618,4860.0345155 +30,-1.547195875,0.7409785979,364,0.338812194,0.823184618,4849.9707079 +31,-1.5451475,0.740980426,364,0.338812194,0.823184618,4845.8495126 +32,-1.543097679,0.7409798872,364,0.338812194,0.823184618,4841.7279335 +33,-1.540720364,0.7409892687,364,0.338812194,0.823184618,4836.9137884 +34,-1.547188511,0.7395198392,364,0.338812194,0.823184618,4854.1542443 +35,-1.545148587,0.7395226109,364,0.338812194,0.823184618,4850.0434105 +36,-1.543104538,0.7395314908,364,0.338812194,0.823184618,4845.9024876 +37,-1.540727751,0.7395306258,364,0.338812194,0.823184618,4841.114313 +38,-1.547187029,0.7380014886,364,0.338812194,0.823184618,4858.5226147 +39,-1.545147315,0.7380012252,364,0.338812194,0.823184618,4854.4168821 +40,-1.54310719,0.7380060743,364,0.338812194,0.823184618,4850.2913788 +41,-1.540719671,0.7380068206,364,0.338812194,0.823184618,4845.4721796 +42,-1.547187189,0.7364799098,364,0.338812194,0.823184618,4862.9051271 +43,-1.545149996,0.7364853874,364,0.338812194,0.823184618,4858.7839084 +44,-1.543106091,0.7364823484,364,0.338812194,0.823184618,4854.6694223 +45,-1.540717158,0.7364893901,364,0.338812194,0.823184618,4849.8245355 +46,-1.538663972,0.7410138672,364,0.338812194,0.823184618,4832.6976923 +47,-1.53695285,0.7409699132,364,0.338812194,0.823184618,4829.3708233 +48,-1.534910498,0.7409641297,364,0.338812194,0.823184618,4825.2622499 +49,-1.533145034,0.7409536636,364,0.338812194,0.823184618,4821.7228935 +50,-1.538681336,0.7395405883,364,0.338812194,0.823184618,4836.9563847 +51,-1.536999189,0.7395183096,364,0.338812194,0.823184618,4833.6227347 +52,-1.534923633,0.7395144222,364,0.338812194,0.823184618,4829.4377887 +53,-1.533267822,0.7395654306,364,0.338812194,0.823184618,4825.9412674 +54,-1.53867273,0.7380151077,364,0.338812194,0.823184618,4841.3138898 +55,-1.536980576,0.7379994392,364,0.338812194,0.823184618,4837.9377063 +56,-1.534931522,0.7379944961,364,0.338812194,0.823184618,4833.8052851 +57,-1.533387952,0.7379480264,364,0.338812194,0.823184618,4830.811794 +58,-1.538682279,0.7364914363,364,0.338812194,0.823184618,4845.7044874 +59,-1.536980704,0.7364810563,364,0.338812194,0.823184618,4842.290735 +60,-1.534935567,0.7364752065,364,0.338812194,0.823184618,4838.1647967 +61,-1.533042592,0.7363876366,364,0.338812194,0.823184618,4834.5771775 +62,-1.545143426,0.7349628011,364,0.338812194,0.823184618,4863.1532433 +63,-1.543105297,0.7349691947,364,0.338812194,0.823184618,4859.0192356 +64,-1.541064533,0.7349647152,364,0.338812194,0.823184618,4854.9069426 +65,-1.545411803,0.7334624714,364,0.338812194,0.823184618,4868.01542 +66,-1.543446606,0.7334780896,364,0.338812194,0.823184618,4863.9989092 +67,-1.541475327,0.7334957295,364,0.338812194,0.823184618,4859.9604217 +68,-1.545401939,0.731963266,364,0.338812194,0.823184618,4872.3142877 +69,-1.54342253,0.7319915583,364,0.338812194,0.823184618,4868.2286749 +70,-1.541455867,0.7320216438,364,0.338812194,0.823184618,4864.1598768 +71,-1.545410146,0.7304422281,364,0.338812194,0.823184618,4876.7141027 +72,-1.543435491,0.7304713664,364,0.338812194,0.823184618,4872.6317764 +73,-1.541463105,0.7304997613,364,0.338812194,0.823184618,4868.5523647 +74,-1.545414768,0.7289194936,364,0.338812194,0.823184618,4881.1131002 +75,-1.543435774,0.7289538557,364,0.338812194,0.823184618,4877.0030256 +76,-1.541457714,0.7289765881,364,0.338812194,0.823184618,4872.924501 +77,-1.539449415,0.7320555866,364,0.338812194,0.823184618,4859.99553 +78,-1.537429183,0.7321097681,364,0.338812194,0.823184618,4855.7411984 +79,-1.535472649,0.7321497267,364,0.338812194,0.823184618,4851.6532291 +80,-1.539457899,0.7305333307,364,0.338812194,0.823184618,4864.387647 +81,-1.537453161,0.7305750503,364,0.338812194,0.823184618,4860.196565 +82,-1.535479385,0.7306124949,364,0.338812194,0.823184618,4856.0768609 +83,-1.53946905,0.7290102593,364,0.338812194,0.823184618,4868.7891105 +84,-1.537459922,0.7290417293,364,0.338812194,0.823184618,4864.6145821 +85,-1.535451349,0.7290890157,364,0.338812194,0.823184618,4860.391859 +86,-1.535522937,0.7279887191,364,0.338812194,0.823184618,4863.6962474 +87,-1.539442524,0.7274735939,364,0.338812194,0.823184618,4873.1546416 +88,-1.537424111,0.727521351,364,0.338812194,0.823184618,4868.9103403 +89,-1.539384641,0.7259505092,364,0.338812194,0.823184618,4877.4187203 +90,-1.537372391,0.7259947145,364,0.338812194,0.823184618,4873.1930696 +91,-1.535340789,0.7260435356,364,0.338812194,0.823184618,4868.9108134 +92,-1.539325716,0.7244369706,364,0.338812194,0.823184618,4881.6544992 +93,-1.537308932,0.7244801057,364,0.338812194,0.823184618,4877.418609 +94,-1.535289068,0.7245247645,364,0.338812194,0.823184618,4873.1681527 +95,-1.533261366,0.7245550236,364,0.338812194,0.823184618,4868.9391138 +96,-1.539267302,0.722921924,364,0.338812194,0.823184618,4885.8969386 +97,-1.537248972,0.7229660258,364,0.338812194,0.823184618,4881.6510378 +98,-1.535219431,0.7229916471,364,0.338812194,0.823184618,4877.4314345 +99,-1.53318962,0.7230212049,364,0.338812194,0.823184618,4873.1959435 +100,-1.531154816,0.7230299897,364,0.338812194,0.823184618,4869.0058143 +101,-1.528878341,0.7230370244,364,0.338812194,0.823184618,4864.3211409 +102,-1.539218189,0.7214009878,364,0.338812194,0.823184618,4890.1766063 +103,-1.537198791,0.7214422745,364,0.338812194,0.823184618,4885.932555 +104,-1.535179266,0.7214634354,364,0.338812194,0.823184618,4881.7421865 +105,-1.533156501,0.7214944644,364,0.338812194,0.823184618,4877.5128228 +106,-1.53113574,0.7215166021,364,0.338812194,0.823184618,4873.3091105 +107,-1.528874248,0.7215345535,364,0.338812194,0.823184618,4868.6194315 +108,-1.539217656,0.7198512397,364,0.338812194,0.823184618,4894.6398861 +109,-1.537199919,0.7199428763,364,0.338812194,0.823184618,4890.2502613 +110,-1.545425832,0.727397149,364,0.338812194,0.823184618,4885.5255776 +111,-1.543371177,0.7273916949,364,0.338812194,0.823184618,4881.3727645 +112,-1.541368852,0.7274523163,364,0.338812194,0.823184618,4877.1317213 +113,-1.545349067,0.7258710923,364,0.338812194,0.823184618,4889.7720458 +114,-1.54332671,0.7258603556,364,0.338812194,0.823184618,4885.6958997 +115,-1.541346831,0.7259242142,364,0.338812194,0.823184618,4881.4870935 +116,-1.545324355,0.7243383958,364,0.338812194,0.823184618,4894.1446484 +117,-1.543292796,0.7243617413,364,0.338812194,0.823184618,4889.9474917 +118,-1.541295822,0.7244024384,364,0.338812194,0.823184618,4885.7666724 +119,-1.543193859,0.7205570215,364,0.338812194,0.823184618,4900.7213339 +120,-1.550257047,0.7386738187,364,0.338812194,0.823184618,4862.7568267 +121,-1.549335448,0.7311736483,364,0.338812194,0.823184618,4882.5388316 +122,-1.533478843,0.7179891343,364,0.338812194,0.823184618,4888.24707 +123,-1.556150555,0.738907041,364,0.338812194,0.823184618,4873.9001738 +124,-1.554324226,0.733414257,364,0.338812194,0.823184618,4886.1168105 +125,-1.554290846,0.7288285332,364,0.338812194,0.823184618,4899.3174214 +126,-1.55122487,0.7219795312,364,0.338812194,0.823184618,4912.9430804 +127,-1.525104458,0.7229399862,364,0.338812194,0.823184618,4856.8546243 +128,-1.519607711,0.7236181429,364,0.338812194,0.823184618,4843.6135124 +129,-1.513899999,0.7251107854,364,0.338812194,0.823184618,4827.5991693 +130,-1.536620762,0.7431061895,364,0.338812194,0.823184618,4822.5843571 +131,-1.5369566,0.7460845958,364,0.338812194,0.823184618,4814.7384855 +132,-1.545345528,0.7447040685,364,0.338812194,0.823184618,4835.5464722 +133,-1.532813921,0.7432306626,364,0.338812194,0.823184618,4814.5457073 +134,-1.554788248,0.7382381001,364,0.338812194,0.823184618,4873.1047141 +135,-1.540348126,0.7301594274,364,0.338812194,0.823184618,4867.2694852 +136,-1.538016084,0.7239051786,364,0.338812194,0.823184618,4880.5147603 +137,-1.525288962,0.7258085137,364,0.338812194,0.823184618,4849.0284721 +138,-1.534326986,0.731241342,364,0.338812194,0.823184618,4851.9292461 +139,-1.530733872,0.7303625216,364,0.338812194,0.823184618,4847.1300888 +141,-1.534354939,0.7328219978,364,0.338812194,0.823184618,4847.4545848 +142,-1.53157084,0.7292888153,364,0.338812194,0.823184618,4851.912101 +143,-1.525691035,0.7263799874,364,0.338812194,0.823184618,4848.2184542 +144,-1.534031287,0.7495967835,364,0.338812194,0.823184618,4798.8195611 +145,-1.527714986,0.7283095957,364,0.338812194,0.823184618,4846.8420483 +146,-1.526189586,0.7271468292,364,0.338812194,0.823184618,4847.0467861 +147,-1.555177336,0.7375563366,364,0.338812194,0.823184618,4875.8547225 +148,-1.555080283,0.7312707794,364,0.338812194,0.823184618,4893.8390135 +149,-1.53856994,0.7224180299,364,0.338812194,0.823184618,4885.9247005 +150,-1.530837883,0.729933372,364,0.338812194,0.823184618,4848.5710577 +151,-1.515066984,0.5854133365,364,0.338812194,0.823184618,5233.709413 +152,-1.534731633,0.5368370046,364,0.338812194,0.823184618,5420.9424538 +153,-1.515231902,0.5607085576,364,0.338812194,0.823184618,5306.5332238 +154,-2.616253799,1.0684566605,364,0.338812194,0.823184618,4927.3330521 +155,-1.956071439,0.5792177723,364,0.338812194,0.823184618,6125.0153498 +156,-1.951208514,0.5602434208,364,0.338812194,0.823184618,6181.3626083 +157,-1.944675062,0.6062144545,364,0.338812194,0.823184618,6013.9988109 +158,-1.613778386,0.6077989518,364,0.338812194,0.823184618,5380.5606866 +159,-2.035029014,0.6021432345,364,0.338812194,0.823184618,6173.4948433 +160,-2.114989471,0.6801825058,364,0.338812194,0.823184618,6012.703477 +161,-2.037382079,0.5765830025,364,0.338812194,0.823184618,6266.4255743 +162,-2.129855121,0.6585019963,364,0.338812194,0.823184618,6110.0799318 +163,-2.075141798,0.6493615843,364,0.338812194,0.823184618,6067.2187484 +164,-1.828626729,0.6948433129,364,0.338812194,0.823184618,5520.8377668 +165,-1.863329418,0.6735427691,364,0.338812194,0.823184618,5650.5303863 +166,-1.266037071,0.727988852,364,0.338812194,0.823184618,4280.9474271 +167,-1.277579582,0.7249010648,364,0.338812194,0.823184618,4315.0327252 +168,-1.258418684,0.7241194816,364,0.338812194,0.823184618,4273.3256826 +169,-1.317813974,0.6804850104,364,0.338812194,0.823184618,4522.1480717 +170,-1.344165204,0.6790988904,364,0.338812194,0.823184618,4586.0075713 +171,-1.427582102,0.5277120351,364,0.338812194,0.823184618,5200.1643511 +172,-1.402238616,0.457167829,364,0.338812194,0.823184618,5341.9954375 +173,-1.422454264,0.4996161999,364,0.338812194,0.823184618,5268.6877415 +174,-1.439089277,0.4894859811,364,0.338812194,0.823184618,5337.6449918 +175,-1.448126995,0.5182330266,364,0.338812194,0.823184618,5275.867687 +176,-1.474626146,0.5881926574,364,0.338812194,0.823184618,5134.970673 +177,-1.421139645,0.5584869783,364,0.338812194,0.823184618,5097.1099179 +178,-1.457037165,0.565943032,364,0.338812194,0.823184618,5158.9706883 +179,-2.757159358,0.3745319,364,0.338812194,0.823184618,7696.8933483 +180,-2.714309238,0.342054471,364,0.338812194,0.823184618,7817.5444582 +181,-2.000525337,0.774119946,364,0.338812194,0.823184618,5526.218829 +183,-1.571413436,0.6777838382,364,0.338812194,0.823184618,5083.3445301 +184,-1.552860289,0.6987663893,364,0.338812194,0.823184618,4983.6800675 +185,-1.521852374,0.7165827476,364,0.338812194,0.823184618,4868.3456024 +186,-1.503656267,0.6928968252,364,0.338812194,0.823184618,4898.018459 +187,-1.502753178,0.7136205882,364,0.338812194,0.823184618,4837.1237703 +188,-1.631894563,0.7343596465,364,0.338812194,0.823184618,5036.1007957 +189,-1.653765416,0.6770714026,364,0.338812194,0.823184618,5251.7412784 +190,-1.719812114,0.6715965947,364,0.338812194,0.823184618,5396.7089848 +191,-1.493406659,0.6646955447,364,0.338812194,0.823184618,4956.7173247 +192,-1.469120564,0.6613469966,364,0.338812194,0.823184618,4913.5414329 +193,-1.590551461,0.5326612937,364,0.338812194,0.823184618,5557.8966296 +194,-1.625979264,0.5247742243,364,0.338812194,0.823184618,5659.4442579 +195,-1.572293943,0.5238808754,364,0.338812194,0.823184618,5543.9057638 +196,-1.610848725,0.5477107964,364,0.338812194,0.823184618,5556.603018 +197,-1.208485554,0.7918526018,364,0.338812194,0.823184618,3994.854284 +198,-1.335601374,0.6869083083,364,0.338812194,0.823184618,4545.7282455 +199,-1.346156996,0.6825213377,364,0.338812194,0.823184618,4581.3787835 +200,-1.324381037,0.6741422347,364,0.338812194,0.823184618,4554.0211232 +201,-1.242424992,0.7378949807,364,0.338812194,0.823184618,4202.2912182 +202,-1.270370057,0.7392461008,364,0.338812194,0.823184618,4262.3815012 +203,-1.448950472,0.7441675014,364,0.338812194,0.823184618,4639.1130032 +204,-1.492662363,0.7523026852,364,0.338812194,0.823184618,4707.229753 +205,-1.479098966,0.7763855017,364,0.338812194,0.823184618,4612.6861758 +206,-1.633760714,0.7869022408,364,0.338812194,0.823184618,4883.1387361 +207,-1.647406434,0.8101289331,364,0.338812194,0.823184618,4839.2257648 +208,-1.564245052,0.5701509278,364,0.338812194,0.823184618,5387.4185489 +209,-1.646289963,0.6833746083,364,0.338812194,0.823184618,5217.82204 +210,-1.5820631,0.6751952144,364,0.338812194,0.823184618,5112.9127629 +211,-1.613236298,0.6681681791,364,0.338812194,0.823184618,5197.5186546 +212,-1.914661867,0.8212566515,364,0.338812194,0.823184618,5243.2892917 +213,-1.742133237,0.7250275956,364,0.338812194,0.823184618,5270.8457073 +214,-2.033144872,0.6557314699,364,0.338812194,0.823184618,5983.6250388 +215,-2.039551981,0.6964723658,364,0.338812194,0.823184618,5850.8035082 +216,-1.247341019,0.7622473908,364,0.338812194,0.823184618,4153.2621116 +217,-1.298239787,0.7084123392,364,0.338812194,0.823184618,4404.3517385 +218,-1.308539688,0.6926545592,364,0.338812194,0.823184618,4468.8918005 +219,-1.303263185,0.6888938396,364,0.338812194,0.823184618,4466.6490385 +220,-1.852400229,0.6004246149,364,0.338812194,0.823184618,5872.1805348 +221,-1.288947707,0.7473773692,364,0.338812194,0.823184618,4283.5942746 +222,-1.372031502,0.7472790993,364,0.338812194,0.823184618,4466.6535502 +223,-1.289805721,0.7242157877,364,0.338812194,0.823184618,4344.5072005 +224,-1.350807603,0.7533498126,364,0.338812194,0.823184618,4404.6601509 +225,-1.329290365,0.7560442322,364,0.338812194,0.823184618,4350.7139423 +226,-1.410153004,0.616936428,364,0.338812194,0.823184618,4906.7287663 +227,-1.393445434,0.6308995063,364,0.338812194,0.823184618,4829.6502582 +228,-1.37595573,0.6241540638,364,0.338812194,0.823184618,4808.1134358 +229,-1.358388707,0.6172645205,364,0.338812194,0.823184618,4786.3198023 +230,-1.753741133,0.8281661666,364,0.338812194,0.823184618,4968.9395181 +231,-1.47430987,0.6834615681,364,0.338812194,0.823184618,4862.2176728 +232,-1.421012508,0.7222725206,364,0.338812194,0.823184618,4639.6098521 +233,-1.4476833,0.6978557868,364,0.338812194,0.823184618,4764.4365084 +234,-1.470370723,0.6966193374,364,0.338812194,0.823184618,4816.681592 +235,-1.429211703,0.7037216883,364,0.338812194,0.823184618,4708.202468 +236,-1.700578405,0.6178673663,364,0.338812194,0.823184618,5527.0993308 +237,-1.678117619,0.6331716163,364,0.338812194,0.823184618,5434.802095 +238,-1.725644578,0.6316331145,364,0.338812194,0.823184618,5533.2626484 +239,-2.14012759,0.7930497945,364,0.338812194,0.823184618,5639.996592 +240,-2.103289431,0.7653606263,364,0.338812194,0.823184618,5694.013703 +241,-1.318739838,0.7017808746,364,0.338812194,0.823184618,4468.2044076 +242,-1.396417427,0.7077900843,364,0.338812194,0.823184618,4625.5177887 +243,-1.35650337,0.7185539404,364,0.338812194,0.823184618,4508.6460246 +244,-1.248884539,0.7274156818,364,0.338812194,0.823184618,4243.2102962 +245,-1.395014798,0.5761185243,364,0.338812194,0.823184618,4986.1433854 +246,-1.433377362,0.6064716109,364,0.338812194,0.823184618,4989.1775217 +247,-1.408172432,0.5903155476,364,0.338812194,0.823184618,4976.8691511 +248,-1.749645898,0.7757118084,364,0.338812194,0.823184618,5125.4711856 +249,-1.571626686,0.615046989,364,0.338812194,0.823184618,5269.5697437 +250,-1.514070049,0.6303003037,364,0.338812194,0.823184618,5100.6308599 +251,-1.480890369,0.6237966528,364,0.338812194,0.823184618,5046.5498667 +252,-1.704390658,0.5281680612,364,0.338812194,0.823184618,5815.8354144 +253,-1.64434733,0.5254277498,364,0.338812194,0.823184618,5697.1796785 +254,-1.703855997,0.4792484842,364,0.338812194,0.823184618,5968.6019103 +255,-1.692002383,0.5748825051,364,0.338812194,0.823184618,5643.9338125 +256,-1.854136457,0.5544643913,364,0.338812194,0.823184618,6026.9093801 +257,-1.665021206,0.520317736,364,0.338812194,0.823184618,5757.3174085 +258,-1.733654349,0.4845187345,364,0.338812194,0.823184618,6014.8864578 +259,-1.720938188,0.5135933906,364,0.338812194,0.823184618,5896.2022023 +260,-1.742668307,0.553296122,364,0.338812194,0.823184618,5814.7200932 +261,-1.965659039,0.7142126903,364,0.338812194,0.823184618,5680.1864444 +262,-1.944438071,0.6772834804,364,0.338812194,0.823184618,5772.531269 +263,-1.270340967,0.7681487096,364,0.338812194,0.823184618,4190.0834968 +264,-1.353091884,0.6549276821,364,0.338812194,0.823184618,4671.4307161 +265,-1.333236659,0.6413584414,364,0.338812194,0.823184618,4662.2371502 +266,-1.352015998,0.6753788907,364,0.338812194,0.823184618,4613.8205326 +267,-1.377988483,0.6577816235,364,0.338812194,0.823184618,4720.4761384 +268,-2.13075611,0.8318642051,364,0.338812194,0.823184618,5490.0589514 +269,-2.097910953,0.8259670014,364,0.338812194,0.823184618,5472.3951391 +270,-1.416382069,0.6694271549,364,0.338812194,0.823184618,4774.7034958 +271,-1.538905672,0.7535625993,364,0.338812194,0.823184618,4797.2674533 +272,-1.572309477,0.7803125099,364,0.338812194,0.823184618,4786.1111915 +273,-1.87759879,0.7503853417,364,0.338812194,0.823184618,5420.9130049 +274,1.152365588,0.590457682,364,0.338812194,0.823184618,2573.747161 +275,0.350198001,0.718001859,364,0.338812194,0.823184618,417.87919334 +276,0.046513677,0.491503852,364,0.338812194,0.823184618,1594.4298696 +277,0.027510309,0.742571376,364,0.338812194,0.823184618,928.05992768 +278,0.306285725,-0.214631579,364,0.338812194,0.823184618,4112.4056633 +279,-1.100564889,0.318051531,364,0.338812194,0.823184618,4956.9986097 +280,-1.078582306,0.301437596,364,0.338812194,0.823184618,4944.5809907 +281,-1.137371989,-0.617634065,364,0.338812194,0.823184618,7733.0111556 +282,0.784356344,0.703272339,364,0.338812194,0.823184618,1353.3810144 +283,-1.221209947,0.218327455,364,0.338812194,0.823184618,5561.4004052 +284,2.347301921,-0.449114658,364,0.338812194,0.823184618,8662.8780995 +285,0.246820618,0.830553713,364,0.338812194,0.823184618,248.42205777 +286,0.829414965,0.703288228,364,0.338812194,0.823184618,1472.9085216 +287,-1.337537566,0.42332223,364,0.338812194,0.823184618,5278.5067325 +288,0.882453706,0.454478077,364,0.338812194,0.823184618,2236.9551891 +289,1.575629659,0.416419109,364,0.338812194,0.823184618,4145.9267744 +290,-1.039455679,0.229888244,364,0.338812194,0.823184618,5040.8875707 +291,0.489558039,0.934482747,364,0.338812194,0.823184618,581.83329224 +292,0.081344504,0.88384514,364,0.338812194,0.823184618,710.66177846 +293,-1.547979814,0.300350308,364,0.338812194,0.823184618,6161.9965587 +294,0.040776181,0.168560074,364,0.338812194,0.823184618,2779.5406143 +295,-1.130374745,0.563894876,364,0.338812194,0.823184618,4372.0426926 +296,1.578326642,0.478507176,364,0.338812194,0.823184618,3990.7907897 +297,-1.12861823,-0.291640865,364,0.338812194,0.823184618,6792.9201127 +298,0.310524208,0.770885792,364,0.338812194,0.823184618,221.4471297 +299,0.415649091,-0.387246002,364,0.338812194,0.823184618,4802.3752339 +300,-0.926533878,-0.188022748,364,0.338812194,0.823184618,5969.0970875 +301,1.258856172,-0.11716081,364,0.338812194,0.823184618,4917.80437 +302,-1.126050026,0.322941926,364,0.338812194,0.823184618,5011.3167621 +303,2.002785835,0.07893892,364,0.338812194,0.823184618,6242.658873 +304,0.440437607,0.746258085,364,0.338812194,0.823184618,416.86845373 +305,-0.030391866,0.214441206,364,0.338812194,0.823184618,2705.8693426 +306,0.521557815,-0.058929362,364,0.338812194,0.823184618,3551.6904426 +307,-0.097005111,0.13317729,364,0.338812194,0.823184618,3104.5436076 +308,1.83113859,0.221857587,364,0.338812194,0.823184618,5370.2990239 +309,0.222428864,0.099404236,364,0.338812194,0.823184618,2894.1629356 +310,-1.702731345,0.8728568183,364,0.338812194,0.823184618,4747.6037968 +311,-0.418507569,0.278324921,364,0.338812194,0.823184618,3278.7748582 +312,-1.41153306,0.339029988,364,0.338812194,0.823184618,5708.0368557 +313,0.357560442,0.114788776,364,0.338812194,0.823184618,2806.6785052 +314,0.325818979,0.268352149,364,0.338812194,0.823184618,2198.107443 +315,-1.246004659,-0.663679965,364,0.338812194,0.823184618,8111.8965692 +316,1.814603087,0.637404484,364,0.338812194,0.823184618,4201.5480575 +317,1.843704281,-0.18300445,364,0.338812194,0.823184618,6576.6087407 +318,1.690644492,-0.211480909,364,0.338812194,0.823184618,6259.6904338 +319,-1.275451936,0.068109467,364,0.338812194,0.823184618,6140.9891368 +320,0.762430171,-0.207594741,364,0.338812194,0.823184618,4349.3281622 +321,0.265668905,-0.014647884,364,0.338812194,0.823184618,3328.3315761 +322,-2.773032013,-0.335515811,364,0.338812194,0.823184618,10509.792573 +323,-1.469512853,0.174058777,364,0.338812194,0.823184618,6343.0123753 +324,0.286276986,0.785925691,364,0.338812194,0.823184618,206.37277544 +325,-1.379324697,0.377432233,364,0.338812194,0.823184618,5515.2458974 +326,-1.203778265,0.212813032,364,0.338812194,0.823184618,5530.6909767 +327,0.579916301,0.611743168,364,0.338812194,0.823184618,1100.8147225 +328,0.267582642,0.868113908,364,0.338812194,0.823184618,258.17011898 +329,0.412869244,-0.050245578,364,0.338812194,0.823184618,3469.2648424 +330,0.17524381,0.976660285,364,0.338812194,0.823184618,727.82795578 +331,0.743157214,0.204812899,364,0.338812194,0.823184618,2795.3659357 +332,-1.070758176,0.269382282,364,0.338812194,0.823184618,5013.5131638 +333,-1.230364251,0.329790229,364,0.338812194,0.823184618,5267.9426692 +334,-1.374813124,-0.024926835,364,0.338812194,0.823184618,6678.5503174 +335,0.519780566,0.463669906,364,0.338812194,0.823184618,1531.9435302 +336,-1.55108034,0.239698561,364,0.338812194,0.823184618,6353.0295358 +337,0.180294813,0.029739425,364,0.338812194,0.823184618,3189.9115298 +338,0.67820924,0.268170153,364,0.338812194,0.823184618,2465.2344791 +339,0.445798684,1.024001867,364,0.338812194,0.823184618,834.62229823 +340,0.691751283,0.150521402,364,0.338812194,0.823184618,2917.8244082 +341,-1.036643551,-0.903056181,364,0.338812194,0.823184618,8268.966084 +342,-0.120287036,1.083325163,364,0.338812194,0.823184618,1454.013459 +343,2.823513113,-0.304487164,364,0.338812194,0.823184618,9483.551061 +344,0.457583172,1.12513373,364,0.338812194,0.823184618,1223.2214088 +345,0.042918831,0.813795399,364,0.338812194,0.823184618,800.16805533 +346,1.196146777,-0.853142756,364,0.338812194,0.823184618,7263.0626229 +347,0.206001358,-0.010430701,364,0.338812194,0.823184618,3333.864948 +348,-0.268308653,0.234799412,364,0.338812194,0.823184618,3074.0154772 +349,0.759363263,0.736189579,364,0.338812194,0.823184618,1228.1186603 +350,0.181363926,0.891988372,364,0.338812194,0.823184618,490.14219573 +351,-0.021111158,0.139103292,364,0.338812194,0.823184618,2969.7784758 +352,-0.093355215,0.630686981,364,0.338812194,0.823184618,1479.5438492 +353,0.40118964,0.681375926,364,0.338812194,0.823184618,589.79015985 +354,-0.721197315,1.304706234,364,0.338812194,0.823184618,2582.3357585 +355,-1.076150317,0.212107639,364,0.338812194,0.823184618,5190.2029582 +356,-1.577164531,0.273993443,364,0.338812194,0.823184618,6313.2392163 +357,-0.190788414,0.182208586,364,0.338812194,0.823184618,3095.1968781 +358,-0.261349752,0.209710184,364,0.338812194,0.823184618,3142.5735972 +359,-1.029303852,0.083549259,364,0.338812194,0.823184618,5434.1348517 +360,-1.268609162,0.330525297,364,0.338812194,0.823184618,5365.8707101 +361,1.282982244,-0.926641967,364,0.338812194,0.823184618,7625.3212374 +362,0.217352334,0.731352408,364,0.338812194,0.823184618,499.52937317 +363,-1.511833084,0.258629297,364,0.338812194,0.823184618,6198.1479839 +364,0.338812194,0.823184618,364,0.338812194,0.823184618,0 +365,-0.324406489,1.134201999,364,0.338812194,0.823184618,1865.9536702 +366,1.389579348,0.399185724,364,0.338812194,0.823184618,3691.3287633 +367,2.047152199,-0.039082036,364,0.338812194,0.823184618,6705.5783826 +368,0.947780369,0.568250077,364,0.338812194,0.823184618,2084.6929932 +369,0.763824846,0.576754987,364,0.338812194,0.823184618,1604.3613186 +370,-0.142334657,0.928153068,364,0.338812194,0.823184618,1280.0696047 +371,0.610266567,0.547265983,364,0.338812194,0.823184618,1368.4206435 +372,0.210731629,0.746815056,364,0.338812194,0.823184618,468.99990621 +373,-1.34931644,0.316895224,364,0.338812194,0.823184618,5613.9548642 +374,2.407696481,0.655030745,364,0.338812194,0.823184618,5468.2179264 +375,0.64207831,0.545359131,364,0.338812194,0.823184618,1434.5713598 +376,1.174597538,0.840588356,364,0.338812194,0.823184618,2194.1258531 +377,0.660059424,0.010604079,364,0.338812194,0.823184618,3404.3164046 +378,-0.730263819,0.010486456,364,0.338812194,0.823184618,4870.2803062 +379,0.831068936,0.512339172,364,0.338812194,0.823184618,1946.0750658 +380,1.301180979,0.72367476,364,0.338812194,0.823184618,2698.5039544 +381,1.811128231,0.322854402,364,0.338812194,0.823184618,5031.4024635 +382,0.435105812,0.992284428,364,0.338812194,0.823184618,709.1913707 +383,0.62643634,0.592027932,364,0.338812194,0.823184618,1254.9885296 +384,0.492988703,-0.516339467,364,0.338812194,0.823184618,5334.3703354 +385,-0.162469483,0.112549365,364,0.338812194,0.823184618,3287.8846528 +386,0.314630866,0.472006421,364,0.338812194,0.823184618,1393.0538545 +387,0.166744804,0.822815954,364,0.338812194,0.823184618,463.17133849 +388,0.417159608,0.965805736,364,0.338812194,0.823184618,597.07040113 +389,0.106334961,0.868774244,364,0.338812194,0.823184618,635.6783333 +390,0.815086969,-0.338144359,364,0.338812194,0.823184618,4903.4967247 +391,0.59867455,-0.230624824,364,0.338812194,0.823184618,4274.6815519 +392,1.915104874,0.066220985,364,0.338812194,0.823184618,6044.4253699 +393,1.278093622,0.064463721,364,0.338812194,0.823184618,4382.8596048 +394,-0.061477853,0.302997961,364,0.338812194,0.823184618,2438.3844242 +395,0.251311504,0.626976942,364,0.338812194,0.823184618,818.87239517 +396,2.950242872,0.149095644,364,0.338812194,0.823184618,8165.0366162 +397,-0.180294708,0.35375117,364,0.338812194,0.823184618,2496.9332148 +398,1.010448592,-0.351180233,364,0.338812194,0.823184618,5231.3931451 +399,-1.748740498,0.3686318073,364,0.338812194,0.823184618,6416.4867129 +400,2.699635665,0.123533791,364,0.338812194,0.823184618,7804.2464269 +401,0.496808033,0.823843254,364,0.338812194,0.823184618,425.10790907 +402,0.129574704,0.763364087,364,0.338812194,0.823184618,627.00967517 +403,1.798920311,0.817447563,364,0.338812194,0.823184618,3740.6289383 +404,0.335987953,0.746786541,364,0.338812194,0.823184618,302.71603652 +405,-1.085413643,0.292154671,364,0.338812194,0.823184618,4988.8738464 +406,-0.155321003,0.508207011,364,0.338812194,0.823184618,1962.4892099 +407,0.620529244,-0.301175104,364,0.338812194,0.823184618,4565.24896 +408,1.684402744,0.368716966,364,0.338812194,0.823184618,4566.2823777 +409,0.300582244,-0.386397212,364,0.338812194,0.823184618,4793.1018448 +410,2.913555946,-0.009225192,364,0.338812194,0.823184618,8674.134542 +411,1.465101417,0.493232532,364,0.338812194,0.823184618,3649.5923588 +412,0.090612882,0.907955955,364,0.338812194,0.823184618,718.60398389 +413,2.987564726,-0.729568594,364,0.338812194,0.823184618,11011.243544 +414,-1.484261606,0.224149272,364,0.338812194,0.823184618,6231.6790214 +415,0.164073421,0.303955133,364,0.338812194,0.823184618,2134.2023831 +416,0.141441293,0.167552546,364,0.338812194,0.823184618,2680.3809596 +417,2.931321023,-0.506718887,364,0.338812194,0.823184618,10345.702133 +418,2.21951565,0.700596356,364,0.338812194,0.823184618,4955.7608066 +419,0.268112576,1.199114336,364,0.338812194,0.823184618,1495.6987427 +420,0.978913739,0.359223811,364,0.338812194,0.823184618,2751.4701126 +421,1.210898818,0.522863584,364,0.338812194,0.823184618,2892.0554278 +422,2.347397336,0.129231362,364,0.338812194,0.823184618,6984.4584057 +423,0.614394501,0.556878345,364,0.338812194,0.823184618,1344.1638234 +424,-1.398079356,0.148483366,364,0.338812194,0.823184618,6232.5619655 +425,2.535303836,-0.112984496,364,0.338812194,0.823184618,8197.4491176 +426,-1.019372593,-0.405322349,364,0.338812194,0.823184618,6847.650374 +427,-1.297785627,-0.160104069,364,0.338812194,0.823184618,6862.5912109 +428,2.144554488,0.205051084,364,0.338812194,0.823184618,6244.2666315 +429,-2.242387083,-0.426171285,364,0.338812194,0.823184618,10082.684409 +430,0.338637212,0.909723676,364,0.338812194,0.823184618,342.78150161 +431,-0.148798452,0.691042401,364,0.338812194,0.823184618,1488.4534974 +432,0.893524764,0.441829531,364,0.338812194,0.823184618,2300.7000854 +433,0.969229347,-0.368847936,364,0.338812194,0.823184618,5229.7503472 +434,0.436043248,0.800045688,364,0.338812194,0.823184618,280.4177434 +435,1.687946607,1.081504775,364,0.338812194,0.823184618,3052.1631317 +436,0.522302046,-0.034889271,364,0.338812194,0.823184618,3458.165605 +437,-0.178996113,-0.438090009,364,0.338812194,0.823184618,5327.5113862 +438,-1.094339566,0.301444068,364,0.338812194,0.823184618,4986.7604564 +439,-1.064070054,0.242569932,364,0.338812194,0.823184618,5071.211537 +440,-1.068153768,0.230387998,364,0.338812194,0.823184618,5116.7194287 +441,-3.00496892,-0.23989155,364,0.338812194,0.823184618,10038.392566 +442,0.21751974,0.766874888,364,0.338812194,0.823184618,403.41313622 +443,0.117229532,0.007619006,364,0.338812194,0.823184618,3319.9379243 +444,0.777758451,0.420554741,364,0.338812194,0.823184618,2111.9153003 +445,-0.252356999,0.250747086,364,0.338812194,0.823184618,2987.4575777 +446,0.363148444,0.768483434,364,0.338812194,0.823184618,226.9158698 +447,0.903191366,-0.118210676,364,0.338812194,0.823184618,4220.9295576 +448,-0.205755923,0.149406178,364,0.338812194,0.823184618,3237.177199 +449,1.811996086,0.02364353,364,0.338812194,0.823184618,5890.4838618 +450,-1.100670221,0.314845373,364,0.338812194,0.823184618,4966.2275224 +451,0.340078597,0.850105132,364,0.338812194,0.823184618,106.68508561 +452,0.258757267,0.804969236,364,0.338812194,0.823184618,229.30333982 +453,2.78505352,-0.155160804,364,0.338812194,0.823184618,8916.9316552 +454,0.800551619,0.105822106,364,0.338812194,0.823184618,3245.1988859 +455,0.437940882,-0.506194031,364,0.338812194,0.823184618,5277.5725971 +456,2.230431122,0.63458615,364,0.338812194,0.823184618,5171.5566898 +457,0.527965361,0.127667701,364,0.338812194,0.823184618,2828.4796883 +458,-0.063643205,0.702093448,364,0.338812194,0.823184618,1242.5034217 +459,1.408447268,0.133010502,364,0.338812194,0.823184618,4500.6164247 +460,0.523795955,0.280266966,364,0.338812194,0.823184618,2234.4890678 +461,-0.975769313,0.072177659,364,0.338812194,0.823184618,5324.0904718 +462,0.549774164,-0.463663986,364,0.338812194,0.823184618,5152.7244126 +463,0.29245874,1.095549818,364,0.338812194,0.823184618,1083.7477964 +464,0.143625958,0.816809593,364,0.338812194,0.823184618,527.60153732 +465,0.671902494,0.611159853,364,0.338812194,0.823184618,1295.3466012 +466,1.239840988,0.6724199,364,0.338812194,0.823184618,2633.7471532 +467,0.607829703,-0.10932137,364,0.338812194,0.823184618,3812.2448233 +468,1.763020906,0.263996692,364,0.338812194,0.823184618,5068.0006852 +469,0.378714634,0.726066797,364,0.338812194,0.823184618,400.87578099 +470,2.196736143,-0.153862366,364,0.338812194,0.823184618,7439.8367325 +471,0.01702415,0.148991565,364,0.338812194,0.823184618,2882.4577563 +472,-2.998490902,-0.158002487,364,0.338812194,0.823184618,9727.8585246 +473,-3.051262951,-0.346595608,364,0.338812194,0.823184618,10392.961034 +474,-1.069176439,0.182802941,364,0.338812194,0.823184618,5255.0837762 +475,0.167157509,0.595344954,364,0.338812194,0.823184618,1037.6319758 +476,0.613855648,0.681746124,364,0.338812194,0.823184618,969.88403258 +477,1.037012736,0.682555367,364,0.338812194,0.823184618,2068.8078047 +478,-1.253574971,0.379755746,364,0.338812194,0.823184618,5187.4645052 +479,3.108590453,-0.132620738,364,0.338812194,0.823184618,9433.4991877 +480,0.565301296,0.022333262,364,0.338812194,0.823184618,3266.858215 +481,0.547898238,0.855555614,364,0.338812194,0.823184618,567.18445216 +482,0.948309381,0.417393755,364,0.338812194,0.823184618,2503.1540969 +483,-0.050600732,0.945269213,364,0.338812194,0.823184618,1084.4887465 +484,-0.977651478,-0.572363064,364,0.338812194,0.823184618,7236.6283092 +485,1.102014914,0.728861163,364,0.338812194,0.823184618,2160.6034792 +486,2.927300795,-0.282939414,364,0.338812194,0.823184618,9642.9729371 +487,-1.154565557,0.124434095,364,0.338812194,0.823184618,5652.7884554 +488,1.855331234,0.291044755,364,0.338812194,0.823184618,5238.3924263 +489,0.830290659,0.276904518,364,0.338812194,0.823184618,2696.7448588 +490,0.485104466,-0.234867441,364,0.338812194,0.823184618,4222.9766355 +491,0.521367572,-0.33161327,364,0.338812194,0.823184618,4620.2941193 +1,-1.539031704,0.7349710123,365,-0.324406489,1.134201999,3054.8836665 +2,-1.536990553,0.7349663874,365,-0.324406489,1.134201999,3051.4882405 +3,-1.534951779,0.7349571355,365,-0.324406489,1.134201999,3048.1114406 +4,-1.532906461,0.7349480293,365,-0.324406489,1.134201999,3044.7228175 +5,-1.531320211,0.7346937278,365,-0.324406489,1.134201999,3042.8999701 +6,-1.539451648,0.7335131775,365,-0.324406489,1.134201999,3060.3369792 +7,-1.537429487,0.7335445708,365,-0.324406489,1.134201999,3056.8556773 +8,-1.535484998,0.7335658704,365,-0.324406489,1.134201999,3053.5366955 +9,-1.533488396,0.7336036027,365,-0.324406489,1.134201999,3050.0766819 +10,-1.531497785,0.7335842962,365,-0.324406489,1.134201999,3046.8122413 +11,-1.530259379,0.7334777758,365,-0.324406489,1.134201999,3045.0892235 +12,-1.5335454,0.7322346912,365,-0.324406489,1.134201999,3054.6354581 +13,-1.531489083,0.7322238773,365,-0.324406489,1.134201999,3051.2332863 +14,-1.530011122,0.7321679851,365,-0.324406489,1.134201999,3048.9446953 +15,-1.53348106,0.7306614094,365,-0.324406489,1.134201999,3059.6608079 +16,-1.531441779,0.7306962275,365,-0.324406489,1.134201999,3056.1379402 +17,-1.529755654,0.7306933243,365,-0.324406489,1.134201999,3053.3282976 +18,-1.533415048,0.7291384674,365,-0.324406489,1.134201999,3064.5221879 +19,-1.531392093,0.7291705353,365,-0.324406489,1.134201999,3061.0352612 +20,-1.529296523,0.7291214933,365,-0.324406489,1.134201999,3057.6914025 +21,-1.535280942,0.727267644,365,-0.324406489,1.134201999,3073.7533037 +22,-1.533378158,0.7276139666,365,-0.324406489,1.134201999,3069.4403464 +23,-1.531340368,0.7276446587,365,-0.324406489,1.134201999,3065.9327923 +24,-1.528960113,0.7276398177,365,-0.324406489,1.134201999,3061.968276 +25,-1.533313146,0.7260818349,365,-0.324406489,1.134201999,3074.3394284 +26,-1.531259555,0.7260958115,365,-0.324406489,1.134201999,3070.8597795 +27,-1.528926415,0.7260865555,365,-0.324406489,1.134201999,3066.9882085 +28,-1.531226779,0.7245511789,365,-0.324406489,1.134201999,3075.8563888 +29,-1.528904772,0.7245519194,365,-0.324406489,1.134201999,3071.9704827 +30,-1.547195875,0.7409785979,365,-0.324406489,1.134201999,3048.9640532 +31,-1.5451475,0.740980426,365,-0.324406489,1.134201999,3045.5386698 +32,-1.543097679,0.7409798872,365,-0.324406489,1.134201999,3042.1180734 +33,-1.540720364,0.7409892687,365,-0.324406489,1.134201999,3038.1178442 +34,-1.547188511,0.7395198392,365,-0.324406489,1.134201999,3053.6960601 +35,-1.545148587,0.7395226109,365,-0.324406489,1.134201999,3050.2813789 +36,-1.543104538,0.7395314908,365,-0.324406489,1.134201999,3046.8394606 +37,-1.540727751,0.7395306258,365,-0.324406489,1.134201999,3042.8730582 +38,-1.547187029,0.7380014886,365,-0.324406489,1.134201999,3058.6346943 +39,-1.545147315,0.7380012252,365,-0.324406489,1.134201999,3055.2298991 +40,-1.54310719,0.7380060743,365,-0.324406489,1.134201999,3051.8073014 +41,-1.540719671,0.7380068206,365,-0.324406489,1.134201999,3047.8173527 +42,-1.547187189,0.7364799098,365,-0.324406489,1.134201999,3063.5896267 +43,-1.545149996,0.7364853874,365,-0.324406489,1.134201999,3060.1700102 +44,-1.543106091,0.7364823484,365,-0.324406489,1.134201999,3056.7664554 +45,-1.540717158,0.7364893901,365,-0.324406489,1.134201999,3052.7532685 +46,-1.538663972,0.7410138672,365,-0.324406489,1.134201999,3034.6035374 +47,-1.53695285,0.7409699132,365,-0.324406489,1.134201999,3031.8883232 +48,-1.534910498,0.7409641297,365,-0.324406489,1.134201999,3028.495375 +49,-1.533145034,0.7409536636,365,-0.324406489,1.134201999,3025.579828 +50,-1.538681336,0.7395405883,365,-0.324406489,1.134201999,3039.4226576 +51,-1.536999189,0.7395183096,365,-0.324406489,1.134201999,3036.6851894 +52,-1.534923633,0.7395144222,365,-0.324406489,1.134201999,3033.230325 +53,-1.533267822,0.7395654306,365,-0.324406489,1.134201999,3030.2978717 +54,-1.53867273,0.7380151077,365,-0.324406489,1.134201999,3044.3711854 +55,-1.536980576,0.7379994392,365,-0.324406489,1.134201999,3041.5952751 +56,-1.534931522,0.7379944961,365,-0.324406489,1.134201999,3038.1878241 +57,-1.533387952,0.7379480264,365,-0.324406489,1.134201999,3035.7597697 +58,-1.538682279,0.7364914363,365,-0.324406489,1.134201999,3049.3472479 +59,-1.536980704,0.7364810563,365,-0.324406489,1.134201999,3046.5381567 +60,-1.534935567,0.7364752065,365,-0.324406489,1.134201999,3043.1399169 +61,-1.533042592,0.7363876366,365,-0.324406489,1.134201999,3040.2616284 +62,-1.545143426,0.7349628011,365,-0.324406489,1.134201999,3065.1196905 +63,-1.543105297,0.7349691947,365,-0.324406489,1.134201999,3061.6947288 +64,-1.541064533,0.7349647152,365,-0.324406489,1.134201999,3058.300347 +65,-1.545411803,0.7334624714,365,-0.324406489,1.134201999,3070.459055 +66,-1.543446606,0.7334780896,365,-0.324406489,1.134201999,3067.1255786 +67,-1.541475327,0.7334957295,365,-0.324406489,1.134201999,3063.7749437 +68,-1.545401939,0.731963266,365,-0.324406489,1.134201999,3075.3329922 +69,-1.54342253,0.7319915583,365,-0.324406489,1.134201999,3071.9340954 +70,-1.541455867,0.7320216438,365,-0.324406489,1.134201999,3068.5502421 +71,-1.545410146,0.7304422281,365,-0.324406489,1.134201999,3080.3113096 +72,-1.543435491,0.7304713664,365,-0.324406489,1.134201999,3076.9172451 +73,-1.541463105,0.7304997613,365,-0.324406489,1.134201999,3073.5290068 +74,-1.545414768,0.7289194936,365,-0.324406489,1.134201999,3085.2921645 +75,-1.543435774,0.7289538557,365,-0.324406489,1.134201999,3081.8734422 +76,-1.541457714,0.7289765881,365,-0.324406489,1.134201999,3078.4938827 +77,-1.539449415,0.7320555866,365,-0.324406489,1.134201999,3065.0869336 +78,-1.537429183,0.7321097681,365,-0.324406489,1.134201999,3061.5341853 +79,-1.535472649,0.7321497267,365,-0.324406489,1.134201999,3058.133916 +80,-1.539457899,0.7305333307,365,-0.324406489,1.134201999,3070.0686477 +81,-1.537453161,0.7305750503,365,-0.324406489,1.134201999,3066.5820845 +82,-1.535479385,0.7306124949,365,-0.324406489,1.134201999,3063.1608573 +83,-1.53946905,0.7290102593,365,-0.324406489,1.134201999,3075.0604907 +84,-1.537459922,0.7290417293,365,-0.324406489,1.134201999,3071.5997127 +85,-1.535451349,0.7290890157,365,-0.324406489,1.134201999,3068.0878411 +86,-1.535522937,0.7279887191,365,-0.324406489,1.134201999,3071.8016298 +87,-1.539442524,0.7274735939,365,-0.324406489,1.134201999,3080.0367859 +88,-1.537424111,0.727521351,365,-0.324406489,1.134201999,3076.5069253 +89,-1.539384641,0.7259505092,365,-0.324406489,1.134201999,3084.9192816 +90,-1.537372391,0.7259947145,365,-0.324406489,1.134201999,3081.4109706 +91,-1.535340789,0.7260435356,365,-0.324406489,1.134201999,3077.8548617 +92,-1.539325716,0.7244369706,365,-0.324406489,1.134201999,3089.7717472 +93,-1.537308932,0.7244801057,365,-0.324406489,1.134201999,3086.259009 +94,-1.535289068,0.7245247645,365,-0.324406489,1.134201999,3082.7357891 +95,-1.533261366,0.7245550236,365,-0.324406489,1.134201999,3079.2462312 +96,-1.539267302,0.722921924,365,-0.324406489,1.134201999,3094.6329032 +97,-1.537248972,0.7229660258,365,-0.324406489,1.134201999,3091.1140732 +98,-1.535219431,0.7229916471,365,-0.324406489,1.134201999,3087.6366522 +99,-1.53318962,0.7230212049,365,-0.324406489,1.134201999,3084.1455548 +100,-1.531154816,0.7230299897,365,-0.324406489,1.134201999,3080.7137719 +101,-1.528878341,0.7230370244,365,-0.324406489,1.134201999,3076.8831543 +102,-1.539218189,0.7214009878,365,-0.324406489,1.134201999,3099.5317937 +103,-1.537198791,0.7214422745,365,-0.324406489,1.134201999,3096.0200597 +104,-1.535179266,0.7214634354,365,-0.324406489,1.134201999,3092.5737021 +105,-1.533156501,0.7214944644,365,-0.324406489,1.134201999,3089.0892742 +106,-1.53113574,0.7215166021,365,-0.324406489,1.134201999,3085.6369979 +107,-1.528874248,0.7215345535,365,-0.324406489,1.134201999,3081.7954328 +108,-1.539217656,0.7198512397,365,-0.324406489,1.134201999,3104.6092523 +109,-1.537199919,0.7199428763,365,-0.324406489,1.134201999,3100.9349447 +110,-1.545425832,0.727397149,365,-0.324406489,1.134201999,3090.2854874 +111,-1.543371177,0.7273916949,365,-0.324406489,1.134201999,3086.8701287 +112,-1.541368852,0.7274523163,365,-0.324406489,1.134201999,3083.3258387 +113,-1.545349067,0.7258710923,365,-0.324406489,1.134201999,3095.1471515 +114,-1.54332671,0.7258603556,365,-0.324406489,1.134201999,3091.8027534 +115,-1.541346831,0.7259242142,365,-0.324406489,1.134201999,3088.2849897 +116,-1.545324355,0.7243383958,365,-0.324406489,1.134201999,3100.12047 +117,-1.543292796,0.7243617413,365,-0.324406489,1.134201999,3096.6488936 +118,-1.541295822,0.7244024384,365,-0.324406489,1.134201999,3093.1779574 +119,-1.543193859,0.7205570215,365,-0.324406489,1.134201999,3108.9436447 +120,-1.550257047,0.7386738187,365,-0.324406489,1.134201999,3061.5711522 +121,-1.549335448,0.7311736483,365,-0.324406489,1.134201999,3084.4798442 +122,-1.533478843,0.7179891343,365,-0.324406489,1.134201999,3101.1173218 +123,-1.556150555,0.738907041,365,-0.324406489,1.134201999,3070.6467314 +124,-1.554324226,0.733414257,365,-0.324406489,1.134201999,3085.4976634 +125,-1.554290846,0.7288285332,365,-0.324406489,1.134201999,3100.4142591 +126,-1.55122487,0.7219795312,365,-0.324406489,1.134201999,3117.7038688 +127,-1.525104458,0.7229399862,365,-0.324406489,1.134201999,3070.8877505 +128,-1.519607711,0.7236181429,365,-0.324406489,1.134201999,3059.4718405 +129,-1.513899999,0.7251107854,365,-0.324406489,1.134201999,3045.0385598 +130,-1.536620762,0.7431061895,365,-0.324406489,1.134201999,3024.3933762 +131,-1.5369566,0.7460845958,365,-0.324406489,1.134201999,3015.2884335 +132,-1.545345528,0.7447040685,365,-0.324406489,1.134201999,3033.7726159 +133,-1.532813921,0.7432306626,365,-0.324406489,1.134201999,3017.6302422 +134,-1.554788248,0.7382381001,365,-0.324406489,1.134201999,3070.551468 +135,-1.540348126,0.7301594274,365,-0.324406489,1.134201999,3072.7769385 +136,-1.538016084,0.7239051786,365,-0.324406489,1.134201999,3089.3225716 +137,-1.525288962,0.7258085137,365,-0.324406489,1.134201999,3061.8131748 +138,-1.534326986,0.731241342,365,-0.324406489,1.134201999,3059.182431 +139,-1.530733872,0.7303625216,365,-0.324406489,1.134201999,3056.0434406 +141,-1.534354939,0.7328219978,365,-0.324406489,1.134201999,3054.0732891 +142,-1.53157084,0.7292888153,365,-0.324406489,1.134201999,3060.9479073 +143,-1.525691035,0.7263799874,365,-0.324406489,1.134201999,3060.6176409 +144,-1.534031287,0.7495967835,365,-0.324406489,1.134201999,2999.0217182 +145,-1.527714986,0.7283095957,365,-0.324406489,1.134201999,3057.6980442 +146,-1.526189586,0.7271468292,365,-0.324406489,1.134201999,3058.9454524 +147,-1.555177336,0.7375563366,365,-0.324406489,1.134201999,3073.420725 +148,-1.555080283,0.7312707794,365,-0.324406489,1.134201999,3093.7549025 +149,-1.53856994,0.7224180299,365,-0.324406489,1.134201999,3095.116903 +150,-1.530837883,0.729933372,365,-0.324406489,1.134201999,3057.6180977 +151,-1.515066984,0.5854133365,365,-0.324406489,1.134201999,3514.7037642 +152,-1.534731633,0.5368370046,365,-0.324406489,1.134201999,3714.3721676 +153,-1.515231902,0.5607085576,365,-0.324406489,1.134201999,3599.6049638 +154,-2.616253799,1.0684566605,365,-0.324406489,1.134201999,3367.6283388 +155,-1.956071439,0.5792177723,365,-0.324406489,1.134201999,4263.6335168 +156,-1.951208514,0.5602434208,365,-0.324406489,1.134201999,4321.91404 +157,-1.944675062,0.6062144545,365,-0.324406489,1.134201999,4151.9259069 +158,-1.613778386,0.6077989518,365,-0.324406489,1.134201999,3603.7371415 +159,-2.035029014,0.6021432345,365,-0.324406489,1.134201999,4307.5433469 +160,-2.114989471,0.6801825058,365,-0.324406489,1.134201999,4155.8855993 +161,-2.037382079,0.5765830025,365,-0.324406489,1.134201999,4400.5507613 +162,-2.129855121,0.6585019963,365,-0.324406489,1.134201999,4253.3887349 +163,-2.075141798,0.6493615843,365,-0.324406489,1.134201999,4204.061783 +164,-1.828626729,0.6948433129,365,-0.324406489,1.134201999,3664.019804 +165,-1.863329418,0.6735427691,365,-0.324406489,1.134201999,3791.6155528 +166,-1.266037071,0.727988852,365,-0.324406489,1.134201999,2622.4867929 +167,-1.277579582,0.7249010648,365,-0.324406489,1.134201999,2651.6512061 +168,-1.258418684,0.7241194816,365,-0.324406489,1.134201999,2622.7263645 +169,-1.317813974,0.6804850104,365,-0.324406489,1.134201999,2865.4217592 +170,-1.344165204,0.6790988904,365,-0.324406489,1.134201999,2913.5748264 +171,-1.427582102,0.5277120351,365,-0.324406489,1.134201999,3567.9799676 +172,-1.402238616,0.457167829,365,-0.324406489,1.134201999,3773.2556939 +173,-1.422454264,0.4996161999,365,-0.324406489,1.134201999,3657.3728358 +174,-1.439089277,0.4894859811,365,-0.324406489,1.134201999,3720.0919994 +175,-1.448126995,0.5182330266,365,-0.324406489,1.134201999,3634.8008224 +176,-1.474626146,0.5881926574,365,-0.324406489,1.134201999,3437.6839891 +177,-1.421139645,0.5584869783,365,-0.324406489,1.134201999,3450.8554525 +178,-1.457037165,0.565943032,365,-0.324406489,1.134201999,3484.659051 +179,-2.757159358,0.3745319,365,-0.324406489,1.134201999,6092.0793953 +180,-2.714309238,0.342054471,365,-0.324406489,1.134201999,6170.6506277 +181,-2.000525337,0.774119946,365,-0.324406489,1.134201999,3664.4713165 +183,-1.571413436,0.6777838382,365,-0.324406489,1.134201999,3297.4384654 +184,-1.552860289,0.6987663893,365,-0.324406489,1.134201999,3196.8183671 +185,-1.521852374,0.7165827476,365,-0.324406489,1.134201999,3086.2780902 +186,-1.503656267,0.6928968252,365,-0.324406489,1.134201999,3133.857425 +187,-1.502753178,0.7136205882,365,-0.324406489,1.134201999,3064.0265484 +188,-1.631894563,0.7343596465,365,-0.324406489,1.134201999,3211.4295855 +189,-1.653765416,0.6770714026,365,-0.324406489,1.134201999,3437.1505032 +190,-1.719812114,0.6715965947,365,-0.324406489,1.134201999,3564.7972838 +191,-1.493406659,0.6646955447,365,-0.324406489,1.134201999,3210.4725331 +192,-1.469120564,0.6613469966,365,-0.324406489,1.134201999,3181.0207032 +193,-1.590551461,0.5326612937,365,-0.324406489,1.134201999,3822.1599054 +194,-1.625979264,0.5247742243,365,-0.324406489,1.134201999,3908.7329596 +195,-1.572293943,0.5238808754,365,-0.324406489,1.134201999,3821.9302768 +196,-1.610848725,0.5477107964,365,-0.324406489,1.134201999,3804.2913952 +197,-1.208485554,0.7918526018,365,-0.324406489,1.134201999,2320.5529922 +198,-1.335601374,0.6869083083,365,-0.324406489,1.134201999,2873.3407092 +199,-1.346156996,0.6825213377,365,-0.324406489,1.134201999,2905.4435454 +200,-1.324381037,0.6741422347,365,-0.324406489,1.134201999,2897.4875183 +201,-1.242424992,0.7378949807,365,-0.324406489,1.134201999,2551.1480402 +202,-1.270370057,0.7392461008,365,-0.324406489,1.134201999,2592.6714892 +203,-1.448950472,0.7441675014,365,-0.324406489,1.134201999,2874.2452451 +204,-1.492662363,0.7523026852,365,-0.324406489,1.134201999,2921.1136293 +205,-1.479098966,0.7763855017,365,-0.324406489,1.134201999,2821.0682057 +206,-1.633760714,0.7869022408,365,-0.324406489,1.134201999,3044.2821281 +207,-1.647406434,0.8101289331,365,-0.324406489,1.134201999,2992.5415736 +208,-1.564245052,0.5701509278,365,-0.324406489,1.134201999,3649.1985192 +209,-1.646289963,0.6833746083,365,-0.324406489,1.134201999,3403.7083499 +210,-1.5820631,0.6751952144,365,-0.324406489,1.134201999,3323.8663903 +211,-1.613236298,0.6681681791,365,-0.324406489,1.134201999,3399.386557 +212,-1.914661867,0.8212566515,365,-0.324406489,1.134201999,3378.6985142 +213,-1.742133237,0.7250275956,365,-0.324406489,1.134201999,3423.310857 +214,-2.033144872,0.6557314699,365,-0.324406489,1.134201999,4118.3472972 +215,-2.039551981,0.6964723658,365,-0.324406489,1.134201999,3987.4164798 +216,-1.247341019,0.7622473908,365,-0.324406489,1.134201999,2479.8015805 +217,-1.298239787,0.7084123392,365,-0.324406489,1.134201999,2740.1678243 +218,-1.308539688,0.6926545592,365,-0.324406489,1.134201999,2809.5032993 +219,-1.303263185,0.6888938396,365,-0.324406489,1.134201999,2813.3565594 +220,-1.852400229,0.6004246149,365,-0.324406489,1.134201999,4023.6593343 +221,-1.288947707,0.7473773692,365,-0.324406489,1.134201999,2596.8357984 +222,-1.372031502,0.7472790993,365,-0.324406489,1.134201999,2735.4367732 +223,-1.289805721,0.7242157877,365,-0.324406489,1.134201999,2674.067463 +224,-1.350807603,0.7533498126,365,-0.324406489,1.134201999,2680.3447476 +225,-1.329290365,0.7560442322,365,-0.324406489,1.134201999,2635.7539367 +226,-1.410153004,0.616936428,365,-0.324406489,1.134201999,3232.4887172 +227,-1.393445434,0.6308995063,365,-0.324406489,1.134201999,3157.4013355 +228,-1.37595573,0.6241540638,365,-0.324406489,1.134201999,3151.3425414 +229,-1.358388707,0.6172645205,365,-0.324406489,1.134201999,3145.8235452 +230,-1.753741133,0.8281661666,365,-0.324406489,1.134201999,3106.4920795 +231,-1.47430987,0.6834615681,365,-0.324406489,1.134201999,3115.9861603 +232,-1.421012508,0.7222725206,365,-0.324406489,1.134201999,2898.7904309 +233,-1.4476833,0.6978557868,365,-0.324406489,1.134201999,3023.7332047 +234,-1.470370723,0.6966193374,365,-0.324406489,1.134201999,3065.7995291 +235,-1.429211703,0.7037216883,365,-0.324406489,1.134201999,2973.4651054 +236,-1.700578405,0.6178673663,365,-0.324406489,1.134201999,3714.3567871 +237,-1.678117619,0.6331716163,365,-0.324406489,1.134201999,3625.1544323 +238,-1.725644578,0.6316331145,365,-0.324406489,1.134201999,3709.2107764 +239,-2.14012759,0.7930497945,365,-0.324406489,1.134201999,3801.614005 +240,-2.103289431,0.7653606263,365,-0.324406489,1.134201999,3844.497612 +241,-1.318739838,0.7017808746,365,-0.324406489,1.134201999,2795.9990452 +242,-1.396417427,0.7077900843,365,-0.324406489,1.134201999,2905.2514807 +243,-1.35650337,0.7185539404,365,-0.324406489,1.134201999,2803.2847738 +244,-1.248884539,0.7274156818,365,-0.324406489,1.134201999,2596.2190995 +245,-1.395014798,0.5761185243,365,-0.324406489,1.134201999,3347.0280491 +246,-1.433377362,0.6064716109,365,-0.324406489,1.134201999,3306.6606104 +247,-1.408172432,0.5903155476,365,-0.324406489,1.134201999,3320.0306192 +248,-1.749645898,0.7757118084,365,-0.324406489,1.134201999,3269.0598409 +249,-1.571626686,0.615046989,365,-0.324406489,1.134201999,3508.577413 +250,-1.514070049,0.6303003037,365,-0.324406489,1.134201999,3360.5967947 +251,-1.480890369,0.6237966528,365,-0.324406489,1.134201999,3327.0704651 +252,-1.704390658,0.5281680612,365,-0.324406489,1.134201999,4028.2032571 +253,-1.64434733,0.5254277498,365,-0.324406489,1.134201999,3937.2369693 +254,-1.703855997,0.4792484842,365,-0.324406489,1.134201999,4197.0887492 +255,-1.692002383,0.5748825051,365,-0.324406489,1.134201999,3846.7300607 +256,-1.854136457,0.5544643913,365,-0.324406489,1.134201999,4185.0743053 +257,-1.665021206,0.520317736,365,-0.324406489,1.134201999,3989.5182769 +258,-1.733654349,0.4845187345,365,-0.324406489,1.134201999,4228.5420379 +259,-1.720938188,0.5135933906,365,-0.324406489,1.134201999,4106.2864808 +260,-1.742668307,0.553296122,365,-0.324406489,1.134201999,4005.2638224 +261,-1.965659039,0.7142126903,365,-0.324406489,1.134201999,3814.3141625 +262,-1.944438071,0.6772834804,365,-0.324406489,1.134201999,3907.2226775 +263,-1.270340967,0.7681487096,365,-0.324406489,1.134201999,2498.7447611 +264,-1.353091884,0.6549276821,365,-0.324406489,1.134201999,3009.442519 +265,-1.333236659,0.6413584414,365,-0.324406489,1.134201999,3022.5744574 +266,-1.352015998,0.6753788907,365,-0.324406489,1.134201999,2939.0081388 +267,-1.377988483,0.6577816235,365,-0.324406489,1.134201999,3041.0578892 +268,-2.13075611,0.8318642051,365,-0.324406489,1.134201999,3656.2302122 +269,-2.097910953,0.8259670014,365,-0.324406489,1.134201999,3630.5914992 +270,-1.416382069,0.6694271549,365,-0.324406489,1.134201999,3065.902081 +271,-1.538905672,0.7535625993,365,-0.324406489,1.134201999,2994.3265899 +272,-1.572309477,0.7803125099,365,-0.324406489,1.134201999,2963.8811561 +273,-1.87759879,0.7503853417,365,-0.324406489,1.134201999,3555.8458015 +274,1.152365588,0.590457682,365,-0.324406489,1.134201999,3974.1975938 +275,0.350198001,0.718001859,365,-0.324406489,1.134201999,2235.8527438 +276,0.046513677,0.491503852,365,-0.324406489,1.134201999,2708.8372835 +277,0.027510309,0.742571376,365,-0.324406489,1.134201999,1738.7100052 +278,0.306285725,-0.214631579,365,-0.324406489,1.134201999,5662.9081473 +279,-1.100564889,0.318051531,365,-0.324406489,1.134201999,3819.5413716 +280,-1.078582306,0.301437596,365,-0.324406489,1.134201999,3851.5711798 +281,-1.137371989,-0.617634065,365,-0.324406489,1.134201999,7378.395839 +282,0.784356344,0.703272339,365,-0.324406489,1.134201999,2981.5668391 +283,-1.221209947,0.218327455,365,-0.324406489,1.134201999,4355.6447653 +284,2.347301921,-0.449114658,365,-0.324406489,1.134201999,9481.1897264 +285,0.246820618,0.830553713,365,-0.324406489,1.134201999,1703.1634208 +286,0.829414965,0.703288228,365,-0.324406489,1.134201999,3056.9454199 +287,-1.337537566,0.42332223,365,-0.324406489,1.134201999,3789.1833693 +288,0.882453706,0.454478077,365,-0.324406489,1.134201999,3995.0295008 +289,1.575629659,0.416419109,365,-0.324406489,1.134201999,5255.7496629 +290,-1.039455679,0.229888244,365,-0.324406489,1.134201999,4068.0040775 +291,0.489558039,0.934482747,365,-0.324406489,1.134201999,1773.9539113 +292,0.081344504,0.88384514,365,-0.324406489,1.134201999,1294.7499304 +293,-1.547979814,0.300350308,365,-0.324406489,1.134201999,4567.871647 +294,0.040776181,0.168560074,365,-0.324406489,1.134201999,3955.8282386 +295,-1.130374745,0.563894876,365,-0.324406489,1.134201999,2970.0637852 +296,1.578326642,0.478507176,365,-0.324406489,1.134201999,5036.0232068 +297,-1.12861823,-0.291640865,365,-0.324406489,1.134201999,6141.1677999 +298,0.310524208,0.770885792,365,-0.324406489,1.134201999,1996.7209141 +299,0.415649091,-0.387246002,365,-0.324406489,1.134201999,6432.3028601 +300,-0.926533878,-0.188022748,365,-0.324406489,1.134201999,5533.351859 +301,1.258856172,-0.11716081,365,-0.324406489,1.134201999,6663.1537606 +302,-1.126050026,0.322941926,365,-0.324406489,1.134201999,3836.4386063 +303,2.002785835,0.07893892,365,-0.324406489,1.134201999,7091.7798704 +304,0.440437607,0.746258085,365,-0.324406489,1.134201999,2277.3845111 +305,-0.030391866,0.214441206,365,-0.324406489,1.134201999,3730.7289843 +306,0.521557815,-0.058929362,365,-0.324406489,1.134201999,5316.9036278 +307,-0.097005111,0.13317729,365,-0.324406489,1.134201999,4015.6103108 +308,1.83113859,0.221857587,365,-0.324406489,1.134201999,6333.9950268 +309,0.222428864,0.099404236,365,-0.324406489,1.134201999,4375.9890833 +310,-1.702731345,0.8728568183,365,-0.324406489,1.134201999,2884.9582035 +311,-0.418507569,0.278324921,365,-0.324406489,1.134201999,3399.5548093 +312,-1.41153306,0.339029988,365,-0.324406489,1.134201999,4207.9535171 +313,0.357560442,0.114788776,365,-0.324406489,1.134201999,4461.6831622 +314,0.325818979,0.268352149,365,-0.324406489,1.134201999,3844.585293 +315,-1.246004659,-0.663679965,365,-0.324406489,1.134201999,7667.3217336 +316,1.814603087,0.637404484,365,-0.324406489,1.134201999,4778.4062612 +317,1.843704281,-0.18300445,365,-0.324406489,1.134201999,7846.6144339 +318,1.690644492,-0.211480909,365,-0.324406489,1.134201999,7714.2558736 +319,-1.275451936,0.068109467,365,-0.324406489,1.134201999,4987.136709 +320,0.762430171,-0.207594741,365,-0.324406489,1.134201999,6199.1411409 +321,0.265668905,-0.014647884,365,-0.324406489,1.134201999,4856.0421014 +322,-2.773032013,-0.335515811,365,-0.324406489,1.134201999,8798.4174471 +323,-1.469512853,0.174058777,365,-0.324406489,1.134201999,4894.3743481 +324,0.286276986,0.785925691,365,-0.324406489,1.134201999,1910.2427299 +325,-1.379324697,0.377432233,365,-0.324406489,1.134201999,4019.2155435 +326,-1.203778265,0.212813032,365,-0.324406489,1.134201999,4351.1104942 +327,0.579916301,0.611743168,365,-0.324406489,1.134201999,2954.7673396 +328,0.267582642,0.868113908,365,-0.324406489,1.134201999,1612.2129796 +329,0.412869244,-0.050245578,365,-0.324406489,1.134201999,5150.8040117 +330,0.17524381,0.976660285,365,-0.324406489,1.134201999,1142.6613692 +331,0.743157214,0.204812899,365,-0.324406489,1.134201999,4660.9253595 +332,-1.070758176,0.269382282,365,-0.324406489,1.134201999,3960.4278314 +333,-1.230364251,0.329790229,365,-0.324406489,1.134201999,3961.0962395 +334,-1.374813124,-0.024926835,365,-0.324406489,1.134201999,5474.411527 +335,0.519780566,0.463669906,365,-0.324406489,1.134201999,3384.9617028 +336,-1.55108034,0.239698561,365,-0.324406489,1.134201999,4789.8413169 +337,0.180294813,0.029739425,365,-0.324406489,1.134201999,4605.2257727 +338,0.67820924,0.268170153,365,-0.324406489,1.134201999,4330.7338906 +339,0.445798684,1.024001867,365,-0.324406489,1.134201999,1470.4485829 +340,0.691751283,0.150521402,365,-0.324406489,1.134201999,4779.9266336 +341,-1.036643551,-0.903056181,365,-0.324406489,1.134201999,8357.3797116 +342,-0.120287036,1.083325163,365,-0.324406489,1.134201999,412.04433933 +343,2.823513113,-0.304487164,365,-0.324406489,1.134201999,9157.3046885 +344,0.457583172,1.12513373,365,-0.324406489,1.134201999,1295.2434387 +345,0.042918831,0.813795399,365,-0.324406489,1.134201999,1493.7015103 +346,1.196146777,-0.853142756,365,-0.324406489,1.134201999,9123.2939619 +347,0.206001358,-0.010430701,365,-0.324406489,1.134201999,4783.2193496 +348,-0.268308653,0.234799412,365,-0.324406489,1.134201999,3565.8054171 +349,0.759363263,0.736189579,365,-0.324406489,1.134201999,2831.8859878 +350,0.181363926,0.891988372,365,-0.324406489,1.134201999,1407.0305777 +351,-0.021111158,0.139103292,365,-0.324406489,1.134201999,4031.1939474 +352,-0.093355215,0.630686981,365,-0.324406489,1.134201999,2067.6967643 +353,0.40118964,0.681375926,365,-0.324406489,1.134201999,2438.0095685 +354,-0.721197315,1.304706234,365,-0.324406489,1.134201999,853.77005028 +355,-1.076150317,0.212107639,365,-0.324406489,1.134201999,4181.0460259 +356,-1.577164531,0.273993443,365,-0.324406489,1.134201999,4710.0336539 +357,-0.190788414,0.182208586,365,-0.324406489,1.134201999,3788.841702 +358,-0.261349752,0.209710184,365,-0.324406489,1.134201999,3665.9889114 +359,-1.029303852,0.083549259,365,-0.324406489,1.134201999,4606.6725735 +360,-1.268609162,0.330525297,365,-0.324406489,1.134201999,4015.6868282 +361,1.282982244,-0.926641967,365,-0.324406489,1.134201999,9485.9248014 +362,0.217352334,0.731352408,365,-0.324406489,1.134201999,2002.7088879 +363,-1.511833084,0.258629297,365,-0.324406489,1.134201999,4657.9102531 +364,0.338812194,0.823184618,365,-0.324406489,1.134201999,1865.9536702 +365,-0.324406489,1.134201999,365,-0.324406489,1.134201999,0 +366,1.389579348,0.399185724,365,-0.324406489,1.134201999,5029.0951021 +367,2.047152199,-0.039082036,365,-0.324406489,1.134201999,7590.7472365 +368,0.947780369,0.568250077,365,-0.324406489,1.134201999,3709.8868798 +369,0.763824846,0.576754987,365,-0.324406489,1.134201999,3373.9244165 +370,-0.142334657,0.928153068,365,-0.324406489,1.134201999,893.63818942 +371,0.610266567,0.547265983,365,-0.324406489,1.134201999,3227.1438328 +372,0.210731629,0.746815056,365,-0.324406489,1.134201999,1939.341938 +373,-1.34931644,0.316895224,365,-0.324406489,1.134201999,4189.0259251 +374,2.407696481,0.655030745,365,-0.324406489,1.134201999,5243.8365667 +375,0.64207831,0.545359131,365,-0.324406489,1.134201999,3284.3884858 +376,1.174597538,0.840588356,365,-0.324406489,1.134201999,3176.1128558 +377,0.660059424,0.010604079,365,-0.324406489,1.134201999,5247.3581974 +378,-0.730263819,0.010486456,365,-0.324406489,1.134201999,4600.6060856 +379,0.831068936,0.512339172,365,-0.324406489,1.134201999,3707.8482917 +380,1.301180979,0.72367476,365,-0.324406489,1.134201999,3758.1006891 +381,1.811128231,0.322854402,365,-0.324406489,1.134201999,5932.9273415 +382,0.435105812,0.992284428,365,-0.324406489,1.134201999,1529.1395201 +383,0.62643634,0.592027932,365,-0.324406489,1.134201999,3097.1681395 +384,0.492988703,-0.516339467,365,-0.324406489,1.134201999,7002.6022679 +385,-0.162469483,0.112549365,365,-0.324406489,1.134201999,4072.244236 +386,0.314630866,0.472006421,365,-0.324406489,1.134201999,3070.3134402 +387,0.166744804,0.822815954,365,-0.324406489,1.134201999,1616.1334603 +388,0.417159608,0.965805736,365,-0.324406489,1.134201999,1567.6237078 +389,0.106334961,0.868774244,365,-0.324406489,1.134201999,1378.6480414 +390,0.815086969,-0.338144359,365,-0.324406489,1.134201999,6753.7116698 +391,0.59867455,-0.230624824,365,-0.324406489,1.134201999,6058.5346602 +392,1.915104874,0.066220985,365,-0.324406489,1.134201999,7026.0586633 +393,1.278093622,0.064463721,365,-0.324406489,1.134201999,6043.617684 +394,-0.061477853,0.302997961,365,-0.324406489,1.134201999,3366.1470315 +395,0.251311504,0.626976942,365,-0.324406489,1.134201999,2421.4010342 +396,2.950242872,0.149095644,365,-0.324406489,1.134201999,7345.4481101 +397,-0.180294708,0.35375117,365,-0.324406489,1.134201999,3114.4467403 +398,1.010448592,-0.351180233,365,-0.324406489,1.134201999,7096.1638702 +399,-1.748740498,0.3686318073,365,-0.324406489,1.134201999,4660.3501971 +400,2.699635665,0.123533791,365,-0.324406489,1.134201999,7449.9061394 +401,0.496808033,0.823843254,365,-0.324406489,1.134201999,2115.9843579 +402,0.129574704,0.763364087,365,-0.324406489,1.134201999,1776.7011848 +403,1.798920311,0.817447563,365,-0.324406489,1.134201999,4105.9192342 +404,0.335987953,0.746786541,365,-0.324406489,1.134201999,2116.2232775 +405,-1.085413643,0.292154671,365,-0.324406489,1.134201999,3895.076341 +406,-0.155321003,0.508207011,365,-0.324406489,1.134201999,2514.9634511 +407,0.620529244,-0.301175104,365,-0.324406489,1.134201999,6349.7265007 +408,1.684402744,0.368716966,365,-0.324406489,1.134201999,5588.1801688 +409,0.300582244,-0.386397212,365,-0.324406489,1.134201999,6316.4557426 +410,2.913555946,-0.009225192,365,-0.324406489,1.134201999,7979.2066502 +411,1.465101417,0.493232532,365,-0.324406489,1.134201999,4812.9823095 +412,0.090612882,0.907955955,365,-0.324406489,1.134201999,1226.7102395 +413,2.987564726,-0.729568594,365,-0.324406489,1.134201999,10795.777345 +414,-1.484261606,0.224149272,365,-0.324406489,1.134201999,4737.1978212 +415,0.164073421,0.303955133,365,-0.324406489,1.134201999,3534.9940529 +416,0.141441293,0.167552546,365,-0.324406489,1.134201999,4038.9825323 +417,2.931321023,-0.506718887,365,-0.324406489,1.134201999,9942.2043344 +418,2.21951565,0.700596356,365,-0.324406489,1.134201999,4944.3176628 +419,0.268112576,1.199114336,365,-0.324406489,1.134201999,944.33402047 +420,0.978913739,0.359223811,365,-0.324406489,1.134201999,4491.0786969 +421,1.210898818,0.522863584,365,-0.324406489,1.134201999,4303.9155063 +422,2.347397336,0.129231362,365,-0.324406489,1.134201999,7251.936548 +423,0.614394501,0.556878345,365,-0.324406489,1.134201999,3200.0717596 +424,-1.398079356,0.148483366,365,-0.324406489,1.134201999,4875.122083 +425,2.535303836,-0.112984496,365,-0.324406489,1.134201999,8322.2301836 +426,-1.019372593,-0.405322349,365,-0.324406489,1.134201999,6455.1940845 +427,-1.297785627,-0.160104069,365,-0.324406489,1.134201999,5863.5542185 +428,2.144554488,0.205051084,365,-0.324406489,1.134201999,6775.5115924 +429,-2.242387083,-0.426171285,365,-0.324406489,1.134201999,8321.6465035 +430,0.338637212,0.909723676,365,-0.324406489,1.134201999,1596.1364612 +431,-0.148798452,0.691042401,365,-0.324406489,1.134201999,1801.092048 +432,0.893524764,0.441829531,365,-0.324406489,1.134201999,4057.771371 +433,0.969229347,-0.368847936,365,-0.324406489,1.134201999,7095.6553495 +434,0.436043248,0.800045688,365,-0.324406489,1.134201999,2093.6210522 +435,1.687946607,1.081504775,365,-0.324406489,1.134201999,3066.8516034 +436,0.522302046,-0.034889271,365,-0.324406489,1.134201999,5227.8424151 +437,-0.178996113,-0.438090009,365,-0.324406489,1.134201999,6243.8558076 +438,-1.094339566,0.301444068,365,-0.324406489,1.134201999,3872.5685897 +439,-1.064070054,0.242569932,365,-0.324406489,1.134201999,4051.7486667 +440,-1.068153768,0.230387998,365,-0.324406489,1.134201999,4102.4834362 +441,-3.00496892,-0.23989155,365,-0.324406489,1.134201999,8688.1561284 +442,0.21751974,0.766874888,365,-0.324406489,1.134201999,1878.2732924 +443,0.117229532,0.007619006,365,-0.324406489,1.134201999,4638.5603987 +444,0.777758451,0.420554741,365,-0.324406489,1.134201999,3942.0711557 +445,-0.252356999,0.250747086,365,-0.324406489,1.134201999,3504.8081129 +446,0.363148444,0.768483434,365,-0.324406489,1.134201999,2083.7091824 +447,0.903191366,-0.118210676,365,-0.324406489,1.134201999,6085.5383008 +448,-0.205755923,0.149406178,365,-0.324406489,1.134201999,3914.7366184 +449,1.811996086,0.02364353,365,-0.324406489,1.134201999,7040.2655322 +450,-1.100670221,0.314845373,365,-0.324406489,1.134201999,3831.5314417 +451,0.340078597,0.850105132,365,-0.324406489,1.134201999,1781.565838 +452,0.258757267,0.804969236,365,-0.324406489,1.134201999,1805.9630625 +453,2.78505352,-0.155160804,365,-0.324406489,1.134201999,8564.8371812 +454,0.800551619,0.105822106,365,-0.324406489,1.134201999,5110.0306988 +455,0.437940882,-0.506194031,365,-0.324406489,1.134201999,6906.2417339 +456,2.230431122,0.63458615,365,-0.324406489,1.134201999,5206.0868967 +457,0.527965361,0.127667701,365,-0.324406489,1.134201999,4628.8420087 +458,-0.063643205,0.702093448,365,-0.324406489,1.134201999,1812.0603188 +459,1.408447268,0.133010502,365,-0.324406489,1.134201999,6013.6622553 +460,0.523795955,0.280266966,365,-0.324406489,1.134201999,4058.6201977 +461,-0.975769313,0.072177659,365,-0.324406489,1.134201999,4588.6452623 +462,0.549774164,-0.463663986,365,-0.324406489,1.134201999,6868.8847175 +463,0.29245874,1.095549818,365,-0.324406489,1.134201999,1072.0971453 +464,0.143625958,0.816809593,365,-0.324406489,1.134201999,1606.0116026 +465,0.671902494,0.611159853,365,-0.324406489,1.134201999,3104.9499471 +466,1.239840988,0.6724199,365,-0.324406489,1.134201999,3835.8294322 +467,0.607829703,-0.10932137,365,-0.324406489,1.134201999,5618.8526837 +468,1.763020906,0.263996692,365,-0.324406489,1.134201999,6083.9384235 +469,0.378714634,0.726066797,365,-0.324406489,1.134201999,2250.6706156 +470,2.196736143,-0.153862366,365,-0.324406489,1.134201999,8199.8646655 +471,0.01702415,0.148991565,365,-0.324406489,1.134201999,4016.0790806 +472,-2.998490902,-0.158002487,365,-0.324406489,1.134201999,8366.5427141 +473,-3.051262951,-0.346595608,365,-0.324406489,1.134201999,9139.883172 +474,-1.069176439,0.182802941,365,-0.324406489,1.134201999,4281.7958732 +475,0.167157509,0.595344954,365,-0.324406489,1.134201999,2435.5459628 +476,0.613855648,0.681746124,365,-0.324406489,1.134201999,2770.8118373 +477,1.037012736,0.682555367,365,-0.324406489,1.134201999,3472.0002462 +478,-1.253574971,0.379755746,365,-0.324406489,1.134201999,3814.8756355 +479,3.108590453,-0.132620738,365,-0.324406489,1.134201999,8394.0347713 +480,0.565301296,0.022333262,365,-0.324406489,1.134201999,5071.3140067 +481,0.547898238,0.855555614,365,-0.324406489,1.134201999,2102.148957 +482,0.948309381,0.417393755,365,-0.324406489,1.134201999,4234.8624739 +483,-0.050600732,0.945269213,365,-0.324406489,1.134201999,922.84382949 +484,-0.977651478,-0.572363064,365,-0.324406489,1.134201999,7054.0429195 +485,1.102014914,0.728861163,365,-0.324406489,1.134201999,3424.7723693 +486,2.927300795,-0.282939414,365,-0.324406489,1.134201999,9059.0645479 +487,-1.154565557,0.124434095,365,-0.324406489,1.134201999,4610.9437887 +488,1.855331234,0.291044755,365,-0.324406489,1.134201999,6109.6744038 +489,0.830290659,0.276904518,365,-0.324406489,1.134201999,4539.2801688 +490,0.485104466,-0.234867441,365,-0.324406489,1.134201999,5933.2504934 +491,0.521367572,-0.33161327,365,-0.324406489,1.134201999,6340.3340501 +1,-1.539031704,0.7349710123,366,1.389579348,0.399185724,7884.2085087 +2,-1.536990553,0.7349663874,366,1.389579348,0.399185724,7882.9413419 +3,-1.534951779,0.7349571355,366,1.389579348,0.399185724,7881.6816882 +4,-1.532906461,0.7349480293,366,1.389579348,0.399185724,7880.4053844 +5,-1.531320211,0.7346937278,366,1.389579348,0.399185724,7880.3624788 +6,-1.539451648,0.7335131775,366,1.389579348,0.399185724,7890.1134905 +7,-1.537429487,0.7335445708,366,1.389579348,0.399185724,7888.7189419 +8,-1.535484998,0.7335658704,366,1.389579348,0.399185724,7887.4014097 +9,-1.533488396,0.7336036027,366,1.389579348,0.399185724,7885.9761036 +10,-1.531497785,0.7335842962,366,1.389579348,0.399185724,7884.7638097 +11,-1.530259379,0.7334777758,366,1.389579348,0.399185724,7884.3689004 +12,-1.5335454,0.7322346912,366,1.389579348,0.399185724,7891.3036909 +13,-1.531489083,0.7322238773,366,1.389579348,0.399185724,7890.0138156 +14,-1.530011122,0.7321679851,366,1.389579348,0.399185724,7889.2650844 +15,-1.53348106,0.7306614094,366,1.389579348,0.399185724,7897.3427255 +16,-1.531441779,0.7306962275,366,1.389579348,0.399185724,7895.8844992 +17,-1.529755654,0.7306933243,366,1.389579348,0.399185724,7894.7922944 +18,-1.533415048,0.7291384674,366,1.389579348,0.399185724,7903.1857354 +19,-1.531392093,0.7291705353,366,1.389579348,0.399185724,7901.7457292 +20,-1.529296523,0.7291214933,366,1.389579348,0.399185724,7900.5594001 +21,-1.535280942,0.727267644,366,1.389579348,0.399185724,7911.622134 +22,-1.533378158,0.7276139666,366,1.389579348,0.399185724,7909.0532877 +23,-1.531340368,0.7276446587,366,1.389579348,0.399185724,7907.6059933 +24,-1.528960113,0.7276398177,366,1.389579348,0.399185724,7906.0576077 +25,-1.533313146,0.7260818349,366,1.389579348,0.399185724,7914.9317303 +26,-1.531259555,0.7260958115,366,1.389579348,0.399185724,7913.5355341 +27,-1.528926415,0.7260865555,366,1.389579348,0.399185724,7912.0316547 +28,-1.531226779,0.7245511789,366,1.389579348,0.399185724,7919.4799584 +29,-1.528904772,0.7245519194,366,1.389579348,0.399185724,7917.9414994 +30,-1.547195875,0.7409785979,366,1.389579348,0.399185724,7865.9390782 +31,-1.5451475,0.740980426,366,1.389579348,0.399185724,7864.7001344 +32,-1.543097679,0.7409798872,366,1.389579348,0.399185724,7863.457572 +33,-1.540720364,0.7409892687,366,1.389579348,0.399185724,7861.9628186 +34,-1.547188511,0.7395198392,366,1.389579348,0.399185724,7871.5902717 +35,-1.545148587,0.7395226109,366,1.389579348,0.399185724,7870.350325 +36,-1.543104538,0.7395314908,366,1.389579348,0.399185724,7869.0723707 +37,-1.540727751,0.7395306258,366,1.389579348,0.399185724,7867.6148197 +38,-1.547187029,0.7380014886,366,1.389579348,0.399185724,7877.4758532 +39,-1.545147315,0.7380012252,366,1.389579348,0.399185724,7876.2452758 +40,-1.54310719,0.7380060743,366,1.389579348,0.399185724,7874.9827868 +41,-1.540719671,0.7380068206,366,1.389579348,0.399185724,7873.5093725 +42,-1.547187189,0.7364799098,366,1.389579348,0.399185724,7883.3747635 +43,-1.545149996,0.7364853874,366,1.389579348,0.399185724,7882.1209532 +44,-1.543106091,0.7364823484,366,1.389579348,0.399185724,7880.8841796 +45,-1.540717158,0.7364893901,366,1.389579348,0.399185724,7879.3824981 +46,-1.538663972,0.7410138672,366,1.389579348,0.399185724,7860.5931685 +47,-1.53695285,0.7409699132,366,1.389579348,0.399185724,7859.6936474 +48,-1.534910498,0.7409641297,366,1.389579348,0.399185724,7858.4284906 +49,-1.533145034,0.7409536636,366,1.389579348,0.399185724,7857.3464673 +50,-1.538681336,0.7395405883,366,1.389579348,0.399185724,7866.305579 +51,-1.536999189,0.7395183096,366,1.389579348,0.399185724,7865.3383838 +52,-1.534923633,0.7395144222,366,1.389579348,0.399185724,7864.0425844 +53,-1.533267822,0.7395654306,366,1.389579348,0.399185724,7862.7909254 +54,-1.53867273,0.7380151077,366,1.389579348,0.399185724,7872.2036382 +55,-1.536980576,0.7379994392,366,1.389579348,0.399185724,7871.2023652 +56,-1.534931522,0.7379944961,366,1.389579348,0.399185724,7869.9247142 +57,-1.533387952,0.7379480264,366,1.389579348,0.399185724,7869.119597 +58,-1.538682279,0.7364914363,366,1.389579348,0.399185724,7878.1058609 +59,-1.536980704,0.7364810563,366,1.389579348,0.399185724,7877.0760557 +60,-1.534935567,0.7364752065,366,1.389579348,0.399185724,7875.8017643 +61,-1.533042592,0.7363876366,366,1.389579348,0.399185724,7874.9291898 +62,-1.545143426,0.7349628011,366,1.389579348,0.399185724,7888.0169778 +63,-1.543105297,0.7349691947,366,1.389579348,0.399185724,7886.7446299 +64,-1.541064533,0.7349647152,366,1.389579348,0.399185724,7885.5008896 +65,-1.545411803,0.7334624714,366,1.389579348,0.399185724,7893.994303 +66,-1.543446606,0.7334780896,366,1.389579348,0.399185724,7892.7301604 +67,-1.541475327,0.7334957295,366,1.389579348,0.399185724,7891.4434035 +68,-1.545401939,0.731963266,366,1.389579348,0.399185724,7899.7976796 +69,-1.54342253,0.7319915583,366,1.389579348,0.399185724,7898.4732103 +70,-1.541455867,0.7320216438,366,1.389579348,0.399185724,7897.1385776 +71,-1.545410146,0.7304422281,366,1.389579348,0.399185724,7905.6965181 +72,-1.543435491,0.7304713664,366,1.389579348,0.399185724,7904.3692826 +73,-1.541463105,0.7304997613,366,1.389579348,0.399185724,7903.0352233 +74,-1.545414768,0.7289194936,366,1.389579348,0.399185724,7911.5995727 +75,-1.543435774,0.7289538557,366,1.389579348,0.399185724,7910.2469728 +76,-1.541457714,0.7289765881,366,1.389579348,0.399185724,7908.9288094 +77,-1.539449415,0.7320555866,366,1.389579348,0.399185724,7895.7530444 +78,-1.537429183,0.7321097681,366,1.389579348,0.399185724,7894.2690719 +79,-1.535472649,0.7321497267,366,1.389579348,0.399185724,7892.8693207 +80,-1.539457899,0.7305333307,366,1.389579348,0.399185724,7901.6494087 +81,-1.537453161,0.7305750503,366,1.389579348,0.399185724,7900.2209369 +82,-1.535479385,0.7306124949,366,1.389579348,0.399185724,7898.8174443 +83,-1.53946905,0.7290102593,366,1.389579348,0.399185724,7907.5504427 +84,-1.537459922,0.7290417293,366,1.389579348,0.399185724,7906.1563122 +85,-1.535451349,0.7290890157,366,1.389579348,0.399185724,7904.6898963 +86,-1.535522937,0.7279887191,366,1.389579348,0.399185724,7908.9899948 +87,-1.539442524,0.7274735939,366,1.389579348,0.399185724,7913.4801175 +88,-1.537424111,0.727521351,366,1.389579348,0.399185724,7912.0143085 +89,-1.539384641,0.7259505092,366,1.389579348,0.399185724,7919.3371226 +90,-1.537372391,0.7259947145,366,1.389579348,0.399185724,7917.8860542 +91,-1.535340789,0.7260435356,366,1.389579348,0.399185724,7916.3931361 +92,-1.539325716,0.7244369706,366,1.389579348,0.399185724,7925.1561785 +93,-1.537308932,0.7244801057,366,1.389579348,0.399185724,7923.7034254 +94,-1.535289068,0.7245247645,366,1.389579348,0.399185724,7922.231186 +95,-1.533261366,0.7245550236,366,1.389579348,0.399185724,7920.7978531 +96,-1.539267302,0.722921924,366,1.389579348,0.399185724,7930.9810435 +97,-1.537248972,0.7229660258,366,1.389579348,0.399185724,7929.5206277 +98,-1.535219431,0.7229916471,366,1.389579348,0.399185724,7928.1127461 +99,-1.53318962,0.7230212049,366,1.389579348,0.399185724,7926.6776536 +100,-1.531154816,0.7230299897,366,1.389579348,0.399185724,7925.307694 +101,-1.528878341,0.7230370244,366,1.389579348,0.399185724,7923.7716783 +102,-1.539218189,0.7214009878,366,1.389579348,0.399185724,7936.8342729 +103,-1.537198791,0.7214422745,366,1.389579348,0.399185724,7935.3811619 +104,-1.535179266,0.7214634354,366,1.389579348,0.399185724,7933.9940777 +105,-1.533156501,0.7214944644,366,1.389579348,0.399185724,7932.5549985 +106,-1.53113574,0.7215166021,366,1.389579348,0.399185724,7931.1398436 +107,-1.528874248,0.7215345535,366,1.389579348,0.399185724,7929.5685288 +108,-1.539217656,0.7198512397,366,1.389579348,0.399185724,7942.829681 +109,-1.537199919,0.7199428763,366,1.389579348,0.399185724,7941.1802673 +110,-1.545425832,0.727397149,366,1.389579348,0.399185724,7917.5049084 +111,-1.543371177,0.7273916949,366,1.389579348,0.399185724,7916.2571551 +112,-1.541368852,0.7274523163,366,1.389579348,0.399185724,7914.7741838 +113,-1.545349067,0.7258710923,366,1.389579348,0.399185724,7923.3703745 +114,-1.54332671,0.7258603556,366,1.389579348,0.399185724,7922.1601216 +115,-1.541346831,0.7259242142,366,1.389579348,0.399185724,7920.6759041 +116,-1.545324355,0.7243383958,366,1.389579348,0.399185724,7929.2933143 +117,-1.543292796,0.7243617413,366,1.389579348,0.399185724,7927.9426293 +118,-1.541295822,0.7244024384,366,1.389579348,0.399185724,7926.5346548 +119,-1.543193859,0.7205570215,366,1.389579348,0.399185724,7942.6141544 +120,-1.550257047,0.7386738187,366,1.389579348,0.399185724,7876.6990045 +121,-1.549335448,0.7311736483,366,1.389579348,0.399185724,7905.2407085 +122,-1.533478843,0.7179891343,366,1.389579348,0.399185724,7946.3100432 +123,-1.556150555,0.738907041,366,1.389579348,0.399185724,7879.2302127 +124,-1.554324226,0.733414257,366,1.389579348,0.399185724,7899.5010837 +125,-1.554290846,0.7288285332,366,1.389579348,0.399185724,7917.2833225 +126,-1.55122487,0.7219795312,366,1.389579348,0.399185724,7942.0357665 +127,-1.525104458,0.7229399862,366,1.389579348,0.399185724,7921.6116816 +128,-1.519607711,0.7236181429,366,1.389579348,0.399185724,7915.2345744 +129,-1.513899999,0.7251107854,366,1.389579348,0.399185724,7905.4952713 +130,-1.536620762,0.7431061895,366,1.389579348,0.399185724,7851.2210941 +131,-1.5369566,0.7460845958,366,1.389579348,0.399185724,7839.9082303 +132,-1.545345528,0.7447040685,366,1.389579348,0.399185724,7850.3880395 +133,-1.532813921,0.7432306626,366,1.389579348,0.399185724,7848.3339456 +134,-1.554788248,0.7382381001,366,1.389579348,0.399185724,7881.0422249 +135,-1.540348126,0.7301594274,366,1.389579348,0.399185724,7903.6556112 +136,-1.538016084,0.7239051786,366,1.389579348,0.399185724,7926.3795214 +137,-1.525288962,0.7258085137,366,1.389579348,0.399185724,7910.6725746 +138,-1.534326986,0.731241342,366,1.389579348,0.399185724,7895.6465767 +139,-1.530733872,0.7303625216,366,1.389579348,0.399185724,7896.7111338 +141,-1.534354939,0.7328219978,366,1.389579348,0.399185724,7889.5542728 +142,-1.53157084,0.7292888153,366,1.389579348,0.399185724,7901.4055717 +143,-1.525691035,0.7263799874,366,1.389579348,0.399185724,7908.738831 +144,-1.534031287,0.7495967835,366,1.389579348,0.399185724,7824.4925883 +145,-1.527714986,0.7283095957,366,1.389579348,0.399185724,7902.6463625 +146,-1.526189586,0.7271468292,366,1.389579348,0.399185724,7906.1151244 +147,-1.555177336,0.7375563366,366,1.389579348,0.399185724,7883.9146868 +148,-1.555080283,0.7312707794,366,1.389579348,0.399185724,7908.2643522 +149,-1.53856994,0.7224180299,366,1.389579348,0.399185724,7932.4860146 +150,-1.530837883,0.729933372,366,1.389579348,0.399185724,7898.4367463 +151,-1.515066984,0.5854133365,366,1.389579348,0.399185724,8442.6739292 +152,-1.534731633,0.5368370046,366,1.389579348,0.399185724,8645.4408457 +153,-1.515231902,0.5607085576,366,1.389579348,0.399185724,8537.3773677 +154,-2.616253799,1.0684566605,366,1.389579348,0.399185724,6013.3059391 +155,-1.956071439,0.5792177723,366,1.389579348,0.399185724,8492.4917854 +156,-1.951208514,0.5602434208,366,1.389579348,0.399185724,8569.3752228 +157,-1.944675062,0.6062144545,366,1.389579348,0.399185724,8396.0780824 +158,-1.613778386,0.6077989518,366,1.389579348,0.399185724,8421.4599669 +159,-2.035029014,0.6021432345,366,1.389579348,0.399185724,8337.0759053 +160,-2.114989471,0.6801825058,366,1.389579348,0.399185724,7961.5812716 +161,-2.037382079,0.5765830025,366,1.389579348,0.399185724,8431.2412742 +162,-2.129855121,0.6585019963,366,1.389579348,0.399185724,8024.282364 +163,-2.075141798,0.6493615843,366,1.389579348,0.399185724,8119.0624504 +164,-1.828626729,0.6948433129,366,1.389579348,0.399185724,8101.1493612 +165,-1.863329418,0.6735427691,366,1.389579348,0.399185724,8174.7016218 +166,-1.266037071,0.727988852,366,1.389579348,0.399185724,7636.4751846 +167,-1.277579582,0.7249010648,366,1.389579348,0.399185724,7662.9135174 +168,-1.258418684,0.7241194816,366,1.389579348,0.399185724,7639.6208634 +169,-1.317813974,0.6804850104,366,1.389579348,0.399185724,7874.2899963 +170,-1.344165204,0.6790988904,366,1.389579348,0.399185724,7912.7966685 +171,-1.427582102,0.5277120351,366,1.389579348,0.399185724,8570.5067949 +172,-1.402238616,0.457167829,366,1.389579348,0.399185724,8796.3250242 +173,-1.422454264,0.4996161999,366,1.389579348,0.399185724,8667.9697362 +174,-1.439089277,0.4894859811,366,1.389579348,0.399185724,8726.2274328 +175,-1.448126995,0.5182330266,366,1.389579348,0.399185724,8630.0733061 +176,-1.474626146,0.5881926574,366,1.389579348,0.399185724,8395.3240138 +177,-1.421139645,0.5584869783,366,1.389579348,0.399185724,8448.7658902 +178,-1.457037165,0.565943032,366,1.389579348,0.399185724,8461.3188145 +179,-2.757159358,0.3745319,366,1.389579348,0.399185724,7501.2921643 +180,-2.714309238,0.342054471,366,1.389579348,0.399185724,7705.3441437 +181,-2.000525337,0.774119946,366,1.389579348,0.399185724,7709.8284354 +183,-1.571413436,0.6777838382,366,1.389579348,0.399185724,8125.6465482 +184,-1.552860289,0.6987663893,366,1.389579348,0.399185724,8033.0676209 +185,-1.521852374,0.7165827476,366,1.389579348,0.399185724,7943.8920855 +186,-1.503656267,0.6928968252,366,1.389579348,0.399185724,8021.6424838 +187,-1.502753178,0.7136205882,366,1.389579348,0.399185724,7941.5039597 +188,-1.631894563,0.7343596465,366,1.389579348,0.399185724,7932.3559181 +189,-1.653765416,0.6770714026,366,1.389579348,0.399185724,8165.2256911 +190,-1.719812114,0.6715965947,366,1.389579348,0.399185724,8200.7922094 +191,-1.493406659,0.6646955447,366,1.389579348,0.399185724,8121.3637339 +192,-1.469120564,0.6613469966,366,1.389579348,0.399185724,8113.0586235 +193,-1.590551461,0.5326612937,366,1.389579348,0.399185724,8702.0999746 +194,-1.625979264,0.5247742243,366,1.389579348,0.399185724,8752.7420519 +195,-1.572293943,0.5238808754,366,1.389579348,0.399185724,8724.1390559 +196,-1.610848725,0.5477107964,366,1.389579348,0.399185724,8655.1356837 +197,-1.208485554,0.7918526018,366,1.389579348,0.399185724,7335.3667766 +198,-1.335601374,0.6869083083,366,1.389579348,0.399185724,7873.8634347 +199,-1.346156996,0.6825213377,366,1.389579348,0.399185724,7902.8282694 +200,-1.324381037,0.6741422347,366,1.389579348,0.399185724,7905.6184673 +201,-1.242424992,0.7378949807,366,1.389579348,0.399185724,7569.2659345 +202,-1.270370057,0.7392461008,366,1.389579348,0.399185724,7602.6299562 +203,-1.448950472,0.7441675014,366,1.389579348,0.399185724,7781.572685 +204,-1.492662363,0.7523026852,366,1.389579348,0.399185724,7785.7571932 +205,-1.479098966,0.7763855017,366,1.389579348,0.399185724,7683.5496208 +206,-1.633760714,0.7869022408,366,1.389579348,0.399185724,7726.3589089 +207,-1.647406434,0.8101289331,366,1.389579348,0.399185724,7639.0597297 +208,-1.564245052,0.5701509278,366,1.389579348,0.399185724,8539.1762804 +209,-1.646289963,0.6833746083,366,1.389579348,0.399185724,8137.9562745 +210,-1.5820631,0.6751952144,366,1.389579348,0.399185724,8141.6963331 +211,-1.613236298,0.6681681791,366,1.389579348,0.399185724,8184.6844431 +212,-1.914661867,0.8212566515,366,1.389579348,0.399185724,7574.7927133 +213,-1.742133237,0.7250275956,366,1.389579348,0.399185724,7990.6917216 +214,-2.033144872,0.6557314699,366,1.389579348,0.399185724,8135.9469181 +215,-2.039551981,0.6964723658,366,1.389579348,0.399185724,7975.7346604 +216,-1.247341019,0.7622473908,366,1.389579348,0.399185724,7491.0222372 +217,-1.298239787,0.7084123392,366,1.389579348,0.399185724,7748.8043624 +218,-1.308539688,0.6926545592,366,1.389579348,0.399185724,7818.5708374 +219,-1.303263185,0.6888938396,366,1.389579348,0.399185724,7825.0386298 +220,-1.852400229,0.6004246149,366,1.389579348,0.399185724,8466.3972718 +221,-1.288947707,0.7473773692,366,1.389579348,0.399185724,7597.9622258 +222,-1.372031502,0.7472790993,366,1.389579348,0.399185724,7695.5164103 +223,-1.289805721,0.7242157877,366,1.389579348,0.399185724,7681.4957194 +224,-1.350807603,0.7533498126,366,1.389579348,0.399185724,7650.1287179 +225,-1.329290365,0.7560442322,366,1.389579348,0.399185724,7615.8780608 +226,-1.410153004,0.616936428,366,1.389579348,0.399185724,8219.3788623 +227,-1.393445434,0.6308995063,366,1.389579348,0.399185724,8148.4675603 +228,-1.37595573,0.6241540638,366,1.389579348,0.399185724,8152.2481352 +229,-1.358388707,0.6172645205,366,1.389579348,0.399185724,8155.1950805 +230,-1.753741133,0.8281661666,366,1.389579348,0.399185724,7582.30375 +231,-1.47430987,0.6834615681,366,1.389579348,0.399185724,8033.7013406 +232,-1.421012508,0.7222725206,366,1.389579348,0.399185724,7838.3095131 +233,-1.4476833,0.6978557868,366,1.389579348,0.399185724,7955.3571046 +234,-1.470370723,0.6966193374,366,1.389579348,0.399185724,7980.3071275 +235,-1.429211703,0.7037216883,366,1.389579348,0.399185724,7915.7847485 +236,-1.700578405,0.6178673663,366,1.389579348,0.399185724,8410.6775133 +237,-1.678117619,0.6331716163,366,1.389579348,0.399185724,8345.3351865 +238,-1.725644578,0.6316331145,366,1.389579348,0.399185724,8359.5813986 +239,-2.14012759,0.7930497945,366,1.389579348,0.399185724,7518.40783 +240,-2.103289431,0.7653606263,366,1.389579348,0.399185724,7657.7031311 +241,-1.318739838,0.7017808746,366,1.389579348,0.399185724,7798.9999772 +242,-1.396417427,0.7077900843,366,1.389579348,0.399185724,7867.3919578 +243,-1.35650337,0.7185539404,366,1.389579348,0.399185724,7783.7895843 +244,-1.248884539,0.7274156818,366,1.389579348,0.399185724,7614.8276091 +245,-1.395014798,0.5761185243,366,1.389579348,0.399185724,8351.9316975 +246,-1.433377362,0.6064716109,366,1.389579348,0.399185724,8284.1333764 +247,-1.408172432,0.5903155476,366,1.389579348,0.399185724,8315.6065684 +248,-1.749645898,0.7757118084,366,1.389579348,0.399185724,7790.0714614 +249,-1.571626686,0.615046989,366,1.389579348,0.399185724,8369.7615108 +250,-1.514070049,0.6303003037,366,1.389579348,0.399185724,8269.8212311 +251,-1.480890369,0.6237966528,366,1.389579348,0.399185724,8266.2510109 +252,-1.704390658,0.5281680612,366,1.389579348,0.399185724,8766.1349265 +253,-1.64434733,0.5254277498,366,1.389579348,0.399185724,8758.6056095 +254,-1.703855997,0.4792484842,366,1.389579348,0.399185724,8959.4955614 +255,-1.692002383,0.5748825051,366,1.389579348,0.399185724,8578.9024657 +256,-1.854136457,0.5544643913,366,1.389579348,0.399185724,8646.6530852 +257,-1.665021206,0.520317736,366,1.389579348,0.399185724,8786.6607474 +258,-1.733654349,0.4845187345,366,1.389579348,0.399185724,8942.791216 +259,-1.720938188,0.5135933906,366,1.389579348,0.399185724,8826.3911421 +260,-1.742668307,0.553296122,366,1.389579348,0.399185724,8670.901527 +261,-1.965659039,0.7142126903,366,1.389579348,0.399185724,7964.0944199 +262,-1.944438071,0.6772834804,366,1.389579348,0.399185724,8120.5621745 +263,-1.270340967,0.7681487096,366,1.389579348,0.399185724,7500.4753159 +264,-1.353091884,0.6549276821,366,1.389579348,0.399185724,8011.6625693 +265,-1.333236659,0.6413584414,366,1.389579348,0.399185724,8035.1720866 +266,-1.352015998,0.6753788907,366,1.389579348,0.399185724,7935.9657409 +267,-1.377988483,0.6577816235,366,1.389579348,0.399185724,8031.4319906 +268,-2.13075611,0.8318642051,366,1.389579348,0.399185724,7384.3356161 +269,-2.097910953,0.8259670014,366,1.389579348,0.399185724,7436.3337089 +270,-1.416382069,0.6694271549,366,1.389579348,0.399185724,8031.0757497 +271,-1.538905672,0.7535625993,366,1.389579348,0.399185724,7812.1706998 +272,-1.572309477,0.7803125099,366,1.389579348,0.399185724,7726.777981 +273,-1.87759879,0.7503853417,366,1.389579348,0.399185724,7867.3908409 +274,1.152365588,0.590457682,366,1.389579348,0.399185724,1119.4303152 +275,0.350198001,0.718001859,366,1.389579348,0.399185724,3636.553872 +276,0.046513677,0.491503852,366,1.389579348,0.399185724,4734.1943816 +277,0.027510309,0.742571376,366,1.389579348,0.399185724,4576.8935052 +278,0.306285725,-0.214631579,366,1.389579348,0.399185724,4852.3836369 +279,-1.100564889,0.318051531,366,1.389579348,0.399185724,8645.5252022 +280,-1.078582306,0.301437596,366,1.389579348,0.399185724,8635.6868933 +281,-1.137371989,-0.617634065,366,1.389579348,0.399185724,10163.119028 +282,0.784356344,0.703272339,366,1.389579348,0.399185724,2348.6960585 +283,-1.221209947,0.218327455,366,1.389579348,0.399185724,9246.6708452 +284,2.347301921,-0.449114658,366,1.389579348,0.399185724,4978.3382255 +285,0.246820618,0.830553713,366,1.389579348,0.399185724,3939.2890071 +286,0.829414965,0.703288228,366,1.389579348,0.399185724,2222.2008232 +287,-1.337537566,0.42332223,366,1.389579348,0.399185724,8816.8653318 +288,0.882453706,0.454478077,366,1.389579348,0.399185724,1837.7929601 +289,1.575629659,0.416419109,366,1.389579348,0.399185724,679.78078357 +290,-1.039455679,0.229888244,366,1.389579348,0.399185724,8722.9814462 +291,0.489558039,0.934482747,366,1.389579348,0.399185724,3403.8640983 +292,0.081344504,0.88384514,366,1.389579348,0.399185724,4363.4116709 +293,-1.547979814,0.300350308,366,1.389579348,0.399185724,9562.491753 +294,0.040776181,0.168560074,366,1.389579348,0.399185724,5158.7767102 +295,-1.130374745,0.563894876,366,1.389579348,0.399185724,7962.0220856 +296,1.578326642,0.478507176,366,1.389579348,0.399185724,745.72697676 +297,-1.12861823,-0.291640865,366,1.389579348,0.399185724,10087.635087 +298,0.310524208,0.770885792,366,1.389579348,0.399185724,3757.1987736 +299,0.415649091,-0.387246002,366,1.389579348,0.399185724,4878.3215564 +300,-0.926533878,-0.188022748,366,1.389579348,0.399185724,9219.1724719 +301,1.258856172,-0.11716081,366,1.389579348,0.399185724,2107.0409028 +302,-1.126050026,0.322941926,366,1.389579348,0.399185724,8695.7933346 +303,2.002785835,0.07893892,366,1.389579348,0.399185724,2666.6637153 +304,0.440437607,0.746258085,366,1.389579348,0.399185724,3378.0811678 +305,-0.030391866,0.214441206,366,1.389579348,0.399185724,5351.5219476 +306,0.521557815,-0.058929362,366,1.389579348,0.399185724,3811.8526466 +307,-0.097005111,0.13317729,366,1.389579348,0.399185724,5711.8363446 +308,1.83113859,0.221857587,366,1.389579348,0.399185724,1803.5990156 +309,0.222428864,0.099404236,366,1.389579348,0.399185724,4597.6167132 +310,-1.702731345,0.8728568183,366,1.389579348,0.399185724,7402.3088228 +311,-0.418507569,0.278324921,366,1.389579348,0.399185724,6624.533886 +312,-1.41153306,0.339029988,366,1.389579348,0.399185724,9237.0279233 +313,0.357560442,0.114788776,366,1.389579348,0.399185724,4082.9073577 +314,0.325818979,0.268352149,366,1.389579348,0.399185724,3988.4887839 +315,-1.246004659,-0.663679965,366,1.389579348,0.399185724,10436.169514 +316,1.814603087,0.637404484,366,1.389579348,0.399185724,1732.3133658 +317,1.843704281,-0.18300445,366,1.389579348,0.399185724,2901.8537702 +318,1.690644492,-0.211480909,366,1.389579348,0.399185724,2686.0758076 +319,-1.275451936,0.068109467,366,1.389579348,0.399185724,9832.0032933 +320,0.762430171,-0.207594741,366,1.389579348,0.399185724,3419.6099887 +321,0.265668905,-0.014647884,366,1.389579348,0.399185724,4624.4933871 +322,-2.773032013,-0.335515811,366,1.389579348,0.399185724,8685.1001244 +323,-1.469512853,0.174058777,366,1.389579348,0.399185724,9922.6348741 +324,0.286276986,0.785925691,366,1.389579348,0.399185724,3827.1451344 +325,-1.379324697,0.377432233,366,1.389579348,0.399185724,9048.1236624 +326,-1.203778265,0.212813032,366,1.389579348,0.399185724,9219.1584206 +327,0.579916301,0.611743168,366,1.389579348,0.399185724,2901.6261329 +328,0.267582642,0.868113908,366,1.389579348,0.399185724,3891.6271288 +329,0.412869244,-0.050245578,366,1.389579348,0.399185724,4168.1755392 +330,0.17524381,0.976660285,366,1.389579348,0.399185724,4138.567598 +331,0.743157214,0.204812899,366,1.389579348,0.399185724,2554.4426396 +332,-1.070758176,0.269382282,366,1.389579348,0.399185724,8704.2098526 +333,-1.230364251,0.329790229,366,1.389579348,0.399185724,8921.1295605 +334,-1.374813124,-0.024926835,366,1.389579348,0.399185724,10369.875483 +335,0.519780566,0.463669906,366,1.389579348,0.399185724,3120.7837967 +336,-1.55108034,0.239698561,366,1.389579348,0.399185724,9795.9321628 +337,0.180294813,0.029739425,366,1.389579348,0.399185724,4859.1784546 +338,0.67820924,0.268170153,366,1.389579348,0.399185724,2703.6646034 +339,0.445798684,1.024001867,366,1.389579348,0.399185724,3607.8242504 +340,0.691751283,0.150521402,366,1.389579348,0.399185724,2824.8426872 +341,-1.036643551,-0.903056181,366,1.389579348,0.399185724,9497.3915369 +342,-0.120287036,1.083325163,366,1.389579348,0.399185724,4722.053831 +343,2.823513113,-0.304487164,366,1.389579348,0.399185724,6208.448744 +344,0.457583172,1.12513373,366,1.389579348,0.399185724,3734.511623 +345,0.042918831,0.813795399,366,1.389579348,0.399185724,4491.2430744 +346,1.196146777,-0.853142756,366,1.389579348,0.399185724,5007.512146 +347,0.206001358,-0.010430701,366,1.389579348,0.399185724,4831.5484781 +348,-0.268308653,0.234799412,366,1.389579348,0.399185724,6172.4938238 +349,0.759363263,0.736189579,366,1.389579348,0.399185724,2464.5937709 +350,0.181363926,0.891988372,366,1.389579348,0.399185724,4112.6551101 +351,-0.021111158,0.139103292,366,1.389579348,0.399185724,5426.9305899 +352,-0.093355215,0.630686981,366,1.389579348,0.399185724,5037.8799182 +353,0.40118964,0.681375926,366,1.389579348,0.399185724,3479.0773764 +354,-0.721197315,1.304706234,366,1.389579348,0.399185724,5219.3172519 +355,-1.076150317,0.212107639,366,1.389579348,0.399185724,8875.3433739 +356,-1.577164531,0.273993443,366,1.389579348,0.399185724,9692.5957555 +357,-0.190788414,0.182208586,366,1.389579348,0.399185724,5977.1581928 +358,-0.261349752,0.209710184,366,1.389579348,0.399185724,6187.1706008 +359,-1.029303852,0.083549259,366,1.389579348,0.399185724,9057.1107749 +360,-1.268609162,0.330525297,366,1.389579348,0.399185724,9001.3118198 +361,1.282982244,-0.926641967,366,1.389579348,0.399185724,5264.4211778 +362,0.217352334,0.731352408,366,1.389579348,0.399185724,4029.2477325 +363,-1.511833084,0.258629297,366,1.389579348,0.399185724,9676.8062054 +364,0.338812194,0.823184618,366,1.389579348,0.399185724,3691.3287633 +365,-0.324406489,1.134201999,366,1.389579348,0.399185724,5029.0951021 +366,1.389579348,0.399185724,366,1.389579348,0.399185724,0 +367,2.047152199,-0.039082036,366,1.389579348,0.399185724,3074.9438974 +368,0.947780369,0.568250077,366,1.389579348,0.399185724,1682.0799015 +369,0.763824846,0.576754987,366,1.389579348,0.399185724,2286.7126871 +370,-0.142334657,0.928153068,366,1.389579348,0.399185724,4878.9120655 +371,0.610266567,0.547265983,366,1.389579348,0.399185724,2790.2527884 +372,0.210731629,0.746815056,366,1.389579348,0.399185724,4045.1262683 +373,-1.34931644,0.316895224,366,1.389579348,0.399185724,9207.3803602 +374,2.407696481,0.655030745,366,1.389579348,0.399185724,3571.2433864 +375,0.64207831,0.545359131,366,1.389579348,0.399185724,2682.4501925 +376,1.174597538,0.840588356,366,1.389579348,0.399185724,1875.2893299 +377,0.660059424,0.010604079,366,1.389579348,0.399185724,3200.3828941 +378,-0.730263819,0.010486456,366,1.389579348,0.399185724,8190.3192088 +379,0.831068936,0.512339172,366,1.389579348,0.399185724,2029.5842627 +380,1.301180979,0.72367476,366,1.389579348,0.399185724,1318.3847381 +381,1.811128231,0.322854402,366,1.389579348,0.399185724,1589.1353967 +382,0.435105812,0.992284428,366,1.389579348,0.399185724,3590.0046243 +383,0.62643634,0.592027932,366,1.389579348,0.399185724,2744.4123609 +384,0.492988703,-0.516339467,366,1.389579348,0.399185724,4980.4315063 +385,-0.162469483,0.112549365,366,1.389579348,0.399185724,5980.8861263 +386,0.314630866,0.472006421,366,1.389579348,0.399185724,3833.2492235 +387,0.166744804,0.822815954,366,1.389579348,0.399185724,4154.3181439 +388,0.417159608,0.965805736,366,1.389579348,0.399185724,3598.8469966 +389,0.106334961,0.868774244,366,1.389579348,0.399185724,4303.9839523 +390,0.815086969,-0.338144359,366,1.389579348,0.399185724,3669.3921716 +391,0.59867455,-0.230624824,366,1.389579348,0.399185724,3953.3965914 +392,1.915104874,0.066220985,366,1.389579348,0.399185724,2406.7096697 +393,1.278093622,0.064463721,366,1.389579348,0.399185724,1393.0248702 +394,-0.061477853,0.302997961,366,1.389579348,0.399185724,5339.1758621 +395,0.251311504,0.626976942,366,1.389579348,0.399185724,3958.7150349 +396,2.950242872,0.149095644,366,1.389579348,0.399185724,5956.47055 +397,-0.180294708,0.35375117,366,1.389579348,0.399185724,5683.7955334 +398,1.010448592,-0.351180233,366,1.389579348,0.399185724,3313.7090115 +399,-1.748740498,0.3686318073,366,1.389579348,0.399185724,9402.4970092 +400,2.699635665,0.123533791,366,1.389579348,0.399185724,5082.9179782 +401,0.496808033,0.823843254,366,1.389579348,0.399185724,3271.6570259 +402,0.129574704,0.763364087,366,1.389579348,0.399185724,4273.5594424 +403,1.798920311,0.817447563,366,1.389579348,0.399185724,2107.8089311 +404,0.335987953,0.746786541,366,1.389579348,0.399185724,3681.163013 +405,-1.085413643,0.292154671,366,1.389579348,0.399185724,8680.053403 +406,-0.155321003,0.508207011,366,1.389579348,0.399185724,5383.986584 +407,0.620529244,-0.301175104,366,1.389579348,0.399185724,4069.8401327 +408,1.684402744,0.368716966,366,1.389579348,0.399185724,1088.8624656 +409,0.300582244,-0.386397212,366,1.389579348,0.399185724,5225.1708014 +410,2.913555946,-0.009225192,366,1.389579348,0.399185724,6065.2830091 +411,1.465101417,0.493232532,366,1.389579348,0.399185724,459.88553353 +412,0.090612882,0.907955955,366,1.389579348,0.399185724,4334.8409275 +413,2.987564726,-0.729568594,366,1.389579348,0.399185724,7336.7053552 +414,-1.484261606,0.224149272,366,1.389579348,0.399185724,9765.2340946 +415,0.164073421,0.303955133,366,1.389579348,0.399185724,4531.6733638 +416,0.141441293,0.167552546,366,1.389579348,0.399185724,4793.3781483 +417,2.931321023,-0.506718887,366,1.389579348,0.399185724,6879.3828207 +418,2.21951565,0.700596356,366,1.389579348,0.399185724,3003.9550231 +419,0.268112576,1.199114336,366,1.389579348,0.399185724,4113.6559176 +420,0.978913739,0.359223811,366,1.389579348,0.399185724,1517.7398899 +421,1.210898818,0.522863584,366,1.389579348,0.399185724,800.41672057 +422,2.347397336,0.129231362,366,1.389579348,0.399185724,3791.803173 +423,0.614394501,0.556878345,366,1.389579348,0.399185724,2777.1318094 +424,-1.398079356,0.148483366,366,1.389579348,0.399185724,9876.8984099 +425,2.535303836,-0.112984496,366,1.389579348,0.399185724,4874.2024317 +426,-1.019372593,-0.405322349,366,1.389579348,0.399185724,9782.9661209 +427,-1.297785627,-0.160104069,366,1.389579348,0.399185724,10477.777557 +428,2.144554488,0.205051084,366,1.389579348,0.399185724,2944.9640379 +429,-2.242387083,-0.426171285,366,1.389579348,0.399185724,10664.337848 +430,0.338637212,0.909723676,366,1.389579348,0.399185724,3733.0874491 +431,-0.148798452,0.691042401,366,1.389579348,0.399185724,5136.0228515 +432,0.893524764,0.441829531,366,1.389579348,0.399185724,1798.3004255 +433,0.969229347,-0.368847936,366,1.389579348,0.399185724,3447.9522218 +434,0.436043248,0.800045688,366,1.389579348,0.399185724,3417.3078265 +435,1.687946607,1.081504775,366,1.389579348,0.399185724,2820.7007364 +436,0.522302046,-0.034889271,366,1.389579348,0.399185724,3760.8038102 +437,-0.178996113,-0.438090009,366,1.389579348,0.399185724,6870.55804 +438,-1.094339566,0.301444068,366,1.389579348,0.399185724,8677.1731849 +439,-1.064070054,0.242569932,366,1.389579348,0.399185724,8759.047412 +440,-1.068153768,0.230387998,366,1.389579348,0.399185724,8803.472021 +441,-3.00496892,-0.23989155,366,1.389579348,0.399185724,7731.9072826 +442,0.21751974,0.766874888,366,1.389579348,0.399185724,4021.9681211 +443,0.117229532,0.007619006,366,1.389579348,0.399185724,5123.0794105 +444,0.777758451,0.420554741,366,1.389579348,0.399185724,2218.5657573 +445,-0.252356999,0.250747086,366,1.389579348,0.399185724,6091.2037376 +446,0.363148444,0.768483434,366,1.389579348,0.399185724,3607.2325829 +447,0.903191366,-0.118210676,366,1.389579348,0.399185724,2784.0033925 +448,-0.205755923,0.149406178,366,1.389579348,0.399185724,6081.2866534 +449,1.811996086,0.02364353,366,1.389579348,0.399185724,2202.5403034 +450,-1.100670221,0.314845373,366,1.389579348,0.399185724,8655.071838 +451,0.340078597,0.850105132,366,1.389579348,0.399185724,3698.5886637 +452,0.258757267,0.804969236,366,1.389579348,0.399185724,3904.9177948 +453,2.78505352,-0.155160804,366,1.389579348,0.399185724,5830.269968 +454,0.800551619,0.105822106,366,1.389579348,0.399185724,2529.8621555 +455,0.437940882,-0.506194031,366,1.389579348,0.399185724,5101.0398669 +456,2.230431122,0.63458615,366,1.389579348,0.399185724,3008.2251856 +457,0.527965361,0.127667701,366,1.389579348,0.399185724,3447.1603162 +458,-0.063643205,0.702093448,366,1.389579348,0.399185724,4875.0155049 +459,1.408447268,0.133010502,366,1.389579348,0.399185724,1056.7650389 +460,0.523795955,0.280266966,366,1.389579348,0.399185724,3252.9762269 +461,-0.975769313,0.072177659,366,1.389579348,0.399185724,8909.8830283 +462,0.549774164,-0.463663986,366,1.389579348,0.399185724,4693.5530187 +463,0.29245874,1.095549818,366,1.389579348,0.399185724,3972.2713227 +464,0.143625958,0.816809593,366,1.389579348,0.399185724,4217.8984314 +465,0.671902494,0.611159853,366,1.389579348,0.399185724,2604.5926522 +466,1.239840988,0.6724199,366,1.389579348,0.399185724,1194.9707148 +467,0.607829703,-0.10932137,366,1.389579348,0.399185724,3635.3680667 +468,1.763020906,0.263996692,366,1.389579348,0.399185724,1495.4590679 +469,0.378714634,0.726066797,366,1.389579348,0.399185724,3552.8177245 +470,2.196736143,-0.153862366,366,1.389579348,0.399185724,3819.1193827 +471,0.01702415,0.148991565,366,1.389579348,0.399185724,5273.5585739 +472,-2.998490902,-0.158002487,366,1.389579348,0.399185724,7642.9458579 +473,-3.051262951,-0.346595608,366,1.389579348,0.399185724,7699.6182191 +474,-1.069176439,0.182802941,366,1.389579348,0.399185724,8932.9300653 +475,0.167157509,0.595344954,366,1.389579348,0.399185724,4246.1391696 +476,0.613855648,0.681746124,366,1.389579348,0.399185724,2828.61768 +477,1.037012736,0.682555367,366,1.389579348,0.399185724,1633.7140105 +478,-1.253574971,0.379755746,366,1.389579348,0.399185724,8808.3007183 +479,3.108590453,-0.132620738,366,1.389579348,0.399185724,6964.0423586 +480,0.565301296,0.022333262,366,1.389579348,0.399185724,3500.724161 +481,0.547898238,0.855555614,366,1.389579348,0.399185724,3172.8694548 +482,0.948309381,0.417393755,366,1.389579348,0.399185724,1603.7001688 +483,-0.050600732,0.945269213,366,1.389579348,0.399185724,4655.0400262 +484,-0.977651478,-0.572363064,366,1.389579348,0.399185724,9667.190095 +485,1.102014914,0.728861163,366,1.389579348,0.399185724,1615.9926474 +486,2.927300795,-0.282939414,366,1.389579348,0.399185724,6536.1659098 +487,-1.154565557,0.124434095,366,1.389579348,0.399185724,9335.8878559 +488,1.855331234,0.291044755,366,1.389579348,0.399185724,1785.2036852 +489,0.830290659,0.276904518,366,1.389579348,0.399185724,2140.6007206 +490,0.485104466,-0.234867441,366,1.389579348,0.399185724,4313.3220638 +491,0.521367572,-0.33161327,366,1.389579348,0.399185724,4433.1119762 +1,-1.539031704,0.7349710123,367,2.047152199,-0.039082036,9267.9573732 +2,-1.536990553,0.7349663874,367,2.047152199,-0.039082036,9271.552987 +3,-1.534951779,0.7349571355,367,2.047152199,-0.039082036,9275.1469811 +4,-1.532906461,0.7349480293,367,2.047152199,-0.039082036,9278.7397184 +5,-1.531320211,0.7346937278,367,2.047152199,-0.039082036,9282.308044 +6,-1.539451648,0.7335131775,367,2.047152199,-0.039082036,9271.8438658 +7,-1.537429487,0.7335445708,367,2.047152199,-0.039082036,9275.3029624 +8,-1.535484998,0.7335658704,367,2.047152199,-0.039082036,9278.6457673 +9,-1.533488396,0.7336036027,367,2.047152199,-0.039082036,9282.0156932 +10,-1.531497785,0.7335842962,367,2.047152199,-0.039082036,9285.5451611 +11,-1.530259379,0.7334777758,367,2.047152199,-0.039082036,9288.0373723 +12,-1.5335454,0.7322346912,367,2.047152199,-0.039082036,9286.2802319 +13,-1.531489083,0.7322238773,367,2.047152199,-0.039082036,9289.905442 +14,-1.530011122,0.7321679851,367,2.047152199,-0.039082036,9292.6571872 +15,-1.53348106,0.7306614094,367,2.047152199,-0.039082036,9291.4054518 +16,-1.531441779,0.7306962275,367,2.047152199,-0.039082036,9294.8643944 +17,-1.529755654,0.7306933243,367,2.047152199,-0.039082036,9297.8159282 +18,-1.533415048,0.7291384674,367,2.047152199,-0.039082036,9296.3705652 +19,-1.531392093,0.7291705353,367,2.047152199,-0.039082036,9299.8185112 +20,-1.529296523,0.7291214933,367,2.047152199,-0.039082036,9303.6397731 +21,-1.535280942,0.727267644,367,2.047152199,-0.039082036,9299.0275433 +22,-1.533378158,0.7276139666,367,2.047152199,-0.039082036,9301.2867029 +23,-1.531340368,0.7276446587,367,2.047152199,-0.039082036,9304.7740481 +24,-1.528960113,0.7276398177,367,2.047152199,-0.039082036,9308.9612372 +25,-1.533313146,0.7260818349,367,2.047152199,-0.039082036,9306.2738963 +26,-1.531259555,0.7260958115,367,2.047152199,-0.039082036,9309.8512199 +27,-1.528926415,0.7260865555,367,2.047152199,-0.039082036,9313.9802015 +28,-1.531226779,0.7245511789,367,2.047152199,-0.039082036,9314.8275931 +29,-1.528904772,0.7245519194,367,2.047152199,-0.039082036,9318.9155398 +30,-1.547195875,0.7409785979,367,2.047152199,-0.039082036,9234.5613539 +31,-1.5451475,0.740980426,367,2.047152199,-0.039082036,9238.1615197 +32,-1.543097679,0.7409798872,367,2.047152199,-0.039082036,9241.7595817 +33,-1.540720364,0.7409892687,367,2.047152199,-0.039082036,9245.88545 +34,-1.547188511,0.7395198392,367,2.047152199,-0.039082036,9239.1807209 +35,-1.545148587,0.7395226109,367,2.047152199,-0.039082036,9242.7717925 +36,-1.543104538,0.7395314908,367,2.047152199,-0.039082036,9246.3386828 +37,-1.540727751,0.7395306258,367,2.047152199,-0.039082036,9250.5063602 +38,-1.547187029,0.7380014886,367,2.047152199,-0.039082036,9243.9747878 +39,-1.545147315,0.7380012252,367,2.047152199,-0.039082036,9247.5842341 +40,-1.54310719,0.7380060743,367,2.047152199,-0.039082036,9251.1661714 +41,-1.540719671,0.7380068206,367,2.047152199,-0.039082036,9255.3582495 +42,-1.547187189,0.7364799098,367,2.047152199,-0.039082036,9248.7729364 +43,-1.545149996,0.7364853874,367,2.047152199,-0.039082036,9252.3689761 +44,-1.543106091,0.7364823484,367,2.047152199,-0.039082036,9255.9917148 +45,-1.540717158,0.7364893901,367,2.047152199,-0.039082036,9260.1770404 +46,-1.538663972,0.7410138672,367,2.047152199,-0.039082036,9249.388496 +47,-1.53695285,0.7409699132,367,2.047152199,-0.039082036,9252.4991717 +48,-1.534910498,0.7409641297,367,2.047152199,-0.039082036,9256.0522075 +49,-1.533145034,0.7409536636,367,2.047152199,-0.039082036,9259.1312148 +50,-1.538681336,0.7395405883,367,2.047152199,-0.039082036,9254.047487 +51,-1.536999189,0.7395183096,367,2.047152199,-0.039082036,9257.0461156 +52,-1.534923633,0.7395144222,367,2.047152199,-0.039082036,9260.6595476 +53,-1.533267822,0.7395654306,367,2.047152199,-0.039082036,9263.3601422 +54,-1.53867273,0.7380151077,367,2.047152199,-0.039082036,9258.9147639 +55,-1.536980576,0.7379994392,367,2.047152199,-0.039082036,9261.917223 +56,-1.534931522,0.7379944961,367,2.047152199,-0.039082036,9265.4971257 +57,-1.533387952,0.7379480264,367,2.047152199,-0.039082036,9268.322348 +58,-1.538682279,0.7364914363,367,2.047152199,-0.039082036,9263.741407 +59,-1.536980704,0.7364810563,367,2.047152199,-0.039082036,9266.7510897 +60,-1.534935567,0.7364752065,367,2.047152199,-0.039082036,9270.3361891 +61,-1.533042592,0.7363876366,367,2.047152199,-0.039082036,9273.9060314 +62,-1.545143426,0.7349628011,367,2.047152199,-0.039082036,9257.1882352 +63,-1.543105297,0.7349691947,367,2.047152199,-0.039082036,9260.7800929 +64,-1.541064533,0.7349647152,367,2.047152199,-0.039082036,9264.3988733 +65,-1.545411803,0.7334624714,367,2.047152199,-0.039082036,9261.444703 +66,-1.543446606,0.7334780896,367,2.047152199,-0.039082036,9264.8886731 +67,-1.541475327,0.7334957295,367,2.047152199,-0.039082036,9268.3255609 +68,-1.545401939,0.731963266,367,2.047152199,-0.039082036,9266.1886151 +69,-1.54342253,0.7319915583,367,2.047152199,-0.039082036,9269.6265833 +70,-1.541455867,0.7320216438,367,2.047152199,-0.039082036,9273.0245106 +71,-1.545410146,0.7304422281,367,2.047152199,-0.039082036,9270.9658793 +72,-1.543435491,0.7304713664,367,2.047152199,-0.039082036,9274.4017708 +73,-1.541463105,0.7304997613,367,2.047152199,-0.039082036,9277.8242404 +74,-1.545414768,0.7289194936,367,2.047152199,-0.039082036,9275.7515749 +75,-1.543435774,0.7289538557,367,2.047152199,-0.039082036,9279.1878092 +76,-1.541457714,0.7289765881,367,2.047152199,-0.039082036,9282.6472533 +77,-1.539449415,0.7320555866,367,2.047152199,-0.039082036,9276.4688484 +78,-1.537429183,0.7321097681,367,2.047152199,-0.039082036,9279.860953 +79,-1.535472649,0.7321497267,367,2.047152199,-0.039082036,9283.1738201 +80,-1.539457899,0.7305333307,367,2.047152199,-0.039082036,9281.2767316 +81,-1.537453161,0.7305750503,367,2.047152199,-0.039082036,9284.6902997 +82,-1.535479385,0.7306124949,367,2.047152199,-0.039082036,9288.0506077 +83,-1.53946905,0.7290102593,367,2.047152199,-0.039082036,9286.0791567 +84,-1.537459922,0.7290417293,367,2.047152199,-0.039082036,9289.5422152 +85,-1.535451349,0.7290890157,367,2.047152199,-0.039082036,9292.9417312 +86,-1.535522937,0.7279887191,367,2.047152199,-0.039082036,9296.3100659 +87,-1.539442524,0.7274735939,367,2.047152199,-0.039082036,9290.9883286 +88,-1.537424111,0.727521351,367,2.047152199,-0.039082036,9294.4253367 +89,-1.539384641,0.7259505092,367,2.047152199,-0.039082036,9295.9074745 +90,-1.537372391,0.7259947145,367,2.047152199,-0.039082036,9299.3536708 +91,-1.535340789,0.7260435356,367,2.047152199,-0.039082036,9302.8069932 +92,-1.539325716,0.7244369706,367,2.047152199,-0.039082036,9300.7955704 +93,-1.537308932,0.7244801057,367,2.047152199,-0.039082036,9304.2620589 +94,-1.535289068,0.7245247645,367,2.047152199,-0.039082036,9307.7165935 +95,-1.533261366,0.7245550236,367,2.047152199,-0.039082036,9311.2180673 +96,-1.539267302,0.722921924,367,2.047152199,-0.039082036,9305.6847832 +97,-1.537248972,0.7229660258,367,2.047152199,-0.039082036,9309.1598429 +98,-1.535219431,0.7229916471,367,2.047152199,-0.039082036,9312.7008039 +99,-1.53318962,0.7230212049,367,2.047152199,-0.039082036,9316.2171417 +100,-1.531154816,0.7230299897,367,2.047152199,-0.039082036,9319.7957054 +101,-1.528878341,0.7230370244,367,2.047152199,-0.039082036,9323.7933211 +102,-1.539218189,0.7214009878,367,2.047152199,-0.039082036,9310.5730996 +103,-1.537198791,0.7214422745,367,2.047152199,-0.039082036,9314.0679575 +104,-1.535179266,0.7214634354,367,2.047152199,-0.039082036,9317.614144 +105,-1.533156501,0.7214944644,367,2.047152199,-0.039082036,9321.1223417 +106,-1.53113574,0.7215166021,367,2.047152199,-0.039082036,9324.6426105 +107,-1.528874248,0.7215345535,367,2.047152199,-0.039082036,9328.5890964 +108,-1.539217656,0.7198512397,367,2.047152199,-0.039082036,9315.4618076 +109,-1.537199919,0.7199428763,367,2.047152199,-0.039082036,9318.8040995 +110,-1.545425832,0.727397149,367,2.047152199,-0.039082036,9280.5211229 +111,-1.543371177,0.7273916949,367,2.047152199,-0.039082036,9284.2275924 +112,-1.541368852,0.7274523163,367,2.047152199,-0.039082036,9287.6196545 +113,-1.545349067,0.7258710923,367,2.047152199,-0.039082036,9285.4572947 +114,-1.54332671,0.7258603556,367,2.047152199,-0.039082036,9289.1312694 +115,-1.541346831,0.7259242142,367,2.047152199,-0.039082036,9292.4819392 +116,-1.545324355,0.7243383958,367,2.047152199,-0.039082036,9290.3175912 +117,-1.543292796,0.7243617413,367,2.047152199,-0.039082036,9293.9100074 +118,-1.541295822,0.7244024384,367,2.047152199,-0.039082036,9297.3732117 +119,-1.543193859,0.7205570215,367,2.047152199,-0.039082036,9306.0525255 +120,-1.550257047,0.7386738187,367,2.047152199,-0.039082036,9236.4056124 +121,-1.549335448,0.7311736483,367,2.047152199,-0.039082036,9261.6241282 +122,-1.533478843,0.7179891343,367,2.047152199,-0.039082036,9331.6597282 +123,-1.556150555,0.738907041,367,2.047152199,-0.039082036,9225.1418867 +124,-1.554324226,0.733414257,367,2.047152199,-0.039082036,9245.6126139 +125,-1.554290846,0.7288285332,367,2.047152199,-0.039082036,9259.9975882 +126,-1.55122487,0.7219795312,367,2.047152199,-0.039082036,9286.9650149 +127,-1.525104458,0.7229399862,367,2.047152199,-0.039082036,9330.7335346 +128,-1.519607711,0.7236181429,367,2.047152199,-0.039082036,9338.1331441 +129,-1.513899999,0.7251107854,367,2.047152199,-0.039082036,9343.1445155 +130,-1.536620762,0.7431061895,367,2.047152199,-0.039082036,9246.2574221 +131,-1.5369566,0.7460845958,367,2.047152199,-0.039082036,9236.1655504 +132,-1.545345528,0.7447040685,367,2.047152199,-0.039082036,9226.0217299 +133,-1.532813921,0.7432306626,367,2.047152199,-0.039082036,9252.4095635 +134,-1.554788248,0.7382381001,367,2.047152199,-0.039082036,9229.6804052 +135,-1.540348126,0.7301594274,367,2.047152199,-0.039082036,9280.8814521 +136,-1.538016084,0.7239051786,367,2.047152199,-0.039082036,9304.8184364 +137,-1.525288962,0.7258085137,367,2.047152199,-0.039082036,9321.2292721 +138,-1.534326986,0.731241342,367,2.047152199,-0.039082036,9288.0750089 +139,-1.530733872,0.7303625216,367,2.047152199,-0.039082036,9297.1662272 +141,-1.534354939,0.7328219978,367,2.047152199,-0.039082036,9282.9926026 +142,-1.53157084,0.7292888153,367,2.047152199,-0.039082036,9299.1281637 +143,-1.525691035,0.7263799874,367,2.047152199,-0.039082036,9318.6983127 +144,-1.534031287,0.7495967835,367,2.047152199,-0.039082036,9229.9194307 +145,-1.527714986,0.7283095957,367,2.047152199,-0.039082036,9308.9945227 +146,-1.526189586,0.7271468292,367,2.047152199,-0.039082036,9315.3741516 +147,-1.555177336,0.7375563366,367,2.047152199,-0.039082036,9231.116918 +148,-1.555080283,0.7312707794,367,2.047152199,-0.039082036,9250.9405455 +149,-1.53856994,0.7224180299,367,2.047152199,-0.039082036,9308.5267133 +150,-1.530837883,0.729933372,367,2.047152199,-0.039082036,9298.3544779 +151,-1.515066984,0.5854133365,367,2.047152199,-0.039082036,9777.3623774 +152,-1.534731633,0.5368370046,367,2.047152199,-0.039082036,9873.6461486 +153,-1.515231902,0.5607085576,367,2.047152199,-0.039082036,9850.314855 +154,-2.616253799,1.0684566605,367,2.047152199,-0.039082036,6451.0049942 +155,-1.956071439,0.5792177723,367,2.047152199,-0.039082036,8604.8252067 +156,-1.951208514,0.5602434208,367,2.047152199,-0.039082036,8648.970072 +157,-1.944675062,0.6062144545,367,2.047152199,-0.039082036,8595.8449137 +158,-1.613778386,0.6077989518,367,2.047152199,-0.039082036,9489.1030397 +159,-2.035029014,0.6021432345,367,2.047152199,-0.039082036,8329.9504939 +160,-2.114989471,0.6801825058,367,2.047152199,-0.039082036,7986.0471094 +161,-2.037382079,0.5765830025,367,2.047152199,-0.039082036,8357.3194288 +162,-2.129855121,0.6585019963,367,2.047152199,-0.039082036,7969.8435387 +163,-2.075141798,0.6493615843,367,2.047152199,-0.039082036,8144.2046904 +164,-1.828626729,0.6948433129,367,2.047152199,-0.039082036,8745.3464833 +165,-1.863329418,0.6735427691,367,2.047152199,-0.039082036,8700.3854638 +166,-1.266037071,0.727988852,367,2.047152199,-0.039082036,9647.5221973 +167,-1.277579582,0.7249010648,367,2.047152199,-0.039082036,9650.0005936 +168,-1.258418684,0.7241194816,367,2.047152199,-0.039082036,9668.1517765 +169,-1.317813974,0.6804850104,367,2.047152199,-0.039082036,9778.1336722 +170,-1.344165204,0.6790988904,367,2.047152199,-0.039082036,9752.8508405 +171,-1.427582102,0.5277120351,367,2.047152199,-0.039082036,10139.607592 +172,-1.402238616,0.457167829,367,2.047152199,-0.039082036,10415.516187 +173,-1.422454264,0.4996161999,367,2.047152199,-0.039082036,10239.12441 +174,-1.439089277,0.4894859811,367,2.047152199,-0.039082036,10234.31849 +175,-1.448126995,0.5182330266,367,2.047152199,-0.039082036,10126.271123 +176,-1.474626146,0.5881926574,367,2.047152199,-0.039082036,9853.1807822 +177,-1.421139645,0.5584869783,367,2.047152199,-0.039082036,10052.953265 +178,-1.457037165,0.565943032,367,2.047152199,-0.039082036,9958.6619968 +179,-2.757159358,0.3745319,367,2.047152199,-0.039082036,5940.1755491 +180,-2.714309238,0.342054471,367,2.047152199,-0.039082036,6090.9099239 +181,-2.000525337,0.774119946,367,2.047152199,-0.039082036,8151.1942251 +183,-1.571413436,0.6777838382,367,2.047152199,-0.039082036,9382.9966467 +184,-1.552860289,0.6987663893,367,2.047152199,-0.039082036,9355.8616528 +185,-1.521852374,0.7165827476,367,2.047152199,-0.039082036,9356.7842841 +186,-1.503656267,0.6928968252,367,2.047152199,-0.039082036,9464.984433 +187,-1.502753178,0.7136205882,367,2.047152199,-0.039082036,9399.476307 +188,-1.631894563,0.7343596465,367,2.047152199,-0.039082036,9094.5633142 +189,-1.653765416,0.6770714026,367,2.047152199,-0.039082036,9208.8106796 +190,-1.719812114,0.6715965947,367,2.047152199,-0.039082036,9069.2002652 +191,-1.493406659,0.6646955447,367,2.047152199,-0.039082036,9574.1251602 +192,-1.469120564,0.6613469966,367,2.047152199,-0.039082036,9628.4511593 +193,-1.590551461,0.5326612937,367,2.047152199,-0.039082036,9745.912902 +194,-1.625979264,0.5247742243,367,2.047152199,-0.039082036,9672.3480041 +195,-1.572293943,0.5238808754,367,2.047152199,-0.039082036,9815.7794936 +196,-1.610848725,0.5477107964,367,2.047152199,-0.039082036,9654.7688402 +197,-1.208485554,0.7918526018,367,2.047152199,-0.039082036,9435.7966332 +198,-1.335601374,0.6869083083,367,2.047152199,-0.039082036,9734.4463418 +199,-1.346156996,0.6825213377,367,2.047152199,-0.039082036,9737.9757366 +200,-1.324381037,0.6741422347,367,2.047152199,-0.039082036,9794.2401556 +201,-1.242424992,0.7378949807,367,2.047152199,-0.039082036,9626.4615639 +202,-1.270370057,0.7392461008,367,2.047152199,-0.039082036,9601.1485353 +203,-1.448950472,0.7441675014,367,2.047152199,-0.039082036,9382.1474076 +204,-1.492662363,0.7523026852,367,2.047152199,-0.039082036,9288.6837907 +205,-1.479098966,0.7763855017,367,2.047152199,-0.039082036,9228.2871901 +206,-1.633760714,0.7869022408,367,2.047152199,-0.039082036,8937.0477301 +207,-1.647406434,0.8101289331,367,2.047152199,-0.039082036,8843.2157009 +208,-1.564245052,0.5701509278,367,2.047152199,-0.039082036,9710.0392205 +209,-1.646289963,0.6833746083,367,2.047152199,-0.039082036,9208.2065077 +210,-1.5820631,0.6751952144,367,2.047152199,-0.039082036,9368.8776373 +211,-1.613236298,0.6681681791,367,2.047152199,-0.039082036,9323.0979516 +212,-1.914661867,0.8212566515,367,2.047152199,-0.039082036,8263.6575815 +213,-1.742133237,0.7250275956,367,2.047152199,-0.039082036,8882.7036605 +214,-2.033144872,0.6557314699,367,2.047152199,-0.039082036,8258.3240445 +215,-2.039551981,0.6964723658,367,2.047152199,-0.039082036,8177.8967258 +216,-1.247341019,0.7622473908,367,2.047152199,-0.039082036,9529.2794071 +217,-1.298239787,0.7084123392,367,2.047152199,-0.039082036,9693.9221501 +218,-1.308539688,0.6926545592,367,2.047152199,-0.039082036,9742.7368631 +219,-1.303263185,0.6888938396,367,2.047152199,-0.039082036,9762.155294 +220,-1.852400229,0.6004246149,367,2.047152199,-0.039082036,8875.033802 +221,-1.288947707,0.7473773692,367,2.047152199,-0.039082036,9555.1528262 +222,-1.372031502,0.7472790993,367,2.047152199,-0.039082036,9471.8626986 +223,-1.289805721,0.7242157877,367,2.047152199,-0.039082036,9642.0961493 +224,-1.350807603,0.7533498126,367,2.047152199,-0.039082036,9473.4692343 +225,-1.329290365,0.7560442322,367,2.047152199,-0.039082036,9485.6704976 +226,-1.410153004,0.616936428,367,2.047152199,-0.039082036,9877.5231248 +227,-1.393445434,0.6308995063,367,2.047152199,-0.039082036,9856.4175004 +228,-1.37595573,0.6241540638,367,2.047152199,-0.039082036,9906.5435106 +229,-1.358388707,0.6172645205,367,2.047152199,-0.039082036,9956.5633356 +230,-1.753741133,0.8281661666,367,2.047152199,-0.039082036,8590.0744293 +231,-1.47430987,0.6834615681,367,2.047152199,-0.039082036,9546.7701954 +232,-1.421012508,0.7222725206,367,2.047152199,-0.039082036,9497.8702561 +233,-1.4476833,0.6978557868,367,2.047152199,-0.039082036,9542.2084256 +234,-1.470370723,0.6966193374,367,2.047152199,-0.039082036,9509.8235784 +235,-1.429211703,0.7037216883,367,2.047152199,-0.039082036,9550.362293 +236,-1.700578405,0.6178673663,367,2.047152199,-0.039082036,9249.3022412 +237,-1.678117619,0.6331716163,367,2.047152199,-0.039082036,9267.2600307 +238,-1.725644578,0.6316331145,367,2.047152199,-0.039082036,9152.218684 +239,-2.14012759,0.7930497945,367,2.047152199,-0.039082036,7763.0188743 +240,-2.103289431,0.7653606263,367,2.047152199,-0.039082036,7899.6970928 +241,-1.318739838,0.7017808746,367,2.047152199,-0.039082036,9698.1683514 +242,-1.396417427,0.7077900843,367,2.047152199,-0.039082036,9582.7086328 +243,-1.35650337,0.7185539404,367,2.047152199,-0.039082036,9594.4378546 +244,-1.248884539,0.7274156818,367,2.047152199,-0.039082036,9662.4295474 +245,-1.395014798,0.5761185243,367,2.047152199,-0.039082036,10041.590206 +246,-1.433377362,0.6064716109,367,2.047152199,-0.039082036,9872.5586159 +247,-1.408172432,0.5903155476,367,2.047152199,-0.039082036,9970.9060298 +248,-1.749645898,0.7757118084,367,2.047152199,-0.039082036,8736.3479002 +249,-1.571626686,0.615046989,367,2.047152199,-0.039082036,9566.1510455 +250,-1.514070049,0.6303003037,367,2.047152199,-0.039082036,9642.8888309 +251,-1.480890369,0.6237966528,367,2.047152199,-0.039082036,9728.2995789 +252,-1.704390658,0.5281680612,367,2.047152199,-0.039082036,9446.70388 +253,-1.64434733,0.5254277498,367,2.047152199,-0.039082036,9620.8720696 +254,-1.703855997,0.4792484842,367,2.047152199,-0.039082036,9551.673892 +255,-1.692002383,0.5748825051,367,2.047152199,-0.039082036,9374.7267527 +256,-1.854136457,0.5544643913,367,2.047152199,-0.039082036,8954.9323737 +257,-1.665021206,0.520317736,367,2.047152199,-0.039082036,9575.5939331 +258,-1.733654349,0.4845187345,367,2.047152199,-0.039082036,9450.8340993 +259,-1.720938188,0.5135933906,367,2.047152199,-0.039082036,9430.0065254 +260,-1.742668307,0.553296122,367,2.047152199,-0.039082036,9283.4761651 +261,-1.965659039,0.7142126903,367,2.047152199,-0.039082036,8349.8744874 +262,-1.944438071,0.6772834804,367,2.047152199,-0.039082036,8473.9221414 +263,-1.270340967,0.7681487096,367,2.047152199,-0.039082036,9490.6803353 +264,-1.353091884,0.6549276821,367,2.047152199,-0.039082036,9829.1465626 +265,-1.333236659,0.6413584414,367,2.047152199,-0.039082036,9903.7192082 +266,-1.352015998,0.6753788907,367,2.047152199,-0.039082036,9756.6823705 +267,-1.377988483,0.6577816235,367,2.047152199,-0.039082036,9785.1109892 +268,-2.13075611,0.8318642051,367,2.047152199,-0.039082036,7730.4130999 +269,-2.097910953,0.8259670014,367,2.047152199,-0.039082036,7820.4820552 +270,-1.416382069,0.6694271549,367,2.047152199,-0.039082036,9687.9389971 +271,-1.538905672,0.7535625993,367,2.047152199,-0.039082036,9208.9191917 +272,-1.572309477,0.7803125099,367,2.047152199,-0.039082036,9067.002026 +273,-1.87759879,0.7503853417,367,2.047152199,-0.039082036,8503.1204764 +274,1.152365588,0.590457682,367,2.047152199,-0.039082036,4158.9266647 +275,0.350198001,0.718001859,367,2.047152199,-0.039082036,6699.9598664 +276,0.046513677,0.491503852,367,2.047152199,-0.039082036,7789.7311369 +277,0.027510309,0.742571376,367,2.047152199,-0.039082036,7620.7843065 +278,0.306285725,-0.214631579,367,2.047152199,-0.039082036,6846.0633515 +279,-1.100564889,0.318051531,367,2.047152199,-0.039082036,11338.594314 +280,-1.078582306,0.301437596,367,2.047152199,-0.039082036,11402.827368 +281,-1.137371989,-0.617634065,367,2.047152199,-0.039082036,9837.7299894 +282,0.784356344,0.703272339,367,2.047152199,-0.039082036,5400.9672331 +283,-1.221209947,0.218327455,367,2.047152199,-0.039082036,11577.033185 +284,2.347301921,-0.449114658,367,2.047152199,-0.039082036,1986.4253889 +285,0.246820618,0.830553713,367,2.047152199,-0.039082036,6947.6241408 +286,0.829414965,0.703288228,367,2.047152199,-0.039082036,5269.0314794 +287,-1.337537566,0.42332223,367,2.047152199,-0.039082036,10660.027789 +288,0.882453706,0.454478077,367,2.047152199,-0.039082036,4858.2901862 +289,1.575629659,0.416419109,367,2.047152199,-0.039082036,2559.9791187 +290,-1.039455679,0.229888244,367,2.047152199,-0.039082036,11657.947175 +291,0.489558039,0.934482747,367,2.047152199,-0.039082036,6315.3586272 +292,0.081344504,0.88384514,367,2.047152199,-0.039082036,7321.582726 +293,-1.547979814,0.300350308,367,2.047152199,-0.039082036,10398.086536 +294,0.040776181,0.168560074,367,2.047152199,-0.039082036,7948.3795021 +295,-1.130374745,0.563894876,367,2.047152199,-0.039082036,10360.75884 +296,1.578326642,0.478507176,367,2.047152199,-0.039082036,2720.2444314 +297,-1.12861823,-0.291640865,367,2.047152199,-0.039082036,11127.054468 +298,0.310524208,0.770885792,367,2.047152199,-0.039082036,6800.4608225 +299,0.415649091,-0.387246002,367,2.047152199,-0.039082036,6385.8733167 +300,-0.926533878,-0.188022748,367,2.047152199,-0.039082036,11327.084703 +301,1.258856172,-0.11716081,367,2.047152199,-0.039082036,3126.9116782 +302,-1.126050026,0.322941926,367,2.047152199,-0.039082036,11312.80397 +303,2.002785835,0.07893892,367,2.047152199,-0.039082036,499.37279702 +304,0.440437607,0.746258085,367,2.047152199,-0.039082036,6431.4499538 +305,-0.030391866,0.214441206,367,2.047152199,-0.039082036,8214.8327302 +306,0.521557815,-0.058929362,367,2.047152199,-0.039082036,6034.2022796 +307,-0.097005111,0.13317729,367,2.047152199,-0.039082036,8492.8850884 +308,1.83113859,0.221857587,367,2.047152199,-0.039082036,1337.9241703 +309,0.222428864,0.099404236,367,2.047152199,-0.039082036,7237.7443384 +310,-1.702731345,0.8728568183,367,2.047152199,-0.039082036,8561.486065 +311,-0.418507569,0.278324921,367,2.047152199,-0.039082036,9643.1184071 +312,-1.41153306,0.339029988,367,2.047152199,-0.039082036,10734.981315 +313,0.357560442,0.114788776,367,2.047152199,-0.039082036,6706.8581933 +314,0.325818979,0.268352149,367,2.047152199,-0.039082036,6837.766081 +315,-1.246004659,-0.663679965,367,2.047152199,-0.039082036,9605.3542817 +316,1.814603087,0.637404484,367,2.047152199,-0.039082036,2813.528656 +317,1.843704281,-0.18300445,367,2.047152199,-0.039082036,982.46703404 +318,1.690644492,-0.211480909,367,2.047152199,-0.039082036,1556.870346 +319,-1.275451936,0.068109467,367,2.047152199,-0.039082036,11718.745844 +320,0.762430171,-0.207594741,367,2.047152199,-0.039082036,5081.4184494 +321,0.265668905,-0.014647884,367,2.047152199,-0.039082036,7053.3997687 +322,-2.773032013,-0.335515811,367,2.047152199,-0.039082036,5767.8921194 +323,-1.469512853,0.174058777,367,2.047152199,-0.039082036,10874.02975 +324,0.286276986,0.785925691,367,2.047152199,-0.039082036,6862.7076009 +325,-1.379324697,0.377432233,367,2.047152199,-0.039082036,10711.375287 +326,-1.203778265,0.212813032,367,2.047152199,-0.039082036,11632.884145 +327,0.579916301,0.611743168,367,2.047152199,-0.039082036,5975.6903268 +328,0.267582642,0.868113908,367,2.047152199,-0.039082036,6873.1081184 +329,0.412869244,-0.050245578,367,2.047152199,-0.039082036,6465.0968442 +330,0.17524381,0.976660285,367,2.047152199,-0.039082036,7012.5281824 +331,0.743157214,0.204812899,367,2.047152199,-0.039082036,5221.0860902 +332,-1.070758176,0.269382282,367,2.047152199,-0.039082036,11526.95427 +333,-1.230364251,0.329790229,367,2.047152199,-0.039082036,11177.41177 +334,-1.374813124,-0.024926835,367,2.047152199,-0.039082036,11304.930973 +335,0.519780566,0.463669906,367,2.047152199,-0.039082036,6137.4551033 +336,-1.55108034,0.239698561,367,2.047152199,-0.039082036,10487.491791 +337,0.180294813,0.029739425,367,2.047152199,-0.039082036,7397.9773575 +338,0.67820924,0.268170153,367,2.047152199,-0.039082036,5493.6821195 +339,0.445798684,1.024001867,367,2.047152199,-0.039082036,6417.0779569 +340,0.691751283,0.150521402,367,2.047152199,-0.039082036,5402.9208527 +341,-1.036643551,-0.903056181,367,2.047152199,-0.039082036,8706.9817132 +342,-0.120287036,1.083325163,367,2.047152199,-0.039082036,7418.4163169 +343,2.823513113,-0.304487164,367,2.047152199,-0.039082036,3195.5659588 +344,0.457583172,1.12513373,367,2.047152199,-0.039082036,6393.6523756 +345,0.042918831,0.813795399,367,2.047152199,-0.039082036,7497.9690024 +346,1.196146777,-0.853142756,367,2.047152199,-0.039082036,4316.8691929 +347,0.206001358,-0.010430701,367,2.047152199,-0.039082036,7290.2256727 +348,-0.268308653,0.234799412,367,2.047152199,-0.039082036,9117.9544175 +349,0.759363263,0.736189579,367,2.047152199,-0.039082036,5502.8798259 +350,0.181363926,0.891988372,367,2.047152199,-0.039082036,7071.3685665 +351,-0.021111158,0.139103292,367,2.047152199,-0.039082036,8194.4073583 +352,-0.093355215,0.630686981,367,2.047152199,-0.039082036,8107.8202271 +353,0.40118964,0.681375926,367,2.047152199,-0.039082036,6550.6392577 +354,-0.721197315,1.304706234,367,2.047152199,-0.039082036,7355.7993594 +355,-1.076150317,0.212107639,367,2.047152199,-0.039082036,11754.74517 +356,-1.577164531,0.273993443,367,2.047152199,-0.039082036,10343.014325 +357,-0.190788414,0.182208586,367,2.047152199,-0.039082036,8846.2258391 +358,-0.261349752,0.209710184,367,2.047152199,-0.039082036,9106.1148192 +359,-1.029303852,0.083549259,367,2.047152199,-0.039082036,12131.871791 +360,-1.268609162,0.330525297,367,2.047152199,-0.039082036,11106.359275 +361,1.282982244,-0.926641967,367,2.047152199,-0.039082036,4308.6513169 +362,0.217352334,0.731352408,367,2.047152199,-0.039082036,7086.6126109 +363,-1.511833084,0.258629297,367,2.047152199,-0.039082036,10595.301457 +364,0.338812194,0.823184618,367,2.047152199,-0.039082036,6705.5783826 +365,-0.324406489,1.134201999,367,2.047152199,-0.039082036,7590.7472365 +366,1.389579348,0.399185724,367,2.047152199,-0.039082036,3074.9438974 +367,2.047152199,-0.039082036,367,2.047152199,-0.039082036,0 +368,0.947780369,0.568250077,367,2.047152199,-0.039082036,4757.000593 +369,0.763824846,0.576754987,367,2.047152199,-0.039082036,5358.8453453 +370,-0.142334657,0.928153068,367,2.047152199,-0.039082036,7759.895089 +371,0.610266567,0.547265983,367,2.047152199,-0.039082036,5850.6580701 +372,0.210731629,0.746815056,367,2.047152199,-0.039082036,7096.635991 +373,-1.34931644,0.316895224,367,2.047152199,-0.039082036,10963.634375 +374,2.407696481,0.655030745,367,2.047152199,-0.039082036,3051.3241295 +375,0.64207831,0.545359131,367,2.047152199,-0.039082036,5742.8230013 +376,1.174597538,0.840588356,367,2.047152199,-0.039082036,4594.6119841 +377,0.660059424,0.010604079,367,2.047152199,-0.039082036,5496.5468701 +378,-0.730263819,0.010486456,367,2.047152199,-0.039082036,10997.400528 +379,0.831068936,0.512339172,367,2.047152199,-0.039082036,5084.0263886 +380,1.301180979,0.72367476,367,2.047152199,-0.039082036,4036.9318636 +381,1.811128231,0.322854402,367,2.047152199,-0.039082036,1703.4668106 +382,0.435105812,0.992284428,367,2.047152199,-0.039082036,6440.861974 +383,0.62643634,0.592027932,367,2.047152199,-0.039082036,5816.5108702 +384,0.492988703,-0.516339467,367,2.047152199,-0.039082036,6088.2443223 +385,-0.162469483,0.112549365,367,2.047152199,-0.039082036,8753.1175086 +386,0.314630866,0.472006421,367,2.047152199,-0.039082036,6862.7143686 +387,0.166744804,0.822815954,367,2.047152199,-0.039082036,7164.4842972 +388,0.417159608,0.965805736,367,2.047152199,-0.039082036,6482.5871581 +389,0.106334961,0.868774244,367,2.047152199,-0.039082036,7276.8266838 +390,0.815086969,-0.338144359,367,2.047152199,-0.039082036,4905.7770052 +391,0.59867455,-0.230624824,367,2.047152199,-0.039082036,5715.0229632 +392,1.915104874,0.066220985,367,2.047152199,-0.039082036,668.76275463 +393,1.278093622,0.064463721,367,2.047152199,-0.039082036,3072.1087419 +394,-0.061477853,0.302997961,367,2.047152199,-0.039082036,8296.9314137 +395,0.251311504,0.626976942,367,2.047152199,-0.039082036,7033.6300858 +396,2.950242872,0.149095644,367,2.047152199,-0.039082036,3642.9997385 +397,-0.180294708,0.35375117,367,2.047152199,-0.039082036,8700.8125344 +398,1.010448592,-0.351180233,367,2.047152199,-0.039082036,4188.6864114 +399,-1.748740498,0.3686318073,367,2.047152199,-0.039082036,9603.2270201 +400,2.699635665,0.123533791,367,2.047152199,-0.039082036,2658.4275033 +401,0.496808033,0.823843254,367,2.047152199,-0.039082036,6280.4932614 +402,0.129574704,0.763364087,367,2.047152199,-0.039082036,7314.660579 +403,1.798920311,0.817447563,367,2.047152199,-0.039082036,3501.2775062 +404,0.335987953,0.746786541,367,2.047152199,-0.039082036,6734.8694658 +405,-1.085413643,0.292154671,367,2.047152199,-0.039082036,11440.811235 +406,-0.155321003,0.508207011,367,2.047152199,-0.039082036,8455.54744 +407,0.620529244,-0.301175104,367,2.047152199,-0.039082036,5630.7586334 +408,1.684402744,0.368716966,367,2.047152199,-0.039082036,2141.7733822 +409,0.300582244,-0.386397212,367,2.047152199,-0.039082036,6806.825852 +410,2.913555946,-0.009225192,367,2.047152199,-0.039082036,3432.6650837 +411,1.465101417,0.493232532,367,2.047152199,-0.039082036,3056.8007345 +412,0.090612882,0.907955955,367,2.047152199,-0.039082036,7272.572256 +413,2.987564726,-0.729568594,367,2.047152199,-0.039082036,4305.6923836 +414,-1.484261606,0.224149272,367,2.047152199,-0.039082036,10748.883249 +415,0.164073421,0.303955133,367,2.047152199,-0.039082036,7448.0031153 +416,0.141441293,0.167552546,367,2.047152199,-0.039082036,7555.5085045 +417,2.931321023,-0.506718887,367,2.047152199,-0.039082036,3805.9801088 +418,2.21951565,0.700596356,367,2.047152199,-0.039082036,2995.7830308 +419,0.268112576,1.199114336,367,2.047152199,-0.039082036,6664.224308 +420,0.978913739,0.359223811,367,2.047152199,-0.039082036,4431.2079442 +421,1.210898818,0.522863584,367,2.047152199,-0.039082036,3864.0065688 +422,2.347397336,0.129231362,367,2.047152199,-0.039082036,1361.0979107 +423,0.614394501,0.556878345,367,2.047152199,-0.039082036,5840.802565 +424,-1.398079356,0.148483366,367,2.047152199,-0.039082036,11171.036964 +425,2.535303836,-0.112984496,367,2.047152199,-0.039082036,1949.5231383 +426,-1.019372593,-0.405322349,367,2.047152199,-0.039082036,10659.884554 +427,-1.297785627,-0.160104069,367,2.047152199,-0.039082036,11318.375674 +428,2.144554488,0.205051084,367,2.047152199,-0.039082036,1040.2820119 +429,-2.242387083,-0.426171285,367,2.047152199,-0.039082036,7668.8326303 +430,0.338637212,0.909723676,367,2.047152199,-0.039082036,6678.7038024 +431,-0.148798452,0.691042401,367,2.047152199,-0.039082036,8184.8167879 +432,0.893524764,0.441829531,367,2.047152199,-0.039082036,4808.6350117 +433,0.969229347,-0.368847936,367,2.047152199,-0.039082036,4350.4741596 +434,0.436043248,0.800045688,367,2.047152199,-0.039082036,6444.1957561 +435,1.687946607,1.081504775,367,2.047152199,-0.039082036,4569.4915224 +436,0.522302046,-0.034889271,367,2.047152199,-0.039082036,6034.7768876 +437,-0.178996113,-0.438090009,367,2.047152199,-0.039082036,8457.4187531 +438,-1.094339566,0.301444068,367,2.047152199,-0.039082036,11404.632418 +439,-1.064070054,0.242569932,367,2.047152199,-0.039082036,11629.112096 +440,-1.068153768,0.230387998,367,2.047152199,-0.039082036,11679.115853 +441,-3.00496892,-0.23989155,367,2.047152199,-0.039082036,4878.3722412 +442,0.21751974,0.766874888,367,2.047152199,-0.039082036,7065.1596552 +443,0.117229532,0.007619006,367,2.047152199,-0.039082036,7644.5045812 +444,0.777758451,0.420554741,367,2.047152199,-0.039082036,5201.2716099 +445,-0.252356999,0.250747086,367,2.047152199,-0.039082036,9047.0678855 +446,0.363148444,0.768483434,367,2.047152199,-0.039082036,6651.7968472 +447,0.903191366,-0.118210676,367,2.047152199,-0.039082036,4525.1133348 +448,-0.205755923,0.149406178,367,2.047152199,-0.039082036,8915.1867009 +449,1.811996086,0.02364353,367,2.047152199,-0.039082036,963.8459517 +450,-1.100670221,0.314845373,367,2.047152199,-0.039082036,11351.281744 +451,0.340078597,0.850105132,367,2.047152199,-0.039082036,6694.164282 +452,0.258757267,0.804969236,367,2.047152199,-0.039082036,6929.4984527 +453,2.78505352,-0.155160804,367,2.047152199,-0.039082036,2942.8402578 +454,0.800551619,0.105822106,367,2.047152199,-0.039082036,4963.4592923 +455,0.437940882,-0.506194031,367,2.047152199,-0.039082036,6279.8341864 +456,2.230431122,0.63458615,367,2.047152199,-0.039082036,2752.8507527 +457,0.527965361,0.127667701,367,2.047152199,-0.039082036,6039.04737 +458,-0.063643205,0.702093448,367,2.047152199,-0.039082036,7927.7733518 +459,1.408447268,0.133010502,367,2.047152199,-0.039082036,2614.290439 +460,0.523795955,0.280266966,367,2.047152199,-0.039082036,6084.3336894 +461,-0.975769313,0.072177659,367,2.047152199,-0.039082036,11956.576616 +462,0.549774164,-0.463663986,367,2.047152199,-0.039082036,5892.6560297 +463,0.29245874,1.095549818,367,2.047152199,-0.039082036,6691.8031478 +464,0.143625958,0.816809593,367,2.047152199,-0.039082036,7230.5750554 +465,0.671902494,0.611159853,367,2.047152199,-0.039082036,5679.1990561 +466,1.239840988,0.6724199,367,2.047152199,-0.039082036,4073.5502076 +467,0.607829703,-0.10932137,367,2.047152199,-0.039082036,5687.6453586 +468,1.763020906,0.263996692,367,2.047152199,-0.039082036,1637.6148954 +469,0.378714634,0.726066797,367,2.047152199,-0.039082036,6613.8505812 +470,2.196736143,-0.153862366,367,2.047152199,-0.039082036,744.38202952 +471,0.01702415,0.148991565,367,2.047152199,-0.039082036,8043.7828945 +472,-2.998490902,-0.158002487,367,2.047152199,-0.039082036,4894.2465427 +473,-3.051262951,-0.346595608,367,2.047152199,-0.039082036,4732.9283909 +474,-1.069176439,0.182802941,367,2.047152199,-0.039082036,11865.962916 +475,0.167157509,0.595344954,367,2.047152199,-0.039082036,7319.9056257 +476,0.613855648,0.681746124,367,2.047152199,-0.039082036,5897.8449117 +477,1.037012736,0.682555367,367,2.047152199,-0.039082036,4645.1176588 +478,-1.253574971,0.379755746,367,2.047152199,-0.039082036,10961.679035 +479,3.108590453,-0.132620738,367,2.047152199,-0.039082036,4202.0171602 +480,0.565301296,0.022333262,367,2.047152199,-0.039082036,5873.4388521 +481,0.547898238,0.855555614,367,2.047152199,-0.039082036,6153.2183997 +482,0.948309381,0.417393755,367,2.047152199,-0.039082036,4594.3244141 +483,-0.050600732,0.945269213,367,2.047152199,-0.039082036,7536.8841259 +484,-0.977651478,-0.572363064,367,2.047152199,-0.039082036,9982.7081548 +485,1.102014914,0.728861163,367,2.047152199,-0.039082036,4546.4738591 +486,2.927300795,-0.282939414,367,2.047152199,-0.039082036,3562.1766464 +487,-1.154565557,0.124434095,367,2.047152199,-0.039082036,12030.807927 +488,1.855331234,0.291044755,367,2.047152199,-0.039082036,1507.5267131 +489,0.830290659,0.276904518,367,2.047152199,-0.039082036,4921.4524111 +490,0.485104466,-0.234867441,367,2.047152199,-0.039082036,6152.2291493 +491,0.521367572,-0.33161327,367,2.047152199,-0.039082036,6003.0342166 +1,-1.539031704,0.7349710123,368,0.947780369,0.568250077,6758.6072874 +2,-1.536990553,0.7349663874,368,0.947780369,0.568250077,6755.511926 +3,-1.534951779,0.7349571355,368,0.947780369,0.568250077,6752.4279055 +4,-1.532906461,0.7349480293,368,0.947780369,0.568250077,6749.3254147 +5,-1.531320211,0.7346937278,368,0.947780369,0.568250077,6747.7484715 +6,-1.539451648,0.7335131775,368,0.947780369,0.568250077,6764.1864429 +7,-1.537429487,0.7335445708,368,0.947780369,0.568250077,6760.9951618 +8,-1.535484998,0.7335658704,368,0.947780369,0.568250077,6757.9493716 +9,-1.533488396,0.7336036027,368,0.947780369,0.568250077,6754.7610126 +10,-1.531497785,0.7335842962,368,0.947780369,0.568250077,6751.7671223 +11,-1.530259379,0.7334777758,368,0.947780369,0.568250077,6750.2196008 +12,-1.5335454,0.7322346912,368,0.947780369,0.568250077,6759.4744055 +13,-1.531489083,0.7322238773,368,0.947780369,0.568250077,6756.3465634 +14,-1.530011122,0.7321679851,368,0.947780369,0.568250077,6754.2557993 +15,-1.53348106,0.7306614094,368,0.947780369,0.568250077,6764.6915403 +16,-1.531441779,0.7306962275,368,0.947780369,0.568250077,6761.4306456 +17,-1.529755654,0.7306933243,368,0.947780369,0.568250077,6758.8355689 +18,-1.533415048,0.7291384674,368,0.947780369,0.568250077,6769.7353327 +19,-1.531392093,0.7291705353,368,0.947780369,0.568250077,6766.5038623 +20,-1.529296523,0.7291214933,368,0.947780369,0.568250077,6763.4258067 +21,-1.535280942,0.727267644,368,0.947780369,0.568250077,6778.9349182 +22,-1.533378158,0.7276139666,368,0.947780369,0.568250077,6774.8286968 +23,-1.531340368,0.7276446587,368,0.947780369,0.568250077,6771.5739534 +24,-1.528960113,0.7276398177,368,0.947780369,0.568250077,6767.8996651 +25,-1.533313146,0.7260818349,368,0.947780369,0.568250077,6779.9038065 +26,-1.531259555,0.7260958115,368,0.947780369,0.568250077,6776.6758477 +27,-1.528926415,0.7260865555,368,0.947780369,0.568250077,6773.0835857 +28,-1.531226779,0.7245511789,368,0.947780369,0.568250077,6781.8373698 +29,-1.528904772,0.7245519194,368,0.947780369,0.568250077,6778.2229663 +30,-1.547195875,0.7409785979,368,0.947780369,0.568250077,6750.5384917 +31,-1.5451475,0.740980426,368,0.947780369,0.568250077,6747.4611408 +32,-1.543097679,0.7409798872,368,0.947780369,0.568250077,6744.3816709 +33,-1.540720364,0.7409892687,368,0.947780369,0.568250077,6740.766257 +34,-1.547188511,0.7395198392,368,0.947780369,0.568250077,6755.4893986 +35,-1.545148587,0.7395226109,368,0.947780369,0.568250077,6752.416905 +36,-1.543104538,0.7395314908,368,0.947780369,0.568250077,6749.3095419 +37,-1.540727751,0.7395306258,368,0.947780369,0.568250077,6745.7243731 +38,-1.547187029,0.7380014886,368,0.947780369,0.568250077,6760.6514887 +39,-1.545147315,0.7380012252,368,0.947780369,0.568250077,6757.5848382 +40,-1.54310719,0.7380060743,368,0.947780369,0.568250077,6754.4922695 +41,-1.540719671,0.7380068206,368,0.947780369,0.568250077,6750.8797782 +42,-1.547187189,0.7364799098,368,0.947780369,0.568250077,6765.8266911 +43,-1.545149996,0.7364853874,368,0.947780369,0.568250077,6762.7395454 +44,-1.543106091,0.7364823484,368,0.947780369,0.568250077,6759.6632668 +45,-1.540717158,0.7364893901,368,0.947780369,0.568250077,6756.0216415 +46,-1.538663972,0.7410138672,368,0.947780369,0.568250077,6737.5744568 +47,-1.53695285,0.7409699132,368,0.947780369,0.568250077,6735.1306919 +48,-1.534910498,0.7409641297,368,0.947780369,0.568250077,6732.0484277 +49,-1.533145034,0.7409536636,368,0.947780369,0.568250077,6729.3961335 +50,-1.538681336,0.7395405883,368,0.947780369,0.568250077,6742.5926598 +51,-1.536999189,0.7395183096,368,0.947780369,0.568250077,6740.1156541 +52,-1.534923633,0.7395144222,368,0.947780369,0.568250077,6736.9719691 +53,-1.533267822,0.7395654306,368,0.947780369,0.568250077,6734.275303 +54,-1.53867273,0.7380151077,368,0.947780369,0.568250077,6747.7480712 +55,-1.536980576,0.7379994392,368,0.947780369,0.568250077,6745.2294393 +56,-1.534931522,0.7379944961,368,0.947780369,0.568250077,6742.1247634 +57,-1.533387952,0.7379480264,368,0.947780369,0.568250077,6739.9251867 +58,-1.538682279,0.7364914363,368,0.947780369,0.568250077,6752.9245873 +59,-1.536980704,0.7364810563,368,0.947780369,0.568250077,6750.3697152 +60,-1.534935567,0.7364752065,368,0.947780369,0.568250077,6747.2692436 +61,-1.533042592,0.7363876366,368,0.947780369,0.568250077,6744.6699589 +62,-1.545143426,0.7349628011,368,0.947780369,0.568250077,6767.90289 +63,-1.543105297,0.7349691947,368,0.947780369,0.568250077,6764.7985022 +64,-1.541064533,0.7349647152,368,0.947780369,0.568250077,6761.7190943 +65,-1.545411803,0.7334624714,368,0.947780369,0.568250077,6773.4061461 +66,-1.543446606,0.7334780896,368,0.947780369,0.568250077,6770.3773368 +67,-1.541475327,0.7334957295,368,0.947780369,0.568250077,6767.3251396 +68,-1.545401939,0.731963266,368,0.947780369,0.568250077,6778.4849812 +69,-1.54342253,0.7319915583,368,0.947780369,0.568250077,6775.3869821 +70,-1.541455867,0.7320216438,368,0.947780369,0.568250077,6772.2949765 +71,-1.545410146,0.7304422281,368,0.947780369,0.568250077,6783.6650237 +72,-1.543435491,0.7304713664,368,0.947780369,0.568250077,6780.5667652 +73,-1.541463105,0.7304997613,368,0.947780369,0.568250077,6777.4671939 +74,-1.545414768,0.7289194936,368,0.947780369,0.568250077,6788.8450737 +75,-1.543435774,0.7289538557,368,0.947780369,0.568250077,6785.717853 +76,-1.541457714,0.7289765881,368,0.947780369,0.568250077,6782.6241922 +77,-1.539449415,0.7320555866,368,0.947780369,0.568250077,6769.1219812 +78,-1.537429183,0.7321097681,368,0.947780369,0.568250077,6765.8519263 +79,-1.535472649,0.7321497267,368,0.947780369,0.568250077,6762.7202186 +80,-1.539457899,0.7305333307,368,0.947780369,0.568250077,6774.292665 +81,-1.537453161,0.7305750503,368,0.947780369,0.568250077,6771.0837955 +82,-1.535479385,0.7306124949,368,0.947780369,0.568250077,6767.929533 +83,-1.53946905,0.7290102593,368,0.947780369,0.568250077,6779.4698872 +84,-1.537459922,0.7290417293,368,0.947780369,0.568250077,6776.2842811 +85,-1.535451349,0.7290890157,368,0.947780369,0.568250077,6773.0385377 +86,-1.535522937,0.7279887191,368,0.947780369,0.568250077,6776.869506 +87,-1.539442524,0.7274735939,368,0.947780369,0.568250077,6784.635105 +88,-1.537424111,0.727521351,368,0.947780369,0.568250077,6781.3752155 +89,-1.539384641,0.7259505092,368,0.947780369,0.568250077,6789.7056848 +90,-1.537372391,0.7259947145,368,0.947780369,0.568250077,6786.462316 +91,-1.535340789,0.7260435356,368,0.947780369,0.568250077,6783.1660128 +92,-1.539325716,0.7244369706,368,0.947780369,0.568250077,6794.7416916 +93,-1.537308932,0.7244801057,368,0.947780369,0.568250077,6791.4900098 +94,-1.535289068,0.7245247645,368,0.947780369,0.568250077,6788.2209009 +95,-1.533261366,0.7245550236,368,0.947780369,0.568250077,6784.9807672 +96,-1.539267302,0.722921924,368,0.947780369,0.568250077,6799.782955 +97,-1.537248972,0.7229660258,368,0.947780369,0.568250077,6796.5206554 +98,-1.535219431,0.7229916471,368,0.947780369,0.568250077,6793.2959405 +99,-1.53318962,0.7230212049,368,0.947780369,0.568250077,6790.0497974 +100,-1.531154816,0.7230299897,368,0.947780369,0.568250077,6786.8582957 +101,-1.528878341,0.7230370244,368,0.947780369,0.568250077,6783.287871 +102,-1.539218189,0.7214009878,368,0.947780369,0.568250077,6804.857873 +103,-1.537198791,0.7214422745,368,0.947780369,0.568250077,6801.5984973 +104,-1.535179266,0.7214634354,368,0.947780369,0.568250077,6798.3993895 +105,-1.533156501,0.7214944644,368,0.947780369,0.568250077,6795.1542478 +106,-1.53113574,0.7215166021,368,0.947780369,0.568250077,6791.9346005 +107,-1.528874248,0.7215345535,368,0.947780369,0.568250077,6788.3453246 +108,-1.539217656,0.7198512397,368,0.947780369,0.568250077,6810.1048195 +109,-1.537199919,0.7199428763,368,0.947780369,0.568250077,6806.6728307 +110,-1.545425832,0.727397149,368,0.947780369,0.568250077,6794.0332762 +111,-1.543371177,0.7273916949,368,0.947780369,0.568250077,6790.9211472 +112,-1.541368852,0.7274523163,368,0.947780369,0.568250077,6787.6568861 +113,-1.545349067,0.7258710923,368,0.947780369,0.568250077,6799.0999213 +114,-1.54332671,0.7258603556,368,0.947780369,0.568250077,6796.0499228 +115,-1.541346831,0.7259242142,368,0.947780369,0.568250077,6792.8041692 +116,-1.545324355,0.7243383958,368,0.947780369,0.568250077,6804.267854 +117,-1.543292796,0.7243617413,368,0.947780369,0.568250077,6801.0832355 +118,-1.541295822,0.7244024384,368,0.947780369,0.568250077,6797.8850662 +119,-1.543193859,0.7205570215,368,0.947780369,0.568250077,6813.8399241 +120,-1.550257047,0.7386738187,368,0.947780369,0.568250077,6762.963608 +121,-1.549335448,0.7311736483,368,0.947780369,0.568250077,6787.1157027 +122,-1.533478843,0.7179891343,368,0.947780369,0.568250077,6807.4931685 +123,-1.556150555,0.738907041,368,0.947780369,0.568250077,6770.9449147 +124,-1.554324226,0.733414257,368,0.947780369,0.568250077,6786.9732083 +125,-1.554290846,0.7288285332,368,0.947780369,0.568250077,6802.5655399 +126,-1.55122487,0.7219795312,368,0.947780369,0.568250077,6821.2744195 +127,-1.525104458,0.7229399862,368,0.947780369,0.568250077,6777.7130422 +128,-1.519607711,0.7236181429,368,0.947780369,0.568250077,6766.7926681 +129,-1.513899999,0.7251107854,368,0.947780369,0.568250077,6752.7661696 +130,-1.536620762,0.7431061895,368,0.947780369,0.568250077,6727.3948326 +131,-1.5369566,0.7460845958,368,0.947780369,0.568250077,6717.8176895 +132,-1.545345528,0.7447040685,368,0.947780369,0.568250077,6735.1017654 +133,-1.532813921,0.7432306626,368,0.947780369,0.568250077,6721.1964724 +134,-1.554788248,0.7382381001,368,0.947780369,0.568250077,6771.2053591 +135,-1.540348126,0.7301594274,368,0.947780369,0.568250077,6776.9197599 +136,-1.538016084,0.7239051786,368,0.947780369,0.568250077,6794.5258911 +137,-1.525288962,0.7258085137,368,0.947780369,0.568250077,6768.3494986 +138,-1.534326986,0.731241342,368,0.947780369,0.568250077,6764.0328591 +139,-1.530733872,0.7303625216,368,0.947780369,0.568250077,6761.4637612 +141,-1.534354939,0.7328219978,368,0.947780369,0.568250077,6758.7325907 +142,-1.53157084,0.7292888153,368,0.947780369,0.568250077,6766.3808634 +143,-1.525691035,0.7263799874,368,0.947780369,0.568250077,6767.0540807 +144,-1.534031287,0.7495967835,368,0.947780369,0.568250077,6701.5172193 +145,-1.527714986,0.7283095957,368,0.947780369,0.568250077,6763.7080425 +146,-1.526189586,0.7271468292,368,0.947780369,0.568250077,6765.2502374 +147,-1.555177336,0.7375563366,368,0.947780369,0.568250077,6774.1109416 +148,-1.555080283,0.7312707794,368,0.947780369,0.568250077,6795.4177378 +149,-1.53856994,0.7224180299,368,0.947780369,0.568250077,6800.4141693 +150,-1.530837883,0.729933372,368,0.947780369,0.568250077,6763.0726794 +151,-1.515066984,0.5854133365,368,0.947780369,0.568250077,7220.5009284 +152,-1.534731633,0.5368370046,368,0.947780369,0.568250077,7417.8541057 +153,-1.515231902,0.5607085576,368,0.947780369,0.568250077,7302.6638326 +154,-2.616253799,1.0684566605,368,0.947780369,0.568250077,5819.0410078 +155,-1.956071439,0.5792177723,368,0.947780369,0.568250077,7812.9441139 +156,-1.951208514,0.5602434208,368,0.947780369,0.568250077,7882.7361354 +157,-1.944675062,0.6062144545,368,0.947780369,0.568250077,7700.4017115 +158,-1.613778386,0.6077989518,368,0.947780369,0.568250077,7310.6404569 +159,-2.035029014,0.6021432345,368,0.947780369,0.568250077,7770.4117346 +160,-2.114989471,0.6801825058,368,0.947780369,0.568250077,7490.3134681 +161,-2.037382079,0.5765830025,368,0.947780369,0.568250077,7871.7172989 +162,-2.129855121,0.6585019963,368,0.947780369,0.568250077,7578.9503857 +163,-2.075141798,0.6493615843,368,0.947780369,0.568250077,7600.9757333 +164,-1.828626729,0.6948433129,368,0.947780369,0.568250077,7264.480678 +165,-1.863329418,0.6735427691,368,0.947780369,0.568250077,7376.8097522 +166,-1.266037071,0.727988852,368,0.947780369,0.568250077,6297.9853749 +167,-1.277579582,0.7249010648,368,0.947780369,0.568250077,6330.004691 +168,-1.258418684,0.7241194816,368,0.947780369,0.568250077,6294.0046185 +169,-1.317813974,0.6804850104,368,0.947780369,0.568250077,6542.44879 +170,-1.344165204,0.6790988904,368,0.947780369,0.568250077,6598.8310269 +171,-1.427582102,0.5277120351,368,0.947780369,0.568250077,7237.8736827 +172,-1.402238616,0.457167829,368,0.947780369,0.568250077,7403.5787147 +173,-1.422454264,0.4996161999,368,0.947780369,0.568250077,7315.532118 +174,-1.439089277,0.4894859811,368,0.947780369,0.568250077,7382.6209996 +175,-1.448126995,0.5182330266,368,0.947780369,0.568250077,7310.1761897 +176,-1.474626146,0.5881926574,368,0.947780369,0.568250077,7136.8729281 +177,-1.421139645,0.5584869783,368,0.947780369,0.568250077,7127.5340112 +178,-1.457037165,0.565943032,368,0.947780369,0.568250077,7175.1904321 +179,-2.757159358,0.3745319,368,0.947780369,0.568250077,8143.5318263 +180,-2.714309238,0.342054471,368,0.947780369,0.568250077,8334.2225242 +181,-2.000525337,0.774119946,368,0.947780369,0.568250077,7081.1421072 +183,-1.571413436,0.6777838382,368,0.947780369,0.568250077,7003.2167314 +184,-1.552860289,0.6987663893,368,0.947780369,0.568250077,6902.8096255 +185,-1.521852374,0.7165827476,368,0.947780369,0.568250077,6793.9589236 +186,-1.503656267,0.6928968252,368,0.947780369,0.568250077,6843.6465195 +187,-1.502753178,0.7136205882,368,0.947780369,0.568250077,6773.2261594 +188,-1.631894563,0.7343596465,368,0.947780369,0.568250077,6893.7030116 +189,-1.653765416,0.6770714026,368,0.947780369,0.568250077,7126.0037332 +190,-1.719812114,0.6715965947,368,0.947780369,0.568250077,7231.7840501 +191,-1.493406659,0.6646955447,368,0.947780369,0.568250077,6919.8194039 +192,-1.469120564,0.6613469966,368,0.947780369,0.568250077,6888.4111378 +193,-1.590551461,0.5326612937,368,0.947780369,0.568250077,7531.4877947 +194,-1.625979264,0.5247742243,368,0.947780369,0.568250077,7618.5408484 +195,-1.572293943,0.5238808754,368,0.947780369,0.568250077,7529.3678376 +196,-1.610848725,0.5477107964,368,0.947780369,0.568250077,7514.1024142 +197,-1.208485554,0.7918526018,368,0.947780369,0.568250077,6000.8555127 +198,-1.335601374,0.6869083083,368,0.947780369,0.568250077,6558.2244467 +199,-1.346156996,0.6825213377,368,0.947780369,0.568250077,6592.2564917 +200,-1.324381037,0.6741422347,368,0.947780369,0.568250077,6574.719028 +201,-1.242424992,0.7378949807,368,0.947780369,0.568250077,6221.9343792 +202,-1.270370057,0.7392461008,368,0.947780369,0.568250077,6273.6112721 +203,-1.448950472,0.7441675014,368,0.947780369,0.568250077,6584.1293652 +204,-1.492662363,0.7523026852,368,0.947780369,0.568250077,6628.5356256 +205,-1.479098966,0.7763855017,368,0.947780369,0.568250077,6527.5470776 +206,-1.633760714,0.7869022408,368,0.947780369,0.568250077,6710.6207339 +207,-1.647406434,0.8101289331,368,0.947780369,0.568250077,6645.0834429 +208,-1.564245052,0.5701509278,368,0.947780369,0.568250077,7358.4946036 +209,-1.646289963,0.6833746083,368,0.947780369,0.568250077,7093.3773769 +210,-1.5820631,0.6751952144,368,0.947780369,0.568250077,7028.4804624 +211,-1.613236298,0.6681681791,368,0.947780369,0.568250077,7099.6258822 +212,-1.914661867,0.8212566515,368,0.947780369,0.568250077,6850.6751538 +213,-1.742133237,0.7250275956,368,0.947780369,0.568250077,7062.8304309 +214,-2.033144872,0.6557314699,368,0.947780369,0.568250077,7559.4793196 +215,-2.039551981,0.6964723658,368,0.947780369,0.568250077,7402.4300555 +216,-1.247341019,0.7622473908,368,0.947780369,0.568250077,6161.4268144 +217,-1.298239787,0.7084123392,368,0.947780369,0.568250077,6419.8093971 +218,-1.308539688,0.6926545592,368,0.947780369,0.568250077,6487.3721157 +219,-1.303263185,0.6888938396,368,0.947780369,0.568250077,6488.0676313 +220,-1.852400229,0.6004246149,368,0.947780369,0.568250077,7643.4806185 +221,-1.288947707,0.7473773692,368,0.947780369,0.568250077,6285.8032241 +222,-1.372031502,0.7472790993,368,0.947780369,0.568250077,6440.7944694 +223,-1.289805721,0.7242157877,368,0.947780369,0.568250077,6356.1733593 +224,-1.350807603,0.7533498126,368,0.947780369,0.568250077,6383.6315875 +225,-1.329290365,0.7560442322,368,0.947780369,0.568250077,6335.9251082 +226,-1.410153004,0.616936428,368,0.947780369,0.568250077,6921.1557401 +227,-1.393445434,0.6308995063,368,0.947780369,0.568250077,6844.5858327 +228,-1.37595573,0.6241540638,368,0.947780369,0.568250077,6830.9820473 +229,-1.358388707,0.6172645205,368,0.947780369,0.568250077,6816.729221 +230,-1.753741133,0.8281661666,368,0.947780369,0.568250077,6695.1734511 +231,-1.47430987,0.6834615681,368,0.947780369,0.568250077,6825.171039 +232,-1.421012508,0.7222725206,368,0.947780369,0.568250077,6606.721731 +233,-1.4476833,0.6978557868,368,0.947780369,0.568250077,6732.0109906 +234,-1.470370723,0.6966193374,368,0.947780369,0.568250077,6775.3156319 +235,-1.429211703,0.7037216883,368,0.947780369,0.568250077,6680.5636608 +236,-1.700578405,0.6178673663,368,0.947780369,0.568250077,7401.3271034 +237,-1.678117619,0.6331716163,368,0.947780369,0.568250077,7315.8156467 +238,-1.725644578,0.6316331145,368,0.947780369,0.568250077,7384.3425422 +239,-2.14012759,0.7930497945,368,0.947780369,0.568250077,7048.2897358 +240,-2.103289431,0.7653606263,368,0.947780369,0.568250077,7151.2784297 +241,-1.318739838,0.7017808746,368,0.947780369,0.568250077,6480.1039606 +242,-1.396417427,0.7077900843,368,0.947780369,0.568250077,6608.6359968 +243,-1.35650337,0.7185539404,368,0.947780369,0.568250077,6501.3242714 +244,-1.248884539,0.7274156818,368,0.947780369,0.568250077,6265.2104361 +245,-1.395014798,0.5761185243,368,0.947780369,0.568250077,7018.9540742 +246,-1.433377362,0.6064716109,368,0.947780369,0.568250077,6999.427952 +247,-1.408172432,0.5903155476,368,0.947780369,0.568250077,7001.1136986 +248,-1.749645898,0.7757118084,368,0.947780369,0.568250077,6884.5497927 +249,-1.571626686,0.615046989,368,0.947780369,0.568250077,7218.1874451 +250,-1.514070049,0.6303003037,368,0.947780369,0.568250077,7069.5762955 +251,-1.480890369,0.6237966528,368,0.947780369,0.568250077,7032.2300996 +252,-1.704390658,0.5281680612,368,0.947780369,0.568250077,7728.8204622 +253,-1.64434733,0.5254277498,368,0.947780369,0.568250077,7646.2714095 +254,-1.703855997,0.4792484842,368,0.947780369,0.568250077,7902.8789508 +255,-1.692002383,0.5748825051,368,0.947780369,0.568250077,7543.6960248 +256,-1.854136457,0.5544643913,368,0.947780369,0.568250077,7818.7018051 +257,-1.665021206,0.520317736,368,0.947780369,0.568250077,7697.0839815 +258,-1.733654349,0.4845187345,368,0.947780369,0.568250077,7928.2789998 +259,-1.720938188,0.5135933906,368,0.947780369,0.568250077,7805.1414616 +260,-1.742668307,0.553296122,368,0.947780369,0.568250077,7691.4427848 +261,-1.965659039,0.7142126903,368,0.947780369,0.568250077,7295.9971364 +262,-1.944438071,0.6772834804,368,0.947780369,0.568250077,7425.6595529 +263,-1.270340967,0.7681487096,368,0.947780369,0.568250077,6188.8098297 +264,-1.353091884,0.6549276821,368,0.947780369,0.568250077,6690.4762944 +265,-1.333236659,0.6413584414,368,0.947780369,0.568250077,6691.8581862 +266,-1.352015998,0.6753788907,368,0.947780369,0.568250077,6625.5891644 +267,-1.377988483,0.6577816235,368,0.947780369,0.568250077,6730.5430863 +268,-2.13075611,0.8318642051,368,0.947780369,0.568250077,6893.4617982 +269,-2.097910953,0.8259670014,368,0.947780369,0.568250077,6910.7944298 +270,-1.416382069,0.6694271549,368,0.947780369,0.568250077,6766.7596957 +271,-1.538905672,0.7535625993,368,0.947780369,0.568250077,6695.4049416 +272,-1.572309477,0.7803125099,368,0.947780369,0.568250077,6652.1334535 +273,-1.87759879,0.7503853417,368,0.947780369,0.568250077,7096.1951074 +274,1.152365588,0.590457682,368,0.947780369,0.568250077,683.42171988 +275,0.350198001,0.718001859,368,0.947780369,0.568250077,1970.3978835 +276,0.046513677,0.491503852,368,0.947780369,0.568250077,3065.6581256 +277,0.027510309,0.742571376,368,0.947780369,0.568250077,2922.4568741 +278,0.306285725,-0.214631579,368,0.947780369,0.568250077,3938.0292537 +279,-1.100564889,0.318051531,368,0.947780369,0.568250077,7018.1092791 +280,-1.078582306,0.301437596,368,0.947780369,0.568250077,6996.5986946 +281,-1.137371989,-0.617634065,368,0.947780369,0.568250077,9023.1106852 +282,0.784356344,0.703272339,368,0.947780369,0.568250077,745.66684509 +283,-1.221209947,0.218327455,368,0.947780369,0.568250077,7624.8141999 +284,2.347301921,-0.449114658,368,0.947780369,0.568250077,6635.5851023 +285,0.246820618,0.830553713,368,0.947780369,0.568250077,2331.1273588 +286,0.829414965,0.703288228,368,0.947780369,0.568250077,654.05227149 +287,-1.337537566,0.42332223,368,0.947780369,0.568250077,7356.1775009 +288,0.882453706,0.454478077,368,0.947780369,0.568250077,503.88141837 +289,1.575629659,0.416419109,368,0.947780369,0.568250077,2260.7457148 +290,-1.039455679,0.229888244,368,0.947780369,0.568250077,7057.2890942 +291,0.489558039,0.934482747,368,0.947780369,0.568250077,1943.5567316 +292,0.081344504,0.88384514,368,0.947780369,0.568250077,2788.7872484 +293,-1.547979814,0.300350308,368,0.947780369,0.568250077,8221.9478413 +294,0.040776181,0.168560074,368,0.947780369,0.568250077,3662.0801935 +295,-1.130374745,0.563894876,368,0.947780369,0.568250077,6453.6810606 +296,1.578326642,0.478507176,368,0.947780369,0.568250077,2181.7253737 +297,-1.12861823,-0.291640865,368,0.947780369,0.568250077,8508.376208 +298,0.310524208,0.770885792,368,0.947780369,0.568250077,2114.3645297 +299,0.415649091,-0.387246002,368,0.947780369,0.568250077,4287.0228128 +300,-0.926533878,-0.188022748,368,0.947780369,0.568250077,7630.0617022 +301,1.258856172,-0.11716081,368,0.947780369,0.568250077,2957.3893162 +302,-1.126050026,0.322941926,368,0.947780369,0.568250077,7078.3349778 +303,2.002785835,0.07893892,368,0.947780369,0.568250077,4342.6112568 +304,0.440437607,0.746258085,368,0.947780369,0.568250077,1728.8744724 +305,-0.030391866,0.214441206,368,0.947780369,0.568250077,3797.8196515 +306,0.521557815,-0.058929362,368,0.947780369,0.568250077,2954.8976478 +307,-0.097005111,0.13317729,368,0.947780369,0.568250077,4189.4784371 +308,1.83113859,0.221857587,368,0.947780369,0.568250077,3470.2780923 +309,0.222428864,0.099404236,368,0.947780369,0.568250077,3254.8171835 +310,-1.702731345,0.8728568183,368,0.947780369,0.568250077,6480.82713 +311,-0.418507569,0.278324921,368,0.947780369,0.568250077,4963.2790154 +312,-1.41153306,0.339029988,368,0.947780369,0.568250077,7786.6123789 +313,0.357560442,0.114788776,368,0.947780369,0.568250077,2818.8730914 +314,0.325818979,0.268352149,368,0.947780369,0.568250077,2527.8240988 +315,-1.246004659,-0.663679965,368,0.947780369,0.568250077,9399.5019797 +316,1.814603087,0.637404484,368,0.947780369,0.568250077,2810.3928664 +317,1.843704281,-0.18300445,368,0.947780369,0.568250077,4505.5846874 +318,1.690644492,-0.211480909,368,0.947780369,0.568250077,4175.3856496 +319,-1.275451936,0.068109467,368,0.947780369,0.568250077,8177.5223815 +320,0.762430171,-0.207594741,368,0.947780369,0.568250077,3152.2207448 +321,0.265668905,-0.014647884,368,0.947780369,0.568250077,3438.4318213 +322,-2.773032013,-0.335515811,368,0.947780369,0.568250077,10195.843163 +323,-1.469512853,0.174058777,368,0.947780369,0.568250077,8427.6432323 +324,0.286276986,0.785925691,368,0.947780369,0.568250077,2191.9007407 +325,-1.379324697,0.377432233,368,0.947780369,0.568250077,7593.3396853 +326,-1.203778265,0.212813032,368,0.947780369,0.568250077,7589.0692291 +327,0.579916301,0.611743168,368,0.947780369,0.568250077,1220.6361937 +328,0.267582642,0.868113908,368,0.947780369,0.568250077,2314.0250394 +329,0.412869244,-0.050245578,368,0.947780369,0.568250077,3166.2596348 +330,0.17524381,0.976660285,368,0.947780369,0.568250077,2653.8534312 +331,0.743157214,0.204812899,368,0.947780369,0.568250077,1620.5938584 +332,-1.070758176,0.269382282,368,0.947780369,0.568250077,7053.9399793 +333,-1.230364251,0.329790229,368,0.947780369,0.568250077,7349.348813 +334,-1.374813124,-0.024926835,368,0.947780369,0.568250077,8715.9432705 +335,0.519780566,0.463669906,368,0.947780369,0.568250077,1527.7385211 +336,-1.55108034,0.239698561,368,0.947780369,0.568250077,8423.3921583 +337,0.180294813,0.029739425,368,0.947780369,0.568250077,3561.4397354 +338,0.67820924,0.268170153,368,0.947780369,0.568250077,1533.7858427 +339,0.445798684,1.024001867,368,0.947780369,0.568250077,2243.310428 +340,0.691751283,0.150521402,368,0.947780369,0.568250077,1902.5281089 +341,-1.036643551,-0.903056181,368,0.947780369,0.568250077,8933.5225598 +342,-0.120287036,1.083325163,368,0.947780369,0.568250077,3336.6767559 +343,2.823513113,-0.304487164,368,0.947780369,0.568250077,7863.8396803 +344,0.457583172,1.12513373,368,0.947780369,0.568250077,2508.2087104 +345,0.042918831,0.813795399,368,0.947780369,0.568250077,2870.064942 +346,1.196146777,-0.853142756,368,0.947780369,0.568250077,5698.1784906 +347,0.206001358,-0.010430701,368,0.947780369,0.568250077,3594.4209632 +348,-0.268308653,0.234799412,368,0.947780369,0.568250077,4549.0086255 +349,0.759363263,0.736189579,368,0.947780369,0.568250077,889.74293726 +350,0.181363926,0.891988372,368,0.947780369,0.568250077,2548.3077302 +351,-0.021111158,0.139103292,368,0.947780369,0.568250077,3928.2631492 +352,-0.093355215,0.630686981,368,0.947780369,0.568250077,3360.0665052 +353,0.40118964,0.681375926,368,0.947780369,0.568250077,1802.5556718 +354,-0.721197315,1.304706234,368,0.947780369,0.568250077,4159.4075165 +355,-1.076150317,0.212107639,368,0.947780369,0.568250077,7212.2498581 +356,-1.577164531,0.273993443,368,0.947780369,0.568250077,8371.0848471 +357,-0.190788414,0.182208586,368,0.947780369,0.568250077,4396.3920203 +358,-0.261349752,0.209710184,368,0.947780369,0.568250077,4575.7964201 +359,-1.029303852,0.083549259,368,0.947780369,0.568250077,7375.0347171 +360,-1.268609162,0.330525297,368,0.947780369,0.568250077,7449.6445007 +361,1.282982244,-0.926641967,368,0.947780369,0.568250077,6033.0664024 +362,0.217352334,0.731352408,368,0.947780369,0.568250077,2367.0414472 +363,-1.511833084,0.258629297,368,0.947780369,0.568250077,8272.7194181 +364,0.338812194,0.823184618,368,0.947780369,0.568250077,2084.6929932 +365,-0.324406489,1.134201999,368,0.947780369,0.568250077,3709.8868798 +366,1.389579348,0.399185724,368,0.947780369,0.568250077,1682.0799015 +367,2.047152199,-0.039082036,368,0.947780369,0.568250077,4757.000593 +368,0.947780369,0.568250077,368,0.947780369,0.568250077,0 +369,0.763824846,0.576754987,368,0.947780369,0.568250077,613.1314089 +370,-0.142334657,0.928153068,368,0.947780369,0.568250077,3343.6830219 +371,0.610266567,0.547265983,368,0.947780369,0.568250077,1135.7581439 +372,0.210731629,0.746815056,368,0.947780369,0.568250077,2388.9967897 +373,-1.34931644,0.316895224,368,0.947780369,0.568250077,7698.3497566 +374,2.407696481,0.655030745,368,0.947780369,0.568250077,4584.1339229 +375,0.64207831,0.545359131,368,0.947780369,0.568250077,1030.8010136 +376,1.174597538,0.840588356,368,0.947780369,0.568250077,1273.6803127 +377,0.660059424,0.010604079,368,0.947780369,0.568250077,2455.9566653 +378,-0.730263819,0.010486456,368,0.947780369,0.568250077,6557.3137844 +379,0.831068936,0.512339172,368,0.947780369,0.568250077,453.96140098 +380,1.301180979,0.72367476,368,0.947780369,0.568250077,1271.5704444 +381,1.811128231,0.322854402,368,0.947780369,0.568250077,3204.5462232 +382,0.435105812,0.992284428,368,0.947780369,0.568250077,2181.1008208 +383,0.62643634,0.592027932,368,0.947780369,0.568250077,1067.3097199 +384,0.492988703,-0.516339467,368,0.947780369,0.568250077,4623.0921165 +385,-0.162469483,0.112549365,368,0.947780369,0.568250077,4449.5959875 +386,0.314630866,0.472006421,368,0.947780369,0.568250077,2198.6194631 +387,0.166744804,0.822815954,368,0.947780369,0.568250077,2538.1220851 +388,0.417159608,0.965805736,368,0.947780369,0.568250077,2151.353063 +389,0.106334961,0.868774244,368,0.947780369,0.568250077,2718.3913585 +390,0.815086969,-0.338144359,368,0.947780369,0.568250077,3625.2742814 +391,0.59867455,-0.230624824,368,0.947780369,0.568250077,3429.5004605 +392,1.915104874,0.066220985,368,0.947780369,0.568250077,4088.7789014 +393,1.278093622,0.064463721,368,0.947780369,0.568250077,2341.6031275 +394,-0.061477853,0.302997961,368,0.947780369,0.568250077,3727.5109491 +395,0.251311504,0.626976942,368,0.947780369,0.568250077,2276.6370524 +396,2.950242872,0.149095644,368,0.947780369,0.568250077,7299.8194507 +397,-0.180294708,0.35375117,368,0.947780369,0.568250077,4031.9459727 +398,1.010448592,-0.351180233,368,0.947780369,0.568250077,3649.5955186 +399,-1.748740498,0.3686318073,368,0.947780369,0.568250077,8368.1335295 +400,2.699635665,0.123533791,368,0.947780369,0.568250077,6556.2480817 +401,0.496808033,0.823843254,368,0.947780369,0.568250077,1690.8545366 +402,0.129574704,0.763364087,368,0.947780369,0.568250077,2625.1277096 +403,1.798920311,0.817447563,368,0.947780369,0.568250077,2724.8364925 +404,0.335987953,0.746786541,368,0.947780369,0.568250077,2026.8437993 +405,-1.085413643,0.292154671,368,0.947780369,0.568250077,7039.9623669 +406,-0.155321003,0.508207011,368,0.947780369,0.568250077,3703.4737165 +407,0.620529244,-0.301175104,368,0.947780369,0.568250077,3660.3803605 +408,1.684402744,0.368716966,368,0.947780369,0.568250077,2701.2909042 +409,0.300582244,-0.386397212,368,0.947780369,0.568250077,4504.9603794 +410,2.913555946,-0.009225192,368,0.947780369,0.568250077,7550.95107 +411,1.465101417,0.493232532,368,0.947780369,0.568250077,1786.1117234 +412,0.090612882,0.907955955,368,0.947780369,0.568250077,2779.7090935 +413,2.987564726,-0.729568594,368,0.947780369,0.568250077,8986.7362971 +414,-1.484261606,0.224149272,368,0.947780369,0.568250077,8313.3528476 +415,0.164073421,0.303955133,368,0.947780369,0.568250077,2976.545756 +416,0.141441293,0.167552546,368,0.947780369,0.568250077,3340.5895676 +417,2.931321023,-0.506718887,368,0.947780369,0.568250077,8560.8939535 +418,2.21951565,0.700596356,368,0.947780369,0.568250077,3977.6171339 +419,0.268112576,1.199114336,368,0.947780369,0.568250077,2925.1024412 +420,0.978913739,0.359223811,368,0.947780369,0.568250077,835.22056084 +421,1.210898818,0.522863584,368,0.947780369,0.568250077,908.04054206 +422,2.347397336,0.129231362,368,0.947780369,0.568250077,5376.8650543 +423,0.614394501,0.556878345,368,0.947780369,0.568250077,1116.4461241 +424,-1.398079356,0.148483366,368,0.947780369,0.568250077,8312.7776447 +425,2.535303836,-0.112984496,368,0.947780369,0.568250077,6518.0155235 +426,-1.019372593,-0.405322349,368,0.947780369,0.568250077,8347.4467312 +427,-1.297785627,-0.160104069,368,0.947780369,0.568250077,8798.6273583 +428,2.144554488,0.205051084,368,0.947780369,0.568250077,4543.9332378 +429,-2.242387083,-0.426171285,368,0.947780369,0.568250077,11856.294145 +430,0.338637212,0.909723676,368,0.947780369,0.568250077,2203.7024071 +431,-0.148798452,0.691042401,368,0.947780369,0.568250077,3473.2308852 +432,0.893524764,0.441829531,368,0.947780369,0.568250077,534.82025105 +433,0.969229347,-0.368847936,368,0.947780369,0.568250077,3712.7340098 +434,0.436043248,0.800045688,368,0.947780369,0.568250077,1804.3009314 +435,1.687946607,1.081504775,368,0.947780369,0.568250077,2756.2917178 +436,0.522302046,-0.034889271,368,0.947780369,0.568250077,2871.973081 +437,-0.178996113,-0.438090009,368,0.947780369,0.568250077,5826.8380861 +438,-1.094339566,0.301444068,368,0.947780369,0.568250077,7042.4436637 +439,-1.064070054,0.242569932,368,0.947780369,0.568250077,7100.5555169 +440,-1.068153768,0.230387998,368,0.947780369,0.568250077,7142.9484799 +441,-3.00496892,-0.23989155,368,0.947780369,0.568250077,9247.3675664 +442,0.21751974,0.766874888,368,0.947780369,0.568250077,2374.9182037 +443,0.117229532,0.007619006,368,0.947780369,0.568250077,3807.2192528 +444,0.777758451,0.420554741,368,0.947780369,0.568250077,832.03803948 +445,-0.252356999,0.250747086,368,0.947780369,0.568250077,4464.4140823 +446,0.363148444,0.768483434,368,0.947780369,0.568250077,1965.6243511 +447,0.903191366,-0.118210676,368,0.947780369,0.568250077,2724.2657632 +448,-0.205755923,0.149406178,368,0.947780369,0.568250077,4514.3448785 +449,1.811996086,0.02364353,368,0.947780369,0.568250077,3868.6367884 +450,-1.100670221,0.314845373,368,0.947780369,0.568250077,7026.6050534 +451,0.340078597,0.850105132,368,0.947780369,0.568250077,2113.7489202 +452,0.258757267,0.804969236,368,0.947780369,0.568250077,2280.1627635 +453,2.78505352,-0.155160804,368,0.947780369,0.568250077,7438.9878613 +454,0.800551619,0.105822106,368,0.947780369,0.568250077,1910.6114426 +455,0.437940882,-0.506194031,368,0.947780369,0.568250077,4667.3464932 +456,2.230431122,0.63458615,368,0.947780369,0.568250077,4093.1668047 +457,0.527965361,0.127667701,368,0.947780369,0.568250077,2330.0785291 +458,-0.063643205,0.702093448,368,0.947780369,0.568250077,3210.9683891 +459,1.408447268,0.133010502,368,0.947780369,0.568250077,2415.9619787 +460,0.523795955,0.280266966,368,0.947780369,0.568250077,1900.3562333 +461,-0.975769313,0.072177659,368,0.947780369,0.568250077,7229.4226781 +462,0.549774164,-0.463663986,368,0.947780369,0.568250077,4354.1833516 +463,0.29245874,1.095549818,368,0.947780369,0.568250077,2650.9297241 +464,0.143625958,0.816809593,368,0.947780369,0.568250077,2597.6652064 +465,0.671902494,0.611159853,368,0.947780369,0.568250077,922.91841797 +466,1.239840988,0.6724199,368,0.947780369,0.568250077,1025.7441446 +467,0.607829703,-0.10932137,368,0.947780369,0.568250077,2973.8776817 +468,1.763020906,0.263996692,368,0.947780369,0.568250077,3159.7863901 +469,0.378714634,0.726066797,368,0.947780369,0.568250077,1890.5295167 +470,2.196736143,-0.153862366,368,0.947780369,0.568250077,5501.1016289 +471,0.01702415,0.148991565,368,0.947780369,0.568250077,3782.4205099 +472,-2.998490902,-0.158002487,368,0.947780369,0.568250077,9086.4689838 +473,-3.051262951,-0.346595608,368,0.947780369,0.568250077,9301.8453459 +474,-1.069176439,0.182802941,368,0.947780369,0.568250077,7262.9420263 +475,0.167157509,0.595344954,368,0.947780369,0.568250077,2564.7627669 +476,0.613855648,0.681746124,368,0.947780369,0.568250077,1160.0919235 +477,1.037012736,0.682555367,368,0.947780369,0.568250077,535.59124959 +478,-1.253574971,0.379755746,368,0.947780369,0.568250077,7272.1332181 +479,3.108590453,-0.132620738,368,0.947780369,0.568250077,8462.5321108 +480,0.565301296,0.022333262,368,0.947780369,0.568250077,2589.7899705 +481,0.547898238,0.855555614,368,0.947780369,0.568250077,1640.9885646 +482,0.948309381,0.417393755,368,0.947780369,0.568250077,597.54473298 +483,-0.050600732,0.945269213,368,0.947780369,0.568250077,3130.6994905 +484,-0.977651478,-0.572363064,368,0.947780369,0.568250077,8469.7078567 +485,1.102014914,0.728861163,368,0.947780369,0.568250077,800.13465068 +486,2.927300795,-0.282939414,368,0.947780369,0.568250077,8168.5472547 +487,-1.154565557,0.124434095,368,0.947780369,0.568250077,7668.3979489 +488,1.855331234,0.291044755,368,0.947780369,0.568250077,3411.2379281 +489,0.830290659,0.276904518,368,0.947780369,0.568250077,1228.747629 +490,0.485104466,-0.234867441,368,0.947780369,0.568250077,3631.8370434 +491,0.521367572,-0.33161327,368,0.947780369,0.568250077,3913.4877871 +1,-1.539031704,0.7349710123,369,0.763824846,0.576754987,6419.9776715 +2,-1.536990553,0.7349663874,369,0.763824846,0.576754987,6416.2444015 +3,-1.534951779,0.7349571355,369,0.763824846,0.576754987,6412.5230831 +4,-1.532906461,0.7349480293,369,0.763824846,0.576754987,6408.7825335 +5,-1.531320211,0.7346937278,369,0.763824846,0.576754987,6406.6386497 +6,-1.539451648,0.7335131775,369,0.763824846,0.576754987,6425.2599607 +7,-1.537429487,0.7335445708,369,0.763824846,0.576754987,6421.4465036 +8,-1.535484998,0.7335658704,369,0.763824846,0.576754987,6417.8009895 +9,-1.533488396,0.7336036027,369,0.763824846,0.576754987,6414.0026914 +10,-1.531497785,0.7335842962,369,0.763824846,0.576754987,6410.3851109 +11,-1.530259379,0.7334777758,369,0.763824846,0.576754987,6408.4222733 +12,-1.5335454,0.7322346912,369,0.763824846,0.576754987,6418.3306378 +13,-1.531489083,0.7322238773,369,0.763824846,0.576754987,6414.5607139 +14,-1.530011122,0.7321679851,369,0.763824846,0.576754987,6411.9950341 +15,-1.53348106,0.7306614094,369,0.763824846,0.576754987,6423.0645566 +16,-1.531441779,0.7306962275,369,0.763824846,0.576754987,6419.1798079 +17,-1.529755654,0.7306933243,369,0.763824846,0.576754987,6416.0605224 +18,-1.533415048,0.7291384674,369,0.763824846,0.576754987,6427.6395644 +19,-1.531392093,0.7291705353,369,0.763824846,0.576754987,6423.7880141 +20,-1.529296523,0.7291214933,369,0.763824846,0.576754987,6420.0446723 +21,-1.535280942,0.727267644,369,0.763824846,0.576754987,6436.8710746 +22,-1.533378158,0.7276139666,369,0.763824846,0.576754987,6432.2728911 +23,-1.531340368,0.7276446587,369,0.763824846,0.576754987,6428.3925444 +24,-1.528960113,0.7276398177,369,0.763824846,0.576754987,6423.9771217 +25,-1.533313146,0.7260818349,369,0.763824846,0.576754987,6436.8770873 +26,-1.531259555,0.7260958115,369,0.763824846,0.576754987,6433.0131946 +27,-1.528926415,0.7260865555,369,0.763824846,0.576754987,6428.6925749 +28,-1.531226779,0.7245511789,369,0.763824846,0.576754987,6437.7098087 +29,-1.528904772,0.7245519194,369,0.763824846,0.576754987,6433.3728792 +30,-1.547195875,0.7409785979,369,0.763824846,0.576754987,6416.2241124 +31,-1.5451475,0.740980426,369,0.763824846,0.576754987,6412.5057673 +32,-1.543097679,0.7409798872,369,0.763824846,0.576754987,6408.7853921 +33,-1.540720364,0.7409892687,369,0.763824846,0.576754987,6404.4311629 +34,-1.547188511,0.7395198392,369,0.763824846,0.576754987,6420.7459093 +35,-1.545148587,0.7395226109,369,0.763824846,0.576754987,6417.0348018 +36,-1.543104538,0.7395314908,369,0.763824846,0.576754987,6413.2905557 +37,-1.540727751,0.7395306258,369,0.763824846,0.576754987,6408.963099 +38,-1.547187029,0.7380014886,369,0.763824846,0.576754987,6425.4634433 +39,-1.545147315,0.7380012252,369,0.763824846,0.576754987,6421.7567922 +40,-1.54310719,0.7380060743,369,0.763824846,0.576754987,6418.0268227 +41,-1.540719671,0.7380068206,369,0.763824846,0.576754987,6413.6685127 +42,-1.547187189,0.7364799098,369,0.763824846,0.576754987,6430.1938089 +43,-1.545149996,0.7364853874,369,0.763824846,0.576754987,6426.4685707 +44,-1.543106091,0.7364823484,369,0.763824846,0.576754987,6422.7508362 +45,-1.540717158,0.7364893901,369,0.763824846,0.576754987,6418.3641472 +46,-1.538663972,0.7410138672,369,0.763824846,0.576754987,6400.606478 +47,-1.53695285,0.7409699132,369,0.763824846,0.576754987,6397.6180794 +48,-1.534910498,0.7409641297,369,0.763824846,0.576754987,6393.9006078 +49,-1.533145034,0.7409536636,369,0.763824846,0.576754987,6390.6985928 +50,-1.538681336,0.7395405883,369,0.763824846,0.576754987,6405.1967565 +51,-1.536999189,0.7395183096,369,0.763824846,0.576754987,6402.1900477 +52,-1.534923633,0.7395144222,369,0.763824846,0.576754987,6398.4008624 +53,-1.533267822,0.7395654306,369,0.763824846,0.576754987,6395.2061084 +54,-1.53867273,0.7380151077,369,0.763824846,0.576754987,6409.9009666 +55,-1.536980576,0.7379994392,369,0.763824846,0.576754987,6406.851015 +56,-1.534931522,0.7379944961,369,0.763824846,0.576754987,6403.108209 +57,-1.533387952,0.7379480264,369,0.763824846,0.576754987,6400.4161338 +58,-1.538682279,0.7364914363,369,0.763824846,0.576754987,6414.6326289 +59,-1.536980704,0.7364810563,369,0.763824846,0.576754987,6411.5446006 +60,-1.534935567,0.7364752065,369,0.763824846,0.576754987,6407.8064021 +61,-1.533042592,0.7363876366,369,0.763824846,0.576754987,6404.5937145 +62,-1.545143426,0.7349628011,369,0.763824846,0.576754987,6431.1842578 +63,-1.543105297,0.7349691947,369,0.763824846,0.576754987,6427.4424334 +64,-1.541064533,0.7349647152,369,0.763824846,0.576754987,6423.7228137 +65,-1.545411803,0.7334624714,369,0.763824846,0.576754987,6436.3329245 +66,-1.543446606,0.7334780896,369,0.763824846,0.576754987,6432.6915498 +67,-1.541475327,0.7334957295,369,0.763824846,0.576754987,6429.0266373 +68,-1.545401939,0.731963266,369,0.763824846,0.576754987,6440.9702647 +69,-1.54342253,0.7319915583,369,0.763824846,0.576754987,6437.2584272 +70,-1.541455867,0.7320216438,369,0.763824846,0.576754987,6433.5582937 +71,-1.545410146,0.7304422281,369,0.763824846,0.576754987,6445.7082586 +72,-1.543435491,0.7304713664,369,0.763824846,0.576754987,6441.9973618 +73,-1.541463105,0.7304997613,369,0.763824846,0.576754987,6438.2868347 +74,-1.545414768,0.7289194936,369,0.763824846,0.576754987,6450.4447848 +75,-1.543435774,0.7289538557,369,0.763824846,0.576754987,6446.7045528 +76,-1.541457714,0.7289765881,369,0.763824846,0.576754987,6442.9959683 +77,-1.539449415,0.7320555866,369,0.763824846,0.576754987,6429.7670326 +78,-1.537429183,0.7321097681,369,0.763824846,0.576754987,6425.8815814 +79,-1.535472649,0.7321497267,369,0.763824846,0.576754987,6422.1513976 +80,-1.539457899,0.7305333307,369,0.763824846,0.576754987,6434.4937774 +81,-1.537453161,0.7305750503,369,0.763824846,0.576754987,6430.6701467 +82,-1.535479385,0.7306124949,369,0.763824846,0.576754987,6426.9107537 +83,-1.53946905,0.7290102593,369,0.763824846,0.576754987,6439.2278152 +84,-1.537459922,0.7290417293,369,0.763824846,0.576754987,6435.4225258 +85,-1.535451349,0.7290890157,369,0.763824846,0.576754987,6431.5631547 +86,-1.535522937,0.7279887191,369,0.763824846,0.576754987,6435.0931224 +87,-1.539442524,0.7274735939,369,0.763824846,0.576754987,6443.9342075 +88,-1.537424111,0.727521351,369,0.763824846,0.576754987,6440.0559891 +89,-1.539384641,0.7259505092,369,0.763824846,0.576754987,6448.5402412 +90,-1.537372391,0.7259947145,369,0.763824846,0.576754987,6444.6789347 +91,-1.535340789,0.7260435356,369,0.763824846,0.576754987,6440.7612526 +92,-1.539325716,0.7244369706,369,0.763824846,0.576754987,6453.1142929 +93,-1.537308932,0.7244801057,369,0.763824846,0.576754987,6449.2424502 +94,-1.535289068,0.7245247645,369,0.763824846,0.576754987,6445.3539246 +95,-1.533261366,0.7245550236,369,0.763824846,0.576754987,6441.488958 +96,-1.539267302,0.722921924,369,0.763824846,0.576754987,6457.6934395 +97,-1.537248972,0.7229660258,369,0.763824846,0.576754987,6453.8102899 +98,-1.535219431,0.7229916471,369,0.763824846,0.576754987,6449.9570559 +99,-1.53318962,0.7230212049,369,0.763824846,0.576754987,6446.0847336 +100,-1.531154816,0.7230299897,369,0.763824846,0.576754987,6442.2606524 +101,-1.528878341,0.7230370244,369,0.763824846,0.576754987,6437.9831886 +102,-1.539218189,0.7214009878,369,0.763824846,0.576754987,6462.3075612 +103,-1.537198791,0.7214422745,369,0.763824846,0.576754987,6458.4256815 +104,-1.535179266,0.7214634354,369,0.763824846,0.576754987,6454.599393 +105,-1.533156501,0.7214944644,369,0.763824846,0.576754987,6450.7302117 +106,-1.53113574,0.7215166021,369,0.763824846,0.576754987,6446.8857993 +107,-1.528874248,0.7215345535,369,0.763824846,0.576754987,6442.59681 +108,-1.539217656,0.7198512397,369,0.763824846,0.576754987,6467.1006959 +109,-1.537199919,0.7199428763,369,0.763824846,0.576754987,6463.0609478 +110,-1.545425832,0.727397149,369,0.763824846,0.576754987,6455.1917577 +111,-1.543371177,0.7273916949,369,0.763824846,0.576754987,6451.4306162 +112,-1.541368852,0.7274523163,369,0.763824846,0.576754987,6447.5543982 +113,-1.545349067,0.7258710923,369,0.763824846,0.576754987,6459.7885148 +114,-1.54332671,0.7258603556,369,0.763824846,0.576754987,6456.0976343 +115,-1.541346831,0.7259242142,369,0.763824846,0.576754987,6452.2474176 +116,-1.545324355,0.7243383958,369,0.763824846,0.576754987,6464.5011705 +117,-1.543292796,0.7243617413,369,0.763824846,0.576754987,6460.6822061 +118,-1.541295822,0.7244024384,369,0.763824846,0.576754987,6456.8669181 +119,-1.543193859,0.7205570215,369,0.763824846,0.576754987,6472.2961183 +120,-1.550257047,0.7386738187,369,0.763824846,0.576754987,6428.9372922 +121,-1.549335448,0.7311736483,369,0.763824846,0.576754987,6450.6104635 +122,-1.533478843,0.7179891343,369,0.763824846,0.576754987,6462.140703 +123,-1.556150555,0.738907041,369,0.763824846,0.576754987,6438.846934 +124,-1.554324226,0.733414257,369,0.763824846,0.576754987,6452.6992188 +125,-1.554290846,0.7288285332,369,0.763824846,0.576754987,6466.9478329 +126,-1.55122487,0.7219795312,369,0.763824846,0.576754987,6482.6910999 +127,-1.525104458,0.7229399862,369,0.763824846,0.576754987,6431.2076274 +128,-1.519607711,0.7236181429,369,0.763824846,0.576754987,6418.7885291 +129,-1.513899999,0.7251107854,369,0.763824846,0.576754987,6403.4510219 +130,-1.536620762,0.7431061895,369,0.763824846,0.576754987,6390.4085064 +131,-1.5369566,0.7460845958,369,0.763824846,0.576754987,6381.813333 +132,-1.545345528,0.7447040685,369,0.763824846,0.576754987,6401.2997106 +133,-1.532813921,0.7432306626,369,0.763824846,0.576754987,6383.0688986 +134,-1.554788248,0.7382381001,369,0.763824846,0.576754987,6438.4817565 +135,-1.540348126,0.7301594274,369,0.763824846,0.576754987,6437.2900779 +136,-1.538016084,0.7239051786,369,0.763824846,0.576754987,6452.3315284 +137,-1.525288962,0.7258085137,369,0.763824846,0.576754987,6422.7483356 +138,-1.534326986,0.731241342,369,0.763824846,0.576754987,6422.8399211 +139,-1.530733872,0.7303625216,369,0.763824846,0.576754987,6418.8947099 +141,-1.534354939,0.7328219978,369,0.763824846,0.576754987,6418.013562 +142,-1.53157084,0.7292888153,369,0.763824846,0.576754987,6423.7554334 +143,-1.525691035,0.7263799874,369,0.763824846,0.576754987,6421.7462114 +144,-1.534031287,0.7495967835,369,0.763824846,0.576754987,6365.6463805 +145,-1.527714986,0.7283095957,369,0.763824846,0.576754987,6419.5969149 +146,-1.526189586,0.7271468292,369,0.763824846,0.576754987,6420.3232352 +147,-1.555177336,0.7375563366,369,0.763824846,0.576754987,6441.3120445 +148,-1.555080283,0.7312707794,369,0.763824846,0.576754987,6460.7605157 +149,-1.53856994,0.7224180299,369,0.763824846,0.576754987,6457.9579116 +150,-1.530837883,0.729933372,369,0.763824846,0.576754987,6420.4094191 +151,-1.515066984,0.5854133365,369,0.763824846,0.576754987,6830.7162745 +152,-1.534731633,0.5368370046,369,0.763824846,0.576754987,7020.6211659 +153,-1.515231902,0.5607085576,369,0.763824846,0.576754987,6905.8282247 +154,-2.616253799,1.0684566605,369,0.763824846,0.576754987,5881.7728353 +155,-1.956071439,0.5792177723,369,0.763824846,0.576754987,7602.6898161 +156,-1.951208514,0.5602434208,369,0.763824846,0.576754987,7666.598175 +157,-1.944675062,0.6062144545,369,0.763824846,0.576754987,7489.4816162 +158,-1.613778386,0.6077989518,369,0.763824846,0.576754987,6960.8528056 +159,-2.035029014,0.6021432345,369,0.763824846,0.576754987,7603.4954076 +160,-2.114989471,0.6801825058,369,0.763824846,0.576754987,7372.2995542 +161,-2.037382079,0.5765830025,369,0.763824846,0.576754987,7702.3966209 +162,-2.129855121,0.6585019963,369,0.763824846,0.576754987,7466.2771824 +163,-2.075141798,0.6493615843,369,0.763824846,0.576754987,7460.2269174 +164,-1.828626729,0.6948433129,369,0.763824846,0.576754987,7019.8431061 +165,-1.863329418,0.6735427691,369,0.763824846,0.576754987,7142.1581298 +166,-1.266037071,0.727988852,369,0.763824846,0.576754987,5882.6393864 +167,-1.277579582,0.7249010648,369,0.763824846,0.576754987,5916.3983932 +168,-1.258418684,0.7241194816,369,0.763824846,0.576754987,5875.6244575 +169,-1.317813974,0.6804850104,369,0.763824846,0.576754987,6124.6815902 +170,-1.344165204,0.6790988904,369,0.763824846,0.576754987,6187.3782058 +171,-1.427582102,0.5277120351,369,0.763824846,0.576754987,6804.5243632 +172,-1.402238616,0.457167829,369,0.763824846,0.576754987,6943.0511678 +173,-1.422454264,0.4996161999,369,0.763824846,0.576754987,6872.6773475 +174,-1.439089277,0.4894859811,369,0.763824846,0.576754987,6941.7510719 +175,-1.448126995,0.5182330266,369,0.763824846,0.576754987,6880.1804825 +176,-1.474626146,0.5881926574,369,0.763824846,0.576754987,6735.1350002 +177,-1.421139645,0.5584869783,369,0.763824846,0.576754987,6701.1900101 +178,-1.457037165,0.565943032,369,0.763824846,0.576754987,6761.6210252 +179,-2.757159358,0.3745319,369,0.763824846,0.576754987,8411.9779889 +180,-2.714309238,0.342054471,369,0.763824846,0.576754987,8588.097934 +181,-2.000525337,0.774119946,369,0.763824846,0.576754987,6922.740949 +183,-1.571413436,0.6777838382,369,0.763824846,0.576754987,6658.4738982 +184,-1.552860289,0.6987663893,369,0.763824846,0.576754987,6558.0197424 +185,-1.521852374,0.7165827476,369,0.763824846,0.576754987,6444.5682748 +186,-1.503656267,0.6928968252,369,0.763824846,0.576754987,6481.6278184 +187,-1.502753178,0.7136205882,369,0.763824846,0.576754987,6417.086638 +188,-1.631894563,0.7343596465,369,0.763824846,0.576754987,6585.1771234 +189,-1.653765416,0.6770714026,369,0.763824846,0.576754987,6809.5439612 +190,-1.719812114,0.6715965947,369,0.763824846,0.576754987,6938.4144418 +191,-1.493406659,0.6646955447,369,0.763824846,0.576754987,6546.3042839 +192,-1.469120564,0.6613469966,369,0.763824846,0.576754987,6506.5167274 +193,-1.590551461,0.5326612937,369,0.763824846,0.576754987,7152.4011505 +194,-1.625979264,0.5247742243,369,0.763824846,0.576754987,7250.2392215 +195,-1.572293943,0.5238808754,369,0.763824846,0.576754987,7141.3329842 +196,-1.610848725,0.5477107964,369,0.763824846,0.576754987,7146.5676722 +197,-1.208485554,0.7918526018,369,0.763824846,0.576754987,5593.7442619 +198,-1.335601374,0.6869083083,369,0.763824846,0.576754987,6146.9790271 +199,-1.346156996,0.6825213377,369,0.763824846,0.576754987,6182.3799509 +200,-1.324381037,0.6741422347,369,0.763824846,0.576754987,6156.6493295 +201,-1.242424992,0.7378949807,369,0.763824846,0.576754987,5804.3288862 +202,-1.270370057,0.7392461008,369,0.763824846,0.576754987,5862.9338197 +203,-1.448950472,0.7441675014,369,0.763824846,0.576754987,6221.4101495 +204,-1.492662363,0.7523026852,369,0.763824846,0.576754987,6280.9859833 +205,-1.479098966,0.7763855017,369,0.763824846,0.576754987,6183.3910901 +206,-1.633760714,0.7869022408,369,0.763824846,0.576754987,6417.1859477 +207,-1.647406434,0.8101289331,369,0.763824846,0.576754987,6362.4834026 +208,-1.564245052,0.5701509278,369,0.763824846,0.576754987,6980.7420691 +209,-1.646289963,0.6833746083,369,0.763824846,0.576754987,6775.9471208 +210,-1.5820631,0.6751952144,369,0.763824846,0.576754987,6686.5593351 +211,-1.613236298,0.6681681791,369,0.763824846,0.576754987,6766.3915992 +212,-1.914661867,0.8212566515,369,0.763824846,0.576754987,6665.5829878 +213,-1.742133237,0.7250275956,369,0.763824846,0.576754987,6791.2789166 +214,-2.033144872,0.6557314699,369,0.763824846,0.576754987,7399.0714771 +215,-2.039551981,0.6964723658,369,0.763824846,0.576754987,7250.5058667 +216,-1.247341019,0.7622473908,369,0.763824846,0.576754987,5752.9657344 +217,-1.298239787,0.7084123392,369,0.763824846,0.576754987,6005.9358497 +218,-1.308539688,0.6926545592,369,0.763824846,0.576754987,6071.0776254 +219,-1.303263185,0.6888938396,369,0.763824846,0.576754987,6069.2868152 +220,-1.852400229,0.6004246149,369,0.763824846,0.576754987,7388.425485 +221,-1.288947707,0.7473773692,369,0.763824846,0.576754987,5882.1925473 +222,-1.372031502,0.7472790993,369,0.763824846,0.576754987,6058.0222214 +223,-1.289805721,0.7242157877,369,0.763824846,0.576754987,5945.2839097 +224,-1.350807603,0.7533498126,369,0.763824846,0.576754987,5997.2987331 +225,-1.329290365,0.7560442322,369,0.763824846,0.576754987,5945.0173331 +226,-1.410153004,0.616936428,369,0.763824846,0.576754987,6508.8116433 +227,-1.393445434,0.6308995063,369,0.763824846,0.576754987,6431.7169416 +228,-1.37595573,0.6241540638,369,0.763824846,0.576754987,6411.2891324 +229,-1.358388707,0.6172645205,369,0.763824846,0.576754987,6390.2481049 +230,-1.753741133,0.8281661666,369,0.763824846,0.576754987,6452.9207859 +231,-1.47430987,0.6834615681,369,0.763824846,0.576754987,6451.4294562 +232,-1.421012508,0.7222725206,369,0.763824846,0.576754987,6229.3632656 +233,-1.4476833,0.6978557868,369,0.763824846,0.576754987,6354.7584948 +234,-1.470370723,0.6966193374,369,0.763824846,0.576754987,6404.3442065 +235,-1.429211703,0.7037216883,369,0.763824846,0.576754987,6299.8045611 +236,-1.700578405,0.6178673663,369,0.763824846,0.576754987,7086.708621 +237,-1.678117619,0.6331716163,369,0.763824846,0.576754987,6996.6055851 +238,-1.725644578,0.6316331145,369,0.763824846,0.576754987,7083.1003858 +239,-2.14012759,0.7930497945,369,0.763824846,0.576754987,6951.3432984 +240,-2.103289431,0.7653606263,369,0.763824846,0.576754987,7035.9439524 +241,-1.318739838,0.7017808746,369,0.763824846,0.576754987,6069.2241025 +242,-1.396417427,0.7077900843,369,0.763824846,0.576754987,6220.0006398 +243,-1.35650337,0.7185539404,369,0.763824846,0.576754987,6105.3934782 +244,-1.248884539,0.7274156818,369,0.763824846,0.576754987,5845.6818143 +245,-1.395014798,0.5761185243,369,0.763824846,0.576754987,6590.3192812 +246,-1.433377362,0.6064716109,369,0.763824846,0.576754987,6590.6733225 +247,-1.408172432,0.5903155476,369,0.763824846,0.576754987,6580.3449947 +248,-1.749645898,0.7757118084,369,0.763824846,0.576754987,6628.1517629 +249,-1.571626686,0.615046989,369,0.763824846,0.576754987,6855.6861833 +250,-1.514070049,0.6303003037,369,0.763824846,0.576754987,6692.4618905 +251,-1.480890369,0.6237966528,369,0.763824846,0.576754987,6642.8232863 +252,-1.704390658,0.5281680612,369,0.763824846,0.576754987,7392.1834529 +253,-1.64434733,0.5254277498,369,0.763824846,0.576754987,7285.1078941 +254,-1.703855997,0.4792484842,369,0.763824846,0.576754987,7552.9709683 +255,-1.692002383,0.5748825051,369,0.763824846,0.576754987,7214.4323718 +256,-1.854136457,0.5544643913,369,0.763824846,0.576754987,7554.306009 +257,-1.665021206,0.520317736,369,0.763824846,0.576754987,7342.5428468 +258,-1.733654349,0.4845187345,369,0.763824846,0.576754987,7592.4274921 +259,-1.720938188,0.5135933906,369,0.763824846,0.576754987,7471.5200053 +260,-1.742668307,0.553296122,369,0.763824846,0.576754987,7377.2395832 +261,-1.965659039,0.7142126903,369,0.763824846,0.576754987,7113.3807011 +262,-1.944438071,0.6772834804,369,0.763824846,0.576754987,7227.3405986 +263,-1.270340967,0.7681487096,369,0.763824846,0.576754987,5787.6205252 +264,-1.353091884,0.6549276821,369,0.763824846,0.576754987,6273.9457266 +265,-1.333236659,0.6413584414,369,0.763824846,0.576754987,6266.0266346 +266,-1.352015998,0.6753788907,369,0.763824846,0.576754987,6215.0387724 +267,-1.377988483,0.6577816235,369,0.763824846,0.576754987,6321.5397123 +268,-2.13075611,0.8318642051,369,0.763824846,0.576754987,6795.6252828 +269,-2.097910953,0.8259670014,369,0.763824846,0.576754987,6799.0156414 +270,-1.416382069,0.6694271549,369,0.763824846,0.576754987,6371.9241994 +271,-1.538905672,0.7535625993,369,0.763824846,0.576754987,6362.2086733 +272,-1.572309477,0.7803125099,369,0.763824846,0.576754987,6337.1493907 +273,-1.87759879,0.7503853417,369,0.763824846,0.576754987,6883.100277 +274,1.152365588,0.590457682,369,0.763824846,0.576754987,1282.9221622 +275,0.350198001,0.718001859,369,0.763824846,0.576754987,1415.7287474 +276,0.046513677,0.491503852,369,0.763824846,0.576754987,2453.2272382 +277,0.027510309,0.742571376,369,0.763824846,0.576754987,2369.7897336 +278,0.306285725,-0.214631579,369,0.763824846,0.576754987,3580.0019803 +279,-1.100564889,0.318051531,369,0.763824846,0.576754987,6459.281882 +280,-1.078582306,0.301437596,369,0.763824846,0.576754987,6431.3498322 +281,-1.137371989,-0.617634065,369,0.763824846,0.576754987,8469.6369757 +282,0.784356344,0.703272339,369,0.763824846,0.576754987,505.3476908 +283,-1.221209947,0.218327455,369,0.763824846,0.576754987,7065.0914665 +284,2.347301921,-0.449114658,369,0.763824846,0.576754987,7207.7841147 +285,0.246820618,0.830553713,369,0.763824846,0.576754987,1839.6265609 +286,0.829414965,0.703288228,369,0.763824846,0.576754987,542.64456182 +287,-1.337537566,0.42332223,369,0.763824846,0.576754987,6869.3247418 +288,0.882453706,0.454478077,369,0.763824846,0.576754987,633.43749865 +289,1.575629659,0.416419109,369,0.763824846,0.576754987,2873.8764038 +290,-1.039455679,0.229888244,369,0.763824846,0.576754987,6474.7557937 +291,0.489558039,0.934482747,369,0.763824846,0.576754987,1614.4765555 +292,0.081344504,0.88384514,369,0.763824846,0.576754987,2314.0737597 +293,-1.547979814,0.300350308,369,0.763824846,0.576754987,7762.3716731 +294,0.040776181,0.168560074,369,0.763824846,0.576754987,3088.6545825 +295,-1.130374745,0.563894876,369,0.763824846,0.576754987,5959.0723787 +296,1.578326642,0.478507176,369,0.763824846,0.576754987,2791.9305598 +297,-1.12861823,-0.291640865,369,0.763824846,0.576754987,7897.8288301 +298,0.310524208,0.770885792,369,0.763824846,0.576754987,1590.1755674 +299,0.415649091,-0.387246002,369,0.763824846,0.576754987,4038.828754 +300,-0.926533878,-0.188022748,369,0.763824846,0.576754987,7020.1007293 +301,1.258856172,-0.11716081,369,0.763824846,0.576754987,3320.0664544 +302,-1.126050026,0.322941926,369,0.763824846,0.576754987,6524.4334765 +303,2.002785835,0.07893892,369,0.763824846,0.576754987,4951.6332291 +304,0.440437607,0.746258085,369,0.763824846,0.576754987,1209.1736263 +305,-0.030391866,0.214441206,369,0.763824846,0.576754987,3205.34259 +306,0.521557815,-0.058929362,369,0.763824846,0.576754987,2676.7050068 +307,-0.097005111,0.13317729,369,0.763824846,0.576754987,3603.5382226 +308,1.83113859,0.221857587,369,0.763824846,0.576754987,4081.2595583 +309,0.222428864,0.099404236,369,0.763824846,0.576754987,2747.4651608 +310,-1.702731345,0.8728568183,369,0.763824846,0.576754987,6232.8013594 +311,-0.418507569,0.278324921,369,0.763824846,0.576754987,4350.4181899 +312,-1.41153306,0.339029988,369,0.763824846,0.576754987,7296.5265132 +313,0.357560442,0.114788776,369,0.763824846,0.576754987,2362.0980818 +314,0.325818979,0.268352149,369,0.763824846,0.576754987,1989.2483439 +315,-1.246004659,-0.663679965,369,0.763824846,0.576754987,8853.6376671 +316,1.814603087,0.637404484,369,0.763824846,0.576754987,3370.7202452 +317,1.843704281,-0.18300445,369,0.763824846,0.576754987,5059.2335254 +318,1.690644492,-0.211480909,369,0.763824846,0.576754987,4688.2794765 +319,-1.275451936,0.068109467,369,0.763824846,0.576754987,7598.1699378 +320,0.762430171,-0.207594741,369,0.763824846,0.576754987,3106.8137459 +321,0.265668905,-0.014647884,369,0.763824846,0.576754987,2990.4174687 +322,-2.773032013,-0.335515811,369,0.763824846,0.576754987,10750.607973 +323,-1.469512853,0.174058777,369,0.763824846,0.576754987,7910.0006569 +324,0.286276986,0.785925691,369,0.763824846,0.576754987,1674.8680113 +325,-1.379324697,0.377432233,369,0.763824846,0.576754987,7104.9139424 +326,-1.203778265,0.212813032,369,0.763824846,0.576754987,7025.4668034 +327,0.579916301,0.611743168,369,0.763824846,0.576754987,618.9555777 +328,0.267582642,0.868113908,369,0.763824846,0.576754987,1853.4126544 +329,0.412869244,-0.050245578,369,0.763824846,0.576754987,2809.8873135 +330,0.17524381,0.976660285,369,0.763824846,0.576754987,2256.0245372 +331,0.743157214,0.204812899,369,0.763824846,0.576754987,1475.1718068 +332,-1.070758176,0.269382282,369,0.763824846,0.576754987,6481.7627895 +333,-1.230364251,0.329790229,369,0.763824846,0.576754987,6815.2829208 +334,-1.374813124,-0.024926835,369,0.763824846,0.576754987,8134.3194779 +335,0.519780566,0.463669906,369,0.763824846,0.576754987,949.6539008 +336,-1.55108034,0.239698561,369,0.763824846,0.576754987,7947.7884161 +337,0.180294813,0.029739425,369,0.763824846,0.576754987,3064.0420111 +338,0.67820924,0.268170153,369,0.763824846,0.576754987,1260.343478 +339,0.445798684,1.024001867,369,0.763824846,0.576754987,1962.2209268 +340,0.691751283,0.150521402,369,0.763824846,0.576754987,1708.8079428 +341,-1.036643551,-0.903056181,369,0.763824846,0.576754987,8511.3954631 +342,-0.120287036,1.083325163,369,0.763824846,0.576754987,2976.4682636 +343,2.823513113,-0.304487164,369,0.763824846,0.576754987,8476.9677892 +344,0.457583172,1.12513373,369,0.763824846,0.576754987,2296.6799874 +345,0.042918831,0.813795399,369,0.763824846,0.576754987,2352.052353 +346,1.196146777,-0.853142756,369,0.763824846,0.576754987,5866.079936 +347,0.206001358,-0.010430701,369,0.763824846,0.576754987,3120.281548 +348,-0.268308653,0.234799412,369,0.763824846,0.576754987,3938.5097097 +349,0.759363263,0.736189579,369,0.763824846,0.576754987,631.67464658 +350,0.181363926,0.891988372,369,0.763824846,0.576754987,2090.4108012 +351,-0.021111158,0.139103292,369,0.763824846,0.576754987,3351.5598238 +352,-0.093355215,0.630686981,369,0.763824846,0.576754987,2773.5830472 +353,0.40118964,0.681375926,369,0.763824846,0.576754987,1229.7671296 +354,-0.721197315,1.304706234,369,0.763824846,0.576754987,3938.8521164 +355,-1.076150317,0.212107639,369,0.763824846,0.576754987,6631.1354585 +356,-1.577164531,0.273993443,369,0.763824846,0.576754987,7914.0594704 +357,-0.190788414,0.182208586,369,0.763824846,0.576754987,3794.2921226 +358,-0.261349752,0.209710184,369,0.763824846,0.576754987,3967.1636647 +359,-1.029303852,0.083549259,369,0.763824846,0.576754987,6773.0270061 +360,-1.268609162,0.330525297,369,0.763824846,0.576754987,6923.4343595 +361,1.282982244,-0.926641967,369,0.763824846,0.576754987,6217.8769699 +362,0.217352334,0.731352408,369,0.763824846,0.576754987,1811.6676914 +363,-1.511833084,0.258629297,369,0.763824846,0.576754987,7789.8694697 +364,0.338812194,0.823184618,369,0.763824846,0.576754987,1604.3613186 +365,-0.324406489,1.134201999,369,0.763824846,0.576754987,3373.9244165 +366,1.389579348,0.399185724,369,0.763824846,0.576754987,2286.7126871 +367,2.047152199,-0.039082036,369,0.763824846,0.576754987,5358.8453453 +368,0.947780369,0.568250077,369,0.763824846,0.576754987,613.1314089 +369,0.763824846,0.576754987,369,0.763824846,0.576754987,0 +370,-0.142334657,0.928153068,369,0.763824846,0.576754987,2884.4086483 +371,0.610266567,0.547265983,369,0.763824846,0.576754987,527.59528359 +372,0.210731629,0.746815056,369,0.763824846,0.576754987,1841.5367301 +373,-1.34931644,0.316895224,369,0.763824846,0.576754987,7186.7597108 +374,2.407696481,0.655030745,369,0.763824846,0.576754987,5082.7117162 +375,0.64207831,0.545359131,369,0.763824846,0.576754987,426.72239272 +376,1.174597538,0.840588356,369,0.763824846,0.576754987,1606.3864502 +377,0.660059424,0.010604079,369,0.763824846,0.576754987,2275.5999206 +378,-0.730263819,0.010486456,369,0.763824846,0.576754987,5944.6225584 +379,0.831068936,0.512339172,369,0.763824846,0.576754987,342.00165064 +380,1.301180979,0.72367476,369,0.763824846,0.576754987,1780.1678625 +381,1.811128231,0.322854402,369,0.763824846,0.576754987,3817.6105234 +382,0.435105812,0.992284428,369,0.763824846,0.576754987,1872.1909678 +383,0.62643634,0.592027932,369,0.763824846,0.576754987,457.78137895 +384,0.492988703,-0.516339467,369,0.763824846,0.576754987,4447.3810459 +385,-0.162469483,0.112549365,369,0.763824846,0.576754987,3859.5678149 +386,0.314630866,0.472006421,369,0.763824846,0.576754987,1590.5423635 +387,0.166744804,0.822815954,369,0.763824846,0.576754987,2032.3226498 +388,0.417159608,0.965805736,369,0.763824846,0.576754987,1814.4112124 +389,0.106334961,0.868774244,369,0.763824846,0.576754987,2236.2630938 +390,0.815086969,-0.338144359,369,0.763824846,0.576754987,3629.1055498 +391,0.59867455,-0.230624824,369,0.763824846,0.576754987,3258.4669743 +392,1.915104874,0.066220985,369,0.763824846,0.576754987,4691.782124 +393,1.278093622,0.064463721,369,0.763824846,0.576754987,2781.4011307 +394,-0.061477853,0.302997961,369,0.763824846,0.576754987,3120.4388458 +395,0.251311504,0.626976942,369,0.763824846,0.576754987,1678.7730166 +396,2.950242872,0.149095644,369,0.763824846,0.576754987,7841.9263717 +397,-0.180294708,0.35375117,369,0.763824846,0.576754987,3418.8982509 +398,1.010448592,-0.351180233,369,0.763824846,0.576754987,3792.1416664 +399,-1.748740498,0.3686318073,369,0.763824846,0.576754987,8007.909656 +400,2.699635665,0.123533791,369,0.763824846,0.576754987,7140.1521003 +401,0.496808033,0.823843254,369,0.763824846,0.576754987,1264.855389 +402,0.129574704,0.763364087,369,0.763824846,0.576754987,2083.2495664 +403,1.798920311,0.817447563,369,0.763824846,0.576754987,3203.2068274 +404,0.335987953,0.746786541,369,0.763824846,0.576754987,1489.4309146 +405,-1.085413643,0.292154671,369,0.763824846,0.576754987,6473.918869 +406,-0.155321003,0.508207011,369,0.763824846,0.576754987,3097.5809014 +407,0.620529244,-0.301175104,369,0.763824846,0.576754987,3519.5341894 +408,1.684402744,0.368716966,369,0.763824846,0.576754987,3314.4191797 +409,0.300582244,-0.386397212,369,0.763824846,0.576754987,4197.6025269 +410,2.913555946,-0.009225192,369,0.763824846,0.576754987,8131.50757 +411,1.465101417,0.493232532,369,0.763824846,0.576754987,2397.9264023 +412,0.090612882,0.907955955,369,0.763824846,0.576754987,2321.4761304 +413,2.987564726,-0.729568594,369,0.763824846,0.576754987,9540.0230684 +414,-1.484261606,0.224149272,369,0.763824846,0.576754987,7812.9504804 +415,0.164073421,0.303955133,369,0.763824846,0.576754987,2389.9081321 +416,0.141441293,0.167552546,369,0.763824846,0.576754987,2787.2975829 +417,2.931321023,-0.506718887,369,0.763824846,0.576754987,9164.8071901 +418,2.21951565,0.700596356,369,0.763824846,0.576754987,4482.5776595 +419,0.268112576,1.199114336,369,0.763824846,0.576754987,2704.2463892 +420,0.978913739,0.359223811,369,0.763824846,0.576754987,1147.2051659 +421,1.210898818,0.522863584,369,0.763824846,0.576754987,1521.059128 +422,2.347397336,0.129231362,369,0.763824846,0.576754987,5985.4908684 +423,0.614394501,0.556878345,369,0.763824846,0.576754987,505.34837619 +424,-1.398079356,0.148483366,369,0.763824846,0.576754987,7771.568843 +425,2.535303836,-0.112984496,369,0.763824846,0.576754987,7131.042321 +426,-1.019372593,-0.405322349,369,0.763824846,0.576754987,7754.8301312 +427,-1.297785627,-0.160104069,369,0.763824846,0.576754987,8191.3862223 +428,2.144554488,0.205051084,369,0.763824846,0.576754987,5155.133303 +429,-2.242387083,-0.426171285,369,0.763824846,0.576754987,11684.901277 +430,0.338637212,0.909723676,369,0.763824846,0.576754987,1793.2958741 +431,-0.148798452,0.691042401,369,0.763824846,0.576754987,2906.5286618 +432,0.893524764,0.441829531,369,0.763824846,0.576754987,697.24994224 +433,0.969229347,-0.368847936,369,0.763824846,0.576754987,3825.2485208 +434,0.436043248,0.800045688,369,0.763824846,0.576754987,1330.8798379 +435,1.687946607,1.081504775,369,0.763824846,0.576754987,3045.4430274 +436,0.522302046,-0.034889271,369,0.763824846,0.576754987,2585.716704 +437,-0.178996113,-0.438090009,369,0.763824846,0.576754987,5365.0748352 +438,-1.094339566,0.301444068,369,0.763824846,0.576754987,6479.438523 +439,-1.064070054,0.242569932,369,0.763824846,0.576754987,6522.9387068 +440,-1.068153768,0.230387998,369,0.763824846,0.576754987,6563.8229173 +441,-3.00496892,-0.23989155,369,0.763824846,0.576754987,9822.0621374 +442,0.21751974,0.766874888,369,0.763824846,0.576754987,1839.1595443 +443,0.117229532,0.007619006,369,0.763824846,0.576754987,3296.8026531 +444,0.777758451,0.420554741,369,0.763824846,0.576754987,620.59758195 +445,-0.252356999,0.250747086,369,0.763824846,0.576754987,3853.5391905 +446,0.363148444,0.768483434,369,0.763824846,0.576754987,1447.7603791 +447,0.903191366,-0.118210676,369,0.763824846,0.576754987,2802.3103403 +448,-0.205755923,0.149406178,369,0.763824846,0.576754987,3915.0283473 +449,1.811996086,0.02364353,369,0.763824846,0.576754987,4456.0829644 +450,-1.100670221,0.314845373,369,0.763824846,0.576754987,6467.1547864 +451,0.340078597,0.850105132,369,0.763824846,0.576754987,1655.2551294 +452,0.258757267,0.804969236,369,0.763824846,0.576754987,1772.5804251 +453,2.78505352,-0.155160804,369,0.763824846,0.576754987,8047.8280737 +454,0.800551619,0.105822106,369,0.763824846,0.576754987,1870.2664137 +455,0.437940882,-0.506194031,369,0.763824846,0.576754987,4460.6741659 +456,2.230431122,0.63458615,369,0.763824846,0.576754987,4620.0067932 +457,0.527965361,0.127667701,369,0.763824846,0.576754987,1978.4955427 +458,-0.063643205,0.702093448,369,0.763824846,0.576754987,2644.5889406 +459,1.408447268,0.133010502,369,0.763824846,0.576754987,2943.1276786 +460,0.523795955,0.280266966,369,0.763824846,0.576754987,1455.1565923 +461,-0.975769313,0.072177659,369,0.763824846,0.576754987,6623.1865669 +462,0.549774164,-0.463663986,369,0.763824846,0.576754987,4199.2197836 +463,0.29245874,1.095549818,369,0.763824846,0.576754987,2367.7741599 +464,0.143625958,0.816809593,369,0.763824846,0.576754987,2086.3479161 +465,0.671902494,0.611159853,369,0.763824846,0.576754987,331.02927227 +466,1.239840988,0.6724199,369,0.763824846,0.576754987,1569.4477164 +467,0.607829703,-0.10932137,369,0.763824846,0.576754987,2780.2061358 +468,1.763020906,0.263996692,369,0.763824846,0.576754987,3770.8949343 +469,0.378714634,0.726066797,369,0.763824846,0.576754987,1344.262444 +470,2.196736143,-0.153862366,369,0.763824846,0.576754987,6101.959814 +471,0.01702415,0.148991565,369,0.763824846,0.576754987,3209.582691 +472,-2.998490902,-0.158002487,369,0.763824846,0.576754987,9636.5041 +473,-3.051262951,-0.346595608,369,0.763824846,0.576754987,9904.7416041 +474,-1.069176439,0.182802941,369,0.763824846,0.576754987,6676.5761602 +475,0.167157509,0.595344954,369,0.763824846,0.576754987,1961.1924694 +476,0.613855648,0.681746124,369,0.763824846,0.576754987,634.73754336 +477,1.037012736,0.682555367,369,0.763824846,0.576754987,967.99436408 +478,-1.253574971,0.379755746,369,0.763824846,0.576754987,6754.7122013 +479,3.108590453,-0.132620738,369,0.763824846,0.576754987,9039.6612875 +480,0.565301296,0.022333262,369,0.763824846,0.576754987,2316.9476097 +481,0.547898238,0.855555614,369,0.763824846,0.576754987,1275.23556 +482,0.948309381,0.417393755,369,0.763824846,0.576754987,899.4993891 +483,-0.050600732,0.945269213,369,0.763824846,0.576754987,2685.1690185 +484,-0.977651478,-0.572363064,369,0.763824846,0.576754987,7917.1542614 +485,1.102014914,0.728861163,369,0.763824846,0.576754987,1218.7449845 +486,2.927300795,-0.282939414,369,0.763824846,0.576754987,8779.9906152 +487,-1.154565557,0.124434095,369,0.763824846,0.576754987,7082.8636396 +488,1.855331234,0.291044755,369,0.763824846,0.576754987,4024.3625761 +489,0.830290659,0.276904518,369,0.763824846,0.576754987,1211.354029 +490,0.485104466,-0.234867441,369,0.763824846,0.576754987,3383.2781211 +491,0.521367572,-0.33161327,369,0.763824846,0.576754987,3713.2102038 +1,-1.539031704,0.7349710123,370,-0.142334657,0.928153068,3604.1790212 +2,-1.536990553,0.7349663874,370,-0.142334657,0.928153068,3599.7055626 +3,-1.534951779,0.7349571355,370,-0.142334657,0.928153068,3595.2471407 +4,-1.532906461,0.7349480293,370,-0.142334657,0.928153068,3590.7715869 +5,-1.531320211,0.7346937278,370,-0.142334657,0.928153068,3587.947715 +6,-1.539451648,0.7335131775,370,-0.142334657,0.928153068,3608.9385761 +7,-1.537429487,0.7335445708,370,-0.142334657,0.928153068,3604.4100666 +8,-1.535484998,0.7335658704,370,-0.142334657,0.928153068,3600.0768209 +9,-1.533488396,0.7336036027,370,-0.142334657,0.928153068,3595.5836356 +10,-1.531497785,0.7335842962,370,-0.142334657,0.928153068,3591.2513645 +11,-1.530259379,0.7334777758,370,-0.142334657,0.928153068,3588.803144 +12,-1.5335454,0.7322346912,370,-0.142334657,0.928153068,3599.3083368 +13,-1.531489083,0.7322238773,370,-0.142334657,0.928153068,3594.8067727 +14,-1.530011122,0.7321679851,370,-0.142334657,0.928153068,3591.6962801 +15,-1.53348106,0.7306614094,370,-0.142334657,0.928153068,3603.307104 +16,-1.531441779,0.7306962275,370,-0.142334657,0.928153068,3598.7202754 +17,-1.529755654,0.7306933243,370,-0.142334657,0.928153068,3595.0094824 +18,-1.533415048,0.7291384674,370,-0.142334657,0.928153068,3607.1735895 +19,-1.531392093,0.7291705353,370,-0.142334657,0.928153068,3602.627274 +20,-1.529296523,0.7291214933,370,-0.142334657,0.928153068,3598.132031 +21,-1.535280942,0.727267644,370,-0.142334657,0.928153068,3616.2237536 +22,-1.533378158,0.7276139666,370,-0.142334657,0.928153068,3611.1122436 +23,-1.531340368,0.7276446587,370,-0.142334657,0.928153068,3606.5341325 +24,-1.528960113,0.7276398177,370,-0.142334657,0.928153068,3601.2910801 +25,-1.533313146,0.7260818349,370,-0.142334657,0.928153068,3615.0128436 +26,-1.531259555,0.7260958115,370,-0.142334657,0.928153068,3610.4412192 +27,-1.528926415,0.7260865555,370,-0.142334657,0.928153068,3605.310814 +28,-1.531226779,0.7245511789,370,-0.142334657,0.928153068,3614.4472252 +29,-1.528904772,0.7245519194,370,-0.142334657,0.928153068,3609.3120842 +30,-1.547195875,0.7409785979,370,-0.142334657,0.928153068,3606.2838527 +31,-1.5451475,0.740980426,370,-0.142334657,0.928153068,3601.7976287 +32,-1.543097679,0.7409798872,370,-0.142334657,0.928153068,3597.3120629 +33,-1.540720364,0.7409892687,370,-0.142334657,0.928153068,3592.0806255 +34,-1.547188511,0.7395198392,370,-0.142334657,0.928153068,3610.1018143 +35,-1.545148587,0.7395226109,370,-0.142334657,0.928153068,3605.6289973 +36,-1.543104538,0.7395314908,370,-0.142334657,0.928153068,3601.1287471 +37,-1.540727751,0.7395306258,370,-0.142334657,0.928153068,3595.9223486 +38,-1.547187029,0.7380014886,370,-0.142334657,0.928153068,3614.0931451 +39,-1.545147315,0.7380012252,370,-0.142334657,0.928153068,3609.6260771 +40,-1.54310719,0.7380060743,370,-0.142334657,0.928153068,3605.1423051 +41,-1.540719671,0.7380068206,370,-0.142334657,0.928153068,3599.9050055 +42,-1.547187189,0.7364799098,370,-0.142334657,0.928153068,3618.1005177 +43,-1.545149996,0.7364853874,370,-0.142334657,0.928153068,3613.6211829 +44,-1.543106091,0.7364823484,370,-0.142334657,0.928153068,3609.1472013 +45,-1.540717158,0.7364893901,370,-0.142334657,0.928153068,3603.8871144 +46,-1.538663972,0.7410138672,370,-0.142334657,0.928153068,3587.5096707 +47,-1.53695285,0.7409699132,370,-0.142334657,0.928153068,3583.8730922 +48,-1.534910498,0.7409641297,370,-0.142334657,0.928153068,3579.4081063 +49,-1.533145034,0.7409536636,370,-0.142334657,0.928153068,3575.5608395 +50,-1.538681336,0.7395405883,370,-0.142334657,0.928153068,3591.4089966 +51,-1.536999189,0.7395183096,370,-0.142334657,0.928153068,3587.7771408 +52,-1.534923633,0.7395144222,370,-0.142334657,0.928153068,3583.2317966 +53,-1.533267822,0.7395654306,370,-0.142334657,0.928153068,3579.462294 +54,-1.53867273,0.7380151077,370,-0.142334657,0.928153068,3595.3921701 +55,-1.536980576,0.7379994392,370,-0.142334657,0.928153068,3591.7188419 +56,-1.534931522,0.7379944961,370,-0.142334657,0.928153068,3587.2317601 +57,-1.533387952,0.7379480264,370,-0.142334657,0.928153068,3583.9620478 +58,-1.538682279,0.7364914363,370,-0.142334657,0.928153068,3599.4144728 +59,-1.536980704,0.7364810563,370,-0.142334657,0.928153068,3595.7044 +60,-1.534935567,0.7364752065,370,-0.142334657,0.928153068,3591.2256594 +61,-1.533042592,0.7363876366,370,-0.142334657,0.928153068,3587.2935144 +62,-1.545143426,0.7349628011,370,-0.142334657,0.928153068,3617.6177203 +63,-1.543105297,0.7349691947,370,-0.142334657,0.928153068,3613.1289049 +64,-1.541064533,0.7349647152,370,-0.142334657,0.928153068,3608.6605981 +65,-1.545411803,0.7334624714,370,-0.142334657,0.928153068,3622.1629254 +66,-1.543446606,0.7334780896,370,-0.142334657,0.928153068,3617.807615 +67,-1.541475327,0.7334957295,370,-0.142334657,0.928153068,3613.4314944 +68,-1.545401939,0.731963266,370,-0.142334657,0.928153068,3626.0986351 +69,-1.54342253,0.7319915583,370,-0.142334657,0.928153068,3621.6760992 +70,-1.541455867,0.7320216438,370,-0.142334657,0.928153068,3617.2747425 +71,-1.545410146,0.7304422281,370,-0.142334657,0.928153068,3630.1355414 +72,-1.543435491,0.7304713664,370,-0.142334657,0.928153068,3625.7186139 +73,-1.541463105,0.7304997613,370,-0.142334657,0.928153068,3621.3065493 +74,-1.545414768,0.7289194936,370,-0.142334657,0.928153068,3634.1729723 +75,-1.543435774,0.7289538557,370,-0.142334657,0.928153068,3629.7300911 +76,-1.541457714,0.7289765881,370,-0.142334657,0.928153068,3625.3179193 +77,-1.539449415,0.7320555866,370,-0.142334657,0.928153068,3612.7736475 +78,-1.537429183,0.7321097681,370,-0.142334657,0.928153068,3608.1867886 +79,-1.535472649,0.7321497267,370,-0.142334657,0.928153068,3603.775505 +80,-1.539457899,0.7305333307,370,-0.142334657,0.928153068,3616.8065283 +81,-1.537453161,0.7305750503,370,-0.142334657,0.928153068,3612.2839196 +82,-1.535479385,0.7306124949,370,-0.142334657,0.928153068,3607.8386805 +83,-1.53946905,0.7290102593,370,-0.142334657,0.928153068,3620.8514 +84,-1.537459922,0.7290417293,370,-0.142334657,0.928153068,3616.3435211 +85,-1.535451349,0.7290890157,370,-0.142334657,0.928153068,3611.7930169 +86,-1.535522937,0.7279887191,370,-0.142334657,0.928153068,3614.8538483 +87,-1.539442524,0.7274735939,370,-0.142334657,0.928153068,3624.8531649 +88,-1.537424111,0.727521351,370,-0.142334657,0.928153068,3620.2791145 +89,-1.539384641,0.7259505092,370,-0.142334657,0.928153068,3628.7537945 +90,-1.537372391,0.7259947145,370,-0.142334657,0.928153068,3624.1999966 +91,-1.535340789,0.7260435356,370,-0.142334657,0.928153068,3619.5892108 +92,-1.539325716,0.7244369706,370,-0.142334657,0.928153068,3632.6305992 +93,-1.537308932,0.7244801057,370,-0.142334657,0.928153068,3628.0669461 +94,-1.535289068,0.7245247645,370,-0.142334657,0.928153068,3623.4903626 +95,-1.533261366,0.7245550236,370,-0.142334657,0.928153068,3618.9324323 +96,-1.539267302,0.722921924,370,-0.142334657,0.928153068,3636.5162256 +97,-1.537248972,0.7229660258,370,-0.142334657,0.928153068,3631.9439221 +98,-1.535219431,0.7229916471,370,-0.142334657,0.928153068,3627.3936823 +99,-1.53318962,0.7230212049,370,-0.142334657,0.928153068,3622.8302565 +100,-1.531154816,0.7230299897,370,-0.142334657,0.928153068,3618.3085603 +101,-1.528878341,0.7230370244,370,-0.142334657,0.928153068,3613.2545633 +102,-1.539218189,0.7214009878,370,-0.142334657,0.928153068,3640.4417101 +103,-1.537198791,0.7214422745,370,-0.142334657,0.928153068,3635.8718424 +104,-1.535179266,0.7214634354,370,-0.142334657,0.928153068,3631.3529271 +105,-1.533156501,0.7214944644,370,-0.142334657,0.928153068,3626.798549 +106,-1.53113574,0.7215166021,370,-0.142334657,0.928153068,3622.2700039 +107,-1.528874248,0.7215345535,370,-0.142334657,0.928153068,3617.217474 +108,-1.539217656,0.7198512397,370,-0.142334657,0.928153068,3644.5547843 +109,-1.537199919,0.7199428763,370,-0.142334657,0.928153068,3639.8522991 +110,-1.545425832,0.727397149,370,-0.142334657,0.928153068,3638.2274499 +111,-1.543371177,0.7273916949,370,-0.142334657,0.928153068,3633.7208355 +112,-1.541368852,0.7274523163,370,-0.142334657,0.928153068,3629.1522995 +113,-1.545349067,0.7258710923,370,-0.142334657,0.928153068,3642.1023492 +114,-1.54332671,0.7258603556,370,-0.142334657,0.928153068,3637.6781781 +115,-1.541346831,0.7259242142,370,-0.142334657,0.928153068,3633.147777 +116,-1.545324355,0.7243383958,370,-0.142334657,0.928153068,3646.1131965 +117,-1.543292796,0.7243617413,370,-0.142334657,0.928153068,3641.575798 +118,-1.541295822,0.7244024384,370,-0.142334657,0.928153068,3637.0664433 +119,-1.543193859,0.7205570215,370,-0.142334657,0.928153068,3651.4592531 +120,-1.550257047,0.7386738187,370,-0.142334657,0.928153068,3619.0421112 +121,-1.549335448,0.7311736483,370,-0.142334657,0.928153068,3636.820678 +122,-1.533478843,0.7179891343,370,-0.142334657,0.928153068,3636.806185 +123,-1.556150555,0.738907041,370,-0.142334657,0.928153068,3631.3086188 +124,-1.554324226,0.733414257,370,-0.142334657,0.928153068,3641.8281595 +125,-1.554290846,0.7288285332,370,-0.142334657,0.928153068,3653.9066222 +126,-1.55122487,0.7219795312,370,-0.142334657,0.928153068,3665.3744602 +127,-1.525104458,0.7229399862,370,-0.142334657,0.928153068,3605.1569282 +128,-1.519607711,0.7236181429,370,-0.142334657,0.928153068,3591.1887186 +129,-1.513899999,0.7251107854,370,-0.142334657,0.928153068,3574.6028654 +130,-1.536620762,0.7431061895,370,-0.142334657,0.928153068,3577.5563031 +131,-1.5369566,0.7460845958,370,-0.142334657,0.928153068,3570.5132879 +132,-1.545345528,0.7447040685,370,-0.142334657,0.928153068,3592.4667968 +133,-1.532813921,0.7432306626,370,-0.142334657,0.928153068,3568.8850953 +134,-1.554788248,0.7382381001,370,-0.142334657,0.928153068,3630.0975063 +135,-1.540348126,0.7301594274,370,-0.142334657,0.928153068,3619.7521538 +136,-1.538016084,0.7239051786,370,-0.142334657,0.928153068,3631.1496341 +137,-1.525288962,0.7258085137,370,-0.142334657,0.928153068,3598.0007918 +138,-1.534326986,0.731241342,370,-0.142334657,0.928153068,3603.6439733 +139,-1.530733872,0.7303625216,370,-0.142334657,0.928153068,3598.0373034 +141,-1.534354939,0.7328219978,370,-0.142334657,0.928153068,3599.5461014 +142,-1.53157084,0.7292888153,370,-0.142334657,0.928153068,3602.7100594 +143,-1.525691035,0.7263799874,370,-0.142334657,0.928153068,3597.3846698 +144,-1.534031287,0.7495967835,370,-0.142334657,0.928153068,3554.9649469 +145,-1.527714986,0.7283095957,370,-0.142334657,0.928153068,3596.7770051 +146,-1.526189586,0.7271468292,370,-0.142334657,0.928153068,3596.4674888 +147,-1.555177336,0.7375563366,370,-0.142334657,0.928153068,3632.7470803 +148,-1.555080283,0.7312707794,370,-0.142334657,0.928153068,3649.1605451 +149,-1.53856994,0.7224180299,370,-0.142334657,0.928153068,3636.3128006 +150,-1.530837883,0.729933372,370,-0.142334657,0.928153068,3599.3961251 +151,-1.515066984,0.5854133365,370,-0.142334657,0.928153068,3959.5498678 +152,-1.534731633,0.5368370046,370,-0.142334657,0.928153068,4144.3349448 +153,-1.515231902,0.5607085576,370,-0.142334657,0.928153068,4030.3334102 +154,-2.616253799,1.0684566605,370,-0.142334657,0.928153068,4261.2593639 +155,-1.956071439,0.5792177723,370,-0.142334657,0.928153068,4942.0612849 +156,-1.951208514,0.5602434208,370,-0.142334657,0.928153068,4991.5319501 +157,-1.944675062,0.6062144545,370,-0.142334657,0.928153068,4834.8178319 +158,-1.613778386,0.6077989518,370,-0.142334657,0.928153068,4120.7154671 +159,-2.035029014,0.6021432345,370,-0.142334657,0.928153068,5026.8120303 +160,-2.114989471,0.6801825058,370,-0.142334657,0.928153068,4926.5736745 +161,-2.037382079,0.5765830025,370,-0.142334657,0.928153068,5112.9124001 +162,-2.129855121,0.6585019963,370,-0.142334657,0.928153068,5023.3376161 +163,-2.075141798,0.6493615843,370,-0.142334657,0.928153068,4952.5844531 +164,-1.828626729,0.6948433129,370,-0.142334657,0.928153068,4330.8629189 +165,-1.863329418,0.6735427691,370,-0.142334657,0.928153068,4464.6469331 +166,-1.266037071,0.727988852,370,-0.142334657,0.928153068,3003.2684883 +167,-1.277579582,0.7249010648,370,-0.142334657,0.928153068,3037.6648557 +168,-1.258418684,0.7241194816,370,-0.142334657,0.928153068,2995.0354311 +169,-1.317813974,0.6804850104,370,-0.142334657,0.928153068,3243.5273196 +170,-1.344165204,0.6790988904,370,-0.142334657,0.928153068,3308.4586415 +171,-1.427582102,0.5277120351,370,-0.142334657,0.928153068,3920.1247842 +172,-1.402238616,0.457167829,370,-0.142334657,0.928153068,4065.7566569 +173,-1.422454264,0.4996161999,370,-0.142334657,0.928153068,3989.2568371 +174,-1.439089277,0.4894859811,370,-0.142334657,0.928153068,4058.0567498 +175,-1.448126995,0.5182330266,370,-0.142334657,0.928153068,3995.7981142 +176,-1.474626146,0.5881926574,370,-0.142334657,0.928153068,3858.1581892 +177,-1.421139645,0.5584869783,370,-0.142334657,0.928153068,3817.1387229 +178,-1.457037165,0.565943032,370,-0.142334657,0.928153068,3880.0541256 +179,-2.757159358,0.3745319,370,-0.142334657,0.928153068,6976.2842088 +180,-2.714309238,0.342054471,370,-0.142334657,0.928153068,7047.5685626 +181,-2.000525337,0.774119946,370,-0.142334657,0.928153068,4425.4087791 +183,-1.571413436,0.6777838382,370,-0.142334657,0.928153068,3829.5927933 +184,-1.552860289,0.6987663893,370,-0.142334657,0.928153068,3731.2380581 +185,-1.521852374,0.7165827476,370,-0.142334657,0.928153068,3614.7493985 +186,-1.503656267,0.6928968252,370,-0.142334657,0.928153068,3637.0971638 +187,-1.502753178,0.7136205882,370,-0.142334657,0.928153068,3580.0310182 +188,-1.631894563,0.7343596465,370,-0.142334657,0.928153068,3807.3336919 +189,-1.653765416,0.6770714026,370,-0.142334657,0.928153068,4012.8244212 +190,-1.719812114,0.6715965947,370,-0.142334657,0.928153068,4170.8948844 +191,-1.493406659,0.6646955447,370,-0.142334657,0.928153068,3689.8741862 +192,-1.469120564,0.6613469966,370,-0.142334657,0.928153068,3643.5978572 +193,-1.590551461,0.5326612937,370,-0.142334657,0.928153068,4285.4100329 +194,-1.625979264,0.5247742243,370,-0.142334657,0.928153068,4389.8263167 +195,-1.572293943,0.5238808754,370,-0.142334657,0.928153068,4269.0340674 +196,-1.610848725,0.5477107964,370,-0.142334657,0.928153068,4287.8977186 +197,-1.208485554,0.7918526018,370,-0.142334657,0.928153068,2720.5341116 +198,-1.335601374,0.6869083083,370,-0.142334657,0.928153068,3268.3199836 +199,-1.346156996,0.6825213377,370,-0.142334657,0.928153068,3304.18805 +200,-1.324381037,0.6741422347,370,-0.142334657,0.928153068,3275.3012671 +201,-1.242424992,0.7378949807,370,-0.142334657,0.928153068,2924.3035037 +202,-1.270370057,0.7392461008,370,-0.142334657,0.928153068,2985.8996396 +203,-1.448950472,0.7441675014,370,-0.142334657,0.928153068,3380.6611137 +204,-1.492662363,0.7523026852,370,-0.142334657,0.928153068,3457.0795902 +205,-1.479098966,0.7763855017,370,-0.142334657,0.928153068,3366.3326862 +206,-1.633760714,0.7869022408,370,-0.142334657,0.928153068,3670.7905064 +207,-1.647406434,0.8101289331,370,-0.142334657,0.928153068,3638.1961617 +208,-1.564245052,0.5701509278,370,-0.142334657,0.928153068,4116.2126984 +209,-1.646289963,0.6833746083,370,-0.142334657,0.928153068,3978.8920791 +210,-1.5820631,0.6751952144,370,-0.142334657,0.928153068,3860.3793761 +211,-1.613236298,0.6681681791,370,-0.142334657,0.928153068,3948.8828546 +212,-1.914661867,0.8212566515,370,-0.142334657,0.928153068,4128.4982878 +213,-1.742133237,0.7250275956,370,-0.142334657,0.928153068,4065.7723739 +214,-2.033144872,0.6557314699,370,-0.142334657,0.928153068,4853.3690823 +215,-2.039551981,0.6964723658,370,-0.142334657,0.928153068,4737.1784044 +216,-1.247341019,0.7622473908,370,-0.142334657,0.928153068,2877.8072571 +217,-1.298239787,0.7084123392,370,-0.142334657,0.928153068,3126.7053089 +218,-1.308539688,0.6926545592,370,-0.142334657,0.928153068,3190.6224476 +219,-1.303263185,0.6888938396,370,-0.142334657,0.928153068,3187.9500878 +220,-1.852400229,0.6004246149,370,-0.142334657,0.928153068,4662.341362 +221,-1.288947707,0.7473773692,370,-0.142334657,0.928153068,3009.1591816 +222,-1.372031502,0.7472790993,370,-0.142334657,0.928153068,3199.4807799 +223,-1.289805721,0.7242157877,370,-0.142334657,0.928153068,3067.7199436 +224,-1.350807603,0.7533498126,370,-0.142334657,0.928153068,3136.3284673 +225,-1.329290365,0.7560442322,370,-0.142334657,0.928153068,3080.7485407 +226,-1.410153004,0.616936428,370,-0.142334657,0.928153068,3628.3698207 +227,-1.393445434,0.6308995063,370,-0.142334657,0.928153068,3551.3363947 +228,-1.37595573,0.6241540638,370,-0.142334657,0.928153068,3528.8448686 +229,-1.358388707,0.6172645205,370,-0.142334657,0.928153068,3506.4599356 +230,-1.753741133,0.8281661666,370,-0.142334657,0.928153068,3803.7235134 +231,-1.47430987,0.6834615681,370,-0.142334657,0.928153068,3596.0109725 +232,-1.421012508,0.7222725206,370,-0.142334657,0.928153068,3373.5606955 +233,-1.4476833,0.6978557868,370,-0.142334657,0.928153068,3497.4377118 +234,-1.470370723,0.6966193374,370,-0.142334657,0.928153068,3552.1275232 +235,-1.429211703,0.7037216883,370,-0.142334657,0.928153068,3440.0948872 +236,-1.700578405,0.6178673663,370,-0.142334657,0.928153068,4284.433988 +237,-1.678117619,0.6331716163,370,-0.142334657,0.928153068,4190.8967004 +238,-1.725644578,0.6316331145,370,-0.142334657,0.928153068,4298.9864332 +239,-2.14012759,0.7930497945,370,-0.142334657,0.928153068,4608.2772952 +240,-2.103289431,0.7653606263,370,-0.142334657,0.928153068,4634.0795432 +241,-1.318739838,0.7017808746,370,-0.142334657,0.928153068,3191.0757667 +242,-1.396417427,0.7077900843,370,-0.142334657,0.928153068,3354.7303809 +243,-1.35650337,0.7185539404,370,-0.142334657,0.928153068,3235.7885194 +244,-1.248884539,0.7274156818,370,-0.142334657,0.928153068,2964.7600568 +245,-1.395014798,0.5761185243,370,-0.142334657,0.928153068,3706.1217529 +246,-1.433377362,0.6064716109,370,-0.142334657,0.928153068,3711.2943399 +247,-1.408172432,0.5903155476,370,-0.142334657,0.928153068,3697.3316046 +248,-1.749645898,0.7757118084,370,-0.142334657,0.928153068,3939.2257485 +249,-1.571626686,0.615046989,370,-0.142334657,0.928153068,4004.9714938 +250,-1.514070049,0.6303003037,370,-0.142334657,0.928153068,3831.332408 +251,-1.480890369,0.6237966528,370,-0.142334657,0.928153068,3773.2972857 +252,-1.704390658,0.5281680612,370,-0.142334657,0.928153068,4557.503273 +253,-1.64434733,0.5254277498,370,-0.142334657,0.928153068,4429.8206673 +254,-1.703855997,0.4792484842,370,-0.142334657,0.928153068,4703.3463973 +255,-1.692002383,0.5748825051,370,-0.142334657,0.928153068,4391.2530263 +256,-1.854136457,0.5544643913,370,-0.142334657,0.928153068,4806.2060483 +257,-1.665021206,0.520317736,370,-0.142334657,0.928153068,4491.9962524 +258,-1.733654349,0.4845187345,370,-0.142334657,0.928153068,4754.7958924 +259,-1.720938188,0.5135933906,370,-0.142334657,0.928153068,4638.3529506 +260,-1.742668307,0.553296122,370,-0.142334657,0.928153068,4567.6405033 +261,-1.965659039,0.7142126903,370,-0.142334657,0.928153068,4543.3266151 +262,-1.944438071,0.6772834804,370,-0.142334657,0.928153068,4615.2223204 +263,-1.270340967,0.7681487096,370,-0.142334657,0.928153068,2916.9503074 +264,-1.353091884,0.6549276821,370,-0.142334657,0.928153068,3392.7745109 +265,-1.333236659,0.6413584414,370,-0.142334657,0.928153068,3382.4892444 +266,-1.352015998,0.6753788907,370,-0.142334657,0.928153068,3336.3999577 +267,-1.377988483,0.6577816235,370,-0.142334657,0.928153068,3443.13376 +268,-2.13075611,0.8318642051,370,-0.142334657,0.928153068,4469.9736356 +269,-2.097910953,0.8259670014,370,-0.142334657,0.928153068,4434.6765756 +270,-1.416382069,0.6694271549,370,-0.142334657,0.928153068,3500.9591452 +271,-1.538905672,0.7535625993,370,-0.142334657,0.928153068,3555.303589 +272,-1.572309477,0.7803125099,370,-0.142334657,0.928153068,3558.1448531 +273,-1.87759879,0.7503853417,370,-0.142334657,0.928153068,4265.3458699 +274,1.152365588,0.590457682,370,-0.142334657,0.928153068,3764.3683508 +275,0.350198001,0.718001859,370,-0.142334657,0.928153068,1550.6006292 +276,0.046513677,0.491503852,370,-0.142334657,0.928153068,1815.5584595 +277,0.027510309,0.742571376,370,-0.142334657,0.928153068,860.85869767 +278,0.306285725,-0.214631579,370,-0.142334657,0.928153068,4775.4390403 +279,-1.100564889,0.318051531,370,-0.142334657,0.928153068,3782.6112349 +280,-1.078582306,0.301437596,370,-0.142334657,0.928153068,3786.0502486 +281,-1.137371989,-0.617634065,370,-0.142334657,0.928153068,7009.643085 +282,0.784356344,0.703272339,370,-0.142334657,0.928153068,2599.990434 +283,-1.221209947,0.218327455,370,-0.142334657,0.928153068,4374.2326192 +284,2.347301921,-0.449114658,370,-0.142334657,0.928153068,9744.9272551 +285,0.246820618,0.830553713,370,-0.142334657,0.928153068,1050.7972477 +286,0.829414965,0.703288228,370,-0.142334657,0.928153068,2706.7676731 +287,-1.337537566,0.42332223,370,-0.142334657,0.928153068,4012.6606678 +288,0.882453706,0.454478077,370,-0.142334657,0.928153068,3516.9797007 +289,1.575629659,0.416419109,370,-0.142334657,0.928153068,5247.9240556 +290,-1.039455679,0.229888244,370,-0.142334657,0.928153068,3931.9214123 +291,0.489558039,0.934482747,370,-0.142334657,0.928153068,1477.7101835 +292,0.081344504,0.88384514,370,-0.142334657,0.928153068,573.13136826 +293,-1.547979814,0.300350308,370,-0.142334657,0.928153068,4885.8251209 +294,0.040776181,0.168560074,370,-0.142334657,0.928153068,3065.1417006 +295,-1.130374745,0.563894876,370,-0.142334657,0.928153068,3113.7067108 +296,1.578326642,0.478507176,370,-0.142334657,0.928153068,5059.9251081 +297,-1.12861823,-0.291640865,370,-0.142334657,0.928153068,5878.6083248 +298,0.310524208,0.770885792,370,-0.142334657,0.928153068,1327.9426417 +299,0.415649091,-0.387246002,370,-0.142334657,0.928153068,5551.4589 +300,-0.926533878,-0.188022748,370,-0.142334657,0.928153068,5150.6145008 +301,1.258856172,-0.11716081,370,-0.142334657,0.928153068,6194.6238839 +302,-1.126050026,0.322941926,370,-0.142334657,0.928153068,3825.0107135 +303,2.002785835,0.07893892,370,-0.142334657,0.928153068,7269.6942296 +304,0.440437607,0.746258085,370,-0.142334657,0.928153068,1685.0422717 +305,-0.030391866,0.214441206,370,-0.142334657,0.928153068,2849.1183915 +306,0.521557815,-0.058929362,370,-0.142334657,0.928153068,4487.3378839 +307,-0.097005111,0.13317729,370,-0.142334657,0.928153068,3152.2833472 +308,1.83113859,0.221857587,370,-0.142334657,0.928153068,6431.786371 +309,0.222428864,0.099404236,370,-0.142334657,0.928153068,3488.7005802 +310,-1.702731345,0.8728568183,370,-0.142334657,0.928153068,3586.4766074 +311,-0.418507569,0.278324921,370,-0.142334657,0.928153068,2713.7085685 +312,-1.41153306,0.339029988,370,-0.142334657,0.928153068,4443.1953957 +313,0.357560442,0.114788776,370,-0.142334657,0.928153068,3602.2095862 +314,0.325818979,0.268352149,370,-0.142334657,0.928153068,2992.48315 +315,-1.246004659,-0.663679965,370,-0.142334657,0.928153068,7348.2471844 +316,1.814603087,0.637404484,370,-0.142334657,0.928153068,5035.7647412 +317,1.843704281,-0.18300445,370,-0.142334657,0.928153068,7780.5394832 +318,1.690644492,-0.211480909,370,-0.142334657,0.928153068,7511.7600396 +319,-1.275451936,0.068109467,370,-0.142334657,0.928153068,4982.1755461 +320,0.762430171,-0.207594741,370,-0.142334657,0.928153068,5435.030975 +321,0.265668905,-0.014647884,370,-0.142334657,0.928153068,3970.2569812 +322,-2.773032013,-0.335515811,370,-0.142334657,0.928153068,9624.5436545 +323,-1.469512853,0.174058777,370,-0.142334657,0.928153068,5093.6338216 +324,0.286276986,0.785925691,370,-0.142334657,0.928153068,1237.5350717 +325,-1.379324697,0.377432233,370,-0.142334657,0.928153068,4249.8560859 +326,-1.203778265,0.212813032,370,-0.142334657,0.928153068,4352.1170358 +327,0.579916301,0.611743168,370,-0.142334657,0.928153068,2358.8422169 +328,0.267582642,0.868113908,370,-0.142334657,0.928153068,1034.1576049 +329,0.412869244,-0.050245578,370,-0.142334657,0.928153068,4290.8216217 +330,0.17524381,0.976660285,370,-0.142334657,0.928153068,751.68647863 +331,0.743157214,0.204812899,370,-0.142334657,0.928153068,3989.6839036 +332,-1.070758176,0.269382282,370,-0.142334657,0.928153068,3871.6541704 +333,-1.230364251,0.329790229,370,-0.142334657,0.928153068,4044.3870056 +334,-1.374813124,-0.024926835,370,-0.142334657,0.928153068,5509.4715606 +335,0.519780566,0.463669906,370,-0.142334657,0.928153068,2673.1783538 +336,-1.55108034,0.239698561,370,-0.142334657,0.928153068,5081.3838523 +337,0.180294813,0.029739425,370,-0.142334657,0.928153068,3712.7552302 +338,0.67820924,0.268170153,370,-0.142334657,0.928153068,3642.5728312 +339,0.445798684,1.024001867,370,-0.142334657,0.928153068,1343.204864 +340,0.691751283,0.150521402,370,-0.142334657,0.928153068,4064.4716126 +341,-1.036643551,-0.903056181,370,-0.142334657,0.928153068,7835.7523854 +342,-0.120287036,1.083325163,370,-0.142334657,0.928153068,616.38274949 +343,2.823513113,-0.304487164,370,-0.142334657,0.928153068,9914.3877151 +344,0.457583172,1.12513373,370,-0.142334657,0.928153068,1429.8370388 +345,0.042918831,0.813795399,370,-0.142334657,0.928153068,653.3790854 +346,1.196146777,-0.853142756,370,-0.142334657,0.928153068,8352.5277504 +347,0.206001358,-0.010430701,370,-0.142334657,0.928153068,3891.7066005 +348,-0.268308653,0.234799412,370,-0.142334657,0.928153068,2774.8760179 +349,0.759363263,0.736189579,370,-0.142334657,0.928153068,2461.8474903 +350,0.181363926,0.891988372,370,-0.142334657,0.928153068,797.42275444 +351,-0.021111158,0.139103292,370,-0.142334657,0.928153068,3149.6629949 +352,-0.093355215,0.630686981,370,-0.142334657,0.928153068,1186.0824874 +353,0.40118964,0.681375926,370,-0.142334657,0.928153068,1762.5269563 +354,-0.721197315,1.304706234,370,-0.142334657,0.928153068,1747.3796928 +355,-1.076150317,0.212107639,370,-0.142334657,0.928153068,4069.7872069 +356,-1.577164531,0.273993443,370,-0.142334657,0.928153068,5036.5806608 +357,-0.190788414,0.182208586,370,-0.142334657,0.928153068,2958.7211915 +358,-0.261349752,0.209710184,370,-0.142334657,0.928153068,2870.6167608 +359,-1.029303852,0.083549259,370,-0.142334657,0.928153068,4399.1541267 +360,-1.268609162,0.330525297,370,-0.142334657,0.928153068,4131.6038217 +361,1.282982244,-0.926641967,370,-0.142334657,0.928153068,8711.3728314 +362,0.217352334,0.731352408,370,-0.142334657,0.928153068,1230.2527548 +363,-1.511833084,0.258629297,370,-0.142334657,0.928153068,4929.2918306 +364,0.338812194,0.823184618,370,-0.142334657,0.928153068,1280.0696047 +365,-0.324406489,1.134201999,370,-0.142334657,0.928153068,893.63818942 +366,1.389579348,0.399185724,370,-0.142334657,0.928153068,4878.9120655 +367,2.047152199,-0.039082036,370,-0.142334657,0.928153068,7759.895089 +368,0.947780369,0.568250077,370,-0.142334657,0.928153068,3343.6830219 +369,0.763824846,0.576754987,370,-0.142334657,0.928153068,2884.4086483 +370,-0.142334657,0.928153068,370,-0.142334657,0.928153068,0 +371,0.610266567,0.547265983,370,-0.142334657,0.928153068,2613.5043372 +372,0.210731629,0.746815056,370,-0.142334657,0.928153068,1172.9515883 +373,-1.34931644,0.316895224,370,-0.142334657,0.928153068,4363.7620528 +374,2.407696481,0.655030745,370,-0.142334657,0.928153068,5852.4218196 +375,0.64207831,0.545359131,370,-0.142334657,0.928153068,2691.3578381 +376,1.174597538,0.840588356,370,-0.142334657,0.928153068,3168.234091 +377,0.660059424,0.010604079,370,-0.142334657,0.928153068,4483.2819197 +378,-0.730263819,0.010486456,370,-0.142334657,0.928153068,4115.6262191 +379,0.831068936,0.512339172,370,-0.142334657,0.928153068,3226.1445782 +380,1.301180979,0.72367476,370,-0.142334657,0.928153068,3736.6845559 +381,1.811128231,0.322854402,370,-0.142334657,0.928153068,6056.4488444 +382,0.435105812,0.992284428,370,-0.142334657,0.928153068,1322.0725137 +383,0.62643634,0.592027932,370,-0.142334657,0.928153068,2521.2015828 +384,0.492988703,-0.516339467,370,-0.142334657,0.928153068,6125.7612496 +385,-0.162469483,0.112549365,370,-0.142334657,0.928153068,3231.2628738 +386,0.314630866,0.472006421,370,-0.142334657,0.928153068,2249.778622 +387,0.166744804,0.822815954,370,-0.142334657,0.928153068,885.04046523 +388,0.417159608,0.965805736,370,-0.142334657,0.928153068,1291.4485247 +389,0.106334961,0.868774244,370,-0.142334657,0.928153068,655.6128554 +390,0.815086969,-0.338144359,370,-0.142334657,0.928153068,5984.5701762 +391,0.59867455,-0.230624824,370,-0.142334657,0.928153068,5231.3921825 +392,1.915104874,0.066220985,370,-0.142334657,0.928153068,7127.7147281 +393,1.278093622,0.064463721,370,-0.142334657,0.928153068,5660.9144908 +394,-0.061477853,0.302997961,370,-0.142334657,0.928153068,2488.8605184 +395,0.251311504,0.626976942,370,-0.142334657,0.928153068,1616.5607476 +396,2.950242872,0.149095644,370,-0.142334657,0.928153068,8173.6655741 +397,-0.180294708,0.35375117,370,-0.142334657,0.928153068,2278.1568173 +398,1.010448592,-0.351180233,370,-0.142334657,0.928153068,6407.9296199 +399,-1.748740498,0.3686318073,370,-0.142334657,0.928153068,5144.9634598 +400,2.699635665,0.123533791,370,-0.142334657,0.928153068,8158.2550756 +401,0.496808033,0.823843254,370,-0.142334657,0.928153068,1652.8829857 +402,0.129574704,0.763364087,370,-0.142334657,0.928153068,963.78069767 +403,1.798920311,0.817447563,370,-0.142334657,0.928153068,4437.2724957 +404,0.335987953,0.746786541,370,-0.142334657,0.928153068,1444.5168518 +405,-1.085413643,0.292154671,370,-0.142334657,0.928153068,3831.0048442 +406,-0.155321003,0.508207011,370,-0.142334657,0.928153068,1663.8351895 +407,0.620529244,-0.301175104,370,-0.142334657,0.928153068,5520.1190481 +408,1.684402744,0.368716966,370,-0.142334657,0.928153068,5637.5484558 +409,0.300582244,-0.386397212,370,-0.142334657,0.928153068,5424.8139525 +410,2.913555946,-0.009225192,370,-0.142334657,0.928153068,8793.0273282 +411,1.465101417,0.493232532,370,-0.142334657,0.928153068,4764.5439549 +412,0.090612882,0.907955955,370,-0.142334657,0.928153068,565.25112624 +413,2.987564726,-0.729568594,370,-0.142334657,0.928153068,11656.64239 +414,-1.484261606,0.224149272,370,-0.142334657,0.928153068,4971.3421098 +415,0.164073421,0.303955133,370,-0.142334657,0.928153068,2647.6387505 +416,0.141441293,0.167552546,370,-0.142334657,0.928153068,3146.1998265 +417,2.931321023,-0.506718887,370,-0.142334657,0.928153068,10762.881373 +418,2.21951565,0.700596356,370,-0.142334657,0.928153068,5463.590828 +419,0.268112576,1.199114336,370,-0.142334657,0.928153068,1314.5252342 +420,0.978913739,0.359223811,370,-0.142334657,0.928153068,4031.5396713 +421,1.210898818,0.522863584,370,-0.142334657,0.928153068,4093.6441411 +422,2.347397336,0.129231362,370,-0.142334657,0.928153068,7720.1583229 +423,0.614394501,0.556878345,370,-0.142334657,0.928153068,2594.6567719 +424,-1.398079356,0.148483366,370,-0.142334657,0.928153068,5006.3554645 +425,2.535303836,-0.112984496,370,-0.142334657,0.928153068,8884.9507147 +426,-1.019372593,-0.405322349,370,-0.142334657,0.928153068,6077.2572991 +427,-1.297785627,-0.160104069,370,-0.142334657,0.928153068,5780.886978 +428,2.144554488,0.205051084,370,-0.142334657,0.928153068,7109.3626441 +429,-2.242387083,-0.426171285,370,-0.142334657,0.928153068,8802.8451469 +430,0.338637212,0.909723676,370,-0.142334657,0.928153068,1150.9038616 +431,-0.148798452,0.691042401,370,-0.142334657,0.928153068,939.35802314 +432,0.893524764,0.441829531,370,-0.142334657,0.928153068,3580.7109681 +433,0.969229347,-0.368847936,370,-0.142334657,0.928153068,6383.7104621 +434,0.436043248,0.800045688,370,-0.142334657,0.928153068,1555.3203997 +435,1.687946607,1.081504775,370,-0.142334657,0.928153068,3500.2425253 +436,0.522302046,-0.034889271,370,-0.142334657,0.928153068,4401.6973177 +437,-0.178996113,-0.438090009,370,-0.142334657,0.928153068,5413.1640311 +438,-1.094339566,0.301444068,370,-0.142334657,0.928153068,3821.3400395 +439,-1.064070054,0.242569932,370,-0.142334657,0.928153068,3943.9233472 +440,-1.068153768,0.230387998,370,-0.142334657,0.928153068,3992.5754428 +441,-3.00496892,-0.23989155,370,-0.142334657,0.928153068,9580.1826132 +442,0.21751974,0.766874888,370,-0.142334657,0.928153068,1132.8334694 +443,0.117229532,0.007619006,370,-0.142334657,0.928153068,3745.2117435 +444,0.777758451,0.420554741,370,-0.142334657,0.928153068,3376.1273569 +445,-0.252356999,0.250747086,370,-0.142334657,0.928153068,2705.3126823 +446,0.363148444,0.768483434,370,-0.142334657,0.928153068,1453.8462803 +447,0.903191366,-0.118210676,370,-0.142334657,0.928153068,5408.0972516 +448,-0.205755923,0.149406178,370,-0.142334657,0.928153068,3091.3297631 +449,1.811996086,0.02364353,370,-0.142334657,0.928153068,7040.8418297 +450,-1.100670221,0.314845373,370,-0.142334657,0.928153068,3793.0073351 +451,0.340078597,0.850105132,370,-0.142334657,0.928153068,1234.5385297 +452,0.258757267,0.804969236,370,-0.142334657,0.928153068,1131.8067536 +453,2.78505352,-0.155160804,370,-0.142334657,0.928153068,9306.0072872 +454,0.800551619,0.105822106,370,-0.142334657,0.928153068,4440.8436571 +455,0.437940882,-0.506194031,370,-0.142334657,0.928153068,6022.8883795 +456,2.230431122,0.63458615,370,-0.142334657,0.928153068,5714.7358389 +457,0.527965361,0.127667701,370,-0.142334657,0.928153068,3830.4224489 +458,-0.063643205,0.702093448,370,-0.142334657,0.928153068,920.11118121 +459,1.408447268,0.133010502,370,-0.142334657,0.928153068,5753.2300966 +460,0.523795955,0.280266966,370,-0.142334657,0.928153068,3291.049955 +461,-0.975769313,0.072177659,370,-0.142334657,0.928153068,4330.2768666 +462,0.549774164,-0.463663986,370,-0.142334657,0.928153068,6005.2129348 +463,0.29245874,1.095549818,370,-0.142334657,0.928153068,1116.9055801 +464,0.143625958,0.816809593,370,-0.142334657,0.928153068,848.43224721 +465,0.671902494,0.611159853,370,-0.142334657,0.928153068,2573.4645383 +466,1.239840988,0.6724199,370,-0.142334657,0.928153068,3739.2623056 +467,0.607829703,-0.10932137,370,-0.142334657,0.928153068,4811.9791553 +468,1.763020906,0.263996692,370,-0.142334657,0.928153068,6146.9843738 +469,0.378714634,0.726066797,370,-0.142334657,0.928153068,1593.3602377 +470,2.196736143,-0.153862366,370,-0.142334657,0.928153068,8454.3023324 +471,0.01702415,0.148991565,370,-0.142334657,0.928153068,3128.3644389 +472,-2.998490902,-0.158002487,370,-0.142334657,0.928153068,9259.3544791 +473,-3.051262951,-0.346595608,370,-0.142334657,0.928153068,10032.98266 +474,-1.069176439,0.182802941,370,-0.142334657,0.928153068,4150.9989645 +475,0.167157509,0.595344954,370,-0.142334657,0.928153068,1579.3862809 +476,0.613855648,0.681746124,370,-0.142334657,0.928153068,2249.9394302 +477,1.037012736,0.682555367,370,-0.142334657,0.928153068,3247.1882169 +478,-1.253574971,0.379755746,370,-0.142334657,0.928153068,3945.3038049 +479,3.108590453,-0.132620738,370,-0.142334657,0.928153068,9273.1216923 +480,0.565301296,0.022333262,370,-0.142334657,0.928153068,4269.5512599 +481,0.547898238,0.855555614,370,-0.142334657,0.928153068,1718.0406216 +482,0.948309381,0.417393755,370,-0.142334657,0.928153068,3782.9087525 +483,-0.050600732,0.945269213,370,-0.142334657,0.928153068,225.62870777 +484,-0.977651478,-0.572363064,370,-0.142334657,0.928153068,6600.9986545 +485,1.102014914,0.728861163,370,-0.142334657,0.928153068,3278.8050533 +486,2.927300795,-0.282939414,370,-0.142334657,0.928153068,9878.3642126 +487,-1.154565557,0.124434095,370,-0.142334657,0.928153068,4528.9457067 +488,1.855331234,0.291044755,370,-0.142334657,0.928153068,6253.5507482 +489,0.830290659,0.276904518,370,-0.142334657,0.928153068,3946.0216903 +490,0.485104466,-0.234867441,370,-0.142334657,0.928153068,5074.8829536 +491,0.521367572,-0.33161327,370,-0.142334657,0.928153068,5481.884023 +1,-1.539031704,0.7349710123,371,0.610266567,0.547265983,6211.819342 +2,-1.536990553,0.7349663874,371,0.610266567,0.547265983,6207.5407989 +3,-1.534951779,0.7349571355,371,0.610266567,0.547265983,6203.2742906 +4,-1.532906461,0.7349480293,371,0.610266567,0.547265983,6198.9878163 +5,-1.531320211,0.7346937278,371,0.610266567,0.547265983,6196.3404959 +6,-1.539451648,0.7335131775,371,0.610266567,0.547265983,6216.7397706 +7,-1.537429487,0.7335445708,371,0.610266567,0.547265983,6212.3971306 +8,-1.535484998,0.7335658704,371,0.610266567,0.547265983,6208.2407781 +9,-1.533488396,0.7336036027,371,0.610266567,0.547265983,6203.9240454 +10,-1.531497785,0.7335842962,371,0.610266567,0.547265983,6199.7719543 +11,-1.530259379,0.7334777758,371,0.610266567,0.547265983,6197.4461852 +12,-1.5335454,0.7322346912,371,0.610266567,0.547265983,6207.8210063 +13,-1.531489083,0.7322238773,371,0.610266567,0.547265983,6203.5014404 +14,-1.530011122,0.7321679851,371,0.610266567,0.547265983,6200.5256038 +15,-1.53348106,0.7306614094,371,0.610266567,0.547265983,6212.0252731 +16,-1.531441779,0.7306962275,371,0.610266567,0.547265983,6207.6097945 +17,-1.529755654,0.7306933243,371,0.610266567,0.547265983,6204.0420938 +18,-1.533415048,0.7291384674,371,0.610266567,0.547265983,6216.0867513 +19,-1.531392093,0.7291705353,371,0.610266567,0.547265983,6211.7074423 +20,-1.529296523,0.7291214933,371,0.610266567,0.547265983,6207.3915848 +21,-1.535280942,0.727267644,371,0.610266567,0.547265983,6225.207098 +22,-1.533378158,0.7276139666,371,0.610266567,0.547265983,6220.2139662 +23,-1.531340368,0.7276446587,371,0.610266567,0.547265983,6215.8009861 +24,-1.528960113,0.7276398177,371,0.610266567,0.547265983,6210.7513953 +25,-1.533313146,0.7260818349,371,0.610266567,0.547265983,6224.3022435 +26,-1.531259555,0.7260958115,371,0.610266567,0.547265983,6219.8955959 +27,-1.528926415,0.7260865555,371,0.610266567,0.547265983,6214.9513496 +28,-1.531226779,0.7245511789,371,0.610266567,0.547265983,6224.0805089 +29,-1.528904772,0.7245519194,371,0.610266567,0.547265983,6219.1256227 +30,-1.547195875,0.7409785979,371,0.610266567,0.547265983,6212.1970795 +31,-1.5451475,0.740980426,371,0.610266567,0.547265983,6207.9318573 +32,-1.543097679,0.7409798872,371,0.610266567,0.547265983,6203.6644135 +33,-1.540720364,0.7409892687,371,0.610266567,0.547265983,6198.6801734 +34,-1.547188511,0.7395198392,371,0.610266567,0.547265983,6216.2439426 +35,-1.545148587,0.7395226109,371,0.610266567,0.547265983,6211.9880163 +36,-1.543104538,0.7395314908,371,0.610266567,0.547265983,6207.7007934 +37,-1.540727751,0.7395306258,371,0.610266567,0.547265983,6202.7395463 +38,-1.547187029,0.7380014886,371,0.610266567,0.547265983,6220.4689738 +39,-1.545147315,0.7380012252,371,0.610266567,0.547265983,6216.2160498 +40,-1.54310719,0.7380060743,371,0.610266567,0.547265983,6211.9423156 +41,-1.540719671,0.7380068206,371,0.610266567,0.547265983,6206.9472666 +42,-1.547187189,0.7364799098,371,0.610266567,0.547265983,6224.7064124 +43,-1.545149996,0.7364853874,371,0.610266567,0.547265983,6220.436913 +44,-1.543106091,0.7364823484,371,0.610266567,0.547265983,6216.17132 +45,-1.540717158,0.7364893901,371,0.610266567,0.547265983,6211.1489514 +46,-1.538663972,0.7410138672,371,0.610266567,0.547265983,6194.3169451 +47,-1.53695285,0.7409699132,371,0.610266567,0.547265983,6190.8601728 +48,-1.534910498,0.7409641297,371,0.610266567,0.547265983,6186.5997408 +49,-1.533145034,0.7409536636,371,0.610266567,0.547265983,6182.9273563 +50,-1.538681336,0.7395405883,371,0.610266567,0.547265983,6198.4320346 +51,-1.536999189,0.7395183096,371,0.610266567,0.547265983,6194.9712821 +52,-1.534923633,0.7395144222,371,0.610266567,0.547265983,6190.6304413 +53,-1.533267822,0.7395654306,371,0.610266567,0.547265983,6187.0139683 +54,-1.53867273,0.7380151077,371,0.610266567,0.547265983,6202.6373457 +55,-1.536980576,0.7379994392,371,0.610266567,0.547265983,6199.1324228 +56,-1.534931522,0.7379944961,371,0.610266567,0.547265983,6194.8441299 +57,-1.533387952,0.7379480264,371,0.610266567,0.547265983,6191.7278194 +58,-1.538682279,0.7364914363,371,0.610266567,0.547265983,6206.8757216 +59,-1.536980704,0.7364810563,371,0.610266567,0.547265983,6203.3315084 +60,-1.534935567,0.7364752065,371,0.610266567,0.547265983,6199.0480527 +61,-1.533042592,0.7363876366,371,0.610266567,0.547265983,6195.3047253 +62,-1.545143426,0.7349628011,371,0.610266567,0.547265983,6224.6572021 +63,-1.543105297,0.7349691947,371,0.610266567,0.547265983,6220.3716072 +64,-1.541064533,0.7349647152,371,0.610266567,0.547265983,6216.104946 +65,-1.545411803,0.7334624714,371,0.610266567,0.547265983,6229.3916408 +66,-1.543446606,0.7334780896,371,0.610266567,0.547265983,6225.2283874 +67,-1.541475327,0.7334957295,371,0.610266567,0.547265983,6221.0415314 +68,-1.545401939,0.731963266,371,0.610266567,0.547265983,6233.5406979 +69,-1.54342253,0.7319915583,371,0.610266567,0.547265983,6229.3067924 +70,-1.541455867,0.7320216438,371,0.610266567,0.547265983,6225.0895132 +71,-1.545410146,0.7304422281,371,0.610266567,0.547265983,6237.788371 +72,-1.543435491,0.7304713664,371,0.610266567,0.547265983,6233.5564505 +73,-1.541463105,0.7304997613,371,0.610266567,0.547265983,6229.3261936 +74,-1.545414768,0.7289194936,371,0.610266567,0.547265983,6242.0332475 +75,-1.543435774,0.7289538557,371,0.610266567,0.547265983,6237.7720173 +76,-1.541457714,0.7289765881,371,0.610266567,0.547265983,6233.5398502 +77,-1.539449415,0.7320555866,371,0.610266567,0.547265983,6220.7726452 +78,-1.537429183,0.7321097681,371,0.610266567,0.547265983,6216.3654494 +79,-1.535472649,0.7321497267,371,0.610266567,0.547265983,6212.1268347 +80,-1.539457899,0.7305333307,371,0.610266567,0.547265983,6225.0072319 +81,-1.537453161,0.7305750503,371,0.610266567,0.547265983,6220.6614288 +82,-1.535479385,0.7306124949,371,0.610266567,0.547265983,6216.3876861 +83,-1.53946905,0.7290102593,371,0.610266567,0.547265983,6229.2497537 +84,-1.537459922,0.7290417293,371,0.610266567,0.547265983,6224.9172806 +85,-1.535451349,0.7290890157,371,0.610266567,0.547265983,6220.5369798 +86,-1.535522937,0.7279887191,371,0.610266567,0.547265983,6223.7282174 +87,-1.539442524,0.7274735939,371,0.610266567,0.547265983,6233.4503162 +88,-1.537424111,0.727521351,371,0.610266567,0.547265983,6229.0472295 +89,-1.539384641,0.7259505092,371,0.610266567,0.547265983,6237.546693 +90,-1.537372391,0.7259947145,371,0.610266567,0.547265983,6233.160541 +91,-1.535340789,0.7260435356,371,0.610266567,0.547265983,6228.7153186 +92,-1.539325716,0.7244369706,371,0.610266567,0.547265983,6241.6140624 +93,-1.537308932,0.7244801057,371,0.610266567,0.547265983,6237.2153464 +94,-1.535289068,0.7245247645,371,0.610266567,0.547265983,6232.8006008 +95,-1.533261366,0.7245550236,371,0.610266567,0.547265983,6228.4036234 +96,-1.539267302,0.722921924,371,0.610266567,0.547265983,6245.6863312 +97,-1.537248972,0.7229660258,371,0.610266567,0.547265983,6241.2757424 +98,-1.535219431,0.7229916471,371,0.610266567,0.547265983,6236.8870515 +99,-1.53318962,0.7230212049,371,0.610266567,0.547265983,6232.4814648 +100,-1.531154816,0.7230299897,371,0.610266567,0.547265983,6228.1170136 +101,-1.528878341,0.7230370244,371,0.610266567,0.547265983,6223.2352488 +102,-1.539218189,0.7214009878,371,0.610266567,0.547265983,6249.7943237 +103,-1.537198791,0.7214422745,371,0.610266567,0.547265983,6245.3833353 +104,-1.535179266,0.7214634354,371,0.610266567,0.547265983,6241.0223571 +105,-1.533156501,0.7214944644,371,0.610266567,0.547265983,6236.6218011 +106,-1.53113574,0.7215166021,371,0.610266567,0.547265983,6232.2446393 +107,-1.528874248,0.7215345535,371,0.610266567,0.547265983,6227.358368 +108,-1.539217656,0.7198512397,371,0.610266567,0.547265983,6254.0852308 +109,-1.537199919,0.7199428763,371,0.610266567,0.547265983,6249.5326462 +110,-1.545425832,0.727397149,371,0.610266567,0.547265983,6246.2906157 +111,-1.543371177,0.7273916949,371,0.610266567,0.547265983,6241.974733 +112,-1.541368852,0.7274523163,371,0.610266567,0.547265983,6237.5802244 +113,-1.545349067,0.7258710923,371,0.610266567,0.547265983,6250.3730728 +114,-1.54332671,0.7258603556,371,0.610266567,0.547265983,6246.1339592 +115,-1.541346831,0.7259242142,371,0.610266567,0.547265983,6241.7720467 +116,-1.545324355,0.7243383958,371,0.610266567,0.547265983,6254.5834718 +117,-1.543292796,0.7243617413,371,0.610266567,0.547265983,6250.2243345 +118,-1.541295822,0.7244024384,371,0.610266567,0.547265983,6245.8847793 +119,-1.543193859,0.7205570215,371,0.610266567,0.547265983,6260.5808176 +120,-1.550257047,0.7386738187,371,0.610266567,0.547265983,6224.9842399 +121,-1.549335448,0.7311736483,371,0.610266567,0.547265983,6243.9840972 +122,-1.533478843,0.7179891343,371,0.610266567,0.547265983,6246.9799504 +123,-1.556150555,0.738907041,371,0.610266567,0.547265983,6236.5561305 +124,-1.554324226,0.733414257,371,0.610266567,0.547265983,6248.1433911 +125,-1.554290846,0.7288285332,371,0.610266567,0.547265983,6260.904927 +126,-1.55122487,0.7219795312,371,0.610266567,0.547265983,6273.6096269 +127,-1.525104458,0.7229399862,371,0.610266567,0.547265983,6215.4251041 +128,-1.519607711,0.7236181429,371,0.610266567,0.547265983,6201.7730608 +129,-1.513899999,0.7251107854,371,0.610266567,0.547265983,6185.422834 +130,-1.536620762,0.7431061895,371,0.610266567,0.547265983,6184.2593305 +131,-1.5369566,0.7460845958,371,0.610266567,0.547265983,6176.7250012 +132,-1.545345528,0.7447040685,371,0.610266567,0.547265983,6197.9879281 +133,-1.532813921,0.7432306626,371,0.610266567,0.547265983,6175.9543009 +134,-1.554788248,0.7382381001,371,0.610266567,0.547265983,6235.607526 +135,-1.540348126,0.7301594274,371,0.610266567,0.547265983,6227.9203714 +136,-1.538016084,0.7239051786,371,0.610266567,0.547265983,6240.3074221 +137,-1.525288962,0.7258085137,371,0.610266567,0.547265983,6207.9512763 +138,-1.534326986,0.731241342,371,0.610266567,0.547265983,6212.2146142 +139,-1.530733872,0.7303625216,371,0.610266567,0.547265983,6207.0279125 +141,-1.534354939,0.7328219978,371,0.610266567,0.547265983,6207.910501 +142,-1.53157084,0.7292888153,371,0.610266567,0.547265983,6211.760926 +143,-1.525691035,0.7263799874,371,0.610266567,0.547265983,6207.2423108 +144,-1.534031287,0.7495967835,371,0.610266567,0.547265983,6160.9347156 +145,-1.527714986,0.7283095957,371,0.610266567,0.547265983,6206.2594237 +146,-1.526189586,0.7271468292,371,0.610266567,0.547265983,6206.2018501 +147,-1.555177336,0.7375563366,371,0.610266567,0.547265983,6238.3227934 +148,-1.555080283,0.7312707794,371,0.610266567,0.547265983,6255.7184412 +149,-1.53856994,0.7224180299,371,0.610266567,0.547265983,6245.6001282 +150,-1.530837883,0.729933372,371,0.610266567,0.547265983,6208.4302894 +151,-1.515066984,0.5854133365,371,0.610266567,0.547265983,6567.9821514 +152,-1.534731633,0.5368370046,371,0.610266567,0.547265983,6748.1782889 +153,-1.515231902,0.5607085576,371,0.610266567,0.547265983,6635.3344813 +154,-2.616253799,1.0684566605,371,0.610266567,0.547265983,6038.0952109 +155,-1.956071439,0.5792177723,371,0.610266567,0.547265983,7490.48068 +156,-1.951208514,0.5602434208,371,0.610266567,0.547265983,7547.9017784 +157,-1.944675062,0.6062144545,371,0.610266567,0.547265983,7378.9537576 +158,-1.613778386,0.6077989518,371,0.610266567,0.547265983,6733.9219632 +159,-2.035029014,0.6021432345,371,0.610266567,0.547265983,7529.3730799 +160,-2.114989471,0.6801825058,371,0.610266567,0.547265983,7345.7352758 +161,-2.037382079,0.5765830025,371,0.610266567,0.547265983,7624.0822209 +162,-2.129855121,0.6585019963,371,0.610266567,0.547265983,7442.4095352 +163,-2.075141798,0.6493615843,371,0.610266567,0.547265983,7411.9946709 +164,-1.828626729,0.6948433129,371,0.610266567,0.547265983,6888.1430573 +165,-1.863329418,0.6735427691,371,0.610266567,0.547265983,7017.1770863 +166,-1.266037071,0.727988852,371,0.610266567,0.547265983,5607.5409999 +167,-1.277579582,0.7249010648,371,0.610266567,0.547265983,5642.6037817 +168,-1.258418684,0.7241194816,371,0.610266567,0.547265983,5597.565447 +169,-1.317813974,0.6804850104,371,0.610266567,0.547265983,5844.0341533 +170,-1.344165204,0.6790988904,371,0.610266567,0.547265983,5912.1950518 +171,-1.427582102,0.5277120351,371,0.610266567,0.547265983,6500.0626562 +172,-1.402238616,0.457167829,371,0.610266567,0.547265983,6610.2230211 +173,-1.422454264,0.4996161999,371,0.610266567,0.547265983,6558.084962 +174,-1.439089277,0.4894859811,371,0.610266567,0.547265983,6628.289918 +175,-1.448126995,0.5182330266,371,0.610266567,0.547265983,6578.0699584 +176,-1.474626146,0.5881926574,371,0.610266567,0.547265983,6462.2446336 +177,-1.421139645,0.5584869783,371,0.610266567,0.547265983,6404.8483368 +178,-1.457037165,0.565943032,371,0.610266567,0.547265983,6476.9539825 +179,-2.757159358,0.3745319,371,0.610266567,0.547265983,8693.2088629 +180,-2.714309238,0.342054471,371,0.610266567,0.547265983,8853.2226765 +181,-2.000525337,0.774119946,371,0.610266567,0.547265983,6869.7163247 +183,-1.571413436,0.6777838382,371,0.610266567,0.547265983,6440.8949986 +184,-1.552860289,0.6987663893,371,0.610266567,0.547265983,6341.9301324 +185,-1.521852374,0.7165827476,371,0.610266567,0.547265983,6225.8478594 +186,-1.503656267,0.6928968252,371,0.610266567,0.547265983,6250.3489779 +187,-1.502753178,0.7136205882,371,0.610266567,0.547265983,6192.3633674 +188,-1.631894563,0.7343596465,371,0.610266567,0.547265983,6402.5922807 +189,-1.653765416,0.6770714026,371,0.610266567,0.547265983,6615.9608864 +190,-1.719812114,0.6715965947,371,0.610266567,0.547265983,6763.9367375 +191,-1.493406659,0.6646955447,371,0.610266567,0.547265983,6303.112919 +192,-1.469120564,0.6613469966,371,0.610266567,0.547265983,6255.8547304 +193,-1.590551461,0.5326612937,371,0.610266567,0.547265983,6895.2150753 +194,-1.625979264,0.5247742243,371,0.610266567,0.547265983,7001.6674946 +195,-1.572293943,0.5238808754,371,0.610266567,0.547265983,6875.902099 +196,-1.610848725,0.5477107964,371,0.610266567,0.547265983,6900.2682951 +197,-1.208485554,0.7918526018,371,0.610266567,0.547265983,5330.8131972 +198,-1.335601374,0.6869083083,371,0.610266567,0.547265983,5872.5269703 +199,-1.346156996,0.6825213377,371,0.610266567,0.547265983,5908.8219 +200,-1.324381037,0.6741422347,371,0.610266567,0.547265983,5875.2924786 +201,-1.242424992,0.7378949807,371,0.610266567,0.547265983,5527.978225 +202,-1.270370057,0.7392461008,371,0.610266567,0.547265983,5592.7794145 +203,-1.448950472,0.7441675014,371,0.610266567,0.547265983,5993.2840489 +204,-1.492662363,0.7523026852,371,0.610266567,0.547265983,6066.4899457 +205,-1.479098966,0.7763855017,371,0.610266567,0.547265983,5973.6174793 +206,-1.633760714,0.7869022408,371,0.610266567,0.547265983,6251.3701032 +207,-1.647406434,0.8101289331,371,0.610266567,0.547265983,6207.6187583 +208,-1.564245052,0.5701509278,371,0.610266567,0.547265983,6727.296527 +209,-1.646289963,0.6833746083,371,0.610266567,0.547265983,6582.0090069 +210,-1.5820631,0.6751952144,371,0.610266567,0.547265983,6471.1995554 +211,-1.613236298,0.6681681791,371,0.610266567,0.547265983,6557.9156827 +212,-1.914661867,0.8212566515,371,0.610266567,0.547265983,6593.7626166 +213,-1.742133237,0.7250275956,371,0.610266567,0.547265983,6639.2501073 +214,-2.033144872,0.6557314699,371,0.610266567,0.547265983,7334.8731298 +215,-2.039551981,0.6964723658,371,0.610266567,0.547265983,7196.7528916 +216,-1.247341019,0.7622473908,371,0.610266567,0.547265983,5486.506548 +217,-1.298239787,0.7084123392,371,0.610266567,0.547265983,5730.7045967 +218,-1.308539688,0.6926545592,371,0.610266567,0.547265983,5792.5863809 +219,-1.303263185,0.6888938396,371,0.610266567,0.547265983,5788.3354825 +220,-1.852400229,0.6004246149,371,0.610266567,0.547265983,7240.5950696 +221,-1.288947707,0.7473773692,371,0.610266567,0.547265983,5618.8429777 +222,-1.372031502,0.7472790993,371,0.610266567,0.547265983,5812.809439 +223,-1.289805721,0.7242157877,371,0.610266567,0.547265983,5673.828122 +224,-1.350807603,0.7533498126,371,0.610266567,0.547265983,5749.4528989 +225,-1.329290365,0.7560442322,371,0.610266567,0.547265983,5693.4005605 +226,-1.410153004,0.616936428,371,0.610266567,0.547265983,6228.5955277 +227,-1.393445434,0.6308995063,371,0.610266567,0.547265983,6151.9796622 +228,-1.37595573,0.6241540638,371,0.610266567,0.547265983,6125.0979268 +229,-1.358388707,0.6172645205,371,0.610266567,0.547265983,6097.6052063 +230,-1.753741133,0.8281661666,371,0.610266567,0.547265983,6333.5048165 +231,-1.47430987,0.6834615681,371,0.610266567,0.547265983,6209.3788908 +232,-1.421012508,0.7222725206,371,0.610266567,0.547265983,5986.9912071 +233,-1.4476833,0.6978557868,371,0.610266567,0.547265983,6110.7076103 +234,-1.470370723,0.6966193374,371,0.610266567,0.547265983,6165.6276707 +235,-1.429211703,0.7037216883,371,0.610266567,0.547265983,6053.1418485 +236,-1.700578405,0.6178673663,371,0.610266567,0.547265983,6890.2823193 +237,-1.678117619,0.6331716163,371,0.610266567,0.547265983,6797.4416698 +238,-1.725644578,0.6316331145,371,0.610266567,0.547265983,6898.9755842 +239,-2.14012759,0.7930497945,371,0.610266567,0.547265983,6951.6115224 +240,-2.103289431,0.7653606263,371,0.610266567,0.547265983,7018.5099696 +241,-1.318739838,0.7017808746,371,0.610266567,0.547265983,5796.1501182 +242,-1.396417427,0.7077900843,371,0.610266567,0.547265983,5966.7981763 +243,-1.35650337,0.7185539404,371,0.610266567,0.547265983,5846.6191591 +244,-1.248884539,0.7274156818,371,0.610266567,0.547265983,5566.8527171 +245,-1.395014798,0.5761185243,371,0.610266567,0.547265983,6293.0916543 +246,-1.433377362,0.6064716109,371,0.610266567,0.547265983,6312.8970219 +247,-1.408172432,0.5903155476,371,0.610266567,0.547265983,6290.9697101 +248,-1.749645898,0.7757118084,371,0.610266567,0.547265983,6492.7738393 +249,-1.571626686,0.615046989,371,0.610266567,0.547265983,6618.4348029 +250,-1.514070049,0.6303003037,371,0.610266567,0.547265983,6443.7482991 +251,-1.480890369,0.6237966528,371,0.610266567,0.547265983,6383.0466244 +252,-1.704390658,0.5281680612,371,0.610266567,0.547265983,7170.5540151 +253,-1.64434733,0.5254277498,371,0.610266567,0.547265983,7042.6250405 +254,-1.703855997,0.4792484842,371,0.610266567,0.547265983,7316.5851776 +255,-1.692002383,0.5748825051,371,0.610266567,0.547265983,7002.468946 +256,-1.854136457,0.5544643913,371,0.610266567,0.547265983,7395.0109409 +257,-1.665021206,0.520317736,371,0.610266567,0.547265983,7105.2813674 +258,-1.733654349,0.4845187345,371,0.610266567,0.547265983,7368.1749138 +259,-1.720938188,0.5135933906,371,0.610266567,0.547265983,7251.3273824 +260,-1.742668307,0.553296122,371,0.610266567,0.547265983,7176.3039415 +261,-1.965659039,0.7142126903,371,0.610266567,0.547265983,7035.2699698 +262,-1.944438071,0.6772834804,371,0.610266567,0.547265983,7133.1119626 +263,-1.270340967,0.7681487096,371,0.610266567,0.547265983,5527.9749807 +264,-1.353091884,0.6549276821,371,0.610266567,0.547265983,5992.6208637 +265,-1.333236659,0.6413584414,371,0.610266567,0.547265983,5975.5643041 +266,-1.352015998,0.6753788907,371,0.610266567,0.547265983,5940.388553 +267,-1.377988483,0.6577816235,371,0.610266567,0.547265983,6047.0271291 +268,-2.13075611,0.8318642051,371,0.610266567,0.547265983,6798.1669692 +269,-2.097910953,0.8259670014,371,0.610266567,0.547265983,6789.3295533 +270,-1.416382069,0.6694271549,371,0.610266567,0.547265983,6110.6003662 +271,-1.538905672,0.7535625993,371,0.610266567,0.547265983,6160.0770067 +272,-1.572309477,0.7803125099,371,0.610266567,0.547265983,6152.5486281 +273,-1.87759879,0.7503853417,371,0.610266567,0.547265983,6782.2222275 +274,1.152365588,0.590457682,371,0.610266567,0.547265983,1810.3225846 +275,0.350198001,0.718001859,371,0.610266567,0.547265983,1068.5459051 +276,0.046513677,0.491503852,371,0.610266567,0.547265983,1944.1571251 +277,0.027510309,0.742571376,371,0.610266567,0.547265983,1984.0754979 +278,0.306285725,-0.214631579,371,0.610266567,0.547265983,3231.4474958 +279,-1.100564889,0.318051531,371,0.610266567,0.547265983,6025.7400866 +280,-1.078582306,0.301437596,371,0.610266567,0.547265983,5990.2809858 +281,-1.137371989,-0.617634065,371,0.610266567,0.547265983,7955.4702403 +282,0.784356344,0.703272339,371,0.610266567,0.547265983,832.1976806 +283,-1.221209947,0.218327455,371,0.610266567,0.547265983,6627.3000385 +284,2.347301921,-0.449114658,371,0.610266567,0.547265983,7651.8671231 +285,0.246820618,0.830553713,371,0.610266567,0.547265983,1569.5102706 +286,0.829414965,0.703288228,371,0.610266567,0.547265983,934.89062171 +287,-1.337537566,0.42332223,371,0.610266567,0.547265983,6510.8028189 +288,0.882453706,0.454478077,371,0.610266567,0.547265983,1013.3746691 +289,1.575629659,0.416419109,371,0.610266567,0.547265983,3393.3395506 +290,-1.039455679,0.229888244,371,0.610266567,0.547265983,6011.833617 +291,0.489558039,0.934482747,371,0.610266567,0.547265983,1572.0444115 +292,0.081344504,0.88384514,371,0.610266567,0.547265983,2043.1794776 +293,-1.547979814,0.300350308,371,0.610266567,0.547265983,7421.1590133 +294,0.040776181,0.168560074,371,0.610266567,0.547265983,2573.3656217 +295,-1.130374745,0.563894876,371,0.610266567,0.547265983,5600.9749327 +296,1.578326642,0.478507176,371,0.610266567,0.547265983,3317.2966061 +297,-1.12861823,-0.291640865,371,0.610266567,0.547265983,7372.6557469 +298,0.310524208,0.770885792,371,0.610266567,0.547265983,1285.5981987 +299,0.415649091,-0.387246002,371,0.610266567,0.547265983,3774.6221359 +300,-0.926533878,-0.188022748,371,0.610266567,0.547265983,6494.4554557 +301,1.258856172,-0.11716081,371,0.610266567,0.547265983,3597.9469974 +302,-1.126050026,0.322941926,371,0.610266567,0.547265983,6096.2982525 +303,2.002785835,0.07893892,371,0.610266567,0.547265983,5456.67411 +304,0.440437607,0.746258085,371,0.610266567,0.547265983,952.16966948 +305,-0.030391866,0.214441206,371,0.610266567,0.547265983,2680.2697937 +306,0.521557815,-0.058929362,371,0.610266567,0.547265983,2424.3453194 +307,-0.097005111,0.13317729,371,0.610266567,0.547265983,3080.8239575 +308,1.83113859,0.221857587,371,0.610266567,0.547265983,4591.553817 +309,0.222428864,0.099404236,371,0.610266567,0.547265983,2284.3242117 +310,-1.702731345,0.8728568183,371,0.610266567,0.547265983,6111.9928818 +311,-0.418507569,0.278324921,371,0.610266567,0.547265983,3836.2148237 +312,-1.41153306,0.339029988,371,0.610266567,0.547265983,6930.6292999 +313,0.357560442,0.114788776,371,0.610266567,0.547265983,1952.1890605 +314,0.325818979,0.268352149,371,0.610266567,0.547265983,1509.4020419 +315,-1.246004659,-0.663679965,371,0.610266567,0.547265983,8341.7222303 +316,1.814603087,0.637404484,371,0.610266567,0.547265983,3888.7104774 +317,1.843704281,-0.18300445,371,0.610266567,0.547265983,5491.9963952 +318,1.690644492,-0.211480909,371,0.610266567,0.547265983,5081.2227149 +319,-1.275451936,0.068109467,371,0.610266567,0.547265983,7134.9894126 +320,0.762430171,-0.207594741,371,0.610266567,0.547265983,3045.4088201 +321,0.265668905,-0.014647884,371,0.610266567,0.547265983,2574.9378413 +322,-2.773032013,-0.335515811,371,0.610266567,0.547265983,11240.743869 +323,-1.469512853,0.174058777,371,0.610266567,0.547265983,7510.9590966 +324,0.286276986,0.785925691,371,0.610266567,0.547265983,1376.1043458 +325,-1.379324697,0.377432233,371,0.610266567,0.547265983,6742.5343101 +326,-1.203778265,0.212813032,371,0.610266567,0.547265983,6583.4135329 +327,0.579916301,0.611743168,371,0.610266567,0.547265983,274.4745236 +328,0.267582642,0.868113908,371,0.610266567,0.547265983,1626.4017993 +329,0.412869244,-0.050245578,371,0.610266567,0.547265983,2480.9511894 +330,0.17524381,0.976660285,371,0.610266567,0.547265983,2084.4973701 +331,0.743157214,0.204812899,371,0.610266567,0.547265983,1440.8955811 +332,-1.070758176,0.269382282,371,0.610266567,0.547265983,6031.9854761 +333,-1.230364251,0.329790229,371,0.610266567,0.547265983,6407.5960449 +334,-1.374813124,-0.024926835,371,0.610266567,0.547265983,7666.2367917 +335,0.519780566,0.463669906,371,0.610266567,0.547265983,455.91554458 +336,-1.55108034,0.239698561,371,0.610266567,0.547265983,7589.1712 +337,0.180294813,0.029739425,371,0.610266567,0.547265983,2605.4677561 +338,0.67820924,0.268170153,371,0.610266567,0.547265983,1132.4938631 +339,0.445798684,1.024001867,371,0.610266567,0.547265983,1939.4338237 +340,0.691751283,0.150521402,371,0.610266567,0.547265983,1599.9772745 +341,-1.036643551,-0.903056181,371,0.610266567,0.547265983,8065.4728873 +342,-0.120287036,1.083325163,371,0.610266567,0.547265983,2816.6079924 +343,2.823513113,-0.304487164,371,0.610266567,0.547265983,8994.1223941 +344,0.457583172,1.12513373,371,0.610266567,0.547265983,2319.8026148 +345,0.042918831,0.813795399,371,0.610266567,0.547265983,2019.5629856 +346,1.196146777,-0.853142756,371,0.610266567,0.547265983,5920.9621193 +347,0.206001358,-0.010430701,371,0.610266567,0.547265983,2680.4018318 +348,-0.268308653,0.234799412,371,0.610266567,0.547265983,3413.2526738 +349,0.759363263,0.736189579,371,0.610266567,0.547265983,884.23327404 +350,0.181363926,0.891988372,371,0.610266567,0.547265983,1852.5840015 +351,-0.021111158,0.139103292,371,0.610266567,0.547265983,2833.8072863 +352,-0.093355215,0.630686981,371,0.610266567,0.547265983,2324.2296079 +353,0.40118964,0.681375926,371,0.610266567,0.547265983,859.0047148 +354,-0.721197315,1.304706234,371,0.610266567,0.547265983,3890.1174861 +355,-1.076150317,0.212107639,371,0.610266567,0.547265983,6169.4838009 +356,-1.577164531,0.273993443,371,0.610266567,0.547265983,7573.4085904 +357,-0.190788414,0.182208586,371,0.610266567,0.547265983,3266.7438661 +358,-0.261349752,0.209710184,371,0.610266567,0.547265983,3440.6136089 +359,-1.029303852,0.083549259,371,0.610266567,0.547265983,6281.5554265 +360,-1.268609162,0.330525297,371,0.610266567,0.547265983,6523.4521726 +361,1.282982244,-0.926641967,371,0.610266567,0.547265983,6281.2987959 +362,0.217352334,0.731352408,371,0.610266567,0.547265983,1439.6738284 +363,-1.511833084,0.258629297,371,0.610266567,0.547265983,7426.0606207 +364,0.338812194,0.823184618,371,0.610266567,0.547265983,1368.4206435 +365,-0.324406489,1.134201999,371,0.610266567,0.547265983,3227.1438328 +366,1.389579348,0.399185724,371,0.610266567,0.547265983,2790.2527884 +367,2.047152199,-0.039082036,371,0.610266567,0.547265983,5850.6580701 +368,0.947780369,0.568250077,371,0.610266567,0.547265983,1135.7581439 +369,0.763824846,0.576754987,371,0.610266567,0.547265983,527.59528359 +370,-0.142334657,0.928153068,371,0.610266567,0.547265983,2613.5043372 +371,0.610266567,0.547265983,371,0.610266567,0.547265983,0 +372,0.210731629,0.746815056,371,0.610266567,0.547265983,1482.2071185 +373,-1.34931644,0.316895224,371,0.610266567,0.547265983,6800.0375204 +374,2.407696481,0.655030745,371,0.610266567,0.547265983,5566.0639525 +375,0.64207831,0.545359131,371,0.610266567,0.547265983,107.92895514 +376,1.174597538,0.840588356,371,0.610266567,0.547265983,2050.5334925 +377,0.660059424,0.010604079,371,0.610266567,0.547265983,2133.9028979 +378,-0.730263819,0.010486456,371,0.610266567,0.547265983,5422.9367573 +379,0.831068936,0.512339172,371,0.610266567,0.547265983,766.80904422 +380,1.301180979,0.72367476,371,0.610266567,0.547265983,2288.270555 +381,1.811128231,0.322854402,371,0.610266567,0.547265983,4337.9788536 +382,0.435105812,0.992284428,371,0.610266567,0.547265983,1827.355847 +383,0.62643634,0.592027932,371,0.610266567,0.547265983,185.32100283 +384,0.492988703,-0.516339467,371,0.610266567,0.547265983,4236.0198187 +385,-0.162469483,0.112549365,371,0.610266567,0.547265983,3334.9890494 +386,0.314630866,0.472006421,371,0.610266567,0.547265983,1063.4779546 +387,0.166744804,0.822815954,371,0.610266567,0.547265983,1730.4572241 +388,0.417159608,0.965805736,371,0.610266567,0.547265983,1743.7314576 +389,0.106334961,0.868774244,371,0.610266567,0.547265983,1958.6847265 +390,0.815086969,-0.338144359,371,0.610266567,0.547265983,3592.5188604 +391,0.59867455,-0.230624824,371,0.610266567,0.547265983,3081.5407326 +392,1.915104874,0.066220985,371,0.610266567,0.547265983,5186.7034736 +393,1.278093622,0.064463721,371,0.610266567,0.547265983,3135.9965733 +394,-0.061477853,0.302997961,371,0.610266567,0.547265983,2593.2406953 +395,0.251311504,0.626976942,371,0.610266567,0.547265983,1222.4979128 +396,2.950242872,0.149095644,371,0.610266567,0.547265983,8342.1459465 +397,-0.180294708,0.35375117,371,0.610266567,0.547265983,2899.8430829 +398,1.010448592,-0.351180233,371,0.610266567,0.547265983,3870.0777556 +399,-1.748740498,0.3686318073,371,0.610266567,0.547265983,7754.5533605 +400,2.699635665,0.123533791,371,0.610266567,0.547265983,7663.2808244 +401,0.496808033,0.823843254,371,0.610266567,0.547265983,1148.3914568 +402,0.129574704,0.763364087,371,0.610266567,0.547265983,1723.4948047 +403,1.798920311,0.817447563,371,0.610266567,0.547265983,3685.9139983 +404,0.335987953,0.746786541,371,0.610266567,0.547265983,1169.3897005 +405,-1.085413643,0.292154671,371,0.610266567,0.547265983,6031.6828344 +406,-0.155321003,0.508207011,371,0.610266567,0.547265983,2607.2412124 +407,0.620529244,-0.301175104,371,0.610266567,0.547265983,3360.901874 +408,1.684402744,0.368716966,371,0.610266567,0.547265983,3833.5253192 +409,0.300582244,-0.386397212,371,0.610266567,0.547265983,3880.6192032 +410,2.913555946,-0.009225192,371,0.610266567,0.547265983,8652.4895916 +411,1.465101417,0.493232532,371,0.610266567,0.547265983,2921.8161379 +412,0.090612882,0.907955955,371,0.610266567,0.547265983,2071.9185199 +413,2.987564726,-0.729568594,371,0.610266567,0.547265983,9937.3310395 +414,-1.484261606,0.224149272,371,0.610266567,0.547265983,7431.8305039 +415,0.164073421,0.303955133,371,0.610266567,0.547265983,1868.6112101 +416,0.141441293,0.167552546,371,0.610266567,0.547265983,2286.8269892 +417,2.931321023,-0.506718887,371,0.610266567,0.547265983,9651.3735826 +418,2.21951565,0.700596356,371,0.610266567,0.547265983,4971.933422 +419,0.268112576,1.199114336,371,0.610266567,0.547265983,2697.1719819 +420,0.978913739,0.359223811,371,0.610266567,0.547265983,1505.2070249 +421,1.210898818,0.522863584,371,0.610266567,0.547265983,2040.5684098 +422,2.347397336,0.129231362,371,0.610266567,0.547265983,6511.9272276 +423,0.614394501,0.556878345,371,0.610266567,0.547265983,40.539885082 +424,-1.398079356,0.148483366,371,0.610266567,0.547265983,7349.6436234 +425,2.535303836,-0.112984496,371,0.610266567,0.547265983,7650.9367565 +426,-1.019372593,-0.405322349,371,0.610266567,0.547265983,7228.2505932 +427,-1.297785627,-0.160104069,371,0.610266567,0.547265983,7688.7571107 +428,2.144554488,0.205051084,371,0.610266567,0.547265983,5679.6762038 +429,-2.242387083,-0.426171285,371,0.610266567,0.547265983,11326.041324 +430,0.338637212,0.909723676,371,0.610266567,0.547265983,1637.0365283 +431,-0.148798452,0.691042401,371,0.610266567,0.547265983,2488.6347246 +432,0.893524764,0.441829531,371,0.610266567,0.547265983,1070.7507306 +433,0.969229347,-0.368847936,371,0.610266567,0.547265983,3876.4539749 +434,0.436043248,0.800045688,371,0.610266567,0.547265983,1135.1650616 +435,1.687946607,1.081504775,371,0.610266567,0.547265983,3422.8764051 +436,0.522302046,-0.034889271,371,0.610266567,0.547265983,2329.5810347 +437,-0.178996113,-0.438090009,371,0.610266567,0.547265983,4915.1710767 +438,-1.094339566,0.301444068,371,0.610266567,0.547265983,6040.8284334 +439,-1.064070054,0.242569932,371,0.610266567,0.547265983,6066.170452 +440,-1.068153768,0.230387998,371,0.610266567,0.547265983,6104.9741564 +441,-3.00496892,-0.23989155,371,0.610266567,0.547265983,10336.751454 +442,0.21751974,0.766874888,371,0.610266567,0.547265983,1499.839623 +443,0.117229532,0.007619006,371,0.610266567,0.547265983,2825.4996245 +444,0.777758451,0.420554741,371,0.610266567,0.547265983,771.85679596 +445,-0.252356999,0.250747086,371,0.610266567,0.547265983,3328.6728019 +446,0.363148444,0.768483434,371,0.610266567,0.547265983,1166.0727259 +447,0.903191366,-0.118210676,371,0.610266567,0.547265983,2859.7484665 +448,-0.205755923,0.149406178,371,0.610266567,0.547265983,3387.8055413 +449,1.811996086,0.02364353,371,0.610266567,0.547265983,4930.5629111 +450,-1.100670221,0.314845373,371,0.610266567,0.547265983,6032.8351446 +451,0.340078597,0.850105132,371,0.610266567,0.547265983,1446.590718 +452,0.258757267,0.804969236,371,0.610266567,0.547265983,1482.3666991 +453,2.78505352,-0.155160804,371,0.610266567,0.547265983,8574.2507536 +454,0.800551619,0.105822106,371,0.610266567,0.547265983,1885.6650284 +455,0.437940882,-0.506194031,371,0.610266567,0.547265983,4222.9891324 +456,2.230431122,0.63458615,371,0.610266567,0.547265983,5120.2744185 +457,0.527965361,0.127667701,371,0.610266567,0.547265983,1689.6873361 +458,-0.063643205,0.702093448,371,0.610266567,0.547265983,2231.1656456 +459,1.408447268,0.133010502,371,0.610266567,0.547265983,3367.7618529 +460,0.523795955,0.280266966,371,0.610266567,0.547265983,1102.6768171 +461,-0.975769313,0.072177659,371,0.610266567,0.547265983,6124.6880595 +462,0.549774164,-0.463663986,371,0.610266567,0.547265983,4010.821057 +463,0.29245874,1.095549818,371,0.610266567,0.547265983,2316.1703348 +464,0.143625958,0.816809593,371,0.610266567,0.547265983,1773.8183815 +465,0.671902494,0.611159853,371,0.610266567,0.547265983,325.20953066 +466,1.239840988,0.6724199,371,0.610266567,0.547265983,2089.2020655 +467,0.607829703,-0.10932137,371,0.610266567,0.547265983,2600.7588599 +468,1.763020906,0.263996692,371,0.610266567,0.547265983,4281.8204931 +469,0.378714634,0.726066797,371,0.610266567,0.547265983,1020.1860558 +470,2.196736143,-0.153862366,371,0.610266567,0.547265983,6590.722795 +471,0.01702415,0.148991565,371,0.610266567,0.547265983,2694.3434208 +472,-2.998490902,-0.158002487,371,0.610266567,0.547265983,10134.671231 +473,-3.051262951,-0.346595608,371,0.610266567,0.547265983,10432.276183 +474,-1.069176439,0.182802941,371,0.610266567,0.547265983,6207.9030051 +475,0.167157509,0.595344954,371,0.610266567,0.547265983,1484.7937425 +476,0.613855648,0.681746124,371,0.610266567,0.547265983,532.80199243 +477,1.037012736,0.682555367,371,0.610266567,0.547265983,1475.3074692 +478,-1.253574971,0.379755746,371,0.610266567,0.547265983,6365.3953739 +479,3.108590453,-0.132620738,371,0.610266567,0.547265983,9557.7429266 +480,0.565301296,0.022333262,371,0.610266567,0.547265983,2086.0687814 +481,0.547898238,0.855555614,371,0.610266567,0.547265983,1235.2697972 +482,0.948309381,0.417393755,371,0.610266567,0.547265983,1290.44767 +483,-0.050600732,0.945269213,371,0.610266567,0.547265983,2437.4461643 +484,-0.977651478,-0.572363064,371,0.610266567,0.547265983,7404.4392124 +485,1.102014914,0.728861163,371,0.610266567,0.547265983,1711.6355675 +486,2.927300795,-0.282939414,371,0.610266567,0.547265983,9304.1175279 +487,-1.154565557,0.124434095,371,0.610266567,0.547265983,6613.9230748 +488,1.855331234,0.291044755,371,0.610266567,0.547265983,4543.84467 +489,0.830290659,0.276904518,371,0.610266567,0.547265983,1333.4080243 +490,0.485104466,-0.234867441,371,0.610266567,0.547265983,3134.3749857 +491,0.521367572,-0.33161327,371,0.610266567,0.547265983,3497.6141187 +1,-1.539031704,0.7349710123,372,0.210731629,0.746815056,4769.1311985 +2,-1.536990553,0.7349663874,372,0.210731629,0.746815056,4764.5010266 +3,-1.534951779,0.7349571355,372,0.210731629,0.746815056,4759.884032 +4,-1.532906461,0.7349480293,372,0.210731629,0.746815056,4755.2479284 +5,-1.531320211,0.7346937278,372,0.210731629,0.746815056,4752.2674933 +6,-1.539451648,0.7335131775,372,0.210731629,0.746815056,4773.7468342 +7,-1.537429487,0.7335445708,372,0.210731629,0.746815056,4769.0658603 +8,-1.535484998,0.7335658704,372,0.210731629,0.746815056,4764.5836258 +9,-1.533488396,0.7336036027,372,0.210731629,0.746815056,4759.9381139 +10,-1.531497785,0.7335842962,372,0.210731629,0.746815056,4755.4454832 +11,-1.530259379,0.7334777758,372,0.210731629,0.746815056,4752.8847475 +12,-1.5335454,0.7322346912,372,0.210731629,0.746815056,4763.4954392 +13,-1.531489083,0.7322238773,372,0.210731629,0.746815056,4758.8275362 +14,-1.530011122,0.7321679851,372,0.210731629,0.746815056,4755.5903687 +15,-1.53348106,0.7306614094,372,0.210731629,0.746815056,4767.289592 +16,-1.531441779,0.7306962275,372,0.210731629,0.746815056,4762.5415063 +17,-1.529755654,0.7306933243,372,0.210731629,0.746815056,4758.6922273 +18,-1.533415048,0.7291384674,372,0.210731629,0.746815056,4770.955677 +19,-1.531392093,0.7291705353,372,0.210731629,0.746815056,4766.2470514 +20,-1.529296523,0.7291214933,372,0.210731629,0.746815056,4761.571424 +21,-1.535280942,0.727267644,372,0.210731629,0.746815056,4779.9182385 +22,-1.533378158,0.7276139666,372,0.210731629,0.746815056,4774.6941488 +23,-1.531340368,0.7276446587,372,0.210731629,0.746815056,4769.95029 +24,-1.528960113,0.7276398177,372,0.210731629,0.746815056,4764.5064649 +25,-1.533313146,0.7260818349,372,0.210731629,0.746815056,4778.3892709 +26,-1.531259555,0.7260958115,372,0.210731629,0.746815056,4773.6462795 +27,-1.528926415,0.7260865555,372,0.210731629,0.746815056,4768.3160306 +28,-1.531226779,0.7245511789,372,0.210731629,0.746815056,4777.4437899 +29,-1.528904772,0.7245519194,372,0.210731629,0.746815056,4772.1086998 +30,-1.547195875,0.7409785979,372,0.210731629,0.746815056,4772.522408 +31,-1.5451475,0.740980426,372,0.210731629,0.746815056,4767.8934778 +32,-1.543097679,0.7409798872,372,0.210731629,0.746815056,4763.2633813 +33,-1.540720364,0.7409892687,372,0.210731629,0.746815056,4757.8636348 +34,-1.547188511,0.7395198392,372,0.210731629,0.746815056,4776.1782938 +35,-1.545148587,0.7395226109,372,0.210731629,0.746815056,4771.5615564 +36,-1.543104538,0.7395314908,372,0.210731629,0.746815056,4766.9163412 +37,-1.540727751,0.7395306258,372,0.210731629,0.746815056,4761.5382851 +38,-1.547187029,0.7380014886,372,0.210731629,0.746815056,4779.9995115 +39,-1.545147315,0.7380012252,372,0.210731629,0.746815056,4775.3862042 +40,-1.54310719,0.7380060743,372,0.210731629,0.746815056,4770.7552954 +41,-1.540719671,0.7380068206,372,0.210731629,0.746815056,4765.3433968 +42,-1.547187189,0.7364799098,372,0.210731629,0.746815056,4783.8346465 +43,-1.545149996,0.7364853874,372,0.210731629,0.746815056,4779.2079199 +44,-1.543106091,0.7364823484,372,0.210731629,0.746815056,4774.5836174 +45,-1.540717158,0.7364893901,372,0.210731629,0.746815056,4769.1472168 +46,-1.538663972,0.7410138672,372,0.210731629,0.746815056,4753.1474374 +47,-1.53695285,0.7409699132,372,0.210731629,0.746815056,4749.3814132 +48,-1.534910498,0.7409641297,372,0.210731629,0.746815056,4744.7659783 +49,-1.533145034,0.7409536636,372,0.210731629,0.746815056,4740.7868302 +50,-1.538681336,0.7395405883,372,0.210731629,0.746815056,4756.8768079 +51,-1.536999189,0.7395183096,372,0.210731629,0.746815056,4753.1185293 +52,-1.534923633,0.7395144222,372,0.210731629,0.746815056,4748.4185867 +53,-1.533267822,0.7395654306,372,0.210731629,0.746815056,4744.5311803 +54,-1.53867273,0.7380151077,372,0.210731629,0.746815056,4760.6801878 +55,-1.536980576,0.7379994392,372,0.210731629,0.746815056,4756.878778 +56,-1.534931522,0.7379944961,372,0.210731629,0.746815056,4752.2369075 +57,-1.533387952,0.7379480264,372,0.210731629,0.746815056,4748.8444205 +58,-1.538682279,0.7364914363,372,0.210731629,0.746815056,4764.5223605 +59,-1.536980704,0.7364810563,372,0.210731629,0.746815056,4760.6824401 +60,-1.534935567,0.7364752065,372,0.210731629,0.746815056,4756.04707 +61,-1.533042592,0.7363876366,372,0.210731629,0.746815056,4751.9585237 +62,-1.545143426,0.7349628011,372,0.210731629,0.746815056,4783.0277401 +63,-1.543105297,0.7349691947,372,0.210731629,0.746815056,4778.3881271 +64,-1.541064533,0.7349647152,372,0.210731629,0.746815056,4773.7660854 +65,-1.545411803,0.7334624714,372,0.210731629,0.746815056,4787.4175595 +66,-1.543446606,0.7334780896,372,0.210731629,0.746815056,4782.9162801 +67,-1.541475327,0.7334957295,372,0.210731629,0.746815056,4778.3926461 +68,-1.545401939,0.731963266,372,0.210731629,0.746815056,4791.1756109 +69,-1.54342253,0.7319915583,372,0.210731629,0.746815056,4786.6056426 +70,-1.541455867,0.7320216438,372,0.210731629,0.746815056,4782.05674 +71,-1.545410146,0.7304422281,372,0.210731629,0.746815056,4795.0318103 +72,-1.543435491,0.7304713664,372,0.210731629,0.746815056,4790.4660099 +73,-1.541463105,0.7304997613,372,0.210731629,0.746815056,4785.9038489 +74,-1.545414768,0.7289194936,372,0.210731629,0.746815056,4798.8862181 +75,-1.543435774,0.7289538557,372,0.210731629,0.746815056,4794.2928496 +76,-1.541457714,0.7289765881,372,0.210731629,0.746815056,4789.7275205 +77,-1.539449415,0.7320555866,372,0.210731629,0.746815056,4777.4041806 +78,-1.537429183,0.7321097681,372,0.210731629,0.746815056,4772.6659426 +79,-1.535472649,0.7321497267,372,0.210731629,0.746815056,4768.1052499 +80,-1.539457899,0.7305333307,372,0.210731629,0.746815056,4781.2504744 +81,-1.537453161,0.7305750503,372,0.210731629,0.746815056,4776.5742293 +82,-1.535479385,0.7306124949,372,0.210731629,0.746815056,4771.9759832 +83,-1.53946905,0.7290102593,372,0.210731629,0.746815056,4785.1070285 +84,-1.537459922,0.7290417293,372,0.210731629,0.746815056,4780.4419314 +85,-1.535451349,0.7290890157,372,0.210731629,0.746815056,4775.7349172 +86,-1.535522937,0.7279887191,372,0.210731629,0.746815056,4778.6609582 +87,-1.539442524,0.7274735939,372,0.210731629,0.746815056,4788.9138835 +88,-1.537424111,0.727521351,372,0.210731629,0.746815056,4784.1819333 +89,-1.539384641,0.7259505092,372,0.210731629,0.746815056,4792.6168305 +90,-1.537372391,0.7259947145,372,0.210731629,0.746815056,4787.9031901 +91,-1.535340789,0.7260435356,372,0.210731629,0.746815056,4783.1302179 +92,-1.539325716,0.7244369706,372,0.210731629,0.746815056,4796.2951365 +93,-1.537308932,0.7244801057,372,0.210731629,0.746815056,4791.5691387 +94,-1.535289068,0.7245247645,372,0.210731629,0.746815056,4786.8288056 +95,-1.533261366,0.7245550236,372,0.210731629,0.746815056,4782.1032081 +96,-1.539267302,0.722921924,372,0.210731629,0.746815056,4799.9801825 +97,-1.537248972,0.7229660258,372,0.210731629,0.746815056,4795.2435356 +98,-1.535219431,0.7229916471,372,0.210731629,0.746815056,4790.5242003 +99,-1.53318962,0.7230212049,372,0.210731629,0.746815056,4785.7907705 +100,-1.531154816,0.7230299897,372,0.210731629,0.746815056,4781.0944315 +101,-1.528878341,0.7230370244,372,0.210731629,0.746815056,4775.8429355 +102,-1.539218189,0.7214009878,372,0.210731629,0.746815056,4803.7031799 +103,-1.537198791,0.7214422745,372,0.210731629,0.746815056,4798.9665059 +104,-1.535179266,0.7214634354,372,0.210731629,0.746815056,4794.2767223 +105,-1.533156501,0.7214944644,372,0.210731629,0.746815056,4789.5511122 +106,-1.53113574,0.7215166021,372,0.210731629,0.746815056,4784.8489085 +107,-1.528874248,0.7215345535,372,0.210731629,0.746815056,4779.59942 +108,-1.539217656,0.7198512397,372,0.210731629,0.746815056,4807.6122185 +109,-1.537199919,0.7199428763,372,0.210731629,0.746815056,4802.7477838 +110,-1.545425832,0.727397149,372,0.210731629,0.746815056,4802.756392 +111,-1.543371177,0.7273916949,372,0.210731629,0.746815056,4798.0864472 +112,-1.541368852,0.7274523163,372,0.210731629,0.746815056,4793.3655091 +113,-1.545349067,0.7258710923,372,0.210731629,0.746815056,4806.4377045 +114,-1.54332671,0.7258603556,372,0.210731629,0.746815056,4801.850042 +115,-1.541346831,0.7259242142,372,0.210731629,0.746815056,4797.1675144 +116,-1.545324355,0.7243383958,372,0.210731629,0.746815056,4810.25635 +117,-1.543292796,0.7243617413,372,0.210731629,0.746815056,4805.556955 +118,-1.541295822,0.7244024384,372,0.210731629,0.746815056,4800.8892361 +119,-1.543193859,0.7205570215,372,0.210731629,0.746815056,4814.9469211 +120,-1.550257047,0.7386738187,372,0.210731629,0.746815056,4785.2399812 +121,-1.549335448,0.7311736483,372,0.210731629,0.746815056,4802.101353 +122,-1.533478843,0.7179891343,372,0.210731629,0.746815056,4799.109701 +123,-1.556150555,0.738907041,372,0.210731629,0.746815056,4797.9366469 +124,-1.554324226,0.733414257,372,0.210731629,0.746815056,4807.7306688 +125,-1.554290846,0.7288285332,372,0.210731629,0.746815056,4819.2860054 +126,-1.55122487,0.7219795312,372,0.210731629,0.746815056,4829.7009156 +127,-1.525104458,0.7229399862,372,0.210731629,0.746815056,4767.3987266 +128,-1.519607711,0.7236181429,372,0.210731629,0.746815056,4753.0325712 +129,-1.513899999,0.7251107854,372,0.210731629,0.746815056,4736.1414763 +130,-1.536620762,0.7431061895,372,0.210731629,0.746815056,4743.2883787 +131,-1.5369566,0.7460845958,372,0.210731629,0.746815056,4736.6082384 +132,-1.545345528,0.7447040685,372,0.210731629,0.746815056,4758.9854161 +133,-1.532813921,0.7432306626,372,0.210731629,0.746815056,4734.3563301 +134,-1.554788248,0.7382381001,372,0.210731629,0.746815056,4796.5613608 +135,-1.540348126,0.7301594274,372,0.210731629,0.746815056,4784.2201211 +136,-1.538016084,0.7239051786,372,0.210731629,0.746815056,4794.6363437 +137,-1.525288962,0.7258085137,372,0.210731629,0.746815056,4760.6545025 +138,-1.534326986,0.731241342,372,0.210731629,0.746815056,4767.7682214 +139,-1.530733872,0.7303625216,372,0.210731629,0.746815056,4761.7575125 +141,-1.534354939,0.7328219978,372,0.210731629,0.746815056,4763.8713528 +142,-1.53157084,0.7292888153,372,0.210731629,0.746815056,4766.3599579 +143,-1.525691035,0.7263799874,372,0.210731629,0.746815056,4760.151196 +144,-1.534031287,0.7495967835,372,0.210731629,0.746815056,4721.2512669 +145,-1.527714986,0.7283095957,372,0.210731629,0.746815056,4759.9762325 +146,-1.526189586,0.7271468292,372,0.210731629,0.746815056,4759.3809014 +147,-1.555177336,0.7375563366,372,0.210731629,0.746815056,4799.1642331 +148,-1.555080283,0.7312707794,372,0.210731629,0.746815056,4814.8769644 +149,-1.53856994,0.7224180299,372,0.210731629,0.746815056,4799.6524102 +150,-1.530837883,0.729933372,372,0.210731629,0.746815056,4763.0692627 +151,-1.515066984,0.5854133365,372,0.210731629,0.746815056,5094.0327584 +152,-1.534731633,0.5368370046,372,0.210731629,0.746815056,5270.8041991 +153,-1.515231902,0.5607085576,372,0.210731629,0.746815056,5158.7583386 +154,-2.616253799,1.0684566605,372,0.210731629,0.746815056,5182.5963922 +155,-1.956071439,0.5792177723,372,0.210731629,0.746815056,6114.6545355 +156,-1.951208514,0.5602434208,372,0.210731629,0.746815056,6164.4292892 +157,-1.944675062,0.6062144545,372,0.210731629,0.746815056,6007.0904535 +158,-1.613778386,0.6077989518,372,0.210731629,0.746815056,5275.3087247 +159,-2.035029014,0.6021432345,372,0.210731629,0.746815056,6194.785204 +160,-2.114989471,0.6801825058,372,0.210731629,0.746815056,6078.1730249 +161,-2.037382079,0.5765830025,372,0.210731629,0.746815056,6282.2364001 +162,-2.129855121,0.6585019963,372,0.210731629,0.746815056,6175.462149 +163,-2.075141798,0.6493615843,372,0.210731629,0.746815056,6112.8956736 +164,-1.828626729,0.6948433129,372,0.210731629,0.746815056,5503.5888135 +165,-1.863329418,0.6735427691,372,0.210731629,0.746815056,5637.1995618 +166,-1.266037071,0.727988852,372,0.210731629,0.746815056,4132.2685889 +167,-1.277579582,0.7249010648,372,0.210731629,0.746815056,4167.6717281 +168,-1.258418684,0.7241194816,372,0.210731629,0.746815056,4121.3521398 +169,-1.317813974,0.6804850104,372,0.210731629,0.746815056,4366.4502919 +170,-1.344165204,0.6790988904,372,0.210731629,0.746815056,4436.0449666 +171,-1.427582102,0.5277120351,372,0.210731629,0.746815056,5017.9665897 +172,-1.402238616,0.457167829,372,0.210731629,0.746815056,5130.4223499 +173,-1.422454264,0.4996161999,372,0.210731629,0.746815056,5075.9925893 +174,-1.439089277,0.4894859811,372,0.210731629,0.746815056,5146.167579 +175,-1.448126995,0.5182330266,372,0.210731629,0.746815056,5096.066411 +176,-1.474626146,0.5881926574,372,0.210731629,0.746815056,4985.4045433 +177,-1.421139645,0.5584869783,372,0.210731629,0.746815056,4923.4301996 +178,-1.457037165,0.565943032,372,0.210731629,0.746815056,4997.2632949 +179,-2.757159358,0.3745319,372,0.210731629,0.746815056,7957.1170658 +180,-2.714309238,0.342054471,372,0.210731629,0.746815056,8058.994436 +181,-2.000525337,0.774119946,372,0.210731629,0.746815056,5580.0882191 +183,-1.571413436,0.6777838382,372,0.210731629,0.746815056,4989.8862241 +184,-1.552860289,0.6987663893,372,0.210731629,0.746815056,4892.664721 +185,-1.521852374,0.7165827476,372,0.210731629,0.746815056,4775.7855209 +186,-1.503656267,0.6928968252,372,0.210731629,0.746815056,4792.379035 +187,-1.502753178,0.7136205882,372,0.210731629,0.746815056,4738.7224696 +188,-1.631894563,0.7343596465,372,0.210731629,0.746815056,4977.7845151 +189,-1.653765416,0.6770714026,372,0.210731629,0.746815056,5180.0580567 +190,-1.719812114,0.6715965947,372,0.210731629,0.746815056,5341.496704 +191,-1.493406659,0.6646955447,372,0.210731629,0.746815056,4838.4514104 +192,-1.469120564,0.6613469966,372,0.210731629,0.746815056,4787.8829731 +193,-1.590551461,0.5326612937,372,0.210731629,0.746815056,5422.138462 +194,-1.625979264,0.5247742243,372,0.210731629,0.746815056,5531.4245451 +195,-1.572293943,0.5238808754,372,0.210731629,0.746815056,5400.1927291 +196,-1.610848725,0.5477107964,372,0.210731629,0.746815056,5431.3736642 +197,-1.208485554,0.7918526018,372,0.210731629,0.746815056,3861.4400786 +198,-1.335601374,0.6869083083,372,0.210731629,0.746815056,4396.7135112 +199,-1.346156996,0.6825213377,372,0.210731629,0.746815056,4433.1957397 +200,-1.324381037,0.6741422347,372,0.210731629,0.746815056,4397.4482679 +201,-1.242424992,0.7378949807,372,0.210731629,0.746815056,4052.518498 +202,-1.270370057,0.7392461008,372,0.210731629,0.746815056,4119.325368 +203,-1.448950472,0.7441675014,372,0.210731629,0.746815056,4538.9775867 +204,-1.492662363,0.7523026852,372,0.210731629,0.746815056,4620.6186042 +205,-1.479098966,0.7763855017,372,0.210731629,0.746815056,4531.992568 +206,-1.633760714,0.7869022408,372,0.210731629,0.746815056,4843.507 +207,-1.647406434,0.8101289331,372,0.210731629,0.746815056,4811.1173136 +208,-1.564245052,0.5701509278,372,0.210731629,0.746815056,5256.2069669 +209,-1.646289963,0.6833746083,372,0.210731629,0.746815056,5146.1867476 +210,-1.5820631,0.6751952144,372,0.210731629,0.746815056,5021.377994 +211,-1.613236298,0.6681681791,372,0.210731629,0.746815056,5111.9311122 +212,-1.914661867,0.8212566515,372,0.210731629,0.746815056,5286.5215023 +213,-1.742133237,0.7250275956,372,0.210731629,0.746815056,5238.6703763 +214,-2.033144872,0.6557314699,372,0.210731629,0.746815056,6017.4615095 +215,-2.039551981,0.6964723658,372,0.210731629,0.746815056,5896.6332511 +216,-1.247341019,0.7622473908,372,0.210731629,0.746815056,4014.9155219 +217,-1.298239787,0.7084123392,372,0.210731629,0.746815056,4255.0325264 +218,-1.308539688,0.6926545592,372,0.210731629,0.746815056,4315.7378984 +219,-1.303263185,0.6888938396,372,0.210731629,0.746815056,4310.7928007 +220,-1.852400229,0.6004246149,372,0.210731629,0.746815056,5834.7511789 +221,-1.288947707,0.7473773692,372,0.210731629,0.746815056,4148.0276824 +222,-1.372031502,0.7472790993,372,0.210731629,0.746815056,4349.7693098 +223,-1.289805721,0.7242157877,372,0.210731629,0.746815056,4199.6231728 +224,-1.350807603,0.7533498126,372,0.210731629,0.746815056,4285.3781531 +225,-1.329290365,0.7560442322,372,0.210731629,0.746815056,4227.6934865 +226,-1.410153004,0.616936428,372,0.210731629,0.746815056,4750.319513 +227,-1.393445434,0.6308995063,372,0.210731629,0.746815056,4673.9784082 +228,-1.37595573,0.6241540638,372,0.210731629,0.746815056,4645.638544 +229,-1.358388707,0.6172645205,372,0.210731629,0.746815056,4616.9848272 +230,-1.753741133,0.8281661666,372,0.210731629,0.746815056,4973.100198 +231,-1.47430987,0.6834615681,372,0.210731629,0.746815056,4745.7890857 +232,-1.421012508,0.7222725206,372,0.210731629,0.746815056,4524.4714926 +233,-1.4476833,0.6978557868,372,0.210731629,0.746815056,4646.6272842 +234,-1.470370723,0.6966193374,372,0.210731629,0.746815056,4704.03547 +235,-1.429211703,0.7037216883,372,0.210731629,0.746815056,4588.0480328 +236,-1.700578405,0.6178673663,372,0.210731629,0.746815056,5449.6127078 +237,-1.678117619,0.6331716163,372,0.210731629,0.746815056,5355.7238005 +238,-1.725644578,0.6316331145,372,0.210731629,0.746815056,5467.2564471 +239,-2.14012759,0.7930497945,372,0.210731629,0.746815056,5738.112106 +240,-2.103289431,0.7653606263,372,0.210731629,0.746815056,5775.2713452 +241,-1.318739838,0.7017808746,372,0.210731629,0.746815056,4321.0050027 +242,-1.396417427,0.7077900843,372,0.210731629,0.746815056,4498.9822774 +243,-1.35650337,0.7185539404,372,0.210731629,0.746815056,4376.8288743 +244,-1.248884539,0.7274156818,372,0.210731629,0.746815056,4090.4796511 +245,-1.395014798,0.5761185243,372,0.210731629,0.746815056,4811.6590169 +246,-1.433377362,0.6064716109,372,0.210731629,0.746815056,4835.0675774 +247,-1.408172432,0.5903155476,372,0.210731629,0.746815056,4810.6634177 +248,-1.749645898,0.7757118084,372,0.210731629,0.746815056,5111.4998366 +249,-1.571626686,0.615046989,372,0.210731629,0.746815056,5155.0662925 +250,-1.514070049,0.6303003037,372,0.210731629,0.746815056,4975.8076713 +251,-1.480890369,0.6237966528,372,0.210731629,0.746815056,4910.7790556 +252,-1.704390658,0.5281680612,372,0.210731629,0.746815056,5712.0376647 +253,-1.64434733,0.5254277498,372,0.210731629,0.746815056,5574.7215546 +254,-1.703855997,0.4792484842,372,0.210731629,0.746815056,5850.0362841 +255,-1.692002383,0.5748825051,372,0.210731629,0.746815056,5550.6610984 +256,-1.854136457,0.5544643913,372,0.210731629,0.746815056,5977.0662628 +257,-1.665021206,0.520317736,372,0.210731629,0.746815056,5639.3872055 +258,-1.733654349,0.4845187345,372,0.210731629,0.746815056,5907.0593386 +259,-1.720938188,0.5135933906,372,0.210731629,0.746815056,5793.0561829 +260,-1.742668307,0.553296122,372,0.210731629,0.746815056,5729.9988998 +261,-1.965659039,0.7142126903,372,0.210731629,0.746815056,5708.3059568 +262,-1.944438071,0.6772834804,372,0.210731629,0.746815056,5784.4782315 +263,-1.270340967,0.7681487096,372,0.210731629,0.746815056,4059.2039656 +264,-1.353091884,0.6549276821,372,0.210731629,0.746815056,4514.5387935 +265,-1.333236659,0.6413584414,372,0.210731629,0.746815056,4495.4777133 +266,-1.352015998,0.6753788907,372,0.210731629,0.746815056,4464.32999 +267,-1.377988483,0.6577816235,372,0.210731629,0.746815056,4570.7331929 +268,-2.13075611,0.8318642051,372,0.210731629,0.746815056,5594.1620055 +269,-2.097910953,0.8259670014,372,0.210731629,0.746815056,5566.1581657 +270,-1.416382069,0.6694271549,372,0.210731629,0.746815056,4638.7137031 +271,-1.538905672,0.7535625993,372,0.210731629,0.746815056,4722.3422422 +272,-1.572309477,0.7803125099,372,0.210731629,0.746815056,4729.0836449 +273,-1.87759879,0.7503853417,372,0.210731629,0.746815056,5433.7410524 +274,1.152365588,0.590457682,372,0.210731629,0.746815056,2940.1705648 +275,0.350198001,0.718001859,372,0.210731629,0.746815056,426.13536874 +276,0.046513677,0.491503852,372,0.210731629,0.746815056,1139.8378292 +277,0.027510309,0.742571376,372,0.210731629,0.746815056,533.55336552 +278,0.306285725,-0.214631579,372,0.210731629,0.746815056,3824.0679094 +279,-1.100564889,0.318051531,372,0.210731629,0.746815056,4629.4674049 +280,-1.078582306,0.301437596,372,0.210731629,0.746815056,4607.7094832 +281,-1.137371989,-0.617634065,372,0.210731629,0.746815056,7268.9143295 +282,0.784356344,0.703272339,372,0.210731629,0.746815056,1698.5199365 +283,-1.221209947,0.218327455,372,0.210731629,0.746815056,5236.200865 +284,2.347301921,-0.449114658,372,0.210731629,0.746815056,9021.111778 +285,0.246820618,0.830553713,372,0.210731629,0.746815056,346.61640464 +286,0.829414965,0.703288228,372,0.210731629,0.746815056,1828.7313808 +287,-1.337537566,0.42332223,372,0.210731629,0.746815056,5039.4120794 +288,0.882453706,0.454478077,372,0.210731629,0.746815056,2452.7591402 +289,1.575629659,0.416419109,372,0.210731629,0.746815056,4539.9646015 +290,-1.039455679,0.229888244,372,0.210731629,0.746815056,4678.0317601 +291,0.489558039,0.934482747,372,0.210731629,0.746815056,1041.960094 +292,0.081344504,0.88384514,372,0.210731629,0.746815056,645.86322521 +293,-1.547979814,0.300350308,372,0.210731629,0.746815056,5944.3463104 +294,0.040776181,0.168560074,372,0.210731629,0.746815056,2364.9386927 +295,-1.130374745,0.563894876,372,0.210731629,0.746815056,4128.3000582 +296,1.578326642,0.478507176,372,0.210731629,0.746815056,4398.5218556 +297,-1.12861823,-0.291640865,372,0.210731629,0.746815056,6356.9760893 +298,0.310524208,0.770885792,372,0.210731629,0.746815056,302.17875783 +299,0.415649091,-0.387246002,372,0.210731629,0.746815056,4553.9391447 +300,-0.926533878,-0.188022748,372,0.210731629,0.746815056,5521.6618259 +301,1.258856172,-0.11716081,372,0.210731629,0.746815056,5079.5606387 +302,-1.126050026,0.322941926,372,0.210731629,0.746815056,4690.9680008 +303,2.002785835,0.07893892,372,0.210731629,0.746815056,6646.4862244 +304,0.440437607,0.746258085,372,0.210731629,0.746815056,667.20710892 +305,-0.030391866,0.214441206,372,0.210731629,0.746815056,2265.3949977 +306,0.521557815,-0.058929362,372,0.210731629,0.746815056,3380.0808222 +307,-0.097005111,0.13317729,372,0.210731629,0.746815056,2656.6317458 +308,1.83113859,0.221857587,372,0.210731629,0.746815056,5769.4842008 +309,0.222428864,0.099404236,372,0.210731629,0.746815056,2564.7223293 +310,-1.702731345,0.8728568183,372,0.210731629,0.746815056,4754.7107474 +311,-0.418507569,0.278324921,372,0.210731629,0.746815056,2819.9180377 +312,-1.41153306,0.339029988,372,0.210731629,0.746815056,5463.4664198 +313,0.357560442,0.114788776,372,0.210731629,0.746815056,2555.5829147 +314,0.325818979,0.268352149,372,0.210731629,0.746815056,1935.0752427 +315,-1.246004659,-0.663679965,372,0.210731629,0.746815056,7649.5688856 +316,1.814603087,0.637404484,372,0.210731629,0.746815056,4657.5384391 +317,1.843704281,-0.18300445,372,0.210731629,0.746815056,6892.3942668 +318,1.690644492,-0.211480909,372,0.210731629,0.746815056,6529.097886 +319,-1.275451936,0.068109467,372,0.210731629,0.746815056,5792.8736456 +320,0.762430171,-0.207594741,372,0.210731629,0.746815056,4276.8849356 +321,0.265668905,-0.014647884,372,0.210731629,0.746815056,3022.5045362 +322,-2.773032013,-0.335515811,372,0.210731629,0.746815056,10731.366284 +323,-1.469512853,0.174058777,372,0.210731629,0.746815056,6068.6146323 +324,0.286276986,0.785925691,372,0.210731629,0.746815056,265.40634481 +325,-1.379324697,0.377432233,372,0.210731629,0.746815056,5273.2971244 +326,-1.203778265,0.212813032,372,0.210731629,0.746815056,5200.0783636 +327,0.579916301,0.611743168,372,0.210731629,0.746815056,1252.6085513 +328,0.267582642,0.868113908,372,0.210731629,0.746815056,504.92743594 +329,0.412869244,-0.050245578,372,0.210731629,0.746815056,3238.9719791 +330,0.17524381,0.976660285,372,0.210731629,0.746815056,914.90308082 +331,0.743157214,0.204812899,372,0.210731629,0.746815056,2819.2470404 +332,-1.070758176,0.269382282,372,0.210731629,0.746815056,4666.8131643 +333,-1.230364251,0.329790229,372,0.210731629,0.746815056,4974.3232397 +334,-1.374813124,-0.024926835,372,0.210731629,0.746815056,6331.8586353 +335,0.519780566,0.463669906,372,0.210731629,0.746815056,1500.6881132 +336,-1.55108034,0.239698561,372,0.210731629,0.746815056,6119.2041397 +337,0.180294813,0.029739425,372,0.210731629,0.746815056,2842.3836949 +338,0.67820924,0.268170153,372,0.210731629,0.746815056,2470.65177 +339,0.445798684,1.024001867,372,0.210731629,0.746815056,1240.8048653 +340,0.691751283,0.150521402,372,0.210731629,0.746815056,2892.0375453 +341,-1.036643551,-0.903056181,372,0.210731629,0.746815056,7804.4727092 +342,-0.120287036,1.083325163,372,0.210731629,0.746815056,1541.2122163 +343,2.823513113,-0.304487164,372,0.210731629,0.746815056,9949.103076 +344,0.457583172,1.12513373,372,0.210731629,0.746815056,1598.2087349 +345,0.042918831,0.813795399,372,0.210731629,0.746815056,541.26549875 +346,1.196146777,-0.853142756,372,0.210731629,0.746815056,7202.8053125 +347,0.206001358,-0.010430701,372,0.210731629,0.746815056,2999.4977829 +348,-0.268308653,0.234799412,372,0.210731629,0.746815056,2605.0170082 +349,0.759363263,0.736189579,372,0.210731629,0.746815056,1593.8102957 +350,0.181363926,0.891988372,372,0.210731629,0.746815056,580.44621877 +351,-0.021111158,0.139103292,372,0.210731629,0.746815056,2538.9107344 +352,-0.093355215,0.630686981,372,0.210731629,0.746815056,1034.7316561 +353,0.40118964,0.681375926,372,0.210731629,0.746815056,625.61412885 +354,-0.721197315,1.304706234,372,0.210731629,0.746815056,2737.9368485 +355,-1.076150317,0.212107639,372,0.210731629,0.746815056,4831.0715833 +356,-1.577164531,0.273993443,372,0.210731629,0.746815056,6096.6172533 +357,-0.190788414,0.182208586,372,0.210731629,0.746815056,2630.9592356 +358,-0.261349752,0.209710184,372,0.210731629,0.746815056,2673.8099479 +359,-1.029303852,0.083549259,372,0.210731629,0.746815056,5039.149977 +360,-1.268609162,0.330525297,372,0.210731629,0.746815056,5081.8984158 +361,1.282982244,-0.926641967,372,0.210731629,0.746815056,7564.3446384 +362,0.217352334,0.731352408,372,0.210731629,0.746815056,64.241006557 +363,-1.511833084,0.258629297,372,0.210731629,0.746815056,5958.4144947 +364,0.338812194,0.823184618,372,0.210731629,0.746815056,468.99990621 +365,-0.324406489,1.134201999,372,0.210731629,0.746815056,1939.341938 +366,1.389579348,0.399185724,372,0.210731629,0.746815056,4045.1262683 +367,2.047152199,-0.039082036,372,0.210731629,0.746815056,7096.635991 +368,0.947780369,0.568250077,372,0.210731629,0.746815056,2388.9967897 +369,0.763824846,0.576754987,372,0.210731629,0.746815056,1841.5367301 +370,-0.142334657,0.928153068,372,0.210731629,0.746815056,1172.9515883 +371,0.610266567,0.547265983,372,0.210731629,0.746815056,1482.2071185 +372,0.210731629,0.746815056,372,0.210731629,0.746815056,0 +373,-1.34931644,0.316895224,372,0.210731629,0.746815056,5346.6531272 +374,2.407696481,0.655030745,372,0.210731629,0.746815056,5933.4610427 +375,0.64207831,0.545359131,372,0.210731629,0.746815056,1571.6642124 +376,1.174597538,0.840588356,372,0.210731629,0.746815056,2644.4760481 +377,0.660059424,0.010604079,372,0.210731629,0.746815056,3323.427968 +378,-0.730263819,0.010486456,372,0.210731629,0.746815056,4420.2570136 +379,0.831068936,0.512339172,372,0.210731629,0.746815056,2171.434533 +380,1.301180979,0.72367476,372,0.210731629,0.746815056,3128.802177 +381,1.811128231,0.322854402,372,0.210731629,0.746815056,5444.834037 +382,0.435105812,0.992284428,372,0.210731629,0.746815056,1124.5995143 +383,0.62643634,0.592027932,372,0.210731629,0.746815056,1422.769154 +384,0.492988703,-0.516339467,372,0.210731629,0.746815056,5107.885646 +385,-0.162469483,0.112549365,372,0.210731629,0.746815056,2830.7950468 +386,0.314630866,0.472006421,372,0.210731629,0.746815056,1138.8342378 +387,0.166744804,0.822815954,372,0.210731629,0.746815056,325.2543979 +388,0.417159608,0.965805736,372,0.210731629,0.746815056,1016.4332049 +389,0.106334961,0.868774244,372,0.210731629,0.746815056,560.85924675 +390,0.815086969,-0.338144359,372,0.210731629,0.746815056,4829.5729802 +391,0.59867455,-0.230624824,372,0.210731629,0.746815056,4120.1885015 +392,1.915104874,0.066220985,372,0.210731629,0.746815056,6430.247686 +393,1.278093622,0.064463721,372,0.210731629,0.746815056,4604.5864022 +394,-0.061477853,0.302997961,372,0.210731629,0.746815056,1982.5941166 +395,0.251311504,0.626976942,372,0.210731629,0.746815056,490.62197629 +396,2.950242872,0.149095644,372,0.210731629,0.746815056,8609.5187219 +397,-0.180294708,0.35375117,372,0.210731629,0.746815056,2027.9452945 +398,1.010448592,-0.351180233,372,0.210731629,0.746815056,5235.2371614 +399,-1.748740498,0.3686318073,372,0.210731629,0.746815056,6279.9210916 +400,2.699635665,0.123533791,372,0.210731629,0.746815056,8272.4664902 +401,0.496808033,0.823843254,372,0.210731629,0.746815056,855.41120251 +402,0.129574704,0.763364087,372,0.210731629,0.746815056,243.05843549 +403,1.798920311,0.817447563,372,0.210731629,0.746815056,4208.2636399 +404,0.335987953,0.746786541,372,0.210731629,0.746815056,363.99051135 +405,-1.085413643,0.292154671,372,0.210731629,0.746815056,4651.1526763 +406,-0.155321003,0.508207011,372,0.210731629,0.746815056,1499.5302097 +407,0.620529244,-0.301175104,372,0.210731629,0.746815056,4411.6225213 +408,1.684402744,0.368716966,372,0.210731629,0.746815056,4968.3800007 +409,0.300582244,-0.386397212,372,0.210731629,0.746815056,4500.6362608 +410,2.913555946,-0.009225192,372,0.210731629,0.746815056,9133.2232167 +411,1.465101417,0.493232532,372,0.210731629,0.746815056,4042.9816884 +412,0.090612882,0.907955955,372,0.210731629,0.746815056,714.14610991 +413,2.987564726,-0.729568594,372,0.210731629,0.746815056,11375.70015 +414,-1.484261606,0.224149272,372,0.210731629,0.746815056,5974.7577729 +415,0.164073421,0.303955133,372,0.210731629,0.746815056,1761.1988184 +416,0.141441293,0.167552546,372,0.210731629,0.746815056,2306.9923415 +417,2.931321023,-0.506718887,372,0.210731629,0.746815056,10801.707494 +418,2.21951565,0.700596356,372,0.210731629,0.746815056,5424.3498097 +419,0.268112576,1.199114336,372,0.210731629,0.746815056,1795.5290332 +420,0.978913739,0.359223811,372,0.210731629,0.746815056,2963.7553816 +421,1.210898818,0.522863584,372,0.210731629,0.746815056,3245.648982 +422,2.347397336,0.129231362,372,0.210731629,0.746815056,7439.7477945 +423,0.614394501,0.556878345,372,0.210731629,0.746815056,1469.7356663 +424,-1.398079356,0.148483366,372,0.210731629,0.746815056,5932.8650084 +425,2.535303836,-0.112984496,372,0.210731629,0.746815056,8651.5200762 +426,-1.019372593,-0.405322349,372,0.210731629,0.746815056,6390.3883966 +427,-1.297785627,-0.160104069,372,0.210731629,0.746815056,6472.447184 +428,2.144554488,0.205051084,372,0.210731629,0.746815056,6685.7016633 +429,-2.242387083,-0.426171285,372,0.210731629,0.746815056,9874.0472709 +430,0.338637212,0.909723676,372,0.210731629,0.746815056,729.70082611 +431,-0.148798452,0.691042401,372,0.210731629,0.746815056,1091.2664985 +432,0.893524764,0.441829531,372,0.210731629,0.746815056,2514.8499479 +433,0.969229347,-0.368847936,372,0.210731629,0.746815056,5213.117896 +434,0.436043248,0.800045688,372,0.210731629,0.746815056,671.57603136 +435,1.687946607,1.081504775,372,0.210731629,0.746815056,3512.9506426 +436,0.522302046,-0.034889271,372,0.210731629,0.746815056,3290.1687264 +437,-0.178996113,-0.438090009,372,0.210731629,0.746815056,4904.2853004 +438,-1.094339566,0.301444068,372,0.210731629,0.746815056,4653.4470166 +439,-1.064070054,0.242569932,372,0.210731629,0.746815056,4716.5737652 +440,-1.068153768,0.230387998,372,0.210731629,0.746815056,4760.09855 +441,-3.00496892,-0.23989155,372,0.210731629,0.746815056,10420.018844 +442,0.21751974,0.766874888,372,0.210731629,0.746815056,81.825863141 +443,0.117229532,0.007619006,372,0.210731629,0.746815056,2946.7534578 +444,0.777758451,0.420554741,372,0.210731629,0.746815056,2254.0472357 +445,-0.252356999,0.250747086,372,0.210731629,0.746815056,2518.475754 +446,0.363148444,0.768483434,372,0.210731629,0.746815056,446.66798946 +447,0.903191366,-0.118210676,372,0.210731629,0.746815056,4235.322414 +448,-0.205755923,0.149406178,372,0.210731629,0.746815056,2773.1962097 +449,1.811996086,0.02364353,372,0.210731629,0.746815056,6246.8384982 +450,-1.100670221,0.314845373,372,0.210731629,0.746815056,4637.8695901 +451,0.340078597,0.850105132,372,0.210731629,0.746815056,542.81114084 +452,0.258757267,0.804969236,372,0.210731629,0.746815056,267.35032933 +453,2.78505352,-0.155160804,372,0.210731629,0.746815056,9385.6137605 +454,0.800551619,0.105822106,372,0.210731629,0.746815056,3269.7265982 +455,0.437940882,-0.506194031,372,0.210731629,0.746815056,5031.7606923 +456,2.230431122,0.63458615,372,0.210731629,0.746815056,5640.5550145 +457,0.527965361,0.127667701,372,0.210731629,0.746815056,2690.4492605 +458,-0.063643205,0.702093448,372,0.210731629,0.746815056,831.5943896 +459,1.408447268,0.133010502,372,0.210731629,0.746815056,4783.5482937 +460,0.523795955,0.280266966,372,0.210731629,0.746815056,2130.1425112 +461,-0.975769313,0.072177659,372,0.210731629,0.746815056,4917.4912253 +462,0.549774164,-0.463663986,372,0.210731629,0.746815056,4951.7355772 +463,0.29245874,1.095549818,372,0.210731629,0.746815056,1394.2720327 +464,0.143625958,0.816809593,372,0.210731629,0.746815056,335.23449933 +465,0.671902494,0.611159853,372,0.210731629,0.746815056,1511.9844802 +466,1.239840988,0.6724199,372,0.210731629,0.746815056,3043.0492524 +467,0.607829703,-0.10932137,372,0.210731629,0.746815056,3679.9532543 +468,1.763020906,0.263996692,372,0.210731629,0.746815056,5463.2436864 +469,0.378714634,0.726066797,372,0.210731629,0.746815056,499.47163725 +470,2.196736143,-0.153862366,372,0.210731629,0.746815056,7837.4056012 +471,0.01702415,0.148991565,372,0.210731629,0.746815056,2461.8731784 +472,-2.998490902,-0.158002487,372,0.210731629,0.746815056,10099.772232 +473,-3.051262951,-0.346595608,372,0.210731629,0.746815056,10808.525795 +474,-1.069176439,0.182802941,372,0.210731629,0.746815056,4887.9208706 +475,0.167157509,0.595344954,372,0.210731629,0.746815056,614.92781898 +476,0.613855648,0.681746124,372,0.210731629,0.746815056,1229.552725 +477,1.037012736,0.682555367,372,0.210731629,0.746815056,2452.5654718 +478,-1.253574971,0.379755746,372,0.210731629,0.746815056,4913.8966754 +479,3.108590453,-0.132620738,372,0.210731629,0.746815056,9866.9386519 +480,0.565301296,0.022333262,372,0.210731629,0.746815056,3132.7558321 +481,0.547898238,0.855555614,372,0.210731629,0.746815056,1020.4735265 +482,0.948309381,0.417393755,372,0.210731629,0.746815056,2729.1757459 +483,-0.050600732,0.945269213,372,0.210731629,0.746815056,1039.170183 +484,-0.977651478,-0.572363064,372,0.210731629,0.746815056,6769.1872391 +485,1.102014914,0.728861163,372,0.210731629,0.746815056,2572.3836791 +486,2.927300795,-0.282939414,372,0.210731629,0.746815056,10111.76625 +487,-1.154565557,0.124434095,372,0.210731629,0.746815056,5290.8549853 +488,1.855331234,0.291044755,372,0.210731629,0.746815056,5653.1822804 +489,0.830290659,0.276904518,372,0.210731629,0.746815056,2799.8641281 +490,0.485104466,-0.234867441,372,0.210731629,0.746815056,4014.3108136 +491,0.521367572,-0.33161327,372,0.210731629,0.746815056,4419.4824773 +1,-1.539031704,0.7349710123,373,-1.34931644,0.316895224,1775.3591341 +2,-1.536990553,0.7349663874,373,-1.34931644,0.316895224,1772.8739176 +3,-1.534951779,0.7349571355,373,-1.34931644,0.316895224,1770.3979547 +4,-1.532906461,0.7349480293,373,-1.34931644,0.316895224,1767.9379437 +5,-1.531320211,0.7346937278,373,-1.34931644,0.316895224,1765.1481707 +6,-1.539451648,0.7335131775,373,-1.34931644,0.316895224,1770.6157589 +7,-1.537429487,0.7335445708,373,-1.34931644,0.316895224,1768.2686931 +8,-1.535484998,0.7335658704,373,-1.34931644,0.316895224,1766.0015933 +9,-1.533488396,0.7336036027,373,-1.34931644,0.316895224,1763.7535713 +10,-1.531497785,0.7335842962,373,-1.34931644,0.316895224,1761.3285179 +11,-1.530259379,0.7334777758,373,-1.34931644,0.316895224,1759.4875651 +12,-1.5335454,0.7322346912,373,-1.34931644,0.316895224,1758.862853 +13,-1.531489083,0.7322238773,373,-1.34931644,0.316895224,1756.3812142 +14,-1.530011122,0.7321679851,373,-1.34931644,0.316895224,1754.4374557 +15,-1.53348106,0.7306614094,373,-1.34931644,0.316895224,1753.0901346 +16,-1.531441779,0.7306962275,373,-1.34931644,0.316895224,1750.784078 +17,-1.529755654,0.7306933243,373,-1.34931644,0.316895224,1748.7805127 +18,-1.533415048,0.7291384674,373,-1.34931644,0.316895224,1747.5002574 +19,-1.531392093,0.7291705353,373,-1.34931644,0.316895224,1745.1938892 +20,-1.529296523,0.7291214933,373,-1.34931644,0.316895224,1742.5311241 +21,-1.535280942,0.727267644,373,-1.34931644,0.316895224,1743.0021953 +22,-1.533378158,0.7276139666,373,-1.34931644,0.316895224,1741.9424986 +23,-1.531340368,0.7276446587,373,-1.34931644,0.316895224,1739.6032768 +24,-1.528960113,0.7276398177,373,-1.34931644,0.316895224,1736.7538839 +25,-1.533313146,0.7260818349,373,-1.34931644,0.316895224,1736.3259362 +26,-1.531259555,0.7260958115,373,-1.34931644,0.316895224,1733.8972432 +27,-1.528926415,0.7260865555,373,-1.34931644,0.316895224,1731.0764144 +28,-1.531226779,0.7245511789,373,-1.34931644,0.316895224,1728.2669333 +29,-1.528904772,0.7245519194,373,-1.34931644,0.316895224,1725.4838165 +30,-1.547195875,0.7409785979,373,-1.34931644,0.316895224,1806.9872269 +31,-1.5451475,0.740980426,373,-1.34931644,0.316895224,1804.4667316 +32,-1.543097679,0.7409798872,373,-1.34931644,0.316895224,1801.9586943 +33,-1.540720364,0.7409892687,373,-1.34931644,0.316895224,1799.1146786 +34,-1.547188511,0.7395198392,373,-1.34931644,0.316895224,1801.7466588 +35,-1.545148587,0.7395226109,373,-1.34931644,0.316895224,1799.229839 +36,-1.543104538,0.7395314908,373,-1.34931644,0.316895224,1796.7525976 +37,-1.540727751,0.7395306258,373,-1.34931644,0.316895224,1793.8605465 +38,-1.547187029,0.7380014886,373,-1.34931644,0.316895224,1796.3029647 +39,-1.545147315,0.7380012252,373,-1.34931644,0.316895224,1793.7648799 +40,-1.54310719,0.7380060743,373,-1.34931644,0.316895224,1791.2673371 +41,-1.540719671,0.7380068206,373,-1.34931644,0.316895224,1788.3557496 +42,-1.547187189,0.7364799098,373,-1.34931644,0.316895224,1790.8531611 +43,-1.545149996,0.7364853874,373,-1.34931644,0.316895224,1788.3280909 +44,-1.543106091,0.7364823484,373,-1.34931644,0.316895224,1785.7868858 +45,-1.540717158,0.7364893901,373,-1.34931644,0.316895224,1782.8838808 +46,-1.538663972,0.7410138672,373,-1.34931644,0.316895224,1796.7392182 +47,-1.53695285,0.7409699132,373,-1.34931644,0.316895224,1794.5472159 +48,-1.534910498,0.7409641297,373,-1.34931644,0.316895224,1792.1207318 +49,-1.533145034,0.7409536636,373,-1.34931644,0.316895224,1790.0218664 +50,-1.538681336,0.7395405883,373,-1.34931644,0.316895224,1791.4339719 +51,-1.536999189,0.7395183096,373,-1.34931644,0.316895224,1789.3464101 +52,-1.534923633,0.7395144222,373,-1.34931644,0.316895224,1786.8774161 +53,-1.533267822,0.7395654306,373,-1.34931644,0.316895224,1785.1213479 +54,-1.53867273,0.7380151077,373,-1.34931644,0.316895224,1785.9120762 +55,-1.536980576,0.7379994392,373,-1.34931644,0.316895224,1783.8280368 +56,-1.534931522,0.7379944961,373,-1.34931644,0.316895224,1781.3763008 +57,-1.533387952,0.7379480264,373,-1.34931644,0.316895224,1779.3896194 +58,-1.538682279,0.7364914363,373,-1.34931644,0.316895224,1780.4217609 +59,-1.536980704,0.7364810563,373,-1.34931644,0.316895224,1778.3368348 +60,-1.534935567,0.7364752065,373,-1.34931644,0.316895224,1775.876093 +61,-1.533042592,0.7363876366,373,-1.34931644,0.316895224,1773.3210592 +62,-1.545143426,0.7349628011,373,-1.34931644,0.316895224,1782.858952 +63,-1.543105297,0.7349691947,373,-1.34931644,0.316895224,1780.3481333 +64,-1.541064533,0.7349647152,373,-1.34931644,0.316895224,1777.8178979 +65,-1.545411803,0.7334624714,373,-1.34931644,0.316895224,1777.8179105 +66,-1.543446606,0.7334780896,373,-1.34931644,0.316895224,1775.4173283 +67,-1.541475327,0.7334957295,373,-1.34931644,0.316895224,1773.0380344 +68,-1.545401939,0.731963266,373,-1.34931644,0.316895224,1772.4364866 +69,-1.54342253,0.7319915583,373,-1.34931644,0.316895224,1770.053406 +70,-1.541455867,0.7320216438,373,-1.34931644,0.316895224,1767.7146306 +71,-1.545410146,0.7304422281,373,-1.34931644,0.316895224,1767.0031199 +72,-1.543435491,0.7304713664,373,-1.34931644,0.316895224,1764.6183302 +73,-1.541463105,0.7304997613,373,-1.34931644,0.316895224,1762.255743 +74,-1.545414768,0.7289194936,373,-1.34931644,0.316895224,1761.5627439 +75,-1.543435774,0.7289538557,373,-1.34931644,0.316895224,1759.1804876 +76,-1.541457714,0.7289765881,373,-1.34931644,0.316895224,1756.779941 +77,-1.539449415,0.7320555866,373,-1.34931644,0.316895224,1765.3628132 +78,-1.537429183,0.7321097681,373,-1.34931644,0.316895224,1763.0901977 +79,-1.535472649,0.7321497267,373,-1.34931644,0.316895224,1760.8665217 +80,-1.539457899,0.7305333307,373,-1.34931644,0.316895224,1759.8933958 +81,-1.537453161,0.7305750503,373,-1.34931644,0.316895224,1757.5839862 +82,-1.535479385,0.7306124949,373,-1.34931644,0.316895224,1755.3197665 +83,-1.53946905,0.7290102593,373,-1.34931644,0.316895224,1754.4278025 +84,-1.537459922,0.7290417293,373,-1.34931644,0.316895224,1752.0653086 +85,-1.535451349,0.7290890157,373,-1.34931644,0.316895224,1749.7837986 +86,-1.535522937,0.7279887191,373,-1.34931644,0.316895224,1745.8993863 +87,-1.539442524,0.7274735939,373,-1.34931644,0.316895224,1748.8700276 +88,-1.537424111,0.727521351,373,-1.34931644,0.316895224,1746.5442649 +89,-1.539384641,0.7259505092,373,-1.34931644,0.316895224,1743.3251074 +90,-1.537372391,0.7259947145,373,-1.34931644,0.316895224,1740.9840137 +91,-1.535340789,0.7260435356,373,-1.34931644,0.316895224,1738.6594713 +92,-1.539325716,0.7244369706,373,-1.34931644,0.316895224,1737.8160169 +93,-1.537308932,0.7244801057,373,-1.34931644,0.316895224,1735.4553413 +94,-1.535289068,0.7245247645,373,-1.34931644,0.316895224,1733.1201487 +95,-1.533261366,0.7245550236,373,-1.34931644,0.316895224,1730.7473721 +96,-1.539267302,0.722921924,373,-1.34931644,0.316895224,1732.3050003 +97,-1.537248972,0.7229660258,373,-1.34931644,0.316895224,1729.935679 +98,-1.535219431,0.7229916471,373,-1.34931644,0.316895224,1727.5098453 +99,-1.53318962,0.7230212049,373,-1.34931644,0.316895224,1725.121899 +100,-1.531154816,0.7230299897,373,-1.34931644,0.316895224,1722.6769468 +101,-1.528878341,0.7230370244,373,-1.34931644,0.316895224,1719.9600511 +102,-1.539218189,0.7214009878,373,-1.34931644,0.316895224,1726.7874962 +103,-1.537198791,0.7214422745,373,-1.34931644,0.316895224,1724.3963108 +104,-1.535179266,0.7214634354,373,-1.34931644,0.316895224,1721.956481 +105,-1.533156501,0.7214944644,373,-1.34931644,0.316895224,1719.5720587 +106,-1.53113574,0.7215166021,373,-1.34931644,0.316895224,1717.1820406 +107,-1.528874248,0.7215345535,373,-1.34931644,0.316895224,1714.5110868 +108,-1.539217656,0.7198512397,373,-1.34931644,0.316895224,1721.2314013 +109,-1.537199919,0.7199428763,373,-1.34931644,0.316895224,1719.0118578 +110,-1.545425832,0.727397149,373,-1.34931644,0.316895224,1756.1356082 +111,-1.543371177,0.7273916949,373,-1.34931644,0.316895224,1753.5041653 +112,-1.541368852,0.7274523163,373,-1.34931644,0.316895224,1751.1989016 +113,-1.545349067,0.7258710923,373,-1.34931644,0.316895224,1750.5863228 +114,-1.54332671,0.7258603556,373,-1.34931644,0.316895224,1747.9667461 +115,-1.541346831,0.7259242142,373,-1.34931644,0.316895224,1745.6908771 +116,-1.545324355,0.7243383958,373,-1.34931644,0.316895224,1745.0831888 +117,-1.543292796,0.7243617413,373,-1.34931644,0.316895224,1742.5629583 +118,-1.541295822,0.7244024384,373,-1.34931644,0.316895224,1740.172172 +119,-1.543193859,0.7205570215,373,-1.34931644,0.316895224,1728.8413085 +120,-1.550257047,0.7386738187,373,-1.34931644,0.316895224,1802.5662639 +121,-1.549335448,0.7311736483,373,-1.34931644,0.316895224,1774.6223578 +122,-1.533478843,0.7179891343,373,-1.34931644,0.316895224,1707.3359318 +123,-1.556150555,0.738907041,373,-1.34931644,0.316895224,1810.9352765 +124,-1.554324226,0.733414257,373,-1.34931644,0.316895224,1789.0528426 +125,-1.554290846,0.7288285332,373,-1.34931644,0.316895224,1772.7430392 +126,-1.55122487,0.7219795312,373,-1.34931644,0.316895224,1744.4133399 +127,-1.525104458,0.7229399862,373,-1.34931644,0.316895224,1715.1274292 +128,-1.519607711,0.7236181429,373,-1.34931644,0.316895224,1711.2298121 +129,-1.513899999,0.7251107854,373,-1.34931644,0.316895224,1710.2972581 +130,-1.536620762,0.7431061895,373,-1.34931644,0.316895224,1801.8968491 +131,-1.5369566,0.7460845958,373,-1.34931644,0.316895224,1813.0927503 +132,-1.545345528,0.7447040685,373,-1.34931644,0.316895224,1818.1010894 +133,-1.532813921,0.7432306626,373,-1.34931644,0.316895224,1797.9180909 +134,-1.554788248,0.7382381001,373,-1.34931644,0.316895224,1806.7973278 +135,-1.540348126,0.7301594274,373,-1.34931644,0.316895224,1759.6486205 +136,-1.538016084,0.7239051786,373,-1.34931644,0.316895224,1734.2682248 +137,-1.525288962,0.7258085137,373,-1.34931644,0.316895224,1725.7814881 +138,-1.534326986,0.731241342,373,-1.34931644,0.316895224,1756.2035615 +139,-1.530733872,0.7303625216,373,-1.34931644,0.316895224,1748.7345272 +141,-1.534354939,0.7328219978,373,-1.34931644,0.316895224,1761.9563815 +142,-1.53157084,0.7292888153,373,-1.34931644,0.316895224,1745.8356136 +143,-1.525691035,0.7263799874,373,-1.34931644,0.316895224,1728.3312839 +144,-1.534031287,0.7495967835,373,-1.34931644,0.316895224,1822.4877242 +145,-1.527714986,0.7283095957,373,-1.34931644,0.316895224,1737.7202189 +146,-1.526189586,0.7271468292,373,-1.34931644,0.316895224,1731.7046292 +147,-1.555177336,0.7375563366,373,-1.34931644,0.316895224,1804.8758942 +148,-1.555080283,0.7312707794,373,-1.34931644,0.316895224,1782.4389765 +149,-1.53856994,0.7224180299,373,-1.34931644,0.316895224,1729.6198991 +150,-1.530837883,0.729933372,373,-1.34931644,0.316895224,1747.3009381 +151,-1.515066984,0.5854133365,373,-1.34931644,0.316895224,1215.156836 +152,-1.534731633,0.5368370046,373,-1.34931644,0.316895224,1096.7005495 +153,-1.515231902,0.5607085576,373,-1.34931644,0.316895224,1132.9325426 +154,-2.616253799,1.0684566605,373,-1.34931644,0.316895224,4548.5520396 +155,-1.956071439,0.5792177723,373,-1.34931644,0.316895224,2387.0324733 +156,-1.951208514,0.5602434208,373,-1.34931644,0.316895224,2350.202488 +157,-1.944675062,0.6062144545,373,-1.34931644,0.316895224,2385.3655243 +158,-1.613778386,0.6077989518,373,-1.34931644,0.316895224,1481.4955037 +159,-2.035029014,0.6021432345,373,-1.34931644,0.316895224,2661.7235981 +160,-2.114989471,0.6801825058,373,-1.34931644,0.316895224,2988.8785318 +161,-2.037382079,0.5765830025,373,-1.34931644,0.316895224,2644.8915557 +162,-2.129855121,0.6585019963,373,-1.34931644,0.316895224,3011.2791328 +163,-2.075141798,0.6493615843,373,-1.34931644,0.316895224,2835.7742319 +164,-1.828626729,0.6948433129,373,-1.34931644,0.316895224,2218.7719205 +165,-1.863329418,0.6735427691,373,-1.34931644,0.316895224,2263.6429525 +166,-1.266037071,0.727988852,373,-1.34931644,0.316895224,1652.5402643 +167,-1.277579582,0.7249010648,373,-1.34931644,0.316895224,1634.2778137 +168,-1.258418684,0.7241194816,373,-1.34931644,0.316895224,1642.1548655 +169,-1.317813974,0.6804850104,373,-1.34931644,0.316895224,1444.2551044 +170,-1.344165204,0.6790988904,373,-1.34931644,0.316895224,1434.7983808 +171,-1.427582102,0.5277120351,373,-1.34931644,0.316895224,881.35076465 +172,-1.402238616,0.457167829,373,-1.34931644,0.316895224,588.47415844 +173,-1.422454264,0.4996161999,373,-1.34931644,0.316895224,770.85034726 +174,-1.439089277,0.4894859811,373,-1.34931644,0.316895224,757.5683363 +175,-1.448126995,0.5182330266,373,-1.34931644,0.316895224,873.66528512 +176,-1.474626146,0.5881926574,373,-1.34931644,0.316895224,1162.7125857 +177,-1.421139645,0.5584869783,373,-1.34931644,0.316895224,990.75606632 +178,-1.457037165,0.565943032,373,-1.34931644,0.316895224,1058.6091481 +179,-2.757159358,0.3745319,373,-1.34931644,0.316895224,5190.4665688 +180,-2.714309238,0.342054471,373,-1.34931644,0.316895224,5067.0285459 +181,-2.000525337,0.774119946,373,-1.34931644,0.316895224,2813.0733885 +183,-1.571413436,0.6777838382,373,-1.34931644,0.316895224,1621.2043623 +184,-1.552860289,0.6987663893,373,-1.34931644,0.316895224,1664.9648803 +185,-1.521852374,0.7165827476,373,-1.34931644,0.316895224,1688.1683484 +186,-1.503656267,0.6928968252,373,-1.34931644,0.316895224,1580.4383344 +187,-1.502753178,0.7136205882,373,-1.34931644,0.316895224,1655.8038094 +188,-1.631894563,0.7343596465,373,-1.34931644,0.316895224,1908.5360983 +189,-1.653765416,0.6770714026,373,-1.34931644,0.316895224,1770.3085859 +190,-1.719812114,0.6715965947,373,-1.34931644,0.316895224,1898.8459867 +191,-1.493406659,0.6646955447,373,-1.34931644,0.316895224,1465.0583312 +192,-1.469120564,0.6613469966,373,-1.34931644,0.316895224,1426.0851511 +193,-1.590551461,0.5326612937,373,-1.34931644,0.316895224,1217.7875858 +194,-1.625979264,0.5247742243,373,-1.34931644,0.316895224,1292.91688 +195,-1.572293943,0.5238808754,373,-1.34931644,0.316895224,1148.1089283 +196,-1.610848725,0.5477107964,373,-1.34931644,0.316895224,1308.9313573 +197,-1.208485554,0.7918526018,373,-1.34931644,0.316895224,1937.769894 +198,-1.335601374,0.6869083083,373,-1.34931644,0.316895224,1466.3785055 +199,-1.346156996,0.6825213377,373,-1.34931644,0.316895224,1448.2858068 +200,-1.324381037,0.6741422347,373,-1.34931644,0.316895224,1417.6670597 +201,-1.242424992,0.7378949807,373,-1.34931644,0.316895224,1706.0548237 +202,-1.270370057,0.7392461008,373,-1.34931644,0.316895224,1693.9417902 +203,-1.448950472,0.7441675014,373,-1.34931644,0.316895224,1725.2638789 +204,-1.492662363,0.7523026852,373,-1.34931644,0.316895224,1790.3053865 +205,-1.479098966,0.7763855017,373,-1.34931644,0.316895224,1870.3182664 +206,-1.633760714,0.7869022408,373,-1.34931644,0.316895224,2085.1809791 +207,-1.647406434,0.8101289331,373,-1.34931644,0.316895224,2183.1501536 +208,-1.564245052,0.5701509278,373,-1.34931644,0.316895224,1261.690585 +209,-1.646289963,0.6833746083,373,-1.34931644,0.316895224,1774.2939311 +210,-1.5820631,0.6751952144,373,-1.34931644,0.316895224,1630.2169444 +211,-1.613236298,0.6681681791,373,-1.34931644,0.316895224,1663.4203813 +212,-1.914661867,0.8212566515,373,-1.34931644,0.316895224,2711.1901852 +213,-1.742133237,0.7250275956,373,-1.34931644,0.316895224,2092.3716624 +214,-2.033144872,0.6557314699,373,-1.34931644,0.316895224,2717.1163808 +215,-2.039551981,0.6964723658,373,-1.34931644,0.316895224,2790.3121575 +216,-1.247341019,0.7622473908,373,-1.34931644,0.316895224,1796.5898037 +217,-1.298239787,0.7084123392,373,-1.34931644,0.316895224,1560.5384796 +218,-1.308539688,0.6926545592,373,-1.34931644,0.316895224,1494.9298027 +219,-1.303263185,0.6888938396,373,-1.34931644,0.316895224,1481.9385716 +220,-1.852400229,0.6004246149,373,-1.34931644,0.316895224,2098.3279539 +221,-1.288947707,0.7473773692,373,-1.34931644,0.316895224,1717.1508451 +222,-1.372031502,0.7472790993,373,-1.34931644,0.316895224,1706.4568415 +223,-1.289805721,0.7242157877,373,-1.34931644,0.316895224,1625.9482939 +224,-1.350807603,0.7533498126,373,-1.34931644,0.316895224,1728.8038457 +225,-1.329290365,0.7560442322,373,-1.34931644,0.316895224,1740.7602148 +226,-1.410153004,0.616936428,373,-1.34931644,0.316895224,1207.5303735 +227,-1.393445434,0.6308995063,373,-1.34931644,0.316895224,1253.3149316 +228,-1.37595573,0.6241540638,373,-1.34931644,0.316895224,1220.6300303 +229,-1.358388707,0.6172645205,373,-1.34931644,0.316895224,1190.1896052 +230,-1.753741133,0.8281661666,373,-1.34931644,0.316895224,2411.7840927 +231,-1.47430987,0.6834615681,373,-1.34931644,0.316895224,1514.2220669 +232,-1.421012508,0.7222725206,373,-1.34931644,0.316895224,1623.9976292 +233,-1.4476833,0.6978557868,373,-1.34931644,0.316895224,1546.0472491 +234,-1.470370723,0.6966193374,373,-1.34931644,0.316895224,1560.093294 +235,-1.429211703,0.7037216883,373,-1.34931644,0.316895224,1556.3049325 +236,-1.700578405,0.6178673663,373,-1.34931644,0.316895224,1714.6941333 +237,-1.678117619,0.6331716163,373,-1.34931644,0.316895224,1699.4337326 +238,-1.725644578,0.6316331145,373,-1.34931644,0.316895224,1811.6903561 +239,-2.14012759,0.7930497945,373,-1.34931644,0.316895224,3200.6155092 +240,-2.103289431,0.7653606263,373,-1.34931644,0.316895224,3064.2278266 +241,-1.318739838,0.7017808746,373,-1.34931644,0.316895224,1528.106584 +242,-1.396417427,0.7077900843,373,-1.34931644,0.316895224,1556.6373818 +243,-1.35650337,0.7185539404,373,-1.34931644,0.316895224,1591.1573274 +244,-1.248884539,0.7274156818,373,-1.34931644,0.316895224,1661.208689 +245,-1.395014798,0.5761185243,373,-1.34931644,0.316895224,1039.5606245 +246,-1.433377362,0.6064716109,373,-1.34931644,0.316895224,1184.6546028 +247,-1.408172432,0.5903155476,373,-1.34931644,0.316895224,1102.890556 +248,-1.749645898,0.7757118084,373,-1.34931644,0.316895224,2250.1322657 +249,-1.571626686,0.615046989,373,-1.34931644,0.316895224,1415.9703233 +250,-1.514070049,0.6303003037,373,-1.34931644,0.316895224,1368.6601186 +251,-1.480890369,0.6237966528,373,-1.34931644,0.316895224,1300.19752 +252,-1.704390658,0.5281680612,373,-1.34931644,0.316895224,1527.4075578 +253,-1.64434733,0.5254277498,373,-1.34931644,0.316895224,1345.9839574 +254,-1.703855997,0.4792484842,373,-1.34931644,0.316895224,1442.5788176 +255,-1.692002383,0.5748825051,373,-1.34931644,0.316895224,1589.7200643 +256,-1.854136457,0.5544643913,373,-1.34931644,0.316895224,2033.0667597 +257,-1.665021206,0.520317736,373,-1.34931644,0.316895224,1394.8542684 +258,-1.733654349,0.4845187345,373,-1.34931644,0.316895224,1547.566869 +259,-1.720938188,0.5135933906,373,-1.34931644,0.316895224,1551.9132366 +260,-1.742668307,0.553296122,373,-1.34931644,0.316895224,1689.1031487 +261,-1.965659039,0.7142126903,373,-1.34931644,0.316895224,2614.2640857 +262,-1.944438071,0.6772834804,373,-1.34931644,0.316895224,2492.53678 +263,-1.270340967,0.7681487096,373,-1.34931644,0.316895224,1806.6659094 +264,-1.353091884,0.6549276821,373,-1.34931644,0.316895224,1339.010715 +265,-1.333236659,0.6413584414,373,-1.34931644,0.316895224,1286.4212032 +266,-1.352015998,0.6753788907,373,-1.34931644,0.316895224,1419.9843111 +267,-1.377988483,0.6577816235,373,-1.34931644,0.316895224,1353.9079799 +268,-2.13075611,0.8318642051,373,-1.34931644,0.316895224,3234.8158339 +269,-2.097910953,0.8259670014,373,-1.34931644,0.316895224,3145.0461219 +270,-1.416382069,0.6694271549,373,-1.34931644,0.316895224,1415.4707194 +271,-1.538905672,0.7535625993,373,-1.34931644,0.316895224,1842.499097 +272,-1.572309477,0.7803125099,373,-1.34931644,0.316895224,1978.6240582 +273,-1.87759879,0.7503853417,373,-1.34931644,0.316895224,2463.4486781 +274,1.152365588,0.590457682,373,-1.34931644,0.316895224,8113.7691289 +275,0.350198001,0.718001859,373,-1.34931644,0.316895224,5772.7824801 +276,0.046513677,0.491503852,373,-1.34931644,0.316895224,5044.5010196 +277,0.027510309,0.742571376,373,-1.34931644,0.316895224,4823.9653915 +278,0.306285725,-0.214631579,373,-1.34931644,0.316895224,6798.3432569 +279,-1.100564889,0.318051531,373,-1.34931644,0.316895224,935.8410833 +280,-1.078582306,0.301437596,373,-1.34931644,0.316895224,1023.0635846 +281,-1.137371989,-0.617634065,373,-1.34931644,0.316895224,3786.3717655 +282,0.784356344,0.703272339,373,-1.34931644,0.316895224,6959.8183624 +283,-1.221209947,0.218327455,373,-1.34931644,0.316895224,625.8222741 +284,2.347301921,-0.449114658,373,-1.34931644,0.316895224,10344.293438 +285,0.246820618,0.830553713,373,-1.34931644,0.316895224,5368.3514001 +286,0.829414965,0.703288228,373,-1.34931644,0.316895224,7069.7844442 +287,-1.337537566,0.42332223,373,-1.34931644,0.316895224,423.79240732 +288,0.882453706,0.454478077,373,-1.34931644,0.316895224,7797.2540378 +289,1.575629659,0.416419109,373,-1.34931644,0.316895224,9420.9179424 +290,-1.039455679,0.229888244,373,-1.34931644,0.316895224,1230.2246203 +291,0.489558039,0.934482747,373,-1.34931644,0.316895224,5820.9053224 +292,0.081344504,0.88384514,373,-1.34931644,0.316895224,4910.3349067 +293,-1.547979814,0.300350308,373,-1.34931644,0.316895224,752.46045945 +294,0.040776181,0.168560074,373,-1.34931644,0.316895224,5340.7559528 +295,-1.130374745,0.563894876,373,-1.34931644,0.316895224,1251.7697662 +296,1.578326642,0.478507176,373,-1.34931644,0.316895224,9187.9521735 +297,-1.12861823,-0.291640865,373,-1.34931644,0.316895224,2559.3758924 +298,0.310524208,0.770885792,373,-1.34931644,0.316895224,5599.4056486 +299,0.415649091,-0.387246002,373,-1.34931644,0.316895224,7376.7947215 +300,-0.926533878,-0.188022748,373,-1.34931644,0.316895224,2594.612731 +301,1.258856172,-0.11716081,373,-1.34931644,0.316895224,10238.845916 +302,-1.126050026,0.322941926,373,-1.34931644,0.316895224,839.65358696 +303,2.002785835,0.07893892,373,-1.34931644,0.316895224,10673.431585 +304,0.440437607,0.746258085,373,-1.34931644,0.316895224,5984.0716854 +305,-0.030391866,0.214441206,373,-1.34931644,0.316895224,5024.596866 +306,0.521557815,-0.058929362,373,-1.34931644,0.316895224,7423.5874004 +307,-0.097005111,0.13317729,373,-1.34931644,0.316895224,4863.4442716 +308,1.83113859,0.221857587,373,-1.34931644,0.316895224,10304.451614 +309,0.222428864,0.099404236,373,-1.34931644,0.316895224,6102.9659531 +310,-1.702731345,0.8728568183,373,-1.34931644,0.316895224,2470.9480347 +311,-0.418507569,0.278324921,373,-1.34931644,0.316895224,3516.022342 +312,-1.41153306,0.339029988,373,-1.34931644,0.316895224,249.22563177 +313,0.357560442,0.114788776,373,-1.34931644,0.316895224,6588.308182 +314,0.325818979,0.268352149,373,-1.34931644,0.316895224,6272.6213225 +315,-1.246004659,-0.663679965,373,-1.34931644,0.316895224,3903.0552487 +316,1.814603087,0.637404484,373,-1.34931644,0.316895224,8662.9434752 +317,1.843704281,-0.18300445,373,-1.34931644,0.316895224,11878.031181 +318,1.690644492,-0.211480909,373,-1.34931644,0.316895224,11873.609693 +319,-1.275451936,0.068109467,373,-1.34931644,0.316895224,1026.1993536 +320,0.762430171,-0.207594741,373,-1.34931644,0.316895224,8495.7064639 +321,0.265668905,-0.014647884,373,-1.34931644,0.316895224,6406.3157753 +322,-2.773032013,-0.335515811,373,-1.34931644,0.316895224,6107.4867762 +323,-1.469512853,0.174058777,373,-1.34931644,0.316895224,730.02581384 +324,0.286276986,0.785925691,373,-1.34931644,0.316895224,5517.1956038 +325,-1.379324697,0.377432233,373,-1.34931644,0.316895224,264.54735401 +326,-1.203778265,0.212813032,373,-1.34931644,0.316895224,692.20000587 +327,0.579916301,0.611743168,373,-1.34931644,0.316895224,6594.5290563 +328,0.267582642,0.868113908,373,-1.34931644,0.316895224,5385.9093141 +329,0.412869244,-0.050245578,373,-1.34931644,0.316895224,7004.0422191 +330,0.17524381,0.976660285,373,-1.34931644,0.316895224,5086.2504871 +331,0.743157214,0.204812899,373,-1.34931644,0.316895224,7853.008176 +332,-1.070758176,0.269382282,373,-1.34931644,0.316895224,1072.5283038 +333,-1.230364251,0.329790229,373,-1.34931644,0.316895224,449.63272444 +334,-1.374813124,-0.024926835,373,-1.34931644,0.316895224,1357.6007839 +335,0.519780566,0.463669906,373,-1.34931644,0.316895224,6660.1566549 +336,-1.55108034,0.239698561,373,-1.34931644,0.316895224,826.72759711 +337,0.180294813,0.029739425,373,-1.34931644,0.316895224,6030.2480604 +338,0.67820924,0.268170153,373,-1.34931644,0.316895224,7518.4496274 +339,0.445798684,1.024001867,373,-1.34931644,0.316895224,5600.3418566 +340,0.691751283,0.150521402,373,-1.34931644,0.316895224,7761.4943161 +341,-1.036643551,-0.903056181,373,-1.34931644,0.316895224,4951.9126285 +342,-0.120287036,1.083325163,373,-1.34931644,0.316895224,4485.4400435 +343,2.823513113,-0.304487164,373,-1.34931644,0.316895224,8572.2015923 +344,0.457583172,1.12513373,373,-1.34931644,0.316895224,5483.4001189 +345,0.042918831,0.813795399,373,-1.34931644,0.316895224,4837.6037001 +346,1.196146777,-0.853142756,373,-1.34931644,0.316895224,9592.1969474 +347,0.206001358,-0.010430701,373,-1.34931644,0.316895224,6176.5456744 +348,-0.268308653,0.234799412,373,-1.34931644,0.316895224,4114.7245319 +349,0.759363263,0.736189579,373,-1.34931644,0.316895224,6824.3355332 +350,0.181363926,0.891988372,373,-1.34931644,0.316895224,5153.545791 +351,-0.021111158,0.139103292,373,-1.34931644,0.316895224,5142.0577663 +352,-0.093355215,0.630686981,373,-1.34931644,0.316895224,4498.9494494 +353,0.40118964,0.681375926,373,-1.34931644,0.316895224,5966.8280878 +354,-0.721197315,1.304706234,373,-1.34931644,0.316895224,4135.0053794 +355,-1.076150317,0.212107639,373,-1.34931644,0.316895224,1123.087079 +356,-1.577164531,0.273993443,373,-1.34931644,0.316895224,879.72825523 +357,-0.190788414,0.182208586,373,-1.34931644,0.316895224,4457.3373044 +358,-0.261349752,0.209710184,373,-1.34931644,0.316895224,4164.5084114 +359,-1.029303852,0.083549259,373,-1.34931644,0.316895224,1545.6575713 +360,-1.268609162,0.330525297,373,-1.34931644,0.316895224,307.83762699 +361,1.282982244,-0.926641967,373,-1.34931644,0.316895224,9565.413429 +362,0.217352334,0.731352408,373,-1.34931644,0.316895224,5379.6562571 +363,-1.511833084,0.258629297,373,-1.34931644,0.316895224,658.839612 +364,0.338812194,0.823184618,373,-1.34931644,0.316895224,5613.9548642 +365,-0.324406489,1.134201999,373,-1.34931644,0.316895224,4189.0259251 +366,1.389579348,0.399185724,373,-1.34931644,0.316895224,9207.3803602 +367,2.047152199,-0.039082036,373,-1.34931644,0.316895224,10963.634375 +368,0.947780369,0.568250077,373,-1.34931644,0.316895224,7698.3497566 +369,0.763824846,0.576754987,373,-1.34931644,0.316895224,7186.7597108 +370,-0.142334657,0.928153068,373,-1.34931644,0.316895224,4363.7620528 +371,0.610266567,0.547265983,373,-1.34931644,0.316895224,6800.0375204 +372,0.210731629,0.746815056,373,-1.34931644,0.316895224,5346.6531272 +373,-1.34931644,0.316895224,373,-1.34931644,0.316895224,0 +374,2.407696481,0.655030745,373,-1.34931644,0.316895224,7962.6568873 +375,0.64207831,0.545359131,373,-1.34931644,0.316895224,6898.7925003 +376,1.174597538,0.840588356,373,-1.34931644,0.316895224,7364.7481022 +377,0.660059424,0.010604079,373,-1.34931644,0.316895224,7852.7301471 +378,-0.730263819,0.010486456,373,-1.34931644,0.316895224,2696.4484168 +379,0.831068936,0.512339172,373,-1.34931644,0.316895224,7518.034821 +380,1.301180979,0.72367476,373,-1.34931644,0.316895224,7945.6766935 +381,1.811128231,0.322854402,373,-1.34931644,0.316895224,9908.7380266 +382,0.435105812,0.992284428,373,-1.34931644,0.316895224,5622.4670589 +383,0.62643634,0.592027932,373,-1.34931644,0.316895224,6765.3033282 +384,0.492988703,-0.516339467,373,-1.34931644,0.316895224,7746.4668451 +385,-0.162469483,0.112549365,373,-1.34931644,0.316895224,4640.6985985 +386,0.314630866,0.472006421,373,-1.34931644,0.316895224,5972.3587503 +387,0.166744804,0.822815954,373,-1.34931644,0.316895224,5164.5254751 +388,0.417159608,0.965805736,373,-1.34931644,0.316895224,5620.5969686 +389,0.106334961,0.868774244,373,-1.34931644,0.316895224,4979.9838847 +390,0.815086969,-0.338144359,373,-1.34931644,0.316895224,8794.5535101 +391,0.59867455,-0.230624824,373,-1.34931644,0.316895224,7903.6936787 +392,1.915104874,0.066220985,373,-1.34931644,0.316895224,10852.344815 +393,1.278093622,0.064463721,373,-1.34931644,0.316895224,9931.7982779 +394,-0.061477853,0.302997961,373,-1.34931644,0.316895224,4821.6776579 +395,0.251311504,0.626976942,373,-1.34931644,0.316895224,5585.9321371 +396,2.950242872,0.149095644,373,-1.34931644,0.316895224,7556.9925068 +397,-0.180294708,0.35375117,373,-1.34931644,0.316895224,4344.0812514 +398,1.010448592,-0.351180233,373,-1.34931644,0.316895224,9523.7042789 +399,-1.748740498,0.3686318073,373,-1.34931644,0.316895224,1502.7591001 +400,2.699635665,0.123533791,373,-1.34931644,0.316895224,8492.2964919 +401,0.496808033,0.823843254,373,-1.34931644,0.316895224,6011.3169518 +402,0.129574704,0.763364087,373,-1.34931644,0.316895224,5104.2239058 +403,1.798920311,0.817447563,373,-1.34931644,0.316895224,7950.6540138 +404,0.335987953,0.746786541,373,-1.34931644,0.316895224,5697.5376251 +405,-1.085413643,0.292154671,373,-1.34931644,0.316895224,1001.7334499 +406,-0.155321003,0.508207011,373,-1.34931644,0.316895224,4341.6129699 +407,0.620529244,-0.301175104,373,-1.34931644,0.316895224,8048.7114075 +408,1.684402744,0.368716966,373,-1.34931644,0.316895224,9696.0654749 +409,0.300582244,-0.386397212,373,-1.34931644,0.316895224,6966.9523456 +410,2.913555946,-0.009225192,373,-1.34931644,0.316895224,7920.2757845 +411,1.465101417,0.493232532,373,-1.34931644,0.316895224,8998.7247733 +412,0.090612882,0.907955955,373,-1.34931644,0.316895224,4923.6207666 +413,2.987564726,-0.729568594,373,-1.34931644,0.316895224,8148.7488616 +414,-1.484261606,0.224149272,373,-1.34931644,0.316895224,632.456186 +415,0.164073421,0.303955133,373,-1.34931644,0.316895224,5644.4059933 +416,0.141441293,0.167552546,373,-1.34931644,0.316895224,5718.0078938 +417,2.931321023,-0.506718887,373,-1.34931644,0.316895224,8290.8354301 +418,2.21951565,0.700596356,373,-1.34931644,0.316895224,8116.1932542 +419,0.268112576,1.199114336,373,-1.34931644,0.316895224,5121.5082268 +420,0.978913739,0.359223811,373,-1.34931644,0.316895224,8303.3530268 +421,1.210898818,0.522863584,373,-1.34931644,0.316895224,8445.7040219 +422,2.347397336,0.129231362,373,-1.34931644,0.316895224,9645.3406649 +423,0.614394501,0.556878345,373,-1.34931644,0.316895224,6794.8832725 +424,-1.398079356,0.148483366,373,-1.34931644,0.316895224,692.97908183 +425,2.535303836,-0.112984496,373,-1.34931644,0.316895224,9465.7720593 +426,-1.019372593,-0.405322349,373,-1.34931644,0.316895224,3132.5595362 +427,-1.297785627,-0.160104069,373,-1.34931644,0.316895224,1900.1090103 +428,2.144554488,0.205051084,373,-1.34931644,0.316895224,9959.8186991 +429,-2.242387083,-0.426171285,373,-1.34931644,0.316895224,4532.5374449 +430,0.338637212,0.909723676,373,-1.34931644,0.316895224,5513.982138 +431,-0.148798452,0.691042401,373,-1.34931644,0.316895224,4312.6148807 +432,0.893524764,0.441829531,373,-1.34931644,0.316895224,7858.5648801 +433,0.969229347,-0.368847936,373,-1.34931644,0.316895224,9377.5013074 +434,0.436043248,0.800045688,373,-1.34931644,0.316895224,5894.370234 +435,1.687946607,1.081504775,373,-1.34931644,0.316895224,6895.0248381 +436,0.522302046,-0.034889271,373,-1.34931644,0.316895224,7396.6738582 +437,-0.178996113,-0.438090009,373,-1.34931644,0.316895224,5411.1227468 +438,-1.094339566,0.301444068,373,-1.34931644,0.316895224,963.76755459 +439,-1.064070054,0.242569932,373,-1.34931644,0.316895224,1124.5671391 +440,-1.068153768,0.230387998,373,-1.34931644,0.316895224,1125.0264284 +441,-3.00496892,-0.23989155,373,-1.34931644,0.316895224,6827.4114688 +442,0.21751974,0.766874888,373,-1.34931644,0.316895224,5347.6303042 +443,0.117229532,0.007619006,373,-1.34931644,0.316895224,5820.1787727 +444,0.777758451,0.420554741,373,-1.34931644,0.316895224,7557.3558213 +445,-0.252356999,0.250747086,373,-1.34931644,0.316895224,4160.082073 +446,0.363148444,0.768483434,373,-1.34931644,0.316895224,5744.9418537 +447,0.903191366,-0.118210676,373,-1.34931644,0.316895224,8928.2929167 +448,-0.205755923,0.149406178,373,-1.34931644,0.316895224,4436.1407042 +449,1.811996086,0.02364353,373,-1.34931644,0.316895224,11092.785789 +450,-1.100670221,0.314845373,373,-1.34931644,0.316895224,935.96271608 +451,0.340078597,0.850105132,373,-1.34931644,0.316895224,5585.6636646 +452,0.258757267,0.804969236,373,-1.34931644,0.316895224,5424.0580374 +453,2.78505352,-0.155160804,373,-1.34931644,0.316895224,8581.4578477 +454,0.800551619,0.105822106,373,-1.34931644,0.316895224,8223.8932017 +455,0.437940882,-0.506194031,373,-1.34931644,0.316895224,7552.2458733 +456,2.230431122,0.63458615,373,-1.34931644,0.316895224,8333.4703294 +457,0.527965361,0.127667701,373,-1.34931644,0.316895224,7201.034809 +458,-0.063643205,0.702093448,373,-1.34931644,0.316895224,4568.9416264 +459,1.408447268,0.133010502,373,-1.34931644,0.316895224,10114.121368 +460,0.523795955,0.280266966,373,-1.34931644,0.316895224,6961.6608897 +461,-0.975769313,0.072177659,373,-1.34931644,0.316895224,1741.9351299 +462,0.549774164,-0.463663986,373,-1.34931644,0.316895224,7910.0062172 +463,0.29245874,1.095549818,373,-1.34931644,0.316895224,5236.3890886 +464,0.143625958,0.816809593,373,-1.34931644,0.316895224,5107.1011243 +465,0.671902494,0.611159853,373,-1.34931644,0.316895224,6858.3238952 +466,1.239840988,0.6724199,373,-1.34931644,0.316895224,8020.7584535 +467,0.607829703,-0.10932137,373,-1.34931644,0.316895224,7808.433547 +468,1.763020906,0.263996692,373,-1.34931644,0.316895224,10140.104021 +469,0.378714634,0.726066797,373,-1.34931644,0.316895224,5842.5577254 +470,2.196736143,-0.153862366,373,-1.34931644,0.316895224,10759.83852 +471,0.01702415,0.148991565,373,-1.34931644,0.316895224,5273.9691213 +472,-2.998490902,-0.158002487,373,-1.34931644,0.316895224,6708.385769 +473,-3.051262951,-0.346595608,373,-1.34931644,0.316895224,7111.6180601 +474,-1.069176439,0.182802941,373,-1.34931644,0.316895224,1198.1573194 +475,0.167157509,0.595344954,373,-1.34931644,0.316895224,5353.589006 +476,0.613855648,0.681746124,373,-1.34931644,0.316895224,6562.0441482 +477,1.037012736,0.682555367,373,-1.34931644,0.316895224,7597.2367193 +478,-1.253574971,0.379755746,373,-1.34931644,0.316895224,434.72800292 +479,3.108590453,-0.132620738,373,-1.34931644,0.316895224,7339.0806111 +480,0.565301296,0.022333262,373,-1.34931644,0.316895224,7484.0106966 +481,0.547898238,0.855555614,373,-1.34931644,0.316895224,6081.523976 +482,0.948309381,0.417393755,373,-1.34931644,0.316895224,8074.707898 +483,-0.050600732,0.945269213,373,-1.34931644,0.316895224,4582.6909071 +484,-0.977651478,-0.572363064,373,-1.34931644,0.316895224,3793.2124048 +485,1.102014914,0.728861163,373,-1.34931644,0.316895224,7591.8121397 +486,2.927300795,-0.282939414,373,-1.34931644,0.316895224,8169.6221114 +487,-1.154565557,0.124434095,373,-1.34931644,0.316895224,1070.3363429 +488,1.855331234,0.291044755,373,-1.34931644,0.316895224,10023.282011 +489,0.830290659,0.276904518,373,-1.34931644,0.316895224,8015.6439976 +490,0.485104466,-0.234867441,373,-1.34931644,0.316895224,7484.2707133 +491,0.521367572,-0.33161327,373,-1.34931644,0.316895224,7709.8149398 +1,-1.539031704,0.7349710123,374,2.407696481,0.655030745,6218.7886815 +2,-1.536990553,0.7349663874,374,2.407696481,0.655030745,6222.2294217 +3,-1.534951779,0.7349571355,374,2.407696481,0.655030745,6225.6745346 +4,-1.532906461,0.7349480293,374,2.407696481,0.655030745,6229.1234204 +5,-1.531320211,0.7346937278,374,2.407696481,0.655030745,6232.5999397 +6,-1.539451648,0.7335131775,374,2.407696481,0.655030745,6222.819811 +7,-1.537429487,0.7335445708,374,2.407696481,0.655030745,6226.1174107 +8,-1.535484998,0.7335658704,374,2.407696481,0.655030745,6229.3108537 +9,-1.533488396,0.7336036027,374,2.407696481,0.655030745,6232.5316928 +10,-1.531497785,0.7335842962,374,2.407696481,0.655030745,6235.9218389 +11,-1.530259379,0.7334777758,374,2.407696481,0.655030745,6238.3361274 +12,-1.5335454,0.7322346912,374,2.407696481,0.655030745,6236.8963945 +13,-1.531489083,0.7322238773,374,2.407696481,0.655030745,6240.3730016 +14,-1.530011122,0.7321679851,374,2.407696481,0.655030745,6243.0246106 +15,-1.53348106,0.7306614094,374,2.407696481,0.655030745,6242.1302555 +16,-1.531441779,0.7306962275,374,2.407696481,0.655030745,6245.4341933 +17,-1.529755654,0.7306933243,374,2.407696481,0.655030745,6248.2641217 +18,-1.533415048,0.7291384674,374,2.407696481,0.655030745,6247.2031856 +19,-1.531392093,0.7291705353,374,2.407696481,0.655030745,6250.4931883 +20,-1.529296523,0.7291214933,374,2.407696481,0.655030745,6254.1625845 +21,-1.535280942,0.727267644,374,2.407696481,0.655030745,6250.1566471 +22,-1.533378158,0.7276139666,374,2.407696481,0.655030745,6252.2324929 +23,-1.531340368,0.7276446587,374,2.407696481,0.655030745,6255.556411 +24,-1.528960113,0.7276398177,374,2.407696481,0.655030745,6259.5629716 +25,-1.533313146,0.7260818349,374,2.407696481,0.655030745,6257.3341689 +26,-1.531259555,0.7260958115,374,2.407696481,0.655030745,6260.7436521 +27,-1.528926415,0.7260865555,374,2.407696481,0.655030745,6264.690855 +28,-1.531226779,0.7245511789,374,2.407696481,0.655030745,6265.8366354 +29,-1.528904772,0.7245519194,374,2.407696481,0.655030745,6269.7378025 +30,-1.547195875,0.7409785979,374,2.407696481,0.655030745,6185.5706564 +31,-1.5451475,0.740980426,374,2.407696481,0.655030745,6189.0107149 +32,-1.543097679,0.7409798872,374,2.407696481,0.655030745,6192.4541432 +33,-1.540720364,0.7409892687,374,2.407696481,0.655030745,6196.4067856 +34,-1.547188511,0.7395198392,374,2.407696481,0.655030745,6190.3055875 +35,-1.545148587,0.7395226109,374,2.407696481,0.655030745,6193.7329038 +36,-1.543104538,0.7395314908,374,2.407696481,0.655030745,6197.1406462 +37,-1.540727751,0.7395306258,374,2.407696481,0.655030745,6201.1309456 +38,-1.547187029,0.7380014886,374,2.407696481,0.655030745,6195.2235634 +39,-1.545147315,0.7380012252,374,2.407696481,0.655030745,6198.6650816 +40,-1.54310719,0.7380060743,374,2.407696481,0.655030745,6202.0840349 +41,-1.540719671,0.7380068206,374,2.407696481,0.655030745,6206.0926403 +42,-1.547187189,0.7364799098,374,2.407696481,0.655030745,6200.1492426 +43,-1.545149996,0.7364853874,374,2.407696481,0.655030745,6203.5726365 +44,-1.543106091,0.7364823484,374,2.407696481,0.655030745,6207.0282607 +45,-1.540717158,0.7364893901,374,2.407696481,0.655030745,6211.0243291 +46,-1.538663972,0.7410138672,374,2.407696481,0.655030745,6199.7648827 +47,-1.53695285,0.7409699132,374,2.407696481,0.655030745,6202.7634078 +48,-1.534910498,0.7409641297,374,2.407696481,0.655030745,6206.1844978 +49,-1.533145034,0.7409536636,374,2.407696481,0.655030745,6209.1541935 +50,-1.538681336,0.7395405883,374,2.407696481,0.655030745,6204.5245169 +51,-1.536999189,0.7395183096,374,2.407696481,0.655030745,6207.4080292 +52,-1.534923633,0.7395144222,374,2.407696481,0.655030745,6210.8829309 +53,-1.533267822,0.7395654306,374,2.407696481,0.655030745,6213.4737983 +54,-1.53867273,0.7380151077,374,2.407696481,0.655030745,6209.4972514 +55,-1.536980576,0.7379994392,374,2.407696481,0.655030745,6212.3798672 +56,-1.534931522,0.7379944961,374,2.407696481,0.655030745,6215.8187014 +57,-1.533387952,0.7379480264,374,2.407696481,0.655030745,6218.54402 +58,-1.538682279,0.7364914363,374,2.407696481,0.655030745,6214.4337071 +59,-1.536980704,0.7364810563,374,2.407696481,0.655030745,6217.3188334 +60,-1.534935567,0.7364752065,374,2.407696481,0.655030745,6220.75879 +61,-1.533042592,0.7363876366,374,2.407696481,0.655030745,6224.2045387 +62,-1.545143426,0.7349628011,374,2.407696481,0.655030745,6208.5176934 +63,-1.543105297,0.7349691947,374,2.407696481,0.655030745,6211.9376952 +64,-1.541064533,0.7349647152,374,2.407696481,0.655030745,6215.39071 +65,-1.545411803,0.7334624714,374,2.407696481,0.655030745,6212.9253694 +66,-1.543446606,0.7334780896,374,2.407696481,0.655030745,6216.1977869 +67,-1.541475327,0.7334957295,374,2.407696481,0.655030745,6219.4675819 +68,-1.545401939,0.731963266,374,2.407696481,0.655030745,6217.7996942 +69,-1.54342253,0.7319915583,374,2.407696481,0.655030745,6221.0594978 +70,-1.541455867,0.7320216438,374,2.407696481,0.655030745,6224.2854759 +71,-1.545410146,0.7304422281,374,2.407696481,0.655030745,6222.7141386 +72,-1.543435491,0.7304713664,374,2.407696481,0.655030745,6225.9677491 +73,-1.541463105,0.7304997613,374,2.407696481,0.655030745,6229.2134706 +74,-1.545414768,0.7289194936,374,2.407696481,0.655030745,6227.6401361 +75,-1.543435774,0.7289538557,374,2.407696481,0.655030745,6230.8887474 +76,-1.541457714,0.7289765881,374,2.407696481,0.655030745,6234.1669993 +77,-1.539449415,0.7320555866,374,2.407696481,0.655030745,6227.5595426 +78,-1.537429183,0.7321097681,374,2.407696481,0.655030745,6230.7842454 +79,-1.535472649,0.7321497267,374,2.407696481,0.655030745,6233.9413913 +80,-1.539457899,0.7305333307,374,2.407696481,0.655030745,6232.491305 +81,-1.537453161,0.7305750503,374,2.407696481,0.655030745,6235.7351316 +82,-1.535479385,0.7306124949,374,2.407696481,0.655030745,6238.9340638 +83,-1.53946905,0.7290102593,374,2.407696481,0.655030745,6237.4211637 +84,-1.537459922,0.7290417293,374,2.407696481,0.655030745,6240.7103875 +85,-1.535451349,0.7290890157,374,2.407696481,0.655030745,6243.9404484 +86,-1.535522937,0.7279887191,374,2.407696481,0.655030745,6247.4015378 +87,-1.539442524,0.7274735939,374,2.407696481,0.655030745,6242.4588774 +88,-1.537424111,0.727521351,374,2.407696481,0.655030745,6245.7153955 +89,-1.539384641,0.7259505092,374,2.407696481,0.655030745,6247.5056971 +90,-1.537372391,0.7259947145,374,2.407696481,0.655030745,6250.7678029 +91,-1.535340789,0.7260435356,374,2.407696481,0.655030745,6254.0406885 +92,-1.539325716,0.7244369706,374,2.407696481,0.655030745,6252.5235086 +93,-1.537308932,0.7244801057,374,2.407696481,0.655030745,6255.8011778 +94,-1.535289068,0.7245247645,374,2.407696481,0.655030745,6259.0722114 +95,-1.533261366,0.7245550236,374,2.407696481,0.655030745,6262.3964638 +96,-1.539267302,0.722921924,374,2.407696481,0.655030745,6257.5455928 +97,-1.537248972,0.7229660258,374,2.407696481,0.655030745,6260.8271597 +98,-1.535219431,0.7229916471,374,2.407696481,0.655030745,6264.1809584 +99,-1.53318962,0.7230212049,374,2.407696481,0.655030745,6267.5155079 +100,-1.531154816,0.7230299897,374,2.407696481,0.655030745,6270.9193129 +101,-1.528878341,0.7230370244,374,2.407696481,0.655030745,6274.7284088 +102,-1.539218189,0.7214009878,374,2.407696481,0.655030745,6262.5712297 +103,-1.537198791,0.7214422745,374,2.407696481,0.655030745,6265.8682393 +104,-1.535179266,0.7214634354,374,2.407696481,0.655030745,6269.2240862 +105,-1.533156501,0.7214944644,374,2.407696481,0.655030745,6272.5464666 +106,-1.53113574,0.7215166021,374,2.407696481,0.655030745,6275.8875865 +107,-1.528874248,0.7215345535,374,2.407696481,0.655030745,6279.6409182 +108,-1.539217656,0.7198512397,374,2.407696481,0.655030745,6267.6079473 +109,-1.537199919,0.7199428763,374,2.407696481,0.655030745,6270.7430928 +110,-1.545425832,0.727397149,374,2.407696481,0.655030745,6232.5538789 +111,-1.543371177,0.7273916949,374,2.407696481,0.655030745,6236.0647434 +112,-1.541368852,0.7274523163,374,2.407696481,0.655030745,6239.2656096 +113,-1.545349067,0.7258710923,374,2.407696481,0.655030745,6237.6292574 +114,-1.54332671,0.7258603556,374,2.407696481,0.655030745,6241.1068283 +115,-1.541346831,0.7259242142,374,2.407696481,0.655030745,6244.2635854 +116,-1.545324355,0.7243383958,374,2.407696481,0.655030745,6242.6376692 +117,-1.543292796,0.7243617413,374,2.407696481,0.655030745,6246.024992 +118,-1.541295822,0.7244024384,374,2.407696481,0.655030745,6249.2903789 +119,-1.543193859,0.7205570215,374,2.407696481,0.655030745,6258.5338766 +120,-1.550257047,0.7386738187,374,2.407696481,0.655030745,6187.8589474 +121,-1.549335448,0.7311736483,374,2.407696481,0.655030745,6213.6744645 +122,-1.533478843,0.7179891343,374,2.407696481,0.655030745,6283.4219927 +123,-1.556150555,0.738907041,374,2.407696481,0.655030745,6177.1055312 +124,-1.554324226,0.733414257,374,2.407696481,0.655030745,6197.9325948 +125,-1.554290846,0.7288285332,374,2.407696481,0.655030745,6212.7858029 +126,-1.55122487,0.7219795312,374,2.407696481,0.655030745,6240.1638679 +127,-1.525104458,0.7229399862,374,2.407696481,0.655030745,6281.3797192 +128,-1.519607711,0.7236181429,374,2.407696481,0.655030745,6288.3404484 +129,-1.513899999,0.7251107854,374,2.407696481,0.655030745,6292.9116386 +130,-1.536620762,0.7431061895,374,2.407696481,0.655030745,6196.3668192 +131,-1.5369566,0.7460845958,374,2.407696481,0.655030745,6186.1194944 +132,-1.545345528,0.7447040685,374,2.407696481,0.655030745,6176.6127232 +133,-1.532813921,0.7432306626,374,2.407696481,0.655030745,6202.2829647 +134,-1.554788248,0.7382381001,374,2.407696481,0.655030745,6181.5797006 +135,-1.540348126,0.7301594274,374,2.407696481,0.655030745,6232.2028771 +136,-1.538016084,0.7239051786,374,2.407696481,0.655030745,6256.4727836 +137,-1.525288962,0.7258085137,374,2.407696481,0.655030745,6271.6891742 +138,-1.534326986,0.731241342,374,2.407696481,0.655030745,6238.8218427 +139,-1.530733872,0.7303625216,374,2.407696481,0.655030745,6247.7075687 +141,-1.534354939,0.7328219978,374,2.407696481,0.655030745,6233.6269131 +142,-1.53157084,0.7292888153,374,2.407696481,0.655030745,6249.8078034 +143,-1.525691035,0.7263799874,374,2.407696481,0.655030745,6269.1483642 +144,-1.534031287,0.7495967835,374,2.407696481,0.655030745,6179.5275092 +145,-1.527714986,0.7283095957,374,2.407696481,0.655030745,6259.4588041 +146,-1.526189586,0.7271468292,374,2.407696481,0.655030745,6265.8080607 +147,-1.555177336,0.7375563366,374,2.407696481,0.655030745,6183.1168367 +148,-1.555080283,0.7312707794,374,2.407696481,0.655030745,6203.5551444 +149,-1.53856994,0.7224180299,374,2.407696481,0.655030745,6260.3676101 +150,-1.530837883,0.729933372,374,2.407696481,0.655030745,6248.933467 +151,-1.515066984,0.5854133365,374,2.407696481,0.655030745,6749.3124765 +152,-1.534731633,0.5368370046,374,2.407696481,0.655030745,6869.7789362 +153,-1.515231902,0.5607085576,374,2.407696481,0.655030745,6829.7947038 +154,-2.616253799,1.0684566605,374,2.407696481,0.655030745,3414.1186117 +155,-1.956071439,0.5792177723,374,2.407696481,0.655030745,5798.3427168 +156,-1.951208514,0.5602434208,374,2.407696481,0.655030745,5860.3329632 +157,-1.944675062,0.6062144545,374,2.407696481,0.655030745,5755.4529343 +158,-1.613778386,0.6077989518,374,2.407696481,0.655030745,6487.3708661 +159,-2.035029014,0.6021432345,374,2.407696481,0.655030745,5541.5041628 +160,-2.114989471,0.6801825058,374,2.407696481,0.655030745,5151.8588345 +161,-2.037382079,0.5765830025,374,2.407696481,0.655030745,5599.4708834 +162,-2.129855121,0.6585019963,374,2.407696481,0.655030745,5165.0034426 +163,-2.075141798,0.6493615843,374,2.407696481,0.655030745,5324.4653781 +164,-1.828626729,0.6948433129,374,2.407696481,0.655030745,5781.8810251 +165,-1.863329418,0.6735427691,374,2.407696481,0.655030745,5764.589032 +166,-1.266037071,0.727988852,374,2.407696481,0.655030745,6637.8565995 +167,-1.277579582,0.7249010648,374,2.407696481,0.655030745,6635.0572349 +168,-1.258418684,0.7241194816,374,2.407696481,0.655030745,6660.9632424 +169,-1.317813974,0.6804850104,374,2.407696481,0.655030745,6742.2497767 +170,-1.344165204,0.6790988904,374,2.407696481,0.655030745,6710.6657689 +171,-1.427582102,0.5277120351,374,2.407696481,0.655030745,7100.719274 +172,-1.402238616,0.457167829,374,2.407696481,0.655030745,7385.6703581 +173,-1.422454264,0.4996161999,374,2.407696481,0.655030745,7204.9869133 +174,-1.439089277,0.4894859811,374,2.407696481,0.655030745,7208.6785082 +175,-1.448126995,0.5182330266,374,2.407696481,0.655030745,7095.5587818 +176,-1.474626146,0.5881926574,374,2.407696481,0.655030745,6813.8144627 +177,-1.421139645,0.5584869783,374,2.407696481,0.655030745,7007.6174357 +178,-1.457037165,0.565943032,374,2.407696481,0.655030745,6919.5129626 +179,-2.757159358,0.3745319,374,2.407696481,0.655030745,3936.3470546 +180,-2.714309238,0.342054471,374,2.407696481,0.655030745,4139.4021859 +181,-2.000525337,0.774119946,374,2.407696481,0.655030745,5196.3154311 +183,-1.571413436,0.6777838382,374,2.407696481,0.655030745,6346.5599297 +184,-1.552860289,0.6987663893,374,2.407696481,0.655030745,6312.2960948 +185,-1.521852374,0.7165827476,374,2.407696481,0.655030745,6307.6427357 +186,-1.503656267,0.6928968252,374,2.407696481,0.655030745,6416.1377763 +187,-1.502753178,0.7136205882,374,2.407696481,0.655030745,6349.2032496 +188,-1.631894563,0.7343596465,374,2.407696481,0.655030745,6057.8984077 +189,-1.653765416,0.6770714026,374,2.407696481,0.655030745,6193.6326148 +190,-1.719812114,0.6715965947,374,2.407696481,0.655030745,6078.0712387 +191,-1.493406659,0.6646955447,374,2.407696481,0.655030745,6526.804382 +192,-1.469120564,0.6613469966,374,2.407696481,0.655030745,6578.9694496 +193,-1.590551461,0.5326612937,374,2.407696481,0.655030745,6770.6490434 +194,-1.625979264,0.5247742243,374,2.407696481,0.655030745,6720.9527947 +195,-1.572293943,0.5238808754,374,2.407696481,0.655030745,6835.9821926 +196,-1.610848725,0.5477107964,374,2.407696481,0.655030745,6681.3681801 +197,-1.208485554,0.7918526018,374,2.407696481,0.655030745,6467.7546503 +198,-1.335601374,0.6869083083,374,2.407696481,0.655030745,6695.093848 +199,-1.346156996,0.6825213377,374,2.407696481,0.655030745,6695.8074614 +200,-1.324381037,0.6741422347,374,2.407696481,0.655030745,6755.7847317 +201,-1.242424992,0.7378949807,374,2.407696481,0.655030745,6629.3883943 +202,-1.270370057,0.7392461008,374,2.407696481,0.655030745,6591.9303473 +203,-1.448950472,0.7441675014,374,2.407696481,0.655030745,6332.2895361 +204,-1.492662363,0.7523026852,374,2.407696481,0.655030745,6237.3983062 +205,-1.479098966,0.7763855017,374,2.407696481,0.655030745,6178.2236775 +206,-1.633760714,0.7869022408,374,2.407696481,0.655030745,5891.5948548 +207,-1.647406434,0.8101289331,374,2.407696481,0.655030745,5796.2914948 +208,-1.564245052,0.5701509278,374,2.407696481,0.655030745,6704.5944033 +209,-1.646289963,0.6833746083,374,2.407696481,0.655030745,6188.7066212 +210,-1.5820631,0.6751952144,374,2.407696481,0.655030745,6335.3388898 +211,-1.613236298,0.6681681791,374,2.407696481,0.655030745,6299.2495622 +212,-1.914661867,0.8212566515,374,2.407696481,0.655030745,5259.8899778 +213,-1.742133237,0.7250275956,374,2.407696481,0.655030745,5875.2786275 +214,-2.033144872,0.6557314699,374,2.407696481,0.655030745,5412.8205483 +215,-2.039551981,0.6964723658,374,2.407696481,0.655030745,5297.013231 +216,-1.247341019,0.7622473908,374,2.407696481,0.655030745,6534.9957913 +217,-1.298239787,0.7084123392,374,2.407696481,0.655030745,6668.441329 +218,-1.308539688,0.6926545592,374,2.407696481,0.655030745,6711.3436917 +219,-1.303263185,0.6888938396,374,2.407696481,0.655030745,6731.7436653 +220,-1.852400229,0.6004246149,374,2.407696481,0.655030745,5991.1615826 +221,-1.288947707,0.7473773692,374,2.407696481,0.655030745,6540.2158392 +222,-1.372031502,0.7472790993,374,2.407696481,0.655030745,6432.7994124 +223,-1.289805721,0.7242157877,374,2.407696481,0.655030745,6622.4193998 +224,-1.350807603,0.7533498126,374,2.407696481,0.655030745,6440.2023683 +225,-1.329290365,0.7560442322,374,2.407696481,0.655030745,6458.7824685 +226,-1.410153004,0.616936428,374,2.407696481,0.655030745,6826.5232636 +227,-1.393445434,0.6308995063,374,2.407696481,0.655030745,6805.2013315 +228,-1.37595573,0.6241540638,374,2.407696481,0.655030745,6855.8125899 +229,-1.358388707,0.6172645205,374,2.407696481,0.655030745,6906.7499013 +230,-1.753741133,0.8281661666,374,2.407696481,0.655030745,5553.1225871 +231,-1.47430987,0.6834615681,374,2.407696481,0.655030745,6496.3673605 +232,-1.421012508,0.7222725206,374,2.407696481,0.655030745,6448.8805464 +233,-1.4476833,0.6978557868,374,2.407696481,0.655030745,6490.9162745 +234,-1.470370723,0.6966193374,374,2.407696481,0.655030745,6458.7702804 +235,-1.429211703,0.7037216883,374,2.407696481,0.655030745,6499.7905735 +236,-1.700578405,0.6178673663,374,2.407696481,0.655030745,6278.504025 +237,-1.678117619,0.6331716163,374,2.407696481,0.655030745,6279.0223256 +238,-1.725644578,0.6316331145,374,2.407696481,0.655030745,6184.447558 +239,-2.14012759,0.7930497945,374,2.407696481,0.655030745,4835.6410295 +240,-2.103289431,0.7653606263,374,2.407696481,0.655030745,4983.2750252 +241,-1.318739838,0.7017808746,374,2.407696481,0.655030745,6665.2872089 +242,-1.396417427,0.7077900843,374,2.407696481,0.655030745,6535.1998096 +243,-1.35650337,0.7185539404,374,2.407696481,0.655030745,6554.7339322 +244,-1.248884539,0.7274156818,374,2.407696481,0.655030745,6660.1705907 +245,-1.395014798,0.5761185243,374,2.407696481,0.655030745,6991.3791419 +246,-1.433377362,0.6064716109,374,2.407696481,0.655030745,6823.8312488 +247,-1.408172432,0.5903155476,374,2.407696481,0.655030745,6920.9327814 +248,-1.749645898,0.7757118084,374,2.407696481,0.655030745,5712.6916927 +249,-1.571626686,0.615046989,374,2.407696481,0.655030745,6546.7517426 +250,-1.514070049,0.6303003037,374,2.407696481,0.655030745,6604.0505593 +251,-1.480890369,0.6237966528,374,2.407696481,0.655030745,6684.2308457 +252,-1.704390658,0.5281680612,374,2.407696481,0.655030745,6538.8707312 +253,-1.64434733,0.5254277498,374,2.407696481,0.655030745,6679.5019617 +254,-1.703855997,0.4792484842,374,2.407696481,0.655030745,6686.0885053 +255,-1.692002383,0.5748825051,374,2.407696481,0.655030745,6426.0280967 +256,-1.854136457,0.5544643913,374,2.407696481,0.655030745,6114.4568078 +257,-1.665021206,0.520317736,374,2.407696481,0.655030745,6650.0622812 +258,-1.733654349,0.4845187345,374,2.407696481,0.655030745,6600.9893194 +259,-1.720938188,0.5135933906,374,2.407696481,0.655030745,6544.6961807 +260,-1.742668307,0.553296122,374,2.407696481,0.655030745,6378.1422173 +261,-1.965659039,0.7142126903,374,2.407696481,0.655030745,5425.3842999 +262,-1.944438071,0.6772834804,374,2.407696481,0.655030745,5569.721564 +263,-1.270340967,0.7681487096,374,2.407696481,0.655030745,6487.3736173 +264,-1.353091884,0.6549276821,374,2.407696481,0.655030745,6782.7876045 +265,-1.333236659,0.6413584414,374,2.407696481,0.655030745,6859.3181393 +266,-1.352015998,0.6753788907,374,2.407696481,0.655030745,6712.5843395 +267,-1.377988483,0.6577816235,374,2.407696481,0.655030745,6735.9039692 +268,-2.13075611,0.8318642051,374,2.407696481,0.655030745,4772.2591152 +269,-2.097910953,0.8259670014,374,2.407696481,0.655030745,4858.2748775 +270,-1.416382069,0.6694271549,374,2.407696481,0.655030745,6636.8405824 +271,-1.538905672,0.7535625993,374,2.407696481,0.655030745,6158.5789629 +272,-1.572309477,0.7803125099,374,2.407696481,0.655030745,6016.9954219 +273,-1.87759879,0.7503853417,374,2.407696481,0.655030745,5524.5760135 +274,1.152365588,0.590457682,374,2.407696481,0.655030745,3945.7248771 +275,0.350198001,0.718001859,374,2.407696481,0.655030745,5739.7514499 +276,0.046513677,0.491503852,374,2.407696481,0.655030745,7057.2611149 +277,0.027510309,0.742571376,374,2.407696481,0.655030745,6265.4901617 +278,0.306285725,-0.214631579,374,2.407696481,0.655030745,8396.6464715 +279,-1.100564889,0.318051531,374,2.407696481,0.655030745,8354.1575423 +280,-1.078582306,0.301437596,374,2.407696481,0.655030745,8443.2722883 +281,-1.137371989,-0.617634065,374,2.407696481,0.655030745,11153.251916 +282,0.784356344,0.703272339,374,2.407696481,0.655030745,4753.8617456 +283,-1.221209947,0.218327455,374,2.407696481,0.655030745,8538.7991786 +284,2.347301921,-0.449114658,374,2.407696481,0.655030745,4379.2945387 +285,0.246820618,0.830553713,374,2.407696481,0.655030745,5616.9244657 +286,0.829414965,0.703288228,374,2.407696481,0.655030745,4637.3907649 +287,-1.337537566,0.42332223,374,2.407696481,0.655030745,7617.1528266 +288,0.882453706,0.454478077,374,2.407696481,0.655030745,5015.5572774 +289,1.575629659,0.416419109,374,2.407696481,0.655030745,2952.8577493 +290,-1.039455679,0.229888244,374,2.407696481,0.655030745,8758.8860182 +291,0.489558039,0.934482747,374,2.407696481,0.655030745,4891.7156972 +292,0.081344504,0.88384514,374,2.407696481,0.655030745,5720.8777783 +293,-1.547979814,0.300350308,374,2.407696481,0.655030745,7595.38501 +294,0.040776181,0.168560074,374,2.407696481,0.655030745,8099.700619 +295,-1.130374745,0.563894876,374,2.407696481,0.655030745,7398.3738572 +296,1.578326642,0.478507176,374,2.407696481,0.655030745,2827.1567584 +297,-1.12861823,-0.291640865,374,2.407696481,0.655030745,10452.704872 +298,0.310524208,0.770885792,374,2.407696481,0.655030745,5670.848773 +299,0.415649091,-0.387246002,374,2.407696481,0.655030745,8435.9990422 +300,-0.926533878,-0.188022748,374,2.407696481,0.655030745,10471.015759 +301,1.258856172,-0.11716081,374,2.407696481,0.655030745,5215.5508997 +302,-1.126050026,0.322941926,374,2.407696481,0.655030745,8303.2974152 +303,2.002785835,0.07893892,374,2.407696481,0.655030745,2711.7042036 +304,0.440437607,0.746258085,374,2.407696481,0.655030745,5469.8759393 +305,-0.030391866,0.214441206,374,2.407696481,0.655030745,8120.8929661 +306,0.521557815,-0.058929362,374,2.407696481,0.655030745,7351.8216272 +307,-0.097005111,0.13317729,374,2.407696481,0.655030745,8533.5052234 +308,1.83113859,0.221857587,374,2.407696481,0.655030745,2661.7637293 +309,0.222428864,0.099404236,374,2.407696481,0.655030745,7828.1589737 +310,-1.702731345,0.8728568183,374,2.407696481,0.655030745,5512.4753521 +311,-0.418507569,0.278324921,374,2.407696481,0.655030745,8564.4915953 +312,-1.41153306,0.339029988,374,2.407696481,0.655030745,7766.1189528 +313,0.357560442,0.114788776,374,2.407696481,0.655030745,7402.0949847 +314,0.325818979,0.268352149,374,2.407696481,0.655030745,7070.0362705 +315,-1.246004659,-0.663679965,374,2.407696481,0.655030745,10846.900207 +316,1.814603087,0.637404484,374,2.407696481,0.655030745,1866.6195402 +317,1.843704281,-0.18300445,374,2.407696481,0.655030745,3923.9126613 +318,1.690644492,-0.211480909,374,2.407696481,0.655030745,4343.9457049 +319,-1.275451936,0.068109467,374,2.407696481,0.655030745,8954.9167732 +320,0.762430171,-0.207594741,374,2.407696481,0.655030745,6952.073523 +321,0.265668905,-0.014647884,374,2.407696481,0.655030745,8016.1590721 +322,-2.773032013,-0.335515811,374,2.407696481,0.655030745,5675.7981923 +323,-1.469512853,0.174058777,374,2.407696481,0.655030745,8176.0971016 +324,0.286276986,0.785925691,374,2.407696481,0.655030745,5674.5886679 +325,-1.379324697,0.377432233,374,2.407696481,0.655030745,7699.3735987 +326,-1.203778265,0.212813032,374,2.407696481,0.655030745,8588.0826827 +327,0.579916301,0.611743168,374,2.407696481,0.655030745,5485.5197612 +328,0.267582642,0.868113908,374,2.407696481,0.655030745,5470.3646419 +329,0.412869244,-0.050245578,374,2.407696481,0.655030745,7665.6411434 +330,0.17524381,0.976660285,374,2.407696481,0.655030745,5294.4145517 +331,0.743157214,0.204812899,374,2.407696481,0.655030745,6018.9623326 +332,-1.070758176,0.269382282,374,2.407696481,0.655030745,8573.1302634 +333,-1.230364251,0.329790229,374,2.407696481,0.655030745,8126.1097318 +334,-1.374813124,-0.024926835,374,2.407696481,0.655030745,9027.9866072 +335,0.519780566,0.463669906,374,2.407696481,0.655030745,6018.771003 +336,-1.55108034,0.239698561,374,2.407696481,0.655030745,7776.6662819 +337,0.180294813,0.029739425,374,2.407696481,0.655030745,8141.0105699 +338,0.67820924,0.268170153,374,2.407696481,0.655030745,6061.1662792 +339,0.445798684,1.024001867,374,2.407696481,0.655030745,4749.7207458 +340,0.691751283,0.150521402,374,2.407696481,0.655030745,6309.3001874 +341,-1.036643551,-0.903056181,374,2.407696481,0.655030745,11149.294426 +342,-0.120287036,1.083325163,374,2.407696481,0.655030745,5284.1832039 +343,2.823513113,-0.304487164,374,2.407696481,0.655030745,4104.6045893 +344,0.457583172,1.12513373,374,2.407696481,0.655030745,4491.4922193 +345,0.042918831,0.813795399,374,2.407696481,0.655030745,6006.2305651 +346,1.196146777,-0.853142756,374,2.407696481,0.655030745,7327.8156532 +347,0.206001358,-0.010430701,374,2.407696481,0.655030745,8178.4870729 +348,-0.268308653,0.234799412,374,2.407696481,0.655030745,8516.5800077 +349,0.759363263,0.736189579,374,2.407696481,0.655030745,4748.2242167 +350,0.181363926,0.891988372,374,2.407696481,0.655030745,5542.7792117 +351,-0.021111158,0.139103292,374,2.407696481,0.655030745,8340.4076861 +352,-0.093355215,0.630686981,374,2.407696481,0.655030745,6835.4559211 +353,0.40118964,0.681375926,374,2.407696481,0.655030745,5730.5435842 +354,-0.721197315,1.304706234,374,2.407696481,0.655030745,4681.2583502 +355,-1.076150317,0.212107639,374,2.407696481,0.655030745,8780.9753159 +356,-1.577164531,0.273993443,374,2.407696481,0.655030745,7608.2009986 +357,-0.190788414,0.182208586,374,2.407696481,0.655030745,8563.360671 +358,-0.261349752,0.209710184,374,2.407696481,0.655030745,8594.6498917 +359,-1.029303852,0.083549259,374,2.407696481,0.655030745,9322.1854425 +360,-1.268609162,0.330525297,374,2.407696481,0.655030745,8060.5706356 +361,1.282982244,-0.926641967,374,2.407696481,0.655030745,7352.8228002 +362,0.217352334,0.731352408,374,2.407696481,0.655030745,5967.7194245 +363,-1.511833084,0.258629297,374,2.407696481,0.655030745,7810.2623152 +364,0.338812194,0.823184618,374,2.407696481,0.655030745,5468.2179264 +365,-0.324406489,1.134201999,374,2.407696481,0.655030745,5243.8365667 +366,1.389579348,0.399185724,374,2.407696481,0.655030745,3571.2433864 +367,2.047152199,-0.039082036,374,2.407696481,0.655030745,3051.3241295 +368,0.947780369,0.568250077,374,2.407696481,0.655030745,4584.1339229 +369,0.763824846,0.576754987,374,2.407696481,0.655030745,5082.7117162 +370,-0.142334657,0.928153068,374,2.407696481,0.655030745,5852.4218196 +371,0.610266567,0.547265983,374,2.407696481,0.655030745,5566.0639525 +372,0.210731629,0.746815056,374,2.407696481,0.655030745,5933.4610427 +373,-1.34931644,0.316895224,374,2.407696481,0.655030745,7962.6568873 +374,2.407696481,0.655030745,374,2.407696481,0.655030745,0 +375,0.64207831,0.545359131,374,2.407696481,0.655030745,5485.9214654 +376,1.174597538,0.840588356,374,2.407696481,0.655030745,3526.7811274 +377,0.660059424,0.010604079,374,2.407696481,0.655030745,6750.4727523 +378,-0.730263819,0.010486456,374,2.407696481,0.655030745,9807.7013094 +379,0.831068936,0.512339172,374,2.407696481,0.655030745,5037.4312458 +380,1.301180979,0.72367476,374,2.407696481,0.655030745,3316.5369924 +381,1.811128231,0.322854402,374,2.407696481,0.655030745,2445.2159344 +382,0.435105812,0.992284428,374,2.407696481,0.655030745,4845.751874 +383,0.62643634,0.592027932,374,2.407696481,0.655030745,5414.3438696 +384,0.492988703,-0.516339467,374,2.407696481,0.655030745,8449.892962 +385,-0.162469483,0.112549365,374,2.407696481,0.655030745,8743.1866766 +386,0.314630866,0.472006421,374,2.407696481,0.655030745,6520.7290628 +387,0.166744804,0.822815954,374,2.407696481,0.655030745,5779.1392159 +388,0.417159608,0.965805736,374,2.407696481,0.655030745,4943.2050147 +389,0.106334961,0.868774244,374,2.407696481,0.655030745,5731.850484 +390,0.815086969,-0.338144359,374,2.407696481,0.655030745,7094.0618922 +391,0.59867455,-0.230624824,374,2.407696481,0.655030745,7518.135845 +392,1.915104874,0.066220985,374,2.407696481,0.655030745,2936.6734095 +393,1.278093622,0.064463721,374,2.407696481,0.655030745,4690.0172668 +394,-0.061477853,0.302997961,374,2.407696481,0.655030745,7896.8680399 +395,0.251311504,0.626976942,374,2.407696481,0.655030745,6212.1377591 +396,2.950242872,0.149095644,374,2.407696481,0.655030745,2789.4966758 +397,-0.180294708,0.35375117,374,2.407696481,0.655030745,7946.5592445 +398,1.010448592,-0.351180233,374,2.407696481,0.655030745,6543.0439588 +399,-1.748740498,0.3686318073,374,2.407696481,0.655030745,6902.174736 +400,2.699635665,0.123533791,374,2.407696481,0.655030745,2352.5405647 +401,0.496808033,0.823843254,374,2.407696481,0.655030745,5150.2403522 +402,0.129574704,0.763364087,374,2.407696481,0.655030745,6028.3849302 +403,1.798920311,0.817447563,374,2.407696481,0.655030745,1880.7319265 +404,0.335987953,0.746786541,374,2.407696481,0.655030745,5688.2514819 +405,-1.085413643,0.292154671,374,2.407696481,0.655030745,8469.8234141 +406,-0.155321003,0.508207011,374,2.407696481,0.655030745,7360.9357799 +407,0.620529244,-0.301175104,374,2.407696481,0.655030745,7609.9670396 +408,1.684402744,0.368716966,374,2.407696481,0.655030745,2715.3752385 +409,0.300582244,-0.386397212,374,2.407696481,0.655030745,8795.2246472 +410,2.913555946,-0.009225192,374,2.407696481,0.655030745,3216.271154 +411,1.465101417,0.493232532,374,2.407696481,0.655030745,3156.4574972 +412,0.090612882,0.907955955,374,2.407696481,0.655030745,5630.018978 +413,2.987564726,-0.729568594,374,2.407696481,0.655030745,5870.9692041 +414,-1.484261606,0.224149272,374,2.407696481,0.655030745,7983.1510867 +415,0.164073421,0.303955133,374,2.407696481,0.655030745,7384.1866012 +416,0.141441293,0.167552546,374,2.407696481,0.655030745,7849.4128752 +417,2.931321023,-0.506718887,374,2.407696481,0.655030745,4994.9617316 +418,2.21951565,0.700596356,374,2.407696481,0.655030745,607.55558161 +419,0.268112576,1.199114336,374,2.407696481,0.655030745,4537.8969252 +420,0.978913739,0.359223811,374,2.407696481,0.655030745,4934.9060332 +421,1.210898818,0.522863584,374,2.407696481,0.655030745,3890.3700799 +422,2.347397336,0.129231362,374,2.407696481,0.655030745,2093.9435133 +423,0.614394501,0.556878345,374,2.407696481,0.655030745,5531.5285442 +424,-1.398079356,0.148483366,374,2.407696481,0.655030745,8422.663587 +425,2.535303836,-0.112984496,374,2.407696481,0.655030745,3078.4657422 +426,-1.019372593,-0.405322349,374,2.407696481,0.655030745,11058.845619 +427,-1.297785627,-0.160104069,374,2.407696481,0.655030745,9634.196346 +428,2.144554488,0.205051084,374,2.407696481,0.655030745,2012.1013933 +429,-2.242387083,-0.426171285,374,2.407696481,0.655030745,7415.491741 +430,0.338637212,0.909723676,374,2.407696481,0.655030745,5228.567334 +431,-0.148798452,0.691042401,374,2.407696481,0.655030745,6703.124653 +432,0.893524764,0.441829531,374,2.407696481,0.655030745,5010.6578625 +433,0.969229347,-0.368847936,374,2.407696481,0.655030745,6706.525616 +434,0.436043248,0.800045688,374,2.407696481,0.655030745,5337.4768843 +435,1.687946607,1.081504775,374,2.407696481,0.655030745,2427.695871 +436,0.522302046,-0.034889271,374,2.407696481,0.655030745,7290.4052184 +437,-0.178996113,-0.438090009,374,2.407696481,0.655030745,10392.009444 +438,-1.094339566,0.301444068,374,2.407696481,0.655030745,8424.0046825 +439,-1.064070054,0.242569932,374,2.407696481,0.655030745,8681.9888293 +440,-1.068153768,0.230387998,374,2.407696481,0.655030745,8722.6972623 +441,-3.00496892,-0.23989155,374,2.407696481,0.655030745,4798.4953609 +442,0.21751974,0.766874888,374,2.407696481,0.655030745,5860.1972107 +443,0.117229532,0.007619006,374,2.407696481,0.655030745,8379.0033242 +444,0.777758451,0.420554741,374,2.407696481,0.655030745,5400.397063 +445,-0.252356999,0.250747086,374,2.407696481,0.655030745,8433.2009898 +446,0.363148444,0.768483434,374,2.407696481,0.655030745,5572.2345573 +447,0.903191366,-0.118210676,374,2.407696481,0.655030745,6299.8764202 +448,-0.205755923,0.149406178,374,2.407696481,0.655030745,8705.2224429 +449,1.811996086,0.02364353,374,2.407696481,0.655030745,3310.23823 +450,-1.100670221,0.314845373,374,2.407696481,0.655030745,8366.0076985 +451,0.340078597,0.850105132,374,2.407696481,0.655030745,5390.8572337 +452,0.258757267,0.804969236,374,2.407696481,0.655030745,5670.6584469 +453,2.78505352,-0.155160804,374,2.407696481,0.655030745,3500.6494901 +454,0.800551619,0.105822106,374,2.407696481,0.655030745,6080.5382034 +455,0.437940882,-0.506194031,374,2.407696481,0.655030745,8599.2411672 +456,2.230431122,0.63458615,374,2.407696481,0.655030745,566.69093072 +457,0.527965361,0.127667701,374,2.407696481,0.655030745,6864.8070094 +458,-0.063643205,0.702093448,374,2.407696481,0.655030745,6543.3755651 +459,1.408447268,0.133010502,374,2.407696481,0.655030745,4120.5598784 +460,0.523795955,0.280266966,374,2.407696481,0.655030745,6484.4344688 +461,-0.975769313,0.072177659,374,2.407696481,0.655030745,9428.7363175 +462,0.549774164,-0.463663986,374,2.407696481,0.655030745,8174.9010568 +463,0.29245874,1.095549818,374,2.407696481,0.655030745,4789.776603 +464,0.143625958,0.816809593,374,2.407696481,0.655030745,5836.5094798 +465,0.671902494,0.611159853,374,2.407696481,0.655030745,5250.1425931 +466,1.239840988,0.6724199,374,2.407696481,0.655030745,3559.2665591 +467,0.607829703,-0.10932137,374,2.407696481,0.655030745,7204.2465359 +468,1.763020906,0.263996692,374,2.407696481,0.655030745,2735.462395 +469,0.378714634,0.726066797,374,2.407696481,0.655030745,5656.9475524 +470,2.196736143,-0.153862366,374,2.407696481,0.655030745,3298.0822311 +471,0.01702415,0.148991565,374,2.407696481,0.655030745,8218.1332808 +472,-2.998490902,-0.158002487,374,2.407696481,0.655030745,4570.5191119 +473,-3.051262951,-0.346595608,374,2.407696481,0.655030745,5016.6896992 +474,-1.069176439,0.182802941,374,2.407696481,0.655030745,8899.4337059 +475,0.167157509,0.595344954,374,2.407696481,0.655030745,6483.4434056 +476,0.613855648,0.681746124,374,2.407696481,0.655030745,5230.5881789 +477,1.037012736,0.682555367,374,2.407696481,0.655030745,4117.7830144 +478,-1.253574971,0.379755746,374,2.407696481,0.655030745,7910.3554381 +479,3.108590453,-0.132620738,374,2.407696481,0.655030745,4054.8770673 +480,0.565301296,0.022333262,374,2.407696481,0.655030745,7015.8267919 +481,0.547898238,0.855555614,374,2.407696481,0.655030745,4966.4550558 +482,0.948309381,0.417393755,374,2.407696481,0.655030745,4900.1047999 +483,-0.050600732,0.945269213,374,2.407696481,0.655030745,5690.5682316 +484,-0.977651478,-0.572363064,374,2.407696481,0.655030745,11590.410753 +485,1.102014914,0.728861163,374,2.407696481,0.655030745,3864.0902318 +486,2.927300795,-0.282939414,374,2.407696481,0.655030745,4189.3536775 +487,-1.154565557,0.124434095,374,2.407696481,0.655030745,8986.692141 +488,1.855331234,0.291044755,374,2.407696481,0.655030745,2403.3030239 +489,0.830290659,0.276904518,374,2.407696481,0.655030745,5579.4230889 +490,0.485104466,-0.234867441,374,2.407696481,0.655030745,7884.5376093 +491,0.521367572,-0.33161327,374,2.407696481,0.655030745,7987.0301718 +1,-1.539031704,0.7349710123,375,0.64207831,0.545359131,6283.9489047 +2,-1.536990553,0.7349663874,375,0.64207831,0.545359131,6279.7563965 +3,-1.534951779,0.7349571355,375,0.64207831,0.545359131,6275.5758856 +4,-1.532906461,0.7349480293,375,0.64207831,0.545359131,6271.3754738 +5,-1.531320211,0.7346937278,375,0.64207831,0.545359131,6268.8088321 +6,-1.539451648,0.7335131775,375,0.64207831,0.545359131,6288.9344721 +7,-1.537429487,0.7335445708,375,0.64207831,0.545359131,6284.6750977 +8,-1.535484998,0.7335658704,375,0.64207831,0.545359131,6280.5991296 +9,-1.533488396,0.7336036027,375,0.64207831,0.545359131,6276.3638428 +10,-1.531497785,0.7335842962,375,0.64207831,0.545359131,6272.2959972 +11,-1.530259379,0.7334777758,375,0.64207831,0.545359131,6270.0279188 +12,-1.5335454,0.7322346912,375,0.64207831,0.545359131,6280.3362028 +13,-1.531489083,0.7322238773,375,0.64207831,0.545359131,6276.1031759 +14,-1.530011122,0.7321679851,375,0.64207831,0.545359131,6273.1921474 +15,-1.53348106,0.7306614094,375,0.64207831,0.545359131,6284.632474 +16,-1.531441779,0.7306962275,375,0.64207831,0.545359131,6280.30026 +17,-1.529755654,0.7306933243,375,0.64207831,0.545359131,6276.8030508 +18,-1.533415048,0.7291384674,375,0.64207831,0.545359131,6288.7830857 +19,-1.531392093,0.7291705353,375,0.64207831,0.545359131,6284.4865428 +20,-1.529296523,0.7291214933,375,0.64207831,0.545359131,6280.2608785 +21,-1.535280942,0.727267644,375,0.64207831,0.545359131,6297.9311891 +22,-1.533378158,0.7276139666,375,0.64207831,0.545359131,6292.9982211 +23,-1.531340368,0.7276446587,375,0.64207831,0.545359131,6288.6687341 +24,-1.528960113,0.7276398177,375,0.64207831,0.545359131,6283.7187177 +25,-1.533313146,0.7260818349,375,0.64207831,0.545359131,6297.1759458 +26,-1.531259555,0.7260958115,375,0.64207831,0.545359131,6292.8544241 +27,-1.528926415,0.7260865555,375,0.64207831,0.545359131,6288.0080653 +28,-1.531226779,0.7245511789,375,0.64207831,0.545359131,6297.1280861 +29,-1.528904772,0.7245519194,375,0.64207831,0.545359131,6292.2700885 +30,-1.547195875,0.7409785979,375,0.64207831,0.545359131,6283.6400556 +31,-1.5451475,0.740980426,375,0.64207831,0.545359131,6279.4614668 +32,-1.543097679,0.7409798872,375,0.64207831,0.545359131,6275.2806499 +33,-1.540720364,0.7409892687,375,0.64207831,0.545359131,6270.3960529 +34,-1.547188511,0.7395198392,375,0.64207831,0.545359131,6287.7702693 +35,-1.545148587,0.7395226109,375,0.64207831,0.545359131,6283.6006012 +36,-1.543104538,0.7395314908,375,0.64207831,0.545359131,6279.3992615 +37,-1.540727751,0.7395306258,375,0.64207831,0.545359131,6274.5382617 +38,-1.547187029,0.7380014886,375,0.64207831,0.545359131,6292.0817152 +39,-1.545147315,0.7380012252,375,0.64207831,0.545359131,6287.9152505 +40,-1.54310719,0.7380060743,375,0.64207831,0.545359131,6283.7275009 +41,-1.540719671,0.7380068206,375,0.64207831,0.545359131,6278.8331029 +42,-1.547187189,0.7364799098,375,0.64207831,0.545359131,6296.405602 +43,-1.545149996,0.7364853874,375,0.64207831,0.545359131,6292.2221661 +44,-1.543106091,0.7364823484,375,0.64207831,0.545359131,6288.0432029 +45,-1.540717158,0.7364893901,375,0.64207831,0.545359131,6283.1212294 +46,-1.538663972,0.7410138672,375,0.64207831,0.545359131,6266.1178564 +47,-1.53695285,0.7409699132,375,0.64207831,0.545359131,6262.7353602 +48,-1.534910498,0.7409641297,375,0.64207831,0.545359131,6258.5607356 +49,-1.533145034,0.7409536636,375,0.64207831,0.545359131,6254.9626769 +50,-1.538681336,0.7395405883,375,0.64207831,0.545359131,6270.3162349 +51,-1.536999189,0.7395183096,375,0.64207831,0.545359131,6266.9273368 +52,-1.534923633,0.7395144222,375,0.64207831,0.545359131,6262.6736228 +53,-1.533267822,0.7395654306,375,0.64207831,0.545359131,6259.1234209 +54,-1.53867273,0.7380151077,375,0.64207831,0.545359131,6274.6088208 +55,-1.536980576,0.7379994392,375,0.64207831,0.545359131,6271.1758232 +56,-1.534931522,0.7379944961,375,0.64207831,0.545359131,6266.9736427 +57,-1.533387952,0.7379480264,375,0.64207831,0.545359131,6263.9245051 +58,-1.538682279,0.7364914363,375,0.64207831,0.545359131,6278.9335224 +59,-1.536980704,0.7364810563,375,0.64207831,0.545359131,6275.4613584 +60,-1.534935567,0.7364752065,375,0.64207831,0.545359131,6271.2639378 +61,-1.533042592,0.7363876366,375,0.64207831,0.545359131,6267.6047441 +62,-1.545143426,0.7349628011,375,0.64207831,0.545359131,6296.5292021 +63,-1.543105297,0.7349691947,375,0.64207831,0.545359131,6292.3294927 +64,-1.541064533,0.7349647152,375,0.64207831,0.545359131,6288.149244 +65,-1.545411803,0.7334624714,375,0.64207831,0.545359131,6301.3373896 +66,-1.543446606,0.7334780896,375,0.64207831,0.545359131,6297.2564754 +67,-1.541475327,0.7334957295,375,0.64207831,0.545359131,6293.1519122 +68,-1.545401939,0.731963266,375,0.64207831,0.545359131,6305.5718437 +69,-1.54342253,0.7319915583,375,0.64207831,0.545359131,6301.4201938 +70,-1.541455867,0.7320216438,375,0.64207831,0.545359131,6297.2843383 +71,-1.545410146,0.7304422281,375,0.64207831,0.545359131,6309.9053048 +72,-1.543435491,0.7304713664,375,0.64207831,0.545359131,6305.7554267 +73,-1.541463105,0.7304997613,375,0.64207831,0.545359131,6301.6069669 +74,-1.545414768,0.7289194936,375,0.64207831,0.545359131,6314.2361367 +75,-1.543435774,0.7289538557,375,0.64207831,0.545359131,6310.0568723 +76,-1.541457714,0.7289765881,375,0.64207831,0.545359131,6305.9070967 +77,-1.539449415,0.7320555866,375,0.64207831,0.545359131,6293.0501618 +78,-1.537429183,0.7321097681,375,0.64207831,0.545359131,6288.7248911 +79,-1.535472649,0.7321497267,375,0.64207831,0.545359131,6284.566138 +80,-1.539457899,0.7305333307,375,0.64207831,0.545359131,6297.3707015 +81,-1.537453161,0.7305750503,375,0.64207831,0.545359131,6293.1069157 +82,-1.535479385,0.7306124949,375,0.64207831,0.545359131,6288.913937 +83,-1.53946905,0.7290102593,375,0.64207831,0.545359131,6301.6990275 +84,-1.537459922,0.7290417293,375,0.64207831,0.545359131,6297.4493729 +85,-1.535451349,0.7290890157,375,0.64207831,0.545359131,6293.1507732 +86,-1.535522937,0.7279887191,375,0.64207831,0.545359131,6296.4013303 +87,-1.539442524,0.7274735939,375,0.64207831,0.545359131,6305.9876696 +88,-1.537424111,0.727521351,375,0.64207831,0.545359131,6301.6669019 +89,-1.539384641,0.7259505092,375,0.64207831,0.545359131,6310.1725987 +90,-1.537372391,0.7259947145,375,0.64207831,0.545359131,6305.8687357 +91,-1.535340789,0.7260435356,375,0.64207831,0.545359131,6301.506154 +92,-1.539325716,0.7244369706,375,0.64207831,0.545359131,6314.3279451 +93,-1.537308932,0.7244801057,375,0.64207831,0.545359131,6310.0117968 +94,-1.535289068,0.7245247645,375,0.64207831,0.545359131,6305.6794613 +95,-1.533261366,0.7245550236,375,0.64207831,0.545359131,6301.3658352 +96,-1.539267302,0.722921924,375,0.64207831,0.545359131,6318.4881751 +97,-1.537248972,0.7229660258,375,0.64207831,0.545359131,6314.1601915 +98,-1.535219431,0.7229916471,375,0.64207831,0.545359131,6309.8554185 +99,-1.53318962,0.7230212049,375,0.64207831,0.545359131,6305.533336 +100,-1.531154816,0.7230299897,375,0.64207831,0.545359131,6301.2535686 +101,-1.528878341,0.7230370244,375,0.64207831,0.545359131,6296.4664636 +102,-1.539218189,0.7214009878,375,0.64207831,0.545359131,6322.6839885 +103,-1.537198791,0.7214422745,375,0.64207831,0.545359131,6318.3558366 +104,-1.535179266,0.7214634354,375,0.64207831,0.545359131,6314.0786332 +105,-1.533156501,0.7214944644,375,0.64207831,0.545359131,6309.7612304 +106,-1.53113574,0.7215166021,375,0.64207831,0.545359131,6305.4674381 +107,-1.528874248,0.7215345535,375,0.64207831,0.545359131,6300.6746155 +108,-1.539217656,0.7198512397,375,0.64207831,0.545359131,6327.0622067 +109,-1.537199919,0.7199428763,375,0.64207831,0.545359131,6322.5895853 +110,-1.545425832,0.727397149,375,0.64207831,0.545359131,6318.5790841 +111,-1.543371177,0.7273916949,375,0.64207831,0.545359131,6314.3506587 +112,-1.541368852,0.7274523163,375,0.64207831,0.545359131,6310.037453 +113,-1.545349067,0.7258710923,375,0.64207831,0.545359131,6322.7509802 +114,-1.54332671,0.7258603556,375,0.64207831,0.545359131,6318.5982787 +115,-1.541346831,0.7259242142,375,0.64207831,0.545359131,6314.3165684 +116,-1.545324355,0.7243383958,375,0.64207831,0.545359131,6327.0489021 +117,-1.543292796,0.7243617413,375,0.64207831,0.545359131,6322.7746738 +118,-1.541295822,0.7244024384,375,0.64207831,0.545359131,6318.5173819 +119,-1.543193859,0.7205570215,375,0.64207831,0.545359131,6333.3497438 +120,-1.550257047,0.7386738187,375,0.64207831,0.545359131,6296.4282901 +121,-1.549335448,0.7311736483,375,0.64207831,0.545359131,6315.8927202 +122,-1.533478843,0.7179891343,375,0.64207831,0.545359131,6320.3033788 +123,-1.556150555,0.738907041,375,0.64207831,0.545359131,6307.7352087 +124,-1.554324226,0.733414257,375,0.64207831,0.545359131,6319.7120686 +125,-1.554290846,0.7288285332,375,0.64207831,0.545359131,6332.7342419 +126,-1.55122487,0.7219795312,375,0.64207831,0.545359131,6345.9562466 +127,-1.525104458,0.7229399862,375,0.64207831,0.545359131,6288.8188327 +128,-1.519607711,0.7236181429,375,0.64207831,0.545359131,6275.3558851 +129,-1.513899999,0.7251107854,375,0.64207831,0.545359131,6259.1556663 +130,-1.536620762,0.7431061895,375,0.64207831,0.545359131,6256.0264153 +131,-1.5369566,0.7460845958,375,0.64207831,0.545359131,6248.3076485 +132,-1.545345528,0.7447040685,375,0.64207831,0.545359131,6269.2967731 +133,-1.532813921,0.7432306626,375,0.64207831,0.545359131,6247.8732733 +134,-1.554788248,0.7382381001,375,0.64207831,0.545359131,6306.8829161 +135,-1.540348126,0.7301594274,375,0.64207831,0.545359131,6300.267491 +136,-1.538016084,0.7239051786,375,0.64207831,0.545359131,6313.1065518 +137,-1.525288962,0.7258085137,375,0.64207831,0.545359131,6281.1750095 +138,-1.534326986,0.731241342,375,0.64207831,0.545359131,6284.7534904 +139,-1.530733872,0.7303625216,375,0.64207831,0.545359131,6279.7668633 +141,-1.534354939,0.7328219978,375,0.64207831,0.545359131,6280.3584563 +142,-1.53157084,0.7292888153,375,0.64207831,0.545359131,6284.5258533 +143,-1.525691035,0.7263799874,375,0.64207831,0.545359131,6280.4169793 +144,-1.534031287,0.7495967835,375,0.64207831,0.545359131,6232.438101 +145,-1.527714986,0.7283095957,375,0.64207831,0.545359131,6279.2406042 +146,-1.526189586,0.7271468292,375,0.64207831,0.545359131,6279.3123578 +147,-1.555177336,0.7375563366,375,0.64207831,0.545359131,6309.6202139 +148,-1.555080283,0.7312707794,375,0.64207831,0.545359131,6327.3759487 +149,-1.53856994,0.7224180299,375,0.64207831,0.545359131,6318.4598167 +150,-1.530837883,0.729933372,375,0.64207831,0.545359131,6281.1892544 +151,-1.515066984,0.5854133365,375,0.64207831,0.545359131,6649.2277255 +152,-1.534731633,0.5368370046,375,0.64207831,0.545359131,6831.0765654 +153,-1.515231902,0.5607085576,375,0.64207831,0.545359131,6717.836709 +154,-2.616253799,1.0684566605,375,0.64207831,0.545359131,6040.4155892 +155,-1.956071439,0.5792177723,375,0.64207831,0.545359131,7547.6452554 +156,-1.951208514,0.5602434208,375,0.64207831,0.545359131,7606.2951649 +157,-1.944675062,0.6062144545,375,0.64207831,0.545359131,7435.6657955 +158,-1.613778386,0.6077989518,375,0.64207831,0.545359131,6809.6553948 +159,-2.035029014,0.6021432345,375,0.64207831,0.545359131,7579.7216439 +160,-2.114989471,0.6801825058,375,0.64207831,0.545359131,7386.9396201 +161,-2.037382079,0.5765830025,375,0.64207831,0.545359131,7675.3362417 +162,-2.129855121,0.6585019963,375,0.64207831,0.545359131,7483.2453988 +163,-2.075141798,0.6493615843,375,0.64207831,0.545359131,7457.3804428 +164,-1.828626729,0.6948433129,375,0.64207831,0.545359131,6947.9647609 +165,-1.863329418,0.6735427691,375,0.64207831,0.545359131,7075.9765503 +166,-1.266037071,0.727988852,375,0.64207831,0.545359131,5689.8771816 +167,-1.277579582,0.7249010648,375,0.64207831,0.545359131,5724.7669885 +168,-1.258418684,0.7241194816,375,0.64207831,0.545359131,5680.3535352 +169,-1.317813974,0.6804850104,375,0.64207831,0.545359131,5927.4297783 +170,-1.344165204,0.6790988904,375,0.64207831,0.545359131,5994.8043611 +171,-1.427582102,0.5277120351,375,0.64207831,0.545359131,6587.5535766 +172,-1.402238616,0.457167829,375,0.64207831,0.545359131,6701.84403 +173,-1.422454264,0.4996161999,375,0.64207831,0.545359131,6647.0897381 +174,-1.439089277,0.4894859811,375,0.64207831,0.545359131,6717.1823208 +175,-1.448126995,0.5182330266,375,0.64207831,0.545359131,6665.2748222 +176,-1.474626146,0.5881926574,375,0.64207831,0.545359131,6544.9660896 +177,-1.421139645,0.5584869783,375,0.64207831,0.545359131,6491.0679563 +178,-1.457037165,0.565943032,375,0.64207831,0.545359131,6561.4810765 +179,-2.757159358,0.3745319,375,0.64207831,0.545359131,8670.9766717 +180,-2.714309238,0.342054471,375,0.64207831,0.545359131,8835.154574 +181,-2.000525337,0.774119946,375,0.64207831,0.545359131,6915.2296894 +183,-1.571413436,0.6777838382,375,0.64207831,0.545359131,6514.8126576 +184,-1.552860289,0.6987663893,375,0.64207831,0.545359131,6415.5029678 +185,-1.521852374,0.7165827476,375,0.64207831,0.545359131,6299.7352267 +186,-1.503656267,0.6928968252,375,0.64207831,0.545359131,6326.3085889 +187,-1.502753178,0.7136205882,375,0.64207831,0.545359131,6267.1999878 +188,-1.631894563,0.7343596465,375,0.64207831,0.545359131,6470.6361675 +189,-1.653765416,0.6770714026,375,0.64207831,0.545359131,6686.0903136 +190,-1.719812114,0.6715965947,375,0.64207831,0.545359131,6831.0101005 +191,-1.493406659,0.6646955447,375,0.64207831,0.545359131,6381.0389746 +192,-1.469120564,0.6613469966,375,0.64207831,0.545359131,6334.9253554 +193,-1.590551461,0.5326612937,375,0.64207831,0.545359131,6975.8954059 +194,-1.625979264,0.5247742243,375,0.64207831,0.545359131,7081.1048052 +195,-1.572293943,0.5238808754,375,0.64207831,0.545359131,6957.8386293 +196,-1.610848725,0.5477107964,375,0.64207831,0.545359131,6979.2516231 +197,-1.208485554,0.7918526018,375,0.64207831,0.545359131,5410.9867347 +198,-1.335601374,0.6869083083,375,0.64207831,0.545359131,5954.9893512 +199,-1.346156996,0.6825213377,375,0.64207831,0.545359131,5991.1764955 +200,-1.324381037,0.6741422347,375,0.64207831,0.545359131,5958.823138 +201,-1.242424992,0.7378949807,375,0.64207831,0.545359131,5610.4408882 +202,-1.270370057,0.7392461008,375,0.64207831,0.545359131,5674.3299203 +203,-1.448950472,0.7441675014,375,0.64207831,0.545359131,6068.4793617 +204,-1.492662363,0.7523026852,375,0.64207831,0.545359131,6139.5196662 +205,-1.479098966,0.7763855017,375,0.64207831,0.545359131,6045.7685797 +206,-1.633760714,0.7869022408,375,0.64207831,0.545359131,6316.3772408 +207,-1.647406434,0.8101289331,375,0.64207831,0.545359131,6270.678117 +208,-1.564245052,0.5701509278,375,0.64207831,0.545359131,6807.2385653 +209,-1.646289963,0.6833746083,375,0.64207831,0.545359131,6652.1610153 +210,-1.5820631,0.6751952144,375,0.64207831,0.545359131,6544.784311 +211,-1.613236298,0.6681681791,375,0.64207831,0.545359131,6630.4574138 +212,-1.914661867,0.8212566515,375,0.64207831,0.545359131,6642.3973966 +213,-1.742133237,0.7250275956,375,0.64207831,0.545359131,6702.322675 +214,-2.033144872,0.6557314699,375,0.64207831,0.545359131,7383.1145486 +215,-2.039551981,0.6964723658,375,0.64207831,0.545359131,7242.8584199 +216,-1.247341019,0.7622473908,375,0.64207831,0.545359131,5567.3811399 +217,-1.298239787,0.7084123392,375,0.64207831,0.545359131,5813.1671083 +218,-1.308539688,0.6926545592,375,0.64207831,0.545359131,5875.6064694 +219,-1.303263185,0.6888938396,375,0.64207831,0.545359131,5871.7315632 +220,-1.852400229,0.6004246149,375,0.64207831,0.545359131,7303.6728761 +221,-1.288947707,0.7473773692,375,0.64207831,0.545359131,5699.3453243 +222,-1.372031502,0.7472790993,375,0.64207831,0.545359131,5890.5989835 +223,-1.289805721,0.7242157877,375,0.64207831,0.545359131,5755.6532296 +224,-1.350807603,0.7533498126,375,0.64207831,0.545359131,5827.6058024 +225,-1.329290365,0.7560442322,375,0.64207831,0.545359131,5772.1053434 +226,-1.410153004,0.616936428,375,0.64207831,0.545359131,6312.2430428 +227,-1.393445434,0.6308995063,375,0.64207831,0.545359131,6235.4906487 +228,-1.37595573,0.6241540638,375,0.64207831,0.545359131,6209.5710741 +229,-1.358388707,0.6172645205,375,0.64207831,0.545359131,6183.0320034 +230,-1.753741133,0.8281661666,375,0.64207831,0.545359131,6390.4597214 +231,-1.47430987,0.6834615681,375,0.64207831,0.545359131,6287.0342787 +232,-1.421012508,0.7222725206,375,0.64207831,0.545359131,6064.4884165 +233,-1.4476833,0.6978557868,375,0.64207831,0.545359131,6188.590583 +234,-1.470370723,0.6966193374,375,0.64207831,0.545359131,6242.7063661 +235,-1.429211703,0.7037216883,375,0.64207831,0.545359131,6131.3888253 +236,-1.700578405,0.6178673663,375,0.64207831,0.545359131,6961.184983 +237,-1.678117619,0.6331716163,375,0.64207831,0.545359131,6868.6974649 +238,-1.725644578,0.6316331145,375,0.64207831,0.545359131,6967.8326272 +239,-2.14012759,0.7930497945,375,0.64207831,0.545359131,6987.0910509 +240,-2.103289431,0.7653606263,375,0.64207831,0.545359131,7057.4970972 +241,-1.318739838,0.7017808746,375,0.64207831,0.545359131,5878.3332115 +242,-1.396417427,0.7077900843,375,0.64207831,0.545359131,6046.0075677 +243,-1.35650337,0.7185539404,375,0.64207831,0.545359131,5926.6028915 +244,-1.248884539,0.7274156818,375,0.64207831,0.545359131,5649.7341501 +245,-1.395014798,0.5761185243,375,0.64207831,0.545359131,6379.3568521 +246,-1.433377362,0.6064716109,375,0.64207831,0.545359131,6396.2414543 +247,-1.408172432,0.5903155476,375,0.64207831,0.545359131,6376.0572511 +248,-1.749645898,0.7757118084,375,0.64207831,0.545359131,6552.7580085 +249,-1.571626686,0.615046989,375,0.64207831,0.545359131,6695.7120356 +250,-1.514070049,0.6303003037,375,0.64207831,0.545359131,6522.6834681 +251,-1.480890369,0.6237966528,375,0.64207831,0.545359131,6463.6670617 +252,-1.704390658,0.5281680612,375,0.64207831,0.545359131,7245.8824078 +253,-1.64434733,0.5254277498,375,0.64207831,0.545359131,7121.1455152 +254,-1.703855997,0.4792484842,375,0.64207831,0.545359131,7394.420192 +255,-1.692002383,0.5748825051,375,0.64207831,0.545359131,7076.0514007 +256,-1.854136457,0.5544643913,375,0.64207831,0.545359131,7460.2536399 +257,-1.665021206,0.520317736,375,0.64207831,0.545359131,7183.039128 +258,-1.733654349,0.4845187345,375,0.64207831,0.545359131,7444.136 +259,-1.720938188,0.5135933906,375,0.64207831,0.545359131,7326.5106961 +260,-1.742668307,0.553296122,375,0.64207831,0.545359131,7248.2692086 +261,-1.965659039,0.7142126903,375,0.64207831,0.545359131,7085.6541263 +262,-1.944438071,0.6772834804,375,0.64207831,0.545359131,7186.5641063 +263,-1.270340967,0.7681487096,375,0.64207831,0.545359131,5607.8075954 +264,-1.353091884,0.6549276821,375,0.64207831,0.545359131,6076.2435222 +265,-1.333236659,0.6413584414,375,0.64207831,0.545359131,6060.5654335 +266,-1.352015998,0.6753788907,375,0.64207831,0.545359131,6022.9392313 +267,-1.377988483,0.6577816235,375,0.64207831,0.545359131,6129.6467444 +268,-2.13075611,0.8318642051,375,0.64207831,0.545359131,6832.9863868 +269,-2.097910953,0.8259670014,375,0.64207831,0.545359131,6826.5029766 +270,-1.416382069,0.6694271549,375,0.64207831,0.545359131,6191.2213131 +271,-1.538905672,0.7535625993,375,0.64207831,0.545359131,6231.1490159 +272,-1.572309477,0.7803125099,375,0.64207831,0.545359131,6220.6595265 +273,-1.87759879,0.7503853417,375,0.64207831,0.545359131,6836.4129956 +274,1.152365588,0.590457682,375,0.64207831,0.545359131,1707.5709561 +275,0.350198001,0.718001859,375,0.64207831,0.545359131,1153.4269382 +276,0.046513677,0.491503852,375,0.64207831,0.545359131,2052.0417083 +277,0.027510309,0.742571376,375,0.64207831,0.545359131,2079.1926951 +278,0.306285725,-0.214631579,375,0.64207831,0.545359131,3269.8083777 +279,-1.100564889,0.318051531,375,0.64207831,0.545359131,6129.429445 +280,-1.078582306,0.301437596,375,0.64207831,0.545359131,6094.6931799 +281,-1.137371989,-0.617634065,375,0.64207831,0.545359131,8047.6401032 +282,0.784356344,0.703272339,375,0.64207831,0.545359131,774.00987705 +283,-1.221209947,0.218327455,375,0.64207831,0.545359131,6731.5520453 +284,2.347301921,-0.449114658,375,0.64207831,0.545359131,7547.4480675 +285,0.246820618,0.830553713,375,0.64207831,0.545359131,1643.5109159 +286,0.829414965,0.703288228,375,0.64207831,0.545359131,866.89463013 +287,-1.337537566,0.42332223,375,0.64207831,0.545359131,6605.8462537 +288,0.882453706,0.454478077,375,0.64207831,0.545359131,908.92088003 +289,1.575629659,0.416419109,375,0.64207831,0.545359131,3286.8335107 +290,-1.039455679,0.229888244,375,0.64207831,0.545359131,6118.1102054 +291,0.489558039,0.934482747,375,0.64207831,0.545359131,1601.7717432 +292,0.081344504,0.88384514,375,0.64207831,0.545359131,2119.4317678 +293,-1.547979814,0.300350308,375,0.64207831,0.545359131,7514.4575884 +294,0.040776181,0.168560074,375,0.64207831,0.545359131,2665.3695584 +295,-1.130374745,0.563894876,375,0.64207831,0.545359131,5695.4559015 +296,1.578326642,0.478507176,375,0.64207831,0.545359131,3212.5252307 +297,-1.12861823,-0.291640865,375,0.64207831,0.545359131,7477.6732117 +298,0.310524208,0.770885792,375,0.64207831,0.545359131,1364.1738089 +299,0.415649091,-0.387246002,375,0.64207831,0.545359131,3792.8009714 +300,-0.926533878,-0.188022748,375,0.64207831,0.545359131,6599.2812813 +301,1.258856172,-0.11716081,375,0.64207831,0.545359131,3512.0872051 +302,-1.126050026,0.322941926,375,0.64207831,0.545359131,6199.4585798 +303,2.002785835,0.07893892,375,0.64207831,0.545359131,5348.8180339 +304,0.440437607,0.746258085,375,0.64207831,0.545359131,1017.781758 +305,-0.030391866,0.214441206,375,0.64207831,0.545359131,2778.6440516 +306,0.521557815,-0.058929362,375,0.64207831,0.545359131,2436.4110514 +307,-0.097005111,0.13317729,375,0.64207831,0.545359131,3177.3406412 +308,1.83113859,0.221857587,375,0.64207831,0.545359131,4483.9479102 +309,0.222428864,0.099404236,375,0.64207831,0.545359131,2355.1320962 +310,-1.702731345,0.8728568183,375,0.64207831,0.545359131,6168.9232113 +311,-0.418507569,0.278324921,375,0.64207831,0.545359131,3943.7122732 +312,-1.41153306,0.339029988,375,0.64207831,0.545359131,7026.8597661 +313,0.357560442,0.114788776,375,0.64207831,0.545359131,2005.1427909 +314,0.325818979,0.268352149,375,0.64207831,0.545359131,1585.0669366 +315,-1.246004659,-0.663679965,375,0.64207831,0.545359131,8432.9468497 +316,1.814603087,0.637404484,375,0.64207831,0.545359131,3794.6157929 +317,1.843704281,-0.18300445,375,0.64207831,0.545359131,5388.1416203 +318,1.690644492,-0.211480909,375,0.64207831,0.545359131,4981.4777086 +319,-1.275451936,0.068109467,375,0.64207831,0.545359131,7241.4420911 +320,0.762430171,-0.207594741,375,0.64207831,0.545359131,3017.3408789 +321,0.265668905,-0.014647884,375,0.64207831,0.545359131,2630.9372919 +322,-2.773032013,-0.335515811,375,0.64207831,0.545359131,11161.543482 +323,-1.469512853,0.174058777,375,0.64207831,0.545359131,7611.4663353 +324,0.286276986,0.785925691,375,0.64207831,0.545359131,1454.2199822 +325,-1.379324697,0.377432233,375,0.64207831,0.545359131,6838.2097009 +326,-1.203778265,0.212813032,375,0.64207831,0.545359131,6688.0511615 +327,0.579916301,0.611743168,375,0.64207831,0.545359131,334.06627353 +328,0.267582642,0.868113908,375,0.64207831,0.545359131,1692.6946593 +329,0.412869244,-0.050245578,375,0.64207831,0.545359131,2512.5216748 +330,0.17524381,0.976660285,375,0.64207831,0.545359131,2142.7619095 +331,0.743157214,0.204812899,375,0.64207831,0.545359131,1398.6906506 +332,-1.070758176,0.269382282,375,0.64207831,0.545359131,6137.198958 +333,-1.230364251,0.329790229,375,0.64207831,0.545359131,6508.6438375 +334,-1.374813124,-0.024926835,375,0.64207831,0.545359131,7773.0836937 +335,0.519780566,0.463669906,375,0.64207831,0.545359131,533.18567124 +336,-1.55108034,0.239698561,375,0.64207831,0.545359131,7684.8521384 +337,0.180294813,0.029739425,375,0.64207831,0.545359131,2675.1145416 +338,0.67820924,0.268170153,375,0.64207831,0.545359131,1105.7066224 +339,0.445798684,1.024001867,375,0.64207831,0.545359131,1968.0474026 +340,0.691751283,0.150521402,375,0.64207831,0.545359131,1574.65371 +341,-1.036643551,-0.903056181,375,0.64207831,0.545359131,8134.643436 +342,-0.120287036,1.083325163,375,0.64207831,0.545359131,2875.2422733 +343,2.823513113,-0.304487164,375,0.64207831,0.545359131,8886.9019697 +344,0.457583172,1.12513373,375,0.64207831,0.545359131,2341.3208418 +345,0.042918831,0.813795399,375,0.64207831,0.545359131,2106.3070016 +346,1.196146777,-0.853142756,375,0.64207831,0.545359131,5875.5718418 +347,0.206001358,-0.010430701,375,0.64207831,0.545359131,2744.0656833 +348,-0.268308653,0.234799412,375,0.64207831,0.545359131,3518.490558 +349,0.759363263,0.736189579,375,0.64207831,0.545359131,841.93903635 +350,0.181363926,0.891988372,375,0.64207831,0.545359131,1922.1034529 +351,-0.021111158,0.139103292,375,0.64207831,0.545359131,2927.2067989 +352,-0.093355215,0.630686981,375,0.64207831,0.545359131,2428.2497302 +353,0.40118964,0.681375926,375,0.64207831,0.545359131,946.4185891 +354,-0.721197315,1.304706234,375,0.64207831,0.545359131,3930.3881337 +355,-1.076150317,0.212107639,375,0.64207831,0.545359131,6275.6878757 +356,-1.577164531,0.273993443,375,0.64207831,0.545359131,7666.7365032 +357,-0.190788414,0.182208586,375,0.64207831,0.545359131,3368.6550896 +358,-0.261349752,0.209710184,375,0.64207831,0.545359131,3545.015083 +359,-1.029303852,0.083549259,375,0.64207831,0.545359131,6389.3733585 +360,-1.268609162,0.330525297,375,0.64207831,0.545359131,6623.6609403 +361,1.282982244,-0.926641967,375,0.64207831,0.545359131,6234.793586 +362,0.217352334,0.731352408,375,0.64207831,0.545359131,1531.0939763 +363,-1.511833084,0.258629297,375,0.64207831,0.545359131,7522.3028884 +364,0.338812194,0.823184618,375,0.64207831,0.545359131,1434.5713598 +365,-0.324406489,1.134201999,375,0.64207831,0.545359131,3284.3884858 +366,1.389579348,0.399185724,375,0.64207831,0.545359131,2682.4501925 +367,2.047152199,-0.039082036,375,0.64207831,0.545359131,5742.8230013 +368,0.947780369,0.568250077,375,0.64207831,0.545359131,1030.8010136 +369,0.763824846,0.576754987,375,0.64207831,0.545359131,426.72239272 +370,-0.142334657,0.928153068,375,0.64207831,0.545359131,2691.3578381 +371,0.610266567,0.547265983,375,0.64207831,0.545359131,107.92895514 +372,0.210731629,0.746815056,375,0.64207831,0.545359131,1571.6642124 +373,-1.34931644,0.316895224,375,0.64207831,0.545359131,6898.7925003 +374,2.407696481,0.655030745,375,0.64207831,0.545359131,5485.9214654 +375,0.64207831,0.545359131,375,0.64207831,0.545359131,0 +376,1.174597538,0.840588356,375,0.64207831,0.545359131,1978.9418604 +377,0.660059424,0.010604079,375,0.64207831,0.545359131,2119.2386353 +378,-0.730263819,0.010486456,375,0.64207831,0.545359131,5529.2431104 +379,0.831068936,0.512339172,375,0.64207831,0.545359131,659.12745739 +380,1.301180979,0.72367476,375,0.64207831,0.545359131,2197.9848486 +381,1.811128231,0.322854402,375,0.64207831,0.545359131,4231.5553887 +382,0.435105812,0.992284428,375,0.64207831,0.545359131,1859.6124952 +383,0.62643634,0.592027932,375,0.64207831,0.545359131,192.08270493 +384,0.492988703,-0.516339467,375,0.64207831,0.545359131,4242.7042894 +385,-0.162469483,0.112549365,375,0.64207831,0.545359131,3432.9435371 +386,0.314630866,0.472006421,375,0.64207831,0.545359131,1167.8184496 +387,0.166744804,0.822815954,375,0.64207831,0.545359131,1810.9825862 +388,0.417159608,0.965805736,375,0.64207831,0.545359131,1780.5179469 +389,0.106334961,0.868774244,375,0.64207831,0.545359131,2035.8152095 +390,0.815086969,-0.338144359,375,0.64207831,0.545359131,3560.8703249 +391,0.59867455,-0.230624824,375,0.64207831,0.545359131,3078.102806 +392,1.915104874,0.066220985,375,0.64207831,0.545359131,5078.7987174 +393,1.278093622,0.064463721,375,0.64207831,0.545359131,3039.4280638 +394,-0.061477853,0.302997961,375,0.64207831,0.545359131,2697.0038989 +395,0.251311504,0.626976942,375,0.64207831,0.545359131,1326.0833777 +396,2.950242872,0.149095644,375,0.64207831,0.545359131,8256.5957794 +397,-0.180294708,0.35375117,375,0.64207831,0.545359131,3006.847041 +398,1.010448592,-0.351180233,375,0.64207831,0.545359131,3817.3166317 +399,-1.748740498,0.3686318073,375,0.64207831,0.545359131,7835.4874337 +400,2.699635665,0.123533791,375,0.64207831,0.545359131,7566.3961022 +401,0.496808033,0.823843254,375,0.64207831,0.545359131,1188.0514367 +402,0.129574704,0.763364087,375,0.64207831,0.545359131,1813.8781664 +403,1.798920311,0.817447563,375,0.64207831,0.545359131,3605.2106126 +404,0.335987953,0.746786541,375,0.64207831,0.545359131,1249.9827365 +405,-1.085413643,0.292154671,375,0.64207831,0.545359131,6136.2141095 +406,-0.155321003,0.508207011,375,0.64207831,0.545359131,2714.8176259 +407,0.620529244,-0.301175104,375,0.64207831,0.545359131,3354.1244689 +408,1.684402744,0.368716966,375,0.64207831,0.545359131,3726.9114536 +409,0.300582244,-0.386397212,375,0.64207831,0.545359131,3911.876993 +410,2.913555946,-0.009225192,375,0.64207831,0.545359131,8557.0760416 +411,1.465101417,0.493232532,375,0.64207831,0.545359131,2816.4789799 +412,0.090612882,0.907955955,375,0.64207831,0.545359131,2144.4757239 +413,2.987564726,-0.729568594,375,0.64207831,0.545359131,9839.7431176 +414,-1.484261606,0.224149272,375,0.64207831,0.545359131,7530.2130465 +415,0.164073421,0.303955133,375,0.64207831,0.545359131,1964.0218404 +416,0.141441293,0.167552546,375,0.64207831,0.545359131,2371.764082 +417,2.931321023,-0.506718887,375,0.64207831,0.545359131,9543.9647857 +418,2.21951565,0.700596356,375,0.64207831,0.545359131,4889.5398158 +419,0.268112576,1.199114336,375,0.64207831,0.545359131,2726.2399652 +420,0.978913739,0.359223811,375,0.64207831,0.545359131,1404.9725794 +421,1.210898818,0.522863584,375,0.64207831,0.545359131,1934.3244471 +422,2.347397336,0.129231362,375,0.64207831,0.545359131,6407.5934147 +423,0.614394501,0.556878345,375,0.64207831,0.545359131,103.96534936 +424,-1.398079356,0.148483366,375,0.64207831,0.545359131,7452.5427914 +425,2.535303836,-0.112984496,375,0.64207831,0.545359131,7544.2185 +426,-1.019372593,-0.405322349,375,0.64207831,0.545359131,7328.1710437 +427,-1.297785627,-0.160104069,375,0.64207831,0.545359131,7796.6507217 +428,2.144554488,0.205051084,375,0.64207831,0.545359131,5574.339266 +429,-2.242387083,-0.426171285,375,0.64207831,0.545359131,11428.30617 +430,0.338637212,0.909723676,375,0.64207831,0.545359131,1689.8412185 +431,-0.148798452,0.691042401,375,0.64207831,0.545359131,2588.9805072 +432,0.893524764,0.441829531,375,0.64207831,0.545359131,967.08934236 +433,0.969229347,-0.368847936,375,0.64207831,0.545359131,3828.5915961 +434,0.436043248,0.800045688,375,0.64207831,0.545359131,1190.8651872 +435,1.687946607,1.081504775,375,0.64207831,0.545359131,3370.7931907 +436,0.522302046,-0.034889271,375,0.64207831,0.545359131,2342.223155 +437,-0.178996113,-0.438090009,375,0.64207831,0.545359131,4983.7691879 +438,-1.094339566,0.301444068,375,0.64207831,0.545359131,6145.0180231 +439,-1.064070054,0.242569932,375,0.64207831,0.545359131,6171.9777492 +440,-1.068153768,0.230387998,375,0.64207831,0.545359131,6210.9532078 +441,-3.00496892,-0.23989155,375,0.64207831,0.545359131,10245.199089 +442,0.21751974,0.766874888,375,0.64207831,0.545359131,1585.9303249 +443,0.117229532,0.007619006,375,0.64207831,0.545359131,2899.7054096 +444,0.777758451,0.420554741,375,0.64207831,0.545359131,685.79053601 +445,-0.252356999,0.250747086,375,0.64207831,0.545359131,3434.1041668 +446,0.363148444,0.768483434,375,0.64207831,0.545359131,1239.27798 +447,0.903191366,-0.118210676,375,0.64207831,0.545359131,2808.3023427 +448,-0.205755923,0.149406178,375,0.64207831,0.545359131,3488.7798296 +449,1.811996086,0.02364353,375,0.64207831,0.545359131,4823.3655956 +450,-1.100670221,0.314845373,375,0.64207831,0.545359131,6136.6036918 +451,0.340078597,0.850105132,375,0.64207831,0.545359131,1508.1048345 +452,0.258757267,0.804969236,375,0.64207831,0.545359131,1559.5634155 +453,2.78505352,-0.155160804,375,0.64207831,0.545359131,8469.7787675 +454,0.800551619,0.105822106,375,0.64207831,0.545359131,1837.6721369 +455,0.437940882,-0.506194031,375,0.64207831,0.545359131,4235.6807956 +456,2.230431122,0.63458615,375,0.64207831,0.545359131,5033.9723428 +457,0.527965361,0.127667701,375,0.64207831,0.545359131,1707.5294875 +458,-0.063643205,0.702093448,375,0.64207831,0.545359131,2330.6426047 +459,1.408447268,0.133010502,375,0.64207831,0.545359131,3263.9215773 +460,0.523795955,0.280266966,375,0.64207831,0.545359131,1133.5790153 +461,-0.975769313,0.072177659,375,0.64207831,0.545359131,6232.6137322 +462,0.549774164,-0.463663986,375,0.64207831,0.545359131,4011.9576832 +463,0.29245874,1.095549818,375,0.64207831,0.545359131,2352.4746504 +464,0.143625958,0.816809593,375,0.64207831,0.545359131,1856.3847094 +465,0.671902494,0.611159853,375,0.64207831,0.545359131,278.76465231 +466,1.239840988,0.6724199,375,0.64207831,0.545359131,1993.8594322 +467,0.607829703,-0.10932137,375,0.64207831,0.545359131,2596.4296704 +468,1.763020906,0.263996692,375,0.64207831,0.545359131,4174.2703547 +469,0.378714634,0.726066797,375,0.64207831,0.545359131,1100.1947521 +470,2.196736143,-0.153862366,375,0.64207831,0.545359131,6483.0000406 +471,0.01702415,0.148991565,375,0.64207831,0.545359131,2786.3490915 +472,-2.998490902,-0.158002487,375,0.64207831,0.545359131,10050.694757 +473,-3.051262951,-0.346595608,375,0.64207831,0.545359131,10330.326353 +474,-1.069176439,0.182802941,375,0.64207831,0.545359131,6314.6110472 +475,0.167157509,0.595344954,375,0.64207831,0.545359131,1590.986838 +476,0.613855648,0.681746124,375,0.64207831,0.545359131,547.87665452 +477,1.037012736,0.682555367,375,0.64207831,0.545359131,1384.4650773 +478,-1.253574971,0.379755746,375,0.64207831,0.545359131,6464.2719956 +479,3.108590453,-0.132620738,375,0.64207831,0.545359131,9464.1489718 +480,0.565301296,0.022333262,375,0.64207831,0.545359131,2091.586032 +481,0.547898238,0.855555614,375,0.64207831,0.545359131,1260.5318351 +482,0.948309381,0.417393755,375,0.64207831,0.545359131,1186.5962528 +483,-0.050600732,0.945269213,375,0.64207831,0.545359131,2510.8410351 +484,-0.977651478,-0.572363064,375,0.64207831,0.545359131,7495.8679734 +485,1.102014914,0.728861163,375,0.64207831,0.545359131,1625.8228092 +486,2.927300795,-0.282939414,375,0.64207831,0.545359131,9198.3645364 +487,-1.154565557,0.124434095,375,0.64207831,0.545359131,6720.6958723 +488,1.855331234,0.291044755,375,0.64207831,0.545359131,4437.2383344 +489,0.830290659,0.276904518,375,0.64207831,0.545359131,1262.1745401 +490,0.485104466,-0.234867441,375,0.64207831,0.545359131,3147.6275474 +491,0.521367572,-0.33161327,375,0.64207831,0.545359131,3503.8981336 +1,-1.539031704,0.7349710123,376,1.174597538,0.840588356,6026.2087085 +2,-1.536990553,0.7349663874,376,1.174597538,0.840588356,6024.5601654 +3,-1.534951779,0.7349571355,376,1.174597538,0.840588356,6022.9236916 +4,-1.532906461,0.7349480293,376,1.174597538,0.840588356,6021.2737931 +5,-1.531320211,0.7346937278,376,1.174597538,0.840588356,6020.9286462 +6,-1.539451648,0.7335131775,376,1.174597538,0.840588356,6032.0992644 +7,-1.537429487,0.7335445708,376,1.174597538,0.840588356,6030.328684 +8,-1.535484998,0.7335658704,376,1.174597538,0.840588356,6028.6530792 +9,-1.533488396,0.7336036027,376,1.174597538,0.840588356,6026.8652666 +10,-1.531497785,0.7335842962,376,1.174597538,0.840588356,6025.2921635 +11,-1.530259379,0.7334777758,376,1.174597538,0.840588356,6024.668996 +12,-1.5335454,0.7322346912,376,1.174597538,0.840588356,6032.1169139 +13,-1.531489083,0.7322238773,376,1.174597538,0.840588356,6030.4552884 +14,-1.530011122,0.7321679851,376,1.174597538,0.840588356,6029.4391407 +15,-1.53348106,0.7306614094,376,1.174597538,0.840588356,6038.0453337 +16,-1.531441779,0.7306962275,376,1.174597538,0.840588356,6036.2219184 +17,-1.529755654,0.7306933243,376,1.174597538,0.840588356,6034.8291248 +18,-1.533415048,0.7291384674,376,1.174597538,0.840588356,6043.7808639 +19,-1.531392093,0.7291705353,376,1.174597538,0.840588356,6041.9790547 +20,-1.529296523,0.7291214933,376,1.174597538,0.840588356,6040.4174283 +21,-1.535280942,0.727267644,376,1.174597538,0.840588356,6052.439128 +22,-1.533378158,0.7276139666,376,1.174597538,0.840588356,6049.5463678 +23,-1.531340368,0.7276446587,376,1.174597538,0.840588356,6047.7351142 +24,-1.528960113,0.7276398177,376,1.174597538,0.840588356,6045.7647027 +25,-1.533313146,0.7260818349,376,1.174597538,0.840588356,6055.3174676 +26,-1.531259555,0.7260958115,376,1.174597538,0.840588356,6053.5541112 +27,-1.528926415,0.7260865555,376,1.174597538,0.840588356,6051.6370374 +28,-1.531226779,0.7245511789,376,1.174597538,0.840588356,6059.3970863 +29,-1.528904772,0.7245519194,376,1.174597538,0.840588356,6057.4486972 +30,-1.547195875,0.7409785979,376,1.174597538,0.840588356,6009.9006852 +31,-1.5451475,0.740980426,376,1.174597538,0.840588356,6008.2601721 +32,-1.543097679,0.7409798872,376,1.174597538,0.840588356,6006.6200079 +33,-1.540720364,0.7409892687,376,1.174597538,0.840588356,6004.6702935 +34,-1.547188511,0.7395198392,376,1.174597538,0.840588356,6015.4547116 +35,-1.545148587,0.7395226109,376,1.174597538,0.840588356,6013.8152829 +36,-1.543104538,0.7395314908,376,1.174597538,0.840588356,6012.1418269 +37,-1.540727751,0.7395306258,376,1.174597538,0.840588356,6010.2291859 +38,-1.547187029,0.7380014886,376,1.174597538,0.840588356,6021.2405773 +39,-1.545147315,0.7380012252,376,1.174597538,0.840588356,6019.6107444 +40,-1.54310719,0.7380060743,376,1.174597538,0.840588356,6017.9536452 +41,-1.540719671,0.7380068206,376,1.174597538,0.840588356,6016.0236798 +42,-1.547187189,0.7364799098,376,1.174597538,0.840588356,6027.040089 +43,-1.545149996,0.7364853874,376,1.174597538,0.840588356,6025.3882716 +44,-1.543106091,0.7364823484,376,1.174597538,0.840588356,6023.7560418 +45,-1.540717158,0.7364893901,376,1.174597538,0.840588356,6021.7984355 +46,-1.538663972,0.7410138672,376,1.174597538,0.840588356,6002.9129325 +47,-1.53695285,0.7409699132,376,1.174597538,0.840588356,6001.690013 +48,-1.534910498,0.7409641297,376,1.174597538,0.840588356,6000.04588 +49,-1.533145034,0.7409536636,376,1.174597538,0.840588356,5998.6394236 +50,-1.538681336,0.7395405883,376,1.174597538,0.840588356,6008.5335565 +51,-1.536999189,0.7395183096,376,1.174597538,0.840588356,6007.250081 +52,-1.534923633,0.7395144222,376,1.174597538,0.840588356,6005.5696435 +53,-1.533267822,0.7395654306,376,1.174597538,0.840588356,6004.0178154 +54,-1.53867273,0.7380151077,376,1.174597538,0.840588356,6014.3317948 +55,-1.536980576,0.7379994392,376,1.174597538,0.840588356,6013.0131852 +56,-1.534931522,0.7379944961,376,1.174597538,0.840588356,6011.3562032 +57,-1.533387952,0.7379480264,376,1.174597538,0.840588356,6010.2655335 +58,-1.538682279,0.7364914363,376,1.174597538,0.840588356,6020.1379456 +59,-1.536980704,0.7364810563,376,1.174597538,0.840588356,6018.7897449 +60,-1.534935567,0.7364752065,376,1.174597538,0.840588356,6017.1372428 +61,-1.533042592,0.7363876366,376,1.174597538,0.840588356,6015.9133284 +62,-1.545143426,0.7349628011,376,1.174597538,0.840588356,6031.1841179 +63,-1.543105297,0.7349691947,376,1.174597538,0.840588356,6029.518452 +64,-1.541064533,0.7349647152,376,1.174597538,0.840588356,6027.8846002 +65,-1.545411803,0.7334624714,376,1.174597538,0.840588356,6037.1163159 +66,-1.543446606,0.7334780896,376,1.174597538,0.840588356,6035.4732873 +67,-1.541475327,0.7334957295,376,1.174597538,0.840588356,6033.8107239 +68,-1.545401939,0.731963266,376,1.174597538,0.840588356,6042.8207513 +69,-1.54342253,0.7319915583,376,1.174597538,0.840588356,6041.1158894 +70,-1.541455867,0.7320216438,376,1.174597538,0.840588356,6039.4075719 +71,-1.545410146,0.7304422281,376,1.174597538,0.840588356,6048.6229518 +72,-1.543435491,0.7304713664,376,1.174597538,0.840588356,6046.916669 +73,-1.541463105,0.7304997613,376,1.174597538,0.840588356,6045.2081104 +74,-1.545414768,0.7289194936,376,1.174597538,0.840588356,6054.4287696 +75,-1.543435774,0.7289538557,376,1.174597538,0.840588356,6052.6970153 +76,-1.541457714,0.7289765881,376,1.174597538,0.840588356,6051.0033262 +77,-1.539449415,0.7320555866,376,1.174597538,0.840588356,6037.6452399 +78,-1.537429183,0.7321097681,376,1.174597538,0.840588356,6035.7874707 +79,-1.535472649,0.7321497267,376,1.174597538,0.840588356,6034.0290313 +80,-1.539457899,0.7305333307,376,1.174597538,0.840588356,6043.4461198 +81,-1.537453161,0.7305750503,376,1.174597538,0.840588356,6041.6463588 +82,-1.535479385,0.7306124949,376,1.174597538,0.840588356,6039.881255 +83,-1.53946905,0.7290102593,376,1.174597538,0.840588356,6049.2523338 +84,-1.537459922,0.7290417293,376,1.174597538,0.840588356,6047.4858736 +85,-1.535451349,0.7290890157,376,1.174597538,0.840588356,6045.6525355 +86,-1.535522937,0.7279887191,376,1.174597538,0.840588356,6049.8965171 +87,-1.539442524,0.7274735939,376,1.174597538,0.840588356,6055.0794907 +88,-1.537424111,0.727521351,376,1.174597538,0.840588356,6053.2411751 +89,-1.539384641,0.7259505092,376,1.174597538,0.840588356,6060.8292147 +90,-1.537372391,0.7259947145,376,1.174597538,0.840588356,6059.0071352 +91,-1.535340789,0.7260435356,376,1.174597538,0.840588356,6057.1443066 +92,-1.539325716,0.7244369706,376,1.174597538,0.840588356,6066.5416478 +93,-1.537308932,0.7244801057,376,1.174597538,0.840588356,6064.7175642 +94,-1.535289068,0.7245247645,376,1.174597538,0.840588356,6062.8779059 +95,-1.533261366,0.7245550236,376,1.174597538,0.840588356,6061.079232 +96,-1.539267302,0.722921924,376,1.174597538,0.840588356,6072.2601386 +97,-1.537248972,0.7229660258,376,1.174597538,0.840588356,6070.4287578 +98,-1.535219431,0.7229916471,376,1.174597538,0.840588356,6068.6511173 +99,-1.53318962,0.7230212049,376,1.174597538,0.840588356,6066.8509146 +100,-1.531154816,0.7230299897,376,1.174597538,0.840588356,6065.1181241 +101,-1.528878341,0.7230370244,376,1.174597538,0.840588356,6063.1813195 +102,-1.539218189,0.7214009878,376,1.174597538,0.840588356,6078.0086028 +103,-1.537198791,0.7214422745,376,1.174597538,0.840588356,6076.1847301 +104,-1.535179266,0.7214634354,376,1.174597538,0.840588356,6074.4300279 +105,-1.533156501,0.7214944644,376,1.174597538,0.840588356,6072.6277857 +106,-1.53113574,0.7215166021,376,1.174597538,0.840588356,6070.8537046 +107,-1.528874248,0.7215345535,376,1.174597538,0.840588356,6068.8855295 +108,-1.539217656,0.7198512397,376,1.174597538,0.840588356,6083.9067081 +109,-1.537199919,0.7199428763,376,1.174597538,0.840588356,6081.8904597 +110,-1.545425832,0.727397149,376,1.174597538,0.840588356,6060.2383478 +111,-1.543371177,0.7273916949,376,1.174597538,0.840588356,6058.594791 +112,-1.541368852,0.7274523163,376,1.174597538,0.840588356,6056.7346825 +113,-1.545349067,0.7258710923,376,1.174597538,0.840588356,6065.9910421 +114,-1.54332671,0.7258603556,376,1.174597538,0.840588356,6064.3914206 +115,-1.541346831,0.7259242142,376,1.174597538,0.840588356,6062.5350335 +116,-1.545324355,0.7243383958,376,1.174597538,0.840588356,6071.811081 +117,-1.543292796,0.7243617413,376,1.174597538,0.840588356,6070.0719252 +118,-1.541295822,0.7244024384,376,1.174597538,0.840588356,6068.2875743 +119,-1.543193859,0.7205570215,376,1.174597538,0.840588356,6084.4830376 +120,-1.550257047,0.7386738187,376,1.174597538,0.840588356,6021.1171626 +121,-1.549335448,0.7311736483,376,1.174597538,0.840588356,6048.9843538 +122,-1.533478843,0.7179891343,376,1.174597538,0.840588356,6086.2243852 +123,-1.556150555,0.738907041,376,1.174597538,0.840588356,6024.8617212 +124,-1.554324226,0.733414257,376,1.174597538,0.840588356,6044.3945258 +125,-1.554290846,0.7288285332,376,1.174597538,0.840588356,6061.8689299 +126,-1.55122487,0.7219795312,376,1.174597538,0.840588356,6085.5591716 +127,-1.525104458,0.7229399862,376,1.174597538,0.840588356,6060.3626525 +128,-1.519607711,0.7236181429,376,1.174597538,0.840588356,6053.1027291 +129,-1.513899999,0.7251107854,376,1.174597538,0.840588356,6042.5257919 +130,-1.536620762,0.7431061895,376,1.174597538,0.840588356,5993.2931798 +131,-1.5369566,0.7460845958,376,1.174597538,0.840588356,5982.2356695 +132,-1.545345528,0.7447040685,376,1.174597538,0.840588356,5994.2310816 +133,-1.532813921,0.7432306626,376,1.174597538,0.840588356,5989.7119305 +134,-1.554788248,0.7382381001,376,1.174597538,0.840588356,6026.3491867 +135,-1.540348126,0.7301594274,376,1.174597538,0.840588356,6045.5958919 +136,-1.538016084,0.7239051786,376,1.174597538,0.840588356,6067.4881632 +137,-1.525288962,0.7258085137,376,1.174597538,0.840588356,6049.629392 +138,-1.534326986,0.731241342,376,1.174597538,0.840588356,6036.5393924 +139,-1.530733872,0.7303625216,376,1.174597538,0.840588356,6036.9012537 +141,-1.534354939,0.7328219978,376,1.174597538,0.840588356,6030.5518905 +142,-1.53157084,0.7292888153,376,1.174597538,0.840588356,6041.6782422 +143,-1.525691035,0.7263799874,376,1.174597538,0.840588356,6047.7996176 +144,-1.534031287,0.7495967835,376,1.174597538,0.840588356,5966.503844 +145,-1.527714986,0.7283095957,376,1.174597538,0.840588356,6042.1765093 +146,-1.526189586,0.7271468292,376,1.174597538,0.840588356,6045.3087968 +147,-1.555177336,0.7375563366,376,1.174597538,0.840588356,6029.2562436 +148,-1.555080283,0.7312707794,376,1.174597538,0.840588356,6053.1711312 +149,-1.53856994,0.7224180299,376,1.174597538,0.840588356,6073.6038273 +150,-1.530837883,0.729933372,376,1.174597538,0.840588356,6038.6186645 +151,-1.515066984,0.5854133365,376,1.174597538,0.840588356,6572.8332463 +152,-1.534731633,0.5368370046,376,1.174597538,0.840588356,6776.074121 +153,-1.515231902,0.5607085576,376,1.174597538,0.840588356,6666.5632138 +154,-2.616253799,1.0684566605,376,1.174597538,0.840588356,4604.0823668 +155,-1.956071439,0.5792177723,376,1.174597538,0.840588356,6819.8629864 +156,-1.951208514,0.5602434208,376,1.174597538,0.840588356,6894.8708675 +157,-1.944675062,0.6062144545,376,1.174597538,0.840588356,6712.5175589 +158,-1.613778386,0.6077989518,376,1.174597538,0.840588356,6572.1348057 +159,-2.035029014,0.6021432345,376,1.174597538,0.840588356,6724.1102626 +160,-2.114989471,0.6801825058,376,1.174597538,0.840588356,6397.5962009 +161,-2.037382079,0.5765830025,376,1.174597538,0.840588356,6824.8834887 +162,-2.129855121,0.6585019963,376,1.174597538,0.840588356,6478.2360139 +163,-2.075141798,0.6493615843,376,1.174597538,0.840588356,6529.8241496 +164,-1.828626729,0.6948433129,376,1.174597538,0.840588356,6342.5956298 +165,-1.863329418,0.6735427691,376,1.174597538,0.840588356,6435.2717296 +166,-1.266037071,0.727988852,376,1.174597538,0.840588356,5764.6669842 +167,-1.277579582,0.7249010648,376,1.174597538,0.840588356,5790.4040506 +168,-1.258418684,0.7241194816,376,1.174597538,0.840588356,5768.651132 +169,-1.317813974,0.6804850104,376,1.174597538,0.840588356,6000.9345726 +170,-1.344165204,0.6790988904,376,1.174597538,0.840588356,6038.177168 +171,-1.427582102,0.5277120351,376,1.174597538,0.840588356,6695.5541517 +172,-1.402238616,0.457167829,376,1.174597538,0.840588356,6925.6100222 +173,-1.422454264,0.4996161999,376,1.174597538,0.840588356,6793.7825507 +174,-1.439089277,0.4894859811,376,1.174597538,0.840588356,6851.4414089 +175,-1.448126995,0.5182330266,376,1.174597538,0.840588356,6754.8015325 +176,-1.474626146,0.5881926574,376,1.174597538,0.840588356,6521.7476762 +177,-1.421139645,0.5584869783,376,1.174597538,0.840588356,6573.6330475 +178,-1.457037165,0.565943032,376,1.174597538,0.840588356,6586.418011 +179,-2.757159358,0.3745319,376,1.174597538,0.840588356,6875.6933409 +180,-2.714309238,0.342054471,376,1.174597538,0.840588356,7064.132893 +181,-2.000525337,0.774119946,376,1.174597538,0.840588356,6046.9260019 +183,-1.571413436,0.6777838382,376,1.174597538,0.840588356,6270.5414043 +184,-1.552860289,0.6987663893,376,1.174597538,0.840588356,6175.4385741 +185,-1.521852374,0.7165827476,376,1.174597538,0.840588356,6081.7139484 +186,-1.503656267,0.6928968252,376,1.174597538,0.840588356,6155.3467143 +187,-1.502753178,0.7136205882,376,1.174597538,0.840588356,6076.1878396 +188,-1.631894563,0.7343596465,376,1.174597538,0.840588356,6096.3759496 +189,-1.653765416,0.6770714026,376,1.174597538,0.840588356,6332.1162471 +190,-1.719812114,0.6715965947,376,1.174597538,0.840588356,6391.1375318 +191,-1.493406659,0.6646955447,376,1.174597538,0.840588356,6252.3478305 +192,-1.469120564,0.6613469966,376,1.174597538,0.840588356,6241.3421147 +193,-1.590551461,0.5326612937,376,1.174597538,0.840588356,6842.4891329 +194,-1.625979264,0.5247742243,376,1.174597538,0.840588356,6901.595688 +195,-1.572293943,0.5238808754,376,1.174597538,0.840588356,6860.258219 +196,-1.610848725,0.5477107964,376,1.174597538,0.840588356,6801.3089147 +197,-1.208485554,0.7918526018,376,1.174597538,0.840588356,5464.4581354 +198,-1.335601374,0.6869083083,376,1.174597538,0.840588356,5999.4064684 +199,-1.346156996,0.6825213377,376,1.174597538,0.840588356,6028.0734144 +200,-1.324381037,0.6741422347,376,1.174597538,0.840588356,6032.0877231 +201,-1.242424992,0.7378949807,376,1.174597538,0.840588356,5698.8707183 +202,-1.270370057,0.7392461008,376,1.174597538,0.840588356,5729.9661082 +203,-1.448950472,0.7441675014,376,1.174597538,0.840588356,5911.2853131 +204,-1.492662363,0.7523026852,376,1.174597538,0.840588356,5921.1557007 +205,-1.479098966,0.7763855017,376,1.174597538,0.840588356,5818.4430845 +206,-1.633760714,0.7869022408,376,1.174597538,0.840588356,5894.4874878 +207,-1.647406434,0.8101289331,376,1.174597538,0.840588356,5812.7363631 +208,-1.564245052,0.5701509278,376,1.174597538,0.840588356,6676.239701 +209,-1.646289963,0.6833746083,376,1.174597538,0.840588356,6302.9078833 +210,-1.5820631,0.6751952144,376,1.174597538,0.840588356,6288.8069007 +211,-1.613236298,0.6681681791,376,1.174597538,0.840588356,6339.1000812 +212,-1.914661867,0.8212566515,376,1.174597538,0.840588356,5858.8056975 +213,-1.742133237,0.7250275956,376,1.174597538,0.840588356,6192.6583584 +214,-2.033144872,0.6557314699,376,1.174597538,0.840588356,6512.3330881 +215,-2.039551981,0.6964723658,376,1.174597538,0.840588356,6350.2154432 +216,-1.247341019,0.7622473908,376,1.174597538,0.840588356,5618.8514469 +217,-1.298239787,0.7084123392,376,1.174597538,0.840588356,5875.6208918 +218,-1.308539688,0.6926545592,376,1.174597538,0.840588356,5945.3440601 +219,-1.303263185,0.6888938396,376,1.174597538,0.840588356,5952.3142647 +220,-1.852400229,0.6004246149,376,1.174597538,0.840588356,6721.5802175 +221,-1.288947707,0.7473773692,376,1.174597538,0.840588356,5723.9433439 +222,-1.372031502,0.7472790993,376,1.174597538,0.840588356,5820.6006349 +223,-1.289805721,0.7242157877,376,1.174597538,0.840588356,5808.2213675 +224,-1.350807603,0.7533498126,376,1.174597538,0.840588356,5774.8945224 +225,-1.329290365,0.7560442322,376,1.174597538,0.840588356,5740.6214596 +226,-1.410153004,0.616936428,376,1.174597538,0.840588356,6344.0895784 +227,-1.393445434,0.6308995063,376,1.174597538,0.840588356,6273.2417829 +228,-1.37595573,0.6241540638,376,1.174597538,0.840588356,6277.5247937 +229,-1.358388707,0.6172645205,376,1.174597538,0.840588356,6281.4901258 +230,-1.753741133,0.8281661666,376,1.174597538,0.840588356,5793.2233535 +231,-1.47430987,0.6834615681,376,1.174597538,0.840588356,6163.3629504 +232,-1.421012508,0.7222725206,376,1.174597538,0.840588356,5964.9741101 +233,-1.4476833,0.6978557868,376,1.174597538,0.840588356,6083.1224792 +234,-1.470370723,0.6966193374,376,1.174597538,0.840588356,6110.1170372 +235,-1.429211703,0.7037216883,376,1.174597538,0.840588356,6042.4183995 +236,-1.700578405,0.6178673663,376,1.174597538,0.840588356,6590.5236298 +237,-1.678117619,0.6331716163,376,1.174597538,0.840588356,6517.7019287 +238,-1.725644578,0.6316331145,376,1.174597538,0.840588356,6550.3199264 +239,-2.14012759,0.7930497945,376,1.174597538,0.840588356,5945.2309656 +240,-2.103289431,0.7653606263,376,1.174597538,0.840588356,6065.0030942 +241,-1.318739838,0.7017808746,376,1.174597538,0.840588356,5924.908066 +242,-1.396417427,0.7077900843,376,1.174597538,0.840588356,5992.5828442 +243,-1.35650337,0.7185539404,376,1.174597538,0.840588356,5908.5041125 +244,-1.248884539,0.7274156818,376,1.174597538,0.840588356,5744.5085179 +245,-1.395014798,0.5761185243,376,1.174597538,0.840588356,6477.3802862 +246,-1.433377362,0.6064716109,376,1.174597538,0.840588356,6409.0482553 +247,-1.408172432,0.5903155476,376,1.174597538,0.840588356,6440.4471714 +248,-1.749645898,0.7757118084,376,1.174597538,0.840588356,5997.2466691 +249,-1.571626686,0.615046989,376,1.174597538,0.840588356,6510.8526946 +250,-1.514070049,0.6303003037,376,1.174597538,0.840588356,6401.8519104 +251,-1.480890369,0.6237966528,376,1.174597538,0.840588356,6394.2595631 +252,-1.704390658,0.5281680612,376,1.174597538,0.840588356,6942.5035299 +253,-1.64434733,0.5254277498,376,1.174597538,0.840588356,6912.9579188 +254,-1.703855997,0.4792484842,376,1.174597538,0.840588356,7132.882877 +255,-1.692002383,0.5748825051,376,1.174597538,0.840588356,6752.9735246 +256,-1.854136457,0.5544643913,376,1.174597538,0.840588356,6903.5355194 +257,-1.665021206,0.520317736,376,1.174597538,0.840588356,6947.5304816 +258,-1.733654349,0.4845187345,376,1.174597538,0.840588356,7129.908502 +259,-1.720938188,0.5135933906,376,1.174597538,0.840588356,7009.100048 +260,-1.742668307,0.553296122,376,1.174597538,0.840588356,6865.5281202 +261,-1.965659039,0.7142126903,376,1.174597538,0.840588356,6285.2797743 +262,-1.944438071,0.6772834804,376,1.174597538,0.840588356,6431.0336369 +263,-1.270340967,0.7681487096,376,1.174597538,0.840588356,5626.6841153 +264,-1.353091884,0.6549276821,376,1.174597538,0.840588356,6137.2105378 +265,-1.333236659,0.6413584414,376,1.174597538,0.840588356,6162.2751438 +266,-1.352015998,0.6753788907,376,1.174597538,0.840588356,6061.1485337 +267,-1.377988483,0.6577816235,376,1.174597538,0.840588356,6156.2342378 +268,-2.13075611,0.8318642051,376,1.174597538,0.840588356,5795.3258897 +269,-2.097910953,0.8259670014,376,1.174597538,0.840588356,5827.2238764 +270,-1.416382069,0.6694271549,376,1.174597538,0.840588356,6156.3127128 +271,-1.538905672,0.7535625993,376,1.174597538,0.840588356,5955.3544397 +272,-1.572309477,0.7803125099,376,1.174597538,0.840588356,5878.7507639 +273,-1.87759879,0.7503853417,376,1.174597538,0.840588356,6134.283156 +274,1.152365588,0.590457682,376,1.174597538,0.840588356,992.9563316 +275,0.350198001,0.718001859,376,1.174597538,0.840588356,2334.857834 +276,0.046513677,0.491503852,376,1.174597538,0.840588356,3655.4417893 +277,0.027510309,0.742571376,376,1.174597538,0.840588356,3118.1323941 +278,0.306285725,-0.214631579,376,1.174597538,0.840588356,5170.231855 +279,-1.100564889,0.318051531,376,1.174597538,0.840588356,6927.8800146 +280,-1.078582306,0.301437596,376,1.174597538,0.840588356,6940.7939789 +281,-1.137371989,-0.617634065,376,1.174597538,0.840588356,9885.7099639 +282,0.784356344,0.703272339,376,1.174597538,0.840588356,1227.8647835 +283,-1.221209947,0.218327455,376,1.174597538,0.840588356,7499.4469358 +284,2.347301921,-0.449114658,376,1.174597538,0.840588356,6581.023834 +285,0.246820618,0.830553713,376,1.174597538,0.840588356,2415.0080971 +286,0.829414965,0.703288228,376,1.174597538,0.840588356,1115.878678 +287,-1.337537566,0.42332223,376,1.174597538,0.840588356,6961.1249085 +288,0.882453706,0.454478077,376,1.174597538,0.840588356,1777.5262823 +289,1.575629659,0.416419109,376,1.174597538,0.840588356,2097.9677847 +290,-1.039455679,0.229888244,376,1.174597538,0.840588356,7099.6731187 +291,0.489558039,0.934482747,376,1.174597538,0.840588356,1729.5850196 +292,0.081344504,0.88384514,376,1.174597538,0.840588356,2737.9376488 +293,-1.547979814,0.300350308,376,1.174597538,0.840588356,7687.5152992 +294,0.040776181,0.168560074,376,1.174597538,0.840588356,4577.7456976 +295,-1.130374745,0.563894876,376,1.174597538,0.840588356,6140.6955866 +296,1.578326642,0.478507176,376,1.174597538,0.840588356,1896.4469219 +297,-1.12861823,-0.291640865,376,1.174597538,0.840588356,8980.0627032 +298,0.310524208,0.770885792,376,1.174597538,0.840588356,2345.0984438 +299,0.415649091,-0.387246002,376,1.174597538,0.840588356,5558.227923 +300,-0.926533878,-0.188022748,376,1.174597538,0.840588356,8163.1890597 +301,1.258856172,-0.11716081,376,1.174597538,0.840588356,3805.0145361 +302,-1.126050026,0.322941926,376,1.174597538,0.840588356,6960.2082565 +303,2.002785835,0.07893892,376,1.174597538,0.840588356,4109.4376023 +304,0.440437607,0.746258085,376,1.174597538,0.840588356,2047.1553308 +305,-0.030391866,0.214441206,376,1.174597538,0.840588356,4627.8084679 +306,0.521557815,-0.058929362,376,1.174597538,0.840588356,4216.3135607 +307,-0.097005111,0.13317729,376,1.174597538,0.840588356,5040.7826582 +308,1.83113859,0.221857587,376,1.174597538,0.840588356,3263.5730696 +309,0.222428864,0.099404236,376,1.174597538,0.840588356,4333.7243323 +310,-1.702731345,0.8728568183,376,1.174597538,0.840588356,5597.2778131 +311,-0.418507569,0.278324921,376,1.174597538,0.840588356,5463.1636414 +312,-1.41153306,0.339029988,376,1.174597538,0.840588356,7373.7197872 +313,0.357560442,0.114788776,376,1.174597538,0.840588356,3967.921326 +314,0.325818979,0.268352149,376,1.174597538,0.840588356,3559.8924571 +315,-1.246004659,-0.663679965,376,1.174597538,0.840588356,10273.758883 +316,1.814603087,0.637404484,376,1.174597538,0.840588356,2015.2665793 +317,1.843704281,-0.18300445,376,1.174597538,0.840588356,4682.7516398 +318,1.690644492,-0.211480909,376,1.174597538,0.840588356,4544.9001367 +319,-1.275451936,0.068109467,376,1.174597538,0.840588356,8123.6913064 +320,0.762430171,-0.207594741,376,1.174597538,0.840588356,4397.4885926 +321,0.265668905,-0.014647884,376,1.174597538,0.840588356,4596.2670095 +322,-2.773032013,-0.335515811,376,1.174597538,0.840588356,9191.2742902 +323,-1.469512853,0.174058777,376,1.174597538,0.840588356,8063.197106 +324,0.286276986,0.785925691,376,1.174597538,0.840588356,2382.9962253 +325,-1.379324697,0.377432233,376,1.174597538,0.840588356,7187.9617582 +326,-1.203778265,0.212813032,376,1.174597538,0.840588356,7486.1200818 +327,0.579916301,0.611743168,376,1.174597538,0.840588356,1958.8857925 +328,0.267582642,0.868113908,376,1.174597538,0.840588356,2314.1781727 +329,0.412869244,-0.050245578,376,1.174597538,0.840588356,4396.7151487 +330,0.17524381,0.976660285,376,1.174597538,0.840588356,2418.5437798 +331,0.743157214,0.204812899,376,1.174597538,0.840588356,2893.9562007 +332,-1.070758176,0.269382282,376,1.174597538,0.840588356,7032.7971672 +333,-1.230364251,0.329790229,376,1.174597538,0.840588356,7125.6722727 +334,-1.374813124,-0.024926835,376,1.174597538,0.840588356,8633.1920466 +335,0.519780566,0.463669906,376,1.174597538,0.840588356,2506.3349042 +336,-1.55108034,0.239698561,376,1.174597538,0.840588356,7920.6431817 +337,0.180294813,0.029739425,376,1.174597538,0.840588356,4654.0176264 +338,0.67820924,0.268170153,376,1.174597538,0.840588356,2784.2114907 +339,0.445798684,1.024001867,376,1.174597538,0.840588356,1830.3117908 +340,0.691751283,0.150521402,376,1.174597538,0.840588356,3173.7518415 +341,-1.036643551,-0.903056181,376,1.174597538,0.840588356,10113.171397 +342,-0.120287036,1.083325163,376,1.174597538,0.840588356,2902.2461299 +343,2.823513113,-0.304487164,376,1.174597538,0.840588356,7317.2824083 +344,0.457583172,1.12513373,376,1.174597538,0.840588356,1884.0741311 +345,0.042918831,0.813795399,376,1.174597538,0.840588356,2943.7847577 +346,1.196146777,-0.853142756,376,1.174597538,0.840588356,6709.2754068 +347,0.206001358,-0.010430701,376,1.174597538,0.840588356,4720.4603049 +348,-0.268308653,0.234799412,376,1.174597538,0.840588356,5196.2049509 +349,0.759363263,0.736189579,376,1.174597538,0.840588356,1225.0732143 +350,0.181363926,0.891988372,376,1.174597538,0.840588356,2492.0064821 +351,-0.021111158,0.139103292,376,1.174597538,0.840588356,4825.3990303 +352,-0.093355215,0.630686981,376,1.174597538,0.840588356,3672.9763629 +353,0.40118964,0.681375926,376,1.174597538,0.840588356,2271.8630994 +354,-0.721197315,1.304706234,376,1.174597538,0.840588356,3351.9305944 +355,-1.076150317,0.212107639,376,1.174597538,0.840588356,7235.6861107 +356,-1.577164531,0.273993443,376,1.174597538,0.840588356,7819.0486451 +357,-0.190788414,0.182208586,376,1.174597538,0.840588356,5143.9416948 +358,-0.261349752,0.209710184,376,1.174597538,0.840588356,5250.4456115 +359,-1.029303852,0.083549259,376,1.174597538,0.840588356,7558.6154003 +360,-1.268609162,0.330525297,376,1.174597538,0.840588356,7187.71287 +361,1.282982244,-0.926641967,376,1.174597538,0.840588356,7009.4942915 +362,0.217352334,0.731352408,376,1.174597538,0.840588356,2656.3421034 +363,-1.511833084,0.258629297,376,1.174597538,0.840588356,7802.9857725 +364,0.338812194,0.823184618,376,1.174597538,0.840588356,2194.1258531 +365,-0.324406489,1.134201999,376,1.174597538,0.840588356,3176.1128558 +366,1.389579348,0.399185724,376,1.174597538,0.840588356,1875.2893299 +367,2.047152199,-0.039082036,376,1.174597538,0.840588356,4594.6119841 +368,0.947780369,0.568250077,376,1.174597538,0.840588356,1273.6803127 +369,0.763824846,0.576754987,376,1.174597538,0.840588356,1606.3864502 +370,-0.142334657,0.928153068,376,1.174597538,0.840588356,3168.234091 +371,0.610266567,0.547265983,376,1.174597538,0.840588356,2050.5334925 +372,0.210731629,0.746815056,376,1.174597538,0.840588356,2644.4760481 +373,-1.34931644,0.316895224,376,1.174597538,0.840588356,7364.7481022 +374,2.407696481,0.655030745,376,1.174597538,0.840588356,3526.7811274 +375,0.64207831,0.545359131,376,1.174597538,0.840588356,1978.9418604 +376,1.174597538,0.840588356,376,1.174597538,0.840588356,0 +377,0.660059424,0.010604079,376,1.174597538,0.840588356,3729.526806 +378,-0.730263819,0.010486456,376,1.174597538,0.840588356,7063.5518909 +379,0.831068936,0.512339172,376,1.174597538,0.840588356,1667.9808268 +380,1.301180979,0.72367476,376,1.174597538,0.840588356,583.37139846 +381,1.811128231,0.322854402,376,1.174597538,0.840588356,2892.1872023 +382,0.435105812,0.992284428,376,1.174597538,0.840588356,1846.8476025 +383,0.62643634,0.592027932,376,1.174597538,0.840588356,1891.1717316 +384,0.492988703,-0.516339467,376,1.174597538,0.840588356,5894.2455301 +385,-0.162469483,0.112549365,376,1.174597538,0.840588356,5273.3887502 +386,0.314630866,0.472006421,376,1.174597538,0.840588356,3001.5266899 +387,0.166744804,0.822815954,376,1.174597538,0.840588356,2625.3047977 +388,0.417159608,0.965805736,376,1.174597538,0.840588356,1888.7656673 +389,0.106334961,0.868774244,376,1.174597538,0.840588356,2701.3126282 +390,0.815086969,-0.338144359,376,1.174597538,0.840588356,4839.917352 +391,0.59867455,-0.230624824,376,1.174597538,0.840588356,4702.2733679 +392,1.915104874,0.066220985,376,1.174597538,0.840588356,3959.7385556 +393,1.278093622,0.064463721,376,1.174597538,0.840588356,3094.3176146 +394,-0.061477853,0.302997961,376,1.174597538,0.840588356,4454.944254 +395,0.251311504,0.626976942,376,1.174597538,0.840588356,2784.3894961 +396,2.950242872,0.149095644,376,1.174597538,0.840588356,6315.0554901 +397,-0.180294708,0.35375117,376,1.174597538,0.840588356,4625.7974483 +398,1.010448592,-0.351180233,376,1.174597538,0.840588356,4756.4268767 +399,-1.748740498,0.3686318073,376,1.174597538,0.840588356,7591.8005819 +400,2.699635665,0.123533791,376,1.174597538,0.840588356,5737.1487237 +401,0.496808033,0.823843254,376,1.174597538,0.840588356,1789.3403228 +402,0.129574704,0.763364087,376,1.174597538,0.840588356,2820.8220228 +403,1.798920311,0.817447563,376,1.174597538,0.840588356,1658.1112766 +404,0.335987953,0.746786541,376,1.174597538,0.840588356,2319.9309978 +405,-1.085413643,0.292154671,376,1.174597538,0.840588356,6985.674742 +406,-0.155321003,0.508207011,376,1.174597538,0.840588356,4140.8331814 +407,0.620529244,-0.301175104,376,1.174597538,0.840588356,4928.8226409 +408,1.684402744,0.368716966,376,1.174597538,0.840588356,2471.3052725 +409,0.300582244,-0.386397212,376,1.174597538,0.840588356,5762.4677604 +410,2.913555946,-0.009225192,376,1.174597538,0.840588356,6692.4425087 +411,1.465101417,0.493232532,376,1.174597538,0.840588356,1638.4771196 +412,0.090612882,0.907955955,376,1.174597538,0.840588356,2682.6465387 +413,2.987564726,-0.729568594,376,1.174597538,0.840588356,8849.8863662 +414,-1.484261606,0.224149272,376,1.174597538,0.840588356,7897.0852896 +415,0.164073421,0.303955133,376,1.174597538,0.840588356,3861.7942941 +416,0.141441293,0.167552546,376,1.174597538,0.840588356,4323.8732476 +417,2.931321023,-0.506718887,376,1.174597538,0.840588356,8157.2433495 +418,2.21951565,0.700596356,376,1.174597538,0.840588356,2944.0500348 +419,0.268112576,1.199114336,376,1.174597538,0.840588356,2245.8909541 +420,0.978913739,0.359223811,376,1.174597538,0.840588356,2006.2582053 +421,1.210898818,0.522863584,376,1.174597538,0.840588356,1263.326256 +422,2.347397336,0.129231362,376,1.174597538,0.840588356,4795.5221668 +423,0.614394501,0.556878345,376,1.174597538,0.840588356,2014.201816 +424,-1.398079356,0.148483366,376,1.174597538,0.840588356,8051.0941136 +425,2.535303836,-0.112984496,376,1.174597538,0.840588356,6007.0488173 +426,-1.019372593,-0.405322349,376,1.174597538,0.840588356,9032.6102212 +427,-1.297785627,-0.160104069,376,1.174597538,0.840588356,8948.3521536 +428,2.144554488,0.205051084,376,1.174597538,0.840588356,4051.6979218 +429,-2.242387083,-0.426171285,376,1.174597538,0.840588356,10590.036359 +430,0.338637212,0.909723676,376,1.174597538,0.840588356,2100.5042791 +431,-0.148798452,0.691042401,376,1.174597538,0.840588356,3669.4925289 +432,0.893524764,0.441829531,376,1.174597538,0.840588356,1805.6674532 +433,0.969229347,-0.368847936,376,1.174597538,0.840588356,4845.7956385 +434,0.436043248,0.800045688,376,1.174597538,0.840588356,1976.2406415 +435,1.687946607,1.081504775,376,1.174597538,0.840588356,1483.1763372 +436,0.522302046,-0.034889271,376,1.174597538,0.840588356,4130.6920635 +437,-0.178996113,-0.438090009,376,1.174597538,0.840588356,6962.5165794 +438,-1.094339566,0.301444068,376,1.174597538,0.840588356,6971.9606118 +439,-1.064070054,0.242569932,376,1.174597538,0.840588356,7108.8529719 +440,-1.068153768,0.230387998,376,1.174597538,0.840588356,7158.0021794 +441,-3.00496892,-0.23989155,376,1.174597538,0.840588356,8324.0489444 +442,0.21751974,0.766874888,376,1.174597538,0.840588356,2590.933528 +443,0.117229532,0.007619006,376,1.174597538,0.840588356,4876.0251189 +444,0.777758451,0.420554741,376,1.174597538,0.840588356,2076.1092814 +445,-0.252356999,0.250747086,376,1.174597538,0.840588356,5108.170805 +446,0.363148444,0.768483434,376,1.174597538,0.840588356,2212.6638276 +447,0.903191366,-0.118210676,376,1.174597538,0.840588356,3913.9591961 +448,-0.205755923,0.149406178,376,1.174597538,0.840588356,5279.2193875 +449,1.811996086,0.02364353,376,1.174597538,0.840588356,3898.4812958 +450,-1.100670221,0.314845373,376,1.174597538,0.840588356,6938.9587522 +451,0.340078597,0.850105132,376,1.174597538,0.840588356,2156.8655871 +452,0.258757267,0.804969236,376,1.174597538,0.840588356,2423.1059348 +453,2.78505352,-0.155160804,376,1.174597538,0.840588356,6783.3583441 +454,0.800551619,0.105822106,376,1.174597538,0.840588356,3172.0098398 +455,0.437940882,-0.506194031,376,1.174597538,0.840588356,5940.9078508 +456,2.230431122,0.63458615,376,1.174597538,0.840588356,3115.7817583 +457,0.527965361,0.127667701,376,1.174597538,0.840588356,3558.422328 +458,-0.063643205,0.702093448,376,1.174597538,0.840588356,3432.649801 +459,1.408447268,0.133010502,376,1.174597538,0.840588356,2910.6691968 +460,0.523795955,0.280266966,376,1.174597538,0.840588356,3060.4673022 +461,-0.975769313,0.072177659,376,1.174597538,0.840588356,7473.0138548 +462,0.549774164,-0.463663986,376,1.174597538,0.840588356,5622.7937547 +463,0.29245874,1.095549818,376,1.174597538,0.840588356,2148.7924348 +464,0.143625958,0.816809593,376,1.174597538,0.840588356,2692.0646519 +465,0.671902494,0.611159853,376,1.174597538,0.840588356,1729.1861633 +466,1.239840988,0.6724199,376,1.174597538,0.840588356,691.89512027 +467,0.607829703,-0.10932137,376,1.174597538,0.840588356,4247.4783402 +468,1.763020906,0.263996692,376,1.174597538,0.840588356,2980.3777022 +469,0.378714634,0.726066797,376,1.174597538,0.840588356,2244.9841219 +470,2.196736143,-0.153862366,376,1.174597538,0.840588356,5304.330187 +471,0.01702415,0.148991565,376,1.174597538,0.840588356,4697.2826433 +472,-2.998490902,-0.158002487,376,1.174597538,0.840588356,8095.2263469 +473,-3.051262951,-0.346595608,376,1.174597538,0.840588356,8511.691693 +474,-1.069176439,0.182802941,376,1.174597538,0.840588356,7318.8399132 +475,0.167157509,0.595344954,376,1.174597538,0.840588356,3079.2968052 +476,0.613855648,0.681746124,376,1.174597538,0.840588356,1711.4740118 +477,1.037012736,0.682555367,376,1.174597538,0.840588356,738.97419126 +478,-1.253574971,0.379755746,376,1.174597538,0.840588356,6988.1700958 +479,3.108590453,-0.132620738,376,1.174597538,0.840588356,7568.3269146 +480,0.565301296,0.022333262,376,1.174597538,0.840588356,3850.8264721 +481,0.547898238,0.855555614,376,1.174597538,0.840588356,1627.5782154 +482,0.948309381,0.417393755,376,1.174597538,0.840588356,1820.418664 +483,-0.050600732,0.945269213,376,1.174597538,0.840588356,2944.0188246 +484,-0.977651478,-0.572363064,376,1.174597538,0.840588356,9357.5353109 +485,1.102014914,0.728861163,376,1.174597538,0.840588356,486.88234087 +486,2.927300795,-0.282939414,376,1.174597538,0.840588356,7528.3258142 +487,-1.154565557,0.124434095,376,1.174597538,0.840588356,7692.1948313 +488,1.855331234,0.291044755,376,1.174597538,0.840588356,3092.7913426 +489,0.830290659,0.276904518,376,1.174597538,0.840588356,2498.0614549 +490,0.485104466,-0.234867441,376,1.174597538,0.840588356,4901.7984584 +491,0.521367572,-0.33161327,376,1.174597538,0.840588356,5187.1411463 +1,-1.539031704,0.7349710123,377,0.660059424,0.010604079,7977.7321859 +2,-1.536990553,0.7349663874,377,0.660059424,0.010604079,7972.3667547 +3,-1.534951779,0.7349571355,377,0.660059424,0.010604079,7967.0111495 +4,-1.532906461,0.7349480293,377,0.660059424,0.010604079,7961.6334619 +5,-1.531320211,0.7346937278,377,0.660059424,0.010604079,7957.8897727 +6,-1.539451648,0.7335131775,377,0.660059424,0.010604079,7981.4069373 +7,-1.537429487,0.7335445708,377,0.660059424,0.010604079,7976.0205495 +8,-1.535484998,0.7335658704,377,0.660059424,0.010604079,7970.8528074 +9,-1.533488396,0.7336036027,377,0.660059424,0.010604079,7965.5149317 +10,-1.531497785,0.7335842962,377,0.660059424,0.010604079,7960.2882417 +11,-1.530259379,0.7334777758,377,0.660059424,0.010604079,7957.1983014 +12,-1.5335454,0.7322346912,377,0.660059424,0.010604079,7968.0520922 +13,-1.531489083,0.7322238773,377,0.660059424,0.010604079,7962.6287973 +14,-1.530011122,0.7321679851,377,0.660059424,0.010604079,7958.8113381 +15,-1.53348106,0.7306614094,377,0.660059424,0.010604079,7970.620988 +16,-1.531441779,0.7306962275,377,0.660059424,0.010604079,7965.1541241 +17,-1.529755654,0.7306933243,377,0.660059424,0.010604079,7960.6857713 +18,-1.533415048,0.7291384674,377,0.660059424,0.010604079,7973.0936549 +19,-1.531392093,0.7291705353,377,0.660059424,0.010604079,7967.6657921 +20,-1.529296523,0.7291214933,377,0.660059424,0.010604079,7962.1808487 +21,-1.535280942,0.727267644,377,0.660059424,0.010604079,7981.3028148 +22,-1.533378158,0.7276139666,377,0.660059424,0.010604079,7975.6423588 +23,-1.531340368,0.7276446587,377,0.660059424,0.010604079,7970.1683887 +24,-1.528960113,0.7276398177,377,0.660059424,0.010604079,7963.8394515 +25,-1.533313146,0.7260818349,377,0.660059424,0.010604079,7978.1255224 +26,-1.531259555,0.7260958115,377,0.660059424,0.010604079,7972.6291096 +27,-1.528926415,0.7260865555,377,0.660059424,0.010604079,7966.4225123 +28,-1.531226779,0.7245511789,377,0.660059424,0.010604079,7975.2064646 +29,-1.528904772,0.7245519194,377,0.660059424,0.010604079,7969.0018482 +30,-1.547195875,0.7409785979,377,0.660059424,0.010604079,7988.4196595 +31,-1.5451475,0.740980426,377,0.660059424,0.010604079,7983.0782457 +32,-1.543097679,0.7409798872,377,0.660059424,0.010604079,7977.7326831 +33,-1.540720364,0.7409892687,377,0.660059424,0.010604079,7971.509523 +34,-1.547188511,0.7395198392,377,0.660059424,0.010604079,7991.0182726 +35,-1.545148587,0.7395226109,377,0.660059424,0.010604079,7985.6884251 +36,-1.543104538,0.7395314908,377,0.660059424,0.010604079,7980.3323731 +37,-1.540727751,0.7395306258,377,0.660059424,0.010604079,7974.1186801 +38,-1.547187029,0.7380014886,377,0.660059424,0.010604079,7993.7357277 +39,-1.545147315,0.7380012252,377,0.660059424,0.010604079,7988.4027321 +40,-1.54310719,0.7380060743,377,0.660059424,0.010604079,7983.0549888 +41,-1.540719671,0.7380068206,377,0.660059424,0.010604079,7976.7996539 +42,-1.547187189,0.7364799098,377,0.660059424,0.010604079,7996.4597559 +43,-1.545149996,0.7364853874,377,0.660059424,0.010604079,7991.1139989 +44,-1.543106091,0.7364823484,377,0.660059424,0.010604079,7985.7612803 +45,-1.540717158,0.7364893901,377,0.660059424,0.010604079,7979.4803969 +46,-1.538663972,0.7410138672,377,0.660059424,0.010604079,7966.0924053 +47,-1.53695285,0.7409699132,377,0.660059424,0.010604079,7961.6952929 +48,-1.534910498,0.7409641297,377,0.660059424,0.010604079,7956.3601603 +49,-1.533145034,0.7409536636,377,0.660059424,0.010604079,7951.7542445 +50,-1.538681336,0.7395405883,377,0.660059424,0.010604079,7968.7448117 +51,-1.536999189,0.7395183096,377,0.660059424,0.010604079,7964.3779283 +52,-1.534923633,0.7395144222,377,0.660059424,0.010604079,7958.9437574 +53,-1.533267822,0.7395654306,377,0.660059424,0.010604079,7954.5103695 +54,-1.53867273,0.7380151077,377,0.660059424,0.010604079,7971.4182013 +55,-1.536980576,0.7379994392,377,0.660059424,0.010604079,7967.005801 +56,-1.534931522,0.7379944961,377,0.660059424,0.010604079,7961.6337937 +57,-1.533387952,0.7379480264,377,0.660059424,0.010604079,7957.6588258 +58,-1.538682279,0.7364914363,377,0.660059424,0.010604079,7974.132532 +59,-1.536980704,0.7364810563,377,0.660059424,0.010604079,7969.6784686 +60,-1.534935567,0.7364752065,377,0.660059424,0.010604079,7964.3092157 +61,-1.533042592,0.7363876366,377,0.660059424,0.010604079,7959.4789255 +62,-1.545143426,0.7349628011,377,0.660059424,0.010604079,7993.8095483 +63,-1.543105297,0.7349691947,377,0.660059424,0.010604079,7988.4460986 +64,-1.541064533,0.7349647152,377,0.660059424,0.010604079,7983.0904878 +65,-1.545411803,0.7334624714,377,0.660059424,0.010604079,7997.1848197 +66,-1.543446606,0.7334780896,377,0.660059424,0.010604079,7991.9885325 +67,-1.541475327,0.7334957295,377,0.660059424,0.010604079,7986.7686227 +68,-1.545401939,0.731963266,377,0.660059424,0.010604079,7999.8242805 +69,-1.54342253,0.7319915583,377,0.660059424,0.010604079,7994.5594599 +70,-1.541455867,0.7320216438,377,0.660059424,0.010604079,7989.3211441 +71,-1.545410146,0.7304422281,377,0.660059424,0.010604079,8002.5466378 +72,-1.543435491,0.7304713664,377,0.660059424,0.010604079,7997.2841219 +73,-1.541463105,0.7304997613,377,0.660059424,0.010604079,7992.0249989 +74,-1.545414768,0.7289194936,377,0.660059424,0.010604079,8005.259065 +75,-1.543435774,0.7289538557,377,0.660059424,0.010604079,7999.9671128 +76,-1.541457714,0.7289765881,377,0.660059424,0.010604079,7994.6942402 +77,-1.539449415,0.7320555866,377,0.660059424,0.010604079,7983.9671634 +78,-1.537429183,0.7321097681,377,0.660059424,0.010604079,7978.537336 +79,-1.535472649,0.7321497267,377,0.660059424,0.010604079,7973.2970073 +80,-1.539457899,0.7305333307,377,0.660059424,0.010604079,7986.6661114 +81,-1.537453161,0.7305750503,377,0.660059424,0.010604079,7981.2902401 +82,-1.535479385,0.7306124949,377,0.660059424,0.010604079,7975.9999894 +83,-1.53946905,0.7290102593,377,0.660059424,0.010604079,7989.3701078 +84,-1.537459922,0.7290417293,377,0.660059424,0.010604079,7983.991709 +85,-1.535451349,0.7290890157,377,0.660059424,0.010604079,7978.5832474 +86,-1.535522937,0.7279887191,377,0.660059424,0.010604079,7980.6904931 +87,-1.539442524,0.7274735939,377,0.660059424,0.010604079,7991.9945379 +88,-1.537424111,0.727521351,377,0.660059424,0.010604079,7986.5540289 +89,-1.539384641,0.7259505092,377,0.660059424,0.010604079,7994.5080265 +90,-1.537372391,0.7259947145,377,0.660059424,0.010604079,7989.0811095 +91,-1.535340789,0.7260435356,377,0.660059424,0.010604079,7983.5908409 +92,-1.539325716,0.7244369706,377,0.660059424,0.010604079,7996.9979895 +93,-1.537308932,0.7244801057,377,0.660059424,0.010604079,7991.5519472 +94,-1.535289068,0.7245247645,377,0.660059424,0.010604079,7986.0912003 +95,-1.533261366,0.7245550236,377,0.660059424,0.010604079,7980.6306264 +96,-1.539267302,0.722921924,377,0.660059424,0.010604079,7999.4879102 +97,-1.537248972,0.7229660258,377,0.660059424,0.010604079,7994.0271251 +98,-1.535219431,0.7229916471,377,0.660059424,0.010604079,7988.56459 +99,-1.53318962,0.7230212049,377,0.660059424,0.010604079,7983.090457 +100,-1.531154816,0.7230299897,377,0.660059424,0.010604079,7977.6347147 +101,-1.528878341,0.7230370244,377,0.660059424,0.010604079,7971.530742 +102,-1.539218189,0.7214009878,377,0.660059424,0.010604079,8002.0088888 +103,-1.537198791,0.7214422745,377,0.660059424,0.010604079,7996.541185 +104,-1.535179266,0.7214634354,377,0.660059424,0.010604079,7991.1041063 +105,-1.533156501,0.7214944644,377,0.660059424,0.010604079,7985.6372492 +106,-1.53113574,0.7215166021,377,0.660059424,0.010604079,7980.1870813 +107,-1.528874248,0.7215345535,377,0.660059424,0.010604079,7974.0945374 +108,-1.539217656,0.7198512397,377,0.660059424,0.010604079,8004.7059711 +109,-1.537199919,0.7199428763,377,0.660059424,0.010604079,7999.1463722 +110,-1.545425832,0.727397149,377,0.660059424,0.010604079,8007.9843475 +111,-1.543371177,0.7273916949,377,0.660059424,0.010604079,8002.5534838 +112,-1.541368852,0.7274523163,377,0.660059424,0.010604079,7997.1405479 +113,-1.545349067,0.7258710923,377,0.660059424,0.010604079,8010.4798704 +114,-1.54332671,0.7258603556,377,0.660059424,0.010604079,8005.1346536 +115,-1.541346831,0.7259242142,377,0.660059424,0.010604079,7999.7667231 +116,-1.545324355,0.7243383958,377,0.660059424,0.010604079,8013.1210826 +117,-1.543292796,0.7243617413,377,0.660059424,0.010604079,8007.6823127 +118,-1.541295822,0.7244024384,377,0.660059424,0.010604079,8002.3009213 +119,-1.543193859,0.7205570215,377,0.660059424,0.010604079,8014.0992244 +120,-1.550257047,0.7386738187,377,0.660059424,0.010604079,8000.5439165 +121,-1.549335448,0.7311736483,377,0.660059424,0.010604079,8011.585856 +122,-1.533478843,0.7179891343,377,0.660059424,0.010604079,7992.5404814 +123,-1.556150555,0.738907041,377,0.660059424,0.010604079,8015.4723919 +124,-1.554324226,0.733414257,377,0.660059424,0.010604079,8020.6586427 +125,-1.554290846,0.7288285332,377,0.660059424,0.010604079,8028.8326149 +126,-1.55122487,0.7219795312,377,0.660059424,0.010604079,8032.9721154 +127,-1.525104458,0.7229399862,377,0.660059424,0.010604079,7961.5851892 +128,-1.519607711,0.7236181429,377,0.660059424,0.010604079,7945.6855718 +129,-1.513899999,0.7251107854,377,0.660059424,0.010604079,7927.845358 +130,-1.536620762,0.7431061895,377,0.660059424,0.010604079,7957.0535774 +131,-1.5369566,0.7460845958,377,0.660059424,0.010604079,7952.6557098 +132,-1.545345528,0.7447040685,377,0.660059424,0.010604079,7976.9180343 +133,-1.532813921,0.7432306626,377,0.660059424,0.010604079,7946.8904903 +134,-1.554788248,0.7382381001,377,0.660059424,0.010604079,8013.1416972 +135,-1.540348126,0.7301594274,377,0.660059424,0.010604079,7989.6773573 +136,-1.538016084,0.7239051786,377,0.660059424,0.010604079,7994.4378127 +137,-1.525288962,0.7258085137,377,0.660059424,0.010604079,7957.1850003 +138,-1.534326986,0.731241342,377,0.660059424,0.010604079,7971.8517167 +139,-1.530733872,0.7303625216,377,0.660059424,0.010604079,7963.8542224 +141,-1.534354939,0.7328219978,377,0.660059424,0.010604079,7969.1683442 +142,-1.53157084,0.7292888153,377,0.660059424,0.010604079,7967.9357747 +143,-1.525691035,0.7263799874,377,0.660059424,0.010604079,7957.2822802 +144,-1.534031287,0.7495967835,377,0.660059424,0.010604079,7938.8359188 +145,-1.527714986,0.7283095957,377,0.660059424,0.010604079,7959.3706879 +146,-1.526189586,0.7271468292,377,0.660059424,0.010604079,7957.3003495 +147,-1.555177336,0.7375563366,377,0.660059424,0.010604079,8015.392077 +148,-1.555080283,0.7312707794,377,0.660059424,0.010604079,8026.5092084 +149,-1.53856994,0.7224180299,377,0.660059424,0.010604079,7998.506165 +150,-1.530837883,0.729933372,377,0.660059424,0.010604079,7964.8732475 +151,-1.515066984,0.5854133365,377,0.660059424,0.010604079,8149.7305237 +152,-1.534731633,0.5368370046,377,0.660059424,0.010604079,8280.5478482 +153,-1.515231902,0.5607085576,377,0.660059424,0.010604079,8185.4234217 +154,-2.616253799,1.0684566605,377,0.660059424,0.010604079,8150.1124133 +155,-1.956071439,0.5792177723,377,0.660059424,0.010604079,9395.2015817 +156,-1.951208514,0.5602434208,377,0.660059424,0.010604079,9434.9555014 +157,-1.944675062,0.6062144545,377,0.660059424,0.010604079,9293.9219316 +158,-1.613778386,0.6077989518,377,0.660059424,0.010604079,8409.6682817 +159,-2.035029014,0.6021432345,377,0.660059424,0.010604079,9505.7350665 +160,-2.114989471,0.6801825058,377,0.660059424,0.010604079,9400.6671733 +161,-2.037382079,0.5765830025,377,0.660059424,0.010604079,9588.1031376 +162,-2.129855121,0.6585019963,377,0.660059424,0.010604079,9498.0743208 +163,-2.075141798,0.6493615843,377,0.660059424,0.010604079,9435.2772309 +164,-1.828626729,0.6948433129,377,0.660059424,0.010604079,8787.383599 +165,-1.863329418,0.6735427691,377,0.660059424,0.010604079,8923.1157649 +166,-1.266037071,0.727988852,377,0.660059424,0.010604079,7233.5171417 +167,-1.277579582,0.7249010648,377,0.660059424,0.010604079,7269.6702797 +168,-1.258418684,0.7241194816,377,0.660059424,0.010604079,7215.3790646 +169,-1.317813974,0.6804850104,377,0.660059424,0.010604079,7433.1818906 +170,-1.344165204,0.6790988904,377,0.660059424,0.010604079,7512.6729915 +171,-1.427582102,0.5277120351,377,0.660059424,0.010604079,7945.5870594 +172,-1.402238616,0.457167829,377,0.660059424,0.010604079,7933.4760452 +173,-1.422454264,0.4996161999,377,0.660059424,0.010604079,7959.4107118 +174,-1.439089277,0.4894859811,377,0.660059424,0.010604079,8026.131524 +175,-1.448126995,0.5182330266,377,0.660059424,0.010604079,8023.9223594 +176,-1.474626146,0.5881926574,377,0.660059424,0.010604079,8021.0257445 +177,-1.421139645,0.5584869783,377,0.660059424,0.010604079,7889.4398269 +178,-1.457037165,0.565943032,377,0.660059424,0.010604079,7994.9224279 +179,-2.757159358,0.3745319,377,0.660059424,0.010604079,10582.638177 +180,-2.714309238,0.342054471,377,0.660059424,0.010604079,10779.864258 +181,-2.000525337,0.774119946,377,0.660059424,0.010604079,8903.4933668 +183,-1.571413436,0.6777838382,377,0.660059424,0.010604079,8166.0033784 +184,-1.552860289,0.6987663893,377,0.660059424,0.010604079,8078.2835493 +185,-1.521852374,0.7165827476,377,0.660059424,0.010604079,7963.5996504 +186,-1.503656267,0.6928968252,377,0.660059424,0.010604079,7952.475673 +187,-1.502753178,0.7136205882,377,0.660059424,0.010604079,7916.6060048 +188,-1.631894563,0.7343596465,377,0.660059424,0.010604079,8218.3369996 +189,-1.653765416,0.6770714026,377,0.660059424,0.010604079,8390.85303 +190,-1.719812114,0.6715965947,377,0.660059424,0.010604079,8575.6351462 +191,-1.493406659,0.6646955447,377,0.660059424,0.010604079,7967.4083581 +192,-1.469120564,0.6613469966,377,0.660059424,0.010604079,7902.1135528 +193,-1.590551461,0.5326612937,377,0.660059424,0.010604079,8463.2844625 +194,-1.625979264,0.5247742243,377,0.660059424,0.010604079,8586.8587763 +195,-1.572293943,0.5238808754,377,0.660059424,0.010604079,8418.7645939 +196,-1.610848725,0.5477107964,377,0.660059424,0.010604079,8502.6448119 +197,-1.208485554,0.7918526018,377,0.660059424,0.010604079,7013.6089527 +198,-1.335601374,0.6869083083,377,0.660059424,0.010604079,7478.6259617 +199,-1.346156996,0.6825213377,377,0.660059424,0.010604079,7514.6344295 +200,-1.324381037,0.6741422347,377,0.660059424,0.010604079,7459.5042427 +201,-1.242424992,0.7378949807,377,0.660059424,0.010604079,7156.6133593 +202,-1.270370057,0.7392461008,377,0.660059424,0.010604079,7234.6996363 +203,-1.448950472,0.7441675014,377,0.660059424,0.010604079,7722.7251856 +204,-1.492662363,0.7523026852,377,0.660059424,0.010604079,7826.171294 +205,-1.479098966,0.7763855017,377,0.660059424,0.010604079,7751.2083827 +206,-1.633760714,0.7869022408,377,0.660059424,0.010604079,8113.5721685 +207,-1.647406434,0.8101289331,377,0.660059424,0.010604079,8095.0019273 +208,-1.564245052,0.5701509278,377,0.660059424,0.010604079,8323.6416749 +209,-1.646289963,0.6833746083,377,0.660059424,0.010604079,8358.3790732 +210,-1.5820631,0.6751952144,377,0.660059424,0.010604079,8199.9987114 +211,-1.613236298,0.6681681791,377,0.660059424,0.010604079,8298.5733091 +212,-1.914661867,0.8212566515,377,0.660059424,0.010604079,8609.5697349 +213,-1.742133237,0.7250275956,377,0.660059424,0.010604079,8509.5828434 +214,-2.033144872,0.6557314699,377,0.660059424,0.010604079,9336.4643958 +215,-2.039551981,0.6964723658,377,0.660059424,0.010604079,9219.3656997 +216,-1.247341019,0.7622473908,377,0.660059424,0.010604079,7147.5085283 +217,-1.298239787,0.7084123392,377,0.660059424,0.010604079,7346.2116317 +218,-1.308539688,0.6926545592,377,0.660059424,0.010604079,7392.8706566 +219,-1.303263185,0.6888938396,377,0.660059424,0.010604079,7381.2814272 +220,-1.852400229,0.6004246149,377,0.660059424,0.010604079,9082.8520596 +221,-1.288947707,0.7473773692,377,0.660059424,0.010604079,7278.6061548 +222,-1.372031502,0.7472790993,377,0.660059424,0.010604079,7509.1267694 +223,-1.289805721,0.7242157877,377,0.660059424,0.010604079,7305.3999488 +224,-1.350807603,0.7533498126,377,0.660059424,0.010604079,7443.1705371 +225,-1.329290365,0.7560442322,377,0.660059424,0.010604079,7380.8011829 +226,-1.410153004,0.616936428,377,0.660059424,0.010604079,7785.0720629 +227,-1.393445434,0.6308995063,377,0.660059424,0.010604079,7716.9902571 +228,-1.37595573,0.6241540638,377,0.660059424,0.010604079,7671.3709112 +229,-1.358388707,0.6172645205,377,0.660059424,0.010604079,7624.8103454 +230,-1.753741133,0.8281661666,377,0.660059424,0.010604079,8282.4741435 +231,-1.47430987,0.6834615681,377,0.660059424,0.010604079,7884.4250769 +232,-1.421012508,0.7222725206,377,0.660059424,0.010604079,7678.2208867 +233,-1.4476833,0.6978557868,377,0.660059424,0.010604079,7787.7617808 +234,-1.470370723,0.6966193374,377,0.660059424,0.010604079,7853.5136566 +235,-1.429211703,0.7037216883,377,0.660059424,0.010604079,7727.2249355 +236,-1.700578405,0.6178673663,377,0.660059424,0.010604079,8637.5851845 +237,-1.678117619,0.6331716163,377,0.660059424,0.010604079,8544.6695968 +238,-1.725644578,0.6316331145,377,0.660059424,0.010604079,8677.4563961 +239,-2.14012759,0.7930497945,377,0.660059424,0.010604079,9043.3953523 +240,-2.103289431,0.7653606263,377,0.660059424,0.010604079,9091.7422989 +241,-1.318739838,0.7017808746,377,0.660059424,0.010604079,7412.8498915 +242,-1.396417427,0.7077900843,377,0.660059424,0.010604079,7628.8321459 +243,-1.35650337,0.7185539404,377,0.660059424,0.010604079,7501.9115935 +244,-1.248884539,0.7274156818,377,0.660059424,0.010604079,7184.8338784 +245,-1.395014798,0.5761185243,377,0.660059424,0.010604079,7785.7123634 +246,-1.433377362,0.6064716109,377,0.660059424,0.010604079,7869.6057562 +247,-1.408172432,0.5903155476,377,0.660059424,0.010604079,7810.9528209 +248,-1.749645898,0.7757118084,377,0.660059424,0.010604079,8404.9143394 +249,-1.571626686,0.615046989,377,0.660059424,0.010604079,8273.9262867 +250,-1.514070049,0.6303003037,377,0.660059424,0.010604079,8080.0618042 +251,-1.480890369,0.6237966528,377,0.660059424,0.010604079,7990.8457729 +252,-1.704390658,0.5281680612,377,0.660059424,0.010604079,8822.5467955 +253,-1.64434733,0.5254277498,377,0.660059424,0.010604079,8643.0666059 +254,-1.703855997,0.4792484842,377,0.660059424,0.010604079,8908.0381581 +255,-1.692002383,0.5748825051,377,0.660059424,0.010604079,8697.9886482 +256,-1.854136457,0.5544643913,377,0.660059424,0.010604079,9198.1573073 +257,-1.665021206,0.520317736,377,0.660059424,0.010604079,8715.8646684 +258,-1.733654349,0.4845187345,377,0.660059424,0.010604079,8992.3233626 +259,-1.720938188,0.5135933906,377,0.660059424,0.010604079,8899.7679813 +260,-1.742668307,0.553296122,377,0.660059424,0.010604079,8887.6536862 +261,-1.965659039,0.7142126903,377,0.660059424,0.010604079,9026.1928318 +262,-1.944438071,0.6772834804,377,0.660059424,0.010604079,9092.2534219 +263,-1.270340967,0.7681487096,377,0.660059424,0.010604079,7205.2368824 +264,-1.353091884,0.6549276821,377,0.660059424,0.010604079,7566.7024459 +265,-1.333236659,0.6413584414,377,0.660059424,0.010604079,7521.3281971 +266,-1.352015998,0.6753788907,377,0.660059424,0.010604079,7540.1328087 +267,-1.377988483,0.6577816235,377,0.660059424,0.010604079,7638.045247 +268,-2.13075611,0.8318642051,377,0.660059424,0.010604079,8894.1571339 +269,-2.097910953,0.8259670014,377,0.660059424,0.010604079,8874.5801535 +270,-1.416382069,0.6694271549,377,0.660059424,0.010604079,7736.9686046 +271,-1.538905672,0.7535625993,377,0.660059424,0.010604079,7944.3798872 +272,-1.572309477,0.7803125099,377,0.660059424,0.010604079,7978.7715595 +273,-1.87759879,0.7503853417,377,0.660059424,0.010604079,8745.0376879 +274,1.152365588,0.590457682,377,0.660059424,0.010604079,2934.475734 +275,0.350198001,0.718001859,377,0.660059424,0.010604079,3014.0681888 +276,0.046513677,0.491503852,377,0.660059424,0.010604079,3004.8702773 +277,0.027510309,0.742571376,377,0.660059424,0.010604079,3666.435218 +278,0.306285725,-0.214631579,377,0.660059424,0.010604079,1652.4237018 +279,-1.100564889,0.318051531,377,0.660059424,0.010604079,6922.3098162 +280,-1.078582306,0.301437596,377,0.660059424,0.010604079,6843.8528423 +281,-1.137371989,-0.617634065,377,0.660059424,0.010604079,6976.36339 +282,0.784356344,0.703272339,377,0.660059424,0.010604079,2779.9562096 +283,-1.221209947,0.218327455,377,0.660059424,0.010604079,7411.9777832 +284,2.347301921,-0.449114658,377,0.660059424,0.010604079,6655.5668292 +285,0.246820618,0.830553713,377,0.660059424,0.010604079,3545.2516677 +286,0.829414965,0.703288228,377,0.660059424,0.010604079,2810.7197377 +287,-1.337537566,0.42332223,377,0.660059424,0.010604079,7736.1605281 +288,0.882453706,0.454478077,377,0.660059424,0.010604079,1952.3449714 +289,1.575629659,0.416419109,377,0.660059424,0.010604079,3860.2702107 +290,-1.039455679,0.229888244,377,0.660059424,0.010604079,6708.6212039 +291,0.489558039,0.934482747,377,0.660059424,0.010604079,3702.0811457 +292,0.081344504,0.88384514,377,0.660059424,0.010604079,3966.7258841 +293,-1.547979814,0.300350308,377,0.660059424,0.010604079,8601.0899581 +294,0.040776181,0.168560074,377,0.660059424,0.010604079,2519.1313934 +295,-1.130374745,0.563894876,377,0.660059424,0.010604079,6932.6378336 +296,1.578326642,0.478507176,377,0.660059424,0.010604079,3944.2695038 +297,-1.12861823,-0.291640865,377,0.660059424,0.010604079,7060.2602653 +298,0.310524208,0.770885792,377,0.660059424,0.010604079,3253.1645864 +299,0.415649091,-0.387246002,377,0.660059424,0.010604079,1836.9394889 +300,-0.926533878,-0.188022748,377,0.660059424,0.010604079,6291.2416889 +301,1.258856172,-0.11716081,377,0.660059424,0.010604079,2420.2309523 +302,-1.126050026,0.322941926,377,0.660059424,0.010604079,7016.3988327 +303,2.002785835,0.07893892,377,0.660059424,0.010604079,5318.0536466 +304,0.440437607,0.746258085,377,0.660059424,0.010604079,3016.5607944 +305,-0.030391866,0.214441206,377,0.660059424,0.010604079,2829.5696453 +306,0.521557815,-0.058929362,377,0.660059424,0.010604079,613.61808037 +307,-0.097005111,0.13317729,377,0.660059424,0.010604079,3027.8532907 +308,1.83113859,0.221857587,377,0.660059424,0.010604079,4669.6657482 +309,0.222428864,0.099404236,377,0.660059424,0.010604079,1765.6052024 +310,-1.702731345,0.8728568183,377,0.660059424,0.010604079,8067.4684346 +311,-0.418507569,0.278324921,377,0.660059424,0.010604079,4340.6525337 +312,-1.41153306,0.339029988,377,0.660059424,0.010604079,8067.4217287 +313,0.357560442,0.114788776,377,0.660059424,0.010604079,1264.5119016 +314,0.325818979,0.268352149,377,0.660059424,0.010604079,1658.5522524 +315,-1.246004659,-0.663679965,377,0.660059424,0.010604079,7287.1490499 +316,1.814603087,0.637404484,377,0.660059424,0.010604079,4884.6466232 +317,1.843704281,-0.18300445,377,0.660059424,0.010604079,4723.6662679 +318,1.690644492,-0.211480909,377,0.660059424,0.010604079,4145.1833564 +319,-1.275451936,0.068109467,377,0.660059424,0.010604079,7659.9116908 +320,0.762430171,-0.207594741,377,0.660059424,0.010604079,953.49620495 +321,0.265668905,-0.014647884,377,0.660059424,0.010604079,1565.3349396 +322,-2.773032013,-0.335515811,377,0.660059424,0.010604079,10730.02519 +323,-1.469512853,0.174058777,377,0.660059424,0.010604079,8389.2642265 +324,0.286276986,0.785925691,377,0.660059424,0.010604079,3338.1950895 +325,-1.379324697,0.377432233,377,0.660059424,0.010604079,7920.9555624 +326,-1.203778265,0.212813032,377,0.660059424,0.010604079,7346.4169665 +327,0.579916301,0.611743168,377,0.660059424,0.010604079,2399.4515389 +328,0.267582642,0.868113908,377,0.660059424,0.010604079,3647.2753667 +329,0.412869244,-0.050245578,377,0.660059424,0.010604079,1008.0153713 +330,0.17524381,0.976660285,377,0.660059424,0.010604079,4129.4378229 +331,0.743157214,0.204812899,377,0.660059424,0.010604079,835.76386455 +332,-1.070758176,0.269382282,377,0.660059424,0.010604079,6821.378201 +333,-1.230364251,0.329790229,377,0.660059424,0.010604079,7403.2151369 +334,-1.374813124,-0.024926835,377,0.660059424,0.010604079,8060.5735094 +335,0.519780566,0.463669906,377,0.660059424,0.010604079,1872.5232889 +336,-1.55108034,0.239698561,377,0.660059424,0.010604079,8662.2100313 +337,0.180294813,0.029739425,377,0.660059424,0.010604079,1901.435563 +338,0.67820924,0.268170153,377,0.660059424,0.010604079,1022.6857514 +339,0.445798684,1.024001867,377,0.660059424,0.010604079,4069.3204078 +340,0.691751283,0.150521402,377,0.660059424,0.010604079,568.1386673 +341,-1.036643551,-0.903056181,377,0.660059424,0.010604079,6563.3066784 +342,-0.120287036,1.083325163,377,0.660059424,0.010604079,4838.4197951 +343,2.823513113,-0.304487164,377,0.660059424,0.010604079,8462.7359346 +344,0.457583172,1.12513373,377,0.660059424,0.010604079,4453.4116311 +345,0.042918831,0.813795399,377,0.660059424,0.010604079,3830.4310296 +346,1.196146777,-0.853142756,377,0.660059424,0.010604079,3880.2481241 +347,0.206001358,-0.010430701,377,0.660059424,0.010604079,1800.4196418 +348,-0.268308653,0.234799412,377,0.660059424,0.010604079,3746.1112961 +349,0.759363263,0.736189579,377,0.660059424,0.010604079,2895.7679438 +350,0.181363926,0.891988372,377,0.660059424,0.010604079,3841.1433616 +351,-0.021111158,0.139103292,377,0.660059424,0.010604079,2736.1161212 +352,-0.093355215,0.630686981,377,0.660059424,0.010604079,3696.4077698 +353,0.40118964,0.681375926,377,0.660059424,0.010604079,2817.7639084 +354,-0.721197315,1.304706234,377,0.660059424,0.010604079,5985.0278928 +355,-1.076150317,0.212107639,377,0.660059424,0.010604079,6853.3186948 +356,-1.577164531,0.273993443,377,0.660059424,0.010604079,8732.4497551 +357,-0.190788414,0.182208586,377,0.660059424,0.010604079,3417.5346662 +358,-0.261349752,0.209710184,377,0.660059424,0.010604079,3704.489728 +359,-1.029303852,0.083549259,377,0.660059424,0.010604079,6686.3660341 +360,-1.268609162,0.330525297,377,0.660059424,0.010604079,7545.0551196 +361,1.282982244,-0.926641967,377,0.660059424,0.010604079,4242.3338209 +362,0.217352334,0.731352408,377,0.660059424,0.010604079,3262.3868308 +363,-1.511833084,0.258629297,377,0.660059424,0.010604079,8500.2547426 +364,0.338812194,0.823184618,377,0.660059424,0.010604079,3404.3164046 +365,-0.324406489,1.134201999,377,0.660059424,0.010604079,5247.3581974 +366,1.389579348,0.399185724,377,0.660059424,0.010604079,3200.3828941 +367,2.047152199,-0.039082036,377,0.660059424,0.010604079,5496.5468701 +368,0.947780369,0.568250077,377,0.660059424,0.010604079,2455.9566653 +369,0.763824846,0.576754987,377,0.660059424,0.010604079,2275.5999206 +370,-0.142334657,0.928153068,377,0.660059424,0.010604079,4483.2819197 +371,0.610266567,0.547265983,377,0.660059424,0.010604079,2133.9028979 +372,0.210731629,0.746815056,377,0.660059424,0.010604079,3323.427968 +373,-1.34931644,0.316895224,377,0.660059424,0.010604079,7852.7301471 +374,2.407696481,0.655030745,377,0.660059424,0.010604079,6750.4727523 +375,0.64207831,0.545359131,377,0.660059424,0.010604079,2119.2386353 +376,1.174597538,0.840588356,377,0.660059424,0.010604079,3729.526806 +377,0.660059424,0.010604079,377,0.660059424,0.010604079,0 +378,-0.730263819,0.010486456,377,0.660059424,0.010604079,5506.7030149 +379,0.831068936,0.512339172,377,0.660059424,0.010604079,2089.6770695 +380,1.301180979,0.72367476,377,0.660059424,0.010604079,3635.461751 +381,1.811128231,0.322854402,377,0.660059424,0.010604079,4635.8844423 +382,0.435105812,0.992284428,377,0.660059424,0.010604079,3953.7073824 +383,0.62643634,0.592027932,377,0.660059424,0.010604079,2306.4000625 +384,0.492988703,-0.516339467,377,0.660059424,0.010604079,2180.7036513 +385,-0.162469483,0.112549365,377,0.660059424,0.010604079,3275.0378146 +386,0.314630866,0.472006421,377,0.660059424,0.010604079,2251.0061239 +387,0.166744804,0.822815954,377,0.660059424,0.010604079,3639.2268426 +388,0.417159608,0.965805736,377,0.660059424,0.010604079,3863.9797796 +389,0.106334961,0.868774244,377,0.660059424,0.010604079,3880.2972808 +390,0.815086969,-0.338144359,377,0.660059424,0.010604079,1507.0632804 +391,0.59867455,-0.230624824,377,0.660059424,0.010604079,985.44806823 +392,1.915104874,0.066220985,377,0.660059424,0.010604079,4971.219848 +393,1.278093622,0.064463721,377,0.660059424,0.010604079,2455.2395084 +394,-0.061477853,0.302997961,377,0.660059424,0.010604079,3039.6978842 +395,0.251311504,0.626976942,377,0.660059424,0.010604079,2867.1074312 +396,2.950242872,0.149095644,377,0.660059424,0.010604079,9024.6755117 +397,-0.180294708,0.35375117,377,0.660059424,0.010604079,3524.7181531 +398,1.010448592,-0.351180233,377,0.660059424,0.010604079,1975.2472556 +399,-1.748740498,0.3686318073,377,0.660059424,0.010604079,9235.5265924 +400,2.699635665,0.123533791,377,0.660059424,0.010604079,8057.5900528 +401,0.496808033,0.823843254,377,0.660059424,0.010604079,3270.2028065 +402,0.129574704,0.763364087,377,0.660059424,0.010604079,3519.6932979 +403,1.798920311,0.817447563,377,0.660059424,0.010604079,5039.5259511 +404,0.335987953,0.746786541,377,0.660059424,0.010604079,3134.7980845 +405,-1.085413643,0.292154671,377,0.660059424,0.010604079,6871.9147877 +406,-0.155321003,0.508207011,377,0.660059424,0.010604079,3652.8179155 +407,0.620529244,-0.301175104,377,0.660059424,0.010604079,1244.5542784 +408,1.684402744,0.368716966,377,0.660059424,0.010604079,4200.219594 +409,0.300582244,-0.386397212,377,0.660059424,0.010604079,2097.6501941 +410,2.913555946,-0.009225192,377,0.660059424,0.010604079,8926.2809986 +411,1.465101417,0.493232532,377,0.660059424,0.010604079,3595.9178852 +412,0.090612882,0.907955955,377,0.660059424,0.010604079,4025.2446867 +413,2.987564726,-0.729568594,377,0.660059424,0.010604079,8382.5448751 +414,-1.484261606,0.224149272,377,0.660059424,0.010604079,8418.8452415 +415,0.164073421,0.303955133,377,0.660059424,0.010604079,2254.7635509 +416,0.141441293,0.167552546,377,0.660059424,0.010604079,2136.2118804 +417,2.931321023,-0.506718887,377,0.660059424,0.010604079,8617.9912175 +418,2.21951565,0.700596356,377,0.660059424,0.010604079,6160.5088664 +419,0.268112576,1.199114336,377,0.660059424,0.010604079,4824.5842349 +420,0.978913739,0.359223811,377,0.660059424,0.010604079,1852.0964182 +421,1.210898818,0.522863584,377,0.660059424,0.010604079,2901.4948313 +422,2.347397336,0.129231362,377,0.660059424,0.010604079,6674.2041825 +423,0.614394501,0.556878345,377,0.660059424,0.010604079,2170.5299344 +424,-1.398079356,0.148483366,377,0.660059424,0.010604079,8122.1003379 +425,2.535303836,-0.112984496,377,0.660059424,0.010604079,7424.8021043 +426,-1.019372593,-0.405322349,377,0.660059424,0.010604079,6633.8694908 +427,-1.297785627,-0.160104069,377,0.660059424,0.010604079,7741.5260287 +428,2.144554488,0.205051084,377,0.660059424,0.010604079,5878.6986867 +429,-2.242387083,-0.426171285,377,0.660059424,0.010604079,10559.624183 +430,0.338637212,0.909723676,377,0.660059424,0.010604079,3718.0880794 +431,-0.148798452,0.691042401,377,0.660059424,0.010604079,3968.6290096 +432,0.893524764,0.441829531,377,0.660059424,0.010604079,1927.3933162 +433,0.969229347,-0.368847936,377,0.660059424,0.010604079,1921.3344953 +434,0.436043248,0.800045688,377,0.660059424,0.010604079,3222.9497109 +435,1.687946607,1.081504775,377,0.660059424,0.010604079,5212.2105823 +436,0.522302046,-0.034889271,377,0.660059424,0.010604079,574.55889047 +437,-0.178996113,-0.438090009,377,0.660059424,0.010604079,3670.3701776 +438,-1.094339566,0.301444068,377,0.660059424,0.010604079,6903.3334598 +439,-1.064070054,0.242569932,377,0.660059424,0.010604079,6801.1285116 +440,-1.068153768,0.230387998,377,0.660059424,0.010604079,6819.1079105 +441,-3.00496892,-0.23989155,377,0.660059424,0.010604079,10199.886679 +442,0.21751974,0.766874888,377,0.660059424,0.010604079,3377.1029955 +443,0.117229532,0.007619006,377,0.660059424,0.010604079,2150.0894009 +444,0.777758451,0.420554741,377,0.660059424,0.010604079,1685.4754527 +445,-0.252356999,0.250747086,377,0.660059424,0.010604079,3696.2352352 +446,0.363148444,0.768483434,377,0.660059424,0.010604079,3179.1019535 +447,0.903191366,-0.118210676,377,0.660059424,0.010604079,1088.030273 +448,-0.205755923,0.149406178,377,0.660059424,0.010604079,3458.9253174 +449,1.811996086,0.02364353,377,0.660059424,0.010604079,4562.3261564 +450,-1.100670221,0.314845373,377,0.660059424,0.010604079,6923.5930646 +451,0.340078597,0.850105132,377,0.660059424,0.010604079,3500.1034471 +452,0.258757267,0.804969236,377,0.660059424,0.010604079,3441.6780779 +453,2.78505352,-0.155160804,377,0.660059424,0.010604079,8395.186375 +454,0.800551619,0.105822106,377,0.660059424,0.010604079,671.29995029 +455,0.437940882,-0.506194031,377,0.660059424,0.010604079,2213.1923422 +456,2.230431122,0.63458615,377,0.660059424,0.010604079,6195.6689998 +457,0.527965361,0.127667701,377,0.660059424,0.010604079,697.95940417 +458,-0.063643205,0.702093448,377,0.660059424,0.010604079,3776.2644358 +459,1.408447268,0.133010502,377,0.660059424,0.010604079,2993.9745614 +460,0.523795955,0.280266966,377,0.660059424,0.010604079,1193.4235897 +461,-0.975769313,0.072177659,377,0.660059424,0.010604079,6475.7962496 +462,0.549774164,-0.463663986,377,0.660059424,0.010604079,1925.1697966 +463,0.29245874,1.095549818,377,0.660059424,0.010604079,4433.1880147 +464,0.143625958,0.816809593,377,0.660059424,0.010604079,3658.2822096 +465,0.671902494,0.611159853,377,0.660059424,0.010604079,2379.2039436 +466,1.239840988,0.6724199,377,0.660059424,0.010604079,3361.2720919 +467,0.607829703,-0.10932137,377,0.660059424,0.010604079,517.96990903 +468,1.763020906,0.263996692,377,0.660059424,0.010604079,4425.7892147 +469,0.378714634,0.726066797,377,0.660059424,0.010604079,3007.1707285 +470,2.196736143,-0.153862366,377,0.660059424,0.010604079,6094.8217102 +471,0.01702415,0.148991565,377,0.660059424,0.010604079,2595.1379096 +472,-2.998490902,-0.158002487,377,0.660059424,0.010604079,10323.546028 +473,-3.051262951,-0.346595608,377,0.660059424,0.010604079,9865.5874944 +474,-1.069176439,0.182802941,377,0.660059424,0.010604079,6831.1976211 +475,0.167157509,0.595344954,377,0.660059424,0.010604079,2949.6836983 +476,0.613855648,0.681746124,377,0.660059424,0.010604079,2663.6669578 +477,1.037012736,0.682555367,377,0.660059424,0.010604079,2991.3647254 +478,-1.253574971,0.379755746,377,0.660059424,0.010604079,7463.1703097 +479,3.108590453,-0.132620738,377,0.660059424,0.010604079,9665.3451665 +480,0.565301296,0.022333262,377,0.660059424,0.010604079,378.14869884 +481,0.547898238,0.855555614,377,0.660059424,0.010604079,3368.6215739 +482,0.948309381,0.417393755,377,0.660059424,0.010604079,1954.7331271 +483,-0.050600732,0.945269213,377,0.660059424,0.010604079,4362.5980015 +484,-0.977651478,-0.572363064,377,0.660059424,0.010604079,6467.4579125 +485,1.102014914,0.728861163,377,0.660059424,0.010604079,3253.0815307 +486,2.927300795,-0.282939414,377,0.660059424,0.010604079,8865.3340162 +487,-1.154565557,0.124434095,377,0.660059424,0.010604079,7174.6888558 +488,1.855331234,0.291044755,377,0.660059424,0.010604079,4787.1356944 +489,0.830290659,0.276904518,377,0.660059424,0.010604079,1247.0534452 +490,0.485104466,-0.234867441,377,0.660059424,0.010604079,1190.4334889 +491,0.521367572,-0.33161327,377,0.660059424,0.010604079,1458.9078215 +1,-1.539031704,0.7349710123,378,-0.730263819,0.010486456,4059.6965661 +2,-1.536990553,0.7349663874,378,-0.730263819,0.010486456,4054.61314 +3,-1.534951779,0.7349571355,378,-0.730263819,0.010486456,4049.5317017 +4,-1.532906461,0.7349480293,378,-0.730263819,0.010486456,4044.4402159 +5,-1.531320211,0.7346937278,378,-0.730263819,0.010486456,4039.968301 +6,-1.539451648,0.7335131775,378,-0.730263819,0.010486456,4057.6697001 +7,-1.537429487,0.7335445708,378,-0.730263819,0.010486456,4052.6993203 +8,-1.535484998,0.7335658704,378,-0.730263819,0.010486456,4047.9069119 +9,-1.533488396,0.7336036027,378,-0.730263819,0.010486456,4043.0256628 +10,-1.531497785,0.7335842962,378,-0.730263819,0.010486456,4038.0439902 +11,-1.530259379,0.7334777758,378,-0.730263819,0.010486456,4034.7458945 +12,-1.5335454,0.7322346912,378,-0.730263819,0.010486456,4040.2615739 +13,-1.531489083,0.7322238773,378,-0.730263819,0.010486456,4035.1262652 +14,-1.530011122,0.7321679851,378,-0.730263819,0.010486456,4031.3364004 +15,-1.53348106,0.7306614094,378,-0.730263819,0.010486456,4036.7657782 +16,-1.531441779,0.7306962275,378,-0.730263819,0.010486456,4031.7601878 +17,-1.529755654,0.7306933243,378,-0.730263819,0.010486456,4027.5588067 +18,-1.533415048,0.7291384674,378,-0.730263819,0.010486456,4033.3760413 +19,-1.531392093,0.7291705353,378,-0.730263819,0.010486456,4028.3959524 +20,-1.529296523,0.7291214933,378,-0.730263819,0.010486456,4023.0686203 +21,-1.535280942,0.727267644,378,-0.730263819,0.010486456,4034.0917389 +22,-1.533378158,0.7276139666,378,-0.730263819,0.010486456,4030.0592952 +23,-1.531340368,0.7276446587,378,-0.730263819,0.010486456,4025.0298352 +24,-1.528960113,0.7276398177,378,-0.730263819,0.010486456,4019.0766536 +25,-1.533313146,0.7260818349,378,-0.730263819,0.010486456,4026.6596904 +26,-1.531259555,0.7260958115,378,-0.730263819,0.010486456,4021.5458605 +27,-1.528926415,0.7260865555,378,-0.730263819,0.010486456,4015.6901025 +28,-1.531226779,0.7245511789,378,-0.730263819,0.010486456,4018.1947241 +29,-1.528904772,0.7245519194,378,-0.730263819,0.010486456,4012.3771907 +30,-1.547195875,0.7409785979,378,-0.730263819,0.010486456,4092.6028166 +31,-1.5451475,0.740980426,378,-0.730263819,0.010486456,4087.5289376 +32,-1.543097679,0.7409798872,378,-0.730263819,0.010486456,4082.4524283 +33,-1.540720364,0.7409892687,378,-0.730263819,0.010486456,4076.5934588 +34,-1.547188511,0.7395198392,378,-0.730263819,0.010486456,4089.5305727 +35,-1.545148587,0.7395226109,378,-0.730263819,0.010486456,4084.4705473 +36,-1.543104538,0.7395314908,378,-0.730263819,0.010486456,4079.4190495 +37,-1.540727751,0.7395306258,378,-0.730263819,0.010486456,4073.5291862 +38,-1.547187029,0.7380014886,378,-0.730263819,0.010486456,4086.3520027 +39,-1.545147315,0.7380012252,378,-0.730263819,0.010486456,4081.2766871 +40,-1.54310719,0.7380060743,378,-0.730263819,0.010486456,4076.2169503 +41,-1.540719671,0.7380068206,378,-0.730263819,0.010486456,4070.2927918 +42,-1.547187189,0.7364799098,378,-0.730263819,0.010486456,4083.1747172 +43,-1.545149996,0.7364853874,378,-0.730263819,0.010486456,4078.1082341 +44,-1.543106091,0.7364823484,378,-0.730263819,0.010486456,4073.0130749 +45,-1.540717158,0.7364893901,378,-0.730263819,0.010486456,4067.0875647 +46,-1.538663972,0.7410138672,378,-0.730263819,0.010486456,4071.5669708 +47,-1.53695285,0.7409699132,378,-0.730263819,0.010486456,4067.2523074 +48,-1.534910498,0.7409641297,378,-0.730263819,0.010486456,4062.2068678 +49,-1.533145034,0.7409536636,378,-0.730263819,0.010486456,4057.8385509 +50,-1.538681336,0.7395405883,378,-0.730263819,0.010486456,4068.4871154 +51,-1.536999189,0.7395183096,378,-0.730263819,0.010486456,4064.2824245 +52,-1.534923633,0.7395144222,378,-0.730263819,0.010486456,4059.149912 +53,-1.533267822,0.7395654306,378,-0.730263819,0.010486456,4055.1752887 +54,-1.53867273,0.7380151077,378,-0.730263819,0.010486456,4065.2363474 +55,-1.536980576,0.7379994392,378,-0.730263819,0.010486456,4061.0131476 +56,-1.534931522,0.7379944961,378,-0.730263819,0.010486456,4055.9343335 +57,-1.533387952,0.7379480264,378,-0.730263819,0.010486456,4052.0212426 +58,-1.538682279,0.7364914363,378,-0.730263819,0.010486456,4062.0383721 +59,-1.536980704,0.7364810563,378,-0.730263819,0.010486456,4057.7951569 +60,-1.534935567,0.7364752065,378,-0.730263819,0.010486456,4052.7146259 +61,-1.533042592,0.7363876366,378,-0.730263819,0.010486456,4047.8423833 +62,-1.545143426,0.7349628011,378,-0.730263819,0.010486456,4074.9065518 +63,-1.543105297,0.7349691947,378,-0.730263819,0.010486456,4069.8361074 +64,-1.541064533,0.7349647152,378,-0.730263819,0.010486456,4064.7421756 +65,-1.545411803,0.7334624714,378,-0.730263819,0.010486456,4072.4427959 +66,-1.543446606,0.7334780896,378,-0.730263819,0.010486456,4067.5637215 +67,-1.541475327,0.7334957295,378,-0.730263819,0.010486456,4062.6793522 +68,-1.545401939,0.731963266,378,-0.730263819,0.010486456,4069.2906883 +69,-1.54342253,0.7319915583,378,-0.730263819,0.010486456,4064.3935543 +70,-1.541455867,0.7320216438,378,-0.730263819,0.010486456,4059.5379032 +71,-1.545410146,0.7304422281,378,-0.730263819,0.010486456,4066.1422776 +72,-1.543435491,0.7304713664,378,-0.730263819,0.010486456,4061.2495542 +73,-1.541463105,0.7304997613,378,-0.730263819,0.010486456,4056.3668011 +74,-1.545414768,0.7289194936,378,-0.730263819,0.010486456,4062.9854112 +75,-1.543435774,0.7289538557,378,-0.730263819,0.010486456,4058.0834328 +76,-1.541457714,0.7289765881,378,-0.730263819,0.010486456,4053.1654013 +77,-1.539449415,0.7320555866,378,-0.730263819,0.010486456,4054.596865 +78,-1.537429183,0.7321097681,378,-0.730263819,0.010486456,4049.6702951 +79,-1.535472649,0.7321497267,378,-0.730263819,0.010486456,4044.8787853 +80,-1.539457899,0.7305333307,378,-0.730263819,0.010486456,4051.418668 +81,-1.537453161,0.7305750503,378,-0.730263819,0.010486456,4046.4950005 +82,-1.535479385,0.7306124949,378,-0.730263819,0.010486456,4041.6458113 +83,-1.53946905,0.7290102593,378,-0.730263819,0.010486456,4048.2495486 +84,-1.537459922,0.7290417293,378,-0.730263819,0.010486456,4043.2838703 +85,-1.535451349,0.7290890157,378,-0.730263819,0.010486456,4038.3591009 +86,-1.535522937,0.7279887191,378,-0.730263819,0.010486456,4036.2176061 +87,-1.539442524,0.7274735939,378,-0.730263819,0.010486456,4044.9615035 +88,-1.537424111,0.727521351,378,-0.730263819,0.010486456,4039.9973458 +89,-1.539384641,0.7259505092,378,-0.730263819,0.010486456,4041.6268874 +90,-1.537372391,0.7259947145,378,-0.730263819,0.010486456,4036.6614297 +91,-1.535340789,0.7260435356,378,-0.730263819,0.010486456,4031.6634474 +92,-1.539325716,0.7244369706,378,-0.730263819,0.010486456,4038.3131299 +93,-1.537308932,0.7244801057,378,-0.730263819,0.010486456,4033.3247949 +94,-1.535289068,0.7245247645,378,-0.730263819,0.010486456,4028.3382467 +95,-1.533261366,0.7245550236,378,-0.730263819,0.010486456,4023.3080407 +96,-1.539267302,0.722921924,378,-0.730263819,0.010486456,4035.0010021 +97,-1.537248972,0.7229660258,378,-0.730263819,0.010486456,4030.001542 +98,-1.535219431,0.7229916471,378,-0.730263819,0.010486456,4024.9413786 +99,-1.53318962,0.7230212049,378,-0.730263819,0.010486456,4019.8950386 +100,-1.531154816,0.7230299897,378,-0.730263819,0.010486456,4014.798554 +101,-1.528878341,0.7230370244,378,-0.730263819,0.010486456,4009.0980545 +102,-1.539218189,0.7214009878,378,-0.730263819,0.010486456,4031.7036259 +103,-1.537198791,0.7214422745,378,-0.730263819,0.010486456,4026.6862531 +104,-1.535179266,0.7214634354,378,-0.730263819,0.010486456,4021.6326576 +105,-1.533156501,0.7214944644,378,-0.730263819,0.010486456,4016.5977495 +106,-1.53113574,0.7215166021,378,-0.730263819,0.010486456,4011.5553806 +107,-1.528874248,0.7215345535,378,-0.730263819,0.010486456,4005.9051813 +108,-1.539217656,0.7198512397,378,-0.730263819,0.010486456,4028.4729552 +109,-1.537199919,0.7199428763,378,-0.730263819,0.010486456,4023.5553062 +110,-1.545425832,0.727397149,378,-0.730263819,0.010486456,4059.8496643 +111,-1.543371177,0.7273916949,378,-0.730263819,0.010486456,4054.6650566 +112,-1.541368852,0.7274523163,378,-0.730263819,0.010486456,4049.7558995 +113,-1.545349067,0.7258710923,378,-0.730263819,0.010486456,4056.4886921 +114,-1.54332671,0.7258603556,378,-0.730263819,0.010486456,4051.3652037 +115,-1.541346831,0.7259242142,378,-0.730263819,0.010486456,4046.5099504 +116,-1.545324355,0.7243383958,378,-0.730263819,0.010486456,4053.2489449 +117,-1.543292796,0.7243617413,378,-0.730263819,0.010486456,4048.1636971 +118,-1.541295822,0.7244024384,378,-0.730263819,0.010486456,4043.2079451 +119,-1.543193859,0.7205570215,378,-0.730263819,0.010486456,4040.0194189 +120,-1.550257047,0.7386738187,378,-0.730263819,0.010486456,4095.4001929 +121,-1.549335448,0.7311736483,378,-0.730263819,0.010486456,4077.5200183 +122,-1.533478843,0.7179891343,378,-0.730263819,0.010486456,4010.0499725 +123,-1.556150555,0.738907041,378,-0.730263819,0.010486456,4110.5901157 +124,-1.554324226,0.733414257,378,-0.730263819,0.010486456,4094.686687 +125,-1.554290846,0.7288285332,378,-0.730263819,0.010486456,4085.1734073 +126,-1.55122487,0.7219795312,378,-0.730263819,0.010486456,4063.3525053 +127,-1.525104458,0.7229399862,378,-0.730263819,0.010486456,3999.4330614 +128,-1.519607711,0.7236181429,378,-0.730263819,0.010486456,3987.1495464 +129,-1.513899999,0.7251107854,378,-0.730263819,0.010486456,3976.1765822 +130,-1.536620762,0.7431061895,378,-0.730263819,0.010486456,4070.9813569 +131,-1.5369566,0.7460845958,378,-0.730263819,0.010486456,4078.1577073 +132,-1.545345528,0.7447040685,378,-0.730263819,0.010486456,4095.8525362 +133,-1.532813921,0.7432306626,378,-0.730263819,0.010486456,4061.8980996 +134,-1.554788248,0.7382381001,378,-0.730263819,0.010486456,4105.8038179 +135,-1.540348126,0.7301594274,378,-0.730263819,0.010486456,4052.861723 +136,-1.538016084,0.7239051786,378,-0.730263819,0.010486456,4033.9010893 +137,-1.525288962,0.7258085137,378,-0.730263819,0.010486456,4006.0132908 +138,-1.534326986,0.731241342,378,-0.730263819,0.010486456,4040.1022289 +139,-1.530733872,0.7303625216,378,-0.730263819,0.010486456,4029.2885589 +141,-1.534354939,0.7328219978,378,-0.730263819,0.010486456,4043.5206446 +142,-1.53157084,0.7292888153,378,-0.730263819,0.010486456,4029.0927629 +143,-1.525691035,0.7263799874,378,-0.730263819,0.010486456,4008.2366089 +144,-1.534031287,0.7495967835,378,-0.730263819,0.010486456,4078.5355606 +145,-1.527714986,0.7283095957,378,-0.730263819,0.010486456,4017.398984 +146,-1.526189586,0.7271468292,378,-0.730263819,0.010486456,4011.1169391 +147,-1.555177336,0.7375563366,378,-0.730263819,0.010486456,4105.368381 +148,-1.555080283,0.7312707794,378,-0.730263819,0.010486456,4092.1803801 +149,-1.53856994,0.7224180299,378,-0.730263819,0.010486456,4032.1882421 +150,-1.530837883,0.729933372,378,-0.730263819,0.010486456,4028.6350842 +151,-1.515066984,0.5854133365,378,-0.730263819,0.010486456,3695.3770678 +152,-1.534731633,0.5368370046,378,-0.730263819,0.010486456,3666.7176571 +153,-1.515231902,0.5607085576,378,-0.730263819,0.010486456,3650.0193442 +154,-2.616253799,1.0684566605,378,-0.730263819,0.010486456,6778.5292186 +155,-1.956071439,0.5792177723,378,-0.730263819,0.010486456,5061.6676722 +156,-1.951208514,0.5602434208,378,-0.730263819,0.010486456,5031.9836907 +157,-1.944675062,0.6062144545,378,-0.730263819,0.010486456,5045.3972686 +158,-1.613778386,0.6077989518,378,-0.730263819,0.010486456,4024.3556339 +159,-2.035029014,0.6021432345,378,-0.730263819,0.010486456,5332.7842704 +160,-2.114989471,0.6801825058,378,-0.730263819,0.010486456,5623.8563059 +161,-2.037382079,0.5765830025,378,-0.730263819,0.010486456,5326.2487821 +162,-2.129855121,0.6585019963,378,-0.730263819,0.010486456,5660.9289963 +163,-2.075141798,0.6493615843,378,-0.730263819,0.010486456,5485.9356715 +164,-1.828626729,0.6948433129,378,-0.730263819,0.010486456,4779.137984 +165,-1.863329418,0.6735427691,378,-0.730263819,0.010486456,4856.8867771 +166,-1.266037071,0.727988852,378,-0.730263819,0.010486456,3425.1721064 +167,-1.277579582,0.7249010648,378,-0.730263819,0.010486456,3439.2796985 +168,-1.258418684,0.7241194816,378,-0.730263819,0.010486456,3398.6885582 +169,-1.317813974,0.6804850104,378,-0.730263819,0.010486456,3400.9928034 +170,-1.344165204,0.6790988904,378,-0.730263819,0.010486456,3457.5558076 +171,-1.427582102,0.5277120351,378,-0.730263819,0.010486456,3326.891147 +172,-1.402238616,0.457167829,378,-0.730263819,0.010486456,3112.5882457 +173,-1.422454264,0.4996161999,378,-0.730263819,0.010486456,3256.0633017 +174,-1.439089277,0.4894859811,378,-0.730263819,0.010486456,3287.6087169 +175,-1.448126995,0.5182330266,378,-0.730263819,0.010486456,3369.5477021 +176,-1.474626146,0.5881926574,378,-0.730263819,0.010486456,3584.6480275 +177,-1.421139645,0.5584869783,378,-0.730263819,0.010486456,3371.4566374 +178,-1.457037165,0.565943032,378,-0.730263819,0.010486456,3489.5878367 +179,-2.757159358,0.3745319,378,-0.730263819,0.010486456,7878.1629924 +180,-2.714309238,0.342054471,378,-0.730263819,0.010486456,7743.5968431 +181,-2.000525337,0.774119946,378,-0.730263819,0.010486456,5347.4087339 +183,-1.571413436,0.6777838382,378,-0.730263819,0.010486456,4028.8507475 +184,-1.552860289,0.6987663893,378,-0.730263819,0.010486456,4020.5312943 +185,-1.521852374,0.7165827476,378,-0.730263819,0.010486456,3977.7242981 +186,-1.503656267,0.6928968252,378,-0.730263819,0.010486456,3880.8979193 +187,-1.502753178,0.7136205882,378,-0.730263819,0.010486456,3923.4227755 +188,-1.631894563,0.7343596465,378,-0.730263819,0.010486456,4295.2819728 +189,-1.653765416,0.6770714026,378,-0.730263819,0.010486456,4254.380177 +190,-1.719812114,0.6715965947,378,-0.730263819,0.010486456,4433.4816042 +191,-1.493406659,0.6646955447,378,-0.730263819,0.010486456,3794.18101 +192,-1.469120564,0.6613469966,378,-0.730263819,0.010486456,3723.3284756 +193,-1.590551461,0.5326612937,378,-0.730263819,0.010486456,3833.2562226 +194,-1.625979264,0.5247742243,378,-0.730263819,0.010486456,3933.7046884 +195,-1.572293943,0.5238808754,378,-0.730263819,0.010486456,3762.1399749 +196,-1.610848725,0.5477107964,378,-0.730263819,0.010486456,3919.9505615 +197,-1.208485554,0.7918526018,378,-0.730263819,0.010486456,3516.4581985 +198,-1.335601374,0.6869083083,378,-0.730263819,0.010486456,3458.4551575 +199,-1.346156996,0.6825213377,378,-0.730263819,0.010486456,3471.103827 +200,-1.324381037,0.6741422347,378,-0.730263819,0.010486456,3398.9063887 +201,-1.242424992,0.7378949807,378,-0.730263819,0.010486456,3408.910057 +202,-1.270370057,0.7392461008,378,-0.730263819,0.010486456,3466.8060163 +203,-1.448950472,0.7441675014,378,-0.730263819,0.010486456,3863.8482172 +204,-1.492662363,0.7523026852,378,-0.730263819,0.010486456,3985.2347333 +205,-1.479098966,0.7763855017,378,-0.730263819,0.010486456,4009.7312718 +206,-1.633760714,0.7869022408,378,-0.730263819,0.010486456,4398.0947062 +207,-1.647406434,0.8101289331,378,-0.730263819,0.010486456,4475.3424215 +208,-1.564245052,0.5701509278,378,-0.730263819,0.010486456,3813.4052493 +209,-1.646289963,0.6833746083,378,-0.730263819,0.010486456,4244.137985 +210,-1.5820631,0.6751952144,378,-0.730263819,0.010486456,4052.864827 +211,-1.613236298,0.6681681791,378,-0.730263819,0.010486456,4125.9342645 +212,-1.914661867,0.8212566515,378,-0.730263819,0.010486456,5161.9769074 +213,-1.742133237,0.7250275956,378,-0.730263819,0.010486456,4575.3196594 +214,-2.033144872,0.6557314699,378,-0.730263819,0.010486456,5358.7349495 +215,-2.039551981,0.6964723658,378,-0.730263819,0.010486456,5403.9471799 +216,-1.247341019,0.7622473908,378,-0.730263819,0.010486456,3491.9217596 +217,-1.298239787,0.7084123392,378,-0.730263819,0.010486456,3435.0439691 +218,-1.308539688,0.6926545592,378,-0.730263819,0.010486456,3413.4979342 +219,-1.303263185,0.6888938396,378,-0.730263819,0.010486456,3391.5627148 +220,-1.852400229,0.6004246149,378,-0.730263819,0.010486456,4747.0804686 +221,-1.288947707,0.7473773692,378,-0.730263819,0.010486456,3527.1586627 +222,-1.372031502,0.7472790993,378,-0.730263819,0.010486456,3699.2458309 +223,-1.289805721,0.7242157877,378,-0.730263819,0.010486456,3462.2174804 +224,-1.350807603,0.7533498126,378,-0.730263819,0.010486456,3670.2705659 +225,-1.329290365,0.7560442322,378,-0.730263819,0.010486456,3633.0655721 +226,-1.410153004,0.616936428,378,-0.730263819,0.010486456,3469.3693285 +227,-1.393445434,0.6308995063,378,-0.730263819,0.010486456,3458.169934 +228,-1.37595573,0.6241540638,378,-0.730263819,0.010486456,3397.2873787 +229,-1.358388707,0.6172645205,378,-0.730263819,0.010486456,3335.8058414 +230,-1.753741133,0.8281661666,378,-0.730263819,0.010486456,4764.8512143 +231,-1.47430987,0.6834615681,378,-0.730263819,0.010486456,3785.3559388 +232,-1.421012508,0.7222725206,378,-0.730263819,0.010486456,3745.7347584 +233,-1.4476833,0.6978557868,378,-0.730263819,0.010486456,3751.3718573 +234,-1.470370723,0.6966193374,378,-0.730263819,0.010486456,3804.7893871 +235,-1.429211703,0.7037216883,378,-0.730263819,0.010486456,3720.2621241 +236,-1.700578405,0.6178673663,378,-0.730263819,0.010486456,4298.9854327 +237,-1.678117619,0.6331716163,378,-0.730263819,0.010486456,4254.5633951 +238,-1.725644578,0.6316331145,378,-0.730263819,0.010486456,4393.626432 +239,-2.14012759,0.7930497945,378,-0.730263819,0.010486456,5745.8514532 +240,-2.103289431,0.7653606263,378,-0.730263819,0.010486456,5629.7373721 +241,-1.318739838,0.7017808746,378,-0.730263819,0.010486456,3460.8723607 +242,-1.396417427,0.7077900843,378,-0.730263819,0.010486456,3652.4612982 +243,-1.35650337,0.7185539404,378,-0.730263819,0.010486456,3589.2516611 +244,-1.248884539,0.7274156818,378,-0.730263819,0.010486456,3389.8039578 +245,-1.395014798,0.5761185243,378,-0.730263819,0.010486456,3336.6039323 +246,-1.433377362,0.6064716109,378,-0.730263819,0.010486456,3508.3235742 +247,-1.408172432,0.5903155476,378,-0.730263819,0.010486456,3404.1848026 +248,-1.749645898,0.7757118084,378,-0.730263819,0.010486456,4672.1974249 +249,-1.571626686,0.615046989,378,-0.730263819,0.010486456,3913.5712491 +250,-1.514070049,0.6303003037,378,-0.730263819,0.010486456,3779.4277403 +251,-1.480890369,0.6237966528,378,-0.730263819,0.010486456,3674.8318148 +252,-1.704390658,0.5281680612,378,-0.730263819,0.010486456,4190.8981152 +253,-1.64434733,0.5254277498,378,-0.730263819,0.010486456,3993.4319234 +254,-1.703855997,0.4792484842,378,-0.730263819,0.010486456,4130.5964946 +255,-1.692002383,0.5748825051,378,-0.730263819,0.010486456,4212.552033 +256,-1.854136457,0.5544643913,378,-0.730263819,0.010486456,4708.1095953 +257,-1.665021206,0.520317736,378,-0.730263819,0.010486456,4053.1223416 +258,-1.733654349,0.4845187345,378,-0.730263819,0.010486456,4236.8265278 +259,-1.720938188,0.5135933906,378,-0.730263819,0.010486456,4227.3757101 +260,-1.742668307,0.553296122,378,-0.730263819,0.010486456,4345.2622802 +261,-1.965659039,0.7142126903,378,-0.730263819,0.010486456,5198.2859778 +262,-1.944438071,0.6772834804,378,-0.730263819,0.010486456,5103.5458726 +263,-1.270340967,0.7681487096,378,-0.730263819,0.010486456,3552.3638762 +264,-1.353091884,0.6549276821,378,-0.730263819,0.010486456,3416.4373742 +265,-1.333236659,0.6413584414,378,-0.730263819,0.010486456,3333.8590211 +266,-1.352015998,0.6753788907,378,-0.730263819,0.010486456,3466.2028491 +267,-1.377988483,0.6577816235,378,-0.730263819,0.010486456,3484.1669247 +268,-2.13075611,0.8318642051,378,-0.730263819,0.010486456,5737.910429 +269,-2.097910953,0.8259670014,378,-0.730263819,0.010486456,5647.7060857 +270,-1.416382069,0.6694271549,378,-0.730263819,0.010486456,3607.2453717 +271,-1.538905672,0.7535625993,378,-0.730263819,0.010486456,4098.9017807 +272,-1.572309477,0.7803125099,378,-0.730263819,0.010486456,4235.9897171 +273,-1.87759879,0.7503853417,378,-0.730263819,0.010486456,4983.0614042 +274,1.152365588,0.590457682,378,-0.730263819,0.010486456,7218.7228008 +275,0.350198001,0.718001859,378,-0.730263819,0.010486456,4756.6743839 +276,0.046513677,0.491503852,378,-0.730263819,0.010486456,3503.5487089 +277,0.027510309,0.742571376,378,-0.730263819,0.010486456,3952.0619178 +278,0.306285725,-0.214631579,378,-0.730263819,0.010486456,4169.646825 +279,-1.100564889,0.318051531,378,-0.730263819,0.010486456,1886.645358 +280,-1.078582306,0.301437596,378,-0.730263819,0.010486456,1780.7810593 +281,-1.137371989,-0.617634065,378,-0.730263819,0.010486456,2907.3423103 +282,0.784356344,0.703272339,378,-0.730263819,0.010486456,6025.3621259 +283,-1.221209947,0.218327455,378,-0.730263819,0.010486456,2096.4367308 +284,2.347301921,-0.449114658,378,-0.730263819,0.010486456,10689.306772 +285,0.246820618,0.830553713,378,-0.730263819,0.010486456,4656.3077635 +286,0.829414965,0.703288228,378,-0.730263819,0.010486456,6161.4742673 +287,-1.337537566,0.42332223,378,-0.730263819,0.010486456,2844.8305312 +288,0.882453706,0.454478077,378,-0.730263819,0.010486456,6352.8563157 +289,1.575629659,0.416419109,378,-0.730263819,0.010486456,8815.9413088 +290,-1.039455679,0.229888244,378,-0.730263819,0.010486456,1492.3878553 +291,0.489558039,0.934482747,378,-0.730263819,0.010486456,5372.8189981 +292,0.081344504,0.88384514,378,-0.730263819,0.010486456,4396.9264971 +293,-1.547979814,0.300350308,378,-0.730263819,0.010486456,3386.0165712 +294,0.040776181,0.168560074,378,-0.730263819,0.010486456,3101.7903309 +295,-1.130374745,0.563894876,378,-0.730263819,0.010486456,2652.8117804 +296,1.578326642,0.478507176,378,-0.730263819,0.010486456,8732.5750252 +297,-1.12861823,-0.291640865,378,-0.730263819,0.010486456,1962.7955369 +298,0.310524208,0.770885792,378,-0.730263819,0.010486456,4721.0633309 +299,0.415649091,-0.387246002,378,-0.730263819,0.010486456,4687.7418907 +300,-0.926533878,-0.188022748,378,-0.730263819,0.010486456,1102.6634189 +301,1.258856172,-0.11716081,378,-0.730263819,0.010486456,7872.0522861 +302,-1.126050026,0.322941926,378,-0.730263819,0.010486456,1974.7658174 +303,2.002785835,0.07893892,378,-0.730263819,0.010486456,10788.765343 +304,0.440437607,0.746258085,378,-0.730263819,0.010486456,5043.6886353 +305,-0.030391866,0.214441206,378,-0.730263819,0.010486456,2865.1759164 +306,0.521557815,-0.058929362,378,-0.730263819,0.010486456,4963.3832056 +307,-0.097005111,0.13317729,378,-0.730263819,0.010486456,2546.8355176 +308,1.83113859,0.221857587,378,-0.730263819,0.010486456,9985.4992514 +309,0.222428864,0.099404236,378,-0.730263819,0.010486456,3782.6082721 +310,-1.702731345,0.8728568183,378,-0.730263819,0.010486456,4720.7143506 +311,-0.418507569,0.278324921,378,-0.730263819,0.010486456,1615.260222 +312,-1.41153306,0.339029988,378,-0.730263819,0.010486456,2945.5805828 +313,0.357560442,0.114788776,378,-0.730263819,0.010486456,4317.2783929 +314,0.325818979,0.268352149,378,-0.730263819,0.010486456,4250.4686817 +315,-1.246004659,-0.663679965,378,-0.730263819,0.010486456,3266.6696255 +316,1.814603087,0.637404484,378,-0.730263819,0.010486456,9069.0825494 +317,1.843704281,-0.18300445,378,-0.730263819,0.010486456,10107.019259 +318,1.690644492,-0.211480909,378,-0.730263819,0.010486456,9502.777952 +319,-1.275451936,0.068109467,378,-0.730263819,0.010486456,2169.5185582 +320,0.762430171,-0.207594741,378,-0.730263819,0.010486456,5927.8180913 +321,0.265668905,-0.014647884,378,-0.730263819,0.010486456,3946.0306937 +322,-2.773032013,-0.335515811,378,-0.730263819,0.010486456,7994.5104902 +323,-1.469512853,0.174058777,378,-0.730263819,0.010486456,2982.9565642 +324,0.286276986,0.785925691,378,-0.730263819,0.010486456,4680.6828078 +325,-1.379324697,0.377432233,378,-0.730263819,0.010486456,2896.1119054 +326,-1.203778265,0.212813032,378,-0.730263819,0.010486456,2025.6494374 +327,0.579916301,0.611743168,378,-0.730263819,0.010486456,5355.6704832 +328,0.267582642,0.868113908,378,-0.730263819,0.010486456,4770.2911107 +329,0.412869244,-0.050245578,378,-0.730263819,0.010486456,4532.619057 +330,0.17524381,0.976660285,378,-0.730263819,0.010486456,4787.7139179 +331,0.743157214,0.204812899,378,-0.730263819,0.010486456,5835.8407 +332,-1.070758176,0.269382282,378,-0.730263819,0.010486456,1680.5625947 +333,-1.230364251,0.329790229,378,-0.730263819,0.010486456,2318.0275318 +334,-1.374813124,-0.024926835,378,-0.730263819,0.010486456,2556.7073477 +335,0.519780566,0.463669906,378,-0.730263819,0.010486456,5070.2818844 +336,-1.55108034,0.239698561,378,-0.730263819,0.010486456,3342.4994109 +337,0.180294813,0.029739425,378,-0.730263819,0.010486456,3606.6880888 +338,0.67820924,0.268170153,378,-0.730263819,0.010486456,5591.0260411 +339,0.445798684,1.024001867,378,-0.730263819,0.010486456,5388.3306852 +340,0.691751283,0.150521402,378,-0.730263819,0.010486456,5633.0490825 +341,-1.036643551,-0.903056181,378,-0.730263819,0.010486456,3760.8664599 +342,-0.120287036,1.083325163,378,-0.730263819,0.010486456,4621.3874465 +343,2.823513113,-0.304487164,378,-0.730263819,0.010486456,10460.165984 +344,0.457583172,1.12513373,378,-0.730263819,0.010486456,5543.1755025 +345,0.042918831,0.813795399,378,-0.730263819,0.010486456,4152.0983496 +346,1.196146777,-0.853142756,378,-0.730263819,0.010486456,7169.0792736 +347,0.206001358,-0.010430701,378,-0.730263819,0.010486456,3709.4031587 +348,-0.268308653,0.234799412,378,-0.730263819,0.010486456,2017.9415017 +349,0.759363263,0.736189579,378,-0.730263819,0.010486456,5955.8582414 +350,0.181363926,0.891988372,378,-0.730263819,0.010486456,4623.4739062 +351,-0.021111158,0.139103292,378,-0.730263819,0.010486456,2844.762397 +352,-0.093355215,0.630686981,378,-0.730263819,0.010486456,3390.810071 +353,0.40118964,0.681375926,378,-0.730263819,0.010486456,4860.6043962 +354,-0.721197315,1.304706234,378,-0.730263819,0.010486456,5126.4490392 +355,-1.076150317,0.212107639,378,-0.730263819,0.010486456,1576.3661819 +356,-1.577164531,0.273993443,378,-0.730263819,0.010486456,3468.9268281 +357,-0.190788414,0.182208586,378,-0.730263819,0.010486456,2230.2566656 +358,-0.261349752,0.209710184,378,-0.730263819,0.010486456,2004.5889345 +359,-1.029303852,0.083549259,378,-0.730263819,0.010486456,1217.8002087 +360,-1.268609162,0.330525297,378,-0.730263819,0.010486456,2445.1221606 +361,1.282982244,-0.926641967,378,-0.730263819,0.010486456,7286.281534 +362,0.217352334,0.731352408,378,-0.730263819,0.010486456,4411.3323596 +363,-1.511833084,0.258629297,378,-0.730263819,0.010486456,3211.9764833 +364,0.338812194,0.823184618,378,-0.730263819,0.010486456,4870.2803062 +365,-0.324406489,1.134201999,378,-0.730263819,0.010486456,4600.6060856 +366,1.389579348,0.399185724,378,-0.730263819,0.010486456,8190.3192088 +367,2.047152199,-0.039082036,378,-0.730263819,0.010486456,10997.400528 +368,0.947780369,0.568250077,378,-0.730263819,0.010486456,6557.3137844 +369,0.763824846,0.576754987,378,-0.730263819,0.010486456,5944.6225584 +370,-0.142334657,0.928153068,378,-0.730263819,0.010486456,4115.6262191 +371,0.610266567,0.547265983,378,-0.730263819,0.010486456,5422.9367573 +372,0.210731629,0.746815056,378,-0.730263819,0.010486456,4420.2570136 +373,-1.34931644,0.316895224,378,-0.730263819,0.010486456,2696.4484168 +374,2.407696481,0.655030745,378,-0.730263819,0.010486456,9807.7013094 +375,0.64207831,0.545359131,378,-0.730263819,0.010486456,5529.2431104 +376,1.174597538,0.840588356,378,-0.730263819,0.010486456,7063.5518909 +377,0.660059424,0.010604079,378,-0.730263819,0.010486456,5506.7030149 +378,-0.730263819,0.010486456,378,-0.730263819,0.010486456,0 +379,0.831068936,0.512339172,378,-0.730263819,0.010486456,6168.8911208 +380,1.301180979,0.72367476,378,-0.730263819,0.010486456,7537.9145468 +381,1.811128231,0.322854402,378,-0.730263819,0.010486456,9760.7372485 +382,0.435105812,0.992284428,378,-0.730263819,0.010486456,5325.3463777 +383,0.62643634,0.592027932,378,-0.730263819,0.010486456,5496.3885786 +384,0.492988703,-0.516339467,378,-0.730263819,0.010486456,5052.3760871 +385,-0.162469483,0.112549365,378,-0.730263819,0.010486456,2279.8004522 +386,0.314630866,0.472006421,378,-0.730263819,0.010486456,4364.8690402 +387,0.166744804,0.822815954,378,-0.730263819,0.010486456,4452.2910133 +388,0.417159608,0.965805736,378,-0.730263819,0.010486456,5252.6155417 +389,0.106334961,0.868774244,378,-0.730263819,0.010486456,4414.4803532 +390,0.815086969,-0.338144359,378,-0.730263819,0.010486456,6140.6308508 +391,0.59867455,-0.230624824,378,-0.730263819,0.010486456,5299.5878855 +392,1.915104874,0.066220985,378,-0.730263819,0.010486456,10456.209322 +393,1.278093622,0.064463721,378,-0.730263819,0.010486456,7948.2021929 +394,-0.061477853,0.302997961,378,-0.730263819,0.010486456,2851.2191075 +395,0.251311504,0.626976942,378,-0.730263819,0.010486456,4345.753972 +396,2.950242872,0.149095644,378,-0.730263819,0.010486456,10224.833317 +397,-0.180294708,0.35375117,378,-0.730263819,0.010486456,2526.7765554 +398,1.010448592,-0.351180233,378,-0.730263819,0.010486456,6867.9626041 +399,-1.748740498,0.3686318073,378,-0.730263819,0.010486456,4179.1231267 +400,2.699635665,0.123533791,378,-0.730263819,0.010486456,11186.958214 +401,0.496808033,0.823843254,378,-0.730263819,0.010486456,5275.6208771 +402,0.129574704,0.763364087,378,-0.730263819,0.010486456,4244.6637723 +403,1.798920311,0.817447563,378,-0.730263819,0.010486456,8538.561493 +404,0.335987953,0.746786541,378,-0.730263819,0.010486456,4755.2916937 +405,-1.085413643,0.292154671,378,-0.730263819,0.010486456,1778.9127838 +406,-0.155321003,0.508207011,378,-0.730263819,0.010486456,2932.5796759 +407,0.620529244,-0.301175104,378,-0.730263819,0.010486456,5402.9571459 +408,1.684402744,0.368716966,378,-0.730263819,0.010486456,9255.6362349 +409,0.300582244,-0.386397212,378,-0.730263819,0.010486456,4273.9072698 +410,2.913555946,-0.009225192,378,-0.730263819,0.010486456,10454.619473 +411,1.465101417,0.493232532,378,-0.730263819,0.010486456,8342.0511644 +412,0.090612882,0.907955955,378,-0.730263819,0.010486456,4471.5547095 +413,2.987564726,-0.729568594,378,-0.730263819,0.010486456,8931.9710951 +414,-1.484261606,0.224149272,378,-0.730263819,0.010486456,3077.7328684 +415,0.164073421,0.303955133,378,-0.730263819,0.010486456,3670.8171874 +416,0.141441293,0.167552546,378,-0.730263819,0.010486456,3490.4409771 +417,2.931321023,-0.506718887,378,-0.730263819,0.010486456,9664.8765615 +418,2.21951565,0.700596356,378,-0.730263819,0.010486456,9543.1948149 +419,0.268112576,1.199114336,378,-0.730263819,0.010486456,5398.1148418 +420,0.978913739,0.359223811,378,-0.730263819,0.010486456,6720.1115061 +421,1.210898818,0.522863584,378,-0.730263819,0.010486456,7463.5030439 +422,2.347397336,0.129231362,378,-0.730263819,0.010486456,11835.513034 +423,0.614394501,0.556878345,378,-0.730263819,0.010486456,5441.0324107 +424,-1.398079356,0.148483366,378,-0.730263819,0.010486456,2690.5015345 +425,2.535303836,-0.112984496,378,-0.730263819,0.010486456,11807.574467 +426,-1.019372593,-0.405322349,378,-0.730263819,0.010486456,1988.1662989 +427,-1.297785627,-0.160104069,378,-0.730263819,0.010486456,2338.4624336 +428,2.144554488,0.205051084,378,-0.730263819,0.010486456,11090.900002 +429,-2.242387083,-0.426171285,378,-0.730263819,0.010486456,6027.5330929 +430,0.338637212,0.909723676,378,-0.730263819,0.010486456,4999.9484252 +431,-0.148798452,0.691042401,378,-0.730263819,0.010486456,3416.0980672 +432,0.893524764,0.441829531,378,-0.730263819,0.010486456,6393.8640271 +433,0.969229347,-0.368847936,378,-0.730263819,0.010486456,6712.2966975 +434,0.436043248,0.800045688,378,-0.730263819,0.010486456,5090.8691584 +435,1.687946607,1.081504775,378,-0.730263819,0.010486456,7608.8053496 +436,0.522302046,-0.034889271,378,-0.730263819,0.010486456,4963.8044135 +437,-0.178996113,-0.438090009,378,-0.730263819,0.010486456,2759.8772045 +438,-1.094339566,0.301444068,378,-0.730263819,0.010486456,1828.0340858 +439,-1.064070054,0.242569932,378,-0.730263819,0.010486456,1599.0911226 +440,-1.068153768,0.230387998,378,-0.730263819,0.010486456,1586.3191768 +441,-3.00496892,-0.23989155,378,-0.730263819,0.010486456,8927.302248 +442,0.21751974,0.766874888,378,-0.730263819,0.010486456,4472.6424731 +443,0.117229532,0.007619006,378,-0.730263819,0.010486456,3356.7927921 +444,0.777758451,0.420554741,378,-0.730263819,0.010486456,5977.9923025 +445,-0.252356999,0.250747086,378,-0.730263819,0.010486456,2099.813723 +446,0.363148444,0.768483434,378,-0.730263819,0.010486456,4857.8725616 +447,0.903191366,-0.118210676,378,-0.730263819,0.010486456,6473.2763743 +448,-0.205755923,0.149406178,378,-0.730263819,0.010486456,2140.99713 +449,1.811996086,0.02364353,378,-0.730263819,0.010486456,10066.213949 +450,-1.100670221,0.314845373,378,-0.730263819,0.010486456,1879.1861147 +451,0.340078597,0.850105132,378,-0.730263819,0.010486456,4912.8842004 +452,0.258757267,0.804969236,378,-0.730263819,0.010486456,4641.8165907 +453,2.78505352,-0.155160804,378,-0.730263819,0.010486456,10862.491264 +454,0.800551619,0.105822106,378,-0.730263819,0.010486456,6060.0641566 +455,0.437940882,-0.506194031,378,-0.730263819,0.010486456,4858.028337 +456,2.230431122,0.63458615,378,-0.730263819,0.010486456,9803.3668178 +457,0.527965361,0.127667701,378,-0.730263819,0.010486456,4988.7744274 +458,-0.063643205,0.702093448,378,-0.730263819,0.010486456,3639.3415899 +459,1.408447268,0.133010502,378,-0.730263819,0.010486456,8442.5071074 +460,0.523795955,0.280266966,378,-0.730263819,0.010486456,5005.9052468 +461,-0.975769313,0.072177659,378,-0.730263819,0.010486456,1001.7189931 +462,0.549774164,-0.463663986,378,-0.730263819,0.010486456,5214.0714327 +463,0.29245874,1.095549818,378,-0.730263819,0.010486456,5230.3871726 +464,0.143625958,0.816809593,378,-0.730263819,0.010486456,4386.3722124 +465,0.671902494,0.611159853,378,-0.730263819,0.010486456,5651.7070879 +466,1.239840988,0.6724199,378,-0.730263819,0.010486456,7418.8573388 +467,0.607829703,-0.10932137,378,-0.730263819,0.010486456,5310.497794 +468,1.763020906,0.263996692,378,-0.730263819,0.010486456,9682.6659205 +469,0.378714634,0.726066797,378,-0.730263819,0.010486456,4847.1881057 +470,2.196736143,-0.153862366,378,-0.730263819,0.010486456,11424.591649 +471,0.01702415,0.148991565,378,-0.730263819,0.010486456,2998.330691 +472,-2.998490902,-0.158002487,378,-0.730263819,0.010486456,8951.5655061 +473,-3.051262951,-0.346595608,378,-0.730263819,0.010486456,8997.4922674 +474,-1.069176439,0.182802941,378,-0.730263819,0.010486456,1498.8328174 +475,0.167157509,0.595344954,378,-0.730263819,0.010486456,4045.6928822 +476,0.613855648,0.681746124,378,-0.730263819,0.010486456,5500.5929465 +477,1.037012736,0.682555367,378,-0.730263819,0.010486456,6797.7389658 +478,-1.253574971,0.379755746,378,-0.730263819,0.010486456,2493.5832749 +479,3.108590453,-0.132620738,378,-0.730263819,0.010486456,9648.9299188 +480,0.565301296,0.022333262,378,-0.730263819,0.010486456,5131.1100056 +481,0.547898238,0.855555614,378,-0.730263819,0.010486456,5436.1140849 +482,0.948309381,0.417393755,378,-0.730263819,0.010486456,6595.1156096 +483,-0.050600732,0.945269213,378,-0.730263819,0.010486456,4311.2224166 +484,-0.977651478,-0.572363064,378,-0.730263819,0.010486456,2486.817231 +485,1.102014914,0.728861163,378,-0.730263819,0.010486456,6962.3355864 +486,2.927300795,-0.282939414,378,-0.730263819,0.010486456,10158.406455 +487,-1.154565557,0.124434095,378,-0.730263819,0.010486456,1735.57039 +488,1.855331234,0.291044755,378,-0.730263819,0.010486456,9965.7646792 +489,0.830290659,0.276904518,378,-0.730263819,0.010486456,6171.5480298 +490,0.485104466,-0.234867441,378,-0.730263819,0.010486456,4864.7106666 +491,0.521367572,-0.33161327,378,-0.730263819,0.010486456,5043.0394996 +1,-1.539031704,0.7349710123,379,0.831068936,0.512339172,6757.5121107 +2,-1.536990553,0.7349663874,379,0.831068936,0.512339172,6753.8445566 +3,-1.534951779,0.7349571355,379,0.831068936,0.512339172,6750.1884708 +4,-1.532906461,0.7349480293,379,0.831068936,0.512339172,6746.5127912 +5,-1.531320211,0.7346937278,379,0.831068936,0.512339172,6744.4271132 +6,-1.539451648,0.7335131775,379,0.831068936,0.512339172,6762.8306967 +7,-1.537429487,0.7335445708,379,0.831068936,0.512339172,6759.0809662 +8,-1.535484998,0.7335658704,379,0.831068936,0.512339172,6755.4965196 +9,-1.533488396,0.7336036027,379,0.831068936,0.512339172,6751.7598701 +10,-1.531497785,0.7335842962,379,0.831068936,0.512339172,6748.2051328 +11,-1.530259379,0.7334777758,379,0.831068936,0.512339172,6746.2842611 +12,-1.5335454,0.7322346912,379,0.831068936,0.512339172,6756.1318556 +13,-1.531489083,0.7322238773,379,0.831068936,0.512339172,6752.4262832 +14,-1.530011122,0.7321679851,379,0.831068936,0.512339172,6749.908092 +15,-1.53348106,0.7306614094,379,0.831068936,0.512339172,6760.9201515 +16,-1.531441779,0.7306962275,379,0.831068936,0.512339172,6757.0973966 +17,-1.529755654,0.7306933243,379,0.831068936,0.512339172,6754.0299964 +18,-1.533415048,0.7291384674,379,0.831068936,0.512339172,6765.5475935 +19,-1.531392093,0.7291705353,379,0.831068936,0.512339172,6761.7573188 +20,-1.529296523,0.7291214933,379,0.831068936,0.512339172,6758.079564 +21,-1.535280942,0.727267644,379,0.831068936,0.512339172,6774.7829439 +22,-1.533378158,0.7276139666,379,0.831068936,0.512339172,6770.2321939 +23,-1.531340368,0.7276446587,379,0.831068936,0.512339172,6766.4133213 +24,-1.528960113,0.7276398177,379,0.831068936,0.512339172,6762.0703251 +25,-1.533313146,0.7260818349,379,0.831068936,0.512339172,6774.8884675 +26,-1.531259555,0.7260958115,379,0.831068936,0.512339172,6771.0867578 +27,-1.528926415,0.7260865555,379,0.831068936,0.512339172,6766.8369079 +28,-1.531226779,0.7245511789,379,0.831068936,0.512339172,6775.8342399 +29,-1.528904772,0.7245519194,379,0.831068936,0.512339172,6771.5670657 +30,-1.547195875,0.7409785979,379,0.831068936,0.512339172,6753.278176 +31,-1.5451475,0.740980426,379,0.831068936,0.512339172,6749.6289465 +32,-1.543097679,0.7409798872,379,0.831068936,0.512339172,6745.9772504 +33,-1.540720364,0.7409892687,379,0.831068936,0.512339172,6741.7016097 +34,-1.547188511,0.7395198392,379,0.831068936,0.512339172,6757.8522279 +35,-1.545148587,0.7395226109,379,0.831068936,0.512339172,6754.2096488 +36,-1.543104538,0.7395314908,379,0.831068936,0.512339172,6750.5332888 +37,-1.540727751,0.7395306258,379,0.831068936,0.512339172,6746.2844529 +38,-1.547187029,0.7380014886,379,0.831068936,0.512339172,6762.6236634 +39,-1.545147315,0.7380012252,379,0.831068936,0.512339172,6758.9853607 +40,-1.54310719,0.7380060743,379,0.831068936,0.512339172,6755.3230076 +41,-1.540719671,0.7380068206,379,0.831068936,0.512339172,6751.0432841 +42,-1.547187189,0.7364799098,379,0.831068936,0.512339172,6767.407705 +43,-1.545149996,0.7364853874,379,0.831068936,0.512339172,6763.7502486 +44,-1.543106091,0.7364823484,379,0.831068936,0.512339172,6760.1002492 +45,-1.540717158,0.7364893901,379,0.831068936,0.512339172,6755.7916416 +46,-1.538663972,0.7410138672,379,0.831068936,0.512339172,6737.9437168 +47,-1.53695285,0.7409699132,379,0.831068936,0.512339172,6735.0127126 +48,-1.534910498,0.7409641297,379,0.831068936,0.512339172,6731.3615976 +49,-1.533145034,0.7409536636,379,0.831068936,0.512339172,6728.2166805 +50,-1.538681336,0.7395405883,379,0.831068936,0.512339172,6742.5848192 +51,-1.536999189,0.7395183096,379,0.831068936,0.512339172,6739.6335807 +52,-1.534923633,0.7395144222,379,0.831068936,0.512339172,6735.9114927 +53,-1.533267822,0.7395654306,379,0.831068936,0.512339172,6732.7679965 +54,-1.53867273,0.7380151077,379,0.831068936,0.512339172,6747.3422359 +55,-1.536980576,0.7379994392,379,0.831068936,0.512339172,6744.3476076 +56,-1.534931522,0.7379944961,379,0.831068936,0.512339172,6740.6707906 +57,-1.533387952,0.7379480264,379,0.831068936,0.512339172,6738.0295101 +58,-1.538682279,0.7364914363,379,0.831068936,0.512339172,6752.1261607 +59,-1.536980704,0.7364810563,379,0.831068936,0.512339172,6749.0933383 +60,-1.534935567,0.7364752065,379,0.831068936,0.512339172,6745.4207458 +61,-1.533042592,0.7363876366,379,0.831068936,0.512339172,6742.2710631 +62,-1.545143426,0.7349628011,379,0.831068936,0.512339172,6768.5193027 +63,-1.543105297,0.7349691947,379,0.831068936,0.512339172,6764.8444097 +64,-1.541064533,0.7349647152,379,0.831068936,0.512339172,6761.1916179 +65,-1.545411803,0.7334624714,379,0.831068936,0.512339172,6773.7112128 +66,-1.543446606,0.7334780896,379,0.831068936,0.512339172,6770.1338601 +67,-1.541475327,0.7334957295,379,0.831068936,0.512339172,6766.5325755 +68,-1.545401939,0.731963266,379,0.831068936,0.512339172,6778.4006882 +69,-1.54342253,0.7319915583,379,0.831068936,0.512339172,6774.7526291 +70,-1.541455867,0.7320216438,379,0.831068936,0.512339172,6771.1152748 +71,-1.545410146,0.7304422281,379,0.831068936,0.512339172,6783.1906939 +72,-1.543435491,0.7304713664,379,0.831068936,0.512339172,6779.5431202 +73,-1.541463105,0.7304997613,379,0.831068936,0.512339172,6775.8953442 +74,-1.545414768,0.7289194936,379,0.831068936,0.512339172,6787.9791223 +75,-1.543435774,0.7289538557,379,0.831068936,0.512339172,6784.3019027 +76,-1.541457714,0.7289765881,379,0.831068936,0.512339172,6780.6561672 +77,-1.539449415,0.7320555866,379,0.831068936,0.512339172,6767.38742 +78,-1.537429183,0.7321097681,379,0.831068936,0.512339172,6763.5645948 +79,-1.535472649,0.7321497267,379,0.831068936,0.512339172,6759.8949737 +80,-1.539457899,0.7305333307,379,0.831068936,0.512339172,6772.1653888 +81,-1.537453161,0.7305750503,379,0.831068936,0.512339172,6768.404036 +82,-1.535479385,0.7306124949,379,0.831068936,0.512339172,6764.7055615 +83,-1.53946905,0.7290102593,379,0.831068936,0.512339172,6776.9503051 +84,-1.537459922,0.7290417293,379,0.831068936,0.512339172,6773.2074966 +85,-1.535451349,0.7290890157,379,0.831068936,0.512339172,6769.4095263 +86,-1.535522937,0.7279887191,379,0.831068936,0.512339172,6772.9736893 +87,-1.539442524,0.7274735939,379,0.831068936,0.512339172,6781.7089324 +88,-1.537424111,0.727521351,379,0.831068936,0.512339172,6777.892652 +89,-1.539384641,0.7259505092,379,0.831068936,0.512339172,6786.367433 +90,-1.537372391,0.7259947145,379,0.831068936,0.512339172,6782.5676902 +91,-1.535340789,0.7260435356,379,0.831068936,0.512339172,6778.7114816 +92,-1.539325716,0.7244369706,379,0.831068936,0.512339172,6790.993361 +93,-1.537308932,0.7244801057,379,0.831068936,0.512339172,6787.1829588 +94,-1.535289068,0.7245247645,379,0.831068936,0.512339172,6783.3553779 +95,-1.533261366,0.7245550236,379,0.831068936,0.512339172,6779.5515214 +96,-1.539267302,0.722921924,379,0.831068936,0.512339172,6795.624112 +97,-1.537248972,0.7229660258,379,0.831068936,0.512339172,6791.8021177 +98,-1.535219431,0.7229916471,379,0.831068936,0.512339172,6788.0104384 +99,-1.53318962,0.7230212049,379,0.831068936,0.512339172,6784.1989985 +100,-1.531154816,0.7230299897,379,0.831068936,0.512339172,6780.4360639 +101,-1.528878341,0.7230370244,379,0.831068936,0.512339172,6776.2264346 +102,-1.539218189,0.7214009878,379,0.831068936,0.512339172,6800.2894354 +103,-1.537198791,0.7214422745,379,0.831068936,0.512339172,6796.4685338 +104,-1.535179266,0.7214634354,379,0.831068936,0.512339172,6792.70333 +105,-1.533156501,0.7214944644,379,0.831068936,0.512339172,6788.8944645 +106,-1.53113574,0.7215166021,379,0.831068936,0.512339172,6785.1100438 +107,-1.528874248,0.7215345535,379,0.831068936,0.512339172,6780.8877589 +108,-1.539217656,0.7198512397,379,0.831068936,0.512339172,6805.1329003 +109,-1.537199919,0.7199428763,379,0.831068936,0.512339172,6801.1521636 +110,-1.545425832,0.727397149,379,0.831068936,0.512339172,6792.7774896 +111,-1.543371177,0.7273916949,379,0.831068936,0.512339172,6789.0828624 +112,-1.541368852,0.7274523163,379,0.831068936,0.512339172,6785.2686927 +113,-1.545349067,0.7258710923,379,0.831068936,0.512339172,6797.4283173 +114,-1.54332671,0.7258603556,379,0.831068936,0.512339172,6793.8027768 +115,-1.541346831,0.7259242142,379,0.831068936,0.512339172,6790.0134982 +116,-1.545324355,0.7243383958,379,0.831068936,0.512339172,6802.1932826 +117,-1.543292796,0.7243617413,379,0.831068936,0.512339172,6798.4385133 +118,-1.541295822,0.7244024384,379,0.831068936,0.512339172,6794.6851919 +119,-1.543193859,0.7205570215,379,0.831068936,0.512339172,6810.1814266 +120,-1.550257047,0.7386738187,379,0.831068936,0.512339172,6765.9695857 +121,-1.549335448,0.7311736483,379,0.831068936,0.512339172,6787.9380824 +122,-1.533478843,0.7179891343,379,0.831068936,0.512339172,6800.4066726 +123,-1.556150555,0.738907041,379,0.831068936,0.512339172,6775.6672724 +124,-1.554324226,0.733414257,379,0.831068936,0.512339172,6789.7797624 +125,-1.554290846,0.7288285332,379,0.831068936,0.512339172,6804.1908354 +126,-1.55122487,0.7219795312,379,0.831068936,0.512339172,6820.2712754 +127,-1.525104458,0.7229399862,379,0.831068936,0.512339172,6769.5652005 +128,-1.519607711,0.7236181429,379,0.831068936,0.512339172,6757.28376 +129,-1.513899999,0.7251107854,379,0.831068936,0.512339172,6742.0615951 +130,-1.536620762,0.7431061895,379,0.831068936,0.512339172,6727.7393434 +131,-1.5369566,0.7460845958,379,0.831068936,0.512339172,6719.0281426 +132,-1.545345528,0.7447040685,379,0.831068936,0.512339172,6738.2829027 +133,-1.532813921,0.7432306626,379,0.831068936,0.512339172,6720.518854 +134,-1.554788248,0.7382381001,379,0.831068936,0.512339172,6775.3737522 +135,-1.540348126,0.7301594274,379,0.831068936,0.512339172,6774.9458725 +136,-1.538016084,0.7239051786,379,0.831068936,0.512339172,6790.268916 +137,-1.525288962,0.7258085137,379,0.831068936,0.512339172,6761.009908 +138,-1.534326986,0.731241342,379,0.831068936,0.512339172,6760.6498459 +139,-1.530733872,0.7303625216,379,0.831068936,0.512339172,6756.8450698 +141,-1.534354939,0.7328219978,379,0.831068936,0.512339172,6755.7697532 +142,-1.53157084,0.7292888153,379,0.831068936,0.512339172,6761.7153708 +143,-1.525691035,0.7263799874,379,0.831068936,0.512339172,6759.9776993 +144,-1.534031287,0.7495967835,379,0.831068936,0.512339172,6702.8327561 +145,-1.527714986,0.7283095957,379,0.831068936,0.512339172,6757.7059924 +146,-1.526189586,0.7271468292,379,0.831068936,0.512339172,6758.5154033 +147,-1.555177336,0.7375563366,379,0.831068936,0.512339172,6778.2151218 +148,-1.555080283,0.7312707794,379,0.831068936,0.512339172,6797.8910281 +149,-1.53856994,0.7224180299,379,0.831068936,0.512339172,6795.9267311 +150,-1.530837883,0.729933372,379,0.831068936,0.512339172,6758.37069 +151,-1.515066984,0.5854133365,379,0.831068936,0.512339172,7172.2620975 +152,-1.534731633,0.5368370046,379,0.831068936,0.512339172,7362.4380474 +153,-1.515231902,0.5607085576,379,0.831068936,0.512339172,7247.6145321 +154,-2.616253799,1.0684566605,379,0.831068936,0.512339172,6105.2169103 +155,-1.956071439,0.5792177723,379,0.831068936,0.512339172,7920.3165863 +156,-1.951208514,0.5602434208,379,0.831068936,0.512339172,7985.6504155 +157,-1.944675062,0.6062144545,379,0.831068936,0.512339172,7807.0200352 +158,-1.613778386,0.6077989518,379,0.831068936,0.512339172,7299.8958333 +159,-2.035029014,0.6021432345,379,0.831068936,0.512339172,7910.7186823 +160,-2.114989471,0.6801825058,379,0.831068936,0.512339172,7665.3801919 +161,-2.037382079,0.5765830025,379,0.831068936,0.512339172,8010.478789 +162,-2.129855121,0.6585019963,379,0.831068936,0.512339172,7758.0180688 +163,-2.075141798,0.6493615843,379,0.831068936,0.512339172,7760.0736414 +164,-1.828626729,0.6948433129,379,0.831068936,0.512339172,7343.5862943 +165,-1.863329418,0.6735427691,379,0.831068936,0.512339172,7464.1045772 +166,-1.266037071,0.727988852,379,0.831068936,0.512339172,6224.6236507 +167,-1.277579582,0.7249010648,379,0.831068936,0.512339172,6258.3690656 +168,-1.258418684,0.7241194816,379,0.831068936,0.512339172,6217.6241088 +169,-1.317813974,0.6804850104,379,0.831068936,0.512339172,6466.6829832 +170,-1.344165204,0.6790988904,379,0.831068936,0.512339172,6529.3447338 +171,-1.427582102,0.5277120351,379,0.831068936,0.512339172,7146.1951901 +172,-1.402238616,0.457167829,379,0.831068936,0.512339172,7282.9566691 +173,-1.422454264,0.4996161999,379,0.831068936,0.512339172,7213.9082265 +174,-1.439089277,0.4894859811,379,0.831068936,0.512339172,7283.0629395 +175,-1.448126995,0.5182330266,379,0.831068936,0.512339172,7221.9426866 +176,-1.474626146,0.5881926574,379,0.831068936,0.512339172,7077.0071328 +177,-1.421139645,0.5584869783,379,0.831068936,0.512339172,7043.0721725 +178,-1.457037165,0.565943032,379,0.831068936,0.512339172,7103.6223985 +179,-2.757159358,0.3745319,379,0.831068936,0.512339172,8539.4350534 +180,-2.714309238,0.342054471,379,0.831068936,0.512339172,8724.7025561 +181,-2.000525337,0.774119946,379,0.831068936,0.512339172,7226.1238973 +183,-1.571413436,0.6777838382,379,0.831068936,0.512339172,6996.8253901 +184,-1.552860289,0.6987663893,379,0.831068936,0.512339172,6896.3010103 +185,-1.521852374,0.7165827476,379,0.831068936,0.512339172,6783.2149917 +186,-1.503656267,0.6928968252,379,0.831068936,0.512339172,6821.3982667 +187,-1.502753178,0.7136205882,379,0.831068936,0.512339172,6756.3297397 +188,-1.631894563,0.7343596465,379,0.831068936,0.512339172,6919.1310859 +189,-1.653765416,0.6770714026,379,0.831068936,0.512339172,7144.8020233 +190,-1.719812114,0.6715965947,379,0.831068936,0.512339172,7270.5703952 +191,-1.493406659,0.6646955447,379,0.831068936,0.512339172,6886.9263608 +192,-1.469120564,0.6613469966,379,0.831068936,0.512339172,6847.6061391 +193,-1.590551461,0.5326612937,379,0.831068936,0.512339172,7493.5871155 +194,-1.625979264,0.5247742243,379,0.831068936,0.512339172,7590.8648783 +195,-1.572293943,0.5238808754,379,0.831068936,0.512339172,7482.8981264 +196,-1.610848725,0.5477107964,379,0.831068936,0.512339172,7487.0927491 +197,-1.208485554,0.7918526018,379,0.831068936,0.512339172,5935.5664908 +198,-1.335601374,0.6869083083,379,0.831068936,0.512339172,6488.9402856 +199,-1.346156996,0.6825213377,379,0.831068936,0.512339172,6524.326985 +200,-1.324381037,0.6741422347,379,0.831068936,0.512339172,6498.6509786 +201,-1.242424992,0.7378949807,379,0.831068936,0.512339172,6146.3240263 +202,-1.270370057,0.7392461008,379,0.831068936,0.512339172,6204.8622512 +203,-1.448950472,0.7441675014,379,0.831068936,0.512339172,6561.0865355 +204,-1.492662363,0.7523026852,379,0.831068936,0.512339172,6619.3371727 +205,-1.479098966,0.7763855017,379,0.831068936,0.512339172,6521.3252895 +206,-1.633760714,0.7869022408,379,0.831068936,0.512339172,6748.708107 +207,-1.647406434,0.8101289331,379,0.831068936,0.512339172,6692.1785725 +208,-1.564245052,0.5701509278,379,0.831068936,0.512339172,7321.7941603 +209,-1.646289963,0.6833746083,379,0.831068936,0.512339172,7111.2959225 +210,-1.5820631,0.6751952144,379,0.831068936,0.512339172,7024.6497493 +211,-1.613236298,0.6681681791,379,0.831068936,0.512339172,7103.6238608 +212,-1.914661867,0.8212566515,379,0.831068936,0.512339172,6975.3209996 +213,-1.742133237,0.7250275956,379,0.831068936,0.512339172,7119.6727471 +214,-2.033144872,0.6557314699,379,0.831068936,0.512339172,7704.1023219 +215,-2.039551981,0.6964723658,379,0.831068936,0.512339172,7552.9075992 +216,-1.247341019,0.7622473908,379,0.831068936,0.512339172,6094.8414226 +217,-1.298239787,0.7084123392,379,0.831068936,0.512339172,6347.9145467 +218,-1.308539688,0.6926545592,379,0.831068936,0.512339172,6413.074513 +219,-1.303263185,0.6888938396,379,0.831068936,0.512339172,6411.2884556 +220,-1.852400229,0.6004246149,379,0.831068936,0.512339172,7714.7749589 +221,-1.288947707,0.7473773692,379,0.831068936,0.512339172,6223.9742062 +222,-1.372031502,0.7472790993,379,0.831068936,0.512339172,6398.9907574 +223,-1.289805721,0.7242157877,379,0.831068936,0.512339172,6287.2235331 +224,-1.350807603,0.7533498126,379,0.831068936,0.512339172,6338.435084 +225,-1.329290365,0.7560442322,379,0.831068936,0.512339172,6286.356901 +226,-1.410153004,0.616936428,379,0.831068936,0.512339172,6850.8031233 +227,-1.393445434,0.6308995063,379,0.831068936,0.512339172,6773.7085132 +228,-1.37595573,0.6241540638,379,0.831068936,0.512339172,6753.2819121 +229,-1.358388707,0.6172645205,379,0.831068936,0.512339172,6732.165401 +230,-1.753741133,0.8281661666,379,0.831068936,0.512339172,6775.2424823 +231,-1.47430987,0.6834615681,379,0.831068936,0.512339172,6792.0228091 +232,-1.421012508,0.7222725206,379,0.831068936,0.512339172,6570.0849356 +233,-1.4476833,0.6978557868,379,0.831068936,0.512339172,6695.5271905 +234,-1.470370723,0.6966193374,379,0.831068936,0.512339172,6744.7325065 +235,-1.429211703,0.7037216883,379,0.831068936,0.512339172,6640.7543744 +236,-1.700578405,0.6178673663,379,0.831068936,0.512339172,7422.0176273 +237,-1.678117619,0.6331716163,379,0.831068936,0.512339172,7332.4019906 +238,-1.725644578,0.6316331145,379,0.831068936,0.512339172,7416.5921589 +239,-2.14012759,0.7930497945,379,0.831068936,0.512339172,7236.8915409 +240,-2.103289431,0.7653606263,379,0.831068936,0.512339172,7327.3531748 +241,-1.318739838,0.7017808746,379,0.831068936,0.512339172,6411.1746326 +242,-1.396417427,0.7077900843,379,0.831068936,0.512339172,6561.3221747 +243,-1.35650337,0.7185539404,379,0.831068936,0.512339172,6446.9809892 +244,-1.248884539,0.7274156818,379,0.831068936,0.512339172,6187.6831867 +245,-1.395014798,0.5761185243,379,0.831068936,0.512339172,6932.1668519 +246,-1.433377362,0.6064716109,379,0.831068936,0.512339172,6932.6395092 +247,-1.408172432,0.5903155476,379,0.831068936,0.512339172,6922.321709 +248,-1.749645898,0.7757118084,379,0.831068936,0.512339172,6953.5400115 +249,-1.571626686,0.615046989,379,0.831068936,0.512339172,7195.7057682 +250,-1.514070049,0.6303003037,379,0.831068936,0.512339172,7033.3631625 +251,-1.480890369,0.6237966528,379,0.831068936,0.512339172,6984.3030202 +252,-1.704390658,0.5281680612,379,0.831068936,0.512339172,7730.3088744 +253,-1.64434733,0.5254277498,379,0.831068936,0.512339172,7625.2730789 +254,-1.703855997,0.4792484842,379,0.831068936,0.512339172,7892.4389659 +255,-1.692002383,0.5748825051,379,0.831068936,0.512339172,7551.6211199 +256,-1.854136457,0.5544643913,379,0.831068936,0.512339172,7882.6048299 +257,-1.665021206,0.520317736,379,0.831068936,0.512339172,7682.2433318 +258,-1.733654349,0.4845187345,379,0.831068936,0.512339172,7930.6470812 +259,-1.720938188,0.5135933906,379,0.831068936,0.512339172,7809.4073202 +260,-1.742668307,0.553296122,379,0.831068936,0.512339172,7712.8069153 +261,-1.965659039,0.7142126903,379,0.831068936,0.512339172,7423.4509126 +262,-1.944438071,0.6772834804,379,0.831068936,0.512339172,7541.4507032 +263,-1.270340967,0.7681487096,379,0.831068936,0.512339172,6129.3136824 +264,-1.353091884,0.6549276821,379,0.831068936,0.512339172,6615.9467977 +265,-1.333236659,0.6413584414,379,0.831068936,0.512339172,6607.9668857 +266,-1.352015998,0.6753788907,379,0.831068936,0.512339172,6556.9970814 +267,-1.377988483,0.6577816235,379,0.831068936,0.512339172,6663.4872996 +268,-2.13075611,0.8318642051,379,0.831068936,0.512339172,7081.0484485 +269,-2.097910953,0.8259670014,379,0.831068936,0.512339172,7088.7520025 +270,-1.416382069,0.6694271549,379,0.831068936,0.512339172,6713.5368407 +271,-1.538905672,0.7535625993,379,0.831068936,0.512339172,6699.0889732 +272,-1.572309477,0.7803125099,379,0.831068936,0.512339172,6671.7270445 +273,-1.87759879,0.7503853417,379,0.831068936,0.512339172,7199.9257428 +274,1.152365588,0.590457682,379,0.831068936,0.512339172,1125.5289465 +275,0.350198001,0.718001859,379,0.831068936,0.512339172,1745.3392219 +276,0.046513677,0.491503852,379,0.831068936,0.512339172,2708.5508733 +277,0.027510309,0.742571376,379,0.831068936,0.512339172,2695.7274569 +278,0.306285725,-0.214631579,379,0.831068936,0.512339172,3509.046898 +279,-1.100564889,0.318051531,379,0.831068936,0.512339172,6774.2631325 +280,-1.078582306,0.301437596,379,0.831068936,0.512339172,6742.7922987 +281,-1.137371989,-0.617634065,379,0.831068936,0.512339172,8571.7775544 +282,0.784356344,0.703272339,379,0.831068936,0.512339172,771.27562673 +283,-1.221209947,0.218327455,379,0.831068936,0.512339172,7378.5484294 +284,2.347301921,-0.449114658,379,0.831068936,0.512339172,6898.6481273 +285,0.246820618,0.830553713,379,0.831068936,0.512339172,2180.3684257 +286,0.829414965,0.703288228,379,0.831068936,0.512339172,756.36818802 +287,-1.337537566,0.42332223,379,0.831068936,0.512339172,7205.9705568 +288,0.882453706,0.454478077,379,0.831068936,0.512339172,291.52312065 +289,1.575629659,0.416419109,379,0.831068936,0.512339172,2649.7008526 +290,-1.039455679,0.229888244,379,0.831068936,0.512339172,6773.7863343 +291,0.489558039,0.934482747,379,0.831068936,0.512339172,1941.1505997 +292,0.081344504,0.88384514,379,0.831068936,0.512339172,2655.4397953 +293,-1.547979814,0.300350308,379,0.831068936,0.512339172,8101.8497688 +294,0.040776181,0.168560074,379,0.831068936,0.512339172,3222.9296269 +295,-1.130374745,0.563894876,379,0.831068936,0.512339172,6295.1979747 +296,1.578326642,0.478507176,379,0.831068936,0.512339172,2592.9571163 +297,-1.12861823,-0.291640865,379,0.831068936,0.512339172,8103.9956256 +298,0.310524208,0.770885792,379,0.831068936,0.512339172,1927.1952561 +299,0.415649091,-0.387246002,379,0.831068936,0.512339172,3899.5463214 +300,-0.926533878,-0.188022748,379,0.831068936,0.512339172,7225.4590767 +301,1.258856172,-0.11716081,379,0.831068936,0.512339172,2978.713169 +302,-1.126050026,0.322941926,379,0.831068936,0.512339172,6841.7913387 +303,2.002785835,0.07893892,379,0.831068936,0.512339172,4693.8565415 +304,0.440437607,0.746258085,379,0.831068936,0.512339172,1548.4573175 +305,-0.030391866,0.214441206,379,0.831068936,0.512339172,3371.9504528 +306,0.521557815,-0.058929362,379,0.831068936,0.512339172,2549.7563043 +307,-0.097005111,0.13317729,379,0.831068936,0.512339172,3757.0994316 +308,1.83113859,0.221857587,379,0.831068936,0.512339172,3833.0179496 +309,0.222428864,0.099404236,379,0.831068936,0.512339172,2801.1025104 +310,-1.702731345,0.8728568183,379,0.831068936,0.512339172,6555.9316505 +311,-0.418507569,0.278324921,379,0.831068936,0.512339172,4595.0157762 +312,-1.41153306,0.339029988,379,0.831068936,0.512339172,7632.226739 +313,0.357560442,0.114788776,379,0.831068936,0.512339172,2366.6988287 +314,0.325818979,0.268352149,379,0.831068936,0.512339172,2079.1064442 +315,-1.246004659,-0.663679965,379,0.831068936,0.512339172,8946.7484588 +316,1.814603087,0.637404484,379,0.831068936,0.512339172,3260.8726276 +317,1.843704281,-0.18300445,379,0.831068936,0.512339172,4743.2298301 +318,1.690644492,-0.211480909,379,0.831068936,0.512339172,4358.1098114 +319,-1.275451936,0.068109467,379,0.831068936,0.512339172,7897.5515313 +320,0.762430171,-0.207594741,379,0.831068936,0.512339172,2863.7023962 +321,0.265668905,-0.014647884,379,0.831068936,0.512339172,2988.0921303 +322,-2.773032013,-0.335515811,379,0.831068936,0.512339172,10638.70072 +323,-1.469512853,0.174058777,379,0.831068936,0.512339172,8238.6318492 +324,0.286276986,0.785925691,379,0.831068936,0.512339172,2012.877196 +325,-1.379324697,0.377432233,379,0.831068936,0.512339172,7441.0869293 +326,-1.203778265,0.212813032,379,0.831068936,0.512339172,7336.8194843 +327,0.579916301,0.611743168,379,0.831068936,0.512339172,928.05512732 +328,0.267582642,0.868113908,379,0.831068936,0.512339172,2195.4117058 +329,0.412869244,-0.050245578,379,0.831068936,0.512339172,2735.4853071 +330,0.17524381,0.976660285,379,0.831068936,0.512339172,2595.3826683 +331,0.743157214,0.204812899,379,0.831068936,0.512339172,1260.5213836 +332,-1.070758176,0.269382282,379,0.831068936,0.512339172,6788.713624 +333,-1.230364251,0.329790229,379,0.831068936,0.512339172,7140.3749969 +334,-1.374813124,-0.024926835,379,0.831068936,0.512339172,8430.485442 +335,0.519780566,0.463669906,379,0.831068936,0.512339172,1104.8594901 +336,-1.55108034,0.239698561,379,0.831068936,0.512339172,8285.1447584 +337,0.180294813,0.029739425,379,0.831068936,0.512339172,3107.4793317 +338,0.67820924,0.268170153,379,0.831068936,0.512339172,1116.4628136 +339,0.445798684,1.024001867,379,0.831068936,0.512339172,2281.0754061 +340,0.691751283,0.150521402,379,0.831068936,0.512339172,1523.8557751 +341,-1.036643551,-0.903056181,379,0.831068936,0.512339172,8494.7740119 +342,-0.120287036,1.083325163,379,0.831068936,0.512339172,3312.9790105 +343,2.823513113,-0.304487164,379,0.831068936,0.512339172,8237.9431323 +344,0.457583172,1.12513373,379,0.831068936,0.512339172,2600.3334279 +345,0.042918831,0.813795399,379,0.831068936,0.512339172,2688.1214395 +346,1.196146777,-0.853142756,379,0.831068936,0.512339172,5560.9384992 +347,0.206001358,-0.010430701,379,0.831068936,0.512339172,3141.4155385 +348,-0.268308653,0.234799412,379,0.831068936,0.512339172,4152.4096127 +349,0.759363263,0.736189579,379,0.831068936,0.512339172,915.81669061 +350,0.181363926,0.891988372,379,0.831068936,0.512339172,2432.3999517 +351,-0.021111158,0.139103292,379,0.831068936,0.512339172,3490.3548819 +352,-0.093355215,0.630686981,379,0.831068936,0.512339172,3077.5254736 +353,0.40118964,0.681375926,379,0.831068936,0.512339172,1552.6463379 +354,-0.721197315,1.304706234,379,0.831068936,0.512339172,4251.4096289 +355,-1.076150317,0.212107639,379,0.831068936,0.512339172,6931.0702483 +356,-1.577164531,0.273993443,379,0.831068936,0.512339172,8253.6817133 +357,-0.190788414,0.182208586,379,0.831068936,0.512339172,3980.8179698 +358,-0.261349752,0.209710184,379,0.831068936,0.512339172,4173.0901067 +359,-1.029303852,0.083549259,379,0.831068936,0.512339172,7048.2454352 +360,-1.268609162,0.330525297,379,0.831068936,0.512339172,7250.9709138 +361,1.282982244,-0.926641967,379,0.831068936,0.512339172,5909.1166804 +362,0.217352334,0.731352408,379,0.831068936,0.512339172,2138.7619578 +363,-1.511833084,0.258629297,379,0.831068936,0.512339172,8126.28323 +364,0.338812194,0.823184618,379,0.831068936,0.512339172,1946.0750658 +365,-0.324406489,1.134201999,379,0.831068936,0.512339172,3707.8482917 +366,1.389579348,0.399185724,379,0.831068936,0.512339172,2029.5842627 +367,2.047152199,-0.039082036,379,0.831068936,0.512339172,5084.0263886 +368,0.947780369,0.568250077,379,0.831068936,0.512339172,453.96140098 +369,0.763824846,0.576754987,379,0.831068936,0.512339172,342.00165064 +370,-0.142334657,0.928153068,379,0.831068936,0.512339172,3226.1445782 +371,0.610266567,0.547265983,379,0.831068936,0.512339172,766.80904422 +372,0.210731629,0.746815056,379,0.831068936,0.512339172,2171.434533 +373,-1.34931644,0.316895224,379,0.831068936,0.512339172,7518.034821 +374,2.407696481,0.655030745,379,0.831068936,0.512339172,5037.4312458 +375,0.64207831,0.545359131,379,0.831068936,0.512339172,659.12745739 +376,1.174597538,0.840588356,379,0.831068936,0.512339172,1667.9808268 +377,0.660059424,0.010604079,379,0.831068936,0.512339172,2089.6770695 +378,-0.730263819,0.010486456,379,0.831068936,0.512339172,6168.8911208 +379,0.831068936,0.512339172,379,0.831068936,0.512339172,0 +380,1.301180979,0.72367476,379,0.831068936,0.512339172,1722.7959012 +381,1.811128231,0.322854402,379,0.831068936,0.512339172,3593.6411372 +382,0.435105812,0.992284428,379,0.831068936,0.512339172,2196.5109712 +383,0.62643634,0.592027932,379,0.831068936,0.512339172,758.19187503 +384,0.492988703,-0.516339467,379,0.831068936,0.512339172,4270.167182 +385,-0.162469483,0.112549365,379,0.831068936,0.512339172,4020.0202357 +386,0.314630866,0.472006421,379,0.831068936,0.512339172,1805.1035475 +387,0.166744804,0.822815954,379,0.831068936,0.512339172,2371.1368237 +388,0.417159608,0.965805736,379,0.831068936,0.512339172,2143.8361821 +389,0.106334961,0.868774244,379,0.831068936,0.512339172,2577.2288861 +390,0.815086969,-0.338144359,379,0.831068936,0.512339172,3369.3186333 +391,0.59867455,-0.230624824,379,0.831068936,0.512339172,3074.1005125 +392,1.915104874,0.066220985,379,0.831068936,0.512339172,4420.6079797 +393,1.278093622,0.064463721,379,0.831068936,0.512339172,2441.996469 +394,-0.061477853,0.302997961,379,0.831068936,0.512339172,3323.1598812 +395,0.251311504,0.626976942,379,0.831068936,0.512339172,1976.2109992 +396,2.950242872,0.149095644,379,0.831068936,0.512339172,7750.9676211 +397,-0.180294708,0.35375117,379,0.831068936,0.512339172,3654.4576521 +398,1.010448592,-0.351180233,379,0.831068936,0.512339172,3488.3337652 +399,-1.748740498,0.3686318073,379,0.831068936,0.512339172,8348.4367904 +400,2.699635665,0.123533791,379,0.831068936,0.512339172,6992.6984096 +401,0.496808033,0.823843254,379,0.831068936,0.512339172,1604.240949 +402,0.129574704,0.763364087,379,0.831068936,0.512339172,2414.0348679 +403,1.798920311,0.817447563,379,0.831068936,0.512339172,3174.4609732 +404,0.335987953,0.746786541,379,0.831068936,0.512339172,1823.9485969 +405,-1.085413643,0.292154671,379,0.831068936,0.512339172,6784.8127426 +406,-0.155321003,0.508207011,379,0.831068936,0.512339172,3373.9334671 +407,0.620529244,-0.301175104,379,0.831068936,0.512339172,3321.3535512 +408,1.684402744,0.368716966,379,0.831068936,0.512339172,3087.8303845 +409,0.300582244,-0.386397212,379,0.831068936,0.512339172,4094.5042432 +410,2.913555946,-0.009225192,379,0.831068936,0.512339172,7988.1996473 +411,1.465101417,0.493232532,379,0.831068936,0.512339172,2193.0223875 +412,0.090612882,0.907955955,379,0.831068936,0.512339172,2663.417162 +413,2.987564726,-0.729568594,379,0.831068936,0.512339172,9215.9198195 +414,-1.484261606,0.224149272,379,0.831068936,0.512339172,8146.0284616 +415,0.164073421,0.303955133,379,0.831068936,0.512339172,2548.0409535 +416,0.141441293,0.167552546,379,0.831068936,0.512339172,2893.9822995 +417,2.931321023,-0.506718887,379,0.831068936,0.512339172,8884.9949363 +418,2.21951565,0.700596356,379,0.831068936,0.512339172,4431.1456885 +419,0.268112576,1.199114336,379,0.831068936,0.512339172,3012.6075219 +420,0.978913739,0.359223811,379,0.831068936,0.512339172,805.39688334 +421,1.210898818,0.522863584,379,0.831068936,0.512339172,1306.1376804 +422,2.347397336,0.129231362,379,0.831068936,0.512339172,5784.4126362 +423,0.614394501,0.556878345,379,0.831068936,0.512339172,758.78670436 +424,-1.398079356,0.148483366,379,0.831068936,0.512339172,8092.4019648 +425,2.535303836,-0.112984496,379,0.831068936,0.512339172,6900.5505542 +426,-1.019372593,-0.405322349,379,0.831068936,0.512339172,7914.3157763 +427,-1.297785627,-0.160104069,379,0.831068936,0.512339172,8452.2936199 +428,2.144554488,0.205051084,379,0.831068936,0.512339172,4944.3479574 +429,-2.242387083,-0.426171285,379,0.831068936,0.512339172,12026.273244 +430,0.338637212,0.909723676,379,0.831068936,0.512339172,2132.8726948 +431,-0.148798452,0.691042401,379,0.831068936,0.512339172,3224.0792678 +432,0.893524764,0.441829531,379,0.831068936,0.512339172,355.32922107 +433,0.969229347,-0.368847936,379,0.831068936,0.512339172,3529.9933117 +434,0.436043248,0.800045688,379,0.831068936,0.512339172,1672.8811668 +435,1.687946607,1.081504775,379,0.831068936,0.512339172,3145.3629279 +436,0.522302046,-0.034889271,379,0.831068936,0.512339172,2463.3245767 +437,-0.178996113,-0.438090009,379,0.831068936,0.512339172,5376.6099429 +438,-1.094339566,0.301444068,379,0.831068936,0.512339172,6792.1007962 +439,-1.064070054,0.242569932,379,0.831068936,0.512339172,6825.8797051 +440,-1.068153768,0.230387998,379,0.831068936,0.512339172,6865.5075741 +441,-3.00496892,-0.23989155,379,0.831068936,0.512339172,9684.6933308 +442,0.21751974,0.766874888,379,0.831068936,0.512339172,2172.6076575 +443,0.117229532,0.007619006,379,0.831068936,0.512339172,3353.4655795 +444,0.777758451,0.420554741,379,0.831068936,0.512339172,409.51257872 +445,-0.252356999,0.250747086,379,0.831068936,0.512339172,4069.5328306 +446,0.363148444,0.768483434,379,0.831068936,0.512339172,1786.3881951 +447,0.903191366,-0.118210676,379,0.831068936,0.512339172,2512.6852621 +448,-0.205755923,0.149406178,379,0.831068936,0.512339172,4094.5309534 +449,1.811996086,0.02364353,379,0.831068936,0.512339172,4164.9269418 +450,-1.100670221,0.314845373,379,0.831068936,0.512339172,6781.7933013 +451,0.340078597,0.850105132,379,0.831068936,0.512339172,1997.227566 +452,0.258757267,0.804969236,379,0.831068936,0.512339172,2111.7295897 +453,2.78505352,-0.155160804,379,0.831068936,0.512339172,7842.0778432 +454,0.800551619,0.105822106,379,0.831068936,0.512339172,1614.2519518 +455,0.437940882,-0.506194031,379,0.831068936,0.512339172,4299.6965469 +456,2.230431122,0.63458615,379,0.831068936,0.512339172,4546.9934421 +457,0.527965361,0.127667701,379,0.831068936,0.512339172,1896.8314241 +458,-0.063643205,0.702093448,379,0.831068936,0.512339172,2963.1351996 +459,1.408447268,0.133010502,379,0.831068936,0.512339172,2621.4887223 +460,0.523795955,0.280266966,379,0.831068936,0.512339172,1447.5733204 +461,-0.975769313,0.072177659,379,0.831068936,0.512339172,6890.3272758 +462,0.549774164,-0.463663986,379,0.831068936,0.512339172,4010.7196936 +463,0.29245874,1.095549818,379,0.831068936,0.512339172,2689.2949435 +464,0.143625958,0.816809593,379,0.831068936,0.512339172,2424.2161147 +465,0.671902494,0.611159853,379,0.831068936,0.512339172,661.23940551 +466,1.239840988,0.6724199,379,0.831068936,0.512339172,1479.6602155 +467,0.607829703,-0.10932137,379,0.831068936,0.512339172,2605.065947 +468,1.763020906,0.263996692,379,0.831068936,0.512339172,3524.2309378 +469,0.378714634,0.726066797,379,0.831068936,0.512339172,1677.1395104 +470,2.196736143,-0.153862366,379,0.831068936,0.512339172,5823.9140844 +471,0.01702415,0.148991565,379,0.831068936,0.512339172,3342.7212452 +472,-2.998490902,-0.158002487,379,0.831068936,0.512339172,9534.0499593 +473,-3.051262951,-0.346595608,379,0.831068936,0.512339172,9712.2864115 +474,-1.069176439,0.182802941,379,0.831068936,0.512339172,6971.7289979 +475,0.167157509,0.595344954,379,0.831068936,0.512339172,2247.6953131 +476,0.613855648,0.681746124,379,0.831068936,0.512339172,976.23152713 +477,1.037012736,0.682555367,379,0.831068936,0.512339172,952.0008692 +478,-1.253574971,0.379755746,379,0.831068936,0.512339172,7085.0105932 +479,3.108590453,-0.132620738,379,0.831068936,0.512339172,8900.3002686 +480,0.565301296,0.022333262,379,0.831068936,0.512339172,2184.5118487 +481,0.547898238,0.855555614,379,0.831068936,0.512339172,1606.1076068 +482,0.948309381,0.417393755,379,0.831068936,0.512339172,559.89625155 +483,-0.050600732,0.945269213,379,0.831068936,0.512339172,3027.1706665 +484,-0.977651478,-0.572363064,379,0.831068936,0.512339172,8018.5951528 +485,1.102014914,0.728861163,379,0.831068936,0.512339172,1220.1201993 +486,2.927300795,-0.282939414,379,0.831068936,0.512339172,8560.3464387 +487,-1.154565557,0.124434095,379,0.831068936,0.512339172,7377.9761089 +488,1.855331234,0.291044755,379,0.831068936,0.512339172,3797.2645315 +489,0.830290659,0.276904518,379,0.831068936,0.512339172,932.56097612 +490,0.485104466,-0.234867441,379,0.831068936,0.512339172,3241.8209912 +491,0.521367572,-0.33161327,379,0.831068936,0.512339172,3546.1705798 +1,-1.539031704,0.7349710123,380,1.301180979,0.72367476,6566.4059708 +2,-1.536990553,0.7349663874,380,1.301180979,0.72367476,6565.0801963 +3,-1.534951779,0.7349571355,380,1.301180979,0.72367476,6563.7650935 +4,-1.532906461,0.7349480293,380,1.301180979,0.72367476,6562.4363049 +5,-1.531320211,0.7346937278,380,1.301180979,0.72367476,6562.3530405 +6,-1.539451648,0.7335131775,380,1.301180979,0.72367476,6572.3103919 +7,-1.537429487,0.7335445708,380,1.301180979,0.72367476,6570.8579997 +8,-1.535484998,0.7335658704,380,1.301180979,0.72367476,6569.4876578 +9,-1.533488396,0.7336036027,380,1.301180979,0.72367476,6568.0111937 +10,-1.531497785,0.7335842962,380,1.301180979,0.72367476,6566.7504327 +11,-1.530259379,0.7334777758,380,1.301180979,0.72367476,6566.3262144 +12,-1.5335454,0.7322346912,380,1.301180979,0.72367476,6573.3297038 +13,-1.531489083,0.7322238773,380,1.301180979,0.72367476,6571.9903636 +14,-1.530011122,0.7321679851,380,1.301180979,0.72367476,6571.2077204 +15,-1.53348106,0.7306614094,380,1.301180979,0.72367476,6579.3552469 +16,-1.531441779,0.7306962275,380,1.301180979,0.72367476,6577.8490303 +17,-1.529755654,0.7306933243,380,1.301180979,0.72367476,6576.7192833 +18,-1.533415048,0.7291384674,380,1.301180979,0.72367476,6585.1853074 +19,-1.531392093,0.7291705353,380,1.301180979,0.72367476,6583.6983943 +20,-1.529296523,0.7291214933,380,1.301180979,0.72367476,6582.4661796 +21,-1.535280942,0.727267644,380,1.301180979,0.72367476,6593.6535081 +22,-1.533378158,0.7276139666,380,1.301180979,0.72367476,6591.0407896 +23,-1.531340368,0.7276446587,380,1.301180979,0.72367476,6589.5469387 +24,-1.528960113,0.7276398177,380,1.301180979,0.72367476,6587.9478797 +25,-1.533313146,0.7260818349,380,1.301180979,0.72367476,6596.906631 +26,-1.531259555,0.7260958115,380,1.301180979,0.72367476,6595.4641653 +27,-1.528926415,0.7260865555,380,1.301180979,0.72367476,6593.9114519 +28,-1.531226779,0.7245511789,380,1.301180979,0.72367476,6601.3975555 +29,-1.528904772,0.7245519194,380,1.301180979,0.72367476,6599.8113664 +30,-1.547195875,0.7409785979,380,1.301180979,0.72367476,6548.4656073 +31,-1.5451475,0.740980426,380,1.301180979,0.72367476,6547.1531319 +32,-1.543097679,0.7409798872,380,1.301180979,0.72367476,6545.84009 +33,-1.540720364,0.7409892687,380,1.301180979,0.72367476,6544.267608 +34,-1.547188511,0.7395198392,380,1.301180979,0.72367476,6554.1009388 +35,-1.545148587,0.7395226109,380,1.301180979,0.72367476,6552.7883005 +36,-1.543104538,0.7395314908,380,1.301180979,0.72367476,6551.4406859 +37,-1.540727751,0.7395306258,380,1.301180979,0.72367476,6549.9059419 +38,-1.547187029,0.7380014886,380,1.301180979,0.72367476,6559.9703686 +39,-1.545147315,0.7380012252,380,1.301180979,0.72367476,6558.6676243 +40,-1.54310719,0.7380060743,380,1.301180979,0.72367476,6557.3361256 +41,-1.540719671,0.7380068206,380,1.301180979,0.72367476,6555.7858584 +42,-1.547187189,0.7364799098,380,1.301180979,0.72367476,6565.8532865 +43,-1.545149996,0.7364853874,380,1.301180979,0.72367476,6564.5280042 +44,-1.543106091,0.7364823484,380,1.301180979,0.72367476,6563.2225745 +45,-1.540717158,0.7364893901,380,1.301180979,0.72367476,6561.6447279 +46,-1.538663972,0.7410138672,380,1.301180979,0.72367476,6542.834254 +47,-1.53695285,0.7409699132,380,1.301180979,0.72367476,6541.8835307 +48,-1.534910498,0.7409641297,380,1.301180979,0.72367476,6540.560534 +49,-1.533145034,0.7409536636,380,1.301180979,0.72367476,6539.4309596 +50,-1.538681336,0.7395405883,380,1.301180979,0.72367476,6548.5337096 +51,-1.536999189,0.7395183096,380,1.301180979,0.72367476,6547.5167965 +52,-1.534923633,0.7395144222,380,1.301180979,0.72367476,6546.1627688 +53,-1.533267822,0.7395654306,380,1.301180979,0.72367476,6544.8673897 +54,-1.53867273,0.7380151077,380,1.301180979,0.72367476,6554.4176972 +55,-1.536980576,0.7379994392,380,1.301180979,0.72367476,6553.3669801 +56,-1.534931522,0.7379944961,380,1.301180979,0.72367476,6552.0324461 +57,-1.533387952,0.7379480264,380,1.301180979,0.72367476,6551.1862063 +58,-1.538682279,0.7364914363,380,1.301180979,0.72367476,6560.3065516 +59,-1.536980704,0.7364810563,380,1.301180979,0.72367476,6559.2275647 +60,-1.534935567,0.7364752065,380,1.301180979,0.72367476,6557.897093 +61,-1.533042592,0.7363876366,380,1.301180979,0.72367476,6556.9746677 +62,-1.545143426,0.7349628011,380,1.301180979,0.72367476,6570.4084832 +63,-1.543105297,0.7349691947,380,1.301180979,0.72367476,6569.068334 +64,-1.541064533,0.7349647152,380,1.301180979,0.72367476,6567.7597379 +65,-1.545411803,0.7334624714,380,1.301180979,0.72367476,6576.3799441 +66,-1.543446606,0.7334780896,380,1.301180979,0.72367476,6575.0506019 +67,-1.541475327,0.7334957295,380,1.301180979,0.72367476,6573.701387 +68,-1.545401939,0.731963266,380,1.301180979,0.72367476,6582.1680988 +69,-1.54342253,0.7319915583,380,1.301180979,0.72367476,6580.7786451 +70,-1.541455867,0.7320216438,380,1.301180979,0.72367476,6579.3823906 +71,-1.545410146,0.7304422281,380,1.301180979,0.72367476,6588.0522451 +72,-1.543435491,0.7304713664,380,1.301180979,0.72367476,6586.660724 +73,-1.541463105,0.7304997613,380,1.301180979,0.72367476,6585.2653912 +74,-1.545414768,0.7289194936,380,1.301180979,0.72367476,6593.9406054 +75,-1.543435774,0.7289538557,380,1.301180979,0.72367476,6592.5241776 +76,-1.541457714,0.7289765881,380,1.301180979,0.72367476,6591.145079 +77,-1.539449415,0.7320555866,380,1.301180979,0.72367476,6577.9370174 +78,-1.537429183,0.7321097681,380,1.301180979,0.72367476,6576.3960157 +79,-1.535472649,0.7321497267,380,1.301180979,0.72367476,6574.9438348 +80,-1.539457899,0.7305333307,380,1.301180979,0.72367476,6583.8203372 +81,-1.537453161,0.7305750503,380,1.301180979,0.72367476,6582.3357361 +82,-1.535479385,0.7306124949,380,1.301180979,0.72367476,6580.8799 +83,-1.53946905,0.7290102593,380,1.301180979,0.72367476,6589.7085379 +84,-1.537459922,0.7290417293,380,1.301180979,0.72367476,6588.2586493 +85,-1.535451349,0.7290890157,380,1.301180979,0.72367476,6586.7396618 +86,-1.535522937,0.7279887191,380,1.301180979,0.72367476,6591.033034 +87,-1.539442524,0.7274735939,380,1.301180979,0.72367476,6595.6243365 +88,-1.537424111,0.727521351,380,1.301180979,0.72367476,6594.103295 +89,-1.539384641,0.7259505092,380,1.301180979,0.72367476,6601.4668679 +90,-1.537372391,0.7259947145,380,1.301180979,0.72367476,6599.9613914 +91,-1.535340789,0.7260435356,380,1.301180979,0.72367476,6598.4166868 +92,-1.539325716,0.7244369706,380,1.301180979,0.72367476,6607.2716852 +93,-1.537308932,0.7244801057,380,1.301180979,0.72367476,6605.7650867 +94,-1.535289068,0.7245247645,380,1.301180979,0.72367476,6604.2420314 +95,-1.533261366,0.7245550236,380,1.301180979,0.72367476,6602.7606973 +96,-1.539267302,0.722921924,380,1.301180979,0.72367476,6613.0824974 +97,-1.537248972,0.7229660258,380,1.301180979,0.72367476,6611.5688984 +98,-1.535219431,0.7229916471,380,1.301180979,0.72367476,6610.1105343 +99,-1.53318962,0.7230212049,380,1.301180979,0.72367476,6608.6281335 +100,-1.531154816,0.7230299897,380,1.301180979,0.72367476,6607.2137705 +101,-1.528878341,0.7230370244,380,1.301180979,0.72367476,6605.6318223 +102,-1.539218189,0.7214009878,380,1.301180979,0.72367476,6618.922062 +103,-1.537198791,0.7214422745,380,1.301180979,0.72367476,6617.4164055 +104,-1.535179266,0.7214634354,380,1.301180979,0.72367476,6615.9797509 +105,-1.533156501,0.7214944644,380,1.301180979,0.72367476,6614.4942323 +106,-1.53113574,0.7215166021,380,1.301180979,0.72367476,6613.0357555 +107,-1.528874248,0.7215345535,380,1.301180979,0.72367476,6611.4196276 +108,-1.539217656,0.7198512397,380,1.301180979,0.72367476,6624.9050502 +109,-1.537199919,0.7199428763,380,1.301180979,0.72367476,6623.2041394 +110,-1.545425832,0.727397149,380,1.301180979,0.72367476,6599.8315985 +111,-1.543371177,0.7273916949,380,1.301180979,0.72367476,6598.5178168 +112,-1.541368852,0.7274523163,380,1.301180979,0.72367476,6596.9742029 +113,-1.545349067,0.7258710923,380,1.301180979,0.72367476,6605.6799566 +114,-1.54332671,0.7258603556,380,1.301180979,0.72367476,6604.4053357 +115,-1.541346831,0.7259242142,380,1.301180979,0.72367476,6602.8618112 +116,-1.545324355,0.7243383958,380,1.301180979,0.72367476,6611.5875915 +117,-1.543292796,0.7243617413,380,1.301180979,0.72367476,6610.1731859 +118,-1.541295822,0.7244024384,380,1.301180979,0.72367476,6608.7058185 +119,-1.543193859,0.7205570215,380,1.301180979,0.72367476,6624.8078263 +120,-1.550257047,0.7386738187,380,1.301180979,0.72367476,6559.3154941 +121,-1.549335448,0.7311736483,380,1.301180979,0.72367476,6587.7413051 +122,-1.533478843,0.7179891343,380,1.301180979,0.72367476,6628.2327652 +123,-1.556150555,0.738907041,380,1.301180979,0.72367476,6562.0898778 +124,-1.554324226,0.733414257,380,1.301180979,0.72367476,6582.2193248 +125,-1.554290846,0.7288285332,380,1.301180979,0.72367476,6599.9479821 +126,-1.55122487,0.7219795312,380,1.301180979,0.72367476,6624.509265 +127,-1.525104458,0.7229399862,380,1.301180979,0.72367476,6603.4038552 +128,-1.519607711,0.7236181429,380,1.301180979,0.72367476,6596.9507795 +129,-1.513899999,0.7251107854,380,1.301180979,0.72367476,6587.1573013 +130,-1.536620762,0.7431061895,380,1.301180979,0.72367476,6533.4203246 +131,-1.5369566,0.7460845958,380,1.301180979,0.72367476,6522.1444155 +132,-1.545345528,0.7447040685,380,1.301180979,0.72367476,6532.8871757 +133,-1.532813921,0.7432306626,380,1.301180979,0.72367476,6530.4283261 +134,-1.554788248,0.7382381001,380,1.301180979,0.72367476,6563.8360163 +135,-1.540348126,0.7301594274,380,1.301180979,0.72367476,6585.8492907 +136,-1.538016084,0.7239051786,380,1.301180979,0.72367476,6608.4552347 +137,-1.525288962,0.7258085137,380,1.301180979,0.72367476,6592.483092 +138,-1.534326986,0.731241342,380,1.301180979,0.72367476,6577.6844964 +139,-1.530733872,0.7303625216,380,1.301180979,0.72367476,6578.6573348 +141,-1.534354939,0.7328219978,380,1.301180979,0.72367476,6571.6051902 +142,-1.53157084,0.7292888153,380,1.301180979,0.72367476,6583.3631078 +143,-1.525691035,0.7263799874,380,1.301180979,0.72367476,6590.5594903 +144,-1.534031287,0.7495967835,380,1.301180979,0.72367476,6506.6748268 +145,-1.527714986,0.7283095957,380,1.301180979,0.72367476,6584.5159589 +146,-1.526189586,0.7271468292,380,1.301180979,0.72367476,6587.949036 +147,-1.555177336,0.7375563366,380,1.301180979,0.72367476,6566.7167282 +148,-1.555080283,0.7312707794,380,1.301180979,0.72367476,6590.9887979 +149,-1.53856994,0.7224180299,380,1.301180979,0.72367476,6614.5645841 +150,-1.530837883,0.729933372,380,1.301180979,0.72367476,6580.3822943 +151,-1.515066984,0.5854133365,380,1.301180979,0.72367476,7124.7697046 +152,-1.534731633,0.5368370046,380,1.301180979,0.72367476,7327.3838472 +153,-1.515231902,0.5607085576,380,1.301180979,0.72367476,7219.7401668 +154,-2.616253799,1.0684566605,380,1.301180979,0.72367476,4920.0630899 +155,-1.956071439,0.5792177723,380,1.301180979,0.72367476,7265.8906137 +156,-1.951208514,0.5602434208,380,1.301180979,0.72367476,7342.1829866 +157,-1.944675062,0.6062144545,380,1.301180979,0.72367476,7162.5221372 +158,-1.613778386,0.6077989518,380,1.301180979,0.72367476,7105.8666232 +159,-2.035029014,0.6021432345,380,1.301180979,0.72367476,7144.7516942 +160,-2.114989471,0.6801825058,380,1.301180979,0.72367476,6795.6592907 +161,-2.037382079,0.5765830025,380,1.301180979,0.72367476,7243.6811548 +162,-2.129855121,0.6585019963,380,1.301180979,0.72367476,6869.8544861 +163,-2.075141798,0.6493615843,380,1.301180979,0.72367476,6939.2382304 +164,-1.828626729,0.6948433129,380,1.301180979,0.72367476,6824.9382271 +165,-1.863329418,0.6735427691,380,1.301180979,0.72367476,6908.8513338 +166,-1.266037071,0.727988852,380,1.301180979,0.72367476,6337.1346953 +167,-1.277579582,0.7249010648,380,1.301180979,0.72367476,6362.1222515 +168,-1.258418684,0.7241194816,380,1.301180979,0.72367476,6341.8700918 +169,-1.317813974,0.6804850104,380,1.301180979,0.72367476,6571.4286714 +170,-1.344165204,0.6790988904,380,1.301180979,0.72367476,6606.328024 +171,-1.427582102,0.5277120351,380,1.301180979,0.72367476,7262.1745772 +172,-1.402238616,0.457167829,380,1.301180979,0.72367476,7498.0196123 +173,-1.422454264,0.4996161999,380,1.301180979,0.72367476,7362.2649249 +174,-1.439089277,0.4894859811,380,1.301180979,0.72367476,7418.4789168 +175,-1.448126995,0.5182330266,380,1.301180979,0.72367476,7319.4107138 +176,-1.474626146,0.5881926574,380,1.301180979,0.72367476,7079.4310116 +177,-1.421139645,0.5584869783,380,1.301180979,0.72367476,7139.550795 +178,-1.457037165,0.565943032,380,1.301180979,0.72367476,7147.5783311 +179,-2.757159358,0.3745319,380,1.301180979,0.72367476,6947.2017645 +180,-2.714309238,0.342054471,380,1.301180979,0.72367476,7145.3353814 +181,-2.000525337,0.774119946,380,1.301180979,0.72367476,6483.8701245 +183,-1.571413436,0.6777838382,380,1.301180979,0.72367476,6808.4592962 +184,-1.552860289,0.6987663893,380,1.301180979,0.72367476,6715.3698924 +185,-1.521852374,0.7165827476,380,1.301180979,0.72367476,6625.6081223 +186,-1.503656267,0.6928968252,380,1.301180979,0.72367476,6703.2968883 +187,-1.502753178,0.7136205882,380,1.301180979,0.72367476,6623.12506 +188,-1.631894563,0.7343596465,380,1.301180979,0.72367476,6620.5765009 +189,-1.653765416,0.6770714026,380,1.301180979,0.72367476,6854.7592789 +190,-1.719812114,0.6715965947,380,1.301180979,0.72367476,6900.044336 +191,-1.493406659,0.6646955447,380,1.301180979,0.72367476,6803.34106 +192,-1.469120564,0.6613469966,380,1.301180979,0.72367476,6795.9425022 +193,-1.590551461,0.5326612937,380,1.301180979,0.72367476,7384.2808959 +194,-1.625979264,0.5247742243,380,1.301180979,0.72367476,7436.8722853 +195,-1.572293943,0.5238808754,380,1.301180979,0.72367476,7405.8193045 +196,-1.610848725,0.5477107964,380,1.301180979,0.72367476,7338.4998225 +197,-1.208485554,0.7918526018,380,1.301180979,0.72367476,6037.9767409 +198,-1.335601374,0.6869083083,380,1.301180979,0.72367476,6567.9801545 +199,-1.346156996,0.6825213377,380,1.301180979,0.72367476,6595.8624928 +200,-1.324381037,0.6741422347,380,1.301180979,0.72367476,6602.3049415 +201,-1.242424992,0.7378949807,380,1.301180979,0.72367476,6272.6086209 +202,-1.270370057,0.7392461008,380,1.301180979,0.72367476,6301.5576822 +203,-1.448950472,0.7441675014,380,1.301180979,0.72367476,6463.9702182 +204,-1.492662363,0.7523026852,380,1.301180979,0.72367476,6467.3725368 +205,-1.479098966,0.7763855017,380,1.301180979,0.72367476,6365.1734999 +206,-1.633760714,0.7869022408,380,1.301180979,0.72367476,6415.796501 +207,-1.647406434,0.8101289331,380,1.301180979,0.72367476,6330.4360751 +208,-1.564245052,0.5701509278,380,1.301180979,0.72367476,7220.9050676 +209,-1.646289963,0.6833746083,380,1.301180979,0.72367476,6826.746296 +210,-1.5820631,0.6751952144,380,1.301180979,0.72367476,6825.0082303 +211,-1.613236298,0.6681681791,380,1.301180979,0.72367476,6870.0035931 +212,-1.914661867,0.8212566515,380,1.301180979,0.72367476,6318.8014195 +213,-1.742133237,0.7250275956,380,1.301180979,0.72367476,6694.7391538 +214,-2.033144872,0.6557314699,380,1.301180979,0.72367476,6935.6962428 +215,-2.039551981,0.6964723658,380,1.301180979,0.72367476,6773.1685043 +216,-1.247341019,0.7622473908,380,1.301180979,0.72367476,6191.0743148 +217,-1.298239787,0.7084123392,380,1.301180979,0.72367476,6446.4506975 +218,-1.308539688,0.6926545592,380,1.301180979,0.72367476,6516.0594516 +219,-1.303263185,0.6888938396,380,1.301180979,0.72367476,6523.6538595 +220,-1.852400229,0.6004246149,380,1.301180979,0.72367476,7198.9093848 +221,-1.288947707,0.7473773692,380,1.301180979,0.72367476,6293.6145339 +222,-1.372031502,0.7472790993,380,1.301180979,0.72367476,6382.2874529 +223,-1.289805721,0.7242157877,380,1.301180979,0.72367476,6378.9833757 +224,-1.350807603,0.7533498126,380,1.301180979,0.72367476,6338.4724522 +225,-1.329290365,0.7560442322,380,1.301180979,0.72367476,6306.1861103 +226,-1.410153004,0.616936428,380,1.301180979,0.72367476,6908.4252031 +227,-1.393445434,0.6308995063,380,1.301180979,0.72367476,6838.7483304 +228,-1.37595573,0.6241540638,380,1.301180979,0.72367476,6845.2098634 +229,-1.358388707,0.6172645205,380,1.301180979,0.72367476,6851.2381424 +230,-1.753741133,0.8281661666,380,1.301180979,0.72367476,6289.4711232 +231,-1.47430987,0.6834615681,380,1.301180979,0.72367476,6716.045974 +232,-1.421012508,0.7222725206,380,1.301180979,0.72367476,6522.439748 +233,-1.4476833,0.6978557868,380,1.301180979,0.72367476,6638.5897785 +234,-1.470370723,0.6966193374,380,1.301180979,0.72367476,6662.6187718 +235,-1.429211703,0.7037216883,380,1.301180979,0.72367476,6599.9089545 +236,-1.700578405,0.6178673663,380,1.301180979,0.72367476,7105.7667034 +237,-1.678117619,0.6331716163,380,1.301180979,0.72367476,7037.2297521 +238,-1.725644578,0.6316331145,380,1.301180979,0.72367476,7059.3485627 +239,-2.14012759,0.7930497945,380,1.301180979,0.72367476,6343.1679441 +240,-2.103289431,0.7653606263,380,1.301180979,0.72367476,6472.0495279 +241,-1.318739838,0.7017808746,380,1.301180979,0.72367476,6494.287345 +242,-1.396417427,0.7077900843,380,1.301180979,0.72367476,6553.7531074 +243,-1.35650337,0.7185539404,380,1.301180979,0.72367476,6473.4013058 +244,-1.248884539,0.7274156818,380,1.301180979,0.72367476,6318.267224 +245,-1.395014798,0.5761185243,380,1.301180979,0.72367476,7045.3515551 +246,-1.433377362,0.6064716109,380,1.301180979,0.72367476,6971.1612534 +247,-1.408172432,0.5903155476,380,1.301180979,0.72367476,7006.3124172 +248,-1.749645898,0.7757118084,380,1.301180979,0.72367476,6496.0335579 +249,-1.571626686,0.615046989,380,1.301180979,0.72367476,7051.9560901 +250,-1.514070049,0.6303003037,380,1.301180979,0.72367476,6951.6006879 +251,-1.480890369,0.6237966528,380,1.301180979,0.72367476,6949.2243864 +252,-1.704390658,0.5281680612,380,1.301180979,0.72367476,7460.3861711 +253,-1.64434733,0.5254277498,380,1.301180979,0.72367476,7444.4058107 +254,-1.703855997,0.4792484842,380,1.301180979,0.72367476,7652.8252651 +255,-1.692002383,0.5748825051,380,1.301180979,0.72367476,7271.8604004 +256,-1.854136457,0.5544643913,380,1.301180979,0.72367476,7380.8910907 +257,-1.665021206,0.520317736,380,1.301180979,0.72367476,7474.7480233 +258,-1.733654349,0.4845187345,380,1.301180979,0.72367476,7642.2124669 +259,-1.720938188,0.5135933906,380,1.301180979,0.72367476,7523.5416144 +260,-1.742668307,0.553296122,380,1.301180979,0.72367476,7373.1791634 +261,-1.965659039,0.7142126903,380,1.301180979,0.72367476,6730.656423 +262,-1.944438071,0.6772834804,380,1.301180979,0.72367476,6881.9694185 +263,-1.270340967,0.7681487096,380,1.301180979,0.72367476,6196.8216496 +264,-1.353091884,0.6549276821,380,1.301180979,0.72367476,6705.6869468 +265,-1.333236659,0.6413584414,380,1.301180979,0.72367476,6733.2342828 +266,-1.352015998,0.6753788907,380,1.301180979,0.72367476,6628.7245679 +267,-1.377988483,0.6577816235,380,1.301180979,0.72367476,6722.0536233 +268,-2.13075611,0.8318642051,380,1.301180979,0.72367476,6198.6829765 +269,-2.097910953,0.8259670014,380,1.301180979,0.72367476,6239.3739874 +270,-1.416382069,0.6694271549,380,1.301180979,0.72367476,6717.2219878 +271,-1.538905672,0.7535625993,380,1.301180979,0.72367476,6494.5399924 +272,-1.572309477,0.7803125099,380,1.301180979,0.72367476,6411.067388 +273,-1.87759879,0.7503853417,380,1.301180979,0.72367476,6603.5884142 +274,1.152365588,0.590457682,380,1.301180979,0.72367476,703.72060218 +275,0.350198001,0.718001859,380,1.301180979,0.72367476,2781.2740835 +276,0.046513677,0.491503852,380,1.301180979,0.72367476,4065.6010174 +277,0.027510309,0.742571376,380,1.301180979,0.72367476,3626.4261424 +278,0.306285725,-0.214631579,380,1.301180979,0.72367476,5189.4760092 +279,-1.100564889,0.318051531,380,1.301180979,0.72367476,7506.4869498 +280,-1.078582306,0.301437596,380,1.301180979,0.72367476,7517.1397194 +281,-1.137371989,-0.617634065,380,1.301180979,0.72367476,10242.630362 +282,0.784356344,0.703272339,380,1.301180979,0.72367476,1542.3797315 +283,-1.221209947,0.218327455,380,1.301180979,0.72367476,8081.1887645 +284,2.347301921,-0.449114658,380,1.301180979,0.72367476,6021.0969869 +285,0.246820618,0.830553713,380,1.301180979,0.72367476,2931.3259354 +286,0.829414965,0.703288228,380,1.301180979,0.72367476,1409.4332587 +287,-1.337537566,0.42332223,380,1.301180979,0.72367476,7539.9474552 +288,0.882453706,0.454478077,380,1.301180979,0.72367476,1732.917426 +289,1.575629659,0.416419109,380,1.301180979,0.72367476,1517.3753586 +290,-1.039455679,0.229888244,380,1.301180979,0.72367476,7667.8140498 +291,0.489558039,0.934482747,380,1.301180979,0.72367476,2278.4649612 +292,0.081344504,0.88384514,380,1.301180979,0.72367476,3285.1065981 +293,-1.547979814,0.300350308,380,1.301180979,0.72367476,8248.2301704 +294,0.040776181,0.168560074,380,1.301180979,0.72367476,4861.5814851 +295,-1.130374745,0.563894876,380,1.301180979,0.72367476,6723.9229885 +296,1.578326642,0.478507176,380,1.301180979,0.72367476,1323.2897218 +297,-1.12861823,-0.291640865,380,1.301180979,0.72367476,9485.6444784 +298,0.310524208,0.770885792,380,1.301180979,0.72367476,2826.6287366 +299,0.415649091,-0.387246002,380,1.301180979,0.72367476,5468.3824539 +300,-0.926533878,-0.188022748,380,1.301180979,0.72367476,8640.3694335 +301,1.258856172,-0.11716081,380,1.301180979,0.72367476,3334.0910221 +302,-1.126050026,0.322941926,380,1.301180979,0.72367476,7540.4353004 +303,2.002785835,0.07893892,380,1.301180979,0.72367476,3558.816847 +304,0.440437607,0.746258085,380,1.301180979,0.72367476,2494.2733729 +305,-0.030391866,0.214441206,380,1.301180979,0.72367476,4955.0921396 +306,0.521557815,-0.058929362,380,1.301180979,0.72367476,4179.8051315 +307,-0.097005111,0.13317729,380,1.301180979,0.72367476,5361.615873 +308,1.83113859,0.221857587,380,1.301180979,0.72367476,2700.6320655 +309,0.222428864,0.099404236,380,1.301180979,0.72367476,4513.8105817 +310,-1.702731345,0.8728568183,380,1.301180979,0.72367476,6101.9288205 +311,-0.418507569,0.278324921,380,1.301180979,0.72367476,5924.435025 +312,-1.41153306,0.339029988,380,1.301180979,0.72367476,7949.7412036 +313,0.357560442,0.114788776,380,1.301180979,0.72367476,4089.4944915 +314,0.325818979,0.268352149,380,1.301180979,0.72367476,3767.1429306 +315,-1.246004659,-0.663679965,380,1.301180979,0.72367476,10629.827919 +316,1.814603087,0.637404484,380,1.301180979,0.72367476,1608.9019706 +317,1.843704281,-0.18300445,380,1.301180979,0.72367476,4099.4926814 +318,1.690644492,-0.211480909,380,1.301180979,0.72367476,3967.9514721 +319,-1.275451936,0.068109467,380,1.301180979,0.72367476,8703.9211821 +320,0.762430171,-0.207594741,380,1.301180979,0.72367476,4180.1386862 +321,0.265668905,-0.014647884,380,1.301180979,0.72367476,4709.974865 +322,-2.773032013,-0.335515811,380,1.301180979,0.72367476,8970.5122977 +323,-1.469512853,0.174058777,380,1.301180979,0.72367476,8639.7293202 +324,0.286276986,0.785925691,380,1.301180979,0.72367476,2875.1314579 +325,-1.379324697,0.377432233,380,1.301180979,0.72367476,7765.3061802 +326,-1.203778265,0.212813032,380,1.301180979,0.72367476,8066.9268158 +327,0.579916301,0.611743168,380,1.301180979,0.72367476,2264.6026246 +328,0.267582642,0.868113908,380,1.301180979,0.72367476,2844.0224645 +329,0.412869244,-0.050245578,380,1.301180979,0.72367476,4422.6005813 +330,0.17524381,0.976660285,380,1.301180979,0.72367476,2985.211851 +331,0.743157214,0.204812899,380,1.301180979,0.72367476,2820.0789293 +332,-1.070758176,0.269382282,380,1.301180979,0.72367476,7606.7574052 +333,-1.230364251,0.329790229,380,1.301180979,0.72367476,7709.0115675 +334,-1.374813124,-0.024926835,380,1.301180979,0.72367476,9215.8272216 +335,0.519780566,0.463669906,380,1.301180979,0.72367476,2728.6057544 +336,-1.55108034,0.239698561,380,1.301180979,0.72367476,8483.7598021 +337,0.180294813,0.029739425,380,1.301180979,0.72367476,4824.859807 +338,0.67820924,0.268170153,380,1.301180979,0.72367476,2788.3018249 +339,0.445798684,1.024001867,380,1.301180979,0.72367476,2405.6228779 +340,0.691751283,0.150521402,380,1.301180979,0.72367476,3112.6045138 +341,-1.036643551,-0.903056181,380,1.301180979,0.72367476,10186.527734 +342,-0.120287036,1.083325163,380,1.301180979,0.72367476,3485.2399118 +343,2.823513113,-0.304487164,380,1.301180979,0.72367476,6873.9911935 +344,0.457583172,1.12513373,380,1.301180979,0.72367476,2467.1868771 +345,0.042918831,0.813795399,380,1.301180979,0.72367476,3473.3613187 +346,1.196146777,-0.853142756,380,1.301180979,0.72367476,6256.5319915 +347,0.206001358,-0.010430701,380,1.301180979,0.72367476,4863.7593226 +348,-0.268308653,0.234799412,380,1.301180979,0.72367476,5605.4899108 +349,0.759363263,0.736189579,380,1.301180979,0.72367476,1591.2548412 +350,0.181363926,0.891988372,380,1.301180979,0.72367476,3035.6083611 +351,-0.021111158,0.139103292,380,1.301180979,0.72367476,5121.1415457 +352,-0.093355215,0.630686981,380,1.301180979,0.72367476,4163.5323357 +353,0.40118964,0.681375926,380,1.301180979,0.72367476,2685.3048822 +354,-0.721197315,1.304706234,380,1.301180979,0.72367476,3901.6660782 +355,-1.076150317,0.212107639,380,1.301180979,0.72367476,7806.4716653 +356,-1.577164531,0.273993443,380,1.301180979,0.72367476,8376.0013091 +357,-0.190788414,0.182208586,380,1.301180979,0.72367476,5513.0295136 +358,-0.261349752,0.209710184,380,1.301180979,0.72367476,5649.9472993 +359,-1.029303852,0.083549259,380,1.301180979,0.72367476,8110.9623051 +360,-1.268609162,0.330525297,380,1.301180979,0.72367476,7770.9189378 +361,1.282982244,-0.926641967,380,1.301180979,0.72367476,6537.2006643 +362,0.217352334,0.731352408,380,1.301180979,0.72367476,3132.6550843 +363,-1.511833084,0.258629297,380,1.301180979,0.72367476,8371.0999112 +364,0.338812194,0.823184618,380,1.301180979,0.72367476,2698.5039544 +365,-0.324406489,1.134201999,380,1.301180979,0.72367476,3758.1006891 +366,1.389579348,0.399185724,380,1.301180979,0.72367476,1318.3847381 +367,2.047152199,-0.039082036,380,1.301180979,0.72367476,4036.9318636 +368,0.947780369,0.568250077,380,1.301180979,0.72367476,1271.5704444 +369,0.763824846,0.576754987,380,1.301180979,0.72367476,1780.1678625 +370,-0.142334657,0.928153068,380,1.301180979,0.72367476,3736.6845559 +371,0.610266567,0.547265983,380,1.301180979,0.72367476,2288.270555 +372,0.210731629,0.746815056,380,1.301180979,0.72367476,3128.802177 +373,-1.34931644,0.316895224,380,1.301180979,0.72367476,7945.6766935 +374,2.407696481,0.655030745,380,1.301180979,0.72367476,3316.5369924 +375,0.64207831,0.545359131,380,1.301180979,0.72367476,2197.9848486 +376,1.174597538,0.840588356,380,1.301180979,0.72367476,583.37139846 +377,0.660059424,0.010604079,380,1.301180979,0.72367476,3635.461751 +378,-0.730263819,0.010486456,380,1.301180979,0.72367476,7537.9145468 +379,0.831068936,0.512339172,380,1.301180979,0.72367476,1722.7959012 +380,1.301180979,0.72367476,380,1.301180979,0.72367476,0 +381,1.811128231,0.322854402,380,1.301180979,0.72367476,2341.3758436 +382,0.435105812,0.992284428,380,1.301180979,0.72367476,2414.8968327 +383,0.62643634,0.592027932,380,1.301180979,0.72367476,2159.1005618 +384,0.492988703,-0.516339467,380,1.301180979,0.72367476,5732.3396202 +385,-0.162469483,0.112549365,380,1.301180979,0.72367476,5609.4984389 +386,0.314630866,0.472006421,380,1.301180979,0.72367476,3317.9941106 +387,0.166744804,0.822815954,380,1.301180979,0.72367476,3146.0628507 +388,0.417159608,0.965805736,380,1.301180979,0.72367476,2449.1509303 +389,0.106334961,0.868774244,380,1.301180979,0.72367476,3242.4656467 +390,0.815086969,-0.338144359,380,1.301180979,0.72367476,4568.5583167 +391,0.59867455,-0.230624824,380,1.301180979,0.72367476,4568.3458627 +392,1.915104874,0.066220985,380,1.301180979,0.72367476,3392.9956709 +393,1.278093622,0.064463721,380,1.301180979,0.72367476,2612.4234988 +394,-0.061477853,0.302997961,380,1.301180979,0.72367476,4825.1532999 +395,0.251311504,0.626976942,380,1.301180979,0.72367476,3202.9382336 +396,2.950242872,0.149095644,380,1.301180979,0.72367476,6061.7901435 +397,-0.180294708,0.35375117,380,1.301180979,0.72367476,5047.8561194 +398,1.010448592,-0.351180233,380,1.301180979,0.72367476,4389.3240764 +399,-1.748740498,0.3686318073,380,1.301180979,0.72367476,8104.1363272 +400,2.699635665,0.123533791,380,1.301180979,0.72367476,5387.4390567 +401,0.496808033,0.823843254,380,1.301180979,0.72367476,2279.1894887 +402,0.129574704,0.763364087,380,1.301180979,0.72367476,3323.2233636 +403,1.798920311,0.817447563,380,1.301180979,0.72367476,1453.7182159 +404,0.335987953,0.746786541,380,1.301180979,0.72367476,2784.9478561 +405,-1.085413643,0.292154671,380,1.301180979,0.72367476,7562.0715925 +406,-0.155321003,0.508207011,380,1.301180979,0.72367476,4605.4286988 +407,0.620529244,-0.301175104,380,1.301180979,0.72367476,4764.2578515 +408,1.684402744,0.368716966,380,1.301180979,0.72367476,1901.5953185 +409,0.300582244,-0.386397212,380,1.301180979,0.72367476,5724.8691233 +410,2.913555946,-0.009225192,380,1.301180979,0.72367476,6369.5298516 +411,1.465101417,0.493232532,380,1.301180979,0.72367476,1055.3216959 +412,0.090612882,0.907955955,380,1.301180979,0.72367476,3235.7801418 +413,2.987564726,-0.729568594,380,1.301180979,0.72367476,8322.3743661 +414,-1.484261606,0.224149272,380,1.301180979,0.72367476,8470.1494307 +415,0.164073421,0.303955133,380,1.301180979,0.72367476,4154.1397514 +416,0.141441293,0.167552546,380,1.301180979,0.72367476,4567.3812423 +417,2.931321023,-0.506718887,380,1.301180979,0.72367476,7681.5045032 +418,2.21951565,0.700596356,380,1.301180979,0.72367476,2711.6546949 +419,0.268112576,1.199114336,380,1.301180979,0.72367476,2824.6499764 +420,0.978913739,0.359223811,380,1.301180979,0.72367476,1802.7696234 +421,1.210898818,0.522863584,380,1.301180979,0.72367476,846.31666593 +422,2.347397336,0.129231362,380,1.301180979,0.72367476,4339.6080914 +423,0.614394501,0.556878345,380,1.301180979,0.72367476,2257.7934118 +424,-1.398079356,0.148483366,380,1.301180979,0.72367476,8633.1994909 +425,2.535303836,-0.112984496,380,1.301180979,0.72367476,5539.9413815 +426,-1.019372593,-0.405322349,380,1.301180979,0.72367476,9465.5444163 +427,-1.297785627,-0.160104069,380,1.301180979,0.72367476,9516.3361791 +428,2.144554488,0.205051084,380,1.301180979,0.72367476,3559.481217 +429,-2.242387083,-0.426171285,380,1.301180979,0.72367476,10672.669561 +430,0.338637212,0.909723676,380,1.301180979,0.72367476,2642.7389277 +431,-0.148798452,0.691042401,380,1.301180979,0.72367476,4186.2280393 +432,0.893524764,0.441829531,380,1.301180979,0.72367476,1740.236837 +433,0.969229347,-0.368847936,380,1.301180979,0.72367476,4495.9258686 +434,0.436043248,0.800045688,380,1.301180979,0.72367476,2457.7494464 +435,1.687946607,1.081504775,380,1.301180979,0.72367476,1687.2243826 +436,0.522302046,-0.034889271,380,1.301180979,0.72367476,4102.4644012 +437,-0.178996113,-0.438090009,380,1.301180979,0.72367476,7098.4085103 +438,-1.094339566,0.301444068,380,1.301180979,0.72367476,7549.446487 +439,-1.064070054,0.242569932,380,1.301180979,0.72367476,7680.500438 +440,-1.068153768,0.230387998,380,1.301180979,0.72367476,7729.232936 +441,-3.00496892,-0.23989155,380,1.301180979,0.72367476,8048.4831448 +442,0.21751974,0.766874888,380,1.301180979,0.72367476,3083.2057924 +443,0.117229532,0.007619006,380,1.301180979,0.72367476,5065.7882928 +444,0.777758451,0.420554741,380,1.301180979,0.72367476,2099.2215576 +445,-0.252356999,0.250747086,380,1.301180979,0.72367476,5517.8222643 +446,0.363148444,0.768483434,380,1.301180979,0.72367476,2685.4930906 +447,0.903191366,-0.118210676,380,1.301180979,0.72367476,3633.7720418 +448,-0.205755923,0.149406178,380,1.301180979,0.72367476,5642.1437444 +449,1.811996086,0.02364353,380,1.301180979,0.72367476,3318.0537585 +450,-1.100670221,0.314845373,380,1.301180979,0.72367476,7517.441987 +451,0.340078597,0.850105132,380,1.301180979,0.72367476,2673.9105439 +452,0.258757267,0.804969236,380,1.301180979,0.72367476,2927.2373639 +453,2.78505352,-0.155160804,380,1.301180979,0.72367476,6372.6834114 +454,0.800551619,0.105822106,380,1.301180979,0.72367476,3017.0261075 +455,0.437940882,-0.506194031,380,1.301180979,0.72367476,5805.4249771 +456,2.230431122,0.63458615,380,1.301180979,0.72367476,2840.5517734 +457,0.527965361,0.127667701,380,1.301180979,0.72367476,3591.9505273 +458,-0.063643205,0.702093448,380,1.301180979,0.72367476,3940.5587552 +459,1.408447268,0.133010502,380,1.301180979,0.72367476,2369.8128533 +460,0.523795955,0.280266966,380,1.301180979,0.72367476,3170.2980682 +461,-0.975769313,0.072177659,380,1.301180979,0.72367476,8014.4901782 +462,0.549774164,-0.463663986,380,1.301180979,0.72367476,5450.0069334 +463,0.29245874,1.095549818,380,1.301180979,0.72367476,2731.5009429 +464,0.143625958,0.816809593,380,1.301180979,0.72367476,3212.8587329 +465,0.671902494,0.611159853,380,1.301180979,0.72367476,1992.5597684 +466,1.239840988,0.6724199,380,1.301180979,0.72367476,275.38391515 +467,0.607829703,-0.10932137,380,1.301180979,0.72367476,4144.8854871 +468,1.763020906,0.263996692,380,1.301180979,0.72367476,2410.9629769 +469,0.378714634,0.726066797,380,1.301180979,0.72367476,2690.7449352 +470,2.196736143,-0.153862366,380,1.301180979,0.72367476,4757.2099741 +471,0.01702415,0.148991565,380,1.301180979,0.72367476,4982.5499031 +472,-2.998490902,-0.158002487,380,1.301180979,0.72367476,7856.3368183 +473,-3.051262951,-0.346595608,380,1.301180979,0.72367476,8174.29197 +474,-1.069176439,0.182802941,380,1.301180979,0.72367476,7886.6682269 +475,0.167157509,0.595344954,380,1.301180979,0.72367476,3502.9347064 +476,0.613855648,0.681746124,380,1.301180979,0.72367476,2066.2039147 +477,1.037012736,0.682555367,380,1.301180979,0.72367476,813.52391998 +478,-1.253574971,0.379755746,380,1.301180979,0.72367476,7571.2180502 +479,3.108590453,-0.132620738,380,1.301180979,0.72367476,7270.6354592 +480,0.565301296,0.022333262,380,1.301180979,0.72367476,3818.9899244 +481,0.547898238,0.855555614,380,1.301180979,0.72367476,2133.9509969 +482,0.948309381,0.417393755,380,1.301180979,0.72367476,1681.37468 +483,-0.050600732,0.945269213,380,1.301180979,0.72367476,3511.560028 +484,-0.977651478,-0.572363064,380,1.301180979,0.72367476,9692.5384046 +485,1.102014914,0.728861163,380,1.301180979,0.72367476,589.7498871 +486,2.927300795,-0.282939414,380,1.301180979,0.72367476,7119.4070471 +487,-1.154565557,0.124434095,380,1.301180979,0.72367476,8265.1687926 +488,1.855331234,0.291044755,380,1.301180979,0.72367476,2546.023881 +489,0.830290659,0.276904518,380,1.301180979,0.72367476,2390.1767815 +490,0.485104466,-0.234867441,380,1.301180979,0.72367476,4825.8534241 +491,0.521367572,-0.33161327,380,1.301180979,0.72367476,5063.7830487 +1,-1.539031704,0.7349710123,381,1.811128231,0.322854402,8184.8250894 +2,-1.536990553,0.7349663874,381,1.811128231,0.322854402,8186.1754141 +3,-1.534951779,0.7349571355,381,1.811128231,0.322854402,8187.5294292 +4,-1.532906461,0.7349480293,381,1.811128231,0.322854402,8188.8744241 +5,-1.531320211,0.7346937278,381,1.811128231,0.322854402,8190.8651397 +6,-1.539451648,0.7335131775,381,1.811128231,0.322854402,8190.1774837 +7,-1.537429487,0.7335445708,381,1.811128231,0.322854402,8191.3816945 +8,-1.535484998,0.7335658704,381,1.811128231,0.322854402,8192.5621263 +9,-1.533488396,0.7336036027,381,1.811128231,0.322854402,8193.7007873 +10,-1.531497785,0.7335842962,381,1.811128231,0.322854402,8195.0439546 +11,-1.530259379,0.7334777758,381,1.811128231,0.322854402,8196.2391511 +12,-1.5335454,0.7322346912,381,1.811128231,0.322854402,8198.9564147 +13,-1.531489083,0.7322238773,381,1.811128231,0.322854402,8200.3113256 +14,-1.530011122,0.7321679851,381,1.811128231,0.322854402,8201.4633636 +15,-1.53348106,0.7306614094,381,1.811128231,0.322854402,8205.0797667 +16,-1.531441779,0.7306962275,381,1.811128231,0.322854402,8206.2498958 +17,-1.529755654,0.7306933243,381,1.811128231,0.322854402,8207.3302694 +18,-1.533415048,0.7291384674,381,1.811128231,0.322854402,8211.009517 +19,-1.531392093,0.7291705353,381,1.811128231,0.322854402,8212.1823023 +20,-1.529296523,0.7291214933,381,1.811128231,0.322854402,8213.7020923 +21,-1.535280942,0.727267644,381,1.811128231,0.322854402,8217.0308204 +22,-1.533378158,0.7276139666,381,1.811128231,0.322854402,8216.9264297 +23,-1.531340368,0.7276446587,381,1.811128231,0.322854402,8218.11662 +24,-1.528960113,0.7276398177,381,1.811128231,0.322854402,8219.647938 +25,-1.533313146,0.7260818349,381,1.811128231,0.322854402,8222.8908829 +26,-1.531259555,0.7260958115,381,1.811128231,0.322854402,8224.158298 +27,-1.528926415,0.7260865555,381,1.811128231,0.322854402,8225.679631 +28,-1.531226779,0.7245511789,381,1.811128231,0.322854402,8230.1528212 +29,-1.528904772,0.7245519194,381,1.811128231,0.322854402,8231.6314546 +30,-1.547195875,0.7409785979,381,1.811128231,0.322854402,8156.218136 +31,-1.5451475,0.740980426,381,1.811128231,0.322854402,8157.5871341 +32,-1.543097679,0.7409798872,381,1.811128231,0.322854402,8158.9535979 +33,-1.540720364,0.7409892687,381,1.811128231,0.322854402,8160.4839159 +34,-1.547188511,0.7395198392,381,1.811128231,0.322854402,8161.8449734 +35,-1.545148587,0.7395226109,381,1.811128231,0.322854402,8163.2075017 +36,-1.543104538,0.7395314908,381,1.811128231,0.322854402,8164.536657 +37,-1.540727751,0.7395306258,381,1.811128231,0.322854402,8166.1094846 +38,-1.547187029,0.7380014886,381,1.811128231,0.322854402,8167.6972495 +39,-1.545147315,0.7380012252,381,1.811128231,0.322854402,8169.0743165 +40,-1.54310719,0.7380060743,381,1.811128231,0.322854402,8170.4193765 +41,-1.540719671,0.7380068206,381,1.811128231,0.322854402,8171.9965001 +42,-1.547187189,0.7364799098,381,1.811128231,0.322854402,8173.5605937 +43,-1.545149996,0.7364853874,381,1.811128231,0.322854402,8174.9168282 +44,-1.543106091,0.7364823484,381,1.811128231,0.322854402,8176.2978135 +45,-1.540717158,0.7364893901,381,1.811128231,0.322854402,8177.8550133 +46,-1.538663972,0.7410138672,381,1.811128231,0.322854402,8161.7302205 +47,-1.53695285,0.7409699132,381,1.811128231,0.322854402,8163.0063815 +48,-1.534910498,0.7409641297,381,1.811128231,0.322854402,8164.337748 +49,-1.533145034,0.7409536636,381,1.811128231,0.322854402,8165.4996194 +50,-1.538681336,0.7395405883,381,1.811128231,0.322854402,8167.4086799 +51,-1.536999189,0.7395183096,381,1.811128231,0.322854402,8168.5848201 +52,-1.534923633,0.7395144222,381,1.811128231,0.322854402,8169.9330992 +53,-1.533267822,0.7395654306,381,1.811128231,0.322854402,8170.7901364 +54,-1.53867273,0.7380151077,381,1.811128231,0.322854402,8173.3053834 +55,-1.536980576,0.7379994392,381,1.811128231,0.322854402,8174.4647987 +56,-1.534931522,0.7379944961,381,1.811128231,0.322854402,8175.802971 +57,-1.533387952,0.7379480264,381,1.811128231,0.322854402,8176.9679105 +58,-1.538682279,0.7364914363,381,1.811128231,0.322854402,8179.1830176 +59,-1.536980704,0.7364810563,381,1.811128231,0.322854402,8180.330558 +60,-1.534935567,0.7364752065,381,1.811128231,0.322854402,8181.672593 +61,-1.533042592,0.7363876366,381,1.811128231,0.322854402,8183.2211421 +62,-1.545143426,0.7349628011,381,1.811128231,0.322854402,8180.7913312 +63,-1.543105297,0.7349691947,381,1.811128231,0.322854402,8182.135015 +64,-1.541064533,0.7349647152,381,1.811128231,0.322854402,8183.5097759 +65,-1.545411803,0.7334624714,381,1.811128231,0.322854402,8186.3938425 +66,-1.543446606,0.7334780896,381,1.811128231,0.322854402,8187.6576403 +67,-1.541475327,0.7334957295,381,1.811128231,0.322854402,8188.9058804 +68,-1.545401939,0.731963266,381,1.811128231,0.322854402,8192.1795735 +69,-1.54342253,0.7319915583,381,1.811128231,0.322854402,8193.4068252 +70,-1.541455867,0.7320216438,381,1.811128231,0.322854402,8194.6066265 +71,-1.545410146,0.7304422281,381,1.811128231,0.322854402,8198.0369486 +72,-1.543435491,0.7304713664,381,1.811128231,0.322854402,8199.2606937 +73,-1.541463105,0.7304997613,381,1.811128231,0.322854402,8200.4737792 +74,-1.545414768,0.7289194936,381,1.811128231,0.322854402,8203.9030163 +75,-1.543435774,0.7289538557,381,1.811128231,0.322854402,8205.1124833 +76,-1.541457714,0.7289765881,381,1.811128231,0.322854402,8206.3540842 +77,-1.539449415,0.7320555866,381,1.811128231,0.322854402,8195.805891 +78,-1.537429183,0.7321097681,381,1.811128231,0.322854402,8196.9235826 +79,-1.535472649,0.7321497267,381,1.811128231,0.322854402,8198.0423122 +80,-1.539457899,0.7305333307,381,1.811128231,0.322854402,8201.6766066 +81,-1.537453161,0.7305750503,381,1.811128231,0.322854402,8202.8352267 +82,-1.535479385,0.7306124949,381,1.811128231,0.322854402,8203.9778101 +83,-1.53946905,0.7290102593,381,1.811128231,0.322854402,8207.5484257 +84,-1.537459922,0.7290417293,381,1.811128231,0.322854402,8208.7524607 +85,-1.535451349,0.7290890157,381,1.811128231,0.322854402,8209.8825235 +86,-1.535522937,0.7279887191,381,1.811128231,0.322854402,8214.0871218 +87,-1.539442524,0.7274735939,381,1.811128231,0.322854402,8213.4974574 +88,-1.537424111,0.727521351,381,1.811128231,0.322854402,8214.6474556 +89,-1.539384641,0.7259505092,381,1.811128231,0.322854402,8219.4147569 +90,-1.537372391,0.7259947145,381,1.811128231,0.322854402,8220.5769555 +91,-1.535340789,0.7260435356,381,1.811128231,0.322854402,8221.7213186 +92,-1.539325716,0.7244369706,381,1.811128231,0.322854402,8225.2958074 +93,-1.537308932,0.7244801057,381,1.811128231,0.322854402,8226.4676506 +94,-1.535289068,0.7245247645,381,1.811128231,0.322854402,8227.6229044 +95,-1.533261366,0.7245550236,381,1.811128231,0.322854402,8228.8261246 +96,-1.539267302,0.722921924,381,1.811128231,0.322854402,8231.1822418 +97,-1.537248972,0.7229660258,381,1.811128231,0.322854402,8232.3539071 +98,-1.535219431,0.7229916471,381,1.811128231,0.322854402,8233.5915512 +99,-1.53318962,0.7230212049,381,1.811128231,0.322854402,8234.801305 +100,-1.531154816,0.7230299897,381,1.811128231,0.322854402,8236.0817222 +101,-1.528878341,0.7230370244,381,1.811128231,0.322854402,8237.5097618 +102,-1.539218189,0.7214009878,381,1.811128231,0.322854402,8237.0850827 +103,-1.537198791,0.7214422745,381,1.811128231,0.322854402,8238.2709347 +104,-1.535179266,0.7214634354,381,1.811128231,0.322854402,8239.5218237 +105,-1.533156501,0.7214944644,381,1.811128231,0.322854402,8240.7239457 +106,-1.53113574,0.7215166021,381,1.811128231,0.322854402,8241.9463382 +107,-1.528874248,0.7215345535,381,1.811128231,0.322854402,8243.3256066 +108,-1.539217656,0.7198512397,381,1.811128231,0.322854402,8243.0664116 +109,-1.537199919,0.7199428763,381,1.811128231,0.322854402,8244.0597241 +110,-1.545425832,0.727397149,381,1.811128231,0.322854402,8209.7629021 +111,-1.543371177,0.7273916949,381,1.811128231,0.322854402,8211.1800726 +112,-1.541368852,0.7274523163,381,1.811128231,0.322854402,8212.2943339 +113,-1.545349067,0.7258710923,381,1.811128231,0.322854402,8215.6968716 +114,-1.54332671,0.7258603556,381,1.811128231,0.322854402,8217.1150773 +115,-1.541346831,0.7259242142,381,1.811128231,0.322854402,8218.2044556 +116,-1.545324355,0.7243383958,381,1.811128231,0.322854402,8221.6207004 +117,-1.543292796,0.7243617413,381,1.811128231,0.322854402,8222.9165909 +118,-1.541295822,0.7244024384,381,1.811128231,0.322854402,8224.1094791 +119,-1.543193859,0.7205570215,381,1.811128231,0.322854402,8237.6536455 +120,-1.550257047,0.7386738187,381,1.811128231,0.322854402,8163.013556 +121,-1.549335448,0.7311736483,381,1.811128231,0.322854402,8192.5291957 +122,-1.533478843,0.7179891343,381,1.811128231,0.322854402,8254.0609142 +123,-1.556150555,0.738907041,381,1.811128231,0.322854402,8158.0199434 +124,-1.554324226,0.733414257,381,1.811128231,0.322854402,8180.4275672 +125,-1.554290846,0.7288285332,381,1.811128231,0.322854402,8198.0868092 +126,-1.55122487,0.7219795312,381,1.811128231,0.322854402,8226.6001726 +127,-1.525104458,0.7229399862,381,1.811128231,0.322854402,8240.2625595 +128,-1.519607711,0.7236181429,381,1.811128231,0.322854402,8241.0164098 +129,-1.513899999,0.7251107854,381,1.811128231,0.322854402,8238.6315247 +130,-1.536620762,0.7431061895,381,1.811128231,0.322854402,8154.9654207 +131,-1.5369566,0.7460845958,381,1.811128231,0.322854402,8143.2414206 +132,-1.545345528,0.7447040685,381,1.811128231,0.322854402,8143.0965441 +133,-1.532813921,0.7432306626,381,1.811128231,0.322854402,8156.9025335 +134,-1.554788248,0.7382381001,381,1.811128231,0.322854402,8161.5487927 +135,-1.540348126,0.7301594274,381,1.811128231,0.322854402,8202.5296308 +136,-1.538016084,0.7239051786,381,1.811128231,0.322854402,8228.2195257 +137,-1.525288962,0.7258085137,381,1.811128231,0.322854402,8229.0388314 +138,-1.534326986,0.731241342,381,1.811128231,0.322854402,8202.2933249 +139,-1.530733872,0.7303625216,381,1.811128231,0.322854402,8207.9906925 +141,-1.534354939,0.7328219978,381,1.811128231,0.322854402,8196.1658922 +142,-1.53157084,0.7292888153,381,1.811128231,0.322854402,8211.610797 +143,-1.525691035,0.7263799874,381,1.811128231,0.322854402,8226.5754989 +144,-1.534031287,0.7495967835,381,1.811128231,0.322854402,8131.5171873 +145,-1.527714986,0.7283095957,381,1.811128231,0.322854402,8217.8396897 +146,-1.526189586,0.7271468292,381,1.811128231,0.322854402,8223.2954 +147,-1.555177336,0.7375563366,381,1.811128231,0.322854402,8163.8979477 +148,-1.555080283,0.7312707794,381,1.811128231,0.322854402,8188.1365993 +149,-1.53856994,0.7224180299,381,1.811128231,0.322854402,8233.5924457 +150,-1.530837883,0.729933372,381,1.811128231,0.322854402,8209.584657 +151,-1.515066984,0.5854133365,381,1.811128231,0.322854402,8779.169893 +152,-1.534731633,0.5368370046,381,1.811128231,0.322854402,8950.8641983 +153,-1.515231902,0.5607085576,381,1.811128231,0.322854402,8874.5059905 +154,-2.616253799,1.0684566605,381,1.811128231,0.322854402,5626.7321595 +155,-1.956071439,0.5792177723,381,1.811128231,0.322854402,8158.5420379 +156,-1.951208514,0.5602434208,381,1.811128231,0.322854402,8227.1339898 +157,-1.944675062,0.6062144545,381,1.811128231,0.322854402,8098.0503005 +158,-1.613778386,0.6077989518,381,1.811128231,0.322854402,8606.3642015 +159,-2.035029014,0.6021432345,381,1.811128231,0.322854402,7920.253465 +160,-2.114989471,0.6801825058,381,1.811128231,0.322854402,7521.5587792 +161,-2.037382079,0.5765830025,381,1.811128231,0.322854402,7989.3133816 +162,-2.129855121,0.6585019963,381,1.811128231,0.322854402,7548.7337791 +163,-2.075141798,0.6493615843,381,1.811128231,0.322854402,7695.6833063 +164,-1.828626729,0.6948433129,381,1.811128231,0.322854402,8012.4043331 +165,-1.863329418,0.6735427691,381,1.811128231,0.322854402,8029.0311931 +166,-1.266037071,0.727988852,381,1.811128231,0.322854402,8274.7577767 +167,-1.277579582,0.7249010648,381,1.811128231,0.322854402,8289.1526794 +168,-1.258418684,0.7241194816,381,1.811128231,0.322854402,8288.3602605 +169,-1.317813974,0.6804850104,381,1.811128231,0.322854402,8469.3440523 +170,-1.344165204,0.6790988904,381,1.811128231,0.322854402,8474.7859108 +171,-1.427582102,0.5277120351,381,1.811128231,0.322854402,9054.4549371 +172,-1.402238616,0.457167829,381,1.811128231,0.322854402,9341.8605274 +173,-1.422454264,0.4996161999,381,1.811128231,0.322854402,9167.0613038 +174,-1.439089277,0.4894859811,381,1.811128231,0.322854402,9199.3361562 +175,-1.448126995,0.5182330266,381,1.811128231,0.322854402,9082.1339393 +176,-1.474626146,0.5881926574,381,1.811128231,0.322854402,8794.3267772 +177,-1.421139645,0.5584869783,381,1.811128231,0.322854402,8935.9240156 +178,-1.457037165,0.565943032,381,1.811128231,0.322854402,8890.7575463 +179,-2.757159358,0.3745319,381,1.811128231,0.322854402,6264.1988958 +180,-2.714309238,0.342054471,381,1.811128231,0.322854402,6458.2543663 +181,-2.000525337,0.774119946,381,1.811128231,0.322854402,7469.0532764 +183,-1.571413436,0.6777838382,381,1.811128231,0.322854402,8380.7013198 +184,-1.552860289,0.6987663893,381,1.811128231,0.322854402,8314.687147 +185,-1.521852374,0.7165827476,381,1.811128231,0.322854402,8266.9109308 +186,-1.503656267,0.6928968252,381,1.811128231,0.322854402,8369.7829436 +187,-1.502753178,0.7136205882,381,1.811128231,0.322854402,8289.6943315 +188,-1.631894563,0.7343596465,381,1.811128231,0.322854402,8113.3150872 +189,-1.653765416,0.6770714026,381,1.811128231,0.322854402,8305.3787175 +190,-1.719812114,0.6715965947,381,1.811128231,0.322854402,8247.5904848 +191,-1.493406659,0.6646955447,381,1.811128231,0.322854402,8485.4243303 +192,-1.469120564,0.6613469966,381,1.811128231,0.322854402,8511.3627385 +193,-1.590551461,0.5326612937,381,1.811128231,0.322854402,8913.1647605 +194,-1.625979264,0.5247742243,381,1.811128231,0.322854402,8902.1439899 +195,-1.572293943,0.5238808754,381,1.811128231,0.322854402,8965.3020365 +196,-1.610848725,0.5477107964,381,1.811128231,0.322854402,8834.4879811 +197,-1.208485554,0.7918526018,381,1.811128231,0.322854402,8006.6830593 +198,-1.335601374,0.6869083083,381,1.811128231,0.322854402,8444.1331457 +199,-1.346156996,0.6825213377,381,1.811128231,0.322854402,8461.1301609 +200,-1.324381037,0.6741422347,381,1.811128231,0.322854402,8494.6801667 +201,-1.242424992,0.7378949807,381,1.811128231,0.322854402,8229.8970347 +202,-1.270370057,0.7392461008,381,1.811128231,0.322854402,8231.1335207 +203,-1.448950472,0.7441675014,381,1.811128231,0.322854402,8195.2854616 +204,-1.492662363,0.7523026852,381,1.811128231,0.322854402,8144.3428778 +205,-1.479098966,0.7763855017,381,1.811128231,0.322854402,8056.6606074 +206,-1.633760714,0.7869022408,381,1.811128231,0.322854402,7914.0400823 +207,-1.647406434,0.8101289331,381,1.811128231,0.322854402,7814.8354695 +208,-1.564245052,0.5701509278,381,1.811128231,0.322854402,8797.4251485 +209,-1.646289963,0.6833746083,381,1.811128231,0.322854402,8289.8576554 +210,-1.5820631,0.6751952144,381,1.811128231,0.322854402,8381.6788485 +211,-1.613236298,0.6681681791,381,1.811128231,0.322854402,8379.9892679 +212,-1.914661867,0.8212566515,381,1.811128231,0.322854402,7456.6747881 +213,-1.742133237,0.7250275956,381,1.811128231,0.322854402,8027.016422 +214,-2.033144872,0.6557314699,381,1.811128231,0.322854402,7766.5057932 +215,-2.039551981,0.6964723658,381,1.811128231,0.322854402,7632.2858555 +216,-1.247341019,0.7622473908,381,1.811128231,0.322854402,8135.1601545 +217,-1.298239787,0.7084123392,381,1.811128231,0.322854402,8357.2750065 +218,-1.308539688,0.6926545592,381,1.811128231,0.322854402,8420.5999682 +219,-1.303263185,0.6888938396,381,1.811128231,0.322854402,8435.0485164 +220,-1.852400229,0.6004246149,381,1.811128231,0.322854402,8291.4511006 +221,-1.288947707,0.7473773692,381,1.811128231,0.322854402,8201.9548194 +222,-1.372031502,0.7472790993,381,1.811128231,0.322854402,8202.3371077 +223,-1.289805721,0.7242157877,381,1.811128231,0.322854402,8293.7187997 +224,-1.350807603,0.7533498126,381,1.811128231,0.322854402,8180.3595213 +225,-1.329290365,0.7560442322,381,1.811128231,0.322854402,8170.3288739 +226,-1.410153004,0.616936428,381,1.811128231,0.322854402,8709.3083871 +227,-1.393445434,0.6308995063,381,1.811128231,0.322854402,8658.6605368 +228,-1.37595573,0.6241540638,381,1.811128231,0.322854402,8688.8642264 +229,-1.358388707,0.6172645205,381,1.811128231,0.322854402,8718.5589993 +230,-1.753741133,0.8281661666,381,1.811128231,0.322854402,7642.3258101 +231,-1.47430987,0.6834615681,381,1.811128231,0.322854402,8422.326137 +232,-1.421012508,0.7222725206,381,1.811128231,0.322854402,8290.7654673 +233,-1.4476833,0.6978557868,381,1.811128231,0.322854402,8377.6878733 +234,-1.470370723,0.6966193374,381,1.811128231,0.322854402,8372.7484614 +235,-1.429211703,0.7037216883,381,1.811128231,0.322854402,8361.2927505 +236,-1.700578405,0.6178673663,381,1.811128231,0.322854402,8466.675614 +237,-1.678117619,0.6331716163,381,1.811128231,0.322854402,8439.374325 +238,-1.725644578,0.6316331145,381,1.811128231,0.322854402,8383.5419407 +239,-2.14012759,0.7930497945,381,1.811128231,0.322854402,7153.0442943 +240,-2.103289431,0.7653606263,381,1.811128231,0.322854402,7304.0390396 +241,-1.318739838,0.7017808746,381,1.811128231,0.322854402,8385.0374354 +242,-1.396417427,0.7077900843,381,1.811128231,0.322854402,8354.2345026 +243,-1.35650337,0.7185539404,381,1.811128231,0.322854402,8317.7195808 +244,-1.248884539,0.7274156818,381,1.811128231,0.322854402,8272.9817385 +245,-1.395014798,0.5761185243,381,1.811128231,0.322854402,8874.6419153 +246,-1.433377362,0.6064716109,381,1.811128231,0.322854402,8742.4455486 +247,-1.408172432,0.5903155476,381,1.811128231,0.322854402,8814.8971962 +248,-1.749645898,0.7757118084,381,1.811128231,0.322854402,7835.7812423 +249,-1.571626686,0.615046989,381,1.811128231,0.322854402,8619.7972317 +250,-1.514070049,0.6303003037,381,1.811128231,0.322854402,8606.1825386 +251,-1.480890369,0.6237966528,381,1.811128231,0.322854402,8651.8954456 +252,-1.704390658,0.5281680612,381,1.811128231,0.322854402,8783.7942896 +253,-1.64434733,0.5254277498,381,1.811128231,0.322854402,8876.8200074 +254,-1.703855997,0.4792484842,381,1.811128231,0.322854402,8958.490639 +255,-1.692002383,0.5748825051,381,1.811128231,0.322854402,8633.6039962 +256,-1.854136457,0.5544643913,381,1.811128231,0.322854402,8439.9987438 +257,-1.665021206,0.520317736,381,1.811128231,0.322854402,8868.1703689 +258,-1.733654349,0.4845187345,381,1.811128231,0.322854402,8891.5975574 +259,-1.720938188,0.5135933906,381,1.811128231,0.322854402,8810.24801 +260,-1.742668307,0.553296122,381,1.811128231,0.322854402,8636.5160987 +261,-1.965659039,0.7142126903,381,1.811128231,0.322854402,7718.8523711 +262,-1.944438071,0.6772834804,381,1.811128231,0.322854402,7874.5145347 +263,-1.270340967,0.7681487096,381,1.811128231,0.322854402,8116.8844878 +264,-1.353091884,0.6549276821,381,1.811128231,0.322854402,8569.9340889 +265,-1.333236659,0.6413584414,381,1.811128231,0.322854402,8624.5873506 +266,-1.352015998,0.6753788907,381,1.811128231,0.322854402,8489.0364763 +267,-1.377988483,0.6577816235,381,1.811128231,0.322854402,8555.5110894 +268,-2.13075611,0.8318642051,381,1.811128231,0.322854402,7061.302891 +269,-2.097910953,0.8259670014,381,1.811128231,0.322854402,7138.6206228 +270,-1.416382069,0.6694271549,381,1.811128231,0.322854402,8500.4579328 +271,-1.538905672,0.7535625993,381,1.811128231,0.322854402,8113.1041955 +272,-1.572309477,0.7803125099,381,1.811128231,0.322854402,7987.6391044 +273,-1.87759879,0.7503853417,381,1.811128231,0.322854402,7748.8877584 +274,1.152365588,0.590457682,381,1.811128231,0.322854402,2551.7631702 +275,0.350198001,0.718001859,381,1.811128231,0.322854402,5068.7417179 +276,0.046513677,0.491503852,381,1.811128231,0.322854402,6266.665268 +277,0.027510309,0.742571376,381,1.811128231,0.322854402,5956.4789302 +278,0.306285725,-0.214631579,381,1.811128231,0.322854402,6247.7055834 +279,-1.100564889,0.318051531,381,1.811128231,0.322854402,9752.1438952 +280,-1.078582306,0.301437596,381,1.811128231,0.322854402,9783.4801877 +281,-1.137371989,-0.617634065,381,1.811128231,0.322854402,11094.062712 +282,0.784356344,0.703272339,381,1.811128231,0.322854402,3773.2454371 +283,-1.221209947,0.218327455,381,1.811128231,0.322854402,10258.154236 +284,2.347301921,-0.449114658,381,1.811128231,0.322854402,3689.5482854 +285,0.246820618,0.830553713,381,1.811128231,0.322854402,5268.4572587 +286,0.829414965,0.703288228,381,1.811128231,0.322854402,3637.9305869 +287,-1.337537566,0.42332223,381,1.811128231,0.322854402,9488.1166635 +288,0.882453706,0.454478077,381,1.811128231,0.322854402,3421.3606204 +289,1.575629659,0.416419109,381,1.811128231,0.322854402,944.80418744 +290,-1.039455679,0.229888244,381,1.811128231,0.322854402,9977.0438359 +291,0.489558039,0.934482747,381,1.811128231,0.322854402,4617.0281375 +292,0.081344504,0.88384514,381,1.811128231,0.322854402,5625.1383288 +293,-1.547979814,0.300350308,381,1.811128231,0.322854402,9833.9488029 +294,0.040776181,0.168560074,381,1.811128231,0.322854402,6746.7084707 +295,-1.130374745,0.563894876,381,1.811128231,0.322854402,8850.3771144 +296,1.578326642,0.478507176,381,1.811128231,0.322854402,1048.0151965 +297,-1.12861823,-0.291640865,381,1.811128231,0.322854402,11671.970127 +298,0.310524208,0.770885792,381,1.811128231,0.322854402,5144.0496294 +299,0.415649091,-0.387246002,381,1.811128231,0.322854402,6089.8196894 +300,-0.926533878,-0.188022748,381,1.811128231,0.322854402,10808.245321 +301,1.258856172,-0.11716081,381,1.811128231,0.322854402,2773.4054813 +302,-1.126050026,0.322941926,381,1.811128231,0.322854402,9765.0445709 +303,2.002785835,0.07893892,381,1.811128231,0.322854402,1218.0533443 +304,0.440437607,0.746258085,381,1.811128231,0.322854402,4789.496192 +305,-0.030391866,0.214441206,381,1.811128231,0.322854402,6939.965043 +306,0.521557815,-0.058929362,381,1.811128231,0.322854402,5245.3728941 +307,-0.097005111,0.13317729,381,1.811128231,0.322854402,7300.5839889 +308,1.83113859,0.221857587,381,1.811128231,0.322854402,407.25949115 +309,0.222428864,0.099404236,381,1.811128231,0.322854402,6164.1185242 +310,-1.702731345,0.8728568183,381,1.811128231,0.322854402,7531.4217361 +311,-0.418507569,0.278324921,381,1.811128231,0.322854402,8164.7528762 +312,-1.41153306,0.339029988,381,1.811128231,0.322854402,9803.2518449 +313,0.357560442,0.114788776,381,1.811128231,0.322854402,5639.4335374 +314,0.325818979,0.268352149,381,1.811128231,0.322854402,5576.6123678 +315,-1.246004659,-0.663679965,381,1.811128231,0.322854402,11062.630071 +316,1.814603087,0.637404484,381,1.811128231,0.322854402,1245.9917806 +317,1.843704281,-0.18300445,381,1.811128231,0.322854402,2007.7474107 +318,1.690644492,-0.211480909,381,1.811128231,0.322854402,2168.213176 +319,-1.275451936,0.068109467,381,1.811128231,0.322854402,10880.430422 +320,0.762430171,-0.207594741,381,1.811128231,0.322854402,4603.1905873 +321,0.265668905,-0.014647884,381,1.811128231,0.322854402,6145.1729161 +322,-2.773032013,-0.335515811,381,1.811128231,0.322854402,7096.3632943 +323,-1.469512853,0.174058777,381,1.811128231,0.322854402,10401.930781 +324,0.286276986,0.785925691,381,1.811128231,0.322854402,5199.5739128 +325,-1.379324697,0.377432233,381,1.811128231,0.322854402,9663.5526739 +326,-1.203778265,0.212813032,381,1.811128231,0.322854402,10265.110323 +327,0.579916301,0.611743168,381,1.811128231,0.322854402,4413.7310201 +328,0.267582642,0.868113908,381,1.811128231,0.322854402,5184.9523707 +329,0.412869244,-0.050245578,381,1.811128231,0.322854402,5638.8532812 +330,0.17524381,0.976660285,381,1.811128231,0.322854402,5309.2763356 +331,0.743157214,0.204812899,381,1.811128231,0.322854402,4092.9257241 +332,-1.070758176,0.269382282,381,1.811128231,0.322854402,9888.6043615 +333,-1.230364251,0.329790229,381,1.811128231,0.322854402,9829.5685324 +334,-1.374813124,-0.024926835,381,1.811128231,0.322854402,11251.243379 +335,0.519780566,0.463669906,381,1.811128231,0.322854402,4695.6834392 +336,-1.55108034,0.239698561,381,1.811128231,0.322854402,10054.88028 +337,0.180294813,0.029739425,381,1.811128231,0.322854402,6409.9112183 +338,0.67820924,0.268170153,381,1.811128231,0.322854402,4275.7365708 +339,0.445798684,1.024001867,381,1.811128231,0.322854402,4713.7749181 +340,0.691751283,0.150521402,381,1.811128231,0.322854402,4343.7249685 +341,-1.036643551,-0.903056181,381,1.811128231,0.322854402,9969.7347997 +342,-0.120287036,1.083325163,381,1.811128231,0.322854402,5731.1546852 +343,2.823513113,-0.304487164,381,1.811128231,0.322854402,4659.803589 +344,0.457583172,1.12513373,381,1.811128231,0.322854402,4701.9043928 +345,0.042918831,0.813795399,381,1.811128231,0.322854402,5813.6451916 +346,1.196146777,-0.853142756,381,1.811128231,0.322854402,5137.5263916 +347,0.206001358,-0.010430701,381,1.811128231,0.322854402,6363.9881846 +348,-0.268308653,0.234799412,381,1.811128231,0.322854402,7745.9894156 +349,0.759363263,0.736189579,381,1.811128231,0.322854402,3859.7644429 +350,0.181363926,0.891988372,381,1.811128231,0.322854402,5376.3748074 +351,-0.021111158,0.139103292,381,1.811128231,0.322854402,7014.4944804 +352,-0.093355215,0.630686981,381,1.811128231,0.322854402,6474.6339263 +353,0.40118964,0.681375926,381,1.811128231,0.322854402,4940.848613 +354,-0.721197315,1.304706234,381,1.811128231,0.322854402,5818.7733553 +355,-1.076150317,0.212107639,381,1.811128231,0.322854402,10103.505552 +356,-1.577164531,0.273993443,381,1.811128231,0.322854402,9891.4450846 +357,-0.190788414,0.182208586,381,1.811128231,0.322854402,7563.4546989 +358,-0.261349752,0.209710184,381,1.811128231,0.322854402,7765.9655204 +359,-1.029303852,0.083549259,381,1.811128231,0.322854402,10450.440237 +360,-1.268609162,0.330525297,381,1.811128231,0.322854402,9844.6538742 +361,1.282982244,-0.926641967,381,1.811128231,0.322854402,5269.2460852 +362,0.217352334,0.731352408,381,1.811128231,0.322854402,5441.7920242 +363,-1.511833084,0.258629297,381,1.811128231,0.322854402,10034.305906 +364,0.338812194,0.823184618,381,1.811128231,0.322854402,5031.4024635 +365,-0.324406489,1.134201999,381,1.811128231,0.322854402,5932.9273415 +366,1.389579348,0.399185724,381,1.811128231,0.322854402,1589.1353967 +367,2.047152199,-0.039082036,381,1.811128231,0.322854402,1703.4668106 +368,0.947780369,0.568250077,381,1.811128231,0.322854402,3204.5462232 +369,0.763824846,0.576754987,381,1.811128231,0.322854402,3817.6105234 +370,-0.142334657,0.928153068,381,1.811128231,0.322854402,6056.4488444 +371,0.610266567,0.547265983,381,1.811128231,0.322854402,4337.9788536 +372,0.210731629,0.746815056,381,1.811128231,0.322854402,5444.834037 +373,-1.34931644,0.316895224,381,1.811128231,0.322854402,9908.7380266 +374,2.407696481,0.655030745,381,1.811128231,0.322854402,2445.2159344 +375,0.64207831,0.545359131,381,1.811128231,0.322854402,4231.5553887 +376,1.174597538,0.840588356,381,1.811128231,0.322854402,2892.1872023 +377,0.660059424,0.010604079,381,1.811128231,0.322854402,4635.8844423 +378,-0.730263819,0.010486456,381,1.811128231,0.322854402,9760.7372485 +379,0.831068936,0.512339172,381,1.811128231,0.322854402,3593.6411372 +380,1.301180979,0.72367476,381,1.811128231,0.322854402,2341.3758436 +381,1.811128231,0.322854402,381,1.811128231,0.322854402,0 +382,0.435105812,0.992284428,381,1.811128231,0.322854402,4737.6862658 +383,0.62643634,0.592027932,381,1.811128231,0.322854402,4268.5681018 +384,0.492988703,-0.516339467,381,1.811128231,0.322854402,6025.7030382 +385,-0.162469483,0.112549365,381,1.811128231,0.322854402,7569.8035742 +386,0.314630866,0.472006421,381,1.811128231,0.322854402,5396.2085651 +387,0.166744804,0.822815954,381,1.811128231,0.322854402,5484.2465745 +388,0.417159608,0.965805736,381,1.811128231,0.322854402,4780.8620985 +389,0.106334961,0.868774244,381,1.811128231,0.322854402,5583.6744707 +390,0.815086969,-0.338144359,381,1.811128231,0.322854402,4673.2470687 +391,0.59867455,-0.230624824,381,1.811128231,0.322854402,5215.8552785 +392,1.915104874,0.066220985,381,1.811128231,0.322854402,1093.4340845 +393,1.278093622,0.064463721,381,1.811128231,0.322854402,2304.2388202 +394,-0.061477853,0.302997961,381,1.811128231,0.322854402,6916.1941446 +395,0.251311504,0.626976942,381,1.811128231,0.322854402,5446.2579785 +396,2.950242872,0.149095644,381,1.811128231,0.322854402,4419.4637124 +397,-0.180294708,0.35375117,381,1.811128231,0.322854402,7236.4921672 +398,1.010448592,-0.351180233,381,1.811128231,0.322854402,4098.3413473 +399,-1.748740498,0.3686318073,381,1.811128231,0.322854402,9260.3283735 +400,2.699635665,0.123533791,381,1.811128231,0.322854402,3509.3740715 +401,0.496808033,0.823843254,381,1.811128231,0.322854402,4608.1109032 +402,0.129574704,0.763364087,381,1.811128231,0.322854402,5651.0884449 +403,1.798920311,0.817447563,381,1.811128231,0.322854402,1959.4868663 +404,0.335987953,0.746786541,381,1.811128231,0.322854402,5089.5988767 +405,-1.085413643,0.292154671,381,1.811128231,0.322854402,9827.2962261 +406,-0.155321003,0.508207011,381,1.811128231,0.322854402,6878.1550121 +407,0.620529244,-0.301175104,381,1.811128231,0.322854402,5253.8646317 +408,1.684402744,0.368716966,381,1.811128231,0.322854402,505.8960481 +409,0.300582244,-0.386397212,381,1.811128231,0.322854402,6486.2134324 +410,2.913555946,-0.009225192,381,1.811128231,0.322854402,4482.4860205 +411,1.465101417,0.493232532,381,1.811128231,0.322854402,1424.6797835 +412,0.090612882,0.907955955,381,1.811128231,0.322854402,5573.2014347 +413,2.987564726,-0.729568594,381,1.811128231,0.322854402,5983.5570751 +414,-1.484261606,0.224149272,381,1.811128231,0.322854402,10195.434186 +415,0.164073421,0.303955133,381,1.811128231,0.322854402,6118.8369861 +416,0.141441293,0.167552546,381,1.811128231,0.322854402,6378.0499422 +417,2.931321023,-0.506718887,381,1.811128231,0.322854402,5395.4878216 +418,2.21951565,0.700596356,381,1.811128231,0.322854402,2043.2254697 +419,0.268112576,1.199114336,381,1.811128231,0.322854402,4993.5198294 +420,0.978913739,0.359223811,381,1.811128231,0.322854402,3098.9906754 +421,1.210898818,0.522863584,381,1.811128231,0.322854402,2297.4793204 +422,2.347397336,0.129231362,381,1.811128231,0.322854402,2202.8836466 +423,0.614394501,0.556878345,381,1.811128231,0.322854402,4320.2964478 +424,-1.398079356,0.148483366,381,1.811128231,0.322854402,10558.270559 +425,2.535303836,-0.112984496,381,1.811128231,0.322854402,3313.4812958 +426,-1.019372593,-0.405322349,381,1.811128231,0.322854402,11247.973801 +427,-1.297785627,-0.160104069,381,1.811128231,0.322854402,11787.088065 +428,2.144554488,0.205051084,381,1.811128231,0.322854402,1356.4380146 +429,-2.242387083,-0.426171285,381,1.811128231,0.322854402,9076.1456292 +430,0.338637212,0.909723676,381,1.811128231,0.322854402,4983.5178007 +431,-0.148798452,0.691042401,381,1.811128231,0.322854402,6519.3969429 +432,0.893524764,0.441829531,381,1.811128231,0.322854402,3384.4058488 +433,0.969229347,-0.368847936,381,1.811128231,0.322854402,4262.4379861 +434,0.436043248,0.800045688,381,1.811128231,0.322854402,4779.8121954 +435,1.687946607,1.081504775,381,1.811128231,0.322854402,3024.409868 +436,0.522302046,-0.034889271,381,1.811128231,0.322854402,5210.2350566 +437,-0.178996113,-0.438090009,381,1.811128231,0.322854402,8224.1844256 +438,-1.094339566,0.301444068,381,1.811128231,0.322854402,9805.4767439 +439,-1.064070054,0.242569932,381,1.811128231,0.322854402,9974.5016492 +440,-1.068153768,0.230387998,381,1.811128231,0.322854402,10024.840202 +441,-3.00496892,-0.23989155,381,1.811128231,0.322854402,6142.7829908 +442,0.21751974,0.766874888,381,1.811128231,0.322854402,5405.83465 +443,0.117229532,0.007619006,381,1.811128231,0.322854402,6674.5689936 +444,0.777758451,0.420554741,381,1.811128231,0.322854402,3806.4888785 +445,-0.252356999,0.250747086,381,1.811128231,0.322854402,7662.8440029 +446,0.363148444,0.768483434,381,1.811128231,0.322854402,4998.2137736 +447,0.903191366,-0.118210676,381,1.811128231,0.322854402,3952.5858792 +448,-0.205755923,0.149406178,381,1.811128231,0.322854402,7669.4474355 +449,1.811996086,0.02364353,381,1.811128231,0.322854402,1185.1790617 +450,-1.100670221,0.314845373,381,1.811128231,0.322854402,9764.2029189 +451,0.340078597,0.850105132,381,1.811128231,0.322854402,5012.1160895 +452,0.258757267,0.804969236,381,1.811128231,0.322854402,5258.6268631 +453,2.78505352,-0.155160804,381,1.811128231,0.322854402,4249.7349592 +454,0.800551619,0.105822106,381,1.811128231,0.322854402,3987.7305126 +455,0.437940882,-0.506194031,381,1.811128231,0.322854402,6186.2640006 +456,2.230431122,0.63458615,381,1.811128231,0.322854402,1912.8184775 +457,0.527965361,0.127667701,381,1.811128231,0.322854402,4984.9666397 +458,-0.063643205,0.702093448,381,1.811128231,0.322854402,6268.7295898 +459,1.408447268,0.133010502,381,1.811128231,0.322854402,1723.2235622 +460,0.523795955,0.280266966,381,1.811128231,0.322854402,4836.6358046 +461,-0.975769313,0.072177659,381,1.811128231,0.322854402,10354.721976 +462,0.549774164,-0.463663986,381,1.811128231,0.322854402,5759.7823812 +463,0.29245874,1.095549818,381,1.811128231,0.322854402,4995.410729 +464,0.143625958,0.816809593,381,1.811128231,0.322854402,5550.8928975 +465,0.671902494,0.611159853,381,1.811128231,0.322854402,4116.1473249 +466,1.239840988,0.6724199,381,1.811128231,0.322854402,2401.8982913 +467,0.607829703,-0.10932137,381,1.811128231,0.322854402,4998.1303812 +468,1.763020906,0.263996692,381,1.811128231,0.322854402,295.99365305 +469,0.378714634,0.726066797,381,1.811128231,0.322854402,4979.8115402 +470,2.196736143,-0.153862366,381,1.811128231,0.322854402,2415.9008281 +471,0.01702415,0.148991565,381,1.811128231,0.322854402,6860.7929274 +472,-2.998490902,-0.158002487,381,1.811128231,0.322854402,6059.5063707 +473,-3.051262951,-0.346595608,381,1.811128231,0.322854402,6120.851017 +474,-1.069176439,0.182802941,381,1.811128231,0.322854402,10195.663218 +475,0.167157509,0.595344954,381,1.811128231,0.322854402,5743.3721791 +476,0.613855648,0.681746124,381,1.811128231,0.322854402,4290.0076125 +477,1.037012736,0.682555367,381,1.811128231,0.322854402,3001.8887024 +478,-1.253574971,0.379755746,381,1.811128231,0.322854402,9644.8966319 +479,3.108590453,-0.132620738,381,1.811128231,0.322854402,5376.6049448 +480,0.565301296,0.022333262,381,1.811128231,0.322854402,4974.30518 +481,0.547898238,0.855555614,381,1.811128231,0.322854402,4470.9305858 +482,0.948309381,0.417393755,381,1.811128231,0.322854402,3192.6644268 +483,-0.050600732,0.945269213,381,1.811128231,0.322854402,5833.430254 +484,-0.977651478,-0.572363064,381,1.811128231,0.322854402,10847.987884 +485,1.102014914,0.728861163,381,1.811128231,0.322854402,2873.6288626 +486,2.927300795,-0.282939414,381,1.811128231,0.322854402,4968.0195957 +487,-1.154565557,0.124434095,381,1.811128231,0.322854402,10543.497609 +488,1.855331234,0.291044755,381,1.811128231,0.322854402,209.11507448 +489,0.830290659,0.276904518,381,1.811128231,0.322854402,3701.5470892 +490,0.485104466,-0.234867441,381,1.811128231,0.322854402,5626.8403992 +491,0.521367572,-0.33161327,381,1.811128231,0.322854402,5643.9599018 +1,-1.539031704,0.7349710123,382,0.435105812,0.992284428,4582.2068489 +2,-1.536990553,0.7349663874,382,0.435105812,0.992284428,4578.9254891 +3,-1.534951779,0.7349571355,382,0.435105812,0.992284428,4575.6591917 +4,-1.532906461,0.7349480293,382,0.435105812,0.992284428,4572.3777287 +5,-1.531320211,0.7346937278,382,0.435105812,0.992284428,4570.6466674 +6,-1.539451648,0.7335131775,382,0.435105812,0.992284428,4587.7109851 +7,-1.537429487,0.7335445708,382,0.435105812,0.992284428,4584.3394048 +8,-1.535484998,0.7335658704,382,0.435105812,0.992284428,4581.1230641 +9,-1.533488396,0.7336036027,382,0.435105812,0.992284428,4577.764325 +10,-1.531497785,0.7335842962,382,0.435105812,0.992284428,4574.6000223 +11,-1.530259379,0.7334777758,382,0.435105812,0.992284428,4572.9416304 +12,-1.5335454,0.7322346912,382,0.435105812,0.992284428,4582.3826678 +13,-1.531489083,0.7322238773,382,0.435105812,0.992284428,4579.081375 +14,-1.530011122,0.7321679851,382,0.435105812,0.992284428,4576.865004 +15,-1.53348106,0.7306614094,382,0.435105812,0.992284428,4587.4811071 +16,-1.531441779,0.7306962275,382,0.435105812,0.992284428,4584.0537498 +17,-1.529755654,0.7306933243,382,0.435105812,0.992284428,4581.3216859 +18,-1.533415048,0.7291384674,382,0.435105812,0.992284428,4592.4114209 +19,-1.531392093,0.7291705353,382,0.435105812,0.992284428,4589.0168833 +20,-1.529296523,0.7291214933,382,0.435105812,0.992284428,4585.7682591 +21,-1.535280942,0.727267644,382,0.435105812,0.992284428,4601.6339 +22,-1.533378158,0.7276139666,382,0.435105812,0.992284428,4597.3952782 +23,-1.531340368,0.7276446587,382,0.435105812,0.992284428,4593.9783972 +24,-1.528960113,0.7276398177,382,0.435105812,0.992284428,4590.1167996 +25,-1.533313146,0.7260818349,382,0.435105812,0.992284428,4602.3597413 +26,-1.531259555,0.7260958115,382,0.435105812,0.992284428,4598.9695797 +27,-1.528926415,0.7260865555,382,0.435105812,0.992284428,4595.1961102 +28,-1.531226779,0.7245511789,382,0.435105812,0.992284428,4604.0261816 +29,-1.528904772,0.7245519194,382,0.435105812,0.992284428,4600.2346879 +30,-1.547195875,0.7409785979,382,0.435105812,0.992284428,4575.4342695 +31,-1.5451475,0.740980426,382,0.435105812,0.992284428,4572.1469786 +32,-1.543097679,0.7409798872,382,0.435105812,0.992284428,4568.8610861 +33,-1.540720364,0.7409892687,382,0.435105812,0.992284428,4565.0119482 +34,-1.547188511,0.7395198392,382,0.435105812,0.992284428,4580.2571517 +35,-1.545148587,0.7395226109,382,0.435105812,0.992284428,4576.9776675 +36,-1.543104538,0.7395314908,382,0.435105812,0.992284428,4573.6672559 +37,-1.540727751,0.7395306258,382,0.435105812,0.992284428,4569.8498768 +38,-1.547187029,0.7380014886,382,0.435105812,0.992284428,4585.2881293 +39,-1.545147315,0.7380012252,382,0.435105812,0.992284428,4582.0163378 +40,-1.54310719,0.7380060743,382,0.435105812,0.992284428,4578.7228645 +41,-1.540719671,0.7380068206,382,0.435105812,0.992284428,4574.8797248 +42,-1.547187189,0.7364799098,382,0.435105812,0.992284428,4590.3336406 +43,-1.545149996,0.7364853874,382,0.435105812,0.992284428,4587.0441756 +44,-1.543106091,0.7364823484,382,0.435105812,0.992284428,4583.7680656 +45,-1.540717158,0.7364893901,382,0.435105812,0.992284428,4579.8986416 +46,-1.538663972,0.7410138672,382,0.435105812,0.992284428,4561.6234896 +47,-1.53695285,0.7409699132,382,0.435105812,0.992284428,4559.0137817 +48,-1.534910498,0.7409641297,382,0.435105812,0.992284428,4555.740803 +49,-1.533145034,0.7409536636,382,0.435105812,0.992284428,4552.926308 +50,-1.538681336,0.7395405883,382,0.435105812,0.992284428,4566.5232657 +51,-1.536999189,0.7395183096,382,0.435105812,0.992284428,4563.8864821 +52,-1.534923633,0.7395144222,382,0.435105812,0.992284428,4560.5511509 +53,-1.533267822,0.7395654306,382,0.435105812,0.992284428,4557.7086162 +54,-1.53867273,0.7380151077,382,0.435105812,0.992284428,4571.5550674 +55,-1.536980576,0.7379994392,382,0.435105812,0.992284428,4568.8780492 +56,-1.534931522,0.7379944961,382,0.435105812,0.992284428,4565.5862399 +57,-1.533387952,0.7379480264,382,0.435105812,0.992284428,4563.2449864 +58,-1.538682279,0.7364914363,382,0.435105812,0.992284428,4576.6113807 +59,-1.536980704,0.7364810563,382,0.435105812,0.992284428,4573.8994456 +60,-1.534935567,0.7364752065,382,0.435105812,0.992284428,4570.6142674 +61,-1.533042592,0.7363876366,382,0.435105812,0.992284428,4567.8412978 +62,-1.545143426,0.7349628011,382,0.435105812,0.992284428,4592.0807121 +63,-1.543105297,0.7349691947,382,0.435105812,0.992284428,4588.7799391 +64,-1.541064533,0.7349647152,382,0.435105812,0.992284428,4585.5068717 +65,-1.545411803,0.7334624714,382,0.435105812,0.992284428,4597.487097 +66,-1.543446606,0.7334780896,382,0.435105812,0.992284428,4594.2711339 +67,-1.541475327,0.7334957295,382,0.435105812,0.992284428,4591.0349278 +68,-1.545401939,0.731963266,382,0.435105812,0.992284428,4602.443481 +69,-1.54342253,0.7319915583,382,0.435105812,0.992284428,4599.1600103 +70,-1.541455867,0.7320216438,382,0.435105812,0.992284428,4595.887424 +71,-1.545410146,0.7304422281,382,0.435105812,0.992284428,4607.5025528 +72,-1.543435491,0.7304713664,382,0.435105812,0.992284428,4604.2213471 +73,-1.541463105,0.7304997613,382,0.435105812,0.992284428,4600.9425435 +74,-1.545414768,0.7289194936,382,0.435105812,0.992284428,4612.5626725 +75,-1.543435774,0.7289538557,382,0.435105812,0.992284428,4609.2545342 +76,-1.541457714,0.7289765881,382,0.435105812,0.992284428,4605.9827327 +77,-1.539449415,0.7320555866,382,0.435105812,0.992284428,4592.5340705 +78,-1.537429183,0.7321097681,382,0.435105812,0.992284428,4589.0876078 +79,-1.535472649,0.7321497267,382,0.435105812,0.992284428,4585.7875967 +80,-1.539457899,0.7305333307,382,0.435105812,0.992284428,4597.5897967 +81,-1.537453161,0.7305750503,382,0.435105812,0.992284428,4594.2070069 +82,-1.535479385,0.7306124949,382,0.435105812,0.992284428,4590.8847839 +83,-1.53946905,0.7290102593,382,0.435105812,0.992284428,4602.6537631 +84,-1.537459922,0.7290417293,382,0.435105812,0.992284428,4599.2951636 +85,-1.535451349,0.7290890157,382,0.435105812,0.992284428,4595.8812823 +86,-1.535522937,0.7279887191,382,0.435105812,0.992284428,4599.6396926 +87,-1.539442524,0.7274735939,382,0.435105812,0.992284428,4607.7029652 +88,-1.537424111,0.727521351,382,0.435105812,0.992284428,4604.2726295 +89,-1.539384641,0.7259505092,382,0.435105812,0.992284428,4612.6574442 +90,-1.537372391,0.7259947145,382,0.435105812,0.992284428,4609.2460981 +91,-1.535340789,0.7260435356,382,0.435105812,0.992284428,4605.7842125 +92,-1.539325716,0.7244369706,382,0.435105812,0.992284428,4617.5796096 +93,-1.537308932,0.7244801057,382,0.435105812,0.992284428,4614.1616939 +94,-1.535289068,0.7245247645,382,0.435105812,0.992284428,4610.7298983 +95,-1.533261366,0.7245550236,382,0.435105812,0.992284428,4607.3291818 +96,-1.539267302,0.722921924,382,0.435105812,0.992284428,4622.5086163 +97,-1.537248972,0.7229660258,382,0.435105812,0.992284428,4619.0822303 +98,-1.535219431,0.7229916471,382,0.435105812,0.992284428,4615.6949873 +99,-1.53318962,0.7230212049,382,0.435105812,0.992284428,4612.2903458 +100,-1.531154816,0.7230299897,382,0.435105812,0.992284428,4608.9423943 +101,-1.528878341,0.7230370244,382,0.435105812,0.992284428,4605.2013182 +102,-1.539218189,0.7214009878,382,0.435105812,0.992284428,4627.4732863 +103,-1.537198791,0.7214422745,382,0.435105812,0.992284428,4624.0517516 +104,-1.535179266,0.7214634354,382,0.435105812,0.992284428,4620.69286 +105,-1.533156501,0.7214944644,382,0.435105812,0.992284428,4617.2921001 +106,-1.53113574,0.7215166021,382,0.435105812,0.992284428,4613.9201694 +107,-1.528874248,0.7215345535,382,0.435105812,0.992284428,4610.1645047 +108,-1.539217656,0.7198512397,382,0.435105812,0.992284428,4632.6136175 +109,-1.537199919,0.7199428763,382,0.435105812,0.992284428,4629.0251332 +110,-1.545425832,0.727397149,382,0.435105812,0.992284428,4617.6330901 +111,-1.543371177,0.7273916949,382,0.435105812,0.992284428,4614.3321603 +112,-1.541368852,0.7274523163,382,0.435105812,0.992284428,4610.8926639 +113,-1.545349067,0.7258710923,382,0.435105812,0.992284428,4622.5751255 +114,-1.54332671,0.7258603556,382,0.435105812,0.992284428,4619.3411401 +115,-1.541346831,0.7259242142,382,0.435105812,0.992284428,4615.9245035 +116,-1.545324355,0.7243383958,382,0.435105812,0.992284428,4627.6243523 +117,-1.543292796,0.7243617413,382,0.435105812,0.992284428,4624.2596579 +118,-1.541295822,0.7244024384,382,0.435105812,0.992284428,4620.8894964 +119,-1.543193859,0.7205570215,382,0.435105812,0.992284428,4636.7307653 +120,-1.550257047,0.7386738187,382,0.435105812,0.992284428,4587.9754375 +121,-1.549335448,0.7311736483,382,0.435105812,0.992284428,4611.39259 +122,-1.533478843,0.7179891343,382,0.435105812,0.992284428,4629.431135 +123,-1.556150555,0.738907041,382,0.435105812,0.992284428,4596.6120956 +124,-1.554324226,0.733414257,382,0.435105812,0.992284428,4611.9496533 +125,-1.554290846,0.7288285332,382,0.435105812,0.992284428,4627.1440693 +126,-1.55122487,0.7219795312,382,0.435105812,0.992284428,4644.9952958 +127,-1.525104458,0.7229399862,382,0.435105812,0.992284428,4599.3476255 +128,-1.519607711,0.7236181429,382,0.435105812,0.992284428,4588.0920087 +129,-1.513899999,0.7251107854,382,0.435105812,0.992284428,4573.7836525 +130,-1.536620762,0.7431061895,382,0.435105812,0.992284428,4551.4203978 +131,-1.5369566,0.7460845958,382,0.435105812,0.992284428,4542.1232693 +132,-1.545345528,0.7447040685,382,0.435105812,0.992284428,4560.1344301 +133,-1.532813921,0.7432306626,382,0.435105812,0.992284428,4544.8759605 +134,-1.554788248,0.7382381001,382,0.435105812,0.992284428,4596.6619364 +135,-1.540348126,0.7301594274,382,0.435105812,0.992284428,4600.268278 +136,-1.538016084,0.7239051786,382,0.435105812,0.992284428,4617.2160971 +137,-1.525288962,0.7258085137,382,0.435105812,0.992284428,4590.1731948 +138,-1.534326986,0.731241342,382,0.435105812,0.992284428,4586.9355065 +139,-1.530733872,0.7303625216,382,0.435105812,0.992284428,4584.0059482 +141,-1.534354939,0.7328219978,382,0.435105812,0.992284428,4581.7529624 +142,-1.53157084,0.7292888153,382,0.435105812,0.992284428,4588.916517 +143,-1.525691035,0.7263799874,382,0.435105812,0.992284428,4588.9430135 +144,-1.534031287,0.7495967835,382,0.435105812,0.992284428,4525.8344757 +145,-1.527714986,0.7283095957,382,0.435105812,0.992284428,4585.8733706 +146,-1.526189586,0.7271468292,382,0.435105812,0.992284428,4587.2247541 +147,-1.555177336,0.7375563366,382,0.435105812,0.992284428,4599.5478486 +148,-1.555080283,0.7312707794,382,0.435105812,0.992284428,4620.2867179 +149,-1.53856994,0.7224180299,382,0.435105812,0.992284428,4623.0465491 +150,-1.530837883,0.729933372,382,0.435105812,0.992284428,4585.5935829 +151,-1.515066984,0.5854133365,382,0.435105812,0.992284428,5040.5208384 +152,-1.534731633,0.5368370046,382,0.435105812,0.992284428,5238.8743653 +153,-1.515231902,0.5607085576,382,0.435105812,0.992284428,5123.8128733 +154,-2.616253799,1.0684566605,382,0.435105812,0.992284428,4276.4436112 +155,-1.956071439,0.5792177723,382,0.435105812,0.992284428,5731.0372912 +156,-1.951208514,0.5602434208,382,0.435105812,0.992284428,5794.5637671 +157,-1.944675062,0.6062144545,382,0.435105812,0.992284428,5617.8903694 +158,-1.613778386,0.6077989518,382,0.435105812,0.992284428,5132.3185999 +159,-2.035029014,0.6021432345,382,0.435105812,0.992284428,5739.6693 +160,-2.114989471,0.6801825058,382,0.435105812,0.992284428,5530.3235517 +161,-2.037382079,0.5765830025,382,0.435105812,0.992284428,5837.4663883 +162,-2.129855121,0.6585019963,382,0.435105812,0.992284428,5626.2013586 +163,-2.075141798,0.6493615843,382,0.435105812,0.992284428,5606.5324908 +164,-1.828626729,0.6948433129,382,0.435105812,0.992284428,5148.1551657 +165,-1.863329418,0.6735427691,382,0.435105812,0.992284428,5270.0267737 +166,-1.266037071,0.727988852,382,0.435105812,0.992284428,4129.4244672 +167,-1.277579582,0.7249010648,382,0.435105812,0.992284428,4160.3525386 +168,-1.258418684,0.7241194816,382,0.435105812,0.992284428,4127.176138 +169,-1.317813974,0.6804850104,382,0.435105812,0.992284428,4373.8840984 +170,-1.344165204,0.6790988904,382,0.435105812,0.992284428,4426.8699155 +171,-1.427582102,0.5277120351,382,0.435105812,0.992284428,5074.3635884 +172,-1.402238616,0.457167829,382,0.435105812,0.992284428,5260.4911453 +173,-1.422454264,0.4996161999,382,0.435105812,0.992284428,5158.0152592 +174,-1.439089277,0.4894859811,382,0.435105812,0.992284428,5223.1503695 +175,-1.448126995,0.5182330266,382,0.435105812,0.992284428,5144.188063 +176,-1.474626146,0.5881926574,382,0.435105812,0.992284428,4959.5757765 +177,-1.421139645,0.5584869783,382,0.435105812,0.992284428,4960.5066952 +178,-1.457037165,0.565943032,382,0.435105812,0.992284428,5001.7945403 +179,-2.757159358,0.3745319,382,0.435105812,0.992284428,7027.2471844 +180,-2.714309238,0.342054471,382,0.435105812,0.992284428,7158.4679122 +181,-2.000525337,0.774119946,382,0.435105812,0.992284428,5065.5580742 +183,-1.571413436,0.6777838382,382,0.435105812,0.992284428,4825.5954332 +184,-1.552860289,0.6987663893,382,0.435105812,0.992284428,4725.0227865 +185,-1.521852374,0.7165827476,382,0.435105812,0.992284428,4615.0145661 +186,-1.503656267,0.6928968252,382,0.435105812,0.992284428,4662.9571985 +187,-1.502753178,0.7136205882,382,0.435105812,0.992284428,4593.1368882 +188,-1.631894563,0.7343596465,382,0.435105812,0.992284428,4729.8441374 +189,-1.653765416,0.6770714026,382,0.435105812,0.992284428,4958.7516542 +190,-1.719812114,0.6715965947,382,0.435105812,0.992284428,5077.4264741 +191,-1.493406659,0.6646955447,382,0.435105812,0.992284428,4738.7295127 +192,-1.469120564,0.6613469966,382,0.435105812,0.992284428,4707.8035042 +193,-1.590551461,0.5326612937,382,0.435105812,0.992284428,5350.4103456 +194,-1.625979264,0.5247742243,382,0.435105812,0.992284428,5437.8079721 +195,-1.572293943,0.5238808754,382,0.435105812,0.992284428,5348.8406407 +196,-1.610848725,0.5477107964,382,0.435105812,0.992284428,5333.3665734 +197,-1.208485554,0.7918526018,382,0.435105812,0.992284428,3829.5947644 +198,-1.335601374,0.6869083083,382,0.435105812,0.992284428,4386.3458043 +199,-1.346156996,0.6825213377,382,0.435105812,0.992284428,4419.6243351 +200,-1.324381037,0.6741422347,382,0.435105812,0.992284428,4406.1458325 +201,-1.242424992,0.7378949807,382,0.435105812,0.992284428,4055.08146 +202,-1.270370057,0.7392461008,382,0.435105812,0.992284428,4102.7672293 +203,-1.448950472,0.7441675014,382,0.435105812,0.992284428,4403.2445965 +204,-1.492662363,0.7523026852,382,0.435105812,0.992284428,4449.7437369 +205,-1.479098966,0.7763855017,382,0.435105812,0.992284428,4349.3517388 +206,-1.633760714,0.7869022408,382,0.435105812,0.992284428,4555.0665596 +207,-1.647406434,0.8101289331,382,0.435105812,0.992284428,4496.6631151 +208,-1.564245052,0.5701509278,382,0.435105812,0.992284428,5177.4185897 +209,-1.646289963,0.6833746083,382,0.435105812,0.992284428,4925.6024523 +210,-1.5820631,0.6751952144,382,0.435105812,0.992284428,4851.6236636 +211,-1.613236298,0.6681681791,382,0.435105812,0.992284428,4925.543424 +212,-1.914661867,0.8212566515,382,0.435105812,0.992284428,4800.6151084 +213,-1.742133237,0.7250275956,382,0.435105812,0.992284428,4923.3774333 +214,-2.033144872,0.6557314699,382,0.435105812,0.992284428,5538.3088986 +215,-2.039551981,0.6964723658,382,0.435105812,0.992284428,5393.7423981 +216,-1.247341019,0.7622473908,382,0.435105812,0.992284428,3990.0468417 +217,-1.298239787,0.7084123392,382,0.435105812,0.992284428,4249.840934 +218,-1.308539688,0.6926545592,382,0.435105812,0.992284428,4318.3121657 +219,-1.303263185,0.6888938396,382,0.435105812,0.992284428,4320.3546451 +220,-1.852400229,0.6004246149,382,0.435105812,0.992284428,5518.3399202 +221,-1.288947707,0.7473773692,382,0.435105812,0.992284428,4111.7720005 +222,-1.372031502,0.7472790993,382,0.435105812,0.992284428,4260.7463103 +223,-1.289805721,0.7242157877,382,0.435105812,0.992284428,4185.04088 +224,-1.350807603,0.7533498126,382,0.435105812,0.992284428,4204.2679218 +225,-1.329290365,0.7560442322,382,0.435105812,0.992284428,4157.6530811 +226,-1.410153004,0.616936428,382,0.435105812,0.992284428,4748.2461408 +227,-1.393445434,0.6308995063,382,0.435105812,0.992284428,4672.2127894 +228,-1.37595573,0.6241540638,382,0.435105812,0.992284428,4661.9378643 +229,-1.358388707,0.6172645205,382,0.435105812,0.992284428,4651.5950655 +230,-1.753741133,0.8281661666,382,0.435105812,0.992284428,4580.8053515 +231,-1.47430987,0.6834615681,382,0.435105812,0.992284428,4644.0994268 +232,-1.421012508,0.7222725206,382,0.435105812,0.992284428,4425.9167781 +233,-1.4476833,0.6978557868,382,0.435105812,0.992284428,4551.1274417 +234,-1.470370723,0.6966193374,382,0.435105812,0.992284428,4594.2148481 +235,-1.429211703,0.7037216883,382,0.435105812,0.992284428,4500.0127993 +236,-1.700578405,0.6178673663,382,0.435105812,0.992284428,5235.5857697 +237,-1.678117619,0.6331716163,382,0.435105812,0.992284428,5147.7383184 +238,-1.725644578,0.6316331145,382,0.435105812,0.992284428,5225.6204165 +239,-2.14012759,0.7930497945,382,0.435105812,0.992284428,5127.48793 +240,-2.103289431,0.7653606263,382,0.435105812,0.992284428,5199.1676921 +241,-1.318739838,0.7017808746,382,0.435105812,0.992284428,4308.4020651 +242,-1.396417427,0.7077900843,382,0.435105812,0.992284428,4429.3439937 +243,-1.35650337,0.7185539404,382,0.435105812,0.992284428,4323.9941228 +244,-1.248884539,0.7274156818,382,0.435105812,0.992284428,4099.2373191 +245,-1.395014798,0.5761185243,382,0.435105812,0.992284428,4853.8957103 +246,-1.433377362,0.6064716109,382,0.435105812,0.992284428,4824.8082949 +247,-1.408172432,0.5903155476,382,0.435105812,0.992284428,4831.7674573 +248,-1.749645898,0.7757118084,382,0.435105812,0.992284428,4757.290889 +249,-1.571626686,0.615046989,382,0.435105812,0.992284428,5037.7121483 +250,-1.514070049,0.6303003037,382,0.435105812,0.992284428,4888.548843 +251,-1.480890369,0.6237966528,382,0.435105812,0.992284428,4852.4379286 +252,-1.704390658,0.5281680612,382,0.435105812,0.992284428,5554.8627121 +253,-1.64434733,0.5254277498,382,0.435105812,0.992284428,5466.346346 +254,-1.703855997,0.4792484842,382,0.435105812,0.992284428,5725.4592909 +255,-1.692002383,0.5748825051,382,0.435105812,0.992284428,5371.9654778 +256,-1.854136457,0.5544643913,382,0.435105812,0.992284428,5686.2019535 +257,-1.665021206,0.520317736,382,0.435105812,0.992284428,5518.3337631 +258,-1.733654349,0.4845187345,382,0.435105812,0.992284428,5755.0144611 +259,-1.720938188,0.5135933906,382,0.435105812,0.992284428,5632.3835708 +260,-1.742668307,0.553296122,382,0.435105812,0.992284428,5526.6036867 +261,-1.965659039,0.7142126903,382,0.435105812,0.992284428,5247.3507073 +262,-1.944438071,0.6772834804,382,0.435105812,0.992284428,5357.6917711 +263,-1.270340967,0.7681487096,382,0.435105812,0.992284428,4014.1912939 +264,-1.353091884,0.6549276821,382,0.435105812,0.992284428,4520.5153669 +265,-1.333236659,0.6413584414,382,0.435105812,0.992284428,4527.0955334 +266,-1.352015998,0.6753788907,382,0.435105812,0.992284428,4453.1125957 +267,-1.377988483,0.6577816235,382,0.435105812,0.992284428,4556.9948318 +268,-2.13075611,0.8318642051,382,0.435105812,0.992284428,4973.3809635 +269,-2.097910953,0.8259670014,382,0.435105812,0.992284428,4967.2790982 +270,-1.416382069,0.6694271549,382,0.435105812,0.992284428,4588.521078 +271,-1.538905672,0.7535625993,382,0.435105812,0.992284428,4520.5614148 +272,-1.572309477,0.7803125099,382,0.435105812,0.992284428,4484.5142671 +273,-1.87759879,0.7503853417,382,0.435105812,0.992284428,5012.0182776 +274,1.152365588,0.590457682,382,0.435105812,0.992284428,2492.6733559 +275,0.350198001,0.718001859,382,0.435105812,0.992284428,1107.920589 +276,0.046513677,0.491503852,382,0.435105812,0.992284428,2262.4132438 +277,0.027510309,0.742571376,382,0.435105812,0.992284428,1424.999403 +278,0.306285725,-0.214631579,382,0.435105812,0.992284428,4799.3396017 +279,-1.100564889,0.318051531,382,0.435105812,0.992284428,5097.5299455 +280,-1.078582306,0.301437596,382,0.435105812,0.992284428,5104.4843307 +281,-1.137371989,-0.617634065,382,0.435105812,0.992284428,8230.4531255 +282,0.784356344,0.703272339,382,0.435105812,0.992284428,1454.3414483 +283,-1.221209947,0.218327455,382,0.435105812,0.992284428,5682.5240843 +284,2.347301921,-0.449114658,382,0.435105812,0.992284428,8427.2112946 +285,0.246820618,0.830553713,382,0.435105812,0.992284428,784.87256031 +286,0.829414965,0.703288228,382,0.435105812,0.992284428,1527.836968 +287,-1.337537566,0.42332223,382,0.435105812,0.992284428,5245.5640175 +288,0.882453706,0.454478077,382,0.435105812,0.992284428,2478.8143523 +289,1.575629659,0.416419109,382,0.435105812,0.992284428,3928.2083574 +290,-1.039455679,0.229888244,382,0.435105812,0.992284428,5253.9747461 +291,0.489558039,0.934482747,382,0.435105812,0.992284428,259.88498083 +292,0.081344504,0.88384514,382,0.435105812,0.992284428,928.46107284 +293,-1.547979814,0.300350308,382,0.435105812,0.992284428,6069.6954024 +294,0.040776181,0.168560074,382,0.435105812,0.992284428,3480.671145 +295,-1.130374745,0.563894876,382,0.435105812,0.992284428,4373.2164224 +296,1.578326642,0.478507176,382,0.435105812,0.992284428,3738.0111761 +297,-1.12861823,-0.291640865,382,0.435105812,0.992284428,7169.8371046 +298,0.310524208,0.770885792,382,0.435105812,0.992284428,930.20072714 +299,0.415649091,-0.387246002,382,0.435105812,0.992284428,5464.7066577 +300,-0.926533878,-0.188022748,382,0.435105812,0.992284428,6400.1174589 +301,1.258856172,-0.11716081,382,0.435105812,0.992284428,5134.4751639 +302,-1.126050026,0.322941926,382,0.435105812,0.992284428,5136.0724332 +303,2.002785835,0.07893892,382,0.435105812,0.992284428,5953.4649571 +304,0.440437607,0.746258085,382,0.435105812,0.992284428,974.60314616 +305,-0.030391866,0.214441206,382,0.435105812,0.992284428,3389.9894423 +306,0.521557815,-0.058929362,382,0.435105812,0.992284428,4173.1536364 +307,-0.097005111,0.13317729,382,0.435105812,0.992284428,3779.9602131 +308,1.83113859,0.221857587,382,0.435105812,0.992284428,5110.2817244 +309,0.222428864,0.099404236,382,0.435105812,0.992284428,3598.651177 +310,-1.702731345,0.8728568183,382,0.435105812,0.992284428,4360.8408203 +311,-0.418507569,0.278324921,382,0.435105812,0.992284428,3792.5608393 +312,-1.41153306,0.339029988,382,0.435105812,0.992284428,5673.5050456 +313,0.357560442,0.114788776,382,0.435105812,0.992284428,3484.1592271 +314,0.325818979,0.268352149,382,0.435105812,0.992284428,2886.2553131 +315,-1.246004659,-0.663679965,382,0.435105812,0.992284428,8591.590971 +316,1.814603087,0.637404484,382,0.435105812,0.992284428,3762.277126 +317,1.843704281,-0.18300445,382,0.435105812,0.992284428,6481.7466072 +318,1.690644492,-0.211480909,382,0.435105812,0.992284428,6261.508465 +319,-1.275451936,0.068109467,382,0.435105812,0.992284428,6297.2312824 +320,0.762430171,-0.207594741,382,0.435105812,0.992284428,4872.7642994 +321,0.265668905,-0.014647884,382,0.435105812,0.992284428,4025.0435223 +322,-2.773032013,-0.335515811,382,0.435105812,0.992284428,9834.9836594 +323,-1.469512853,0.174058777,382,0.435105812,0.992284428,6346.5101565 +324,0.286276986,0.785925691,382,0.435105812,0.992284428,896.22504021 +325,-1.379324697,0.377432233,382,0.435105812,0.992284428,5481.0657989 +326,-1.203778265,0.212813032,382,0.435105812,0.992284428,5663.6338246 +327,0.579916301,0.611743168,382,0.435105812,0.992284428,1556.5251794 +328,0.267582642,0.868113908,382,0.435105812,0.992284428,630.60406624 +329,0.412869244,-0.050245578,382,0.435105812,0.992284428,4130.0804836 +330,0.17524381,0.976660285,382,0.435105812,0.992284428,571.72262824 +331,0.743157214,0.204812899,382,0.435105812,0.992284428,3257.6685679 +332,-1.070758176,0.269382282,382,0.435105812,0.992284428,5192.2763559 +333,-1.230364251,0.329790229,382,0.435105812,0.992284428,5334.1994794 +334,-1.374813124,-0.024926835,382,0.435105812,0.992284428,6819.659109 +335,0.519780566,0.463669906,382,0.435105812,0.992284428,2107.5625792 +336,-1.55108034,0.239698561,382,0.435105812,0.992284428,6283.5770514 +337,0.180294813,0.029739425,382,0.435105812,0.992284428,3897.1957706 +338,0.67820924,0.268170153,382,0.435105812,0.992284428,2959.7241115 +339,0.445798684,1.024001867,382,0.435105812,0.992284428,127.6466987 +340,0.691751283,0.150521402,382,0.435105812,0.992284428,3427.29191 +341,-1.036643551,-0.903056181,382,0.435105812,0.992284428,8890.8944948 +342,-0.120287036,1.083325163,382,0.435105812,0.992284428,1160.8154959 +343,2.823513113,-0.304487164,382,0.435105812,0.992284428,8929.4857912 +344,0.457583172,1.12513373,382,0.435105812,0.992284428,527.99347489 +345,0.042918831,0.813795399,382,0.435105812,0.992284428,1184.7145705 +346,1.196146777,-0.853142756,382,0.435105812,0.992284428,7724.8456883 +347,0.206001358,-0.010430701,382,0.435105812,0.992284428,4038.5314138 +348,-0.268308653,0.234799412,382,0.435105812,0.992284428,3671.317434 +349,0.759363263,0.736189579,382,0.435105812,0.992284428,1304.3248304 +350,0.181363926,0.891988372,382,0.435105812,0.992284428,709.91463029 +351,-0.021111158,0.139103292,382,0.435105812,0.992284428,3662.0698326 +352,-0.093355215,0.630686981,382,0.435105812,0.992284428,2000.9730007 +353,0.40118964,0.681375926,382,0.435105812,0.992284428,1234.6669528 +354,-0.721197315,1.304706234,382,0.435105812,0.992284428,2076.4322066 +355,-1.076150317,0.212107639,382,0.435105812,0.992284428,5391.6885275 +356,-1.577164531,0.273993443,382,0.435105812,0.992284428,6215.4284091 +357,-0.190788414,0.182208586,382,0.435105812,0.992284428,3734.4936319 +358,-0.261349752,0.209710184,382,0.435105812,0.992284428,3748.936977 +359,-1.029303852,0.083549259,382,0.435105812,0.992284428,5714.5986279 +360,-1.268609162,0.330525297,382,0.435105812,0.992284428,5411.4493727 +361,1.282982244,-0.926641967,382,0.435105812,0.992284428,8080.8246701 +362,0.217352334,0.731352408,382,0.435105812,0.992284428,1172.0626817 +363,-1.511833084,0.258629297,382,0.435105812,0.992284428,6142.8286726 +364,0.338812194,0.823184618,382,0.435105812,0.992284428,709.1913707 +365,-0.324406489,1.134201999,382,0.435105812,0.992284428,1529.1395201 +366,1.389579348,0.399185724,382,0.435105812,0.992284428,3590.0046243 +367,2.047152199,-0.039082036,382,0.435105812,0.992284428,6440.861974 +368,0.947780369,0.568250077,382,0.435105812,0.992284428,2181.1008208 +369,0.763824846,0.576754987,382,0.435105812,0.992284428,1872.1909678 +370,-0.142334657,0.928153068,382,0.435105812,0.992284428,1322.0725137 +371,0.610266567,0.547265983,382,0.435105812,0.992284428,1827.355847 +372,0.210731629,0.746815056,382,0.435105812,0.992284428,1124.5995143 +373,-1.34931644,0.316895224,382,0.435105812,0.992284428,5622.4670589 +374,2.407696481,0.655030745,382,0.435105812,0.992284428,4845.751874 +375,0.64207831,0.545359131,382,0.435105812,0.992284428,1859.6124952 +376,1.174597538,0.840588356,382,0.435105812,0.992284428,1846.8476025 +377,0.660059424,0.010604079,382,0.435105812,0.992284428,3953.7073824 +378,-0.730263819,0.010486456,382,0.435105812,0.992284428,5325.3463777 +379,0.831068936,0.512339172,382,0.435105812,0.992284428,2196.5109712 +380,1.301180979,0.72367476,382,0.435105812,0.992284428,2414.8968327 +381,1.811128231,0.322854402,382,0.435105812,0.992284428,4737.6862658 +382,0.435105812,0.992284428,382,0.435105812,0.992284428,0 +383,0.62643634,0.592027932,382,0.435105812,0.992284428,1667.5726472 +384,0.492988703,-0.516339467,382,0.435105812,0.992284428,5978.8195625 +385,-0.162469483,0.112549365,382,0.435105812,0.992284428,3947.3477895 +386,0.314630866,0.472006421,382,0.435105812,0.992284428,2088.7749271 +387,0.166744804,0.822815954,382,0.435105812,0.992284428,933.4031957 +388,0.417159608,0.965805736,382,0.435105812,0.992284428,112.12415013 +389,0.106334961,0.868774244,382,0.435105812,0.992284428,914.42187786 +390,0.815086969,-0.338144359,382,0.435105812,0.992284428,5419.2214358 +391,0.59867455,-0.230624824,382,0.435105812,0.992284428,4873.8388808 +392,1.915104874,0.066220985,382,0.435105812,0.992284428,5805.7532339 +393,1.278093622,0.064463721,382,0.435105812,0.992284428,4518.4912711 +394,-0.061477853,0.302997961,382,0.435105812,0.992284428,3102.2181187 +395,0.251311504,0.626976942,382,0.435105812,0.992284428,1527.5368216 +396,2.950242872,0.149095644,382,0.435105812,0.992284428,7485.6808939 +397,-0.180294708,0.35375117,382,0.435105812,0.992284428,3101.0652202 +398,1.010448592,-0.351180233,382,0.435105812,0.992284428,5654.66106 +399,-1.748740498,0.3686318073,382,0.435105812,0.992284428,6189.2804974 +400,2.699635665,0.123533791,382,0.435105812,0.992284428,7197.3803233 +401,0.496808033,0.823843254,382,0.435105812,0.992284428,683.6961423 +402,0.129574704,0.763364087,382,0.435105812,0.992284428,1184.5492222 +403,1.798920311,0.817447563,382,0.435105812,0.992284428,3218.8866956 +404,0.335987953,0.746786541,382,0.435105812,0.992284428,1004.0127065 +405,-1.085413643,0.292154671,382,0.435105812,0.992284428,5149.4440008 +406,-0.155321003,0.508207011,382,0.435105812,0.992284428,2520.8123248 +407,0.620529244,-0.301175104,382,0.435105812,0.992284428,5160.2079514 +408,1.684402744,0.368716966,382,0.435105812,0.992284428,4315.4825717 +409,0.300582244,-0.386397212,382,0.435105812,0.992284428,5479.4139113 +410,2.913555946,-0.009225192,382,0.435105812,0.992284428,8020.3812246 +411,1.465101417,0.493232532,382,0.435105812,0.992284428,3448.4240368 +412,0.090612882,0.907955955,382,0.435105812,0.992284428,857.13570074 +413,2.987564726,-0.729568594,382,0.435105812,0.992284428,10630.041211 +414,-1.484261606,0.224149272,382,0.435105812,0.992284428,6205.9837257 +415,0.164073421,0.303955133,382,0.435105812,0.992284428,2843.1535735 +416,0.141441293,0.167552546,382,0.435105812,0.992284428,3389.513133 +417,2.931321023,-0.506718887,382,0.435105812,0.992284428,9818.405019 +418,2.21951565,0.700596356,382,0.435105812,0.992284428,4367.9200559 +419,0.268112576,1.199114336,382,0.435105812,0.992284428,870.93105352 +420,0.978913739,0.359223811,382,0.435105812,0.992284428,2966.7345794 +421,1.210898818,0.522863584,382,0.435105812,0.992284428,2824.9280744 +422,2.347397336,0.129231362,382,0.435105812,0.992284428,6514.0578478 +423,0.614394501,0.556878345,382,0.435105812,0.992284428,1793.2423099 +424,-1.398079356,0.148483366,382,0.435105812,0.992284428,6286.895463 +425,2.535303836,-0.112984496,382,0.435105812,0.992284428,7717.9365732 +426,-1.019372593,-0.405322349,382,0.435105812,0.992284428,7312.3878409 +427,-1.297785627,-0.160104069,382,0.435105812,0.992284428,7102.9413955 +428,2.144554488,0.205051084,382,0.435105812,0.992284428,5839.1011566 +429,-2.242387083,-0.426171285,382,0.435105812,0.992284428,9838.2407353 +430,0.338637212,0.909723676,382,0.435105812,0.992284428,394.95617988 +431,-0.148798452,0.691042401,382,0.435105812,0.992284428,1916.9593739 +432,0.893524764,0.441829531,382,0.435105812,0.992284428,2540.6131254 +433,0.969229347,-0.368847936,382,0.435105812,0.992284428,5677.1737723 +434,0.436043248,0.800045688,382,0.435105812,0.992284428,761.46111919 +435,1.687946607,1.081504775,382,0.435105812,0.992284428,2418.0860635 +436,0.522302046,-0.034889271,382,0.435105812,0.992284428,4078.236361 +437,-0.178996113,-0.438090009,382,0.435105812,0.992284428,6025.7985509 +438,-1.094339566,0.301444068,382,0.435105812,0.992284428,5138.3096468 +439,-1.064070054,0.242569932,382,0.435105812,0.992284428,5265.6094511 +440,-1.068153768,0.230387998,382,0.435105812,0.992284428,5314.3771217 +441,-3.00496892,-0.23989155,382,0.435105812,0.992284428,9329.8897911 +442,0.21751974,0.766874888,382,0.435105812,0.992284428,1044.7134963 +443,0.117229532,0.007619006,382,0.435105812,0.992284428,4029.1292326 +444,0.777758451,0.420554741,382,0.435105812,0.992284428,2468.9358619 +445,-0.252356999,0.250747086,382,0.435105812,0.992284428,3587.5582174 +446,0.363148444,0.768483434,382,0.435105812,0.992284428,904.45285856 +447,0.903191366,-0.118210676,382,0.435105812,0.992284428,4653.0140521 +448,-0.205755923,0.149406178,382,0.435105812,0.992284428,3876.9536042 +449,1.811996086,0.02364353,382,0.435105812,0.992284428,5725.0000067 +450,-1.100670221,0.314845373,382,0.435105812,0.992284428,5108.1989075 +451,0.340078597,0.850105132,382,0.435105812,0.992284428,606.98583003 +452,0.258757267,0.804969236,382,0.435105812,0.992284428,858.02379746 +453,2.78505352,-0.155160804,382,0.435105812,0.992284428,8337.116476 +454,0.800551619,0.105822106,382,0.435105812,0.992284428,3691.5396727 +455,0.437940882,-0.506194031,382,0.435105812,0.992284428,5935.4808084 +456,2.230431122,0.63458615,382,0.435105812,0.992284428,4599.0914151 +457,0.527965361,0.127667701,382,0.435105812,0.992284428,3436.8951237 +458,-0.063643205,0.702093448,382,0.435105812,0.992284428,1718.6611175 +459,1.408447268,0.133010502,382,0.435105812,0.992284428,4522.8950085 +460,0.523795955,0.280266966,382,0.435105812,0.992284428,2832.7986022 +461,-0.975769313,0.072177659,382,0.435105812,0.992284428,5636.6473325 +462,0.549774164,-0.463663986,382,0.435105812,0.992284428,5779.8151853 +463,0.29245874,1.095549818,382,0.435105812,0.992284428,497.21336584 +464,0.143625958,0.816809593,382,0.435105812,0.992284428,991.15677304 +465,0.671902494,0.611159853,382,0.435105812,0.992284428,1637.5712078 +466,1.239840988,0.6724199,382,0.435105812,0.992284428,2426.9840144 +467,0.607829703,-0.10932137,382,0.435105812,0.992284428,4399.294049 +468,1.763020906,0.263996692,382,0.435105812,0.992284428,4824.9153299 +469,0.378714634,0.726066797,382,0.435105812,0.992284428,1064.2295358 +470,2.196736143,-0.153862366,382,0.435105812,0.992284428,7144.4580323 +471,0.01702415,0.148991565,382,0.435105812,0.992284428,3580.9308555 +472,-2.998490902,-0.158002487,382,0.435105812,0.992284428,9018.6882825 +473,-3.051262951,-0.346595608,382,0.435105812,0.992284428,9693.2298748 +474,-1.069176439,0.182802941,382,0.435105812,0.992284428,5473.0328781 +475,0.167157509,0.595344954,382,0.435105812,0.992284428,1730.3137982 +476,0.613855648,0.681746124,382,0.435105812,0.992284428,1314.9032314 +477,1.037012736,0.682555367,382,0.435105812,0.992284428,1978.2720906 +478,-1.253574971,0.379755746,382,0.435105812,0.992284428,5218.4090717 +479,3.108590453,-0.132620738,382,0.435105812,0.992284428,8743.1197798 +480,0.565301296,0.022333262,382,0.435105812,0.992284428,3864.1507181 +481,0.547898238,0.855555614,382,0.435105812,0.992284428,604.20211068 +482,0.948309381,0.417393755,382,0.435105812,0.992284428,2710.5179257 +483,-0.050600732,0.945269213,382,0.435105812,0.992284428,1097.3752079 +484,-0.977651478,-0.572363064,382,0.435105812,0.992284428,7770.823988 +485,1.102014914,0.728861163,382,0.435105812,0.992284428,1976.0965158 +486,2.927300795,-0.282939414,382,0.435105812,0.992284428,9034.664758 +487,-1.154565557,0.124434095,382,0.435105812,0.992284428,5850.3243561 +488,1.855331234,0.291044755,382,0.435105812,0.992284428,4936.6074822 +489,0.830290659,0.276904518,382,0.435105812,0.992284428,3070.421876 +490,0.485104466,-0.234867441,382,0.435105812,0.992284428,4863.5438757 +491,0.521367572,-0.33161327,382,0.435105812,0.992284428,5251.8091354 +1,-1.539031704,0.7349710123,383,0.62643634,0.592027932,6105.7447368 +2,-1.536990553,0.7349663874,383,0.62643634,0.592027932,6101.6306549 +3,-1.534951779,0.7349571355,383,0.62643634,0.592027932,6097.5288219 +4,-1.532906461,0.7349480293,383,0.62643634,0.592027932,6093.4074437 +5,-1.531320211,0.7346937278,383,0.62643634,0.592027932,6090.9146736 +6,-1.539451648,0.7335131775,383,0.62643634,0.592027932,6110.7868151 +7,-1.537429487,0.7335445708,383,0.62643634,0.592027932,6106.6036111 +8,-1.535484998,0.7335658704,383,0.62643634,0.592027932,6102.6014231 +9,-1.533488396,0.7336036027,383,0.62643634,0.592027932,6098.4411873 +10,-1.531497785,0.7335842962,383,0.62643634,0.592027932,6094.4511377 +11,-1.530259379,0.7334777758,383,0.62643634,0.592027932,6092.236312 +12,-1.5335454,0.7322346912,383,0.62643634,0.592027932,6102.4804763 +13,-1.531489083,0.7322238773,383,0.62643634,0.592027932,6098.3276348 +14,-1.530011122,0.7321679851,383,0.62643634,0.592027932,6095.4767587 +15,-1.53348106,0.7306614094,383,0.62643634,0.592027932,6106.8588942 +16,-1.531441779,0.7306962275,383,0.62643634,0.592027932,6102.6042113 +17,-1.529755654,0.7306933243,383,0.62643634,0.592027932,6099.1727949 +18,-1.533415048,0.7291384674,383,0.62643634,0.592027932,6111.0893917 +19,-1.531392093,0.7291705353,383,0.62643634,0.592027932,6106.870195 +20,-1.529296523,0.7291214933,383,0.62643634,0.592027932,6102.7289658 +21,-1.535280942,0.727267644,383,0.62643634,0.592027932,6120.2596402 +22,-1.533378158,0.7276139666,383,0.62643634,0.592027932,6115.3835712 +23,-1.531340368,0.7276446587,383,0.62643634,0.592027932,6111.1323922 +24,-1.528960113,0.7276398177,383,0.62643634,0.592027932,6106.2760546 +25,-1.533313146,0.7260818349,383,0.62643634,0.592027932,6119.6420472 +26,-1.531259555,0.7260958115,383,0.62643634,0.592027932,6115.4006287 +27,-1.528926415,0.7260865555,383,0.62643634,0.592027932,6110.6466969 +28,-1.531226779,0.7245511789,383,0.62643634,0.592027932,6119.754953 +29,-1.528904772,0.7245519194,383,0.62643634,0.592027932,6114.9887933 +30,-1.547195875,0.7409785979,383,0.62643634,0.592027932,6104.831699 +31,-1.5451475,0.740980426,383,0.62643634,0.592027932,6100.7298125 +32,-1.543097679,0.7409798872,383,0.62643634,0.592027932,6096.62598 +33,-1.540720364,0.7409892687,383,0.62643634,0.592027932,6091.8303164 +34,-1.547188511,0.7395198392,383,0.62643634,0.592027932,6109.0329404 +35,-1.545148587,0.7395226109,383,0.62643634,0.592027932,6104.93991 +36,-1.543104538,0.7395314908,383,0.62643634,0.592027932,6100.8151753 +37,-1.540727751,0.7395306258,383,0.62643634,0.592027932,6096.0439369 +38,-1.547187029,0.7380014886,383,0.62643634,0.592027932,6113.4182761 +39,-1.545147315,0.7380012252,383,0.62643634,0.592027932,6109.3289 +40,-1.54310719,0.7380060743,383,0.62643634,0.592027932,6105.2181156 +41,-1.540719671,0.7380068206,383,0.62643634,0.592027932,6100.4141704 +42,-1.547187189,0.7364799098,383,0.62643634,0.592027932,6117.816344 +43,-1.545149996,0.7364853874,383,0.62643634,0.592027932,6113.7099311 +44,-1.543106091,0.7364823484,383,0.62643634,0.592027932,6109.608775 +45,-1.540717158,0.7364893901,383,0.62643634,0.592027932,6104.7773622 +46,-1.538663972,0.7410138672,383,0.62643634,0.592027932,6087.6283522 +47,-1.53695285,0.7409699132,383,0.62643634,0.592027932,6084.3125524 +48,-1.534910498,0.7409641297,383,0.62643634,0.592027932,6080.2153358 +49,-1.533145034,0.7409536636,383,0.62643634,0.592027932,6076.6845519 +50,-1.538681336,0.7395405883,383,0.62643634,0.592027932,6091.8987856 +51,-1.536999189,0.7395183096,383,0.62643634,0.592027932,6088.574669 +52,-1.534923633,0.7395144222,383,0.62643634,0.592027932,6084.3998239 +53,-1.533267822,0.7395654306,383,0.62643634,0.592027932,6080.9099188 +54,-1.53867273,0.7380151077,383,0.62643634,0.592027932,6096.2671791 +55,-1.536980576,0.7379994392,383,0.62643634,0.592027932,6092.899276 +56,-1.534931522,0.7379944961,383,0.62643634,0.592027932,6088.7753259 +57,-1.533387952,0.7379480264,383,0.62643634,0.592027932,6085.7873337 +58,-1.538682279,0.7364914363,383,0.62643634,0.592027932,6100.6671072 +59,-1.536980704,0.7364810563,383,0.62643634,0.592027932,6097.2603946 +60,-1.534935567,0.7364752065,383,0.62643634,0.592027932,6093.1414134 +61,-1.533042592,0.7363876366,383,0.62643634,0.592027932,6089.5590499 +62,-1.545143426,0.7349628011,383,0.62643634,0.592027932,6118.0919614 +63,-1.543105297,0.7349691947,383,0.62643634,0.592027932,6113.9696867 +64,-1.541064533,0.7349647152,383,0.62643634,0.592027932,6109.8676209 +65,-1.545411803,0.7334624714,383,0.62643634,0.592027932,6122.9637238 +66,-1.543446606,0.7334780896,383,0.62643634,0.592027932,6118.957286 +67,-1.541475327,0.7334957295,383,0.62643634,0.592027932,6114.9274294 +68,-1.545401939,0.731963266,383,0.62643634,0.592027932,6127.2724974 +69,-1.54342253,0.7319915583,383,0.62643634,0.592027932,6123.1955373 +70,-1.541455867,0.7320216438,383,0.62643634,0.592027932,6119.1338855 +71,-1.545410146,0.7304422281,383,0.62643634,0.592027932,6131.6808561 +72,-1.543435491,0.7304713664,383,0.62643634,0.592027932,6127.6057417 +73,-1.541463105,0.7304997613,383,0.62643634,0.592027932,6123.5320881 +74,-1.545414768,0.7289194936,383,0.62643634,0.592027932,6136.0870032 +75,-1.543435774,0.7289538557,383,0.62643634,0.592027932,6131.9827098 +76,-1.541457714,0.7289765881,383,0.62643634,0.592027932,6127.9085424 +77,-1.539449415,0.7320555866,383,0.62643634,0.592027932,6114.9753453 +78,-1.537429183,0.7321097681,383,0.62643634,0.592027932,6110.7253204 +79,-1.535472649,0.7321497267,383,0.62643634,0.592027932,6106.6401519 +80,-1.539457899,0.7305333307,383,0.62643634,0.592027932,6119.3717328 +81,-1.537453161,0.7305750503,383,0.62643634,0.592027932,6115.1835218 +82,-1.535479385,0.7306124949,383,0.62643634,0.592027932,6111.0652207 +83,-1.53946905,0.7290102593,383,0.62643634,0.592027932,6123.7760395 +84,-1.537459922,0.7290417293,383,0.62643634,0.592027932,6119.6029498 +85,-1.535451349,0.7290890157,383,0.62643634,0.592027932,6115.3801857 +86,-1.535522937,0.7279887191,383,0.62643634,0.592027932,6118.6837098 +87,-1.539442524,0.7274735939,383,0.62643634,0.592027932,6128.1430123 +88,-1.537424111,0.727521351,383,0.62643634,0.592027932,6123.898658 +89,-1.539384641,0.7259505092,383,0.62643634,0.592027932,6132.4070253 +90,-1.537372391,0.7259947145,383,0.62643634,0.592027932,6128.1798215 +91,-1.535340789,0.7260435356,383,0.62643634,0.592027932,6123.8945128 +92,-1.539325716,0.7244369706,383,0.62643634,0.592027932,6136.6412296 +93,-1.537308932,0.7244801057,383,0.62643634,0.592027932,6132.4022791 +94,-1.535289068,0.7245247645,383,0.62643634,0.592027932,6128.1472745 +95,-1.533261366,0.7245550236,383,0.62643634,0.592027932,6123.9121149 +96,-1.539267302,0.722921924,383,0.62643634,0.592027932,6140.8805884 +97,-1.537248972,0.7229660258,383,0.62643634,0.592027932,6136.6301214 +98,-1.535219431,0.7229916471,383,0.62643634,0.592027932,6132.4043439 +99,-1.53318962,0.7230212049,383,0.62643634,0.592027932,6128.1611622 +100,-1.531154816,0.7230299897,383,0.62643634,0.592027932,6123.9616599 +101,-1.528878341,0.7230370244,383,0.62643634,0.592027932,6119.2646191 +102,-1.539218189,0.7214009878,383,0.62643634,0.592027932,6145.1556765 +103,-1.537198791,0.7214422745,383,0.62643634,0.592027932,6140.9055355 +104,-1.535179266,0.7214634354,383,0.62643634,0.592027932,6136.7074714 +105,-1.533156501,0.7214944644,383,0.62643634,0.592027932,6132.468926 +106,-1.53113574,0.7215166021,383,0.62643634,0.592027932,6128.2544644 +107,-1.528874248,0.7215345535,383,0.62643634,0.592027932,6123.550891 +108,-1.539217656,0.7198512397,383,0.62643634,0.592027932,6149.61292 +109,-1.537199919,0.7199428763,383,0.62643634,0.592027932,6145.2159755 +110,-1.545425832,0.727397149,383,0.62643634,0.592027932,6140.5051919 +111,-1.543371177,0.7273916949,383,0.62643634,0.592027932,6136.3569719 +112,-1.541368852,0.7274523163,383,0.62643634,0.592027932,6132.1187316 +113,-1.545349067,0.7258710923,383,0.62643634,0.592027932,6144.7561367 +114,-1.54332671,0.7258603556,383,0.62643634,0.592027932,6140.682965 +115,-1.541346831,0.7259242142,383,0.62643634,0.592027932,6136.4754831 +116,-1.545324355,0.7243383958,383,0.62643634,0.592027932,6149.1316221 +117,-1.543292796,0.7243617413,383,0.62643634,0.592027932,6144.9358887 +118,-1.541295822,0.7244024384,383,0.62643634,0.592027932,6140.7549589 +119,-1.543193859,0.7205570215,383,0.62643634,0.592027932,6155.7066686 +120,-1.550257047,0.7386738187,383,0.62643634,0.592027932,6117.616545 +121,-1.549335448,0.7311736483,383,0.62643634,0.592027932,6137.4811853 +122,-1.533478843,0.7179891343,383,0.62643634,0.592027932,6143.1792544 +123,-1.556150555,0.738907041,383,0.62643634,0.592027932,6128.6911668 +124,-1.554324226,0.733414257,383,0.62643634,0.592027932,6141.0007942 +125,-1.554290846,0.7288285332,383,0.62643634,0.592027932,6154.2469222 +126,-1.55122487,0.7219795312,383,0.62643634,0.592027932,6167.9250852 +127,-1.525104458,0.7229399862,383,0.62643634,0.592027932,6111.7722515 +128,-1.519607711,0.7236181429,383,0.62643634,0.592027932,6098.4929925 +129,-1.513899999,0.7251107854,383,0.62643634,0.592027932,6082.4415916 +130,-1.536620762,0.7431061895,383,0.62643634,0.592027932,6077.5105902 +131,-1.5369566,0.7460845958,383,0.62643634,0.592027932,6069.6328135 +132,-1.545345528,0.7447040685,383,0.62643634,0.592027932,6090.3772194 +133,-1.532813921,0.7432306626,383,0.62643634,0.592027932,6069.494316 +134,-1.554788248,0.7382381001,383,0.62643634,0.592027932,6127.9219098 +135,-1.540348126,0.7301594274,383,0.62643634,0.592027932,6122.2527717 +136,-1.538016084,0.7239051786,383,0.62643634,0.592027932,6135.4983911 +137,-1.525288962,0.7258085137,383,0.62643634,0.592027932,6103.9717126 +138,-1.534326986,0.731241342,383,0.62643634,0.592027932,6106.9177081 +139,-1.530733872,0.7303625216,383,0.62643634,0.592027932,6102.1153809 +141,-1.534354939,0.7328219978,383,0.62643634,0.592027932,6102.4417786 +142,-1.53157084,0.7292888153,383,0.62643634,0.592027932,6106.896489 +143,-1.525691035,0.7263799874,383,0.62643634,0.592027932,6103.1681301 +144,-1.534031287,0.7495967835,383,0.62643634,0.592027932,6053.6995621 +145,-1.527714986,0.7283095957,383,0.62643634,0.592027932,6101.8123709 +146,-1.526189586,0.7271468292,383,0.62643634,0.592027932,6102.0041219 +147,-1.555177336,0.7375563366,383,0.62643634,0.592027932,6130.6772647 +148,-1.555080283,0.7312707794,383,0.62643634,0.592027932,6148.739631 +149,-1.53856994,0.7224180299,383,0.62643634,0.592027932,6140.9054105 +150,-1.530837883,0.729933372,383,0.62643634,0.592027932,6103.5556102 +151,-1.515066984,0.5854133365,383,0.62643634,0.592027932,6480.7417144 +152,-1.534731633,0.5368370046,383,0.62643634,0.592027932,6664.7169701 +153,-1.515231902,0.5607085576,383,0.62643634,0.592027932,6550.9896229 +154,-2.616253799,1.0684566605,383,0.62643634,0.592027932,5858.5551232 +155,-1.956071439,0.5792177723,383,0.62643634,0.592027932,7359.5164775 +156,-1.951208514,0.5602434208,383,0.62643634,0.592027932,7418.6918701 +157,-1.944675062,0.6062144545,383,0.62643634,0.592027932,7247.3681871 +158,-1.613778386,0.6077989518,383,0.62643634,0.592027932,6634.7146143 +159,-2.035029014,0.6021432345,383,0.62643634,0.592027932,7389.2759632 +160,-2.114989471,0.6801825058,383,0.62643634,0.592027932,7194.9979311 +161,-2.037382079,0.5765830025,383,0.62643634,0.592027932,7485.1244775 +162,-2.129855121,0.6585019963,383,0.62643634,0.592027932,7291.2756242 +163,-2.075141798,0.6493615843,383,0.62643634,0.592027932,7265.9140122 +164,-1.828626729,0.6948433129,383,0.62643634,0.592027932,6761.1671573 +165,-1.863329418,0.6735427691,383,0.62643634,0.592027932,6888.6609986 +166,-1.266037071,0.727988852,383,0.62643634,0.592027932,5523.322061 +167,-1.277579582,0.7249010648,383,0.62643634,0.592027932,5557.9572657 +168,-1.258418684,0.7241194816,383,0.62643634,0.592027932,5514.429972 +169,-1.317813974,0.6804850104,383,0.62643634,0.592027932,5762.236821 +170,-1.344165204,0.6790988904,383,0.62643634,0.592027932,5828.4694992 +171,-1.427582102,0.5277120351,383,0.62643634,0.592027932,6428.3860564 +172,-1.402238616,0.457167829,383,0.62643634,0.592027932,6550.3476982 +173,-1.422454264,0.4996161999,383,0.62643634,0.592027932,6490.5507064 +174,-1.439089277,0.4894859811,383,0.62643634,0.592027932,6560.39598 +175,-1.448126995,0.5182330266,383,0.62643634,0.592027932,6505.5787226 +176,-1.474626146,0.5881926574,383,0.62643634,0.592027932,6378.5076505 +177,-1.421139645,0.5584869783,383,0.62643634,0.592027932,6329.8542025 +178,-1.457037165,0.565943032,383,0.62643634,0.592027932,6397.6068986 +179,-2.757159358,0.3745319,383,0.62643634,0.592027932,8507.9756823 +180,-2.714309238,0.342054471,383,0.62643634,0.592027932,8668.3586692 +181,-2.000525337,0.774119946,383,0.62643634,0.592027932,6723.8161551 +183,-1.571413436,0.6777838382,383,0.62643634,0.592027932,6338.1807574 +184,-1.552860289,0.6987663893,383,0.62643634,0.592027932,6238.5791532 +185,-1.521852374,0.7165827476,383,0.62643634,0.592027932,6123.1541724 +186,-1.503656267,0.6928968252,383,0.62643634,0.592027932,6151.7962386 +187,-1.502753178,0.7136205882,383,0.62643634,0.592027932,6091.5618691 +188,-1.631894563,0.7343596465,383,0.62643634,0.592027932,6289.0297511 +189,-1.653765416,0.6770714026,383,0.62643634,0.592027932,6506.0450798 +190,-1.719812114,0.6715965947,383,0.62643634,0.592027932,6648.5934427 +191,-1.493406659,0.6646955447,383,0.62643634,0.592027932,6208.6469984 +192,-1.469120564,0.6613469966,383,0.62643634,0.592027932,6163.8833375 +193,-1.590551461,0.5326612937,383,0.62643634,0.592027932,6806.5286369 +194,-1.625979264,0.5247742243,383,0.62643634,0.592027932,6910.1609927 +195,-1.572293943,0.5238808754,383,0.62643634,0.592027932,6790.1080684 +196,-1.610848725,0.5477107964,383,0.62643634,0.592027932,6807.8164468 +197,-1.208485554,0.7918526018,383,0.62643634,0.592027932,5241.7273322 +198,-1.335601374,0.6869083083,383,0.62643634,0.592027932,5788.4719649 +199,-1.346156996,0.6825213377,383,0.62643634,0.592027932,5824.4927837 +200,-1.324381037,0.6741422347,383,0.62643634,0.592027932,5793.8075732 +201,-1.242424992,0.7378949807,383,0.62643634,0.592027932,5444.1013011 +202,-1.270370057,0.7392461008,383,0.62643634,0.592027932,5506.7210892 +203,-1.448950472,0.7441675014,383,0.62643634,0.592027932,5893.2804843 +204,-1.492662363,0.7523026852,383,0.62643634,0.592027932,5962.1867622 +205,-1.479098966,0.7763855017,383,0.62643634,0.592027932,5867.6667224 +206,-1.633760714,0.7869022408,383,0.62643634,0.592027932,6132.6916672 +207,-1.647406434,0.8101289331,383,0.62643634,0.592027932,6085.7900035 +208,-1.564245052,0.5701509278,383,0.62643634,0.592027932,6637.0336115 +209,-1.646289963,0.6833746083,383,0.62643634,0.592027932,6472.1450802 +210,-1.5820631,0.6751952144,383,0.62643634,0.592027932,6367.8243255 +211,-1.613236298,0.6681681791,383,0.62643634,0.592027932,6452.502308 +212,-1.914661867,0.8212566515,383,0.62643634,0.592027932,6451.6188894 +213,-1.742133237,0.7250275956,383,0.62643634,0.592027932,6517.3424145 +214,-2.033144872,0.6557314699,383,0.62643634,0.592027932,7192.1851503 +215,-2.039551981,0.6964723658,383,0.62643634,0.592027932,7051.5239071 +216,-1.247341019,0.7622473908,383,0.62643634,0.592027932,5398.9392777 +217,-1.298239787,0.7084123392,383,0.62643634,0.592027932,5646.7223405 +218,-1.308539688,0.6926545592,383,0.62643634,0.592027932,5709.9069132 +219,-1.303263185,0.6888938396,383,0.62643634,0.592027932,5706.5685378 +220,-1.852400229,0.6004246149,383,0.62643634,0.592027932,7118.5536163 +221,-1.288947707,0.7473773692,383,0.62643634,0.592027932,5530.3607644 +222,-1.372031502,0.7472790993,383,0.62643634,0.592027932,5718.2641087 +223,-1.289805721,0.7242157877,383,0.62643634,0.592027932,5588.3703155 +224,-1.350807603,0.7533498126,383,0.62643634,0.592027932,5655.7144261 +225,-1.329290365,0.7560442322,383,0.62643634,0.592027932,5600.882884 +226,-1.410153004,0.616936428,383,0.62643634,0.592027932,6147.2109229 +227,-1.393445434,0.6308995063,383,0.62643634,0.592027932,6070.3022459 +228,-1.37595573,0.6241540638,383,0.62643634,0.592027932,6045.8049007 +229,-1.358388707,0.6172645205,383,0.62643634,0.592027932,6020.7354967 +230,-1.753741133,0.8281661666,383,0.62643634,0.592027932,6202.4370413 +231,-1.47430987,0.6834615681,383,0.62643634,0.592027932,6114.3771246 +232,-1.421012508,0.7222725206,383,0.62643634,0.592027932,5891.7489588 +233,-1.4476833,0.6978557868,383,0.62643634,0.592027932,6016.2326259 +234,-1.470370723,0.6966193374,383,0.62643634,0.592027932,6069.4277446 +235,-1.429211703,0.7037216883,383,0.62643634,0.592027932,5959.4721732 +236,-1.700578405,0.6178673663,383,0.62643634,0.592027932,6781.6886597 +237,-1.678117619,0.6331716163,383,0.62643634,0.592027932,6689.53092 +238,-1.725644578,0.6316331145,383,0.62643634,0.592027932,6786.6926641 +239,-2.14012759,0.7930497945,383,0.62643634,0.592027932,6795.0354699 +240,-2.103289431,0.7653606263,383,0.62643634,0.592027932,6865.4436873 +241,-1.318739838,0.7017808746,383,0.62643634,0.592027932,5711.4724019 +242,-1.396417427,0.7077900843,383,0.62643634,0.592027932,5875.2616658 +243,-1.35650337,0.7185539404,383,0.62643634,0.592027932,5756.8578726 +244,-1.248884539,0.7274156818,383,0.62643634,0.592027932,5483.9576463 +245,-1.395014798,0.5761185243,383,0.62643634,0.592027932,6218.2796346 +246,-1.433377362,0.6064716109,383,0.62643634,0.592027932,6230.7320362 +247,-1.408172432,0.5903155476,383,0.62643634,0.592027932,6213.1306875 +248,-1.749645898,0.7757118084,383,0.62643634,0.592027932,6366.1195072 +249,-1.571626686,0.615046989,383,0.62643634,0.592027932,6522.4613412 +250,-1.514070049,0.6303003037,383,0.62643634,0.592027932,6351.3970005 +251,-1.480890369,0.6237966528,383,0.62643634,0.592027932,6294.4684964 +252,-1.704390658,0.5281680612,383,0.62643634,0.592027932,7070.3528277 +253,-1.64434733,0.5254277498,383,0.62643634,0.592027932,6949.1074804 +254,-1.703855997,0.4792484842,383,0.62643634,0.592027932,7221.4816851 +255,-1.692002383,0.5748825051,383,0.62643634,0.592027932,6898.8921861 +256,-1.854136457,0.5544643913,383,0.62643634,0.592027932,7276.4224312 +257,-1.665021206,0.520317736,383,0.62643634,0.592027932,7010.1096377 +258,-1.733654349,0.4845187345,383,0.62643634,0.592027932,7269.1674782 +259,-1.720938188,0.5135933906,383,0.62643634,0.592027932,7150.8026286 +260,-1.742668307,0.553296122,383,0.62643634,0.592027932,7069.5826552 +261,-1.965659039,0.7142126903,383,0.62643634,0.592027932,6895.2694012 +262,-1.944438071,0.6772834804,383,0.62643634,0.592027932,6997.0888654 +263,-1.270340967,0.7681487096,383,0.62643634,0.592027932,5438.0261709 +264,-1.353091884,0.6549276821,383,0.62643634,0.592027932,5911.2989101 +265,-1.333236659,0.6413584414,383,0.62643634,0.592027932,5897.6788148 +266,-1.352015998,0.6753788907,383,0.62643634,0.592027932,5856.5090111 +267,-1.377988483,0.6577816235,383,0.62643634,0.592027932,5963.2576136 +268,-2.13075611,0.8318642051,383,0.62643634,0.592027932,6640.9534306 +269,-2.097910953,0.8259670014,383,0.62643634,0.592027932,6634.4202826 +270,-1.416382069,0.6694271549,383,0.62643634,0.592027932,6022.1521616 +271,-1.538905672,0.7535625993,383,0.62643634,0.592027932,6052.0388764 +272,-1.572309477,0.7803125099,383,0.62643634,0.592027932,6039.1765885 +273,-1.87759879,0.7503853417,383,0.62643634,0.592027932,6647.2401606 +274,1.152365588,0.590457682,383,0.62643634,0.592027932,1723.2832907 +275,0.350198001,0.718001859,383,0.62643634,0.592027932,998.69341948 +276,0.046513677,0.491503852,383,0.62643634,0.592027932,1998.9340514 +277,0.027510309,0.742571376,383,0.62643634,0.592027932,1941.340081 +278,0.306285725,-0.214631579,383,0.62643634,0.592027932,3415.4425279 +279,-1.100564889,0.318051531,383,0.62643634,0.592027932,6016.294382 +280,-1.078582306,0.301437596,383,0.62643634,0.592027932,5985.5429589 +281,-1.137371989,-0.617634065,383,0.62643634,0.592027932,8083.7992997 +282,0.784356344,0.703272339,383,0.62643634,0.592027932,664.93094774 +283,-1.221209947,0.218327455,383,0.62643634,0.592027932,6620.8948127 +284,2.347301921,-0.449114658,383,0.62643634,0.592027932,7655.3793331 +285,0.246820618,0.830553713,383,0.62643634,0.592027932,1470.8759745 +286,0.829414965,0.703288228,383,0.62643634,0.592027932,776.9631657 +287,-1.337537566,0.42332223,383,0.62643634,0.592027932,6462.180198 +288,0.882453706,0.454478077,383,0.62643634,0.592027932,1031.9573463 +289,1.575629659,0.416419109,383,0.62643634,0.592027932,3326.1995187 +290,-1.039455679,0.229888244,383,0.62643634,0.592027932,6022.0413238 +291,0.489558039,0.934482747,383,0.62643634,0.592027932,1409.858505 +292,0.081344504,0.88384514,383,0.62643634,0.592027932,1948.2396602 +293,-1.547979814,0.300350308,383,0.62643634,0.592027932,7366.0001952 +294,0.040776181,0.168560074,383,0.62643634,0.592027932,2707.5190678 +295,-1.130374745,0.563894876,383,0.62643634,0.592027932,5551.0687399 +296,1.578326642,0.478507176,383,0.62643634,0.592027932,3236.7755951 +297,-1.12861823,-0.291640865,383,0.62643634,0.592027932,7454.0299098 +298,0.310524208,0.770885792,383,0.62643634,0.592027932,1198.235729 +299,0.415649091,-0.387246002,383,0.62643634,0.592027932,3959.5100923 +300,-0.926533878,-0.188022748,383,0.62643634,0.592027932,6578.0111319 +301,1.258856172,-0.11716081,383,0.62643634,0.592027932,3675.4674338 +302,-1.126050026,0.322941926,383,0.62643634,0.592027932,6083.6147153 +303,2.002785835,0.07893892,383,0.62643634,0.592027932,5408.7926413 +304,0.440437607,0.746258085,383,0.62643634,0.592027932,839.55706566 +305,-0.030391866,0.214441206,383,0.62643634,0.592027932,2797.1237065 +306,0.521557815,-0.058929362,383,0.62643634,0.592027932,2608.0503935 +307,-0.097005111,0.13317729,383,0.62643634,0.592027932,3202.5916669 +308,1.83113859,0.221857587,383,0.62643634,0.592027932,4537.4544864 +309,0.222428864,0.099404236,383,0.62643634,0.592027932,2450.7652123 +310,-1.702731345,0.8728568183,383,0.62643634,0.592027932,5980.9263987 +311,-0.418507569,0.278324921,383,0.62643634,0.592027932,3897.0581419 +312,-1.41153306,0.339029988,383,0.62643634,0.592027932,6885.9375689 +313,0.357560442,0.114788776,383,0.62643634,0.592027932,2131.694914 +314,0.325818979,0.268352149,383,0.62643634,0.592027932,1672.3227708 +315,-1.246004659,-0.663679965,383,0.62643634,0.592027932,8471.8582133 +316,1.814603087,0.637404484,383,0.62643634,0.592027932,3765.8713904 +317,1.843704281,-0.18300445,383,0.62643634,0.592027932,5501.2678649 +318,1.690644492,-0.211480909,383,0.62643634,0.592027932,5112.1941107 +319,-1.275451936,0.068109467,383,0.62643634,0.592027932,7145.8539844 +320,0.762430171,-0.207594741,383,0.62643634,0.592027932,3208.5093772 +321,0.265668905,-0.014647884,383,0.62643634,0.592027932,2752.3892284 +322,-2.773032013,-0.335515811,383,0.62643634,0.592027932,11080.782483 +323,-1.469512853,0.174058777,383,0.62643634,0.592027932,7483.2955663 +324,0.286276986,0.785925691,383,0.62643634,0.592027932,1287.2390327 +325,-1.379324697,0.377432233,383,0.62643634,0.592027932,6695.9744418 +326,-1.203778265,0.212813032,383,0.62643634,0.592027932,6579.6720054 +327,0.579916301,0.611743168,383,0.62643634,0.592027932,170.77529946 +328,0.267582642,0.868113908,383,0.62643634,0.592027932,1512.5937926 +329,0.412869244,-0.050245578,383,0.62643634,0.592027932,2666.0568799 +330,0.17524381,0.976660285,383,0.62643634,0.592027932,1956.6725667 +331,0.743157214,0.204812899,383,0.62643634,0.592027932,1590.7437764 +332,-1.070758176,0.269382282,383,0.62643634,0.592027932,6032.9881937 +333,-1.230364251,0.329790229,383,0.62643634,0.592027932,6383.4640905 +334,-1.374813124,-0.024926835,383,0.62643634,0.592027932,7680.9173834 +335,0.519780566,0.463669906,383,0.62643634,0.592027932,625.53447615 +336,-1.55108034,0.239698561,383,0.62643634,0.592027932,7541.9686407 +337,0.180294813,0.029739425,383,0.62643634,0.592027932,2772.6505297 +338,0.67820924,0.268170153,383,0.62643634,0.592027932,1296.0793923 +339,0.445798684,1.024001867,383,0.62643634,0.592027932,1776.3038734 +340,0.691751283,0.150521402,383,0.62643634,0.592027932,1764.9540523 +341,-1.036643551,-0.903056181,383,0.62643634,0.592027932,8230.0773071 +342,-0.120287036,1.083325163,383,0.62643634,0.592027932,2688.8849115 +343,2.823513113,-0.304487164,383,0.62643634,0.592027932,8928.2540417 +344,0.457583172,1.12513373,383,0.62643634,0.592027932,2150.950807 +345,0.042918831,0.813795399,383,0.62643634,0.592027932,1950.2855371 +346,1.196146777,-0.853142756,383,0.62643634,0.592027932,6066.9850143 +347,0.206001358,-0.010430701,383,0.62643634,0.592027932,2852.664242 +348,-0.268308653,0.234799412,383,0.62643634,0.592027932,3497.7057213 +349,0.759363263,0.736189579,383,0.62643634,0.592027932,705.00769844 +350,0.181363926,0.891988372,383,0.62643634,0.592027932,1744.3320571 +351,-0.021111158,0.139103292,383,0.62643634,0.592027932,2964.2205671 +352,-0.093355215,0.630686981,383,0.62643634,0.592027932,2322.2047477 +353,0.40118964,0.681375926,383,0.62643634,0.592027932,798.88402632 +354,-0.721197315,1.304706234,383,0.62643634,0.592027932,3738.474908 +355,-1.076150317,0.212107639,383,0.62643634,0.592027932,6178.8313212 +356,-1.577164531,0.273993443,383,0.62643634,0.592027932,7518.2286617 +357,-0.190788414,0.182208586,383,0.62643634,0.592027932,3369.3144551 +358,-0.261349752,0.209710184,383,0.62643634,0.592027932,3530.3596634 +359,-1.029303852,0.083549259,383,0.62643634,0.592027932,6315.3610023 +360,-1.268609162,0.330525297,383,0.62643634,0.592027932,6495.281284 +361,1.282982244,-0.926641967,383,0.62643634,0.592027932,6425.9872622 +362,0.217352334,0.731352408,383,0.62643634,0.592027932,1386.6270532 +363,-1.511833084,0.258629297,383,0.62643634,0.592027932,7381.0189958 +364,0.338812194,0.823184618,383,0.62643634,0.592027932,1254.9885296 +365,-0.324406489,1.134201999,383,0.62643634,0.592027932,3097.1681395 +366,1.389579348,0.399185724,383,0.62643634,0.592027932,2744.4123609 +367,2.047152199,-0.039082036,383,0.62643634,0.592027932,5816.5108702 +368,0.947780369,0.568250077,383,0.62643634,0.592027932,1067.3097199 +369,0.763824846,0.576754987,383,0.62643634,0.592027932,457.78137895 +370,-0.142334657,0.928153068,383,0.62643634,0.592027932,2521.2015828 +371,0.610266567,0.547265983,383,0.62643634,0.592027932,185.32100283 +372,0.210731629,0.746815056,383,0.62643634,0.592027932,1422.769154 +373,-1.34931644,0.316895224,383,0.62643634,0.592027932,6765.3033282 +374,2.407696481,0.655030745,383,0.62643634,0.592027932,5414.3438696 +375,0.64207831,0.545359131,383,0.62643634,0.592027932,192.08270493 +376,1.174597538,0.840588356,383,0.62643634,0.592027932,1891.1717316 +377,0.660059424,0.010604079,383,0.62643634,0.592027932,2306.4000625 +378,-0.730263819,0.010486456,383,0.62643634,0.592027932,5496.3885786 +379,0.831068936,0.512339172,383,0.62643634,0.592027932,758.19187503 +380,1.301180979,0.72367476,383,0.62643634,0.592027932,2159.1005618 +381,1.811128231,0.322854402,383,0.62643634,0.592027932,4268.5681018 +382,0.435105812,0.992284428,383,0.62643634,0.592027932,1667.5726472 +383,0.62643634,0.592027932,383,0.62643634,0.592027932,0 +384,0.492988703,-0.516339467,383,0.62643634,0.592027932,4418.5889707 +385,-0.162469483,0.112549365,383,0.62643634,0.592027932,3452.0148654 +386,0.314630866,0.472006421,383,0.62643634,0.592027932,1163.4911147 +387,0.166744804,0.822815954,383,0.62643634,0.592027932,1645.9845185 +388,0.417159608,0.965805736,383,0.62643634,0.592027932,1588.5029506 +389,0.106334961,0.868774244,383,0.62643634,0.592027932,1865.8315312 +390,0.815086969,-0.338144359,383,0.62643634,0.592027932,3752.5967168 +391,0.59867455,-0.230624824,383,0.62643634,0.592027932,3260.2094882 +392,1.915104874,0.066220985,383,0.62643634,0.592027932,5149.5410369 +393,1.278093622,0.064463721,383,0.62643634,0.592027932,3181.8250278 +394,-0.061477853,0.302997961,383,0.62643634,0.592027932,2688.2918737 +395,0.251311504,0.626976942,383,0.62643634,0.592027932,1223.6539982 +396,2.950242872,0.149095644,383,0.62643634,0.592027932,8197.1954094 +397,-0.180294708,0.35375117,383,0.62643634,0.592027932,2969.6217083 +398,1.010448592,-0.351180233,383,0.62643634,0.592027932,4007.2201184 +399,-1.748740498,0.3686318073,383,0.62643634,0.592027932,7666.0034347 +400,2.699635665,0.123533791,383,0.62643634,0.592027932,7544.685994 +401,0.496808033,0.823843254,383,0.62643634,0.592027932,996.49998784 +402,0.129574704,0.763364087,383,0.62643634,0.592027932,1665.8237067 +403,1.798920311,0.817447563,383,0.62643634,0.592027932,3536.4804169 +404,0.335987953,0.746786541,383,0.62643634,0.592027932,1087.5688026 +405,-1.085413643,0.292154671,383,0.62643634,0.592027932,6027.7204249 +406,-0.155321003,0.508207011,383,0.62643634,0.592027932,2639.7996197 +407,0.620529244,-0.301175104,383,0.62643634,0.592027932,3538.0475185 +408,1.684402744,0.368716966,383,0.62643634,0.592027932,3766.7197358 +409,0.300582244,-0.386397212,383,0.62643634,0.592027932,4065.6591877 +410,2.913555946,-0.009225192,383,0.62643634,0.592027932,8528.6302808 +411,1.465101417,0.493232532,383,0.62643634,0.592027932,2845.9578757 +412,0.090612882,0.907955955,383,0.62643634,0.592027932,1969.2326188 +413,2.987564726,-0.729568594,383,0.62643634,0.592027932,9972.0466822 +414,-1.484261606,0.224149272,383,0.62643634,0.592027932,7395.0317012 +415,0.164073421,0.303955133,383,0.62643634,0.592027932,1996.343829 +416,0.141441293,0.167552546,383,0.62643634,0.592027932,2435.1528403 +417,2.931321023,-0.506718887,383,0.62643634,0.592027932,9622.4907882 +418,2.21951565,0.700596356,383,0.62643634,0.592027932,4824.0780308 +419,0.268112576,1.199114336,383,0.62643634,0.592027932,2534.5327851 +420,0.978913739,0.359223811,383,0.62643634,0.592027932,1541.0962829 +421,1.210898818,0.522863584,383,0.62643634,0.592027932,1974.8042795 +422,2.347397336,0.129231362,383,0.62643634,0.592027932,6424.7723307 +423,0.614394501,0.556878345,383,0.62643634,0.592027932,144.86981578 +424,-1.398079356,0.148483366,383,0.62643634,0.592027932,7334.3086592 +425,2.535303836,-0.112984496,383,0.62643634,0.592027932,7580.8392472 +426,-1.019372593,-0.405322349,383,0.62643634,0.592027932,7334.4626765 +427,-1.297785627,-0.160104069,383,0.62643634,0.592027932,7733.8425708 +428,2.144554488,0.205051084,383,0.62643634,0.592027932,5599.85037 +429,-2.242387083,-0.426171285,383,0.62643634,0.592027932,11296.519829 +430,0.338637212,0.909723676,383,0.62643634,0.592027932,1501.5567514 +431,-0.148798452,0.691042401,383,0.62643634,0.592027932,2465.9680681 +432,0.893524764,0.441829531,383,0.62643634,0.592027932,1093.3612504 +433,0.969229347,-0.368847936,383,0.62643634,0.592027932,4019.7125257 +434,0.436043248,0.800045688,383,0.62643634,0.592027932,1004.8210123 +435,1.687946607,1.081504775,383,0.62643634,0.592027932,3245.3219135 +436,0.522302046,-0.034889271,383,0.62643634,0.592027932,2513.3929408 +437,-0.178996113,-0.438090009,383,0.62643634,0.592027932,5081.8261691 +438,-1.094339566,0.301444068,383,0.62643634,0.592027932,6034.556717 +439,-1.064070054,0.242569932,383,0.62643634,0.592027932,6071.9923646 +440,-1.068153768,0.230387998,383,0.62643634,0.592027932,6112.2832932 +441,-3.00496892,-0.23989155,383,0.62643634,0.592027932,10200.526519 +442,0.21751974,0.766874888,383,0.62643634,0.592027932,1430.5507626 +443,0.117229532,0.007619006,383,0.62643634,0.592027932,2987.7045607 +444,0.777758451,0.420554741,383,0.62643634,0.592027932,857.13369062 +445,-0.252356999,0.250747086,383,0.62643634,0.592027932,3411.9096605 +446,0.363148444,0.768483434,383,0.62643634,0.592027932,1067.3612135 +447,0.903191366,-0.118210676,383,0.62643634,0.592027932,2998.7624405 +448,-0.205755923,0.149406178,383,0.62643634,0.592027932,3494.070623 +449,1.811996086,0.02364353,383,0.62643634,0.592027932,4911.0770398 +450,-1.100670221,0.314845373,383,0.62643634,0.592027932,6023.8746399 +451,0.340078597,0.850105132,383,0.62643634,0.592027932,1324.8421975 +452,0.258757267,0.804969236,383,0.62643634,0.592027932,1390.9763303 +453,2.78505352,-0.155160804,383,0.62643634,0.592027932,8485.5787653 +454,0.800551619,0.105822106,383,0.62643634,0.592027932,2029.0881582 +455,0.437940882,-0.506194031,383,0.62643634,0.592027932,4407.0359721 +456,2.230431122,0.63458615,383,0.62643634,0.592027932,4979.0568664 +457,0.527965361,0.127667701,383,0.62643634,0.592027932,1874.2878206 +458,-0.063643205,0.702093448,383,0.62643634,0.592027932,2205.1976013 +459,1.408447268,0.133010502,383,0.62643634,0.592027932,3379.6299395 +460,0.523795955,0.280266966,383,0.62643634,0.592027932,1287.9778505 +461,-0.975769313,0.072177659,383,0.62643634,0.592027932,6165.4711309 +462,0.549774164,-0.463663986,383,0.62643634,0.592027932,4191.5108094 +463,0.29245874,1.095549818,383,0.62643634,0.592027932,2160.4089385 +464,0.143625958,0.816809593,383,0.62643634,0.592027932,1694.2224495 +465,0.671902494,0.611159853,383,0.62643634,0.592027932,166.68657579 +466,1.239840988,0.6724199,383,0.62643634,0.592027932,1973.5607581 +467,0.607829703,-0.10932137,383,0.62643634,0.592027932,2778.9209653 +468,1.763020906,0.263996692,383,0.62643634,0.592027932,4226.9926612 +469,0.378714634,0.726066797,383,0.62643634,0.592027932,938.06348845 +470,2.196736143,-0.153862366,383,0.62643634,0.592027932,6559.4794867 +471,0.01702415,0.148991565,383,0.62643634,0.592027932,2828.2632654 +472,-2.998490902,-0.158002487,383,0.62643634,0.592027932,9984.8343903 +473,-3.051262951,-0.346595608,383,0.62643634,0.592027932,10326.792206 +474,-1.069176439,0.182802941,383,0.62643634,0.592027932,6222.4747517 +475,0.167157509,0.595344954,383,0.62643634,0.592027932,1503.7595882 +476,0.613855648,0.681746124,383,0.62643634,0.592027932,357.62084083 +477,1.037012736,0.682555367,383,0.62643634,0.592027932,1351.0525466 +478,-1.253574971,0.379755746,383,0.62643634,0.592027932,6331.5232518 +479,3.108590453,-0.132620738,383,0.62643634,0.592027932,9427.8933355 +480,0.565301296,0.022333262,383,0.62643634,0.592027932,2267.9167013 +481,0.547898238,0.855555614,383,0.62643634,0.592027932,1069.0438414 +482,0.948309381,0.417393755,383,0.62643634,0.592027932,1309.6810028 +483,-0.050600732,0.945269213,383,0.62643634,0.592027932,2335.9399743 +484,-0.977651478,-0.572363064,383,0.62643634,0.592027932,7535.0169483 +485,1.102014914,0.728861163,383,0.62643634,0.592027932,1575.1991323 +486,2.927300795,-0.282939414,383,0.62643634,0.592027932,9222.9306687 +487,-1.154565557,0.124434095,383,0.62643634,0.592027932,6628.8383764 +488,1.855331234,0.291044755,383,0.62643634,0.592027932,4475.9712969 +489,0.830290659,0.276904518,383,0.62643634,0.592027932,1444.5827774 +490,0.485104466,-0.234867441,383,0.62643634,0.592027932,3318.4329836 +491,0.521367572,-0.33161327,383,0.62643634,0.592027932,3679.98114 +1,-1.539031704,0.7349710123,384,0.492988703,-0.516339467,8861.5991966 +2,-1.536990553,0.7349663874,384,0.492988703,-0.516339467,8855.6548632 +3,-1.534951779,0.7349571355,384,0.492988703,-0.516339467,8849.7158644 +4,-1.532906461,0.7349480293,384,0.492988703,-0.516339467,8843.7588134 +5,-1.531320211,0.7346937278,384,0.492988703,-0.516339467,8839.0019483 +6,-1.539451648,0.7335131775,384,0.492988703,-0.516339467,8862.0359137 +7,-1.537429487,0.7335445708,384,0.492988703,-0.516339467,8856.1594759 +8,-1.535484998,0.7335658704,384,0.492988703,-0.516339467,8850.5050604 +9,-1.533488396,0.7336036027,384,0.492988703,-0.516339467,8844.7090459 +10,-1.531497785,0.7335842962,384,0.492988703,-0.516339467,8838.8998887 +11,-1.530259379,0.7334777758,384,0.492988703,-0.516339467,8835.2331124 +12,-1.5335454,0.7322346912,384,0.492988703,-0.516339467,8844.1129804 +13,-1.531489083,0.7322238773,384,0.492988703,-0.516339467,8838.1106403 +14,-1.530011122,0.7321679851,384,0.492988703,-0.516339467,8833.7697987 +15,-1.53348106,0.7306614094,384,0.492988703,-0.516339467,8843.042207 +16,-1.531441779,0.7306962275,384,0.492988703,-0.516339467,8837.1080877 +17,-1.529755654,0.7306933243,384,0.492988703,-0.516339467,8832.1845087 +18,-1.533415048,0.7291384674,384,0.492988703,-0.516339467,8841.9872221 +19,-1.531392093,0.7291705353,384,0.492988703,-0.516339467,8836.0923374 +20,-1.529296523,0.7291214933,384,0.492988703,-0.516339467,8829.939704 +21,-1.535280942,0.727267644,384,0.492988703,-0.516339467,8846.3814563 +22,-1.533378158,0.7276139666,384,0.492988703,-0.516339467,8841.0091132 +23,-1.531340368,0.7276446587,384,0.492988703,-0.516339467,8835.0631619 +24,-1.528960113,0.7276398177,384,0.492988703,-0.516339467,8828.0958973 +25,-1.533313146,0.7260818349,384,0.492988703,-0.516339467,8839.9369249 +26,-1.531259555,0.7260958115,384,0.492988703,-0.516339467,8833.928025 +27,-1.528926415,0.7260865555,384,0.492988703,-0.516339467,8827.0878286 +28,-1.531226779,0.7245511789,384,0.492988703,-0.516339467,8832.9284968 +29,-1.528904772,0.7245519194,384,0.492988703,-0.516339467,8826.118694 +30,-1.547195875,0.7409785979,384,0.492988703,-0.516339467,8888.4358888 +31,-1.5451475,0.740980426,384,0.492988703,-0.516339467,8882.4989059 +32,-1.543097679,0.7409798872,384,0.492988703,-0.516339467,8876.557482 +33,-1.540720364,0.7409892687,384,0.492988703,-0.516339467,8869.6731509 +34,-1.547188511,0.7395198392,384,0.492988703,-0.516339467,8887.6815658 +35,-1.545148587,0.7395226109,384,0.492988703,-0.516339467,8881.7625617 +36,-1.543104538,0.7395314908,384,0.492988703,-0.516339467,8875.8356969 +37,-1.540727751,0.7395306258,384,0.492988703,-0.516339467,8868.9395156 +38,-1.547187029,0.7380014886,384,0.492988703,-0.516339467,8886.9073232 +39,-1.545147315,0.7380012252,384,0.492988703,-0.516339467,8880.9801113 +40,-1.54310719,0.7380060743,384,0.492988703,-0.516339467,8875.0553003 +41,-1.540719671,0.7380068206,384,0.492988703,-0.516339467,8868.1202906 +42,-1.547187189,0.7364799098,384,0.492988703,-0.516339467,8886.1290294 +43,-1.545149996,0.7364853874,384,0.492988703,-0.516339467,8880.2048668 +44,-1.543106091,0.7364823484,384,0.492988703,-0.516339467,8874.2577223 +45,-1.540717158,0.7364893901,384,0.492988703,-0.516339467,8867.3134409 +46,-1.538663972,0.7410138672,384,0.492988703,-0.516339467,8863.7278629 +47,-1.53695285,0.7409699132,384,0.492988703,-0.516339467,8858.7479402 +48,-1.534910498,0.7409641297,384,0.492988703,-0.516339467,8852.8291523 +49,-1.533145034,0.7409536636,384,0.492988703,-0.516339467,8847.7106147 +50,-1.538681336,0.7395405883,384,0.492988703,-0.516339467,8863.0085467 +51,-1.536999189,0.7395183096,384,0.492988703,-0.516339467,8858.1180005 +52,-1.534923633,0.7395144222,384,0.492988703,-0.516339467,8852.096944 +53,-1.533267822,0.7395654306,384,0.492988703,-0.516339467,8847.3233133 +54,-1.53867273,0.7380151077,384,0.492988703,-0.516339467,8862.1796583 +55,-1.536980576,0.7379994392,384,0.492988703,-0.516339467,8857.2574774 +56,-1.534931522,0.7379944961,384,0.492988703,-0.516339467,8851.305419 +57,-1.533387952,0.7379480264,384,0.492988703,-0.516339467,8846.799147 +58,-1.538682279,0.7364914363,384,0.492988703,-0.516339467,8861.3973415 +59,-1.536980704,0.7364810563,384,0.492988703,-0.516339467,8856.444529 +60,-1.534935567,0.7364752065,384,0.492988703,-0.516339467,8850.4960976 +61,-1.533042592,0.7363876366,384,0.492988703,-0.516339467,8844.9461149 +62,-1.545143426,0.7349628011,384,0.492988703,-0.516339467,8879.3920603 +63,-1.543105297,0.7349691947,384,0.492988703,-0.516339467,8873.4594603 +64,-1.541064533,0.7349647152,384,0.492988703,-0.516339467,8867.5144123 +65,-1.545411803,0.7334624714,384,0.492988703,-0.516339467,8879.3856095 +66,-1.543446606,0.7334780896,384,0.492988703,-0.516339467,8873.6633663 +67,-1.541475327,0.7334957295,384,0.492988703,-0.516339467,8867.9255231 +68,-1.545401939,0.731963266,384,0.492988703,-0.516339467,8878.5622967 +69,-1.54342253,0.7319915583,384,0.492988703,-0.516339467,8872.7986269 +70,-1.541455867,0.7320216438,384,0.492988703,-0.516339467,8867.0743038 +71,-1.545410146,0.7304422281,384,0.492988703,-0.516339467,8877.7730823 +72,-1.543435491,0.7304713664,384,0.492988703,-0.516339467,8872.0169465 +73,-1.541463105,0.7304997613,384,0.492988703,-0.516339467,8866.268221 +74,-1.545414768,0.7289194936,384,0.492988703,-0.516339467,8876.9653766 +75,-1.543435774,0.7289538557,384,0.492988703,-0.516339467,8871.1926188 +76,-1.541457714,0.7289765881,384,0.492988703,-0.516339467,8865.4174315 +77,-1.539449415,0.7320555866,384,0.492988703,-0.516339467,8861.2371664 +78,-1.537429183,0.7321097681,384,0.492988703,-0.516339467,8855.3722321 +79,-1.535472649,0.7321497267,384,0.492988703,-0.516339467,8849.6866866 +80,-1.539457899,0.7305333307,384,0.492988703,-0.516339467,8860.4276368 +81,-1.537453161,0.7305750503,384,0.492988703,-0.516339467,8854.5942146 +82,-1.535479385,0.7306124949,384,0.492988703,-0.516339467,8848.8501757 +83,-1.53946905,0.7290102593,384,0.492988703,-0.516339467,8859.6184396 +84,-1.537459922,0.7290417293,384,0.492988703,-0.516339467,8853.7596283 +85,-1.535451349,0.7290890157,384,0.492988703,-0.516339467,8847.9126316 +86,-1.535522937,0.7279887191,384,0.492988703,-0.516339467,8847.4997702 +87,-1.539442524,0.7274735939,384,0.492988703,-0.516339467,8858.6842946 +88,-1.537424111,0.727521351,384,0.492988703,-0.516339467,8852.8005928 +89,-1.539384641,0.7259505092,384,0.492988703,-0.516339467,8857.6584913 +90,-1.537372391,0.7259947145,384,0.492988703,-0.516339467,8851.7840876 +91,-1.535340789,0.7260435356,384,0.492988703,-0.516339467,8845.8570102 +92,-1.539325716,0.7244369706,384,0.492988703,-0.516339467,8856.6275965 +93,-1.537308932,0.7244801057,384,0.492988703,-0.516339467,8850.7325998 +94,-1.535289068,0.7245247645,384,0.492988703,-0.516339467,8844.8308438 +95,-1.533261366,0.7245550236,384,0.492988703,-0.516339467,8838.8991236 +96,-1.539267302,0.722921924,384,0.492988703,-0.516339467,8855.5899654 +97,-1.537248972,0.7229660258,384,0.492988703,-0.516339467,8849.6843075 +98,-1.535219431,0.7229916471,384,0.492988703,-0.516339467,8843.7363519 +99,-1.53318962,0.7230212049,384,0.492988703,-0.516339467,8837.7911884 +100,-1.531154816,0.7230299897,384,0.492988703,-0.516339467,8831.8203771 +101,-1.528878341,0.7230370244,384,0.492988703,-0.516339467,8825.1400975 +102,-1.539218189,0.7214009878,384,0.492988703,-0.516339467,8854.5689166 +103,-1.537198791,0.7214422745,384,0.492988703,-0.516339467,8848.6517848 +104,-1.535179266,0.7214634354,384,0.492988703,-0.516339467,8842.7238499 +105,-1.533156501,0.7214944644,384,0.492988703,-0.516339467,8836.7934565 +106,-1.53113574,0.7215166021,384,0.492988703,-0.516339467,8830.8649706 +107,-1.528874248,0.7215345535,384,0.492988703,-0.516339467,8824.2276039 +108,-1.539217656,0.7198512397,384,0.492988703,-0.516339467,8853.6667969 +109,-1.537199919,0.7199428763,384,0.492988703,-0.516339467,8847.7773171 +110,-1.545425832,0.727397149,384,0.492988703,-0.516339467,8876.1696528 +111,-1.543371177,0.7273916949,384,0.492988703,-0.516339467,8870.1465443 +112,-1.541368852,0.7274523163,384,0.492988703,-0.516339467,8864.3143965 +113,-1.545349067,0.7258710923,384,0.492988703,-0.516339467,8875.1071562 +114,-1.54332671,0.7258603556,384,0.492988703,-0.516339467,8869.1687026 +115,-1.541346831,0.7259242142,384,0.492988703,-0.516339467,8863.3975102 +116,-1.545324355,0.7243383958,384,0.492988703,-0.516339467,8874.1861617 +117,-1.543292796,0.7243617413,384,0.492988703,-0.516339467,8868.2326973 +118,-1.541295822,0.7244024384,384,0.492988703,-0.516339467,8862.3917976 +119,-1.543193859,0.7205570215,384,0.492988703,-0.516339467,8865.786614 +120,-1.550257047,0.7386738187,384,0.492988703,-0.516339467,8896.1670259 +121,-1.549335448,0.7311736483,384,0.492988703,-0.516339467,8889.6347399 +122,-1.533478843,0.7179891343,384,0.492988703,-0.516339467,8835.6499519 +123,-1.556150555,0.738907041,384,0.492988703,-0.516339467,8913.4058207 +124,-1.554324226,0.733414257,384,0.492988703,-0.516339467,8905.3610954 +125,-1.554290846,0.7288285332,384,0.492988703,-0.516339467,8902.9050837 +126,-1.55122487,0.7219795312,384,0.492988703,-0.516339467,8890.2328069 +127,-1.525104458,0.7229399862,384,0.492988703,-0.516339467,8814.0029633 +128,-1.519607711,0.7236181429,384,0.492988703,-0.516339467,8798.291079 +129,-1.513899999,0.7251107854,384,0.492988703,-0.516339467,8782.4943065 +130,-1.536620762,0.7431061895,384,0.492988703,-0.516339467,8858.900772 +131,-1.5369566,0.7460845958,384,0.492988703,-0.516339467,8861.4005144 +132,-1.545345528,0.7447040685,384,0.492988703,-0.516339467,8884.930146 +133,-1.532813921,0.7432306626,384,0.492988703,-0.516339467,8847.9600001 +134,-1.554788248,0.7382381001,384,0.492988703,-0.516339467,8909.1196353 +135,-1.540348126,0.7301594274,384,0.492988703,-0.516339467,8862.8233862 +136,-1.538016084,0.7239051786,384,0.492988703,-0.516339467,8852.4786588 +137,-1.525288962,0.7258085137,384,0.492988703,-0.516339467,8816.2690226 +138,-1.534326986,0.731241342,384,0.492988703,-0.516339467,8845.837564 +139,-1.530733872,0.7303625216,384,0.492988703,-0.516339467,8834.8512237 +141,-1.534354939,0.7328219978,384,0.492988703,-0.516339467,8846.8004645 +142,-1.53157084,0.7292888153,384,0.492988703,-0.516339467,8836.6824774 +143,-1.525691035,0.7263799874,384,0.492988703,-0.516339467,8817.7867667 +144,-1.534031287,0.7495967835,384,0.492988703,-0.516339467,8854.7549859 +145,-1.527714986,0.7283095957,384,0.492988703,-0.516339467,8824.8450969 +146,-1.526189586,0.7271468292,384,0.492988703,-0.516339467,8819.7003834 +147,-1.555177336,0.7375563366,384,0.492988703,-0.516339467,8909.9160568 +148,-1.555080283,0.7312707794,384,0.492988703,-0.516339467,8906.4772901 +149,-1.53856994,0.7224180299,384,0.492988703,-0.516339467,8853.2501267 +150,-1.530837883,0.729933372,384,0.492988703,-0.516339467,8834.9097445 +151,-1.515066984,0.5854133365,384,0.492988703,-0.516339467,8671.3661223 +152,-1.534731633,0.5368370046,384,0.492988703,-0.516339467,8683.3683132 +153,-1.515231902,0.5607085576,384,0.492988703,-0.516339467,8646.1188991 +154,-2.616253799,1.0684566605,384,0.492988703,-0.516339467,10255.258372 +155,-1.956071439,0.5792177723,384,0.492988703,-0.516339467,10102.759686 +156,-1.951208514,0.5602434208,384,0.492988703,-0.516339467,10079.17958 +157,-1.944675062,0.6062144545,384,0.492988703,-0.516339467,10072.545059 +158,-1.613778386,0.6077989518,384,0.492988703,-0.516339467,9006.450272 +159,-2.035029014,0.6021432345,384,0.492988703,-0.516339467,10366.460059 +160,-2.114989471,0.6801825058,384,0.492988703,-0.516339467,10591.328102 +161,-2.037382079,0.5765830025,384,0.492988703,-0.516339467,10371.190039 +162,-2.129855121,0.6585019963,384,0.492988703,-0.516339467,10652.113179 +163,-2.075141798,0.6493615843,384,0.492988703,-0.516339467,10486.443698 +164,-1.828626729,0.6948433129,384,0.492988703,-0.516339467,9714.4673238 +165,-1.863329418,0.6735427691,384,0.492988703,-0.516339467,9820.886076 +166,-1.266037071,0.727988852,384,0.492988703,-0.516339467,8070.648482 +167,-1.277579582,0.7249010648,384,0.492988703,-0.516339467,8099.8304359 +168,-1.258418684,0.7241194816,384,0.492988703,-0.516339467,8044.5708733 +169,-1.317813974,0.6804850104,384,0.492988703,-0.516339467,8165.8299786 +170,-1.344165204,0.6790988904,384,0.492988703,-0.516339467,8242.174789 +171,-1.427582102,0.5277120351,384,0.492988703,-0.516339467,8323.747885 +172,-1.402238616,0.457167829,384,0.492988703,-0.516339467,8145.0663069 +173,-1.422454264,0.4996161999,384,0.492988703,-0.516339467,8270.4669818 +174,-1.439089277,0.4894859811,384,0.492988703,-0.516339467,8311.5610892 +175,-1.448126995,0.5182330266,384,0.492988703,-0.516339467,8378.5391939 +176,-1.474626146,0.5881926574,384,0.492988703,-0.516339467,8545.5337449 +177,-1.421139645,0.5584869783,384,0.492988703,-0.516339467,8341.215778 +178,-1.457037165,0.565943032,384,0.492988703,-0.516339467,8464.8534467 +179,-2.757159358,0.3745319,384,0.492988703,-0.516339467,11761.483557 +180,-2.714309238,0.342054471,384,0.492988703,-0.516339467,11714.229842 +181,-2.000525337,0.774119946,384,0.492988703,-0.516339467,10178.605608 +183,-1.571413436,0.6777838382,384,0.492988703,-0.516339467,8924.3352835 +184,-1.552860289,0.6987663893,384,0.492988703,-0.516339467,8881.535733 +185,-1.521852374,0.7165827476,384,0.492988703,-0.516339467,8800.5011501 +186,-1.503656267,0.6928968252,384,0.492988703,-0.516339467,8730.1833994 +187,-1.502753178,0.7136205882,384,0.492988703,-0.516339467,8742.2273656 +188,-1.631894563,0.7343596465,384,0.492988703,-0.516339467,9132.6425568 +189,-1.653765416,0.6770714026,384,0.492988703,-0.516339467,9175.5324498 +190,-1.719812114,0.6715965947,384,0.492988703,-0.516339467,9376.4848124 +191,-1.493406659,0.6646955447,384,0.492988703,-0.516339467,8676.9850372 +192,-1.469120564,0.6613469966,384,0.492988703,-0.516339467,8600.1025502 +193,-1.590551461,0.5326612937,384,0.492988703,-0.516339467,8861.8674999 +194,-1.625979264,0.5247742243,384,0.492988703,-0.516339467,8970.5608997 +195,-1.572293943,0.5238808754,384,0.492988703,-0.516339467,8792.3124038 +196,-1.610848725,0.5477107964,384,0.492988703,-0.516339467,8943.8026573 +197,-1.208485554,0.7918526018,384,0.492988703,-0.516339467,7986.7473401 +198,-1.335601374,0.6869083083,384,0.492988703,-0.516339467,8225.4047133 +199,-1.346156996,0.6825213377,384,0.492988703,-0.516339467,8251.7861383 +200,-1.324381037,0.6741422347,384,0.492988703,-0.516339467,8178.0186323 +201,-1.242424992,0.7378949807,384,0.492988703,-0.516339467,8015.837774 +202,-1.270370057,0.7392461008,384,0.492988703,-0.516339467,8095.685067 +203,-1.448950472,0.7441675014,384,0.492988703,-0.516339467,8607.1398318 +204,-1.492662363,0.7523026852,384,0.492988703,-0.516339467,8737.616631 +205,-1.479098966,0.7763855017,384,0.492988703,-0.516339467,8713.1495704 +206,-1.633760714,0.7869022408,384,0.492988703,-0.516339467,9149.7100725 +207,-1.647406434,0.8101289331,384,0.492988703,-0.516339467,9188.9311 +208,-1.564245052,0.5701509278,384,0.492988703,-0.516339467,8814.1282457 +209,-1.646289963,0.6833746083,384,0.492988703,-0.516339467,9155.6476922 +210,-1.5820631,0.6751952144,384,0.492988703,-0.516339467,8955.1507828 +211,-1.613236298,0.6681681791,384,0.492988703,-0.516339467,9046.3651345 +212,-1.914661867,0.8212566515,384,0.492988703,-0.516339467,9903.7421166 +213,-1.742133237,0.7250275956,384,0.492988703,-0.516339467,9455.774054 +214,-2.033144872,0.6557314699,384,0.492988703,-0.516339467,10352.508289 +215,-2.039551981,0.6964723658,384,0.492988703,-0.516339467,10352.850058 +216,-1.247341019,0.7622473908,384,0.492988703,-0.516339467,8057.704332 +217,-1.298239787,0.7084123392,384,0.492988703,-0.516339467,8140.3389875 +218,-1.308539688,0.6926545592,384,0.492988703,-0.516339467,8152.4437433 +219,-1.303263185,0.6888938396,384,0.492988703,-0.516339467,8132.7223828 +220,-1.852400229,0.6004246149,384,0.492988703,-0.516339467,9770.7339527 +221,-1.288947707,0.7473773692,384,0.492988703,-0.516339467,8156.660076 +222,-1.372031502,0.7472790993,384,0.492988703,-0.516339467,8390.4745059 +223,-1.289805721,0.7242157877,384,0.492988703,-0.516339467,8133.8328152 +224,-1.350807603,0.7533498126,384,0.492988703,-0.516339467,8336.0707686 +225,-1.329290365,0.7560442322,384,0.492988703,-0.516339467,8278.2900335 +226,-1.410153004,0.616936428,384,0.492988703,-0.516339467,8374.3264615 +227,-1.393445434,0.6308995063,384,0.492988703,-0.516339467,8338.1378985 +228,-1.37595573,0.6241540638,384,0.492988703,-0.516339467,8276.7829035 +229,-1.358388707,0.6172645205,384,0.492988703,-0.516339467,8214.6491913 +230,-1.753741133,0.8281661666,384,0.492988703,-0.516339467,9472.6791182 +231,-1.47430987,0.6834615681,384,0.492988703,-0.516339467,8634.7893756 +232,-1.421012508,0.7222725206,384,0.492988703,-0.516339467,8509.4825152 +233,-1.4476833,0.6978557868,384,0.492988703,-0.516339467,8567.2971762 +234,-1.470370723,0.6966193374,384,0.492988703,-0.516339467,8633.6843988 +235,-1.429211703,0.7037216883,384,0.492988703,-0.516339467,8517.6916224 +236,-1.700578405,0.6178673663,384,0.492988703,-0.516339467,9290.300772 +237,-1.678117619,0.6331716163,384,0.492988703,-0.516339467,9228.0774222 +238,-1.725644578,0.6316331145,384,0.492988703,-0.516339467,9377.6465505 +239,-2.14012759,0.7930497945,384,0.492988703,-0.516339467,10523.497649 +240,-2.103289431,0.7653606263,384,0.492988703,-0.516339467,10468.449642 +241,-1.318739838,0.7017808746,384,0.492988703,-0.516339467,8192.3396749 +242,-1.396417427,0.7077900843,384,0.492988703,-0.516339467,8425.0147695 +243,-1.35650337,0.7185539404,384,0.492988703,-0.516339467,8319.2160269 +244,-1.248884539,0.7274156818,384,0.492988703,-0.516339467,8021.5199465 +245,-1.395014798,0.5761185243,384,0.492988703,-0.516339467,8279.5485676 +246,-1.433377362,0.6064716109,384,0.492988703,-0.516339467,8435.2233402 +247,-1.408172432,0.5903155476,384,0.492988703,-0.516339467,8337.9353583 +248,-1.749645898,0.7757118084,384,0.492988703,-0.516339467,9475.6867592 +249,-1.571626686,0.615046989,384,0.492988703,-0.516339467,8878.5205183 +250,-1.514070049,0.6303003037,384,0.492988703,-0.516339467,8710.9588116 +251,-1.480890369,0.6237966528,384,0.492988703,-0.516339467,8601.4645765 +252,-1.704390658,0.5281680612,384,0.492988703,-0.516339467,9234.0709919 +253,-1.64434733,0.5254277498,384,0.492988703,-0.516339467,9032.0595571 +254,-1.703855997,0.4792484842,384,0.492988703,-0.516339467,9182.7522384 +255,-1.692002383,0.5748825051,384,0.492988703,-0.516339467,9232.9994755 +256,-1.854136457,0.5544643913,384,0.492988703,-0.516339467,9752.8154483 +257,-1.665021206,0.520317736,384,0.492988703,-0.516339467,9095.5647341 +258,-1.733654349,0.4845187345,384,0.492988703,-0.516339467,9289.082556 +259,-1.720938188,0.5135933906,384,0.492988703,-0.516339467,9275.5478624 +260,-1.742668307,0.553296122,384,0.492988703,-0.516339467,9382.4864171 +261,-1.965659039,0.7142126903,384,0.492988703,-0.516339467,10122.351509 +262,-1.944438071,0.6772834804,384,0.492988703,-0.516339467,10071.142101 +263,-1.270340967,0.7681487096,384,0.492988703,-0.516339467,8127.3191419 +264,-1.353091884,0.6549276821,384,0.492988703,-0.516339467,8242.0822983 +265,-1.333236659,0.6413584414,384,0.492988703,-0.516339467,8166.4366721 +266,-1.352015998,0.6753788907,384,0.492988703,-0.516339467,8261.4331127 +267,-1.377988483,0.6577816235,384,0.492988703,-0.516339467,8320.2796885 +268,-2.13075611,0.8318642051,384,0.492988703,-0.516339467,10432.653188 +269,-2.097910953,0.8259670014,384,0.492988703,-0.516339467,10364.134954 +270,-1.416382069,0.6694271549,384,0.492988703,-0.516339467,8447.926153 +271,-1.538905672,0.7535625993,384,0.492988703,-0.516339467,8870.7065539 +272,-1.572309477,0.7803125099,384,0.492988703,-0.516339467,8976.1190293 +273,-1.87759879,0.7503853417,384,0.492988703,-0.516339467,9848.1828229 +274,1.152365588,0.590457682,384,0.492988703,-0.516339467,5031.2361981 +275,0.350198001,0.718001859,384,0.492988703,-0.516339467,4917.1620774 +276,0.046513677,0.491503852,384,0.492988703,-0.516339467,4335.1357828 +277,0.027510309,0.742571376,384,0.492988703,-0.516339467,5267.2608365 +278,0.306285725,-0.214631579,384,0.492988703,-0.516339467,1378.3388742 +279,-1.100564889,0.318051531,384,0.492988703,-0.516339467,6911.3838902 +280,-1.078582306,0.301437596,384,0.492988703,-0.516339467,6807.1882227 +281,-1.137371989,-0.617634065,384,0.492988703,-0.516339467,5246.8033514 +282,0.784356344,0.703272339,384,0.492988703,-0.516339467,4948.1971915 +283,-1.221209947,0.218327455,384,0.492988703,-0.516339467,7134.1198401 +284,2.347301921,-0.449114658,384,0.492988703,-0.516339467,6240.9074001 +285,0.246820618,0.830553713,384,0.492988703,-0.516339467,5406.732214 +286,0.829414965,0.703288228,384,0.492988703,-0.516339467,4986.7200216 +287,-1.337537566,0.42332223,384,0.492988703,-0.516339467,7879.78416 +288,0.882453706,0.454478077,384,0.492988703,-0.516339467,4119.9416886 +289,1.575629659,0.416419109,384,0.492988703,-0.516339467,5531.9776793 +290,-1.039455679,0.229888244,384,0.492988703,-0.516339467,6539.27086 +291,0.489558039,0.934482747,384,0.492988703,-0.516339467,5746.7189223 +292,0.081344504,0.88384514,384,0.492988703,-0.516339467,5730.6314799 +293,-1.547979814,0.300350308,384,0.492988703,-0.516339467,8399.1599779 +294,0.040776181,0.168560074,384,0.492988703,-0.516339467,3214.9138399 +295,-1.130374745,0.563894876,384,0.492988703,-0.516339467,7439.1664552 +296,1.578326642,0.478507176,384,0.492988703,-0.516339467,5694.0259722 +297,-1.12861823,-0.291640865,384,0.492988703,-0.516339467,5826.5613831 +298,0.310524208,0.770885792,384,0.492988703,-0.516339467,5141.3559207 +299,0.415649091,-0.387246002,384,0.492988703,-0.516339467,580.72271315 +300,-0.926533878,-0.188022748,384,0.492988703,-0.516339467,5339.1645804 +301,1.258856172,-0.11716081,384,0.492988703,-0.516339467,3258.8066517 +302,-1.126050026,0.322941926,384,0.492988703,-0.516339467,7005.1509295 +303,2.002785835,0.07893892,384,0.492988703,-0.516339467,6166.7964745 +304,0.440437607,0.746258085,384,0.492988703,-0.516339467,5004.8124863 +305,-0.030391866,0.214441206,384,0.492988703,-0.516339467,3517.6676922 +306,0.521557815,-0.058929362,384,0.492988703,-0.516339467,1814.9761934 +307,-0.097005111,0.13317729,384,0.492988703,-0.516339467,3415.7328181 +308,1.83113859,0.221857587,384,0.492988703,-0.516339467,5877.0884634 +309,0.222428864,0.099404236,384,0.492988703,-0.516339467,2647.2122875 +310,-1.702731345,0.8728568183,384,0.492988703,-0.516339467,9322.2785398 +311,-0.418507569,0.278324921,384,0.492988703,-0.516339467,4692.6469702 +312,-1.41153306,0.339029988,384,0.492988703,-0.516339467,7995.0178599 +313,0.357560442,0.114788776,384,0.492988703,-0.516339467,2552.5234163 +314,0.325818979,0.268352149,384,0.492988703,-0.516339467,3173.157493 +315,-1.246004659,-0.663679965,384,0.492988703,-0.516339467,5466.947548 +316,1.814603087,0.637404484,384,0.492988703,-0.516339467,6704.2041742 +317,1.843704281,-0.18300445,384,0.492988703,-0.516339467,5112.1516436 +318,1.690644492,-0.211480909,384,0.492988703,-0.516339467,4532.996581 +319,-1.275451936,0.068109467,384,0.492988703,-0.516339467,7035.5379242 +320,0.762430171,-0.207594741,384,0.492988703,-0.516339467,1574.6899321 +321,0.265668905,-0.014647884,384,0.492988703,-0.516339467,2164.2917279 +322,-2.773032013,-0.335515811,384,0.492988703,-0.516339467,9036.3553257 +323,-1.469512853,0.174058777,384,0.492988703,-0.516339467,7906.0341821 +324,0.286276986,0.785925691,384,0.492988703,-0.516339467,5211.9265504 +325,-1.379324697,0.377432233,384,0.492988703,-0.516339467,7947.6314847 +326,-1.203778265,0.212813032,384,0.492988703,-0.516339467,7064.3015378 +327,0.579916301,0.611743168,384,0.492988703,-0.516339467,4480.1106102 +328,0.267582642,0.868113908,384,0.492988703,-0.516339467,5541.0496207 +329,0.412869244,-0.050245578,384,0.492988703,-0.516339467,1870.6054005 +330,0.17524381,0.976660285,384,0.492988703,-0.516339467,6010.5070182 +331,0.743157214,0.204812899,384,0.492988703,-0.516339467,3012.0606229 +332,-1.070758176,0.269382282,384,0.492988703,-0.516339467,6720.2726046 +333,-1.230364251,0.329790229,384,0.492988703,-0.516339467,7366.325422 +334,-1.374813124,-0.024926835,384,0.492988703,-0.516339467,7190.5909925 +335,0.519780566,0.463669906,384,0.492988703,-0.516339467,3883.148318 +336,-1.55108034,0.239698561,384,0.492988703,-0.516339467,8306.2272054 +337,0.180294813,0.029739425,384,0.492988703,-0.516339467,2465.7709357 +338,0.67820924,0.268170153,384,0.492988703,-0.516339467,3187.0620849 +339,0.445798684,1.024001867,384,0.492988703,-0.516339467,6103.2867871 +340,0.691751283,0.150521402,384,0.492988703,-0.516339467,2748.0332179 +341,-1.036643551,-0.903056181,384,0.492988703,-0.516339467,4549.3445932 +342,-0.120287036,1.083325163,384,0.492988703,-0.516339467,6631.0031955 +343,2.823513113,-0.304487164,384,0.492988703,-0.516339467,7953.5357328 +344,0.457583172,1.12513373,384,0.492988703,-0.516339467,6502.8082226 +345,0.042918831,0.813795399,384,0.492988703,-0.516339467,5509.576924 +346,1.196146777,-0.853142756,384,0.492988703,-0.516339467,2494.4943033 +347,0.206001358,-0.010430701,384,0.492988703,-0.516339467,2277.7425796 +348,-0.268308653,0.234799412,384,0.492988703,-0.516339467,4159.6936409 +349,0.759363263,0.736189579,384,0.492988703,-0.516339467,5055.6910479 +350,0.181363926,0.891988372,384,0.492988703,-0.516339467,5683.7249435 +351,-0.021111158,0.139103292,384,0.492988703,-0.516339467,3252.1874302 +352,-0.093355215,0.630686981,384,0.492988703,-0.516339467,5040.3887105 +353,0.40118964,0.681375926,384,0.492988703,-0.516339467,4756.2408669 +354,-0.721197315,1.304706234,384,0.492988703,-0.516339467,7836.7989114 +355,-1.076150317,0.212107639,384,0.492988703,-0.516339467,6628.7413495 +356,-1.577164531,0.273993443,384,0.492988703,-0.516339467,8455.5191445 +357,-0.190788414,0.182208586,384,0.492988703,-0.516339467,3802.5940841 +358,-0.261349752,0.209710184,384,0.492988703,-0.516339467,4069.459035 +359,-1.029303852,0.083549259,384,0.492988703,-0.516339467,6218.6900141 +360,-1.268609162,0.330525297,384,0.492988703,-0.516339467,7496.3487947 +361,1.282982244,-0.926641967,384,0.492988703,-0.516339467,2788.0455812 +362,0.217352334,0.731352408,384,0.492988703,-0.516339467,5043.7382072 +363,-1.511833084,0.258629297,384,0.492988703,-0.516339467,8204.1469624 +364,0.338812194,0.823184618,384,0.492988703,-0.516339467,5334.3703354 +365,-0.324406489,1.134201999,384,0.492988703,-0.516339467,7002.6022679 +366,1.389579348,0.399185724,384,0.492988703,-0.516339467,4980.4315063 +367,2.047152199,-0.039082036,384,0.492988703,-0.516339467,6088.2443223 +368,0.947780369,0.568250077,384,0.492988703,-0.516339467,4623.0921165 +369,0.763824846,0.576754987,384,0.492988703,-0.516339467,4447.3810459 +370,-0.142334657,0.928153068,384,0.492988703,-0.516339467,6125.7612496 +371,0.610266567,0.547265983,384,0.492988703,-0.516339467,4236.0198187 +372,0.210731629,0.746815056,384,0.492988703,-0.516339467,5107.885646 +373,-1.34931644,0.316895224,384,0.492988703,-0.516339467,7746.4668451 +374,2.407696481,0.655030745,384,0.492988703,-0.516339467,8449.892962 +375,0.64207831,0.545359131,384,0.492988703,-0.516339467,4242.7042894 +376,1.174597538,0.840588356,384,0.492988703,-0.516339467,5894.2455301 +377,0.660059424,0.010604079,384,0.492988703,-0.516339467,2180.7036513 +378,-0.730263819,0.010486456,384,0.492988703,-0.516339467,5052.3760871 +379,0.831068936,0.512339172,384,0.492988703,-0.516339467,4270.167182 +380,1.301180979,0.72367476,384,0.492988703,-0.516339467,5732.3396202 +381,1.811128231,0.322854402,384,0.492988703,-0.516339467,6025.7030382 +382,0.435105812,0.992284428,384,0.492988703,-0.516339467,5978.8195625 +383,0.62643634,0.592027932,384,0.492988703,-0.516339467,4418.5889707 +384,0.492988703,-0.516339467,384,0.492988703,-0.516339467,0 +385,-0.162469483,0.112549365,384,0.492988703,-0.516339467,3524.2966306 +386,0.314630866,0.472006421,384,0.492988703,-0.516339467,3972.8387081 +387,0.166744804,0.822815954,384,0.492988703,-0.516339467,5430.911588 +388,0.417159608,0.965805736,384,0.492988703,-0.516339467,5876.4288638 +389,0.106334961,0.868774244,384,0.492988703,-0.516339467,5652.9136459 +390,0.815086969,-0.338144359,384,0.492988703,-0.516339467,1355.964994 +391,0.59867455,-0.230624824,384,0.492988703,-0.516339467,1196.3118884 +392,1.915104874,0.066220985,384,0.492988703,-0.516339467,5841.6012935 +393,1.278093622,0.064463721,384,0.492988703,-0.516339467,3761.3003367 +394,-0.061477853,0.302997961,384,0.492988703,-0.516339467,3875.4287278 +395,0.251311504,0.626976942,384,0.492988703,-0.516339467,4617.3158375 +396,2.950242872,0.149095644,384,0.492988703,-0.516339467,9519.8564736 +397,-0.180294708,0.35375117,384,0.492988703,-0.516339467,4298.4784297 +398,1.010448592,-0.351180233,384,0.492988703,-0.516339467,1964.7043761 +399,-1.748740498,0.3686318073,384,0.492988703,-0.516339467,9195.9492932 +400,2.699635665,0.123533791,384,0.492988703,-0.516339467,8640.4167428 +401,0.496808033,0.823843254,384,0.492988703,-0.516339467,5308.4812913 +402,0.129574704,0.763364087,384,0.492988703,-0.516339467,5237.5651569 +403,1.798920311,0.817447563,384,0.492988703,-0.516339467,7037.1902006 +404,0.335987953,0.746786541,384,0.492988703,-0.516339467,5035.8235253 +405,-1.085413643,0.292154671,384,0.492988703,-0.516339467,6812.4275722 +406,-0.155321003,0.508207011,384,0.492988703,-0.516339467,4740.508817 +407,0.620529244,-0.301175104,384,0.492988703,-0.516339467,969.48872154 +408,1.684402744,0.368716966,384,0.492988703,-0.516339467,5735.5567737 +409,0.300582244,-0.386397212,384,0.492988703,-0.516339467,856.637125 +410,2.913555946,-0.009225192,384,0.492988703,-0.516339467,9017.4992665 +411,1.465101417,0.493232532,384,0.492988703,-0.516339467,5432.7677809 +412,0.090612882,0.907955955,384,0.492988703,-0.516339467,5812.2691247 +413,2.987564726,-0.729568594,384,0.492988703,-0.516339467,6971.7628169 +414,-1.484261606,0.224149272,384,0.492988703,-0.516339467,8048.41604 +415,0.164073421,0.303955133,384,0.492988703,-0.516339467,3483.7602418 +416,0.141441293,0.167552546,384,0.492988703,-0.516339467,3022.7441924 +417,2.931321023,-0.506718887,384,0.492988703,-0.516339467,7597.5523193 +418,2.21951565,0.700596356,384,0.492988703,-0.516339467,7944.8561981 +419,0.268112576,1.199114336,384,0.492988703,-0.516339467,6826.7626192 +420,0.978913739,0.359223811,384,0.492988703,-0.516339467,3932.5880179 +421,1.210898818,0.522863584,384,0.492988703,-0.516339467,4927.7616432 +422,2.347397336,0.129231362,384,0.492988703,-0.516339467,7449.3414021 +423,0.614394501,0.556878345,384,0.492988703,-0.516339467,4275.4687126 +424,-1.398079356,0.148483366,384,0.492988703,-0.516339467,7612.1051622 +425,2.535303836,-0.112984496,384,0.492988703,-0.516339467,7582.7652051 +426,-1.019372593,-0.405322349,384,0.492988703,-0.516339467,5256.4186888 +427,-1.297785627,-0.160104069,384,0.492988703,-0.516339467,6653.0496573 +428,2.144554488,0.205051084,384,0.492988703,-0.516339467,6895.4428394 +429,-2.242387083,-0.426171285,384,0.492988703,-0.516339467,8403.4138422 +430,0.338637212,0.909723676,384,0.492988703,-0.516339467,5674.0328124 +431,-0.148798452,0.691042401,384,0.492988703,-0.516339467,5334.6600513 +432,0.893524764,0.441829531,384,0.492988703,-0.516339467,4089.1555154 +433,0.969229347,-0.368847936,384,0.492988703,-0.516339467,1796.6451093 +434,0.436043248,0.800045688,384,0.492988703,-0.516339467,5218.2203651 +435,1.687946607,1.081504775,384,0.492988703,-0.516339467,7369.7692197 +436,0.522302046,-0.034889271,384,0.492988703,-0.516339467,1910.2155367 +437,-0.178996113,-0.438090009,384,0.492988703,-0.516339467,2373.8584967 +438,-1.094339566,0.301444068,384,0.492988703,-0.516339467,6859.6523694 +439,-1.064070054,0.242569932,384,0.492988703,-0.516339467,6646.5216408 +440,-1.068153768,0.230387998,384,0.492988703,-0.516339467,6636.8674319 +441,-3.00496892,-0.23989155,384,0.492988703,-0.516339467,9153.4189551 +442,0.21751974,0.766874888,384,0.492988703,-0.516339467,5179.9911105 +443,0.117229532,0.007619006,384,0.492988703,-0.516339467,2514.5624394 +444,0.777758451,0.420554741,384,0.492988703,-0.516339467,3866.0230512 +445,-0.252356999,0.250747086,384,0.492988703,-0.516339467,4163.6348474 +446,0.363148444,0.768483434,384,0.492988703,-0.516339467,5110.8947883 +447,0.903191366,-0.118210676,384,0.492988703,-0.516339467,2196.5018756 +448,-0.205755923,0.149406178,384,0.492988703,-0.516339467,3747.1220088 +449,1.811996086,0.02364353,384,0.492988703,-0.516339467,5404.4242782 +450,-1.100670221,0.314845373,384,0.492988703,-0.516339467,6905.7643009 +451,0.340078597,0.850105132,384,0.492988703,-0.516339467,5439.5543677 +452,0.258757267,0.804969236,384,0.492988703,-0.516339467,5300.8426122 +453,2.78505352,-0.155160804,384,0.492988703,-0.516339467,8255.1137896 +454,0.800551619,0.105822106,384,0.492988703,-0.516339467,2728.1411854 +455,0.437940882,-0.506194031,384,0.492988703,-0.516339467,194.35469314 +456,2.230431122,0.63458615,384,0.492988703,-0.516339467,7890.2940523 +457,0.527965361,0.127667701,384,0.492988703,-0.516339467,2554.3907632 +458,-0.063643205,0.702093448,384,0.492988703,-0.516339467,5241.9661368 +459,1.408447268,0.133010502,384,0.492988703,-0.516339467,4329.3777454 +460,0.523795955,0.280266966,384,0.492988703,-0.516339467,3157.5543266 +461,-0.975769313,0.072177659,384,0.492988703,-0.516339467,6012.8921291 +462,0.549774164,-0.463663986,384,0.492988703,-0.516339467,287.92559648 +463,0.29245874,1.095549818,384,0.492988703,-0.516339467,6416.3090762 +464,0.143625958,0.816809593,384,0.492988703,-0.516339467,5426.5495166 +465,0.671902494,0.611159853,384,0.492988703,-0.516339467,4515.7276617 +466,1.239840988,0.6724199,384,0.492988703,-0.516339467,5457.7538045 +467,0.607829703,-0.10932137,384,0.492988703,-0.516339467,1668.253742 +468,1.763020906,0.263996692,384,0.492988703,-0.516339467,5745.9487259 +469,0.378714634,0.726066797,384,0.492988703,-0.516339467,4938.9063515 +470,2.196736143,-0.153862366,384,0.492988703,-0.516339467,6373.484973 +471,0.01702415,0.148991565,384,0.492988703,-0.516339467,3199.5064949 +472,-2.998490902,-0.158002487,384,0.492988703,-0.516339467,9457.9958807 +473,-3.051262951,-0.346595608,384,0.492988703,-0.516339467,8696.0731489 +474,-1.069176439,0.182802941,384,0.492988703,-0.516339467,6548.5508869 +475,0.167157509,0.595344954,384,0.492988703,-0.516339467,4569.107906 +476,0.613855648,0.681746124,384,0.492988703,-0.516339467,4766.5469246 +477,1.037012736,0.682555367,384,0.492988703,-0.516339467,5155.5905852 +478,-1.253574971,0.379755746,384,0.492988703,-0.516339467,7529.8983335 +479,3.108590453,-0.132620738,384,0.492988703,-0.516339467,9184.8600408 +480,0.565301296,0.022333262,384,0.492988703,-0.516339467,2151.1620896 +481,0.547898238,0.855555614,384,0.492988703,-0.516339467,5437.5491967 +482,0.948309381,0.417393755,384,0.492988703,-0.516339467,4084.3261462 +483,-0.050600732,0.945269213,384,0.492988703,-0.516339467,6080.9825479 +484,-0.977651478,-0.572363064,384,0.492988703,-0.516339467,4845.7097831 +485,1.102014914,0.728861163,384,0.492988703,-0.516339467,5411.2316705 +486,2.927300795,-0.282939414,384,0.492988703,-0.516339467,8281.8292161 +487,-1.154565557,0.124434095,384,0.492988703,-0.516339467,6728.1095183 +488,1.855331234,0.291044755,384,0.492988703,-0.516339467,6100.1808864 +489,0.830290659,0.276904518,384,0.492988703,-0.516339467,3396.1855832 +490,0.485104466,-0.234867441,384,0.492988703,-0.516339467,1115.2854789 +491,0.521367572,-0.33161327,384,0.492988703,-0.516339467,738.80615586 +1,-1.539031704,0.7349710123,385,-0.162469483,0.112549365,5353.0805477 +2,-1.536990553,0.7349663874,385,-0.162469483,0.112549365,5347.0884681 +3,-1.534951779,0.7349571355,385,-0.162469483,0.112549365,5341.1028121 +4,-1.532906461,0.7349480293,385,-0.162469483,0.112549365,5335.0982871 +5,-1.531320211,0.7346937278,385,-0.162469483,0.112549365,5330.3911581 +6,-1.539451648,0.7335131775,385,-0.162469483,0.112549365,5354.0478381 +7,-1.537429487,0.7335445708,385,-0.162469483,0.112549365,5348.1102535 +8,-1.535484998,0.7335658704,385,-0.162469483,0.112549365,5342.3997126 +9,-1.533488396,0.7336036027,385,-0.162469483,0.112549365,5336.5398672 +10,-1.531497785,0.7335842962,385,-0.162469483,0.112549365,5330.6868617 +11,-1.530259379,0.7334777758,385,-0.162469483,0.112549365,5327.0261938 +12,-1.5335454,0.7322346912,385,-0.162469483,0.112549365,5336.438117 +13,-1.531489083,0.7322238773,385,-0.162469483,0.112549365,5330.3862287 +14,-1.530011122,0.7321679851,385,-0.162469483,0.112549365,5326.0267858 +15,-1.53348106,0.7306614094,385,-0.162469483,0.112549365,5335.9411766 +16,-1.531441779,0.7306962275,385,-0.162469483,0.112549365,5329.939987 +17,-1.529755654,0.7306933243,385,-0.162469483,0.112549365,5324.9721763 +18,-1.533415048,0.7291384674,385,-0.162469483,0.112549365,5335.4507347 +19,-1.531392093,0.7291705353,385,-0.162469483,0.112549365,5329.4888367 +20,-1.529296523,0.7291214933,385,-0.162469483,0.112549365,5323.2968945 +21,-1.535280942,0.727267644,385,-0.162469483,0.112549365,5340.6046032 +22,-1.533378158,0.7276139666,385,-0.162469483,0.112549365,5335.0475801 +23,-1.531340368,0.7276446587,385,-0.162469483,0.112549365,5329.0333291 +24,-1.528960113,0.7276398177,385,-0.162469483,0.112549365,5322.0009764 +25,-1.533313146,0.7260818349,385,-0.162469483,0.112549365,5334.5615635 +26,-1.531259555,0.7260958115,385,-0.162469483,0.112549365,5328.4889418 +27,-1.528926415,0.7260865555,385,-0.162469483,0.112549365,5321.5852702 +28,-1.531226779,0.7245511789,385,-0.162469483,0.112549365,5328.0891953 +29,-1.528904772,0.7245519194,385,-0.162469483,0.112549365,5321.2109527 +30,-1.547195875,0.7409785979,385,-0.162469483,0.112549365,5378.0359648 +31,-1.5451475,0.740980426,385,-0.162469483,0.112549365,5372.0554926 +32,-1.543097679,0.7409798872,385,-0.162469483,0.112549365,5366.0707625 +33,-1.540720364,0.7409892687,385,-0.162469483,0.112549365,5359.132179 +34,-1.547188511,0.7395198392,385,-0.162469483,0.112549365,5377.7716537 +35,-1.545148587,0.7395226109,385,-0.162469483,0.112549365,5371.8079928 +36,-1.543104538,0.7395314908,385,-0.162469483,0.112549365,5365.8337448 +37,-1.540727751,0.7395306258,385,-0.162469483,0.112549365,5358.8855243 +38,-1.547187029,0.7380014886,385,-0.162469483,0.112549365,5377.5165221 +39,-1.545147315,0.7380012252,385,-0.162469483,0.112549365,5371.5446203 +40,-1.54310719,0.7380060743,385,-0.162469483,0.112549365,5365.5727652 +41,-1.540719671,0.7380068206,385,-0.162469483,0.112549365,5358.5836557 +42,-1.547187189,0.7364799098,385,-0.162469483,0.112549365,5377.2676366 +43,-1.545149996,0.7364853874,385,-0.162469483,0.112549365,5371.2957545 +44,-1.543106091,0.7364823484,385,-0.162469483,0.112549365,5365.3031245 +45,-1.540717158,0.7364893901,385,-0.162469483,0.112549365,5358.3012237 +46,-1.538663972,0.7410138672,385,-0.162469483,0.112549365,5353.1339191 +47,-1.53695285,0.7409699132,385,-0.162469483,0.112549365,5348.1307421 +48,-1.534910498,0.7409641297,385,-0.162469483,0.112549365,5342.16827 +49,-1.533145034,0.7409536636,385,-0.162469483,0.112549365,5337.0133135 +50,-1.538681336,0.7395405883,385,-0.162469483,0.112549365,5352.9055309 +51,-1.536999189,0.7395183096,385,-0.162469483,0.112549365,5347.9844862 +52,-1.534923633,0.7395144222,385,-0.162469483,0.112549365,5341.9173367 +53,-1.533267822,0.7395654306,385,-0.162469483,0.112549365,5337.0884449 +54,-1.53867273,0.7380151077,385,-0.162469483,0.112549365,5352.5933938 +55,-1.536980576,0.7379994392,385,-0.162469483,0.112549365,5347.6374415 +56,-1.534931522,0.7379944961,385,-0.162469483,0.112549365,5341.639157 +57,-1.533387952,0.7379480264,385,-0.162469483,0.112549365,5337.1122177 +58,-1.538682279,0.7364914363,385,-0.162469483,0.112549365,5352.3367901 +59,-1.536980704,0.7364810563,385,-0.162469483,0.112549365,5347.3473134 +60,-1.534935567,0.7364752065,385,-0.162469483,0.112549365,5341.351965 +61,-1.533042592,0.7363876366,385,-0.162469483,0.112549365,5335.786461 +62,-1.545143426,0.7349628011,385,-0.162469483,0.112549365,5371.0206041 +63,-1.543105297,0.7349691947,385,-0.162469483,0.112549365,5365.0382167 +64,-1.541064533,0.7349647152,385,-0.162469483,0.112549365,5359.0465821 +65,-1.545411803,0.7334624714,385,-0.162469483,0.112549365,5371.5594122 +66,-1.543446606,0.7334780896,385,-0.162469483,0.112549365,5365.7847452 +67,-1.541475327,0.7334957295,385,-0.162469483,0.112549365,5359.9930544 +68,-1.545401939,0.731963266,385,-0.162469483,0.112549365,5371.2833864 +69,-1.54342253,0.7319915583,385,-0.162469483,0.112549365,5365.4611343 +70,-1.541455867,0.7320216438,385,-0.162469483,0.112549365,5359.6773438 +71,-1.545410146,0.7304422281,385,-0.162469483,0.112549365,5371.058938 +72,-1.543435491,0.7304713664,385,-0.162469483,0.112549365,5365.2427637 +73,-1.541463105,0.7304997613,385,-0.162469483,0.112549365,5359.4337859 +74,-1.545414768,0.7289194936,385,-0.162469483,0.112549365,5370.8256919 +75,-1.543435774,0.7289538557,385,-0.162469483,0.112549365,5364.9895289 +76,-1.541457714,0.7289765881,385,-0.162469483,0.112549365,5359.1548119 +77,-1.539449415,0.7320555866,385,-0.162469483,0.112549365,5353.7778025 +78,-1.537429183,0.7321097681,385,-0.162469483,0.112549365,5347.8421925 +79,-1.535472649,0.7321497267,385,-0.162469483,0.112549365,5342.0922681 +80,-1.539457899,0.7305333307,385,-0.162469483,0.112549365,5353.5296417 +81,-1.537453161,0.7305750503,385,-0.162469483,0.112549365,5347.6290999 +82,-1.535479385,0.7306124949,385,-0.162469483,0.112549365,5341.819802 +83,-1.53946905,0.7290102593,385,-0.162469483,0.112549365,5353.2913164 +84,-1.537459922,0.7290417293,385,-0.162469483,0.112549365,5347.3677399 +85,-1.535451349,0.7290890157,385,-0.162469483,0.112549365,5341.449488 +86,-1.535522937,0.7279887191,385,-0.162469483,0.112549365,5341.4544342 +87,-1.539442524,0.7274735939,385,-0.162469483,0.112549365,5352.9413838 +88,-1.537424111,0.727521351,385,-0.162469483,0.112549365,5346.9850673 +89,-1.539384641,0.7259505092,385,-0.162469483,0.112549365,5352.5028921 +90,-1.537372391,0.7259947145,385,-0.162469483,0.112549365,5346.5559498 +91,-1.535340789,0.7260435356,385,-0.162469483,0.112549365,5340.5534473 +92,-1.539325716,0.7244369706,385,-0.162469483,0.112549365,5352.0645468 +93,-1.537308932,0.7244801057,385,-0.162469483,0.112549365,5346.0958547 +94,-1.535289068,0.7245247645,385,-0.162469483,0.112549365,5340.1191461 +95,-1.533261366,0.7245550236,385,-0.162469483,0.112549365,5334.117338 +96,-1.539267302,0.722921924,385,-0.162469483,0.112549365,5351.6290082 +97,-1.537248972,0.7229660258,385,-0.162469483,0.112549365,5345.6477642 +98,-1.535219431,0.7229916471,385,-0.162469483,0.112549365,5339.6307031 +99,-1.53318962,0.7230212049,385,-0.162469483,0.112549365,5333.6142427 +100,-1.531154816,0.7230299897,385,-0.162469483,0.112549365,5327.5796471 +101,-1.528878341,0.7230370244,385,-0.162469483,0.112549365,5320.8283601 +102,-1.539218189,0.7214009878,385,-0.162469483,0.112549365,5351.2216578 +103,-1.537198791,0.7214422745,385,-0.162469483,0.112549365,5345.2285742 +104,-1.535179266,0.7214634354,385,-0.162469483,0.112549365,5339.232254 +105,-1.533156501,0.7214944644,385,-0.162469483,0.112549365,5333.2287605 +106,-1.53113574,0.7215166021,385,-0.162469483,0.112549365,5327.2302211 +107,-1.528874248,0.7215345535,385,-0.162469483,0.112549365,5320.516475 +108,-1.539217656,0.7198512397,385,-0.162469483,0.112549365,5350.9556036 +109,-1.537199919,0.7199428763,385,-0.162469483,0.112549365,5344.9679719 +110,-1.545425832,0.727397149,385,-0.162469483,0.112549365,5370.6135945 +111,-1.543371177,0.7273916949,385,-0.162469483,0.112549365,5364.5391304 +112,-1.541368852,0.7274523163,385,-0.162469483,0.112549365,5358.6309315 +113,-1.545349067,0.7258710923,385,-0.162469483,0.112549365,5370.1430079 +114,-1.54332671,0.7258603556,385,-0.162469483,0.112549365,5364.1549704 +115,-1.541346831,0.7259242142,385,-0.162469483,0.112549365,5358.3055403 +116,-1.545324355,0.7243383958,385,-0.162469483,0.112549365,5369.8270608 +117,-1.543292796,0.7243617413,385,-0.162469483,0.112549365,5363.8091077 +118,-1.541295822,0.7244024384,385,-0.162469483,0.112549365,5357.8971688 +119,-1.543193859,0.7205570215,385,-0.162469483,0.112549365,5362.9004231 +120,-1.550257047,0.7386738187,385,-0.162469483,0.112549365,5386.6107999 +121,-1.549335448,0.7311736483,385,-0.162469483,0.112549365,5382.7428845 +122,-1.533478843,0.7179891343,385,-0.162469483,0.112549365,5333.5378004 +123,-1.556150555,0.738907041,385,-0.162469483,0.112549365,5403.8912973 +124,-1.554324226,0.733414257,385,-0.162469483,0.112549365,5397.7574132 +125,-1.554290846,0.7288285332,385,-0.162469483,0.112549365,5397.0186625 +126,-1.55122487,0.7219795312,385,-0.162469483,0.112549365,5386.9857262 +127,-1.525104458,0.7229399862,385,-0.162469483,0.112549365,5309.6147511 +128,-1.519607711,0.7236181429,385,-0.162469483,0.112549365,5293.4654673 +129,-1.513899999,0.7251107854,385,-0.162469483,0.112549365,5276.9119123 +130,-1.536620762,0.7431061895,385,-0.162469483,0.112549365,5347.5812837 +131,-1.5369566,0.7460845958,385,-0.162469483,0.112549365,5349.1490741 +132,-1.545345528,0.7447040685,385,-0.162469483,0.112549365,5373.2802833 +133,-1.532813921,0.7432306626,385,-0.162469483,0.112549365,5336.5180459 +134,-1.554788248,0.7382381001,385,-0.162469483,0.112549365,5399.8083631 +135,-1.540348126,0.7301594274,385,-0.162469483,0.112549365,5356.0874853 +136,-1.538016084,0.7239051786,385,-0.162469483,0.112549365,5348.089511 +137,-1.525288962,0.7258085137,385,-0.162469483,0.112549365,5310.7670824 +138,-1.534326986,0.731241342,385,-0.162469483,0.112549365,5338.5454086 +139,-1.530733872,0.7303625216,385,-0.162469483,0.112549365,5327.7870746 +141,-1.534354939,0.7328219978,385,-0.162469483,0.112549365,5338.9339437 +142,-1.53157084,0.7292888153,385,-0.162469483,0.112549365,5330.0396526 +143,-1.525691035,0.7263799874,385,-0.162469483,0.112549365,5312.0774351 +144,-1.534031287,0.7495967835,385,-0.162469483,0.112549365,5341.3843698 +145,-1.527714986,0.7283095957,385,-0.162469483,0.112549365,5318.4622136 +146,-1.526189586,0.7271468292,385,-0.162469483,0.112549365,5313.71325 +147,-1.555177336,0.7375563366,385,-0.162469483,0.112549365,5400.8500792 +148,-1.555080283,0.7312707794,385,-0.162469483,0.112549365,5399.6836882 +149,-1.53856994,0.7224180299,385,-0.162469483,0.112549365,5349.4718855 +150,-1.530837883,0.729933372,385,-0.162469483,0.112549365,5328.0071336 +151,-1.515066984,0.5854133365,385,-0.162469483,0.112549365,5256.439756 +152,-1.534731633,0.5368370046,385,-0.162469483,0.112549365,5319.5300434 +153,-1.515231902,0.5607085576,385,-0.162469483,0.112549365,5254.7481331 +154,-2.616253799,1.0684566605,385,-0.162469483,0.112549365,7309.8454398 +155,-1.956071439,0.5792177723,385,-0.162469483,0.112549365,6707.4865327 +156,-1.951208514,0.5602434208,385,-0.162469483,0.112549365,6707.6748656 +157,-1.944675062,0.6062144545,385,-0.162469483,0.112549365,6648.0189257 +158,-1.613778386,0.6077989518,385,-0.162469483,0.112549365,5579.9195382 +159,-2.035029014,0.6021432345,385,-0.162469483,0.112549365,6937.8802257 +160,-2.114989471,0.6801825058,385,-0.162469483,0.112549365,7088.9620675 +161,-2.037382079,0.5765830025,385,-0.162469483,0.112549365,6971.9436789 +162,-2.129855121,0.6585019963,385,-0.162469483,0.112549365,7160.9280394 +163,-2.075141798,0.6493615843,385,-0.162469483,0.112549365,7009.0702012 +164,-1.828626729,0.6948433129,385,-0.162469483,0.112549365,6224.9692852 +165,-1.863329418,0.6735427691,385,-0.162469483,0.112549365,6343.4532038 +166,-1.266037071,0.727988852,385,-0.162469483,0.112549365,4553.6122773 +167,-1.277579582,0.7249010648,385,-0.162469483,0.112549365,4584.0677995 +168,-1.258418684,0.7241194816,385,-0.162469483,0.112549365,4528.0630626 +169,-1.317813974,0.6804850104,385,-0.162469483,0.112549365,4667.7169964 +170,-1.344165204,0.6790988904,385,-0.162469483,0.112549365,4746.7858494 +171,-1.427582102,0.5277120351,385,-0.162469483,0.112549365,4952.9476815 +172,-1.402238616,0.457167829,385,-0.162469483,0.112549365,4850.4484784 +173,-1.422454264,0.4996161999,385,-0.162469483,0.112549365,4929.3789392 +174,-1.439089277,0.4894859811,385,-0.162469483,0.112549365,4985.5582454 +175,-1.448126995,0.5182330266,385,-0.162469483,0.112549365,5021.4991358 +176,-1.474626146,0.5881926574,385,-0.162469483,0.112549365,5123.5633423 +177,-1.421139645,0.5584869783,385,-0.162469483,0.112549365,4938.8537603 +178,-1.457037165,0.565943032,385,-0.162469483,0.112549365,5060.7430943 +179,-2.757159358,0.3745319,385,-0.162469483,0.112549365,9573.9918987 +180,-2.714309238,0.342054471,385,-0.162469483,0.112549365,9523.5190215 +181,-2.000525337,0.774119946,385,-0.162469483,0.112549365,6655.0225963 +183,-1.571413436,0.6777838382,385,-0.162469483,0.112549365,5443.9002942 +184,-1.552860289,0.6987663893,385,-0.162469483,0.112549365,5388.9186511 +185,-1.521852374,0.7165827476,385,-0.162469483,0.112549365,5298.5979222 +186,-1.503656267,0.6928968252,385,-0.162469483,0.112549365,5238.4485905 +187,-1.502753178,0.7136205882,385,-0.162469483,0.112549365,5240.8803704 +188,-1.631894563,0.7343596465,385,-0.162469483,0.112549365,5625.9186782 +189,-1.653765416,0.6770714026,385,-0.162469483,0.112549365,5698.0554593 +190,-1.719812114,0.6715965947,385,-0.162469483,0.112549365,5903.3161367 +191,-1.493406659,0.6646955447,385,-0.162469483,0.112549365,5200.2526103 +192,-1.469120564,0.6613469966,385,-0.162469483,0.112549365,5123.7238921 +193,-1.590551461,0.5326612937,385,-0.162469483,0.112549365,5509.9269798 +194,-1.625979264,0.5247742243,385,-0.162469483,0.112549365,5632.1103352 +195,-1.572293943,0.5238808754,385,-0.162469483,0.112549365,5448.2346755 +196,-1.610848725,0.5477107964,385,-0.162469483,0.112549365,5577.1047955 +197,-1.208485554,0.7918526018,385,-0.162469483,0.112549365,4462.6787085 +198,-1.335601374,0.6869083083,385,-0.162469483,0.112549365,4725.9287987 +199,-1.346156996,0.6825213377,385,-0.162469483,0.112549365,4755.0108455 +200,-1.324381037,0.6741422347,385,-0.162469483,0.112549365,4683.2740045 +201,-1.242424992,0.7378949807,385,-0.162469483,0.112549365,4495.8433158 +202,-1.270370057,0.7392461008,385,-0.162469483,0.112549365,4576.4917687 +203,-1.448950472,0.7441675014,385,-0.162469483,0.112549365,5093.1912787 +204,-1.492662363,0.7523026852,385,-0.162469483,0.112549365,5222.5993796 +205,-1.479098966,0.7763855017,385,-0.162469483,0.112549365,5192.5911735 +206,-1.633760714,0.7869022408,385,-0.162469483,0.112549365,5628.6038558 +207,-1.647406434,0.8101289331,385,-0.162469483,0.112549365,5665.151775 +208,-1.564245052,0.5701509278,385,-0.162469483,0.112549365,5418.9522983 +209,-1.646289963,0.6833746083,385,-0.162469483,0.112549365,5674.1595012 +210,-1.5820631,0.6751952144,385,-0.162469483,0.112549365,5476.6939942 +211,-1.613236298,0.6681681791,385,-0.162469483,0.112549365,5573.4674316 +212,-1.914661867,0.8212566515,385,-0.162469483,0.112549365,6380.0838202 +213,-1.742133237,0.7250275956,385,-0.162469483,0.112549365,5952.8236286 +214,-2.033144872,0.6557314699,385,-0.162469483,0.112549365,6875.1827988 +215,-2.039551981,0.6964723658,385,-0.162469483,0.112549365,6849.5355808 +216,-1.247341019,0.7622473908,385,-0.162469483,0.112549365,4534.6185389 +217,-1.298239787,0.7084123392,385,-0.162469483,0.112549365,4630.359579 +218,-1.308539688,0.6926545592,385,-0.162469483,0.112549365,4648.6705365 +219,-1.303263185,0.6888938396,385,-0.162469483,0.112549365,4630.0145346 +220,-1.852400229,0.6004246149,385,-0.162469483,0.112549365,6356.580897 +221,-1.288947707,0.7473773692,385,-0.162469483,0.112549365,4636.6408274 +222,-1.372031502,0.7472790993,385,-0.162469483,0.112549365,4873.2531543 +223,-1.289805721,0.7242157877,385,-0.162469483,0.112549365,4618.8410672 +224,-1.350807603,0.7533498126,385,-0.162469483,0.112549365,4816.8990722 +225,-1.329290365,0.7560442322,385,-0.162469483,0.112549365,4758.0031899 +226,-1.410153004,0.616936428,385,-0.162469483,0.112549365,4921.9863561 +227,-1.393445434,0.6308995063,385,-0.162469483,0.112549365,4874.2905212 +228,-1.37595573,0.6241540638,385,-0.162469483,0.112549365,4815.5070215 +229,-1.358388707,0.6172645205,385,-0.162469483,0.112549365,4755.9660406 +230,-1.753741133,0.8281661666,385,-0.162469483,0.112549365,5948.469716 +231,-1.47430987,0.6834615681,385,-0.162469483,0.112549365,5146.3262036 +232,-1.421012508,0.7222725206,385,-0.162469483,0.112549365,5001.3820055 +233,-1.4476833,0.6978557868,385,-0.162469483,0.112549365,5070.3062938 +234,-1.470370723,0.6966193374,385,-0.162469483,0.112549365,5138.4744309 +235,-1.429211703,0.7037216883,385,-0.162469483,0.112549365,5017.1309573 +236,-1.700578405,0.6178673663,385,-0.162469483,0.112549365,5858.8546391 +237,-1.678117619,0.6331716163,385,-0.162469483,0.112549365,5782.9006184 +238,-1.725644578,0.6316331145,385,-0.162469483,0.112549365,5934.7857858 +239,-2.14012759,0.7930497945,385,-0.162469483,0.112549365,7002.9143349 +240,-2.103289431,0.7653606263,385,-0.162469483,0.112549365,6944.1645457 +241,-1.318739838,0.7017808746,385,-0.162469483,0.112549365,4685.8925219 +242,-1.396417427,0.7077900843,385,-0.162469483,0.112549365,4921.0173485 +243,-1.35650337,0.7185539404,385,-0.162469483,0.112549365,4809.2584808 +244,-1.248884539,0.7274156818,385,-0.162469483,0.112549365,4503.8239729 +245,-1.395014798,0.5761185243,385,-0.162469483,0.112549365,4857.4801196 +246,-1.433377362,0.6064716109,385,-0.162469483,0.112549365,4993.3860235 +247,-1.408172432,0.5903155476,385,-0.162469483,0.112549365,4905.840617 +248,-1.749645898,0.7757118084,385,-0.162469483,0.112549365,5956.243315 +249,-1.571626686,0.615046989,385,-0.162469483,0.112549365,5442.8683665 +250,-1.514070049,0.6303003037,385,-0.162469483,0.112549365,5258.8664414 +251,-1.480890369,0.6237966528,385,-0.162469483,0.112549365,5151.3566462 +252,-1.704390658,0.5281680612,385,-0.162469483,0.112549365,5899.2254327 +253,-1.64434733,0.5254277498,385,-0.162469483,0.112549365,5694.8621073 +254,-1.703855997,0.4792484842,385,-0.162469483,0.112549365,5913.7799873 +255,-1.692002383,0.5748825051,385,-0.162469483,0.112549365,5843.1917231 +256,-1.854136457,0.5544643913,385,-0.162469483,0.112549365,6391.2396978 +257,-1.665021206,0.520317736,385,-0.162469483,0.112549365,5766.8768641 +258,-1.733654349,0.4845187345,385,-0.162469483,0.112549365,6015.9732307 +259,-1.720938188,0.5135933906,385,-0.162469483,0.112549365,5960.907711 +260,-1.742668307,0.553296122,385,-0.162469483,0.112549365,6019.5464043 +261,-1.965659039,0.7142126903,385,-0.162469483,0.112549365,6616.1168191 +262,-1.944438071,0.6772834804,385,-0.162469483,0.112549365,6586.5525171 +263,-1.270340967,0.7681487096,385,-0.162469483,0.112549365,4604.1155181 +264,-1.353091884,0.6549276821,385,-0.162469483,0.112549365,4759.6078642 +265,-1.333236659,0.6413584414,385,-0.162469483,0.112549365,4689.5980259 +266,-1.352015998,0.6753788907,385,-0.162469483,0.112549365,4768.4051926 +267,-1.377988483,0.6577816235,385,-0.162469483,0.112549365,4838.5448161 +268,-2.13075611,0.8318642051,385,-0.162469483,0.112549365,6922.8954982 +269,-2.097910953,0.8259670014,385,-0.162469483,0.112549365,6848.9137428 +270,-1.416382069,0.6694271549,385,-0.162469483,0.112549365,4963.0131087 +271,-1.538905672,0.7535625993,385,-0.162469483,0.112549365,5356.2862357 +272,-1.572309477,0.7803125099,385,-0.162469483,0.112549365,5455.9002271 +273,-1.87759879,0.7503853417,385,-0.162469483,0.112549365,6332.6460094 +274,1.152365588,0.590457682,385,-0.162469483,0.112549365,5132.8121962 +275,0.350198001,0.718001859,385,-0.162469483,0.112549365,3003.458241 +276,0.046513677,0.491503852,385,-0.162469483,0.112549365,1693.4596546 +277,0.027510309,0.742571376,385,-0.162469483,0.112549365,2582.7591969 +278,0.306285725,-0.214631579,385,-0.162469483,0.112549365,2255.3882487 +279,-1.100564889,0.318051531,385,-0.162469483,0.112549365,3706.400851 +280,-1.078582306,0.301437596,385,-0.162469483,0.112549365,3617.6728944 +281,-1.137371989,-0.617634065,385,-0.162469483,0.112549365,4636.6447555 +282,0.784356344,0.703272339,385,-0.162469483,0.112549365,4076.9191949 +283,-1.221209947,0.218327455,385,-0.162469483,0.112549365,4149.6001167 +284,2.347301921,-0.449114658,385,-0.162469483,0.112549365,9709.8008717 +285,0.246820618,0.830553713,385,-0.162469483,0.112549365,3162.9576614 +286,0.829414965,0.703288228,385,-0.162469483,0.112549365,4205.842772 +287,-1.337537566,0.42332223,385,-0.162469483,0.112549365,4611.908016 +288,0.882453706,0.454478077,385,-0.162469483,0.112549365,4159.5373819 +289,1.575629659,0.416419109,385,-0.162469483,0.112549365,6642.1841182 +290,-1.039455679,0.229888244,385,-0.162469483,0.112549365,3448.7943794 +291,0.489558039,0.934482747,385,-0.162469483,0.112549365,3869.1230019 +292,0.081344504,0.88384514,385,-0.162469483,0.112549365,3159.6037573 +293,-1.547979814,0.300350308,385,-0.162469483,0.112549365,5391.5924365 +294,0.040776181,0.168560074,385,-0.162469483,0.112549365,827.28306859 +295,-1.130374745,0.563894876,385,-0.162469483,0.112549365,3980.1131785 +296,1.578326642,0.478507176,385,-0.162469483,0.112549365,6608.7977762 +297,-1.12861823,-0.291640865,385,-0.162469483,0.112549365,4107.9016379 +298,0.310524208,0.770885792,385,-0.162469483,0.112549365,3079.1856859 +299,0.415649091,-0.387246002,385,-0.162469483,0.112549365,2991.2099792 +300,-0.926533878,-0.188022748,385,-0.162469483,0.112549365,3239.328032 +301,1.258856172,-0.11716081,385,-0.162469483,0.112549365,5690.2297304 +302,-1.126050026,0.322941926,385,-0.162469483,0.112549365,3803.5899078 +303,2.002785835,0.07893892,385,-0.162469483,0.112549365,8509.3850284 +304,0.440437607,0.746258085,385,-0.162469483,0.112549365,3275.1164558 +305,-0.030391866,0.214441206,385,-0.162469483,0.112549365,655.03640975 +306,0.521557815,-0.058929362,385,-0.162469483,0.112549365,2789.034847 +307,-0.097005111,0.13317729,385,-0.162469483,0.112549365,270.00392261 +308,1.83113859,0.221857587,385,-0.162469483,0.112549365,7736.0780049 +309,0.222428864,0.099404236,385,-0.162469483,0.112549365,1516.8053659 +310,-1.702731345,0.8728568183,385,-0.162469483,0.112549365,5803.0793 +311,-0.418507569,0.278324921,385,-0.162469483,0.112549365,1190.8716859 +312,-1.41153306,0.339029988,385,-0.162469483,0.112549365,4874.3884718 +313,0.357560442,0.114788776,385,-0.162469483,0.112549365,2046.2596008 +314,0.325818979,0.268352149,385,-0.162469483,0.112549365,1994.1936153 +315,-1.246004659,-0.663679965,385,-0.162469483,0.112549365,5026.2363694 +316,1.814603087,0.637404484,385,-0.162469483,0.112549365,7217.6589281 +317,1.843704281,-0.18300445,385,-0.162469483,0.112549365,7993.6461447 +318,1.690644492,-0.211480909,385,-0.162469483,0.112549365,7404.8661725 +319,-1.275451936,0.068109467,385,-0.162469483,0.112549365,4391.5984967 +320,0.762430171,-0.207594741,385,-0.162469483,0.112549365,3857.4343706 +321,0.265668905,-0.014647884,385,-0.162469483,0.112549365,1766.0320438 +322,-2.773032013,-0.335515811,385,-0.162469483,0.112549365,10216.593723 +323,-1.469512853,0.174058777,385,-0.162469483,0.112549365,5120.1110799 +324,0.286276986,0.785925691,385,-0.162469483,0.112549365,3082.3800312 +325,-1.379324697,0.377432233,385,-0.162469483,0.112549365,4756.6153621 +326,-1.203778265,0.212813032,385,-0.162469483,0.112549365,4082.2526313 +327,0.579916301,0.611743168,385,-0.162469483,0.112549365,3346.0940387 +328,0.267582642,0.868113908,385,-0.162469483,0.112549365,3316.8680405 +329,0.412869244,-0.050245578,385,-0.162469483,0.112549365,2364.8519373 +330,0.17524381,0.976660285,385,-0.162469483,0.112549365,3583.6422233 +331,0.743157214,0.204812899,385,-0.162469483,0.112549365,3556.2871088 +332,-1.070758176,0.269382282,385,-0.162469483,0.112549365,3577.8196408 +333,-1.230364251,0.329790229,385,-0.162469483,0.112549365,4195.8847599 +334,-1.374813124,-0.024926835,385,-0.162469483,0.112549365,4823.7585919 +335,0.519780566,0.463669906,385,-0.162469483,0.112549365,2921.8696934 +336,-1.55108034,0.239698561,385,-0.162469483,0.112549365,5418.0795196 +337,0.180294813,0.029739425,385,-0.162469483,0.112549365,1392.9963128 +338,0.67820924,0.268170153,385,-0.162469483,0.112549365,3320.076428 +339,0.445798684,1.024001867,385,-0.162469483,0.112549365,4056.1755785 +340,0.691751283,0.150521402,385,-0.162469483,0.112549365,3355.6079239 +341,-1.036643551,-0.903056181,385,-0.162469483,0.112549365,4987.5916419 +342,-0.120287036,1.083325163,385,-0.162469483,0.112549365,3847.2296208 +343,2.823513113,-0.304487164,385,-0.162469483,0.112549365,11474.138537 +344,0.457583172,1.12513373,385,-0.162469483,0.112549365,4373.3499561 +345,0.042918831,0.813795399,385,-0.162469483,0.112549365,2864.5697144 +346,1.196146777,-0.853142756,385,-0.162469483,0.112549365,6011.8829462 +347,0.206001358,-0.010430701,385,-0.162469483,0.112549365,1535.9525488 +348,-0.268308653,0.234799412,385,-0.162469483,0.112549365,636.19887592 +349,0.759363263,0.736189579,385,-0.162469483,0.112549365,4053.8459961 +350,0.181363926,0.891988372,385,-0.162469483,0.112549365,3288.0844728 +351,-0.021111158,0.139103292,385,-0.162469483,0.112549365,565.33977582 +352,-0.093355215,0.630686981,385,-0.162469483,0.112549365,2067.614832 +353,0.40118964,0.681375926,385,-0.162469483,0.112549365,3020.0886556 +354,-0.721197315,1.304706234,385,-0.162469483,0.112549365,4890.1564691 +355,-1.076150317,0.212107639,385,-0.162469483,0.112549365,3588.0954358 +356,-1.577164531,0.273993443,385,-0.162469483,0.112549365,5508.6164252 +357,-0.190788414,0.182208586,385,-0.162469483,0.112549365,297.38475166 +358,-0.261349752,0.209710184,385,-0.162469483,0.112549365,545.37640336 +359,-1.029303852,0.083549259,385,-0.162469483,0.112549365,3417.7381597 +360,-1.268609162,0.330525297,385,-0.162469483,0.112549365,4339.1585788 +361,1.282982244,-0.926641967,385,-0.162469483,0.112549365,6282.1542888 +362,0.217352334,0.731352408,385,-0.162469483,0.112549365,2790.9540691 +363,-1.511833084,0.258629297,385,-0.162469483,0.112549365,5263.1202727 +364,0.338812194,0.823184618,385,-0.162469483,0.112549365,3287.8846528 +365,-0.324406489,1.134201999,385,-0.162469483,0.112549365,4072.244236 +366,1.389579348,0.399185724,385,-0.162469483,0.112549365,5980.8861263 +367,2.047152199,-0.039082036,385,-0.162469483,0.112549365,8753.1175086 +368,0.947780369,0.568250077,385,-0.162469483,0.112549365,4449.5959875 +369,0.763824846,0.576754987,385,-0.162469483,0.112549365,3859.5678149 +370,-0.142334657,0.928153068,385,-0.162469483,0.112549365,3231.2628738 +371,0.610266567,0.547265983,385,-0.162469483,0.112549365,3334.9890494 +372,0.210731629,0.746815056,385,-0.162469483,0.112549365,2830.7950468 +373,-1.34931644,0.316895224,385,-0.162469483,0.112549365,4640.6985985 +374,2.407696481,0.655030745,385,-0.162469483,0.112549365,8743.1866766 +375,0.64207831,0.545359131,385,-0.162469483,0.112549365,3432.9435371 +376,1.174597538,0.840588356,385,-0.162469483,0.112549365,5273.3887502 +377,0.660059424,0.010604079,385,-0.162469483,0.112549365,3275.0378146 +378,-0.730263819,0.010486456,385,-0.162469483,0.112549365,2279.8004522 +379,0.831068936,0.512339172,385,-0.162469483,0.112549365,4020.0202357 +380,1.301180979,0.72367476,385,-0.162469483,0.112549365,5609.4984389 +381,1.811128231,0.322854402,385,-0.162469483,0.112549365,7569.8035742 +382,0.435105812,0.992284428,385,-0.162469483,0.112549365,3947.3477895 +383,0.62643634,0.592027932,385,-0.162469483,0.112549365,3452.0148654 +384,0.492988703,-0.516339467,385,-0.162469483,0.112549365,3524.2966306 +385,-0.162469483,0.112549365,385,-0.162469483,0.112549365,0 +386,0.314630866,0.472006421,385,-0.162469483,0.112549365,2291.6275826 +387,0.166744804,0.822815954,385,-0.162469483,0.112549365,3027.2470318 +388,0.417159608,0.965805736,385,-0.162469483,0.112549365,3842.5328653 +389,0.106334961,0.868774244,385,-0.162469483,0.112549365,3126.1605855 +390,0.815086969,-0.338144359,385,-0.162469483,0.112549365,4208.0738108 +391,0.59867455,-0.230624824,385,-0.162469483,0.112549365,3288.3336096 +392,1.915104874,0.066220985,385,-0.162469483,0.112549365,8177.0899601 +393,1.278093622,0.064463721,385,-0.162469483,0.112549365,5681.5107457 +394,-0.061477853,0.302997961,385,-0.162469483,0.112549365,849.55954084 +395,0.251311504,0.626976942,385,-0.162469483,0.112549365,2531.2608856 +396,2.950242872,0.149095644,385,-0.162469483,0.112549365,11401.21626 +397,-0.180294708,0.35375117,385,-0.162469483,0.112549365,957.85285076 +398,1.010448592,-0.351180233,385,-0.162469483,0.112549365,4919.6733923 +399,-1.748740498,0.3686318073,385,-0.162469483,0.112549365,6118.4226419 +400,2.699635665,0.123533791,385,-0.162469483,0.112549365,10996.686898 +401,0.496808033,0.823843254,385,-0.162469483,0.112549365,3592.9919936 +402,0.129574704,0.763364087,385,-0.162469483,0.112549365,2770.5555058 +403,1.798920311,0.817447563,385,-0.162469483,0.112549365,6926.2849552 +404,0.335987953,0.746786541,385,-0.162469483,0.112549365,3056.3314107 +405,-1.085413643,0.292154671,385,-0.162469483,0.112549365,3640.2635543 +406,-0.155321003,0.508207011,385,-0.162469483,0.112549365,1567.4278687 +407,0.620529244,-0.301175104,385,-0.162469483,0.112549365,3474.6340317 +408,1.684402744,0.368716966,385,-0.162469483,0.112549365,7068.7827872 +409,0.300582244,-0.386397212,385,-0.162469483,0.112549365,2670.7909728 +410,2.913555946,-0.009225192,385,-0.162469483,0.112549365,11959.452567 +411,1.465101417,0.493232532,385,-0.162469483,0.112549365,6208.0108426 +412,0.090612882,0.907955955,385,-0.162469483,0.112549365,3257.245894 +413,2.987564726,-0.729568594,385,-0.162469483,0.112549365,9999.6546636 +414,-1.484261606,0.224149272,385,-0.162469483,0.112549365,5164.8333855 +415,0.164073421,0.303955133,385,-0.162469483,0.112549365,1473.1237762 +416,0.141441293,0.167552546,385,-0.162469483,0.112549365,1211.5052003 +417,2.931321023,-0.506718887,385,-0.162469483,0.112549365,10872.338542 +418,2.21951565,0.700596356,385,-0.162469483,0.112549365,8197.8040691 +419,0.268112576,1.199114336,385,-0.162469483,0.112549365,4449.9275884 +420,0.978913739,0.359223811,385,-0.162469483,0.112549365,4475.4061805 +421,1.210898818,0.522863584,385,-0.162469483,0.112549365,5323.2045558 +422,2.347397336,0.129231362,385,-0.162469483,0.112549365,9770.4011175 +423,0.614394501,0.556878345,385,-0.162469483,0.112549365,3362.0064438 +424,-1.398079356,0.148483366,385,-0.162469483,0.112549365,4848.2807432 +425,2.535303836,-0.112984496,385,-0.162469483,0.112549365,10697.230071 +426,-1.019372593,-0.405322349,385,-0.162469483,0.112549365,3897.9172422 +427,-1.297785627,-0.160104069,385,-0.162469483,0.112549365,4609.5609818 +428,2.144554488,0.205051084,385,-0.162469483,0.112549365,8923.6057545 +429,-2.242387083,-0.426171285,385,-0.162469483,0.112549365,8238.6625492 +430,0.338637212,0.909723676,385,-0.162469483,0.112549365,3554.2058274 +431,-0.148798452,0.691042401,385,-0.162469483,0.112549365,2291.9292267 +432,0.893524764,0.441829531,385,-0.162469483,0.112549365,4192.2220177 +433,0.969229347,-0.368847936,385,-0.162469483,0.112549365,4790.6544315 +434,0.436043248,0.800045688,385,-0.162469483,0.112549365,3406.1134687 +435,1.687946607,1.081504775,385,-0.162469483,0.112549365,6339.824872 +436,0.522302046,-0.034889271,385,-0.162469483,0.112549365,2770.026479 +437,-0.178996113,-0.438090009,385,-0.162469483,0.112549365,2182.0126365 +438,-1.094339566,0.301444068,385,-0.162469483,0.112549365,3677.0408412 +439,-1.064070054,0.242569932,385,-0.162469483,0.112549365,3545.8969778 +440,-1.068153768,0.230387998,385,-0.162469483,0.112549365,3559.4536723 +441,-3.00496892,-0.23989155,385,-0.162469483,0.112549365,11174.010711 +442,0.21751974,0.766874888,385,-0.162469483,0.112549365,2907.858005 +443,0.117229532,0.007619006,385,-0.162469483,0.112549365,1180.9200538 +444,0.777758451,0.420554741,385,-0.162469483,0.112549365,3767.8555737 +445,-0.252356999,0.250747086,385,-0.162469483,0.112549365,649.66215368 +446,0.363148444,0.768483434,385,-0.162469483,0.112549365,3172.4665565 +447,0.903191366,-0.118210676,385,-0.162469483,0.112549365,4309.545137 +448,-0.205755923,0.149406178,385,-0.162469483,0.112549365,224.0664477 +449,1.811996086,0.02364353,385,-0.162469483,0.112549365,7798.2748913 +450,-1.100670221,0.314845373,385,-0.162469483,0.112549365,3705.5949262 +451,0.340078597,0.850105132,385,-0.162469483,0.112549365,3371.8256615 +452,0.258757267,0.804969236,385,-0.162469483,0.112549365,3097.5410721 +453,2.78505352,-0.155160804,385,-0.162469483,0.112549365,11663.62211 +454,0.800551619,0.105822106,385,-0.162469483,0.112549365,3789.9826113 +455,0.437940882,-0.506194031,385,-0.162469483,0.112549365,3352.9671969 +456,2.230431122,0.63458615,385,-0.162469483,0.112549365,8386.3451488 +457,0.527965361,0.127667701,385,-0.162469483,0.112549365,2714.930762 +458,-0.063643205,0.702093448,385,-0.162469483,0.112549365,2361.4269616 +459,1.408447268,0.133010502,385,-0.162469483,0.112549365,6163.3941984 +460,0.523795955,0.280266966,385,-0.162469483,0.112549365,2742.1027732 +461,-0.975769313,0.072177659,385,-0.162469483,0.112549365,3210.7029345 +462,0.549774164,-0.463663986,385,-0.162469483,0.112549365,3560.5400384 +463,0.29245874,1.095549818,385,-0.162469483,0.112549365,4109.9472436 +464,0.143625958,0.816809593,385,-0.162469483,0.112549365,2977.8121402 +465,0.671902494,0.611159853,385,-0.162469483,0.112549365,3618.1139563 +466,1.239840988,0.6724199,385,-0.162469483,0.112549365,5423.0782031 +467,0.607829703,-0.10932137,385,-0.162469483,0.112549365,3169.1103431 +468,1.763020906,0.263996692,385,-0.162469483,0.112549365,7444.7794044 +469,0.378714634,0.726066797,385,-0.162469483,0.112549365,3086.5907435 +470,2.196736143,-0.153862366,385,-0.162469483,0.112549365,9369.6118798 +471,0.01702415,0.148991565,385,-0.162469483,0.112549365,719.47545134 +472,-2.998490902,-0.158002487,385,-0.162469483,0.112549365,11231.292788 +473,-3.051262951,-0.346595608,385,-0.162469483,0.112549365,11100.39752 +474,-1.069176439,0.182802941,385,-0.162469483,0.112549365,3559.6129882 +475,0.167157509,0.595344954,385,-0.162469483,0.112549365,2261.385659 +476,0.613855648,0.681746124,385,-0.162469483,0.112549365,3566.5848057 +477,1.037012736,0.682555367,385,-0.162469483,0.112549365,4802.9915497 +478,-1.253574971,0.379755746,385,-0.162469483,0.112549365,4294.8455284 +479,3.108590453,-0.132620738,385,-0.162469483,0.112549365,11928.719112 +480,0.565301296,0.022333262,385,-0.162469483,0.112549365,2896.9683806 +481,0.547898238,0.855555614,385,-0.162469483,0.112549365,3776.8821066 +482,0.948309381,0.417393755,385,-0.162469483,0.112549365,4378.3434187 +483,-0.050600732,0.945269213,385,-0.162469483,0.112549365,3317.8331393 +484,-0.977651478,-0.572363064,385,-0.162469483,0.112549365,4092.9879733 +485,1.102014914,0.728861163,385,-0.162469483,0.112549365,5022.0485014 +486,2.927300795,-0.282939414,385,-0.162469483,0.112549365,11739.640519 +487,-1.154565557,0.124434095,385,-0.162469483,0.112549365,3899.9211383 +488,1.855331234,0.291044755,385,-0.162469483,0.112549365,7762.6486682 +489,0.830290659,0.276904518,385,-0.162469483,0.112549365,3901.1953948 +490,0.485104466,-0.234867441,385,-0.162469483,0.112549365,2894.8868092 +491,0.521367572,-0.33161327,385,-0.162469483,0.112549365,3196.2420293 +1,-1.539031704,0.7349710123,386,0.314630866,0.472006421,5743.5733865 +2,-1.536990553,0.7349663874,386,0.314630866,0.472006421,5738.4133468 +3,-1.534951779,0.7349571355,386,0.314630866,0.472006421,5733.2646867 +4,-1.532906461,0.7349480293,386,0.314630866,0.472006421,5728.0951985 +5,-1.531320211,0.7346937278,386,0.314630866,0.472006421,5724.5764143 +6,-1.539451648,0.7335131775,386,0.314630866,0.472006421,5747.5697882 +7,-1.537429487,0.7335445708,386,0.314630866,0.472006421,5742.3800495 +8,-1.535484998,0.7335658704,386,0.314630866,0.472006421,5737.4041299 +9,-1.533488396,0.7336036027,386,0.314630866,0.472006421,5732.2596658 +10,-1.531497785,0.7335842962,386,0.314630866,0.472006421,5727.2408793 +11,-1.530259379,0.7334777758,386,0.314630866,0.472006421,5724.3049842 +12,-1.5335454,0.7322346912,386,0.314630866,0.472006421,5735.1423 +13,-1.531489083,0.7322238773,386,0.314630866,0.472006421,5729.933694 +14,-1.530011122,0.7321679851,386,0.314630866,0.472006421,5726.283474 +15,-1.53348106,0.7306614094,386,0.314630866,0.472006421,5738.12595 +16,-1.531441779,0.7306962275,386,0.314630866,0.472006421,5732.8626559 +17,-1.529755654,0.7306933243,386,0.314630866,0.472006421,5728.5713255 +18,-1.533415048,0.7291384674,386,0.314630866,0.472006421,5741.0050644 +19,-1.531392093,0.7291705353,386,0.314630866,0.472006421,5735.7821813 +20,-1.529296523,0.7291214933,386,0.314630866,0.472006421,5730.5320214 +21,-1.535280942,0.727267644,386,0.314630866,0.472006421,5749.5117981 +22,-1.533378158,0.7276139666,386,0.314630866,0.472006421,5743.9620353 +23,-1.531340368,0.7276446587,386,0.314630866,0.472006421,5738.6973909 +24,-1.528960113,0.7276398177,386,0.314630866,0.472006421,5732.6245318 +25,-1.533313146,0.7260818349,386,0.314630866,0.472006421,5746.8630055 +26,-1.531259555,0.7260958115,386,0.314630866,0.472006421,5741.5845965 +27,-1.528926415,0.7260865555,386,0.314630866,0.472006421,5735.6331684 +28,-1.531226779,0.7245511789,386,0.314630866,0.472006421,5744.5867338 +29,-1.528904772,0.7245519194,386,0.314630866,0.472006421,5738.636236 +30,-1.547195875,0.7409785979,386,0.314630866,0.472006421,5752.0311207 +31,-1.5451475,0.740980426,386,0.314630866,0.472006421,5746.8817677 +32,-1.543097679,0.7409798872,386,0.314630866,0.472006421,5741.7296287 +33,-1.540720364,0.7409892687,386,0.314630866,0.472006421,5735.7292745 +34,-1.547188511,0.7395198392,386,0.314630866,0.472006421,5754.9688817 +35,-1.545148587,0.7395226109,386,0.314630866,0.472006421,5749.8324657 +36,-1.543104538,0.7395314908,386,0.314630866,0.472006421,5744.6694534 +37,-1.540727751,0.7395306258,386,0.314630866,0.472006421,5738.6836866 +38,-1.547187029,0.7380014886,386,0.314630866,0.472006421,5758.0429537 +39,-1.545147315,0.7380012252,386,0.314630866,0.472006421,5752.9065761 +40,-1.54310719,0.7380060743,386,0.314630866,0.472006421,5747.7549305 +41,-1.540719671,0.7380068206,386,0.314630866,0.472006421,5741.731083 +42,-1.547187189,0.7364799098,386,0.314630866,0.472006421,5761.1284921 +43,-1.545149996,0.7364853874,386,0.314630866,0.472006421,5755.9802273 +44,-1.543106091,0.7364823484,386,0.314630866,0.472006421,5750.8283611 +45,-1.540717158,0.7364893901,386,0.314630866,0.472006421,5744.780485 +46,-1.538663972,0.7410138672,386,0.314630866,0.472006421,5730.5016559 +47,-1.53695285,0.7409699132,386,0.314630866,0.472006421,5726.2780459 +48,-1.534910498,0.7409641297,386,0.314630866,0.472006421,5721.1395155 +49,-1.533145034,0.7409536636,386,0.314630866,0.472006421,5716.7053878 +50,-1.538681336,0.7395405883,386,0.314630866,0.472006421,5733.5041971 +51,-1.536999189,0.7395183096,386,0.314630866,0.472006421,5729.3049058 +52,-1.534923633,0.7395144222,386,0.314630866,0.472006421,5724.0724525 +53,-1.533267822,0.7395654306,386,0.314630866,0.472006421,5719.7872282 +54,-1.53867273,0.7380151077,386,0.314630866,0.472006421,5736.5469353 +55,-1.536980576,0.7379994392,386,0.314630866,0.472006421,5732.3036041 +56,-1.534931522,0.7379944961,386,0.314630866,0.472006421,5727.1335027 +57,-1.533387952,0.7379480264,386,0.314630866,0.472006421,5723.3216221 +58,-1.538682279,0.7364914363,386,0.314630866,0.472006421,5739.6327332 +59,-1.536980704,0.7364810563,386,0.314630866,0.472006421,5735.3494673 +60,-1.534935567,0.7364752065,386,0.314630866,0.472006421,5730.1844535 +61,-1.533042592,0.7363876366,386,0.314630866,0.472006421,5725.5643433 +62,-1.545143426,0.7349628011,386,0.314630866,0.472006421,5759.0449838 +63,-1.543105297,0.7349691947,386,0.314630866,0.472006421,5753.8820187 +64,-1.541064533,0.7349647152,386,0.314630866,0.472006421,5748.730459 +65,-1.545411803,0.7334624714,386,0.314630866,0.472006421,5762.7607677 +66,-1.543446606,0.7334780896,386,0.314630866,0.472006421,5757.7577211 +67,-1.541475327,0.7334957295,386,0.314630866,0.472006421,5752.7317054 +68,-1.545401939,0.731963266,386,0.314630866,0.472006421,5765.7722075 +69,-1.54342253,0.7319915583,386,0.314630866,0.472006421,5760.7012393 +70,-1.541455867,0.7320216438,386,0.314630866,0.472006421,5755.6555338 +71,-1.545410146,0.7304422281,386,0.314630866,0.472006421,5768.8743942 +72,-1.543435491,0.7304713664,386,0.314630866,0.472006421,5763.8073824 +73,-1.541463105,0.7304997613,386,0.314630866,0.472006421,5758.7442175 +74,-1.545414768,0.7289194936,386,0.314630866,0.472006421,5771.9717463 +75,-1.543435774,0.7289538557,386,0.314630866,0.472006421,5766.8767663 +76,-1.541457714,0.7289765881,386,0.314630866,0.472006421,5761.8042443 +77,-1.539449415,0.7320555866,386,0.314630866,0.472006421,5750.4977387 +78,-1.537429183,0.7321097681,386,0.314630866,0.472006421,5745.2608345 +79,-1.535472649,0.7321497267,386,0.314630866,0.472006421,5740.2109593 +80,-1.539457899,0.7305333307,386,0.314630866,0.472006421,5753.5838465 +81,-1.537453161,0.7305750503,386,0.314630866,0.472006421,5748.4048243 +82,-1.535479385,0.7306124949,386,0.314630866,0.472006421,5743.3097618 +83,-1.53946905,0.7290102593,386,0.314630866,0.472006421,5756.6792436 +84,-1.537459922,0.7290417293,386,0.314630866,0.472006421,5751.5031658 +85,-1.535451349,0.7290890157,386,0.314630866,0.472006421,5746.2932957 +86,-1.535522937,0.7279887191,386,0.314630866,0.472006421,5748.6826393 +87,-1.539442524,0.7274735939,386,0.314630866,0.472006421,5759.706935 +88,-1.537424111,0.727521351,386,0.314630866,0.472006421,5754.4678477 +89,-1.539384641,0.7259505092,386,0.314630866,0.472006421,5762.6279295 +90,-1.537372391,0.7259947145,386,0.314630866,0.472006421,5757.4050823 +91,-1.535340789,0.7260435356,386,0.314630866,0.472006421,5752.1201571 +92,-1.539325716,0.7244369706,386,0.314630866,0.472006421,5765.5274408 +93,-1.537308932,0.7244801057,386,0.314630866,0.472006421,5760.2886035 +94,-1.535289068,0.7245247645,386,0.314630866,0.472006421,5755.0354123 +95,-1.533261366,0.7245550236,386,0.314630866,0.472006421,5749.7875888 +96,-1.539267302,0.722921924,386,0.314630866,0.472006421,5768.4316989 +97,-1.537248972,0.7229660258,386,0.314630866,0.472006421,5763.1803939 +98,-1.535219431,0.7229916471,386,0.314630866,0.472006421,5757.9340547 +99,-1.53318962,0.7230212049,386,0.314630866,0.472006421,5752.6755375 +100,-1.531154816,0.7230299897,386,0.314630866,0.472006421,5747.4421708 +101,-1.528878341,0.7230370244,386,0.314630866,0.472006421,5741.5883701 +102,-1.539218189,0.7214009878,386,0.314630866,0.472006421,5771.3720426 +103,-1.537198791,0.7214422745,386,0.314630866,0.472006421,5766.1170902 +104,-1.535179266,0.7214634354,386,0.314630866,0.472006421,5760.898771 +105,-1.533156501,0.7214944644,386,0.314630866,0.472006421,5755.6487662 +106,-1.53113574,0.7215166021,386,0.314630866,0.472006421,5750.4181544 +107,-1.528874248,0.7215345535,386,0.314630866,0.472006421,5744.5737852 +108,-1.539217656,0.7198512397,386,0.314630866,0.472006421,5774.4954733 +109,-1.537199919,0.7199428763,386,0.314630866,0.472006421,5769.1368634 +110,-1.545425832,0.727397149,386,0.314630866,0.472006421,5775.0854889 +111,-1.543371177,0.7273916949,386,0.314630866,0.472006421,5769.8722255 +112,-1.541368852,0.7274523163,386,0.314630866,0.472006421,5764.6547866 +113,-1.545349067,0.7258710923,386,0.314630866,0.472006421,5777.9840727 +114,-1.54332671,0.7258603556,386,0.314630866,0.472006421,5772.8569852 +115,-1.541346831,0.7259242142,386,0.314630866,0.472006421,5767.6836262 +116,-1.545324355,0.7243383958,386,0.314630866,0.472006421,5781.0290344 +117,-1.543292796,0.7243617413,386,0.314630866,0.472006421,5775.8029249 +118,-1.541295822,0.7244024384,386,0.314630866,0.472006421,5770.6263609 +119,-1.543193859,0.7205570215,386,0.314630866,0.472006421,5783.2516761 +120,-1.550257047,0.7386738187,386,0.314630866,0.472006421,5764.3998655 +121,-1.549335448,0.7311736483,386,0.314630866,0.472006421,5777.3308481 +122,-1.533478843,0.7179891343,386,0.314630866,0.472006421,5763.5024007 +123,-1.556150555,0.738907041,386,0.314630866,0.472006421,5778.7174306 +124,-1.554324226,0.733414257,386,0.314630866,0.472006421,5785.3599062 +125,-1.554290846,0.7288285332,386,0.314630866,0.472006421,5794.6523657 +126,-1.55122487,0.7219795312,386,0.314630866,0.472006421,5800.8624927 +127,-1.525104458,0.7229399862,386,0.314630866,0.472006421,5732.0895951 +128,-1.519607711,0.7236181429,386,0.314630866,0.472006421,5716.6105572 +129,-1.513899999,0.7251107854,386,0.314630866,0.472006421,5698.9786519 +130,-1.536620762,0.7431061895,386,0.314630866,0.472006421,5721.1614304 +131,-1.5369566,0.7460845958,386,0.314630866,0.472006421,5716.0407367 +132,-1.545345528,0.7447040685,386,0.314630866,0.472006421,5739.851358 +133,-1.532813921,0.7432306626,386,0.314630866,0.472006421,5711.3268182 +134,-1.554788248,0.7382381001,386,0.314630866,0.472006421,5776.6680778 +135,-1.540348126,0.7301594274,386,0.314630866,0.472006421,5756.5987923 +136,-1.538016084,0.7239051786,386,0.314630866,0.472006421,5763.2525607 +137,-1.525288962,0.7258085137,386,0.314630866,0.472006421,5726.8677912 +138,-1.534326986,0.731241342,386,0.314630866,0.472006421,5739.1180236 +139,-1.530733872,0.7303625216,386,0.314630866,0.472006421,5731.7245832 +141,-1.534354939,0.7328219978,386,0.314630866,0.472006421,5736.024542 +142,-1.53157084,0.7292888153,386,0.314630866,0.472006421,5736.001926 +143,-1.525691035,0.7263799874,386,0.314630866,0.472006421,5726.7636494 +144,-1.534031287,0.7495967835,386,0.314630866,0.472006421,5701.6867242 +145,-1.527714986,0.7283095957,386,0.314630866,0.472006421,5728.1081398 +146,-1.526189586,0.7271468292,386,0.314630866,0.472006421,5726.517435 +147,-1.555177336,0.7375563366,386,0.314630866,0.472006421,5779.0383551 +148,-1.555080283,0.7312707794,386,0.314630866,0.472006421,5791.6508912 +149,-1.53856994,0.7224180299,386,0.314630866,0.472006421,5767.6633568 +150,-1.530837883,0.729933372,386,0.314630866,0.472006421,5732.8459917 +151,-1.515066984,0.5854133365,386,0.314630866,0.472006421,5979.4697739 +152,-1.534731633,0.5368370046,386,0.314630866,0.472006421,6134.4962127 +153,-1.515231902,0.5607085576,386,0.314630866,0.472006421,6029.5036148 +154,-2.616253799,1.0684566605,386,0.314630866,0.472006421,6304.4939441 +155,-1.956071439,0.5792177723,386,0.314630866,0.472006421,7146.3166937 +156,-1.951208514,0.5602434208,386,0.314630866,0.472006421,7188.403112 +157,-1.944675062,0.6062144545,386,0.314630866,0.472006421,7043.8450611 +158,-1.613778386,0.6077989518,386,0.314630866,0.472006421,6207.2011173 +159,-2.035029014,0.6021432345,386,0.314630866,0.472006421,7255.9230497 +160,-2.114989471,0.6801825058,386,0.314630866,0.472006421,7174.8991638 +161,-2.037382079,0.5765830025,386,0.314630866,0.472006421,7337.3234193 +162,-2.129855121,0.6585019963,386,0.314630866,0.472006421,7271.3807796 +163,-2.075141798,0.6493615843,386,0.314630866,0.472006421,7195.1390365 +164,-1.828626729,0.6948433129,386,0.314630866,0.472006421,6537.1583049 +165,-1.863329418,0.6735427691,386,0.314630866,0.472006421,6672.7734214 +166,-1.266037071,0.727988852,386,0.314630866,0.472006421,5031.7881622 +167,-1.277579582,0.7249010648,386,0.314630866,0.472006421,5068.071731 +168,-1.258418684,0.7241194816,386,0.314630866,0.472006421,5016.2510209 +169,-1.317813974,0.6804850104,386,0.314630866,0.472006421,5247.9670312 +170,-1.344165204,0.6790988904,386,0.314630866,0.472006421,5324.3554944 +171,-1.427582102,0.5277120351,386,0.314630866,0.472006421,5834.3330879 +172,-1.402238616,0.457167829,386,0.314630866,0.472006421,5887.3321797 +173,-1.422454264,0.4996161999,386,0.314630866,0.472006421,5871.2158207 +174,-1.439089277,0.4894859811,386,0.314630866,0.472006421,5941.3121957 +175,-1.448126995,0.5182330266,386,0.314630866,0.472006421,5914.2062602 +176,-1.474626146,0.5881926574,386,0.314630866,0.472006421,5858.2305745 +177,-1.421139645,0.5584869783,386,0.314630866,0.472006421,5757.8693418 +178,-1.457037165,0.565943032,386,0.314630866,0.472006421,5849.8271357 +179,-2.757159358,0.3745319,386,0.314630866,0.472006421,9080.0477529 +180,-2.714309238,0.342054471,386,0.314630866,0.472006421,9190.4784886 +181,-2.000525337,0.774119946,386,0.314630866,0.472006421,6672.9138302 +183,-1.571413436,0.6777838382,386,0.314630866,0.472006421,5944.4255871 +184,-1.552860289,0.6987663893,386,0.314630866,0.472006421,5852.5680974 +185,-1.521852374,0.7165827476,386,0.314630866,0.472006421,5736.3152517 +186,-1.503656267,0.6928968252,386,0.314630866,0.472006421,5735.2427245 +187,-1.502753178,0.7136205882,386,0.314630866,0.472006421,5692.5065222 +188,-1.631894563,0.7343596465,386,0.314630866,0.472006421,5975.8213049 +189,-1.653765416,0.6770714026,386,0.314630866,0.472006421,6158.2879144 +190,-1.719812114,0.6715965947,386,0.314630866,0.472006421,6336.3991796 +191,-1.493406659,0.6646955447,386,0.314630866,0.472006421,5762.6400948 +192,-1.469120564,0.6613469966,386,0.314630866,0.472006421,5702.7376235 +193,-1.590551461,0.5326612937,386,0.314630866,0.472006421,6304.7622896 +194,-1.625979264,0.5247742243,386,0.314630866,0.472006421,6423.2398412 +195,-1.572293943,0.5238808754,386,0.314630866,0.472006421,6270.6919263 +196,-1.610848725,0.5477107964,386,0.314630866,0.472006421,6330.1025834 +197,-1.208485554,0.7918526018,386,0.314630866,0.472006421,4791.2229725 +198,-1.335601374,0.6869083083,386,0.314630866,0.472006421,5287.6625059 +199,-1.346156996,0.6825213377,386,0.314630866,0.472006421,5324.3284474 +200,-1.324381037,0.6741422347,386,0.314630866,0.472006421,5276.6313122 +201,-1.242424992,0.7378949807,386,0.314630866,0.472006421,4952.8944314 +202,-1.270370057,0.7392461008,386,0.314630866,0.472006421,5027.573064 +203,-1.448950472,0.7441675014,386,0.314630866,0.472006421,5495.1953913 +204,-1.492662363,0.7523026852,386,0.314630866,0.472006421,5592.1364974 +205,-1.479098966,0.7763855017,386,0.314630866,0.472006421,5512.6779391 +206,-1.633760714,0.7869022408,386,0.314630866,0.472006421,5864.3904761 +207,-1.647406434,0.8101289331,386,0.314630866,0.472006421,5844.2422917 +208,-1.564245052,0.5701509278,386,0.314630866,0.472006421,6150.378966 +209,-1.646289963,0.6833746083,386,0.314630866,0.472006421,6125.1554553 +210,-1.5820631,0.6751952144,386,0.314630866,0.472006421,5977.7389908 +211,-1.613236298,0.6681681791,386,0.314630866,0.472006421,6074.043287 +212,-1.914661867,0.8212566515,386,0.314630866,0.472006421,6374.4588222 +213,-1.742133237,0.7250275956,386,0.314630866,0.472006421,6260.9170488 +214,-2.033144872,0.6557314699,386,0.314630866,0.472006421,7091.2771007 +215,-2.039551981,0.6964723658,386,0.314630866,0.472006421,6980.9931701 +216,-1.247341019,0.7622473908,386,0.314630866,0.472006421,4933.1339423 +217,-1.298239787,0.7084123392,386,0.314630866,0.472006421,5149.8084604 +218,-1.308539688,0.6926545592,386,0.314630866,0.472006421,5202.778691 +219,-1.303263185,0.6888938396,386,0.314630866,0.472006421,5193.790981 +220,-1.852400229,0.6004246149,386,0.314630866,0.472006421,6841.4480804 +221,-1.288947707,0.7473773692,386,0.314630866,0.472006421,5066.2638717 +222,-1.372031502,0.7472790993,386,0.314630866,0.472006421,5288.4647878 +223,-1.289805721,0.7242157877,386,0.314630866,0.472006421,5102.7423381 +224,-1.350807603,0.7533498126,386,0.314630866,0.472006421,5222.5140022 +225,-1.329290365,0.7560442322,386,0.314630866,0.472006421,5161.2700453 +226,-1.410153004,0.616936428,386,0.314630866,0.472006421,5619.0275548 +227,-1.393445434,0.6308995063,386,0.314630866,0.472006421,5546.1648418 +228,-1.37595573,0.6241540638,386,0.314630866,0.472006421,5507.6646926 +229,-1.358388707,0.6172645205,386,0.314630866,0.472006421,5468.5515058 +230,-1.753741133,0.8281661666,386,0.314630866,0.472006421,6033.7643103 +231,-1.47430987,0.6834615681,386,0.314630866,0.472006421,5674.9250951 +232,-1.421012508,0.7222725206,386,0.314630866,0.472006421,5461.027204 +233,-1.4476833,0.6978557868,386,0.314630866,0.472006421,5576.3554805 +234,-1.470370723,0.6966193374,386,0.314630866,0.472006421,5639.4842252 +235,-1.429211703,0.7037216883,386,0.314630866,0.472006421,5516.0029424 +236,-1.700578405,0.6178673663,386,0.314630866,0.472006421,6415.0245936 +237,-1.678117619,0.6331716163,386,0.314630866,0.472006421,6321.0459905 +238,-1.725644578,0.6316331145,386,0.314630866,0.472006421,6446.7938582 +239,-2.14012759,0.7930497945,386,0.314630866,0.472006421,6855.5933203 +240,-2.103289431,0.7653606263,386,0.314630866,0.472006421,6883.7775364 +241,-1.318739838,0.7017808746,386,0.314630866,0.472006421,5216.9935438 +242,-1.396417427,0.7077900843,386,0.314630866,0.472006421,5420.2679405 +243,-1.35650337,0.7185539404,386,0.314630866,0.472006421,5293.9039448 +244,-1.248884539,0.7274156818,386,0.314630866,0.472006421,4985.2075113 +245,-1.395014798,0.5761185243,386,0.314630866,0.472006421,5648.2619219 +246,-1.433377362,0.6064716109,386,0.314630866,0.472006421,5704.9665009 +247,-1.408172432,0.5903155476,386,0.314630866,0.472006421,5661.3928993 +248,-1.749645898,0.7757118084,386,0.314630866,0.472006421,6153.9083654 +249,-1.571626686,0.615046989,386,0.314630866,0.472006421,6076.7080723 +250,-1.514070049,0.6303003037,386,0.314630866,0.472006421,5886.969271 +251,-1.480890369,0.6237966528,386,0.314630866,0.472006421,5807.27774 +252,-1.704390658,0.5281680612,386,0.314630866,0.472006421,6635.6121523 +253,-1.64434733,0.5254277498,386,0.314630866,0.472006421,6473.967754 +254,-1.703855997,0.4792484842,386,0.314630866,0.472006421,6748.1474089 +255,-1.692002383,0.5748825051,386,0.314630866,0.472006421,6492.8479412 +256,-1.854136457,0.5544643913,386,0.314630866,0.472006421,6966.6550706 +257,-1.665021206,0.520317736,386,0.314630866,0.472006421,6543.8558283 +258,-1.733654349,0.4845187345,386,0.314630866,0.472006421,6819.9751107 +259,-1.720938188,0.5135933906,386,0.314630866,0.472006421,6715.6330897 +260,-1.742668307,0.553296122,386,0.314630866,0.472006421,6679.8711495 +261,-1.965659039,0.7142126903,386,0.314630866,0.472006421,6780.6787713 +262,-1.944438071,0.6772834804,386,0.314630866,0.472006421,6842.139849 +263,-1.270340967,0.7681487096,386,0.314630866,0.472006421,4986.6446051 +264,-1.353091884,0.6549276821,386,0.314630866,0.472006421,5389.6123482 +265,-1.333236659,0.6413584414,386,0.314630866,0.472006421,5355.1875969 +266,-1.352015998,0.6753788907,386,0.314630866,0.472006421,5352.5222758 +267,-1.377988483,0.6577816235,386,0.314630866,0.472006421,5455.3705984 +268,-2.13075611,0.8318642051,386,0.314630866,0.472006421,6715.0309378 +269,-2.097910953,0.8259670014,386,0.314630866,0.472006421,6682.3863621 +270,-1.416382069,0.6694271549,386,0.314630866,0.472006421,5542.3753604 +271,-1.538905672,0.7535625993,386,0.314630866,0.472006421,5705.9354405 +272,-1.572309477,0.7803125099,386,0.314630866,0.472006421,5733.2189446 +273,-1.87759879,0.7503853417,386,0.314630866,0.472006421,6496.3376269 +274,1.152365588,0.590457682,386,0.314630866,0.472006421,2873.4554035 +275,0.350198001,0.718001859,386,0.314630866,0.472006421,981.26441094 +276,0.046513677,0.491503852,386,0.314630866,0.472006421,943.6670585 +277,0.027510309,0.742571376,386,0.314630866,0.472006421,1416.2412772 +278,0.306285725,-0.214631579,386,0.314630866,0.472006421,2719.9624431 +279,-1.100564889,0.318051531,386,0.314630866,0.472006421,5125.4743901 +280,-1.078582306,0.301437596,386,0.314630866,0.472006421,5076.2135984 +281,-1.137371989,-0.617634065,386,0.314630866,0.472006421,6927.7452946 +282,0.784356344,0.703272339,386,0.314630866,0.472006421,1788.3303176 +283,-1.221209947,0.218327455,386,0.314630866,0.472006421,5710.0496067 +284,2.347301921,-0.449114658,386,0.314630866,0.472006421,8552.1748937 +285,0.246820618,0.830553713,386,0.314630866,0.472006421,1435.7085753 +286,0.829414965,0.703288228,386,0.314630866,0.472006421,1915.4903661 +287,-1.337537566,0.42332223,386,0.314630866,0.472006421,5742.3757735 +288,0.882453706,0.454478077,386,0.314630866,0.472006421,2007.7250227 +289,1.575629659,0.416419109,386,0.314630866,0.472006421,4451.4668081 +290,-1.039455679,0.229888244,386,0.314630866,0.472006421,5056.1818125 +291,0.489558039,0.934482747,386,0.314630866,0.472006421,1902.3214853 +292,0.081344504,0.88384514,386,0.314630866,0.472006421,1776.6238015 +293,-1.547979814,0.300350308,386,0.314630866,0.472006421,6659.4950977 +294,0.040776181,0.168560074,386,0.314630866,0.472006421,1578.9810326 +295,-1.130374745,0.563894876,386,0.314630866,0.472006421,4858.4934107 +296,1.578326642,0.478507176,386,0.314630866,0.472006421,4380.3429178 +297,-1.12861823,-0.291640865,386,0.314630866,0.472006421,6309.947512 +298,0.310524208,0.770885792,386,0.314630866,0.472006421,1183.9336548 +299,0.415649091,-0.387246002,386,0.314630866,0.472006421,3425.4355768 +300,-0.926533878,-0.188022748,386,0.314630866,0.472006421,5431.4850603 +301,1.258856172,-0.11716081,386,0.314630866,0.472006421,4303.8892278 +302,-1.126050026,0.322941926,386,0.314630866,0.472006421,5205.1679693 +303,2.002785835,0.07893892,386,0.314630866,0.472006421,6491.9075814 +304,0.440437607,0.746258085,386,0.314630866,0.472006421,1159.5015147 +305,-0.030391866,0.214441206,386,0.314630866,0.472006421,1637.8070457 +306,0.521557815,-0.058929362,386,0.314630866,0.472006421,2246.9927057 +307,-0.097005111,0.13317729,386,0.314630866,0.472006421,2047.0476132 +308,1.83113859,0.221857587,386,0.314630866,0.472006421,5636.7716641 +309,0.222428864,0.099404236,386,0.314630866,0.472006421,1516.310001 +310,-1.702731345,0.8728568183,386,0.314630866,0.472006421,5820.5197073 +311,-0.418507569,0.278324921,386,0.314630866,0.472006421,2794.5395309 +312,-1.41153306,0.339029988,386,0.314630866,0.472006421,6137.809931 +313,0.357560442,0.114788776,386,0.314630866,0.472006421,1424.1448176 +314,0.325818979,0.268352149,386,0.314630866,0.472006421,807.72653247 +315,-1.246004659,-0.663679965,386,0.314630866,0.472006421,7317.0147545 +316,1.814603087,0.637404484,386,0.314630866,0.472006421,4926.552085 +317,1.843704281,-0.18300445,386,0.314630866,0.472006421,6405.0432803 +318,1.690644492,-0.211480909,386,0.314630866,0.472006421,5932.0794267 +319,-1.275451936,0.068109467,386,0.314630866,0.472006421,6167.2332924 +320,0.762430171,-0.207594741,386,0.314630866,0.472006421,3195.2994803 +321,0.265668905,-0.014647884,386,0.314630866,0.472006421,1936.6574859 +322,-2.773032013,-0.335515811,386,0.314630866,0.472006421,11868.709482 +323,-1.469512853,0.174058777,386,0.314630866,0.472006421,6646.5274188 +324,0.286276986,0.785925691,386,0.314630866,0.472006421,1246.6756015 +325,-1.379324697,0.377432233,386,0.314630866,0.472006421,5960.9078922 +326,-1.203778265,0.212813032,386,0.314630866,0.472006421,5659.0852247 +327,0.579916301,0.611743168,386,0.314630866,0.472006421,1054.8946225 +328,0.267582642,0.868113908,386,0.314630866,0.472006421,1575.507852 +329,0.412869244,-0.050245578,386,0.314630866,0.472006421,2102.4460398 +330,0.17524381,0.976660285,386,0.314630866,0.472006421,2038.1968229 +331,0.743157214,0.204812899,386,0.314630866,0.472006421,1912.6578404 +332,-1.070758176,0.269382282,386,0.314630866,0.472006421,5100.8120495 +333,-1.230364251,0.329790229,386,0.314630866,0.472006421,5549.3552856 +334,-1.374813124,-0.024926835,386,0.314630866,0.472006421,6685.3338325 +335,0.519780566,0.463669906,386,0.314630866,0.472006421,725.76884502 +336,-1.55108034,0.239698561,386,0.314630866,0.472006421,6792.4235016 +337,0.180294813,0.029739425,386,0.314630866,0.472006421,1824.6423369 +338,0.67820924,0.268170153,386,0.314630866,0.472006421,1562.9513469 +339,0.445798684,1.024001867,386,0.314630866,0.472006421,2216.3203008 +340,0.691751283,0.150521402,386,0.314630866,0.472006421,1902.2021962 +341,-1.036643551,-0.903056181,386,0.314630866,0.472006421,7169.3846759 +342,-0.120287036,1.083325163,386,0.314630866,0.472006421,2677.8079303 +343,2.823513113,-0.304487164,386,0.314630866,0.472006421,10040.649487 +344,0.457583172,1.12513373,386,0.314630866,0.472006421,2612.4573806 +345,0.042918831,0.813795399,386,0.314630866,0.472006421,1598.0183643 +346,1.196146777,-0.853142756,386,0.314630866,0.472006421,6103.1797283 +347,0.206001358,-0.010430701,386,0.314630866,0.472006421,1955.2800863 +348,-0.268308653,0.234799412,386,0.314630866,0.472006421,2351.1931538 +349,0.759363263,0.736189579,386,0.314630866,0.472006421,1776.4536708 +350,0.181363926,0.891988372,386,0.314630866,0.472006421,1711.0799376 +351,-0.021111158,0.139103292,386,0.314630866,0.472006421,1823.8742678 +352,-0.093355215,0.630686981,386,0.314630866,0.472006421,1508.0410742 +353,0.40118964,0.681375926,386,0.314630866,0.472006421,877.3036191 +354,-0.721197315,1.304706234,386,0.314630866,0.472006421,3876.7570214 +355,-1.076150317,0.212107639,386,0.314630866,0.472006421,5214.4619367 +356,-1.577164531,0.273993443,386,0.314630866,0.472006421,6808.3448007 +357,-0.190788414,0.182208586,386,0.314630866,0.472006421,2206.7065438 +358,-0.261349752,0.209710184,386,0.314630866,0.472006421,2377.2326486 +359,-1.029303852,0.083549259,386,0.314630866,0.472006421,5271.816616 +360,-1.268609162,0.330525297,386,0.314630866,0.472006421,5677.2471555 +361,1.282982244,-0.926641967,386,0.314630866,0.472006421,6461.6239435 +362,0.217352334,0.731352408,386,0.314630866,0.472006421,1074.6113443 +363,-1.511833084,0.258629297,386,0.314630866,0.472006421,6624.5120862 +364,0.338812194,0.823184618,386,0.314630866,0.472006421,1393.0538545 +365,-0.324406489,1.134201999,386,0.314630866,0.472006421,3070.3134402 +366,1.389579348,0.399185724,386,0.314630866,0.472006421,3833.2492235 +367,2.047152199,-0.039082036,386,0.314630866,0.472006421,6862.7143686 +368,0.947780369,0.568250077,386,0.314630866,0.472006421,2198.6194631 +369,0.763824846,0.576754987,386,0.314630866,0.472006421,1590.5423635 +370,-0.142334657,0.928153068,386,0.314630866,0.472006421,2249.778622 +371,0.610266567,0.547265983,386,0.314630866,0.472006421,1063.4779546 +372,0.210731629,0.746815056,386,0.314630866,0.472006421,1138.8342378 +373,-1.34931644,0.316895224,386,0.314630866,0.472006421,5972.3587503 +374,2.407696481,0.655030745,386,0.314630866,0.472006421,6520.7290628 +375,0.64207831,0.545359131,386,0.314630866,0.472006421,1167.8184496 +376,1.174597538,0.840588356,386,0.314630866,0.472006421,3001.5266899 +377,0.660059424,0.010604079,386,0.314630866,0.472006421,2251.0061239 +378,-0.730263819,0.010486456,386,0.314630866,0.472006421,4364.8690402 +379,0.831068936,0.512339172,386,0.314630866,0.472006421,1805.1035475 +380,1.301180979,0.72367476,386,0.314630866,0.472006421,3317.9941106 +381,1.811128231,0.322854402,386,0.314630866,0.472006421,5396.2085651 +382,0.435105812,0.992284428,386,0.314630866,0.472006421,2088.7749271 +383,0.62643634,0.592027932,386,0.314630866,0.472006421,1163.4911147 +384,0.492988703,-0.516339467,386,0.314630866,0.472006421,3972.8387081 +385,-0.162469483,0.112549365,386,0.314630866,0.472006421,2291.6275826 +386,0.314630866,0.472006421,386,0.314630866,0.472006421,0 +387,0.166744804,0.822815954,386,0.314630866,0.472006421,1463.8696963 +388,0.417159608,0.965805736,386,0.314630866,0.472006421,1978.0558517 +389,0.106334961,0.868774244,386,0.314630866,0.472006421,1694.4959436 +390,0.815086969,-0.338144359,386,0.314630866,0.472006421,3740.18864 +391,0.59867455,-0.230624824,386,0.314630866,0.472006421,2989.8080042 +392,1.915104874,0.066220985,386,0.314630866,0.472006421,6207.2046539 +393,1.278093622,0.064463721,386,0.314630866,0.472006421,3978.8045898 +394,-0.061477853,0.302997961,386,0.314630866,0.472006421,1529.8979196 +395,0.251311504,0.626976942,386,0.314630866,0.472006421,649.88141398 +396,2.950242872,0.149095644,386,0.314630866,0.472006421,9309.2569251 +397,-0.180294708,0.35375117,386,0.314630866,0.472006421,1851.2339721 +398,1.010448592,-0.351180233,386,0.314630866,0.472006421,4214.0755797 +399,-1.748740498,0.3686318073,386,0.314630866,0.472006421,7137.3455123 +400,2.699635665,0.123533791,386,0.314630866,0.472006421,8705.4331656 +401,0.496808033,0.823843254,386,0.314630866,0.472006421,1504.5082083 +402,0.129574704,0.763364087,386,0.314630866,0.472006421,1297.0073519 +403,1.798920311,0.817447563,386,0.314630866,0.472006421,4659.5868692 +404,0.335987953,0.746786541,386,0.314630866,0.472006421,1090.5779916 +405,-1.085413643,0.292154671,386,0.314630866,0.472006421,5114.7881481 +406,-0.155321003,0.508207011,386,0.314630866,0.472006421,1645.0397309 +407,0.620529244,-0.301175104,386,0.314630866,0.472006421,3280.4828418 +408,1.684402744,0.368716966,386,0.314630866,0.472006421,4890.8278592 +409,0.300582244,-0.386397212,386,0.314630866,0.472006421,3400.5628629 +410,2.913555946,-0.009225192,386,0.314630866,0.472006421,9683.5945293 +411,1.465101417,0.493232532,386,0.314630866,0.472006421,3984.0447572 +412,0.090612882,0.907955955,386,0.314630866,0.472006421,1851.0913903 +413,2.987564726,-0.729568594,386,0.314630866,0.472006421,10616.181591 +414,-1.484261606,0.224149272,386,0.314630866,0.472006421,6599.9680255 +415,0.164073421,0.303955133,386,0.314630866,0.472006421,864.10171828 +416,0.141441293,0.167552546,386,0.314630866,0.472006421,1368.9109054 +417,2.931321023,-0.506718887,386,0.314630866,0.472006421,10608.500282 +418,2.21951565,0.700596356,386,0.314630866,0.472006421,5945.0087724 +419,0.268112576,1.199114336,386,0.314630866,0.472006421,2882.1590322 +420,0.978913739,0.359223811,386,0.314630866,0.472006421,2438.9529476 +421,1.210898818,0.522863584,386,0.314630866,0.472006421,3100.5036639 +422,2.347397336,0.129231362,386,0.314630866,0.472006421,7575.3267313 +423,0.614394501,0.556878345,386,0.314630866,0.472006421,1085.496329 +424,-1.398079356,0.148483366,386,0.314630866,0.472006421,6449.1051583 +425,2.535303836,-0.112984496,386,0.314630866,0.472006421,8705.6387448 +426,-1.019372593,-0.405322349,386,0.314630866,0.472006421,6171.5303171 +427,-1.297785627,-0.160104069,386,0.314630866,0.472006421,6654.8088024 +428,2.144554488,0.205051084,386,0.314630866,0.472006421,6741.7476312 +429,-2.242387083,-0.426171285,386,0.314630866,0.472006421,10356.102412 +430,0.338637212,0.909723676,386,0.314630866,0.472006421,1735.2698568 +431,-0.148798452,0.691042401,386,0.314630866,0.472006421,1752.4361071 +432,0.893524764,0.441829531,386,0.314630866,0.472006421,2055.3748484 +433,0.969229347,-0.368847936,386,0.314630866,0.472006421,4170.3107629 +434,0.436043248,0.800045688,386,0.314630866,0.472006421,1354.3983036 +435,1.687946607,1.081504775,386,0.314630866,0.472006421,4223.2072145 +436,0.522302046,-0.034889271,386,0.314630866,0.472006421,2158.7206141 +437,-0.178996113,-0.438090009,386,0.314630866,0.472006421,4067.9670432 +438,-1.094339566,0.301444068,386,0.314630866,0.472006421,5130.6814071 +439,-1.064070054,0.242569932,386,0.314630866,0.472006421,5121.418082 +440,-1.068153768,0.230387998,386,0.314630866,0.472006421,5155.8788601 +441,-3.00496892,-0.23989155,386,0.314630866,0.472006421,11312.848394 +442,0.21751974,0.766874888,386,0.314630866,0.472006421,1208.4787096 +443,0.117229532,0.007619006,386,0.314630866,0.472006421,1986.9590439 +444,0.777758451,0.420554741,386,0.314630866,0.472006421,1664.1938449 +445,-0.252356999,0.250747086,386,0.314630866,0.472006421,2267.2105752 +446,0.363148444,0.768483434,386,0.314630866,0.472006421,1184.5190669 +447,0.903191366,-0.118210676,386,0.314630866,0.472006421,3249.1951534 +448,-0.205755923,0.149406178,386,0.314630866,0.472006421,2330.6610058 +449,1.811996086,0.02364353,386,0.314630866,0.472006421,5920.3034617 +450,-1.100670221,0.314845373,386,0.314630866,0.472006421,5130.9737433 +451,0.340078597,0.850105132,386,0.314630866,0.472006421,1499.6895667 +452,0.258757267,0.804969236,386,0.314630866,0.472006421,1330.4915211 +453,2.78505352,-0.155160804,386,0.314630866,0.472006421,9637.5804834 +454,0.800551619,0.105822106,386,0.314630866,0.472006421,2335.2908095 +455,0.437940882,-0.506194031,386,0.314630866,0.472006421,3902.8287734 +456,2.230431122,0.63458615,386,0.314630866,0.472006421,6115.0722272 +457,0.527965361,0.127667701,386,0.314630866,0.472006421,1582.2490046 +458,-0.063643205,0.702093448,386,0.314630866,0.472006421,1537.8665549 +459,1.408447268,0.133010502,386,0.314630866,0.472006421,4303.6252451 +460,0.523795955,0.280266966,386,0.314630866,0.472006421,1080.5729415 +461,-0.975769313,0.072177659,386,0.314630866,0.472006421,5103.4900647 +462,0.549774164,-0.463663986,386,0.314630866,0.472006421,3813.0108125 +463,0.29245874,1.095549818,386,0.314630866,0.472006421,2470.5347974 +464,0.143625958,0.816809593,386,0.314630866,0.472006421,1466.4271512 +465,0.671902494,0.611159853,386,0.314630866,0.472006421,1328.5846524 +466,1.239840988,0.6724199,386,0.314630866,0.472006421,3137.0455589 +467,0.607829703,-0.10932137,386,0.314630866,0.472006421,2562.3996551 +468,1.763020906,0.263996692,386,0.314630866,0.472006421,5328.5897238 +469,0.378714634,0.726066797,386,0.314630866,0.472006421,1027.6578126 +470,2.196736143,-0.153862366,386,0.314630866,0.472006421,7592.9944092 +471,0.01702415,0.148991565,386,0.314630866,0.472006421,1697.5358999 +472,-2.998490902,-0.158002487,386,0.314630866,0.472006421,11043.978512 +473,-3.051262951,-0.346595608,386,0.314630866,0.472006421,11490.279487 +474,-1.069176439,0.182802941,386,0.314630866,0.472006421,5239.5814987 +475,0.167157509,0.595344954,386,0.314630866,0.472006421,700.585942 +476,0.613855648,0.681746124,386,0.314630866,0.472006421,1290.9843123 +477,1.037012736,0.682555367,386,0.314630866,0.472006421,2513.723966 +478,-1.253574971,0.379755746,386,0.314630866,0.472006421,5542.5035481 +479,3.108590453,-0.132620738,386,0.314630866,0.472006421,10569.808131 +480,0.565301296,0.022333262,386,0.314630866,0.472006421,2019.9855811 +481,0.547898238,0.855555614,386,0.314630866,0.472006421,1678.7673873 +482,0.948309381,0.417393755,386,0.314630866,0.472006421,2268.4904171 +483,-0.050600732,0.945269213,386,0.314630866,0.472006421,2154.4559067 +484,-0.977651478,-0.572363064,386,0.314630866,0.472006421,6382.0735324 +485,1.102014914,0.728861163,386,0.314630866,0.472006421,2730.4502827 +486,2.927300795,-0.282939414,386,0.314630866,0.472006421,10364.228122 +487,-1.154565557,0.124434095,386,0.314630866,0.472006421,5641.2724335 +488,1.855331234,0.291044755,386,0.314630866,0.472006421,5600.8956805 +489,0.830290659,0.276904518,386,0.314630866,0.472006421,2045.2759453 +490,0.485104466,-0.234867441,386,0.314630866,0.472006421,2875.6625515 +491,0.521367572,-0.33161327,386,0.314630866,0.472006421,3280.6604684 +1,-1.539031704,0.7349710123,387,0.166744804,0.822815954,4489.0300566 +2,-1.536990553,0.7349663874,387,0.166744804,0.822815954,4484.5777914 +3,-1.534951779,0.7349571355,387,0.166744804,0.822815954,4480.1393476 +4,-1.532906461,0.7349480293,387,0.166744804,0.822815954,4475.6825635 +5,-1.531320211,0.7346937278,387,0.166744804,0.822815954,4472.8754767 +6,-1.539451648,0.7335131775,387,0.166744804,0.822815954,4493.8080884 +7,-1.537429487,0.7335445708,387,0.166744804,0.822815954,4489.2990115 +8,-1.535484998,0.7335658704,387,0.166744804,0.822815954,4484.9834637 +9,-1.533488396,0.7336036027,387,0.166744804,0.822815954,4480.5071038 +10,-1.531497785,0.7335842962,387,0.166744804,0.822815954,4476.191151 +11,-1.530259379,0.7334777758,387,0.166744804,0.822815954,4473.7535201 +12,-1.5335454,0.7322346912,387,0.166744804,0.822815954,4484.2480565 +13,-1.531489083,0.7322238773,387,0.166744804,0.822815954,4479.7619898 +14,-1.530011122,0.7321679851,387,0.166744804,0.822815954,4476.6623238 +15,-1.53348106,0.7306614094,387,0.166744804,0.822815954,4488.2648997 +16,-1.531441779,0.7306962275,387,0.166744804,0.822815954,4483.6915161 +17,-1.529755654,0.7306933243,387,0.166744804,0.822815954,4479.9912224 +18,-1.533415048,0.7291384674,387,0.166744804,0.822815954,4492.1471881 +19,-1.531392093,0.7291705353,387,0.166744804,0.822815954,4487.6128524 +20,-1.529296523,0.7291214933,387,0.166744804,0.822815954,4483.1294058 +21,-1.535280942,0.727267644,387,0.166744804,0.822815954,4501.2031631 +22,-1.533378158,0.7276139666,387,0.166744804,0.822815954,4496.0998035 +23,-1.531340368,0.7276446587,387,0.166744804,0.822815954,4491.5323846 +24,-1.528960113,0.7276398177,387,0.166744804,0.822815954,4486.3005583 +25,-1.533313146,0.7260818349,387,0.166744804,0.822815954,4500.0129144 +26,-1.531259555,0.7260958115,387,0.166744804,0.822815954,4495.4507478 +27,-1.528926415,0.7260865555,387,0.166744804,0.822815954,4490.3296948 +28,-1.531226779,0.7245511789,387,0.166744804,0.822815954,4499.4660746 +29,-1.528904772,0.7245519194,387,0.166744804,0.822815954,4494.3385475 +30,-1.547195875,0.7409785979,387,0.166744804,0.822815954,4490.9071877 +31,-1.5451475,0.740980426,387,0.166744804,0.822815954,4486.4525042 +32,-1.543097679,0.7409798872,387,0.166744804,0.822815954,4481.9973082 +33,-1.540720364,0.7409892687,387,0.166744804,0.822815954,4476.7993175 +34,-1.547188511,0.7395198392,387,0.166744804,0.822815954,4494.7593098 +35,-1.545148587,0.7395226109,387,0.166744804,0.822815954,4490.3165896 +36,-1.543104538,0.7395314908,387,0.166744804,0.822815954,4485.8451293 +37,-1.540727751,0.7395306258,387,0.166744804,0.822815954,4480.6708861 +38,-1.547187029,0.7380014886,387,0.166744804,0.822815954,4498.7845175 +39,-1.545147315,0.7380012252,387,0.166744804,0.822815954,4494.3462606 +40,-1.54310719,0.7380060743,387,0.166744804,0.822815954,4489.8899589 +41,-1.540719671,0.7380068206,387,0.166744804,0.822815954,4484.6833322 +42,-1.547187189,0.7364799098,387,0.166744804,0.822815954,4502.8242036 +43,-1.545149996,0.7364853874,387,0.166744804,0.822815954,4498.3721792 +44,-1.543106091,0.7364823484,387,0.166744804,0.822815954,4493.924519 +45,-1.540717158,0.7364893901,387,0.166744804,0.822815954,4488.6934137 +46,-1.538663972,0.7410138672,387,0.166744804,0.822815954,4472.2556242 +47,-1.53695285,0.7409699132,387,0.166744804,0.822815954,4468.6420564 +48,-1.534910498,0.7409641297,387,0.166744804,0.822815954,4464.2024483 +49,-1.533145034,0.7409536636,387,0.166744804,0.822815954,4460.3762101 +50,-1.538681336,0.7395405883,387,0.166744804,0.822815954,4476.1836658 +51,-1.536999189,0.7395183096,387,0.166744804,0.822815954,4472.5729303 +52,-1.534923633,0.7395144222,387,0.166744804,0.822815954,4468.0520276 +53,-1.533267822,0.7395654306,387,0.166744804,0.822815954,4464.3001939 +54,-1.53867273,0.7380151077,387,0.166744804,0.822815954,4480.195302 +55,-1.536980576,0.7379994392,387,0.166744804,0.822815954,4476.5419362 +56,-1.534931522,0.7379944961,387,0.166744804,0.822815954,4472.0776217 +57,-1.533387952,0.7379480264,387,0.166744804,0.822815954,4468.8248977 +58,-1.538682279,0.7364914363,387,0.166744804,0.822815954,4484.2441891 +59,-1.536980704,0.7364810563,387,0.166744804,0.822815954,4480.5529451 +60,-1.534935567,0.7364752065,387,0.166744804,0.822815954,4476.0955659 +61,-1.533042592,0.7363876366,387,0.166744804,0.822815954,4472.1832554 +62,-1.545143426,0.7349628011,387,0.166744804,0.822815954,4502.3981779 +63,-1.543105297,0.7349691947,387,0.166744804,0.822815954,4497.9340759 +64,-1.541064533,0.7349647152,387,0.166744804,0.822815954,4493.4894598 +65,-1.545411803,0.7334624714,387,0.166744804,0.822815954,4506.9675723 +66,-1.543446606,0.7334780896,387,0.166744804,0.822815954,4502.634822 +67,-1.541475327,0.7334957295,387,0.166744804,0.822815954,4498.280157 +68,-1.545401939,0.731963266,387,0.166744804,0.822815954,4510.9293729 +69,-1.54342253,0.7319915583,387,0.166744804,0.822815954,4506.5280613 +70,-1.541455867,0.7320216438,387,0.166744804,0.822815954,4502.1466379 +71,-1.545410146,0.7304422281,387,0.166744804,0.822815954,4514.9909652 +72,-1.543435491,0.7304713664,387,0.166744804,0.822815954,4510.5939098 +73,-1.541463105,0.7304997613,387,0.166744804,0.822815954,4506.2005749 +74,-1.545414768,0.7289194936,387,0.166744804,0.822815954,4519.0515693 +75,-1.543435774,0.7289538557,387,0.166744804,0.822815954,4514.6272342 +76,-1.541457714,0.7289765881,387,0.166744804,0.822815954,4510.2326206 +77,-1.539449415,0.7320555866,387,0.166744804,0.822815954,4497.6646822 +78,-1.537429183,0.7321097681,387,0.166744804,0.822815954,4493.0956581 +79,-1.535472649,0.7321497267,387,0.166744804,0.822815954,4488.7007205 +80,-1.539457899,0.7305333307,387,0.166744804,0.822815954,4501.7183749 +81,-1.537453161,0.7305750503,387,0.166744804,0.822815954,4497.2123241 +82,-1.535479385,0.7306124949,387,0.166744804,0.822815954,4492.7823117 +83,-1.53946905,0.7290102593,387,0.166744804,0.822815954,4505.7824634 +84,-1.537459922,0.7290417293,387,0.166744804,0.822815954,4501.2899836 +85,-1.535451349,0.7290890157,387,0.166744804,0.822815954,4496.75354 +86,-1.535522937,0.7279887191,387,0.166744804,0.822815954,4499.824959 +87,-1.539442524,0.7274735939,387,0.166744804,0.822815954,4509.8023018 +88,-1.537424111,0.727521351,387,0.166744804,0.822815954,4505.2421894 +89,-1.539384641,0.7259505092,387,0.166744804,0.822815954,4513.7194311 +90,-1.537372391,0.7259947145,387,0.166744804,0.822815954,4509.1782085 +91,-1.535340789,0.7260435356,387,0.166744804,0.822815954,4504.5789093 +92,-1.539325716,0.7244369706,387,0.166744804,0.822815954,4517.6109976 +93,-1.537308932,0.7244801057,387,0.166744804,0.822815954,4513.0586014 +94,-1.535289068,0.7245247645,387,0.166744804,0.822815954,4508.49211 +95,-1.533261366,0.7245550236,387,0.166744804,0.822815954,4503.9432273 +96,-1.539267302,0.722921924,387,0.166744804,0.822815954,4521.5097609 +97,-1.537248972,0.7229660258,387,0.166744804,0.822815954,4516.9473549 +98,-1.535219431,0.7229916471,387,0.166744804,0.822815954,4512.4060008 +99,-1.53318962,0.7230212049,387,0.166744804,0.822815954,4507.8502228 +100,-1.531154816,0.7230299897,387,0.166744804,0.822815954,4503.3350687 +101,-1.528878341,0.7230370244,387,0.166744804,0.822815954,4498.2869137 +102,-1.539218189,0.7214009878,387,0.166744804,0.822815954,4525.4467481 +103,-1.537198791,0.7214422745,387,0.166744804,0.822815954,4520.8854368 +104,-1.535179266,0.7214634354,387,0.166744804,0.822815954,4516.3739991 +105,-1.533156501,0.7214944644,387,0.166744804,0.822815954,4511.8258489 +106,-1.53113574,0.7215166021,387,0.166744804,0.822815954,4507.3023535 +107,-1.528874248,0.7215345535,387,0.166744804,0.822815954,4502.2540487 +108,-1.539217656,0.7198512397,387,0.166744804,0.822815954,4529.5696752 +109,-1.537199919,0.7199428763,387,0.166744804,0.822815954,4524.8741256 +110,-1.545425832,0.727397149,387,0.166744804,0.822815954,4523.1275795 +111,-1.543371177,0.7273916949,387,0.166744804,0.822815954,4518.6393848 +112,-1.541368852,0.7274523163,387,0.166744804,0.822815954,4514.0867658 +113,-1.545349067,0.7258710923,387,0.166744804,0.822815954,4527.0232497 +114,-1.54332671,0.7258603556,387,0.166744804,0.822815954,4522.6158612 +115,-1.541346831,0.7259242142,387,0.166744804,0.822815954,4518.0998522 +116,-1.545324355,0.7243383958,387,0.166744804,0.822815954,4531.0528533 +117,-1.543292796,0.7243617413,387,0.166744804,0.822815954,4526.5305373 +118,-1.541295822,0.7244024384,387,0.166744804,0.822815954,4522.0346414 +119,-1.543193859,0.7205570215,387,0.166744804,0.822815954,4536.4503548 +120,-1.550257047,0.7386738187,387,0.166744804,0.822815954,4503.6720933 +121,-1.549335448,0.7311736483,387,0.166744804,0.822815954,4521.6192458 +122,-1.533478843,0.7179891343,387,0.166744804,0.822815954,4521.8436753 +123,-1.556150555,0.738907041,387,0.166744804,0.822815954,4515.8351427 +124,-1.554324226,0.733414257,387,0.166744804,0.822815954,4526.5157141 +125,-1.554290846,0.7288285332,387,0.166744804,0.822815954,4538.6869335 +126,-1.55122487,0.7219795312,387,0.166744804,0.822815954,4550.2940151 +127,-1.525104458,0.7229399862,387,0.166744804,0.822815954,4490.1956654 +128,-1.519607711,0.7236181429,387,0.166744804,0.822815954,4476.2289906 +129,-1.513899999,0.7251107854,387,0.166744804,0.822815954,4459.6401167 +130,-1.536620762,0.7431061895,387,0.166744804,0.822815954,4462.2867593 +131,-1.5369566,0.7460845958,387,0.166744804,0.822815954,4455.1737938 +132,-1.545345528,0.7447040685,387,0.166744804,0.822815954,4477.027954 +133,-1.532813921,0.7432306626,387,0.166744804,0.822815954,4453.6624819 +134,-1.554788248,0.7382381001,387,0.166744804,0.822815954,4514.6646202 +135,-1.540348126,0.7301594274,387,0.166744804,0.822815954,4504.6610643 +136,-1.538016084,0.7239051786,387,0.166744804,0.822815954,4516.1420769 +137,-1.525288962,0.7258085137,387,0.166744804,0.822815954,4483.0318722 +138,-1.534326986,0.731241342,387,0.166744804,0.822815954,4488.5891841 +139,-1.530733872,0.7303625216,387,0.166744804,0.822815954,4483.0161507 +141,-1.534354939,0.7328219978,387,0.166744804,0.822815954,4484.4721864 +142,-1.53157084,0.7292888153,387,0.166744804,0.822815954,4487.6935636 +143,-1.525691035,0.7263799874,387,0.166744804,0.822815954,4482.4124982 +144,-1.534031287,0.7495967835,387,0.166744804,0.822815954,4439.5870244 +145,-1.527714986,0.7283095957,387,0.166744804,0.822815954,4481.7875125 +146,-1.526189586,0.7271468292,387,0.166744804,0.822815954,4481.4903292 +147,-1.555177336,0.7375563366,387,0.166744804,0.822815954,4517.3247822 +148,-1.555080283,0.7312707794,387,0.166744804,0.822815954,4533.8826365 +149,-1.53856994,0.7224180299,387,0.166744804,0.822815954,4521.3137544 +150,-1.530837883,0.729933372,387,0.166744804,0.822815954,4484.3782356 +151,-1.515066984,0.5854133365,387,0.166744804,0.822815954,4838.3291211 +152,-1.534731633,0.5368370046,387,0.166744804,0.822815954,5020.2632166 +153,-1.515231902,0.5607085576,387,0.166744804,0.822815954,4906.9159434 +154,-2.616253799,1.0684566605,387,0.166744804,0.822815954,4865.2547739 +155,-1.956071439,0.5792177723,387,0.166744804,0.822815954,5814.1980519 +156,-1.951208514,0.5602434208,387,0.166744804,0.822815954,5865.82591 +157,-1.944675062,0.6062144545,387,0.166744804,0.822815954,5705.5753123 +158,-1.613778386,0.6077989518,387,0.166744804,0.822815954,5005.1460463 +159,-2.035029014,0.6021432345,387,0.166744804,0.822815954,5886.6783477 +160,-2.114989471,0.6801825058,387,0.166744804,0.822815954,5761.4640823 +161,-2.037382079,0.5765830025,387,0.166744804,0.822815954,5975.4822758 +162,-2.129855121,0.6585019963,387,0.166744804,0.822815954,5858.8574371 +163,-2.075141798,0.6493615843,387,0.166744804,0.822815954,5799.6735098 +164,-1.828626729,0.6948433129,387,0.166744804,0.822815954,5204.1391605 +165,-1.863329418,0.6735427691,387,0.166744804,0.822815954,5336.8769037 +166,-1.266037071,0.727988852,387,0.166744804,0.822815954,3878.963442 +167,-1.277579582,0.7249010648,387,0.166744804,0.822815954,3913.8166409 +168,-1.258418684,0.7241194816,387,0.166744804,0.822815954,3869.5947776 +169,-1.317813974,0.6804850104,387,0.166744804,0.822815954,4116.977358 +170,-1.344165204,0.6790988904,387,0.166744804,0.822815954,4183.9510967 +171,-1.427582102,0.5277120351,387,0.166744804,0.822815954,4783.0903715 +172,-1.402238616,0.457167829,387,0.166744804,0.822815954,4912.0969569 +173,-1.422454264,0.4996161999,387,0.166744804,0.822815954,4846.8746026 +174,-1.439089277,0.4894859811,387,0.166744804,0.822815954,4916.4906723 +175,-1.448126995,0.5182330266,387,0.166744804,0.822815954,4860.0503532 +176,-1.474626146,0.5881926574,387,0.166744804,0.822815954,4734.1129226 +177,-1.421139645,0.5584869783,387,0.166744804,0.822815954,4683.9466828 +178,-1.457037165,0.565943032,387,0.166744804,0.822815954,4751.8629809 +179,-2.757159358,0.3745319,387,0.166744804,0.822815954,7637.7935526 +180,-2.714309238,0.342054471,387,0.166744804,0.822815954,7737.0237165 +181,-2.000525337,0.774119946,387,0.166744804,0.822815954,5264.8301158 +183,-1.571413436,0.6777838382,387,0.166744804,0.822815954,4714.6012336 +184,-1.552860289,0.6987663893,387,0.166744804,0.822815954,4616.276163 +185,-1.521852374,0.7165827476,387,0.166744804,0.822815954,4499.7764054 +186,-1.503656267,0.6928968252,387,0.166744804,0.822815954,4521.5301146 +187,-1.502753178,0.7136205882,387,0.166744804,0.822815954,4464.9042327 +188,-1.631894563,0.7343596465,387,0.166744804,0.822815954,4689.9244532 +189,-1.653765416,0.6770714026,387,0.166744804,0.822815954,4897.0974245 +190,-1.719812114,0.6715965947,387,0.166744804,0.822815954,5053.2097009 +191,-1.493406659,0.6646955447,387,0.166744804,0.822815954,4572.8918706 +192,-1.469120564,0.6613469966,387,0.166744804,0.822815954,4525.3979813 +193,-1.590551461,0.5326612937,387,0.166744804,0.822815954,5165.208234 +194,-1.625979264,0.5247742243,387,0.166744804,0.822815954,5271.2412261 +195,-1.572293943,0.5238808754,387,0.166744804,0.822815954,5146.856218 +196,-1.610848725,0.5477107964,387,0.166744804,0.822815954,5169.8111932 +197,-1.208485554,0.7918526018,387,0.166744804,0.822815954,3600.5114757 +198,-1.335601374,0.6869083083,387,0.166744804,0.822815954,4144.0945742 +199,-1.346156996,0.6825213377,387,0.166744804,0.822815954,4180.2535097 +200,-1.324381037,0.6741422347,387,0.166744804,0.822815954,4148.45998 +201,-1.242424992,0.7378949807,387,0.166744804,0.822815954,3799.5662302 +202,-1.270370057,0.7392461008,387,0.166744804,0.822815954,3863.3568246 +203,-1.448950472,0.7441675014,387,0.166744804,0.822815954,4265.4673854 +204,-1.492662363,0.7523026852,387,0.166744804,0.822815954,4342.0795845 +205,-1.479098966,0.7763855017,387,0.166744804,0.822815954,4251.1088875 +206,-1.633760714,0.7869022408,387,0.166744804,0.822815954,4549.4962424 +207,-1.647406434,0.8101289331,387,0.166744804,0.822815954,4513.6563369 +208,-1.564245052,0.5701509278,387,0.166744804,0.822815954,4996.971668 +209,-1.646289963,0.6833746083,387,0.166744804,0.822815954,4863.1527193 +210,-1.5820631,0.6751952144,387,0.166744804,0.822815954,4745.4124945 +211,-1.613236298,0.6681681791,387,0.166744804,0.822815954,4833.8830453 +212,-1.914661867,0.8212566515,387,0.166744804,0.822815954,4972.8633024 +213,-1.742133237,0.7250275956,387,0.166744804,0.822815954,4943.0634462 +214,-2.033144872,0.6557314699,387,0.166744804,0.822815954,5706.4620879 +215,-2.039551981,0.6964723658,387,0.166744804,0.822815954,5583.1526021 +216,-1.247341019,0.7622473908,387,0.166744804,0.822815954,3756.5580235 +217,-1.298239787,0.7084123392,387,0.166744804,0.822815954,4002.2801961 +218,-1.308539688,0.6926545592,387,0.166744804,0.822815954,4064.937564 +219,-1.303263185,0.6888938396,387,0.166744804,0.822815954,4061.2890449 +220,-1.852400229,0.6004246149,387,0.166744804,0.822815954,5541.6121193 +221,-1.288947707,0.7473773692,387,0.166744804,0.822815954,3888.6911912 +222,-1.372031502,0.7472790993,387,0.166744804,0.822815954,4082.7050777 +223,-1.289805721,0.7242157877,387,0.166744804,0.822815954,3944.671135 +224,-1.350807603,0.7533498126,387,0.166744804,0.822815954,4019.1969275 +225,-1.329290365,0.7560442322,387,0.166744804,0.822815954,3962.9918905 +226,-1.410153004,0.616936428,387,0.166744804,0.822815954,4501.8987859 +227,-1.393445434,0.6308995063,387,0.166744804,0.822815954,4425.0639862 +228,-1.37595573,0.6241540638,387,0.166744804,0.822815954,4400.0091527 +229,-1.358388707,0.6172645205,387,0.166744804,0.822815954,4374.7509783 +230,-1.753741133,0.8281661666,387,0.166744804,0.822815954,4667.3861019 +231,-1.47430987,0.6834615681,387,0.166744804,0.822815954,4479.2883577 +232,-1.421012508,0.7222725206,387,0.166744804,0.822815954,4257.0171651 +233,-1.4476833,0.6978557868,387,0.166744804,0.822815954,4380.5241378 +234,-1.470370723,0.6966193374,387,0.166744804,0.822815954,4435.8830247 +235,-1.429211703,0.7037216883,387,0.166744804,0.822815954,4322.8283802 +236,-1.700578405,0.6178673663,387,0.166744804,0.822815954,5169.160772 +237,-1.678117619,0.6331716163,387,0.166744804,0.822815954,5075.6935326 +238,-1.725644578,0.6316331145,387,0.166744804,0.822815954,5182.7925702 +239,-2.14012759,0.7930497945,387,0.166744804,0.822815954,5416.719003 +240,-2.103289431,0.7653606263,387,0.166744804,0.822815954,5455.9688354 +241,-1.318739838,0.7017808746,387,0.166744804,0.822815954,4067.3815046 +242,-1.396417427,0.7077900843,387,0.166744804,0.822815954,4236.3411873 +243,-1.35650337,0.7185539404,387,0.166744804,0.822815954,4116.2758153 +244,-1.248884539,0.7274156818,387,0.166744804,0.822815954,3839.0219266 +245,-1.395014798,0.5761185243,387,0.166744804,0.822815954,4572.4032301 +246,-1.433377362,0.6064716109,387,0.166744804,0.822815954,4585.6843811 +247,-1.408172432,0.5903155476,387,0.166744804,0.822815954,4567.1863943 +248,-1.749645898,0.7757118084,387,0.166744804,0.822815954,4810.5915796 +249,-1.571626686,0.615046989,387,0.166744804,0.822815954,4888.4840154 +250,-1.514070049,0.6303003037,387,0.166744804,0.822815954,4713.29512 +251,-1.480890369,0.6237966528,387,0.166744804,0.822815954,4652.986381 +252,-1.704390658,0.5281680612,387,0.166744804,0.822815954,5442.0129126 +253,-1.64434733,0.5254277498,387,0.166744804,0.822815954,5312.2011304 +254,-1.703855997,0.4792484842,387,0.166744804,0.822815954,5586.3065386 +255,-1.692002383,0.5748825051,387,0.166744804,0.822815954,5276.2485905 +256,-1.854136457,0.5544643913,387,0.166744804,0.822815954,5688.0215572 +257,-1.665021206,0.520317736,387,0.166744804,0.822815954,5375.0478535 +258,-1.733654349,0.4845187345,387,0.166744804,0.822815954,5638.9734017 +259,-1.720938188,0.5135933906,387,0.166744804,0.822815954,5522.9022845 +260,-1.742668307,0.553296122,387,0.166744804,0.822815954,5452.6470465 +261,-1.965659039,0.7142126903,387,0.166744804,0.822815954,5398.135615 +262,-1.944438071,0.6772834804,387,0.166744804,0.822815954,5477.9984292 +263,-1.270340967,0.7681487096,387,0.166744804,0.822815954,3797.5824751 +264,-1.353091884,0.6549276821,387,0.166744804,0.822815954,4265.9259551 +265,-1.333236659,0.6413584414,387,0.166744804,0.822815954,4251.7203805 +266,-1.352015998,0.6753788907,387,0.166744804,0.822815954,4212.0657688 +267,-1.377988483,0.6577816235,387,0.166744804,0.822815954,4318.787932 +268,-2.13075611,0.8318642051,387,0.166744804,0.822815954,5272.0506912 +269,-2.097910953,0.8259670014,387,0.166744804,0.822815954,5245.1356192 +270,-1.416382069,0.6694271549,387,0.166744804,0.822815954,4380.5292471 +271,-1.538905672,0.7535625993,387,0.166744804,0.822815954,4439.7358383 +272,-1.572309477,0.7803125099,387,0.166744804,0.822815954,4440.371697 +273,-1.87759879,0.7503853417,387,0.166744804,0.822815954,5126.6070304 +274,1.152365588,0.590457682,387,0.166744804,0.822815954,3036.9111983 +275,0.350198001,0.718001859,387,0.166744804,0.822815954,665.56102028 +276,0.046513677,0.491503852,387,0.166744804,0.822815954,1364.0595634 +277,0.027510309,0.742571376,387,0.166744804,0.822815954,503.47029251 +278,0.306285725,-0.214631579,387,0.166744804,0.822815954,4138.977325 +279,-1.100564889,0.318051531,387,0.166744804,0.822815954,4494.9506501 +280,-1.078582306,0.301437596,387,0.166744804,0.822815954,4481.800343 +281,-1.137371989,-0.617634065,387,0.166744804,0.822815954,7339.4150907 +282,0.784356344,0.703272339,387,0.166744804,0.822815954,1813.3538033 +283,-1.221209947,0.218327455,387,0.166744804,0.822815954,5099.8231909 +284,2.347301921,-0.449114658,387,0.166744804,0.822815954,9125.6148091 +285,0.246820618,0.830553713,387,0.166744804,0.822815954,216.97417948 +286,0.829414965,0.703288228,387,0.166744804,0.822815954,1934.69079 +287,-1.337537566,0.42332223,387,0.166744804,0.822815954,4837.871544 +288,0.882453706,0.454478077,387,0.166744804,0.822815954,2659.2574379 +289,1.575629659,0.416419109,387,0.166744804,0.822815954,4605.7644543 +290,-1.039455679,0.229888244,387,0.166744804,0.822815954,4578.1190983 +291,0.489558039,0.934482747,387,0.166744804,0.822815954,924.34048679 +292,0.081344504,0.88384514,387,0.166744804,0.822815954,328.3409109 +293,-1.547979814,0.300350308,387,0.166744804,0.822815954,5730.7250344 +294,0.040776181,0.168560074,387,0.166744804,0.822815954,2625.8935375 +295,-1.130374745,0.563894876,387,0.166744804,0.822815954,3928.5483188 +296,1.578326642,0.478507176,387,0.166744804,0.822815954,4446.9496529 +297,-1.12861823,-0.291640865,387,0.166744804,0.822815954,6355.0618613 +298,0.310524208,0.770885792,387,0.166744804,0.822815954,447.7500565 +299,0.415649091,-0.387246002,387,0.166744804,0.822815954,4874.9074376 +300,-0.926533878,-0.188022748,387,0.166744804,0.822815954,5545.0513482 +301,1.258856172,-0.11716081,387,0.166744804,0.822815954,5321.1647038 +302,-1.126050026,0.322941926,387,0.166744804,0.822815954,4550.0879061 +303,2.002785835,0.07893892,387,0.166744804,0.822815954,6698.1462711 +304,0.440437607,0.746258085,387,0.166744804,0.822815954,823.17551186 +305,-0.030391866,0.214441206,387,0.166744804,0.822815954,2497.5908058 +306,0.521557815,-0.058929362,387,0.166744804,0.822815954,3705.0414044 +307,-0.097005111,0.13317729,387,0.166744804,0.822815954,2873.7294554 +308,1.83113859,0.221857587,387,0.166744804,0.822815954,5827.9689593 +309,0.222428864,0.099404236,387,0.166744804,0.822815954,2871.7053618 +310,-1.702731345,0.8728568183,387,0.166744804,0.822815954,4447.9829523 +311,-0.418507569,0.278324921,387,0.166744804,0.822815954,2883.349511 +312,-1.41153306,0.339029988,387,0.166744804,0.822815954,5266.0011518 +313,0.357560442,0.114788776,387,0.166744804,0.822815954,2878.3895676 +314,0.325818979,0.268352149,387,0.166744804,0.822815954,2257.7568632 +315,-1.246004659,-0.663679965,387,0.166744804,0.822815954,7711.4836746 +316,1.814603087,0.637404484,387,0.166744804,0.822815954,4617.049867 +317,1.843704281,-0.18300445,387,0.166744804,0.822815954,7036.7941327 +318,1.690644492,-0.211480909,387,0.166744804,0.822815954,6709.1703997 +319,-1.275451936,0.068109467,387,0.166744804,0.822815954,5677.8946241 +320,0.762430171,-0.207594741,387,0.166744804,0.822815954,4592.6231292 +321,0.265668905,-0.014647884,387,0.166744804,0.822815954,3334.8855439 +322,-2.773032013,-0.335515811,387,0.166744804,0.822815954,10406.12917 +323,-1.469512853,0.174058777,387,0.166744804,0.822815954,5892.2546084 +324,0.286276986,0.785925691,387,0.166744804,0.822815954,359.25848113 +325,-1.379324697,0.377432233,387,0.166744804,0.822815954,5073.8951741 +326,-1.203778265,0.212813032,387,0.166744804,0.822815954,5068.5418824 +327,0.579916301,0.611743168,387,0.166744804,0.822815954,1480.560132 +328,0.267582642,0.868113908,387,0.166744804,0.822815954,319.85959349 +329,0.412869244,-0.050245578,387,0.166744804,0.822815954,3562.8663031 +330,0.17524381,0.976660285,387,0.166744804,0.822815954,609.73274341 +331,0.743157214,0.204812899,387,0.166744804,0.822815954,3109.1164882 +332,-1.070758176,0.269382282,387,0.166744804,0.822815954,4550.3699411 +333,-1.230364251,0.329790229,387,0.166744804,0.822815954,4811.4758222 +334,-1.374813124,-0.024926835,387,0.166744804,0.822815954,6215.560132 +335,0.519780566,0.463669906,387,0.166744804,0.822815954,1798.4838837 +336,-1.55108034,0.239698561,387,0.166744804,0.822815954,5915.6625046 +337,0.180294813,0.029739425,387,0.166744804,0.822815954,3141.7230704 +338,0.67820924,0.268170153,387,0.166744804,0.822815954,2764.6049571 +339,0.445798684,1.024001867,387,0.166744804,0.822815954,1033.5533649 +340,0.691751283,0.150521402,387,0.166744804,0.822815954,3195.6556323 +341,-1.036643551,-0.903056181,387,0.166744804,0.822815954,7957.7547914 +342,-0.120287036,1.083325163,387,0.166744804,0.822815954,1216.2788298 +343,2.823513113,-0.304487164,387,0.166744804,0.822815954,9854.7449039 +344,0.457583172,1.12513373,387,0.166744804,0.822815954,1351.7010223 +345,0.042918831,0.813795399,387,0.166744804,0.822815954,336.99963948 +346,1.196146777,-0.853142756,387,0.166744804,0.822815954,7519.4742456 +347,0.206001358,-0.010430701,387,0.166744804,0.822815954,3303.2934308 +348,-0.268308653,0.234799412,387,0.166744804,0.822815954,2738.2105315 +349,0.759363263,0.736189579,387,0.166744804,0.822815954,1690.457596 +350,0.181363926,0.891988372,387,0.166744804,0.822815954,276.59477939 +351,-0.021111158,0.139103292,387,0.166744804,0.822815954,2781.6639259 +352,-0.093355215,0.630686981,387,0.166744804,0.822815954,1079.0434781 +353,0.40118964,0.681375926,387,0.166744804,0.822815954,877.48813431 +354,-0.721197315,1.304706234,387,0.166744804,0.822815954,2412.9134778 +355,-1.076150317,0.212107639,387,0.166744804,0.822815954,4727.2069672 +356,-1.577164531,0.273993443,387,0.166744804,0.822815954,5882.5904154 +357,-0.190788414,0.182208586,387,0.166744804,0.822815954,2805.7910651 +358,-0.261349752,0.209710184,387,0.166744804,0.822815954,2815.5349163 +359,-1.029303852,0.083549259,387,0.166744804,0.822815954,4976.4799189 +360,-1.268609162,0.330525297,387,0.166744804,0.822815954,4911.7148636 +361,1.282982244,-0.926641967,387,0.166744804,0.822815954,7881.4947524 +362,0.217352334,0.731352408,387,0.166744804,0.822815954,389.38370141 +363,-1.511833084,0.258629297,387,0.166744804,0.822815954,5758.4128713 +364,0.338812194,0.823184618,387,0.166744804,0.822815954,463.17133849 +365,-0.324406489,1.134201999,387,0.166744804,0.822815954,1616.1334603 +366,1.389579348,0.399185724,387,0.166744804,0.822815954,4154.3181439 +367,2.047152199,-0.039082036,387,0.166744804,0.822815954,7164.4842972 +368,0.947780369,0.568250077,387,0.166744804,0.822815954,2538.1220851 +369,0.763824846,0.576754987,387,0.166744804,0.822815954,2032.3226498 +370,-0.142334657,0.928153068,387,0.166744804,0.822815954,885.04046523 +371,0.610266567,0.547265983,387,0.166744804,0.822815954,1730.4572241 +372,0.210731629,0.746815056,387,0.166744804,0.822815954,325.2543979 +373,-1.34931644,0.316895224,387,0.166744804,0.822815954,5164.5254751 +374,2.407696481,0.655030745,387,0.166744804,0.822815954,5779.1392159 +375,0.64207831,0.545359131,387,0.166744804,0.822815954,1810.9825862 +376,1.174597538,0.840588356,387,0.166744804,0.822815954,2625.3047977 +377,0.660059424,0.010604079,387,0.166744804,0.822815954,3639.2268426 +378,-0.730263819,0.010486456,387,0.166744804,0.822815954,4452.2910133 +379,0.831068936,0.512339172,387,0.166744804,0.822815954,2371.1368237 +380,1.301180979,0.72367476,387,0.166744804,0.822815954,3146.0628507 +381,1.811128231,0.322854402,387,0.166744804,0.822815954,5484.2465745 +382,0.435105812,0.992284428,387,0.166744804,0.822815954,933.4031957 +383,0.62643634,0.592027932,387,0.166744804,0.822815954,1645.9845185 +384,0.492988703,-0.516339467,387,0.166744804,0.822815954,5430.911588 +385,-0.162469483,0.112549365,387,0.166744804,0.822815954,3027.2470318 +386,0.314630866,0.472006421,387,0.166744804,0.822815954,1463.8696963 +387,0.166744804,0.822815954,387,0.166744804,0.822815954,0 +388,0.417159608,0.965805736,387,0.166744804,0.822815954,837.53493504 +389,0.106334961,0.868774244,387,0.166744804,0.822815954,241.43682295 +390,0.815086969,-0.338144359,387,0.166744804,0.822815954,5146.1686263 +391,0.59867455,-0.230624824,387,0.166744804,0.822815954,4444.7262018 +392,1.915104874,0.066220985,387,0.166744804,0.822815954,6504.8454306 +393,1.278093622,0.064463721,387,0.166744804,0.822815954,4813.127488 +394,-0.061477853,0.302997961,387,0.166744804,0.822815954,2189.4986134 +395,0.251311504,0.626976942,387,0.166744804,0.822815954,814.81339158 +396,2.950242872,0.149095644,387,0.166744804,0.822815954,8392.8964286 +397,-0.180294708,0.35375117,387,0.166744804,0.822815954,2167.6956255 +398,1.010448592,-0.351180233,387,0.166744804,0.822815954,5535.8978337 +399,-1.748740498,0.3686318073,387,0.166744804,0.822815954,6024.7320043 +400,2.699635665,0.123533791,387,0.166744804,0.822815954,8130.5197533 +401,0.496808033,0.823843254,387,0.166744804,0.822815954,886.5648577 +402,0.129574704,0.763364087,387,0.166744804,0.822815954,257.12491499 +403,1.798920311,0.817447563,387,0.166744804,0.822815954,4119.7284767 +404,0.335987953,0.746786541,387,0.166744804,0.822815954,561.21233151 +405,-1.085413643,0.292154671,387,0.166744804,0.822815954,4526.053759 +406,-0.155321003,0.508207011,387,0.166744804,0.822815954,1591.4562117 +407,0.620529244,-0.301175104,387,0.166744804,0.822815954,4736.2229691 +408,1.684402744,0.368716966,387,0.166744804,0.822815954,5023.7212188 +409,0.300582244,-0.386397212,387,0.166744804,0.822815954,4813.5259645 +410,2.913555946,-0.009225192,387,0.166744804,0.822815954,8944.9628046 +411,1.465101417,0.493232532,387,0.166744804,0.822815954,4109.917535 +412,0.090612882,0.907955955,387,0.166744804,0.822815954,389.64985926 +413,2.987564726,-0.729568594,387,0.166744804,0.822815954,11467.794777 +414,-1.484261606,0.224149272,387,0.166744804,0.822815954,5786.0902522 +415,0.164073421,0.303955133,387,0.166744804,0.822815954,2055.2262085 +416,0.141441293,0.167552546,387,0.166744804,0.822815954,2596.8935061 +417,2.931321023,-0.506718887,387,0.166744804,0.822815954,10737.991024 +418,2.21951565,0.700596356,387,0.166744804,0.822815954,5296.2598917 +419,0.268112576,1.199114336,387,0.166744804,0.822815954,1504.1267546 +420,0.978913739,0.359223811,387,0.166744804,0.822815954,3174.1324173 +421,1.210898818,0.522863584,387,0.166744804,0.822815954,3354.8310482 +422,2.347397336,0.129231362,387,0.166744804,0.822815954,7394.9798816 +423,0.614394501,0.556878345,387,0.166744804,0.822815954,1712.8169434 +424,-1.398079356,0.148483366,387,0.166744804,0.822815954,5775.5035394 +425,2.535303836,-0.112984496,387,0.166744804,0.822815954,8606.9644653 +426,-1.019372593,-0.405322349,387,0.166744804,0.822815954,6437.9095192 +427,-1.297785627,-0.160104069,387,0.166744804,0.822815954,6402.7932298 +428,2.144554488,0.205051084,387,0.166744804,0.822815954,6675.8519701 +429,-2.242387083,-0.426171285,387,0.166744804,0.822815954,9663.0619938 +430,0.338637212,0.909723676,387,0.166744804,0.822815954,558.6193411 +431,-0.148798452,0.691042401,387,0.166744804,0.822815954,1044.1901054 +432,0.893524764,0.441829531,387,0.166744804,0.822815954,2722.5436556 +433,0.969229347,-0.368847936,387,0.166744804,0.822815954,5518.8485728 +434,0.436043248,0.800045688,387,0.166744804,0.822815954,738.66328515 +435,1.687946607,1.081504775,387,0.166744804,0.822815954,3351.4535401 +436,0.522302046,-0.034889271,387,0.166744804,0.822815954,3614.9709861 +437,-0.178996113,-0.438090009,387,0.166744804,0.822815954,5145.157207 +438,-1.094339566,0.301444068,387,0.166744804,0.822815954,4524.2267741 +439,-1.064070054,0.242569932,387,0.166744804,0.822815954,4608.0855338 +440,-1.068153768,0.230387998,387,0.166744804,0.822815954,4653.6407773 +441,-3.00496892,-0.23989155,387,0.166744804,0.822815954,10132.729355 +442,0.21751974,0.766874888,387,0.166744804,0.822815954,262.52196266 +443,0.117229532,0.007619006,387,0.166744804,0.822815954,3233.5290998 +444,0.777758451,0.420554741,387,0.166744804,0.822815954,2496.7030167 +445,-0.252356999,0.250747086,387,0.166744804,0.822815954,2654.2693002 +446,0.363148444,0.768483434,387,0.166744804,0.822815954,584.74884261 +447,0.903191366,-0.118210676,387,0.166744804,0.822815954,4531.4908274 +448,-0.205755923,0.149406178,387,0.166744804,0.822815954,2948.1034621 +449,1.811996086,0.02364353,387,0.166744804,0.822815954,6353.6507169 +450,-1.100670221,0.314845373,387,0.166744804,0.822815954,4504.1040319 +451,0.340078597,0.850105132,387,0.166744804,0.822815954,472.22321658 +452,0.258757267,0.804969236,387,0.166744804,0.822815954,259.99942901 +453,2.78505352,-0.155160804,387,0.166744804,0.822815954,9267.5749464 +454,0.800551619,0.105822106,387,0.166744804,0.822815954,3560.7913998 +455,0.437940882,-0.506194031,387,0.166744804,0.822815954,5352.6709318 +456,2.230431122,0.63458615,387,0.166744804,0.822815954,5523.4935044 +457,0.527965361,0.127667701,387,0.166744804,0.822815954,3012.7358238 +458,-0.063643205,0.702093448,387,0.166744804,0.822815954,813.17202495 +459,1.408447268,0.133010502,387,0.166744804,0.822815954,4952.2024013 +460,0.523795955,0.280266966,387,0.166744804,0.822815954,2446.9843974 +461,-0.975769313,0.072177659,387,0.166744804,0.822815954,4870.4833952 +462,0.549774164,-0.463663986,387,0.166744804,0.822815954,5276.520169 +463,0.29245874,1.095549818,387,0.166744804,0.822815954,1115.8438805 +464,0.143625958,0.816809593,387,0.166744804,0.822815954,66.860953553 +465,0.671902494,0.611159853,387,0.166744804,0.822815954,1711.3512382 +466,1.239840988,0.6724199,387,0.166744804,0.822815954,3091.1235877 +467,0.607829703,-0.10932137,387,0.166744804,0.822815954,4002.7217313 +468,1.763020906,0.263996692,387,0.166744804,0.822815954,5526.9385857 +469,0.378714634,0.726066797,387,0.166744804,0.822815954,710.85123553 +470,2.196736143,-0.153862366,387,0.166744804,0.822815954,7896.3505186 +471,0.01702415,0.148991565,387,0.166744804,0.822815954,2716.4313255 +472,-2.998490902,-0.158002487,387,0.166744804,0.822815954,9809.3172636 +473,-3.051262951,-0.346595608,387,0.166744804,0.822815954,10541.472602 +474,-1.069176439,0.182802941,387,0.166744804,0.822815954,4792.5877546 +475,0.167157509,0.595344954,387,0.166744804,0.822815954,901.01347336 +476,0.613855648,0.681746124,387,0.166744804,0.822815954,1400.3902445 +477,1.037012736,0.682555367,387,0.166744804,0.822815954,2531.5712803 +478,-1.253574971,0.379755746,387,0.166744804,0.822815954,4735.8356914 +479,3.108590453,-0.132620738,387,0.166744804,0.822815954,9627.6205126 +480,0.565301296,0.022333262,387,0.166744804,0.822815954,3455.1940964 +481,0.547898238,0.855555614,387,0.166744804,0.822815954,1013.3364873 +482,0.948309381,0.417393755,387,0.166744804,0.822815954,2930.9149934 +483,-0.050600732,0.945269213,387,0.166744804,0.822815954,728.33150778 +484,-0.977651478,-0.572363064,387,0.166744804,0.822815954,6860.6885809 +485,1.102014914,0.728861163,387,0.166744804,0.822815954,2618.0742244 +486,2.927300795,-0.282939414,387,0.166744804,0.822815954,9968.0022503 +487,-1.154565557,0.124434095,387,0.166744804,0.822815954,5189.8535036 +488,1.855331234,0.291044755,387,0.166744804,0.822815954,5690.4055757 +489,0.830290659,0.276904518,387,0.166744804,0.822815954,3061.7835251 +490,0.485104466,-0.234867441,387,0.166744804,0.822815954,4339.0521234 +491,0.521367572,-0.33161327,387,0.166744804,0.822815954,4744.4101899 +1,-1.539031704,0.7349710123,388,0.417159608,0.965805736,4622.4061796 +2,-1.536990553,0.7349663874,388,0.417159608,0.965805736,4618.9815425 +3,-1.534951779,0.7349571355,388,0.417159608,0.965805736,4615.5717883 +4,-1.532906461,0.7349480293,388,0.417159608,0.965805736,4612.1463696 +5,-1.531320211,0.7346937278,388,0.417159608,0.965805736,4610.2876741 +6,-1.539451648,0.7335131775,388,0.417159608,0.965805736,4627.846461 +7,-1.537429487,0.7335445708,388,0.417159608,0.965805736,4624.3350573 +8,-1.535484998,0.7335658704,388,0.417159608,0.965805736,4620.9836572 +9,-1.533488396,0.7336036027,388,0.417159608,0.965805736,4617.4872207 +10,-1.531497785,0.7335842962,388,0.417159608,0.965805736,4614.1819284 +11,-1.530259379,0.7334777758,388,0.417159608,0.965805736,4612.4296967 +12,-1.5335454,0.7322346912,388,0.417159608,0.965805736,4622.0215101 +13,-1.531489083,0.7322238773,388,0.417159608,0.965805736,4618.5749778 +14,-1.530011122,0.7321679851,388,0.417159608,0.965805736,4616.2510804 +15,-1.53348106,0.7306614094,388,0.417159608,0.965805736,4627.0142924 +16,-1.531441779,0.7306962275,388,0.417159608,0.965805736,4623.4456193 +17,-1.529755654,0.7306933243,388,0.417159608,0.965805736,4620.5946396 +18,-1.533415048,0.7291384674,388,0.417159608,0.965805736,4631.8421274 +19,-1.531392093,0.7291705353,388,0.417159608,0.965805736,4628.3070411 +20,-1.529296523,0.7291214933,388,0.417159608,0.965805736,4624.9074786 +21,-1.535280942,0.727267644,388,0.417159608,0.965805736,4641.0762526 +22,-1.533378158,0.7276139666,388,0.417159608,0.965805736,4636.72552 +23,-1.531340368,0.7276446587,388,0.417159608,0.965805736,4633.1667499 +24,-1.528960113,0.7276398177,388,0.417159608,0.965805736,4629.1367456 +25,-1.533313146,0.7260818349,388,0.417159608,0.965805736,4641.5871057 +26,-1.531259555,0.7260958115,388,0.417159608,0.965805736,4638.0526561 +27,-1.528926415,0.7260865555,388,0.417159608,0.965805736,4634.1135852 +28,-1.531226779,0.7245511789,388,0.417159608,0.965805736,4643.0077119 +29,-1.528904772,0.7245519194,388,0.417159608,0.965805736,4639.0518131 +30,-1.547195875,0.7409785979,388,0.417159608,0.965805736,4616.5869536 +31,-1.5451475,0.740980426,388,0.417159608,0.965805736,4613.1573026 +32,-1.543097679,0.7409798872,388,0.417159608,0.965805736,4609.7287501 +33,-1.540720364,0.7409892687,388,0.417159608,0.965805736,4605.7147405 +34,-1.547188511,0.7395198392,388,0.417159608,0.965805736,4621.3164799 +35,-1.545148587,0.7395226109,388,0.417159608,0.965805736,4617.8950849 +36,-1.543104538,0.7395314908,388,0.417159608,0.965805736,4614.4428183 +37,-1.540727751,0.7395306258,388,0.417159608,0.965805736,4610.4597182 +38,-1.547187029,0.7380014886,388,0.417159608,0.965805736,4626.2507864 +39,-1.545147315,0.7380012252,388,0.417159608,0.965805736,4622.8366992 +40,-1.54310719,0.7380060743,388,0.417159608,0.965805736,4619.40118 +41,-1.540719671,0.7380068206,388,0.417159608,0.965805736,4615.391432 +42,-1.547187189,0.7364799098,388,0.417159608,0.965805736,4631.1996059 +43,-1.545149996,0.7364853874,388,0.417159608,0.965805736,4627.7681807 +44,-1.543106091,0.7364823484,388,0.417159608,0.965805736,4624.3490519 +45,-1.540717158,0.7364893901,388,0.417159608,0.965805736,4620.3130818 +46,-1.538663972,0.7410138672,388,0.417159608,0.965805736,4602.1846759 +47,-1.53695285,0.7409699132,388,0.417159608,0.965805736,4599.4529605 +48,-1.534910498,0.7409641297,388,0.417159608,0.965805736,4596.0373102 +49,-1.533145034,0.7409536636,388,0.417159608,0.965805736,4593.0990934 +50,-1.538681336,0.7395405883,388,0.417159608,0.965805736,4606.9910564 +51,-1.536999189,0.7395183096,388,0.417159608,0.965805736,4604.2355147 +52,-1.534923633,0.7395144222,388,0.417159608,0.965805736,4600.7551207 +53,-1.533267822,0.7395654306,388,0.417159608,0.965805736,4597.8003167 +54,-1.53867273,0.7380151077,388,0.417159608,0.965805736,4611.9243716 +55,-1.536980576,0.7379994392,388,0.417159608,0.965805736,4609.1281511 +56,-1.534931522,0.7379944961,388,0.417159608,0.965805736,4605.6928531 +57,-1.533387952,0.7379480264,388,0.417159608,0.965805736,4603.2407191 +58,-1.538682279,0.7364914363,388,0.417159608,0.965805736,4616.8836548 +59,-1.536980704,0.7364810563,388,0.417159608,0.965805736,4614.0520276 +60,-1.534935567,0.7364752065,388,0.417159608,0.965805736,4610.6233702 +61,-1.533042592,0.7363876366,388,0.417159608,0.965805736,4607.7122564 +62,-1.545143426,0.7349628011,388,0.417159608,0.965805736,4632.7073549 +63,-1.543105297,0.7349691947,388,0.417159608,0.965805736,4629.2643624 +64,-1.541064533,0.7349647152,388,0.417159608,0.965805736,4625.8481502 +65,-1.545411803,0.7334624714,388,0.417159608,0.965805736,4638.0371257 +66,-1.543446606,0.7334780896,388,0.417159608,0.965805736,4634.6844458 +67,-1.541475327,0.7334957295,388,0.417159608,0.965805736,4631.3111852 +68,-1.545401939,0.731963266,388,0.417159608,0.965805736,4642.8975656 +69,-1.54342253,0.7319915583,388,0.417159608,0.965805736,4639.4769919 +70,-1.541455867,0.7320216438,388,0.417159608,0.965805736,4636.0682741 +71,-1.545410146,0.7304422281,388,0.417159608,0.965805736,4647.860643 +72,-1.543435491,0.7304713664,388,0.417159608,0.965805736,4644.4425227 +73,-1.541463105,0.7304997613,388,0.417159608,0.965805736,4641.0268796 +74,-1.545414768,0.7289194936,388,0.417159608,0.965805736,4652.8244793 +75,-1.543435774,0.7289538557,388,0.417159608,0.965805736,4649.3792543 +76,-1.541457714,0.7289765881,388,0.417159608,0.965805736,4645.9696551 +77,-1.539449415,0.7320555866,388,0.417159608,0.965805736,4632.5762051 +78,-1.537429183,0.7321097681,388,0.417159608,0.965805736,4628.9913179 +79,-1.535472649,0.7321497267,388,0.417159608,0.965805736,4625.5564134 +80,-1.539457899,0.7305333307,388,0.417159608,0.965805736,4637.5352784 +81,-1.537453161,0.7305750503,388,0.417159608,0.965805736,4634.0141517 +82,-1.535479385,0.7306124949,388,0.417159608,0.965805736,4630.5554616 +83,-1.53946905,0.7290102593,388,0.417159608,0.965805736,4642.5028002 +84,-1.537459922,0.7290417293,388,0.417159608,0.965805736,4639.0046967 +85,-1.535451349,0.7290890157,388,0.417159608,0.965805736,4635.4523265 +86,-1.535522937,0.7279887191,388,0.417159608,0.965805736,4639.1452976 +87,-1.539442524,0.7274735939,388,0.417159608,0.965805736,4647.4521064 +88,-1.537424111,0.727521351,388,0.417159608,0.965805736,4643.8824479 +89,-1.539384641,0.7259505092,388,0.417159608,0.965805736,4652.3054063 +90,-1.537372391,0.7259947145,388,0.417159608,0.965805736,4648.7547415 +91,-1.535340789,0.7260435356,388,0.417159608,0.965805736,4645.1524307 +92,-1.539325716,0.7244369706,388,0.417159608,0.965805736,4657.1269855 +93,-1.537308932,0.7244801057,388,0.417159608,0.965805736,4653.5691599 +94,-1.535289068,0.7245247645,388,0.417159608,0.965805736,4649.9972991 +95,-1.533261366,0.7245550236,388,0.417159608,0.965805736,4646.4550053 +96,-1.539267302,0.722921924,388,0.417159608,0.965805736,4661.9554033 +97,-1.537248972,0.7229660258,388,0.417159608,0.965805736,4658.3888573 +98,-1.535219431,0.7229916471,388,0.417159608,0.965805736,4654.859444 +99,-1.53318962,0.7230212049,388,0.417159608,0.965805736,4651.3128253 +100,-1.531154816,0.7230299897,388,0.417159608,0.965805736,4647.8211709 +101,-1.528878341,0.7230370244,388,0.417159608,0.965805736,4643.9190923 +102,-1.539218189,0.7214009878,388,0.417159608,0.965805736,4666.8198268 +103,-1.537198791,0.7214422745,388,0.417159608,0.965805736,4663.2576742 +104,-1.535179266,0.7214634354,388,0.417159608,0.965805736,4659.7568348 +105,-1.533156501,0.7214944644,388,0.417159608,0.965805736,4656.2144882 +106,-1.53113574,0.7215166021,388,0.417159608,0.965805736,4652.7005049 +107,-1.528874248,0.7215345535,388,0.417159608,0.965805736,4648.785379 +108,-1.539217656,0.7198512397,388,0.417159608,0.965805736,4671.8615901 +109,-1.537199919,0.7199428763,388,0.417159608,0.965805736,4668.1356074 +110,-1.545425832,0.727397149,388,0.417159608,0.965805736,4657.7991625 +111,-1.543371177,0.7273916949,388,0.417159608,0.965805736,4654.3530853 +112,-1.541368852,0.7274523163,388,0.417159608,0.965805736,4650.7762866 +113,-1.545349067,0.7258710923,388,0.417159608,0.965805736,4662.6391019 +114,-1.54332671,0.7258603556,388,0.417159608,0.965805736,4659.2617069 +115,-1.541346831,0.7259242142,388,0.417159608,0.965805736,4655.7093544 +116,-1.545324355,0.7243383958,388,0.417159608,0.965805736,4667.5895444 +117,-1.543292796,0.7243617413,388,0.417159608,0.965805736,4664.0827491 +118,-1.541295822,0.7244024384,388,0.417159608,0.965805736,4660.5739936 +119,-1.543193859,0.7205570215,388,0.417159608,0.965805736,4676.3057416 +120,-1.550257047,0.7386738187,388,0.417159608,0.965805736,4629.1947653 +121,-1.549335448,0.7311736483,388,0.417159608,0.965805736,4652.0726343 +122,-1.533478843,0.7179891343,388,0.417159608,0.965805736,4668.1523306 +123,-1.556150555,0.738907041,388,0.417159608,0.965805736,4638.2564691 +124,-1.554324226,0.733414257,388,0.417159608,0.965805736,4653.1206236 +125,-1.554290846,0.7288285332,388,0.417159608,0.965805736,4668.0242511 +126,-1.55122487,0.7219795312,388,0.417159608,0.965805736,4685.2289342 +127,-1.525104458,0.7229399862,388,0.417159608,0.965805736,4637.7913522 +128,-1.519607711,0.7236181429,388,0.417159608,0.965805736,4626.1894226 +129,-1.513899999,0.7251107854,388,0.417159608,0.965805736,4611.5731662 +130,-1.536620762,0.7431061895,388,0.417159608,0.965805736,4591.9740325 +131,-1.5369566,0.7460845958,388,0.417159608,0.965805736,4582.8922559 +132,-1.545345528,0.7447040685,388,0.417159608,0.965805736,4601.3962793 +133,-1.532813921,0.7432306626,388,0.417159608,0.965805736,4585.1729017 +134,-1.554788248,0.7382381001,388,0.417159608,0.965805736,4638.16931 +135,-1.540348126,0.7301594274,388,0.417159608,0.965805736,4640.2525067 +136,-1.538016084,0.7239051786,388,0.417159608,0.965805736,4656.6369295 +137,-1.525288962,0.7258085137,388,0.417159608,0.965805736,4628.8153218 +138,-1.534326986,0.731241342,388,0.417159608,0.965805736,4626.5654666 +139,-1.530733872,0.7303625216,388,0.417159608,0.965805736,4623.326472 +141,-1.534354939,0.7328219978,388,0.417159608,0.965805736,4621.4864354 +142,-1.53157084,0.7292888153,388,0.417159608,0.965805736,4628.2268874 +143,-1.525691035,0.7263799874,388,0.417159608,0.965805736,4627.6505366 +144,-1.534031287,0.7495967835,388,0.417159608,0.965805736,4566.6281014 +145,-1.527714986,0.7283095957,388,0.417159608,0.965805736,4624.8485959 +146,-1.526189586,0.7271468292,388,0.417159608,0.965805736,4626.0170995 +147,-1.555177336,0.7375563366,388,0.417159608,0.965805736,4641.039336 +148,-1.555080283,0.7312707794,388,0.417159608,0.965805736,4661.3757862 +149,-1.53856994,0.7224180299,388,0.417159608,0.965805736,4662.4118535 +150,-1.530837883,0.729933372,388,0.417159608,0.965805736,4624.8937885 +151,-1.515066984,0.5854133365,388,0.417159608,0.965805736,5069.5540981 +152,-1.534731633,0.5368370046,388,0.417159608,0.965805736,5266.548944 +153,-1.515231902,0.5607085576,388,0.417159608,0.965805736,5151.3466071 +154,-2.616253799,1.0684566605,388,0.417159608,0.965805736,4379.0434534 +155,-1.956071439,0.5792177723,388,0.417159608,0.965805736,5793.4674881 +156,-1.951208514,0.5602434208,388,0.417159608,0.965805736,5855.9478924 +157,-1.944675062,0.6062144545,388,0.417159608,0.965805736,5680.4910576 +158,-1.613778386,0.6077989518,388,0.417159608,0.965805736,5170.3821306 +159,-2.035029014,0.6021432345,388,0.417159608,0.965805736,5808.4480544 +160,-2.114989471,0.6801825058,388,0.417159608,0.965805736,5606.5716781 +161,-2.037382079,0.5765830025,388,0.417159608,0.965805736,5905.6048657 +162,-2.129855121,0.6585019963,388,0.417159608,0.965805736,5702.7999852 +163,-2.075141798,0.6493615843,388,0.417159608,0.965805736,5679.4129685 +164,-1.828626729,0.6948433129,388,0.417159608,0.965805736,5206.2651014 +165,-1.863329418,0.6735427691,388,0.417159608,0.965805736,5329.5926645 +166,-1.266037071,0.727988852,388,0.417159608,0.965805736,4149.5564826 +167,-1.277579582,0.7249010648,388,0.417159608,0.965805736,4181.0786412 +168,-1.258418684,0.7241194816,388,0.417159608,0.965805736,4146.4334254 +169,-1.317813974,0.6804850104,388,0.417159608,0.965805736,4394.1331024 +170,-1.344165204,0.6790988904,388,0.417159608,0.965805736,4449.0058179 +171,-1.427582102,0.5277120351,388,0.417159608,0.965805736,5092.6747717 +172,-1.402238616,0.457167829,388,0.417159608,0.965805736,5272.1453325 +173,-1.422454264,0.4996161999,388,0.417159608,0.965805736,5174.0957824 +174,-1.439089277,0.4894859811,388,0.417159608,0.965805736,5239.9865024 +175,-1.448126995,0.5182330266,388,0.417159608,0.965805736,5163.5954345 +176,-1.474626146,0.5881926574,388,0.417159608,0.965805736,4985.576519 +177,-1.421139645,0.5584869783,388,0.417159608,0.965805736,4980.2895811 +178,-1.457037165,0.565943032,388,0.417159608,0.965805736,5024.9670252 +179,-2.757159358,0.3745319,388,0.417159608,0.965805736,7133.6179993 +180,-2.714309238,0.342054471,388,0.417159608,0.965805736,7263.3015913 +181,-2.000525337,0.774119946,388,0.417159608,0.965805736,5137.7387585 +183,-1.571413436,0.6777838382,388,0.417159608,0.965805736,4864.5613812 +184,-1.552860289,0.6987663893,388,0.417159608,0.965805736,4763.9235082 +185,-1.521852374,0.7165827476,388,0.417159608,0.965805736,4652.8162161 +186,-1.503656267,0.6928968252,388,0.417159608,0.965805736,4697.9089129 +187,-1.502753178,0.7136205882,388,0.417159608,0.965805736,4629.3774621 +188,-1.631894563,0.7343596465,388,0.417159608,0.965805736,4776.4598778 +189,-1.653765416,0.6770714026,388,0.417159608,0.965805736,5003.6729223 +190,-1.719812114,0.6715965947,388,0.417159608,0.965805736,5126.8108191 +191,-1.493406659,0.6646955447,388,0.417159608,0.965805736,4771.0926347 +192,-1.469120564,0.6613469966,388,0.417159608,0.965805736,4738.1219661 +193,-1.590551461,0.5326612937,388,0.417159608,0.965805736,5382.3842521 +194,-1.625979264,0.5247742243,388,0.417159608,0.965805736,5472.2211334 +195,-1.572293943,0.5238808754,388,0.417159608,0.965805736,5378.8246362 +196,-1.610848725,0.5477107964,388,0.417159608,0.965805736,5367.8260655 +197,-1.208485554,0.7918526018,388,0.417159608,0.965805736,3851.103764 +198,-1.335601374,0.6869083083,388,0.417159608,0.965805736,4408.41949 +199,-1.346156996,0.6825213377,388,0.417159608,0.965805736,4442.1641852 +200,-1.324381037,0.6741422347,388,0.417159608,0.965805736,4426.4141179 +201,-1.242424992,0.7378949807,388,0.417159608,0.965805736,4074.3112943 +202,-1.270370057,0.7392461008,388,0.417159608,0.965805736,4124.1357272 +203,-1.448950472,0.7441675014,388,0.417159608,0.965805736,4437.7360378 +204,-1.492662363,0.7523026852,388,0.417159608,0.965805736,4487.8517245 +205,-1.479098966,0.7763855017,388,0.417159608,0.965805736,4388.1817816 +206,-1.633760714,0.7869022408,388,0.417159608,0.965805736,4604.8780544 +207,-1.647406434,0.8101289331,388,0.417159608,0.965805736,4548.7207892 +208,-1.564245052,0.5701509278,388,0.417159608,0.965805736,5209.4383025 +209,-1.646289963,0.6833746083,388,0.417159608,0.965805736,4970.33468 +210,-1.5820631,0.6751952144,388,0.417159608,0.965805736,4891.2150666 +211,-1.613236298,0.6681681791,388,0.417159608,0.965805736,4967.0096906 +212,-1.914661867,0.8212566515,388,0.417159608,0.965805736,4869.5100507 +213,-1.742133237,0.7250275956,388,0.417159608,0.965805736,4977.0312846 +214,-2.033144872,0.6557314699,388,0.417159608,0.965805736,5608.6495953 +215,-2.039551981,0.6964723658,388,0.417159608,0.965805736,5465.7729775 +216,-1.247341019,0.7622473908,388,0.417159608,0.965805736,4011.6868144 +217,-1.298239787,0.7084123392,388,0.417159608,0.965805736,4270.777241 +218,-1.308539688,0.6926545592,388,0.417159608,0.965805736,4338.7920448 +219,-1.303263185,0.6888938396,388,0.417159608,0.965805736,4340.1485872 +220,-1.852400229,0.6004246149,388,0.417159608,0.965805736,5574.0360167 +221,-1.288947707,0.7473773692,388,0.417159608,0.965805736,4135.1421493 +222,-1.372031502,0.7472790993,388,0.417159608,0.965805736,4290.0306358 +223,-1.289805721,0.7242157877,388,0.417159608,0.965805736,4206.6069099 +224,-1.350807603,0.7533498126,388,0.417159608,0.965805736,4232.514326 +225,-1.329290365,0.7560442322,388,0.417159608,0.965805736,4184.5892135 +226,-1.410153004,0.616936428,388,0.417159608,0.965805736,4771.0508657 +227,-1.393445434,0.6308995063,388,0.417159608,0.965805736,4694.6709862 +228,-1.37595573,0.6241540638,388,0.417159608,0.965805736,4682.5611038 +229,-1.358388707,0.6172645205,388,0.417159608,0.965805736,4670.3537964 +230,-1.753741133,0.8281661666,388,0.417159608,0.965805736,4640.45735 +231,-1.47430987,0.6834615681,388,0.417159608,0.965805736,4676.2716629 +232,-1.421012508,0.7222725206,388,0.417159608,0.965805736,4456.8669143 +233,-1.4476833,0.6978557868,388,0.417159608,0.965805736,4582.3098006 +234,-1.470370723,0.6966193374,388,0.417159608,0.965805736,4626.9765564 +235,-1.429211703,0.7037216883,388,0.417159608,0.965805736,4530.2479688 +236,-1.700578405,0.6178673663,388,0.417159608,0.965805736,5280.7985935 +237,-1.678117619,0.6331716163,388,0.417159608,0.965805736,5192.0699392 +238,-1.725644578,0.6316331145,388,0.417159608,0.965805736,5273.4045693 +239,-2.14012759,0.7930497945,388,0.417159608,0.965805736,5208.1166481 +240,-2.103289431,0.7653606263,388,0.417159608,0.965805736,5277.0294767 +241,-1.318739838,0.7017808746,388,0.417159608,0.965805736,4330.3450288 +242,-1.396417427,0.7077900843,388,0.417159608,0.965805736,4457.467085 +243,-1.35650337,0.7185539404,388,0.417159608,0.965805736,4349.9934802 +244,-1.248884539,0.7274156818,388,0.417159608,0.965805736,4118.0662 +245,-1.395014798,0.5761185243,388,0.417159608,0.965805736,4872.7356311 +246,-1.433377362,0.6064716109,388,0.417159608,0.965805736,4848.7354744 +247,-1.408172432,0.5903155476,388,0.417159608,0.965805736,4852.617478 +248,-1.749645898,0.7757118084,388,0.417159608,0.965805736,4814.0054761 +249,-1.571626686,0.615046989,388,0.417159608,0.965805736,5072.9497874 +250,-1.514070049,0.6303003037,388,0.417159608,0.965805736,4920.2893298 +251,-1.480890369,0.6237966528,388,0.417159608,0.965805736,4881.2081443 +252,-1.704390658,0.5281680612,388,0.417159608,0.965805736,5595.7880194 +253,-1.64434733,0.5254277498,388,0.417159608,0.965805736,5502.2860769 +254,-1.703855997,0.4792484842,388,0.417159608,0.965805736,5763.8656266 +255,-1.692002383,0.5748825051,388,0.417159608,0.965805736,5414.3022623 +256,-1.854136457,0.5544643913,388,0.417159608,0.965805736,5740.080174 +257,-1.665021206,0.520317736,388,0.417159608,0.965805736,5555.6775061 +258,-1.733654349,0.4845187345,388,0.417159608,0.965805736,5796.1406356 +259,-1.720938188,0.5135933906,388,0.417159608,0.965805736,5673.9090434 +260,-1.742668307,0.553296122,388,0.417159608,0.965805736,5571.811556 +261,-1.965659039,0.7142126903,388,0.417159608,0.965805736,5315.2946743 +262,-1.944438071,0.6772834804,388,0.417159608,0.965805736,5422.9037951 +263,-1.270340967,0.7681487096,388,0.417159608,0.965805736,4037.9554186 +264,-1.353091884,0.6549276821,388,0.417159608,0.965805736,4541.5583987 +265,-1.333236659,0.6413584414,388,0.417159608,0.965805736,4545.6169234 +266,-1.352015998,0.6753788907,388,0.417159608,0.965805736,4475.5669925 +267,-1.377988483,0.6577816235,388,0.417159608,0.965805736,4580.150333 +268,-2.13075611,0.8318642051,388,0.417159608,0.965805736,5054.516459 +269,-2.097910953,0.8259670014,388,0.417159608,0.965805736,5046.533497 +270,-1.416382069,0.6694271549,388,0.417159608,0.965805736,4615.4107998 +271,-1.538905672,0.7535625993,388,0.417159608,0.965805736,4561.9478268 +272,-1.572309477,0.7803125099,388,0.417159608,0.965805736,4529.8708109 +273,-1.87759879,0.7503853417,388,0.417159608,0.965805736,5075.7538637 +274,1.152365588,0.590457682,388,0.417159608,0.965805736,2493.3205562 +275,0.350198001,0.718001859,388,0.417159608,0.965805736,996.93554854 +276,0.046513677,0.491503852,388,0.417159608,0.965805736,2155.4241309 +277,0.027510309,0.742571376,388,0.417159608,0.965805736,1334.5347973 +278,0.306285725,-0.214631579,388,0.417159608,0.965805736,4690.316106 +279,-1.100564889,0.318051531,388,0.417159608,0.965805736,5073.5779432 +280,-1.078582306,0.301437596,388,0.417159608,0.965805736,5077.4943725 +281,-1.137371989,-0.617634065,388,0.417159608,0.965805736,8154.5293153 +282,0.784356344,0.703272339,388,0.417159608,0.965805736,1415.5778835 +283,-1.221209947,0.218327455,388,0.417159608,0.965805736,5662.9120186 +284,2.347301921,-0.449114658,388,0.417159608,0.965805736,8468.6443211 +285,0.246820618,0.830553713,388,0.417159608,0.965805736,679.6432641 +286,0.829414965,0.703288228,388,0.417159608,0.965805736,1497.3535678 +287,-1.337537566,0.42332223,388,0.417159608,0.965805736,5249.4469241 +288,0.882453706,0.454478077,388,0.417159608,0.965805736,2429.1727847 +289,1.575629659,0.416419109,388,0.417159608,0.965805736,3957.0530912 +290,-1.039455679,0.229888244,388,0.417159608,0.965805736,5218.9348866 +291,0.489558039,0.934482747,388,0.417159608,0.965805736,207.80744058 +292,0.081344504,0.88384514,388,0.417159608,0.965805736,860.4984605 +293,-1.547979814,0.300350308,388,0.417159608,0.965805736,6084.8116813 +294,0.040776181,0.168560074,388,0.417159608,0.965805736,3369.7582305 +295,-1.130374745,0.563894876,388,0.417159608,0.965805736,4369.5329419 +296,1.578326642,0.478507176,388,0.417159608,0.965805736,3772.0977363 +297,-1.12861823,-0.291640865,388,0.417159608,0.965805736,7112.1632105 +298,0.310524208,0.770885792,388,0.417159608,0.965805736,818.11374083 +299,0.415649091,-0.387246002,388,0.417159608,0.965805736,5359.4403716 +300,-0.926533878,-0.188022748,388,0.417159608,0.965805736,6332.6056543 +301,1.258856172,-0.11716081,388,0.417159608,0.965805736,5097.1538988 +302,-1.126050026,0.322941926,388,0.417159608,0.965805736,5114.6964703 +303,2.002785835,0.07893892,388,0.417159608,0.965805736,5998.1971835 +304,0.440437607,0.746258085,388,0.417159608,0.965805736,871.68350712 +305,-0.030391866,0.214441206,388,0.417159608,0.965805736,3281.4612598 +306,0.521557815,-0.058929362,388,0.417159608,0.965805736,4073.2880425 +307,-0.097005111,0.13317729,388,0.417159608,0.965805736,3672.7824871 +308,1.83113859,0.221857587,388,0.417159608,0.965805736,5148.7418887 +309,0.222428864,0.099404236,388,0.417159608,0.965805736,3487.0922638 +310,-1.702731345,0.8728568183,388,0.417159608,0.965805736,4419.8711724 +311,-0.418507569,0.278324921,388,0.417159608,0.965805736,3708.7700626 +312,-1.41153306,0.339029988,388,0.417159608,0.965805736,5678.5896293 +313,0.357560442,0.114788776,388,0.417159608,0.965805736,3376.1594752 +314,0.325818979,0.268352149,388,0.417159608,0.965805736,2776.6826181 +315,-1.246004659,-0.663679965,388,0.417159608,0.965805736,8519.2157672 +316,1.814603087,0.637404484,388,0.417159608,0.965805736,3827.6343804 +317,1.843704281,-0.18300445,388,0.417159608,0.965805736,6496.6000651 +318,1.690644492,-0.211480909,388,0.417159608,0.965805736,6260.5287957 +319,-1.275451936,0.068109467,388,0.417159608,0.965805736,6273.3166239 +320,0.762430171,-0.207594741,388,0.417159608,0.965805736,4787.9230642 +321,0.265668905,-0.014647884,388,0.417159608,0.965805736,3914.5504134 +322,-2.773032013,-0.335515811,388,0.417159608,0.965805736,9943.0118065 +323,-1.469512853,0.174058777,388,0.417159608,0.965805736,6346.9964008 +324,0.286276986,0.785925691,388,0.417159608,0.965805736,784.97651109 +325,-1.379324697,0.377432233,388,0.417159608,0.965805736,5485.6726824 +326,-1.203778265,0.212813032,388,0.417159608,0.965805736,5642.1088739 +327,0.579916301,0.611743168,388,0.417159608,0.965805736,1471.1327553 +328,0.267582642,0.868113908,388,0.417159608,0.965805736,528.02914562 +329,0.412869244,-0.050245578,388,0.417159608,0.965805736,4024.6036161 +330,0.17524381,0.976660285,388,0.417159608,0.965805736,541.50107497 +331,0.743157214,0.204812899,388,0.417159608,0.965805736,3179.1910604 +332,-1.070758176,0.269382282,388,0.417159608,0.965805736,5162.5077189 +333,-1.230364251,0.329790229,388,0.417159608,0.965805736,5322.5245966 +334,-1.374813124,-0.024926835,388,0.417159608,0.965805736,6799.2360853 +335,0.519780566,0.463669906,388,0.417159608,0.965805736,2010.8747254 +336,-1.55108034,0.239698561,388,0.417159608,0.965805736,6295.5164761 +337,0.180294813,0.029739425,388,0.417159608,0.965805736,3785.2878353 +338,0.67820924,0.268170153,388,0.417159608,0.965805736,2876.005422 +339,0.445798684,1.024001867,388,0.417159608,0.965805736,238.63068934 +340,0.691751283,0.150521402,388,0.417159608,0.965805736,3342.4710258 +341,-1.036643551,-0.903056181,388,0.417159608,0.965805736,8794.3686427 +342,-0.120287036,1.083325163,388,0.417159608,0.965805736,1185.5017712 +343,2.823513113,-0.304487164,388,0.417159608,0.965805736,9019.5374534 +344,0.457583172,1.12513373,388,0.417159608,0.965805736,636.07892906 +345,0.042918831,0.813795399,388,0.417159608,0.965805736,1103.6379658 +346,1.196146777,-0.853142756,388,0.417159608,0.965805736,7652.9548255 +347,0.206001358,-0.010430701,388,0.417159608,0.965805736,3926.9670515 +348,-0.268308653,0.234799412,388,0.417159608,0.965805736,3575.258766 +349,0.759363263,0.736189579,388,0.417159608,0.965805736,1266.5023495 +350,0.181363926,0.891988372,388,0.417159608,0.965805736,629.56898785 +351,-0.021111158,0.139103292,388,0.417159608,0.965805736,3552.4453096 +352,-0.093355215,0.630686981,388,0.417159608,0.965805736,1911.4840973 +353,0.40118964,0.681375926,388,0.417159608,0.965805736,1127.4213601 +354,-0.721197315,1.304706234,388,0.417159608,0.965805736,2150.2340883 +355,-1.076150317,0.212107639,388,0.417159608,0.965805736,5358.7610134 +356,-1.577164531,0.273993443,388,0.417159608,0.965805736,6231.7257193 +357,-0.190788414,0.182208586,388,0.417159608,0.965805736,3632.4688506 +358,-0.261349752,0.209710184,388,0.417159608,0.965805736,3651.6510478 +359,-1.029303852,0.083549259,388,0.417159608,0.965805736,5669.8497331 +360,-1.268609162,0.330525297,388,0.417159608,0.965805736,5403.226687 +361,1.282982244,-0.926641967,388,0.417159608,0.965805736,8010.4864051 +362,0.217352334,0.731352408,388,0.417159608,0.965805736,1062.7846481 +363,-1.511833084,0.258629297,388,0.417159608,0.965805736,6152.224871 +364,0.338812194,0.823184618,388,0.417159608,0.965805736,597.07040113 +365,-0.324406489,1.134201999,388,0.417159608,0.965805736,1567.6237078 +366,1.389579348,0.399185724,388,0.417159608,0.965805736,3598.8469966 +367,2.047152199,-0.039082036,388,0.417159608,0.965805736,6482.5871581 +368,0.947780369,0.568250077,388,0.417159608,0.965805736,2151.353063 +369,0.763824846,0.576754987,388,0.417159608,0.965805736,1814.4112124 +370,-0.142334657,0.928153068,388,0.417159608,0.965805736,1291.4485247 +371,0.610266567,0.547265983,388,0.417159608,0.965805736,1743.7314576 +372,0.210731629,0.746815056,388,0.417159608,0.965805736,1016.4332049 +373,-1.34931644,0.316895224,388,0.417159608,0.965805736,5620.5969686 +374,2.407696481,0.655030745,388,0.417159608,0.965805736,4943.2050147 +375,0.64207831,0.545359131,388,0.417159608,0.965805736,1780.5179469 +376,1.174597538,0.840588356,388,0.417159608,0.965805736,1888.7656673 +377,0.660059424,0.010604079,388,0.417159608,0.965805736,3863.9797796 +378,-0.730263819,0.010486456,388,0.417159608,0.965805736,5252.6155417 +379,0.831068936,0.512339172,388,0.417159608,0.965805736,2143.8361821 +380,1.301180979,0.72367476,388,0.417159608,0.965805736,2449.1509303 +381,1.811128231,0.322854402,388,0.417159608,0.965805736,4780.8620985 +382,0.435105812,0.992284428,388,0.417159608,0.965805736,112.12415013 +383,0.62643634,0.592027932,388,0.417159608,0.965805736,1588.5029506 +384,0.492988703,-0.516339467,388,0.417159608,0.965805736,5876.4288638 +385,-0.162469483,0.112549365,388,0.417159608,0.965805736,3842.5328653 +386,0.314630866,0.472006421,388,0.417159608,0.965805736,1978.0558517 +387,0.166744804,0.822815954,388,0.417159608,0.965805736,837.53493504 +388,0.417159608,0.965805736,388,0.417159608,0.965805736,0 +389,0.106334961,0.868774244,388,0.417159608,0.965805736,838.13728715 +390,0.815086969,-0.338144359,388,0.417159608,0.965805736,5336.1362065 +391,0.59867455,-0.230624824,388,0.417159608,0.965805736,4777.7003985 +392,1.915104874,0.066220985,388,0.417159608,0.965805736,5842.1385168 +393,1.278093622,0.064463721,388,0.417159608,0.965805736,4492.4279434 +394,-0.061477853,0.302997961,388,0.417159608,0.965805736,2996.3715549 +395,0.251311504,0.626976942,388,0.417159608,0.965805736,1415.4884869 +396,2.950242872,0.149095644,388,0.417159608,0.965805736,7593.1470993 +397,-0.180294708,0.35375117,388,0.417159608,0.965805736,3003.4031756 +398,1.010448592,-0.351180233,388,0.417159608,0.965805736,5586.1119307 +399,-1.748740498,0.3686318073,388,0.417159608,0.965805736,6226.0414207 +400,2.699635665,0.123533791,388,0.417159608,0.965805736,7293.6379058 +401,0.496808033,0.823843254,388,0.417159608,0.965805736,595.62921038 +402,0.129574704,0.763364087,388,0.417159608,0.965805736,1085.2264642 +403,1.798920311,0.817447563,388,0.417159608,0.965805736,3297.4152157 +404,0.335987953,0.746786541,388,0.417159608,0.965805736,892.24359086 +405,-1.085413643,0.292154671,388,0.417159608,0.965805736,5122.4481472 +406,-0.155321003,0.508207011,388,0.417159608,0.965805736,2428.3100072 +407,0.620529244,-0.301175104,388,0.417159608,0.965805736,5064.8927092 +408,1.684402744,0.368716966,388,0.417159608,0.965805736,4350.7285768 +409,0.300582244,-0.386397212,388,0.417159608,0.965805736,5370.5789182 +410,2.913555946,-0.009225192,388,0.417159608,0.965805736,8124.1576881 +411,1.465101417,0.493232532,388,0.417159608,0.965805736,3473.1007422 +412,0.090612882,0.907955955,388,0.417159608,0.965805736,796.85708797 +413,2.987564726,-0.729568594,388,0.417159608,0.965805736,10702.593263 +414,-1.484261606,0.224149272,388,0.417159608,0.965805736,6210.8081794 +415,0.164073421,0.303955133,388,0.417159608,0.965805736,2731.0814606 +416,0.141441293,0.167552546,388,0.417159608,0.965805736,3277.4091192 +417,2.931321023,-0.506718887,388,0.417159608,0.965805736,9906.4738039 +418,2.21951565,0.700596356,388,0.417159608,0.965805736,4459.2405995 +419,0.268112576,1.199114336,388,0.417159608,0.965805736,962.58655354 +420,0.978913739,0.359223811,388,0.417159608,0.965805736,2923.4550738 +421,1.210898818,0.522863584,388,0.417159608,0.965805736,2825.1268582 +422,2.347397336,0.129231362,388,0.417159608,0.965805736,6588.4185321 +423,0.614394501,0.556878345,388,0.417159608,0.965805736,1710.6144635 +424,-1.398079356,0.148483366,388,0.417159608,0.965805736,6279.1722462 +425,2.535303836,-0.112984496,388,0.417159608,0.965805736,7795.2401023 +426,-1.019372593,-0.405322349,388,0.417159608,0.965805736,7240.6444567 +427,-1.297785627,-0.160104069,388,0.417159608,0.965805736,7067.1923209 +428,2.144554488,0.205051084,388,0.417159608,0.965805736,5902.1922701 +429,-2.242387083,-0.426171285,388,0.417159608,0.965805736,9887.5756778 +430,0.338637212,0.909723676,388,0.417159608,0.965805736,288.32866799 +431,-0.148798452,0.691042401,388,0.417159608,0.965805736,1838.9440493 +432,0.893524764,0.441829531,388,0.417159608,0.965805736,2491.6022396 +433,0.969229347,-0.368847936,388,0.417159608,0.965805736,5604.9097723 +434,0.436043248,0.800045688,388,0.417159608,0.965805736,658.2692785 +435,1.687946607,1.081504775,388,0.417159608,0.965805736,2515.7220877 +436,0.522302046,-0.034889271,388,0.417159608,0.965805736,3978.5045926 +437,-0.178996113,-0.438090009,388,0.417159608,0.965805736,5915.5049946 +438,-1.094339566,0.301444068,388,0.417159608,0.965805736,5112.7111506 +439,-1.064070054,0.242569932,388,0.417159608,0.965805736,5233.5352459 +440,-1.068153768,0.230387998,388,0.417159608,0.965805736,5281.8920104 +441,-3.00496892,-0.23989155,388,0.417159608,0.965805736,9441.8886739 +442,0.21751974,0.766874888,388,0.417159608,0.965805736,937.11484188 +443,0.117229532,0.007619006,388,0.417159608,0.965805736,3917.0081327 +444,0.777758451,0.420554741,388,0.417159608,0.965805736,2402.6419731 +445,-0.252356999,0.250747086,388,0.417159608,0.965805736,3491.013255 +446,0.363148444,0.768483434,388,0.417159608,0.965805736,793.55137454 +447,0.903191366,-0.118210676,388,0.417159608,0.965805736,4581.6296169 +448,-0.205755923,0.149406178,388,0.417159608,0.965805736,3774.9488505 +449,1.811996086,0.02364353,388,0.417159608,0.965805736,5749.5268646 +450,-1.100670221,0.314845373,388,0.417159608,0.965805736,5084.0436801 +451,0.340078597,0.850105132,388,0.417159608,0.965805736,495.06003334 +452,0.258757267,0.804969236,388,0.417159608,0.965805736,749.35351705 +453,2.78505352,-0.155160804,388,0.417159608,0.965805736,8430.1959617 +454,0.800551619,0.105822106,388,0.417159608,0.965805736,3616.315665 +455,0.437940882,-0.506194031,388,0.417159608,0.965805736,5831.0185972 +456,2.230431122,0.63458615,388,0.417159608,0.965805736,4688.0264849 +457,0.527965361,0.127667701,388,0.417159608,0.965805736,3338.2599363 +458,-0.063643205,0.702093448,388,0.417159608,0.965805736,1633.1695826 +459,1.408447268,0.133010502,388,0.417159608,0.965805736,4514.7052851 +460,0.523795955,0.280266966,388,0.417159608,0.965805736,2734.7856756 +461,-0.975769313,0.072177659,388,0.417159608,0.965805736,5586.6989183 +462,0.549774164,-0.463663986,388,0.417159608,0.965805736,5679.99447 +463,0.29245874,1.095549818,388,0.417159608,0.965805736,572.46792721 +464,0.143625958,0.816809593,388,0.417159608,0.965805736,897.38769102 +465,0.671902494,0.611159853,388,0.417159608,0.965805736,1567.2618674 +466,1.239840988,0.6724199,388,0.417159608,0.965805736,2448.147496 +467,0.607829703,-0.10932137,388,0.417159608,0.965805736,4304.5709268 +468,1.763020906,0.263996692,388,0.417159608,0.965805736,4860.0467759 +469,0.378714634,0.726066797,388,0.417159608,0.965805736,954.83428545 +470,2.196736143,-0.153862366,388,0.417159608,0.965805736,7192.3248489 +471,0.01702415,0.148991565,388,0.417159608,0.965805736,3470.4089511 +472,-2.998490902,-0.158002487,388,0.417159608,0.965805736,9130.8012061 +473,-3.051262951,-0.346595608,388,0.417159608,0.965805736,9804.0346007 +474,-1.069176439,0.182802941,388,0.417159608,0.965805736,5437.6762157 +475,0.167157509,0.595344954,388,0.417159608,0.965805736,1620.0274152 +476,0.613855648,0.681746124,388,0.417159608,0.965805736,1239.8447154 +477,1.037012736,0.682555367,388,0.417159608,0.965805736,1976.6489036 +478,-1.253574971,0.379755746,388,0.417159608,0.965805736,5212.0740969 +479,3.108590453,-0.132620738,388,0.417159608,0.965805736,8852.4633359 +480,0.565301296,0.022333262,388,0.417159608,0.965805736,3767.4808124 +481,0.547898238,0.855555614,388,0.417159608,0.965805736,539.30243584 +482,0.948309381,0.417393755,388,0.417159608,0.965805736,2667.2419457 +483,-0.050600732,0.945269213,388,0.417159608,0.965805736,1065.8199618 +484,-0.977651478,-0.572363064,388,0.417159608,0.965805736,7688.1940373 +485,1.102014914,0.728861163,388,0.417159608,0.965805736,1990.2878508 +486,2.927300795,-0.282939414,388,0.417159608,0.965805736,9132.5582038 +487,-1.154565557,0.124434095,388,0.417159608,0.965805736,5818.9508908 +488,1.855331234,0.291044755,388,0.417159608,0.965805736,4981.4907619 +489,0.830290659,0.276904518,388,0.417159608,0.965805736,3004.1369319 +490,0.485104466,-0.234867441,388,0.417159608,0.965805736,4761.2876192 +491,0.521367572,-0.33161327,388,0.417159608,0.965805736,5151.072488 +1,-1.539031704,0.7349710123,389,0.106334961,0.868774244,4255.4646022 +2,-1.536990553,0.7349663874,389,0.106334961,0.868774244,4251.0826729 +3,-1.534951779,0.7349571355,389,0.106334961,0.868774244,4246.7150017 +4,-1.532906461,0.7349480293,389,0.106334961,0.868774244,4242.3294938 +5,-1.531320211,0.7346937278,389,0.106334961,0.868774244,4239.5906593 +6,-1.539451648,0.7335131775,389,0.106334961,0.868774244,4260.3020097 +7,-1.537429487,0.7335445708,389,0.106334961,0.868774244,4255.8611403 +8,-1.535484998,0.7335658704,389,0.106334961,0.868774244,4251.6118783 +9,-1.533488396,0.7336036027,389,0.106334961,0.868774244,4247.2030158 +10,-1.531497785,0.7335842962,389,0.106334961,0.868774244,4242.9575522 +11,-1.530259379,0.7334777758,389,0.106334961,0.868774244,4240.5688279 +12,-1.5335454,0.7322346912,389,0.106334961,0.868774244,4251.0126206 +13,-1.531489083,0.7322238773,389,0.106334961,0.868774244,4246.5992965 +14,-1.530011122,0.7321679851,389,0.106334961,0.868774244,4243.5546048 +15,-1.53348106,0.7306614094,389,0.106334961,0.868774244,4255.1132052 +16,-1.531441779,0.7306962275,389,0.106334961,0.868774244,4250.6100523 +17,-1.529755654,0.7306933243,389,0.106334961,0.868774244,4246.9696848 +18,-1.533415048,0.7291384674,389,0.106334961,0.868774244,4259.0770088 +19,-1.531392093,0.7291705353,389,0.106334961,0.868774244,4254.6129117 +20,-1.529296523,0.7291214933,389,0.106334961,0.868774244,4250.2068306 +21,-1.535280942,0.727267644,389,0.106334961,0.868774244,4268.1640668 +22,-1.533378158,0.7276139666,389,0.106334961,0.868774244,4263.1104976 +23,-1.531340368,0.7276446587,389,0.106334961,0.868774244,4258.6143603 +24,-1.528960113,0.7276398177,389,0.106334961,0.868774244,4253.4682821 +25,-1.533313146,0.7260818349,389,0.106334961,0.868774244,4267.1061957 +26,-1.531259555,0.7260958115,389,0.106334961,0.868774244,4262.6172116 +27,-1.528926415,0.7260865555,389,0.106334961,0.868774244,4257.5809762 +28,-1.531226779,0.7245511789,389,0.106334961,0.868774244,4266.7153917 +29,-1.528904772,0.7245519194,389,0.106334961,0.868774244,4261.6722667 +30,-1.547195875,0.7409785979,389,0.106334961,0.868774244,4256.7695472 +31,-1.5451475,0.740980426,389,0.106334961,0.868774244,4252.3822695 +32,-1.543097679,0.7409798872,389,0.106334961,0.868774244,4247.9949224 +33,-1.540720364,0.7409892687,389,0.106334961,0.868774244,4242.8754755 +34,-1.547188511,0.7395198392,389,0.106334961,0.868774244,4260.6930301 +35,-1.545148587,0.7395226109,389,0.106334961,0.868774244,4256.3178086 +36,-1.543104538,0.7395314908,389,0.106334961,0.868774244,4251.9139593 +37,-1.540727751,0.7395306258,389,0.106334961,0.868774244,4246.819234 +38,-1.547187029,0.7380014886,389,0.106334961,0.868774244,4264.7925962 +39,-1.545147315,0.7380012252,389,0.106334961,0.868774244,4260.4224153 +40,-1.54310719,0.7380060743,389,0.106334961,0.868774244,4256.0342287 +41,-1.540719671,0.7380068206,389,0.106334961,0.868774244,4250.9079123 +42,-1.547187189,0.7364799098,389,0.106334961,0.868774244,4268.907035 +43,-1.545149996,0.7364853874,389,0.106334961,0.868774244,4264.5231536 +44,-1.543106091,0.7364823484,389,0.106334961,0.868774244,4260.144563 +45,-1.540717158,0.7364893901,389,0.106334961,0.868774244,4254.9940136 +46,-1.538663972,0.7410138672,389,0.106334961,0.868774244,4238.3991992 +47,-1.53695285,0.7409699132,389,0.106334961,0.868774244,4234.8451597 +48,-1.534910498,0.7409641297,389,0.106334961,0.868774244,4230.4745332 +49,-1.533145034,0.7409536636,389,0.106334961,0.868774244,4226.7084268 +50,-1.538681336,0.7395405883,389,0.106334961,0.868774244,4242.4002452 +51,-1.536999189,0.7395183096,389,0.106334961,0.868774244,4238.8473322 +52,-1.534923633,0.7395144222,389,0.106334961,0.868774244,4234.3968556 +53,-1.533267822,0.7395654306,389,0.106334961,0.868774244,4230.6986632 +54,-1.53867273,0.7380151077,389,0.106334961,0.868774244,4246.4886551 +55,-1.536980576,0.7379994392,389,0.106334961,0.868774244,4242.8934865 +56,-1.534931522,0.7379944961,389,0.106334961,0.868774244,4238.4991975 +57,-1.533387952,0.7379480264,389,0.106334961,0.868774244,4235.3015904 +58,-1.538682279,0.7364914363,389,0.106334961,0.868774244,4250.6139033 +59,-1.536980704,0.7364810563,389,0.106334961,0.868774244,4246.9812776 +60,-1.534935567,0.7364752065,389,0.106334961,0.868774244,4242.5942776 +61,-1.533042592,0.7363876366,389,0.106334961,0.868774244,4238.7515712 +62,-1.545143426,0.7349628011,389,0.106334961,0.868774244,4268.6249077 +63,-1.543105297,0.7349691947,389,0.106334961,0.868774244,4264.2296472 +64,-1.541064533,0.7349647152,389,0.106334961,0.868774244,4259.8547854 +65,-1.545411803,0.7334624714,389,0.106334961,0.868774244,4273.2598727 +66,-1.543446606,0.7334780896,389,0.106334961,0.868774244,4268.9934008 +67,-1.541475327,0.7334957295,389,0.106334961,0.868774244,4264.7053733 +68,-1.545401939,0.731963266,389,0.106334961,0.868774244,4277.296892 +69,-1.54342253,0.7319915583,389,0.106334961,0.868774244,4272.9621238 +70,-1.541455867,0.7320216438,389,0.106334961,0.868774244,4268.6469627 +71,-1.545410146,0.7304422281,389,0.106334961,0.868774244,4281.4344595 +72,-1.543435491,0.7304713664,389,0.106334961,0.868774244,4277.1041587 +73,-1.541463105,0.7304997613,389,0.106334961,0.868774244,4272.7777859 +74,-1.545414768,0.7289194936,389,0.106334961,0.868774244,4285.5715313 +75,-1.543435774,0.7289538557,389,0.106334961,0.868774244,4281.2142555 +76,-1.541457714,0.7289765881,389,0.106334961,0.868774244,4276.8875089 +77,-1.539449415,0.7320555866,389,0.106334961,0.868774244,4264.2326971 +78,-1.537429183,0.7321097681,389,0.106334961,0.868774244,4259.7310602 +79,-1.535472649,0.7321497267,389,0.106334961,0.868774244,4255.4022618 +80,-1.539457899,0.7305333307,389,0.106334961,0.868774244,4268.3636766 +81,-1.537453161,0.7305750503,389,0.106334961,0.868774244,4263.9255352 +82,-1.535479385,0.7306124949,389,0.106334961,0.868774244,4259.5628135 +83,-1.53946905,0.7290102593,389,0.106334961,0.868774244,4272.5052837 +84,-1.537459922,0.7290417293,389,0.106334961,0.868774244,4268.0818201 +85,-1.535451349,0.7290890157,389,0.106334961,0.868774244,4263.6138097 +86,-1.535522937,0.7279887191,389,0.106334961,0.868774244,4266.7397647 +87,-1.539442524,0.7274735939,389,0.106334961,0.868774244,4276.6049521 +88,-1.537424111,0.727521351,389,0.106334961,0.868774244,4272.1137784 +89,-1.539384641,0.7259505092,389,0.106334961,0.868774244,4280.6026265 +90,-1.537372391,0.7259947145,389,0.106334961,0.868774244,4276.1307427 +91,-1.535340789,0.7260435356,389,0.106334961,0.868774244,4271.6014854 +92,-1.539325716,0.7244369706,389,0.106334961,0.868774244,4284.5745905 +93,-1.537308932,0.7244801057,389,0.106334961,0.868774244,4280.0921841 +94,-1.535289068,0.7245247645,389,0.106334961,0.868774244,4275.5959675 +95,-1.533261366,0.7245550236,389,0.106334961,0.868774244,4271.1186549 +96,-1.539267302,0.722921924,389,0.106334961,0.868774244,4288.5541169 +97,-1.537248972,0.7229660258,389,0.106334961,0.868774244,4284.0621404 +98,-1.535219431,0.7229916471,389,0.106334961,0.868774244,4279.5928484 +99,-1.53318962,0.7230212049,389,0.106334961,0.868774244,4275.1092017 +100,-1.531154816,0.7230299897,389,0.106334961,0.868774244,4270.6677307 +101,-1.528878341,0.7230370244,389,0.106334961,0.868774244,4265.7024892 +102,-1.539218189,0.7214009878,389,0.106334961,0.868774244,4292.5721433 +103,-1.537198791,0.7214422745,389,0.106334961,0.868774244,4288.0818834 +104,-1.535179266,0.7214634354,389,0.106334961,0.868774244,4283.6428211 +105,-1.533156501,0.7214944644,389,0.106334961,0.868774244,4279.1669094 +106,-1.53113574,0.7215166021,389,0.106334961,0.868774244,4274.7163164 +107,-1.528874248,0.7215345535,389,0.106334961,0.868774244,4269.750282 +108,-1.539217656,0.7198512397,389,0.106334961,0.868774244,4296.7761529 +109,-1.537199919,0.7199428763,389,0.106334961,0.868774244,4292.1493796 +110,-1.545425832,0.727397149,389,0.106334961,0.868774244,4289.7240481 +111,-1.543371177,0.7273916949,389,0.106334961,0.868774244,4285.3080082 +112,-1.541368852,0.7274523163,389,0.106334961,0.868774244,4280.8226126 +113,-1.545349067,0.7258710923,389,0.106334961,0.868774244,4293.6997787 +114,-1.54332671,0.7258603556,389,0.106334961,0.868774244,4289.3641307 +115,-1.541346831,0.7259242142,389,0.106334961,0.868774244,4284.9148126 +116,-1.545324355,0.7243383958,389,0.106334961,0.868774244,4297.8082594 +117,-1.543292796,0.7243617413,389,0.106334961,0.868774244,4293.3567068 +118,-1.541295822,0.7244024384,389,0.106334961,0.868774244,4288.9297177 +119,-1.543193859,0.7205570215,389,0.106334961,0.868774244,4303.4760552 +120,-1.550257047,0.7386738187,389,0.106334961,0.868774244,4269.5456046 +121,-1.549335448,0.7311736483,389,0.106334961,0.868774244,4287.8916037 +122,-1.533478843,0.7179891343,389,0.106334961,0.868774244,4289.3595444 +123,-1.556150555,0.738907041,389,0.106334961,0.868774244,4281.5042138 +124,-1.554324226,0.733414257,389,0.106334961,0.868774244,4292.5095074 +125,-1.554290846,0.7288285332,389,0.106334961,0.868774244,4304.9060737 +126,-1.55122487,0.7219795312,389,0.106334961,0.868774244,4316.9606815 +127,-1.525104458,0.7229399862,389,0.106334961,0.868774244,4257.7553363 +128,-1.519607711,0.7236181429,389,0.106334961,0.868774244,4243.9555553 +129,-1.513899999,0.7251107854,389,0.106334961,0.868774244,4227.4973535 +130,-1.536620762,0.7431061895,389,0.106334961,0.868774244,4228.3941697 +131,-1.5369566,0.7460845958,389,0.106334961,0.868774244,4221.1221843 +132,-1.545345528,0.7447040685,389,0.106334961,0.868774244,4242.7699061 +133,-1.532813921,0.7432306626,389,0.106334961,0.868774244,4219.890807 +134,-1.554788248,0.7382381001,389,0.106334961,0.868774244,4280.4101692 +135,-1.540348126,0.7301594274,389,0.106334961,0.868774244,4271.2943988 +136,-1.538016084,0.7239051786,389,0.106334961,0.868774244,4283.1802249 +137,-1.525288962,0.7258085137,389,0.106334961,0.868774244,4250.4302802 +138,-1.534326986,0.731241342,389,0.106334961,0.868774244,4255.3776822 +139,-1.530733872,0.7303625216,389,0.106334961,0.868774244,4249.9772123 +141,-1.534354939,0.7328219978,389,0.106334961,0.868774244,4251.1781452 +142,-1.53157084,0.7292888153,389,0.106334961,0.868774244,4254.6810668 +143,-1.525691035,0.7263799874,389,0.106334961,0.868774244,4249.7656163 +144,-1.534031287,0.7495967835,389,0.106334961,0.868774244,4205.4574461 +145,-1.527714986,0.7283095957,389,0.106334961,0.868774244,4248.9645799 +146,-1.526189586,0.7271468292,389,0.106334961,0.868774244,4248.7843442 +147,-1.555177336,0.7375563366,389,0.106334961,0.868774244,4283.0902697 +148,-1.555080283,0.7312707794,389,0.106334961,0.868774244,4299.9554023 +149,-1.53856994,0.7224180299,389,0.106334961,0.868774244,4288.4094889 +150,-1.530837883,0.729933372,389,0.106334961,0.868774244,4251.3580652 +151,-1.515066984,0.5854133365,389,0.106334961,0.868774244,4614.9454652 +152,-1.534731633,0.5368370046,389,0.106334961,0.868774244,4799.128833 +153,-1.515231902,0.5607085576,389,0.106334961,0.868774244,4685.2802262 +154,-2.616253799,1.0684566605,389,0.106334961,0.868774244,4655.7108972 +155,-1.956071439,0.5792177723,389,0.106334961,0.868774244,5574.0777361 +156,-1.951208514,0.5602434208,389,0.106334961,0.868774244,5626.0947068 +157,-1.944675062,0.6062144545,389,0.106334961,0.868774244,5465.2580741 +158,-1.613778386,0.6077989518,389,0.106334961,0.868774244,4775.2374378 +159,-2.035029014,0.6021432345,389,0.106334961,0.868774244,5645.4058459 +160,-2.114989471,0.6801825058,389,0.106334961,0.868774244,5520.4592701 +161,-2.037382079,0.5765830025,389,0.106334961,0.868774244,5734.3395919 +162,-2.129855121,0.6585019963,389,0.106334961,0.868774244,5617.8351242 +163,-2.075141798,0.6493615843,389,0.106334961,0.868774244,5558.2694685 +164,-1.828626729,0.6948433129,389,0.106334961,0.868774244,4964.315274 +165,-1.863329418,0.6735427691,389,0.106334961,0.868774244,5096.8446753 +166,-1.266037071,0.727988852,389,0.106334961,0.868774244,3657.8281046 +167,-1.277579582,0.7249010648,389,0.106334961,0.868774244,3692.3629513 +168,-1.258418684,0.7241194816,389,0.106334961,0.868774244,3649.2413464 +169,-1.317813974,0.6804850104,389,0.106334961,0.868774244,3897.4222573 +170,-1.344165204,0.6790988904,389,0.106334961,0.868774244,3963.0135066 +171,-1.427582102,0.5277120351,389,0.106334961,0.868774244,4570.0267033 +172,-1.402238616,0.457167829,389,0.106334961,0.868774244,4707.5984878 +173,-1.422454264,0.4996161999,389,0.106334961,0.868774244,4636.7161445 +174,-1.439089277,0.4894859811,389,0.106334961,0.868774244,4705.9353366 +175,-1.448126995,0.5182330266,389,0.106334961,0.868774244,4646.2939625 +176,-1.474626146,0.5881926574,389,0.106334961,0.868774244,4512.923748 +177,-1.421139645,0.5584869783,389,0.106334961,0.868774244,4468.6599796 +178,-1.457037165,0.565943032,389,0.106334961,0.868774244,4533.5230752 +179,-2.757159358,0.3745319,389,0.106334961,0.868774244,7422.9038078 +180,-2.714309238,0.342054471,389,0.106334961,0.868774244,7517.0707015 +181,-2.000525337,0.774119946,389,0.106334961,0.868774244,5023.5835571 +183,-1.571413436,0.6777838382,389,0.106334961,0.868774244,4482.7882826 +184,-1.552860289,0.6987663893,389,0.106334961,0.868774244,4384.082868 +185,-1.521852374,0.7165827476,389,0.106334961,0.868774244,4267.8055819 +186,-1.503656267,0.6928968252,389,0.106334961,0.868774244,4291.6694059 +187,-1.502753178,0.7136205882,389,0.106334961,0.868774244,4233.8457225 +188,-1.631894563,0.7343596465,389,0.106334961,0.868774244,4453.494412 +189,-1.653765416,0.6770714026,389,0.106334961,0.868774244,4662.2763371 +190,-1.719812114,0.6715965947,389,0.106334961,0.868774244,4816.5138353 +191,-1.493406659,0.6646955447,389,0.106334961,0.868774244,4345.2745211 +192,-1.469120564,0.6613469966,389,0.106334961,0.868774244,4299.1944607 +193,-1.590551461,0.5326612937,389,0.106334961,0.868774244,4940.9549974 +194,-1.625979264,0.5247742243,389,0.106334961,0.868774244,5045.4326116 +195,-1.572293943,0.5238808754,389,0.106334961,0.868774244,4924.2778206 +196,-1.610848725,0.5477107964,389,0.106334961,0.868774244,4943.4731233 +197,-1.208485554,0.7918526018,389,0.106334961,0.868774244,3376.031022 +198,-1.335601374,0.6869083083,389,0.106334961,0.868774244,3922.949794 +199,-1.346156996,0.6825213377,389,0.106334961,0.868774244,3958.9056637 +200,-1.324381037,0.6741422347,389,0.106334961,0.868774244,3929.1042056 +201,-1.242424992,0.7378949807,389,0.106334961,0.868774244,3578.7164896 +202,-1.270370057,0.7392461008,389,0.106334961,0.868774244,3640.9341991 +203,-1.448950472,0.7441675014,389,0.106334961,0.868774244,4034.6762142 +204,-1.492662363,0.7523026852,389,0.106334961,0.868774244,4109.2020249 +205,-1.479098966,0.7763855017,389,0.106334961,0.868774244,4017.3763379 +206,-1.633760714,0.7869022408,389,0.106334961,0.868774244,4311.199462 +207,-1.647406434,0.8101289331,389,0.106334961,0.868774244,4274.4295626 +208,-1.564245052,0.5701509278,389,0.106334961,0.868774244,4771.8194012 +209,-1.646289963,0.6833746083,389,0.106334961,0.868774244,4628.3201971 +210,-1.5820631,0.6751952144,389,0.106334961,0.868774244,4513.3104292 +211,-1.613236298,0.6681681791,389,0.106334961,0.868774244,4600.918376 +212,-1.914661867,0.8212566515,389,0.106334961,0.868774244,4731.4714066 +213,-1.742133237,0.7250275956,389,0.106334961,0.868774244,4704.2302107 +214,-2.033144872,0.6557314699,389,0.106334961,0.868774244,5465.0335712 +215,-2.039551981,0.6964723658,389,0.106334961,0.868774244,5341.7588465 +216,-1.247341019,0.7622473908,389,0.106334961,0.868774244,3533.1138229 +217,-1.298239787,0.7084123392,389,0.106334961,0.868774244,3781.2523834 +218,-1.308539688,0.6926545592,389,0.106334961,0.868774244,3844.7920446 +219,-1.303263185,0.6888938396,389,0.106334961,0.868774244,3841.794229 +220,-1.852400229,0.6004246149,389,0.106334961,0.868774244,5303.3194173 +221,-1.288947707,0.7473773692,389,0.106334961,0.868774244,3664.6121476 +222,-1.372031502,0.7472790993,389,0.106334961,0.868774244,3854.8492458 +223,-1.289805721,0.7242157877,389,0.106334961,0.868774244,3722.6392072 +224,-1.350807603,0.7533498126,389,0.106334961,0.868774244,3791.7977228 +225,-1.329290365,0.7560442322,389,0.106334961,0.868774244,3736.3214032 +226,-1.410153004,0.616936428,389,0.106334961,0.868774244,4282.3725204 +227,-1.393445434,0.6308995063,389,0.106334961,0.868774244,4205.3888904 +228,-1.37595573,0.6241540638,389,0.106334961,0.868774244,4181.9982161 +229,-1.358388707,0.6172645205,389,0.106334961,0.868774244,4158.4899135 +230,-1.753741133,0.8281661666,389,0.106334961,0.868774244,4426.4512505 +231,-1.47430987,0.6834615681,389,0.106334961,0.868774244,4251.3345108 +232,-1.421012508,0.7222725206,389,0.106334961,0.868774244,4028.8320184 +233,-1.4476833,0.6978557868,389,0.106334961,0.868774244,4152.8293601 +234,-1.470370723,0.6966193374,389,0.106334961,0.868774244,4207.2430154 +235,-1.429211703,0.7037216883,389,0.106334961,0.868774244,4095.5777604 +236,-1.700578405,0.6178673663,389,0.106334961,0.868774244,4935.1272665 +237,-1.678117619,0.6331716163,389,0.106334961,0.868774244,4841.858859 +238,-1.725644578,0.6316331145,389,0.106334961,0.868774244,4947.3262125 +239,-2.14012759,0.7930497945,389,0.106334961,0.868774244,5177.502582 +240,-2.103289431,0.7653606263,389,0.106334961,0.868774244,5215.6877615 +241,-1.318739838,0.7017808746,389,0.106334961,0.868774244,3845.8419951 +242,-1.396417427,0.7077900843,389,0.106334961,0.868774244,4010.3393315 +243,-1.35650337,0.7185539404,389,0.106334961,0.868774244,3891.3637837 +244,-1.248884539,0.7274156818,389,0.106334961,0.868774244,3618.8617938 +245,-1.395014798,0.5761185243,389,0.106334961,0.868774244,4357.3856115 +246,-1.433377362,0.6064716109,389,0.106334961,0.868774244,4365.5863945 +247,-1.408172432,0.5903155476,389,0.106334961,0.868774244,4350.0361559 +248,-1.749645898,0.7757118084,389,0.106334961,0.868774244,4570.5062796 +249,-1.571626686,0.615046989,389,0.106334961,0.868774244,4660.1725308 +250,-1.514070049,0.6303003037,389,0.106334961,0.868774244,4486.913127 +251,-1.480890369,0.6237966528,389,0.106334961,0.868774244,4428.8120991 +252,-1.704390658,0.5281680612,389,0.106334961,0.868774244,5211.8820822 +253,-1.64434733,0.5254277498,389,0.106334961,0.868774244,5085.3306595 +254,-1.703855997,0.4792484842,389,0.106334961,0.868774244,5358.7106982 +255,-1.692002383,0.5748825051,389,0.106334961,0.868774244,5044.4572279 +256,-1.854136457,0.5544643913,389,0.106334961,0.868774244,5450.8923745 +257,-1.665021206,0.520317736,389,0.106334961,0.868774244,5147.343094 +258,-1.733654349,0.4845187345,389,0.106334961,0.868774244,5409.513533 +259,-1.720938188,0.5135933906,389,0.106334961,0.868774244,5292.66929 +260,-1.742668307,0.553296122,389,0.106334961,0.868774244,5219.632033 +261,-1.965659039,0.7142126903,389,0.106334961,0.868774244,5156.7378618 +262,-1.944438071,0.6772834804,389,0.106334961,0.868774244,5236.9118429 +263,-1.270340967,0.7681487096,389,0.106334961,0.868774244,3572.5271834 +264,-1.353091884,0.6549276821,389,0.106334961,0.868774244,4046.6017777 +265,-1.333236659,0.6413584414,389,0.106334961,0.868774244,4034.8576578 +266,-1.352015998,0.6753788907,389,0.106334961,0.868774244,3991.0097749 +267,-1.377988483,0.6577816235,389,0.106334961,0.868774244,4097.7573729 +268,-2.13075611,0.8318642051,389,0.106334961,0.868774244,5033.3614445 +269,-2.097910953,0.8259670014,389,0.106334961,0.868774244,5005.681834 +270,-1.416382069,0.6694271549,389,0.106334961,0.868774244,4156.4464926 +271,-1.538905672,0.7535625993,389,0.106334961,0.868774244,4205.2562444 +272,-1.572309477,0.7803125099,389,0.106334961,0.868774244,4203.7518931 +273,-1.87759879,0.7503853417,389,0.106334961,0.868774244,4885.4616467 +274,1.152365588,0.590457682,389,0.106334961,0.868774244,3184.5537763 +275,0.350198001,0.718001859,389,0.106334961,0.868774244,900.55616853 +276,0.046513677,0.491503852,389,0.106334961,0.868774244,1505.2800605 +277,0.027510309,0.742571376,389,0.106334961,0.868774244,544.40685532 +278,0.306285725,-0.214631579,389,0.106334961,0.868774244,4347.516196 +279,-1.100564889,0.318051531,389,0.106334961,0.868774244,4341.5893835 +280,-1.078582306,0.301437596,389,0.106334961,0.868774244,4334.0319635 +281,-1.137371989,-0.617634065,389,0.106334961,0.868774244,7317.2877292 +282,0.784356344,0.703272339,389,0.106334961,0.868774244,1982.0665331 +283,-1.221209947,0.218327455,389,0.106334961,0.868774244,4943.3017356 +284,2.347301921,-0.449114658,389,0.106334961,0.868774244,9253.6655009 +285,0.246820618,0.830553713,389,0.106334961,0.868774244,397.1077155 +286,0.829414965,0.703288228,389,0.106334961,0.868774244,2097.0986689 +287,-1.337537566,0.42332223,389,0.106334961,0.868774244,4642.8381076 +288,0.882453706,0.454478077,389,0.106334961,0.868774244,2867.2438651 +289,1.575629659,0.416419109,389,0.106334961,0.868774244,4726.2794893 +290,-1.039455679,0.229888244,389,0.106334961,0.868774244,4447.0335247 +291,0.489558039,0.934482747,389,0.106334961,0.868774244,972.5625527 +292,0.081344504,0.88384514,389,0.106334961,0.868774244,87.042532918 +293,-1.547979814,0.300350308,389,0.106334961,0.868774244,5527.4240003 +294,0.040776181,0.168560074,389,0.106334961,0.868774244,2781.9442109 +295,-1.130374745,0.563894876,389,0.106334961,0.868774244,3736.6844504 +296,1.578326642,0.478507176,389,0.106334961,0.868774244,4556.7422671 +297,-1.12861823,-0.291640865,389,0.106334961,0.868774244,6284.1195672 +298,0.310524208,0.770885792,389,0.106334961,0.868774244,673.24604387 +299,0.415649091,-0.387246002,389,0.106334961,0.868774244,5092.7538715 +300,-0.926533878,-0.188022748,389,0.106334961,0.868774244,5495.7248523 +301,1.258856172,-0.11716081,389,0.106334961,0.868774244,5540.2480454 +302,-1.126050026,0.322941926,389,0.106334961,0.868774244,4392.4774347 +303,2.002785835,0.07893892,389,0.106334961,0.868774244,6801.2823563 +304,0.440437607,0.746258085,389,0.106334961,0.868774244,1031.4514623 +305,-0.030391866,0.214441206,389,0.106334961,0.868774244,2629.8983019 +306,0.521557815,-0.058929362,389,0.106334961,0.868774244,3939.3396097 +307,-0.097005111,0.13317729,389,0.106334961,0.868774244,2990.7152527 +308,1.83113859,0.221857587,389,0.106334961,0.868774244,5938.9520247 +309,0.222428864,0.099404236,389,0.106334961,0.868774244,3072.0236012 +310,-1.702731345,0.8728568183,389,0.106334961,0.868774244,4206.9246683 +311,-0.418507569,0.278324921,389,0.106334961,0.868774244,2879.9690113 +312,-1.41153306,0.339029988,389,0.106334961,0.868774244,5072.4157579 +313,0.357560442,0.114788776,389,0.106334961,0.868774244,3101.30659 +314,0.325818979,0.268352149,389,0.106334961,0.868774244,2481.0583363 +315,-1.246004659,-0.663679965,389,0.106334961,0.868774244,7681.1011215 +316,1.814603087,0.637404484,389,0.106334961,0.868774244,4663.9193868 +317,1.843704281,-0.18300445,389,0.106334961,0.868774244,7199.221398 +318,1.690644492,-0.211480909,389,0.106334961,0.868774244,6893.7754111 +319,-1.275451936,0.068109467,389,0.106334961,0.868774244,5533.1559091 +320,0.762430171,-0.207594741,389,0.106334961,0.868774244,4833.7383717 +321,0.265668905,-0.014647884,389,0.106334961,0.868774244,3540.9701229 +322,-2.773032013,-0.335515811,389,0.106334961,0.868774244,10174.434466 +323,-1.469512853,0.174058777,389,0.106334961,0.868774244,5709.4567739 +324,0.286276986,0.785925691,389,0.106334961,0.868774244,582.63572906 +325,-1.379324697,0.377432233,389,0.106334961,0.868774244,4879.5957898 +326,-1.203778265,0.212813032,389,0.106334961,0.868774244,4915.1767529 +327,0.579916301,0.611743168,389,0.106334961,0.868774244,1703.2295689 +328,0.267582642,0.868113908,389,0.106334961,0.868774244,412.35868334 +329,0.412869244,-0.050245578,389,0.106334961,0.868774244,3787.9603083 +330,0.17524381,0.976660285,389,0.106334961,0.868774244,457.81390316 +331,0.743157214,0.204812899,389,0.106334961,0.868774244,3347.5999533 +332,-1.070758176,0.269382282,389,0.106334961,0.868774244,4408.5033639 +333,-1.230364251,0.329790229,389,0.106334961,0.868774244,4639.3681262 +334,-1.374813124,-0.024926835,389,0.106334961,0.868774244,6068.3359157 +335,0.519780566,0.463669906,389,0.106334961,0.868774244,2039.089271 +336,-1.55108034,0.239698561,389,0.106334961,0.868774244,5717.5022133 +337,0.180294813,0.029739425,389,0.106334961,0.868774244,3332.8015337 +338,0.67820924,0.268170153,389,0.106334961,0.868774244,3004.1322083 +339,0.445798684,1.024001867,389,0.106334961,0.868774244,991.80286052 +340,0.691751283,0.150521402,389,0.106334961,0.868774244,3436.6553683 +341,-1.036643551,-0.903056181,389,0.106334961,0.868774244,7998.58551 +342,-0.120287036,1.083325163,389,0.106334961,0.868774244,983.40986977 +343,2.823513113,-0.304487164,389,0.106334961,0.868774244,9831.6640146 +344,0.457583172,1.12513373,389,0.106334961,0.868774244,1253.7412142 +345,0.042918831,0.813795399,389,0.106334961,0.868774244,274.61809471 +346,1.196146777,-0.853142756,389,0.106334961,0.868774244,7760.5106547 +347,0.206001358,-0.010430701,389,0.106334961,0.868774244,3498.9819218 +348,-0.268308653,0.234799412,389,0.106334961,0.868774244,2789.4137343 +349,0.759363263,0.736189579,389,0.106334961,0.868774244,1851.1805576 +350,0.181363926,0.891988372,389,0.106334961,0.868774244,210.3770475 +351,-0.021111158,0.139103292,389,0.106334961,0.868774244,2920.9129086 +352,-0.093355215,0.630686981,389,0.106334961,0.868774244,1103.7418282 +353,0.40118964,0.681375926,389,0.106334961,0.868774244,1112.0669977 +354,-0.721197315,1.304706234,389,0.106334961,0.868774244,2185.7255921 +355,-1.076150317,0.212107639,389,0.106334961,0.868774244,4592.9275236 +356,-1.577164531,0.273993443,389,0.106334961,0.868774244,5678.8341941 +357,-0.190788414,0.182208586,389,0.106334961,0.868774244,2888.9992305 +358,-0.261349752,0.209710184,389,0.106334961,0.868774244,2872.6180507 +359,-1.029303852,0.083549259,389,0.106334961,0.868774244,4868.8565035 +360,-1.268609162,0.330525297,389,0.106334961,0.868774244,4734.88462 +361,1.282982244,-0.926641967,389,0.106334961,0.868774244,8122.4437106 +362,0.217352334,0.731352408,389,0.106334961,0.868774244,624.07940694 +363,-1.511833084,0.258629297,389,0.106334961,0.868774244,5562.4781432 +364,0.338812194,0.823184618,389,0.106334961,0.868774244,635.6783333 +365,-0.324406489,1.134201999,389,0.106334961,0.868774244,1378.6480414 +366,1.389579348,0.399185724,389,0.106334961,0.868774244,4303.9839523 +367,2.047152199,-0.039082036,389,0.106334961,0.868774244,7276.8266838 +368,0.947780369,0.568250077,389,0.106334961,0.868774244,2718.3913585 +369,0.763824846,0.576754987,389,0.106334961,0.868774244,2236.2630938 +370,-0.142334657,0.928153068,389,0.106334961,0.868774244,655.6128554 +371,0.610266567,0.547265983,389,0.106334961,0.868774244,1958.6847265 +372,0.210731629,0.746815056,389,0.106334961,0.868774244,560.85924675 +373,-1.34931644,0.316895224,389,0.106334961,0.868774244,4979.9838847 +374,2.407696481,0.655030745,389,0.106334961,0.868774244,5731.850484 +375,0.64207831,0.545359131,389,0.106334961,0.868774244,2035.8152095 +376,1.174597538,0.840588356,389,0.106334961,0.868774244,2701.3126282 +377,0.660059424,0.010604079,389,0.106334961,0.868774244,3880.2972808 +378,-0.730263819,0.010486456,389,0.106334961,0.868774244,4414.4803532 +379,0.831068936,0.512339172,389,0.106334961,0.868774244,2577.2288861 +380,1.301180979,0.72367476,389,0.106334961,0.868774244,3242.4656467 +381,1.811128231,0.322854402,389,0.106334961,0.868774244,5583.6744707 +382,0.435105812,0.992284428,389,0.106334961,0.868774244,914.42187786 +383,0.62643634,0.592027932,389,0.106334961,0.868774244,1865.8315312 +384,0.492988703,-0.516339467,389,0.106334961,0.868774244,5652.9136459 +385,-0.162469483,0.112549365,389,0.106334961,0.868774244,3126.1605855 +386,0.314630866,0.472006421,389,0.106334961,0.868774244,1694.4959436 +387,0.166744804,0.822815954,389,0.106334961,0.868774244,241.43682295 +388,0.417159608,0.965805736,389,0.106334961,0.868774244,838.13728715 +389,0.106334961,0.868774244,389,0.106334961,0.868774244,0 +390,0.815086969,-0.338144359,389,0.106334961,0.868774244,5387.1518829 +391,0.59867455,-0.230624824,389,0.106334961,0.868774244,4680.2335884 +392,1.915104874,0.066220985,389,0.106334961,0.868774244,6624.1385573 +393,1.278093622,0.064463721,389,0.106334961,0.868774244,5016.8439318 +394,-0.061477853,0.302997961,389,0.106334961,0.868774244,2304.2236022 +395,0.251311504,0.626976942,389,0.106334961,0.868774244,1044.6526755 +396,2.950242872,0.149095644,389,0.106334961,0.868774244,8282.616271 +397,-0.180294708,0.35375117,389,0.106334961,0.868774244,2230.7165582 +398,1.010448592,-0.351180233,389,0.106334961,0.868774244,5776.1854071 +399,-1.748740498,0.3686318073,389,0.106334961,0.868774244,5800.5285231 +400,2.699635665,0.123533791,389,0.106334961,0.868774244,8083.3073101 +401,0.496808033,0.823843254,389,0.106334961,0.868774244,1036.3606049 +402,0.129574704,0.763364087,389,0.106334961,0.868774244,422.24616308 +403,1.798920311,0.817447563,389,0.106334961,0.868774244,4133.0320116 +404,0.335987953,0.746786541,389,0.106334961,0.868774244,791.00565543 +405,-1.085413643,0.292154671,389,0.106334961,0.868774244,4378.6479516 +406,-0.155321003,0.508207011,389,0.106334961,0.868774244,1630.2193324 +407,0.620529244,-0.301175104,389,0.106334961,0.868774244,4971.5576485 +408,1.684402744,0.368716966,389,0.106334961,0.868774244,5135.6673844 +409,0.300582244,-0.386397212,389,0.106334961,0.868774244,5018.5189792 +410,2.913555946,-0.009225192,389,0.106334961,0.868774244,8855.7730893 +411,1.465101417,0.493232532,389,0.106334961,0.868774244,4233.3385197 +412,0.090612882,0.907955955,389,0.106334961,0.868774244,160.08788014 +413,2.987564726,-0.729568594,389,0.106334961,0.868774244,11540.418107 +414,-1.484261606,0.224149272,389,0.106334961,0.868774244,5596.4556146 +415,0.164073421,0.303955133,389,0.106334961,0.868774244,2244.8352555 +416,0.141441293,0.167552546,389,0.106334961,0.868774244,2779.9470062 +417,2.931321023,-0.506718887,389,0.106334961,0.868774244,10723.050087 +418,2.21951565,0.700596356,389,0.106334961,0.868774244,5272.4516133 +419,0.268112576,1.199114336,389,0.106334961,0.868774244,1345.3728823 +420,0.978913739,0.359223811,389,0.106334961,0.868774244,3382.2719475 +421,1.210898818,0.522863584,389,0.106334961,0.868774244,3508.069406 +422,2.347397336,0.129231362,389,0.106334961,0.868774244,7426.3237123 +423,0.614394501,0.556878345,389,0.106334961,0.868774244,1939.388567 +424,-1.398079356,0.148483366,389,0.106334961,0.868774244,5604.197719 +425,2.535303836,-0.112984496,389,0.106334961,0.868774244,8631.9401436 +426,-1.019372593,-0.405322349,389,0.106334961,0.868774244,6402.5129944 +427,-1.297785627,-0.160104069,389,0.106334961,0.868774244,6285.1396543 +428,2.144554488,0.205051084,389,0.106334961,0.868774244,6735.948857 +429,-2.242387083,-0.426171285,389,0.106334961,0.868774244,9453.4544633 +430,0.338637212,0.909723676,389,0.106334961,0.868774244,600.97941658 +431,-0.148798452,0.691042401,389,0.106334961,0.868774244,1002.5530187 +432,0.893524764,0.441829531,389,0.106334961,0.868774244,2930.8478999 +433,0.969229347,-0.368847936,389,0.106334961,0.868774244,5759.9211791 +434,0.436043248,0.800045688,389,0.106334961,0.868774244,915.52898786 +435,1.687946607,1.081504775,389,0.106334961,0.868774244,3310.1652734 +436,0.522302046,-0.034889271,389,0.106334961,0.868774244,3849.8323333 +437,-0.178996113,-0.438090009,389,0.106334961,0.868774244,5273.1911723 +438,-1.094339566,0.301444068,389,0.106334961,0.868774244,4374.1654607 +439,-1.064070054,0.242569932,389,0.106334961,0.868774244,4471.2148782 +440,-1.068153768,0.230387998,389,0.106334961,0.868774244,4517.9324509 +441,-3.00496892,-0.23989155,389,0.106334961,0.868774244,9950.9074677 +442,0.21751974,0.766874888,389,0.106334961,0.868774244,503.19761636 +443,0.117229532,0.007619006,389,0.106334961,0.868774244,3411.2359905 +444,0.777758451,0.420554741,389,0.106334961,0.868774244,2720.5147028 +445,-0.252356999,0.250747086,389,0.106334961,0.868774244,2708.3292076 +446,0.363148444,0.768483434,389,0.106334961,0.868774244,798.51407381 +447,0.903191366,-0.118210676,389,0.106334961,0.868774244,4771.0106887 +448,-0.205755923,0.149406178,389,0.106334961,0.868774244,3030.2051886 +449,1.811996086,0.02364353,389,0.106334961,0.868774244,6494.4643411 +450,-1.100670221,0.314845373,389,0.106334961,0.868774244,4351.1921298 +451,0.340078597,0.850105132,389,0.106334961,0.868774244,608.13528965 +452,0.258757267,0.804969236,389,0.106334961,0.868774244,476.40641008 +453,2.78505352,-0.155160804,389,0.106334961,0.868774244,9231.9818141 +454,0.800551619,0.105822106,389,0.106334961,0.868774244,3799.3842607 +455,0.437940882,-0.506194031,389,0.106334961,0.868774244,5570.1356608 +456,2.230431122,0.63458615,389,0.106334961,0.868774244,5507.5442956 +457,0.527965361,0.127667701,389,0.106334961,0.868774244,3251.2313937 +458,-0.063643205,0.702093448,389,0.106334961,0.868774244,812.50077446 +459,1.408447268,0.133010502,389,0.106334961,0.868774244,5134.1951709 +460,0.523795955,0.280266966,389,0.106334961,0.868774244,2687.7796721 +461,-0.975769313,0.072177659,389,0.106334961,0.868774244,4774.0763559 +462,0.549774164,-0.463663986,389,0.106334961,0.868774244,5504.0525985 +463,0.29245874,1.095549818,389,0.106334961,0.868774244,984.13393103 +464,0.143625958,0.816809593,389,0.106334961,0.868774244,228.06882702 +465,0.671902494,0.611159853,389,0.106334961,0.868774244,1921.3182862 +466,1.239840988,0.6724199,389,0.106334961,0.868774244,3208.2113755 +467,0.607829703,-0.10932137,389,0.106334961,0.868774244,4240.8093764 +468,1.763020906,0.263996692,389,0.106334961,0.868774244,5642.4995007 +469,0.378714634,0.726066797,389,0.106334961,0.868774244,939.00781332 +470,2.196736143,-0.153862366,389,0.106334961,0.868774244,7999.5747537 +471,0.01702415,0.148991565,389,0.106334961,0.868774244,2866.3188823 +472,-2.998490902,-0.158002487,389,0.106334961,0.868774244,9625.8659568 +473,-3.051262951,-0.346595608,389,0.106334961,0.868774244,10374.88122 +474,-1.069176439,0.182802941,389,0.106334961,0.868774244,4663.703527 +475,0.167157509,0.595344954,389,0.106334961,0.868774244,1097.4620812 +476,0.613855648,0.681746124,389,0.106334961,0.868774244,1601.6281993 +477,1.037012736,0.682555367,389,0.106334961,0.868774244,2672.3352605 +478,-1.253574971,0.379755746,389,0.106334961,0.868774244,4554.7328658 +479,3.108590453,-0.132620738,389,0.106334961,0.868774244,9491.5321395 +480,0.565301296,0.022333262,389,0.106334961,0.868774244,3693.5735002 +481,0.547898238,0.855555614,389,0.106334961,0.868774244,1134.0616509 +482,0.948309381,0.417393755,389,0.106334961,0.868774244,3135.7234775 +483,-0.050600732,0.945269213,389,0.106334961,0.868774244,487.71924699 +484,-0.977651478,-0.572363064,389,0.106334961,0.868774244,6856.8169407 +485,1.102014914,0.728861163,389,0.106334961,0.868774244,2737.4670624 +486,2.927300795,-0.282939414,389,0.106334961,0.868774244,9905.8532611 +487,-1.154565557,0.124434095,389,0.106334961,0.868774244,5055.7716375 +488,1.855331234,0.291044755,389,0.106334961,0.868774244,5787.5354444 +489,0.830290659,0.276904518,389,0.106334961,0.868774244,3291.7602421 +490,0.485104466,-0.234867441,389,0.106334961,0.868774244,4566.6624423 +491,0.521367572,-0.33161327,389,0.106334961,0.868774244,4972.7772675 +1,-1.539031704,0.7349710123,390,0.815086969,-0.338144359,9384.6409148 +2,-1.536990553,0.7349663874,390,0.815086969,-0.338144359,9378.8990784 +3,-1.534951779,0.7349571355,390,0.815086969,-0.338144359,9373.1659763 +4,-1.532906461,0.7349480293,390,0.815086969,-0.338144359,9367.4110691 +5,-1.531320211,0.7346937278,390,0.815086969,-0.338144359,9363.2201715 +6,-1.539451648,0.7335131775,390,0.815086969,-0.338144359,9387.4783865 +7,-1.537429487,0.7335445708,390,0.815086969,-0.338144359,9381.7401577 +8,-1.535484998,0.7335658704,390,0.815086969,-0.338144359,9376.2298308 +9,-1.533488396,0.7336036027,390,0.815086969,-0.338144359,9370.5515605 +10,-1.531497785,0.7335842962,390,0.815086969,-0.338144359,9364.9509225 +11,-1.530259379,0.7334777758,390,0.815086969,-0.338144359,9361.5692054 +12,-1.5335454,0.7322346912,390,0.815086969,-0.338144359,9372.2330667 +13,-1.531489083,0.7322238773,390,0.815086969,-0.338144359,9366.4280143 +14,-1.530011122,0.7321679851,390,0.815086969,-0.338144359,9362.3064584 +15,-1.53348106,0.7306614094,390,0.815086969,-0.338144359,9373.7897097 +16,-1.531441779,0.7306962275,390,0.815086969,-0.338144359,9367.9719885 +17,-1.529755654,0.7306933243,390,0.815086969,-0.338144359,9363.1944083 +18,-1.533415048,0.7291384674,390,0.815086969,-0.338144359,9375.2765135 +19,-1.531392093,0.7291705353,390,0.815086969,-0.338144359,9369.4978943 +20,-1.529296523,0.7291214933,390,0.815086969,-0.338144359,9363.5982863 +21,-1.535280942,0.727267644,390,0.815086969,-0.338144359,9382.6276385 +22,-1.533378158,0.7276139666,390,0.815086969,-0.338144359,9376.8384865 +23,-1.531340368,0.7276446587,390,0.815086969,-0.338144359,9371.0090098 +24,-1.528960113,0.7276398177,390,0.815086969,-0.338144359,9364.2404325 +25,-1.533313146,0.7260818349,390,0.815086969,-0.338144359,9378.3195512 +26,-1.531259555,0.7260958115,390,0.815086969,-0.338144359,9372.4527497 +27,-1.528926415,0.7260865555,390,0.815086969,-0.338144359,9365.8108536 +28,-1.531226779,0.7245511789,390,0.815086969,-0.338144359,9374.019327 +29,-1.528904772,0.7245519194,390,0.815086969,-0.338144359,9367.3865415 +30,-1.547195875,0.7409785979,390,0.815086969,-0.338144359,9400.5329286 +31,-1.5451475,0.740980426,390,0.815086969,-0.338144359,9394.8179386 +32,-1.543097679,0.7409798872,390,0.815086969,-0.338144359,9389.0984205 +33,-1.540720364,0.7409892687,390,0.815086969,-0.338144359,9382.4493468 +34,-1.547188511,0.7395198392,390,0.815086969,-0.338144359,9402.2399324 +35,-1.545148587,0.7395226109,390,0.815086969,-0.338144359,9396.5372598 +36,-1.543104538,0.7395314908,390,0.815086969,-0.338144359,9390.8127108 +37,-1.540727751,0.7395306258,390,0.815086969,-0.338144359,9384.1653579 +38,-1.547187029,0.7380014886,390,0.815086969,-0.338144359,9404.0254477 +39,-1.545147315,0.7380012252,390,0.815086969,-0.338144359,9398.3163769 +40,-1.54310719,0.7380060743,390,0.815086969,-0.338144359,9392.596978 +41,-1.540719671,0.7380068206,390,0.815086969,-0.338144359,9385.9053751 +42,-1.547187189,0.7364799098,390,0.815086969,-0.338144359,9405.8106944 +43,-1.545149996,0.7364853874,390,0.815086969,-0.338144359,9400.0914615 +44,-1.543106091,0.7364823484,390,0.815086969,-0.338144359,9394.3601072 +45,-1.540717158,0.7364893901,390,0.815086969,-0.338144359,9387.6449783 +46,-1.538663972,0.7410138672,390,0.815086969,-0.338144359,9376.6753755 +47,-1.53695285,0.7409699132,390,0.815086969,-0.338144359,9371.9428798 +48,-1.534910498,0.7409641297,390,0.815086969,-0.338144359,9366.2372542 +49,-1.533145034,0.7409536636,390,0.815086969,-0.338144359,9361.308785 +50,-1.538681336,0.7395405883,390,0.815086969,-0.338144359,9378.4261543 +51,-1.536999189,0.7395183096,390,0.815086969,-0.338144359,9373.7412079 +52,-1.534923633,0.7395144222,390,0.815086969,-0.338144359,9367.9303765 +53,-1.533267822,0.7395654306,390,0.815086969,-0.338144359,9363.2309464 +54,-1.53867273,0.7380151077,390,0.815086969,-0.338144359,9380.1560971 +55,-1.536980576,0.7379994392,390,0.815086969,-0.338144359,9375.4267072 +56,-1.534931522,0.7379944961,390,0.815086969,-0.338144359,9369.6807836 +57,-1.533387952,0.7379480264,390,0.815086969,-0.338144359,9365.3984758 +58,-1.538682279,0.7364914363,390,0.815086969,-0.338144359,9381.9262527 +59,-1.536980704,0.7364810563,390,0.815086969,-0.338144359,9377.1555862 +60,-1.534935567,0.7364752065,390,0.815086969,-0.338144359,9371.4111847 +61,-1.533042592,0.7363876366,390,0.815086969,-0.338144359,9366.1835269 +62,-1.545143426,0.7349628011,390,0.815086969,-0.338144359,9401.8397856 +63,-1.543105297,0.7349691947,390,0.815086969,-0.338144359,9396.1032426 +64,-1.541064533,0.7349647152,390,0.815086969,-0.338144359,9390.3686403 +65,-1.545411803,0.7334624714,390,0.815086969,-0.338144359,9404.3277425 +66,-1.543446606,0.7334780896,390,0.815086969,-0.338144359,9398.7761402 +67,-1.541475327,0.7334957295,390,0.815086969,-0.338144359,9393.2023721 +68,-1.545401939,0.731963266,390,0.815086969,-0.338144359,9406.0239604 +69,-1.54342253,0.7319915583,390,0.815086969,-0.338144359,9400.4079155 +70,-1.541455867,0.7320216438,390,0.815086969,-0.338144359,9394.8232336 +71,-1.545410146,0.7304422281,390,0.815086969,-0.338144359,9407.7875913 +72,-1.543435491,0.7304713664,390,0.815086969,-0.338144359,9402.174033 +73,-1.541463105,0.7304997613,390,0.815086969,-0.338144359,9396.5651881 +74,-1.545414768,0.7289194936,390,0.815086969,-0.338144359,9409.5343559 +75,-1.543435774,0.7289538557,390,0.815086969,-0.338144359,9403.8926511 +76,-1.541457714,0.7289765881,390,0.815086969,-0.338144359,9398.2641765 +77,-1.539449415,0.7320555866,390,0.815086969,-0.338144359,9389.1193263 +78,-1.537429183,0.7321097681,390,0.815086969,-0.338144359,9383.3512592 +79,-1.535472649,0.7321497267,390,0.815086969,-0.338144359,9377.7768283 +80,-1.539457899,0.7305333307,390,0.815086969,-0.338144359,9390.8551506 +81,-1.537453161,0.7305750503,390,0.815086969,-0.338144359,9385.1348271 +82,-1.535479385,0.7306124949,390,0.815086969,-0.338144359,9379.5045394 +83,-1.53946905,0.7290102593,390,0.815086969,-0.338144359,9392.5908372 +84,-1.537459922,0.7290417293,390,0.815086969,-0.338144359,9386.8594456 +85,-1.535451349,0.7290890157,390,0.815086969,-0.338144359,9381.1096658 +86,-1.535522937,0.7279887191,390,0.815086969,-0.338144359,9382.5242429 +87,-1.539442524,0.7274735939,390,0.815086969,-0.338144359,9394.2260216 +88,-1.537424111,0.727521351,390,0.815086969,-0.338144359,9388.440083 +89,-1.539384641,0.7259505092,390,0.815086969,-0.338144359,9395.74784 +90,-1.537372391,0.7259947145,390,0.815086969,-0.338144359,9389.9732578 +91,-1.535340789,0.7260435356,390,0.815086969,-0.338144359,9384.1362064 +92,-1.539325716,0.7244369706,390,0.815086969,-0.338144359,9397.2468623 +93,-1.537308932,0.7244801057,390,0.815086969,-0.338144359,9391.4505312 +94,-1.535289068,0.7245247645,390,0.815086969,-0.338144359,9385.6414219 +95,-1.533261366,0.7245550236,390,0.815086969,-0.338144359,9379.8231695 +96,-1.539267302,0.722921924,390,0.815086969,-0.338144359,9398.7397418 +97,-1.537248972,0.7229660258,390,0.815086969,-0.338144359,9392.9279325 +98,-1.535219431,0.7229916471,390,0.815086969,-0.338144359,9387.1017141 +99,-1.53318962,0.7230212049,390,0.815086969,-0.338144359,9381.267943 +100,-1.531154816,0.7230299897,390,0.815086969,-0.338144359,9375.4395441 +101,-1.528878341,0.7230370244,390,0.815086969,-0.338144359,9368.9186053 +102,-1.539218189,0.7214009878,390,0.815086969,-0.338144359,9400.2563469 +103,-1.537198791,0.7214422745,390,0.815086969,-0.338144359,9394.4344941 +104,-1.535179266,0.7214634354,390,0.815086969,-0.338144359,9388.6315458 +105,-1.533156501,0.7214944644,390,0.815086969,-0.338144359,9382.8062176 +106,-1.53113574,0.7215166021,390,0.815086969,-0.338144359,9376.9936233 +107,-1.528874248,0.7215345535,390,0.815086969,-0.338144359,9370.492775 +108,-1.539217656,0.7198512397,390,0.815086969,-0.338144359,9401.9340121 +109,-1.537199919,0.7199428763,390,0.815086969,-0.338144359,9396.0526851 +110,-1.545425832,0.727397149,390,0.815086969,-0.338144359,9411.2902365 +111,-1.543371177,0.7273916949,390,0.815086969,-0.338144359,9405.4686718 +112,-1.541368852,0.7274523163,390,0.815086969,-0.338144359,9399.7186821 +113,-1.545349067,0.7258710923,390,0.815086969,-0.338144359,9412.7921279 +114,-1.54332671,0.7258603556,390,0.815086969,-0.338144359,9407.0575802 +115,-1.541346831,0.7259242142,390,0.815086969,-0.338144359,9401.3578292 +116,-1.545324355,0.7243383958,390,0.815086969,-0.338144359,9414.439961 +117,-1.543292796,0.7243617413,390,0.815086969,-0.338144359,9408.6308387 +118,-1.541295822,0.7244024384,390,0.815086969,-0.338144359,9402.8983613 +119,-1.543193859,0.7205570215,390,0.815086969,-0.338144359,9412.5485382 +120,-1.550257047,0.7386738187,390,0.815086969,-0.338144359,9411.8141644 +121,-1.549335448,0.7311736483,390,0.815086969,-0.338144359,9418.0263693 +122,-1.533478843,0.7179891343,390,0.815086969,-0.338144359,9387.4491013 +123,-1.556150555,0.738907041,390,0.815086969,-0.338144359,9427.982253 +124,-1.554324226,0.733414257,390,0.815086969,-0.338144359,9429.4433891 +125,-1.554290846,0.7288285332,390,0.815086969,-0.338144359,9434.7336467 +126,-1.55122487,0.7219795312,390,0.815086969,-0.338144359,9433.8928116 +127,-1.525104458,0.7229399862,390,0.815086969,-0.338144359,9358.2144391 +128,-1.519607711,0.7236181429,390,0.815086969,-0.338144359,9341.7591973 +129,-1.513899999,0.7251107854,390,0.815086969,-0.338144359,9323.8747522 +130,-1.536620762,0.7431061895,390,0.815086969,-0.338144359,9368.5469953 +131,-1.5369566,0.7460845958,390,0.815086969,-0.338144359,9366.0122727 +132,-1.545345528,0.7447040685,390,0.815086969,-0.338144359,9390.9481213 +133,-1.532813921,0.7432306626,390,0.815086969,-0.338144359,9357.7810194 +134,-1.554788248,0.7382381001,390,0.815086969,-0.338144359,9424.9886934 +135,-1.540348126,0.7301594274,390,0.815086969,-0.338144359,9393.7939819 +136,-1.538016084,0.7239051786,390,0.815086969,-0.338144359,9394.0950463 +137,-1.525288962,0.7258085137,390,0.815086969,-0.338144359,9355.7267836 +138,-1.534326986,0.731241342,390,0.815086969,-0.338144359,9375.5448515 +139,-1.530733872,0.7303625216,390,0.815086969,-0.338144359,9366.3296436 +141,-1.534354939,0.7328219978,390,0.815086969,-0.338144359,9373.8691648 +142,-1.53157084,0.7292888153,390,0.815086969,-0.338144359,9369.8765227 +143,-1.525691035,0.7263799874,390,0.815086969,-0.338144359,9356.2694392 +144,-1.534031287,0.7495967835,390,0.815086969,-0.338144359,9353.7798429 +145,-1.527714986,0.7283095957,390,0.815086969,-0.338144359,9359.9767939 +146,-1.526189586,0.7271468292,390,0.815086969,-0.338144359,9356.8763485 +147,-1.555177336,0.7375563366,390,0.815086969,-0.338144359,9426.8947452 +148,-1.555080283,0.7312707794,390,0.815086969,-0.338144359,9434.0987346 +149,-1.53856994,0.7224180299,390,0.815086969,-0.338144359,9397.2973473 +150,-1.530837883,0.729933372,390,0.815086969,-0.338144359,9367.0930311 +151,-1.515066984,0.5854133365,390,0.815086969,-0.338144359,9432.257128 +152,-1.534731633,0.5368370046,390,0.815086969,-0.338144359,9517.1239404 +153,-1.515231902,0.5607085576,390,0.815086969,-0.338144359,9443.245449 +154,-2.616253799,1.0684566605,390,0.815086969,-0.338144359,9440.3750054 +155,-1.956071439,0.5792177723,390,0.815086969,-0.338144359,10823.91621 +156,-1.951208514,0.5602434208,390,0.815086969,-0.338144359,10846.822841 +157,-1.944675062,0.6062144545,390,0.815086969,-0.338144359,10735.742065 +158,-1.613778386,0.6077989518,390,0.815086969,-0.338144359,9736.4257111 +159,-2.035029014,0.6021432345,390,0.815086969,-0.338144359,10980.846755 +160,-2.114989471,0.6801825058,390,0.815086969,-0.338144359,10907.608336 +161,-2.037382079,0.5765830025,390,0.815086969,-0.338144359,11051.8491 +162,-2.129855121,0.6585019963,390,0.815086969,-0.338144359,11004.964957 +163,-2.075141798,0.6493615843,390,0.815086969,-0.338144359,10935.3029 +164,-1.828626729,0.6948433129,390,0.815086969,-0.338144359,10239.331449 +165,-1.863329418,0.6735427691,390,0.815086969,-0.338144359,10374.350382 +166,-1.266037071,0.727988852,390,0.815086969,-0.338144359,8598.9122864 +167,-1.277579582,0.7249010648,390,0.815086969,-0.338144359,8633.9051644 +168,-1.258418684,0.7241194816,390,0.815086969,-0.338144359,8577.4319093 +169,-1.317813974,0.6804850104,390,0.815086969,-0.338144359,8768.4524779 +170,-1.344165204,0.6790988904,390,0.815086969,-0.338144359,8849.8035534 +171,-1.427582102,0.5277120351,390,0.815086969,-0.338144359,9153.5092696 +172,-1.402238616,0.457167829,390,0.815086969,-0.338144359,9058.0202588 +173,-1.422454264,0.4996161999,390,0.815086969,-0.338144359,9135.6236429 +174,-1.439089277,0.4894859811,390,0.815086969,-0.338144359,9192.9483743 +175,-1.448126995,0.5182330266,390,0.815086969,-0.338144359,9224.498592 +176,-1.474626146,0.5881926574,390,0.815086969,-0.338144359,9298.4616578 +177,-1.421139645,0.5584869783,390,0.815086969,-0.338144359,9128.6730652 +178,-1.457037165,0.565943032,390,0.815086969,-0.338144359,9247.3324669 +179,-2.757159358,0.3745319,390,0.815086969,-0.338144359,10840.350485 +180,-2.714309238,0.342054471,390,0.815086969,-0.338144359,10996.685138 +181,-2.000525337,0.774119946,390,0.815086969,-0.338144359,10409.10524 +183,-1.571413436,0.6777838382,390,0.815086969,-0.338144359,9540.302035 +184,-1.552860289,0.6987663893,390,0.815086969,-0.338144359,9463.8408098 +185,-1.521852374,0.7165827476,390,0.815086969,-0.338144359,9355.3974304 +186,-1.503656267,0.6928968252,390,0.815086969,-0.338144359,9324.2603235 +187,-1.502753178,0.7136205882,390,0.815086969,-0.338144359,9302.9223039 +188,-1.631894563,0.7343596465,390,0.815086969,-0.338144359,9643.2598788 +189,-1.653765416,0.6770714026,390,0.815086969,-0.338144359,9784.1573867 +190,-1.719812114,0.6715965947,390,0.815086969,-0.338144359,9982.8884367 +191,-1.493406659,0.6646955447,390,0.815086969,-0.338144359,9315.7360518 +192,-1.469120564,0.6613469966,390,0.815086969,-0.338144359,9243.3546136 +193,-1.590551461,0.5326612937,390,0.815086969,-0.338144359,9708.0647398 +194,-1.625979264,0.5247742243,390,0.815086969,-0.338144359,9832.0204321 +195,-1.572293943,0.5238808754,390,0.815086969,-0.338144359,9649.3171349 +196,-1.610848725,0.5477107964,390,0.815086969,-0.338144359,9769.068352 +197,-1.208485554,0.7918526018,390,0.815086969,-0.338144359,8415.9295238 +198,-1.335601374,0.6869083083,390,0.815086969,-0.338144359,8820.8170663 +199,-1.346156996,0.6825213377,390,0.815086969,-0.338144359,8854.6635938 +200,-1.324381037,0.6741422347,390,0.815086969,-0.338144359,8790.5002851 +201,-1.242424992,0.7378949807,390,0.815086969,-0.338144359,8526.9469727 +202,-1.270370057,0.7392461008,390,0.815086969,-0.338144359,8608.1978257 +203,-1.448950472,0.7441675014,390,0.815086969,-0.338144359,9120.480453 +204,-1.492662363,0.7523026852,390,0.815086969,-0.338144359,9235.7859724 +205,-1.479098966,0.7763855017,390,0.815086969,-0.338144359,9172.8112683 +206,-1.633760714,0.7869022408,390,0.815086969,-0.338144359,9565.9021772 +207,-1.647406434,0.8101289331,390,0.815086969,-0.338144359,9559.4682225 +208,-1.564245052,0.5701509278,390,0.815086969,-0.338144359,9601.8050921 +209,-1.646289963,0.6833746083,390,0.815086969,-0.338144359,9754.2286513 +210,-1.5820631,0.6751952144,390,0.815086969,-0.338144359,9574.7310149 +211,-1.613236298,0.6681681791,390,0.815086969,-0.338144359,9675.3110664 +212,-1.914661867,0.8212566515,390,0.815086969,-0.338144359,10113.068197 +213,-1.742133237,0.7250275956,390,0.815086969,-0.338144359,9954.4175353 +214,-2.033144872,0.6557314699,390,0.815086969,-0.338144359,10829.068833 +215,-2.039551981,0.6964723658,390,0.815086969,-0.338144359,10721.038967 +216,-1.247341019,0.7622473908,390,0.815086969,-0.338144359,8534.2849131 +217,-1.298239787,0.7084123392,390,0.815086969,-0.338144359,8700.5655885 +218,-1.308539688,0.6926545592,390,0.815086969,-0.338144359,8736.5299163 +219,-1.303263185,0.6888938396,390,0.815086969,-0.338144359,8721.5458105 +220,-1.852400229,0.6004246149,390,0.815086969,-0.338144359,10482.980456 +221,-1.288947707,0.7473773692,390,0.815086969,-0.338144359,8659.1934547 +222,-1.372031502,0.7472790993,390,0.815086969,-0.338144359,8898.4897312 +223,-1.289805721,0.7242157877,390,0.815086969,-0.338144359,8670.2679693 +224,-1.350807603,0.7533498126,390,0.815086969,-0.338144359,8833.9790195 +225,-1.329290365,0.7560442322,390,0.815086969,-0.338144359,8771.0010293 +226,-1.410153004,0.616936428,390,0.815086969,-0.338144359,9078.7244007 +227,-1.393445434,0.6308995063,390,0.815086969,-0.338144359,9020.6203354 +228,-1.37595573,0.6241540638,390,0.815086969,-0.338144359,8966.7037756 +229,-1.358388707,0.6172645205,390,0.815086969,-0.338144359,8911.789314 +230,-1.753741133,0.8281661666,390,0.815086969,-0.338144359,9768.9383264 +231,-1.47430987,0.6834615681,390,0.815086969,-0.338144359,9243.8988993 +232,-1.421012508,0.7222725206,390,0.815086969,-0.338144359,9057.3184238 +233,-1.4476833,0.6978557868,390,0.815086969,-0.338144359,9153.5335515 +234,-1.470370723,0.6966193374,390,0.815086969,-0.338144359,9222.1200956 +235,-1.429211703,0.7037216883,390,0.815086969,-0.338144359,9094.4050678 +236,-1.700578405,0.6178673663,390,0.815086969,-0.338144359,9998.1000039 +237,-1.678117619,0.6331716163,390,0.815086969,-0.338144359,9911.20055 +238,-1.725644578,0.6316331145,390,0.815086969,-0.338144359,10057.106933 +239,-2.14012759,0.7930497945,390,0.815086969,-0.338144359,10541.231208 +240,-2.103289431,0.7653606263,390,0.815086969,-0.338144359,10596.896128 +241,-1.318739838,0.7017808746,390,0.815086969,-0.338144359,8764.4096552 +242,-1.396417427,0.7077900843,390,0.815086969,-0.338144359,8994.2341729 +243,-1.35650337,0.7185539404,390,0.815086969,-0.338144359,8869.8899929 +244,-1.248884539,0.7274156818,390,0.815086969,-0.338144359,8548.4369275 +245,-1.395014798,0.5761185243,390,0.815086969,-0.338144359,9038.8632779 +246,-1.433377362,0.6064716109,390,0.815086969,-0.338144359,9157.2793144 +247,-1.408172432,0.5903155476,390,0.815086969,-0.338144359,9079.6441392 +248,-1.749645898,0.7757118084,390,0.815086969,-0.338144359,9873.8885477 +249,-1.571626686,0.615046989,390,0.815086969,-0.338144359,9596.7339163 +250,-1.514070049,0.6303003037,390,0.815086969,-0.338144359,9403.7586319 +251,-1.480890369,0.6237966528,390,0.815086969,-0.338144359,9302.3993579 +252,-1.704390658,0.5281680612,390,0.815086969,-0.338144359,10095.496383 +253,-1.64434733,0.5254277498,390,0.815086969,-0.338144359,9894.1303385 +254,-1.703855997,0.4792484842,390,0.815086969,-0.338144359,10121.339313 +255,-1.692002383,0.5748825051,390,0.815086969,-0.338144359,10016.340062 +256,-1.854136457,0.5544643913,390,0.815086969,-0.338144359,10558.671897 +257,-1.665021206,0.520317736,390,0.815086969,-0.338144359,9967.183662 +258,-1.733654349,0.4845187345,390,0.815086969,-0.338144359,10222.672546 +259,-1.720938188,0.5135933906,390,0.815086969,-0.338144359,10161.523842 +260,-1.742668307,0.553296122,390,0.815086969,-0.338144359,10201.48228 +261,-1.965659039,0.7142126903,390,0.815086969,-0.338144359,10518.807575 +262,-1.944438071,0.6772834804,390,0.815086969,-0.338144359,10568.804131 +263,-1.270340967,0.7681487096,390,0.815086969,-0.338144359,8597.5805775 +264,-1.353091884,0.6549276821,390,0.815086969,-0.338144359,8885.4686218 +265,-1.333236659,0.6413584414,390,0.815086969,-0.338144359,8826.4042041 +266,-1.352015998,0.6753788907,390,0.815086969,-0.338144359,8875.2783029 +267,-1.377988483,0.6577816235,390,0.815086969,-0.338144359,8962.327467 +268,-2.13075611,0.8318642051,390,0.815086969,-0.338144359,10389.099664 +269,-2.097910953,0.8259670014,390,0.815086969,-0.338144359,10375.386301 +270,-1.416382069,0.6694271549,390,0.815086969,-0.338144359,9076.107194 +271,-1.538905672,0.7535625993,390,0.815086969,-0.338144359,9362.5177935 +272,-1.572309477,0.7803125099,390,0.815086969,-0.338144359,9417.3051102 +273,-1.87759879,0.7503853417,390,0.815086969,-0.338144359,10230.208904 +274,1.152365588,0.590457682,390,0.815086969,-0.338144359,3892.3592638 +275,0.350198001,0.718001859,390,0.815086969,-0.338144359,4518.8778265 +276,0.046513677,0.491503852,390,0.815086969,-0.338144359,4411.3532696 +277,0.027510309,0.742571376,390,0.815086969,-0.338144359,5155.2103864 +278,0.306285725,-0.214631579,390,0.815086969,-0.338144359,1996.604384 +279,-1.100564889,0.318051531,390,0.815086969,-0.338144359,7880.7796302 +280,-1.078582306,0.301437596,390,0.815086969,-0.338144359,7784.4195461 +281,-1.137371989,-0.617634065,390,0.815086969,-0.338144359,6596.180496 +282,0.784356344,0.703272339,390,0.815086969,-0.338144359,4126.6104319 +283,-1.221209947,0.218327455,390,0.815086969,-0.338144359,8228.7725869 +284,2.347301921,-0.449114658,390,0.815086969,-0.338144359,5517.8835331 +285,0.246820618,0.830553713,390,0.815086969,-0.338144359,5050.9015428 +286,0.829414965,0.703288228,390,0.815086969,-0.338144359,4125.4533992 +287,-1.337537566,0.42332223,390,0.815086969,-0.338144359,8815.3071724 +288,0.882453706,0.454478077,390,0.815086969,-0.338144359,3150.2562553 +289,1.575629659,0.416419109,390,0.815086969,-0.338144359,4189.6777385 +290,-1.039455679,0.229888244,390,0.815086969,-0.338144359,7565.5482476 +291,0.489558039,0.934482747,390,0.815086969,-0.338144359,5162.3214347 +292,0.081344504,0.88384514,390,0.815086969,-0.338144359,5473.5004605 +293,-1.547979814,0.300350308,390,0.815086969,-0.338144359,9520.0208536 +294,0.040776181,0.168560074,390,0.815086969,-0.338144359,3627.225862 +295,-1.130374745,0.563894876,390,0.815086969,-0.338144359,8155.9461048 +296,1.578326642,0.478507176,390,0.815086969,-0.338144359,4362.5617291 +297,-1.12861823,-0.291640865,390,0.815086969,-0.338144359,7156.6547762 +298,0.310524208,0.770885792,390,0.815086969,-0.338144359,4758.0901591 +299,0.415649091,-0.387246002,390,0.815086969,-0.338144359,1490.5183927 +300,-0.926533878,-0.188022748,390,0.815086969,-0.338144359,6600.9155917 +301,1.258856172,-0.11716081,390,0.815086969,-0.338144359,1918.886642 +302,-1.126050026,0.322941926,390,0.815086969,-0.338144359,7978.465488 +303,2.002785835,0.07893892,390,0.815086969,-0.338144359,4909.2370682 +304,0.440437607,0.746258085,390,0.815086969,-0.338144359,4507.6847338 +305,-0.030391866,0.214441206,390,0.815086969,-0.338144359,3958.2823967 +306,0.521557815,-0.058929362,390,0.815086969,-0.338144359,1585.092291 +307,-0.097005111,0.13317729,390,0.815086969,-0.338144359,4017.3899964 +308,1.83113859,0.221857587,390,0.815086969,-0.338144359,4541.0941045 +309,0.222428864,0.099404236,390,0.815086969,-0.338144359,2888.3853042 +310,-1.702731345,0.8728568183,390,0.815086969,-0.338144359,9558.6903323 +311,-0.418507569,0.278324921,390,0.815086969,-0.338144359,5388.0960255 +312,-1.41153306,0.339029988,390,0.815086969,-0.338144359,9039.5981333 +313,0.357560442,0.114788776,390,0.815086969,-0.338144359,2530.5105596 +314,0.325818979,0.268352149,390,0.815086969,-0.338144359,3066.8801539 +315,-1.246004659,-0.663679965,390,0.815086969,-0.338144359,6800.5825545 +316,1.814603087,0.637404484,390,0.815086969,-0.338144359,5373.7051604 +317,1.843704281,-0.18300445,390,0.815086969,-0.338144359,3967.005626 +318,1.690644492,-0.211480909,390,0.815086969,-0.338144359,3364.3039871 +319,-1.275451936,0.068109467,390,0.815086969,-0.338144359,8250.4146475 +320,0.762430171,-0.207594741,390,0.815086969,-0.338144359,554.68154256 +321,0.265668905,-0.014647884,390,0.815086969,-0.338144359,2486.8131806 +322,-2.773032013,-0.335515811,390,0.815086969,-0.338144359,9261.2626777 +323,-1.469512853,0.174058777,390,0.815086969,-0.338144359,9107.5406745 +324,0.286276986,0.785925691,390,0.815086969,-0.338144359,4843.7935742 +325,-1.379324697,0.377432233,390,0.815086969,-0.338144359,8943.9743031 +326,-1.203778265,0.212813032,390,0.815086969,-0.338144359,8157.9390133 +327,0.579916301,0.611743168,390,0.815086969,-0.338144359,3865.089897 +328,0.267582642,0.868113908,390,0.815086969,-0.338144359,5149.7061546 +329,0.412869244,-0.050245578,390,0.815086969,-0.338144359,1929.7587605 +330,0.17524381,0.976660285,390,0.815086969,-0.338144359,5630.5607643 +331,0.743157214,0.204812899,390,0.815086969,-0.338144359,2168.8946913 +332,-1.070758176,0.269382282,390,0.815086969,-0.338144359,7723.4386355 +333,-1.230364251,0.329790229,390,0.815086969,-0.338144359,8366.4608576 +334,-1.374813124,-0.024926835,390,0.815086969,-0.338144359,8476.7472505 +335,0.519780566,0.463669906,390,0.815086969,-0.338144359,3372.6628627 +336,-1.55108034,0.239698561,390,0.815086969,-0.338144359,9481.7773006 +337,0.180294813,0.029739425,390,0.815086969,-0.338144359,2866.3524385 +338,0.67820924,0.268170153,390,0.815086969,-0.338144359,2460.1307951 +339,0.445798684,1.024001867,390,0.815086969,-0.338144359,5528.8961257 +340,0.691751283,0.150521402,390,0.815086969,-0.338144359,1994.5623558 +341,-1.036643551,-0.903056181,390,0.815086969,-0.338144359,5831.0104187 +342,-0.120287036,1.083325163,390,0.815086969,-0.338144359,6344.0989776 +343,2.823513113,-0.304487164,390,0.815086969,-0.338144359,7354.0761181 +344,0.457583172,1.12513373,390,0.815086969,-0.338144359,5898.3456784 +345,0.042918831,0.813795399,390,0.815086969,-0.338144359,5331.196015 +346,1.196146777,-0.853142756,390,0.815086969,-0.338144359,2373.3800555 +347,0.206001358,-0.010430701,390,0.815086969,-0.338144359,2696.1743485 +348,-0.268308653,0.234799412,390,0.815086969,-0.338144359,4794.9689105 +349,0.759363263,0.736189579,390,0.815086969,-0.338144359,4260.3231831 +350,0.181363926,0.891988372,390,0.815086969,-0.338144359,5346.9600327 +351,-0.021111158,0.139103292,390,0.815086969,-0.338144359,3770.0364805 +352,-0.093355215,0.630686981,390,0.815086969,-0.338144359,5127.0094638 +353,0.40118964,0.681375926,390,0.815086969,-0.338144359,4320.0878989 +354,-0.721197315,1.304706234,390,0.815086969,-0.338144359,7476.664752 +355,-1.076150317,0.212107639,390,0.815086969,-0.338144359,7682.0191169 +356,-1.577164531,0.273993443,390,0.815086969,-0.338144359,9609.209647 +357,-0.190788414,0.182208586,390,0.815086969,-0.338144359,4432.4510693 +358,-0.261349752,0.209710184,390,0.815086969,-0.338144359,4726.0674218 +359,-1.029303852,0.083549259,390,0.815086969,-0.338144359,7353.0010408 +360,-1.268609162,0.330525297,390,0.815086969,-0.338144359,8507.4743332 +361,1.282982244,-0.926641967,390,0.815086969,-0.338144359,2735.3282842 +362,0.217352334,0.731352408,390,0.815086969,-0.338144359,4768.1984622 +363,-1.511833084,0.258629297,390,0.815086969,-0.338144359,9352.3375528 +364,0.338812194,0.823184618,390,0.815086969,-0.338144359,4903.4967247 +365,-0.324406489,1.134201999,390,0.815086969,-0.338144359,6753.7116698 +366,1.389579348,0.399185724,390,0.815086969,-0.338144359,3669.3921716 +367,2.047152199,-0.039082036,390,0.815086969,-0.338144359,4905.7770052 +368,0.947780369,0.568250077,390,0.815086969,-0.338144359,3625.2742814 +369,0.763824846,0.576754987,390,0.815086969,-0.338144359,3629.1055498 +370,-0.142334657,0.928153068,390,0.815086969,-0.338144359,5984.5701762 +371,0.610266567,0.547265983,390,0.815086969,-0.338144359,3592.5188604 +372,0.210731629,0.746815056,390,0.815086969,-0.338144359,4829.5729802 +373,-1.34931644,0.316895224,390,0.815086969,-0.338144359,8794.5535101 +374,2.407696481,0.655030745,390,0.815086969,-0.338144359,7094.0618922 +375,0.64207831,0.545359131,390,0.815086969,-0.338144359,3560.8703249 +376,1.174597538,0.840588356,390,0.815086969,-0.338144359,4839.917352 +377,0.660059424,0.010604079,390,0.815086969,-0.338144359,1507.0632804 +378,-0.730263819,0.010486456,390,0.815086969,-0.338144359,6140.6308508 +379,0.831068936,0.512339172,390,0.815086969,-0.338144359,3369.3186333 +380,1.301180979,0.72367476,390,0.815086969,-0.338144359,4568.5583167 +381,1.811128231,0.322854402,390,0.815086969,-0.338144359,4673.2470687 +382,0.435105812,0.992284428,390,0.815086969,-0.338144359,5419.2214358 +383,0.62643634,0.592027932,390,0.815086969,-0.338144359,3752.5967168 +384,0.492988703,-0.516339467,390,0.815086969,-0.338144359,1355.964994 +385,-0.162469483,0.112549365,390,0.815086969,-0.338144359,4208.0738108 +386,0.314630866,0.472006421,390,0.815086969,-0.338144359,3740.18864 +387,0.166744804,0.822815954,390,0.815086969,-0.338144359,5146.1686263 +388,0.417159608,0.965805736,390,0.815086969,-0.338144359,5336.1362065 +389,0.106334961,0.868774244,390,0.815086969,-0.338144359,5387.1518829 +390,0.815086969,-0.338144359,390,0.815086969,-0.338144359,0 +391,0.59867455,-0.230624824,390,0.815086969,-0.338144359,925.91277417 +392,1.915104874,0.066220985,390,0.815086969,-0.338144359,4570.2494378 +393,1.278093622,0.064463721,390,0.815086969,-0.338144359,2407.3708787 +394,-0.061477853,0.302997961,390,0.815086969,-0.338144359,4251.9794033 +395,0.251311504,0.626976942,390,0.815086969,-0.338144359,4368.2241341 +396,2.950242872,0.149095644,390,0.815086969,-0.338144359,8520.4477888 +397,-0.180294708,0.35375117,390,0.815086969,-0.338144359,4734.9046592 +398,1.010448592,-0.351180233,390,0.815086969,-0.338144359,730.00689976 +399,-1.748740498,0.3686318073,390,0.815086969,-0.338144359,10297.140779 +400,2.699635665,0.123533791,390,0.815086969,-0.338144359,7553.2283428 +401,0.496808033,0.823843254,390,0.815086969,-0.338144359,4740.578052 +402,0.129574704,0.763364087,390,0.815086969,-0.338144359,5022.1998024 +403,1.798920311,0.817447563,390,0.815086969,-0.338144359,5763.6216299 +404,0.335987953,0.746786541,390,0.815086969,-0.338144359,4639.2104726 +405,-1.085413643,0.292154671,390,0.815086969,-0.338144359,7800.3660511 +406,-0.155321003,0.508207011,390,0.815086969,-0.338144359,4997.6457229 +407,0.620529244,-0.301175104,390,0.815086969,-0.338144359,745.94883116 +408,1.684402744,0.368716966,390,0.815086969,-0.338144359,4380.5028559 +409,0.300582244,-0.386397212,390,0.815086969,-0.338144359,1912.2864771 +410,2.913555946,-0.009225192,390,0.815086969,-0.338144359,8168.6701135 +411,1.465101417,0.493232532,390,0.815086969,-0.338144359,4127.7400771 +412,0.090612882,0.907955955,390,0.815086969,-0.338144359,5532.3050633 +413,2.987564726,-0.729568594,390,0.815086969,-0.338144359,6926.4942261 +414,-1.484261606,0.224149272,390,0.815086969,-0.338144359,9216.9633117 +415,0.164073421,0.303955133,390,0.815086969,-0.338144359,3589.480319 +416,0.141441293,0.167552546,390,0.815086969,-0.338144359,3304.9327513 +417,2.931321023,-0.506718887,390,0.815086969,-0.338144359,7292.1668772 +418,2.21951565,0.700596356,390,0.815086969,-0.338144359,6596.5428995 +419,0.268112576,1.199114336,390,0.815086969,-0.338144359,6287.1083216 +420,0.978913739,0.359223811,390,0.815086969,-0.338144359,2834.4303429 +421,1.210898818,0.522863584,390,0.815086969,-0.338144359,3729.749874 +422,2.347397336,0.129231362,390,0.815086969,-0.338144359,6248.6876449 +423,0.614394501,0.556878345,390,0.815086969,-0.338144359,3626.1301323 +424,-1.398079356,0.148483366,390,0.815086969,-0.338144359,8810.7270208 +425,2.535303836,-0.112984496,390,0.815086969,-0.338144359,6627.200943 +426,-1.019372593,-0.405322349,390,0.815086969,-0.338144359,6599.3083507 +427,-1.297785627,-0.160104069,390,0.815086969,-0.338144359,7971.9932886 +428,2.144554488,0.205051084,390,0.815086969,-0.338144359,5612.7448366 +429,-2.242387083,-0.426171285,390,0.815086969,-0.338144359,9399.0494256 +430,0.338637212,0.909723676,390,0.815086969,-0.338144359,5209.4391091 +431,-0.148798452,0.691042401,390,0.815086969,-0.338144359,5411.521044 +432,0.893524764,0.441829531,390,0.815086969,-0.338144359,3104.2169593 +433,0.969229347,-0.368847936,390,0.815086969,-0.338144359,585.47679693 +434,0.436043248,0.800045688,390,0.815086969,-0.338144359,4709.6291091 +435,1.687946607,1.081504775,390,0.815086969,-0.338144359,6253.124041 +436,0.522302046,-0.034889271,390,0.815086969,-0.338144359,1652.3286806 +437,-0.178996113,-0.438090009,390,0.815086969,-0.338144359,3640.5206 +438,-1.094339566,0.301444068,390,0.815086969,-0.338144359,7842.2041805 +439,-1.064070054,0.242569932,390,0.815086969,-0.338144359,7670.4961574 +440,-1.068153768,0.230387998,390,0.815086969,-0.338144359,7672.4467736 +441,-3.00496892,-0.23989155,390,0.815086969,-0.338144359,8945.0713418 +442,0.21751974,0.766874888,390,0.815086969,-0.338144359,4883.9574019 +443,0.117229532,0.007619006,390,0.815086969,-0.338144359,3036.4499103 +444,0.777758451,0.420554741,390,0.815086969,-0.338144359,3008.6595279 +445,-0.252356999,0.250747086,390,0.815086969,-0.338144359,4769.5578871 +446,0.363148444,0.768483434,390,0.815086969,-0.338144359,4679.7203141 +447,0.903191366,-0.118210676,390,0.815086969,-0.338144359,934.83999397 +448,-0.205755923,0.149406178,390,0.815086969,-0.338144359,4425.3269543 +449,1.811996086,0.02364353,390,0.815086969,-0.338144359,4128.8441968 +450,-1.100670221,0.314845373,390,0.815086969,-0.338144359,7878.1626552 +451,0.340078597,0.850105132,390,0.815086969,-0.338144359,4996.9077481 +452,0.258757267,0.804969236,390,0.815086969,-0.338144359,4947.7648046 +453,2.78505352,-0.155160804,390,0.815086969,-0.338144359,7474.4635251 +454,0.800551619,0.105822106,390,0.815086969,-0.338144359,1759.4648 +455,0.437940882,-0.506194031,390,0.815086969,-0.338144359,1513.0428848 +456,2.230431122,0.63458615,390,0.815086969,-0.338144359,6535.3461014 +457,0.527965361,0.127667701,390,0.815086969,-0.338144359,2158.5516458 +458,-0.063643205,0.702093448,390,0.815086969,-0.338144359,5239.9651212 +459,1.408447268,0.133010502,390,0.815086969,-0.338144359,2973.5020139 +460,0.523795955,0.280266966,390,0.815086969,-0.338144359,2699.5353487 +461,-0.975769313,0.072177659,390,0.815086969,-0.338144359,7138.3918448 +462,0.549774164,-0.463663986,390,0.815086969,-0.338144359,1086.5810042 +463,0.29245874,1.095549818,390,0.815086969,-0.338144359,5908.4698799 +464,0.143625958,0.816809593,390,0.815086969,-0.338144359,5164.6228992 +465,0.671902494,0.611159853,390,0.815086969,-0.338144359,3798.5813655 +466,1.239840988,0.6724199,390,0.815086969,-0.338144359,4302.6546854 +467,0.607829703,-0.10932137,390,0.815086969,-0.338144359,1207.8608694 +468,1.763020906,0.263996692,390,0.815086969,-0.338144359,4396.5499268 +469,0.378714634,0.726066797,390,0.815086969,-0.338144359,4509.0293586 +470,2.196736143,-0.153862366,390,0.815086969,-0.338144359,5318.4519372 +471,0.01702415,0.148991565,390,0.815086969,-0.338144359,3662.986363 +472,-2.998490902,-0.158002487,390,0.815086969,-0.338144359,9166.9748794 +473,-3.051262951,-0.346595608,390,0.815086969,-0.338144359,8536.1503368 +474,-1.069176439,0.182802941,390,0.815086969,-0.338144359,7622.862939 +475,0.167157509,0.595344954,390,0.815086969,-0.338144359,4431.674009 +476,0.613855648,0.681746124,390,0.815086969,-0.338144359,4108.1410896 +477,1.037012736,0.682555367,390,0.815086969,-0.338144359,4125.881963 +478,-1.253574971,0.379755746,390,0.815086969,-0.338144359,8487.9468909 +479,3.108590453,-0.132620738,390,0.815086969,-0.338144359,8646.5960019 +480,0.565301296,0.022333262,390,0.815086969,-0.338144359,1726.8980737 +481,0.547898238,0.855555614,390,0.815086969,-0.338144359,4821.344043 +482,0.948309381,0.417393755,390,0.815086969,-0.338144359,3036.5725943 +483,-0.050600732,0.945269213,390,0.815086969,-0.338144359,5868.632662 +484,-0.977651478,-0.572363064,390,0.815086969,-0.338144359,6201.6747657 +485,1.102014914,0.728861163,390,0.815086969,-0.338144359,4355.3921438 +486,2.927300795,-0.282939414,390,0.815086969,-0.338144359,7741.2013063 +487,-1.154565557,0.124434095,390,0.815086969,-0.338144359,7872.3316053 +488,1.855331234,0.291044755,390,0.815086969,-0.338144359,4754.3513331 +489,0.830290659,0.276904518,390,0.815086969,-0.338144359,2436.9284645 +490,0.485104466,-0.234867441,390,0.815086969,-0.338144359,1317.7243745 +491,0.521367572,-0.33161327,390,0.815086969,-0.338144359,1098.6666347 +1,-1.539031704,0.7349710123,391,0.59867455,-0.230624824,8486.7370136 +2,-1.536990553,0.7349663874,391,0.59867455,-0.230624824,8480.8826317 +3,-1.534951779,0.7349571355,391,0.59867455,-0.230624824,8475.0368888 +4,-1.532906461,0.7349480293,391,0.59867455,-0.230624824,8469.1701156 +5,-1.531320211,0.7346937278,391,0.59867455,-0.230624824,8464.8236795 +6,-1.539451648,0.7335131775,391,0.59867455,-0.230624824,8489.1841686 +7,-1.537429487,0.7335445708,391,0.59867455,-0.230624824,8483.3454867 +8,-1.535484998,0.7335658704,391,0.59867455,-0.230624824,8477.737015 +9,-1.533488396,0.7336036027,391,0.59867455,-0.230624824,8471.9633914 +10,-1.531497785,0.7335842962,391,0.59867455,-0.230624824,8466.2527163 +11,-1.530259379,0.7334777758,391,0.59867455,-0.230624824,8462.776681 +12,-1.5335454,0.7322346912,391,0.59867455,-0.230624824,8473.2652074 +13,-1.531489083,0.7322238773,391,0.59867455,-0.230624824,8467.3500982 +14,-1.530011122,0.7321679851,391,0.59867455,-0.230624824,8463.1367603 +15,-1.53348106,0.7306614094,391,0.59867455,-0.230624824,8474.3817076 +16,-1.531441779,0.7306962275,391,0.59867455,-0.230624824,8468.4686524 +17,-1.529755654,0.7306933243,391,0.59867455,-0.230624824,8463.6042654 +18,-1.533415048,0.7291384674,391,0.59867455,-0.230624824,8475.4454208 +19,-1.531392093,0.7291705353,391,0.59867455,-0.230624824,8469.5726616 +20,-1.529296523,0.7291214933,391,0.59867455,-0.230624824,8463.5540845 +21,-1.535280942,0.727267644,391,0.59867455,-0.230624824,8482.3796951 +22,-1.533378158,0.7276139666,391,0.59867455,-0.230624824,8476.5884714 +23,-1.531340368,0.7276446587,391,0.59867455,-0.230624824,8470.6648392 +24,-1.528960113,0.7276398177,391,0.59867455,-0.230624824,8463.7764837 +25,-1.533313146,0.7260818349,391,0.59867455,-0.230624824,8477.6502463 +26,-1.531259555,0.7260958115,391,0.59867455,-0.230624824,8471.6851272 +27,-1.528926415,0.7260865555,391,0.59867455,-0.230624824,8464.9259854 +28,-1.531226779,0.7245511789,391,0.59867455,-0.230624824,8472.8349884 +29,-1.528904772,0.7245519194,391,0.59867455,-0.230624824,8466.0895264 +30,-1.547195875,0.7409785979,391,0.59867455,-0.230624824,8504.8353456 +31,-1.5451475,0.740980426,391,0.59867455,-0.230624824,8499.0000341 +32,-1.543097679,0.7409798872,391,0.59867455,-0.230624824,8493.160563 +33,-1.540720364,0.7409892687,391,0.59867455,-0.230624824,8486.376734 +34,-1.547188511,0.7395198392,391,0.59867455,-0.230624824,8506.1125819 +35,-1.545148587,0.7395226109,391,0.59867455,-0.230624824,8500.2915281 +36,-1.543104538,0.7395314908,391,0.59867455,-0.230624824,8494.4512722 +37,-1.540727751,0.7395306258,391,0.59867455,-0.230624824,8487.6675247 +38,-1.547187029,0.7380014886,391,0.59867455,-0.230624824,8507.4540581 +39,-1.545147315,0.7380012252,391,0.59867455,-0.230624824,8501.6269458 +40,-1.54310719,0.7380060743,391,0.59867455,-0.230624824,8495.7920899 +41,-1.540719671,0.7380068206,391,0.59867455,-0.230624824,8488.9653554 +42,-1.547187189,0.7364799098,391,0.59867455,-0.230624824,8508.7974116 +43,-1.545149996,0.7364853874,391,0.59867455,-0.230624824,8502.9631539 +44,-1.543106091,0.7364823484,391,0.59867455,-0.230624824,8497.1150514 +45,-1.540717158,0.7364893901,391,0.59867455,-0.230624824,8490.2679234 +46,-1.538663972,0.7410138672,391,0.59867455,-0.230624824,8480.4922277 +47,-1.53695285,0.7409699132,391,0.59867455,-0.230624824,8475.649823 +48,-1.534910498,0.7409641297,391,0.59867455,-0.230624824,8469.8276688 +49,-1.533145034,0.7409536636,391,0.59867455,-0.230624824,8464.7977795 +50,-1.538681336,0.7395405883,391,0.59867455,-0.230624824,8481.8152061 +51,-1.536999189,0.7395183096,391,0.59867455,-0.230624824,8477.0292836 +52,-1.534923633,0.7395144222,391,0.59867455,-0.230624824,8471.1017428 +53,-1.533267822,0.7395654306,391,0.59867455,-0.230624824,8466.3256063 +54,-1.53867273,0.7380151077,391,0.59867455,-0.230624824,8483.1036328 +55,-1.536980576,0.7379994392,391,0.59867455,-0.230624824,8478.2756406 +56,-1.534931522,0.7379944961,391,0.59867455,-0.230624824,8472.4153728 +57,-1.533387952,0.7379480264,391,0.59867455,-0.230624824,8468.0354282 +58,-1.538682279,0.7364914363,391,0.59867455,-0.230624824,8484.4368109 +59,-1.536980704,0.7364810563,391,0.59867455,-0.230624824,8479.5695457 +60,-1.534935567,0.7364752065,391,0.59867455,-0.230624824,8473.7119439 +61,-1.533042592,0.7363876366,391,0.59867455,-0.230624824,8468.3571534 +62,-1.545143426,0.7349628011,391,0.59867455,-0.230624824,8504.2731245 +63,-1.543105297,0.7349691947,391,0.59867455,-0.230624824,8498.4240718 +64,-1.541064533,0.7349647152,391,0.59867455,-0.230624824,8492.5748044 +65,-1.545411803,0.7334624714,391,0.59867455,-0.230624824,8506.3474378 +66,-1.543446606,0.7334780896,391,0.59867455,-0.230624824,8500.6910129 +67,-1.541475327,0.7334957295,391,0.59867455,-0.230624824,8495.0136552 +68,-1.545401939,0.731963266,391,0.59867455,-0.230624824,8507.617586 +69,-1.54342253,0.7319915583,391,0.59867455,-0.230624824,8501.9006345 +70,-1.541455867,0.7320216438,391,0.59867455,-0.230624824,8496.2172243 +71,-1.545410146,0.7304422281,391,0.59867455,-0.230624824,8508.9529584 +72,-1.543435491,0.7304713664,391,0.59867455,-0.230624824,8503.2400954 +73,-1.541463105,0.7304997613,391,0.59867455,-0.230624824,8497.5328288 +74,-1.545414768,0.7289194936,391,0.59867455,-0.230624824,8510.2738268 +75,-1.543435774,0.7289538557,391,0.59867455,-0.230624824,8504.5351421 +76,-1.541457714,0.7289765881,391,0.59867455,-0.230624824,8498.8074694 +77,-1.539449415,0.7320555866,391,0.59867455,-0.230624824,8490.4144919 +78,-1.537429183,0.7321097681,391,0.59867455,-0.230624824,8484.5535186 +79,-1.535472649,0.7321497267,391,0.59867455,-0.230624824,8478.8865348 +80,-1.539457899,0.7305333307,391,0.59867455,-0.230624824,8491.7250267 +81,-1.537453161,0.7305750503,391,0.59867455,-0.230624824,8485.9102072 +82,-1.535479385,0.7306124949,391,0.59867455,-0.230624824,8480.186813 +83,-1.53946905,0.7290102593,391,0.59867455,-0.230624824,8493.0383676 +84,-1.537459922,0.7290417293,391,0.59867455,-0.230624824,8487.2104941 +85,-1.535451349,0.7290890157,391,0.59867455,-0.230624824,8481.3695852 +86,-1.535522937,0.7279887191,391,0.59867455,-0.230624824,8482.4857457 +87,-1.539442524,0.7274735939,391,0.59867455,-0.230624824,8494.2485509 +88,-1.537424111,0.727521351,391,0.59867455,-0.230624824,8488.3712351 +89,-1.539384641,0.7259505092,391,0.59867455,-0.230624824,8495.3506044 +90,-1.537372391,0.7259947145,391,0.59867455,-0.230624824,8489.48509 +91,-1.535340789,0.7260435356,391,0.59867455,-0.230624824,8483.5583219 +92,-1.539325716,0.7244369706,391,0.59867455,-0.230624824,8496.4355284 +93,-1.537308932,0.7244801057,391,0.59867455,-0.230624824,8490.54884 +94,-1.535289068,0.7245247645,391,0.59867455,-0.230624824,8484.6505678 +95,-1.533261366,0.7245550236,391,0.59867455,-0.230624824,8478.7398309 +96,-1.539267302,0.722921924,391,0.59867455,-0.230624824,8497.5170377 +97,-1.537248972,0.7229660258,391,0.59867455,-0.230624824,8491.6161482 +98,-1.535219431,0.7229916471,391,0.59867455,-0.230624824,8485.6962903 +99,-1.53318962,0.7230212049,391,0.59867455,-0.230624824,8479.7708749 +100,-1.531154816,0.7230299897,391,0.59867455,-0.230624824,8473.8460185 +101,-1.528878341,0.7230370244,391,0.59867455,-0.230624824,8467.2175807 +102,-1.539218189,0.7214009878,391,0.59867455,-0.230624824,8498.6242864 +103,-1.537198791,0.7214422745,391,0.59867455,-0.230624824,8492.7136436 +104,-1.535179266,0.7214634354,391,0.59867455,-0.230624824,8486.817491 +105,-1.533156501,0.7214944644,391,0.59867455,-0.230624824,8480.9023597 +106,-1.53113574,0.7215166021,391,0.59867455,-0.230624824,8474.9986442 +107,-1.528874248,0.7215345535,391,0.59867455,-0.230624824,8468.3951328 +108,-1.539217656,0.7198512397,391,0.59867455,-0.230624824,8499.890502 +109,-1.537199919,0.7199428763,391,0.59867455,-0.230624824,8493.9348389 +110,-1.545425832,0.727397149,391,0.59867455,-0.230624824,8511.6073131 +111,-1.543371177,0.7273916949,391,0.59867455,-0.230624824,8505.6748579 +112,-1.541368852,0.7274523163,391,0.59867455,-0.230624824,8499.8360022 +113,-1.545349067,0.7258710923,391,0.59867455,-0.230624824,8512.684193 +114,-1.54332671,0.7258603556,391,0.59867455,-0.230624824,8506.8402618 +115,-1.541346831,0.7259242142,391,0.59867455,-0.230624824,8501.0547702 +116,-1.545324355,0.7243383958,391,0.59867455,-0.230624824,8513.9111038 +117,-1.543292796,0.7243617413,391,0.59867455,-0.230624824,8508.0026217 +118,-1.541295822,0.7244024384,391,0.59867455,-0.230624824,8502.178269 +119,-1.543193859,0.7205570215,391,0.59867455,-0.230624824,8510.8900731 +120,-1.550257047,0.7386738187,391,0.59867455,-0.230624824,8515.6194996 +121,-1.549335448,0.7311736483,391,0.59867455,-0.230624824,8519.6152989 +122,-1.533478843,0.7179891343,391,0.59867455,-0.230624824,8484.6418744 +123,-1.556150555,0.738907041,391,0.59867455,-0.230624824,8532.2104823 +124,-1.554324226,0.733414257,391,0.59867455,-0.230624824,8531.9576635 +125,-1.554290846,0.7288285332,391,0.59867455,-0.230624824,8535.9378913 +126,-1.55122487,0.7219795312,391,0.59867455,-0.230624824,8533.0318208 +127,-1.525104458,0.7229399862,391,0.59867455,-0.230624824,8456.30924 +128,-1.519607711,0.7236181429,391,0.59867455,-0.230624824,8439.7775187 +129,-1.513899999,0.7251107854,391,0.59867455,-0.230624824,8422.025177 +130,-1.536620762,0.7431061895,391,0.59867455,-0.230624824,8472.8600884 +131,-1.5369566,0.7460845958,391,0.59867455,-0.230624824,8471.2259584 +132,-1.545345528,0.7447040685,391,0.59867455,-0.230624824,8496.2474726 +133,-1.532813921,0.7432306626,391,0.59867455,-0.230624824,8461.9145909 +134,-1.554788248,0.7382381001,391,0.59867455,-0.230624824,8528.9366801 +135,-1.540348126,0.7301594274,391,0.59867455,-0.230624824,8494.6070622 +136,-1.538016084,0.7239051786,391,0.59867455,-0.230624824,8493.0739168 +137,-1.525288962,0.7258085137,391,0.59867455,-0.230624824,8454.5912777 +138,-1.534326986,0.731241342,391,0.59867455,-0.230624824,8476.3414936 +139,-1.530733872,0.7303625216,391,0.59867455,-0.230624824,8466.6982107 +141,-1.534354939,0.7328219978,391,0.59867455,-0.230624824,8475.1078124 +142,-1.53157084,0.7292888153,391,0.59867455,-0.230624824,8469.9927547 +143,-1.525691035,0.7263799874,391,0.59867455,-0.230624824,8455.3062219 +144,-1.534031287,0.7495967835,391,0.59867455,-0.230624824,8459.873567 +145,-1.527714986,0.7283095957,391,0.59867455,-0.230624824,8459.6328903 +146,-1.526189586,0.7271468292,391,0.59867455,-0.230624824,8456.1433246 +147,-1.555177336,0.7375563366,391,0.59867455,-0.230624824,8530.6654708 +148,-1.555080283,0.7312707794,391,0.59867455,-0.230624824,8536.0415734 +149,-1.53856994,0.7224180299,391,0.59867455,-0.230624824,8495.9046483 +150,-1.530837883,0.729933372,391,0.59867455,-0.230624824,8467.348907 +151,-1.515066984,0.5854133365,391,0.59867455,-0.230624824,8507.5057053 +152,-1.534731633,0.5368370046,391,0.59867455,-0.230624824,8591.2744245 +153,-1.515231902,0.5607085576,391,0.59867455,-0.230624824,8517.4806695 +154,-2.616253799,1.0684566605,391,0.59867455,-0.230624824,9118.4869378 +155,-1.956071439,0.5792177723,391,0.59867455,-0.230624824,9918.4165162 +156,-1.951208514,0.5602434208,391,0.59867455,-0.230624824,9934.5360666 +157,-1.944675062,0.6062144545,391,0.59867455,-0.230624824,9838.3308959 +158,-1.613778386,0.6077989518,391,0.59867455,-0.230624824,8814.8851616 +159,-2.035029014,0.6021432345,391,0.59867455,-0.230624824,10103.757291 +160,-2.114989471,0.6801825058,391,0.59867455,-0.230624824,10117.197418 +161,-2.037382079,0.5765830025,391,0.59867455,-0.230624824,10162.434286 +162,-2.129855121,0.6585019963,391,0.59867455,-0.230624824,10209.601643 +163,-2.075141798,0.6493615843,391,0.59867455,-0.230624824,10102.346784 +164,-1.828626729,0.6948433129,391,0.59867455,-0.230624824,9356.8615395 +165,-1.863329418,0.6735427691,391,0.59867455,-0.230624824,9489.1888795 +166,-1.266037071,0.727988852,391,0.59867455,-0.230624824,7691.8253268 +167,-1.277579582,0.7249010648,391,0.59867455,-0.230624824,7726.2579952 +168,-1.258418684,0.7241194816,391,0.59867455,-0.230624824,7669.4912375 +169,-1.317813974,0.6804850104,391,0.59867455,-0.230624824,7852.9010041 +170,-1.344165204,0.6790988904,391,0.59867455,-0.230624824,7934.2309246 +171,-1.427582102,0.5277120351,391,0.59867455,-0.230624824,8227.9911401 +172,-1.402238616,0.457167829,391,0.59867455,-0.230624824,8138.2701692 +173,-1.422454264,0.4996161999,391,0.59867455,-0.230624824,8211.6050217 +174,-1.439089277,0.4894859811,391,0.59867455,-0.230624824,8269.7554224 +175,-1.448126995,0.5182330266,391,0.59867455,-0.230624824,8299.3492686 +176,-1.474626146,0.5881926574,391,0.59867455,-0.230624824,8373.6734623 +177,-1.421139645,0.5584869783,391,0.59867455,-0.230624824,8202.7949225 +178,-1.457037165,0.565943032,391,0.59867455,-0.230624824,8321.600564 +179,-2.757159358,0.3745319,391,0.59867455,-0.230624824,11454.190412 +180,-2.714309238,0.342054471,391,0.59867455,-0.230624824,11657.537004 +181,-2.000525337,0.774119946,391,0.59867455,-0.230624824,9617.2083613 +183,-1.571413436,0.6777838382,391,0.59867455,-0.230624824,8629.5346851 +184,-1.552860289,0.6987663893,391,0.59867455,-0.230624824,8557.105534 +185,-1.521852374,0.7165827476,391,0.59867455,-0.230624824,8451.7011817 +186,-1.503656267,0.6928968252,391,0.59867455,-0.230624824,8414.3168968 +187,-1.502753178,0.7136205882,391,0.59867455,-0.230624824,8397.7018657 +188,-1.631894563,0.7343596465,391,0.59867455,-0.230624824,8751.514909 +189,-1.653765416,0.6770714026,391,0.59867455,-0.230624824,8877.3488266 +190,-1.719812114,0.6715965947,391,0.59867455,-0.230624824,9079.3235088 +191,-1.493406659,0.6646955447,391,0.59867455,-0.230624824,8400.0327481 +192,-1.469120564,0.6613469966,391,0.59867455,-0.230624824,8326.5975802 +193,-1.590551461,0.5326612937,391,0.59867455,-0.230624824,8782.208531 +194,-1.625979264,0.5247742243,391,0.59867455,-0.230624824,8906.2425472 +195,-1.572293943,0.5238808754,391,0.59867455,-0.230624824,8723.7022603 +196,-1.610848725,0.5477107964,391,0.59867455,-0.230624824,8843.2337163 +197,-1.208485554,0.7918526018,391,0.59867455,-0.230624824,7523.9732608 +198,-1.335601374,0.6869083083,391,0.59867455,-0.230624824,7906.466672 +199,-1.346156996,0.6825213377,391,0.59867455,-0.230624824,7939.671378 +200,-1.324381037,0.6741422347,391,0.59867455,-0.230624824,7873.9967159 +201,-1.242424992,0.7378949807,391,0.59867455,-0.230624824,7621.8413891 +202,-1.270370057,0.7392461008,391,0.59867455,-0.230624824,7703.5930536 +203,-1.448950472,0.7441675014,391,0.59867455,-0.230624824,8220.988166 +204,-1.492662363,0.7523026852,391,0.59867455,-0.230624824,8340.441294 +205,-1.479098966,0.7763855017,391,0.59867455,-0.230624824,8284.0470248 +206,-1.633760714,0.7869022408,391,0.59867455,-0.230624824,8693.1304561 +207,-1.647406434,0.8101289331,391,0.59867455,-0.230624824,8697.7210988 +208,-1.564245052,0.5701509278,391,0.59867455,-0.230624824,8676.5096343 +209,-1.646289963,0.6833746083,391,0.59867455,-0.230624824,8848.5816559 +210,-1.5820631,0.6751952144,391,0.59867455,-0.230624824,8663.8333083 +211,-1.613236298,0.6681681791,391,0.59867455,-0.230624824,8764.2260179 +212,-1.914661867,0.8212566515,391,0.59867455,-0.230624824,9315.1932284 +213,-1.742133237,0.7250275956,391,0.59867455,-0.230624824,9070.9906961 +214,-2.033144872,0.6557314699,391,0.59867455,-0.230624824,9981.2821159 +215,-2.039551981,0.6964723658,391,0.59867455,-0.230624824,9900.2991921 +216,-1.247341019,0.7622473908,391,0.59867455,-0.230624824,7634.8989597 +217,-1.298239787,0.7084123392,391,0.59867455,-0.230624824,7789.7866568 +218,-1.308539688,0.6926545592,391,0.59867455,-0.230624824,7822.9489898 +219,-1.303263185,0.6888938396,391,0.59867455,-0.230624824,7807.2845752 +220,-1.852400229,0.6004246149,391,0.59867455,-0.230624824,9571.4588341 +221,-1.288947707,0.7473773692,391,0.59867455,-0.230624824,7756.6574988 +222,-1.372031502,0.7472790993,391,0.59867455,-0.230624824,7997.4427428 +223,-1.289805721,0.7242157877,391,0.59867455,-0.230624824,7762.5832402 +224,-1.350807603,0.7533498126,391,0.59867455,-0.230624824,7933.9678155 +225,-1.329290365,0.7560442322,391,0.59867455,-0.230624824,7871.2225968 +226,-1.410153004,0.616936428,391,0.59867455,-0.230624824,8155.7517092 +227,-1.393445434,0.6308995063,391,0.59867455,-0.230624824,8098.9257764 +228,-1.37595573,0.6241540638,391,0.59867455,-0.230624824,8044.2384354 +229,-1.358388707,0.6172645205,391,0.59867455,-0.230624824,7988.6418864 +230,-1.753741133,0.8281661666,391,0.59867455,-0.230624824,8932.4858257 +231,-1.47430987,0.6834615681,391,0.59867455,-0.230624824,8331.1916027 +232,-1.421012508,0.7222725206,391,0.59867455,-0.230624824,8151.495305 +233,-1.4476833,0.6978557868,391,0.59867455,-0.230624824,8243.0501365 +234,-1.470370723,0.6966193374,391,0.59867455,-0.230624824,8311.9719599 +235,-1.429211703,0.7037216883,391,0.59867455,-0.230624824,8184.6986558 +236,-1.700578405,0.6178673663,391,0.59867455,-0.230624824,9080.727795 +237,-1.678117619,0.6331716163,391,0.59867455,-0.230624824,8995.7462787 +238,-1.725644578,0.6316331145,391,0.59867455,-0.230624824,9143.7766216 +239,-2.14012759,0.7930497945,391,0.59867455,-0.230624824,9838.0274354 +240,-2.103289431,0.7653606263,391,0.59867455,-0.230624824,9853.2860597 +241,-1.318739838,0.7017808746,391,0.59867455,-0.230624824,7852.5577654 +242,-1.396417427,0.7077900843,391,0.59867455,-0.230624824,8084.671866 +243,-1.35650337,0.7185539404,391,0.59867455,-0.230624824,7961.8671708 +244,-1.248884539,0.7274156818,391,0.59867455,-0.230624824,7641.1256836 +245,-1.395014798,0.5761185243,391,0.59867455,-0.230624824,8113.3471726 +246,-1.433377362,0.6064716109,391,0.59867455,-0.230624824,8233.5445023 +247,-1.408172432,0.5903155476,391,0.59867455,-0.230624824,8154.7586831 +248,-1.749645898,0.7757118084,391,0.59867455,-0.230624824,9012.3315126 +249,-1.571626686,0.615046989,391,0.59867455,-0.230624824,8675.2765563 +250,-1.514070049,0.6303003037,391,0.59867455,-0.230624824,8483.248755 +251,-1.480890369,0.6237966528,391,0.59867455,-0.230624824,8380.6715647 +252,-1.704390658,0.5281680612,391,0.59867455,-0.230624824,9169.5884579 +253,-1.64434733,0.5254277498,391,0.59867455,-0.230624824,8968.2973218 +254,-1.703855997,0.4792484842,391,0.59867455,-0.230624824,9197.8454487 +255,-1.692002383,0.5748825051,391,0.59867455,-0.230624824,9092.7101722 +256,-1.854136457,0.5544643913,391,0.59867455,-0.230624824,9637.4178041 +257,-1.665021206,0.520317736,391,0.59867455,-0.230624824,9041.4032612 +258,-1.733654349,0.4845187345,391,0.59867455,-0.230624824,9298.3409729 +259,-1.720938188,0.5135933906,391,0.59867455,-0.230624824,9235.7198735 +260,-1.742668307,0.553296122,391,0.59867455,-0.230624824,9276.8572597 +261,-1.965659039,0.7142126903,391,0.59867455,-0.230624824,9679.115577 +262,-1.944438071,0.6772834804,391,0.59867455,-0.230624824,9703.2465266 +263,-1.270340967,0.7681487096,391,0.59867455,-0.230624824,7699.9332847 +264,-1.353091884,0.6549276821,391,0.59867455,-0.230624824,7966.3995102 +265,-1.333236659,0.6413584414,391,0.59867455,-0.230624824,7905.5687418 +266,-1.352015998,0.6753788907,391,0.59867455,-0.230624824,7959.1791735 +267,-1.377988483,0.6577816235,391,0.59867455,-0.230624824,8043.8330713 +268,-2.13075611,0.8318642051,391,0.59867455,-0.230624824,9701.3231832 +269,-2.097910953,0.8259670014,391,0.59867455,-0.230624824,9664.0560894 +270,-1.416382069,0.6694271549,391,0.59867455,-0.230624824,8159.7996734 +271,-1.538905672,0.7535625993,391,0.59867455,-0.230624824,8470.1139593 +272,-1.572309477,0.7803125099,391,0.59867455,-0.230624824,8536.171738 +273,-1.87759879,0.7503853417,391,0.59867455,-0.230624824,9383.417236 +274,1.152365588,0.590457682,391,0.59867455,-0.230624824,3864.6825107 +275,0.350198001,0.718001859,391,0.59867455,-0.230624824,3866.2123466 +276,0.046513677,0.491503852,391,0.59867455,-0.230624824,3558.6066441 +277,0.027510309,0.742571376,391,0.59867455,-0.230624824,4378.3150622 +278,0.306285725,-0.214631579,391,0.59867455,-0.230624824,1131.133219 +279,-1.100564889,0.318051531,391,0.59867455,-0.230624824,6978.8244198 +280,-1.078582306,0.301437596,391,0.59867455,-0.230624824,6885.1089887 +281,-1.137371989,-0.617634065,391,0.59867455,-0.230624824,6214.721192 +282,0.784356344,0.703272339,391,0.59867455,-0.230624824,3761.6906824 +283,-1.221209947,0.218327455,391,0.59867455,-0.230624824,7361.7508711 +284,2.347301921,-0.449114658,391,0.59867455,-0.230624824,6443.4163984 +285,0.246820618,0.830553713,391,0.59867455,-0.230624824,4383.6307005 +286,0.829414965,0.703288228,391,0.59867455,-0.230624824,3795.3328082 +287,-1.337537566,0.42332223,391,0.59867455,-0.230624824,7899.9150957 +288,0.882453706,0.454478077,391,0.59867455,-0.230624824,2925.8434601 +289,1.575629659,0.416419109,391,0.59867455,-0.230624824,4567.1405107 +290,-1.039455679,0.229888244,391,0.59867455,-0.230624824,6681.9024882 +291,0.489558039,0.934482747,391,0.59867455,-0.230624824,4629.8110111 +292,0.081344504,0.88384514,391,0.59867455,-0.230624824,4763.796305 +293,-1.547979814,0.300350308,391,0.59867455,-0.230624824,8643.7668584 +294,0.040776181,0.168560074,391,0.59867455,-0.230624824,2704.2860514 +295,-1.130374745,0.563894876,391,0.59867455,-0.230624824,7230.3328767 +296,1.578326642,0.478507176,391,0.59867455,-0.230624824,4693.4968599 +297,-1.12861823,-0.291640865,391,0.59867455,-0.230624824,6537.5569711 +298,0.310524208,0.770885792,391,0.59867455,-0.230624824,4100.9504648 +299,0.415649091,-0.387246002,391,0.59867455,-0.230624824,927.60745918 +300,-0.926533878,-0.188022748,391,0.59867455,-0.230624824,5879.6237734 +301,1.258856172,-0.11716081,391,0.59867455,-0.230624824,2611.5196356 +302,-1.126050026,0.322941926,391,0.59867455,-0.230624824,7076.5472409 +303,2.002785835,0.07893892,391,0.59867455,-0.230624824,5653.581241 +304,0.440437607,0.746258085,391,0.59867455,-0.230624824,3911.9612228 +305,-0.030391866,0.214441206,391,0.59867455,-0.230624824,3035.2315485 +306,0.521557815,-0.058929362,391,0.59867455,-0.230624824,744.06993279 +307,-0.097005111,0.13317729,391,0.59867455,-0.230624824,3092.8944395 +308,1.83113859,0.221857587,391,0.59867455,-0.230624824,5159.9450712 +309,0.222428864,0.099404236,391,0.59867455,-0.230624824,1974.7986245 +310,-1.702731345,0.8728568183,391,0.59867455,-0.230624824,8734.4662202 +311,-0.418507569,0.278324921,391,0.59867455,-0.230624824,4464.1637678 +312,-1.41153306,0.339029988,391,0.59867455,-0.230624824,8144.7223578 +313,0.357560442,0.114788776,391,0.59867455,-0.230624824,1664.8792597 +314,0.325818979,0.268352149,391,0.59867455,-0.230624824,2247.138315 +315,-1.246004659,-0.663679965,391,0.59867455,-0.230624824,6485.939619 +316,1.814603087,0.637404484,391,0.59867455,-0.230624824,5682.3065669 +317,1.843704281,-0.18300445,391,0.59867455,-0.230624824,4814.2148606 +318,1.690644492,-0.211480909,391,0.59867455,-0.230624824,4209.2940417 +319,-1.275451936,0.068109467,391,0.59867455,-0.230624824,7452.3945631 +320,0.762430171,-0.207594741,391,0.59867455,-0.230624824,639.61687462 +321,0.265668905,-0.014647884,391,0.59867455,-0.230624824,1561.5527232 +322,-2.773032013,-0.335515811,391,0.59867455,-0.230624824,10028.319796 +323,-1.469512853,0.174058777,391,0.59867455,-0.230624824,8282.5099076 +324,0.286276986,0.785925691,391,0.59867455,-0.230624824,4179.8849856 +325,-1.379324697,0.377432233,391,0.59867455,-0.230624824,8038.2957557 +326,-1.203778265,0.212813032,391,0.59867455,-0.230624824,7291.4656435 +327,0.579916301,0.611743168,391,0.59867455,-0.230624824,3337.3638106 +328,0.267582642,0.868113908,391,0.59867455,-0.230624824,4502.650617 +329,0.412869244,-0.050245578,391,0.59867455,-0.230624824,1019.7906346 +330,0.17524381,0.976660285,391,0.59867455,-0.230624824,4984.1521336 +331,0.743157214,0.204812899,391,0.59867455,-0.230624824,1815.7919378 +332,-1.070758176,0.269382282,391,0.59867455,-0.230624824,6831.3358 +333,-1.230364251,0.329790229,391,0.59867455,-0.230624824,7467.2727928 +334,-1.374813124,-0.024926835,391,0.59867455,-0.230624824,7747.5285736 +335,0.519780566,0.463669906,391,0.59867455,-0.230624824,2766.8258695 +336,-1.55108034,0.239698561,391,0.59867455,-0.230624824,8632.5210947 +337,0.180294813,0.029739425,391,0.59867455,-0.230624824,1940.6157605 +338,0.67820924,0.268170153,391,0.59867455,-0.230624824,2000.1605064 +339,0.445798684,1.024001867,391,0.59867455,-0.230624824,4994.1549065 +340,0.691751283,0.150521402,391,0.59867455,-0.230624824,1553.4814459 +341,-1.036643551,-0.903056181,391,0.59867455,-0.230624824,5663.0645508 +342,-0.120287036,1.083325163,391,0.59867455,-0.230624824,5660.8793522 +343,2.823513113,-0.304487164,391,0.59867455,-0.230624824,8279.9798044 +344,0.457583172,1.12513373,391,0.59867455,-0.230624824,5387.0583545 +345,0.042918831,0.813795399,391,0.59867455,-0.230624824,4584.183857 +346,1.196146777,-0.853142756,391,0.59867455,-0.230624824,3142.227023 +347,0.206001358,-0.010430701,391,0.59867455,-0.230624824,1770.4229952 +348,-0.268308653,0.234799412,391,0.59867455,-0.230624824,3869.8114903 +349,0.759363263,0.736189579,391,0.59867455,-0.230624824,3874.105101 +350,0.181363926,0.891988372,391,0.59867455,-0.230624824,4674.2002937 +351,-0.021111158,0.139103292,391,0.59867455,-0.230624824,2844.1237399 +352,-0.093355215,0.630686981,391,0.59867455,-0.230624824,4281.284258 +353,0.40118964,0.681375926,391,0.59867455,-0.230624824,3685.5386308 +354,-0.721197315,1.304706234,391,0.59867455,-0.230624824,6846.291213 +355,-1.076150317,0.212107639,391,0.59867455,-0.230624824,6806.1016414 +356,-1.577164531,0.273993443,391,0.59867455,-0.230624824,8745.8005622 +357,-0.190788414,0.182208586,391,0.59867455,-0.230624824,3507.9282357 +358,-0.261349752,0.209710184,391,0.59867455,-0.230624824,3801.9601363 +359,-1.029303852,0.083549259,391,0.59867455,-0.230624824,6517.3705288 +360,-1.268609162,0.330525297,391,0.59867455,-0.230624824,7609.6204545 +361,1.282982244,-0.926641967,391,0.59867455,-0.230624824,3492.7311487 +362,0.217352334,0.731352408,391,0.59867455,-0.230624824,4056.5154159 +363,-1.511833084,0.258629297,391,0.59867455,-0.230624824,8491.3446817 +364,0.338812194,0.823184618,391,0.59867455,-0.230624824,4274.6815519 +365,-0.324406489,1.134201999,391,0.59867455,-0.230624824,6058.5346602 +366,1.389579348,0.399185724,391,0.59867455,-0.230624824,3953.3965914 +367,2.047152199,-0.039082036,391,0.59867455,-0.230624824,5715.0229632 +368,0.947780369,0.568250077,391,0.59867455,-0.230624824,3429.5004605 +369,0.763824846,0.576754987,391,0.59867455,-0.230624824,3258.4669743 +370,-0.142334657,0.928153068,391,0.59867455,-0.230624824,5231.3921825 +371,0.610266567,0.547265983,391,0.59867455,-0.230624824,3081.5407326 +372,0.210731629,0.746815056,391,0.59867455,-0.230624824,4120.1885015 +373,-1.34931644,0.316895224,391,0.59867455,-0.230624824,7903.6936787 +374,2.407696481,0.655030745,391,0.59867455,-0.230624824,7518.135845 +375,0.64207831,0.545359131,391,0.59867455,-0.230624824,3078.102806 +376,1.174597538,0.840588356,391,0.59867455,-0.230624824,4702.2733679 +377,0.660059424,0.010604079,391,0.59867455,-0.230624824,985.44806823 +378,-0.730263819,0.010486456,391,0.59867455,-0.230624824,5299.5878855 +379,0.831068936,0.512339172,391,0.59867455,-0.230624824,3074.1005125 +380,1.301180979,0.72367476,391,0.59867455,-0.230624824,4568.3458627 +381,1.811128231,0.322854402,391,0.59867455,-0.230624824,5215.8552785 +382,0.435105812,0.992284428,391,0.59867455,-0.230624824,4873.8388808 +383,0.62643634,0.592027932,391,0.59867455,-0.230624824,3260.2094882 +384,0.492988703,-0.516339467,391,0.59867455,-0.230624824,1196.3118884 +385,-0.162469483,0.112549365,391,0.59867455,-0.230624824,3288.3336096 +386,0.314630866,0.472006421,391,0.59867455,-0.230624824,2989.8080042 +387,0.166744804,0.822815954,391,0.59867455,-0.230624824,4444.7262018 +388,0.417159608,0.965805736,391,0.59867455,-0.230624824,4777.7003985 +389,0.106334961,0.868774244,391,0.59867455,-0.230624824,4680.2335884 +390,0.815086969,-0.338144359,391,0.59867455,-0.230624824,925.91277417 +391,0.59867455,-0.230624824,391,0.59867455,-0.230624824,0 +392,1.915104874,0.066220985,391,0.59867455,-0.230624824,5305.486731 +393,1.278093622,0.064463721,391,0.59867455,-0.230624824,2915.9870469 +394,-0.061477853,0.302997961,391,0.59867455,-0.230624824,3336.347315 +395,0.251311504,0.626976942,391,0.59867455,-0.230624824,3637.4104622 +396,2.950242872,0.149095644,391,0.59867455,-0.230624824,9357.8360926 +397,-0.180294708,0.35375117,391,0.59867455,-0.230624824,3816.1212335 +398,1.010448592,-0.351180233,391,0.59867455,-0.230624824,1631.8127547 +399,-1.748740498,0.3686318073,391,0.59867455,-0.230624824,9399.2075047 +400,2.699635665,0.123533791,391,0.59867455,-0.230624824,8372.7246461 +401,0.496808033,0.823843254,391,0.59867455,-0.230624824,4192.3477394 +402,0.129574704,0.763364087,391,0.59867455,-0.230624824,4286.6793338 +403,1.798920311,0.817447563,391,0.59867455,-0.230624824,5926.8063737 +404,0.335987953,0.746786541,391,0.59867455,-0.230624824,3987.4931934 +405,-1.085413643,0.292154671,391,0.59867455,-0.230624824,6903.522657 +406,-0.155321003,0.508207011,391,0.59867455,-0.230624824,4107.8616297 +407,0.620529244,-0.301175104,391,0.59867455,-0.230624824,291.65878091 +408,1.684402744,0.368716966,391,0.59867455,-0.230624824,4843.4516247 +409,0.300582244,-0.386397212,391,0.59867455,-0.230624824,1281.4468207 +410,2.913555946,-0.009225192,391,0.59867455,-0.230624824,9062.5055531 +411,1.465101417,0.493232532,391,0.59867455,-0.230624824,4386.191319 +412,0.090612882,0.907955955,391,0.59867455,-0.230624824,4834.2362784 +413,2.987564726,-0.729568594,391,0.59867455,-0.230624824,7754.363531 +414,-1.484261606,0.224149272,391,0.59867455,-0.230624824,8369.2188638 +415,0.164073421,0.303955133,391,0.59867455,-0.230624824,2715.0905002 +416,0.141441293,0.167552546,391,0.59867455,-0.230624824,2391.7722882 +417,2.931321023,-0.506718887,391,0.59867455,-0.230624824,8189.7267523 +418,2.21951565,0.700596356,391,0.59867455,-0.230624824,6957.3103045 +419,0.268112576,1.199114336,391,0.59867455,-0.230624824,5739.6792178 +420,0.978913739,0.359223811,391,0.59867455,-0.230624824,2766.0041277 +421,1.210898818,0.522863584,391,0.59867455,-0.230624824,3790.0151993 +422,2.347397336,0.129231362,391,0.59867455,-0.230624824,7020.8154874 +423,0.614394501,0.556878345,391,0.59867455,-0.230624824,3119.8708047 +424,-1.398079356,0.148483366,391,0.59867455,-0.230624824,7989.7744624 +425,2.535303836,-0.112984496,391,0.59867455,-0.230624824,7513.2415989 +426,-1.019372593,-0.405322349,391,0.59867455,-0.230624824,6032.2074184 +427,-1.297785627,-0.160104069,391,0.59867455,-0.230624824,7309.1222689 +428,2.144554488,0.205051084,391,0.59867455,-0.230624824,6312.2346713 +429,-2.242387083,-0.426171285,391,0.59867455,-0.230624824,9594.4267843 +430,0.338637212,0.909723676,391,0.59867455,-0.230624824,4604.0720302 +431,-0.148798452,0.691042401,391,0.59867455,-0.230624824,4572.429716 +432,0.893524764,0.441829531,391,0.59867455,-0.230624824,2896.6144101 +433,0.969229347,-0.368847936,391,0.59867455,-0.230624824,1503.4123101 +434,0.436043248,0.800045688,391,0.59867455,-0.230624824,4123.6909291 +435,1.687946607,1.081504775,391,0.59867455,-0.230624824,6181.7446517 +436,0.522302046,-0.034889271,391,0.59867455,-0.230624824,831.08943637 +437,-0.178996113,-0.438090009,391,0.59867455,-0.230624824,3008.5909509 +438,-1.094339566,0.301444068,391,0.59867455,-0.230624824,6943.6492947 +439,-1.064070054,0.242569932,391,0.59867455,-0.230624824,6785.0002553 +440,-1.068153768,0.230387998,391,0.59867455,-0.230624824,6790.6086182 +441,-3.00496892,-0.23989155,391,0.59867455,-0.230624824,9843.7165059 +442,0.21751974,0.766874888,391,0.59867455,-0.230624824,4184.0041318 +443,0.117229532,0.007619006,391,0.59867455,-0.230624824,2112.7177801 +444,0.777758451,0.420554741,391,0.59867455,-0.230624824,2670.822471 +445,-0.252356999,0.250747086,391,0.59867455,-0.230624824,3843.7685106 +446,0.363148444,0.768483434,391,0.59867455,-0.230624824,4047.8267404 +447,0.903191366,-0.118210676,391,0.59867455,-0.230624824,1267.8297373 +448,-0.205755923,0.149406178,391,0.59867455,-0.230624824,3503.8286688 +449,1.811996086,0.02364353,391,0.59867455,-0.230624824,4868.2113048 +450,-1.100670221,0.314845373,391,0.59867455,-0.230624824,6976.9066331 +451,0.340078597,0.850105132,391,0.59867455,-0.230624824,4376.0665075 +452,0.258757267,0.804969236,391,0.59867455,-0.230624824,4277.5334192 +453,2.78505352,-0.155160804,391,0.59867455,-0.230624824,8388.3132713 +454,0.800551619,0.105822106,391,0.59867455,-0.230624824,1551.3948012 +455,0.437940882,-0.506194031,391,0.59867455,-0.230624824,1241.3175871 +456,2.230431122,0.63458615,391,0.59867455,-0.230624824,6952.0184821 +457,0.527965361,0.127667701,391,0.59867455,-0.230624824,1446.2054496 +458,-0.063643205,0.702093448,391,0.59867455,-0.230624824,4423.9076405 +459,1.408447268,0.133010502,391,0.59867455,-0.230624824,3495.9113386 +460,0.523795955,0.280266966,391,0.59867455,-0.230624824,2044.7782217 +461,-0.975769313,0.072177659,391,0.59867455,-0.230624824,6301.2532507 +462,0.549774164,-0.463663986,391,0.59867455,-0.230624824,940.75476396 +463,0.29245874,1.095549818,391,0.59867455,-0.230624824,5337.3562184 +464,0.143625958,0.816809593,391,0.59867455,-0.230624824,4452.6007824 +465,0.671902494,0.611159853,391,0.59867455,-0.230624824,3345.6425067 +466,1.239840988,0.6724199,391,0.59867455,-0.230624824,4292.9632952 +467,0.607829703,-0.10932137,391,0.59867455,-0.230624824,481.80868323 +468,1.763020906,0.263996692,391,0.59867455,-0.230624824,4965.5184905 +469,0.378714634,0.726066797,391,0.59867455,-0.230624824,3873.8365319 +470,2.196736143,-0.153862366,391,0.59867455,-0.230624824,6187.0448621 +471,0.01702415,0.148991565,391,0.59867455,-0.230624824,2737.7828758 +472,-2.998490902,-0.158002487,391,0.59867455,-0.230624824,10081.602546 +473,-3.051262951,-0.346595608,391,0.59867455,-0.230624824,9418.3751076 +474,-1.069176439,0.182802941,391,0.59867455,-0.230624824,6755.5737148 +475,0.167157509,0.595344954,391,0.59867455,-0.230624824,3653.387636 +476,0.613855648,0.681746124,391,0.59867455,-0.230624824,3614.3375142 +477,1.037012736,0.682555367,391,0.59867455,-0.230624824,3963.3016249 +478,-1.253574971,0.379755746,391,0.59867455,-0.230624824,7578.6763127 +479,3.108590453,-0.132620738,391,0.59867455,-0.230624824,9572.3991444 +480,0.565301296,0.022333262,391,0.59867455,-0.230624824,1010.5088962 +481,0.547898238,0.855555614,391,0.59867455,-0.230624824,4306.0432207 +482,0.948309381,0.417393755,391,0.59867455,-0.230624824,2901.8300987 +483,-0.050600732,0.945269213,391,0.59867455,-0.230624824,5144.2333408 +484,-0.977651478,-0.572363064,391,0.59867455,-0.230624824,5748.3231226 +485,1.102014914,0.728861163,391,0.59867455,-0.230624824,4221.3048149 +486,2.927300795,-0.282939414,391,0.59867455,-0.230624824,8666.5173906 +487,-1.154565557,0.124434095,391,0.59867455,-0.230624824,7034.2016857 +488,1.855331234,0.291044755,391,0.59867455,-0.230624824,5332.8672453 +489,0.830290659,0.276904518,391,0.59867455,-0.230624824,2205.5493913 +490,0.485104466,-0.234867441,391,0.59867455,-0.230624824,438.03118394 +491,0.521367572,-0.33161327,391,0.59867455,-0.230624824,496.45365559 +1,-1.539031704,0.7349710123,392,1.915104874,0.066220985,9077.0375615 +2,-1.536990553,0.7349663874,392,1.915104874,0.066220985,9079.4966418 +3,-1.534951779,0.7349571355,392,1.915104874,0.066220985,9081.9555339 +4,-1.532906461,0.7349480293,392,1.915104874,0.066220985,9084.4075176 +5,-1.531320211,0.7346937278,392,1.915104874,0.066220985,9087.197144 +6,-1.539451648,0.7335131775,392,1.915104874,0.066220985,9081.8024645 +7,-1.537429487,0.7335445708,392,1.915104874,0.066220985,9084.1174796 +8,-1.535484998,0.7335658704,392,1.915104874,0.066220985,9086.3623813 +9,-1.533488396,0.7336036027,392,1.915104874,0.066220985,9088.5963223 +10,-1.531497785,0.7335842962,392,1.915104874,0.066220985,9091.0163246 +11,-1.530259379,0.7334777758,392,1.915104874,0.066220985,9092.8584053 +12,-1.5335454,0.7322346912,392,1.915104874,0.066220985,9093.4920137 +13,-1.531489083,0.7322238773,392,1.915104874,0.066220985,9095.9646076 +14,-1.530011122,0.7321679851,392,1.915104874,0.066220985,9097.907637 +15,-1.53348106,0.7306614094,392,1.915104874,0.066220985,9099.2714167 +16,-1.531441779,0.7306962275,392,1.915104874,0.066220985,9101.5643721 +17,-1.529755654,0.7306933243,392,1.915104874,0.066220985,9103.5643155 +18,-1.533415048,0.7291384674,392,1.915104874,0.066220985,9104.8693759 +19,-1.531392093,0.7291705353,392,1.915104874,0.066220985,9107.1588201 +20,-1.529296523,0.7291214933,392,1.915104874,0.066220985,9109.8140575 +21,-1.535280942,0.727267644,392,1.915104874,0.066220985,9109.4091252 +22,-1.533378158,0.7276139666,392,1.915104874,0.066220985,9110.4372233 +23,-1.531340368,0.7276446587,392,1.915104874,0.066220985,9112.7553348 +24,-1.528960113,0.7276398177,392,1.915104874,0.066220985,9115.5923019 +25,-1.533313146,0.7260818349,392,1.915104874,0.066220985,9116.0652992 +26,-1.531259555,0.7260958115,392,1.915104874,0.066220985,9118.4687884 +27,-1.528926415,0.7260865555,392,1.915104874,0.066220985,9121.2728437 +28,-1.531226779,0.7245511789,392,1.915104874,0.066220985,9124.1086905 +29,-1.528904772,0.7245519194,392,1.915104874,0.066220985,9126.8703019 +30,-1.547195875,0.7409785979,392,1.915104874,0.066220985,9045.4968406 +31,-1.5451475,0.740980426,392,1.915104874,0.066220985,9047.9722866 +32,-1.543097679,0.7409798872,392,1.915104874,0.066220985,9050.4439717 +33,-1.540720364,0.7409892687,392,1.915104874,0.066220985,9053.2567402 +34,-1.547188511,0.7395198392,392,1.915104874,0.066220985,9050.7601734 +35,-1.545148587,0.7395226109,392,1.915104874,0.066220985,9053.2281003 +36,-1.543104538,0.7395314908,392,1.915104874,0.066220985,9055.66498 +37,-1.540727751,0.7395306258,392,1.915104874,0.066220985,9058.5212596 +38,-1.547187029,0.7380014886,392,1.915104874,0.066220985,9056.2296696 +39,-1.545147315,0.7380012252,392,1.915104874,0.066220985,9058.7146823 +40,-1.54310719,0.7380060743,392,1.915104874,0.066220985,9061.1677756 +41,-1.540719671,0.7380068206,392,1.915104874,0.066220985,9064.0385562 +42,-1.547187189,0.7364799098,392,1.915104874,0.066220985,9061.7074075 +43,-1.545149996,0.7364853874,392,1.915104874,0.066220985,9064.1750961 +44,-1.543106091,0.7364823484,392,1.915104874,0.066220985,9066.6676322 +45,-1.540717158,0.7364893901,392,1.915104874,0.066220985,9069.5248305 +46,-1.538663972,0.7410138672,392,1.915104874,0.066220985,9055.6147443 +47,-1.53695285,0.7409699132,392,1.915104874,0.066220985,9057.7992512 +48,-1.534910498,0.7409641297,392,1.915104874,0.066220985,9060.2247617 +49,-1.533145034,0.7409536636,392,1.915104874,0.066220985,9062.3299608 +50,-1.538681336,0.7395405883,392,1.915104874,0.066220985,9060.9265401 +51,-1.536999189,0.7395183096,392,1.915104874,0.066220985,9063.0033973 +52,-1.534923633,0.7395144222,392,1.915104874,0.066220985,9065.4674055 +53,-1.533267822,0.7395654306,392,1.915104874,0.066220985,9067.2262547 +54,-1.53867273,0.7380151077,392,1.915104874,0.066220985,9066.4568368 +55,-1.536980576,0.7379994392,392,1.915104874,0.066220985,9068.5267743 +56,-1.534931522,0.7379944961,392,1.915104874,0.066220985,9070.9695795 +57,-1.533387952,0.7379480264,392,1.915104874,0.066220985,9072.9554964 +58,-1.538682279,0.7364914363,392,1.915104874,0.066220985,9071.9576005 +59,-1.536980704,0.7364810563,392,1.915104874,0.066220985,9074.0248881 +60,-1.534935567,0.7364752065,392,1.915104874,0.066220985,9076.4726452 +61,-1.533042592,0.7363876366,392,1.915104874,0.066220985,9079.0237584 +62,-1.545143426,0.7349628011,392,1.915104874,0.066220985,9069.6697329 +63,-1.543105297,0.7349691947,392,1.915104874,0.066220985,9072.12762 +64,-1.541064533,0.7349647152,392,1.915104874,0.066220985,9074.6138681 +65,-1.545411803,0.7334624714,392,1.915104874,0.066220985,9074.7462443 +66,-1.543446606,0.7334780896,392,1.915104874,0.066220985,9077.0902409 +67,-1.541475327,0.7334957295,392,1.915104874,0.066220985,9079.4211088 +68,-1.545401939,0.731963266,392,1.915104874,0.066220985,9080.1571938 +69,-1.54342253,0.7319915583,392,1.915104874,0.066220985,9082.4789285 +70,-1.541455867,0.7320216438,392,1.915104874,0.066220985,9084.7651952 +71,-1.545410146,0.7304422281,392,1.915104874,0.066220985,9085.6231916 +72,-1.543435491,0.7304713664,392,1.915104874,0.066220985,9087.9424105 +73,-1.541463105,0.7304997613,392,1.915104874,0.066220985,9090.2480583 +74,-1.545414768,0.7289194936,392,1.915104874,0.066220985,9091.0982615 +75,-1.543435774,0.7289538557,392,1.915104874,0.066220985,9093.4103196 +76,-1.541457714,0.7289765881,392,1.915104874,0.066220985,9095.7495672 +77,-1.539449415,0.7320555866,392,1.915104874,0.066220985,9087.0721783 +78,-1.537429183,0.7321097681,392,1.915104874,0.066220985,9089.308502 +79,-1.535472649,0.7321497267,392,1.915104874,0.066220985,9091.5059235 +80,-1.539457899,0.7305333307,392,1.915104874,0.066220985,9092.5612678 +81,-1.537453161,0.7305750503,392,1.915104874,0.066220985,9094.8304368 +82,-1.535479385,0.7306124949,392,1.915104874,0.066220985,9097.0639365 +83,-1.53946905,0.7290102593,392,1.915104874,0.066220985,9098.0486434 +84,-1.537459922,0.7290417293,392,1.915104874,0.066220985,9100.3665705 +85,-1.535451349,0.7290890157,392,1.915104874,0.066220985,9102.6124844 +86,-1.535522937,0.7279887191,392,1.915104874,0.066220985,9106.5086566 +87,-1.539442524,0.7274735939,392,1.915104874,0.066220985,9103.6294994 +88,-1.537424111,0.727521351,392,1.915104874,0.066220985,9105.9060058 +89,-1.539384641,0.7259505092,392,1.915104874,0.066220985,9109.1983442 +90,-1.537372391,0.7259947145,392,1.915104874,0.066220985,9111.4862074 +91,-1.535340789,0.7260435356,392,1.915104874,0.066220985,9113.7663959 +92,-1.539325716,0.7244369706,392,1.915104874,0.066220985,9114.7329766 +93,-1.537308932,0.7244801057,392,1.915104874,0.066220985,9117.0361569 +94,-1.535289068,0.7245247645,392,1.915104874,0.066220985,9119.323155 +95,-1.533261366,0.7245550236,392,1.915104874,0.066220985,9121.6572391 +96,-1.539267302,0.722921924,392,1.915104874,0.066220985,9120.2714016 +97,-1.537248972,0.7229660258,392,1.915104874,0.066220985,9122.5789478 +98,-1.535219431,0.7229916471,392,1.915104874,0.066220985,9124.9524585 +99,-1.53318962,0.7230212049,392,1.915104874,0.066220985,9127.2975512 +100,-1.531154816,0.7230299897,392,1.915104874,0.066220985,9129.7093644 +101,-1.528878341,0.7230370244,392,1.915104874,0.066220985,9132.4005942 +102,-1.539218189,0.7214009878,392,1.915104874,0.066220985,9125.8186089 +103,-1.537198791,0.7214422745,392,1.915104874,0.066220985,9128.1437113 +104,-1.535179266,0.7214634354,392,1.915104874,0.066220985,9130.5272581 +105,-1.533156501,0.7214944644,392,1.915104874,0.066220985,9132.864655 +106,-1.53113574,0.7215166021,392,1.915104874,0.066220985,9135.2173689 +107,-1.528874248,0.7215345535,392,1.915104874,0.066220985,9137.858009 +108,-1.539217656,0.7198512397,392,1.915104874,0.066220985,9131.4087758 +109,-1.537199919,0.7199428763,392,1.915104874,0.066220985,9133.5566178 +110,-1.545425832,0.727397149,392,1.915104874,0.066220985,9096.5625072 +111,-1.543371177,0.7273916949,392,1.915104874,0.066220985,9099.1175032 +112,-1.541368852,0.7274523163,392,1.915104874,0.066220985,9101.3558176 +113,-1.545349067,0.7258710923,392,1.915104874,0.066220985,9102.1475671 +114,-1.54332671,0.7258603556,392,1.915104874,0.066220985,9104.6877794 +115,-1.541346831,0.7259242142,392,1.915104874,0.066220985,9106.8930359 +116,-1.545324355,0.7243383958,392,1.915104874,0.066220985,9107.6908128 +117,-1.543292796,0.7243617413,392,1.915104874,0.066220985,9110.1260238 +118,-1.541295822,0.7244024384,392,1.915104874,0.066220985,9112.4418202 +119,-1.543193859,0.7205570215,392,1.915104874,0.066220985,9123.9434697 +120,-1.550257047,0.7386738187,392,1.915104874,0.066220985,9050.0479474 +121,-1.549335448,0.7311736483,392,1.915104874,0.066220985,9078.1378962 +122,-1.533478843,0.7179891343,392,1.915104874,0.066220985,9145.1579457 +123,-1.556150555,0.738907041,392,1.915104874,0.066220985,9041.9049187 +124,-1.554324226,0.733414257,392,1.915104874,0.066220985,9063.8700178 +125,-1.554290846,0.7288285332,392,1.915104874,0.066220985,9080.3354533 +126,-1.55122487,0.7219795312,392,1.915104874,0.066220985,9108.7455225 +127,-1.525104458,0.7229399862,392,1.915104874,0.066220985,9137.2173881 +128,-1.519607711,0.7236181429,392,1.915104874,0.066220985,9141.156718 +129,-1.513899999,0.7251107854,392,1.915104874,0.066220985,9142.2326512 +130,-1.536620762,0.7431061895,392,1.915104874,0.066220985,9050.4481068 +131,-1.5369566,0.7460845958,392,1.915104874,0.066220985,9039.2555144 +132,-1.545345528,0.7447040685,392,1.915104874,0.066220985,9034.3007303 +133,-1.532813921,0.7432306626,392,1.915104874,0.066220985,9054.4458965 +134,-1.554788248,0.7382381001,392,1.915104874,0.066220985,9046.0018649 +135,-1.540348126,0.7301594274,392,1.915104874,0.066220985,9092.8320957 +136,-1.538016084,0.7239051786,392,1.915104874,0.066220985,9118.2518797 +137,-1.525288962,0.7258085137,392,1.915104874,0.066220985,9126.5660083 +138,-1.534326986,0.731241342,392,1.915104874,0.066220985,9096.1626037 +139,-1.530733872,0.7303625216,392,1.915104874,0.066220985,9103.6121454 +141,-1.534354939,0.7328219978,392,1.915104874,0.066220985,9090.4017977 +142,-1.53157084,0.7292888153,392,1.915104874,0.066220985,9106.5177613 +143,-1.525691035,0.7263799874,392,1.915104874,0.066220985,9124.0159587 +144,-1.534031287,0.7495967835,392,1.915104874,0.066220985,9029.9056713 +145,-1.527714986,0.7283095957,392,1.915104874,0.066220985,9114.6249328 +146,-1.526189586,0.7271468292,392,1.915104874,0.066220985,9120.6424257 +147,-1.555177336,0.7375563366,392,1.915104874,0.066220985,9047.9600868 +148,-1.555080283,0.7312707794,392,1.915104874,0.066220985,9070.5952055 +149,-1.53856994,0.7224180299,392,1.915104874,0.066220985,9122.9440376 +150,-1.530837883,0.729933372,392,1.915104874,0.066220985,9105.0469105 +151,-1.515066984,0.5854133365,392,1.915104874,0.066220985,9645.8006559 +152,-1.534731633,0.5368370046,392,1.915104874,0.066220985,9785.9630696 +153,-1.515231902,0.5607085576,392,1.915104874,0.066220985,9733.2665293 +154,-2.616253799,1.0684566605,392,1.915104874,0.066220985,6334.8248016 +155,-1.956071439,0.5792177723,392,1.915104874,0.066220985,8703.2991098 +156,-1.951208514,0.5602434208,392,1.915104874,0.066220985,8759.3393523 +157,-1.944675062,0.6062144545,392,1.915104874,0.066220985,8671.5632931 +158,-1.613778386,0.6077989518,392,1.915104874,0.066220985,9409.5108454 +159,-2.035029014,0.6021432345,392,1.915104874,0.066220985,8436.2875877 +160,-2.114989471,0.6801825058,392,1.915104874,0.066220985,8059.9366963 +161,-2.037382079,0.5765830025,392,1.915104874,0.066220985,8482.1018106 +162,-2.129855121,0.6585019963,392,1.915104874,0.066220985,8061.8371668 +163,-2.075141798,0.6493615843,392,1.915104874,0.066220985,8228.9635801 +164,-1.828626729,0.6948433129,392,1.915104874,0.066220985,8718.1160905 +165,-1.863329418,0.6735427691,392,1.915104874,0.066220985,8700.7358938 +166,-1.266037071,0.727988852,392,1.915104874,0.066220985,9294.7501684 +167,-1.277579582,0.7249010648,392,1.915104874,0.066220985,9304.7889464 +168,-1.258418684,0.7241194816,392,1.915104874,0.066220985,9311.1866615 +169,-1.317813974,0.6804850104,392,1.915104874,0.066220985,9467.3460821 +170,-1.344165204,0.6790988904,392,1.915104874,0.066220985,9460.4076695 +171,-1.427582102,0.5277120351,392,1.915104874,0.066220985,9971.0077321 +172,-1.402238616,0.457167829,392,1.915104874,0.066220985,10263.886472 +173,-1.422454264,0.4996161999,392,1.915104874,0.066220985,10081.602648 +174,-1.439089277,0.4894859811,392,1.915104874,0.066220985,10098.042612 +175,-1.448126995,0.5182330266,392,1.915104874,0.066220985,9980.7564338 +176,-1.474626146,0.5881926574,392,1.915104874,0.066220985,9690.4942772 +177,-1.421139645,0.5584869783,392,1.915104874,0.066220985,9863.1160294 +178,-1.457037165,0.565943032,392,1.915104874,0.066220985,9794.0914384 +179,-2.757159358,0.3745319,392,1.915104874,0.066220985,6273.5891723 +180,-2.714309238,0.342054471,392,1.915104874,0.066220985,6442.7110425 +181,-2.000525337,0.774119946,392,1.915104874,0.066220985,8132.8478867 +183,-1.571413436,0.6777838382,392,1.915104874,0.066220985,9238.0853352 +184,-1.552860289,0.6987663893,392,1.915104874,0.066220985,9189.5582702 +185,-1.521852374,0.7165827476,392,1.915104874,0.066220985,9164.1766042 +186,-1.503656267,0.6928968252,392,1.915104874,0.066220985,9271.9373079 +187,-1.502753178,0.7136205882,392,1.915104874,0.066220985,9196.9109743 +188,-1.631894563,0.7343596465,392,1.915104874,0.066220985,8953.5696553 +189,-1.653765416,0.6770714026,392,1.915104874,0.066220985,9110.5705217 +190,-1.719812114,0.6715965947,392,1.915104874,0.066220985,9008.0225986 +191,-1.493406659,0.6646955447,392,1.915104874,0.066220985,9387.2864843 +192,-1.469120564,0.6613469966,392,1.915104874,0.066220985,9427.1295186 +193,-1.590551461,0.5326612937,392,1.915104874,0.066220985,9700.7046872 +194,-1.625979264,0.5247742243,392,1.915104874,0.066220985,9656.1078557 +195,-1.572293943,0.5238808754,392,1.915104874,0.066220985,9764.0386728 +196,-1.610848725,0.5477107964,392,1.915104874,0.066220985,9612.6021546 +197,-1.208485554,0.7918526018,392,1.915104874,0.066220985,9044.4244018 +198,-1.335601374,0.6869083083,392,1.915104874,0.066220985,9434.2247493 +199,-1.346156996,0.6825213377,392,1.915104874,0.066220985,9445.9974834 +200,-1.324381037,0.6741422347,392,1.915104874,0.066220985,9489.4202723 +201,-1.242424992,0.7378949807,392,1.915104874,0.066220985,9258.2295623 +202,-1.270370057,0.7392461008,392,1.915104874,0.066220985,9249.4963958 +203,-1.448950472,0.7441675014,392,1.915104874,0.066220985,9136.148619 +204,-1.492662363,0.7523026852,392,1.915104874,0.066220985,9064.6855207 +205,-1.479098966,0.7763855017,392,1.915104874,0.066220985,8987.9424877 +206,-1.633760714,0.7869022408,392,1.915104874,0.066220985,8770.8765 +207,-1.647406434,0.8101289331,392,1.915104874,0.066220985,8672.3031483 +208,-1.564245052,0.5701509278,392,1.915104874,0.066220985,9622.0532177 +209,-1.646289963,0.6833746083,392,1.915104874,0.066220985,9102.3591151 +210,-1.5820631,0.6751952144,392,1.915104874,0.066220985,9231.5741112 +211,-1.613236298,0.6681681791,392,1.915104874,0.066220985,9207.5975055 +212,-1.914661867,0.8212566515,392,1.915104874,0.066220985,8189.9093264 +213,-1.742133237,0.7250275956,392,1.915104874,0.066220985,8799.8751388 +214,-2.033144872,0.6557314699,392,1.915104874,0.066220985,8327.365375 +215,-2.039551981,0.6964723658,392,1.915104874,0.066220985,8221.3350204 +216,-1.247341019,0.7622473908,392,1.915104874,0.066220985,9161.441902 +217,-1.298239787,0.7084123392,392,1.915104874,0.066220985,9364.5004595 +218,-1.308539688,0.6926545592,392,1.915104874,0.066220985,9423.1007917 +219,-1.303263185,0.6888938396,392,1.915104874,0.066220985,9439.7482411 +220,-1.852400229,0.6004246149,392,1.915104874,0.066220985,8920.6834537 +221,-1.288947707,0.7473773692,392,1.915104874,0.066220985,9213.4144879 +222,-1.372031502,0.7472790993,392,1.915104874,0.066220985,9179.6034047 +223,-1.289805721,0.7242157877,392,1.915104874,0.066220985,9304.5895383 +224,-1.350807603,0.7533498126,392,1.915104874,0.066220985,9167.1942817 +225,-1.329290365,0.7560442322,392,1.915104874,0.066220985,9166.1857864 +226,-1.410153004,0.616936428,392,1.915104874,0.066220985,9653.076353 +227,-1.393445434,0.6308995063,392,1.915104874,0.066220985,9614.1334496 +228,-1.37595573,0.6241540638,392,1.915104874,0.066220985,9653.594293 +229,-1.358388707,0.6172645205,392,1.915104874,0.066220985,9692.5297239 +230,-1.753741133,0.8281661666,392,1.915104874,0.066220985,8454.9452551 +231,-1.47430987,0.6834615681,392,1.915104874,0.066220985,9339.3971579 +232,-1.421012508,0.7222725206,392,1.915104874,0.066220985,9242.5333674 +233,-1.4476833,0.6978557868,392,1.915104874,0.066220985,9312.1427004 +234,-1.470370723,0.6966193374,392,1.915104874,0.066220985,9294.5401857 +235,-1.429211703,0.7037216883,392,1.915104874,0.066220985,9306.4482211 +236,-1.700578405,0.6178673663,392,1.915104874,0.066220985,9212.497372 +237,-1.678117619,0.6331716163,392,1.915104874,0.066220985,9208.642816 +238,-1.725644578,0.6316331145,392,1.915104874,0.066220985,9119.2855873 +239,-2.14012759,0.7930497945,392,1.915104874,0.066220985,7768.2371398 +240,-2.103289431,0.7653606263,392,1.915104874,0.066220985,7914.3530004 +241,-1.318739838,0.7017808746,392,1.915104874,0.066220985,9383.3623018 +242,-1.396417427,0.7077900843,392,1.915104874,0.066220985,9316.5975917 +243,-1.35650337,0.7185539404,392,1.915104874,0.066220985,9299.9788612 +244,-1.248884539,0.7274156818,392,1.915104874,0.066220985,9299.2153125 +245,-1.395014798,0.5761185243,392,1.915104874,0.066220985,9822.1675149 +246,-1.433377362,0.6064716109,392,1.915104874,0.066220985,9670.0459172 +247,-1.408172432,0.5903155476,392,1.915104874,0.066220985,9756.0078402 +248,-1.749645898,0.7757118084,392,1.915104874,0.066220985,8627.8690017 +249,-1.571626686,0.615046989,392,1.915104874,0.066220985,9455.8609637 +250,-1.514070049,0.6303003037,392,1.915104874,0.066220985,9486.4064036 +251,-1.480890369,0.6237966528,392,1.915104874,0.066220985,9552.2780838 +252,-1.704390658,0.5281680612,392,1.915104874,0.066220985,9474.5091723 +253,-1.64434733,0.5254277498,392,1.915104874,0.066220985,9615.7101777 +254,-1.703855997,0.4792484842,392,1.915104874,0.066220985,9616.6279379 +255,-1.692002383,0.5748825051,392,1.915104874,0.066220985,9362.239376 +256,-1.854136457,0.5544643913,392,1.915104874,0.066220985,9034.0545115 +257,-1.665021206,0.520317736,392,1.915104874,0.066220985,9586.7272774 +258,-1.733654349,0.4845187345,392,1.915104874,0.066220985,9527.5767999 +259,-1.720938188,0.5135933906,392,1.915104874,0.066220985,9477.6687777 +260,-1.742668307,0.553296122,392,1.915104874,0.066220985,9313.0239404 +261,-1.965659039,0.7142126903,392,1.915104874,0.066220985,8359.5306119 +262,-1.944438071,0.6772834804,392,1.915104874,0.066220985,8501.0452806 +263,-1.270340967,0.7681487096,392,1.915104874,0.066220985,9135.2231149 +264,-1.353091884,0.6549276821,392,1.915104874,0.066220985,9549.5857449 +265,-1.333236659,0.6413584414,392,1.915104874,0.066220985,9613.5048213 +266,-1.352015998,0.6753788907,392,1.915104874,0.066220985,9470.6147544 +267,-1.377988483,0.6577816235,392,1.915104874,0.066220985,9522.3988921 +268,-2.13075611,0.8318642051,392,1.915104874,0.066220985,7708.5712881 +269,-2.097910953,0.8259670014,392,1.915104874,0.066220985,7794.8509182 +270,-1.416382069,0.6694271549,392,1.915104874,0.066220985,9447.859004 +271,-1.538905672,0.7535625993,392,1.915104874,0.066220985,9009.8652578 +272,-1.572309477,0.7803125099,392,1.915104874,0.066220985,8873.8475155 +273,-1.87759879,0.7503853417,392,1.915104874,0.066220985,8459.743513 +274,1.152365588,0.590457682,392,1.915104874,0.066220985,3491.2538151 +275,0.350198001,0.718001859,392,1.915104874,0.066220985,6031.8840402 +276,0.046513677,0.491503852,392,1.915104874,0.066220985,7128.5003789 +277,0.027510309,0.742571376,392,1.915104874,0.066220985,6955.9850758 +278,0.306285725,-0.214631579,392,1.915104874,0.066220985,6424.6335666 +279,-1.100564889,0.318051531,392,1.915104874,0.066220985,10844.322267 +280,-1.078582306,0.301437596,392,1.915104874,0.066220985,10876.907951 +281,-1.137371989,-0.617634065,392,1.915104874,0.066220985,10235.416335 +282,0.784356344,0.703272339,392,1.915104874,0.066220985,4733.4835849 +283,-1.221209947,0.218327455,392,1.915104874,0.066220985,11316.560712 +284,2.347301921,-0.449114658,392,1.915104874,0.066220985,2630.4775557 +285,0.246820618,0.830553713,392,1.915104874,0.066220985,6287.8733978 +286,0.829414965,0.703288228,392,1.915104874,0.066220985,4601.951572 +287,-1.337537566,0.42332223,392,1.915104874,0.066220985,10458.079777 +288,0.882453706,0.454478077,392,1.915104874,0.066220985,4200.0952985 +289,1.575629659,0.416419109,392,1.915104874,0.066220985,1899.299018 +290,-1.039455679,0.229888244,392,1.915104874,0.066220985,11059.380187 +291,0.489558039,0.934482747,392,1.915104874,0.066220985,5669.3861006 +292,0.081344504,0.88384514,392,1.915104874,0.066220985,6671.7792 +293,-1.547979814,0.300350308,392,1.915104874,0.066220985,10523.211435 +294,0.040776181,0.168560074,392,1.915104874,0.066220985,7358.0436132 +295,-1.130374745,0.563894876,392,1.915104874,0.066220985,9921.9124521 +296,1.578326642,0.478507176,392,1.915104874,0.066220985,2070.6078398 +297,-1.12861823,-0.291640865,392,1.915104874,0.066220985,11473.235847 +298,0.310524208,0.770885792,392,1.915104874,0.066220985,6135.0463859 +299,0.415649091,-0.387246002,392,1.915104874,0.066220985,6060.0015078 +300,-0.926533878,-0.188022748,392,1.915104874,0.066220985,11171.164446 +301,1.258856172,-0.11716081,392,1.915104874,0.066220985,2694.5968021 +302,-1.126050026,0.322941926,392,1.915104874,0.066220985,10853.329825 +303,2.002785835,0.07893892,392,1.915104874,0.066220985,350.03091369 +304,0.440437607,0.746258085,392,1.915104874,0.066220985,5764.4323862 +305,-0.030391866,0.214441206,392,1.915104874,0.066220985,7607.631563 +306,0.521557815,-0.058929362,392,1.915104874,0.066220985,5538.2990708 +307,-0.097005111,0.13317729,392,1.915104874,0.066220985,7911.0470738 +308,1.83113859,0.221857587,392,1.915104874,0.066220985,698.67493892 +309,0.222428864,0.099404236,392,1.915104874,0.066220985,6675.0434539 +310,-1.702731345,0.8728568183,392,1.915104874,0.066220985,8384.1917332 +311,-0.418507569,0.278324921,392,1.915104874,0.066220985,8997.2934139 +312,-1.41153306,0.339029988,392,1.915104874,0.066220985,10684.222327 +313,0.357560442,0.114788776,392,1.915104874,0.066220985,6139.867667 +314,0.325818979,0.268352149,392,1.915104874,0.066220985,6222.8848952 +315,-1.246004659,-0.663679965,392,1.915104874,0.066220985,10076.259663 +316,1.814603087,0.637404484,392,1.915104874,0.066220985,2291.933619 +317,1.843704281,-0.18300445,392,1.915104874,0.066220985,1026.5594143 +318,1.690644492,-0.211480909,392,1.915104874,0.066220985,1411.0639876 +319,-1.275451936,0.068109467,392,1.915104874,0.066220985,11877.570242 +320,0.762430171,-0.207594741,392,1.915104874,0.066220985,4665.8699526 +321,0.265668905,-0.014647884,392,1.915104874,0.066220985,6536.5495349 +322,-2.773032013,-0.335515811,392,1.915104874,0.066220985,6398.7827249 +323,-1.469512853,0.174058777,392,1.915104874,0.066220985,11092.823528 +324,0.286276986,0.785925691,392,1.915104874,0.066220985,6198.4917543 +325,-1.379324697,0.377432233,392,1.915104874,0.066220985,10589.263771 +326,-1.203778265,0.212813032,392,1.915104874,0.066220985,11334.983886 +327,0.579916301,0.611743168,392,1.915104874,0.066220985,5308.0196811 +328,0.267582642,0.868113908,392,1.915104874,0.066220985,6217.6905251 +329,0.412869244,-0.050245578,392,1.915104874,0.066220985,5964.487619 +330,0.17524381,0.976660285,392,1.915104874,0.066220985,6377.0443659 +331,0.743157214,0.204812899,392,1.915104874,0.066220985,4622.68751 +332,-1.070758176,0.269382282,392,1.915104874,0.066220985,10980.965426 +333,-1.230364251,0.329790229,392,1.915104874,0.066220985,10875.175249 +334,-1.374813124,-0.024926835,392,1.915104874,0.066220985,11834.617244 +335,0.519780566,0.463669906,392,1.915104874,0.066220985,5483.3078928 +336,-1.55108034,0.239698561,392,1.915104874,0.066220985,10684.377577 +337,0.180294813,0.029739425,392,1.915104874,0.066220985,6861.9586477 +338,0.67820924,0.268170153,392,1.915104874,0.066220985,4877.828145 +339,0.445798684,1.024001867,392,1.915104874,0.066220985,5788.9638182 +340,0.691751283,0.150521402,392,1.915104874,0.066220985,4823.2054238 +341,-1.036643551,-0.903056181,392,1.915104874,0.066220985,9070.3200396 +342,-0.120287036,1.083325163,392,1.915104874,0.066220985,6822.1074439 +343,2.823513113,-0.304487164,392,1.915104874,0.066220985,3840.7878236 +344,0.457583172,1.12513373,392,1.915104874,0.066220985,5792.0023237 +345,0.042918831,0.813795399,392,1.915104874,0.066220985,6839.6108995 +346,1.196146777,-0.853142756,392,1.915104874,0.066220985,4400.0004275 +347,0.206001358,-0.010430701,392,1.915104874,0.066220985,6771.2809724 +348,-0.268308653,0.234799412,392,1.915104874,0.066220985,8493.7319311 +349,0.759363263,0.736189579,392,1.915104874,0.066220985,4836.864223 +350,0.181363926,0.891988372,392,1.915104874,0.066220985,6420.5660678 +351,-0.021111158,0.139103292,392,1.915104874,0.066220985,7612.6647799 +352,-0.093355215,0.630686981,392,1.915104874,0.066220985,7439.2720668 +353,0.40118964,0.681375926,392,1.915104874,0.066220985,5881.8947755 +354,-0.721197315,1.304706234,392,1.915104874,0.066220985,6881.5113662 +355,-1.076150317,0.212107639,392,1.915104874,0.066220985,11192.522313 +356,-1.577164531,0.273993443,392,1.915104874,0.066220985,10518.920168 +357,-0.190788414,0.182208586,392,1.915104874,0.066220985,8243.0150725 +358,-0.261349752,0.209710184,392,1.915104874,0.066220985,8490.0658729 +359,-1.029303852,0.083549259,392,1.915104874,0.066220985,11463.655578 +360,-1.268609162,0.330525297,392,1.915104874,0.066220985,10863.777573 +361,1.282982244,-0.926641967,392,1.915104874,0.066220985,4459.0392119 +362,0.217352334,0.731352408,392,1.915104874,0.066220985,6419.4009729 +363,-1.511833084,0.258629297,392,1.915104874,0.066220985,10738.033849 +364,0.338812194,0.823184618,392,1.915104874,0.066220985,6044.4253699 +365,-0.324406489,1.134201999,392,1.915104874,0.066220985,7026.0586633 +366,1.389579348,0.399185724,392,1.915104874,0.066220985,2406.7096697 +367,2.047152199,-0.039082036,392,1.915104874,0.066220985,668.76275463 +368,0.947780369,0.568250077,392,1.915104874,0.066220985,4088.7789014 +369,0.763824846,0.576754987,392,1.915104874,0.066220985,4691.782124 +370,-0.142334657,0.928153068,392,1.915104874,0.066220985,7127.7147281 +371,0.610266567,0.547265983,392,1.915104874,0.066220985,5186.7034736 +372,0.210731629,0.746815056,392,1.915104874,0.066220985,6430.247686 +373,-1.34931644,0.316895224,392,1.915104874,0.066220985,10852.344815 +374,2.407696481,0.655030745,392,1.915104874,0.066220985,2936.6734095 +375,0.64207831,0.545359131,392,1.915104874,0.066220985,5078.7987174 +376,1.174597538,0.840588356,392,1.915104874,0.066220985,3959.7385556 +377,0.660059424,0.010604079,392,1.915104874,0.066220985,4971.219848 +378,-0.730263819,0.010486456,392,1.915104874,0.066220985,10456.209322 +379,0.831068936,0.512339172,392,1.915104874,0.066220985,4420.6079797 +380,1.301180979,0.72367476,392,1.915104874,0.066220985,3392.9956709 +381,1.811128231,0.322854402,392,1.915104874,0.066220985,1093.4340845 +382,0.435105812,0.992284428,392,1.915104874,0.066220985,5805.7532339 +383,0.62643634,0.592027932,392,1.915104874,0.066220985,5149.5410369 +384,0.492988703,-0.516339467,392,1.915104874,0.066220985,5841.6012935 +385,-0.162469483,0.112549365,392,1.915104874,0.066220985,8177.0899601 +386,0.314630866,0.472006421,392,1.915104874,0.066220985,6207.2046539 +387,0.166744804,0.822815954,392,1.915104874,0.066220985,6504.8454306 +388,0.417159608,0.965805736,392,1.915104874,0.066220985,5842.1385168 +389,0.106334961,0.868774244,392,1.915104874,0.066220985,6624.1385573 +390,0.815086969,-0.338144359,392,1.915104874,0.066220985,4570.2494378 +391,0.59867455,-0.230624824,392,1.915104874,0.066220985,5305.486731 +392,1.915104874,0.066220985,392,1.915104874,0.066220985,0 +393,1.278093622,0.064463721,392,1.915104874,0.066220985,2517.6370749 +394,-0.061477853,0.302997961,392,1.915104874,0.066220985,7664.465449 +395,0.251311504,0.626976942,392,1.915104874,0.066220985,6365.3941407 +396,2.950242872,0.149095644,392,1.915104874,0.066220985,4086.0686364 +397,-0.180294708,0.35375117,392,1.915104874,0.066220985,8052.6280396 +398,1.010448592,-0.351180233,392,1.915104874,0.066220985,3885.6788424 +399,-1.748740498,0.3686318073,392,1.915104874,0.066220985,9783.8335501 +400,2.699635665,0.123533791,392,1.915104874,0.066220985,3100.6740034 +401,0.496808033,0.823843254,392,1.915104874,0.066220985,5619.3659842 +402,0.129574704,0.763364087,392,1.915104874,0.066220985,6650.0399749 +403,1.798920311,0.817447563,392,1.915104874,0.066220985,3002.2193364 +404,0.335987953,0.746786541,392,1.915104874,0.066220985,6067.9722836 +405,-1.085413643,0.292154671,392,1.915104874,0.066220985,10920.728511 +406,-0.155321003,0.508207011,392,1.915104874,0.066220985,7789.201798 +407,0.620529244,-0.301175104,392,1.915104874,0.066220985,5260.9113241 +408,1.684402744,0.368716966,392,1.915104874,0.066220985,1491.5359555 +409,0.300582244,-0.386397212,392,1.915104874,0.066220985,6480.9134465 +410,2.913555946,-0.009225192,392,1.915104874,0.066220985,3963.4369575 +411,1.465101417,0.493232532,392,1.915104874,0.066220985,2394.9464486 +412,0.090612882,0.907955955,392,1.915104874,0.066220985,6626.4334419 +413,2.987564726,-0.729568594,392,1.915104874,0.066220985,4967.5413841 +414,-1.484261606,0.224149272,392,1.915104874,0.066220985,10910.411726 +415,0.164073421,0.303955133,392,1.915104874,0.066220985,6821.7848697 +416,0.141441293,0.167552546,392,1.915104874,0.066220985,6967.767904 +417,2.931321023,-0.506718887,392,1.915104874,0.066220985,4473.1564564 +418,2.21951565,0.700596356,392,1.915104874,0.066220985,2738.523209 +419,0.268112576,1.199114336,392,1.915104874,0.066220985,6086.9529506 +420,0.978913739,0.359223811,392,1.915104874,0.066220985,3785.3991319 +421,1.210898818,0.522863584,392,1.915104874,0.066220985,3195.2708041 +422,2.347397336,0.129231362,392,1.915104874,0.066220985,1721.9047357 +423,0.614394501,0.556878345,392,1.915104874,0.066220985,5176.0751047 +424,-1.398079356,0.148483366,392,1.915104874,0.066220985,11356.353187 +425,2.535303836,-0.112984496,392,1.915104874,0.066220985,2553.2519425 +426,-1.019372593,-0.405322349,392,1.915104874,0.066220985,10883.998445 +427,-1.297785627,-0.160104069,392,1.915104874,0.066220985,11978.052075 +428,2.144554488,0.205051084,392,1.915104874,0.066220985,1054.4473114 +429,-2.242387083,-0.426171285,392,1.915104874,0.066220985,8323.5562923 +430,0.338637212,0.909723676,392,1.915104874,0.066220985,6028.717431 +431,-0.148798452,0.691042401,392,1.915104874,0.066220985,7519.6357354 +432,0.893524764,0.441829531,392,1.915104874,0.066220985,4151.8334721 +433,0.969229347,-0.368847936,392,1.915104874,0.066220985,4052.917656 +434,0.436043248,0.800045688,392,1.915104874,0.066220985,5780.7430354 +435,1.687946607,1.081504775,392,1.915104874,0.066220985,4077.4626493 +436,0.522302046,-0.034889271,392,1.915104874,0.066220985,5528.1733792 +437,-0.178996113,-0.438090009,392,1.915104874,0.066220985,8203.3485644 +438,-1.094339566,0.301444068,392,1.915104874,0.066220985,10898.564884 +439,-1.064070054,0.242569932,392,1.915104874,0.066220985,11064.231531 +440,-1.068153768,0.230387998,392,1.915104874,0.066220985,11114.161265 +441,-3.00496892,-0.23989155,392,1.915104874,0.066220985,5488.4041849 +442,0.21751974,0.766874888,392,1.915104874,0.066220985,6399.9838124 +443,0.117229532,0.007619006,392,1.915104874,0.066220985,7117.3025521 +444,0.777758451,0.420554741,392,1.915104874,0.066220985,4550.3996009 +445,-0.252356999,0.250747086,392,1.915104874,0.066220985,8419.160728 +446,0.363148444,0.768483434,392,1.915104874,0.066220985,5986.0748081 +447,0.903191366,-0.118210676,392,1.915104874,0.066220985,4067.0567251 +448,-0.205755923,0.149406178,392,1.915104874,0.066220985,8323.1021923 +449,1.811996086,0.02364353,392,1.915104874,0.066220985,441.4548365 +450,-1.100670221,0.314845373,392,1.915104874,0.066220985,10856.481192 +451,0.340078597,0.850105132,392,1.915104874,0.066220985,6035.9522159 +452,0.258757267,0.804969236,392,1.915104874,0.066220985,6267.0747099 +453,2.78505352,-0.155160804,392,1.915104874,0.066220985,3545.2101258 +454,0.800551619,0.105822106,392,1.915104874,0.066220985,4399.0017592 +455,0.437940882,-0.506194031,392,1.915104874,0.066220985,6025.7439333 +456,2.230431122,0.63458615,392,1.915104874,0.066220985,2527.9519586 +457,0.527965361,0.127667701,392,1.915104874,0.066220985,5468.0875893 +458,-0.063643205,0.702093448,392,1.915104874,0.066220985,7261.7076576 +459,1.408447268,0.133010502,392,1.915104874,0.066220985,2013.7737948 +460,0.523795955,0.280266966,392,1.915104874,0.066220985,5466.7981677 +461,-0.975769313,0.072177659,392,1.915104874,0.066220985,11310.193285 +462,0.549774164,-0.463663986,392,1.915104874,0.066220985,5615.5536297 +463,0.29245874,1.095549818,392,1.915104874,0.066220985,6082.5567257 +464,0.143625958,0.816809593,392,1.915104874,0.066220985,6570.6274124 +465,0.671902494,0.611159853,392,1.915104874,0.066220985,5011.2400654 +466,1.239840988,0.6724199,392,1.915104874,0.066220985,3416.5217943 +467,0.607829703,-0.10932137,392,1.915104874,0.066220985,5216.3951206 +468,1.763020906,0.263996692,392,1.915104874,0.066220985,982.60903395 +469,0.378714634,0.726066797,392,1.915104874,0.066220985,5946.0102955 +470,2.196736143,-0.153862366,392,1.915104874,0.066220985,1413.1255751 +471,0.01702415,0.148991565,392,1.915104874,0.066220985,7459.5420041 +472,-2.998490902,-0.158002487,392,1.915104874,0.066220985,5478.7746464 +473,-3.051262951,-0.346595608,392,1.915104874,0.066220985,5370.422905 +474,-1.069176439,0.182802941,392,1.915104874,0.066220985,11278.569265 +475,0.167157509,0.595344954,392,1.915104874,0.066220985,6652.4533129 +476,0.613855648,0.681746124,392,1.915104874,0.066220985,5229.1702712 +477,1.037012736,0.682555367,392,1.915104874,0.066220985,3980.2797201 +478,-1.253574971,0.379755746,392,1.915104874,0.066220985,10674.215434 +479,3.108590453,-0.132620738,392,1.915104874,0.066220985,4781.7268212 +480,0.565301296,0.022333262,392,1.915104874,0.066220985,5342.7442724 +481,0.547898238,0.855555614,392,1.915104874,0.066220985,5495.938753 +482,0.948309381,0.417393755,392,1.915104874,0.066220985,3939.4678492 +483,-0.050600732,0.945269213,392,1.915104874,0.066220985,6903.1182236 +484,-0.977651478,-0.572363064,392,1.915104874,0.066220985,10237.13525 +485,1.102014914,0.728861163,392,1.915104874,0.066220985,3888.5765126 +486,2.927300795,-0.282939414,392,1.915104874,0.066220985,4196.5485665 +487,-1.154565557,0.124434095,392,1.915104874,0.066220985,11636.91127 +488,1.855331234,0.291044755,392,1.915104874,0.066220985,920.36595867 +489,0.830290659,0.276904518,392,1.915104874,0.066220985,4300.0269811 +490,0.485104466,-0.234867441,392,1.915104874,0.066220985,5742.3437788 +491,0.521367572,-0.33161327,392,1.915104874,0.066220985,5647.0267826 +1,-1.539031704,0.7349710123,393,1.278093622,0.064463721,9069.0975101 +2,-1.536990553,0.7349663874,393,1.278093622,0.064463721,9066.5716622 +3,-1.534951779,0.7349571355,393,1.278093622,0.064463721,9064.0513959 +4,-1.532906461,0.7349480293,393,1.278093622,0.064463721,9061.5083982 +5,-1.531320211,0.7346937278,393,1.278093622,0.064463721,9060.409963 +6,-1.539451648,0.7335131775,393,1.278093622,0.064463721,9074.8526553 +7,-1.537429487,0.7335445708,393,1.278093622,0.064463721,9072.2180028 +8,-1.535484998,0.7335658704,393,1.278093622,0.064463721,9069.7037031 +9,-1.533488396,0.7336036027,393,1.278093622,0.064463721,9067.0523033 +10,-1.531497785,0.7335842962,393,1.278093622,0.064463721,9064.5993229 +11,-1.530259379,0.7334777758,393,1.278093622,0.064463721,9063.4039314 +12,-1.5335454,0.7322346912,393,1.278093622,0.064463721,9072.0205782 +13,-1.531489083,0.7322238773,393,1.278093622,0.064463721,9069.4481345 +14,-1.530011122,0.7321679851,393,1.278093622,0.064463721,9067.7621657 +15,-1.53348106,0.7306614094,393,1.278093622,0.064463721,9077.5646224 +16,-1.531441779,0.7306962275,393,1.278093622,0.064463721,9074.8435866 +17,-1.529755654,0.7306933243,393,1.278093622,0.064463721,9072.6965548 +18,-1.533415048,0.7291384674,393,1.278093622,0.064463721,9082.9245775 +19,-1.531392093,0.7291705353,393,1.278093622,0.064463721,9080.2271639 +20,-1.529296523,0.7291214933,393,1.278093622,0.064463721,9077.7120463 +21,-1.535280942,0.727267644,393,1.278093622,0.064463721,9091.9875498 +22,-1.533378158,0.7276139666,393,1.278093622,0.064463721,9088.3253349 +23,-1.531340368,0.7276446587,393,1.278093622,0.064463721,9085.6069226 +24,-1.528960113,0.7276398177,393,1.278093622,0.064463721,9082.5593685 +25,-1.533313146,0.7260818349,393,1.278093622,0.064463721,9093.7155834 +26,-1.531259555,0.7260958115,393,1.278093622,0.064463721,9091.0293021 +27,-1.528926415,0.7260865555,393,1.278093622,0.064463721,9088.0498415 +28,-1.531226779,0.7245511789,393,1.278093622,0.064463721,9096.4965054 +29,-1.528904772,0.7245519194,393,1.278093622,0.064463721,9093.4877911 +30,-1.547195875,0.7409785979,393,1.278093622,0.064463721,9057.448225 +31,-1.5451475,0.740980426,393,1.278093622,0.064463721,9054.9718684 +32,-1.543097679,0.7409798872,393,1.278093622,0.064463721,9052.488245 +33,-1.540720364,0.7409892687,393,1.278093622,0.064463721,9049.5542446 +34,-1.547188511,0.7395198392,393,1.278093622,0.064463721,9062.7052583 +35,-1.545148587,0.7395226109,393,1.278093622,0.064463721,9060.2295391 +36,-1.543104538,0.7395314908,393,1.278093622,0.064463721,9057.7128598 +37,-1.540727751,0.7395306258,393,1.278093622,0.064463721,9054.8092574 +38,-1.547187029,0.7380014886,393,1.278093622,0.064463721,9068.1831476 +39,-1.545147315,0.7380012252,393,1.278093622,0.064463721,9065.7122223 +40,-1.54310719,0.7380060743,393,1.278093622,0.064463721,9063.2084001 +41,-1.540719671,0.7380068206,393,1.278093622,0.064463721,9060.278269 +42,-1.547187189,0.7364799098,393,1.278093622,0.064463721,9073.6733039 +43,-1.545149996,0.7364853874,393,1.278093622,0.064463721,9071.1783439 +44,-1.543106091,0.7364823484,393,1.278093622,0.064463721,9068.691877 +45,-1.540717158,0.7364893901,393,1.278093622,0.064463721,9065.729771 +46,-1.538663972,0.7410138672,393,1.278093622,0.064463721,9046.9419842 +47,-1.53695285,0.7409699132,393,1.278093622,0.064463721,9044.9889838 +48,-1.534910498,0.7409641297,393,1.278093622,0.064463721,9042.477474 +49,-1.533145034,0.7409536636,393,1.278093622,0.064463721,9040.3148664 +50,-1.538681336,0.7395405883,393,1.278093622,0.064463721,9052.255679 +51,-1.536999189,0.7395183096,393,1.278093622,0.064463721,9050.25559 +52,-1.534923633,0.7395144222,393,1.278093622,0.064463721,9047.6899702 +53,-1.533267822,0.7395654306,393,1.278093622,0.064463721,9045.4392003 +54,-1.53867273,0.7380151077,393,1.278093622,0.064463721,9057.7234814 +55,-1.536980576,0.7379994392,393,1.278093622,0.064463721,9055.6817814 +56,-1.534931522,0.7379944961,393,1.278093622,0.064463721,9053.1462734 +57,-1.533387952,0.7379480264,393,1.278093622,0.064463721,9051.3800246 +58,-1.538682279,0.7364914363,393,1.278093622,0.064463721,9063.2058202 +59,-1.536980704,0.7364810563,393,1.278093622,0.064463721,9061.1280252 +60,-1.534935567,0.7364752065,393,1.278093622,0.064463721,9058.594089 +61,-1.533042592,0.7363876366,393,1.278093622,0.064463721,9056.5301695 +62,-1.545143426,0.7349628011,393,1.278093622,0.064463721,9076.6561188 +63,-1.543105297,0.7349691947,393,1.278093622,0.064463721,9074.1362787 +64,-1.541064533,0.7349647152,393,1.278093622,0.064463721,9071.6383239 +65,-1.545411803,0.7334624714,393,1.278093622,0.064463721,9082.3889188 +66,-1.543446606,0.7334780896,393,1.278093622,0.064463721,9079.921106 +67,-1.541475327,0.7334957295,393,1.278093622,0.064463721,9077.425595 +68,-1.545401939,0.731963266,393,1.278093622,0.064463721,9087.7764742 +69,-1.54342253,0.7319915583,393,1.278093622,0.064463721,9085.239331 +70,-1.541455867,0.7320216438,393,1.278093622,0.064463721,9082.6985329 +71,-1.545410146,0.7304422281,393,1.278093622,0.064463721,9093.2634374 +72,-1.543435491,0.7304713664,393,1.278093622,0.064463721,9090.7229063 +73,-1.541463105,0.7304997613,393,1.278093622,0.064463721,9088.1748907 +74,-1.545414768,0.7289194936,393,1.278093622,0.064463721,9098.7507256 +75,-1.543435774,0.7289538557,393,1.278093622,0.064463721,9096.1797805 +76,-1.541457714,0.7289765881,393,1.278093622,0.064463721,9093.6387455 +77,-1.539449415,0.7320555866,393,1.278093622,0.064463721,9080.081477 +78,-1.537429183,0.7321097681,393,1.278093622,0.064463721,9077.3613327 +79,-1.535472649,0.7321497267,393,1.278093622,0.064463721,9074.7591358 +80,-1.539457899,0.7305333307,393,1.278093622,0.064463721,9085.5543619 +81,-1.537453161,0.7305750503,393,1.278093622,0.064463721,9082.8919332 +82,-1.535479385,0.7306124949,393,1.278093622,0.064463721,9080.2707515 +83,-1.53946905,0.7290102593,393,1.278093622,0.064463721,9091.0321142 +84,-1.537459922,0.7290417293,393,1.278093622,0.064463721,9088.3944988 +85,-1.535451349,0.7290890157,393,1.278093622,0.064463721,9085.6876461 +86,-1.535522937,0.7279887191,393,1.278093622,0.064463721,9089.7153621 +87,-1.539442524,0.7274735939,393,1.278093622,0.064463721,9096.5098778 +88,-1.537424111,0.727521351,393,1.278093622,0.064463721,9093.795474 +89,-1.539384641,0.7259505092,393,1.278093622,0.064463721,9101.8977729 +90,-1.537372391,0.7259947145,393,1.278093622,0.064463721,9099.1969856 +91,-1.535340789,0.7260435356,393,1.278093622,0.064463721,9096.441716 +92,-1.539325716,0.7244369706,393,1.278093622,0.064463721,9107.2482732 +93,-1.537308932,0.7244801057,393,1.278093622,0.064463721,9104.5386869 +94,-1.535289068,0.7245247645,393,1.278093622,0.064463721,9101.8062941 +95,-1.533261366,0.7245550236,393,1.278093622,0.064463721,9099.1018364 +96,-1.539267302,0.722921924,393,1.278093622,0.064463721,9112.6029627 +97,-1.537248972,0.7229660258,393,1.278093622,0.064463721,9109.8810415 +98,-1.535219431,0.7229916471,393,1.278093622,0.064463721,9107.1973467 +99,-1.53318962,0.7230212049,393,1.278093622,0.064463721,9104.485513 +100,-1.531154816,0.7230299897,393,1.278093622,0.064463721,9101.8276012 +101,-1.528878341,0.7230370244,393,1.278093622,0.064463721,9098.847495 +102,-1.539218189,0.7214009878,393,1.278093622,0.064463721,9117.9886913 +103,-1.537198791,0.7214422745,393,1.278093622,0.064463721,9115.2685862 +104,-1.535179266,0.7214634354,393,1.278093622,0.064463721,9112.6066956 +105,-1.533156501,0.7214944644,393,1.278093622,0.064463721,9109.8917405 +106,-1.53113574,0.7215166021,393,1.278093622,0.064463721,9107.1974814 +107,-1.528874248,0.7215345535,393,1.278093622,0.064463721,9104.1904093 +108,-1.539217656,0.7198512397,393,1.278093622,0.064463721,9123.5376303 +109,-1.537199919,0.7199428763,393,1.278093622,0.064463721,9120.6328881 +110,-1.545425832,0.727397149,393,1.278093622,0.064463721,9104.243186 +111,-1.543371177,0.7273916949,393,1.278093622,0.064463721,9101.7150452 +112,-1.541368852,0.7274523163,393,1.278093622,0.064463721,9099.0007188 +113,-1.545349067,0.7258710923,393,1.278093622,0.064463721,9109.6387502 +114,-1.54332671,0.7258603556,393,1.278093622,0.064463721,9107.162709 +115,-1.541346831,0.7259242142,393,1.278093622,0.064463721,9104.458169 +116,-1.545324355,0.7243383958,393,1.278093622,0.064463721,9115.1209574 +117,-1.543292796,0.7243617413,393,1.278093622,0.064463721,9112.5042537 +118,-1.541295822,0.7244024384,393,1.278093622,0.064463721,9109.8548671 +119,-1.543193859,0.7205570215,393,1.278093622,0.064463721,9126.0419953 +120,-1.550257047,0.7386738187,393,1.278093622,0.064463721,9069.4466912 +121,-1.549335448,0.7311736483,393,1.278093622,0.064463721,9095.4264696 +122,-1.533478843,0.7179891343,393,1.278093622,0.064463721,9122.8145805 +123,-1.556150555,0.738907041,393,1.278093622,0.064463721,9075.5946999 +124,-1.554324226,0.733414257,393,1.278093622,0.064463721,9093.3360238 +125,-1.554290846,0.7288285332,393,1.278093622,0.064463721,9109.8923248 +126,-1.55122487,0.7219795312,393,1.278093622,0.064463721,9130.9079618 +127,-1.525104458,0.7229399862,393,1.278093622,0.064463721,9094.2550058 +128,-1.519607711,0.7236181429,393,1.278093622,0.064463721,9084.5769138 +129,-1.513899999,0.7251107854,393,1.278093622,0.064463721,9071.656574 +130,-1.536620762,0.7431061895,393,1.278093622,0.064463721,9036.91116 +131,-1.5369566,0.7460845958,393,1.278093622,0.064463721,9026.6289735 +132,-1.545345528,0.7447040685,393,1.278093622,0.064463721,9041.7779565 +133,-1.532813921,0.7432306626,393,1.278093622,0.064463721,9031.7471976 +134,-1.554788248,0.7382381001,393,1.278093622,0.064463721,9076.4136236 +135,-1.540348126,0.7301594274,393,1.278093622,0.064463721,9088.0080672 +136,-1.538016084,0.7239051786,393,1.278093622,0.064463721,9107.4947774 +137,-1.525288962,0.7258085137,393,1.278093622,0.064463721,9084.3051308 +138,-1.534326986,0.731241342,393,1.278093622,0.064463721,9076.5631818 +139,-1.530733872,0.7303625216,393,1.278093622,0.064463721,9075.1300299 +141,-1.534354939,0.7328219978,393,1.278093622,0.064463721,9070.9431222 +142,-1.53157084,0.7292888153,393,1.278093622,0.064463721,9080.0336567 +143,-1.525691035,0.7263799874,393,1.278093622,0.064463721,9082.7989891 +144,-1.534031287,0.7495967835,393,1.278093622,0.064463721,9010.43066 +145,-1.527714986,0.7283095957,393,1.278093622,0.064463721,9078.5635518 +146,-1.526189586,0.7271468292,393,1.278093622,0.064463721,9080.7218245 +147,-1.555177336,0.7375563366,393,1.278093622,0.064463721,9079.344607 +148,-1.555080283,0.7312707794,393,1.278093622,0.064463721,9101.9999171 +149,-1.53856994,0.7224180299,393,1.278093622,0.064463721,9113.522993 +150,-1.530837883,0.729933372,393,1.278093622,0.064463721,9076.7948155 +151,-1.515066984,0.5854133365,393,1.278093622,0.064463721,9558.2817456 +152,-1.534731633,0.5368370046,393,1.278093622,0.064463721,9757.2958369 +153,-1.515231902,0.5607085576,393,1.278093622,0.064463721,9642.2753845 +154,-2.616253799,1.0684566605,393,1.278093622,0.064463721,7404.7340811 +155,-1.956071439,0.5792177723,393,1.278093622,0.064463721,9870.7175329 +156,-1.951208514,0.5602434208,393,1.278093622,0.064463721,9947.4594427 +157,-1.944675062,0.6062144545,393,1.278093622,0.064463721,9770.1280142 +158,-1.613778386,0.6077989518,393,1.278093622,0.064463721,9623.2980151 +159,-2.035029014,0.6021432345,393,1.278093622,0.064463721,9727.0346901 +160,-2.114989471,0.6801825058,393,1.278093622,0.064463721,9354.3144786 +161,-2.037382079,0.5765830025,393,1.278093622,0.064463721,9822.248876 +162,-2.129855121,0.6585019963,393,1.278093622,0.064463721,9417.3008682 +163,-2.075141798,0.6493615843,393,1.278093622,0.064463721,9510.7100376 +164,-1.828626729,0.6948433129,393,1.278093622,0.064463721,9433.5527535 +165,-1.863329418,0.6735427691,393,1.278093622,0.064463721,9520.6047276 +166,-1.266037071,0.727988852,393,1.278093622,0.064463721,8639.0069259 +167,-1.277579582,0.7249010648,393,1.278093622,0.064463721,8671.2408076 +168,-1.258418684,0.7241194816,393,1.278093622,0.064463721,8634.58301 +169,-1.317813974,0.6804850104,393,1.278093622,0.064463721,8883.3298891 +170,-1.344165204,0.6790988904,393,1.278093622,0.064463721,8940.347795 +171,-1.427582102,0.5277120351,393,1.278093622,0.064463721,9575.7196264 +172,-1.402238616,0.457167829,393,1.278093622,0.064463721,9724.3562586 +173,-1.422454264,0.4996161999,393,1.278093622,0.064463721,9649.1861541 +174,-1.439089277,0.4894859811,393,1.278093622,0.064463721,9717.42195 +175,-1.448126995,0.5182330266,393,1.278093622,0.064463721,9649.2363184 +176,-1.474626146,0.5881926574,393,1.278093622,0.064463721,9477.7387574 +177,-1.421139645,0.5584869783,393,1.278093622,0.064463721,9467.3538338 +178,-1.457037165,0.565943032,393,1.278093622,0.064463721,9516.7684798 +179,-2.757159358,0.3745319,393,1.278093622,0.064463721,8568.4096793 +180,-2.714309238,0.342054471,393,1.278093622,0.064463721,8762.3089184 +181,-2.000525337,0.774119946,393,1.278093622,0.064463721,9086.7378181 +183,-1.571413436,0.6777838382,393,1.278093622,0.064463721,9315.6717622 +184,-1.552860289,0.6987663893,393,1.278093622,0.064463721,9216.5598603 +185,-1.521852374,0.7165827476,393,1.278093622,0.064463721,9112.4811983 +186,-1.503656267,0.6928968252,393,1.278093622,0.064463721,9170.1979495 +187,-1.502753178,0.7136205882,393,1.278093622,0.064463721,9096.6375082 +188,-1.631894563,0.7343596465,393,1.278093622,0.064463721,9171.7961512 +189,-1.653765416,0.6770714026,393,1.278093622,0.064463721,9408.0025226 +190,-1.719812114,0.6715965947,393,1.278093622,0.064463721,9481.1262098 +191,-1.493406659,0.6646955447,393,1.278093622,0.064463721,9252.1811544 +192,-1.469120564,0.6613469966,393,1.278093622,0.064463721,9224.5647806 +193,-1.590551461,0.5326612937,393,1.278093622,0.064463721,9862.9688714 +194,-1.625979264,0.5247742243,393,1.278093622,0.064463721,9942.3056458 +195,-1.572293943,0.5238808754,393,1.278093622,0.064463721,9865.2576958 +196,-1.610848725,0.5477107964,393,1.278093622,0.064463721,9838.3982882 +197,-1.208485554,0.7918526018,393,1.278093622,0.064463721,8342.3956842 +198,-1.335601374,0.6869083083,393,1.278093622,0.064463721,8899.7388868 +199,-1.346156996,0.6825213377,393,1.278093622,0.064463721,8933.8319923 +200,-1.324381037,0.6741422347,393,1.278093622,0.064463721,8915.5821522 +201,-1.242424992,0.7378949807,393,1.278093622,0.064463721,8562.5756488 +202,-1.270370057,0.7392461008,393,1.278093622,0.064463721,8615.0574088 +203,-1.448950472,0.7441675014,393,1.278093622,0.064463721,8912.9319808 +204,-1.492662363,0.7523026852,393,1.278093622,0.064463721,8947.407171 +205,-1.479098966,0.7763855017,393,1.278093622,0.064463721,8844.9984818 +206,-1.633760714,0.7869022408,393,1.278093622,0.064463721,8975.1227912 +207,-1.647406434,0.8101289331,393,1.278093622,0.064463721,8897.6887632 +208,-1.564245052,0.5701509278,393,1.278093622,0.064463721,9690.4029178 +209,-1.646289963,0.6833746083,393,1.278093622,0.064463721,9377.2254045 +210,-1.5820631,0.6751952144,393,1.278093622,0.064463721,9338.1859237 +211,-1.613236298,0.6681681791,393,1.278093622,0.064463721,9400.1615289 +212,-1.914661867,0.8212566515,393,1.278093622,0.064463721,8930.9615525 +213,-1.742133237,0.7250275956,393,1.278093622,0.064463721,9286.137976 +214,-2.033144872,0.6557314699,393,1.278093622,0.064463721,9523.6158837 +215,-2.039551981,0.6964723658,393,1.278093622,0.064463721,9362.4122013 +216,-1.247341019,0.7622473908,393,1.278093622,0.064463721,8502.9540126 +217,-1.298239787,0.7084123392,393,1.278093622,0.064463721,8761.0710187 +218,-1.308539688,0.6926545592,393,1.278093622,0.064463721,8828.4092101 +219,-1.303263185,0.6888938396,393,1.278093622,0.064463721,8828.7502919 +220,-1.852400229,0.6004246149,393,1.278093622,0.064463721,9809.9002384 +221,-1.288947707,0.7473773692,393,1.278093622,0.064463721,8627.3754716 +222,-1.372031502,0.7472790993,393,1.278093622,0.064463721,8778.7325389 +223,-1.289805721,0.7242157877,393,1.278093622,0.064463721,8697.6381154 +224,-1.350807603,0.7533498126,393,1.278093622,0.064463721,8722.6865689 +225,-1.329290365,0.7560442322,393,1.278093622,0.064463721,8676.0709335 +226,-1.410153004,0.616936428,393,1.278093622,0.064463721,9262.7205159 +227,-1.393445434,0.6308995063,393,1.278093622,0.064463721,9186.1088421 +228,-1.37595573,0.6241540638,393,1.278093622,0.064463721,9171.8121276 +229,-1.358388707,0.6172645205,393,1.278093622,0.064463721,9156.1447137 +230,-1.753741133,0.8281661666,393,1.278093622,0.064463721,8887.5300312 +231,-1.47430987,0.6834615681,393,1.278093622,0.064463721,9158.1518407 +232,-1.421012508,0.7222725206,393,1.278093622,0.064463721,8942.2471091 +233,-1.4476833,0.6978557868,393,1.278093622,0.064463721,9066.9743337 +234,-1.470370723,0.6966193374,393,1.278093622,0.064463721,9107.2378129 +235,-1.429211703,0.7037216883,393,1.278093622,0.064463721,9017.075818 +236,-1.700578405,0.6178673663,393,1.278093622,0.064463721,9674.1695037 +237,-1.678117619,0.6331716163,393,1.278093622,0.064463721,9596.5794604 +238,-1.725644578,0.6316331145,393,1.278093622,0.064463721,9639.7418623 +239,-2.14012759,0.7930497945,393,1.278093622,0.064463721,8909.8328787 +240,-2.103289431,0.7653606263,393,1.278093622,0.064463721,9047.7361753 +241,-1.318739838,0.7017808746,393,1.278093622,0.064463721,8821.6121873 +242,-1.396417427,0.7077900843,393,1.278093622,0.064463721,8947.7608597 +243,-1.35650337,0.7185539404,393,1.278093622,0.064463721,8842.0855645 +244,-1.248884539,0.7274156818,393,1.278093622,0.064463721,8605.561798 +245,-1.395014798,0.5761185243,393,1.278093622,0.064463721,9358.0314917 +246,-1.433377362,0.6064716109,393,1.278093622,0.064463721,9341.0053932 +247,-1.408172432,0.5903155476,393,1.278093622,0.064463721,9341.9206276 +248,-1.749645898,0.7757118084,393,1.278093622,0.064463721,9091.4490816 +249,-1.571626686,0.615046989,393,1.278093622,0.064463721,9541.8492808 +250,-1.514070049,0.6303003037,393,1.278093622,0.064463721,9402.855248 +251,-1.480890369,0.6237966528,393,1.278093622,0.064463721,9370.4781323 +252,-1.704390658,0.5281680612,393,1.278093622,0.064463721,10020.307803 +253,-1.64434733,0.5254277498,393,1.278093622,0.064463721,9964.0929556 +254,-1.703855997,0.4792484842,393,1.278093622,0.064463721,10205.481657 +255,-1.692002383,0.5748825051,393,1.278093622,0.064463721,9830.9316108 +256,-1.854136457,0.5544643913,393,1.278093622,0.064463721,9992.0203835 +257,-1.665021206,0.520317736,393,1.278093622,0.064463721,10008.24974 +258,-1.733654349,0.4845187345,393,1.278093622,0.064463721,10213.542803 +259,-1.720938188,0.5135933906,393,1.278093622,0.064463721,10091.01301 +260,-1.742668307,0.553296122,393,1.278093622,0.064463721,9954.8808259 +261,-1.965659039,0.7142126903,393,1.278093622,0.064463721,9337.401549 +262,-1.944438071,0.6772834804,393,1.278093622,0.064463721,9490.891516 +263,-1.270340967,0.7681487096,393,1.278093622,0.064463721,8530.3152353 +264,-1.353091884,0.6549276821,393,1.278093622,0.064463721,9031.6238133 +265,-1.333236659,0.6413584414,393,1.278093622,0.064463721,9031.2920604 +266,-1.352015998,0.6753788907,393,1.278093622,0.064463721,8967.1504828 +267,-1.377988483,0.6577816235,393,1.278093622,0.064463721,9072.1459096 +268,-2.13075611,0.8318642051,393,1.278093622,0.064463721,8773.9122739 +269,-2.097910953,0.8259670014,393,1.278093622,0.064463721,8823.467436 +270,-1.416382069,0.6694271549,393,1.278093622,0.064463721,9106.9626854 +271,-1.538905672,0.7535625993,393,1.278093622,0.064463721,9002.1030438 +272,-1.572309477,0.7803125099,393,1.278093622,0.064463721,8942.2201957 +273,-1.87759879,0.7503853417,393,1.278093622,0.064463721,9215.8364224 +274,1.152365588,0.590457682,393,1.278093622,0.064463721,2134.5186102 +275,0.350198001,0.718001859,393,1.278093622,0.064463721,4180.103471 +276,0.046513677,0.491503852,393,1.278093622,0.064463721,4918.5231903 +277,0.027510309,0.742571376,393,1.278093622,0.064463721,5118.5218336 +278,0.306285725,-0.214631579,393,1.278093622,0.064463721,3981.1905295 +279,-1.100564889,0.318051531,393,1.278093622,0.064463721,9103.4692764 +280,-1.078582306,0.301437596,393,1.278093622,0.064463721,9050.9067264 +281,-1.137371989,-0.617634065,393,1.278093622,0.064463721,9002.0194481 +282,0.784356344,0.703272339,393,1.278093622,0.064463721,3084.0122468 +283,-1.221209947,0.218327455,393,1.278093622,0.064463721,9679.1474521 +284,2.347301921,-0.449114658,393,1.278093622,0.064463721,4573.4404087 +285,0.246820618,0.830553713,393,1.278093622,0.064463721,4620.6731532 +286,0.829414965,0.703288228,393,1.278093622,0.064463721,2995.2381141 +287,-1.337537566,0.42332223,393,1.278093622,0.064463721,9643.9511519 +288,0.882453706,0.454478077,393,1.278093622,0.064463721,2154.8281594 +289,1.575629659,0.416419109,393,1.278093622,0.064463721,1799.1933291 +290,-1.039455679,0.229888244,393,1.278093622,0.064463721,9000.4218293 +291,0.489558039,0.934482747,393,1.278093622,0.064463721,4284.702246 +292,0.081344504,0.88384514,393,1.278093622,0.064463721,5093.4916587 +293,-1.547979814,0.300350308,393,1.278093622,0.064463721,10543.756396 +294,0.040776181,0.168560074,393,1.278093622,0.064463721,4877.9448847 +295,-1.130374745,0.563894876,393,1.278093622,0.064463721,8732.8780321 +296,1.578326642,0.478507176,393,1.278093622,0.064463721,1994.5552318 +297,-1.12861823,-0.291640865,393,1.278093622,0.064463721,9449.5780491 +298,0.310524208,0.770885792,393,1.278093622,0.064463721,4368.7946526 +299,0.415649091,-0.387246002,393,1.278093622,0.064463721,3786.5299898 +300,-0.926533878,-0.188022748,393,1.278093622,0.064463721,8734.4709097 +301,1.258856172,-0.11716081,393,1.278093622,0.064463721,723.42515466 +302,-1.126050026,0.322941926,393,1.278093622,0.064463721,9183.9262738 +303,2.002785835,0.07893892,393,1.278093622,0.064463721,2863.3394914 +304,0.440437607,0.746258085,393,1.278093622,0.064463721,3990.2787791 +305,-0.030391866,0.214441206,393,1.278093622,0.064463721,5153.1761201 +306,0.521557815,-0.058929362,393,1.278093622,0.064463721,3034.328327 +307,-0.097005111,0.13317729,393,1.278093622,0.064463721,5420.7774966 +308,1.83113859,0.221857587,393,1.278093622,0.064463721,2253.1938181 +309,0.222428864,0.099404236,393,1.278093622,0.064463721,4168.0805707 +310,-1.702731345,0.8728568183,393,1.278093622,0.064463721,8690.6306544 +311,-0.418507569,0.278324921,393,1.278093622,0.064463721,6629.4185689 +312,-1.41153306,0.339029988,393,1.278093622,0.064463721,10066.278628 +313,0.357560442,0.114788776,393,1.278093622,0.064463721,3635.5457549 +314,0.325818979,0.268352149,393,1.278093622,0.064463721,3795.4103395 +315,-1.246004659,-0.663679965,393,1.278093622,0.064463721,9187.1152881 +316,1.814603087,0.637404484,393,1.278093622,0.064463721,2994.2525005 +317,1.843704281,-0.18300445,393,1.278093622,0.064463721,2436.4101572 +318,1.690644492,-0.211480909,393,1.278093622,0.064463721,1957.8568814 +319,-1.275451936,0.068109467,393,1.278093622,0.064463721,10057.812688 +320,0.762430171,-0.207594741,393,1.278093622,0.064463721,2298.9761318 +321,0.265668905,-0.014647884,393,1.278093622,0.064463721,4020.0178488 +322,-2.773032013,-0.335515811,393,1.278093622,0.064463721,8770.2266419 +323,-1.469512853,0.174058777,393,1.278093622,0.064463721,10624.790474 +324,0.286276986,0.785925691,393,1.278093622,0.064463721,4454.8119674 +325,-1.379324697,0.377432233,393,1.278093622,0.064463721,9877.2623001 +326,-1.203778265,0.212813032,393,1.278093622,0.064463721,9624.0467331 +327,0.579916301,0.611743168,393,1.278093622,0.064463721,3352.0272846 +328,0.267582642,0.868113908,393,1.278093622,0.064463721,4626.8892667 +329,0.412869244,-0.050245578,393,1.278093622,0.064463721,3455.1626263 +330,0.17524381,0.976660285,393,1.278093622,0.064463721,4992.7920486 +331,0.743157214,0.204812899,393,1.278093622,0.064463721,2169.8370987 +332,-1.070758176,0.269382282,393,1.278093622,0.064463721,9066.726365 +333,-1.230364251,0.329790229,393,1.278093622,0.064463721,9523.4009717 +334,-1.374813124,-0.024926835,393,1.278093622,0.064463721,10503.931745 +335,0.519780566,0.463669906,393,1.278093622,0.064463721,3277.2566233 +336,-1.55108034,0.239698561,393,1.278093622,0.064463721,10723.66115 +337,0.180294813,0.029739425,393,1.278093622,0.064463721,4344.9619277 +338,0.67820924,0.268170153,393,1.278093622,0.064463721,2473.243804 +339,0.445798684,1.024001867,393,1.278093622,0.064463721,4573.2128434 +340,0.691751283,0.150521402,393,1.278093622,0.064463721,2332.9975819 +341,-1.036643551,-0.903056181,393,1.278093622,0.064463721,8155.6939816 +342,-0.120287036,1.083325163,393,1.278093622,0.064463721,5677.1256245 +343,2.823513113,-0.304487164,393,1.278093622,0.064463721,6202.7388822 +344,0.457583172,1.12513373,393,1.278093622,0.064463721,4799.5324014 +345,0.042918831,0.813795399,393,1.278093622,0.064463721,5128.5621789 +346,1.196146777,-0.853142756,393,1.278093622,0.064463721,3645.6117613 +347,0.206001358,-0.010430701,393,1.278093622,0.064463721,4254.1819224 +348,-0.268308653,0.234799412,393,1.278093622,0.064463721,6068.753649 +349,0.759363263,0.736189579,393,1.278093622,0.064463721,3230.3941615 +350,0.181363926,0.891988372,393,1.278093622,0.064463721,4863.9093596 +351,-0.021111158,0.139103292,393,1.278093622,0.064463721,5122.3274528 +352,-0.093355215,0.630686981,393,1.278093622,0.064463721,5434.0897847 +353,0.40118964,0.681375926,393,1.278093622,0.064463721,3979.9328983 +354,-0.721197315,1.304706234,393,1.278093622,0.064463721,6407.6919187 +355,-1.076150317,0.212107639,393,1.278093622,0.064463721,9156.4338905 +356,-1.577164531,0.273993443,393,1.278093622,0.064463721,10695.456893 +357,-0.190788414,0.182208586,393,1.278093622,0.064463721,5779.2774207 +358,-0.261349752,0.209710184,393,1.278093622,0.064463721,6047.5527362 +359,-1.029303852,0.083549259,393,1.278093622,0.064463721,9091.1573713 +360,-1.268609162,0.330525297,393,1.278093622,0.064463721,9646.6744911 +361,1.282982244,-0.926641967,393,1.278093622,0.064463721,3925.8035331 +362,0.217352334,0.731352408,393,1.278093622,0.064463721,4567.4911681 +363,-1.511833084,0.258629297,393,1.278093622,0.064463721,10561.712459 +364,0.338812194,0.823184618,393,1.278093622,0.064463721,4382.8596048 +365,-0.324406489,1.134201999,393,1.278093622,0.064463721,6043.617684 +366,1.389579348,0.399185724,393,1.278093622,0.064463721,1393.0248702 +367,2.047152199,-0.039082036,393,1.278093622,0.064463721,3072.1087419 +368,0.947780369,0.568250077,393,1.278093622,0.064463721,2341.6031275 +369,0.763824846,0.576754987,393,1.278093622,0.064463721,2781.4011307 +370,-0.142334657,0.928153068,393,1.278093622,0.064463721,5660.9144908 +371,0.610266567,0.547265983,393,1.278093622,0.064463721,3135.9965733 +372,0.210731629,0.746815056,393,1.278093622,0.064463721,4604.5864022 +373,-1.34931644,0.316895224,393,1.278093622,0.064463721,9931.7982779 +374,2.407696481,0.655030745,393,1.278093622,0.064463721,4690.0172668 +375,0.64207831,0.545359131,393,1.278093622,0.064463721,3039.4280638 +376,1.174597538,0.840588356,393,1.278093622,0.064463721,3094.3176146 +377,0.660059424,0.010604079,393,1.278093622,0.064463721,2455.2395084 +378,-0.730263819,0.010486456,393,1.278093622,0.064463721,7948.2021929 +379,0.831068936,0.512339172,393,1.278093622,0.064463721,2441.996469 +380,1.301180979,0.72367476,393,1.278093622,0.064463721,2612.4234988 +381,1.811128231,0.322854402,393,1.278093622,0.064463721,2304.2388202 +382,0.435105812,0.992284428,393,1.278093622,0.064463721,4518.4912711 +383,0.62643634,0.592027932,393,1.278093622,0.064463721,3181.8250278 +384,0.492988703,-0.516339467,393,1.278093622,0.064463721,3761.3003367 +385,-0.162469483,0.112549365,393,1.278093622,0.064463721,5681.5107457 +386,0.314630866,0.472006421,393,1.278093622,0.064463721,3978.8045898 +387,0.166744804,0.822815954,393,1.278093622,0.064463721,4813.127488 +388,0.417159608,0.965805736,393,1.278093622,0.064463721,4492.4279434 +389,0.106334961,0.868774244,393,1.278093622,0.064463721,5016.8439318 +390,0.815086969,-0.338144359,393,1.278093622,0.064463721,2407.3708787 +391,0.59867455,-0.230624824,393,1.278093622,0.064463721,2915.9870469 +392,1.915104874,0.066220985,393,1.278093622,0.064463721,2517.6370749 +393,1.278093622,0.064463721,393,1.278093622,0.064463721,0 +394,-0.061477853,0.302997961,393,1.278093622,0.064463721,5272.1201642 +395,0.251311504,0.626976942,393,1.278093622,0.064463721,4346.1473211 +396,2.950242872,0.149095644,393,1.278093622,0.064463721,6580.0112882 +397,-0.180294708,0.35375117,393,1.278093622,0.064463721,5716.224422 +398,1.010448592,-0.351180233,393,1.278093622,0.064463721,1947.9276867 +399,-1.748740498,0.3686318073,393,1.278093622,0.064463721,10671.450564 +400,2.699635665,0.123533791,393,1.278093622,0.064463721,5604.6869742 +401,0.496808033,0.823843254,393,1.278093622,0.064463721,4015.6066414 +402,0.129574704,0.763364087,393,1.278093622,0.064463721,4847.6351221 +403,1.798920311,0.817447563,393,1.278093622,0.064463721,3475.4686511 +404,0.335987953,0.746786541,393,1.278093622,0.064463721,4263.8715592 +405,-1.085413643,0.292154671,393,1.278093622,0.064463721,9088.2084467 +406,-0.155321003,0.508207011,393,1.278093622,0.064463721,5622.5561665 +407,0.620529244,-0.301175104,393,1.278093622,0.064463721,2950.4185777 +408,1.684402744,0.368716966,393,1.278093622,0.064463721,1974.678189 +409,0.300582244,-0.386397212,393,1.278093622,0.064463721,4182.0976333 +410,2.913555946,-0.009225192,393,1.278093622,0.064463721,6479.8814674 +411,1.465101417,0.493232532,393,1.278093622,0.064463721,1838.9326961 +412,0.090612882,0.907955955,393,1.278093622,0.064463721,5095.9894489 +413,2.987564726,-0.729568594,393,1.278093622,0.064463721,6801.384453 +414,-1.484261606,0.224149272,393,1.278093622,0.064463721,10564.240338 +415,0.164073421,0.303955133,393,1.278093622,0.064463721,4420.6258632 +416,0.141441293,0.167552546,393,1.278093622,0.064463721,4484.8367649 +417,2.931321023,-0.506718887,393,1.278093622,0.064463721,6631.0505626 +418,2.21951565,0.700596356,393,1.278093622,0.064463721,4190.8808437 +419,0.268112576,1.199114336,393,1.278093622,0.064463721,5209.6487625 +420,0.978913739,0.359223811,393,1.278093622,0.064463721,1641.2994282 +421,1.210898818,0.522863584,393,1.278093622,0.064463721,1833.1095458 +422,2.347397336,0.129231362,393,1.278093622,0.064463721,4220.5766473 +423,0.614394501,0.556878345,393,1.278093622,0.064463721,3143.0201042 +424,-1.398079356,0.148483366,393,1.278093622,0.064463721,10421.224655 +425,2.535303836,-0.112984496,393,1.278093622,0.064463721,5020.8255362 +426,-1.019372593,-0.405322349,393,1.278093622,0.064463721,8945.5170581 +427,-1.297785627,-0.160104069,393,1.278093622,0.064463721,10186.425977 +428,2.144554488,0.205051084,393,1.278093622,0.064463721,3441.2181616 +429,-2.242387083,-0.426171285,393,1.278093622,0.064463721,10408.40605 +430,0.338637212,0.909723676,393,1.278093622,0.064463721,4537.8352016 +431,-0.148798452,0.691042401,393,1.278093622,0.064463721,5620.1739905 +432,0.893524764,0.441829531,393,1.278093622,0.064463721,2091.9313728 +433,0.969229347,-0.368847936,393,1.278093622,0.064463721,2093.6276404 +434,0.436043248,0.800045688,393,1.278093622,0.064463721,4105.7901861 +435,1.687946607,1.081504775,393,1.278093622,0.064463721,4206.9732977 +436,0.522302046,-0.034889271,393,1.278093622,0.064463721,3017.8713747 +437,-0.178996113,-0.438090009,393,1.278093622,0.064463721,5923.7512253 +438,-1.094339566,0.301444068,393,1.278093622,0.064463721,9106.4272499 +439,-1.064070054,0.242569932,393,1.278093622,0.064463721,9076.183028 +440,-1.068153768,0.230387998,393,1.278093622,0.064463721,9105.7325598 +441,-3.00496892,-0.23989155,393,1.278093622,0.064463721,7933.5841593 +442,0.21751974,0.766874888,393,1.278093622,0.064463721,4610.7427234 +443,0.117229532,0.007619006,393,1.278093622,0.064463721,4599.6878531 +444,0.777758451,0.420554741,393,1.278093622,0.064463721,2374.7300357 +445,-0.252356999,0.250747086,393,1.278093622,0.064463721,6004.0529298 +446,0.363148444,0.768483434,393,1.278093622,0.064463721,4228.3789809 +447,0.903191366,-0.118210676,393,1.278093622,0.064463721,1649.5384437 +448,-0.205755923,0.149406178,393,1.278093622,0.064463721,5843.9453619 +449,1.811996086,0.02364353,393,1.278093622,0.064463721,2118.7161337 +450,-1.100670221,0.314845373,393,1.278093622,0.064463721,9108.6964987 +451,0.340078597,0.850105132,393,1.278093622,0.064463721,4426.7701834 +452,0.258757267,0.804969236,393,1.278093622,0.064463721,4553.6464263 +453,2.78505352,-0.155160804,393,1.278093622,0.064463721,6012.1286723 +454,0.800551619,0.105822106,393,1.278093622,0.064463721,1891.5288793 +455,0.437940882,-0.506194031,393,1.278093622,0.064463721,3909.4146379 +456,2.230431122,0.63458615,393,1.278093622,0.064463721,4129.0448751 +457,0.527965361,0.127667701,393,1.278093622,0.064463721,2966.9525671 +458,-0.063643205,0.702093448,393,1.278093622,0.064463721,5365.2194636 +459,1.408447268,0.133010502,393,1.278093622,0.064463721,581.04776509 +460,0.523795955,0.280266966,393,1.278093622,0.064463721,3056.9523872 +461,-0.975769313,0.072177659,393,1.278093622,0.064463721,8888.9102745 +462,0.549774164,-0.463663986,393,1.278093622,0.064463721,3484.8956547 +463,0.29245874,1.095549818,393,1.278093622,0.064463721,4975.6114541 +464,0.143625958,0.816809593,393,1.278093622,0.064463721,4866.0525924 +465,0.671902494,0.611159853,393,1.278093622,0.064463721,3102.4384503 +466,1.239840988,0.6724199,393,1.278093622,0.064463721,2412.0720184 +467,0.607829703,-0.10932137,393,1.278093622,0.064463721,2738.7650015 +468,1.763020906,0.263996692,393,1.278093622,0.064463721,2049.5381029 +469,0.378714634,0.726066797,393,1.278093622,0.064463721,4115.8480042 +470,2.196736143,-0.153862366,393,1.278093622,0.064463721,3729.106589 +471,0.01702415,0.148991565,393,1.278093622,0.064463721,4971.9527201 +472,-2.998490902,-0.158002487,393,1.278093622,0.064463721,7965.6931514 +473,-3.051262951,-0.346595608,393,1.278093622,0.064463721,7734.5414384 +474,-1.069176439,0.182802941,393,1.278093622,0.064463721,9161.9895477 +475,0.167157509,0.595344954,393,1.278093622,0.064463721,4579.675697 +476,0.613855648,0.681746124,393,1.278093622,0.064463721,3415.4862779 +477,1.037012736,0.682555367,393,1.278093622,0.064463721,2597.4187385 +478,-1.253574971,0.379755746,393,1.278093622,0.064463721,9497.2520623 +479,3.108590453,-0.132620738,393,1.278093622,0.064463721,7274.1197204 +480,0.565301296,0.022333262,393,1.278093622,0.064463721,2825.3146726 +481,0.547898238,0.855555614,393,1.278093622,0.064463721,3980.2021726 +482,0.948309381,0.417393755,393,1.278093622,0.064463721,1882.2356728 +483,-0.050600732,0.945269213,393,1.278093622,0.064463721,5455.4254147 +484,-0.977651478,-0.572363064,393,1.278093622,0.064463721,8603.0853845 +485,1.102014914,0.728861163,393,1.278093622,0.064463721,2704.7600489 +486,2.927300795,-0.282939414,393,1.278093622,0.064463721,6591.0064604 +487,-1.154565557,0.124434095,393,1.278093622,0.064463721,9543.1451055 +488,1.855331234,0.291044755,393,1.278093622,0.064463721,2416.8880255 +489,0.830290659,0.276904518,393,1.278093622,0.064463721,1936.3409458 +490,0.485104466,-0.234867441,393,1.278093622,0.064463721,3334.7779061 +491,0.521367572,-0.33161327,393,1.278093622,0.064463721,3339.9292637 +1,-1.539031704,0.7349710123,394,-0.061477853,0.302997961,5155.416389 +2,-1.536990553,0.7349663874,394,-0.061477853,0.302997961,5149.5059828 +3,-1.534951779,0.7349571355,394,-0.061477853,0.302997961,5143.6041517 +4,-1.532906461,0.7349480293,394,-0.061477853,0.302997961,5137.6818793 +5,-1.531320211,0.7346937278,394,-0.061477853,0.302997961,5133.2475439 +6,-1.539451648,0.7335131775,394,-0.061477853,0.302997961,5157.6045237 +7,-1.537429487,0.7335445708,394,-0.061477853,0.302997961,5151.7182485 +8,-1.535484998,0.7335658704,394,-0.061477853,0.302997961,5146.0630048 +9,-1.533488396,0.7336036027,394,-0.061477853,0.302997961,5140.2448405 +10,-1.531497785,0.7335842962,394,-0.061477853,0.302997961,5134.4801462 +11,-1.530259379,0.7334777758,394,-0.061477853,0.302997961,5130.9539937 +12,-1.5335454,0.7322346912,394,-0.061477853,0.302997961,5141.3045438 +13,-1.531489083,0.7322238773,394,-0.061477853,0.302997961,5135.3367058 +14,-1.530011122,0.7321679851,394,-0.061477853,0.302997961,5131.0775553 +15,-1.53348106,0.7306614094,394,-0.061477853,0.302997961,5142.1476527 +16,-1.531441779,0.7306962275,394,-0.061477853,0.302997961,5136.1916705 +17,-1.529755654,0.7306933243,394,-0.061477853,0.302997961,5131.2869109 +18,-1.533415048,0.7291384674,394,-0.061477853,0.302997961,5142.9549797 +19,-1.531392093,0.7291705353,394,-0.061477853,0.302997961,5137.0405926 +20,-1.529296523,0.7291214933,394,-0.061477853,0.302997961,5130.9661268 +21,-1.535280942,0.727267644,394,-0.061477853,0.302997961,5149.6294398 +22,-1.533378158,0.7276139666,394,-0.061477853,0.302997961,5143.8502714 +23,-1.531340368,0.7276446587,394,-0.061477853,0.302997961,5137.8858315 +24,-1.528960113,0.7276398177,394,-0.061477853,0.302997961,5130.9441501 +25,-1.533313146,0.7260818349,394,-0.061477853,0.302997961,5144.6706936 +26,-1.531259555,0.7260958115,394,-0.061477853,0.302997961,5138.6632731 +27,-1.528926415,0.7260865555,394,-0.061477853,0.302997961,5131.8529988 +28,-1.531226779,0.7245511789,394,-0.061477853,0.302997961,5139.5804329 +29,-1.528904772,0.7245519194,394,-0.061477853,0.302997961,5132.7873617 +30,-1.547195875,0.7409785979,394,-0.061477853,0.302997961,5174.9594951 +31,-1.5451475,0.740980426,394,-0.061477853,0.302997961,5169.05984 +32,-1.543097679,0.7409798872,394,-0.061477853,0.302997961,5163.1562848 +33,-1.540720364,0.7409892687,394,-0.061477853,0.302997961,5156.3012345 +34,-1.547188511,0.7395198392,394,-0.061477853,0.302997961,5175.9294788 +35,-1.545148587,0.7395226109,394,-0.061477853,0.302997961,5170.0460812 +36,-1.543104538,0.7395314908,394,-0.061477853,0.302997961,5164.145397 +37,-1.540727751,0.7395306258,394,-0.061477853,0.302997961,5157.290057 +38,-1.547187029,0.7380014886,394,-0.061477853,0.302997961,5176.9592292 +39,-1.545147315,0.7380012252,394,-0.061477853,0.302997961,5171.0707632 +40,-1.54310719,0.7380060743,394,-0.061477853,0.302997961,5165.1763438 +41,-1.540719671,0.7380068206,394,-0.061477853,0.302997961,5158.2798845 +42,-1.547187189,0.7364799098,394,-0.061477853,0.302997961,5177.9983116 +43,-1.545149996,0.7364853874,394,-0.061477853,0.302997961,5172.1055156 +44,-1.543106091,0.7364823484,394,-0.061477853,0.302997961,5166.1977709 +45,-1.540717158,0.7364893901,394,-0.061477853,0.302997961,5159.2839584 +46,-1.538663972,0.7410138672,394,-0.061477853,0.302997961,5150.359403 +47,-1.53695285,0.7409699132,394,-0.061477853,0.302997961,5145.4564718 +48,-1.534910498,0.7409641297,394,-0.061477853,0.302997961,5139.5725354 +49,-1.533145034,0.7409536636,394,-0.061477853,0.302997961,5134.4887403 +50,-1.538681336,0.7395405883,394,-0.061477853,0.302997961,5151.3791193 +51,-1.536999189,0.7395183096,394,-0.061477853,0.302997961,5146.539396 +52,-1.534923633,0.7395144222,394,-0.061477853,0.302997961,5140.5509944 +53,-1.533267822,0.7395654306,394,-0.061477853,0.302997961,5135.7377401 +54,-1.53867273,0.7380151077,394,-0.061477853,0.302997961,5152.3607278 +55,-1.536980576,0.7379994392,394,-0.061477853,0.302997961,5147.4813698 +56,-1.534931522,0.7379944961,394,-0.061477853,0.302997961,5141.5623807 +57,-1.533387952,0.7379480264,394,-0.061477853,0.302997961,5137.1303435 +58,-1.538682279,0.7364914363,394,-0.061477853,0.302997961,5153.3960781 +59,-1.536980704,0.7364810563,394,-0.061477853,0.302997961,5148.4795833 +60,-1.534935567,0.7364752065,394,-0.061477853,0.302997961,5142.5647775 +61,-1.533042592,0.7363876366,394,-0.061477853,0.302997961,5137.1420957 +62,-1.545143426,0.7349628011,394,-0.061477853,0.302997961,5173.1204952 +63,-1.543105297,0.7349691947,394,-0.061477853,0.302997961,5167.215379 +64,-1.541064533,0.7349647152,394,-0.061477853,0.302997961,5161.3086519 +65,-1.545411803,0.7334624714,394,-0.061477853,0.302997961,5174.9196247 +66,-1.543446606,0.7334780896,394,-0.061477853,0.302997961,5169.2122768 +67,-1.541475327,0.7334957295,394,-0.061477853,0.302997961,5163.4848553 +68,-1.545401939,0.731963266,394,-0.061477853,0.302997961,5175.9147933 +69,-1.54342253,0.7319915583,394,-0.061477853,0.302997961,5170.1502671 +70,-1.541455867,0.7320216438,394,-0.061477853,0.302997961,5164.4205611 +71,-1.545410146,0.7304422281,394,-0.061477853,0.302997961,5176.9796981 +72,-1.543435491,0.7304713664,394,-0.061477853,0.302997961,5171.2209366 +73,-1.541463105,0.7304997613,394,-0.061477853,0.302997961,5165.4683093 +74,-1.545414768,0.7289194936,394,-0.061477853,0.302997961,5178.0377963 +75,-1.543435774,0.7289538557,394,-0.061477853,0.302997961,5172.2553904 +76,-1.541457714,0.7289765881,394,-0.061477853,0.302997961,5166.4826548 +77,-1.539449415,0.7320555866,394,-0.061477853,0.302997961,5158.5718 +78,-1.537429183,0.7321097681,394,-0.061477853,0.302997961,5152.6686494 +79,-1.535472649,0.7321497267,394,-0.061477853,0.302997961,5146.9591729 +80,-1.539457899,0.7305333307,394,-0.061477853,0.302997961,5159.6158211 +81,-1.537453161,0.7305750503,394,-0.061477853,0.302997961,5153.7583343 +82,-1.535479385,0.7306124949,394,-0.061477853,0.302997961,5147.9928853 +83,-1.53946905,0.7290102593,394,-0.061477853,0.302997961,5160.6706679 +84,-1.537459922,0.7290417293,394,-0.061477853,0.302997961,5154.7996392 +85,-1.535451349,0.7290890157,394,-0.061477853,0.302997961,5148.9188014 +86,-1.535522937,0.7279887191,394,-0.061477853,0.302997961,5149.856652 +87,-1.539442524,0.7274735939,394,-0.061477853,0.302997961,5161.6273718 +88,-1.537424111,0.727521351,394,-0.061477853,0.302997961,5155.7107123 +89,-1.539384641,0.7259505092,394,-0.061477853,0.302997961,5162.4856674 +90,-1.537372391,0.7259947145,394,-0.061477853,0.302997961,5156.5817167 +91,-1.535340789,0.7260435356,394,-0.061477853,0.302997961,5150.6173509 +92,-1.539325716,0.7244369706,394,-0.061477853,0.302997961,5163.3364679 +93,-1.537308932,0.7244801057,394,-0.061477853,0.302997961,5157.4124128 +94,-1.535289068,0.7245247645,394,-0.061477853,0.302997961,5151.4774801 +95,-1.533261366,0.7245550236,394,-0.061477853,0.302997961,5145.5283163 +96,-1.539267302,0.722921924,394,-0.061477853,0.302997961,5164.1917618 +97,-1.537248972,0.7229660258,394,-0.061477853,0.302997961,5158.2549523 +98,-1.535219431,0.7229916471,394,-0.061477853,0.302997961,5152.2968133 +99,-1.53318962,0.7230212049,394,-0.061477853,0.302997961,5146.3342393 +100,-1.531154816,0.7230299897,394,-0.061477853,0.302997961,5140.3697225 +101,-1.528878341,0.7230370244,394,-0.061477853,0.302997961,5133.6972143 +102,-1.539218189,0.7214009878,394,-0.061477853,0.302997961,5165.080293 +103,-1.537198791,0.7214422745,394,-0.061477853,0.302997961,5159.1346529 +104,-1.535179266,0.7214634354,394,-0.061477853,0.302997961,5153.2012345 +105,-1.533156501,0.7214944644,394,-0.061477853,0.302997961,5147.2506884 +106,-1.53113574,0.7215166021,394,-0.061477853,0.302997961,5141.3109123 +107,-1.528874248,0.7215345535,394,-0.061477853,0.302997961,5134.6667591 +108,-1.539217656,0.7198512397,394,-0.061477853,0.302997961,5166.1330375 +109,-1.537199919,0.7199428763,394,-0.061477853,0.302997961,5160.1505324 +110,-1.545425832,0.727397149,394,-0.061477853,0.302997961,5179.1168375 +111,-1.543371177,0.7273916949,394,-0.061477853,0.302997961,5173.1336989 +112,-1.541368852,0.7274523163,394,-0.061477853,0.302997961,5167.2568552 +113,-1.545349067,0.7258710923,394,-0.061477853,0.302997961,5179.9447005 +114,-1.54332671,0.7258603556,394,-0.061477853,0.302997961,5174.0516834 +115,-1.541346831,0.7259242142,394,-0.061477853,0.302997961,5168.230496 +116,-1.545324355,0.7243383958,394,-0.061477853,0.302997961,5180.9310358 +117,-1.543292796,0.7243617413,394,-0.061477853,0.302997961,5174.9801456 +118,-1.541295822,0.7244024384,394,-0.061477853,0.302997961,5169.1173978 +119,-1.543193859,0.7205570215,394,-0.061477853,0.302997961,5177.3090947 +120,-1.550257047,0.7386738187,394,-0.061477853,0.302997961,5185.3565213 +121,-1.549335448,0.7311736483,394,-0.061477853,0.302997961,5187.8760389 +122,-1.533478843,0.7179891343,394,-0.061477853,0.302997961,5150.5346934 +123,-1.556150555,0.738907041,394,-0.061477853,0.302997961,5202.1836691 +124,-1.554324226,0.733414257,394,-0.061477853,0.302997961,5200.7734474 +125,-1.554290846,0.7288285332,394,-0.061477853,0.302997961,5203.9164013 +126,-1.55122487,0.7219795312,394,-0.061477853,0.302997961,5199.8284686 +127,-1.525104458,0.7229399862,394,-0.061477853,0.302997961,5122.702305 +128,-1.519607711,0.7236181429,394,-0.061477853,0.302997961,5106.1611629 +129,-1.513899999,0.7251107854,394,-0.061477853,0.302997961,5088.5116369 +130,-1.536620762,0.7431061895,394,-0.061477853,0.302997961,5143.1082308 +131,-1.5369566,0.7460845958,394,-0.061477853,0.302997961,5142.14086 +132,-1.545345528,0.7447040685,394,-0.061477853,0.302997961,5167.1272763 +133,-1.532813921,0.7432306626,394,-0.061477853,0.302997961,5132.0731634 +134,-1.554788248,0.7382381001,394,-0.061477853,0.302997961,5198.726261 +135,-1.540348126,0.7301594274,394,-0.061477853,0.302997961,5162.455752 +136,-1.538016084,0.7239051786,394,-0.061477853,0.302997961,5159.8667804 +137,-1.525288962,0.7258085137,394,-0.061477853,0.302997961,5121.4008393 +138,-1.534326986,0.731241342,394,-0.061477853,0.302997961,5144.2273069 +139,-1.530733872,0.7303625216,394,-0.061477853,0.302997961,5134.3483054 +141,-1.534354939,0.7328219978,394,-0.061477853,0.302997961,5143.2712894 +142,-1.53157084,0.7292888153,394,-0.061477853,0.302997961,5137.4842078 +143,-1.525691035,0.7263799874,394,-0.061477853,0.302997961,5122.2098526 +144,-1.534031287,0.7495967835,394,-0.061477853,0.302997961,5131.5030687 +145,-1.527714986,0.7283095957,394,-0.061477853,0.302997961,5126.8790726 +146,-1.526189586,0.7271468292,394,-0.061477853,0.302997961,5123.1744974 +147,-1.555177336,0.7375563366,394,-0.061477853,0.302997961,5200.3266714 +148,-1.555080283,0.7312707794,394,-0.061477853,0.302997961,5204.4784925 +149,-1.53856994,0.7224180299,394,-0.061477853,0.302997961,5162.4918334 +150,-1.530837883,0.729933372,394,-0.061477853,0.302997961,5134.9298241 +151,-1.515066984,0.5854133365,394,-0.061477853,0.302997961,5188.7195699 +152,-1.534731633,0.5368370046,394,-0.061477853,0.302997961,5292.5868939 +153,-1.515231902,0.5607085576,394,-0.061477853,0.302997961,5208.51231 +154,-2.616253799,1.0684566605,394,-0.061477853,0.302997961,6702.9643477 +155,-1.956071439,0.5792177723,394,-0.061477853,0.302997961,6582.1474464 +156,-1.951208514,0.5602434208,394,-0.061477853,0.302997961,6598.6360938 +157,-1.944675062,0.6062144545,394,-0.061477853,0.302997961,6503.6542695 +158,-1.613778386,0.6077989518,394,-0.061477853,0.302997961,5485.3531062 +159,-2.035029014,0.6021432345,394,-0.061477853,0.302997961,6775.4793823 +160,-2.114989471,0.6801825058,394,-0.061477853,0.302997961,6845.5101089 +161,-2.037382079,0.5765830025,394,-0.061477853,0.302997961,6829.0756325 +162,-2.129855121,0.6585019963,394,-0.061477853,0.302997961,6929.6134425 +163,-2.075141798,0.6493615843,394,-0.061477853,0.302997961,6799.65961 +164,-1.828626729,0.6948433129,394,-0.061477853,0.302997961,6031.686462 +165,-1.863329418,0.6735427691,394,-0.061477853,0.302997961,6161.4023087 +166,-1.266037071,0.727988852,394,-0.061477853,0.302997961,4356.6951991 +167,-1.277579582,0.7249010648,394,-0.061477853,0.302997961,4390.8649337 +168,-1.258418684,0.7241194816,394,-0.061477853,0.302997961,4334.0257183 +169,-1.317813974,0.6804850104,394,-0.061477853,0.302997961,4517.2886094 +170,-1.344165204,0.6790988904,394,-0.061477853,0.302997961,4598.6448161 +171,-1.427582102,0.5277120351,394,-0.061477853,0.302997961,4940.6243416 +172,-1.402238616,0.457167829,394,-0.061477853,0.302997961,4902.4683836 +173,-1.422454264,0.4996161999,394,-0.061477853,0.302997961,4942.3741661 +174,-1.439089277,0.4894859811,394,-0.061477853,0.302997961,5006.6702155 +175,-1.448126995,0.5182330266,394,-0.061477853,0.302997961,5016.6057637 +176,-1.474626146,0.5881926574,394,-0.061477853,0.302997961,5055.571744 +177,-1.421139645,0.5584869783,394,-0.061477853,0.302997961,4899.28382 +178,-1.457037165,0.565943032,394,-0.061477853,0.302997961,5013.1610807 +179,-2.757159358,0.3745319,394,-0.061477853,0.302997961,9250.598923 +180,-2.714309238,0.342054471,394,-0.061477853,0.302997961,9258.9809816 +181,-2.000525337,0.774119946,394,-0.061477853,0.302997961,6368.8346171 +183,-1.571413436,0.6777838382,394,-0.061477853,0.302997961,5293.189653 +184,-1.552860289,0.6987663893,394,-0.061477853,0.302997961,5221.4124246 +185,-1.521852374,0.7165827476,394,-0.061477853,0.302997961,5117.2311428 +186,-1.503656267,0.6928968252,394,-0.061477853,0.302997961,5078.0457354 +187,-1.502753178,0.7136205882,394,-0.061477853,0.302997961,5062.6573786 +188,-1.631894563,0.7343596465,394,-0.061477853,0.302997961,5423.4604849 +189,-1.653765416,0.6770714026,394,-0.061477853,0.302997961,5541.4305717 +190,-1.719812114,0.6715965947,394,-0.061477853,0.302997961,5744.0886065 +191,-1.493406659,0.6646955447,394,-0.061477853,0.302997961,5064.6116038 +192,-1.469120564,0.6613469966,394,-0.061477853,0.302997961,4991.7356663 +193,-1.590551461,0.5326612937,394,-0.061477853,0.302997961,5481.5791534 +194,-1.625979264,0.5247742243,394,-0.061477853,0.302997961,5606.7077322 +195,-1.572293943,0.5238808754,394,-0.061477853,0.302997961,5429.1770962 +196,-1.610848725,0.5477107964,394,-0.061477853,0.302997961,5533.8699539 +197,-1.208485554,0.7918526018,394,-0.061477853,0.302997961,4202.2677348 +198,-1.335601374,0.6869083083,394,-0.061477853,0.302997961,4570.4324748 +199,-1.346156996,0.6825213377,394,-0.061477853,0.302997961,4603.8492836 +200,-1.324381037,0.6741422347,394,-0.061477853,0.302997961,4538.8920341 +201,-1.242424992,0.7378949807,394,-0.061477853,0.302997961,4287.8124354 +202,-1.270370057,0.7392461008,394,-0.061477853,0.302997961,4369.7391074 +203,-1.448950472,0.7441675014,394,-0.061477853,0.302997961,4889.3568979 +204,-1.492662363,0.7523026852,394,-0.061477853,0.302997961,5011.4427906 +205,-1.479098966,0.7763855017,394,-0.061477853,0.302997961,4961.0402751 +206,-1.633760714,0.7869022408,394,-0.061477853,0.302997961,5382.644359 +207,-1.647406434,0.8101289331,394,-0.061477853,0.302997961,5399.3260164 +208,-1.564245052,0.5701509278,394,-0.061477853,0.302997961,5360.881281 +209,-1.646289963,0.6833746083,394,-0.061477853,0.302997961,5512.9684146 +210,-1.5820631,0.6751952144,394,-0.061477853,0.302997961,5327.4861389 +211,-1.613236298,0.6681681791,394,-0.061477853,0.302997961,5427.8817068 +212,-1.914661867,0.8212566515,394,-0.061477853,0.302997961,6074.4588451 +213,-1.742133237,0.7250275956,394,-0.061477853,0.302997961,5747.2491177 +214,-2.033144872,0.6557314699,394,-0.061477853,0.302997961,6671.5288628 +215,-2.039551981,0.6964723658,394,-0.061477853,0.302997961,6613.1208098 +216,-1.247341019,0.7622473908,394,-0.061477853,0.302997961,4305.0495444 +217,-1.298239787,0.7084123392,394,-0.061477853,0.302997961,4453.5270801 +218,-1.308539688,0.6926545592,394,-0.061477853,0.302997961,4486.7289163 +219,-1.303263185,0.6888938396,394,-0.061477853,0.302997961,4471.208589 +220,-1.852400229,0.6004246149,394,-0.061477853,0.302997961,6235.2750464 +221,-1.288947707,0.7473773692,394,-0.061477853,0.302997961,4424.0362681 +222,-1.372031502,0.7472790993,394,-0.061477853,0.302997961,4665.3115272 +223,-1.289805721,0.7242157877,394,-0.061477853,0.302997961,4427.1481487 +224,-1.350807603,0.7533498126,394,-0.061477853,0.302997961,4602.7372159 +225,-1.329290365,0.7560442322,394,-0.061477853,0.302997961,4540.3426132 +226,-1.410153004,0.616936428,394,-0.061477853,0.302997961,4830.3824571 +227,-1.393445434,0.6308995063,394,-0.061477853,0.302997961,4770.2985852 +228,-1.37595573,0.6241540638,394,-0.061477853,0.302997961,4717.563091 +229,-1.358388707,0.6172645205,394,-0.061477853,0.302997961,4664.1393697 +230,-1.753741133,0.8281661666,394,-0.061477853,0.302997961,5659.1090628 +231,-1.47430987,0.6834615681,394,-0.061477853,0.302997961,4994.9148382 +232,-1.421012508,0.7222725206,394,-0.061477853,0.302997961,4816.4655481 +233,-1.4476833,0.6978557868,394,-0.061477853,0.302997961,4906.7527167 +234,-1.470370723,0.6966193374,394,-0.061477853,0.302997961,4975.6970232 +235,-1.429211703,0.7037216883,394,-0.061477853,0.302997961,4848.5100365 +236,-1.700578405,0.6178673663,394,-0.061477853,0.302997961,5746.4359779 +237,-1.678117619,0.6331716163,394,-0.061477853,0.302997961,5660.3815681 +238,-1.725644578,0.6316331145,394,-0.061477853,0.302997961,5807.7781685 +239,-2.14012759,0.7930497945,394,-0.061477853,0.302997961,6670.8172497 +240,-2.103289431,0.7653606263,394,-0.061477853,0.302997961,6641.0573359 +241,-1.318739838,0.7017808746,394,-0.061477853,0.302997961,4516.2120715 +242,-1.396417427,0.7077900843,394,-0.061477853,0.302997961,4748.5366112 +243,-1.35650337,0.7185539404,394,-0.061477853,0.302997961,4626.1779812 +244,-1.248884539,0.7274156818,394,-0.061477853,0.302997961,4305.9418548 +245,-1.395014798,0.5761185243,394,-0.061477853,0.302997961,4802.7401575 +246,-1.433377362,0.6064716109,394,-0.061477853,0.302997961,4910.6813247 +247,-1.408172432,0.5903155476,394,-0.061477853,0.302997961,4838.102566 +248,-1.749645898,0.7757118084,394,-0.061477853,0.302997961,5708.962842 +249,-1.571626686,0.615046989,394,-0.061477853,0.302997961,5345.6954858 +250,-1.514070049,0.6303003037,394,-0.061477853,0.302997961,5152.2039801 +251,-1.480890369,0.6237966528,394,-0.061477853,0.302997961,5051.8547434 +252,-1.704390658,0.5281680612,394,-0.061477853,0.302997961,5861.0917055 +253,-1.64434733,0.5254277498,394,-0.061477853,0.302997961,5666.7755845 +254,-1.703855997,0.4792484842,394,-0.061477853,0.302997961,5916.5623733 +255,-1.692002383,0.5748825051,394,-0.061477853,0.302997961,5767.6868745 +256,-1.854136457,0.5544643913,394,-0.061477853,0.302997961,6306.9440685 +257,-1.665021206,0.520317736,394,-0.061477853,0.302997961,5740.5534475 +258,-1.733654349,0.4845187345,394,-0.061477853,0.302997961,6009.8951975 +259,-1.720938188,0.5135933906,394,-0.061477853,0.302997961,5932.5614307 +260,-1.742668307,0.553296122,394,-0.061477853,0.302997961,5955.0040604 +261,-1.965659039,0.7142126903,394,-0.061477853,0.302997961,6382.6126666 +262,-1.944438071,0.6772834804,394,-0.061477853,0.302997961,6386.1081664 +263,-1.270340967,0.7681487096,394,-0.061477853,0.302997961,4371.4113578 +264,-1.353091884,0.6549276821,394,-0.061477853,0.302997961,4633.5518592 +265,-1.333236659,0.6413584414,394,-0.061477853,0.302997961,4575.3678559 +266,-1.352015998,0.6753788907,394,-0.061477853,0.302997961,4623.8585737 +267,-1.377988483,0.6577816235,394,-0.061477853,0.302997961,4710.348681 +268,-2.13075611,0.8318642051,394,-0.061477853,0.302997961,6566.0360153 +269,-2.097910953,0.8259670014,394,-0.061477853,0.302997961,6503.8333071 +270,-1.416382069,0.6694271549,394,-0.061477853,0.302997961,4824.6348197 +271,-1.538905672,0.7535625993,394,-0.061477853,0.302997961,5142.88379 +272,-1.572309477,0.7803125099,394,-0.061477853,0.302997961,5218.7516238 +273,-1.87759879,0.7503853417,394,-0.061477853,0.302997961,6087.5278836 +274,1.152365588,0.590457682,394,-0.061477853,0.302997961,4403.3531803 +275,0.350198001,0.718001859,394,-0.061477853,0.302997961,2159.2673751 +276,0.046513677,0.491503852,394,-0.061477853,0.302997961,844.02449623 +277,0.027510309,0.742571376,394,-0.061477853,0.302997961,1766.8705179 +278,0.306285725,-0.214631579,394,-0.061477853,0.302997961,2504.7524596 +279,-1.100564889,0.318051531,394,-0.061477853,0.302997961,3901.1685927 +280,-1.078582306,0.301437596,394,-0.061477853,0.302997961,3829.9770301 +281,-1.137371989,-0.617634065,394,-0.061477853,0.302997961,5437.4173581 +282,0.784356344,0.703272339,394,-0.061477853,0.302997961,3283.1969778 +283,-1.221209947,0.218327455,394,-0.061477853,0.302997961,4430.7057561 +284,2.347301921,-0.449114658,394,-0.061477853,0.302997961,9694.5241029 +285,0.246820618,0.830553713,394,-0.061477853,0.302997961,2317.3542571 +286,0.829414965,0.703288228,394,-0.061477853,0.302997961,3415.720501 +287,-1.337537566,0.42332223,394,-0.061477853,0.302997961,4697.8127967 +288,0.882453706,0.454478077,394,-0.061477853,0.302997961,3501.6395963 +289,1.575629659,0.416419109,394,-0.061477853,0.302997961,5972.7996386 +290,-1.039455679,0.229888244,394,-0.061477853,0.302997961,3735.9545451 +291,0.489558039,0.934482747,394,-0.061477853,0.302997961,3019.7454732 +292,0.081344504,0.88384514,394,-0.061477853,0.302997961,2344.8494607 +293,-1.547979814,0.300350308,394,-0.061477853,0.302997961,5565.1969811 +294,0.040776181,0.168560074,394,-0.061477853,0.302997961,662.10237965 +295,-1.130374745,0.563894876,394,-0.061477853,0.302997961,3926.7092591 +296,1.578326642,0.478507176,394,-0.061477853,0.302997961,5908.7929763 +297,-1.12861823,-0.291640865,394,-0.061477853,0.302997961,4782.7212678 +298,0.310524208,0.770885792,394,-0.061477853,0.302997961,2229.759017 +299,0.415649091,-0.387246002,394,-0.061477853,0.302997961,3300.9563295 +300,-0.926533878,-0.188022748,394,-0.061477853,0.302997961,3903.9366884 +301,1.258856172,-0.11716081,394,-0.061477853,0.302997961,5424.1002407 +302,-1.126050026,0.322941926,394,-0.061477853,0.302997961,3992.6520666 +303,2.002785835,0.07893892,394,-0.061477853,0.302997961,7970.1399043 +304,0.440437607,0.746258085,394,-0.061477853,0.302997961,2434.974424 +305,-0.030391866,0.214441206,394,-0.061477853,0.302997961,370.40467214 +306,0.521557815,-0.058929362,394,-0.061477853,0.302997961,2691.9803616 +307,-0.097005111,0.13317729,394,-0.061477853,0.302997961,686.50922515 +308,1.83113859,0.221857587,394,-0.061477853,0.302997961,7136.4205429 +309,0.222428864,0.099404236,394,-0.061477853,0.302997961,1363.596339 +310,-1.702731345,0.8728568183,394,-0.061477853,0.302997961,5483.1556001 +311,-0.418507569,0.278324921,394,-0.061477853,0.302997961,1357.7557814 +312,-1.41153306,0.339029988,394,-0.061477853,0.302997961,5030.3197828 +313,0.357560442,0.114788776,394,-0.061477853,0.302997961,1783.732126 +314,0.325818979,0.268352149,394,-0.061477853,0.302997961,1477.4623089 +315,-1.246004659,-0.663679965,394,-0.061477853,0.302997961,5827.4006402 +316,1.814603087,0.637404484,394,-0.061477853,0.302997961,6431.8453646 +317,1.843704281,-0.18300445,394,-0.061477853,0.302997961,7690.4424632 +318,1.690644492,-0.211480909,394,-0.061477853,0.302997961,7144.9186109 +319,-1.275451936,0.068109467,394,-0.061477853,0.302997961,4793.2283968 +320,0.762430171,-0.207594741,394,-0.061477853,0.302997961,3805.1180468 +321,0.265668905,-0.014647884,394,-0.061477853,0.302997961,1792.3436513 +322,-2.773032013,-0.335515811,394,-0.061477853,0.302997961,10822.757914 +323,-1.469512853,0.174058777,394,-0.061477853,0.302997961,5408.1707406 +324,0.286276986,0.785925691,394,-0.061477853,0.302997961,2232.9828758 +325,-1.379324697,0.377432233,394,-0.061477853,0.302997961,4881.3785487 +326,-1.203778265,0.212813032,394,-0.061477853,0.302997961,4370.180938 +327,0.579916301,0.611743168,394,-0.061477853,0.302997961,2565.8204553 +328,0.267582642,0.868113908,394,-0.061477853,0.302997961,2472.4523942 +329,0.412869244,-0.050245578,394,-0.061477853,0.302997961,2322.2218219 +330,0.17524381,0.976660285,394,-0.061477853,0.302997961,2761.6164013 +331,0.743157214,0.204812899,394,-0.061477853,0.302997961,3102.3487587 +332,-1.070758176,0.269382282,394,-0.061477853,0.302997961,3822.947523 +333,-1.230364251,0.329790229,394,-0.061477853,0.302997961,4373.6575168 +334,-1.374813124,-0.024926835,394,-0.061477853,0.302997961,5280.2048463 +335,0.519780566,0.463669906,394,-0.061477853,0.302997961,2220.6332957 +336,-1.55108034,0.239698561,394,-0.061477853,0.302997961,5641.4000645 +337,0.180294813,0.029739425,394,-0.061477853,0.302997961,1434.3460099 +338,0.67820924,0.268170153,394,-0.061477853,0.302997961,2809.086976 +339,0.445798684,1.024001867,394,-0.061477853,0.302997961,3213.0527446 +340,0.691751283,0.150521402,394,-0.061477853,0.302997961,2962.3991883 +341,-1.036643551,-0.903056181,394,-0.061477853,0.302997961,5836.006702 +342,-0.120287036,1.083325163,394,-0.061477853,0.302997961,3095.2250504 +343,2.823513113,-0.304487164,394,-0.061477853,0.302997961,11474.197739 +344,0.457583172,1.12513373,394,-0.061477853,0.302997961,3540.2732686 +345,0.042918831,0.813795399,394,-0.061477853,0.302997961,2051.9967516 +346,1.196146777,-0.853142756,394,-0.061477853,0.302997961,6346.3933976 +347,0.206001358,-0.010430701,394,-0.061477853,0.302997961,1621.7911741 +348,-0.268308653,0.234799412,394,-0.061477853,0.302997961,834.46225828 +349,0.759363263,0.736189579,394,-0.061477853,0.302997961,3246.8438201 +350,0.181363926,0.891988372,394,-0.061477853,0.302997961,2455.5457851 +351,-0.021111158,0.139103292,394,-0.061477853,0.302997961,667.62050959 +352,-0.093355215,0.630686981,394,-0.061477853,0.302997961,1302.7871075 +353,0.40118964,0.681375926,394,-0.061477853,0.302997961,2187.6162047 +354,-0.721197315,1.304706234,394,-0.061477853,0.302997961,4210.7870098 +355,-1.076150317,0.212107639,394,-0.061477853,0.302997961,3889.6345428 +356,-1.577164531,0.273993443,394,-0.061477853,0.302997961,5700.1495383 +357,-0.190788414,0.182208586,394,-0.061477853,0.302997961,689.74123235 +358,-0.261349752,0.209710184,394,-0.061477853,0.302997961,849.93038632 +359,-1.029303852,0.083549259,394,-0.061477853,0.302997961,3847.1067582 +360,-1.268609162,0.330525297,394,-0.061477853,0.302997961,4513.9500964 +361,1.282982244,-0.926641967,394,-0.061477853,0.302997961,6658.3814966 +362,0.217352334,0.731352408,394,-0.061477853,0.302997961,1941.8839403 +363,-1.511833084,0.258629297,394,-0.061477853,0.302997961,5476.1213427 +364,0.338812194,0.823184618,394,-0.061477853,0.302997961,2438.3844242 +365,-0.324406489,1.134201999,394,-0.061477853,0.302997961,3366.1470315 +366,1.389579348,0.399185724,394,-0.061477853,0.302997961,5339.1758621 +367,2.047152199,-0.039082036,394,-0.061477853,0.302997961,8296.9314137 +368,0.947780369,0.568250077,394,-0.061477853,0.302997961,3727.5109491 +369,0.763824846,0.576754987,394,-0.061477853,0.302997961,3120.4388458 +370,-0.142334657,0.928153068,394,-0.061477853,0.302997961,2488.8605184 +371,0.610266567,0.547265983,394,-0.061477853,0.302997961,2593.2406953 +372,0.210731629,0.746815056,394,-0.061477853,0.302997961,1982.5941166 +373,-1.34931644,0.316895224,394,-0.061477853,0.302997961,4821.6776579 +374,2.407696481,0.655030745,394,-0.061477853,0.302997961,7896.8680399 +375,0.64207831,0.545359131,394,-0.061477853,0.302997961,2697.0038989 +376,1.174597538,0.840588356,394,-0.061477853,0.302997961,4454.944254 +377,0.660059424,0.010604079,394,-0.061477853,0.302997961,3039.6978842 +378,-0.730263819,0.010486456,394,-0.061477853,0.302997961,2851.2191075 +379,0.831068936,0.512339172,394,-0.061477853,0.302997961,3323.1598812 +380,1.301180979,0.72367476,394,-0.061477853,0.302997961,4825.1532999 +381,1.811128231,0.322854402,394,-0.061477853,0.302997961,6916.1941446 +382,0.435105812,0.992284428,394,-0.061477853,0.302997961,3102.2181187 +383,0.62643634,0.592027932,394,-0.061477853,0.302997961,2688.2918737 +384,0.492988703,-0.516339467,394,-0.061477853,0.302997961,3875.4287278 +385,-0.162469483,0.112549365,394,-0.061477853,0.302997961,849.55954084 +386,0.314630866,0.472006421,394,-0.061477853,0.302997961,1529.8979196 +387,0.166744804,0.822815954,394,-0.061477853,0.302997961,2189.4986134 +388,0.417159608,0.965805736,394,-0.061477853,0.302997961,2996.3715549 +389,0.106334961,0.868774244,394,-0.061477853,0.302997961,2304.2236022 +390,0.815086969,-0.338144359,394,-0.061477853,0.302997961,4251.9794033 +391,0.59867455,-0.230624824,394,-0.061477853,0.302997961,3336.347315 +392,1.915104874,0.066220985,394,-0.061477853,0.302997961,7664.465449 +393,1.278093622,0.064463721,394,-0.061477853,0.302997961,5272.1201642 +394,-0.061477853,0.302997961,394,-0.061477853,0.302997961,0 +395,0.251311504,0.626976942,394,-0.061477853,0.302997961,1688.8458509 +396,2.950242872,0.149095644,394,-0.061477853,0.302997961,10582.331465 +397,-0.180294708,0.35375117,394,-0.061477853,0.302997961,488.66243099 +398,1.010448592,-0.351180233,394,-0.061477853,0.302997961,4906.0800398 +399,-1.748740498,0.3686318073,394,-0.061477853,0.302997961,6205.8416447 +400,2.699635665,0.123533791,394,-0.061477853,0.302997961,10191.735034 +401,0.496808033,0.823843254,394,-0.061477853,0.302997961,2747.4081603 +402,0.129574704,0.763364087,394,-0.061477853,0.302997961,1932.3748962 +403,1.798920311,0.817447563,394,-0.061477853,0.302997961,6098.3779602 +404,0.335987953,0.746786541,394,-0.061477853,0.302997961,2208.6482728 +405,-1.085413643,0.292154671,394,-0.061477853,0.302997961,3861.6895521 +406,-0.155321003,0.508207011,394,-0.061477853,0.302997961,881.3093291 +407,0.620529244,-0.301175104,394,-0.061477853,0.302997961,3577.6707697 +408,1.684402744,0.368716966,394,-0.061477853,0.302997961,6410.2981094 +409,0.300582244,-0.386397212,394,-0.061477853,0.302997961,3070.3732722 +410,2.913555946,-0.009225192,394,-0.061477853,0.302997961,11111.382574 +411,1.465101417,0.493232532,394,-0.061477853,0.302997961,5511.3280439 +412,0.090612882,0.907955955,394,-0.061477853,0.302997961,2443.0586753 +413,2.987564726,-0.729568594,394,-0.061477853,0.302997961,10725.283073 +414,-1.484261606,0.224149272,394,-0.061477853,0.302997961,5409.9592607 +415,0.164073421,0.303955133,394,-0.061477853,0.302997961,852.4290483 +416,0.141441293,0.167552546,394,-0.061477853,0.302997961,947.39080309 +417,2.931321023,-0.506718887,394,-0.061477853,0.302997961,11472.789523 +418,2.21951565,0.700596356,394,-0.061477853,0.302997961,7359.8599851 +419,0.268112576,1.199114336,394,-0.061477853,0.302997961,3643.2764106 +420,0.978913739,0.359223811,394,-0.061477853,0.302997961,3882.2979239 +421,1.210898818,0.522863584,394,-0.061477853,0.302997961,4625.8735248 +422,2.347397336,0.129231362,394,-0.061477853,0.302997961,9104.2015564 +423,0.614394501,0.556878345,394,-0.061477853,0.302997961,2615.3493389 +424,-1.398079356,0.148483366,394,-0.061477853,0.302997961,5166.9861714 +425,2.535303836,-0.112984496,394,-0.061477853,0.302997961,10206.730181 +426,-1.019372593,-0.405322349,394,-0.061477853,0.302997961,4648.3640944 +427,-1.297785627,-0.160104069,394,-0.061477853,0.302997961,5172.889671 +428,2.144554488,0.205051084,394,-0.061477853,0.302997961,8267.2219561 +429,-2.242387083,-0.426171285,394,-0.061477853,0.302997961,8877.3487736 +430,0.338637212,0.909723676,394,-0.061477853,0.302997961,2708.1713195 +431,-0.148798452,0.691042401,394,-0.061477853,0.302997961,1566.1175602 +432,0.893524764,0.441829531,394,-0.061477853,0.302997961,3542.9516572 +433,0.969229347,-0.368847936,394,-0.061477853,0.302997961,4804.7392142 +434,0.436043248,0.800045688,394,-0.061477853,0.302997961,2559.5663438 +435,1.687946607,1.081504775,394,-0.061477853,0.302997961,5490.2653457 +436,0.522302046,-0.034889271,394,-0.061477853,0.302997961,2643.255621 +437,-0.178996113,-0.438090009,394,-0.061477853,0.302997961,2970.2606405 +438,-1.094339566,0.301444068,394,-0.061477853,0.302997961,3888.7400879 +439,-1.064070054,0.242569932,394,-0.061477853,0.302997961,3818.3949802 +440,-1.068153768,0.230387998,394,-0.061477853,0.302997961,3843.7519611 +441,-3.00496892,-0.23989155,394,-0.061477853,0.302997961,11647.875964 +442,0.21751974,0.766874888,394,-0.061477853,0.302997961,2060.2806067 +443,0.117229532,0.007619006,394,-0.061477853,0.302997961,1361.6567732 +444,0.777758451,0.420554741,394,-0.061477853,0.302997961,3129.1022614 +445,-0.252356999,0.250747086,394,-0.061477853,0.302997961,755.97425836 +446,0.363148444,0.768483434,394,-0.061477853,0.302997961,2324.6995559 +447,0.903191366,-0.118210676,394,-0.061477853,0.302997961,4126.176943 +448,-0.205755923,0.149406178,394,-0.061477853,0.302997961,824.35174663 +449,1.811996086,0.02364353,394,-0.061477853,0.302997961,7335.1647027 +450,-1.100670221,0.314845373,394,-0.061477853,0.302997961,3903.5866073 +451,0.340078597,0.850105132,394,-0.061477853,0.302997961,2522.8398229 +452,0.258757267,0.804969236,394,-0.061477853,0.302997961,2249.6673624 +453,2.78505352,-0.155160804,394,-0.061477853,0.302997961,11165.107075 +454,0.800551619,0.105822106,394,-0.061477853,0.302997961,3422.8886152 +455,0.437940882,-0.506194031,394,-0.061477853,0.302997961,3731.4792808 +456,2.230431122,0.63458615,394,-0.061477853,0.302997961,7556.4235828 +457,0.527965361,0.127667701,394,-0.061477853,0.302997961,2379.5329781 +458,-0.063643205,0.702093448,394,-0.061477853,0.302997961,1580.834638 +459,1.408447268,0.133010502,394,-0.061477853,0.302997961,5686.2105328 +460,0.523795955,0.280266966,394,-0.061477853,0.302997961,2219.4445803 +461,-0.975769313,0.072177659,394,-0.061477853,0.302997961,3660.3791128 +462,0.549774164,-0.463663986,394,-0.061477853,0.302997961,3840.460607 +463,0.29245874,1.095549818,394,-0.061477853,0.302997961,3287.173321 +464,0.143625958,0.816809593,394,-0.061477853,0.302997961,2142.9883655 +465,0.671902494,0.611159853,394,-0.061477853,0.302997961,2851.1349111 +466,1.239840988,0.6724199,394,-0.061477853,0.302997961,4658.0346444 +467,0.607829703,-0.10932137,394,-0.061477853,0.302997961,3086.2600343 +468,1.763020906,0.263996692,394,-0.061477853,0.302997961,6831.9354469 +469,0.378714634,0.726066797,394,-0.061477853,0.302997961,2243.8405033 +470,2.196736143,-0.153862366,394,-0.061477853,0.302997961,8994.5942667 +471,0.01702415,0.148991565,394,-0.061477853,0.302997961,680.98734498 +472,-2.998490902,-0.158002487,394,-0.061477853,0.302997961,11468.737444 +473,-3.051262951,-0.346595608,394,-0.061477853,0.302997961,11848.498329 +474,-1.069176439,0.182802941,394,-0.061477853,0.302997961,3890.2560428 +475,0.167157509,0.595344954,394,-0.061477853,0.302997961,1413.442406 +476,0.613855648,0.681746124,394,-0.061477853,0.302997961,2762.7676628 +477,1.037012736,0.682555367,394,-0.061477853,0.302997961,4031.9238267 +478,-1.253574971,0.379755746,394,-0.061477853,0.302997961,4424.6217807 +479,3.108590453,-0.132620738,394,-0.061477853,0.302997961,11760.082506 +480,0.565301296,0.022333262,394,-0.061477853,0.302997961,2681.3386392 +481,0.547898238,0.855555614,394,-0.061477853,0.302997961,2930.8279497 +482,0.948309381,0.417393755,394,-0.061477853,0.302997961,3745.9588671 +483,-0.050600732,0.945269213,394,-0.061477853,0.302997961,2544.2550245 +484,-0.977651478,-0.572363064,394,-0.061477853,0.302997961,4902.8412621 +485,1.102014914,0.728861163,394,-0.061477853,0.302997961,4235.404303 +486,2.927300795,-0.282939414,394,-0.061477853,0.302997961,11858.981203 +487,-1.154565557,0.124434095,394,-0.061477853,0.302997961,4272.8729327 +488,1.855331234,0.291044755,394,-0.061477853,0.302997961,7118.6699423 +489,0.830290659,0.276904518,394,-0.061477853,0.302997961,3376.4273984 +490,0.485104466,-0.234867441,394,-0.061477853,0.302997961,3017.6617293 +491,0.521367572,-0.33161327,394,-0.061477853,0.302997961,3386.1838794 +1,-1.539031704,0.7349710123,395,0.251311504,0.626976942,5169.4904856 +2,-1.536990553,0.7349663874,395,0.251311504,0.626976942,5164.5861257 +3,-1.534951779,0.7349571355,395,0.251311504,0.626976942,5159.694056 +4,-1.532906461,0.7349480293,395,0.251311504,0.626976942,5154.7819323 +5,-1.531320211,0.7346937278,395,0.251311504,0.626976942,5151.5279704 +6,-1.539451648,0.7335131775,395,0.251311504,0.626976942,5173.8155023 +7,-1.537429487,0.7335445708,395,0.251311504,0.626976942,5168.8706146 +8,-1.535484998,0.7335658704,395,0.251311504,0.626976942,5164.1324255 +9,-1.533488396,0.7336036027,395,0.251311504,0.626976942,5159.2278401 +10,-1.531497785,0.7335842962,395,0.251311504,0.626976942,5154.4631865 +11,-1.530259379,0.7334777758,395,0.251311504,0.626976942,5151.7104089 +12,-1.5335454,0.7322346912,395,0.251311504,0.626976942,5162.4644284 +13,-1.531489083,0.7322238773,395,0.251311504,0.626976942,5157.516874 +14,-1.530011122,0.7321679851,395,0.251311504,0.626976942,5154.0670425 +15,-1.53348106,0.7306614094,395,0.251311504,0.626976942,5165.8720323 +16,-1.531441779,0.7306962275,395,0.251311504,0.626976942,5160.8566191 +17,-1.529755654,0.7306933243,395,0.251311504,0.626976942,5156.7786181 +18,-1.533415048,0.7291384674,395,0.251311504,0.626976942,5169.1629343 +19,-1.531392093,0.7291705353,395,0.251311504,0.626976942,5164.1876111 +20,-1.529296523,0.7291214933,395,0.251311504,0.626976942,5159.2157607 +21,-1.535280942,0.727267644,395,0.251311504,0.626976942,5177.9290724 +22,-1.533378158,0.7276139666,395,0.251311504,0.626976942,5172.5293202 +23,-1.531340368,0.7276446587,395,0.251311504,0.626976942,5167.515497 +24,-1.528960113,0.7276398177,395,0.251311504,0.626976942,5161.7464092 +25,-1.533313146,0.7260818349,395,0.251311504,0.626976942,5175.8462117 +26,-1.531259555,0.7260958115,395,0.251311504,0.626976942,5170.8261269 +27,-1.528926415,0.7260865555,395,0.251311504,0.626976942,5165.1748731 +28,-1.531226779,0.7245511789,395,0.251311504,0.626976942,5174.2453646 +29,-1.528904772,0.7245519194,395,0.251311504,0.626976942,5168.5921399 +30,-1.547195875,0.7409785979,395,0.251311504,0.626976942,5175.3840282 +31,-1.5451475,0.740980426,395,0.251311504,0.626976942,5170.4855273 +32,-1.543097679,0.7409798872,395,0.251311504,0.626976942,5165.5850181 +33,-1.540720364,0.7409892687,395,0.251311504,0.626976942,5159.8738998 +34,-1.547188511,0.7395198392,395,0.251311504,0.626976942,5178.6969448 +35,-1.545148587,0.7395226109,395,0.251311504,0.626976942,5173.8110868 +36,-1.543104538,0.7395314908,395,0.251311504,0.626976942,5168.8975531 +37,-1.540727751,0.7395306258,395,0.251311504,0.626976942,5163.2047477 +38,-1.547187029,0.7380014886,395,0.251311504,0.626976942,5182.1615696 +39,-1.545147315,0.7380012252,395,0.251311504,0.626976942,5177.2775334 +40,-1.54310719,0.7380060743,395,0.251311504,0.626976942,5172.3769511 +41,-1.540719671,0.7380068206,395,0.251311504,0.626976942,5166.6481779 +42,-1.547187189,0.7364799098,395,0.251311504,0.626976942,5185.6391356 +43,-1.545149996,0.7364853874,395,0.251311504,0.626976942,5180.742445 +44,-1.543106091,0.7364823484,395,0.251311504,0.626976942,5175.845181 +45,-1.540717158,0.7364893901,395,0.251311504,0.626976942,5170.0921252 +46,-1.538663972,0.7410138672,395,0.251311504,0.626976942,5154.892177 +47,-1.53695285,0.7409699132,395,0.251311504,0.626976942,5150.8898701 +48,-1.534910498,0.7409641297,395,0.251311504,0.626976942,5146.0033801 +49,-1.533145034,0.7409536636,395,0.251311504,0.626976942,5141.7885426 +50,-1.538681336,0.7395405883,395,0.251311504,0.626976942,5158.2747074 +51,-1.536999189,0.7395183096,395,0.251311504,0.626976942,5154.2883706 +52,-1.534923633,0.7395144222,395,0.251311504,0.626976942,5149.3125393 +53,-1.533267822,0.7395654306,395,0.251311504,0.626976942,5145.2178853 +54,-1.53867273,0.7380151077,395,0.251311504,0.626976942,5161.7150099 +55,-1.536980576,0.7379994392,395,0.251311504,0.626976942,5157.6850113 +56,-1.534931522,0.7379944961,395,0.251311504,0.626976942,5152.7695796 +57,-1.533387952,0.7379480264,395,0.251311504,0.626976942,5149.160736 +58,-1.538682279,0.7364914363,395,0.251311504,0.626976942,5165.1965097 +59,-1.536980704,0.7364810563,395,0.251311504,0.626976942,5161.1272294 +60,-1.534935567,0.7364752065,395,0.251311504,0.626976942,5156.217673 +61,-1.533042592,0.7363876366,395,0.251311504,0.626976942,5151.8555849 +62,-1.545143426,0.7349628011,395,0.251311504,0.626976942,5184.2022029 +63,-1.543105297,0.7349691947,395,0.251311504,0.626976942,5179.2917043 +64,-1.541064533,0.7349647152,395,0.251311504,0.626976942,5174.3957556 +65,-1.545411803,0.7334624714,395,0.251311504,0.626976942,5188.273642 +66,-1.543446606,0.7334780896,395,0.251311504,0.626976942,5183.5125457 +67,-1.541475327,0.7334957295,395,0.251311504,0.626976942,5178.7286865 +68,-1.545401939,0.731963266,395,0.251311504,0.626976942,5191.6759697 +69,-1.54342253,0.7319915583,395,0.251311504,0.626976942,5186.8464036 +70,-1.541455867,0.7320216438,395,0.251311504,0.626976942,5182.0399854 +71,-1.545410146,0.7304422281,395,0.251311504,0.626976942,5195.173286 +72,-1.543435491,0.7304713664,395,0.251311504,0.626976942,5190.3478418 +73,-1.541463105,0.7304997613,395,0.251311504,0.626976942,5185.5261077 +74,-1.545414768,0.7289194936,395,0.251311504,0.626976942,5198.6674998 +75,-1.543435774,0.7289538557,395,0.251311504,0.626976942,5193.8142539 +76,-1.541457714,0.7289765881,395,0.251311504,0.626976942,5188.9863495 +77,-1.539449415,0.7320555866,395,0.251311504,0.626976942,5177.1254177 +78,-1.537429183,0.7321097681,395,0.251311504,0.626976942,5172.1280977 +79,-1.535472649,0.7321497267,395,0.251311504,0.626976942,5167.3134682 +80,-1.539457899,0.7305333307,395,0.251311504,0.626976942,5180.6099029 +81,-1.537453161,0.7305750503,395,0.251311504,0.626976942,5175.6727862 +82,-1.535479385,0.7306124949,395,0.251311504,0.626976942,5170.8167852 +83,-1.53946905,0.7290102593,395,0.251311504,0.626976942,5184.1043915 +84,-1.537459922,0.7290417293,395,0.251311504,0.626976942,5179.174474 +85,-1.535451349,0.7290890157,395,0.251311504,0.626976942,5174.2064552 +86,-1.535522937,0.7279887191,395,0.251311504,0.626976942,5176.8780039 +87,-1.539442524,0.7274735939,395,0.251311504,0.626976942,5187.5403861 +88,-1.537424111,0.727521351,395,0.251311504,0.626976942,5182.5453433 +89,-1.539384641,0.7259505092,395,0.251311504,0.626976942,5190.8709841 +90,-1.537372391,0.7259947145,395,0.251311504,0.626976942,5185.8933334 +91,-1.535340789,0.7260435356,395,0.251311504,0.626976942,5180.8547772 +92,-1.539325716,0.7244369706,395,0.251311504,0.626976942,5194.1786058 +93,-1.537308932,0.7244801057,395,0.251311504,0.626976942,5189.1868208 +94,-1.535289068,0.7245247645,395,0.251311504,0.626976942,5184.1806011 +95,-1.533261366,0.7245550236,395,0.251311504,0.626976942,5179.1845231 +96,-1.539267302,0.722921924,395,0.251311504,0.626976942,5197.4922004 +97,-1.537248972,0.7229660258,395,0.251311504,0.626976942,5192.4888845 +98,-1.535219431,0.7229916471,395,0.251311504,0.626976942,5187.4968368 +99,-1.53318962,0.7230212049,395,0.251311504,0.626976942,5182.4915437 +100,-1.531154816,0.7230299897,395,0.251311504,0.626976942,5177.5175581 +101,-1.528878341,0.7230370244,395,0.251311504,0.626976942,5171.9546604 +102,-1.539218189,0.7214009878,395,0.251311504,0.626976942,5200.843138 +103,-1.537198791,0.7214422745,395,0.251311504,0.626976942,5195.8380635 +104,-1.535179266,0.7214634354,395,0.251311504,0.626976942,5190.8749529 +105,-1.533156501,0.7214944644,395,0.251311504,0.626976942,5185.877887 +106,-1.53113574,0.7215166021,395,0.251311504,0.626976942,5180.902287 +107,-1.528874248,0.7215345535,395,0.251311504,0.626976942,5175.3450914 +108,-1.539217656,0.7198512397,395,0.251311504,0.626976942,5204.3794322 +109,-1.537199919,0.7199428763,395,0.251311504,0.626976942,5199.2580492 +110,-1.545425832,0.727397149,395,0.251311504,0.626976942,5202.1780214 +111,-1.543371177,0.7273916949,395,0.251311504,0.626976942,5197.2275529 +112,-1.541368852,0.7274523163,395,0.251311504,0.626976942,5192.2488625 +113,-1.545349067,0.7258710923,395,0.251311504,0.626976942,5205.4864065 +114,-1.54332671,0.7258603556,395,0.251311504,0.626976942,5200.6204269 +115,-1.541346831,0.7259242142,395,0.251311504,0.626976942,5195.6830838 +116,-1.545324355,0.7243383958,395,0.251311504,0.626976942,5208.9371645 +117,-1.543292796,0.7243617413,395,0.251311504,0.626976942,5203.9653967 +118,-1.541295822,0.7244024384,395,0.251311504,0.626976942,5199.0341157 +119,-1.543193859,0.7205570215,395,0.251311504,0.626976942,5212.4326878 +120,-1.550257047,0.7386738187,395,0.251311504,0.626976942,5187.9664945 +121,-1.549335448,0.7311736483,395,0.251311504,0.626976942,5202.9447363 +122,-1.533478843,0.7179891343,395,0.251311504,0.626976942,5194.631427 +123,-1.556150555,0.738907041,395,0.251311504,0.626976942,5201.4971735 +124,-1.554324226,0.733414257,395,0.251311504,0.626976942,5209.7693997 +125,-1.554290846,0.7288285332,395,0.251311504,0.626976942,5220.2469964 +126,-1.55122487,0.7219795312,395,0.251311504,0.626976942,5228.6307003 +127,-1.525104458,0.7229399862,395,0.251311504,0.626976942,5162.9674286 +128,-1.519607711,0.7236181429,395,0.251311504,0.626976942,5148.0108756 +129,-1.513899999,0.7251107854,395,0.251311504,0.626976942,5130.7033133 +130,-1.536620762,0.7431061895,395,0.251311504,0.626976942,5145.2598405 +131,-1.5369566,0.7460845958,395,0.251311504,0.626976942,5139.3287295 +132,-1.545345528,0.7447040685,395,0.251311504,0.626976942,5162.4767757 +133,-1.532813921,0.7432306626,395,0.251311504,0.626976942,5135.8571037 +134,-1.554788248,0.7382381001,395,0.251311504,0.626976942,5199.7862513 +135,-1.540348126,0.7301594274,395,0.251311504,0.626976942,5183.6106772 +136,-1.538016084,0.7239051786,395,0.251311504,0.626976942,5192.2127733 +137,-1.525288962,0.7258085137,395,0.251311504,0.626976942,5156.9483856 +138,-1.534326986,0.731241342,395,0.251311504,0.626976942,5166.604205 +139,-1.530733872,0.7303625216,395,0.251311504,0.626976942,5159.8964169 +141,-1.534354939,0.7328219978,395,0.251311504,0.626976942,5163.0901775 +142,-1.53157084,0.7292888153,395,0.251311504,0.626976942,5164.3532939 +143,-1.525691035,0.7263799874,395,0.251311504,0.626976942,5156.6392484 +144,-1.534031287,0.7495967835,395,0.251311504,0.626976942,5124.4220658 +145,-1.527714986,0.7283095957,395,0.251311504,0.626976942,5157.2090515 +146,-1.526189586,0.7271468292,395,0.251311504,0.626976942,5156.1235977 +147,-1.555177336,0.7375563366,395,0.251311504,0.626976942,5202.2821257 +148,-1.555080283,0.7312707794,395,0.251311504,0.626976942,5216.5162151 +149,-1.53856994,0.7224180299,395,0.251311504,0.626976942,5196.9475536 +150,-1.530837883,0.729933372,395,0.251311504,0.626976942,5161.1187235 +151,-1.515066984,0.5854133365,395,0.251311504,0.626976942,5452.5948292 +152,-1.534731633,0.5368370046,395,0.251311504,0.626976942,5619.8500466 +153,-1.515231902,0.5607085576,395,0.251311504,0.626976942,5510.6341478 +154,-2.616253799,1.0684566605,395,0.251311504,0.626976942,5670.1064806 +155,-1.956071439,0.5792177723,395,0.251311504,0.626976942,6546.0230288 +156,-1.951208514,0.5602434208,395,0.251311504,0.626976942,6592.2006078 +157,-1.944675062,0.6062144545,395,0.251311504,0.626976942,6440.7241072 +158,-1.613778386,0.6077989518,395,0.251311504,0.626976942,5656.6956081 +159,-2.035029014,0.6021432345,395,0.251311504,0.626976942,6640.6175576 +160,-2.114989471,0.6801825058,395,0.251311504,0.626976942,6541.7959345 +161,-2.037382079,0.5765830025,395,0.251311504,0.626976942,6725.2351437 +162,-2.129855121,0.6585019963,395,0.251311504,0.626976942,6638.7417106 +163,-2.075141798,0.6493615843,395,0.251311504,0.626976942,6569.1359207 +164,-1.828626729,0.6948433129,395,0.251311504,0.626976942,5934.7535213 +165,-1.863329418,0.6735427691,395,0.251311504,0.626976942,6069.5933093 +166,-1.266037071,0.727988852,395,0.251311504,0.626976942,4493.3973754 +167,-1.277579582,0.7249010648,395,0.251311504,0.626976942,4529.3986146 +168,-1.258418684,0.7241194816,395,0.251311504,0.626976942,4480.1558142 +169,-1.317813974,0.6804850104,395,0.251311504,0.626976942,4719.8791417 +170,-1.344165204,0.6790988904,395,0.251311504,0.626976942,4793.1008904 +171,-1.427582102,0.5277120351,395,0.251311504,0.626976942,5343.4993365 +172,-1.402238616,0.457167829,395,0.251311504,0.626976942,5428.750471 +173,-1.422454264,0.4996161999,395,0.251311504,0.626976942,5391.9054532 +174,-1.439089277,0.4894859811,395,0.251311504,0.626976942,5462.4289465 +175,-1.448126995,0.5182330266,395,0.251311504,0.626976942,5422.8411328 +176,-1.474626146,0.5881926574,395,0.251311504,0.626976942,5337.4971872 +177,-1.421139645,0.5584869783,395,0.251311504,0.626976942,5257.0090473 +178,-1.457037165,0.565943032,395,0.251311504,0.626976942,5339.7899428 +179,-2.757159358,0.3745319,395,0.251311504,0.626976942,8445.592373 +180,-2.714309238,0.342054471,395,0.251311504,0.626976942,8549.1777046 +181,-2.000525337,0.774119946,395,0.251311504,0.626976942,6041.2824102 +183,-1.571413436,0.6777838382,395,0.251311504,0.626976942,5381.2122722 +184,-1.552860289,0.6987663893,395,0.251311504,0.626976942,5286.2880296 +185,-1.521852374,0.7165827476,395,0.251311504,0.626976942,5169.3435773 +186,-1.503656267,0.6928968252,395,0.251311504,0.626976942,5177.3759171 +187,-1.502753178,0.7136205882,395,0.251311504,0.626976942,5128.8613998 +188,-1.631894563,0.7343596465,395,0.251311504,0.626976942,5390.3204441 +189,-1.653765416,0.6770714026,395,0.251311504,0.626976942,5583.4451367 +190,-1.719812114,0.6715965947,395,0.251311504,0.626976942,5753.405522 +191,-1.493406659,0.6646955447,395,0.251311504,0.626976942,5214.5613145 +192,-1.469120564,0.6613469966,395,0.251311504,0.626976942,5159.2892563 +193,-1.590551461,0.5326612937,395,0.251311504,0.626976942,5780.7484968 +194,-1.625979264,0.5247742243,395,0.251311504,0.626976942,5894.8020033 +195,-1.572293943,0.5238808754,395,0.251311504,0.626976942,5753.0111623 +196,-1.610848725,0.5477107964,395,0.251311504,0.626976942,5797.6059696 +197,-1.208485554,0.7918526018,395,0.251311504,0.626976942,4236.3598765 +198,-1.335601374,0.6869083083,395,0.251311504,0.626976942,4754.8720549 +199,-1.346156996,0.6825213377,395,0.251311504,0.626976942,4791.610063 +200,-1.324381037,0.6741422347,395,0.251311504,0.626976942,4749.8910811 +201,-1.242424992,0.7378949807,395,0.251311504,0.626976942,4413.6927372 +202,-1.270370057,0.7392461008,395,0.251311504,0.626976942,4484.695612 +203,-1.448950472,0.7441675014,395,0.251311504,0.626976942,4929.6418785 +204,-1.492662363,0.7523026852,395,0.251311504,0.626976942,5019.0893139 +205,-1.479098966,0.7763855017,395,0.251311504,0.626976942,4934.7348099 +206,-1.633760714,0.7869022408,395,0.251311504,0.626976942,5267.0669221 +207,-1.647406434,0.8101289331,395,0.251311504,0.626976942,5240.7584516 +208,-1.564245052,0.5701509278,395,0.251311504,0.626976942,5619.585491 +209,-1.646289963,0.6833746083,395,0.251311504,0.626976942,5549.8386296 +210,-1.5820631,0.6751952144,395,0.251311504,0.626976942,5413.6874512 +211,-1.613236298,0.6681681791,395,0.251311504,0.626976942,5507.3075003 +212,-1.914661867,0.8212566515,395,0.251311504,0.626976942,5744.8982929 +213,-1.742133237,0.7250275956,395,0.251311504,0.626976942,5663.7358392 +214,-2.033144872,0.6557314699,395,0.251311504,0.626976942,6469.357122 +215,-2.039551981,0.6964723658,395,0.251311504,0.626976942,6353.7330815 +216,-1.247341019,0.7622473908,395,0.251311504,0.626976942,4384.7502948 +217,-1.298239787,0.7084123392,395,0.251311504,0.626976942,4614.4057144 +218,-1.308539688,0.6926545592,395,0.251311504,0.626976942,4671.6161654 +219,-1.303263185,0.6888938396,395,0.251311504,0.626976942,4664.6769246 +220,-1.852400229,0.6004246149,395,0.251311504,0.626976942,6253.5286392 +221,-1.288947707,0.7473773692,395,0.251311504,0.626976942,4518.457471 +222,-1.372031502,0.7472790993,395,0.251311504,0.626976942,4731.1190341 +223,-1.289805721,0.7242157877,395,0.251311504,0.626976942,4562.8333894 +224,-1.350807603,0.7533498126,395,0.251311504,0.626976942,4665.7105955 +225,-1.329290365,0.7560442322,395,0.251311504,0.626976942,4606.0391956 +226,-1.410153004,0.616936428,395,0.251311504,0.626976942,5099.3742284 +227,-1.393445434,0.6308995063,395,0.251311504,0.626976942,5024.3456727 +228,-1.37595573,0.6241540638,395,0.251311504,0.626976942,4990.9927452 +229,-1.358388707,0.6172645205,395,0.251311504,0.626976942,4957.1807476 +230,-1.753741133,0.8281661666,395,0.251311504,0.626976942,5416.9994978 +231,-1.47430987,0.6834615681,395,0.251311504,0.626976942,5123.948839 +232,-1.421012508,0.7222725206,395,0.251311504,0.626976942,4905.4263254 +233,-1.4476833,0.6978557868,395,0.251311504,0.626976942,5024.7040529 +234,-1.470370723,0.6966193374,395,0.251311504,0.626976942,5085.1101615 +235,-1.429211703,0.7037216883,395,0.251311504,0.626976942,4965.0382305 +236,-1.700578405,0.6178673663,395,0.251311504,0.626976942,5847.588658 +237,-1.678117619,0.6331716163,395,0.251311504,0.626976942,5753.3801093 +238,-1.725644578,0.6316331145,395,0.251311504,0.626976942,5872.0641013 +239,-2.14012759,0.7930497945,395,0.251311504,0.626976942,6212.7336234 +240,-2.103289431,0.7653606263,395,0.251311504,0.626976942,6244.9443957 +241,-1.318739838,0.7017808746,395,0.251311504,0.626976942,4681.2748172 +242,-1.396417427,0.7077900843,395,0.251311504,0.626976942,4872.368975 +243,-1.35650337,0.7185539404,395,0.251311504,0.626976942,4747.658073 +244,-1.248884539,0.7274156818,395,0.251311504,0.626976942,4449.0509791 +245,-1.395014798,0.5761185243,395,0.251311504,0.626976942,5145.6969002 +246,-1.433377362,0.6064716109,395,0.251311504,0.626976942,5185.0840078 +247,-1.408172432,0.5903155476,395,0.251311504,0.626976942,5151.4186905 +248,-1.749645898,0.7757118084,395,0.251311504,0.626976942,5546.3625208 +249,-1.571626686,0.615046989,395,0.251311504,0.626976942,5531.1259743 +250,-1.514070049,0.6303003037,395,0.251311504,0.626976942,5346.171024 +251,-1.480890369,0.6237966528,395,0.251311504,0.626976942,5273.8518198 +252,-1.704390658,0.5281680612,395,0.251311504,0.626976942,6091.0174896 +253,-1.64434733,0.5254277498,395,0.251311504,0.626976942,5941.7602475 +254,-1.703855997,0.4792484842,395,0.251311504,0.626976942,6217.621286 +255,-1.692002383,0.5748825051,395,0.251311504,0.626976942,5937.8784682 +256,-1.854136457,0.5544643913,395,0.251311504,0.626976942,6388.0173271 +257,-1.665021206,0.520317736,395,0.251311504,0.626976942,6009.1276089 +258,-1.733654349,0.4845187345,395,0.251311504,0.626976942,6281.7579837 +259,-1.720938188,0.5135933906,395,0.251311504,0.626976942,6171.8559223 +260,-1.742668307,0.553296122,395,0.251311504,0.626976942,6121.4335561 +261,-1.965659039,0.7142126903,395,0.251311504,0.626976942,6159.1135812 +262,-1.944438071,0.6772834804,395,0.251311504,0.626976942,6228.0144212 +263,-1.270340967,0.7681487096,395,0.251311504,0.626976942,4433.8132323 +264,-1.353091884,0.6549276821,395,0.251311504,0.626976942,4865.5479832 +265,-1.333236659,0.6413584414,395,0.251311504,0.626976942,4838.9796716 +266,-1.352015998,0.6753788907,395,0.251311504,0.626976942,4821.4579891 +267,-1.377988483,0.6577816235,395,0.251311504,0.626976942,4926.6242444 +268,-2.13075611,0.8318642051,395,0.251311504,0.626976942,6070.6750934 +269,-2.097910953,0.8259670014,395,0.251311504,0.626976942,6040.003968 +270,-1.416382069,0.6694271549,395,0.251311504,0.626976942,5004.1026539 +271,-1.538905672,0.7535625993,395,0.251311504,0.626976942,5127.075032 +272,-1.572309477,0.7803125099,395,0.251311504,0.626976942,5144.0215227 +273,-1.87759879,0.7503853417,395,0.251311504,0.626976942,5879.2615814 +274,1.152365588,0.590457682,395,0.251311504,0.626976942,2897.0931567 +275,0.350198001,0.718001859,395,0.251311504,0.626976942,472.93140729 +276,0.046513677,0.491503852,395,0.251311504,0.626976942,871.0534084 +277,0.027510309,0.742571376,395,0.251311504,0.626976942,823.85727835 +278,0.306285725,-0.214631579,395,0.251311504,0.626976942,3339.9558777 +279,-1.100564889,0.318051531,395,0.251311504,0.626976942,4803.3870246 +280,-1.078582306,0.301437596,395,0.251311504,0.626976942,4768.825098 +281,-1.137371989,-0.617634065,395,0.251311504,0.626976942,7101.3269008 +282,0.784356344,0.703272339,395,0.251311504,0.626976942,1679.9628146 +283,-1.221209947,0.218327455,395,0.251311504,0.626976942,5405.5515871 +284,2.347301921,-0.449114658,395,0.251311504,0.626976942,8873.2508901 +285,0.246820618,0.830553713,395,0.251311504,0.626976942,806.47549115 +286,0.829414965,0.703288228,395,0.251311504,0.626976942,1816.0844362 +287,-1.337537566,0.42332223,395,0.251311504,0.626976942,5312.0915856 +288,0.882453706,0.454478077,395,0.251311504,0.626976942,2234.9981363 +289,1.575629659,0.416419109,395,0.251311504,0.626976942,4513.7181499 +290,-1.039455679,0.229888244,395,0.251311504,0.626976942,4798.7368492 +291,0.489558039,0.934482747,395,0.251311504,0.626976942,1384.8931351 +292,0.081344504,0.88384514,395,0.251311504,0.626976942,1127.0742729 +293,-1.547979814,0.300350308,395,0.251311504,0.626976942,6228.4239601 +294,0.040776181,0.168560074,395,0.251311504,0.626976942,1967.706415 +295,-1.130374745,0.563894876,395,0.251311504,0.626976942,4407.3983396 +296,1.578326642,0.478507176,395,0.251311504,0.626976942,4401.1380036 +297,-1.12861823,-0.291640865,395,0.251311504,0.626976942,6307.2884846 +298,0.310524208,0.770885792,395,0.251311504,0.626976942,597.48323205 +299,0.415649091,-0.387246002,395,0.251311504,0.626976942,4064.2948986 +300,-0.926533878,-0.188022748,395,0.251311504,0.626976942,5444.7170692 +301,1.258856172,-0.11716081,395,0.251311504,0.626976942,4759.6454444 +302,-1.126050026,0.322941926,395,0.251311504,0.626976942,4873.8030611 +303,2.002785835,0.07893892,395,0.251311504,0.626976942,6613.9132399 +304,0.440437607,0.746258085,395,0.251311504,0.626976942,746.5240588 +305,-0.030391866,0.214441206,395,0.251311504,0.626976942,1919.0156598 +306,0.521557815,-0.058929362,395,0.251311504,0.626976942,2895.5060475 +307,-0.097005111,0.13317729,395,0.251311504,0.626976942,2327.0159812 +308,1.83113859,0.221857587,395,0.251311504,0.626976942,5737.6161753 +309,0.222428864,0.099404236,395,0.251311504,0.626976942,2092.3582344 +310,-1.702731345,0.8728568183,395,0.251311504,0.626976942,5200.9568343 +311,-0.418507569,0.278324921,395,0.251311504,0.626976942,2730.9100964 +312,-1.41153306,0.339029988,395,0.251311504,0.626976942,5725.8152409 +313,0.357560442,0.114788776,395,0.251311504,0.626976942,2065.1462496 +314,0.325818979,0.268352149,395,0.251311504,0.626976942,1444.7624202 +315,-1.246004659,-0.663679965,395,0.251311504,0.626976942,7489.5296302 +316,1.814603087,0.637404484,395,0.251311504,0.626976942,4788.5070609 +317,1.843704281,-0.18300445,395,0.251311504,0.626976942,6714.2192932 +318,1.690644492,-0.211480909,395,0.251311504,0.626976942,6298.6323354 +319,-1.275451936,0.068109467,395,0.251311504,0.626976942,5922.6126357 +320,0.762430171,-0.207594741,395,0.251311504,0.626976942,3818.4822009 +321,0.265668905,-0.014647884,395,0.251311504,0.626976942,2542.0282035 +322,-2.773032013,-0.335515811,395,0.251311504,0.626976942,11219.078431 +323,-1.469512853,0.174058777,395,0.251311504,0.626976942,6291.6571782 +324,0.286276986,0.785925691,395,0.251311504,0.626976942,638.29072083 +325,-1.379324697,0.377432233,395,0.251311504,0.626976942,5540.4516007 +326,-1.203778265,0.212813032,395,0.251311504,0.626976942,5362.3965888 +327,0.579916301,0.611743168,395,0.251311504,0.626976942,1059.9061954 +328,0.267582642,0.868113908,395,0.251311504,0.626976942,956.29191592 +329,0.412869244,-0.050245578,395,0.251311504,0.626976942,2748.3739344 +330,0.17524381,0.976660285,395,0.251311504,0.626976942,1400.1731181 +331,0.743157214,0.204812899,395,0.251311504,0.626976942,2426.0755498 +332,-1.070758176,0.269382282,395,0.251311504,0.626976942,4812.7623984 +333,-1.230364251,0.329790229,395,0.251311504,0.626976942,5187.5158479 +334,-1.374813124,-0.024926835,395,0.251311504,0.626976942,6457.3121108 +335,0.519780566,0.463669906,395,0.251311504,0.626976942,1113.4622675 +336,-1.55108034,0.239698561,395,0.251311504,0.626976942,6385.4517248 +337,0.180294813,0.029739425,395,0.251311504,0.626976942,2379.9906989 +338,0.67820924,0.268170153,395,0.251311504,0.626976942,2072.2908081 +339,0.445798684,1.024001867,395,0.251311504,0.626976942,1652.0393491 +340,0.691751283,0.150521402,395,0.251311504,0.626976942,2467.133106 +341,-1.036643551,-0.903056181,395,0.251311504,0.626976942,7515.2534062 +342,-0.120287036,1.083325163,395,0.251311504,0.626976942,2027.927808 +343,2.823513113,-0.304487164,395,0.251311504,0.626976942,10075.871816 +344,0.457583172,1.12513373,395,0.251311504,0.626976942,2033.6964017 +345,0.042918831,0.813795399,395,0.251311504,0.626976942,963.38490739 +346,1.196146777,-0.853142756,395,0.251311504,0.626976942,6738.2605139 +347,0.206001358,-0.010430701,395,0.251311504,0.626976942,2530.2980338 +348,-0.268308653,0.234799412,395,0.251311504,0.626976942,2412.9168588 +349,0.759363263,0.736189579,395,0.251311504,0.626976942,1612.7824536 +350,0.181363926,0.891988372,395,0.251311504,0.626976942,1068.3514549 +351,-0.021111158,0.139103292,395,0.251311504,0.626976942,2169.2000149 +352,-0.093355215,0.630686981,395,0.251311504,0.626976942,1102.2697308 +353,0.40118964,0.681375926,395,0.251311504,0.626976942,517.74812756 +354,-0.721197315,1.304706234,395,0.251311504,0.626976942,3227.5574274 +355,-1.076150317,0.212107639,395,0.251311504,0.626976942,4955.7070786 +356,-1.577164531,0.273993443,395,0.251311504,0.626976942,6380.1003038 +357,-0.190788414,0.182208586,395,0.251311504,0.626976942,2370.9461441 +358,-0.261349752,0.209710184,395,0.251311504,0.626976942,2466.0562474 +359,-1.029303852,0.083549259,395,0.251311504,0.626976942,5098.3976651 +360,-1.268609162,0.330525297,395,0.251311504,0.626976942,5305.2697096 +361,1.282982244,-0.926641967,395,0.251311504,0.626976942,7098.3665762 +362,0.217352334,0.731352408,395,0.251311504,0.626976942,426.43878623 +363,-1.511833084,0.258629297,395,0.251311504,0.626976942,6220.3617386 +364,0.338812194,0.823184618,395,0.251311504,0.626976942,818.87239517 +365,-0.324406489,1.134201999,395,0.251311504,0.626976942,2421.4010342 +366,1.389579348,0.399185724,395,0.251311504,0.626976942,3958.7150349 +367,2.047152199,-0.039082036,395,0.251311504,0.626976942,7033.6300858 +368,0.947780369,0.568250077,395,0.251311504,0.626976942,2276.6370524 +369,0.763824846,0.576754987,395,0.251311504,0.626976942,1678.7730166 +370,-0.142334657,0.928153068,395,0.251311504,0.626976942,1616.5607476 +371,0.610266567,0.547265983,395,0.251311504,0.626976942,1222.4979128 +372,0.210731629,0.746815056,395,0.251311504,0.626976942,490.62197629 +373,-1.34931644,0.316895224,395,0.251311504,0.626976942,5585.9321371 +374,2.407696481,0.655030745,395,0.251311504,0.626976942,6212.1377591 +375,0.64207831,0.545359131,395,0.251311504,0.626976942,1326.0833777 +376,1.174597538,0.840588356,395,0.251311504,0.626976942,2784.3894961 +377,0.660059424,0.010604079,395,0.251311504,0.626976942,2867.1074312 +378,-0.730263819,0.010486456,395,0.251311504,0.626976942,4345.753972 +379,0.831068936,0.512339172,395,0.251311504,0.626976942,1976.2109992 +380,1.301180979,0.72367476,395,0.251311504,0.626976942,3202.9382336 +381,1.811128231,0.322854402,395,0.251311504,0.626976942,5446.2579785 +382,0.435105812,0.992284428,395,0.251311504,0.626976942,1527.5368216 +383,0.62643634,0.592027932,395,0.251311504,0.626976942,1223.6539982 +384,0.492988703,-0.516339467,395,0.251311504,0.626976942,4617.3158375 +385,-0.162469483,0.112549365,395,0.251311504,0.626976942,2531.2608856 +386,0.314630866,0.472006421,395,0.251311504,0.626976942,649.88141398 +387,0.166744804,0.822815954,395,0.251311504,0.626976942,814.81339158 +388,0.417159608,0.965805736,395,0.251311504,0.626976942,1415.4884869 +389,0.106334961,0.868774244,395,0.251311504,0.626976942,1044.6526755 +390,0.815086969,-0.338144359,395,0.251311504,0.626976942,4368.2241341 +391,0.59867455,-0.230624824,395,0.251311504,0.626976942,3637.4104622 +392,1.915104874,0.066220985,395,0.251311504,0.626976942,6365.3941407 +393,1.278093622,0.064463721,395,0.251311504,0.626976942,4346.1473211 +394,-0.061477853,0.302997961,395,0.251311504,0.626976942,1688.8458509 +395,0.251311504,0.626976942,395,0.251311504,0.626976942,0 +396,2.950242872,0.149095644,395,0.251311504,0.626976942,8954.7357024 +397,-0.180294708,0.35375117,395,0.251311504,0.626976942,1846.9892962 +398,1.010448592,-0.351180233,395,0.251311504,0.626976942,4806.5381254 +399,-1.748740498,0.3686318073,395,0.251311504,0.626976942,6630.5659937 +400,2.699635665,0.123533791,395,0.251311504,0.626976942,8508.9284846 +401,0.496808033,0.823843254,395,0.251311504,0.626976942,1063.2588592 +402,0.129574704,0.763364087,395,0.251311504,0.626976942,654.40454791 +403,1.798920311,0.817447563,395,0.251311504,0.626976942,4413.8393432 +404,0.335987953,0.746786541,395,0.251311504,0.626976942,540.56669293 +405,-1.085413643,0.292154671,395,0.251311504,0.626976942,4810.4647302 +406,-0.155321003,0.508207011,395,0.251311504,0.626976942,1433.0210641 +407,0.620529244,-0.301175104,395,0.251311504,0.626976942,3928.4545241 +408,1.684402744,0.368716966,395,0.251311504,0.626976942,4951.9754656 +409,0.300582244,-0.386397212,395,0.251311504,0.626976942,4018.2224449 +410,2.913555946,-0.009225192,395,0.251311504,0.626976942,9428.2147265 +411,1.465101417,0.493232532,395,0.251311504,0.626976942,4023.0296344 +412,0.090612882,0.907955955,395,0.251311504,0.626976942,1201.2670062 +413,2.987564726,-0.729568594,395,0.251311504,0.626976942,11134.066278 +414,-1.484261606,0.224149272,395,0.251311504,0.626976942,6218.3641646 +415,0.164073421,0.303955133,395,0.251311504,0.626976942,1315.6622174 +416,0.141441293,0.167552546,395,0.251311504,0.626976942,1862.3247207 +417,2.931321023,-0.506718887,395,0.251311504,0.626976942,10835.399138 +418,2.21951565,0.700596356,395,0.251311504,0.626976942,5671.0185171 +419,0.268112576,1.199114336,395,0.251311504,0.626976942,2266.5398697 +420,0.978913739,0.359223811,395,0.251311504,0.626976942,2725.9555838 +421,1.210898818,0.522863584,395,0.251311504,0.626976942,3174.9062012 +422,2.347397336,0.129231362,395,0.251311504,0.626976942,7541.8279867 +423,0.614394501,0.556878345,395,0.251311504,0.626976942,1222.7957374 +424,-1.398079356,0.148483366,395,0.251311504,0.626976942,6127.1910099 +425,2.535303836,-0.112984496,395,0.251311504,0.626976942,8734.2550291 +426,-1.019372593,-0.405322349,395,0.251311504,0.626976942,6266.8476837 +427,-1.297785627,-0.160104069,395,0.251311504,0.626976942,6523.9902829 +428,2.144554488,0.205051084,395,0.251311504,0.626976942,6745.4253033 +429,-2.242387083,-0.426171285,395,0.251311504,0.626976942,10103.599036 +430,0.338637212,0.909723676,395,0.251311504,0.626976942,1146.5502449 +431,-0.148798452,0.691042401,395,0.251311504,0.626976942,1274.718403 +432,0.893524764,0.441829531,395,0.251311504,0.626976942,2293.0133065 +433,0.969229347,-0.368847936,395,0.251311504,0.626976942,4774.351572 +434,0.436043248,0.800045688,395,0.251311504,0.626976942,879.290268 +435,1.687946607,1.081504775,395,0.251311504,0.626976942,3825.4834771 +436,0.522302046,-0.034889271,395,0.251311504,0.626976942,2806.5327435 +437,-0.178996113,-0.438090009,395,0.251311504,0.626976942,4515.5446022 +438,-1.094339566,0.301444068,395,0.251311504,0.626976942,4818.9974383 +439,-1.064070054,0.242569932,395,0.251311504,0.626976942,4849.7704863 +440,-1.068153768,0.230387998,395,0.251311504,0.626976942,4889.6252451 +441,-3.00496892,-0.23989155,395,0.251311504,0.626976942,10857.259157 +442,0.21751974,0.766874888,395,0.251311504,0.626976942,563.51330792 +443,0.117229532,0.007619006,395,0.251311504,0.626976942,2502.4431284 +444,0.777758451,0.420554741,395,0.251311504,0.626976942,1971.449668 +445,-0.252356999,0.250747086,395,0.251311504,0.626976942,2324.877832 +446,0.363148444,0.768483434,395,0.251311504,0.626976942,654.79324979 +447,0.903191366,-0.118210676,395,0.251311504,0.626976942,3819.2421977 +448,-0.205755923,0.149406178,395,0.251311504,0.626976942,2509.6042667 +449,1.811996086,0.02364353,395,0.251311504,0.626976942,6134.5515149 +450,-1.100670221,0.314845373,395,0.251311504,0.626976942,4810.5378823 +451,0.340078597,0.850105132,395,0.251311504,0.626976942,920.71617868 +452,0.258757267,0.804969236,395,0.251311504,0.626976942,705.37547458 +453,2.78505352,-0.155160804,395,0.251311504,0.626976942,9565.7568091 +454,0.800551619,0.105822106,395,0.251311504,0.626976942,2869.8924679 +455,0.437940882,-0.506194031,395,0.251311504,0.626976942,4542.1055127 +456,2.230431122,0.63458615,395,0.251311504,0.626976942,5869.4387447 +457,0.527965361,0.127667701,395,0.251311504,0.626976942,2217.2947665 +458,-0.063643205,0.702093448,395,0.251311504,0.626976942,1024.0322405 +459,1.408447268,0.133010502,395,0.251311504,0.626976942,4589.985548 +460,0.523795955,0.280266966,395,0.251311504,0.626976942,1676.2512712 +461,-0.975769313,0.072177659,395,0.251311504,0.626976942,4954.7091868 +462,0.549774164,-0.463663986,395,0.251311504,0.626976942,4461.7480296 +463,0.29245874,1.095549818,395,0.251311504,0.626976942,1858.7660473 +464,0.143625958,0.816809593,395,0.251311504,0.626976942,816.58891499 +465,0.671902494,0.611159853,395,0.251311504,0.626976942,1354.799755 +466,1.239840988,0.6724199,395,0.251311504,0.626976942,3073.1170482 +467,0.607829703,-0.10932137,395,0.251311504,0.626976942,3203.7990876 +468,1.763020906,0.263996692,395,0.251311504,0.626976942,5427.3445606 +469,0.378714634,0.726066797,395,0.251311504,0.626976942,555.37304525 +470,2.196736143,-0.153862366,395,0.251311504,0.626976942,7777.6636441 +471,0.01702415,0.148991565,395,0.251311504,0.626976942,2073.8219394 +472,-2.998490902,-0.158002487,395,0.251311504,0.626976942,10545.657344 +473,-3.051262951,-0.346595608,395,0.251311504,0.626976942,11200.048757 +474,-1.069176439,0.182802941,395,0.251311504,0.626976942,4998.8212641 +475,0.167157509,0.595344954,395,0.251311504,0.626976942,300.32464098 +476,0.613855648,0.681746124,395,0.251311504,0.626976942,1157.1970628 +477,1.037012736,0.682555367,395,0.251311504,0.626976942,2453.1269084 +478,-1.253574971,0.379755746,395,0.251311504,0.626976942,5151.262816 +479,3.108590453,-0.132620738,395,0.251311504,0.626976942,10231.620877 +480,0.565301296,0.022333262,395,0.251311504,0.626976942,2658.3277284 +481,0.547898238,0.855555614,395,0.251311504,0.626976942,1247.6335566 +482,0.948309381,0.417393755,395,0.251311504,0.626976942,2512.615463 +483,-0.050600732,0.945269213,395,0.251311504,0.626976942,1508.805236 +484,-0.977651478,-0.572363064,395,0.251311504,0.626976942,6577.2014175 +485,1.102014914,0.728861163,395,0.251311504,0.626976942,2619.9914858 +486,2.927300795,-0.282939414,395,0.251311504,0.626976942,10311.978527 +487,-1.154565557,0.124434095,395,0.251311504,0.626976942,5405.1856459 +488,1.855331234,0.291044755,395,0.251311504,0.626976942,5655.2056181 +489,0.830290659,0.276904518,395,0.251311504,0.626976942,2465.9158581 +490,0.485104466,-0.234867441,395,0.251311504,0.626976942,3524.2681804 +491,0.521367572,-0.33161327,395,0.251311504,0.626976942,3929.7565504 +1,-1.539031704,0.7349710123,396,2.950242872,0.149095644,6470.5139288 +2,-1.536990553,0.7349663874,396,2.950242872,0.149095644,6476.3133012 +3,-1.534951779,0.7349571355,396,2.950242872,0.149095644,6482.1085805 +4,-1.532906461,0.7349480293,396,2.950242872,0.149095644,6487.9201968 +5,-1.531320211,0.7346937278,396,2.950242872,0.149095644,6492.6830418 +6,-1.539451648,0.7335131775,396,2.950242872,0.149095644,6470.8061777 +7,-1.537429487,0.7335445708,396,2.950242872,0.149095644,6476.5229107 +8,-1.535484998,0.7335658704,396,2.950242872,0.149095644,6482.0268905 +9,-1.533488396,0.7336036027,396,2.950242872,0.149095644,6487.6597084 +10,-1.531497785,0.7335842962,396,2.950242872,0.149095644,6493.3322966 +11,-1.530259379,0.7334777758,396,2.950242872,0.149095644,6496.9588985 +12,-1.5335454,0.7322346912,396,2.950242872,0.149095644,6488.9126032 +13,-1.531489083,0.7322238773,396,2.950242872,0.149095644,6494.770312 +14,-1.530011122,0.7321679851,396,2.950242872,0.149095644,6499.0293557 +15,-1.53348106,0.7306614094,396,2.950242872,0.149095644,6490.7212701 +16,-1.531441779,0.7306962275,396,2.950242872,0.149095644,6496.4914515 +17,-1.529755654,0.7306933243,396,2.950242872,0.149095644,6501.2934875 +18,-1.533415048,0.7291384674,396,2.950242872,0.149095644,6492.4826117 +19,-1.531392093,0.7291705353,396,2.950242872,0.149095644,6498.217123 +20,-1.529296523,0.7291214933,396,2.950242872,0.149095644,6504.2407011 +21,-1.535280942,0.727267644,396,2.950242872,0.149095644,6489.0836055 +22,-1.533378158,0.7276139666,396,2.950242872,0.149095644,6494.1623375 +23,-1.531340368,0.7276446587,396,2.950242872,0.149095644,6499.9485998 +24,-1.528960113,0.7276398177,396,2.950242872,0.149095644,6506.746594 +25,-1.533313146,0.7260818349,396,2.950242872,0.149095644,6495.9300552 +26,-1.531259555,0.7260958115,396,2.950242872,0.149095644,6501.7868669 +27,-1.528926415,0.7260865555,396,2.950242872,0.149095644,6508.464307 +28,-1.531226779,0.7245511789,396,2.950242872,0.149095644,6503.4832733 +29,-1.528904772,0.7245519194,396,2.950242872,0.149095644,6510.1277185 +30,-1.547195875,0.7409785979,396,2.950242872,0.149095644,6441.3136954 +31,-1.5451475,0.740980426,396,2.950242872,0.149095644,6447.1033234 +32,-1.543097679,0.7409798872,396,2.950242872,0.149095644,6452.8972756 +33,-1.540720364,0.7409892687,396,2.950242872,0.149095644,6459.6040551 +34,-1.547188511,0.7395198392,396,2.950242872,0.149095644,6442.7925332 +35,-1.545148587,0.7395226109,396,2.950242872,0.149095644,6448.5651283 +36,-1.543104538,0.7395314908,396,2.950242872,0.149095644,6454.3410788 +37,-1.540727751,0.7395306258,396,2.950242872,0.149095644,6461.0658295 +38,-1.547187029,0.7380014886,396,2.950242872,0.149095644,6444.3138407 +39,-1.545147315,0.7380012252,396,2.950242872,0.149095644,6450.097006 +40,-1.54310719,0.7380060743,396,2.950242872,0.149095644,6455.8740632 +41,-1.540719671,0.7380068206,396,2.950242872,0.149095644,6462.6370831 +42,-1.547187189,0.7364799098,396,2.950242872,0.149095644,6445.8332432 +43,-1.545149996,0.7364853874,396,2.950242872,0.149095644,6451.6116112 +44,-1.543106091,0.7364823484,396,2.950242872,0.149095644,6457.4154553 +45,-1.540717158,0.7364893901,396,2.950242872,0.149095644,6464.1856143 +46,-1.538663972,0.7410138672,396,2.950242872,0.149095644,6465.3861696 +47,-1.53695285,0.7409699132,396,2.950242872,0.149095644,6470.2617247 +48,-1.534910498,0.7409641297,396,2.950242872,0.149095644,6476.0314167 +49,-1.533145034,0.7409536636,396,2.950242872,0.149095644,6481.0228536 +50,-1.538681336,0.7395405883,396,2.950242872,0.149095644,6466.8425855 +51,-1.536999189,0.7395183096,396,2.950242872,0.149095644,6471.6206199 +52,-1.534923633,0.7395144222,396,2.950242872,0.149095644,6477.4900056 +53,-1.533267822,0.7395654306,396,2.950242872,0.149095644,6482.1147754 +54,-1.53867273,0.7380151077,396,2.950242872,0.149095644,6468.4252112 +55,-1.536980576,0.7379994392,396,2.950242872,0.149095644,6473.2315041 +56,-1.534931522,0.7379944961,396,2.950242872,0.149095644,6479.0352413 +57,-1.533387952,0.7379480264,396,2.950242872,0.149095644,6483.4500818 +58,-1.538682279,0.7364914363,396,2.950242872,0.149095644,6469.9540476 +59,-1.536980704,0.7364810563,396,2.950242872,0.149095644,6474.7883756 +60,-1.534935567,0.7364752065,396,2.950242872,0.149095644,6480.5900933 +61,-1.533042592,0.7363876366,396,2.950242872,0.149095644,6486.043351 +62,-1.545143426,0.7349628011,396,2.950242872,0.149095644,6453.1587698 +63,-1.543105297,0.7349691947,396,2.950242872,0.149095644,6458.9448075 +64,-1.541064533,0.7349647152,396,2.950242872,0.149095644,6464.7471748 +65,-1.545411803,0.7334624714,396,2.950242872,0.149095644,6453.9004921 +66,-1.543446606,0.7334780896,396,2.950242872,0.149095644,6459.477965 +67,-1.541475327,0.7334957295,396,2.950242872,0.149095644,6465.0685595 +68,-1.545401939,0.731963266,396,2.950242872,0.149095644,6455.4316162 +69,-1.54342253,0.7319915583,396,2.950242872,0.149095644,6461.0444876 +70,-1.541455867,0.7320216438,396,2.950242872,0.149095644,6466.6169519 +71,-1.545410146,0.7304422281,396,2.950242872,0.149095644,6456.9326198 +72,-1.543435491,0.7304713664,396,2.950242872,0.149095644,6462.5389268 +73,-1.541463105,0.7304997613,396,2.950242872,0.149095644,6468.1372287 +74,-1.545414768,0.7289194936,396,2.950242872,0.149095644,6458.4449992 +75,-1.543435774,0.7289538557,396,2.950242872,0.149095644,6464.0662701 +76,-1.541457714,0.7289765881,396,2.950242872,0.149095644,6469.6942964 +77,-1.539449415,0.7320555866,396,2.950242872,0.149095644,6472.2964867 +78,-1.537429183,0.7321097681,396,2.950242872,0.149095644,6477.9921049 +79,-1.535472649,0.7321497267,396,2.950242872,0.149095644,6483.5184486 +80,-1.539457899,0.7305333307,396,2.950242872,0.149095644,6473.8215612 +81,-1.537453161,0.7305750503,396,2.950242872,0.149095644,6479.4938023 +82,-1.535479385,0.7306124949,396,2.950242872,0.149095644,6485.0797124 +83,-1.53946905,0.7290102593,396,2.950242872,0.149095644,6475.3392381 +84,-1.537459922,0.7290417293,396,2.950242872,0.149095644,6481.0424519 +85,-1.535451349,0.7290890157,396,2.950242872,0.149095644,6486.7254095 +86,-1.535522937,0.7279887191,396,2.950242872,0.149095644,6487.6514949 +87,-1.539442524,0.7274735939,396,2.950242872,0.149095644,6476.977823 +88,-1.537424111,0.727521351,396,2.950242872,0.149095644,6482.6989201 +89,-1.539384641,0.7259505092,396,2.950242872,0.149095644,6478.692027 +90,-1.537372391,0.7259947145,396,2.950242872,0.149095644,6484.4070337 +91,-1.535340789,0.7260435356,396,2.950242872,0.149095644,6490.1701055 +92,-1.539325716,0.7244369706,396,2.950242872,0.149095644,6480.3994148 +93,-1.537308932,0.7244801057,396,2.950242872,0.149095644,6486.1363348 +94,-1.535289068,0.7245247645,396,2.950242872,0.149095644,6491.8779613 +95,-1.533261366,0.7245550236,396,2.950242872,0.149095644,6497.6543091 +96,-1.539267302,0.722921924,396,2.950242872,0.149095644,6482.1067721 +97,-1.537248972,0.7229660258,396,2.950242872,0.149095644,6487.8549833 +98,-1.535219431,0.7229916471,396,2.950242872,0.149095644,6493.6517667 +99,-1.53318962,0.7230212049,396,2.950242872,0.149095644,6499.4428494 +100,-1.531154816,0.7230299897,396,2.950242872,0.149095644,6505.2673267 +101,-1.528878341,0.7230370244,396,2.950242872,0.149095644,6511.7837969 +102,-1.539218189,0.7214009878,396,2.950242872,0.149095644,6483.7932699 +103,-1.537198791,0.7214422745,396,2.950242872,0.149095644,6489.5553073 +104,-1.535179266,0.7214634354,396,2.950242872,0.149095644,6495.3358288 +105,-1.533156501,0.7214944644,396,2.950242872,0.149095644,6501.1131318 +106,-1.53113574,0.7215166021,396,2.950242872,0.149095644,6506.8914427 +107,-1.528874248,0.7215345535,396,2.950242872,0.149095644,6513.3624161 +108,-1.539217656,0.7198512397,396,2.950242872,0.149095644,6485.3690049 +109,-1.537199919,0.7199428763,396,2.950242872,0.149095644,6491.08294 +110,-1.545425832,0.727397149,396,2.950242872,0.149095644,6459.9379936 +111,-1.543371177,0.7273916949,396,2.950242872,0.149095644,6465.8236761 +112,-1.541368852,0.7274523163,396,2.950242872,0.149095644,6471.4907239 +113,-1.545349067,0.7258710923,396,2.950242872,0.149095644,6461.6858517 +114,-1.54332671,0.7258603556,396,2.950242872,0.149095644,6467.4923453 +115,-1.541346831,0.7259242142,396,2.950242872,0.149095644,6473.0997416 +116,-1.545324355,0.7243383958,396,2.950242872,0.149095644,6463.2910283 +117,-1.543292796,0.7243617413,396,2.950242872,0.149095644,6469.0976203 +118,-1.541295822,0.7244024384,396,2.950242872,0.149095644,6474.7851274 +119,-1.543193859,0.7205570215,396,2.950242872,0.149095644,6473.2089199 +120,-1.550257047,0.7386738187,396,2.950242872,0.149095644,6434.9395981 +121,-1.549335448,0.7311736483,396,2.950242872,0.149095644,6444.9984717 +122,-1.533478843,0.7179891343,396,2.950242872,0.149095644,6503.7991924 +123,-1.556150555,0.738907041,396,2.950242872,0.149095644,6417.9926426 +124,-1.554324226,0.733414257,396,2.950242872,0.149095644,6428.5573616 +125,-1.554290846,0.7288285332,396,2.950242872,0.149095644,6433.1423933 +126,-1.55122487,0.7219795312,396,2.950242872,0.149095644,6448.6706494 +127,-1.525104458,0.7229399862,396,2.950242872,0.149095644,6522.6948461 +128,-1.519607711,0.7236181429,396,2.950242872,0.149095644,6537.7023189 +129,-1.513899999,0.7251107854,396,2.950242872,0.149095644,6552.3945187 +130,-1.536620762,0.7431061895,396,2.950242872,0.149095644,6469.0037098 +131,-1.5369566,0.7460845958,396,2.950242872,0.149095644,6464.9977952 +132,-1.545345528,0.7447040685,396,2.950242872,0.149095644,6442.8017454 +133,-1.532813921,0.7432306626,396,2.950242872,0.149095644,6479.5939898 +134,-1.554788248,0.7382381001,396,2.950242872,0.149095644,6422.5131398 +135,-1.540348126,0.7301594274,396,2.950242872,0.149095644,6471.6627058 +136,-1.538016084,0.7239051786,396,2.950242872,0.149095644,6484.6959276 +137,-1.525288962,0.7258085137,396,2.950242872,0.149095644,6519.1467802 +138,-1.534326986,0.731241342,396,2.950242872,0.149095644,6487.714164 +139,-1.530733872,0.7303625216,396,2.950242872,0.149095644,6498.8535951 +141,-1.534354939,0.7328219978,396,2.950242872,0.149095644,6486.0046361 +142,-1.53157084,0.7292888153,396,2.950242872,0.149095644,6497.5848448 +143,-1.525691035,0.7263799874,396,2.950242872,0.149095644,6517.3971201 +144,-1.534031287,0.7495967835,396,2.950242872,0.149095644,6469.575197 +145,-1.527714986,0.7283095957,396,2.950242872,0.149095644,6509.5973135 +146,-1.526189586,0.7271468292,396,2.950242872,0.149095644,6515.1678112 +147,-1.555177336,0.7375563366,396,2.950242872,0.149095644,6422.0753647 +148,-1.555080283,0.7312707794,396,2.950242872,0.149095644,6428.4963132 +149,-1.53856994,0.7224180299,396,2.950242872,0.149095644,6484.6216036 +150,-1.530837883,0.729933372,396,2.950242872,0.149095644,6499.0037189 +151,-1.515066984,0.5854133365,396,2.950242872,0.149095644,6696.4333369 +152,-1.534731633,0.5368370046,396,2.950242872,0.149095644,6680.9466798 +153,-1.515231902,0.5607085576,396,2.950242872,0.149095644,6721.1348765 +154,-2.616253799,1.0684566605,396,2.950242872,0.149095644,4197.2078142 +155,-1.956071439,0.5792177723,396,2.950242872,0.149095644,5258.6560294 +156,-1.951208514,0.5602434208,396,2.950242872,0.149095644,5276.6931081 +157,-1.944675062,0.6062144545,396,2.950242872,0.149095644,5293.9025935 +158,-1.613778386,0.6077989518,396,2.950242872,0.149095644,6361.2839524 +159,-2.035029014,0.6021432345,396,2.950242872,0.149095644,4999.3264228 +160,-2.114989471,0.6801825058,396,2.950242872,0.149095644,4767.0018236 +161,-2.037382079,0.5765830025,396,2.950242872,0.149095644,4988.8944584 +162,-2.129855121,0.6585019963,396,2.950242872,0.149095644,4711.8838923 +163,-2.075141798,0.6493615843,396,2.950242872,0.149095644,4879.9957253 +164,-1.828626729,0.6948433129,396,2.950242872,0.149095644,5643.2611021 +165,-1.863329418,0.6735427691,396,2.950242872,0.149095644,5542.3280422 +166,-1.266037071,0.727988852,396,2.950242872,0.149095644,7233.2968215 +167,-1.277579582,0.7249010648,396,2.950242872,0.149095644,7207.816839 +168,-1.258418684,0.7241194816,396,2.950242872,0.149095644,7260.3066063 +169,-1.317813974,0.6804850104,396,2.950242872,0.149095644,7169.4803219 +170,-1.344165204,0.6790988904,396,2.950242872,0.149095644,7096.6972907 +171,-1.427582102,0.5277120351,396,2.950242872,0.149095644,7042.7235396 +172,-1.402238616,0.457167829,396,2.950242872,0.149095644,7210.3007905 +173,-1.422454264,0.4996161999,396,2.950242872,0.149095644,7092.6492599 +174,-1.439089277,0.4894859811,396,2.950242872,0.149095644,7048.7879756 +175,-1.448126995,0.5182330266,396,2.950242872,0.149095644,6986.2537983 +176,-1.474626146,0.5881926574,396,2.950242872,0.149095644,6821.8530911 +177,-1.421139645,0.5584869783,396,2.950242872,0.149095644,7026.6209846 +178,-1.457037165,0.565943032,396,2.950242872,0.149095644,6902.9868299 +179,-2.757159358,0.3745319,396,2.950242872,0.149095644,2369.7945521 +180,-2.714309238,0.342054471,396,2.950242872,0.149095644,2490.3228173 +181,-2.000525337,0.774119946,396,2.950242872,0.149095644,5135.6732341 +183,-1.571413436,0.6777838382,396,2.950242872,0.149095644,6431.5164762 +184,-1.552860289,0.6987663893,396,2.950242872,0.149095644,6466.6738136 +185,-1.521852374,0.7165827476,396,2.950242872,0.149095644,6538.7443835 +186,-1.503656267,0.6928968252,396,2.950242872,0.149095644,6617.1240367 +187,-1.502753178,0.7136205882,396,2.950242872,0.149095644,6596.8942201 +188,-1.631894563,0.7343596465,396,2.950242872,0.149095644,6205.2752675 +189,-1.653765416,0.6770714026,396,2.950242872,0.149095644,6183.5328396 +190,-1.719812114,0.6715965947,396,2.950242872,0.149095644,5985.4443747 +191,-1.493406659,0.6646955447,396,2.950242872,0.149095644,6678.6319946 +192,-1.469120564,0.6613469966,396,2.950242872,0.149095644,6755.0548353 +193,-1.590551461,0.5326612937,396,2.950242872,0.149095644,6499.5431292 +194,-1.625979264,0.5247742243,396,2.950242872,0.149095644,6387.3582226 +195,-1.572293943,0.5238808754,396,2.950242872,0.149095644,6568.0934648 +196,-1.610848725,0.5477107964,396,2.950242872,0.149095644,6419.6356662 +197,-1.208485554,0.7918526018,396,2.950242872,0.149095644,7262.0412438 +198,-1.335601374,0.6869083083,396,2.950242872,0.149095644,7109.2651415 +199,-1.346156996,0.6825213377,396,2.950242872,0.149095644,7085.9132409 +200,-1.324381037,0.6741422347,396,2.950242872,0.149095644,7160.6594519 +201,-1.242424992,0.7378949807,396,2.950242872,0.149095644,7277.9097062 +202,-1.270370057,0.7392461008,396,2.950242872,0.149095644,7202.3057903 +203,-1.448950472,0.7441675014,396,2.950242872,0.149095644,6712.4497616 +204,-1.492662363,0.7523026852,396,2.950242872,0.149095644,6581.7695583 +205,-1.479098966,0.7763855017,396,2.950242872,0.149095644,6590.6654488 +206,-1.633760714,0.7869022408,396,2.950242872,0.149095644,6159.3362899 +207,-1.647406434,0.8101289331,396,2.950242872,0.149095644,6104.8651474 +208,-1.564245052,0.5701509278,396,2.950242872,0.149095644,6553.0434382 +209,-1.646289963,0.6833746083,396,2.950242872,0.149095644,6201.5341501 +210,-1.5820631,0.6751952144,396,2.950242872,0.149095644,6401.8675854 +211,-1.613236298,0.6681681791,396,2.950242872,0.149095644,6313.5670453 +212,-1.914661867,0.8212566515,396,2.950242872,0.149095644,5379.4469014 +213,-1.742133237,0.7250275956,396,2.950242872,0.149095644,5890.0173567 +214,-2.033144872,0.6557314699,396,2.950242872,0.149095644,5013.4011582 +215,-2.039551981,0.6964723658,396,2.950242872,0.149095644,5002.3887003 +216,-1.247341019,0.7622473908,396,2.950242872,0.149095644,7221.12654 +217,-1.298239787,0.7084123392,396,2.950242872,0.149095644,7179.3700758 +218,-1.308539688,0.6926545592,396,2.950242872,0.149095644,7176.3358579 +219,-1.303263185,0.6888938396,396,2.950242872,0.149095644,7197.0897513 +220,-1.852400229,0.6004246149,396,2.950242872,0.149095644,5595.5849363 +221,-1.288947707,0.7473773692,396,2.950242872,0.149095644,7139.5310843 +222,-1.372031502,0.7472790993,396,2.950242872,0.149095644,6918.322807 +223,-1.289805721,0.7242157877,396,2.950242872,0.149095644,7176.1601583 +224,-1.350807603,0.7533498126,396,2.950242872,0.149095644,6966.1669907 +225,-1.329290365,0.7560442322,396,2.950242872,0.149095644,7019.0578253 +226,-1.410153004,0.616936428,396,2.950242872,0.149095644,6987.8117253 +227,-1.393445434,0.6308995063,396,2.950242872,0.149095644,7020.208683 +228,-1.37595573,0.6241540638,396,2.950242872,0.149095644,7082.0408231 +229,-1.358388707,0.6172645205,396,2.950242872,0.149095644,7144.6209869 +230,-1.753741133,0.8281661666,396,2.950242872,0.149095644,5809.9883031 +231,-1.47430987,0.6834615681,396,2.950242872,0.149095644,6713.8450258 +232,-1.421012508,0.7222725206,396,2.950242872,0.149095644,6818.4569999 +233,-1.4476833,0.6978557868,396,2.950242872,0.149095644,6773.9585801 +234,-1.470370723,0.6966193374,396,2.950242872,0.149095644,6709.8719318 +235,-1.429211703,0.7037216883,396,2.950242872,0.149095644,6819.5169933 +236,-1.700578405,0.6178673663,396,2.950242872,0.149095644,6077.4960143 +237,-1.678117619,0.6331716163,396,2.950242872,0.149095644,6138.7988322 +238,-1.725644578,0.6316331145,396,2.950242872,0.149095644,5989.7402606 +239,-2.14012759,0.7930497945,396,2.950242872,0.149095644,4755.084999 +240,-2.103289431,0.7653606263,396,2.950242872,0.149095644,4841.4681707 +241,-1.318739838,0.7017808746,396,2.950242872,0.149095644,7133.4822745 +242,-1.396417427,0.7077900843,396,2.950242872,0.149095644,6907.1680405 +243,-1.35650337,0.7185539404,396,2.950242872,0.149095644,7003.1941025 +244,-1.248884539,0.7274156818,396,2.950242872,0.149095644,7279.7608342 +245,-1.395014798,0.5761185243,396,2.950242872,0.149095644,7087.2934065 +246,-1.433377362,0.6064716109,396,2.950242872,0.149095644,6929.5044287 +247,-1.408172432,0.5903155476,396,2.950242872,0.149095644,7027.9483639 +248,-1.749645898,0.7757118084,396,2.950242872,0.149095644,5844.3085013 +249,-1.571626686,0.615046989,396,2.950242872,0.149095644,6488.4675278 +250,-1.514070049,0.6303003037,396,2.950242872,0.149095644,6652.9731999 +251,-1.480890369,0.6237966528,396,2.950242872,0.149095644,6762.3789896 +252,-1.704390658,0.5281680612,396,2.950242872,0.149095644,6120.6914393 +253,-1.64434733,0.5254277498,396,2.950242872,0.149095644,6325.0733531 +254,-1.703855997,0.4792484842,396,2.950242872,0.149095644,6153.0985341 +255,-1.692002383,0.5748825051,396,2.950242872,0.149095644,6132.3942786 +256,-1.854136457,0.5544643913,396,2.950242872,0.149095644,5603.7258505 +257,-1.665021206,0.520317736,396,2.950242872,0.149095644,6258.9846059 +258,-1.733654349,0.4845187345,396,2.950242872,0.149095644,6046.5535408 +259,-1.720938188,0.5135933906,396,2.950242872,0.149095644,6073.3603059 +260,-1.742668307,0.553296122,396,2.950242872,0.149095644,5977.4855361 +261,-1.965659039,0.7142126903,396,2.950242872,0.149095644,5227.9196554 +262,-1.944438071,0.6772834804,396,2.950242872,0.149095644,5291.2944243 +263,-1.270340967,0.7681487096,396,2.950242872,0.149095644,7151.9382963 +264,-1.353091884,0.6549276821,396,2.950242872,0.149095644,7106.4924969 +265,-1.333236659,0.6413584414,396,2.950242872,0.149095644,7184.6646008 +266,-1.352015998,0.6753788907,396,2.950242872,0.149095644,7079.7325595 +267,-1.377988483,0.6577816235,396,2.950242872,0.149095644,7029.5169764 +268,-2.13075611,0.8318642051,396,2.950242872,0.149095644,4806.4977264 +269,-2.097910953,0.8259670014,396,2.950242872,0.149095644,4889.5039296 +270,-1.416382069,0.6694271549,396,2.950242872,0.149095644,6901.1711186 +271,-1.538905672,0.7535625993,396,2.950242872,0.149095644,6451.8688027 +272,-1.572309477,0.7803125099,396,2.950242872,0.149095644,6333.3149815 +273,-1.87759879,0.7503853417,396,2.950242872,0.149095644,5486.4332227 +274,1.152365588,0.590457682,396,2.950242872,0.149095644,6627.6084579 +275,0.350198001,0.718001859,396,2.950242872,0.149095644,8483.6617226 +276,0.046513677,0.491503852,396,2.950242872,0.149095644,9747.9563035 +277,0.027510309,0.742571376,396,2.950242872,0.149095644,8824.2626741 +278,0.306285725,-0.214631579,396,2.950242872,0.149095644,10488.964134 +279,-1.100564889,0.318051531,396,2.950242872,0.149095644,8437.4683744 +280,-1.078582306,0.301437596,396,2.950242872,0.149095644,8539.545101 +281,-1.137371989,-0.617634065,396,2.950242872,0.149095644,8564.7486725 +282,0.784356344,0.703272339,396,2.950242872,0.149095644,7540.4539519 +283,-1.221209947,0.218327455,396,2.950242872,0.149095644,8137.4365486 +284,2.347301921,-0.449114658,396,2.950242872,0.149095644,3317.6448353 +285,0.246820618,0.830553713,396,2.950242872,0.149095644,8269.8928805 +286,0.829414965,0.703288228,396,2.950242872,0.149095644,7421.3136957 +287,-1.337537566,0.42332223,396,2.950242872,0.149095644,7472.1211674 +288,0.882453706,0.454478077,396,2.950242872,0.149095644,7673.9431906 +289,1.575629659,0.416419109,396,2.950242872,0.149095644,5276.6942407 +290,-1.039455679,0.229888244,396,2.950242872,0.149095644,8785.7636246 +291,0.489558039,0.934482747,396,2.950242872,0.149095644,7583.9641886 +292,0.081344504,0.88384514,396,2.950242872,0.149095644,8246.3216441 +293,-1.547979814,0.300350308,396,2.950242872,0.149095644,6845.657324 +294,0.040776181,0.168560074,396,2.950242872,0.149095644,10887.784636 +295,-1.130374745,0.563894876,396,2.950242872,0.149095644,7913.5694532 +296,1.578326642,0.478507176,396,2.950242872,0.149095644,5254.4321713 +297,-1.12861823,-0.291640865,396,2.950242872,0.149095644,8787.7605176 +298,0.310524208,0.770885792,396,2.950242872,0.149095644,8380.4068771 +299,0.415649091,-0.387246002,396,2.950242872,0.149095644,9949.5931845 +300,-0.926533878,-0.188022748,396,2.950242872,0.149095644,9571.0339535 +301,1.258856172,-0.11716081,396,2.950242872,0.149095644,6760.3433427 +302,-1.126050026,0.322941926,396,2.950242872,0.149095644,8341.6011826 +303,2.002785835,0.07893892,396,2.950242872,0.149095644,3736.070505 +304,0.440437607,0.746258085,396,2.950242872,0.149095644,8228.0283403 +305,-0.030391866,0.214441206,396,2.950242872,0.149095644,10870.617846 +306,0.521557815,-0.058929362,396,2.950242872,0.149095644,9614.3192295 +307,-0.097005111,0.13317729,396,2.950242872,0.149095644,11265.365018 +308,1.83113859,0.221857587,396,2.950242872,0.149095644,4356.4051772 +309,0.222428864,0.099404236,396,2.950242872,0.149095644,10536.092737 +310,-1.702731345,0.8728568183,396,2.950242872,0.149095644,5920.3075351 +311,-0.418507569,0.278324921,396,2.950242872,0.149095644,10530.732329 +312,-1.41153306,0.339029988,396,2.950242872,0.149095644,7308.6483137 +313,0.357560442,0.114788776,396,2.950242872,0.149095644,10037.443552 +314,0.325818979,0.268352149,396,2.950242872,0.149095644,9825.9501536 +315,-1.246004659,-0.663679965,396,2.950242872,0.149095644,8186.7991464 +316,1.814603087,0.637404484,396,2.950242872,0.149095644,4490.1100731 +317,1.843704281,-0.18300445,396,2.950242872,0.149095644,4555.6814062 +318,1.690644492,-0.211480909,396,2.950242872,0.149095644,5160.0795735 +319,-1.275451936,0.068109467,396,2.950242872,0.149095644,8076.709186 +320,0.762430171,-0.207594741,396,2.950242872,0.149095644,8724.0800017 +321,0.265668905,-0.014647884,396,2.950242872,0.149095644,10564.14377 +322,-2.773032013,-0.335515811,396,2.950242872,0.149095644,2908.7240588 +323,-1.469512853,0.174058777,396,2.950242872,0.149095644,7244.2365905 +324,0.286276986,0.785925691,396,2.950242872,0.149095644,8367.568471 +325,-1.379324697,0.377432233,396,2.950242872,0.149095644,7381.7755543 +326,-1.203778265,0.212813032,396,2.950242872,0.149095644,8208.3211791 +327,0.579916301,0.611743168,396,2.950242872,0.149095644,8273.861175 +328,0.267582642,0.868113908,396,2.950242872,0.149095644,8113.531178 +329,0.412869244,-0.050245578,396,2.950242872,0.149095644,10031.801065 +330,0.17524381,0.976660285,396,2.950242872,0.149095644,7824.8023685 +331,0.743157214,0.204812899,396,2.950242872,0.149095644,8505.6128087 +332,-1.070758176,0.269382282,396,2.950242872,0.149095644,8615.9143595 +333,-1.230364251,0.329790229,396,2.950242872,0.149095644,7966.4154882 +334,-1.374813124,-0.024926835,396,2.950242872,0.149095644,7753.5658656 +335,0.519780566,0.463669906,396,2.950242872,0.149095644,8789.0888349 +336,-1.55108034,0.239698561,396,2.950242872,0.149095644,6882.4631575 +337,0.180294813,0.029739425,396,2.950242872,0.149095644,10814.375536 +338,0.67820924,0.268170153,396,2.950242872,0.149095644,8652.530451 +339,0.445798684,1.024001867,396,2.950242872,0.149095644,7372.5176467 +340,0.691751283,0.150521402,396,2.950242872,0.149095644,8762.6371934 +341,-1.036643551,-0.903056181,396,2.950242872,0.149095644,8401.6347369 +342,-0.120287036,1.083325163,396,2.950242872,0.149095644,7557.3217437 +343,2.823513113,-0.304487164,396,2.950242872,0.149095644,1863.8646745 +344,0.457583172,1.12513373,396,2.950242872,0.149095644,7042.1137643 +345,0.042918831,0.813795399,396,2.950242872,0.149095644,8541.0059476 +346,1.196146777,-0.853142756,396,2.950242872,0.149095644,7142.9884111 +347,0.206001358,-0.010430701,396,2.950242872,0.149095644,10782.856105 +348,-0.268308653,0.234799412,396,2.950242872,0.149095644,10893.411643 +349,0.759363263,0.736189579,396,2.950242872,0.149095644,7537.6539617 +350,0.181363926,0.891988372,396,2.950242872,0.149095644,8127.119573 +351,-0.021111158,0.139103292,396,2.950242872,0.149095644,11119.202742 +352,-0.093355215,0.630686981,396,2.950242872,0.149095644,9333.6030673 +353,0.40118964,0.681375926,396,2.950242872,0.149095644,8498.333106 +354,-0.721197315,1.304706234,396,2.950242872,0.149095644,6543.4016814 +355,-1.076150317,0.212107639,396,2.950242872,0.149095644,8678.090831 +356,-1.577164531,0.273993443,396,2.950242872,0.149095644,6757.9388004 +357,-0.190788414,0.182208586,396,2.950242872,0.149095644,11131.55058 +358,-0.261349752,0.209710184,396,2.950242872,0.149095644,10996.135069 +359,-1.029303852,0.083549259,396,2.950242872,0.149095644,9008.3237449 +360,-1.268609162,0.330525297,396,2.950242872,0.149095644,7830.0191265 +361,1.282982244,-0.926641967,396,2.950242872,0.149095644,6922.6072403 +362,0.217352334,0.731352408,396,2.950242872,0.149095644,8654.1924501 +363,-1.511833084,0.258629297,396,2.950242872,0.149095644,7014.7380811 +364,0.338812194,0.823184618,396,2.950242872,0.149095644,8165.0366162 +365,-0.324406489,1.134201999,396,2.950242872,0.149095644,7345.4481101 +366,1.389579348,0.399185724,396,2.950242872,0.149095644,5956.47055 +367,2.047152199,-0.039082036,396,2.950242872,0.149095644,3642.9997385 +368,0.947780369,0.568250077,396,2.950242872,0.149095644,7299.8194507 +369,0.763824846,0.576754987,396,2.950242872,0.149095644,7841.9263717 +370,-0.142334657,0.928153068,396,2.950242872,0.149095644,8173.6655741 +371,0.610266567,0.547265983,396,2.950242872,0.149095644,8342.1459465 +372,0.210731629,0.746815056,396,2.950242872,0.149095644,8609.5187219 +373,-1.34931644,0.316895224,396,2.950242872,0.149095644,7556.9925068 +374,2.407696481,0.655030745,396,2.950242872,0.149095644,2789.4966758 +375,0.64207831,0.545359131,396,2.950242872,0.149095644,8256.5957794 +376,1.174597538,0.840588356,396,2.950242872,0.149095644,6315.0554901 +377,0.660059424,0.010604079,396,2.950242872,0.149095644,9024.6755117 +378,-0.730263819,0.010486456,396,2.950242872,0.149095644,10224.833317 +379,0.831068936,0.512339172,396,2.950242872,0.149095644,7750.9676211 +380,1.301180979,0.72367476,396,2.950242872,0.149095644,6061.7901435 +381,1.811128231,0.322854402,396,2.950242872,0.149095644,4419.4637124 +382,0.435105812,0.992284428,396,2.950242872,0.149095644,7485.6808939 +383,0.62643634,0.592027932,396,2.950242872,0.149095644,8197.1954094 +384,0.492988703,-0.516339467,396,2.950242872,0.149095644,9519.8564736 +385,-0.162469483,0.112549365,396,2.950242872,0.149095644,11401.21626 +386,0.314630866,0.472006421,396,2.950242872,0.149095644,9309.2569251 +387,0.166744804,0.822815954,396,2.950242872,0.149095644,8392.8964286 +388,0.417159608,0.965805736,396,2.950242872,0.149095644,7593.1470993 +389,0.106334961,0.868774244,396,2.950242872,0.149095644,8282.616271 +390,0.815086969,-0.338144359,396,2.950242872,0.149095644,8520.4477888 +391,0.59867455,-0.230624824,396,2.950242872,0.149095644,9357.8360926 +392,1.915104874,0.066220985,396,2.950242872,0.149095644,4086.0686364 +393,1.278093622,0.064463721,396,2.950242872,0.149095644,6580.0112882 +394,-0.061477853,0.302997961,396,2.950242872,0.149095644,10582.331465 +395,0.251311504,0.626976942,396,2.950242872,0.149095644,8954.7357024 +396,2.950242872,0.149095644,396,2.950242872,0.149095644,0 +397,-0.180294708,0.35375117,396,2.950242872,0.149095644,10451.6064 +398,1.010448592,-0.351180233,396,2.950242872,0.149095644,7791.6802292 +399,-1.748740498,0.3686318073,396,2.950242872,0.149095644,6058.8422789 +400,2.699635665,0.123533791,396,2.950242872,0.149095644,988.56943861 +401,0.496808033,0.823843254,396,2.950242872,0.149095644,7895.1221447 +402,0.129574704,0.763364087,396,2.950242872,0.149095644,8650.0114733 +403,1.798920311,0.817447563,396,2.950242872,0.149095644,4661.3487454 +404,0.335987953,0.746786541,396,2.950242872,0.149095644,8416.9988935 +405,-1.085413643,0.292154671,396,2.950242872,0.149095644,8529.9761985 +406,-0.155321003,0.508207011,396,2.950242872,0.149095644,9836.6400967 +407,0.620529244,-0.301175104,396,2.950242872,0.149095644,9259.7782661 +408,1.684402744,0.368716966,396,2.950242872,0.149095644,4887.7169948 +409,0.300582244,-0.386397212,396,2.950242872,0.149095644,10348.845322 +410,2.913555946,-0.009225192,396,2.950242872,0.149095644,643.61075677 +411,1.465101417,0.493232532,396,2.950242872,0.149095644,5646.1514571 +412,0.090612882,0.907955955,396,2.950242872,0.149095644,8148.3995483 +413,2.987564726,-0.729568594,396,2.950242872,0.149095644,3483.0295355 +414,-1.484261606,0.224149272,396,2.950242872,0.149095644,7147.1853363 +415,0.164073421,0.303955133,396,2.950242872,0.149095644,10173.198938 +416,0.141441293,0.167552546,396,2.950242872,0.149095644,10628.354628 +417,2.931321023,-0.506718887,396,2.950242872,0.149095644,2598.6865805 +418,2.21951565,0.700596356,396,2.950242872,0.149095644,3373.4514256 +419,0.268112576,1.199114336,396,2.950242872,0.149095644,6952.931784 +420,0.978913739,0.359223811,396,2.950242872,0.149095644,7465.2024265 +421,1.210898818,0.522863584,396,2.950242872,0.149095644,6497.6278833 +422,2.347397336,0.129231362,396,2.950242872,0.149095644,2365.3392729 +423,0.614394501,0.556878345,396,2.950242872,0.149095644,8309.1714166 +424,-1.398079356,0.148483366,396,2.950242872,0.149095644,7538.411696 +425,2.535303836,-0.112984496,396,2.950242872,0.149095644,1939.7310529 +426,-1.019372593,-0.405322349,396,2.950242872,0.149095644,9147.2941483 +427,-1.297785627,-0.160104069,396,2.950242872,0.149095644,8119.2764966 +428,2.144554488,0.205051084,396,2.950242872,0.149095644,3145.9793687 +429,-2.242387083,-0.426171285,396,2.950242872,0.149095644,4786.1296499 +430,0.338637212,0.909723676,396,2.950242872,0.149095644,7880.5492439 +431,-0.148798452,0.691042401,396,2.950242872,0.149095644,9112.3945649 +432,0.893524764,0.441829531,396,2.950242872,0.149095644,7655.087436 +433,0.969229347,-0.368847936,396,2.950242872,0.149095644,7944.9805265 +434,0.436043248,0.800045688,396,2.950242872,0.149095644,8076.0133802 +435,1.687946607,1.081504775,396,2.950242872,0.149095644,5129.8061891 +436,0.522302046,-0.034889271,396,2.950242872,0.149095644,9594.9955722 +437,-0.178996113,-0.438090009,396,2.950242872,0.149095644,11298.192457 +438,-1.094339566,0.301444068,396,2.950242872,0.149095644,8484.6206169 +439,-1.064070054,0.242569932,396,2.950242872,0.149095644,8679.1598013 +440,-1.068153768,0.230387998,396,2.950242872,0.149095644,8681.8673746 +441,-3.00496892,-0.23989155,396,2.950242872,0.149095644,2009.1533834 +442,0.21751974,0.766874888,396,2.950242872,0.149095644,8530.2048451 +443,0.117229532,0.007619006,396,2.950242872,0.149095644,11076.850287 +444,0.777758451,0.420554741,396,2.950242872,0.149095644,8072.2635892 +445,-0.252356999,0.250747086,396,2.950242872,0.149095644,10842.03412 +446,0.363148444,0.768483434,396,2.950242872,0.149095644,8301.450193 +447,0.903191366,-0.118210676,396,2.950242872,0.149095644,8149.7929745 +448,-0.205755923,0.149406178,396,2.950242872,0.149095644,11260.116847 +449,1.811996086,0.02364353,396,2.950242872,0.149095644,4514.0674602 +450,-1.100670221,0.314845373,396,2.950242872,0.149095644,8442.0526794 +451,0.340078597,0.850105132,396,2.950242872,0.149095644,8075.0989887 +452,0.258757267,0.804969236,396,2.950242872,0.149095644,8342.2610767 +453,2.78505352,-0.155160804,396,2.950242872,0.149095644,1370.1185849 +454,0.800551619,0.105822106,396,2.950242872,0.149095644,8398.7368688 +455,0.437940882,-0.506194031,396,2.950242872,0.149095644,9710.7248047 +456,2.230431122,0.63458615,396,2.950242872,0.149095644,3222.6650863 +457,0.527965361,0.127667701,396,2.950242872,0.149095644,9399.7648594 +458,-0.063643205,0.702093448,396,2.950242872,0.149095644,9040.0204741 +459,1.408447268,0.133010502,396,2.950242872,0.149095644,6031.2418661 +460,0.523795955,0.280266966,396,2.950242872,0.149095644,9164.4111293 +461,-0.975769313,0.072177659,396,2.950242872,0.149095644,9224.0400452 +462,0.549774164,-0.463663986,396,2.950242872,0.149095644,9399.7142479 +463,0.29245874,1.095549818,396,2.950242872,0.149095644,7298.5323417 +464,0.143625958,0.816809593,396,2.950242872,0.149095644,8439.4294379 +465,0.671902494,0.611159853,396,2.950242872,0.149095644,8031.7180397 +466,1.239840988,0.6724199,396,2.950242872,0.149095644,6281.8503693 +467,0.607829703,-0.10932137,396,2.950242872,0.149095644,9302.43274 +468,1.763020906,0.263996692,396,2.950242872,0.149095644,4609.0686477 +469,0.378714634,0.726066797,396,2.950242872,0.149095644,8406.2647459 +470,2.196736143,-0.153862366,396,2.950242872,0.149095644,3206.1149757 +471,0.01702415,0.148991565,396,2.950242872,0.149095644,11004.999442 +472,-2.998490902,-0.158002487,396,2.950242872,0.149095644,1794.6551501 +473,-3.051262951,-0.346595608,396,2.950242872,0.149095644,2249.8017393 +474,-1.069176439,0.182802941,396,2.950242872,0.149095644,8742.2327254 +475,0.167157509,0.595344954,396,2.950242872,0.149095644,9202.2791544 +476,0.613855648,0.681746124,396,2.950242872,0.149095644,8019.9072197 +477,1.037012736,0.682555367,396,2.950242872,0.149095644,6874.3339459 +478,-1.253574971,0.379755746,396,2.950242872,0.149095644,7818.1093288 +479,3.108590453,-0.132620738,396,2.950242872,0.149095644,1279.0425885 +480,0.565301296,0.022333262,396,2.950242872,0.149095644,9380.6146375 +481,0.547898238,0.855555614,396,2.950242872,0.149095644,7710.8306199 +482,0.948309381,0.417393755,396,2.950242872,0.149095644,7501.9904408 +483,-0.050600732,0.945269213,396,2.950242872,0.149095644,8083.5888542 +484,-0.977651478,-0.572363064,396,2.950242872,0.149095644,9118.0779021 +485,1.102014914,0.728861163,396,2.950242872,0.149095644,6631.0350063 +486,2.927300795,-0.282939414,396,2.950242872,0.149095644,1713.6532533 +487,-1.154565557,0.124434095,396,2.950242872,0.149095644,8489.6569871 +488,1.855331234,0.291044755,396,2.950242872,0.149095644,4254.0997854 +489,0.830290659,0.276904518,396,2.950242872,0.149095644,8097.0158191 +490,0.485104466,-0.234867441,396,2.950242872,0.149095644,9794.5813005 +491,0.521367572,-0.33161327,396,2.950242872,0.149095644,9615.9607258 +1,-1.539031704,0.7349710123,397,-0.180294708,0.35375117,4683.2136346 +2,-1.536990553,0.7349663874,397,-0.180294708,0.35375117,4677.2723009 +3,-1.534951779,0.7349571355,397,-0.180294708,0.35375117,4671.3392384 +4,-1.532906461,0.7349480293,397,-0.180294708,0.35375117,4665.3859269 +5,-1.531320211,0.7346937278,397,-0.180294708,0.35375117,4660.8952478 +6,-1.539451648,0.7335131775,397,-0.180294708,0.35375117,4685.2169601 +7,-1.537429487,0.7335445708,397,-0.180294708,0.35375117,4679.3047315 +8,-1.535484998,0.7335658704,397,-0.180294708,0.35375117,4673.6236165 +9,-1.533488396,0.7336036027,397,-0.180294708,0.35375117,4667.7812115 +10,-1.531497785,0.7335842962,397,-0.180294708,0.35375117,4661.9851656 +11,-1.530259379,0.7334777758,397,-0.180294708,0.35375117,4658.4272963 +12,-1.5335454,0.7322346912,397,-0.180294708,0.35375117,4668.663382 +13,-1.531489083,0.7322238773,397,-0.180294708,0.35375117,4662.6643888 +14,-1.530011122,0.7321679851,397,-0.180294708,0.35375117,4658.3767633 +15,-1.53348106,0.7306614094,397,-0.180294708,0.35375117,4669.3017968 +16,-1.531441779,0.7306962275,397,-0.180294708,0.35375117,4663.3208522 +17,-1.529755654,0.7306933243,397,-0.180294708,0.35375117,4658.3915605 +18,-1.533415048,0.7291384674,397,-0.180294708,0.35375117,4669.9121808 +19,-1.531392093,0.7291705353,397,-0.180294708,0.35375117,4663.9727338 +20,-1.529296523,0.7291214933,397,-0.180294708,0.35375117,4657.8620294 +21,-1.535280942,0.727267644,397,-0.180294708,0.35375117,4676.3746619 +22,-1.533378158,0.7276139666,397,-0.180294708,0.35375117,4670.6119875 +23,-1.531340368,0.7276446587,397,-0.180294708,0.35375117,4664.6221202 +24,-1.528960113,0.7276398177,397,-0.180294708,0.35375117,4657.6458799 +25,-1.533313146,0.7260818349,397,-0.180294708,0.35375117,4671.2367891 +26,-1.531259555,0.7260958115,397,-0.180294708,0.35375117,4665.2016253 +27,-1.528926415,0.7260865555,397,-0.180294708,0.35375117,4658.3569666 +28,-1.531226779,0.7245511789,397,-0.180294708,0.35375117,4665.9233459 +29,-1.528904772,0.7245519194,397,-0.180294708,0.35375117,4659.0973683 +30,-1.547195875,0.7409785979,397,-0.180294708,0.35375117,4703.6805922 +31,-1.5451475,0.740980426,397,-0.180294708,0.35375117,4697.7495092 +32,-1.543097679,0.7409798872,397,-0.180294708,0.35375117,4691.8144632 +33,-1.540720364,0.7409892687,397,-0.180294708,0.35375117,4684.9245867 +34,-1.547188511,0.7395198392,397,-0.180294708,0.35375117,4704.4544873 +35,-1.545148587,0.7395226109,397,-0.180294708,0.35375117,4698.5399554 +36,-1.543104538,0.7395314908,397,-0.180294708,0.35375117,4692.6091662 +37,-1.540727751,0.7395306258,397,-0.180294708,0.35375117,4685.7176677 +38,-1.547187029,0.7380014886,397,-0.180294708,0.35375117,4705.2814249 +39,-1.545147315,0.7380012252,397,-0.180294708,0.35375117,4699.3614623 +40,-1.54310719,0.7380060743,397,-0.180294708,0.35375117,4693.4364934 +41,-1.540719671,0.7380068206,397,-0.180294708,0.35375117,4686.5039727 +42,-1.547187189,0.7364799098,397,-0.180294708,0.35375117,4706.1185066 +43,-1.545149996,0.7364853874,397,-0.180294708,0.35375117,4700.1950549 +44,-1.543106091,0.7364823484,397,-0.180294708,0.35375117,4694.2556961 +45,-1.540717158,0.7364893901,397,-0.180294708,0.35375117,4687.3066793 +46,-1.538663972,0.7410138672,397,-0.180294708,0.35375117,4678.9551506 +47,-1.53695285,0.7409699132,397,-0.180294708,0.35375117,4674.020789 +48,-1.534910498,0.7409641297,397,-0.180294708,0.35375117,4668.1058758 +49,-1.533145034,0.7409536636,397,-0.180294708,0.35375117,4662.9947894 +50,-1.538681336,0.7395405883,397,-0.180294708,0.35375117,4679.7773285 +51,-1.536999189,0.7395183096,397,-0.180294708,0.35375117,4674.909565 +52,-1.534923633,0.7395144222,397,-0.180294708,0.35375117,4668.8899805 +53,-1.533267822,0.7395654306,397,-0.180294708,0.35375117,4664.0592924 +54,-1.53867273,0.7380151077,397,-0.180294708,0.35375117,4680.555213 +55,-1.536980576,0.7379994392,397,-0.180294708,0.35375117,4675.6485934 +56,-1.534931522,0.7379944961,397,-0.180294708,0.35375117,4669.6987099 +57,-1.533387952,0.7379480264,397,-0.180294708,0.35375117,4665.2378962 +58,-1.538682279,0.7364914363,397,-0.180294708,0.35375117,4681.3885819 +59,-1.536980704,0.7364810563,397,-0.180294708,0.35375117,4676.4454271 +60,-1.534935567,0.7364752065,397,-0.180294708,0.35375117,4670.4997036 +61,-1.533042592,0.7363876366,397,-0.180294708,0.35375117,4665.0377891 +62,-1.545143426,0.7349628011,397,-0.180294708,0.35375117,4701.0090568 +63,-1.543105297,0.7349691947,397,-0.180294708,0.35375117,4695.0737006 +64,-1.541064533,0.7349647152,397,-0.180294708,0.35375117,4689.1355332 +65,-1.545411803,0.7334624714,397,-0.180294708,0.35375117,4702.6155484 +66,-1.543446606,0.7334780896,397,-0.180294708,0.35375117,4696.8802768 +67,-1.541475327,0.7334957295,397,-0.180294708,0.35375117,4691.1253525 +68,-1.545401939,0.731963266,397,-0.180294708,0.35375117,4703.4151484 +69,-1.54342253,0.7319915583,397,-0.180294708,0.35375117,4697.6241624 +70,-1.541455867,0.7320216438,397,-0.180294708,0.35375117,4691.8686712 +71,-1.545410146,0.7304422281,397,-0.180294708,0.35375117,4704.2831261 +72,-1.543435491,0.7304713664,397,-0.180294708,0.35375117,4698.4981084 +73,-1.541463105,0.7304997613,397,-0.180294708,0.35375117,4692.7194106 +74,-1.545414768,0.7289194936,397,-0.180294708,0.35375117,4705.1452441 +75,-1.543435774,0.7289538557,397,-0.180294708,0.35375117,4699.3372106 +76,-1.541457714,0.7289765881,397,-0.180294708,0.35375117,4693.5376161 +77,-1.539449415,0.7320555866,397,-0.180294708,0.35375117,4685.9942794 +78,-1.537429183,0.7321097681,397,-0.180294708,0.35375117,4680.0681798 +79,-1.535472649,0.7321497267,397,-0.180294708,0.35375117,4674.3350993 +80,-1.539457899,0.7305333307,397,-0.180294708,0.35375117,4686.8412776 +81,-1.537453161,0.7305750503,397,-0.180294708,0.35375117,4680.9594598 +82,-1.535479385,0.7306124949,397,-0.180294708,0.35375117,4675.1698349 +83,-1.53946905,0.7290102593,397,-0.180294708,0.35375117,4687.7002628 +84,-1.537459922,0.7290417293,397,-0.180294708,0.35375117,4681.8035326 +85,-1.535451349,0.7290890157,397,-0.180294708,0.35375117,4675.8992841 +86,-1.535522937,0.7279887191,397,-0.180294708,0.35375117,4676.6973485 +87,-1.539442524,0.7274735939,397,-0.180294708,0.35375117,4688.4600402 +88,-1.537424111,0.727521351,397,-0.180294708,0.35375117,4682.5196428 +89,-1.539384641,0.7259505092,397,-0.180294708,0.35375117,4689.1239163 +90,-1.537372391,0.7259947145,397,-0.180294708,0.35375117,4683.1958849 +91,-1.535340789,0.7260435356,397,-0.180294708,0.35375117,4677.2079926 +92,-1.539325716,0.7244369706,397,-0.180294708,0.35375117,4689.7827144 +93,-1.537308932,0.7244801057,397,-0.180294708,0.35375117,4683.8343984 +94,-1.535289068,0.7245247645,397,-0.180294708,0.35375117,4677.8756027 +95,-1.533261366,0.7245550236,397,-0.180294708,0.35375117,4671.9009021 +96,-1.539267302,0.722921924,397,-0.180294708,0.35375117,4690.4470408 +97,-1.537248972,0.7229660258,397,-0.180294708,0.35375117,4684.486092 +98,-1.535219431,0.7229916471,397,-0.180294708,0.35375117,4678.5015898 +99,-1.53318962,0.7230212049,397,-0.180294708,0.35375117,4672.5133937 +100,-1.531154816,0.7230299897,397,-0.180294708,0.35375117,4666.5208391 +101,-1.528878341,0.7230370244,397,-0.180294708,0.35375117,4659.8169154 +102,-1.539218189,0.7214009878,397,-0.180294708,0.35375117,4691.1452278 +103,-1.537198791,0.7214422745,397,-0.180294708,0.35375117,4685.1751061 +104,-1.535179266,0.7214634354,397,-0.180294708,0.35375117,4679.2149524 +105,-1.533156501,0.7214944644,397,-0.180294708,0.35375117,4673.2390993 +106,-1.53113574,0.7215166021,397,-0.180294708,0.35375117,4667.2731895 +107,-1.528874248,0.7215345535,397,-0.180294708,0.35375117,4660.5992367 +108,-1.539217656,0.7198512397,397,-0.180294708,0.35375117,4692.0060122 +109,-1.537199919,0.7199428763,397,-0.180294708,0.35375117,4686.0052869 +110,-1.545425832,0.727397149,397,-0.180294708,0.35375117,4706.0296751 +111,-1.543371177,0.7273916949,397,-0.180294708,0.35375117,4700.0147104 +112,-1.541368852,0.7274523163,397,-0.180294708,0.35375117,4694.1155141 +113,-1.545349067,0.7258710923,397,-0.180294708,0.35375117,4706.6623448 +114,-1.54332671,0.7258603556,397,-0.180294708,0.35375117,4700.7373861 +115,-1.541346831,0.7259242142,397,-0.180294708,0.35375117,4694.8945984 +116,-1.545324355,0.7243383958,397,-0.180294708,0.35375117,4707.4546717 +117,-1.543292796,0.7243617413,397,-0.180294708,0.35375117,4701.4760584 +118,-1.541295822,0.7244024384,397,-0.180294708,0.35375117,4695.5885436 +119,-1.543193859,0.7205570215,397,-0.180294708,0.35375117,4703.3283071 +120,-1.550257047,0.7386738187,397,-0.180294708,0.35375117,4713.8162605 +121,-1.549335448,0.7311736483,397,-0.180294708,0.35375117,4715.33453 +122,-1.533478843,0.7179891343,397,-0.180294708,0.35375117,4676.0955581 +123,-1.556150555,0.738907041,397,-0.180294708,0.35375117,4730.7682833 +124,-1.554324226,0.733414257,397,-0.180294708,0.35375117,4728.6020929 +125,-1.554290846,0.7288285332,397,-0.180294708,0.35375117,4731.1499497 +126,-1.55122487,0.7219795312,397,-0.180294708,0.35375117,4726.1467722 +127,-1.525104458,0.7229399862,397,-0.180294708,0.35375117,4648.7570497 +128,-1.519607711,0.7236181429,397,-0.180294708,0.35375117,4632.2252696 +129,-1.513899999,0.7251107854,397,-0.180294708,0.35375117,4614.6866803 +130,-1.536620762,0.7431061895,397,-0.180294708,0.35375117,4671.956377 +131,-1.5369566,0.7460845958,397,-0.180294708,0.35375117,4671.400633 +132,-1.545345528,0.7447040685,397,-0.180294708,0.35375117,4696.3252448 +133,-1.532813921,0.7432306626,397,-0.180294708,0.35375117,4660.882145 +134,-1.554788248,0.7382381001,397,-0.180294708,0.35375117,4727.1996593 +135,-1.540348126,0.7301594274,397,-0.180294708,0.35375117,4689.6462447 +136,-1.538016084,0.7239051786,397,-0.180294708,0.35375117,4686.2268633 +137,-1.525288962,0.7258085137,397,-0.180294708,0.35375117,4647.8185365 +138,-1.534326986,0.731241342,397,-0.180294708,0.35375117,4671.4687091 +139,-1.530733872,0.7303625216,397,-0.180294708,0.35375117,4661.4242785 +141,-1.534354939,0.7328219978,397,-0.180294708,0.35375117,4670.7183208 +142,-1.53157084,0.7292888153,397,-0.180294708,0.35375117,4664.4340926 +143,-1.525691035,0.7263799874,397,-0.180294708,0.35375117,4648.7054827 +144,-1.534031287,0.7495967835,397,-0.180294708,0.35375117,4661.2050124 +145,-1.527714986,0.7283095957,397,-0.180294708,0.35375117,4653.6486451 +146,-1.526189586,0.7271468292,397,-0.180294708,0.35375117,4649.7744282 +147,-1.555177336,0.7375563366,397,-0.180294708,0.35375117,4728.7154732 +148,-1.555080283,0.7312707794,397,-0.180294708,0.35375117,4732.0398529 +149,-1.53856994,0.7224180299,397,-0.180294708,0.35375117,4688.6738858 +150,-1.530837883,0.729933372,397,-0.180294708,0.35375117,4661.9520192 +151,-1.515066984,0.5854133365,397,-0.180294708,0.35375117,4702.556972 +152,-1.534731633,0.5368370046,397,-0.180294708,0.35375117,4804.6544812 +153,-1.515231902,0.5607085576,397,-0.180294708,0.35375117,4721.2477005 +154,-2.616253799,1.0684566605,397,-0.180294708,0.35375117,6381.1409632 +155,-1.956071439,0.5792177723,397,-0.180294708,0.35375117,6103.7908423 +156,-1.951208514,0.5602434208,397,-0.180294708,0.35375117,6118.4665041 +157,-1.944675062,0.6062144545,397,-0.180294708,0.35375117,6027.4888905 +158,-1.613778386,0.6077989518,397,-0.180294708,0.35375117,5001.5926022 +159,-2.035029014,0.6021432345,397,-0.180294708,0.35375117,6302.5667717 +160,-2.114989471,0.6801825058,397,-0.180294708,0.35375117,6387.160514 +161,-2.037382079,0.5765830025,397,-0.180294708,0.35375117,6353.5625898 +162,-2.129855121,0.6585019963,397,-0.180294708,0.35375117,6469.1023713 +163,-2.075141798,0.6493615843,397,-0.180294708,0.35375117,6334.5430856 +164,-1.828626729,0.6948433129,397,-0.180294708,0.35375117,5561.4021996 +165,-1.863329418,0.6735427691,397,-0.180294708,0.35375117,5689.7110541 +166,-1.266037071,0.727988852,397,-0.180294708,0.35375117,3881.8343081 +167,-1.277579582,0.7249010648,397,-0.180294708,0.35375117,3915.5751008 +168,-1.258418684,0.7241194816,397,-0.180294708,0.35375117,3858.6685438 +169,-1.317813974,0.6804850104,397,-0.180294708,0.35375117,4036.8829788 +170,-1.344165204,0.6790988904,397,-0.180294708,0.35375117,4118.1954699 +171,-1.427582102,0.5277120351,397,-0.180294708,0.35375117,4452.1350384 +172,-1.402238616,0.457167829,397,-0.180294708,0.35375117,4414.4865506 +173,-1.422454264,0.4996161999,397,-0.180294708,0.35375117,4453.7158436 +174,-1.439089277,0.4894859811,397,-0.180294708,0.35375117,4518.0427651 +175,-1.448126995,0.5182330266,397,-0.180294708,0.35375117,4528.0400537 +176,-1.474626146,0.5881926574,397,-0.180294708,0.35375117,4569.2436065 +177,-1.421139645,0.5584869783,397,-0.180294708,0.35375117,4411.4587819 +178,-1.457037165,0.565943032,397,-0.180294708,0.35375117,4525.753803 +179,-2.757159358,0.3745319,397,-0.180294708,0.35375117,8824.3971089 +180,-2.714309238,0.342054471,397,-0.180294708,0.35375117,8817.4731392 +181,-2.000525337,0.774119946,397,-0.180294708,0.35375117,5918.2308352 +183,-1.571413436,0.6777838382,397,-0.180294708,0.35375117,4814.8031034 +184,-1.552860289,0.6987663893,397,-0.180294708,0.35375117,4744.9995917 +185,-1.521852374,0.7165827476,397,-0.180294708,0.35375117,4642.4583524 +186,-1.503656267,0.6928968252,397,-0.180294708,0.35375117,4600.3172863 +187,-1.502753178,0.7136205882,397,-0.180294708,0.35375117,4587.2792242 +188,-1.631894563,0.7343596465,397,-0.180294708,0.35375117,4952.8474263 +189,-1.653765416,0.6770714026,397,-0.180294708,0.35375117,5064.421729 +190,-1.719812114,0.6715965947,397,-0.180294708,0.35375117,5267.9474716 +191,-1.493406659,0.6646955447,397,-0.180294708,0.35375117,4583.9285619 +192,-1.469120564,0.6613469966,397,-0.180294708,0.35375117,4510.4945267 +193,-1.590551461,0.5326612937,397,-0.180294708,0.35375117,4993.8445295 +194,-1.625979264,0.5247742243,397,-0.180294708,0.35375117,5118.9693442 +195,-1.572293943,0.5238808754,397,-0.180294708,0.35375117,4941.1007882 +196,-1.610848725,0.5477107964,397,-0.180294708,0.35375117,5046.8095781 +197,-1.208485554,0.7918526018,397,-0.180294708,0.35375117,3737.8168406 +198,-1.335601374,0.6869083083,397,-0.180294708,0.35375117,4090.7495002 +199,-1.346156996,0.6825213377,397,-0.180294708,0.35375117,4123.7543919 +200,-1.324381037,0.6741422347,397,-0.180294708,0.35375117,4057.8770214 +201,-1.242424992,0.7378949807,397,-0.180294708,0.35375117,3814.3976308 +202,-1.270370057,0.7392461008,397,-0.180294708,0.35375117,3896.4128635 +203,-1.448950472,0.7441675014,397,-0.180294708,0.35375117,4417.2992663 +204,-1.492662363,0.7523026852,397,-0.180294708,0.35375117,4540.9714023 +205,-1.479098966,0.7763855017,397,-0.180294708,0.35375117,4493.9598029 +206,-1.633760714,0.7869022408,397,-0.180294708,0.35375117,4919.7631535 +207,-1.647406434,0.8101289331,397,-0.180294708,0.35375117,4940.6022087 +208,-1.564245052,0.5701509278,397,-0.180294708,0.35375117,4874.3864062 +209,-1.646289963,0.6833746083,397,-0.180294708,0.35375117,5036.4867804 +210,-1.5820631,0.6751952144,397,-0.180294708,0.35375117,4849.0013664 +211,-1.613236298,0.6681681791,397,-0.180294708,0.35375117,4949.2051316 +212,-1.914661867,0.8212566515,397,-0.180294708,0.35375117,5627.508061 +213,-1.742133237,0.7250275956,397,-0.180294708,0.35375117,5278.1465493 +214,-2.033144872,0.6557314699,397,-0.180294708,0.35375117,6204.9669056 +215,-2.039551981,0.6964723658,397,-0.180294708,0.35375117,6152.5216172 +216,-1.247341019,0.7622473908,397,-0.180294708,0.35375117,3835.2484731 +217,-1.298239787,0.7084123392,397,-0.180294708,0.35375117,3976.1679457 +218,-1.308539688,0.6926545592,397,-0.180294708,0.35375117,4007.5819454 +219,-1.303263185,0.6888938396,397,-0.180294708,0.35375117,3991.6434234 +220,-1.852400229,0.6004246149,397,-0.180294708,0.35375117,5755.6504227 +221,-1.288947707,0.7473773692,397,-0.180294708,0.35375117,3951.8269662 +222,-1.372031502,0.7472790993,397,-0.180294708,0.35375117,4193.1786427 +223,-1.289805721,0.7242157877,397,-0.180294708,0.35375117,3951.7589276 +224,-1.350807603,0.7533498126,397,-0.180294708,0.35375117,4131.4025515 +225,-1.329290365,0.7560442322,397,-0.180294708,0.35375117,4069.370947 +226,-1.410153004,0.616936428,397,-0.180294708,0.35375117,4345.2471736 +227,-1.393445434,0.6308995063,397,-0.180294708,0.35375117,4285.9994707 +228,-1.37595573,0.6241540638,397,-0.180294708,0.35375117,4232.6962371 +229,-1.358388707,0.6172645205,397,-0.180294708,0.35375117,4178.7364848 +230,-1.753741133,0.8281661666,397,-0.180294708,0.35375117,5206.6375467 +231,-1.47430987,0.6834615681,397,-0.180294708,0.35375117,4515.8595162 +232,-1.421012508,0.7222725206,397,-0.180294708,0.35375117,4341.3174958 +233,-1.4476833,0.6978557868,397,-0.180294708,0.35375117,4428.9667696 +234,-1.470370723,0.6966193374,397,-0.180294708,0.35375117,4497.9984702 +235,-1.429211703,0.7037216883,397,-0.180294708,0.35375117,4371.219155 +236,-1.700578405,0.6178673663,397,-0.180294708,0.35375117,5264.8192317 +237,-1.678117619,0.6331716163,397,-0.180294708,0.35375117,5179.6254302 +238,-1.725644578,0.6316331145,397,-0.180294708,0.35375117,5327.8354579 +239,-2.14012759,0.7930497945,397,-0.180294708,0.35375117,6233.1793066 +240,-2.103289431,0.7653606263,397,-0.180294708,0.35375117,6195.6299694 +241,-1.318739838,0.7017808746,397,-0.180294708,0.35375117,4038.1104991 +242,-1.396417427,0.7077900843,397,-0.180294708,0.35375117,4271.471382 +243,-1.35650337,0.7185539404,397,-0.180294708,0.35375117,4150.1939566 +244,-1.248884539,0.7274156818,397,-0.180294708,0.35375117,3831.0518103 +245,-1.395014798,0.5761185243,397,-0.180294708,0.35375117,4315.4213817 +246,-1.433377362,0.6064716109,397,-0.180294708,0.35375117,4425.0599858 +247,-1.408172432,0.5903155476,397,-0.180294708,0.35375117,4351.4689188 +248,-1.749645898,0.7757118084,397,-0.180294708,0.35375117,5247.4666664 +249,-1.571626686,0.615046989,397,-0.180294708,0.35375117,4861.9014115 +250,-1.514070049,0.6303003037,397,-0.180294708,0.35375117,4668.8620464 +251,-1.480890369,0.6237966528,397,-0.180294708,0.35375117,4567.7173232 +252,-1.704390658,0.5281680612,397,-0.180294708,0.35375117,5374.1347595 +253,-1.64434733,0.5254277498,397,-0.180294708,0.35375117,5179.1885971 +254,-1.703855997,0.4792484842,397,-0.180294708,0.35375117,5428.2185166 +255,-1.692002383,0.5748825051,397,-0.180294708,0.35375117,5282.8988357 +256,-1.854136457,0.5544643913,397,-0.180294708,0.35375117,5823.7751813 +257,-1.665021206,0.520317736,397,-0.180294708,0.35375117,5252.9620895 +258,-1.733654349,0.4845187345,397,-0.180294708,0.35375117,5521.8239013 +259,-1.720938188,0.5135933906,397,-0.180294708,0.35375117,5445.2269552 +260,-1.742668307,0.553296122,397,-0.180294708,0.35375117,5469.7188355 +261,-1.965659039,0.7142126903,397,-0.180294708,0.35375117,5920.6521979 +262,-1.944438071,0.6772834804,397,-0.180294708,0.35375117,5918.0915132 +263,-1.270340967,0.7681487096,397,-0.180294708,0.35375117,3902.4130461 +264,-1.353091884,0.6549276821,397,-0.180294708,0.35375117,4150.9047156 +265,-1.333236659,0.6413584414,397,-0.180294708,0.35375117,4091.5295771 +266,-1.352015998,0.6753788907,397,-0.180294708,0.35375117,4143.0767027 +267,-1.377988483,0.6577816235,397,-0.180294708,0.35375117,4228.0815077 +268,-2.13075611,0.8318642051,397,-0.180294708,0.35375117,6135.0942664 +269,-2.097910953,0.8259670014,397,-0.180294708,0.35375117,6069.1920965 +270,-1.416382069,0.6694271549,397,-0.180294708,0.35375117,4343.6792785 +271,-1.538905672,0.7535625993,397,-0.180294708,0.35375117,4673.214517 +272,-1.572309477,0.7803125099,397,-0.180294708,0.35375117,4753.5989268 +273,-1.87759879,0.7503853417,397,-0.180294708,0.35375117,5626.8847595 +274,1.152365588,0.590457682,397,-0.180294708,0.35375117,4692.1290557 +275,0.350198001,0.718001859,397,-0.180294708,0.35375117,2291.3952693 +276,0.046513677,0.491503852,397,-0.180294708,0.35375117,983.28475004 +277,0.027510309,0.742571376,397,-0.180294708,0.35375117,1688.7038072 +278,0.306285725,-0.214631579,397,-0.180294708,0.35375117,2943.3036524 +279,-1.100564889,0.318051531,397,-0.180294708,0.35375117,3429.8839555 +280,-1.078582306,0.301437596,397,-0.180294708,0.35375117,3362.1318297 +281,-1.137371989,-0.617634065,397,-0.180294708,0.35375117,5262.6221467 +282,0.784356344,0.703272339,397,-0.180294708,0.35375117,3513.8225114 +283,-1.221209947,0.218327455,397,-0.180294708,0.35375117,3972.2399741 +284,2.347301921,-0.449114658,397,-0.180294708,0.35375117,10180.27554 +285,0.246820618,0.830553713,397,-0.180294708,0.35375117,2332.0947394 +286,0.829414965,0.703288228,397,-0.180294708,0.35375117,3649.4086669 +287,-1.337537566,0.42332223,397,-0.180294708,0.35375117,4211.6356066 +288,0.882453706,0.454478077,397,-0.180294708,0.35375117,3857.5042297 +289,1.575629659,0.416419109,397,-0.180294708,0.35375117,6292.4176877 +290,-1.039455679,0.229888244,397,-0.180294708,0.35375117,3284.5169809 +291,0.489558039,0.934482747,397,-0.180294708,0.35375117,3063.0604264 +292,0.081344504,0.88384514,397,-0.180294708,0.35375117,2253.2735692 +293,-1.547979814,0.300350308,397,-0.180294708,0.35375117,5084.416786 +294,0.040776181,0.168560074,397,-0.180294708,0.35375117,1118.5103133 +295,-1.130374745,0.563894876,397,-0.180294708,0.35375117,3438.4881252 +296,1.578326642,0.478507176,397,-0.180294708,0.35375117,6205.9890357 +297,-1.12861823,-0.291640865,397,-0.180294708,0.35375117,4486.5029269 +298,0.310524208,0.770885792,397,-0.180294708,0.35375117,2309.2377694 +299,0.415649091,-0.387246002,397,-0.180294708,0.35375117,3731.795629 +300,-0.926533878,-0.188022748,397,-0.180294708,0.35375117,3613.8036899 +301,1.258856172,-0.11716081,397,-0.180294708,0.35375117,5897.5543157 +302,-1.126050026,0.322941926,397,-0.180294708,0.35375117,3519.9293831 +303,2.002785835,0.07893892,397,-0.180294708,0.35375117,8342.4995996 +304,0.440437607,0.746258085,397,-0.180294708,0.35375117,2578.6986147 +305,-0.030391866,0.214441206,397,-0.180294708,0.35375117,792.86925353 +306,0.521557815,-0.058929362,397,-0.180294708,0.35375117,3179.7753749 +307,-0.097005111,0.13317729,397,-0.180294708,0.35375117,930.24651873 +308,1.83113859,0.221857587,397,-0.180294708,0.35375117,7487.3829715 +309,0.222428864,0.099404236,397,-0.180294708,0.35375117,1847.7963723 +310,-1.702731345,0.8728568183,397,-0.180294708,0.35375117,5037.6155075 +311,-0.418507569,0.278324921,397,-0.180294708,0.35375117,944.82330044 +312,-1.41153306,0.339029988,397,-0.180294708,0.35375117,4549.1445418 +313,0.357560442,0.114788776,397,-0.180294708,0.35375117,2271.6289922 +314,0.325818979,0.268352149,397,-0.180294708,0.35375117,1935.583628 +315,-1.246004659,-0.663679965,397,-0.180294708,0.35375117,5648.8844961 +316,1.814603087,0.637404484,397,-0.180294708,0.35375117,6634.8760226 +317,1.843704281,-0.18300445,397,-0.180294708,0.35375117,8146.1953457 +318,1.690644492,-0.211480909,397,-0.180294708,0.35375117,7612.4449187 +319,-1.275451936,0.068109467,397,-0.180294708,0.35375117,4363.5989082 +320,0.762430171,-0.207594741,397,-0.180294708,0.35375117,4292.9565662 +321,0.265668905,-0.014647884,397,-0.180294708,0.35375117,2263.1558778 +322,-2.773032013,-0.335515811,397,-0.180294708,0.35375117,10399.43983 +323,-1.469512853,0.174058777,397,-0.180294708,0.35375117,4945.4117562 +324,0.286276986,0.785925691,397,-0.180294708,0.35375117,2292.0760298 +325,-1.379324697,0.377432233,397,-0.180294708,0.35375117,4397.6427515 +326,-1.203778265,0.212813032,397,-0.180294708,0.35375117,3913.6333352 +327,0.579916301,0.611743168,397,-0.180294708,0.35375117,2829.7872687 +328,0.267582642,0.868113908,397,-0.180294708,0.35375117,2476.6547747 +329,0.412869244,-0.050245578,397,-0.180294708,0.35375117,2805.6722901 +330,0.17524381,0.976660285,397,-0.180294708,0.35375117,2682.3112876 +331,0.743157214,0.204812899,397,-0.180294708,0.35375117,3550.9754244 +332,-1.070758176,0.269382282,397,-0.180294708,0.35375117,3361.4131071 +333,-1.230364251,0.329790229,397,-0.180294708,0.35375117,3897.4144986 +334,-1.374813124,-0.024926835,397,-0.180294708,0.35375117,4864.7610796 +335,0.519780566,0.463669906,397,-0.180294708,0.35375117,2571.1466718 +336,-1.55108034,0.239698561,397,-0.180294708,0.35375117,5166.5821443 +337,0.180294813,0.029739425,397,-0.180294708,0.35375117,1895.5359917 +338,0.67820924,0.268170153,397,-0.180294708,0.35375117,3243.922148 +339,0.445798684,1.024001867,397,-0.180294708,0.35375117,3199.3693076 +340,0.691751283,0.150521402,397,-0.180294708,0.35375117,3426.7111602 +341,-1.036643551,-0.903056181,397,-0.180294708,0.35375117,5791.0264191 +342,-0.120287036,1.083325163,397,-0.180294708,0.35375117,2894.539218 +343,2.823513113,-0.304487164,397,-0.180294708,0.35375117,11891.847628 +344,0.457583172,1.12513373,397,-0.180294708,0.35375117,3484.2273852 +345,0.042918831,0.813795399,397,-0.180294708,0.35375117,1960.0132545 +346,1.196146777,-0.853142756,397,-0.180294708,0.35375117,6785.618649 +347,0.206001358,-0.010430701,397,-0.180294708,0.35375117,2079.7696309 +348,-0.268308653,0.234799412,397,-0.180294708,0.35375117,577.18208839 +349,0.759363263,0.736189579,397,-0.180294708,0.35375117,3456.6044316 +350,0.181363926,0.891988372,397,-0.180294708,0.35375117,2410.2244357 +351,-0.021111158,0.139103292,397,-0.180294708,0.35375117,1046.4327486 +352,-0.093355215,0.630686981,397,-0.180294708,0.35375117,1137.6614995 +353,0.40118964,0.681375926,397,-0.180294708,0.35375117,2364.472331 +354,-0.721197315,1.304706234,397,-0.180294708,0.35375117,3935.5807549 +355,-1.076150317,0.212107639,397,-0.180294708,0.35375117,3440.2319891 +356,-1.577164531,0.273993443,397,-0.180294708,0.35375117,5221.0022158 +357,-0.190788414,0.182208586,397,-0.180294708,0.35375117,680.65779902 +358,-0.261349752,0.209710184,397,-0.180294708,0.35375117,648.40162298 +359,-1.029303852,0.083549259,397,-0.180294708,0.35375117,3437.066373 +360,-1.268609162,0.330525297,397,-0.180294708,0.35375117,4036.7271193 +361,1.282982244,-0.926641967,397,-0.180294708,0.35375117,7086.513451 +362,0.217352334,0.731352408,397,-0.180294708,0.35375117,2001.1149327 +363,-1.511833084,0.258629297,397,-0.180294708,0.35375117,5000.4418862 +364,0.338812194,0.823184618,397,-0.180294708,0.35375117,2496.9332148 +365,-0.324406489,1.134201999,397,-0.180294708,0.35375117,3114.4467403 +366,1.389579348,0.399185724,397,-0.180294708,0.35375117,5683.7955334 +367,2.047152199,-0.039082036,397,-0.180294708,0.35375117,8700.8125344 +368,0.947780369,0.568250077,397,-0.180294708,0.35375117,4031.9459727 +369,0.763824846,0.576754987,397,-0.180294708,0.35375117,3418.8982509 +370,-0.142334657,0.928153068,397,-0.180294708,0.35375117,2278.1568173 +371,0.610266567,0.547265983,397,-0.180294708,0.35375117,2899.8430829 +372,0.210731629,0.746815056,397,-0.180294708,0.35375117,2027.9452945 +373,-1.34931644,0.316895224,397,-0.180294708,0.35375117,4344.0812514 +374,2.407696481,0.655030745,397,-0.180294708,0.35375117,7946.5592445 +375,0.64207831,0.545359131,397,-0.180294708,0.35375117,3006.847041 +376,1.174597538,0.840588356,397,-0.180294708,0.35375117,4625.7974483 +377,0.660059424,0.010604079,397,-0.180294708,0.35375117,3524.7181531 +378,-0.730263819,0.010486456,397,-0.180294708,0.35375117,2526.7765554 +379,0.831068936,0.512339172,397,-0.180294708,0.35375117,3654.4576521 +380,1.301180979,0.72367476,397,-0.180294708,0.35375117,5047.8561194 +381,1.811128231,0.322854402,397,-0.180294708,0.35375117,7236.4921672 +382,0.435105812,0.992284428,397,-0.180294708,0.35375117,3101.0652202 +383,0.62643634,0.592027932,397,-0.180294708,0.35375117,2969.6217083 +384,0.492988703,-0.516339467,397,-0.180294708,0.35375117,4298.4784297 +385,-0.162469483,0.112549365,397,-0.180294708,0.35375117,957.85285076 +386,0.314630866,0.472006421,397,-0.180294708,0.35375117,1851.2339721 +387,0.166744804,0.822815954,397,-0.180294708,0.35375117,2167.6956255 +388,0.417159608,0.965805736,397,-0.180294708,0.35375117,3003.4031756 +389,0.106334961,0.868774244,397,-0.180294708,0.35375117,2230.7165582 +390,0.815086969,-0.338144359,397,-0.180294708,0.35375117,4734.9046592 +391,0.59867455,-0.230624824,397,-0.180294708,0.35375117,3816.1212335 +392,1.915104874,0.066220985,397,-0.180294708,0.35375117,8052.6280396 +393,1.278093622,0.064463721,397,-0.180294708,0.35375117,5716.224422 +394,-0.061477853,0.302997961,397,-0.180294708,0.35375117,488.66243099 +395,0.251311504,0.626976942,397,-0.180294708,0.35375117,1846.9892962 +396,2.950242872,0.149095644,397,-0.180294708,0.35375117,10451.6064 +397,-0.180294708,0.35375117,397,-0.180294708,0.35375117,0 +398,1.010448592,-0.351180233,397,-0.180294708,0.35375117,5393.6388032 +399,-1.748740498,0.3686318073,397,-0.180294708,0.35375117,5717.9728799 +400,2.699635665,0.123533791,397,-0.180294708,0.35375117,10296.057758 +401,0.496808033,0.823843254,397,-0.180294708,0.35375117,2857.2102668 +402,0.129574704,0.763364087,397,-0.180294708,0.35375117,1918.3650639 +403,1.798920311,0.817447563,397,-0.180294708,0.35375117,6230.5922822 +404,0.335987953,0.746786541,397,-0.180294708,0.35375117,2314.9717895 +405,-1.085413643,0.292154671,397,-0.180294708,0.35375117,3395.2726043 +406,-0.155321003,0.508207011,397,-0.180294708,0.35375117,618.34452255 +407,0.620529244,-0.301175104,397,-0.180294708,0.35375117,4051.8762381 +408,1.684402744,0.368716966,397,-0.180294708,0.35375117,6732.8452309 +409,0.300582244,-0.386397212,397,-0.180294708,0.35375117,3471.9227891 +410,2.913555946,-0.009225192,397,-0.180294708,0.35375117,11066.701031 +411,1.465101417,0.493232532,397,-0.180294708,0.35375117,5815.4511683 +412,0.090612882,0.907955955,397,-0.180294708,0.35375117,2348.8876323 +413,2.987564726,-0.729568594,397,-0.180294708,0.35375117,10952.634552 +414,-1.484261606,0.224149272,397,-0.180294708,0.35375117,4939.3962913 +415,0.164073421,0.303955133,397,-0.180294708,0.35375117,1305.0858228 +416,0.141441293,0.167552546,397,-0.180294708,0.35375117,1433.1671543 +417,2.931321023,-0.506718887,397,-0.180294708,0.35375117,11828.438067 +418,2.21951565,0.700596356,397,-0.180294708,0.35375117,7451.1812035 +419,0.268112576,1.199114336,397,-0.180294708,0.35375117,3523.4236959 +420,0.978913739,0.359223811,397,-0.180294708,0.35375117,4269.825117 +421,1.210898818,0.522863584,397,-0.180294708,0.35375117,4939.3296414 +422,2.347397336,0.129231362,397,-0.180294708,0.35375117,9381.634847 +423,0.614394501,0.556878345,397,-0.180294708,0.35375117,2916.5892712 +424,-1.398079356,0.148483366,397,-0.180294708,0.35375117,4712.1470594 +425,2.535303836,-0.112984496,397,-0.180294708,0.35375117,10549.9359 +426,-1.019372593,-0.405322349,397,-0.180294708,0.35375117,4419.9678339 +427,-1.297785627,-0.160104069,397,-0.180294708,0.35375117,4804.1404957 +428,2.144554488,0.205051084,397,-0.180294708,0.35375117,8567.7698701 +429,-2.242387083,-0.426171285,397,-0.180294708,0.35375117,8510.569043 +430,0.338637212,0.909723676,397,-0.180294708,0.35375117,2718.6351091 +431,-0.148798452,0.691042401,397,-0.180294708,0.35375117,1340.295137 +432,0.893524764,0.441829531,397,-0.180294708,0.35375117,3903.6602963 +433,0.969229347,-0.368847936,397,-0.180294708,0.35375117,5290.8438521 +434,0.436043248,0.800045688,397,-0.180294708,0.35375117,2666.7224758 +435,1.687946607,1.081504775,397,-0.180294708,0.35375117,5518.905926 +436,0.522302046,-0.034889271,397,-0.180294708,0.35375117,3131.7181168 +437,-0.178996113,-0.438090009,397,-0.180294708,0.35375117,3136.4868967 +438,-1.094339566,0.301444068,397,-0.180294708,0.35375117,3420.3908003 +439,-1.064070054,0.242569932,397,-0.180294708,0.35375117,3362.7748581 +440,-1.068153768,0.230387998,397,-0.180294708,0.35375117,3390.6201601 +441,-3.00496892,-0.23989155,397,-0.180294708,0.35375117,11162.68952 +442,0.21751974,0.766874888,397,-0.180294708,0.35375117,2096.8632824 +443,0.117229532,0.007619006,397,-0.180294708,0.35375117,1791.2476024 +444,0.777758451,0.420554741,397,-0.180294708,0.35375117,3502.240476 +445,-0.252356999,0.250747086,397,-0.180294708,0.35375117,490.54223743 +446,0.363148444,0.768483434,397,-0.180294708,0.35375117,2427.1759858 +447,0.903191366,-0.118210676,397,-0.180294708,0.35375117,4612.039963 +448,-0.205755923,0.149406178,397,-0.180294708,0.35375117,815.25845053 +449,1.811996086,0.02364353,397,-0.180294708,0.35375117,7746.6327621 +450,-1.100670221,0.314845373,397,-0.180294708,0.35375117,3432.8132634 +451,0.340078597,0.850105132,397,-0.180294708,0.35375117,2566.1261405 +452,0.258757267,0.804969236,397,-0.180294708,0.35375117,2284.4504093 +453,2.78505352,-0.155160804,397,-0.180294708,0.35375117,11407.821322 +454,0.800551619,0.105822106,397,-0.180294708,0.35375117,3888.8315054 +455,0.437940882,-0.506194031,397,-0.180294708,0.35375117,4145.125494 +456,2.230431122,0.63458615,397,-0.180294708,0.35375117,7668.4716255 +457,0.527965361,0.127667701,397,-0.180294708,0.35375117,2858.106578 +458,-0.063643205,0.702093448,397,-0.180294708,0.35375117,1435.2013521 +459,1.408447268,0.133010502,397,-0.180294708,0.35375117,6106.0216142 +460,0.523795955,0.280266966,397,-0.180294708,0.35375117,2659.5500472 +461,-0.975769313,0.072177659,397,-0.180294708,0.35375117,3260.6978967 +462,0.549774164,-0.463663986,397,-0.180294708,0.35375117,4282.6671148 +463,0.29245874,1.095549818,397,-0.180294708,0.35375117,3204.7017739 +464,0.143625958,0.816809593,397,-0.180294708,0.35375117,2111.1495712 +465,0.671902494,0.611159853,397,-0.180294708,0.35375117,3125.2126631 +466,1.239840988,0.6724199,397,-0.180294708,0.35375117,4906.9068415 +467,0.607829703,-0.10932137,397,-0.180294708,0.35375117,3574.2097225 +468,1.763020906,0.263996692,397,-0.180294708,0.35375117,7178.6826759 +469,0.378714634,0.726066797,397,-0.180294708,0.35375117,2381.0020393 +470,2.196736143,-0.153862366,397,-0.180294708,0.35375117,9417.7442602 +471,0.01702415,0.148991565,397,-0.180294708,0.35375117,1108.3150837 +472,-2.998490902,-0.158002487,397,-0.180294708,0.35375117,10984.337925 +473,-3.051262951,-0.346595608,397,-0.180294708,0.35375117,11436.925927 +474,-1.069176439,0.182802941,397,-0.180294708,0.35375117,3448.4021991 +475,0.167157509,0.595344954,397,-0.180294708,0.35375117,1548.5725524 +476,0.613855648,0.681746124,397,-0.180294708,0.35375117,2987.3781698 +477,1.037012736,0.682555367,397,-0.180294708,0.35375117,4281.6068408 +478,-1.253574971,0.379755746,397,-0.180294708,0.35375117,3942.5651426 +479,3.108590453,-0.132620738,397,-0.180294708,0.35375117,11401.60988 +480,0.565301296,0.022333262,397,-0.180294708,0.35375117,3168.527148 +481,0.547898238,0.855555614,397,-0.180294708,0.35375117,3034.12305 +482,0.948309381,0.417393755,397,-0.180294708,0.35375117,4114.0508494 +483,-0.050600732,0.945269213,397,-0.180294708,0.35375117,2375.5720809 +484,-0.977651478,-0.572363064,397,-0.180294708,0.35375117,4749.3261174 +485,1.102014914,0.728861163,397,-0.180294708,0.35375117,4462.1614242 +486,2.927300795,-0.282939414,397,-0.180294708,0.35375117,12135.594797 +487,-1.154565557,0.124434095,397,-0.180294708,0.35375117,3839.2521957 +488,1.855331234,0.291044755,397,-0.180294708,0.35375117,7443.0313307 +489,0.830290659,0.276904518,397,-0.180294708,0.35375117,3799.3760861 +490,0.485104466,-0.234867441,397,-0.180294708,0.35375117,3486.0327222 +491,0.521367572,-0.33161327,397,-0.180294708,0.35375117,3845.2433406 +1,-1.539031704,0.7349710123,398,1.010448592,-0.351180233,9952.7399524 +2,-1.536990553,0.7349663874,398,1.010448592,-0.351180233,9947.4019206 +3,-1.534951779,0.7349571355,398,1.010448592,-0.351180233,9942.0720437 +4,-1.532906461,0.7349480293,398,1.010448592,-0.351180233,9936.71837 +5,-1.531320211,0.7346937278,398,1.010448592,-0.351180233,9932.9990931 +6,-1.539451648,0.7335131775,398,1.010448592,-0.351180233,9956.4603431 +7,-1.537429487,0.7335445708,398,1.010448592,-0.351180233,9951.0971969 +8,-1.535484998,0.7335658704,398,1.010448592,-0.351180233,9945.9505568 +9,-1.533488396,0.7336036027,398,1.010448592,-0.351180233,9940.6323676 +10,-1.531497785,0.7335842962,398,1.010448592,-0.351180233,9935.4252581 +11,-1.530259379,0.7334777758,398,1.010448592,-0.351180233,9932.3488765 +12,-1.5335454,0.7322346912,398,1.010448592,-0.351180233,9943.2036052 +13,-1.531489083,0.7322238773,398,1.010448592,-0.351180233,9937.7973371 +14,-1.530011122,0.7321679851,398,1.010448592,-0.351180233,9933.9919794 +15,-1.53348106,0.7306614094,398,1.010448592,-0.351180233,9945.8062068 +16,-1.531441779,0.7306962275,398,1.010448592,-0.351180233,9940.35201 +17,-1.529755654,0.7306933243,398,1.010448592,-0.351180233,9935.8934725 +18,-1.533415048,0.7291384674,398,1.010448592,-0.351180233,9948.3046094 +19,-1.531392093,0.7291705353,398,1.010448592,-0.351180233,9942.8862194 +20,-1.529296523,0.7291214933,398,1.010448592,-0.351180233,9937.4103783 +21,-1.535280942,0.727267644,398,1.010448592,-0.351180233,9956.5288917 +22,-1.533378158,0.7276139666,398,1.010448592,-0.351180233,9950.8721221 +23,-1.531340368,0.7276446587,398,1.010448592,-0.351180233,9945.4045587 +24,-1.528960113,0.7276398177,398,1.010448592,-0.351180233,9939.0814608 +25,-1.533313146,0.7260818349,398,1.010448592,-0.351180233,9953.367414 +26,-1.531259555,0.7260958115,398,1.010448592,-0.351180233,9947.8743003 +27,-1.528926415,0.7260865555,398,1.010448592,-0.351180233,9941.6695966 +28,-1.531226779,0.7245511789,398,1.010448592,-0.351180233,9950.4535337 +29,-1.528904772,0.7245519194,398,1.010448592,-0.351180233,9944.2470378 +30,-1.547195875,0.7409785979,398,1.010448592,-0.351180233,9962.9751652 +31,-1.5451475,0.740980426,398,1.010448592,-0.351180233,9957.681718 +32,-1.543097679,0.7409798872,398,1.010448592,-0.351180233,9952.3823335 +33,-1.540720364,0.7409892687,398,1.010448592,-0.351180233,9946.209742 +34,-1.547188511,0.7395198392,398,1.010448592,-0.351180233,9965.6621079 +35,-1.545148587,0.7395226109,398,1.010448592,-0.351180233,9960.3767528 +36,-1.543104538,0.7395314908,398,1.010448592,-0.351180233,9955.0630276 +37,-1.540727751,0.7395306258,398,1.010448592,-0.351180233,9948.8967729 +38,-1.547187029,0.7380014886,398,1.010448592,-0.351180233,9968.465073 +39,-1.545147315,0.7380012252,398,1.010448592,-0.351180233,9963.173372 +40,-1.54310719,0.7380060743,398,1.010448592,-0.351180233,9957.8647618 +41,-1.540719671,0.7380068206,398,1.010448592,-0.351180233,9951.6530882 +42,-1.547187189,0.7364799098,398,1.010448592,-0.351180233,9971.2683103 +43,-1.545149996,0.7364853874,398,1.010448592,-0.351180233,9965.9601564 +44,-1.543106091,0.7364823484,398,1.010448592,-0.351180233,9960.6436773 +45,-1.540717158,0.7364893901,398,1.010448592,-0.351180233,9954.4023029 +46,-1.538663972,0.7410138672,398,1.010448592,-0.351180233,9940.8334517 +47,-1.53695285,0.7409699132,398,1.010448592,-0.351180233,9936.4722671 +48,-1.534910498,0.7409641297,398,1.010448592,-0.351180233,9931.175809 +49,-1.533145034,0.7409536636,398,1.010448592,-0.351180233,9926.6020957 +50,-1.538681336,0.7395405883,398,1.010448592,-0.351180233,9943.5611778 +51,-1.536999189,0.7395183096,398,1.010448592,-0.351180233,9939.2258411 +52,-1.534923633,0.7395144222,398,1.010448592,-0.351180233,9933.8277068 +53,-1.533267822,0.7395654306,398,1.010448592,-0.351180233,9929.4193598 +54,-1.53867273,0.7380151077,398,1.010448592,-0.351180233,9946.3067016 +55,-1.536980576,0.7379994392,398,1.010448592,-0.351180233,9941.9228985 +56,-1.534931522,0.7379944961,398,1.010448592,-0.351180233,9936.583205 +57,-1.533387952,0.7379480264,398,1.010448592,-0.351180233,9932.6330588 +58,-1.538682279,0.7364914363,398,1.010448592,-0.351180233,9949.0862919 +59,-1.536980704,0.7364810563,398,1.010448592,-0.351180233,9944.6579583 +60,-1.534935567,0.7364752065,398,1.010448592,-0.351180233,9939.3176907 +61,-1.533042592,0.7363876366,398,1.010448592,-0.351180233,9934.5154752 +62,-1.545143426,0.7349628011,398,1.010448592,-0.351180233,9968.7252452 +63,-1.543105297,0.7349691947,398,1.010448592,-0.351180233,9963.394173 +64,-1.541064533,0.7349647152,398,1.010448592,-0.351180233,9958.069584 +65,-1.545411803,0.7334624714,398,1.010448592,-0.351180233,9972.1585482 +66,-1.543446606,0.7334780896,398,1.010448592,-0.351180233,9966.9902267 +67,-1.541475327,0.7334957295,398,1.010448592,-0.351180233,9961.7966528 +68,-1.545401939,0.731963266,398,1.010448592,-0.351180233,9974.8542182 +69,-1.54342253,0.7319915583,398,1.010448592,-0.351180233,9969.613987 +70,-1.541455867,0.7320216438,398,1.010448592,-0.351180233,9964.3984628 +71,-1.545410146,0.7304422281,398,1.010448592,-0.351180233,9977.6268513 +72,-1.543435491,0.7304713664,398,1.010448592,-0.351180233,9972.3857155 +73,-1.541463105,0.7304997613,398,1.010448592,-0.351180233,9967.1464056 +74,-1.545414768,0.7289194936,398,1.010448592,-0.351180233,9980.3830834 +75,-1.543435774,0.7289538557,398,1.010448592,-0.351180233,9975.1092935 +76,-1.541457714,0.7289765881,398,1.010448592,-0.351180233,9969.8533055 +77,-1.539449415,0.7320555866,398,1.010448592,-0.351180233,9959.0660518 +78,-1.537429183,0.7321097681,398,1.010448592,-0.351180233,9953.6558168 +79,-1.535472649,0.7321497267,398,1.010448592,-0.351180233,9948.4333631 +80,-1.539457899,0.7305333307,398,1.010448592,-0.351180233,9961.8059655 +81,-1.537453161,0.7305750503,398,1.010448592,-0.351180233,9956.4468035 +82,-1.535479385,0.7306124949,398,1.010448592,-0.351180233,9951.1716225 +83,-1.53946905,0.7290102593,398,1.010448592,-0.351180233,9964.5443597 +84,-1.537459922,0.7290417293,398,1.010448592,-0.351180233,9959.1798239 +85,-1.535451349,0.7290890157,398,1.010448592,-0.351180233,9953.7834412 +86,-1.535522937,0.7279887191,398,1.010448592,-0.351180233,9955.9066881 +87,-1.539442524,0.7274735939,398,1.010448592,-0.351180233,9967.1970429 +88,-1.537424111,0.727521351,398,1.010448592,-0.351180233,9961.7670419 +89,-1.539384641,0.7259505092,398,1.010448592,-0.351180233,9969.7319049 +90,-1.537372391,0.7259947145,398,1.010448592,-0.351180233,9964.3123946 +91,-1.535340789,0.7260435356,398,1.010448592,-0.351180233,9958.8281154 +92,-1.539325716,0.7244369706,398,1.010448592,-0.351180233,9972.2363101 +93,-1.537308932,0.7244801057,398,1.010448592,-0.351180233,9966.7945893 +94,-1.535289068,0.7245247645,398,1.010448592,-0.351180233,9961.3367351 +95,-1.533261366,0.7245550236,398,1.010448592,-0.351180233,9955.8776708 +96,-1.539267302,0.722921924,398,1.010448592,-0.351180233,9974.7338674 +97,-1.537248972,0.7229660258,398,1.010448592,-0.351180233,9969.2742911 +98,-1.535219431,0.7229916471,398,1.010448592,-0.351180233,9963.8115286 +99,-1.53318962,0.7230212049,398,1.010448592,-0.351180233,9958.3357071 +100,-1.531154816,0.7230299897,398,1.010448592,-0.351180233,9952.8767178 +101,-1.528878341,0.7230370244,398,1.010448592,-0.351180233,9946.7673097 +102,-1.539218189,0.7214009878,398,1.010448592,-0.351180233,9977.2556326 +103,-1.537198791,0.7214422745,398,1.010448592,-0.351180233,9971.7860117 +104,-1.535179266,0.7214634354,398,1.010448592,-0.351180233,9966.3454994 +105,-1.533156501,0.7214944644,398,1.010448592,-0.351180233,9960.8738194 +106,-1.53113574,0.7215166021,398,1.010448592,-0.351180233,9955.4173492 +107,-1.528874248,0.7215345535,398,1.010448592,-0.351180233,9949.316 +108,-1.539217656,0.7198512397,398,1.010448592,-0.351180233,9979.94654 +109,-1.537199919,0.7199428763,398,1.010448592,-0.351180233,9974.3822925 +110,-1.545425832,0.727397149,398,1.010448592,-0.351180233,9983.1455036 +111,-1.543371177,0.7273916949,398,1.010448592,-0.351180233,9977.7310659 +112,-1.541368852,0.7274523163,398,1.010448592,-0.351180233,9972.3312117 +113,-1.545349067,0.7258710923,398,1.010448592,-0.351180233,9985.6722139 +114,-1.54332671,0.7258603556,398,1.010448592,-0.351180233,9980.3398256 +115,-1.541346831,0.7259242142,398,1.010448592,-0.351180233,9974.9817448 +116,-1.545324355,0.7243383958,398,1.010448592,-0.351180233,9988.3374834 +117,-1.543292796,0.7243617413,398,1.010448592,-0.351180233,9982.9077679 +118,-1.541295822,0.7244024384,398,1.010448592,-0.351180233,9977.5335496 +119,-1.543193859,0.7205570215,398,1.010448592,-0.351180233,9989.3464787 +120,-1.550257047,0.7386738187,398,1.010448592,-0.351180233,9975.1681467 +121,-1.549335448,0.7311736483,398,1.010448592,-0.351180233,9986.5902486 +122,-1.533478843,0.7179891343,398,1.010448592,-0.351180233,9967.7336061 +123,-1.556150555,0.738907041,398,1.010448592,-0.351180233,9989.9378018 +124,-1.554324226,0.733414257,398,1.010448592,-0.351180233,9995.4832071 +125,-1.554290846,0.7288285332,398,1.010448592,-0.351180233,10003.853424 +126,-1.55122487,0.7219795312,398,1.010448592,-0.351180233,10008.190316 +127,-1.525104458,0.7229399862,398,1.010448592,-0.351180233,9936.807372 +128,-1.519607711,0.7236181429,398,1.010448592,-0.351180233,9920.8902371 +129,-1.513899999,0.7251107854,398,1.010448592,-0.351180233,9903.0418441 +130,-1.536620762,0.7431061895,398,1.010448592,-0.351180233,9931.7214483 +131,-1.5369566,0.7460845958,398,1.010448592,-0.351180233,9927.133359 +132,-1.545345528,0.7447040685,398,1.010448592,-0.351180233,9951.2727085 +133,-1.532813921,0.7432306626,398,1.010448592,-0.351180233,9921.6298293 +134,-1.554788248,0.7382381001,398,1.010448592,-0.351180233,9987.6850117 +135,-1.540348126,0.7301594274,398,1.010448592,-0.351180233,9964.8182641 +136,-1.538016084,0.7239051786,398,1.010448592,-0.351180233,9969.6819394 +137,-1.525288962,0.7258085137,398,1.010448592,-0.351180233,9932.430051 +138,-1.534326986,0.731241342,398,1.010448592,-0.351180233,9947.0190303 +139,-1.530733872,0.7303625216,398,1.010448592,-0.351180233,9939.0615485 +141,-1.534354939,0.7328219978,398,1.010448592,-0.351180233,9944.2980576 +142,-1.53157084,0.7292888153,398,1.010448592,-0.351180233,9943.1538802 +143,-1.525691035,0.7263799874,398,1.010448592,-0.351180233,9932.5291422 +144,-1.534031287,0.7495967835,398,1.010448592,-0.351180233,9913.1475486 +145,-1.527714986,0.7283095957,398,1.010448592,-0.351180233,9934.6114176 +146,-1.526189586,0.7271468292,398,1.010448592,-0.351180233,9932.5473497 +147,-1.555177336,0.7375563366,398,1.010448592,-0.351180233,9989.9685116 +148,-1.555080283,0.7312707794,398,1.010448592,-0.351180233,10001.419986 +149,-1.53856994,0.7224180299,398,1.010448592,-0.351180233,9973.7533708 +150,-1.530837883,0.729933372,398,1.010448592,-0.351180233,9940.0862687 +151,-1.515066984,0.5854133365,398,1.010448592,-0.351180233,10091.73395 +152,-1.534731633,0.5368370046,398,1.010448592,-0.351180233,10197.928819 +153,-1.515231902,0.5607085576,398,1.010448592,-0.351180233,10114.483971 +154,-2.616253799,1.0684566605,398,1.010448592,-0.351180233,9301.2586092 +155,-1.956071439,0.5792177723,398,1.010448592,-0.351180233,11349.838311 +156,-1.951208514,0.5602434208,398,1.010448592,-0.351180233,11398.598717 +157,-1.944675062,0.6062144545,398,1.010448592,-0.351180233,11241.442615 +158,-1.613778386,0.6077989518,398,1.010448592,-0.351180233,10372.642693 +159,-2.035029014,0.6021432345,398,1.010448592,-0.351180233,11394.329214 +160,-2.114989471,0.6801825058,398,1.010448592,-0.351180233,11139.503254 +161,-2.037382079,0.5765830025,398,1.010448592,-0.351180233,11491.687003 +162,-2.129855121,0.6585019963,398,1.010448592,-0.351180233,11226.538919 +163,-2.075141798,0.6493615843,398,1.010448592,-0.351180233,11247.045814 +164,-1.828626729,0.6948433129,398,1.010448592,-0.351180233,10738.792523 +165,-1.863329418,0.6735427691,398,1.010448592,-0.351180233,10872.372723 +166,-1.266037071,0.727988852,398,1.010448592,-0.351180233,9202.7622604 +167,-1.277579582,0.7249010648,398,1.010448592,-0.351180233,9238.7284569 +168,-1.258418684,0.7241194816,398,1.010448592,-0.351180233,9183.6888051 +169,-1.317813974,0.6804850104,398,1.010448592,-0.351180233,9393.7681249 +170,-1.344165204,0.6790988904,398,1.010448592,-0.351180233,9474.3014258 +171,-1.427582102,0.5277120351,398,1.010448592,-0.351180233,9841.4569971 +172,-1.402238616,0.457167829,398,1.010448592,-0.351180233,9767.6083571 +173,-1.422454264,0.4996161999,398,1.010448592,-0.351180233,9833.1955497 +174,-1.439089277,0.4894859811,398,1.010448592,-0.351180233,9893.5895705 +175,-1.448126995,0.5182330266,398,1.010448592,-0.351180233,9915.4766508 +176,-1.474626146,0.5881926574,398,1.010448592,-0.351180233,9959.3896378 +177,-1.421139645,0.5584869783,398,1.010448592,-0.351180233,9804.9960482 +178,-1.457037165,0.565943032,398,1.010448592,-0.351180233,9919.2331634 +179,-2.757159358,0.3745319,398,1.010448592,-0.351180233,10128.821863 +180,-2.714309238,0.342054471,398,1.010448592,-0.351180233,10274.678835 +181,-2.000525337,0.774119946,398,1.010448592,-0.351180233,10714.217231 +183,-1.571413436,0.6777838382,398,1.010448592,-0.351180233,10139.672191 +184,-1.552860289,0.6987663893,398,1.010448592,-0.351180233,10053.038866 +185,-1.521852374,0.7165827476,398,1.010448592,-0.351180233,9938.6496173 +186,-1.503656267,0.6928968252,398,1.010448592,-0.351180233,9925.1955139 +187,-1.502753178,0.7136205882,398,1.010448592,-0.351180233,9891.2041956 +188,-1.631894563,0.7343596465,398,1.010448592,-0.351180233,10189.828108 +189,-1.653765416,0.6770714026,398,1.010448592,-0.351180233,10366.092156 +190,-1.719812114,0.6715965947,398,1.010448592,-0.351180233,10549.426239 +191,-1.493406659,0.6646955447,398,1.010448592,-0.351180233,9934.7401247 +192,-1.469120564,0.6613469966,398,1.010448592,-0.351180233,9866.9900204 +193,-1.590551461,0.5326612937,398,1.010448592,-0.351180233,10387.438304 +194,-1.625979264,0.5247742243,398,1.010448592,-0.351180233,10512.552654 +195,-1.572293943,0.5238808754,398,1.010448592,-0.351180233,10333.778329 +196,-1.610848725,0.5477107964,398,1.010448592,-0.351180233,10439.452104 +197,-1.208485554,0.7918526018,398,1.010448592,-0.351180233,8988.5669496 +198,-1.335601374,0.6869083083,398,1.010448592,-0.351180233,9441.8595042 +199,-1.346156996,0.6825213377,398,1.010448592,-0.351180233,9477.2885742 +200,-1.324381037,0.6741422347,398,1.010448592,-0.351180233,9418.6191089 +201,-1.242424992,0.7378949807,398,1.010448592,-0.351180233,9126.8503241 +202,-1.270370057,0.7392461008,398,1.010448592,-0.351180233,9205.8593265 +203,-1.448950472,0.7441675014,398,1.010448592,-0.351180233,9697.8826543 +204,-1.492662363,0.7523026852,398,1.010448592,-0.351180233,9801.148841 +205,-1.479098966,0.7763855017,398,1.010448592,-0.351180233,9724.9330112 +206,-1.633760714,0.7869022408,398,1.010448592,-0.351180233,10073.589557 +207,-1.647406434,0.8101289331,398,1.010448592,-0.351180233,10045.66062 +208,-1.564245052,0.5701509278,398,1.010448592,-0.351180233,10264.908964 +209,-1.646289963,0.6833746083,398,1.010448592,-0.351180233,10333.583488 +210,-1.5820631,0.6751952144,398,1.010448592,-0.351180233,10173.808922 +211,-1.613236298,0.6681681791,398,1.010448592,-0.351180233,10272.850945 +212,-1.914661867,0.8212566515,398,1.010448592,-0.351180233,10455.262479 +213,-1.742133237,0.7250275956,398,1.010448592,-0.351180233,10470.272735 +214,-2.033144872,0.6557314699,398,1.010448592,-0.351180233,11191.212679 +215,-2.039551981,0.6964723658,398,1.010448592,-0.351180233,11041.241087 +216,-1.247341019,0.7622473908,398,1.010448592,-0.351180233,9120.9323414 +217,-1.298239787,0.7084123392,398,1.010448592,-0.351180233,9312.7833075 +218,-1.308539688,0.6926545592,398,1.010448592,-0.351180233,9356.2313912 +219,-1.303263185,0.6888938396,398,1.010448592,-0.351180233,9343.4241887 +220,-1.852400229,0.6004246149,398,1.010448592,-0.351180233,11055.454224 +221,-1.288947707,0.7473773692,398,1.010448592,-0.351180233,9251.2639175 +222,-1.372031502,0.7472790993,398,1.010448592,-0.351180233,9483.4580219 +223,-1.289805721,0.7242157877,398,1.010448592,-0.351180233,9274.7303973 +224,-1.350807603,0.7533498126,398,1.010448592,-0.351180233,9417.5678164 +225,-1.329290365,0.7560442322,398,1.010448592,-0.351180233,9355.0464159 +226,-1.410153004,0.616936428,398,1.010448592,-0.351180233,9729.8688291 +227,-1.393445434,0.6308995063,398,1.010448592,-0.351180233,9666.044273 +228,-1.37595573,0.6241540638,398,1.010448592,-0.351180233,9616.2261341 +229,-1.358388707,0.6172645205,398,1.010448592,-0.351180233,9565.2218484 +230,-1.753741133,0.8281661666,398,1.010448592,-0.351180233,10199.30039 +231,-1.47430987,0.6834615681,398,1.010448592,-0.351180233,9854.3603431 +232,-1.421012508,0.7222725206,398,1.010448592,-0.351180233,9651.4830126 +233,-1.4476833,0.6978557868,398,1.010448592,-0.351180233,9758.8136843 +234,-1.470370723,0.6966193374,398,1.010448592,-0.351180233,9825.3586159 +235,-1.429211703,0.7037216883,398,1.010448592,-0.351180233,9698.3935208 +236,-1.700578405,0.6178673663,398,1.010448592,-0.351180233,10610.59224 +237,-1.678117619,0.6331716163,398,1.010448592,-0.351180233,10518.280648 +238,-1.725644578,0.6316331145,398,1.010448592,-0.351180233,10652.577188 +239,-2.14012759,0.7930497945,398,1.010448592,-0.351180233,10693.356929 +240,-2.103289431,0.7653606263,398,1.010448592,-0.351180233,10800.696607 +241,-1.318739838,0.7017808746,398,1.010448592,-0.351180233,9378.8309389 +242,-1.396417427,0.7077900843,398,1.010448592,-0.351180233,9599.2986322 +243,-1.35650337,0.7185539404,398,1.010448592,-0.351180233,9472.5811607 +244,-1.248884539,0.7274156818,398,1.010448592,-0.351180233,9153.4631657 +245,-1.395014798,0.5761185243,398,1.010448592,-0.351180233,9708.7808546 +246,-1.433377362,0.6064716109,398,1.010448592,-0.351180233,9812.0536139 +247,-1.408172432,0.5903155476,398,1.010448592,-0.351180233,9743.0231063 +248,-1.749645898,0.7757118084,398,1.010448592,-0.351180233,10346.33556 +249,-1.571626686,0.615046989,398,1.010448592,-0.351180233,10234.580619 +250,-1.514070049,0.6303003037,398,1.010448592,-0.351180233,10039.803787 +251,-1.480890369,0.6237966528,398,1.010448592,-0.351180233,9945.1584589 +252,-1.704390658,0.5281680612,398,1.010448592,-0.351180233,10766.228466 +253,-1.64434733,0.5254277498,398,1.010448592,-0.351180233,10572.822241 +254,-1.703855997,0.4792484842,398,1.010448592,-0.351180233,10817.658006 +255,-1.692002383,0.5748825051,398,1.010448592,-0.351180233,10660.165955 +256,-1.854136457,0.5544643913,398,1.010448592,-0.351180233,11173.070507 +257,-1.665021206,0.520317736,398,1.010448592,-0.351180233,10646.597394 +258,-1.733654349,0.4845187345,398,1.010448592,-0.351180233,10914.074235 +259,-1.720938188,0.5135933906,398,1.010448592,-0.351180233,10838.534664 +260,-1.742668307,0.553296122,398,1.010448592,-0.351180233,10849.885686 +261,-1.965659039,0.7142126903,398,1.010448592,-0.351180233,10901.378564 +262,-1.944438071,0.6772834804,398,1.010448592,-0.351180233,11003.170133 +263,-1.270340967,0.7681487096,398,1.010448592,-0.351180233,9179.4897081 +264,-1.353091884,0.6549276821,398,1.010448592,-0.351180233,9521.4944161 +265,-1.333236659,0.6413584414,398,1.010448592,-0.351180233,9469.84993 +266,-1.352015998,0.6753788907,398,1.010448592,-0.351180233,9501.1777131 +267,-1.377988483,0.6577816235,398,1.010448592,-0.351180233,9595.468214 +268,-2.13075611,0.8318642051,398,1.010448592,-0.351180233,10539.85888 +269,-2.097910953,0.8259670014,398,1.010448592,-0.351180233,10560.175289 +270,-1.416382069,0.6694271549,398,1.010448592,-0.351180233,9700.3538963 +271,-1.538905672,0.7535625993,398,1.010448592,-0.351180233,9918.2271893 +272,-1.572309477,0.7803125099,398,1.010448592,-0.351180233,9946.9592616 +273,-1.87759879,0.7503853417,398,1.010448592,-0.351180233,10652.006229 +274,1.152365588,0.590457682,398,1.010448592,-0.351180233,3768.1095128 +275,0.350198001,0.718001859,398,1.010448592,-0.351180233,4880.4879744 +276,0.046513677,0.491503852,398,1.010448592,-0.351180233,4974.5171792 +277,0.027510309,0.742571376,398,1.010448592,-0.351180233,5621.4017857 +278,0.306285725,-0.214631579,398,1.010448592,-0.351180233,2725.3636095 +279,-1.100564889,0.318051531,398,1.010448592,-0.351180233,8606.4244978 +280,-1.078582306,0.301437596,398,1.010448592,-0.351180233,8511.0343953 +281,-1.137371989,-0.617634065,398,1.010448592,-0.351180233,7093.9749585 +282,0.784356344,0.703272339,398,1.010448592,-0.351180233,4259.2243141 +283,-1.221209947,0.218327455,398,1.010448592,-0.351180233,8958.2408569 +284,2.347301921,-0.449114658,398,1.010448592,-0.351180233,4824.8595864 +285,0.246820618,0.830553713,398,1.010448592,-0.351180233,5410.2998151 +286,0.829414965,0.703288228,398,1.010448592,-0.351180233,4229.8560245 +287,-1.337537566,0.42332223,398,1.010448592,-0.351180233,9531.5552842 +288,0.882453706,0.454478077,398,1.010448592,-0.351180233,3228.9391955 +289,1.575629659,0.416419109,398,1.010448592,-0.351180233,3741.6894505 +290,-1.039455679,0.229888244,398,1.010448592,-0.351180233,8295.2274367 +291,0.489558039,0.934482747,398,1.010448592,-0.351180233,5394.8686664 +292,0.081344504,0.88384514,398,1.010448592,-0.351180233,5863.1850349 +293,-1.547979814,0.300350308,398,1.010448592,-0.351180233,10249.758711 +294,0.040776181,0.168560074,398,1.010448592,-0.351180233,4302.6065892 +295,-1.130374745,0.563894876,398,1.010448592,-0.351180233,8831.2545877 +296,1.578326642,0.478507176,398,1.010448592,-0.351180233,3942.2342103 +297,-1.12861823,-0.291640865,398,1.010448592,-0.351180233,7787.6877968 +298,0.310524208,0.770885792,398,1.010448592,-0.351180233,5116.4845778 +299,0.415649091,-0.387246002,398,1.010448592,-0.351180233,2197.3587047 +300,-0.926533878,-0.188022748,398,1.010448592,-0.351180233,7288.2979071 +301,1.258856172,-0.11716081,398,1.010448592,-0.351180233,1330.4482849 +302,-1.126050026,0.322941926,398,1.010448592,-0.351180233,8704.162691 +303,2.002785835,0.07893892,398,1.010448592,-0.351180233,4217.8510972 +304,0.440437607,0.746258085,398,1.010448592,-0.351180233,4818.7841865 +305,-0.030391866,0.214441206,398,1.010448592,-0.351180233,4632.5830577 +306,0.521557815,-0.058929362,398,1.010448592,-0.351180233,2214.1473039 +307,-0.097005111,0.13317729,398,1.010448592,-0.351180233,4719.5260213 +308,1.83113859,0.221857587,398,1.010448592,-0.351180233,3921.2239304 +309,0.222428864,0.099404236,398,1.010448592,-0.351180233,3548.7484516 +310,-1.702731345,0.8728568183,398,1.010448592,-0.351180233,9978.319089 +311,-0.418507569,0.278324921,398,1.010448592,-0.351180233,6090.7321696 +312,-1.41153306,0.339029988,398,1.010448592,-0.351180233,9768.0541357 +313,0.357560442,0.114788776,398,1.010448592,-0.351180233,3142.0099405 +314,0.325818979,0.268352149,398,1.010448592,-0.351180233,3622.6183444 +315,-1.246004659,-0.663679965,398,1.010448592,-0.351180233,7249.0780007 +316,1.814603087,0.637404484,398,1.010448592,-0.351180233,4936.9111341 +317,1.843704281,-0.18300445,398,1.010448592,-0.351180233,3241.1569616 +318,1.690644492,-0.211480909,398,1.010448592,-0.351180233,2640.2914276 +319,-1.275451936,0.068109467,398,1.010448592,-0.351180233,8960.7931917 +320,0.762430171,-0.207594741,398,1.010448592,-0.351180233,1101.3271495 +321,0.265668905,-0.014647884,398,1.010448592,-0.351180233,3176.4029173 +322,-2.773032013,-0.335515811,398,1.010448592,-0.351180233,8755.4062089 +323,-1.469512853,0.174058777,398,1.010448592,-0.351180233,9824.5920416 +324,0.286276986,0.785925691,398,1.010448592,-0.351180233,5205.9506317 +325,-1.379324697,0.377432233,398,1.010448592,-0.351180233,9668.241641 +326,-1.203778265,0.212813032,398,1.010448592,-0.351180233,8887.3839791 +327,0.579916301,0.611743168,398,1.010448592,-0.351180233,4143.4864158 +328,0.267582642,0.868113908,398,1.010448592,-0.351180233,5487.1886171 +329,0.412869244,-0.050245578,398,1.010448592,-0.351180233,2597.7417963 +330,0.17524381,0.976660285,398,1.010448592,-0.351180233,5953.7385347 +331,0.743157214,0.204812899,398,1.010448592,-0.351180233,2436.308396 +332,-1.070758176,0.269382282,398,1.010448592,-0.351180233,8451.9776879 +333,-1.230364251,0.329790229,398,1.010448592,-0.351180233,9093.3522624 +334,-1.374813124,-0.024926835,398,1.010448592,-0.351180233,9152.4850694 +335,0.519780566,0.463669906,398,1.010448592,-0.351180233,3737.521247 +336,-1.55108034,0.239698561,398,1.010448592,-0.351180233,10205.927152 +337,0.180294813,0.029739425,398,1.010448592,-0.351180233,3557.5088841 +338,0.67820924,0.268170153,398,1.010448592,-0.351180233,2773.3098901 +339,0.445798684,1.024001867,398,1.010448592,-0.351180233,5751.0972681 +340,0.691751283,0.150521402,398,1.010448592,-0.351180233,2343.5520536 +341,-1.036643551,-0.903056181,398,1.010448592,-0.351180233,6207.8796368 +342,-0.120287036,1.083325163,398,1.010448592,-0.351180233,6684.7566093 +343,2.823513113,-0.304487164,398,1.010448592,-0.351180233,6665.5594396 +344,0.457583172,1.12513373,398,1.010448592,-0.351180233,6087.050191 +345,0.042918831,0.813795399,398,1.010448592,-0.351180233,5762.2985505 +346,1.196146777,-0.853142756,398,1.010448592,-0.351180233,2073.9861061 +347,0.206001358,-0.010430701,398,1.010448592,-0.351180233,3394.432683 +348,-0.268308653,0.234799412,398,1.010448592,-0.351180233,5493.4209329 +349,0.759363263,0.736189579,398,1.010448592,-0.351180233,4404.0647491 +350,0.181363926,0.891988372,398,1.010448592,-0.351180233,5703.4537246 +351,-0.021111158,0.139103292,398,1.010448592,-0.351180233,4462.2246779 +352,-0.093355215,0.630686981,398,1.010448592,-0.351180233,5671.3865027 +353,0.40118964,0.681375926,398,1.010448592,-0.351180233,4671.9266097 +354,-0.721197315,1.304706234,398,1.010448592,-0.351180233,7729.3378467 +355,-1.076150317,0.212107639,398,1.010448592,-0.351180233,8412.0260146 +356,-1.577164531,0.273993443,398,1.010448592,-0.351180233,10336.851658 +357,-0.190788414,0.182208586,398,1.010448592,-0.351180233,5134.0352359 +358,-0.261349752,0.209710184,398,1.010448592,-0.351180233,5428.7465532 +359,-1.029303852,0.083549259,398,1.010448592,-0.351180233,8077.877555 +360,-1.268609162,0.330525297,398,1.010448592,-0.351180233,9234.8644527 +361,1.282982244,-0.926641967,398,1.010448592,-0.351180233,2426.6879713 +362,0.217352334,0.731352408,398,1.010448592,-0.351180233,5177.6854154 +363,-1.511833084,0.258629297,398,1.010448592,-0.351180233,10079.891907 +364,0.338812194,0.823184618,398,1.010448592,-0.351180233,5231.3931451 +365,-0.324406489,1.134201999,398,1.010448592,-0.351180233,7096.1638702 +366,1.389579348,0.399185724,398,1.010448592,-0.351180233,3313.7090115 +367,2.047152199,-0.039082036,398,1.010448592,-0.351180233,4188.6864114 +368,0.947780369,0.568250077,398,1.010448592,-0.351180233,3649.5955186 +369,0.763824846,0.576754987,398,1.010448592,-0.351180233,3792.1416664 +370,-0.142334657,0.928153068,398,1.010448592,-0.351180233,6407.9296199 +371,0.610266567,0.547265983,398,1.010448592,-0.351180233,3870.0777556 +372,0.210731629,0.746815056,398,1.010448592,-0.351180233,5235.2371614 +373,-1.34931644,0.316895224,398,1.010448592,-0.351180233,9523.7042789 +374,2.407696481,0.655030745,398,1.010448592,-0.351180233,6543.0439588 +375,0.64207831,0.545359131,398,1.010448592,-0.351180233,3817.3166317 +376,1.174597538,0.840588356,398,1.010448592,-0.351180233,4756.4268767 +377,0.660059424,0.010604079,398,1.010448592,-0.351180233,1975.2472556 +378,-0.730263819,0.010486456,398,1.010448592,-0.351180233,6867.9626041 +379,0.831068936,0.512339172,398,1.010448592,-0.351180233,3488.3337652 +380,1.301180979,0.72367476,398,1.010448592,-0.351180233,4389.3240764 +381,1.811128231,0.322854402,398,1.010448592,-0.351180233,4098.3413473 +382,0.435105812,0.992284428,398,1.010448592,-0.351180233,5654.66106 +383,0.62643634,0.592027932,398,1.010448592,-0.351180233,4007.2201184 +384,0.492988703,-0.516339467,398,1.010448592,-0.351180233,1964.7043761 +385,-0.162469483,0.112549365,398,1.010448592,-0.351180233,4919.6733923 +386,0.314630866,0.472006421,398,1.010448592,-0.351180233,4214.0755797 +387,0.166744804,0.822815954,398,1.010448592,-0.351180233,5535.8978337 +388,0.417159608,0.965805736,398,1.010448592,-0.351180233,5586.1119307 +389,0.106334961,0.868774244,398,1.010448592,-0.351180233,5776.1854071 +390,0.815086969,-0.338144359,398,1.010448592,-0.351180233,730.00689976 +391,0.59867455,-0.230624824,398,1.010448592,-0.351180233,1631.8127547 +392,1.915104874,0.066220985,398,1.010448592,-0.351180233,3885.6788424 +393,1.278093622,0.064463721,398,1.010448592,-0.351180233,1947.9276867 +394,-0.061477853,0.302997961,398,1.010448592,-0.351180233,4906.0800398 +395,0.251311504,0.626976942,398,1.010448592,-0.351180233,4806.5381254 +396,2.950242872,0.149095644,398,1.010448592,-0.351180233,7791.6802292 +397,-0.180294708,0.35375117,398,1.010448592,-0.351180233,5393.6388032 +398,1.010448592,-0.351180233,398,1.010448592,-0.351180233,0 +399,-1.748740498,0.3686318073,398,1.010448592,-0.351180233,11025.620103 +400,2.699635665,0.123533791,398,1.010448592,-0.351180233,6828.1375863 +401,0.496808033,0.823843254,398,1.010448592,-0.351180233,5001.7318126 +402,0.129574704,0.763364087,398,1.010448592,-0.351180233,5448.7217602 +403,1.798920311,0.817447563,398,1.010448592,-0.351180233,5416.7379195 +404,0.335987953,0.746786541,398,1.010448592,-0.351180233,4996.2219358 +405,-1.085413643,0.292154671,398,1.010448592,-0.351180233,8527.7723673 +406,-0.155321003,0.508207011,398,1.010448592,-0.351180233,5602.1319049 +407,0.620529244,-0.301175104,398,1.010448592,-0.351180233,1475.2240695 +408,1.684402744,0.368716966,398,1.010448592,-0.351180233,3865.7662284 +409,0.300582244,-0.386397212,398,1.010448592,-0.351180233,2618.7715152 +410,2.913555946,-0.009225192,398,1.010448592,-0.351180233,7441.8209343 +411,1.465101417,0.493232532,398,1.010448592,-0.351180233,3770.3938176 +412,0.090612882,0.907955955,398,1.010448592,-0.351180233,5908.8492597 +413,2.987564726,-0.729568594,398,1.010448592,-0.351180233,6409.5528327 +414,-1.484261606,0.224149272,398,1.010448592,-0.351180233,9941.4202443 +415,0.164073421,0.303955133,398,1.010448592,-0.351180233,4190.0292838 +416,0.141441293,0.167552546,398,1.010448592,-0.351180233,3960.8962206 +417,2.931321023,-0.506718887,398,1.010448592,-0.351180233,6676.935227 +418,2.21951565,0.700596356,398,1.010448592,-0.351180233,6094.1505821 +419,0.268112576,1.199114336,398,1.010448592,-0.351180233,6496.3407763 +420,0.978913739,0.359223811,398,1.010448592,-0.351180233,2816.5638977 +421,1.210898818,0.522863584,398,1.010448592,-0.351180233,3545.4874972 +422,2.347397336,0.129231362,398,1.010448592,-0.351180233,5539.5097495 +423,0.614394501,0.556878345,398,1.010448592,-0.351180233,3898.2032054 +424,-1.398079356,0.148483366,398,1.010448592,-0.351180233,9527.5270747 +425,2.535303836,-0.112984496,398,1.010448592,-0.351180233,5898.2205273 +426,-1.019372593,-0.405322349,398,1.010448592,-0.351180233,7209.2003881 +427,-1.297785627,-0.160104069,398,1.010448592,-0.351180233,8616.7750552 +428,2.144554488,0.205051084,398,1.010448592,-0.351180233,4936.8749899 +429,-2.242387083,-0.426171285,398,1.010448592,-0.351180233,9335.0275588 +430,0.338637212,0.909723676,398,1.010448592,-0.351180233,5506.317848 +431,-0.148798452,0.691042401,398,1.010448592,-0.351180233,5943.6614975 +432,0.893524764,0.441829531,398,1.010448592,-0.351180233,3173.2039709 +433,0.969229347,-0.368847936,398,1.010448592,-0.351180233,168.06185092 +434,0.436043248,0.800045688,398,1.010448592,-0.351180233,5005.1229678 +435,1.687946607,1.081504775,398,1.010448592,-0.351180233,6062.6280495 +436,0.522302046,-0.034889271,398,1.010448592,-0.351180233,2265.8796462 +437,-0.178996113,-0.438090009,398,1.010448592,-0.351180233,4317.9169903 +438,-1.094339566,0.301444068,398,1.010448592,-0.351180233,8569.0965031 +439,-1.064070054,0.242569932,398,1.010448592,-0.351180233,8400.0222544 +440,-1.068153768,0.230387998,398,1.010448592,-0.351180233,8402.2772112 +441,-3.00496892,-0.23989155,398,1.010448592,-0.351180233,8312.9667002 +442,0.21751974,0.766874888,398,1.010448592,-0.351180233,5279.1096657 +443,0.117229532,0.007619006,398,1.010448592,-0.351180233,3741.8517383 +444,0.777758451,0.420554741,398,1.010448592,-0.351180233,3185.9111305 +445,-0.252356999,0.250747086,398,1.010448592,-0.351180233,5463.1825704 +446,0.363148444,0.768483434,398,1.010448592,-0.351180233,5017.4222495 +447,0.903191366,-0.118210676,398,1.010448592,-0.351180233,1010.6255848 +448,-0.205755923,0.149406178,398,1.010448592,-0.351180233,5134.1634472 +449,1.811996086,0.02364353,398,1.010448592,-0.351180233,3446.0707094 +450,-1.100670221,0.314845373,398,1.010448592,-0.351180233,8604.0908361 +451,0.340078597,0.850105132,398,1.010448592,-0.351180233,5314.5988039 +452,0.258757267,0.804969236,398,1.010448592,-0.351180233,5312.8737998 +453,2.78505352,-0.155160804,398,1.010448592,-0.351180233,6756.7061806 +454,0.800551619,0.105822106,398,1.010448592,-0.351180233,1986.243527 +455,0.437940882,-0.506194031,398,1.010448592,-0.351180233,2143.9148188 +456,2.230431122,0.63458615,398,1.010448592,-0.351180233,6000.2949923 +457,0.527965361,0.127667701,398,1.010448592,-0.351180233,2670.4764346 +458,-0.063643205,0.702093448,398,1.010448592,-0.351180233,5747.6228965 +459,1.408447268,0.133010502,398,1.010448592,-0.351180233,2466.4983611 +460,0.523795955,0.280266966,398,1.010448592,-0.351180233,3137.1496076 +461,-0.975769313,0.072177659,398,1.010448592,-0.351180233,7863.9034605 +462,0.549774164,-0.463663986,398,1.010448592,-0.351180233,1729.9740794 +463,0.29245874,1.095549818,398,1.010448592,-0.351180233,6151.8706277 +464,0.143625958,0.816809593,398,1.010448592,-0.351180233,5564.2898209 +465,0.671902494,0.611159853,398,1.010448592,-0.351180233,4018.8666106 +466,1.239840988,0.6724199,398,1.010448592,-0.351180233,4143.1333968 +467,0.607829703,-0.10932137,398,1.010448592,-0.351180233,1820.1993841 +468,1.763020906,0.263996692,398,1.010448592,-0.351180233,3810.5190322 +469,0.378714634,0.726066797,398,1.010448592,-0.351180233,4855.1859729 +470,2.196736143,-0.153862366,398,1.010448592,-0.351180233,4588.5757091 +471,0.01702415,0.148991565,398,1.010448592,-0.351180233,4347.4406318 +472,-2.998490902,-0.158002487,398,1.010448592,-0.351180233,8508.2119897 +473,-3.051262951,-0.346595608,398,1.010448592,-0.351180233,7930.4122565 +474,-1.069176439,0.182802941,398,1.010448592,-0.351180233,8352.5590673 +475,0.167157509,0.595344954,398,1.010448592,-0.351180233,4914.656074 +476,0.613855648,0.681746124,398,1.010448592,-0.351180233,4347.6626535 +477,1.037012736,0.682555367,398,1.010448592,-0.351180233,4095.8116385 +478,-1.253574971,0.379755746,398,1.010448592,-0.351180233,9209.7902654 +479,3.108590453,-0.132620738,398,1.010448592,-0.351180233,7951.4199061 +480,0.565301296,0.022333262,398,1.010448592,-0.351180233,2274.8303922 +481,0.547898238,0.855555614,398,1.010448592,-0.351180233,5050.8436659 +482,0.948309381,0.417393755,398,1.010448592,-0.351180233,3053.7501397 +483,-0.050600732,0.945269213,398,1.010448592,-0.351180233,6263.9012944 +484,-0.977651478,-0.572363064,398,1.010448592,-0.351180233,6752.6512429 +485,1.102014914,0.728861163,398,1.010448592,-0.351180233,4291.2098931 +486,2.927300795,-0.282939414,398,1.010448592,-0.351180233,7059.1040435 +487,-1.154565557,0.124434095,398,1.010448592,-0.351180233,8596.9871552 +488,1.855331234,0.291044755,398,1.010448592,-0.351180233,4155.3668018 +489,0.830290659,0.276904518,398,1.010448592,-0.351180233,2584.7603672 +490,0.485104466,-0.234867441,398,1.010448592,-0.351180233,2041.4551166 +491,0.521367572,-0.33161327,398,1.010448592,-0.351180233,1824.9704729 +1,-1.539031704,0.7349710123,399,-1.748740498,0.3686318073,1610.410609 +2,-1.536990553,0.7349663874,399,-1.748740498,0.3686318073,1613.3515029 +3,-1.534951779,0.7349571355,399,-1.748740498,0.3686318073,1616.2961361 +4,-1.532906461,0.7349480293,399,-1.748740498,0.3686318073,1619.2739375 +5,-1.531320211,0.7346937278,399,-1.748740498,0.3686318073,1620.7543345 +6,-1.539451648,0.7335131775,399,-1.748740498,0.3686318073,1604.7745897 +7,-1.537429487,0.7335445708,399,-1.748740498,0.3686318073,1607.8195858 +8,-1.535484998,0.7335658704,399,-1.748740498,0.3686318073,1610.7380046 +9,-1.533488396,0.7336036027,399,-1.748740498,0.3686318073,1613.8102864 +10,-1.531497785,0.7335842962,399,-1.748740498,0.3686318073,1616.7000614 +11,-1.530259379,0.7334777758,399,-1.748740498,0.3686318073,1618.1866911 +12,-1.5335454,0.7322346912,399,-1.748740498,0.3686318073,1609.0408896 +13,-1.531489083,0.7322238773,399,-1.748740498,0.3686318073,1612.0691425 +14,-1.530011122,0.7321679851,399,-1.748740498,0.3686318073,1614.0962101 +15,-1.53348106,0.7306614094,399,-1.748740498,0.3686318073,1603.7577717 +16,-1.531441779,0.7306962275,399,-1.748740498,0.3686318073,1606.9307327 +17,-1.529755654,0.7306933243,399,-1.748740498,0.3686318073,1609.4631869 +18,-1.533415048,0.7291384674,399,-1.748740498,0.3686318073,1598.6557218 +19,-1.531392093,0.7291705353,399,-1.748740498,0.3686318073,1601.808814 +20,-1.529296523,0.7291214933,399,-1.748740498,0.3686318073,1604.8189173 +21,-1.535280942,0.727267644,399,-1.748740498,0.3686318073,1589.4719946 +22,-1.533378158,0.7276139666,399,-1.748740498,0.3686318073,1593.5109416 +23,-1.531340368,0.7276446587,399,-1.748740498,0.3686318073,1596.6956704 +24,-1.528960113,0.7276398177,399,-1.748740498,0.3686318073,1600.3059248 +25,-1.533313146,0.7260818349,399,-1.748740498,0.3686318073,1588.3888321 +26,-1.531259555,0.7260958115,399,-1.748740498,0.3686318073,1591.5552521 +27,-1.528926415,0.7260865555,399,-1.748740498,0.3686318073,1595.0955241 +28,-1.531226779,0.7245511789,399,-1.748740498,0.3686318073,1586.3626237 +29,-1.528904772,0.7245519194,399,-1.748740498,0.3686318073,1589.9360104 +30,-1.547195875,0.7409785979,399,-1.748740498,0.3686318073,1619.7888214 +31,-1.5451475,0.740980426,399,-1.748740498,0.3686318073,1622.6182364 +32,-1.543097679,0.7409798872,399,-1.748740498,0.3686318073,1625.4648543 +33,-1.540720364,0.7409892687,399,-1.748740498,0.3686318073,1628.8302564 +34,-1.547188511,0.7395198392,399,-1.748740498,0.3686318073,1614.6997748 +35,-1.545148587,0.7395226109,399,-1.748740498,0.3686318073,1617.5329837 +36,-1.543104538,0.7395314908,399,-1.748740498,0.3686318073,1620.4164893 +37,-1.540727751,0.7395306258,399,-1.748740498,0.3686318073,1623.7596714 +38,-1.547187029,0.7380014886,399,-1.748740498,0.3686318073,1609.398967 +39,-1.545147315,0.7380012252,399,-1.748740498,0.3686318073,1612.2340041 +40,-1.54310719,0.7380060743,399,-1.748740498,0.3686318073,1615.110771 +41,-1.540719671,0.7380068206,399,-1.748740498,0.3686318073,1618.489757 +42,-1.547187189,0.7364799098,399,-1.748740498,0.3686318073,1604.0893742 +43,-1.545149996,0.7364853874,399,-1.748740498,0.3686318073,1606.9536291 +44,-1.543106091,0.7364823484,399,-1.748740498,0.3686318073,1609.8211141 +45,-1.540717158,0.7364893901,399,-1.748740498,0.3686318073,1613.2390572 +46,-1.538663972,0.7410138672,399,-1.748740498,0.3686318073,1631.82346 +47,-1.53695285,0.7409699132,399,-1.748740498,0.3686318073,1634.1089161 +48,-1.534910498,0.7409641297,399,-1.748740498,0.3686318073,1637.0194332 +49,-1.533145034,0.7409536636,399,-1.748740498,0.3686318073,1639.5349292 +50,-1.538681336,0.7395405883,399,-1.748740498,0.3686318073,1626.7002811 +51,-1.536999189,0.7395183096,399,-1.748740498,0.3686318073,1629.0294296 +52,-1.534923633,0.7395144222,399,-1.748740498,0.3686318073,1632.0063821 +53,-1.533267822,0.7395654306,399,-1.748740498,0.3686318073,1634.5841414 +54,-1.53867273,0.7380151077,399,-1.748740498,0.3686318073,1621.4383646 +55,-1.536980576,0.7379994392,399,-1.748740498,0.3686318073,1623.8156141 +56,-1.534931522,0.7379944961,399,-1.748740498,0.3686318073,1626.7638899 +57,-1.533387952,0.7379480264,399,-1.748740498,0.3686318073,1628.8533099 +58,-1.538682279,0.7364914363,399,-1.748740498,0.3686318073,1616.1617624 +59,-1.536980704,0.7364810563,399,-1.748740498,0.3686318073,1618.5816697 +60,-1.534935567,0.7364752065,399,-1.748740498,0.3686318073,1621.5342573 +61,-1.533042592,0.7363876366,399,-1.748740498,0.3686318073,1624.0060293 +62,-1.545143426,0.7349628011,399,-1.748740498,0.3686318073,1601.6676319 +63,-1.543105297,0.7349691947,399,-1.748740498,0.3686318073,1604.572658 +64,-1.541064533,0.7349647152,399,-1.748740498,0.3686318073,1607.4670879 +65,-1.545411803,0.7334624714,399,-1.748740498,0.3686318073,1596.0751061 +66,-1.543446606,0.7334780896,399,-1.748740498,0.3686318073,1598.9178824 +67,-1.541475327,0.7334957295,399,-1.748740498,0.3686318073,1601.7979089 +68,-1.545401939,0.731963266,399,-1.748740498,0.3686318073,1590.8831756 +69,-1.54342253,0.7319915583,399,-1.748740498,0.3686318073,1593.8026143 +70,-1.541455867,0.7320216438,399,-1.748740498,0.3686318073,1596.7315602 +71,-1.545410146,0.7304422281,399,-1.748740498,0.3686318073,1585.5947603 +72,-1.543435491,0.7304713664,399,-1.748740498,0.3686318073,1588.5228316 +73,-1.541463105,0.7304997613,399,-1.748740498,0.3686318073,1591.4666811 +74,-1.545414768,0.7289194936,399,-1.748740498,0.3686318073,1580.3105597 +75,-1.543435774,0.7289538557,399,-1.748740498,0.3686318073,1583.2755752 +76,-1.541457714,0.7289765881,399,-1.748740498,0.3686318073,1586.220836 +77,-1.539449415,0.7320555866,399,-1.748740498,0.3686318073,1599.7528624 +78,-1.537429183,0.7321097681,399,-1.748740498,0.3686318073,1602.8858467 +79,-1.535472649,0.7321497267,399,-1.748740498,0.3686318073,1605.8978855 +80,-1.539457899,0.7305333307,399,-1.748740498,0.3686318073,1594.4977077 +81,-1.537453161,0.7305750503,399,-1.748740498,0.3686318073,1597.5780095 +82,-1.535479385,0.7306124949,399,-1.748740498,0.3686318073,1600.6194974 +83,-1.53946905,0.7290102593,399,-1.748740498,0.3686318073,1589.2410045 +84,-1.537459922,0.7290417293,399,-1.748740498,0.3686318073,1592.3055121 +85,-1.535451349,0.7290890157,399,-1.748740498,0.3686318073,1595.445336 +86,-1.535522937,0.7279887191,399,-1.748740498,0.3686318073,1591.5749743 +87,-1.539442524,0.7274735939,399,-1.748740498,0.3686318073,1583.9982699 +88,-1.537424111,0.727521351,399,-1.748740498,0.3686318073,1587.1459176 +89,-1.539384641,0.7259505092,399,-1.748740498,0.3686318073,1578.8543743 +90,-1.537372391,0.7259947145,399,-1.748740498,0.3686318073,1581.9945391 +91,-1.535340789,0.7260435356,399,-1.748740498,0.3686318073,1585.2015032 +92,-1.539325716,0.7244369706,399,-1.748740498,0.3686318073,1573.7509808 +93,-1.537308932,0.7244801057,399,-1.748740498,0.3686318073,1576.9081099 +94,-1.535289068,0.7245247645,399,-1.748740498,0.3686318073,1580.0972277 +95,-1.533261366,0.7245550236,399,-1.748740498,0.3686318073,1583.271331 +96,-1.539267302,0.722921924,399,-1.748740498,0.3686318073,1568.6478921 +97,-1.537248972,0.7229660258,399,-1.748740498,0.3686318073,1571.8245991 +98,-1.535219431,0.7229916471,399,-1.748740498,0.3686318073,1574.9775699 +99,-1.53318962,0.7230212049,399,-1.748740498,0.3686318073,1578.1669741 +100,-1.531154816,0.7230299897,399,-1.748740498,0.3686318073,1581.3161239 +101,-1.528878341,0.7230370244,399,-1.748740498,0.3686318073,1584.8568633 +102,-1.539218189,0.7214009878,399,-1.748740498,0.3686318073,1563.5170018 +103,-1.537198791,0.7214422745,399,-1.748740498,0.3686318073,1566.6997016 +104,-1.535179266,0.7214634354,399,-1.748740498,0.3686318073,1569.8364591 +105,-1.533156501,0.7214944644,399,-1.748740498,0.3686318073,1573.034226 +106,-1.53113574,0.7215166021,399,-1.748740498,0.3686318073,1576.2211174 +107,-1.528874248,0.7215345535,399,-1.748740498,0.3686318073,1579.7910554 +108,-1.539217656,0.7198512397,399,-1.748740498,0.3686318073,1558.2207269 +109,-1.537199919,0.7199428763,399,-1.748740498,0.3686318073,1561.5862402 +110,-1.545425832,0.727397149,399,-1.748740498,0.3686318073,1575.0234985 +111,-1.543371177,0.7273916949,399,-1.748740498,0.3686318073,1577.9734376 +112,-1.541368852,0.7274523163,399,-1.748740498,0.3686318073,1581.0985494 +113,-1.545349067,0.7258710923,399,-1.748740498,0.3686318073,1569.855611 +114,-1.54332671,0.7258603556,399,-1.748740498,0.3686318073,1572.75465 +115,-1.541346831,0.7259242142,399,-1.748740498,0.3686318073,1575.8714511 +116,-1.545324355,0.7243383958,399,-1.748740498,0.3686318073,1564.595458 +117,-1.543292796,0.7243617413,399,-1.748740498,0.3686318073,1567.6390991 +118,-1.541295822,0.7244024384,399,-1.748740498,0.3686318073,1570.7145677 +119,-1.543193859,0.7205570215,399,-1.748740498,0.3686318073,1554.6960711 +120,-1.550257047,0.7386738187,399,-1.748740498,0.3686318073,1607.5308229 +121,-1.549335448,0.7311736483,399,-1.748740498,0.3686318073,1582.5896137 +122,-1.533478843,0.7179891343,399,-1.748740498,0.3686318073,1560.6563853 +123,-1.556150555,0.738907041,399,-1.748740498,0.3686318073,1600.4116328 +124,-1.554324226,0.733414257,399,-1.748740498,0.3686318073,1583.5356489 +125,-1.554290846,0.7288285332,399,-1.748740498,0.3686318073,1567.5034405 +126,-1.55122487,0.7219795312,399,-1.748740498,0.3686318073,1547.9243475 +127,-1.525104458,0.7229399862,399,-1.748740498,0.3686318073,1590.4237381 +128,-1.519607711,0.7236181429,399,-1.748740498,0.3686318073,1601.4104875 +129,-1.513899999,0.7251107854,399,-1.748740498,0.3686318073,1615.5682987 +130,-1.536620762,0.7431061895,399,-1.748740498,0.3686318073,1641.9666405 +131,-1.5369566,0.7460845958,399,-1.748740498,0.3686318073,1651.8027954 +132,-1.545345528,0.7447040685,399,-1.748740498,0.3686318073,1635.3521268 +133,-1.532813921,0.7432306626,399,-1.748740498,0.3686318073,1647.8486569 +134,-1.554788248,0.7382381001,399,-1.748740498,0.3686318073,1599.8719109 +135,-1.540348126,0.7301594274,399,-1.748740498,0.3686318073,1591.9123115 +136,-1.538016084,0.7239051786,399,-1.748740498,0.3686318073,1573.8833306 +137,-1.525288962,0.7258085137,399,-1.748740498,0.3686318073,1599.7866133 +138,-1.534326986,0.731241342,399,-1.748740498,0.3686318073,1604.4816179 +139,-1.530733872,0.7303625216,399,-1.748740498,0.3686318073,1606.8600714 +141,-1.534354939,0.7328219978,399,-1.748740498,0.3686318073,1609.8521214 +142,-1.53157084,0.7292888153,399,-1.748740498,0.3686318073,1601.9417348 +143,-1.525691035,0.7263799874,399,-1.748740498,0.3686318073,1601.0871133 +144,-1.534031287,0.7495967835,399,-1.748740498,0.3686318073,1668.0891395 +145,-1.527714986,0.7283095957,399,-1.748740498,0.3686318073,1604.4826949 +146,-1.526189586,0.7271468292,399,-1.748740498,0.3686318073,1602.9015291 +147,-1.555177336,0.7375563366,399,-1.748740498,0.3686318073,1596.9489247 +148,-1.555080283,0.7312707794,399,-1.748740498,0.3686318073,1574.9798212 +149,-1.53856994,0.7224180299,399,-1.748740498,0.3686318073,1567.9674754 +150,-1.530837883,0.729933372,399,-1.748740498,0.3686318073,1605.2423026 +151,-1.515066984,0.5854133365,399,-1.748740498,0.3686318073,1186.5847466 +152,-1.534731633,0.5368370046,399,-1.748740498,0.3686318073,1011.045586 +153,-1.515231902,0.5607085576,399,-1.748740498,0.3686318073,1121.6997819 +154,-2.616253799,1.0684566605,399,-1.748740498,0.3686318073,3641.7910156 +155,-1.956071439,0.5792177723,399,-1.748740498,0.3686318073,1107.1549477 +156,-1.951208514,0.5602434208,399,-1.748740498,0.3686318073,1042.6162764 +157,-1.944675062,0.6062144545,399,-1.748740498,0.3686318073,1162.4916526 +158,-1.613778386,0.6077989518,399,-1.748740498,0.3686318073,1057.5063725 +159,-2.035029014,0.6021432345,399,-1.748740498,0.3686318073,1360.7380761 +160,-2.114989471,0.6801825058,399,-1.748740498,0.3686318073,1752.0379034 +161,-2.037382079,0.5765830025,399,-1.748740498,0.3686318073,1306.3611317 +162,-2.129855121,0.6585019963,399,-1.748740498,0.3686318073,1737.3055817 +163,-2.075141798,0.6493615843,399,-1.748740498,0.3686318073,1578.6355078 +164,-1.828626729,0.6948433129,399,-1.748740498,0.3686318073,1320.0789415 +165,-1.863329418,0.6735427691,399,-1.748740498,0.3686318073,1269.3234492 +166,-1.266037071,0.727988852,399,-1.748740498,0.3686318073,2147.7820438 +167,-1.277579582,0.7249010648,399,-1.748740498,0.3686318073,2112.4988445 +168,-1.258418684,0.7241194816,399,-1.748740498,0.3686318073,2158.5726532 +169,-1.317813974,0.6804850104,399,-1.748740498,0.3686318073,1914.2191564 +170,-1.344165204,0.6790988904,399,-1.748740498,0.3686318073,1843.8945831 +171,-1.427582102,0.5277120351,399,-1.748740498,0.3686318073,1305.606058 +172,-1.402238616,0.457167829,399,-1.748740498,0.3686318073,1303.5380133 +173,-1.422454264,0.4996161999,399,-1.748740498,0.3686318073,1280.0781694 +174,-1.439089277,0.4894859811,399,-1.748740498,0.3686318073,1212.0087071 +175,-1.448126995,0.5182330266,399,-1.748740498,0.3686318073,1225.8642751 +176,-1.474626146,0.5881926574,399,-1.748740498,0.3686318073,1295.1338258 +177,-1.421139645,0.5584869783,399,-1.748740498,0.3686318073,1379.5584204 +178,-1.457037165,0.565943032,399,-1.748740498,0.3686318073,1291.2393128 +179,-2.757159358,0.3745319,399,-1.748740498,0.3686318073,3699.0651845 +180,-2.714309238,0.342054471,399,-1.748740498,0.3686318073,3568.7524806 +181,-2.000525337,0.774119946,399,-1.748740498,0.3686318073,1805.6958473 +183,-1.571413436,0.6777838382,399,-1.748740498,0.3686318073,1365.1166754 +184,-1.552860289,0.6987663893,399,-1.748740498,0.3686318073,1465.422031 +185,-1.521852374,0.7165827476,399,-1.748740498,0.3686318073,1574.3502646 +186,-1.503656267,0.6928968252,399,-1.748740498,0.3686318073,1528.7850957 +187,-1.502753178,0.7136205882,399,-1.748740498,0.3686318073,1596.6669807 +188,-1.631894563,0.7343596465,399,-1.748740498,0.3686318073,1500.0691735 +189,-1.653765416,0.6770714026,399,-1.748740498,0.3686318073,1263.7827528 +190,-1.719812114,0.6715965947,399,-1.748740498,0.3686318073,1204.0932047 +191,-1.493406659,0.6646955447,399,-1.748740498,0.3686318073,1461.6149677 +192,-1.469120564,0.6613469966,399,-1.748740498,0.3686318073,1502.962522 +193,-1.590551461,0.5326612937,399,-1.748740498,0.3686318073,859.60845846 +194,-1.625979264,0.5247742243,399,-1.748740498,0.3686318073,757.71542463 +195,-1.572293943,0.5238808754,399,-1.748740498,0.3686318073,879.82504558 +196,-1.610848725,0.5477107964,399,-1.748740498,0.3686318073,861.35114746 +197,-1.208485554,0.7918526018,399,-1.748740498,0.3686318073,2424.572414 +198,-1.335601374,0.6869083083,399,-1.748740498,0.3686318073,1883.209407 +199,-1.346156996,0.6825213377,399,-1.748740498,0.3686318073,1846.7402792 +200,-1.324381037,0.6741422347,399,-1.748740498,0.3686318073,1883.5372451 +201,-1.242424992,0.7378949807,399,-1.748740498,0.3686318073,2227.4908068 +202,-1.270370057,0.7392461008,399,-1.748740498,0.3686318073,2161.8183286 +203,-1.448950472,0.7441675014,399,-1.748740498,0.3686318073,1789.2022 +204,-1.492662363,0.7523026852,399,-1.748740498,0.3686318073,1739.7128898 +205,-1.479098966,0.7763855017,399,-1.748740498,0.3686318073,1840.5867548 +206,-1.633760714,0.7869022408,399,-1.748740498,0.3686318073,1698.6793221 +207,-1.647406434,0.8101289331,399,-1.748740498,0.3686318073,1779.1062468 +208,-1.564245052,0.5701509278,399,-1.748740498,0.3686318073,1029.1379342 +209,-1.646289963,0.6833746083,399,-1.748740498,0.3686318073,1294.3472083 +210,-1.5820631,0.6751952144,399,-1.748740498,0.3686318073,1340.4236515 +211,-1.613236298,0.6681681791,399,-1.748740498,0.3686318073,1273.4760431 +212,-1.914661867,0.8212566515,399,-1.748740498,0.3686318073,1870.345219 +213,-1.742133237,0.7250275956,399,-1.748740498,0.3686318073,1411.8567275 +214,-2.033144872,0.6557314699,399,-1.748740498,0.3686318073,1497.6457184 +215,-2.039551981,0.6964723658,399,-1.748740498,0.3686318073,1628.246976 +216,-1.247341019,0.7622473908,399,-1.748740498,0.3686318073,2268.1749578 +217,-1.298239787,0.7084123392,399,-1.748740498,0.3686318073,2024.9112017 +218,-1.308539688,0.6926545592,399,-1.748740498,0.3686318073,1964.3806224 +219,-1.303263185,0.6888938396,399,-1.748740498,0.3686318073,1969.7892251 +220,-1.852400229,0.6004246149,399,-1.748740498,0.3686318073,986.84650731 +221,-1.288947707,0.7473773692,399,-1.748740498,0.3686318073,2136.1452082 +222,-1.372031502,0.7472790993,399,-1.748740498,0.3686318073,1950.5267581 +223,-1.289805721,0.7242157877,399,-1.748740498,0.3686318073,2080.9373064 +224,-1.350807603,0.7533498126,399,-1.748740498,0.3686318073,2012.0140614 +225,-1.329290365,0.7560442322,399,-1.748740498,0.3686318073,2065.7872246 +226,-1.410153004,0.616936428,399,-1.748740498,0.3686318073,1531.9935024 +227,-1.393445434,0.6308995063,399,-1.748740498,0.3686318073,1607.6495028 +228,-1.37595573,0.6241540638,399,-1.748740498,0.3686318073,1639.6284733 +229,-1.358388707,0.6172645205,399,-1.748740498,0.3686318073,1673.8999255 +230,-1.753741133,0.8281661666,399,-1.748740498,0.3686318073,1820.2860315 +231,-1.47430987,0.6834615681,399,-1.748740498,0.3686318073,1556.4808511 +232,-1.421012508,0.7222725206,399,-1.748740498,0.3686318073,1778.6253813 +233,-1.4476833,0.6978557868,399,-1.748740498,0.3686318073,1653.3149994 +234,-1.470370723,0.6966193374,399,-1.748740498,0.3686318073,1603.7304469 +235,-1.429211703,0.7037216883,399,-1.748740498,0.3686318073,1708.7744838 +236,-1.700578405,0.6178673663,399,-1.748740498,0.3686318073,1001.2824581 +237,-1.678117619,0.6331716163,399,-1.748740498,0.3686318073,1075.8742852 +238,-1.725644578,0.6316331145,399,-1.748740498,0.3686318073,1044.8028985 +239,-2.14012759,0.7930497945,399,-1.748740498,0.3686318073,2107.340613 +240,-2.103289431,0.7653606263,399,-1.748740498,0.3686318073,1956.3364838 +241,-1.318739838,0.7017808746,399,-1.748740498,0.3686318073,1959.0562723 +242,-1.396417427,0.7077900843,399,-1.748740498,0.3686318073,1791.0682747 +243,-1.35650337,0.7185539404,399,-1.748740498,0.3686318073,1909.1770117 +244,-1.248884539,0.7274156818,399,-1.748740498,0.3686318073,2189.4572082 +245,-1.395014798,0.5761185243,399,-1.748740498,0.3686318073,1489.5429926 +246,-1.433377362,0.6064716109,399,-1.748740498,0.3686318073,1446.5830819 +247,-1.408172432,0.5903155476,399,-1.748740498,0.3686318073,1479.8336186 +248,-1.749645898,0.7757118084,399,-1.748740498,0.3686318073,1612.4466153 +249,-1.571626686,0.615046989,399,-1.748740498,0.3686318073,1153.7955243 +250,-1.514070049,0.6303003037,399,-1.748740498,0.3686318073,1316.1153413 +251,-1.480890369,0.6237966528,399,-1.748740498,0.3686318073,1371.8263111 +252,-1.704390658,0.5281680612,399,-1.748740498,0.3686318073,651.37993777 +253,-1.64434733,0.5254277498,399,-1.748740498,0.3686318073,724.05243979 +254,-1.703855997,0.4792484842,399,-1.748740498,0.3686318073,467.11207666 +255,-1.692002383,0.5748825051,399,-1.748740498,0.3686318073,840.9773929 +256,-1.854136457,0.5544643913,399,-1.748740498,0.3686318073,825.11215204 +257,-1.665021206,0.520317736,399,-1.748740498,0.3686318073,671.06685214 +258,-1.733654349,0.4845187345,399,-1.748740498,0.3686318073,462.23472954 +259,-1.720938188,0.5135933906,399,-1.748740498,0.3686318073,582.73935411 +260,-1.742668307,0.553296122,399,-1.748740498,0.3686318073,731.77091229 +261,-1.965659039,0.7142126903,399,-1.748740498,0.3686318073,1550.4908341 +262,-1.944438071,0.6772834804,399,-1.748740498,0.3686318073,1392.1612399 +263,-1.270340967,0.7681487096,399,-1.748740498,0.3686318073,2228.0153078 +264,-1.353091884,0.6549276821,399,-1.748740498,0.3686318073,1766.9383333 +265,-1.333236659,0.6413584414,399,-1.748740498,0.3686318073,1791.5864089 +266,-1.352015998,0.6753788907,399,-1.748740498,0.3686318073,1815.6010799 +267,-1.377988483,0.6577816235,399,-1.748740498,0.3686318073,1709.2556987 +268,-2.13075611,0.8318642051,399,-1.748740498,0.3686318073,2202.6754051 +269,-2.097910953,0.8259670014,399,-1.748740498,0.3686318073,2128.3762568 +270,-1.416382069,0.6694271549,399,-1.748740498,0.3686318073,1644.2669282 +271,-1.538905672,0.7535625993,399,-1.748740498,0.3686318073,1675.1027296 +272,-1.572309477,0.7803125099,399,-1.748740498,0.3686318073,1729.7138049 +273,-1.87759879,0.7503853417,399,-1.748740498,0.3686318073,1571.1745495 +274,1.152365588,0.590457682,399,-1.748740498,0.3686318073,8538.0017193 +275,0.350198001,0.718001859,399,-1.748740498,0.3686318073,6686.2816995 +276,0.046513677,0.491503852,399,-1.748740498,0.3686318073,6273.3571776 +277,0.027510309,0.742571376,399,-1.748740498,0.3686318073,5811.4211006 +278,0.306285725,-0.214631579,399,-1.748740498,0.3686318073,8300.6446827 +279,-1.100564889,0.318051531,399,-1.748740498,0.3686318073,2420.5428312 +280,-1.078582306,0.301437596,399,-1.748740498,0.3686318073,2515.0954842 +281,-1.137371989,-0.617634065,399,-1.748740498,0.3686318073,4530.9499017 +282,0.784356344,0.703272339,399,-1.748740498,0.3686318073,7641.4212851 +283,-1.221209947,0.218327455,399,-1.748740498,0.3686318073,2082.7026116 +284,2.347301921,-0.449114658,399,-1.748740498,0.3686318073,8984.1795178 +285,0.246820618,0.830553713,399,-1.748740498,0.3686318073,6195.14503 +286,0.829414965,0.703288228,399,-1.748740498,0.3686318073,7716.6212306 +287,-1.337537566,0.42332223,399,-1.748740498,0.3686318073,1516.4092007 +288,0.882453706,0.454478077,399,-1.748740498,0.3686318073,8639.3755759 +289,1.575629659,0.416419109,399,-1.748740498,0.3686318073,9255.4114566 +290,-1.039455679,0.229888244,399,-1.748740498,0.3686318073,2732.5137957 +291,0.489558039,0.934482747,399,-1.748740498,0.3686318073,6433.2137267 +292,0.081344504,0.88384514,399,-1.748740498,0.3686318073,5717.7882266 +293,-1.547979814,0.300350308,399,-1.748740498,0.3686318073,798.03396948 +294,0.040776181,0.168560074,399,-1.748740498,0.3686318073,6774.6274285 +295,-1.130374745,0.563894876,399,-1.748740498,0.3686318073,2307.8877912 +296,1.578326642,0.478507176,399,-1.748740498,0.3686318073,9013.8782028 +297,-1.12861823,-0.291640865,399,-1.748740498,0.3686318073,3555.4616674 +298,0.310524208,0.770885792,399,-1.748740498,0.3686318073,6471.3164531 +299,0.415649091,-0.387246002,399,-1.748740498,0.3686318073,8866.8286321 +300,-0.926533878,-0.188022748,399,-1.748740498,0.3686318073,3885.0296211 +301,1.258856172,-0.11716081,399,-1.748740498,0.3686318073,11323.181655 +302,-1.126050026,0.322941926,399,-1.748740498,0.3686318073,2322.8044471 +303,2.002785835,0.07893892,399,-1.748740498,0.3686318073,9485.5276325 +304,0.440437607,0.746258085,399,-1.748740498,0.3686318073,6828.0255657 +305,-0.030391866,0.214441206,399,-1.748740498,0.3686318073,6449.0897138 +306,0.521557815,-0.058929362,399,-1.748740498,0.3686318073,8874.6742097 +307,-0.097005111,0.13317729,399,-1.748740498,0.3686318073,6328.5043352 +308,1.83113859,0.221857587,399,-1.748740498,0.3686318073,9549.2599553 +309,0.222428864,0.099404236,399,-1.748740498,0.3686318073,7537.3474217 +310,-1.702731345,0.8728568183,399,-1.748740498,0.3686318073,2002.4301346 +311,-0.418507569,0.278324921,399,-1.748740498,0.3686318073,4962.2176779 +312,-1.41153306,0.339029988,399,-1.748740498,0.3686318073,1257.6297435 +313,0.357560442,0.114788776,399,-1.748740498,0.3686318073,7989.542195 +314,0.325818979,0.268352149,399,-1.748740498,0.3686318073,7590.3261801 +315,-1.246004659,-0.663679965,399,-1.748740498,0.3686318073,4496.6824134 +316,1.814603087,0.637404484,399,-1.748740498,0.3686318073,8157.8670915 +317,1.843704281,-0.18300445,399,-1.748740498,0.3686318073,10578.663525 +318,1.690644492,-0.211480909,399,-1.748740498,0.3686318073,11155.091463 +319,-1.275451936,0.068109467,399,-1.748740498,0.3686318073,2175.8656109 +320,0.762430171,-0.207594741,399,-1.748740498,0.3686318073,9972.561183 +321,0.265668905,-0.014647884,399,-1.748740498,0.3686318073,7876.2082149 +322,-2.773032013,-0.335515811,399,-1.748740498,0.3686318073,4851.5111783 +323,-1.469512853,0.174058777,399,-1.748740498,0.3686318073,1313.1744678 +324,0.286276986,0.785925691,399,-1.748740498,0.3686318073,6381.3325438 +325,-1.379324697,0.377432233,399,-1.748740498,0.3686318073,1362.0214961 +326,-1.203778265,0.212813032,399,-1.748740498,0.3686318073,2153.5154773 +327,0.579916301,0.611743168,399,-1.748740498,0.3686318073,7503.653573 +328,0.267582642,0.868113908,399,-1.748740498,0.3686318073,6161.7530413 +329,0.412869244,-0.050245578,399,-1.748740498,0.3686318073,8467.5945272 +330,0.17524381,0.976660285,399,-1.748740498,0.3686318073,5753.5568416 +331,0.743157214,0.204812899,399,-1.748740498,0.3686318073,9045.3743999 +332,-1.070758176,0.269382282,399,-1.748740498,0.3686318073,2573.7837726 +333,-1.230364251,0.329790229,399,-1.748740498,0.3686318073,1932.7310977 +334,-1.374813124,-0.024926835,399,-1.748740498,0.3686318073,2128.1015731 +335,0.519780566,0.463669906,399,-1.748740498,0.3686318073,7744.0149029 +336,-1.55108034,0.239698561,399,-1.748740498,0.3686318073,904.24090738 +337,0.180294813,0.029739425,399,-1.748740498,0.3686318073,7496.3108272 +338,0.67820924,0.268170153,399,-1.748740498,0.3686318073,8691.8185499 +339,0.445798684,1.024001867,399,-1.748740498,0.3686318073,6124.8301951 +340,0.691751283,0.150521402,399,-1.748740498,0.3686318073,9028.3434574 +341,-1.036643551,-0.903056181,399,-1.748740498,0.3686318073,5608.2745786 +342,-0.120287036,1.083325163,399,-1.748740498,0.3686318073,5043.285385 +343,2.823513113,-0.304487164,399,-1.748740498,0.3686318073,7150.6766184 +344,0.457583172,1.12513373,399,-1.748740498,0.3686318073,5879.0391258 +345,0.042918831,0.813795399,399,-1.748740498,0.3686318073,5739.1081876 +346,1.196146777,-0.853142756,399,-1.748740498,0.3686318073,10426.406478 +347,0.206001358,-0.010430701,399,-1.748740498,0.3686318073,7651.6220262 +348,-0.268308653,0.234799412,399,-1.748740498,0.3686318073,5562.538661 +349,0.759363263,0.736189579,399,-1.748740498,0.3686318073,7491.9568235 +350,0.181363926,0.891988372,399,-1.748740498,0.3686318073,5926.4880841 +351,-0.021111158,0.139103292,399,-1.748740498,0.3686318073,6596.1134203 +352,-0.093355215,0.630686981,399,-1.748740498,0.3686318073,5630.1642583 +353,0.40118964,0.681375926,399,-1.748740498,0.3686318073,6896.8508753 +354,-0.721197315,1.304706234,399,-1.748740498,0.3686318073,4263.8154966 +355,-1.076150317,0.212107639,399,-1.748740498,0.3686318073,2619.5713324 +356,-1.577164531,0.273993443,399,-1.748740498,0.3686318073,745.52871948 +357,-0.190788414,0.182208586,399,-1.748740498,0.3686318073,5916.3192787 +358,-0.261349752,0.209710184,399,-1.748740498,0.3686318073,5621.4207645 +359,-1.029303852,0.083549259,399,-1.748740498,0.3686318073,2984.7774243 +360,-1.268609162,0.330525297,399,-1.748740498,0.3686318073,1790.9393199 +361,1.282982244,-0.926641967,399,-1.748740498,0.3686318073,10208.43066 +362,0.217352334,0.731352408,399,-1.748740498,0.3686318073,6327.6534287 +363,-1.511833084,0.258629297,399,-1.748740498,0.3686318073,992.57187853 +364,0.338812194,0.823184618,399,-1.748740498,0.3686318073,6416.4867129 +365,-0.324406489,1.134201999,399,-1.748740498,0.3686318073,4660.3501971 +366,1.389579348,0.399185724,399,-1.748740498,0.3686318073,9402.4970092 +367,2.047152199,-0.039082036,399,-1.748740498,0.3686318073,9603.2270201 +368,0.947780369,0.568250077,399,-1.748740498,0.3686318073,8368.1335295 +369,0.763824846,0.576754987,399,-1.748740498,0.3686318073,8007.909656 +370,-0.142334657,0.928153068,399,-1.748740498,0.3686318073,5144.9634598 +371,0.610266567,0.547265983,399,-1.748740498,0.3686318073,7754.5533605 +372,0.210731629,0.746815056,399,-1.748740498,0.3686318073,6279.9210916 +373,-1.34931644,0.316895224,399,-1.748740498,0.3686318073,1502.7591001 +374,2.407696481,0.655030745,399,-1.748740498,0.3686318073,6902.174736 +375,0.64207831,0.545359131,399,-1.748740498,0.3686318073,7835.4874337 +376,1.174597538,0.840588356,399,-1.748740498,0.3686318073,7591.8005819 +377,0.660059424,0.010604079,399,-1.748740498,0.3686318073,9235.5265924 +378,-0.730263819,0.010486456,399,-1.748740498,0.3686318073,4179.1231267 +379,0.831068936,0.512339172,399,-1.748740498,0.3686318073,8348.4367904 +380,1.301180979,0.72367476,399,-1.748740498,0.3686318073,8104.1363272 +381,1.811128231,0.322854402,399,-1.748740498,0.3686318073,9260.3283735 +382,0.435105812,0.992284428,399,-1.748740498,0.3686318073,6189.2804974 +383,0.62643634,0.592027932,399,-1.748740498,0.3686318073,7666.0034347 +384,0.492988703,-0.516339467,399,-1.748740498,0.3686318073,9195.9492932 +385,-0.162469483,0.112549365,399,-1.748740498,0.3686318073,6118.4226419 +386,0.314630866,0.472006421,399,-1.748740498,0.3686318073,7137.3455123 +387,0.166744804,0.822815954,399,-1.748740498,0.3686318073,6024.7320043 +388,0.417159608,0.965805736,399,-1.748740498,0.3686318073,6226.0414207 +389,0.106334961,0.868774244,399,-1.748740498,0.3686318073,5800.5285231 +390,0.815086969,-0.338144359,399,-1.748740498,0.3686318073,10297.140779 +391,0.59867455,-0.230624824,399,-1.748740498,0.3686318073,9399.2075047 +392,1.915104874,0.066220985,399,-1.748740498,0.3686318073,9783.8335501 +393,1.278093622,0.064463721,399,-1.748740498,0.3686318073,10671.450564 +394,-0.061477853,0.302997961,399,-1.748740498,0.3686318073,6205.8416447 +395,0.251311504,0.626976942,399,-1.748740498,0.3686318073,6630.5659937 +396,2.950242872,0.149095644,399,-1.748740498,0.3686318073,6058.8422789 +397,-0.180294708,0.35375117,399,-1.748740498,0.3686318073,5717.9728799 +398,1.010448592,-0.351180233,399,-1.748740498,0.3686318073,11025.620103 +399,-1.748740498,0.3686318073,399,-1.748740498,0.3686318073,0 +400,2.699635665,0.123533791,399,-1.748740498,0.3686318073,7008.0642022 +401,0.496808033,0.823843254,399,-1.748740498,0.3686318073,6744.3549746 +402,0.129574704,0.763364087,399,-1.748740498,0.3686318073,6043.1686839 +403,1.798920311,0.817447563,399,-1.748740498,0.3686318073,7526.3822241 +404,0.335987953,0.746786541,399,-1.748740498,0.3686318073,6585.9278924 +405,-1.085413643,0.292154671,399,-1.748740498,0.3686318073,2497.950237 +406,-0.155321003,0.508207011,399,-1.748740498,0.3686318073,5597.8219931 +407,0.620529244,-0.301175104,399,-1.748740498,0.3686318073,9551.2159379 +408,1.684402744,0.368716966,399,-1.748740498,0.3686318073,9312.9213681 +409,0.300582244,-0.386397212,399,-1.748740498,0.3686318073,8451.6805279 +410,2.913555946,-0.009225192,399,-1.748740498,0.3686318073,6420.1758765 +411,1.465101417,0.493232532,399,-1.748740498,0.3686318073,9018.8318061 +412,0.090612882,0.907955955,399,-1.748740498,0.3686318073,5698.6360094 +413,2.987564726,-0.729568594,399,-1.748740498,0.3686318073,7114.9692777 +414,-1.484261606,0.224149272,399,-1.748740498,0.3686318073,1152.661361 +415,0.164073421,0.303955133,399,-1.748740498,0.3686318073,6981.8122975 +416,0.141441293,0.167552546,399,-1.748740498,0.3686318073,7135.8724472 +417,2.931321023,-0.506718887,399,-1.748740498,0.3686318073,7024.5107308 +418,2.21951565,0.700596356,399,-1.748740498,0.3686318073,7225.6844267 +419,0.268112576,1.199114336,399,-1.748740498,0.3686318073,5466.429336 +420,0.978913739,0.359223811,399,-1.748740498,0.3686318073,9145.352457 +421,1.210898818,0.522863584,399,-1.748740498,0.3686318073,8845.1719034 +422,2.347397336,0.129231362,399,-1.748740498,0.3686318073,8242.2213916 +423,0.614394501,0.556878345,399,-1.748740498,0.3686318073,7737.5296986 +424,-1.398079356,0.148483366,399,-1.748740498,0.3686318073,1597.9488478 +425,2.535303836,-0.112984496,399,-1.748740498,0.3686318073,7963.3552205 +426,-1.019372593,-0.405322349,399,-1.748740498,0.3686318073,4161.3511337 +427,-1.297785627,-0.160104069,399,-1.748740498,0.3686318073,2732.2237553 +428,2.144554488,0.205051084,399,-1.748740498,0.3686318073,8740.2433735 +429,-2.242387083,-0.426171285,399,-1.748740498,0.3686318073,3677.8766699 +430,0.338637212,0.909723676,399,-1.748740498,0.3686318073,6215.7587544 +431,-0.148798452,0.691042401,399,-1.748740498,0.3686318073,5389.0947222 +432,0.893524764,0.441829531,399,-1.748740498,0.3686318073,8702.9785038 +433,0.969229347,-0.368847936,399,-1.748740498,0.3686318073,10880.211742 +434,0.436043248,0.800045688,399,-1.748740498,0.3686318073,6682.0719381 +435,1.687946607,1.081504775,399,-1.748740498,0.3686318073,6624.3250389 +436,0.522302046,-0.034889271,399,-1.748740498,0.3686318073,8837.198902 +437,-0.178996113,-0.438090009,399,-1.748740498,0.3686318073,6826.2237872 +438,-1.094339566,0.301444068,399,-1.748740498,0.3686318073,2456.8711405 +439,-1.064070054,0.242569932,399,-1.748740498,0.3686318073,2627.1858687 +440,-1.068153768,0.230387998,399,-1.748740498,0.3686318073,2626.3210569 +441,-3.00496892,-0.23989155,399,-1.748740498,0.3686318073,5445.6007498 +442,0.21751974,0.766874888,399,-1.748740498,0.3686318073,6256.508686 +443,0.117229532,0.007619006,399,-1.748740498,0.3686318073,7299.1172783 +444,0.777758451,0.420554741,399,-1.748740498,0.3686318073,8520.8607074 +445,-0.252356999,0.250747086,399,-1.748740498,0.3686318073,5599.102869 +446,0.363148444,0.768483434,399,-1.748740498,0.3686318073,6598.7462409 +447,0.903191366,-0.118210676,399,-1.748740498,0.3686318073,10322.313644 +448,-0.205755923,0.149406178,399,-1.748740498,0.3686318073,5907.5347137 +449,1.811996086,0.02364353,399,-1.748740498,0.3686318073,10196.493801 +450,-1.100670221,0.314845373,399,-1.748740498,0.3686318073,2422.6103038 +451,0.340078597,0.850105132,399,-1.748740498,0.3686318073,6356.8935518 +452,0.258757267,0.804969236,399,-1.748740498,0.3686318073,6276.319707 +453,2.78505352,-0.155160804,399,-1.748740498,0.3686318073,7098.1305024 +454,0.800551619,0.105822106,399,-1.748740498,0.3686318073,9472.1933371 +455,0.437940882,-0.506194031,399,-1.748740498,0.3686318073,9003.9044094 +456,2.230431122,0.63458615,399,-1.748740498,0.3686318073,7383.7853097 +457,0.527965361,0.127667701,399,-1.748740498,0.3686318073,8549.2968484 +458,-0.063643205,0.702093448,399,-1.748740498,0.3686318073,5619.5718318 +459,1.408447268,0.133010502,399,-1.748740498,0.3686318073,10455.917398 +460,0.523795955,0.280266966,399,-1.748740498,0.3686318073,8200.5495383 +461,-0.975769313,0.072177659,399,-1.748740498,0.3686318073,3194.7218949 +462,0.549774164,-0.463663986,399,-1.748740498,0.3686318073,9383.7365031 +463,0.29245874,1.095549818,399,-1.748740498,0.3686318073,5717.7041488 +464,0.143625958,0.816809593,399,-1.748740498,0.3686318073,5980.7365628 +465,0.671902494,0.611159853,399,-1.748740498,0.3686318073,7710.8445616 +466,1.239840988,0.6724199,399,-1.748740498,0.3686318073,8281.2186669 +467,0.607829703,-0.10932137,399,-1.748740498,0.3686318073,9266.8879009 +468,1.763020906,0.263996692,399,-1.748740498,0.3686318073,9554.1444062 +469,0.378714634,0.726066797,399,-1.748740498,0.3686318073,6735.5746883 +470,2.196736143,-0.153862366,399,-1.748740498,0.3686318073,9264.9536618 +471,0.01702415,0.148991565,399,-1.748740498,0.3686318073,6719.2630776 +472,-2.998490902,-0.158002487,399,-1.748740498,0.3686318073,5286.3935786 +473,-3.051262951,-0.346595608,399,-1.748740498,0.3686318073,5784.7307344 +474,-1.069176439,0.182802941,399,-1.748740498,0.3686318073,2684.4319043 +475,0.167157509,0.595344954,399,-1.748740498,0.3686318073,6456.5461325 +476,0.613855648,0.681746124,399,-1.748740498,0.3686318073,7380.5938699 +477,1.037012736,0.682555367,399,-1.748740498,0.3686318073,8076.0875646 +478,-1.253574971,0.379755746,399,-1.748740498,0.3686318073,1823.603995 +479,3.108590453,-0.132620738,399,-1.748740498,0.3686318073,5881.252919 +480,0.565301296,0.022333262,399,-1.748740498,0.3686318073,8886.0741763 +481,0.547898238,0.855555614,399,-1.748740498,0.3686318073,6754.3846479 +482,0.948309381,0.417393755,399,-1.748740498,0.3686318073,8889.9501307 +483,-0.050600732,0.945269213,399,-1.748740498,0.3686318073,5332.167542 +484,-0.977651478,-0.572363064,399,-1.748740498,0.3686318073,4732.6482144 +485,1.102014914,0.728861163,399,-1.748740498,0.3686318073,7967.6885608 +486,2.927300795,-0.282939414,399,-1.748740498,0.3686318073,6750.9021669 +487,-1.154565557,0.124434095,399,-1.748740498,0.3686318073,2470.6852973 +488,1.855331234,0.291044755,399,-1.748740498,0.3686318073,9272.9027756 +489,0.830290659,0.276904518,399,-1.748740498,0.3686318073,9079.7132817 +490,0.485104466,-0.234867441,399,-1.748740498,0.3686318073,8984.5205769 +491,0.521367572,-0.33161327,399,-1.748740498,0.3686318073,9211.1846892 +1,-1.539031704,0.7349710123,400,2.699635665,0.123533791,7235.9974195 +2,-1.536990553,0.7349663874,400,2.699635665,0.123533791,7241.4781811 +3,-1.534951779,0.7349571355,400,2.699635665,0.123533791,7246.9563943 +4,-1.532906461,0.7349480293,400,2.699635665,0.123533791,7252.4482164 +5,-1.531320211,0.7346937278,400,2.699635665,0.123533791,7257.1098471 +6,-1.539451648,0.7335131775,400,2.699635665,0.123533791,7237.2260384 +7,-1.537429487,0.7335445708,400,2.699635665,0.123533791,7242.6062758 +8,-1.535484998,0.7335658704,400,2.699635665,0.123533791,7247.7904987 +9,-1.533488396,0.7336036027,400,2.699635665,0.123533791,7253.0839932 +10,-1.531497785,0.7335842962,400,2.699635665,0.123533791,7258.4507418 +11,-1.530259379,0.7334777758,400,2.699635665,0.123533791,7261.9427791 +12,-1.5335454,0.7322346912,400,2.699635665,0.123533791,7255.1629778 +13,-1.531489083,0.7322238773,400,2.699635665,0.123533791,7260.6995928 +14,-1.530011122,0.7321679851,400,2.699635665,0.123533791,7264.7555621 +15,-1.53348106,0.7306614094,400,2.699635665,0.123533791,7257.8989755 +16,-1.531441779,0.7306962275,400,2.699635665,0.123533791,7263.3238714 +17,-1.529755654,0.7306933243,400,2.699635665,0.123533791,7267.8580762 +18,-1.533415048,0.7291384674,400,2.699635665,0.123533791,7260.5559174 +19,-1.531392093,0.7291705353,400,2.699635665,0.123533791,7265.9496855 +20,-1.529296523,0.7291214933,400,2.699635665,0.123533791,7271.6675475 +21,-1.535280942,0.727267644,400,2.699635665,0.123533791,7258.562897 +22,-1.533378158,0.7276139666,400,2.699635665,0.123533791,7263.1353394 +23,-1.531340368,0.7276446587,400,2.699635665,0.123533791,7268.5796392 +24,-1.528960113,0.7276398177,400,2.699635665,0.123533791,7275.000327 +25,-1.533313146,0.7260818349,400,2.699635665,0.123533791,7265.8013649 +26,-1.531259555,0.7260958115,400,2.699635665,0.123533791,7271.3239187 +27,-1.528926415,0.7260865555,400,2.699635665,0.123533791,7277.6345258 +28,-1.531226779,0.7245511789,400,2.699635665,0.123533791,7273.9299902 +29,-1.528904772,0.7245519194,400,2.699635665,0.123533791,7280.2038143 +30,-1.547195875,0.7409785979,400,2.699635665,0.123533791,7204.4699646 +31,-1.5451475,0.740980426,400,2.699635665,0.123533791,7209.9411945 +32,-1.543097679,0.7409798872,400,2.699635665,0.123533791,7215.4163435 +33,-1.540720364,0.7409892687,400,2.699635665,0.123533791,7221.7453565 +34,-1.547188511,0.7395198392,400,2.699635665,0.123533791,7206.8231292 +35,-1.545148587,0.7395226109,400,2.699635665,0.123533791,7212.2783462 +36,-1.543104538,0.7395314908,400,2.699635665,0.123533791,7217.7310224 +37,-1.540727751,0.7395306258,400,2.699635665,0.123533791,7224.0845795 +38,-1.547187029,0.7380014886,400,2.699635665,0.123533791,7209.2540018 +39,-1.545147315,0.7380012252,400,2.699635665,0.123533791,7214.7219335 +40,-1.54310719,0.7380060743,400,2.699635665,0.123533791,7220.1790453 +41,-1.540719671,0.7380068206,400,2.699635665,0.123533791,7226.5685712 +42,-1.547187189,0.7364799098,400,2.699635665,0.123533791,7211.6836866 +43,-1.545149996,0.7364853874,400,2.699635665,0.123533791,7217.1440754 +44,-1.543106091,0.7364823484,400,2.699635665,0.123533791,7222.6324077 +45,-1.540717158,0.7364893901,400,2.699635665,0.123533791,7229.025435 +46,-1.538663972,0.7410138672,400,2.699635665,0.123533791,7227.1890352 +47,-1.53695285,0.7409699132,400,2.699635665,0.123533791,7231.8204859 +48,-1.534910498,0.7409641297,400,2.699635665,0.123533791,7237.2692724 +49,-1.533145034,0.7409536636,400,2.699635665,0.123533791,7241.9853033 +50,-1.538681336,0.7395405883,400,2.699635665,0.123533791,7229.5335733 +51,-1.536999189,0.7395183096,400,2.699635665,0.123533791,7234.0592808 +52,-1.534923633,0.7395144222,400,2.699635665,0.123533791,7239.6016536 +53,-1.533267822,0.7395654306,400,2.699635665,0.123533791,7243.9318306 +54,-1.53867273,0.7380151077,400,2.699635665,0.123533791,7232.0301604 +55,-1.536980576,0.7379994392,400,2.699635665,0.123533791,7236.5787995 +56,-1.534931522,0.7379944961,400,2.699635665,0.123533791,7242.0606546 +57,-1.533387952,0.7379480264,400,2.699635665,0.123533791,7246.2575987 +58,-1.538682279,0.7364914363,400,2.699635665,0.123533791,7234.47327 +59,-1.536980704,0.7364810563,400,2.699635665,0.123533791,7239.0455311 +60,-1.534935567,0.7364752065,400,2.699635665,0.123533791,7244.5268309 +61,-1.533042592,0.7363876366,400,2.699635665,0.123533791,7249.7312941 +62,-1.545143426,0.7349628011,400,2.699635665,0.123533791,7219.5999078 +63,-1.543105297,0.7349691947,400,2.699635665,0.123533791,7225.0659933 +64,-1.541064533,0.7349647152,400,2.699635665,0.123533791,7230.5529051 +65,-1.545411803,0.7334624714,400,2.699635665,0.123533791,7221.2780516 +66,-1.543446606,0.7334780896,400,2.699635665,0.123533791,7226.5419093 +67,-1.541475327,0.7334957295,400,2.699635665,0.123533791,7231.8152569 +68,-1.545401939,0.731963266,400,2.699635665,0.123533791,7223.7004612 +69,-1.54342253,0.7319915583,400,2.699635665,0.123533791,7228.9902695 +70,-1.541455867,0.7320216438,400,2.699635665,0.123533791,7234.2390861 +71,-1.545410146,0.7304422281,400,2.699635665,0.123533791,7226.1070746 +72,-1.543435491,0.7304713664,400,2.699635665,0.123533791,7231.3908886 +73,-1.541463105,0.7304997613,400,2.699635665,0.123533791,7236.6659977 +74,-1.545414768,0.7289194936,400,2.699635665,0.123533791,7228.5240359 +75,-1.543435774,0.7289538557,400,2.699635665,0.123533791,7233.8193807 +76,-1.541457714,0.7289765881,400,2.699635665,0.123533791,7239.127026 +77,-1.539449415,0.7320555866,400,2.699635665,0.123533791,7239.5849564 +78,-1.537429183,0.7321097681,400,2.699635665,0.123533791,7244.931126 +79,-1.535472649,0.7321497267,400,2.699635665,0.123533791,7250.1249849 +80,-1.539457899,0.7305333307,400,2.699635665,0.123533791,7242.0174305 +81,-1.537453161,0.7305750503,400,2.699635665,0.123533791,7247.350445 +82,-1.535479385,0.7306124949,400,2.699635665,0.123533791,7252.603006 +83,-1.53946905,0.7290102593,400,2.699635665,0.123533791,7244.4419342 +84,-1.537459922,0.7290417293,400,2.699635665,0.123533791,7249.8116831 +85,-1.535451349,0.7290890157,400,2.699635665,0.123533791,7255.1503056 +86,-1.535522937,0.7279887191,400,2.699635665,0.123533791,7256.7411273 +87,-1.539442524,0.7274735939,400,2.699635665,0.123533791,7246.9880431 +88,-1.537424111,0.727521351,400,2.699635665,0.123533791,7252.3648913 +89,-1.539384641,0.7259505092,400,2.699635665,0.123533791,7249.595347 +90,-1.537372391,0.7259947145,400,2.699635665,0.123533791,7254.9694986 +91,-1.535340789,0.7260435356,400,2.699635665,0.123533791,7260.3843643 +92,-1.539325716,0.7244369706,400,2.699635665,0.123533791,7252.1885694 +93,-1.537308932,0.7244801057,400,2.699635665,0.123533791,7257.584878 +94,-1.535289068,0.7245247645,400,2.699635665,0.123533791,7262.9829335 +95,-1.533261366,0.7245550236,400,2.699635665,0.123533791,7268.4214056 +96,-1.539267302,0.722921924,400,2.699635665,0.123533791,7254.781285 +97,-1.537248972,0.7229660258,400,2.699635665,0.123533791,7260.1883976 +98,-1.535219431,0.7229916471,400,2.699635665,0.123533791,7265.651654 +99,-1.53318962,0.7230212049,400,2.699635665,0.123533791,7271.105254 +100,-1.531154816,0.7230299897,400,2.699635665,0.123533791,7276.6021346 +101,-1.528878341,0.7230370244,400,2.699635665,0.123533791,7282.7518578 +102,-1.539218189,0.7214009878,400,2.699635665,0.123533791,7257.3566061 +103,-1.537198791,0.7214422745,400,2.699635665,0.123533791,7262.7793749 +104,-1.535179266,0.7214634354,400,2.699635665,0.123533791,7268.2308957 +105,-1.533156501,0.7214944644,400,2.699635665,0.123533791,7273.6712983 +106,-1.53113574,0.7215166021,400,2.699635665,0.123533791,7279.1166883 +107,-1.528874248,0.7215345535,400,2.699635665,0.123533791,7285.217233 +108,-1.539217656,0.7198512397,400,2.699635665,0.123533791,7259.8441877 +109,-1.537199919,0.7199428763,400,2.699635665,0.123533791,7265.189882 +110,-1.545425832,0.727397149,400,2.699635665,0.123533791,7230.9208863 +111,-1.543371177,0.7273916949,400,2.699635665,0.123533791,7236.49288 +112,-1.541368852,0.7274523163,400,2.699635665,0.123533791,7241.8136177 +113,-1.545349067,0.7258710923,400,2.699635665,0.123533791,7233.5598046 +114,-1.54332671,0.7258603556,400,2.699635665,0.123533791,7239.0609844 +115,-1.541346831,0.7259242142,400,2.699635665,0.123533791,7244.3239858 +116,-1.545324355,0.7243383958,400,2.699635665,0.123533791,7236.0664808 +117,-1.543292796,0.7243617413,400,2.699635665,0.123533791,7241.5465137 +118,-1.541295822,0.7244024384,400,2.699635665,0.123533791,7246.9010032 +119,-1.543193859,0.7205570215,400,2.699635665,0.123533791,7247.8842154 +120,-1.550257047,0.7386738187,400,2.699635665,0.123533791,7199.9489976 +121,-1.549335448,0.7311736483,400,2.699635665,0.123533791,7214.3407817 +122,-1.533478843,0.7179891343,400,2.699635665,0.123533791,7278.4711467 +123,-1.556150555,0.738907041,400,2.699635665,0.123533791,7183.758432 +124,-1.554324226,0.733414257,400,2.699635665,0.123533791,7197.3253052 +125,-1.554290846,0.7288285332,400,2.699635665,0.123533791,7204.6274738 +126,-1.55122487,0.7219795312,400,2.699635665,0.123533791,7223.7345596 +127,-1.525104458,0.7229399862,400,2.699635665,0.123533791,7293.114802 +128,-1.519607711,0.7236181429,400,2.699635665,0.123533791,7306.8288517 +129,-1.513899999,0.7251107854,400,2.699635665,0.123533791,7319.696105 +130,-1.536620762,0.7431061895,400,2.699635665,0.123533791,7229.2232461 +131,-1.5369566,0.7460845958,400,2.699635665,0.123533791,7223.4721981 +132,-1.545345528,0.7447040685,400,2.699635665,0.123533791,7203.4288991 +133,-1.532813921,0.7432306626,400,2.699635665,0.123533791,7239.1312388 +134,-1.554788248,0.7382381001,400,2.699635665,0.123533791,7188.473235 +135,-1.540348126,0.7301594274,400,2.699635665,0.123533791,7240.2199918 +136,-1.538016084,0.7239051786,400,2.699635665,0.123533791,7256.5948355 +137,-1.525288962,0.7258085137,400,2.699635665,0.123533791,7287.8973094 +138,-1.534326986,0.731241342,400,2.699635665,0.123533791,7254.6806626 +139,-1.530733872,0.7303625216,400,2.699635665,0.123533791,7265.7717405 +141,-1.534354939,0.7328219978,400,2.699635665,0.123533791,7252.0331762 +142,-1.53157084,0.7292888153,400,2.699635665,0.123533791,7265.2755501 +143,-1.525691035,0.7263799874,400,2.699635665,0.123533791,7285.8734148 +144,-1.534031287,0.7495967835,400,2.699635665,0.123533791,7225.4543363 +145,-1.527714986,0.7283095957,400,2.699635665,0.123533791,7277.2532212 +146,-1.526189586,0.7271468292,400,2.699635665,0.123533791,7283.2691721 +147,-1.555177336,0.7375563366,400,2.699635665,0.123533791,7188.5019579 +148,-1.555080283,0.7312707794,400,2.699635665,0.123533791,7198.6523273 +149,-1.53856994,0.7224180299,400,2.699635665,0.123533791,7257.484635 +150,-1.530837883,0.729933372,400,2.699635665,0.123533791,7266.1939879 +151,-1.515066984,0.5854133365,400,2.699635665,0.123533791,7540.5336506 +152,-1.534731633,0.5368370046,400,2.699635665,0.123533791,7551.0129367 +153,-1.515231902,0.5607085576,400,2.699635665,0.123533791,7577.398807 +154,-2.616253799,1.0684566605,400,2.699635665,0.123533791,4681.5088072 +155,-1.956071439,0.5792177723,400,2.699635665,0.123533791,6141.1264666 +156,-1.951208514,0.5602434208,400,2.699635665,0.123533791,6167.372183 +157,-1.944675062,0.6062144545,400,2.699635665,0.123533791,6163.5861666 +158,-1.613778386,0.6077989518,400,2.699635665,0.123533791,7206.8633113 +159,-2.035029014,0.6021432345,400,2.699635665,0.123533791,5872.8671127 +160,-2.114989471,0.6801825058,400,2.699635665,0.123533791,5600.5176631 +161,-2.037382079,0.5765830025,400,2.699635665,0.123533791,5874.2469585 +162,-2.129855121,0.6585019963,400,2.699635665,0.123533791,5556.9074932 +163,-2.075141798,0.6493615843,400,2.699635665,0.123533791,5730.3381208 +164,-1.828626729,0.6948433129,400,2.699635665,0.123533791,6462.4041829 +165,-1.863329418,0.6735427691,400,2.699635665,0.123533791,6374.9040018 +166,-1.266037071,0.727988852,400,2.699635665,0.123533791,7944.0653614 +167,-1.277579582,0.7249010648,400,2.699635665,0.123533791,7923.7395766 +168,-1.258418684,0.7241194816,400,2.699635665,0.123533791,7971.3170846 +169,-1.317813974,0.6804850104,400,2.699635665,0.123533791,7923.0835401 +170,-1.344165204,0.6790988904,400,2.699635665,0.123533791,7857.487273 +171,-1.427582102,0.5277120351,400,2.699635665,0.123533791,7901.8570378 +172,-1.402238616,0.457167829,400,2.699635665,0.123533791,8097.90989 +173,-1.422454264,0.4996161999,400,2.699635665,0.123533791,7964.2268843 +174,-1.439089277,0.4894859811,400,2.699635665,0.123533791,7927.4614757 +175,-1.448126995,0.5182330266,400,2.699635665,0.123533791,7853.0682632 +176,-1.474626146,0.5881926574,400,2.699635665,0.123533791,7658.4808677 +177,-1.421139645,0.5584869783,400,2.699635665,0.123533791,7869.5231185 +178,-1.457037165,0.565943032,400,2.699635665,0.123533791,7748.0767559 +179,-2.757159358,0.3745319,400,2.699635665,0.123533791,3309.2351837 +180,-2.714309238,0.342054471,400,2.699635665,0.123533791,3446.6518188 +181,-2.000525337,0.774119946,400,2.699635665,0.123533791,5914.7785228 +183,-1.571413436,0.6777838382,400,2.699635665,0.123533791,7234.7930984 +184,-1.552860289,0.6987663893,400,2.699635665,0.123533791,7255.4533941 +185,-1.521852374,0.7165827476,400,2.699635665,0.123533791,7312.387852 +186,-1.503656267,0.6928968252,400,2.699635665,0.123533791,7401.5602514 +187,-1.502753178,0.7136205882,400,2.699635665,0.123533791,7369.1230792 +188,-1.631894563,0.7343596465,400,2.699635665,0.123533791,6984.1111435 +189,-1.653765416,0.6770714026,400,2.699635665,0.123533791,6997.4519575 +190,-1.719812114,0.6715965947,400,2.699635665,0.123533791,6808.9621145 +191,-1.493406659,0.6646955447,400,2.699635665,0.123533791,7477.3589048 +192,-1.469120564,0.6613469966,400,2.699635665,0.123533791,7551.5254977 +193,-1.590551461,0.5326612937,400,2.699635665,0.123533791,7377.9870282 +194,-1.625979264,0.5247742243,400,2.699635665,0.123533791,7272.873733 +195,-1.572293943,0.5238808754,400,2.699635665,0.123533791,7448.4291716 +196,-1.610848725,0.5477107964,400,2.699635665,0.123533791,7293.489084 +197,-1.208485554,0.7918526018,400,2.699635665,0.123533791,7914.8317243 +198,-1.335601374,0.6869083083,400,2.699635665,0.123533791,7863.3728152 +199,-1.346156996,0.6825213377,400,2.699635665,0.123533791,7845.1391032 +200,-1.324381037,0.6741422347,400,2.699635665,0.123533791,7919.6584733 +201,-1.242424992,0.7378949807,400,2.699635665,0.123533791,7975.6090724 +202,-1.270370057,0.7392461008,400,2.699635665,0.123533791,7907.250698 +203,-1.448950472,0.7441675014,400,2.699635665,0.123533791,7456.561355 +204,-1.492662363,0.7523026852,400,2.699635665,0.123533791,7329.0216795 +205,-1.479098966,0.7763855017,400,2.699635665,0.123533791,7320.5322017 +206,-1.633760714,0.7869022408,400,2.699635665,0.123533791,6906.5152999 +207,-1.647406434,0.8101289331,400,2.699635665,0.123533791,6839.0523068 +208,-1.564245052,0.5701509278,400,2.699635665,0.123533791,7411.1377797 +209,-1.646289963,0.6833746083,400,2.699635665,0.123533791,7011.1552464 +210,-1.5820631,0.6751952144,400,2.699635665,0.123533791,7208.0325214 +211,-1.613236298,0.6681681791,400,2.699635665,0.123533791,7127.5962592 +212,-1.914661867,0.8212566515,400,2.699635665,0.123533791,6126.918743 +213,-1.742133237,0.7250275956,400,2.699635665,0.123533791,6685.8345348 +214,-2.033144872,0.6557314699,400,2.699635665,0.123533791,5860.2974456 +215,-2.039551981,0.6964723658,400,2.699635665,0.123533791,5827.3670189 +216,-1.247341019,0.7622473908,400,2.699635665,0.123533791,7904.8642258 +217,-1.298239787,0.7084123392,400,2.699635665,0.123533791,7911.050955 +218,-1.308539688,0.6926545592,400,2.699635665,0.123533791,7920.2839181 +219,-1.303263185,0.6888938396,400,2.699635665,0.123533791,7941.9581905 +220,-1.852400229,0.6004246149,400,2.699635665,0.123533791,6464.1640735 +221,-1.288947707,0.7473773692,400,2.699635665,0.123533791,7844.5132253 +222,-1.372031502,0.7472790993,400,2.699635665,0.123533791,7644.2037414 +223,-1.289805721,0.7242157877,400,2.699635665,0.123533791,7895.8468482 +224,-1.350807603,0.7533498126,400,2.699635665,0.123533791,7683.2622859 +225,-1.329290365,0.7560442322,400,2.699635665,0.123533791,7729.1590915 +226,-1.410153004,0.616936428,400,2.699635665,0.123533791,7798.0424736 +227,-1.393445434,0.6308995063,400,2.699635665,0.123533791,7819.4719921 +228,-1.37595573,0.6241540638,400,2.699635665,0.123533791,7881.4828341 +229,-1.358388707,0.6172645205,400,2.699635665,0.123533791,7944.1891578 +230,-1.753741133,0.8281661666,400,2.699635665,0.123533791,6543.532018 +231,-1.47430987,0.6834615681,400,2.699635665,0.123533791,7498.6836935 +232,-1.421012508,0.7222725206,400,2.699635665,0.123533791,7570.2997778 +233,-1.4476833,0.6978557868,400,2.699635665,0.123533791,7545.5823408 +234,-1.470370723,0.6966193374,400,2.699635665,0.123533791,7486.4055038 +235,-1.429211703,0.7037216883,400,2.699635665,0.123533791,7584.1029648 +236,-1.700578405,0.6178673663,400,2.699635665,0.123533791,6926.9640355 +237,-1.678117619,0.6331716163,400,2.699635665,0.123533791,6978.4483127 +238,-1.725644578,0.6316331145,400,2.699635665,0.123533791,6834.5414572 +239,-2.14012759,0.7930497945,400,2.699635665,0.123533791,5520.1385439 +240,-2.103289431,0.7653606263,400,2.699635665,0.123533791,5625.2474111 +241,-1.318739838,0.7017808746,400,2.699635665,0.123533791,7874.4821238 +242,-1.396417427,0.7077900843,400,2.699635665,0.123533791,7662.5749847 +243,-1.35650337,0.7185539404,400,2.699635665,0.123533791,7743.1537968 +244,-1.248884539,0.7274156818,400,2.699635665,0.123533791,7985.9464569 +245,-1.395014798,0.5761185243,400,2.699635665,0.123533791,7916.4553413 +246,-1.433377362,0.6064716109,400,2.699635665,0.123533791,7749.6597291 +247,-1.408172432,0.5903155476,400,2.699635665,0.123533791,7852.0964192 +248,-1.749645898,0.7757118084,400,2.699635665,0.123533791,6610.6552503 +249,-1.571626686,0.615046989,400,2.699635665,0.123533791,7325.2611391 +250,-1.514070049,0.6303003037,400,2.699635665,0.123533791,7473.7446211 +251,-1.480890369,0.6237966528,400,2.699635665,0.123533791,7581.3988604 +252,-1.704390658,0.5281680612,400,2.699635665,0.123533791,7011.6096867 +253,-1.64434733,0.5254277498,400,2.699635665,0.123533791,7212.0422539 +254,-1.703855997,0.4792484842,400,2.699635665,0.123533791,7063.5598474 +255,-1.692002383,0.5748825051,400,2.699635665,0.123533791,7001.66107 +256,-1.854136457,0.5544643913,400,2.699635665,0.123533791,6493.0342344 +257,-1.665021206,0.520317736,400,2.699635665,0.123533791,7149.9666299 +258,-1.733654349,0.4845187345,400,2.699635665,0.123533791,6957.0570885 +259,-1.720938188,0.5135933906,400,2.699635665,0.123533791,6971.5576107 +260,-1.742668307,0.553296122,400,2.699635665,0.123533791,6860.5177938 +261,-1.965659039,0.7142126903,400,2.699635665,0.123533791,6041.9888005 +262,-1.944438071,0.6772834804,400,2.699635665,0.123533791,6125.1496853 +263,-1.270340967,0.7681487096,400,2.699635665,0.123533791,7838.5864572 +264,-1.353091884,0.6549276821,400,2.699635665,0.123533791,7883.4971915 +265,-1.333236659,0.6413584414,400,2.699635665,0.123533791,7964.9532596 +266,-1.352015998,0.6753788907,400,2.699635665,0.123533791,7844.5448667 +267,-1.377988483,0.6577816235,400,2.699635665,0.123533791,7810.3461027 +268,-2.13075611,0.8318642051,400,2.699635665,0.123533791,5546.1970404 +269,-2.097910953,0.8259670014,400,2.699635665,0.123533791,5634.3103057 +270,-1.416382069,0.6694271549,400,2.699635665,0.123533791,7683.2216059 +271,-1.538905672,0.7535625993,400,2.699635665,0.123533791,7206.1137739 +272,-1.572309477,0.7803125099,400,2.699635665,0.123533791,7076.1993646 +273,-1.87759879,0.7503853417,400,2.699635665,0.123533791,6276.4993351 +274,1.152365588,0.590457682,400,2.699635665,0.123533791,5872.9295528 +275,0.350198001,0.718001859,400,2.699635665,0.123533791,8043.4726683 +276,0.046513677,0.491503852,400,2.699635665,0.123533791,9374.1406264 +277,0.027510309,0.742571376,400,2.699635665,0.123533791,8618.0231178 +278,0.306285725,-0.214631579,400,2.699635665,0.123533791,9503.2531976 +279,-1.100564889,0.318051531,400,2.699635665,0.123533791,9331.8629389 +280,-1.078582306,0.301437596,400,2.699635665,0.123533791,9436.8205456 +281,-1.137371989,-0.617634065,400,2.699635665,0.123533791,9252.0358881 +282,0.784356344,0.703272339,400,2.699635665,0.123533791,6922.4300823 +283,-1.221209947,0.218327455,400,2.699635665,0.123533791,9090.6473447 +284,2.347301921,-0.449114658,400,2.699635665,0.123533791,2642.8110641 +285,0.246820618,0.830553713,400,2.699635665,0.123533791,7963.9897547 +286,0.829414965,0.703288228,400,2.699635665,0.123533791,6792.5981424 +287,-1.337537566,0.42332223,400,2.699635665,0.123533791,8364.5326176 +288,0.882453706,0.454478077,400,2.699635665,0.123533791,6871.9842078 +289,1.575629659,0.416419109,400,2.699635665,0.123533791,4408.5627994 +290,-1.039455679,0.229888244,400,2.699635665,0.123533791,9707.8770529 +291,0.489558039,0.934482747,400,2.699635665,0.123533791,7233.9427616 +292,0.081344504,0.88384514,400,2.699635665,0.123533791,8070.1391271 +293,-1.547979814,0.300350308,400,2.699635665,0.123533791,7802.1042644 +294,0.040776181,0.168560074,400,2.699635665,0.123533791,10215.236477 +295,-1.130374745,0.563894876,400,2.699635665,0.123533791,8681.7564153 +296,1.578326642,0.478507176,400,2.699635665,0.123533791,4419.5046899 +297,-1.12861823,-0.291640865,400,2.699635665,0.123533791,9706.0841596 +298,0.310524208,0.770885792,400,2.699635665,0.123533791,7999.1379764 +299,0.415649091,-0.387246002,400,2.699635665,0.123533791,9012.7995737 +300,-0.926533878,-0.188022748,400,2.699635665,0.123533791,10531.357358 +301,1.258856172,-0.11716081,400,2.699635665,0.123533791,5771.8692641 +302,-1.126050026,0.322941926,400,2.699635665,0.123533791,9239.4116962 +303,2.002785835,0.07893892,400,2.699635665,0.123533791,2750.9339236 +304,0.440437607,0.746258085,400,2.699635665,0.123533791,7762.7118481 +305,-0.030391866,0.214441206,400,2.699635665,0.123533791,10341.787179 +306,0.521557815,-0.058929362,400,2.699635665,0.123533791,8636.6613625 +307,-0.097005111,0.13317729,400,2.699635665,0.123533791,10743.688424 +308,1.83113859,0.221857587,400,2.699635665,0.123533791,3406.376489 +309,0.222428864,0.099404236,400,2.699635665,0.123533791,9673.4146663 +310,-1.702731345,0.8728568183,400,2.699635665,0.123533791,6619.3055977 +311,-0.418507569,0.278324921,400,2.699635665,0.123533791,10849.431593 +312,-1.41153306,0.339029988,400,2.699635665,0.123533791,8243.0742915 +313,0.357560442,0.114788776,400,2.699635665,0.123533791,9146.5648131 +314,0.325818979,0.268352149,400,2.699635665,0.123533791,9054.7336786 +315,-1.246004659,-0.663679965,400,2.699635665,0.123533791,8862.0701218 +316,1.814603087,0.637404484,400,2.699635665,0.123533791,3779.0612164 +317,1.843704281,-0.18300445,400,2.699635665,0.123533791,3586.9835268 +318,1.690644492,-0.211480909,400,2.699635665,0.123533791,4188.9346536 +319,-1.275451936,0.068109467,400,2.699635665,0.123533791,9062.5405325 +320,0.762430171,-0.207594741,400,2.699635665,0.123533791,7737.250306 +321,0.265668905,-0.014647884,400,2.699635665,0.123533791,9616.2496541 +322,-2.773032013,-0.335515811,400,2.699635665,0.123533791,3647.3623084 +323,-1.469512853,0.174058777,400,2.699635665,0.123533791,8222.5715768 +324,0.286276986,0.785925691,400,2.699635665,0.123533791,8010.1416424 +325,-1.379324697,0.377432233,400,2.699635665,0.123533791,8298.8515821 +326,-1.203778265,0.212813032,400,2.699635665,0.123533791,9161.4058084 +327,0.579916301,0.611743168,400,2.699635665,0.123533791,7651.4871926 +328,0.267582642,0.868113908,400,2.699635665,0.123533791,7819.7211041 +329,0.412869244,-0.050245578,400,2.699635665,0.123533791,9059.7976534 +330,0.17524381,0.976660285,400,2.699635665,0.123533791,7642.1938128 +331,0.743157214,0.204812899,400,2.699635665,0.123533791,7598.002542 +332,-1.070758176,0.269382282,400,2.699635665,0.123533791,9526.6226095 +333,-1.230364251,0.329790229,400,2.699635665,0.123533791,8880.910987 +334,-1.374813124,-0.024926835,400,2.699635665,0.123533791,8740.6717096 +335,0.519780566,0.463669906,400,2.699635665,0.123533791,8082.6992881 +336,-1.55108034,0.239698561,400,2.699635665,0.123533791,7852.6337371 +337,0.180294813,0.029739425,400,2.699635665,0.123533791,9910.5301235 +338,0.67820924,0.268170153,400,2.699635665,0.123533791,7783.5496087 +339,0.445798684,1.024001867,400,2.699635665,0.123533791,7102.2172089 +340,0.691751283,0.150521402,400,2.699635665,0.123533791,7838.3397599 +341,-1.036643551,-0.903056181,400,2.699635665,0.123533791,8799.4066774 +342,-0.120287036,1.083325163,400,2.699635665,0.123533791,7562.9012664 +343,2.823513113,-0.304487164,400,2.699635665,0.123533791,1763.3487349 +344,0.457583172,1.12513373,400,2.699635665,0.123533791,6837.8689424 +345,0.042918831,0.813795399,400,2.699635665,0.123533791,8357.4057638 +346,1.196146777,-0.853142756,400,2.699635665,0.123533791,6415.8355845 +347,0.206001358,-0.010430701,400,2.699635665,0.123533791,9845.7280576 +348,-0.268308653,0.234799412,400,2.699635665,0.123533791,10868.697549 +349,0.759363263,0.736189579,400,2.699635665,0.123533791,6950.2069159 +350,0.181363926,0.891988372,400,2.699635665,0.123533791,7895.2753467 +351,-0.021111158,0.139103292,400,2.699635665,0.123533791,10483.028746 +352,-0.093355215,0.630686981,400,2.699635665,0.123533791,9187.0438906 +353,0.40118964,0.681375926,400,2.699635665,0.123533791,8004.7551114 +354,-0.721197315,1.304706234,400,2.699635665,0.123533791,6746.1699607 +355,-1.076150317,0.212107639,400,2.699635665,0.123533791,9614.5276161 +356,-1.577164531,0.273993443,400,2.699635665,0.123533791,7722.1933803 +357,-0.190788414,0.182208586,400,2.699635665,0.123533791,10879.299048 +358,-0.261349752,0.209710184,400,2.699635665,0.123533791,10944.380538 +359,-1.029303852,0.083549259,400,2.699635665,0.123533791,9981.4062109 +360,-1.268609162,0.330525297,400,2.699635665,0.123533791,8750.1127319 +361,1.282982244,-0.926641967,400,2.699635665,0.123533791,6249.7703763 +362,0.217352334,0.731352408,400,2.699635665,0.123533791,8302.7871837 +363,-1.511833084,0.258629297,400,2.699635665,0.123533791,7979.0902536 +364,0.338812194,0.823184618,400,2.699635665,0.123533791,7804.2464269 +365,-0.324406489,1.134201999,400,2.699635665,0.123533791,7449.9061394 +366,1.389579348,0.399185724,400,2.699635665,0.123533791,5082.9179782 +367,2.047152199,-0.039082036,400,2.699635665,0.123533791,2658.4275033 +368,0.947780369,0.568250077,400,2.699635665,0.123533791,6556.2480817 +369,0.763824846,0.576754987,400,2.699635665,0.123533791,7140.1521003 +370,-0.142334657,0.928153068,400,2.699635665,0.123533791,8158.2550756 +371,0.610266567,0.547265983,400,2.699635665,0.123533791,7663.2808244 +372,0.210731629,0.746815056,400,2.699635665,0.123533791,8272.4664902 +373,-1.34931644,0.316895224,400,2.699635665,0.123533791,8492.2964919 +374,2.407696481,0.655030745,400,2.699635665,0.123533791,2352.5405647 +375,0.64207831,0.545359131,400,2.699635665,0.123533791,7566.3961022 +376,1.174597538,0.840588356,400,2.699635665,0.123533791,5737.1487237 +377,0.660059424,0.010604079,400,2.699635665,0.123533791,8057.5900528 +378,-0.730263819,0.010486456,400,2.699635665,0.123533791,11186.958214 +379,0.831068936,0.512339172,400,2.699635665,0.123533791,6992.6984096 +380,1.301180979,0.72367476,400,2.699635665,0.123533791,5387.4390567 +381,1.811128231,0.322854402,400,2.699635665,0.123533791,3509.3740715 +382,0.435105812,0.992284428,400,2.699635665,0.123533791,7197.3803233 +383,0.62643634,0.592027932,400,2.699635665,0.123533791,7544.685994 +384,0.492988703,-0.516339467,400,2.699635665,0.123533791,8640.4167428 +385,-0.162469483,0.112549365,400,2.699635665,0.123533791,10996.686898 +386,0.314630866,0.472006421,400,2.699635665,0.123533791,8705.4331656 +387,0.166744804,0.822815954,400,2.699635665,0.123533791,8130.5197533 +388,0.417159608,0.965805736,400,2.699635665,0.123533791,7293.6379058 +389,0.106334961,0.868774244,400,2.699635665,0.123533791,8083.3073101 +390,0.815086969,-0.338144359,400,2.699635665,0.123533791,7553.2283428 +391,0.59867455,-0.230624824,400,2.699635665,0.123533791,8372.7246461 +392,1.915104874,0.066220985,400,2.699635665,0.123533791,3100.6740034 +393,1.278093622,0.064463721,400,2.699635665,0.123533791,5604.6869742 +394,-0.061477853,0.302997961,400,2.699635665,0.123533791,10191.735034 +395,0.251311504,0.626976942,400,2.699635665,0.123533791,8508.9284846 +396,2.950242872,0.149095644,400,2.699635665,0.123533791,988.56943861 +397,-0.180294708,0.35375117,400,2.699635665,0.123533791,10296.057758 +398,1.010448592,-0.351180233,400,2.699635665,0.123533791,6828.1375863 +399,-1.748740498,0.3686318073,400,2.699635665,0.123533791,7008.0642022 +400,2.699635665,0.123533791,400,2.699635665,0.123533791,0 +401,0.496808033,0.823843254,400,2.699635665,0.123533791,7461.6997739 +402,0.129574704,0.763364087,400,2.699635665,0.123533791,8378.1212163 +403,1.798920311,0.817447563,400,2.699635665,0.123533791,4095.1928642 +404,0.335987953,0.746786541,400,2.699635665,0.123533791,8004.9500167 +405,-1.085413643,0.292154671,400,2.699635665,0.123533791,9433.2716993 +406,-0.155321003,0.508207011,400,2.699635665,0.123533791,9713.1428399 +407,0.620529244,-0.301175104,400,2.699635665,0.123533791,8285.8659519 +408,1.684402744,0.368716966,400,2.699635665,0.123533791,3996.9829921 +409,0.300582244,-0.386397212,400,2.699635665,0.123533791,9426.7931221 +410,2.913555946,-0.009225192,400,2.699635665,0.123533791,995.53741171 +411,1.465101417,0.493232532,400,2.699635665,0.123533791,4819.2824705 +412,0.090612882,0.907955955,400,2.699635665,0.123533791,7978.0274095 +413,2.987564726,-0.729568594,400,2.699635665,0.123533791,3536.5759524 +414,-1.484261606,0.224149272,400,2.699635665,0.123533791,8117.4136159 +415,0.164073421,0.303955133,400,2.699635665,0.123533791,9529.8728553 +416,0.141441293,0.167552546,400,2.699635665,0.123533791,9869.2216013 +417,2.931321023,-0.506718887,400,2.699635665,0.123533791,2648.2948627 +418,2.21951565,0.700596356,400,2.699635665,0.123533791,2848.9647379 +419,0.268112576,1.199114336,400,2.699635665,0.123533791,6852.4130804 +420,0.978913739,0.359223811,400,2.699635665,0.123533791,6600.5677403 +421,1.210898818,0.522863584,400,2.699635665,0.123533791,5697.5169344 +422,2.347397336,0.129231362,400,2.699635665,0.123533791,1384.1552051 +423,0.614394501,0.556878345,400,2.699635665,0.123533791,7635.7160106 +424,-1.398079356,0.148483366,400,2.699635665,0.123533791,8518.1079487 +425,2.535303836,-0.112984496,400,2.699635665,0.123533791,1139.9082618 +426,-1.019372593,-0.405322349,400,2.699635665,0.123533791,9980.055073 +427,-1.297785627,-0.160104069,400,2.699635665,0.123533791,9087.2226131 +428,2.144554488,0.205051084,400,2.699635665,0.123533791,2191.5643859 +429,-2.242387083,-0.426171285,400,2.699635665,0.123533791,5606.508706 +430,0.338637212,0.909723676,400,2.699635665,0.123533791,7577.6828164 +431,-0.148798452,0.691042401,400,2.699635665,0.123533791,9043.2127788 +432,0.893524764,0.441829531,400,2.699635665,0.123533791,6844.2416937 +433,0.969229347,-0.368847936,400,2.699635665,0.123533791,6985.3314024 +434,0.436043248,0.800045688,400,2.699635665,0.123533791,7651.685447 +435,1.687946607,1.081504775,400,2.699635665,0.123533791,4779.4868922 +436,0.522302046,-0.034889271,400,2.699635665,0.123533791,8622.5385304 +437,-0.178996113,-0.438090009,400,2.699635665,0.123533791,10849.114102 +438,-1.094339566,0.301444068,400,2.699635665,0.123533791,9385.5300539 +439,-1.064070054,0.242569932,400,2.699635665,0.123533791,9600.608866 +440,-1.068153768,0.230387998,400,2.699635665,0.123533791,9609.3827212 +441,-3.00496892,-0.23989155,400,2.699635665,0.123533791,2692.1113331 +442,0.21751974,0.766874888,400,2.699635665,0.123533791,8201.6457217 +443,0.117229532,0.007619006,400,2.699635665,0.123533791,10174.089886 +444,0.777758451,0.420554741,400,2.699635665,0.123533791,7268.8682941 +445,-0.252356999,0.250747086,400,2.699635665,0.123533791,10784.646587 +446,0.363148444,0.768483434,400,2.699635665,0.123533791,7890.1763335 +447,0.903191366,-0.118210676,400,2.699635665,0.123533791,7161.6098565 +448,-0.205755923,0.149406178,400,2.699635665,0.123533791,11016.071066 +449,1.811996086,0.02364353,400,2.699635665,0.123533791,3526.5132368 +450,-1.100670221,0.314845373,400,2.699635665,0.123533791,9338.0148514 +451,0.340078597,0.850105132,400,2.699635665,0.123533791,7731.8806836 +452,0.258757267,0.804969236,400,2.699635665,0.123533791,8013.1659594 +453,2.78505352,-0.155160804,400,2.699635665,0.123533791,1154.2611298 +454,0.800551619,0.105822106,400,2.699635665,0.123533791,7450.2586982 +455,0.437940882,-0.506194031,400,2.699635665,0.123533791,8834.6713923 +456,2.230431122,0.63458615,400,2.699635665,0.123533791,2640.8316785 +457,0.527965361,0.127667701,400,2.699635665,0.123533791,8485.1943222 +458,-0.063643205,0.702093448,400,2.699635665,0.123533791,8893.6855689 +459,1.408447268,0.133010502,400,2.699635665,0.123533791,5065.6030003 +460,0.523795955,0.280266966,400,2.699635665,0.123533791,8334.2187771 +461,-0.975769313,0.072177659,400,2.699635665,0.123533791,10195.652353 +462,0.549774164,-0.463663986,400,2.699635665,0.123533791,8485.3860695 +463,0.29245874,1.095549818,400,2.699635665,0.123533791,7130.8365031 +464,0.143625958,0.816809593,400,2.699635665,0.123533791,8188.4519966 +465,0.671902494,0.611159853,400,2.699635665,0.123533791,7378.5730358 +466,1.239840988,0.6724199,400,2.699635665,0.123533791,5574.3867339 +467,0.607829703,-0.10932137,400,2.699635665,0.123533791,8316.3185809 +468,1.763020906,0.263996692,400,2.699635665,0.123533791,3674.0823973 +469,0.378714634,0.726066797,400,2.699635665,0.123533791,7956.7028584 +470,2.196736143,-0.153862366,400,2.699635665,0.123533791,2269.0885144 +471,0.01702415,0.148991565,400,2.699635665,0.123533791,10334.495891 +472,-2.998490902,-0.158002487,400,2.699635665,0.123533791,2564.4943327 +473,-3.051262951,-0.346595608,400,2.699635665,0.123533791,2787.8217041 +474,-1.069176439,0.182802941,400,2.699635665,0.123533791,9688.7969637 +475,0.167157509,0.595344954,400,2.699635665,0.123533791,8794.5312473 +476,0.613855648,0.681746124,400,2.699635665,0.123533791,7436.5705997 +477,1.037012736,0.682555367,400,2.699635665,0.123533791,6193.7509941 +478,-1.253574971,0.379755746,400,2.699635665,0.123533791,8715.3581122 +479,3.108590453,-0.132620738,400,2.699635665,0.123533791,1907.6136128 +480,0.565301296,0.022333262,400,2.699635665,0.123533791,8421.5962054 +481,0.547898238,0.855555614,400,2.699635665,0.123533791,7280.7639962 +482,0.948309381,0.417393755,400,2.699635665,0.123533791,6670.2147858 +483,-0.050600732,0.945269213,400,2.699635665,0.123533791,8014.3910547 +484,-0.977651478,-0.572363064,400,2.699635665,0.123533791,9791.7149357 +485,1.102014914,0.728861163,400,2.699635665,0.123533791,5975.341014 +486,2.927300795,-0.282939414,400,2.699635665,0.123533791,1840.8911893 +487,-1.154565557,0.124434095,400,2.699635665,0.123533791,9462.1019558 +488,1.855331234,0.291044755,400,2.699635665,0.123533791,3330.6301959 +489,0.830290659,0.276904518,400,2.699635665,0.123533791,7210.8781896 +490,0.485104466,-0.234867441,400,2.699635665,0.123533791,8810.2719623 +491,0.521367572,-0.33161327,400,2.699635665,0.123533791,8651.8360427 +1,-1.539031704,0.7349710123,401,0.496808033,0.823843254,5155.4465245 +2,-1.536990553,0.7349663874,401,0.496808033,0.823843254,5151.6799547 +3,-1.534951779,0.7349571355,401,0.496808033,0.823843254,5147.9271272 +4,-1.532906461,0.7349480293,401,0.496808033,0.823843254,5144.1568089 +5,-1.531320211,0.7346937278,401,0.496808033,0.823843254,5141.9875042 +6,-1.539451648,0.7335131775,401,0.496808033,0.823843254,5160.7096835 +7,-1.537429487,0.7335445708,401,0.496808033,0.823843254,5156.8647976 +8,-1.535484998,0.7335658704,401,0.496808033,0.823843254,5153.1905578 +9,-1.533488396,0.7336036027,401,0.496808033,0.823843254,5149.3646819 +10,-1.531497785,0.7335842962,401,0.496808033,0.823843254,5145.7204714 +11,-1.530259379,0.7334777758,401,0.496808033,0.823843254,5143.7406879 +12,-1.5335454,0.7322346912,401,0.496808033,0.823843254,5153.673428 +13,-1.531489083,0.7322238773,401,0.496808033,0.823843254,5149.8773994 +14,-1.530011122,0.7321679851,401,0.496808033,0.823843254,5147.2935019 +15,-1.53348106,0.7306614094,401,0.496808033,0.823843254,5158.3847797 +16,-1.531441779,0.7306962275,401,0.496808033,0.823843254,5154.4762441 +17,-1.529755654,0.7306933243,401,0.496808033,0.823843254,5151.338242 +18,-1.533415048,0.7291384674,401,0.496808033,0.823843254,5162.9392015 +19,-1.531392093,0.7291705353,401,0.496808033,0.823843254,5159.0654686 +20,-1.529296523,0.7291214933,401,0.496808033,0.823843254,5155.3000923 +21,-1.535280942,0.727267644,401,0.496808033,0.823843254,5172.1688388 +22,-1.533378158,0.7276139666,401,0.496808033,0.823843254,5167.553526 +23,-1.531340368,0.7276446587,401,0.496808033,0.823843254,5163.6522651 +24,-1.528960113,0.7276398177,401,0.496808033,0.823843254,5159.2142469 +25,-1.533313146,0.7260818349,401,0.496808033,0.823843254,5172.1395962 +26,-1.531259555,0.7260958115,401,0.496808033,0.823843254,5168.2559543 +27,-1.528926415,0.7260865555,401,0.496808033,0.823843254,5163.9148863 +28,-1.531226779,0.7245511789,401,0.496808033,0.823843254,5172.9374075 +29,-1.528904772,0.7245519194,401,0.496808033,0.823843254,5168.5819128 +30,-1.547195875,0.7409785979,401,0.496808033,0.823843254,5151.9844143 +31,-1.5451475,0.740980426,401,0.496808033,0.823843254,5148.2199178 +32,-1.543097679,0.7409798872,401,0.496808033,0.823843254,5144.4551421 +33,-1.540720364,0.7409892687,401,0.496808033,0.823843254,5140.0519407 +34,-1.547188511,0.7395198392,401,0.496808033,0.823843254,5156.4703097 +35,-1.545148587,0.7395226109,401,0.496808033,0.823843254,5152.7145897 +36,-1.543104538,0.7395314908,401,0.496808033,0.823843254,5148.9276052 +37,-1.540727751,0.7395306258,401,0.496808033,0.823843254,5144.5524963 +38,-1.547187029,0.7380014886,401,0.496808033,0.823843254,5161.1517637 +39,-1.545147315,0.7380012252,401,0.496808033,0.823843254,5157.4018181 +40,-1.54310719,0.7380060743,401,0.496808033,0.823843254,5153.6304874 +41,-1.540719671,0.7380068206,401,0.496808033,0.823843254,5149.225981 +42,-1.547187189,0.7364799098,401,0.496808033,0.823843254,5165.8471785 +43,-1.545149996,0.7364853874,401,0.496808033,0.823843254,5162.0802099 +44,-1.543106091,0.7364823484,401,0.496808033,0.823843254,5158.3222594 +45,-1.540717158,0.7364893901,401,0.496808033,0.823843254,5153.8911097 +46,-1.538663972,0.7410138672,401,0.496808033,0.823843254,5136.1872135 +47,-1.53695285,0.7409699132,401,0.496808033,0.823843254,5133.1655553 +48,-1.534910498,0.7409641297,401,0.496808033,0.823843254,5129.4110418 +49,-1.533145034,0.7409536636,401,0.496808033,0.823843254,5126.1783689 +50,-1.538681336,0.7395405883,401,0.496808033,0.823843254,5140.7473215 +51,-1.536999189,0.7395183096,401,0.496808033,0.823843254,5137.7094492 +52,-1.534923633,0.7395144222,401,0.496808033,0.823843254,5133.8839934 +53,-1.533267822,0.7395654306,401,0.496808033,0.823843254,5130.6626165 +54,-1.53867273,0.7380151077,401,0.496808033,0.823843254,5145.4209632 +55,-1.536980576,0.7379994392,401,0.496808033,0.823843254,5142.3409815 +56,-1.534931522,0.7379944961,401,0.496808033,0.823843254,5138.5637634 +57,-1.533387952,0.7379480264,401,0.496808033,0.823843254,5135.8462441 +58,-1.538682279,0.7364914363,401,0.496808033,0.823843254,5150.1236079 +59,-1.536980704,0.7364810563,401,0.496808033,0.823843254,5147.0066603 +60,-1.534935567,0.7364752065,401,0.496808033,0.823843254,5143.2355096 +61,-1.533042592,0.7363876366,401,0.496808033,0.823843254,5139.992625 +62,-1.545143426,0.7349628011,401,0.496808033,0.823843254,5166.7633504 +63,-1.543105297,0.7349691947,401,0.496808033,0.823843254,5162.9830137 +64,-1.541064533,0.7349647152,401,0.496808033,0.823843254,5159.2264468 +65,-1.545411803,0.7334624714,401,0.496808033,0.823843254,5171.8862681 +66,-1.543446606,0.7334780896,401,0.496808033,0.823843254,5168.2090035 +67,-1.541475327,0.7334957295,401,0.496808033,0.823843254,5164.5098127 +68,-1.545401939,0.731963266,401,0.496808033,0.823843254,5176.4936157 +69,-1.54342253,0.7319915583,401,0.496808033,0.823843254,5172.7472066 +70,-1.541455867,0.7320216438,401,0.496808033,0.823843254,5169.0144265 +71,-1.545410146,0.7304422281,401,0.496808033,0.823843254,5181.2026731 +72,-1.543435491,0.7304713664,401,0.496808033,0.823843254,5177.4586341 +73,-1.541463105,0.7304997613,401,0.496808033,0.823843254,5173.7166652 +74,-1.545414768,0.7289194936,401,0.496808033,0.823843254,5185.9113289 +75,-1.543435774,0.7289538557,401,0.496808033,0.823843254,5182.1393143 +76,-1.541457714,0.7289765881,401,0.496808033,0.823843254,5178.4004515 +77,-1.539449415,0.7320555866,401,0.496808033,0.823843254,5165.1916178 +78,-1.537429183,0.7321097681,401,0.496808033,0.823843254,5161.2764502 +79,-1.535472649,0.7321497267,401,0.496808033,0.823843254,5157.5189127 +80,-1.539457899,0.7305333307,401,0.496808033,0.823843254,5169.8934304 +81,-1.537453161,0.7305750503,401,0.496808033,0.823843254,5166.0414655 +82,-1.535479385,0.7306124949,401,0.496808033,0.823843254,5162.2557777 +83,-1.53946905,0.7290102593,401,0.496808033,0.823843254,5174.6037302 +84,-1.537459922,0.7290417293,401,0.496808033,0.823843254,5170.7712554 +85,-1.535451349,0.7290890157,401,0.496808033,0.823843254,5166.8866413 +86,-1.535522937,0.7279887191,401,0.496808033,0.823843254,5170.4029172 +87,-1.539442524,0.7274735939,401,0.496808033,0.823843254,5179.2868438 +88,-1.537424111,0.727521351,401,0.496808033,0.823843254,5175.3829591 +89,-1.539384641,0.7259505092,401,0.496808033,0.823843254,5183.8706236 +90,-1.537372391,0.7259947145,401,0.496808033,0.823843254,5179.9851057 +91,-1.535340789,0.7260435356,401,0.496808033,0.823843254,5176.0447646 +92,-1.539325716,0.7244369706,401,0.496808033,0.823843254,5188.4237937 +93,-1.537308932,0.7244801057,401,0.496808033,0.823843254,5184.5290976 +94,-1.535289068,0.7245247645,401,0.496808033,0.823843254,5180.6194274 +95,-1.533261366,0.7245550236,401,0.496808033,0.823843254,5176.7348173 +96,-1.539267302,0.722921924,401,0.496808033,0.823843254,5192.9832937 +97,-1.537248972,0.7229660258,401,0.496808033,0.823843254,5189.0787154 +98,-1.535219431,0.7229916471,401,0.496808033,0.823843254,5185.2054833 +99,-1.53318962,0.7230212049,401,0.496808033,0.823843254,5181.3149738 +100,-1.531154816,0.7230299897,401,0.496808033,0.823843254,5177.4742567 +101,-1.528878341,0.7230370244,401,0.496808033,0.823843254,5173.1803028 +102,-1.539218189,0.7214009878,401,0.496808033,0.823843254,5197.5790488 +103,-1.537198791,0.7214422745,401,0.496808033,0.823843254,5193.6771322 +104,-1.535179266,0.7214634354,401,0.496808033,0.823843254,5189.8323525 +105,-1.533156501,0.7214944644,401,0.496808033,0.823843254,5185.946509 +106,-1.53113574,0.7215166021,401,0.496808033,0.823843254,5182.0871337 +107,-1.528874248,0.7215345535,401,0.496808033,0.823843254,5177.7834419 +108,-1.539217656,0.7198512397,401,0.496808033,0.823843254,5202.3552362 +109,-1.537199919,0.7199428763,401,0.496808033,0.823843254,5198.2973727 +110,-1.545425832,0.727397149,401,0.496808033,0.823843254,5190.6317054 +111,-1.543371177,0.7273916949,401,0.496808033,0.823843254,5186.838317 +112,-1.541368852,0.7274523163,401,0.496808033,0.823843254,5182.9335047 +113,-1.545349067,0.7258710923,401,0.496808033,0.823843254,5195.2016056 +114,-1.54332671,0.7258603556,401,0.496808033,0.823843254,5191.4803701 +115,-1.541346831,0.7259242142,401,0.496808033,0.823843254,5187.6033066 +116,-1.545324355,0.7243383958,401,0.496808033,0.823843254,5199.8893465 +117,-1.543292796,0.7243617413,401,0.496808033,0.823843254,5196.0418509 +118,-1.541295822,0.7244024384,401,0.496808033,0.823843254,5192.2005176 +119,-1.543193859,0.7205570215,401,0.496808033,0.823843254,5207.6022901 +120,-1.550257047,0.7386738187,401,0.496808033,0.823843254,5164.7109665 +121,-1.549335448,0.7311736483,401,0.496808033,0.823843254,5186.1920828 +122,-1.533478843,0.7179891343,401,0.496808033,0.823843254,5197.3322099 +123,-1.556150555,0.738907041,401,0.496808033,0.823843254,5174.7722668 +124,-1.554324226,0.733414257,401,0.496808033,0.823843254,5188.4370604 +125,-1.554290846,0.7288285332,401,0.496808033,0.823843254,5202.5790828 +126,-1.55122487,0.7219795312,401,0.496808033,0.823843254,5218.1318292 +127,-1.525104458,0.7229399862,401,0.496808033,0.823843254,5166.3817801 +128,-1.519607711,0.7236181429,401,0.496808033,0.823843254,5153.9435155 +129,-1.513899999,0.7251107854,401,0.496808033,0.823843254,5138.5974184 +130,-1.536620762,0.7431061895,401,0.496808033,0.823843254,5125.9940426 +131,-1.5369566,0.7460845958,401,0.496808033,0.823843254,5117.4713689 +132,-1.545345528,0.7447040685,401,0.496808033,0.823843254,5137.1113083 +133,-1.532813921,0.7432306626,401,0.496808033,0.823843254,5118.5863718 +134,-1.554788248,0.7382381001,401,0.496808033,0.823843254,5174.3539417 +135,-1.540348126,0.7301594274,401,0.496808033,0.823843254,5172.6970347 +136,-1.538016084,0.7239051786,401,0.496808033,0.823843254,5187.6191723 +137,-1.525288962,0.7258085137,401,0.496808033,0.823843254,5157.9416675 +138,-1.534326986,0.731241342,401,0.496808033,0.823843254,5158.1788116 +139,-1.530733872,0.7303625216,401,0.496808033,0.823843254,5154.1791226 +141,-1.534354939,0.7328219978,401,0.496808033,0.823843254,5153.3757511 +142,-1.53157084,0.7292888153,401,0.496808033,0.823843254,5159.0362059 +143,-1.525691035,0.7263799874,401,0.496808033,0.823843254,5156.9464402 +144,-1.534031287,0.7495967835,401,0.496808033,0.823843254,5101.324469 +145,-1.527714986,0.7283095957,401,0.496808033,0.823843254,5154.8294996 +146,-1.526189586,0.7271468292,401,0.496808033,0.823843254,5155.5331245 +147,-1.555177336,0.7375563366,401,0.496808033,0.823843254,5177.1757405 +148,-1.555080283,0.7312707794,401,0.496808033,0.823843254,5196.4641951 +149,-1.53856994,0.7224180299,401,0.496808033,0.823843254,5193.2341064 +150,-1.530837883,0.729933372,401,0.496808033,0.823843254,5155.6898597 +151,-1.515066984,0.5854133365,401,0.496808033,0.823843254,5570.6373701 +152,-1.534731633,0.5368370046,401,0.496808033,0.823843254,5762.6873124 +153,-1.515231902,0.5607085576,401,0.496808033,0.823843254,5647.6172546 +154,-2.616253799,1.0684566605,401,0.496808033,0.823843254,4947.8927215 +155,-1.956071439,0.5792177723,401,0.496808033,0.823843254,6369.8950475 +156,-1.951208514,0.5602434208,401,0.496808033,0.823843254,6430.5917386 +157,-1.944675062,0.6062144545,401,0.496808033,0.823843254,6257.3212645 +158,-1.613778386,0.6077989518,401,0.496808033,0.823843254,5696.0412045 +159,-2.035029014,0.6021432345,401,0.496808033,0.823843254,6393.8893129 +160,-2.114989471,0.6801825058,401,0.496808033,0.823843254,6199.3821279 +161,-2.037382079,0.5765830025,401,0.496808033,0.823843254,6490.1721134 +162,-2.129855121,0.6585019963,401,0.496808033,0.823843254,6295.8264074 +163,-2.075141798,0.6493615843,401,0.496808033,0.823843254,6269.4151025 +164,-1.828626729,0.6948433129,401,0.496808033,0.823843254,5776.1814831 +165,-1.863329418,0.6735427691,401,0.496808033,0.823843254,5901.8656082 +166,-1.266037071,0.727988852,401,0.496808033,0.823843254,4628.9279251 +167,-1.277579582,0.7249010648,401,0.496808033,0.823843254,4662.0798996 +168,-1.258418684,0.7241194816,401,0.496808033,0.823843254,4623.10458 +169,-1.317813974,0.6804850104,401,0.496808033,0.823843254,4872.2987465 +170,-1.344165204,0.6790988904,401,0.496808033,0.823843254,4932.6853565 +171,-1.427582102,0.5277120351,401,0.496808033,0.823843254,5560.3877639 +172,-1.402238616,0.457167829,401,0.496808033,0.823843254,5716.116191 +173,-1.422454264,0.4996161999,401,0.496808033,0.823843254,5633.9099253 +174,-1.439089277,0.4894859811,401,0.496808033,0.823843254,5701.9297059 +175,-1.448126995,0.5182330266,401,0.496808033,0.823843254,5634.470934 +176,-1.474626146,0.5881926574,401,0.496808033,0.823843254,5478.0736164 +177,-1.421139645,0.5584869783,401,0.496808033,0.823843254,5453.445043 +178,-1.457037165,0.565943032,401,0.496808033,0.823843254,5508.5974322 +179,-2.757159358,0.3745319,401,0.496808033,0.823843254,7680.1386407 +180,-2.714309238,0.342054471,401,0.496808033,0.823843254,7819.066456 +181,-2.000525337,0.774119946,401,0.496808033,0.823843254,5727.3184058 +183,-1.571413436,0.6777838382,401,0.496808033,0.823843254,5393.6454596 +184,-1.552860289,0.6987663893,401,0.496808033,0.823843254,5293.2060311 +185,-1.521852374,0.7165827476,401,0.496808033,0.823843254,5179.713349 +186,-1.503656267,0.6928968252,401,0.496808033,0.823843254,5217.1729284 +187,-1.502753178,0.7136205882,401,0.496808033,0.823843254,5152.326417 +188,-1.631894563,0.7343596465,401,0.496808033,0.823843254,5324.1288128 +189,-1.653765416,0.6770714026,401,0.496808033,0.823843254,5546.8283492 +190,-1.719812114,0.6715965947,401,0.496808033,0.823843254,5679.6704484 +191,-1.493406659,0.6646955447,401,0.496808033,0.823843254,5283.0044949 +192,-1.469120564,0.6613469966,401,0.496808033,0.823843254,5244.4534782 +193,-1.590551461,0.5326612937,401,0.496808033,0.823843254,5890.5644749 +194,-1.625979264,0.5247742243,401,0.496808033,0.823843254,5986.9026185 +195,-1.572293943,0.5238808754,401,0.496808033,0.823843254,5881.2716587 +196,-1.610848725,0.5477107964,401,0.496808033,0.823843254,5883.0496574 +197,-1.208485554,0.7918526018,401,0.496808033,0.823843254,4336.6823315 +198,-1.335601374,0.6869083083,401,0.496808033,0.823843254,4892.1505997 +199,-1.346156996,0.6825213377,401,0.496808033,0.823843254,4927.1226593 +200,-1.324381037,0.6741422347,401,0.496808033,0.823843254,4904.4385091 +201,-1.242424992,0.7378949807,401,0.496808033,0.823843254,4551.3850274 +202,-1.270370057,0.7392461008,401,0.496808033,0.823843254,4607.475009 +203,-1.448950472,0.7441675014,401,0.496808033,0.823843254,4956.8800969 +204,-1.492662363,0.7523026852,401,0.496808033,0.823843254,5016.1638354 +205,-1.479098966,0.7763855017,401,0.496808033,0.823843254,4918.6921798 +206,-1.633760714,0.7869022408,401,0.496808033,0.823843254,5159.9129488 +207,-1.647406434,0.8101289331,401,0.496808033,0.823843254,5108.467691 +208,-1.564245052,0.5701509278,401,0.496808033,0.823843254,5718.4861628 +209,-1.646289963,0.6833746083,401,0.496808033,0.823843254,5513.1458358 +210,-1.5820631,0.6751952144,401,0.496808033,0.823843254,5421.7887993 +211,-1.613236298,0.6681681791,401,0.496808033,0.823843254,5501.9986351 +212,-1.914661867,0.8212566515,401,0.496808033,0.823843254,5455.7442965 +213,-1.742133237,0.7250275956,401,0.496808033,0.823843254,5539.022913 +214,-2.033144872,0.6557314699,401,0.496808033,0.823843254,6196.0562714 +215,-2.039551981,0.6964723658,401,0.496808033,0.823843254,6055.0457609 +216,-1.247341019,0.7622473908,401,0.496808033,0.823843254,4496.5832737 +217,-1.298239787,0.7084123392,401,0.496808033,0.823843254,4751.8541868 +218,-1.308539688,0.6926545592,401,0.496808033,0.823843254,4818.0253626 +219,-1.303263185,0.6888938396,401,0.496808033,0.823843254,4817.2310815 +220,-1.852400229,0.6004246149,401,0.496808033,0.823843254,6138.8841589 +221,-1.288947707,0.7473773692,401,0.496808033,0.823843254,4624.4598311 +222,-1.372031502,0.7472790993,401,0.496808033,0.823843254,4795.6389384 +223,-1.289805721,0.7242157877,401,0.496808033,0.823843254,4690.0239843 +224,-1.350807603,0.7533498126,401,0.496808033,0.823843254,4735.490226 +225,-1.329290365,0.7560442322,401,0.496808033,0.823843254,4684.0801187 +226,-1.410153004,0.616936428,401,0.496808033,0.823843254,5254.9353283 +227,-1.393445434,0.6308995063,401,0.496808033,0.823843254,5177.9147268 +228,-1.37595573,0.6241540638,401,0.496808033,0.823843254,5160.1442394 +229,-1.358388707,0.6172645205,401,0.496808033,0.823843254,5142.0781927 +230,-1.753741133,0.8281661666,401,0.496808033,0.823843254,5213.8681971 +231,-1.47430987,0.6834615681,401,0.496808033,0.823843254,5188.077668 +232,-1.421012508,0.7222725206,401,0.496808033,0.823843254,4966.3037535 +233,-1.4476833,0.6978557868,401,0.496808033,0.823843254,5091.798954 +234,-1.470370723,0.6966193374,401,0.496808033,0.823843254,5140.62454 +235,-1.429211703,0.7037216883,401,0.496808033,0.823843254,5037.3325966 +236,-1.700578405,0.6178673663,401,0.496808033,0.823843254,5823.848574 +237,-1.678117619,0.6331716163,401,0.496808033,0.823843254,5733.2922926 +238,-1.725644578,0.6316331145,401,0.496808033,0.823843254,5822.3787129 +239,-2.14012759,0.7930497945,401,0.496808033,0.823843254,5803.2258338 +240,-2.103289431,0.7653606263,401,0.496808033,0.823843254,5870.9240862 +241,-1.318739838,0.7017808746,401,0.496808033,0.823843254,4814.1479963 +242,-1.396417427,0.7077900843,401,0.496808033,0.823843254,4958.9082927 +243,-1.35650337,0.7185539404,401,0.496808033,0.823843254,4845.8425454 +244,-1.248884539,0.7274156818,401,0.496808033,0.823843254,4593.588576 +245,-1.395014798,0.5761185243,401,0.496808033,0.823843254,5343.4869722 +246,-1.433377362,0.6064716109,401,0.496808033,0.823843254,5335.648295 +247,-1.408172432,0.5903155476,401,0.496808033,0.823843254,5329.9207824 +248,-1.749645898,0.7757118084,401,0.496808033,0.823843254,5382.0649549 +249,-1.571626686,0.615046989,401,0.496808033,0.823843254,5591.4671187 +250,-1.514070049,0.6303003037,401,0.496808033,0.823843254,5429.8059305 +251,-1.480890369,0.6237966528,401,0.496808033,0.823843254,5382.4165862 +252,-1.704390658,0.5281680612,401,0.496808033,0.823843254,6127.3841079 +253,-1.64434733,0.5254277498,401,0.496808033,0.823843254,6021.0525637 +254,-1.703855997,0.4792484842,401,0.496808033,0.823843254,6288.3279966 +255,-1.692002383,0.5748825051,401,0.496808033,0.823843254,5950.0195622 +256,-1.854136457,0.5544643913,401,0.496808033,0.823843254,6301.0366506 +257,-1.665021206,0.520317736,401,0.496808033,0.823843254,6078.0419749 +258,-1.733654349,0.4845187345,401,0.496808033,0.823843254,6327.6052037 +259,-1.720938188,0.5135933906,401,0.496808033,0.823843254,6206.7814526 +260,-1.742668307,0.553296122,401,0.496808033,0.823843254,6114.0384349 +261,-1.965659039,0.7142126903,401,0.496808033,0.823843254,5900.0563247 +262,-1.944438071,0.6772834804,401,0.496808033,0.823843254,6003.9259013 +263,-1.270340967,0.7681487096,401,0.496808033,0.823843254,4529.0466824 +264,-1.353091884,0.6549276821,401,0.496808033,0.823843254,5021.3002097 +265,-1.333236659,0.6413584414,401,0.496808033,0.823843254,5017.3608638 +266,-1.352015998,0.6753788907,401,0.496808033,0.823843254,4960.0668486 +267,-1.377988483,0.6577816235,401,0.496808033,0.823843254,5066.190755 +268,-2.13075611,0.8318642051,401,0.496808033,0.823843254,5649.7835489 +269,-2.097910953,0.8259670014,401,0.496808033,0.823843254,5641.1496609 +270,-1.416382069,0.6694271549,401,0.496808033,0.823843254,5112.4502821 +271,-1.538905672,0.7535625993,401,0.496808033,0.823843254,5098.1004015 +272,-1.572309477,0.7803125099,401,0.496808033,0.823843254,5075.4167564 +273,-1.87759879,0.7503853417,401,0.496808033,0.823843254,5654.9921344 +274,1.152365588,0.590457682,401,0.496808033,0.823843254,2152.8412368 +275,0.350198001,0.718001859,401,0.496808033,0.823843254,590.32928305 +276,0.046513677,0.491503852,401,0.496808033,0.823843254,1913.4265469 +277,0.027510309,0.742571376,401,0.496808033,0.823843254,1348.7669748 +278,0.306285725,-0.214631579,401,0.496808033,0.823843254,4168.3935558 +279,-1.100564889,0.318051531,401,0.496808033,0.823843254,5374.5114689 +280,-1.078582306,0.301437596,401,0.496808033,0.823843254,5364.1405714 +281,-1.137371989,-0.617634065,401,0.496808033,0.823843254,8115.3145134 +282,0.784356344,0.703272339,401,0.496808033,0.823843254,948.54166323 +283,-1.221209947,0.218327455,401,0.496808033,0.823843254,5977.6359746 +284,2.347301921,-0.449114658,401,0.496808033,0.823843254,8239.1268247 +285,0.246820618,0.830553713,401,0.496808033,0.823843254,669.88045269 +286,0.829414965,0.703288228,401,0.496808033,0.823843254,1060.9566416 +287,-1.337537566,0.42332223,401,0.496808033,0.823843254,5665.3354318 +288,0.882453706,0.454478077,401,0.496808033,0.823843254,1895.0216524 +289,1.575629659,0.416419109,401,0.496808033,0.823843254,3720.8188952 +290,-1.039455679,0.229888244,401,0.496808033,0.823843254,5464.5640228 +291,0.489558039,0.934482747,401,0.496808033,0.823843254,438.62350503 +292,0.081344504,0.88384514,401,0.496808033,0.823843254,1102.0237858 +293,-1.547979814,0.300350308,401,0.496808033,0.823843254,6535.7230075 +294,0.040776181,0.168560074,401,0.496808033,0.823843254,3012.6999142 +295,-1.130374745,0.563894876,401,0.496808033,0.823843254,4763.9718036 +296,1.578326642,0.478507176,401,0.496808033,0.823843254,3566.4009443 +297,-1.12861823,-0.291640865,401,0.496808033,0.823843254,7208.501248 +298,0.310524208,0.770885792,401,0.496808033,0.823843254,555.9330755 +299,0.415649091,-0.387246002,401,0.496808033,0.823843254,4805.8838838 +300,-0.926533878,-0.188022748,401,0.496808033,0.823843254,6376.8110475 +301,1.258856172,-0.11716081,401,0.496808033,0.823843254,4581.7125493 +302,-1.126050026,0.322941926,401,0.496808033,0.823843254,5427.0225756 +303,2.002785835,0.07893892,401,0.496808033,0.823843254,5818.2634539 +304,0.440437607,0.746258085,401,0.496808033,0.823843254,345.44772606 +305,-0.030391866,0.214441206,401,0.496808033,0.823843254,2981.4024385 +306,0.521557815,-0.058929362,401,0.496808033,0.823843254,3497.7272656 +307,-0.097005111,0.13317729,401,0.496808033,0.823843254,3390.1816835 +308,1.83113859,0.221857587,401,0.496808033,0.823843254,4945.4114481 +309,0.222428864,0.099404236,401,0.496808033,0.823843254,3017.5595341 +310,-1.702731345,0.8728568183,401,0.496808033,0.823843254,4992.5938711 +311,-0.418507569,0.278324921,401,0.496808033,0.823843254,3674.0728888 +312,-1.41153306,0.339029988,401,0.496808033,0.823843254,6095.7975461 +313,0.357560442,0.114788776,401,0.496808033,0.823843254,2848.077894 +314,0.325818979,0.268352149,401,0.496808033,0.823843254,2271.0403434 +315,-1.246004659,-0.663679965,401,0.496808033,0.823843254,8498.4860811 +316,1.814603087,0.637404484,401,0.496808033,0.823843254,3803.4291928 +317,1.843704281,-0.18300445,401,0.496808033,0.823843254,6163.3041328 +318,1.690644492,-0.211480909,401,0.496808033,0.823843254,5862.994053 +319,-1.275451936,0.068109467,401,0.496808033,0.823843254,6561.7943615 +320,0.762430171,-0.207594741,401,0.496808033,0.823843254,4192.3102365 +321,0.265668905,-0.014647884,401,0.496808033,0.823843254,3416.4737946 +322,-2.773032013,-0.335515811,401,0.496808033,0.823843254,10465.561758 +323,-1.469512853,0.174058777,401,0.496808033,0.823843254,6741.275224 +324,0.286276986,0.785925691,401,0.496808033,0.823843254,596.57680356 +325,-1.379324697,0.377432233,401,0.496808033,0.823843254,5902.506188 +326,-1.203778265,0.212813032,401,0.496808033,0.823843254,5948.2822425 +327,0.579916301,0.611743168,401,0.496808033,0.823843254,875.51589288 +328,0.267582642,0.868113908,401,0.496808033,0.823843254,626.06004434 +329,0.412869244,-0.050245578,401,0.496808033,0.823843254,3474.5881117 +330,0.17524381,0.976660285,401,0.496808033,0.823843254,991.22544042 +331,0.743157214,0.204812899,401,0.496808033,0.823843254,2585.9220385 +332,-1.070758176,0.269382282,401,0.496808033,0.823843254,5434.8696985 +333,-1.230364251,0.329790229,401,0.496808033,0.823843254,5675.4889321 +334,-1.374813124,-0.024926835,401,0.496808033,0.823843254,7098.6616025 +335,0.519780566,0.463669906,401,0.496808033,0.823843254,1428.4475757 +336,-1.55108034,0.239698561,401,0.496808033,0.823843254,6733.761164 +337,0.180294813,0.029739425,401,0.496808033,0.823843254,3328.687568 +338,0.67820924,0.268170153,401,0.496808033,0.823843254,2280.4581778 +339,0.445798684,1.024001867,401,0.496808033,0.823843254,801.93054125 +340,0.691751283,0.150521402,401,0.496808033,0.823843254,2746.8434921 +341,-1.036643551,-0.903056181,401,0.496808033,0.823843254,8578.4856587 +342,-0.120287036,1.083325163,401,0.496808033,0.823843254,1713.9919421 +343,2.823513113,-0.304487164,401,0.496808033,0.823843254,9101.3336366 +344,0.457583172,1.12513373,401,0.496808033,0.823843254,1196.4147513 +345,0.042918831,0.813795399,401,0.496808033,0.823843254,1223.0413853 +346,1.196146777,-0.853142756,401,0.496808033,0.823843254,7063.4822603 +347,0.206001358,-0.010430701,401,0.496808033,0.823843254,3454.5384515 +348,-0.268308653,0.234799412,401,0.496808033,0.823843254,3433.1387668 +349,0.759363263,0.736189579,401,0.496808033,0.823843254,814.9920732 +350,0.181363926,0.891988372,401,0.496808033,0.823843254,858.00009383 +351,-0.021111158,0.139103292,401,0.496808033,0.823843254,3225.6422881 +352,-0.093355215,0.630686981,401,0.496808033,0.823843254,1887.5528664 +353,0.40118964,0.681375926,401,0.496808033,0.823843254,627.99349553 +354,-0.721197315,1.304706234,401,0.496808033,0.823843254,2742.8945452 +355,-1.076150317,0.212107639,401,0.496808033,0.823843254,5613.3562607 +356,-1.577164531,0.273993443,401,0.496808033,0.823843254,6685.8510924 +357,-0.190788414,0.182208586,401,0.496808033,0.823843254,3422.8547541 +358,-0.261349752,0.209710184,401,0.496808033,0.823843254,3495.3709835 +359,-1.029303852,0.083549259,401,0.496808033,0.823843254,5859.0768893 +360,-1.268609162,0.330525297,401,0.496808033,0.823843254,5769.9693595 +361,1.282982244,-0.926641967,401,0.496808033,0.823843254,7422.3671634 +362,0.217352334,0.731352408,401,0.496808033,0.823843254,867.57295884 +363,-1.511833084,0.258629297,401,0.496808033,0.823843254,6582.1430663 +364,0.338812194,0.823184618,401,0.496808033,0.823843254,425.10790907 +365,-0.324406489,1.134201999,401,0.496808033,0.823843254,2115.9843579 +366,1.389579348,0.399185724,401,0.496808033,0.823843254,3271.6570259 +367,2.047152199,-0.039082036,401,0.496808033,0.823843254,6280.4932614 +368,0.947780369,0.568250077,401,0.496808033,0.823843254,1690.8545366 +369,0.763824846,0.576754987,401,0.496808033,0.823843254,1264.855389 +370,-0.142334657,0.928153068,401,0.496808033,0.823843254,1652.8829857 +371,0.610266567,0.547265983,401,0.496808033,0.823843254,1148.3914568 +372,0.210731629,0.746815056,401,0.496808033,0.823843254,855.41120251 +373,-1.34931644,0.316895224,401,0.496808033,0.823843254,6011.3169518 +374,2.407696481,0.655030745,401,0.496808033,0.823843254,5150.2403522 +375,0.64207831,0.545359131,401,0.496808033,0.823843254,1188.0514367 +376,1.174597538,0.840588356,401,0.496808033,0.823843254,1789.3403228 +377,0.660059424,0.010604079,401,0.496808033,0.823843254,3270.2028065 +378,-0.730263819,0.010486456,401,0.496808033,0.823843254,5275.6208771 +379,0.831068936,0.512339172,401,0.496808033,0.823843254,1604.240949 +380,1.301180979,0.72367476,401,0.496808033,0.823843254,2279.1894887 +381,1.811128231,0.322854402,401,0.496808033,0.823843254,4608.1109032 +382,0.435105812,0.992284428,401,0.496808033,0.823843254,683.6961423 +383,0.62643634,0.592027932,401,0.496808033,0.823843254,996.49998784 +384,0.492988703,-0.516339467,401,0.496808033,0.823843254,5308.4812913 +385,-0.162469483,0.112549365,401,0.496808033,0.823843254,3592.9919936 +386,0.314630866,0.472006421,401,0.496808033,0.823843254,1504.5082083 +387,0.166744804,0.822815954,401,0.496808033,0.823843254,886.5648577 +388,0.417159608,0.965805736,401,0.496808033,0.823843254,595.62921038 +389,0.106334961,0.868774244,401,0.496808033,0.823843254,1036.3606049 +390,0.815086969,-0.338144359,401,0.496808033,0.823843254,4740.578052 +391,0.59867455,-0.230624824,401,0.496808033,0.823843254,4192.3477394 +392,1.915104874,0.066220985,401,0.496808033,0.823843254,5619.3659842 +393,1.278093622,0.064463721,401,0.496808033,0.823843254,4015.6066414 +394,-0.061477853,0.302997961,401,0.496808033,0.823843254,2747.4081603 +395,0.251311504,0.626976942,401,0.496808033,0.823843254,1063.2588592 +396,2.950242872,0.149095644,401,0.496808033,0.823843254,7895.1221447 +397,-0.180294708,0.35375117,401,0.496808033,0.823843254,2857.2102668 +398,1.010448592,-0.351180233,401,0.496808033,0.823843254,5001.7318126 +399,-1.748740498,0.3686318073,401,0.496808033,0.823843254,6744.3549746 +400,2.699635665,0.123533791,401,0.496808033,0.823843254,7461.6997739 +401,0.496808033,0.823843254,401,0.496808033,0.823843254,0 +402,0.129574704,0.763364087,401,0.496808033,0.823843254,1044.3685215 +403,1.798920311,0.817447563,401,0.496808033,0.823843254,3374.2023488 +404,0.335987953,0.746786541,401,0.496808033,0.823843254,543.56546311 +405,-1.085413643,0.292154671,401,0.496808033,0.823843254,5408.5639972 +406,-0.155321003,0.508207011,401,0.496808033,0.823843254,2352.1837539 +407,0.620529244,-0.301175104,401,0.496808033,0.823843254,4477.9412719 +408,1.684402744,0.368716966,401,0.496808033,0.823843254,4141.4818629 +409,0.300582244,-0.386397212,401,0.496808033,0.823843254,4844.7640503 +410,2.913555946,-0.009225192,401,0.496808033,0.823843254,8366.4843924 +411,1.465101417,0.493232532,401,0.496808033,0.823843254,3224.5018241 +412,0.090612882,0.907955955,401,0.496808033,0.823843254,1088.9724702 +413,2.987564726,-0.729568594,401,0.496808033,0.823843254,10586.179697 +414,-1.484261606,0.224149272,401,0.496808033,0.823843254,6623.1076553 +415,0.164073421,0.303955133,401,0.496808033,0.823843254,2327.1566344 +416,0.141441293,0.167552546,401,0.496808033,0.823843254,2860.3212834 +417,2.931321023,-0.506718887,401,0.496808033,0.823843254,9946.3779292 +418,2.21951565,0.700596356,401,0.496808033,0.823843254,4615.8988761 +419,0.268112576,1.199114336,401,0.496808033,0.823843254,1554.4025997 +420,0.978913739,0.359223811,401,0.496808033,0.823843254,2403.3977685 +421,1.210898818,0.522863584,401,0.496808033,0.823843254,2473.7695232 +422,2.347397336,0.129231362,401,0.496808033,0.823843254,6584.8499964 +423,0.614394501,0.556878345,401,0.496808033,0.823843254,1115.6841824 +424,-1.398079356,0.148483366,401,0.496808033,0.823843254,6640.2814412 +425,2.535303836,-0.112984496,401,0.496808033,0.823843254,7796.2477427 +426,-1.019372593,-0.405322349,401,0.496808033,0.823843254,7244.2861919 +427,-1.297785627,-0.160104069,401,0.496808033,0.823843254,7287.6977682 +428,2.144554488,0.205051084,401,0.496808033,0.823843254,5832.0397095 +429,-2.242387083,-0.426171285,401,0.496808033,0.823843254,10422.171195 +430,0.338637212,0.909723676,401,0.496808033,0.823843254,528.63223481 +431,-0.148798452,0.691042401,401,0.496808033,0.823843254,1911.2909712 +432,0.893524764,0.441829531,401,0.496808033,0.823843254,1958.6272453 +433,0.969229347,-0.368847936,401,0.496808033,0.823843254,5016.0783739 +434,0.436043248,0.800045688,401,0.496808033,0.823843254,190.53563751 +435,1.687946607,1.081504775,401,0.496808033,0.823843254,2765.5213132 +436,0.522302046,-0.034889271,401,0.496808033,0.823843254,3402.5938716 +437,-0.178996113,-0.438090009,401,0.496808033,0.823843254,5550.3025519 +438,-1.094339566,0.301444068,401,0.496808033,0.823843254,5405.5327998 +439,-1.064070054,0.242569932,401,0.496808033,0.823843254,5493.80145 +440,-1.068153768,0.230387998,401,0.496808033,0.823843254,5539.5684816 +441,-3.00496892,-0.23989155,401,0.496808033,0.823843254,9842.2154056 +442,0.21751974,0.766874888,401,0.496808033,0.823843254,804.96876978 +443,0.117229532,0.007619006,401,0.496808033,0.823843254,3488.4148394 +444,0.777758451,0.420554741,401,0.496808033,0.823843254,1827.3513201 +445,-0.252356999,0.250747086,401,0.496808033,0.823843254,3345.5735609 +446,0.363148444,0.768483434,401,0.496808033,0.823843254,430.07368601 +447,0.903191366,-0.118210676,401,0.496808033,0.823843254,3994.4313396 +448,-0.205755923,0.149406178,401,0.496808033,0.823843254,3563.132745 +449,1.811996086,0.02364353,401,0.496808033,0.823843254,5468.458242 +450,-1.100670221,0.314845373,401,0.496808033,0.823843254,5383.9201708 +451,0.340078597,0.850105132,401,0.496808033,0.823843254,428.29486742 +452,0.258757267,0.804969236,401,0.496808033,0.823843254,650.5832662 +453,2.78505352,-0.155160804,401,0.496808033,0.823843254,8551.0700209 +454,0.800551619,0.105822106,401,0.496808033,0.823843254,3025.587424 +455,0.437940882,-0.506194031,401,0.496808033,0.823843254,5272.4751458 +456,2.230431122,0.63458615,401,0.496808033,0.823843254,4821.1709618 +457,0.527965361,0.127667701,401,0.496808033,0.823843254,2759.5709182 +458,-0.063643205,0.702093448,401,0.496808033,0.823843254,1662.1396777 +459,1.408447268,0.133010502,401,0.496808033,0.823843254,4103.2635459 +460,0.523795955,0.280266966,401,0.496808033,0.823843254,2154.9258314 +461,-0.975769313,0.072177659,401,0.496808033,0.823843254,5747.9888461 +462,0.549774164,-0.463663986,401,0.496808033,0.823843254,5103.3313738 +463,0.29245874,1.095549818,401,0.496808033,0.823843254,1167.8952511 +464,0.143625958,0.816809593,401,0.496808033,0.823843254,951.79579593 +465,0.671902494,0.611159853,401,0.496808033,0.823843254,989.48209017 +466,1.239840988,0.6724199,401,0.496808033,0.823843254,2209.1454414 +467,0.607829703,-0.10932137,401,0.496808033,0.823843254,3716.7226948 +468,1.763020906,0.263996692,401,0.496808033,0.823843254,4642.9313096 +469,0.378714634,0.726066797,401,0.496808033,0.823843254,511.15071124 +470,2.196736143,-0.153862366,401,0.496808033,0.823843254,7015.0939155 +471,0.01702415,0.148991565,401,0.496808033,0.823843254,3123.076266 +472,-2.998490902,-0.158002487,401,0.496808033,0.823843254,9550.4706856 +473,-3.051262951,-0.346595608,401,0.496808033,0.823843254,10144.539823 +474,-1.069176439,0.182802941,401,0.496808033,0.823843254,5679.1433497 +475,0.167157509,0.595344954,401,0.496808033,0.823843254,1335.2367554 +476,0.613855648,0.681746124,401,0.496808033,0.823843254,656.13421833 +477,1.037012736,0.682555367,401,0.496808033,0.823843254,1645.3030396 +478,-1.253574971,0.379755746,401,0.496808033,0.823843254,5588.2789736 +479,3.108590453,-0.132620738,401,0.496808033,0.823843254,9173.7790159 +480,0.565301296,0.022333262,401,0.496808033,0.823843254,3183.5528274 +481,0.547898238,0.855555614,401,0.496808033,0.823843254,184.46175754 +482,0.948309381,0.417393755,401,0.496808033,0.823843254,2149.8144506 +483,-0.050600732,0.945269213,401,0.496808033,0.823843254,1441.5007943 +484,-0.977651478,-0.572363064,401,0.496808033,0.823843254,7606.5341686 +485,1.102014914,0.728861163,401,0.496808033,0.823843254,1736.0687443 +486,2.927300795,-0.282939414,401,0.496808033,0.823843254,9288.466398 +487,-1.154565557,0.124434095,401,0.496808033,0.823843254,6076.0989144 +488,1.855331234,0.291044755,401,0.496808033,0.823843254,4815.412899 +489,0.830290659,0.276904518,401,0.496808033,0.823843254,2426.7781572 +490,0.485104466,-0.234867441,401,0.496808033,0.823843254,4193.7586804 +491,0.521367572,-0.33161327,401,0.496808033,0.823843254,4577.6019042 +1,-1.539031704,0.7349710123,402,0.129574704,0.763364087,4543.1224339 +2,-1.536990553,0.7349663874,402,0.129574704,0.763364087,4538.4004607 +3,-1.534951779,0.7349571355,402,0.129574704,0.763364087,4533.6917254 +4,-1.532906461,0.7349480293,402,0.129574704,0.763364087,4528.9639049 +5,-1.531320211,0.7346937278,402,0.129574704,0.763364087,4525.8939288 +6,-1.539451648,0.7335131775,402,0.129574704,0.763364087,4547.646717 +7,-1.537429487,0.7335445708,402,0.129574704,0.763364087,4542.8775893 +8,-1.535484998,0.7335658704,402,0.129574704,0.763364087,4538.3101934 +9,-1.533488396,0.7336036027,402,0.129574704,0.763364087,4533.5787122 +10,-1.531497785,0.7335842962,402,0.129574704,0.763364087,4528.9963775 +11,-1.530259379,0.7334777758,402,0.129574704,0.763364087,4526.372894 +12,-1.5335454,0.7322346912,402,0.129574704,0.763364087,4537.0358504 +13,-1.531489083,0.7322238773,402,0.129574704,0.763364087,4532.2761075 +14,-1.530011122,0.7321679851,402,0.129574704,0.763364087,4528.9695269 +15,-1.53348106,0.7306614094,402,0.129574704,0.763364087,4540.7095692 +16,-1.531441779,0.7306962275,402,0.129574704,0.763364087,4535.8739691 +17,-1.529755654,0.7306933243,402,0.129574704,0.763364087,4531.9501967 +18,-1.533415048,0.7291384674,402,0.129574704,0.763364087,4544.2593945 +19,-1.531392093,0.7291705353,402,0.129574704,0.763364087,4539.4639256 +20,-1.529296523,0.7291214933,402,0.129574704,0.763364087,4534.6925527 +21,-1.535280942,0.727267644,402,0.129574704,0.763364087,4553.1657491 +22,-1.533378158,0.7276139666,402,0.129574704,0.763364087,4547.8832528 +23,-1.531340368,0.7276446587,402,0.129574704,0.763364087,4543.0519499 +24,-1.528960113,0.7276398177,402,0.129574704,0.763364087,4537.5033601 +25,-1.533313146,0.7260818349,402,0.129574704,0.763364087,4551.4624345 +26,-1.531259555,0.7260958115,402,0.129574704,0.763364087,4546.6302369 +27,-1.528926415,0.7260865555,402,0.129574704,0.763364087,4541.1971633 +28,-1.531226779,0.7245511789,402,0.129574704,0.763364087,4550.3129523 +29,-1.528904772,0.7245519194,402,0.129574704,0.763364087,4544.8764494 +30,-1.547195875,0.7409785979,402,0.129574704,0.763364087,4547.3433617 +31,-1.5451475,0.740980426,402,0.129574704,0.763364087,4542.6209917 +32,-1.543097679,0.7409798872,402,0.129574704,0.763364087,4537.8975122 +33,-1.540720364,0.7409892687,402,0.129574704,0.763364087,4532.3906161 +34,-1.547188511,0.7395198392,402,0.129574704,0.763364087,4550.8863328 +35,-1.545148587,0.7395226109,402,0.129574704,0.763364087,4546.1767539 +36,-1.543104538,0.7395314908,402,0.129574704,0.763364087,4541.4392821 +37,-1.540727751,0.7395306258,402,0.129574704,0.763364087,4535.9534729 +38,-1.547187029,0.7380014886,402,0.129574704,0.763364087,4554.5907599 +39,-1.545147315,0.7380012252,402,0.129574704,0.763364087,4549.884534 +40,-1.54310719,0.7380060743,402,0.129574704,0.763364087,4545.1613829 +41,-1.540719671,0.7380068206,402,0.129574704,0.763364087,4539.6415424 +42,-1.547187189,0.7364799098,402,0.129574704,0.763364087,4558.3093944 +43,-1.545149996,0.7364853874,402,0.129574704,0.763364087,4553.5904497 +44,-1.543106091,0.7364823484,402,0.129574704,0.763364087,4548.8732788 +45,-1.540717158,0.7364893901,402,0.129574704,0.763364087,4543.3295263 +46,-1.538663972,0.7410138672,402,0.129574704,0.763364087,4527.5833306 +47,-1.53695285,0.7409699132,402,0.129574704,0.763364087,4523.7367912 +48,-1.534910498,0.7409641297,402,0.129574704,0.763364087,4519.0291243 +49,-1.533145034,0.7409536636,402,0.129574704,0.763364087,4514.9700726 +50,-1.538681336,0.7395405883,402,0.129574704,0.763364087,4531.2003696 +51,-1.536999189,0.7395183096,402,0.129574704,0.763364087,4527.3646683 +52,-1.534923633,0.7395144222,402,0.129574704,0.763364087,4522.5712873 +53,-1.533267822,0.7395654306,402,0.129574704,0.763364087,4518.613695 +54,-1.53867273,0.7380151077,402,0.129574704,0.763364087,4534.8867029 +55,-1.536980576,0.7379994392,402,0.129574704,0.763364087,4531.0080563 +56,-1.534931522,0.7379944961,402,0.129574704,0.763364087,4526.2740081 +57,-1.533387952,0.7379480264,402,0.129574704,0.763364087,4522.8090331 +58,-1.538682279,0.7364914363,402,0.129574704,0.763364087,4538.6132547 +59,-1.536980704,0.7364810563,402,0.129574704,0.763364087,4534.6962051 +60,-1.534935567,0.7364752065,402,0.129574704,0.763364087,4529.9689158 +61,-1.533042592,0.7363876366,402,0.129574704,0.763364087,4525.7893395 +62,-1.545143426,0.7349628011,402,0.129574704,0.763364087,4557.2939978 +63,-1.543105297,0.7349691947,402,0.129574704,0.763364087,4552.5626455 +64,-1.541064533,0.7349647152,402,0.129574704,0.763364087,4547.8482237 +65,-1.545411803,0.7334624714,402,0.129574704,0.763364087,4561.5821393 +66,-1.543446606,0.7334780896,402,0.129574704,0.763364087,4556.9932159 +67,-1.541475327,0.7334957295,402,0.129574704,0.763364087,4552.382097 +68,-1.545401939,0.731963266,402,0.129574704,0.763364087,4565.2264342 +69,-1.54342253,0.7319915583,402,0.129574704,0.763364087,4560.5692773 +70,-1.541455867,0.7320216438,402,0.129574704,0.763364087,4555.9341757 +71,-1.545410146,0.7304422281,402,0.129574704,0.763364087,4568.9685011 +72,-1.543435491,0.7304713664,402,0.129574704,0.763364087,4564.3159283 +73,-1.541463105,0.7304997613,402,0.129574704,0.763364087,4559.6673219 +74,-1.545414768,0.7289194936,402,0.129574704,0.763364087,4572.7089466 +75,-1.543435774,0.7289538557,402,0.129574704,0.763364087,4568.0291411 +76,-1.541457714,0.7289765881,402,0.129574704,0.763364087,4563.3768306 +77,-1.539449415,0.7320555866,402,0.129574704,0.763364087,4551.1942037 +78,-1.537429183,0.7321097681,402,0.129574704,0.763364087,4546.3697453 +79,-1.535472649,0.7321497267,402,0.129574704,0.763364087,4541.7248865 +80,-1.539457899,0.7305333307,402,0.129574704,0.763364087,4554.9267027 +81,-1.537453161,0.7305750503,402,0.129574704,0.763364087,4550.1641309 +82,-1.535479385,0.7306124949,402,0.129574704,0.763364087,4545.4808996 +83,-1.53946905,0.7290102593,402,0.129574704,0.763364087,4558.6699827 +84,-1.537459922,0.7290417293,402,0.129574704,0.763364087,4553.9177394 +85,-1.535451349,0.7290890157,402,0.129574704,0.763364087,4549.1250691 +86,-1.535522937,0.7279887191,402,0.129574704,0.763364087,4551.9725825 +87,-1.539442524,0.7274735939,402,0.129574704,0.763364087,4562.3613382 +88,-1.537424111,0.727521351,402,0.129574704,0.763364087,4557.5431874 +89,-1.539384641,0.7259505092,402,0.129574704,0.763364087,4565.9488707 +90,-1.537372391,0.7259947145,402,0.129574704,0.763364087,4561.1491909 +91,-1.535340789,0.7260435356,402,0.129574704,0.763364087,4556.2899539 +92,-1.539325716,0.7244369706,402,0.129574704,0.763364087,4569.5128896 +93,-1.537308932,0.7244801057,402,0.129574704,0.763364087,4564.7007247 +94,-1.535289068,0.7245247645,402,0.129574704,0.763364087,4559.8744914 +95,-1.533261366,0.7245550236,402,0.129574704,0.763364087,4555.0618841 +96,-1.539267302,0.722921924,402,0.129574704,0.763364087,4573.084025 +97,-1.537248972,0.7229660258,402,0.129574704,0.763364087,4568.261367 +98,-1.535219431,0.7229916471,402,0.129574704,0.763364087,4563.4544672 +99,-1.53318962,0.7230212049,402,0.129574704,0.763364087,4558.6340465 +100,-1.531154816,0.7230299897,402,0.129574704,0.763364087,4553.8492799 +101,-1.528878341,0.7230370244,402,0.129574704,0.763364087,4548.4990082 +102,-1.539218189,0.7214009878,402,0.129574704,0.763364087,4576.6935573 +103,-1.537198791,0.7214422745,402,0.129574704,0.763364087,4571.8707734 +104,-1.535179266,0.7214634354,402,0.129574704,0.763364087,4567.0937015 +105,-1.533156501,0.7214944644,402,0.129574704,0.763364087,4562.281675 +106,-1.53113574,0.7215166021,402,0.129574704,0.763364087,4557.4927913 +107,-1.528874248,0.7215345535,402,0.129574704,0.763364087,4552.1461521 +108,-1.539217656,0.7198512397,402,0.129574704,0.763364087,4580.4896447 +109,-1.537199919,0.7199428763,402,0.129574704,0.763364087,4575.5429812 +110,-1.545425832,0.727397149,402,0.129574704,0.763364087,4576.465936 +111,-1.543371177,0.7273916949,402,0.129574704,0.763364087,4571.7033382 +112,-1.541368852,0.7274523163,402,0.129574704,0.763364087,4566.8973084 +113,-1.545349067,0.7258710923,402,0.129574704,0.763364087,4580.0303025 +114,-1.54332671,0.7258603556,402,0.129574704,0.763364087,4575.351212 +115,-1.541346831,0.7259242142,402,0.129574704,0.763364087,4570.5849765 +116,-1.545324355,0.7243383958,402,0.129574704,0.763364087,4583.7343159 +117,-1.543292796,0.7243617413,402,0.129574704,0.763364087,4578.9457622 +118,-1.541295822,0.7244024384,402,0.129574704,0.763364087,4574.1920039 +119,-1.543193859,0.7205570215,402,0.129574704,0.763364087,4588.0519034 +120,-1.550257047,0.7386738187,402,0.129574704,0.763364087,4560.0233526 +121,-1.549335448,0.7311736483,402,0.129574704,0.763364087,4576.2708777 +122,-1.533478843,0.7179891343,402,0.129574704,0.763364087,4571.6006207 +123,-1.556150555,0.738907041,402,0.129574704,0.763364087,4573.0096907 +124,-1.554324226,0.733414257,402,0.129574704,0.763364087,4582.2979749 +125,-1.554290846,0.7288285332,402,0.129574704,0.763364087,4593.5046479 +126,-1.55122487,0.7219795312,402,0.129574704,0.763364087,4603.2700571 +127,-1.525104458,0.7229399862,402,0.129574704,0.763364087,4539.8839912 +128,-1.519607711,0.7236181429,402,0.129574704,0.763364087,4525.3302715 +129,-1.513899999,0.7251107854,402,0.129574704,0.763364087,4508.3034609 +130,-1.536620762,0.7431061895,402,0.129574704,0.763364087,4517.7933875 +131,-1.5369566,0.7460845958,402,0.129574704,0.763364087,4511.3594517 +132,-1.545345528,0.7447040685,402,0.129574704,0.763364087,4534.010957 +133,-1.532813921,0.7432306626,402,0.129574704,0.763364087,4508.6997941 +134,-1.554788248,0.7382381001,402,0.129574704,0.763364087,4571.5197332 +135,-1.540348126,0.7301594274,402,0.129574704,0.763364087,4557.9081733 +136,-1.538016084,0.7239051786,402,0.129574704,0.763364087,4567.7569578 +137,-1.525288962,0.7258085137,402,0.129574704,0.763364087,4533.3568267 +138,-1.534326986,0.731241342,402,0.129574704,0.763364087,4541.2689739 +139,-1.530733872,0.7303625216,402,0.129574704,0.763364087,4535.0339337 +141,-1.534354939,0.7328219978,402,0.129574704,0.763364087,4537.4917326 +142,-1.53157084,0.7292888153,402,0.129574704,0.763364087,4539.5934793 +143,-1.525691035,0.7263799874,402,0.129574704,0.763364087,4532.9128457 +144,-1.534031287,0.7495967835,402,0.129574704,0.763364087,4496.1447329 +145,-1.527714986,0.7283095957,402,0.129574704,0.763364087,4532.9680662 +146,-1.526189586,0.7271468292,402,0.129574704,0.763364087,4532.2205336 +147,-1.555177336,0.7375563366,402,0.129574704,0.763364087,4574.0880331 +148,-1.555080283,0.7312707794,402,0.129574704,0.763364087,4589.3161602 +149,-1.53856994,0.7224180299,402,0.129574704,0.763364087,4572.6884801 +150,-1.530837883,0.729933372,402,0.129574704,0.763364087,4536.3183624 +151,-1.515066984,0.5854133365,402,0.129574704,0.763364087,4857.9956795 +152,-1.534731633,0.5368370046,402,0.129574704,0.763364087,5033.294201 +153,-1.515231902,0.5607085576,402,0.129574704,0.763364087,4921.6317934 +154,-2.616253799,1.0684566605,402,0.129574704,0.763364087,5077.33378 +155,-1.956071439,0.5792177723,402,0.129574704,0.763364087,5901.9744331 +156,-1.951208514,0.5602434208,402,0.129574704,0.763364087,5950.0087025 +157,-1.944675062,0.6062144545,402,0.129574704,0.763364087,5795.5273919 +158,-1.613778386,0.6077989518,402,0.129574704,0.763364087,5044.2022037 +159,-2.035029014,0.6021432345,402,0.129574704,0.763364087,5990.3536526 +160,-2.114989471,0.6801825058,402,0.129574704,0.763364087,5887.4625915 +161,-2.037382079,0.5765830025,402,0.129574704,0.763364087,6076.0624741 +162,-2.129855121,0.6585019963,402,0.129574704,0.763364087,5984.4356705 +163,-2.075141798,0.6493615843,402,0.129574704,0.763364087,5915.8395302 +164,-1.828626729,0.6948433129,402,0.129574704,0.763364087,5290.5378029 +165,-1.863329418,0.6735427691,402,0.129574704,0.763364087,5424.8353013 +166,-1.266037071,0.727988852,402,0.129574704,0.763364087,3896.114184 +167,-1.277579582,0.7249010648,402,0.129574704,0.763364087,3931.6496269 +168,-1.258418684,0.7241194816,402,0.129574704,0.763364087,3884.7775535 +169,-1.317813974,0.6804850104,402,0.129574704,0.763364087,4129.1307461 +170,-1.344165204,0.6790988904,402,0.129574704,0.763364087,4199.3672809 +171,-1.427582102,0.5277120351,402,0.129574704,0.763364087,4777.4213118 +172,-1.402238616,0.457167829,402,0.129574704,0.763364087,4887.9904393 +173,-1.422454264,0.4996161999,402,0.129574704,0.763364087,4834.6273708 +174,-1.439089277,0.4894859811,402,0.129574704,0.763364087,4904.8539069 +175,-1.448126995,0.5182330266,402,0.129574704,0.763364087,4855.6755407 +176,-1.474626146,0.5881926574,402,0.129574704,0.763364087,4748.2205884 +177,-1.421139645,0.5584869783,402,0.129574704,0.763364087,4683.694105 +178,-1.457037165,0.565943032,402,0.129574704,0.763364087,4758.6776559 +179,-2.757159358,0.3745319,402,0.129574704,0.763364087,7842.3755747 +180,-2.714309238,0.342054471,402,0.129574704,0.763364087,7933.6483727 +181,-2.000525337,0.774119946,402,0.129574704,0.763364087,5387.1197162 +183,-1.571413436,0.6777838382,402,0.129574704,0.763364087,4761.2595406 +184,-1.552860289,0.6987663893,402,0.129574704,0.763364087,4664.6456664 +185,-1.521852374,0.7165827476,402,0.129574704,0.763364087,4547.6742344 +186,-1.503656267,0.6928968252,402,0.129574704,0.763364087,4561.8993395 +187,-1.502753178,0.7136205882,402,0.129574704,0.763364087,4509.6028203 +188,-1.631894563,0.7343596465,402,0.129574704,0.763364087,4756.2169981 +189,-1.653765416,0.6770714026,402,0.129574704,0.763364087,4955.3005267 +190,-1.719812114,0.6715965947,402,0.129574704,0.763364087,5119.8924269 +191,-1.493406659,0.6646955447,402,0.129574704,0.763364087,4605.8203208 +192,-1.469120564,0.6613469966,402,0.129574704,0.763364087,4554.176184 +193,-1.590551461,0.5326612937,402,0.129574704,0.763364087,5186.288328 +194,-1.625979264,0.5247742243,402,0.129574704,0.763364087,5296.5158141 +195,-1.572293943,0.5238808754,402,0.129574704,0.763364087,5163.343954 +196,-1.610848725,0.5477107964,402,0.129574704,0.763364087,5196.9691026 +197,-1.208485554,0.7918526018,402,0.129574704,0.763364087,3627.8763326 +198,-1.335601374,0.6869083083,402,0.129574704,0.763364087,4160.2015324 +199,-1.346156996,0.6825213377,402,0.129574704,0.763364087,4196.750604 +200,-1.324381037,0.6741422347,402,0.129574704,0.763364087,4159.9903201 +201,-1.242424992,0.7378949807,402,0.129574704,0.763364087,3816.3187809 +202,-1.270370057,0.7392461008,402,0.129574704,0.763364087,3883.9567653 +203,-1.448950472,0.7441675014,402,0.129574704,0.763364087,4309.8769382 +204,-1.492662363,0.7523026852,402,0.129574704,0.763364087,4393.9101673 +205,-1.479098966,0.7763855017,402,0.129574704,0.763364087,4306.6213664 +206,-1.633760714,0.7869022408,402,0.129574704,0.763364087,4626.4850781 +207,-1.647406434,0.8101289331,402,0.129574704,0.763364087,4596.977752 +208,-1.564245052,0.5701509278,402,0.129574704,0.763364087,5021.1466793 +209,-1.646289963,0.6833746083,402,0.129574704,0.763364087,4921.4992078 +210,-1.5820631,0.6751952144,402,0.129574704,0.763364087,4793.0535461 +211,-1.613236298,0.6681681791,402,0.129574704,0.763364087,4884.5694453 +212,-1.914661867,0.8212566515,402,0.129574704,0.763364087,5091.0788399 +213,-1.742133237,0.7250275956,402,0.129574704,0.763364087,5022.5411482 +214,-2.033144872,0.6557314699,402,0.129574704,0.763364087,5817.1069793 +215,-2.039551981,0.6964723658,402,0.129574704,0.763364087,5700.2274537 +216,-1.247341019,0.7622473908,402,0.129574704,0.763364087,3780.3690486 +217,-1.298239787,0.7084123392,402,0.129574704,0.763364087,4018.6443336 +218,-1.308539688,0.6926545592,402,0.129574704,0.763364087,4078.7881374 +219,-1.303263185,0.6888938396,402,0.129574704,0.763364087,4073.5129068 +220,-1.852400229,0.6004246149,402,0.129574704,0.763364087,5616.1524474 +221,-1.288947707,0.7473773692,402,0.129574704,0.763364087,3913.6991099 +222,-1.372031502,0.7472790993,402,0.129574704,0.763364087,4118.0724982 +223,-1.289805721,0.7242157877,402,0.129574704,0.763364087,3963.8968928 +224,-1.350807603,0.7533498126,402,0.129574704,0.763364087,4053.3872839 +225,-1.329290365,0.7560442322,402,0.129574704,0.763364087,3995.1854512 +226,-1.410153004,0.616936428,402,0.129574704,0.763364087,4512.5385289 +227,-1.393445434,0.6308995063,402,0.129574704,0.763364087,4436.3552085 +228,-1.37595573,0.6241540638,402,0.129574704,0.763364087,4407.2628812 +229,-1.358388707,0.6172645205,402,0.129574704,0.763364087,4377.9019599 +230,-1.753741133,0.8281661666,402,0.129574704,0.763364087,4767.0437759 +231,-1.47430987,0.6834615681,402,0.129574704,0.763364087,4513.5786933 +232,-1.421012508,0.7222725206,402,0.129574704,0.763364087,4292.7940564 +233,-1.4476833,0.6978557868,402,0.129574704,0.763364087,4414.3345553 +234,-1.470370723,0.6966193374,402,0.129574704,0.763364087,4472.5035139 +235,-1.429211703,0.7037216883,402,0.129574704,0.763364087,4355.4631019 +236,-1.700578405,0.6178673663,402,0.129574704,0.763364087,5223.2496804 +237,-1.678117619,0.6331716163,402,0.129574704,0.763364087,5129.2064485 +238,-1.725644578,0.6316331145,402,0.129574704,0.763364087,5243.1484961 +239,-2.14012759,0.7930497945,402,0.129574704,0.763364087,5559.6787562 +240,-2.103289431,0.7653606263,402,0.129574704,0.763364087,5590.7747489 +241,-1.318739838,0.7017808746,402,0.129574704,0.763364087,4084.8181876 +242,-1.396417427,0.7077900843,402,0.129574704,0.763364087,4265.5243054 +243,-1.35650337,0.7185539404,402,0.129574704,0.763364087,4142.7389462 +244,-1.248884539,0.7274156818,402,0.129574704,0.763364087,3853.8443408 +245,-1.395014798,0.5761185243,402,0.129574704,0.763364087,4571.9243012 +246,-1.433377362,0.6064716109,402,0.129574704,0.763364087,4597.4783656 +247,-1.408172432,0.5903155476,402,0.129574704,0.763364087,4571.7500574 +248,-1.749645898,0.7757118084,402,0.129574704,0.763364087,4900.2130236 +249,-1.571626686,0.615046989,402,0.129574704,0.763364087,4922.6141033 +250,-1.514070049,0.6303003037,402,0.129574704,0.763364087,4741.9917554 +251,-1.480890369,0.6237966528,402,0.129574704,0.763364087,4675.4646118 +252,-1.704390658,0.5281680612,402,0.129574704,0.763364087,5480.594818 +253,-1.64434733,0.5254277498,402,0.129574704,0.763364087,5340.5589334 +254,-1.703855997,0.4792484842,402,0.129574704,0.763364087,5616.1367958 +255,-1.692002383,0.5748825051,402,0.129574704,0.763364087,5321.2258845 +256,-1.854136457,0.5544643913,402,0.129574704,0.763364087,5755.4443185 +257,-1.665021206,0.520317736,402,0.129574704,0.763364087,5405.8192663 +258,-1.733654349,0.4845187345,402,0.129574704,0.763364087,5674.7263115 +259,-1.720938188,0.5135933906,402,0.129574704,0.763364087,5561.6161138 +260,-1.742668307,0.553296122,402,0.129574704,0.763364087,5501.8387284 +261,-1.965659039,0.7142126903,402,0.129574704,0.763364087,5507.0976389 +262,-1.944438071,0.6772834804,402,0.129574704,0.763364087,5578.4677739 +263,-1.270340967,0.7681487096,402,0.129574704,0.763364087,3825.7173515 +264,-1.353091884,0.6549276821,402,0.129574704,0.763364087,4276.9249464 +265,-1.333236659,0.6413584414,402,0.129574704,0.763364087,4256.7663367 +266,-1.352015998,0.6753788907,402,0.129574704,0.763364087,4227.6816847 +267,-1.377988483,0.6577816235,402,0.129574704,0.763364087,4333.9385488 +268,-2.13075611,0.8318642051,402,0.129574704,0.763364087,5418.4024021 +269,-2.097910953,0.8259670014,402,0.129574704,0.763364087,5386.7370905 +270,-1.416382069,0.6694271549,402,0.129574704,0.763364087,4403.683149 +271,-1.538905672,0.7535625993,402,0.129574704,0.763364087,4497.7706151 +272,-1.572309477,0.7803125099,402,0.129574704,0.763364087,4508.3168068 +273,-1.87759879,0.7503853417,402,0.129574704,0.763364087,5228.8730895 +274,1.152365588,0.590457682,402,0.129574704,0.763364087,3163.9035839 +275,0.350198001,0.718001859,402,0.129574704,0.763364087,668.73647311 +276,0.046513677,0.491503852,402,0.129574704,0.763364087,1108.7711607 +277,0.027510309,0.742571376,402,0.129574704,0.763364087,306.19130321 +278,0.306285725,-0.214631579,402,0.129574704,0.763364087,3926.112997 +279,-1.100564889,0.318051531,402,0.129574704,0.763364087,4393.0543965 +280,-1.078582306,0.301437596,402,0.129574704,0.763364087,4373.025831 +281,-1.137371989,-0.617634065,402,0.129574704,0.763364087,7117.3269339 +282,0.784356344,0.703272339,402,0.129574704,0.763364087,1924.942644 +283,-1.221209947,0.218327455,402,0.129574704,0.763364087,4999.7273221 +284,2.347301921,-0.449114658,402,0.129574704,0.763364087,9251.7029595 +285,0.246820618,0.830553713,402,0.129574704,0.763364087,419.46298898 +286,0.829414965,0.703288228,402,0.129574704,0.763364087,2052.9842035 +287,-1.337537566,0.42332223,402,0.129574704,0.763364087,4796.356558 +288,0.882453706,0.454478077,402,0.129574704,0.763364087,2695.7213679 +289,1.575629659,0.416419109,402,0.129574704,0.763364087,4755.3273011 +290,-1.039455679,0.229888244,402,0.129574704,0.763364087,4449.6955091 +291,0.489558039,0.934482747,402,0.129574704,0.763364087,1153.7863668 +292,0.081344504,0.88384514,402,0.129574704,0.763364087,494.47516826 +293,-1.547979814,0.300350308,402,0.129574704,0.763364087,5701.5389501 +294,0.040776181,0.168560074,402,0.129574704,0.763364087,2375.7836034 +295,-1.130374745,0.563894876,402,0.129574704,0.763364087,3885.2477605 +296,1.578326642,0.478507176,402,0.129574704,0.763364087,4607.3706678 +297,-1.12861823,-0.291640865,402,0.129574704,0.763364087,6166.3277846 +298,0.310524208,0.770885792,402,0.129574704,0.763364087,516.50414806 +299,0.415649091,-0.387246002,402,0.129574704,0.763364087,4674.766966 +300,-0.926533878,-0.188022748,402,0.129574704,0.763364087,5342.6160098 +301,1.258856172,-0.11716081,402,0.129574704,0.763364087,5319.7256477 +302,-1.126050026,0.322941926,402,0.129574704,0.763364087,4453.4127028 +303,2.002785835,0.07893892,402,0.129574704,0.763364087,6858.4016158 +304,0.440437607,0.746258085,402,0.129574704,0.763364087,897.71813428 +305,-0.030391866,0.214441206,402,0.129574704,0.763364087,2241.7714425 +306,0.521557815,-0.058929362,402,0.129574704,0.763364087,3543.4775602 +307,-0.097005111,0.13317729,402,0.129574704,0.763364087,2616.7037912 +308,1.83113859,0.221857587,402,0.129574704,0.763364087,5983.2321246 +309,0.222428864,0.099404236,402,0.129574704,0.763364087,2649.7888413 +310,-1.702731345,0.8728568183,402,0.129574704,0.763364087,4550.1007096 +311,-0.418507569,0.278324921,402,0.129574704,0.763364087,2659.7478967 +312,-1.41153306,0.339029988,402,0.129574704,0.763364087,5220.434382 +313,0.357560442,0.114788776,402,0.129574704,0.763364087,2688.4399271 +314,0.325818979,0.268352149,402,0.129574704,0.763364087,2069.4872114 +315,-1.246004659,-0.663679965,402,0.129574704,0.763364087,7493.2826319 +316,1.814603087,0.637404484,402,0.129574704,0.763364087,4825.6514503 +317,1.843704281,-0.18300445,402,0.129574704,0.763364087,7130.1936538 +318,1.690644492,-0.211480909,402,0.129574704,0.763364087,6771.2932401 +319,-1.275451936,0.068109467,402,0.129574704,0.763364087,5561.3474266 +320,0.762430171,-0.207594741,402,0.129574704,0.763364087,4471.8472562 +321,0.265668905,-0.014647884,402,0.129574704,0.763364087,3119.224666 +322,-2.773032013,-0.335515811,402,0.129574704,0.763364087,10572.601858 +323,-1.469512853,0.174058777,402,0.129574704,0.763364087,5826.7510939 +324,0.286276986,0.785925691,402,0.129574704,0.763364087,452.25243517 +325,-1.379324697,0.377432233,402,0.129574704,0.763364087,5030.2424499 +326,-1.203778265,0.212813032,402,0.129574704,0.763364087,4964.5410598 +327,0.579916301,0.611743168,402,0.129574704,0.763364087,1495.6368706 +328,0.267582642,0.868113908,402,0.129574704,0.763364087,558.4119199 +329,0.412869244,-0.050245578,402,0.129574704,0.763364087,3376.6821101 +330,0.17524381,0.976660285,402,0.129574704,0.763364087,852.72130791 +331,0.743157214,0.204812899,402,0.129574704,0.763364087,3043.8526933 +332,-1.070758176,0.269382282,402,0.129574704,0.763364087,4434.2828654 +333,-1.230364251,0.329790229,402,0.129574704,0.763364087,4733.6067392 +334,-1.374813124,-0.024926835,402,0.129574704,0.763364087,6100.3047927 +335,0.519780566,0.463669906,402,0.129574704,0.763364087,1723.2208617 +336,-1.55108034,0.239698561,402,0.129574704,0.763364087,5876.1472662 +337,0.180294813,0.029739425,402,0.129574704,0.763364087,2911.377248 +338,0.67820924,0.268170153,402,0.129574704,0.763364087,2693.1279941 +339,0.445798684,1.024001867,402,0.129574704,0.763364087,1287.9709306 +340,0.691751283,0.150521402,402,0.129574704,0.763364087,3105.5270922 +341,-1.036643551,-0.903056181,402,0.129574704,0.763364087,7709.3827534 +342,-0.120287036,1.083325163,402,0.129574704,0.763364087,1393.6570614 +343,2.823513113,-0.304487164,402,0.129574704,0.763364087,10090.474972 +344,0.457583172,1.12513373,402,0.129574704,0.763364087,1608.5706025 +345,0.042918831,0.813795399,402,0.129574704,0.763364087,313.637117 +346,1.196146777,-0.853142756,402,0.129574704,0.763364087,7392.6574932 +347,0.206001358,-0.010430701,402,0.129574704,0.763364087,3076.9361079 +348,-0.268308653,0.234799412,402,0.129574704,0.763364087,2491.3094833 +349,0.759363263,0.736189579,402,0.129574704,0.763364087,1814.3571043 +350,0.181363926,0.891988372,402,0.129574704,0.763364087,527.93077183 +351,-0.021111158,0.139103292,402,0.129574704,0.763364087,2527.1268736 +352,-0.093355215,0.630686981,402,0.129574704,0.763364087,855.41146465 +353,0.40118964,0.681375926,402,0.129574704,0.763364087,868.33166698 +354,-0.721197315,1.304706234,402,0.129574704,0.763364087,2599.2707002 +355,-1.076150317,0.212107639,402,0.129574704,0.763364087,4601.7842249 +356,-1.577164531,0.273993443,402,0.129574704,0.763364087,5853.8143786 +357,-0.190788414,0.182208586,402,0.129574704,0.763364087,2551.0415865 +358,-0.261349752,0.209710184,402,0.129574704,0.763364087,2566.7141266 +359,-1.029303852,0.083549259,402,0.129574704,0.763364087,4822.6659407 +360,-1.268609162,0.330525297,402,0.129574704,0.763364087,4840.404221 +361,1.282982244,-0.926641967,402,0.129574704,0.763364087,7752.7578328 +362,0.217352334,0.731352408,402,0.129574704,0.763364087,284.73830644 +363,-1.511833084,0.258629297,402,0.129574704,0.763364087,5715.3658935 +364,0.338812194,0.823184618,402,0.129574704,0.763364087,627.00967517 +365,-0.324406489,1.134201999,402,0.129574704,0.763364087,1776.7011848 +366,1.389579348,0.399185724,402,0.129574704,0.763364087,4273.5594424 +367,2.047152199,-0.039082036,402,0.129574704,0.763364087,7314.660579 +368,0.947780369,0.568250077,402,0.129574704,0.763364087,2625.1277096 +369,0.763824846,0.576754987,402,0.129574704,0.763364087,2083.2495664 +370,-0.142334657,0.928153068,402,0.129574704,0.763364087,963.78069767 +371,0.610266567,0.547265983,402,0.129574704,0.763364087,1723.4948047 +372,0.210731629,0.746815056,402,0.129574704,0.763364087,243.05843549 +373,-1.34931644,0.316895224,402,0.129574704,0.763364087,5104.2239058 +374,2.407696481,0.655030745,402,0.129574704,0.763364087,6028.3849302 +375,0.64207831,0.545359131,402,0.129574704,0.763364087,1813.8781664 +376,1.174597538,0.840588356,402,0.129574704,0.763364087,2820.8220228 +377,0.660059424,0.010604079,402,0.129574704,0.763364087,3519.6932979 +378,-0.730263819,0.010486456,402,0.129574704,0.763364087,4244.6637723 +379,0.831068936,0.512339172,402,0.129574704,0.763364087,2414.0348679 +380,1.301180979,0.72367476,402,0.129574704,0.763364087,3323.2233636 +381,1.811128231,0.322854402,402,0.129574704,0.763364087,5651.0884449 +382,0.435105812,0.992284428,402,0.129574704,0.763364087,1184.5492222 +383,0.62643634,0.592027932,402,0.129574704,0.763364087,1665.8237067 +384,0.492988703,-0.516339467,402,0.129574704,0.763364087,5237.5651569 +385,-0.162469483,0.112549365,402,0.129574704,0.763364087,2770.5555058 +386,0.314630866,0.472006421,402,0.129574704,0.763364087,1297.0073519 +387,0.166744804,0.822815954,402,0.129574704,0.763364087,257.12491499 +388,0.417159608,0.965805736,402,0.129574704,0.763364087,1085.2264642 +389,0.106334961,0.868774244,402,0.129574704,0.763364087,422.24616308 +390,0.815086969,-0.338144359,402,0.129574704,0.763364087,5022.1998024 +391,0.59867455,-0.230624824,402,0.129574704,0.763364087,4286.6793338 +392,1.915104874,0.066220985,402,0.129574704,0.763364087,6650.0399749 +393,1.278093622,0.064463721,402,0.129574704,0.763364087,4847.6351221 +394,-0.061477853,0.302997961,402,0.129574704,0.763364087,1932.3748962 +395,0.251311504,0.626976942,402,0.129574704,0.763364087,654.40454791 +396,2.950242872,0.149095644,402,0.129574704,0.763364087,8650.0114733 +397,-0.180294708,0.35375117,402,0.129574704,0.763364087,1918.3650639 +398,1.010448592,-0.351180233,402,0.129574704,0.763364087,5448.7217602 +399,-1.748740498,0.3686318073,402,0.129574704,0.763364087,6043.1686839 +400,2.699635665,0.123533791,402,0.129574704,0.763364087,8378.1212163 +401,0.496808033,0.823843254,402,0.129574704,0.763364087,1044.3685215 +402,0.129574704,0.763364087,402,0.129574704,0.763364087,0 +403,1.798920311,0.817447563,402,0.129574704,0.763364087,4347.9829845 +404,0.335987953,0.746786541,402,0.129574704,0.763364087,598.48539733 +405,-1.085413643,0.292154671,402,0.129574704,0.763364087,4416.6671597 +406,-0.155321003,0.508207011,402,0.129574704,0.763364087,1353.5428004 +407,0.620529244,-0.301175104,402,0.129574704,0.763364087,4577.1673254 +408,1.684402744,0.368716966,402,0.129574704,0.763364087,5180.3426564 +409,0.300582244,-0.386397212,402,0.129574704,0.763364087,4596.470578 +410,2.913555946,-0.009225192,402,0.129574704,0.763364087,9200.8843016 +411,1.465101417,0.493232532,402,0.129574704,0.763364087,4258.2774409 +412,0.090612882,0.907955955,402,0.129574704,0.763364087,581.93061495 +413,2.987564726,-0.729568594,402,0.129574704,0.763364087,11609.811823 +414,-1.484261606,0.224149272,402,0.129574704,0.763364087,5732.0361809 +415,0.164073421,0.303955133,402,0.129574704,0.763364087,1823.3797532 +416,0.141441293,0.167552546,402,0.129574704,0.763364087,2360.3635209 +417,2.931321023,-0.506718887,402,0.129574704,0.763364087,10965.067623 +418,2.21951565,0.700596356,402,0.129574704,0.763364087,5538.5687661 +419,0.268112576,1.199114336,402,0.129574704,0.763364087,1749.4508786 +420,0.978913739,0.359223811,402,0.129574704,0.763364087,3206.8125783 +421,1.210898818,0.522863584,402,0.129574704,0.763364087,3473.3404586 +422,2.347397336,0.129231362,402,0.129574704,0.763364087,7607.9259981 +423,0.614394501,0.556878345,402,0.129574704,0.763364087,1711.6790886 +424,-1.398079356,0.148483366,402,0.129574704,0.763364087,5693.1602733 +425,2.535303836,-0.112984496,402,0.129574704,0.763364087,8821.0623475 +426,-1.019372593,-0.405322349,402,0.129574704,0.763364087,6224.8935061 +427,-1.297785627,-0.160104069,402,0.129574704,0.763364087,6254.6342737 +428,2.144554488,0.205051084,402,0.129574704,0.763364087,6871.2762567 +429,-2.242387083,-0.426171285,402,0.129574704,0.763364087,9630.996215 +430,0.338637212,0.909723676,402,0.129574704,0.763364087,800.4708321 +431,-0.148798452,0.691042401,402,0.129574704,0.763364087,870.41317914 +432,0.893524764,0.441829531,402,0.129574704,0.763364087,2757.8491212 +433,0.969229347,-0.368847936,402,0.129574704,0.763364087,5421.4027242 +434,0.436043248,0.800045688,402,0.129574704,0.763364087,871.85720122 +435,1.687946607,1.081504775,402,0.129574704,0.763364087,3600.9482112 +436,0.522302046,-0.034889271,402,0.129574704,0.763364087,3455.5979115 +437,-0.178996113,-0.438090009,402,0.129574704,0.763364087,4889.4086903 +438,-1.094339566,0.301444068,402,0.129574704,0.763364087,4418.0980431 +439,-1.064070054,0.242569932,402,0.129574704,0.763364087,4486.0157202 +440,-1.068153768,0.230387998,402,0.129574704,0.763364087,4530.0877764 +441,-3.00496892,-0.23989155,402,0.129574704,0.763364087,10370.235625 +442,0.21751974,0.766874888,402,0.129574704,0.763364087,251.6101672 +443,0.117229532,0.007619006,402,0.129574704,0.763364087,2993.824218 +444,0.777758451,0.420554741,402,0.129574704,0.763364087,2495.3194597 +445,-0.252356999,0.250747086,402,0.129574704,0.763364087,2406.6223581 +446,0.363148444,0.768483434,402,0.129574704,0.763364087,666.39600946 +447,0.903191366,-0.118210676,402,0.129574704,0.763364087,4453.6699158 +448,-0.205755923,0.149406178,402,0.129574704,0.763364087,2693.4363682 +449,1.811996086,0.02364353,402,0.129574704,0.763364087,6476.0630495 +450,-1.100670221,0.314845373,402,0.129574704,0.763364087,4401.6058725 +451,0.340078597,0.850105132,402,0.129574704,0.763364087,670.30069835 +452,0.258757267,0.804969236,402,0.129574704,0.763364087,397.77973547 +453,2.78505352,-0.155160804,402,0.129574704,0.763364087,9509.8508218 +454,0.800551619,0.105822106,402,0.129574704,0.763364087,3492.9136196 +455,0.437940882,-0.506194031,402,0.129574704,0.763364087,5151.7769835 +456,2.230431122,0.63458615,402,0.129574704,0.763364087,5762.6473728 +457,0.527965361,0.127667701,402,0.129574704,0.763364087,2871.5047338 +458,-0.063643205,0.702093448,402,0.129574704,0.763364087,617.87103934 +459,1.408447268,0.133010502,402,0.129574704,0.763364087,5024.2258832 +460,0.523795955,0.280266966,402,0.129574704,0.763364087,2327.2724463 +461,-0.975769313,0.072177659,402,0.129574704,0.763364087,4706.6034951 +462,0.549774164,-0.463663986,402,0.129574704,0.763364087,5094.4318068 +463,0.29245874,1.095549818,402,0.129574704,0.763364087,1367.9433718 +464,0.143625958,0.816809593,402,0.129574704,0.763364087,215.28754702 +465,0.671902494,0.611159853,402,0.129574704,0.763364087,1754.1468481 +466,1.239840988,0.6724199,402,0.129574704,0.763364087,3250.1070843 +467,0.607829703,-0.10932137,402,0.129574704,0.763364087,3857.0870187 +468,1.763020906,0.263996692,402,0.129574704,0.763364087,5678.6173086 +469,0.378714634,0.726066797,402,0.129574704,0.763364087,739.5000073 +470,2.196736143,-0.153862366,402,0.129574704,0.763364087,8052.946457 +471,0.01702415,0.148991565,402,0.129574704,0.763364087,2464.4233675 +472,-2.998490902,-0.158002487,402,0.129574704,0.763364087,10045.556861 +473,-3.051262951,-0.346595608,402,0.129574704,0.763364087,10787.91612 +474,-1.069176439,0.182802941,402,0.129574704,0.763364087,4661.0011565 +475,0.167157509,0.595344954,402,0.129574704,0.763364087,675.45595411 +476,0.613855648,0.681746124,402,0.129574704,0.763364087,1467.4002296 +477,1.037012736,0.682555367,402,0.129574704,0.763364087,2669.797854 +478,-1.253574971,0.379755746,402,0.129574704,0.763364087,4671.6793272 +479,3.108590453,-0.132620738,402,0.129574704,0.763364087,9882.7232029 +480,0.565301296,0.022333262,402,0.129574704,0.763364087,3312.2247366 +481,0.547898238,0.855555614,402,0.129574704,0.763364087,1194.1886523 +482,0.948309381,0.417393755,402,0.129574704,0.763364087,2972.0259122 +483,-0.050600732,0.945269213,402,0.129574704,0.763364087,857.60553052 +484,-0.977651478,-0.572363064,402,0.129574704,0.763364087,6630.1285234 +485,1.102014914,0.728861163,402,0.129574704,0.763364087,2777.6388871 +486,2.927300795,-0.282939414,402,0.129574704,0.763364087,10217.708293 +487,-1.154565557,0.124434095,402,0.129574704,0.763364087,5062.6359192 +488,1.855331234,0.291044755,402,0.129574704,0.763364087,5858.7340345 +489,0.830290659,0.276904518,402,0.129574704,0.763364087,3036.6915898 +490,0.485104466,-0.234867441,402,0.129574704,0.763364087,4157.7958786 +491,0.521367572,-0.33161327,402,0.129574704,0.763364087,4564.6309181 +1,-1.539031704,0.7349710123,403,1.798920311,0.817447563,6256.0862831 +2,-1.536990553,0.7349663874,403,1.798920311,0.817447563,6256.900869 +3,-1.534951779,0.7349571355,403,1.798920311,0.817447563,6257.7245017 +4,-1.532906461,0.7349480293,403,1.798920311,0.817447563,6258.5418629 +5,-1.531320211,0.7346937278,403,1.798920311,0.817447563,6260.1413145 +6,-1.539451648,0.7335131775,403,1.798920311,0.817447563,6261.6440071 +7,-1.537429487,0.7335445708,403,1.798920311,0.817447563,6262.3125343 +8,-1.535484998,0.7335658704,403,1.798920311,0.817447563,6262.9826267 +9,-1.533488396,0.7336036027,403,1.798920311,0.817447563,6263.6005796 +10,-1.531497785,0.7335842962,403,1.798920311,0.817447563,6264.4323997 +11,-1.530259379,0.7334777758,403,1.798920311,0.817447563,6265.3172487 +12,-1.5335454,0.7322346912,403,1.798920311,0.817447563,6268.9552096 +13,-1.531489083,0.7322238773,403,1.798920311,0.817447563,6269.7796957 +14,-1.530011122,0.7321679851,403,1.798920311,0.817447563,6270.5561785 +15,-1.53348106,0.7306614094,403,1.798920311,0.817447563,6275.1588959 +16,-1.531441779,0.7306962275,403,1.798920311,0.817447563,6275.7985368 +17,-1.529755654,0.7306933243,403,1.798920311,0.817447563,6276.4456557 +18,-1.533415048,0.7291384674,403,1.798920311,0.817447563,6281.1655712 +19,-1.531392093,0.7291705353,403,1.798920311,0.817447563,6281.8106334 +20,-1.529296523,0.7291214933,403,1.798920311,0.817447563,6282.7934402 +21,-1.535280942,0.727267644,403,1.798920311,0.817447563,6287.7937106 +22,-1.533378158,0.7276139666,403,1.798920311,0.817447563,6287.1672573 +23,-1.531340368,0.7276446587,403,1.798920311,0.817447563,6287.8242737 +24,-1.528960113,0.7276398177,403,1.798920311,0.817447563,6288.7410819 +25,-1.533313146,0.7260818349,403,1.798920311,0.817447563,6293.2097477 +26,-1.531259555,0.7260958115,403,1.798920311,0.817447563,6293.9392477 +27,-1.528926415,0.7260865555,403,1.798920311,0.817447563,6294.8566025 +28,-1.531226779,0.7245511789,403,1.798920311,0.817447563,6300.019465 +29,-1.528904772,0.7245519194,403,1.798920311,0.817447563,6300.8944401 +30,-1.547195875,0.7409785979,403,1.798920311,0.817447563,6229.2534132 +31,-1.5451475,0.740980426,403,1.798920311,0.817447563,6230.0738597 +32,-1.543097679,0.7409798872,403,1.798920311,0.817447563,6230.8959499 +33,-1.540720364,0.7409892687,403,1.798920311,0.817447563,6231.7998001 +34,-1.547188511,0.7395198392,403,1.798920311,0.817447563,6234.9785085 +35,-1.545148587,0.7395226109,403,1.798920311,0.817447563,6235.7929278 +36,-1.543104538,0.7395314908,403,1.798920311,0.817447563,6236.5768581 +37,-1.540727751,0.7395306258,403,1.798920311,0.817447563,6237.5219989 +38,-1.547187029,0.7380014886,403,1.798920311,0.817447563,6240.9349704 +39,-1.545147315,0.7380012252,403,1.798920311,0.817447563,6241.762354 +40,-1.54310719,0.7380060743,403,1.798920311,0.817447563,6242.5616715 +41,-1.540719671,0.7380068206,403,1.798920311,0.817447563,6243.5060495 +42,-1.547187189,0.7364799098,403,1.798920311,0.817447563,6246.9034267 +43,-1.545149996,0.7364853874,403,1.798920311,0.817447563,6247.7084193 +44,-1.543106091,0.7364823484,403,1.798920311,0.817447563,6248.5413459 +45,-1.540717158,0.7364893901,403,1.798920311,0.817447563,6249.4628884 +46,-1.538663972,0.7410138672,403,1.798920311,0.817447563,6232.5079787 +47,-1.53695285,0.7409699132,403,1.798920311,0.817447563,6233.3438479 +48,-1.534910498,0.7409641297,403,1.798920311,0.817447563,6234.1507621 +49,-1.533145034,0.7409536636,403,1.798920311,0.817447563,6234.8631626 +50,-1.538681336,0.7395405883,403,1.798920311,0.817447563,6238.2848513 +51,-1.536999189,0.7395183096,403,1.798920311,0.817447563,6239.0253715 +52,-1.534923633,0.7395144222,403,1.798920311,0.817447563,6239.8387721 +53,-1.533267822,0.7395654306,403,1.798920311,0.817447563,6240.26909 +54,-1.53867273,0.7380151077,403,1.798920311,0.817447563,6244.2767713 +55,-1.536980576,0.7379994392,403,1.798920311,0.817447563,6244.9960959 +56,-1.534931522,0.7379944961,403,1.798920311,0.817447563,6245.8045266 +57,-1.533387952,0.7379480264,403,1.798920311,0.817447563,6246.5759612 +58,-1.538682279,0.7364914363,403,1.798920311,0.817447563,6250.2544996 +59,-1.536980704,0.7364810563,403,1.798920311,0.817447563,6250.9576608 +60,-1.534935567,0.7364752065,403,1.798920311,0.817447563,6251.7692464 +61,-1.533042592,0.7363876366,403,1.798920311,0.817447563,6252.8357922 +62,-1.545143426,0.7349628011,403,1.798920311,0.817447563,6253.6846966 +63,-1.543105297,0.7349691947,403,1.798920311,0.817447563,6254.479412 +64,-1.541064533,0.7349647152,403,1.798920311,0.817447563,6255.309656 +65,-1.545411803,0.7334624714,403,1.798920311,0.817447563,6259.4622918 +66,-1.543446606,0.7334780896,403,1.798920311,0.817447563,6260.1937384 +67,-1.541475327,0.7334957295,403,1.798920311,0.817447563,6260.9120295 +68,-1.545401939,0.731963266,403,1.798920311,0.817447563,6265.3480373 +69,-1.54342253,0.7319915583,403,1.798920311,0.817447563,6266.0365078 +70,-1.541455867,0.7320216438,403,1.798920311,0.817447563,6266.7050896 +71,-1.545410146,0.7304422281,403,1.798920311,0.817447563,6271.3121016 +72,-1.543435491,0.7304713664,403,1.798920311,0.817447563,6271.9964773 +73,-1.541463105,0.7304997613,403,1.798920311,0.817447563,6272.6751132 +74,-1.545414768,0.7289194936,403,1.798920311,0.817447563,6277.2842703 +75,-1.543435774,0.7289538557,403,1.798920311,0.817447563,6277.9510195 +76,-1.541457714,0.7289765881,403,1.798920311,0.817447563,6278.6552342 +77,-1.539449415,0.7320555866,403,1.798920311,0.817447563,6267.3665267 +78,-1.537429183,0.7321097681,403,1.798920311,0.817447563,6267.9458747 +79,-1.535472649,0.7321497267,403,1.798920311,0.817447563,6268.5483331 +80,-1.539457899,0.7305333307,403,1.798920311,0.817447563,6273.3386544 +81,-1.537453161,0.7305750503,403,1.798920311,0.817447563,6273.9620082 +82,-1.535479385,0.7306124949,403,1.798920311,0.817447563,6274.582161 +83,-1.53946905,0.7290102593,403,1.798920311,0.817447563,6279.3129175 +84,-1.537459922,0.7290417293,403,1.798920311,0.817447563,6279.9793641 +85,-1.535451349,0.7290890157,403,1.798920311,0.817447563,6280.5754407 +86,-1.535522937,0.7279887191,403,1.798920311,0.817447563,6284.868361 +87,-1.539442524,0.7274735939,403,1.798920311,0.817447563,6285.3554376 +88,-1.537424111,0.727521351,403,1.798920311,0.817447563,6285.9625715 +89,-1.539384641,0.7259505092,403,1.798920311,0.817447563,6291.3570956 +90,-1.537372391,0.7259947145,403,1.798920311,0.817447563,6291.9766219 +91,-1.535340789,0.7260435356,403,1.798920311,0.817447563,6292.5774211 +92,-1.539325716,0.7244369706,403,1.798920311,0.817447563,6297.3217476 +93,-1.537308932,0.7244801057,403,1.798920311,0.817447563,6297.9481048 +94,-1.535289068,0.7245247645,403,1.798920311,0.817447563,6298.5615178 +95,-1.533261366,0.7245550236,403,1.798920311,0.817447563,6299.2263134 +96,-1.539267302,0.722921924,403,1.798920311,0.817447563,6303.2921705 +97,-1.537248972,0.7229660258,403,1.798920311,0.817447563,6303.9161937 +98,-1.535219431,0.7229916471,403,1.798920311,0.817447563,6304.6089664 +99,-1.53318962,0.7230212049,403,1.798920311,0.817447563,6305.2781318 +100,-1.531154816,0.7230299897,403,1.798920311,0.817447563,6306.0225417 +101,-1.528878341,0.7230370244,403,1.798920311,0.817447563,6306.8565334 +102,-1.539218189,0.7214009878,403,1.798920311,0.817447563,6309.2820691 +103,-1.537198791,0.7214422745,403,1.798920311,0.817447563,6309.9184621 +104,-1.535179266,0.7214634354,403,1.798920311,0.817447563,6310.6257383 +105,-1.533156501,0.7214944644,403,1.798920311,0.817447563,6311.2873314 +106,-1.53113574,0.7215166021,403,1.798920311,0.817447563,6311.9748725 +107,-1.528874248,0.7215345535,403,1.798920311,0.817447563,6312.7614187 +108,-1.539217656,0.7198512397,403,1.798920311,0.817447563,6315.3657833 +109,-1.537199919,0.7199428763,403,1.798920311,0.817447563,6315.8049516 +110,-1.545425832,0.727397149,403,1.798920311,0.817447563,6283.2522753 +111,-1.543371177,0.7273916949,403,1.798920311,0.817447563,6284.1069486 +112,-1.541368852,0.7274523163,403,1.798920311,0.817447563,6284.6730254 +113,-1.545349067,0.7258710923,403,1.798920311,0.817447563,6289.270671 +114,-1.54332671,0.7258603556,403,1.798920311,0.817447563,6290.1338646 +115,-1.541346831,0.7259242142,403,1.798920311,0.817447563,6290.6791952 +116,-1.545324355,0.7243383958,403,1.798920311,0.817447563,6295.2939259 +117,-1.543292796,0.7243617413,403,1.798920311,0.817447563,6296.0281415 +118,-1.541295822,0.7244024384,403,1.798920311,0.817447563,6296.6721667 +119,-1.543193859,0.7205570215,403,1.798920311,0.817447563,6310.9980308 +120,-1.550257047,0.7386738187,403,1.798920311,0.817447563,6237.0393208 +121,-1.549335448,0.7311736483,403,1.798920311,0.817447563,6266.833034 +122,-1.533478843,0.7179891343,403,1.798920311,0.817447563,6324.9302278 +123,-1.556150555,0.738907041,403,1.798920311,0.817447563,6233.6578098 +124,-1.554324226,0.733414257,403,1.798920311,0.817447563,6255.9606318 +125,-1.554290846,0.7288285332,403,1.798920311,0.817447563,6273.9502911 +126,-1.55122487,0.7219795312,403,1.798920311,0.817447563,6302.098121 +127,-1.525104458,0.7229399862,403,1.798920311,0.817447563,6308.6435175 +128,-1.519607711,0.7236181429,403,1.798920311,0.817447563,6307.9734337 +129,-1.513899999,0.7251107854,403,1.798920311,0.817447563,6304.1093848 +130,-1.536620762,0.7431061895,403,1.798920311,0.817447563,6225.0839972 +131,-1.5369566,0.7460845958,403,1.798920311,0.817447563,6213.2606124 +132,-1.545345528,0.7447040685,403,1.798920311,0.817447563,6215.3853595 +133,-1.532813921,0.7432306626,403,1.798920311,0.817447563,6226.0448918 +134,-1.554788248,0.7382381001,403,1.798920311,0.817447563,6236.8561493 +135,-1.540348126,0.7301594274,403,1.798920311,0.817447563,6274.454163 +136,-1.538016084,0.7239051786,403,1.798920311,0.817447563,6299.9271471 +137,-1.525288962,0.7258085137,403,1.798920311,0.817447563,6297.3012746 +138,-1.534326986,0.731241342,403,1.798920311,0.817447563,6272.5568857 +139,-1.530733872,0.7303625216,403,1.798920311,0.817447563,6277.3770745 +141,-1.534354939,0.7328219978,403,1.798920311,0.817447563,6266.338573 +142,-1.53157084,0.7292888153,403,1.798920311,0.817447563,6281.2782103 +143,-1.525691035,0.7263799874,403,1.798920311,0.817447563,6294.9071113 +144,-1.534031287,0.7495967835,403,1.798920311,0.817447563,6200.5825513 +145,-1.527714986,0.7283095957,403,1.798920311,0.817447563,6286.574349 +146,-1.526189586,0.7271468292,403,1.798920311,0.817447563,6291.7093382 +147,-1.555177336,0.7375563366,403,1.798920311,0.817447563,6239.3640356 +148,-1.555080283,0.7312707794,403,1.798920311,0.817447563,6264.0418889 +149,-1.53856994,0.7224180299,403,1.798920311,0.817447563,6305.5466671 +150,-1.530837883,0.729933372,403,1.798920311,0.817447563,6279.023693 +151,-1.515066984,0.5854133365,403,1.798920311,0.817447563,6853.185454 +152,-1.534731633,0.5368370046,403,1.798920311,0.817447563,7035.7427102 +153,-1.515231902,0.5607085576,403,1.798920311,0.817447563,6950.278479 +154,-2.616253799,1.0684566605,403,1.798920311,0.817447563,3949.0832157 +155,-1.956071439,0.5792177723,403,1.798920311,0.817447563,6494.9838809 +156,-1.951208514,0.5602434208,403,1.798920311,0.817447563,6570.4577967 +157,-1.944675062,0.6062144545,403,1.798920311,0.817447563,6411.22526 +158,-1.613778386,0.6077989518,403,1.798920311,0.817447563,6716.4525312 +159,-2.035029014,0.6021432345,403,1.798920311,0.817447563,6304.3914679 +160,-2.114989471,0.6801825058,403,1.798920311,0.817447563,5913.500704 +161,-2.037382079,0.5765830025,403,1.798920311,0.817447563,6392.040098 +162,-2.129855121,0.6585019963,403,1.798920311,0.817447563,5966.4666022 +163,-2.075141798,0.6493615843,403,1.798920311,0.817447563,6079.5304663 +164,-1.828626729,0.6948433129,403,1.798920311,0.817447563,6212.5633241 +165,-1.863329418,0.6735427691,403,1.798920311,0.817447563,6257.0609691 +166,-1.266037071,0.727988852,403,1.798920311,0.817447563,6316.436051 +167,-1.277579582,0.7249010648,403,1.798920311,0.817447563,6330.3082854 +168,-1.258418684,0.7241194816,403,1.798920311,0.817447563,6330.4984963 +169,-1.317813974,0.6804850104,403,1.798920311,0.817447563,6509.8851537 +170,-1.344165204,0.6790988904,403,1.798920311,0.817447563,6516.0256431 +171,-1.427582102,0.5277120351,403,1.798920311,0.817447563,7107.0201465 +172,-1.402238616,0.457167829,403,1.798920311,0.817447563,7390.5892136 +173,-1.422454264,0.4996161999,403,1.798920311,0.817447563,7219.1450969 +174,-1.439089277,0.4894859811,403,1.798920311,0.817447563,7255.5837673 +175,-1.448126995,0.5182330266,403,1.798920311,0.817447563,7139.776978 +176,-1.474626146,0.5881926574,403,1.798920311,0.817447563,6856.2482986 +177,-1.421139645,0.5584869783,403,1.798920311,0.817447563,6986.5659293 +178,-1.457037165,0.565943032,403,1.798920311,0.817447563,6949.0365059 +179,-2.757159358,0.3745319,403,1.798920311,0.817447563,5554.3883723 +180,-2.714309238,0.342054471,403,1.798920311,0.817447563,5756.800951 +181,-2.000525337,0.774119946,403,1.798920311,0.817447563,5734.0785262 +183,-1.571413436,0.6777838382,403,1.798920311,0.817447563,6466.1278629 +184,-1.552860289,0.6987663893,403,1.798920311,0.817447563,6392.411619 +185,-1.521852374,0.7165827476,403,1.798920311,0.817447563,6334.8250929 +186,-1.503656267,0.6928968252,403,1.798920311,0.817447563,6434.3739127 +187,-1.502753178,0.7136205882,403,1.798920311,0.817447563,6353.0788842 +188,-1.631894563,0.7343596465,403,1.798920311,0.817447563,6213.5993779 +189,-1.653765416,0.6770714026,403,1.798920311,0.817447563,6422.4776103 +190,-1.719812114,0.6715965947,403,1.798920311,0.817447563,6396.3660264 +191,-1.493406659,0.6646955447,403,1.798920311,0.817447563,6548.8072549 +192,-1.469120564,0.6613469966,403,1.798920311,0.817447563,6569.2014993 +193,-1.590551461,0.5326612937,403,1.798920311,0.817447563,7023.0938225 +194,-1.625979264,0.5247742243,403,1.798920311,0.817447563,7031.5893342 +195,-1.572293943,0.5238808754,403,1.798920311,0.817447563,7067.720614 +196,-1.610848725,0.5477107964,403,1.798920311,0.817447563,6952.1704184 +197,-1.208485554,0.7918526018,403,1.798920311,0.817447563,6052.2837558 +198,-1.335601374,0.6869083083,403,1.798920311,0.817447563,6485.042402 +199,-1.346156996,0.6825213377,403,1.798920311,0.817447563,6502.4588869 +200,-1.324381037,0.6741422347,403,1.798920311,0.817447563,6535.3060815 +201,-1.242424992,0.7378949807,403,1.798920311,0.817447563,6273.0702455 +202,-1.270370057,0.7392461008,403,1.798920311,0.817447563,6272.5528723 +203,-1.448950472,0.7441675014,403,1.798920311,0.817447563,6247.0438942 +204,-1.492662363,0.7523026852,403,1.798920311,0.817447563,6203.8556834 +205,-1.479098966,0.7763855017,403,1.798920311,0.817447563,6112.7071785 +206,-1.633760714,0.7869022408,403,1.798920311,0.817447563,6008.4589118 +207,-1.647406434,0.8101289331,403,1.798920311,0.817447563,5910.7515649 +208,-1.564245052,0.5701509278,403,1.798920311,0.817447563,6890.9302809 +209,-1.646289963,0.6833746083,403,1.798920311,0.817447563,6402.8223094 +210,-1.5820631,0.6751952144,403,1.798920311,0.817447563,6471.021855 +211,-1.613236298,0.6681681791,403,1.798920311,0.817447563,6481.724421 +212,-1.914661867,0.8212566515,403,1.798920311,0.817447563,5657.3872245 +213,-1.742133237,0.7250275956,403,1.798920311,0.817447563,6174.4151722 +214,-2.033144872,0.6557314699,403,1.798920311,0.817447563,6116.0226219 +215,-2.039551981,0.6964723658,403,1.798920311,0.817447563,5962.2739683 +216,-1.247341019,0.7622473908,403,1.798920311,0.817447563,6177.777419 +217,-1.298239787,0.7084123392,403,1.798920311,0.817447563,6397.884519 +218,-1.308539688,0.6926545592,403,1.798920311,0.817447563,6461.1171977 +219,-1.303263185,0.6888938396,403,1.798920311,0.817447563,6475.6027498 +220,-1.852400229,0.6004246149,403,1.798920311,0.817447563,6541.4329862 +221,-1.288947707,0.7473773692,403,1.798920311,0.817447563,6242.7093407 +222,-1.372031502,0.7472790993,403,1.798920311,0.817447563,6245.1096012 +223,-1.289805721,0.7242157877,403,1.798920311,0.817447563,6334.4832271 +224,-1.350807603,0.7533498126,403,1.798920311,0.817447563,6221.8546939 +225,-1.329290365,0.7560442322,403,1.798920311,0.817447563,6211.070983 +226,-1.410153004,0.616936428,403,1.798920311,0.817447563,6757.1765909 +227,-1.393445434,0.6308995063,403,1.798920311,0.817447563,6704.1049315 +228,-1.37595573,0.6241540638,403,1.798920311,0.817447563,6732.4364759 +229,-1.358388707,0.6172645205,403,1.798920311,0.817447563,6760.6785042 +230,-1.753741133,0.8281661666,403,1.798920311,0.817447563,5772.2384282 +231,-1.47430987,0.6834615681,403,1.798920311,0.817447563,6480.5281477 +232,-1.421012508,0.7222725206,403,1.798920311,0.817447563,6338.7789074 +233,-1.4476833,0.6978557868,403,1.798920311,0.817447563,6430.2782695 +234,-1.470370723,0.6966193374,403,1.798920311,0.817447563,6429.6815423 +235,-1.429211703,0.7037216883,403,1.798920311,0.817447563,6410.7567421 +236,-1.700578405,0.6178673663,403,1.798920311,0.817447563,6617.6245061 +237,-1.678117619,0.6331716163,403,1.798920311,0.817447563,6575.5198916 +238,-1.725644578,0.6316331145,403,1.798920311,0.817447563,6544.7866642 +239,-2.14012759,0.7930497945,403,1.798920311,0.817447563,5487.3198489 +240,-2.103289431,0.7653606263,403,1.798920311,0.817447563,5633.6781752 +241,-1.318739838,0.7017808746,403,1.798920311,0.817447563,6425.5912753 +242,-1.396417427,0.7077900843,403,1.798920311,0.817447563,6399.4063985 +243,-1.35650337,0.7185539404,403,1.798920311,0.817447563,6359.5513343 +244,-1.248884539,0.7274156818,403,1.798920311,0.817447563,6315.7479974 +245,-1.395014798,0.5761185243,403,1.798920311,0.817447563,6920.7719264 +246,-1.433377362,0.6064716109,403,1.798920311,0.817447563,6794.4540279 +247,-1.408172432,0.5903155476,403,1.798920311,0.817447563,6862.8072835 +248,-1.749645898,0.7757118084,403,1.798920311,0.817447563,5975.1888001 +249,-1.571626686,0.615046989,403,1.798920311,0.817447563,6711.4856708 +250,-1.514070049,0.6303003037,403,1.798920311,0.817447563,6677.0160703 +251,-1.480890369,0.6237966528,403,1.798920311,0.817447563,6713.9352238 +252,-1.704390658,0.5281680612,403,1.798920311,0.817447563,6959.1468968 +253,-1.64434733,0.5254277498,403,1.798920311,0.817447563,7016.3774715 +254,-1.703855997,0.4792484842,403,1.798920311,0.817447563,7147.3540413 +255,-1.692002383,0.5748825051,403,1.798920311,0.817447563,6789.6740494 +256,-1.854136457,0.5544643913,403,1.798920311,0.817447563,6710.9554091 +257,-1.665021206,0.520317736,403,1.798920311,0.817447563,7020.9423612 +258,-1.733654349,0.4845187345,403,1.798920311,0.817447563,7100.212065 +259,-1.720938188,0.5135933906,403,1.798920311,0.817447563,7000.6886714 +260,-1.742668307,0.553296122,403,1.798920311,0.817447563,6829.4569124 +261,-1.965659039,0.7142126903,403,1.798920311,0.817447563,5992.1396597 +262,-1.944438071,0.6772834804,403,1.798920311,0.817447563,6151.9990439 +263,-1.270340967,0.7681487096,403,1.798920311,0.817447563,6158.2054291 +264,-1.353091884,0.6549276821,403,1.798920311,0.817447563,6611.6529334 +265,-1.333236659,0.6413584414,403,1.798920311,0.817447563,6665.4206552 +266,-1.352015998,0.6753788907,403,1.798920311,0.817447563,6530.6703216 +267,-1.377988483,0.6577816235,403,1.798920311,0.817447563,6599.1225124 +268,-2.13075611,0.8318642051,403,1.798920311,0.817447563,5366.6260946 +269,-2.097910953,0.8259670014,403,1.798920311,0.817447563,5429.8750858 +270,-1.416382069,0.6694271549,403,1.798920311,0.817447563,6548.5480329 +271,-1.538905672,0.7535625993,403,1.798920311,0.817447563,6183.1524311 +272,-1.572309477,0.7803125099,403,1.798920311,0.817447563,6064.5399087 +273,-1.87759879,0.7503853417,403,1.798920311,0.817447563,5956.6022915 +274,1.152365588,0.590457682,403,1.798920311,0.817447563,2123.9132878 +275,0.350198001,0.718001859,403,1.798920311,0.817447563,3950.1922477 +276,0.046513677,0.491503852,403,1.798920311,0.817447563,5281.0226286 +277,0.027510309,0.742571376,403,1.798920311,0.817447563,4623.0543069 +278,0.306285725,-0.214631579,403,1.798920311,0.817447563,6631.2862235 +279,-1.100564889,0.318051531,403,1.798920311,0.817447563,7863.7449591 +280,-1.078582306,0.301437596,403,1.798920311,0.817447563,7912.8189086 +281,-1.137371989,-0.617634065,403,1.798920311,0.817447563,11445.296936 +282,0.784356344,0.703272339,403,1.798920311,0.817447563,2879.4334005 +283,-1.221209947,0.218327455,403,1.798920311,0.817447563,8318.5263835 +284,2.347301921,-0.449114658,403,1.798920311,0.817447563,5387.1084774 +285,0.246820618,0.830553713,403,1.798920311,0.817447563,3928.6946043 +286,0.829414965,0.703288228,403,1.798920311,0.817447563,2760.071773 +287,-1.337537566,0.42332223,403,1.798920311,0.817447563,7529.1249249 +288,0.882453706,0.454478077,403,1.798920311,0.817447563,3182.1118554 +289,1.575629659,0.416419109,403,1.798920311,0.817447563,1739.3345565 +290,-1.039455679,0.229888244,403,1.798920311,0.817447563,8157.7344865 +291,0.489558039,0.934482747,403,1.798920311,0.817447563,3196.24028 +292,0.081344504,0.88384514,403,1.798920311,0.817447563,4145.6086271 +293,-1.547979814,0.300350308,403,1.798920311,0.817447563,7956.0141396 +294,0.040776181,0.168560074,403,1.798920311,0.817447563,6234.7617323 +295,-1.130374745,0.563894876,403,1.798920311,0.817447563,6920.0637148 +296,1.578326642,0.478507176,403,1.798920311,0.817447563,1508.0841933 +297,-1.12861823,-0.291640865,403,1.798920311,0.817447563,10245.988112 +298,0.310524208,0.770885792,403,1.798920311,0.817447563,3921.75229 +299,0.415649091,-0.387246002,403,1.798920311,0.817447563,6847.8371475 +300,-0.926533878,-0.188022748,403,1.798920311,0.817447563,9587.1703588 +301,1.258856172,-0.11716081,403,1.798920311,0.817447563,4159.6529411 +302,-1.126050026,0.322941926,403,1.798920311,0.817447563,7860.9331912 +303,2.002785835,0.07893892,403,1.798920311,0.817447563,3007.3982191 +304,0.440437607,0.746258085,403,1.798920311,0.817447563,3667.9165176 +305,-0.030391866,0.214441206,403,1.798920311,0.817447563,6283.9567265 +306,0.521557815,-0.058929362,403,1.798920311,0.817447563,5607.2332524 +307,-0.097005111,0.13317729,403,1.798920311,0.817447563,6697.3161014 +308,1.83113859,0.221857587,403,1.798920311,0.817447563,2361.5759825 +309,0.222428864,0.099404236,403,1.798920311,0.817447563,5950.3449217 +310,-1.702731345,0.8728568183,403,1.798920311,0.817447563,5635.8816011 +311,-0.418507569,0.278324921,403,1.798920311,0.817447563,7002.9397063 +312,-1.41153306,0.339029988,403,1.798920311,0.817447563,7856.4273166 +313,0.357560442,0.114788776,403,1.798920311,0.817447563,5540.1993387 +314,0.325818979,0.268352149,403,1.798920311,0.817447563,5189.3894174 +315,-1.246004659,-0.663679965,403,1.798920311,0.817447563,11772.834046 +316,1.814603087,0.637404484,403,1.798920311,0.817447563,714.64448922 +317,1.843704281,-0.18300445,403,1.798920311,0.817447563,3965.9634056 +318,1.690644492,-0.211480909,403,1.798920311,0.817447563,4093.6695432 +319,-1.275451936,0.068109467,403,1.798920311,0.817447563,8928.2780899 +320,0.762430171,-0.207594741,403,1.798920311,0.817447563,5462.5041876 +321,0.265668905,-0.014647884,403,1.798920311,0.817447563,6162.5414068 +322,-2.773032013,-0.335515811,403,1.798920311,0.817447563,7556.4404192 +323,-1.469512853,0.174058777,403,1.798920311,0.817447563,8490.9269275 +324,0.286276986,0.785925691,403,1.798920311,0.817447563,3942.9257042 +325,-1.379324697,0.377432233,403,1.798920311,0.817447563,7709.1110152 +326,-1.203778265,0.212813032,403,1.798920311,0.817447563,8333.3056654 +327,0.579916301,0.611743168,403,1.798920311,0.817447563,3613.9310523 +328,0.267582642,0.868113908,403,1.798920311,0.817447563,3799.971172 +329,0.412869244,-0.050245578,403,1.798920311,0.817447563,5869.4396029 +330,0.17524381,0.976660285,403,1.798920311,0.817447563,3750.8487172 +331,0.743157214,0.204812899,403,1.798920311,0.817447563,4246.6758768 +332,-1.070758176,0.269382282,403,1.798920311,0.817447563,8031.2538578 +333,-1.230364251,0.329790229,403,1.798920311,0.817447563,7881.9410861 +334,-1.374813124,-0.024926835,403,1.798920311,0.817447563,9302.7097996 +335,0.519780566,0.463669906,403,1.798920311,0.817447563,4138.126445 +336,-1.55108034,0.239698561,403,1.798920311,0.817447563,8191.3961583 +337,0.180294813,0.029739425,403,1.798920311,0.817447563,6265.5099509 +338,0.67820924,0.268170153,403,1.798920311,0.817447563,4237.7626544 +339,0.445798684,1.024001867,403,1.798920311,0.817447563,3151.3117104 +340,0.691751283,0.150521402,403,1.798920311,0.817447563,4540.6012486 +341,-1.036643551,-0.903056181,403,1.798920311,0.817447563,11586.315789 +342,-0.120287036,1.083325163,403,1.798920311,0.817447563,3985.6825341 +343,2.823513113,-0.304487164,403,1.798920311,0.817447563,5744.1686907 +344,0.457583172,1.12513373,403,1.798920311,0.817447563,3008.1030622 +345,0.042918831,0.813795399,403,1.798920311,0.817447563,4401.0038723 +346,1.196146777,-0.853142756,403,1.798920311,0.817447563,6934.423539 +347,0.206001358,-0.010430701,403,1.798920311,0.817447563,6312.0041281 +348,-0.268308653,0.234799412,403,1.798920311,0.817447563,6807.0699452 +349,0.759363263,0.736189579,403,1.798920311,0.817447563,2883.1560883 +350,0.181363926,0.891988372,403,1.798920311,0.817447563,3926.3964044 +351,-0.021111158,0.139103292,403,1.798920311,0.817447563,6483.4337954 +352,-0.093355215,0.630686981,403,1.798920311,0.817447563,5198.2948938 +353,0.40118964,0.681375926,403,1.798920311,0.817447563,3910.8138152 +354,-0.721197315,1.304706234,403,1.798920311,0.817447563,3879.6008833 +355,-1.076150317,0.212107639,403,1.798920311,0.817447563,8257.5322328 +356,-1.577164531,0.273993443,403,1.798920311,0.817447563,8040.6066917 +357,-0.190788414,0.182208586,403,1.798920311,0.817447563,6784.2444118 +358,-0.261349752,0.209710184,403,1.798920311,0.817447563,6869.4158248 +359,-1.029303852,0.083549259,403,1.798920311,0.817447563,8709.936226 +360,-1.268609162,0.330525297,403,1.798920311,0.817447563,7889.0265876 +361,1.282982244,-0.926641967,403,1.798920311,0.817447563,7124.5127558 +362,0.217352334,0.731352408,403,1.798920311,0.817447563,4231.3023804 +363,-1.511833084,0.258629297,403,1.798920311,0.817447563,8139.1454285 +364,0.338812194,0.823184618,403,1.798920311,0.817447563,3740.6289383 +365,-0.324406489,1.134201999,403,1.798920311,0.817447563,4105.9192342 +366,1.389579348,0.399185724,403,1.798920311,0.817447563,2107.8089311 +367,2.047152199,-0.039082036,403,1.798920311,0.817447563,3501.2775062 +368,0.947780369,0.568250077,403,1.798920311,0.817447563,2724.8364925 +369,0.763824846,0.576754987,403,1.798920311,0.817447563,3203.2068274 +370,-0.142334657,0.928153068,403,1.798920311,0.817447563,4437.2724957 +371,0.610266567,0.547265983,403,1.798920311,0.817447563,3685.9139983 +372,0.210731629,0.746815056,403,1.798920311,0.817447563,4208.2636399 +373,-1.34931644,0.316895224,403,1.798920311,0.817447563,7950.6540138 +374,2.407696481,0.655030745,403,1.798920311,0.817447563,1880.7319265 +375,0.64207831,0.545359131,403,1.798920311,0.817447563,3605.2106126 +376,1.174597538,0.840588356,403,1.798920311,0.817447563,1658.1112766 +377,0.660059424,0.010604079,403,1.798920311,0.817447563,5039.5259511 +378,-0.730263819,0.010486456,403,1.798920311,0.817447563,8538.561493 +379,0.831068936,0.512339172,403,1.798920311,0.817447563,3174.4609732 +380,1.301180979,0.72367476,403,1.798920311,0.817447563,1453.7182159 +381,1.811128231,0.322854402,403,1.798920311,0.817447563,1959.4868663 +382,0.435105812,0.992284428,403,1.798920311,0.817447563,3218.8866956 +383,0.62643634,0.592027932,403,1.798920311,0.817447563,3536.4804169 +384,0.492988703,-0.516339467,403,1.798920311,0.817447563,7037.1902006 +385,-0.162469483,0.112549365,403,1.798920311,0.817447563,6926.2849552 +386,0.314630866,0.472006421,403,1.798920311,0.817447563,4659.5868692 +387,0.166744804,0.822815954,403,1.798920311,0.817447563,4119.7284767 +388,0.417159608,0.965805736,403,1.798920311,0.817447563,3297.4152157 +389,0.106334961,0.868774244,403,1.798920311,0.817447563,4133.0320116 +390,0.815086969,-0.338144359,403,1.798920311,0.817447563,5763.6216299 +391,0.59867455,-0.230624824,403,1.798920311,0.817447563,5926.8063737 +392,1.915104874,0.066220985,403,1.798920311,0.817447563,3002.2193364 +393,1.278093622,0.064463721,403,1.798920311,0.817447563,3475.4686511 +394,-0.061477853,0.302997961,403,1.798920311,0.817447563,6098.3779602 +395,0.251311504,0.626976942,403,1.798920311,0.817447563,4413.8393432 +396,2.950242872,0.149095644,403,1.798920311,0.817447563,4661.3487454 +397,-0.180294708,0.35375117,403,1.798920311,0.817447563,6230.5922822 +398,1.010448592,-0.351180233,403,1.798920311,0.817447563,5416.7379195 +399,-1.748740498,0.3686318073,403,1.798920311,0.817447563,7526.3822241 +400,2.699635665,0.123533791,403,1.798920311,0.817447563,4095.1928642 +401,0.496808033,0.823843254,403,1.798920311,0.817447563,3374.2023488 +402,0.129574704,0.763364087,403,1.798920311,0.817447563,4347.9829845 +403,1.798920311,0.817447563,403,1.798920311,0.817447563,0 +404,0.335987953,0.746786541,403,1.798920311,0.817447563,3917.4672067 +405,-1.085413643,0.292154671,403,1.798920311,0.817447563,7953.9126938 +406,-0.155321003,0.508207011,403,1.798920311,0.817447563,5700.1313504 +407,0.620529244,-0.301175104,403,1.798920311,0.817447563,6089.3822806 +408,1.684402744,0.368716966,403,1.798920311,0.817447563,1815.2097538 +409,0.300582244,-0.386397212,403,1.798920311,0.817447563,7137.1343353 +410,2.913555946,-0.009225192,403,1.798920311,0.817447563,5037.4345328 +411,1.465101417,0.493232532,403,1.798920311,0.817447563,1648.4954333 +412,0.090612882,0.907955955,403,1.798920311,0.817447563,4068.6090414 +413,2.987564726,-0.729568594,403,1.798920311,0.817447563,7412.2489866 +414,-1.484261606,0.224149272,403,1.798920311,0.817447563,8287.525379 +415,0.164073421,0.303955133,403,1.798920311,0.817447563,5519.0115168 +416,0.141441293,0.167552546,403,1.798920311,0.817447563,5971.2338882 +417,2.931321023,-0.506718887,403,1.798920311,0.817447563,6619.0488426 +418,2.21951565,0.700596356,403,1.798920311,0.817447563,1287.9154856 +419,0.268112576,1.199114336,403,1.798920311,0.817447563,3208.2407445 +420,0.978913739,0.359223811,403,1.798920311,0.817447563,3187.4319952 +421,1.210898818,0.522863584,403,1.798920311,0.817447563,2141.5071434 +422,2.347397336,0.129231362,403,1.798920311,0.817447563,3298.3558996 +423,0.614394501,0.556878345,403,1.798920311,0.817447563,3651.6929089 +424,-1.398079356,0.148483366,403,1.798920311,0.817447563,8612.7988358 +425,2.535303836,-0.112984496,403,1.798920311,0.817447563,4499.0536277 +426,-1.019372593,-0.405322349,403,1.798920311,0.817447563,10514.515992 +427,-1.297785627,-0.160104069,403,1.798920311,0.817447563,9835.7044369 +428,2.144554488,0.205051084,403,1.798920311,0.817447563,2686.5977397 +429,-2.242387083,-0.426171285,403,1.798920311,0.817447563,9231.9710183 +430,0.338637212,0.909723676,403,1.798920311,0.817447563,3562.6060724 +431,-0.148798452,0.691042401,403,1.798920311,0.817447563,5135.489253 +432,0.893524764,0.441829531,403,1.798920311,0.817447563,3185.5439225 +433,0.969229347,-0.368847936,403,1.798920311,0.817447563,5554.1573352 +434,0.436043248,0.800045688,403,1.798920311,0.817447563,3564.7333865 +435,1.687946607,1.081504775,403,1.798920311,0.817447563,1075.5366847 +436,0.522302046,-0.034889271,403,1.798920311,0.817447563,5534.0551179 +437,-0.178996113,-0.438090009,403,1.798920311,0.817447563,8551.0704904 +438,-1.094339566,0.301444068,403,1.798920311,0.817447563,7924.1519065 +439,-1.064070054,0.242569932,403,1.798920311,0.817447563,8129.7808854 +440,-1.068153768,0.230387998,403,1.798920311,0.817447563,8180.2677256 +441,-3.00496892,-0.23989155,403,1.798920311,0.817447563,6668.829953 +442,0.21751974,0.766874888,403,1.798920311,0.817447563,4143.8315838 +443,0.117229532,0.007619006,403,1.798920311,0.817447563,6500.0025075 +444,0.777758451,0.420554741,403,1.798920311,0.817447563,3552.7914389 +445,-0.252356999,0.250747086,403,1.798920311,0.817447563,6719.6059913 +446,0.363148444,0.768483434,403,1.798920311,0.817447563,3804.2241468 +447,0.903191366,-0.118210676,403,1.798920311,0.817447563,4854.0478172 +448,-0.205755923,0.149406178,403,1.798920311,0.817447563,6921.9441111 +449,1.811996086,0.02364353,403,1.798920311,0.817447563,3144.5825401 +450,-1.100670221,0.314845373,403,1.798920311,0.817447563,7876.3098989 +451,0.340078597,0.850105132,403,1.798920311,0.817447563,3680.5845498 +452,0.258757267,0.804969236,403,1.798920311,0.817447563,3961.0921734 +453,2.78505352,-0.155160804,403,1.798920311,0.817447563,5178.852492 +454,0.800551619,0.105822106,403,1.798920311,0.817447563,4392.9064663 +455,0.437940882,-0.506194031,403,1.798920311,0.817447563,7137.2692892 +456,2.230431122,0.63458615,403,1.798920311,0.817447563,1460.0698245 +457,0.527965361,0.127667701,403,1.798920311,0.817447563,5042.9041158 +458,-0.063643205,0.702093448,403,1.798920311,0.817447563,4928.2583564 +459,1.408447268,0.133010502,403,1.798920311,0.817447563,3016.666659 +460,0.523795955,0.280266966,403,1.798920311,0.817447563,4620.7535024 +461,-0.975769313,0.072177659,403,1.798920311,0.817447563,8693.6123471 +462,0.549774164,-0.463663986,403,1.798920311,0.817447563,6749.4259358 +463,0.29245874,1.095549818,403,1.798920311,0.817447563,3320.6904894 +464,0.143625958,0.816809593,403,1.798920311,0.817447563,4183.594784 +465,0.671902494,0.611159853,403,1.798920311,0.817447563,3371.5469136 +466,1.239840988,0.6724199,403,1.798920311,0.817447563,1712.2057734 +467,0.607829703,-0.10932137,403,1.798920311,0.817447563,5535.3773813 +468,1.763020906,0.263996692,403,1.798920311,0.817447563,2195.4232415 +469,0.378714634,0.726066797,403,1.798920311,0.817447563,3862.6890366 +470,2.196736143,-0.153862366,403,1.798920311,0.817447563,4095.4739856 +471,0.01702415,0.148991565,403,1.798920311,0.817447563,6354.5590689 +472,-2.998490902,-0.158002487,403,1.798920311,0.817447563,6449.4092991 +473,-3.051262951,-0.346595608,403,1.798920311,0.817447563,6856.0083162 +474,-1.069176439,0.182802941,403,1.798920311,0.817447563,8365.2688194 +475,0.167157509,0.595344954,403,1.798920311,0.817447563,4701.314869 +476,0.613855648,0.681746124,403,1.798920311,0.817447563,3369.5018663 +477,1.037012736,0.682555367,403,1.798920311,0.817447563,2241.181062 +478,-1.253574971,0.379755746,403,1.798920311,0.817447563,7691.0100361 +479,3.108590453,-0.132620738,403,1.798920311,0.817447563,5910.2363458 +480,0.565301296,0.022333262,403,1.798920311,0.817447563,5251.5279792 +481,0.547898238,0.855555614,403,1.798920311,0.817447563,3196.478767 +482,0.948309381,0.417393755,403,1.798920311,0.817447563,3105.2737196 +483,-0.050600732,0.945269213,403,1.798920311,0.817447563,4233.9064653 +484,-0.977651478,-0.572363064,403,1.798920311,0.817447563,10977.21129 +485,1.102014914,0.728861163,403,1.798920311,0.817447563,1984.5044864 +486,2.927300795,-0.282939414,403,1.798920311,0.817447563,5914.2640754 +487,-1.154565557,0.124434095,403,1.798920311,0.817447563,8654.7150638 +488,1.855331234,0.291044755,403,1.798920311,0.817447563,2093.2848737 +489,0.830290659,0.276904518,403,1.798920311,0.817447563,3809.2833075 +490,0.485104466,-0.234867441,403,1.798920311,0.817447563,6224.4895175 +491,0.521367572,-0.33161327,403,1.798920311,0.817447563,6422.0516036 +1,-1.539031704,0.7349710123,404,0.335987953,0.746786541,5046.4694985 +2,-1.536990553,0.7349663874,404,0.335987953,0.746786541,5042.0883014 +3,-1.534951779,0.7349571355,404,0.335987953,0.746786541,5037.7203614 +4,-1.532906461,0.7349480293,404,0.335987953,0.746786541,5033.3335772 +5,-1.531320211,0.7346937278,404,0.335987953,0.746786541,5030.5925956 +6,-1.539451648,0.7335131775,404,0.335987953,0.746786541,5051.3075827 +7,-1.537429487,0.7335445708,404,0.335987953,0.746786541,5046.8666386 +8,-1.535484998,0.7335658704,404,0.335987953,0.746786541,5042.6164152 +9,-1.533488396,0.7336036027,404,0.335987953,0.746786541,5038.2056844 +10,-1.531497785,0.7335842962,404,0.335987953,0.746786541,5033.9573265 +11,-1.530259379,0.7334777758,404,0.335987953,0.746786541,5031.5660385 +12,-1.5335454,0.7322346912,404,0.335987953,0.746786541,5042.0125379 +13,-1.531489083,0.7322238773,404,0.335987953,0.746786541,5037.5952697 +14,-1.530011122,0.7321679851,404,0.335987953,0.746786541,5034.5469353 +15,-1.53348106,0.7306614094,404,0.335987953,0.746786541,5046.1085793 +16,-1.531441779,0.7306962275,404,0.335987953,0.746786541,5041.6005376 +17,-1.529755654,0.7306933243,404,0.335987953,0.746786541,5037.9552726 +18,-1.533415048,0.7291384674,404,0.335987953,0.746786541,5050.0667267 +19,-1.531392093,0.7291705353,404,0.335987953,0.746786541,5045.5966895 +20,-1.529296523,0.7291214933,404,0.335987953,0.746786541,5041.1830231 +21,-1.535280942,0.727267644,404,0.335987953,0.746786541,5059.1514026 +22,-1.533378158,0.7276139666,404,0.335987953,0.746786541,5054.0934195 +23,-1.531340368,0.7276446587,404,0.335987953,0.746786541,5049.5902043 +24,-1.528960113,0.7276398177,404,0.335987953,0.746786541,5044.4343961 +25,-1.533313146,0.7260818349,404,0.335987953,0.746786541,5058.0809739 +26,-1.531259555,0.7260958115,404,0.335987953,0.746786541,5053.5836341 +27,-1.528926415,0.7260865555,404,0.335987953,0.746786541,5048.5365215 +28,-1.531226779,0.7245511789,404,0.335987953,0.746786541,5057.6713756 +29,-1.528904772,0.7245519194,404,0.335987953,0.746786541,5052.6162162 +30,-1.547195875,0.7409785979,404,0.335987953,0.746786541,5047.7304481 +31,-1.5451475,0.740980426,404,0.335987953,0.746786541,5043.352091 +32,-1.543097679,0.7409798872,404,0.335987953,0.746786541,5038.9726876 +33,-1.540720364,0.7409892687,404,0.335987953,0.746786541,5033.8611594 +34,-1.547188511,0.7395198392,404,0.335987953,0.746786541,5051.6631776 +35,-1.545148587,0.7395226109,404,0.335987953,0.746786541,5047.2958225 +36,-1.543104538,0.7395314908,404,0.335987953,0.746786541,5042.8988374 +37,-1.540727751,0.7395306258,404,0.335987953,0.746786541,5037.8109023 +38,-1.547187029,0.7380014886,404,0.335987953,0.746786541,5055.771204 +39,-1.545147315,0.7380012252,404,0.335987953,0.746786541,5051.4078482 +40,-1.54310719,0.7380060743,404,0.335987953,0.746786541,5047.0254749 +41,-1.540719671,0.7380068206,404,0.335987953,0.746786541,5041.9047255 +42,-1.547187189,0.7364799098,404,0.335987953,0.746786541,5059.8929569 +43,-1.545149996,0.7364853874,404,0.335987953,0.746786541,5055.5148127 +44,-1.543106091,0.7364823484,404,0.335987953,0.746786541,5051.1410139 +45,-1.540717158,0.7364893901,404,0.335987953,0.746786541,5045.9947716 +46,-1.538663972,0.7410138672,404,0.335987953,0.746786541,5029.390603 +47,-1.53695285,0.7409699132,404,0.335987953,0.746786541,5025.8407934 +48,-1.534910498,0.7409641297,404,0.335987953,0.746786541,5021.4741266 +49,-1.533145034,0.7409536636,404,0.335987953,0.746786541,5017.7106544 +50,-1.538681336,0.7395405883,404,0.335987953,0.746786541,5033.3966518 +51,-1.536999189,0.7395183096,404,0.335987953,0.746786541,5029.8469762 +52,-1.534923633,0.7395144222,404,0.335987953,0.746786541,5025.3994946 +53,-1.533267822,0.7395654306,404,0.335987953,0.746786541,5021.7028933 +54,-1.53867273,0.7380151077,404,0.335987953,0.746786541,5037.489145 +55,-1.536980576,0.7379994392,404,0.335987953,0.746786541,5033.8963113 +56,-1.534931522,0.7379944961,404,0.335987953,0.746786541,5029.5039023 +57,-1.533387952,0.7379480264,404,0.335987953,0.746786541,5026.3070688 +58,-1.538682279,0.7364914363,404,0.335987953,0.746786541,5041.617272 +59,-1.536980704,0.7364810563,404,0.335987953,0.746786541,5037.9860858 +60,-1.534935567,0.7364752065,404,0.335987953,0.746786541,5033.5998878 +61,-1.533042592,0.7363876366,404,0.335987953,0.746786541,5029.7569932 +62,-1.545143426,0.7349628011,404,0.335987953,0.746786541,5059.6216858 +63,-1.543105297,0.7349691947,404,0.335987953,0.746786541,5055.2301138 +64,-1.541064533,0.7349647152,404,0.335987953,0.746786541,5050.8579748 +65,-1.545411803,0.7334624714,404,0.335987953,0.746786541,5064.2601235 +66,-1.543446606,0.7334780896,404,0.335987953,0.746786541,5059.9963272 +67,-1.541475327,0.7334957295,404,0.335987953,0.746786541,5055.7100713 +68,-1.545401939,0.731963266,404,0.335987953,0.746786541,5068.3000667 +69,-1.54342253,0.7319915583,404,0.335987953,0.746786541,5063.9669645 +70,-1.541455867,0.7320216438,404,0.335987953,0.746786541,5059.6525625 +71,-1.545410146,0.7304422281,404,0.335987953,0.746786541,5072.4394404 +72,-1.543435491,0.7304713664,404,0.335987953,0.746786541,5068.1097916 +73,-1.541463105,0.7304997613,404,0.335987953,0.746786541,5063.7831704 +74,-1.545414768,0.7289194936,404,0.335987953,0.746786541,5076.5771824 +75,-1.543435774,0.7289538557,404,0.335987953,0.746786541,5072.2195449 +76,-1.541457714,0.7289765881,404,0.335987953,0.746786541,5067.8915227 +77,-1.539449415,0.7320555866,404,0.335987953,0.746786541,5055.2381571 +78,-1.537429183,0.7321097681,404,0.335987953,0.746786541,5050.7354735 +79,-1.535472649,0.7321497267,404,0.335987953,0.746786541,5046.404779 +80,-1.539457899,0.7305333307,404,0.335987953,0.746786541,5059.3678936 +81,-1.537453161,0.7305750503,404,0.335987953,0.746786541,5054.9276803 +82,-1.535479385,0.7306124949,404,0.335987953,0.746786541,5050.5620232 +83,-1.53946905,0.7290102593,404,0.335987953,0.746786541,5063.5071158 +84,-1.537459922,0.7290417293,404,0.335987953,0.746786541,5059.0805204 +85,-1.535451349,0.7290890157,404,0.335987953,0.746786541,5054.6085046 +86,-1.535522937,0.7279887191,404,0.335987953,0.746786541,5057.7307067 +87,-1.539442524,0.7274735939,404,0.335987953,0.746786541,5067.6031515 +88,-1.537424111,0.727521351,404,0.335987953,0.746786541,5063.1078153 +89,-1.539384641,0.7259505092,404,0.335987953,0.746786541,5071.5959666 +90,-1.537372391,0.7259947145,404,0.335987953,0.746786541,5067.1188591 +91,-1.535340789,0.7260435356,404,0.335987953,0.746786541,5062.5834179 +92,-1.539325716,0.7244369706,404,0.335987953,0.746786541,5075.5619012 +93,-1.537308932,0.7244801057,404,0.335987953,0.746786541,5071.0731901 +94,-1.535289068,0.7245247645,404,0.335987953,0.746786541,5066.5697403 +95,-1.533261366,0.7245550236,404,0.335987953,0.746786541,5062.0841449 +96,-1.539267302,0.722921924,404,0.335987953,0.746786541,5079.534201 +97,-1.537248972,0.7229660258,404,0.335987953,0.746786541,5075.0348528 +98,-1.535219431,0.7229916471,404,0.335987953,0.746786541,5070.5570933 +99,-1.53318962,0.7230212049,404,0.335987953,0.746786541,5066.064044 +100,-1.531154816,0.7230299897,404,0.335987953,0.746786541,5061.6120258 +101,-1.528878341,0.7230370244,404,0.335987953,0.746786541,5056.6337899 +102,-1.539218189,0.7214009878,404,0.335987953,0.746786541,5083.5438142 +103,-1.537198791,0.7214422745,404,0.335987953,0.746786541,5079.0450912 +104,-1.535179266,0.7214634354,404,0.335987953,0.746786541,5074.5964866 +105,-1.533156501,0.7214944644,404,0.335987953,0.746786541,5070.110132 +106,-1.53113574,0.7215166021,404,0.335987953,0.746786541,5065.6480836 +107,-1.528874248,0.7215345535,404,0.335987953,0.746786541,5060.6680304 +108,-1.539217656,0.7198512397,404,0.335987953,0.746786541,5087.73826 +109,-1.537199919,0.7199428763,404,0.335987953,0.746786541,5083.1023259 +110,-1.545425832,0.727397149,404,0.335987953,0.746786541,5080.7292332 +111,-1.543371177,0.7273916949,404,0.335987953,0.746786541,5076.311692 +112,-1.541368852,0.7274523163,404,0.335987953,0.746786541,5071.8239789 +113,-1.545349067,0.7258710923,404,0.335987953,0.746786541,5084.7032741 +114,-1.54332671,0.7258603556,404,0.335987953,0.746786541,5080.365032 +115,-1.541346831,0.7259242142,404,0.335987953,0.746786541,5075.9124093 +116,-1.545324355,0.7243383958,404,0.335987953,0.746786541,5088.8089057 +117,-1.543292796,0.7243617413,404,0.335987953,0.746786541,5084.3537418 +118,-1.541295822,0.7244024384,404,0.335987953,0.746786541,5079.9223199 +119,-1.543193859,0.7205570215,404,0.335987953,0.746786541,5094.458126 +120,-1.550257047,0.7386738187,404,0.335987953,0.746786541,5060.5077625 +121,-1.549335448,0.7311736483,404,0.335987953,0.746786541,5078.8907649 +122,-1.533478843,0.7179891343,404,0.335987953,0.746786541,5080.2742927 +123,-1.556150555,0.738907041,404,0.335987953,0.746786541,5072.4333667 +124,-1.554324226,0.733414257,404,0.335987953,0.746786541,5083.4860917 +125,-1.554290846,0.7288285332,404,0.335987953,0.746786541,5095.9020409 +126,-1.55122487,0.7219795312,404,0.335987953,0.746786541,5107.9645447 +127,-1.525104458,0.7229399862,404,0.335987953,0.746786541,5048.6612827 +128,-1.519607711,0.7236181429,404,0.335987953,0.746786541,5034.8276788 +129,-1.513899999,0.7251107854,404,0.335987953,0.746786541,5018.3396351 +130,-1.536620762,0.7431061895,404,0.335987953,0.746786541,5019.3827916 +131,-1.5369566,0.7460845958,404,0.335987953,0.746786541,5012.0948526 +132,-1.545345528,0.7447040685,404,0.335987953,0.746786541,5033.7128532 +133,-1.532813921,0.7432306626,404,0.335987953,0.746786541,5010.888127 +134,-1.554788248,0.7382381001,404,0.335987953,0.746786541,5071.352721 +135,-1.540348126,0.7301594274,404,0.335987953,0.746786541,5062.2988942 +136,-1.538016084,0.7239051786,404,0.335987953,0.746786541,5074.1608353 +137,-1.525288962,0.7258085137,404,0.335987953,0.746786541,5041.3640024 +138,-1.534326986,0.731241342,404,0.335987953,0.746786541,5046.3764575 +139,-1.530733872,0.7303625216,404,0.335987953,0.746786541,5040.9643146 +141,-1.534354939,0.7328219978,404,0.335987953,0.746786541,5042.1804844 +142,-1.53157084,0.7292888153,404,0.335987953,0.746786541,5045.6659642 +143,-1.525691035,0.7263799874,404,0.335987953,0.746786541,5040.7063933 +144,-1.534031287,0.7495967835,404,0.335987953,0.746786541,4996.4205641 +145,-1.527714986,0.7283095957,404,0.335987953,0.746786541,5039.929485 +146,-1.526189586,0.7271468292,404,0.335987953,0.746786541,5039.7338022 +147,-1.555177336,0.7375563366,404,0.335987953,0.746786541,5074.0360164 +148,-1.555080283,0.7312707794,404,0.335987953,0.746786541,5090.939951 +149,-1.53856994,0.7224180299,404,0.335987953,0.746786541,5079.3843321 +150,-1.530837883,0.729933372,404,0.335987953,0.746786541,5042.3435901 +151,-1.515066984,0.5854133365,404,0.335987953,0.746786541,5399.4958598 +152,-1.534731633,0.5368370046,404,0.335987953,0.746786541,5581.0999665 +153,-1.515231902,0.5607085576,404,0.335987953,0.746786541,5467.8572762 +154,-2.616253799,1.0684566605,404,0.335987953,0.746786541,5227.8670227 +155,-1.956071439,0.5792177723,404,0.335987953,0.746786541,6355.595335 +156,-1.951208514,0.5602434208,404,0.335987953,0.746786541,6409.2619503 +157,-1.944675062,0.6062144545,404,0.335987953,0.746786541,6245.8297152 +158,-1.613778386,0.6077989518,404,0.335987953,0.746786541,5565.2322408 +159,-2.035029014,0.6021432345,404,0.335987953,0.746786541,6416.8824625 +160,-2.114989471,0.6801825058,404,0.335987953,0.746786541,6271.7990269 +161,-2.037382079,0.5765830025,404,0.335987953,0.746786541,6507.8421487 +162,-2.129855121,0.6585019963,404,0.335987953,0.746786541,6369.2958806 +163,-2.075141798,0.6493615843,404,0.335987953,0.746786541,6319.5060455 +164,-1.828626729,0.6948433129,404,0.335987953,0.746786541,5747.4571928 +165,-1.863329418,0.6735427691,404,0.335987953,0.746786541,5879.04244 +166,-1.266037071,0.727988852,404,0.335987953,0.746786541,4439.8983188 +167,-1.277579582,0.7249010648,404,0.335987953,0.746786541,4474.8007358 +168,-1.258418684,0.7241194816,404,0.335987953,0.746786541,4430.3822912 +169,-1.317813974,0.6804850104,404,0.335987953,0.746786541,4677.5486315 +170,-1.344165204,0.6790988904,404,0.335987953,0.746786541,4744.822092 +171,-1.427582102,0.5277120351,404,0.335987953,0.746786541,5340.9286473 +172,-1.402238616,0.457167829,404,0.335987953,0.746786541,5464.3214721 +173,-1.422454264,0.4996161999,404,0.335987953,0.746786541,5403.031688 +174,-1.439089277,0.4894859811,404,0.335987953,0.746786541,5472.8543734 +175,-1.448126995,0.5182330266,404,0.335987953,0.746786541,5418.2162732 +176,-1.474626146,0.5881926574,404,0.335987953,0.746786541,5294.9843211 +177,-1.421139645,0.5584869783,404,0.335987953,0.746786541,5242.8951765 +178,-1.457037165,0.565943032,404,0.335987953,0.746786541,5311.9806768 +179,-2.757159358,0.3745319,404,0.335987953,0.746786541,7998.7828085 +180,-2.714309238,0.342054471,404,0.335987953,0.746786541,8118.0895726 +181,-2.000525337,0.774119946,404,0.335987953,0.746786541,5780.5478872 +183,-1.571413436,0.6777838382,404,0.335987953,0.746786541,5273.5539169 +184,-1.552860289,0.6987663893,404,0.335987953,0.746786541,5174.941554 +185,-1.521852374,0.7165827476,404,0.335987953,0.746786541,5058.6065658 +186,-1.503656267,0.6928968252,404,0.335987953,0.746786541,5081.6139764 +187,-1.502753178,0.7136205882,404,0.335987953,0.746786541,5024.3464213 +188,-1.631894563,0.7343596465,404,0.335987953,0.746786541,5243.4077546 +189,-1.653765416,0.6770714026,404,0.335987953,0.746786541,5453.0677199 +190,-1.719812114,0.6715965947,404,0.335987953,0.746786541,5606.1367617 +191,-1.493406659,0.6646955447,404,0.335987953,0.746786541,5133.7517116 +192,-1.469120564,0.6613469966,404,0.335987953,0.746786541,5086.5078155 +193,-1.590551461,0.5326612937,404,0.335987953,0.746786541,5726.4148991 +194,-1.625979264,0.5247742243,404,0.335987953,0.746786541,5832.4090988 +195,-1.572293943,0.5238808754,404,0.335987953,0.746786541,5707.929039 +196,-1.610848725,0.5477107964,404,0.335987953,0.746786541,5730.9227014 +197,-1.208485554,0.7918526018,404,0.335987953,0.746786541,4161.7202769 +198,-1.335601374,0.6869083083,404,0.335987953,0.746786541,4705.007536 +199,-1.346156996,0.6825213377,404,0.335987953,0.746786541,4741.1989513 +200,-1.324381037,0.6741422347,404,0.335987953,0.746786541,4708.9752589 +201,-1.242424992,0.7378949807,404,0.335987953,0.746786541,4360.4582611 +202,-1.270370057,0.7392461008,404,0.335987953,0.746786541,4424.4711258 +203,-1.448950472,0.7441675014,404,0.335987953,0.746786541,4825.0574622 +204,-1.492662363,0.7523026852,404,0.335987953,0.746786541,4900.1709874 +205,-1.479098966,0.7763855017,404,0.335987953,0.746786541,4808.377291 +206,-1.633760714,0.7869022408,404,0.335987953,0.746786541,5098.7553351 +207,-1.647406434,0.8101289331,404,0.335987953,0.746786541,5059.8817061 +208,-1.564245052,0.5701509278,404,0.335987953,0.746786541,5558.1741287 +209,-1.646289963,0.6833746083,404,0.335987953,0.746786541,5419.1095668 +210,-1.5820631,0.6751952144,404,0.335987953,0.746786541,5304.1519556 +211,-1.613236298,0.6681681791,404,0.335987953,0.746786541,5391.9033413 +212,-1.914661867,0.8212566515,404,0.335987953,0.746786541,5493.3404485 +213,-1.742133237,0.7250275956,404,0.335987953,0.746786541,5490.5240478 +214,-2.033144872,0.6557314699,404,0.335987953,0.746786541,6231.4491474 +215,-2.039551981,0.6964723658,404,0.335987953,0.746786541,6102.7982771 +216,-1.247341019,0.7622473908,404,0.335987953,0.746786541,4317.7529957 +217,-1.298239787,0.7084123392,404,0.335987953,0.746786541,4563.1848681 +218,-1.308539688,0.6926545592,404,0.335987953,0.746786541,4625.656697 +219,-1.303263185,0.6888938396,404,0.335987953,0.746786541,4621.8530408 +220,-1.852400229,0.6004246149,404,0.335987953,0.746786541,6090.587485 +221,-1.288947707,0.7473773692,404,0.335987953,0.746786541,4449.9025447 +222,-1.372031502,0.7472790993,404,0.335987953,0.746786541,4643.4806607 +223,-1.289805721,0.7242157877,404,0.335987953,0.746786541,4505.7354215 +224,-1.350807603,0.7533498126,404,0.335987953,0.746786541,4580.0799425 +225,-1.329290365,0.7560442322,404,0.335987953,0.746786541,4524.0137424 +226,-1.410153004,0.616936428,404,0.335987953,0.746786541,5062.4090814 +227,-1.393445434,0.6308995063,404,0.335987953,0.746786541,4985.6237578 +228,-1.37595573,0.6241540638,404,0.335987953,0.746786541,4960.0829462 +229,-1.358388707,0.6172645205,404,0.335987953,0.746786541,4934.1946621 +230,-1.753741133,0.8281661666,404,0.335987953,0.746786541,5203.4650898 +231,-1.47430987,0.6834615681,404,0.335987953,0.746786541,5040.0587367 +232,-1.421012508,0.7222725206,404,0.335987953,0.746786541,4817.7113379 +233,-1.4476833,0.6978557868,404,0.335987953,0.746786541,4941.3561535 +234,-1.470370723,0.6966193374,404,0.335987953,0.746786541,4996.4452071 +235,-1.429211703,0.7037216883,404,0.335987953,0.746786541,4883.75834 +236,-1.700578405,0.6178673663,404,0.335987953,0.746786541,5726.0887061 +237,-1.678117619,0.6331716163,404,0.335987953,0.746786541,5632.8446404 +238,-1.725644578,0.6316331145,404,0.335987953,0.746786541,5737.8304174 +239,-2.14012759,0.7930497945,404,0.335987953,0.746786541,5908.9879132 +240,-2.103289431,0.7653606263,404,0.335987953,0.746786541,5957.8251239 +241,-1.318739838,0.7017808746,404,0.335987953,0.746786541,4628.3671581 +242,-1.396417427,0.7077900843,404,0.335987953,0.746786541,4797.465733 +243,-1.35650337,0.7185539404,404,0.335987953,0.746786541,4677.4776664 +244,-1.248884539,0.7274156818,404,0.335987953,0.746786541,4399.7722197 +245,-1.395014798,0.5761185243,404,0.335987953,0.746786541,5131.2648927 +246,-1.433377362,0.6064716109,404,0.335987953,0.746786541,5146.3304579 +247,-1.408172432,0.5903155476,404,0.335987953,0.746786541,5126.9245778 +248,-1.749645898,0.7757118084,404,0.335987953,0.746786541,5352.7701229 +249,-1.571626686,0.615046989,404,0.335987953,0.746786541,5449.1728862 +250,-1.514070049,0.6303003037,404,0.335987953,0.746786541,5274.3879399 +251,-1.480890369,0.6237966528,404,0.335987953,0.746786541,5214.1948986 +252,-1.704390658,0.5281680612,404,0.335987953,0.746786541,6002.0122126 +253,-1.64434733,0.5254277498,404,0.335987953,0.746786541,5873.2399964 +254,-1.703855997,0.4792484842,404,0.335987953,0.746786541,6147.2130542 +255,-1.692002383,0.5748825051,404,0.335987953,0.746786541,5835.2353466 +256,-1.854136457,0.5544643913,404,0.335987953,0.746786541,6239.9390724 +257,-1.665021206,0.520317736,404,0.335987953,0.746786541,5935.9208631 +258,-1.733654349,0.4845187345,404,0.335987953,0.746786541,6199.2879433 +259,-1.720938188,0.5135933906,404,0.335987953,0.746786541,6082.8537793 +260,-1.742668307,0.553296122,404,0.335987953,0.746786541,6010.626973 +261,-1.965659039,0.7142126903,404,0.335987953,0.746786541,5925.3625712 +262,-1.944438071,0.6772834804,404,0.335987953,0.746786541,6011.5990802 +263,-1.270340967,0.7681487096,404,0.335987953,0.746786541,4358.772931 +264,-1.353091884,0.6549276821,404,0.335987953,0.746786541,4826.4154746 +265,-1.333236659,0.6413584414,404,0.335987953,0.746786541,4811.4252247 +266,-1.352015998,0.6753788907,404,0.335987953,0.746786541,4772.9564974 +267,-1.377988483,0.6577816235,404,0.335987953,0.746786541,4879.6643194 +268,-2.13075611,0.8318642051,404,0.335987953,0.746786541,5760.6285974 +269,-2.097910953,0.8259670014,404,0.335987953,0.746786541,5739.8121275 +270,-1.416382069,0.6694271549,404,0.335987953,0.746786541,4941.73771 +271,-1.538905672,0.7535625993,404,0.335987953,0.746786541,4996.1581626 +272,-1.572309477,0.7803125099,404,0.335987953,0.746786541,4993.5392562 +273,-1.87759879,0.7503853417,404,0.335987953,0.746786541,5659.7249423 +274,1.152365588,0.590457682,404,0.335987953,0.746786541,2577.2066605 +275,0.350198001,0.718001859,404,0.335987953,0.746786541,121.45334274 +276,0.046513677,0.491503852,404,0.335987953,0.746786541,1371.2529059 +277,0.027510309,0.742571376,404,0.335987953,0.746786541,896.96430744 +278,0.306285725,-0.214631579,404,0.335987953,0.746786541,3809.7046968 +279,-1.100564889,0.318051531,404,0.335987953,0.746786541,4991.2655477 +280,-1.078582306,0.301437596,404,0.335987953,0.746786541,4970.481967 +281,-1.137371989,-0.617634065,404,0.335987953,0.746786541,7575.760325 +282,0.784356344,0.703272339,404,0.335987953,0.746786541,1335.1626563 +283,-1.221209947,0.218327455,404,0.335987953,0.746786541,5597.971944 +284,2.347301921,-0.449114658,404,0.335987953,0.746786541,8657.2722167 +285,0.246820618,0.830553713,404,0.335987953,0.746786541,414.59545968 +286,0.829414965,0.703288228,404,0.335987953,0.746786541,1466.0308719 +287,-1.337537566,0.42332223,404,0.335987953,0.746786541,5382.1361619 +288,0.882453706,0.454478077,404,0.335987953,0.746786541,2109.1322228 +289,1.575629659,0.416419109,404,0.335987953,0.746786541,4179.98146 +290,-1.039455679,0.229888244,404,0.335987953,0.746786541,5042.0213259 +291,0.489558039,0.934482747,404,0.335987953,0.746786541,845.50279344 +292,0.081344504,0.88384514,404,0.335987953,0.746786541,876.5476159 +293,-1.547979814,0.300350308,404,0.335987953,0.746786541,6281.3397256 +294,0.040776181,0.168560074,404,0.335987953,0.746786541,2508.1182506 +295,-1.130374745,0.563894876,404,0.335987953,0.746786541,4471.271755 +296,1.578326642,0.478507176,404,0.335987953,0.746786541,4042.2643008 +297,-1.12861823,-0.291640865,404,0.335987953,0.746786541,6701.6290515 +298,0.310524208,0.770885792,404,0.335987953,0.746786541,120.28142337 +299,0.415649091,-0.387246002,404,0.335987953,0.746786541,4501.317908 +300,-0.926533878,-0.188022748,404,0.335987953,0.746786541,5857.892101 +301,1.258856172,-0.11716081,404,0.335987953,0.746786541,4761.1764566 +302,-1.126050026,0.322941926,404,0.335987953,0.746786541,5051.8717588 +303,2.002785835,0.07893892,404,0.335987953,0.746786541,6287.5201769 +304,0.440437607,0.746258085,404,0.335987953,0.746786541,303.64045352 +305,-0.030391866,0.214441206,404,0.335987953,0.746786541,2454.803061 +306,0.521557815,-0.058929362,404,0.335987953,0.746786541,3259.9436917 +307,-0.097005111,0.13317729,404,0.335987953,0.746786541,2860.0646091 +308,1.83113859,0.221857587,404,0.335987953,0.746786541,5409.8944258 +309,0.222428864,0.099404236,404,0.335987953,0.746786541,2595.0151655 +310,-1.702731345,0.8728568183,404,0.335987953,0.746786541,4982.8978997 +311,-0.418507569,0.278324921,404,0.335987953,0.746786541,3146.3180876 +312,-1.41153306,0.339029988,404,0.335987953,0.746786541,5808.296619 +313,0.357560442,0.114788776,404,0.335987953,0.746786541,2504.4802998 +314,0.325818979,0.268352149,404,0.335987953,0.746786541,1895.3933725 +315,-1.246004659,-0.663679965,404,0.335987953,0.746786541,7960.3232637 +316,1.814603087,0.637404484,404,0.335987953,0.746786541,4335.1005586 +317,1.843704281,-0.18300445,404,0.335987953,0.746786541,6531.7113781 +318,1.690644492,-0.211480909,404,0.335987953,0.746786541,6177.1879152 +319,-1.275451936,0.068109467,404,0.335987953,0.746786541,6156.6442436 +320,0.762430171,-0.207594741,404,0.335987953,0.746786541,4084.5299884 +321,0.265668905,-0.014647884,404,0.335987953,0.746786541,3026.4384787 +322,-2.773032013,-0.335515811,404,0.335987953,0.746786541,10811.167022 +323,-1.469512853,0.174058777,404,0.335987953,0.746786541,6421.8369496 +324,0.286276986,0.785925691,404,0.335987953,0.746786541,210.11087537 +325,-1.379324697,0.377432233,404,0.335987953,0.746786541,5617.1469366 +326,-1.203778265,0.212813032,404,0.335987953,0.746786541,5562.4380619 +327,0.579916301,0.611743168,404,0.335987953,0.746786541,920.64291586 +328,0.267582642,0.868113908,404,0.335987953,0.746786541,515.60930803 +329,0.412869244,-0.050245578,404,0.335987953,0.746786541,3169.0159528 +330,0.17524381,0.976660285,404,0.335987953,0.746786541,998.43550913 +331,0.743157214,0.204812899,404,0.335987953,0.746786541,2562.4193404 +332,-1.070758176,0.269382282,404,0.335987953,0.746786541,5030.3382176 +333,-1.230364251,0.329790229,404,0.335987953,0.746786541,5330.8547377 +334,-1.374813124,-0.024926835,404,0.335987953,0.746786541,6695.6378419 +335,0.519780566,0.463669906,404,0.335987953,0.746786541,1268.7927374 +336,-1.55108034,0.239698561,404,0.335987953,0.746786541,6461.550481 +337,0.180294813,0.029739425,404,0.335987953,0.746786541,2893.2977463 +338,0.67820924,0.268170153,404,0.335987953,0.746786541,2223.0568049 +339,0.445798684,1.024001867,404,0.335987953,0.746786541,1130.8372614 +340,0.691751283,0.150521402,404,0.335987953,0.746786541,2665.4447411 +341,-1.036643551,-0.903056181,404,0.335987953,0.746786541,8043.8888324 +342,-0.120287036,1.083325163,404,0.335987953,0.746786541,1705.3879264 +343,2.823513113,-0.304487164,404,0.335987953,0.746786541,9637.1009219 +344,0.457583172,1.12513373,404,0.335987953,0.746786541,1523.4838956 +345,0.042918831,0.813795399,404,0.335987953,0.746786541,864.69223795 +346,1.196146777,-0.853142756,404,0.335987953,0.746786541,7007.0725044 +347,0.206001358,-0.010430701,404,0.335987953,0.746786541,3034.8690608 +348,-0.268308653,0.234799412,404,0.335987953,0.746786541,2890.3621674 +349,0.759363263,0.736189579,404,0.335987953,0.746786541,1233.16405 +350,0.181363926,0.891988372,404,0.335987953,0.746786541,709.97021213 +351,-0.021111158,0.139103292,404,0.335987953,0.746786541,2708.8715173 +352,-0.093355215,0.630686981,404,0.335987953,0.746786541,1385.1715103 +353,0.40118964,0.681375926,404,0.335987953,0.746786541,324.29809272 +354,-0.721197315,1.304706234,404,0.335987953,0.746786541,2861.5887679 +355,-1.076150317,0.212107639,404,0.335987953,0.746786541,5195.0487912 +356,-1.577164531,0.273993443,404,0.335987953,0.746786541,6433.4555611 +357,-0.190788414,0.182208586,404,0.335987953,0.746786541,2880.8390577 +358,-0.261349752,0.209710184,404,0.335987953,0.746786541,2951.9756216 +359,-1.029303852,0.083549259,404,0.335987953,0.746786541,5400.3950001 +360,-1.268609162,0.330525297,404,0.335987953,0.746786541,5436.4845118 +361,1.282982244,-0.926641967,404,0.335987953,0.746786541,7369.7026766 +362,0.217352334,0.731352408,404,0.335987953,0.746786541,352.54918584 +363,-1.511833084,0.258629297,404,0.335987953,0.746786541,6302.3586195 +364,0.338812194,0.823184618,404,0.335987953,0.746786541,302.71603652 +365,-0.324406489,1.134201999,404,0.335987953,0.746786541,2116.2232775 +366,1.389579348,0.399185724,404,0.335987953,0.746786541,3681.163013 +367,2.047152199,-0.039082036,404,0.335987953,0.746786541,6734.8694658 +368,0.947780369,0.568250077,404,0.335987953,0.746786541,2026.8437993 +369,0.763824846,0.576754987,404,0.335987953,0.746786541,1489.4309146 +370,-0.142334657,0.928153068,404,0.335987953,0.746786541,1444.5168518 +371,0.610266567,0.547265983,404,0.335987953,0.746786541,1169.3897005 +372,0.210731629,0.746815056,404,0.335987953,0.746786541,363.99051135 +373,-1.34931644,0.316895224,404,0.335987953,0.746786541,5697.5376251 +374,2.407696481,0.655030745,404,0.335987953,0.746786541,5688.2514819 +375,0.64207831,0.545359131,404,0.335987953,0.746786541,1249.9827365 +376,1.174597538,0.840588356,404,0.335987953,0.746786541,2319.9309978 +377,0.660059424,0.010604079,404,0.335987953,0.746786541,3134.7980845 +378,-0.730263819,0.010486456,404,0.335987953,0.746786541,4755.2916937 +379,0.831068936,0.512339172,404,0.335987953,0.746786541,1823.9485969 +380,1.301180979,0.72367476,404,0.335987953,0.746786541,2784.9478561 +381,1.811128231,0.322854402,404,0.335987953,0.746786541,5089.5988767 +382,0.435105812,0.992284428,404,0.335987953,0.746786541,1004.0127065 +383,0.62643634,0.592027932,404,0.335987953,0.746786541,1087.5688026 +384,0.492988703,-0.516339467,404,0.335987953,0.746786541,5035.8235253 +385,-0.162469483,0.112549365,404,0.335987953,0.746786541,3056.3314107 +386,0.314630866,0.472006421,404,0.335987953,0.746786541,1090.5779916 +387,0.166744804,0.822815954,404,0.335987953,0.746786541,561.21233151 +388,0.417159608,0.965805736,404,0.335987953,0.746786541,892.24359086 +389,0.106334961,0.868774244,404,0.335987953,0.746786541,791.00565543 +390,0.815086969,-0.338144359,404,0.335987953,0.746786541,4639.2104726 +391,0.59867455,-0.230624824,404,0.335987953,0.746786541,3987.4931934 +392,1.915104874,0.066220985,404,0.335987953,0.746786541,6067.9722836 +393,1.278093622,0.064463721,404,0.335987953,0.746786541,4263.8715592 +394,-0.061477853,0.302997961,404,0.335987953,0.746786541,2208.6482728 +395,0.251311504,0.626976942,404,0.335987953,0.746786541,540.56669293 +396,2.950242872,0.149095644,404,0.335987953,0.746786541,8416.9988935 +397,-0.180294708,0.35375117,404,0.335987953,0.746786541,2314.9717895 +398,1.010448592,-0.351180233,404,0.335987953,0.746786541,4996.2219358 +399,-1.748740498,0.3686318073,404,0.335987953,0.746786541,6585.9278924 +400,2.699635665,0.123533791,404,0.335987953,0.746786541,8004.9500167 +401,0.496808033,0.823843254,404,0.335987953,0.746786541,543.56546311 +402,0.129574704,0.763364087,404,0.335987953,0.746786541,598.48539733 +403,1.798920311,0.817447563,404,0.335987953,0.746786541,3917.4672067 +404,0.335987953,0.746786541,404,0.335987953,0.746786541,0 +405,-1.085413643,0.292154671,404,0.335987953,0.746786541,5014.0149809 +406,-0.155321003,0.508207011,404,0.335987953,0.746786541,1823.9585221 +407,0.620529244,-0.301175104,404,0.335987953,0.746786541,4278.6468458 +408,1.684402744,0.368716966,404,0.335987953,0.746786541,4610.0096735 +409,0.300582244,-0.386397212,404,0.335987953,0.746786541,4490.4036773 +410,2.913555946,-0.009225192,404,0.335987953,0.746786541,8903.4622801 +411,1.465101417,0.493232532,404,0.335987953,0.746786541,3683.2229672 +412,0.090612882,0.907955955,404,0.335987953,0.746786541,913.68598632 +413,2.987564726,-0.729568594,404,0.335987953,0.746786541,11013.150527 +414,-1.484261606,0.224149272,404,0.335987953,0.746786541,6323.5482628 +415,0.164073421,0.303955133,404,0.335987953,0.746786541,1847.1724675 +416,0.141441293,0.167552546,404,0.335987953,0.746786541,2391.3183755 +417,2.931321023,-0.506718887,404,0.335987953,0.746786541,10466.334656 +418,2.21951565,0.700596356,404,0.335987953,0.746786541,5158.2752867 +419,0.268112576,1.199114336,404,0.335987953,0.746786541,1797.224489 +420,0.978913739,0.359223811,404,0.335987953,0.746786541,2622.8318523 +421,1.210898818,0.522863584,404,0.335987953,0.746786541,2881.7756821 +422,2.347397336,0.129231362,404,0.335987953,0.746786541,7112.0787423 +423,0.614394501,0.556878345,404,0.335987953,0.746786541,1151.6083286 +424,-1.398079356,0.148483366,404,0.335987953,0.746786541,6291.1826512 +425,2.535303836,-0.112984496,404,0.335987953,0.746786541,8320.2511059 +426,-1.019372593,-0.405322349,404,0.335987953,0.746786541,6713.0798752 +427,-1.297785627,-0.160104069,404,0.335987953,0.746786541,6833.9077399 +428,2.144554488,0.205051084,404,0.335987953,0.746786541,6344.414461 +429,-2.242387083,-0.426171285,404,0.335987953,0.746786541,10215.064233 +430,0.338637212,0.909723676,404,0.335987953,0.746786541,645.43259989 +431,-0.148798452,0.691042401,404,0.335987953,0.746786541,1455.0399542 +432,0.893524764,0.441829531,404,0.335987953,0.746786541,2171.9453128 +433,0.969229347,-0.368847936,404,0.335987953,0.746786541,4986.3986483 +434,0.436043248,0.800045688,404,0.335987953,0.746786541,353.29023013 +435,1.687946607,1.081504775,404,0.335987953,0.746786541,3289.8513669 +436,0.522302046,-0.034889271,404,0.335987953,0.746786541,3166.9536277 +437,-0.178996113,-0.438090009,404,0.335987953,0.746786541,5055.5937589 +438,-1.094339566,0.301444068,404,0.335987953,0.746786541,5015.8921268 +439,-1.064070054,0.242569932,404,0.335987953,0.746786541,5080.4546893 +440,-1.068153768,0.230387998,404,0.335987953,0.746786541,5124.0327772 +441,-3.00496892,-0.23989155,404,0.335987953,0.746786541,10323.685279 +442,0.21751974,0.766874888,404,0.335987953,0.746786541,350.19830474 +443,0.117229532,0.007619006,404,0.335987953,0.746786541,3029.2623849 +444,0.777758451,0.420554741,404,0.335987953,0.746786541,1935.7650197 +445,-0.252356999,0.250747086,404,0.335987953,0.746786541,2802.7082776 +446,0.363148444,0.768483434,404,0.335987953,0.746786541,116.15958407 +447,0.903191366,-0.118210676,404,0.335987953,0.746786541,3988.1388243 +448,-0.205755923,0.149406178,404,0.335987953,0.746786541,3021.4774267 +449,1.811996086,0.02364353,404,0.335987953,0.746786541,5882.8512286 +450,-1.100670221,0.314845373,404,0.335987953,0.746786541,4999.7684976 +451,0.340078597,0.850105132,404,0.335987953,0.746786541,409.40052587 +452,0.258757267,0.804969236,404,0.335987953,0.746786541,317.38021525 +453,2.78505352,-0.155160804,404,0.335987953,0.746786541,9092.968494 +454,0.800551619,0.105822106,404,0.335987953,0.746786541,3014.151188 +455,0.437940882,-0.506194031,404,0.335987953,0.746786541,4976.9456967 +456,2.230431122,0.63458615,404,0.335987953,0.746786541,5364.6000758 +457,0.527965361,0.127667701,404,0.335987953,0.746786541,2542.1816069 +458,-0.063643205,0.702093448,404,0.335987953,0.746786541,1194.7804797 +459,1.408447268,0.133010502,404,0.335987953,0.746786541,4427.1961605 +460,0.523795955,0.280266966,404,0.335987953,0.746786541,1954.270175 +461,-0.975769313,0.072177659,404,0.335987953,0.746786541,5276.2665748 +462,0.549774164,-0.463663986,404,0.335987953,0.746786541,4857.6596929 +463,0.29245874,1.095549818,404,0.335987953,0.746786541,1385.1334008 +464,0.143625958,0.816809593,404,0.335987953,0.746786541,606.94255843 +465,0.671902494,0.611159853,404,0.335987953,0.746786541,1162.7245734 +466,1.239840988,0.6724199,404,0.335987953,0.746786541,2689.1590433 +467,0.607829703,-0.10932137,404,0.335987953,0.746786541,3529.4599299 +468,1.763020906,0.263996692,404,0.335987953,0.746786541,5102.9654839 +469,0.378714634,0.726066797,404,0.335987953,0.746786541,149.84716933 +470,2.196736143,-0.153862366,404,0.335987953,0.746786541,7476.4261278 +471,0.01702415,0.148991565,404,0.335987953,0.746786541,2614.3861796 +472,-2.998490902,-0.158002487,404,0.335987953,0.746786541,10017.482002 +473,-3.051262951,-0.346595608,404,0.335987953,0.746786541,10659.731822 +474,-1.069176439,0.182802941,404,0.335987953,0.746786541,5251.8447442 +475,0.167157509,0.595344954,404,0.335987953,0.746786541,795.20621067 +476,0.613855648,0.681746124,404,0.335987953,0.746786541,869.04379981 +477,1.037012736,0.682555367,404,0.335987953,0.746786541,2092.7268222 +478,-1.253574971,0.379755746,404,0.335987953,0.746786541,5265.9281511 +479,3.108590453,-0.132620738,404,0.335987953,0.746786541,9692.4312293 +480,0.565301296,0.022333262,404,0.335987953,0.746786541,2982.5454513 +481,0.547898238,0.855555614,404,0.335987953,0.746786541,724.37058891 +482,0.948309381,0.417393755,404,0.335987953,0.746786541,2383.4891018 +483,-0.050600732,0.945269213,404,0.335987953,0.746786541,1274.8066151 +484,-0.977651478,-0.572363064,404,0.335987953,0.746786541,7064.0775928 +485,1.102014914,0.728861163,404,0.335987953,0.746786541,2220.595702 +486,2.927300795,-0.282939414,404,0.335987953,0.746786541,9831.6388761 +487,-1.154565557,0.124434095,404,0.335987953,0.746786541,5654.8400319 +488,1.855331234,0.291044755,404,0.335987953,0.746786541,5298.2728489 +489,0.830290659,0.276904518,404,0.335987953,0.746786541,2501.5051417 +490,0.485104466,-0.234867441,404,0.335987953,0.746786541,3925.9467631 +491,0.521367572,-0.33161327,404,0.335987953,0.746786541,4324.7918416 +1,-1.539031704,0.7349710123,405,-1.085413643,0.292154671,2331.5609618 +2,-1.536990553,0.7349663874,405,-1.085413643,0.292154671,2327.0212018 +3,-1.534951779,0.7349571355,405,-1.085413643,0.292154671,2322.4858172 +4,-1.532906461,0.7349480293,405,-1.085413643,0.292154671,2317.9475541 +5,-1.531320211,0.7346937278,405,-1.085413643,0.292154671,2313.7865922 +6,-1.539451648,0.7335131775,405,-1.085413643,0.292154671,2328.7190841 +7,-1.537429487,0.7335445708,405,-1.085413643,0.292154671,2324.3002682 +8,-1.535484998,0.7335658704,405,-1.085413643,0.292154671,2320.0389659 +9,-1.533488396,0.7336036027,405,-1.085413643,0.292154671,2315.7159479 +10,-1.531497785,0.7335842962,405,-1.085413643,0.292154671,2311.2682169 +11,-1.530259379,0.7334777758,405,-1.085413643,0.292154671,2308.2583838 +12,-1.5335454,0.7322346912,405,-1.085413643,0.292154671,2312.2697163 +13,-1.531489083,0.7322238773,405,-1.085413643,0.292154671,2307.6871852 +14,-1.530011122,0.7321679851,405,-1.085413643,0.292154671,2304.2744233 +15,-1.53348106,0.7306614094,405,-1.085413643,0.292154671,2308.0288481 +16,-1.531441779,0.7306962275,405,-1.085413643,0.292154671,2303.5900513 +17,-1.529755654,0.7306933243,405,-1.085413643,0.292154671,2299.8460682 +18,-1.533415048,0.7291384674,405,-1.085413643,0.292154671,2303.9226075 +19,-1.531392093,0.7291705353,405,-1.085413643,0.292154671,2299.5000714 +20,-1.529296523,0.7291214933,405,-1.085413643,0.292154671,2294.7161373 +21,-1.535280942,0.727267644,405,-1.085413643,0.292154671,2303.2505235 +22,-1.533378158,0.7276139666,405,-1.085413643,0.292154671,2299.8845862 +23,-1.531340368,0.7276446587,405,-1.085413643,0.292154671,2295.4124024 +24,-1.528960113,0.7276398177,405,-1.085413643,0.292154671,2290.0975119 +25,-1.533313146,0.7260818349,405,-1.085413643,0.292154671,2295.771302 +26,-1.531259555,0.7260958115,405,-1.085413643,0.292154671,2291.2073837 +27,-1.528926415,0.7260865555,405,-1.085413643,0.292154671,2285.9710508 +28,-1.531226779,0.7245511789,405,-1.085413643,0.292154671,2287.1283236 +29,-1.528904772,0.7245519194,405,-1.085413643,0.292154671,2281.9278835 +30,-1.547195875,0.7409785979,405,-1.085413643,0.292154671,2365.2195143 +31,-1.5451475,0.740980426,405,-1.085413643,0.292154671,2360.6872161 +32,-1.543097679,0.7409798872,405,-1.085413643,0.292154671,2356.1567162 +33,-1.540720364,0.7409892687,405,-1.085413643,0.292154671,2350.9424805 +34,-1.547188511,0.7395198392,405,-1.085413643,0.292154671,2361.443452 +35,-1.545148587,0.7395226109,405,-1.085413643,0.292154671,2356.9199474 +36,-1.543104538,0.7395314908,405,-1.085413643,0.292154671,2352.414202 +37,-1.540727751,0.7395306258,405,-1.085413643,0.292154671,2347.1600547 +38,-1.547187029,0.7380014886,405,-1.085413643,0.292154671,2357.5344468 +39,-1.545147315,0.7380012252,405,-1.085413643,0.292154671,2352.9906845 +40,-1.54310719,0.7380060743,405,-1.085413643,0.292154671,2348.4702275 +41,-1.540719671,0.7380068206,405,-1.085413643,0.292154671,2343.181394 +42,-1.547187189,0.7364799098,405,-1.085413643,0.292154671,2353.6286241 +43,-1.545149996,0.7364853874,405,-1.085413643,0.292154671,2349.09232 +44,-1.543106091,0.7364823484,405,-1.085413643,0.292154671,2344.5301481 +45,-1.540717158,0.7364893901,405,-1.085413643,0.292154671,2339.2393122 +46,-1.538663972,0.7410138672,405,-1.085413643,0.292154671,2346.4876207 +47,-1.53695285,0.7409699132,405,-1.085413643,0.292154671,2342.6208101 +48,-1.534910498,0.7409641297,405,-1.085413643,0.292154671,2338.1378756 +49,-1.533145034,0.7409536636,405,-1.085413643,0.292154671,2334.2573775 +50,-1.538681336,0.7395405883,405,-1.085413643,0.292154671,2342.6762957 +51,-1.536999189,0.7395183096,405,-1.085413643,0.292154671,2338.9194988 +52,-1.534923633,0.7395144222,405,-1.085413643,0.292154671,2334.3562135 +53,-1.533267822,0.7395654306,405,-1.085413643,0.292154671,2330.8666186 +54,-1.53867273,0.7380151077,405,-1.085413643,0.292154671,2338.6791008 +55,-1.536980576,0.7379994392,405,-1.085413643,0.292154671,2334.906976 +56,-1.534931522,0.7379944961,405,-1.085413643,0.292154671,2330.3861218 +57,-1.533387952,0.7379480264,405,-1.085413643,0.292154671,2326.8757223 +58,-1.538682279,0.7364914363,405,-1.085413643,0.292154671,2334.7344935 +59,-1.536980704,0.7364810563,405,-1.085413643,0.292154671,2330.9446096 +60,-1.534935567,0.7364752065,405,-1.085413643,0.292154671,2326.4170373 +61,-1.533042592,0.7363876366,405,-1.085413643,0.292154671,2322.0208554 +62,-1.545143426,0.7349628011,405,-1.085413643,0.292154671,2345.1637686 +63,-1.543105297,0.7349691947,405,-1.085413643,0.292154671,2340.6258441 +64,-1.541064533,0.7349647152,405,-1.085413643,0.292154671,2336.0650865 +65,-1.545411803,0.7334624714,405,-1.085413643,0.292154671,2341.9170454 +66,-1.543446606,0.7334780896,405,-1.085413643,0.292154671,2337.5518393 +67,-1.541475327,0.7334957295,405,-1.085413643,0.292154671,2333.1887618 +68,-1.545401939,0.731963266,405,-1.085413643,0.292154671,2338.0581908 +69,-1.54342253,0.7319915583,405,-1.085413643,0.292154671,2333.6812153 +70,-1.541455867,0.7320216438,405,-1.085413643,0.292154671,2329.3482575 +71,-1.545410146,0.7304422281,405,-1.085413643,0.292154671,2334.1920467 +72,-1.543435491,0.7304713664,405,-1.085413643,0.292154671,2329.8151193 +73,-1.541463105,0.7304997613,405,-1.085413643,0.292154671,2325.4521924 +74,-1.545414768,0.7289194936,405,-1.085413643,0.292154671,2330.3215921 +75,-1.543435774,0.7289538557,405,-1.085413643,0.292154671,2325.9354038 +76,-1.541457714,0.7289765881,405,-1.085413643,0.292154671,2321.5324532 +77,-1.539449415,0.7320555866,405,-1.085413643,0.292154671,2324.9471706 +78,-1.537429183,0.7321097681,405,-1.085413643,0.292154671,2320.5791772 +79,-1.535472649,0.7321497267,405,-1.085413643,0.292154671,2316.3277733 +80,-1.539457899,0.7305333307,405,-1.085413643,0.292154671,2321.039893 +81,-1.537453161,0.7305750503,405,-1.085413643,0.292154671,2316.6610616 +82,-1.535479385,0.7306124949,405,-1.085413643,0.292154671,2312.3517294 +83,-1.53946905,0.7290102593,405,-1.085413643,0.292154671,2317.1445972 +84,-1.537459922,0.7290417293,405,-1.085413643,0.292154671,2312.7163537 +85,-1.535451349,0.7290890157,405,-1.085413643,0.292154671,2308.341713 +86,-1.535522937,0.7279887191,405,-1.085413643,0.292154671,2305.6560963 +87,-1.539442524,0.7274735939,405,-1.085413643,0.292154671,2313.137681 +88,-1.537424111,0.727521351,405,-1.085413643,0.292154671,2308.7174697 +89,-1.539384641,0.7259505092,405,-1.085413643,0.292154671,2309.1025515 +90,-1.537372391,0.7259947145,405,-1.085413643,0.292154671,2304.6742037 +91,-1.535340789,0.7260435356,405,-1.085413643,0.292154671,2300.2259056 +92,-1.539325716,0.7244369706,405,-1.085413643,0.292154671,2305.0968329 +93,-1.537308932,0.7244801057,405,-1.085413643,0.292154671,2300.6427171 +94,-1.535289068,0.7245247645,405,-1.085413643,0.292154671,2296.1972668 +95,-1.533261366,0.7245550236,405,-1.085413643,0.292154671,2291.7088273 +96,-1.539267302,0.722921924,405,-1.085413643,0.292154671,2301.0957335 +97,-1.537248972,0.7229660258,405,-1.085413643,0.292154671,2296.6277533 +98,-1.535219431,0.7229916471,405,-1.085413643,0.292154671,2292.0986757 +99,-1.53318962,0.7230212049,405,-1.085413643,0.292154671,2287.5907313 +100,-1.531154816,0.7230299897,405,-1.085413643,0.292154671,2283.0295798 +101,-1.528878341,0.7230370244,405,-1.085413643,0.292154671,2277.9330969 +102,-1.539218189,0.7214009878,405,-1.085413643,0.292154671,2297.1082009 +103,-1.537198791,0.7214422745,405,-1.085413643,0.292154671,2292.6176262 +104,-1.535179266,0.7214634354,405,-1.085413643,0.292154671,2288.0868558 +105,-1.533156501,0.7214944644,405,-1.085413643,0.292154671,2283.5855359 +106,-1.53113574,0.7215166021,405,-1.085413643,0.292154671,2279.077471 +107,-1.528874248,0.7215345535,405,-1.085413643,0.292154671,2274.0284179 +108,-1.539217656,0.7198512397,405,-1.085413643,0.292154671,2293.1660661 +109,-1.537199919,0.7199428763,405,-1.085413643,0.292154671,2288.7941131 +110,-1.545425832,0.727397149,405,-1.085413643,0.292154671,2326.4748921 +111,-1.543371177,0.7273916949,405,-1.085413643,0.292154671,2321.8029646 +112,-1.541368852,0.7274523163,405,-1.085413643,0.292154671,2317.4293303 +113,-1.545349067,0.7258710923,405,-1.085413643,0.292154671,2322.4271281 +114,-1.54332671,0.7258603556,405,-1.085413643,0.292154671,2317.8023364 +115,-1.541346831,0.7259242142,405,-1.085413643,0.292154671,2313.4748087 +116,-1.545324355,0.7243383958,405,-1.085413643,0.292154671,2318.4885906 +117,-1.543292796,0.7243617413,405,-1.085413643,0.292154671,2313.9164902 +118,-1.541295822,0.7244024384,405,-1.085413643,0.292154671,2309.478454 +119,-1.543193859,0.7205570215,405,-1.085413643,0.292154671,2304.0553602 +120,-1.550257047,0.7386738187,405,-1.085413643,0.292154671,2366.1128311 +121,-1.549335448,0.7311736483,405,-1.085413643,0.292154671,2344.9263152 +122,-1.533478843,0.7179891343,405,-1.085413643,0.292154671,2275.3264873 +123,-1.556150555,0.738907041,405,-1.085413643,0.292154671,2379.9223563 +124,-1.554324226,0.733414257,405,-1.085413643,0.292154671,2361.9009886 +125,-1.554290846,0.7288285332,405,-1.085413643,0.292154671,2350.2855592 +126,-1.55122487,0.7219795312,405,-1.085413643,0.292154671,2326.10122 +127,-1.525104458,0.7229399862,405,-1.085413643,0.292154671,2269.2323278 +128,-1.519607711,0.7236181429,405,-1.085413643,0.292154671,2258.7849671 +129,-1.513899999,0.7251107854,405,-1.085413643,0.292154671,2250.1639974 +130,-1.536620762,0.7431061895,405,-1.085413643,0.292154671,2347.506103 +131,-1.5369566,0.7460845958,405,-1.085413643,0.292154671,2356.0844281 +132,-1.545345528,0.7447040685,405,-1.085413643,0.292154671,2370.7832455 +133,-1.532813921,0.7432306626,405,-1.085413643,0.292154671,2339.5544012 +134,-1.554788248,0.7382381001,405,-1.085413643,0.292154671,2375.1611011 +135,-1.540348126,0.7301594274,405,-1.085413643,0.292154671,2322.0739532 +136,-1.538016084,0.7239051786,405,-1.085413643,0.292154671,2300.769715 +137,-1.525288962,0.7258085137,405,-1.085413643,0.292154671,2277.1462965 +138,-1.534326986,0.731241342,405,-1.085413643,0.292154671,2311.4187801 +139,-1.530733872,0.7303625216,405,-1.085413643,0.292154671,2301.148329 +141,-1.534354939,0.7328219978,405,-1.085413643,0.292154671,2315.595682 +142,-1.53157084,0.7292888153,405,-1.085413643,0.292154671,2300.2059093 +143,-1.525691035,0.7263799874,405,-1.085413643,0.292154671,2279.5368189 +144,-1.534031287,0.7495967835,405,-1.085413643,0.292154671,2359.0823708 +145,-1.527714986,0.7283095957,405,-1.085413643,0.292154671,2289.083109 +146,-1.526189586,0.7271468292,405,-1.085413643,0.292154671,2282.6530785 +147,-1.555177336,0.7375563366,405,-1.085413643,0.292154671,2374.3071852 +148,-1.555080283,0.7312707794,405,-1.085413643,0.292154671,2358.2201676 +149,-1.53856994,0.7224180299,405,-1.085413643,0.292154671,2298.2253375 +150,-1.530837883,0.729933372,405,-1.085413643,0.292154671,2300.2582604 +151,-1.515066984,0.5854133365,405,-1.085413643,0.292154671,1920.3462415 +152,-1.534731633,0.5368370046,405,-1.085413643,0.292154671,1888.0312939 +153,-1.515231902,0.5607085576,405,-1.085413643,0.292154671,1871.9583448 +154,-2.616253799,1.0684566605,405,-1.085413643,0.292154671,5135.5083163 +155,-1.956071439,0.5792177723,405,-1.085413643,0.292154671,3292.1649063 +156,-1.951208514,0.5602434208,405,-1.085413643,0.292154671,3266.7593163 +157,-1.944675062,0.6062144545,405,-1.085413643,0.292154671,3270.8250086 +158,-1.613778386,0.6077989518,405,-1.085413643,0.292154671,2246.7780706 +159,-2.035029014,0.6021432345,405,-1.085413643,0.292154671,3560.663114 +160,-2.114989471,0.6801825058,405,-1.085413643,0.292154671,3845.0299049 +161,-2.037382079,0.5765830025,405,-1.085413643,0.292154671,3559.3427967 +162,-2.129855121,0.6585019963,405,-1.085413643,0.292154671,3883.0768035 +163,-2.075141798,0.6493615843,405,-1.085413643,0.292154671,3708.4127125 +164,-1.828626729,0.6948433129,405,-1.085413643,0.292154671,3003.4854063 +165,-1.863329418,0.6735427691,405,-1.085413643,0.292154671,3078.5749427 +166,-1.266037071,0.727988852,405,-1.085413643,0.292154671,1832.4187103 +167,-1.277579582,0.7249010648,405,-1.085413643,0.292154671,1834.7786507 +168,-1.258418684,0.7241194816,405,-1.085413643,0.292154671,1809.673437 +169,-1.317813974,0.6804850104,405,-1.085413643,0.292154671,1735.5670049 +170,-1.344165204,0.6790988904,405,-1.085413643,0.292154671,1775.0323232 +171,-1.427582102,0.5277120351,405,-1.085413643,0.292154671,1549.8538467 +172,-1.402238616,0.457167829,405,-1.085413643,0.292154671,1336.0753007 +173,-1.422454264,0.4996161999,405,-1.085413643,0.292154671,1477.1711714 +174,-1.439089277,0.4894859811,405,-1.085413643,0.292154671,1509.2613439 +175,-1.448126995,0.5182330266,405,-1.085413643,0.292154671,1590.8216947 +176,-1.474626146,0.5881926574,405,-1.085413643,0.292154671,1814.3599986 +177,-1.421139645,0.5584869783,405,-1.085413643,0.292154671,1601.1798477 +178,-1.457037165,0.565943032,405,-1.085413643,0.292154671,1716.3771373 +179,-2.757159358,0.3745319,405,-1.085413643,0.292154671,6160.3306482 +180,-2.714309238,0.342054471,405,-1.085413643,0.292154671,6046.7009967 +181,-2.000525337,0.774119946,405,-1.085413643,0.292154671,3578.9166875 +183,-1.571413436,0.6777838382,405,-1.085413643,0.292154671,2270.3235172 +184,-1.552860289,0.6987663893,405,-1.085413643,0.292154671,2273.0683164 +185,-1.521852374,0.7165827476,405,-1.085413643,0.292154671,2245.3669493 +186,-1.503656267,0.6928968252,405,-1.085413643,0.292154671,2142.3714873 +187,-1.502753178,0.7136205882,405,-1.085413643,0.292154671,2194.9511052 +188,-1.631894563,0.7343596465,405,-1.085413643,0.292154671,2547.0103286 +189,-1.653765416,0.6770714026,405,-1.085413643,0.292154671,2485.5792818 +190,-1.719812114,0.6715965947,405,-1.085413643,0.292154671,2659.0464348 +191,-1.493406659,0.6646955447,405,-1.085413643,0.292154671,2045.985746 +192,-1.469120564,0.6613469966,405,-1.085413643,0.292154671,1979.8166606 +193,-1.590551461,0.5326612937,405,-1.085413643,0.292154671,2056.7859515 +194,-1.625979264,0.5247742243,405,-1.085413643,0.292154671,2160.4907754 +195,-1.572293943,0.5238808754,405,-1.085413643,0.292154671,1985.9958687 +196,-1.610848725,0.5477107964,405,-1.085413643,0.292154671,2142.5399237 +197,-1.208485554,0.7918526018,405,-1.085413643,0.292154671,2020.9680758 +198,-1.335601374,0.6869083083,405,-1.085413643,0.292154671,1786.1694471 +199,-1.346156996,0.6825213377,405,-1.085413643,0.292154671,1789.6797961 +200,-1.324381037,0.6741422347,405,-1.085413643,0.292154671,1724.9549633 +201,-1.242424992,0.7378949807,405,-1.085413643,0.292154671,1844.032208 +202,-1.270370057,0.7392461008,405,-1.085413643,0.292154671,1878.4761969 +203,-1.448950472,0.7441675014,405,-1.085413643,0.292154671,2170.9293117 +204,-1.492662363,0.7523026852,405,-1.085413643,0.292154671,2280.4034505 +205,-1.479098966,0.7763855017,405,-1.085413643,0.292154671,2323.9470415 +206,-1.633760714,0.7869022408,405,-1.085413643,0.292154671,2672.0692993 +207,-1.647406434,0.8101289331,405,-1.085413643,0.292154671,2757.6582275 +208,-1.564245052,0.5701509278,405,-1.085413643,0.292154671,2034.6794044 +209,-1.646289963,0.6833746083,405,-1.085413643,0.292154671,2477.5934256 +210,-1.5820631,0.6751952144,405,-1.085413643,0.292154671,2291.8887529 +211,-1.613236298,0.6681681791,405,-1.085413643,0.292154671,2359.0133498 +212,-1.914661867,0.8212566515,405,-1.085413643,0.292154671,3411.3518013 +213,-1.742133237,0.7250275956,405,-1.085413643,0.292154671,2810.3958702 +214,-2.033144872,0.6557314699,405,-1.085413643,0.292154671,3580.4945805 +215,-2.039551981,0.6964723658,405,-1.085413643,0.292154671,3625.281149 +216,-1.247341019,0.7622473908,405,-1.085413643,0.292154671,1939.7734959 +217,-1.298239787,0.7084123392,405,-1.085413643,0.292154671,1802.7963443 +218,-1.308539688,0.6926545592,405,-1.085413643,0.292154671,1762.7640569 +219,-1.303263185,0.6888938396,405,-1.085413643,0.292154671,1741.8914667 +220,-1.852400229,0.6004246149,405,-1.085413643,0.292154671,2971.1106388 +221,-1.288947707,0.7473773692,405,-1.085413643,0.292154671,1929.6517454 +222,-1.372031502,0.7472790993,405,-1.085413643,0.292154671,2045.8804335 +223,-1.289805721,0.7242157877,405,-1.085413643,0.292154671,1847.5759729 +224,-1.350807603,0.7533498126,405,-1.085413643,0.292154671,2033.6836013 +225,-1.329290365,0.7560442322,405,-1.085413643,0.292154671,2012.3251904 +226,-1.410153004,0.616936428,405,-1.085413643,0.292154671,1722.7930028 +227,-1.393445434,0.6308995063,405,-1.085413643,0.292154671,1723.9199113 +228,-1.37595573,0.6241540638,405,-1.085413643,0.292154671,1666.1873476 +229,-1.358388707,0.6172645205,405,-1.085413643,0.292154671,1608.2357643 +230,-1.753741133,0.8281661666,405,-1.085413643,0.292154671,3035.5905489 +231,-1.47430987,0.6834615681,405,-1.085413643,0.292154671,2050.5676721 +232,-1.421012508,0.7222725206,405,-1.085413643,0.292154671,2051.6220788 +233,-1.4476833,0.6978557868,405,-1.085413643,0.292154671,2032.594165 +234,-1.470370723,0.6966193374,405,-1.085413643,0.292154671,2077.6786886 +235,-1.429211703,0.7037216883,405,-1.085413643,0.292154671,2011.7841493 +236,-1.700578405,0.6178673663,405,-1.085413643,0.292154671,2520.2067399 +237,-1.678117619,0.6331716163,405,-1.085413643,0.292154671,2477.1455633 +238,-1.725644578,0.6316331145,405,-1.085413643,0.292154671,2615.059051 +239,-2.14012759,0.7930497945,405,-1.085413643,0.292154671,3977.4715522 +240,-2.103289431,0.7653606263,405,-1.085413643,0.292154671,3856.9894291 +241,-1.318739838,0.7017808746,405,-1.085413643,0.292154671,1809.5276964 +242,-1.396417427,0.7077900843,405,-1.085413643,0.292154671,1960.8135684 +243,-1.35650337,0.7185539404,405,-1.085413643,0.292154671,1925.6690533 +244,-1.248884539,0.7274156818,405,-1.085413643,0.292154671,1811.5740719 +245,-1.395014798,0.5761185243,405,-1.085413643,0.292154671,1577.1560533 +246,-1.433377362,0.6064716109,405,-1.085413643,0.292154671,1751.1943866 +247,-1.408172432,0.5903155476,405,-1.085413643,0.292154671,1646.9322996 +248,-1.749645898,0.7757118084,405,-1.085413643,0.292154671,2922.1815444 +249,-1.571626686,0.615046989,405,-1.085413643,0.292154671,2139.1703062 +250,-1.514070049,0.6303003037,405,-1.085413643,0.292154671,2014.9610103 +251,-1.480890369,0.6237966528,405,-1.085413643,0.292154671,1913.9469331 +252,-1.704390658,0.5281680612,405,-1.085413643,0.292154671,2421.9143287 +253,-1.64434733,0.5254277498,405,-1.085413643,0.292154671,2221.2371624 +254,-1.703855997,0.4792484842,405,-1.085413643,0.292154671,2377.8173286 +255,-1.692002383,0.5748825051,405,-1.085413643,0.292154671,2435.028603 +256,-1.854136457,0.5544643913,405,-1.085413643,0.292154671,2940.6229936 +257,-1.665021206,0.520317736,405,-1.085413643,0.292154671,2283.4854502 +258,-1.733654349,0.4845187345,405,-1.085413643,0.292154671,2484.452269 +259,-1.720938188,0.5135933906,405,-1.085413643,0.292154671,2463.5866433 +260,-1.742668307,0.553296122,405,-1.085413643,0.292154671,2572.8279935 +261,-1.965659039,0.7142126903,405,-1.085413643,0.292154671,3421.4911651 +262,-1.944438071,0.6772834804,405,-1.085413643,0.292154671,3324.750219 +263,-1.270340967,0.7681487096,405,-1.085413643,0.292154671,1984.5270631 +264,-1.353091884,0.6549276821,405,-1.085413643,0.292154671,1713.6188088 +265,-1.333236659,0.6413584414,405,-1.085413643,0.292154671,1633.1110396 +266,-1.352015998,0.6753788907,405,-1.085413643,0.292154671,1776.8651124 +267,-1.377988483,0.6577816235,405,-1.085413643,0.292154671,1771.0438638 +268,-2.13075611,0.8318642051,405,-1.085413643,0.292154671,3979.2775329 +269,-2.097910953,0.8259670014,405,-1.085413643,0.292154671,3888.4667464 +270,-1.416382069,0.6694271549,405,-1.085413643,0.292154671,1884.7223792 +271,-1.538905672,0.7535625993,405,-1.085413643,0.292154671,2380.0827428 +272,-1.572309477,0.7803125099,405,-1.085413643,0.292154671,2521.6632828 +273,-1.87759879,0.7503853417,405,-1.085413643,0.292154671,3214.8941187 +274,1.152365588,0.590457682,405,-1.085413643,0.292154671,7561.3753402 +275,0.350198001,0.718001859,405,-1.085413643,0.292154671,5070.2249939 +276,0.046513677,0.491503852,405,-1.085413643,0.292154671,4172.2761006 +277,0.027510309,0.742571376,405,-1.085413643,0.292154671,4117.6136575 +278,0.306285725,-0.214631579,405,-1.085413643,0.292154671,5803.9196478 +279,-1.100564889,0.318051531,405,-1.085413643,0.292154671,117.46737509 +280,-1.078582306,0.301437596,405,-1.085413643,0.292154671,44.961788204 +281,-1.137371989,-0.617634065,405,-1.085413643,0.292154671,3608.9572319 +282,0.784356344,0.703272339,405,-1.085413643,0.292154671,6336.2923102 +283,-1.221209947,0.218327455,405,-1.085413643,0.292154671,596.84323749 +284,2.347301921,-0.449114658,405,-1.085413643,0.292154671,11203.979611 +285,0.246820618,0.830553713,405,-1.085413643,0.292154671,4740.8135834 +286,0.829414965,0.703288228,405,-1.085413643,0.292154671,6460.0643806 +287,-1.337537566,0.42332223,405,-1.085413643,0.292154671,1068.9373299 +288,0.882453706,0.454478077,405,-1.085413643,0.292154671,7044.998312 +289,1.575629659,0.416419109,405,-1.085413643,0.292154671,9077.6134071 +290,-1.039455679,0.229888244,405,-1.085413643,0.292154671,302.90075718 +291,0.489558039,0.934482747,405,-1.085413643,0.292154671,5305.6227562 +292,0.081344504,0.88384514,405,-1.085413643,0.292154671,4322.1420674 +293,-1.547979814,0.300350308,405,-1.085413643,0.292154671,1751.3446427 +294,0.040776181,0.168560074,405,-1.085413643,0.292154671,4353.7113913 +295,-1.130374745,0.563894876,405,-1.085413643,0.292154671,1088.3681589 +296,1.578326642,0.478507176,405,-1.085413643,0.292154671,8882.0799957 +297,-1.12861823,-0.291640865,405,-1.085413643,0.292154671,2318.5575495 +298,0.310524208,0.770885792,405,-1.085413643,0.292154671,4930.9559762 +299,0.415649091,-0.387246002,405,-1.085413643,0.292154671,6408.0909332 +300,-0.926533878,-0.188022748,405,-1.085413643,0.292154671,2001.2061079 +301,1.258856172,-0.11716081,405,-1.085413643,0.292154671,9282.7570395 +302,-1.126050026,0.322941926,405,-1.085413643,0.292154671,195.96620555 +303,2.002785835,0.07893892,405,-1.085413643,0.292154671,10959.157837 +304,0.440437607,0.746258085,405,-1.085413643,0.292154671,5314.364822 +305,-0.030391866,0.214441206,405,-1.085413643,0.292154671,4042.9358892 +306,0.521557815,-0.058929362,405,-1.085413643,0.292154671,6426.1541566 +307,-0.097005111,0.13317729,405,-1.085413643,0.292154671,3866.1621786 +308,1.83113859,0.221857587,405,-1.085413643,0.292154671,10225.457803 +309,0.222428864,0.099404236,405,-1.085413643,0.292154671,5113.1827747 +310,-1.702731345,0.8728568183,405,-1.085413643,0.292154671,3023.8008389 +311,-0.418507569,0.278324921,405,-1.085413643,0.292154671,2531.5690602 +312,-1.41153306,0.339029988,405,-1.085413643,0.292154671,1241.2500537 +313,0.357560442,0.114788776,405,-1.085413643,0.292154671,5608.4591221 +314,0.325818979,0.268352149,405,-1.085413643,0.292154671,5330.8290521 +315,-1.246004659,-0.663679965,405,-1.085413643,0.292154671,3832.9361434 +316,1.814603087,0.637404484,405,-1.085413643,0.292154671,8652.5180716 +317,1.843704281,-0.18300445,405,-1.085413643,0.292154671,11519.144606 +318,1.690644492,-0.211480909,405,-1.085413643,0.292154671,11006.605435 +319,-1.275451936,0.068109467,405,-1.085413643,0.292154671,1154.7327058 +320,0.762430171,-0.207594741,405,-1.085413643,0.292154671,7494.0296203 +321,0.265668905,-0.014647884,405,-1.085413643,0.292154671,5406.2513256 +322,-2.773032013,-0.335515811,405,-1.085413643,0.292154671,7020.412265 +323,-1.469512853,0.174058777,405,-1.085413643,0.292154671,1550.9881144 +324,0.286276986,0.785925691,405,-1.085413643,0.292154671,4857.768029 +325,-1.379324697,0.377432233,405,-1.085413643,0.292154671,1149.4121876 +326,-1.203778265,0.212813032,405,-1.085413643,0.292154671,552.01257614 +327,0.579916301,0.611743168,405,-1.085413643,0.292154671,5859.357745 +328,0.267582642,0.868113908,405,-1.085413643,0.292154671,4790.6998002 +329,0.412869244,-0.050245578,405,-1.085413643,0.292154671,6004.6460879 +330,0.17524381,0.976660285,405,-1.085413643,0.292154671,4582.1164087 +331,0.743157214,0.204812899,405,-1.085413643,0.292154671,6940.6091274 +332,-1.070758176,0.269382282,405,-1.085413643,0.292154671,106.05293054 +333,-1.230364251,0.329790229,405,-1.085413643,0.292154671,566.49062092 +334,-1.374813124,-0.024926835,405,-1.085413643,0.292154671,1690.1311191 +335,0.519780566,0.463669906,405,-1.085413643,0.292154671,5827.7327943 +336,-1.55108034,0.239698561,405,-1.085413643,0.292154671,1790.3837786 +337,0.180294813,0.029739425,405,-1.085413643,0.292154671,5031.2795959 +338,0.67820924,0.268170153,405,-1.085413643,0.292154671,6621.2323437 +339,0.445798684,1.024001867,405,-1.085413643,0.292154671,5156.582967 +340,0.691751283,0.150521402,405,-1.085413643,0.292154671,6821.5957257 +341,-1.036643551,-0.903056181,405,-1.085413643,0.292154671,4737.2317456 +342,-0.120287036,1.083325163,405,-1.085413643,0.292154671,4102.8368836 +343,2.823513113,-0.304487164,405,-1.085413643,0.292154671,9544.7993707 +344,0.457583172,1.12513373,405,-1.085413643,0.292154671,5133.4258885 +345,0.042918831,0.813795399,405,-1.085413643,0.292154671,4189.2623294 +346,1.196146777,-0.853142756,405,-1.085413643,0.292154671,8910.5318837 +347,0.206001358,-0.010430701,405,-1.085413643,0.292154671,5175.7556913 +348,-0.268308653,0.234799412,405,-1.085413643,0.292154671,3126.3118231 +349,0.759363263,0.736189579,405,-1.085413643,0.292154671,6216.4102817 +350,0.181363926,0.891988372,405,-1.085413643,0.292154671,4573.9059308 +351,-0.021111158,0.139103292,405,-1.085413643,0.292154671,4147.9245898 +352,-0.093355215,0.630686981,405,-1.085413643,0.292154671,3708.2118488 +353,0.40118964,0.681375926,405,-1.085413643,0.292154671,5245.7514637 +354,-0.721197315,1.304706234,405,-1.085413643,0.292154671,4087.3987046 +355,-1.076150317,0.212107639,405,-1.085413643,0.292154671,319.04975224 +356,-1.577164531,0.273993443,405,-1.085413643,0.292154671,1870.1528261 +357,-0.190788414,0.182208586,405,-1.085413643,0.292154671,3462.9621413 +358,-0.261349752,0.209710184,405,-1.085413643,0.292154671,3171.7675065 +359,-1.029303852,0.083549259,405,-1.085413643,0.292154671,854.53445275 +360,-1.268609162,0.330525297,405,-1.085413643,0.292154671,707.13169816 +361,1.282982244,-0.926641967,405,-1.085413643,0.292154671,8982.4874931 +362,0.217352334,0.731352408,405,-1.085413643,0.292154671,4673.1673073 +363,-1.511833084,0.258629297,405,-1.085413643,0.292154671,1629.8000304 +364,0.338812194,0.823184618,405,-1.085413643,0.292154671,4988.8738464 +365,-0.324406489,1.134201999,405,-1.085413643,0.292154671,3895.076341 +366,1.389579348,0.399185724,405,-1.085413643,0.292154671,8680.053403 +367,2.047152199,-0.039082036,405,-1.085413643,0.292154671,11440.811235 +368,0.947780369,0.568250077,405,-1.085413643,0.292154671,7039.9623669 +369,0.763824846,0.576754987,405,-1.085413643,0.292154671,6473.918869 +370,-0.142334657,0.928153068,405,-1.085413643,0.292154671,3831.0048442 +371,0.610266567,0.547265983,405,-1.085413643,0.292154671,6031.6828344 +372,0.210731629,0.746815056,405,-1.085413643,0.292154671,4651.1526763 +373,-1.34931644,0.316895224,405,-1.085413643,0.292154671,1001.7334499 +374,2.407696481,0.655030745,405,-1.085413643,0.292154671,8469.8234141 +375,0.64207831,0.545359131,405,-1.085413643,0.292154671,6136.2141095 +376,1.174597538,0.840588356,405,-1.085413643,0.292154671,6985.674742 +377,0.660059424,0.010604079,405,-1.085413643,0.292154671,6871.9147877 +378,-0.730263819,0.010486456,405,-1.085413643,0.292154671,1778.9127838 +379,0.831068936,0.512339172,405,-1.085413643,0.292154671,6784.8127426 +380,1.301180979,0.72367476,405,-1.085413643,0.292154671,7562.0715925 +381,1.811128231,0.322854402,405,-1.085413643,0.292154671,9827.2962261 +382,0.435105812,0.992284428,405,-1.085413643,0.292154671,5149.4440008 +383,0.62643634,0.592027932,405,-1.085413643,0.292154671,6027.7204249 +384,0.492988703,-0.516339467,405,-1.085413643,0.292154671,6812.4275722 +385,-0.162469483,0.112549365,405,-1.085413643,0.292154671,3640.2635543 +386,0.314630866,0.472006421,405,-1.085413643,0.292154671,5114.7881481 +387,0.166744804,0.822815954,405,-1.085413643,0.292154671,4526.053759 +388,0.417159608,0.965805736,405,-1.085413643,0.292154671,5122.4481472 +389,0.106334961,0.868774244,405,-1.085413643,0.292154671,4378.6479516 +390,0.815086969,-0.338144359,405,-1.085413643,0.292154671,7800.3660511 +391,0.59867455,-0.230624824,405,-1.085413643,0.292154671,6903.522657 +392,1.915104874,0.066220985,405,-1.085413643,0.292154671,10920.728511 +393,1.278093622,0.064463721,405,-1.085413643,0.292154671,9088.2084467 +394,-0.061477853,0.302997961,405,-1.085413643,0.292154671,3861.6895521 +395,0.251311504,0.626976942,405,-1.085413643,0.292154671,4810.4647302 +396,2.950242872,0.149095644,405,-1.085413643,0.292154671,8529.9761985 +397,-0.180294708,0.35375117,405,-1.085413643,0.292154671,3395.2726043 +398,1.010448592,-0.351180233,405,-1.085413643,0.292154671,8527.7723673 +399,-1.748740498,0.3686318073,405,-1.085413643,0.292154671,2497.950237 +400,2.699635665,0.123533791,405,-1.085413643,0.292154671,9433.2716993 +401,0.496808033,0.823843254,405,-1.085413643,0.292154671,5408.5639972 +402,0.129574704,0.763364087,405,-1.085413643,0.292154671,4416.6671597 +403,1.798920311,0.817447563,405,-1.085413643,0.292154671,7953.9126938 +404,0.335987953,0.746786541,405,-1.085413643,0.292154671,5014.0149809 +405,-1.085413643,0.292154671,405,-1.085413643,0.292154671,0 +406,-0.155321003,0.508207011,405,-1.085413643,0.292154671,3469.7926005 +407,0.620529244,-0.301175104,405,-1.085413643,0.292154671,7054.5302185 +408,1.684402744,0.368716966,405,-1.085413643,0.292154671,9454.2262016 +409,0.300582244,-0.386397212,405,-1.085413643,0.292154671,6006.1382451 +410,2.913555946,-0.009225192,405,-1.085413643,0.292154671,8918.1024448 +411,1.465101417,0.493232532,405,-1.085413643,0.292154671,8595.4883603 +412,0.090612882,0.907955955,405,-1.085413643,0.292154671,4356.799479 +413,2.987564726,-0.729568594,405,-1.085413643,0.292154671,8860.5314625 +414,-1.484261606,0.224149272,405,-1.085413643,0.292154671,1550.0444734 +415,0.164073421,0.303955133,405,-1.085413643,0.292154671,4700.3289384 +416,0.141441293,0.167552546,405,-1.085413643,0.292154671,4735.9135745 +417,2.931321023,-0.506718887,405,-1.085413643,0.292154671,9164.341329 +418,2.21951565,0.700596356,405,-1.085413643,0.292154671,8465.6529877 +419,0.268112576,1.199114336,405,-1.085413643,0.292154671,4833.7860307 +420,0.978913739,0.359223811,405,-1.085413643,0.292154671,7526.5935195 +421,1.210898818,0.522863584,405,-1.085413643,0.292154671,7880.883764 +422,2.347397336,0.129231362,405,-1.085413643,0.292154671,10422.064287 +423,0.614394501,0.556878345,405,-1.085413643,0.292154671,6033.1509015 +424,-1.398079356,0.148483366,405,-1.085413643,0.292154671,1334.5162755 +425,2.535303836,-0.112984496,405,-1.085413643,0.292154671,10457.301053 +426,-1.019372593,-0.405322349,405,-1.085413643,0.292154671,2774.5163376 +427,-1.297785627,-0.160104069,405,-1.085413643,0.292154671,1975.2007153 +428,2.144554488,0.205051084,405,-1.085413643,0.292154671,10444.242649 +429,-2.242387083,-0.426171285,405,-1.085413643,0.292154671,5296.2813949 +430,0.338637212,0.909723676,405,-1.085413643,0.292154671,4959.644988 +431,-0.148798452,0.691042401,405,-1.085413643,0.292154671,3568.989953 +432,0.893524764,0.441829531,405,-1.085413643,0.292154671,7102.2884706 +433,0.969229347,-0.368847936,405,-1.085413643,0.292154671,8385.0157166 +434,0.436043248,0.800045688,405,-1.085413643,0.292154671,5263.8593919 +435,1.687946607,1.081504775,405,-1.085413643,0.292154671,6881.2673213 +436,0.522302046,-0.034889271,405,-1.085413643,0.292154671,6401.7045411 +437,-0.178996113,-0.438090009,405,-1.085413643,0.292154671,4537.7008409 +438,-1.094339566,0.301444068,405,-1.085413643,0.292154671,49.969809615 +439,-1.064070054,0.242569932,405,-1.085413643,0.292154671,212.65414846 +440,-1.068153768,0.230387998,405,-1.085413643,0.292154671,253.41239156 +441,-3.00496892,-0.23989155,405,-1.085413643,0.292154671,7792.9735632 +442,0.21751974,0.766874888,405,-1.085413643,0.292154671,4667.8284548 +443,0.117229532,0.007619006,405,-1.085413643,0.292154671,4818.9933377 +444,0.777758451,0.420554741,405,-1.085413643,0.292154671,6755.8016817 +445,-0.252356999,0.250747086,405,-1.085413643,0.292154671,3175.805794 +446,0.363148444,0.768483434,405,-1.085413643,0.292154671,5080.7508806 +447,0.903191366,-0.118210676,405,-1.085413643,0.292154671,7938.0175731 +448,-0.205755923,0.149406178,405,-1.085413643,0.292154671,3437.5133878 +449,1.811996086,0.02364353,405,-1.085413643,0.292154671,10870.551441 +450,-1.100670221,0.314845373,405,-1.085413643,0.292154671,106.7876287 +451,0.340078597,0.850105132,405,-1.085413643,0.292154671,4982.1831292 +452,0.258757267,0.804969236,405,-1.085413643,0.292154671,4777.0217465 +453,2.78505352,-0.155160804,405,-1.085413643,0.292154671,9582.5641814 +454,0.800551619,0.105822106,405,-1.085413643,0.292154671,7283.2934023 +455,0.437940882,-0.506194031,405,-1.085413643,0.292154671,6618.3927681 +456,2.230431122,0.63458615,405,-1.085413643,0.292154671,8715.4922781 +457,0.527965361,0.127667701,405,-1.085413643,0.292154671,6236.8318881 +458,-0.063643205,0.702093448,405,-1.085413643,0.292154671,3831.325778 +459,1.408447268,0.133010502,405,-1.085413643,0.292154671,9398.4925696 +460,0.523795955,0.280266966,405,-1.085413643,0.292154671,6046.2863065 +461,-0.975769313,0.072177659,405,-1.085413643,0.292154671,969.96071611 +462,0.549774164,-0.463663986,405,-1.085413643,0.292154671,6954.6162133 +463,0.29245874,1.095549818,405,-1.085413643,0.292154671,4847.3309047 +464,0.143625958,0.816809593,405,-1.085413643,0.292154671,4462.8045724 +465,0.671902494,0.611159853,405,-1.085413643,0.292154671,6143.3646248 +466,1.239840988,0.6724199,405,-1.085413643,0.292154671,7569.5578758 +467,0.607829703,-0.10932137,405,-1.085413643,0.292154671,6809.0762264 +468,1.763020906,0.263996692,405,-1.085413643,0.292154671,9960.7149249 +469,0.378714634,0.726066797,405,-1.085413643,0.292154671,5149.4417826 +470,2.196736143,-0.153862366,405,-1.085413643,0.292154671,11672.941834 +471,0.01702415,0.148991565,405,-1.085413643,0.292154671,4282.687575 +472,-2.998490902,-0.158002487,405,-1.085413643,0.292154671,7692.2248754 +473,-3.051262951,-0.346595608,405,-1.085413643,0.292154671,8046.2985416 +474,-1.069176439,0.182802941,405,-1.085413643,0.292154671,437.62443408 +475,0.167157509,0.595344954,405,-1.085413643,0.292154671,4550.3535556 +476,0.613855648,0.681746124,405,-1.085413643,0.292154671,5879.9536437 +477,1.037012736,0.682555367,405,-1.085413643,0.292154671,7050.8895913 +478,-1.253574971,0.379755746,405,-1.085413643,0.292154671,717.91757518 +479,3.108590453,-0.132620738,405,-1.085413643,0.292154671,8334.4309285 +480,0.565301296,0.022333262,405,-1.085413643,0.292154671,6499.4203439 +481,0.547898238,0.855555614,405,-1.085413643,0.292154671,5512.2885421 +482,0.948309381,0.417393755,405,-1.085413643,0.292154671,7322.0226266 +483,-0.050600732,0.945269213,405,-1.085413643,0.292154671,4056.6330872 +484,-0.977651478,-0.572363064,405,-1.085413643,0.292154671,3448.6037607 +485,1.102014914,0.728861163,405,-1.085413643,0.292154671,7105.6597313 +486,2.927300795,-0.282939414,405,-1.085413643,0.292154671,9143.8553005 +487,-1.154565557,0.124434095,405,-1.085413643,0.292154671,716.22319552 +488,1.855331234,0.291044755,405,-1.085413643,0.292154671,10004.339619 +489,0.830290659,0.276904518,405,-1.085413643,0.292154671,7152.2218185 +490,0.485104466,-0.234867441,405,-1.085413643,0.292154671,6486.5825297 +491,0.521367572,-0.33161327,405,-1.085413643,0.292154671,6723.7166786 +1,-1.539031704,0.7349710123,406,-0.155321003,0.508207011,4387.034738 +2,-1.536990553,0.7349663874,406,-0.155321003,0.508207011,4381.2839839 +3,-1.534951779,0.7349571355,406,-0.155321003,0.508207011,4375.543075 +4,-1.532906461,0.7349480293,406,-0.155321003,0.508207011,4369.7815225 +5,-1.531320211,0.7346937278,406,-0.155321003,0.508207011,4365.5836106 +6,-1.539451648,0.7335131775,406,-0.155321003,0.508207011,4389.8487652 +7,-1.537429487,0.7335445708,406,-0.155321003,0.508207011,4384.1054866 +8,-1.535484998,0.7335658704,406,-0.155321003,0.508207011,4378.5911384 +9,-1.533488396,0.7336036027,406,-0.155321003,0.508207011,4372.9098009 +10,-1.531497785,0.7335842962,406,-0.155321003,0.508207011,4367.3067397 +11,-1.530259379,0.7334777758,406,-0.155321003,0.508207011,4363.9238655 +12,-1.5335454,0.7322346912,406,-0.155321003,0.508207011,4374.5874172 +13,-1.531489083,0.7322238773,406,-0.155321003,0.508207011,4368.7833536 +14,-1.530011122,0.7321679851,406,-0.155321003,0.508207011,4364.6634721 +15,-1.53348106,0.7306614094,406,-0.155321003,0.508207011,4376.1525032 +16,-1.531441779,0.7306962275,406,-0.155321003,0.508207011,4370.3391937 +17,-1.529755654,0.7306933243,406,-0.155321003,0.508207011,4365.5663709 +18,-1.533415048,0.7291384674,406,-0.155321003,0.508207011,4377.6608504 +19,-1.531392093,0.7291705353,406,-0.155321003,0.508207011,4371.8901005 +20,-1.529296523,0.7291214933,406,-0.155321003,0.508207011,4366.0014516 +21,-1.535280942,0.727267644,406,-0.155321003,0.508207011,4385.044766 +22,-1.533378158,0.7276139666,406,-0.155321003,0.508207011,4379.2574004 +23,-1.531340368,0.7276446587,406,-0.155321003,0.508207011,4373.4393835 +24,-1.528960113,0.7276398177,406,-0.155321003,0.508207011,4366.6865764 +25,-1.533313146,0.7260818349,406,-0.155321003,0.508207011,4380.7866163 +26,-1.531259555,0.7260958115,406,-0.155321003,0.508207011,4374.9355624 +27,-1.528926415,0.7260865555,406,-0.155321003,0.508207011,4368.3137077 +28,-1.531226779,0.7245511789,406,-0.155321003,0.508207011,4376.5675828 +29,-1.528904772,0.7245519194,406,-0.155321003,0.508207011,4369.9586424 +30,-1.547195875,0.7409785979,406,-0.155321003,0.508207011,4403.2604876 +31,-1.5451475,0.740980426,406,-0.155321003,0.508207011,4397.5166436 +32,-1.543097679,0.7409798872,406,-0.155321003,0.508207011,4391.7694181 +33,-1.540720364,0.7409892687,406,-0.155321003,0.508207011,4385.0904025 +34,-1.547188511,0.7395198392,406,-0.155321003,0.508207011,4404.8794525 +35,-1.545148587,0.7395226109,406,-0.155321003,0.508207011,4399.1517771 +36,-1.543104538,0.7395314908,406,-0.155321003,0.508207011,4393.4037626 +37,-1.540727751,0.7395306258,406,-0.155321003,0.508207011,4386.7301256 +38,-1.547187029,0.7380014886,406,-0.155321003,0.508207011,4406.5859386 +39,-1.545147315,0.7380012252,406,-0.155321003,0.508207011,4400.8555548 +40,-1.54310719,0.7380060743,406,-0.155321003,0.508207011,4395.1163242 +41,-1.540719671,0.7380068206,406,-0.155321003,0.508207011,4388.4028674 +42,-1.547187189,0.7364799098,406,-0.155321003,0.508207011,4408.3048202 +43,-1.545149996,0.7364853874,406,-0.155321003,0.508207011,4402.5683673 +44,-1.543106091,0.7364823484,406,-0.155321003,0.508207011,4396.8206634 +45,-1.540717158,0.7364893901,406,-0.155321003,0.508207011,4390.0883367 +46,-1.538663972,0.7410138672,406,-0.155321003,0.508207011,4379.2927632 +47,-1.53695285,0.7409699132,406,-0.155321003,0.508207011,4374.5381058 +48,-1.534910498,0.7409641297,406,-0.155321003,0.508207011,4368.8097039 +49,-1.533145034,0.7409536636,406,-0.155321003,0.508207011,4363.8622916 +50,-1.538681336,0.7395405883,406,-0.155321003,0.508207011,4380.9701417 +51,-1.536999189,0.7395183096,406,-0.155321003,0.508207011,4376.2676681 +52,-1.534923633,0.7395144222,406,-0.155321003,0.508207011,4370.437444 +53,-1.533267822,0.7395654306,406,-0.155321003,0.508207011,4365.7255714 +54,-1.53867273,0.7380151077,406,-0.155321003,0.508207011,4382.6364727 +55,-1.536980576,0.7379994392,406,-0.155321003,0.508207011,4377.8930246 +56,-1.534931522,0.7379944961,406,-0.155321003,0.508207011,4372.1317212 +57,-1.533387952,0.7379480264,406,-0.155321003,0.508207011,4367.8373118 +58,-1.538682279,0.7364914363,406,-0.155321003,0.508207011,4384.3561198 +59,-1.536980704,0.7364810563,406,-0.155321003,0.508207011,4379.5747466 +60,-1.534935567,0.7364752065,406,-0.155321003,0.508207011,4373.8187732 +61,-1.533042592,0.7363876366,406,-0.155321003,0.508207011,4368.5796732 +62,-1.545143426,0.7349628011,406,-0.155321003,0.508207011,4404.2668993 +63,-1.543105297,0.7349691947,406,-0.155321003,0.508207011,4398.5181655 +64,-1.541064533,0.7349647152,406,-0.155321003,0.508207011,4392.7722764 +65,-1.545411803,0.7334624714,406,-0.155321003,0.508207011,4406.7196467 +66,-1.543446606,0.7334780896,406,-0.155321003,0.508207011,4401.1598909 +67,-1.541475327,0.7334957295,406,-0.155321003,0.508207011,4395.57901 +68,-1.545401939,0.731963266,406,-0.155321003,0.508207011,4408.3914238 +69,-1.54342253,0.7319915583,406,-0.155321003,0.508207011,4402.7708475 +70,-1.541455867,0.7320216438,406,-0.155321003,0.508207011,4397.1826367 +71,-1.545410146,0.7304422281,406,-0.155321003,0.508207011,4410.1430745 +72,-1.543435491,0.7304713664,406,-0.155321003,0.508207011,4404.5284797 +73,-1.541463105,0.7304997613,406,-0.155321003,0.508207011,4398.9195387 +74,-1.545414768,0.7289194936,406,-0.155321003,0.508207011,4411.8907054 +75,-1.543435774,0.7289538557,406,-0.155321003,0.508207011,4406.2514181 +76,-1.541457714,0.7289765881,406,-0.155321003,0.508207011,4400.6263694 +77,-1.539449415,0.7320555866,406,-0.155321003,0.508207011,4391.4761054 +78,-1.537429183,0.7321097681,406,-0.155321003,0.508207011,4385.7064051 +79,-1.535472649,0.7321497267,406,-0.155321003,0.508207011,4380.131187 +80,-1.539457899,0.7305333307,406,-0.155321003,0.508207011,4393.210337 +81,-1.537453161,0.7305750503,406,-0.155321003,0.508207011,4387.4917238 +82,-1.535479385,0.7306124949,406,-0.155321003,0.508207011,4381.8639939 +83,-1.53946905,0.7290102593,406,-0.155321003,0.508207011,4394.9572938 +84,-1.537459922,0.7290417293,406,-0.155321003,0.508207011,4389.2311421 +85,-1.535451349,0.7290890157,406,-0.155321003,0.508207011,4383.4872421 +86,-1.535522937,0.7279887191,406,-0.155321003,0.508207011,4384.922565 +87,-1.539442524,0.7274735939,406,-0.155321003,0.508207011,4396.617063 +88,-1.537424111,0.727521351,406,-0.155321003,0.508207011,4390.8395637 +89,-1.539384641,0.7259505092,406,-0.155321003,0.508207011,4398.1765292 +90,-1.537372391,0.7259947145,406,-0.155321003,0.508207011,4392.413837 +91,-1.535340789,0.7260435356,406,-0.155321003,0.508207011,4386.5894652 +92,-1.539325716,0.7244369706,406,-0.155321003,0.508207011,4399.726001 +93,-1.537308932,0.7244801057,406,-0.155321003,0.508207011,4393.9450223 +94,-1.535289068,0.7245247645,406,-0.155321003,0.508207011,4388.1520213 +95,-1.533261366,0.7245550236,406,-0.155321003,0.508207011,4382.3513576 +96,-1.539267302,0.722921924,406,-0.155321003,0.508207011,4401.2823931 +97,-1.537248972,0.7229660258,406,-0.155321003,0.508207011,4395.4893077 +98,-1.535219431,0.7229916471,406,-0.155321003,0.508207011,4389.6836346 +99,-1.53318962,0.7230212049,406,-0.155321003,0.508207011,4383.8710505 +100,-1.531154816,0.7230299897,406,-0.155321003,0.508207011,4378.065853 +101,-1.528878341,0.7230370244,406,-0.155321003,0.508207011,4371.5720955 +102,-1.539218189,0.7214009878,406,-0.155321003,0.508207011,4402.8757514 +103,-1.537198791,0.7214422745,406,-0.155321003,0.508207011,4397.0762005 +104,-1.535179266,0.7214634354,406,-0.155321003,0.508207011,4391.297503 +105,-1.533156501,0.7214944644,406,-0.155321003,0.508207011,4385.4967018 +106,-1.53113574,0.7215166021,406,-0.155321003,0.508207011,4379.7099515 +107,-1.528874248,0.7215345535,406,-0.155321003,0.508207011,4373.2394279 +108,-1.539217656,0.7198512397,406,-0.155321003,0.508207011,4404.6444175 +109,-1.537199919,0.7199428763,406,-0.155321003,0.508207011,4398.7855643 +110,-1.545425832,0.727397149,406,-0.155321003,0.508207011,4413.660314 +111,-1.543371177,0.7273916949,406,-0.155321003,0.508207011,4407.8455014 +112,-1.541368852,0.7274523163,406,-0.155321003,0.508207011,4402.1020031 +113,-1.545349067,0.7258710923,406,-0.155321003,0.508207011,4415.1893067 +114,-1.54332671,0.7258603556,406,-0.155321003,0.508207011,4409.4654497 +115,-1.541346831,0.7259242142,406,-0.155321003,0.508207011,4403.7752654 +116,-1.545324355,0.7243383958,406,-0.155321003,0.508207011,4416.8773609 +117,-1.543292796,0.7243617413,406,-0.155321003,0.508207011,4411.0818328 +118,-1.541295822,0.7244024384,406,-0.155321003,0.508207011,4405.3630152 +119,-1.543193859,0.7205570215,406,-0.155321003,0.508207011,4415.1660301 +120,-1.550257047,0.7386738187,406,-0.155321003,0.508207011,4414.4451348 +121,-1.549335448,0.7311736483,406,-0.155321003,0.508207011,4420.39501 +122,-1.533478843,0.7179891343,406,-0.155321003,0.508207011,4390.3829933 +123,-1.556150555,0.738907041,406,-0.155321003,0.508207011,4430.7076368 +124,-1.554324226,0.733414257,406,-0.155321003,0.508207011,4431.8863465 +125,-1.554290846,0.7288285332,406,-0.155321003,0.508207011,4437.0910205 +126,-1.55122487,0.7219795312,406,-0.155321003,0.508207011,4436.3644966 +127,-1.525104458,0.7229399862,406,-0.155321003,0.508207011,4360.9222272 +128,-1.519607711,0.7236181429,406,-0.155321003,0.508207011,4344.4976261 +129,-1.513899999,0.7251107854,406,-0.155321003,0.508207011,4326.5931205 +130,-1.536620762,0.7431061895,406,-0.155321003,0.508207011,4371.2606968 +131,-1.5369566,0.7460845958,406,-0.155321003,0.508207011,4368.9443678 +132,-1.545345528,0.7447040685,406,-0.155321003,0.508207011,4393.9189077 +133,-1.532813921,0.7432306626,406,-0.155321003,0.508207011,4360.4516814 +134,-1.554788248,0.7382381001,406,-0.155321003,0.508207011,4427.6537595 +135,-1.540348126,0.7301594274,406,-0.155321003,0.508207011,4396.1498209 +136,-1.538016084,0.7239051786,406,-0.155321003,0.508207011,4396.6066323 +137,-1.525288962,0.7258085137,406,-0.155321003,0.508207011,4358.2755789 +138,-1.534326986,0.731241342,406,-0.155321003,0.508207011,4377.901834 +139,-1.530733872,0.7303625216,406,-0.155321003,0.508207011,4368.7033386 +141,-1.534354939,0.7328219978,406,-0.155321003,0.508207011,4376.2244443 +142,-1.53157084,0.7292888153,406,-0.155321003,0.508207011,4372.2655747 +143,-1.525691035,0.7263799874,406,-0.155321003,0.508207011,4358.788855 +144,-1.534031287,0.7495967835,406,-0.155321003,0.508207011,4356.9647243 +145,-1.527714986,0.7283095957,406,-0.155321003,0.508207011,4362.4104802 +146,-1.526189586,0.7271468292,406,-0.155321003,0.508207011,4359.3604468 +147,-1.555177336,0.7375563366,406,-0.155321003,0.508207011,4429.5260024 +148,-1.555080283,0.7312707794,406,-0.155321003,0.508207011,4436.4906314 +149,-1.53856994,0.7224180299,406,-0.155321003,0.508207011,4399.8713253 +150,-1.530837883,0.729933372,406,-0.155321003,0.508207011,4369.4731669 +151,-1.515066984,0.5854133365,406,-0.155321003,0.508207011,4498.8838692 +152,-1.534731633,0.5368370046,406,-0.155321003,0.508207011,4627.8529695 +153,-1.515231902,0.5607085576,406,-0.155321003,0.508207011,4532.7492565 +154,-2.616253799,1.0684566605,406,-0.155321003,0.508207011,5826.7496397 +155,-1.956071439,0.5792177723,406,-0.155321003,0.508207011,5826.3182994 +156,-1.951208514,0.5602434208,406,-0.155321003,0.508207011,5851.4156128 +157,-1.944675062,0.6062144545,406,-0.155321003,0.508207011,5739.1313084 +158,-1.613778386,0.6077989518,406,-0.155321003,0.508207011,4770.5108544 +159,-2.035029014,0.6021432345,406,-0.155321003,0.508207011,5997.0755856 +160,-2.114989471,0.6801825058,406,-0.155321003,0.508207011,6029.6167337 +161,-2.037382079,0.5765830025,406,-0.155321003,0.508207011,6059.55145 +162,-2.129855121,0.6585019963,406,-0.155321003,0.508207011,6117.6317066 +163,-2.075141798,0.6493615843,406,-0.155321003,0.508207011,5998.8451695 +164,-1.828626729,0.6948433129,406,-0.155321003,0.508207011,5250.1187828 +165,-1.863329418,0.6735427691,406,-0.155321003,0.508207011,5383.3535374 +166,-1.266037071,0.727988852,406,-0.155321003,0.508207011,3606.4828444 +167,-1.277579582,0.7249010648,406,-0.155321003,0.508207011,3642.0185381 +168,-1.258418684,0.7241194816,406,-0.155321003,0.508207011,3586.1450857 +169,-1.317813974,0.6804850104,406,-0.155321003,0.508207011,3791.649213 +170,-1.344165204,0.6790988904,406,-0.155321003,0.508207011,3872.2489967 +171,-1.427582102,0.5277120351,406,-0.155321003,0.508207011,4297.1537948 +172,-1.402238616,0.457167829,406,-0.155321003,0.508207011,4309.5191792 +173,-1.422454264,0.4996161999,406,-0.155321003,0.508207011,4317.7518893 +174,-1.439089277,0.4894859811,406,-0.155321003,0.508207011,4386.0374201 +175,-1.448126995,0.5182330266,406,-0.155321003,0.508207011,4376.1549309 +176,-1.474626146,0.5881926574,406,-0.155321003,0.508207011,4369.2326906 +177,-1.421139645,0.5584869783,406,-0.155321003,0.508207011,4237.3750402 +178,-1.457037165,0.565943032,406,-0.155321003,0.508207011,4342.1223419 +179,-2.757159358,0.3745319,406,-0.155321003,0.508207011,8385.4477397 +180,-2.714309238,0.342054471,406,-0.155321003,0.508207011,8406.6565558 +181,-2.000525337,0.774119946,406,-0.155321003,0.508207011,5541.5983587 +183,-1.571413436,0.6777838382,406,-0.155321003,0.508207011,4548.5924546 +184,-1.552860289,0.6987663893,406,-0.155321003,0.508207011,4468.6002466 +185,-1.521852374,0.7165827476,406,-0.155321003,0.508207011,4358.6861784 +186,-1.503656267,0.6928968252,406,-0.155321003,0.508207011,4332.4581012 +187,-1.502753178,0.7136205882,406,-0.155321003,0.508207011,4307.0449279 +188,-1.631894563,0.7343596465,406,-0.155321003,0.508207011,4647.5195672 +189,-1.653765416,0.6770714026,406,-0.155321003,0.508207011,4788.2740762 +190,-1.719812114,0.6715965947,406,-0.155321003,0.508207011,4985.5221697 +191,-1.493406659,0.6646955447,406,-0.155321003,0.508207011,4334.2494904 +192,-1.469120564,0.6613469966,406,-0.155321003,0.508207011,4265.4011595 +193,-1.590551461,0.5326612937,406,-0.155321003,0.508207011,4810.5411337 +194,-1.625979264,0.5247742243,406,-0.155321003,0.508207011,4934.2802654 +195,-1.572293943,0.5238808754,406,-0.155321003,0.508207011,4766.0744373 +196,-1.610848725,0.5477107964,406,-0.155321003,0.508207011,4851.2596665 +197,-1.208485554,0.7918526018,406,-0.155321003,0.508207011,3419.2144269 +198,-1.335601374,0.6869083083,406,-0.155321003,0.508207011,3840.1472633 +199,-1.346156996,0.6825213377,406,-0.155321003,0.508207011,3875.4048631 +200,-1.324381037,0.6741422347,406,-0.155321003,0.508207011,3816.5236524 +201,-1.242424992,0.7378949807,406,-0.155321003,0.508207011,3532.6954123 +202,-1.270370057,0.7392461008,406,-0.155321003,0.508207011,3613.319707 +203,-1.448950472,0.7441675014,406,-0.155321003,0.508207011,4122.891949 +204,-1.492662363,0.7523026852,406,-0.155321003,0.508207011,4238.5092261 +205,-1.479098966,0.7763855017,406,-0.155321003,0.508207011,4178.193972 +206,-1.633760714,0.7869022408,406,-0.155321003,0.508207011,4585.4676066 +207,-1.647406434,0.8101289331,406,-0.155321003,0.508207011,4592.5687495 +208,-1.564245052,0.5701509278,406,-0.155321003,0.508207011,4672.8891983 +209,-1.646289963,0.6833746083,406,-0.155321003,0.508207011,4757.8034386 +210,-1.5820631,0.6751952144,406,-0.155321003,0.508207011,4583.031399 +211,-1.613236298,0.6681681791,406,-0.155321003,0.508207011,4683.4032238 +212,-1.914661867,0.8212566515,406,-0.155321003,0.508207011,5242.9556601 +213,-1.742133237,0.7250275956,406,-0.155321003,0.508207011,4964.1614801 +214,-2.033144872,0.6557314699,406,-0.155321003,0.508207011,5875.1517254 +215,-2.039551981,0.6964723658,406,-0.155321003,0.508207011,5803.1019367 +216,-1.247341019,0.7622473908,406,-0.155321003,0.508207011,3536.9080025 +217,-1.298239787,0.7084123392,406,-0.155321003,0.508207011,3713.0476245 +218,-1.308539688,0.6926545592,406,-0.155321003,0.508207011,3754.634033 +219,-1.303263185,0.6888938396,406,-0.155321003,0.508207011,3741.5128069 +220,-1.852400229,0.6004246149,406,-0.155321003,0.508207011,5488.332365 +221,-1.288947707,0.7473773692,406,-0.155321003,0.508207011,3662.8643853 +222,-1.372031502,0.7472790993,406,-0.155321003,0.508207011,3901.3053143 +223,-1.289805721,0.7242157877,406,-0.155321003,0.508207011,3678.2886573 +224,-1.350807603,0.7533498126,406,-0.155321003,0.508207011,3836.5782828 +225,-1.329290365,0.7560442322,406,-0.155321003,0.508207011,3773.5847495 +226,-1.410153004,0.616936428,406,-0.155321003,0.508207011,4134.4742977 +227,-1.393445434,0.6308995063,406,-0.155321003,0.508207011,4067.8241038 +228,-1.37595573,0.6241540638,406,-0.155321003,0.508207011,4020.6449816 +229,-1.358388707,0.6172645205,406,-0.155321003,0.508207011,3972.9489988 +230,-1.753741133,0.8281661666,406,-0.155321003,0.508207011,4838.6593588 +231,-1.47430987,0.6834615681,406,-0.155321003,0.508207011,4256.5876905 +232,-1.421012508,0.7222725206,406,-0.155321003,0.508207011,4062.3520095 +233,-1.4476833,0.6978557868,406,-0.155321003,0.508207011,4163.1821407 +234,-1.470370723,0.6966193374,406,-0.155321003,0.508207011,4231.0053886 +235,-1.429211703,0.7037216883,406,-0.155321003,0.508207011,4103.2673126 +236,-1.700578405,0.6178673663,406,-0.155321003,0.508207011,5014.7147985 +237,-1.678117619,0.6331716163,406,-0.155321003,0.508207011,4924.507374 +238,-1.725644578,0.6316331145,406,-0.155321003,0.508207011,5066.1740549 +239,-2.14012759,0.7930497945,406,-0.155321003,0.508207011,5824.7218487 +240,-2.103289431,0.7653606263,406,-0.155321003,0.508207011,5804.8504378 +241,-1.318739838,0.7017808746,406,-0.155321003,0.508207011,3778.5089541 +242,-1.396417427,0.7077900843,406,-0.155321003,0.508207011,4003.3395317 +243,-1.35650337,0.7185539404,406,-0.155321003,0.508207011,3877.5694695 +244,-1.248884539,0.7274156818,406,-0.155321003,0.508207011,3556.462133 +245,-1.395014798,0.5761185243,406,-0.155321003,0.508207011,4133.0617716 +246,-1.433377362,0.6064716109,406,-0.155321003,0.508207011,4218.4779322 +247,-1.408172432,0.5903155476,406,-0.155321003,0.508207011,4158.2486632 +248,-1.749645898,0.7757118084,406,-0.155321003,0.508207011,4906.3293524 +249,-1.571626686,0.615046989,406,-0.155321003,0.508207011,4632.577506 +250,-1.514070049,0.6303003037,406,-0.155321003,0.508207011,4437.8408847 +251,-1.480890369,0.6237966528,406,-0.155321003,0.508207011,4344.6739 +252,-1.704390658,0.5281680612,406,-0.155321003,0.508207011,5173.4386361 +253,-1.64434733,0.5254277498,406,-0.155321003,0.508207011,4990.9008199 +254,-1.703855997,0.4792484842,406,-0.155321003,0.508207011,5255.2274243 +255,-1.692002383,0.5748825051,406,-0.155321003,0.508207011,5058.1627761 +256,-1.854136457,0.5544643913,406,-0.155321003,0.508207011,5579.9289487 +257,-1.665021206,0.520317736,406,-0.155321003,0.508207011,5063.9223044 +258,-1.733654349,0.4845187345,406,-0.155321003,0.508207011,5339.9520397 +259,-1.720938188,0.5135933906,406,-0.155321003,0.508207011,5249.5937565 +260,-1.742668307,0.553296122,406,-0.155321003,0.508207011,5247.9918149 +261,-1.965659039,0.7142126903,406,-0.155321003,0.508207011,5576.9013061 +262,-1.944438071,0.6772834804,406,-0.155321003,0.508207011,5595.4743013 +263,-1.270340967,0.7681487096,406,-0.155321003,0.508207011,3599.9484662 +264,-1.353091884,0.6549276821,406,-0.155321003,0.508207011,3920.4035343 +265,-1.333236659,0.6413584414,406,-0.155321003,0.508207011,3871.6997644 +266,-1.352015998,0.6753788907,406,-0.155321003,0.508207011,3899.0671157 +267,-1.377988483,0.6577816235,406,-0.155321003,0.508207011,3993.6913184 +268,-2.13075611,0.8318642051,406,-0.155321003,0.508207011,5713.2827942 +269,-2.097910953,0.8259670014,406,-0.155321003,0.508207011,5655.0430263 +270,-1.416382069,0.6694271549,406,-0.155321003,0.508207011,4098.4885909 +271,-1.538905672,0.7535625993,406,-0.155321003,0.508207011,4366.2547193 +272,-1.572309477,0.7803125099,406,-0.155321003,0.508207011,4428.5316295 +273,-1.87759879,0.7503853417,406,-0.155321003,0.508207011,5280.6487257 +274,1.152365588,0.590457682,406,-0.155321003,0.508207011,4330.0983736 +275,0.350198001,0.718001859,406,-0.155321003,0.508207011,1824.4849729 +276,0.046513677,0.491503852,406,-0.155321003,0.508207011,704.47760326 +277,0.027510309,0.742571376,406,-0.155321003,0.508207011,1096.4056374 +278,0.306285725,-0.214631579,406,-0.155321003,0.508207011,3363.6264428 +279,-1.100564889,0.318051531,406,-0.155321003,0.508207011,3481.0128462 +280,-1.078582306,0.301437596,406,-0.155321003,0.508207011,3431.1741962 +281,-1.137371989,-0.617634065,406,-0.155321003,0.508207011,5770.5549086 +282,0.784356344,0.703272339,406,-0.155321003,0.508207011,3106.6843269 +283,-1.221209947,0.218327455,406,-0.155321003,0.508207011,4065.3052109 +284,2.347301921,-0.449114658,406,-0.155321003,0.508207011,10194.092882 +285,0.246820618,0.830553713,406,-0.155321003,0.508207011,1772.9385293 +286,0.829414965,0.703288228,406,-0.155321003,0.508207011,3242.4992953 +287,-1.337537566,0.42332223,406,-0.155321003,0.508207011,4140.3033273 +288,0.882453706,0.454478077,406,-0.155321003,0.508207011,3610.8762838 +289,1.575629659,0.416419109,406,-0.155321003,0.508207011,5946.7391778 +290,-1.039455679,0.229888244,406,-0.155321003,0.508207011,3418.3934911 +291,0.489558039,0.934482747,406,-0.155321003,0.508207011,2507.3190157 +292,0.081344504,0.88384514,406,-0.155321003,0.508207011,1646.624446 +293,-1.547979814,0.300350308,406,-0.155321003,0.508207011,5048.8789635 +294,0.040776181,0.168560074,406,-0.155321003,0.508207011,1529.536261 +295,-1.130374745,0.563894876,406,-0.155321003,0.508207011,3290.1883178 +296,1.578326642,0.478507176,406,-0.155321003,0.508207011,5831.8111475 +297,-1.12861823,-0.291640865,406,-0.155321003,0.508207011,4886.4212241 +298,0.310524208,0.770885792,406,-0.155321003,0.508207011,1796.2667494 +299,0.415649091,-0.387246002,406,-0.155321003,0.508207011,4162.3390844 +300,-0.926533878,-0.188022748,406,-0.155321003,0.508207011,4035.200274 +301,1.258856172,-0.11716081,406,-0.155321003,0.508207011,5910.8600691 +302,-1.126050026,0.322941926,406,-0.155321003,0.508207011,3561.620648 +303,2.002785835,0.07893892,406,-0.155321003,0.508207011,8045.1548255 +304,0.440437607,0.746258085,406,-0.155321003,0.508207011,2111.1555788 +305,-0.030391866,0.214441206,406,-0.155321003,0.508207011,1251.401204 +306,0.521557815,-0.058929362,406,-0.155321003,0.508207011,3413.0703753 +307,-0.097005111,0.13317729,406,-0.155321003,0.508207011,1501.3288468 +308,1.83113859,0.221857587,406,-0.155321003,0.508207011,7169.8753116 +309,0.222428864,0.099404236,406,-0.155321003,0.508207011,2149.7017764 +310,-1.702731345,0.8728568183,406,-0.155321003,0.508207011,4652.4087454 +311,-0.418507569,0.278324921,406,-0.155321003,0.508207011,1322.6111265 +312,-1.41153306,0.339029988,406,-0.155321003,0.508207011,4519.1655483 +313,0.357560442,0.114788776,406,-0.155321003,0.508207011,2469.0105561 +314,0.325818979,0.268352149,406,-0.155321003,0.508207011,1995.6813123 +315,-1.246004659,-0.663679965,406,-0.155321003,0.508207011,6150.2591732 +316,1.814603087,0.637404484,406,-0.155321003,0.508207011,6155.5722109 +317,1.843704281,-0.18300445,406,-0.155321003,0.508207011,8049.860838 +318,1.690644492,-0.211480909,406,-0.155321003,0.508207011,7571.7691415 +319,-1.275451936,0.068109467,406,-0.155321003,0.508207011,4536.6231971 +320,0.762430171,-0.207594741,406,-0.155321003,0.508207011,4508.8593422 +321,0.265668905,-0.014647884,406,-0.155321003,0.508207011,2613.4010792 +322,-2.773032013,-0.335515811,406,-0.155321003,0.508207011,10437.969245 +323,-1.469512853,0.174058777,406,-0.155321003,0.508207011,5004.0529237 +324,0.286276986,0.785925691,406,-0.155321003,0.508207011,1764.0802193 +325,-1.379324697,0.377432233,406,-0.155321003,0.508207011,4349.2482747 +326,-1.203778265,0.212813032,406,-0.155321003,0.508207011,4014.9075595 +327,0.579916301,0.611743168,406,-0.155321003,0.508207011,2482.8668643 +328,0.267582642,0.868113908,406,-0.155321003,0.508207011,1908.1746156 +329,0.412869244,-0.050245578,406,-0.155321003,0.508207011,3089.1884769 +330,0.17524381,0.976660285,406,-0.155321003,0.508207011,2075.8358381 +331,0.743157214,0.204812899,406,-0.155321003,0.508207011,3513.6764269 +332,-1.070758176,0.269382282,406,-0.155321003,0.508207011,3456.9488787 +333,-1.230364251,0.329790229,406,-0.155321003,0.508207011,3911.5429644 +334,-1.374813124,-0.024926835,406,-0.155321003,0.508207011,5063.0706573 +335,0.519780566,0.463669906,406,-0.155321003,0.508207011,2360.613771 +336,-1.55108034,0.239698561,406,-0.155321003,0.508207011,5166.4982701 +337,0.180294813,0.029739425,406,-0.155321003,0.508207011,2279.1072648 +338,0.67820924,0.268170153,406,-0.155321003,0.508207011,3176.8421564 +339,0.445798684,1.024001867,406,-0.155321003,0.508207011,2612.4385335 +340,0.691751283,0.150521402,406,-0.155321003,0.508207011,3445.5820603 +341,-1.036643551,-0.903056181,406,-0.155321003,0.508207011,6372.3979364 +342,-0.120287036,1.083325163,406,-0.155321003,0.508207011,2279.8708504 +343,2.823513113,-0.304487164,406,-0.155321003,0.508207011,11443.938356 +344,0.457583172,1.12513373,406,-0.155321003,0.508207011,2879.9796817 +345,0.042918831,0.813795399,406,-0.155321003,0.508207011,1356.6204005 +346,1.196146777,-0.853142756,406,-0.155321003,0.508207011,7188.4289783 +347,0.206001358,-0.010430701,406,-0.155321003,0.508207011,2467.9931637 +348,-0.268308653,0.234799412,406,-0.155321003,0.508207011,1159.7901992 +349,0.759363263,0.736189579,406,-0.155321003,0.508207011,3028.5040873 +350,0.181363926,0.891988372,406,-0.155321003,0.508207011,1818.4292982 +351,-0.021111158,0.139103292,406,-0.155321003,0.508207011,1545.1881794 +352,-0.093355215,0.630686981,406,-0.155321003,0.508207011,527.23025393 +353,0.40118964,0.681375926,406,-0.155321003,0.508207011,1938.1892826 +354,-0.721197315,1.304706234,406,-0.155321003,0.508207011,3348.7800935 +355,-1.076150317,0.212107639,406,-0.155321003,0.508207011,3576.7039008 +356,-1.577164531,0.273993443,406,-0.155321003,0.508207011,5194.5354476 +357,-0.190788414,0.182208586,406,-0.155321003,0.508207011,1297.9460701 +358,-0.261349752,0.209710184,406,-0.155321003,0.508207011,1245.351679 +359,-1.029303852,0.083549259,406,-0.155321003,0.508207011,3676.3750564 +360,-1.268609162,0.330525297,406,-0.155321003,0.508207011,4042.2606201 +361,1.282982244,-0.926641967,406,-0.155321003,0.508207011,7511.269919 +362,0.217352334,0.731352408,406,-0.155321003,0.508207011,1484.656347 +363,-1.511833084,0.258629297,406,-0.155321003,0.508207011,4998.2152382 +364,0.338812194,0.823184618,406,-0.155321003,0.508207011,1962.4892099 +365,-0.324406489,1.134201999,406,-0.155321003,0.508207011,2514.9634511 +366,1.389579348,0.399185724,406,-0.155321003,0.508207011,5383.986584 +367,2.047152199,-0.039082036,406,-0.155321003,0.508207011,8455.54744 +368,0.947780369,0.568250077,406,-0.155321003,0.508207011,3703.4737165 +369,0.763824846,0.576754987,406,-0.155321003,0.508207011,3097.5809014 +370,-0.142334657,0.928153068,406,-0.155321003,0.508207011,1663.8351895 +371,0.610266567,0.547265983,406,-0.155321003,0.508207011,2607.2412124 +372,0.210731629,0.746815056,406,-0.155321003,0.508207011,1499.5302097 +373,-1.34931644,0.316895224,406,-0.155321003,0.508207011,4341.6129699 +374,2.407696481,0.655030745,406,-0.155321003,0.508207011,7360.9357799 +375,0.64207831,0.545359131,406,-0.155321003,0.508207011,2714.8176259 +376,1.174597538,0.840588356,406,-0.155321003,0.508207011,4140.8331814 +377,0.660059424,0.010604079,406,-0.155321003,0.508207011,3652.8179155 +378,-0.730263819,0.010486456,406,-0.155321003,0.508207011,2932.5796759 +379,0.831068936,0.512339172,406,-0.155321003,0.508207011,3373.9334671 +380,1.301180979,0.72367476,406,-0.155321003,0.508207011,4605.4286988 +381,1.811128231,0.322854402,406,-0.155321003,0.508207011,6878.1550121 +382,0.435105812,0.992284428,406,-0.155321003,0.508207011,2520.8123248 +383,0.62643634,0.592027932,406,-0.155321003,0.508207011,2639.7996197 +384,0.492988703,-0.516339467,406,-0.155321003,0.508207011,4740.508817 +385,-0.162469483,0.112549365,406,-0.155321003,0.508207011,1567.4278687 +386,0.314630866,0.472006421,406,-0.155321003,0.508207011,1645.0397309 +387,0.166744804,0.822815954,406,-0.155321003,0.508207011,1591.4562117 +388,0.417159608,0.965805736,406,-0.155321003,0.508207011,2428.3100072 +389,0.106334961,0.868774244,406,-0.155321003,0.508207011,1630.2193324 +390,0.815086969,-0.338144359,406,-0.155321003,0.508207011,4997.6457229 +391,0.59867455,-0.230624824,406,-0.155321003,0.508207011,4107.8616297 +392,1.915104874,0.066220985,406,-0.155321003,0.508207011,7789.201798 +393,1.278093622,0.064463721,406,-0.155321003,0.508207011,5622.5561665 +394,-0.061477853,0.302997961,406,-0.155321003,0.508207011,881.3093291 +395,0.251311504,0.626976942,406,-0.155321003,0.508207011,1433.0210641 +396,2.950242872,0.149095644,406,-0.155321003,0.508207011,9836.6400967 +397,-0.180294708,0.35375117,406,-0.155321003,0.508207011,618.34452255 +398,1.010448592,-0.351180233,406,-0.155321003,0.508207011,5602.1319049 +399,-1.748740498,0.3686318073,406,-0.155321003,0.508207011,5597.8219931 +400,2.699635665,0.123533791,406,-0.155321003,0.508207011,9713.1428399 +401,0.496808033,0.823843254,406,-0.155321003,0.508207011,2352.1837539 +402,0.129574704,0.763364087,406,-0.155321003,0.508207011,1353.5428004 +403,1.798920311,0.817447563,406,-0.155321003,0.508207011,5700.1313504 +404,0.335987953,0.746786541,406,-0.155321003,0.508207011,1823.9585221 +405,-1.085413643,0.292154671,406,-0.155321003,0.508207011,3469.7926005 +406,-0.155321003,0.508207011,406,-0.155321003,0.508207011,0 +407,0.620529244,-0.301175104,406,-0.155321003,0.508207011,4367.7779093 +408,1.684402744,0.368716966,406,-0.155321003,0.508207011,6384.900778 +409,0.300582244,-0.386397212,406,-0.155321003,0.508207011,3947.4487024 +410,2.913555946,-0.009225192,406,-0.155321003,0.508207011,10448.356522 +411,1.465101417,0.493232532,406,-0.155321003,0.508207011,5455.7414984 +412,0.090612882,0.907955955,406,-0.155321003,0.508207011,1740.6883415 +413,2.987564726,-0.729568594,406,-0.155321003,0.508207011,11567.025448 +414,-1.484261606,0.224149272,406,-0.155321003,0.508207011,4964.4255521 +415,0.164073421,0.303955133,406,-0.155321003,0.508207011,1412.8718093 +416,0.141441293,0.167552546,406,-0.155321003,0.508207011,1741.6123631 +417,2.931321023,-0.506718887,406,-0.155321003,0.508207011,12253.532841 +418,2.21951565,0.700596356,406,-0.155321003,0.508207011,6887.5399467 +419,0.268112576,1.199114336,406,-0.155321003,0.508207011,2906.5116479 +420,0.978913739,0.359223811,406,-0.155321003,0.508207011,4070.3104221 +421,1.210898818,0.522863584,406,-0.155321003,0.508207011,4605.8919064 +422,2.347397336,0.129231362,406,-0.155321003,0.508207011,8935.6224647 +423,0.614394501,0.556878345,406,-0.155321003,0.508207011,2615.7677043 +424,-1.398079356,0.148483366,406,-0.155321003,0.508207011,4804.0659199 +425,2.535303836,-0.112984496,406,-0.155321003,0.508207011,10144.053832 +426,-1.019372593,-0.405322349,406,-0.155321003,0.508207011,4892.1284093 +427,-1.297785627,-0.160104069,406,-0.155321003,0.508207011,5095.1587764 +428,2.144554488,0.205051084,406,-0.155321003,0.508207011,8163.2144831 +429,-2.242387083,-0.426171285,406,-0.155321003,0.508207011,8740.4120996 +430,0.338637212,0.909723676,406,-0.155321003,0.508207011,2149.3592621 +431,-0.148798452,0.691042401,406,-0.155321003,0.508207011,724.52288209 +432,0.893524764,0.441829531,406,-0.155321003,0.508207011,3664.0606658 +433,0.969229347,-0.368847936,406,-0.155321003,0.508207011,5520.1871664 +434,0.436043248,0.800045688,406,-0.155321003,0.508207011,2164.6007062 +435,1.687946607,1.081504775,406,-0.155321003,0.508207011,4935.8158633 +436,0.522302046,-0.034889271,406,-0.155321003,0.508207011,3349.7657448 +437,-0.178996113,-0.438090009,406,-0.155321003,0.508207011,3749.3648734 +438,-1.094339566,0.301444068,406,-0.155321003,0.508207011,3485.6751062 +439,-1.064070054,0.242569932,406,-0.155321003,0.508207011,3480.2729322 +440,-1.068153768,0.230387998,406,-0.155321003,0.508207011,3516.0214286 +441,-3.00496892,-0.23989155,406,-0.155321003,0.508207011,10934.897677 +442,0.21751974,0.766874888,406,-0.155321003,0.508207011,1559.2844335 +443,0.117229532,0.007619006,406,-0.155321003,0.508207011,2234.5198926 +444,0.777758451,0.420554741,406,-0.155321003,0.508207011,3295.1944625 +445,-0.252356999,0.250747086,406,-0.155321003,0.508207011,1079.9968063 +446,0.363148444,0.768483434,406,-0.155321003,0.508207011,1928.7347031 +447,0.903191366,-0.118210676,406,-0.155321003,0.508207011,4729.8590824 +448,-0.205755923,0.149406178,406,-0.155321003,0.508207011,1433.5498897 +449,1.811996086,0.02364353,406,-0.155321003,0.508207011,7536.4252057 +450,-1.100670221,0.314845373,406,-0.155321003,0.508207011,3486.3764785 +451,0.340078597,0.850105132,406,-0.155321003,0.508207011,2019.5629108 +452,0.258757267,0.804969236,406,-0.155321003,0.508207011,1739.4753765 +453,2.78505352,-0.155160804,406,-0.155321003,0.508207011,10857.906327 +454,0.800551619,0.105822106,406,-0.155321003,0.508207011,3902.9967899 +455,0.437940882,-0.506194031,406,-0.155321003,0.508207011,4602.416501 +456,2.230431122,0.63458615,406,-0.155321003,0.508207011,7114.6582101 +457,0.527965361,0.127667701,406,-0.155321003,0.508207011,2957.6739367 +458,-0.063643205,0.702093448,406,-0.155321003,0.508207011,823.58281523 +459,1.408447268,0.133010502,406,-0.155321003,0.508207011,5941.9680393 +460,0.523795955,0.280266966,406,-0.155321003,0.508207011,2627.9710037 +461,-0.975769313,0.072177659,406,-0.155321003,0.508207011,3526.0876068 +462,0.549774164,-0.463663986,406,-0.155321003,0.508207011,4688.9203637 +463,0.29245874,1.095549818,406,-0.155321003,0.508207011,2594.7218262 +464,0.143625958,0.816809593,406,-0.155321003,0.508207011,1530.923428 +465,0.671902494,0.611159853,406,-0.155321003,0.508207011,2780.6378129 +466,1.239840988,0.6724199,406,-0.155321003,0.508207011,4494.0346135 +467,0.607829703,-0.10932137,406,-0.155321003,0.508207011,3797.9611623 +468,1.763020906,0.263996692,406,-0.155321003,0.508207011,6859.4684015 +469,0.378714634,0.726066797,406,-0.155321003,0.508207011,1914.9252673 +470,2.196736143,-0.153862366,406,-0.155321003,0.508207011,9197.2802828 +471,0.01702415,0.148991565,406,-0.155321003,0.508207011,1560.7063057 +472,-2.998490902,-0.158002487,406,-0.155321003,0.508207011,10668.000557 +473,-3.051262951,-0.346595608,406,-0.155321003,0.508207011,11352.780883 +474,-1.069176439,0.182802941,406,-0.155321003,0.508207011,3607.8168877 +475,0.167157509,0.595344954,406,-0.155321003,0.508207011,1139.2734172 +476,0.613855648,0.681746124,406,-0.155321003,0.508207011,2588.156645 +477,1.037012736,0.682555367,406,-0.155321003,0.508207011,3879.8783391 +478,-1.253574971,0.379755746,406,-0.155321003,0.508207011,3916.6799845 +479,3.108590453,-0.132620738,406,-0.155321003,0.508207011,10887.779274 +480,0.565301296,0.022333262,406,-0.155321003,0.508207011,3328.9795414 +481,0.547898238,0.855555614,406,-0.155321003,0.508207011,2519.970656 +482,0.948309381,0.417393755,406,-0.155321003,0.508207011,3882.2422017 +483,-0.050600732,0.945269213,406,-0.155321003,0.508207011,1757.2431611 +484,-0.977651478,-0.572363064,406,-0.155321003,0.508207011,5277.4060507 +485,1.102014914,0.728861163,406,-0.155321003,0.508207011,4032.4589 +486,2.927300795,-0.282939414,406,-0.155321003,0.508207011,11526.062947 +487,-1.154565557,0.124434095,406,-0.155321003,0.508207011,4012.5095971 +488,1.855331234,0.291044755,406,-0.155321003,0.508207011,7087.1997898 +489,0.830290659,0.276904518,406,-0.155321003,0.508207011,3686.8930423 +490,0.485104466,-0.234867441,406,-0.155321003,0.508207011,3829.0436351 +491,0.521367572,-0.33161327,406,-0.155321003,0.508207011,4213.5777982 +1,-1.539031704,0.7349710123,407,0.620529244,-0.301175104,8733.0867573 +2,-1.536990553,0.7349663874,407,0.620529244,-0.301175104,8727.1766804 +3,-1.534951779,0.7349571355,407,0.620529244,-0.301175104,8721.2749116 +4,-1.532906461,0.7349480293,407,0.620529244,-0.301175104,8715.3524329 +5,-1.531320211,0.7346937278,407,0.620529244,-0.301175104,8710.9171232 +6,-1.539451648,0.7335131775,407,0.620529244,-0.301175104,8735.2735348 +7,-1.537429487,0.7335445708,407,0.620529244,-0.301175104,8729.3863354 +8,-1.535484998,0.7335658704,407,0.620529244,-0.301175104,8723.7299826 +9,-1.533488396,0.7336036027,407,0.620529244,-0.301175104,8717.9105933 +10,-1.531497785,0.7335842962,407,0.620529244,-0.301175104,8712.1441144 +11,-1.530259379,0.7334777758,407,0.620529244,-0.301175104,8708.6159586 +12,-1.5335454,0.7322346912,407,0.620529244,-0.301175104,8718.9581782 +13,-1.531489083,0.7322238773,407,0.620529244,-0.301175104,8712.9871637 +14,-1.530011122,0.7321679851,407,0.620529244,-0.301175104,8708.7249375 +15,-1.53348106,0.7306614094,407,0.620529244,-0.301175104,8719.7781598 +16,-1.531441779,0.7306962275,407,0.620529244,-0.301175104,8713.8182738 +17,-1.529755654,0.7306933243,407,0.620529244,-0.301175104,8708.9095711 +18,-1.533415048,0.7291384674,407,0.620529244,-0.301175104,8720.5538159 +19,-1.531392093,0.7291705353,407,0.620529244,-0.301175104,8714.6342285 +20,-1.529296523,0.7291214933,407,0.620529244,-0.301175104,8708.5521432 +21,-1.535280942,0.727267644,407,0.620529244,-0.301175104,8727.1842126 +22,-1.533378158,0.7276139666,407,0.620529244,-0.301175104,8721.4083665 +23,-1.531340368,0.7276446587,407,0.620529244,-0.301175104,8715.4373501 +24,-1.528960113,0.7276398177,407,0.620529244,-0.301175104,8708.486556 +25,-1.533313146,0.7260818349,407,0.620529244,-0.301175104,8722.1785438 +26,-1.531259555,0.7260958115,407,0.620529244,-0.301175104,8716.1625624 +27,-1.528926415,0.7260865555,407,0.620529244,-0.301175104,8709.3414529 +28,-1.531226779,0.7245511789,407,0.620529244,-0.301175104,8717.0184555 +29,-1.528904772,0.7245519194,407,0.620529244,-0.301175104,8710.213294 +30,-1.547195875,0.7409785979,407,0.620529244,-0.301175104,8752.5204154 +31,-1.5451475,0.740980426,407,0.620529244,-0.301175104,8746.6283926 +32,-1.543097679,0.7409798872,407,0.620529244,-0.301175104,8740.7322023 +33,-1.540720364,0.7409892687,407,0.620529244,-0.301175104,8733.8850146 +34,-1.547188511,0.7395198392,407,0.620529244,-0.301175104,8753.5289364 +35,-1.545148587,0.7395226109,407,0.620529244,-0.301175104,8747.6516122 +36,-1.543104538,0.7395314908,407,0.620529244,-0.301175104,8741.7565626 +37,-1.540727751,0.7395306258,407,0.620529244,-0.301175104,8734.9076243 +38,-1.547187029,0.7380014886,407,0.620529244,-0.301175104,8754.5899797 +39,-1.545147315,0.7380012252,407,0.620529244,-0.301175104,8748.706077 +40,-1.54310719,0.7380060743,407,0.620529244,-0.301175104,8742.8158308 +41,-1.540719671,0.7380068206,407,0.620529244,-0.301175104,8735.9239533 +42,-1.547187189,0.7364799098,407,0.620529244,-0.301175104,8755.6514159 +43,-1.545149996,0.7364853874,407,0.620529244,-0.301175104,8749.7615389 +44,-1.543106091,0.7364823484,407,0.620529244,-0.301175104,8743.8565189 +45,-1.540717158,0.7364893901,407,0.620529244,-0.301175104,8736.9454244 +46,-1.538663972,0.7410138672,407,0.620529244,-0.301175104,8727.9492351 +47,-1.53695285,0.7409699132,407,0.620529244,-0.301175104,8723.0526903 +48,-1.534910498,0.7409641297,407,0.620529244,-0.301175104,8717.1749134 +49,-1.533145034,0.7409536636,407,0.620529244,-0.301175104,8712.0963096 +50,-1.538681336,0.7395405883,407,0.620529244,-0.301175104,8729.0016527 +51,-1.536999189,0.7395183096,407,0.620529244,-0.301175104,8724.166362 +52,-1.534923633,0.7395144222,407,0.620529244,-0.301175104,8718.1826885 +53,-1.533267822,0.7395654306,407,0.620529244,-0.301175104,8713.3720797 +54,-1.53867273,0.7380151077,407,0.620529244,-0.301175104,8730.0083006 +55,-1.536980576,0.7379994392,407,0.620529244,-0.301175104,8725.1319151 +56,-1.534931522,0.7379944961,407,0.620529244,-0.301175104,8719.2160677 +57,-1.533387952,0.7379480264,407,0.620529244,-0.301175104,8714.7866627 +58,-1.538682279,0.7364914363,407,0.620529244,-0.301175104,8731.0595963 +59,-1.536980704,0.7364810563,407,0.620529244,-0.301175104,8726.1446906 +60,-1.534935567,0.7364752065,407,0.620529244,-0.301175104,8720.2314863 +61,-1.533042592,0.7363876366,407,0.620529244,-0.301175104,8714.8104128 +62,-1.545143426,0.7349628011,407,0.620529244,-0.301175104,8750.7883258 +63,-1.543105297,0.7349691947,407,0.620529244,-0.301175104,8744.8843102 +64,-1.541064533,0.7349647152,407,0.620529244,-0.301175104,8738.9784515 +65,-1.545411803,0.7334624714,407,0.620529244,-0.301175104,8752.590285 +66,-1.543446606,0.7334780896,407,0.620529244,-0.301175104,8746.8826064 +67,-1.541475327,0.7334957295,407,0.620529244,-0.301175104,8741.154642 +68,-1.545401939,0.731963266,407,0.620529244,-0.301175104,8753.5796822 +69,-1.54342253,0.7319915583,407,0.620529244,-0.301175104,8747.8135164 +70,-1.541455867,0.7320216438,407,0.620529244,-0.301175104,8742.0820165 +71,-1.545410146,0.7304422281,407,0.620529244,-0.301175104,8754.6297951 +72,-1.543435491,0.7304713664,407,0.620529244,-0.301175104,8748.8680692 +73,-1.541463105,0.7304997613,407,0.620529244,-0.301175104,8743.112303 +74,-1.545414768,0.7289194936,407,0.620529244,-0.301175104,8755.6640543 +75,-1.543435774,0.7289538557,407,0.620529244,-0.301175104,8749.8774391 +76,-1.541457714,0.7289765881,407,0.620529244,-0.301175104,8744.1001127 +77,-1.539449415,0.7320555866,407,0.620529244,-0.301175104,8736.2312785 +78,-1.537429183,0.7321097681,407,0.620529244,-0.301175104,8730.3261715 +79,-1.535472649,0.7321497267,407,0.620529244,-0.301175104,8724.6145374 +80,-1.539457899,0.7305333307,407,0.620529244,-0.301175104,8737.2565278 +81,-1.537453161,0.7305750503,407,0.620529244,-0.301175104,8731.3957312 +82,-1.535479385,0.7306124949,407,0.620529244,-0.301175104,8725.626829 +83,-1.53946905,0.7290102593,407,0.620529244,-0.301175104,8738.2835771 +84,-1.537459922,0.7290417293,407,0.620529244,-0.301175104,8732.4077552 +85,-1.535451349,0.7290890157,407,0.620529244,-0.301175104,8726.5223472 +86,-1.535522937,0.7279887191,407,0.620529244,-0.301175104,8727.4329042 +87,-1.539442524,0.7274735939,407,0.620529244,-0.301175104,8739.20296 +88,-1.537424111,0.727521351,407,0.620529244,-0.301175104,8733.2806097 +89,-1.539384641,0.7259505092,407,0.620529244,-0.301175104,8740.015008 +90,-1.537372391,0.7259947145,407,0.620529244,-0.301175104,8734.104052 +91,-1.535340789,0.7260435356,407,0.620529244,-0.301175104,8728.1326642 +92,-1.539325716,0.7244369706,407,0.620529244,-0.301175104,8740.8107959 +93,-1.537308932,0.7244801057,407,0.620529244,-0.301175104,8734.8784439 +94,-1.535289068,0.7245247645,407,0.620529244,-0.301175104,8728.935178 +95,-1.533261366,0.7245550236,407,0.620529244,-0.301175104,8722.9769666 +96,-1.539267302,0.722921924,407,0.620529244,-0.301175104,8741.6019878 +97,-1.537248972,0.7229660258,407,0.620529244,-0.301175104,8735.6556826 +98,-1.535219431,0.7229916471,407,0.620529244,-0.301175104,8729.6870514 +99,-1.53318962,0.7230212049,407,0.620529244,-0.301175104,8723.7140762 +100,-1.531154816,0.7230299897,407,0.620529244,-0.301175104,8717.7380384 +101,-1.528878341,0.7230370244,407,0.620529244,-0.301175104,8711.0523674 +102,-1.539218189,0.7214009878,407,0.620529244,-0.301175104,8742.4171319 +103,-1.537198791,0.7214422745,407,0.620529244,-0.301175104,8736.4606122 +104,-1.535179266,0.7214634354,407,0.620529244,-0.301175104,8730.5151931 +105,-1.533156501,0.7214944644,407,0.620529244,-0.301175104,8724.5530656 +106,-1.53113574,0.7215166021,407,0.620529244,-0.301175104,8718.6011713 +107,-1.528874248,0.7215345535,407,0.620529244,-0.301175104,8711.9429886 +108,-1.539217656,0.7198512397,407,0.620529244,-0.301175104,8743.3860906 +109,-1.537199919,0.7199428763,407,0.620529244,-0.301175104,8737.3943611 +110,-1.545425832,0.727397149,407,0.620529244,-0.301175104,8756.7102511 +111,-1.543371177,0.7273916949,407,0.620529244,-0.301175104,8750.7203339 +112,-1.541368852,0.7274523163,407,0.620529244,-0.301175104,8744.8384162 +113,-1.545349067,0.7258710923,407,0.620529244,-0.301175104,8757.4957854 +114,-1.54332671,0.7258603556,407,0.620529244,-0.301175104,8751.5943435 +115,-1.541346831,0.7259242142,407,0.620529244,-0.301175104,8745.7671165 +116,-1.545324355,0.7243383958,407,0.620529244,-0.301175104,8758.4305884 +117,-1.543292796,0.7243617413,407,0.620529244,-0.301175104,8752.4708923 +118,-1.541295822,0.7244024384,407,0.620529244,-0.301175104,8746.600037 +119,-1.543193859,0.7205570215,407,0.620529244,-0.301175104,8754.6283459 +120,-1.550257047,0.7386738187,407,0.620529244,-0.301175104,8762.9659988 +121,-1.549335448,0.7311736483,407,0.620529244,-0.301175104,8765.5389148 +122,-1.533478843,0.7179891343,407,0.620529244,-0.301175104,8727.627912 +123,-1.556150555,0.738907041,407,0.620529244,-0.301175104,8779.7687126 +124,-1.554324226,0.733414257,407,0.620529244,-0.301175104,8778.4426641 +125,-1.554290846,0.7288285332,407,0.620529244,-0.301175104,8781.5605018 +126,-1.55122487,0.7219795312,407,0.620529244,-0.301175104,8777.2650423 +127,-1.525104458,0.7229399862,407,0.620529244,-0.301175104,8700.0297346 +128,-1.519607711,0.7236181429,407,0.620529244,-0.301175104,8683.4904235 +129,-1.513899999,0.7251107854,407,0.620529244,-0.301175104,8665.8828995 +130,-1.536620762,0.7431061895,407,0.620529244,-0.301175104,8720.6454981 +131,-1.5369566,0.7460845958,407,0.620529244,-0.301175104,8719.5631083 +132,-1.545345528,0.7447040685,407,0.620529244,-0.301175104,8744.5627633 +133,-1.532813921,0.7432306626,407,0.620529244,-0.301175104,8709.6214624 +134,-1.554788248,0.7382381001,407,0.620529244,-0.301175104,8776.331945 +135,-1.540348126,0.7301594274,407,0.620529244,-0.301175104,8740.0923291 +136,-1.538016084,0.7239051786,407,0.620529244,-0.301175104,8737.3129145 +137,-1.525288962,0.7258085137,407,0.620529244,-0.301175104,8698.8614414 +138,-1.534326986,0.731241342,407,0.620529244,-0.301175104,8721.8690192 +139,-1.530733872,0.7303625216,407,0.620529244,-0.301175104,8711.9667775 +141,-1.534354939,0.7328219978,407,0.620529244,-0.301175104,8720.9319426 +142,-1.53157084,0.7292888153,407,0.620529244,-0.301175104,8715.0812387 +143,-1.525691035,0.7263799874,407,0.620529244,-0.301175104,8699.6947529 +144,-1.534031287,0.7495967835,407,0.620529244,-0.301175104,8708.7679038 +145,-1.527714986,0.7283095957,407,0.620529244,-0.301175104,8704.4373867 +146,-1.526189586,0.7271468292,407,0.620529244,-0.301175104,8700.689493 +147,-1.555177336,0.7375563366,407,0.620529244,-0.301175104,8777.9457534 +148,-1.555080283,0.7312707794,407,0.620529244,-0.301175104,8782.1466869 +149,-1.53856994,0.7224180299,407,0.620529244,-0.301175104,8739.8747147 +150,-1.530837883,0.729933372,407,0.620529244,-0.301175104,8712.5395558 +151,-1.515066984,0.5854133365,407,0.620529244,-0.301175104,8721.2889347 +152,-1.534731633,0.5368370046,407,0.620529244,-0.301175104,8793.18803 +153,-1.515231902,0.5607085576,407,0.620529244,-0.301175104,8725.2240533 +154,-2.616253799,1.0684566605,407,0.620529244,-0.301175104,9392.7868888 +155,-1.956071439,0.5792177723,407,0.620529244,-0.301175104,10153.178681 +156,-1.951208514,0.5602434208,407,0.620529244,-0.301175104,10163.352485 +157,-1.944675062,0.6062144545,407,0.620529244,-0.301175104,10079.20925 +158,-1.613778386,0.6077989518,407,0.620529244,-0.301175104,9036.3046016 +159,-2.035029014,0.6021432345,407,0.620529244,-0.301175104,10353.144318 +160,-2.114989471,0.6801825058,407,0.620529244,-0.301175104,10390.79544 +161,-2.037382079,0.5765830025,407,0.620529244,-0.301175104,10405.417259 +162,-2.129855121,0.6585019963,407,0.620529244,-0.301175104,10481.503387 +163,-2.075141798,0.6493615843,407,0.620529244,-0.301175104,10366.622693 +164,-1.828626729,0.6948433129,407,0.620529244,-0.301175104,9608.5120375 +165,-1.863329418,0.6735427691,407,0.620529244,-0.301175104,9738.8876675 +166,-1.266037071,0.727988852,407,0.620529244,-0.301175104,7933.4380845 +167,-1.277579582,0.7249010648,407,0.620529244,-0.301175104,7967.3187306 +168,-1.258418684,0.7241194816,407,0.620529244,-0.301175104,7910.4234589 +169,-1.317813974,0.6804850104,407,0.620529244,-0.301175104,8085.7022732 +170,-1.344165204,0.6790988904,407,0.620529244,-0.301175104,8166.8258021 +171,-1.427582102,0.5277120351,407,0.620529244,-0.301175104,8427.1282665 +172,-1.402238616,0.457167829,407,0.620529244,-0.301175104,8319.6808013 +173,-1.422454264,0.4996161999,407,0.620529244,-0.301175104,8403.725968 +174,-1.439089277,0.4894859811,407,0.620529244,-0.301175104,8459.1743944 +175,-1.448126995,0.5182330266,407,0.620529244,-0.301175104,8496.0818369 +176,-1.474626146,0.5881926574,407,0.620529244,-0.301175104,8587.6117418 +177,-1.421139645,0.5584869783,407,0.620529244,-0.301175104,8409.4046114 +178,-1.457037165,0.565943032,407,0.620529244,-0.301175104,8530.1098865 +179,-2.757159358,0.3745319,407,0.620529244,-0.301175104,11515.398351 +180,-2.714309238,0.342054471,407,0.620529244,-0.301175104,11699.992227 +181,-2.000525337,0.774119946,407,0.620529244,-0.301175104,9893.5426611 +183,-1.571413436,0.6777838382,407,0.620529244,-0.301175104,8865.4765515 +184,-1.552860289,0.6987663893,407,0.620529244,-0.301175104,8796.8297872 +185,-1.521852374,0.7165827476,407,0.620529244,-0.301175104,8694.1217103 +186,-1.503656267,0.6928968252,407,0.620529244,-0.301175104,8651.6464272 +187,-1.502753178,0.7136205882,407,0.620529244,-0.301175104,8639.101389 +188,-1.631894563,0.7343596465,407,0.620529244,-0.301175104,9000.7515104 +189,-1.653765416,0.6770714026,407,0.620529244,-0.301175104,9116.0014648 +190,-1.719812114,0.6715965947,407,0.620529244,-0.301175104,9319.7814369 +191,-1.493406659,0.6646955447,407,0.620529244,-0.301175104,8631.3407123 +192,-1.469120564,0.6613469966,407,0.620529244,-0.301175104,8556.778039 +193,-1.590551461,0.5326612937,407,0.620529244,-0.301175104,8983.8434855 +194,-1.625979264,0.5247742243,407,0.620529244,-0.301175104,9106.4414324 +195,-1.572293943,0.5238808754,407,0.620529244,-0.301175104,8922.6809885 +196,-1.610848725,0.5477107964,407,0.620529244,-0.301175104,9049.3110351 +197,-1.208485554,0.7918526018,407,0.620529244,-0.301175104,7776.3150682 +198,-1.335601374,0.6869083083,407,0.620529244,-0.301175104,8140.5548058 +199,-1.346156996,0.6825213377,407,0.620529244,-0.301175104,8172.9450958 +200,-1.324381037,0.6741422347,407,0.620529244,-0.301175104,8105.5669026 +201,-1.242424992,0.7378949807,407,0.620529244,-0.301175104,7865.2224832 +202,-1.270370057,0.7392461008,407,0.620529244,-0.301175104,7947.1872045 +203,-1.448950472,0.7441675014,407,0.620529244,-0.301175104,8467.0273994 +204,-1.492662363,0.7523026852,407,0.620529244,-0.301175104,8588.8117975 +205,-1.479098966,0.7763855017,407,0.620529244,-0.301175104,8536.3140195 +206,-1.633760714,0.7869022408,407,0.620529244,-0.301175104,8951.608787 +207,-1.647406434,0.8101289331,407,0.620529244,-0.301175104,8960.3458868 +208,-1.564245052,0.5701509278,407,0.620529244,-0.301175104,8887.3869398 +209,-1.646289963,0.6833746083,407,0.620529244,-0.301175104,9088.2696209 +210,-1.5820631,0.6751952144,407,0.620529244,-0.301175104,8899.5478926 +211,-1.613236298,0.6681681791,407,0.620529244,-0.301175104,8999.4510228 +212,-1.914661867,0.8212566515,407,0.620529244,-0.301175104,9591.7321747 +213,-1.742133237,0.7250275956,407,0.620529244,-0.301175104,9323.4063415 +214,-2.033144872,0.6557314699,407,0.620529244,-0.301175104,10242.299928 +215,-2.039551981,0.6964723658,407,0.620529244,-0.301175104,10169.133019 +216,-1.247341019,0.7622473908,407,0.620529244,-0.301175104,7882.4153772 +217,-1.298239787,0.7084123392,407,0.620529244,-0.301175104,8027.8610599 +218,-1.308539688,0.6926545592,407,0.620529244,-0.301175104,8058.0790095 +219,-1.303263185,0.6888938396,407,0.620529244,-0.301175104,8041.6937704 +220,-1.852400229,0.6004246149,407,0.620529244,-0.301175104,9803.0862118 +221,-1.288947707,0.7473773692,407,0.620529244,-0.301175104,8001.6927106 +222,-1.372031502,0.7472790993,407,0.620529244,-0.301175104,8242.9797309 +223,-1.289805721,0.7242157877,407,0.620529244,-0.301175104,8003.5309624 +224,-1.350807603,0.7533498126,407,0.620529244,-0.301175104,8180.3747201 +225,-1.329290365,0.7560442322,407,0.620529244,-0.301175104,8117.9366723 +226,-1.410153004,0.616936428,407,0.620529244,-0.301175104,8375.7192702 +227,-1.393445434,0.6308995063,407,0.620529244,-0.301175104,8321.8373135 +228,-1.37595573,0.6241540638,407,0.620529244,-0.301175104,8265.6334569 +229,-1.358388707,0.6172645205,407,0.620529244,-0.301175104,8208.5286642 +230,-1.753741133,0.8281661666,407,0.620529244,-0.301175104,9201.9805767 +231,-1.47430987,0.6834615681,407,0.620529244,-0.301175104,8566.0345721 +232,-1.421012508,0.7222725206,407,0.620529244,-0.301175104,8393.0666963 +233,-1.4476833,0.6978557868,407,0.620529244,-0.301175104,8480.3274849 +234,-1.470370723,0.6966193374,407,0.620529244,-0.301175104,8549.3857827 +235,-1.429211703,0.7037216883,407,0.620529244,-0.301175104,8422.8497599 +236,-1.700578405,0.6178673663,407,0.620529244,-0.301175104,9307.8724085 +237,-1.678117619,0.6331716163,407,0.620529244,-0.301175104,9225.5741411 +238,-1.725644578,0.6316331145,407,0.620529244,-0.301175104,9375.4359474 +239,-2.14012759,0.7930497945,407,0.620529244,-0.301175104,10124.532534 +240,-2.103289431,0.7653606263,407,0.620529244,-0.301175104,10135.606591 +241,-1.318739838,0.7017808746,407,0.620529244,-0.301175104,8089.4343062 +242,-1.396417427,0.7077900843,407,0.620529244,-0.301175104,8323.2033256 +243,-1.35650337,0.7185539404,407,0.620529244,-0.301175104,8202.0654271 +244,-1.248884539,0.7274156818,407,0.620529244,-0.301175104,7882.659501 +245,-1.395014798,0.5761185243,407,0.620529244,-0.301175104,8324.0739744 +246,-1.433377362,0.6064716109,407,0.620529244,-0.301175104,8451.3314287 +247,-1.408172432,0.5903155476,407,0.620529244,-0.301175104,8368.7563883 +248,-1.749645898,0.7757118084,407,0.620529244,-0.301175104,9273.9409244 +249,-1.571626686,0.615046989,407,0.620529244,-0.301175104,8897.2485223 +250,-1.514070049,0.6303003037,407,0.620529244,-0.301175104,8707.4575942 +251,-1.480890369,0.6237966528,407,0.620529244,-0.301175104,8602.8678259 +252,-1.704390658,0.5281680612,407,0.620529244,-0.301175104,9372.991968 +253,-1.64434733,0.5254277498,407,0.620529244,-0.301175104,9169.1112667 +254,-1.703855997,0.4792484842,407,0.620529244,-0.301175104,9386.590577 +255,-1.692002383,0.5748825051,407,0.620529244,-0.301175104,9308.5550269 +256,-1.854136457,0.5544643913,407,0.620529244,-0.301175104,9856.3819055 +257,-1.665021206,0.520317736,407,0.620529244,-0.301175104,9241.3174406 +258,-1.733654349,0.4845187345,407,0.620529244,-0.301175104,9489.5980955 +259,-1.720938188,0.5135933906,407,0.620529244,-0.301175104,9435.4426786 +260,-1.742668307,0.553296122,407,0.620529244,-0.301175104,9488.9954899 +261,-1.965659039,0.7142126903,407,0.620529244,-0.301175104,9944.4739787 +262,-1.944438071,0.6772834804,407,0.620529244,-0.301175104,9960.1516592 +263,-1.270340967,0.7681487096,407,0.620529244,-0.301175104,7948.4500179 +264,-1.353091884,0.6549276821,407,0.620529244,-0.301175104,8194.1803891 +265,-1.333236659,0.6413584414,407,0.620529244,-0.301175104,8130.5363714 +266,-1.352015998,0.6753788907,407,0.620529244,-0.301175104,8191.0709804 +267,-1.377988483,0.6577816235,407,0.620529244,-0.301175104,8272.3032655 +268,-2.13075611,0.8318642051,407,0.620529244,-0.301175104,9989.4440848 +269,-2.097910953,0.8259670014,407,0.620529244,-0.301175104,9950.4701916 +270,-1.416382069,0.6694271549,407,0.620529244,-0.301175104,8390.9639291 +271,-1.538905672,0.7535625993,407,0.620529244,-0.301175104,8719.8508513 +272,-1.572309477,0.7803125099,407,0.620529244,-0.301175104,8791.5046102 +273,-1.87759879,0.7503853417,407,0.620529244,-0.301175104,9648.2481677 +274,1.152365588,0.590457682,407,0.620529244,-0.301175104,4062.4743795 +275,0.350198001,0.718001859,407,0.620529244,-0.301175104,4157.3343459 +276,0.046513677,0.491503852,407,0.620529244,-0.301175104,3834.0006536 +277,0.027510309,0.742571376,407,0.620529244,-0.301175104,4665.7027771 +278,0.306285725,-0.214631579,407,0.620529244,-0.301175104,1250.6679383 +279,-1.100564889,0.318051531,407,0.620529244,-0.301175104,7135.431156 +280,-1.078582306,0.301437596,407,0.620529244,-0.301175104,7038.7748026 +281,-1.137371989,-0.617634065,407,0.620529244,-0.301175104,6115.1027093 +282,0.784356344,0.703272339,407,0.620529244,-0.301175104,4024.229781 +283,-1.221209947,0.218327455,407,0.620529244,-0.301175104,7486.1524352 +284,2.347301921,-0.449114658,407,0.620529244,-0.301175104,6241.1263422 +285,0.246820618,0.830553713,407,0.620529244,-0.301175104,4675.2037521 +286,0.829414965,0.703288228,407,0.620529244,-0.301175104,4052.5641269 +287,-1.337537566,0.42332223,407,0.620529244,-0.301175104,8073.8233596 +288,0.882453706,0.454478077,407,0.620529244,-0.301175104,3158.5609913 +289,1.575629659,0.416419109,407,0.620529244,-0.301175104,4659.0338625 +290,-1.039455679,0.229888244,407,0.620529244,-0.301175104,6820.0038151 +291,0.489558039,0.934482747,407,0.620529244,-0.301175104,4914.8081241 +292,0.081344504,0.88384514,407,0.620529244,-0.301175104,5055.0222018 +293,-1.547979814,0.300350308,407,0.620529244,-0.301175104,8776.416143 +294,0.040776181,0.168560074,407,0.620529244,-0.301175104,2934.7559363 +295,-1.130374745,0.563894876,407,0.620529244,-0.301175104,7441.8445254 +296,1.578326642,0.478507176,407,0.620529244,-0.301175104,4800.8203553 +297,-1.12861823,-0.291640865,407,0.620529244,-0.301175104,6527.1270245 +298,0.310524208,0.770885792,407,0.620529244,-0.301175104,4392.2822421 +299,0.415649091,-0.387246002,407,0.620529244,-0.301175104,836.11214804 +300,-0.926533878,-0.188022748,407,0.620529244,-0.301175104,5913.8007068 +301,1.258856172,-0.11716081,407,0.620529244,-0.301175104,2572.8218226 +302,-1.126050026,0.322941926,407,0.620529244,-0.301175104,7233.0871138 +303,2.002785835,0.07893892,407,0.620529244,-0.301175104,5605.3285964 +304,0.440437607,0.746258085,407,0.620529244,-0.301175104,4200.5497078 +305,-0.030391866,0.214441206,407,0.620529244,-0.301175104,3264.4032153 +306,0.521557815,-0.058929362,407,0.620529244,-0.301175104,1033.7595834 +307,-0.097005111,0.13317729,407,0.620529244,-0.301175104,3293.6384174 +308,1.83113859,0.221857587,407,0.620529244,-0.301175104,5167.5291905 +309,0.222428864,0.099404236,407,0.620529244,-0.301175104,2223.613933 +310,-1.702731345,0.8728568183,407,0.620529244,-0.301175104,9007.5740777 +311,-0.418507569,0.278324921,407,0.620529244,-0.301175104,4660.4028021 +312,-1.41153306,0.339029988,407,0.620529244,-0.301175104,8293.652663 +313,0.357560442,0.114788776,407,0.620529244,-0.301175104,1942.7379066 +314,0.325818979,0.268352149,407,0.620529244,-0.301175104,2532.645962 +315,-1.246004659,-0.663679965,407,0.620529244,-0.301175104,6366.5687368 +316,1.814603087,0.637404484,407,0.620529244,-0.301175104,5802.0751236 +317,1.843704281,-0.18300445,407,0.620529244,-0.301175104,4704.1108329 +318,1.690644492,-0.211480909,407,0.620529244,-0.301175104,4099.8868044 +319,-1.275451936,0.068109467,407,0.620529244,-0.301175104,7531.3223206 +320,0.762430171,-0.207594741,407,0.620529244,-0.301175104,658.04385175 +321,0.265668905,-0.014647884,407,0.620529244,-0.301175104,1788.9057416 +322,-2.773032013,-0.335515811,407,0.620529244,-0.301175104,9737.9265544 +323,-1.469512853,0.174058777,407,0.620529244,-0.301175104,8379.2056638 +324,0.286276986,0.785925691,407,0.620529244,-0.301175104,4471.3689879 +325,-1.379324697,0.377432233,407,0.620529244,-0.301175104,8198.9163942 +326,-1.203778265,0.212813032,407,0.620529244,-0.301175104,7415.3907932 +327,0.579916301,0.611743168,407,0.620529244,-0.301175104,3619.2952911 +328,0.267582642,0.868113908,407,0.620529244,-0.301175104,4793.8983013 +329,0.412869244,-0.050245578,407,0.620529244,-0.301175104,1280.6062198 +330,0.17524381,0.976660285,407,0.620529244,-0.301175104,5275.5410321 +331,0.743157214,0.204812899,407,0.620529244,-0.301175104,2060.8726637 +332,-1.070758176,0.269382282,407,0.620529244,-0.301175104,6977.4911163 +333,-1.230364251,0.329790229,407,0.620529244,-0.301175104,7620.7068766 +334,-1.374813124,-0.024926835,407,0.620529244,-0.301175104,7790.9947699 +335,0.519780566,0.463669906,407,0.620529244,-0.301175104,3054.2481858 +336,-1.55108034,0.239698561,407,0.620529244,-0.301175104,8745.4373854 +337,0.180294813,0.029739425,407,0.620529244,-0.301175104,2161.7831063 +338,0.67820924,0.268170153,407,0.620529244,-0.301175104,2266.4040409 +339,0.445798684,1.024001867,407,0.620529244,-0.301175104,5279.8708844 +340,0.691751283,0.150521402,407,0.620529244,-0.301175104,1810.7707183 +341,-1.036643551,-0.903056181,407,0.620529244,-0.301175104,5497.3197669 +342,-0.120287036,1.083325163,407,0.620529244,-0.301175104,5952.4144355 +343,2.823513113,-0.304487164,407,0.620529244,-0.301175104,8068.212337 +344,0.457583172,1.12513373,407,0.620529244,-0.301175104,5671.4270725 +345,0.042918831,0.813795399,407,0.620529244,-0.301175104,4873.8357329 +346,1.196146777,-0.853142756,407,0.620529244,-0.301175104,2860.9941184 +347,0.206001358,-0.010430701,407,0.620529244,-0.301175104,1984.0387871 +348,-0.268308653,0.234799412,407,0.620529244,-0.301175104,4072.4590646 +349,0.759363263,0.736189579,407,0.620529244,-0.301175104,4140.2523212 +350,0.181363926,0.891988372,407,0.620529244,-0.301175104,4965.8480644 +351,-0.021111158,0.139103292,407,0.620529244,-0.301175104,3057.7907328 +352,-0.093355215,0.630686981,407,0.620529244,-0.301175104,4557.2014054 +353,0.40118964,0.681375926,407,0.620529244,-0.301175104,3975.9106533 +354,-0.721197315,1.304706234,407,0.620529244,-0.301175104,7137.8441557 +355,-1.076150317,0.212107639,407,0.620529244,-0.301175104,6937.4513865 +356,-1.577164531,0.273993443,407,0.620529244,-0.301175104,8868.7800719 +357,-0.190788414,0.182208586,407,0.620529244,-0.301175104,3707.986979 +358,-0.261349752,0.209710184,407,0.620529244,-0.301175104,3999.8021026 +359,-1.029303852,0.083549259,407,0.620529244,-0.301175104,6618.2617834 +360,-1.268609162,0.330525297,407,0.620529244,-0.301175104,7761.6150985 +361,1.282982244,-0.926641967,407,0.620529244,-0.301175104,3209.012824 +362,0.217352334,0.731352408,407,0.620529244,-0.301175104,4347.9208253 +363,-1.511833084,0.258629297,407,0.620529244,-0.301175104,8612.2441229 +364,0.338812194,0.823184618,407,0.620529244,-0.301175104,4565.24896 +365,-0.324406489,1.134201999,407,0.620529244,-0.301175104,6349.7265007 +366,1.389579348,0.399185724,407,0.620529244,-0.301175104,4069.8401327 +367,2.047152199,-0.039082036,407,0.620529244,-0.301175104,5630.7586334 +368,0.947780369,0.568250077,407,0.620529244,-0.301175104,3660.3803605 +369,0.763824846,0.576754987,407,0.620529244,-0.301175104,3519.5341894 +370,-0.142334657,0.928153068,407,0.620529244,-0.301175104,5520.1190481 +371,0.610266567,0.547265983,407,0.620529244,-0.301175104,3360.901874 +372,0.210731629,0.746815056,407,0.620529244,-0.301175104,4411.6225213 +373,-1.34931644,0.316895224,407,0.620529244,-0.301175104,8048.7114075 +374,2.407696481,0.655030745,407,0.620529244,-0.301175104,7609.9670396 +375,0.64207831,0.545359131,407,0.620529244,-0.301175104,3354.1244689 +376,1.174597538,0.840588356,407,0.620529244,-0.301175104,4928.8226409 +377,0.660059424,0.010604079,407,0.620529244,-0.301175104,1244.5542784 +378,-0.730263819,0.010486456,407,0.620529244,-0.301175104,5402.9571459 +379,0.831068936,0.512339172,407,0.620529244,-0.301175104,3321.3535512 +380,1.301180979,0.72367476,407,0.620529244,-0.301175104,4764.2578515 +381,1.811128231,0.322854402,407,0.620529244,-0.301175104,5253.8646317 +382,0.435105812,0.992284428,407,0.620529244,-0.301175104,5160.2079514 +383,0.62643634,0.592027932,407,0.620529244,-0.301175104,3538.0475185 +384,0.492988703,-0.516339467,407,0.620529244,-0.301175104,969.48872154 +385,-0.162469483,0.112549365,407,0.620529244,-0.301175104,3474.6340317 +386,0.314630866,0.472006421,407,0.620529244,-0.301175104,3280.4828418 +387,0.166744804,0.822815954,407,0.620529244,-0.301175104,4736.2229691 +388,0.417159608,0.965805736,407,0.620529244,-0.301175104,5064.8927092 +389,0.106334961,0.868774244,407,0.620529244,-0.301175104,4971.5576485 +390,0.815086969,-0.338144359,407,0.620529244,-0.301175104,745.94883116 +391,0.59867455,-0.230624824,407,0.620529244,-0.301175104,291.65878091 +392,1.915104874,0.066220985,407,0.620529244,-0.301175104,5260.9113241 +393,1.278093622,0.064463721,407,0.620529244,-0.301175104,2950.4185777 +394,-0.061477853,0.302997961,407,0.620529244,-0.301175104,3577.6707697 +395,0.251311504,0.626976942,407,0.620529244,-0.301175104,3928.4545241 +396,2.950242872,0.149095644,407,0.620529244,-0.301175104,9259.7782661 +397,-0.180294708,0.35375117,407,0.620529244,-0.301175104,4051.8762381 +398,1.010448592,-0.351180233,407,0.620529244,-0.301175104,1475.2240695 +399,-1.748740498,0.3686318073,407,0.620529244,-0.301175104,9551.2159379 +400,2.699635665,0.123533791,407,0.620529244,-0.301175104,8285.8659519 +401,0.496808033,0.823843254,407,0.620529244,-0.301175104,4477.9412719 +402,0.129574704,0.763364087,407,0.620529244,-0.301175104,4577.1673254 +403,1.798920311,0.817447563,407,0.620529244,-0.301175104,6089.3822806 +404,0.335987953,0.746786541,407,0.620529244,-0.301175104,4278.6468458 +405,-1.085413643,0.292154671,407,0.620529244,-0.301175104,7054.5302185 +406,-0.155321003,0.508207011,407,0.620529244,-0.301175104,4367.7779093 +407,0.620529244,-0.301175104,407,0.620529244,-0.301175104,0 +408,1.684402744,0.368716966,407,0.620529244,-0.301175104,4908.4394425 +409,0.300582244,-0.386397212,407,0.620529244,-0.301175104,1238.9424063 +410,2.913555946,-0.009225192,407,0.620529244,-0.301175104,8914.1214919 +411,1.465101417,0.493232532,407,0.620529244,-0.301175104,4513.2460591 +412,0.090612882,0.907955955,407,0.620529244,-0.301175104,5125.7029441 +413,2.987564726,-0.729568594,407,0.620529244,-0.301175104,7474.9700887 +414,-1.484261606,0.224149272,407,0.620529244,-0.301175104,8480.6880263 +415,0.164073421,0.303955133,407,0.620529244,-0.301175104,2985.5411819 +416,0.141441293,0.167552546,407,0.620529244,-0.301175104,2639.0936328 +417,2.931321023,-0.506718887,407,0.620529244,-0.301175104,7934.6747723 +418,2.21951565,0.700596356,407,0.620529244,-0.301175104,7067.3276986 +419,0.268112576,1.199114336,407,0.620529244,-0.301175104,6027.2323777 +420,0.978913739,0.359223811,407,0.620529244,-0.301175104,2963.4432567 +421,1.210898818,0.522863584,407,0.620529244,-0.301175104,3966.1220039 +422,2.347397336,0.129231362,407,0.620529244,-0.301175104,6960.7021668 +423,0.614394501,0.556878345,407,0.620529244,-0.301175104,3398.8295794 +424,-1.398079356,0.148483366,407,0.620529244,-0.301175104,8083.3873358 +425,2.535303836,-0.112984496,407,0.620529244,-0.301175104,7373.1159252 +426,-1.019372593,-0.405322349,407,0.620529244,-0.301175104,5998.5197108 +427,-1.297785627,-0.160104069,407,0.620529244,-0.301175104,7320.4166285 +428,2.144554488,0.205051084,407,0.620529244,-0.301175104,6288.0259059 +429,-2.242387083,-0.426171285,407,0.620529244,-0.301175104,9368.2624542 +430,0.338637212,0.909723676,407,0.620529244,-0.301175104,4893.8681581 +431,-0.148798452,0.691042401,407,0.620529244,-0.301175104,4849.5123182 +432,0.893524764,0.441829531,407,0.620529244,-0.301175104,3125.7061936 +433,0.969229347,-0.368847936,407,0.620529244,-0.301175104,1330.6314692 +434,0.436043248,0.800045688,407,0.620529244,-0.301175104,4411.9242989 +435,1.687946607,1.081504775,407,0.620529244,-0.301175104,6401.4932997 +436,0.522302046,-0.034889271,407,0.620529244,-0.301175104,1121.9237012 +437,-0.178996113,-0.438090009,407,0.620529244,-0.301175104,2988.3826124 +438,-1.094339566,0.301444068,407,0.620529244,-0.301175104,7096.4817728 +439,-1.064070054,0.242569932,407,0.620529244,-0.301175104,6924.8198918 +440,-1.068153768,0.230387998,407,0.620529244,-0.301175104,6927.1050356 +441,-3.00496892,-0.23989155,407,0.620529244,-0.301175104,9585.0069615 +442,0.21751974,0.766874888,407,0.620529244,-0.301175104,4475.5742506 +443,0.117229532,0.007619006,407,0.620529244,-0.301175104,2313.0965483 +444,0.777758451,0.420554741,407,0.620529244,-0.301175104,2922.6590766 +445,-0.252356999,0.250747086,407,0.620529244,-0.301175104,4051.6932066 +446,0.363148444,0.768483434,407,0.620529244,-0.301175104,4338.3619657 +447,0.903191366,-0.118210676,407,0.620529244,-0.301175104,1311.6045176 +448,-0.205755923,0.149406178,407,0.620529244,-0.301175104,3694.0299166 +449,1.811996086,0.02364353,407,0.620529244,-0.301175104,4820.2975231 +450,-1.100670221,0.314845373,407,0.620529244,-0.301175104,7132.719072 +451,0.340078597,0.850105132,407,0.620529244,-0.301175104,4666.3845534 +452,0.258757267,0.804969236,407,0.620529244,-0.301175104,4569.1210743 +453,2.78505352,-0.155160804,407,0.620529244,-0.301175104,8214.1066606 +454,0.800551619,0.105822106,407,0.620529244,-0.301175104,1759.362824 +455,0.437940882,-0.506194031,407,0.620529244,-0.301175104,1048.4450947 +456,2.230431122,0.63458615,407,0.620529244,-0.301175104,7043.491321 +457,0.527965361,0.127667701,407,0.620529244,-0.301175104,1736.8707501 +458,-0.063643205,0.702093448,407,0.620529244,-0.301175104,4705.933671 +459,1.408447268,0.133010502,407,0.620529244,-0.301175104,3531.0304678 +460,0.523795955,0.280266966,407,0.620529244,-0.301175104,2333.8525459 +461,-0.975769313,0.072177659,407,0.620529244,-0.301175104,6402.9284075 +462,0.549774164,-0.463663986,407,0.620529244,-0.301175104,693.9942048 +463,0.29245874,1.095549818,407,0.620529244,-0.301175104,5625.9695274 +464,0.143625958,0.816809593,407,0.620529244,-0.301175104,4743.8709579 +465,0.671902494,0.611159853,407,0.620529244,-0.301175104,3618.9237251 +466,1.239840988,0.6724199,407,0.620529244,-0.301175104,4489.420808 +467,0.607829703,-0.10932137,407,0.620529244,-0.301175104,761.52115807 +468,1.763020906,0.263996692,407,0.620529244,-0.301175104,4992.2325741 +469,0.378714634,0.726066797,407,0.620529244,-0.301175104,4164.3783171 +470,2.196736143,-0.153862366,407,0.620529244,-0.301175104,6062.0295486 +471,0.01702415,0.148991565,407,0.620529244,-0.301175104,2959.941347 +472,-2.998490902,-0.158002487,407,0.620529244,-0.301175104,9835.8508725 +473,-3.051262951,-0.346595608,407,0.620529244,-0.301175104,9152.1297515 +474,-1.069176439,0.182802941,407,0.620529244,-0.301175104,6879.8076648 +475,0.167157509,0.595344954,407,0.620529244,-0.301175104,3941.4295286 +476,0.613855648,0.681746124,407,0.620529244,-0.301175104,3893.4295852 +477,1.037012736,0.682555367,407,0.620529244,-0.301175104,4190.9250032 +478,-1.253574971,0.379755746,407,0.620529244,-0.301175104,7743.9935167 +479,3.108590453,-0.132620738,407,0.620529244,-0.301175104,9362.2062905 +480,0.565301296,0.022333262,407,0.620529244,-0.301175104,1299.4324704 +481,0.547898238,0.855555614,407,0.620529244,-0.301175104,4588.9515612 +482,0.948309381,0.417393755,407,0.620529244,-0.301175104,3115.649762 +483,-0.050600732,0.945269213,407,0.620529244,-0.301175104,5434.7659691 +484,-0.977651478,-0.572363064,407,0.620529244,-0.301175104,5670.8105243 +485,1.102014914,0.728861163,407,0.620529244,-0.301175104,4444.6072708 +486,2.927300795,-0.282939414,407,0.620529244,-0.301175104,8447.5706929 +487,-1.154565557,0.124434095,407,0.620529244,-0.301175104,7137.3892521 +488,1.855331234,0.291044755,407,0.620529244,-0.301175104,5357.5108918 +489,0.830290659,0.276904518,407,0.620529244,-0.301175104,2431.8602927 +490,0.485104466,-0.234867441,407,0.620529244,-0.301175104,579.9974465 +491,0.521367572,-0.33161327,407,0.620529244,-0.301175104,392.23859723 +1,-1.539031704,0.7349710123,408,1.684402744,0.368716966,8061.8718603 +2,-1.536990553,0.7349663874,408,1.684402744,0.368716966,8062.3953478 +3,-1.534951779,0.7349571355,408,1.684402744,0.368716966,8062.9238403 +4,-1.532906461,0.7349480293,408,1.684402744,0.368716966,8063.4406116 +5,-1.531320211,0.7346937278,408,1.684402744,0.368716966,8064.8089997 +6,-1.539451648,0.7335131775,408,1.684402744,0.368716966,8067.5195487 +7,-1.537429487,0.7335445708,408,1.684402744,0.368716966,8067.8998443 +8,-1.535484998,0.7335658704,408,1.684402744,0.368716966,8068.288798 +9,-1.533488396,0.7336036027,408,1.684402744,0.368716966,8068.6134963 +10,-1.531497785,0.7335842962,408,1.684402744,0.368716966,8069.1498451 +11,-1.530259379,0.7334777758,408,1.684402744,0.368716966,8069.8506822 +12,-1.5335454,0.7322346912,408,1.684402744,0.368716966,8074.005159 +13,-1.531489083,0.7322238773,408,1.684402744,0.368716966,8074.5242226 +14,-1.530011122,0.7321679851,408,1.684402744,0.368716966,8075.079355 +15,-1.53348106,0.7306614094,408,1.684402744,0.368716966,8080.2322179 +16,-1.531441779,0.7306962275,408,1.684402744,0.368716966,8080.5678253 +17,-1.529755654,0.7306933243,408,1.684402744,0.368716966,8080.9608066 +18,-1.533415048,0.7291384674,408,1.684402744,0.368716966,8086.2609311 +19,-1.531392093,0.7291705353,408,1.684402744,0.368716966,8086.6042539 +20,-1.529296523,0.7291214933,408,1.684402744,0.368716966,8087.2714895 +21,-1.535280942,0.727267644,408,1.684402744,0.368716966,8093.2018692 +22,-1.533378158,0.7276139666,408,1.684402744,0.368716966,8092.2889561 +23,-1.531340368,0.7276446587,408,1.684402744,0.368716966,8092.6418918 +24,-1.528960113,0.7276398177,408,1.684402744,0.368716966,8093.1986024 +25,-1.533313146,0.7260818349,408,1.684402744,0.368716966,8098.3537551 +26,-1.531259555,0.7260958115,408,1.684402744,0.368716966,8098.7769412 +27,-1.528926415,0.7260865555,408,1.684402744,0.368716966,8099.3411797 +28,-1.531226779,0.7245511789,408,1.684402744,0.368716966,8104.8843246 +29,-1.528904772,0.7245519194,408,1.684402744,0.368716966,8105.4075012 +30,-1.547195875,0.7409785979,408,1.684402744,0.368716966,8036.0325835 +31,-1.5451475,0.740980426,408,1.684402744,0.368716966,8036.5786215 +32,-1.543097679,0.7409798872,408,1.684402744,0.368716966,8037.121705 +33,-1.540720364,0.7409892687,408,1.684402744,0.368716966,8037.6961783 +34,-1.547188511,0.7395198392,408,1.684402744,0.368716966,8041.7874246 +35,-1.545148587,0.7395226109,408,1.684402744,0.368716966,8042.3285692 +36,-1.543104538,0.7395314908,408,1.684402744,0.368716966,8042.834102 +37,-1.540727751,0.7395306258,408,1.684402744,0.368716966,8043.45017 +38,-1.547187029,0.7380014886,408,1.684402744,0.368716966,8047.7756308 +39,-1.545147315,0.7380012252,408,1.684402744,0.368716966,8048.3298602 +40,-1.54310719,0.7380060743,408,1.684402744,0.368716966,8048.8514165 +41,-1.540719671,0.7380068206,408,1.684402744,0.368716966,8049.4651934 +42,-1.547187189,0.7364799098,408,1.684402744,0.368716966,8053.7760784 +43,-1.545149996,0.7364853874,408,1.684402744,0.368716966,8054.3081699 +44,-1.543106091,0.7364823484,408,1.684402744,0.368716966,8054.8630061 +45,-1.540717158,0.7364893901,408,1.684402744,0.368716966,8055.4536152 +46,-1.538663972,0.7410138672,408,1.684402744,0.368716966,8038.1142588 +47,-1.53695285,0.7409699132,408,1.684402744,0.368716966,8038.706674 +48,-1.534910498,0.7409641297,408,1.684402744,0.368716966,8039.2179532 +49,-1.533145034,0.7409536636,408,1.684402744,0.368716966,8039.6713433 +50,-1.538681336,0.7395405883,408,1.684402744,0.368716966,8043.9246458 +51,-1.536999189,0.7395183096,408,1.684402744,0.368716966,8044.4254229 +52,-1.534923633,0.7395144222,408,1.684402744,0.368716966,8044.9383587 +53,-1.533267822,0.7395654306,408,1.684402744,0.368716966,8045.1245481 +54,-1.53867273,0.7380151077,408,1.684402744,0.368716966,8049.9474636 +55,-1.536980576,0.7379994392,408,1.684402744,0.368716966,8050.4254249 +56,-1.534931522,0.7379944961,408,1.684402744,0.368716966,8050.9371919 +57,-1.533387952,0.7379480264,408,1.684402744,0.368716966,8051.483078 +58,-1.538682279,0.7364914363,408,1.684402744,0.368716966,8055.9585961 +59,-1.536980704,0.7364810563,408,1.684402744,0.368716966,8056.41892 +60,-1.534935567,0.7364752065,408,1.684402744,0.368716966,8056.9343875 +61,-1.533042592,0.7363876366,408,1.684402744,0.368716966,8057.7245667 +62,-1.545143426,0.7349628011,408,1.684402744,0.368716966,8060.3155476 +63,-1.543105297,0.7349691947,408,1.684402744,0.368716966,8060.8327715 +64,-1.541064533,0.7349647152,408,1.684402744,0.368716966,8061.3809166 +65,-1.545411803,0.7334624714,408,1.684402744,0.368716966,8066.1608112 +66,-1.543446606,0.7334780896,408,1.684402744,0.368716966,8066.6251642 +67,-1.541475327,0.7334957295,408,1.684402744,0.368716966,8067.0713057 +68,-1.545401939,0.731963266,408,1.684402744,0.368716966,8072.076648 +69,-1.54342253,0.7319915583,408,1.684402744,0.368716966,8072.495818 +70,-1.541455867,0.7320216438,408,1.684402744,0.368716966,8072.8925885 +71,-1.545410146,0.7304422281,408,1.684402744,0.368716966,8078.0736579 +72,-1.543435491,0.7304713664,408,1.684402744,0.368716966,8078.4894098 +73,-1.541463105,0.7304997613,408,1.684402744,0.368716966,8078.8955141 +74,-1.545414768,0.7289194936,408,1.684402744,0.368716966,8084.0782873 +75,-1.543435774,0.7289538557,408,1.684402744,0.368716966,8084.4757483 +76,-1.541457714,0.7289765881,408,1.684402744,0.368716966,8084.9067754 +77,-1.539449415,0.7320555866,408,1.684402744,0.368716966,8073.272329 +78,-1.537429183,0.7321097681,408,1.684402744,0.368716966,8073.5632198 +79,-1.535472649,0.7321497267,408,1.684402744,0.368716966,8073.8823638 +80,-1.539457899,0.7305333307,408,1.684402744,0.368716966,8079.2775547 +81,-1.537453161,0.7305750503,408,1.684402744,0.368716966,8079.6149328 +82,-1.535479385,0.7306124949,408,1.684402744,0.368716966,8079.9493337 +83,-1.53946905,0.7290102593,408,1.684402744,0.368716966,8085.285277 +84,-1.537459922,0.7290417293,408,1.684402744,0.368716966,8085.6653406 +85,-1.535451349,0.7290890157,408,1.684402744,0.368716966,8085.97038 +86,-1.535522937,0.7279887191,408,1.684402744,0.368716966,8090.2966958 +87,-1.539442524,0.7274735939,408,1.684402744,0.368716966,8091.3561909 +88,-1.537424111,0.727521351,408,1.684402744,0.368716966,8091.6751967 +89,-1.539384641,0.7259505092,408,1.684402744,0.368716966,8097.3814981 +90,-1.537372391,0.7259947145,408,1.684402744,0.368716966,8097.7137119 +91,-1.535340789,0.7260435356,408,1.684402744,0.368716966,8098.0198348 +92,-1.539325716,0.7244369706,408,1.684402744,0.368716966,8103.3694166 +93,-1.537308932,0.7244801057,408,1.684402744,0.368716966,8103.7076899 +94,-1.535289068,0.7245247645,408,1.684402744,0.368716966,8104.0280535 +95,-1.533261366,0.7245550236,408,1.684402744,0.368716966,8104.3944411 +96,-1.539267302,0.722921924,408,1.684402744,0.368716966,8109.3631742 +97,-1.537248972,0.7229660258,408,1.684402744,0.368716966,8109.6987297 +98,-1.535219431,0.7229916471,408,1.684402744,0.368716966,8110.0972768 +99,-1.53318962,0.7230212049,408,1.684402744,0.368716966,8110.4675364 +100,-1.531154816,0.7230299897,408,1.684402744,0.368716966,8110.9081611 +101,-1.528878341,0.7230370244,408,1.684402744,0.368716966,8111.3969115 +102,-1.539218189,0.7214009878,408,1.684402744,0.368716966,8115.3778099 +103,-1.537198791,0.7214422745,408,1.684402744,0.368716966,8115.7255199 +104,-1.535179266,0.7214634354,408,1.684402744,0.368716966,8116.139985 +105,-1.533156501,0.7214944644,408,1.684402744,0.368716966,8116.5035523 +106,-1.53113574,0.7215166021,408,1.684402744,0.368716966,8116.8890092 +107,-1.528874248,0.7215345535,408,1.684402744,0.368716966,8117.3322464 +108,-1.539217656,0.7198512397,408,1.684402744,0.368716966,8121.4936971 +109,-1.537199919,0.7199428763,408,1.684402744,0.368716966,8121.6433636 +110,-1.545425832,0.727397149,408,1.684402744,0.368716966,8090.0795748 +111,-1.543371177,0.7273916949,408,1.684402744,0.368716966,8090.6554947 +112,-1.541368852,0.7274523163,408,1.684402744,0.368716966,8090.944094 +113,-1.545349067,0.7258710923,408,1.684402744,0.368716966,8096.1194692 +114,-1.54332671,0.7258603556,408,1.684402744,0.368716966,8096.7083004 +115,-1.541346831,0.7259242142,408,1.684402744,0.368716966,8096.9791268 +116,-1.545324355,0.7243383958,408,1.684402744,0.368716966,8102.1713321 +117,-1.543292796,0.7243617413,408,1.684402744,0.368716966,8102.6291928 +118,-1.541295822,0.7244024384,408,1.684402744,0.368716966,8102.9967629 +119,-1.543193859,0.7205570215,408,1.684402744,0.368716966,8117.664741 +120,-1.550257047,0.7386738187,408,1.684402744,0.368716966,8044.2686427 +121,-1.549335448,0.7311736483,408,1.684402744,0.368716966,8074.0995179 +122,-1.533478843,0.7179891343,408,1.684402744,0.368716966,8130.2668884 +123,-1.556150555,0.738907041,408,1.684402744,0.368716966,8041.6273969 +124,-1.554324226,0.733414257,408,1.684402744,0.368716966,8063.8176857 +125,-1.554290846,0.7288285332,408,1.684402744,0.368716966,8081.8982547 +126,-1.55122487,0.7219795312,408,1.684402744,0.368716966,8109.7997648 +127,-1.525104458,0.7229399862,408,1.684402744,0.368716966,8112.6011547 +128,-1.519607711,0.7236181429,408,1.684402744,0.368716966,8111.0373478 +129,-1.513899999,0.7251107854,408,1.684402744,0.368716966,8106.1945149 +130,-1.536620762,0.7431061895,408,1.684402744,0.368716966,8030.3540118 +131,-1.5369566,0.7460845958,408,1.684402744,0.368716966,8018.5160582 +132,-1.545345528,0.7447040685,408,1.684402744,0.368716966,8021.8381896 +133,-1.532813921,0.7432306626,408,1.684402744,0.368716966,8030.7562619 +134,-1.554788248,0.7382381001,408,1.684402744,0.368716966,8044.6707322 +135,-1.540348126,0.7301594274,408,1.684402744,0.368716966,8080.5260965 +136,-1.538016084,0.7239051786,408,1.684402744,0.368716966,8105.7999285 +137,-1.525288962,0.7258085137,408,1.684402744,0.368716966,8101.2288139 +138,-1.534326986,0.731241342,408,1.684402744,0.368716966,8077.7425766 +139,-1.530733872,0.7303625216,408,1.684402744,0.368716966,8082.0469642 +141,-1.534354939,0.7328219978,408,1.684402744,0.368716966,8071.4953077 +142,-1.53157084,0.7292888153,408,1.684402744,0.368716966,8086.0961498 +143,-1.525691035,0.7263799874,408,1.684402744,0.368716966,8098.8857944 +144,-1.534031287,0.7495967835,408,1.684402744,0.368716966,8005.3391729 +145,-1.527714986,0.7283095957,408,1.684402744,0.368716966,8090.8271057 +146,-1.526189586,0.7271468292,408,1.684402744,0.368716966,8095.7499603 +147,-1.555177336,0.7375563366,408,1.684402744,0.368716966,8047.241277 +148,-1.555080283,0.7312707794,408,1.684402744,0.368716966,8072.0376371 +149,-1.53856994,0.7224180299,408,1.684402744,0.368716966,8111.5293269 +150,-1.530837883,0.729933372,408,1.684402744,0.368716966,8083.7181769 +151,-1.515066984,0.5854133365,408,1.684402744,0.368716966,8658.2213391 +152,-1.534731633,0.5368370046,408,1.684402744,0.368716966,8844.8374885 +153,-1.515231902,0.5607085576,408,1.684402744,0.368716966,8755.8220898 +154,-2.616253799,1.0684566605,408,1.684402744,0.368716966,5680.9282289 +155,-1.956071439,0.5792177723,408,1.684402744,0.368716966,8242.2078044 +156,-1.951208514,0.5602434208,408,1.684402744,0.368716966,8315.0782914 +157,-1.944675062,0.6062144545,408,1.684402744,0.368716966,8168.6665364 +158,-1.613778386,0.6077989518,408,1.684402744,0.368716966,8531.2494562 +159,-2.035029014,0.6021432345,408,1.684402744,0.368716966,8025.5880847 +160,-2.114989471,0.6801825058,408,1.684402744,0.368716966,7626.4455372 +161,-2.037382079,0.5765830025,408,1.684402744,0.368716966,8104.2673796 +162,-2.129855121,0.6585019963,408,1.684402744,0.368716966,7665.7490833 +163,-2.075141798,0.6493615843,408,1.684402744,0.368716966,7798.5422947 +164,-1.828626729,0.6948433129,408,1.684402744,0.368716966,8012.8922556 +165,-1.863329418,0.6735427691,408,1.684402744,0.368716966,8048.4637574 +166,-1.266037071,0.727988852,408,1.684402744,0.368716966,8043.5337664 +167,-1.277579582,0.7249010648,408,1.684402744,0.368716966,8062.1016804 +168,-1.258418684,0.7241194816,408,1.684402744,0.368716966,8053.9912848 +169,-1.317813974,0.6804850104,408,1.684402744,0.368716966,8255.9140292 +170,-1.344165204,0.6790988904,408,1.684402744,0.368716966,8272.3077334 +171,-1.427582102,0.5277120351,408,1.684402744,0.368716966,8891.3024245 +172,-1.402238616,0.457167829,408,1.684402744,0.368716966,9165.716963 +173,-1.422454264,0.4996161999,408,1.684402744,0.368716966,9001.8183675 +174,-1.439089277,0.4894859811,408,1.684402744,0.368716966,9043.8007214 +175,-1.448126995,0.5182330266,408,1.684402744,0.368716966,8930.4695339 +176,-1.474626146,0.5881926574,408,1.684402744,0.368716966,8652.9578944 +177,-1.421139645,0.5584869783,408,1.684402744,0.368716966,8768.6492535 +178,-1.457037165,0.565943032,408,1.684402744,0.368716966,8741.6602035 +179,-2.757159358,0.3745319,408,1.684402744,0.368716966,6620.2574262 +180,-2.714309238,0.342054471,408,1.684402744,0.368716966,6819.3397438 +181,-2.000525337,0.774119946,408,1.684402744,0.368716966,7507.8031319 +183,-1.571413436,0.6777838382,408,1.684402744,0.368716966,8277.0278154 +184,-1.552860289,0.6987663893,408,1.684402744,0.368716966,8200.7945441 +185,-1.521852374,0.7165827476,408,1.684402744,0.368716966,8138.3958963 +186,-1.503656267,0.6928968252,408,1.684402744,0.368716966,8235.2829627 +187,-1.502753178,0.7136205882,408,1.684402744,0.368716966,8153.427368 +188,-1.631894563,0.7343596465,408,1.684402744,0.368716966,8027.930093 +189,-1.653765416,0.6770714026,408,1.684402744,0.368716966,8237.6829039 +190,-1.719812114,0.6715965947,408,1.684402744,0.368716966,8209.1391526 +191,-1.493406659,0.6646955447,408,1.684402744,0.368716966,8348.2819622 +192,-1.469120564,0.6613469966,408,1.684402744,0.368716966,8363.5231013 +193,-1.590551461,0.5326612937,408,1.684402744,0.368716966,8837.5768177 +194,-1.625979264,0.5247742243,408,1.684402744,0.368716966,8846.7556115 +195,-1.572293943,0.5238808754,408,1.684402744,0.368716966,8881.1568353 +196,-1.610848725,0.5477107964,408,1.684402744,0.368716966,8767.2468313 +197,-1.208485554,0.7918526018,408,1.684402744,0.368716966,7760.1484733 +198,-1.335601374,0.6869083083,408,1.684402744,0.368716966,8238.3212213 +199,-1.346156996,0.6825213377,408,1.684402744,0.368716966,8259.5842346 +200,-1.324381037,0.6741422347,408,1.684402744,0.368716966,8283.7209381 +201,-1.242424992,0.7378949807,408,1.684402744,0.368716966,7990.6291921 +202,-1.270370057,0.7392461008,408,1.684402744,0.368716966,8002.286978 +203,-1.448950472,0.7441675014,408,1.684402744,0.368716966,8035.6102672 +204,-1.492662363,0.7523026852,408,1.684402744,0.368716966,8001.6054335 +205,-1.479098966,0.7763855017,408,1.684402744,0.368716966,7907.4030254 +206,-1.633760714,0.7869022408,408,1.684402744,0.368716966,7822.2229011 +207,-1.647406434,0.8101289331,408,1.684402744,0.368716966,7724.853864 +208,-1.564245052,0.5701509278,408,1.684402744,0.368716966,8702.9694315 +209,-1.646289963,0.6833746083,408,1.684402744,0.368716966,8217.9491226 +210,-1.5820631,0.6751952144,408,1.684402744,0.368716966,8282.9809335 +211,-1.613236298,0.6681681791,408,1.684402744,0.368716966,8295.9328992 +212,-1.914661867,0.8212566515,408,1.684402744,0.368716966,7455.1479126 +213,-1.742133237,0.7250275956,408,1.684402744,0.368716966,7986.9923235 +214,-2.033144872,0.6557314699,408,1.684402744,0.368716966,7853.2207342 +215,-2.039551981,0.6964723658,408,1.684402744,0.368716966,7707.8036309 +216,-1.247341019,0.7622473908,408,1.684402744,0.368716966,7899.5508792 +217,-1.298239787,0.7084123392,408,1.684402744,0.368716966,8137.2819543 +218,-1.308539688,0.6926545592,408,1.684402744,0.368716966,8203.928721 +219,-1.303263185,0.6888938396,408,1.684402744,0.368716966,8216.0488522 +220,-1.852400229,0.6004246149,408,1.684402744,0.368716966,8326.5207504 +221,-1.288947707,0.7473773692,408,1.684402744,0.368716966,7980.5178699 +222,-1.372031502,0.7472790993,408,1.684402744,0.368716966,8012.4626533 +223,-1.289805721,0.7242157877,408,1.684402744,0.368716966,8071.3067553 +224,-1.350807603,0.7533498126,408,1.684402744,0.368716966,7982.4497943 +225,-1.329290365,0.7560442322,408,1.684402744,0.368716966,7964.3668719 +226,-1.410153004,0.616936428,408,1.684402744,0.368716966,8535.6783289 +227,-1.393445434,0.6308995063,408,1.684402744,0.368716966,8477.168978 +228,-1.37595573,0.6241540638,408,1.684402744,0.368716966,8499.2938126 +229,-1.358388707,0.6172645205,408,1.684402744,0.368716966,8520.779214 +230,-1.753741133,0.8281661666,408,1.684402744,0.368716966,7586.4947512 +231,-1.47430987,0.6834615681,408,1.684402744,0.368716966,8275.6859488 +232,-1.421012508,0.7222725206,408,1.684402744,0.368716966,8120.3945777 +233,-1.4476833,0.6978557868,408,1.684402744,0.368716966,8219.0077185 +234,-1.470370723,0.6966193374,408,1.684402744,0.368716966,8223.770052 +235,-1.429211703,0.7037216883,408,1.684402744,0.368716966,8194.6639403 +236,-1.700578405,0.6178673663,408,1.684402744,0.368716966,8430.492283 +237,-1.678117619,0.6331716163,408,1.684402744,0.368716966,8390.0189344 +238,-1.725644578,0.6316331145,408,1.684402744,0.368716966,8355.818908 +239,-2.14012759,0.7930497945,408,1.684402744,0.368716966,7226.5778514 +240,-2.103289431,0.7653606263,408,1.684402744,0.368716966,7376.5372152 +241,-1.318739838,0.7017808746,408,1.684402744,0.368716966,8172.8994684 +242,-1.396417427,0.7077900843,408,1.684402744,0.368716966,8173.9192778 +243,-1.35650337,0.7185539404,408,1.684402744,0.368716966,8121.2751504 +244,-1.248884539,0.7274156818,408,1.684402744,0.368716966,8035.2831192 +245,-1.395014798,0.5761185243,408,1.684402744,0.368716966,8693.9725713 +246,-1.433377362,0.6064716109,408,1.684402744,0.368716966,8580.0869233 +247,-1.408172432,0.5903155476,408,1.684402744,0.368716966,8640.6188941 +248,-1.749645898,0.7757118084,408,1.684402744,0.368716966,7788.5853734 +249,-1.571626686,0.615046989,408,1.684402744,0.368716966,8523.4995294 +250,-1.514070049,0.6303003037,408,1.684402744,0.368716966,8481.0035358 +251,-1.480890369,0.6237966528,408,1.684402744,0.368716966,8511.4963773 +252,-1.704390658,0.5281680612,408,1.684402744,0.368716966,8768.6304725 +253,-1.64434733,0.5254277498,408,1.684402744,0.368716966,8831.0579374 +254,-1.703855997,0.4792484842,408,1.684402744,0.368716966,8954.6036771 +255,-1.692002383,0.5748825051,408,1.684402744,0.368716966,8602.1342747 +256,-1.854136457,0.5544643913,408,1.684402744,0.368716966,8489.0713387 +257,-1.665021206,0.520317736,408,1.684402744,0.368716966,8834.3215213 +258,-1.733654349,0.4845187345,408,1.684402744,0.368716966,8902.2357283 +259,-1.720938188,0.5135933906,408,1.684402744,0.368716966,8806.9718466 +260,-1.742668307,0.553296122,408,1.684402744,0.368716966,8634.4138478 +261,-1.965659039,0.7142126903,408,1.684402744,0.368716966,7764.0904639 +262,-1.944438071,0.6772834804,408,1.684402744,0.368716966,7923.2890164 +263,-1.270340967,0.7681487096,408,1.684402744,0.368716966,7889.8974286 +264,-1.353091884,0.6549276821,408,1.684402744,0.368716966,8370.6441381 +265,-1.333236659,0.6413584414,408,1.684402744,0.368716966,8416.1746322 +266,-1.352015998,0.6753788907,408,1.684402744,0.368716966,8289.7772625 +267,-1.377988483,0.6577816235,408,1.684402744,0.368716966,8367.1823403 +268,-2.13075611,0.8318642051,408,1.684402744,0.368716966,7119.2650123 +269,-2.097910953,0.8259670014,408,1.684402744,0.368716966,7189.6993694 +270,-1.416382069,0.6694271549,408,1.684402744,0.368716966,8328.9601859 +271,-1.538905672,0.7535625993,408,1.684402744,0.368716966,7988.5272507 +272,-1.572309477,0.7803125099,408,1.684402744,0.368716966,7873.5133806 +273,-1.87759879,0.7503853417,408,1.684402744,0.368716966,7753.4109255 +274,1.152365588,0.590457682,408,1.684402744,0.368716966,2054.9895919 +275,0.350198001,0.718001859,408,1.684402744,0.368716966,4584.238914 +276,0.046513677,0.491503852,408,1.684402744,0.368716966,5765.5315367 +277,0.027510309,0.742571376,408,1.684402744,0.368716966,5486.440955 +278,0.306285725,-0.214631579,408,1.684402744,0.368716966,5834.0923143 +279,-1.100564889,0.318051531,408,1.684402744,0.368716966,9391.8365346 +280,-1.078582306,0.301437596,408,1.684402744,0.368716966,9409.4641555 +281,-1.137371989,-0.617634065,408,1.684402744,0.368716966,10959.678058 +282,0.784356344,0.703272339,408,1.684402744,0.368716966,3285.253433 +283,-1.221209947,0.218327455,408,1.684402744,0.368716966,9943.8231341 +284,2.347301921,-0.449114658,408,1.684402744,0.368716966,4121.1785386 +285,0.246820618,0.830553713,408,1.684402744,0.368716966,4807.0170674 +286,0.829414965,0.703288228,408,1.684402744,0.368716966,3150.7315288 +287,-1.337537566,0.42332223,408,1.684402744,0.368716966,9272.8847209 +288,0.882453706,0.454478077,408,1.684402744,0.368716966,2916.4700617 +289,1.575629659,0.416419109,408,1.684402744,0.368716966,440.56433684 +290,-1.039455679,0.229888244,408,1.684402744,0.368716966,9569.2750137 +291,0.489558039,0.934482747,408,1.684402744,0.368716966,4178.0876147 +292,0.081344504,0.88384514,408,1.684402744,0.368716966,5181.7820819 +293,-1.547979814,0.300350308,408,1.684402744,0.368716966,9770.3243774 +294,0.040776181,0.168560074,408,1.684402744,0.368716966,6247.4664563 +295,-1.130374745,0.563894876,408,1.684402744,0.368716966,8547.7138393 +296,1.578326642,0.478507176,408,1.684402744,0.368716966,579.28421023 +297,-1.12861823,-0.291640865,408,1.684402744,0.368716966,11176.35937 +298,0.310524208,0.770885792,408,1.684402744,0.368716966,4669.2259687 +299,0.415649091,-0.387246002,408,1.684402744,0.368716966,5742.1718323 +300,-0.926533878,-0.188022748,408,1.684402744,0.368716966,10304.828105 +301,1.258856172,-0.11716081,408,1.684402744,0.368716966,2538.0405725 +302,-1.126050026,0.322941926,408,1.684402744,0.368716966,9417.9756249 +303,2.002785835,0.07893892,408,1.684402744,0.368716966,1678.2767889 +304,0.440437607,0.746258085,408,1.684402744,0.368716966,4308.1911817 +305,-0.030391866,0.214441206,408,1.684402744,0.368716966,6436.2909337 +306,0.521557815,-0.058929362,408,1.684402744,0.368716966,4813.2090083 +307,-0.097005111,0.13317729,408,1.684402744,0.368716966,6799.9931486 +308,1.83113859,0.221857587,408,1.684402744,0.368716966,804.26147014 +309,0.222428864,0.099404236,408,1.684402744,0.368716966,5679.2490263 +310,-1.702731345,0.8728568183,408,1.684402744,0.368716966,7450.9524336 +311,-0.418507569,0.278324921,408,1.684402744,0.368716966,7663.7547482 +312,-1.41153306,0.339029988,408,1.684402744,0.368716966,9634.8821021 +313,0.357560442,0.114788776,408,1.684402744,0.368716966,5159.1327266 +314,0.325818979,0.268352149,408,1.684402744,0.368716966,5077.1770346 +315,-1.246004659,-0.663679965,408,1.684402744,0.368716966,11070.442433 +316,1.814603087,0.637404484,408,1.684402744,0.368716966,1155.1643575 +317,1.843704281,-0.18300445,408,1.684402744,0.368716966,2271.612223 +318,1.690644492,-0.211480909,408,1.684402744,0.368716966,2298.292147 +319,-1.275451936,0.068109467,408,1.684402744,0.368716966,10575.229534 +320,0.762430171,-0.207594741,408,1.684402744,0.368716966,4251.2285001 +321,0.265668905,-0.014647884,408,1.684402744,0.368716966,5681.5452538 +322,-2.773032013,-0.335515811,408,1.684402744,0.368716966,7599.4471276 +323,-1.469512853,0.174058777,408,1.684402744,0.368716966,10293.378925 +324,0.286276986,0.785925691,408,1.684402744,0.368716966,4728.1081144 +325,-1.379324697,0.377432233,408,1.684402744,0.368716966,9473.0522176 +326,-1.203778265,0.212813032,408,1.684402744,0.368716966,9938.1967504 +327,0.579916301,0.611743168,408,1.684402744,0.368716966,3913.7158738 +328,0.267582642,0.868113908,408,1.684402744,0.368716966,4731.3432455 +329,0.412869244,-0.050245578,408,1.684402744,0.368716966,5194.2282021 +330,0.17524381,0.976660285,408,1.684402744,0.368716966,4886.3860986 +331,0.743157214,0.204812899,408,1.684402744,0.368716966,3618.0946905 +332,-1.070758176,0.269382282,408,1.684402744,0.368716966,9503.6578222 +333,-1.230364251,0.329790229,408,1.684402744,0.368716966,9540.5948091 +334,-1.374813124,-0.024926835,408,1.684402744,0.368716966,11045.409141 +335,0.519780566,0.463669906,408,1.684402744,0.368716966,4189.7963487 +336,-1.55108034,0.239698561,408,1.684402744,0.368716966,10006.393869 +337,0.180294813,0.029739425,408,1.684402744,0.368716966,5933.1103794 +338,0.67820924,0.268170153,408,1.684402744,0.368716966,3786.7877692 +339,0.445798684,1.024001867,408,1.684402744,0.368716966,4301.6081342 +340,0.691751283,0.150521402,408,1.684402744,0.368716966,3876.9936248 +341,-1.036643551,-0.903056181,408,1.684402744,0.368716966,9963.5829724 +342,-0.120287036,1.083325163,408,1.684402744,0.368716966,5354.7819087 +343,2.823513113,-0.304487164,408,1.684402744,0.368716966,5162.5488998 +344,0.457583172,1.12513373,408,1.684402744,0.368716966,4324.9639165 +345,0.042918831,0.813795399,408,1.684402744,0.368716966,5356.5325584 +346,1.196146777,-0.853142756,408,1.684402744,0.368716966,5138.1015518 +347,0.206001358,-0.010430701,408,1.684402744,0.368716966,5895.5707054 +348,-0.268308653,0.234799412,408,1.684402744,0.368716966,7240.2261051 +349,0.759363263,0.736189579,408,1.684402744,0.368716966,3377.3285008 +350,0.181363926,0.891988372,408,1.684402744,0.368716966,4930.9786345 +351,-0.021111158,0.139103292,408,1.684402744,0.368716966,6515.7013911 +352,-0.093355215,0.630686981,408,1.684402744,0.368716966,5993.1024797 +353,0.40118964,0.681375926,408,1.684402744,0.368716966,4450.2706627 +354,-0.721197315,1.304706234,408,1.684402744,0.368716966,5561.5978038 +355,-1.076150317,0.212107639,408,1.684402744,0.368716966,9706.7947285 +356,-1.577164531,0.273993443,408,1.684402744,0.368716966,9855.7149202 +357,-0.190788414,0.182208586,408,1.684402744,0.368716966,7058.4957217 +358,-0.261349752,0.209710184,408,1.684402744,0.368716966,7260.0735425 +359,-1.029303852,0.083549259,408,1.684402744,0.368716966,10000.176712 +360,-1.268609162,0.330525297,408,1.684402744,0.368716966,9579.2306105 +361,1.282982244,-0.926641967,408,1.684402744,0.368716966,5313.0853842 +362,0.217352334,0.731352408,408,1.684402744,0.368716966,4962.5580224 +363,-1.511833084,0.258629297,408,1.684402744,0.368716966,9949.8619538 +364,0.338812194,0.823184618,408,1.684402744,0.368716966,4566.2823777 +365,-0.324406489,1.134201999,408,1.684402744,0.368716966,5588.1801688 +366,1.389579348,0.399185724,408,1.684402744,0.368716966,1088.8624656 +367,2.047152199,-0.039082036,408,1.684402744,0.368716966,2141.7733822 +368,0.947780369,0.568250077,408,1.684402744,0.368716966,2701.2909042 +369,0.763824846,0.576754987,408,1.684402744,0.368716966,3314.4191797 +370,-0.142334657,0.928153068,408,1.684402744,0.368716966,5637.5484558 +371,0.610266567,0.547265983,408,1.684402744,0.368716966,3833.5253192 +372,0.210731629,0.746815056,408,1.684402744,0.368716966,4968.3800007 +373,-1.34931644,0.316895224,408,1.684402744,0.368716966,9696.0654749 +374,2.407696481,0.655030745,408,1.684402744,0.368716966,2715.3752385 +375,0.64207831,0.545359131,408,1.684402744,0.368716966,3726.9114536 +376,1.174597538,0.840588356,408,1.684402744,0.368716966,2471.3052725 +377,0.660059424,0.010604079,408,1.684402744,0.368716966,4200.219594 +378,-0.730263819,0.010486456,408,1.684402744,0.368716966,9255.6362349 +379,0.831068936,0.512339172,408,1.684402744,0.368716966,3087.8303845 +380,1.301180979,0.72367476,408,1.684402744,0.368716966,1901.5953185 +381,1.811128231,0.322854402,408,1.684402744,0.368716966,505.8960481 +382,0.435105812,0.992284428,408,1.684402744,0.368716966,4315.4825717 +383,0.62643634,0.592027932,408,1.684402744,0.368716966,3766.7197358 +384,0.492988703,-0.516339467,408,1.684402744,0.368716966,5735.5567737 +385,-0.162469483,0.112549365,408,1.684402744,0.368716966,7068.7827872 +386,0.314630866,0.472006421,408,1.684402744,0.368716966,4890.8278592 +387,0.166744804,0.822815954,408,1.684402744,0.368716966,5023.7212188 +388,0.417159608,0.965805736,408,1.684402744,0.368716966,4350.7285768 +389,0.106334961,0.868774244,408,1.684402744,0.368716966,5135.6673844 +390,0.815086969,-0.338144359,408,1.684402744,0.368716966,4380.5028559 +391,0.59867455,-0.230624824,408,1.684402744,0.368716966,4843.4516247 +392,1.915104874,0.066220985,408,1.684402744,0.368716966,1491.5359555 +393,1.278093622,0.064463721,408,1.684402744,0.368716966,1974.678189 +394,-0.061477853,0.302997961,408,1.684402744,0.368716966,6410.2981094 +395,0.251311504,0.626976942,408,1.684402744,0.368716966,4951.9754656 +396,2.950242872,0.149095644,408,1.684402744,0.368716966,4887.7169948 +397,-0.180294708,0.35375117,408,1.684402744,0.368716966,6732.8452309 +398,1.010448592,-0.351180233,408,1.684402744,0.368716966,3865.7662284 +399,-1.748740498,0.3686318073,408,1.684402744,0.368716966,9312.9213681 +400,2.699635665,0.123533791,408,1.684402744,0.368716966,3996.9829921 +401,0.496808033,0.823843254,408,1.684402744,0.368716966,4141.4818629 +402,0.129574704,0.763364087,408,1.684402744,0.368716966,5180.3426564 +403,1.798920311,0.817447563,408,1.684402744,0.368716966,1815.2097538 +404,0.335987953,0.746786541,408,1.684402744,0.368716966,4610.0096735 +405,-1.085413643,0.292154671,408,1.684402744,0.368716966,9454.2262016 +406,-0.155321003,0.508207011,408,1.684402744,0.368716966,6384.900778 +407,0.620529244,-0.301175104,408,1.684402744,0.368716966,4908.4394425 +408,1.684402744,0.368716966,408,1.684402744,0.368716966,0 +409,0.300582244,-0.386397212,408,1.684402744,0.368716966,6123.7379987 +410,2.913555946,-0.009225192,408,1.684402744,0.368716966,4976.860688 +411,1.465101417,0.493232532,408,1.684402744,0.368716966,929.71456951 +412,0.090612882,0.907955955,408,1.684402744,0.368716966,5135.302475 +413,2.987564726,-0.729568594,408,1.684402744,0.368716966,6445.2373626 +414,-1.484261606,0.224149272,408,1.684402744,0.368716966,10093.143992 +415,0.164073421,0.303955133,408,1.684402744,0.368716966,5614.4224577 +416,0.141441293,0.167552546,408,1.684402744,0.368716966,5882.0331691 +417,2.931321023,-0.506718887,408,1.684402744,0.368716966,5886.2696308 +418,2.21951565,0.700596356,408,1.684402744,0.368716966,2229.3500392 +419,0.268112576,1.199114336,408,1.684402744,0.368716966,4643.865271 +420,0.978913739,0.359223811,408,1.684402744,0.368716966,2604.4692971 +421,1.210898818,0.522863584,408,1.684402744,0.368716966,1793.5419578 +422,2.347397336,0.129231362,408,1.684402744,0.368716966,2706.5182665 +423,0.614394501,0.556878345,408,1.684402744,0.368716966,3816.2843656 +424,-1.398079356,0.148483366,408,1.684402744,0.368716966,10382.347398 +425,2.535303836,-0.112984496,408,1.684402744,0.368716966,3817.4428111 +426,-1.019372593,-0.405322349,408,1.684402744,0.368716966,10833.370307 +427,-1.297785627,-0.160104069,408,1.684402744,0.368716966,11417.91696 +428,2.144554488,0.205051084,408,1.684402744,0.368716966,1860.9979785 +429,-2.242387083,-0.426171285,408,1.684402744,0.368716966,9579.3001323 +430,0.338637212,0.909723676,408,1.684402744,0.368716966,4538.6717986 +431,-0.148798452,0.691042401,408,1.684402744,0.368716966,6050.5482004 +432,0.893524764,0.441829531,408,1.684402744,0.368716966,2880.1924297 +433,0.969229347,-0.368847936,408,1.684402744,0.368716966,4023.643999 +434,0.436043248,0.800045688,408,1.684402744,0.368716966,4308.5553533 +435,1.687946607,1.081504775,408,1.684402744,0.368716966,2823.3691865 +436,0.522302046,-0.034889271,408,1.684402744,0.368716966,4772.1058201 +437,-0.178996113,-0.438090009,408,1.684402744,0.368716966,7837.0161638 +438,-1.094339566,0.301444068,408,1.684402744,0.368716966,9438.6048592 +439,-1.064070054,0.242569932,408,1.684402744,0.368716966,9580.1312716 +440,-1.068153768,0.230387998,408,1.684402744,0.368716966,9629.2166372 +441,-3.00496892,-0.23989155,408,1.684402744,0.368716966,6644.5253753 +442,0.21751974,0.766874888,408,1.684402744,0.368716966,4932.7043938 +443,0.117229532,0.007619006,408,1.684402744,0.368716966,6197.660957 +444,0.777758451,0.420554741,408,1.684402744,0.368716966,3302.9826212 +445,-0.252356999,0.250747086,408,1.684402744,0.368716966,7157.1852942 +446,0.363148444,0.768483434,408,1.684402744,0.368716966,4521.9215598 +447,0.903191366,-0.118210676,408,1.684402744,0.368716966,3597.1596486 +448,-0.205755923,0.149406178,408,1.684402744,0.368716966,7165.4138474 +449,1.811996086,0.02364353,408,1.684402744,0.368716966,1453.0014208 +450,-1.100670221,0.314845373,408,1.684402744,0.368716966,9403.2439623 +451,0.340078597,0.850105132,408,1.684402744,0.368716966,4552.8492826 +452,0.258757267,0.804969236,408,1.684402744,0.368716966,4791.574736 +453,2.78505352,-0.155160804,408,1.684402744,0.368716966,4755.5961556 +454,0.800551619,0.105822106,408,1.684402744,0.368716966,3541.0488894 +455,0.437940882,-0.506194031,408,1.684402744,0.368716966,5883.9083982 +456,2.230431122,0.63458615,408,1.684402744,0.368716966,2154.8518227 +457,0.527965361,0.127667701,408,1.684402744,0.368716966,4512.1278824 +458,-0.063643205,0.702093448,408,1.684402744,0.368716966,5796.5214272 +459,1.408447268,0.133010502,408,1.684402744,0.368716966,1409.3082634 +460,0.523795955,0.280266966,408,1.684402744,0.368716966,4341.2292159 +461,-0.975769313,0.072177659,408,1.684402744,0.368716966,9885.8671302 +462,0.549774164,-0.463663986,408,1.684402744,0.368716966,5459.5695974 +463,0.29245874,1.095549818,408,1.684402744,0.368716966,4607.4248774 +464,0.143625958,0.816809593,408,1.684402744,0.368716966,5089.9788105 +465,0.671902494,0.611159853,408,1.684402744,0.368716966,3615.7371336 +466,1.239840988,0.6724199,408,1.684402744,0.368716966,1932.6955543 +467,0.607829703,-0.10932137,408,1.684402744,0.368716966,4589.732206 +468,1.763020906,0.263996692,408,1.684402744,0.368716966,509.44534192 +469,0.378714634,0.726066797,408,1.684402744,0.368716966,4496.0628308 +470,2.196736143,-0.153862366,408,1.684402744,0.368716966,2873.6201468 +471,0.01702415,0.148991565,408,1.684402744,0.368716966,6362.3852306 +472,-2.998490902,-0.158002487,408,1.684402744,0.368716966,6554.5508707 +473,-3.051262951,-0.346595608,408,1.684402744,0.368716966,6626.7066798 +474,-1.069176439,0.182802941,408,1.684402744,0.368716966,9788.2024017 +475,0.167157509,0.595344954,408,1.684402744,0.368716966,5247.7927621 +476,0.613855648,0.681746124,408,1.684402744,0.368716966,3797.7317552 +477,1.037012736,0.682555367,408,1.684402744,0.368716966,2517.7154071 +478,-1.253574971,0.379755746,408,1.684402744,0.368716966,9376.4025659 +479,3.108590453,-0.132620738,408,1.684402744,0.368716966,5875.250263 +480,0.565301296,0.022333262,408,1.684402744,0.368716966,4526.3993535 +481,0.547898238,0.855555614,408,1.684402744,0.368716966,4011.7049564 +482,0.948309381,0.417393755,408,1.684402744,0.368716966,2690.4930484 +483,-0.050600732,0.945269213,408,1.684402744,0.368716966,5412.6487933 +484,-0.977651478,-0.572363064,408,1.684402744,0.368716966,10576.277325 +485,1.102014914,0.728861163,408,1.684402744,0.368716966,2405.8425516 +486,2.927300795,-0.282939414,408,1.684402744,0.368716966,5473.4322958 +487,-1.154565557,0.124434095,408,1.684402744,0.368716966,10163.309072 +488,1.855331234,0.291044755,408,1.684402744,0.368716966,710.32691526 +489,0.830290659,0.276904518,408,1.684402744,0.368716966,3216.9855248 +490,0.485104466,-0.234867441,408,1.684402744,0.368716966,5239.6897953 +491,0.521367572,-0.33161327,408,1.684402744,0.368716966,5292.8579534 +1,-1.539031704,0.7349710123,409,0.300582244,-0.386397212,8005.4408741 +2,-1.536990553,0.7349663874,409,0.300582244,-0.386397212,7999.489937 +3,-1.534951779,0.7349571355,409,0.300582244,-0.386397212,7993.5444849 +4,-1.532906461,0.7349480293,409,0.300582244,-0.386397212,7987.5809426 +5,-1.531320211,0.7346937278,409,0.300582244,-0.386397212,7982.8271323 +6,-1.539451648,0.7335131775,409,0.300582244,-0.386397212,8005.9293146 +7,-1.537429487,0.7335445708,409,0.300582244,-0.386397212,8000.044682 +8,-1.535484998,0.7335658704,409,0.300582244,-0.386397212,7994.3827038 +9,-1.533488396,0.7336036027,409,0.300582244,-0.386397212,7988.5783814 +10,-1.531497785,0.7335842962,409,0.300582244,-0.386397212,7982.7629019 +11,-1.530259379,0.7334777758,409,0.300582244,-0.386397212,7979.0954072 +12,-1.5335454,0.7322346912,409,0.300582244,-0.386397212,7988.0307895 +13,-1.531489083,0.7322238773,409,0.300582244,-0.386397212,7982.0212316 +14,-1.530011122,0.7321679851,409,0.300582244,-0.386397212,7977.6769074 +15,-1.53348106,0.7306614094,409,0.300582244,-0.386397212,7987.0179414 +16,-1.531441779,0.7306962275,409,0.300582244,-0.386397212,7981.0745192 +17,-1.529755654,0.7306933243,409,0.300582244,-0.386397212,7976.1444393 +18,-1.533415048,0.7291384674,409,0.300582244,-0.386397212,7986.02173 +19,-1.531392093,0.7291705353,409,0.300582244,-0.386397212,7980.1172121 +20,-1.529296523,0.7291214933,409,0.300582244,-0.386397212,7973.957819 +21,-1.535280942,0.727267644,409,0.300582244,-0.386397212,7990.5003875 +22,-1.533378158,0.7276139666,409,0.300582244,-0.386397212,7985.1052541 +23,-1.531340368,0.7276446587,409,0.300582244,-0.386397212,7979.1491576 +24,-1.528960113,0.7276398177,409,0.300582244,-0.386397212,7972.1717071 +25,-1.533313146,0.7260818349,409,0.300582244,-0.386397212,7984.0975832 +26,-1.531259555,0.7260958115,409,0.300582244,-0.386397212,7978.0786684 +27,-1.528926415,0.7260865555,409,0.300582244,-0.386397212,7971.2281544 +28,-1.531226779,0.7245511789,409,0.300582244,-0.386397212,7977.1465721 +29,-1.528904772,0.7245519194,409,0.300582244,-0.386397212,7970.3255398 +30,-1.547195875,0.7409785979,409,0.300582244,-0.386397212,8032.1174193 +31,-1.5451475,0.740980426,409,0.300582244,-0.386397212,8026.1752275 +32,-1.543097679,0.7409798872,409,0.300582244,-0.386397212,8020.2286515 +33,-1.540720364,0.7409892687,409,0.300582244,-0.386397212,8013.3380728 +34,-1.547188511,0.7395198392,409,0.300582244,-0.386397212,8031.4045638 +35,-1.545148587,0.7395226109,409,0.300582244,-0.386397212,8025.4799687 +36,-1.543104538,0.7395314908,409,0.300582244,-0.386397212,8019.5473206 +37,-1.540727751,0.7395306258,409,0.300582244,-0.386397212,8012.6447323 +38,-1.547187029,0.7380014886,409,0.300582244,-0.386397212,8030.6761816 +39,-1.545147315,0.7380012252,409,0.300582244,-0.386397212,8024.7430737 +40,-1.54310719,0.7380060743,409,0.300582244,-0.386397212,8018.8122002 +41,-1.540719671,0.7380068206,409,0.300582244,-0.386397212,8011.8702386 +42,-1.547187189,0.7364799098,409,0.300582244,-0.386397212,8029.9465942 +43,-1.545149996,0.7364853874,409,0.300582244,-0.386397212,8024.0159554 +44,-1.543106091,0.7364823484,409,0.300582244,-0.386397212,8018.0625817 +45,-1.540717158,0.7364893901,409,0.300582244,-0.386397212,8011.1106655 +46,-1.538663972,0.7410138672,409,0.300582244,-0.386397212,8007.3869469 +47,-1.53695285,0.7409699132,409,0.300582244,-0.386397212,8002.403868 +48,-1.534910498,0.7409641297,409,0.300582244,-0.386397212,7996.4800743 +49,-1.533145034,0.7409536636,409,0.300582244,-0.386397212,7991.35735 +50,-1.538681336,0.7395405883,409,0.300582244,-0.386397212,8006.7079403 +51,-1.536999189,0.7395183096,409,0.300582244,-0.386397212,8001.8134623 +52,-1.534923633,0.7395144222,409,0.300582244,-0.386397212,7995.7868854 +53,-1.533267822,0.7395654306,409,0.300582244,-0.386397212,7991.0073612 +54,-1.53867273,0.7380151077,409,0.300582244,-0.386397212,8005.9234105 +55,-1.536980576,0.7379994392,409,0.300582244,-0.386397212,8000.9967778 +56,-1.534931522,0.7379944961,409,0.300582244,-0.386397212,7995.0389023 +57,-1.533387952,0.7379480264,409,0.300582244,-0.386397212,7990.5294993 +58,-1.538682279,0.7364914363,409,0.300582244,-0.386397212,8005.1881832 +59,-1.536980704,0.7364810563,409,0.300582244,-0.386397212,8000.2304104 +60,-1.534935567,0.7364752065,409,0.300582244,-0.386397212,7994.2757986 +61,-1.533042592,0.7363876366,409,0.300582244,-0.386397212,7988.7226437 +62,-1.545143426,0.7349628011,409,0.300582244,-0.386397212,8023.2541961 +63,-1.543105297,0.7349691947,409,0.300582244,-0.386397212,8017.3146586 +64,-1.541064533,0.7349647152,409,0.300582244,-0.386397212,8011.3630248 +65,-1.545411803,0.7334624714,409,0.300582244,-0.386397212,8023.3016839 +66,-1.543446606,0.7334780896,409,0.300582244,-0.386397212,8017.5720078 +67,-1.541475327,0.7334957295,409,0.300582244,-0.386397212,8011.8266337 +68,-1.545401939,0.731963266,409,0.300582244,-0.386397212,8022.5340056 +69,-1.54342253,0.7319915583,409,0.300582244,-0.386397212,8016.7619448 +70,-1.541455867,0.7320216438,409,0.300582244,-0.386397212,8011.029212 +71,-1.545410146,0.7304422281,409,0.300582244,-0.386397212,8021.8040136 +72,-1.543435491,0.7304713664,409,0.300582244,-0.386397212,8016.039007 +73,-1.541463105,0.7304997613,409,0.300582244,-0.386397212,8010.2814489 +74,-1.545414768,0.7289194936,409,0.300582244,-0.386397212,8021.0583179 +75,-1.543435774,0.7289538557,409,0.300582244,-0.386397212,8015.2759836 +76,-1.541457714,0.7289765881,409,0.300582244,-0.386397212,8009.491702 +77,-1.539449415,0.7320555866,409,0.300582244,-0.386397212,8005.1833781 +78,-1.537429183,0.7321097681,409,0.300582244,-0.386397212,7999.3089596 +79,-1.535472649,0.7321497267,409,0.300582244,-0.386397212,7993.6147058 +80,-1.539457899,0.7305333307,409,0.300582244,-0.386397212,8004.4317031 +81,-1.537453161,0.7305750503,409,0.300582244,-0.386397212,7998.5888124 +82,-1.535479385,0.7306124949,409,0.300582244,-0.386397212,7992.8356018 +83,-1.53946905,0.7290102593,409,0.300582244,-0.386397212,8003.683123 +84,-1.537459922,0.7290417293,409,0.300582244,-0.386397212,7997.8147326 +85,-1.535451349,0.7290890157,409,0.300582244,-0.386397212,7991.95753 +86,-1.535522937,0.7279887191,409,0.300582244,-0.386397212,7991.5896902 +87,-1.539442524,0.7274735939,409,0.300582244,-0.386397212,8002.8127283 +88,-1.537424111,0.727521351,409,0.300582244,-0.386397212,7996.9182219 +89,-1.539384641,0.7259505092,409,0.300582244,-0.386397212,8001.8526807 +90,-1.537372391,0.7259947145,409,0.300582244,-0.386397212,7995.9671247 +91,-1.535340789,0.7260435356,409,0.300582244,-0.386397212,7990.0286148 +92,-1.539325716,0.7244369706,409,0.300582244,-0.386397212,8000.8897819 +93,-1.537308932,0.7244801057,409,0.300582244,-0.386397212,7994.9831333 +94,-1.535289068,0.7245247645,409,0.300582244,-0.386397212,7989.0696486 +95,-1.533261366,0.7245550236,409,0.300582244,-0.386397212,7983.1268187 +96,-1.539267302,0.722921924,409,0.300582244,-0.386397212,7999.9228685 +97,-1.537248972,0.7229660258,409,0.300582244,-0.386397212,7994.0049728 +98,-1.535219431,0.7229916471,409,0.300582244,-0.386397212,7988.0455987 +99,-1.53318962,0.7230212049,409,0.300582244,-0.386397212,7982.0888261 +100,-1.531154816,0.7230299897,409,0.300582244,-0.386397212,7976.1073432 +101,-1.528878341,0.7230370244,409,0.300582244,-0.386397212,7969.4152375 +102,-1.539218189,0.7214009878,409,0.300582244,-0.386397212,7998.9755276 +103,-1.537198791,0.7214422745,409,0.300582244,-0.386397212,7993.0457483 +104,-1.535179266,0.7214634354,409,0.300582244,-0.386397212,7987.1061503 +105,-1.533156501,0.7214944644,409,0.300582244,-0.386397212,7981.1635889 +106,-1.53113574,0.7215166021,409,0.300582244,-0.386397212,7975.2233722 +107,-1.528874248,0.7215345535,409,0.300582244,-0.386397212,7968.573196 +108,-1.539217656,0.7198512397,409,0.300582244,-0.386397212,7998.1515318 +109,-1.537199919,0.7199428763,409,0.300582244,-0.386397212,7992.2462958 +110,-1.545425832,0.727397149,409,0.300582244,-0.386397212,8020.3273486 +111,-1.543371177,0.7273916949,409,0.300582244,-0.386397212,8014.2955634 +112,-1.541368852,0.7274523163,409,0.300582244,-0.386397212,8008.4521133 +113,-1.545349067,0.7258710923,409,0.300582244,-0.386397212,8019.3321074 +114,-1.54332671,0.7258603556,409,0.300582244,-0.386397212,8013.3849202 +115,-1.541346831,0.7259242142,409,0.300582244,-0.386397212,8007.6018329 +116,-1.545324355,0.7243383958,409,0.300582244,-0.386397212,8018.4816333 +117,-1.543292796,0.7243617413,409,0.300582244,-0.386397212,8012.517368 +118,-1.541295822,0.7244024384,409,0.300582244,-0.386397212,8006.6650182 +119,-1.543193859,0.7205570215,409,0.300582244,-0.386397212,8010.2567592 +120,-1.550257047,0.7386738187,409,0.300582244,-0.386397212,8039.9238427 +121,-1.549335448,0.7311736483,409,0.300582244,-0.386397212,8033.6517623 +122,-1.533478843,0.7179891343,409,0.300582244,-0.386397212,7980.1989879 +123,-1.556150555,0.738907041,409,0.300582244,-0.386397212,8057.1717834 +124,-1.554324226,0.733414257,409,0.300582244,-0.386397212,8049.3099407 +125,-1.554290846,0.7288285332,409,0.300582244,-0.386397212,8047.0382453 +126,-1.55122487,0.7219795312,409,0.300582244,-0.386397212,8034.6724686 +127,-1.525104458,0.7229399862,409,0.300582244,-0.386397212,7958.2634098 +128,-1.519607711,0.7236181429,409,0.300582244,-0.386397212,7942.4934557 +129,-1.513899999,0.7251107854,409,0.300582244,-0.386397212,7926.6051159 +130,-1.536620762,0.7431061895,409,0.300582244,-0.386397212,8002.5024592 +131,-1.5369566,0.7460845958,409,0.300582244,-0.386397212,8004.9373423 +132,-1.545345528,0.7447040685,409,0.300582244,-0.386397212,8028.5133844 +133,-1.532813921,0.7432306626,409,0.300582244,-0.386397212,7991.5502242 +134,-1.554788248,0.7382381001,409,0.300582244,-0.386397212,8052.9028417 +135,-1.540348126,0.7301594274,409,0.300582244,-0.386397212,8006.8456027 +136,-1.538016084,0.7239051786,409,0.300582244,-0.386397212,7996.7590763 +137,-1.525288962,0.7258085137,409,0.300582244,-0.386397212,7960.4043272 +138,-1.534326986,0.731241342,409,0.300582244,-0.386397212,7989.7947671 +139,-1.530733872,0.7303625216,409,0.300582244,-0.386397212,7978.8274444 +141,-1.534354939,0.7328219978,409,0.300582244,-0.386397212,7990.7002203 +142,-1.53157084,0.7292888153,409,0.300582244,-0.386397212,7980.7034459 +143,-1.525691035,0.7263799874,409,0.300582244,-0.386397212,7961.8999179 +144,-1.534031287,0.7495967835,409,0.300582244,-0.386397212,7998.2235793 +145,-1.527714986,0.7283095957,409,0.300582244,-0.386397212,7968.8885643 +146,-1.526189586,0.7271468292,409,0.300582244,-0.386397212,7963.7841079 +147,-1.555177336,0.7375563366,409,0.300582244,-0.386397212,8053.72235 +148,-1.555080283,0.7312707794,409,0.300582244,-0.386397212,8050.5120642 +149,-1.53856994,0.7224180299,409,0.300582244,-0.386397212,7997.6036805 +150,-1.530837883,0.729933372,409,0.300582244,-0.386397212,7978.9027307 +151,-1.515066984,0.5854133365,409,0.300582244,-0.386397212,7831.9959445 +152,-1.534731633,0.5368370046,409,0.300582244,-0.386397212,7855.5440502 +153,-1.515231902,0.5607085576,409,0.300582244,-0.386397212,7811.7956382 +154,-2.616253799,1.0684566605,409,0.300582244,-0.386397212,9672.4818326 +155,-1.956071439,0.5792177723,409,0.300582244,-0.386397212,9277.9619007 +156,-1.951208514,0.5602434208,409,0.300582244,-0.386397212,9261.5523214 +157,-1.944675062,0.6062144545,409,0.300582244,-0.386397212,9238.6250986 +158,-1.613778386,0.6077989518,409,0.300582244,-0.386397212,8166.0138859 +159,-2.035029014,0.6021432345,409,0.300582244,-0.386397212,9533.5670383 +160,-2.114989471,0.6801825058,409,0.300582244,-0.386397212,9737.6619774 +161,-2.037382079,0.5765830025,409,0.300582244,-0.386397212,9547.9017563 +162,-2.129855121,0.6585019963,409,0.300582244,-0.386397212,9801.5448124 +163,-2.075141798,0.6493615843,409,0.300582244,-0.386397212,9639.2527468 +164,-1.828626729,0.6948433129,409,0.300582244,-0.386397212,8862.1311319 +165,-1.863329418,0.6735427691,409,0.300582244,-0.386397212,8971.4818929 +166,-1.266037071,0.727988852,409,0.300582244,-0.386397212,7214.0334485 +167,-1.277579582,0.7249010648,409,0.300582244,-0.386397212,7243.1940716 +168,-1.258418684,0.7241194816,409,0.300582244,-0.386397212,7187.9445642 +169,-1.317813974,0.6804850104,409,0.300582244,-0.386397212,7310.4391344 +170,-1.344165204,0.6790988904,409,0.300582244,-0.386397212,7387.1578306 +171,-1.427582102,0.5277120351,409,0.300582244,-0.386397212,7492.0230259 +172,-1.402238616,0.457167829,409,0.300582244,-0.386397212,7328.550255 +173,-1.422454264,0.4996161999,409,0.300582244,-0.386397212,7444.7992044 +174,-1.439089277,0.4894859811,409,0.300582244,-0.386397212,7489.5303765 +175,-1.448126995,0.5182330266,409,0.300582244,-0.386397212,7550.1479778 +176,-1.474626146,0.5881926574,409,0.300582244,-0.386397212,7704.1272882 +177,-1.421139645,0.5584869783,409,0.300582244,-0.386397212,7502.9594455 +178,-1.457037165,0.565943032,409,0.300582244,-0.386397212,7626.8238527 +179,-2.757159358,0.3745319,409,0.300582244,-0.386397212,12131.918832 +180,-2.714309238,0.342054471,409,0.300582244,-0.386397212,11943.182446 +181,-2.000525337,0.774119946,409,0.300582244,-0.386397212,9322.7084337 +183,-1.571413436,0.6777838382,409,0.300582244,-0.386397212,8072.410979 +184,-1.552860289,0.6987663893,409,0.300582244,-0.386397212,8027.4817399 +185,-1.521852374,0.7165827476,409,0.300582244,-0.386397212,7945.0546466 +186,-1.503656267,0.6928968252,409,0.300582244,-0.386397212,7876.1051586 +187,-1.502753178,0.7136205882,409,0.300582244,-0.386397212,7886.8141574 +188,-1.631894563,0.7343596465,409,0.300582244,-0.386397212,8276.7894459 +189,-1.653765416,0.6770714026,409,0.300582244,-0.386397212,8324.6279214 +190,-1.719812114,0.6715965947,409,0.300582244,-0.386397212,8526.9098504 +191,-1.493406659,0.6646955447,409,0.300582244,-0.386397212,7825.3023672 +192,-1.469120564,0.6613469966,409,0.300582244,-0.386397212,7748.3512177 +193,-1.590551461,0.5326612937,409,0.300582244,-0.386397212,8038.2008749 +194,-1.625979264,0.5247742243,409,0.300582244,-0.386397212,8151.1454311 +195,-1.572293943,0.5238808754,409,0.300582244,-0.386397212,7969.9892575 +196,-1.610848725,0.5477107964,409,0.300582244,-0.386397212,8117.1704285 +197,-1.208485554,0.7918526018,409,0.300582244,-0.386397212,7133.2366195 +198,-1.335601374,0.6869083083,409,0.300582244,-0.386397212,7369.8978674 +199,-1.346156996,0.6825213377,409,0.300582244,-0.386397212,7396.6077746 +200,-1.324381037,0.6741422347,409,0.300582244,-0.386397212,7323.0321924 +201,-1.242424992,0.7378949807,409,0.300582244,-0.386397212,7159.4243653 +202,-1.270370057,0.7392461008,409,0.300582244,-0.386397212,7239.1827195 +203,-1.448950472,0.7441675014,409,0.300582244,-0.386397212,7750.5532151 +204,-1.492662363,0.7523026852,409,0.300582244,-0.386397212,7881.0049096 +205,-1.479098966,0.7763855017,409,0.300582244,-0.386397212,7856.7119711 +206,-1.633760714,0.7869022408,409,0.300582244,-0.386397212,8293.2865503 +207,-1.647406434,0.8101289331,409,0.300582244,-0.386397212,8333.4118865 +208,-1.564245052,0.5701509278,409,0.300582244,-0.386397212,7979.896845 +209,-1.646289963,0.6833746083,409,0.300582244,-0.386397212,8303.9250415 +210,-1.5820631,0.6751952144,409,0.300582244,-0.386397212,8103.6424494 +211,-1.613236298,0.6681681791,409,0.300582244,-0.386397212,8196.0983819 +212,-1.914661867,0.8212566515,409,0.300582244,-0.386397212,9050.6887923 +213,-1.742133237,0.7250275956,409,0.300582244,-0.386397212,8600.6414507 +214,-2.033144872,0.6557314699,409,0.300582244,-0.386397212,9504.8097182 +215,-2.039551981,0.6964723658,409,0.300582244,-0.386397212,9498.5916265 +216,-1.247341019,0.7622473908,409,0.300582244,-0.386397212,7201.9948473 +217,-1.298239787,0.7084123392,409,0.300582244,-0.386397212,7283.8808571 +218,-1.308539688,0.6926545592,409,0.300582244,-0.386397212,7296.4630195 +219,-1.303263185,0.6888938396,409,0.300582244,-0.386397212,7276.8332862 +220,-1.852400229,0.6004246149,409,0.300582244,-0.386397212,8937.6549583 +221,-1.288947707,0.7473773692,409,0.300582244,-0.386397212,7300.2309358 +222,-1.372031502,0.7472790993,409,0.300582244,-0.386397212,7533.8498393 +223,-1.289805721,0.7242157877,409,0.300582244,-0.386397212,7277.1977027 +224,-1.350807603,0.7533498126,409,0.300582244,-0.386397212,7479.5412373 +225,-1.329290365,0.7560442322,409,0.300582244,-0.386397212,7421.8764067 +226,-1.410153004,0.616936428,409,0.300582244,-0.386397212,7526.3887583 +227,-1.393445434,0.6308995063,409,0.300582244,-0.386397212,7488.0588954 +228,-1.37595573,0.6241540638,409,0.300582244,-0.386397212,7427.0188847 +229,-1.358388707,0.6172645205,409,0.300582244,-0.386397212,7365.1962286 +230,-1.753741133,0.8281661666,409,0.300582244,-0.386397212,8618.6486294 +231,-1.47430987,0.6834615681,409,0.300582244,-0.386397212,7781.1077599 +232,-1.421012508,0.7222725206,409,0.300582244,-0.386397212,7653.2470362 +233,-1.4476833,0.6978557868,409,0.300582244,-0.386397212,7712.3229882 +234,-1.470370723,0.6966193374,409,0.300582244,-0.386397212,7779.0063867 +235,-1.429211703,0.7037216883,409,0.300582244,-0.386397212,7662.2351653 +236,-1.700578405,0.6178673663,409,0.300582244,-0.386397212,8450.0035225 +237,-1.678117619,0.6331716163,409,0.300582244,-0.386397212,8384.2873369 +238,-1.725644578,0.6316331145,409,0.300582244,-0.386397212,8534.992669 +239,-2.14012759,0.7930497945,409,0.300582244,-0.386397212,9673.6013832 +240,-2.103289431,0.7653606263,409,0.300582244,-0.386397212,9613.4654998 +241,-1.318739838,0.7017808746,409,0.300582244,-0.386397212,7336.1414198 +242,-1.396417427,0.7077900843,409,0.300582244,-0.386397212,7569.1299022 +243,-1.35650337,0.7185539404,409,0.300582244,-0.386397212,7462.7945067 +244,-1.248884539,0.7274156818,409,0.300582244,-0.386397212,7164.9315192 +245,-1.395014798,0.5761185243,409,0.300582244,-0.386397212,7437.0698877 +246,-1.433377362,0.6064716109,409,0.300582244,-0.386397212,7589.4383093 +247,-1.408172432,0.5903155476,409,0.300582244,-0.386397212,7493.7161289 +248,-1.749645898,0.7757118084,409,0.300582244,-0.386397212,8619.0779339 +249,-1.571626686,0.615046989,409,0.300582244,-0.386397212,8035.5274787 +250,-1.514070049,0.6303003037,409,0.300582244,-0.386397212,7863.9852645 +251,-1.480890369,0.6237966528,409,0.300582244,-0.386397212,7754.5691227 +252,-1.704390658,0.5281680612,409,0.300582244,-0.386397212,8418.0667455 +253,-1.64434733,0.5254277498,409,0.300582244,-0.386397212,8213.5167027 +254,-1.703855997,0.4792484842,409,0.300582244,-0.386397212,8383.9453216 +255,-1.692002383,0.5748825051,409,0.300582244,-0.386397212,8402.683987 +256,-1.854136457,0.5544643913,409,0.300582244,-0.386397212,8934.6247994 +257,-1.665021206,0.520317736,409,0.300582244,-0.386397212,8279.8127792 +258,-1.733654349,0.4845187345,409,0.300582244,-0.386397212,8490.5721953 +259,-1.720938188,0.5135933906,409,0.300582244,-0.386397212,8465.4213785 +260,-1.742668307,0.553296122,409,0.300582244,-0.386397212,8560.3586333 +261,-1.965659039,0.7142126903,409,0.300582244,-0.386397212,9267.2488159 +262,-1.944438071,0.6772834804,409,0.300582244,-0.386397212,9220.6773702 +263,-1.270340967,0.7681487096,409,0.300582244,-0.386397212,7271.6511887 +264,-1.353091884,0.6549276821,409,0.300582244,-0.386397212,7388.8314261 +265,-1.333236659,0.6413584414,409,0.300582244,-0.386397212,7313.9308651 +266,-1.352015998,0.6753788907,409,0.300582244,-0.386397212,7406.7299209 +267,-1.377988483,0.6577816235,409,0.300582244,-0.386397212,7467.2413667 +268,-2.13075611,0.8318642051,409,0.300582244,-0.386397212,9590.4628488 +269,-2.097910953,0.8259670014,409,0.300582244,-0.386397212,9518.2577158 +270,-1.416382069,0.6694271549,409,0.300582244,-0.386397212,7594.5663021 +271,-1.538905672,0.7535625993,409,0.300582244,-0.386397212,8014.1267376 +272,-1.572309477,0.7803125099,409,0.300582244,-0.386397212,8119.6111072 +273,-1.87759879,0.7503853417,409,0.300582244,-0.386397212,8991.677359 +274,1.152365588,0.590457682,409,0.300582244,-0.386397212,5027.5830596 +275,0.350198001,0.718001859,409,0.300582244,-0.386397212,4378.3308034 +276,0.046513677,0.491503852,409,0.300582244,-0.386397212,3610.4953607 +277,0.027510309,0.742571376,409,0.300582244,-0.386397212,4581.930749 +278,0.306285725,-0.214631579,409,0.300582244,-0.386397212,680.70471218 +279,-1.100564889,0.318051531,409,0.300582244,-0.386397212,6100.3144651 +280,-1.078582306,0.301437596,409,0.300582244,-0.386397212,5997.6953016 +281,-1.137371989,-0.617634065,409,0.300582244,-0.386397212,4938.9855177 +282,0.784356344,0.703272339,409,0.300582244,-0.386397212,4670.6373938 +283,-1.221209947,0.218327455,409,0.300582244,-0.386397212,6369.8207148 +284,2.347301921,-0.449114658,409,0.300582244,-0.386397212,7095.1628114 +285,0.246820618,0.830553713,409,0.300582244,-0.386397212,4824.1533853 +286,0.829414965,0.703288228,409,0.300582244,-0.386397212,4736.6206059 +287,-1.337537566,0.42332223,409,0.300582244,-0.386397212,7066.5401821 +288,0.882453706,0.454478077,409,0.300582244,-0.386397212,4009.9961972 +289,1.575629659,0.416419109,409,0.300582244,-0.386397212,5847.1912211 +290,-1.039455679,0.229888244,409,0.300582244,-0.386397212,5743.8334242 +291,0.489558039,0.934482747,409,0.300582244,-0.386397212,5272.0133721 +292,0.081344504,0.88384514,409,0.300582244,-0.386397212,5089.6087814 +293,-1.547979814,0.300350308,409,0.300582244,-0.386397212,7655.6765026 +294,0.040776181,0.168560074,409,0.300582244,-0.386397212,2418.7697868 +295,-1.130374745,0.563894876,409,0.300582244,-0.386397212,6588.0552351 +296,1.578326642,0.478507176,409,0.300582244,-0.386397212,5968.2468914 +297,-1.12861823,-0.291640865,409,0.300582244,-0.386397212,5288.1958845 +298,0.310524208,0.770885792,409,0.300582244,-0.386397212,4584.1400114 +299,0.415649091,-0.387246002,409,0.300582244,-0.386397212,422.08367124 +300,-0.926533878,-0.188022748,409,0.300582244,-0.386397212,4690.560203 +301,1.258856172,-0.11716081,409,0.300582244,-0.386397212,3805.3366513 +302,-1.126050026,0.322941926,409,0.300582244,-0.386397212,6195.7948484 +303,2.002785835,0.07893892,409,0.300582244,-0.386397212,6821.1640558 +304,0.440437607,0.746258085,409,0.300582244,-0.386397212,4515.4444207 +305,-0.030391866,0.214441206,409,0.300582244,-0.386397212,2704.9975023 +306,0.521557815,-0.058929362,409,0.300582244,-0.386397212,1550.3367209 +307,-0.097005111,0.13317729,409,0.300582244,-0.386397212,2572.4550835 +308,1.83113859,0.221857587,409,0.300582244,-0.386397212,6406.4699468 +309,0.222428864,0.099404236,409,0.300582244,-0.386397212,1947.992095 +310,-1.702731345,0.8728568183,409,0.300582244,-0.386397212,8473.1535392 +311,-0.418507569,0.278324921,409,0.300582244,-0.386397212,3836.0472488 +312,-1.41153306,0.339029988,409,0.300582244,-0.386397212,7216.121847 +313,0.357560442,0.114788776,409,0.300582244,-0.386397212,1997.4737152 +314,0.325818979,0.268352149,409,0.300582244,-0.386397212,2595.3115181 +315,-1.246004659,-0.663679965,409,0.300582244,-0.386397212,5221.8263325 +316,1.814603087,0.637404484,409,0.300582244,-0.386397212,6946.9852541 +317,1.843704281,-0.18300445,409,0.300582244,-0.386397212,5849.8980345 +318,1.690644492,-0.211480909,409,0.300582244,-0.386397212,5254.1817675 +319,-1.275451936,0.068109467,409,0.300582244,-0.386397212,6342.7054384 +320,0.762430171,-0.207594741,409,0.300582244,-0.386397212,1883.1787085 +321,0.265668905,-0.014647884,409,0.300582244,-0.386397212,1478.6415507 +322,-2.773032013,-0.335515811,409,0.300582244,-0.386397212,9572.2635463 +323,-1.469512853,0.174058777,409,0.300582244,-0.386397212,7205.9388486 +324,0.286276986,0.785925691,409,0.300582244,-0.386397212,4643.8588771 +325,-1.379324697,0.377432233,409,0.300582244,-0.386397212,7151.9728024 +326,-1.203778265,0.212813032,409,0.300582244,-0.386397212,6299.1297534 +327,0.579916301,0.611743168,409,0.300582244,-0.386397212,4090.6539323 +328,0.267582642,0.868113908,409,0.300582244,-0.386397212,4970.4767788 +329,0.412869244,-0.050245578,409,0.300582244,-0.386397212,1399.7747302 +330,0.17524381,0.976660285,409,0.300582244,-0.386397212,5415.5292945 +331,0.743157214,0.204812899,409,0.300582244,-0.386397212,2905.0877676 +332,-1.070758176,0.269382282,409,0.300582244,-0.386397212,5918.155235 +333,-1.230364251,0.329790229,409,0.300582244,-0.386397212,6567.478862 +334,-1.374813124,-0.024926835,409,0.300582244,-0.386397212,6568.1119007 +335,0.519780566,0.463669906,409,0.300582244,-0.386397212,3470.4543944 +336,-1.55108034,0.239698561,409,0.300582244,-0.386397212,7591.3452894 +337,0.180294813,0.029739425,409,0.300582244,-0.386397212,1712.6920635 +338,0.67820924,0.268170153,409,0.300582244,-0.386397212,2978.3425312 +339,0.445798684,1.024001867,409,0.300582244,-0.386397212,5606.9226245 +340,0.691751283,0.150521402,409,0.300582244,-0.386397212,2613.4796439 +341,-1.036643551,-0.903056181,409,0.300582244,-0.386397212,4467.1381801 +342,-0.120287036,1.083325163,409,0.300582244,-0.386397212,5972.0539668 +343,2.823513113,-0.304487164,409,0.300582244,-0.386397212,8805.1080602 +344,0.457583172,1.12513373,409,0.300582244,-0.386397212,6006.6572932 +345,0.042918831,0.813795399,409,0.300582244,-0.386397212,4842.8198901 +346,1.196146777,-0.853142756,409,0.300582244,-0.386397212,3342.1255221 +347,0.206001358,-0.010430701,409,0.300582244,-0.386397212,1533.2425442 +348,-0.268308653,0.234799412,409,0.300582244,-0.386397212,3306.7989396 +349,0.759363263,0.736189579,409,0.300582244,-0.386397212,4753.1299715 +350,0.181363926,0.891988372,409,0.300582244,-0.386397212,5080.7504275 +351,-0.021111158,0.139103292,409,0.300582244,-0.386397212,2427.4754046 +352,-0.093355215,0.630686981,409,0.300582244,-0.386397212,4290.3513986 +353,0.40118964,0.681375926,409,0.300582244,-0.386397212,4245.8780603 +354,-0.721197315,1.304706234,409,0.300582244,-0.386397212,7167.5883076 +355,-1.076150317,0.212107639,409,0.300582244,-0.386397212,5843.9026999 +356,-1.577164531,0.273993443,409,0.300582244,-0.386397212,7729.1691931 +357,-0.190788414,0.182208586,409,0.300582244,-0.386397212,2952.1797033 +358,-0.261349752,0.209710184,409,0.300582244,-0.386397212,3215.4372795 +359,-1.029303852,0.083549259,409,0.300582244,-0.386397212,5469.6676853 +360,-1.268609162,0.330525297,409,0.300582244,-0.386397212,6701.9753385 +361,1.282982244,-0.926641967,409,0.300582244,-0.386397212,3622.9280237 +362,0.217352334,0.731352408,409,0.300582244,-0.386397212,4437.912722 +363,-1.511833084,0.258629297,409,0.300582244,-0.386397212,7473.0917714 +364,0.338812194,0.823184618,409,0.300582244,-0.386397212,4793.1018448 +365,-0.324406489,1.134201999,409,0.300582244,-0.386397212,6316.4557426 +366,1.389579348,0.399185724,409,0.300582244,-0.386397212,5225.1708014 +367,2.047152199,-0.039082036,409,0.300582244,-0.386397212,6806.825852 +368,0.947780369,0.568250077,409,0.300582244,-0.386397212,4504.9603794 +369,0.763824846,0.576754987,409,0.300582244,-0.386397212,4197.6025269 +370,-0.142334657,0.928153068,409,0.300582244,-0.386397212,5424.8139525 +371,0.610266567,0.547265983,409,0.300582244,-0.386397212,3880.6192032 +372,0.210731629,0.746815056,409,0.300582244,-0.386397212,4500.6362608 +373,-1.34931644,0.316895224,409,0.300582244,-0.386397212,6966.9523456 +374,2.407696481,0.655030745,409,0.300582244,-0.386397212,8795.2246472 +375,0.64207831,0.545359131,409,0.300582244,-0.386397212,3911.876993 +376,1.174597538,0.840588356,409,0.300582244,-0.386397212,5762.4677604 +377,0.660059424,0.010604079,409,0.300582244,-0.386397212,2097.6501941 +378,-0.730263819,0.010486456,409,0.300582244,-0.386397212,4273.9072698 +379,0.831068936,0.512339172,409,0.300582244,-0.386397212,4094.5042432 +380,1.301180979,0.72367476,409,0.300582244,-0.386397212,5724.8691233 +381,1.811128231,0.322854402,409,0.300582244,-0.386397212,6486.2134324 +382,0.435105812,0.992284428,409,0.300582244,-0.386397212,5479.4139113 +383,0.62643634,0.592027932,409,0.300582244,-0.386397212,4065.6591877 +384,0.492988703,-0.516339467,409,0.300582244,-0.386397212,856.637125 +385,-0.162469483,0.112549365,409,0.300582244,-0.386397212,2670.7909728 +386,0.314630866,0.472006421,409,0.300582244,-0.386397212,3400.5628629 +387,0.166744804,0.822815954,409,0.300582244,-0.386397212,4813.5259645 +388,0.417159608,0.965805736,409,0.300582244,-0.386397212,5370.5789182 +389,0.106334961,0.868774244,409,0.300582244,-0.386397212,5018.5189792 +390,0.815086969,-0.338144359,409,0.300582244,-0.386397212,1912.2864771 +391,0.59867455,-0.230624824,409,0.300582244,-0.386397212,1281.4468207 +392,1.915104874,0.066220985,409,0.300582244,-0.386397212,6480.9134465 +393,1.278093622,0.064463721,409,0.300582244,-0.386397212,4182.0976333 +394,-0.061477853,0.302997961,409,0.300582244,-0.386397212,3070.3732722 +395,0.251311504,0.626976942,409,0.300582244,-0.386397212,4018.2224449 +396,2.950242872,0.149095644,409,0.300582244,-0.386397212,10348.845322 +397,-0.180294708,0.35375117,409,0.300582244,-0.386397212,3471.9227891 +398,1.010448592,-0.351180233,409,0.300582244,-0.386397212,2618.7715152 +399,-1.748740498,0.3686318073,409,0.300582244,-0.386397212,8451.6805279 +400,2.699635665,0.123533791,409,0.300582244,-0.386397212,9426.7931221 +401,0.496808033,0.823843254,409,0.300582244,-0.386397212,4844.7640503 +402,0.129574704,0.763364087,409,0.300582244,-0.386397212,4596.470578 +403,1.798920311,0.817447563,409,0.300582244,-0.386397212,7137.1343353 +404,0.335987953,0.746786541,409,0.300582244,-0.386397212,4490.4036773 +405,-1.085413643,0.292154671,409,0.300582244,-0.386397212,6006.1382451 +406,-0.155321003,0.508207011,409,0.300582244,-0.386397212,3947.4487024 +407,0.620529244,-0.301175104,409,0.300582244,-0.386397212,1238.9424063 +408,1.684402744,0.368716966,409,0.300582244,-0.386397212,6123.7379987 +409,0.300582244,-0.386397212,409,0.300582244,-0.386397212,0 +410,2.913555946,-0.009225192,409,0.300582244,-0.386397212,9870.811072 +411,1.465101417,0.493232532,409,0.300582244,-0.386397212,5649.5763873 +412,0.090612882,0.907955955,409,0.300582244,-0.386397212,5178.3823235 +413,2.987564726,-0.729568594,409,0.300582244,-0.386397212,7719.6725315 +414,-1.484261606,0.224149272,409,0.300582244,-0.386397212,7327.8888085 +415,0.164073421,0.303955133,409,0.300582244,-0.386397212,2785.2348384 +416,0.141441293,0.167552546,409,0.300582244,-0.386397212,2279.6105486 +417,2.931321023,-0.506718887,409,0.300582244,-0.386397212,8404.6615441 +418,2.21951565,0.700596356,409,0.300582244,-0.386397212,8225.4225715 +419,0.268112576,1.199114336,409,0.300582244,-0.386397212,6280.913674 +420,0.978913739,0.359223811,409,0.300582244,-0.386397212,3949.7125428 +421,1.210898818,0.522863584,409,0.300582244,-0.386397212,4997.778999 +422,2.347397336,0.129231362,409,0.300582244,-0.386397212,8157.6967049 +423,0.614394501,0.556878345,409,0.300582244,-0.386397212,3921.1589547 +424,-1.398079356,0.148483366,409,0.300582244,-0.386397212,6908.9013592 +425,2.535303836,-0.112984496,409,0.300582244,-0.386397212,8409.6187821 +426,-1.019372593,-0.405322349,409,0.300582244,-0.386397212,4763.6877364 +427,-1.297785627,-0.160104069,409,0.300582244,-0.386397212,6083.7784743 +428,2.144554488,0.205051084,409,0.300582244,-0.386397212,7517.9876862 +429,-2.242387083,-0.426171285,409,0.300582244,-0.386397212,8486.0154645 +430,0.338637212,0.909723676,409,0.300582244,-0.386397212,5135.6291518 +431,-0.148798452,0.691042401,409,0.300582244,-0.386397212,4580.1459873 +432,0.893524764,0.441829531,409,0.300582244,-0.386397212,3994.0986464 +433,0.969229347,-0.368847936,409,0.300582244,-0.386397212,2456.3642044 +434,0.436043248,0.800045688,409,0.300582244,-0.386397212,4724.726575 +435,1.687946607,1.081504775,409,0.300582244,-0.386397212,7235.9943232 +436,0.522302046,-0.034889271,409,0.300582244,-0.386397212,1633.196773 +437,-0.178996113,-0.438090009,409,0.300582244,-0.386397212,1749.4561439 +438,-1.094339566,0.301444068,409,0.300582244,-0.386397212,6052.049583 +439,-1.064070054,0.242569932,409,0.300582244,-0.386397212,5850.9259232 +440,-1.068153768,0.230387998,409,0.300582244,-0.386397212,5845.3642146 +441,-3.00496892,-0.23989155,409,0.300582244,-0.386397212,9882.6984379 +442,0.21751974,0.766874888,409,0.300582244,-0.386397212,4578.0699574 +443,0.117229532,0.007619006,409,0.300582244,-0.386397212,1713.8113484 +444,0.777758451,0.420554741,409,0.300582244,-0.386397212,3686.6151581 +445,-0.252356999,0.250747086,409,0.300582244,-0.386397212,3313.2672111 +446,0.363148444,0.768483434,409,0.300582244,-0.386397212,4580.1228018 +447,0.903191366,-0.118210676,409,0.300582244,-0.386397212,2534.0993385 +448,-0.205755923,0.149406178,409,0.300582244,-0.386397212,2892.9777069 +449,1.811996086,0.02364353,409,0.300582244,-0.386397212,6039.4660886 +450,-1.100670221,0.314845373,409,0.300582244,-0.386397212,6095.507997 +451,0.340078597,0.850105132,409,0.300582244,-0.386397212,4899.7844807 +452,0.258757267,0.804969236,409,0.300582244,-0.386397212,4721.3965255 +453,2.78505352,-0.155160804,409,0.300582244,-0.386397212,9110.5929994 +454,0.800551619,0.105822106,409,0.300582244,-0.386397212,2749.8726687 +455,0.437940882,-0.506194031,409,0.300582244,-0.386397212,682.26010469 +456,2.230431122,0.63458615,409,0.300582244,-0.386397212,8230.0325523 +457,0.527965361,0.127667701,409,0.300582244,-0.386397212,2219.2838686 +458,-0.063643205,0.702093448,409,0.300582244,-0.386397212,4516.2544966 +459,1.408447268,0.133010502,409,0.300582244,-0.386397212,4763.1442032 +460,0.523795955,0.280266966,409,0.300582244,-0.386397212,2779.0673589 +461,-0.975769313,0.072177659,409,0.300582244,-0.386397212,5258.0952308 +462,0.549774164,-0.463663986,409,0.300582244,-0.386397212,949.16473211 +463,0.29245874,1.095549818,409,0.300582244,-0.386397212,5870.0477968 +464,0.143625958,0.816809593,409,0.300582244,-0.386397212,4798.9330306 +465,0.671902494,0.611159853,409,0.300582244,-0.386397212,4190.5509137 +466,1.239840988,0.6724199,409,0.300582244,-0.386397212,5452.2934782 +467,0.607829703,-0.10932137,409,0.300582244,-0.386397212,1607.8371589 +468,1.763020906,0.263996692,409,0.300582244,-0.386397212,6228.3987513 +469,0.378714634,0.726066797,409,0.300582244,-0.386397212,4415.7980188 +470,2.196736143,-0.153862366,409,0.300582244,-0.386397212,7160.8463128 +471,0.01702415,0.148991565,409,0.300582244,-0.386397212,2389.5133741 +472,-2.998490902,-0.158002487,409,0.300582244,-0.386397212,10202.411855 +473,-3.051262951,-0.346595608,409,0.300582244,-0.386397212,9428.6278626 +474,-1.069176439,0.182802941,409,0.300582244,-0.386397212,5771.8778408 +475,0.167157509,0.595344954,409,0.300582244,-0.386397212,3921.0642577 +476,0.613855648,0.681746124,409,0.300582244,-0.386397212,4387.4810688 +477,1.037012736,0.682555367,409,0.300582244,-0.386397212,5036.6406022 +478,-1.253574971,0.379755746,409,0.300582244,-0.386397212,6719.8793614 +479,3.108590453,-0.132620738,409,0.300582244,-0.386397212,10014.161135 +480,0.565301296,0.022333262,409,0.300582244,-0.386397212,1915.1846995 +481,0.547898238,0.855555614,409,0.300582244,-0.386397212,4996.4795766 +482,0.948309381,0.417393755,409,0.300582244,-0.386397212,4044.3417931 +483,-0.050600732,0.945269213,409,0.300582244,-0.386397212,5409.1573737 +484,-0.977651478,-0.572363064,409,0.300582244,-0.386397212,4467.0839641 +485,1.102014914,0.728861163,409,0.300582244,-0.386397212,5303.9747458 +486,2.927300795,-0.282939414,409,0.300582244,-0.386397212,9124.3735722 +487,-1.154565557,0.124434095,409,0.300582244,-0.386397212,5986.960522 +488,1.855331234,0.291044755,409,0.300582244,-0.386397212,6594.4144702 +489,0.830290659,0.276904518,409,0.300582244,-0.386397212,3335.7700421 +490,0.485104466,-0.234867441,409,0.300582244,-0.386397212,918.26011185 +491,0.521367572,-0.33161327,409,0.300582244,-0.386397212,846.70381783 +1,-1.539031704,0.7349710123,410,2.913555946,-0.009225192,7006.3716115 +2,-1.536990553,0.7349663874,410,2.913555946,-0.009225192,7012.2858948 +3,-1.534951779,0.7349571355,410,2.913555946,-0.009225192,7018.1950397 +4,-1.532906461,0.7349480293,410,2.913555946,-0.009225192,7024.1216679 +5,-1.531320211,0.7346937278,410,2.913555946,-0.009225192,7028.8874951 +6,-1.539451648,0.7335131775,410,2.913555946,-0.009225192,7006.1269933 +7,-1.537429487,0.7335445708,410,2.913555946,-0.009225192,7011.9703862 +8,-1.535484998,0.7335658704,410,2.913555946,-0.009225192,7017.5936833 +9,-1.533488396,0.7336036027,410,2.913555946,-0.009225192,7023.3552595 +10,-1.531497785,0.7335842962,410,2.913555946,-0.009225192,7029.1368811 +11,-1.530259379,0.7334777758,410,2.913555946,-0.009225192,7032.7984606 +12,-1.5335454,0.7322346912,410,2.913555946,-0.009225192,7024.1230214 +13,-1.531489083,0.7322238773,410,2.913555946,-0.009225192,7030.0968499 +14,-1.530011122,0.7321679851,410,2.913555946,-0.009225192,7034.4228674 +15,-1.53348106,0.7306614094,410,2.913555946,-0.009225192,7025.3804301 +16,-1.531441779,0.7306962275,410,2.913555946,-0.009225192,7031.2821911 +17,-1.529755654,0.7306933243,410,2.913555946,-0.009225192,7036.1823696 +18,-1.533415048,0.7291384674,410,2.913555946,-0.009225192,7026.6071184 +19,-1.531392093,0.7291705353,410,2.913555946,-0.009225192,7032.471652 +20,-1.529296523,0.7291214933,410,2.913555946,-0.009225192,7038.6015658 +21,-1.535280942,0.727267644,410,2.913555946,-0.009225192,7022.4356892 +22,-1.533378158,0.7276139666,410,2.913555946,-0.009225192,7027.7487002 +23,-1.531340368,0.7276446587,410,2.913555946,-0.009225192,7033.665733 +24,-1.528960113,0.7276398177,410,2.913555946,-0.009225192,7040.6029494 +25,-1.533313146,0.7260818349,410,2.913555946,-0.009225192,7028.9759732 +26,-1.531259555,0.7260958115,410,2.913555946,-0.009225192,7034.9589225 +27,-1.528926415,0.7260865555,410,2.913555946,-0.009225192,7041.7716242 +28,-1.531226779,0.7245511789,410,2.913555946,-0.009225192,7036.1076357 +29,-1.528904772,0.7245519194,410,2.913555946,-0.009225192,7042.8906178 +30,-1.547195875,0.7409785979,410,2.913555946,-0.009225192,6978.8190189 +31,-1.5451475,0.740980426,410,2.913555946,-0.009225192,6984.7221078 +32,-1.543097679,0.7409798872,410,2.913555946,-0.009225192,6990.6294889 +33,-1.540720364,0.7409892687,410,2.913555946,-0.009225192,6997.4722003 +34,-1.547188511,0.7395198392,410,2.913555946,-0.009225192,6979.7885256 +35,-1.545148587,0.7395226109,410,2.913555946,-0.009225192,6985.6747533 +36,-1.543104538,0.7395314908,410,2.913555946,-0.009225192,6991.5674088 +37,-1.540727751,0.7395306258,410,2.913555946,-0.009225192,6998.4248455 +38,-1.547187029,0.7380014886,410,2.913555946,-0.009225192,6980.7781366 +39,-1.545147315,0.7380012252,410,2.913555946,-0.009225192,6986.6741785 +40,-1.54310719,0.7380060743,410,2.913555946,-0.009225192,6992.5666371 +41,-1.540719671,0.7380068206,410,2.913555946,-0.009225192,6999.4638843 +42,-1.547187189,0.7364799098,410,2.913555946,-0.009225192,6981.7633744 +43,-1.545149996,0.7364853874,410,2.913555946,-0.009225192,6987.6568113 +44,-1.543106091,0.7364823484,410,2.913555946,-0.009225192,6993.5738197 +45,-1.540717158,0.7364893901,410,2.913555946,-0.009225192,7000.4808706 +46,-1.538663972,0.7410138672,410,2.913555946,-0.009225192,7003.3784058 +47,-1.53695285,0.7409699132,410,2.913555946,-0.009225192,7008.3353391 +48,-1.534910498,0.7409641297,410,2.913555946,-0.009225192,7014.2190658 +49,-1.533145034,0.7409536636,410,2.913555946,-0.009225192,7019.3077491 +50,-1.538681336,0.7395405883,410,2.913555946,-0.009225192,7004.3203514 +51,-1.536999189,0.7395183096,410,2.913555946,-0.009225192,7009.1859021 +52,-1.534923633,0.7395144222,410,2.913555946,-0.009225192,7015.1721724 +53,-1.533267822,0.7395654306,410,2.913555946,-0.009225192,7019.9095651 +54,-1.53867273,0.7380151077,410,2.913555946,-0.009225192,7005.3705414 +55,-1.536980576,0.7379994392,410,2.913555946,-0.009225192,7010.2674839 +56,-1.534931522,0.7379944961,410,2.913555946,-0.009225192,7016.1865526 +57,-1.533387952,0.7379480264,410,2.913555946,-0.009225192,7020.6738189 +58,-1.538682279,0.7364914363,410,2.913555946,-0.009225192,7006.3652896 +59,-1.536980704,0.7364810563,410,2.913555946,-0.009225192,7011.2929115 +60,-1.534935567,0.7364752065,410,2.913555946,-0.009225192,7017.2097401 +61,-1.533042592,0.7363876366,410,2.913555946,-0.009225192,7022.7414265 +62,-1.545143426,0.7349628011,410,2.913555946,-0.009225192,6988.6688987 +63,-1.543105297,0.7349691947,410,2.913555946,-0.009225192,6994.5714131 +64,-1.541064533,0.7349647152,410,2.913555946,-0.009225192,7000.4872929 +65,-1.545411803,0.7334624714,410,2.913555946,-0.009225192,6988.8667596 +66,-1.543446606,0.7334780896,410,2.913555946,-0.009225192,6994.5600785 +67,-1.541475327,0.7334957295,410,2.913555946,-0.009225192,7000.268234 +68,-1.545401939,0.731963266,410,2.913555946,-0.009225192,6989.8687499 +69,-1.54342253,0.7319915583,410,2.913555946,-0.009225192,6995.6030655 +70,-1.541455867,0.7320216438,410,2.913555946,-0.009225192,7001.2975475 +71,-1.545410146,0.7304422281,410,2.913555946,-0.009225192,6990.8306559 +72,-1.543435491,0.7304713664,410,2.913555946,-0.009225192,6996.5587636 +73,-1.541463105,0.7304997613,410,2.913555946,-0.009225192,7002.2791357 +74,-1.545414768,0.7289194936,410,2.913555946,-0.009225192,6991.8022908 +75,-1.543435774,0.7289538557,410,2.913555946,-0.009225192,6997.5477905 +76,-1.541457714,0.7289765881,410,2.913555946,-0.009225192,7003.296529 +77,-1.539449415,0.7320555866,410,2.913555946,-0.009225192,7007.1033898 +78,-1.537429183,0.7321097681,410,2.913555946,-0.009225192,7012.9339273 +79,-1.535472649,0.7321497267,410,2.913555946,-0.009225192,7018.5871704 +80,-1.539457899,0.7305333307,410,2.913555946,-0.009225192,7008.0899107 +81,-1.537453161,0.7305750503,410,2.913555946,-0.009225192,7013.8921296 +82,-1.535479385,0.7306124949,410,2.913555946,-0.009225192,7019.6053867 +83,-1.53946905,0.7290102593,410,2.913555946,-0.009225192,7009.0673407 +84,-1.537459922,0.7290417293,410,2.913555946,-0.009225192,7014.8974972 +85,-1.535451349,0.7290890157,410,2.913555946,-0.009225192,7020.7136529 +86,-1.535522937,0.7279887191,410,2.913555946,-0.009225192,7021.2454695 +87,-1.539442524,0.7274735939,410,2.913555946,-0.009225192,7010.161764 +88,-1.537424111,0.727521351,410,2.913555946,-0.009225192,7016.0164807 +89,-1.539384641,0.7259505092,410,2.913555946,-0.009225192,7011.3371959 +90,-1.537372391,0.7259947145,410,2.913555946,-0.009225192,7017.1845729 +91,-1.535340789,0.7260435356,410,2.913555946,-0.009225192,7023.0834739 +92,-1.539325716,0.7244369706,410,2.913555946,-0.009225192,7012.5080528 +93,-1.537308932,0.7244801057,410,2.913555946,-0.009225192,7018.3775926 +94,-1.535289068,0.7245247645,410,2.913555946,-0.009225192,7024.2532531 +95,-1.533261366,0.7245550236,410,2.913555946,-0.009225192,7030.1596553 +96,-1.539267302,0.722921924,410,2.913555946,-0.009225192,7013.6770976 +97,-1.537248972,0.7229660258,410,2.913555946,-0.009225192,7019.5587314 +98,-1.535219431,0.7229916471,410,2.913555946,-0.009225192,7025.4836824 +99,-1.53318962,0.7230212049,410,2.913555946,-0.009225192,7031.4050631 +100,-1.531154816,0.7230299897,410,2.913555946,-0.009225192,7037.3534243 +101,-1.528878341,0.7230370244,410,2.913555946,-0.009225192,7044.0083466 +102,-1.539218189,0.7214009878,410,2.913555946,-0.009225192,7014.8214141 +103,-1.537198791,0.7214422745,410,2.913555946,-0.009225192,7020.7162924 +104,-1.535179266,0.7214634354,410,2.913555946,-0.009225192,7026.623147 +105,-1.533156501,0.7214944644,410,2.913555946,-0.009225192,7032.5312136 +106,-1.53113574,0.7215166021,410,2.913555946,-0.009225192,7038.4376888 +107,-1.528874248,0.7215345535,410,2.913555946,-0.009225192,7045.0504894 +108,-1.539217656,0.7198512397,410,2.913555946,-0.009225192,7015.8405432 +109,-1.537199919,0.7199428763,410,2.913555946,-0.009225192,7021.7056666 +110,-1.545425832,0.727397149,410,2.913555946,-0.009225192,6992.7530676 +111,-1.543371177,0.7273916949,410,2.913555946,-0.009225192,6998.7534423 +112,-1.541368852,0.7274523163,410,2.913555946,-0.009225192,7004.5564258 +113,-1.545349067,0.7258710923,410,2.913555946,-0.009225192,6993.9611193 +114,-1.54332671,0.7258603556,410,2.913555946,-0.009225192,6999.8789145 +115,-1.541346831,0.7259242142,410,2.913555946,-0.009225192,7005.622487 +116,-1.545324355,0.7243383958,410,2.913555946,-0.009225192,6995.0199261 +117,-1.543292796,0.7243617413,410,2.913555946,-0.009225192,7000.9508457 +118,-1.541295822,0.7244024384,410,2.913555946,-0.009225192,7006.7675992 +119,-1.543193859,0.7205570215,410,2.913555946,-0.009225192,7003.7034538 +120,-1.550257047,0.7386738187,410,2.913555946,-0.009225192,6971.4710391 +121,-1.549335448,0.7311736483,410,2.913555946,-0.009225192,6978.9363723 +122,-1.533478843,0.7179891343,410,2.913555946,-0.009225192,7033.9395017 +123,-1.556150555,0.738907041,410,2.913555946,-0.009225192,6954.2870573 +124,-1.554324226,0.733414257,410,2.913555946,-0.009225192,6963.0145279 +125,-1.554290846,0.7288285332,410,2.913555946,-0.009225192,6965.9731885 +126,-1.55122487,0.7219795312,410,2.913555946,-0.009225192,6979.2199044 +127,-1.525104458,0.7229399862,410,2.913555946,-0.009225192,7055.1121538 +128,-1.519607711,0.7236181429,410,2.913555946,-0.009225192,7070.6964839 +129,-1.513899999,0.7251107854,410,2.913555946,-0.009225192,7086.2714926 +130,-1.536620762,0.7431061895,410,2.913555946,-0.009225192,7007.838217 +131,-1.5369566,0.7460845958,410,2.913555946,-0.009225192,7004.8439206 +132,-1.545345528,0.7447040685,410,2.913555946,-0.009225192,6981.7048268 +133,-1.532813921,0.7432306626,410,2.913555946,-0.009225192,7018.6878344 +134,-1.554788248,0.7382381001,410,2.913555946,-0.009225192,6958.6458466 +135,-1.540348126,0.7301594274,410,2.913555946,-0.009225192,7005.7477237 +136,-1.538016084,0.7239051786,410,2.913555946,-0.009225192,7016.6906744 +137,-1.525288962,0.7258085137,410,2.913555946,-0.009225192,7052.5733172 +138,-1.534326986,0.731241342,410,2.913555946,-0.009225192,7022.5288379 +139,-1.530733872,0.7303625216,410,2.913555946,-0.009225192,7033.56812 +141,-1.534354939,0.7328219978,410,2.913555946,-0.009225192,7021.3749327 +142,-1.53157084,0.7292888153,410,2.913555946,-0.009225192,7031.8707029 +143,-1.525691035,0.7263799874,410,2.913555946,-0.009225192,7051.0022282 +144,-1.534031287,0.7495967835,410,2.913555946,-0.009225192,7010.7941605 +145,-1.527714986,0.7283095957,410,2.913555946,-0.009225192,7043.7649108 +146,-1.526189586,0.7271468292,410,2.913555946,-0.009225192,7049.0148374 +147,-1.555177336,0.7375563366,410,2.913555946,-0.009225192,6957.9474755 +148,-1.555080283,0.7312707794,410,2.913555946,-0.009225192,6962.1525477 +149,-1.53856994,0.7224180299,410,2.913555946,-0.009225192,7016.0520946 +150,-1.530837883,0.729933372,410,2.913555946,-0.009225192,7033.5605546 +151,-1.515066984,0.5854133365,410,2.913555946,-0.009225192,7175.5727829 +152,-1.534731633,0.5368370046,410,2.913555946,-0.009225192,7137.2350164 +153,-1.515231902,0.5607085576,410,2.913555946,-0.009225192,7189.5459321 +154,-2.616253799,1.0684566605,410,2.913555946,-0.009225192,4834.7994912 +155,-1.956071439,0.5792177723,410,2.913555946,-0.009225192,5721.5290997 +156,-1.951208514,0.5602434208,410,2.913555946,-0.009225192,5730.7913962 +157,-1.944675062,0.6062144545,410,2.913555946,-0.009225192,5768.7127763 +158,-1.613778386,0.6077989518,410,2.913555946,-0.009225192,6843.6124598 +159,-2.035029014,0.6021432345,410,2.913555946,-0.009225192,5474.3452609 +160,-2.114989471,0.6801825058,410,2.913555946,-0.009225192,5278.585749 +161,-2.037382079,0.5765830025,410,2.913555946,-0.009225192,5452.4058538 +162,-2.129855121,0.6585019963,410,2.913555946,-0.009225192,5215.3401608 +163,-2.075141798,0.6493615843,410,2.913555946,-0.009225192,5377.0092027 +164,-1.828626729,0.6948433129,410,2.913555946,-0.009225192,6154.6818457 +165,-1.863329418,0.6735427691,410,2.913555946,-0.009225192,6045.1251284 +166,-1.266037071,0.727988852,410,2.913555946,-0.009225192,7788.6690788 +167,-1.277579582,0.7249010648,410,2.913555946,-0.009225192,7761.0353849 +168,-1.258418684,0.7241194816,410,2.913555946,-0.009225192,7815.2450028 +169,-1.317813974,0.6804850104,410,2.913555946,-0.009225192,7703.6590745 +170,-1.344165204,0.6790988904,410,2.913555946,-0.009225192,7627.740699 +171,-1.427582102,0.5277120351,410,2.913555946,-0.009225192,7504.0356694 +172,-1.402238616,0.457167829,410,2.913555946,-0.009225192,7641.0889456 +173,-1.422454264,0.4996161999,410,2.913555946,-0.009225192,7541.58183 +174,-1.439089277,0.4894859811,410,2.913555946,-0.009225192,7491.3398236 +175,-1.448126995,0.5182330266,410,2.913555946,-0.009225192,7441.3033035 +176,-1.474626146,0.5881926574,410,2.913555946,-0.009225192,7305.3658037 +177,-1.421139645,0.5584869783,410,2.913555946,-0.009225192,7502.1911585 +178,-1.457037165,0.565943032,410,2.913555946,-0.009225192,7378.478065 +179,-2.757159358,0.3745319,410,2.913555946,-0.009225192,2813.8846849 +180,-2.714309238,0.342054471,410,2.913555946,-0.009225192,2899.7145045 +181,-2.000525337,0.774119946,410,2.913555946,-0.009225192,5678.409543 +183,-1.571413436,0.6777838382,410,2.913555946,-0.009225192,6944.4736706 +184,-1.552860289,0.6987663893,410,2.913555946,-0.009225192,6988.6358036 +185,-1.521852374,0.7165827476,410,2.913555946,-0.009225192,7069.084689 +186,-1.503656267,0.6928968252,410,2.913555946,-0.009225192,7139.9962815 +187,-1.502753178,0.7136205882,410,2.913555946,-0.009225192,7127.3858298 +188,-1.631894563,0.7343596465,410,2.913555946,-0.009225192,6736.3726857 +189,-1.653765416,0.6770714026,410,2.913555946,-0.009225192,6692.1926454 +190,-1.719812114,0.6715965947,410,2.913555946,-0.009225192,6489.6264798 +191,-1.493406659,0.6646955447,410,2.913555946,-0.009225192,7191.5773343 +192,-1.469120564,0.6613469966,410,2.913555946,-0.009225192,7268.5305034 +193,-1.590551461,0.5326612937,410,2.913555946,-0.009225192,6950.1243389 +194,-1.625979264,0.5247742243,410,2.913555946,-0.009225192,6832.2141108 +195,-1.572293943,0.5238808754,410,2.913555946,-0.009225192,7015.823127 +196,-1.610848725,0.5477107964,410,2.913555946,-0.009225192,6875.8381537 +197,-1.208485554,0.7918526018,410,2.913555946,-0.009225192,7841.6214118 +198,-1.335601374,0.6869083083,410,2.913555946,-0.009225192,7643.9218752 +199,-1.346156996,0.6825213377,410,2.913555946,-0.009225192,7617.9843184 +200,-1.324381037,0.6741422347,410,2.913555946,-0.009225192,7691.9113205 +201,-1.242424992,0.7378949807,410,2.913555946,-0.009225192,7838.7814309 +202,-1.270370057,0.7392461008,410,2.913555946,-0.009225192,7760.7541336 +203,-1.448950472,0.7441675014,410,2.913555946,-0.009225192,7257.2354624 +204,-1.492662363,0.7523026852,410,2.913555946,-0.009225192,7126.3699535 +205,-1.479098966,0.7763855017,410,2.913555946,-0.009225192,7144.0422068 +206,-1.633760714,0.7869022408,410,2.913555946,-0.009225192,6708.5579749 +207,-1.647406434,0.8101289331,410,2.913555946,-0.009225192,6661.2028576 +208,-1.564245052,0.5701509278,410,2.913555946,-0.009225192,7022.1124026 +209,-1.646289963,0.6833746083,410,2.913555946,-0.009225192,6712.9608848 +210,-1.5820631,0.6751952144,410,2.913555946,-0.009225192,6913.2334999 +211,-1.613236298,0.6681681791,410,2.913555946,-0.009225192,6820.5683825 +212,-1.914661867,0.8212566515,410,2.913555946,-0.009225192,5936.5569753 +213,-1.742133237,0.7250275956,410,2.913555946,-0.009225192,6414.2344237 +214,-2.033144872,0.6557314699,410,2.913555946,-0.009225192,5511.524506 +215,-2.039551981,0.6964723658,410,2.913555946,-0.009225192,5517.2993583 +216,-1.247341019,0.7622473908,410,2.913555946,-0.009225192,7788.7421802 +217,-1.298239787,0.7084123392,410,2.913555946,-0.009225192,7725.1217592 +218,-1.308539688,0.6926545592,410,2.913555946,-0.009225192,7715.7057801 +219,-1.303263185,0.6888938396,410,2.913555946,-0.009225192,7735.7054157 +220,-1.852400229,0.6004246149,410,2.913555946,-0.009225192,6067.5528952 +221,-1.288947707,0.7473773692,410,2.913555946,-0.009225192,7698.6811821 +222,-1.372031502,0.7472790993,410,2.913555946,-0.009225192,7470.0473158 +223,-1.289805721,0.7242157877,410,2.913555946,-0.009225192,7727.9324814 +224,-1.350807603,0.7533498126,410,2.913555946,-0.009225192,7521.6091413 +225,-1.329290365,0.7560442322,410,2.913555946,-0.009225192,7577.2007128 +226,-1.410153004,0.616936428,410,2.913555946,-0.009225192,7488.8756764 +227,-1.393445434,0.6308995063,410,2.913555946,-0.009225192,7528.3915847 +228,-1.37595573,0.6241540638,410,2.913555946,-0.009225192,7589.274429 +229,-1.358388707,0.6172645205,410,2.913555946,-0.009225192,7650.9189785 +230,-1.753741133,0.8281661666,410,2.913555946,-0.009225192,6369.6118895 +231,-1.47430987,0.6834615681,410,2.913555946,-0.009225192,7235.2887584 +232,-1.421012508,0.7222725206,410,2.913555946,-0.009225192,7357.8844167 +233,-1.4476833,0.6978557868,410,2.913555946,-0.009225192,7302.6938981 +234,-1.470370723,0.6966193374,410,2.913555946,-0.009225192,7236.4544776 +235,-1.429211703,0.7037216883,410,2.913555946,-0.009225192,7351.8024593 +236,-1.700578405,0.6178673663,410,2.913555946,-0.009225192,6560.2116219 +237,-1.678117619,0.6331716163,410,2.913555946,-0.009225192,6628.7745626 +238,-1.725644578,0.6316331145,410,2.913555946,-0.009225192,6477.4259591 +239,-2.14012759,0.7930497945,410,2.913555946,-0.009225192,5309.6917457 +240,-2.103289431,0.7653606263,410,2.913555946,-0.009225192,5384.7794908 +241,-1.318739838,0.7017808746,410,2.913555946,-0.009225192,7674.9520126 +242,-1.396417427,0.7077900843,410,2.913555946,-0.009225192,7443.5816532 +243,-1.35650337,0.7185539404,410,2.913555946,-0.009225192,7546.7843784 +244,-1.248884539,0.7274156818,410,2.913555946,-0.009225192,7836.7310402 +245,-1.395014798,0.5761185243,410,2.913555946,-0.009225192,7572.9968937 +246,-1.433377362,0.6064716109,410,2.913555946,-0.009225192,7424.1941637 +247,-1.408172432,0.5903155476,410,2.913555946,-0.009225192,7518.3121574 +248,-1.749645898,0.7757118084,410,2.913555946,-0.009225192,6386.5899609 +249,-1.571626686,0.615046989,410,2.913555946,-0.009225192,6976.2631768 +250,-1.514070049,0.6303003037,410,2.913555946,-0.009225192,7150.8611138 +251,-1.480890369,0.6237966528,410,2.913555946,-0.009225192,7260.1264928 +252,-1.704390658,0.5281680612,410,2.913555946,-0.009225192,6563.3779571 +253,-1.64434733,0.5254277498,410,2.913555946,-0.009225192,6769.2426682 +254,-1.703855997,0.4792484842,410,2.913555946,-0.009225192,6572.5368863 +255,-1.692002383,0.5748825051,410,2.913555946,-0.009225192,6596.7982528 +256,-1.854136457,0.5544643913,410,2.913555946,-0.009225192,6054.9774684 +257,-1.665021206,0.520317736,410,2.913555946,-0.009225192,6699.7431927 +258,-1.733654349,0.4845187345,410,2.913555946,-0.009225192,6467.3866862 +259,-1.720938188,0.5135933906,410,2.913555946,-0.009225192,6508.5789035 +260,-1.742668307,0.553296122,410,2.913555946,-0.009225192,6430.3902722 +261,-1.965659039,0.7142126903,410,2.913555946,-0.009225192,5747.7564637 +262,-1.944438071,0.6772834804,410,2.913555946,-0.009225192,5796.1674926 +263,-1.270340967,0.7681487096,410,2.913555946,-0.009225192,7719.0728093 +264,-1.353091884,0.6549276821,410,2.913555946,-0.009225192,7627.8141345 +265,-1.333236659,0.6413584414,410,2.913555946,-0.009225192,7702.9256685 +266,-1.352015998,0.6753788907,410,2.913555946,-0.009225192,7608.6717981 +267,-1.377988483,0.6577816235,410,2.913555946,-0.009225192,7549.4819731 +268,-2.13075611,0.8318642051,410,2.913555946,-0.009225192,5373.1806742 +269,-2.097910953,0.8259670014,410,2.913555946,-0.009225192,5452.9093387 +270,-1.416382069,0.6694271549,410,2.913555946,-0.009225192,7422.0182965 +271,-1.538905672,0.7535625993,410,2.913555946,-0.009225192,6994.1737178 +272,-1.572309477,0.7803125099,410,2.913555946,-0.009225192,6882.9043707 +273,-1.87759879,0.7503853417,410,2.913555946,-0.009225192,6018.8000276 +274,1.152365588,0.590457682,410,2.913555946,-0.009225192,6867.7838631 +275,0.350198001,0.718001859,410,2.913555946,-0.009225192,8955.9943294 +276,0.046513677,0.491503852,410,2.913555946,-0.009225192,10268.316233 +277,0.027510309,0.742571376,410,2.913555946,-0.009225192,9400.1645858 +278,0.306285725,-0.214631579,410,2.913555946,-0.009225192,10163.90115 +279,-1.100564889,0.318051531,410,2.913555946,-0.009225192,8838.1443532 +280,-1.078582306,0.301437596,410,2.913555946,-0.009225192,8934.5570609 +281,-1.137371989,-0.617634065,410,2.913555946,-0.009225192,8274.9868986 +282,0.784356344,0.703272339,410,2.913555946,-0.009225192,7895.5605105 +283,-1.221209947,0.218327455,410,2.913555946,-0.009225192,8458.1615292 +284,2.347301921,-0.449114658,410,2.913555946,-0.009225192,2776.6477483 +285,0.246820618,0.830553713,410,2.913555946,-0.009225192,8803.752152 +286,0.829414965,0.703288228,410,2.913555946,-0.009225192,7768.1211401 +287,-1.337537566,0.42332223,410,2.913555946,-0.009225192,7893.4878035 +288,0.882453706,0.454478077,410,2.913555946,-0.009225192,7865.6187164 +289,1.575629659,0.416419109,410,2.913555946,-0.009225192,5394.7720074 +290,-1.039455679,0.229888244,410,2.913555946,-0.009225192,9143.1166839 +291,0.489558039,0.934482747,410,2.913555946,-0.009225192,8093.3939069 +292,0.081344504,0.88384514,410,2.913555946,-0.009225192,8826.4829611 +293,-1.547979814,0.300350308,410,2.913555946,-0.009225192,7181.2711085 +294,0.040776181,0.168560074,410,2.913555946,-0.009225192,11210.714059 +295,-1.130374745,0.563894876,410,2.913555946,-0.009225192,8428.6172081 +296,1.578326642,0.478507176,410,2.913555946,-0.009225192,5412.5220884 +297,-1.12861823,-0.291640865,410,2.913555946,-0.009225192,8732.5847194 +298,0.310524208,0.770885792,410,2.913555946,-0.009225192,8881.7341926 +299,0.415649091,-0.387246002,410,2.913555946,-0.009225192,9504.9370103 +300,-0.926533878,-0.188022748,410,2.913555946,-0.009225192,9584.4312009 +301,1.258856172,-0.11716081,410,2.913555946,-0.009225192,6547.6820595 +302,-1.126050026,0.322941926,410,2.913555946,-0.009225192,8740.4861511 +303,2.002785835,0.07893892,410,2.913555946,-0.009225192,3620.8945737 +304,0.440437607,0.746258085,410,2.913555946,-0.009225192,8684.5958791 +305,-0.030391866,0.214441206,410,2.913555946,-0.009225192,11319.675896 +306,0.521557815,-0.058929362,410,2.913555946,-0.009225192,9463.9943359 +307,-0.097005111,0.13317729,410,2.913555946,-0.009225192,11730.602661 +308,1.83113859,0.221857587,410,2.913555946,-0.009225192,4347.9847123 +309,0.222428864,0.099404236,410,2.913555946,-0.009225192,10627.375469 +310,-1.702731345,0.8728568183,410,2.913555946,-0.009225192,6494.3751146 +311,-0.418507569,0.278324921,410,2.913555946,-0.009225192,11143.829197 +312,-1.41153306,0.339029988,410,2.913555946,-0.009225192,7677.4225976 +313,0.357560442,0.114788776,410,2.913555946,-0.009225192,10092.504611 +314,0.325818979,0.268352149,410,2.913555946,-0.009225192,10047.24568 +315,-1.246004659,-0.663679965,410,2.913555946,-0.009225192,7886.2975525 +316,1.814603087,0.637404484,410,2.913555946,-0.009225192,4764.1759668 +317,1.843704281,-0.18300445,410,2.913555946,-0.009225192,4266.3507202 +318,1.690644492,-0.211480909,410,2.913555946,-0.009225192,4867.8283503 +319,-1.275451936,0.068109467,410,2.913555946,-0.009225192,8292.5117915 +320,0.762430171,-0.207594741,410,2.913555946,-0.009225192,8456.078549 +321,0.265668905,-0.014647884,410,2.913555946,-0.009225192,10486.04956 +322,-2.773032013,-0.335515811,410,2.913555946,-0.009225192,2651.9077253 +323,-1.469512853,0.174058777,410,2.913555946,-0.009225192,7512.5455179 +324,0.286276986,0.785925691,410,2.913555946,-0.009225192,8879.9311524 +325,-1.379324697,0.377432233,410,2.913555946,-0.009225192,7774.587484 +326,-1.203778265,0.212813032,410,2.913555946,-0.009225192,8527.8792962 +327,0.579916301,0.611743168,410,2.913555946,-0.009225192,8628.8418906 +328,0.267582642,0.868113908,410,2.913555946,-0.009225192,8650.9675776 +329,0.412869244,-0.050245578,410,2.913555946,-0.009225192,9895.2404326 +330,0.17524381,0.976660285,410,2.913555946,-0.009225192,8399.6412102 +331,0.743157214,0.204812899,410,2.913555946,-0.009225192,8549.4417932 +332,-1.070758176,0.269382282,410,2.913555946,-0.009225192,8992.7882941 +333,-1.230364251,0.329790229,410,2.913555946,-0.009225192,8352.3769739 +334,-1.374813124,-0.024926835,410,2.913555946,-0.009225192,7899.8365165 +335,0.519780566,0.463669906,410,2.913555946,-0.009225192,9076.3606568 +336,-1.55108034,0.239698561,410,2.913555946,-0.009225192,7183.5462179 +337,0.180294813,0.029739425,410,2.913555946,-0.009225192,10824.746812 +338,0.67820924,0.268170153,410,2.913555946,-0.009225192,8756.4021912 +339,0.445798684,1.024001867,410,2.913555946,-0.009225192,7913.3963737 +340,0.691751283,0.150521402,410,2.913555946,-0.009225192,8773.2823701 +341,-1.036643551,-0.903056181,410,2.913555946,-0.009225192,7940.1496059 +342,-0.120287036,1.083325163,410,2.913555946,-0.009225192,8177.1107436 +343,2.823513113,-0.304487164,410,2.913555946,-0.009225192,1221.0386357 +344,0.457583172,1.12513373,410,2.913555946,-0.009225192,7604.3144787 +345,0.042918831,0.813795399,410,2.913555946,-0.009225192,9121.4184446 +346,1.196146777,-0.853142756,410,2.913555946,-0.009225192,6575.3837046 +347,0.206001358,-0.010430701,410,2.913555946,-0.009225192,10722.889759 +348,-0.268308653,0.234799412,410,2.913555946,-0.009225192,11536.490321 +349,0.759363263,0.736189579,410,2.913555946,-0.009225192,7914.3216781 +350,0.181363926,0.891988372,410,2.913555946,-0.009225192,8687.9690554 +351,-0.021111158,0.139103292,410,2.913555946,-0.009225192,11478.552963 +352,-0.093355215,0.630686981,410,2.913555946,-0.009225192,9932.9113055 +353,0.40118964,0.681375926,410,2.913555946,-0.009225192,8940.6600136 +354,-0.721197315,1.304706234,410,2.913555946,-0.009225192,7184.0470747 +355,-1.076150317,0.212107639,410,2.913555946,-0.009225192,9016.809444 +356,-1.577164531,0.273993443,410,2.913555946,-0.009225192,7076.7674097 +357,-0.190788414,0.182208586,410,2.913555946,-0.009225192,11743.137737 +358,-0.261349752,0.209710184,410,2.913555946,-0.009225192,11639.005509 +359,-1.029303852,0.083549259,410,2.913555946,-0.009225192,9260.7377195 +360,-1.268609162,0.330525297,410,2.913555946,-0.009225192,8211.0074397 +361,1.282982244,-0.926641967,410,2.913555946,-0.009225192,6334.821396 +362,0.217352334,0.731352408,410,2.913555946,-0.009225192,9171.9200377 +363,-1.511833084,0.258629297,410,2.913555946,-0.009225192,7329.5763425 +364,0.338812194,0.823184618,410,2.913555946,-0.009225192,8674.134542 +365,-0.324406489,1.134201999,410,2.913555946,-0.009225192,7979.2066502 +366,1.389579348,0.399185724,410,2.913555946,-0.009225192,6065.2830091 +367,2.047152199,-0.039082036,410,2.913555946,-0.009225192,3432.6650837 +368,0.947780369,0.568250077,410,2.913555946,-0.009225192,7550.95107 +369,0.763824846,0.576754987,410,2.913555946,-0.009225192,8131.50757 +370,-0.142334657,0.928153068,410,2.913555946,-0.009225192,8793.0273282 +371,0.610266567,0.547265983,410,2.913555946,-0.009225192,8652.4895916 +372,0.210731629,0.746815056,410,2.913555946,-0.009225192,9133.2232167 +373,-1.34931644,0.316895224,410,2.913555946,-0.009225192,7920.2757845 +374,2.407696481,0.655030745,410,2.913555946,-0.009225192,3216.271154 +375,0.64207831,0.545359131,410,2.913555946,-0.009225192,8557.0760416 +376,1.174597538,0.840588356,410,2.913555946,-0.009225192,6692.4425087 +377,0.660059424,0.010604079,410,2.913555946,-0.009225192,8926.2809986 +378,-0.730263819,0.010486456,410,2.913555946,-0.009225192,10454.619473 +379,0.831068936,0.512339172,410,2.913555946,-0.009225192,7988.1996473 +380,1.301180979,0.72367476,410,2.913555946,-0.009225192,6369.5298516 +381,1.811128231,0.322854402,410,2.913555946,-0.009225192,4482.4860205 +382,0.435105812,0.992284428,410,2.913555946,-0.009225192,8020.3812246 +383,0.62643634,0.592027932,410,2.913555946,-0.009225192,8528.6302808 +384,0.492988703,-0.516339467,410,2.913555946,-0.009225192,9017.4992665 +385,-0.162469483,0.112549365,410,2.913555946,-0.009225192,11959.452567 +386,0.314630866,0.472006421,410,2.913555946,-0.009225192,9683.5945293 +387,0.166744804,0.822815954,410,2.913555946,-0.009225192,8944.9628046 +388,0.417159608,0.965805736,410,2.913555946,-0.009225192,8124.1576881 +389,0.106334961,0.868774244,410,2.913555946,-0.009225192,8855.7730893 +390,0.815086969,-0.338144359,410,2.913555946,-0.009225192,8168.6701135 +391,0.59867455,-0.230624824,410,2.913555946,-0.009225192,9062.5055531 +392,1.915104874,0.066220985,410,2.913555946,-0.009225192,3963.4369575 +393,1.278093622,0.064463721,410,2.913555946,-0.009225192,6479.8814674 +394,-0.061477853,0.302997961,410,2.913555946,-0.009225192,11111.382574 +395,0.251311504,0.626976942,410,2.913555946,-0.009225192,9428.2147265 +396,2.950242872,0.149095644,410,2.913555946,-0.009225192,643.61075677 +397,-0.180294708,0.35375117,410,2.913555946,-0.009225192,11066.701031 +398,1.010448592,-0.351180233,410,2.913555946,-0.009225192,7441.8209343 +399,-1.748740498,0.3686318073,410,2.913555946,-0.009225192,6420.1758765 +400,2.699635665,0.123533791,410,2.913555946,-0.009225192,995.53741171 +401,0.496808033,0.823843254,410,2.913555946,-0.009225192,8366.4843924 +402,0.129574704,0.763364087,410,2.913555946,-0.009225192,9200.8843016 +403,1.798920311,0.817447563,410,2.913555946,-0.009225192,5037.4345328 +404,0.335987953,0.746786541,410,2.913555946,-0.009225192,8903.4622801 +405,-1.085413643,0.292154671,410,2.913555946,-0.009225192,8918.1024448 +406,-0.155321003,0.508207011,410,2.913555946,-0.009225192,10448.356522 +407,0.620529244,-0.301175104,410,2.913555946,-0.009225192,8914.1214919 +408,1.684402744,0.368716966,410,2.913555946,-0.009225192,4976.860688 +409,0.300582244,-0.386397212,410,2.913555946,-0.009225192,9870.811072 +410,2.913555946,-0.009225192,410,2.913555946,-0.009225192,0 +411,1.465101417,0.493232532,410,2.913555946,-0.009225192,5812.7446116 +412,0.090612882,0.907955955,410,2.913555946,-0.009225192,8729.5383705 +413,2.987564726,-0.729568594,410,2.913555946,-0.009225192,2865.5116858 +414,-1.484261606,0.224149272,410,2.913555946,-0.009225192,7444.2109342 +415,0.164073421,0.303955133,410,2.913555946,-0.009225192,10521.001576 +416,0.141441293,0.167552546,410,2.913555946,-0.009225192,10858.383452 +417,2.931321023,-0.506718887,410,2.913555946,-0.009225192,1971.7173057 +418,2.21951565,0.700596356,410,2.913555946,-0.009225192,3763.1496581 +419,0.268112576,1.199114336,410,2.913555946,-0.009225192,7545.5197487 +420,0.978913739,0.359223811,410,2.913555946,-0.009225192,7580.844763 +421,1.210898818,0.522863584,410,2.913555946,-0.009225192,6692.4652267 +422,2.347397336,0.129231362,410,2.913555946,-0.009225192,2302.8461188 +423,0.614394501,0.556878345,410,2.913555946,-0.009225192,8623.9494621 +424,-1.398079356,0.148483366,410,2.913555946,-0.009225192,7796.6524192 +425,2.535303836,-0.112984496,410,2.913555946,-0.009225192,1550.2192944 +426,-1.019372593,-0.405322349,410,2.913555946,-0.009225192,8984.5936429 +427,-1.297785627,-0.160104069,410,2.913555946,-0.009225192,8172.1777819 +428,2.144554488,0.205051084,410,2.913555946,-0.009225192,3141.4529365 +429,-2.242387083,-0.426171285,410,2.913555946,-0.009225192,4615.3702858 +430,0.338637212,0.909723676,410,2.913555946,-0.009225192,8412.4181281 +431,-0.148798452,0.691042401,410,2.913555946,-0.009225192,9728.0100092 +432,0.893524764,0.441829531,410,2.913555946,-0.009225192,7836.8335691 +433,0.969229347,-0.368847936,410,2.913555946,-0.009225192,7583.5252007 +434,0.436043248,0.800045688,410,2.913555946,-0.009225192,8553.450474 +435,1.687946607,1.081504775,410,2.913555946,-0.009225192,5621.9736469 +436,0.522302046,-0.034889271,410,2.913555946,-0.009225192,9467.1238884 +437,-0.178996113,-0.438090009,410,2.913555946,-0.009225192,10662.089641 +438,-1.094339566,0.301444068,410,2.913555946,-0.009225192,8876.660068 +439,-1.064070054,0.242569932,410,2.913555946,-0.009225192,9040.1853847 +440,-1.068153768,0.230387998,410,2.913555946,-0.009225192,9034.1681133 +441,-3.00496892,-0.23989155,410,2.913555946,-0.009225192,1696.7656301 +442,0.21751974,0.766874888,410,2.913555946,-0.009225192,9056.8612956 +443,0.117229532,0.007619006,410,2.913555946,-0.009225192,11076.283265 +444,0.777758451,0.420554741,410,2.913555946,-0.009225192,8261.7146097 +445,-0.252356999,0.250747086,410,2.913555946,-0.009225192,11482.447718 +446,0.363148444,0.768483434,410,2.913555946,-0.009225192,8787.3441734 +447,0.903191366,-0.118210676,410,2.913555946,-0.009225192,7945.2329287 +448,-0.205755923,0.149406178,410,2.913555946,-0.009225192,11881.676648 +449,1.811996086,0.02364353,410,2.913555946,-0.009225192,4364.8937177 +450,-1.100670221,0.314845373,410,2.913555946,-0.009225192,8840.836526 +451,0.340078597,0.850105132,410,2.913555946,-0.009225192,8591.3740355 +452,0.258757267,0.804969236,410,2.913555946,-0.009225192,8866.9813224 +453,2.78505352,-0.155160804,410,2.913555946,-0.009225192,768.7697709 +454,0.800551619,0.105822106,410,2.913555946,-0.009225192,8360.6725772 +455,0.437940882,-0.506194031,410,2.913555946,-0.009225192,9201.1585402 +456,2.230431122,0.63458615,410,2.913555946,-0.009225192,3577.5173215 +457,0.527965361,0.127667701,410,2.913555946,-0.009225192,9421.8399591 +458,-0.063643205,0.702093448,410,2.913555946,-0.009225192,9636.1727084 +459,1.408447268,0.133010502,410,2.913555946,-0.009225192,5968.9039843 +460,0.523795955,0.280266966,410,2.913555946,-0.009225192,9318.0864156 +461,-0.975769313,0.072177659,410,2.913555946,-0.009225192,9474.6602909 +462,0.549774164,-0.463663986,410,2.913555946,-0.009225192,8937.2804392 +463,0.29245874,1.095549818,410,2.913555946,-0.009225192,7874.2292643 +464,0.143625958,0.816809593,410,2.913555946,-0.009225192,8996.139318 +465,0.671902494,0.611159853,410,2.913555946,-0.009225192,8362.0782943 +466,1.239840988,0.6724199,410,2.913555946,-0.009225192,6563.4511123 +467,0.607829703,-0.10932137,410,2.913555946,-0.009225192,9106.1664274 +468,1.763020906,0.263996692,410,2.913555946,-0.009225192,4628.8267582 +469,0.378714634,0.726066797,410,2.913555946,-0.009225192,8872.8995447 +470,2.196736143,-0.153862366,410,2.913555946,-0.009225192,2884.3926864 +471,0.01702415,0.148991565,410,2.913555946,-0.009225192,11329.733772 +472,-2.998490902,-0.158002487,410,2.913555946,-0.009225192,1577.6928714 +473,-3.051262951,-0.346595608,410,2.913555946,-0.009225192,1819.2552817 +474,-1.069176439,0.182802941,410,2.913555946,-0.009225192,9062.1157595 +475,0.167157509,0.595344954,410,2.913555946,-0.009225192,9698.5390411 +476,0.613855648,0.681746124,410,2.913555946,-0.009225192,8401.7572304 +477,1.037012736,0.682555367,410,2.913555946,-0.009225192,7179.3987946 +478,-1.253574971,0.379755746,410,2.913555946,-0.009225192,8228.0256069 +479,3.108590453,-0.132620738,410,2.913555946,-0.009225192,912.10145716 +480,0.565301296,0.022333262,410,2.913555946,-0.009225192,9301.443542 +481,0.547898238,0.855555614,410,2.913555946,-0.009225192,8182.6203427 +482,0.948309381,0.417393755,410,2.913555946,-0.009225192,7659.5651444 +483,-0.050600732,0.945269213,410,2.913555946,-0.009225192,8691.1455884 +484,-0.977651478,-0.572363064,410,2.913555946,-0.009225192,8821.9443169 +485,1.102014914,0.728861163,410,2.913555946,-0.009225192,6954.8697603 +486,2.927300795,-0.282939414,410,2.913555946,-0.009225192,1085.5103102 +487,-1.154565557,0.124434095,410,2.913555946,-0.009225192,8756.4367076 +488,1.855331234,0.291044755,410,2.913555946,-0.009225192,4296.7204168 +489,0.830290659,0.276904518,410,2.913555946,-0.009225192,8178.6692476 +490,0.485104466,-0.234867441,410,2.913555946,-0.009225192,9482.8697822 +491,0.521367572,-0.33161327,410,2.913555946,-0.009225192,9233.6767505 +1,-1.539031704,0.7349710123,411,1.465101417,0.493232532,7553.044026 +2,-1.536990553,0.7349663874,411,1.465101417,0.493232532,7552.2897592 +3,-1.534951779,0.7349571355,411,1.465101417,0.493232532,7551.5433133 +4,-1.532906461,0.7349480293,411,1.465101417,0.493232532,7550.7824856 +5,-1.531320211,0.7346937278,411,1.465101417,0.493232532,7551.1549935 +6,-1.539451648,0.7335131775,411,1.465101417,0.493232532,7558.9289098 +7,-1.537429487,0.7335445708,411,1.465101417,0.493232532,7558.0413175 +8,-1.535484998,0.7335658704,411,1.465101417,0.493232532,7557.2123356 +9,-1.533488396,0.7336036027,411,1.465101417,0.493232532,7556.2882624 +10,-1.531497785,0.7335842962,411,1.465101417,0.493232532,7555.5797272 +11,-1.530259379,0.7334777758,411,1.465101417,0.493232532,7555.5043816 +12,-1.5335454,0.7322346912,411,1.465101417,0.493232532,7561.6846634 +13,-1.531489083,0.7322238773,411,1.465101417,0.493232532,7560.9156564 +14,-1.530011122,0.7321679851,411,1.465101417,0.493232532,7560.5446787 +15,-1.53348106,0.7306614094,411,1.465101417,0.493232532,7567.8357607 +16,-1.531441779,0.7306962275,411,1.465101417,0.493232532,7566.8924934 +17,-1.529755654,0.7306933243,411,1.465101417,0.493232532,7566.2284661 +18,-1.533415048,0.7291384674,411,1.465101417,0.493232532,7573.7884109 +19,-1.531392093,0.7291705353,411,1.465101417,0.493232532,7572.8605592 +20,-1.529296523,0.7291214933,411,1.465101417,0.493232532,7572.2105035 +21,-1.535280942,0.727267644,411,1.465101417,0.493232532,7581.8641528 +22,-1.533378158,0.7276139666,411,1.465101417,0.493232532,7579.7585026 +23,-1.531340368,0.7276446587,411,1.465101417,0.493232532,7578.8283913 +24,-1.528960113,0.7276398177,411,1.465101417,0.493232532,7577.88738 +25,-1.533313146,0.7260818349,411,1.465101417,0.493232532,7585.7473125 +26,-1.531259555,0.7260958115,411,1.465101417,0.493232532,7584.8745607 +27,-1.528926415,0.7260865555,411,1.465101417,0.493232532,7583.9676951 +28,-1.531226779,0.7245511789,411,1.465101417,0.493232532,7590.9232963 +29,-1.528904772,0.7245519194,411,1.465101417,0.493232532,7589.9797357 +30,-1.547195875,0.7409785979,411,1.465101417,0.493232532,7532.3974085 +31,-1.5451475,0.740980426,411,1.465101417,0.493232532,7531.6657528 +32,-1.543097679,0.7409798872,411,1.465101417,0.493232532,7530.9316055 +33,-1.540720364,0.7409892687,411,1.465101417,0.493232532,7530.0267114 +34,-1.547188511,0.7395198392,411,1.465101417,0.493232532,7538.131133 +35,-1.545148587,0.7395226109,411,1.465101417,0.493232532,7537.3974168 +36,-1.543104538,0.7395314908,411,1.465101417,0.493232532,7536.6270005 +37,-1.540727751,0.7395306258,411,1.465101417,0.493232532,7535.7610291 +38,-1.547187029,0.7380014886,411,1.465101417,0.493232532,7544.1012096 +39,-1.545147315,0.7380012252,411,1.465101417,0.493232532,7543.3781151 +40,-1.54310719,0.7380060743,411,1.465101417,0.493232532,7542.6235559 +41,-1.540719671,0.7380068206,411,1.465101417,0.493232532,7541.7456388 +42,-1.547187189,0.7364799098,411,1.465101417,0.493232532,7550.0845116 +43,-1.545149996,0.7364853874,411,1.465101417,0.493232532,7549.3383702 +44,-1.543106091,0.7364823484,411,1.465101417,0.493232532,7548.6120555 +45,-1.540717158,0.7364893901,411,1.465101417,0.493232532,7547.7071995 +46,-1.538663972,0.7410138672,411,1.465101417,0.493232532,7529.1669975 +47,-1.53695285,0.7409699132,411,1.465101417,0.493232532,7528.6960464 +48,-1.534910498,0.7409641297,411,1.465101417,0.493232532,7527.940265 +49,-1.533145034,0.7409536636,411,1.465101417,0.493232532,7527.2993878 +50,-1.538681336,0.7395405883,411,1.465101417,0.493232532,7534.9611917 +51,-1.536999189,0.7395183096,411,1.465101417,0.493232532,7534.4149798 +52,-1.534923633,0.7395144222,411,1.465101417,0.493232532,7533.6378208 +53,-1.533267822,0.7395654306,411,1.465101417,0.493232532,7532.7971003 +54,-1.53867273,0.7380151077,411,1.465101417,0.493232532,7540.9506871 +55,-1.536980576,0.7379994392,411,1.465101417,0.493232532,7540.3734603 +56,-1.534931522,0.7379944961,411,1.465101417,0.493232532,7539.6090455 +57,-1.533387952,0.7379480264,411,1.465101417,0.493232532,7539.1935534 +58,-1.538682279,0.7364914363,411,1.465101417,0.493232532,7546.9398355 +59,-1.536980704,0.7364810563,411,1.465101417,0.493232532,7546.3370766 +60,-1.534935567,0.7364752065,411,1.465101417,0.493232532,7545.5762439 +61,-1.533042592,0.7363876366,411,1.465101417,0.493232532,7545.1844744 +62,-1.545143426,0.7349628011,411,1.465101417,0.493232532,7555.3217899 +63,-1.543105297,0.7349691947,411,1.465101417,0.493232532,7554.5590632 +64,-1.541064533,0.7349647152,411,1.465101417,0.493232532,7553.8268581 +65,-1.545411803,0.7334624714,411,1.465101417,0.493232532,7561.3164883 +66,-1.543446606,0.7334780896,411,1.465101417,0.493232532,7560.544186 +67,-1.541475327,0.7334957295,411,1.465101417,0.493232532,7559.7512491 +68,-1.545401939,0.731963266,411,1.465101417,0.493232532,7567.2068835 +69,-1.54342253,0.7319915583,411,1.465101417,0.493232532,7566.378192 +70,-1.541455867,0.7320216438,411,1.465101417,0.493232532,7565.5365859 +71,-1.545410146,0.7304422281,411,1.465101417,0.493232532,7573.189563 +72,-1.543435491,0.7304713664,411,1.465101417,0.493232532,7572.3579667 +73,-1.541463105,0.7304997613,411,1.465101417,0.493232532,7571.519576 +74,-1.545414768,0.7289194936,411,1.465101417,0.493232532,7579.1775799 +75,-1.543435774,0.7289538557,411,1.465101417,0.493232532,7578.3225245 +76,-1.541457714,0.7289765881,411,1.465101417,0.493232532,7577.5029003 +77,-1.539449415,0.7320555866,411,1.465101417,0.493232532,7564.6544263 +78,-1.537429183,0.7321097681,411,1.465101417,0.493232532,7563.6766614 +79,-1.535472649,0.7321497267,411,1.465101417,0.493232532,7562.7684163 +80,-1.539457899,0.7305333307,411,1.465101417,0.493232532,7570.6379697 +81,-1.537453161,0.7305750503,411,1.465101417,0.493232532,7569.7136639 +82,-1.535479385,0.7306124949,411,1.465101417,0.493232532,7568.8073004 +83,-1.53946905,0.7290102593,411,1.465101417,0.493232532,7576.6256817 +84,-1.537459922,0.7290417293,411,1.465101417,0.493232532,7575.7385692 +85,-1.535451349,0.7290890157,411,1.465101417,0.493232532,7574.7786398 +86,-1.535522937,0.7279887191,411,1.465101417,0.493232532,7579.1269268 +87,-1.539442524,0.7274735939,411,1.465101417,0.493232532,7582.6525175 +88,-1.537424111,0.727521351,411,1.465101417,0.493232532,7581.6962688 +89,-1.539384641,0.7259505092,411,1.465101417,0.493232532,7588.6140261 +90,-1.537372391,0.7259947145,411,1.465101417,0.493232532,7587.6723213 +91,-1.535340789,0.7260435356,411,1.465101417,0.493232532,7586.6939692 +92,-1.539325716,0.7244369706,411,1.465101417,0.493232532,7594.5374908 +93,-1.537308932,0.7244801057,411,1.465101417,0.493232532,7593.5964739 +94,-1.535289068,0.7245247645,411,1.465101417,0.493232532,7592.6372207 +95,-1.533261366,0.7245550236,411,1.465101417,0.493232532,7591.7203126 +96,-1.539267302,0.722921924,411,1.465101417,0.493232532,7600.4669273 +97,-1.537248972,0.7229660258,411,1.465101417,0.493232532,7599.5197425 +98,-1.535219431,0.7229916471,411,1.465101417,0.493232532,7598.6296419 +99,-1.53318962,0.7230212049,411,1.465101417,0.493232532,7597.7127435 +100,-1.531154816,0.7230299897,411,1.465101417,0.493232532,7596.8641284 +101,-1.528878341,0.7230370244,411,1.465101417,0.493232532,7595.9122698 +102,-1.539218189,0.7214009878,411,1.465101417,0.493232532,7606.4229011 +103,-1.537198791,0.7214422745,411,1.465101417,0.493232532,7605.4846261 +104,-1.535179266,0.7214634354,411,1.465101417,0.493232532,7604.6141987 +105,-1.533156501,0.7214944644,411,1.465101417,0.493232532,7603.6925892 +106,-1.53113574,0.7215166021,411,1.465101417,0.493232532,7602.7955141 +107,-1.528874248,0.7215345535,411,1.465101417,0.493232532,7601.8051141 +108,-1.539217656,0.7198512397,411,1.465101417,0.493232532,7612.5104972 +109,-1.537199919,0.7199428763,411,1.465101417,0.493232532,7611.3736338 +110,-1.545425832,0.727397149,411,1.465101417,0.493232532,7585.1663526 +111,-1.543371177,0.7273916949,411,1.465101417,0.493232532,7584.4386931 +112,-1.541368852,0.7274523163,411,1.465101417,0.493232532,7583.4593706 +113,-1.545349067,0.7258710923,411,1.465101417,0.493232532,7591.1378407 +114,-1.54332671,0.7258603556,411,1.465101417,0.493232532,7590.4409806 +115,-1.541346831,0.7259242142,411,1.465101417,0.493232532,7589.4556698 +116,-1.545324355,0.7243383958,411,1.465101417,0.493232532,7597.1541809 +117,-1.543292796,0.7243617413,411,1.465101417,0.493232532,7596.3184256 +118,-1.541295822,0.7244024384,411,1.465101417,0.493232532,7595.4161719 +119,-1.543193859,0.7205570215,411,1.465101417,0.493232532,7611.2350219 +120,-1.550257047,0.7386738187,411,1.465101417,0.493232532,7542.5252547 +121,-1.549335448,0.7311736483,411,1.465101417,0.493232532,7571.7067234 +122,-1.533478843,0.7179891343,411,1.465101417,0.493232532,7617.5808031 +123,-1.556150555,0.738907041,411,1.465101417,0.493232532,7543.5859188 +124,-1.554324226,0.733414257,411,1.465101417,0.493232532,7564.5987728 +125,-1.554290846,0.7288285332,411,1.465101417,0.493232532,7582.6333586 +126,-1.55122487,0.7219795312,411,1.465101417,0.493232532,7608.5300533 +127,-1.525104458,0.7229399862,411,1.465101417,0.493232532,7594.729352 +128,-1.519607711,0.7236181429,411,1.465101417,0.493232532,7589.7249704 +129,-1.513899999,0.7251107854,411,1.465101417,0.493232532,7581.3584789 +130,-1.536620762,0.7431061895,411,1.465101417,0.493232532,7520.1799626 +131,-1.5369566,0.7460845958,411,1.465101417,0.493232532,7508.6084744 +132,-1.545345528,0.7447040685,411,1.465101417,0.493232532,7517.096576 +133,-1.532813921,0.7432306626,411,1.465101417,0.493232532,7518.2317738 +134,-1.554788248,0.7382381001,411,1.465101417,0.493232532,7545.7696583 +135,-1.540348126,0.7301594274,411,1.465101417,0.493232532,7572.4412209 +136,-1.538016084,0.7239051786,411,1.465101417,0.493232532,7596.1264572 +137,-1.525288962,0.7258085137,411,1.465101417,0.493232532,7583.5579616 +138,-1.534326986,0.731241342,411,1.465101417,0.493232532,7565.8901425 +139,-1.530733872,0.7303625216,411,1.465101417,0.493232532,7567.9194486 +141,-1.534354939,0.7328219978,411,1.465101417,0.493232532,7559.6950904 +142,-1.53157084,0.7292888153,411,1.465101417,0.493232532,7572.4676483 +143,-1.525691035,0.7263799874,411,1.465101417,0.493232532,7581.4844613 +144,-1.534031287,0.7495967835,411,1.465101417,0.493232532,7493.7068617 +145,-1.527714986,0.7283095957,411,1.465101417,0.493232532,7574.751658 +146,-1.526189586,0.7271468292,411,1.465101417,0.493232532,7578.6840439 +147,-1.555177336,0.7375563366,411,1.465101417,0.493232532,7548.5817048 +148,-1.555080283,0.7312707794,411,1.465101417,0.493232532,7573.2869884 +149,-1.53856994,0.7224180299,411,1.465101417,0.493232532,7602.1800609 +150,-1.530837883,0.729933372,411,1.465101417,0.493232532,7569.6452376 +151,-1.515066984,0.5854133365,411,1.465101417,0.493232532,8128.5594782 +152,-1.534731633,0.5368370046,411,1.465101417,0.493232532,8328.7567246 +153,-1.515231902,0.5607085576,411,1.465101417,0.493232532,8225.2318527 +154,-2.616253799,1.0684566605,411,1.465101417,0.493232532,5566.2485332 +155,-1.956071439,0.5792177723,411,1.465101417,0.493232532,8067.9048364 +156,-1.951208514,0.5602434208,411,1.465101417,0.493232532,8144.6446585 +157,-1.944675062,0.6062144545,411,1.465101417,0.493232532,7974.7268978 +158,-1.613778386,0.6077989518,411,1.465101417,0.493232532,8076.3512101 +159,-2.035029014,0.6021432345,411,1.465101417,0.493232532,7902.0138961 +160,-2.114989471,0.6801825058,411,1.465101417,0.493232532,7521.4122223 +161,-2.037382079,0.5765830025,411,1.465101417,0.493232532,7994.5013025 +162,-2.129855121,0.6585019963,411,1.465101417,0.493232532,7581.4494554 +163,-2.075141798,0.6493615843,411,1.465101417,0.493232532,7681.5907696 +164,-1.828626729,0.6948433129,411,1.465101417,0.493232532,7704.5671699 +165,-1.863329418,0.6735427691,411,1.465101417,0.493232532,7770.7786543 +166,-1.266037071,0.727988852,411,1.465101417,0.493232532,7378.5995747 +167,-1.277579582,0.7249010648,411,1.465101417,0.493232532,7402.3862833 +168,-1.258418684,0.7241194816,411,1.465101417,0.493232532,7384.4805537 +169,-1.317813974,0.6804850104,411,1.465101417,0.493232532,7609.3715496 +170,-1.344165204,0.6790988904,411,1.465101417,0.493232532,7640.3928853 +171,-1.427582102,0.5277120351,411,1.465101417,0.493232532,8291.8234155 +172,-1.402238616,0.457167829,411,1.465101417,0.493232532,8537.3079772 +173,-1.422454264,0.4996161999,411,1.465101417,0.493232532,8394.9261309 +174,-1.439089277,0.4894859811,411,1.465101417,0.493232532,8448.3780889 +175,-1.448126995,0.5182330266,411,1.465101417,0.493232532,8345.2649513 +176,-1.474626146,0.5881926574,411,1.465101417,0.493232532,8093.8415088 +177,-1.421139645,0.5584869783,411,1.465101417,0.493232532,8168.3464798 +178,-1.457037165,0.565943032,411,1.465101417,0.493232532,8167.9070881 +179,-2.757159358,0.3745319,411,1.465101417,0.493232532,7070.8040308 +180,-2.714309238,0.342054471,411,1.465101417,0.493232532,7275.2331187 +181,-2.000525337,0.774119946,411,1.465101417,0.493232532,7288.5215615 +183,-1.571413436,0.6777838382,411,1.465101417,0.493232532,7789.1937487 +184,-1.552860289,0.6987663893,411,1.465101417,0.493232532,7700.4209882 +185,-1.521852374,0.7165827476,411,1.465101417,0.493232532,7618.2678461 +186,-1.503656267,0.6928968252,411,1.465101417,0.493232532,7702.5375353 +187,-1.502753178,0.7136205882,411,1.465101417,0.493232532,7621.0983008 +188,-1.631894563,0.7343596465,411,1.465101417,0.493232532,7578.6219534 +189,-1.653765416,0.6770714026,411,1.465101417,0.493232532,7807.5121386 +190,-1.719812114,0.6715965947,411,1.465101417,0.493232532,7827.1716423 +191,-1.493406659,0.6646955447,411,1.465101417,0.493232532,7807.3255174 +192,-1.469120564,0.6613469966,411,1.465101417,0.493232532,7806.2927504 +193,-1.590551461,0.5326612937,411,1.465101417,0.493232532,8367.3254408 +194,-1.625979264,0.5247742243,411,1.465101417,0.493232532,8407.0002585 +195,-1.572293943,0.5238808754,411,1.465101417,0.493232532,8395.8285622 +196,-1.610848725,0.5477107964,411,1.465101417,0.493232532,8313.2418625 +197,-1.208485554,0.7918526018,411,1.465101417,0.493232532,7081.461617 +198,-1.335601374,0.6869083083,411,1.465101417,0.493232532,7602.8258278 +199,-1.346156996,0.6825213377,411,1.465101417,0.493232532,7629.3604846 +200,-1.324381037,0.6741422347,411,1.465101417,0.493232532,7639.7395581 +201,-1.242424992,0.7378949807,411,1.465101417,0.493232532,7316.1042184 +202,-1.270370057,0.7392461008,411,1.465101417,0.493232532,7341.7290689 +203,-1.448950472,0.7441675014,411,1.465101417,0.493232532,7472.7048661 +204,-1.492662363,0.7523026852,411,1.465101417,0.493232532,7465.0753617 +205,-1.479098966,0.7763855017,411,1.465101417,0.493232532,7364.3760477 +206,-1.633760714,0.7869022408,411,1.465101417,0.493232532,7370.887909 +207,-1.647406434,0.8101289331,411,1.465101417,0.493232532,7280.1790222 +208,-1.564245052,0.5701509278,411,1.465101417,0.493232532,8210.6708449 +209,-1.646289963,0.6833746083,411,1.465101417,0.493232532,7781.9714915 +210,-1.5820631,0.6751952144,411,1.465101417,0.493232532,7802.5297816 +211,-1.613236298,0.6681681791,411,1.465101417,0.493232532,7837.5718051 +212,-1.914661867,0.8212566515,411,1.465101417,0.493232532,7167.9465637 +213,-1.742133237,0.7250275956,411,1.465101417,0.493232532,7612.3292756 +214,-2.033144872,0.6557314699,411,1.465101417,0.493232532,7704.0106307 +215,-2.039551981,0.6964723658,411,1.465101417,0.493232532,7545.1698167 +216,-1.247341019,0.7622473908,411,1.465101417,0.493232532,7232.3955106 +217,-1.298239787,0.7084123392,411,1.465101417,0.493232532,7485.1704131 +218,-1.308539688,0.6926545592,411,1.465101417,0.493232532,7554.4648271 +219,-1.303263185,0.6888938396,411,1.465101417,0.493232532,7563.0379944 +220,-1.852400229,0.6004246149,411,1.465101417,0.493232532,8062.0241571 +221,-1.288947707,0.7473773692,411,1.465101417,0.493232532,7330.8099965 +222,-1.372031502,0.7472790993,411,1.465101417,0.493232532,7406.3980169 +223,-1.289805721,0.7242157877,411,1.465101417,0.493232532,7417.7231978 +224,-1.350807603,0.7533498126,411,1.465101417,0.493232532,7365.8151637 +225,-1.329290365,0.7560442322,411,1.465101417,0.493232532,7336.8314434 +226,-1.410153004,0.616936428,411,1.465101417,0.493232532,7935.2185562 +227,-1.393445434,0.6308995063,411,1.465101417,0.493232532,7867.7670133 +228,-1.37595573,0.6241540638,411,1.465101417,0.493232532,7877.8992995 +229,-1.358388707,0.6172645205,411,1.465101417,0.493232532,7887.3697223 +230,-1.753741133,0.8281661666,411,1.465101417,0.493232532,7202.529267 +231,-1.47430987,0.6834615681,411,1.465101417,0.493232532,7723.4684313 +232,-1.421012508,0.7222725206,411,1.465101417,0.493232532,7538.981783 +233,-1.4476833,0.6978557868,411,1.465101417,0.493232532,7651.2097795 +234,-1.470370723,0.6966193374,411,1.465101417,0.493232532,7670.0103696 +235,-1.429211703,0.7037216883,411,1.465101417,0.493232532,7616.1597373 +236,-1.700578405,0.6178673663,411,1.465101417,0.493232532,8041.8613505 +237,-1.678117619,0.6331716163,411,1.465101417,0.493232532,7982.1575496 +238,-1.725644578,0.6316331145,411,1.465101417,0.493232532,7984.4871086 +239,-2.14012759,0.7930497945,411,1.465101417,0.493232532,7082.048923 +240,-2.103289431,0.7653606263,411,1.465101417,0.493232532,7223.5184404 +241,-1.318739838,0.7017808746,411,1.465101417,0.493232532,7530.5996282 +242,-1.396417427,0.7077900843,411,1.465101417,0.493232532,7576.3999804 +243,-1.35650337,0.7185539404,411,1.465101417,0.493232532,7502.4901111 +244,-1.248884539,0.7274156818,411,1.465101417,0.493232532,7361.7324475 +245,-1.395014798,0.5761185243,411,1.465101417,0.493232532,8077.9953835 +246,-1.433377362,0.6064716109,411,1.465101417,0.493232532,7993.8747747 +247,-1.408172432,0.5903155476,411,1.465101417,0.493232532,8035.4340942 +248,-1.749645898,0.7757118084,411,1.465101417,0.493232532,7410.5845292 +249,-1.571626686,0.615046989,411,1.465101417,0.493232532,8036.4815819 +250,-1.514070049,0.6303003037,411,1.465101417,0.493232532,7952.4940679 +251,-1.480890369,0.6237966528,411,1.465101417,0.493232532,7959.4348199 +252,-1.704390658,0.5281680612,411,1.465101417,0.493232532,8396.7058141 +253,-1.64434733,0.5254277498,411,1.465101417,0.493232532,8407.1041264 +254,-1.703855997,0.4792484842,411,1.465101417,0.493232532,8590.4486405 +255,-1.692002383,0.5748825051,411,1.465101417,0.493232532,8212.6428932 +256,-1.854136457,0.5544643913,411,1.465101417,0.493232532,8240.2430044 +257,-1.665021206,0.520317736,411,1.465101417,0.493232532,8428.9412717 +258,-1.733654349,0.4845187345,411,1.465101417,0.493232532,8564.897788 +259,-1.720938188,0.5135933906,411,1.465101417,0.493232532,8452.2610309 +260,-1.742668307,0.553296122,411,1.465101417,0.493232532,8291.0471793 +261,-1.965659039,0.7142126903,411,1.465101417,0.493232532,7544.6948507 +262,-1.944438071,0.6772834804,411,1.465101417,0.493232532,7702.6649404 +263,-1.270340967,0.7681487096,411,1.465101417,0.493232532,7234.9351911 +264,-1.353091884,0.6549276821,411,1.465101417,0.493232532,7740.0475584 +265,-1.333236659,0.6413584414,411,1.465101417,0.493232532,7771.6097809 +266,-1.352015998,0.6753788907,411,1.465101417,0.493232532,7661.7904019 +267,-1.377988483,0.6577816235,411,1.465101417,0.493232532,7751.9468765 +268,-2.13075611,0.8318642051,411,1.465101417,0.493232532,6951.1878606 +269,-2.097910953,0.8259670014,411,1.465101417,0.493232532,7006.2240999 +270,-1.416382069,0.6694271549,411,1.465101417,0.493232532,7738.8198301 +271,-1.538905672,0.7535625993,411,1.465101417,0.493232532,7479.9569563 +272,-1.572309477,0.7803125099,411,1.465101417,0.493232532,7385.2835681 +273,-1.87759879,0.7503853417,411,1.465101417,0.493232532,7463.6908942 +274,1.152365588,0.590457682,411,1.465101417,0.493232532,1127.1061916 +275,0.350198001,0.718001859,411,1.465101417,0.493232532,3655.4493897 +276,0.046513677,0.491503852,411,1.465101417,0.493232532,4842.7386547 +277,0.027510309,0.742571376,411,1.465101417,0.493232532,4564.4602918 +278,0.306285725,-0.214631579,411,1.465101417,0.493232532,5246.5635216 +279,-1.100564889,0.318051531,411,1.465101417,0.493232532,8545.8115017 +280,-1.078582306,0.301437596,411,1.465101417,0.493232532,8550.5397321 +281,-1.137371989,-0.617634065,411,1.465101417,0.493232532,10572.166237 +282,0.784356344,0.703272339,411,1.465101417,0.493232532,2355.8860251 +283,-1.221209947,0.218327455,411,1.465101417,0.493232532,9128.8058493 +284,2.347301921,-0.449114658,411,1.465101417,0.493232532,5020.6895003 +285,0.246820618,0.830553713,411,1.465101417,0.493232532,3892.9437888 +286,0.829414965,0.703288228,411,1.465101417,0.493232532,2221.6179065 +287,-1.337537566,0.42332223,411,1.465101417,0.493232532,8590.0052517 +288,0.882453706,0.454478077,411,1.465101417,0.493232532,2052.8823925 +289,1.575629659,0.416419109,411,1.465101417,0.493232532,497.08371801 +290,-1.039455679,0.229888244,411,1.465101417,0.493232532,8680.153328 +291,0.489558039,0.934482747,411,1.465101417,0.493232532,3290.7421275 +292,0.081344504,0.88384514,411,1.465101417,0.493232532,4284.0496271 +293,-1.547979814,0.300350308,411,1.465101417,0.493232532,9262.0977115 +294,0.040776181,0.168560074,411,1.465101417,0.493232532,5399.4195267 +295,-1.130374745,0.563894876,411,1.465101417,0.493232532,7779.1726957 +296,1.578326642,0.478507176,411,1.465101417,0.493232532,400.79553783 +297,-1.12861823,-0.291640865,411,1.465101417,0.493232532,10293.874048 +298,0.310524208,0.770885792,411,1.465101417,0.493232532,3745.0989574 +299,0.415649091,-0.387246002,411,1.465101417,0.493232532,5313.2602396 +300,-0.926533878,-0.188022748,411,1.465101417,0.493232532,9415.1798513 +301,1.258856172,-0.11716081,411,1.465101417,0.493232532,2543.0701176 +302,-1.126050026,0.322941926,411,1.465101417,0.493232532,8584.1231211 +303,2.002785835,0.07893892,411,1.465101417,0.493232532,2604.4819927 +304,0.440437607,0.746258085,411,1.465101417,0.493232532,3380.7771924 +305,-0.030391866,0.214441206,411,1.465101417,0.493232532,5563.3353569 +306,0.521557815,-0.058929362,411,1.465101417,0.493232532,4201.7894104 +307,-0.097005111,0.13317729,411,1.465101417,0.493232532,5942.6161149 +308,1.83113859,0.221857587,411,1.465101417,0.493232532,1726.6729553 +309,0.222428864,0.099404236,411,1.465101417,0.493232532,4892.1662415 +310,-1.702731345,0.8728568183,411,1.465101417,0.493232532,7031.9802965 +311,-0.418507569,0.278324921,411,1.465101417,0.493232532,6740.4719899 +312,-1.41153306,0.339029988,411,1.465101417,0.493232532,8994.6204692 +313,0.357560442,0.114788776,411,1.465101417,0.493232532,4394.1518089 +314,0.325818979,0.268352149,411,1.465101417,0.493232532,4235.4533758 +315,-1.246004659,-0.663679965,411,1.465101417,0.493232532,10871.126394 +316,1.814603087,0.637404484,411,1.465101417,0.493232532,1297.4577433 +317,1.843704281,-0.18300445,411,1.465101417,0.493232532,3046.0573719 +318,1.690644492,-0.211480909,411,1.465101417,0.493232532,2922.2158775 +319,-1.275451936,0.068109467,411,1.465101417,0.493232532,9745.608893 +320,0.762430171,-0.207594741,411,1.465101417,0.493232532,3866.8833889 +321,0.265668905,-0.014647884,411,1.465101417,0.493232532,4962.3423848 +322,-2.773032013,-0.335515811,411,1.465101417,0.493232532,8461.267128 +323,-1.469512853,0.174058777,411,1.465101417,0.493232532,9684.3514379 +324,0.286276986,0.785925691,411,1.465101417,0.493232532,3806.1612013 +325,-1.379324697,0.377432233,411,1.465101417,0.493232532,8812.7374237 +326,-1.203778265,0.212813032,411,1.465101417,0.493232532,9111.5968245 +327,0.579916301,0.611743168,411,1.465101417,0.493232532,2989.4758592 +328,0.267582642,0.868113908,411,1.465101417,0.493232532,3824.8663973 +329,0.412869244,-0.050245578,411,1.465101417,0.493232532,4538.9092108 +330,0.17524381,0.976660285,411,1.465101417,0.493232532,4013.7686135 +331,0.743157214,0.204812899,411,1.465101417,0.493232532,2901.1906266 +332,-1.070758176,0.269382282,411,1.465101417,0.493232532,8633.8227433 +333,-1.230364251,0.329790229,411,1.465101417,0.493232532,8763.1375045 +334,-1.374813124,-0.024926835,411,1.465101417,0.493232532,10265.633847 +335,0.519780566,0.463669906,411,1.465101417,0.493232532,3297.6722933 +336,-1.55108034,0.239698561,411,1.465101417,0.493232532,9501.1440506 +337,0.180294813,0.029739425,411,1.465101417,0.493232532,5170.0363093 +338,0.67820924,0.268170153,411,1.465101417,0.493232532,3008.7218806 +339,0.445798684,1.024001867,411,1.465101417,0.493232532,3448.2672648 +340,0.691751283,0.150521402,411,1.465101417,0.493232532,3182.8611226 +341,-1.036643551,-0.903056181,411,1.465101417,0.493232532,9957.0021822 +342,-0.120287036,1.083325163,411,1.465101417,0.493232532,4538.5667053 +343,2.823513113,-0.304487164,411,1.465101417,0.493232532,6082.5622425 +344,0.457583172,1.12513373,411,1.465101417,0.493232532,3522.4879604 +345,0.042918831,0.813795399,411,1.465101417,0.493232532,4444.8933923 +346,1.196146777,-0.853142756,411,1.465101417,0.493232532,5417.3990059 +347,0.206001358,-0.010430701,411,1.465101417,0.493232532,5158.8826659 +348,-0.268308653,0.234799412,411,1.465101417,0.493232532,6334.9666109 +349,0.759363263,0.736189579,411,1.465101417,0.493232532,2450.0720115 +350,0.181363926,0.891988372,411,1.465101417,0.493232532,4032.1694498 +351,-0.021111158,0.139103292,411,1.465101417,0.493232532,5668.1799603 +352,-0.093355215,0.630686981,411,1.465101417,0.493232532,5064.8240936 +353,0.40118964,0.681375926,411,1.465101417,0.493232532,3520.5638303 +354,-0.721197315,1.304706234,411,1.465101417,0.493232532,4918.8119308 +355,-1.076150317,0.212107639,411,1.465101417,0.493232532,8824.7180789 +356,-1.577164531,0.273993443,411,1.465101417,0.493232532,9381.0911164 +357,-0.190788414,0.182208586,411,1.465101417,0.493232532,6173.7039744 +358,-0.261349752,0.209710184,411,1.465101417,0.493232532,6360.551238 +359,-1.029303852,0.083549259,411,1.465101417,0.493232532,9080.9324066 +360,-1.268609162,0.330525297,411,1.465101417,0.493232532,8826.1885408 +361,1.282982244,-0.926641967,411,1.465101417,0.493232532,5659.1475699 +362,0.217352334,0.731352408,411,1.465101417,0.493232532,4035.7099268 +363,-1.511833084,0.258629297,411,1.465101417,0.493232532,9399.5194783 +364,0.338812194,0.823184618,411,1.465101417,0.493232532,3649.5923588 +365,-0.324406489,1.134201999,411,1.465101417,0.493232532,4812.9823095 +366,1.389579348,0.399185724,411,1.465101417,0.493232532,459.88553353 +367,2.047152199,-0.039082036,411,1.465101417,0.493232532,3056.8007345 +368,0.947780369,0.568250077,411,1.465101417,0.493232532,1786.1117234 +369,0.763824846,0.576754987,411,1.465101417,0.493232532,2397.9264023 +370,-0.142334657,0.928153068,411,1.465101417,0.493232532,4764.5439549 +371,0.610266567,0.547265983,411,1.465101417,0.493232532,2921.8161379 +372,0.210731629,0.746815056,411,1.465101417,0.493232532,4042.9816884 +373,-1.34931644,0.316895224,411,1.465101417,0.493232532,8998.7247733 +374,2.407696481,0.655030745,411,1.465101417,0.493232532,3156.4574972 +375,0.64207831,0.545359131,411,1.465101417,0.493232532,2816.4789799 +376,1.174597538,0.840588356,411,1.465101417,0.493232532,1638.4771196 +377,0.660059424,0.010604079,411,1.465101417,0.493232532,3595.9178852 +378,-0.730263819,0.010486456,411,1.465101417,0.493232532,8342.0511644 +379,0.831068936,0.512339172,411,1.465101417,0.493232532,2193.0223875 +380,1.301180979,0.72367476,411,1.465101417,0.493232532,1055.3216959 +381,1.811128231,0.322854402,411,1.465101417,0.493232532,1424.6797835 +382,0.435105812,0.992284428,411,1.465101417,0.493232532,3448.4240368 +383,0.62643634,0.592027932,411,1.465101417,0.493232532,2845.9578757 +384,0.492988703,-0.516339467,411,1.465101417,0.493232532,5432.7677809 +385,-0.162469483,0.112549365,411,1.465101417,0.493232532,6208.0108426 +386,0.314630866,0.472006421,411,1.465101417,0.493232532,3984.0447572 +387,0.166744804,0.822815954,411,1.465101417,0.493232532,4109.917535 +388,0.417159608,0.965805736,411,1.465101417,0.493232532,3473.1007422 +389,0.106334961,0.868774244,411,1.465101417,0.493232532,4233.3385197 +390,0.815086969,-0.338144359,411,1.465101417,0.493232532,4127.7400771 +391,0.59867455,-0.230624824,411,1.465101417,0.493232532,4386.191319 +392,1.915104874,0.066220985,411,1.465101417,0.493232532,2394.9464486 +393,1.278093622,0.064463721,411,1.465101417,0.493232532,1838.9326961 +394,-0.061477853,0.302997961,411,1.465101417,0.493232532,5511.3280439 +395,0.251311504,0.626976942,411,1.465101417,0.493232532,4023.0296344 +396,2.950242872,0.149095644,411,1.465101417,0.493232532,5646.1514571 +397,-0.180294708,0.35375117,411,1.465101417,0.493232532,5815.4511683 +398,1.010448592,-0.351180233,411,1.465101417,0.493232532,3770.3938176 +399,-1.748740498,0.3686318073,411,1.465101417,0.493232532,9018.8318061 +400,2.699635665,0.123533791,411,1.465101417,0.493232532,4819.2824705 +401,0.496808033,0.823843254,411,1.465101417,0.493232532,3224.5018241 +402,0.129574704,0.763364087,411,1.465101417,0.493232532,4258.2774409 +403,1.798920311,0.817447563,411,1.465101417,0.493232532,1648.4954333 +404,0.335987953,0.746786541,411,1.465101417,0.493232532,3683.2229672 +405,-1.085413643,0.292154671,411,1.465101417,0.493232532,8595.4883603 +406,-0.155321003,0.508207011,411,1.465101417,0.493232532,5455.7414984 +407,0.620529244,-0.301175104,411,1.465101417,0.493232532,4513.2460591 +408,1.684402744,0.368716966,411,1.465101417,0.493232532,929.71456951 +409,0.300582244,-0.386397212,411,1.465101417,0.493232532,5649.5763873 +410,2.913555946,-0.009225192,411,1.465101417,0.493232532,5812.7446116 +411,1.465101417,0.493232532,411,1.465101417,0.493232532,0 +412,0.090612882,0.907955955,411,1.465101417,0.493232532,4243.637749 +413,2.987564726,-0.729568594,411,1.465101417,0.493232532,7362.0130799 +414,-1.484261606,0.224149272,411,1.465101417,0.493232532,9508.2644296 +415,0.164073421,0.303955133,411,1.465101417,0.493232532,4739.0234768 +416,0.141441293,0.167552546,411,1.465101417,0.493232532,5050.6376832 +417,2.931321023,-0.506718887,411,1.465101417,0.493232532,6815.891006 +418,2.21951565,0.700596356,411,1.465101417,0.493232532,2575.972613 +419,0.268112576,1.199114336,411,1.465101417,0.493232532,3877.3117954 +420,0.978913739,0.359223811,411,1.465101417,0.493232532,1827.1447522 +421,1.210898818,0.522863584,411,1.465101417,0.493232532,886.89609974 +422,2.347397336,0.129231362,411,1.465101417,0.493232532,3593.1977239 +423,0.614394501,0.556878345,411,1.465101417,0.493232532,2902.4154643 +424,-1.398079356,0.148483366,411,1.465101417,0.493232532,9687.6906119 +425,2.535303836,-0.112984496,411,1.465101417,0.493232532,4734.8856239 +426,-1.019372593,-0.405322349,411,1.465101417,0.493232532,10083.018134 +427,-1.297785627,-0.160104069,411,1.465101417,0.493232532,10512.05783 +428,2.144554488,0.205051084,411,1.465101417,0.493232532,2757.8772541 +429,-2.242387083,-0.426171285,411,1.465101417,0.493232532,10423.569761 +430,0.338637212,0.909723676,411,1.465101417,0.493232532,3642.2835016 +431,-0.148798452,0.691042401,411,1.465101417,0.493232532,5128.6499765 +432,0.893524764,0.441829531,411,1.465101417,0.493232532,2025.1820991 +433,0.969229347,-0.368847936,411,1.465101417,0.493232532,3906.1374736 +434,0.436043248,0.800045688,411,1.465101417,0.493232532,3387.424107 +435,1.687946607,1.081504775,411,1.465101417,0.493232532,2402.235186 +436,0.522302046,-0.034889271,411,1.465101417,0.493232532,4144.9056583 +437,-0.178996113,-0.438090009,411,1.465101417,0.493232532,7260.7528893 +438,-1.094339566,0.301444068,411,1.465101417,0.493232532,8585.7245257 +439,-1.064070054,0.242569932,411,1.465101417,0.493232532,8701.4704457 +440,-1.068153768,0.230387998,411,1.465101417,0.493232532,8748.9495437 +441,-3.00496892,-0.23989155,411,1.465101417,0.493232532,7502.9338384 +442,0.21751974,0.766874888,411,1.465101417,0.493232532,4009.3607821 +443,0.117229532,0.007619006,411,1.465101417,0.493232532,5431.0841083 +444,0.777758451,0.420554741,411,1.465101417,0.493232532,2449.620258 +445,-0.252356999,0.250747086,411,1.465101417,0.493232532,6250.4855731 +446,0.363148444,0.768483434,411,1.465101417,0.493232532,3597.0420379 +447,0.903191366,-0.118210676,411,1.465101417,0.493232532,3236.5704817 +448,-0.205755923,0.149406178,411,1.465101417,0.493232532,6287.4023006 +449,1.811996086,0.02364353,411,1.465101417,0.493232532,2276.7760463 +450,-1.100670221,0.314845373,411,1.465101417,0.493232532,8556.4169739 +451,0.340078597,0.850105132,411,1.465101417,0.493232532,3641.4596437 +452,0.258757267,0.804969236,411,1.465101417,0.493232532,3872.8346844 +453,2.78505352,-0.155160804,411,1.465101417,0.493232532,5654.1989006 +454,0.800551619,0.105822106,411,1.465101417,0.493232532,2925.0849391 +455,0.437940882,-0.506194031,411,1.465101417,0.493232532,5549.6933729 +456,2.230431122,0.63458615,411,1.465101417,0.493232532,2599.7515702 +457,0.527965361,0.127667701,411,1.465101417,0.493232532,3782.9748602 +458,-0.063643205,0.702093448,411,1.465101417,0.493232532,4872.8199234 +459,1.408447268,0.133010502,411,1.465101417,0.493232532,1442.4976255 +460,0.523795955,0.280266966,411,1.465101417,0.493232532,3525.8808271 +461,-0.975769313,0.072177659,411,1.465101417,0.493232532,8959.297592 +462,0.549774164,-0.463663986,411,1.465101417,0.493232532,5145.4147017 +463,0.29245874,1.095549818,411,1.465101417,0.493232532,3784.4337945 +464,0.143625958,0.816809593,411,1.465101417,0.493232532,4175.6816741 +465,0.671902494,0.611159853,411,1.465101417,0.493232532,2692.1933602 +466,1.239840988,0.6724199,411,1.465101417,0.493232532,1026.9255076 +467,0.607829703,-0.10932137,411,1.465101417,0.493232532,4049.393633 +468,1.763020906,0.263996692,411,1.465101417,0.493232532,1420.4679789 +469,0.378714634,0.726066797,411,1.465101417,0.493232532,3567.5537544 +470,2.196736143,-0.153862366,411,1.465101417,0.493232532,3794.9720091 +471,0.01702415,0.148991565,411,1.465101417,0.493232532,5517.4787315 +472,-2.998490902,-0.158002487,411,1.465101417,0.493232532,7381.9185626 +473,-3.051262951,-0.346595608,411,1.465101417,0.493232532,7521.3116766 +474,-1.069176439,0.182802941,411,1.465101417,0.493232532,8897.0378071 +475,0.167157509,0.595344954,411,1.465101417,0.493232532,4319.4555561 +476,0.613855648,0.681746124,411,1.465101417,0.493232532,2868.147983 +477,1.037012736,0.682555367,411,1.465101417,0.493232532,1590.5445096 +478,-1.253574971,0.379755746,411,1.465101417,0.493232532,8626.53967 +479,3.108590453,-0.132620738,411,1.465101417,0.493232532,6722.4157816 +480,0.565301296,0.022333262,411,1.465101417,0.493232532,3876.6719882 +481,0.547898238,0.855555614,411,1.465101417,0.493232532,3102.2023562 +482,0.948309381,0.417393755,411,1.465101417,0.493232532,1858.1096382 +483,-0.050600732,0.945269213,411,1.465101417,0.493232532,4538.9167935 +484,-0.977651478,-0.572363064,411,1.465101417,0.493232532,10053.052543 +485,1.102014914,0.728861163,411,1.465101417,0.493232532,1495.8774822 +486,2.927300795,-0.282939414,411,1.465101417,0.493232532,6382.4495705 +487,-1.154565557,0.124434095,411,1.465101417,0.493232532,9287.0041133 +488,1.855331234,0.291044755,411,1.465101417,0.493232532,1633.167769 +489,0.830290659,0.276904518,411,1.465101417,0.493232532,2471.0825806 +490,0.485104466,-0.234867441,411,1.465101417,0.493232532,4733.5502948 +491,0.521367572,-0.33161327,411,1.465101417,0.493232532,4870.8300371 +1,-1.539031704,0.7349710123,412,0.090612882,0.907955955,4140.0652656 +2,-1.536990553,0.7349663874,412,0.090612882,0.907955955,4135.8172385 +3,-1.534951779,0.7349571355,412,0.090612882,0.907955955,4131.5838828 +4,-1.532906461,0.7349480293,412,0.090612882,0.907955955,4127.3332502 +5,-1.531320211,0.7346937278,412,0.090612882,0.907955955,4124.7220308 +6,-1.539451648,0.7335131775,412,0.090612882,0.907955955,4145.0089431 +7,-1.537429487,0.7335445708,412,0.090612882,0.907955955,4140.6977385 +8,-1.535484998,0.7335658704,412,0.090612882,0.907955955,4136.574096 +9,-1.533488396,0.7336036027,412,0.090612882,0.907955955,4132.2928764 +10,-1.531497785,0.7335842962,412,0.090612882,0.907955955,4128.1800633 +11,-1.530259379,0.7334777758,412,0.090612882,0.907955955,4125.8827073 +12,-1.5335454,0.7322346912,412,0.090612882,0.907955955,4136.2252567 +13,-1.531489083,0.7322238773,412,0.090612882,0.907955955,4131.9484455 +14,-1.530011122,0.7321679851,412,0.090612882,0.907955955,4129.0064307 +15,-1.53348106,0.7306614094,412,0.090612882,0.907955955,4140.4755167 +16,-1.531441779,0.7306962275,412,0.090612882,0.907955955,4136.103906 +17,-1.529755654,0.7306933243,412,0.090612882,0.907955955,4132.5753382 +18,-1.533415048,0.7291384674,412,0.090612882,0.907955955,4144.5844923 +19,-1.531392093,0.7291705353,412,0.090612882,0.907955955,4140.2514786 +20,-1.529296523,0.7291214933,412,0.090612882,0.907955955,4135.9889631 +21,-1.535280942,0.727267644,412,0.090612882,0.907955955,4153.7206142 +22,-1.533378158,0.7276139666,412,0.090612882,0.907955955,4148.761402 +23,-1.531340368,0.7276446587,412,0.090612882,0.907955955,4144.3978258 +24,-1.528960113,0.7276398177,412,0.090612882,0.907955955,4139.4105316 +25,-1.533313146,0.7260818349,412,0.090612882,0.907955955,4152.9031276 +26,-1.531259555,0.7260958115,412,0.090612882,0.907955955,4148.5496779 +27,-1.528926415,0.7260865555,412,0.090612882,0.907955955,4143.6699317 +28,-1.531226779,0.7245511789,412,0.090612882,0.907955955,4152.7933007 +29,-1.528904772,0.7245519194,412,0.090612882,0.907955955,4147.9054151 +30,-1.547195875,0.7409785979,412,0.090612882,0.907955955,4140.2923486 +31,-1.5451475,0.740980426,412,0.090612882,0.907955955,4136.0368496 +32,-1.543097679,0.7409798872,412,0.090612882,0.907955955,4131.7817288 +33,-1.540720364,0.7409892687,412,0.090612882,0.907955955,4126.8148929 +34,-1.547188511,0.7395198392,412,0.090612882,0.907955955,4144.3487078 +35,-1.545148587,0.7395226109,412,0.090612882,0.907955955,4140.1049842 +36,-1.543104538,0.7395314908,412,0.090612882,0.907955955,4135.8324794 +37,-1.540727751,0.7395306258,412,0.090612882,0.907955955,4130.8916734 +38,-1.547187029,0.7380014886,412,0.090612882,0.907955955,4148.5862009 +39,-1.545147315,0.7380012252,412,0.090612882,0.907955955,4144.3481436 +40,-1.54310719,0.7380060743,412,0.090612882,0.907955955,4140.09178 +41,-1.540719671,0.7380068206,412,0.090612882,0.907955955,4135.1203583 +42,-1.547187189,0.7364799098,412,0.090612882,0.907955955,4152.8387738 +43,-1.545149996,0.7364853874,412,0.090612882,0.907955955,4148.586693 +44,-1.543106091,0.7364823484,412,0.090612882,0.907955955,4144.3412536 +45,-1.540717158,0.7364893901,412,0.090612882,0.907955955,4139.3455418 +46,-1.538663972,0.7410138672,412,0.090612882,0.907955955,4122.4692604 +47,-1.53695285,0.7409699132,412,0.090612882,0.907955955,4119.0299519 +48,-1.534910498,0.7409641297,412,0.090612882,0.907955955,4114.7921116 +49,-1.533145034,0.7409536636,412,0.090612882,0.907955955,4111.1414082 +50,-1.538681336,0.7395405883,412,0.090612882,0.907955955,4126.6043776 +51,-1.536999189,0.7395183096,412,0.090612882,0.907955955,4123.1626186 +52,-1.534923633,0.7395144222,412,0.090612882,0.907955955,4118.8472575 +53,-1.533267822,0.7395654306,412,0.090612882,0.907955955,4115.2519598 +54,-1.53867273,0.7380151077,412,0.090612882,0.907955955,4130.8333496 +55,-1.536980576,0.7379994392,412,0.090612882,0.907955955,4127.3496813 +56,-1.534931522,0.7379944961,412,0.090612882,0.907955955,4123.0892522 +57,-1.533387952,0.7379480264,412,0.090612882,0.907955955,4119.9965271 +58,-1.538682279,0.7364914363,412,0.090612882,0.907955955,4135.0978318 +59,-1.536980704,0.7364810563,412,0.090612882,0.907955955,4131.5771379 +60,-1.534935567,0.7364752065,412,0.090612882,0.907955955,4127.3241923 +61,-1.533042592,0.7363876366,412,0.090612882,0.907955955,4123.6132898 +62,-1.545143426,0.7349628011,412,0.090612882,0.907955955,4152.8274937 +63,-1.543105297,0.7349691947,412,0.090612882,0.907955955,4148.5645114 +64,-1.541064533,0.7349647152,412,0.090612882,0.907955955,4144.3232319 +65,-1.545411803,0.7334624714,412,0.090612882,0.907955955,4157.581539 +66,-1.543446606,0.7334780896,412,0.090612882,0.907955955,4153.4420741 +67,-1.541475327,0.7334957295,412,0.090612882,0.907955955,4149.2813899 +68,-1.545401939,0.731963266,412,0.090612882,0.907955955,4161.7556851 +69,-1.54342253,0.7319915583,412,0.090612882,0.907955955,4157.5480434 +70,-1.541455867,0.7320216438,412,0.090612882,0.907955955,4153.3591281 +71,-1.545410146,0.7304422281,412,0.090612882,0.907955955,4166.0312018 +72,-1.543435491,0.7304713664,412,0.090612882,0.907955955,4161.8279883 +73,-1.541463105,0.7304997613,412,0.090612882,0.907955955,4157.6287405 +74,-1.545414768,0.7289194936,412,0.090612882,0.907955955,4170.3066286 +75,-1.543435774,0.7289538557,412,0.090612882,0.907955955,4166.0765989 +76,-1.541457714,0.7289765881,412,0.090612882,0.907955955,4161.8782189 +77,-1.539449415,0.7320555866,412,0.090612882,0.907955955,4149.073485 +78,-1.537429183,0.7321097681,412,0.090612882,0.907955955,4144.6996354 +79,-1.535472649,0.7321497267,412,0.090612882,0.907955955,4140.4958564 +80,-1.539457899,0.7305333307,412,0.090612882,0.907955955,4153.3435623 +81,-1.537453161,0.7305750503,412,0.090612882,0.907955955,4149.0336923 +82,-1.535479385,0.7306124949,412,0.090612882,0.907955955,4144.7977098 +83,-1.53946905,0.7290102593,412,0.090612882,0.907955955,4157.6241798 +84,-1.537459922,0.7290417293,412,0.090612882,0.907955955,4153.3305767 +85,-1.535451349,0.7290890157,412,0.090612882,0.907955955,4148.991054 +86,-1.535522937,0.7279887191,412,0.090612882,0.907955955,4152.213744 +87,-1.539442524,0.7274735939,412,0.090612882,0.907955955,4161.8666135 +88,-1.537424111,0.727521351,412,0.090612882,0.907955955,4157.5047794 +89,-1.539384641,0.7259505092,412,0.090612882,0.907955955,4166.0079148 +90,-1.537372391,0.7259947145,412,0.090612882,0.907955955,4161.6656498 +91,-1.535340789,0.7260435356,412,0.090612882,0.907955955,4157.266991 +92,-1.539325716,0.7244369706,412,0.090612882,0.907955955,4170.122735 +93,-1.537308932,0.7244801057,412,0.090612882,0.907955955,4165.7707064 +94,-1.535289068,0.7245247645,412,0.090612882,0.907955955,4161.405052 +95,-1.533261366,0.7245550236,412,0.090612882,0.907955955,4157.0602765 +96,-1.539267302,0.722921924,412,0.090612882,0.907955955,4174.2452581 +97,-1.537248972,0.7229660258,412,0.090612882,0.907955955,4169.8840327 +98,-1.535219431,0.7229916471,412,0.090612882,0.907955955,4165.5480673 +99,-1.53318962,0.7230212049,412,0.090612882,0.907955955,4161.197531 +100,-1.531154816,0.7230299897,412,0.090612882,0.907955955,4156.8915601 +101,-1.528878341,0.7230370244,412,0.090612882,0.907955955,4152.0783361 +102,-1.539218189,0.7214009878,412,0.090612882,0.907955955,4178.4062349 +103,-1.537198791,0.7214422745,412,0.090612882,0.907955955,4174.0474167 +104,-1.535179266,0.7214634354,412,0.090612882,0.907955955,4169.7417841 +105,-1.533156501,0.7214944644,412,0.090612882,0.907955955,4165.3987376 +106,-1.53113574,0.7215166021,412,0.090612882,0.907955955,4161.081827 +107,-1.528874248,0.7215345535,412,0.090612882,0.907955955,4156.2661906 +108,-1.539217656,0.7198512397,412,0.090612882,0.907955955,4182.7526129 +109,-1.537199919,0.7199428763,412,0.090612882,0.907955955,4178.2528965 +110,-1.545425832,0.727397149,412,0.090612882,0.907955955,4174.5970555 +111,-1.543371177,0.7273916949,412,0.090612882,0.907955955,4170.3172476 +112,-1.541368852,0.7274523163,412,0.090612882,0.907955955,4165.9587194 +113,-1.545349067,0.7258710923,412,0.090612882,0.907955955,4178.7168625 +114,-1.54332671,0.7258603556,412,0.090612882,0.907955955,4174.5161583 +115,-1.541346831,0.7259242142,412,0.090612882,0.907955955,4170.1922813 +116,-1.545324355,0.7243383958,412,0.090612882,0.907955955,4182.9666133 +117,-1.543292796,0.7243617413,412,0.090612882,0.907955955,4178.6478647 +118,-1.541295822,0.7244024384,412,0.090612882,0.907955955,4174.3499212 +119,-1.543193859,0.7205570215,412,0.090612882,0.907955955,4189.1214221 +120,-1.550257047,0.7386738187,412,0.090612882,0.907955955,4153.0798524 +121,-1.549335448,0.7311736483,412,0.090612882,0.907955955,4172.164561 +122,-1.533478843,0.7179891343,412,0.090612882,0.907955955,4175.8940283 +123,-1.556150555,0.738907041,412,0.090612882,0.907955955,4164.6376985 +124,-1.554324226,0.733414257,412,0.090612882,0.907955955,4176.2546932 +125,-1.554290846,0.7288285332,412,0.090612882,0.907955955,4189.0662164 +126,-1.55122487,0.7219795312,412,0.090612882,0.907955955,4201.9412521 +127,-1.525104458,0.7229399862,412,0.090612882,0.907955955,4144.3937403 +128,-1.519607711,0.7236181429,412,0.090612882,0.907955955,4130.9002801 +129,-1.513899999,0.7251107854,412,0.090612882,0.907955955,4114.6855926 +130,-1.536620762,0.7431061895,412,0.090612882,0.907955955,4112.4039349 +131,-1.5369566,0.7460845958,412,0.090612882,0.907955955,4104.8364868 +132,-1.545345528,0.7447040685,412,0.090612882,0.907955955,4126.0730341 +133,-1.532813921,0.7432306626,412,0.090612882,0.907955955,4104.1347699 +134,-1.554788248,0.7382381001,412,0.090612882,0.907955955,4163.6914457 +135,-1.540348126,0.7301594274,412,0.090612882,0.907955955,4156.2499303 +136,-1.538016084,0.7239051786,412,0.090612882,0.907955955,4168.8644979 +137,-1.525288962,0.7258085137,412,0.090612882,0.907955955,4136.7882219 +138,-1.534326986,0.731241342,412,0.090612882,0.907955955,4140.6305762 +139,-1.530733872,0.7303625216,412,0.090612882,0.907955955,4135.5488377 +141,-1.534354939,0.7328219978,412,0.090612882,0.907955955,4136.2832449 +142,-1.53157084,0.7292888153,412,0.090612882,0.907955955,4140.2968214 +143,-1.525691035,0.7263799874,412,0.090612882,0.907955955,4136.0432911 +144,-1.534031287,0.7495967835,412,0.090612882,0.907955955,4089.0354449 +145,-1.527714986,0.7283095957,412,0.090612882,0.907955955,4134.9273481 +146,-1.526189586,0.7271468292,412,0.090612882,0.907955955,4134.9571416 +147,-1.555177336,0.7375563366,412,0.090612882,0.907955955,4166.4077303 +148,-1.555080283,0.7312707794,412,0.090612882,0.907955955,4183.8441627 +149,-1.53856994,0.7224180299,412,0.090612882,0.907955955,4174.1935037 +150,-1.530837883,0.729933372,412,0.090612882,0.907955955,4136.9626157 +151,-1.515066984,0.5854133365,412,0.090612882,0.907955955,4515.2824375 +152,-1.534731633,0.5368370046,412,0.090612882,0.907955955,4702.3388236 +153,-1.515231902,0.5607085576,412,0.090612882,0.907955955,4587.9371381 +154,-2.616253799,1.0684566605,412,0.090612882,0.907955955,4495.6863637 +155,-1.956071439,0.5792177723,412,0.090612882,0.907955955,5442.3985414 +156,-1.951208514,0.5602434208,412,0.090612882,0.907955955,5495.735937 +157,-1.944675062,0.6062144545,412,0.090612882,0.907955955,5332.8737824 +158,-1.613778386,0.6077989518,412,0.090612882,0.907955955,4665.7159266 +159,-2.035029014,0.6021432345,412,0.090612882,0.907955955,5507.8211885 +160,-2.114989471,0.6801825058,412,0.090612882,0.907955955,5375.5848225 +161,-2.037382079,0.5765830025,412,0.090612882,0.907955955,5597.7699069 +162,-2.129855121,0.6585019963,412,0.090612882,0.907955955,5473.0330119 +163,-2.075141798,0.6493615843,412,0.090612882,0.907955955,5416.5031415 +164,-1.828626729,0.6948433129,412,0.090612882,0.907955955,4833.9014594 +165,-1.863329418,0.6735427691,412,0.090612882,0.907955955,4965.6555306 +166,-1.266037071,0.727988852,412,0.090612882,0.907955955,3562.4263975 +167,-1.277579582,0.7249010648,412,0.090612882,0.907955955,3596.475507 +168,-1.258418684,0.7241194816,412,0.090612882,0.907955955,3554.9140602 +169,-1.317813974,0.6804850104,412,0.090612882,0.907955955,3803.8072995 +170,-1.344165204,0.6790988904,412,0.090612882,0.907955955,3867.4587637 +171,-1.427582102,0.5277120351,412,0.090612882,0.907955955,4483.7181768 +172,-1.402238616,0.457167829,412,0.090612882,0.907955955,4631.0037377 +173,-1.422454264,0.4996161999,412,0.090612882,0.907955955,4553.7715439 +174,-1.439089277,0.4894859811,412,0.090612882,0.907955955,4622.4356024 +175,-1.448126995,0.5182330266,412,0.090612882,0.907955955,4559.0507084 +176,-1.474626146,0.5881926574,412,0.090612882,0.907955955,4416.3683235 +177,-1.421139645,0.5584869783,412,0.090612882,0.907955955,4379.7617012 +178,-1.457037165,0.565943032,412,0.090612882,0.907955955,4440.6894464 +179,-2.757159358,0.3745319,412,0.090612882,0.907955955,7262.8835016 +180,-2.714309238,0.342054471,412,0.090612882,0.907955955,7357.4562394 +181,-2.000525337,0.774119946,412,0.090612882,0.907955955,4880.1955786 +183,-1.571413436,0.6777838382,412,0.090612882,0.907955955,4370.3371946 +184,-1.552860289,0.6987663893,412,0.090612882,0.907955955,4271.0517913 +185,-1.521852374,0.7165827476,412,0.090612882,0.907955955,4155.2596258 +186,-1.503656267,0.6928968252,412,0.090612882,0.907955955,4182.6433254 +187,-1.502753178,0.7136205882,412,0.090612882,0.907955955,4122.8916149 +188,-1.631894563,0.7343596465,412,0.090612882,0.907955955,4332.2213743 +189,-1.653765416,0.6770714026,412,0.090612882,0.907955955,4544.1874696 +190,-1.719812114,0.6715965947,412,0.090612882,0.907955955,4694.4390083 +191,-1.493406659,0.6646955447,412,0.090612882,0.907955955,4239.7249073 +192,-1.469120564,0.6613469966,412,0.090612882,0.907955955,4195.8153171 +193,-1.590551461,0.5326612937,412,0.090612882,0.907955955,4839.7556784 +194,-1.625979264,0.5247742243,412,0.090612882,0.907955955,4941.9208681 +195,-1.572293943,0.5238808754,412,0.090612882,0.907955955,4825.4126179 +196,-1.610848725,0.5477107964,412,0.090612882,0.907955955,4839.2809319 +197,-1.208485554,0.7918526018,412,0.090612882,0.907955955,3276.3305869 +198,-1.335601374,0.6869083083,412,0.090612882,0.907955955,3827.1670072 +199,-1.346156996,0.6825213377,412,0.090612882,0.907955955,3862.7995852 +200,-1.324381037,0.6741422347,412,0.090612882,0.907955955,3835.7095554 +201,-1.242424992,0.7378949807,412,0.090612882,0.907955955,3483.8221813 +202,-1.270370057,0.7392461008,412,0.090612882,0.907955955,3543.7794289 +203,-1.448950472,0.7441675014,412,0.090612882,0.907955955,3924.3563701 +204,-1.492662363,0.7523026852,412,0.090612882,0.907955955,3995.1837286 +205,-1.479098966,0.7763855017,412,0.090612882,0.907955955,3901.8597553 +206,-1.633760714,0.7869022408,412,0.090612882,0.907955955,4185.5789937 +207,-1.647406434,0.8101289331,412,0.090612882,0.907955955,4146.2265758 +208,-1.564245052,0.5701509278,412,0.090612882,0.907955955,4669.5038885 +209,-1.646289963,0.6833746083,412,0.090612882,0.907955955,4510.2316514 +210,-1.5820631,0.6751952144,412,0.090612882,0.907955955,4400.3345437 +211,-1.613236298,0.6681681791,412,0.090612882,0.907955955,4486.3506839 +212,-1.914661867,0.8212566515,412,0.090612882,0.907955955,4589.6433548 +213,-1.742133237,0.7250275956,412,0.090612882,0.907955955,4576.9560053 +214,-2.033144872,0.6557314699,412,0.090612882,0.907955955,5325.1870318 +215,-2.039551981,0.6964723658,412,0.090612882,0.907955955,5199.8495913 +216,-1.247341019,0.7622473908,412,0.090612882,0.907955955,3434.6737739 +217,-1.298239787,0.7084123392,412,0.090612882,0.907955955,3685.8210591 +218,-1.308539688,0.6926545592,412,0.090612882,0.907955955,3750.4629984 +219,-1.303263185,0.6888938396,412,0.090612882,0.907955955,3748.3368914 +220,-1.852400229,0.6004246149,412,0.090612882,0.907955955,5177.2111962 +221,-1.288947707,0.7473773692,412,0.090612882,0.907955955,3565.0787521 +222,-1.372031502,0.7472790993,412,0.090612882,0.907955955,3749.4478374 +223,-1.289805721,0.7242157877,412,0.090612882,0.907955955,3625.912204 +224,-1.350807603,0.7533498126,412,0.090612882,0.907955955,3687.1743732 +225,-1.329290365,0.7560442322,412,0.090612882,0.907955955,3632.8761094 +226,-1.410153004,0.616936428,412,0.090612882,0.907955955,4188.295914 +227,-1.393445434,0.6308995063,412,0.090612882,0.907955955,4111.2112688 +228,-1.37595573,0.6241540638,412,0.090612882,0.907955955,4090.0222613 +229,-1.358388707,0.6172645205,412,0.090612882,0.907955955,4068.7778808 +230,-1.753741133,0.8281661666,412,0.090612882,0.907955955,4291.5711868 +231,-1.47430987,0.6834615681,412,0.090612882,0.907955955,4145.36125 +232,-1.421012508,0.7222725206,412,0.090612882,0.907955955,3922.7280837 +233,-1.4476833,0.6978557868,412,0.090612882,0.907955955,4047.3545177 +234,-1.470370723,0.6966193374,412,0.090612882,0.907955955,4100.2454782 +235,-1.429211703,0.7037216883,412,0.090612882,0.907955955,3990.8417492 +236,-1.700578405,0.6178673663,412,0.090612882,0.907955955,4818.3658692 +237,-1.678117619,0.6331716163,412,0.090612882,0.907955955,4725.5307388 +238,-1.725644578,0.6316331145,412,0.090612882,0.907955955,4827.7712046 +239,-2.14012759,0.7930497945,412,0.090612882,0.907955955,5027.8606975 +240,-2.103289431,0.7653606263,412,0.090612882,0.907955955,5068.3321175 +241,-1.318739838,0.7017808746,412,0.090612882,0.907955955,3749.6239215 +242,-1.396417427,0.7077900843,412,0.090612882,0.907955955,3907.5716846 +243,-1.35650337,0.7185539404,412,0.090612882,0.907955955,3790.3351305 +244,-1.248884539,0.7274156818,412,0.090612882,0.907955955,3524.8407939 +245,-1.395014798,0.5761185243,412,0.090612882,0.907955955,4268.9636911 +246,-1.433377362,0.6064716109,412,0.090612882,0.907955955,4270.6550708 +247,-1.408172432,0.5903155476,412,0.090612882,0.907955955,4258.9478312 +248,-1.749645898,0.7757118084,412,0.090612882,0.907955955,4439.3322126 +249,-1.571626686,0.615046989,412,0.090612882,0.907955955,4553.2647708 +250,-1.514070049,0.6303003037,412,0.090612882,0.907955955,4383.081108 +251,-1.480890369,0.6237966528,412,0.090612882,0.907955955,4328.2334813 +252,-1.704390658,0.5281680612,412,0.090612882,0.907955955,5101.6623194 +253,-1.64434733,0.5254277498,412,0.090612882,0.907955955,4980.2310074 +254,-1.703855997,0.4792484842,412,0.090612882,0.907955955,5252.305333 +255,-1.692002383,0.5748825051,412,0.090612882,0.907955955,4931.6158434 +256,-1.854136457,0.5544643913,412,0.090612882,0.907955955,5327.5104801 +257,-1.665021206,0.520317736,412,0.090612882,0.907955955,5040.9458404 +258,-1.733654349,0.4845187345,412,0.090612882,0.907955955,5300.2115961 +259,-1.720938188,0.5135933906,412,0.090612882,0.907955955,5182.2250929 +260,-1.742668307,0.553296122,412,0.090612882,0.907955955,5104.5409702 +261,-1.965659039,0.7142126903,412,0.090612882,0.907955955,5017.7295279 +262,-1.944438071,0.6772834804,412,0.090612882,0.907955955,5100.8571996 +263,-1.270340967,0.7681487096,412,0.090612882,0.907955955,3471.7015992 +264,-1.353091884,0.6549276821,412,0.090612882,0.907955955,3953.0907495 +265,-1.333236659,0.6413584414,412,0.090612882,0.907955955,3944.5520173 +266,-1.352015998,0.6753788907,412,0.090612882,0.907955955,3895.2583065 +267,-1.377988483,0.6577816235,412,0.090612882,0.907955955,4001.9043793 +268,-2.13075611,0.8318642051,412,0.090612882,0.907955955,4882.8621598 +269,-2.097910953,0.8259670014,412,0.090612882,0.907955955,4856.4842502 +270,-1.416382069,0.6694271549,412,0.090612882,0.907955955,4056.2967331 +271,-1.538905672,0.7535625993,412,0.090612882,0.907955955,4088.1602565 +272,-1.572309477,0.7803125099,412,0.090612882,0.907955955,4082.2232787 +273,-1.87759879,0.7503853417,412,0.090612882,0.907955955,4749.1037616 +274,1.152365588,0.590457682,412,0.090612882,0.907955955,3216.7905143 +275,0.350198001,0.718001859,412,0.090612882,0.907955955,1028.378316 +276,0.046513677,0.491503852,412,0.090612882,0.907955955,1654.7238221 +277,0.027510309,0.742571376,412,0.090612882,0.907955955,676.45269449 +278,0.306285725,-0.214631579,412,0.090612882,0.907955955,4507.5661218 +279,-1.100564889,0.318051531,412,0.090612882,0.907955955,4314.7776937 +280,-1.078582306,0.301437596,412,0.090612882,0.907955955,4311.978322 +281,-1.137371989,-0.617634065,412,0.090612882,0.907955955,7378.4632625 +282,0.784356344,0.703272339,412,0.090612882,0.907955955,2037.1347172 +283,-1.221209947,0.218327455,412,0.090612882,0.907955955,4912.5569962 +284,2.347301921,-0.449114658,412,0.090612882,0.907955955,9256.4317261 +285,0.246820618,0.830553713,412,0.090612882,0.907955955,502.85168362 +286,0.829414965,0.703288228,412,0.090612882,0.907955955,2146.2473679 +287,-1.337537566,0.42332223,412,0.090612882,0.907955955,4576.4879125 +288,0.882453706,0.454478077,412,0.090612882,0.907955955,2954.5924268 +289,1.575629659,0.416419109,412,0.090612882,0.907955955,4733.230877 +290,-1.039455679,0.229888244,412,0.090612882,0.907955955,4438.3492131 +291,0.489558039,0.934482747,412,0.090612882,0.907955955,957.36825444 +292,0.081344504,0.88384514,412,0.090612882,0.907955955,98.218268675 +293,-1.547979814,0.300350308,412,0.090612882,0.907955955,5451.0657161 +294,0.040776181,0.168560074,412,0.090612882,0.907955955,2933.1718347 +295,-1.130374745,0.563894876,412,0.090612882,0.907955955,3675.2542587 +296,1.578326642,0.478507176,412,0.090612882,0.907955955,4556.035999 +297,-1.12861823,-0.291640865,412,0.090612882,0.907955955,6315.7253636 +298,0.310524208,0.770885792,412,0.090612882,0.907955955,793.71666023 +299,0.415649091,-0.387246002,412,0.090612882,0.907955955,5252.5906427 +300,-0.926533878,-0.188022748,412,0.090612882,0.907955955,5543.2049739 +301,1.258856172,-0.11716081,412,0.090612882,0.907955955,5636.3993371 +302,-1.126050026,0.322941926,412,0.090612882,0.907955955,4361.8908635 +303,2.002785835,0.07893892,412,0.090612882,0.907955955,6791.1446371 +304,0.440437607,0.746258085,412,0.090612882,0.907955955,1129.8932087 +305,-0.030391866,0.214441206,412,0.090612882,0.907955955,2774.1429238 +306,0.521557815,-0.058929362,412,0.090612882,0.907955955,4094.2134422 +307,-0.097005111,0.13317729,412,0.090612882,0.907955955,3129.0368475 +308,1.83113859,0.221857587,412,0.090612882,0.907955955,5936.2802942 +309,0.222428864,0.099404236,412,0.090612882,0.907955955,3231.6627388 +310,-1.702731345,0.8728568183,412,0.090612882,0.907955955,4071.3768105 +311,-0.418507569,0.278324921,412,0.090612882,0.907955955,2961.9322564 +312,-1.41153306,0.339029988,412,0.090612882,0.907955955,5006.9036396 +313,0.357560442,0.114788776,412,0.090612882,0.907955955,3260.3617532 +314,0.325818979,0.268352149,412,0.090612882,0.907955955,2639.9723727 +315,-1.246004659,-0.663679965,412,0.090612882,0.907955955,7736.3869773 +316,1.814603087,0.637404484,412,0.090612882,0.907955955,4619.3837167 +317,1.843704281,-0.18300445,412,0.090612882,0.907955955,7235.6523904 +318,1.690644492,-0.211480909,412,0.090612882,0.907955955,6951.082126 +319,-1.275451936,0.068109467,412,0.090612882,0.907955955,5511.2351329 +320,0.762430171,-0.207594741,412,0.090612882,0.907955955,4978.3112081 +321,0.265668905,-0.014647884,412,0.090612882,0.907955955,3700.9527063 +322,-2.773032013,-0.335515811,412,0.090612882,0.907955955,10018.205733 +323,-1.469512853,0.174058777,412,0.090612882,0.907955955,5653.6465804 +324,0.286276986,0.785925691,412,0.090612882,0.907955955,703.59256201 +325,-1.379324697,0.377432233,412,0.090612882,0.907955955,4813.6390116 +326,-1.203778265,0.212813032,412,0.090612882,0.907955955,4887.1891818 +327,0.579916301,0.611743168,412,0.090612882,0.907955955,1810.5598815 +328,0.267582642,0.868113908,412,0.090612882,0.907955955,469.10570929 +329,0.412869244,-0.050245578,412,0.090612882,0.907955955,3946.610304 +330,0.17524381,0.976660285,412,0.090612882,0.907955955,335.83381752 +331,0.743157214,0.204812899,412,0.090612882,0.907955955,3476.0375868 +332,-1.070758176,0.269382282,412,0.090612882,0.907955955,4391.1880669 +333,-1.230364251,0.329790229,412,0.090612882,0.907955955,4595.3391087 +334,-1.374813124,-0.024926835,412,0.090612882,0.907955955,6043.4049746 +335,0.519780566,0.463669906,412,0.090612882,0.907955955,2174.910038 +336,-1.55108034,0.239698561,412,0.090612882,0.907955955,5646.3739222 +337,0.180294813,0.029739425,412,0.090612882,0.907955955,3491.3210369 +338,0.67820924,0.268170153,412,0.090612882,0.907955955,3135.5598006 +339,0.445798684,1.024001867,412,0.090612882,0.907955955,917.32005456 +340,0.691751283,0.150521402,412,0.090612882,0.907955955,3573.3184537 +341,-1.036643551,-0.903056181,412,0.090612882,0.907955955,8094.9111262 +342,-0.120287036,1.083325163,412,0.090612882,0.907955955,827.1427403 +343,2.823513113,-0.304487164,412,0.090612882,0.907955955,9734.3477541 +344,0.457583172,1.12513373,412,0.090612882,0.907955955,1140.2848446 +345,0.042918831,0.813795399,412,0.090612882,0.907955955,392.69496446 +346,1.196146777,-0.853142756,412,0.090612882,0.907955955,7905.1210431 +347,0.206001358,-0.010430701,412,0.090612882,0.907955955,3658.086418 +348,-0.268308653,0.234799412,412,0.090612882,0.907955955,2900.154713 +349,0.759363263,0.736189579,412,0.090612882,0.907955955,1900.7170474 +350,0.181363926,0.891988372,412,0.090612882,0.907955955,232.17484851 +351,-0.021111158,0.139103292,412,0.090612882,0.907955955,3067.0093324 +352,-0.093355215,0.630686981,412,0.090612882,0.907955955,1213.7192201 +353,0.40118964,0.681375926,412,0.090612882,0.907955955,1237.7358613 +354,-0.721197315,1.304706234,412,0.090612882,0.907955955,2027.2316615 +355,-1.076150317,0.212107639,412,0.090612882,0.907955955,4581.3687563 +356,-1.577164531,0.273993443,412,0.090612882,0.907955955,5601.7928655 +357,-0.190788414,0.182208586,412,0.090612882,0.907955955,3014.0119199 +358,-0.261349752,0.209710184,412,0.090612882,0.907955955,2985.9090568 +359,-1.029303852,0.083549259,412,0.090612882,0.907955955,4877.2622624 +360,-1.268609162,0.330525297,412,0.090612882,0.907955955,4686.296587 +361,1.282982244,-0.926641967,412,0.090612882,0.907955955,8267.4190405 +362,0.217352334,0.731352408,412,0.090612882,0.907955955,777.9968961 +363,-1.511833084,0.258629297,412,0.090612882,0.907955955,5493.8645376 +364,0.338812194,0.823184618,412,0.090612882,0.907955955,718.60398389 +365,-0.324406489,1.134201999,412,0.090612882,0.907955955,1226.7102395 +366,1.389579348,0.399185724,412,0.090612882,0.907955955,4334.8409275 +367,2.047152199,-0.039082036,412,0.090612882,0.907955955,7272.572256 +368,0.947780369,0.568250077,412,0.090612882,0.907955955,2779.7090935 +369,0.763824846,0.576754987,412,0.090612882,0.907955955,2321.4761304 +370,-0.142334657,0.928153068,412,0.090612882,0.907955955,565.25112624 +371,0.610266567,0.547265983,412,0.090612882,0.907955955,2071.9185199 +372,0.210731629,0.746815056,412,0.090612882,0.907955955,714.14610991 +373,-1.34931644,0.316895224,412,0.090612882,0.907955955,4923.6207666 +374,2.407696481,0.655030745,412,0.090612882,0.907955955,5630.018978 +375,0.64207831,0.545359131,412,0.090612882,0.907955955,2144.4757239 +376,1.174597538,0.840588356,412,0.090612882,0.907955955,2682.6465387 +377,0.660059424,0.010604079,412,0.090612882,0.907955955,4025.2446867 +378,-0.730263819,0.010486456,412,0.090612882,0.907955955,4471.5547095 +379,0.831068936,0.512339172,412,0.090612882,0.907955955,2663.417162 +380,1.301180979,0.72367476,412,0.090612882,0.907955955,3235.7801418 +381,1.811128231,0.322854402,412,0.090612882,0.907955955,5573.2014347 +382,0.435105812,0.992284428,412,0.090612882,0.907955955,857.13570074 +383,0.62643634,0.592027932,412,0.090612882,0.907955955,1969.2326188 +384,0.492988703,-0.516339467,412,0.090612882,0.907955955,5812.2691247 +385,-0.162469483,0.112549365,412,0.090612882,0.907955955,3257.245894 +386,0.314630866,0.472006421,412,0.090612882,0.907955955,1851.0913903 +387,0.166744804,0.822815954,412,0.090612882,0.907955955,389.64985926 +388,0.417159608,0.965805736,412,0.090612882,0.907955955,796.85708797 +389,0.106334961,0.868774244,412,0.090612882,0.907955955,160.08788014 +390,0.815086969,-0.338144359,412,0.090612882,0.907955955,5532.3050633 +391,0.59867455,-0.230624824,412,0.090612882,0.907955955,4834.2362784 +392,1.915104874,0.066220985,412,0.090612882,0.907955955,6626.4334419 +393,1.278093622,0.064463721,412,0.090612882,0.907955955,5095.9894489 +394,-0.061477853,0.302997961,412,0.090612882,0.907955955,2443.0586753 +395,0.251311504,0.626976942,412,0.090612882,0.907955955,1201.2670062 +396,2.950242872,0.149095644,412,0.090612882,0.907955955,8148.3995483 +397,-0.180294708,0.35375117,412,0.090612882,0.907955955,2348.8876323 +398,1.010448592,-0.351180233,412,0.090612882,0.907955955,5908.8492597 +399,-1.748740498,0.3686318073,412,0.090612882,0.907955955,5698.6360094 +400,2.699635665,0.123533791,412,0.090612882,0.907955955,7978.0274095 +401,0.496808033,0.823843254,412,0.090612882,0.907955955,1088.9724702 +402,0.129574704,0.763364087,412,0.090612882,0.907955955,581.93061495 +403,1.798920311,0.817447563,412,0.090612882,0.907955955,4068.6090414 +404,0.335987953,0.746786541,412,0.090612882,0.907955955,913.68598632 +405,-1.085413643,0.292154671,412,0.090612882,0.907955955,4356.799479 +406,-0.155321003,0.508207011,412,0.090612882,0.907955955,1740.6883415 +407,0.620529244,-0.301175104,412,0.090612882,0.907955955,5125.7029441 +408,1.684402744,0.368716966,412,0.090612882,0.907955955,5135.302475 +409,0.300582244,-0.386397212,412,0.090612882,0.907955955,5178.3823235 +410,2.913555946,-0.009225192,412,0.090612882,0.907955955,8729.5383705 +411,1.465101417,0.493232532,412,0.090612882,0.907955955,4243.637749 +412,0.090612882,0.907955955,412,0.090612882,0.907955955,0 +413,2.987564726,-0.729568594,412,0.090612882,0.907955955,11478.888406 +414,-1.484261606,0.224149272,412,0.090612882,0.907955955,5534.1611061 +415,0.164073421,0.303955133,412,0.090612882,0.907955955,2403.469256 +416,0.141441293,0.167552546,412,0.090612882,0.907955955,2937.3360697 +417,2.931321023,-0.506718887,412,0.090612882,0.907955955,10624.956307 +418,2.21951565,0.700596356,412,0.090612882,0.907955955,5184.0331499 +419,0.268112576,1.199114336,412,0.090612882,0.907955955,1200.7805365 +420,0.978913739,0.359223811,412,0.090612882,0.907955955,3468.6532337 +421,1.210898818,0.522863584,412,0.090612882,0.907955955,3543.844187 +422,2.347397336,0.129231362,412,0.090612882,0.907955955,7366.5046372 +423,0.614394501,0.556878345,412,0.090612882,0.907955955,2050.5368659 +424,-1.398079356,0.148483366,412,0.090612882,0.907955955,5559.2378185 +425,2.535303836,-0.112984496,412,0.090612882,0.907955955,8565.4896539 +426,-1.019372593,-0.405322349,412,0.090612882,0.907955955,6457.1669761 +427,-1.297785627,-0.160104069,412,0.090612882,0.907955955,6283.2113395 +428,2.144554488,0.205051084,412,0.090612882,0.907955955,6695.9400779 +429,-2.242387083,-0.426171285,412,0.090612882,0.907955955,9364.6855404 +430,0.338637212,0.909723676,412,0.090612882,0.907955955,602.93363912 +431,-0.148798452,0.691042401,412,0.090612882,0.907955955,1080.2479157 +432,0.893524764,0.441829531,412,0.090612882,0.907955955,3018.3747283 +433,0.969229347,-0.368847936,412,0.090612882,0.907955955,5896.2701505 +434,0.436043248,0.800045688,412,0.090612882,0.907955955,991.09360593 +435,1.687946607,1.081504775,412,0.090612882,0.907955955,3216.131815 +436,0.522302046,-0.034889271,412,0.090612882,0.907955955,4004.3096894 +437,-0.178996113,-0.438090009,412,0.090612882,0.907955955,5413.2954907 +438,-1.094339566,0.301444068,412,0.090612882,0.907955955,4350.0908061 +439,-1.064070054,0.242569932,412,0.090612882,0.907955955,4457.8360853 +440,-1.068153768,0.230387998,412,0.090612882,0.907955955,4505.3889815 +441,-3.00496892,-0.23989155,412,0.090612882,0.907955955,9793.6030848 +442,0.21751974,0.766874888,412,0.090612882,0.907955955,651.56565754 +443,0.117229532,0.007619006,412,0.090612882,0.907955955,3567.3363576 +444,0.777758451,0.420554741,412,0.090612882,0.907955955,2826.1958837 +445,-0.252356999,0.250747086,412,0.090612882,0.907955955,2820.6799699 +446,0.363148444,0.768483434,412,0.090612882,0.907955955,905.90857182 +447,0.903191366,-0.118210676,412,0.090612882,0.907955955,4901.4742651 +448,-0.205755923,0.149406178,412,0.090612882,0.907955955,3154.4243978 +449,1.811996086,0.02364353,412,0.090612882,0.907955955,6513.9323126 +450,-1.100670221,0.314845373,412,0.090612882,0.907955955,4324.7438794 +451,0.340078597,0.850105132,412,0.090612882,0.907955955,669.33111203 +452,0.258757267,0.804969236,412,0.090612882,0.907955955,596.39372876 +453,2.78505352,-0.155160804,412,0.090612882,0.907955955,9130.1620119 +454,0.800551619,0.105822106,412,0.090612882,0.907955955,3927.7981924 +455,0.437940882,-0.506194031,412,0.090612882,0.907955955,5730.0165237 +456,2.230431122,0.63458615,412,0.090612882,0.907955955,5423.144821 +457,0.527965361,0.127667701,412,0.090612882,0.907955955,3402.1468897 +458,-0.063643205,0.702093448,412,0.090612882,0.907955955,917.26317634 +459,1.408447268,0.133010502,412,0.090612882,0.907955955,5191.6427316 +460,0.523795955,0.280266966,412,0.090612882,0.907955955,2834.0881759 +461,-0.975769313,0.072177659,412,0.090612882,0.907955955,4790.9043988 +462,0.549774164,-0.463663986,412,0.090612882,0.907955955,5662.1348199 +463,0.29245874,1.095549818,412,0.090612882,0.907955955,856.00024191 +464,0.143625958,0.816809593,412,0.090612882,0.907955955,385.92820371 +465,0.671902494,0.611159853,412,0.090612882,0.907955955,2013.936612 +466,1.239840988,0.6724199,412,0.090612882,0.907955955,3216.7527235 +467,0.607829703,-0.10932137,412,0.090612882,0.907955955,4392.2274387 +468,1.763020906,0.263996692,412,0.090612882,0.907955955,5643.8319157 +469,0.378714634,0.726066797,412,0.090612882,0.907955955,1058.0152711 +470,2.196736143,-0.153862366,412,0.090612882,0.907955955,7986.9629693 +471,0.01702415,0.148991565,412,0.090612882,0.907955955,3015.7257419 +472,-2.998490902,-0.158002487,412,0.090612882,0.907955955,9468.4223759 +473,-3.051262951,-0.346595608,412,0.090612882,0.907955955,10220.299994 +474,-1.069176439,0.182802941,412,0.090612882,0.907955955,4656.2826072 +475,0.167157509,0.595344954,412,0.090612882,0.907955955,1257.3242656 +476,0.613855648,0.681746124,412,0.090612882,0.907955955,1687.6906219 +477,1.037012736,0.682555367,412,0.090612882,0.907955955,2701.1308456 +478,-1.253574971,0.379755746,412,0.090612882,0.907955955,4502.4133066 +479,3.108590453,-0.132620738,412,0.090612882,0.907955955,9346.4957188 +480,0.565301296,0.022333262,412,0.090612882,0.907955955,3844.6283827 +481,0.547898238,0.855555614,412,0.090612882,0.907955955,1163.5513303 +482,0.948309381,0.417393755,412,0.090612882,0.907955955,3219.1327381 +483,-0.050600732,0.945269213,412,0.090612882,0.907955955,366.71457764 +484,-0.977651478,-0.572363064,412,0.090612882,0.907955955,6929.8844745 +485,1.102014914,0.728861163,412,0.090612882,0.907955955,2749.6591896 +486,2.927300795,-0.282939414,412,0.090612882,0.907955955,9789.195674 +487,-1.154565557,0.124434095,412,0.090612882,0.907955955,5043.4084716 +488,1.855331234,0.291044755,412,0.090612882,0.907955955,5774.9984433 +489,0.830290659,0.276904518,412,0.090612882,0.907955955,3404.9239812 +490,0.485104466,-0.234867441,412,0.090612882,0.907955955,4724.6736526 +491,0.521367572,-0.33161327,412,0.090612882,0.907955955,5130.5630763 +1,-1.539031704,0.7349710123,413,2.987564726,-0.729568594,8524.503291 +2,-1.536990553,0.7349663874,413,2.987564726,-0.729568594,8529.7536466 +3,-1.534951779,0.7349571355,413,2.987564726,-0.729568594,8534.9916727 +4,-1.532906461,0.7349480293,413,2.987564726,-0.729568594,8540.2494636 +5,-1.531320211,0.7346937278,413,2.987564726,-0.729568594,8543.8605434 +6,-1.539451648,0.7335131775,413,2.987564726,-0.729568594,8520.6400155 +7,-1.537429487,0.7335445708,413,2.987564726,-0.729568594,8525.9140092 +8,-1.535484998,0.7335658704,413,2.987564726,-0.729568594,8530.9706986 +9,-1.533488396,0.7336036027,413,2.987564726,-0.729568594,8536.1953389 +10,-1.531497785,0.7335842962,413,2.987564726,-0.729568594,8541.2984967 +11,-1.530259379,0.7334777758,413,2.987564726,-0.729568594,8544.2954212 +12,-1.5335454,0.7322346912,413,2.987564726,-0.729568594,8533.4448372 +13,-1.531489083,0.7322238773,413,2.987564726,-0.729568594,8538.7379402 +14,-1.530011122,0.7321679851,413,2.987564726,-0.729568594,8542.4526236 +15,-1.53348106,0.7306614094,413,2.987564726,-0.729568594,8530.6145378 +16,-1.531441779,0.7306962275,413,2.987564726,-0.729568594,8535.9553109 +17,-1.529755654,0.7306933243,413,2.987564726,-0.729568594,8540.3127104 +18,-1.533415048,0.7291384674,413,2.987564726,-0.729568594,8527.8800136 +19,-1.531392093,0.7291705353,413,2.987564726,-0.729568594,8533.1780949 +20,-1.529296523,0.7291214933,413,2.987564726,-0.729568594,8538.5122417 +21,-1.535280942,0.727267644,413,2.987564726,-0.729568594,8519.4714711 +22,-1.533378158,0.7276139666,413,2.987564726,-0.729568594,8525.0627314 +23,-1.531340368,0.7276446587,413,2.987564726,-0.729568594,8530.4013617 +24,-1.528960113,0.7276398177,413,2.987564726,-0.729568594,8536.5626213 +25,-1.533313146,0.7260818349,413,2.987564726,-0.729568594,8522.2992721 +26,-1.531259555,0.7260958115,413,2.987564726,-0.729568594,8527.6517323 +27,-1.528926415,0.7260865555,413,2.987564726,-0.729568594,8533.6878461 +28,-1.531226779,0.7245511789,413,2.987564726,-0.729568594,8524.7810298 +29,-1.528904772,0.7245519194,413,2.987564726,-0.729568594,8530.8126723 +30,-1.547195875,0.7409785979,413,2.987564726,-0.729568594,8514.982212 +31,-1.5451475,0.740980426,413,2.987564726,-0.729568594,8520.2343352 +32,-1.543097679,0.7409798872,413,2.987564726,-0.729568594,8525.4882651 +33,-1.540720364,0.7409892687,413,2.987564726,-0.729568594,8531.6038455 +34,-1.547188511,0.7395198392,413,2.987564726,-0.729568594,8512.2179902 +35,-1.545148587,0.7395226109,413,2.987564726,-0.729568594,8517.4548352 +36,-1.543104538,0.7395314908,413,2.987564726,-0.729568594,8522.7164566 +37,-1.540727751,0.7395306258,413,2.987564726,-0.729568594,8528.816519 +38,-1.547187029,0.7380014886,413,2.987564726,-0.729568594,8509.3205288 +39,-1.545147315,0.7380012252,413,2.987564726,-0.729568594,8514.5557861 +40,-1.54310719,0.7380060743,413,2.987564726,-0.729568594,8519.80443 +41,-1.540719671,0.7380068206,413,2.987564726,-0.729568594,8525.9406787 +42,-1.547187189,0.7364799098,413,2.987564726,-0.729568594,8506.4081128 +43,-1.545149996,0.7364853874,413,2.987564726,-0.729568594,8511.652597 +44,-1.543106091,0.7364823484,413,2.987564726,-0.729568594,8516.9006225 +45,-1.540717158,0.7364893901,413,2.987564726,-0.729568594,8523.0580489 +46,-1.538663972,0.7410138672,413,2.987564726,-0.729568594,8536.9278284 +47,-1.53695285,0.7409699132,413,2.987564726,-0.729568594,8541.2379835 +48,-1.534910498,0.7409641297,413,2.987564726,-0.729568594,8546.4732431 +49,-1.533145034,0.7409536636,413,2.987564726,-0.729568594,8550.990535 +50,-1.538681336,0.7395405883,413,2.987564726,-0.729568594,8534.091784 +51,-1.536999189,0.7395183096,413,2.987564726,-0.729568594,8538.3722267 +52,-1.534923633,0.7395144222,413,2.987564726,-0.729568594,8543.7009285 +53,-1.533267822,0.7395654306,413,2.987564726,-0.729568594,8548.0560649 +54,-1.53867273,0.7380151077,413,2.987564726,-0.729568594,8531.2189217 +55,-1.536980576,0.7379994392,413,2.987564726,-0.729568594,8535.5415088 +56,-1.534931522,0.7379944961,413,2.987564726,-0.729568594,8540.8048278 +57,-1.533387952,0.7379480264,413,2.987564726,-0.729568594,8544.6906081 +58,-1.538682279,0.7364914363,413,2.987564726,-0.729568594,8528.2981315 +59,-1.536980704,0.7364810563,413,2.987564726,-0.729568594,8532.658892 +60,-1.534935567,0.7364752065,413,2.987564726,-0.729568594,8537.9151192 +61,-1.533042592,0.7363876366,413,2.987564726,-0.729568594,8542.6270003 +62,-1.545143426,0.7349628011,413,2.987564726,-0.729568594,8508.7557107 +63,-1.543105297,0.7349691947,413,2.987564726,-0.729568594,8514.011629 +64,-1.541064533,0.7349647152,413,2.987564726,-0.729568594,8519.2561109 +65,-1.545411803,0.7334624714,413,2.987564726,-0.729568594,8505.1891534 +66,-1.543446606,0.7334780896,413,2.987564726,-0.729568594,8510.2792135 +67,-1.541475327,0.7334957295,413,2.987564726,-0.729568594,8515.3911078 +68,-1.545401939,0.731963266,413,2.987564726,-0.729568594,8502.3360217 +69,-1.54342253,0.7319915583,413,2.987564726,-0.729568594,8507.4915268 +70,-1.541455867,0.7320216438,413,2.987564726,-0.729568594,8512.6198536 +71,-1.545410146,0.7304422281,413,2.987564726,-0.729568594,8499.389898 +72,-1.543435491,0.7304713664,413,2.987564726,-0.729568594,8504.5393571 +73,-1.541463105,0.7304997613,413,2.987564726,-0.729568594,8509.6837719 +74,-1.545414768,0.7289194936,413,2.987564726,-0.729568594,8496.4451863 +75,-1.543435774,0.7289538557,413,2.987564726,-0.729568594,8501.6204786 +76,-1.541457714,0.7289765881,413,2.987564726,-0.729568594,8506.7732301 +77,-1.539449415,0.7320555866,413,2.987564726,-0.729568594,8517.8604224 +78,-1.537429183,0.7321097681,413,2.987564726,-0.729568594,8523.1774771 +79,-1.535472649,0.7321497267,413,2.987564726,-0.729568594,8528.3051028 +80,-1.539457899,0.7305333307,413,2.987564726,-0.729568594,8514.925085 +81,-1.537453161,0.7305750503,413,2.987564726,-0.729568594,8520.1830479 +82,-1.535479385,0.7306124949,413,2.987564726,-0.729568594,8525.3550384 +83,-1.53946905,0.7290102593,413,2.987564726,-0.729568594,8511.9766559 +84,-1.537459922,0.7290417293,413,2.987564726,-0.729568594,8517.2310145 +85,-1.535451349,0.7290890157,413,2.987564726,-0.729568594,8522.5164711 +86,-1.535522937,0.7279887191,413,2.987564726,-0.729568594,8520.2258594 +87,-1.539442524,0.7274735939,413,2.987564726,-0.729568594,8509.0949329 +88,-1.537424111,0.727521351,413,2.987564726,-0.729568594,8514.4092887 +89,-1.539384641,0.7259505092,413,2.987564726,-0.729568594,8506.3159957 +90,-1.537372391,0.7259947145,413,2.987564726,-0.729568594,8511.6123345 +91,-1.535340789,0.7260435356,413,2.987564726,-0.729568594,8516.9698972 +92,-1.539325716,0.7244369706,413,2.987564726,-0.729568594,8503.5538554 +93,-1.537308932,0.7244801057,413,2.987564726,-0.729568594,8508.8645872 +94,-1.535289068,0.7245247645,413,2.987564726,-0.729568594,8514.1884715 +95,-1.533261366,0.7245550236,413,2.987564726,-0.729568594,8519.5073059 +96,-1.539267302,0.722921924,413,2.987564726,-0.729568594,8500.7832441 +97,-1.537248972,0.7229660258,413,2.987564726,-0.729568594,8506.1045433 +98,-1.535219431,0.7229916471,413,2.987564726,-0.729568594,8511.4216267 +99,-1.53318962,0.7230212049,413,2.987564726,-0.729568594,8516.7493364 +100,-1.531154816,0.7230299897,413,2.987564726,-0.729568594,8522.0525154 +101,-1.528878341,0.7230370244,413,2.987564726,-0.729568594,8527.9831257 +102,-1.539218189,0.7214009878,413,2.987564726,-0.729568594,8497.9728673 +103,-1.537198791,0.7214422745,413,2.987564726,-0.729568594,8503.2961991 +104,-1.535179266,0.7214634354,413,2.987564726,-0.729568594,8508.5833294 +105,-1.533156501,0.7214944644,413,2.987564726,-0.729568594,8513.9002337 +106,-1.53113574,0.7215166021,413,2.987564726,-0.729568594,8519.1971585 +107,-1.528874248,0.7215345535,413,2.987564726,-0.729568594,8525.1148067 +108,-1.539217656,0.7198512397,413,2.987564726,-0.729568594,8494.9761895 +109,-1.537199919,0.7199428763,413,2.987564726,-0.729568594,8500.3972234 +110,-1.545425832,0.727397149,413,2.987564726,-0.729568594,8493.4800254 +111,-1.543371177,0.7273916949,413,2.987564726,-0.729568594,8498.778704 +112,-1.541368852,0.7274523163,413,2.987564726,-0.729568594,8504.0718596 +113,-1.545349067,0.7258710923,413,2.987564726,-0.729568594,8490.7302137 +114,-1.54332671,0.7258603556,413,2.987564726,-0.729568594,8495.9398743 +115,-1.541346831,0.7259242142,413,2.987564726,-0.729568594,8501.1859584 +116,-1.545324355,0.7243383958,413,2.987564726,-0.729568594,8487.8286519 +117,-1.543292796,0.7243617413,413,2.987564726,-0.729568594,8493.1326091 +118,-1.541295822,0.7244024384,413,2.987564726,-0.729568594,8498.3828785 +119,-1.543193859,0.7205570215,413,2.987564726,-0.729568594,8486.0198008 +120,-1.550257047,0.7386738187,413,2.987564726,-0.729568594,8502.7333616 +121,-1.549335448,0.7311736483,413,2.987564726,-0.729568594,8490.6834794 +122,-1.533478843,0.7179891343,413,2.987564726,-0.729568594,8506.3043326 +123,-1.556150555,0.738907041,413,2.987564726,-0.729568594,8488.0860447 +124,-1.554324226,0.733414257,413,2.987564726,-0.729568594,8482.1777684 +125,-1.554290846,0.7288285332,413,2.987564726,-0.729568594,8473.3832462 +126,-1.55122487,0.7219795312,413,2.987564726,-0.729568594,8467.9759794 +127,-1.525104458,0.7229399862,413,2.987564726,-0.729568594,8537.6140336 +128,-1.519607711,0.7236181429,413,2.987564726,-0.729568594,8553.2165846 +129,-1.513899999,0.7251107854,413,2.987564726,-0.729568594,8570.9142059 +130,-1.536620762,0.7431061895,413,2.987564726,-0.729568594,8546.1241276 +131,-1.5369566,0.7460845958,413,2.987564726,-0.729568594,8550.8720019 +132,-1.545345528,0.7447040685,413,2.987564726,-0.729568594,8526.8011078 +133,-1.532813921,0.7432306626,413,2.987564726,-0.729568594,8556.1270376 +134,-1.554788248,0.7382381001,413,2.987564726,-0.729568594,8490.2869168 +135,-1.540348126,0.7301594274,413,2.987564726,-0.729568594,8511.909633 +136,-1.538016084,0.7239051786,413,2.987564726,-0.729568594,8505.9241361 +137,-1.525288962,0.7258085137,413,2.987564726,-0.729568594,8542.6033085 +138,-1.534326986,0.731241342,413,2.987564726,-0.729568594,8529.5332052 +139,-1.530733872,0.7303625216,413,2.987564726,-0.729568594,8537.152007 +141,-1.534354939,0.7328219978,413,2.987564726,-0.729568594,8532.4717467 +142,-1.53157084,0.7292888153,413,2.987564726,-0.729568594,8532.9407392 +143,-1.525691035,0.7263799874,413,2.987564726,-0.729568594,8542.6467422 +144,-1.534031287,0.7495967835,413,2.987564726,-0.729568594,8564.9390429 +145,-1.527714986,0.7283095957,413,2.987564726,-0.729568594,8541.0664261 +146,-1.526189586,0.7271468292,413,2.987564726,-0.729568594,8542.8115617 +147,-1.555177336,0.7375563366,413,2.987564726,-0.729568594,8487.978254 +148,-1.555080283,0.7312707794,413,2.987564726,-0.729568594,8476.0874545 +149,-1.53856994,0.7224180299,413,2.987564726,-0.729568594,8501.6198672 +150,-1.530837883,0.729933372,413,2.987564726,-0.729568594,8536.0660374 +151,-1.515066984,0.5854133365,413,2.987564726,-0.729568594,8285.2599621 +152,-1.534731633,0.5368370046,413,2.987564726,-0.729568594,8123.865825 +153,-1.515231902,0.5607085576,413,2.987564726,-0.729568594,8231.3144563 +154,-2.616253799,1.0684566605,413,2.987564726,-0.729568594,7449.4656085 +155,-1.956071439,0.5792177723,413,2.987564726,-0.729568594,7108.0941907 +156,-1.951208514,0.5602434208,413,2.987564726,-0.729568594,7069.9211055 +157,-1.944675062,0.6062144545,413,2.987564726,-0.729568594,7207.1234894 +158,-1.613778386,0.6077989518,413,2.987564726,-0.729568594,8063.9353873 +159,-2.035029014,0.6021432345,413,2.987564726,-0.729568594,6979.1422209 +160,-2.114989471,0.6801825058,413,2.987564726,-0.729568594,7014.5827572 +161,-2.037382079,0.5765830025,413,2.987564726,-0.729568594,6903.4486775 +162,-2.129855121,0.6585019963,413,2.987564726,-0.729568594,6920.9203192 +163,-2.075141798,0.6493615843,413,2.987564726,-0.729568594,7016.5860113 +164,-1.828626729,0.6948433129,413,2.987564726,-0.729568594,7712.2437358 +165,-1.863329418,0.6735427691,413,2.987564726,-0.729568594,7576.3718992 +166,-1.266037071,0.727988852,413,2.987564726,-0.729568594,9237.9202327 +167,-1.277579582,0.7249010648,413,2.987564726,-0.729568594,9201.6733004 +168,-1.258418684,0.7241194816,413,2.987564726,-0.729568594,9252.8668511 +169,-1.317813974,0.6804850104,413,2.987564726,-0.729568594,9018.1344433 +170,-1.344165204,0.6790988904,413,2.987564726,-0.729568594,8942.8698047 +171,-1.427582102,0.5277120351,413,2.987564726,-0.729568594,8407.869216 +172,-1.402238616,0.457167829,413,2.987564726,-0.729568594,8324.6695149 +173,-1.422454264,0.4996161999,413,2.987564726,-0.729568594,8361.1034772 +174,-1.439089277,0.4894859811,413,2.987564726,-0.729568594,8290.5827579 +175,-1.448126995,0.5182330266,413,2.987564726,-0.729568594,8328.3480989 +176,-1.474626146,0.5881926574,413,2.987564726,-0.729568594,8403.7616916 +177,-1.421139645,0.5584869783,413,2.987564726,-0.729568594,8492.0553478 +178,-1.457037165,0.565943032,413,2.987564726,-0.729568594,8406.1333315 +179,-2.757159358,0.3745319,413,2.987564726,-0.729568594,4798.1133169 +180,-2.714309238,0.342054471,413,2.987564726,-0.729568594,4748.9977181 +181,-2.000525337,0.774119946,413,2.987564726,-0.729568594,7515.7857288 +183,-1.571413436,0.6777838382,413,2.987564726,-0.729568594,8326.6398938 +184,-1.552860289,0.6987663893,413,2.987564726,-0.729568594,8417.9281664 +185,-1.521852374,0.7165827476,413,2.987564726,-0.729568594,8533.9318924 +186,-1.503656267,0.6928968252,413,2.987564726,-0.729568594,8536.2194291 +187,-1.502753178,0.7136205882,413,2.987564726,-0.729568594,8578.3505372 +188,-1.631894563,0.7343596465,413,2.987564726,-0.729568594,8286.79576 +189,-1.653765416,0.6770714026,413,2.987564726,-0.729568594,8110.1486004 +190,-1.719812114,0.6715965947,413,2.987564726,-0.729568594,7928.6619012 +191,-1.493406659,0.6646955447,413,2.987564726,-0.729568594,8508.3895084 +192,-1.469120564,0.6613469966,413,2.987564726,-0.729568594,8567.570251 +193,-1.590551461,0.5326612937,413,2.987564726,-0.729568594,7958.2925925 +194,-1.625979264,0.5247742243,413,2.987564726,-0.729568594,7841.6556831 +195,-1.572293943,0.5238808754,413,2.987564726,-0.729568594,7989.1938232 +196,-1.610848725,0.5477107964,413,2.987564726,-0.729568594,7936.5022776 +197,-1.208485554,0.7918526018,413,2.987564726,-0.729568594,9480.1857653 +198,-1.335601374,0.6869083083,413,2.987564726,-0.729568594,8980.1427039 +199,-1.346156996,0.6825213377,413,2.987564726,-0.729568594,8943.4123109 +200,-1.324381037,0.6741422347,413,2.987564726,-0.729568594,8988.8778124 +201,-1.242424992,0.7378949807,413,2.987564726,-0.729568594,9317.0766419 +202,-1.270370057,0.7392461008,413,2.987564726,-0.729568594,9243.0808151 +203,-1.448950472,0.7441675014,413,2.987564726,-0.729568594,8775.1435155 +204,-1.492662363,0.7523026852,413,2.987564726,-0.729568594,8676.0872579 +205,-1.479098966,0.7763855017,413,2.987564726,-0.729568594,8753.1937372 +206,-1.633760714,0.7869022408,413,2.987564726,-0.729568594,8387.5005758 +207,-1.647406434,0.8101289331,413,2.987564726,-0.729568594,8399.9701829 +208,-1.564245052,0.5701509278,413,2.987564726,-0.729568594,8115.7695086 +209,-1.646289963,0.6833746083,413,2.987564726,-0.729568594,8143.0558518 +210,-1.5820631,0.6751952144,413,2.987564726,-0.729568594,8293.2284935 +211,-1.613236298,0.6681681791,413,2.987564726,-0.729568594,8196.5352243 +212,-1.914661867,0.8212566515,413,2.987564726,-0.729568594,7817.7663481 +213,-1.742133237,0.7250275956,413,2.987564726,-0.729568594,7992.9563771 +214,-2.033144872,0.6557314699,413,2.987564726,-0.729568594,7129.4675411 +215,-2.039551981,0.6964723658,413,2.987564726,-0.729568594,7225.1639711 +216,-1.247341019,0.7622473908,413,2.987564726,-0.729568594,9338.2441321 +217,-1.298239787,0.7084123392,413,2.987564726,-0.729568594,9118.9742611 +218,-1.308539688,0.6926545592,413,2.987564726,-0.729568594,9064.5517792 +219,-1.303263185,0.6888938396,413,2.987564726,-0.729568594,9072.7828836 +220,-1.852400229,0.6004246149,413,2.987564726,-0.729568594,7421.9147108 +221,-1.288947707,0.7473773692,413,2.987564726,-0.729568594,9205.0226025 +222,-1.372031502,0.7472790993,413,2.987564726,-0.729568594,8982.9253101 +223,-1.289805721,0.7242157877,413,2.987564726,-0.729568594,9167.2626475 +224,-1.350807603,0.7533498126,413,2.987564726,-0.729568594,9048.8937879 +225,-1.329290365,0.7560442322,413,2.987564726,-0.729568594,9110.2056114 +226,-1.410153004,0.616936428,413,2.987564726,-0.729568594,8642.7138183 +227,-1.393445434,0.6308995063,413,2.987564726,-0.729568594,8716.7579672 +228,-1.37595573,0.6241540638,413,2.987564726,-0.729568594,8752.631122 +229,-1.358388707,0.6172645205,413,2.987564726,-0.729568594,8788.717705 +230,-1.753741133,0.8281661666,413,2.987564726,-0.729568594,8189.078389 +231,-1.47430987,0.6834615681,413,2.987564726,-0.729568594,8596.4302885 +232,-1.421012508,0.7222725206,413,2.987564726,-0.729568594,8810.4747969 +233,-1.4476833,0.6978557868,413,2.987564726,-0.729568594,8695.0683697 +234,-1.470370723,0.6966193374,413,2.987564726,-0.729568594,8632.0265786 +235,-1.429211703,0.7037216883,413,2.987564726,-0.729568594,8755.392879 +236,-1.700578405,0.6178673663,413,2.987564726,-0.729568594,7855.665715 +237,-1.678117619,0.6331716163,413,2.987564726,-0.729568594,7949.5363932 +238,-1.725644578,0.6316331145,413,2.987564726,-0.729568594,7822.0794071 +239,-2.14012759,0.7930497945,413,2.987564726,-0.729568594,7279.6407303 +240,-2.103289431,0.7653606263,413,2.987564726,-0.729568594,7276.6855753 +241,-1.318739838,0.7017808746,413,2.987564726,-0.729568594,9051.8149676 +242,-1.396417427,0.7077900843,413,2.987564726,-0.729568594,8850.8884467 +243,-1.35650337,0.7185539404,413,2.987564726,-0.729568594,8977.1086899 +244,-1.248884539,0.7274156818,413,2.987564726,-0.729568594,9283.9587127 +245,-1.395014798,0.5761185243,413,2.987564726,-0.729568594,8602.9990229 +246,-1.433377362,0.6064716109,413,2.987564726,-0.729568594,8556.7838514 +247,-1.408172432,0.5903155476,413,2.987564726,-0.729568594,8594.765574 +248,-1.749645898,0.7757118084,413,2.987564726,-0.729568594,8086.4301071 +249,-1.571626686,0.615046989,413,2.987564726,-0.729568594,8193.7683069 +250,-1.514070049,0.6303003037,413,2.987564726,-0.729568594,8382.6161829 +251,-1.480890369,0.6237966528,413,2.987564726,-0.729568594,8460.1976716 +252,-1.704390658,0.5281680612,413,2.987564726,-0.729568594,7634.3063984 +253,-1.64434733,0.5254277498,413,2.987564726,-0.729568594,7792.3795083 +254,-1.703855997,0.4792484842,413,2.987564726,-0.729568594,7517.2517254 +255,-1.692002383,0.5748825051,413,2.987564726,-0.729568594,7778.5787015 +256,-1.854136457,0.5544643913,413,2.987564726,-0.729568594,7301.5535361 +257,-1.665021206,0.520317736,413,2.987564726,-0.729568594,7723.3339888 +258,-1.733654349,0.4845187345,413,2.987564726,-0.729568594,7448.1002054 +259,-1.720938188,0.5135933906,413,2.987564726,-0.729568594,7554.0438702 +260,-1.742668307,0.553296122,413,2.987564726,-0.729568594,7591.6427444 +261,-1.965659039,0.7142126903,413,2.987564726,-0.729568594,7438.1778958 +262,-1.944438071,0.6772834804,413,2.987564726,-0.729568594,7392.1414611 +263,-1.270340967,0.7681487096,413,2.987564726,-0.729568594,9284.8693444 +264,-1.353091884,0.6549276821,413,2.987564726,-0.729568594,8874.5742897 +265,-1.333236659,0.6413584414,413,2.987564726,-0.729568594,8905.0530599 +266,-1.352015998,0.6753788907,413,2.987564726,-0.729568594,8914.6019238 +267,-1.377988483,0.6577816235,413,2.987564726,-0.729568594,8810.7476669 +268,-2.13075611,0.8318642051,413,2.987564726,-0.729568594,7405.7894177 +269,-2.097910953,0.8259670014,413,2.987564726,-0.729568594,7453.2003478 +270,-1.416382069,0.6694271549,413,2.987564726,-0.729568594,8726.8476143 +271,-1.538905672,0.7535625993,413,2.987564726,-0.729568594,8559.9093618 +272,-1.572309477,0.7803125099,413,2.987564726,-0.729568594,8525.8540113 +273,-1.87759879,0.7503853417,413,2.987564726,-0.729568594,7729.8161883 +274,1.152365588,0.590457682,413,2.987564726,-0.729568594,8448.2132812 +275,0.350198001,0.718001859,413,2.987564726,-0.729568594,10953.674824 +276,0.046513677,0.491503852,413,2.987564726,-0.729568594,11300.446476 +277,0.027510309,0.742571376,413,2.987564726,-0.729568594,11908.793078 +278,0.306285725,-0.214631579,413,2.987564726,-0.729568594,8344.4559788 +279,-1.100564889,0.318051531,413,2.987564726,-0.729568594,8882.477413 +280,-1.078582306,0.301437596,413,2.987564726,-0.729568594,8904.05591 +281,-1.137371989,-0.617634065,413,2.987564726,-0.729568594,6027.0874983 +282,0.784356344,0.703272339,413,2.987564726,-0.729568594,9685.3983821 +283,-1.221209947,0.218327455,413,2.987564726,-0.729568594,8275.7483752 +284,2.347301921,-0.449114658,413,2.987564726,-0.729568594,2358.3762934 +285,0.246820618,0.830553713,413,2.987564726,-0.729568594,11251.705424 +286,0.829414965,0.703288228,413,2.987564726,-0.729568594,9558.1749812 +287,-1.337537566,0.42332223,413,2.987564726,-0.729568594,8436.8980244 +288,0.882453706,0.454478077,413,2.987564726,-0.729568594,8940.4747002 +289,1.575629659,0.416419109,413,2.987564726,-0.729568594,6865.487231 +290,-1.039455679,0.229888244,413,2.987564726,-0.729568594,8827.1753371 +291,0.489558039,0.934482747,413,2.987564726,-0.729568594,10572.508904 +292,0.081344504,0.88384514,413,2.987564726,-0.729568594,11557.853335 +293,-1.547979814,0.300350308,413,2.987564726,-0.729568594,7522.4920061 +294,0.040776181,0.168560074,413,2.987564726,-0.729568594,10120.263939 +295,-1.130374745,0.563894876,413,2.987564726,-0.729568594,9344.1741851 +296,1.578326642,0.478507176,413,2.987564726,-0.729568594,7021.4069607 +297,-1.12861823,-0.291640865,413,2.987564726,-0.729568594,7056.9676852 +298,0.310524208,0.770885792,413,2.987564726,-0.729568594,11093.834273 +299,0.415649091,-0.387246002,413,2.987564726,-0.729568594,7552.0837276 +300,-0.926533878,-0.188022748,413,2.987564726,-0.729568594,7851.4015062 +301,1.258856172,-0.11716081,413,2.987564726,-0.729568594,6374.5020708 +302,-1.126050026,0.322941926,413,2.987564726,-0.729568594,8820.4762885 +303,2.002785835,0.07893892,413,2.987564726,-0.729568594,4769.878724 +304,0.440437607,0.746258085,413,2.987564726,-0.729568594,10712.305419 +305,-0.030391866,0.214441206,413,2.987564726,-0.729568594,10359.161628 +306,0.521557815,-0.058929362,413,2.987564726,-0.729568594,8488.2445747 +307,-0.097005111,0.13317729,413,2.987564726,-0.729568594,10073.086615 +308,1.83113859,0.221857587,413,2.987564726,-0.729568594,5641.1100822 +309,0.222428864,0.099404236,413,2.987564726,-0.729568594,9617.1310689 +310,-1.702731345,0.8728568183,413,2.987564726,-0.729568594,8393.8968613 +311,-0.418507569,0.278324921,413,2.987564726,-0.729568594,10441.970233 +312,-1.41153306,0.339029988,413,2.987564726,-0.729568594,8019.2442652 +313,0.357560442,0.114788776,413,2.987564726,-0.729568594,9417.7077493 +314,0.325818979,0.268352149,413,2.987564726,-0.729568594,9991.1539262 +315,-1.246004659,-0.663679965,413,2.987564726,-0.729568594,5665.3390003 +316,1.814603087,0.637404484,413,2.987564726,-0.729568594,6876.7689198 +317,1.843704281,-0.18300445,413,2.987564726,-0.729568594,4483.937489 +318,1.690644492,-0.211480909,413,2.987564726,-0.729568594,4860.2324944 +319,-1.275451936,0.068109467,413,2.987564726,-0.729568594,7716.5352285 +320,0.762430171,-0.207594741,413,2.987564726,-0.729568594,7456.2141107 +321,0.265668905,-0.014647884,413,2.987564726,-0.729568594,9135.0851791 +322,-2.773032013,-0.335515811,413,2.987564726,-0.729568594,2347.8528764 +323,-1.469512853,0.174058777,413,2.987564726,-0.729568594,7432.3539384 +324,0.286276986,0.785925691,413,2.987564726,-0.729568594,11162.893212 +325,-1.379324697,0.377432233,413,2.987564726,-0.729568594,8206.5502034 +326,-1.203778265,0.212813032,413,2.987564726,-0.729568594,8311.8902383 +327,0.579916301,0.611743168,413,2.987564726,-0.729568594,10142.731081 +328,0.267582642,0.868113908,413,2.987564726,-0.729568594,11163.729493 +329,0.412869244,-0.050245578,413,2.987564726,-0.729568594,8744.0626813 +330,0.17524381,0.976660285,413,2.987564726,-0.729568594,11151.060722 +331,0.743157214,0.204812899,413,2.987564726,-0.729568594,8725.8385308 +332,-1.070758176,0.269382282,413,2.987564726,-0.729568594,8843.5662675 +333,-1.230364251,0.329790229,413,2.987564726,-0.729568594,8531.3138368 +334,-1.374813124,-0.024926835,413,2.987564726,-0.729568594,7177.580152 +335,0.519780566,0.463669906,413,2.987564726,-0.729568594,10024.116229 +336,-1.55108034,0.239698561,413,2.987564726,-0.729568594,7360.1903386 +337,0.180294813,0.029739425,413,2.987564726,-0.729568594,9426.9413519 +338,0.67820924,0.268170153,413,2.987564726,-0.729568594,9079.9247468 +339,0.445798684,1.024001867,413,2.987564726,-0.729568594,10562.471513 +340,0.691751283,0.150521402,413,2.987564726,-0.729568594,8715.240822 +341,-1.036643551,-0.903056181,413,2.987564726,-0.729568594,5301.8032542 +342,-0.120287036,1.083325163,413,2.987564726,-0.729568594,11040.348147 +343,2.823513113,-0.304487164,413,2.987564726,-0.729568594,1773.2335188 +344,0.457583172,1.12513373,413,2.987564726,-0.729568594,10358.045752 +345,0.042918831,0.813795399,413,2.987564726,-0.729568594,11793.670904 +346,1.196146777,-0.853142756,413,2.987564726,-0.729568594,4614.0735372 +347,0.206001358,-0.010430701,413,2.987564726,-0.729568594,9241.891398 +348,-0.268308653,0.234799412,413,2.987564726,-0.729568594,10444.974097 +349,0.759363263,0.736189579,413,2.987564726,-0.729568594,9798.3080922 +350,0.181363926,0.891988372,413,2.987564726,-0.729568594,11330.538842 +351,-0.021111158,0.139103292,413,2.987564726,-0.729568594,10059.083416 +352,-0.093355215,0.630686981,413,2.987564726,-0.729568594,12009.993687 +353,0.40118964,0.681375926,413,2.987564726,-0.729568594,10768.370143 +354,-0.721197315,1.304706234,413,2.987564726,-0.729568594,9951.0884581 +355,-1.076150317,0.212107639,413,2.987564726,-0.729568594,8675.5567355 +356,-1.577164531,0.273993443,413,2.987564726,-0.729568594,7370.5527534 +357,-0.190788414,0.182208586,413,2.987564726,-0.729568594,10271.988822 +358,-0.261349752,0.209710184,413,2.987564726,-0.729568594,10351.482245 +359,-1.029303852,0.083549259,413,2.987564726,-0.729568594,8442.203846 +360,-1.268609162,0.330525297,413,2.987564726,-0.729568594,8420.3610692 +361,1.282982244,-0.926641967,413,2.987564726,-0.729568594,4269.1816223 +362,0.217352334,0.731352408,413,2.987564726,-0.729568594,11350.921345 +363,-1.511833084,0.258629297,413,2.987564726,-0.729568594,7523.8997937 +364,0.338812194,0.823184618,413,2.987564726,-0.729568594,11011.243544 +365,-0.324406489,1.134201999,413,2.987564726,-0.729568594,10795.777345 +366,1.389579348,0.399185724,413,2.987564726,-0.729568594,7336.7053552 +367,2.047152199,-0.039082036,413,2.987564726,-0.729568594,4305.6923836 +368,0.947780369,0.568250077,413,2.987564726,-0.729568594,8986.7362971 +369,0.763824846,0.576754987,413,2.987564726,-0.729568594,9540.0230684 +370,-0.142334657,0.928153068,413,2.987564726,-0.729568594,11656.64239 +371,0.610266567,0.547265983,413,2.987564726,-0.729568594,9937.3310395 +372,0.210731629,0.746815056,413,2.987564726,-0.729568594,11375.70015 +373,-1.34931644,0.316895224,413,2.987564726,-0.729568594,8148.7488616 +374,2.407696481,0.655030745,413,2.987564726,-0.729568594,5870.9692041 +375,0.64207831,0.545359131,413,2.987564726,-0.729568594,9839.7431176 +376,1.174597538,0.840588356,413,2.987564726,-0.729568594,8849.8863662 +377,0.660059424,0.010604079,413,2.987564726,-0.729568594,8382.5448751 +378,-0.730263819,0.010486456,413,2.987564726,-0.729568594,8931.9710951 +379,0.831068936,0.512339172,413,2.987564726,-0.729568594,9215.9198195 +380,1.301180979,0.72367476,413,2.987564726,-0.729568594,8322.3743661 +381,1.811128231,0.322854402,413,2.987564726,-0.729568594,5983.5570751 +382,0.435105812,0.992284428,413,2.987564726,-0.729568594,10630.041211 +383,0.62643634,0.592027932,413,2.987564726,-0.729568594,9972.0466822 +384,0.492988703,-0.516339467,413,2.987564726,-0.729568594,6971.7628169 +385,-0.162469483,0.112549365,413,2.987564726,-0.729568594,9999.6546636 +386,0.314630866,0.472006421,413,2.987564726,-0.729568594,10616.181591 +387,0.166744804,0.822815954,413,2.987564726,-0.729568594,11467.794777 +388,0.417159608,0.965805736,413,2.987564726,-0.729568594,10702.593263 +389,0.106334961,0.868774244,413,2.987564726,-0.729568594,11540.418107 +390,0.815086969,-0.338144359,413,2.987564726,-0.729568594,6926.4942261 +391,0.59867455,-0.230624824,413,2.987564726,-0.729568594,7754.363531 +392,1.915104874,0.066220985,413,2.987564726,-0.729568594,4967.5413841 +393,1.278093622,0.064463721,413,2.987564726,-0.729568594,6801.384453 +394,-0.061477853,0.302997961,413,2.987564726,-0.729568594,10725.283073 +395,0.251311504,0.626976942,413,2.987564726,-0.729568594,11134.066278 +396,2.950242872,0.149095644,413,2.987564726,-0.729568594,3483.0295355 +397,-0.180294708,0.35375117,413,2.987564726,-0.729568594,10952.634552 +398,1.010448592,-0.351180233,413,2.987564726,-0.729568594,6409.5528327 +399,-1.748740498,0.3686318073,413,2.987564726,-0.729568594,7114.9692777 +400,2.699635665,0.123533791,413,2.987564726,-0.729568594,3536.5759524 +401,0.496808033,0.823843254,413,2.987564726,-0.729568594,10586.179697 +402,0.129574704,0.763364087,413,2.987564726,-0.729568594,11609.811823 +403,1.798920311,0.817447563,413,2.987564726,-0.729568594,7412.2489866 +404,0.335987953,0.746786541,413,2.987564726,-0.729568594,11013.150527 +405,-1.085413643,0.292154671,413,2.987564726,-0.729568594,8860.5314625 +406,-0.155321003,0.508207011,413,2.987564726,-0.729568594,11567.025448 +407,0.620529244,-0.301175104,413,2.987564726,-0.729568594,7474.9700887 +408,1.684402744,0.368716966,413,2.987564726,-0.729568594,6445.2373626 +409,0.300582244,-0.386397212,413,2.987564726,-0.729568594,7719.6725315 +410,2.913555946,-0.009225192,413,2.987564726,-0.729568594,2865.5116858 +411,1.465101417,0.493232532,413,2.987564726,-0.729568594,7362.0130799 +412,0.090612882,0.907955955,413,2.987564726,-0.729568594,11478.888406 +413,2.987564726,-0.729568594,413,2.987564726,-0.729568594,0 +414,-1.484261606,0.224149272,413,2.987564726,-0.729568594,7517.6625737 +415,0.164073421,0.303955133,413,2.987564726,-0.729568594,10442.94099 +416,0.141441293,0.167552546,413,2.987564726,-0.729568594,9991.1135075 +417,2.931321023,-0.506718887,413,2.987564726,-0.729568594,900.99306045 +418,2.21951565,0.700596356,413,2.987564726,-0.729568594,6300.4126612 +419,0.268112576,1.199114336,413,2.987564726,-0.729568594,10385.624831 +420,0.978913739,0.359223811,413,2.987564726,-0.729568594,8435.5802824 +421,1.210898818,0.522863584,413,2.987564726,-0.729568594,8137.0455926 +422,2.347397336,0.129231362,413,2.987564726,-0.729568594,4115.9833637 +423,0.614394501,0.556878345,413,2.987564726,-0.729568594,9943.5716894 +424,-1.398079356,0.148483366,413,2.987564726,-0.729568594,7576.0322777 +425,2.535303836,-0.112984496,413,2.987564726,-0.729568594,2913.9456642 +426,-1.019372593,-0.405322349,413,2.987564726,-0.729568594,6944.2424904 +427,-1.297785627,-0.160104069,413,2.987564726,-0.729568594,7013.6132781 +428,2.144554488,0.205051084,413,2.987564726,-0.729568594,4806.4916708 +429,-2.242387083,-0.426171285,413,2.987564726,-0.729568594,3616.3628768 +430,0.338637212,0.909723676,413,2.987564726,-0.729568594,10946.387696 +431,-0.148798452,0.691042401,413,2.987564726,-0.729568594,12290.440609 +432,0.893524764,0.441829531,413,2.987564726,-0.729568594,8879.6196495 +433,0.969229347,-0.368847936,413,2.987564726,-0.729568594,6462.0389321 +434,0.436043248,0.800045688,413,2.987564726,-0.729568594,10747.580123 +435,1.687946607,1.081504775,413,2.987564726,-0.729568594,8270.732203 +436,0.522302046,-0.034889271,413,2.987564726,-0.729568594,8565.600416 +437,-0.178996113,-0.438090009,413,2.987564726,-0.729568594,7817.8467502 +438,-1.094339566,0.301444068,413,2.987564726,-0.729568594,8858.5017378 +439,-1.064070054,0.242569932,413,2.987564726,-0.729568594,8791.7140647 +440,-1.068153768,0.230387998,413,2.987564726,-0.729568594,8747.5002747 +441,-3.00496892,-0.23989155,413,2.987564726,-0.729568594,2181.6628271 +442,0.21751974,0.766874888,413,2.987564726,-0.729568594,11358.25087 +443,0.117229532,0.007619006,413,2.987564726,-0.729568594,9424.4468489 +444,0.777758451,0.420554741,413,2.987564726,-0.729568594,9172.9299004 +445,-0.252356999,0.250747086,413,2.987564726,-0.729568594,10517.462512 +446,0.363148444,0.768483434,413,2.987564726,-0.729568594,10943.851355 +447,0.903191366,-0.118210676,413,2.987564726,-0.729568594,7366.9962387 +448,-0.205755923,0.149406178,413,2.987564726,-0.729568594,10138.70996 +449,1.811996086,0.02364353,413,2.987564726,-0.729568594,5134.1665756 +450,-1.100670221,0.314845373,413,2.987564726,-0.729568594,8874.1007077 +451,0.340078597,0.850105132,413,2.987564726,-0.729568594,10995.663093 +452,0.258757267,0.804969236,413,2.987564726,-0.729568594,11234.586252 +453,2.78505352,-0.155160804,413,2.987564726,-0.729568594,2382.7117137 +454,0.800551619,0.105822106,413,2.987564726,-0.729568594,8290.5729348 +455,0.437940882,-0.506194031,413,2.987564726,-0.729568594,7091.85542 +456,2.230431122,0.63458615,413,2.987564726,-0.729568594,6058.8129606 +457,0.527965361,0.127667701,413,2.987564726,-0.729568594,9071.1401805 +458,-0.063643205,0.702093448,413,2.987564726,-0.729568594,12152.674537 +459,1.408447268,0.133010502,413,2.987564726,-0.729568594,6596.9769071 +460,0.523795955,0.280266966,413,2.987564726,-0.729568594,9535.8074531 +461,-0.975769313,0.072177659,413,2.987564726,-0.729568594,8549.4144235 +462,0.549774164,-0.463663986,413,2.987564726,-0.729568594,7060.8931459 +463,0.29245874,1.095549818,413,2.987564726,-0.729568594,10660.384602 +464,0.143625958,0.816809593,413,2.987564726,-0.729568594,11534.399472 +465,0.671902494,0.611159853,413,2.987564726,-0.729568594,9870.8286699 +466,1.239840988,0.6724199,413,2.987564726,-0.729568594,8377.9200675 +467,0.607829703,-0.10932137,413,2.987564726,-0.729568594,8130.6243498 +468,1.763020906,0.263996692,413,2.987564726,-0.729568594,5943.2491959 +469,0.378714634,0.726066797,413,2.987564726,-0.729568594,10876.624468 +470,2.196736143,-0.153862366,413,2.987564726,-0.729568594,3571.9727376 +471,0.01702415,0.148991565,413,2.987564726,-0.729568594,10067.61397 +472,-2.998490902,-0.158002487,413,2.987564726,-0.729568594,2490.2574762 +473,-3.051262951,-0.346595608,413,2.987564726,-0.729568594,1724.3584196 +474,-1.069176439,0.182802941,413,2.987564726,-0.729568594,8615.0683585 +475,0.167157509,0.595344954,413,2.987564726,-0.729568594,11311.881451 +476,0.613855648,0.681746124,413,2.987564726,-0.729568594,10146.2064 +477,1.037012736,0.682555367,413,2.987564726,-0.729568594,8946.4696752 +478,-1.253574971,0.379755746,413,2.987564726,-0.729568594,8583.0441501 +479,3.108590453,-0.132620738,413,2.987564726,-0.729568594,2402.3313776 +480,0.565301296,0.022333262,413,2.987564726,-0.729568594,8650.9544085 +481,0.547898238,0.855555614,413,2.987564726,-0.729568594,10454.459125 +482,0.948309381,0.417393755,413,2.987564726,-0.729568594,8662.4751768 +483,-0.050600732,0.945269213,413,2.987564726,-0.729568594,11547.314036 +484,-0.977651478,-0.572363064,413,2.987564726,-0.729568594,6478.9241136 +485,1.102014914,0.728861163,413,2.987564726,-0.729568594,8851.0757134 +486,2.927300795,-0.282939414,413,2.987564726,-0.729568594,1780.9775927 +487,-1.154565557,0.124434095,413,2.987564726,-0.729568594,8214.294739 +488,1.855331234,0.291044755,413,2.987564726,-0.729568594,5777.4741743 +489,0.830290659,0.276904518,413,2.987564726,-0.729568594,8668.1696866 +490,0.485104466,-0.234867441,413,2.987564726,-0.729568594,7968.4279589 +491,0.521367572,-0.33161327,413,2.987564726,-0.729568594,7567.0305176 +1,-1.539031704,0.7349710123,414,-1.484261606,0.224149272,2032.1348253 +2,-1.536990553,0.7349663874,414,-1.484261606,0.224149272,2031.476437 +3,-1.534951779,0.7349571355,414,-1.484261606,0.224149272,2030.8246182 +4,-1.532906461,0.7349480293,414,-1.484261606,0.224149272,2030.1955666 +5,-1.531320211,0.7346937278,414,-1.484261606,0.224149272,2028.749369 +6,-1.539451648,0.7335131775,414,-1.484261606,0.224149272,2026.5298949 +7,-1.537429487,0.7335445708,414,-1.484261606,0.224149272,2026.0118142 +8,-1.535484998,0.7335658704,414,-1.484261606,0.224149272,2025.5011137 +9,-1.533488396,0.7336036027,414,-1.484261606,0.224149272,2025.0621942 +10,-1.531497785,0.7335842962,414,-1.484261606,0.224149272,2024.4233165 +11,-1.530259379,0.7334777758,414,-1.484261606,0.224149272,2023.6646939 +12,-1.5335454,0.7322346912,414,-1.484261606,0.224149272,2019.6826456 +13,-1.531489083,0.7322238773,414,-1.484261606,0.224149272,2019.0562587 +14,-1.530011122,0.7321679851,414,-1.484261606,0.224149272,2018.4314862 +15,-1.53348106,0.7306614094,414,-1.484261606,0.224149272,2013.4624917 +16,-1.531441779,0.7306962275,414,-1.484261606,0.224149272,2013.0191018 +17,-1.529755654,0.7306933243,414,-1.484261606,0.224149272,2012.5459997 +18,-1.533415048,0.7291384674,414,-1.484261606,0.224149272,2007.4403103 +19,-1.531392093,0.7291705353,414,-1.484261606,0.224149272,2006.9890522 +20,-1.529296523,0.7291214933,414,-1.484261606,0.224149272,2006.2226266 +21,-1.535280942,0.727267644,414,-1.484261606,0.224149272,2000.6232909 +22,-1.533378158,0.7276139666,414,-1.484261606,0.224149272,2001.4205301 +23,-1.531340368,0.7276446587,414,-1.484261606,0.224149272,2000.9577528 +24,-1.528960113,0.7276398177,414,-1.484261606,0.224149272,2000.2879088 +25,-1.533313146,0.7260818349,414,-1.484261606,0.224149272,1995.3625037 +26,-1.531259555,0.7260958115,414,-1.484261606,0.224149272,1994.8277443 +27,-1.528926415,0.7260865555,414,-1.484261606,0.224149272,1994.1514927 +28,-1.531226779,0.7245511789,414,-1.484261606,0.224149272,1988.7279039 +29,-1.528904772,0.7245519194,414,-1.484261606,0.224149272,1988.0918585 +30,-1.547195875,0.7409785979,414,-1.484261606,0.224149272,2058.5480462 +31,-1.5451475,0.740980426,414,-1.484261606,0.224149272,2057.8279889 +32,-1.543097679,0.7409798872,414,-1.484261606,0.224149272,2057.1219485 +33,-1.540720364,0.7409892687,414,-1.484261606,0.224149272,2056.37239 +34,-1.547188511,0.7395198392,414,-1.484261606,0.224149272,2052.8115624 +35,-1.545148587,0.7395226109,414,-1.484261606,0.224149272,2052.0954458 +36,-1.543104538,0.7395314908,414,-1.484261606,0.224149272,2051.4256777 +37,-1.540727751,0.7395306258,414,-1.484261606,0.224149272,2050.6328322 +38,-1.547187029,0.7380014886,414,-1.484261606,0.224149272,2046.8432046 +39,-1.545147315,0.7380012252,414,-1.484261606,0.224149272,2046.1123074 +40,-1.54310719,0.7380060743,414,-1.484261606,0.224149272,2045.4251762 +41,-1.540719671,0.7380068206,414,-1.484261606,0.224149272,2044.631924 +42,-1.547187189,0.7364799098,414,-1.484261606,0.224149272,2040.8630019 +43,-1.545149996,0.7364853874,414,-1.484261606,0.224149272,2040.1526101 +44,-1.543106091,0.7364823484,414,-1.484261606,0.224149272,2039.4302704 +45,-1.540717158,0.7364893901,414,-1.484261606,0.224149272,2038.6581142 +46,-1.538663972,0.7410138672,414,-1.484261606,0.224149272,2055.8148913 +47,-1.53695285,0.7409699132,414,-1.484261606,0.224149272,2055.1156037 +48,-1.534910498,0.7409641297,414,-1.484261606,0.224149272,2054.4866106 +49,-1.533145034,0.7409536636,414,-1.484261606,0.224149272,2053.9404926 +50,-1.538681336,0.7395405883,414,-1.484261606,0.224149272,2050.0181929 +51,-1.536999189,0.7395183096,414,-1.484261606,0.224149272,2049.4108764 +52,-1.534923633,0.7395144222,414,-1.484261606,0.224149272,2048.7767659 +53,-1.533267822,0.7395654306,414,-1.484261606,0.224149272,2048.501894 +54,-1.53867273,0.7380151077,414,-1.484261606,0.224149272,2044.0079598 +55,-1.536980576,0.7379994392,414,-1.484261606,0.224149272,2043.4216021 +56,-1.534931522,0.7379944961,414,-1.484261606,0.224149272,2042.7888203 +57,-1.533387952,0.7379480264,414,-1.484261606,0.224149272,2042.1595484 +58,-1.538682279,0.7364914363,414,-1.484261606,0.224149272,2038.0107576 +59,-1.536980704,0.7364810563,414,-1.484261606,0.224149272,2037.4401207 +60,-1.534935567,0.7364752065,414,-1.484261606,0.224149272,2036.8024317 +61,-1.533042592,0.7363876366,414,-1.484261606,0.224149272,2035.909787 +62,-1.545143426,0.7349628011,414,-1.484261606,0.224149272,2034.1633361 +63,-1.543105297,0.7349691947,414,-1.484261606,0.224149272,2033.4772769 +64,-1.541064533,0.7349647152,414,-1.484261606,0.224149272,2032.7715452 +65,-1.545411803,0.7334624714,414,-1.484261606,0.224149272,2028.3599494 +66,-1.543446606,0.7334780896,414,-1.484261606,0.224149272,2027.7294037 +67,-1.541475327,0.7334957295,414,-1.484261606,0.224149272,2027.1272031 +68,-1.545401939,0.731963266,414,-1.484261606,0.224149272,2022.4622386 +69,-1.54342253,0.7319915583,414,-1.484261606,0.224149272,2021.8739384 +70,-1.541455867,0.7320216438,414,-1.484261606,0.224149272,2021.3198663 +71,-1.545410146,0.7304422281,414,-1.484261606,0.224149272,2016.4854232 +72,-1.543435491,0.7304713664,414,-1.484261606,0.224149272,2015.8991606 +73,-1.541463105,0.7304997613,414,-1.484261606,0.224149272,2015.3336114 +74,-1.545414768,0.7289194936,414,-1.484261606,0.224149272,2010.500909 +75,-1.543435774,0.7289538557,414,-1.484261606,0.224149272,2009.9307503 +76,-1.541457714,0.7289765881,414,-1.484261606,0.224149272,2009.3382314 +77,-1.539449415,0.7320555866,414,-1.484261606,0.224149272,2020.7906843 +78,-1.537429183,0.7321097681,414,-1.484261606,0.224149272,2020.360478 +79,-1.535472649,0.7321497267,414,-1.484261606,0.224149272,2019.9173842 +80,-1.539457899,0.7305333307,414,-1.484261606,0.224149272,2014.8005704 +81,-1.537453161,0.7305750503,414,-1.484261606,0.224149272,2014.323413 +82,-1.535479385,0.7306124949,414,-1.484261606,0.224149272,2013.8624435 +83,-1.53946905,0.7290102593,414,-1.484261606,0.224149272,2008.8083429 +84,-1.537459922,0.7290417293,414,-1.484261606,0.224149272,2008.2866728 +85,-1.535451349,0.7290890157,414,-1.484261606,0.224149272,2007.8513228 +86,-1.535522937,0.7279887191,414,-1.484261606,0.224149272,2003.5379761 +87,-1.539442524,0.7274735939,414,-1.484261606,0.224149272,2002.7504577 +88,-1.537424111,0.727521351,414,-1.484261606,0.224149272,2002.287634 +89,-1.539384641,0.7259505092,414,-1.484261606,0.224149272,1996.7358384 +90,-1.537372391,0.7259947145,414,-1.484261606,0.224149272,1996.2590017 +91,-1.535340789,0.7260435356,414,-1.484261606,0.224149272,1995.8185864 +92,-1.539325716,0.7244369706,414,-1.484261606,0.224149272,1990.7585217 +93,-1.537308932,0.7244801057,414,-1.484261606,0.224149272,1990.2740714 +94,-1.535289068,0.7245247645,414,-1.484261606,0.224149272,1989.819031 +95,-1.533261366,0.7245550236,414,-1.484261606,0.224149272,1989.3293733 +96,-1.539267302,0.722921924,414,-1.484261606,0.224149272,1984.7755048 +97,-1.537248972,0.7229660258,414,-1.484261606,0.224149272,1984.2923905 +98,-1.535219431,0.7229916471,414,-1.484261606,0.224149272,1983.7575128 +99,-1.53318962,0.7230212049,414,-1.484261606,0.224149272,1983.2627882 +100,-1.531154816,0.7230299897,414,-1.484261606,0.224149272,1982.7094971 +101,-1.528878341,0.7230370244,414,-1.484261606,0.224149272,1982.1089015 +102,-1.539218189,0.7214009878,414,-1.484261606,0.224149272,1978.7724675 +103,-1.537198791,0.7214422745,414,-1.484261606,0.224149272,1978.2758131 +104,-1.535179266,0.7214634354,414,-1.484261606,0.224149272,1977.7244374 +105,-1.533156501,0.7214944644,414,-1.484261606,0.224149272,1977.2355552 +106,-1.53113574,0.7215166021,414,-1.484261606,0.224149272,1976.7368726 +107,-1.528874248,0.7215345535,414,-1.484261606,0.224149272,1976.1810714 +108,-1.539217656,0.7198512397,414,-1.484261606,0.224149272,1972.6723271 +109,-1.537199919,0.7199428763,414,-1.484261606,0.224149272,1972.3717101 +110,-1.545425832,0.727397149,414,-1.484261606,0.224149272,2004.5205332 +111,-1.543371177,0.7273916949,414,-1.484261606,0.224149272,2003.7641416 +112,-1.541368852,0.7274523163,414,-1.484261606,0.224149272,2003.3103474 +113,-1.545349067,0.7258710923,414,-1.484261606,0.224149272,1998.4937884 +114,-1.54332671,0.7258603556,414,-1.484261606,0.224149272,1997.7259305 +115,-1.541346831,0.7259242142,414,-1.484261606,0.224149272,1997.2901956 +116,-1.545324355,0.7243383958,414,-1.484261606,0.224149272,1992.4600536 +117,-1.543292796,0.7243617413,414,-1.484261606,0.224149272,1991.8202748 +118,-1.541295822,0.7244024384,414,-1.484261606,0.224149272,1991.2851766 +119,-1.543193859,0.7205570215,414,-1.484261606,0.224149272,1976.8228953 +120,-1.550257047,0.7386738187,414,-1.484261606,0.224149272,2050.6270348 +121,-1.549335448,0.7311736483,414,-1.484261606,0.224149272,2020.8187525 +122,-1.533478843,0.7179891343,414,-1.484261606,0.224149272,1963.5170074 +123,-1.556150555,0.738907041,414,-1.484261606,0.224149272,2053.882777 +124,-1.554324226,0.733414257,414,-1.484261606,0.224149272,2031.5891647 +125,-1.554290846,0.7288285332,414,-1.484261606,0.224149272,2013.5892987 +126,-1.55122487,0.7219795312,414,-1.484261606,0.224149272,1985.4661819 +127,-1.525104458,0.7229399862,414,-1.484261606,0.224149272,1980.7526921 +128,-1.519607711,0.7236181429,414,-1.484261606,0.224149272,1982.1671857 +129,-1.513899999,0.7251107854,414,-1.484261606,0.224149272,1986.9500473 +130,-1.536620762,0.7431061895,414,-1.484261606,0.224149272,2063.4324512 +131,-1.5369566,0.7460845958,414,-1.484261606,0.224149272,2075.2680282 +132,-1.545345528,0.7447040685,414,-1.484261606,0.224149272,2072.5409205 +133,-1.532813921,0.7432306626,414,-1.484261606,0.224149272,2062.825936 +134,-1.554788248,0.7382381001,414,-1.484261606,0.224149272,2050.700357 +135,-1.540348126,0.7301594274,414,-1.484261606,0.224149272,2013.6212899 +136,-1.538016084,0.7239051786,414,-1.484261606,0.224149272,1988.2369549 +137,-1.525288962,0.7258085137,414,-1.484261606,0.224149272,1992.1211537 +138,-1.534326986,0.731241342,414,-1.484261606,0.224149272,2015.9960824 +139,-1.530733872,0.7303625216,414,-1.484261606,0.224149272,2011.5071825 +141,-1.534354939,0.7328219978,414,-1.484261606,0.224149272,2022.2339008 +142,-1.53157084,0.7292888153,414,-1.484261606,0.224149272,2007.5055105 +143,-1.525691035,0.7263799874,414,-1.484261606,0.224149272,1994.4761245 +144,-1.534031287,0.7495967835,414,-1.484261606,0.224149272,2088.265237 +145,-1.527714986,0.7283095957,414,-1.484261606,0.224149272,2002.6036739 +146,-1.526189586,0.7271468292,414,-1.484261606,0.224149272,1997.6269768 +147,-1.555177336,0.7375563366,414,-1.484261606,0.224149272,2048.1850424 +148,-1.555080283,0.7312707794,414,-1.484261606,0.224149272,2023.4945743 +149,-1.53856994,0.7224180299,414,-1.484261606,0.224149272,1982.5620639 +150,-1.530837883,0.729933372,414,-1.484261606,0.224149272,2009.8433669 +151,-1.515066984,0.5854133365,414,-1.484261606,0.224149272,1435.2814151 +152,-1.534731633,0.5368370046,414,-1.484261606,0.224149272,1252.2203873 +153,-1.515231902,0.5607085576,414,-1.484261606,0.224149272,1337.8523924 +154,-2.616253799,1.0684566605,414,-1.484261606,0.224149272,4616.6865009 +155,-1.956071439,0.5792177723,414,-1.484261606,0.224149272,2209.0295628 +156,-1.951208514,0.5602434208,414,-1.484261606,0.224149272,2154.891736 +157,-1.944675062,0.6062144545,414,-1.484261606,0.224149272,2238.9061315 +158,-1.613778386,0.6077989518,414,-1.484261606,0.224149272,1589.0708981 +159,-2.035029014,0.6021432345,414,-1.484261606,0.224149272,2478.1716139 +160,-2.114989471,0.6801825058,414,-1.484261606,0.224149272,2850.9664155 +161,-2.037382079,0.5765830025,414,-1.484261606,0.224149272,2436.8035206 +162,-2.129855121,0.6585019963,414,-1.484261606,0.224149272,2851.0630989 +163,-2.075141798,0.6493615843,414,-1.484261606,0.224149272,2682.6536744 +164,-1.828626729,0.6948433129,414,-1.484261606,0.224149272,2217.9474742 +165,-1.863329418,0.6735427691,414,-1.484261606,0.224149272,2222.9520446 +166,-1.266037071,0.727988852,414,-1.484261606,0.224149272,2133.0409952 +167,-1.277579582,0.7249010648,414,-1.484261606,0.224149272,2108.0749347 +168,-1.258418684,0.7241194816,414,-1.484261606,0.224149272,2128.5814818 +169,-1.317813974,0.6804850104,414,-1.484261606,0.224149272,1899.5222286 +170,-1.344165204,0.6790988904,414,-1.484261606,0.224149272,1867.9415784 +171,-1.427582102,0.5277120351,414,-1.484261606,0.224149272,1220.2089248 +172,-1.402238616,0.457167829,414,-1.484261606,0.224149272,972.15498432 +173,-1.422454264,0.4996161999,414,-1.484261606,0.224149272,1114.6743905 +174,-1.439089277,0.4894859811,414,-1.484261606,0.224149272,1064.176893 +175,-1.448126995,0.5182330266,414,-1.484261606,0.224149272,1172.3973235 +176,-1.474626146,0.5881926574,414,-1.484261606,0.224149272,1442.3946723 +177,-1.421139645,0.5584869783,414,-1.484261606,0.224149272,1344.0471831 +178,-1.457037165,0.565943032,414,-1.484261606,0.224149272,1357.444394 +179,-2.757159358,0.3745319,414,-1.484261606,0.224149272,4815.5218088 +180,-2.714309238,0.342054471,414,-1.484261606,0.224149272,4671.4594602 +181,-2.000525337,0.774119946,414,-1.484261606,0.224149272,2792.0856437 +183,-1.571413436,0.6777838382,414,-1.484261606,0.224149272,1822.7264488 +184,-1.552860289,0.6987663893,414,-1.484261606,0.224149272,1895.1194089 +185,-1.521852374,0.7165827476,414,-1.484261606,0.224149272,1954.8760098 +186,-1.503656267,0.6928968252,414,-1.484261606,0.224149272,1857.9456428 +187,-1.502753178,0.7136205882,414,-1.484261606,0.224149272,1939.8572691 +188,-1.631894563,0.7343596465,414,-1.484261606,0.224149272,2083.9024903 +189,-1.653765416,0.6770714026,414,-1.484261606,0.224149272,1890.2134513 +190,-1.719812114,0.6715965947,414,-1.484261606,0.224149272,1956.4421138 +191,-1.493406659,0.6646955447,414,-1.484261606,0.224149272,1745.3018352 +192,-1.469120564,0.6613469966,414,-1.484261606,0.224149272,1732.5650723 +193,-1.590551461,0.5326612937,414,-1.484261606,0.224149272,1282.4069349 +194,-1.625979264,0.5247742243,414,-1.484261606,0.224149272,1299.1589709 +195,-1.572293943,0.5238808754,414,-1.484261606,0.224149272,1230.3347337 +196,-1.610848725,0.5477107964,414,-1.484261606,0.224149272,1362.1637253 +197,-1.208485554,0.7918526018,414,-1.484261606,0.224149272,2432.6961595 +198,-1.335601374,0.6869083083,414,-1.484261606,0.224149272,1905.440754 +199,-1.346156996,0.6825213377,414,-1.484261606,0.224149272,1879.0679233 +200,-1.324381037,0.6741422347,414,-1.484261606,0.224149272,1868.9388934 +201,-1.242424992,0.7378949807,414,-1.484261606,0.224149272,2198.2261377 +202,-1.270370057,0.7392461008,414,-1.484261606,0.224149272,2168.6617743 +203,-1.448950472,0.7441675014,414,-1.484261606,0.224149272,2063.3535722 +204,-1.492662363,0.7523026852,414,-1.484261606,0.224149272,2092.2130949 +205,-1.479098966,0.7763855017,414,-1.484261606,0.224149272,2187.477698 +206,-1.633760714,0.7869022408,414,-1.484261606,0.224149272,2285.4368285 +207,-1.647406434,0.8101289331,414,-1.484261606,0.224149272,2384.2373376 +208,-1.564245052,0.5701509278,414,-1.484261606,0.224149272,1400.8374305 +209,-1.646289963,0.6833746083,414,-1.484261606,0.224149272,1905.5765405 +210,-1.5820631,0.6751952144,414,-1.484261606,0.224149272,1819.3613511 +211,-1.613236298,0.6681681791,414,-1.484261606,0.224149272,1816.4889472 +212,-1.914661867,0.8212566515,414,-1.484261606,0.224149272,2763.2045413 +213,-1.742133237,0.7250275956,414,-1.484261606,0.224149272,2174.7035697 +214,-2.033144872,0.6557314699,414,-1.484261606,0.224149272,2583.1030463 +215,-2.039551981,0.6964723658,414,-1.484261606,0.224149272,2689.9239582 +216,-1.247341019,0.7622473908,414,-1.484261606,0.224149272,2279.079565 +217,-1.298239787,0.7084123392,414,-1.484261606,0.224149272,2024.1612213 +218,-1.308539688,0.6926545592,414,-1.484261606,0.224149272,1954.6719652 +219,-1.303263185,0.6888938396,414,-1.484261606,0.224149272,1946.7022826 +220,-1.852400229,0.6004246149,414,-1.484261606,0.224149272,1992.3830682 +221,-1.288947707,0.7473773692,414,-1.484261606,0.224149272,2177.8728515 +222,-1.372031502,0.7472790993,414,-1.484261606,0.224149272,2107.5166539 +223,-1.289805721,0.7242157877,414,-1.484261606,0.224149272,2091.6390328 +224,-1.350807603,0.7533498126,414,-1.484261606,0.224149272,2145.2579619 +225,-1.329290365,0.7560442322,414,-1.484261606,0.224149272,2172.3119423 +226,-1.410153004,0.616936428,414,-1.484261606,0.224149272,1578.2650656 +227,-1.393445434,0.6308995063,414,-1.484261606,0.224149272,1643.3175276 +228,-1.37595573,0.6241540638,414,-1.484261606,0.224149272,1630.9258797 +229,-1.358388707,0.6172645205,414,-1.484261606,0.224149272,1620.9348841 +230,-1.753741133,0.8281661666,414,-1.484261606,0.224149272,2553.7492517 +231,-1.47430987,0.6834615681,414,-1.484261606,0.224149272,1819.6704471 +232,-1.421012508,0.7222725206,414,-1.484261606,0.224149272,1985.1591197 +233,-1.4476833,0.6978557868,414,-1.484261606,0.224149272,1880.6858008 +234,-1.470370723,0.6966193374,414,-1.484261606,0.224149272,1872.0817954 +235,-1.429211703,0.7037216883,414,-1.484261606,0.224149272,1909.2310324 +236,-1.700578405,0.6178673663,414,-1.484261606,0.224149272,1740.8295992 +237,-1.678117619,0.6331716163,414,-1.484261606,0.224149272,1761.0170083 +238,-1.725644578,0.6316331145,414,-1.484261606,0.224149272,1828.690801 +239,-2.14012759,0.7930497945,414,-1.484261606,0.224149272,3147.5109176 +240,-2.103289431,0.7653606263,414,-1.484261606,0.224149272,3000.0801978 +241,-1.318739838,0.7017808746,414,-1.484261606,0.224149272,1977.7975092 +242,-1.396417427,0.7077900843,414,-1.484261606,0.224149272,1939.8917944 +243,-1.35650337,0.7185539404,414,-1.484261606,0.224149272,2007.6987495 +244,-1.248884539,0.7274156818,414,-1.484261606,0.224149272,2152.5844869 +245,-1.395014798,0.5761185243,414,-1.484261606,0.224149272,1431.0687988 +246,-1.433377362,0.6064716109,414,-1.484261606,0.224149272,1525.3498637 +247,-1.408172432,0.5903155476,414,-1.484261606,0.224149272,1476.0944787 +248,-1.749645898,0.7757118084,414,-1.484261606,0.224149272,2362.5106167 +249,-1.571626686,0.615046989,414,-1.484261606,0.224149272,1579.6193752 +250,-1.514070049,0.6303003037,414,-1.484261606,0.224149272,1612.2687044 +251,-1.480890369,0.6237966528,414,-1.484261606,0.224149272,1583.0490546 +252,-1.704390658,0.5281680612,414,-1.484261606,0.224149272,1449.1311646 +253,-1.64434733,0.5254277498,414,-1.484261606,0.224149272,1329.7911607 +254,-1.703855997,0.4792484842,414,-1.484261606,0.224149272,1297.0660104 +255,-1.692002383,0.5748825051,414,-1.484261606,0.224149272,1579.6439288 +256,-1.854136457,0.5544643913,414,-1.484261606,0.224149272,1876.3572164 +257,-1.665021206,0.520317736,414,-1.484261606,0.224149272,1347.6387694 +258,-1.733654349,0.4845187345,414,-1.484261606,0.224149272,1383.6849572 +259,-1.720938188,0.5135933906,414,-1.484261606,0.224149272,1439.0303611 +260,-1.742668307,0.553296122,414,-1.484261606,0.224149272,1607.4704278 +261,-1.965659039,0.7142126903,414,-1.484261606,0.224149272,2558.2978355 +262,-1.944438071,0.6772834804,414,-1.484261606,0.224149272,2413.4823945 +263,-1.270340967,0.7681487096,414,-1.484261606,0.224149272,2274.1491659 +264,-1.353091884,0.6549276821,414,-1.484261606,0.224149272,1768.2703932 +265,-1.333236659,0.6413584414,414,-1.484261606,0.224149272,1737.4461558 +266,-1.352015998,0.6753788907,414,-1.484261606,0.224149272,1846.7556057 +267,-1.377988483,0.6577816235,414,-1.484261606,0.224149272,1758.2043637 +268,-2.13075611,0.8318642051,414,-1.484261606,0.224149272,3214.1773282 +269,-2.097910953,0.8259670014,414,-1.484261606,0.224149272,3129.8330504 +270,-1.416382069,0.6694271549,414,-1.484261606,0.224149272,1779.8694694 +271,-1.538905672,0.7535625993,414,-1.484261606,0.224149272,2105.3149815 +272,-1.572309477,0.7803125099,414,-1.484261606,0.224149272,2223.0198027 +273,-1.87759879,0.7503853417,414,-1.484261606,0.224149272,2480.4770016 +274,1.152365588,0.590457682,414,-1.484261606,0.224149272,8697.4212596 +275,0.350198001,0.718001859,414,-1.484261606,0.224149272,6400.7679428 +276,0.046513677,0.491503852,414,-1.484261606,0.224149272,5668.3735412 +277,0.027510309,0.742571376,414,-1.484261606,0.224149272,5453.9439186 +278,0.306285725,-0.214631579,414,-1.484261606,0.224149272,7243.254887 +279,-1.100564889,0.318051531,414,-1.484261606,0.224149272,1509.5364955 +280,-1.078582306,0.301437596,414,-1.484261606,0.224149272,1580.4600392 +281,-1.137371989,-0.617634065,414,-1.484261606,0.224149272,3579.14948 +282,0.784356344,0.703272339,414,-1.484261606,0.224149272,7571.1619694 +283,-1.221209947,0.218327455,414,-1.484261606,0.224149272,1016.6695062 +284,2.347301921,-0.449114658,414,-1.484261606,0.224149272,9727.342713 +285,0.246820618,0.830553713,414,-1.484261606,0.224149272,5987.4709931 +286,0.829414965,0.703288228,414,-1.484261606,0.224149272,7677.4645282 +287,-1.337537566,0.42332223,414,-1.484261606,0.224149272,961.5531445 +288,0.882453706,0.454478077,414,-1.484261606,0.224149272,8426.7888023 +289,1.575629659,0.416419109,414,-1.484261606,0.224149272,9886.9097444 +290,-1.039455679,0.229888244,414,-1.484261606,0.224149272,1716.0868484 +291,0.489558039,0.934482747,414,-1.484261606,0.224149272,6413.9242051 +292,0.081344504,0.88384514,414,-1.484261606,0.224149272,5524.8798487 +293,-1.547979814,0.300350308,414,-1.484261606,0.224149272,387.92345086 +294,0.040776181,0.168560074,414,-1.484261606,0.224149272,5899.7138497 +295,-1.130374745,0.563894876,414,-1.484261606,0.224149272,1859.850188 +296,1.578326642,0.478507176,414,-1.484261606,0.224149272,9644.1202942 +297,-1.12861823,-0.291640865,414,-1.484261606,0.224149272,2472.2068229 +298,0.310524208,0.770885792,414,-1.484261606,0.224149272,6223.7631101 +299,0.415649091,-0.387246002,414,-1.484261606,0.224149272,7747.6243977 +300,-0.926533878,-0.188022748,414,-1.484261606,0.224149272,2733.9502269 +301,1.258856172,-0.11716081,414,-1.484261606,0.224149272,10832.793601 +302,-1.126050026,0.322941926,414,-1.484261606,0.224149272,1419.8804993 +303,2.002785835,0.07893892,414,-1.484261606,0.224149272,10630.24416 +304,0.440437607,0.746258085,414,-1.484261606,0.224149272,6607.4974491 +305,-0.030391866,0.214441206,414,-1.484261606,0.224149272,5591.6973141 +306,0.521557815,-0.058929362,414,-1.484261606,0.224149272,7953.0699501 +307,-0.097005111,0.13317729,414,-1.484261606,0.224149272,5400.5419516 +308,1.83113859,0.221857587,414,-1.484261606,0.224149272,10549.892095 +309,0.222428864,0.099404236,414,-1.484261606,0.224149272,6656.0317718 +310,-1.702731345,0.8728568183,414,-1.484261606,0.224149272,2665.6458376 +311,-0.418507569,0.278324921,414,-1.484261606,0.224149272,4080.5824073 +312,-1.41153306,0.339029988,414,-1.484261606,0.224149272,532.48113129 +313,0.357560442,0.114788776,414,-1.484261606,0.224149272,7156.844005 +314,0.325818979,0.268352149,414,-1.484261606,0.224149272,6873.9644391 +315,-1.246004659,-0.663679965,414,-1.484261606,0.224149272,3626.2599873 +316,1.814603087,0.637404484,414,-1.484261606,0.224149272,8981.0298806 +317,1.843704281,-0.18300445,414,-1.484261606,0.224149272,11702.82537 +318,1.690644492,-0.211480909,414,-1.484261606,0.224149272,12305.585905 +319,-1.275451936,0.068109467,414,-1.484261606,0.224149272,1024.742219 +320,0.762430171,-0.207594741,414,-1.484261606,0.224149272,8986.5792511 +321,0.265668905,-0.014647884,414,-1.484261606,0.224149272,6926.5633462 +322,-2.773032013,-0.335515811,414,-1.484261606,0.224149272,5492.85601 +323,-1.469512853,0.174058777,414,-1.484261606,0.224149272,206.50544688 +324,0.286276986,0.785925691,414,-1.484261606,0.224149272,6140.5727298 +325,-1.379324697,0.377432233,414,-1.484261606,0.224149272,725.14040422 +326,-1.203778265,0.212813032,414,-1.484261606,0.224149272,1085.3380187 +327,0.579916301,0.611743168,414,-1.484261606,0.224149272,7224.28578 +328,0.267582642,0.868113908,414,-1.484261606,0.224149272,5999.3333467 +329,0.412869244,-0.050245578,414,-1.484261606,0.224149272,7526.0392917 +330,0.17524381,0.976660285,414,-1.484261606,0.224149272,5682.221499 +331,0.743157214,0.204812899,414,-1.484261606,0.224149272,8469.7969164 +332,-1.070758176,0.269382282,414,-1.484261606,0.224149272,1597.5025589 +333,-1.230364251,0.329790229,414,-1.484261606,0.224149272,1053.2890033 +334,-1.374813124,-0.024926835,414,-1.484261606,0.224149272,1076.3142082 +335,0.519780566,0.463669906,414,-1.484261606,0.224149272,7291.2242595 +336,-1.55108034,0.239698561,414,-1.484261606,0.224149272,264.83849374 +337,0.180294813,0.029739425,414,-1.484261606,0.224149272,6557.5486736 +338,0.67820924,0.268170153,414,-1.484261606,0.224149272,8139.6850088 +339,0.445798684,1.024001867,414,-1.484261606,0.224149272,6175.8415369 +340,0.691751283,0.150521402,414,-1.484261606,0.224149272,8365.3362147 +341,-1.036643551,-0.903056181,414,-1.484261606,0.224149272,4721.9178933 +342,-0.120287036,1.083325163,414,-1.484261606,0.224149272,5055.8098992 +343,2.823513113,-0.304487164,414,-1.484261606,0.224149272,7994.8555988 +344,0.457583172,1.12513373,414,-1.484261606,0.224149272,6031.0155479 +345,0.042918831,0.813795399,414,-1.484261606,0.224149272,5461.6351025 +346,1.196146777,-0.853142756,414,-1.484261606,0.224149272,9531.3563609 +347,0.206001358,-0.010430701,414,-1.484261606,0.224149272,6692.4612413 +348,-0.268308653,0.234799412,414,-1.484261606,0.224149272,4672.9339849 +349,0.759363263,0.736189579,414,-1.484261606,0.224149272,7432.9932462 +350,0.181363926,0.891988372,414,-1.484261606,0.224149272,5765.2418732 +351,-0.021111158,0.139103292,414,-1.484261606,0.224149272,5687.3167363 +352,-0.093355215,0.630686981,414,-1.484261606,0.224149272,5130.9381914 +353,0.40118964,0.681375926,414,-1.484261606,0.224149272,6596.2582484 +354,-0.721197315,1.304706234,414,-1.484261606,0.224149272,4592.9965651 +355,-1.076150317,0.212107639,414,-1.484261606,0.224149272,1578.4125302 +356,-1.577164531,0.273993443,414,-1.484261606,0.224149272,407.5902141 +357,-0.190788414,0.182208586,414,-1.484261606,0.224149272,5003.4415168 +358,-0.261349752,0.209710184,414,-1.484261606,0.224149272,4714.8172747 +359,-1.029303852,0.083549259,414,-1.484261606,0.224149272,1863.994921 +360,-1.268609162,0.330525297,414,-1.484261606,0.224149272,922.77283501 +361,1.282982244,-0.926641967,414,-1.484261606,0.224149272,9421.1456717 +362,0.217352334,0.731352408,414,-1.484261606,0.224149272,6008.73536 +363,-1.511833084,0.258629297,414,-1.484261606,0.224149272,172.90708938 +364,0.338812194,0.823184618,414,-1.484261606,0.224149272,6231.6790214 +365,-0.324406489,1.134201999,414,-1.484261606,0.224149272,4737.1978212 +366,1.389579348,0.399185724,414,-1.484261606,0.224149272,9765.2340946 +367,2.047152199,-0.039082036,414,-1.484261606,0.224149272,10748.883249 +368,0.947780369,0.568250077,414,-1.484261606,0.224149272,8313.3528476 +369,0.763824846,0.576754987,414,-1.484261606,0.224149272,7812.9504804 +370,-0.142334657,0.928153068,414,-1.484261606,0.224149272,4971.3421098 +371,0.610266567,0.547265983,414,-1.484261606,0.224149272,7431.8305039 +372,0.210731629,0.746815056,414,-1.484261606,0.224149272,5974.7577729 +373,-1.34931644,0.316895224,414,-1.484261606,0.224149272,632.456186 +374,2.407696481,0.655030745,414,-1.484261606,0.224149272,7983.1510867 +375,0.64207831,0.545359131,414,-1.484261606,0.224149272,7530.2130465 +376,1.174597538,0.840588356,414,-1.484261606,0.224149272,7897.0852896 +377,0.660059424,0.010604079,414,-1.484261606,0.224149272,8418.8452415 +378,-0.730263819,0.010486456,414,-1.484261606,0.224149272,3077.7328684 +379,0.831068936,0.512339172,414,-1.484261606,0.224149272,8146.0284616 +380,1.301180979,0.72367476,414,-1.484261606,0.224149272,8470.1494307 +381,1.811128231,0.322854402,414,-1.484261606,0.224149272,10195.434186 +382,0.435105812,0.992284428,414,-1.484261606,0.224149272,6205.9837257 +383,0.62643634,0.592027932,414,-1.484261606,0.224149272,7395.0317012 +384,0.492988703,-0.516339467,414,-1.484261606,0.224149272,8048.41604 +385,-0.162469483,0.112549365,414,-1.484261606,0.224149272,5164.8333855 +386,0.314630866,0.472006421,414,-1.484261606,0.224149272,6599.9680255 +387,0.166744804,0.822815954,414,-1.484261606,0.224149272,5786.0902522 +388,0.417159608,0.965805736,414,-1.484261606,0.224149272,6210.8081794 +389,0.106334961,0.868774244,414,-1.484261606,0.224149272,5596.4556146 +390,0.815086969,-0.338144359,414,-1.484261606,0.224149272,9216.9633117 +391,0.59867455,-0.230624824,414,-1.484261606,0.224149272,8369.2188638 +392,1.915104874,0.066220985,414,-1.484261606,0.224149272,10910.411726 +393,1.278093622,0.064463721,414,-1.484261606,0.224149272,10564.240338 +394,-0.061477853,0.302997961,414,-1.484261606,0.224149272,5409.9592607 +395,0.251311504,0.626976942,414,-1.484261606,0.224149272,6218.3641646 +396,2.950242872,0.149095644,414,-1.484261606,0.224149272,7147.1853363 +397,-0.180294708,0.35375117,414,-1.484261606,0.224149272,4939.3962913 +398,1.010448592,-0.351180233,414,-1.484261606,0.224149272,9941.4202443 +399,-1.748740498,0.3686318073,414,-1.484261606,0.224149272,1152.661361 +400,2.699635665,0.123533791,414,-1.484261606,0.224149272,8117.4136159 +401,0.496808033,0.823843254,414,-1.484261606,0.224149272,6623.1076553 +402,0.129574704,0.763364087,414,-1.484261606,0.224149272,5732.0361809 +403,1.798920311,0.817447563,414,-1.484261606,0.224149272,8287.525379 +404,0.335987953,0.746786541,414,-1.484261606,0.224149272,6323.5482628 +405,-1.085413643,0.292154671,414,-1.484261606,0.224149272,1550.0444734 +406,-0.155321003,0.508207011,414,-1.484261606,0.224149272,4964.4255521 +407,0.620529244,-0.301175104,414,-1.484261606,0.224149272,8480.6880263 +408,1.684402744,0.368716966,414,-1.484261606,0.224149272,10093.143992 +409,0.300582244,-0.386397212,414,-1.484261606,0.224149272,7327.8888085 +410,2.913555946,-0.009225192,414,-1.484261606,0.224149272,7444.2109342 +411,1.465101417,0.493232532,414,-1.484261606,0.224149272,9508.2644296 +412,0.090612882,0.907955955,414,-1.484261606,0.224149272,5534.1611061 +413,2.987564726,-0.729568594,414,-1.484261606,0.224149272,7517.6625737 +414,-1.484261606,0.224149272,414,-1.484261606,0.224149272,0 +415,0.164073421,0.303955133,414,-1.484261606,0.224149272,6243.8467527 +416,0.141441293,0.167552546,414,-1.484261606,0.224149272,6284.0659515 +417,2.931321023,-0.506718887,414,-1.484261606,0.224149272,7668.7228073 +418,2.21951565,0.700596356,414,-1.484261606,0.224149272,8238.1690082 +419,0.268112576,1.199114336,414,-1.484261606,0.224149272,5652.9288904 +420,0.978913739,0.359223811,414,-1.484261606,0.224149272,8934.3052687 +421,1.210898818,0.522863584,414,-1.484261606,0.224149272,9029.5349579 +422,2.347397336,0.129231362,414,-1.484261606,0.224149272,9388.6762428 +423,0.614394501,0.556878345,414,-1.484261606,0.224149272,7426.340192 +424,-1.398079356,0.148483366,414,-1.484261606,0.224149272,449.77685178 +425,2.535303836,-0.112984496,414,-1.484261606,0.224149272,8992.5853518 +426,-1.019372593,-0.405322349,414,-1.484261606,0.224149272,3076.4046308 +427,-1.297785627,-0.160104069,414,-1.484261606,0.224149272,1689.6258976 +428,2.144554488,0.205051084,414,-1.484261606,0.224149272,9883.2309437 +429,-2.242387083,-0.426171285,414,-1.484261606,0.224149272,3902.1177672 +430,0.338637212,0.909723676,414,-1.484261606,0.224149272,6118.3935544 +431,-0.148798452,0.691042401,414,-1.484261606,0.224149272,4944.8900575 +432,0.893524764,0.441829531,414,-1.484261606,0.224149272,8488.3901946 +433,0.969229347,-0.368847936,414,-1.484261606,0.224149272,9782.29738 +434,0.436043248,0.800045688,414,-1.484261606,0.224149272,6511.8882683 +435,1.687946607,1.081504775,414,-1.484261606,0.224149272,7271.2714557 +436,0.522302046,-0.034889271,414,-1.484261606,0.224149272,7934.654039 +437,-0.178996113,-0.438090009,414,-1.484261606,0.224149272,5675.946815 +438,-1.094339566,0.301444068,414,-1.484261606,0.224149272,1521.4773397 +439,-1.064070054,0.242569932,414,-1.484261606,0.224149272,1620.2348165 +440,-1.068153768,0.230387998,414,-1.484261606,0.224149272,1605.4096068 +441,-3.00496892,-0.23989155,414,-1.484261606,0.224149272,6243.2929956 +442,0.21751974,0.766874888,414,-1.484261606,0.224149272,5974.0508569 +443,0.117229532,0.007619006,414,-1.484261606,0.224149272,6333.7496388 +444,0.777758451,0.420554741,414,-1.484261606,0.224149272,8189.7989172 +445,-0.252356999,0.250747086,414,-1.484261606,0.224149272,4724.3255035 +446,0.363148444,0.768483434,414,-1.484261606,0.224149272,6368.2952646 +447,0.903191366,-0.118210676,414,-1.484261606,0.224149272,9474.2233179 +448,-0.205755923,0.149406178,414,-1.484261606,0.224149272,4969.7175342 +449,1.811996086,0.02364353,414,-1.484261606,0.224149272,11289.31786 +450,-1.100670221,0.314845373,414,-1.484261606,0.224149272,1506.7510915 +451,0.340078597,0.850105132,414,-1.484261606,0.224149272,6199.6597393 +452,0.258757267,0.804969236,414,-1.484261606,0.224149272,6045.9705733 +453,2.78505352,-0.155160804,414,-1.484261606,0.224149272,8058.914667 +454,0.800551619,0.105822106,414,-1.484261606,0.224149272,8827.7959891 +455,0.437940882,-0.506194031,414,-1.484261606,0.224149272,7857.5292112 +456,2.230431122,0.63458615,414,-1.484261606,0.224149272,8424.9440638 +457,0.527965361,0.127667701,414,-1.484261606,0.224149272,7786.719868 +458,-0.063643205,0.702093448,414,-1.484261606,0.224149272,5200.9095446 +459,1.408447268,0.133010502,414,-1.484261606,0.224149272,10723.14298 +460,0.523795955,0.280266966,414,-1.484261606,0.224149272,7576.168592 +461,-0.975769313,0.072177659,414,-1.484261606,0.224149272,2078.6049782 +462,0.549774164,-0.463663986,414,-1.484261606,0.224149272,8246.1343876 +463,0.29245874,1.095549818,414,-1.484261606,0.224149272,5799.5665401 +464,0.143625958,0.816809593,414,-1.484261606,0.224149272,5729.6970347 +465,0.671902494,0.611159853,414,-1.484261606,0.224149272,7485.5232343 +466,1.239840988,0.6724199,414,-1.484261606,0.224149272,8570.4620274 +467,0.607829703,-0.10932137,414,-1.484261606,0.224149272,8327.5219876 +468,1.763020906,0.263996692,414,-1.484261606,0.224149272,10466.402922 +469,0.378714634,0.726066797,414,-1.484261606,0.224149272,6469.3650405 +470,2.196736143,-0.153862366,414,-1.484261606,0.224149272,10328.321226 +471,0.01702415,0.148991565,414,-1.484261606,0.224149272,5825.3128113 +472,-2.998490902,-0.158002487,414,-1.484261606,0.224149272,6144.8323262 +473,-3.051262951,-0.346595608,414,-1.484261606,0.224149272,6507.4704676 +474,-1.069176439,0.182802941,414,-1.484261606,0.224149272,1617.9339843 +475,0.167157509,0.595344954,414,-1.484261606,0.224149272,5985.5498337 +476,0.613855648,0.681746124,414,-1.484261606,0.224149272,7185.5851214 +477,1.037012736,0.682555367,414,-1.484261606,0.224149272,8184.2487426 +478,-1.253574971,0.379755746,414,-1.484261606,0.224149272,1067.1027707 +479,3.108590453,-0.132620738,414,-1.484261606,0.224149272,6796.8615358 +480,0.565301296,0.022333262,414,-1.484261606,0.224149272,8044.5864053 +481,0.547898238,0.855555614,414,-1.484261606,0.224149272,6685.7616834 +482,0.948309381,0.417393755,414,-1.484261606,0.224149272,8703.7896515 +483,-0.050600732,0.945269213,414,-1.484261606,0.224149272,5187.3432418 +484,-0.977651478,-0.572363064,414,-1.484261606,0.224149272,3691.5080581 +485,1.102014914,0.728861163,414,-1.484261606,0.224149272,8159.7681568 +486,2.927300795,-0.282939414,414,-1.484261606,0.224149272,7593.8108592 +487,-1.154565557,0.124434095,414,-1.484261606,0.224149272,1344.6947263 +488,1.855331234,0.291044755,414,-1.484261606,0.224149272,10260.940715 +489,0.830290659,0.276904518,414,-1.484261606,0.224149272,8644.6108498 +490,0.485104466,-0.234867441,414,-1.484261606,0.224149272,7937.622846 +491,0.521367572,-0.33161327,414,-1.484261606,0.224149272,8118.4318583 +1,-1.539031704,0.7349710123,415,0.164073421,0.303955133,5796.0218486 +2,-1.536990553,0.7349663874,415,0.164073421,0.303955133,5790.3204027 +3,-1.534951779,0.7349571355,415,0.164073421,0.303955133,5784.6287395 +4,-1.532906461,0.7349480293,415,0.164073421,0.303955133,5778.9160828 +5,-1.531320211,0.7346937278,415,0.164073421,0.303955133,5774.7811155 +6,-1.539451648,0.7335131775,415,0.164073421,0.303955133,5798.9774274 +7,-1.537429487,0.7335445708,415,0.164073421,0.303955133,5793.2785717 +8,-1.535484998,0.7335658704,415,0.164073421,0.303955133,5787.8074345 +9,-1.533488396,0.7336036027,415,0.164073421,0.303955133,5782.1684307 +10,-1.531497785,0.7335842962,415,0.164073421,0.303955133,5776.6129077 +11,-1.530259379,0.7334777758,415,0.164073421,0.303955133,5773.2688604 +12,-1.5335454,0.7322346912,415,0.164073421,0.303955133,5783.9822537 +13,-1.531489083,0.7322238773,415,0.164073421,0.303955133,5778.2255668 +14,-1.530011122,0.7321679851,415,0.164073421,0.303955133,5774.1441707 +15,-1.53348106,0.7306614094,415,0.164073421,0.303955133,5785.7034865 +16,-1.531441779,0.7306962275,415,0.164073421,0.303955133,5779.9318128 +17,-1.529755654,0.7306933243,415,0.164073421,0.303955133,5775.1961415 +18,-1.533415048,0.7291384674,415,0.164073421,0.303955133,5787.3596198 +19,-1.531392093,0.7291705353,415,0.164073421,0.303955133,5781.6295892 +20,-1.529296523,0.7291214933,415,0.164073421,0.303955133,5775.7903975 +21,-1.535280942,0.727267644,415,0.164073421,0.303955133,5794.8789676 +22,-1.533378158,0.7276139666,415,0.164073421,0.303955133,5789.1000893 +23,-1.531340368,0.7276446587,415,0.164073421,0.303955133,5783.3224079 +24,-1.528960113,0.7276398177,415,0.164073421,0.303955133,5776.6199024 +25,-1.533313146,0.7260818349,415,0.164073421,0.303955133,5790.7711322 +26,-1.531259555,0.7260958115,415,0.164073421,0.303955133,5784.9613956 +27,-1.528926415,0.7260865555,415,0.164073421,0.303955133,5778.3881828 +28,-1.531226779,0.7245511789,415,0.164073421,0.303955133,5786.7313647 +29,-1.528904772,0.7245519194,415,0.164073421,0.303955133,5780.1689003 +30,-1.547195875,0.7409785979,415,0.164073421,0.303955133,5811.3772586 +31,-1.5451475,0.740980426,415,0.164073421,0.303955133,5805.6876235 +32,-1.543097679,0.7409798872,415,0.164073421,0.303955133,5799.9944123 +33,-1.540720364,0.7409892687,415,0.164073421,0.303955133,5793.3762681 +34,-1.547188511,0.7395198392,415,0.164073421,0.303955133,5813.1638844 +35,-1.545148587,0.7395226109,415,0.164073421,0.303955133,5807.4892609 +36,-1.543104538,0.7395314908,415,0.164073421,0.303955133,5801.7932201 +37,-1.540727751,0.7395306258,415,0.164073421,0.303955133,5795.180656 +38,-1.547187029,0.7380014886,415,0.164073421,0.303955133,5815.0414862 +39,-1.545147315,0.7380012252,415,0.164073421,0.303955133,5809.3636239 +40,-1.54310719,0.7380060743,415,0.164073421,0.303955133,5803.6758625 +41,-1.540719671,0.7380068206,415,0.164073421,0.303955133,5797.0225594 +42,-1.547187189,0.7364799098,415,0.164073421,0.303955133,5816.9285033 +43,-1.545149996,0.7364853874,415,0.164073421,0.303955133,5811.2430081 +44,-1.543106091,0.7364823484,415,0.164073421,0.303955133,5805.5468635 +45,-1.540717158,0.7364893901,415,0.164073421,0.303955133,5798.8730291 +46,-1.538663972,0.7410138672,415,0.164073421,0.303955133,5787.628879 +47,-1.53695285,0.7409699132,415,0.164073421,0.303955133,5782.9229571 +48,-1.534910498,0.7409641297,415,0.164073421,0.303955133,5777.2469697 +49,-1.533145034,0.7409536636,415,0.164073421,0.303955133,5772.3450801 +50,-1.538681336,0.7395405883,415,0.164073421,0.303955133,5789.4715257 +51,-1.536999189,0.7395183096,415,0.164073421,0.303955133,5784.8138731 +52,-1.534923633,0.7395144222,415,0.164073421,0.303955133,5779.0358625 +53,-1.533267822,0.7395654306,415,0.164073421,0.303955133,5774.3593336 +54,-1.53867273,0.7380151077,415,0.164073421,0.303955133,5791.3063675 +55,-1.536980576,0.7379994392,415,0.164073421,0.303955133,5786.606506 +56,-1.534931522,0.7379944961,415,0.164073421,0.303955133,5780.8959983 +57,-1.533387952,0.7379480264,415,0.164073421,0.303955133,5776.6441321 +58,-1.538682279,0.7364914363,415,0.164073421,0.303955133,5793.1905373 +59,-1.536980704,0.7364810563,415,0.164073421,0.303955133,5788.4516636 +60,-1.534935567,0.7364752065,415,0.164073421,0.303955133,5782.7456109 +61,-1.533042592,0.7363876366,415,0.164073421,0.303955133,5777.560939 +62,-1.545143426,0.7349628011,415,0.164073421,0.303955133,5813.1057806 +63,-1.543105297,0.7349691947,415,0.164073421,0.303955133,5807.4065751 +64,-1.541064533,0.7349647152,415,0.164073421,0.303955133,5801.7109438 +65,-1.545411803,0.7334624714,415,0.164073421,0.303955133,5815.710434 +66,-1.543446606,0.7334780896,415,0.164073421,0.303955133,5810.1966947 +67,-1.541475327,0.7334957295,415,0.164073421,0.303955133,5804.6613298 +68,-1.545401939,0.731963266,415,0.164073421,0.303955133,5817.537675 +69,-1.54342253,0.7319915583,415,0.164073421,0.303955133,5811.9613477 +70,-1.541455867,0.7320216438,415,0.164073421,0.303955133,5806.4164773 +71,-1.545410146,0.7304422281,415,0.164073421,0.303955133,5819.443343 +72,-1.543435491,0.7304713664,415,0.164073421,0.303955133,5813.8719982 +73,-1.541463105,0.7304997613,415,0.164073421,0.303955133,5808.3059064 +74,-1.545414768,0.7289194936,415,0.164073421,0.303955133,5821.3419521 +75,-1.543435774,0.7289538557,415,0.164073421,0.303955133,5815.7446969 +76,-1.541457714,0.7289765881,415,0.164073421,0.303955133,5810.162372 +77,-1.539449415,0.7320555866,415,0.164073421,0.303955133,5800.753406 +78,-1.537429183,0.7321097681,415,0.164073421,0.303955133,5795.0250239 +79,-1.535472649,0.7321497267,415,0.164073421,0.303955133,5789.4906807 +80,-1.539457899,0.7305333307,415,0.164073421,0.303955133,5802.6393734 +81,-1.537453161,0.7305750503,415,0.164073421,0.303955133,5796.9621926 +82,-1.535479385,0.7306124949,415,0.164073421,0.303955133,5791.375206 +83,-1.53946905,0.7290102593,415,0.164073421,0.303955133,5804.534776 +84,-1.537459922,0.7290417293,415,0.164073421,0.303955133,5798.8503534 +85,-1.535451349,0.7290890157,415,0.164073421,0.303955133,5793.1462359 +86,-1.535522937,0.7279887191,415,0.164073421,0.303955133,5794.6842171 +87,-1.539442524,0.7274735939,415,0.164073421,0.303955133,5806.3417927 +88,-1.537424111,0.727521351,415,0.164073421,0.303955133,5800.6038663 +89,-1.539384641,0.7259505092,415,0.164073421,0.303955133,5808.0445305 +90,-1.537372391,0.7259947145,415,0.164073421,0.303955133,5802.3208023 +91,-1.535340789,0.7260435356,415,0.164073421,0.303955133,5796.5349744 +92,-1.539325716,0.7244369706,415,0.164073421,0.303955133,5809.7330722 +93,-1.537308932,0.7244801057,415,0.164073421,0.303955133,5803.990439 +94,-1.535289068,0.7245247645,415,0.164073421,0.303955133,5798.2353037 +95,-1.533261366,0.7245550236,415,0.164073421,0.303955133,5792.4735335 +96,-1.539267302,0.722921924,415,0.164073421,0.303955133,5811.4253336 +97,-1.537248972,0.7229660258,415,0.164073421,0.303955133,5805.6697221 +98,-1.535219431,0.7229916471,415,0.164073421,0.303955133,5799.9029463 +99,-1.53318962,0.7230212049,415,0.164073421,0.303955133,5794.1284988 +100,-1.531154816,0.7230299897,415,0.164073421,0.303955133,5788.3628943 +101,-1.528878341,0.7230370244,415,0.164073421,0.303955133,5781.9131452 +102,-1.539218189,0.7214009878,415,0.164073421,0.303955133,5813.1515517 +103,-1.537198791,0.7214422745,415,0.164073421,0.303955133,5807.3889118 +104,-1.535179266,0.7214634354,415,0.164073421,0.303955133,5801.6484225 +105,-1.533156501,0.7214944644,415,0.164073421,0.303955133,5795.884639 +106,-1.53113574,0.7215166021,415,0.164073421,0.303955133,5790.1351963 +107,-1.528874248,0.7215345535,415,0.164073421,0.303955133,5783.7064931 +108,-1.539217656,0.7198512397,415,0.164073421,0.303955133,5815.0511834 +109,-1.537199919,0.7199428763,415,0.164073421,0.303955133,5809.2241946 +110,-1.545425832,0.727397149,415,0.164073421,0.303955133,5823.2590593 +111,-1.543371177,0.7273916949,415,0.164073421,0.303955133,5817.4909696 +112,-1.541368852,0.7274523163,415,0.164073421,0.303955133,5811.7862768 +113,-1.545349067,0.7258710923,415,0.164073421,0.303955133,5824.9345581 +114,-1.54332671,0.7258603556,415,0.164073421,0.303955133,5819.2562593 +115,-1.541346831,0.7259242142,415,0.164073421,0.303955133,5813.6033194 +116,-1.545324355,0.7243383958,415,0.164073421,0.303955133,5826.7652173 +117,-1.543292796,0.7243617413,415,0.164073421,0.303955133,5821.0114001 +118,-1.541295822,0.7244024384,415,0.164073421,0.303955133,5815.3315437 +119,-1.543193859,0.7205570215,415,0.164073421,0.303955133,5825.4336552 +120,-1.550257047,0.7386738187,415,0.164073421,0.303955133,5822.7448017 +121,-1.549335448,0.7311736483,415,0.164073421,0.303955133,5829.5275902 +122,-1.533478843,0.7179891343,415,0.164073421,0.303955133,5801.0504333 +123,-1.556150555,0.738907041,415,0.164073421,0.303955133,5838.8226 +124,-1.554324226,0.733414257,415,0.164073421,0.303955133,5840.6604654 +125,-1.554290846,0.7288285332,415,0.164073421,0.303955133,5846.3421977 +126,-1.55122487,0.7219795312,415,0.164073421,0.303955133,5846.3385904 +127,-1.525104458,0.7229399862,415,0.164073421,0.303955133,5771.3441198 +128,-1.519607711,0.7236181429,415,0.164073421,0.303955133,5754.9665709 +129,-1.513899999,0.7251107854,415,0.164073421,0.303955133,5737.043683 +130,-1.536620762,0.7431061895,415,0.164073421,0.303955133,5779.4095016 +131,-1.5369566,0.7460845958,415,0.164073421,0.303955133,5776.7322934 +132,-1.545345528,0.7447040685,415,0.164073421,0.303955133,5801.6452642 +133,-1.532813921,0.7432306626,415,0.164073421,0.303955133,5768.6843284 +134,-1.554788248,0.7382381001,415,0.164073421,0.303955133,5835.8823004 +135,-1.540348126,0.7301594274,415,0.164073421,0.303955133,5805.5953987 +136,-1.538016084,0.7239051786,415,0.164073421,0.303955133,5806.6885974 +137,-1.525288962,0.7258085137,415,0.164073421,0.303955133,5768.4478857 +138,-1.534326986,0.731241342,415,0.164073421,0.303955133,5787.3772666 +139,-1.530733872,0.7303625216,415,0.164073421,0.303955133,5778.3435861 +141,-1.534354939,0.7328219978,415,0.164073421,0.303955133,5785.5421148 +142,-1.53157084,0.7292888153,415,0.164073421,0.303955133,5781.990027 +143,-1.525691035,0.7263799874,415,0.164073421,0.303955133,5768.9026492 +144,-1.534031287,0.7495967835,415,0.164073421,0.303955133,5764.4017269 +145,-1.527714986,0.7283095957,415,0.164073421,0.303955133,5772.3082345 +146,-1.526189586,0.7271468292,415,0.164073421,0.303955133,5769.3955837 +147,-1.555177336,0.7375563366,415,0.164073421,0.303955133,5837.821603 +148,-1.555080283,0.7312707794,415,0.164073421,0.303955133,5845.4722882 +149,-1.53856994,0.7224180299,415,0.164073421,0.303955133,5810.0725452 +150,-1.530837883,0.729933372,415,0.164073421,0.303955133,5779.1522173 +151,-1.515066984,0.5854133365,415,0.164073421,0.303955133,5907.1716715 +152,-1.534731633,0.5368370046,415,0.164073421,0.303955133,6030.1632709 +153,-1.515231902,0.5607085576,415,0.164073421,0.303955133,5937.8666303 +154,-2.616253799,1.0684566605,415,0.164073421,0.303955133,6888.2577437 +155,-1.956071439,0.5792177723,415,0.164073421,0.303955133,7235.5236257 +156,-1.951208514,0.5602434208,415,0.164073421,0.303955133,7262.256611 +157,-1.944675062,0.6062144545,415,0.164073421,0.303955133,7146.2672022 +158,-1.613778386,0.6077989518,415,0.164073421,0.303955133,6182.7437746 +159,-2.035029014,0.6021432345,415,0.164073421,0.303955133,7398.4128022 +160,-2.114989471,0.6801825058,415,0.164073421,0.303955133,7405.2867246 +161,-2.037382079,0.5765830025,415,0.164073421,0.303955133,7464.2332544 +162,-2.129855121,0.6585019963,415,0.164073421,0.303955133,7496.4004115 +163,-2.075141798,0.6493615843,415,0.164073421,0.303955133,7387.3738678 +164,-1.828626729,0.6948433129,415,0.164073421,0.303955133,6652.5776206 +165,-1.863329418,0.6735427691,415,0.164073421,0.303955133,6786.8242195 +166,-1.266037071,0.727988852,415,0.164073421,0.303955133,5019.0962694 +167,-1.277579582,0.7249010648,415,0.164073421,0.303955133,5054.6853306 +168,-1.258418684,0.7241194816,415,0.164073421,0.303955133,4998.8810475 +169,-1.317813974,0.6804850104,415,0.164073421,0.303955133,5204.0312741 +170,-1.344165204,0.6790988904,415,0.164073421,0.303955133,5284.7359459 +171,-1.427582102,0.5277120351,415,0.164073421,0.303955133,5691.4718683 +172,-1.402238616,0.457167829,415,0.164073421,0.303955133,5681.7483774 +173,-1.422454264,0.4996161999,415,0.164073421,0.303955133,5704.6755415 +174,-1.439089277,0.4894859811,415,0.164073421,0.303955133,5771.502147 +175,-1.448126995,0.5182330266,415,0.164073421,0.303955133,5769.6007784 +176,-1.474626146,0.5881926574,415,0.164073421,0.303955133,5776.5371017 +177,-1.421139645,0.5584869783,415,0.164073421,0.303955133,5637.8083844 +178,-1.457037165,0.565943032,415,0.164073421,0.303955133,5745.5327155 +179,-2.757159358,0.3745319,415,0.164073421,0.303955133,9623.5753448 +180,-2.714309238,0.342054471,415,0.164073421,0.303955133,9687.7444956 +181,-2.000525337,0.774119946,415,0.164073421,0.303955133,6908.6365172 +183,-1.571413436,0.6777838382,415,0.164073421,0.303955133,5961.0047715 +184,-1.552860289,0.6987663893,415,0.164073421,0.303955133,5880.2609612 +185,-1.521852374,0.7165827476,415,0.164073421,0.303955133,5769.6660766 +186,-1.503656267,0.6928968252,415,0.164073421,0.303955133,5744.9338829 +187,-1.502753178,0.7136205882,415,0.164073421,0.303955133,5718.5224944 +188,-1.631894563,0.7343596465,415,0.164073421,0.303955133,6053.8012166 +189,-1.653765416,0.6770714026,415,0.164073421,0.303955133,6199.5251076 +190,-1.719812114,0.6715965947,415,0.164073421,0.303955133,6395.5710149 +191,-1.493406659,0.6646955447,415,0.164073421,0.303955133,5747.0847473 +192,-1.469120564,0.6613469966,415,0.164073421,0.303955133,5678.0846174 +193,-1.590551461,0.5326612937,415,0.164073421,0.303955133,6215.0356292 +194,-1.625979264,0.5247742243,415,0.164073421,0.303955133,6339.4027163 +195,-1.572293943,0.5238808754,415,0.164073421,0.303955133,6168.2434458 +196,-1.610848725,0.5477107964,415,0.164073421,0.303955133,6258.6493406 +197,-1.208485554,0.7918526018,415,0.164073421,0.303955133,4826.6610684 +198,-1.335601374,0.6869083083,415,0.164073421,0.303955133,5252.8296914 +199,-1.346156996,0.6825213377,415,0.164073421,0.303955133,5288.0135256 +200,-1.324381037,0.6741422347,415,0.164073421,0.303955133,5228.6657045 +201,-1.242424992,0.7378949807,415,0.164073421,0.303955133,4945.0202701 +202,-1.270370057,0.7392461008,415,0.164073421,0.303955133,5025.4533266 +203,-1.448950472,0.7441675014,415,0.164073421,0.303955133,5532.8069104 +204,-1.492662363,0.7523026852,415,0.164073421,0.303955133,5646.6691763 +205,-1.479098966,0.7763855017,415,0.164073421,0.303955133,5583.4550911 +206,-1.633760714,0.7869022408,415,0.164073421,0.303955133,5982.879775 +207,-1.647406434,0.8101289331,415,0.164073421,0.303955133,5984.1017507 +208,-1.564245052,0.5701509278,415,0.164073421,0.303955133,6081.1050945 +209,-1.646289963,0.6833746083,415,0.164073421,0.303955133,6168.7869008 +210,-1.5820631,0.6751952144,415,0.164073421,0.303955133,5995.4323543 +211,-1.613236298,0.6681681791,415,0.164073421,0.303955133,6095.7355952 +212,-1.914661867,0.8212566515,415,0.164073421,0.303955133,6607.1213473 +213,-1.742133237,0.7250275956,415,0.164073421,0.303955133,6366.9050483 +214,-2.033144872,0.6557314699,415,0.164073421,0.303955133,7267.3248595 +215,-2.039551981,0.6964723658,415,0.164073421,0.303955133,7185.5681671 +216,-1.247341019,0.7622473908,415,0.164073421,0.303955133,4947.5530907 +217,-1.298239787,0.7084123392,415,0.164073421,0.303955133,5125.9180649 +218,-1.308539688,0.6926545592,415,0.164073421,0.303955133,5167.3578273 +219,-1.303263185,0.6888938396,415,0.164073421,0.303955133,5154.1179623 +220,-1.852400229,0.6004246149,415,0.164073421,0.303955133,6899.6619286 +221,-1.288947707,0.7473773692,415,0.164073421,0.303955133,5074.393673 +222,-1.372031502,0.7472790993,415,0.164073421,0.303955133,5312.0574824 +223,-1.289805721,0.7242157877,415,0.164073421,0.303955133,5090.9362224 +224,-1.350807603,0.7533498126,415,0.164073421,0.303955133,5247.0569072 +225,-1.329290365,0.7560442322,415,0.164073421,0.303955133,5184.0626383 +226,-1.410153004,0.616936428,415,0.164073421,0.303955133,5543.3179061 +227,-1.393445434,0.6308995063,415,0.164073421,0.303955133,5477.7336782 +228,-1.37595573,0.6241540638,415,0.164073421,0.303955133,5429.4784049 +229,-1.358388707,0.6172645205,415,0.164073421,0.303955133,5380.520395 +230,-1.753741133,0.8281661666,415,0.164073421,0.303955133,6217.7659617 +231,-1.47430987,0.6834615681,415,0.164073421,0.303955133,5669.4209659 +232,-1.421012508,0.7222725206,415,0.164073421,0.303955133,5474.2803033 +233,-1.4476833,0.6978557868,415,0.164073421,0.303955133,5575.8643298 +234,-1.470370723,0.6966193374,415,0.164073421,0.303955133,5643.5958923 +235,-1.429211703,0.7037216883,415,0.164073421,0.303955133,5515.8918089 +236,-1.700578405,0.6178673663,415,0.164073421,0.303955133,6427.5510947 +237,-1.678117619,0.6331716163,415,0.164073421,0.303955133,6337.2404733 +238,-1.725644578,0.6316331145,415,0.164073421,0.303955133,6478.4827427 +239,-2.14012759,0.7930497945,415,0.164073421,0.303955133,7161.2409706 +240,-2.103289431,0.7653606263,415,0.164073421,0.303955133,7157.9185994 +241,-1.318739838,0.7017808746,415,0.164073421,0.303955133,5191.3748938 +242,-1.396417427,0.7077900843,415,0.164073421,0.303955133,5416.0139769 +243,-1.35650337,0.7185539404,415,0.164073421,0.303955133,5290.1198833 +244,-1.248884539,0.7274156818,415,0.164073421,0.303955133,4969.1406294 +245,-1.395014798,0.5761185243,415,0.164073421,0.303955133,5535.5524889 +246,-1.433377362,0.6064716109,415,0.164073421,0.303955133,5626.741586 +247,-1.408172432,0.5903155476,415,0.164073421,0.303955133,5563.5643923 +248,-1.749645898,0.7757118084,415,0.164073421,0.303955133,6299.0571548 +249,-1.571626686,0.615046989,415,0.164073421,0.303955133,6044.5544666 +250,-1.514070049,0.6303003037,415,0.164073421,0.303955133,5849.7752579 +251,-1.480890369,0.6237966528,415,0.164073421,0.303955133,5755.6755808 +252,-1.704390658,0.5281680612,415,0.164073421,0.303955133,6582.4039968 +253,-1.64434733,0.5254277498,415,0.164073421,0.303955133,6396.9983394 +254,-1.703855997,0.4792484842,415,0.164073421,0.303955133,6658.0305339 +255,-1.692002383,0.5748825051,415,0.164073421,0.303955133,6470.1368761 +256,-1.854136457,0.5544643913,415,0.164073421,0.303955133,6992.7673089 +257,-1.665021206,0.520317736,415,0.164073421,0.303955133,6470.3433351 +258,-1.733654349,0.4845187345,415,0.164073421,0.303955133,6745.2743737 +259,-1.720938188,0.5135933906,415,0.164073421,0.303955133,6657.75356 +260,-1.742668307,0.553296122,415,0.164073421,0.303955133,6659.8721205 +261,-1.965659039,0.7142126903,415,0.164073421,0.303955133,6964.0924374 +262,-1.944438071,0.6772834804,415,0.164073421,0.303955133,6992.3072417 +263,-1.270340967,0.7681487096,415,0.164073421,0.303955133,5009.8362541 +264,-1.353091884,0.6549276821,415,0.164073421,0.303955133,5331.6714503 +265,-1.333236659,0.6413584414,415,0.164073421,0.303955133,5281.4947858 +266,-1.352015998,0.6753788907,415,0.164073421,0.303955133,5311.463554 +267,-1.377988483,0.6577816235,415,0.164073421,0.303955133,5405.4474852 +268,-2.13075611,0.8318642051,415,0.164073421,0.303955133,7037.486815 +269,-2.097910953,0.8259670014,415,0.164073421,0.303955133,6988.1739841 +270,-1.416382069,0.6694271549,415,0.164073421,0.303955133,5511.0872499 +271,-1.538905672,0.7535625993,415,0.164073421,0.303955133,5773.0455963 +272,-1.572309477,0.7803125099,415,0.164073421,0.303955133,5830.0134239 +273,-1.87759879,0.7503853417,415,0.164073421,0.303955133,6668.5490947 +274,1.152365588,0.590457682,415,0.164073421,0.303955133,3659.842598 +275,0.350198001,0.718001859,415,0.164073421,0.303955133,1758.2367639 +276,0.046513677,0.491503852,415,0.164073421,0.303955133,857.50562187 +277,0.027510309,0.742571376,415,0.164073421,0.303955133,1797.4321161 +278,0.306285725,-0.214631579,415,0.164073421,0.303955133,2128.1256259 +279,-1.100564889,0.318051531,415,0.164073421,0.303955133,4734.5028438 +280,-1.078582306,0.301437596,415,0.164073421,0.303955133,4667.2139372 +281,-1.137371989,-0.617634065,415,0.164073421,0.303955133,6088.5184385 +282,0.784356344,0.703272339,415,0.164073421,0.303955133,2641.5203634 +283,-1.221209947,0.218327455,415,0.164073421,0.303955133,5275.5993684 +284,2.347301921,-0.449114658,415,0.164073421,0.303955133,8891.3442087 +285,0.246820618,0.830553713,415,0.164073421,0.303955133,2103.1460206 +286,0.829414965,0.703288228,415,0.164073421,0.303955133,2764.992268 +287,-1.337537566,0.42332223,415,0.164073421,0.303955133,5492.6016489 +288,0.882453706,0.454478077,415,0.164073421,0.303955133,2698.1570935 +289,1.575629659,0.416419109,415,0.164073421,0.303955133,5182.4250292 +290,-1.039455679,0.229888244,415,0.164073421,0.303955133,4584.1508816 +291,0.489558039,0.934482747,415,0.164073421,0.303955133,2691.121519 +292,0.081344504,0.88384514,415,0.164073421,0.303955133,2311.8621342 +293,-1.547979814,0.300350308,415,0.164073421,0.303955133,6379.5023721 +294,0.040776181,0.168560074,415,0.164073421,0.303955133,715.99239154 +295,-1.130374745,0.563894876,415,0.164073421,0.303955133,4677.9403297 +296,1.578326642,0.478507176,415,0.164073421,0.303955133,5139.5810663 +297,-1.12861823,-0.291640865,415,0.164073421,0.303955133,5566.0278243 +298,0.310524208,0.770885792,415,0.164073421,0.303955133,1912.9747465 +299,0.415649091,-0.387246002,415,0.164073421,0.303955133,2906.378365 +300,-0.926533878,-0.188022748,415,0.164073421,0.303955133,4690.5249093 +301,1.258856172,-0.11716081,415,0.164073421,0.303955133,4595.1429965 +302,-1.126050026,0.322941926,415,0.164073421,0.303955133,4824.0661226 +303,2.002785835,0.07893892,415,0.164073421,0.303955133,7133.8570786 +304,0.440437607,0.746258085,415,0.164073421,0.303955133,1983.7891948 +305,-0.030391866,0.214441206,415,0.164073421,0.303955133,824.31897097 +306,0.521557815,-0.058929362,415,0.164073421,0.303955133,2004.5167748 +307,-0.097005111,0.13317729,415,0.164073421,0.303955133,1213.9242482 +308,1.83113859,0.221857587,415,0.164073421,0.303955133,6315.4458715 +309,0.222428864,0.099404236,415,0.164073421,0.303955133,841.15922768 +310,-1.702731345,0.8728568183,415,0.164073421,0.303955133,6022.0333742 +311,-0.418507569,0.278324921,415,0.164073421,0.303955133,2210.091077 +312,-1.41153306,0.339029988,415,0.164073421,0.303955133,5844.2279579 +313,0.357560442,0.114788776,415,0.164073421,0.303955133,1058.9845314 +314,0.325818979,0.268352149,415,0.164073421,0.303955133,630.50138112 +315,-1.246004659,-0.663679965,415,0.164073421,0.303955133,6475.969298 +316,1.814603087,0.637404484,415,0.164073421,0.303955133,5757.2652806 +317,1.843704281,-0.18300445,415,0.164073421,0.303955133,6843.8877701 +318,1.690644492,-0.211480909,415,0.164073421,0.303955133,6307.4104863 +319,-1.275451936,0.068109467,415,0.164073421,0.303955133,5645.6526518 +320,0.762430171,-0.207594741,415,0.164073421,0.303955133,3096.001063 +321,0.265668905,-0.014647884,415,0.164073421,0.303955133,1322.7825848 +322,-2.773032013,-0.335515811,415,0.164073421,0.303955133,11665.002311 +323,-1.469512853,0.174058777,415,0.164073421,0.303955133,6250.1867337 +324,0.286276986,0.785925691,415,0.164073421,0.303955133,1951.6234765 +325,-1.379324697,0.377432233,415,0.164073421,0.303955133,5687.1494267 +326,-1.203778265,0.212813032,415,0.164073421,0.303955133,5216.1840455 +327,0.579916301,0.611743168,415,0.164073421,0.303955133,1906.0700713 +328,0.267582642,0.868113908,415,0.164073421,0.303955133,2258.9641258 +329,0.412869244,-0.050245578,415,0.164073421,0.303955133,1706.8711856 +330,0.17524381,0.976660285,415,0.164073421,0.303955133,2664.7969337 +331,0.743157214,0.204812899,415,0.164073421,0.303955133,2251.3187771 +332,-1.070758176,0.269382282,415,0.164073421,0.303955133,4665.6155454 +333,-1.230364251,0.329790229,415,0.164073421,0.303955133,5199.3291581 +334,-1.374813124,-0.024926835,415,0.164073421,0.303955133,6130.9214541 +335,0.519780566,0.463669906,415,0.164073421,0.303955133,1448.8092267 +336,-1.55108034,0.239698561,415,0.164073421,0.303955133,6468.7827878 +337,0.180294813,0.029739425,415,0.164073421,0.303955133,1088.0023279 +338,0.67820924,0.268170153,415,0.164073421,0.303955133,1956.9859455 +339,0.445798684,1.024001867,415,0.164073421,0.303955133,2967.6821275 +340,0.691751283,0.150521402,415,0.164073421,0.303955133,2121.7375119 +341,-1.036643551,-0.903056181,415,0.164073421,0.303955133,6306.3711924 +342,-0.120287036,1.083325163,415,0.164073421,0.303955133,3186.9705372 +343,2.823513113,-0.304487164,415,0.164073421,0.303955133,10623.354244 +344,0.457583172,1.12513373,415,0.164073421,0.303955133,3346.841793 +345,0.042918831,0.813795399,415,0.164073421,0.303955133,2058.1247078 +346,1.196146777,-0.853142756,415,0.164073421,0.303955133,5839.3145312 +347,0.206001358,-0.010430701,415,0.164073421,0.303955133,1255.9785435 +348,-0.268308653,0.234799412,415,0.164073421,0.303955133,1672.157569 +349,0.759363263,0.736189579,415,0.164073421,0.303955133,2637.3347118 +350,0.181363926,0.891988372,415,0.164073421,0.303955133,2329.8390066 +351,-0.021111158,0.139103292,415,0.164073421,0.303955133,968.0092369 +352,-0.093355215,0.630686981,415,0.164073421,0.303955133,1577.8536756 +353,0.40118964,0.681375926,415,0.164073421,0.303955133,1704.0280608 +354,-0.721197315,1.304706234,415,0.164073421,0.303955133,4383.6723851 +355,-1.076150317,0.212107639,415,0.164073421,0.303955133,4738.6746761 +356,-1.577164531,0.273993443,415,0.164073421,0.303955133,6518.5725554 +357,-0.190788414,0.182208586,415,0.164073421,0.303955133,1445.6652805 +358,-0.261349752,0.209710184,415,0.164073421,0.303955133,1670.5349195 +359,-1.029303852,0.083549259,415,0.164073421,0.303955133,4697.7058506 +360,-1.268609162,0.330525297,415,0.164073421,0.303955133,5337.6834529 +361,1.282982244,-0.926641967,415,0.164073421,0.303955133,6178.8015688 +362,0.217352334,0.731352408,415,0.164073421,0.303955133,1702.524634 +363,-1.511833084,0.258629297,415,0.164073421,0.303955133,6302.0655236 +364,0.338812194,0.823184618,415,0.164073421,0.303955133,2134.2023831 +365,-0.324406489,1.134201999,415,0.164073421,0.303955133,3534.9940529 +366,1.389579348,0.399185724,415,0.164073421,0.303955133,4531.6733638 +367,2.047152199,-0.039082036,415,0.164073421,0.303955133,7448.0031153 +368,0.947780369,0.568250077,415,0.164073421,0.303955133,2976.545756 +369,0.763824846,0.576754987,415,0.164073421,0.303955133,2389.9081321 +370,-0.142334657,0.928153068,415,0.164073421,0.303955133,2647.6387505 +371,0.610266567,0.547265983,415,0.164073421,0.303955133,1868.6112101 +372,0.210731629,0.746815056,415,0.164073421,0.303955133,1761.1988184 +373,-1.34931644,0.316895224,415,0.164073421,0.303955133,5644.4059933 +374,2.407696481,0.655030745,415,0.164073421,0.303955133,7384.1866012 +375,0.64207831,0.545359131,415,0.164073421,0.303955133,1964.0218404 +376,1.174597538,0.840588356,415,0.164073421,0.303955133,3861.7942941 +377,0.660059424,0.010604079,415,0.164073421,0.303955133,2254.7635509 +378,-0.730263819,0.010486456,415,0.164073421,0.303955133,3670.8171874 +379,0.831068936,0.512339172,415,0.164073421,0.303955133,2548.0409535 +380,1.301180979,0.72367476,415,0.164073421,0.303955133,4154.1397514 +381,1.811128231,0.322854402,415,0.164073421,0.303955133,6118.8369861 +382,0.435105812,0.992284428,415,0.164073421,0.303955133,2843.1535735 +383,0.62643634,0.592027932,415,0.164073421,0.303955133,1996.343829 +384,0.492988703,-0.516339467,415,0.164073421,0.303955133,3483.7602418 +385,-0.162469483,0.112549365,415,0.164073421,0.303955133,1473.1237762 +386,0.314630866,0.472006421,415,0.164073421,0.303955133,864.10171828 +387,0.166744804,0.822815954,415,0.164073421,0.303955133,2055.2262085 +388,0.417159608,0.965805736,415,0.164073421,0.303955133,2731.0814606 +389,0.106334961,0.868774244,415,0.164073421,0.303955133,2244.8352555 +390,0.815086969,-0.338144359,415,0.164073421,0.303955133,3589.480319 +391,0.59867455,-0.230624824,415,0.164073421,0.303955133,2715.0905002 +392,1.915104874,0.066220985,415,0.164073421,0.303955133,6821.7848697 +393,1.278093622,0.064463721,415,0.164073421,0.303955133,4420.6258632 +394,-0.061477853,0.302997961,415,0.164073421,0.303955133,852.4290483 +395,0.251311504,0.626976942,415,0.164073421,0.303955133,1315.6622174 +396,2.950242872,0.149095644,415,0.164073421,0.303955133,10173.198938 +397,-0.180294708,0.35375117,415,0.164073421,0.303955133,1305.0858228 +398,1.010448592,-0.351180233,415,0.164073421,0.303955133,4190.0292838 +399,-1.748740498,0.3686318073,415,0.164073421,0.303955133,6981.8122975 +400,2.699635665,0.123533791,415,0.164073421,0.303955133,9529.8728553 +401,0.496808033,0.823843254,415,0.164073421,0.303955133,2327.1566344 +402,0.129574704,0.763364087,415,0.164073421,0.303955133,1823.3797532 +403,1.798920311,0.817447563,415,0.164073421,0.303955133,5519.0115168 +404,0.335987953,0.746786541,415,0.164073421,0.303955133,1847.1724675 +405,-1.085413643,0.292154671,415,0.164073421,0.303955133,4700.3289384 +406,-0.155321003,0.508207011,415,0.164073421,0.303955133,1412.8718093 +407,0.620529244,-0.301175104,415,0.164073421,0.303955133,2985.5411819 +408,1.684402744,0.368716966,415,0.164073421,0.303955133,5614.4224577 +409,0.300582244,-0.386397212,415,0.164073421,0.303955133,2785.2348384 +410,2.913555946,-0.009225192,415,0.164073421,0.303955133,10521.001576 +411,1.465101417,0.493232532,415,0.164073421,0.303955133,4739.0234768 +412,0.090612882,0.907955955,415,0.164073421,0.303955133,2403.469256 +413,2.987564726,-0.729568594,415,0.164073421,0.303955133,10442.94099 +414,-1.484261606,0.224149272,415,0.164073421,0.303955133,6243.8467527 +415,0.164073421,0.303955133,415,0.164073421,0.303955133,0 +416,0.141441293,0.167552546,415,0.164073421,0.303955133,547.26417022 +417,2.931321023,-0.506718887,415,0.164073421,0.303955133,10866.357943 +418,2.21951565,0.700596356,415,0.164073421,0.303955133,6805.8383519 +419,0.268112576,1.199114336,415,0.164073421,0.303955133,3555.2281558 +420,0.978913739,0.359223811,415,0.164073421,0.303955133,3049.5932122 +421,1.210898818,0.522863584,415,0.164073421,0.303955133,3852.9008717 +422,2.347397336,0.129231362,415,0.164073421,0.303955133,8320.8117199 +423,0.614394501,0.556878345,415,0.164073421,0.303955133,1897.5057658 +424,-1.398079356,0.148483366,415,0.164073421,0.303955133,6014.1383111 +425,2.535303836,-0.112984496,415,0.164073421,0.303955133,9372.4776848 +426,-1.019372593,-0.405322349,415,0.164073421,0.303955133,5370.903063 +427,-1.297785627,-0.160104069,415,0.164073421,0.303955133,6005.1600674 +428,2.144554488,0.205051084,415,0.164073421,0.303955133,7475.2264744 +429,-2.242387083,-0.426171285,415,0.164073421,0.303955133,9691.6262615 +430,0.338637212,0.909723676,415,0.164073421,0.303955133,2460.7021842 +431,-0.148798452,0.691042401,415,0.164073421,0.303955133,1872.5728238 +432,0.893524764,0.441829531,415,0.164073421,0.303955133,2734.4316545 +433,0.969229347,-0.368847936,415,0.164073421,0.303955133,4107.3461797 +434,0.436043248,0.800045688,415,0.164073421,0.303955133,2159.589437 +435,1.687946607,1.081504775,415,0.164073421,0.303955133,5076.2854966 +436,0.522302046,-0.034889271,415,0.164073421,0.303955133,1938.5934197 +437,-0.178996113,-0.438090009,415,0.164073421,0.303955133,3223.4862055 +438,-1.094339566,0.301444068,415,0.164073421,0.303955133,4725.4518601 +439,-1.064070054,0.242569932,415,0.164073421,0.303955133,4664.6988077 +440,-1.068153768,0.230387998,415,0.164073421,0.303955133,4691.2707713 +441,-3.00496892,-0.23989155,415,0.164073421,0.303955133,12169.337334 +442,0.21751974,0.766874888,415,0.164073421,0.303955133,1842.3082758 +443,0.117229532,0.007619006,415,0.164073421,0.303955133,1187.902187 +444,0.777758451,0.420554741,415,0.164073421,0.303955133,2313.1317943 +445,-0.252356999,0.250747086,415,0.164073421,0.303955133,1599.28539 +446,0.363148444,0.768483434,415,0.164073421,0.303955133,1956.3917321 +447,0.903191366,-0.118210676,415,0.164073421,0.303955133,3340.5040164 +448,-0.205755923,0.149406178,415,0.164073421,0.303955133,1551.2470715 +449,1.811996086,0.02364353,415,0.164073421,0.303955133,6485.2141825 +450,-1.100670221,0.314845373,415,0.164073421,0.303955133,4737.5514573 +451,0.340078597,0.850105132,415,0.164073421,0.303955133,2236.3781037 +452,0.258757267,0.804969236,415,0.164073421,0.303955133,2008.810436 +453,2.78505352,-0.155160804,415,0.164073421,0.303955133,10354.332148 +454,0.800551619,0.105822106,415,0.164073421,0.303955133,2584.0159295 +455,0.437940882,-0.506194031,415,0.164073421,0.303955133,3375.7671788 +456,2.230431122,0.63458615,415,0.164073421,0.303955133,6970.8824908 +457,0.527965361,0.127667701,415,0.164073421,0.303955133,1569.3863135 +458,-0.063643205,0.702093448,415,0.164073421,0.303955133,1759.262891 +459,1.408447268,0.133010502,415,0.164073421,0.303955133,4835.3649431 +460,0.523795955,0.280266966,415,0.164073421,0.303955133,1367.0668542 +461,-0.975769313,0.072177659,415,0.164073421,0.303955133,4508.8246939 +462,0.549774164,-0.463663986,415,0.164073421,0.303955133,3383.2359756 +463,0.29245874,1.095549818,415,0.164073421,0.303955133,3155.4609757 +464,0.143625958,0.816809593,415,0.164073421,0.303955133,2032.5184908 +465,0.671902494,0.611159853,415,0.164073421,0.303955133,2163.026135 +466,1.239840988,0.6724199,415,0.164073421,0.303955133,3957.5508337 +467,0.607829703,-0.10932137,415,0.164073421,0.303955133,2386.3260548 +468,1.763020906,0.263996692,415,0.164073421,0.303955133,6015.1772758 +469,0.378714634,0.726066797,415,0.164073421,0.303955133,1823.8410863 +470,2.196736143,-0.153862366,415,0.164073421,0.303955133,8142.2490467 +471,0.01702415,0.148991565,415,0.164073421,0.303955133,835.54945812 +472,-2.998490902,-0.158002487,415,0.164073421,0.303955133,11860.113849 +473,-3.051262951,-0.346595608,415,0.164073421,0.303955133,12119.63251 +474,-1.069176439,0.182802941,415,0.164073421,0.303955133,4741.3899257 +475,0.167157509,0.595344954,415,0.164073421,0.303955133,1154.2468817 +476,0.613855648,0.681746124,415,0.164073421,0.303955133,2153.6369109 +477,1.037012736,0.682555367,415,0.164073421,0.303955133,3342.7102906 +478,-1.253574971,0.379755746,415,0.164073421,0.303955133,5236.8643398 +479,3.108590453,-0.132620738,415,0.164073421,0.303955133,11424.222862 +480,0.565301296,0.022333262,415,0.164073421,0.303955133,1919.6184578 +481,0.547898238,0.855555614,415,0.164073421,0.303955133,2507.9741624 +482,0.948309381,0.417393755,415,0.164073421,0.303955133,2929.1059093 +483,-0.050600732,0.945269213,415,0.164073421,0.303955133,2623.9743709 +484,-0.977651478,-0.572363064,415,0.164073421,0.303955133,5538.8936191 +485,1.102014914,0.728861163,415,0.164073421,0.303955133,3571.542321 +486,2.927300795,-0.282939414,415,0.164073421,0.303955133,11007.554487 +487,-1.154565557,0.124434095,415,0.164073421,0.303955133,5125.1733159 +488,1.855331234,0.291044755,415,0.164073421,0.303955133,6316.821379 +489,0.830290659,0.276904518,415,0.164073421,0.303955133,2526.5511844 +490,0.485104466,-0.234867441,415,0.164073421,0.303955133,2476.0231248 +491,0.521367572,-0.33161327,415,0.164073421,0.303955133,2876.1453369 +1,-1.539031704,0.7349710123,416,0.141441293,0.167552546,6096.0758935 +2,-1.536990553,0.7349663874,416,0.141441293,0.167552546,6090.1973652 +3,-1.534951779,0.7349571355,416,0.141441293,0.167552546,6084.3276013 +4,-1.532906461,0.7349480293,416,0.141441293,0.167552546,6078.4371852 +5,-1.531320211,0.7346937278,416,0.141441293,0.167552546,6074.0549156 +6,-1.539451648,0.7335131775,416,0.141441293,0.167552546,6098.4204604 +7,-1.537429487,0.7335445708,416,0.141441293,0.167552546,6092.5615309 +8,-1.535484998,0.7335658704,416,0.141441293,0.167552546,6086.9333106 +9,-1.533488396,0.7336036027,416,0.141441293,0.167552546,6081.1408773 +10,-1.531497785,0.7335842962,416,0.141441293,0.167552546,6075.4078599 +11,-1.530259379,0.7334777758,416,0.141441293,0.167552546,6071.9116838 +12,-1.5335454,0.7322346912,416,0.141441293,0.167552546,6082.3501831 +13,-1.531489083,0.7322238773,416,0.141441293,0.167552546,6076.4137666 +14,-1.530011122,0.7321679851,416,0.141441293,0.167552546,6072.1822586 +15,-1.53348106,0.7306614094,416,0.141441293,0.167552546,6083.3649627 +16,-1.531441779,0.7306962275,416,0.141441293,0.167552546,6077.4348941 +17,-1.529755654,0.7306933243,416,0.141441293,0.167552546,6072.5547641 +18,-1.533415048,0.7291384674,416,0.141441293,0.167552546,6084.3362769 +19,-1.531392093,0.7291705353,416,0.141441293,0.167552546,6078.4475864 +20,-1.529296523,0.7291214933,416,0.141441293,0.167552546,6072.4081789 +21,-1.535280942,0.727267644,416,0.141441293,0.167552546,6091.1812813 +22,-1.533378158,0.7276139666,416,0.141441293,0.167552546,6085.393094 +23,-1.531340368,0.7276446587,416,0.141441293,0.167552546,6079.4544296 +24,-1.528960113,0.7276398177,416,0.141441293,0.167552546,6072.546775 +25,-1.533313146,0.7260818349,416,0.141441293,0.167552546,6086.3740238 +26,-1.531259555,0.7260958115,416,0.141441293,0.167552546,6080.3940392 +27,-1.528926415,0.7260865555,416,0.141441293,0.167552546,6073.6171971 +28,-1.531226779,0.7245511789,416,0.141441293,0.167552546,6081.4699822 +29,-1.528904772,0.7245519194,416,0.141441293,0.167552546,6074.7087859 +30,-1.547195875,0.7409785979,416,0.141441293,0.167552546,6114.7933784 +31,-1.5451475,0.740980426,416,0.141441293,0.167552546,6108.9274345 +32,-1.543097679,0.7409798872,416,0.141441293,0.167552546,6103.0575862 +33,-1.540720364,0.7409892687,416,0.141441293,0.167552546,6096.2400595 +34,-1.547188511,0.7395198392,416,0.141441293,0.167552546,6115.9359011 +35,-1.545148587,0.7395226109,416,0.141441293,0.167552546,6110.0856605 +36,-1.543104538,0.7395314908,416,0.141441293,0.167552546,6104.2171821 +37,-1.540727751,0.7395306258,416,0.141441293,0.167552546,6097.4002209 +38,-1.547187029,0.7380014886,416,0.141441293,0.167552546,6117.1430162 +39,-1.545147315,0.7380012252,416,0.141441293,0.167552546,6111.2877391 +40,-1.54310719,0.7380060743,416,0.141441293,0.167552546,6105.4256225 +41,-1.540719671,0.7380068206,416,0.141441293,0.167552546,6098.567157 +42,-1.547187189,0.7364799098,416,0.141441293,0.167552546,6118.3576446 +43,-1.545149996,0.7364853874,416,0.141441293,0.167552546,6112.4970171 +44,-1.543106091,0.7364823484,416,0.141441293,0.167552546,6106.6222244 +45,-1.540717158,0.7364893901,416,0.141441293,0.167552546,6099.745339 +46,-1.538663972,0.7410138672,416,0.141441293,0.167552546,6090.3284117 +47,-1.53695285,0.7409699132,416,0.141441293,0.167552546,6085.4579631 +48,-1.534910498,0.7409641297,416,0.141441293,0.167552546,6079.6070088 +49,-1.533145034,0.7409536636,416,0.141441293,0.167552546,6074.5521229 +50,-1.538681336,0.7395405883,416,0.141441293,0.167552546,6091.5207508 +51,-1.536999189,0.7395183096,416,0.141441293,0.167552546,6086.7102203 +52,-1.534923633,0.7395144222,416,0.141441293,0.167552546,6080.7548049 +53,-1.533267822,0.7395654306,416,0.141441293,0.167552546,6075.9613608 +54,-1.53867273,0.7380151077,416,0.141441293,0.167552546,6092.6793681 +55,-1.536980576,0.7379994392,416,0.141441293,0.167552546,6087.8283088 +56,-1.534931522,0.7379944961,416,0.141441293,0.167552546,6081.9416963 +57,-1.533387952,0.7379480264,416,0.141441293,0.167552546,6077.5387525 +58,-1.538682279,0.7364914363,416,0.141441293,0.167552546,6093.8890452 +59,-1.536980704,0.7364810563,416,0.141441293,0.167552546,6089.0001128 +60,-1.534935567,0.7364752065,416,0.141441293,0.167552546,6083.1174084 +61,-1.533042592,0.7363876366,416,0.141441293,0.167552546,6077.7334736 +62,-1.545143426,0.7349628011,416,0.141441293,0.167552546,6113.6852761 +63,-1.543105297,0.7349691947,416,0.141441293,0.167552546,6107.8116284 +64,-1.541064533,0.7349647152,416,0.141441293,0.167552546,6101.9373436 +65,-1.545411803,0.7334624714,416,0.141441293,0.167552546,6115.6487018 +66,-1.543446606,0.7334780896,416,0.141441293,0.167552546,6109.9703852 +67,-1.541475327,0.7334957295,416,0.141441293,0.167552546,6104.2715985 +68,-1.545401939,0.731963266,416,0.141441293,0.167552546,6116.8103449 +69,-1.54342253,0.7319915583,416,0.141441293,0.167552546,6111.0733848 +70,-1.541455867,0.7320216438,416,0.141441293,0.167552546,6105.3705905 +71,-1.545410146,0.7304422281,416,0.141441293,0.167552546,6118.0417097 +72,-1.543435491,0.7304713664,416,0.141441293,0.167552546,6112.310072 +73,-1.541463105,0.7304997613,416,0.141441293,0.167552546,6106.5843564 +74,-1.545414768,0.7289194936,416,0.141441293,0.167552546,6119.264337 +75,-1.543435774,0.7289538557,416,0.141441293,0.167552546,6113.5082817 +76,-1.541457714,0.7289765881,416,0.141441293,0.167552546,6107.7628723 +77,-1.539449415,0.7320555866,416,0.141441293,0.167552546,6099.5486643 +78,-1.537429183,0.7321097681,416,0.141441293,0.167552546,6093.6700737 +79,-1.535472649,0.7321497267,416,0.141441293,0.167552546,6087.985503 +80,-1.539457899,0.7305333307,416,0.141441293,0.167552546,6100.7584553 +81,-1.537453161,0.7305750503,416,0.141441293,0.167552546,6094.9264053 +82,-1.535479385,0.7306124949,416,0.141441293,0.167552546,6089.1861397 +83,-1.53946905,0.7290102593,416,0.141441293,0.167552546,6101.9769422 +84,-1.537459922,0.7290417293,416,0.141441293,0.167552546,6096.1322508 +85,-1.535451349,0.7290890157,416,0.141441293,0.167552546,6090.2757974 +86,-1.535522937,0.7279887191,416,0.141441293,0.167552546,6091.3292113 +87,-1.539442524,0.7274735939,416,0.141441293,0.167552546,6103.0970935 +88,-1.537424111,0.727521351,416,0.141441293,0.167552546,6097.2049104 +89,-1.539384641,0.7259505092,416,0.141441293,0.167552546,6104.1156502 +90,-1.537372391,0.7259947145,416,0.141441293,0.167552546,6098.2361918 +91,-1.535340789,0.7260435356,416,0.141441293,0.167552546,6092.2958643 +92,-1.539325716,0.7244369706,416,0.141441293,0.167552546,6105.123547 +93,-1.537308932,0.7244801057,416,0.141441293,0.167552546,6099.2238897 +94,-1.535289068,0.7245247645,416,0.141441293,0.167552546,6093.3129918 +95,-1.533261366,0.7245550236,416,0.141441293,0.167552546,6087.3891912 +96,-1.539267302,0.722921924,416,0.141441293,0.167552546,6106.1339085 +97,-1.537248972,0.7229660258,416,0.141441293,0.167552546,6100.2211478 +98,-1.535219431,0.7229916471,416,0.141441293,0.167552546,6094.2888273 +99,-1.53318962,0.7230212049,416,0.141441293,0.167552546,6088.3514233 +100,-1.531154816,0.7230299897,416,0.141441293,0.167552546,6082.4139752 +101,-1.528878341,0.7230370244,416,0.141441293,0.167552546,6075.7717203 +102,-1.539218189,0.7214009878,416,0.141441293,0.167552546,6107.1757856 +103,-1.537198791,0.7214422745,416,0.141441293,0.167552546,6101.2542155 +104,-1.535179266,0.7214634354,416,0.141441293,0.167552546,6095.3466204 +105,-1.533156501,0.7214944644,416,0.141441293,0.167552546,6089.4207107 +106,-1.53113574,0.7215166021,416,0.141441293,0.167552546,6083.5061745 +107,-1.528874248,0.7215345535,416,0.141441293,0.167552546,6076.8906446 +108,-1.539217656,0.7198512397,416,0.141441293,0.167552546,6108.3818407 +109,-1.537199919,0.7199428763,416,0.141441293,0.167552546,6102.4181678 +110,-1.545425832,0.727397149,416,0.141441293,0.167552546,6120.5055952 +111,-1.543371177,0.7273916949,416,0.141441293,0.167552546,6114.5538755 +112,-1.541368852,0.7274523163,416,0.141441293,0.167552546,6108.7004132 +113,-1.545349067,0.7258710923,416,0.141441293,0.167552546,6121.495203 +114,-1.54332671,0.7258603556,416,0.141441293,0.167552546,6115.6333211 +115,-1.541346831,0.7259242142,416,0.141441293,0.167552546,6109.8346017 +116,-1.545324355,0.7243383958,416,0.141441293,0.167552546,6122.6409899 +117,-1.543292796,0.7243617413,416,0.141441293,0.167552546,6116.7175076 +118,-1.541295822,0.7244024384,416,0.141441293,0.167552546,6110.8796196 +119,-1.543193859,0.7205570215,416,0.141441293,0.167552546,6119.4324748 +120,-1.550257047,0.7386738187,416,0.141441293,0.167552546,6125.4113532 +121,-1.549335448,0.7311736483,416,0.141441293,0.167552546,6128.7968908 +122,-1.533478843,0.7179891343,416,0.141441293,0.167552546,6093.0419797 +123,-1.556150555,0.738907041,416,0.141441293,0.167552546,6142.1117665 +124,-1.554324226,0.733414257,416,0.141441293,0.167552546,6141.3649503 +125,-1.554290846,0.7288285332,416,0.141441293,0.167552546,6145.014747 +126,-1.55122487,0.7219795312,416,0.141441293,0.167552546,6141.6923438 +127,-1.525104458,0.7229399862,416,0.141441293,0.167552546,6064.8370783 +128,-1.519607711,0.7236181429,416,0.141441293,0.167552546,6048.3005752 +129,-1.513899999,0.7251107854,416,0.141441293,0.167552546,6030.5752008 +130,-1.536620762,0.7431061895,416,0.141441293,0.167552546,6082.8611772 +131,-1.5369566,0.7460845958,416,0.141441293,0.167552546,6081.527253 +132,-1.545345528,0.7447040685,416,0.141441293,0.167552546,6106.5431341 +133,-1.532813921,0.7432306626,416,0.141441293,0.167552546,6071.8719018 +134,-1.554788248,0.7382381001,416,0.141441293,0.167552546,6138.7561159 +135,-1.540348126,0.7301594274,416,0.141441293,0.167552546,6103.6254504 +136,-1.538016084,0.7239051786,416,0.141441293,0.167552546,6101.7269095 +137,-1.525288962,0.7258085137,416,0.141441293,0.167552546,6063.2434602 +138,-1.534326986,0.731241342,416,0.141441293,0.167552546,6085.3695236 +139,-1.530733872,0.7303625216,416,0.141441293,0.167552546,6075.6375907 +141,-1.534354939,0.7328219978,416,0.141441293,0.167552546,6084.2405632 +142,-1.53157084,0.7292888153,416,0.141441293,0.167552546,6078.8760765 +143,-1.525691035,0.7263799874,416,0.141441293,0.167552546,6063.988339 +144,-1.534031287,0.7495967835,416,0.141441293,0.167552546,6070.501443 +145,-1.527714986,0.7283095957,416,0.141441293,0.167552546,6068.428994 +146,-1.526189586,0.7271468292,416,0.141441293,0.167552546,6064.8669131 +147,-1.555177336,0.7375563366,416,0.141441293,0.167552546,6140.4295917 +148,-1.555080283,0.7312707794,416,0.141441293,0.167552546,6145.2968914 +149,-1.53856994,0.7224180299,416,0.141441293,0.167552546,6104.494636 +150,-1.530837883,0.729933372,416,0.141441293,0.167552546,6076.2635376 +151,-1.515066984,0.5854133365,416,0.141441293,0.167552546,6135.5885497 +152,-1.534731633,0.5368370046,416,0.141441293,0.167552546,6237.0974505 +153,-1.515231902,0.5607085576,416,0.141441293,0.167552546,6154.3258867 +154,-2.616253799,1.0684566605,416,0.141441293,0.167552546,7403.9769159 +155,-1.956071439,0.5792177723,416,0.141441293,0.167552546,7526.893295 +156,-1.951208514,0.5602434208,416,0.141441293,0.167552546,7544.5771872 +157,-1.944675062,0.6062144545,416,0.141441293,0.167552546,7446.7161609 +158,-1.613778386,0.6077989518,416,0.141441293,0.167552546,6432.7239748 +159,-2.035029014,0.6021432345,416,0.141441293,0.167552546,7715.3217579 +160,-2.114989471,0.6801825058,416,0.141441293,0.167552546,7767.9528936 +161,-2.037382079,0.5765830025,416,0.141441293,0.167552546,7771.357934 +162,-2.129855121,0.6585019963,416,0.141441293,0.167552546,7854.6618086 +163,-2.075141798,0.6493615843,416,0.141441293,0.167552546,7730.7815472 +164,-1.828626729,0.6948433129,416,0.141441293,0.167552546,6969.6758404 +165,-1.863329418,0.6735427691,416,0.141441293,0.167552546,7100.6437445 +166,-1.266037071,0.727988852,416,0.141441293,0.167552546,5300.0530521 +167,-1.277579582,0.7249010648,416,0.141441293,0.167552546,5334.4968843 +168,-1.258418684,0.7241194816,416,0.141441293,0.167552546,5277.7394014 +169,-1.317813974,0.6804850104,416,0.141441293,0.167552546,5463.7930185 +170,-1.344165204,0.6790988904,416,0.141441293,0.167552546,5545.151823 +171,-1.427582102,0.5277120351,416,0.141441293,0.167552546,5882.8905392 +172,-1.402238616,0.457167829,416,0.141441293,0.167552546,5834.7078461 +173,-1.422454264,0.4996161999,416,0.141441293,0.167552546,5881.3743675 +174,-1.439089277,0.4894859811,416,0.141441293,0.167552546,5944.6666376 +175,-1.448126995,0.5182330266,416,0.141441293,0.167552546,5958.2006811 +176,-1.474626146,0.5881926574,416,0.141441293,0.167552546,6002.3304252 +177,-1.421139645,0.5584869783,416,0.141441293,0.167552546,5844.1006241 +178,-1.457037165,0.565943032,416,0.141441293,0.167552546,5958.7676537 +179,-2.757159358,0.3745319,416,0.141441293,0.167552546,10097.876422 +180,-2.714309238,0.342054471,416,0.141441293,0.167552546,10137.695204 +181,-2.000525337,0.774119946,416,0.141441293,0.167552546,7282.4764007 +183,-1.571413436,0.6777838382,416,0.141441293,0.167552546,6238.4265218 +184,-1.552860289,0.6987663893,416,0.141441293,0.167552546,6165.3611835 +185,-1.521852374,0.7165827476,416,0.141441293,0.167552546,6060.0207863 +186,-1.503656267,0.6928968252,416,0.141441293,0.167552546,6022.9493179 +187,-1.502753178,0.7136205882,416,0.141441293,0.167552546,6005.9399373 +188,-1.631894563,0.7343596465,416,0.141441293,0.167552546,6362.4341941 +189,-1.653765416,0.6770714026,416,0.141441293,0.167552546,6485.6491693 +190,-1.719812114,0.6715965947,416,0.141441293,0.167552546,6687.5608863 +191,-1.493406659,0.6646955447,416,0.141441293,0.167552546,6011.1333821 +192,-1.469120564,0.6613469966,416,0.141441293,0.167552546,5938.499873 +193,-1.590551461,0.5326612937,416,0.141441293,0.167552546,6426.5491508 +194,-1.625979264,0.5247742243,416,0.141441293,0.167552546,6551.659363 +195,-1.572293943,0.5238808754,416,0.141441293,0.167552546,6373.2497815 +196,-1.610848725,0.5477107964,416,0.141441293,0.167552546,6479.9467386 +197,-1.208485554,0.7918526018,416,0.141441293,0.167552546,5137.2216287 +198,-1.335601374,0.6869083083,416,0.141441293,0.167552546,5516.5971603 +199,-1.346156996,0.6825213377,416,0.141441293,0.167552546,5550.1988518 +200,-1.324381037,0.6741422347,416,0.141441293,0.167552546,5485.637389 +201,-1.242424992,0.7378949807,416,0.141441293,0.167552546,5230.183548 +202,-1.270370057,0.7392461008,416,0.141441293,0.167552546,5311.9767964 +203,-1.448950472,0.7441675014,416,0.141441293,0.167552546,5830.1353786 +204,-1.492662363,0.7523026852,416,0.141441293,0.167552546,5950.727315 +205,-1.479098966,0.7763855017,416,0.141441293,0.167552546,5897.2421711 +206,-1.633760714,0.7869022408,416,0.141441293,0.167552546,6313.8593275 +207,-1.647406434,0.8101289331,416,0.141441293,0.167552546,6325.891946 +208,-1.564245052,0.5701509278,416,0.141441293,0.167552546,6307.5208603 +209,-1.646289963,0.6833746083,416,0.141441293,0.167552546,6456.8188649 +210,-1.5820631,0.6751952144,416,0.141441293,0.167552546,6272.7718073 +211,-1.613236298,0.6681681791,416,0.141441293,0.167552546,6373.2516238 +212,-1.914661867,0.8212566515,416,0.141441293,0.167552546,6984.3106667 +213,-1.742133237,0.7250275956,416,0.141441293,0.167552546,6684.3929101 +214,-2.033144872,0.6557314699,416,0.141441293,0.167552546,7604.5934885 +215,-2.039551981,0.6964723658,416,0.141441293,0.167552546,7539.0733817 +216,-1.247341019,0.7622473908,416,0.141441293,0.167552546,5244.5560415 +217,-1.298239787,0.7084123392,416,0.141441293,0.167552546,5398.4625044 +218,-1.308539688,0.6926545592,416,0.141441293,0.167552546,5432.6507847 +219,-1.303263185,0.6888938396,416,0.141441293,0.167552546,5417.3419777 +220,-1.852400229,0.6004246149,416,0.141441293,0.167552546,7180.9835999 +221,-1.288947707,0.7473773692,416,0.141441293,0.167552546,5365.3686302 +222,-1.372031502,0.7472790993,416,0.141441293,0.167552546,5606.3586559 +223,-1.289805721,0.7242157877,416,0.141441293,0.167552546,5370.8254168 +224,-1.350807603,0.7533498126,416,0.141441293,0.167552546,5543.1897778 +225,-1.329290365,0.7560442322,416,0.141441293,0.167552546,5480.5584174 +226,-1.410153004,0.616936428,416,0.141441293,0.167552546,5777.6595982 +227,-1.393445434,0.6308995063,416,0.141441293,0.167552546,5717.6854491 +228,-1.37595573,0.6241540638,416,0.141441293,0.167552546,5664.891713 +229,-1.358388707,0.6172645205,416,0.141441293,0.167552546,5611.3385303 +230,-1.753741133,0.8281661666,416,0.141441293,0.167552546,6577.5281574 +231,-1.47430987,0.6834615681,416,0.141441293,0.167552546,5940.6391519 +232,-1.421012508,0.7222725206,416,0.141441293,0.167552546,5759.7296909 +233,-1.4476833,0.6978557868,416,0.141441293,0.167552546,5851.7604195 +234,-1.470370723,0.6966193374,416,0.141441293,0.167552546,5920.6226009 +235,-1.429211703,0.7037216883,416,0.141441293,0.167552546,5793.2297606 +236,-1.700578405,0.6178673663,416,0.141441293,0.167552546,6693.2473589 +237,-1.678117619,0.6331716163,416,0.141441293,0.167552546,6606.831209 +238,-1.725644578,0.6316331145,416,0.141441293,0.167552546,6753.7799493 +239,-2.14012759,0.7930497945,416,0.141441293,0.167552546,7564.7407696 +240,-2.103289431,0.7653606263,416,0.141441293,0.167552546,7546.446114 +241,-1.318739838,0.7017808746,416,0.141441293,0.167552546,5461.5583529 +242,-1.396417427,0.7077900843,416,0.141441293,0.167552546,5693.1562458 +243,-1.35650337,0.7185539404,416,0.141441293,0.167552546,5570.1440032 +244,-1.248884539,0.7274156818,416,0.141441293,0.167552546,5249.3542656 +245,-1.395014798,0.5761185243,416,0.141441293,0.167552546,5748.4884463 +246,-1.433377362,0.6064716109,416,0.141441293,0.167552546,5857.8104443 +247,-1.408172432,0.5903155476,416,0.141441293,0.167552546,5784.6218006 +248,-1.749645898,0.7757118084,416,0.141441293,0.167552546,6637.9974127 +249,-1.571626686,0.615046989,416,0.141441293,0.167552546,6293.0710675 +250,-1.514070049,0.6303003037,416,0.141441293,0.167552546,6099.5338316 +251,-1.480890369,0.6237966528,416,0.141441293,0.167552546,5999.2455429 +252,-1.704390658,0.5281680612,416,0.141441293,0.167552546,6807.2878038 +253,-1.64434733,0.5254277498,416,0.141441293,0.167552546,6612.0353389 +254,-1.703855997,0.4792484842,416,0.141441293,0.167552546,6859.4662581 +255,-1.692002383,0.5748825051,416,0.141441293,0.167552546,6715.044621 +256,-1.854136457,0.5544643913,416,0.141441293,0.167552546,7254.1990233 +257,-1.665021206,0.520317736,416,0.141441293,0.167552546,6685.800146 +258,-1.733654349,0.4845187345,416,0.141441293,0.167552546,6953.9023305 +259,-1.720938188,0.5135933906,416,0.141441293,0.167552546,6878.2467953 +260,-1.742668307,0.553296122,416,0.141441293,0.167552546,6902.2681171 +261,-1.965659039,0.7142126903,416,0.141441293,0.167552546,7310.77205 +262,-1.944438071,0.6772834804,416,0.141441293,0.167552546,7321.2619683 +263,-1.270340967,0.7681487096,416,0.141441293,0.167552546,5310.1564654 +264,-1.353091884,0.6549276821,416,0.141441293,0.167552546,5580.779013 +265,-1.333236659,0.6413584414,416,0.141441293,0.167552546,5522.7541491 +266,-1.352015998,0.6753788907,416,0.141441293,0.167552546,5570.4990048 +267,-1.377988483,0.6577816235,416,0.141441293,0.167552546,5657.4792292 +268,-2.13075611,0.8318642051,416,0.141441293,0.167552546,7450.592114 +269,-2.097910953,0.8259670014,416,0.141441293,0.167552546,7394.2774183 +270,-1.416382069,0.6694271549,416,0.141441293,0.167552546,5771.3117305 +271,-1.538905672,0.7535625993,416,0.141441293,0.167552546,6081.2931044 +272,-1.572309477,0.7803125099,416,0.141441293,0.167552546,6152.6447485 +273,-1.87759879,0.7503853417,416,0.141441293,0.167552546,7014.7541092 +274,1.152365588,0.590457682,416,0.141441293,0.167552546,4019.443036 +275,0.350198001,0.718001859,416,0.141441293,0.167552546,2299.5103119 +276,0.046513677,0.491503852,416,0.141441293,0.167552546,1331.0125988 +277,0.027510309,0.742571376,416,0.141441293,0.167552546,2311.7238417 +278,0.306285725,-0.214631579,416,0.141441293,0.167552546,1646.9912949 +279,-1.100564889,0.318051531,416,0.141441293,0.167552546,4786.2846673 +280,-1.078582306,0.301437596,416,0.141441293,0.167552546,4707.6679467 +281,-1.137371989,-0.617634065,416,0.141441293,0.167552546,5686.3210426 +282,0.784356344,0.703272339,416,0.141441293,0.167552546,3096.0938186 +283,-1.221209947,0.218327455,416,0.141441293,0.167552546,5282.1528478 +284,2.347301921,-0.449114658,416,0.141441293,0.167552546,8767.4767954 +285,0.246820618,0.830553713,416,0.141441293,0.167552546,2649.798516 +286,0.829414965,0.703288228,416,0.141441293,0.167552546,3212.0621698 +287,-1.337537566,0.42332223,416,0.141441293,0.167552546,5621.7890951 +288,0.882453706,0.454478077,416,0.141441293,0.167552546,2998.9317054 +289,1.575629659,0.416419109,416,0.141441293,0.167552546,5463.6905674 +290,-1.039455679,0.229888244,416,0.141441293,0.167552546,4579.3015549 +291,0.489558039,0.934482747,416,0.141441293,0.167552546,3233.486129 +292,0.081344504,0.88384514,416,0.141441293,0.167552546,2844.0381466 +293,-1.547979814,0.300350308,416,0.141441293,0.167552546,6468.16375 +294,0.040776181,0.168560074,416,0.141441293,0.167552546,393.13262442 +295,-1.130374745,0.563894876,416,0.141441293,0.167552546,4870.5351527 +296,1.578326642,0.478507176,416,0.141441293,0.167552546,5450.0169842 +297,-1.12861823,-0.291640865,416,0.141441293,0.167552546,5295.3693803 +298,0.310524208,0.770885792,416,0.141441293,0.167552546,2459.3302217 +299,0.415649091,-0.387246002,416,0.141441293,0.167552546,2442.0225097 +300,-0.926533878,-0.188022748,416,0.141441293,0.167552546,4436.6625596 +301,1.258856172,-0.11716081,416,0.141441293,0.167552546,4551.1063438 +302,-1.126050026,0.322941926,416,0.141441293,0.167552546,4880.6101387 +303,2.002785835,0.07893892,416,0.141441293,0.167552546,7298.3977527 +304,0.440437607,0.746258085,416,0.141441293,0.167552546,2515.3699537 +305,-0.030391866,0.214441206,416,0.141441293,0.167552546,693.4890371 +306,0.521557815,-0.058929362,416,0.141441293,0.167552546,1747.911347 +307,-0.097005111,0.13317729,416,0.141441293,0.167552546,943.60546969 +308,1.83113859,0.221857587,416,0.141441293,0.167552546,6528.8000488 +309,0.222428864,0.099404236,416,0.141441293,0.167552546,417.0224208 +310,-1.702731345,0.8728568183,416,0.141441293,0.167552546,6393.4861088 +311,-0.418507569,0.278324921,416,0.141441293,0.167552546,2204.464277 +312,-1.41153306,0.339029988,416,0.141441293,0.167552546,5936.349238 +313,0.357560442,0.114788776,416,0.141441293,0.167552546,872.78735265 +314,0.325818979,0.268352149,416,0.141441293,0.167552546,816.87316501 +315,-1.246004659,-0.663679965,416,0.141441293,0.167552546,6067.8892759 +316,1.814603087,0.637404484,416,0.141441293,0.167552546,6149.5333349 +317,1.843704281,-0.18300445,416,0.141441293,0.167552546,6848.1643956 +318,1.690644492,-0.211480909,416,0.141441293,0.167552546,6278.1387157 +319,-1.275451936,0.068109467,416,0.141441293,0.167552546,5576.8044008 +320,0.762430171,-0.207594741,416,0.141441293,0.167552546,2860.8095164 +321,0.265668905,-0.014647884,416,0.141441293,0.167552546,872.28492687 +322,-2.773032013,-0.335515811,416,0.141441293,0.167552546,11348.648308 +323,-1.469512853,0.174058777,416,0.141441293,0.167552546,6261.9520313 +324,0.286276986,0.785925691,416,0.141441293,0.167552546,2498.7964304 +325,-1.379324697,0.377432233,416,0.141441293,0.167552546,5796.0936797 +326,-1.203778265,0.212813032,416,0.141441293,0.167552546,5217.8477389 +327,0.579916301,0.611743168,416,0.141441293,0.167552546,2367.7204367 +328,0.267582642,0.868113908,416,0.141441293,0.167552546,2805.8888306 +329,0.412869244,-0.050245578,416,0.141441293,0.167552546,1375.331941 +330,0.17524381,0.976660285,416,0.141441293,0.167552546,3206.6012044 +331,0.743157214,0.204812899,416,0.141441293,0.167552546,2345.4495654 +332,-1.070758176,0.269382282,416,0.141441293,0.167552546,4686.7189472 +333,-1.230364251,0.329790229,416,0.141441293,0.167552546,5268.3769458 +334,-1.374813124,-0.024926835,416,0.141441293,0.167552546,6025.4647344 +335,0.519780566,0.463669906,416,0.141441293,0.167552546,1839.3267838 +336,-1.55108034,0.239698561,416,0.141441293,0.167552546,6526.0663748 +337,0.180294813,0.029739425,416,0.141441293,0.167552546,566.92097597 +338,0.67820924,0.268170153,416,0.141441293,0.167552546,2111.6234908 +339,0.445798684,1.024001867,416,0.141441293,0.167552546,3514.319862 +340,0.691751283,0.150521402,416,0.141441293,0.167552546,2152.59698 +341,-1.036643551,-0.903056181,416,0.141441293,0.167552546,5814.4120425 +342,-0.120287036,1.083325163,416,0.141441293,0.167552546,3705.3487437 +343,2.823513113,-0.304487164,416,0.141441293,0.167552546,10595.283876 +344,0.457583172,1.12513373,416,0.141441293,0.167552546,3894.1003394 +345,0.042918831,0.813795399,416,0.141441293,0.167552546,2581.2893527 +346,1.196146777,-0.853142756,416,0.141441293,0.167552546,5447.1994314 +347,0.206001358,-0.010430701,416,0.141441293,0.167552546,749.55279509 +348,-0.268308653,0.234799412,416,0.141441293,0.167552546,1611.6610647 +349,0.759363263,0.736189579,416,0.141441293,0.167552546,3108.6132531 +350,0.181363926,0.891988372,416,0.141441293,0.167552546,2872.4373693 +351,-0.021111158,0.139103292,416,0.141441293,0.167552546,646.17884596 +352,-0.093355215,0.630686981,416,0.141441293,0.167552546,2019.6019835 +353,0.40118964,0.681375926,416,0.141441293,0.167552546,2233.574048 +354,-0.721197315,1.304706234,416,0.141441293,0.167552546,4891.737028 +355,-1.076150317,0.212107639,416,0.141441293,0.167552546,4726.9460352 +356,-1.577164531,0.273993443,416,0.141441293,0.167552546,6597.4691308 +357,-0.190788414,0.182208586,416,0.141441293,0.167552546,1296.9947024 +358,-0.261349752,0.209710184,416,0.141441293,0.167552546,1575.5214946 +359,-1.029303852,0.083549259,416,0.141441293,0.167552546,4606.6352302 +360,-1.268609162,0.330525297,416,0.141441293,0.167552546,5410.6181914 +361,1.282982244,-0.926641967,416,0.141441293,0.167552546,5773.0410469 +362,0.217352334,0.731352408,416,0.141441293,0.167552546,2248.827051 +363,-1.511833084,0.258629297,416,0.141441293,0.167552546,6364.0633017 +364,0.338812194,0.823184618,416,0.141441293,0.167552546,2680.3809596 +365,-0.324406489,1.134201999,416,0.141441293,0.167552546,4038.9825323 +366,1.389579348,0.399185724,416,0.141441293,0.167552546,4793.3781483 +367,2.047152199,-0.039082036,416,0.141441293,0.167552546,7555.5085045 +368,0.947780369,0.568250077,416,0.141441293,0.167552546,3340.5895676 +369,0.763824846,0.576754987,416,0.141441293,0.167552546,2787.2975829 +370,-0.142334657,0.928153068,416,0.141441293,0.167552546,3146.1998265 +371,0.610266567,0.547265983,416,0.141441293,0.167552546,2286.8269892 +372,0.210731629,0.746815056,416,0.141441293,0.167552546,2306.9923415 +373,-1.34931644,0.316895224,416,0.141441293,0.167552546,5718.0078938 +374,2.407696481,0.655030745,416,0.141441293,0.167552546,7849.4128752 +375,0.64207831,0.545359131,416,0.141441293,0.167552546,2371.764082 +376,1.174597538,0.840588356,416,0.141441293,0.167552546,4323.8732476 +377,0.660059424,0.010604079,416,0.141441293,0.167552546,2136.2118804 +378,-0.730263819,0.010486456,416,0.141441293,0.167552546,3490.4409771 +379,0.831068936,0.512339172,416,0.141441293,0.167552546,2893.9822995 +380,1.301180979,0.72367476,416,0.141441293,0.167552546,4567.3812423 +381,1.811128231,0.322854402,416,0.141441293,0.167552546,6378.0499422 +382,0.435105812,0.992284428,416,0.141441293,0.167552546,3389.513133 +383,0.62643634,0.592027932,416,0.141441293,0.167552546,2435.1528403 +384,0.492988703,-0.516339467,416,0.141441293,0.167552546,3022.7441924 +385,-0.162469483,0.112549365,416,0.141441293,0.167552546,1211.5052003 +386,0.314630866,0.472006421,416,0.141441293,0.167552546,1368.9109054 +387,0.166744804,0.822815954,416,0.141441293,0.167552546,2596.8935061 +388,0.417159608,0.965805736,416,0.141441293,0.167552546,3277.4091192 +389,0.106334961,0.868774244,416,0.141441293,0.167552546,2779.9470062 +390,0.815086969,-0.338144359,416,0.141441293,0.167552546,3304.9327513 +391,0.59867455,-0.230624824,416,0.141441293,0.167552546,2391.7722882 +392,1.915104874,0.066220985,416,0.141441293,0.167552546,6967.767904 +393,1.278093622,0.064463721,416,0.141441293,0.167552546,4484.8367649 +394,-0.061477853,0.302997961,416,0.141441293,0.167552546,947.39080309 +395,0.251311504,0.626976942,416,0.141441293,0.167552546,1862.3247207 +396,2.950242872,0.149095644,416,0.141441293,0.167552546,10628.354628 +397,-0.180294708,0.35375117,416,0.141441293,0.167552546,1433.1671543 +398,1.010448592,-0.351180233,416,0.141441293,0.167552546,3960.8962206 +399,-1.748740498,0.3686318073,416,0.141441293,0.167552546,7135.8724472 +400,2.699635665,0.123533791,416,0.141441293,0.167552546,9869.2216013 +401,0.496808033,0.823843254,416,0.141441293,0.167552546,2860.3212834 +402,0.129574704,0.763364087,416,0.141441293,0.167552546,2360.3635209 +403,1.798920311,0.817447563,416,0.141441293,0.167552546,5971.2338882 +404,0.335987953,0.746786541,416,0.141441293,0.167552546,2391.3183755 +405,-1.085413643,0.292154671,416,0.141441293,0.167552546,4735.9135745 +406,-0.155321003,0.508207011,416,0.141441293,0.167552546,1741.6123631 +407,0.620529244,-0.301175104,416,0.141441293,0.167552546,2639.0936328 +408,1.684402744,0.368716966,416,0.141441293,0.167552546,5882.0331691 +409,0.300582244,-0.386397212,416,0.141441293,0.167552546,2279.6105486 +410,2.913555946,-0.009225192,416,0.141441293,0.167552546,10858.383452 +411,1.465101417,0.493232532,416,0.141441293,0.167552546,5050.6376832 +412,0.090612882,0.907955955,416,0.141441293,0.167552546,2937.3360697 +413,2.987564726,-0.729568594,416,0.141441293,0.167552546,9991.1135075 +414,-1.484261606,0.224149272,416,0.141441293,0.167552546,6284.0659515 +415,0.164073421,0.303955133,416,0.141441293,0.167552546,547.26417022 +416,0.141441293,0.167552546,416,0.141441293,0.167552546,0 +417,2.931321023,-0.506718887,416,0.141441293,0.167552546,10570.752657 +418,2.21951565,0.700596356,416,0.141441293,0.167552546,7258.2624917 +419,0.268112576,1.199114336,416,0.141441293,0.167552546,4099.2468401 +420,0.978913739,0.359223811,416,0.141441293,0.167552546,3279.0592755 +421,1.210898818,0.522863584,416,0.141441293,0.167552546,4176.0854055 +422,2.347397336,0.129231362,416,0.141441293,0.167552546,8569.7271184 +423,0.614394501,0.556878345,416,0.141441293,0.167552546,2320.2623812 +424,-1.398079356,0.148483366,416,0.141441293,0.167552546,6003.3045919 +425,2.535303836,-0.112984496,416,0.141441293,0.167552546,9505.0218024 +426,-1.019372593,-0.405322349,416,0.141441293,0.167552546,5034.0899436 +427,-1.297785627,-0.160104069,416,0.141441293,0.167552546,5820.7338994 +428,2.144554488,0.205051084,416,0.141441293,0.167552546,7725.296948 +429,-2.242387083,-0.426171285,416,0.141441293,0.167552546,9411.9666843 +430,0.338637212,0.909723676,416,0.141441293,0.167552546,3007.8596265 +431,-0.148798452,0.691042401,416,0.141441293,0.167552546,2312.9512472 +432,0.893524764,0.441829531,416,0.141441293,0.167552546,3025.4556101 +433,0.969229347,-0.368847936,416,0.141441293,0.167552546,3857.7873986 +434,0.436043248,0.800045688,416,0.141441293,0.167552546,2697.3232618 +435,1.687946607,1.081504775,416,0.141441293,0.167552546,5591.6164499 +436,0.522302046,-0.034889271,416,0.141441293,0.167552546,1703.1893836 +437,-0.178996113,-0.438090009,416,0.141441293,0.167552546,2699.0561727 +438,-1.094339566,0.301444068,416,0.141441293,0.167552546,4767.1389881 +439,-1.064070054,0.242569932,416,0.141441293,0.167552546,4669.5471639 +440,-1.068153768,0.230387998,416,0.141441293,0.167552546,4689.3885492 +441,-3.00496892,-0.23989155,416,0.141441293,0.167552546,12156.705247 +442,0.21751974,0.766874888,416,0.141441293,0.167552546,2388.2988572 +443,0.117229532,0.007619006,416,0.141441293,0.167552546,640.64435242 +444,0.777758451,0.420554741,416,0.141441293,0.167552546,2601.1926197 +445,-0.252356999,0.250747086,416,0.141441293,0.167552546,1560.1099103 +446,0.363148444,0.768483434,416,0.141441293,0.167552546,2499.2544161 +447,0.903191366,-0.118210676,416,0.141441293,0.167552546,3211.9652162 +448,-0.205755923,0.149406178,416,0.141441293,0.167552546,1359.7232479 +449,1.811996086,0.02364353,416,0.141441293,0.167552546,6595.7169779 +450,-1.100670221,0.314845373,416,0.141441293,0.167552546,4787.4874673 +451,0.340078597,0.850105132,416,0.141441293,0.167552546,2782.9610606 +452,0.258757267,0.804969236,416,0.141441293,0.167552546,2555.9093041 +453,2.78505352,-0.155160804,416,0.141441293,0.167552546,10496.897091 +454,0.800551619,0.105822106,416,0.141441293,0.167552546,2596.5779645 +455,0.437940882,-0.506194031,416,0.141441293,0.167552546,2899.3220542 +456,2.230431122,0.63458615,416,0.141441293,0.167552546,7405.6985066 +457,0.527965361,0.127667701,416,0.141441293,0.167552546,1522.2783554 +458,-0.063643205,0.702093448,416,0.141441293,0.167552546,2236.9426412 +459,1.408447268,0.133010502,416,0.141441293,0.167552546,4954.8427575 +460,0.523795955,0.280266966,416,0.141441293,0.167552546,1541.416854 +461,-0.975769313,0.072177659,416,0.141441293,0.167552546,4404.245736 +462,0.549774164,-0.463663986,416,0.141441293,0.167552546,2952.6006942 +463,0.29245874,1.095549818,416,0.141441293,0.167552546,3701.1466969 +464,0.143625958,0.816809593,416,0.141441293,0.167552546,2571.7177158 +465,0.671902494,0.611159853,416,0.141441293,0.167552546,2599.7315915 +466,1.239840988,0.6724199,416,0.141441293,0.167552546,4351.4642835 +467,0.607829703,-0.10932137,416,0.141441293,0.167552546,2142.570627 +468,1.763020906,0.263996692,416,0.141441293,0.167552546,6240.935374 +469,0.378714634,0.726066797,416,0.141441293,0.167552546,2362.1812881 +470,2.196736143,-0.153862366,416,0.141441293,0.167552546,8202.197228 +471,0.01702415,0.148991565,416,0.141441293,0.167552546,492.16355349 +472,-2.998490902,-0.158002487,416,0.141441293,0.167552546,12405.468002 +473,-3.051262951,-0.346595608,416,0.141441293,0.167552546,11708.21056 +474,-1.069176439,0.182802941,416,0.141441293,0.167552546,4712.0017704 +475,0.167157509,0.595344954,416,0.141441293,0.167552546,1697.0610561 +476,0.613855648,0.681746124,416,0.141441293,0.167552546,2634.5885274 +477,1.037012736,0.682555367,416,0.141441293,0.167552546,3754.4083184 +478,-1.253574971,0.379755746,416,0.141441293,0.167552546,5335.3439551 +479,3.108590453,-0.132620738,416,0.141441293,0.167552546,11746.83077 +480,0.565301296,0.022333262,416,0.141441293,0.167552546,1766.0215769 +481,0.547898238,0.855555614,416,0.141441293,0.167552546,3039.0098068 +482,0.948309381,0.417393755,416,0.141441293,0.167552546,3199.5122096 +483,-0.050600732,0.945269213,416,0.141441293,0.167552546,3139.9988552 +484,-0.977651478,-0.572363064,416,0.141441293,0.167552546,5132.9789031 +485,1.102014914,0.728861163,416,0.141441293,0.167552546,3997.4179653 +486,2.927300795,-0.282939414,416,0.141441293,0.167552546,10997.520519 +487,-1.154565557,0.124434095,416,0.141441293,0.167552546,5072.3172206 +488,1.855331234,0.291044755,416,0.141441293,0.167552546,6566.3323794 +489,0.830290659,0.276904518,416,0.141441293,0.167552546,2692.2825887 +490,0.485104466,-0.234867441,416,0.141441293,0.167552546,2089.6149017 +491,0.521367572,-0.33161327,416,0.141441293,0.167552546,2471.9654449 +1,-1.539031704,0.7349710123,417,2.931321023,-0.506718887,8209.0673669 +2,-1.536990553,0.7349663874,417,2.931321023,-0.506718887,8214.8705288 +3,-1.534951779,0.7349571355,417,2.931321023,-0.506718887,8220.664152 +4,-1.532906461,0.7349480293,417,2.931321023,-0.506718887,8226.478357 +5,-1.531320211,0.7346937278,417,2.931321023,-0.506718887,8230.7477307 +6,-1.539451648,0.7335131775,417,2.931321023,-0.506718887,8206.4235602 +7,-1.537429487,0.7335445708,417,2.931321023,-0.506718887,8212.2144259 +8,-1.535484998,0.7335658704,417,2.931321023,-0.506718887,8217.7754387 +9,-1.533488396,0.7336036027,417,2.931321023,-0.506718887,8223.5025226 +10,-1.531497785,0.7335842962,417,2.931321023,-0.506718887,8229.158059 +11,-1.530259379,0.7334777758,417,2.931321023,-0.506718887,8232.5852189 +12,-1.5335454,0.7322346912,417,2.931321023,-0.506718887,8221.9931895 +13,-1.531489083,0.7322238773,417,2.931321023,-0.506718887,8227.8504083 +14,-1.530011122,0.7321679851,417,2.931321023,-0.506718887,8232.0143281 +15,-1.53348106,0.7306614094,417,2.931321023,-0.506718887,8220.6242889 +16,-1.531441779,0.7306962275,417,2.931321023,-0.506718887,8226.4847698 +17,-1.529755654,0.7306933243,417,2.931321023,-0.506718887,8231.3003526 +18,-1.533415048,0.7291384674,417,2.931321023,-0.506718887,8219.3054399 +19,-1.531392093,0.7291705353,417,2.931321023,-0.506718887,8225.1233818 +20,-1.529296523,0.7291214933,417,2.931321023,-0.506718887,8231.07084 +21,-1.535280942,0.727267644,417,2.931321023,-0.506718887,8212.10412 +22,-1.533378158,0.7276139666,417,2.931321023,-0.506718887,8217.8973443 +23,-1.531340368,0.7276446587,417,2.931321023,-0.506718887,8223.7631913 +24,-1.528960113,0.7276398177,417,2.931321023,-0.506718887,8230.5766054 +25,-1.533313146,0.7260818349,417,2.931321023,-0.506718887,8216.5577326 +26,-1.531259555,0.7260958115,417,2.931321023,-0.506718887,8222.4591563 +27,-1.528926415,0.7260865555,417,2.931321023,-0.506718887,8229.1410653 +28,-1.531226779,0.7245511789,417,2.931321023,-0.506718887,8221.0170333 +29,-1.528904772,0.7245519194,417,2.931321023,-0.506718887,8227.6846178 +30,-1.547195875,0.7409785979,417,2.931321023,-0.506718887,8191.883234 +31,-1.5451475,0.740980426,417,2.931321023,-0.506718887,8197.6793493 +32,-1.543097679,0.7409798872,417,2.931321023,-0.506718887,8203.4789657 +33,-1.540720364,0.7409892687,417,2.931321023,-0.506718887,8210.2172187 +34,-1.547188511,0.7395198392,417,2.931321023,-0.506718887,8190.4470287 +35,-1.545148587,0.7395226109,417,2.931321023,-0.506718887,8196.2267291 +36,-1.543104538,0.7395314908,417,2.931321023,-0.506718887,8202.0258975 +37,-1.540727751,0.7395306258,417,2.931321023,-0.506718887,8208.7601482 +38,-1.547187029,0.7380014886,417,2.931321023,-0.506718887,8188.9301281 +39,-1.545147315,0.7380012252,417,2.931321023,-0.506718887,8194.7130012 +40,-1.54310719,0.7380060743,417,2.931321023,-0.506718887,8200.5038829 +41,-1.540719671,0.7380068206,417,2.931321023,-0.506718887,8207.2781327 +42,-1.547187189,0.7364799098,417,2.931321023,-0.506718887,8187.4006999 +43,-1.545149996,0.7364853874,417,2.931321023,-0.506718887,8193.1889528 +44,-1.543106091,0.7364823484,417,2.931321023,-0.506718887,8198.9894782 +45,-1.540717158,0.7364893901,417,2.931321023,-0.506718887,8205.7819567 +46,-1.538663972,0.7410138672,417,2.931321023,-0.506718887,8216.0637955 +47,-1.53695285,0.7409699132,417,2.931321023,-0.506718887,8220.8671 +48,-1.534910498,0.7409641297,417,2.931321023,-0.506718887,8226.6475101 +49,-1.533145034,0.7409536636,417,2.931321023,-0.506718887,8231.6403964 +50,-1.538681336,0.7395405883,417,2.931321023,-0.506718887,8214.5707496 +51,-1.536999189,0.7395183096,417,2.931321023,-0.506718887,8219.3184882 +52,-1.534923633,0.7395144222,417,2.931321023,-0.506718887,8225.2014099 +53,-1.533267822,0.7395654306,417,2.931321023,-0.506718887,8229.94838 +54,-1.53867273,0.7380151077,417,2.931321023,-0.506718887,8213.0954631 +55,-1.536980576,0.7379994392,417,2.931321023,-0.506718887,8217.883672 +56,-1.534931522,0.7379944961,417,2.931321023,-0.506718887,8223.6972305 +57,-1.533387952,0.7379480264,417,2.931321023,-0.506718887,8228.0362109 +58,-1.538682279,0.7364914363,417,2.931321023,-0.506718887,8211.5656749 +59,-1.536980704,0.7364810563,417,2.931321023,-0.506718887,8216.3914603 +60,-1.534935567,0.7364752065,417,2.931321023,-0.506718887,8222.1997947 +61,-1.533042592,0.7363876366,417,2.931321023,-0.506718887,8227.4974218 +62,-1.545143426,0.7349628011,417,2.931321023,-0.506718887,8191.6797695 +63,-1.543105297,0.7349691947,417,2.931321023,-0.506718887,8197.4800935 +64,-1.541064533,0.7349647152,417,2.931321023,-0.506718887,8203.2787806 +65,-1.545411803,0.7334624714,417,2.931321023,-0.506718887,8189.4060274 +66,-1.543446606,0.7334780896,417,2.931321023,-0.506718887,8195.0144728 +67,-1.541475327,0.7334957295,417,2.931321023,-0.506718887,8200.6437529 +68,-1.545401939,0.731963266,417,2.931321023,-0.506718887,8187.9198045 +69,-1.54342253,0.7319915583,417,2.931321023,-0.506718887,8193.5879579 +70,-1.541455867,0.7320216438,417,2.931321023,-0.506718887,8199.2229979 +71,-1.545410146,0.7304422281,417,2.931321023,-0.506718887,8186.3554487 +72,-1.543435491,0.7304713664,417,2.931321023,-0.506718887,8192.0174874 +73,-1.541463105,0.7304997613,417,2.931321023,-0.506718887,8197.6737076 +74,-1.545414768,0.7289194936,417,2.931321023,-0.506718887,8184.7949191 +75,-1.543435774,0.7289538557,417,2.931321023,-0.506718887,8190.4812131 +76,-1.541457714,0.7289765881,417,2.931321023,-0.506718887,8196.1544749 +77,-1.539449415,0.7320555866,417,2.931321023,-0.506718887,8204.9767009 +78,-1.537429183,0.7321097681,417,2.931321023,-0.506718887,8210.7912146 +79,-1.535472649,0.7321497267,417,2.931321023,-0.506718887,8216.4111806 +80,-1.539457899,0.7305333307,417,2.931321023,-0.506718887,8203.4301929 +81,-1.537453161,0.7305750503,417,2.931321023,-0.506718887,8209.1948678 +82,-1.535479385,0.7306124949,417,2.931321023,-0.506718887,8214.8681951 +83,-1.53946905,0.7290102593,417,2.931321023,-0.506718887,8201.8704929 +84,-1.537459922,0.7290417293,417,2.931321023,-0.506718887,8207.6441798 +85,-1.535451349,0.7290890157,417,2.931321023,-0.506718887,8213.4334494 +86,-1.535522937,0.7279887191,417,2.931321023,-0.506718887,8212.1316189 +87,-1.539442524,0.7274735939,417,2.931321023,-0.506718887,8200.4001156 +88,-1.537424111,0.727521351,417,2.931321023,-0.506718887,8206.2234822 +89,-1.539384641,0.7259505092,417,2.931321023,-0.506718887,8199.0286811 +90,-1.537372391,0.7259947145,417,2.931321023,-0.506718887,8204.8376113 +91,-1.535340789,0.7260435356,417,2.931321023,-0.506718887,8210.7079441 +92,-1.539325716,0.7244369706,417,2.931321023,-0.506718887,8197.6656089 +93,-1.537308932,0.7244801057,417,2.931321023,-0.506718887,8203.4931633 +94,-1.535289068,0.7245247645,417,2.931321023,-0.506718887,8209.3324269 +95,-1.533261366,0.7245550236,417,2.931321023,-0.506718887,8215.181106 +96,-1.539267302,0.722921924,417,2.931321023,-0.506718887,8196.2952985 +97,-1.537248972,0.7229660258,417,2.931321023,-0.506718887,8202.1349715 +98,-1.535219431,0.7229916471,417,2.931321023,-0.506718887,8207.9895644 +99,-1.53318962,0.7230212049,417,2.931321023,-0.506718887,8213.8503901 +100,-1.531154816,0.7230299897,417,2.931321023,-0.506718887,8219.7062827 +101,-1.528878341,0.7230370244,417,2.931321023,-0.506718887,8226.2568551 +102,-1.539218189,0.7214009878,417,2.931321023,-0.506718887,8194.888007 +103,-1.537198791,0.7214422745,417,2.931321023,-0.506718887,8200.7346052 +104,-1.535179266,0.7214634354,417,2.931321023,-0.506718887,8206.562593 +105,-1.533156501,0.7214944644,417,2.931321023,-0.506718887,8212.411366 +106,-1.53113574,0.7215166021,417,2.931321023,-0.506718887,8218.2469143 +107,-1.528874248,0.7215345535,417,2.931321023,-0.506718887,8224.7726391 +108,-1.539217656,0.7198512397,417,2.931321023,-0.506718887,8193.3071437 +109,-1.537199919,0.7199428763,417,2.931321023,-0.506718887,8199.2070004 +110,-1.545425832,0.727397149,417,2.931321023,-0.506718887,8183.2117008 +111,-1.543371177,0.7273916949,417,2.931321023,-0.506718887,8189.0804501 +112,-1.541368852,0.7274523163,417,2.931321023,-0.506718887,8194.8682281 +113,-1.545349067,0.7258710923,417,2.931321023,-0.506718887,8181.8713406 +114,-1.54332671,0.7258603556,417,2.931321023,-0.506718887,8187.6490172 +115,-1.541346831,0.7259242142,417,2.931321023,-0.506718887,8193.3826041 +116,-1.545324355,0.7243383958,417,2.931321023,-0.506718887,8180.3708799 +117,-1.543292796,0.7243617413,417,2.931321023,-0.506718887,8186.2163888 +118,-1.541295822,0.7244024384,417,2.931321023,-0.506718887,8191.9819711 +119,-1.543193859,0.7205570215,417,2.931321023,-0.506718887,8182.5968971 +120,-1.550257047,0.7386738187,417,2.931321023,-0.506718887,8180.9077689 +121,-1.549335448,0.7311736483,417,2.931321023,-0.506718887,8175.9114632 +122,-1.533478843,0.7179891343,417,2.931321023,-0.506718887,8207.9414528 +123,-1.556150555,0.738907041,417,2.931321023,-0.506718887,8164.4626532 +124,-1.554324226,0.733414257,417,2.931321023,-0.506718887,8164.013262 +125,-1.554290846,0.7288285332,417,2.931321023,-0.506718887,8159.3735846 +126,-1.55122487,0.7219795312,417,2.931321023,-0.506718887,8161.0155441 +127,-1.525104458,0.7229399862,417,2.931321023,-0.506718887,8237.013616 +128,-1.519607711,0.7236181429,417,2.931321023,-0.506718887,8253.4924949 +129,-1.513899999,0.7251107854,417,2.931321023,-0.506718887,8271.3546665 +130,-1.536620762,0.7431061895,417,2.931321023,-0.506718887,8223.8839976 +131,-1.5369566,0.7460845958,417,2.931321023,-0.506718887,8225.8154422 +132,-1.545345528,0.7447040685,417,2.931321023,-0.506718887,8200.8037249 +133,-1.532813921,0.7432306626,417,2.931321023,-0.506718887,8234.7723999 +134,-1.554788248,0.7382381001,417,2.931321023,-0.506718887,8167.6355098 +135,-1.540348126,0.7301594274,417,2.931321023,-0.506718887,8200.5139825 +136,-1.538016084,0.7239051786,417,2.931321023,-0.506718887,8200.8835258 +137,-1.525288962,0.7258085137,417,2.931321023,-0.506718887,8239.3046334 +138,-1.534326986,0.731241342,417,2.931321023,-0.506718887,8218.781904 +139,-1.530733872,0.7303625216,417,2.931321023,-0.506718887,8228.179672 +141,-1.534354939,0.7328219978,417,2.931321023,-0.506718887,8220.2629537 +142,-1.53157084,0.7292888153,417,2.931321023,-0.506718887,8224.72882 +143,-1.525691035,0.7263799874,417,2.931321023,-0.506718887,8238.7111569 +144,-1.534031287,0.7495967835,417,2.931321023,-0.506718887,8237.4212943 +145,-1.527714986,0.7283095957,417,2.931321023,-0.506718887,8234.8015476 +146,-1.526189586,0.7271468292,417,2.931321023,-0.506718887,8238.0328688 +147,-1.555177336,0.7375563366,417,2.931321023,-0.506718887,8165.8379178 +148,-1.555080283,0.7312707794,417,2.931321023,-0.506718887,8159.6533011 +149,-1.53856994,0.7224180299,417,2.931321023,-0.506718887,8197.7856295 +150,-1.530837883,0.729933372,417,2.931321023,-0.506718887,8227.4602092 +151,-1.515066984,0.5854133365,417,2.931321023,-0.506718887,8114.0402583 +152,-1.534731633,0.5368370046,417,2.931321023,-0.506718887,7988.7759619 +153,-1.515231902,0.5607085576,417,2.931321023,-0.506718887,8082.3794398 +154,-2.616253799,1.0684566605,417,2.931321023,-0.506718887,6671.4105855 +155,-1.956071439,0.5792177723,417,2.931321023,-0.506718887,6771.2602042 +156,-1.951208514,0.5602434208,417,2.931321023,-0.506718887,6748.2187171 +157,-1.944675062,0.6062144545,417,2.931321023,-0.506718887,6856.3175787 +158,-1.613778386,0.6077989518,417,2.931321023,-0.506718887,7837.5019251 +159,-2.035029014,0.6021432345,417,2.931321023,-0.506718887,6594.2129464 +160,-2.114989471,0.6801825058,417,2.931321023,-0.506718887,6548.82493 +161,-2.037382079,0.5765830025,417,2.931321023,-0.506718887,6534.1717732 +162,-2.129855121,0.6585019963,417,2.931321023,-0.506718887,6462.279625 +163,-2.075141798,0.6493615843,417,2.931321023,-0.506718887,6585.2879287 +164,-1.828626729,0.6948433129,417,2.931321023,-0.506718887,7341.0737544 +165,-1.863329418,0.6735427691,417,2.931321023,-0.506718887,7208.7368236 +166,-1.266037071,0.727988852,417,2.931321023,-0.506718887,8995.6221566 +167,-1.277579582,0.7249010648,417,2.931321023,-0.506718887,8960.3601361 +168,-1.258418684,0.7241194816,417,2.931321023,-0.506718887,9016.5707024 +169,-1.317813974,0.6804850104,417,2.931321023,-0.506718887,8815.7293293 +170,-1.344165204,0.6790988904,417,2.931321023,-0.506718887,8734.8299757 +171,-1.427582102,0.5277120351,417,2.931321023,-0.506718887,8322.8382532 +172,-1.402238616,0.457167829,417,2.931321023,-0.506718887,8315.9329784 +173,-1.422454264,0.4996161999,417,2.931321023,-0.506718887,8304.4579429 +174,-1.439089277,0.4894859811,417,2.931321023,-0.506718887,8236.5179442 +175,-1.448126995,0.5182330266,417,2.931321023,-0.506718887,8244.0969162 +176,-1.474626146,0.5881926574,417,2.931321023,-0.506718887,8244.4683521 +177,-1.421139645,0.5584869783,417,2.931321023,-0.506718887,8380.247162 +178,-1.457037165,0.565943032,417,2.931321023,-0.506718887,8274.0118671 +179,-2.757159358,0.3745319,417,2.931321023,-0.506718887,4164.0293484 +180,-2.714309238,0.342054471,417,2.931321023,-0.506718887,4152.0948453 +181,-2.000525337,0.774119946,417,2.931321023,-0.506718887,7032.3290847 +183,-1.571413436,0.6777838382,417,2.931321023,-0.506718887,8053.3743224 +184,-1.552860289,0.6987663893,417,2.931321023,-0.506718887,8131.490861 +185,-1.521852374,0.7165827476,417,2.931321023,-0.506718887,8240.1030993 +186,-1.503656267,0.6928968252,417,2.931321023,-0.506718887,8269.5894205 +187,-1.502753178,0.7136205882,417,2.931321023,-0.506718887,8292.573409 +188,-1.631894563,0.7343596465,417,2.931321023,-0.506718887,7946.0755294 +189,-1.653765416,0.6770714026,417,2.931321023,-0.506718887,7811.2896328 +190,-1.719812114,0.6715965947,417,2.931321023,-0.506718887,7612.413579 +191,-1.493406659,0.6646955447,417,2.931321023,-0.506718887,8271.2372268 +192,-1.469120564,0.6613469966,417,2.931321023,-0.506718887,8341.046889 +193,-1.590551461,0.5326612937,417,2.931321023,-0.506718887,7804.8979619 +194,-1.625979264,0.5247742243,417,2.931321023,-0.506718887,7680.7743615 +195,-1.572293943,0.5238808754,417,2.931321023,-0.506718887,7850.5886711 +196,-1.610848725,0.5477107964,417,2.931321023,-0.506718887,7762.3287885 +197,-1.208485554,0.7918526018,417,2.931321023,-0.506718887,9173.9782971 +198,-1.335601374,0.6869083083,417,2.931321023,-0.506718887,8766.1579798 +199,-1.346156996,0.6825213377,417,2.931321023,-0.506718887,8731.234631 +200,-1.324381037,0.6741422347,417,2.931321023,-0.506718887,8791.4892252 +201,-1.242424992,0.7378949807,417,2.931321023,-0.506718887,9068.3036276 +202,-1.270370057,0.7392461008,417,2.931321023,-0.506718887,8987.1984733 +203,-1.448950472,0.7441675014,417,2.931321023,-0.506718887,8474.1177238 +204,-1.492662363,0.7523026852,417,2.931321023,-0.506718887,8356.5059508 +205,-1.479098966,0.7763855017,417,2.931321023,-0.506718887,8413.9215653 +206,-1.633760714,0.7869022408,417,2.931321023,-0.506718887,8001.4032346 +207,-1.647406434,0.8101289331,417,2.931321023,-0.506718887,7990.7944783 +208,-1.564245052,0.5701509278,417,2.931321023,-0.506718887,7940.0818676 +209,-1.646289963,0.6833746083,417,2.931321023,-0.506718887,7841.2983542 +210,-1.5820631,0.6751952144,417,2.931321023,-0.506718887,8018.919832 +211,-1.613236298,0.6681681791,417,2.931321023,-0.506718887,7918.4010942 +212,-1.914661867,0.8212566515,417,2.931321023,-0.506718887,7329.1462431 +213,-1.742133237,0.7250275956,417,2.931321023,-0.506718887,7626.8971481 +214,-2.033144872,0.6557314699,417,2.931321023,-0.506718887,6710.630719 +215,-2.039551981,0.6964723658,417,2.931321023,-0.506718887,6777.8492545 +216,-1.247341019,0.7622473908,417,2.931321023,-0.506718887,9060.5673718 +217,-1.298239787,0.7084123392,417,2.931321023,-0.506718887,8891.2004403 +218,-1.308539688,0.6926545592,417,2.931321023,-0.506718887,8851.4276864 +219,-1.303263185,0.6888938396,417,2.931321023,-0.506718887,8865.0930229 +220,-1.852400229,0.6004246149,417,2.931321023,-0.506718887,7111.8260166 +221,-1.288947707,0.7473773692,417,2.931321023,-0.506718887,8936.3144084 +222,-1.372031502,0.7472790993,417,2.931321023,-0.506718887,8696.7161825 +223,-1.289805721,0.7242157877,417,2.931321023,-0.506718887,8924.0225761 +224,-1.350807603,0.7533498126,417,2.931321023,-0.506718887,8760.9540345 +225,-1.329290365,0.7560442322,417,2.931321023,-0.506718887,8823.8822119 +226,-1.410153004,0.616936428,417,2.931321023,-0.506718887,8477.9891914 +227,-1.393445434,0.6308995063,417,2.931321023,-0.506718887,8543.5875656 +228,-1.37595573,0.6241540638,417,2.931321023,-0.506718887,8591.831788 +229,-1.358388707,0.6172645205,417,2.931321023,-0.506718887,8640.5902034 +230,-1.753741133,0.8281661666,417,2.931321023,-0.506718887,7738.8818515 +231,-1.47430987,0.6834615681,417,2.931321023,-0.506718887,8347.2598187 +232,-1.421012508,0.7222725206,417,2.931321023,-0.506718887,8538.015189 +233,-1.4476833,0.6978557868,417,2.931321023,-0.506718887,8439.5994672 +234,-1.470370723,0.6966193374,417,2.931321023,-0.506718887,8371.4074621 +235,-1.429211703,0.7037216883,417,2.931321023,-0.506718887,8499.2125228 +236,-1.700578405,0.6178673663,417,2.931321023,-0.506718887,7589.5015816 +237,-1.678117619,0.6331716163,417,2.931321023,-0.506718887,7678.9253763 +238,-1.725644578,0.6316331145,417,2.931321023,-0.506718887,7535.7759965 +239,-2.14012759,0.7930497945,417,2.931321023,-0.506718887,6739.1178633 +240,-2.103289431,0.7653606263,417,2.931321023,-0.506718887,6764.5087228 +241,-1.318739838,0.7017808746,417,2.931321023,-0.506718887,8826.2607126 +242,-1.396417427,0.7077900843,417,2.931321023,-0.506718887,8599.310213 +243,-1.35650337,0.7185539404,417,2.931321023,-0.506718887,8724.4630136 +244,-1.248884539,0.7274156818,417,2.931321023,-0.506718887,9045.9150083 +245,-1.395014798,0.5761185243,417,2.931321023,-0.506718887,8483.6051187 +246,-1.433377362,0.6064716109,417,2.931321023,-0.506718887,8394.4844682 +247,-1.408172432,0.5903155476,417,2.931321023,-0.506718887,8456.8268325 +248,-1.749645898,0.7757118084,417,2.931321023,-0.506718887,7678.2453173 +249,-1.571626686,0.615046989,417,2.931321023,-0.506718887,7975.9691183 +250,-1.514070049,0.6303003037,417,2.931321023,-0.506718887,8170.7562738 +251,-1.480890369,0.6237966528,417,2.931321023,-0.506718887,8265.4306357 +252,-1.704390658,0.5281680612,417,2.931321023,-0.506718887,7438.8773225 +253,-1.64434733,0.5254277498,417,2.931321023,-0.506718887,7623.548338 +254,-1.703855997,0.4792484842,417,2.931321023,-0.506718887,7361.0085294 +255,-1.692002383,0.5748825051,417,2.931321023,-0.506718887,7550.4600613 +256,-1.854136457,0.5544643913,417,2.931321023,-0.506718887,7024.5299031 +257,-1.665021206,0.520317736,417,2.931321023,-0.506718887,7550.3080422 +258,-1.733654349,0.4845187345,417,2.931321023,-0.506718887,7274.9161836 +259,-1.720938188,0.5135933906,417,2.931321023,-0.506718887,7363.3806175 +260,-1.742668307,0.553296122,417,2.931321023,-0.506718887,7360.8377727 +261,-1.965659039,0.7142126903,417,2.931321023,-0.506718887,7005.880302 +262,-1.944438071,0.6772834804,417,2.931321023,-0.506718887,6992.4978197 +263,-1.270340967,0.7681487096,417,2.931321023,-0.506718887,8996.4669299 +264,-1.353091884,0.6549276821,417,2.931321023,-0.506718887,8689.2639312 +265,-1.333236659,0.6413584414,417,2.931321023,-0.506718887,8739.8300558 +266,-1.352015998,0.6753788907,417,2.931321023,-0.506718887,8708.3015988 +267,-1.377988483,0.6577816235,417,2.931321023,-0.506718887,8615.1660283 +268,-2.13075611,0.8318642051,417,2.931321023,-0.506718887,6846.333156 +269,-2.097910953,0.8259670014,417,2.931321023,-0.506718887,6907.2061038 +270,-1.416382069,0.6694271549,417,2.931321023,-0.506718887,8508.2644812 +271,-1.538905672,0.7535625993,417,2.931321023,-0.506718887,8227.5031402 +272,-1.572309477,0.7803125099,417,2.931321023,-0.506718887,8160.8898465 +273,-1.87759879,0.7503853417,417,2.931321023,-0.506718887,7301.9811 +274,1.152365588,0.590457682,417,2.931321023,-0.506718887,7940.0664265 +275,0.350198001,0.718001859,417,2.931321023,-0.506718887,10458.689222 +276,0.046513677,0.491503852,417,2.931321023,-0.506718887,11549.351617 +277,0.027510309,0.742571376,417,2.931321023,-0.506718887,11240.286894 +278,0.306285725,-0.214631579,417,2.931321023,-0.506718887,8970.0082191 +279,-1.100564889,0.318051531,417,2.931321023,-0.506718887,9153.107875 +280,-1.078582306,0.301437596,417,2.931321023,-0.506718887,9202.980315 +281,-1.137371989,-0.617634065,417,2.931321023,-0.506718887,6805.3008538 +282,0.784356344,0.703272339,417,2.931321023,-0.506718887,9168.6513088 +283,-1.221209947,0.218327455,417,2.931321023,-0.506718887,8568.771625 +284,2.347301921,-0.449114658,417,2.931321023,-0.506718887,2059.9246521 +285,0.246820618,0.830553713,417,2.931321023,-0.506718887,10546.748999 +286,0.829414965,0.703288228,417,2.931321023,-0.506718887,9033.1803634 +287,-1.337537566,0.42332223,417,2.931321023,-0.506718887,8488.2483739 +288,0.882453706,0.454478077,417,2.931321023,-0.506718887,8645.890857 +289,1.575629659,0.416419109,417,2.931321023,-0.506718887,6323.4282117 +290,-1.039455679,0.229888244,417,2.931321023,-0.506718887,9214.4333024 +291,0.489558039,0.934482747,417,2.931321023,-0.506718887,9815.2854617 +292,0.081344504,0.88384514,417,2.931321023,-0.506718887,10715.616289 +293,-1.547979814,0.300350308,417,2.931321023,-0.506718887,7581.3251926 +294,0.040776181,0.168560074,417,2.931321023,-0.506718887,10812.168474 +295,-1.130374745,0.563894876,417,2.931321023,-0.506718887,9332.3773091 +296,1.578326642,0.478507176,417,2.931321023,-0.506718887,6442.8747313 +297,-1.12861823,-0.291640865,417,2.931321023,-0.506718887,7718.4423925 +298,0.310524208,0.770885792,417,2.931321023,-0.506718887,10501.535238 +299,0.415649091,-0.387246002,417,2.931321023,-0.506718887,8172.7858817 +300,-0.926533878,-0.188022748,417,2.931321023,-0.506718887,8562.6743303 +301,1.258856172,-0.11716081,417,2.931321023,-0.506718887,6346.3286483 +302,-1.126050026,0.322941926,417,2.931321023,-0.506718887,9072.3936626 +303,2.002785835,0.07893892,417,2.931321023,-0.506718887,4221.4894917 +304,0.440437607,0.746258085,417,2.931321023,-0.506718887,10174.08605 +305,-0.030391866,0.214441206,417,2.931321023,-0.506718887,11109.650569 +306,0.521557815,-0.058929362,417,2.931321023,-0.506718887,8874.6399579 +307,-0.097005111,0.13317729,417,2.931321023,-0.506718887,10905.099457 +308,1.83113859,0.221857587,417,2.931321023,-0.506718887,5098.0222417 +309,0.222428864,0.099404236,417,2.931321023,-0.506718887,10157.629409 +310,-1.702731345,0.8728568183,417,2.931321023,-0.506718887,7920.4941346 +311,-0.418507569,0.278324921,417,2.931321023,-0.506718887,11262.718623 +312,-1.41153306,0.339029988,417,2.931321023,-0.506718887,8111.7910165 +313,0.357560442,0.114788776,417,2.931321023,-0.506718887,9815.8769722 +314,0.325818979,0.268352149,417,2.931321023,-0.506718887,10272.363436 +315,-1.246004659,-0.663679965,417,2.931321023,-0.506718887,6428.8898152 +316,1.814603087,0.637404484,417,2.931321023,-0.506718887,6145.0922506 +317,1.843704281,-0.18300445,417,2.931321023,-0.506718887,4203.7418184 +318,1.690644492,-0.211480909,417,2.931321023,-0.506718887,4682.3091927 +319,-1.275451936,0.068109467,417,2.931321023,-0.506718887,8095.3534025 +320,0.762430171,-0.207594741,417,2.931321023,-0.506718887,7773.2681765 +321,0.265668905,-0.014647884,417,2.931321023,-0.506718887,9702.8728897 +322,-2.773032013,-0.335515811,417,2.931321023,-0.506718887,2190.8768337 +323,-1.469512853,0.174058777,417,2.931321023,-0.506718887,7629.8815696 +324,0.286276986,0.785925691,417,2.931321023,-0.506718887,10539.599865 +325,-1.379324697,0.377432233,417,2.931321023,-0.506718887,8280.7209045 +326,-1.203778265,0.212813032,417,2.931321023,-0.506718887,8619.0612418 +327,0.579916301,0.611743168,417,2.931321023,-0.506718887,9781.0086521 +328,0.267582642,0.868113908,417,2.931321023,-0.506718887,10418.586319 +329,0.412869244,-0.050245578,417,2.931321023,-0.506718887,9209.4857551 +330,0.17524381,0.976660285,417,2.931321023,-0.506718887,10289.265068 +331,0.743157214,0.204812899,417,2.931321023,-0.506718887,8742.5549274 +332,-1.070758176,0.269382282,417,2.931321023,-0.506718887,9176.9459671 +333,-1.230364251,0.329790229,417,2.931321023,-0.506718887,8721.7480267 +334,-1.374813124,-0.024926835,417,2.931321023,-0.506718887,7567.9275886 +335,0.519780566,0.463669906,417,2.931321023,-0.506718887,9893.396425 +336,-1.55108034,0.239698561,417,2.931321023,-0.506718887,7465.5663862 +337,0.180294813,0.029739425,417,2.931321023,-0.506718887,10047.925182 +338,0.67820924,0.268170153,417,2.931321023,-0.506718887,9078.3393689 +339,0.445798684,1.024001867,417,2.931321023,-0.506718887,9732.8604063 +340,0.691751283,0.150521402,417,2.931321023,-0.506718887,8814.3723419 +341,-1.036643551,-0.903056181,417,2.931321023,-0.506718887,6165.4778415 +342,-0.120287036,1.083325163,417,2.931321023,-0.506718887,10147.900639 +343,2.823513113,-0.304487164,417,2.931321023,-0.506718887,891.50840013 +344,0.457583172,1.12513373,417,2.931321023,-0.506718887,9485.528971 +345,0.042918831,0.813795399,417,2.931321023,-0.506718887,10997.574737 +346,1.196146777,-0.853142756,417,2.931321023,-0.506718887,5132.760236 +347,0.206001358,-0.010430701,417,2.931321023,-0.506718887,9859.3021445 +348,-0.268308653,0.234799412,417,2.931321023,-0.506718887,11345.858677 +349,0.759363263,0.736189579,417,2.931321023,-0.506718887,9250.9684686 +350,0.181363926,0.891988372,417,2.931321023,-0.506718887,10526.654996 +351,-0.021111158,0.139103292,417,2.931321023,-0.506718887,10826.016893 +352,-0.093355215,0.630686981,417,2.931321023,-0.506718887,11817.031559 +353,0.40118964,0.681375926,417,2.931321023,-0.506718887,10336.163371 +354,-0.721197315,1.304706234,417,2.931321023,-0.506718887,9123.6567197 +355,-1.076150317,0.212107639,417,2.931321023,-0.506718887,9056.1486197 +356,-1.577164531,0.273993443,417,2.931321023,-0.506718887,7436.1165096 +357,-0.190788414,0.182208586,417,2.931321023,-0.506718887,11156.43736 +358,-0.261349752,0.209710184,417,2.931321023,-0.506718887,11252.394388 +359,-1.029303852,0.083549259,417,2.931321023,-0.506718887,8949.8449355 +360,-1.268609162,0.330525297,417,2.931321023,-0.506718887,8590.6771135 +361,1.282982244,-0.926641967,417,2.931321023,-0.506718887,4816.6378062 +362,0.217352334,0.731352408,417,2.931321023,-0.506718887,10811.487172 +363,-1.511833084,0.258629297,417,2.931321023,-0.506718887,7633.8485394 +364,0.338812194,0.823184618,417,2.931321023,-0.506718887,10345.702133 +365,-0.324406489,1.134201999,417,2.931321023,-0.506718887,9942.2043344 +366,1.389579348,0.399185724,417,2.931321023,-0.506718887,6879.3828207 +367,2.047152199,-0.039082036,417,2.931321023,-0.506718887,3805.9801088 +368,0.947780369,0.568250077,417,2.931321023,-0.506718887,8560.8939535 +369,0.763824846,0.576754987,417,2.931321023,-0.506718887,9164.8071901 +370,-0.142334657,0.928153068,417,2.931321023,-0.506718887,10762.881373 +371,0.610266567,0.547265983,417,2.931321023,-0.506718887,9651.3735826 +372,0.210731629,0.746815056,417,2.931321023,-0.506718887,10801.707494 +373,-1.34931644,0.316895224,417,2.931321023,-0.506718887,8290.8354301 +374,2.407696481,0.655030745,417,2.931321023,-0.506718887,4994.9617316 +375,0.64207831,0.545359131,417,2.931321023,-0.506718887,9543.9647857 +376,1.174597538,0.840588356,417,2.931321023,-0.506718887,8157.2433495 +377,0.660059424,0.010604079,417,2.931321023,-0.506718887,8617.9912175 +378,-0.730263819,0.010486456,417,2.931321023,-0.506718887,9664.8765615 +379,0.831068936,0.512339172,417,2.931321023,-0.506718887,8884.9949363 +380,1.301180979,0.72367476,417,2.931321023,-0.506718887,7681.5045032 +381,1.811128231,0.322854402,417,2.931321023,-0.506718887,5395.4878216 +382,0.435105812,0.992284428,417,2.931321023,-0.506718887,9818.405019 +383,0.62643634,0.592027932,417,2.931321023,-0.506718887,9622.4907882 +384,0.492988703,-0.516339467,417,2.931321023,-0.506718887,7597.5523193 +385,-0.162469483,0.112549365,417,2.931321023,-0.506718887,10872.338542 +386,0.314630866,0.472006421,417,2.931321023,-0.506718887,10608.500282 +387,0.166744804,0.822815954,417,2.931321023,-0.506718887,10737.991024 +388,0.417159608,0.965805736,417,2.931321023,-0.506718887,9906.4738039 +389,0.106334961,0.868774244,417,2.931321023,-0.506718887,10723.050087 +390,0.815086969,-0.338144359,417,2.931321023,-0.506718887,7292.1668772 +391,0.59867455,-0.230624824,417,2.931321023,-0.506718887,8189.7267523 +392,1.915104874,0.066220985,417,2.931321023,-0.506718887,4473.1564564 +393,1.278093622,0.064463721,417,2.931321023,-0.506718887,6631.0505626 +394,-0.061477853,0.302997961,417,2.931321023,-0.506718887,11472.789523 +395,0.251311504,0.626976942,417,2.931321023,-0.506718887,10835.399138 +396,2.950242872,0.149095644,417,2.931321023,-0.506718887,2598.6865805 +397,-0.180294708,0.35375117,417,2.931321023,-0.506718887,11828.438067 +398,1.010448592,-0.351180233,417,2.931321023,-0.506718887,6676.935227 +399,-1.748740498,0.3686318073,417,2.931321023,-0.506718887,7024.5107308 +400,2.699635665,0.123533791,417,2.931321023,-0.506718887,2648.2948627 +401,0.496808033,0.823843254,417,2.931321023,-0.506718887,9946.3779292 +402,0.129574704,0.763364087,417,2.931321023,-0.506718887,10965.067623 +403,1.798920311,0.817447563,417,2.931321023,-0.506718887,6619.0488426 +404,0.335987953,0.746786541,417,2.931321023,-0.506718887,10466.334656 +405,-1.085413643,0.292154671,417,2.931321023,-0.506718887,9164.341329 +406,-0.155321003,0.508207011,417,2.931321023,-0.506718887,12253.532841 +407,0.620529244,-0.301175104,417,2.931321023,-0.506718887,7934.6747723 +408,1.684402744,0.368716966,417,2.931321023,-0.506718887,5886.2696308 +409,0.300582244,-0.386397212,417,2.931321023,-0.506718887,8404.6615441 +410,2.913555946,-0.009225192,417,2.931321023,-0.506718887,1971.7173057 +411,1.465101417,0.493232532,417,2.931321023,-0.506718887,6815.891006 +412,0.090612882,0.907955955,417,2.931321023,-0.506718887,10624.956307 +413,2.987564726,-0.729568594,417,2.931321023,-0.506718887,900.99306045 +414,-1.484261606,0.224149272,417,2.931321023,-0.506718887,7668.7228073 +415,0.164073421,0.303955133,417,2.931321023,-0.506718887,10866.357943 +416,0.141441293,0.167552546,417,2.931321023,-0.506718887,10570.752657 +417,2.931321023,-0.506718887,417,2.931321023,-0.506718887,0 +418,2.21951565,0.700596356,417,2.931321023,-0.506718887,5451.68587 +419,0.268112576,1.199114336,417,2.931321023,-0.506718887,9486.9686566 +420,0.978913739,0.359223811,417,2.931321023,-0.506718887,8184.478008 +421,1.210898818,0.522863584,417,2.931321023,-0.506718887,7660.5670492 +422,2.347397336,0.129231362,417,2.931321023,-0.506718887,3362.3167806 +423,0.614394501,0.556878345,417,2.931321023,-0.506718887,9643.5650575 +424,-1.398079356,0.148483366,417,2.931321023,-0.506718887,7830.088641 +425,2.535303836,-0.112984496,417,2.931321023,-0.506718887,2150.1948697 +426,-1.019372593,-0.405322349,417,2.931321023,-0.506718887,7694.0941727 +427,-1.297785627,-0.160104069,417,2.931321023,-0.506718887,7527.7484205 +428,2.144554488,0.205051084,417,2.931321023,-0.506718887,4122.0388773 +429,-2.242387083,-0.426171285,417,2.931321023,-0.506718887,3891.3925132 +430,0.338637212,0.909723676,417,2.931321023,-0.506718887,10179.661818 +431,-0.148798452,0.691042401,417,2.931321023,-0.506718887,11686.733117 +432,0.893524764,0.441829531,417,2.931321023,-0.506718887,8592.3360223 +433,0.969229347,-0.368847936,417,2.931321023,-0.506718887,6762.5334705 +434,0.436043248,0.800045688,417,2.931321023,-0.506718887,10131.823806 +435,1.687946607,1.081504775,417,2.931321023,-0.506718887,7413.0750331 +436,0.522302046,-0.034889271,417,2.931321023,-0.506718887,8935.3977225 +437,-0.178996113,-0.438090009,417,2.931321023,-0.506718887,8699.5681979 +438,-1.094339566,0.301444068,417,2.931321023,-0.506718887,9148.4886919 +439,-1.064070054,0.242569932,417,2.931321023,-0.506718887,9153.1377666 +440,-1.068153768,0.230387998,417,2.931321023,-0.506718887,9117.1730654 +441,-3.00496892,-0.23989155,417,2.931321023,-0.506718887,1654.5366543 +442,0.21751974,0.766874888,417,2.931321023,-0.506718887,10746.780329 +443,0.117229532,0.007619006,417,2.931321023,-0.506718887,10111.150692 +444,0.777758451,0.420554741,417,2.931321023,-0.506718887,8959.3906966 +445,-0.252356999,0.250747086,417,2.931321023,-0.506718887,11418.276637 +446,0.363148444,0.768483434,417,2.931321023,-0.506718887,10364.822943 +447,0.903191366,-0.118210676,417,2.931321023,-0.506718887,7537.8456552 +448,-0.205755923,0.149406178,417,2.931321023,-0.506718887,11028.433031 +449,1.811996086,0.02364353,417,2.931321023,-0.506718887,4721.1536629 +450,-1.100670221,0.314845373,417,2.931321023,-0.506718887,9147.7585014 +451,0.340078597,0.850105132,417,2.931321023,-0.506718887,10295.029294 +452,0.258757267,0.804969236,417,2.931321023,-0.506718887,10572.029052 +453,2.78505352,-0.155160804,417,2.931321023,-0.506718887,1495.0175671 +454,0.800551619,0.105822106,417,2.931321023,-0.506718887,8355.9946361 +455,0.437940882,-0.506194031,417,2.931321023,-0.506718887,7741.4614593 +456,2.230431122,0.63458615,417,2.931321023,-0.506718887,5219.3205608 +457,0.527965361,0.127667701,417,2.931321023,-0.506718887,9311.2806393 +458,-0.063643205,0.702093448,417,2.931321023,-0.506718887,11535.346812 +459,1.408447268,0.133010502,417,2.931321023,-0.506718887,6312.4274962 +460,0.523795955,0.280266966,417,2.931321023,-0.506718887,9629.7876617 +461,-0.975769313,0.072177659,417,2.931321023,-0.506718887,9097.1140232 +462,0.549774164,-0.463663986,417,2.931321023,-0.506718887,7637.3032239 +463,0.29245874,1.095549818,417,2.931321023,-0.506718887,9778.9587805 +464,0.143625958,0.816809593,417,2.931321023,-0.506718887,10800.997347 +465,0.671902494,0.611159853,417,2.931321023,-0.506718887,9483.7808492 +466,1.239840988,0.6724199,417,2.931321023,-0.506718887,7785.7969316 +467,0.607829703,-0.10932137,417,2.931321023,-0.506718887,8487.0271069 +468,1.763020906,0.263996692,417,2.931321023,-0.506718887,5408.2061144 +469,0.378714634,0.726066797,417,2.931321023,-0.506718887,10368.664938 +470,2.196736143,-0.153862366,417,2.931321023,-0.506718887,3063.2745767 +471,0.01702415,0.148991565,417,2.931321023,-0.506718887,10793.553635 +472,-2.998490902,-0.158002487,417,2.931321023,-0.506718887,1905.862968 +473,-3.051262951,-0.346595608,417,2.931321023,-0.506718887,1253.6335925 +474,-1.069176439,0.182802941,417,2.931321023,-0.506718887,9024.0646916 +475,0.167157509,0.595344954,417,2.931321023,-0.506718887,11125.521933 +476,0.613855648,0.681746124,417,2.931321023,-0.506718887,9683.9989166 +477,1.037012736,0.682555367,417,2.931321023,-0.506718887,8396.3711792 +478,-1.253574971,0.379755746,417,2.931321023,-0.506718887,8714.9877505 +479,3.108590453,-0.132620738,417,2.931321023,-0.506718887,1622.6664872 +480,0.565301296,0.022333262,417,2.931321023,-0.506718887,8947.0203154 +481,0.547898238,0.855555614,417,2.931321023,-0.506718887,9782.9354251 +482,0.948309381,0.417393755,417,2.931321023,-0.506718887,8373.909029 +483,-0.050600732,0.945269213,417,2.931321023,-0.506718887,10646.963838 +484,-0.977651478,-0.572363064,417,2.931321023,-0.506718887,7288.9770156 +485,1.102014914,0.728861163,417,2.931321023,-0.506718887,8250.1108448 +486,2.927300795,-0.282939414,417,2.931321023,-0.506718887,886.51158511 +487,-1.154565557,0.124434095,417,2.931321023,-0.506718887,8619.0387915 +488,1.855331234,0.291044755,417,2.931321023,-0.506718887,5186.3743758 +489,0.830290659,0.276904518,417,2.931321023,-0.506718887,8566.8034564 +490,0.485104466,-0.234867441,417,2.931321023,-0.506718887,8481.2406546 +491,0.521367572,-0.33161327,417,2.931321023,-0.506718887,8102.4863044 +1,-1.539031704,0.7349710123,418,2.21951565,0.700596356,6341.8282427 +2,-1.536990553,0.7349663874,418,2.21951565,0.700596356,6344.4948393 +3,-1.534951779,0.7349571355,418,2.21951565,0.700596356,6347.1672494 +4,-1.532906461,0.7349480293,418,2.21951565,0.700596356,6349.8400362 +5,-1.531320211,0.7346937278,418,2.21951565,0.700596356,6352.7882122 +6,-1.539451648,0.7335131775,418,2.21951565,0.700596356,6346.4597198 +7,-1.537429487,0.7335445708,418,2.21951565,0.700596356,6348.9787947 +8,-1.535484998,0.7335658704,418,2.21951565,0.700596356,6351.4255399 +9,-1.533488396,0.7336036027,418,2.21951565,0.700596356,6353.8741225 +10,-1.531497785,0.7335842962,418,2.21951565,0.700596356,6356.510641 +11,-1.530259379,0.7334777758,418,2.21951565,0.700596356,6358.4839732 +12,-1.5335454,0.7322346912,418,2.21951565,0.700596356,6358.6720339 +13,-1.531489083,0.7322238773,418,2.21951565,0.700596356,6361.3665392 +14,-1.530011122,0.7321679851,418,2.21951565,0.700596356,6363.4698869 +15,-1.53348106,0.7306614094,418,2.21951565,0.700596356,6364.3541595 +16,-1.531441779,0.7306962275,418,2.21951565,0.700596356,6366.867804 +17,-1.529755654,0.7306933243,418,2.21951565,0.700596356,6369.0531754 +18,-1.533415048,0.7291384674,418,2.21951565,0.700596356,6369.859474 +19,-1.531392093,0.7291705353,418,2.21951565,0.700596356,6372.3652805 +20,-1.529296523,0.7291214933,418,2.21951565,0.700596356,6375.2460972 +21,-1.535280942,0.727267644,418,2.21951565,0.700596356,6374.0897824 +22,-1.533378158,0.7276139666,418,2.21951565,0.700596356,6375.3326826 +23,-1.531340368,0.7276446587,418,2.21951565,0.700596356,6377.866165 +24,-1.528960113,0.7276398177,418,2.21951565,0.700596356,6380.9605835 +25,-1.533313146,0.7260818349,418,2.21951565,0.700596356,6380.8696828 +26,-1.531259555,0.7260958115,418,2.21951565,0.700596356,6383.4866878 +27,-1.528926415,0.7260865555,418,2.21951565,0.700596356,6386.5400127 +28,-1.531226779,0.7245511789,418,2.21951565,0.700596356,6389.0300404 +29,-1.528904772,0.7245519194,418,2.21951565,0.700596356,6392.0375035 +30,-1.547195875,0.7409785979,418,2.21951565,0.700596356,6309.8719784 +31,-1.5451475,0.740980426,418,2.21951565,0.700596356,6312.5403785 +32,-1.543097679,0.7409798872,418,2.21951565,0.700596356,6315.2114721 +33,-1.540720364,0.7409892687,418,2.21951565,0.700596356,6318.2642863 +34,-1.547188511,0.7395198392,418,2.21951565,0.700596356,6315.0490012 +35,-1.545148587,0.7395226109,418,2.21951565,0.700596356,6317.706642 +36,-1.543104538,0.7395314908,418,2.21951565,0.700596356,6320.3404528 +37,-1.540727751,0.7395306258,418,2.21951565,0.700596356,6323.4331727 +38,-1.547187029,0.7380014886,418,2.21951565,0.700596356,6320.4293879 +39,-1.545147315,0.7380012252,418,2.21951565,0.700596356,6323.1012876 +40,-1.54310719,0.7380060743,418,2.21951565,0.700596356,6325.7480641 +41,-1.540719671,0.7380068206,418,2.21951565,0.700596356,6328.8534283 +42,-1.547187189,0.7364799098,418,2.21951565,0.700596356,6325.8190144 +43,-1.545149996,0.7364853874,418,2.21951565,0.700596356,6328.4710507 +44,-1.543106091,0.7364823484,418,2.21951565,0.700596356,6331.1545191 +45,-1.540717158,0.7364893901,418,2.21951565,0.700596356,6334.2437884 +46,-1.538663972,0.7410138672,418,2.21951565,0.700596356,6320.8381314 +47,-1.53695285,0.7409699132,418,2.21951565,0.700596356,6323.2028981 +48,-1.534910498,0.7409641297,418,2.21951565,0.700596356,6325.8526564 +49,-1.533145034,0.7409536636,418,2.21951565,0.700596356,6328.1565524 +50,-1.538681336,0.7395405883,418,2.21951565,0.700596356,6326.0497704 +51,-1.536999189,0.7395183096,418,2.21951565,0.700596356,6328.3031824 +52,-1.534923633,0.7395144222,418,2.21951565,0.700596356,6330.9926909 +53,-1.533267822,0.7395654306,418,2.21951565,0.700596356,6332.9401012 +54,-1.53867273,0.7380151077,418,2.21951565,0.700596356,6331.4804099 +55,-1.536980576,0.7379994392,418,2.21951565,0.700596356,6333.7263395 +56,-1.534931522,0.7379944961,418,2.21951565,0.700596356,6336.3891761 +57,-1.533387952,0.7379480264,418,2.21951565,0.700596356,6338.5422145 +58,-1.538682279,0.7364914363,418,2.21951565,0.700596356,6336.8810433 +59,-1.536980704,0.7364810563,418,2.21951565,0.700596356,6339.1235186 +60,-1.534935567,0.7364752065,418,2.21951565,0.700596356,6341.7882784 +61,-1.533042592,0.7363876366,418,2.21951565,0.700596356,6344.54043 +62,-1.545143426,0.7349628011,418,2.21951565,0.700596356,6333.8768071 +63,-1.543105297,0.7349691947,418,2.21951565,0.700596356,6336.5230266 +64,-1.541064533,0.7349647152,418,2.21951565,0.700596356,6339.203708 +65,-1.545411803,0.7334624714,418,2.21951565,0.700596356,6338.8425286 +66,-1.543446606,0.7334780896,418,2.21951565,0.700596356,6341.3652074 +67,-1.541475327,0.7334957295,418,2.21951565,0.700596356,6343.8815653 +68,-1.545401939,0.731963266,418,2.21951565,0.700596356,6344.1691847 +69,-1.54342253,0.7319915583,418,2.21951565,0.700596356,6346.6691067 +70,-1.541455867,0.7320216438,418,2.21951565,0.700596356,6349.1387297 +71,-1.545410146,0.7304422281,418,2.21951565,0.700596356,6349.5493975 +72,-1.543435491,0.7304713664,418,2.21951565,0.700596356,6352.0437687 +73,-1.541463105,0.7304997613,418,2.21951565,0.700596356,6354.5305664 +74,-1.545414768,0.7289194936,418,2.21951565,0.700596356,6354.940265 +75,-1.543435774,0.7289538557,418,2.21951565,0.700596356,6357.4254928 +76,-1.541457714,0.7289765881,418,2.21951565,0.700596356,6359.9434668 +77,-1.539449415,0.7320555866,418,2.21951565,0.700596356,6351.6393717 +78,-1.537429183,0.7321097681,418,2.21951565,0.700596356,6354.0785055 +79,-1.535472649,0.7321497267,418,2.21951565,0.700596356,6356.4778843 +80,-1.539457899,0.7305333307,418,2.21951565,0.700596356,6357.0346366 +81,-1.537453161,0.7305750503,418,2.21951565,0.700596356,6359.5016287 +82,-1.535479385,0.7306124949,418,2.21951565,0.700596356,6361.9360576 +83,-1.53946905,0.7290102593,418,2.21951565,0.700596356,6362.429216 +84,-1.537459922,0.7290417293,418,2.21951565,0.700596356,6364.9420952 +85,-1.535451349,0.7290890157,418,2.21951565,0.700596356,6367.3904651 +86,-1.535522937,0.7279887191,418,2.21951565,0.700596356,6371.210219 +87,-1.539442524,0.7274735939,418,2.21951565,0.700596356,6367.9213275 +88,-1.537424111,0.727521351,418,2.21951565,0.700596356,6370.3920873 +89,-1.539384641,0.7259505092,418,2.21951565,0.700596356,6373.4063722 +90,-1.537372391,0.7259947145,418,2.21951565,0.700596356,6375.8851933 +91,-1.535340789,0.7260435356,418,2.21951565,0.700596356,6378.3651996 +92,-1.539325716,0.7244369706,418,2.21951565,0.700596356,6378.8590212 +93,-1.537308932,0.7244801057,418,2.21951565,0.700596356,6381.3510436 +94,-1.535289068,0.7245247645,418,2.21951565,0.700596356,6383.8339932 +95,-1.533261366,0.7245550236,418,2.21951565,0.700596356,6386.3706794 +96,-1.539267302,0.722921924,418,2.21951565,0.700596356,6384.3164924 +97,-1.537248972,0.7229660258,418,2.21951565,0.700596356,6386.810579 +98,-1.535219431,0.7229916471,418,2.21951565,0.700596356,6389.3773511 +99,-1.53318962,0.7230212049,418,2.21951565,0.700596356,6391.9227585 +100,-1.531154816,0.7230299897,418,2.21951565,0.700596356,6394.5408999 +101,-1.528878341,0.7230370244,418,2.21951565,0.700596356,6397.4708448 +102,-1.539218189,0.7214009878,418,2.21951565,0.700596356,6389.7827648 +103,-1.537198791,0.7214422745,418,2.21951565,0.700596356,6392.2917844 +104,-1.535179266,0.7214634354,418,2.21951565,0.700596356,6394.8648409 +105,-1.533156501,0.7214944644,418,2.21951565,0.700596356,6397.399391 +106,-1.53113574,0.7215166021,418,2.21951565,0.700596356,6399.9552979 +107,-1.528874248,0.7215345535,418,2.21951565,0.700596356,6402.8309345 +108,-1.539217656,0.7198512397,418,2.21951565,0.700596356,6395.2873984 +109,-1.537199919,0.7199428763,418,2.21951565,0.700596356,6397.6190714 +110,-1.545425832,0.727397149,418,2.21951565,0.700596356,6360.3211595 +111,-1.543371177,0.7273916949,418,2.21951565,0.700596356,6363.0509815 +112,-1.541368852,0.7274523163,418,2.21951565,0.700596356,6365.469875 +113,-1.545349067,0.7258710923,418,2.21951565,0.700596356,6365.8312926 +114,-1.54332671,0.7258603556,418,2.21951565,0.700596356,6368.540771 +115,-1.541346831,0.7259242142,418,2.21951565,0.700596356,6370.9222073 +116,-1.545324355,0.7243383958,418,2.21951565,0.700596356,6371.2962182 +117,-1.543292796,0.7243617413,418,2.21951565,0.700596356,6373.9006492 +118,-1.541295822,0.7244024384,418,2.21951565,0.700596356,6376.390282 +119,-1.543193859,0.7205570215,418,2.21951565,0.700596356,6387.5256905 +120,-1.550257047,0.7386738187,418,2.21951565,0.700596356,6314.0160332 +121,-1.549335448,0.7311736483,418,2.21951565,0.700596356,6341.7756481 +122,-1.533478843,0.7179891343,418,2.21951565,0.700596356,6409.4517174 +123,-1.556150555,0.738907041,418,2.21951565,0.700596356,6305.4051207 +124,-1.554324226,0.733414257,418,2.21951565,0.700596356,6327.2331903 +125,-1.554290846,0.7288285332,418,2.21951565,0.700596356,6343.4808976 +126,-1.55122487,0.7219795312,418,2.21951565,0.700596356,6371.7919122 +127,-1.525104458,0.7229399862,418,2.21951565,0.700596356,6402.6947387 +128,-1.519607711,0.7236181429,418,2.21951565,0.700596356,6407.3280629 +129,-1.513899999,0.7251107854,418,2.21951565,0.700596356,6409.2463082 +130,-1.536620762,0.7431061895,418,2.21951565,0.700596356,6316.036031 +131,-1.5369566,0.7460845958,418,2.21951565,0.700596356,6305.0162818 +132,-1.545345528,0.7447040685,418,2.21951565,0.700596356,6299.0832261 +133,-1.532813921,0.7432306626,418,2.21951565,0.700596356,6320.4753891 +134,-1.554788248,0.7382381001,418,2.21951565,0.700596356,6309.5736958 +135,-1.540348126,0.7301594274,418,2.21951565,0.700596356,6357.1984626 +136,-1.538016084,0.7239051786,418,2.21951565,0.700596356,6382.4671457 +137,-1.525288962,0.7258085137,418,2.21951565,0.700596356,6392.2210012 +138,-1.534326986,0.731241342,418,2.21951565,0.700596356,6361.1945566 +139,-1.530733872,0.7303625216,418,2.21951565,0.700596356,6368.9702739 +141,-1.534354939,0.7328219978,418,2.21951565,0.700596356,6355.5348155 +142,-1.53157084,0.7292888153,418,2.21951565,0.700596356,6371.7128969 +143,-1.525691035,0.7263799874,418,2.21951565,0.700596356,6389.6648141 +144,-1.534031287,0.7495967835,418,2.21951565,0.700596356,6296.2638724 +145,-1.527714986,0.7283095957,418,2.21951565,0.700596356,6380.1779902 +146,-1.526189586,0.7271468292,418,2.21951565,0.700596356,6386.2878251 +147,-1.555177336,0.7375563366,418,2.21951565,0.700596356,6311.4664379 +148,-1.555080283,0.7312707794,418,2.21951565,0.700596356,6333.7990484 +149,-1.53856994,0.7224180299,418,2.21951565,0.700596356,6387.0232438 +150,-1.530837883,0.729933372,418,2.21951565,0.700596356,6370.3646059 +151,-1.515066984,0.5854133365,418,2.21951565,0.700596356,6907.3126568 +152,-1.534731633,0.5368370046,418,2.21951565,0.700596356,7050.8375144 +153,-1.515231902,0.5607085576,418,2.21951565,0.700596356,6995.2042024 +154,-2.616253799,1.0684566605,418,2.21951565,0.700596356,3621.6327067 +155,-1.956071439,0.5792177723,418,2.21951565,0.700596356,6120.1012844 +156,-1.951208514,0.5602434208,418,2.21951565,0.700596356,6187.4626364 +157,-1.944675062,0.6062144545,418,2.21951565,0.700596356,6063.8293079 +158,-1.613778386,0.6077989518,418,2.21951565,0.700596356,6679.1092992 +159,-2.035029014,0.6021432345,418,2.21951565,0.700596356,5878.1672906 +160,-2.114989471,0.6801825058,418,2.21951565,0.700596356,5480.154407 +161,-2.037382079,0.5765830025,418,2.21951565,0.700596356,5946.2865721 +162,-2.129855121,0.6585019963,418,2.21951565,0.700596356,5505.8464002 +163,-2.075141798,0.6493615843,418,2.21951565,0.700596356,5654.3146724 +164,-1.828626729,0.6948433129,418,2.21951565,0.700596356,6020.7775394 +165,-1.863329418,0.6735427691,418,2.21951565,0.700596356,6022.5242914 +166,-1.266037071,0.727988852,418,2.21951565,0.700596356,6651.7662872 +167,-1.277579582,0.7249010648,418,2.21951565,0.700596356,6654.5590258 +168,-1.258418684,0.7241194816,418,2.21951565,0.700596356,6672.370567 +169,-1.317813974,0.6804850104,418,2.21951565,0.700596356,6788.918098 +170,-1.344165204,0.6790988904,418,2.21951565,0.700596356,6769.2241425 +171,-1.427582102,0.5277120351,418,2.21951565,0.700596356,7236.0001155 +172,-1.402238616,0.457167829,418,2.21951565,0.700596356,7528.124593 +173,-1.422454264,0.4996161999,418,2.21951565,0.700596356,7345.5963095 +174,-1.439089277,0.4894859811,418,2.21951565,0.700596356,7360.073482 +175,-1.448126995,0.5182330266,418,2.21951565,0.700596356,7243.0917756 +176,-1.474626146,0.5881926574,418,2.21951565,0.700596356,6953.4845934 +177,-1.421139645,0.5584869783,418,2.21951565,0.700596356,7131.487039 +178,-1.457037165,0.565943032,418,2.21951565,0.700596356,7057.6777695 +179,-2.757159358,0.3745319,418,2.21951565,0.700596356,4497.6487363 +180,-2.714309238,0.342054471,418,2.21951565,0.700596356,4701.8484518 +181,-2.000525337,0.774119946,418,2.21951565,0.700596356,5455.4495091 +183,-1.571413436,0.6777838382,418,2.21951565,0.700596356,6499.5836111 +184,-1.552860289,0.6987663893,418,2.21951565,0.700596356,6451.6483463 +185,-1.521852374,0.7165827476,418,2.21951565,0.700596356,6429.5868348 +186,-1.503656267,0.6928968252,418,2.21951565,0.700596356,6537.862621 +187,-1.502753178,0.7136205882,418,2.21951565,0.700596356,6464.5418539 +188,-1.631894563,0.7343596465,418,2.21951565,0.700596356,6215.5016308 +189,-1.653765416,0.6770714026,418,2.21951565,0.700596356,6378.1343592 +190,-1.719812114,0.6715965947,418,2.21951565,0.700596356,6288.3484523 +191,-1.493406659,0.6646955447,418,2.21951565,0.700596356,6652.5377293 +192,-1.469120564,0.6613469966,418,2.21951565,0.700596356,6695.5931596 +193,-1.590551461,0.5326612937,418,2.21951565,0.700596356,6976.7975643 +194,-1.625979264,0.5247742243,418,2.21951565,0.700596356,6944.2571957 +195,-1.572293943,0.5238808754,418,2.21951565,0.700596356,7037.1863243 +196,-1.610848725,0.5477107964,418,2.21951565,0.700596356,6891.1299527 +197,-1.208485554,0.7918526018,418,2.21951565,0.700596356,6445.4044054 +198,-1.335601374,0.6869083083,418,2.21951565,0.700596356,6748.0830957 +199,-1.346156996,0.6825213377,418,2.21951565,0.700596356,6754.4238937 +200,-1.324381037,0.6741422347,418,2.21951565,0.700596356,6806.7986578 +201,-1.242424992,0.7378949807,418,2.21951565,0.700596356,6631.2068773 +202,-1.270370057,0.7392461008,418,2.21951565,0.700596356,6605.3949211 +203,-1.448950472,0.7441675014,418,2.21951565,0.700596356,6417.803057 +204,-1.492662363,0.7523026852,418,2.21951565,0.700596356,6337.625481 +205,-1.479098966,0.7763855017,418,2.21951565,0.700596356,6266.4075822 +206,-1.633760714,0.7869022408,418,2.21951565,0.700596356,6032.4639495 +207,-1.647406434,0.8101289331,418,2.21951565,0.700596356,5933.9977819 +208,-1.564245052,0.5701509278,418,2.21951565,0.700596356,6888.0286109 +209,-1.646289963,0.6833746083,418,2.21951565,0.700596356,6368.3606686 +210,-1.5820631,0.6751952144,418,2.21951565,0.700596356,6493.3047834 +211,-1.613236298,0.6681681791,418,2.21951565,0.700596356,6471.4314719 +212,-1.914661867,0.8212566515,418,2.21951565,0.700596356,5475.7946211 +213,-1.742133237,0.7250275956,418,2.21951565,0.700596356,6074.5888983 +214,-2.033144872,0.6557314699,418,2.21951565,0.700596356,5728.5457988 +215,-2.039551981,0.6964723658,418,2.21951565,0.700596356,5598.4988038 +216,-1.247341019,0.7622473908,418,2.21951565,0.700596356,6534.1816808 +217,-1.298239787,0.7084123392,418,2.21951565,0.700596356,6700.3595275 +218,-1.308539688,0.6926545592,418,2.21951565,0.700596356,6751.2081608 +219,-1.303263185,0.6888938396,418,2.21951565,0.700596356,6770.1234216 +220,-1.852400229,0.6004246149,418,2.21951565,0.700596356,6272.170372 +221,-1.288947707,0.7473773692,418,2.21951565,0.700596356,6559.8159966 +222,-1.372031502,0.7472790993,418,2.21951565,0.700596356,6486.7053838 +223,-1.289805721,0.7242157877,418,2.21951565,0.700596356,6647.3059599 +224,-1.350807603,0.7533498126,418,2.21951565,0.700596356,6484.0115964 +225,-1.329290365,0.7560442322,418,2.21951565,0.700596356,6493.1778579 +226,-1.410153004,0.616936428,418,2.21951565,0.700596356,6929.7889959 +227,-1.393445434,0.6308995063,418,2.21951565,0.700596356,6897.3963087 +228,-1.37595573,0.6241540638,418,2.21951565,0.700596356,6941.8919933 +229,-1.358388707,0.6172645205,418,2.21951565,0.700596356,6986.5660006 +230,-1.753741133,0.8281661666,418,2.21951565,0.700596356,5718.7685216 +231,-1.47430987,0.6834615681,418,2.21951565,0.700596356,6608.9163291 +232,-1.421012508,0.7222725206,418,2.21951565,0.700596356,6529.0715024 +233,-1.4476833,0.6978557868,418,2.21951565,0.700596356,6588.5566535 +234,-1.470370723,0.6966193374,418,2.21951565,0.700596356,6566.0134645 +235,-1.429211703,0.7037216883,418,2.21951565,0.700596356,6588.2538456 +236,-1.700578405,0.6178673663,418,2.21951565,0.700596356,6500.1501175 +237,-1.678117619,0.6331716163,418,2.21951565,0.700596356,6487.1802928 +238,-1.725644578,0.6316331145,418,2.21951565,0.700596356,6410.5660291 +239,-2.14012759,0.7930497945,418,2.21951565,0.700596356,5122.4917233 +240,-2.103289431,0.7653606263,418,2.21951565,0.700596356,5273.1229677 +241,-1.318739838,0.7017808746,418,2.21951565,0.700596356,6707.5472725 +242,-1.396417427,0.7077900843,418,2.21951565,0.700596356,6609.0117905 +243,-1.35650337,0.7185539404,418,2.21951565,0.700596356,6609.1846733 +244,-1.248884539,0.7274156818,418,2.21951565,0.700596356,6666.8052176 +245,-1.395014798,0.5761185243,418,2.21951565,0.700596356,7098.477055 +246,-1.433377362,0.6064716109,418,2.21951565,0.700596356,6940.220629 +247,-1.408172432,0.5903155476,418,2.21951565,0.700596356,7030.3351299 +248,-1.749645898,0.7757118084,418,2.21951565,0.700596356,5896.2983467 +249,-1.571626686,0.615046989,418,2.21951565,0.700596356,6719.3249751 +250,-1.514070049,0.6303003037,418,2.21951565,0.700596356,6748.359761 +251,-1.480890369,0.6237966528,418,2.21951565,0.700596356,6816.4516156 +252,-1.704390658,0.5281680612,418,2.21951565,0.700596356,6792.0825652 +253,-1.64434733,0.5254277498,418,2.21951565,0.700596356,6910.0400804 +254,-1.703855997,0.4792484842,418,2.21951565,0.700596356,6955.4133981 +255,-1.692002383,0.5748825051,418,2.21951565,0.700596356,6658.8970181 +256,-1.854136457,0.5544643913,418,2.21951565,0.700596356,6412.3740953 +257,-1.665021206,0.520317736,418,2.21951565,0.700596356,6890.5307135 +258,-1.733654349,0.4845187345,418,2.21951565,0.700596356,6879.98808 +259,-1.720938188,0.5135933906,418,2.21951565,0.700596356,6809.1036772 +260,-1.742668307,0.553296122,418,2.21951565,0.700596356,6637.2509246 +261,-1.965659039,0.7142126903,418,2.21951565,0.700596356,5698.9265197 +262,-1.944438071,0.6772834804,418,2.21951565,0.700596356,5851.3464364 +263,-1.270340967,0.7681487096,418,2.21951565,0.700596356,6494.9266535 +264,-1.353091884,0.6549276821,418,2.21951565,0.700596356,6851.053385 +265,-1.333236659,0.6413584414,418,2.21951565,0.700596356,6921.8993868 +266,-1.352015998,0.6753788907,418,2.21951565,0.700596356,6775.4590395 +267,-1.377988483,0.6577816235,418,2.21951565,0.700596356,6814.4575832 +268,-2.13075611,0.8318642051,418,2.21951565,0.700596356,5039.3334185 +269,-2.097910953,0.8259670014,418,2.21951565,0.700596356,5120.1499695 +270,-1.416382069,0.6694271549,418,2.21951565,0.700596356,6729.0060282 +271,-1.538905672,0.7535625993,418,2.21951565,0.700596356,6275.9461455 +272,-1.572309477,0.7803125099,418,2.21951565,0.700596356,6138.353948 +273,-1.87759879,0.7503853417,418,2.21951565,0.700596356,5757.8709696 +274,1.152365588,0.590457682,418,2.21951565,0.700596356,3338.2345148 +275,0.350198001,0.718001859,418,2.21951565,0.700596356,5201.4401454 +276,0.046513677,0.491503852,418,2.21951565,0.700596356,6529.2882719 +277,0.027510309,0.742571376,418,2.21951565,0.700596356,5792.8022141 +278,0.306285725,-0.214631579,418,2.21951565,0.700596356,7800.689182 +279,-1.100564889,0.318051531,418,2.21951565,0.700596356,8355.537088 +280,-1.078582306,0.301437596,418,2.21951565,0.700596356,8432.9894287 +281,-1.137371989,-0.617634065,418,2.21951565,0.700596356,11694.795123 +282,0.784356344,0.703272339,418,2.21951565,0.700596356,4167.2888199 +283,-1.221209947,0.218327455,418,2.21951565,0.700596356,8641.3569337 +284,2.347301921,-0.449114658,418,2.21951565,0.700596356,4578.341528 +285,0.246820618,0.830553713,418,2.21951565,0.700596356,5121.3976371 +286,0.829414965,0.703288228,418,2.21951565,0.700596356,4047.8918646 +287,-1.337537566,0.42332223,418,2.21951565,0.700596356,7735.3819855 +288,0.882453706,0.454478077,418,2.21951565,0.700596356,4408.064799 +289,1.575629659,0.416419109,418,2.21951565,0.700596356,2414.4311384 +290,-1.039455679,0.229888244,418,2.21951565,0.700596356,8732.959685 +291,0.489558039,0.934482747,418,2.21951565,0.700596356,4388.5362751 +292,0.081344504,0.88384514,418,2.21951565,0.700596356,5270.4536288 +293,-1.547979814,0.300350308,418,2.21951565,0.700596356,7856.6029847 +294,0.040776181,0.168560074,418,2.21951565,0.700596356,7521.7692056 +295,-1.130374745,0.563894876,418,2.21951565,0.700596356,7377.3106837 +296,1.578326642,0.478507176,418,2.21951565,0.700596356,2266.8624068 +297,-1.12861823,-0.291640865,418,2.21951565,0.700596356,10675.363543 +298,0.310524208,0.770885792,418,2.21951565,0.700596356,5150.2875212 +299,0.415649091,-0.387246002,418,2.21951565,0.700596356,7882.0031334 +300,-0.926533878,-0.188022748,418,2.21951565,0.700596356,10413.484199 +301,1.258856172,-0.11716081,418,2.21951565,0.700596356,4764.666452 +302,-1.126050026,0.322941926,418,2.21951565,0.700596356,8320.2718612 +303,2.002785835,0.07893892,418,2.21951565,0.700596356,2581.1724192 +304,0.440437607,0.746258085,418,2.21951565,0.700596356,4925.0052593 +305,-0.030391866,0.214441206,418,2.21951565,0.700596356,7562.3002366 +306,0.521557815,-0.058929362,418,2.21951565,0.700596356,6757.2887451 +307,-0.097005111,0.13317729,418,2.21951565,0.700596356,7975.9490283 +308,1.83113859,0.221857587,418,2.21951565,0.700596356,2329.1594442 +309,0.222428864,0.099404236,418,2.21951565,0.700596356,7225.0903819 +310,-1.702731345,0.8728568183,418,2.21951565,0.700596356,5645.9359613 +311,-0.418507569,0.278324921,418,2.21951565,0.700596356,8145.0966826 +312,-1.41153306,0.339029988,418,2.21951565,0.700596356,7947.0787717 +313,0.357560442,0.114788776,418,2.21951565,0.700596356,6794.9550732 +314,0.325818979,0.268352149,418,2.21951565,0.700596356,6471.4889857 +315,-1.246004659,-0.663679965,418,2.21951565,0.700596356,11439.102059 +316,1.814603087,0.637404484,418,2.21951565,0.700596356,1278.9258754 +317,1.843704281,-0.18300445,418,2.21951565,0.700596356,3761.8389792 +318,1.690644492,-0.211480909,418,2.21951565,0.700596356,4102.1084451 +319,-1.275451936,0.068109467,418,2.21951565,0.700596356,9139.1237215 +320,0.762430171,-0.207594741,418,2.21951565,0.700596356,6412.1019073 +321,0.265668905,-0.014647884,418,2.21951565,0.700596356,7408.6041351 +322,-2.773032013,-0.335515811,418,2.21951565,0.700596356,6272.1129594 +323,-1.469512853,0.174058777,418,2.21951565,0.700596356,8440.3039373 +324,0.286276986,0.785925691,418,2.21951565,0.700596356,5161.4717546 +325,-1.379324697,0.377432233,418,2.21951565,0.700596356,7852.2091212 +326,-1.203778265,0.212813032,418,2.21951565,0.700596356,8680.4854736 +327,0.579916301,0.611743168,418,2.21951565,0.700596356,4901.5324933 +328,0.267582642,0.868113908,418,2.21951565,0.700596356,4981.002184 +329,0.412869244,-0.050245578,418,2.21951565,0.700596356,7063.1472082 +330,0.17524381,0.976660285,418,2.21951565,0.700596356,4851.7224686 +331,0.743157214,0.204812899,418,2.21951565,0.700596356,5417.4873362 +332,-1.070758176,0.269382282,418,2.21951565,0.700596356,8562.8542759 +333,-1.230364251,0.329790229,418,2.21951565,0.700596356,8206.7740924 +334,-1.374813124,-0.024926835,418,2.21951565,0.700596356,9311.5963756 +335,0.519780566,0.463669906,418,2.21951565,0.700596356,5422.7177221 +336,-1.55108034,0.239698561,418,2.21951565,0.700596356,8059.3752532 +337,0.180294813,0.029739425,418,2.21951565,0.700596356,7536.4809303 +338,0.67820924,0.268170153,418,2.21951565,0.700596356,5454.4307089 +339,0.445798684,1.024001867,418,2.21951565,0.700596356,4281.2729879 +340,0.691751283,0.150521402,418,2.21951565,0.700596356,5708.7871651 +341,-1.036643551,-0.903056181,418,2.21951565,0.700596356,11582.914687 +342,-0.120287036,1.083325163,418,2.21951565,0.700596356,4929.3061827 +343,2.823513113,-0.304487164,418,2.21951565,0.700596356,4561.6666872 +344,0.457583172,1.12513373,418,2.21951565,0.700596356,4060.000422 +345,0.042918831,0.813795399,418,2.21951565,0.700596356,5546.5775173 +346,1.196146777,-0.853142756,418,2.21951565,0.700596356,7116.7914115 +347,0.206001358,-0.010430701,418,2.21951565,0.700596356,7571.65111 +348,-0.268308653,0.234799412,418,2.21951565,0.700596356,8027.398353 +349,0.759363263,0.736189579,418,2.21951565,0.700596356,4168.8237838 +350,0.181363926,0.891988372,418,2.21951565,0.700596356,5075.0163663 +351,-0.021111158,0.139103292,418,2.21951565,0.700596356,7768.6667504 +352,-0.093355215,0.630686981,418,2.21951565,0.700596356,6368.8396503 +353,0.40118964,0.681375926,418,2.21951565,0.700596356,5177.7188331 +354,-0.721197315,1.304706234,418,2.21951565,0.700596356,4483.1748932 +355,-1.076150317,0.212107639,418,2.21951565,0.700596356,8784.4954765 +356,-1.577164531,0.273993443,418,2.21951565,0.700596356,7891.6330037 +357,-0.190788414,0.182208586,418,2.21951565,0.700596356,8038.7411096 +358,-0.261349752,0.209710184,418,2.21951565,0.700596356,8098.086829 +359,-1.029303852,0.083549259,418,2.21951565,0.700596356,9313.384041 +360,-1.268609162,0.330525297,418,2.21951565,0.700596356,8163.9296587 +361,1.282982244,-0.926641967,418,2.21951565,0.700596356,7196.0029665 +362,0.217352334,0.731352408,418,2.21951565,0.700596356,5453.9512469 +363,-1.511833084,0.258629297,418,2.21951565,0.700596356,8067.7395756 +364,0.338812194,0.823184618,418,2.21951565,0.700596356,4955.7608066 +365,-0.324406489,1.134201999,418,2.21951565,0.700596356,4944.3176628 +366,1.389579348,0.399185724,418,2.21951565,0.700596356,3003.9550231 +367,2.047152199,-0.039082036,418,2.21951565,0.700596356,2995.7830308 +368,0.947780369,0.568250077,418,2.21951565,0.700596356,3977.6171339 +369,0.763824846,0.576754987,418,2.21951565,0.700596356,4482.5776595 +370,-0.142334657,0.928153068,418,2.21951565,0.700596356,5463.590828 +371,0.610266567,0.547265983,418,2.21951565,0.700596356,4971.933422 +372,0.210731629,0.746815056,418,2.21951565,0.700596356,5424.3498097 +373,-1.34931644,0.316895224,418,2.21951565,0.700596356,8116.1932542 +374,2.407696481,0.655030745,418,2.21951565,0.700596356,607.55558161 +375,0.64207831,0.545359131,418,2.21951565,0.700596356,4889.5398158 +376,1.174597538,0.840588356,418,2.21951565,0.700596356,2944.0500348 +377,0.660059424,0.010604079,418,2.21951565,0.700596356,6160.5088664 +378,-0.730263819,0.010486456,418,2.21951565,0.700596356,9543.1948149 +379,0.831068936,0.512339172,418,2.21951565,0.700596356,4431.1456885 +380,1.301180979,0.72367476,418,2.21951565,0.700596356,2711.6546949 +381,1.811128231,0.322854402,418,2.21951565,0.700596356,2043.2254697 +382,0.435105812,0.992284428,418,2.21951565,0.700596356,4367.9200559 +383,0.62643634,0.592027932,418,2.21951565,0.700596356,4824.0780308 +384,0.492988703,-0.516339467,418,2.21951565,0.700596356,7944.8561981 +385,-0.162469483,0.112549365,418,2.21951565,0.700596356,8197.8040691 +386,0.314630866,0.472006421,418,2.21951565,0.700596356,5945.0087724 +387,0.166744804,0.822815954,418,2.21951565,0.700596356,5296.2598917 +388,0.417159608,0.965805736,418,2.21951565,0.700596356,4459.2405995 +389,0.106334961,0.868774244,418,2.21951565,0.700596356,5272.4516133 +390,0.815086969,-0.338144359,418,2.21951565,0.700596356,6596.5428995 +391,0.59867455,-0.230624824,418,2.21951565,0.700596356,6957.3103045 +392,1.915104874,0.066220985,418,2.21951565,0.700596356,2738.523209 +393,1.278093622,0.064463721,418,2.21951565,0.700596356,4190.8808437 +394,-0.061477853,0.302997961,418,2.21951565,0.700596356,7359.8599851 +395,0.251311504,0.626976942,418,2.21951565,0.700596356,5671.0185171 +396,2.950242872,0.149095644,418,2.21951565,0.700596356,3373.4514256 +397,-0.180294708,0.35375117,418,2.21951565,0.700596356,7451.1812035 +398,1.010448592,-0.351180233,418,2.21951565,0.700596356,6094.1505821 +399,-1.748740498,0.3686318073,418,2.21951565,0.700596356,7225.6844267 +400,2.699635665,0.123533791,418,2.21951565,0.700596356,2848.9647379 +401,0.496808033,0.823843254,418,2.21951565,0.700596356,4615.8988761 +402,0.129574704,0.763364087,418,2.21951565,0.700596356,5538.5687661 +403,1.798920311,0.817447563,418,2.21951565,0.700596356,1287.9154856 +404,0.335987953,0.746786541,418,2.21951565,0.700596356,5158.2752867 +405,-1.085413643,0.292154671,418,2.21951565,0.700596356,8465.6529877 +406,-0.155321003,0.508207011,418,2.21951565,0.700596356,6887.5399467 +407,0.620529244,-0.301175104,418,2.21951565,0.700596356,7067.3276986 +408,1.684402744,0.368716966,418,2.21951565,0.700596356,2229.3500392 +409,0.300582244,-0.386397212,418,2.21951565,0.700596356,8225.4225715 +410,2.913555946,-0.009225192,418,2.21951565,0.700596356,3763.1496581 +411,1.465101417,0.493232532,418,2.21951565,0.700596356,2575.972613 +412,0.090612882,0.907955955,418,2.21951565,0.700596356,5184.0331499 +413,2.987564726,-0.729568594,418,2.21951565,0.700596356,6300.4126612 +414,-1.484261606,0.224149272,418,2.21951565,0.700596356,8238.1690082 +415,0.164073421,0.303955133,418,2.21951565,0.700596356,6805.8383519 +416,0.141441293,0.167552546,418,2.21951565,0.700596356,7258.2624917 +417,2.931321023,-0.506718887,418,2.21951565,0.700596356,5451.68587 +418,2.21951565,0.700596356,418,2.21951565,0.700596356,0 +419,0.268112576,1.199114336,418,2.21951565,0.700596356,4159.302056 +420,0.978913739,0.359223811,418,2.21951565,0.700596356,4334.5133352 +421,1.210898818,0.522863584,418,2.21951565,0.700596356,3287.1555496 +422,2.347397336,0.129231362,418,2.21951565,0.700596356,2308.1225036 +423,0.614394501,0.556878345,418,2.21951565,0.700596356,4938.1291699 +424,-1.398079356,0.148483366,418,2.21951565,0.700596356,8656.3342308 +425,2.535303836,-0.112984496,418,2.21951565,0.700596356,3422.6186642 +426,-1.019372593,-0.405322349,418,2.21951565,0.700596356,11229.860488 +427,-1.297785627,-0.160104069,418,2.21951565,0.700596356,9926.8988566 +428,2.144554488,0.205051084,418,2.21951565,0.700596356,1980.2920858 +429,-2.242387083,-0.426171285,418,2.21951565,0.700596356,8022.3226608 +430,0.338637212,0.909723676,418,2.21951565,0.700596356,4739.2111854 +431,-0.148798452,0.691042401,418,2.21951565,0.700596356,6264.2343752 +432,0.893524764,0.441829531,418,2.21951565,0.700596356,4403.4084826 +433,0.969229347,-0.368847936,418,2.21951565,0.700596356,6252.7676835 +434,0.436043248,0.800045688,418,2.21951565,0.700596356,4805.3039936 +435,1.687946607,1.081504775,418,2.21951565,0.700596356,1970.8405871 +436,0.522302046,-0.034889271,418,2.21951565,0.700596356,6693.6547176 +437,-0.178996113,-0.438090009,418,2.21951565,0.700596356,9786.353058 +438,-1.094339566,0.301444068,418,2.21951565,0.700596356,8424.1799884 +439,-1.064070054,0.242569932,418,2.21951565,0.700596356,8671.540663 +440,-1.068153768,0.230387998,418,2.21951565,0.700596356,8717.2234079 +441,-3.00496892,-0.23989155,418,2.21951565,0.700596356,5381.0853692 +442,0.21751974,0.766874888,418,2.21951565,0.700596356,5354.4579915 +443,0.117229532,0.007619006,418,2.21951565,0.700596356,7776.696829 +444,0.777758451,0.420554741,418,2.21951565,0.700596356,4792.8982524 +445,-0.252356999,0.250747086,418,2.21951565,0.700596356,7941.539958 +446,0.363148444,0.768483434,418,2.21951565,0.700596356,5043.0453761 +447,0.903191366,-0.118210676,418,2.21951565,0.700596356,5765.1301852 +448,-0.205755923,0.149406178,418,2.21951565,0.700596356,8178.8353696 +449,1.811996086,0.02364353,418,2.21951565,0.700596356,3055.7238597 +450,-1.100670221,0.314845373,418,2.21951565,0.700596356,8368.013767 +451,0.340078597,0.850105132,418,2.21951565,0.700596356,4885.0580404 +452,0.258757267,0.804969236,418,2.21951565,0.700596356,5166.7371135 +453,2.78505352,-0.155160804,418,2.21951565,0.700596356,3971.587544 +454,0.800551619,0.105822106,418,2.21951565,0.700596356,5492.668649 +455,0.437940882,-0.506194031,418,2.21951565,0.700596356,8081.6782619 +456,2.230431122,0.63458615,418,2.21951565,0.700596356,263.65956156 +457,0.527965361,0.127667701,418,2.21951565,0.700596356,6258.5920764 +458,-0.063643205,0.702093448,418,2.21951565,0.700596356,6083.858321 +459,1.408447268,0.133010502,418,2.21951565,0.700596356,3636.5183482 +460,0.523795955,0.280266966,418,2.21951565,0.700596356,5877.7133261 +461,-0.975769313,0.072177659,418,2.21951565,0.700596356,9376.66141 +462,0.549774164,-0.463663986,418,2.21951565,0.700596356,7663.0684789 +463,0.29245874,1.095549818,418,2.21951565,0.700596356,4367.5817333 +464,0.143625958,0.816809593,418,2.21951565,0.700596356,5356.626779 +465,0.671902494,0.611159853,418,2.21951565,0.700596356,4658.9161471 +466,1.239840988,0.6724199,418,2.21951565,0.700596356,2952.3766628 +467,0.607829703,-0.10932137,418,2.21951565,0.700596356,6624.2589423 +468,1.763020906,0.263996692,418,2.21951565,0.700596356,2339.2106009 +469,0.378714634,0.726066797,418,2.21951565,0.700596356,5116.2075303 +470,2.196736143,-0.153862366,418,2.21951565,0.700596356,3385.5401807 +471,0.01702415,0.148991565,418,2.21951565,0.700596356,7641.3322112 +472,-2.998490902,-0.158002487,418,2.21951565,0.700596356,5162.7945234 +473,-3.051262951,-0.346595608,418,2.21951565,0.700596356,5577.6160443 +474,-1.069176439,0.182802941,418,2.21951565,0.700596356,8903.275894 +475,0.167157509,0.595344954,418,2.21951565,0.700596356,5950.8758315 +476,0.613855648,0.681746124,418,2.21951565,0.700596356,4654.1419845 +477,1.037012736,0.682555367,418,2.21951565,0.700596356,3515.9950943 +478,-1.253574971,0.379755746,418,2.21951565,0.700596356,7992.9329053 +479,3.108590453,-0.132620738,418,2.21951565,0.700596356,4625.4177406 +480,0.565301296,0.022333262,418,2.21951565,0.700596356,6417.2144385 +481,0.547898238,0.855555614,418,2.21951565,0.700596356,4433.9194807 +482,0.948309381,0.417393755,418,2.21951565,0.700596356,4294.6886761 +483,-0.050600732,0.945269213,418,2.21951565,0.700596356,5284.4084396 +484,-0.977651478,-0.572363064,418,2.21951565,0.700596356,11906.059122 +485,1.102014914,0.728861163,418,2.21951565,0.700596356,3264.9541224 +486,2.927300795,-0.282939414,418,2.21951565,0.700596356,4687.5130817 +487,-1.154565557,0.124434095,418,2.21951565,0.700596356,9067.2211912 +488,1.855331234,0.291044755,418,2.21951565,0.700596356,2048.1190521 +489,0.830290659,0.276904518,418,2.21951565,0.700596356,4977.5094923 +490,0.485104466,-0.234867441,418,2.21951565,0.700596356,7309.4642447 +491,0.521367572,-0.33161327,418,2.21951565,0.700596356,7435.82291 +1,-1.539031704,0.7349710123,419,0.268112576,1.199114336,3859.4741684 +2,-1.536990553,0.7349663874,419,0.268112576,1.199114336,3856.9298405 +3,-1.534951779,0.7349571355,419,0.268112576,1.199114336,3854.4026855 +4,-1.532906461,0.7349480293,419,0.268112576,1.199114336,3851.8644039 +5,-1.531320211,0.7346937278,419,0.268112576,1.199114336,3850.7791728 +6,-1.539451648,0.7335131775,419,0.268112576,1.199114336,3865.2237044 +7,-1.537429487,0.7335445708,419,0.268112576,1.199114336,3862.573605 +8,-1.535484998,0.7335658704,419,0.268112576,1.199114336,3860.0549754 +9,-1.533488396,0.7336036027,419,0.268112576,1.199114336,3857.4098404 +10,-1.531497785,0.7335842962,419,0.268112576,1.199114336,3854.9742485 +11,-1.530259379,0.7334777758,419,0.268112576,1.199114336,3853.7961803 +12,-1.5335454,0.7322346912,419,0.268112576,1.199114336,3862.3838688 +13,-1.531489083,0.7322238773,419,0.268112576,1.199114336,3859.834218 +14,-1.530011122,0.7321679851,419,0.268112576,1.199114336,3858.172474 +15,-1.53348106,0.7306614094,419,0.268112576,1.199114336,3867.9382386 +16,-1.531441779,0.7306962275,419,0.268112576,1.199114336,3865.2453907 +17,-1.529755654,0.7306933243,419,0.268112576,1.199114336,3863.130632 +18,-1.533415048,0.7291384674,419,0.268112576,1.199114336,3873.311267 +19,-1.531392093,0.7291705353,419,0.268112576,1.199114336,3870.6476374 +20,-1.529296523,0.7291214933,419,0.268112576,1.199114336,3868.1806288 +21,-1.535280942,0.727267644,419,0.268112576,1.199114336,3882.3653206 +22,-1.533378158,0.7276139666,419,0.268112576,1.199114336,3878.7276228 +23,-1.531340368,0.7276446587,419,0.268112576,1.199114336,3876.049051 +24,-1.528960113,0.7276398177,419,0.268112576,1.199114336,3873.0631798 +25,-1.533313146,0.7260818349,419,0.268112576,1.199114336,3884.1369666 +26,-1.531259555,0.7260958115,419,0.268112576,1.199114336,3881.4971548 +27,-1.528926415,0.7260865555,419,0.268112576,1.199114336,3878.5851948 +28,-1.531226779,0.7245511789,419,0.268112576,1.199114336,3886.9918507 +29,-1.528904772,0.7245519194,419,0.268112576,1.199114336,3884.0568226 +30,-1.547195875,0.7409785979,419,0.268112576,1.199114336,3848.1639986 +31,-1.5451475,0.740980426,419,0.268112576,1.199114336,3845.6016175 +32,-1.543097679,0.7409798872,419,0.268112576,1.199114336,3843.043483 +33,-1.540720364,0.7409892687,419,0.268112576,1.199114336,3840.0377876 +34,-1.547188511,0.7395198392,419,0.268112576,1.199114336,3853.3809252 +35,-1.545148587,0.7395226109,419,0.268112576,1.199114336,3850.824603 +36,-1.543104538,0.7395314908,419,0.268112576,1.199114336,3848.2388509 +37,-1.540727751,0.7395306258,419,0.268112576,1.199114336,3845.2692384 +38,-1.547187029,0.7380014886,419,0.268112576,1.199114336,3858.8197873 +39,-1.545147315,0.7380012252,419,0.268112576,1.199114336,3856.2734572 +40,-1.54310719,0.7380060743,419,0.268112576,1.199114336,3853.7058984 +41,-1.540719671,0.7380068206,419,0.268112576,1.199114336,3850.7157513 +42,-1.547187189,0.7364799098,419,0.268112576,1.199114336,3864.2733935 +43,-1.545149996,0.7364853874,419,0.268112576,1.199114336,3861.7085014 +44,-1.543106091,0.7364823484,419,0.268112576,1.199114336,3859.1633407 +45,-1.540717158,0.7364893901,419,0.268112576,1.199114336,3856.1475381 +46,-1.538663972,0.7410138672,419,0.268112576,1.199114336,3837.3762427 +47,-1.53695285,0.7409699132,419,0.268112576,1.199114336,3835.3902849 +48,-1.534910498,0.7409641297,419,0.268112576,1.199114336,3832.850631 +49,-1.533145034,0.7409536636,419,0.268112576,1.199114336,3830.6729157 +50,-1.538681336,0.7395405883,419,0.268112576,1.199114336,3842.6714702 +51,-1.536999189,0.7395183096,419,0.268112576,1.199114336,3840.6433785 +52,-1.534923633,0.7395144222,419,0.268112576,1.199114336,3838.0542477 +53,-1.533267822,0.7395654306,419,0.268112576,1.199114336,3835.7933647 +54,-1.53867273,0.7380151077,419,0.268112576,1.199114336,3848.1221618 +55,-1.536980576,0.7379994392,419,0.268112576,1.199114336,3846.0569246 +56,-1.534931522,0.7379944961,419,0.268112576,1.199114336,3843.5036683 +57,-1.533387952,0.7379480264,419,0.268112576,1.199114336,3841.7316672 +58,-1.538682279,0.7364914363,419,0.268112576,1.199114336,3853.590277 +59,-1.536980704,0.7364810563,419,0.268112576,1.199114336,3851.4933626 +60,-1.534935567,0.7364752065,419,0.268112576,1.199114336,3848.947142 +61,-1.533042592,0.7363876366,419,0.268112576,1.199114336,3846.8822928 +62,-1.545143426,0.7349628011,419,0.268112576,1.199114336,3867.1572894 +63,-1.543105297,0.7349691947,419,0.268112576,1.199114336,3864.5844128 +64,-1.541064533,0.7349647152,419,0.268112576,1.199114336,3862.0448133 +65,-1.545411803,0.7334624714,419,0.268112576,1.199114336,3872.8713645 +66,-1.543446606,0.7334780896,419,0.268112576,1.199114336,3870.3559333 +67,-1.541475327,0.7334957295,419,0.268112576,1.199114336,3867.82344 +68,-1.545401939,0.731963266,419,0.268112576,1.199114336,3878.2345533 +69,-1.54342253,0.7319915583,419,0.268112576,1.199114336,3875.6547882 +70,-1.541455867,0.7320216438,419,0.268112576,1.199114336,3873.0823665 +71,-1.545410146,0.7304422281,419,0.268112576,1.199114336,3883.6997424 +72,-1.543435491,0.7304713664,419,0.268112576,1.199114336,3881.121799 +73,-1.541463105,0.7304997613,419,0.268112576,1.199114336,3878.5471721 +74,-1.545414768,0.7289194936,419,0.268112576,1.199114336,3889.1676406 +75,-1.543435774,0.7289538557,419,0.268112576,1.199114336,3886.5644205 +76,-1.541457714,0.7289765881,419,0.268112576,1.199114336,3884.0018799 +77,-1.539449415,0.7320555866,419,0.268112576,1.199114336,3870.4440214 +78,-1.537429183,0.7321097681,419,0.268112576,1.199114336,3867.7136038 +79,-1.535472649,0.7321497267,419,0.268112576,1.199114336,3865.1119676 +80,-1.539457899,0.7305333307,419,0.268112576,1.199114336,3875.9106095 +81,-1.537453161,0.7305750503,419,0.268112576,1.199114336,3873.2431811 +82,-1.535479385,0.7306124949,419,0.268112576,1.199114336,3870.6277832 +83,-1.53946905,0.7290102593,419,0.268112576,1.199114336,3881.3845979 +84,-1.537459922,0.7290417293,419,0.268112576,1.199114336,3878.747275 +85,-1.535451349,0.7290890157,419,0.268112576,1.199114336,3876.0517196 +86,-1.535522937,0.7279887191,419,0.268112576,1.199114336,3880.0852903 +87,-1.539442524,0.7274735939,419,0.268112576,1.199114336,3886.861119 +88,-1.537424111,0.727521351,419,0.268112576,1.199114336,3884.1525674 +89,-1.539384641,0.7259505092,419,0.268112576,1.199114336,3892.2506119 +90,-1.537372391,0.7259947145,419,0.268112576,1.199114336,3889.5613523 +91,-1.535340789,0.7260435356,419,0.268112576,1.199114336,3886.8289392 +92,-1.539325716,0.7244369706,419,0.268112576,1.199114336,3897.6055864 +93,-1.537308932,0.7244801057,419,0.268112576,1.199114336,3894.9132769 +94,-1.535289068,0.7245247645,419,0.268112576,1.199114336,3892.2093779 +95,-1.533261366,0.7245550236,419,0.268112576,1.199114336,3889.5449752 +96,-1.539267302,0.722921924,419,0.268112576,1.199114336,3902.9676351 +97,-1.537248972,0.7229660258,419,0.268112576,1.199114336,3900.2687299 +98,-1.535219431,0.7229916471,419,0.268112576,1.199114336,3897.6197284 +99,-1.53318962,0.7230212049,419,0.268112576,1.199114336,3894.9539806 +100,-1.531154816,0.7230299897,419,0.268112576,1.199114336,3892.3541219 +101,-1.528878341,0.7230370244,419,0.268112576,1.199114336,3889.4527495 +102,-1.539218189,0.7214009878,419,0.268112576,1.199114336,3908.3635452 +103,-1.537198791,0.7214422745,419,0.268112576,1.199114336,3905.6722213 +104,-1.535179266,0.7214634354,419,0.268112576,1.199114336,3903.0506847 +105,-1.533156501,0.7214944644,419,0.268112576,1.199114336,3900.3873943 +106,-1.53113574,0.7215166021,419,0.268112576,1.199114336,3897.7562574 +107,-1.528874248,0.7215345535,419,0.268112576,1.199114336,3894.8334566 +108,-1.539217656,0.7198512397,419,0.268112576,1.199114336,3913.925084 +109,-1.537199919,0.7199428763,419,0.268112576,1.199114336,3911.0540284 +110,-1.545425832,0.727397149,419,0.268112576,1.199114336,3894.6433223 +111,-1.543371177,0.7273916949,419,0.268112576,1.199114336,3892.0869412 +112,-1.541368852,0.7274523163,419,0.268112576,1.199114336,3889.3568435 +113,-1.545349067,0.7258710923,419,0.268112576,1.199114336,3900.023323 +114,-1.54332671,0.7258603556,419,0.268112576,1.199114336,3897.5252162 +115,-1.541346831,0.7259242142,419,0.268112576,1.199114336,3894.8105053 +116,-1.545324355,0.7243383958,419,0.268112576,1.199114336,3905.4934577 +117,-1.543292796,0.7243617413,419,0.268112576,1.199114336,3902.8603544 +118,-1.541295822,0.7244024384,419,0.268112576,1.199114336,3900.2061254 +119,-1.543193859,0.7205570215,419,0.268112576,1.199114336,3916.3937749 +120,-1.550257047,0.7386738187,419,0.268112576,1.199114336,3860.2391409 +121,-1.549335448,0.7311736483,419,0.268112576,1.199114336,3885.9856313 +122,-1.533478843,0.7179891343,419,0.268112576,1.199114336,3913.3696065 +123,-1.556150555,0.738907041,419,0.268112576,1.199114336,3866.7371608 +124,-1.554324226,0.733414257,419,0.268112576,1.199114336,3884.1702883 +125,-1.554290846,0.7288285332,419,0.268112576,1.199114336,3900.5895246 +126,-1.55122487,0.7219795312,419,0.268112576,1.199114336,3921.3578317 +127,-1.525104458,0.7229399862,419,0.268112576,1.199114336,3885.0260365 +128,-1.519607711,0.7236181429,419,0.268112576,1.199114336,3875.6291788 +129,-1.513899999,0.7251107854,419,0.268112576,1.199114336,3863.0356579 +130,-1.536620762,0.7431061895,419,0.268112576,1.199114336,3827.3310016 +131,-1.5369566,0.7460845958,419,0.268112576,1.199114336,3817.0989753 +132,-1.545345528,0.7447040685,419,0.268112576,1.199114336,3832.5159072 +133,-1.532813921,0.7432306626,419,0.268112576,1.199114336,3822.1139103 +134,-1.554788248,0.7382381001,419,0.268112576,1.199114336,3867.4426432 +135,-1.540348126,0.7301594274,419,0.268112576,1.199114336,3878.3683876 +136,-1.538016084,0.7239051786,419,0.268112576,1.199114336,3897.8655616 +137,-1.525288962,0.7258085137,419,0.268112576,1.199114336,3874.9833831 +138,-1.534326986,0.731241342,419,0.268112576,1.199114336,3866.9252841 +139,-1.530733872,0.7303625216,419,0.268112576,1.199114336,3865.5484748 +141,-1.534354939,0.7328219978,419,0.268112576,1.199114336,3861.2986708 +142,-1.53157084,0.7292888153,419,0.268112576,1.199114336,3870.4492212 +143,-1.525691035,0.7263799874,419,0.268112576,1.199114336,3873.4451354 +144,-1.534031287,0.7495967835,419,0.268112576,1.199114336,3800.8844145 +145,-1.527714986,0.7283095957,419,0.268112576,1.199114336,3869.0920814 +146,-1.526189586,0.7271468292,419,0.268112576,1.199114336,3871.3290661 +147,-1.555177336,0.7375563366,419,0.268112576,1.199114336,3870.3717878 +148,-1.555080283,0.7312707794,419,0.268112576,1.199114336,3892.805577 +149,-1.53856994,0.7224180299,419,0.268112576,1.199114336,3903.8979785 +150,-1.530837883,0.729933372,419,0.268112576,1.199114336,3867.2166025 +151,-1.515066984,0.5854133365,419,0.268112576,1.199114336,4368.5975703 +152,-1.534731633,0.5368370046,419,0.268112576,1.199114336,4571.4540207 +153,-1.515231902,0.5607085576,419,0.268112576,1.199114336,4458.6901635 +154,-2.616253799,1.0684566605,419,0.268112576,1.199114336,3432.1914942 +155,-1.956071439,0.5792177723,419,0.268112576,1.199114336,4909.8149122 +156,-1.951208514,0.5602434208,419,0.268112576,1.199114336,4976.4581936 +157,-1.944675062,0.6062144545,419,0.268112576,1.199114336,4796.5489183 +158,-1.613778386,0.6077989518,419,0.268112576,1.199114336,4413.7338032 +159,-2.035029014,0.6021432345,419,0.268112576,1.199114336,4899.839204 +160,-2.114989471,0.6801825058,419,0.268112576,1.199114336,4673.520455 +161,-2.037382079,0.5765830025,419,0.268112576,1.199114336,4999.1073479 +162,-2.129855121,0.6585019963,419,0.268112576,1.199114336,4768.6027996 +163,-2.075141798,0.6493615843,419,0.268112576,1.199114336,4756.7924376 +164,-1.828626729,0.6948433129,419,0.268112576,1.199114336,4344.2268915 +165,-1.863329418,0.6735427691,419,0.268112576,1.199114336,4460.3043589 +166,-1.266037071,0.727988852,419,0.268112576,1.199114336,3522.9539975 +167,-1.277579582,0.7249010648,419,0.268112576,1.199114336,3549.7049987 +168,-1.258418684,0.7241194816,419,0.268112576,1.199114336,3525.9662211 +169,-1.317813974,0.6804850104,419,0.268112576,1.199114336,3761.7085284 +170,-1.344165204,0.6790988904,419,0.268112576,1.199114336,3802.7292022 +171,-1.427582102,0.5277120351,419,0.268112576,1.199114336,4460.912871 +172,-1.402238616,0.457167829,419,0.268112576,1.199114336,4682.7437682 +173,-1.422454264,0.4996161999,419,0.268112576,1.199114336,4556.0282921 +174,-1.439089277,0.4894859811,419,0.268112576,1.199114336,4615.7293476 +175,-1.448126995,0.5182330266,419,0.268112576,1.199114336,4523.3699568 +176,-1.474626146,0.5881926574,419,0.268112576,1.199114336,4305.0176209 +177,-1.421139645,0.5584869783,419,0.268112576,1.199114336,4340.5247341 +178,-1.457037165,0.565943032,419,0.268112576,1.199114336,4362.1128377 +179,-2.757159358,0.3745319,419,0.268112576,1.199114336,6201.5882654 +180,-2.714309238,0.342054471,419,0.268112576,1.199114336,6322.1409979 +181,-2.000525337,0.774119946,419,0.268112576,1.199114336,4218.5537953 +183,-1.571413436,0.6777838382,419,0.268112576,1.199114336,4106.0302631 +184,-1.552860289,0.6987663893,419,0.268112576,1.199114336,4006.9373578 +185,-1.521852374,0.7165827476,419,0.268112576,1.199114336,3903.6860618 +186,-1.503656267,0.6928968252,419,0.268112576,1.199114336,3965.3816958 +187,-1.502753178,0.7136205882,419,0.268112576,1.199114336,3889.9280178 +188,-1.631894563,0.7343596465,419,0.268112576,1.199114336,3975.5755536 +189,-1.653765416,0.6770714026,419,0.268112576,1.199114336,4209.9565737 +190,-1.719812114,0.6715965947,419,0.268112576,1.199114336,4308.1962463 +191,-1.493406659,0.6646955447,419,0.268112576,1.199114336,4053.4774694 +192,-1.469120564,0.6613469966,419,0.268112576,1.199114336,4033.7364173 +193,-1.590551461,0.5326612937,419,0.268112576,1.199114336,4659.39605 +194,-1.625979264,0.5247742243,419,0.268112576,1.199114336,4733.6553595 +195,-1.572293943,0.5238808754,419,0.268112576,1.199114336,4667.9823359 +196,-1.610848725,0.5477107964,419,0.268112576,1.199114336,4630.1430168 +197,-1.208485554,0.7918526018,419,0.268112576,1.199114336,3221.7167202 +198,-1.335601374,0.6869083083,419,0.268112576,1.199114336,3763.3234679 +199,-1.346156996,0.6825213377,419,0.268112576,1.199114336,3793.2953923 +200,-1.324381037,0.6741422347,419,0.268112576,1.199114336,3793.229762 +201,-1.242424992,0.7378949807,419,0.268112576,1.199114336,3455.6354042 +202,-1.270370057,0.7392461008,419,0.268112576,1.199114336,3489.5484272 +203,-1.448950472,0.7441675014,419,0.268112576,1.199114336,3711.6529131 +204,-1.492662363,0.7523026852,419,0.268112576,1.199114336,3739.0052013 +205,-1.479098966,0.7763855017,419,0.268112576,1.199114336,3636.3246506 +206,-1.633760714,0.7869022408,419,0.268112576,1.199114336,3788.3217004 +207,-1.647406434,0.8101289331,419,0.268112576,1.199114336,3720.8201361 +208,-1.564245052,0.5701509278,419,0.268112576,1.199114336,4488.2552189 +209,-1.646289963,0.6833746083,419,0.268112576,1.199114336,4177.9674453 +210,-1.5820631,0.6751952144,419,0.268112576,1.199114336,4128.7422695 +211,-1.613236298,0.6681681791,419,0.268112576,1.199114336,4192.95609 +212,-1.914661867,0.8212566515,419,0.268112576,1.199114336,3963.0340569 +213,-1.742133237,0.7250275956,419,0.268112576,1.199114336,4137.768944 +214,-2.033144872,0.6557314699,419,0.268112576,1.199114336,4694.8793792 +215,-2.039551981,0.6964723658,419,0.268112576,1.199114336,4546.4154861 +216,-1.247341019,0.7622473908,419,0.268112576,1.199114336,3377.678738 +217,-1.298239787,0.7084123392,419,0.268112576,1.199114336,3636.1080361 +218,-1.308539688,0.6926545592,419,0.268112576,1.199114336,3705.8809443 +219,-1.303263185,0.6888938396,419,0.268112576,1.199114336,3711.9126859 +220,-1.852400229,0.6004246149,419,0.268112576,1.199114336,4721.2772369 +221,-1.288947707,0.7473773692,419,0.268112576,1.199114336,3486.6425757 +222,-1.372031502,0.7472790993,419,0.268112576,1.199114336,3599.3305139 +223,-1.289805721,0.7242157877,419,0.268112576,1.199114336,3568.9378159 +224,-1.350807603,0.7533498126,419,0.268112576,1.199114336,3549.5968844 +225,-1.329290365,0.7560442322,419,0.268112576,1.199114336,3511.1895823 +226,-1.410153004,0.616936428,419,0.268112576,1.199114336,4114.6602436 +227,-1.393445434,0.6308995063,419,0.268112576,1.199114336,4041.8626184 +228,-1.37595573,0.6241540638,419,0.268112576,1.199114336,4042.2384631 +229,-1.358388707,0.6172645205,419,0.268112576,1.199114336,4042.8724406 +230,-1.753741133,0.8281661666,419,0.268112576,1.199114336,3774.3938432 +231,-1.47430987,0.6834615681,419,0.268112576,1.199114336,3961.1642294 +232,-1.421012508,0.7222725206,419,0.268112576,1.199114336,3752.7221588 +233,-1.4476833,0.6978557868,419,0.268112576,1.199114336,3874.7738404 +234,-1.470370723,0.6966193374,419,0.268112576,1.199114336,3908.9012057 +235,-1.429211703,0.7037216883,419,0.268112576,1.199114336,3829.5045706 +236,-1.700578405,0.6178673663,419,0.268112576,1.199114336,4483.0441614 +237,-1.678117619,0.6331716163,419,0.268112576,1.199114336,4399.8756831 +238,-1.725644578,0.6316331145,419,0.268112576,1.199114336,4462.0166599 +239,-2.14012759,0.7930497945,419,0.268112576,1.199114336,4263.5377731 +240,-2.103289431,0.7653606263,419,0.268112576,1.199114336,4339.7159043 +241,-1.318739838,0.7017808746,419,0.268112576,1.199114336,3687.6316877 +242,-1.396417427,0.7077900843,419,0.268112576,1.199114336,3771.4582831 +243,-1.35650337,0.7185539404,419,0.268112576,1.199114336,3679.7444395 +244,-1.248884539,0.7274156818,419,0.268112576,1.199114336,3501.2095718 +245,-1.395014798,0.5761185243,419,0.268112576,1.199114336,4241.1132005 +246,-1.433377362,0.6064716109,419,0.268112576,1.199114336,4183.7015264 +247,-1.408172432,0.5903155476,419,0.268112576,1.199114336,4207.8504118 +248,-1.749645898,0.7757118084,419,0.268112576,1.199114336,3960.8158168 +249,-1.571626686,0.615046989,419,0.268112576,1.199114336,4334.0240284 +250,-1.514070049,0.6303003037,419,0.268112576,1.199114336,4204.5092826 +251,-1.480890369,0.6237966528,419,0.268112576,1.199114336,4184.5289446 +252,-1.704390658,0.5281680612,419,0.268112576,1.199114336,4818.7265133 +253,-1.64434733,0.5254277498,419,0.268112576,1.199114336,4754.4571276 +254,-1.703855997,0.4792484842,419,0.268112576,1.199114336,4999.3232456 +255,-1.692002383,0.5748825051,419,0.268112576,1.199114336,4631.0728876 +256,-1.854136457,0.5544643913,419,0.268112576,1.199114336,4895.0072726 +257,-1.665021206,0.520317736,419,0.268112576,1.199114336,4799.1928274 +258,-1.733654349,0.4845187345,419,0.268112576,1.199114336,5016.1980073 +259,-1.720938188,0.5135933906,419,0.268112576,1.199114336,4892.8413844 +260,-1.742668307,0.553296122,419,0.268112576,1.199114336,4771.6876666 +261,-1.965659039,0.7142126903,419,0.268112576,1.199114336,4411.1300559 +262,-1.944438071,0.6772834804,419,0.268112576,1.199114336,4529.1462438 +263,-1.270340967,0.7681487096,419,0.268112576,1.199114336,3388.8059864 +264,-1.353091884,0.6549276821,419,0.268112576,1.199114336,3900.9448269 +265,-1.333236659,0.6413584414,419,0.268112576,1.199114336,3922.0885957 +266,-1.352015998,0.6753788907,419,0.268112576,1.199114336,3826.6570801 +267,-1.377988483,0.6577816235,419,0.268112576,1.199114336,3924.6806744 +268,-2.13075611,0.8318642051,419,0.268112576,1.199114336,4108.8101651 +269,-2.097910953,0.8259670014,419,0.268112576,1.199114336,4105.6365725 +270,-1.416382069,0.6694271549,419,0.268112576,1.199114336,3934.8125209 +271,-1.538905672,0.7535625993,419,0.268112576,1.199114336,3792.8050541 +272,-1.572309477,0.7803125099,419,0.268112576,1.199114336,3738.4094007 +273,-1.87759879,0.7503853417,419,0.268112576,1.199114336,4189.3942075 +274,1.152365588,0.590457682,419,0.268112576,1.199114336,3094.9586202 +275,0.350198001,0.718001859,419,0.268112576,1.199114336,1913.5545798 +276,0.046513677,0.491503852,419,0.268112576,1.199114336,2850.2255445 +277,0.027510309,0.742571376,419,0.268112576,1.199114336,1876.4302117 +278,0.306285725,-0.214631579,419,0.268112576,1.199114336,5600.8842661 +279,-1.100564889,0.318051531,419,0.268112576,1.199114336,4760.6068585 +280,-1.078582306,0.301437596,419,0.268112576,1.199114336,4789.962559 +281,-1.137371989,-0.617634065,419,0.268112576,1.199114336,8254.1361397 +282,0.784356344,0.703272339,419,0.268112576,1.199114336,2246.2397512 +283,-1.221209947,0.218327455,419,0.268112576,1.199114336,5299.9663082 +284,2.347301921,-0.449114658,419,0.268112576,1.199114336,8594.3796762 +285,0.246820618,0.830553713,419,0.268112576,1.199114336,1460.4789476 +286,0.829414965,0.703288228,419,0.268112576,1.199114336,2292.9665134 +287,-1.337537566,0.42332223,419,0.268112576,1.199114336,4715.5378072 +288,0.882453706,0.454478077,419,0.268112576,1.199114336,3283.3721393 +289,1.575629659,0.416419109,419,0.268112576,1.199114336,4313.8077924 +290,-1.039455679,0.229888244,419,0.268112576,1.199114336,4997.073513 +291,0.489558039,0.934482747,419,0.268112576,1.199114336,1125.2549797 +292,0.081344504,0.88384514,419,0.268112576,1.199114336,1298.975049 +293,-1.547979814,0.300350308,419,0.268112576,1.199114336,5459.0622566 +294,0.040776181,0.168560074,419,0.268112576,1.199114336,4124.4392363 +295,-1.130374745,0.563894876,419,0.268112576,1.199114336,3912.2559662 +296,1.578326642,0.478507176,419,0.268112576,1.199114336,4092.4922076 +297,-1.12861823,-0.291640865,419,0.268112576,1.199114336,7050.4484353 +298,0.310524208,0.770885792,419,0.268112576,1.199114336,1698.446394 +299,0.415649091,-0.387246002,419,0.268112576,1.199114336,6298.0465552 +300,-0.926533878,-0.188022748,419,0.268112576,1.199114336,6392.666776 +301,1.258856172,-0.11716081,419,0.268112576,1.199114336,5869.8300354 +302,-1.126050026,0.322941926,419,0.268112576,1.199114336,4779.3096127 +303,2.002785835,0.07893892,419,0.268112576,1.199114336,6164.8614729 +304,0.440437607,0.746258085,419,0.268112576,1.199114336,1829.1939775 +305,-0.030391866,0.214441206,419,0.268112576,1.199114336,3974.4475199 +306,0.521557815,-0.058929362,419,0.268112576,1.199114336,5031.2329411 +307,-0.097005111,0.13317729,419,0.268112576,1.199114336,4328.7820899 +308,1.83113859,0.221857587,419,0.268112576,1.199114336,5392.9083047 +309,0.222428864,0.099404236,419,0.268112576,1.199114336,4357.6275634 +310,-1.702731345,0.8728568183,419,0.268112576,1.199114336,3558.102274 +311,-0.418507569,0.278324921,419,0.268112576,1.199114336,4027.688194 +312,-1.41153306,0.339029988,419,0.268112576,1.199114336,5128.0869413 +313,0.357560442,0.114788776,419,0.268112576,1.199114336,4301.473799 +314,0.325818979,0.268352149,419,0.268112576,1.199114336,3689.6268623 +315,-1.246004659,-0.663679965,419,0.268112576,1.199114336,8565.5389536 +316,1.814603087,0.637404484,419,0.268112576,1.199114336,3860.0536539 +317,1.843704281,-0.18300445,419,0.268112576,1.199114336,6903.6893978 +318,1.690644492,-0.211480909,419,0.268112576,1.199114336,6790.7770048 +319,-1.275451936,0.068109467,419,0.268112576,1.199114336,5931.4186984 +320,0.762430171,-0.207594741,419,0.268112576,1.199114336,5742.2253946 +321,0.265668905,-0.014647884,419,0.268112576,1.199114336,4807.7167372 +322,-2.773032013,-0.335515811,419,0.268112576,1.199114336,9014.1364428 +323,-1.469512853,0.174058777,419,0.268112576,1.199114336,5817.3638539 +324,0.286276986,0.785925691,419,0.268112576,1.199114336,1637.0578751 +325,-1.379324697,0.377432233,419,0.268112576,1.199114336,4942.0732604 +326,-1.203778265,0.212813032,419,0.268112576,1.199114336,5295.1672093 +327,0.579916301,0.611743168,419,0.268112576,1.199114336,2427.1395999 +328,0.267582642,0.868113908,419,0.268112576,1.199114336,1311.093097 +329,0.412869244,-0.050245578,419,0.268112576,1.199114336,4964.5422639 +330,0.17524381,0.976660285,419,0.268112576,1.199114336,896.73389951 +331,0.743157214,0.204812899,419,0.268112576,1.199114336,4121.7612606 +332,-1.070758176,0.269382282,419,0.268112576,1.199114336,4896.4056921 +333,-1.230364251,0.329790229,419,0.268112576,1.199114336,4904.2515607 +334,-1.374813124,-0.024926835,419,0.268112576,1.199114336,6417.6285398 +335,0.519780566,0.463669906,419,0.268112576,1.199114336,2973.0104087 +336,-1.55108034,0.239698561,419,0.268112576,1.199114336,5687.6975214 +337,0.180294813,0.029739425,419,0.268112576,1.199114336,4637.9116774 +338,0.67820924,0.268170153,419,0.268112576,1.199114336,3829.0008879 +339,0.445798684,1.024001867,419,0.268112576,1.199114336,758.24178157 +340,0.691751283,0.150521402,419,0.268112576,1.199114336,4297.0771008 +341,-1.036643551,-0.903056181,419,0.268112576,1.199114336,9143.3795601 +342,-0.120287036,1.083325163,419,0.268112576,1.199114336,780.81984937 +343,2.823513113,-0.304487164,419,0.268112576,1.199114336,8614.4989051 +344,0.457583172,1.12513373,419,0.268112576,1.199114336,417.0193726 +345,0.042918831,0.813795399,419,0.268112576,1.199114336,1591.3011995 +346,1.196146777,-0.853142756,419,0.268112576,1.199114336,8570.3133236 +347,0.206001358,-0.010430701,419,0.268112576,1.199114336,4793.9726745 +348,-0.268308653,0.234799412,419,0.268112576,1.199114336,4054.1405961 +349,0.759363263,0.736189579,419,0.268112576,1.199114336,2098.4150886 +350,0.181363926,0.891988372,419,0.268112576,1.199114336,1227.7106478 +351,-0.021111158,0.139103292,419,0.268112576,1.199114336,4266.215457 +352,-0.093355215,0.630686981,419,0.268112576,1.199114336,2387.3915678 +353,0.40118964,0.681375926,419,0.268112576,1.199114336,2070.6358018 +354,-0.721197315,1.304706234,419,0.268112576,1.199114336,1240.1809205 +355,-1.076150317,0.212107639,419,0.268112576,1.199114336,5114.7668855 +356,-1.577164531,0.273993443,419,0.268112576,1.199114336,5596.1215354 +357,-0.190788414,0.182208586,419,0.268112576,1.199114336,4197.8651623 +358,-0.261349752,0.209710184,419,0.268112576,1.199114336,4145.4339555 +359,-1.029303852,0.083549259,419,0.268112576,1.199114336,5523.2842429 +360,-1.268609162,0.330525297,419,0.268112576,1.199114336,4956.4225984 +361,1.282982244,-0.926641967,419,0.268112576,1.199114336,8921.1028247 +362,0.217352334,0.731352408,419,0.268112576,1.199114336,1855.8612145 +363,-1.511833084,0.258629297,419,0.268112576,1.199114336,5563.7779348 +364,0.338812194,0.823184618,419,0.268112576,1.199114336,1495.6987427 +365,-0.324406489,1.134201999,419,0.268112576,1.199114336,944.33402047 +366,1.389579348,0.399185724,419,0.268112576,1.199114336,4113.6559176 +367,2.047152199,-0.039082036,419,0.268112576,1.199114336,6664.224308 +368,0.947780369,0.568250077,419,0.268112576,1.199114336,2925.1024412 +369,0.763824846,0.576754987,419,0.268112576,1.199114336,2704.2463892 +370,-0.142334657,0.928153068,419,0.268112576,1.199114336,1314.5252342 +371,0.610266567,0.547265983,419,0.268112576,1.199114336,2697.1719819 +372,0.210731629,0.746815056,419,0.268112576,1.199114336,1795.5290332 +373,-1.34931644,0.316895224,419,0.268112576,1.199114336,5121.5082268 +374,2.407696481,0.655030745,419,0.268112576,1.199114336,4537.8969252 +375,0.64207831,0.545359131,419,0.268112576,1.199114336,2726.2399652 +376,1.174597538,0.840588356,419,0.268112576,1.199114336,2245.8909541 +377,0.660059424,0.010604079,419,0.268112576,1.199114336,4824.5842349 +378,-0.730263819,0.010486456,419,0.268112576,1.199114336,5398.1148418 +379,0.831068936,0.512339172,419,0.268112576,1.199114336,3012.6075219 +380,1.301180979,0.72367476,419,0.268112576,1.199114336,2824.6499764 +381,1.811128231,0.322854402,419,0.268112576,1.199114336,4993.5198294 +382,0.435105812,0.992284428,419,0.268112576,1.199114336,870.93105352 +383,0.62643634,0.592027932,419,0.268112576,1.199114336,2534.5327851 +384,0.492988703,-0.516339467,419,0.268112576,1.199114336,6826.7626192 +385,-0.162469483,0.112549365,419,0.268112576,1.199114336,4449.9275884 +386,0.314630866,0.472006421,419,0.268112576,1.199114336,2882.1590322 +387,0.166744804,0.822815954,419,0.268112576,1.199114336,1504.1267546 +388,0.417159608,0.965805736,419,0.268112576,1.199114336,962.58655354 +389,0.106334961,0.868774244,419,0.268112576,1.199114336,1345.3728823 +390,0.815086969,-0.338144359,419,0.268112576,1.199114336,6287.1083216 +391,0.59867455,-0.230624824,419,0.268112576,1.199114336,5739.6792178 +392,1.915104874,0.066220985,419,0.268112576,1.199114336,6086.9529506 +393,1.278093622,0.064463721,419,0.268112576,1.199114336,5209.6487625 +394,-0.061477853,0.302997961,419,0.268112576,1.199114336,3643.2764106 +395,0.251311504,0.626976942,419,0.268112576,1.199114336,2266.5398697 +396,2.950242872,0.149095644,419,0.268112576,1.199114336,6952.931784 +397,-0.180294708,0.35375117,419,0.268112576,1.199114336,3523.4236959 +398,1.010448592,-0.351180233,419,0.268112576,1.199114336,6496.3407763 +399,-1.748740498,0.3686318073,419,0.268112576,1.199114336,5466.429336 +400,2.699635665,0.123533791,419,0.268112576,1.199114336,6852.4130804 +401,0.496808033,0.823843254,419,0.268112576,1.199114336,1554.4025997 +402,0.129574704,0.763364087,419,0.268112576,1.199114336,1749.4508786 +403,1.798920311,0.817447563,419,0.268112576,1.199114336,3208.2407445 +404,0.335987953,0.746786541,419,0.268112576,1.199114336,1797.224489 +405,-1.085413643,0.292154671,419,0.268112576,1.199114336,4833.7860307 +406,-0.155321003,0.508207011,419,0.268112576,1.199114336,2906.5116479 +407,0.620529244,-0.301175104,419,0.268112576,1.199114336,6027.2323777 +408,1.684402744,0.368716966,419,0.268112576,1.199114336,4643.865271 +409,0.300582244,-0.386397212,419,0.268112576,1.199114336,6280.913674 +410,2.913555946,-0.009225192,419,0.268112576,1.199114336,7545.5197487 +411,1.465101417,0.493232532,419,0.268112576,1.199114336,3877.3117954 +412,0.090612882,0.907955955,419,0.268112576,1.199114336,1200.7805365 +413,2.987564726,-0.729568594,419,0.268112576,1.199114336,10385.624831 +414,-1.484261606,0.224149272,419,0.268112576,1.199114336,5652.9288904 +415,0.164073421,0.303955133,419,0.268112576,1.199114336,3555.2281558 +416,0.141441293,0.167552546,419,0.268112576,1.199114336,4099.2468401 +417,2.931321023,-0.506718887,419,0.268112576,1.199114336,9486.9686566 +418,2.21951565,0.700596356,419,0.268112576,1.199114336,4159.302056 +419,0.268112576,1.199114336,419,0.268112576,1.199114336,0 +420,0.978913739,0.359223811,419,0.268112576,1.199114336,3745.751198 +421,1.210898818,0.522863584,419,0.268112576,1.199114336,3418.4574237 +422,2.347397336,0.129231362,419,0.268112576,1.199114336,6440.9669377 +423,0.614394501,0.556878345,419,0.268112576,1.199114336,2662.5591957 +424,-1.398079356,0.148483366,419,0.268112576,1.199114336,5810.7318348 +425,2.535303836,-0.112984496,419,0.268112576,1.199114336,7581.4416781 +426,-1.019372593,-0.405322349,419,0.268112576,1.199114336,7321.6831034 +427,-1.297785627,-0.160104069,419,0.268112576,1.199114336,6805.424659 +428,2.144554488,0.205051084,419,0.268112576,1.199114336,5893.9027502 +429,-2.242387083,-0.426171285,419,0.268112576,1.199114336,9035.9423131 +430,0.338637212,0.909723676,419,0.268112576,1.199114336,1153.9452477 +431,-0.148798452,0.691042401,419,0.268112576,1.199114336,2199.7690511 +432,0.893524764,0.441829531,419,0.268112576,1.199114336,3342.6405915 +433,0.969229347,-0.368847936,419,0.268112576,1.199114336,6527.5058647 +434,0.436043248,0.800045688,419,0.268112576,1.199114336,1616.6092818 +435,1.687946607,1.081504775,419,0.268112576,1.199114336,2212.1013774 +436,0.522302046,-0.034889271,419,0.268112576,1.199114336,4936.7307017 +437,-0.178996113,-0.438090009,419,0.268112576,1.199114336,6613.4660722 +438,-1.094339566,0.301444068,419,0.268112576,1.199114336,4812.5171768 +439,-1.064070054,0.242569932,419,0.268112576,1.199114336,4985.419967 +440,-1.068153768,0.230387998,419,0.268112576,1.199114336,5036.0657043 +441,-3.00496892,-0.23989155,419,0.268112576,1.199114336,8629.6533728 +442,0.21751974,0.766874888,419,0.268112576,1.199114336,1715.2618347 +443,0.117229532,0.007619006,419,0.268112576,1.199114336,4737.0915134 +444,0.777758451,0.420554741,419,0.268112576,1.199114336,3314.8260194 +445,-0.252356999,0.250747086,419,0.268112576,1.199114336,3979.2304951 +446,0.363148444,0.768483434,419,0.268112576,1.199114336,1716.8753042 +447,0.903191366,-0.118210676,419,0.268112576,1.199114336,5503.2312335 +448,-0.205755923,0.149406178,419,0.268112576,1.199114336,4336.3847856 +449,1.811996086,0.02364353,419,0.268112576,1.199114336,6095.9534612 +450,-1.100670221,0.314845373,419,0.268112576,1.199114336,4772.4984921 +451,0.340078597,0.850105132,419,0.268112576,1.199114336,1389.593268 +452,0.258757267,0.804969236,419,0.268112576,1.199114336,1561.3223632 +453,2.78505352,-0.155160804,419,0.268112576,1.199114336,8004.7442662 +454,0.800551619,0.105822106,419,0.268112576,1.199114336,4550.4499312 +455,0.437940882,-0.506194031,419,0.268112576,1.199114336,6772.9974322 +456,2.230431122,0.63458615,419,0.268112576,1.199114336,4413.9654864 +457,0.527965361,0.127667701,419,0.268112576,1.199114336,4298.3639446 +458,-0.063643205,0.702093448,419,0.268112576,1.199114336,2090.8530577 +459,1.408447268,0.133010502,419,0.268112576,1.199114336,5123.4667997 +460,0.523795955,0.280266966,419,0.268112576,1.199114336,3695.7894773 +461,-0.975769313,0.072177659,419,0.268112576,1.199114336,5490.8845732 +462,0.549774164,-0.463663986,419,0.268112576,1.199114336,6637.2136896 +463,0.29245874,1.095549818,419,0.268112576,1.199114336,412.10166302 +464,0.143625958,0.816809593,419,0.268112576,1.199114336,1534.6071698 +465,0.671902494,0.611159853,419,0.268112576,1.199114336,2494.5635763 +466,1.239840988,0.6724199,419,0.268112576,1.199114336,2918.8379855 +467,0.607829703,-0.10932137,419,0.268112576,1.199114336,5267.0993772 +468,1.763020906,0.263996692,419,0.268112576,1.199114336,5140.2317678 +469,0.378714634,0.726066797,419,0.268112576,1.199114336,1888.1174833 +470,2.196736143,-0.153862366,419,0.268112576,1.199114336,7298.6230751 +471,0.01702415,0.148991565,419,0.268112576,1.199114336,4210.7723154 +472,-2.998490902,-0.158002487,419,0.268112576,1.199114336,8307.1698964 +473,-3.051262951,-0.346595608,419,0.268112576,1.199114336,9038.7858188 +474,-1.069176439,0.182802941,419,0.268112576,1.199114336,5212.8294339 +475,0.167157509,0.595344954,419,0.268112576,1.199114336,2402.1913717 +476,0.613855648,0.681746124,419,0.268112576,1.199114336,2179.2202112 +477,1.037012736,0.682555367,419,0.268112576,1.199114336,2612.6462239 +478,-1.253574971,0.379755746,419,0.268112576,1.199114336,4754.9752903 +479,3.108590453,-0.132620738,419,0.268112576,1.199114336,8146.5531432 +480,0.565301296,0.022333262,419,0.268112576,1.199114336,4729.2680906 +481,0.547898238,0.855555614,419,0.268112576,1.199114336,1465.8652788 +482,0.948309381,0.417393755,419,0.268112576,1.199114336,3492.5430846 +483,-0.050600732,0.945269213,419,0.268112576,1.199114336,1162.4512441 +484,-0.977651478,-0.572363064,419,0.268112576,1.199114336,7882.8644764 +485,1.102014914,0.728861163,419,0.268112576,1.199114336,2531.7431066 +486,2.927300795,-0.282939414,419,0.268112576,1.199114336,8619.769795 +487,-1.154565557,0.124434095,419,0.268112576,1.199114336,5550.0039244 +488,1.855331234,0.291044755,419,0.268112576,1.199114336,5173.3390087 +489,0.830290659,0.276904518,419,0.268112576,1.199114336,3913.7824889 +490,0.485104466,-0.234867441,419,0.268112576,1.199114336,5713.1016034 +491,0.521367572,-0.33161327,419,0.268112576,1.199114336,6106.6256673 +1,-1.539031704,0.7349710123,420,0.978913739,0.359223811,7545.7407927 +2,-1.536990553,0.7349663874,420,0.978913739,0.359223811,7542.2800853 +3,-1.534951779,0.7349571355,420,0.978913739,0.359223811,7538.829539 +4,-1.532906461,0.7349480293,420,0.978913739,0.359223811,7535.3585026 +5,-1.531320211,0.7346937278,420,0.978913739,0.359223811,7533.455204 +6,-1.539451648,0.7335131775,420,0.978913739,0.359223811,7551.1646572 +7,-1.537429487,0.7335445708,420,0.978913739,0.359223811,7547.6159572 +8,-1.535484998,0.7335658704,420,0.978913739,0.359223811,7544.224314 +9,-1.533488396,0.7336036027,420,0.978913739,0.359223811,7540.6826178 +10,-1.531497785,0.7335842962,420,0.978913739,0.359223811,7537.326501 +11,-1.530259379,0.7334777758,420,0.978913739,0.359223811,7535.5378566 +12,-1.5335454,0.7322346912,420,0.978913739,0.359223811,7545.1857773 +13,-1.531489083,0.7322238773,420,0.978913739,0.359223811,7541.6839185 +14,-1.530011122,0.7321679851,420,0.978913739,0.359223811,7539.3159492 +15,-1.53348106,0.7306614094,420,0.978913739,0.359223811,7550.1370634 +16,-1.531441779,0.7306962275,420,0.978913739,0.359223811,7546.5111325 +17,-1.529755654,0.7306933243,420,0.978913739,0.359223811,7543.6084651 +18,-1.533415048,0.7291384674,420,0.978913739,0.359223811,7554.9219852 +19,-1.531392093,0.7291705353,420,0.978913739,0.359223811,7551.3265455 +20,-1.529296523,0.7291214933,420,0.978913739,0.359223811,7547.8571304 +21,-1.535280942,0.727267644,420,0.978913739,0.359223811,7564.1587097 +22,-1.533378158,0.7276139666,420,0.978913739,0.359223811,7559.7607128 +23,-1.531340368,0.7276446587,420,0.978913739,0.359223811,7556.137605 +24,-1.528960113,0.7276398177,420,0.978913739,0.359223811,7552.0253417 +25,-1.533313146,0.7260818349,420,0.978913739,0.359223811,7564.5739687 +26,-1.531259555,0.7260958115,420,0.978913739,0.359223811,7560.9705066 +27,-1.528926415,0.7260865555,420,0.978913739,0.359223811,7556.9464598 +28,-1.531226779,0.7245511789,420,0.978913739,0.359223811,7565.8717155 +29,-1.528904772,0.7245519194,420,0.978913739,0.359223811,7561.827528 +30,-1.547195875,0.7409785979,420,0.978913739,0.359223811,7540.0416926 +31,-1.5451475,0.740980426,420,0.978913739,0.359223811,7536.6079137 +32,-1.543097679,0.7409798872,420,0.978913739,0.359223811,7533.1705177 +33,-1.540720364,0.7409892687,420,0.978913739,0.359223811,7529.1404437 +34,-1.547188511,0.7395198392,420,0.978913739,0.359223811,7544.7689384 +35,-1.545148587,0.7395226109,420,0.978913739,0.359223811,7541.3402612 +36,-1.543104538,0.7395314908,420,0.978913739,0.359223811,7537.876062 +37,-1.540727751,0.7395306258,420,0.978913739,0.359223811,7533.8731486 +38,-1.547187029,0.7380014886,420,0.978913739,0.359223811,7549.698606 +39,-1.545147315,0.7380012252,420,0.978913739,0.359223811,7546.2739114 +40,-1.54310719,0.7380060743,420,0.978913739,0.359223811,7542.823139 +41,-1.540719671,0.7380068206,420,0.978913739,0.359223811,7538.7895823 +42,-1.547187189,0.7364799098,420,0.978913739,0.359223811,7554.6404628 +43,-1.545149996,0.7364853874,420,0.978913739,0.359223811,7551.1951692 +44,-1.543106091,0.7364823484,420,0.978913739,0.359223811,7547.7573631 +45,-1.540717158,0.7364893901,420,0.978913739,0.359223811,7543.693721 +46,-1.538663972,0.7410138672,420,0.978913739,0.359223811,7525.5916041 +47,-1.53695285,0.7409699132,420,0.978913739,0.359223811,7522.8400078 +48,-1.534910498,0.7409641297,420,0.978913739,0.359223811,7519.3968181 +49,-1.533145034,0.7409536636,420,0.978913739,0.359223811,7516.4309698 +50,-1.538681336,0.7395405883,420,0.978913739,0.359223811,7530.3824912 +51,-1.536999189,0.7395183096,420,0.978913739,0.359223811,7527.6050064 +52,-1.534923633,0.7395144222,420,0.978913739,0.359223811,7524.0934581 +53,-1.533267822,0.7395654306,420,0.978913739,0.359223811,7521.111297 +54,-1.53867273,0.7380151077,420,0.978913739,0.359223811,7535.2971321 +55,-1.536980576,0.7379994392,420,0.978913739,0.359223811,7532.4760861 +56,-1.534931522,0.7379944961,420,0.978913739,0.359223811,7529.006621 +57,-1.533387952,0.7379480264,420,0.978913739,0.359223811,7526.5248535 +58,-1.538682279,0.7364914363,420,0.978913739,0.359223811,7540.2356468 +59,-1.536980704,0.7364810563,420,0.978913739,0.359223811,7537.3763184 +60,-1.534935567,0.7364752065,420,0.978913739,0.359223811,7533.9101646 +61,-1.533042592,0.7363876366,420,0.978913739,0.359223811,7530.958473 +62,-1.545143426,0.7349628011,420,0.978913739,0.359223811,7556.1216673 +63,-1.543105297,0.7349691947,420,0.978913739,0.359223811,7552.656801 +64,-1.541064533,0.7349647152,420,0.978913739,0.359223811,7549.213877 +65,-1.545411803,0.7334624714,420,0.978913739,0.359223811,7561.4396931 +66,-1.543446606,0.7334780896,420,0.978913739,0.359223811,7558.0635401 +67,-1.541475327,0.7334957295,420,0.978913739,0.359223811,7554.6624446 +68,-1.545401939,0.731963266,420,0.978913739,0.359223811,7566.2834752 +69,-1.54342253,0.7319915583,420,0.978913739,0.359223811,7562.8362085 +70,-1.541455867,0.7320216438,420,0.978913739,0.359223811,7559.3967273 +71,-1.545410146,0.7304422281,420,0.978913739,0.359223811,7571.2275707 +72,-1.543435491,0.7304713664,420,0.978913739,0.359223811,7567.779644 +73,-1.541463105,0.7304997613,420,0.978913739,0.359223811,7564.3299239 +74,-1.545414768,0.7289194936,420,0.978913739,0.359223811,7576.1700466 +75,-1.543435774,0.7289538557,420,0.978913739,0.359223811,7572.69181 +76,-1.541457714,0.7289765881,420,0.978913739,0.359223811,7569.2446908 +77,-1.539449415,0.7320555866,420,0.978913739,0.359223811,7555.8689624 +78,-1.537429183,0.7321097681,420,0.978913739,0.359223811,7552.2441094 +79,-1.535472649,0.7321497267,420,0.978913739,0.359223811,7548.7660748 +80,-1.539457899,0.7305333307,420,0.978913739,0.359223811,7560.7993833 +81,-1.537453161,0.7305750503,420,0.978913739,0.359223811,7557.2351149 +82,-1.535479385,0.7306124949,420,0.978913739,0.359223811,7553.729621 +83,-1.53946905,0.7290102593,420,0.978913739,0.359223811,7565.7359711 +84,-1.537459922,0.7290417293,420,0.978913739,0.359223811,7562.1911189 +85,-1.535451349,0.7290890157,420,0.978913739,0.359223811,7558.5880056 +86,-1.535522937,0.7279887191,420,0.978913739,0.359223811,7562.2542341 +87,-1.539442524,0.7274735939,420,0.978913739,0.359223811,7570.6508047 +88,-1.537424111,0.727521351,420,0.978913739,0.359223811,7567.0311554 +89,-1.539384641,0.7259505092,420,0.978913739,0.359223811,7575.4666635 +90,-1.537372391,0.7259947145,420,0.978913739,0.359223811,7571.8626439 +91,-1.535340789,0.7260435356,420,0.978913739,0.359223811,7568.2021329 +92,-1.539325716,0.7244369706,420,0.978913739,0.359223811,7580.2484692 +93,-1.537308932,0.7244801057,420,0.978913739,0.359223811,7576.6336944 +94,-1.535289068,0.7245247645,420,0.978913739,0.359223811,7573.0004089 +95,-1.533261366,0.7245550236,420,0.978913739,0.359223811,7569.3915343 +96,-1.539267302,0.722921924,420,0.978913739,0.359223811,7585.0345617 +97,-1.537248972,0.7229660258,420,0.978913739,0.359223811,7581.4075972 +98,-1.535219431,0.7229916471,420,0.978913739,0.359223811,7577.8123589 +99,-1.53318962,0.7230212049,420,0.978913739,0.359223811,7574.1954875 +100,-1.531154816,0.7230299897,420,0.978913739,0.359223811,7570.6281059 +101,-1.528878341,0.7230370244,420,0.978913739,0.359223811,7566.6357145 +102,-1.539218189,0.7214009878,420,0.978913739,0.359223811,7589.8542491 +103,-1.537198791,0.7214422745,420,0.978913739,0.359223811,7586.2281025 +104,-1.535179266,0.7214634354,420,0.978913739,0.359223811,7582.658128 +105,-1.533156501,0.7214944644,420,0.978913739,0.359223811,7579.0423415 +106,-1.53113574,0.7215166021,420,0.978913739,0.359223811,7575.4501664 +107,-1.528874248,0.7215345535,420,0.978913739,0.359223811,7571.4419078 +108,-1.539217656,0.7198512397,420,0.978913739,0.359223811,7594.8494719 +109,-1.537199919,0.7199428763,420,0.978913739,0.359223811,7591.0577944 +110,-1.545425832,0.727397149,420,0.978913739,0.359223811,7581.1211754 +111,-1.543371177,0.7273916949,420,0.978913739,0.359223811,7577.6366443 +112,-1.541368852,0.7274523163,420,0.978913739,0.359223811,7574.0190898 +113,-1.545349067,0.7258710923,420,0.978913739,0.359223811,7585.933518 +114,-1.54332671,0.7258603556,420,0.978913739,0.359223811,7582.5146428 +115,-1.541346831,0.7259242142,420,0.978913739,0.359223811,7578.9187743 +116,-1.545324355,0.7243383958,420,0.978913739,0.359223811,7590.8547251 +117,-1.543292796,0.7243617413,420,0.978913739,0.359223811,7587.3035054 +118,-1.541295822,0.7244024384,420,0.978913739,0.359223811,7583.7470071 +119,-1.543193859,0.7205570215,420,0.978913739,0.359223811,7599.4337742 +120,-1.550257047,0.7386738187,420,0.978913739,0.359223811,7552.6498309 +121,-1.549335448,0.7311736483,420,0.978913739,0.359223811,7575.4928869 +122,-1.533478843,0.7179891343,420,0.978913739,0.359223811,7590.8615062 +123,-1.556150555,0.738907041,420,0.978913739,0.359223811,7561.6895081 +124,-1.554324226,0.733414257,420,0.978913739,0.359223811,7576.5754006 +125,-1.554290846,0.7288285332,420,0.978913739,0.359223811,7591.4649316 +126,-1.55122487,0.7219795312,420,0.978913739,0.359223811,7608.5640863 +127,-1.525104458,0.7229399862,420,0.978913739,0.359223811,7560.3408005 +128,-1.519607711,0.7236181429,420,0.978913739,0.359223811,7548.5058998 +129,-1.513899999,0.7251107854,420,0.978913739,0.359223811,7533.6635497 +130,-1.536620762,0.7431061895,420,0.978913739,0.359223811,7515.3805589 +131,-1.5369566,0.7460845958,420,0.978913739,0.359223811,7506.3262875 +132,-1.545345528,0.7447040685,420,0.978913739,0.359223811,7524.8508938 +133,-1.532813921,0.7432306626,420,0.978913739,0.359223811,7508.5336598 +134,-1.554788248,0.7382381001,420,0.978913739,0.359223811,7561.6141638 +135,-1.540348126,0.7301594274,420,0.978913739,0.359223811,7563.5276473 +136,-1.538016084,0.7239051786,420,0.978913739,0.359223811,7579.7064083 +137,-1.525288962,0.7258085137,420,0.978913739,0.359223811,7551.4928969 +138,-1.534326986,0.731241342,420,0.978913739,0.359223811,7549.7254765 +139,-1.530733872,0.7303625216,420,0.978913739,0.359223811,7546.3609286 +141,-1.534354939,0.7328219978,420,0.978913739,0.359223811,7544.6847346 +142,-1.53157084,0.7292888153,420,0.978913739,0.359223811,7551.2555025 +143,-1.525691035,0.7263799874,420,0.978913739,0.359223811,7550.3674769 +144,-1.534031287,0.7495967835,420,0.978913739,0.359223811,7490.0651994 +145,-1.527714986,0.7283095957,420,0.978913739,0.359223811,7547.7153612 +146,-1.526189586,0.7271468292,420,0.978913739,0.359223811,7548.7836206 +147,-1.555177336,0.7375563366,420,0.978913739,0.359223811,7564.485342 +148,-1.555080283,0.7312707794,420,0.978913739,0.359223811,7584.8286754 +149,-1.53856994,0.7224180299,420,0.978913739,0.359223811,7585.4557618 +150,-1.530837883,0.729933372,420,0.978913739,0.359223811,7547.9187499 +151,-1.515066984,0.5854133365,420,0.978913739,0.359223811,7974.0119065 +152,-1.534731633,0.5368370046,420,0.978913739,0.359223811,8165.5015871 +153,-1.515231902,0.5607085576,420,0.978913739,0.359223811,8050.5267691 +154,-2.616253799,1.0684566605,420,0.978913739,0.359223811,6606.9508029 +155,-1.956071439,0.5792177723,420,0.978913739,0.359223811,8645.4644628 +156,-1.951208514,0.5602434208,420,0.978913739,0.359223811,8714.5735043 +157,-1.944675062,0.6062144545,420,0.978913739,0.359223811,8532.6864659 +158,-1.613778386,0.6077989518,420,0.978913739,0.359223811,8092.3590072 +159,-2.035029014,0.6021432345,420,0.978913739,0.359223811,8605.6309089 +160,-2.114989471,0.6801825058,420,0.978913739,0.359223811,8322.9591766 +161,-2.037382079,0.5765830025,420,0.978913739,0.359223811,8706.931722 +162,-2.129855121,0.6585019963,420,0.978913739,0.359223811,8410.7802883 +163,-2.075141798,0.6493615843,420,0.978913739,0.359223811,8435.490089 +164,-1.828626729,0.6948433129,420,0.978913739,0.359223811,8089.8197242 +165,-1.863329418,0.6735427691,420,0.978913739,0.359223811,8204.584805 +166,-1.266037071,0.727988852,420,0.978913739,0.359223811,7028.996044 +167,-1.277579582,0.7249010648,420,0.978913739,0.359223811,7062.5966493 +168,-1.258418684,0.7241194816,420,0.978913739,0.359223811,7022.2509193 +169,-1.317813974,0.6804850104,420,0.978913739,0.359223811,7271.3762073 +170,-1.344165204,0.6790988904,420,0.978913739,0.359223811,7333.514656 +171,-1.427582102,0.5277120351,420,0.978913739,0.359223811,7951.5839013 +172,-1.402238616,0.457167829,420,0.978913739,0.359223811,8086.1160039 +173,-1.422454264,0.4996161999,420,0.978913739,0.359223811,8018.9723606 +174,-1.439089277,0.4894859811,420,0.978913739,0.359223811,8088.2069248 +175,-1.448126995,0.5182330266,420,0.978913739,0.359223811,8027.3374262 +176,-1.474626146,0.5881926574,420,0.978913739,0.359223811,7880.440893 +177,-1.421139645,0.5584869783,420,0.978913739,0.359223811,7848.3926511 +178,-1.457037165,0.565943032,420,0.978913739,0.359223811,7908.2886543 +179,-2.757159358,0.3745319,420,0.978913739,0.359223811,8737.2133986 +180,-2.714309238,0.342054471,420,0.978913739,0.359223811,8937.9141189 +181,-2.000525337,0.774119946,420,0.978913739,0.359223811,7916.3617623 +183,-1.571413436,0.6777838382,420,0.978913739,0.359223811,7787.3396821 +184,-1.552860289,0.6987663893,420,0.978913739,0.359223811,7686.7009377 +185,-1.521852374,0.7165827476,420,0.978913739,0.359223811,7574.8913714 +186,-1.503656267,0.6928968252,420,0.978913739,0.359223811,7616.7019001 +187,-1.502753178,0.7136205882,420,0.978913739,0.359223811,7549.9456035 +188,-1.631894563,0.7343596465,420,0.978913739,0.359223811,7696.3402228 +189,-1.653765416,0.6770714026,420,0.978913739,0.359223811,7925.4778651 +190,-1.719812114,0.6715965947,420,0.978913739,0.359223811,8041.6232283 +191,-1.493406659,0.6646955447,420,0.978913739,0.359223811,7685.1394677 +192,-1.469120564,0.6613469966,420,0.978913739,0.359223811,7647.5726357 +193,-1.590551461,0.5326612937,420,0.978913739,0.359223811,8293.6868264 +194,-1.625979264,0.5247742243,420,0.978913739,0.359223811,8388.7044195 +195,-1.572293943,0.5238808754,420,0.978913739,0.359223811,8284.6544422 +196,-1.610848725,0.5477107964,420,0.978913739,0.359223811,8284.6160011 +197,-1.208485554,0.7918526018,420,0.978913739,0.359223811,6738.8628819 +198,-1.335601374,0.6869083083,420,0.978913739,0.359223811,7293.0658977 +199,-1.346156996,0.6825213377,420,0.978913739,0.359223811,7328.3320797 +200,-1.324381037,0.6741422347,420,0.978913739,0.359223811,7303.3812604 +201,-1.242424992,0.7378949807,420,0.978913739,0.359223811,6950.8537521 +202,-1.270370057,0.7392461008,420,0.978913739,0.359223811,7008.7572745 +203,-1.448950472,0.7441675014,420,0.978913739,0.359223811,7356.2638833 +204,-1.492662363,0.7523026852,420,0.978913739,0.359223811,7410.2474084 +205,-1.479098966,0.7763855017,420,0.978913739,0.359223811,7311.0532919 +206,-1.633760714,0.7869022408,420,0.978913739,0.359223811,7519.24965 +207,-1.647406434,0.8101289331,420,0.978913739,0.359223811,7457.6943131 +208,-1.564245052,0.5701509278,420,0.978913739,0.359223811,8121.4246351 +209,-1.646289963,0.6833746083,420,0.978913739,0.359223811,7892.3099265 +210,-1.5820631,0.6751952144,420,0.978913739,0.359223811,7814.2996305 +211,-1.613236298,0.6681681791,420,0.978913739,0.359223811,7890.4628962 +212,-1.914661867,0.8212566515,420,0.978913739,0.359223811,7684.7275572 +213,-1.742133237,0.7250275956,420,0.978913739,0.359223811,7880.1625409 +214,-2.033144872,0.6557314699,420,0.978913739,0.359223811,8394.6889209 +215,-2.039551981,0.6964723658,420,0.978913739,0.359223811,8237.5334535 +216,-1.247341019,0.7622473908,420,0.978913739,0.359223811,6898.4131539 +217,-1.298239787,0.7084123392,420,0.978913739,0.359223811,7152.2169734 +218,-1.308539688,0.6926545592,420,0.978913739,0.359223811,7217.625097 +219,-1.303263185,0.6888938396,420,0.978913739,0.359223811,7216.0329813 +220,-1.852400229,0.6004246149,420,0.978913739,0.359223811,8466.9630699 +221,-1.288947707,0.7473773692,420,0.978913739,0.359223811,7027.0230703 +222,-1.372031502,0.7472790993,420,0.978913739,0.359223811,7198.6740119 +223,-1.289805721,0.7242157877,420,0.978913739,0.359223811,7091.1919015 +224,-1.350807603,0.7533498126,420,0.978913739,0.359223811,7138.7603336 +225,-1.329290365,0.7560442322,420,0.978913739,0.359223811,7087.4768815 +226,-1.410153004,0.616936428,420,0.978913739,0.359223811,7655.2363573 +227,-1.393445434,0.6308995063,420,0.978913739,0.359223811,7578.147484 +228,-1.37595573,0.6241540638,420,0.978913739,0.359223811,7558.2273816 +229,-1.358388707,0.6172645205,420,0.978913739,0.359223811,7537.430655 +230,-1.753741133,0.8281661666,420,0.978913739,0.359223811,7520.0078257 +231,-1.47430987,0.6834615681,420,0.978913739,0.359223811,7590.1808797 +232,-1.421012508,0.7222725206,420,0.978913739,0.359223811,7368.8070222 +233,-1.4476833,0.6978557868,420,0.978913739,0.359223811,7494.361375 +234,-1.470370723,0.6966193374,420,0.978913739,0.359223811,7542.192651 +235,-1.429211703,0.7037216883,420,0.978913739,0.359223811,7440.2744034 +236,-1.700578405,0.6178673663,420,0.978913739,0.359223811,8202.3174742 +237,-1.678117619,0.6331716163,420,0.978913739,0.359223811,8114.3905055 +238,-1.725644578,0.6316331145,420,0.978913739,0.359223811,8191.3036779 +239,-2.14012759,0.7930497945,420,0.978913739,0.359223811,7878.9686887 +240,-2.103289431,0.7653606263,420,0.978913739,0.359223811,7984.1449796 +241,-1.318739838,0.7017808746,420,0.978913739,0.359223811,7215.2167234 +242,-1.396417427,0.7077900843,420,0.978913739,0.359223811,7362.2919579 +243,-1.35650337,0.7185539404,420,0.978913739,0.359223811,7249.0856717 +244,-1.248884539,0.7274156818,420,0.978913739,0.359223811,6992.385121 +245,-1.395014798,0.5761185243,420,0.978913739,0.359223811,7737.5229568 +246,-1.433377362,0.6064716109,420,0.978913739,0.359223811,7736.7760515 +247,-1.408172432,0.5903155476,420,0.978913739,0.359223811,7727.3893971 +248,-1.749645898,0.7757118084,420,0.978913739,0.359223811,7706.0855486 +249,-1.571626686,0.615046989,420,0.978913739,0.359223811,7991.5962352 +250,-1.514070049,0.6303003037,420,0.978913739,0.359223811,7832.5363308 +251,-1.480890369,0.6237966528,420,0.978913739,0.359223811,7785.8099226 +252,-1.704390658,0.5281680612,420,0.978913739,0.359223811,8519.1818051 +253,-1.64434733,0.5254277498,420,0.978913739,0.359223811,8421.3717183 +254,-1.703855997,0.4792484842,420,0.978913739,0.359223811,8685.7734711 +255,-1.692002383,0.5748825051,420,0.978913739,0.359223811,8337.662048 +256,-1.854136457,0.5544643913,420,0.978913739,0.359223811,8639.9560064 +257,-1.665021206,0.520317736,420,0.978913739,0.359223811,8476.6158408 +258,-1.733654349,0.4845187345,420,0.978913739,0.359223811,8719.5547576 +259,-1.720938188,0.5135933906,420,0.978913739,0.359223811,8597.3632054 +260,-1.742668307,0.553296122,420,0.978913739,0.359223811,8493.329639 +261,-1.965659039,0.7142126903,420,0.978913739,0.359223811,8130.5447433 +262,-1.944438071,0.6772834804,420,0.978913739,0.359223811,8259.0621834 +263,-1.270340967,0.7681487096,420,0.978913739,0.359223811,6931.952946 +264,-1.353091884,0.6549276821,420,0.978913739,0.359223811,7420.6130232 +265,-1.333236659,0.6413584414,420,0.978913739,0.359223811,7413.1797359 +266,-1.352015998,0.6753788907,420,0.978913739,0.359223811,7361.0919896 +267,-1.377988483,0.6577816235,420,0.978913739,0.359223811,7467.4850778 +268,-2.13075611,0.8318642051,420,0.978913739,0.359223811,7724.5789586 +269,-2.097910953,0.8259670014,420,0.978913739,0.359223811,7743.6214626 +270,-1.416382069,0.6694271549,420,0.978913739,0.359223811,7515.6966368 +271,-1.538905672,0.7535625993,420,0.978913739,0.359223811,7485.3980487 +272,-1.572309477,0.7803125099,420,0.978913739,0.359223811,7451.2488461 +273,-1.87759879,0.7503853417,420,0.978913739,0.359223811,7927.3511874 +274,1.152365588,0.590457682,420,0.978913739,0.359223811,1099.5804761 +275,0.350198001,0.718001859,420,0.978913739,0.359223811,2538.9267805 +276,0.046513677,0.491503852,420,0.978913739,0.359223811,3378.6260645 +277,0.027510309,0.742571376,420,0.978913739,0.359223811,3480.7287863 +278,0.306285725,-0.214631579,420,0.978913739,0.359223811,3468.010433 +279,-1.100564889,0.318051531,420,0.978913739,0.359223811,7525.2663434 +280,-1.078582306,0.301437596,420,0.978913739,0.359223811,7486.0060967 +281,-1.137371989,-0.617634065,420,0.978913739,0.359223811,8768.6889255 +282,0.784356344,0.703272339,420,0.978913739,0.359223811,1513.0570797 +283,-1.221209947,0.218327455,420,0.978913739,0.359223811,8123.3222963 +284,2.347301921,-0.449114658,420,0.978913739,0.359223811,6154.9673747 +285,0.246820618,0.830553713,420,0.978913739,0.359223811,2985.2893103 +286,0.829414965,0.703288228,420,0.978913739,0.359223811,1453.4771951 +287,-1.337537566,0.42332223,420,0.978913739,0.359223811,8003.0726684 +288,0.882453706,0.454478077,420,0.978913739,0.359223811,515.09272834 +289,1.575629659,0.416419109,420,0.978913739,0.359223811,2194.5475878 +290,-1.039455679,0.229888244,420,0.978913739,0.359223811,7488.7036686 +291,0.489558039,0.934482747,420,0.978913739,0.359223811,2717.4005153 +292,0.081344504,0.88384514,420,0.978913739,0.359223811,3460.7378509 +293,-1.547979814,0.300350308,420,0.978913739,0.359223811,8904.0231849 +294,0.040776181,0.168560074,420,0.978913739,0.359223811,3649.7915546 +295,-1.130374745,0.563894876,420,0.978913739,0.359223811,7091.9297414 +296,1.578326642,0.478507176,420,0.978913739,0.359223811,2212.4533766 +297,-1.12861823,-0.291640865,420,0.978913739,0.359223811,8574.1820012 +298,0.310524208,0.770885792,420,0.978913739,0.359223811,2728.629808 +299,0.415649091,-0.387246002,420,0.978913739,0.359223811,3672.1413215 +300,-0.926533878,-0.188022748,420,0.978913739,0.359223811,7713.661518 +301,1.258856172,-0.11716081,420,0.978913739,0.359223811,2179.0038155 +302,-1.126050026,0.322941926,420,0.978913739,0.359223811,7597.8395691 +303,2.002785835,0.07893892,420,0.978913739,0.359223811,4087.8922179 +304,0.440437607,0.746258085,420,0.978913739,0.359223811,2352.4428877 +305,-0.030391866,0.214441206,420,0.978913739,0.359223811,3858.6855609 +306,0.521557815,-0.058929362,420,0.978913739,0.359223811,2429.0210943 +307,-0.097005111,0.13317729,420,0.978913739,0.359223811,4205.5572774 +308,1.83113859,0.221857587,420,0.978913739,0.359223811,3267.9147239 +309,0.222428864,0.099404236,420,0.978913739,0.359223811,3081.4279382 +310,-1.702731345,0.8728568183,420,0.978913739,0.359223811,7303.8182976 +311,-0.418507569,0.278324921,420,0.978913739,0.359223811,5213.4147844 +312,-1.41153306,0.339029988,420,0.978913739,0.359223811,8427.0212118 +313,0.357560442,0.114788776,420,0.978913739,0.359223811,2572.2684859 +314,0.325818979,0.268352149,420,0.978913739,0.359223811,2481.3795745 +315,-1.246004659,-0.663679965,420,0.978913739,0.359223811,9104.965229 +316,1.814603087,0.637404484,420,0.978913739,0.359223811,3073.3810551 +317,1.843704281,-0.18300445,420,0.978913739,0.359223811,3994.0249901 +318,1.690644492,-0.211480909,420,0.978913739,0.359223811,3576.5052103 +319,-1.275451936,0.068109467,420,0.978913739,0.359223811,8604.8297149 +320,0.762430171,-0.207594741,420,0.978913739,0.359223811,2398.2898699 +321,0.265668905,-0.014647884,420,0.978913739,0.359223811,3135.3118549 +322,-2.773032013,-0.335515811,420,0.978913739,0.359223811,10172.998653 +323,-1.469512853,0.174058777,420,0.978913739,0.359223811,9016.1491921 +324,0.286276986,0.785925691,420,0.978913739,0.359223811,2815.2697533 +325,-1.379324697,0.377432233,420,0.978913739,0.359223811,8237.0450991 +326,-1.203778265,0.212813032,420,0.978913739,0.359223811,8076.8742761 +327,0.579916301,0.611743168,420,0.978913739,0.359223811,1711.5649232 +328,0.267582642,0.868113908,420,0.978913739,0.359223811,3000.4025653 +329,0.412869244,-0.050245578,420,0.978913739,0.359223811,2731.5027982 +330,0.17524381,0.976660285,420,0.978913739,0.359223811,3392.843325 +331,0.743157214,0.204812899,420,0.978913739,0.359223811,1084.5688986 +332,-1.070758176,0.269382282,420,0.978913739,0.359223811,7521.5627161 +333,-1.230364251,0.329790229,420,0.978913739,0.359223811,7912.7483948 +334,-1.374813124,-0.024926835,420,0.978913739,0.359223811,9124.2255463 +335,0.519780566,0.463669906,420,0.978913739,0.359223811,1713.948155 +336,-1.55108034,0.239698561,420,0.978913739,0.359223811,9082.8746789 +337,0.180294813,0.029739425,420,0.978913739,0.359223811,3349.1842109 +338,0.67820924,0.268170153,420,0.978913739,0.359223811,1188.103036 +339,0.445798684,1.024001867,420,0.978913739,0.359223811,3040.8893973 +340,0.691751283,0.150521402,420,0.978913739,0.359223811,1374.4433776 +341,-1.036643551,-0.903056181,420,0.978913739,0.359223811,8413.3226124 +342,-0.120287036,1.083325163,420,0.978913739,0.359223811,4102.9246465 +343,2.823513113,-0.304487164,420,0.978913739,0.359223811,7625.1076551 +344,0.457583172,1.12513373,420,0.978913739,0.359223811,3328.9337554 +345,0.042918831,0.813795399,420,0.978913739,0.359223811,3487.5030364 +346,1.196146777,-0.853142756,420,0.978913739,0.359223811,4863.2118944 +347,0.206001358,-0.010430701,420,0.978913739,0.359223811,3332.452753 +348,-0.268308653,0.234799412,420,0.978913739,0.359223811,4715.2057643 +349,0.759363263,0.736189579,420,0.978913739,0.359223811,1663.1911341 +350,0.181363926,0.891988372,420,0.978913739,0.359223811,3237.4728716 +351,-0.021111158,0.139103292,420,0.978913739,0.359223811,3916.8228521 +352,-0.093355215,0.630686981,420,0.978913739,0.359223811,3825.2869832 +353,0.40118964,0.681375926,420,0.978913739,0.359223811,2339.7790412 +354,-0.721197315,1.304706234,420,0.978913739,0.359223811,4984.1476218 +355,-1.076150317,0.212107639,420,0.978913739,0.359223811,7647.0117084 +356,-1.577164531,0.273993443,420,0.978913739,0.359223811,9056.0728196 +357,-0.190788414,0.182208586,420,0.978913739,0.359223811,4491.2633711 +358,-0.261349752,0.209710184,420,0.978913739,0.359223811,4719.1404088 +359,-1.029303852,0.083549259,420,0.978913739,0.359223811,7705.4817381 +360,-1.268609162,0.330525297,420,0.978913739,0.359223811,8028.5189291 +361,1.282982244,-0.926641967,420,0.978913739,0.359223811,5199.3564549 +362,0.217352334,0.731352408,420,0.978913739,0.359223811,2927.5419154 +363,-1.511833084,0.258629297,420,0.978913739,0.359223811,8922.1140758 +364,0.338812194,0.823184618,420,0.978913739,0.359223811,2751.4701126 +365,-0.324406489,1.134201999,420,0.978913739,0.359223811,4491.0786969 +366,1.389579348,0.399185724,420,0.978913739,0.359223811,1517.7398899 +367,2.047152199,-0.039082036,420,0.978913739,0.359223811,4431.2079442 +368,0.947780369,0.568250077,420,0.978913739,0.359223811,835.22056084 +369,0.763824846,0.576754987,420,0.978913739,0.359223811,1147.2051659 +370,-0.142334657,0.928153068,420,0.978913739,0.359223811,4031.5396713 +371,0.610266567,0.547265983,420,0.978913739,0.359223811,1505.2070249 +372,0.210731629,0.746815056,420,0.978913739,0.359223811,2963.7553816 +373,-1.34931644,0.316895224,420,0.978913739,0.359223811,8303.3530268 +374,2.407696481,0.655030745,420,0.978913739,0.359223811,4934.9060332 +375,0.64207831,0.545359131,420,0.978913739,0.359223811,1404.9725794 +376,1.174597538,0.840588356,420,0.978913739,0.359223811,2006.2582053 +377,0.660059424,0.010604079,420,0.978913739,0.359223811,1852.0964182 +378,-0.730263819,0.010486456,420,0.978913739,0.359223811,6720.1115061 +379,0.831068936,0.512339172,420,0.978913739,0.359223811,805.39688334 +380,1.301180979,0.72367476,420,0.978913739,0.359223811,1802.7696234 +381,1.811128231,0.322854402,420,0.978913739,0.359223811,3098.9906754 +382,0.435105812,0.992284428,420,0.978913739,0.359223811,2966.7345794 +383,0.62643634,0.592027932,420,0.978913739,0.359223811,1541.0962829 +384,0.492988703,-0.516339467,420,0.978913739,0.359223811,3932.5880179 +385,-0.162469483,0.112549365,420,0.978913739,0.359223811,4475.4061805 +386,0.314630866,0.472006421,420,0.978913739,0.359223811,2438.9529476 +387,0.166744804,0.822815954,420,0.978913739,0.359223811,3174.1324173 +388,0.417159608,0.965805736,420,0.978913739,0.359223811,2923.4550738 +389,0.106334961,0.868774244,420,0.978913739,0.359223811,3382.2719475 +390,0.815086969,-0.338144359,420,0.978913739,0.359223811,2834.4303429 +391,0.59867455,-0.230624824,420,0.978913739,0.359223811,2766.0041277 +392,1.915104874,0.066220985,420,0.978913739,0.359223811,3785.3991319 +393,1.278093622,0.064463721,420,0.978913739,0.359223811,1641.2994282 +394,-0.061477853,0.302997961,420,0.978913739,0.359223811,3882.2979239 +395,0.251311504,0.626976942,420,0.978913739,0.359223811,2725.9555838 +396,2.950242872,0.149095644,420,0.978913739,0.359223811,7465.2024265 +397,-0.180294708,0.35375117,420,0.978913739,0.359223811,4269.825117 +398,1.010448592,-0.351180233,420,0.978913739,0.359223811,2816.5638977 +399,-1.748740498,0.3686318073,420,0.978913739,0.359223811,9145.352457 +400,2.699635665,0.123533791,420,0.978913739,0.359223811,6600.5677403 +401,0.496808033,0.823843254,420,0.978913739,0.359223811,2403.3977685 +402,0.129574704,0.763364087,420,0.978913739,0.359223811,3206.8125783 +403,1.798920311,0.817447563,420,0.978913739,0.359223811,3187.4319952 +404,0.335987953,0.746786541,420,0.978913739,0.359223811,2622.8318523 +405,-1.085413643,0.292154671,420,0.978913739,0.359223811,7526.5935195 +406,-0.155321003,0.508207011,420,0.978913739,0.359223811,4070.3104221 +407,0.620529244,-0.301175104,420,0.978913739,0.359223811,2963.4432567 +408,1.684402744,0.368716966,420,0.978913739,0.359223811,2604.4692971 +409,0.300582244,-0.386397212,420,0.978913739,0.359223811,3949.7125428 +410,2.913555946,-0.009225192,420,0.978913739,0.359223811,7580.844763 +411,1.465101417,0.493232532,420,0.978913739,0.359223811,1827.1447522 +412,0.090612882,0.907955955,420,0.978913739,0.359223811,3468.6532337 +413,2.987564726,-0.729568594,420,0.978913739,0.359223811,8435.5802824 +414,-1.484261606,0.224149272,420,0.978913739,0.359223811,8934.3052687 +415,0.164073421,0.303955133,420,0.978913739,0.359223811,3049.5932122 +416,0.141441293,0.167552546,420,0.978913739,0.359223811,3279.0592755 +417,2.931321023,-0.506718887,420,0.978913739,0.359223811,8184.478008 +418,2.21951565,0.700596356,420,0.978913739,0.359223811,4334.5133352 +419,0.268112576,1.199114336,420,0.978913739,0.359223811,3745.751198 +420,0.978913739,0.359223811,420,0.978913739,0.359223811,0 +421,1.210898818,0.522863584,420,0.978913739,0.359223811,1052.3717723 +422,2.347397336,0.129231362,420,0.978913739,0.359223811,5295.1504433 +423,0.614394501,0.556878345,420,0.978913739,0.359223811,1508.9330761 +424,-1.398079356,0.148483366,420,0.978913739,0.359223811,8851.4393471 +425,2.535303836,-0.112984496,420,0.978913739,0.359223811,6325.8520623 +426,-1.019372593,-0.405322349,420,0.978913739,0.359223811,8274.4251757 +427,-1.297785627,-0.160104069,420,0.978913739,0.359223811,9053.8974327 +428,2.144554488,0.205051084,420,0.978913739,0.359223811,4448.7611941 +429,-2.242387083,-0.426171285,420,0.978913739,0.359223811,12049.705297 +430,0.338637212,0.909723676,420,0.978913739,0.359223811,2931.4376697 +431,-0.148798452,0.691042401,420,0.978913739,0.359223811,3993.6957542 +432,0.893524764,0.441829531,420,0.978913739,0.359223811,451.63299904 +433,0.969229347,-0.368847936,420,0.978913739,0.359223811,2884.1359231 +434,0.436043248,0.800045688,420,0.978913739,0.359223811,2477.8569136 +435,1.687946607,1.081504775,420,0.978913739,0.359223811,3449.0254964 +436,0.522302046,-0.034889271,420,0.978913739,0.359223811,2361.4675092 +437,-0.178996113,-0.438090009,420,0.978913739,0.359223811,5460.5421064 +438,-1.094339566,0.301444068,420,0.978913739,0.359223811,7537.8277821 +439,-1.064070054,0.242569932,420,0.978913739,0.359223811,7549.3927072 +440,-1.068153768,0.230387998,420,0.978913739,0.359223811,7585.9000333 +441,-3.00496892,-0.23989155,420,0.978913739,0.359223811,9232.3832221 +442,0.21751974,0.766874888,420,0.978913739,0.359223811,2969.4459427 +443,0.117229532,0.007619006,420,0.978913739,0.359223811,3611.9720397 +444,0.777758451,0.420554741,420,0.978913739,0.359223811,775.64918679 +445,-0.252356999,0.250747086,420,0.978913739,0.359223811,4638.2036851 +446,0.363148444,0.768483434,420,0.978913739,0.359223811,2589.6043332 +447,0.903191366,-0.118210676,420,0.978913739,0.359223811,1913.9545682 +448,-0.205755923,0.149406178,420,0.978913739,0.359223811,4587.7344408 +449,1.811996086,0.02364353,420,0.978913739,0.359223811,3482.3384921 +450,-1.100670221,0.314845373,420,0.978913739,0.359223811,7531.9984356 +451,0.340078597,0.850105132,420,0.978913739,0.359223811,2801.8205037 +452,0.258757267,0.804969236,420,0.978913739,0.359223811,2915.2261463 +453,2.78505352,-0.155160804,420,0.978913739,0.359223811,7304.8286514 +454,0.800551619,0.105822106,420,0.978913739,0.359223811,1215.3443227 +455,0.437940882,-0.506194031,420,0.978913739,0.359223811,4002.7262034 +456,2.230431122,0.63458615,420,0.978913739,0.359223811,4394.9785683 +457,0.527965361,0.127667701,420,0.978913739,0.359223811,1956.3680638 +458,-0.063643205,0.702093448,420,0.978913739,0.359223811,3735.6111708 +459,1.408447268,0.133010502,420,0.978913739,0.359223811,1873.3212217 +460,0.523795955,0.280266966,420,0.978913739,0.359223811,1737.6471669 +461,-0.975769313,0.072177659,420,0.978913739,0.359223811,7530.3658779 +462,0.549774164,-0.463663986,420,0.978913739,0.359223811,3652.2723607 +463,0.29245874,1.095549818,420,0.978913739,0.359223811,3450.7747836 +464,0.143625958,0.816809593,420,0.978913739,0.359223811,3226.0974081 +465,0.671902494,0.611159853,420,0.978913739,0.359223811,1462.7868444 +466,1.239840988,0.6724199,420,0.978913739,0.359223811,1527.4612067 +467,0.607829703,-0.10932137,420,0.978913739,0.359223811,2351.5781661 +468,1.763020906,0.263996692,420,0.978913739,0.359223811,2971.2919986 +469,0.378714634,0.726066797,420,0.978913739,0.359223811,2474.6300867 +470,2.196736143,-0.153862366,420,0.978913739,0.359223811,5155.7699409 +471,0.01702415,0.148991565,420,0.978913739,0.359223811,3762.7997894 +472,-2.998490902,-0.158002487,420,0.978913739,0.359223811,9158.3214987 +473,-3.051262951,-0.346595608,420,0.978913739,0.359223811,9154.6619086 +474,-1.069176439,0.182802941,420,0.978913739,0.359223811,7676.3159752 +475,0.167157509,0.595344954,420,0.978913739,0.359223811,2977.106441 +476,0.613855648,0.681746124,420,0.978913739,0.359223811,1781.6247004 +477,1.037012736,0.682555367,420,0.978913739,0.359223811,1295.9096569 +478,-1.253574971,0.379755746,420,0.978913739,0.359223811,7868.9586988 +479,3.108590453,-0.132620738,420,0.978913739,0.359223811,8474.4608525 +480,0.565301296,0.022333262,420,0.978913739,0.359223811,2083.1560417 +481,0.547898238,0.855555614,420,0.978913739,0.359223811,2391.6409686 +482,0.948309381,0.417393755,420,0.978913739,0.359223811,256.26627121 +483,-0.050600732,0.945269213,420,0.978913739,0.359223811,3832.0261716 +484,-0.977651478,-0.572363064,420,0.978913739,0.359223811,8234.5094965 +485,1.102014914,0.728861163,420,0.978913739,0.359223811,1521.0194033 +486,2.927300795,-0.282939414,420,0.978913739,0.359223811,7980.6755513 +487,-1.154565557,0.124434095,420,0.978913739,0.359223811,8079.2746847 +488,1.855331234,0.291044755,420,0.978913739,0.359223811,3288.3222999 +489,0.830290659,0.276904518,420,0.978913739,0.359223811,647.06910635 +490,0.485104466,-0.234867441,420,0.978913739,0.359223811,3038.7062506 +491,0.521367572,-0.33161327,420,0.978913739,0.359223811,3261.8511345 +1,-1.539031704,0.7349710123,421,1.210898818,0.522863584,7260.5042384 +2,-1.536990553,0.7349663874,421,1.210898818,0.522863584,7258.4626764 +3,-1.534951779,0.7349571355,421,1.210898818,0.522863584,7256.4308521 +4,-1.532906461,0.7349480293,421,1.210898818,0.522863584,7254.381946 +5,-1.531320211,0.7346937278,421,1.210898818,0.522863584,7253.7039559 +6,-1.539451648,0.7335131775,421,1.210898818,0.522863584,7266.3525441 +7,-1.537429487,0.7335445708,421,1.210898818,0.522863584,7264.1947897 +8,-1.535484998,0.7335658704,421,1.210898818,0.522863584,7262.1439576 +9,-1.533488396,0.7336036027,421,1.210898818,0.522863584,7259.9700288 +10,-1.531497785,0.7335842962,421,1.210898818,0.522863584,7258.0047606 +11,-1.530259379,0.7334777758,421,1.210898818,0.522863584,7257.1280841 +12,-1.5335454,0.7322346912,421,1.210898818,0.522863584,7265.1135295 +13,-1.531489083,0.7322238773,421,1.210898818,0.522863584,7263.0462909 +14,-1.530011122,0.7321679851,421,1.210898818,0.522863584,7261.7328269 +15,-1.53348106,0.7306614094,421,1.210898818,0.522863584,7270.8918394 +16,-1.531441779,0.7306962275,421,1.210898818,0.522863584,7268.6686101 +17,-1.529755654,0.7306933243,421,1.210898818,0.522863584,7266.9406632 +18,-1.533415048,0.7291384674,421,1.210898818,0.522863584,7276.4808917 +19,-1.531392093,0.7291705353,421,1.210898818,0.522863584,7274.2807267 +20,-1.529296523,0.7291214933,421,1.210898818,0.522863584,7272.2966515 +21,-1.535280942,0.727267644,421,1.210898818,0.522863584,7285.3443535 +22,-1.533378158,0.7276139666,421,1.210898818,0.522863584,7282.1051281 +23,-1.531340368,0.7276446587,421,1.210898818,0.522863584,7279.8909303 +24,-1.528960113,0.7276398177,421,1.210898818,0.522863584,7277.4432382 +25,-1.533313146,0.7260818349,421,1.210898818,0.522863584,7287.7282933 +26,-1.531259555,0.7260958115,421,1.210898818,0.522863584,7285.555775 +27,-1.528926415,0.7260865555,421,1.210898818,0.522863584,7283.1686493 +28,-1.531226779,0.7245511789,421,1.210898818,0.522863584,7291.2541656 +29,-1.528904772,0.7245519194,421,1.210898818,0.522863584,7288.8371067 +30,-1.547195875,0.7409785979,421,1.210898818,0.522863584,7246.2239194 +31,-1.5451475,0.740980426,421,1.210898818,0.522863584,7244.2047906 +32,-1.543097679,0.7409798872,421,1.210898818,0.522863584,7242.1831507 +33,-1.540720364,0.7409892687,421,1.210898818,0.522863584,7239.7888362 +34,-1.547188511,0.7395198392,421,1.210898818,0.522863584,7251.6601685 +35,-1.545148587,0.7395226109,421,1.210898818,0.522863584,7249.6424047 +36,-1.543104538,0.7395314908,421,1.210898818,0.522863584,7247.5879587 +37,-1.540727751,0.7395306258,421,1.210898818,0.522863584,7245.2283964 +38,-1.547187029,0.7380014886,421,1.210898818,0.522863584,7257.3242807 +39,-1.545147315,0.7380012252,421,1.210898818,0.522863584,7255.3144917 +40,-1.54310719,0.7380060743,421,1.210898818,0.522863584,7253.2753849 +41,-1.540719671,0.7380068206,421,1.210898818,0.522863584,7250.8949331 +42,-1.547187189,0.7364799098,421,1.210898818,0.522863584,7263.001774 +43,-1.545149996,0.7364853874,421,1.210898818,0.522863584,7260.9695213 +44,-1.543106091,0.7364823484,421,1.210898818,0.522863584,7258.9525062 +45,-1.540717158,0.7364893901,421,1.210898818,0.522863584,7256.5429889 +46,-1.538663972,0.7410138672,421,1.210898818,0.522863584,7237.6456938 +47,-1.53695285,0.7409699132,421,1.210898818,0.522863584,7236.0945339 +48,-1.534910498,0.7409641297,421,1.210898818,0.522863584,7234.0603435 +49,-1.533145034,0.7409536636,421,1.210898818,0.522863584,7232.314331 +50,-1.538681336,0.7395405883,421,1.210898818,0.522863584,7243.1462808 +51,-1.536999189,0.7395183096,421,1.210898818,0.522863584,7241.5407666 +52,-1.534923633,0.7395144222,421,1.210898818,0.522863584,7239.4627308 +53,-1.533267822,0.7395654306,421,1.210898818,0.522863584,7237.5966271 +54,-1.53867273,0.7380151077,421,1.210898818,0.522863584,7248.8148702 +55,-1.536980576,0.7379994392,421,1.210898818,0.522863584,7247.1716603 +56,-1.534931522,0.7379944961,421,1.210898818,0.522863584,7245.1206026 +57,-1.533387952,0.7379480264,421,1.210898818,0.522863584,7243.7277929 +58,-1.538682279,0.7364914363,421,1.210898818,0.522863584,7254.4946609 +59,-1.536980704,0.7364810563,421,1.210898818,0.522863584,7252.8193037 +60,-1.534935567,0.7364752065,421,1.210898818,0.522863584,7250.7719501 +61,-1.533042592,0.7363876366,421,1.210898818,0.522863584,7249.1732907 +62,-1.545143426,0.7349628011,421,1.210898818,0.522863584,7266.6402706 +63,-1.543105297,0.7349691947,421,1.210898818,0.522863584,7264.5902506 +64,-1.541064533,0.7349647152,421,1.210898818,0.522863584,7262.5682519 +65,-1.545411803,0.7334624714,421,1.210898818,0.522863584,7272.5007925 +66,-1.543446606,0.7334780896,421,1.210898818,0.522863584,7270.4869308 +67,-1.541475327,0.7334957295,421,1.210898818,0.522863584,7268.4503346 +68,-1.545401939,0.731963266,421,1.210898818,0.522863584,7278.0809664 +69,-1.54342253,0.7319915583,421,1.210898818,0.522863584,7276.0022421 +70,-1.541455867,0.7320216438,421,1.210898818,0.522863584,7273.9204346 +71,-1.545410146,0.7304422281,421,1.210898818,0.522863584,7283.7602321 +72,-1.543435491,0.7304713664,421,1.210898818,0.522863584,7281.6796894 +73,-1.541463105,0.7304997613,421,1.210898818,0.522863584,7279.5950303 +74,-1.545414768,0.7289194936,421,1.210898818,0.522863584,7289.4419857 +75,-1.543435774,0.7289538557,421,1.210898818,0.522863584,7287.3341906 +76,-1.541457714,0.7289765881,421,1.210898818,0.522863584,7285.2614428 +77,-1.539449415,0.7320555866,421,1.210898818,0.522863584,7271.7750807 +78,-1.537429183,0.7321097681,421,1.210898818,0.522863584,7269.5310841 +79,-1.535472649,0.7321497267,421,1.210898818,0.522863584,7267.3953719 +80,-1.539457899,0.7305333307,421,1.210898818,0.522863584,7277.4488183 +81,-1.537453161,0.7305750503,421,1.210898818,0.522863584,7275.2633603 +82,-1.535479385,0.7306124949,421,1.210898818,0.522863584,7273.1160117 +83,-1.53946905,0.7290102593,421,1.210898818,0.522863584,7283.1280253 +84,-1.537459922,0.7290417293,421,1.210898818,0.522863584,7280.9727187 +85,-1.535451349,0.7290890157,421,1.210898818,0.522863584,7278.7497385 +86,-1.535522937,0.7279887191,421,1.210898818,0.522863584,7282.9122437 +87,-1.539442524,0.7274735939,421,1.210898818,0.522863584,7288.8193591 +88,-1.537424111,0.727521351,421,1.210898818,0.522863584,7286.5903019 +89,-1.539384641,0.7259505092,421,1.210898818,0.522863584,7294.4279082 +90,-1.537372391,0.7259947145,421,1.210898818,0.522863584,7292.2144888 +91,-1.535340789,0.7260435356,421,1.210898818,0.522863584,7289.9546169 +92,-1.539325716,0.7244369706,421,1.210898818,0.522863584,7299.9993652 +93,-1.537308932,0.7244801057,421,1.210898818,0.522863584,7297.7814563 +94,-1.535289068,0.7245247645,421,1.210898818,0.522863584,7295.5452022 +95,-1.533261366,0.7245550236,421,1.210898818,0.522863584,7293.3448018 +96,-1.539267302,0.722921924,421,1.210898818,0.522863584,7305.5764398 +97,-1.537248972,0.7229660258,421,1.210898818,0.522863584,7303.3495064 +98,-1.535219431,0.7229916471,421,1.210898818,0.522863584,7301.1701542 +99,-1.53318962,0.7230212049,421,1.210898818,0.522863584,7298.9661813 +100,-1.531154816,0.7230299897,421,1.210898818,0.522863584,7296.824408 +101,-1.528878341,0.7230370244,421,1.210898818,0.522863584,7294.4269645 +102,-1.539218189,0.7214009878,421,1.210898818,0.522863584,7311.1844099 +103,-1.537198791,0.7214422745,421,1.210898818,0.522863584,7308.9630234 +104,-1.535179266,0.7214634354,421,1.210898818,0.522863584,7306.8066979 +105,-1.533156501,0.7214944644,421,1.210898818,0.522863584,7304.6007126 +106,-1.53113574,0.7215166021,421,1.210898818,0.522863584,7302.4201674 +107,-1.528874248,0.7215345535,421,1.210898818,0.522863584,7299.9937185 +108,-1.539217656,0.7198512397,421,1.210898818,0.522863584,7316.9487871 +109,-1.537199919,0.7199428763,421,1.210898818,0.522863584,7314.5382734 +110,-1.545425832,0.727397149,421,1.210898818,0.522863584,7295.1284543 +111,-1.543371177,0.7273916949,421,1.210898818,0.522863584,7293.0895772 +112,-1.541368852,0.7274523163,421,1.210898818,0.522863584,7290.8473864 +113,-1.545349067,0.7258710923,421,1.210898818,0.522863584,7300.7405385 +114,-1.54332671,0.7258603556,421,1.210898818,0.522863584,7298.7498536 +115,-1.541346831,0.7259242142,421,1.210898818,0.522863584,7296.5145564 +116,-1.545324355,0.7243383958,421,1.210898818,0.522863584,7306.4290335 +117,-1.543292796,0.7243617413,421,1.210898818,0.522863584,7304.2984053 +118,-1.541295822,0.7244024384,421,1.210898818,0.522863584,7302.128428 +119,-1.543193859,0.7205570215,421,1.210898818,0.522863584,7318.3703669 +120,-1.550257047,0.7386738187,421,1.210898818,0.522863584,7257.8210827 +121,-1.549335448,0.7311736483,421,1.210898818,0.522863584,7284.9222282 +122,-1.533478843,0.7179891343,421,1.210898818,0.522863584,7317.9499586 +123,-1.556150555,0.738907041,421,1.210898818,0.522863584,7262.6553676 +124,-1.554324226,0.733414257,421,1.210898818,0.522863584,7281.4346881 +125,-1.554290846,0.7288285332,421,1.210898818,0.522863584,7298.5461963 +126,-1.55122487,0.7219795312,421,1.210898818,0.522863584,7321.1166693 +127,-1.525104458,0.7229399862,421,1.210898818,0.522863584,7290.8280212 +128,-1.519607711,0.7236181429,421,1.210898818,0.522863584,7282.4944078 +129,-1.513899999,0.7251107854,421,1.210898818,0.522863584,7270.8653037 +130,-1.536620762,0.7431061895,421,1.210898818,0.522863584,7227.8148539 +131,-1.5369566,0.7460845958,421,1.210898818,0.522863584,7217.0708092 +132,-1.545345528,0.7447040685,421,1.210898818,0.522863584,7230.5114229 +133,-1.532813921,0.7432306626,421,1.210898818,0.522863584,7223.5193626 +134,-1.554788248,0.7382381001,421,1.210898818,0.522863584,7263.8457248 +135,-1.540348126,0.7301594274,421,1.210898818,0.522863584,7279.7391791 +136,-1.538016084,0.7239051786,421,1.210898818,0.522863584,7300.6421039 +137,-1.525288962,0.7258085137,421,1.210898818,0.522863584,7280.3976005 +138,-1.534326986,0.731241342,421,1.210898818,0.522863584,7269.6028123 +139,-1.530733872,0.7303625216,421,1.210898818,0.522863584,7269.1778992 +141,-1.534354939,0.7328219978,421,1.210898818,0.522863584,7263.7581393 +142,-1.53157084,0.7292888153,421,1.210898818,0.522863584,7274.0259375 +143,-1.525691035,0.7263799874,421,1.210898818,0.522863584,7278.7023277 +144,-1.534031287,0.7495967835,421,1.210898818,0.522863584,7201.0850825 +145,-1.527714986,0.7283095957,421,1.210898818,0.522863584,7273.6650181 +146,-1.526189586,0.7271468292,421,1.210898818,0.522863584,7276.383107 +147,-1.555177336,0.7375563366,421,1.210898818,0.522863584,7266.7710642 +148,-1.555080283,0.7312707794,421,1.210898818,0.522863584,7290.1842924 +149,-1.53856994,0.7224180299,421,1.210898818,0.522863584,7306.738952 +150,-1.530837883,0.729933372,421,1.210898818,0.522863584,7270.8778518 +151,-1.515066984,0.5854133365,421,1.210898818,0.522863584,7786.1622898 +152,-1.534731633,0.5368370046,421,1.210898818,0.522863584,7989.2615705 +153,-1.515231902,0.5607085576,421,1.210898818,0.522863584,7876.8553313 +154,-2.616253799,1.0684566605,421,1.210898818,0.522863584,5766.3119484 +155,-1.956071439,0.5792177723,421,1.210898818,0.522863584,8077.4677468 +156,-1.951208514,0.5602434208,421,1.210898818,0.522863584,8152.9692417 +157,-1.944675062,0.6062144545,421,1.210898818,0.522863584,7971.2654889 +158,-1.613778386,0.6077989518,421,1.210898818,0.522863584,7811.5889623 +159,-2.035029014,0.6021432345,421,1.210898818,0.522863584,7970.6683137 +160,-2.114989471,0.6801825058,421,1.210898818,0.522863584,7630.2756574 +161,-2.037382079,0.5765830025,421,1.210898818,0.522863584,8070.6022696 +162,-2.129855121,0.6585019963,421,1.210898818,0.522863584,7706.6356809 +163,-2.075141798,0.6493615843,421,1.210898818,0.522863584,7769.8277952 +164,-1.828626729,0.6948433129,421,1.210898818,0.522863584,7605.9000571 +165,-1.863329418,0.6735427691,421,1.210898818,0.522863584,7698.3483856 +166,-1.266037071,0.727988852,421,1.210898818,0.522863584,6926.064497 +167,-1.277579582,0.7249010648,421,1.210898818,0.522863584,6954.795496 +168,-1.258418684,0.7241194816,421,1.210898818,0.522863584,6926.5975251 +169,-1.317813974,0.6804850104,421,1.210898818,0.522863584,7168.3496422 +170,-1.344165204,0.6790988904,421,1.210898818,0.522863584,7214.0028478 +171,-1.427582102,0.5277120351,421,1.210898818,0.522863584,7870.626239 +172,-1.402238616,0.457167829,421,1.210898818,0.522863584,8074.9801514 +173,-1.422454264,0.4996161999,421,1.210898818,0.522863584,7961.2090784 +174,-1.439089277,0.4894859811,421,1.210898818,0.522863584,8023.5356399 +175,-1.448126995,0.5182330266,421,1.210898818,0.522863584,7935.8717766 +176,-1.474626146,0.5881926574,421,1.210898818,0.522863584,7723.366957 +177,-1.421139645,0.5584869783,421,1.210898818,0.522863584,7752.1947855 +178,-1.457037165,0.565943032,421,1.210898818,0.522863584,7778.8944508 +179,-2.757159358,0.3745319,421,1.210898818,0.522863584,7695.8830446 +180,-2.714309238,0.342054471,421,1.210898818,0.522863584,7898.1787531 +181,-2.000525337,0.774119946,421,1.210898818,0.522863584,7300.2860953 +183,-1.571413436,0.6777838382,421,1.210898818,0.522863584,7506.5488056 +184,-1.552860289,0.6987663893,421,1.210898818,0.522863584,7409.4209675 +185,-1.521852374,0.7165827476,421,1.210898818,0.522863584,7310.9056478 +186,-1.503656267,0.6928968252,421,1.210898818,0.522863584,7378.0932317 +187,-1.502753178,0.7136205882,421,1.210898818,0.522863584,7300.9428269 +188,-1.631894563,0.7343596465,421,1.210898818,0.522863584,7345.8867062 +189,-1.653765416,0.6770714026,421,1.210898818,0.522863584,7582.1301527 +190,-1.719812114,0.6715965947,421,1.210898818,0.522863584,7648.7988291 +191,-1.493406659,0.6646955447,421,1.210898818,0.522863584,7469.3901914 +192,-1.469120564,0.6613469966,421,1.210898818,0.522863584,7451.5797229 +193,-1.590551461,0.5326612937,421,1.210898818,0.522863584,8070.825718 +194,-1.625979264,0.5247742243,421,1.210898818,0.522863584,8137.9453386 +195,-1.572293943,0.5238808754,421,1.210898818,0.522863584,8082.8749177 +196,-1.610848725,0.5477107964,421,1.210898818,0.522863584,8035.8542511 +197,-1.208485554,0.7918526018,421,1.210898818,0.522863584,6624.0057027 +198,-1.335601374,0.6869083083,421,1.210898818,0.522863584,7174.0792157 +199,-1.346156996,0.6825213377,421,1.210898818,0.522863584,7205.2458998 +200,-1.324381037,0.6741422347,421,1.210898818,0.522863584,7200.3037926 +201,-1.242424992,0.7378949807,421,1.210898818,0.522863584,6855.0558404 +202,-1.270370057,0.7392461008,421,1.210898818,0.522863584,6895.4627202 +203,-1.448950472,0.7441675014,421,1.210898818,0.522863584,7127.2531543 +204,-1.492662363,0.7523026852,421,1.210898818,0.522863584,7147.7822219 +205,-1.479098966,0.7763855017,421,1.210898818,0.522863584,7044.811817 +206,-1.633760714,0.7869022408,421,1.210898818,0.522863584,7146.5037153 +207,-1.647406434,0.8101289331,421,1.210898818,0.522863584,7067.1111328 +208,-1.564245052,0.5701509278,421,1.210898818,0.522863584,7901.2861278 +209,-1.646289963,0.6833746083,421,1.210898818,0.522863584,7552.1263853 +210,-1.5820631,0.6751952144,421,1.210898818,0.522863584,7526.7032637 +211,-1.613236298,0.6681681791,421,1.210898818,0.522863584,7582.2538445 +212,-1.914661867,0.8212566515,421,1.210898818,0.522863584,7119.4798978 +213,-1.742133237,0.7250275956,421,1.210898818,0.522863584,7453.0373668 +214,-2.033144872,0.6557314699,421,1.210898818,0.522863584,7760.0113607 +215,-2.039551981,0.6964723658,421,1.210898818,0.522863584,7597.4743044 +216,-1.247341019,0.7622473908,421,1.210898818,0.522863584,6782.7217096 +217,-1.298239787,0.7084123392,421,1.210898818,0.522863584,7042.8703114 +218,-1.308539688,0.6926545592,421,1.210898818,0.522863584,7112.3983104 +219,-1.303263185,0.6888938396,421,1.210898818,0.522863584,7116.7473797 +220,-1.852400229,0.6004246149,421,1.210898818,0.522863584,7984.8879787 +221,-1.288947707,0.7473773692,421,1.210898818,0.522863584,6897.0683834 +222,-1.372031502,0.7472790993,421,1.210898818,0.522863584,7017.5668232 +223,-1.289805721,0.7242157877,421,1.210898818,0.522863584,6976.3714836 +224,-1.350807603,0.7533498126,421,1.210898818,0.522863584,6967.1508587 +225,-1.329290365,0.7560442322,421,1.210898818,0.522863584,6927.3859382 +226,-1.410153004,0.616936428,421,1.210898818,0.522863584,7529.6153199 +227,-1.393445434,0.6308995063,421,1.210898818,0.522863584,7455.7841397 +228,-1.37595573,0.6241540638,421,1.210898818,0.522863584,7452.8292836 +229,-1.358388707,0.6172645205,421,1.210898818,0.522863584,7449.1689967 +230,-1.753741133,0.8281661666,421,1.210898818,0.522863584,7055.3269015 +231,-1.47430987,0.6834615681,421,1.210898818,0.522863584,7377.8346616 +232,-1.421012508,0.7222725206,421,1.210898818,0.522863584,7170.9709319 +233,-1.4476833,0.6978557868,421,1.210898818,0.522863584,7292.6059058 +234,-1.470370723,0.6966193374,421,1.210898818,0.522863584,7325.2490959 +235,-1.429211703,0.7037216883,421,1.210898818,0.522863584,7247.8418534 +236,-1.700578405,0.6178673663,421,1.210898818,0.522863584,7844.6613046 +237,-1.678117619,0.6331716163,421,1.210898818,0.522863584,7769.3804255 +238,-1.725644578,0.6316331145,421,1.210898818,0.522863584,7807.6672159 +239,-2.14012759,0.7930497945,421,1.210898818,0.522863584,7177.2364841 +240,-2.103289431,0.7653606263,421,1.210898818,0.522863584,7302.9576123 +241,-1.318739838,0.7017808746,421,1.210898818,0.522863584,7097.312942 +242,-1.396417427,0.7077900843,421,1.210898818,0.522863584,7189.6126998 +243,-1.35650337,0.7185539404,421,1.210898818,0.522863584,7095.927177 +244,-1.248884539,0.7274156818,421,1.210898818,0.522863584,6900.134466 +245,-1.395014798,0.5761185243,421,1.210898818,0.522863584,7649.8157513 +246,-1.433377362,0.6064716109,421,1.210898818,0.522863584,7600.3910655 +247,-1.408172432,0.5903155476,421,1.210898818,0.522863584,7620.38511 +248,-1.749645898,0.7757118084,421,1.210898818,0.522863584,7258.6760091 +249,-1.571626686,0.615046989,421,1.210898818,0.522863584,7741.8005031 +250,-1.514070049,0.6303003037,421,1.210898818,0.522863584,7620.210568 +251,-1.480890369,0.6237966528,421,1.210898818,0.522863584,7602.7437267 +252,-1.704390658,0.5281680612,421,1.210898818,0.522863584,8194.1683988 +253,-1.64434733,0.5254277498,421,1.210898818,0.522863584,8153.4268062 +254,-1.703855997,0.4792484842,421,1.210898818,0.522863584,8382.5748114 +255,-1.692002383,0.5748825051,421,1.210898818,0.522863584,8004.4745919 +256,-1.854136457,0.5544643913,421,1.210898818,0.522863584,8166.8550474 +257,-1.665021206,0.520317736,421,1.210898818,0.522863584,8191.9368505 +258,-1.733654349,0.4845187345,421,1.210898818,0.522863584,8384.4816844 +259,-1.720938188,0.5135933906,421,1.210898818,0.522863584,8262.7403092 +260,-1.742668307,0.553296122,421,1.210898818,0.522863584,8122.9408912 +261,-1.965659039,0.7142126903,421,1.210898818,0.522863584,7542.1120075 +262,-1.944438071,0.6772834804,421,1.210898818,0.522863584,7689.7949898 +263,-1.270340967,0.7681487096,421,1.210898818,0.522863584,6798.9244704 +264,-1.353091884,0.6549276821,421,1.210898818,0.522863584,7310.9903732 +265,-1.333236659,0.6413584414,421,1.210898818,0.522863584,7326.256418 +266,-1.352015998,0.6753788907,421,1.210898818,0.522863584,7238.7610428 +267,-1.377988483,0.6577816235,421,1.210898818,0.522863584,7338.7908165 +268,-2.13075611,0.8318642051,421,1.210898818,0.522863584,7030.6339746 +269,-2.097910953,0.8259670014,421,1.210898818,0.522863584,7067.8989004 +270,-1.416382069,0.6694271549,421,1.210898818,0.522863584,7352.795224 +271,-1.538905672,0.7535625993,421,1.210898818,0.522863584,7191.169905 +272,-1.572309477,0.7803125099,421,1.210898818,0.522863584,7122.1300581 +273,-1.87759879,0.7503853417,421,1.210898818,0.522863584,7396.8102059 +274,1.152365588,0.590457682,421,1.210898818,0.522863584,332.2624372 +275,0.350198001,0.718001859,421,1.210898818,0.522863584,2839.3773516 +276,0.046513677,0.491503852,421,1.210898818,0.522863584,3973.5644313 +277,0.027510309,0.742571376,421,1.210898818,0.522863584,3776.9494622 +278,0.306285725,-0.214631579,421,1.210898818,0.522863584,4519.0964499 +279,-1.100564889,0.318051531,421,1.210898818,0.522863584,7848.248106 +280,-1.078582306,0.301437596,421,1.210898818,0.522863584,7836.6177647 +281,-1.137371989,-0.617634065,421,1.210898818,0.522863584,9795.336849 +282,0.784356344,0.703272339,421,1.210898818,0.522863584,1548.4047848 +283,-1.221209947,0.218327455,421,1.210898818,0.522863584,8451.2184868 +284,2.347301921,-0.449114658,421,1.210898818,0.522863584,5778.7034755 +285,0.246820618,0.830553713,421,1.210898818,0.522863584,3140.2137182 +286,0.829414965,0.703288228,421,1.210898818,0.522863584,1421.8287525 +287,-1.337537566,0.42332223,421,1.210898818,0.522863584,8070.1093411 +288,0.882453706,0.454478077,421,1.210898818,0.522863584,1178.6872403 +289,1.575629659,0.416419109,421,1.210898818,0.522863584,1353.0885221 +290,-1.039455679,0.229888244,421,1.210898818,0.522863584,7922.9740149 +291,0.489558039,0.934482747,421,1.210898818,0.522863584,2625.5707949 +292,0.081344504,0.88384514,421,1.210898818,0.522863584,3569.2493781 +293,-1.547979814,0.300350308,421,1.210898818,0.522863584,8870.785099 +294,0.040776181,0.168560074,421,1.210898818,0.522863584,4518.5142302 +295,-1.130374745,0.563894876,421,1.210898818,0.522863584,7194.5912136 +296,1.578326642,0.478507176,421,1.210898818,0.522863584,1286.9177626 +297,-1.12861823,-0.291640865,421,1.210898818,0.522863584,9408.4970922 +298,0.310524208,0.770885792,421,1.210898818,0.522863584,2956.9228137 +299,0.415649091,-0.387246002,421,1.210898818,0.522863584,4707.5586342 +300,-0.926533878,-0.188022748,421,1.210898818,0.522863584,8529.7121453 +301,1.258856172,-0.11716081,421,1.210898818,0.522863584,2541.6907764 +302,-1.126050026,0.322941926,421,1.210898818,0.522863584,7900.4691277 +303,2.002785835,0.07893892,421,1.210898818,0.522863584,3439.3259988 +304,0.440437607,0.746258085,421,1.210898818,0.522863584,2578.4701425 +305,-0.030391866,0.214441206,421,1.210898818,0.522863584,4677.1386645 +306,0.521557815,-0.058929362,421,1.210898818,0.522863584,3481.3432647 +307,-0.097005111,0.13317729,421,1.210898818,0.522863584,5058.6967051 +308,1.83113859,0.221857587,421,1.210898818,0.522863584,2564.5859685 +309,0.222428864,0.099404236,421,1.210898818,0.522863584,4038.6970974 +310,-1.702731345,0.8728568183,421,1.210898818,0.522863584,6857.5307552 +311,-0.418507569,0.278324921,421,1.210898818,0.522863584,5871.3122025 +312,-1.41153306,0.339029988,421,1.210898818,0.522863584,8497.164272 +313,0.357560442,0.114788776,421,1.210898818,0.522863584,3557.4851338 +314,0.325818979,0.268352149,421,1.210898818,0.522863584,3359.4223247 +315,-1.246004659,-0.663679965,421,1.210898818,0.522863584,10145.152373 +316,1.814603087,0.637404484,421,1.210898818,0.522863584,2039.2657573 +317,1.843704281,-0.18300445,421,1.210898818,0.522863584,3692.3317951 +318,1.690644492,-0.211480909,421,1.210898818,0.522863584,3436.6413795 +319,-1.275451936,0.068109467,421,1.210898818,0.522863584,9031.8933201 +320,0.762430171,-0.207594741,421,1.210898818,0.522863584,3361.3143211 +321,0.265668905,-0.014647884,421,1.210898818,0.522863584,4148.1637522 +322,-2.773032013,-0.335515811,421,1.210898818,0.522863584,9343.6897138 +323,-1.469512853,0.174058777,421,1.210898818,0.522863584,9171.2688548 +324,0.286276986,0.785925691,421,1.210898818,0.522863584,3026.7285964 +325,-1.379324697,0.377432233,421,1.210898818,0.522863584,8305.1572977 +326,-1.203778265,0.212813032,421,1.210898818,0.522863584,8422.0226233 +327,0.579916301,0.611743168,421,1.210898818,0.522863584,2125.2424708 +328,0.267582642,0.868113908,421,1.210898818,0.522863584,3095.8288689 +329,0.412869244,-0.050245578,421,1.210898818,0.522863584,3775.992676 +330,0.17524381,0.976660285,421,1.210898818,0.522863584,3360.8483112 +331,0.743157214,0.204812899,421,1.210898818,0.522863584,2131.0463201 +332,-1.070758176,0.269382282,421,1.210898818,0.522863584,7904.0555003 +333,-1.230364251,0.329790229,421,1.210898818,0.522863584,8137.8398569 +334,-1.374813124,-0.024926835,421,1.210898818,0.522863584,9570.1137142 +335,0.519780566,0.463669906,421,1.210898818,0.522863584,2410.7885525 +336,-1.55108034,0.239698561,421,1.210898818,0.522863584,9093.7352131 +337,0.180294813,0.029739425,421,1.210898818,0.522863584,4327.5227411 +338,0.67820924,0.268170153,421,1.210898818,0.522863584,2182.6155829 +339,0.445798684,1.024001867,421,1.210898818,0.522863584,2853.8000293 +340,0.691751283,0.150521402,421,1.210898818,0.522863584,2423.3451405 +341,-1.036643551,-0.903056181,421,1.210898818,0.522863584,9452.2341207 +342,-0.120287036,1.083325163,421,1.210898818,0.522863584,3974.1462606 +343,2.823513113,-0.304487164,421,1.210898818,0.522863584,6955.9933841 +344,0.457583172,1.12513373,421,1.210898818,0.522863584,3020.892046 +345,0.042918831,0.813795399,421,1.210898818,0.522863584,3691.6535751 +346,1.196146777,-0.853142756,421,1.210898818,0.522863584,5450.6114061 +347,0.206001358,-0.010430701,421,1.210898818,0.522863584,4331.6892239 +348,-0.268308653,0.234799412,421,1.210898818,0.522863584,5451.6448144 +349,0.759363263,0.736189579,421,1.210898818,0.522863584,1664.6080204 +350,0.181363926,0.891988372,421,1.210898818,0.522863584,3319.4162291 +351,-0.021111158,0.139103292,421,1.210898818,0.522863584,4786.9750825 +352,-0.093355215,0.630686981,421,1.210898818,0.522863584,4244.3448711 +353,0.40118964,0.681375926,421,1.210898818,0.522863584,2686.6352961 +354,-0.721197315,1.304706234,421,1.210898818,0.522863584,4586.4852673 +355,-1.076150317,0.212107639,421,1.210898818,0.522863584,8075.0717298 +356,-1.577164531,0.273993443,421,1.210898818,0.522863584,9011.0089825 +357,-0.190788414,0.182208586,421,1.210898818,0.522863584,5286.827105 +358,-0.261349752,0.209710184,421,1.210898818,0.522863584,5475.4961594 +359,-1.029303852,0.083549259,421,1.210898818,0.522863584,8268.8129241 +360,-1.268609162,0.330525297,421,1.210898818,0.522863584,8224.3857986 +361,1.282982244,-0.926641967,421,1.210898818,0.522863584,5746.8824739 +362,0.217352334,0.731352408,421,1.210898818,0.522863584,3230.7005919 +363,-1.511833084,0.258629297,421,1.210898818,0.522863584,8959.7388312 +364,0.338812194,0.823184618,421,1.210898818,0.522863584,2892.0554278 +365,-0.324406489,1.134201999,421,1.210898818,0.522863584,4303.9155063 +366,1.389579348,0.399185724,421,1.210898818,0.522863584,800.41672057 +367,2.047152199,-0.039082036,421,1.210898818,0.522863584,3864.0065688 +368,0.947780369,0.568250077,421,1.210898818,0.522863584,908.04054206 +369,0.763824846,0.576754987,421,1.210898818,0.522863584,1521.059128 +370,-0.142334657,0.928153068,421,1.210898818,0.522863584,4093.6441411 +371,0.610266567,0.547265983,421,1.210898818,0.522863584,2040.5684098 +372,0.210731629,0.746815056,421,1.210898818,0.522863584,3245.648982 +373,-1.34931644,0.316895224,421,1.210898818,0.522863584,8445.7040219 +374,2.407696481,0.655030745,421,1.210898818,0.522863584,3890.3700799 +375,0.64207831,0.545359131,421,1.210898818,0.522863584,1934.3244471 +376,1.174597538,0.840588356,421,1.210898818,0.522863584,1263.326256 +377,0.660059424,0.010604079,421,1.210898818,0.522863584,2901.4948313 +378,-0.730263819,0.010486456,421,1.210898818,0.522863584,7463.5030439 +379,0.831068936,0.512339172,421,1.210898818,0.522863584,1306.1376804 +380,1.301180979,0.72367476,421,1.210898818,0.522863584,846.31666593 +381,1.811128231,0.322854402,421,1.210898818,0.522863584,2297.4793204 +382,0.435105812,0.992284428,421,1.210898818,0.522863584,2824.9280744 +383,0.62643634,0.592027932,421,1.210898818,0.522863584,1974.8042795 +384,0.492988703,-0.516339467,421,1.210898818,0.522863584,4927.7616432 +385,-0.162469483,0.112549365,421,1.210898818,0.522863584,5323.2045558 +386,0.314630866,0.472006421,421,1.210898818,0.522863584,3100.5036639 +387,0.166744804,0.822815954,421,1.210898818,0.522863584,3354.8310482 +388,0.417159608,0.965805736,421,1.210898818,0.522863584,2825.1268582 +389,0.106334961,0.868774244,421,1.210898818,0.522863584,3508.069406 +390,0.815086969,-0.338144359,421,1.210898818,0.522863584,3729.749874 +391,0.59867455,-0.230624824,421,1.210898818,0.522863584,3790.0151993 +392,1.915104874,0.066220985,421,1.210898818,0.522863584,3195.2708041 +393,1.278093622,0.064463721,421,1.210898818,0.522863584,1833.1095458 +394,-0.061477853,0.302997961,421,1.210898818,0.522863584,4625.8735248 +395,0.251311504,0.626976942,421,1.210898818,0.522863584,3174.9062012 +396,2.950242872,0.149095644,421,1.210898818,0.522863584,6497.6278833 +397,-0.180294708,0.35375117,421,1.210898818,0.522863584,4939.3296414 +398,1.010448592,-0.351180233,421,1.210898818,0.522863584,3545.4874972 +399,-1.748740498,0.3686318073,421,1.210898818,0.522863584,8845.1719034 +400,2.699635665,0.123533791,421,1.210898818,0.522863584,5697.5169344 +401,0.496808033,0.823843254,421,1.210898818,0.522863584,2473.7695232 +402,0.129574704,0.763364087,421,1.210898818,0.522863584,3473.3404586 +403,1.798920311,0.817447563,421,1.210898818,0.522863584,2141.5071434 +404,0.335987953,0.746786541,421,1.210898818,0.522863584,2881.7756821 +405,-1.085413643,0.292154671,421,1.210898818,0.522863584,7880.883764 +406,-0.155321003,0.508207011,421,1.210898818,0.522863584,4605.8919064 +407,0.620529244,-0.301175104,421,1.210898818,0.522863584,3966.1220039 +408,1.684402744,0.368716966,421,1.210898818,0.522863584,1793.5419578 +409,0.300582244,-0.386397212,421,1.210898818,0.522863584,4997.778999 +410,2.913555946,-0.009225192,421,1.210898818,0.522863584,6692.4652267 +411,1.465101417,0.493232532,421,1.210898818,0.522863584,886.89609974 +412,0.090612882,0.907955955,421,1.210898818,0.522863584,3543.844187 +413,2.987564726,-0.729568594,421,1.210898818,0.522863584,8137.0455926 +414,-1.484261606,0.224149272,421,1.210898818,0.522863584,9029.5349579 +415,0.164073421,0.303955133,421,1.210898818,0.522863584,3852.9008717 +416,0.141441293,0.167552546,421,1.210898818,0.522863584,4176.0854055 +417,2.931321023,-0.506718887,421,1.210898818,0.522863584,7660.5670492 +418,2.21951565,0.700596356,421,1.210898818,0.522863584,3287.1555496 +419,0.268112576,1.199114336,421,1.210898818,0.522863584,3418.4574237 +420,0.978913739,0.359223811,421,1.210898818,0.522863584,1052.3717723 +421,1.210898818,0.522863584,421,1.210898818,0.522863584,0 +422,2.347397336,0.129231362,421,1.210898818,0.522863584,4479.3923579 +423,0.614394501,0.556878345,421,1.210898818,0.522863584,2022.8559824 +424,-1.398079356,0.148483366,421,1.210898818,0.522863584,9099.7866441 +425,2.535303836,-0.112984496,421,1.210898818,0.522863584,5610.8136257 +426,-1.019372593,-0.405322349,421,1.210898818,0.522863584,9209.473682 +427,-1.297785627,-0.160104069,421,1.210898818,0.522863584,9698.4007814 +428,2.144554488,0.205051084,421,1.210898818,0.522863584,3641.7409817 +429,-2.242387083,-0.426171285,421,1.210898818,0.522863584,11282.380133 +430,0.338637212,0.909723676,421,1.210898818,0.522863584,2944.1545714 +431,-0.148798452,0.691042401,421,1.210898818,0.522863584,4336.8092823 +432,0.893524764,0.441829531,421,1.210898818,0.522863584,1157.5148981 +433,0.969229347,-0.368847936,421,1.210898818,0.522863584,3650.2064286 +434,0.436043248,0.800045688,421,1.210898818,0.522863584,2617.3233791 +435,1.687946607,1.081504775,421,1.210898818,0.522863584,2532.2685441 +436,0.522302046,-0.034889271,421,1.210898818,0.522863584,3413.188565 +437,-0.178996113,-0.438090009,421,1.210898818,0.522863584,6502.1115712 +438,-1.094339566,0.301444068,421,1.210898818,0.522863584,7878.738668 +439,-1.064070054,0.242569932,421,1.210898818,0.522863584,7958.6326385 +440,-1.068153768,0.230387998,421,1.210898818,0.522863584,8003.0911712 +441,-3.00496892,-0.23989155,421,1.210898818,0.522863584,8385.9227109 +442,0.21751974,0.766874888,421,1.210898818,0.522863584,3221.7708335 +443,0.117229532,0.007619006,421,1.210898818,0.522863584,4584.7042178 +444,0.777758451,0.420554741,421,1.210898818,0.522863584,1577.5473651 +445,-0.252356999,0.250747086,421,1.210898818,0.522863584,5367.701586 +446,0.363148444,0.768483434,421,1.210898818,0.522863584,2806.9709964 +447,0.903191366,-0.118210676,421,1.210898818,0.522863584,2795.9744284 +448,-0.205755923,0.149406178,421,1.210898818,0.522863584,5400.6094429 +449,1.811996086,0.02364353,421,1.210898818,0.522863584,3002.8926419 +450,-1.100670221,0.314845373,421,1.210898818,0.522863584,7857.6225992 +451,0.340078597,0.850105132,421,1.210898818,0.522863584,2901.4110189 +452,0.258757267,0.804969236,421,1.210898818,0.522863584,3104.7526229 +453,2.78505352,-0.155160804,421,1.210898818,0.522863584,6539.325165 +454,0.800551619,0.105822106,421,1.210898818,0.522863584,2251.3994505 +455,0.437940882,-0.506194031,421,1.210898818,0.522863584,5013.739346 +456,2.230431122,0.63458615,421,1.210898818,0.522863584,3358.9194934 +457,0.527965361,0.127667701,421,1.210898818,0.522863584,2979.4370419 +458,-0.063643205,0.702093448,421,1.210898818,0.522863584,4076.1696126 +459,1.408447268,0.133010502,421,1.210898818,0.522863584,1709.895156 +460,0.523795955,0.280266966,421,1.210898818,0.522863584,2666.7867984 +461,-0.975769313,0.072177659,421,1.210898818,0.522863584,8129.4388891 +462,0.549774164,-0.463663986,421,1.210898818,0.522863584,4642.2642026 +463,0.29245874,1.095549818,421,1.210898818,0.522863584,3234.6922447 +464,0.143625958,0.816809593,421,1.210898818,0.522863584,3418.1765087 +465,0.671902494,0.611159853,421,1.210898818,0.522863584,1826.9308534 +466,1.239840988,0.6724199,421,1.210898818,0.522863584,599.8915105 +467,0.607829703,-0.10932137,421,1.210898818,0.522863584,3394.0011538 +468,1.763020906,0.263996692,421,1.210898818,0.522863584,2254.0577864 +469,0.378714634,0.726066797,421,1.210898818,0.522863584,2754.8471171 +470,2.196736143,-0.153862366,421,1.210898818,0.522863584,4608.2707087 +471,0.01702415,0.148991565,421,1.210898818,0.522863584,4637.2694013 +472,-2.998490902,-0.158002487,421,1.210898818,0.522863584,8254.9466501 +473,-3.051262951,-0.346595608,421,1.210898818,0.522863584,8407.6960332 +474,-1.069176439,0.182802941,421,1.210898818,0.522863584,8133.5341269 +475,0.167157509,0.595344954,421,1.210898818,0.522863584,3466.6214935 +476,0.613855648,0.681746124,421,1.210898818,0.522863584,2034.0321929 +477,1.037012736,0.682555367,421,1.210898818,0.522863584,848.60690192 +478,-1.253574971,0.379755746,421,1.210898818,0.522863584,8035.515774 +479,3.108590453,-0.132620738,421,1.210898818,0.522863584,7603.6100472 +480,0.565301296,0.022333262,421,1.210898818,0.522863584,3133.8907268 +481,0.547898238,0.855555614,421,1.210898818,0.522863584,2380.3747994 +482,0.948309381,0.417393755,421,1.210898818,0.522863584,1015.8397469 +483,-0.050600732,0.945269213,421,1.210898818,0.522863584,3871.2624047 +484,-0.977651478,-0.572363064,421,1.210898818,0.522863584,9250.8234068 +485,1.102014914,0.728861163,421,1.210898818,0.522863584,887.0235985 +486,2.927300795,-0.282939414,421,1.210898818,0.522863584,7264.2478066 +487,-1.154565557,0.124434095,421,1.210898818,0.522863584,8535.9142282 +488,1.855331234,0.291044755,421,1.210898818,0.522863584,2503.7058648 +489,0.830290659,0.276904518,421,1.210898818,0.522863584,1690.8327396 +490,0.485104466,-0.234867441,421,1.210898818,0.522863584,4083.4399616 +491,0.521367572,-0.33161327,421,1.210898818,0.522863584,4286.2461862 +1,-1.539031704,0.7349710123,422,2.347397336,0.129231362,8090.5100987 +2,-1.536990553,0.7349663874,422,2.347397336,0.129231362,8095.0445654 +3,-1.534951779,0.7349571355,422,2.347397336,0.129231362,8099.5784986 +4,-1.532906461,0.7349480293,422,2.347397336,0.129231362,8104.1191778 +5,-1.531320211,0.7346937278,422,2.347397336,0.129231362,8108.2834018 +6,-1.539451648,0.7335131775,422,2.347397336,0.129231362,8093.3648258 +7,-1.537429487,0.7335445708,422,2.347397336,0.129231362,8097.7731293 +8,-1.535484998,0.7335658704,422,2.347397336,0.129231362,8102.0280954 +9,-1.533488396,0.7336036027,422,2.347397336,0.129231362,8106.3484044 +10,-1.531497785,0.7335842962,422,2.347397336,0.129231362,8110.7972741 +11,-1.530259379,0.7334777758,422,2.347397336,0.129231362,8113.8092929 +12,-1.5335454,0.7322346912,422,2.347397336,0.129231362,8109.7975996 +13,-1.531489083,0.7322238773,422,2.347397336,0.129231362,8114.3772131 +14,-1.530011122,0.7321679851,422,2.347397336,0.129231362,8117.7902624 +15,-1.53348106,0.7306614094,422,2.347397336,0.129231362,8114.046739 +16,-1.531441779,0.7306962275,422,2.347397336,0.129231362,8118.4779074 +17,-1.529755654,0.7306933243,422,2.347397336,0.129231362,8122.2187823 +18,-1.533415048,0.7291384674,422,2.347397336,0.129231362,8118.1660001 +19,-1.531392093,0.7291705353,422,2.347397336,0.129231362,8122.5764563 +20,-1.529296523,0.7291214933,422,2.347397336,0.129231362,8127.3525425 +21,-1.535280942,0.727267644,422,2.347397336,0.129231362,8118.8811317 +22,-1.533378158,0.7276139666,422,2.347397336,0.129231362,8122.2222974 +23,-1.531340368,0.7276446587,422,2.347397336,0.129231362,8126.6777239 +24,-1.528960113,0.7276398177,422,2.347397336,0.129231362,8131.9785648 +25,-1.533313146,0.7260818349,422,2.347397336,0.129231362,8126.3588151 +26,-1.531259555,0.7260958115,422,2.347397336,0.129231362,8130.9014634 +27,-1.528926415,0.7260865555,422,2.347397336,0.129231362,8136.1188527 +28,-1.531226779,0.7245511789,422,2.347397336,0.129231362,8135.0048477 +29,-1.528904772,0.7245519194,422,2.347397336,0.129231362,8140.1810385 +30,-1.547195875,0.7409785979,422,2.347397336,0.129231362,8056.8479011 +31,-1.5451475,0.740980426,422,2.347397336,0.129231362,8061.3772297 +32,-1.543097679,0.7409798872,422,2.347397336,0.129231362,8065.908525 +33,-1.540720364,0.7409892687,422,2.347397336,0.129231362,8071.1285037 +34,-1.547188511,0.7395198392,422,2.347397336,0.129231362,8060.6317225 +35,-1.545148587,0.7395226109,422,2.347397336,0.129231362,8065.1480732 +36,-1.543104538,0.7395314908,422,2.347397336,0.129231362,8069.6503882 +37,-1.540727751,0.7395306258,422,2.347397336,0.129231362,8074.9053384 +38,-1.547187029,0.7380014886,422,2.347397336,0.129231362,8064.5538529 +39,-1.545147315,0.7380012252,422,2.347397336,0.129231362,8069.0860973 +40,-1.54310719,0.7380060743,422,2.347397336,0.129231362,8073.598718 +41,-1.540719671,0.7380068206,422,2.347397336,0.129231362,8078.8831915 +42,-1.547187189,0.7364799098,422,2.347397336,0.129231362,8068.4780245 +43,-1.545149996,0.7364853874,422,2.347397336,0.129231362,8072.998359 +44,-1.543106091,0.7364823484,422,2.347397336,0.129231362,8077.548316 +45,-1.540717158,0.7364893901,422,2.347397336,0.129231362,8082.8295699 +46,-1.538663972,0.7410138672,422,2.347397336,0.129231362,8075.5927032 +47,-1.53695285,0.7409699132,422,2.347397336,0.129231362,8079.4696922 +48,-1.534910498,0.7409641297,422,2.347397336,0.129231362,8083.9687304 +49,-1.533145034,0.7409536636,422,2.347397336,0.129231362,8087.8662195 +50,-1.538681336,0.7395405883,422,2.347397336,0.129231362,8079.3939825 +51,-1.536999189,0.7395183096,422,2.347397336,0.129231362,8083.1575137 +52,-1.534923633,0.7395144222,422,2.347397336,0.129231362,8087.7328587 +53,-1.533267822,0.7395654306,422,2.347397336,0.129231362,8091.2356746 +54,-1.53867273,0.7380151077,422,2.347397336,0.129231362,8083.3859097 +55,-1.536980576,0.7379994392,422,2.347397336,0.129231362,8087.1612514 +56,-1.534931522,0.7379944961,422,2.347397336,0.129231362,8091.6895799 +57,-1.533387952,0.7379480264,422,2.347397336,0.129231362,8095.207811 +58,-1.538682279,0.7364914363,422,2.347397336,0.129231362,8087.3303724 +59,-1.536980704,0.7364810563,422,2.347397336,0.129231362,8091.1198277 +60,-1.534935567,0.7364752065,422,2.347397336,0.129231362,8095.6504137 +61,-1.533042592,0.7363876366,422,2.347397336,0.129231362,8100.0523422 +62,-1.545143426,0.7349628011,422,2.347397336,0.129231362,8076.9459988 +63,-1.543105297,0.7349691947,422,2.347397336,0.129231362,8081.467219 +64,-1.541064533,0.7349647152,422,2.347397336,0.129231362,8086.0151137 +65,-1.545411803,0.7334624714,422,2.347397336,0.129231362,8080.2197478 +66,-1.543446606,0.7334780896,422,2.347397336,0.129231362,8084.5639175 +67,-1.541475327,0.7334957295,422,2.347397336,0.129231362,8088.9094236 +68,-1.545401939,0.731963266,422,2.347397336,0.129231362,8084.1081277 +69,-1.54342253,0.7319915583,422,2.347397336,0.129231362,8088.4593864 +70,-1.541455867,0.7320216438,422,2.347397336,0.129231362,8092.7703805 +71,-1.545410146,0.7304422281,422,2.347397336,0.129231362,8088.00973 +72,-1.543435491,0.7304713664,422,2.347397336,0.129231362,8092.3565248 +73,-1.541463105,0.7304997613,422,2.347397336,0.129231362,8096.6929932 +74,-1.545414768,0.7289194936,422,2.347397336,0.129231362,8091.9209903 +75,-1.543435774,0.7289538557,422,2.347397336,0.129231362,8096.2723701 +76,-1.541457714,0.7289765881,422,2.347397336,0.129231362,8100.6444578 +77,-1.539449415,0.7320555866,422,2.347397336,0.129231362,8097.152789 +78,-1.537429183,0.7321097681,422,2.347397336,0.129231362,8101.5056938 +79,-1.535472649,0.7321497267,422,2.347397336,0.129231362,8105.7464667 +80,-1.539457899,0.7305333307,422,2.347397336,0.129231362,8101.0820707 +81,-1.537453161,0.7305750503,422,2.347397336,0.129231362,8105.441432 +82,-1.535479385,0.7306124949,422,2.347397336,0.129231362,8109.7354865 +83,-1.53946905,0.7290102593,422,2.347397336,0.129231362,8105.0047412 +84,-1.537459922,0.7290417293,422,2.347397336,0.129231362,8109.4090141 +85,-1.535451349,0.7290890157,422,2.347397336,0.129231362,8113.7633656 +86,-1.535522937,0.7279887191,422,2.347397336,0.129231362,8116.4660489 +87,-1.539442524,0.7274735939,422,2.347397336,0.129231362,8109.0441589 +88,-1.537424111,0.727521351,422,2.347397336,0.129231362,8113.4353658 +89,-1.539384641,0.7259505092,422,2.347397336,0.129231362,8113.1162245 +90,-1.537372391,0.7259947145,422,2.347397336,0.129231362,8117.5111626 +91,-1.535340789,0.7260435356,422,2.347397336,0.129231362,8121.9296661 +92,-1.539325716,0.7244369706,422,2.347397336,0.129231362,8117.1637001 +93,-1.537308932,0.7244801057,422,2.347397336,0.129231362,8121.579813 +94,-1.535289068,0.7245247645,422,2.347397336,0.129231362,8125.9911437 +95,-1.533261366,0.7245550236,422,2.347397336,0.129231362,8130.449691 +96,-1.539267302,0.722921924,422,2.347397336,0.129231362,8121.2117056 +97,-1.537248972,0.7229660258,422,2.347397336,0.129231362,8125.6370492 +98,-1.535219431,0.7229916471,422,2.347397336,0.129231362,8130.1277677 +99,-1.53318962,0.7230212049,422,2.347397336,0.129231362,8134.6011985 +100,-1.531154816,0.7230299897,422,2.347397336,0.129231362,8139.1322234 +101,-1.528878341,0.7230370244,422,2.347397336,0.129231362,8144.199741 +102,-1.539218189,0.7214009878,422,2.347397336,0.129231362,8125.2517118 +103,-1.537198791,0.7214422745,422,2.347397336,0.129231362,8129.6950868 +104,-1.535179266,0.7214634354,422,2.347397336,0.129231362,8134.1832224 +105,-1.533156501,0.7214944644,422,2.347397336,0.129231362,8138.645446 +106,-1.53113574,0.7215166021,422,2.347397336,0.129231362,8143.118655 +107,-1.528874248,0.7215345535,422,2.347397336,0.129231362,8148.1335583 +108,-1.539217656,0.7198512397,422,2.347397336,0.129231362,8129.2539896 +109,-1.537199919,0.7199428763,422,2.347397336,0.129231362,8133.5720684 +110,-1.545425832,0.727397149,422,2.347397336,0.129231362,8095.8140052 +111,-1.543371177,0.7273916949,422,2.347397336,0.129231362,8100.4463591 +112,-1.541368852,0.7274523163,422,2.347397336,0.129231362,8104.7832637 +113,-1.545349067,0.7258710923,422,2.347397336,0.129231362,8099.9116948 +114,-1.54332671,0.7258603556,422,2.347397336,0.129231362,8104.493325 +115,-1.541346831,0.7259242142,422,2.347397336,0.129231362,8108.7798239 +116,-1.545324355,0.7243383958,422,2.347397336,0.129231362,8103.9068172 +117,-1.543292796,0.7243617413,422,2.347397336,0.129231362,8108.42985 +118,-1.541295822,0.7244024384,422,2.347397336,0.129231362,8112.822738 +119,-1.543193859,0.7205570215,422,2.347397336,0.129231362,8118.4423883 +120,-1.550257047,0.7386738187,422,2.347397336,0.129231362,8055.9903368 +121,-1.549335448,0.7311736483,422,2.347397336,0.129231362,8077.3224081 +122,-1.533478843,0.7179891343,422,2.347397336,0.129231362,8147.0235544 +123,-1.556150555,0.738907041,422,2.347397336,0.129231362,8042.2395565 +124,-1.554324226,0.733414257,422,2.347397336,0.129231362,8060.3738326 +125,-1.554290846,0.7288285332,422,2.347397336,0.129231362,8072.1545584 +126,-1.55122487,0.7219795312,422,2.347397336,0.129231362,8096.5735788 +127,-1.525104458,0.7229399862,422,2.347397336,0.129231362,8152.8648518 +128,-1.519607711,0.7236181429,422,2.347397336,0.129231362,8163.28058 +129,-1.513899999,0.7251107854,422,2.347397336,0.129231362,8171.9209112 +130,-1.536620762,0.7431061895,422,2.347397336,0.129231362,8074.6156275 +131,-1.5369566,0.7460845958,422,2.347397336,0.129231362,8066.0891589 +132,-1.545345528,0.7447040685,422,2.347397336,0.129231362,8051.2924243 +133,-1.532813921,0.7432306626,422,2.347397336,0.129231362,8082.6160556 +134,-1.554788248,0.7382381001,422,2.347397336,0.129231362,8046.9971397 +135,-1.540348126,0.7301594274,422,2.347397336,0.129231362,8100.064266 +136,-1.538016084,0.7239051786,422,2.347397336,0.129231362,8121.4817362 +137,-1.525288962,0.7258085137,422,2.347397336,0.129231362,8144.9258893 +138,-1.534326986,0.731241342,422,2.347397336,0.129231362,8110.6565935 +139,-1.530733872,0.7303625216,422,2.347397336,0.129231362,8120.9191236 +141,-1.534354939,0.7328219978,422,2.347397336,0.129231362,8106.4714148 +142,-1.53157084,0.7292888153,422,2.347397336,0.129231362,8121.8706068 +143,-1.525691035,0.7263799874,422,2.347397336,0.129231362,8142.5336464 +144,-1.534031287,0.7495967835,422,2.347397336,0.129231362,8063.2404923 +145,-1.527714986,0.7283095957,422,2.347397336,0.129231362,8132.9846172 +146,-1.526189586,0.7271468292,422,2.347397336,0.129231362,8139.4152933 +147,-1.555177336,0.7375563366,422,2.347397336,0.129231362,8047.870982 +148,-1.555080283,0.7312707794,422,2.347397336,0.129231362,8064.1432786 +149,-1.53856994,0.7224180299,422,2.347397336,0.129231362,8124.0840615 +150,-1.530837883,0.729933372,422,2.347397336,0.129231362,8121.8113435 +151,-1.515066984,0.5854133365,422,2.347397336,0.129231362,8527.2934919 +152,-1.534731633,0.5368370046,422,2.347397336,0.129231362,8591.0348376 +153,-1.515231902,0.5607085576,422,2.347397336,0.129231362,8587.1599549 +154,-2.616253799,1.0684566605,422,2.347397336,0.129231362,5295.9033606 +155,-1.956071439,0.5792177723,422,2.347397336,0.129231362,7261.4918944 +156,-1.951208514,0.5602434208,422,2.347397336,0.129231362,7301.9018767 +157,-1.944675062,0.6062144545,422,2.347397336,0.129231362,7260.1335059 +158,-1.613778386,0.6077989518,422,2.347397336,0.129231362,8214.1634636 +159,-2.035029014,0.6021432345,422,2.347397336,0.129231362,6986.386351 +160,-2.114989471,0.6801825058,422,2.347397336,0.129231362,6657.2895317 +161,-2.037382079,0.5765830025,422,2.347397336,0.129231362,7008.4003995 +162,-2.129855121,0.6585019963,422,2.347397336,0.129231362,6634.0780938 +163,-2.075141798,0.6493615843,422,2.347397336,0.129231362,6809.5668433 +164,-1.828626729,0.6948433129,422,2.347397336,0.129231362,7456.8817067 +165,-1.863329418,0.6735427691,422,2.347397336,0.129231362,7397.0758826 +166,-1.266037071,0.727988852,422,2.347397336,0.129231362,8641.9277101 +167,-1.277579582,0.7249010648,422,2.347397336,0.129231362,8633.0880668 +168,-1.258418684,0.7241194816,422,2.347397336,0.129231362,8667.1064821 +169,-1.317813974,0.6804850104,422,2.347397336,0.129231362,8704.0645322 +170,-1.344165204,0.6790988904,422,2.347397336,0.129231362,8657.7499944 +171,-1.427582102,0.5277120351,422,2.347397336,0.129231362,8899.5482094 +172,-1.402238616,0.457167829,422,2.347397336,0.129231362,9148.5892311 +173,-1.422454264,0.4996161999,422,2.347397336,0.129231362,8985.7154009 +174,-1.439089277,0.4894859811,422,2.347397336,0.129231362,8966.8966459 +175,-1.448126995,0.5182330266,422,2.347397336,0.129231362,8870.292687 +176,-1.474626146,0.5881926574,422,2.347397336,0.129231362,8623.204883 +177,-1.421139645,0.5584869783,422,2.347397336,0.129231362,8834.400174 +178,-1.457037165,0.565943032,422,2.347397336,0.129231362,8724.9589504 +179,-2.757159358,0.3745319,422,2.347397336,0.129231362,4592.4310265 +180,-2.714309238,0.342054471,422,2.347397336,0.129231362,4750.6108565 +181,-2.000525337,0.774119946,422,2.347397336,0.129231362,6869.0848984 +183,-1.571413436,0.6777838382,422,2.347397336,0.129231362,8159.3593953 +184,-1.552860289,0.6987663893,422,2.347397336,0.129231362,8151.6224071 +185,-1.521852374,0.7165827476,422,2.347397336,0.129231362,8176.8022017 +186,-1.503656267,0.6928968252,422,2.347397336,0.129231362,8280.2099847 +187,-1.502753178,0.7136205882,422,2.347397336,0.129231362,8227.1133802 +188,-1.631894563,0.7343596465,422,2.347397336,0.129231362,7878.7810715 +189,-1.653765416,0.6770714026,422,2.347397336,0.129231362,7955.3514807 +190,-1.719812114,0.6715965947,422,2.347397336,0.129231362,7794.3565508 +191,-1.493406659,0.6646955447,422,2.347397336,0.129231362,8378.2533784 +192,-1.469120564,0.6613469966,422,2.347397336,0.129231362,8443.2139208 +193,-1.590551461,0.5326612937,422,2.347397336,0.129231362,8443.7194782 +194,-1.625979264,0.5247742243,422,2.347397336,0.129231362,8357.9016221 +195,-1.572293943,0.5238808754,422,2.347397336,0.129231362,8515.0037015 +196,-1.610848725,0.5477107964,422,2.347397336,0.129231362,8353.4453209 +197,-1.208485554,0.7918526018,422,2.347397336,0.129231362,8509.8255022 +198,-1.335601374,0.6869083083,422,2.347397336,0.129231362,8650.2891197 +199,-1.346156996,0.6825213377,422,2.347397336,0.129231362,8643.3834833 +200,-1.324381037,0.6741422347,422,2.347397336,0.129231362,8711.3670181 +201,-1.242424992,0.7378949807,422,2.347397336,0.129231362,8646.2257698 +202,-1.270370057,0.7392461008,422,2.347397336,0.129231362,8597.684367 +203,-1.448950472,0.7441675014,422,2.347397336,0.129231362,8256.4877031 +204,-1.492662363,0.7523026852,422,2.347397336,0.129231362,8143.9628271 +205,-1.479098966,0.7763855017,422,2.347397336,0.129231362,8104.7629485 +206,-1.633760714,0.7869022408,422,2.347397336,0.129231362,7750.0365023 +207,-1.647406434,0.8101289331,422,2.347397336,0.129231362,7664.5050263 +208,-1.564245052,0.5701509278,422,2.347397336,0.129231362,8433.2471842 +209,-1.646289963,0.6833746083,422,2.347397336,0.129231362,7960.3512088 +210,-1.5820631,0.6751952144,422,2.347397336,0.129231362,8139.6122209 +211,-1.613236298,0.6681681791,422,2.347397336,0.129231362,8078.5585342 +212,-1.914661867,0.8212566515,422,2.347397336,0.129231362,7018.4426484 +213,-1.742133237,0.7250275956,422,2.347397336,0.129231362,7627.8248079 +214,-2.033144872,0.6557314699,422,2.347397336,0.129231362,6928.7067691 +215,-2.039551981,0.6964723658,422,2.347397336,0.129231362,6860.6108771 +216,-1.247341019,0.7622473908,422,2.347397336,0.129231362,8556.5877618 +217,-1.298239787,0.7084123392,422,2.347397336,0.129231362,8651.1701896 +218,-1.308539688,0.6926545592,422,2.347397336,0.129231362,8682.9439102 +219,-1.303263185,0.6888938396,422,2.347397336,0.129231362,8704.518036 +220,-1.852400229,0.6004246149,422,2.347397336,0.129231362,7547.61139 +221,-1.288947707,0.7473773692,422,2.347397336,0.129231362,8540.7329866 +222,-1.372031502,0.7472790993,422,2.347397336,0.129231362,8396.0606096 +223,-1.289805721,0.7242157877,422,2.347397336,0.129231362,8614.7466412 +224,-1.350807603,0.7533498126,422,2.347397336,0.129231362,8415.7653098 +225,-1.329290365,0.7560442322,422,2.347397336,0.129231362,8444.9502433 +226,-1.410153004,0.616936428,422,2.347397336,0.129231362,8700.2255202 +227,-1.393445434,0.6308995063,422,2.347397336,0.129231362,8698.147815 +228,-1.37595573,0.6241540638,422,2.347397336,0.129231362,8756.0120439 +229,-1.358388707,0.6172645205,422,2.347397336,0.129231362,8814.316627 +230,-1.753741133,0.8281661666,422,2.347397336,0.129231362,7386.9703323 +231,-1.47430987,0.6834615681,422,2.347397336,0.129231362,8371.6057621 +232,-1.421012508,0.7222725206,422,2.347397336,0.129231362,8375.9913013 +233,-1.4476833,0.6978557868,422,2.347397336,0.129231362,8390.1930142 +234,-1.470370723,0.6966193374,422,2.347397336,0.129231362,8344.4355206 +235,-1.429211703,0.7037216883,422,2.347397336,0.129231362,8412.6467303 +236,-1.700578405,0.6178673663,422,2.347397336,0.129231362,7955.1922444 +237,-1.678117619,0.6331716163,422,2.347397336,0.129231362,7985.5642795 +238,-1.725644578,0.6316331145,422,2.347397336,0.129231362,7858.1792558 +239,-2.14012759,0.7930497945,422,2.347397336,0.129231362,6472.9417413 +240,-2.103289431,0.7653606263,422,2.347397336,0.129231362,6601.721121 +241,-1.318739838,0.7017808746,422,2.347397336,0.129231362,8635.4296788 +242,-1.396417427,0.7077900843,422,2.347397336,0.129231362,8467.9217999 +243,-1.35650337,0.7185539404,422,2.347397336,0.129231362,8513.0726106 +244,-1.248884539,0.7274156818,422,2.347397336,0.129231362,8671.3532208 +245,-1.395014798,0.5761185243,422,2.347397336,0.129231362,8849.4062575 +246,-1.433377362,0.6064716109,422,2.347397336,0.129231362,8675.1505716 +247,-1.408172432,0.5903155476,422,2.347397336,0.129231362,8778.9651322 +248,-1.749645898,0.7757118084,422,2.347397336,0.129231362,7505.575353 +249,-1.571626686,0.615046989,422,2.347397336,0.129231362,8309.1608941 +250,-1.514070049,0.6303003037,422,2.347397336,0.129231362,8417.7142227 +251,-1.480890369,0.6237966528,422,2.347397336,0.129231362,8515.3456045 +252,-1.704390658,0.5281680612,422,2.347397336,0.129231362,8118.0020389 +253,-1.64434733,0.5254277498,422,2.347397336,0.129231362,8302.5736227 +254,-1.703855997,0.4792484842,422,2.347397336,0.129231362,8208.9564552 +255,-1.692002383,0.5748825051,422,2.347397336,0.129231362,8064.9992368 +256,-1.854136457,0.5544643913,422,2.347397336,0.129231362,7614.4349074 +257,-1.665021206,0.520317736,422,2.347397336,0.129231362,8251.2786531 +258,-1.733654349,0.4845187345,422,2.347397336,0.129231362,8105.9361343 +259,-1.720938188,0.5135933906,422,2.347397336,0.129231362,8094.3185389 +260,-1.742668307,0.553296122,422,2.347397336,0.129231362,7956.6858369 +261,-1.965659039,0.7142126903,422,2.347397336,0.129231362,7047.4974492 +262,-1.944438071,0.6772834804,422,2.347397336,0.129231362,7160.4806513 +263,-1.270340967,0.7681487096,422,2.347397336,0.129231362,8501.8345301 +264,-1.353091884,0.6549276821,422,2.347397336,0.129231362,8713.2755938 +265,-1.333236659,0.6413584414,422,2.347397336,0.129231362,8794.7829071 +266,-1.352015998,0.6753788907,422,2.347397336,0.129231362,8653.6212315 +267,-1.377988483,0.6577816235,422,2.347397336,0.129231362,8653.2530443 +268,-2.13075611,0.8318642051,422,2.347397336,0.129231362,6458.7533451 +269,-2.097910953,0.8259670014,422,2.347397336,0.129231362,6549.6991088 +270,-1.416382069,0.6694271549,422,2.347397336,0.129231362,8537.8942244 +271,-1.538905672,0.7535625993,422,2.347397336,0.129231362,8042.2665878 +272,-1.572309477,0.7803125099,422,2.347397336,0.129231362,7900.9161596 +273,-1.87759879,0.7503853417,422,2.347397336,0.129231362,7230.1869244 +274,1.152365588,0.590457682,422,2.347397336,0.129231362,4703.3672078 +275,0.350198001,0.718001859,422,2.347397336,0.129231362,7117.2288313 +276,0.046513677,0.491503852,422,2.347397336,0.129231362,8398.4953296 +277,0.027510309,0.742571376,422,2.347397336,0.129231362,7896.8724746 +278,0.306285725,-0.214631579,422,2.347397336,0.129231362,8144.4287444 +279,-1.100564889,0.318051531,422,2.347397336,0.129231362,10305.339644 +280,-1.078582306,0.301437596,422,2.347397336,0.129231362,10406.819891 +281,-1.137371989,-0.617634065,422,2.347397336,0.129231362,10142.715408 +282,0.784356344,0.703272339,422,2.347397336,0.129231362,5868.0949172 +283,-1.221209947,0.218327455,422,2.347397336,0.129231362,10270.998496 +284,2.347301921,-0.449114658,422,2.347397336,0.129231362,2290.8286147 +285,0.246820618,0.830553713,422,2.347397336,0.129231362,7193.5635079 +286,0.829414965,0.703288228,422,2.347397336,0.129231362,5732.3945819 +287,-1.337537566,0.42332223,422,2.347397336,0.129231362,9411.3812 +288,0.882453706,0.454478077,422,2.347397336,0.129231362,5622.6688622 +289,1.575629659,0.416419109,422,2.347397336,0.129231362,3138.9346729 +290,-1.039455679,0.229888244,422,2.347397336,0.129231362,10724.963041 +291,0.489558039,0.934482747,422,2.347397336,0.129231362,6472.3652585 +292,0.081344504,0.88384514,422,2.347397336,0.129231362,7442.1775182 +293,-1.547979814,0.300350308,422,2.347397336,0.129231362,9037.8673157 +294,0.040776181,0.168560074,422,2.347397336,0.129231362,8944.8118368 +295,-1.130374745,0.563894876,422,2.347397336,0.129231362,9419.1374635 +296,1.578326642,0.478507176,422,2.347397336,0.129231362,3195.4086072 +297,-1.12861823,-0.291640865,422,2.347397336,0.129231362,10999.176719 +298,0.310524208,0.770885792,422,2.347397336,0.129231362,7140.6097239 +299,0.415649091,-0.387246002,422,2.347397336,0.129231362,7735.7828968 +300,-0.926533878,-0.188022748,422,2.347397336,0.129231362,11876.346254 +301,1.258856172,-0.11716081,422,2.347397336,0.129231362,4409.823008 +302,-1.126050026,0.322941926,422,2.347397336,0.129231362,10232.679219 +303,2.002785835,0.07893892,422,2.347397336,0.129231362,1371.9371087 +304,0.440437607,0.746258085,422,2.347397336,0.129231362,6829.1039399 +305,-0.030391866,0.214441206,422,2.347397336,0.129231362,9142.7358918 +306,0.521557815,-0.058929362,422,2.347397336,0.129231362,7252.844075 +307,-0.097005111,0.13317729,422,2.347397336,0.129231362,9500.6487466 +308,1.83113859,0.221857587,422,2.347397336,0.129231362,2045.1602065 +309,0.222428864,0.099404236,422,2.347397336,0.129231362,8325.6285797 +310,-1.702731345,0.8728568183,422,2.347397336,0.129231362,7400.3072223 +311,-0.418507569,0.278324921,422,2.347397336,0.129231362,10258.233263 +312,-1.41153306,0.339029988,422,2.347397336,0.129231362,9404.2724254 +313,0.357560442,0.114788776,422,2.347397336,0.129231362,7791.9587526 +314,0.325818979,0.268352149,422,2.347397336,0.129231362,7776.2081245 +315,-1.246004659,-0.663679965,422,2.347397336,0.129231362,9779.4402686 +316,1.814603087,0.637404484,422,2.347397336,0.129231362,2782.9553553 +317,1.843704281,-0.18300445,422,2.347397336,0.129231362,2339.7886641 +318,1.690644492,-0.211480909,422,2.347397336,0.129231362,2917.263121 +319,-1.275451936,0.068109467,422,2.347397336,0.129231362,10387.275508 +320,0.762430171,-0.207594741,422,2.347397336,0.129231362,6381.6429207 +321,0.265668905,-0.014647884,422,2.347397336,0.129231362,8235.5530532 +322,-2.773032013,-0.335515811,422,2.347397336,0.129231362,4893.4796535 +323,-1.469512853,0.174058777,422,2.347397336,0.129231362,9521.6373513 +324,0.286276986,0.785925691,422,2.347397336,0.129231362,7177.283299 +325,-1.379324697,0.377432233,422,2.347397336,0.129231362,9411.5429306 +326,-1.203778265,0.212813032,422,2.347397336,0.129231362,10337.406701 +327,0.579916301,0.611743168,422,2.347397336,0.129231362,6557.5643781 +328,0.267582642,0.868113908,422,2.347397336,0.129231362,7076.0601844 +329,0.412869244,-0.050245578,422,2.347397336,0.129231362,7675.645775 +330,0.17524381,0.976660285,422,2.347397336,0.129231362,7048.9613586 +331,0.743157214,0.204812899,422,2.347397336,0.129231362,6246.701239 +332,-1.070758176,0.269382282,422,2.347397336,0.129231362,10527.872386 +333,-1.230364251,0.329790229,422,2.347397336,0.129231362,9952.5879412 +334,-1.374813124,-0.024926835,422,2.347397336,0.129231362,10115.168987 +335,0.519780566,0.463669906,422,2.347397336,0.129231362,6889.166885 +336,-1.55108034,0.239698561,422,2.347397336,0.129231362,9128.5760645 +337,0.180294813,0.029739425,422,2.347397336,0.129231362,8542.1002421 +338,0.67820924,0.268170153,422,2.347397336,0.129231362,6458.8749125 +339,0.445798684,1.024001867,422,2.347397336,0.129231362,6449.3758734 +340,0.691751283,0.150521402,422,2.347397336,0.129231362,6474.6735915 +341,-1.036643551,-0.903056181,422,2.347397336,0.129231362,9278.2362145 +342,-0.120287036,1.083325163,422,2.347397336,0.129231362,7219.0445534 +343,2.823513113,-0.304487164,422,2.347397336,0.129231362,2534.4022113 +344,0.457583172,1.12513373,422,2.347397336,0.129231362,6292.3626712 +345,0.042918831,0.813795399,422,2.347397336,0.129231362,7690.5680848 +346,1.196146777,-0.853142756,422,2.347397336,0.129231362,5551.0609412 +347,0.206001358,-0.010430701,422,2.347397336,0.129231362,8467.0781352 +348,-0.268308653,0.234799412,422,2.347397336,0.129231362,9922.4777836 +349,0.759363263,0.736189579,422,2.347397336,0.129231362,5929.0705157 +350,0.181363926,0.891988372,422,2.347397336,0.129231362,7217.9151403 +351,-0.021111158,0.139103292,422,2.347397336,0.129231362,9211.2731741 +352,-0.093355215,0.630686981,422,2.347397336,0.129231362,8463.2091883 +353,0.40118964,0.681375926,422,2.347397336,0.129231362,7024.5057313 +354,-0.721197315,1.304706234,422,2.347397336,0.129231362,6761.2450536 +355,-1.076150317,0.212107639,422,2.347397336,0.129231362,10694.28555 +356,-1.577164531,0.273993443,422,2.347397336,0.129231362,8982.2317025 +357,-0.190788414,0.182208586,422,2.347397336,0.129231362,9763.6199966 +358,-0.261349752,0.209710184,422,2.347397336,0.129231362,9952.5407433 +359,-1.029303852,0.083549259,422,2.347397336,0.129231362,11189.308282 +360,-1.268609162,0.330525297,422,2.347397336,0.129231362,9846.2879464 +361,1.282982244,-0.926641967,422,2.347397336,0.129231362,5481.720946 +362,0.217352334,0.731352408,422,2.347397336,0.129231362,7451.7104961 +363,-1.511833084,0.258629297,422,2.347397336,0.129231362,9234.203928 +364,0.338812194,0.823184618,422,2.347397336,0.129231362,6984.4584057 +365,-0.324406489,1.134201999,422,2.347397336,0.129231362,7251.936548 +366,1.389579348,0.399185724,422,2.347397336,0.129231362,3791.803173 +367,2.047152199,-0.039082036,422,2.347397336,0.129231362,1361.0979107 +368,0.947780369,0.568250077,422,2.347397336,0.129231362,5376.8650543 +369,0.763824846,0.576754987,422,2.347397336,0.129231362,5985.4908684 +370,-0.142334657,0.928153068,422,2.347397336,0.129231362,7720.1583229 +371,0.610266567,0.547265983,422,2.347397336,0.129231362,6511.9272276 +372,0.210731629,0.746815056,422,2.347397336,0.129231362,7439.7477945 +373,-1.34931644,0.316895224,422,2.347397336,0.129231362,9645.3406649 +374,2.407696481,0.655030745,422,2.347397336,0.129231362,2093.9435133 +375,0.64207831,0.545359131,422,2.347397336,0.129231362,6407.5934147 +376,1.174597538,0.840588356,422,2.347397336,0.129231362,4795.5221668 +377,0.660059424,0.010604079,422,2.347397336,0.129231362,6674.2041825 +378,-0.730263819,0.010486456,422,2.347397336,0.129231362,11835.513034 +379,0.831068936,0.512339172,422,2.347397336,0.129231362,5784.4126362 +380,1.301180979,0.72367476,422,2.347397336,0.129231362,4339.6080914 +381,1.811128231,0.322854402,422,2.347397336,0.129231362,2202.8836466 +382,0.435105812,0.992284428,422,2.347397336,0.129231362,6514.0578478 +383,0.62643634,0.592027932,422,2.347397336,0.129231362,6424.7723307 +384,0.492988703,-0.516339467,422,2.347397336,0.129231362,7449.3414021 +385,-0.162469483,0.112549365,422,2.347397336,0.129231362,9770.4011175 +386,0.314630866,0.472006421,422,2.347397336,0.129231362,7575.3267313 +387,0.166744804,0.822815954,422,2.347397336,0.129231362,7394.9798816 +388,0.417159608,0.965805736,422,2.347397336,0.129231362,6588.4185321 +389,0.106334961,0.868774244,422,2.347397336,0.129231362,7426.3237123 +390,0.815086969,-0.338144359,422,2.347397336,0.129231362,6248.6876449 +391,0.59867455,-0.230624824,422,2.347397336,0.129231362,7020.8154874 +392,1.915104874,0.066220985,422,2.347397336,0.129231362,1721.9047357 +393,1.278093622,0.064463721,422,2.347397336,0.129231362,4220.5766473 +394,-0.061477853,0.302997961,422,2.347397336,0.129231362,9104.2015564 +395,0.251311504,0.626976942,422,2.347397336,0.129231362,7541.8279867 +396,2.950242872,0.149095644,422,2.347397336,0.129231362,2365.3392729 +397,-0.180294708,0.35375117,422,2.347397336,0.129231362,9381.634847 +398,1.010448592,-0.351180233,422,2.347397336,0.129231362,5539.5097495 +399,-1.748740498,0.3686318073,422,2.347397336,0.129231362,8242.2213916 +400,2.699635665,0.123533791,422,2.347397336,0.129231362,1384.1552051 +401,0.496808033,0.823843254,422,2.347397336,0.129231362,6584.8499964 +402,0.129574704,0.763364087,422,2.347397336,0.129231362,7607.9259981 +403,1.798920311,0.817447563,422,2.347397336,0.129231362,3298.3558996 +404,0.335987953,0.746786541,422,2.347397336,0.129231362,7112.0787423 +405,-1.085413643,0.292154671,422,2.347397336,0.129231362,10422.064287 +406,-0.155321003,0.508207011,422,2.347397336,0.129231362,8935.6224647 +407,0.620529244,-0.301175104,422,2.347397336,0.129231362,6960.7021668 +408,1.684402744,0.368716966,422,2.347397336,0.129231362,2706.5182665 +409,0.300582244,-0.386397212,422,2.347397336,0.129231362,8157.6967049 +410,2.913555946,-0.009225192,422,2.347397336,0.129231362,2302.8461188 +411,1.465101417,0.493232532,422,2.347397336,0.129231362,3593.1977239 +412,0.090612882,0.907955955,422,2.347397336,0.129231362,7366.5046372 +413,2.987564726,-0.729568594,422,2.347397336,0.129231362,4115.9833637 +414,-1.484261606,0.224149272,422,2.347397336,0.129231362,9388.6762428 +415,0.164073421,0.303955133,422,2.347397336,0.129231362,8320.8117199 +416,0.141441293,0.167552546,422,2.347397336,0.129231362,8569.7271184 +417,2.931321023,-0.506718887,422,2.347397336,0.129231362,3362.3167806 +418,2.21951565,0.700596356,422,2.347397336,0.129231362,2308.1225036 +419,0.268112576,1.199114336,422,2.347397336,0.129231362,6440.9669377 +420,0.978913739,0.359223811,422,2.347397336,0.129231362,5295.1504433 +421,1.210898818,0.522863584,422,2.347397336,0.129231362,4479.3923579 +422,2.347397336,0.129231362,422,2.347397336,0.129231362,0 +423,0.614394501,0.556878345,422,2.347397336,0.129231362,6490.8391739 +424,-1.398079356,0.148483366,422,2.347397336,0.129231362,9818.1956068 +425,2.535303836,-0.112984496,422,2.347397336,0.129231362,1213.140675 +426,-1.019372593,-0.405322349,422,2.347397336,0.129231362,11054.603831 +427,-1.297785627,-0.160104069,422,2.347397336,0.129231362,10466.707348 +428,2.144554488,0.205051084,422,2.347397336,0.129231362,847.04706603 +429,-2.242387083,-0.426171285,422,2.347397336,0.129231362,6873.2883492 +430,0.338637212,0.909723676,422,2.347397336,0.129231362,6844.321565 +431,-0.148798452,0.691042401,422,2.347397336,0.129231362,8426.6961124 +432,0.893524764,0.441829531,422,2.347397336,0.129231362,5586.7105311 +433,0.969229347,-0.368847936,422,2.347397336,0.129231362,5703.091433 +434,0.436043248,0.800045688,422,2.347397336,0.129231362,6771.5179242 +435,1.687946607,1.081504775,422,2.347397336,0.129231362,4229.3042965 +436,0.522302046,-0.034889271,422,2.347397336,0.129231362,7238.39627 +437,-0.178996113,-0.438090009,422,2.347397336,0.129231362,9816.9904639 +438,-1.094339566,0.301444068,422,2.347397336,0.129231362,10372.444006 +439,-1.064070054,0.242569932,422,2.347397336,0.129231362,10628.750553 +440,-1.068153768,0.230387998,422,2.347397336,0.129231362,10657.57171 +441,-3.00496892,-0.23989155,422,2.347397336,0.129231362,3940.6440251 +442,0.21751974,0.766874888,422,2.347397336,0.129231362,7384.5826727 +443,0.117229532,0.007619006,422,2.347397336,0.129231362,8803.1751258 +444,0.777758451,0.420554741,422,2.347397336,0.129231362,6009.2672039 +445,-0.252356999,0.250747086,422,2.347397336,0.129231362,9836.5671783 +446,0.363148444,0.768483434,422,2.347397336,0.129231362,7006.8962472 +447,0.903191366,-0.118210676,422,2.347397336,0.129231362,5788.8080097 +448,-0.205755923,0.149406178,422,2.347397336,0.129231362,9871.9212212 +449,1.811996086,0.02364353,422,2.347397336,0.129231362,2154.3617767 +450,-1.100670221,0.314845373,422,2.347397336,0.129231362,10315.424965 +451,0.340078597,0.850105132,422,2.347397336,0.129231362,6938.1946904 +452,0.258757267,0.804969236,422,2.347397336,0.129231362,7211.9668221 +453,2.78505352,-0.155160804,422,2.347397336,0.129231362,2062.3532535 +454,0.800551619,0.105822106,422,2.347397336,0.129231362,6074.4307124 +455,0.437940882,-0.506194031,422,2.347397336,0.129231362,7640.8955886 +456,2.230431122,0.63458615,422,2.347397336,0.129231362,2045.9111936 +457,0.527965361,0.127667701,422,2.347397336,0.129231362,7123.4297637 +458,-0.063643205,0.702093448,422,2.347397336,0.129231362,8208.1056486 +459,1.408447268,0.133010502,422,2.347397336,0.129231362,3684.7490029 +460,0.523795955,0.280266966,422,2.347397336,0.129231362,7030.4603444 +461,-0.975769313,0.072177659,422,2.347397336,0.129231362,11370.746101 +462,0.549774164,-0.463663986,422,2.347397336,0.129231362,7251.8684818 +463,0.29245874,1.095549818,422,2.347397336,0.129231362,6605.1690284 +464,0.143625958,0.816809593,422,2.347397336,0.129231362,7460.5053552 +465,0.671902494,0.611159853,422,2.347397336,0.129231362,6265.2070061 +466,1.239840988,0.6724199,422,2.347397336,0.129231362,4474.7280691 +467,0.607829703,-0.10932137,422,2.347397336,0.129231362,6937.3483701 +468,1.763020906,0.263996692,422,2.347397336,0.129231362,2328.9081273 +469,0.378714634,0.726066797,422,2.347397336,0.129231362,7026.6548724 +470,2.196736143,-0.153862366,422,2.347397336,0.129231362,1269.2857738 +471,0.01702415,0.148991565,422,2.347397336,0.129231362,9056.9769368 +472,-2.998490902,-0.158002487,422,2.347397336,0.129231362,3870.226646 +473,-3.051262951,-0.346595608,422,2.347397336,0.129231362,3928.3067447 +474,-1.069176439,0.182802941,422,2.347397336,0.129231362,10799.631456 +475,0.167157509,0.595344954,422,2.347397336,0.129231362,7842.0428973 +476,0.613855648,0.681746124,422,2.347397336,0.129231362,6394.4908624 +477,1.037012736,0.682555367,422,2.347397336,0.129231362,5100.2194888 +478,-1.253574971,0.379755746,422,2.347397336,0.129231362,9751.5186913 +479,3.108590453,-0.132620738,422,2.347397336,0.129231362,3180.2486644 +480,0.565301296,0.022333262,422,2.347397336,0.129231362,7039.9383699 +481,0.547898238,0.855555614,422,2.347397336,0.129231362,6420.6486903 +482,0.948309381,0.417393755,422,2.347397336,0.129231362,5395.4739939 +483,-0.050600732,0.945269213,422,2.347397336,0.129231362,7524.2911765 +484,-0.977651478,-0.572363064,422,2.347397336,0.129231362,10563.515104 +485,1.102014914,0.728861163,422,2.347397336,0.129231362,4922.0127787 +486,2.927300795,-0.282939414,422,2.347397336,0.129231362,2798.8147538 +487,-1.154565557,0.124434095,422,2.347397336,0.129231362,10701.397955 +488,1.855331234,0.291044755,422,2.347397336,0.129231362,2008.002776 +489,0.830290659,0.276904518,422,2.347397336,0.129231362,5879.1867202 +490,0.485104466,-0.234867441,422,2.347397336,0.129231362,7458.5587358 +491,0.521367572,-0.33161327,422,2.347397336,0.129231362,7340.5970416 +1,-1.539031704,0.7349710123,423,0.614394501,0.556878345,6190.5909773 +2,-1.536990553,0.7349663874,423,0.614394501,0.556878345,6186.3492605 +3,-1.534951779,0.7349571355,423,0.614394501,0.556878345,6182.1196238 +4,-1.532906461,0.7349480293,423,0.614394501,0.556878345,6177.8701093 +5,-1.531320211,0.7346937278,423,0.614394501,0.556878345,6175.2575607 +6,-1.539451648,0.7335131775,423,0.614394501,0.556878345,6195.5396927 +7,-1.537429487,0.7335445708,423,0.614394501,0.556878345,6191.2327265 +8,-1.535484998,0.7335658704,423,0.614394501,0.556878345,6187.1108695 +9,-1.533488396,0.7336036027,423,0.614394501,0.556878345,6182.829137 +10,-1.531497785,0.7335842962,423,0.614394501,0.556878345,6178.7133226 +11,-1.530259379,0.7334777758,423,0.614394501,0.556878345,6176.4124553 +12,-1.5335454,0.7322346912,423,0.614394501,0.556878345,6186.7589432 +13,-1.531489083,0.7322238773,423,0.614394501,0.556878345,6182.4766933 +14,-1.530011122,0.7321679851,423,0.614394501,0.556878345,6179.528856 +15,-1.53348106,0.7306614094,423,0.614394501,0.556878345,6191.003324 +16,-1.531441779,0.7306962275,423,0.614394501,0.556878345,6186.6237986 +17,-1.529755654,0.7306933243,423,0.614394501,0.556878345,6183.0865895 +18,-1.533415048,0.7291384674,423,0.614394501,0.556878345,6195.1037298 +19,-1.531392093,0.7291705353,423,0.614394501,0.556878345,6190.76022 +20,-1.529296523,0.7291214933,423,0.614394501,0.556878345,6186.4834623 +21,-1.535280942,0.727267644,423,0.614394501,0.556878345,6204.2366034 +22,-1.533378158,0.7276139666,423,0.614394501,0.556878345,6199.2694121 +23,-1.531340368,0.7276446587,423,0.614394501,0.556878345,6194.892607 +24,-1.528960113,0.7276398177,423,0.614394501,0.556878345,6189.8862461 +25,-1.533313146,0.7260818349,423,0.614394501,0.556878345,6203.3968845 +26,-1.531259555,0.7260958115,423,0.614394501,0.556878345,6199.0271879 +27,-1.528926415,0.7260865555,423,0.614394501,0.556878345,6194.1255138 +28,-1.531226779,0.7245511789,423,0.614394501,0.556878345,6203.2511244 +29,-1.528904772,0.7245519194,423,0.614394501,0.556878345,6198.3384444 +30,-1.547195875,0.7409785979,423,0.614394501,0.556878345,6190.6752665 +31,-1.5451475,0.740980426,423,0.614394501,0.556878345,6186.4466492 +32,-1.543097679,0.7409798872,423,0.614394501,0.556878345,6182.2158678 +33,-1.540720364,0.7409892687,423,0.614394501,0.556878345,6177.2738697 +34,-1.547188511,0.7395198392,423,0.614394501,0.556878345,6194.7577612 +35,-1.545148587,0.7395226109,423,0.614394501,0.556878345,6190.5383378 +36,-1.543104538,0.7395314908,423,0.614394501,0.556878345,6186.2875161 +37,-1.540727751,0.7395306258,423,0.614394501,0.556878345,6181.368836 +38,-1.547187029,0.7380014886,423,0.614394501,0.556878345,6199.019793 +39,-1.545147315,0.7380012252,423,0.614394501,0.556878345,6194.8035172 +40,-1.54310719,0.7380060743,423,0.614394501,0.556878345,6190.5662878 +41,-1.540719671,0.7380068206,423,0.614394501,0.556878345,6185.6140466 +42,-1.547187189,0.7364799098,423,0.614394501,0.556878345,6203.294306 +43,-1.545149996,0.7364853874,423,0.614394501,0.556878345,6199.0613445 +44,-1.543106091,0.7364823484,423,0.614394501,0.556878345,6194.8325921 +45,-1.540717158,0.7364893901,423,0.614394501,0.556878345,6189.8529904 +46,-1.538663972,0.7410138672,423,0.614394501,0.556878345,6172.946747 +47,-1.53695285,0.7409699132,423,0.614394501,0.556878345,6169.5215793 +48,-1.534910498,0.7409641297,423,0.614394501,0.556878345,6165.2977007 +49,-1.533145034,0.7409536636,423,0.614394501,0.556878345,6161.657028 +50,-1.538681336,0.7395405883,423,0.614394501,0.556878345,6177.0976833 +51,-1.536999189,0.7395183096,423,0.614394501,0.556878345,6173.6675464 +52,-1.534923633,0.7395144222,423,0.614394501,0.556878345,6169.3638777 +53,-1.533267822,0.7395654306,423,0.614394501,0.556878345,6165.7757044 +54,-1.53867273,0.7380151077,423,0.614394501,0.556878345,6181.3406105 +55,-1.536980576,0.7379994392,423,0.614394501,0.556878345,6177.866382 +56,-1.534931522,0.7379944961,423,0.614394501,0.556878345,6173.6148888 +57,-1.533387952,0.7379480264,423,0.614394501,0.556878345,6170.527338 +58,-1.538682279,0.7364914363,423,0.614394501,0.556878345,6185.6162571 +59,-1.536980704,0.7364810563,423,0.614394501,0.556878345,6182.1028398 +60,-1.534935567,0.7364752065,423,0.614394501,0.556878345,6177.8562111 +61,-1.533042592,0.7363876366,423,0.614394501,0.556878345,6174.1489781 +62,-1.545143426,0.7349628011,423,0.614394501,0.556878345,6203.3189537 +63,-1.543105297,0.7349691947,423,0.614394501,0.556878345,6199.0699397 +64,-1.541064533,0.7349647152,423,0.614394501,0.556878345,6194.8401467 +65,-1.545411803,0.7334624714,423,0.614394501,0.556878345,6208.0852254 +66,-1.543446606,0.7334780896,423,0.614394501,0.556878345,6203.9570873 +67,-1.541475327,0.7334957295,423,0.614394501,0.556878345,6199.8053808 +68,-1.545401939,0.731963266,423,0.614394501,0.556878345,6212.2711301 +69,-1.54342253,0.7319915583,423,0.614394501,0.556878345,6208.0723572 +70,-1.541455867,0.7320216438,423,0.614394501,0.556878345,6203.8899086 +71,-1.545410146,0.7304422281,423,0.614394501,0.556878345,6216.5558822 +72,-1.543435491,0.7304713664,423,0.614394501,0.556878345,6212.3590597 +73,-1.541463105,0.7304997613,423,0.614394501,0.556878345,6208.1638504 +74,-1.545414768,0.7289194936,423,0.614394501,0.556878345,6220.8379687 +75,-1.543435774,0.7289538557,423,0.614394501,0.556878345,6216.6118593 +76,-1.541457714,0.7289765881,423,0.614394501,0.556878345,6212.4150538 +77,-1.539449415,0.7320555866,423,0.614394501,0.556878345,6199.6084675 +78,-1.537429183,0.7321097681,423,0.614394501,0.556878345,6195.2364193 +79,-1.535472649,0.7321497267,423,0.614394501,0.556878345,6191.0321232 +80,-1.539457899,0.7305333307,423,0.614394501,0.556878345,6203.8803756 +81,-1.537453161,0.7305750503,423,0.614394501,0.556878345,6199.5698206 +82,-1.535479385,0.7306124949,423,0.614394501,0.556878345,6195.3308422 +83,-1.53946905,0.7290102593,423,0.614394501,0.556878345,6208.1602144 +84,-1.537459922,0.7290417293,423,0.614394501,0.556878345,6203.8633951 +85,-1.535451349,0.7290890157,423,0.614394501,0.556878345,6199.5183176 +86,-1.535522937,0.7279887191,423,0.614394501,0.556878345,6202.7354818 +87,-1.539442524,0.7274735939,423,0.614394501,0.556878345,6212.399138 +88,-1.537424111,0.727521351,423,0.614394501,0.556878345,6208.0315446 +89,-1.539384641,0.7259505092,423,0.614394501,0.556878345,6216.5341389 +90,-1.537372391,0.7259947145,423,0.614394501,0.556878345,6212.1835281 +91,-1.535340789,0.7260435356,423,0.614394501,0.556878345,6207.7740539 +92,-1.539325716,0.7244369706,423,0.614394501,0.556878345,6220.6399447 +93,-1.537308932,0.7244801057,423,0.614394501,0.556878345,6216.2769506 +94,-1.535289068,0.7245247645,423,0.614394501,0.556878345,6211.8979146 +95,-1.533261366,0.7245550236,423,0.614394501,0.556878345,6207.5371161 +96,-1.539267302,0.722921924,423,0.614394501,0.556878345,6224.7507066 +97,-1.537248972,0.7229660258,423,0.614394501,0.556878345,6220.3759158 +98,-1.535219431,0.7229916471,423,0.614394501,0.556878345,6216.0236551 +99,-1.53318962,0.7230212049,423,0.614394501,0.556878345,6211.654376 +100,-1.531154816,0.7230299897,423,0.614394501,0.556878345,6207.3268108 +101,-1.528878341,0.7230370244,423,0.614394501,0.556878345,6202.4863492 +102,-1.539218189,0.7214009878,423,0.614394501,0.556878345,6228.8971962 +103,-1.537198791,0.7214422745,423,0.614394501,0.556878345,6224.5221672 +104,-1.535179266,0.7214634354,423,0.614394501,0.556878345,6220.1976197 +105,-1.533156501,0.7214944644,423,0.614394501,0.556878345,6215.8332791 +106,-1.53113574,0.7215166021,423,0.614394501,0.556878345,6211.4924876 +107,-1.528874248,0.7215345535,423,0.614394501,0.556878345,6206.6470551 +108,-1.539217656,0.7198512397,423,0.614394501,0.556878345,6233.2264503 +109,-1.537199919,0.7199428763,423,0.614394501,0.556878345,6228.7086204 +110,-1.545425832,0.727397149,423,0.614394501,0.556878345,6225.1324445 +111,-1.543371177,0.7273916949,423,0.614394501,0.556878345,6220.8541102 +112,-1.541368852,0.7274523163,423,0.614394501,0.556878345,6216.4945452 +113,-1.545349067,0.7258710923,423,0.614394501,0.556878345,6229.2537275 +114,-1.54332671,0.7258603556,423,0.614394501,0.556878345,6225.0517777 +115,-1.541346831,0.7259242142,423,0.614394501,0.556878345,6220.7243921 +116,-1.545324355,0.7243383958,423,0.614394501,0.556878345,6233.5021941 +117,-1.543292796,0.7243617413,423,0.614394501,0.556878345,6229.1796248 +118,-1.541295822,0.7244024384,423,0.614394501,0.556878345,6224.8755495 +119,-1.543193859,0.7205570215,423,0.614394501,0.556878345,6239.6315978 +120,-1.550257047,0.7386738187,423,0.614394501,0.556878345,6203.4635347 +121,-1.549335448,0.7311736483,423,0.614394501,0.556878345,6222.6625097 +122,-1.533478843,0.7179891343,423,0.614394501,0.556878345,6226.2727639 +123,-1.556150555,0.738907041,423,0.614394501,0.556878345,6214.9237652 +124,-1.554324226,0.733414257,423,0.614394501,0.556878345,6226.6768529 +125,-1.554290846,0.7288285332,423,0.614394501,0.556878345,6239.5502478 +126,-1.55122487,0.7219795312,423,0.614394501,0.556878345,6252.4779298 +127,-1.525104458,0.7229399862,423,0.614394501,0.556878345,6194.7473206 +128,-1.519607711,0.7236181429,423,0.614394501,0.556878345,6181.1780866 +129,-1.513899999,0.7251107854,423,0.614394501,0.556878345,6164.8935022 +130,-1.536620762,0.7431061895,423,0.614394501,0.556878345,6162.8741646 +131,-1.5369566,0.7460845958,423,0.614394501,0.556878345,6155.260779 +132,-1.545345528,0.7447040685,423,0.614394501,0.556878345,6176.4084965 +133,-1.532813921,0.7432306626,423,0.614394501,0.556878345,6154.6337085 +134,-1.554788248,0.7382381001,423,0.614394501,0.556878345,6214.0158487 +135,-1.540348126,0.7301594274,423,0.614394501,0.556878345,6206.7865978 +136,-1.538016084,0.7239051786,423,0.614394501,0.556878345,6219.3703474 +137,-1.525288962,0.7258085137,423,0.614394501,0.556878345,6187.198336 +138,-1.534326986,0.731241342,423,0.614394501,0.556878345,6191.1630345 +139,-1.530733872,0.7303625216,423,0.614394501,0.556878345,6186.062978 +141,-1.534354939,0.7328219978,423,0.614394501,0.556878345,6186.8193226 +142,-1.53157084,0.7292888153,423,0.614394501,0.556878345,6190.8075345 +143,-1.525691035,0.7263799874,423,0.614394501,0.556878345,6186.4677949 +144,-1.534031287,0.7495967835,423,0.614394501,0.556878345,6139.4359624 +145,-1.527714986,0.7283095957,423,0.614394501,0.556878345,6185.4001097 +146,-1.526189586,0.7271468292,423,0.614394501,0.556878345,6185.399145 +147,-1.555177336,0.7375563366,423,0.614394501,0.556878345,6216.7405832 +148,-1.555080283,0.7312707794,423,0.614394501,0.556878345,6234.2901301 +149,-1.53856994,0.7224180299,423,0.614394501,0.556878345,6224.6897145 +150,-1.530837883,0.729933372,423,0.614394501,0.556878345,6187.4741363 +151,-1.515066984,0.5854133365,423,0.614394501,0.556878345,6551.0675784 +152,-1.534731633,0.5368370046,423,0.614394501,0.556878345,6732.1430937 +153,-1.515231902,0.5607085576,423,0.614394501,0.556878345,6619.0828607 +154,-2.616253799,1.0684566605,423,0.614394501,0.556878345,5999.4709461 +155,-1.956071439,0.5792177723,423,0.614394501,0.556878345,7463.6796916 +156,-1.951208514,0.5602434208,423,0.614394501,0.556878345,7521.5155685 +157,-1.944675062,0.6062144545,423,0.614394501,0.556878345,7351.9961767 +158,-1.613778386,0.6077989518,423,0.614394501,0.556878345,6714.3234717 +159,-2.035029014,0.6021432345,423,0.614394501,0.556878345,7500.4385052 +160,-2.114989471,0.6801825058,423,0.614394501,0.556878345,7314.2685509 +161,-2.037382079,0.5765830025,423,0.614394501,0.556878345,7595.4245138 +162,-2.129855121,0.6585019963,423,0.614394501,0.556878345,7410.8553106 +163,-2.075141798,0.6493615843,423,0.614394501,0.556878345,7381.6383638 +164,-1.828626729,0.6948433129,423,0.614394501,0.556878345,6862.2039041 +165,-1.863329418,0.6735427691,423,0.614394501,0.556878345,6990.8948822 +166,-1.266037071,0.727988852,423,0.614394501,0.556878345,5591.1610948 +167,-1.277579582,0.7249010648,423,0.614394501,0.556878345,5626.1333525 +168,-1.258418684,0.7241194816,423,0.614394501,0.556878345,5581.4270435 +169,-1.317813974,0.6804850104,423,0.614394501,0.556878345,5828.2343081 +170,-1.344165204,0.6790988904,423,0.614394501,0.556878345,5895.9728253 +171,-1.427582102,0.5277120351,423,0.614394501,0.556878345,6486.6355517 +172,-1.402238616,0.457167829,423,0.614394501,0.556878345,6599.4520728 +173,-1.422454264,0.4996161999,423,0.614394501,0.556878345,6545.5945723 +174,-1.439089277,0.4894859811,423,0.614394501,0.556878345,6615.7307106 +175,-1.448126995,0.5182330266,423,0.614394501,0.556878345,6564.4729855 +176,-1.474626146,0.5881926574,423,0.614394501,0.556878345,6446.1035138 +177,-1.421139645,0.5584869783,423,0.614394501,0.556878345,6390.6624164 +178,-1.457037165,0.565943032,423,0.614394501,0.556878345,6461.8023979 +179,-2.757159358,0.3745319,423,0.614394501,0.556878345,8652.8310708 +180,-2.714309238,0.342054471,423,0.614394501,0.556878345,8813.0220802 +181,-2.000525337,0.774119946,423,0.614394501,0.556878345,6839.3600295 +183,-1.571413436,0.6777838382,423,0.614394501,0.556878345,6420.4602526 +184,-1.552860289,0.6987663893,423,0.614394501,0.556878345,6321.337615 +185,-1.521852374,0.7165827476,423,0.614394501,0.556878345,6205.3891474 +186,-1.503656267,0.6928968252,423,0.614394501,0.556878345,6230.832247 +187,-1.502753178,0.7136205882,423,0.614394501,0.556878345,6172.3292708 +188,-1.631894563,0.7343596465,423,0.614394501,0.556878345,6379.6813054 +189,-1.653765416,0.6770714026,423,0.614394501,0.556878345,6593.9090681 +190,-1.719812114,0.6715965947,423,0.614394501,0.556878345,6740.6616741 +191,-1.493406659,0.6646955447,423,0.614394501,0.556878345,6284.5282216 +192,-1.469120564,0.6613469966,423,0.614394501,0.556878345,6237.826795 +193,-1.590551461,0.5326612937,423,0.614394501,0.556878345,6878.0232272 +194,-1.625979264,0.5247742243,423,0.614394501,0.556878345,6983.8537276 +195,-1.572293943,0.5238808754,423,0.614394501,0.556878345,6859.3605577 +196,-1.610848725,0.5477107964,423,0.614394501,0.556878345,6882.2253718 +197,-1.208485554,0.7918526018,423,0.614394501,0.556878345,5313.2978632 +198,-1.335601374,0.6869083083,423,0.614394501,0.556878345,5856.2246793 +199,-1.346156996,0.6825213377,423,0.614394501,0.556878345,5892.4635732 +200,-1.324381037,0.6741422347,423,0.614394501,0.556878345,5859.5675838 +201,-1.242424992,0.7378949807,423,0.614394501,0.556878345,5511.6626294 +202,-1.270370057,0.7392461008,423,0.614394501,0.556878345,5575.9843543 +203,-1.448950472,0.7441675014,423,0.614394501,0.556878345,5973.4036513 +204,-1.492662363,0.7523026852,423,0.614394501,0.556878345,6045.6449378 +205,-1.479098966,0.7763855017,423,0.614394501,0.556878345,5952.3863801 +206,-1.633760714,0.7869022408,423,0.614394501,0.556878345,6227.2709454 +207,-1.647406434,0.8101289331,423,0.614394501,0.556878345,6182.7923963 +208,-1.564245052,0.5701509278,423,0.614394501,0.556878345,6709.7232307 +209,-1.646289963,0.6833746083,423,0.614394501,0.556878345,6559.9647573 +210,-1.5820631,0.6751952144,423,0.614394501,0.556878345,6450.618663 +211,-1.613236298,0.6681681791,423,0.614394501,0.556878345,6536.8826741 +212,-1.914661867,0.8212566515,423,0.614394501,0.556878345,6564.2670481 +213,-1.742133237,0.7250275956,423,0.614394501,0.556878345,6614.4531698 +214,-2.033144872,0.6557314699,423,0.614394501,0.556878345,7305.3113653 +215,-2.039551981,0.6964723658,423,0.614394501,0.556878345,7166.580514 +216,-1.247341019,0.7622473908,423,0.614394501,0.556878345,5469.3562898 +217,-1.298239787,0.7084123392,423,0.614394501,0.556878345,5714.3968705 +218,-1.308539688,0.6926545592,423,0.614394501,0.556878345,5776.5806176 +219,-1.303263185,0.6888938396,423,0.614394501,0.556878345,5772.5338026 +220,-1.852400229,0.6004246149,423,0.614394501,0.556878345,7215.835469 +221,-1.288947707,0.7473773692,423,0.614394501,0.556878345,5601.5073379 +222,-1.372031502,0.7472790993,423,0.614394501,0.556878345,5794.1371023 +223,-1.289805721,0.7242157877,423,0.614394501,0.556878345,5657.1803606 +224,-1.350807603,0.7533498126,423,0.614394501,0.556878345,5730.9533845 +225,-1.329290365,0.7560442322,423,0.614394501,0.556878345,5675.1679771 +226,-1.410153004,0.616936428,423,0.614394501,0.556878345,6212.9476704 +227,-1.393445434,0.6308995063,423,0.614394501,0.556878345,6136.2542404 +228,-1.37595573,0.6241540638,423,0.614394501,0.556878345,6109.9036681 +229,-1.358388707,0.6172645205,423,0.614394501,0.556878345,6082.9501118 +230,-1.753741133,0.8281661666,423,0.614394501,0.556878345,6306.5631218 +231,-1.47430987,0.6834615681,423,0.614394501,0.556878345,6190.6598117 +232,-1.421012508,0.7222725206,423,0.614394501,0.556878345,5968.1863782 +233,-1.4476833,0.6978557868,423,0.614394501,0.556878345,6092.0935913 +234,-1.470370723,0.6966193374,423,0.614394501,0.556878345,6146.631579 +235,-1.429211703,0.7037216883,423,0.614394501,0.556878345,6034.7014697 +236,-1.700578405,0.6178673663,423,0.614394501,0.556878345,6868.5674387 +237,-1.678117619,0.6331716163,423,0.614394501,0.556878345,6775.870666 +238,-1.725644578,0.6316331145,423,0.614394501,0.556878345,6876.418167 +239,-2.14012759,0.7930497945,423,0.614394501,0.556878345,6918.7242598 +240,-2.103289431,0.7653606263,423,0.614394501,0.556878345,6986.4659313 +241,-1.318739838,0.7017808746,423,0.614394501,0.556878345,5779.6962849 +242,-1.396417427,0.7077900843,423,0.614394501,0.556878345,5948.8265383 +243,-1.35650337,0.7185539404,423,0.614394501,0.556878345,5829.0298209 +244,-1.248884539,0.7274156818,423,0.614394501,0.556878345,5550.7634102 +245,-1.395014798,0.5761185243,423,0.614394501,0.556878345,6278.9287507 +246,-1.433377362,0.6064716109,423,0.614394501,0.556878345,6297.0867242 +247,-1.408172432,0.5903155476,423,0.614394501,0.556878345,6276.127645 +248,-1.749645898,0.7757118084,423,0.614394501,0.556878345,6466.8676259 +249,-1.571626686,0.615046989,423,0.614394501,0.556878345,6599.5535482 +250,-1.514070049,0.6303003037,423,0.614394501,0.556878345,6425.6616399 +251,-1.480890369,0.6237966528,423,0.614394501,0.556878345,6365.8028734 +252,-1.704390658,0.5281680612,423,0.614394501,0.556878345,7150.7910919 +253,-1.64434733,0.5254277498,423,0.614394501,0.556878345,7024.3617482 +254,-1.703855997,0.4792484842,423,0.614394501,0.556878345,7298.0031048 +255,-1.692002383,0.5748825051,423,0.614394501,0.556878345,6981.9136217 +256,-1.854136457,0.5544643913,423,0.614394501,0.556878345,7371.0666842 +257,-1.665021206,0.520317736,423,0.614394501,0.556878345,7086.6521424 +258,-1.733654349,0.4845187345,423,0.614394501,0.556878345,7348.7126377 +259,-1.720938188,0.5135933906,423,0.614394501,0.556878345,7231.5024078 +260,-1.742668307,0.553296122,423,0.614394501,0.556878345,7155.0547741 +261,-1.965659039,0.7142126903,423,0.614394501,0.556878345,7006.3136007 +262,-1.944438071,0.6772834804,423,0.614394501,0.556878345,7105.0949325 +263,-1.270340967,0.7681487096,423,0.614394501,0.556878345,5510.2959003 +264,-1.353091884,0.6549276821,423,0.614394501,0.556878345,5976.9507036 +265,-1.333236659,0.6413584414,423,0.614394501,0.556878345,5960.6622854 +266,-1.352015998,0.6753788907,423,0.614394501,0.556878345,5924.1360419 +267,-1.377988483,0.6577816235,423,0.614394501,0.556878345,6030.8155898 +268,-2.13075611,0.8318642051,423,0.614394501,0.556878345,6765.1179898 +269,-2.097910953,0.8259670014,423,0.614394501,0.556878345,6756.8313814 +270,-1.416382069,0.6694271549,423,0.614394501,0.556878345,6093.3456968 +271,-1.538905672,0.7535625993,423,0.614394501,0.556878345,6138.3955186 +272,-1.572309477,0.7803125099,423,0.614394501,0.556878345,6129.6509945 +273,-1.87759879,0.7503853417,423,0.614394501,0.556878345,6754.415003 +274,1.152365588,0.590457682,423,0.614394501,0.556878345,1788.0608111 +275,0.350198001,0.718001859,423,0.614394501,0.556878345,1053.1072446 +276,0.046513677,0.491503852,423,0.614394501,0.556878345,1957.1455937 +277,0.027510309,0.742571376,423,0.614394501,0.556878345,1975.7462361 +278,0.306285725,-0.214631579,423,0.614394501,0.556878345,3271.9057792 +279,-1.100564889,0.318051531,423,0.614394501,0.556878345,6026.0066712 +280,-1.078582306,0.301437596,423,0.614394501,0.556878345,5991.5716197 +281,-1.137371989,-0.617634065,423,0.614394501,0.556878345,7985.3826643 +282,0.784356344,0.703272339,423,0.614394501,0.556878345,794.04356969 +283,-1.221209947,0.218327455,423,0.614394501,0.556878345,6628.3452023 +284,2.347301921,-0.449114658,423,0.614394501,0.556878345,7650.5446178 +285,0.246820618,0.830553713,423,0.614394501,0.556878345,1548.6506788 +286,0.829414965,0.703288228,423,0.614394501,0.556878345,898.35263876 +287,-1.337537566,0.42332223,423,0.614394501,0.556878345,6502.5187951 +288,0.882453706,0.454478077,423,0.614394501,0.556878345,1012.2734168 +289,1.575629659,0.416419109,423,0.614394501,0.556878345,3375.9146257 +290,-1.039455679,0.229888244,423,0.614394501,0.556878345,6016.3906909 +291,0.489558039,0.934482747,423,0.614394501,0.556878345,1537.3145358 +292,0.081344504,0.88384514,423,0.614394501,0.556878345,2023.4792337 +293,-1.547979814,0.300350308,423,0.614394501,0.556878345,7411.585161 +294,0.040776181,0.168560074,423,0.614394501,0.556878345,2603.8627229 +295,-1.130374745,0.563894876,423,0.614394501,0.556878345,5592.245248 +296,1.578326642,0.478507176,423,0.614394501,0.556878345,3297.0413802 +297,-1.12861823,-0.291640865,423,0.614394501,0.556878345,7392.7354046 +298,0.310524208,0.770885792,423,0.614394501,0.556878345,1266.8264094 +299,0.415649091,-0.387246002,423,0.614394501,0.556878345,3814.8329044 +300,-0.926533878,-0.188022748,423,0.614394501,0.556878345,6514.8623795 +301,1.258856172,-0.11716081,423,0.614394501,0.556878345,3612.2446814 +302,-1.126050026,0.322941926,423,0.614394501,0.556878345,6095.8682683 +303,2.002785835,0.07893892,423,0.614394501,0.556878345,5443.7913592 +304,0.440437607,0.746258085,423,0.614394501,0.556878345,927.43017308 +305,-0.030391866,0.214441206,423,0.614394501,0.556878345,2707.1009058 +306,0.521557815,-0.058929362,423,0.614394501,0.556878345,2464.1284171 +307,-0.097005111,0.13317729,423,0.614394501,0.556878345,3108.7985826 +308,1.83113859,0.221857587,423,0.614394501,0.556878345,4577.1771954 +309,0.222428864,0.099404236,423,0.614394501,0.556878345,2321.5180603 +310,-1.702731345,0.8728568183,423,0.614394501,0.556878345,6085.0299385 +311,-0.418507569,0.278324921,423,0.614394501,0.556878345,3851.2979377 +312,-1.41153306,0.339029988,423,0.614394501,0.556878345,6923.2934429 +313,0.357560442,0.114788776,423,0.614394501,0.556878345,1991.910236 +314,0.325818979,0.268352149,423,0.614394501,0.556878345,1545.734091 +315,-1.246004659,-0.663679965,423,0.614394501,0.556878345,8372.0471655 +316,1.814603087,0.637404484,423,0.614394501,0.556878345,3859.8376023 +317,1.843704281,-0.18300445,423,0.614394501,0.556878345,5491.517078 +318,1.690644492,-0.211480909,423,0.614394501,0.556878345,5085.4375787 +319,-1.275451936,0.068109467,423,0.614394501,0.556878345,7139.9012752 +320,0.762430171,-0.207594741,423,0.614394501,0.556878345,3079.721319 +321,0.265668905,-0.014647884,423,0.614394501,0.556878345,2614.3058627 +322,-2.773032013,-0.335515811,423,0.614394501,0.556878345,11205.156286 +323,-1.469512853,0.174058777,423,0.614394501,0.556878345,7507.5046907 +324,0.286276986,0.785925691,423,0.614394501,0.556878345,1357.1370327 +325,-1.379324697,0.377432233,423,0.614394501,0.556878345,6734.7496062 +326,-1.203778265,0.212813032,423,0.614394501,0.556878345,6585.0332666 +327,0.579916301,0.611743168,423,0.614394501,0.556878345,245.34765004 +328,0.267582642,0.868113908,423,0.614394501,0.556878345,1602.3019204 +329,0.412869244,-0.050245578,423,0.614394501,0.556878345,2521.4895389 +330,0.17524381,0.976660285,423,0.614394501,0.556878345,2057.5895938 +331,0.743157214,0.204812899,423,0.614394501,0.556878345,1471.535349 +332,-1.070758176,0.269382282,423,0.614394501,0.556878345,6034.5387982 +333,-1.230364251,0.329790229,423,0.614394501,0.556878345,6404.7082305 +334,-1.374813124,-0.024926835,423,0.614394501,0.556878345,7672.086082 +335,0.519780566,0.463669906,423,0.614394501,0.556878345,493.03489299 +336,-1.55108034,0.239698561,423,0.614394501,0.556878345,7581.4026833 +337,0.180294813,0.029739425,423,0.614394501,0.556878345,2642.841524 +338,0.67820924,0.268170153,423,0.614394501,0.556878345,1166.5293665 +339,0.445798684,1.024001867,423,0.614394501,0.556878345,1904.5878536 +340,0.691751283,0.150521402,423,0.614394501,0.556878345,1634.5500504 +341,-1.036643551,-0.903056181,423,0.614394501,0.556878345,8102.5825188 +342,-0.120287036,1.083325163,423,0.614394501,0.556878345,2789.9543457 +343,2.823513113,-0.304487164,423,0.614394501,0.556878345,8978.0529269 +344,0.457583172,1.12513373,423,0.614394501,0.556878345,2283.6929935 +345,0.042918831,0.813795399,423,0.614394501,0.556878345,2005.4605621 +346,1.196146777,-0.853142756,423,0.614394501,0.556878345,5951.3735378 +347,0.206001358,-0.010430701,423,0.614394501,0.556878345,2718.7857928 +348,-0.268308653,0.234799412,423,0.614394501,0.556878345,3433.3195942 +349,0.759363263,0.736189579,423,0.614394501,0.556878345,844.31185116 +350,0.181363926,0.891988372,423,0.614394501,0.556878345,1829.8541545 +351,-0.021111158,0.139103292,423,0.614394501,0.556878345,2863.5669032 +352,-0.093355215,0.630686981,423,0.614394501,0.556878345,2325.0425017 +353,0.40118964,0.681375926,423,0.614394501,0.556878345,845.00667813 +354,-0.721197315,1.304706234,423,0.614394501,0.556878345,3858.1859247 +355,-1.076150317,0.212107639,423,0.614394501,0.556878345,6173.8828725 +356,-1.577164531,0.273993443,423,0.614394501,0.556878345,7563.8591564 +357,-0.190788414,0.182208586,423,0.614394501,0.556878345,3290.6633723 +358,-0.261349752,0.209710184,423,0.614394501,0.556878345,3461.8246344 +359,-1.029303852,0.083549259,423,0.614394501,0.556878345,6291.2811159 +360,-1.268609162,0.330525297,423,0.614394501,0.556878345,6519.6958567 +361,1.282982244,-0.926641967,423,0.614394501,0.556878345,6311.4243315 +362,0.217352334,0.731352408,423,0.614394501,0.556878345,1428.530711 +363,-1.511833084,0.258629297,423,0.614394501,0.556878345,7418.7404791 +364,0.338812194,0.823184618,423,0.614394501,0.556878345,1344.1638234 +365,-0.324406489,1.134201999,423,0.614394501,0.556878345,3200.0717596 +366,1.389579348,0.399185724,423,0.614394501,0.556878345,2777.1318094 +367,2.047152199,-0.039082036,423,0.614394501,0.556878345,5840.802565 +368,0.947780369,0.568250077,423,0.614394501,0.556878345,1116.4461241 +369,0.763824846,0.576754987,423,0.614394501,0.556878345,505.34837619 +370,-0.142334657,0.928153068,423,0.614394501,0.556878345,2594.6567719 +371,0.610266567,0.547265983,423,0.614394501,0.556878345,40.539885082 +372,0.210731629,0.746815056,423,0.614394501,0.556878345,1469.7356663 +373,-1.34931644,0.316895224,423,0.614394501,0.556878345,6794.8832725 +374,2.407696481,0.655030745,423,0.614394501,0.556878345,5531.5285442 +375,0.64207831,0.545359131,423,0.614394501,0.556878345,103.96534936 +376,1.174597538,0.840588356,423,0.614394501,0.556878345,2014.201816 +377,0.660059424,0.010604079,423,0.614394501,0.556878345,2170.5299344 +378,-0.730263819,0.010486456,423,0.614394501,0.556878345,5441.0324107 +379,0.831068936,0.512339172,423,0.614394501,0.556878345,758.78670436 +380,1.301180979,0.72367476,423,0.614394501,0.556878345,2257.7934118 +381,1.811128231,0.322854402,423,0.614394501,0.556878345,4320.2964478 +382,0.435105812,0.992284428,423,0.614394501,0.556878345,1793.2423099 +383,0.62643634,0.592027932,423,0.614394501,0.556878345,144.86981578 +384,0.492988703,-0.516339467,423,0.614394501,0.556878345,4275.4687126 +385,-0.162469483,0.112549365,423,0.614394501,0.556878345,3362.0064438 +386,0.314630866,0.472006421,423,0.614394501,0.556878345,1085.496329 +387,0.166744804,0.822815954,423,0.614394501,0.556878345,1712.8169434 +388,0.417159608,0.965805736,423,0.614394501,0.556878345,1710.6144635 +389,0.106334961,0.868774244,423,0.614394501,0.556878345,1939.388567 +390,0.815086969,-0.338144359,423,0.614394501,0.556878345,3626.1301323 +391,0.59867455,-0.230624824,423,0.614394501,0.556878345,3119.8708047 +392,1.915104874,0.066220985,423,0.614394501,0.556878345,5176.0751047 +393,1.278093622,0.064463721,423,0.614394501,0.556878345,3143.0201042 +394,-0.061477853,0.302997961,423,0.614394501,0.556878345,2615.3493389 +395,0.251311504,0.626976942,423,0.614394501,0.556878345,1222.7957374 +396,2.950242872,0.149095644,423,0.614394501,0.556878345,8309.1714166 +397,-0.180294708,0.35375117,423,0.614394501,0.556878345,2916.5892712 +398,1.010448592,-0.351180233,423,0.614394501,0.556878345,3898.2032054 +399,-1.748740498,0.3686318073,423,0.614394501,0.556878345,7737.5296986 +400,2.699635665,0.123533791,423,0.614394501,0.556878345,7635.7160106 +401,0.496808033,0.823843254,423,0.614394501,0.556878345,1115.6841824 +402,0.129574704,0.763364087,423,0.614394501,0.556878345,1711.6790886 +403,1.798920311,0.817447563,423,0.614394501,0.556878345,3651.6929089 +404,0.335987953,0.746786541,423,0.614394501,0.556878345,1151.6083286 +405,-1.085413643,0.292154671,423,0.614394501,0.556878345,6033.1509015 +406,-0.155321003,0.508207011,423,0.614394501,0.556878345,2615.7677043 +407,0.620529244,-0.301175104,423,0.614394501,0.556878345,3398.8295794 +408,1.684402744,0.368716966,423,0.614394501,0.556878345,3816.2843656 +409,0.300582244,-0.386397212,423,0.614394501,0.556878345,3921.1589547 +410,2.913555946,-0.009225192,423,0.614394501,0.556878345,8623.9494621 +411,1.465101417,0.493232532,423,0.614394501,0.556878345,2902.4154643 +412,0.090612882,0.907955955,423,0.614394501,0.556878345,2050.5368659 +413,2.987564726,-0.729568594,423,0.614394501,0.556878345,9943.5716894 +414,-1.484261606,0.224149272,423,0.614394501,0.556878345,7426.340192 +415,0.164073421,0.303955133,423,0.614394501,0.556878345,1897.5057658 +416,0.141441293,0.167552546,423,0.614394501,0.556878345,2320.2623812 +417,2.931321023,-0.506718887,423,0.614394501,0.556878345,9643.5650575 +418,2.21951565,0.700596356,423,0.614394501,0.556878345,4938.1291699 +419,0.268112576,1.199114336,423,0.614394501,0.556878345,2662.5591957 +420,0.978913739,0.359223811,423,0.614394501,0.556878345,1508.9330761 +421,1.210898818,0.522863584,423,0.614394501,0.556878345,2022.8559824 +422,2.347397336,0.129231362,423,0.614394501,0.556878345,6490.8391739 +423,0.614394501,0.556878345,423,0.614394501,0.556878345,0 +424,-1.398079356,0.148483366,423,0.614394501,0.556878345,7348.8710969 +425,2.535303836,-0.112984496,423,0.614394501,0.556878345,7633.6654159 +426,-1.019372593,-0.405322349,423,0.614394501,0.556878345,7253.5178454 +427,-1.297785627,-0.160104069,423,0.614394501,0.556878345,7701.1723939 +428,2.144554488,0.205051084,423,0.614394501,0.556878345,5660.0188639 +429,-2.242387083,-0.426171285,423,0.614394501,0.556878345,11324.422848 +430,0.338637212,0.909723676,423,0.614394501,0.556878345,1608.2257622 +431,-0.148798452,0.691042401,423,0.614394501,0.556878345,2485.0240019 +432,0.893524764,0.441829531,423,0.614394501,0.556878345,1070.7045516 +433,0.969229347,-0.368847936,423,0.614394501,0.556878345,3906.0310728 +434,0.436043248,0.800045688,423,0.614394501,0.556878345,1107.0212047 +435,1.687946607,1.081504775,423,0.614394501,0.556878345,3383.3779204 +436,0.522302046,-0.034889271,423,0.614394501,0.556878345,2369.3981765 +437,-0.178996113,-0.438090009,423,0.614394501,0.556878345,4952.5600493 +438,-1.094339566,0.301444068,423,0.614394501,0.556878345,6041.7929199 +439,-1.064070054,0.242569932,423,0.614394501,0.556878345,6069.7818823 +440,-1.068153768,0.230387998,423,0.614394501,0.556878345,6108.9170684 +441,-3.00496892,-0.23989155,423,0.614394501,0.556878345,10305.936274 +442,0.21751974,0.766874888,423,0.614394501,0.556878345,1485.2560393 +443,0.117229532,0.007619006,423,0.614394501,0.556878345,2861.8882046 +444,0.777758451,0.420554741,423,0.614394501,0.556878345,785.4317787 +445,-0.252356999,0.250747086,423,0.614394501,0.556878345,3348.4564028 +446,0.363148444,0.768483434,423,0.614394501,0.556878345,1144.684331 +447,0.903191366,-0.118210676,423,0.614394501,0.556878345,2888.1631376 +448,-0.205755923,0.149406178,423,0.614394501,0.556878345,3412.541593 +449,1.811996086,0.02364353,423,0.614394501,0.556878345,4923.7030105 +450,-1.100670221,0.314845373,423,0.614394501,0.556878345,6033.2093559 +451,0.340078597,0.850105132,423,0.614394501,0.556878345,1420.6214024 +452,0.258757267,0.804969236,423,0.614394501,0.556878345,1462.9835568 +453,2.78505352,-0.155160804,423,0.614394501,0.556878345,8553.1757604 +454,0.800551619,0.105822106,423,0.614394501,0.556878345,1914.8952712 +455,0.437940882,-0.506194031,423,0.614394501,0.556878345,4262.8971353 +456,2.230431122,0.63458615,423,0.614394501,0.556878345,5087.8121396 +457,0.527965361,0.127667701,423,0.614394501,0.556878345,1729.7754535 +458,-0.063643205,0.702093448,423,0.614394501,0.556878345,2226.6799687 +459,1.408447268,0.133010502,423,0.614394501,0.556878345,3367.3410641 +460,0.523795955,0.280266966,423,0.614394501,0.556878345,1143.1810937 +461,-0.975769313,0.072177659,423,0.614394501,0.556878345,6135.8918055 +462,0.549774164,-0.463663986,423,0.614394501,0.556878345,4049.7281827 +463,0.29245874,1.095549818,423,0.614394501,0.556878345,2283.0810305 +464,0.143625958,0.816809593,423,0.614394501,0.556878345,1757.276282 +465,0.671902494,0.611159853,423,0.614394501,0.556878345,286.91156431 +466,1.239840988,0.6724199,423,0.614394501,0.556878345,2061.334517 +467,0.607829703,-0.10932137,423,0.614394501,0.556878345,2638.933612 +468,1.763020906,0.263996692,423,0.614394501,0.556878345,4267.2238496 +469,0.378714634,0.726066797,423,0.614394501,0.556878345,1002.0196042 +470,2.196736143,-0.153862366,423,0.614394501,0.556878345,6581.6283288 +471,0.01702415,0.148991565,423,0.614394501,0.556878345,2724.8175446 +472,-2.998490902,-0.158002487,423,0.614394501,0.556878345,10100.913117 +473,-3.051262951,-0.346595608,423,0.614394501,0.556878345,10408.151238 +474,-1.069176439,0.182802941,423,0.614394501,0.556878345,6213.4461745 +475,0.167157509,0.595344954,423,0.614394501,0.556878345,1489.4434567 +476,0.613855648,0.681746124,423,0.614394501,0.556878345,494.60431617 +477,1.037012736,0.682555367,423,0.614394501,0.556878345,1445.3911476 +478,-1.253574971,0.379755746,423,0.614394501,0.556878345,6360.3518624 +479,3.108590453,-0.132620738,423,0.614394501,0.556878345,9528.092153 +480,0.565301296,0.022333262,423,0.614394501,0.556878345,2125.2699209 +481,0.547898238,0.855555614,423,0.614394501,0.556878345,1199.5118572 +482,0.948309381,0.417393755,423,0.614394501,0.556878345,1290.122313 +483,-0.050600732,0.945269213,423,0.614394501,0.556878345,2416.4967696 +484,-0.977651478,-0.572363064,423,0.614394501,0.556878345,7434.7512337 +485,1.102014914,0.728861163,423,0.614394501,0.556878345,1679.5216081 +486,2.927300795,-0.282939414,423,0.614394501,0.556878345,9284.8276868 +487,-1.154565557,0.124434095,423,0.614394501,0.556878345,6619.6163067 +488,1.855331234,0.291044755,423,0.614394501,0.556878345,4526.5283086 +489,0.830290659,0.276904518,423,0.614394501,0.556878345,1354.4256276 +490,0.485104466,-0.234867441,423,0.614394501,0.556878345,3174.2811746 +491,0.521367572,-0.33161327,423,0.614394501,0.556878345,3536.9958104 +1,-1.539031704,0.7349710123,424,-1.398079356,0.148483366,2374.6502334 +2,-1.536990553,0.7349663874,424,-1.398079356,0.148483366,2373.1657468 +3,-1.534951779,0.7349571355,424,-1.398079356,0.148483366,2371.6855871 +4,-1.532906461,0.7349480293,424,-1.398079356,0.148483366,2370.2218588 +5,-1.531320211,0.7346937278,424,-1.398079356,0.148483366,2368.1485579 +6,-1.539451648,0.7335131775,424,-1.398079356,0.148483366,2369.3592627 +7,-1.537429487,0.7335445708,424,-1.398079356,0.148483366,2368.0175728 +8,-1.535484998,0.7335658704,424,-1.398079356,0.148483366,2366.7124568 +9,-1.533488396,0.7336036027,424,-1.398079356,0.148483366,2365.4529621 +10,-1.531497785,0.7335842962,424,-1.398079356,0.148483366,2363.9979023 +11,-1.530259379,0.7334777758,424,-1.398079356,0.148483366,2362.7383818 +12,-1.5335454,0.7322346912,424,-1.398079356,0.148483366,2360.2260166 +13,-1.531489083,0.7322238773,424,-1.398079356,0.148483366,2358.7532847 +14,-1.530011122,0.7321679851,424,-1.398079356,0.148483366,2357.522304 +15,-1.53348106,0.7306614094,424,-1.398079356,0.148483366,2354.1284498 +16,-1.531441779,0.7306962275,424,-1.398079356,0.148483366,2352.8386139 +17,-1.529755654,0.7306933243,424,-1.398079356,0.148483366,2351.6658796 +18,-1.533415048,0.7291384674,424,-1.398079356,0.148483366,2348.2238419 +19,-1.531392093,0.7291705353,424,-1.398079356,0.148483366,2346.930357 +20,-1.529296523,0.7291214933,424,-1.398079356,0.148483366,2345.2952979 +21,-1.535280942,0.727267644,424,-1.398079356,0.148483366,2342.3593936 +22,-1.533378158,0.7276139666,424,-1.398079356,0.148483366,2342.334318 +23,-1.531340368,0.7276446587,424,-1.398079356,0.148483366,2341.0204924 +24,-1.528960113,0.7276398177,424,-1.398079356,0.148483366,2339.355738 +25,-1.533313146,0.7260818349,424,-1.398079356,0.148483366,2336.3960869 +26,-1.531259555,0.7260958115,424,-1.398079356,0.148483366,2335.0023825 +27,-1.528926415,0.7260865555,424,-1.398079356,0.148483366,2333.3480163 +28,-1.531226779,0.7245511789,424,-1.398079356,0.148483366,2329.0346273 +29,-1.528904772,0.7245519194,424,-1.398079356,0.148483366,2327.4209768 +30,-1.547195875,0.7409785979,424,-1.398079356,0.148483366,2403.7065403 +31,-1.5451475,0.740980426,424,-1.398079356,0.148483366,2402.1812865 +32,-1.543097679,0.7409798872,424,-1.398079356,0.148483366,2400.6661145 +33,-1.540720364,0.7409892687,424,-1.398079356,0.148483366,2398.9726623 +34,-1.547188511,0.7395198392,424,-1.398079356,0.148483366,2398.1183113 +35,-1.545148587,0.7395226109,424,-1.398079356,0.148483366,2396.5978761 +36,-1.543104538,0.7395314908,424,-1.398079356,0.148483366,2395.1179434 +37,-1.540727751,0.7395306258,424,-1.398079356,0.148483366,2393.3796611 +38,-1.547187029,0.7380014886,424,-1.398079356,0.148483366,2392.3073076 +39,-1.545147315,0.7380012252,424,-1.398079356,0.148483366,2390.7700399 +40,-1.54310719,0.7380060743,424,-1.398079356,0.148483366,2389.2722249 +41,-1.540719671,0.7380068206,424,-1.398079356,0.148483366,2387.5261582 +42,-1.547187189,0.7364799098,424,-1.398079356,0.148483366,2386.4860808 +43,-1.545149996,0.7364853874,424,-1.398079356,0.148483366,2384.9672748 +44,-1.543106091,0.7364823484,424,-1.398079356,0.148483366,2383.4310699 +45,-1.540717158,0.7364893901,424,-1.398079356,0.148483366,2381.7019542 +46,-1.538663972,0.7410138672,424,-1.398079356,0.148483366,2397.593243 +47,-1.53695285,0.7409699132,424,-1.398079356,0.148483366,2396.2134959 +48,-1.534910498,0.7409641297,424,-1.398079356,0.148483366,2394.7645584 +49,-1.533145034,0.7409536636,424,-1.398079356,0.148483366,2393.5073161 +50,-1.538681336,0.7395405883,424,-1.398079356,0.148483366,2391.9460727 +51,-1.536999189,0.7395183096,424,-1.398079356,0.148483366,2390.6658389 +52,-1.534923633,0.7395144222,424,-1.398079356,0.148483366,2389.1958117 +53,-1.533267822,0.7395654306,424,-1.398079356,0.148483366,2388.2464392 +54,-1.53867273,0.7380151077,424,-1.398079356,0.148483366,2386.0806266 +55,-1.536980576,0.7379994392,424,-1.398079356,0.148483366,2384.8145558 +56,-1.534931522,0.7379944961,424,-1.398079356,0.148483366,2383.3540272 +57,-1.533387952,0.7379480264,424,-1.398079356,0.148483366,2382.1027981 +58,-1.538682279,0.7364914363,424,-1.398079356,0.148483366,2380.2359454 +59,-1.536980704,0.7364810563,424,-1.398079356,0.148483366,2378.9791561 +60,-1.534935567,0.7364752065,424,-1.398079356,0.148483366,2377.5127932 +61,-1.533042592,0.7363876366,424,-1.398079356,0.148483366,2375.8575445 +62,-1.545143426,0.7349628011,424,-1.398079356,0.148483366,2379.1325836 +63,-1.543105297,0.7349691947,424,-1.398079356,0.148483366,2377.6315039 +64,-1.541064533,0.7349647152,424,-1.398079356,0.148483366,2376.1071304 +65,-1.545411803,0.7334624714,424,-1.398079356,0.148483366,2373.5920054 +66,-1.543446606,0.7334780896,424,-1.398079356,0.148483366,2372.172792 +67,-1.541475327,0.7334957295,424,-1.398079356,0.148483366,2370.7758758 +68,-1.545401939,0.731963266,424,-1.398079356,0.148483366,2367.8467021 +69,-1.54342253,0.7319915583,424,-1.398079356,0.148483366,2366.4603109 +70,-1.541455867,0.7320216438,424,-1.398079356,0.148483366,2365.109691 +71,-1.545410146,0.7304422281,424,-1.398079356,0.148483366,2362.0324602 +72,-1.543435491,0.7304713664,424,-1.398079356,0.148483366,2360.6475088 +73,-1.541463105,0.7304997613,424,-1.398079356,0.148483366,2359.2808292 +74,-1.545414768,0.7289194936,424,-1.398079356,0.148483366,2356.2099292 +75,-1.543435774,0.7289538557,424,-1.398079356,0.148483366,2354.8363419 +76,-1.541457714,0.7289765881,424,-1.398079356,0.148483366,2353.4384974 +77,-1.539449415,0.7320555866,424,-1.398079356,0.148483366,2363.7640565 +78,-1.537429183,0.7321097681,424,-1.398079356,0.148483366,2362.5063223 +79,-1.535472649,0.7321497267,424,-1.398079356,0.148483366,2361.2597225 +80,-1.539457899,0.7305333307,424,-1.398079356,0.148483366,2357.9293541 +81,-1.537453161,0.7305750503,424,-1.398079356,0.148483366,2356.6296536 +82,-1.535479385,0.7306124949,424,-1.398079356,0.148483366,2355.3558225 +83,-1.53946905,0.7290102593,424,-1.398079356,0.148483366,2352.0943675 +84,-1.537459922,0.7290417293,424,-1.398079356,0.148483366,2350.746806 +85,-1.535451349,0.7290890157,424,-1.398079356,0.148483366,2349.4807264 +86,-1.535522937,0.7279887191,424,-1.398079356,0.148483366,2345.3038994 +87,-1.539442524,0.7274735939,424,-1.398079356,0.148483366,2346.1803206 +88,-1.537424111,0.727521351,424,-1.398079356,0.148483366,2344.8835089 +89,-1.539384641,0.7259505092,424,-1.398079356,0.148483366,2340.2958578 +90,-1.537372391,0.7259947145,424,-1.398079356,0.148483366,2338.985212 +91,-1.535340789,0.7260435356,424,-1.398079356,0.148483366,2337.6989495 +92,-1.539325716,0.7244369706,424,-1.398079356,0.148483366,2334.4477962 +93,-1.537308932,0.7244801057,424,-1.398079356,0.148483366,2333.1250596 +94,-1.535289068,0.7245247645,424,-1.398079356,0.148483366,2331.8266934 +95,-1.533261366,0.7245550236,424,-1.398079356,0.148483366,2330.488226 +96,-1.539267302,0.722921924,424,-1.398079356,0.148483366,2328.5948931 +97,-1.537248972,0.7229660258,424,-1.398079356,0.148483366,2327.27003 +98,-1.535219431,0.7229916471,424,-1.398079356,0.148483366,2325.886902 +99,-1.53318962,0.7230212049,424,-1.398079356,0.148483366,2324.539706 +100,-1.531154816,0.7230299897,424,-1.398079356,0.148483366,2323.1301163 +101,-1.528878341,0.7230370244,424,-1.398079356,0.148483366,2321.5673124 +102,-1.539218189,0.7214009878,424,-1.398079356,0.148483366,2322.7269344 +103,-1.537198791,0.7214422745,424,-1.398079356,0.148483366,2321.3856406 +104,-1.535179266,0.7214634354,424,-1.398079356,0.148483366,2319.9878792 +105,-1.533156501,0.7214944644,424,-1.398079356,0.148483366,2318.6465529 +106,-1.53113574,0.7215166021,424,-1.398079356,0.148483366,2317.2934259 +107,-1.528874248,0.7215345535,424,-1.398079356,0.148483366,2315.7776406 +108,-1.539217656,0.7198512397,424,-1.398079356,0.148483366,2316.785605 +109,-1.537199919,0.7199428763,424,-1.398079356,0.148483366,2315.6332569 +110,-1.545425832,0.727397149,424,-1.398079356,0.148483366,2350.3947759 +111,-1.543371177,0.7273916949,424,-1.398079356,0.148483366,2348.8059164 +112,-1.541368852,0.7274523163,424,-1.398079356,0.148483366,2347.5303423 +113,-1.545349067,0.7258710923,424,-1.398079356,0.148483366,2344.4987048 +114,-1.54332671,0.7258603556,424,-1.398079356,0.148483366,2342.9093998 +115,-1.541346831,0.7259242142,424,-1.398079356,0.148483366,2341.6581071 +116,-1.545324355,0.7243383958,424,-1.398079356,0.148483366,2338.6180216 +117,-1.543292796,0.7243617413,424,-1.398079356,0.148483366,2337.1468786 +118,-1.541295822,0.7244024384,424,-1.398079356,0.148483366,2335.7890495 +119,-1.543193859,0.7205570215,424,-1.398079356,0.148483366,2322.5101438 +120,-1.550257047,0.7386738187,424,-1.398079356,0.148483366,2397.2263674 +121,-1.549335448,0.7311736483,424,-1.398079356,0.148483366,2367.8579725 +122,-1.533478843,0.7179891343,424,-1.398079356,0.148483366,2305.4067858 +123,-1.556150555,0.738907041,424,-1.398079356,0.148483366,2402.7467249 +124,-1.554324226,0.733414257,424,-1.398079356,0.148483366,2380.3524666 +125,-1.554290846,0.7288285332,424,-1.398079356,0.148483366,2362.8516972 +126,-1.55122487,0.7219795312,424,-1.398079356,0.148483366,2334.2731077 +127,-1.525104458,0.7229399862,424,-1.398079356,0.148483366,2318.6153565 +128,-1.519607711,0.7236181429,424,-1.398079356,0.148483366,2317.6122607 +129,-1.513899999,0.7251107854,424,-1.398079356,0.148483366,2319.8019556 +130,-1.536620762,0.7431061895,424,-1.398079356,0.148483366,2404.1950073 +131,-1.5369566,0.7460845958,424,-1.398079356,0.148483366,2415.8839225 +132,-1.545345528,0.7447040685,424,-1.398079356,0.148483366,2416.5943914 +133,-1.532813921,0.7432306626,424,-1.398079356,0.148483366,2402.0507031 +134,-1.554788248,0.7382381001,424,-1.398079356,0.148483366,2399.1113335 +135,-1.540348126,0.7301594274,424,-1.398079356,0.148483366,2357.1500551 +136,-1.538016084,0.7239051786,424,-1.398079356,0.148483366,2331.4385947 +137,-1.525288962,0.7258085137,424,-1.398079356,0.148483366,2329.8063749 +138,-1.534326986,0.731241342,424,-1.398079356,0.148483366,2356.9552971 +139,-1.530733872,0.7303625216,424,-1.398079356,0.148483366,2351.0640508 +141,-1.534354939,0.7328219978,424,-1.398079356,0.148483366,2363.0539302 +142,-1.53157084,0.7292888153,424,-1.398079356,0.148483366,2347.510032 +143,-1.525691035,0.7263799874,424,-1.398079356,0.148483366,2332.2808168 +144,-1.534031287,0.7495967835,424,-1.398079356,0.148483366,2427.3975123 +145,-1.527714986,0.7283095957,424,-1.398079356,0.148483366,2341.0881379 +146,-1.526189586,0.7271468292,424,-1.398079356,0.148483366,2335.5739368 +147,-1.555177336,0.7375563366,424,-1.398079356,0.148483366,2396.8220058 +148,-1.555080283,0.7312707794,424,-1.398079356,0.148483366,2372.7936141 +149,-1.53856994,0.7224180299,424,-1.398079356,0.148483366,2326.143711 +150,-1.530837883,0.729933372,424,-1.398079356,0.148483366,2349.4832404 +151,-1.515066984,0.5854133365,424,-1.398079356,0.148483366,1782.6907792 +152,-1.534731633,0.5368370046,424,-1.398079356,0.148483366,1619.1335975 +153,-1.515231902,0.5607085576,424,-1.398079356,0.148483366,1688.6839034 +154,-2.616253799,1.0684566605,424,-1.398079356,0.148483366,5039.4492071 +155,-1.956071439,0.5792177723,424,-1.398079356,0.148483366,2658.3649384 +156,-1.951208514,0.5602434208,424,-1.398079356,0.148483366,2604.578688 +157,-1.944675062,0.6062144545,424,-1.398079356,0.148483366,2686.7729473 +158,-1.613778386,0.6077989518,424,-1.398079356,0.148483366,1980.8302398 +159,-2.035029014,0.6021432345,424,-1.398079356,0.148483366,2927.8524914 +160,-2.114989471,0.6801825058,424,-1.398079356,0.148483366,3299.436141 +161,-2.037382079,0.5765830025,424,-1.398079356,0.148483366,2886.5167328 +162,-2.129855121,0.6585019963,424,-1.398079356,0.148483366,3300.461023 +163,-2.075141798,0.6493615843,424,-1.398079356,0.148483366,3131.6378276 +164,-1.828626729,0.6948433129,424,-1.398079356,0.148483366,2645.7748351 +165,-1.863329418,0.6735427691,424,-1.398079356,0.148483366,2658.2799843 +166,-1.266037071,0.727988852,424,-1.398079356,0.148483366,2341.4997023 +167,-1.277579582,0.7249010648,424,-1.398079356,0.148483366,2321.9148298 +168,-1.258418684,0.7241194816,424,-1.398079356,0.148483366,2332.0575793 +169,-1.317813974,0.6804850104,424,-1.398079356,0.148483366,2126.5047759 +170,-1.344165204,0.6790988904,424,-1.398079356,0.148483366,2110.5039659 +171,-1.427582102,0.5277120351,424,-1.398079356,0.148483366,1506.0982293 +172,-1.402238616,0.457167829,424,-1.398079356,0.148483366,1222.7992337 +173,-1.422454264,0.4996161999,424,-1.398079356,0.148483366,1393.8037568 +174,-1.439089277,0.4894859811,424,-1.398079356,0.148483366,1359.3768619 +175,-1.448126995,0.5182330266,424,-1.398079356,0.148483366,1476.3243986 +176,-1.474626146,0.5881926574,424,-1.398079356,0.148483366,1763.9748734 +177,-1.421139645,0.5584869783,424,-1.398079356,0.148483366,1626.2388053 +178,-1.457037165,0.565943032,424,-1.398079356,0.148483366,1667.6715893 +179,-2.757159358,0.3745319,424,-1.398079356,0.148483366,5231.1157423 +180,-2.714309238,0.342054471,424,-1.398079356,0.148483366,5080.274889 +181,-2.000525337,0.774119946,424,-1.398079356,0.148483366,3226.9820076 +183,-1.571413436,0.6777838382,424,-1.398079356,0.148483366,2185.4227236 +184,-1.552860289,0.6987663893,424,-1.398079356,0.148483366,2247.3006624 +185,-1.521852374,0.7165827476,424,-1.398079356,0.148483366,2291.9005015 +186,-1.503656267,0.6928968252,424,-1.398079356,0.148483366,2188.6098522 +187,-1.502753178,0.7136205882,424,-1.398079356,0.148483366,2268.596641 +188,-1.631894563,0.7343596465,424,-1.398079356,0.148483366,2460.0814448 +189,-1.653765416,0.6770714026,424,-1.398079356,0.148483366,2282.9018685 +190,-1.719812114,0.6715965947,424,-1.398079356,0.148483366,2368.1221105 +191,-1.493406659,0.6646955447,424,-1.398079356,0.148483366,2072.9023142 +192,-1.469120564,0.6613469966,424,-1.398079356,0.148483366,2047.2888083 +193,-1.590551461,0.5326612937,424,-1.398079356,0.148483366,1680.196484 +194,-1.625979264,0.5247742243,424,-1.398079356,0.148483366,1713.3030755 +195,-1.572293943,0.5238808754,424,-1.398079356,0.148483366,1621.2408707 +196,-1.610848725,0.5477107964,424,-1.398079356,0.148483366,1765.3000551 +197,-1.208485554,0.7918526018,424,-1.398079356,0.148483366,2629.4901842 +198,-1.335601374,0.6869083083,424,-1.398079356,0.148483366,2144.198389 +199,-1.346156996,0.6825213377,424,-1.398079356,0.148483366,2123.3589495 +200,-1.324381037,0.6741422347,424,-1.398079356,0.148483366,2098.6317134 +201,-1.242424992,0.7378949807,424,-1.398079356,0.148483366,2396.9675612 +202,-1.270370057,0.7392461008,424,-1.398079356,0.148483366,2382.0057422 +203,-1.448950472,0.7441675014,424,-1.398079356,0.148483366,2366.1412775 +204,-1.492662363,0.7523026852,424,-1.398079356,0.148483366,2414.1516656 +205,-1.479098966,0.7763855017,424,-1.398079356,0.148483366,2502.6848182 +206,-1.633760714,0.7869022408,424,-1.398079356,0.148483366,2654.4192563 +207,-1.647406434,0.8101289331,424,-1.398079356,0.148483366,2753.8487097 +208,-1.564245052,0.5701509278,424,-1.398079356,0.148483366,1777.9538753 +209,-1.646289963,0.6833746083,424,-1.398079356,0.148483366,2294.7893115 +210,-1.5820631,0.6751952144,424,-1.398079356,0.148483366,2186.7891584 +211,-1.613236298,0.6681681791,424,-1.398079356,0.148483366,2197.0346531 +212,-1.914661867,0.8212566515,424,-1.398079356,0.148483366,3182.7657777 +213,-1.742133237,0.7250275956,424,-1.398079356,0.148483366,2581.9348596 +214,-2.033144872,0.6557314699,424,-1.398079356,0.148483366,3030.9013958 +215,-2.039551981,0.6964723658,424,-1.398079356,0.148483366,3135.2249527 +216,-1.247341019,0.7622473908,424,-1.398079356,0.148483366,2486.3598091 +217,-1.298239787,0.7084123392,424,-1.398079356,0.148483366,2245.6162936 +218,-1.308539688,0.6926545592,424,-1.398079356,0.148483366,2178.6770473 +219,-1.303263185,0.6888938396,424,-1.398079356,0.148483366,2166.8221848 +220,-1.852400229,0.6004246149,424,-1.398079356,0.148483366,2435.6701133 +221,-1.288947707,0.7473773692,424,-1.398079356,0.148483366,2402.3730135 +222,-1.372031502,0.7472790993,424,-1.398079356,0.148483366,2373.5587856 +223,-1.289805721,0.7242157877,424,-1.398079356,0.148483366,2311.8443175 +224,-1.350807603,0.7533498126,424,-1.398079356,0.148483366,2401.483475 +225,-1.329290365,0.7560442322,424,-1.398079356,0.148483366,2418.3311725 +226,-1.410153004,0.616936428,424,-1.398079356,0.148483366,1856.0583148 +227,-1.393445434,0.6308995063,424,-1.398079356,0.148483366,1910.9235394 +228,-1.37595573,0.6241540638,424,-1.398079356,0.148483366,1885.8296671 +229,-1.358388707,0.6172645205,424,-1.398079356,0.148483366,1862.4030817 +230,-1.753741133,0.8281661666,424,-1.398079356,0.148483366,2946.0982228 +231,-1.47430987,0.6834615681,424,-1.398079356,0.148483366,2136.2883197 +232,-1.421012508,0.7222725206,424,-1.398079356,0.148483366,2274.2022874 +233,-1.4476833,0.6978557868,424,-1.398079356,0.148483366,2183.1247152 +234,-1.470370723,0.6966193374,424,-1.398079356,0.148483366,2186.1804959 +235,-1.429211703,0.7037216883,424,-1.398079356,0.148483366,2202.0430343 +236,-1.700578405,0.6178673663,424,-1.398079356,0.148483366,2157.8531394 +237,-1.678117619,0.6331716163,424,-1.398079356,0.148483366,2169.1546201 +238,-1.725644578,0.6316331145,424,-1.398079356,0.148483366,2248.9873911 +239,-2.14012759,0.7930497945,424,-1.398079356,0.148483366,3588.6105463 +240,-2.103289431,0.7653606263,424,-1.398079356,0.148483366,3442.1962883 +241,-1.318739838,0.7017808746,424,-1.398079356,0.148483366,2209.4554074 +242,-1.396417427,0.7077900843,424,-1.398079356,0.148483366,2215.421658 +243,-1.35650337,0.7185539404,424,-1.398079356,0.148483366,2262.766907 +244,-1.248884539,0.7274156818,424,-1.398079356,0.148483366,2351.8940101 +245,-1.395014798,0.5761185243,424,-1.398079356,0.148483366,1693.9000575 +246,-1.433377362,0.6064716109,424,-1.398079356,0.148483366,1818.6209523 +247,-1.408172432,0.5903155476,424,-1.398079356,0.148483366,1750.4848969 +248,-1.749645898,0.7757118084,424,-1.398079356,0.148483366,2762.6748671 +249,-1.571626686,0.615046989,424,-1.398079356,0.148483366,1952.1998167 +250,-1.514070049,0.6303003037,424,-1.398079356,0.148483366,1953.8699852 +251,-1.480890369,0.6237966528,424,-1.398079356,0.148483366,1906.3893684 +252,-1.704390658,0.5281680612,424,-1.398079356,0.148483366,1883.8421089 +253,-1.64434733,0.5254277498,424,-1.398079356,0.148483366,1750.0053886 +254,-1.703855997,0.4792484842,424,-1.398079356,0.148483366,1739.7252847 +255,-1.692002383,0.5748825051,424,-1.398079356,0.148483366,2002.8353571 +256,-1.854136457,0.5544643913,424,-1.398079356,0.148483366,2323.8664917 +257,-1.665021206,0.520317736,424,-1.398079356,0.148483366,1774.9430503 +258,-1.733654349,0.4845187345,424,-1.398079356,0.148483366,1829.1730167 +259,-1.720938188,0.5135933906,424,-1.398079356,0.148483366,1879.0041335 +260,-1.742668307,0.553296122,424,-1.398079356,0.148483366,2044.5814364 +261,-1.965659039,0.7142126903,424,-1.398079356,0.148483366,2997.7504017 +262,-1.944438071,0.6772834804,424,-1.398079356,0.148483366,2855.4626596 +263,-1.270340967,0.7681487096,424,-1.398079356,0.148483366,2493.7474247 +264,-1.353091884,0.6549276821,424,-1.398079356,0.148483366,2012.4967513 +265,-1.333236659,0.6413584414,424,-1.398079356,0.148483366,1966.1745652 +266,-1.352015998,0.6753788907,424,-1.398079356,0.148483366,2093.4735839 +267,-1.377988483,0.6577816235,424,-1.398079356,0.148483366,2018.613211 +268,-2.13075611,0.8318642051,424,-1.398079356,0.148483366,3650.6121075 +269,-2.097910953,0.8259670014,424,-1.398079356,0.148483366,3565.0599247 +270,-1.416382069,0.6694271549,424,-1.398079356,0.148483366,2064.4919117 +271,-1.538905672,0.7535625993,424,-1.398079356,0.148483366,2445.9955428 +272,-1.572309477,0.7803125099,424,-1.398079356,0.148483366,2573.1873137 +273,-1.87759879,0.7503853417,424,-1.398079356,0.148483366,2906.3432284 +274,1.152365588,0.590457682,424,-1.398079356,0.148483366,8769.6796499 +275,0.350198001,0.718001859,424,-1.398079356,0.148483366,6357.3189248 +276,0.046513677,0.491503852,424,-1.398079356,0.148483366,5506.7782142 +277,0.027510309,0.742571376,424,-1.398079356,0.148483366,5402.2455406 +278,0.306285725,-0.214631579,424,-1.398079356,0.148483366,6859.1968121 +279,-1.100564889,0.318051531,424,-1.398079356,0.148483366,1327.200238 +280,-1.078582306,0.301437596,424,-1.398079356,0.148483366,1372.8917583 +281,-1.137371989,-0.617634065,424,-1.398079356,0.148483366,3187.226098 +282,0.784356344,0.703272339,424,-1.398079356,0.148483366,7585.4283239 +283,-1.221209947,0.218327455,424,-1.398079356,0.148483366,742.13805309 +284,2.347301921,-0.449114658,424,-1.398079356,0.148483366,9879.3137283 +285,0.246820618,0.830553713,424,-1.398079356,0.148483366,5984.7629277 +286,0.829414965,0.703288228,424,-1.398079356,0.148483366,7701.2219745 +287,-1.337537566,0.42332223,424,-1.398079356,0.148483366,1112.4931795 +288,0.882453706,0.454478077,424,-1.398079356,0.148483366,8360.700693 +289,1.575629659,0.416419109,424,-1.398079356,0.148483366,10113.871172 +290,-1.039455679,0.229888244,424,-1.398079356,0.148483366,1431.2608873 +291,0.489558039,0.934482747,424,-1.398079356,0.148483366,6476.0807327 +292,0.081344504,0.88384514,424,-1.398079356,0.148483366,5538.7836879 +293,-1.547979814,0.300350308,424,-1.398079356,0.148483366,834.3658721 +294,0.040776181,0.168560074,424,-1.398079356,0.148483366,5613.1596921 +295,-1.130374745,0.563894876,424,-1.398079356,0.148483366,1916.8168703 +296,1.578326642,0.478507176,424,-1.398079356,0.148483366,9880.7569736 +297,-1.12861823,-0.291640865,424,-1.398079356,0.148483366,2038.1082116 +298,0.310524208,0.770885792,424,-1.398079356,0.148483366,6199.6329313 +299,0.415649091,-0.387246002,424,-1.398079356,0.148483366,7330.173728 +300,-0.926533878,-0.188022748,424,-1.398079356,0.148483366,2287.0832745 +301,1.258856172,-0.11716081,424,-1.398079356,0.148483366,10537.405625 +302,-1.126050026,0.322941926,424,-1.398079356,0.148483366,1253.6269011 +303,2.002785835,0.07893892,424,-1.398079356,0.148483366,11079.915516 +304,0.440437607,0.746258085,424,-1.398079356,0.148483366,6585.4917306 +305,-0.030391866,0.214441206,424,-1.398079356,0.148483366,5317.2788095 +306,0.521557815,-0.058929362,424,-1.398079356,0.148483366,7622.0963899 +307,-0.097005111,0.13317729,424,-1.398079356,0.148483366,5094.341882 +308,1.83113859,0.221857587,424,-1.398079356,0.148483366,10936.938811 +309,0.222428864,0.099404236,424,-1.398079356,0.148483366,6357.4983098 +310,-1.702731345,0.8728568183,424,-1.398079356,0.148483366,3040.0736037 +311,-0.418507569,0.278324921,424,-1.398079356,0.148483366,3816.2904704 +312,-1.41153306,0.339029988,424,-1.398079356,0.148483366,756.51845854 +313,0.357560442,0.114788776,424,-1.398079356,0.148483366,6872.9891876 +314,0.325818979,0.268352149,424,-1.398079356,0.148483366,6643.3911253 +315,-1.246004659,-0.663679965,424,-1.398079356,0.148483366,3265.7659545 +316,1.814603087,0.637404484,424,-1.398079356,0.148483366,9319.7225857 +317,1.843704281,-0.18300445,424,-1.398079356,0.148483366,12029.257997 +318,1.690644492,-0.211480909,424,-1.398079356,0.148483366,12120.275119 +319,-1.275451936,0.068109467,424,-1.398079356,0.148483366,578.26895864 +320,0.762430171,-0.207594741,424,-1.398079356,0.148483366,8617.9614187 +321,0.265668905,-0.014647884,424,-1.398079356,0.148483366,6594.6252815 +322,-2.773032013,-0.335515811,424,-1.398079356,0.148483366,5693.496648 +323,-1.469512853,0.174058777,424,-1.398079356,0.148483366,297.07319536 +324,0.286276986,0.785925691,424,-1.398079356,0.148483366,6121.0651606 +325,-1.379324697,0.377432233,424,-1.398079356,0.148483366,909.68405274 +326,-1.203778265,0.212813032,424,-1.398079356,0.148483366,798.65929353 +327,0.579916301,0.611743168,424,-1.398079356,0.148483366,7164.3548853 +328,0.267582642,0.868113908,424,-1.398079356,0.148483366,6014.4694863 +329,0.412869244,-0.050245578,424,-1.398079356,0.148483366,7191.5946786 +330,0.17524381,0.976660285,424,-1.398079356,0.148483366,5740.7174322 +331,0.743157214,0.204812899,424,-1.398079356,0.148483366,8263.0921158 +332,-1.070758176,0.269382282,424,-1.398079356,0.148483366,1354.6652215 +333,-1.230364251,0.329790229,424,-1.398079356,0.148483366,964.8355302 +334,-1.374813124,-0.024926835,424,-1.398079356,0.148483366,692.99372498 +335,0.519780566,0.463669906,424,-1.398079356,0.148483366,7160.3845356 +336,-1.55108034,0.239698561,424,-1.398079356,0.148483366,695.59922747 +337,0.180294813,0.029739425,424,-1.398079356,0.148483366,6234.1721622 +338,0.67820924,0.268170153,424,-1.398079356,0.148483366,7950.1286545 +339,0.445798684,1.024001867,424,-1.398079356,0.148483366,6270.7241569 +340,0.691751283,0.150521402,424,-1.398079356,0.148483366,8128.0001546 +341,-1.036643551,-0.903056181,424,-1.398079356,0.148483366,4343.435275 +342,-0.120287036,1.083325163,424,-1.398079356,0.148483366,5161.6072413 +343,2.823513113,-0.304487164,424,-1.398079356,0.148483366,8246.0084314 +344,0.457583172,1.12513373,424,-1.398079356,0.148483366,6167.7271888 +345,0.042918831,0.813795399,424,-1.398079356,0.148483366,5442.7462946 +346,1.196146777,-0.853142756,424,-1.398079356,0.148483366,9113.1375205 +347,0.206001358,-0.010430701,424,-1.398079356,0.148483366,6358.4209829 +348,-0.268308653,0.234799412,424,-1.398079356,0.148483366,4395.1961447 +349,0.759363263,0.736189579,424,-1.398079356,0.148483366,7455.2665848 +350,0.181363926,0.891988372,424,-1.398079356,0.148483366,5786.2301319 +351,-0.021111158,0.139103292,424,-1.398079356,0.148483366,5387.2395805 +352,-0.093355215,0.630686981,424,-1.398079356,0.148483366,5026.4006563 +353,0.40118964,0.681375926,424,-1.398079356,0.148483366,6542.3221761 +354,-0.721197315,1.304706234,424,-1.398079356,0.148483366,4824.7552769 +355,-1.076150317,0.212107639,424,-1.398079356,0.148483366,1279.1538005 +356,-1.577164531,0.273993443,424,-1.398079356,0.148483366,852.90265494 +357,-0.190788414,0.182208586,424,-1.398079356,0.148483366,4709.4666807 +358,-0.261349752,0.209710184,424,-1.398079356,0.148483366,4427.785268 +359,-1.029303852,0.083549259,424,-1.398079356,0.148483366,1473.149632 +360,-1.268609162,0.330525297,424,-1.398079356,0.148483366,875.96055523 +361,1.282982244,-0.926641967,424,-1.398079356,0.148483366,9026.3933931 +362,0.217352334,0.731352408,424,-1.398079356,0.148483366,5960.4660551 +363,-1.511833084,0.258629297,424,-1.398079356,0.148483366,620.35541145 +364,0.338812194,0.823184618,424,-1.398079356,0.148483366,6232.5619655 +365,-0.324406489,1.134201999,424,-1.398079356,0.148483366,4875.122083 +366,1.389579348,0.399185724,424,-1.398079356,0.148483366,9876.8984099 +367,2.047152199,-0.039082036,424,-1.398079356,0.148483366,11171.036964 +368,0.947780369,0.568250077,424,-1.398079356,0.148483366,8312.7776447 +369,0.763824846,0.576754987,424,-1.398079356,0.148483366,7771.568843 +370,-0.142334657,0.928153068,424,-1.398079356,0.148483366,5006.3554645 +371,0.610266567,0.547265983,424,-1.398079356,0.148483366,7349.6436234 +372,0.210731629,0.746815056,424,-1.398079356,0.148483366,5932.8650084 +373,-1.34931644,0.316895224,424,-1.398079356,0.148483366,692.97908183 +374,2.407696481,0.655030745,424,-1.398079356,0.148483366,8422.663587 +375,0.64207831,0.545359131,424,-1.398079356,0.148483366,7452.5427914 +376,1.174597538,0.840588356,424,-1.398079356,0.148483366,8051.0941136 +377,0.660059424,0.010604079,424,-1.398079356,0.148483366,8122.1003379 +378,-0.730263819,0.010486456,424,-1.398079356,0.148483366,2690.5015345 +379,0.831068936,0.512339172,424,-1.398079356,0.148483366,8092.4019648 +380,1.301180979,0.72367476,424,-1.398079356,0.148483366,8633.1994909 +381,1.811128231,0.322854402,424,-1.398079356,0.148483366,10558.270559 +382,0.435105812,0.992284428,424,-1.398079356,0.148483366,6286.895463 +383,0.62643634,0.592027932,424,-1.398079356,0.148483366,7334.3086592 +384,0.492988703,-0.516339467,424,-1.398079356,0.148483366,7612.1051622 +385,-0.162469483,0.112549365,424,-1.398079356,0.148483366,4848.2807432 +386,0.314630866,0.472006421,424,-1.398079356,0.148483366,6449.1051583 +387,0.166744804,0.822815954,424,-1.398079356,0.148483366,5775.5035394 +388,0.417159608,0.965805736,424,-1.398079356,0.148483366,6279.1722462 +389,0.106334961,0.868774244,424,-1.398079356,0.148483366,5604.197719 +390,0.815086969,-0.338144359,424,-1.398079356,0.148483366,8810.7270208 +391,0.59867455,-0.230624824,424,-1.398079356,0.148483366,7989.7744624 +392,1.915104874,0.066220985,424,-1.398079356,0.148483366,11356.353187 +393,1.278093622,0.064463721,424,-1.398079356,0.148483366,10421.224655 +394,-0.061477853,0.302997961,424,-1.398079356,0.148483366,5166.9861714 +395,0.251311504,0.626976942,424,-1.398079356,0.148483366,6127.1910099 +396,2.950242872,0.149095644,424,-1.398079356,0.148483366,7538.411696 +397,-0.180294708,0.35375117,424,-1.398079356,0.148483366,4712.1470594 +398,1.010448592,-0.351180233,424,-1.398079356,0.148483366,9527.5270747 +399,-1.748740498,0.3686318073,424,-1.398079356,0.148483366,1597.9488478 +400,2.699635665,0.123533791,424,-1.398079356,0.148483366,8518.1079487 +401,0.496808033,0.823843254,424,-1.398079356,0.148483366,6640.2814412 +402,0.129574704,0.763364087,424,-1.398079356,0.148483366,5693.1602733 +403,1.798920311,0.817447563,424,-1.398079356,0.148483366,8612.7988358 +404,0.335987953,0.746786541,424,-1.398079356,0.148483366,6291.1826512 +405,-1.085413643,0.292154671,424,-1.398079356,0.148483366,1334.5162755 +406,-0.155321003,0.508207011,424,-1.398079356,0.148483366,4804.0659199 +407,0.620529244,-0.301175104,424,-1.398079356,0.148483366,8083.3873358 +408,1.684402744,0.368716966,424,-1.398079356,0.148483366,10382.347398 +409,0.300582244,-0.386397212,424,-1.398079356,0.148483366,6908.9013592 +410,2.913555946,-0.009225192,424,-1.398079356,0.148483366,7796.6524192 +411,1.465101417,0.493232532,424,-1.398079356,0.148483366,9687.6906119 +412,0.090612882,0.907955955,424,-1.398079356,0.148483366,5559.2378185 +413,2.987564726,-0.729568594,424,-1.398079356,0.148483366,7576.0322777 +414,-1.484261606,0.224149272,424,-1.398079356,0.148483366,449.77685178 +415,0.164073421,0.303955133,424,-1.398079356,0.148483366,6014.1383111 +416,0.141441293,0.167552546,424,-1.398079356,0.148483366,6003.3045919 +417,2.931321023,-0.506718887,424,-1.398079356,0.148483366,7830.088641 +418,2.21951565,0.700596356,424,-1.398079356,0.148483366,8656.3342308 +419,0.268112576,1.199114336,424,-1.398079356,0.148483366,5810.7318348 +420,0.978913739,0.359223811,424,-1.398079356,0.148483366,8851.4393471 +421,1.210898818,0.522863584,424,-1.398079356,0.148483366,9099.7866441 +422,2.347397336,0.129231362,424,-1.398079356,0.148483366,9818.1956068 +423,0.614394501,0.556878345,424,-1.398079356,0.148483366,7348.8710969 +424,-1.398079356,0.148483366,424,-1.398079356,0.148483366,0 +425,2.535303836,-0.112984496,424,-1.398079356,0.148483366,9332.7951549 +426,-1.019372593,-0.405322349,424,-1.398079356,0.148483366,2639.1093957 +427,-1.297785627,-0.160104069,424,-1.398079356,0.148483366,1284.7613834 +428,2.144554488,0.205051084,424,-1.398079356,0.148483366,10332.950027 +429,-2.242387083,-0.426171285,424,-1.398079356,0.148483366,3976.4118204 +430,0.338637212,0.909723676,424,-1.398079356,0.148483366,6156.6191116 +431,-0.148798452,0.691042401,424,-1.398079356,0.148483366,4868.3412842 +432,0.893524764,0.441829531,424,-1.398079356,0.148483366,8419.569442 +433,0.969229347,-0.368847936,424,-1.398079356,0.148483366,9365.1279607 +434,0.436043248,0.800045688,424,-1.398079356,0.148483366,6512.1894659 +435,1.687946607,1.081504775,424,-1.398079356,0.148483366,7568.850716 +436,0.522302046,-0.034889271,424,-1.398079356,0.148483366,7611.6300013 +437,-0.178996113,-0.438090009,424,-1.398079356,0.148483366,5238.3004089 +438,-1.094339566,0.301444068,424,-1.398079356,0.148483366,1318.6734862 +439,-1.064070054,0.242569932,424,-1.398079356,0.148483366,1349.5137714 +440,-1.068153768,0.230387998,424,-1.398079356,0.148483366,1323.2355692 +441,-3.00496892,-0.23989155,424,-1.398079356,0.148483366,6498.6910137 +442,0.21751974,0.766874888,424,-1.398079356,0.148483366,5941.4227362 +443,0.117229532,0.007619006,424,-1.398079356,0.148483366,6000.0942177 +444,0.777758451,0.420554741,424,-1.398079356,0.148483366,8084.6375362 +445,-0.252356999,0.250747086,424,-1.398079356,0.148483366,4453.3719454 +446,0.363148444,0.768483434,424,-1.398079356,0.148483366,6347.7718097 +447,0.903191366,-0.118210676,424,-1.398079356,0.148483366,9144.6805075 +448,-0.205755923,0.149406178,424,-1.398079356,0.148483366,4663.4315764 +449,1.811996086,0.02364353,424,-1.398079356,0.148483366,11710.393349 +450,-1.100670221,0.314845373,424,-1.398079356,0.148483366,1320.9019358 +451,0.340078597,0.850105132,424,-1.398079356,0.148483366,6212.2781722 +452,0.258757267,0.804969236,424,-1.398079356,0.148483366,6032.8061426 +453,2.78505352,-0.155160804,424,-1.398079356,0.148483366,8370.4002055 +454,0.800551619,0.105822106,424,-1.398079356,0.148483366,8586.1183314 +455,0.437940882,-0.506194031,424,-1.398079356,0.148483366,7422.4168309 +456,2.230431122,0.63458615,424,-1.398079356,0.148483366,8851.5999049 +457,0.527965361,0.127667701,424,-1.398079356,0.148483366,7522.0127495 +458,-0.063643205,0.702093448,424,-1.398079356,0.148483366,5129.3130967 +459,1.408447268,0.133010502,424,-1.398079356,0.148483366,10713.850464 +460,0.523795955,0.280266966,424,-1.398079356,0.148483366,7370.5398288 +461,-0.975769313,0.072177659,424,-1.398079356,0.148483366,1689.2860156 +462,0.549774164,-0.463663986,424,-1.398079356,0.148483366,7816.7938743 +463,0.29245874,1.095549818,424,-1.398079356,0.148483366,5914.6890074 +464,0.143625958,0.816809593,424,-1.398079356,0.148483366,5715.3812452 +465,0.671902494,0.611159853,424,-1.398079356,0.148483366,7440.6607331 +466,1.239840988,0.6724199,424,-1.398079356,0.148483366,8699.4107821 +467,0.607829703,-0.10932137,424,-1.398079356,0.148483366,7984.8708004 +468,1.763020906,0.263996692,424,-1.398079356,0.148483366,10808.221047 +469,0.378714634,0.726066797,424,-1.398079356,0.148483366,6432.1614097 +470,2.196736143,-0.153862366,424,-1.398079356,0.148483366,10669.332934 +471,0.01702415,0.148991565,424,-1.398079356,0.148483366,5530.7149531 +472,-2.998490902,-0.158002487,424,-1.398079356,0.148483366,6428.7736368 +473,-3.051262951,-0.346595608,424,-1.398079356,0.148483366,6725.5472284 +474,-1.069176439,0.182802941,424,-1.398079356,0.148483366,1291.8970146 +475,0.167157509,0.595344954,424,-1.398079356,0.148483366,5874.8320664 +476,0.613855648,0.681746124,424,-1.398079356,0.148483366,7160.1581429 +477,1.037012736,0.682555367,424,-1.398079356,0.148483366,8252.2053673 +478,-1.253574971,0.379755746,424,-1.398079356,0.148483366,1069.0080148 +479,3.108590453,-0.132620738,424,-1.398079356,0.148483366,7099.7670058 +480,0.565301296,0.022333262,424,-1.398079356,0.148483366,7744.3905051 +481,0.547898238,0.855555614,424,-1.398079356,0.148483366,6722.2751607 +482,0.948309381,0.417393755,424,-1.398079356,0.148483366,8638.8595847 +483,-0.050600732,0.945269213,424,-1.398079356,0.148483366,5228.5261488 +484,-0.977651478,-0.572363064,424,-1.398079356,0.148483366,3266.2626331 +485,1.102014914,0.728861163,424,-1.398079356,0.148483366,8261.8433556 +486,2.927300795,-0.282939414,424,-1.398079356,0.148483366,7850.7631099 +487,-1.154565557,0.124434095,424,-1.398079356,0.148483366,960.25987056 +488,1.855331234,0.291044755,424,-1.398079356,0.148483366,10648.590354 +489,0.830290659,0.276904518,424,-1.398079356,0.148483366,8486.1481446 +490,0.485104466,-0.234867441,424,-1.398079356,0.148483366,7554.1578977 +491,0.521367572,-0.33161327,424,-1.398079356,0.148483366,7713.0673518 +1,-1.539031704,0.7349710123,425,2.535303836,-0.112984496,8363.2639581 +2,-1.536990553,0.7349663874,425,2.535303836,-0.112984496,8368.8521104 +3,-1.534951779,0.7349571355,425,2.535303836,-0.112984496,8374.4368303 +4,-1.532906461,0.7349480293,425,2.535303836,-0.112984496,8380.0355556 +5,-1.531320211,0.7346937278,425,2.535303836,-0.112984496,8384.7386677 +6,-1.539451648,0.7335131775,425,2.535303836,-0.112984496,8364.2206487 +7,-1.537429487,0.7335445708,425,2.535303836,-0.112984496,8369.7144962 +8,-1.535484998,0.7335658704,425,2.535303836,-0.112984496,8375.0064253 +9,-1.533488396,0.7336036027,425,2.535303836,-0.112984496,8380.4131916 +10,-1.531497785,0.7335842962,425,2.535303836,-0.112984496,8385.8831996 +11,-1.530259379,0.7334777758,425,2.535303836,-0.112984496,8389.4235441 +12,-1.5335454,0.7322346912,425,2.535303836,-0.112984496,8382.2554464 +13,-1.531489083,0.7322238773,425,2.535303836,-0.112984496,8387.9012872 +14,-1.530011122,0.7321679851,425,2.535303836,-0.112984496,8392.0275855 +15,-1.53348106,0.7306614094,425,2.535303836,-0.112984496,8384.7236136 +16,-1.531441779,0.7306962275,425,2.535303836,-0.112984496,8390.2658481 +17,-1.529755654,0.7306933243,425,2.535303836,-0.112984496,8394.8915941 +18,-1.533415048,0.7291384674,425,2.535303836,-0.112984496,8387.1187395 +19,-1.531392093,0.7291705353,425,2.535303836,-0.112984496,8392.6296673 +20,-1.529296523,0.7291214933,425,2.535303836,-0.112984496,8398.4545814 +21,-1.535280942,0.727267644,425,2.535303836,-0.112984496,8384.6917001 +22,-1.533378158,0.7276139666,425,2.535303836,-0.112984496,8389.4317316 +23,-1.531340368,0.7276446587,425,2.535303836,-0.112984496,8394.9949633 +24,-1.528960113,0.7276398177,425,2.535303836,-0.112984496,8401.5474108 +25,-1.533313146,0.7260818349,425,2.535303836,-0.112984496,8391.8287873 +26,-1.531259555,0.7260958115,425,2.535303836,-0.112984496,8397.4693859 +27,-1.528926415,0.7260865555,425,2.535303836,-0.112984496,8403.9096671 +28,-1.531226779,0.7245511789,425,2.535303836,-0.112984496,8399.8008273 +29,-1.528904772,0.7245519194,425,2.535303836,-0.112984496,8406.2067919 +30,-1.547195875,0.7409785979,425,2.535303836,-0.112984496,8332.3228264 +31,-1.5451475,0.740980426,425,2.535303836,-0.112984496,8337.8984266 +32,-1.543097679,0.7409798872,425,2.535303836,-0.112984496,8343.4776434 +33,-1.540720364,0.7409892687,425,2.535303836,-0.112984496,8349.9290032 +34,-1.547188511,0.7395198392,425,2.535303836,-0.112984496,8334.4329573 +35,-1.545148587,0.7395226109,425,2.535303836,-0.112984496,8339.9933336 +36,-1.543104538,0.7395314908,425,2.535303836,-0.112984496,8345.5524134 +37,-1.540727751,0.7395306258,425,2.535303836,-0.112984496,8352.0278474 +38,-1.547187029,0.7380014886,425,2.535303836,-0.112984496,8336.6078627 +39,-1.545147315,0.7380012252,425,2.535303836,-0.112984496,8342.181536 +40,-1.54310719,0.7380060743,425,2.535303836,-0.112984496,8347.7452967 +41,-1.540719671,0.7380068206,425,2.535303836,-0.112984496,8354.2588253 +42,-1.547187189,0.7364799098,425,2.535303836,-0.112984496,8338.7781928 +43,-1.545149996,0.7364853874,425,2.535303836,-0.112984496,8344.3462725 +44,-1.543106091,0.7364823484,425,2.535303836,-0.112984496,8349.9412242 +45,-1.540717158,0.7364893901,425,2.535303836,-0.112984496,8356.4606991 +46,-1.538663972,0.7410138672,425,2.535303836,-0.112984496,8355.4811904 +47,-1.53695285,0.7409699132,425,2.535303836,-0.112984496,8360.1924472 +48,-1.534910498,0.7409641297,425,2.535303836,-0.112984496,8365.7440965 +49,-1.533145034,0.7409536636,425,2.535303836,-0.112984496,8370.5481639 +50,-1.538681336,0.7395405883,425,2.535303836,-0.112984496,8357.5835528 +51,-1.536999189,0.7395183096,425,2.535303836,-0.112984496,8362.191971 +52,-1.534923633,0.7395144222,425,2.535303836,-0.112984496,8367.8402902 +53,-1.533267822,0.7395654306,425,2.535303836,-0.112984496,8372.2637917 +54,-1.53867273,0.7380151077,425,2.535303836,-0.112984496,8359.8280173 +55,-1.536980576,0.7379994392,425,2.535303836,-0.112984496,8364.4618722 +56,-1.534931522,0.7379944961,425,2.535303836,-0.112984496,8370.0492638 +57,-1.533387952,0.7379480264,425,2.535303836,-0.112984496,8374.3186787 +58,-1.538682279,0.7364914363,425,2.535303836,-0.112984496,8362.0155893 +59,-1.536980704,0.7364810563,425,2.535303836,-0.112984496,8366.6753525 +60,-1.534935567,0.7364752065,425,2.535303836,-0.112984496,8372.2629547 +61,-1.533042592,0.7363876366,425,2.535303836,-0.112984496,8377.5521602 +62,-1.545143426,0.7349628011,425,2.535303836,-0.112984496,8346.5412783 +63,-1.543105297,0.7349691947,425,2.535303836,-0.112984496,8352.116402 +64,-1.541064533,0.7349647152,425,2.535303836,-0.112984496,8357.710655 +65,-1.545411803,0.7334624714,425,2.535303836,-0.112984496,8347.9450031 +66,-1.543446606,0.7334780896,425,2.535303836,-0.112984496,8353.3166962 +67,-1.541475327,0.7334957295,425,2.535303836,-0.112984496,8358.6985672 +68,-1.545401939,0.731963266,425,2.535303836,-0.112984496,8350.1052401 +69,-1.54342253,0.7319915583,425,2.535303836,-0.112984496,8355.5069527 +70,-1.541455867,0.7320216438,425,2.535303836,-0.112984496,8360.8672976 +71,-1.545410146,0.7304422281,425,2.535303836,-0.112984496,8352.2421266 +72,-1.543435491,0.7304713664,425,2.535303836,-0.112984496,8357.6388593 +73,-1.541463105,0.7304997613,425,2.535303836,-0.112984496,8363.0266354 +74,-1.545414768,0.7289194936,425,2.535303836,-0.112984496,8354.3864681 +75,-1.543435774,0.7289538557,425,2.535303836,-0.112984496,8359.7970297 +76,-1.541457714,0.7289765881,425,2.535303836,-0.112984496,8365.2177675 +77,-1.539449415,0.7320555866,425,2.535303836,-0.112984496,8366.3275091 +78,-1.537429183,0.7321097681,425,2.535303836,-0.112984496,8371.7922493 +79,-1.535472649,0.7321497267,425,2.535303836,-0.112984496,8377.0987306 +80,-1.539457899,0.7305333307,425,2.535303836,-0.112984496,8368.4934356 +81,-1.537453161,0.7305750503,425,2.535303836,-0.112984496,8373.9432049 +82,-1.535479385,0.7306124949,425,2.535303836,-0.112984496,8379.3100553 +83,-1.53946905,0.7290102593,425,2.535303836,-0.112984496,8370.6483083 +84,-1.537459922,0.7290417293,425,2.535303836,-0.112984496,8376.1344212 +85,-1.535451349,0.7290890157,425,2.535303836,-0.112984496,8381.5921512 +86,-1.535522937,0.7279887191,425,2.535303836,-0.112984496,8382.9846187 +87,-1.539442524,0.7274735939,425,2.535303836,-0.112984496,8372.9216451 +88,-1.537424111,0.727521351,425,2.535303836,-0.112984496,8378.4194564 +89,-1.539384641,0.7259505092,425,2.535303836,-0.112984496,8375.2575886 +90,-1.537372391,0.7259947145,425,2.535303836,-0.112984496,8380.7529132 +91,-1.535340789,0.7260435356,425,2.535303836,-0.112984496,8386.2908508 +92,-1.539325716,0.7244369706,425,2.535303836,-0.112984496,8377.5785248 +93,-1.537308932,0.7244801057,425,2.535303836,-0.112984496,8383.0972487 +94,-1.535289068,0.7245247645,425,2.535303836,-0.112984496,8388.6181591 +95,-1.533261366,0.7245550236,425,2.535303836,-0.112984496,8394.1773103 +96,-1.539267302,0.722921924,425,2.535303836,-0.112984496,8379.8959463 +97,-1.537248972,0.7229660258,425,2.535303836,-0.112984496,8385.4269222 +98,-1.535219431,0.7229916471,425,2.535303836,-0.112984496,8391.0112904 +99,-1.53318962,0.7230212049,425,2.535303836,-0.112984496,8396.5867514 +100,-1.531154816,0.7230299897,425,2.535303836,-0.112984496,8402.2020084 +101,-1.528878341,0.7230370244,425,2.535303836,-0.112984496,8408.4836982 +102,-1.539218189,0.7214009878,425,2.535303836,-0.112984496,8382.1916264 +103,-1.537198791,0.7214422745,425,2.535303836,-0.112984496,8387.7389857 +104,-1.535179266,0.7214634354,425,2.535303836,-0.112984496,8393.3113809 +105,-1.533156501,0.7214944644,425,2.535303836,-0.112984496,8398.8746917 +106,-1.53113574,0.7215166021,425,2.535303836,-0.112984496,8404.4412485 +107,-1.528874248,0.7215345535,425,2.535303836,-0.112984496,8410.6761656 +108,-1.539217656,0.7198512397,425,2.535303836,-0.112984496,8384.3885537 +109,-1.537199919,0.7199428763,425,2.535303836,-0.112984496,8389.869397 +110,-1.545425832,0.727397149,425,2.535303836,-0.112984496,8356.5076199 +111,-1.543371177,0.7273916949,425,2.535303836,-0.112984496,8362.1929747 +112,-1.541368852,0.7274523163,425,2.535303836,-0.112984496,8367.6361298 +113,-1.545349067,0.7258710923,425,2.535303836,-0.112984496,8358.8722927 +114,-1.54332671,0.7258603556,425,2.535303836,-0.112984496,8364.4851607 +115,-1.541346831,0.7259242142,425,2.535303836,-0.112984496,8369.8711146 +116,-1.545324355,0.7243383958,425,2.535303836,-0.112984496,8361.0978189 +117,-1.543292796,0.7243617413,425,2.535303836,-0.112984496,8366.6974351 +118,-1.541295822,0.7244024384,425,2.535303836,-0.112984496,8372.1727675 +119,-1.543193859,0.7205570215,425,2.535303836,-0.112984496,8372.3301221 +120,-1.550257047,0.7386738187,425,2.535303836,-0.112984496,8327.2581434 +121,-1.549335448,0.7311736483,425,2.535303836,-0.112984496,8340.3926401 +122,-1.533478843,0.7179891343,425,2.535303836,-0.112984496,8403.0018957 +123,-1.556150555,0.738907041,425,2.535303836,-0.112984496,8310.8037397 +124,-1.554324226,0.733414257,425,2.535303836,-0.112984496,8323.5075149 +125,-1.554290846,0.7288285332,425,2.535303836,-0.112984496,8329.9848429 +126,-1.55122487,0.7219795312,425,2.535303836,-0.112984496,8347.9862584 +127,-1.525104458,0.7229399862,425,2.535303836,-0.112984496,8419.0459713 +128,-1.519607711,0.7236181429,425,2.535303836,-0.112984496,8433.1962159 +129,-1.513899999,0.7251107854,425,2.535303836,-0.112984496,8446.6495154 +130,-1.536620762,0.7431061895,425,2.535303836,-0.112984496,8357.9558917 +131,-1.5369566,0.7460845958,425,2.535303836,-0.112984496,8352.6586862 +132,-1.545345528,0.7447040685,425,2.535303836,-0.112984496,8331.9834725 +133,-1.532813921,0.7432306626,425,2.535303836,-0.112984496,8368.0740701 +134,-1.554788248,0.7382381001,425,2.535303836,-0.112984496,8315.4739031 +135,-1.540348126,0.7301594274,425,2.535303836,-0.112984496,8366.5815003 +136,-1.538016084,0.7239051786,425,2.535303836,-0.112984496,8381.961933 +137,-1.525288962,0.7258085137,425,2.535303836,-0.112984496,8414.3283076 +138,-1.534326986,0.731241342,425,2.535303836,-0.112984496,8381.5596581 +139,-1.530733872,0.7303625216,425,2.535303836,-0.112984496,8392.6947804 +141,-1.534354939,0.7328219978,425,2.535303836,-0.112984496,8379.1826264 +142,-1.53157084,0.7292888153,425,2.535303836,-0.112984496,8391.9663046 +143,-1.525691035,0.7263799874,425,2.535303836,-0.112984496,8412.3823181 +144,-1.534031287,0.7495967835,425,2.535303836,-0.112984496,8355.3217875 +145,-1.527714986,0.7283095957,425,2.535303836,-0.112984496,8403.9865644 +146,-1.526189586,0.7271468292,425,2.535303836,-0.112984496,8409.8845557 +147,-1.555177336,0.7375563366,425,2.535303836,-0.112984496,8315.3649296 +148,-1.555080283,0.7312707794,425,2.535303836,-0.112984496,8324.4103452 +149,-1.53856994,0.7224180299,425,2.535303836,-0.112984496,8382.5461293 +150,-1.530837883,0.729933372,425,2.535303836,-0.112984496,8393.0370782 +151,-1.515066984,0.5854133365,425,2.535303836,-0.112984496,8630.9514487 +152,-1.534731633,0.5368370046,425,2.535303836,-0.112984496,8620.37313 +153,-1.515231902,0.5607085576,425,2.535303836,-0.112984496,8658.6826919 +154,-2.616253799,1.0684566605,425,2.535303836,-0.112984496,5806.8559385 +155,-1.956071439,0.5792177723,425,2.535303836,-0.112984496,7198.2862657 +156,-1.951208514,0.5602434208,425,2.535303836,-0.112984496,7216.3479332 +157,-1.944675062,0.6062144545,425,2.535303836,-0.112984496,7232.2546474 +158,-1.613778386,0.6077989518,425,2.535303836,-0.112984496,8295.6291825 +159,-2.035029014,0.6021432345,425,2.535303836,-0.112984496,6937.9820831 +160,-2.114989471,0.6801825058,425,2.535303836,-0.112984496,6693.7923182 +161,-2.037382079,0.5765830025,425,2.535303836,-0.112984496,6928.5713915 +162,-2.129855121,0.6585019963,425,2.535303836,-0.112984496,6642.9574666 +163,-2.075141798,0.6493615843,425,2.535303836,-0.112984496,6813.163288 +164,-1.828626729,0.6948433129,425,2.535303836,-0.112984496,7565.7758334 +165,-1.863329418,0.6735427691,425,2.535303836,-0.112984496,7470.4872528 +166,-1.266037071,0.727988852,425,2.535303836,-0.112984496,9082.9500906 +167,-1.277579582,0.7249010648,425,2.535303836,-0.112984496,9062.1391459 +168,-1.258418684,0.7241194816,425,2.535303836,-0.112984496,9110.2166324 +169,-1.317813974,0.6804850104,425,2.535303836,-0.112984496,9055.3050854 +170,-1.344165204,0.6790988904,425,2.535303836,-0.112984496,8987.7378503 +171,-1.427582102,0.5277120351,425,2.535303836,-0.112984496,8981.1686925 +172,-1.402238616,0.457167829,425,2.535303836,-0.112984496,9148.9735941 +173,-1.422454264,0.4996161999,425,2.535303836,-0.112984496,9032.3249821 +174,-1.439089277,0.4894859811,425,2.535303836,-0.112984496,8988.4525646 +175,-1.448126995,0.5182330266,425,2.535303836,-0.112984496,8925.5885465 +176,-1.474626146,0.5881926574,425,2.535303836,-0.112984496,8754.2543657 +177,-1.421139645,0.5584869783,425,2.535303836,-0.112984496,8961.414379 +178,-1.457037165,0.565943032,425,2.535303836,-0.112984496,8838.1657917 +179,-2.757159358,0.3745319,425,2.535303836,-0.112984496,4303.5904159 +180,-2.714309238,0.342054471,425,2.535303836,-0.112984496,4411.9366735 +181,-2.000525337,0.774119946,425,2.535303836,-0.112984496,7034.0989465 +183,-1.571413436,0.6777838382,425,2.535303836,-0.112984496,8347.9940551 +184,-1.552860289,0.6987663893,425,2.535303836,-0.112984496,8374.8560331 +185,-1.521852374,0.7165827476,425,2.535303836,-0.112984496,8437.3474109 +186,-1.503656267,0.6928968252,425,2.535303836,-0.112984496,8523.0227153 +187,-1.502753178,0.7136205882,425,2.535303836,-0.112984496,8494.6925362 +188,-1.631894563,0.7343596465,425,2.535303836,-0.112984496,8106.4311655 +189,-1.653765416,0.6770714026,425,2.535303836,-0.112984496,8104.8729529 +190,-1.719812114,0.6715965947,425,2.535303836,-0.112984496,7910.7881378 +191,-1.493406659,0.6646955447,425,2.535303836,-0.112984496,8593.2681547 +192,-1.469120564,0.6613469966,425,2.535303836,-0.112984496,8668.620224 +193,-1.590551461,0.5326612937,425,2.535303836,-0.112984496,8439.2722253 +194,-1.625979264,0.5247742243,425,2.535303836,-0.112984496,8326.9157203 +195,-1.572293943,0.5238808754,425,2.535303836,-0.112984496,8507.8085113 +196,-1.610848725,0.5477107964,425,2.535303836,-0.112984496,8359.1993124 +197,-1.208485554,0.7918526018,425,2.535303836,-0.112984496,9053.3837691 +198,-1.335601374,0.6869083083,425,2.535303836,-0.112984496,8995.3181167 +199,-1.346156996,0.6825213377,425,2.535303836,-0.112984496,8975.765376 +200,-1.324381037,0.6741422347,425,2.535303836,-0.112984496,9050.5466177 +201,-1.242424992,0.7378949807,425,2.535303836,-0.112984496,9115.2873904 +202,-1.270370057,0.7392461008,425,2.535303836,-0.112984496,9046.5093718 +203,-1.448950472,0.7441675014,425,2.535303836,-0.112984496,8589.7249319 +204,-1.492662363,0.7523026852,425,2.535303836,-0.112984496,8461.2060444 +205,-1.479098966,0.7763855017,425,2.535303836,-0.112984496,8456.0402674 +206,-1.633760714,0.7869022408,425,2.535303836,-0.112984496,8037.708104 +207,-1.647406434,0.8101289331,425,2.535303836,-0.112984496,7972.8016091 +208,-1.564245052,0.5701509278,425,2.535303836,-0.112984496,8490.7327767 +209,-1.646289963,0.6833746083,425,2.535303836,-0.112984496,8120.7579389 +210,-1.5820631,0.6751952144,425,2.535303836,-0.112984496,8319.8158424 +211,-1.613236298,0.6681681791,425,2.535303836,-0.112984496,8235.29299 +212,-1.914661867,0.8212566515,425,2.535303836,-0.112984496,7256.1544303 +213,-1.742133237,0.7250275956,425,2.535303836,-0.112984496,7800.833752 +214,-2.033144872,0.6557314699,425,2.535303836,-0.112984496,6945.7125744 +215,-2.039551981,0.6964723658,425,2.535303836,-0.112984496,6926.0400503 +216,-1.247341019,0.7622473908,425,2.535303836,-0.112984496,9044.7724238 +217,-1.298239787,0.7084123392,425,2.535303836,-0.112984496,9047.4649041 +218,-1.308539688,0.6926545592,425,2.535303836,-0.112984496,9054.5798217 +219,-1.303263185,0.6888938396,425,2.535303836,-0.112984496,9076.123851 +220,-1.852400229,0.6004246149,425,2.535303836,-0.112984496,7534.0477697 +221,-1.288947707,0.7473773692,425,2.535303836,-0.112984496,8983.7048414 +222,-1.372031502,0.7472790993,425,2.535303836,-0.112984496,8780.9452641 +223,-1.289805721,0.7242157877,425,2.535303836,-0.112984496,9033.8101485 +224,-1.350807603,0.7533498126,425,2.535303836,-0.112984496,8821.1735362 +225,-1.329290365,0.7560442322,425,2.535303836,-0.112984496,8867.8250266 +226,-1.410153004,0.616936428,425,2.535303836,-0.112984496,8909.4577777 +227,-1.393445434,0.6308995063,425,2.535303836,-0.112984496,8936.1262066 +228,-1.37595573,0.6241540638,425,2.535303836,-0.112984496,8998.2409369 +229,-1.358388707,0.6172645205,425,2.535303836,-0.112984496,9061.0782837 +230,-1.753741133,0.8281661666,425,2.535303836,-0.112984496,7676.7655318 +231,-1.47430987,0.6834615681,425,2.535303836,-0.112984496,8620.2713516 +232,-1.421012508,0.7222725206,425,2.535303836,-0.112984496,8702.0273355 +233,-1.4476833,0.6978557868,425,2.535303836,-0.112984496,8671.8307473 +234,-1.470370723,0.6966193374,425,2.535303836,-0.112984496,8610.8944928 +235,-1.429211703,0.7037216883,425,2.535303836,-0.112984496,8712.5627606 +236,-1.700578405,0.6178673663,425,2.535303836,-0.112984496,8012.4667114 +237,-1.678117619,0.6331716163,425,2.535303836,-0.112984496,8070.8363235 +238,-1.725644578,0.6316331145,425,2.535303836,-0.112984496,7923.1818708 +239,-2.14012759,0.7930497945,425,2.535303836,-0.112984496,6642.9426466 +240,-2.103289431,0.7653606263,425,2.535303836,-0.112984496,6742.0636524 +241,-1.318739838,0.7017808746,425,2.535303836,-0.112984496,9009.2360983 +242,-1.396417427,0.7077900843,425,2.535303836,-0.112984496,8793.6807279 +243,-1.35650337,0.7185539404,425,2.535303836,-0.112984496,8877.8008847 +244,-1.248884539,0.7274156818,425,2.535303836,-0.112984496,9125.2073241 +245,-1.395014798,0.5761185243,425,2.535303836,-0.112984496,9017.6006199 +246,-1.433377362,0.6064716109,425,2.535303836,-0.112984496,8855.6836904 +247,-1.408172432,0.5903155476,425,2.535303836,-0.112984496,8956.1015364 +248,-1.749645898,0.7757118084,425,2.535303836,-0.112984496,7736.0213349 +249,-1.571626686,0.615046989,425,2.535303836,-0.112984496,8420.224486 +250,-1.514070049,0.6303003037,425,2.535303836,-0.112984496,8578.7179788 +251,-1.480890369,0.6237966528,425,2.535303836,-0.112984496,8687.6143039 +252,-1.704390658,0.5281680612,425,2.535303836,-0.112984496,8059.9496138 +253,-1.64434733,0.5254277498,425,2.535303836,-0.112984496,8264.5609422 +254,-1.703855997,0.4792484842,425,2.535303836,-0.112984496,8087.773322 +255,-1.692002383,0.5748825051,425,2.535303836,-0.112984496,8071.3926963 +256,-1.854136457,0.5544643913,425,2.535303836,-0.112984496,7543.351497 +257,-1.665021206,0.520317736,425,2.535303836,-0.112984496,8198.1366791 +258,-1.733654349,0.4845187345,425,2.535303836,-0.112984496,7981.4705952 +259,-1.720938188,0.5135933906,425,2.535303836,-0.112984496,8011.6035101 +260,-1.742668307,0.553296122,425,2.535303836,-0.112984496,7917.2149613 +261,-1.965659039,0.7142126903,425,2.535303836,-0.112984496,7146.9115514 +262,-1.944438071,0.6772834804,425,2.535303836,-0.112984496,7219.4143952 +263,-1.270340967,0.7681487096,425,2.535303836,-0.112984496,8978.472997 +264,-1.353091884,0.6549276821,425,2.535303836,-0.112984496,9008.9707684 +265,-1.333236659,0.6413584414,425,2.535303836,-0.112984496,9089.5475196 +266,-1.352015998,0.6753788907,425,2.535303836,-0.112984496,8973.6599982 +267,-1.377988483,0.6577816235,425,2.535303836,-0.112984496,8934.2890513 +268,-2.13075611,0.8318642051,425,2.535303836,-0.112984496,6675.7847871 +269,-2.097910953,0.8259670014,425,2.535303836,-0.112984496,6762.9347429 +270,-1.416382069,0.6694271549,425,2.535303836,-0.112984496,8806.3581464 +271,-1.538905672,0.7535625993,425,2.535303836,-0.112984496,8336.3454917 +272,-1.572309477,0.7803125099,425,2.535303836,-0.112984496,8208.7382494 +273,-1.87759879,0.7503853417,425,2.535303836,-0.112984496,7392.7343475 +274,1.152365588,0.590457682,425,2.535303836,-0.112984496,5859.4771084 +275,0.350198001,0.718001859,425,2.535303836,-0.112984496,8321.099952 +276,0.046513677,0.491503852,425,2.535303836,-0.112984496,9575.6718214 +277,0.027510309,0.742571376,425,2.535303836,-0.112984496,9109.3520148 +278,0.306285725,-0.214631579,425,2.535303836,-0.112984496,8623.5780046 +279,-1.100564889,0.318051531,425,2.535303836,-0.112984496,10370.364175 +280,-1.078582306,0.301437596,425,2.535303836,-0.112984496,10470.320233 +281,-1.137371989,-0.617634065,425,2.535303836,-0.112984496,8937.8248763 +282,0.784356344,0.703272339,425,2.535303836,-0.112984496,7054.7347469 +283,-1.221209947,0.218327455,425,2.535303836,-0.112984496,10007.770418 +284,2.347301921,-0.449114658,425,2.535303836,-0.112984496,1509.4274199 +285,0.246820618,0.830553713,425,2.535303836,-0.112984496,8406.4401681 +286,0.829414965,0.703288228,425,2.535303836,-0.112984496,6918.6253034 +287,-1.337537566,0.42332223,425,2.535303836,-0.112984496,9409.3539382 +288,0.882453706,0.454478077,425,2.535303836,-0.112984496,6709.0322892 +289,1.575629659,0.416419109,425,2.535303836,-0.112984496,4257.754702 +290,-1.039455679,0.229888244,425,2.535303836,-0.112984496,10692.352866 +291,0.489558039,0.934482747,425,2.535303836,-0.112984496,7683.5475142 +292,0.081344504,0.88384514,425,2.535303836,-0.112984496,8644.1533546 +293,-1.547979814,0.300350308,425,2.535303836,-0.112984496,8730.6407043 +294,0.040776181,0.168560074,425,2.535303836,-0.112984496,9897.9007126 +295,-1.130374745,0.563894876,425,2.535303836,-0.112984496,9812.4721568 +296,1.578326642,0.478507176,425,2.535303836,-0.112984496,4345.8465039 +297,-1.12861823,-0.291640865,425,2.535303836,-0.112984496,9844.8855051 +298,0.310524208,0.770885792,425,2.535303836,-0.112984496,8351.6631209 +299,0.415649091,-0.387246002,425,2.535303836,-0.112984496,8015.2016693 +300,-0.926533878,-0.188022748,425,2.535303836,-0.112984496,10707.151429 +301,1.258856172,-0.11716081,425,2.535303836,-0.112984496,5017.2387351 +302,-1.126050026,0.322941926,425,2.535303836,-0.112984496,10273.484624 +303,2.002785835,0.07893892,425,2.535303836,-0.112984496,2238.7543312 +304,0.440437607,0.746258085,425,2.535303836,-0.112984496,8033.6805825 +305,-0.030391866,0.214441206,425,2.535303836,-0.112984496,10159.500204 +306,0.521557815,-0.058929362,425,2.535303836,-0.112984496,7932.2315355 +307,-0.097005111,0.13317729,425,2.535303836,-0.112984496,10440.609192 +308,1.83113859,0.221857587,425,2.535303836,-0.112984496,3072.5913161 +309,0.222428864,0.099404236,425,2.535303836,-0.112984496,9180.4980865 +310,-1.702731345,0.8728568183,425,2.535303836,-0.112984496,7757.536114 +311,-0.418507569,0.278324921,425,2.535303836,-0.112984496,11464.141435 +312,-1.41153306,0.339029988,425,2.535303836,-0.112984496,9220.8200884 +313,0.357560442,0.114788776,425,2.535303836,-0.112984496,8652.8547599 +314,0.325818979,0.268352149,425,2.535303836,-0.112984496,8775.9587897 +315,-1.246004659,-0.663679965,425,2.535303836,-0.112984496,8569.0569646 +316,1.814603087,0.637404484,425,2.535303836,-0.112984496,3995.9028748 +317,1.843704281,-0.18300445,425,2.535303836,-0.112984496,2721.8204841 +318,1.690644492,-0.211480909,425,2.535303836,-0.112984496,3320.5482196 +319,-1.275451936,0.068109467,425,2.535303836,-0.112984496,9798.8225 +320,0.762430171,-0.207594741,425,2.535303836,-0.112984496,6906.2430941 +321,0.265668905,-0.014647884,425,2.535303836,-0.112984496,8959.998428 +322,-2.773032013,-0.335515811,425,2.535303836,-0.112984496,3849.6642132 +323,-1.469512853,0.174058777,425,2.535303836,-0.112984496,9054.0154969 +324,0.286276986,0.785925691,425,2.535303836,-0.112984496,8389.6388896 +325,-1.379324697,0.377432233,425,2.535303836,-0.112984496,9308.3865468 +326,-1.203778265,0.212813032,425,2.535303836,-0.112984496,10077.258817 +327,0.579916301,0.611743168,425,2.535303836,-0.112984496,7722.8839805 +328,0.267582642,0.868113908,425,2.535303836,-0.112984496,8287.6996387 +329,0.412869244,-0.050245578,425,2.535303836,-0.112984496,8362.1849165 +330,0.17524381,0.976660285,425,2.535303836,-0.112984496,8242.3672505 +331,0.743157214,0.204812899,425,2.535303836,-0.112984496,7167.7351837 +332,-1.070758176,0.269382282,425,2.535303836,-0.112984496,10536.838448 +333,-1.230364251,0.329790229,425,2.535303836,-0.112984496,9890.9055897 +334,-1.374813124,-0.024926835,425,2.535303836,-0.112984496,9356.5655882 +335,0.519780566,0.463669906,425,2.535303836,-0.112984496,7994.6696653 +336,-1.55108034,0.239698561,425,2.535303836,-0.112984496,8732.8338469 +337,0.180294813,0.029739425,425,2.535303836,-0.112984496,9320.024781 +338,0.67820924,0.268170153,425,2.535303836,-0.112984496,7430.6664131 +339,0.445798684,1.024001867,425,2.535303836,-0.112984496,7648.5561932 +340,0.691751283,0.150521402,425,2.535303836,-0.112984496,7352.4257838 +341,-1.036643551,-0.903056181,425,2.535303836,-0.112984496,8162.8524783 +342,-0.120287036,1.083325163,425,2.535303836,-0.112984496,8346.986939 +343,2.823513113,-0.304487164,425,2.535303836,-0.112984496,1348.316261 +344,0.457583172,1.12513373,425,2.535303836,-0.112984496,7469.0343746 +345,0.042918831,0.813795399,425,2.535303836,-0.112984496,8898.6636686 +346,1.196146777,-0.853142756,425,2.535303836,-0.112984496,5282.5251108 +347,0.206001358,-0.010430701,425,2.535303836,-0.112984496,9195.9254043 +348,-0.268308653,0.234799412,425,2.535303836,-0.112984496,11040.804522 +349,0.759363263,0.736189579,425,2.535303836,-0.112984496,7123.6766824 +350,0.181363926,0.891988372,425,2.535303836,-0.112984496,8424.7067374 +351,-0.021111158,0.139103292,425,2.535303836,-0.112984496,10142.626412 +352,-0.093355215,0.630686981,425,2.535303836,-0.112984496,9676.3475675 +353,0.40118964,0.681375926,425,2.535303836,-0.112984496,8219.1454636 +354,-0.721197315,1.304706234,425,2.535303836,-0.112984496,7716.0946473 +355,-1.076150317,0.212107639,425,2.535303836,-0.112984496,10567.001064 +356,-1.577164531,0.273993443,425,2.535303836,-0.112984496,8626.9836475 +357,-0.190788414,0.182208586,425,2.535303836,-0.112984496,10793.611809 +358,-0.261349752,0.209710184,425,2.535303836,-0.112984496,11042.637681 +359,-1.029303852,0.083549259,425,2.535303836,-0.112984496,10772.481688 +360,-1.268609162,0.330525297,425,2.535303836,-0.112984496,9751.2848817 +361,1.282982244,-0.926641967,425,2.535303836,-0.112984496,5110.242241 +362,0.217352334,0.731352408,425,2.535303836,-0.112984496,8662.2532911 +363,-1.511833084,0.258629297,425,2.535303836,-0.112984496,8879.7003631 +364,0.338812194,0.823184618,425,2.535303836,-0.112984496,8197.4491176 +365,-0.324406489,1.134201999,425,2.535303836,-0.112984496,8322.2301836 +366,1.389579348,0.399185724,425,2.535303836,-0.112984496,4874.2024317 +367,2.047152199,-0.039082036,425,2.535303836,-0.112984496,1949.5231383 +368,0.947780369,0.568250077,425,2.535303836,-0.112984496,6518.0155235 +369,0.763824846,0.576754987,425,2.535303836,-0.112984496,7131.042321 +370,-0.142334657,0.928153068,425,2.535303836,-0.112984496,8884.9507147 +371,0.610266567,0.547265983,425,2.535303836,-0.112984496,7650.9367565 +372,0.210731629,0.746815056,425,2.535303836,-0.112984496,8651.5200762 +373,-1.34931644,0.316895224,425,2.535303836,-0.112984496,9465.7720593 +374,2.407696481,0.655030745,425,2.535303836,-0.112984496,3078.4657422 +375,0.64207831,0.545359131,425,2.535303836,-0.112984496,7544.2185 +376,1.174597538,0.840588356,425,2.535303836,-0.112984496,6007.0488173 +377,0.660059424,0.010604079,425,2.535303836,-0.112984496,7424.8021043 +378,-0.730263819,0.010486456,425,2.535303836,-0.112984496,11807.574467 +379,0.831068936,0.512339172,425,2.535303836,-0.112984496,6900.5505542 +380,1.301180979,0.72367476,425,2.535303836,-0.112984496,5539.9413815 +381,1.811128231,0.322854402,425,2.535303836,-0.112984496,3313.4812958 +382,0.435105812,0.992284428,425,2.535303836,-0.112984496,7717.9365732 +383,0.62643634,0.592027932,425,2.535303836,-0.112984496,7580.8392472 +384,0.492988703,-0.516339467,425,2.535303836,-0.112984496,7582.7652051 +385,-0.162469483,0.112549365,425,2.535303836,-0.112984496,10697.230071 +386,0.314630866,0.472006421,425,2.535303836,-0.112984496,8705.6387448 +387,0.166744804,0.822815954,425,2.535303836,-0.112984496,8606.9644653 +388,0.417159608,0.965805736,425,2.535303836,-0.112984496,7795.2401023 +389,0.106334961,0.868774244,425,2.535303836,-0.112984496,8631.9401436 +390,0.815086969,-0.338144359,425,2.535303836,-0.112984496,6627.200943 +391,0.59867455,-0.230624824,425,2.535303836,-0.112984496,7513.2415989 +392,1.915104874,0.066220985,425,2.535303836,-0.112984496,2553.2519425 +393,1.278093622,0.064463721,425,2.535303836,-0.112984496,5020.8255362 +394,-0.061477853,0.302997961,425,2.535303836,-0.112984496,10206.730181 +395,0.251311504,0.626976942,425,2.535303836,-0.112984496,8734.2550291 +396,2.950242872,0.149095644,425,2.535303836,-0.112984496,1939.7310529 +397,-0.180294708,0.35375117,425,2.535303836,-0.112984496,10549.9359 +398,1.010448592,-0.351180233,425,2.535303836,-0.112984496,5898.2205273 +399,-1.748740498,0.3686318073,425,2.535303836,-0.112984496,7963.3552205 +400,2.699635665,0.123533791,425,2.535303836,-0.112984496,1139.9082618 +401,0.496808033,0.823843254,425,2.535303836,-0.112984496,7796.2477427 +402,0.129574704,0.763364087,425,2.535303836,-0.112984496,8821.0623475 +403,1.798920311,0.817447563,425,2.535303836,-0.112984496,4499.0536277 +404,0.335987953,0.746786541,425,2.535303836,-0.112984496,8320.2511059 +405,-1.085413643,0.292154671,425,2.535303836,-0.112984496,10457.301053 +406,-0.155321003,0.508207011,425,2.535303836,-0.112984496,10144.053832 +407,0.620529244,-0.301175104,425,2.535303836,-0.112984496,7373.1159252 +408,1.684402744,0.368716966,425,2.535303836,-0.112984496,3817.4428111 +409,0.300582244,-0.386397212,425,2.535303836,-0.112984496,8409.6187821 +410,2.913555946,-0.009225192,425,2.535303836,-0.112984496,1550.2192944 +411,1.465101417,0.493232532,425,2.535303836,-0.112984496,4734.8856239 +412,0.090612882,0.907955955,425,2.535303836,-0.112984496,8565.4896539 +413,2.987564726,-0.729568594,425,2.535303836,-0.112984496,2913.9456642 +414,-1.484261606,0.224149272,425,2.535303836,-0.112984496,8992.5853518 +415,0.164073421,0.303955133,425,2.535303836,-0.112984496,9372.4776848 +416,0.141441293,0.167552546,425,2.535303836,-0.112984496,9505.0218024 +417,2.931321023,-0.506718887,425,2.535303836,-0.112984496,2150.1948697 +418,2.21951565,0.700596356,425,2.535303836,-0.112984496,3422.6186642 +419,0.268112576,1.199114336,425,2.535303836,-0.112984496,7581.4416781 +420,0.978913739,0.359223811,425,2.535303836,-0.112984496,6325.8520623 +421,1.210898818,0.522863584,425,2.535303836,-0.112984496,5610.8136257 +422,2.347397336,0.129231362,425,2.535303836,-0.112984496,1213.140675 +423,0.614394501,0.556878345,425,2.535303836,-0.112984496,7633.6654159 +424,-1.398079356,0.148483366,425,2.535303836,-0.112984496,9332.7951549 +425,2.535303836,-0.112984496,425,2.535303836,-0.112984496,0 +426,-1.019372593,-0.405322349,425,2.535303836,-0.112984496,9841.643388 +427,-1.297785627,-0.160104069,425,2.535303836,-0.112984496,9507.7186135 +428,2.144554488,0.205051084,425,2.535303836,-0.112984496,1989.2196068 +429,-2.242387083,-0.426171285,425,2.535303836,-0.112984496,5802.674132 +430,0.338637212,0.909723676,425,2.535303836,-0.112984496,8054.6597377 +431,-0.148798452,0.691042401,425,2.535303836,-0.112984496,9634.1223863 +432,0.893524764,0.441829531,425,2.535303836,-0.112984496,6666.1400701 +433,0.969229347,-0.368847936,425,2.535303836,-0.112984496,6043.5194937 +434,0.436043248,0.800045688,425,2.535303836,-0.112984496,7982.1655637 +435,1.687946607,1.081504775,425,2.535303836,-0.112984496,5385.3935684 +436,0.522302046,-0.034889271,425,2.535303836,-0.112984496,7943.2271655 +437,-0.178996113,-0.438090009,425,2.535303836,-0.112984496,9709.6211842 +438,-1.094339566,0.301444068,425,2.535303836,-0.112984496,10413.807821 +439,-1.064070054,0.242569932,425,2.535303836,-0.112984496,10588.610662 +440,-1.068153768,0.230387998,425,2.535303836,-0.112984496,10583.83803 +441,-3.00496892,-0.23989155,425,2.535303836,-0.112984496,2936.020473 +442,0.21751974,0.766874888,425,2.535303836,-0.112984496,8597.1661571 +443,0.117229532,0.007619006,425,2.535303836,-0.112984496,9554.4898043 +444,0.777758451,0.420554741,425,2.535303836,-0.112984496,7077.953919 +445,-0.252356999,0.250747086,425,2.535303836,-0.112984496,10962.334265 +446,0.363148444,0.768483434,425,2.535303836,-0.112984496,8216.4656788 +447,0.903191366,-0.118210676,425,2.535303836,-0.112984496,6408.8163354 +448,-0.205755923,0.149406178,425,2.535303836,-0.112984496,10864.642949 +449,1.811996086,0.02364353,425,2.535303836,-0.112984496,2910.5278548 +450,-1.100670221,0.314845373,425,2.535303836,-0.112984496,10374.186406 +451,0.340078597,0.850105132,425,2.535303836,-0.112984496,8151.2727088 +452,0.258757267,0.804969236,425,2.535303836,-0.112984496,8425.0683636 +453,2.78505352,-0.155160804,425,2.535303836,-0.112984496,994.39180603 +454,0.800551619,0.105822106,425,2.535303836,-0.112984496,6911.3780925 +455,0.437940882,-0.506194031,425,2.535303836,-0.112984496,7774.8068133 +456,2.230431122,0.63458615,425,2.535303836,-0.112984496,3170.2593268 +457,0.527965361,0.127667701,425,2.535303836,-0.112984496,7987.1605582 +458,-0.063643205,0.702093448,425,2.535303836,-0.112984496,9419.8311779 +459,1.408447268,0.133010502,425,2.535303836,-0.112984496,4557.0886665 +460,0.523795955,0.280266966,425,2.535303836,-0.112984496,8019.9864714 +461,-0.975769313,0.072177659,425,2.535303836,-0.112984496,10977.841748 +462,0.549774164,-0.463663986,425,2.535303836,-0.112984496,7460.7523254 +463,0.29245874,1.095549818,425,2.535303836,-0.112984496,7780.0692168 +464,0.143625958,0.816809593,425,2.535303836,-0.112984496,8672.2734999 +465,0.671902494,0.611159853,425,2.535303836,-0.112984496,7426.4122575 +466,1.239840988,0.6724199,425,2.535303836,-0.112984496,5661.1380989 +467,0.607829703,-0.10932137,425,2.535303836,-0.112984496,7564.7903442 +468,1.763020906,0.263996692,425,2.535303836,-0.112984496,3379.0084597 +469,0.378714634,0.726066797,425,2.535303836,-0.112984496,8230.5415027 +470,2.196736143,-0.153862366,425,2.535303836,-0.112984496,1338.7638793 +471,0.01702415,0.148991565,425,2.535303836,-0.112984496,9992.7464183 +472,-2.998490902,-0.158002487,425,2.535303836,-0.112984496,2944.9401793 +473,-3.051262951,-0.346595608,425,2.535303836,-0.112984496,2832.0461122 +474,-1.069176439,0.182802941,425,2.535303836,-0.112984496,10610.145368 +475,0.167157509,0.595344954,425,2.535303836,-0.112984496,9034.3561097 +476,0.613855648,0.681746124,425,2.535303836,-0.112984496,7579.5285482 +477,1.037012736,0.682555367,425,2.535303836,-0.112984496,6282.3828797 +478,-1.253574971,0.379755746,425,2.535303836,-0.112984496,9752.8047563 +479,3.108590453,-0.132620738,425,2.535303836,-0.112984496,2254.5129244 +480,0.565301296,0.022333262,425,2.535303836,-0.112984496,7802.9357609 +481,0.547898238,0.855555614,425,2.535303836,-0.112984496,7633.1890011 +482,0.948309381,0.417393755,425,2.535303836,-0.112984496,6461.3803719 +483,-0.050600732,0.945269213,425,2.535303836,-0.112984496,8700.2512784 +484,-0.977651478,-0.572363064,425,2.535303836,-0.112984496,9390.1910166 +485,1.102014914,0.728861163,425,2.535303836,-0.112984496,6116.9197274 +486,2.927300795,-0.282939414,425,2.535303836,-0.112984496,1662.3392042 +487,-1.154565557,0.124434095,425,2.535303836,-0.112984496,10287.334042 +488,1.855331234,0.291044755,425,2.535303836,-0.112984496,3107.1533471 +489,0.830290659,0.276904518,425,2.535303836,-0.112984496,6853.2763139 +490,0.485104466,-0.234867441,425,2.535303836,-0.112984496,7936.5699768 +491,0.521367572,-0.33161327,425,2.535303836,-0.112984496,7706.6786321 +1,-1.539031704,0.7349710123,426,-1.019372593,-0.405322349,4901.0231335 +2,-1.536990553,0.7349663874,426,-1.019372593,-0.405322349,4898.1151851 +3,-1.534951779,0.7349571355,426,-1.019372593,-0.405322349,4895.2040948 +4,-1.532906461,0.7349480293,426,-1.019372593,-0.405322349,4892.2938666 +5,-1.531320211,0.7346937278,426,-1.019372593,-0.405322349,4889.1826925 +6,-1.539451648,0.7335131775,426,-1.019372593,-0.405322349,4896.5642886 +7,-1.537429487,0.7335445708,426,-1.019372593,-0.405322349,4893.8012092 +8,-1.535484998,0.7335658704,426,-1.019372593,-0.405322349,4891.1225015 +9,-1.533488396,0.7336036027,426,-1.019372593,-0.405322349,4888.436415 +10,-1.531497785,0.7335842962,426,-1.019372593,-0.405322349,4885.5696991 +11,-1.530259379,0.7334777758,426,-1.019372593,-0.405322349,4883.4616559 +12,-1.5335454,0.7322346912,426,-1.019372593,-0.405322349,4883.7568115 +13,-1.531489083,0.7322238773,426,-1.019372593,-0.405322349,4880.8223512 +14,-1.530011122,0.7321679851,426,-1.019372593,-0.405322349,4878.5516613 +15,-1.53348106,0.7306614094,426,-1.019372593,-0.405322349,4878.1960569 +16,-1.531441779,0.7306962275,426,-1.019372593,-0.405322349,4875.4392037 +17,-1.529755654,0.7306933243,426,-1.019372593,-0.405322349,4873.056893 +18,-1.533415048,0.7291384674,426,-1.019372593,-0.405322349,4872.8083826 +19,-1.531392093,0.7291705353,426,-1.019372593,-0.405322349,4870.0600133 +20,-1.529296523,0.7291214933,426,-1.019372593,-0.405322349,4866.9367586 +21,-1.535280942,0.727267644,426,-1.019372593,-0.405322349,4868.9579905 +22,-1.533378158,0.7276139666,426,-1.019372593,-0.405322349,4867.4570173 +23,-1.531340368,0.7276446587,426,-1.019372593,-0.405322349,4864.6777934 +24,-1.528960113,0.7276398177,426,-1.019372593,-0.405322349,4861.3023153 +25,-1.533313146,0.7260818349,426,-1.019372593,-0.405322349,4862.0397342 +26,-1.531259555,0.7260958115,426,-1.019372593,-0.405322349,4859.1749536 +27,-1.528926415,0.7260865555,426,-1.019372593,-0.405322349,4855.844751 +28,-1.531226779,0.7245511789,426,-1.019372593,-0.405322349,4853.7552965 +29,-1.528904772,0.7245519194,426,-1.019372593,-0.405322349,4850.4696919 +30,-1.547195875,0.7409785979,426,-1.019372593,-0.405322349,4933.44419 +31,-1.5451475,0.740980426,426,-1.019372593,-0.405322349,4930.5312158 +32,-1.543097679,0.7409798872,426,-1.019372593,-0.405322349,4927.6175704 +33,-1.540720364,0.7409892687,426,-1.019372593,-0.405322349,4924.285129 +34,-1.547188511,0.7395198392,426,-1.019372593,-0.405322349,4928.3920758 +35,-1.545148587,0.7395226109,426,-1.019372593,-0.405322349,4925.4892922 +36,-1.543104538,0.7395314908,426,-1.019372593,-0.405322349,4922.6113183 +37,-1.540727751,0.7395306258,426,-1.019372593,-0.405322349,4919.2381511 +38,-1.547187029,0.7380014886,426,-1.019372593,-0.405322349,4923.1431208 +39,-1.545147315,0.7380012252,426,-1.019372593,-0.405322349,4920.2248007 +40,-1.54310719,0.7380060743,426,-1.019372593,-0.405322349,4917.3331032 +41,-1.540719671,0.7380068206,426,-1.019372593,-0.405322349,4913.9440669 +42,-1.547187189,0.7364799098,426,-1.019372593,-0.405322349,4917.886103 +43,-1.545149996,0.7364853874,426,-1.019372593,-0.405322349,4914.985885 +44,-1.543106091,0.7364823484,426,-1.019372593,-0.405322349,4912.0561492 +45,-1.540717158,0.7364893901,426,-1.019372593,-0.405322349,4908.6806813 +46,-1.538663972,0.7410138672,426,-1.019372593,-0.405322349,4921.4702549 +47,-1.53695285,0.7409699132,426,-1.019372593,-0.405322349,4918.9117244 +48,-1.534910498,0.7409641297,426,-1.019372593,-0.405322349,4916.028714 +49,-1.533145034,0.7409536636,426,-1.019372593,-0.405322349,4913.525235 +50,-1.538681336,0.7395405883,426,-1.019372593,-0.405322349,4916.3813752 +51,-1.536999189,0.7395183096,426,-1.019372593,-0.405322349,4913.9345394 +52,-1.534923633,0.7395144222,426,-1.019372593,-0.405322349,4911.0063058 +53,-1.533267822,0.7395654306,426,-1.019372593,-0.405322349,4908.8656374 +54,-1.53867273,0.7380151077,426,-1.019372593,-0.405322349,4911.0754285 +55,-1.536980576,0.7379994392,426,-1.019372593,-0.405322349,4908.6331071 +56,-1.534931522,0.7379944961,426,-1.019372593,-0.405322349,4905.7331431 +57,-1.533387952,0.7379480264,426,-1.019372593,-0.405322349,4903.4062336 +58,-1.538682279,0.7364914363,426,-1.019372593,-0.405322349,4905.8021532 +59,-1.536980704,0.7364810563,426,-1.019372593,-0.405322349,4903.3604579 +60,-1.534935567,0.7364752065,426,-1.019372593,-0.405322349,4900.4575511 +61,-1.533042592,0.7363876366,426,-1.019372593,-0.405322349,4897.4933699 +62,-1.545143426,0.7349628011,426,-1.019372593,-0.405322349,4909.7111304 +63,-1.543105297,0.7349691947,426,-1.019372593,-0.405322349,4906.8169664 +64,-1.541064533,0.7349647152,426,-1.019372593,-0.405322349,4903.8909555 +65,-1.545411803,0.7334624714,426,-1.019372593,-0.405322349,4904.908894 +66,-1.543446606,0.7334780896,426,-1.019372593,-0.405322349,4902.1445389 +67,-1.541475327,0.7334957295,426,-1.019372593,-0.405322349,4899.3874882 +68,-1.545401939,0.731963266,426,-1.019372593,-0.405322349,4899.712362 +69,-1.54342253,0.7319915583,426,-1.019372593,-0.405322349,4896.9664251 +70,-1.541455867,0.7320216438,426,-1.019372593,-0.405322349,4894.2541314 +71,-1.545410146,0.7304422281,426,-1.019372593,-0.405322349,4894.4671134 +72,-1.543435491,0.7304713664,426,-1.019372593,-0.405322349,4891.7256834 +73,-1.541463105,0.7304997613,426,-1.019372593,-0.405322349,4888.9941141 +74,-1.545414768,0.7289194936,426,-1.019372593,-0.405322349,4889.2116281 +75,-1.543435774,0.7289538557,426,-1.019372593,-0.405322349,4886.4767892 +76,-1.541457714,0.7289765881,426,-1.019372593,-0.405322349,4883.7122969 +77,-1.539449415,0.7320555866,426,-1.019372593,-0.405322349,4891.5076267 +78,-1.537429183,0.7321097681,426,-1.019372593,-0.405322349,4888.8213137 +79,-1.535472649,0.7321497267,426,-1.019372593,-0.405322349,4886.1855888 +80,-1.539457899,0.7305333307,426,-1.019372593,-0.405322349,4886.2427935 +81,-1.537453161,0.7305750503,426,-1.019372593,-0.405322349,4883.5299493 +82,-1.535479385,0.7306124949,426,-1.019372593,-0.405322349,4880.8557706 +83,-1.53946905,0.7290102593,426,-1.019372593,-0.405322349,4880.9797469 +84,-1.537459922,0.7290417293,426,-1.019372593,-0.405322349,4878.2197743 +85,-1.535451349,0.7290890157,426,-1.019372593,-0.405322349,4875.5250981 +86,-1.535522937,0.7279887191,426,-1.019372593,-0.405322349,4871.8061948 +87,-1.539442524,0.7274735939,426,-1.019372593,-0.405322349,4875.6164198 +88,-1.537424111,0.727521351,426,-1.019372593,-0.405322349,4872.8944921 +89,-1.539384641,0.7259505092,426,-1.019372593,-0.405322349,4870.2557726 +90,-1.537372391,0.7259947145,426,-1.019372593,-0.405322349,4867.5253147 +91,-1.535340789,0.7260435356,426,-1.019372593,-0.405322349,4864.7930139 +92,-1.539325716,0.7244369706,426,-1.019372593,-0.405322349,4864.9271696 +93,-1.537308932,0.7244801057,426,-1.019372593,-0.405322349,4862.1815278 +94,-1.535289068,0.7245247645,426,-1.019372593,-0.405322349,4859.4465508 +95,-1.533261366,0.7245550236,426,-1.019372593,-0.405322349,4856.6602085 +96,-1.539267302,0.722921924,426,-1.019372593,-0.405322349,4859.5945408 +97,-1.537248972,0.7229660258,426,-1.019372593,-0.405322349,4856.8450353 +98,-1.535219431,0.7229916471,426,-1.019372593,-0.405322349,4854.0251496 +99,-1.53318962,0.7230212049,426,-1.019372593,-0.405322349,4851.2283643 +100,-1.531154816,0.7230299897,426,-1.019372593,-0.405322349,4848.3620863 +101,-1.528878341,0.7230370244,426,-1.019372593,-0.405322349,4845.1572419 +102,-1.539218189,0.7214009878,426,-1.019372593,-0.405322349,4854.2554029 +103,-1.537198791,0.7214422745,426,-1.019372593,-0.405322349,4851.4895301 +104,-1.535179266,0.7214634354,426,-1.019372593,-0.405322349,4848.6634412 +105,-1.533156501,0.7214944644,426,-1.019372593,-0.405322349,4845.8767003 +106,-1.53113574,0.7215166021,426,-1.019372593,-0.405322349,4843.0717009 +107,-1.528874248,0.7215345535,426,-1.019372593,-0.405322349,4839.9203455 +108,-1.539217656,0.7198512397,426,-1.019372593,-0.405322349,4848.8872268 +109,-1.537199919,0.7199428763,426,-1.019372593,-0.405322349,4846.2928869 +110,-1.545425832,0.727397149,426,-1.019372593,-0.405322349,4883.9676053 +111,-1.543371177,0.7273916949,426,-1.019372593,-0.405322349,4880.9806636 +112,-1.541368852,0.7274523163,426,-1.019372593,-0.405322349,4878.3074166 +113,-1.545349067,0.7258710923,426,-1.019372593,-0.405322349,4878.5842787 +114,-1.54332671,0.7258603556,426,-1.019372593,-0.405322349,4875.6206739 +115,-1.541346831,0.7259242142,426,-1.019372593,-0.405322349,4872.9858441 +116,-1.545324355,0.7243383958,426,-1.019372593,-0.405322349,4873.2539827 +117,-1.543292796,0.7243617413,426,-1.019372593,-0.405322349,4870.389659 +118,-1.541295822,0.7244024384,426,-1.019372593,-0.405322349,4867.6450085 +119,-1.543193859,0.7205570215,426,-1.019372593,-0.405322349,4857.0929755 +120,-1.550257047,0.7386738187,426,-1.019372593,-0.405322349,4929.871714 +121,-1.549335448,0.7311736483,426,-1.019372593,-0.405322349,4902.6665246 +122,-1.533478843,0.7179891343,426,-1.019372593,-0.405322349,4834.1634073 +123,-1.556150555,0.738907041,426,-1.019372593,-0.405322349,4939.1909877 +124,-1.554324226,0.733414257,426,-1.019372593,-0.405322349,4917.6357382 +125,-1.554290846,0.7288285332,426,-1.019372593,-0.405322349,4901.8086859 +126,-1.55122487,0.7219795312,426,-1.019372593,-0.405322349,4873.7391083 +127,-1.525104458,0.7229399862,426,-1.019372593,-0.405322349,4839.4921263 +128,-1.519607711,0.7236181429,426,-1.019372593,-0.405322349,4834.1649781 +129,-1.513899999,0.7251107854,426,-1.019372593,-0.405322349,4831.4881984 +130,-1.536620762,0.7431061895,426,-1.019372593,-0.405322349,4925.8686502 +131,-1.5369566,0.7460845958,426,-1.019372593,-0.405322349,4936.6888119 +132,-1.545345528,0.7447040685,426,-1.019372593,-0.405322349,4943.6971619 +133,-1.532813921,0.7432306626,426,-1.019372593,-0.405322349,4920.9901696 +134,-1.554788248,0.7382381001,426,-1.019372593,-0.405322349,4934.9130781 +135,-1.540348126,0.7301594274,426,-1.019372593,-0.405322349,4886.2192698 +136,-1.538016084,0.7239051786,426,-1.019372593,-0.405322349,4861.2024846 +137,-1.525288962,0.7258085137,426,-1.019372593,-0.405322349,4849.7584386 +138,-1.534326986,0.731241342,426,-1.019372593,-0.405322349,4881.4081169 +139,-1.530733872,0.7303625216,426,-1.019372593,-0.405322349,4873.2807604 +141,-1.534354939,0.7328219978,426,-1.019372593,-0.405322349,4886.9412067 +142,-1.53157084,0.7292888153,426,-1.019372593,-0.405322349,4870.7238568 +143,-1.525691035,0.7263799874,426,-1.019372593,-0.405322349,4852.3161036 +144,-1.534031287,0.7495967835,426,-1.019372593,-0.405322349,4944.8423672 +145,-1.527714986,0.7283095957,426,-1.019372593,-0.405322349,4861.8851662 +146,-1.526189586,0.7271468292,426,-1.019372593,-0.405322349,4855.690216 +147,-1.555177336,0.7375563366,426,-1.019372593,-0.405322349,4933.1309654 +148,-1.555080283,0.7312707794,426,-1.019372593,-0.405322349,4911.3647223 +149,-1.53856994,0.7224180299,426,-1.019372593,-0.405322349,4856.8445387 +150,-1.530837883,0.729933372,426,-1.019372593,-0.405322349,4871.933384 +151,-1.515066984,0.5854133365,426,-1.019372593,-0.405322349,4346.9258887 +152,-1.534731633,0.5368370046,426,-1.019372593,-0.405322349,4214.0777311 +153,-1.515231902,0.5607085576,426,-1.019372593,-0.405322349,4262.1118119 +154,-2.616253799,1.0684566605,426,-1.019372593,-0.405322349,7668.502565 +155,-1.956071439,0.5792177723,426,-1.019372593,-0.405322349,5262.6993227 +156,-1.951208514,0.5602434208,426,-1.019372593,-0.405322349,5201.7204672 +157,-1.944675062,0.6062144545,426,-1.019372593,-0.405322349,5303.9985601 +158,-1.613778386,0.6077989518,426,-1.019372593,-0.405322349,4592.6733059 +159,-2.035029014,0.6021432345,426,-1.019372593,-0.405322349,5521.8375472 +160,-2.114989471,0.6801825058,426,-1.019372593,-0.405322349,5909.2045421 +161,-2.037382079,0.5765830025,426,-1.019372593,-0.405322349,5466.571288 +162,-2.129855121,0.6585019963,426,-1.019372593,-0.405322349,5898.4129509 +163,-2.075141798,0.6493615843,426,-1.019372593,-0.405322349,5737.1251055 +164,-1.828626729,0.6948433129,426,-1.019372593,-0.405322349,5283.7599383 +165,-1.863329418,0.6735427691,426,-1.019372593,-0.405322349,5297.1612955 +166,-1.266037071,0.727988852,426,-1.019372593,-0.405322349,4579.371629 +167,-1.277579582,0.7249010648,426,-1.019372593,-0.405322349,4576.1046783 +168,-1.258418684,0.7241194816,426,-1.019372593,-0.405322349,4559.0448452 +169,-1.317813974,0.6804850104,426,-1.019372593,-0.405322349,4440.9761269 +170,-1.344165204,0.6790988904,426,-1.019372593,-0.405322349,4461.1247491 +171,-1.427582102,0.5277120351,426,-1.019372593,-0.405322349,4008.552503 +172,-1.402238616,0.457167829,426,-1.019372593,-0.405322349,3718.1520346 +173,-1.422454264,0.4996161999,426,-1.019372593,-0.405322349,3900.5228339 +174,-1.439089277,0.4894859811,426,-1.019372593,-0.405322349,3890.1253459 +175,-1.448126995,0.5182330266,426,-1.019372593,-0.405322349,4005.9056367 +176,-1.474626146,0.5881926574,426,-1.019372593,-0.405322349,4293.353506 +177,-1.421139645,0.5584869783,426,-1.019372593,-0.405322349,4109.7099151 +178,-1.457037165,0.565943032,426,-1.019372593,-0.405322349,4188.3473494 +179,-2.757159358,0.3745319,426,-1.019372593,-0.405322349,7372.5240571 +180,-2.714309238,0.342054471,426,-1.019372593,-0.405322349,7179.7299166 +181,-2.000525337,0.774119946,426,-1.019372593,-0.405322349,5866.0242542 +183,-1.571413436,0.6777838382,426,-1.019372593,-0.405322349,4753.6514961 +184,-1.552860289,0.6987663893,426,-1.019372593,-0.405322349,4796.3837311 +185,-1.521852374,0.7165827476,426,-1.019372593,-0.405322349,4812.724229 +186,-1.503656267,0.6928968252,426,-1.019372593,-0.405322349,4704.1262932 +187,-1.502753178,0.7136205882,426,-1.019372593,-0.405322349,4775.7908814 +188,-1.631894563,0.7343596465,426,-1.019372593,-0.405322349,5040.4449629 +189,-1.653765416,0.6770714026,426,-1.019372593,-0.405322349,4890.4364258 +190,-1.719812114,0.6715965947,426,-1.019372593,-0.405322349,4995.6429251 +191,-1.493406659,0.6646955447,426,-1.019372593,-0.405322349,4590.3936809 +192,-1.469120564,0.6613469966,426,-1.019372593,-0.405322349,4544.5675954 +193,-1.590551461,0.5326612937,426,-1.019372593,-0.405322349,4302.8889044 +194,-1.625979264,0.5247742243,426,-1.019372593,-0.405322349,4347.0220401 +195,-1.572293943,0.5238808754,426,-1.019372593,-0.405322349,4239.2623305 +196,-1.610848725,0.5477107964,426,-1.019372593,-0.405322349,4391.0839855 +197,-1.208485554,0.7918526018,426,-1.019372593,-0.405322349,4790.863679 +198,-1.335601374,0.6869083083,426,-1.019372593,-0.405322349,4482.0004119 +199,-1.346156996,0.6825213377,426,-1.019372593,-0.405322349,4475.9383253 +200,-1.324381037,0.6741422347,426,-1.019372593,-0.405322349,4423.191203 +201,-1.242424992,0.7378949807,426,-1.019372593,-0.405322349,4601.3022244 +202,-1.270370057,0.7392461008,426,-1.019372593,-0.405322349,4625.7281648 +203,-1.448950472,0.7441675014,426,-1.019372593,-0.405322349,4816.0301973 +204,-1.492662363,0.7523026852,426,-1.019372593,-0.405322349,4899.22291 +205,-1.479098966,0.7763855017,426,-1.019372593,-0.405322349,4968.1429001 +206,-1.633760714,0.7869022408,426,-1.019372593,-0.405322349,5217.2168842 +207,-1.647406434,0.8101289331,426,-1.019372593,-0.405322349,5314.7756878 +208,-1.564245052,0.5701509278,426,-1.019372593,-0.405322349,4378.5992521 +209,-1.646289963,0.6833746083,426,-1.019372593,-0.405322349,4897.6736676 +210,-1.5820631,0.6751952144,426,-1.019372593,-0.405322349,4762.0488572 +211,-1.613236298,0.6681681791,426,-1.019372593,-0.405322349,4790.5541417 +212,-1.914661867,0.8212566515,426,-1.019372593,-0.405322349,5813.789161 +213,-1.742133237,0.7250275956,426,-1.019372593,-0.405322349,5203.1603773 +214,-2.033144872,0.6557314699,426,-1.019372593,-0.405322349,5646.9932725 +215,-2.039551981,0.6964723658,426,-1.019372593,-0.405322349,5761.8799566 +216,-1.247341019,0.7622473908,426,-1.019372593,-0.405322349,4698.5114759 +217,-1.298239787,0.7084123392,426,-1.019372593,-0.405322349,4529.6581586 +218,-1.308539688,0.6926545592,426,-1.019372593,-0.405322349,4478.6597576 +219,-1.303263185,0.6888938396,426,-1.019372593,-0.405322349,4459.7622868 +220,-1.852400229,0.6004246149,426,-1.019372593,-0.405322349,5067.9181638 +221,-1.288947707,0.7473773692,426,-1.019372593,-0.405322349,4670.7526446 +222,-1.372031502,0.7472790993,426,-1.019372593,-0.405322349,4743.5579298 +223,-1.289805721,0.7242157877,426,-1.019372593,-0.405322349,4582.997398 +224,-1.350807603,0.7533498126,426,-1.019372593,-0.405322349,4745.8939617 +225,-1.329290365,0.7560442322,426,-1.019372593,-0.405322349,4736.7175251 +226,-1.410153004,0.616936428,426,-1.019372593,-0.405322349,4306.5534444 +227,-1.393445434,0.6308995063,426,-1.019372593,-0.405322349,4336.7961557 +228,-1.37595573,0.6241540638,426,-1.019372593,-0.405322349,4291.2047892 +229,-1.358388707,0.6172645205,426,-1.019372593,-0.405322349,4245.5722851 +230,-1.753741133,0.8281661666,426,-1.019372593,-0.405322349,5542.1525423 +231,-1.47430987,0.6834615681,426,-1.019372593,-0.405322349,4630.3446892 +232,-1.421012508,0.7222725206,426,-1.019372593,-0.405322349,4703.7576023 +233,-1.4476833,0.6978557868,426,-1.019372593,-0.405322349,4647.2498525 +234,-1.470370723,0.6966193374,426,-1.019372593,-0.405322349,4672.0007694 +235,-1.429211703,0.7037216883,426,-1.019372593,-0.405322349,4645.8042363 +236,-1.700578405,0.6178673663,426,-1.019372593,-0.405322349,4790.9315988 +237,-1.678117619,0.6331716163,426,-1.019372593,-0.405322349,4794.9805439 +238,-1.725644578,0.6316331145,426,-1.019372593,-0.405322349,4883.8421399 +239,-2.14012759,0.7930497945,426,-1.019372593,-0.405322349,6223.7007108 +240,-2.103289431,0.7653606263,426,-1.019372593,-0.405322349,6075.8143733 +241,-1.318739838,0.7017808746,426,-1.019372593,-0.405322349,4522.3146047 +242,-1.396417427,0.7077900843,426,-1.019372593,-0.405322349,4622.862345 +243,-1.35650337,0.7185539404,426,-1.019372593,-0.405322349,4621.0362148 +244,-1.248884539,0.7274156818,426,-1.019372593,-0.405322349,4565.1430088 +245,-1.395014798,0.5761185243,426,-1.019372593,-0.405322349,4138.3814775 +246,-1.433377362,0.6064716109,426,-1.019372593,-0.405322349,4299.3157692 +247,-1.408172432,0.5903155476,426,-1.019372593,-0.405322349,4207.2132555 +248,-1.749645898,0.7757118084,426,-1.019372593,-0.405322349,5373.0818651 +249,-1.571626686,0.615046989,426,-1.019372593,-0.405322349,4542.1773484 +250,-1.514070049,0.6303003037,426,-1.019372593,-0.405322349,4500.7405269 +251,-1.480890369,0.6237966528,426,-1.019372593,-0.405322349,4428.1593693 +252,-1.704390658,0.5281680612,426,-1.019372593,-0.405322349,4522.6238982 +253,-1.64434733,0.5254277498,426,-1.019372593,-0.405322349,4386.5512057 +254,-1.703855997,0.4792484842,426,-1.019372593,-0.405322349,4373.3367606 +255,-1.692002383,0.5748825051,426,-1.019372593,-0.405322349,4639.9163777 +256,-1.854136457,0.5544643913,426,-1.019372593,-0.405322349,4944.5646667 +257,-1.665021206,0.520317736,426,-1.019372593,-0.405322349,4413.6688651 +258,-1.733654349,0.4845187345,426,-1.019372593,-0.405322349,4457.9534686 +259,-1.720938188,0.5135933906,426,-1.019372593,-0.405322349,4515.2939989 +260,-1.742668307,0.553296122,426,-1.019372593,-0.405322349,4682.6703565 +261,-1.965659039,0.7142126903,426,-1.019372593,-0.405322349,5634.6476054 +262,-1.944438071,0.6772834804,426,-1.019372593,-0.405322349,5489.5282178 +263,-1.270340967,0.7681487096,426,-1.019372593,-0.405322349,4736.6530419 +264,-1.353091884,0.6549276821,426,-1.019372593,-0.405322349,4379.9621045 +265,-1.333236659,0.6413584414,426,-1.019372593,-0.405322349,4308.5979985 +266,-1.352015998,0.6753788907,426,-1.019372593,-0.405322349,4455.1752384 +267,-1.377988483,0.6577816235,426,-1.019372593,-0.405322349,4417.7475867 +268,-2.13075611,0.8318642051,426,-1.019372593,-0.405322349,6289.3690129 +269,-2.097910953,0.8259670014,426,-1.019372593,-0.405322349,6204.0891333 +270,-1.416382069,0.6694271549,426,-1.019372593,-0.405322349,4505.4739544 +271,-1.538905672,0.7535625993,426,-1.019372593,-0.405322349,4965.3860785 +272,-1.572309477,0.7803125099,426,-1.019372593,-0.405322349,5104.4731757 +273,-1.87759879,0.7503853417,426,-1.019372593,-0.405322349,5543.0354633 +274,1.152365588,0.590457682,426,-1.019372593,-0.405322349,9030.7236134 +275,0.350198001,0.718001859,426,-1.019372593,-0.405322349,6702.7096924 +276,0.046513677,0.491503852,426,-1.019372593,-0.405322349,5400.8241325 +277,0.027510309,0.742571376,426,-1.019372593,-0.405322349,5936.1908204 +278,0.306285725,-0.214631579,426,-1.019372593,-0.405322349,5007.173461 +279,-1.100564889,0.318051531,426,-1.019372593,-0.405322349,2882.4494363 +280,-1.078582306,0.301437596,426,-1.019372593,-0.405322349,2808.8432506 +281,-1.137371989,-0.617634065,426,-1.019372593,-0.405322349,933.85373857 +282,0.784356344,0.703272339,426,-1.019372593,-0.405322349,7924.8774287 +283,-1.221209947,0.218327455,426,-1.019372593,-0.405322349,2591.2540599 +284,2.347301921,-0.449114658,426,-1.019372593,-0.405322349,8951.0326249 +285,0.246820618,0.830553713,426,-1.019372593,-0.405322349,6639.5217157 +286,0.829414965,0.703288228,426,-1.019372593,-0.405322349,8059.1022902 +287,-1.337537566,0.42332223,426,-1.019372593,-0.405322349,3502.7475312 +288,0.882453706,0.454478077,426,-1.019372593,-0.405322349,8033.0166272 +289,1.575629659,0.416419109,426,-1.019372593,-0.405322349,10462.562229 +290,-1.039455679,0.229888244,426,-1.019372593,-0.405322349,2517.2734964 +291,0.489558039,0.934482747,426,-1.019372593,-0.405322349,7359.9935317 +292,0.081344504,0.88384514,426,-1.019372593,-0.405322349,6383.9550893 +293,-1.547979814,0.300350308,426,-1.019372593,-0.405322349,3464.0005968 +294,0.040776181,0.168560074,426,-1.019372593,-0.405322349,4692.3823722 +295,-1.130374745,0.563894876,426,-1.019372593,-0.405322349,3861.9899623 +296,1.578326642,0.478507176,426,-1.019372593,-0.405322349,10480.160469 +297,-1.12861823,-0.291640865,426,-1.019372593,-0.405322349,606.55570503 +298,0.310524208,0.770885792,426,-1.019372593,-0.405322349,6688.3541477 +299,0.415649091,-0.387246002,426,-1.019372593,-0.405322349,5163.3112108 +300,-0.926533878,-0.188022748,426,-1.019372593,-0.405322349,929.45417591 +301,1.258856172,-0.11716081,426,-1.019372593,-0.405322349,8514.6508649 +302,-1.126050026,0.322941926,426,-1.019372593,-0.405322349,2914.0154689 +303,2.002785835,0.07893892,426,-1.019372593,-0.405322349,11072.701313 +304,0.440437607,0.746258085,426,-1.019372593,-0.405322349,6991.0849869 +305,-0.030391866,0.214441206,426,-1.019372593,-0.405322349,4550.5927775 +306,0.521557815,-0.058929362,426,-1.019372593,-0.405322349,6021.3421672 +307,-0.097005111,0.13317729,426,-1.019372593,-0.405322349,4158.3331468 +308,1.83113859,0.221857587,426,-1.019372593,-0.405322349,11130.195442 +309,0.222428864,0.099404236,426,-1.019372593,-0.405322349,5195.1985991 +310,-1.702731345,0.8728568183,426,-1.019372593,-0.405322349,5602.0746512 +311,-0.418507569,0.278324921,426,-1.019372593,-0.405322349,3570.4739474 +312,-1.41153306,0.339029988,426,-1.019372593,-0.405322349,3315.1401251 +313,0.357560442,0.114788776,426,-1.019372593,-0.405322349,5702.6841067 +314,0.325818979,0.268352149,426,-1.019372593,-0.405322349,5850.3783068 +315,-1.246004659,-0.663679965,426,-1.019372593,-0.405322349,1279.2501545 +316,1.814603087,0.637404484,426,-1.019372593,-0.405322349,11047.698739 +317,1.843704281,-0.18300445,426,-1.019372593,-0.405322349,9875.5201407 +318,1.690644492,-0.211480909,426,-1.019372593,-0.405322349,9482.7414892 +319,-1.275451936,0.068109467,426,-1.019372593,-0.405322349,2120.359718 +320,0.762430171,-0.207594741,426,-1.019372593,-0.405322349,6646.8447588 +321,0.265668905,-0.014647884,426,-1.019372593,-0.405322349,5160.4300629 +322,-2.773032013,-0.335515811,426,-1.019372593,-0.405322349,6332.6999481 +323,-1.469512853,0.174058777,426,-1.019372593,-0.405322349,2882.8014012 +324,0.286276986,0.785925691,426,-1.019372593,-0.405322349,6653.6380777 +325,-1.379324697,0.377432233,426,-1.019372593,-0.405322349,3397.1067789 +326,-1.203778265,0.212813032,426,-1.019372593,-0.405322349,2550.6826375 +327,0.579916301,0.611743168,426,-1.019372593,-0.405322349,7214.1443586 +328,0.267582642,0.868113908,426,-1.019372593,-0.405322349,6756.6441128 +329,0.412869244,-0.050245578,426,-1.019372593,-0.405322349,5639.2805537 +330,0.17524381,0.976660285,426,-1.019372593,-0.405322349,6769.3074508 +331,0.743157214,0.204812899,426,-1.019372593,-0.405322349,7229.5746648 +332,-1.070758176,0.269382282,426,-1.019372593,-0.405322349,2679.9106112 +333,-1.230364251,0.329790229,426,-1.019372593,-0.405322349,3023.9159438 +334,-1.374813124,-0.024926835,426,-1.019372593,-0.405322349,2033.4652978 +335,0.519780566,0.463669906,426,-1.019372593,-0.405322349,6819.7122853 +336,-1.55108034,0.239698561,426,-1.019372593,-0.405322349,3282.4347202 +337,0.180294813,0.029739425,426,-1.019372593,-0.405322349,4925.8118216 +338,0.67820924,0.268170153,426,-1.019372593,-0.405322349,7086.4396813 +339,0.445798684,1.024001867,426,-1.019372593,-0.405322349,7372.655042 +340,0.691751283,0.150521402,426,-1.019372593,-0.405322349,6963.8339842 +341,-1.036643551,-0.903056181,426,-1.019372593,-0.405322349,1972.2276801 +342,-0.120287036,1.083325163,426,-1.019372593,-0.405322349,6541.1706273 +343,2.823513113,-0.304487164,426,-1.019372593,-0.405322349,8536.2221243 +344,0.457583172,1.12513373,426,-1.019372593,-0.405322349,7506.6292404 +345,0.042918831,0.813795399,426,-1.019372593,-0.405322349,6140.1700796 +346,1.196146777,-0.853142756,426,-1.019372593,-0.405322349,6484.073223 +347,0.206001358,-0.010430701,426,-1.019372593,-0.405322349,4951.5284927 +348,-0.268308653,0.234799412,426,-1.019372593,-0.405322349,3860.0566905 +349,0.759363263,0.736189579,426,-1.019372593,-0.405322349,7875.1239625 +350,0.181363926,0.891988372,426,-1.019372593,-0.405322349,6611.6105551 +351,-0.021111158,0.139103292,426,-1.019372593,-0.405322349,4424.4170107 +352,-0.093355215,0.630686981,426,-1.019372593,-0.405322349,5369.5201955 +353,0.40118964,0.681375926,426,-1.019372593,-0.405322349,6784.4285576 +354,-0.721197315,1.304706234,426,-1.019372593,-0.405322349,6816.1060391 +355,-1.076150317,0.212107639,426,-1.019372593,-0.405322349,2455.5274768 +356,-1.577164531,0.273993443,426,-1.019372593,-0.405322349,3450.8390252 +357,-0.190788414,0.182208586,426,-1.019372593,-0.405322349,3965.150157 +358,-0.261349752,0.209710184,426,-1.019372593,-0.405322349,3816.4257937 +359,-1.029303852,0.083549259,426,-1.019372593,-0.405322349,1936.8013044 +360,-1.268609162,0.330525297,426,-1.019372593,-0.405322349,3069.8734184 +361,1.282982244,-0.926641967,426,-1.019372593,-0.405322349,6433.4047321 +362,0.217352334,0.731352408,426,-1.019372593,-0.405322349,6376.7847552 +363,-1.511833084,0.258629297,426,-1.019372593,-0.405322349,3249.2438174 +364,0.338812194,0.823184618,426,-1.019372593,-0.405322349,6847.650374 +365,-0.324406489,1.134201999,426,-1.019372593,-0.405322349,6455.1940845 +366,1.389579348,0.399185724,426,-1.019372593,-0.405322349,9782.9661209 +367,2.047152199,-0.039082036,426,-1.019372593,-0.405322349,10659.884554 +368,0.947780369,0.568250077,426,-1.019372593,-0.405322349,8347.4467312 +369,0.763824846,0.576754987,426,-1.019372593,-0.405322349,7754.8301312 +370,-0.142334657,0.928153068,426,-1.019372593,-0.405322349,6077.2572991 +371,0.610266567,0.547265983,426,-1.019372593,-0.405322349,7228.2505932 +372,0.210731629,0.746815056,426,-1.019372593,-0.405322349,6390.3883966 +373,-1.34931644,0.316895224,426,-1.019372593,-0.405322349,3132.5595362 +374,2.407696481,0.655030745,426,-1.019372593,-0.405322349,11058.845619 +375,0.64207831,0.545359131,426,-1.019372593,-0.405322349,7328.1710437 +376,1.174597538,0.840588356,426,-1.019372593,-0.405322349,9032.6102212 +377,0.660059424,0.010604079,426,-1.019372593,-0.405322349,6633.8694908 +378,-0.730263819,0.010486456,426,-1.019372593,-0.405322349,1988.1662989 +379,0.831068936,0.512339172,426,-1.019372593,-0.405322349,7914.3157763 +380,1.301180979,0.72367476,426,-1.019372593,-0.405322349,9465.5444163 +381,1.811128231,0.322854402,426,-1.019372593,-0.405322349,11247.973801 +382,0.435105812,0.992284428,426,-1.019372593,-0.405322349,7312.3878409 +383,0.62643634,0.592027932,426,-1.019372593,-0.405322349,7334.4626765 +384,0.492988703,-0.516339467,426,-1.019372593,-0.405322349,5256.4186888 +385,-0.162469483,0.112549365,426,-1.019372593,-0.405322349,3897.9172422 +386,0.314630866,0.472006421,426,-1.019372593,-0.405322349,6171.5303171 +387,0.166744804,0.822815954,426,-1.019372593,-0.405322349,6437.9095192 +388,0.417159608,0.965805736,426,-1.019372593,-0.405322349,7240.6444567 +389,0.106334961,0.868774244,426,-1.019372593,-0.405322349,6402.5129944 +390,0.815086969,-0.338144359,426,-1.019372593,-0.405322349,6599.3083507 +391,0.59867455,-0.230624824,426,-1.019372593,-0.405322349,6032.2074184 +392,1.915104874,0.066220985,426,-1.019372593,-0.405322349,10883.998445 +393,1.278093622,0.064463721,426,-1.019372593,-0.405322349,8945.5170581 +394,-0.061477853,0.302997961,426,-1.019372593,-0.405322349,4648.3640944 +395,0.251311504,0.626976942,426,-1.019372593,-0.405322349,6266.8476837 +396,2.950242872,0.149095644,426,-1.019372593,-0.405322349,9147.2941483 +397,-0.180294708,0.35375117,426,-1.019372593,-0.405322349,4419.9678339 +398,1.010448592,-0.351180233,426,-1.019372593,-0.405322349,7209.2003881 +399,-1.748740498,0.3686318073,426,-1.019372593,-0.405322349,4161.3511337 +400,2.699635665,0.123533791,426,-1.019372593,-0.405322349,9980.055073 +401,0.496808033,0.823843254,426,-1.019372593,-0.405322349,7244.2861919 +402,0.129574704,0.763364087,426,-1.019372593,-0.405322349,6224.8935061 +403,1.798920311,0.817447563,426,-1.019372593,-0.405322349,10514.515992 +404,0.335987953,0.746786541,426,-1.019372593,-0.405322349,6713.0798752 +405,-1.085413643,0.292154671,426,-1.019372593,-0.405322349,2774.5163376 +406,-0.155321003,0.508207011,426,-1.019372593,-0.405322349,4892.1284093 +407,0.620529244,-0.301175104,426,-1.019372593,-0.405322349,5998.5197108 +408,1.684402744,0.368716966,426,-1.019372593,-0.405322349,10833.370307 +409,0.300582244,-0.386397212,426,-1.019372593,-0.405322349,4763.6877364 +410,2.913555946,-0.009225192,426,-1.019372593,-0.405322349,8984.5936429 +411,1.465101417,0.493232532,426,-1.019372593,-0.405322349,10083.018134 +412,0.090612882,0.907955955,426,-1.019372593,-0.405322349,6457.1669761 +413,2.987564726,-0.729568594,426,-1.019372593,-0.405322349,6944.2424904 +414,-1.484261606,0.224149272,426,-1.019372593,-0.405322349,3076.4046308 +415,0.164073421,0.303955133,426,-1.019372593,-0.405322349,5370.903063 +416,0.141441293,0.167552546,426,-1.019372593,-0.405322349,5034.0899436 +417,2.931321023,-0.506718887,426,-1.019372593,-0.405322349,7694.0941727 +418,2.21951565,0.700596356,426,-1.019372593,-0.405322349,11229.860488 +419,0.268112576,1.199114336,426,-1.019372593,-0.405322349,7321.6831034 +420,0.978913739,0.359223811,426,-1.019372593,-0.405322349,8274.4251757 +421,1.210898818,0.522863584,426,-1.019372593,-0.405322349,9209.473682 +422,2.347397336,0.129231362,426,-1.019372593,-0.405322349,11054.603831 +423,0.614394501,0.556878345,426,-1.019372593,-0.405322349,7253.5178454 +424,-1.398079356,0.148483366,426,-1.019372593,-0.405322349,2639.1093957 +425,2.535303836,-0.112984496,426,-1.019372593,-0.405322349,9841.643388 +426,-1.019372593,-0.405322349,426,-1.019372593,-0.405322349,0 +427,-1.297785627,-0.160104069,426,-1.019372593,-0.405322349,1434.336496 +428,2.144554488,0.205051084,426,-1.019372593,-0.405322349,11646.11846 +429,-2.242387083,-0.426171285,426,-1.019372593,-0.405322349,4381.091298 +430,0.338637212,0.909723676,426,-1.019372593,-0.405322349,6987.5607351 +431,-0.148798452,0.691042401,426,-1.019372593,-0.405322349,5404.091496 +432,0.893524764,0.441829531,426,-1.019372593,-0.405322349,8058.7633118 +433,0.969229347,-0.368847936,426,-1.019372593,-0.405322349,7042.2936347 +434,0.436043248,0.800045688,426,-1.019372593,-0.405322349,7056.6144588 +435,1.687946607,1.081504775,426,-1.019372593,-0.405322349,9520.9801704 +436,0.522302046,-0.034889271,426,-1.019372593,-0.405322349,6061.4732683 +437,-0.178996113,-0.438090009,426,-1.019372593,-0.405322349,3023.7927048 +438,-1.094339566,0.301444068,426,-1.019372593,-0.405322349,2814.5027187 +439,-1.064070054,0.242569932,426,-1.019372593,-0.405322349,2572.1433396 +440,-1.068153768,0.230387998,426,-1.019372593,-0.405322349,2525.1401894 +441,-3.00496892,-0.23989155,426,-1.019372593,-0.405322349,7288.6337163 +442,0.21751974,0.766874888,426,-1.019372593,-0.405322349,6446.7783961 +443,0.117229532,0.007619006,426,-1.019372593,-0.405322349,4662.60445 +444,0.777758451,0.420554741,426,-1.019372593,-0.405322349,7635.0528155 +445,-0.252356999,0.250747086,426,-1.019372593,-0.405322349,3947.7388515 +446,0.363148444,0.768483434,426,-1.019372593,-0.405322349,6819.9473519 +447,0.903191366,-0.118210676,426,-1.019372593,-0.405322349,7296.3068829 +448,-0.205755923,0.149406178,426,-1.019372593,-0.405322349,3841.2338738 +449,1.811996086,0.02364353,426,-1.019372593,-0.405322349,10518.611673 +450,-1.100670221,0.314845373,426,-1.019372593,-0.405322349,2869.8747491 +451,0.340078597,0.850105132,426,-1.019372593,-0.405322349,6894.7755451 +452,0.258757267,0.804969236,426,-1.019372593,-0.405322349,6620.5001096 +453,2.78505352,-0.155160804,426,-1.019372593,-0.405322349,9049.4635212 +454,0.800551619,0.105822106,426,-1.019372593,-0.405322349,7292.3477955 +455,0.437940882,-0.506194031,426,-1.019372593,-0.405322349,5088.741054 +456,2.230431122,0.63458615,426,-1.019372593,-0.405322349,11463.13464 +457,0.527965361,0.127667701,426,-1.019372593,-0.405322349,6336.1134794 +458,-0.063643205,0.702093448,426,-1.019372593,-0.405322349,5624.7445687 +459,1.408447268,0.133010502,426,-1.019372593,-0.405322349,9526.4815488 +460,0.523795955,0.280266966,426,-1.019372593,-0.405322349,6557.7313685 +461,-0.975769313,0.072177659,426,-1.019372593,-0.405322349,1898.872683 +462,0.549774164,-0.463663986,426,-1.019372593,-0.405322349,5514.2777089 +463,0.29245874,1.095549818,426,-1.019372593,-0.405322349,7193.933109 +464,0.143625958,0.816809593,426,-1.019372593,-0.405322349,6372.2966169 +465,0.671902494,0.611159853,426,-1.019372593,-0.405322349,7498.4381758 +466,1.239840988,0.6724199,426,-1.019372593,-0.405322349,9306.3771822 +467,0.607829703,-0.10932137,426,-1.019372593,-0.405322349,6255.5047853 +468,1.763020906,0.263996692,426,-1.019372593,-0.405322349,10990.203894 +469,0.378714634,0.726066797,426,-1.019372593,-0.405322349,6793.1056882 +470,2.196736143,-0.153862366,426,-1.019372593,-0.405322349,10210.172312 +471,0.01702415,0.148991565,426,-1.019372593,-0.405322349,4573.1358516 +472,-2.998490902,-0.158002487,426,-1.019372593,-0.405322349,7421.7890325 +473,-3.051262951,-0.346595608,426,-1.019372593,-0.405322349,7225.3107768 +474,-1.069176439,0.182802941,426,-1.019372593,-0.405322349,2337.5520043 +475,0.167157509,0.595344954,426,-1.019372593,-0.405322349,5967.8315563 +476,0.613855648,0.681746124,426,-1.019372593,-0.405322349,7399.7689604 +477,1.037012736,0.682555367,426,-1.019372593,-0.405322349,8680.2300818 +478,-1.253574971,0.379755746,426,-1.019372593,-0.405322349,3238.1974161 +479,3.108590453,-0.132620738,426,-1.019372593,-0.405322349,8072.663808 +480,0.565301296,0.022333262,426,-1.019372593,-0.405322349,6307.3108374 +481,0.547898238,0.855555614,426,-1.019372593,-0.405322349,7410.3796235 +482,0.948309381,0.417393755,426,-1.019372593,-0.405322349,8225.7192173 +483,-0.050600732,0.945269213,426,-1.019372593,-0.405322349,6281.0660635 +484,-0.977651478,-0.572363064,426,-1.019372593,-0.405322349,677.47581696 +485,1.102014914,0.728861163,426,-1.019372593,-0.405322349,8877.2119474 +486,2.927300795,-0.282939414,426,-1.019372593,-0.405322349,8302.7185624 +487,-1.154565557,0.124434095,426,-1.019372593,-0.405322349,2162.696661 +488,1.855331234,0.291044755,426,-1.019372593,-0.405322349,11352.899849 +489,0.830290659,0.276904518,426,-1.019372593,-0.405322349,7643.0191078 +490,0.485104466,-0.234867441,426,-1.019372593,-0.405322349,5621.5498307 +491,0.521367572,-0.33161327,426,-1.019372593,-0.405322349,5607.5335196 +1,-1.539031704,0.7349710123,427,-1.297785627,-0.160104069,3651.9225593 +2,-1.536990553,0.7349663874,427,-1.297785627,-0.160104069,3650.1366991 +3,-1.534951779,0.7349571355,427,-1.297785627,-0.160104069,3648.3494623 +4,-1.532906461,0.7349480293,427,-1.297785627,-0.160104069,3646.5713043 +5,-1.531320211,0.7346937278,427,-1.297785627,-0.160104069,3644.2639432 +6,-1.539451648,0.7335131775,427,-1.297785627,-0.160104069,3646.7735755 +7,-1.537429487,0.7335445708,427,-1.297785627,-0.160104069,3645.1333981 +8,-1.535484998,0.7335658704,427,-1.297785627,-0.160104069,3643.5358406 +9,-1.533488396,0.7336036027,427,-1.297785627,-0.160104069,3641.9691206 +10,-1.531497785,0.7335842962,427,-1.297785627,-0.160104069,3640.2048919 +11,-1.530259379,0.7334777758,427,-1.297785627,-0.160104069,3638.7554015 +12,-1.5335454,0.7322346912,427,-1.297785627,-0.160104069,3636.8286607 +13,-1.531489083,0.7322238773,427,-1.297785627,-0.160104069,3635.0367623 +14,-1.530011122,0.7321679851,427,-1.297785627,-0.160104069,3633.5751184 +15,-1.53348106,0.7306614094,427,-1.297785627,-0.160104069,3630.8103247 +16,-1.531441779,0.7306962275,427,-1.297785627,-0.160104069,3629.2019478 +17,-1.529755654,0.7306933243,427,-1.297785627,-0.160104069,3627.7627477 +18,-1.533415048,0.7291384674,427,-1.297785627,-0.160104069,3624.9817002 +19,-1.531392093,0.7291705353,427,-1.297785627,-0.160104069,3623.3729264 +20,-1.529296523,0.7291214933,427,-1.297785627,-0.160104069,3621.4092045 +21,-1.535280942,0.727267644,427,-1.297785627,-0.160104069,3619.5053778 +22,-1.533378158,0.7276139666,427,-1.297785627,-0.160104069,3619.1725678 +23,-1.531340368,0.7276446587,427,-1.297785627,-0.160104069,3617.5418524 +24,-1.528960113,0.7276398177,427,-1.297785627,-0.160104069,3615.5009776 +25,-1.533313146,0.7260818349,427,-1.297785627,-0.160104069,3613.3107051 +26,-1.531259555,0.7260958115,427,-1.297785627,-0.160104069,3611.5991627 +27,-1.528926415,0.7260865555,427,-1.297785627,-0.160104069,3609.5770166 +28,-1.531226779,0.7245511789,427,-1.297785627,-0.160104069,3605.7139414 +29,-1.528904772,0.7245519194,427,-1.297785627,-0.160104069,3603.7344506 +30,-1.547195875,0.7409785979,427,-1.297785627,-0.160104069,3681.8007815 +31,-1.5451475,0.740980426,427,-1.297785627,-0.160104069,3679.9943269 +32,-1.543097679,0.7409798872,427,-1.297785627,-0.160104069,3678.1917091 +33,-1.540720364,0.7409892687,427,-1.297785627,-0.160104069,3676.156571 +34,-1.547188511,0.7395198392,427,-1.297785627,-0.160104069,3676.2900024 +35,-1.545148587,0.7395226109,427,-1.297785627,-0.160104069,3674.4903238 +36,-1.543104538,0.7395314908,427,-1.297785627,-0.160104069,3672.7240768 +37,-1.540727751,0.7395306258,427,-1.297785627,-0.160104069,3670.6456934 +38,-1.547187029,0.7380014886,427,-1.297785627,-0.160104069,3670.5602121 +39,-1.545147315,0.7380012252,427,-1.297785627,-0.160104069,3668.744796 +40,-1.54310719,0.7380060743,427,-1.297785627,-0.160104069,3666.9623129 +41,-1.540719671,0.7380068206,427,-1.297785627,-0.160104069,3664.8754917 +42,-1.547187189,0.7364799098,427,-1.297785627,-0.160104069,3664.820344 +43,-1.545149996,0.7364853874,427,-1.297785627,-0.160104069,3663.0243474 +44,-1.543106091,0.7364823484,427,-1.297785627,-0.160104069,3661.204266 +45,-1.540717158,0.7364893901,427,-1.297785627,-0.160104069,3659.1348359 +46,-1.538663972,0.7410138672,427,-1.297785627,-0.160104069,3674.4739143 +47,-1.53695285,0.7409699132,427,-1.297785627,-0.160104069,3672.8406881 +48,-1.534910498,0.7409641297,427,-1.297785627,-0.160104069,3671.0808887 +49,-1.533145034,0.7409536636,427,-1.297785627,-0.160104069,3669.5502365 +50,-1.538681336,0.7395405883,427,-1.297785627,-0.160104069,3668.9119494 +51,-1.536999189,0.7395183096,427,-1.297785627,-0.160104069,3667.3820248 +52,-1.534923633,0.7395144222,427,-1.297785627,-0.160104069,3665.596762 +53,-1.533267822,0.7395654306,427,-1.297785627,-0.160104069,3664.3881778 +54,-1.53867273,0.7380151077,427,-1.297785627,-0.160104069,3663.1306 +55,-1.536980576,0.7379994392,427,-1.297785627,-0.160104069,3661.6135743 +56,-1.534931522,0.7379944961,427,-1.297785627,-0.160104069,3659.8426186 +57,-1.533387952,0.7379480264,427,-1.297785627,-0.160104069,3658.3558103 +58,-1.538682279,0.7364914363,427,-1.297785627,-0.160104069,3657.3723957 +59,-1.536980704,0.7364810563,427,-1.297785627,-0.160104069,3655.8636138 +60,-1.534935567,0.7364752065,427,-1.297785627,-0.160104069,3654.0882231 +61,-1.533042592,0.7363876366,427,-1.297785627,-0.160104069,3652.1459878 +62,-1.545143426,0.7349628011,427,-1.297785627,-0.160104069,3657.2708278 +63,-1.543105297,0.7349691947,427,-1.297785627,-0.160104069,3655.4870488 +64,-1.541064533,0.7349647152,427,-1.297785627,-0.160104069,3653.6739295 +65,-1.545411803,0.7334624714,427,-1.297785627,-0.160104069,3651.8474794 +66,-1.543446606,0.7334780896,427,-1.297785627,-0.160104069,3650.1569453 +67,-1.541475327,0.7334957295,427,-1.297785627,-0.160104069,3648.4818671 +68,-1.545401939,0.731963266,427,-1.297785627,-0.160104069,3646.1810518 +69,-1.54342253,0.7319915583,427,-1.297785627,-0.160104069,3644.5215406 +70,-1.541455867,0.7320216438,427,-1.297785627,-0.160104069,3642.8935103 +71,-1.545410146,0.7304422281,427,-1.297785627,-0.160104069,3640.4490573 +72,-1.543435491,0.7304713664,427,-1.297785627,-0.160104069,3638.7925426 +73,-1.541463105,0.7304997613,427,-1.297785627,-0.160104069,3637.1486564 +74,-1.545414768,0.7289194936,427,-1.297785627,-0.160104069,3634.708118 +75,-1.543435774,0.7289538557,427,-1.297785627,-0.160104069,3633.0630356 +76,-1.541457714,0.7289765881,427,-1.297785627,-0.160104069,3631.3883885 +77,-1.539449415,0.7320555866,427,-1.297785627,-0.160104069,3641.2585533 +78,-1.537429183,0.7321097681,427,-1.297785627,-0.160104069,3639.70213 +79,-1.535472649,0.7321497267,427,-1.297785627,-0.160104069,3638.1609356 +80,-1.539457899,0.7305333307,427,-1.297785627,-0.160104069,3635.5089474 +81,-1.537453161,0.7305750503,427,-1.297785627,-0.160104069,3633.9144014 +82,-1.535479385,0.7306124949,427,-1.297785627,-0.160104069,3632.3443777 +83,-1.53946905,0.7290102593,427,-1.297785627,-0.160104069,3629.7592626 +84,-1.537459922,0.7290417293,427,-1.297785627,-0.160104069,3628.1176581 +85,-1.535451349,0.7290890157,427,-1.297785627,-0.160104069,3626.5504332 +86,-1.535522937,0.7279887191,427,-1.297785627,-0.160104069,3622.4458712 +87,-1.539442524,0.7274735939,427,-1.297785627,-0.160104069,3623.9256258 +88,-1.537424111,0.727521351,427,-1.297785627,-0.160104069,3622.3332914 +89,-1.539384641,0.7259505092,427,-1.297785627,-0.160104069,3618.1161387 +90,-1.537372391,0.7259947145,427,-1.297785627,-0.160104069,3616.5117618 +91,-1.535340789,0.7260435356,427,-1.297785627,-0.160104069,3614.9222101 +92,-1.539325716,0.7244369706,427,-1.297785627,-0.160104069,3612.3422049 +93,-1.537308932,0.7244801057,427,-1.297785627,-0.160104069,3610.7258275 +94,-1.535289068,0.7245247645,427,-1.297785627,-0.160104069,3609.126805 +95,-1.533261366,0.7245550236,427,-1.297785627,-0.160104069,3607.4807874 +96,-1.539267302,0.722921924,427,-1.297785627,-0.160104069,3606.5634065 +97,-1.537248972,0.7229660258,427,-1.297785627,-0.160104069,3604.9453329 +98,-1.535219431,0.7229916471,427,-1.297785627,-0.160104069,3603.2618315 +99,-1.53318962,0.7230212049,427,-1.297785627,-0.160104069,3601.6074135 +100,-1.531154816,0.7230299897,427,-1.297785627,-0.160104069,3599.8843918 +101,-1.528878341,0.7230370244,427,-1.297785627,-0.160104069,3597.9632215 +102,-1.539218189,0.7214009878,427,-1.297785627,-0.160104069,3600.7710129 +103,-1.537198791,0.7214422745,427,-1.297785627,-0.160104069,3599.1372615 +104,-1.535179266,0.7214634354,427,-1.297785627,-0.160104069,3597.4415785 +105,-1.533156501,0.7214944644,427,-1.297785627,-0.160104069,3595.7947323 +106,-1.53113574,0.7215166021,427,-1.297785627,-0.160104069,3594.130295 +107,-1.528874248,0.7215345535,427,-1.297785627,-0.160104069,3592.2586788 +108,-1.539217656,0.7198512397,427,-1.297785627,-0.160104069,3594.9134967 +109,-1.537199919,0.7199428763,427,-1.297785627,-0.160104069,3593.4671206 +110,-1.545425832,0.727397149,427,-1.297785627,-0.160104069,3628.9751375 +111,-1.543371177,0.7273916949,427,-1.297785627,-0.160104069,3627.107505 +112,-1.541368852,0.7274523163,427,-1.297785627,-0.160104069,3625.5504044 +113,-1.545349067,0.7258710923,427,-1.297785627,-0.160104069,3623.1494109 +114,-1.54332671,0.7258603556,427,-1.297785627,-0.160104069,3621.2867897 +115,-1.541346831,0.7259242142,427,-1.297785627,-0.160104069,3619.7577487 +116,-1.545324355,0.7243383958,427,-1.297785627,-0.160104069,3617.3461679 +117,-1.543292796,0.7243617413,427,-1.297785627,-0.160104069,3615.5995536 +118,-1.541295822,0.7244024384,427,-1.297785627,-0.160104069,3613.96366 +119,-1.543193859,0.7205570215,427,-1.297785627,-0.160104069,3601.1512387 +120,-1.550257047,0.7386738187,427,-1.297785627,-0.160104069,3675.8509404 +121,-1.549335448,0.7311736483,427,-1.297785627,-0.160104069,3646.7555551 +122,-1.533478843,0.7179891343,427,-1.297785627,-0.160104069,3582.7991018 +123,-1.556150555,0.738907041,427,-1.297785627,-0.160104069,3682.1033009 +124,-1.554324226,0.733414257,427,-1.297785627,-0.160104069,3659.7640836 +125,-1.554290846,0.7288285332,427,-1.297785627,-0.160104069,3642.4901732 +126,-1.55122487,0.7219795312,427,-1.297785627,-0.160104069,3613.8801572 +127,-1.525104458,0.7229399862,427,-1.297785627,-0.160104069,3594.4051181 +128,-1.519607711,0.7236181429,427,-1.297785627,-0.160104069,3592.4298396 +129,-1.513899999,0.7251107854,427,-1.297785627,-0.160104069,3593.5093945 +130,-1.536620762,0.7431061895,427,-1.297785627,-0.160104069,3680.650851 +131,-1.5369566,0.7460845958,427,-1.297785627,-0.160104069,3692.2213911 +132,-1.545345528,0.7447040685,427,-1.297785627,-0.160104069,3694.2316817 +133,-1.532813921,0.7432306626,427,-1.297785627,-0.160104069,3677.9106314 +134,-1.554788248,0.7382381001,427,-1.297785627,-0.160104069,3678.3346121 +135,-1.540348126,0.7301594274,427,-1.297785627,-0.160104069,3634.878037 +136,-1.538016084,0.7239051786,427,-1.297785627,-0.160104069,3609.1737562 +137,-1.525288962,0.7258085137,427,-1.297785627,-0.160104069,3605.4600869 +138,-1.534326986,0.731241342,427,-1.297785627,-0.160104069,3633.7338742 +139,-1.530733872,0.7303625216,427,-1.297785627,-0.160104069,3627.3350806 +141,-1.534354939,0.7328219978,427,-1.297785627,-0.160104069,3639.7474791 +142,-1.53157084,0.7292888153,427,-1.297785627,-0.160104069,3623.9738216 +143,-1.525691035,0.7263799874,427,-1.297785627,-0.160104069,3607.9677397 +144,-1.534031287,0.7495967835,427,-1.297785627,-0.160104069,3703.0813749 +145,-1.527714986,0.7283095957,427,-1.297785627,-0.160104069,3616.9942482 +146,-1.526189586,0.7271468292,427,-1.297785627,-0.160104069,3611.2984103 +147,-1.555177336,0.7375563366,427,-1.297785627,-0.160104069,3676.1280629 +148,-1.555080283,0.7312707794,427,-1.297785627,-0.160104069,3652.4053293 +149,-1.53856994,0.7224180299,427,-1.297785627,-0.160104069,3604.0399601 +150,-1.530837883,0.729933372,427,-1.297785627,-0.160104069,3625.795221 +151,-1.515066984,0.5854133365,427,-1.297785627,-0.160104069,3064.2855747 +152,-1.534731633,0.5368370046,427,-1.297785627,-0.160104069,2903.7940598 +153,-1.515231902,0.5607085576,427,-1.297785627,-0.160104069,2971.3707513 +154,-2.616253799,1.0684566605,427,-1.297785627,-0.160104069,6305.3410029 +155,-1.956071439,0.5792177723,427,-1.297785627,-0.160104069,3837.4255581 +156,-1.951208514,0.5602434208,427,-1.297785627,-0.160104069,3774.5091283 +157,-1.944675062,0.6062144545,427,-1.297785627,-0.160104069,3884.0074256 +158,-1.613778386,0.6077989518,427,-1.297785627,-0.160104069,3264.1174335 +159,-2.035029014,0.6021432345,427,-1.297785627,-0.160104069,4092.757058 +160,-2.114989471,0.6801825058,427,-1.297785627,-0.160104069,4483.5614595 +161,-2.037382079,0.5765830025,427,-1.297785627,-0.160104069,4035.0494239 +162,-2.129855121,0.6585019963,427,-1.297785627,-0.160104069,4469.221486 +163,-2.075141798,0.6493615843,427,-1.297785627,-0.160104069,4310.5352282 +164,-1.828626729,0.6948433129,427,-1.297785627,-0.160104069,3906.1707779 +165,-1.863329418,0.6735427691,427,-1.297785627,-0.160104069,3905.5116482 +166,-1.266037071,0.727988852,427,-1.297785627,-0.160104069,3519.6317212 +167,-1.277579582,0.7249010648,427,-1.297785627,-0.160104069,3506.2773619 +168,-1.258418684,0.7241194816,427,-1.297785627,-0.160104069,3505.3428963 +169,-1.317813974,0.6804850104,427,-1.297785627,-0.160104069,3330.391457 +170,-1.344165204,0.6790988904,427,-1.297785627,-0.160104069,3328.4779716 +171,-1.427582102,0.5277120351,427,-1.297785627,-0.160104069,2768.9002385 +172,-1.402238616,0.457167829,427,-1.297785627,-0.160104069,2477.862034 +173,-1.422454264,0.4996161999,427,-1.297785627,-0.160104069,2656.3135879 +174,-1.439089277,0.4894859811,427,-1.297785627,-0.160104069,2629.3681942 +175,-1.448126995,0.5182330266,427,-1.297785627,-0.160104069,2747.3854382 +176,-1.474626146,0.5881926574,427,-1.297785627,-0.160104069,3037.8343788 +177,-1.421139645,0.5584869783,427,-1.297785627,-0.160104069,2884.4065053 +178,-1.457037165,0.565943032,427,-1.297785627,-0.160104069,2938.2300583 +179,-2.757159358,0.3745319,427,-1.297785627,-0.160104069,6048.2236038 +180,-2.714309238,0.342054471,427,-1.297785627,-0.160104069,5867.1996847 +181,-2.000525337,0.774119946,427,-1.297785627,-0.160104069,4473.5693049 +183,-1.571413436,0.6777838382,427,-1.297785627,-0.160104069,3468.8260462 +184,-1.552860289,0.6987663893,427,-1.297785627,-0.160104069,3528.2186299 +185,-1.521852374,0.7165827476,427,-1.297785627,-0.160104069,3567.5165484 +186,-1.503656267,0.6928968252,427,-1.297785627,-0.160104069,3462.3154559 +187,-1.502753178,0.7136205882,427,-1.297785627,-0.160104069,3540.8593354 +188,-1.631894563,0.7343596465,427,-1.297785627,-0.160104069,3744.7362039 +189,-1.653765416,0.6770714026,427,-1.297785627,-0.160104069,3566.347963 +190,-1.719812114,0.6715965947,427,-1.297785627,-0.160104069,3644.1536801 +191,-1.493406659,0.6646955447,427,-1.297785627,-0.160104069,3346.2371908 +192,-1.469120564,0.6613469966,427,-1.297785627,-0.160104069,3315.0441732 +193,-1.590551461,0.5326612937,427,-1.297785627,-0.160104069,2961.3993629 +194,-1.625979264,0.5247742243,427,-1.297785627,-0.160104069,2986.9491647 +195,-1.572293943,0.5238808754,427,-1.297785627,-0.160104069,2904.0930853 +196,-1.610848725,0.5477107964,427,-1.297785627,-0.160104069,3044.7934164 +197,-1.208485554,0.7918526018,427,-1.297785627,-0.160104069,3784.1225099 +198,-1.335601374,0.6869083083,427,-1.297785627,-0.160104069,3357.8999087 +199,-1.346156996,0.6825213377,427,-1.297785627,-0.160104069,3342.3918264 +200,-1.324381037,0.6741422347,427,-1.297785627,-0.160104069,3305.90772 +201,-1.242424992,0.7378949807,427,-1.297785627,-0.160104069,3562.638476 +202,-1.270370057,0.7392461008,427,-1.297785627,-0.160104069,3563.7127897 +203,-1.448950472,0.7441675014,427,-1.297785627,-0.160104069,3623.3860543 +204,-1.492662363,0.7523026852,427,-1.297785627,-0.160104069,3681.9182002 +205,-1.479098966,0.7763855017,427,-1.297785627,-0.160104069,3765.9164659 +206,-1.633760714,0.7869022408,427,-1.297785627,-0.160104069,3938.1613617 +207,-1.647406434,0.8101289331,427,-1.297785627,-0.160104069,4037.5809623 +208,-1.564245052,0.5701509278,427,-1.297785627,-0.160104069,3062.665276 +209,-1.646289963,0.6833746083,427,-1.297785627,-0.160104069,3578.8454001 +210,-1.5820631,0.6751952144,427,-1.297785627,-0.160104069,3470.8756728 +211,-1.613236298,0.6681681791,427,-1.297785627,-0.160104069,3481.7649575 +212,-1.914661867,0.8212566515,427,-1.297785627,-0.160104069,4452.8304224 +213,-1.742133237,0.7250275956,427,-1.297785627,-0.160104069,3860.7062434 +214,-2.033144872,0.6557314699,427,-1.297785627,-0.160104069,4224.9873316 +215,-2.039551981,0.6964723658,427,-1.297785627,-0.160104069,4346.106871 +216,-1.247341019,0.7622473908,427,-1.297785627,-0.160104069,3657.9461774 +217,-1.298239787,0.7084123392,427,-1.297785627,-0.160104069,3440.193894 +218,-1.308539688,0.6926545592,427,-1.297785627,-0.160104069,3378.0079738 +219,-1.303263185,0.6888938396,427,-1.297785627,-0.160104069,3362.9410446 +220,-1.852400229,0.6004246149,427,-1.297785627,-0.160104069,3661.2467185 +221,-1.288947707,0.7473773692,427,-1.297785627,-0.160104069,3594.6761308 +222,-1.372031502,0.7472790993,427,-1.297785627,-0.160104069,3604.1644862 +223,-1.289805721,0.7242157877,427,-1.297785627,-0.160104069,3502.9115153 +224,-1.350807603,0.7533498126,427,-1.297785627,-0.160104069,3623.251766 +225,-1.329290365,0.7560442322,427,-1.297785627,-0.160104069,3630.6428269 +226,-1.410153004,0.616936428,427,-1.297785627,-0.160104069,3106.4400931 +227,-1.393445434,0.6308995063,427,-1.297785627,-0.160104069,3153.4164748 +228,-1.37595573,0.6241540638,427,-1.297785627,-0.160104069,3120.1417313 +229,-1.358388707,0.6172645205,427,-1.297785627,-0.160104069,3087.4940421 +230,-1.753741133,0.8281661666,427,-1.297785627,-0.160104069,4230.0855293 +231,-1.47430987,0.6834615681,427,-1.297785627,-0.160104069,3404.0000596 +232,-1.421012508,0.7222725206,427,-1.297785627,-0.160104069,3523.8170719 +233,-1.4476833,0.6978557868,427,-1.297785627,-0.160104069,3442.5787911 +234,-1.470370723,0.6966193374,427,-1.297785627,-0.160104069,3452.0694016 +235,-1.429211703,0.7037216883,427,-1.297785627,-0.160104069,3455.3079415 +236,-1.700578405,0.6178673663,427,-1.297785627,-0.160104069,3429.9114905 +237,-1.678117619,0.6331716163,427,-1.297785627,-0.160104069,3447.0121321 +238,-1.725644578,0.6316331145,427,-1.297785627,-0.160104069,3518.2668202 +239,-2.14012759,0.7930497945,427,-1.297785627,-0.160104069,4815.9125003 +240,-2.103289431,0.7653606263,427,-1.297785627,-0.160104069,4666.2533923 +241,-1.318739838,0.7017808746,427,-1.297785627,-0.160104069,3414.7898518 +242,-1.396417427,0.7077900843,427,-1.297785627,-0.160104069,3456.6166655 +243,-1.35650337,0.7185539404,427,-1.297785627,-0.160104069,3486.9489926 +244,-1.248884539,0.7274156818,427,-1.297785627,-0.160104069,3519.9656844 +245,-1.395014798,0.5761185243,427,-1.297785627,-0.160104069,2939.1684829 +246,-1.433377362,0.6064716109,427,-1.297785627,-0.160104069,3078.6861194 +247,-1.408172432,0.5903155476,427,-1.297785627,-0.160104069,3001.2933141 +248,-1.749645898,0.7757118084,427,-1.297785627,-0.160104069,4044.5865379 +249,-1.571626686,0.615046989,427,-1.297785627,-0.160104069,3236.8953784 +250,-1.514070049,0.6303003037,427,-1.297785627,-0.160104069,3233.0636701 +251,-1.480890369,0.6237966528,427,-1.297785627,-0.160104069,3179.4808208 +252,-1.704390658,0.5281680612,427,-1.297785627,-0.160104069,3134.8794052 +253,-1.64434733,0.5254277498,427,-1.297785627,-0.160104069,3019.1456134 +254,-1.703855997,0.4792484842,427,-1.297785627,-0.160104069,2973.3192307 +255,-1.692002383,0.5748825051,427,-1.297785627,-0.160104069,3269.2635783 +256,-1.854136457,0.5544643913,427,-1.297785627,-0.160104069,3528.4186084 +257,-1.665021206,0.520317736,427,-1.297785627,-0.160104069,3036.9521102 +258,-1.733654349,0.4845187345,427,-1.297785627,-0.160104069,3051.4545088 +259,-1.720938188,0.5135933906,427,-1.297785627,-0.160104069,3118.9411875 +260,-1.742668307,0.553296122,427,-1.297785627,-0.160104069,3290.2651033 +261,-1.965659039,0.7142126903,427,-1.297785627,-0.160104069,4233.1954745 +262,-1.944438071,0.6772834804,427,-1.297785627,-0.160104069,4083.2155313 +263,-1.270340967,0.7681487096,427,-1.297785627,-0.160104069,3678.1319699 +264,-1.353091884,0.6549276821,427,-1.297785627,-0.160104069,3234.8514916 +265,-1.333236659,0.6413584414,427,-1.297785627,-0.160104069,3177.3326041 +266,-1.352015998,0.6753788907,427,-1.297785627,-0.160104069,3315.3935895 +267,-1.377988483,0.6577816235,427,-1.297785627,-0.160104069,3253.255201 +268,-2.13075611,0.8318642051,427,-1.297785627,-0.160104069,4892.2864641 +269,-2.097910953,0.8259670014,427,-1.297785627,-0.160104069,4810.0105405 +270,-1.416382069,0.6694271549,427,-1.297785627,-0.160104069,3314.8769502 +271,-1.538905672,0.7535625993,427,-1.297785627,-0.160104069,3722.2018499 +272,-1.572309477,0.7803125099,427,-1.297785627,-0.160104069,3852.3409392 +273,-1.87759879,0.7503853417,427,-1.297785627,-0.160104069,4169.196109 +274,1.152365588,0.590457682,427,-1.297785627,-0.160104069,9408.4843914 +275,0.350198001,0.718001859,427,-1.297785627,-0.160104069,6867.2937843 +276,0.046513677,0.491503852,427,-1.297785627,-0.160104069,5744.6135956 +277,0.027510309,0.742571376,427,-1.297785627,-0.160104069,5948.5221787 +278,0.306285725,-0.214631579,427,-1.297785627,-0.160104069,6214.5375374 +279,-1.100564889,0.318051531,427,-1.297785627,-0.160104069,2044.9352105 +280,-1.078582306,0.301437596,427,-1.297785627,-0.160104069,2019.5851034 +281,-1.137371989,-0.617634065,427,-1.297785627,-0.160104069,1902.8363139 +282,0.784356344,0.703272339,427,-1.297785627,-0.160104069,8167.0518919 +283,-1.221209947,0.218327455,427,-1.297785627,-0.160104069,1528.96143 +284,2.347301921,-0.449114658,427,-1.297785627,-0.160104069,9347.6270278 +285,0.246820618,0.830553713,427,-1.297785627,-0.160104069,6619.7417092 +286,0.829414965,0.703288228,427,-1.297785627,-0.160104069,8299.4232465 +287,-1.337537566,0.42332223,427,-1.297785627,-0.160104069,2316.0592525 +288,0.882453706,0.454478077,427,-1.297785627,-0.160104069,8661.5978953 +289,1.575629659,0.416419109,427,-1.297785627,-0.160104069,11008.496285 +290,-1.039455679,0.229888244,427,-1.297785627,-0.160104069,1848.9669751 +291,0.489558039,0.934482747,427,-1.297785627,-0.160104069,7240.246944 +292,0.081344504,0.88384514,427,-1.297785627,-0.160104069,6237.7606814 +293,-1.547979814,0.300350308,427,-1.297785627,-0.160104069,2070.2970064 +294,0.040776181,0.168560074,427,-1.297785627,-0.160104069,5435.4837821 +295,-1.130374745,0.563894876,427,-1.297785627,-0.160104069,2936.8371386 +296,1.578326642,0.478507176,427,-1.297785627,-0.160104069,10838.972914 +297,-1.12861823,-0.291640865,427,-1.297785627,-0.160104069,834.96777669 +298,0.310524208,0.770885792,427,-1.297785627,-0.160104069,6768.843404 +299,0.415649091,-0.387246002,427,-1.297785627,-0.160104069,6498.3961312 +300,-0.926533878,-0.188022748,427,-1.297785627,-0.160104069,1452.2195592 +301,1.258856172,-0.11716081,427,-1.297785627,-0.160104069,9887.0193362 +302,-1.126050026,0.322941926,427,-1.297785627,-0.160104069,2027.657452 +303,2.002785835,0.07893892,427,-1.297785627,-0.160104069,11740.978226 +304,0.440437607,0.746258085,427,-1.297785627,-0.160104069,7137.205725 +305,-0.030391866,0.214441206,427,-1.297785627,-0.160104069,5203.5903347 +306,0.521557815,-0.058929362,427,-1.297785627,-0.160104069,7153.5583546 +307,-0.097005111,0.13317729,427,-1.297785627,-0.160104069,4878.5942759 +308,1.83113859,0.221857587,427,-1.297785627,-0.160104069,12194.332264 +309,0.222428864,0.099404236,427,-1.297785627,-0.160104069,6087.833817 +310,-1.702731345,0.8728568183,427,-1.297785627,-0.160104069,4324.2630383 +311,-0.418507569,0.278324921,427,-1.297785627,-0.160104069,3860.2695783 +312,-1.41153306,0.339029988,427,-1.297785627,-0.160104069,2026.2970745 +313,0.357560442,0.114788776,427,-1.297785627,-0.160104069,6622.9867549 +314,0.325818979,0.268352149,427,-1.297785627,-0.160104069,6588.8929444 +315,-1.246004659,-0.663679965,427,-1.297785627,-0.160104069,2003.2030919 +316,1.814603087,0.637404484,427,-1.297785627,-0.160104069,10550.346707 +317,1.843704281,-0.18300445,427,-1.297785627,-0.160104069,11084.795597 +318,1.690644492,-0.211480909,427,-1.297785627,-0.160104069,10853.283135 +319,-1.275451936,0.068109467,427,-1.297785627,-0.160104069,908.24426825 +320,0.762430171,-0.207594741,427,-1.297785627,-0.160104069,7944.3849882 +321,0.265668905,-0.014647884,427,-1.297785627,-0.160104069,6183.9687666 +322,-2.773032013,-0.335515811,427,-1.297785627,-0.160104069,5659.8629079 +323,-1.469512853,0.174058777,427,-1.297785627,-0.160104069,1486.713303 +324,0.286276986,0.785925691,427,-1.297785627,-0.160104069,6706.543256 +325,-1.379324697,0.377432233,427,-1.297785627,-0.160104069,2152.6527167 +326,-1.203778265,0.212813032,427,-1.297785627,-0.160104069,1522.7744639 +327,0.579916301,0.611743168,427,-1.297785627,-0.160104069,7578.0231479 +328,0.267582642,0.868113908,427,-1.297785627,-0.160104069,6691.183017 +329,0.412869244,-0.050245578,427,-1.297785627,-0.160104069,6736.0773738 +330,0.17524381,0.976660285,427,-1.297785627,-0.160104069,6531.8246299 +331,0.743157214,0.204812899,427,-1.297785627,-0.160104069,8161.3487888 +332,-1.070758176,0.269382282,427,-1.297785627,-0.160104069,1920.3513293 +333,-1.230364251,0.329790229,427,-1.297785627,-0.160104069,1958.260004 +334,-1.374813124,-0.024926835,427,-1.297785627,-0.160104069,615.50248477 +335,0.519780566,0.463669906,427,-1.297785627,-0.160104069,7374.8885731 +336,-1.55108034,0.239698561,427,-1.297785627,-0.160104069,1870.6561587 +337,0.180294813,0.029739425,427,-1.297785627,-0.160104069,5878.3989533 +338,0.67820924,0.268170153,427,-1.297785627,-0.160104069,7927.859219 +339,0.445798684,1.024001867,427,-1.297785627,-0.160104069,7118.5221262 +340,0.691751283,0.150521402,427,-1.297785627,-0.160104069,7942.1928547 +341,-1.036643551,-0.903056181,427,-1.297785627,-0.160104069,3062.248508 +342,-0.120287036,1.083325163,427,-1.297785627,-0.160104069,6077.8786903 +343,2.823513113,-0.304487164,427,-1.297785627,-0.160104069,8191.6585602 +344,0.457583172,1.12513373,427,-1.297785627,-0.160104069,7108.4424073 +345,0.042918831,0.813795399,427,-1.297785627,-0.160104069,6068.4457078 +346,1.196146777,-0.853142756,427,-1.297785627,-0.160104069,7841.7580919 +347,0.206001358,-0.010430701,427,-1.297785627,-0.160104069,5953.3127818 +348,-0.268308653,0.234799412,427,-1.297785627,-0.160104069,4339.1472997 +349,0.759363263,0.736189579,427,-1.297785627,-0.160104069,8066.2520462 +350,0.181363926,0.891988372,427,-1.297785627,-0.160104069,6488.9168742 +351,-0.021111158,0.139103292,427,-1.297785627,-0.160104069,5174.6653352 +352,-0.093355215,0.630686981,427,-1.297785627,-0.160104069,5458.2749832 +353,0.40118964,0.681375926,427,-1.297785627,-0.160104069,7013.1510202 +354,-0.721197315,1.304706234,427,-1.297785627,-0.160104069,5968.9699092 +355,-1.076150317,0.212107639,427,-1.297785627,-0.160104069,1713.1530895 +356,-1.577164531,0.273993443,427,-1.297785627,-0.160104069,2039.0474044 +357,-0.190788414,0.182208586,427,-1.297785627,-0.160104069,4568.4095261 +358,-0.261349752,0.209710184,427,-1.297785627,-0.160104069,4334.9422599 +359,-1.029303852,0.083549259,427,-1.297785627,-0.160104069,1433.55787 +360,-1.268609162,0.330525297,427,-1.297785627,-0.160104069,1946.7211878 +361,1.282982244,-0.926641967,427,-1.297785627,-0.160104069,7742.6162884 +362,0.217352334,0.731352408,427,-1.297785627,-0.160104069,6481.9506119 +363,-1.511833084,0.258629297,427,-1.297785627,-0.160104069,1859.4234457 +364,0.338812194,0.823184618,427,-1.297785627,-0.160104069,6862.5912109 +365,-0.324406489,1.134201999,427,-1.297785627,-0.160104069,5863.5542185 +366,1.389579348,0.399185724,427,-1.297785627,-0.160104069,10477.777557 +367,2.047152199,-0.039082036,427,-1.297785627,-0.160104069,11318.375674 +368,0.947780369,0.568250077,427,-1.297785627,-0.160104069,8798.6273583 +369,0.763824846,0.576754987,427,-1.297785627,-0.160104069,8191.3862223 +370,-0.142334657,0.928153068,427,-1.297785627,-0.160104069,5780.886978 +371,0.610266567,0.547265983,427,-1.297785627,-0.160104069,7688.7571107 +372,0.210731629,0.746815056,427,-1.297785627,-0.160104069,6472.447184 +373,-1.34931644,0.316895224,427,-1.297785627,-0.160104069,1900.1090103 +374,2.407696481,0.655030745,427,-1.297785627,-0.160104069,9634.196346 +375,0.64207831,0.545359131,427,-1.297785627,-0.160104069,7796.6507217 +376,1.174597538,0.840588356,427,-1.297785627,-0.160104069,8948.3521536 +377,0.660059424,0.010604079,427,-1.297785627,-0.160104069,7741.5260287 +378,-0.730263819,0.010486456,427,-1.297785627,-0.160104069,2338.4624336 +379,0.831068936,0.512339172,427,-1.297785627,-0.160104069,8452.2936199 +380,1.301180979,0.72367476,427,-1.297785627,-0.160104069,9516.3361791 +381,1.811128231,0.322854402,427,-1.297785627,-0.160104069,11787.088065 +382,0.435105812,0.992284428,427,-1.297785627,-0.160104069,7102.9413955 +383,0.62643634,0.592027932,427,-1.297785627,-0.160104069,7733.8425708 +384,0.492988703,-0.516339467,427,-1.297785627,-0.160104069,6653.0496573 +385,-0.162469483,0.112549365,427,-1.297785627,-0.160104069,4609.5609818 +386,0.314630866,0.472006421,427,-1.297785627,-0.160104069,6654.8088024 +387,0.166744804,0.822815954,427,-1.297785627,-0.160104069,6402.7932298 +388,0.417159608,0.965805736,427,-1.297785627,-0.160104069,7067.1923209 +389,0.106334961,0.868774244,427,-1.297785627,-0.160104069,6285.1396543 +390,0.815086969,-0.338144359,427,-1.297785627,-0.160104069,7971.9932886 +391,0.59867455,-0.230624824,427,-1.297785627,-0.160104069,7309.1222689 +392,1.915104874,0.066220985,427,-1.297785627,-0.160104069,11978.052075 +393,1.278093622,0.064463721,427,-1.297785627,-0.160104069,10186.425977 +394,-0.061477853,0.302997961,427,-1.297785627,-0.160104069,5172.889671 +395,0.251311504,0.626976942,427,-1.297785627,-0.160104069,6523.9902829 +396,2.950242872,0.149095644,427,-1.297785627,-0.160104069,8119.2764966 +397,-0.180294708,0.35375117,427,-1.297785627,-0.160104069,4804.1404957 +398,1.010448592,-0.351180233,427,-1.297785627,-0.160104069,8616.7750552 +399,-1.748740498,0.3686318073,427,-1.297785627,-0.160104069,2732.2237553 +400,2.699635665,0.123533791,427,-1.297785627,-0.160104069,9087.2226131 +401,0.496808033,0.823843254,427,-1.297785627,-0.160104069,7287.6977682 +402,0.129574704,0.763364087,427,-1.297785627,-0.160104069,6254.6342737 +403,1.798920311,0.817447563,427,-1.297785627,-0.160104069,9835.7044369 +404,0.335987953,0.746786541,427,-1.297785627,-0.160104069,6833.9077399 +405,-1.085413643,0.292154671,427,-1.297785627,-0.160104069,1975.2007153 +406,-0.155321003,0.508207011,427,-1.297785627,-0.160104069,5095.1587764 +407,0.620529244,-0.301175104,427,-1.297785627,-0.160104069,7320.4166285 +408,1.684402744,0.368716966,427,-1.297785627,-0.160104069,11417.91696 +409,0.300582244,-0.386397212,427,-1.297785627,-0.160104069,6083.7784743 +410,2.913555946,-0.009225192,427,-1.297785627,-0.160104069,8172.1777819 +411,1.465101417,0.493232532,427,-1.297785627,-0.160104069,10512.05783 +412,0.090612882,0.907955955,427,-1.297785627,-0.160104069,6283.2113395 +413,2.987564726,-0.729568594,427,-1.297785627,-0.160104069,7013.6132781 +414,-1.484261606,0.224149272,427,-1.297785627,-0.160104069,1689.6258976 +415,0.164073421,0.303955133,427,-1.297785627,-0.160104069,6005.1600674 +416,0.141441293,0.167552546,427,-1.297785627,-0.160104069,5820.7338994 +417,2.931321023,-0.506718887,427,-1.297785627,-0.160104069,7527.7484205 +418,2.21951565,0.700596356,427,-1.297785627,-0.160104069,9926.8988566 +419,0.268112576,1.199114336,427,-1.297785627,-0.160104069,6805.424659 +420,0.978913739,0.359223811,427,-1.297785627,-0.160104069,9053.8974327 +421,1.210898818,0.522863584,427,-1.297785627,-0.160104069,9698.4007814 +422,2.347397336,0.129231362,427,-1.297785627,-0.160104069,10466.707348 +423,0.614394501,0.556878345,427,-1.297785627,-0.160104069,7701.1723939 +424,-1.398079356,0.148483366,427,-1.297785627,-0.160104069,1284.7613834 +425,2.535303836,-0.112984496,427,-1.297785627,-0.160104069,9507.7186135 +426,-1.019372593,-0.405322349,427,-1.297785627,-0.160104069,1434.336496 +427,-1.297785627,-0.160104069,427,-1.297785627,-0.160104069,0 +428,2.144554488,0.205051084,427,-1.297785627,-0.160104069,11259.189222 +429,-2.242387083,-0.426171285,427,-1.297785627,-0.160104069,3708.9251435 +430,0.338637212,0.909723676,427,-1.297785627,-0.160104069,6880.8406064 +431,-0.148798452,0.691042401,427,-1.297785627,-0.160104069,5384.503747 +432,0.893524764,0.441829531,427,-1.297785627,-0.160104069,8707.1548567 +433,0.969229347,-0.368847936,427,-1.297785627,-0.160104069,8448.8488266 +434,0.436043248,0.800045688,427,-1.297785627,-0.160104069,7124.9052869 +435,1.687946607,1.081504775,427,-1.297785627,-0.160104069,8766.2830614 +436,0.522302046,-0.034889271,427,-1.297785627,-0.160104069,7173.1764706 +437,-0.178996113,-0.438090009,427,-1.297785627,-0.160104069,4337.0827801 +438,-1.094339566,0.301444068,427,-1.297785627,-0.160104069,1994.1755658 +439,-1.064070054,0.242569932,427,-1.297785627,-0.160104069,1840.6199275 +440,-1.068153768,0.230387998,427,-1.297785627,-0.160104069,1791.1229845 +441,-3.00496892,-0.23989155,427,-1.297785627,-0.160104069,6588.8569117 +442,0.21751974,0.766874888,427,-1.297785627,-0.160104069,6504.1605737 +443,0.117229532,0.007619006,427,-1.297785627,-0.160104069,5617.7157883 +444,0.777758451,0.420554741,427,-1.297785627,-0.160104069,8299.9647404 +445,-0.252356999,0.250747086,427,-1.297785627,-0.160104069,4416.9603649 +446,0.363148444,0.768483434,427,-1.297785627,-0.160104069,6917.4614145 +447,0.903191366,-0.118210676,427,-1.297785627,-0.160104069,8570.995297 +448,-0.205755923,0.149406178,427,-1.297785627,-0.160104069,4478.8346696 +449,1.811996086,0.02364353,427,-1.297785627,-0.160104069,11888.979 +450,-1.100670221,0.314845373,427,-1.297785627,-0.160104069,2033.1005974 +451,0.340078597,0.850105132,427,-1.297785627,-0.160104069,6872.2295183 +452,0.258757267,0.804969236,427,-1.297785627,-0.160104069,6639.2316146 +453,2.78505352,-0.155160804,427,-1.297785627,-0.160104069,8526.9208714 +454,0.800551619,0.105822106,427,-1.297785627,-0.160104069,8346.5386889 +455,0.437940882,-0.506194031,427,-1.297785627,-0.160104069,6477.4361084 +456,2.230431122,0.63458615,427,-1.297785627,-0.160104069,10106.191919 +457,0.527965361,0.127667701,427,-1.297785627,-0.160104069,7293.5151072 +458,-0.063643205,0.702093448,427,-1.297785627,-0.160104069,5641.4538932 +459,1.408447268,0.133010502,427,-1.297785627,-0.160104069,10734.850904 +460,0.523795955,0.280266966,427,-1.297785627,-0.160104069,7344.0915824 +461,-0.975769313,0.072177659,427,-1.297785627,-0.160104069,1569.365941 +462,0.549774164,-0.463663986,427,-1.297785627,-0.160104069,6898.4657022 +463,0.29245874,1.095549818,427,-1.297785627,-0.160104069,6820.4812668 +464,0.143625958,0.816809593,427,-1.297785627,-0.160104069,6336.8827004 +465,0.671902494,0.611159853,427,-1.297785627,-0.160104069,7875.7492502 +466,1.239840988,0.6724199,427,-1.297785627,-0.160104069,9492.2838037 +467,0.607829703,-0.10932137,427,-1.297785627,-0.160104069,7449.8638035 +468,1.763020906,0.263996692,427,-1.297785627,-0.160104069,11927.026159 +469,0.378714634,0.726066797,427,-1.297785627,-0.160104069,6953.8498582 +470,2.196736143,-0.153862366,427,-1.297785627,-0.160104069,10577.105083 +471,0.01702415,0.148991565,427,-1.297785627,-0.160104069,5328.9865621 +472,-2.998490902,-0.158002487,427,-1.297785627,-0.160104069,6623.5039949 +473,-3.051262951,-0.346595608,427,-1.297785627,-0.160104069,6676.5495673 +474,-1.069176439,0.182802941,427,-1.297785627,-0.160104069,1629.9258845 +475,0.167157509,0.595344954,427,-1.297785627,-0.160104069,6233.9777707 +476,0.613855648,0.681746124,427,-1.297785627,-0.160104069,7666.6398584 +477,1.037012736,0.682555367,427,-1.297785627,-0.160104069,8924.1996218 +478,-1.253574971,0.379755746,427,-1.297785627,-0.160104069,2145.2785911 +479,3.108590453,-0.132620738,427,-1.297785627,-0.160104069,7320.1212786 +480,0.565301296,0.022333262,427,-1.297785627,-0.160104069,7378.8764358 +481,0.547898238,0.855555614,427,-1.297785627,-0.160104069,7412.5669146 +482,0.948309381,0.417393755,427,-1.297785627,-0.160104069,8915.3352407 +483,-0.050600732,0.945269213,427,-1.297785627,-0.160104069,6005.6415897 +484,-0.977651478,-0.572363064,427,-1.297785627,-0.160104069,2009.4522442 +485,1.102014914,0.728861163,427,-1.297785627,-0.160104069,9019.9268848 +486,2.927300795,-0.282939414,427,-1.297785627,-0.160104069,7849.2150372 +487,-1.154565557,0.124434095,427,-1.297785627,-0.160104069,1260.8722618 +488,1.855331234,0.291044755,427,-1.297785627,-0.160104069,11923.290846 +489,0.830290659,0.276904518,427,-1.297785627,-0.160104069,8508.823456 +490,0.485104466,-0.234867441,427,-1.297785627,-0.160104069,6878.5317077 +491,0.521367572,-0.33161327,427,-1.297785627,-0.160104069,6928.9256338 +1,-1.539031704,0.7349710123,428,2.144554488,0.205051084,8230.696106 +2,-1.536990553,0.7349663874,428,2.144554488,0.205051084,8234.171341 +3,-1.534951779,0.7349571355,428,2.144554488,0.205051084,8237.6475195 +4,-1.532906461,0.7349480293,428,2.144554488,0.205051084,8241.1242329 +5,-1.531320211,0.7346937278,428,2.144554488,0.205051084,8244.6173307 +6,-1.539451648,0.7335131775,428,2.144554488,0.205051084,8234.6939454 +7,-1.537429487,0.7335445708,428,2.144554488,0.205051084,8238.0293279 +8,-1.535484998,0.7335658704,428,2.144554488,0.205051084,8241.2557732 +9,-1.533488396,0.7336036027,428,2.144554488,0.205051084,8244.5074677 +10,-1.531497785,0.7335842962,428,2.144554488,0.205051084,8247.9243637 +11,-1.530259379,0.7334777758,428,2.144554488,0.205051084,8250.3526588 +12,-1.5335454,0.7322346912,428,2.144554488,0.205051084,8248.8521924 +13,-1.531489083,0.7322238773,428,2.144554488,0.205051084,8252.3587771 +14,-1.530011122,0.7321679851,428,2.144554488,0.205051084,8255.0292584 +15,-1.53348106,0.7306614094,428,2.144554488,0.205051084,8254.0634256 +16,-1.531441779,0.7306962275,428,2.144554488,0.205051084,8257.4001481 +17,-1.529755654,0.7306933243,428,2.144554488,0.205051084,8260.2541313 +18,-1.533415048,0.7291384674,428,2.144554488,0.205051084,8259.1129474 +19,-1.531392093,0.7291705353,428,2.144554488,0.205051084,8262.4378089 +20,-1.529296523,0.7291214933,428,2.144554488,0.205051084,8266.1385696 +21,-1.535280942,0.727267644,428,2.144554488,0.205051084,8261.9965406 +22,-1.533378158,0.7276139666,428,2.144554488,0.205051084,8264.1167263 +23,-1.531340368,0.7276446587,428,2.144554488,0.205051084,8267.4781551 +24,-1.528960113,0.7276398177,428,2.144554488,0.205051084,8271.5235072 +25,-1.533313146,0.7260818349,428,2.144554488,0.205051084,8269.1916837 +26,-1.531259555,0.7260958115,428,2.144554488,0.205051084,8272.6410896 +27,-1.528926415,0.7260865555,428,2.144554488,0.205051084,8276.6289966 +28,-1.531226779,0.7245511789,428,2.144554488,0.205051084,8277.7073415 +29,-1.528904772,0.7245519194,428,2.144554488,0.205051084,8281.6519735 +30,-1.547195875,0.7409785979,428,2.144554488,0.205051084,8197.4329203 +31,-1.5451475,0.740980426,428,2.144554488,0.205051084,8200.911268 +32,-1.543097679,0.7409798872,428,2.144554488,0.205051084,8204.3896819 +33,-1.540720364,0.7409892687,428,2.144554488,0.205051084,8208.3789002 +34,-1.547188511,0.7395198392,428,2.144554488,0.205051084,8202.1398253 +35,-1.545148587,0.7395226109,428,2.144554488,0.205051084,8205.607622 +36,-1.543104538,0.7395314908,428,2.144554488,0.205051084,8209.0527457 +37,-1.540727751,0.7395306258,428,2.144554488,0.205051084,8213.0821704 +38,-1.547187029,0.7380014886,428,2.144554488,0.205051084,8207.026826 +39,-1.545147315,0.7380012252,428,2.144554488,0.205051084,8210.5112013 +40,-1.54310719,0.7380060743,428,2.144554488,0.205051084,8213.9698412 +41,-1.540719671,0.7380068206,428,2.144554488,0.205051084,8218.0206196 +42,-1.547187189,0.7364799098,428,2.144554488,0.205051084,8211.9197 +43,-1.545149996,0.7364853874,428,2.144554488,0.205051084,8215.3884674 +44,-1.543106091,0.7364823484,428,2.144554488,0.205051084,8218.8861513 +45,-1.540717158,0.7364893901,428,2.144554488,0.205051084,8222.9273827 +46,-1.538663972,0.7410138672,428,2.144554488,0.205051084,8211.7652053 +47,-1.53695285,0.7409699132,428,2.144554488,0.205051084,8214.7838898 +48,-1.534910498,0.7409641297,428,2.144554488,0.205051084,8218.226569 +49,-1.533145034,0.7409536636,428,2.144554488,0.205051084,8221.2122094 +50,-1.538681336,0.7395405883,428,2.144554488,0.205051084,8216.5059895 +51,-1.536999189,0.7395183096,428,2.144554488,0.205051084,8219.4114861 +52,-1.534923633,0.7395144222,428,2.144554488,0.205051084,8222.9107224 +53,-1.533267822,0.7395654306,428,2.144554488,0.205051084,8225.5190224 +54,-1.53867273,0.7380151077,428,2.144554488,0.205051084,8221.4578945 +55,-1.536980576,0.7379994392,428,2.144554488,0.205051084,8224.3646796 +56,-1.534931522,0.7379944961,428,2.144554488,0.205051084,8227.8299287 +57,-1.533387952,0.7379480264,428,2.144554488,0.205051084,8230.5724928 +58,-1.538682279,0.7364914363,428,2.144554488,0.205051084,8226.3715704 +59,-1.536980704,0.7364810563,428,2.144554488,0.205051084,8229.2830912 +60,-1.534935567,0.7364752065,428,2.144554488,0.205051084,8232.751819 +61,-1.533042592,0.7363876366,428,2.144554488,0.205051084,8236.2203058 +62,-1.545143426,0.7349628011,428,2.144554488,0.205051084,8220.3015789 +63,-1.543105297,0.7349691947,428,2.144554488,0.205051084,8223.7661556 +64,-1.541064533,0.7349647152,428,2.144554488,0.205051084,8227.260283 +65,-1.545411803,0.7334624714,428,2.144554488,0.205051084,8224.6695261 +66,-1.543446606,0.7334780896,428,2.144554488,0.205051084,8227.9879496 +67,-1.541475327,0.7334957295,428,2.144554488,0.205051084,8231.3008038 +68,-1.545401939,0.731963266,428,2.144554488,0.205051084,8229.5088083 +69,-1.54342253,0.7319915583,428,2.144554488,0.205051084,8232.8175891 +70,-1.541455867,0.7320216438,428,2.144554488,0.205051084,8236.0890959 +71,-1.545410146,0.7304422281,428,2.144554488,0.205051084,8234.3855181 +72,-1.543435491,0.7304713664,428,2.144554488,0.205051084,8237.6904614 +73,-1.541463105,0.7304997613,428,2.144554488,0.205051084,8240.9842469 +74,-1.545414768,0.7289194936,428,2.144554488,0.205051084,8239.2720747 +75,-1.543435774,0.7289538557,428,2.144554488,0.205051084,8242.5747156 +76,-1.541457714,0.7289765881,428,2.144554488,0.205051084,8245.9034681 +77,-1.539449415,0.7320555866,428,2.144554488,0.205051084,8239.4063939 +78,-1.537429183,0.7321097681,428,2.144554488,0.205051084,8242.6716058 +79,-1.535472649,0.7321497267,428,2.144554488,0.205051084,8245.8644816 +80,-1.539457899,0.7305333307,428,2.144554488,0.205051084,8244.3077577 +81,-1.537453161,0.7305750503,428,2.144554488,0.205051084,8247.594065 +82,-1.535479385,0.7306124949,428,2.144554488,0.205051084,8250.8314592 +83,-1.53946905,0.7290102593,428,2.144554488,0.205051084,8249.2054015 +84,-1.537459922,0.7290417293,428,2.144554488,0.205051084,8252.5394915 +85,-1.535451349,0.7290890157,428,2.144554488,0.205051084,8255.8113309 +86,-1.535522937,0.7279887191,428,2.144554488,0.205051084,8259.2503785 +87,-1.539442524,0.7274735939,428,2.144554488,0.205051084,8254.209748 +88,-1.537424111,0.727521351,428,2.144554488,0.205051084,8257.5141421 +89,-1.539384641,0.7259505092,428,2.144554488,0.205051084,8259.2226221 +90,-1.537372391,0.7259947145,428,2.144554488,0.205051084,8262.5348033 +91,-1.535340789,0.7260435356,428,2.144554488,0.205051084,8265.8548488 +92,-1.539325716,0.7244369706,428,2.144554488,0.205051084,8264.2051622 +93,-1.537308932,0.7244801057,428,2.144554488,0.205051084,8267.5353968 +94,-1.535289068,0.7245247645,428,2.144554488,0.205051084,8270.8556474 +95,-1.533261366,0.7245550236,428,2.144554488,0.205051084,8274.225516 +96,-1.539267302,0.722921924,428,2.144554488,0.205051084,8269.1903513 +97,-1.537248972,0.7229660258,428,2.144554488,0.205051084,8272.5269659 +98,-1.535219431,0.7229916471,428,2.144554488,0.205051084,8275.932198 +99,-1.53318962,0.7230212049,428,2.144554488,0.205051084,8279.3148102 +100,-1.531154816,0.7230299897,428,2.144554488,0.205051084,8282.762893 +101,-1.528878341,0.7230370244,428,2.144554488,0.205051084,8286.6173856 +102,-1.539218189,0.7214009878,428,2.144554488,0.205051084,8274.1770883 +103,-1.537198791,0.7214422745,428,2.144554488,0.205051084,8277.5315592 +104,-1.535179266,0.7214634354,428,2.144554488,0.205051084,8280.9409237 +105,-1.533156501,0.7214944644,428,2.144554488,0.205051084,8284.3136982 +106,-1.53113574,0.7215166021,428,2.144554488,0.205051084,8287.7015104 +107,-1.528874248,0.7215345535,428,2.144554488,0.205051084,8291.5028729 +108,-1.539217656,0.7198512397,428,2.144554488,0.205051084,8279.1710217 +109,-1.537199919,0.7199428763,428,2.144554488,0.205051084,8282.3675087 +110,-1.545425832,0.727397149,428,2.144554488,0.205051084,8244.1444414 +111,-1.543371177,0.7273916949,428,2.144554488,0.205051084,8247.7128516 +112,-1.541368852,0.7274523163,428,2.144554488,0.205051084,8250.9681656 +113,-1.545349067,0.7258710923,428,2.144554488,0.205051084,8249.1792028 +114,-1.54332671,0.7258603556,428,2.144554488,0.205051084,8252.715661 +115,-1.541346831,0.7259242142,428,2.144554488,0.205051084,8255.9288148 +116,-1.545324355,0.7243383958,428,2.144554488,0.205051084,8254.1435942 +117,-1.543292796,0.7243617413,428,2.144554488,0.205051084,8257.5934988 +118,-1.541295822,0.7244024384,428,2.144554488,0.205051084,8260.9175652 +119,-1.543193859,0.7205570215,428,2.144554488,0.205051084,8269.9931659 +120,-1.550257047,0.7386738187,428,2.144554488,0.205051084,8199.6071394 +121,-1.549335448,0.7311736483,428,2.144554488,0.205051084,8225.2565701 +122,-1.533478843,0.7179891343,428,2.144554488,0.205051084,8295.0987572 +123,-1.556150555,0.738907041,428,2.144554488,0.205051084,8188.707189 +124,-1.554324226,0.733414257,428,2.144554488,0.205051084,8209.4300641 +125,-1.554290846,0.7288285332,428,2.144554488,0.205051084,8224.138076 +126,-1.55122487,0.7219795312,428,2.144554488,0.205051084,8251.3874999 +127,-1.525104458,0.7229399862,428,2.144554488,0.205051084,8293.3328245 +128,-1.519607711,0.7236181429,428,2.144554488,0.205051084,8300.3748232 +129,-1.513899999,0.7251107854,428,2.144554488,0.205051084,8305.0003002 +130,-1.536620762,0.7431061895,428,2.144554488,0.205051084,8208.4119186 +131,-1.5369566,0.7460845958,428,2.144554488,0.205051084,8198.1857198 +132,-1.545345528,0.7447040685,428,2.144554488,0.205051084,8188.5690888 +133,-1.532813921,0.7432306626,428,2.144554488,0.205051084,8214.3592043 +134,-1.554788248,0.7382381001,428,2.144554488,0.205051084,8193.2010531 +135,-1.540348126,0.7301594274,428,2.144554488,0.205051084,8243.9918259 +136,-1.538016084,0.7239051786,428,2.144554488,0.205051084,8268.1755391 +137,-1.525288962,0.7258085137,428,2.144554488,0.205051084,8283.6785459 +138,-1.534326986,0.731241342,428,2.144554488,0.205051084,8250.7499251 +139,-1.530733872,0.7303625216,428,2.144554488,0.205051084,8259.67941 +141,-1.534354939,0.7328219978,428,2.144554488,0.205051084,8245.5786711 +142,-1.53157084,0.7292888153,428,2.144554488,0.205051084,8261.7513146 +143,-1.525691035,0.7263799874,428,2.144554488,0.205051084,8281.1394254 +144,-1.534031287,0.7495967835,428,2.144554488,0.205051084,8191.6249542 +145,-1.527714986,0.7283095957,428,2.144554488,0.205051084,8271.4465113 +146,-1.526189586,0.7271468292,428,2.144554488,0.205051084,8277.8019297 +147,-1.555177336,0.7375563366,428,2.144554488,0.205051084,8194.7087339 +148,-1.555080283,0.7312707794,428,2.144554488,0.205051084,8214.9612234 +149,-1.53856994,0.7224180299,428,2.144554488,0.205051084,8272.018514 +150,-1.530837883,0.729933372,428,2.144554488,0.205051084,8260.8978232 +151,-1.515066984,0.5854133365,428,2.144554488,0.205051084,8753.287495 +152,-1.534731633,0.5368370046,428,2.144554488,0.205051084,8863.127336 +153,-1.515231902,0.5607085576,428,2.144554488,0.205051084,8830.6027046 +154,-2.616253799,1.0684566605,428,2.144554488,0.205051084,5419.1803389 +155,-1.956071439,0.5792177723,428,2.144554488,0.205051084,7676.8699542 +156,-1.951208514,0.5602434208,428,2.144554488,0.205051084,7729.2243768 +157,-1.944675062,0.6062144545,428,2.144554488,0.205051084,7653.2898833 +158,-1.613778386,0.6077989518,428,2.144554488,0.205051084,8478.4263808 +159,-2.035029014,0.6021432345,428,2.144554488,0.205051084,7406.0554872 +160,-2.114989471,0.6801825058,428,2.144554488,0.205051084,7039.6042409 +161,-2.037382079,0.5765830025,428,2.144554488,0.205051084,7446.4355568 +162,-2.129855121,0.6585019963,428,2.144554488,0.205051084,7034.8953444 +163,-2.075141798,0.6493615843,428,2.144554488,0.205051084,7205.272058 +164,-1.828626729,0.6948433129,428,2.144554488,0.205051084,7750.0631405 +165,-1.863329418,0.6735427691,428,2.144554488,0.205051084,7717.23887 +166,-1.266037071,0.727988852,428,2.144554488,0.205051084,8620.0060398 +167,-1.277579582,0.7249010648,428,2.144554488,0.205051084,8620.5386608 +168,-1.258418684,0.7241194816,428,2.144554488,0.205051084,8641.6195459 +169,-1.317813974,0.6804850104,428,2.144554488,0.205051084,8741.4907542 +170,-1.344165204,0.6790988904,428,2.144554488,0.205051084,8714.2265577 +171,-1.427582102,0.5277120351,428,2.144554488,0.205051084,9109.5488465 +172,-1.402238616,0.457167829,428,2.144554488,0.205051084,9391.4926115 +173,-1.422454264,0.4996161999,428,2.144554488,0.205051084,9212.1507866 +174,-1.439089277,0.4894859811,428,2.144554488,0.205051084,9212.4910807 +175,-1.448126995,0.5182330266,428,2.144554488,0.205051084,9101.2127173 +176,-1.474626146,0.5881926574,428,2.144554488,0.205051084,8822.5705408 +177,-1.421139645,0.5584869783,428,2.144554488,0.205051084,9018.6111108 +178,-1.457037165,0.565943032,428,2.144554488,0.205051084,8928.2754063 +179,-2.757159358,0.3745319,428,2.144554488,0.205051084,5237.5298759 +180,-2.714309238,0.342054471,428,2.144554488,0.205051084,5412.5628674 +181,-2.000525337,0.774119946,428,2.144554488,0.205051084,7156.8194711 +183,-1.571413436,0.6777838382,428,2.144554488,0.205051084,8353.6977289 +184,-1.552860289,0.6987663893,428,2.144554488,0.205051084,8322.3685053 +185,-1.521852374,0.7165827476,428,2.144554488,0.205051084,8319.5523644 +186,-1.503656267,0.6928968252,428,2.144554488,0.205051084,8427.9907182 +187,-1.502753178,0.7136205882,428,2.144554488,0.205051084,8361.2959744 +188,-1.631894563,0.7343596465,428,2.144554488,0.205051084,8064.8817867 +189,-1.653765416,0.6770714026,428,2.144554488,0.205051084,8190.5315917 +190,-1.719812114,0.6715965947,428,2.144554488,0.205051084,8062.375932 +191,-1.493406659,0.6646955447,428,2.144554488,0.205051084,8538.2601467 +192,-1.469120564,0.6613469966,428,2.144554488,0.205051084,8590.9696314 +193,-1.590551461,0.5326612937,428,2.144554488,0.205051084,8749.9278724 +194,-1.625979264,0.5247742243,428,2.144554488,0.205051084,8688.0927792 +195,-1.572293943,0.5238808754,428,2.144554488,0.205051084,8817.8038416 +196,-1.610848725,0.5477107964,428,2.144554488,0.205051084,8659.2541282 +197,-1.208485554,0.7918526018,428,2.144554488,0.205051084,8423.2770064 +198,-1.335601374,0.6869083083,428,2.144554488,0.205051084,8696.6581278 +199,-1.346156996,0.6825213377,428,2.144554488,0.205051084,8699.3484496 +200,-1.324381037,0.6741422347,428,2.144554488,0.205051084,8756.7782556 +201,-1.242424992,0.7378949807,428,2.144554488,0.205051084,8603.631717 +202,-1.270370057,0.7392461008,428,2.144554488,0.205051084,8573.6761625 +203,-1.448950472,0.7441675014,428,2.144554488,0.205051084,8341.8658858 +204,-1.492662363,0.7523026852,428,2.144554488,0.205051084,8248.8246431 +205,-1.479098966,0.7763855017,428,2.144554488,0.205051084,8188.0076974 +206,-1.633760714,0.7869022408,428,2.144554488,0.205051084,7902.2343443 +207,-1.647406434,0.8101289331,428,2.144554488,0.205051084,7807.4528614 +208,-1.564245052,0.5701509278,428,2.144554488,0.205051084,8698.1318412 +209,-1.646289963,0.6833746083,428,2.144554488,0.205051084,8187.7215136 +210,-1.5820631,0.6751952144,428,2.144554488,0.205051084,8341.1843109 +211,-1.613236298,0.6681681791,428,2.144554488,0.205051084,8300.5605973 +212,-1.914661867,0.8212566515,428,2.144554488,0.205051084,7248.6314069 +213,-1.742133237,0.7250275956,428,2.144554488,0.205051084,7867.4964324 +214,-2.033144872,0.6557314699,428,2.144554488,0.205051084,7310.0793966 +215,-2.039551981,0.6964723658,428,2.144554488,0.205051084,7214.3592833 +216,-1.247341019,0.7622473908,428,2.144554488,0.205051084,8507.1688012 +217,-1.298239787,0.7084123392,428,2.144554488,0.205051084,8660.7425319 +218,-1.308539688,0.6926545592,428,2.144554488,0.205051084,8707.5661732 +219,-1.303263185,0.6888938396,428,2.144554488,0.205051084,8727.3483562 +220,-1.852400229,0.6004246149,428,2.144554488,0.205051084,7916.2970709 +221,-1.288947707,0.7473773692,428,2.144554488,0.205051084,8525.4791462 +222,-1.372031502,0.7472790993,428,2.144554488,0.205051084,8433.9818448 +223,-1.289805721,0.7242157877,428,2.144554488,0.205051084,8610.8959547 +224,-1.350807603,0.7533498126,428,2.144554488,0.205051084,8437.3734047 +225,-1.329290365,0.7560442322,428,2.144554488,0.205051084,8451.6883773 +226,-1.410153004,0.616936428,428,2.144554488,0.205051084,8838.5423712 +227,-1.393445434,0.6308995063,428,2.144554488,0.205051084,8816.4151957 +228,-1.37595573,0.6241540638,428,2.144554488,0.205051084,8866.3112496 +229,-1.358388707,0.6172645205,428,2.144554488,0.205051084,8916.2907648 +230,-1.753741133,0.8281661666,428,2.144554488,0.205051084,7559.8307377 +231,-1.47430987,0.6834615681,428,2.144554488,0.205051084,8508.4678152 +232,-1.421012508,0.7222725206,428,2.144554488,0.205051084,8457.6479036 +233,-1.4476833,0.6978557868,428,2.144554488,0.205051084,8502.3474682 +234,-1.470370723,0.6966193374,428,2.144554488,0.205051084,8470.784934 +235,-1.429211703,0.7037216883,428,2.144554488,0.205051084,8510.1162475 +236,-1.700578405,0.6178673663,428,2.144554488,0.205051084,8253.0175292 +237,-1.678117619,0.6331716163,428,2.144554488,0.205051084,8262.5671174 +238,-1.725644578,0.6316331145,428,2.144554488,0.205051084,8156.9084767 +239,-2.14012759,0.7930497945,428,2.144554488,0.205051084,6777.7759535 +240,-2.103289431,0.7653606263,428,2.144554488,0.205051084,6919.6739182 +241,-1.318739838,0.7017808746,428,2.144554488,0.205051084,8662.4397661 +242,-1.396417427,0.7077900843,428,2.144554488,0.205051084,8542.7167055 +243,-1.35650337,0.7185539404,428,2.144554488,0.205051084,8556.4477854 +244,-1.248884539,0.7274156818,428,2.144554488,0.205051084,8637.7443548 +245,-1.395014798,0.5761185243,428,2.144554488,0.205051084,9003.4780806 +246,-1.433377362,0.6064716109,428,2.144554488,0.205051084,8835.7069185 +247,-1.408172432,0.5903155476,428,2.144554488,0.205051084,8933.0158285 +248,-1.749645898,0.7757118084,428,2.144554488,0.205051084,7712.9692447 +249,-1.571626686,0.615046989,428,2.144554488,0.205051084,8546.4368987 +250,-1.514070049,0.6303003037,428,2.144554488,0.205051084,8612.4242465 +251,-1.480890369,0.6237966528,428,2.144554488,0.205051084,8694.661369 +252,-1.704390658,0.5281680612,428,2.144554488,0.205051084,8482.0974324 +253,-1.64434733,0.5254277498,428,2.144554488,0.205051084,8641.277355 +254,-1.703855997,0.4792484842,428,2.144554488,0.205051084,8608.5850066 +255,-1.692002383,0.5748825051,428,2.144554488,0.205051084,8389.8317562 +256,-1.854136457,0.5544643913,428,2.144554488,0.205051084,8016.396968 +257,-1.665021206,0.520317736,428,2.144554488,0.205051084,8603.4929172 +258,-1.733654349,0.4845187345,428,2.144554488,0.205051084,8514.0419303 +259,-1.720938188,0.5135933906,428,2.144554488,0.205051084,8476.0458875 +260,-1.742668307,0.553296122,428,2.144554488,0.205051084,8318.590365 +261,-1.965659039,0.7142126903,428,2.144554488,0.205051084,7369.4244778 +262,-1.944438071,0.6772834804,428,2.144554488,0.205051084,7502.9704978 +263,-1.270340967,0.7681487096,428,2.144554488,0.205051084,8465.0844878 +264,-1.353091884,0.6549276821,428,2.144554488,0.205051084,8789.4454872 +265,-1.333236659,0.6413584414,428,2.144554488,0.205051084,8864.5414666 +266,-1.352015998,0.6753788907,428,2.144554488,0.205051084,8717.5271408 +267,-1.377988483,0.6577816235,428,2.144554488,0.205051084,8744.8820023 +268,-2.13075611,0.8318642051,428,2.144554488,0.205051084,6732.741102 +269,-2.097910953,0.8259670014,428,2.144554488,0.205051084,6821.5736489 +270,-1.416382069,0.6694271549,428,2.144554488,0.205051084,8647.8518513 +271,-1.538905672,0.7535625993,428,2.144554488,0.205051084,8170.6731866 +272,-1.572309477,0.7803125099,428,2.144554488,0.205051084,8029.0502206 +273,-1.87759879,0.7503853417,428,2.144554488,0.205051084,7500.0444461 +274,1.152365588,0.590457682,428,2.144554488,0.205051084,3876.5760307 +275,0.350198001,0.718001859,428,2.144554488,0.205051084,6338.8510958 +276,0.046513677,0.491503852,428,2.144554488,0.205051084,7588.4919023 +277,0.027510309,0.742571376,428,2.144554488,0.205051084,7169.7833158 +278,0.306285725,-0.214631579,428,2.144554488,0.205051084,7412.995292 +279,-1.100564889,0.318051531,428,2.144554488,0.205051084,10332.695897 +280,-1.078582306,0.301437596,428,2.144554488,0.205051084,10412.425668 +281,-1.137371989,-0.617634065,428,2.144554488,0.205051084,10733.75101 +282,0.784356344,0.703272339,428,2.144554488,0.205051084,5065.6468433 +283,-1.221209947,0.218327455,428,2.144554488,0.205051084,10549.402965 +284,2.347301921,-0.449114658,428,2.144554488,0.205051084,2706.5686532 +285,0.246820618,0.830553713,428,2.144554488,0.205051084,6466.6003281 +286,0.829414965,0.703288228,428,2.144554488,0.205051084,4929.5281319 +287,-1.337537566,0.42332223,428,2.144554488,0.205051084,9627.744511 +288,0.882453706,0.454478077,428,2.144554488,0.205051084,4777.4548709 +289,1.575629659,0.416419109,428,2.144554488,0.205051084,2295.6311235 +290,-1.039455679,0.229888244,428,2.144554488,0.205051084,10713.010591 +291,0.489558039,0.934482747,428,2.144554488,0.205051084,5766.0409111 +292,0.081344504,0.88384514,428,2.144554488,0.205051084,6762.6879524 +293,-1.547979814,0.300350308,428,2.144554488,0.205051084,9501.7329332 +294,0.040776181,0.168560074,428,2.144554488,0.205051084,8098.5515474 +295,-1.130374745,0.563894876,428,2.144554488,0.205051084,9356.4414258 +296,1.578326642,0.478507176,428,2.144554488,0.205051084,2363.4514718 +297,-1.12861823,-0.291640865,428,2.144554488,0.205051084,11833.397955 +298,0.310524208,0.770885792,428,2.144554488,0.205051084,6383.8096547 +299,0.415649091,-0.387246002,428,2.144554488,0.205051084,7099.0370803 +300,-0.926533878,-0.188022748,428,2.144554488,0.205051084,12161.780091 +301,1.258856172,-0.11716081,428,2.144554488,0.205051084,3715.2073039 +302,-1.126050026,0.322941926,428,2.144554488,0.205051084,10292.578826 +303,2.002785835,0.07893892,428,2.144554488,0.205051084,747.06313166 +304,0.440437607,0.746258085,428,2.144554488,0.205051084,6052.8145026 +305,-0.030391866,0.214441206,428,2.144554488,0.205051084,8296.3267098 +306,0.521557815,-0.058929362,428,2.144554488,0.205051084,6471.5809705 +307,-0.097005111,0.13317729,428,2.144554488,0.205051084,8653.9534392 +308,1.83113859,0.221857587,428,2.144554488,0.205051084,1214.8499237 +309,0.222428864,0.099404236,428,2.144554488,0.205051084,7491.5291601 +310,-1.702731345,0.8728568183,428,2.144554488,0.205051084,7524.2740718 +311,-0.418507569,0.278324921,428,2.144554488,0.205051084,9476.2928326 +312,-1.41153306,0.339029988,428,2.144554488,0.205051084,9749.3838353 +313,0.357560442,0.114788776,428,2.144554488,0.205051084,6960.242981 +314,0.325818979,0.268352149,428,2.144554488,0.205051084,6929.4657999 +315,-1.246004659,-0.663679965,428,2.144554488,0.205051084,10424.850677 +316,1.814603087,0.637404484,428,2.144554488,0.205051084,2077.8146359 +317,1.843704281,-0.18300445,428,2.144554488,0.205051084,1940.2682699 +318,1.690644492,-0.211480909,428,2.144554488,0.205051084,2430.560809 +319,-1.275451936,0.068109467,428,2.144554488,0.205051084,10903.238749 +320,0.762430171,-0.207594741,428,2.144554488,0.205051084,5674.6918442 +321,0.265668905,-0.014647884,428,2.144554488,0.205051084,7428.1323639 +322,-2.773032013,-0.335515811,428,2.144554488,0.205051084,5740.1646849 +323,-1.469512853,0.174058777,428,2.144554488,0.205051084,10053.390236 +324,0.286276986,0.785925691,428,2.144554488,0.205051084,6428.5152849 +325,-1.379324697,0.377432233,428,2.144554488,0.205051084,9699.29091 +326,-1.203778265,0.212813032,428,2.144554488,0.205051084,10599.846481 +327,0.579916301,0.611743168,428,2.144554488,0.205051084,5737.9857829 +328,0.267582642,0.868113908,428,2.144554488,0.205051084,6361.8981512 +329,0.412869244,-0.050245578,428,2.144554488,0.205051084,6885.9961861 +330,0.17524381,0.976660285,428,2.144554488,0.205051084,6396.0776106 +331,0.743157214,0.204812899,428,2.144554488,0.205051084,5412.1296613 +332,-1.070758176,0.269382282,428,2.144554488,0.205051084,10542.512857 +333,-1.230364251,0.329790229,428,2.144554488,0.205051084,10137.715625 +334,-1.374813124,-0.024926835,428,2.144554488,0.205051084,10797.004482 +335,0.519780566,0.463669906,428,2.144554488,0.205051084,6048.2964677 +336,-1.55108034,0.239698561,428,2.144554488,0.205051084,9644.2175982 +337,0.180294813,0.029739425,428,2.144554488,0.205051084,7719.500552 +338,0.67820924,0.268170153,428,2.144554488,0.205051084,5615.9846654 +339,0.445798684,1.024001867,428,2.144554488,0.205051084,5789.4448798 +340,0.691751283,0.150521402,428,2.144554488,0.205051084,5647.615637 +341,-1.036643551,-0.903056181,428,2.144554488,0.205051084,9676.121587 +342,-0.120287036,1.083325163,428,2.144554488,0.205051084,6672.1975289 +343,2.823513113,-0.304487164,428,2.144554488,0.205051084,3335.9137995 +344,0.457583172,1.12513373,428,2.144554488,0.205051084,5686.3097651 +345,0.042918831,0.813795399,428,2.144554488,0.205051084,6988.7093016 +346,1.196146777,-0.853142756,428,2.144554488,0.205051084,5335.3961989 +347,0.206001358,-0.010430701,428,2.144554488,0.205051084,7655.5974118 +348,-0.268308653,0.234799412,428,2.144554488,0.205051084,9092.8268427 +349,0.759363263,0.736189579,428,2.144554488,0.205051084,5136.5094275 +350,0.181363926,0.891988372,428,2.144554488,0.205051084,6525.5842512 +351,-0.021111158,0.139103292,428,2.144554488,0.205051084,8365.4481501 +352,-0.093355215,0.630686981,428,2.144554488,0.205051084,7719.5625553 +353,0.40118964,0.681375926,428,2.144554488,0.205051084,6231.137747 +354,-0.721197315,1.304706234,428,2.144554488,0.205051084,6425.0879382 +355,-1.076150317,0.212107639,428,2.144554488,0.205051084,10762.456414 +356,-1.577164531,0.273993443,428,2.144554488,0.205051084,9482.0741513 +357,-0.190788414,0.182208586,428,2.144554488,0.205051084,8919.4848284 +358,-0.261349752,0.209710184,428,2.144554488,0.205051084,9117.0574597 +359,-1.029303852,0.083549259,428,2.144554488,0.205051084,11293.65632 +360,-1.268609162,0.330525297,428,2.144554488,0.205051084,10072.161113 +361,1.282982244,-0.926641967,428,2.144554488,0.205051084,5342.9906705 +362,0.217352334,0.731352408,428,2.144554488,0.205051084,6691.4156224 +363,-1.511833084,0.258629297,428,2.144554488,0.205051084,9713.8440888 +364,0.338812194,0.823184618,428,2.144554488,0.205051084,6244.2666315 +365,-0.324406489,1.134201999,428,2.144554488,0.205051084,6775.5115924 +366,1.389579348,0.399185724,428,2.144554488,0.205051084,2944.9640379 +367,2.047152199,-0.039082036,428,2.144554488,0.205051084,1040.2820119 +368,0.947780369,0.568250077,428,2.144554488,0.205051084,4543.9332378 +369,0.763824846,0.576754987,428,2.144554488,0.205051084,5155.133303 +370,-0.142334657,0.928153068,428,2.144554488,0.205051084,7109.3626441 +371,0.610266567,0.547265983,428,2.144554488,0.205051084,5679.6762038 +372,0.210731629,0.746815056,428,2.144554488,0.205051084,6685.7016633 +373,-1.34931644,0.316895224,428,2.144554488,0.205051084,9959.8186991 +374,2.407696481,0.655030745,428,2.144554488,0.205051084,2012.1013933 +375,0.64207831,0.545359131,428,2.144554488,0.205051084,5574.339266 +376,1.174597538,0.840588356,428,2.144554488,0.205051084,4051.6979218 +377,0.660059424,0.010604079,428,2.144554488,0.205051084,5878.6986867 +378,-0.730263819,0.010486456,428,2.144554488,0.205051084,11090.900002 +379,0.831068936,0.512339172,428,2.144554488,0.205051084,4944.3479574 +380,1.301180979,0.72367476,428,2.144554488,0.205051084,3559.481217 +381,1.811128231,0.322854402,428,2.144554488,0.205051084,1356.4380146 +382,0.435105812,0.992284428,428,2.144554488,0.205051084,5839.1011566 +383,0.62643634,0.592027932,428,2.144554488,0.205051084,5599.85037 +384,0.492988703,-0.516339467,428,2.144554488,0.205051084,6895.4428394 +385,-0.162469483,0.112549365,428,2.144554488,0.205051084,8923.6057545 +386,0.314630866,0.472006421,428,2.144554488,0.205051084,6741.7476312 +387,0.166744804,0.822815954,428,2.144554488,0.205051084,6675.8519701 +388,0.417159608,0.965805736,428,2.144554488,0.205051084,5902.1922701 +389,0.106334961,0.868774244,428,2.144554488,0.205051084,6735.948857 +390,0.815086969,-0.338144359,428,2.144554488,0.205051084,5612.7448366 +391,0.59867455,-0.230624824,428,2.144554488,0.205051084,6312.2346713 +392,1.915104874,0.066220985,428,2.144554488,0.205051084,1054.4473114 +393,1.278093622,0.064463721,428,2.144554488,0.205051084,3441.2181616 +394,-0.061477853,0.302997961,428,2.144554488,0.205051084,8267.2219561 +395,0.251311504,0.626976942,428,2.144554488,0.205051084,6745.4253033 +396,2.950242872,0.149095644,428,2.144554488,0.205051084,3145.9793687 +397,-0.180294708,0.35375117,428,2.144554488,0.205051084,8567.7698701 +398,1.010448592,-0.351180233,428,2.144554488,0.205051084,4936.8749899 +399,-1.748740498,0.3686318073,428,2.144554488,0.205051084,8740.2433735 +400,2.699635665,0.123533791,428,2.144554488,0.205051084,2191.5643859 +401,0.496808033,0.823843254,428,2.144554488,0.205051084,5832.0397095 +402,0.129574704,0.763364087,428,2.144554488,0.205051084,6871.2762567 +403,1.798920311,0.817447563,428,2.144554488,0.205051084,2686.5977397 +404,0.335987953,0.746786541,428,2.144554488,0.205051084,6344.414461 +405,-1.085413643,0.292154671,428,2.144554488,0.205051084,10444.242649 +406,-0.155321003,0.508207011,428,2.144554488,0.205051084,8163.2144831 +407,0.620529244,-0.301175104,428,2.144554488,0.205051084,6288.0259059 +408,1.684402744,0.368716966,428,2.144554488,0.205051084,1860.9979785 +409,0.300582244,-0.386397212,428,2.144554488,0.205051084,7517.9876862 +410,2.913555946,-0.009225192,428,2.144554488,0.205051084,3141.4529365 +411,1.465101417,0.493232532,428,2.144554488,0.205051084,2757.8772541 +412,0.090612882,0.907955955,428,2.144554488,0.205051084,6695.9400779 +413,2.987564726,-0.729568594,428,2.144554488,0.205051084,4806.4916708 +414,-1.484261606,0.224149272,428,2.144554488,0.205051084,9883.2309437 +415,0.164073421,0.303955133,428,2.144554488,0.205051084,7475.2264744 +416,0.141441293,0.167552546,428,2.144554488,0.205051084,7725.296948 +417,2.931321023,-0.506718887,428,2.144554488,0.205051084,4122.0388773 +418,2.21951565,0.700596356,428,2.144554488,0.205051084,1980.2920858 +419,0.268112576,1.199114336,428,2.144554488,0.205051084,5893.9027502 +420,0.978913739,0.359223811,428,2.144554488,0.205051084,4448.7611941 +421,1.210898818,0.522863584,428,2.144554488,0.205051084,3641.7409817 +422,2.347397336,0.129231362,428,2.144554488,0.205051084,847.04706603 +423,0.614394501,0.556878345,428,2.144554488,0.205051084,5660.0188639 +424,-1.398079356,0.148483366,428,2.144554488,0.205051084,10332.950027 +425,2.535303836,-0.112984496,428,2.144554488,0.205051084,1989.2196068 +426,-1.019372593,-0.405322349,428,2.144554488,0.205051084,11646.11846 +427,-1.297785627,-0.160104069,428,2.144554488,0.205051084,11259.189222 +428,2.144554488,0.205051084,428,2.144554488,0.205051084,0 +429,-2.242387083,-0.426171285,428,2.144554488,0.205051084,7719.8028723 +430,0.338637212,0.909723676,428,2.144554488,0.205051084,6139.9694157 +431,-0.148798452,0.691042401,428,2.144554488,0.205051084,7719.5143835 +432,0.893524764,0.441829531,428,2.144554488,0.205051084,4740.8105835 +433,0.969229347,-0.368847936,428,2.144554488,0.205051084,5104.4459036 +434,0.436043248,0.800045688,428,2.144554488,0.205051084,6014.12727 +435,1.687946607,1.081504775,428,2.144554488,0.205051084,3708.8458938 +436,0.522302046,-0.034889271,428,2.144554488,0.205051084,6449.5213007 +437,-0.178996113,-0.438090009,428,2.144554488,0.205051084,9251.8686866 +438,-1.094339566,0.301444068,428,2.144554488,0.205051084,10401.805519 +439,-1.064070054,0.242569932,428,2.144554488,0.205051084,10651.387982 +440,-1.068153768,0.230387998,428,2.144554488,0.205051084,10696.586729 +441,-3.00496892,-0.23989155,428,2.144554488,0.205051084,4787.6906932 +442,0.21751974,0.766874888,428,2.144554488,0.205051084,6636.9291186 +443,0.117229532,0.007619006,428,2.144554488,0.205051084,7982.7172148 +444,0.777758451,0.420554741,428,2.144554488,0.205051084,5162.8908378 +445,-0.252356999,0.250747086,428,2.144554488,0.205051084,9008.3468996 +446,0.363148444,0.768483434,428,2.144554488,0.205051084,6244.2334238 +447,0.903191366,-0.118210676,428,2.144554488,0.205051084,5054.3997773 +448,-0.205755923,0.149406178,428,2.144554488,0.205051084,9025.8774216 +449,1.811996086,0.02364353,428,2.144554488,0.205051084,1491.2456036 +450,-1.100670221,0.314845373,428,2.144554488,0.205051084,10345.060333 +451,0.340078597,0.850105132,428,2.144554488,0.205051084,6208.5264685 +452,0.258757267,0.804969236,428,2.144554488,0.205051084,6473.5250236 +453,2.78505352,-0.155160804,428,2.144554488,0.205051084,2897.8868792 +454,0.800551619,0.105822106,428,2.144554488,0.205051084,5260.2024794 +455,0.437940882,-0.506194031,428,2.144554488,0.205051084,7078.8770172 +456,2.230431122,0.63458615,428,2.144554488,0.205051084,1728.8169044 +457,0.527965361,0.127667701,428,2.144554488,0.205051084,6295.3189475 +458,-0.063643205,0.702093448,428,2.144554488,0.205051084,7484.3389037 +459,1.408447268,0.133010502,428,2.144554488,0.205051084,2885.6882891 +460,0.523795955,0.280266966,428,2.144554488,0.205051084,6184.9452933 +461,-0.975769313,0.072177659,428,2.144554488,0.205051084,11342.553588 +462,0.549774164,-0.463663986,428,2.144554488,0.205051084,6666.7429232 +463,0.29245874,1.095549818,428,2.144554488,0.205051084,5997.2413673 +464,0.143625958,0.816809593,428,2.144554488,0.205051084,6742.4762881 +465,0.671902494,0.611159853,428,2.144554488,0.205051084,5442.9025919 +466,1.239840988,0.6724199,428,2.144554488,0.205051084,3672.5002906 +467,0.607829703,-0.10932137,428,2.144554488,0.205051084,6178.6026524 +468,1.763020906,0.263996692,428,2.144554488,0.205051084,1487.5832985 +469,0.378714634,0.726066797,428,2.144554488,0.205051084,6248.4808196 +470,2.196736143,-0.153862366,428,2.144554488,0.205051084,1436.4328936 +471,0.01702415,0.148991565,428,2.144554488,0.205051084,8211.2944066 +472,-2.998490902,-0.158002487,428,2.144554488,0.205051084,4713.8790524 +473,-3.051262951,-0.346595608,428,2.144554488,0.205051084,4768.0963864 +474,-1.069176439,0.182802941,428,2.144554488,0.205051084,10881.543487 +475,0.167157509,0.595344954,428,2.144554488,0.205051084,7045.3946985 +476,0.613855648,0.681746124,428,2.144554488,0.205051084,5590.3093666 +477,1.037012736,0.682555367,428,2.144554488,0.205051084,4293.164503 +478,-1.253574971,0.379755746,428,2.144554488,0.205051084,9921.8755727 +479,3.108590453,-0.132620738,428,2.144554488,0.205051084,4025.930657 +480,0.565301296,0.022333262,428,2.144554488,0.205051084,6236.7007069 +481,0.547898238,0.855555614,428,2.144554488,0.205051084,5677.091266 +482,0.948309381,0.417393755,428,2.144554488,0.205051084,4548.6641298 +483,-0.050600732,0.945269213,428,2.144554488,0.205051084,6898.7836939 +484,-0.977651478,-0.572363064,428,2.144554488,0.205051084,10987.220816 +485,1.102014914,0.728861163,428,2.144554488,0.205051084,4130.9665589 +486,2.927300795,-0.282939414,428,2.144554488,0.205051084,3624.858516 +487,-1.154565557,0.124434095,428,2.144554488,0.205051084,10998.711701 +488,1.855331234,0.291044755,428,2.144554488,0.205051084,1160.9969588 +489,0.830290659,0.276904518,428,2.144554488,0.205051084,5037.379417 +490,0.485104466,-0.234867441,428,2.144554488,0.205051084,6745.0580204 +491,0.521367572,-0.33161327,428,2.144554488,0.205051084,6677.5231458 +1,-1.539031704,0.7349710123,429,-2.242387083,-0.426171285,5270.1494243 +2,-1.536990553,0.7349663874,429,-2.242387083,-0.426171285,5273.7756407 +3,-1.534951779,0.7349571355,429,-2.242387083,-0.426171285,5277.3910206 +4,-1.532906461,0.7349480293,429,-2.242387083,-0.426171285,5281.026549 +5,-1.531320211,0.7346937278,429,-2.242387083,-0.426171285,5283.0765974 +6,-1.539451648,0.7335131775,429,-2.242387083,-0.426171285,5264.8086855 +7,-1.537429487,0.7335445708,429,-2.242387083,-0.426171285,5268.5184659 +8,-1.535484998,0.7335658704,429,-2.242387083,-0.426171285,5272.0649279 +9,-1.533488396,0.7336036027,429,-2.242387083,-0.426171285,5275.7635222 +10,-1.531497785,0.7335842962,429,-2.242387083,-0.426171285,5279.2798082 +11,-1.530259379,0.7334777758,429,-2.242387083,-0.426171285,5281.1752237 +12,-1.5335454,0.7322346912,429,-2.242387083,-0.426171285,5271.36517 +13,-1.531489083,0.7322238773,429,-2.242387083,-0.426171285,5275.0315841 +14,-1.530011122,0.7321679851,429,-2.242387083,-0.426171285,5277.5211197 +15,-1.53348106,0.7306614094,429,-2.242387083,-0.426171285,5266.5444546 +16,-1.531441779,0.7306962275,429,-2.242387083,-0.426171285,5270.3297231 +17,-1.529755654,0.7306933243,429,-2.242387083,-0.426171285,5273.3660142 +18,-1.533415048,0.7291384674,429,-2.242387083,-0.426171285,5261.8859574 +19,-1.531392093,0.7291705353,429,-2.242387083,-0.426171285,5265.6394351 +20,-1.529296523,0.7291214933,429,-2.242387083,-0.426171285,5269.2781994 +21,-1.535280942,0.727267644,429,-2.242387083,-0.426171285,5252.649101 +22,-1.533378158,0.7276139666,429,-2.242387083,-0.426171285,5257.1712015 +23,-1.531340368,0.7276446587,429,-2.242387083,-0.426171285,5260.9534149 +24,-1.528960113,0.7276398177,429,-2.242387083,-0.426171285,5265.2536662 +25,-1.533313146,0.7260818349,429,-2.242387083,-0.426171285,5252.4844963 +26,-1.531259555,0.7260958115,429,-2.242387083,-0.426171285,5256.2494013 +27,-1.528926415,0.7260865555,429,-2.242387083,-0.426171285,5260.4577981 +28,-1.531226779,0.7245511789,429,-2.242387083,-0.426171285,5251.4726835 +29,-1.528904772,0.7245519194,429,-2.242387083,-0.426171285,5255.6992988 +30,-1.547195875,0.7409785979,429,-2.242387083,-0.426171285,5274.6913822 +31,-1.5451475,0.740980426,429,-2.242387083,-0.426171285,5278.2948927 +32,-1.543097679,0.7409798872,429,-2.242387083,-0.426171285,5281.9014707 +33,-1.540720364,0.7409892687,429,-2.242387083,-0.426171285,5286.1258666 +34,-1.547188511,0.7395198392,429,-2.242387083,-0.426171285,5270.0835839 +35,-1.545148587,0.7395226109,429,-2.242387083,-0.426171285,5273.6810463 +36,-1.543104538,0.7395314908,429,-2.242387083,-0.426171285,5277.3130183 +37,-1.540727751,0.7395306258,429,-2.242387083,-0.426171285,5281.5108462 +38,-1.547187029,0.7380014886,429,-2.242387083,-0.426171285,5265.2775034 +39,-1.545147315,0.7380012252,429,-2.242387083,-0.426171285,5268.8710353 +40,-1.54310719,0.7380060743,429,-2.242387083,-0.426171285,5272.489406 +41,-1.540719671,0.7380068206,429,-2.242387083,-0.426171285,5276.7184124 +42,-1.547187189,0.7364799098,429,-2.242387083,-0.426171285,5260.4591285 +43,-1.545149996,0.7364853874,429,-2.242387083,-0.426171285,5264.0724077 +44,-1.543106091,0.7364823484,429,-2.242387083,-0.426171285,5267.6785814 +45,-1.540717158,0.7364893901,429,-2.242387083,-0.426171285,5271.9370647 +46,-1.538663972,0.7410138672,429,-2.242387083,-0.426171285,5289.8405312 +47,-1.53695285,0.7409699132,429,-2.242387083,-0.426171285,5292.7346736 +48,-1.534910498,0.7409641297,429,-2.242387083,-0.426171285,5296.3434398 +49,-1.533145034,0.7409536636,429,-2.242387083,-0.426171285,5299.452176 +50,-1.538681336,0.7395405883,429,-2.242387083,-0.426171285,5285.1675326 +51,-1.536999189,0.7395183096,429,-2.242387083,-0.426171285,5288.0833162 +52,-1.534923633,0.7395144222,429,-2.242387083,-0.426171285,5291.7628036 +53,-1.533267822,0.7395654306,429,-2.242387083,-0.426171285,5294.8739532 +54,-1.53867273,0.7380151077,429,-2.242387083,-0.426171285,5280.376883 +55,-1.536980576,0.7379994392,429,-2.242387083,-0.426171285,5283.336344 +56,-1.534931522,0.7379944961,429,-2.242387083,-0.426171285,5286.9715019 +57,-1.533387952,0.7379480264,429,-2.242387083,-0.426171285,5289.5809593 +58,-1.538682279,0.7364914363,429,-2.242387083,-0.426171285,5275.5604979 +59,-1.536980704,0.7364810563,429,-2.242387083,-0.426171285,5278.5584217 +60,-1.534935567,0.7364752065,429,-2.242387083,-0.426171285,5282.1898352 +61,-1.533042592,0.7363876366,429,-2.242387083,-0.426171285,5285.3003205 +62,-1.545143426,0.7349628011,429,-2.242387083,-0.426171285,5259.2696156 +63,-1.543105297,0.7349691947,429,-2.242387083,-0.426171285,5262.9014279 +64,-1.541064533,0.7349647152,429,-2.242387083,-0.426171285,5266.5115313 +65,-1.545411803,0.7334624714,429,-2.242387083,-0.426171285,5254.0506329 +66,-1.543446606,0.7334780896,429,-2.242387083,-0.426171285,5257.5869455 +67,-1.541475327,0.7334957295,429,-2.242387083,-0.426171285,5261.1477364 +68,-1.545401939,0.731963266,429,-2.242387083,-0.426171285,5249.3285019 +69,-1.54342253,0.7319915583,429,-2.242387083,-0.426171285,5252.9358931 +70,-1.541455867,0.7320216438,429,-2.242387083,-0.426171285,5256.5335089 +71,-1.545410146,0.7304422281,429,-2.242387083,-0.426171285,5244.5060977 +72,-1.543435491,0.7304713664,429,-2.242387083,-0.426171285,5248.1135168 +73,-1.541463105,0.7304997613,429,-2.242387083,-0.426171285,5251.7217984 +74,-1.545414768,0.7289194936,429,-2.242387083,-0.426171285,5239.6855102 +75,-1.543435774,0.7289538557,429,-2.242387083,-0.426171285,5243.3229962 +76,-1.541457714,0.7289765881,429,-2.242387083,-0.426171285,5246.9294091 +77,-1.539449415,0.7320555866,429,-2.242387083,-0.426171285,5260.2215282 +78,-1.537429183,0.7321097681,429,-2.242387083,-0.426171285,5264.0053023 +79,-1.535472649,0.7321497267,429,-2.242387083,-0.426171285,5267.637458 +80,-1.539457899,0.7305333307,429,-2.242387083,-0.426171285,5255.4123408 +81,-1.537453161,0.7305750503,429,-2.242387083,-0.426171285,5259.1350971 +82,-1.535479385,0.7306124949,429,-2.242387083,-0.426171285,5262.7961193 +83,-1.53946905,0.7290102593,429,-2.242387083,-0.426171285,5250.5965963 +84,-1.537459922,0.7290417293,429,-2.242387083,-0.426171285,5254.3009237 +85,-1.535451349,0.7290890157,429,-2.242387083,-0.426171285,5258.0613803 +86,-1.535522937,0.7279887191,429,-2.242387083,-0.426171285,5254.4769542 +87,-1.539442524,0.7274735939,429,-2.242387083,-0.426171285,5245.8064912 +88,-1.537424111,0.727521351,429,-2.242387083,-0.426171285,5249.5848613 +89,-1.539384641,0.7259505092,429,-2.242387083,-0.426171285,5241.1165568 +90,-1.537372391,0.7259947145,429,-2.242387083,-0.426171285,5244.8788688 +91,-1.535340789,0.7260435356,429,-2.242387083,-0.426171285,5248.6980187 +92,-1.539325716,0.7244369706,429,-2.242387083,-0.426171285,5236.4597466 +93,-1.537308932,0.7244801057,429,-2.242387083,-0.426171285,5240.2330444 +94,-1.535289068,0.7245247645,429,-2.242387083,-0.426171285,5244.0241402 +95,-1.533261366,0.7245550236,429,-2.242387083,-0.426171285,5247.7917465 +96,-1.539267302,0.722921924,429,-2.242387083,-0.426171285,5231.7984752 +97,-1.537248972,0.7229660258,429,-2.242387083,-0.426171285,5235.5837898 +98,-1.535219431,0.7229916471,429,-2.242387083,-0.426171285,5239.3388885 +99,-1.53318962,0.7230212049,429,-2.242387083,-0.426171285,5243.1144792 +100,-1.531154816,0.7230299897,429,-2.242387083,-0.426171285,5246.8417586 +101,-1.528878341,0.7230370244,429,-2.242387083,-0.426171285,5251.0122435 +102,-1.539218189,0.7214009878,429,-2.242387083,-0.426171285,5227.103074 +103,-1.537198791,0.7214422745,429,-2.242387083,-0.426171285,5230.8876589 +104,-1.535179266,0.7214634354,429,-2.242387083,-0.426171285,5234.6168233 +105,-1.533156501,0.7214944644,429,-2.242387083,-0.426171285,5238.3904327 +106,-1.53113574,0.7215166021,429,-2.242387083,-0.426171285,5242.1401269 +107,-1.528874248,0.7215345535,429,-2.242387083,-0.426171285,5246.3242053 +108,-1.539217656,0.7198512397,429,-2.242387083,-0.426171285,5222.2302611 +109,-1.537199919,0.7199428763,429,-2.242387083,-0.426171285,5226.1760742 +110,-1.545425832,0.727397149,429,-2.242387083,-0.426171285,5234.8554753 +111,-1.543371177,0.7273916949,429,-2.242387083,-0.426171285,5238.5084316 +112,-1.541368852,0.7274523163,429,-2.242387083,-0.426171285,5242.2840069 +113,-1.545349067,0.7258710923,429,-2.242387083,-0.426171285,5230.1714803 +114,-1.54332671,0.7258603556,429,-2.242387083,-0.426171285,5233.7563404 +115,-1.541346831,0.7259242142,429,-2.242387083,-0.426171285,5237.5079491 +116,-1.545324355,0.7243383958,429,-2.242387083,-0.426171285,5225.3746407 +117,-1.543292796,0.7243617413,429,-2.242387083,-0.426171285,5229.0896707 +118,-1.541295822,0.7244024384,429,-2.242387083,-0.426171285,5232.804939 +119,-1.543193859,0.7205570215,429,-2.242387083,-0.426171285,5217.2695966 +120,-1.550257047,0.7386738187,429,-2.242387083,-0.426171285,5262.0158082 +121,-1.549335448,0.7311736483,429,-2.242387083,-0.426171285,5239.8576798 +122,-1.533478843,0.7179891343,429,-2.242387083,-0.426171285,5226.8208551 +123,-1.556150555,0.738907041,429,-2.242387083,-0.426171285,5252.4604493 +124,-1.554324226,0.733414257,429,-2.242387083,-0.426171285,5238.1766761 +125,-1.554290846,0.7288285332,429,-2.242387083,-0.426171285,5223.6612422 +126,-1.55122487,0.7219795312,429,-2.242387083,-0.426171285,5207.3678583 +127,-1.525104458,0.7229399862,429,-2.242387083,-0.426171285,5257.6085479 +128,-1.519607711,0.7236181429,429,-2.242387083,-0.426171285,5269.8132875 +129,-1.513899999,0.7251107854,429,-2.242387083,-0.426171285,5284.9724674 +130,-1.536620762,0.7431061895,429,-2.242387083,-0.426171285,5300.0479061 +131,-1.5369566,0.7460845958,429,-2.242387083,-0.426171285,5308.8327107 +132,-1.545345528,0.7447040685,429,-2.242387083,-0.426171285,5289.7316039 +133,-1.532813921,0.7432306626,429,-2.242387083,-0.426171285,5307.1920334 +134,-1.554788248,0.7382381001,429,-2.242387083,-0.426171285,5252.7059093 +135,-1.540348126,0.7301594274,429,-2.242387083,-0.426171285,5252.6418822 +136,-1.538016084,0.7239051786,429,-2.242387083,-0.426171285,5237.1492092 +137,-1.525288962,0.7258085137,429,-2.242387083,-0.426171285,5266.2172458 +138,-1.534326986,0.731241342,429,-2.242387083,-0.426171285,5266.8423084 +139,-1.530733872,0.7303625216,429,-2.242387083,-0.426171285,5270.5625153 +141,-1.534354939,0.7328219978,429,-2.242387083,-0.426171285,5271.7546058 +142,-1.53157084,0.7292888153,429,-2.242387083,-0.426171285,5265.6869354 +143,-1.525691035,0.7263799874,429,-2.242387083,-0.426171285,5267.2664782 +144,-1.534031287,0.7495967835,429,-2.242387083,-0.426171285,5325.0446814 +145,-1.527714986,0.7283095957,429,-2.242387083,-0.426171285,5269.6084271 +146,-1.526189586,0.7271468292,429,-2.242387083,-0.426171285,5268.7511371 +147,-1.555177336,0.7375563366,429,-2.242387083,-0.426171285,5249.8574922 +148,-1.555080283,0.7312707794,429,-2.242387083,-0.426171285,5230.0335776 +149,-1.53856994,0.7224180299,429,-2.242387083,-0.426171285,5231.4731626 +150,-1.530837883,0.729933372,429,-2.242387083,-0.426171285,5269.0305454 +151,-1.515066984,0.5854133365,429,-2.242387083,-0.426171285,4854.1997505 +152,-1.534731633,0.5368370046,429,-2.242387083,-0.426171285,4664.3434465 +153,-1.515231902,0.5607085576,429,-2.242387083,-0.426171285,4779.1123925 +154,-2.616253799,1.0684566605,429,-2.242387083,-0.426171285,6040.4065511 +155,-1.956071439,0.5792177723,429,-2.242387083,-0.426171285,4126.2446213 +156,-1.951208514,0.5602434208,429,-2.242387083,-0.426171285,4059.4893287 +157,-1.944675062,0.6062144545,429,-2.242387083,-0.426171285,4239.4887869 +158,-1.613778386,0.6077989518,429,-2.242387083,-0.426171285,4726.9459771 +159,-2.035029014,0.6021432345,429,-2.242387083,-0.426171285,4147.0897159 +160,-2.114989471,0.6801825058,429,-2.242387083,-0.426171285,4407.6436174 +161,-2.037382079,0.5765830025,429,-2.242387083,-0.426171285,4046.5752222 +162,-2.129855121,0.6585019963,429,-2.242387083,-0.426171285,4316.7700657 +163,-2.075141798,0.6493615843,429,-2.242387083,-0.426171285,4305.6014992 +164,-1.828626729,0.6948433129,429,-2.242387083,-0.426171285,4696.13854 +165,-1.863329418,0.6735427691,429,-2.242387083,-0.426171285,4577.5044104 +166,-1.266037071,0.727988852,429,-2.242387083,-0.426171285,5802.7251423 +167,-1.277579582,0.7249010648,429,-2.242387083,-0.426171285,5768.8816536 +168,-1.258418684,0.7241194816,429,-2.242387083,-0.426171285,5809.9334411 +169,-1.317813974,0.6804850104,429,-2.242387083,-0.426171285,5560.9563045 +170,-1.344165204,0.6790988904,429,-2.242387083,-0.426171285,5497.8869592 +171,-1.427582102,0.5277120351,429,-2.242387083,-0.426171285,4883.4917018 +172,-1.402238616,0.457167829,429,-2.242387083,-0.426171285,4751.3831263 +173,-1.422454264,0.4996161999,429,-2.242387083,-0.426171285,4817.1709663 +174,-1.439089277,0.4894859811,429,-2.242387083,-0.426171285,4747.7966185 +175,-1.448126995,0.5182330266,429,-2.242387083,-0.426171285,4807.4038488 +176,-1.474626146,0.5881926574,429,-2.242387083,-0.426171285,4949.8910198 +177,-1.421139645,0.5584869783,429,-2.242387083,-0.426171285,4985.7153098 +178,-1.457037165,0.565943032,429,-2.242387083,-0.426171285,4924.0392995 +179,-2.757159358,0.3745319,429,-2.242387083,-0.426171285,3740.0367487 +180,-2.714309238,0.342054471,429,-2.242387083,-0.426171285,3545.782945 +181,-2.000525337,0.774119946,429,-2.242387083,-0.426171285,4834.5706881 +183,-1.571413436,0.6777838382,429,-2.242387083,-0.426171285,5030.3678374 +184,-1.552860289,0.6987663893,429,-2.242387083,-0.426171285,5130.9248295 +185,-1.521852374,0.7165827476,429,-2.242387083,-0.426171285,5243.8023726 +186,-1.503656267,0.6928968252,429,-2.242387083,-0.426171285,5205.1093581 +187,-1.502753178,0.7136205882,429,-2.242387083,-0.426171285,5270.3924814 +188,-1.631894563,0.7343596465,429,-2.242387083,-0.426171285,5111.1458986 +189,-1.653765416,0.6770714026,429,-2.242387083,-0.426171285,4884.5094636 +190,-1.719812114,0.6715965947,429,-2.242387083,-0.426171285,4761.3022064 +191,-1.493406659,0.6646955447,429,-2.242387083,-0.426171285,5139.3629214 +192,-1.469120564,0.6613469966,429,-2.242387083,-0.426171285,5178.6816438 +193,-1.590551461,0.5326612937,429,-2.242387083,-0.426171285,4532.7160934 +194,-1.625979264,0.5247742243,429,-2.242387083,-0.426171285,4435.4271355 +195,-1.572293943,0.5238808754,429,-2.242387083,-0.426171285,4543.5776671 +196,-1.610848725,0.5477107964,429,-2.242387083,-0.426171285,4539.214078 +197,-1.208485554,0.7918526018,429,-2.242387083,-0.426171285,6091.2156698 +198,-1.335601374,0.6869083083,429,-2.242387083,-0.426171285,5538.2612352 +199,-1.346156996,0.6825213377,429,-2.242387083,-0.426171285,5502.8063598 +200,-1.324381037,0.6741422347,429,-2.242387083,-0.426171285,5529.0282941 +201,-1.242424992,0.7378949807,429,-2.242387083,-0.426171285,5881.1429108 +202,-1.270370057,0.7392461008,429,-2.242387083,-0.426171285,5822.1917418 +203,-1.448950472,0.7441675014,429,-2.242387083,-0.426171285,5465.4493035 +204,-1.492662363,0.7523026852,429,-2.242387083,-0.426171285,5407.8297814 +205,-1.479098966,0.7763855017,429,-2.242387083,-0.426171285,5506.072288 +206,-1.633760714,0.7869022408,429,-2.242387083,-0.426171285,5283.5203048 +207,-1.647406434,0.8101289331,429,-2.242387083,-0.426171285,5341.6044664 +208,-1.564245052,0.5701509278,429,-2.242387083,-0.426171285,4704.48785 +209,-1.646289963,0.6833746083,429,-2.242387083,-0.426171285,4917.9399939 +210,-1.5820631,0.6751952144,429,-2.242387083,-0.426171285,5002.6969718 +211,-1.613236298,0.6681681791,429,-2.242387083,-0.426171285,4924.2693554 +212,-1.914661867,0.8212566515,429,-2.242387083,-0.426171285,5078.2251437 +213,-1.742133237,0.7250275956,429,-2.242387083,-0.426171285,4915.4838339 +214,-2.033144872,0.6557314699,429,-2.242387083,-0.426171285,4355.7141528 +215,-2.039551981,0.6964723658,429,-2.242387083,-0.426171285,4509.4903163 +216,-1.247341019,0.7622473908,429,-2.242387083,-0.426171285,5932.055534 +217,-1.298239787,0.7084123392,429,-2.242387083,-0.426171285,5679.3926305 +218,-1.308539688,0.6926545592,429,-2.242387083,-0.426171285,5614.428971 +219,-1.303263185,0.6888938396,429,-2.242387083,-0.426171285,5616.399189 +220,-1.852400229,0.6004246149,429,-2.242387083,-0.426171285,4322.6834237 +221,-1.288947707,0.7473773692,429,-2.242387083,-0.426171285,5802.7404677 +222,-1.372031502,0.7472790993,429,-2.242387083,-0.426171285,5627.2857277 +223,-1.289805721,0.7242157877,429,-2.242387083,-0.426171285,5739.8744355 +224,-1.350807603,0.7533498126,429,-2.242387083,-0.426171285,5687.8616559 +225,-1.329290365,0.7560442322,429,-2.242387083,-0.426171285,5739.9963616 +226,-1.410153004,0.616936428,429,-2.242387083,-0.426171285,5176.6359104 +227,-1.393445434,0.6308995063,429,-2.242387083,-0.426171285,5253.7293383 +228,-1.37595573,0.6241540638,429,-2.242387083,-0.426171285,5274.6726314 +229,-1.358388707,0.6172645205,429,-2.242387083,-0.426171285,5296.4051611 +230,-1.753741133,0.8281661666,429,-2.242387083,-0.426171285,5265.4118501 +231,-1.47430987,0.6834615681,429,-2.242387083,-0.426171285,5234.2696858 +232,-1.421012508,0.7222725206,429,-2.242387083,-0.426171285,5456.193684 +233,-1.4476833,0.6978557868,429,-2.242387083,-0.426171285,5330.7487256 +234,-1.470370723,0.6966193374,429,-2.242387083,-0.426171285,5281.5943451 +235,-1.429211703,0.7037216883,429,-2.242387083,-0.426171285,5385.5207947 +236,-1.700578405,0.6178673663,429,-2.242387083,-0.426171285,4607.3121905 +237,-1.678117619,0.6331716163,429,-2.242387083,-0.426171285,4696.5396068 +238,-1.725644578,0.6316331145,429,-2.242387083,-0.426171285,4614.1977167 +239,-2.14012759,0.7930497945,429,-2.242387083,-0.426171285,4843.407372 +240,-2.103289431,0.7653606263,429,-2.242387083,-0.426171285,4746.6640575 +241,-1.318739838,0.7017808746,429,-2.242387083,-0.426171285,5615.9723951 +242,-1.396417427,0.7077900843,429,-2.242387083,-0.426171285,5465.0233943 +243,-1.35650337,0.7185539404,429,-2.242387083,-0.426171285,5579.5142077 +244,-1.248884539,0.7274156818,429,-2.242387083,-0.426171285,5839.9444362 +245,-1.395014798,0.5761185243,429,-2.242387083,-0.426171285,5096.7806455 +246,-1.433377362,0.6064716109,429,-2.242387083,-0.426171285,5094.5990413 +247,-1.408172432,0.5903155476,429,-2.242387083,-0.426171285,5105.8325383 +248,-1.749645898,0.7757118084,429,-2.242387083,-0.426171285,5084.3177497 +249,-1.571626686,0.615046989,429,-2.242387083,-0.426171285,4830.7245869 +250,-1.514070049,0.6303003037,429,-2.242387083,-0.426171285,4992.9102423 +251,-1.480890369,0.6237966528,429,-2.242387083,-0.426171285,5042.1157178 +252,-1.704390658,0.5281680612,429,-2.242387083,-0.426171285,4297.0784309 +253,-1.64434733,0.5254277498,429,-2.242387083,-0.426171285,4401.120269 +254,-1.703855997,0.4792484842,429,-2.242387083,-0.426171285,4134.2270911 +255,-1.692002383,0.5748825051,429,-2.242387083,-0.426171285,4476.3565324 +256,-1.854136457,0.5544643913,429,-2.242387083,-0.426171285,4153.081524 +257,-1.665021206,0.520317736,429,-2.242387083,-0.426171285,4344.314941 +258,-1.733654349,0.4845187345,429,-2.242387083,-0.426171285,4096.7011125 +259,-1.720938188,0.5135933906,429,-2.242387083,-0.426171285,4218.1378776 +260,-1.742668307,0.553296122,429,-2.242387083,-0.426171285,4316.3849344 +261,-1.965659039,0.7142126903,429,-2.242387083,-0.426171285,4630.4213064 +262,-1.944438071,0.6772834804,429,-2.242387083,-0.426171285,4508.3157065 +263,-1.270340967,0.7681487096,429,-2.242387083,-0.426171285,5897.2830962 +264,-1.353091884,0.6549276821,429,-2.242387083,-0.426171285,5411.6770798 +265,-1.333236659,0.6413584414,429,-2.242387083,-0.426171285,5420.4530043 +266,-1.352015998,0.6753788907,429,-2.242387083,-0.426171285,5470.1904068 +267,-1.377988483,0.6577816235,429,-2.242387083,-0.426171285,5363.6510331 +268,-2.13075611,0.8318642051,429,-2.242387083,-0.426171285,4998.9586655 +269,-2.097910953,0.8259670014,429,-2.242387083,-0.426171285,4986.5115221 +270,-1.416382069,0.6694271549,429,-2.242387083,-0.426171285,5312.9793822 +271,-1.538905672,0.7535625993,429,-2.242387083,-0.426171285,5328.9890244 +272,-1.572309477,0.7803125099,429,-2.242387083,-0.426171285,5358.004869 +273,-1.87759879,0.7503853417,429,-2.242387083,-0.426171285,4846.5951832 +274,1.152365588,0.590457682,429,-2.242387083,-0.426171285,11354.587019 +275,0.350198001,0.718001859,429,-2.242387083,-0.426171285,10299.006295 +276,0.046513677,0.491503852,429,-2.242387083,-0.426171285,9424.5913609 +277,0.027510309,0.742571376,429,-2.242387083,-0.426171285,9356.0451503 +278,0.306285725,-0.214631579,429,-2.242387083,-0.426171285,9023.4253983 +279,-1.100564889,0.318051531,429,-2.242387083,-0.426171285,5300.7650895 +280,-1.078582306,0.301437596,429,-2.242387083,-0.426171285,5337.397018 +281,-1.137371989,-0.617634065,429,-2.242387083,-0.426171285,3806.0770232 +282,0.784356344,0.703272339,429,-2.242387083,-0.426171285,11281.842754 +283,-1.221209947,0.218327455,429,-2.242387083,-0.426171285,4700.1396286 +284,2.347301921,-0.449114658,429,-2.242387083,-0.426171285,5908.3349318 +285,0.246820618,0.830553713,429,-2.242387083,-0.426171285,9850.5436097 +286,0.829414965,0.703288228,429,-2.242387083,-0.426171285,11321.970561 +287,-1.337537566,0.42332223,429,-2.242387083,-0.426171285,4834.8392048 +288,0.882453706,0.454478077,429,-2.242387083,-0.426171285,12316.670762 +289,1.575629659,0.416419109,429,-2.242387083,-0.426171285,10006.616768 +290,-1.039455679,0.229888244,429,-2.242387083,-0.426171285,5324.4475449 +291,0.489558039,0.934482747,429,-2.242387083,-0.426171285,10091.65454 +292,0.081344504,0.88384514,429,-2.242387083,-0.426171285,9374.4122769 +293,-1.547979814,0.300350308,429,-2.242387083,-0.426171285,3933.768738 +294,0.040776181,0.168560074,429,-2.242387083,-0.426171285,9056.4637846 +295,-1.130374745,0.563894876,429,-2.242387083,-0.426171285,5745.9836084 +296,1.578326642,0.478507176,429,-2.242387083,-0.426171285,10025.182874 +297,-1.12861823,-0.291640865,429,-2.242387083,-0.426171285,4130.9876162 +298,0.310524208,0.770885792,429,-2.242387083,-0.426171285,10108.933441 +299,0.415649091,-0.387246002,429,-2.242387083,-0.426171285,8723.2746364 +300,-0.926533878,-0.188022748,429,-2.242387083,-0.426171285,5003.1753808 +301,1.258856172,-0.11716081,429,-2.242387083,-0.426171285,9882.6387718 +302,-1.126050026,0.322941926,429,-2.242387083,-0.426171285,5229.8187741 +303,2.002785835,0.07893892,429,-2.242387083,-0.426171285,8032.8944582 +304,0.440437607,0.746258085,429,-2.242387083,-0.426171285,10484.065798 +305,-0.030391866,0.214441206,429,-2.242387083,-0.426171285,8871.5665411 +306,0.521557815,-0.058929362,429,-2.242387083,-0.426171285,10034.06739 +307,-0.097005111,0.13317729,429,-2.242387083,-0.426171285,8506.8161088 +308,1.83113859,0.221857587,429,-2.242387083,-0.426171285,8873.8644923 +309,0.222428864,0.099404236,429,-2.242387083,-0.426171285,9565.4746142 +310,-1.702731345,0.8728568183,429,-2.242387083,-0.426171285,5483.7827274 +311,-0.418507569,0.278324921,429,-2.242387083,-0.426171285,7565.7629505 +312,-1.41153306,0.339029988,429,-2.242387083,-0.426171285,4410.6369212 +313,0.357560442,0.114788776,429,-2.242387083,-0.426171285,10046.964652 +314,0.325818979,0.268352149,429,-2.242387083,-0.426171285,10224.965601 +315,-1.246004659,-0.663679965,429,-2.242387083,-0.426171285,3448.3852727 +316,1.814603087,0.637404484,429,-2.242387083,-0.426171285,9249.1545537 +317,1.843704281,-0.18300445,429,-2.242387083,-0.426171285,8068.9123111 +318,1.690644492,-0.211480909,429,-2.242387083,-0.426171285,8476.3811695 +319,-1.275451936,0.068109467,429,-2.242387083,-0.426171285,4203.9645563 +320,0.762430171,-0.207594741,429,-2.242387083,-0.426171285,9878.3624376 +321,0.265668905,-0.014647884,429,-2.242387083,-0.426171285,9450.0954762 +322,-2.773032013,-0.335515811,429,-2.242387083,-0.426171285,1979.8852059 +323,-1.469512853,0.174058777,429,-2.242387083,-0.426171285,3817.4720291 +324,0.286276986,0.785925691,429,-2.242387083,-0.426171285,10022.066315 +325,-1.379324697,0.377432233,429,-2.242387083,-0.426171285,4600.7585767 +326,-1.203778265,0.212813032,429,-2.242387083,-0.426171285,4744.9485105 +327,0.579916301,0.611743168,429,-2.242387083,-0.426171285,11125.929658 +328,0.267582642,0.868113908,429,-2.242387083,-0.426171285,9832.1643178 +329,0.412869244,-0.050245578,429,-2.242387083,-0.426171285,9786.010987 +330,0.17524381,0.976660285,429,-2.242387083,-0.426171285,9431.1207495 +331,0.743157214,0.204812899,429,-2.242387083,-0.426171285,11389.27698 +332,-1.070758176,0.269382282,429,-2.242387083,-0.426171285,5298.1528819 +333,-1.230364251,0.329790229,429,-2.242387083,-0.426171285,4919.8285564 +334,-1.374813124,-0.024926835,429,-2.242387083,-0.426171285,3678.1765118 +335,0.519780566,0.463669906,429,-2.242387083,-0.426171285,11080.803292 +336,-1.55108034,0.239698561,429,-2.242387083,-0.426171285,3755.0439424 +337,0.180294813,0.029739425,429,-2.242387083,-0.426171285,9277.7912978 +338,0.67820924,0.268170153,429,-2.242387083,-0.426171285,11410.91439 +339,0.445798684,1.024001867,429,-2.242387083,-0.426171285,9757.6149421 +340,0.691751283,0.150521402,429,-2.242387083,-0.426171285,11099.377422 +341,-1.036643551,-0.903056181,429,-2.242387083,-0.426171285,4028.4896691 +342,-0.120287036,1.083325163,429,-2.242387083,-0.426171285,8714.8561936 +343,2.823513113,-0.304487164,429,-2.242387083,-0.426171285,4484.6675401 +344,0.457583172,1.12513373,429,-2.242387083,-0.426171285,9450.8779749 +345,0.042918831,0.813795399,429,-2.242387083,-0.426171285,9350.4162571 +346,1.196146777,-0.853142756,429,-2.242387083,-0.426171285,7268.5409244 +347,0.206001358,-0.010430701,429,-2.242387083,-0.426171285,9271.4312909 +348,-0.268308653,0.234799412,429,-2.242387083,-0.426171285,8042.9157275 +349,0.759363263,0.736189579,429,-2.242387083,-0.426171285,11133.040719 +350,0.181363926,0.891988372,429,-2.242387083,-0.426171285,9595.3394799 +351,-0.021111158,0.139103292,429,-2.242387083,-0.426171285,8787.6702435 +352,-0.093355215,0.630686981,429,-2.242387083,-0.426171285,9002.29213 +353,0.40118964,0.681375926,429,-2.242387083,-0.426171285,10497.683618 +354,-0.721197315,1.304706234,429,-2.242387083,-0.426171285,7795.784108 +355,-1.076150317,0.212107639,429,-2.242387083,-0.426171285,5166.3515396 +356,-1.577164531,0.273993443,429,-2.242387083,-0.426171285,3781.6856617 +357,-0.190788414,0.182208586,429,-2.242387083,-0.426171285,8246.0356666 +358,-0.261349752,0.209710184,429,-2.242387083,-0.426171285,8032.1027041 +359,-1.029303852,0.083549259,429,-2.242387083,-0.426171285,5084.5842581 +360,-1.268609162,0.330525297,429,-2.242387083,-0.426171285,4805.4731151 +361,1.282982244,-0.926641967,429,-2.242387083,-0.426171285,6924.6598508 +362,0.217352334,0.731352408,429,-2.242387083,-0.426171285,9909.916788 +363,-1.511833084,0.258629297,429,-2.242387083,-0.426171285,3915.6338697 +364,0.338812194,0.823184618,429,-2.242387083,-0.426171285,10082.684409 +365,-0.324406489,1.134201999,429,-2.242387083,-0.426171285,8321.6465035 +366,1.389579348,0.399185724,429,-2.242387083,-0.426171285,10664.337848 +367,2.047152199,-0.039082036,429,-2.242387083,-0.426171285,7668.8326303 +368,0.947780369,0.568250077,429,-2.242387083,-0.426171285,11856.294145 +369,0.763824846,0.576754987,429,-2.242387083,-0.426171285,11684.901277 +370,-0.142334657,0.928153068,429,-2.242387083,-0.426171285,8802.8451469 +371,0.610266567,0.547265983,429,-2.242387083,-0.426171285,11326.041324 +372,0.210731629,0.746815056,429,-2.242387083,-0.426171285,9874.0472709 +373,-1.34931644,0.316895224,429,-2.242387083,-0.426171285,4532.5374449 +374,2.407696481,0.655030745,429,-2.242387083,-0.426171285,7415.491741 +375,0.64207831,0.545359131,429,-2.242387083,-0.426171285,11428.30617 +376,1.174597538,0.840588356,429,-2.242387083,-0.426171285,10590.036359 +377,0.660059424,0.010604079,429,-2.242387083,-0.426171285,10559.624183 +378,-0.730263819,0.010486456,429,-2.242387083,-0.426171285,6027.5330929 +379,0.831068936,0.512339172,429,-2.242387083,-0.426171285,12026.273244 +380,1.301180979,0.72367476,429,-2.242387083,-0.426171285,10672.669561 +381,1.811128231,0.322854402,429,-2.242387083,-0.426171285,9076.1456292 +382,0.435105812,0.992284428,429,-2.242387083,-0.426171285,9838.2407353 +383,0.62643634,0.592027932,429,-2.242387083,-0.426171285,11296.519829 +384,0.492988703,-0.516339467,429,-2.242387083,-0.426171285,8403.4138422 +385,-0.162469483,0.112549365,429,-2.242387083,-0.426171285,8238.6625492 +386,0.314630866,0.472006421,429,-2.242387083,-0.426171285,10356.102412 +387,0.166744804,0.822815954,429,-2.242387083,-0.426171285,9663.0619938 +388,0.417159608,0.965805736,429,-2.242387083,-0.426171285,9887.5756778 +389,0.106334961,0.868774244,429,-2.242387083,-0.426171285,9453.4544633 +390,0.815086969,-0.338144359,429,-2.242387083,-0.426171285,9399.0494256 +391,0.59867455,-0.230624824,429,-2.242387083,-0.426171285,9594.4267843 +392,1.915104874,0.066220985,429,-2.242387083,-0.426171285,8323.5562923 +393,1.278093622,0.064463721,429,-2.242387083,-0.426171285,10408.40605 +394,-0.061477853,0.302997961,429,-2.242387083,-0.426171285,8877.3487736 +395,0.251311504,0.626976942,429,-2.242387083,-0.426171285,10103.599036 +396,2.950242872,0.149095644,429,-2.242387083,-0.426171285,4786.1296499 +397,-0.180294708,0.35375117,429,-2.242387083,-0.426171285,8510.569043 +398,1.010448592,-0.351180233,429,-2.242387083,-0.426171285,9335.0275588 +399,-1.748740498,0.3686318073,429,-2.242387083,-0.426171285,3677.8766699 +400,2.699635665,0.123533791,429,-2.242387083,-0.426171285,5606.508706 +401,0.496808033,0.823843254,429,-2.242387083,-0.426171285,10422.171195 +402,0.129574704,0.763364087,429,-2.242387083,-0.426171285,9630.996215 +403,1.798920311,0.817447563,429,-2.242387083,-0.426171285,9231.9710183 +404,0.335987953,0.746786541,429,-2.242387083,-0.426171285,10215.064233 +405,-1.085413643,0.292154671,429,-2.242387083,-0.426171285,5296.2813949 +406,-0.155321003,0.508207011,429,-2.242387083,-0.426171285,8740.4120996 +407,0.620529244,-0.301175104,429,-2.242387083,-0.426171285,9368.2624542 +408,1.684402744,0.368716966,429,-2.242387083,-0.426171285,9579.3001323 +409,0.300582244,-0.386397212,429,-2.242387083,-0.426171285,8486.0154645 +410,2.913555946,-0.009225192,429,-2.242387083,-0.426171285,4615.3702858 +411,1.465101417,0.493232532,429,-2.242387083,-0.426171285,10423.569761 +412,0.090612882,0.907955955,429,-2.242387083,-0.426171285,9364.6855404 +413,2.987564726,-0.729568594,429,-2.242387083,-0.426171285,3616.3628768 +414,-1.484261606,0.224149272,429,-2.242387083,-0.426171285,3902.1177672 +415,0.164073421,0.303955133,429,-2.242387083,-0.426171285,9691.6262615 +416,0.141441293,0.167552546,429,-2.242387083,-0.426171285,9411.9666843 +417,2.931321023,-0.506718887,429,-2.242387083,-0.426171285,3891.3925132 +418,2.21951565,0.700596356,429,-2.242387083,-0.426171285,8022.3226608 +419,0.268112576,1.199114336,429,-2.242387083,-0.426171285,9035.9423131 +420,0.978913739,0.359223811,429,-2.242387083,-0.426171285,12049.705297 +421,1.210898818,0.522863584,429,-2.242387083,-0.426171285,11282.380133 +422,2.347397336,0.129231362,429,-2.242387083,-0.426171285,6873.2883492 +423,0.614394501,0.556878345,429,-2.242387083,-0.426171285,11324.422848 +424,-1.398079356,0.148483366,429,-2.242387083,-0.426171285,3976.4118204 +425,2.535303836,-0.112984496,429,-2.242387083,-0.426171285,5802.674132 +426,-1.019372593,-0.405322349,429,-2.242387083,-0.426171285,4381.091298 +427,-1.297785627,-0.160104069,429,-2.242387083,-0.426171285,3708.9251435 +428,2.144554488,0.205051084,429,-2.242387083,-0.426171285,7719.8028723 +429,-2.242387083,-0.426171285,429,-2.242387083,-0.426171285,0 +430,0.338637212,0.909723676,429,-2.242387083,-0.426171285,9893.5435721 +431,-0.148798452,0.691042401,429,-2.242387083,-0.426171285,8839.6475097 +432,0.893524764,0.441829531,429,-2.242387083,-0.426171285,12378.552649 +433,0.969229347,-0.368847936,429,-2.242387083,-0.426171285,9283.2451094 +434,0.436043248,0.800045688,429,-2.242387083,-0.426171285,10354.558989 +435,1.687946607,1.081504775,429,-2.242387083,-0.426171285,9111.4070428 +436,0.522302046,-0.034889271,429,-2.242387083,-0.426171285,10112.320159 +437,-0.178996113,-0.438090009,429,-2.242387083,-0.426171285,7078.5570859 +438,-1.094339566,0.301444068,429,-2.242387083,-0.426171285,5286.4046929 +439,-1.064070054,0.242569932,429,-2.242387083,-0.426171285,5266.8960371 +440,-1.068153768,0.230387998,429,-2.242387083,-0.426171285,5229.1952516 +441,-3.00496892,-0.23989155,429,-2.242387083,-0.426171285,2935.3728199 +442,0.21751974,0.766874888,429,-2.242387083,-0.426171285,9868.5455156 +443,0.117229532,0.007619006,429,-2.242387083,-0.426171285,9020.4469229 +444,0.777758451,0.420554741,429,-2.242387083,-0.426171285,12004.749886 +445,-0.252356999,0.250747086,429,-2.242387083,-0.426171285,8122.5509918 +446,0.363148444,0.768483434,429,-2.242387083,-0.426171285,10247.382831 +447,0.903191366,-0.118210676,429,-2.242387083,-0.426171285,10287.496621 +448,-0.205755923,0.149406178,429,-2.242387083,-0.426171285,8141.9412622 +449,1.811996086,0.02364353,429,-2.242387083,-0.426171285,8607.2465067 +450,-1.100670221,0.314845373,429,-2.242387083,-0.426171285,5293.7606635 +451,0.340078597,0.850105132,429,-2.242387083,-0.426171285,10029.900652 +452,0.258757267,0.804969236,429,-2.242387083,-0.426171285,9921.7075415 +453,2.78505352,-0.155160804,429,-2.242387083,-0.426171285,4836.6417917 +454,0.800551619,0.105822106,429,-2.242387083,-0.426171285,11120.684061 +455,0.437940882,-0.506194031,429,-2.242387083,-0.426171285,8354.2731789 +456,2.230431122,0.63458615,429,-2.242387083,-0.426171285,7934.7546048 +457,0.527965361,0.127667701,429,-2.242387083,-0.426171285,10605.804792 +458,-0.063643205,0.702093448,429,-2.242387083,-0.426171285,9098.5490824 +459,1.408447268,0.133010502,429,-2.242387083,-0.426171285,10192.829436 +460,0.523795955,0.280266966,429,-2.242387083,-0.426171285,10936.226609 +461,-0.975769313,0.072177659,429,-2.242387083,-0.426171285,5252.9404086 +462,0.549774164,-0.463663986,429,-2.242387083,-0.426171285,8674.2778929 +463,0.29245874,1.095549818,429,-2.242387083,-0.426171285,9348.2367097 +464,0.143625958,0.816809593,429,-2.242387083,-0.426171285,9611.4391037 +465,0.671902494,0.611159853,429,-2.242387083,-0.426171285,11374.16438 +466,1.239840988,0.6724199,429,-2.242387083,-0.426171285,10941.230376 +467,0.607829703,-0.10932137,429,-2.242387083,-0.426171285,10043.01813 +468,1.763020906,0.263996692,429,-2.242387083,-0.426171285,9177.4541186 +469,0.378714634,0.726066797,429,-2.242387083,-0.426171285,10363.332763 +470,2.196736143,-0.153862366,429,-2.242387083,-0.426171285,6936.722392 +471,0.01702415,0.148991565,429,-2.242387083,-0.426171285,8939.8614711 +472,-2.998490902,-0.158002487,429,-2.242387083,-0.426171285,3042.4249091 +473,-3.051262951,-0.346595608,429,-2.242387083,-0.426171285,2971.1722232 +474,-1.069176439,0.182802941,429,-2.242387083,-0.426171285,5132.6845399 +475,0.167157509,0.595344954,429,-2.242387083,-0.426171285,9846.3567542 +476,0.613855648,0.681746124,429,-2.242387083,-0.426171285,11052.375472 +477,1.037012736,0.682555367,429,-2.242387083,-0.426171285,11328.470257 +478,-1.253574971,0.379755746,429,-2.242387083,-0.426171285,4966.706023 +479,3.108590453,-0.132620738,429,-2.242387083,-0.426171285,3709.3076646 +480,0.565301296,0.022333262,429,-2.242387083,-0.426171285,10395.821334 +481,0.547898238,0.855555614,429,-2.242387083,-0.426171285,10423.791247 +482,0.948309381,0.417393755,429,-2.242387083,-0.426171285,12263.024135 +483,-0.050600732,0.945269213,429,-2.242387083,-0.426171285,9000.358912 +484,-0.977651478,-0.572363064,429,-2.242387083,-0.426171285,4352.9575435 +485,1.102014914,0.728861163,429,-2.242387083,-0.426171285,11071.948284 +486,2.927300795,-0.282939414,429,-2.242387083,-0.426171285,4141.2780008 +487,-1.154565557,0.124434095,429,-2.242387083,-0.426171285,4727.9164528 +488,1.855331234,0.291044755,429,-2.242387083,-0.426171285,8879.1351562 +489,0.830290659,0.276904518,429,-2.242387083,-0.426171285,11799.584941 +490,0.485104466,-0.234867441,429,-2.242387083,-0.426171285,9374.5562649 +491,0.521367572,-0.33161327,429,-2.242387083,-0.426171285,9106.886321 +1,-1.539031704,0.7349710123,430,0.338637212,0.909723676,4627.6520216 +2,-1.536990553,0.7349663874,430,0.338637212,0.909723676,4623.8488043 +3,-1.534951779,0.7349571355,430,0.338637212,0.909723676,4620.0601163 +4,-1.532906461,0.7349480293,430,0.338637212,0.909723676,4616.2546652 +5,-1.531320211,0.7346937278,430,0.338637212,0.909723676,4614.0541493 +6,-1.539451648,0.7335131775,430,0.338637212,0.909723676,4632.8938373 +7,-1.537429487,0.7335445708,430,0.338637212,0.909723676,4629.0137601 +8,-1.535484998,0.7335658704,430,0.338637212,0.909723676,4625.3062595 +9,-1.533488396,0.7336036027,430,0.338637212,0.909723676,4621.4472927 +10,-1.531497785,0.7335842962,430,0.338637212,0.909723676,4617.7698209 +11,-1.530259379,0.7334777758,430,0.338637212,0.909723676,4615.7680656 +12,-1.5335454,0.7322346912,430,0.338637212,0.909723676,4625.7318759 +13,-1.531489083,0.7322238773,430,0.338637212,0.909723676,4621.9022195 +14,-1.530011122,0.7321679851,430,0.338637212,0.909723676,4619.2938393 +15,-1.53348106,0.7306614094,430,0.338637212,0.909723676,4630.4138986 +16,-1.531441779,0.7306962275,430,0.338637212,0.909723676,4626.4734848 +17,-1.529755654,0.7306933243,430,0.338637212,0.909723676,4623.3091917 +18,-1.533415048,0.7291384674,430,0.338637212,0.909723676,4634.9404961 +19,-1.531392093,0.7291705353,430,0.338637212,0.909723676,4631.0357372 +20,-1.529296523,0.7291214933,430,0.338637212,0.909723676,4627.2376966 +21,-1.535280942,0.727267644,430,0.338637212,0.909723676,4644.167182 +22,-1.533378158,0.7276139666,430,0.338637212,0.909723676,4639.5280374 +23,-1.531340368,0.7276446587,430,0.338637212,0.909723676,4635.596137 +24,-1.528960113,0.7276398177,430,0.338637212,0.909723676,4631.1226979 +25,-1.533313146,0.7260818349,430,0.338637212,0.909723676,4644.0873685 +26,-1.531259555,0.7260958115,430,0.338637212,0.909723676,4640.1732377 +27,-1.528926415,0.7260865555,430,0.338637212,0.909723676,4635.7981503 +28,-1.531226779,0.7245511789,430,0.338637212,0.909723676,4644.8295071 +29,-1.528904772,0.7245519194,430,0.338637212,0.909723676,4640.4410627 +30,-1.547195875,0.7409785979,430,0.338637212,0.909723676,4624.4786745 +31,-1.5451475,0.740980426,430,0.338637212,0.909723676,4620.6717509 +32,-1.543097679,0.7409798872,430,0.338637212,0.909723676,4616.8652986 +33,-1.540720364,0.7409892687,430,0.338637212,0.909723676,4612.4150253 +34,-1.547188511,0.7395198392,430,0.338637212,0.909723676,4628.9310053 +35,-1.545148587,0.7395226109,430,0.338637212,0.909723676,4625.1336429 +36,-1.543104538,0.7395314908,430,0.338637212,0.909723676,4621.3058947 +37,-1.540727751,0.7395306258,430,0.338637212,0.909723676,4616.884182 +38,-1.547187029,0.7380014886,430,0.338637212,0.909723676,4633.5782151 +39,-1.545147315,0.7380012252,430,0.338637212,0.909723676,4629.7871774 +40,-1.54310719,0.7380060743,430,0.338637212,0.909723676,4625.9756873 +41,-1.540719671,0.7380068206,430,0.338637212,0.909723676,4621.5251276 +42,-1.547187189,0.7364799098,430,0.338637212,0.909723676,4638.2399195 +43,-1.545149996,0.7364853874,430,0.338637212,0.909723676,4634.4326479 +44,-1.543106091,0.7364823484,430,0.338637212,0.909723676,4630.6349106 +45,-1.540717158,0.7364893901,430,0.338637212,0.909723676,4626.1585375 +46,-1.538663972,0.7410138672,430,0.338637212,0.909723676,4608.5108297 +47,-1.53695285,0.7409699132,430,0.338637212,0.909723676,4605.4555959 +48,-1.534910498,0.7409641297,430,0.338637212,0.909723676,4601.6627685 +49,-1.533145034,0.7409536636,430,0.338637212,0.909723676,4598.3975326 +50,-1.538681336,0.7395405883,430,0.338637212,0.909723676,4613.040006 +51,-1.536999189,0.7395183096,430,0.338637212,0.909723676,4609.9700602 +52,-1.534923633,0.7395144222,430,0.338637212,0.909723676,4606.1063016 +53,-1.533267822,0.7395654306,430,0.338637212,0.909723676,4602.8560612 +54,-1.53867273,0.7380151077,430,0.338637212,0.909723676,4617.6816867 +55,-1.536980576,0.7379994392,430,0.338637212,0.909723676,4614.5701077 +56,-1.534931522,0.7379944961,430,0.338637212,0.909723676,4610.7556825 +57,-1.533387952,0.7379480264,430,0.338637212,0.909723676,4608.0098503 +58,-1.538682279,0.7364914363,430,0.338637212,0.909723676,4622.3533269 +59,-1.536980704,0.7364810563,430,0.338637212,0.909723676,4619.205238 +60,-1.534935567,0.7364752065,430,0.338637212,0.909723676,4615.3975592 +61,-1.533042592,0.7363876366,430,0.338637212,0.909723676,4612.1200381 +62,-1.545143426,0.7349628011,430,0.338637212,0.909723676,4639.0831126 +63,-1.543105297,0.7349691947,430,0.338637212,0.909723676,4635.2639186 +64,-1.541064533,0.7349647152,430,0.338637212,0.909723676,4631.4690503 +65,-1.545411803,0.7334624714,430,0.338637212,0.909723676,4644.1796352 +66,-1.543446606,0.7334780896,430,0.338637212,0.909723676,4640.4655642 +67,-1.541475327,0.7334957295,430,0.338637212,0.909723676,4636.7302588 +68,-1.545401939,0.731963266,430,0.338637212,0.909723676,4648.7557838 +69,-1.54342253,0.7319915583,430,0.338637212,0.909723676,4644.9731492 +70,-1.541455867,0.7320216438,430,0.338637212,0.909723676,4641.2051737 +71,-1.545410146,0.7304422281,430,0.338637212,0.909723676,4653.434095 +72,-1.543435491,0.7304713664,430,0.338637212,0.909723676,4649.6545227 +73,-1.541463105,0.7304997613,430,0.338637212,0.909723676,4645.877809 +74,-1.545414768,0.7289194936,430,0.338637212,0.909723676,4658.1124679 +75,-1.543435774,0.7289538557,430,0.338637212,0.909723676,4654.3055353 +76,-1.541457714,0.7289765881,430,0.338637212,0.909723676,4650.5323135 +77,-1.539449415,0.7320555866,430,0.338637212,0.909723676,4637.3472963 +78,-1.537429183,0.7321097681,430,0.338637212,0.909723676,4633.3979859 +79,-1.535472649,0.7321497267,430,0.338637212,0.909723676,4629.6078876 +80,-1.539457899,0.7305333307,430,0.338637212,0.909723676,4642.0201197 +81,-1.537453161,0.7305750503,430,0.338637212,0.909723676,4638.1346405 +82,-1.535479385,0.7306124949,430,0.338637212,0.909723676,4634.3166452 +83,-1.53946905,0.7290102593,430,0.338637212,0.909723676,4646.702027 +84,-1.537459922,0.7290417293,430,0.338637212,0.909723676,4642.8363767 +85,-1.535451349,0.7290890157,430,0.338637212,0.909723676,4638.9196637 +86,-1.535522937,0.7279887191,430,0.338637212,0.909723676,4642.4176651 +87,-1.539442524,0.7274735939,430,0.338637212,0.909723676,4651.3564359 +88,-1.537424111,0.727521351,430,0.338637212,0.909723676,4647.4201394 +89,-1.539384641,0.7259505092,430,0.338637212,0.909723676,4655.9118362 +90,-1.537372391,0.7259947145,430,0.338637212,0.909723676,4651.9945729 +91,-1.535340789,0.7260435356,430,0.338637212,0.909723676,4648.0230456 +92,-1.539325716,0.7244369706,430,0.338637212,0.909723676,4660.437381 +93,-1.537308932,0.7244801057,430,0.338637212,0.909723676,4656.5114777 +94,-1.535289068,0.7245247645,430,0.338637212,0.909723676,4652.5713666 +95,-1.533261366,0.7245550236,430,0.338637212,0.909723676,4648.6567535 +96,-1.539267302,0.722921924,430,0.338637212,0.909723676,4664.9698346 +97,-1.537248972,0.7229660258,430,0.338637212,0.909723676,4661.0346725 +98,-1.535219431,0.7229916471,430,0.338637212,0.909723676,4657.1311791 +99,-1.53318962,0.7230212049,430,0.338637212,0.909723676,4653.2112794 +100,-1.531154816,0.7230299897,430,0.338637212,0.909723676,4649.3415902 +101,-1.528878341,0.7230370244,430,0.338637212,0.909723676,4645.0161637 +102,-1.539218189,0.7214009878,430,0.338637212,0.909723676,4669.5391849 +103,-1.537198791,0.7214422745,430,0.338637212,0.909723676,4665.6072535 +104,-1.535179266,0.7214634354,430,0.338637212,0.909723676,4661.7329327 +105,-1.533156501,0.7214944644,430,0.338637212,0.909723676,4657.8184647 +106,-1.53113574,0.7215166021,430,0.338637212,0.909723676,4653.9311621 +107,-1.528874248,0.7215345535,430,0.338637212,0.909723676,4649.5970747 +108,-1.539217656,0.7198512397,430,0.338637212,0.909723676,4674.289824 +109,-1.537199919,0.7199428763,430,0.338637212,0.909723676,4670.2033963 +110,-1.545425832,0.727397149,430,0.338637212,0.909723676,4662.8032485 +111,-1.543371177,0.7273916949,430,0.338637212,0.909723676,4658.9734533 +112,-1.541368852,0.7274523163,430,0.338637212,0.909723676,4655.0352121 +113,-1.545349067,0.7258710923,430,0.338637212,0.909723676,4667.342498 +114,-1.54332671,0.7258603556,430,0.338637212,0.909723676,4663.5859774 +115,-1.541346831,0.7259242142,430,0.338637212,0.909723676,4659.6765348 +116,-1.545324355,0.7243383958,430,0.338637212,0.909723676,4672.0009769 +117,-1.543292796,0.7243617413,430,0.338637212,0.909723676,4668.1193027 +118,-1.541295822,0.7244024384,430,0.338637212,0.909723676,4664.2454871 +119,-1.543193859,0.7205570215,430,0.338637212,0.909723676,4679.6105988 +120,-1.550257047,0.7386738187,430,0.338637212,0.909723676,4637.216312 +121,-1.549335448,0.7311736483,430,0.338637212,0.909723676,4658.5129803 +122,-1.533478843,0.7179891343,430,0.338637212,0.909723676,4669.1558693 +123,-1.556150555,0.738907041,430,0.338637212,0.909723676,4647.4110712 +124,-1.554324226,0.733414257,430,0.338637212,0.909723676,4660.9074594 +125,-1.554290846,0.7288285332,430,0.338637212,0.909723676,4674.9476127 +126,-1.55122487,0.7219795312,430,0.338637212,0.909723676,4690.30267 +127,-1.525104458,0.7229399862,430,0.338637212,0.909723676,4638.1662153 +128,-1.519607711,0.7236181429,430,0.338637212,0.909723676,4625.6691496 +129,-1.513899999,0.7251107854,430,0.338637212,0.909723676,4610.2765175 +130,-1.536620762,0.7431061895,430,0.338637212,0.909723676,4598.32322 +131,-1.5369566,0.7460845958,430,0.338637212,0.909723676,4589.8724529 +132,-1.545345528,0.7447040685,430,0.338637212,0.909723676,4609.6535501 +133,-1.532813921,0.7432306626,430,0.338637212,0.909723676,4590.8462267 +134,-1.554788248,0.7382381001,430,0.338637212,0.909723676,4646.9464837 +135,-1.540348126,0.7301594274,430,0.338637212,0.909723676,4644.8320722 +136,-1.538016084,0.7239051786,430,0.338637212,0.909723676,4659.6028312 +137,-1.525288962,0.7258085137,430,0.338637212,0.909723676,4629.7701595 +138,-1.534326986,0.731241342,430,0.338637212,0.909723676,4630.2320978 +139,-1.530733872,0.7303625216,430,0.338637212,0.909723676,4626.1595437 +141,-1.534354939,0.7328219978,430,0.338637212,0.909723676,4625.458409 +142,-1.53157084,0.7292888153,430,0.338637212,0.909723676,4631.0112463 +143,-1.525691035,0.7263799874,430,0.338637212,0.909723676,4628.7889693 +144,-1.534031287,0.7495967835,430,0.338637212,0.909723676,4573.7461175 +145,-1.527714986,0.7283095957,430,0.338637212,0.909723676,4626.7305825 +146,-1.526189586,0.7271468292,430,0.338637212,0.909723676,4627.3942456 +147,-1.555177336,0.7375563366,430,0.338637212,0.909723676,4649.7605363 +148,-1.555080283,0.7312707794,430,0.338637212,0.909723676,4668.902174 +149,-1.53856994,0.7224180299,430,0.338637212,0.909723676,4665.2012451 +150,-1.530837883,0.729933372,430,0.338637212,0.909723676,4627.6645551 +151,-1.515066984,0.5854133365,430,0.338637212,0.909723676,5042.8548794 +152,-1.534731633,0.5368370046,430,0.338637212,0.909723676,5235.4932335 +153,-1.515231902,0.5607085576,430,0.338637212,0.909723676,5120.364815 +154,-2.616253799,1.0684566605,430,0.338637212,0.909723676,4586.0872275 +155,-1.956071439,0.5792177723,430,0.338637212,0.909723676,5858.0182711 +156,-1.951208514,0.5602434208,430,0.338637212,0.909723676,5917.1454942 +157,-1.944675062,0.6062144545,430,0.338637212,0.909723676,5745.9382143 +158,-1.613778386,0.6077989518,430,0.338637212,0.909723676,5167.5583245 +159,-2.035029014,0.6021432345,430,0.338637212,0.909723676,5892.3563499 +160,-2.114989471,0.6801825058,430,0.338637212,0.909723676,5714.7881841 +161,-2.037382079,0.5765830025,430,0.338637212,0.909723676,5987.2123531 +162,-2.129855121,0.6585019963,430,0.338637212,0.909723676,5811.8620019 +163,-2.075141798,0.6493615843,430,0.338637212,0.909723676,5776.6109467 +164,-1.828626729,0.6948433129,430,0.338637212,0.909723676,5260.0211104 +165,-1.863329418,0.6735427691,430,0.338637212,0.909723676,5387.2007349 +166,-1.266037071,0.727988852,430,0.338637212,0.909723676,4103.5558047 +167,-1.277579582,0.7249010648,430,0.338637212,0.909723676,4136.4630373 +168,-1.258418684,0.7241194816,430,0.338637212,0.909723676,4098.1910568 +169,-1.317813974,0.6804850104,430,0.338637212,0.909723676,4347.3001505 +170,-1.344165204,0.6790988904,430,0.338637212,0.909723676,4406.8129192 +171,-1.427582102,0.5277120351,430,0.338637212,0.909723676,5037.9628588 +172,-1.402238616,0.457167829,430,0.338637212,0.909723676,5199.8897929 +173,-1.422454264,0.4996161999,430,0.338637212,0.909723676,5113.3802541 +174,-1.439089277,0.4894859811,430,0.338637212,0.909723676,5180.9444002 +175,-1.448126995,0.5182330266,430,0.338637212,0.909723676,5111.421683 +176,-1.474626146,0.5881926574,430,0.338637212,0.909723676,4951.2170807 +177,-1.421139645,0.5584869783,430,0.338637212,0.909723676,4929.7951838 +178,-1.457037165,0.565943032,430,0.338637212,0.909723676,4983.0641411 +179,-2.757159358,0.3745319,430,0.338637212,0.909723676,7354.4385221 +180,-2.714309238,0.342054471,430,0.338637212,0.909723676,7476.0852701 +181,-2.000525337,0.774119946,430,0.338637212,0.909723676,5234.4675267 +183,-1.571413436,0.6777838382,430,0.338637212,0.909723676,4865.418427 +184,-1.552860289,0.6987663893,430,0.338637212,0.909723676,4765.0161239 +185,-1.521852374,0.7165827476,430,0.338637212,0.909723676,4651.3764502 +186,-1.503656267,0.6928968252,430,0.338637212,0.909723676,4688.5508569 +187,-1.502753178,0.7136205882,430,0.338637212,0.909723676,4623.7964955 +188,-1.631894563,0.7343596465,430,0.338637212,0.909723676,4798.8713826 +189,-1.653765416,0.6770714026,430,0.338637212,0.909723676,5020.4295854 +190,-1.719812114,0.6715965947,430,0.338637212,0.909723676,5155.6566773 +191,-1.493406659,0.6646955447,430,0.338637212,0.909723676,4754.4695021 +192,-1.469120564,0.6613469966,430,0.338637212,0.909723676,4716.1805199 +193,-1.590551461,0.5326612937,430,0.338637212,0.909723676,5362.3004333 +194,-1.625979264,0.5247742243,430,0.338637212,0.909723676,5458.3459666 +195,-1.572293943,0.5238808754,430,0.338637212,0.909723676,5353.4518884 +196,-1.610848725,0.5477107964,430,0.338637212,0.909723676,5354.4700664 +197,-1.208485554,0.7918526018,430,0.338637212,0.909723676,3810.1730105 +198,-1.335601374,0.6869083083,430,0.338637212,0.909723676,4366.2461417 +199,-1.346156996,0.6825213377,430,0.338637212,0.909723676,4401.0509121 +200,-1.324381037,0.6741422347,430,0.338637212,0.909723676,4379.4867234 +201,-1.242424992,0.7378949807,430,0.338637212,0.909723676,4026.3480515 +202,-1.270370057,0.7392461008,430,0.338637212,0.909723676,4081.4573851 +203,-1.448950472,0.7441675014,430,0.338637212,0.909723676,4428.2673384 +204,-1.492662363,0.7523026852,430,0.338637212,0.909723676,4487.9609281 +205,-1.479098966,0.7763855017,430,0.338637212,0.909723676,4390.7058968 +206,-1.633760714,0.7869022408,430,0.338637212,0.909723676,4637.0170432 +207,-1.647406434,0.8101289331,430,0.338637212,0.909723676,4587.4931151 +208,-1.564245052,0.5701509278,430,0.338637212,0.909723676,5190.1395202 +209,-1.646289963,0.6833746083,430,0.338637212,0.909723676,4986.6953478 +210,-1.5820631,0.6751952144,430,0.338637212,0.909723676,4893.6763578 +211,-1.613236298,0.6681681791,430,0.338637212,0.909723676,4974.3219689 +212,-1.914661867,0.8212566515,430,0.338637212,0.909723676,4956.9326609 +213,-1.742133237,0.7250275956,430,0.338637212,0.909723676,5018.6695354 +214,-2.033144872,0.6557314699,430,0.338637212,0.909723676,5698.0711098 +215,-2.039551981,0.6964723658,430,0.338637212,0.909723676,5560.9598126 +216,-1.247341019,0.7622473908,430,0.338637212,0.909723676,3970.2674888 +217,-1.298239787,0.7084123392,430,0.338637212,0.909723676,4226.2838585 +218,-1.308539688,0.6926545592,430,0.338637212,0.909723676,4292.8055744 +219,-1.303263185,0.6888938396,430,0.338637212,0.909723676,4292.3851863 +220,-1.852400229,0.6004246149,430,0.338637212,0.909723676,5619.398809 +221,-1.288947707,0.7473773692,430,0.338637212,0.909723676,4097.6143235 +222,-1.372031502,0.7472790993,430,0.338637212,0.909723676,4267.3176286 +223,-1.289805721,0.7242157877,430,0.338637212,0.909723676,4164.0457202 +224,-1.350807603,0.7533498126,430,0.338637212,0.909723676,4207.3227389 +225,-1.329290365,0.7560442322,430,0.338637212,0.909723676,4156.1679188 +226,-1.410153004,0.616936428,430,0.338637212,0.909723676,4729.2172527 +227,-1.393445434,0.6308995063,430,0.338637212,0.909723676,4652.25527 +228,-1.37595573,0.6241540638,430,0.338637212,0.909723676,4635.4444757 +229,-1.358388707,0.6172645205,430,0.338637212,0.909723676,4618.4867187 +230,-1.753741133,0.8281661666,430,0.338637212,0.909723676,4700.8993774 +231,-1.47430987,0.6834615681,430,0.338637212,0.909723676,4659.5362941 +232,-1.421012508,0.7222725206,430,0.338637212,0.909723676,4437.8225061 +233,-1.4476833,0.6978557868,430,0.338637212,0.909723676,4563.3331228 +234,-1.470370723,0.6966193374,430,0.338637212,0.909723676,4612.0300653 +235,-1.429211703,0.7037216883,430,0.338637212,0.909723676,4508.9755266 +236,-1.700578405,0.6178673663,430,0.338637212,0.909723676,5297.3005806 +237,-1.678117619,0.6331716163,430,0.338637212,0.909723676,5206.4489238 +238,-1.725644578,0.6316331145,430,0.338637212,0.909723676,5297.1626348 +239,-2.14012759,0.7930497945,430,0.338637212,0.909723676,5331.8842929 +240,-2.103289431,0.7653606263,430,0.338637212,0.909723676,5391.4917406 +241,-1.318739838,0.7017808746,430,0.338637212,0.909723676,4288.1859914 +242,-1.396417427,0.7077900843,430,0.338637212,0.909723676,4430.9173167 +243,-1.35650337,0.7185539404,430,0.338637212,0.909723676,4318.3342946 +244,-1.248884539,0.7274156818,430,0.338637212,0.909723676,4068.8572273 +245,-1.395014798,0.5761185243,430,0.338637212,0.909723676,4820.2465839 +246,-1.433377362,0.6064716109,430,0.338637212,0.909723676,4809.504812 +247,-1.408172432,0.5903155476,430,0.338637212,0.909723676,4805.3854713 +248,-1.749645898,0.7757118084,430,0.338637212,0.909723676,4865.1519094 +249,-1.571626686,0.615046989,430,0.338637212,0.909723676,5062.8348898 +250,-1.514070049,0.6303003037,430,0.338637212,0.909723676,4901.3884594 +251,-1.480890369,0.6237966528,430,0.338637212,0.909723676,4854.5675432 +252,-1.704390658,0.5281680612,430,0.338637212,0.909723676,5599.2030851 +253,-1.64434733,0.5254277498,430,0.338637212,0.909723676,5492.4234325 +254,-1.703855997,0.4792484842,430,0.338637212,0.909723676,5759.7468899 +255,-1.692002383,0.5748825051,430,0.338637212,0.909723676,5422.2940821 +256,-1.854136457,0.5544643913,430,0.338637212,0.909723676,5779.5678178 +257,-1.665021206,0.520317736,430,0.338637212,0.909723676,5549.4287542 +258,-1.733654349,0.4845187345,430,0.338637212,0.909723676,5799.3742827 +259,-1.720938188,0.5135933906,430,0.338637212,0.909723676,5678.6928605 +260,-1.742668307,0.553296122,430,0.338637212,0.909723676,5587.2143567 +261,-1.965659039,0.7142126903,430,0.338637212,0.909723676,5398.2453674 +262,-1.944438071,0.6772834804,430,0.338637212,0.909723676,5497.1282505 +263,-1.270340967,0.7681487096,430,0.338637212,0.909723676,4001.933528 +264,-1.353091884,0.6549276821,430,0.338637212,0.909723676,4496.1276959 +265,-1.333236659,0.6413584414,430,0.338637212,0.909723676,4493.6701306 +266,-1.352015998,0.6753788907,430,0.338637212,0.909723676,4434.0836892 +267,-1.377988483,0.6577816235,430,0.338637212,0.909723676,4540.0343615 +268,-2.13075611,0.8318642051,430,0.338637212,0.909723676,5180.4272984 +269,-2.097910953,0.8259670014,430,0.338637212,0.909723676,5166.2587099 +270,-1.416382069,0.6694271549,430,0.338637212,0.909723676,4584.9174487 +271,-1.538905672,0.7535625993,430,0.338637212,0.909723676,4570.7177812 +272,-1.572309477,0.7803125099,430,0.338637212,0.909723676,4549.7906019 +273,-1.87759879,0.7503853417,430,0.338637212,0.909723676,5146.7225608 +274,1.152365588,0.590457682,430,0.338637212,0.909723676,2615.9723622 +275,0.350198001,0.718001859,430,0.338637212,0.909723676,760.05215997 +276,0.046513677,0.491503852,430,0.338637212,0.909723676,1867.6673988 +277,0.027510309,0.742571376,430,0.338637212,0.909723676,1060.8965976 +278,0.306285725,-0.214631579,430,0.338637212,0.909723676,4454.9494838 +279,-1.100564889,0.318051531,430,0.338637212,0.909723676,4917.6602531 +280,-1.078582306,0.301437596,430,0.338637212,0.909723676,4914.8337654 +281,-1.137371989,-0.617634065,430,0.338637212,0.909723676,7894.1202859 +282,0.784356344,0.703272339,430,0.338637212,0.909723676,1458.0398708 +283,-1.221209947,0.218327455,430,0.338637212,0.909723676,5514.9801641 +284,2.347301921,-0.449114658,430,0.338637212,0.909723676,8659.1802305 +285,0.246820618,0.830553713,430,0.338637212,0.909723676,391.33925846 +286,0.829414965,0.703288228,430,0.338637212,0.909723676,1559.4585739 +287,-1.337537566,0.42332223,430,0.338637212,0.909723676,5158.0344114 +288,0.882453706,0.454478077,430,0.338637212,0.909723676,2423.6294099 +289,1.575629659,0.416419109,430,0.338637212,0.909723676,4133.0931291 +290,-1.039455679,0.229888244,430,0.338637212,0.909723676,5038.4617982 +291,0.489558039,0.934482747,430,0.338637212,0.909723676,373.96960804 +292,0.081344504,0.88384514,430,0.338637212,0.909723676,643.11620634 +293,-1.547979814,0.300350308,430,0.338637212,0.909723676,6018.3578946 +294,0.040776181,0.168560074,430,0.338637212,0.909723676,3088.9151022 +295,-1.130374745,0.563894876,430,0.338637212,0.909723676,4263.1236947 +296,1.578326642,0.478507176,430,0.338637212,0.909723676,3959.4652536 +297,-1.12861823,-0.291640865,430,0.338637212,0.909723676,6883.2125892 +298,0.310524208,0.770885792,430,0.338637212,0.909723676,554.89533136 +299,0.415649091,-0.387246002,430,0.338637212,0.909723676,5144.2278049 +300,-0.926533878,-0.188022748,430,0.338637212,0.909723676,6087.4636381 +301,1.258856172,-0.11716081,430,0.338637212,0.909723676,5110.0730336 +302,-1.126050026,0.322941926,430,0.338637212,0.909723676,4964.4218806 +303,2.002785835,0.07893892,430,0.338637212,0.909723676,6201.3626626 +304,0.440437607,0.746258085,430,0.338637212,0.909723676,702.01807076 +305,-0.030391866,0.214441206,430,0.338637212,0.909723676,2995.0913957 +306,0.521557815,-0.058929362,430,0.338637212,0.909723676,3885.7737632 +307,-0.097005111,0.13317729,430,0.338637212,0.909723676,3385.1708084 +308,1.83113859,0.221857587,430,0.338637212,0.909723676,5341.1612985 +309,0.222428864,0.099404236,430,0.338637212,0.909723676,3232.142227 +310,-1.702731345,0.8728568183,430,0.338637212,0.909723676,4479.3824435 +311,-0.418507569,0.278324921,430,0.338637212,0.909723676,3440.3859277 +312,-1.41153306,0.339029988,430,0.338637212,0.909723676,5588.6123747 +313,0.357560442,0.114788776,430,0.338637212,0.909723676,3149.3430482 +314,0.325818979,0.268352149,430,0.338637212,0.909723676,2540.7945772 +315,-1.246004659,-0.663679965,430,0.338637212,0.909723676,8263.6902766 +316,1.814603087,0.637404484,430,0.338637212,0.909723676,4072.2343439 +317,1.843704281,-0.18300445,430,0.338637212,0.909723676,6634.5896544 +318,1.690644492,-0.211480909,430,0.338637212,0.909723676,6362.1610784 +319,-1.275451936,0.068109467,430,0.338637212,0.909723676,6114.1350993 +320,0.762430171,-0.207594741,430,0.338637212,0.909723676,4656.7340997 +321,0.265668905,-0.014647884,430,0.338637212,0.909723676,3669.5356088 +322,-2.773032013,-0.335515811,430,0.338637212,0.909723676,10167.519263 +323,-1.469512853,0.174058777,430,0.338637212,0.909723676,6243.6426064 +324,0.286276986,0.785925691,430,0.338637212,0.909723676,509.0837889 +325,-1.379324697,0.377432233,430,0.338637212,0.909723676,5395.1952019 +326,-1.203778265,0.212813032,430,0.338637212,0.909723676,5489.9516238 +327,0.579916301,0.611743168,430,0.338637212,0.909723676,1363.0674944 +328,0.267582642,0.868113908,430,0.338637212,0.909723676,242.0656996 +329,0.412869244,-0.050245578,430,0.338637212,0.909723676,3810.597716 +330,0.17524381,0.976660285,430,0.338637212,0.909723676,462.77065977 +331,0.743157214,0.204812899,430,0.338637212,0.909723676,3076.9471049 +332,-1.070758176,0.269382282,430,0.338637212,0.909723676,4993.5234498 +333,-1.230364251,0.329790229,430,0.338637212,0.909723676,5193.7708329 +334,-1.374813124,-0.024926835,430,0.338637212,0.909723676,6646.30164 +335,0.519780566,0.463669906,430,0.338637212,0.909723676,1847.5968564 +336,-1.55108034,0.239698561,430,0.338637212,0.909723676,6220.356728 +337,0.180294813,0.029739425,430,0.338637212,0.909723676,3524.9129251 +338,0.67820924,0.268170153,430,0.338637212,0.909723676,2757.1759522 +339,0.445798684,1.024001867,430,0.338637212,0.909723676,512.34930843 +340,0.691751283,0.150521402,430,0.338637212,0.909723676,3216.9660169 +341,-1.036643551,-0.903056181,430,0.338637212,0.909723676,8509.472029 +342,-0.120287036,1.083325163,430,0.338637212,0.909723676,1189.9486431 +343,2.823513113,-0.304487164,430,0.338637212,0.909723676,9296.2585524 +344,0.457583172,1.12513373,430,0.338637212,0.909723676,887.22590538 +345,0.042918831,0.813795399,430,0.338637212,0.909723676,849.3085974 +346,1.196146777,-0.853142756,430,0.338637212,0.909723676,7555.9528939 +347,0.206001358,-0.010430701,430,0.338637212,0.909723676,3671.505894 +348,-0.268308653,0.234799412,430,0.338637212,0.909723676,3291.762989 +349,0.759363263,0.736189579,430,0.338637212,0.909723676,1316.1227919 +350,0.181363926,0.891988372,430,0.338637212,0.909723676,392.87711812 +351,-0.021111158,0.139103292,430,0.338637212,0.909723676,3267.8320123 +352,-0.093355215,0.630686981,430,0.338637212,0.909723676,1637.3908222 +353,0.40118964,0.681375926,430,0.338637212,0.909723676,920.66278678 +354,-0.721197315,1.304706234,430,0.338637212,0.909723676,2267.9912555 +355,-1.076150317,0.212107639,430,0.338637212,0.909723676,5182.435206 +356,-1.577164531,0.273993443,430,0.338637212,0.909723676,6167.7426626 +357,-0.190788414,0.182208586,430,0.338637212,0.909723676,3344.7352901 +358,-0.261349752,0.209710184,430,0.338637212,0.909723676,3367.0261799 +359,-1.029303852,0.083549259,430,0.338637212,0.909723676,5468.2266062 +360,-1.268609162,0.330525297,430,0.338637212,0.909723676,5282.271142 +361,1.282982244,-0.926641967,430,0.338637212,0.909723676,7917.0023103 +362,0.217352334,0.731352408,430,0.338637212,0.909723676,777.90497474 +363,-1.511833084,0.258629297,430,0.338637212,0.909723676,6071.237857 +364,0.338812194,0.823184618,430,0.338637212,0.909723676,342.78150161 +365,-0.324406489,1.134201999,430,0.338637212,0.909723676,1596.1364612 +366,1.389579348,0.399185724,430,0.338637212,0.909723676,3733.0874491 +367,2.047152199,-0.039082036,430,0.338637212,0.909723676,6678.7038024 +368,0.947780369,0.568250077,430,0.338637212,0.909723676,2203.7024071 +369,0.763824846,0.576754987,430,0.338637212,0.909723676,1793.2958741 +370,-0.142334657,0.928153068,430,0.338637212,0.909723676,1150.9038616 +371,0.610266567,0.547265983,430,0.338637212,0.909723676,1637.0365283 +372,0.210731629,0.746815056,430,0.338637212,0.909723676,729.70082611 +373,-1.34931644,0.316895224,430,0.338637212,0.909723676,5513.982138 +374,2.407696481,0.655030745,430,0.338637212,0.909723676,5228.567334 +375,0.64207831,0.545359131,430,0.338637212,0.909723676,1689.8412185 +376,1.174597538,0.840588356,430,0.338637212,0.909723676,2100.5042791 +377,0.660059424,0.010604079,430,0.338637212,0.909723676,3718.0880794 +378,-0.730263819,0.010486456,430,0.338637212,0.909723676,4999.9484252 +379,0.831068936,0.512339172,430,0.338637212,0.909723676,2132.8726948 +380,1.301180979,0.72367476,430,0.338637212,0.909723676,2642.7389277 +381,1.811128231,0.322854402,430,0.338637212,0.909723676,4983.5178007 +382,0.435105812,0.992284428,430,0.338637212,0.909723676,394.95617988 +383,0.62643634,0.592027932,430,0.338637212,0.909723676,1501.5567514 +384,0.492988703,-0.516339467,430,0.338637212,0.909723676,5674.0328124 +385,-0.162469483,0.112549365,430,0.338637212,0.909723676,3554.2058274 +386,0.314630866,0.472006421,430,0.338637212,0.909723676,1735.2698568 +387,0.166744804,0.822815954,430,0.338637212,0.909723676,558.6193411 +388,0.417159608,0.965805736,430,0.338637212,0.909723676,288.32866799 +389,0.106334961,0.868774244,430,0.338637212,0.909723676,600.97941658 +390,0.815086969,-0.338144359,430,0.338637212,0.909723676,5209.4391091 +391,0.59867455,-0.230624824,430,0.338637212,0.909723676,4604.0720302 +392,1.915104874,0.066220985,430,0.338637212,0.909723676,6028.717431 +393,1.278093622,0.064463721,430,0.338637212,0.909723676,4537.8352016 +394,-0.061477853,0.302997961,430,0.338637212,0.909723676,2708.1713195 +395,0.251311504,0.626976942,430,0.338637212,0.909723676,1146.5502449 +396,2.950242872,0.149095644,430,0.338637212,0.909723676,7880.5492439 +397,-0.180294708,0.35375117,430,0.338637212,0.909723676,2718.6351091 +398,1.010448592,-0.351180233,430,0.338637212,0.909723676,5506.317848 +399,-1.748740498,0.3686318073,430,0.338637212,0.909723676,6215.7587544 +400,2.699635665,0.123533791,430,0.338637212,0.909723676,7577.6828164 +401,0.496808033,0.823843254,430,0.338637212,0.909723676,528.63223481 +402,0.129574704,0.763364087,430,0.338637212,0.909723676,800.4708321 +403,1.798920311,0.817447563,430,0.338637212,0.909723676,3562.6060724 +404,0.335987953,0.746786541,430,0.338637212,0.909723676,645.43259989 +405,-1.085413643,0.292154671,430,0.338637212,0.909723676,4959.644988 +406,-0.155321003,0.508207011,430,0.338637212,0.909723676,2149.3592621 +407,0.620529244,-0.301175104,430,0.338637212,0.909723676,4893.8681581 +408,1.684402744,0.368716966,430,0.338637212,0.909723676,4538.6717986 +409,0.300582244,-0.386397212,430,0.338637212,0.909723676,5135.6291518 +410,2.913555946,-0.009225192,430,0.338637212,0.909723676,8412.4181281 +411,1.465101417,0.493232532,430,0.338637212,0.909723676,3642.2835016 +412,0.090612882,0.907955955,430,0.338637212,0.909723676,602.93363912 +413,2.987564726,-0.729568594,430,0.338637212,0.909723676,10946.387696 +414,-1.484261606,0.224149272,430,0.338637212,0.909723676,6118.3935544 +415,0.164073421,0.303955133,430,0.338637212,0.909723676,2460.7021842 +416,0.141441293,0.167552546,430,0.338637212,0.909723676,3007.8596265 +417,2.931321023,-0.506718887,430,0.338637212,0.909723676,10179.661818 +418,2.21951565,0.700596356,430,0.338637212,0.909723676,4739.2111854 +419,0.268112576,1.199114336,430,0.338637212,0.909723676,1153.9452477 +420,0.978913739,0.359223811,430,0.338637212,0.909723676,2931.4376697 +421,1.210898818,0.522863584,430,0.338637212,0.909723676,2944.1545714 +422,2.347397336,0.129231362,430,0.338637212,0.909723676,6844.321565 +423,0.614394501,0.556878345,430,0.338637212,0.909723676,1608.2257622 +424,-1.398079356,0.148483366,430,0.338637212,0.909723676,6156.6191116 +425,2.535303836,-0.112984496,430,0.338637212,0.909723676,8054.6597377 +426,-1.019372593,-0.405322349,430,0.338637212,0.909723676,6987.5607351 +427,-1.297785627,-0.160104069,430,0.338637212,0.909723676,6880.8406064 +428,2.144554488,0.205051084,430,0.338637212,0.909723676,6139.9694157 +429,-2.242387083,-0.426171285,430,0.338637212,0.909723676,9893.5435721 +430,0.338637212,0.909723676,430,0.338637212,0.909723676,0 +431,-0.148798452,0.691042401,430,0.338637212,0.909723676,1584.1605668 +432,0.893524764,0.441829531,430,0.338637212,0.909723676,2487.2204579 +433,0.969229347,-0.368847936,430,0.338637212,0.909723676,5513.3045152 +434,0.436043248,0.800045688,430,0.338637212,0.909723676,502.49890113 +435,1.687946607,1.081504775,430,0.338637212,0.909723676,2801.6694204 +436,0.522302046,-0.034889271,430,0.338637212,0.909723676,3791.8321654 +437,-0.178996113,-0.438090009,430,0.338637212,0.909723676,5632.3270721 +438,-1.094339566,0.301444068,430,0.338637212,0.909723676,4953.0206911 +439,-1.064070054,0.242569932,430,0.338637212,0.909723676,5059.3688198 +440,-1.068153768,0.230387998,430,0.338637212,0.909723676,5106.7145681 +441,-3.00496892,-0.23989155,430,0.338637212,0.909723676,9714.1965049 +442,0.21751974,0.766874888,430,0.338637212,0.909723676,649.75967405 +443,0.117229532,0.007619006,430,0.338637212,0.909723676,3648.335539 +444,0.777758451,0.420554741,430,0.338637212,0.909723676,2346.872984 +445,-0.252356999,0.250747086,430,0.338637212,0.909723676,3207.0901936 +446,0.363148444,0.768483434,430,0.338637212,0.909723676,563.17128377 +447,0.903191366,-0.118210676,430,0.338637212,0.909723676,4496.387838 +448,-0.205755923,0.149406178,430,0.338637212,0.909723676,3487.2148609 +449,1.811996086,0.02364353,430,0.338637212,0.909723676,5911.171413 +450,-1.100670221,0.314845373,430,0.338637212,0.909723676,4927.6420139 +451,0.340078597,0.850105132,430,0.338637212,0.909723676,236.17703027 +452,0.258757267,0.804969236,430,0.338637212,0.909723676,463.50545475 +453,2.78505352,-0.155160804,430,0.338637212,0.909723676,8710.7987074 +454,0.800551619,0.105822106,430,0.338637212,0.909723676,3522.7015206 +455,0.437940882,-0.506194031,430,0.338637212,0.909723676,5619.0532739 +456,2.230431122,0.63458615,430,0.338637212,0.909723676,4965.3128215 +457,0.527965361,0.127667701,430,0.338637212,0.909723676,3158.4187113 +458,-0.063643205,0.702093448,430,0.338637212,0.909723676,1366.2386293 +459,1.408447268,0.133010502,430,0.338637212,0.909723676,4605.0477478 +460,0.523795955,0.280266966,430,0.338637212,0.909723676,2560.3563696 +461,-0.975769313,0.072177659,430,0.338637212,0.909723676,5374.9097703 +462,0.549774164,-0.463663986,430,0.338637212,0.909723676,5489.1883443 +463,0.29245874,1.095549818,430,0.338637212,0.909723676,742.45029244 +464,0.143625958,0.816809593,430,0.338637212,0.909723676,621.38484192 +465,0.671902494,0.611159853,430,0.338637212,0.909723676,1511.2616178 +466,1.239840988,0.6724199,430,0.338637212,0.909723676,2615.6558508 +467,0.607829703,-0.10932137,430,0.338637212,0.909723676,4137.8792622 +468,1.763020906,0.263996692,430,0.338637212,0.909723676,5046.3991569 +469,0.378714634,0.726066797,430,0.338637212,0.909723676,735.41799022 +470,2.196736143,-0.153862366,430,0.338637212,0.909723676,7399.3304881 +471,0.01702415,0.148991565,430,0.338637212,0.909723676,3188.1155864 +472,-2.998490902,-0.158002487,430,0.338637212,0.909723676,9399.8564521 +473,-3.051262951,-0.346595608,430,0.338637212,0.909723676,10085.14772 +474,-1.069176439,0.182802941,430,0.338637212,0.909723676,5255.9816134 +475,0.167157509,0.595344954,430,0.338637212,0.909723676,1337.463266 +476,0.613855648,0.681746124,430,0.338637212,0.909723676,1176.8835168 +477,1.037012736,0.682555367,430,0.338637212,0.909723676,2099.5907435 +478,-1.253574971,0.379755746,430,0.338637212,0.909723676,5096.2054366 +479,3.108590453,-0.132620738,430,0.338637212,0.909723676,9137.6161806 +480,0.565301296,0.022333262,430,0.338637212,0.909723676,3594.5081548 +481,0.547898238,0.855555614,430,0.338637212,0.909723676,567.62497715 +482,0.948309381,0.417393755,430,0.338637212,0.909723676,2677.4185126 +483,-0.050600732,0.945269213,430,0.338637212,0.909723676,931.45533019 +484,-0.977651478,-0.572363064,430,0.338637212,0.909723676,7418.7593833 +485,1.102014914,0.728861163,430,0.338637212,0.909723676,2147.4448658 +486,2.927300795,-0.282939414,430,0.338637212,0.909723676,9417.6107629 +487,-1.154565557,0.124434095,430,0.338637212,0.909723676,5644.7840176 +488,1.855331234,0.291044755,430,0.338637212,0.909723676,5187.0391826 +489,0.830290659,0.276904518,430,0.338637212,0.909723676,2943.2021384 +490,0.485104466,-0.234867441,430,0.338637212,0.909723676,4561.4934636 +491,0.521367572,-0.33161327,430,0.338637212,0.909723676,4957.3243975 +1,-1.539031704,0.7349710123,431,-0.148798452,0.691042401,4009.1256233 +2,-1.536990553,0.7349663874,431,-0.148798452,0.691042401,4003.7707004 +3,-1.534951779,0.7349571355,431,-0.148798452,0.691042401,3998.427648 +4,-1.532906461,0.7349480293,431,-0.148798452,0.691042401,3993.0645418 +5,-1.531320211,0.7346937278,431,-0.148798452,0.691042401,3989.3392178 +6,-1.539451648,0.7335131775,431,-0.148798452,0.691042401,4012.8196231 +7,-1.537429487,0.7335445708,431,-0.148798452,0.691042401,4007.4463763 +8,-1.535484998,0.7335658704,431,-0.148798452,0.691042401,4002.293121 +9,-1.533488396,0.7336036027,431,-0.148798452,0.691042401,3996.9714517 +10,-1.531497785,0.7335842962,431,-0.148798452,0.691042401,3991.7641002 +11,-1.530259379,0.7334777758,431,-0.148798452,0.691042401,3988.6898929 +12,-1.5335454,0.7322346912,431,-0.148798452,0.691042401,3999.5447797 +13,-1.531489083,0.7322238773,431,-0.148798452,0.691042401,3994.1448937 +14,-1.530011122,0.7321679851,431,-0.148798452,0.691042401,3990.3471232 +15,-1.53348106,0.7306614094,431,-0.148798452,0.691042401,4002.1647517 +16,-1.531441779,0.7306962275,431,-0.148798452,0.691042401,3996.7236844 +17,-1.529755654,0.7306933243,431,-0.148798452,0.691042401,3992.2792082 +18,-1.533415048,0.7291384674,431,-0.148798452,0.691042401,4004.6954148 +19,-1.531392093,0.7291705353,431,-0.148798452,0.691042401,3999.2971327 +20,-1.529296523,0.7291214933,431,-0.148798452,0.691042401,3993.8483619 +21,-1.535280942,0.727267644,431,-0.148798452,0.691042401,4012.9544203 +22,-1.533378158,0.7276139666,431,-0.148798452,0.691042401,4007.3100695 +23,-1.531340368,0.7276446587,431,-0.148798452,0.691042401,4001.8699042 +24,-1.528960113,0.7276398177,431,-0.148798452,0.691042401,3995.5847186 +25,-1.533313146,0.7260818349,431,-0.148798452,0.691042401,4009.8683753 +26,-1.531259555,0.7260958115,431,-0.148798452,0.691042401,4004.4109642 +27,-1.528926415,0.7260865555,431,-0.148798452,0.691042401,3998.2523288 +28,-1.531226779,0.7245511789,431,-0.148798452,0.691042401,4007.0760852 +29,-1.528904772,0.7245519194,431,-0.148798452,0.691042401,4000.9233735 +30,-1.547195875,0.7409785979,431,-0.148798452,0.691042401,4019.8422747 +31,-1.5451475,0.740980426,431,-0.148798452,0.691042401,4014.4874666 +32,-1.543097679,0.7409798872,431,-0.148798452,0.691042401,4009.1305044 +33,-1.540720364,0.7409892687,431,-0.148798452,0.691042401,4002.8967766 +34,-1.547188511,0.7395198392,431,-0.148798452,0.691042401,4022.4169334 +35,-1.545148587,0.7395226109,431,-0.148798452,0.691042401,4017.077582 +36,-1.543104538,0.7395314908,431,-0.148798452,0.691042401,4011.7140744 +37,-1.540727751,0.7395306258,431,-0.148798452,0.691042401,4005.4941254 +38,-1.547187029,0.7380014886,431,-0.148798452,0.691042401,4025.1173461 +39,-1.545147315,0.7380012252,431,-0.148798452,0.691042401,4019.7788147 +40,-1.54310719,0.7380060743,431,-0.148798452,0.691042401,4014.4275723 +41,-1.540719671,0.7380068206,431,-0.148798452,0.691042401,4008.1706534 +42,-1.547187189,0.7364799098,431,-0.148798452,0.691042401,4027.8323253 +43,-1.545149996,0.7364853874,431,-0.148798452,0.691042401,4022.4850571 +44,-1.543106091,0.7364823484,431,-0.148798452,0.691042401,4017.1328298 +45,-1.540717158,0.7364893901,431,-0.148798452,0.691042401,4010.8550312 +46,-1.538663972,0.7410138672,431,-0.148798452,0.691042401,3997.4727904 +47,-1.53695285,0.7409699132,431,-0.148798452,0.691042401,3993.0710214 +48,-1.534910498,0.7409641297,431,-0.148798452,0.691042401,3987.7325439 +49,-1.533145034,0.7409536636,431,-0.148798452,0.691042401,3983.1253333 +50,-1.538681336,0.7395405883,431,-0.148798452,0.691042401,4000.1170722 +51,-1.536999189,0.7395183096,431,-0.148798452,0.691042401,3995.7489971 +52,-1.534923633,0.7395144222,431,-0.148798452,0.691042401,3990.3152826 +53,-1.533267822,0.7395654306,431,-0.148798452,0.691042401,3985.8835054 +54,-1.53867273,0.7380151077,431,-0.148798452,0.691042401,4002.7899882 +55,-1.536980576,0.7379994392,431,-0.148798452,0.691042401,3998.3798077 +56,-1.534931522,0.7379944961,431,-0.148798452,0.691042401,3993.0122822 +57,-1.533387952,0.7379480264,431,-0.148798452,0.691042401,3989.042402 +58,-1.538682279,0.7364914363,431,-0.148798452,0.691042401,4005.5119351 +59,-1.536980704,0.7364810563,431,-0.148798452,0.691042401,4001.0634738 +60,-1.534935567,0.7364752065,431,-0.148798452,0.691042401,3995.7027306 +61,-1.533042592,0.7363876366,431,-0.148798452,0.691042401,3990.8833275 +62,-1.545143426,0.7349628011,431,-0.148798452,0.691042401,4025.1835977 +63,-1.543105297,0.7349691947,431,-0.148798452,0.691042401,4019.8246153 +64,-1.541064533,0.7349647152,431,-0.148798452,0.691042401,4014.4755477 +65,-1.545411803,0.7334624714,431,-0.148798452,0.691042401,4028.5687214 +66,-1.543446606,0.7334780896,431,-0.148798452,0.691042401,4023.3801474 +67,-1.541475327,0.7334957295,431,-0.148798452,0.691042401,4018.1697262 +68,-1.545401939,0.731963266,431,-0.148798452,0.691042401,4031.2263283 +69,-1.54342253,0.7319915583,431,-0.148798452,0.691042401,4025.9728674 +70,-1.541455867,0.7320216438,431,-0.148798452,0.691042401,4020.747513 +71,-1.545410146,0.7304422281,431,-0.148798452,0.691042401,4033.9749671 +72,-1.543435491,0.7304713664,431,-0.148798452,0.691042401,4028.7275355 +73,-1.541463105,0.7304997613,431,-0.148798452,0.691042401,4023.4852076 +74,-1.545414768,0.7289194936,431,-0.148798452,0.691042401,4036.7217435 +75,-1.543435774,0.7289538557,431,-0.148798452,0.691042401,4031.4485643 +76,-1.541457714,0.7289765881,431,-0.148798452,0.691042401,4026.1964964 +77,-1.539449415,0.7320555866,431,-0.148798452,0.691042401,4015.4084207 +78,-1.537429183,0.7321097681,431,-0.148798452,0.691042401,4009.9948329 +79,-1.535472649,0.7321497267,431,-0.148798452,0.691042401,4004.7721267 +80,-1.539457899,0.7305333307,431,-0.148798452,0.691042401,4018.1450077 +81,-1.537453161,0.7305750503,431,-0.148798452,0.691042401,4012.789294 +82,-1.535479385,0.7306124949,431,-0.148798452,0.691042401,4007.5206318 +83,-1.53946905,0.7290102593,431,-0.148798452,0.691042401,4020.894674 +84,-1.537459922,0.7290417293,431,-0.148798452,0.691042401,4015.5406148 +85,-1.535451349,0.7290890157,431,-0.148798452,0.691042401,4010.1576061 +86,-1.535522937,0.7279887191,431,-0.148798452,0.691042401,4012.3073431 +87,-1.539442524,0.7274735939,431,-0.148798452,0.691042401,4023.5738585 +88,-1.537424111,0.727521351,431,-0.148798452,0.691042401,4018.1610745 +89,-1.539384641,0.7259505092,431,-0.148798452,0.691042401,4026.1503473 +90,-1.537372391,0.7259947145,431,-0.148798452,0.691042401,4020.7550556 +91,-1.535340789,0.7260435356,431,-0.148798452,0.691042401,4015.2981866 +92,-1.539325716,0.7244369706,431,-0.148798452,0.691042401,4028.7111698 +93,-1.537308932,0.7244801057,431,-0.148798452,0.691042401,4023.3007317 +94,-1.535289068,0.7245247645,431,-0.148798452,0.691042401,4017.8772264 +95,-1.533261366,0.7245550236,431,-0.148798452,0.691042401,4012.4565112 +96,-1.539267302,0.722921924,431,-0.148798452,0.691042401,4031.2802279 +97,-1.537248972,0.7229660258,431,-0.148798452,0.691042401,4025.8588914 +98,-1.535219431,0.7229916471,431,-0.148798452,0.691042401,4020.4387976 +99,-1.53318962,0.7230212049,431,-0.148798452,0.691042401,4015.0086188 +100,-1.531154816,0.7230299897,431,-0.148798452,0.691042401,4009.6000051 +101,-1.528878341,0.7230370244,431,-0.148798452,0.691042401,4003.5511018 +102,-1.539218189,0.7214009878,431,-0.148798452,0.691042401,4033.8887059 +103,-1.537198791,0.7214422745,431,-0.148798452,0.691042401,4028.4645321 +104,-1.535179266,0.7214634354,431,-0.148798452,0.691042401,4023.0739485 +105,-1.533156501,0.7214944644,431,-0.148798452,0.691042401,4017.6547547 +106,-1.53113574,0.7215166021,431,-0.148798452,0.691042401,4012.2545099 +107,-1.528874248,0.7215345535,431,-0.148798452,0.691042401,4006.2203707 +108,-1.539217656,0.7198512397,431,-0.148798452,0.691042401,4036.6822141 +109,-1.537199919,0.7199428763,431,-0.148798452,0.691042401,4031.1666522 +110,-1.545425832,0.727397149,431,-0.148798452,0.691042401,4039.4893097 +111,-1.543371177,0.7273916949,431,-0.148798452,0.691042401,4034.0832517 +112,-1.541368852,0.7274523163,431,-0.148798452,0.691042401,4028.6940911 +113,-1.545349067,0.7258710923,431,-0.148798452,0.691042401,4042.0364252 +114,-1.54332671,0.7258603556,431,-0.148798452,0.691042401,4036.7199921 +115,-1.541346831,0.7259242142,431,-0.148798452,0.691042401,4031.3791182 +116,-1.545324355,0.7243383958,431,-0.148798452,0.691042401,4044.7370748 +117,-1.543292796,0.7243617413,431,-0.148798452,0.691042401,4039.3299291 +118,-1.541295822,0.7244024384,431,-0.148798452,0.691042401,4033.9805833 +119,-1.543193859,0.7205570215,431,-0.148798452,0.691042401,4045.9408359 +120,-1.550257047,0.7386738187,431,-0.148798452,0.691042401,4031.9469312 +121,-1.549335448,0.7311736483,431,-0.148798452,0.691042401,4042.9785847 +122,-1.533478843,0.7179891343,431,-0.148798452,0.691042401,4024.8055754 +123,-1.556150555,0.738907041,431,-0.148798452,0.691042401,4046.9223589 +124,-1.554324226,0.733414257,431,-0.148798452,0.691042401,4052.0302207 +125,-1.554290846,0.7288285332,431,-0.148798452,0.691042401,4060.2313801 +126,-1.55122487,0.7219795312,431,-0.148798452,0.691042401,4064.5928316 +127,-1.525104458,0.7229399862,431,-0.148798452,0.691042401,3993.709731 +128,-1.519607711,0.7236181429,431,-0.148798452,0.691042401,3977.9100141 +129,-1.513899999,0.7251107854,431,-0.148798452,0.691042401,3960.1146418 +130,-1.536620762,0.7431061895,431,-0.148798452,0.691042401,3988.448001 +131,-1.5369566,0.7460845958,431,-0.148798452,0.691042401,3984.1066605 +132,-1.545345528,0.7447040685,431,-0.148798452,0.691042401,4008.4142025 +133,-1.532813921,0.7432306626,431,-0.148798452,0.691042401,3978.2715271 +134,-1.554788248,0.7382381001,431,-0.148798452,0.691042401,4044.5664369 +135,-1.540348126,0.7301594274,431,-0.148798452,0.691042401,4021.1574139 +136,-1.538016084,0.7239051786,431,-0.148798452,0.691042401,4026.2027112 +137,-1.525288962,0.7258085137,431,-0.148798452,0.691042401,3989.1109196 +138,-1.534326986,0.731241342,431,-0.148798452,0.691042401,4003.3658592 +139,-1.530733872,0.7303625216,431,-0.148798452,0.691042401,3995.4465546 +141,-1.534354939,0.7328219978,431,-0.148798452,0.691042401,4000.6365631 +142,-1.53157084,0.7292888153,431,-0.148798452,0.691042401,3999.5593121 +143,-1.525691035,0.7263799874,431,-0.148798452,0.691042401,3989.1642102 +144,-1.534031287,0.7495967835,431,-0.148798452,0.691042401,3970.3553885 +145,-1.527714986,0.7283095957,431,-0.148798452,0.691042401,3991.1051022 +146,-1.526189586,0.7271468292,431,-0.148798452,0.691042401,3989.1269594 +147,-1.555177336,0.7375563366,431,-0.148798452,0.691042401,4046.8070208 +148,-1.555080283,0.7312707794,431,-0.148798452,0.691042401,4057.8829852 +149,-1.53856994,0.7224180299,431,-0.148798452,0.691042401,4030.3409645 +150,-1.530837883,0.729933372,431,-0.148798452,0.691042401,3996.481251 +151,-1.515066984,0.5854133365,431,-0.148798452,0.691042401,4227.0528568 +152,-1.534731633,0.5368370046,431,-0.148798452,0.691042401,4383.4094442 +153,-1.515231902,0.5607085576,431,-0.148798452,0.691042401,4277.7027614 +154,-2.616253799,1.0684566605,431,-0.148798452,0.691042401,5144.1699003 +155,-1.956071439,0.5792177723,431,-0.148798452,0.691042401,5433.3341152 +156,-1.951208514,0.5602434208,431,-0.148798452,0.691042401,5469.4369694 +157,-1.944675062,0.6062144545,431,-0.148798452,0.691042401,5336.0273688 +158,-1.613778386,0.6077989518,431,-0.148798452,0.691042401,4457.8954916 +159,-2.035029014,0.6021432345,431,-0.148798452,0.691042401,5569.4382908 +160,-2.114989471,0.6801825058,431,-0.148798452,0.691042401,5544.9024544 +161,-2.037382079,0.5765830025,431,-0.148798452,0.691042401,5643.1415301 +162,-2.129855121,0.6585019963,431,-0.148798452,0.691042401,5637.8303305 +163,-2.075141798,0.6493615843,431,-0.148798452,0.691042401,5538.2761508 +164,-1.828626729,0.6948433129,431,-0.148798452,0.691042401,4832.3766118 +165,-1.863329418,0.6735427691,431,-0.148798452,0.691042401,4968.1379046 +166,-1.266037071,0.727988852,431,-0.148798452,0.691042401,3280.932557 +167,-1.277579582,0.7249010648,431,-0.148798452,0.691042401,3317.2312829 +168,-1.258418684,0.7241194816,431,-0.148798452,0.691042401,3264.942526 +169,-1.317813974,0.6804850104,431,-0.148798452,0.691042401,3495.5977477 +170,-1.344165204,0.6790988904,431,-0.148798452,0.691042401,3572.1625146 +171,-1.427582102,0.5277120351,431,-0.148798452,0.691042401,4090.0958213 +172,-1.402238616,0.457167829,431,-0.148798452,0.691042401,4161.2093665 +173,-1.422454264,0.4996161999,431,-0.148798452,0.691042401,4132.4660415 +174,-1.439089277,0.4894859811,431,-0.148798452,0.691042401,4202.8964635 +175,-1.448126995,0.5182330266,431,-0.148798452,0.691042401,4169.8626621 +176,-1.474626146,0.5881926574,431,-0.148798452,0.691042401,4106.1416316 +177,-1.421139645,0.5584869783,431,-0.148798452,0.691042401,4009.8378787 +178,-1.457037165,0.565943032,431,-0.148798452,0.691042401,4099.4263809 +179,-2.757159358,0.3745319,431,-0.148798452,0.691042401,7784.9261684 +180,-2.714309238,0.342054471,431,-0.148798452,0.691042401,7830.3468067 +181,-2.000525337,0.774119946,431,-0.148798452,0.691042401,5044.924256 +183,-1.571413436,0.6777838382,431,-0.148798452,0.691042401,4201.3581019 +184,-1.552860289,0.6987663893,431,-0.148798452,0.691042401,4111.7189839 +185,-1.521852374,0.7165827476,431,-0.148798452,0.691042401,3996.3744603 +186,-1.503656267,0.6928968252,431,-0.148798452,0.691042401,3989.9052542 +187,-1.502753178,0.7136205882,431,-0.148798452,0.691042401,3950.5397754 +188,-1.631894563,0.7343596465,431,-0.148798452,0.691042401,4251.5186556 +189,-1.653765416,0.6770714026,431,-0.148798452,0.691042401,4422.5410622 +190,-1.719812114,0.6715965947,431,-0.148798452,0.691042401,4607.2541441 +191,-1.493406659,0.6646955447,431,-0.148798452,0.691042401,4013.2904345 +192,-1.469120564,0.6613469966,431,-0.148798452,0.691042401,3952.1919138 +193,-1.590551461,0.5326612937,431,-0.148798452,0.691042401,4552.5612245 +194,-1.625979264,0.5247742243,431,-0.148798452,0.691042401,4670.8338883 +195,-1.572293943,0.5238808754,431,-0.148798452,0.691042401,4519.1975051 +196,-1.610848725,0.5477107964,431,-0.148798452,0.691042401,4577.7021244 +197,-1.208485554,0.7918526018,431,-0.148798452,0.691042401,3047.3625484 +198,-1.335601374,0.6869083083,431,-0.148798452,0.691042401,3535.63755 +199,-1.346156996,0.6825213377,431,-0.148798452,0.691042401,3572.2744774 +200,-1.324381037,0.6741422347,431,-0.148798452,0.691042401,3524.2126914 +201,-1.242424992,0.7378949807,431,-0.148798452,0.691042401,3202.3409067 +202,-1.270370057,0.7392461008,431,-0.148798452,0.691042401,3277.900274 +203,-1.448950472,0.7441675014,431,-0.148798452,0.691042401,3755.238047 +204,-1.492662363,0.7523026852,431,-0.148798452,0.691042401,3857.554243 +205,-1.479098966,0.7763855017,431,-0.148798452,0.691042401,3783.112217 +206,-1.633760714,0.7869022408,431,-0.148798452,0.691042401,4157.1494564 +207,-1.647406434,0.8101289331,431,-0.148798452,0.691042401,4147.9921442 +208,-1.564245052,0.5701509278,431,-0.148798452,0.691042401,4397.9565316 +209,-1.646289963,0.6833746083,431,-0.148798452,0.691042401,4389.951123 +210,-1.5820631,0.6751952144,431,-0.148798452,0.691042401,4235.0594146 +211,-1.613236298,0.6681681791,431,-0.148798452,0.691042401,4332.705083 +212,-1.914661867,0.8212566515,431,-0.148798452,0.691042401,4742.9291849 +213,-1.742133237,0.7250275956,431,-0.148798452,0.691042401,4550.0683507 +214,-2.033144872,0.6557314699,431,-0.148798452,0.691042401,5423.4206807 +215,-2.039551981,0.6964723658,431,-0.148798452,0.691042401,5331.3707374 +216,-1.247341019,0.7622473908,431,-0.148798452,0.691042401,3185.6388507 +217,-1.298239787,0.7084123392,431,-0.148798452,0.691042401,3398.2435503 +218,-1.308539688,0.6926545592,431,-0.148798452,0.691042401,3450.635202 +219,-1.303263185,0.6888938396,431,-0.148798452,0.691042401,3441.4918312 +220,-1.852400229,0.6004246149,431,-0.148798452,0.691042401,5114.710739 +221,-1.288947707,0.7473773692,431,-0.148798452,0.691042401,3318.2016794 +222,-1.372031502,0.7472790993,431,-0.148798452,0.691042401,3544.1982068 +223,-1.289805721,0.7242157877,431,-0.148798452,0.691042401,3352.1424051 +224,-1.350807603,0.7533498126,431,-0.148798452,0.691042401,3478.1712667 +225,-1.329290365,0.7560442322,431,-0.148798452,0.691042401,3416.2936828 +226,-1.410153004,0.616936428,431,-0.148798452,0.691042401,3866.9379872 +227,-1.393445434,0.6308995063,431,-0.148798452,0.691042401,3793.8774102 +228,-1.37595573,0.6241540638,431,-0.148798452,0.691042401,3755.8480914 +229,-1.358388707,0.6172645205,431,-0.148798452,0.691042401,3717.5433578 +230,-1.753741133,0.8281661666,431,-0.148798452,0.691042401,4365.3702956 +231,-1.47430987,0.6834615681,431,-0.148798452,0.691042401,3926.7325985 +232,-1.421012508,0.7222725206,431,-0.148798452,0.691042401,3715.3354968 +233,-1.4476833,0.6978557868,431,-0.148798452,0.691042401,3828.6321442 +234,-1.470370723,0.6966193374,431,-0.148798452,0.691042401,3892.7552339 +235,-1.429211703,0.7037216883,431,-0.148798452,0.691042401,3768.14167 +236,-1.700578405,0.6178673663,431,-0.148798452,0.691042401,4672.9979484 +237,-1.678117619,0.6331716163,431,-0.148798452,0.691042401,4579.4678997 +238,-1.725644578,0.6316331145,431,-0.148798452,0.691042401,4709.7311909 +239,-2.14012759,0.7930497945,431,-0.148798452,0.691042401,5288.9647542 +240,-2.103289431,0.7653606263,431,-0.148798452,0.691042401,5288.3105654 +241,-1.318739838,0.7017808746,431,-0.148798452,0.691042401,3465.4186877 +242,-1.396417427,0.7077900843,431,-0.148798452,0.691042401,3671.4753541 +243,-1.35650337,0.7185539404,431,-0.148798452,0.691042401,3544.7963 +244,-1.248884539,0.7274156818,431,-0.148798452,0.691042401,3233.945469 +245,-1.395014798,0.5761185243,431,-0.148798452,0.691042401,3899.5773051 +246,-1.433377362,0.6064716109,431,-0.148798452,0.691042401,3952.8927137 +247,-1.408172432,0.5903155476,431,-0.148798452,0.691042401,3910.8344305 +248,-1.749645898,0.7757118084,431,-0.148798452,0.691042401,4462.3769199 +249,-1.571626686,0.615046989,431,-0.148798452,0.691042401,4326.2165975 +250,-1.514070049,0.6303003037,431,-0.148798452,0.691042401,4135.6622377 +251,-1.480890369,0.6237966528,431,-0.148798452,0.691042401,4055.062216 +252,-1.704390658,0.5281680612,431,-0.148798452,0.691042401,4884.3351733 +253,-1.64434733,0.5254277498,431,-0.148798452,0.691042401,4721.5442031 +254,-1.703855997,0.4792484842,431,-0.148798452,0.691042401,4995.7261105 +255,-1.692002383,0.5748825051,431,-0.148798452,0.691042401,4744.5706201 +256,-1.854136457,0.5544643913,431,-0.148798452,0.691042401,5230.5664163 +257,-1.665021206,0.520317736,431,-0.148798452,0.691042401,4791.5046701 +258,-1.733654349,0.4845187345,431,-0.148798452,0.691042401,5067.7633038 +259,-1.720938188,0.5135933906,431,-0.148798452,0.691042401,4964.1487829 +260,-1.742668307,0.553296122,431,-0.148798452,0.691042401,4932.5745293 +261,-1.965659039,0.7142126903,431,-0.148798452,0.691042401,5115.7892462 +262,-1.944438071,0.6772834804,431,-0.148798452,0.691042401,5157.4133614 +263,-1.270340967,0.7681487096,431,-0.148798452,0.691042401,3241.0129159 +264,-1.353091884,0.6549276821,431,-0.148798452,0.691042401,3637.1955064 +265,-1.333236659,0.6413584414,431,-0.148798452,0.691042401,3603.3400652 +266,-1.352015998,0.6753788907,431,-0.148798452,0.691042401,3600.3016937 +267,-1.377988483,0.6577816235,431,-0.148798452,0.691042401,3702.9845532 +268,-2.13075611,0.8318642051,431,-0.148798452,0.691042401,5164.9511941 +269,-2.097910953,0.8259670014,431,-0.148798452,0.691042401,5115.7642464 +270,-1.416382069,0.6694271549,431,-0.148798452,0.691042401,3790.9334705 +271,-1.538905672,0.7535625993,431,-0.148798452,0.691042401,3976.1416833 +272,-1.572309477,0.7803125099,431,-0.148798452,0.691042401,4015.1929636 +273,-1.87759879,0.7503853417,431,-0.148798452,0.691042401,4822.7763745 +274,1.152365588,0.590457682,431,-0.148798452,0.691042401,4031.0140051 +275,0.350198001,0.718001859,431,-0.148798452,0.691042401,1502.9685287 +276,0.046513677,0.491503852,431,-0.148798452,0.691042401,1016.6572852 +277,0.027510309,0.742571376,431,-0.148798452,0.691042401,564.22342838 +278,0.306285725,-0.214631579,431,-0.148798452,0.691042401,3959.9366845 +279,-1.100564889,0.318051531,431,-0.148798452,0.691042401,3552.7560802 +280,-1.078582306,0.301437596,431,-0.148798452,0.691042401,3526.0746952 +281,-1.137371989,-0.617634065,431,-0.148798452,0.691042401,6315.585266 +282,0.784356344,0.703272339,431,-0.148798452,0.691042401,2789.7285728 +283,-1.221209947,0.218327455,431,-0.148798452,0.691042401,4158.7074791 +284,2.347301921,-0.449114658,431,-0.148798452,0.691042401,10108.809011 +285,0.246820618,0.830553713,431,-0.148798452,0.691042401,1256.0923956 +286,0.829414965,0.703288228,431,-0.148798452,0.691042401,2919.5297842 +287,-1.337537566,0.42332223,431,-0.148798452,0.691042401,4038.4314364 +288,0.882453706,0.454478077,431,-0.148798452,0.691042401,3494.2343591 +289,1.575629659,0.416419109,431,-0.148798452,0.691042401,5625.7108448 +290,-1.039455679,0.229888244,431,-0.148798452,0.691042401,3587.6507896 +291,0.489558039,0.934482747,431,-0.148798452,0.691042401,1957.5821569 +292,0.081344504,0.88384514,431,-0.148798452,0.691042401,995.46015442 +293,-1.547979814,0.300350308,431,-0.148798452,0.691042401,4955.6647828 +294,0.040776181,0.168560074,431,-0.148798452,0.691042401,2175.146187 +295,-1.130374745,0.563894876,431,-0.148798452,0.691042401,3136.2834892 +296,1.578326642,0.478507176,431,-0.148798452,0.691042401,5476.9620794 +297,-1.12861823,-0.291640865,431,-0.148798452,0.691042401,5310.9405044 +298,0.310524208,0.770885792,431,-0.148798452,0.691042401,1384.5895853 +299,0.415649091,-0.387246002,431,-0.148798452,0.691042401,4754.0460437 +300,-0.926533878,-0.188022748,431,-0.148798452,0.691042401,4504.0134955 +301,1.258856172,-0.11716081,431,-0.148798452,0.691042401,6024.5907715 +302,-1.126050026,0.322941926,431,-0.148798452,0.691042401,3618.3955446 +303,2.002785835,0.07893892,431,-0.148798452,0.691042401,7728.4236266 +304,0.440437607,0.746258085,431,-0.148798452,0.691042401,1758.4630594 +305,-0.030391866,0.214441206,431,-0.148798452,0.691042401,1932.8411681 +306,0.521557815,-0.058929362,431,-0.148798452,0.691042401,3842.4371039 +307,-0.097005111,0.13317729,431,-0.148798452,0.691042401,2217.3551918 +308,1.83113859,0.221857587,431,-0.148798452,0.691042401,6853.5992336 +309,0.222428864,0.099404236,431,-0.148798452,0.691042401,2692.0643403 +310,-1.702731345,0.8728568183,431,-0.148798452,0.691042401,4163.206261 +311,-0.418507569,0.278324921,431,-0.148798452,0.691042401,1881.8576828 +312,-1.41153306,0.339029988,431,-0.148798452,0.691042401,4451.1388191 +313,0.357560442,0.114788776,431,-0.148798452,0.691042401,2907.6713435 +314,0.325818979,0.268352149,431,-0.148798452,0.691042401,2344.652509 +315,-1.246004659,-0.663679965,431,-0.148798452,0.691042401,6681.5054009 +316,1.814603087,0.637404484,431,-0.148798452,0.691042401,5656.1256958 +317,1.843704281,-0.18300445,431,-0.148798452,0.691042401,7965.6088093 +318,1.690644492,-0.211480909,431,-0.148798452,0.691042401,7569.8082299 +319,-1.275451936,0.068109467,431,-0.148798452,0.691042401,4704.8197105 +320,0.762430171,-0.207594741,431,-0.148798452,0.691042401,4886.9087989 +321,0.265668905,-0.014647884,431,-0.148798452,0.691042401,3173.1052996 +322,-2.773032013,-0.335515811,431,-0.148798452,0.691042401,10188.562156 +323,-1.469512853,0.174058777,431,-0.148798452,0.691042401,5022.5080944 +324,0.286276986,0.785925691,431,-0.148798452,0.691042401,1322.6379819 +325,-1.379324697,0.377432233,431,-0.148798452,0.691042401,4266.069511 +326,-1.203778265,0.212813032,431,-0.148798452,0.691042401,4119.8801569 +327,0.579916301,0.611743168,431,-0.148798452,0.691042401,2296.0638453 +328,0.267582642,0.868113908,431,-0.148798452,0.691042401,1357.8710095 +329,0.412869244,-0.050245578,431,-0.148798452,0.691042401,3576.2498204 +330,0.17524381,0.976660285,431,-0.148798452,0.691042401,1413.0755845 +331,0.743157214,0.204812899,431,-0.148798452,0.691042401,3656.3846187 +332,-1.070758176,0.269382282,431,-0.148798452,0.691042401,3580.8112112 +333,-1.230364251,0.329790229,431,-0.148798452,0.691042401,3919.841151 +334,-1.374813124,-0.024926835,431,-0.148798452,0.691042401,5243.6075639 +335,0.519780566,0.463669906,431,-0.148798452,0.691042401,2372.8146601 +336,-1.55108034,0.239698561,431,-0.148798452,0.691042401,5110.7801814 +337,0.180294813,0.029739425,431,-0.148798452,0.691042401,2875.5525365 +338,0.67820924,0.268170153,431,-0.148798452,0.691042401,3303.1868804 +339,0.445798684,1.024001867,431,-0.148798452,0.691042401,1990.949916 +340,0.691751283,0.150521402,431,-0.148798452,0.691042401,3654.2725291 +341,-1.036643551,-0.903056181,431,-0.148798452,0.691042401,7016.7927942 +342,-0.120287036,1.083325163,431,-0.148798452,0.691042401,1555.3511969 +343,2.823513113,-0.304487164,431,-0.148798452,0.691042401,10805.829333 +344,0.457583172,1.12513373,431,-0.148798452,0.691042401,2212.3532158 +345,0.042918831,0.813795399,431,-0.148798452,0.691042401,736.14892799 +346,1.196146777,-0.853142756,431,-0.148798452,0.691042401,7708.9567065 +347,0.206001358,-0.010430701,431,-0.148798452,0.691042401,3061.393265 +348,-0.268308653,0.234799412,431,-0.148798452,0.691042401,1854.6593858 +349,0.759363263,0.736189579,431,-0.148798452,0.691042401,2682.9103732 +350,0.181363926,0.891988372,431,-0.148798452,0.691042401,1209.4248644 +351,-0.021111158,0.139103292,431,-0.148798452,0.691042401,2232.7210436 +352,-0.093355215,0.630686981,431,-0.148798452,0.691042401,295.26846044 +353,0.40118964,0.681375926,431,-0.148798452,0.691042401,1677.1525508 +354,-0.721197315,1.304706234,431,-0.148798452,0.691042401,2644.7797349 +355,-1.076150317,0.212107639,431,-0.148798452,0.691042401,3741.2672118 +356,-1.577164531,0.273993443,431,-0.148798452,0.691042401,5107.0809508 +357,-0.190788414,0.182208586,431,-0.148798452,0.691042401,2020.9153431 +358,-0.261349752,0.209710184,431,-0.148798452,0.691042401,1946.9641061 +359,-1.029303852,0.083549259,431,-0.148798452,0.691042401,3952.282868 +360,-1.268609162,0.330525297,431,-0.148798452,0.691042401,4034.8371398 +361,1.282982244,-0.926641967,431,-0.148798452,0.691042401,8050.847214 +362,0.217352334,0.731352408,431,-0.148798452,0.691042401,1107.4337567 +363,-1.511833084,0.258629297,431,-0.148798452,0.691042401,4945.6433741 +364,0.338812194,0.823184618,431,-0.148798452,0.691042401,1488.4534974 +365,-0.324406489,1.134201999,431,-0.148798452,0.691042401,1801.092048 +366,1.389579348,0.399185724,431,-0.148798452,0.691042401,5136.0228515 +367,2.047152199,-0.039082036,431,-0.148798452,0.691042401,8184.8167879 +368,0.947780369,0.568250077,431,-0.148798452,0.691042401,3473.2308852 +369,0.763824846,0.576754987,431,-0.148798452,0.691042401,2906.5286618 +370,-0.142334657,0.928153068,431,-0.148798452,0.691042401,939.35802314 +371,0.610266567,0.547265983,431,-0.148798452,0.691042401,2488.6347246 +372,0.210731629,0.746815056,431,-0.148798452,0.691042401,1091.2664985 +373,-1.34931644,0.316895224,431,-0.148798452,0.691042401,4312.6148807 +374,2.407696481,0.655030745,431,-0.148798452,0.691042401,6703.124653 +375,0.64207831,0.545359131,431,-0.148798452,0.691042401,2588.9805072 +376,1.174597538,0.840588356,431,-0.148798452,0.691042401,3669.4925289 +377,0.660059424,0.010604079,431,-0.148798452,0.691042401,3968.6290096 +378,-0.730263819,0.010486456,431,-0.148798452,0.691042401,3416.0980672 +379,0.831068936,0.512339172,431,-0.148798452,0.691042401,3224.0792678 +380,1.301180979,0.72367476,431,-0.148798452,0.691042401,4186.2280393 +381,1.811128231,0.322854402,431,-0.148798452,0.691042401,6519.3969429 +382,0.435105812,0.992284428,431,-0.148798452,0.691042401,1916.9593739 +383,0.62643634,0.592027932,431,-0.148798452,0.691042401,2465.9680681 +384,0.492988703,-0.516339467,431,-0.148798452,0.691042401,5334.6600513 +385,-0.162469483,0.112549365,431,-0.148798452,0.691042401,2291.9292267 +386,0.314630866,0.472006421,431,-0.148798452,0.691042401,1752.4361071 +387,0.166744804,0.822815954,431,-0.148798452,0.691042401,1044.1901054 +388,0.417159608,0.965805736,431,-0.148798452,0.691042401,1838.9440493 +389,0.106334961,0.868774244,431,-0.148798452,0.691042401,1002.5530187 +390,0.815086969,-0.338144359,431,-0.148798452,0.691042401,5411.521044 +391,0.59867455,-0.230624824,431,-0.148798452,0.691042401,4572.429716 +392,1.915104874,0.066220985,431,-0.148798452,0.691042401,7519.6357354 +393,1.278093622,0.064463721,431,-0.148798452,0.691042401,5620.1739905 +394,-0.061477853,0.302997961,431,-0.148798452,0.691042401,1566.1175602 +395,0.251311504,0.626976942,431,-0.148798452,0.691042401,1274.718403 +396,2.950242872,0.149095644,431,-0.148798452,0.691042401,9112.3945649 +397,-0.180294708,0.35375117,431,-0.148798452,0.691042401,1340.295137 +398,1.010448592,-0.351180233,431,-0.148798452,0.691042401,5943.6614975 +399,-1.748740498,0.3686318073,431,-0.148798452,0.691042401,5389.0947222 +400,2.699635665,0.123533791,431,-0.148798452,0.691042401,9043.2127788 +401,0.496808033,0.823843254,431,-0.148798452,0.691042401,1911.2909712 +402,0.129574704,0.763364087,431,-0.148798452,0.691042401,870.41317914 +403,1.798920311,0.817447563,431,-0.148798452,0.691042401,5135.489253 +404,0.335987953,0.746786541,431,-0.148798452,0.691042401,1455.0399542 +405,-1.085413643,0.292154671,431,-0.148798452,0.691042401,3568.989953 +406,-0.155321003,0.508207011,431,-0.148798452,0.691042401,724.52288209 +407,0.620529244,-0.301175104,431,-0.148798452,0.691042401,4849.5123182 +408,1.684402744,0.368716966,431,-0.148798452,0.691042401,6050.5482004 +409,0.300582244,-0.386397212,431,-0.148798452,0.691042401,4580.1459873 +410,2.913555946,-0.009225192,431,-0.148798452,0.691042401,9728.0100092 +411,1.465101417,0.493232532,431,-0.148798452,0.691042401,5128.6499765 +412,0.090612882,0.907955955,431,-0.148798452,0.691042401,1080.2479157 +413,2.987564726,-0.729568594,431,-0.148798452,0.691042401,12290.440609 +414,-1.484261606,0.224149272,431,-0.148798452,0.691042401,4944.8900575 +415,0.164073421,0.303955133,431,-0.148798452,0.691042401,1872.5728238 +416,0.141441293,0.167552546,431,-0.148798452,0.691042401,2312.9512472 +417,2.931321023,-0.506718887,431,-0.148798452,0.691042401,11686.733117 +418,2.21951565,0.700596356,431,-0.148798452,0.691042401,6264.2343752 +419,0.268112576,1.199114336,431,-0.148798452,0.691042401,2199.7690511 +420,0.978913739,0.359223811,431,-0.148798452,0.691042401,3993.6957542 +421,1.210898818,0.522863584,431,-0.148798452,0.691042401,4336.8092823 +422,2.347397336,0.129231362,431,-0.148798452,0.691042401,8426.6961124 +423,0.614394501,0.556878345,431,-0.148798452,0.691042401,2485.0240019 +424,-1.398079356,0.148483366,431,-0.148798452,0.691042401,4868.3412842 +425,2.535303836,-0.112984496,431,-0.148798452,0.691042401,9634.1223863 +426,-1.019372593,-0.405322349,431,-0.148798452,0.691042401,5404.091496 +427,-1.297785627,-0.160104069,431,-0.148798452,0.691042401,5384.503747 +428,2.144554488,0.205051084,431,-0.148798452,0.691042401,7719.5143835 +429,-2.242387083,-0.426171285,431,-0.148798452,0.691042401,8839.6475097 +430,0.338637212,0.909723676,431,-0.148798452,0.691042401,1584.1605668 +431,-0.148798452,0.691042401,431,-0.148798452,0.691042401,0 +432,0.893524764,0.441829531,431,-0.148798452,0.691042401,3554.0601596 +433,0.969229347,-0.368847936,431,-0.148798452,0.691042401,5886.2762253 +434,0.436043248,0.800045688,431,-0.148798452,0.691042401,1742.007163 +435,1.687946607,1.081504775,431,-0.148798452,0.691042401,4295.6330123 +436,0.522302046,-0.034889271,431,-0.148798452,0.691042401,3766.8941507 +437,-0.178996113,-0.438090009,431,-0.148798452,0.691042401,4473.88728 +438,-1.094339566,0.301444068,431,-0.148798452,0.691042401,3573.4695741 +439,-1.064070054,0.242569932,431,-0.148798452,0.691042401,3627.9447433 +440,-1.068153768,0.230387998,431,-0.148798452,0.691042401,3670.9154405 +441,-3.00496892,-0.23989155,431,-0.148798452,0.691042401,10398.876017 +442,0.21751974,0.766874888,431,-0.148798452,0.691042401,1119.7010058 +443,0.117229532,0.007619006,431,-0.148798452,0.691042401,2872.8599026 +444,0.777758451,0.420554741,431,-0.148798452,0.691042401,3245.523679 +445,-0.252356999,0.250747086,431,-0.148798452,0.691042401,1780.8144591 +446,0.363148444,0.768483434,431,-0.148798452,0.691042401,1533.6659936 +447,0.903191366,-0.118210676,431,-0.148798452,0.691042401,4997.3484663 +448,-0.205755923,0.149406178,431,-0.148798452,0.691042401,2154.8962931 +449,1.811996086,0.02364353,431,-0.148798452,0.691042401,7337.0229223 +450,-1.100670221,0.314845373,431,-0.148798452,0.691042401,3560.6508271 +451,0.340078597,0.850105132,431,-0.148798452,0.691042401,1514.2837637 +452,0.258757267,0.804969236,431,-0.148798452,0.691042401,1260.7816377 +453,2.78505352,-0.155160804,431,-0.148798452,0.691042401,10197.473313 +454,0.800551619,0.105822106,431,-0.148798452,0.691042401,4086.1463842 +455,0.437940882,-0.506194031,431,-0.148798452,0.691042401,5211.9955921 +456,2.230431122,0.63458615,431,-0.148798452,0.691042401,6503.197487 +457,0.527965361,0.127667701,431,-0.148798452,0.691042401,3276.1786473 +458,-0.063643205,0.702093448,431,-0.148798452,0.691042401,262.36652596 +459,1.408447268,0.133010502,431,-0.148798452,0.691042401,5845.5679271 +460,0.523795955,0.280266966,431,-0.148798452,0.691042401,2829.4563983 +461,-0.975769313,0.072177659,431,-0.148798452,0.691042401,3837.0247031 +462,0.549774164,-0.463663986,431,-0.148798452,0.691042401,5250.713128 +463,0.29245874,1.095549818,431,-0.148798452,0.691042401,1913.8578289 +464,0.143625958,0.816809593,431,-0.148798452,0.691042401,977.4298461 +465,0.671902494,0.611159853,431,-0.148798452,0.691042401,2575.5951151 +466,1.239840988,0.6724199,431,-0.148798452,0.691042401,4119.5676585 +467,0.607829703,-0.10932137,431,-0.148798452,0.691042401,4205.1085936 +468,1.763020906,0.263996692,431,-0.148798452,0.691042401,6549.019572 +469,0.378714634,0.726066797,431,-0.148798452,0.691042401,1584.4682231 +470,2.196736143,-0.153862366,431,-0.148798452,0.691042401,8923.3566229 +471,0.01702415,0.148991565,431,-0.148798452,0.691042401,2226.0196864 +472,-2.998490902,-0.158002487,431,-0.148798452,0.691042401,10093.614457 +473,-3.051262951,-0.346595608,431,-0.148798452,0.691042401,10855.164368 +474,-1.069176439,0.182802941,431,-0.148798452,0.691042401,3796.9103718 +475,0.167157509,0.595344954,431,-0.148798452,0.691042401,1068.398975 +476,0.613855648,0.681746124,431,-0.148798452,0.691042401,2313.5352955 +477,1.037012736,0.682555367,431,-0.148798452,0.691042401,3539.7279084 +478,-1.253574971,0.379755746,431,-0.148798452,0.691042401,3877.8868935 +479,3.108590453,-0.132620738,431,-0.148798452,0.691042401,10193.990912 +480,0.565301296,0.022333262,431,-0.148798452,0.691042401,3690.7942153 +481,0.547898238,0.855555614,431,-0.148798452,0.691042401,2052.4061193 +482,0.948309381,0.417393755,431,-0.148798452,0.691042401,3772.5778117 +483,-0.050600732,0.945269213,431,-0.148798452,0.691042401,1040.6758134 +484,-0.977651478,-0.572363064,431,-0.148798452,0.691042401,5854.9464131 +485,1.102014914,0.728861163,431,-0.148798452,0.691042401,3646.7759902 +486,2.927300795,-0.282939414,431,-0.148798452,0.691042401,10811.591944 +487,-1.154565557,0.124434095,431,-0.148798452,0.691042401,4200.289976 +488,1.855331234,0.291044755,431,-0.148798452,0.691042401,6726.6189184 +489,0.830290659,0.276904518,431,-0.148798452,0.691042401,3733.6847161 +490,0.485104466,-0.234867441,431,-0.148798452,0.691042401,4348.5857358 +491,0.521367572,-0.33161327,431,-0.148798452,0.691042401,4748.2652378 +1,-1.539031704,0.7349710123,432,0.893524764,0.441829531,7109.6982878 +2,-1.536990553,0.7349663874,432,0.893524764,0.441829531,7106.0881779 +3,-1.534951779,0.7349571355,432,0.893524764,0.441829531,7102.4889982 +4,-1.532906461,0.7349480293,432,0.893524764,0.441829531,7098.8697957 +5,-1.531320211,0.7346937278,432,0.893524764,0.441829531,7096.8345114 +6,-1.539451648,0.7335131775,432,0.893524764,0.441829531,7115.0474681 +7,-1.537429487,0.7335445708,432,0.893524764,0.441829531,7111.3534303 +8,-1.535484998,0.7335658704,432,0.893524764,0.441829531,7107.8222441 +9,-1.533488396,0.7336036027,432,0.893524764,0.441829531,7104.1392712 +10,-1.531497785,0.7335842962,432,0.893524764,0.441829531,7100.6390985 +11,-1.530259379,0.7334777758,432,0.893524764,0.441829531,7098.7545345 +12,-1.5335454,0.7322346912,432,0.893524764,0.441829531,7108.5484989 +13,-1.531489083,0.7322238773,432,0.893524764,0.441829531,7104.898744 +14,-1.530011122,0.7321679851,432,0.893524764,0.441829531,7102.4216334 +15,-1.53348106,0.7306614094,432,0.893524764,0.441829531,7113.3828232 +16,-1.531441779,0.7306962275,432,0.893524764,0.441829531,7109.6137984 +17,-1.529755654,0.7306933243,432,0.893524764,0.441829531,7106.591258 +18,-1.533415048,0.7291384674,432,0.893524764,0.441829531,7118.0545968 +19,-1.531392093,0.7291705353,432,0.893524764,0.441829531,7114.3173536 +20,-1.529296523,0.7291214933,432,0.893524764,0.441829531,7110.6961788 +21,-1.535280942,0.727267644,432,0.893524764,0.441829531,7127.2919235 +22,-1.533378158,0.7276139666,432,0.893524764,0.441829531,7122.782476 +23,-1.531340368,0.7276446587,432,0.893524764,0.441829531,7119.0167301 +24,-1.528960113,0.7276398177,432,0.893524764,0.441829531,7114.7361503 +25,-1.533313146,0.7260818349,432,0.893524764,0.441829531,7127.4826702 +26,-1.531259555,0.7260958115,432,0.893524764,0.441829531,7123.7346085 +27,-1.528926415,0.7260865555,432,0.893524764,0.441829531,7119.5456522 +28,-1.531226779,0.7245511789,432,0.893524764,0.441829531,7128.5248312 +29,-1.528904772,0.7245519194,432,0.893524764,0.441829531,7124.3175953 +30,-1.547195875,0.7409785979,432,0.893524764,0.441829531,7105.0465299 +31,-1.5451475,0.740980426,432,0.893524764,0.441829531,7101.45844 +32,-1.543097679,0.7409798872,432,0.893524764,0.441829531,7097.8673878 +33,-1.540720364,0.7409892687,432,0.893524764,0.441829531,7093.6610149 +34,-1.547188511,0.7395198392,432,0.893524764,0.441829531,7109.6655307 +35,-1.545148587,0.7395226109,432,0.893524764,0.441829531,7106.0835117 +36,-1.543104538,0.7395314908,432,0.893524764,0.441829531,7102.4670423 +37,-1.540727751,0.7395306258,432,0.893524764,0.441829531,7098.287422 +38,-1.547187029,0.7380014886,432,0.893524764,0.441829531,7114.4832866 +39,-1.545147315,0.7380012252,432,0.893524764,0.441829531,7110.9053178 +40,-1.54310719,0.7380060743,432,0.893524764,0.441829531,7107.3025491 +41,-1.540719671,0.7380068206,432,0.893524764,0.441829531,7103.0919352 +42,-1.547187189,0.7364799098,432,0.893524764,0.441829531,7119.3134122 +43,-1.545149996,0.7364853874,432,0.893524764,0.441829531,7115.7157301 +44,-1.543106091,0.7364823484,432,0.893524764,0.441829531,7112.1253475 +45,-1.540717158,0.7364893901,432,0.893524764,0.441829531,7107.8853329 +46,-1.538663972,0.7410138672,432,0.893524764,0.441829531,7089.9618908 +47,-1.53695285,0.7409699132,432,0.893524764,0.441829531,7087.0812463 +48,-1.534910498,0.7409641297,432,0.893524764,0.441829531,7083.4882911 +49,-1.533145034,0.7409536636,432,0.893524764,0.441829531,7080.3933262 +50,-1.538681336,0.7395405883,432,0.893524764,0.441829531,7094.6464088 +51,-1.536999189,0.7395183096,432,0.893524764,0.441829531,7091.7438066 +52,-1.534923633,0.7395144222,432,0.893524764,0.441829531,7088.0804657 +53,-1.533267822,0.7395654306,432,0.893524764,0.441829531,7084.9818138 +54,-1.53867273,0.7380151077,432,0.893524764,0.441829531,7099.4492538 +55,-1.536980576,0.7379994392,432,0.893524764,0.441829531,7096.5030817 +56,-1.534931522,0.7379944961,432,0.893524764,0.441829531,7092.8839723 +57,-1.533387952,0.7379480264,432,0.893524764,0.441829531,7090.2870017 +58,-1.538682279,0.7364914363,432,0.893524764,0.441829531,7104.2777431 +59,-1.536980704,0.7364810563,432,0.893524764,0.441829531,7101.2932218 +60,-1.534935567,0.7364752065,432,0.893524764,0.441829531,7097.6779325 +61,-1.533042592,0.7363876366,432,0.893524764,0.441829531,7094.5831115 +62,-1.545143426,0.7349628011,432,0.893524764,0.441829531,7120.5304943 +63,-1.543105297,0.7349691947,432,0.893524764,0.441829531,7116.9144526 +64,-1.541064533,0.7349647152,432,0.893524764,0.441829531,7113.3203017 +65,-1.545411803,0.7334624714,432,0.893524764,0.441829531,7125.7591962 +66,-1.543446606,0.7334780896,432,0.893524764,0.441829531,7122.2380975 +67,-1.541475327,0.7334957295,432,0.893524764,0.441829531,7118.6926203 +68,-1.545401939,0.731963266,432,0.893524764,0.441829531,7130.4932542 +69,-1.54342253,0.7319915583,432,0.893524764,0.441829531,7126.9011812 +70,-1.541455867,0.7320216438,432,0.893524764,0.441829531,7123.3188362 +71,-1.545410146,0.7304422281,432,0.893524764,0.441829531,7135.3276798 +72,-1.543435491,0.7304713664,432,0.893524764,0.441829531,7131.7356293 +73,-1.541463105,0.7304997613,432,0.893524764,0.441829531,7128.1427716 +74,-1.545414768,0.7289194936,432,0.893524764,0.441829531,7140.1603939 +75,-1.543435774,0.7289538557,432,0.893524764,0.441829531,7136.5383638 +76,-1.541457714,0.7289765881,432,0.893524764,0.441829531,7132.9475612 +77,-1.539449415,0.7320555866,432,0.893524764,0.441829531,7119.6464385 +78,-1.537429183,0.7321097681,432,0.893524764,0.441829531,7115.8782984 +79,-1.535472649,0.7321497267,432,0.893524764,0.441829531,7112.2614498 +80,-1.539457899,0.7305333307,432,0.893524764,0.441829531,7124.46794 +81,-1.537453161,0.7305750503,432,0.893524764,0.441829531,7120.7608919 +82,-1.535479385,0.7306124949,432,0.893524764,0.441829531,7117.1154304 +83,-1.53946905,0.7290102593,432,0.893524764,0.441829531,7129.2960478 +84,-1.537459922,0.7290417293,432,0.893524764,0.441829531,7125.6076445 +85,-1.535451349,0.7290890157,432,0.893524764,0.441829531,7121.8630443 +86,-1.535522937,0.7279887191,432,0.893524764,0.441829531,7125.4560637 +87,-1.539442524,0.7274735939,432,0.893524764,0.441829531,7134.0989966 +88,-1.537424111,0.727521351,432,0.893524764,0.441829531,7130.3365899 +89,-1.539384641,0.7259505092,432,0.893524764,0.441829531,7138.8019862 +90,-1.537372391,0.7259947145,432,0.893524764,0.441829531,7135.0557161 +91,-1.535340789,0.7260435356,432,0.893524764,0.441829531,7131.2527951 +92,-1.539325716,0.7244369706,432,0.893524764,0.441829531,7143.4718516 +93,-1.537308932,0.7244801057,432,0.893524764,0.441829531,7139.7147406 +94,-1.535289068,0.7245247645,432,0.893524764,0.441829531,7135.9399118 +95,-1.533261366,0.7245550236,432,0.893524764,0.441829531,7132.1888272 +96,-1.539267302,0.722921924,432,0.893524764,0.441829531,7148.1462568 +97,-1.537248972,0.7229660258,432,0.893524764,0.441829531,7144.377233 +98,-1.535219431,0.7229916471,432,0.893524764,0.441829531,7140.6387429 +99,-1.53318962,0.7230212049,432,0.893524764,0.441829531,7136.8797997 +100,-1.531154816,0.7230299897,432,0.893524764,0.441829531,7133.1694583 +101,-1.528878341,0.7230370244,432,0.893524764,0.441829531,7129.0180325 +102,-1.539218189,0.7214009878,432,0.893524764,0.441829531,7152.8548349 +103,-1.537198791,0.7214422745,432,0.893524764,0.441829531,7149.0866732 +104,-1.535179266,0.7214634354,432,0.893524764,0.441829531,7145.3741731 +105,-1.533156501,0.7214944644,432,0.893524764,0.441829531,7141.6172405 +106,-1.53113574,0.7215166021,432,0.893524764,0.441829531,7137.884352 +107,-1.528874248,0.7215345535,432,0.893524764,0.441829531,7133.7192233 +108,-1.539217656,0.7198512397,432,0.893524764,0.441829531,7157.7407338 +109,-1.537199919,0.7199428763,432,0.893524764,0.441829531,7153.8110008 +110,-1.545425832,0.727397149,432,0.893524764,0.441829531,7145.0025646 +111,-1.543371177,0.7273916949,432,0.893524764,0.441829531,7141.3660889 +112,-1.541368852,0.7274523163,432,0.893524764,0.441829531,7137.6061098 +113,-1.545349067,0.7258710923,432,0.893524764,0.441829531,7149.6994939 +114,-1.54332671,0.7258603556,432,0.893524764,0.441829531,7146.131001 +115,-1.541346831,0.7259242142,432,0.893524764,0.441829531,7142.3948778 +116,-1.545324355,0.7243383958,432,0.893524764,0.441829531,7154.5089736 +117,-1.543292796,0.7243617413,432,0.893524764,0.441829531,7150.8102073 +118,-1.541295822,0.7244024384,432,0.893524764,0.441829531,7147.1108497 +119,-1.543193859,0.7205570215,432,0.893524764,0.441829531,7162.6625125 +120,-1.550257047,0.7386738187,432,0.893524764,0.441829531,7117.7165966 +121,-1.549335448,0.7311736483,432,0.893524764,0.441829531,7139.9395673 +122,-1.533478843,0.7179891343,432,0.893524764,0.441829531,7153.2144468 +123,-1.556150555,0.738907041,432,0.893524764,0.441829531,7127.226158 +124,-1.554324226,0.733414257,432,0.893524764,0.441829531,7141.5648523 +125,-1.554290846,0.7288285332,432,0.893524764,0.441829531,7156.1156895 +126,-1.55122487,0.7219795312,432,0.893524764,0.441829531,7172.4872224 +127,-1.525104458,0.7229399862,432,0.893524764,0.441829531,7122.4544816 +128,-1.519607711,0.7236181429,432,0.893524764,0.441829531,7110.2905505 +129,-1.513899999,0.7251107854,432,0.893524764,0.441829531,7095.1668307 +130,-1.536620762,0.7431061895,432,0.893524764,0.441829531,7079.7536407 +131,-1.5369566,0.7460845958,432,0.893524764,0.441829531,7070.942907 +132,-1.545345528,0.7447040685,432,0.893524764,0.441829531,7089.9918254 +133,-1.532813921,0.7432306626,432,0.893524764,0.441829531,7072.6377246 +134,-1.554788248,0.7382381001,432,0.893524764,0.441829531,7126.9957999 +135,-1.540348126,0.7301594274,432,0.893524764,0.441829531,7127.2343346 +136,-1.538016084,0.7239051786,432,0.893524764,0.441829531,7142.7975833 +137,-1.525288962,0.7258085137,432,0.893524764,0.441829531,7113.81901 +138,-1.534326986,0.731241342,432,0.893524764,0.441829531,7113.0733132 +139,-1.530733872,0.7303625216,432,0.893524764,0.441829531,7109.3895779 +141,-1.534354939,0.7328219978,432,0.893524764,0.441829531,7108.147708 +142,-1.53157084,0.7292888153,432,0.893524764,0.441829531,7114.2673933 +143,-1.525691035,0.7263799874,432,0.893524764,0.441829531,7112.7614189 +144,-1.534031287,0.7495967835,432,0.893524764,0.441829531,7054.725507 +145,-1.527714986,0.7283095957,432,0.893524764,0.441829531,7110.3859336 +146,-1.526189586,0.7271468292,432,0.893524764,0.441829531,7111.2659278 +147,-1.555177336,0.7375563366,432,0.893524764,0.441829531,7129.8463967 +148,-1.555080283,0.7312707794,432,0.893524764,0.441829531,7149.7184972 +149,-1.53856994,0.7224180299,432,0.893524764,0.441829531,7148.4815533 +150,-1.530837883,0.729933372,432,0.893524764,0.441829531,7110.9243237 +151,-1.515066984,0.5854133365,432,0.893524764,0.441829531,7527.505727 +152,-1.534731633,0.5368370046,432,0.893524764,0.441829531,7717.7658203 +153,-1.515231902,0.5607085576,432,0.893524764,0.441829531,7602.938409 +154,-2.616253799,1.0684566605,432,0.893524764,0.441829531,6345.9401006 +155,-1.956071439,0.5792177723,432,0.893524764,0.441829531,8252.3584102 +156,-1.951208514,0.5602434208,432,0.893524764,0.441829531,8319.0891368 +157,-1.944675062,0.6062144545,432,0.893524764,0.441829531,8139.1117165 +158,-1.613778386,0.6077989518,432,0.893524764,0.441829531,7653.3031263 +159,-2.035029014,0.6021432345,432,0.893524764,0.441829531,8231.9249493 +160,-2.114989471,0.6801825058,432,0.893524764,0.441829531,7972.2846515 +161,-2.037382079,0.5765830025,432,0.893524764,0.441829531,8332.4071419 +162,-2.129855121,0.6585019963,432,0.893524764,0.441829531,8063.2935377 +163,-2.075141798,0.6493615843,432,0.893524764,0.441829531,8073.8461178 +164,-1.828626729,0.6948433129,432,0.893524764,0.441829531,7682.431201 +165,-1.863329418,0.6735427691,432,0.893524764,0.441829531,7801.0489839 +166,-1.266037071,0.727988852,432,0.893524764,0.441829531,6579.8789824 +167,-1.277579582,0.7249010648,432,0.893524764,0.441829531,6613.6468305 +168,-1.258418684,0.7241194816,432,0.893524764,0.441829531,6572.8232728 +169,-1.317813974,0.6804850104,432,0.893524764,0.441829531,6821.8593929 +170,-1.344165204,0.6790988904,432,0.893524764,0.441829531,6884.6275989 +171,-1.427582102,0.5277120351,432,0.893524764,0.441829531,7500.5059033 +172,-1.402238616,0.457167829,432,0.893524764,0.441829531,7634.5901998 +173,-1.422454264,0.4996161999,432,0.893524764,0.441829531,7567.4791851 +174,-1.439089277,0.4894859811,432,0.893524764,0.441829531,7636.7578908 +175,-1.448126995,0.5182330266,432,0.893524764,0.441829531,7576.4233146 +176,-1.474626146,0.5881926574,432,0.893524764,0.441829531,7432.3350393 +177,-1.421139645,0.5584869783,432,0.893524764,0.441829531,7397.8100033 +178,-1.457037165,0.565943032,432,0.893524764,0.441829531,7458.7970866 +179,-2.757159358,0.3745319,432,0.893524764,0.441829531,8663.9094761 +180,-2.714309238,0.342054471,432,0.893524764,0.441829531,8857.1025721 +181,-2.000525337,0.774119946,432,0.893524764,0.441829531,7544.5591067 +183,-1.571413436,0.6777838382,432,0.893524764,0.441829531,7349.6807799 +184,-1.552860289,0.6987663893,432,0.893524764,0.441829531,7249.1094231 +185,-1.521852374,0.7165827476,432,0.893524764,0.441829531,7136.3457821 +186,-1.503656267,0.6928968252,432,0.893524764,0.441829531,7175.4398171 +187,-1.502753178,0.7136205882,432,0.893524764,0.441829531,7109.9549516 +188,-1.631894563,0.7343596465,432,0.893524764,0.441829531,7268.0602914 +189,-1.653765416,0.6770714026,432,0.893524764,0.441829531,7494.8689487 +190,-1.719812114,0.6715965947,432,0.893524764,0.441829531,7617.6820793 +191,-1.493406659,0.6646955447,432,0.893524764,0.441829531,7241.6054788 +192,-1.469120564,0.6613469966,432,0.893524764,0.441829531,7202.6007959 +193,-1.590551461,0.5326612937,432,0.893524764,0.441829531,7848.6292513 +194,-1.625979264,0.5247742243,432,0.893524764,0.441829531,7945.5189096 +195,-1.572293943,0.5238808754,432,0.893524764,0.441829531,7838.1483511 +196,-1.610848725,0.5477107964,432,0.893524764,0.441829531,7841.6766954 +197,-1.208485554,0.7918526018,432,0.893524764,0.441829531,6290.895129 +198,-1.335601374,0.6869083083,432,0.893524764,0.441829531,6844.2289544 +199,-1.346156996,0.6825213377,432,0.893524764,0.441829531,6879.6280515 +200,-1.324381037,0.6741422347,432,0.893524764,0.441829531,6853.8151607 +201,-1.242424992,0.7378949807,432,0.893524764,0.441829531,6501.5484198 +202,-1.270370057,0.7392461008,432,0.893524764,0.441829531,6560.1744621 +203,-1.448950472,0.7441675014,432,0.893524764,0.441829531,6915.0725206 +204,-1.492662363,0.7523026852,432,0.893524764,0.441829531,6972.2396326 +205,-1.479098966,0.7763855017,432,0.893524764,0.441829531,6873.8888589 +206,-1.633760714,0.7869022408,432,0.893524764,0.441829531,7095.4358053 +207,-1.647406434,0.8101289331,432,0.893524764,0.441829531,7037.2145252 +208,-1.564245052,0.5701509278,432,0.893524764,0.441829531,7676.7545669 +209,-1.646289963,0.6833746083,432,0.893524764,0.441829531,7461.4551001 +210,-1.5820631,0.6751952144,432,0.893524764,0.441829531,7377.2770976 +211,-1.613236298,0.6681681791,432,0.893524764,0.441829531,7455.486989 +212,-1.914661867,0.8212566515,432,0.893524764,0.441829531,7300.5675827 +213,-1.742133237,0.7250275956,432,0.893524764,0.441829531,7463.2389776 +214,-2.033144872,0.6557314699,432,0.893524764,0.441829531,8023.3930943 +215,-2.039551981,0.6964723658,432,0.893524764,0.441829531,7869.7497974 +216,-1.247341019,0.7622473908,432,0.893524764,0.441829531,6450.1686302 +217,-1.298239787,0.7084123392,432,0.893524764,0.441829531,6703.180293 +218,-1.308539688,0.6926545592,432,0.893524764,0.441829531,6768.2905257 +219,-1.303263185,0.6888938396,432,0.893524764,0.441829531,6766.4492644 +220,-1.852400229,0.6004246149,432,0.893524764,0.441829531,8055.9334978 +221,-1.288947707,0.7473773692,432,0.893524764,0.441829531,6579.2982536 +222,-1.372031502,0.7472790993,432,0.893524764,0.441829531,6753.9188065 +223,-1.289805721,0.7242157877,432,0.893524764,0.441829531,6642.5295634 +224,-1.350807603,0.7533498126,432,0.893524764,0.441829531,6693.4682492 +225,-1.329290365,0.7560442322,432,0.893524764,0.441829531,6641.5061427 +226,-1.410153004,0.616936428,432,0.893524764,0.441829531,7206.0393665 +227,-1.393445434,0.6308995063,432,0.893524764,0.441829531,7128.9445847 +228,-1.37595573,0.6241540638,432,0.893524764,0.441829531,7108.3552363 +229,-1.358388707,0.6172645205,432,0.893524764,0.441829531,7086.9933206 +230,-1.753741133,0.8281661666,432,0.893524764,0.441829531,7113.1493833 +231,-1.47430987,0.6834615681,432,0.893524764,0.441829531,7146.6850562 +232,-1.421012508,0.7222725206,432,0.893524764,0.441829531,6924.8445631 +233,-1.4476833,0.6978557868,432,0.893524764,0.441829531,7050.3150317 +234,-1.470370723,0.6966193374,432,0.893524764,0.441829531,7099.2486164 +235,-1.429211703,0.7037216883,432,0.893524764,0.441829531,6995.6645496 +236,-1.700578405,0.6178673663,432,0.893524764,0.441829531,7772.0561458 +237,-1.678117619,0.6331716163,432,0.893524764,0.441829531,7682.9161722 +238,-1.725644578,0.6316331145,432,0.893524764,0.441829531,7764.9200188 +239,-2.14012759,0.7930497945,432,0.893524764,0.441829531,7537.0142251 +240,-2.103289431,0.7653606263,432,0.893524764,0.441829531,7633.3040273 +241,-1.318739838,0.7017808746,432,0.893524764,0.441829531,6766.4729991 +242,-1.396417427,0.7077900843,432,0.893524764,0.441829531,6916.458334 +243,-1.35650337,0.7185539404,432,0.893524764,0.441829531,6802.2466554 +244,-1.248884539,0.7274156818,432,0.893524764,0.441829531,6542.861027 +245,-1.395014798,0.5761185243,432,0.893524764,0.441829531,7286.8300942 +246,-1.433377362,0.6064716109,432,0.893524764,0.441829531,7287.9227106 +247,-1.408172432,0.5903155476,432,0.893524764,0.441829531,7277.3225593 +248,-1.749645898,0.7757118084,432,0.893524764,0.441829531,7294.2951159 +249,-1.571626686,0.615046989,432,0.893524764,0.441829531,7549.9181278 +250,-1.514070049,0.6303003037,432,0.893524764,0.441829531,7388.2309966 +251,-1.480890369,0.6237966528,432,0.893524764,0.441829531,7339.5170024 +252,-1.704390658,0.5281680612,432,0.893524764,0.441829531,8082.8619007 +253,-1.64434733,0.5254277498,432,0.893524764,0.441829531,7979.5730682 +254,-1.703855997,0.4792484842,432,0.893524764,0.441829531,8246.1451066 +255,-1.692002383,0.5748825051,432,0.893524764,0.441829531,7903.3612491 +256,-1.854136457,0.5544643913,432,0.893524764,0.441829531,8225.6022295 +257,-1.665021206,0.520317736,432,0.893524764,0.441829531,8036.1635433 +258,-1.733654349,0.4845187345,432,0.893524764,0.441829531,8283.2521883 +259,-1.720938188,0.5135933906,432,0.893524764,0.441829531,8161.7329062 +260,-1.742668307,0.553296122,432,0.893524764,0.441829531,8063.0056726 +261,-1.965659039,0.7142126903,432,0.893524764,0.441829531,7748.3971689 +262,-1.944438071,0.6772834804,432,0.893524764,0.441829531,7870.361779 +263,-1.270340967,0.7681487096,432,0.893524764,0.441829531,6484.6175408 +264,-1.353091884,0.6549276821,432,0.893524764,0.441829531,6971.1290934 +265,-1.333236659,0.6413584414,432,0.893524764,0.441829531,6962.8568578 +266,-1.352015998,0.6753788907,432,0.893524764,0.441829531,6912.2886756 +267,-1.377988483,0.6577816235,432,0.893524764,0.441829531,7018.7879871 +268,-2.13075611,0.8318642051,432,0.893524764,0.441829531,7381.4247986 +269,-2.097910953,0.8259670014,432,0.893524764,0.441829531,7393.5240722 +270,-1.416382069,0.6694271549,432,0.893524764,0.441829531,7068.8111357 +271,-1.538905672,0.7535625993,432,0.893524764,0.441829531,7050.7147956 +272,-1.572309477,0.7803125099,432,0.893524764,0.441829531,7021.3008995 +273,-1.87759879,0.7503853417,432,0.893524764,0.441829531,7531.9986318 +274,1.152365588,0.590457682,432,0.893524764,0.441829531,1066.6560894 +275,0.350198001,0.718001859,432,0.893524764,0.441829531,2089.4403943 +276,0.046513677,0.491503852,432,0.893524764,0.441829531,2983.0247258 +277,0.027510309,0.742571376,432,0.893524764,0.441829531,3034.6238187 +278,0.306285725,-0.214631579,432,0.893524764,0.441829531,3449.3530051 +279,-1.100564889,0.318051531,432,0.893524764,0.441829531,7096.395266 +280,-1.078582306,0.301437596,432,0.893524764,0.441829531,7060.9547922 +281,-1.137371989,-0.617634065,432,0.893524764,0.441829531,8647.784904 +282,0.784356344,0.703272339,432,0.893524764,0.441829531,1096.713169 +283,-1.221209947,0.218327455,432,0.893524764,0.441829531,7698.0253956 +284,2.347301921,-0.449114658,432,0.893524764,0.441829531,6581.1774956 +285,0.246820618,0.830553713,432,0.893524764,0.441829531,2533.8216415 +286,0.829414965,0.703288228,432,0.893524764,0.441829531,1057.1247532 +287,-1.337537566,0.42332223,432,0.893524764,0.441829531,7553.3417636 +288,0.882453706,0.454478077,432,0.893524764,0.441829531,63.81259285 +289,1.575629659,0.416419109,432,0.893524764,0.441829531,2450.2386741 +290,-1.039455679,0.229888244,432,0.893524764,0.441829531,7077.9333643 +291,0.489558039,0.934482747,432,0.893524764,0.441829531,2287.3788248 +292,0.081344504,0.88384514,432,0.893524764,0.441829531,3009.5328697 +293,-1.547979814,0.300350308,432,0.893524764,0.441829531,8452.7307112 +294,0.040776181,0.168560074,432,0.893524764,0.441829531,3377.0722607 +295,-1.130374745,0.563894876,432,0.893524764,0.441829531,6642.2353889 +296,1.578326642,0.478507176,432,0.893524764,0.441829531,2424.7370596 +297,-1.12861823,-0.291640865,432,0.893524764,0.441829531,8298.5796737 +298,0.310524208,0.770885792,432,0.893524764,0.441829531,2277.2321616 +299,0.415649091,-0.387246002,432,0.893524764,0.441829531,3762.4391902 +300,-0.926533878,-0.188022748,432,0.893524764,0.441829531,7424.6358844 +301,1.258856172,-0.11716081,432,0.893524764,0.441829531,2623.6098048 +302,-1.126050026,0.322941926,432,0.893524764,0.441829531,7166.5470258 +303,2.002785835,0.07893892,432,0.893524764,0.441829531,4439.215187 +304,0.440437607,0.746258085,432,0.893524764,0.441829531,1900.821243 +305,-0.030391866,0.214441206,432,0.893524764,0.441829531,3556.1620821 +306,0.521557815,-0.058929362,432,0.893524764,0.441829531,2444.6956203 +307,-0.097005111,0.13317729,432,0.893524764,0.441829531,3924.7132989 +308,1.83113859,0.221857587,432,0.893524764,0.441829531,3593.8398276 +309,0.222428864,0.099404236,432,0.893524764,0.441829531,2881.4068527 +310,-1.702731345,0.8728568183,432,0.893524764,0.441829531,6894.7917515 +311,-0.418507569,0.278324921,432,0.893524764,0.441829531,4848.244408 +312,-1.41153306,0.339029988,432,0.893524764,0.441829531,7978.2277874 +313,0.357560442,0.114788776,432,0.893524764,0.441829531,2406.3366244 +314,0.325818979,0.268352149,432,0.893524764,0.441829531,2210.6114557 +315,-1.246004659,-0.663679965,432,0.893524764,0.441829531,9008.5920602 +316,1.814603087,0.637404484,432,0.893524764,0.441829531,3183.9780394 +317,1.843704281,-0.18300445,432,0.893524764,0.441829531,4421.2726609 +318,1.690644492,-0.211480909,432,0.893524764,0.441829531,4019.3912805 +319,-1.275451936,0.068109467,432,0.893524764,0.441829531,8199.5154446 +320,0.762430171,-0.207594741,432,0.893524764,0.441829531,2621.6819214 +321,0.265668905,-0.014647884,432,0.893524764,0.441829531,3008.0827931 +322,-2.773032013,-0.335515811,432,0.893524764,0.441829531,10478.536932 +323,-1.469512853,0.174058777,432,0.893524764,0.441829531,8575.2709552 +324,0.286276986,0.785925691,432,0.893524764,0.441829531,2363.7350265 +325,-1.379324697,0.377432233,432,0.893524764,0.441829531,7787.7704245 +326,-1.203778265,0.212813032,432,0.893524764,0.441829531,7653.9200593 +327,0.579916301,0.611743168,432,0.893524764,0.441829531,1264.1162504 +328,0.267582642,0.868113908,432,0.893524764,0.441829531,2550.5606239 +329,0.412869244,-0.050245578,432,0.893524764,0.441829531,2684.119308 +330,0.17524381,0.976660285,432,0.893524764,0.441829531,2949.5153796 +331,0.743157214,0.204812899,432,0.893524764,0.441829531,1094.6522658 +332,-1.070758176,0.269382282,432,0.893524764,0.441829531,7101.7268894 +333,-1.230364251,0.329790229,432,0.893524764,0.441829531,7473.780187 +334,-1.374813124,-0.024926835,432,0.893524764,0.441829531,8727.0927904 +335,0.519780566,0.463669906,432,0.893524764,0.441829531,1332.5136368 +336,-1.55108034,0.239698561,432,0.893524764,0.441829531,8633.0450424 +337,0.180294813,0.029739425,432,0.893524764,0.441829531,3172.4658778 +338,0.67820924,0.268170153,432,0.893524764,0.441829531,1053.6038608 +339,0.445798684,1.024001867,432,0.893524764,0.441829531,2621.0374729 +340,0.691751283,0.150521402,432,0.893524764,0.441829531,1382.1331666 +341,-1.036643551,-0.903056181,432,0.893524764,0.441829531,8446.7597984 +342,-0.120287036,1.083325163,432,0.893524764,0.441829531,3665.0056676 +343,2.823513113,-0.304487164,432,0.893524764,0.441829531,7988.4393603 +344,0.457583172,1.12513373,432,0.893524764,0.441829531,2927.7413345 +345,0.042918831,0.813795399,432,0.893524764,0.441829531,3036.6330985 +346,1.196146777,-0.853142756,432,0.893524764,0.441829531,5240.1655787 +347,0.206001358,-0.010430701,432,0.893524764,0.441829531,3183.1195082 +348,-0.268308653,0.234799412,432,0.893524764,0.441829531,4377.1172166 +349,0.759363263,0.736189579,432,0.893524764,0.441829531,1245.5134712 +350,0.181363926,0.891988372,432,0.893524764,0.441829531,2787.4958102 +351,-0.021111158,0.139103292,432,0.893524764,0.441829531,3645.9386274 +352,-0.093355215,0.630686981,432,0.893524764,0.441829531,3394.9599842 +353,0.40118964,0.681375926,432,0.893524764,0.441829531,1892.1590197 +354,-0.721197315,1.304706234,432,0.893524764,0.441829531,4582.794274 +355,-1.076150317,0.212107639,432,0.893524764,0.441829531,7235.9016255 +356,-1.577164531,0.273993443,432,0.893524764,0.441829531,8604.7334128 +357,-0.190788414,0.182208586,432,0.893524764,0.441829531,4179.3948796 +358,-0.261349752,0.209710184,432,0.893524764,0.441829531,4389.6930959 +359,-1.029303852,0.083549259,432,0.893524764,0.441829531,7325.1044207 +360,-1.268609162,0.330525297,432,0.893524764,0.441829531,7587.178204 +361,1.282982244,-0.926641967,432,0.893524764,0.441829531,5584.2420125 +362,0.217352334,0.731352408,432,0.893524764,0.441829531,2479.7961187 +363,-1.511833084,0.258629297,432,0.893524764,0.441829531,8472.9919047 +364,0.338812194,0.823184618,432,0.893524764,0.441829531,2300.7000854 +365,-0.324406489,1.134201999,432,0.893524764,0.441829531,4057.771371 +366,1.389579348,0.399185724,432,0.893524764,0.441829531,1798.3004255 +367,2.047152199,-0.039082036,432,0.893524764,0.441829531,4808.6350117 +368,0.947780369,0.568250077,432,0.893524764,0.441829531,534.82025105 +369,0.763824846,0.576754987,432,0.893524764,0.441829531,697.24994224 +370,-0.142334657,0.928153068,432,0.893524764,0.441829531,3580.7109681 +371,0.610266567,0.547265983,432,0.893524764,0.441829531,1070.7507306 +372,0.210731629,0.746815056,432,0.893524764,0.441829531,2514.8499479 +373,-1.34931644,0.316895224,432,0.893524764,0.441829531,7858.5648801 +374,2.407696481,0.655030745,432,0.893524764,0.441829531,5010.6578625 +375,0.64207831,0.545359131,432,0.893524764,0.441829531,967.08934236 +376,1.174597538,0.840588356,432,0.893524764,0.441829531,1805.6674532 +377,0.660059424,0.010604079,432,0.893524764,0.441829531,1927.3933162 +378,-0.730263819,0.010486456,432,0.893524764,0.441829531,6393.8640271 +379,0.831068936,0.512339172,432,0.893524764,0.441829531,355.32922107 +380,1.301180979,0.72367476,432,0.893524764,0.441829531,1740.236837 +381,1.811128231,0.322854402,432,0.893524764,0.441829531,3384.4058488 +382,0.435105812,0.992284428,432,0.893524764,0.441829531,2540.6131254 +383,0.62643634,0.592027932,432,0.893524764,0.441829531,1093.3612504 +384,0.492988703,-0.516339467,432,0.893524764,0.441829531,4089.1555154 +385,-0.162469483,0.112549365,432,0.893524764,0.441829531,4192.2220177 +386,0.314630866,0.472006421,432,0.893524764,0.441829531,2055.3748484 +387,0.166744804,0.822815954,432,0.893524764,0.441829531,2722.5436556 +388,0.417159608,0.965805736,432,0.893524764,0.441829531,2491.6022396 +389,0.106334961,0.868774244,432,0.893524764,0.441829531,2930.8478999 +390,0.815086969,-0.338144359,432,0.893524764,0.441829531,3104.2169593 +391,0.59867455,-0.230624824,432,0.893524764,0.441829531,2896.6144101 +392,1.915104874,0.066220985,432,0.893524764,0.441829531,4151.8334721 +393,1.278093622,0.064463721,432,0.893524764,0.441829531,2091.9313728 +394,-0.061477853,0.302997961,432,0.893524764,0.441829531,3542.9516572 +395,0.251311504,0.626976942,432,0.893524764,0.441829531,2293.0133065 +396,2.950242872,0.149095644,432,0.893524764,0.441829531,7655.087436 +397,-0.180294708,0.35375117,432,0.893524764,0.441829531,3903.6602963 +398,1.010448592,-0.351180233,432,0.893524764,0.441829531,3173.2039709 +399,-1.748740498,0.3686318073,432,0.893524764,0.441829531,8702.9785038 +400,2.699635665,0.123533791,432,0.893524764,0.441829531,6844.2416937 +401,0.496808033,0.823843254,432,0.893524764,0.441829531,1958.6272453 +402,0.129574704,0.763364087,432,0.893524764,0.441829531,2757.8491212 +403,1.798920311,0.817447563,432,0.893524764,0.441829531,3185.5439225 +404,0.335987953,0.746786541,432,0.893524764,0.441829531,2171.9453128 +405,-1.085413643,0.292154671,432,0.893524764,0.441829531,7102.2884706 +406,-0.155321003,0.508207011,432,0.893524764,0.441829531,3664.0606658 +407,0.620529244,-0.301175104,432,0.893524764,0.441829531,3125.7061936 +408,1.684402744,0.368716966,432,0.893524764,0.441829531,2880.1924297 +409,0.300582244,-0.386397212,432,0.893524764,0.441829531,3994.0986464 +410,2.913555946,-0.009225192,432,0.893524764,0.441829531,7836.8335691 +411,1.465101417,0.493232532,432,0.893524764,0.441829531,2025.1820991 +412,0.090612882,0.907955955,432,0.893524764,0.441829531,3018.3747283 +413,2.987564726,-0.729568594,432,0.893524764,0.441829531,8879.6196495 +414,-1.484261606,0.224149272,432,0.893524764,0.441829531,8488.3901946 +415,0.164073421,0.303955133,432,0.893524764,0.441829531,2734.4316545 +416,0.141441293,0.167552546,432,0.893524764,0.441829531,3025.4556101 +417,2.931321023,-0.506718887,432,0.893524764,0.441829531,8592.3360223 +418,2.21951565,0.700596356,432,0.893524764,0.441829531,4403.4084826 +419,0.268112576,1.199114336,432,0.893524764,0.441829531,3342.6405915 +420,0.978913739,0.359223811,432,0.893524764,0.441829531,451.63299904 +421,1.210898818,0.522863584,432,0.893524764,0.441829531,1157.5148981 +422,2.347397336,0.129231362,432,0.893524764,0.441829531,5586.7105311 +423,0.614394501,0.556878345,432,0.893524764,0.441829531,1070.7045516 +424,-1.398079356,0.148483366,432,0.893524764,0.441829531,8419.569442 +425,2.535303836,-0.112984496,432,0.893524764,0.441829531,6666.1400701 +426,-1.019372593,-0.405322349,432,0.893524764,0.441829531,8058.7633118 +427,-1.297785627,-0.160104069,432,0.893524764,0.441829531,8707.1548567 +428,2.144554488,0.205051084,432,0.893524764,0.441829531,4740.8105835 +429,-2.242387083,-0.426171285,432,0.893524764,0.441829531,12378.552649 +430,0.338637212,0.909723676,432,0.893524764,0.441829531,2487.2204579 +431,-0.148798452,0.691042401,432,0.893524764,0.441829531,3554.0601596 +432,0.893524764,0.441829531,432,0.893524764,0.441829531,0 +433,0.969229347,-0.368847936,432,0.893524764,0.441829531,3224.2715285 +434,0.436043248,0.800045688,432,0.893524764,0.441829531,2028.0615385 +435,1.687946607,1.081504775,432,0.893524764,0.441829531,3286.2872731 +436,0.522302046,-0.034889271,432,0.893524764,0.441829531,2365.1217774 +437,-0.178996113,-0.438090009,432,0.893524764,0.441829531,5384.5653127 +438,-1.094339566,0.301444068,432,0.893524764,0.441829531,7111.5707002 +439,-1.064070054,0.242569932,432,0.893524764,0.441829531,7134.3080604 +440,-1.068153768,0.230387998,432,0.893524764,0.441829531,7172.4440322 +441,-3.00496892,-0.23989155,432,0.893524764,0.441829531,9521.3277511 +442,0.21751974,0.766874888,432,0.893524764,0.441829531,2519.1705863 +443,0.117229532,0.007619006,432,0.893524764,0.441829531,3428.3723905 +444,0.777758451,0.420554741,432,0.893524764,0.441829531,424.9638855 +445,-0.252356999,0.250747086,432,0.893524764,0.441829531,4296.8477021 +446,0.363148444,0.768483434,432,0.893524764,0.441829531,2137.9845618 +447,0.903191366,-0.118210676,432,0.893524764,0.441829531,2218.6319616 +448,-0.205755923,0.149406178,432,0.893524764,0.441829531,4285.2325453 +449,1.811996086,0.02364353,432,0.893524764,0.441829531,3873.7832145 +450,-1.100670221,0.314845373,432,0.893524764,0.441829531,7103.5247736 +451,0.340078597,0.850105132,432,0.893524764,0.441829531,2352.5046474 +452,0.258757267,0.804969236,432,0.893524764,0.441829531,2463.5984349 +453,2.78505352,-0.155160804,432,0.893524764,0.441829531,7628.3046366 +454,0.800551619,0.105822106,432,0.893524764,0.441829531,1376.804679 +455,0.437940882,-0.506194031,432,0.893524764,0.441829531,4135.8144366 +456,2.230431122,0.63458615,432,0.893524764,0.441829531,4495.3677512 +457,0.527965361,0.127667701,432,0.893524764,0.441829531,1859.5460613 +458,-0.063643205,0.702093448,432,0.893524764,0.441829531,3294.6006031 +459,1.408447268,0.133010502,432,0.893524764,0.441829531,2297.0273792 +460,0.523795955,0.280266966,432,0.893524764,0.441829531,1509.3343412 +461,-0.975769313,0.072177659,432,0.893524764,0.441829531,7158.7594674 +462,0.549774164,-0.463663986,432,0.893524764,0.441829531,3819.5728802 +463,0.29245874,1.095549818,432,0.893524764,0.441829531,3030.4461766 +464,0.143625958,0.816809593,432,0.893524764,0.441829531,2774.6617998 +465,0.671902494,0.611159853,432,0.893524764,0.441829531,1011.1929562 +466,1.239840988,0.6724199,432,0.893524764,0.441829531,1474.112276 +467,0.607829703,-0.10932137,432,0.893524764,0.441829531,2444.7468982 +468,1.763020906,0.263996692,432,0.893524764,0.441829531,3288.9901643 +469,0.378714634,0.726066797,432,0.893524764,0.441829531,2024.0436697 +470,2.196736143,-0.153862366,432,0.893524764,0.441829531,5542.623813 +471,0.01702415,0.148991565,432,0.893524764,0.441829531,3494.3367412 +472,-2.998490902,-0.158002487,432,0.893524764,0.441829531,9406.9790103 +473,-3.051262951,-0.346595608,432,0.893524764,0.441829531,9496.2017513 +474,-1.069176439,0.182802941,432,0.893524764,0.441829531,7271.0896847 +475,0.167157509,0.595344954,432,0.893524764,0.441829531,2553.3568551 +476,0.613855648,0.681746124,432,0.893524764,0.441829531,1330.8321119 +477,1.037012736,0.682555367,432,0.893524764,0.441829531,1066.7091257 +478,-1.253574971,0.379755746,432,0.893524764,0.441829531,7424.6505809 +479,3.108590453,-0.132620738,432,0.893524764,0.441829531,8744.7144558 +480,0.565301296,0.022333262,432,0.893524764,0.441829531,2081.6955907 +481,0.547898238,0.855555614,432,0.893524764,0.441829531,1955.6616154 +482,0.948309381,0.417393755,432,0.893524764,0.441829531,219.73579098 +483,-0.050600732,0.945269213,432,0.893524764,0.441829531,3382.3501932 +484,-0.977651478,-0.572363064,432,0.893524764,0.441829531,8099.3753927 +485,1.102014914,0.728861163,432,0.893524764,0.441829531,1326.0210348 +486,2.927300795,-0.282939414,432,0.893524764,0.441829531,8328.2240075 +487,-1.154565557,0.124434095,432,0.893524764,0.441829531,7676.3156537 +488,1.855331234,0.291044755,432,0.893524764,0.441829531,3582.8232044 +489,0.830290659,0.276904518,432,0.893524764,0.441829531,693.94197631 +490,0.485104466,-0.234867441,432,0.893524764,0.441829531,3109.6860986 +491,0.521367572,-0.33161327,432,0.893524764,0.441829531,3382.5512448 +1,-1.539031704,0.7349710123,433,0.969229347,-0.368847936,9891.8034334 +2,-1.536990553,0.7349663874,433,0.969229347,-0.368847936,9886.2955677 +3,-1.534951779,0.7349571355,433,0.969229347,-0.368847936,9880.7961399 +4,-1.532906461,0.7349480293,433,0.969229347,-0.368847936,9875.2736012 +5,-1.531320211,0.7346937278,433,0.969229347,-0.368847936,9871.3654627 +6,-1.539451648,0.7335131775,433,0.969229347,-0.368847936,9895.2106707 +7,-1.537429487,0.7335445708,433,0.969229347,-0.368847936,9889.6880271 +8,-1.535484998,0.7335658704,433,0.969229347,-0.368847936,9884.3869823 +9,-1.533488396,0.7336036027,433,0.969229347,-0.368847936,9878.9151284 +10,-1.531497785,0.7335842962,433,0.969229347,-0.368847936,9873.5423854 +11,-1.530259379,0.7334777758,433,0.969229347,-0.368847936,9870.3410826 +12,-1.5335454,0.7322346912,433,0.969229347,-0.368847936,9881.1651498 +13,-1.531489083,0.7322238773,433,0.969229347,-0.368847936,9875.5903477 +14,-1.530011122,0.7321679851,433,0.969229347,-0.368847936,9871.6531624 +15,-1.53348106,0.7306614094,433,0.969229347,-0.368847936,9883.3877813 +16,-1.531441779,0.7306962275,433,0.969229347,-0.368847936,9877.7777922 +17,-1.529755654,0.7306933243,433,0.969229347,-0.368847936,9873.1837745 +18,-1.533415048,0.7291384674,433,0.969229347,-0.368847936,9885.5178175 +19,-1.531392093,0.7291705353,433,0.969229347,-0.368847936,9879.9447963 +20,-1.529296523,0.7291214933,433,0.969229347,-0.368847936,9874.2904003 +21,-1.535280942,0.727267644,433,0.969229347,-0.368847936,9893.4459247 +22,-1.533378158,0.7276139666,433,0.969229347,-0.368847936,9887.718686 +23,-1.531340368,0.7276446587,433,0.969229347,-0.368847936,9882.0954777 +24,-1.528960113,0.7276398177,433,0.969229347,-0.368847936,9875.5823484 +25,-1.533313146,0.7260818349,433,0.969229347,-0.368847936,9889.8430086 +26,-1.531259555,0.7260958115,433,0.969229347,-0.368847936,9884.1895321 +27,-1.528926415,0.7260865555,433,0.969229347,-0.368847936,9877.7980791 +28,-1.531226779,0.7245511789,433,0.969229347,-0.368847936,9886.3976595 +29,-1.528904772,0.7245519194,433,0.969229347,-0.368847936,9880.0082537 +30,-1.547195875,0.7409785979,433,0.969229347,-0.368847936,9904.1631005 +31,-1.5451475,0.740980426,433,0.969229347,-0.368847936,9898.6942314 +32,-1.543097679,0.7409798872,433,0.969229347,-0.368847936,9893.2199554 +33,-1.540720364,0.7409892687,433,0.969229347,-0.368847936,9886.8484307 +34,-1.547188511,0.7395198392,433,0.969229347,-0.368847936,9906.500832 +35,-1.545148587,0.7395226109,433,0.969229347,-0.368847936,9901.0414098 +36,-1.543104538,0.7395314908,433,0.969229347,-0.368847936,9895.5559327 +37,-1.540727751,0.7395306258,433,0.969229347,-0.368847936,9889.1888137 +38,-1.547187029,0.7380014886,433,0.969229347,-0.368847936,9908.9405182 +39,-1.545147315,0.7380012252,433,0.969229347,-0.368847936,9903.4744682 +40,-1.54310719,0.7380060743,433,0.969229347,-0.368847936,9897.9939052 +41,-1.540719671,0.7380068206,433,0.969229347,-0.368847936,9891.5813489 +42,-1.547187189,0.7364799098,433,0.969229347,-0.368847936,9911.3795063 +43,-1.545149996,0.7364853874,433,0.969229347,-0.368847936,9905.8990217 +44,-1.543106091,0.7364823484,433,0.969229347,-0.368847936,9900.4088166 +45,-1.540717158,0.7364893901,433,0.969229347,-0.368847936,9893.9684524 +46,-1.538663972,0.7410138672,433,0.969229347,-0.368847936,9881.3052828 +47,-1.53695285,0.7409699132,433,0.969229347,-0.368847936,9876.7908672 +48,-1.534910498,0.7409641297,433,0.969229347,-0.368847936,9871.3237022 +49,-1.533145034,0.7409536636,433,0.969229347,-0.368847936,9866.6020812 +50,-1.538681336,0.7395405883,433,0.969229347,-0.368847936,9883.6841216 +51,-1.536999189,0.7395183096,433,0.969229347,-0.368847936,9879.2034378 +52,-1.534923633,0.7395144222,433,0.969229347,-0.368847936,9873.6326879 +53,-1.533267822,0.7395654306,433,0.969229347,-0.368847936,9869.1003406 +54,-1.53867273,0.7380151077,433,0.969229347,-0.368847936,9886.0658603 +55,-1.536980576,0.7379994392,433,0.969229347,-0.368847936,9881.5378089 +56,-1.534931522,0.7379944961,433,0.969229347,-0.368847936,9876.0278759 +57,-1.533387952,0.7379480264,433,0.969229347,-0.368847936,9871.9401263 +58,-1.538682279,0.7364914363,433,0.969229347,-0.368847936,9888.4832927 +59,-1.536980704,0.7364810563,433,0.969229347,-0.368847936,9883.9115462 +60,-1.534935567,0.7364752065,433,0.969229347,-0.368847936,9878.4015817 +61,-1.533042592,0.7363876366,433,0.969229347,-0.368847936,9873.4238394 +62,-1.545143426,0.7349628011,433,0.969229347,-0.368847936,9908.2991522 +63,-1.543105297,0.7349691947,433,0.969229347,-0.368847936,9902.7975386 +64,-1.541064533,0.7349647152,433,0.969229347,-0.368847936,9897.3007912 +65,-1.545411803,0.7334624714,433,0.969229347,-0.368847936,9911.3957536 +66,-1.543446606,0.7334780896,433,0.969229347,-0.368847936,9906.0655059 +67,-1.541475327,0.7334957295,433,0.969229347,-0.368847936,9900.7110944 +68,-1.545401939,0.731963266,433,0.969229347,-0.368847936,9913.7310988 +69,-1.54342253,0.7319915583,433,0.969229347,-0.368847936,9908.3312236 +70,-1.541455867,0.7320216438,433,0.969229347,-0.368847936,9902.9586676 +71,-1.545410146,0.7304422281,433,0.969229347,-0.368847936,9916.1393819 +72,-1.543435491,0.7304713664,433,0.969229347,-0.368847936,9910.7396461 +73,-1.541463105,0.7304997613,433,0.969229347,-0.368847936,9905.3428637 +74,-1.545414768,0.7289194936,433,0.969229347,-0.368847936,9918.5302388 +75,-1.543435774,0.7289538557,433,0.969229347,-0.368847936,9913.0991924 +76,-1.541457714,0.7289765881,433,0.969229347,-0.368847936,9907.6843573 +77,-1.539449415,0.7320555866,433,0.969229347,-0.368847936,9897.4679582 +78,-1.537429183,0.7321097681,433,0.969229347,-0.368847936,9891.9042613 +79,-1.535472649,0.7321497267,433,0.969229347,-0.368847936,9886.5312814 +80,-1.539457899,0.7305333307,433,0.969229347,-0.368847936,9899.8445919 +81,-1.537453161,0.7305750503,433,0.969229347,-0.368847936,9894.3307197 +82,-1.535479385,0.7306124949,433,0.969229347,-0.368847936,9888.9034498 +83,-1.53946905,0.7290102593,433,0.969229347,-0.368847936,9902.2194304 +84,-1.537459922,0.7290417293,433,0.969229347,-0.368847936,9896.6978345 +85,-1.535451349,0.7290890157,433,0.969229347,-0.368847936,9891.1493492 +86,-1.535522937,0.7279887191,433,0.969229347,-0.368847936,9893.0155834 +87,-1.539442524,0.7274735939,433,0.969229347,-0.368847936,9904.5019156 +88,-1.537424111,0.727521351,433,0.969229347,-0.368847936,9898.9184855 +89,-1.539384641,0.7259505092,433,0.969229347,-0.368847936,9906.6669933 +90,-1.537372391,0.7259947145,433,0.969229347,-0.368847936,9901.0942179 +91,-1.535340789,0.7260435356,433,0.969229347,-0.368847936,9895.4573503 +92,-1.539325716,0.7244369706,433,0.969229347,-0.368847936,9908.8035654 +93,-1.537308932,0.7244801057,433,0.969229347,-0.368847936,9903.208472 +94,-1.535289068,0.7245247645,433,0.969229347,-0.368847936,9897.5985004 +95,-1.533261366,0.7245550236,433,0.969229347,-0.368847936,9891.984386 +96,-1.539267302,0.722921924,433,0.969229347,-0.368847936,9910.9327234 +97,-1.537248972,0.7229660258,433,0.969229347,-0.368847936,9905.3204041 +98,-1.535219431,0.7229916471,433,0.969229347,-0.368847936,9899.700715 +99,-1.53318962,0.7230212049,433,0.969229347,-0.368847936,9894.0700437 +100,-1.531154816,0.7230299897,433,0.969229347,-0.368847936,9888.4519977 +101,-1.528878341,0.7230370244,433,0.969229347,-0.368847936,9882.16535 +102,-1.539218189,0.7214009878,433,0.969229347,-0.368847936,9913.0851855 +103,-1.537198791,0.7214422745,433,0.969229347,-0.368847936,9907.4625857 +104,-1.535179266,0.7214634354,433,0.969229347,-0.368847936,9901.8654042 +105,-1.533156501,0.7214944644,433,0.969229347,-0.368847936,9896.2403084 +106,-1.53113574,0.7215166021,433,0.969229347,-0.368847936,9890.6295941 +107,-1.528874248,0.7215345535,433,0.969229347,-0.368847936,9884.3553439 +108,-1.539217656,0.7198512397,433,0.969229347,-0.368847936,9915.4035389 +109,-1.537199919,0.7199428763,433,0.969229347,-0.368847936,9909.6990485 +110,-1.545425832,0.727397149,433,0.969229347,-0.368847936,9920.9276053 +111,-1.543371177,0.7273916949,433,0.969229347,-0.368847936,9915.340515 +112,-1.541368852,0.7274523163,433,0.969229347,-0.368847936,9909.7894095 +113,-1.545349067,0.7258710923,433,0.969229347,-0.368847936,9923.0807292 +114,-1.54332671,0.7258603556,433,0.969229347,-0.368847936,9917.577619 +115,-1.541346831,0.7259242142,433,0.969229347,-0.368847936,9912.071418 +116,-1.545324355,0.7243383958,433,0.969229347,-0.368847936,9925.3748793 +117,-1.543292796,0.7243617413,433,0.969229347,-0.368847936,9919.7823741 +118,-1.541295822,0.7244024384,433,0.969229347,-0.368847936,9914.2535604 +119,-1.543193859,0.7205570215,433,0.969229347,-0.368847936,9925.2967876 +120,-1.550257047,0.7386738187,433,0.969229347,-0.368847936,9916.0693403 +121,-1.549335448,0.7311736483,433,0.969229347,-0.368847936,9925.6113344 +122,-1.533478843,0.7179891343,433,0.969229347,-0.368847936,9902.2859995 +123,-1.556150555,0.738907041,433,0.969229347,-0.368847936,9931.4114033 +124,-1.554324226,0.733414257,433,0.969229347,-0.368847936,9935.4743587 +125,-1.554290846,0.7288285332,433,0.969229347,-0.368847936,9942.7351095 +126,-1.55122487,0.7219795312,433,0.969229347,-0.368847936,9945.1529674 +127,-1.525104458,0.7229399862,433,0.969229347,-0.368847936,9871.8889111 +128,-1.519607711,0.7236181429,433,0.969229347,-0.368847936,9855.7122074 +129,-1.513899999,0.7251107854,433,0.969229347,-0.368847936,9837.7876825 +130,-1.536620762,0.7431061895,433,0.969229347,-0.368847936,9872.5193167 +131,-1.5369566,0.7460845958,433,0.969229347,-0.368847936,9868.6650191 +132,-1.545345528,0.7447040685,433,0.969229347,-0.368847936,9893.18959 +133,-1.532813921,0.7432306626,433,0.969229347,-0.368847936,9862.1417235 +134,-1.554788248,0.7382381001,433,0.969229347,-0.368847936,9928.8775915 +135,-1.540348126,0.7301594274,433,0.969229347,-0.368847936,9902.8408897 +136,-1.538016084,0.7239051786,433,0.969229347,-0.368847936,9906.0152496 +137,-1.525288962,0.7258085137,433,0.969229347,-0.368847936,9868.2078001 +138,-1.534326986,0.731241342,433,0.969229347,-0.368847936,9884.807261 +139,-1.530733872,0.7303625216,433,0.969229347,-0.368847936,9876.3512537 +141,-1.534354939,0.7328219978,433,0.969229347,-0.368847936,9882.4651619 +142,-1.53157084,0.7292888153,433,0.969229347,-0.368847936,9880.2549212 +143,-1.525691035,0.7263799874,433,0.969229347,-0.368847936,9868.4739561 +144,-1.534031287,0.7495967835,433,0.969229347,-0.368847936,9855.2643511 +145,-1.527714986,0.7283095957,433,0.969229347,-0.368847936,9871.1733621 +146,-1.526189586,0.7271468292,433,0.969229347,-0.368847936,9868.7132674 +147,-1.555177336,0.7375563366,433,0.969229347,-0.368847936,9931.0314699 +148,-1.555080283,0.7312707794,433,0.969229347,-0.368847936,9940.9600764 +149,-1.53856994,0.7224180299,433,0.969229347,-0.368847936,9909.7747166 +150,-1.530837883,0.729933372,433,0.969229347,-0.368847936,9877.2821677 +151,-1.515066984,0.5854133365,433,0.969229347,-0.368847936,9993.3757954 +152,-1.534731633,0.5368370046,433,0.969229347,-0.368847936,10089.027172 +153,-1.515231902,0.5607085576,433,0.969229347,-0.368847936,10010.409353 +154,-2.616253799,1.0684566605,433,0.969229347,-0.368847936,9414.7647675 +155,-1.956071439,0.5792177723,433,0.969229347,-0.368847936,11316.429365 +156,-1.951208514,0.5602434208,433,0.969229347,-0.368847936,11355.598532 +157,-1.944675062,0.6062144545,433,0.969229347,-0.368847936,11213.905375 +158,-1.613778386,0.6077989518,433,0.969229347,-0.368847936,10285.702036 +159,-2.035029014,0.6021432345,433,0.969229347,-0.368847936,11402.986198 +160,-2.114989471,0.6801825058,433,0.969229347,-0.368847936,11195.315632 +161,-2.037382079,0.5765830025,433,0.969229347,-0.368847936,11494.039992 +162,-2.129855121,0.6585019963,433,0.969229347,-0.368847936,11287.322909 +163,-2.075141798,0.6493615843,433,0.969229347,-0.368847936,11283.597212 +164,-1.828626729,0.6948433129,433,0.969229347,-0.368847936,10707.226131 +165,-1.863329418,0.6735427691,433,0.969229347,-0.368847936,10842.657859 +166,-1.266037071,0.727988852,433,0.969229347,-0.368847936,9126.2034982 +167,-1.277579582,0.7249010648,433,0.969229347,-0.368847936,9161.8693827 +168,-1.258418684,0.7241194816,433,0.969229347,-0.368847936,9106.1590595 +169,-1.317813974,0.6804850104,433,0.969229347,-0.368847936,9309.0612494 +170,-1.344165204,0.6790988904,433,0.969229347,-0.368847936,9390.0916178 +171,-1.427582102,0.5277120351,433,0.969229347,-0.368847936,9728.2324936 +172,-1.402238616,0.457167829,433,0.969229347,-0.368847936,9641.1004422 +173,-1.422454264,0.4996161999,433,0.969229347,-0.368847936,9714.4453785 +174,-1.439089277,0.4894859811,433,0.969229347,-0.368847936,9773.0147082 +175,-1.448126995,0.5182330266,433,0.969229347,-0.368847936,9800.6351422 +176,-1.474626146,0.5881926574,433,0.969229347,-0.368847936,9860.0869911 +177,-1.421139645,0.5584869783,433,0.969229347,-0.368847936,9697.8813649 +178,-1.457037165,0.565943032,433,0.969229347,-0.368847936,9814.5122407 +179,-2.757159358,0.3745319,433,0.969229347,-0.368847936,10289.710025 +180,-2.714309238,0.342054471,433,0.969229347,-0.368847936,10431.733814 +181,-2.000525337,0.774119946,433,0.969229347,-0.368847936,10742.584168 +183,-1.571413436,0.6777838382,433,0.969229347,-0.368847936,10067.427449 +184,-1.552860289,0.6987663893,433,0.969229347,-0.368847936,9984.4804419 +185,-1.521852374,0.7165827476,433,0.969229347,-0.368847936,9871.9708198 +186,-1.503656267,0.6928968252,433,0.969229347,-0.368847936,9851.61209 +187,-1.502753178,0.7136205882,433,0.969229347,-0.368847936,9822.4411189 +188,-1.631894563,0.7343596465,433,0.969229347,-0.368847936,10137.793164 +189,-1.653765416,0.6770714026,433,0.969229347,-0.368847936,10301.652014 +190,-1.719812114,0.6715965947,433,0.969229347,-0.368847936,10491.910707 +191,-1.493406659,0.6646955447,433,0.969229347,-0.368847936,9853.8841365 +192,-1.469120564,0.6613469966,433,0.969229347,-0.368847936,9784.0320198 +193,-1.590551461,0.5326612937,433,0.969229347,-0.368847936,10279.614945 +194,-1.625979264,0.5247742243,433,0.969229347,-0.368847936,10404.334285 +195,-1.572293943,0.5238808754,433,0.969229347,-0.368847936,10223.097757 +196,-1.610848725,0.5477107964,433,0.969229347,-0.368847936,10336.44115 +197,-1.208485554,0.7918526018,433,0.969229347,-0.368847936,8923.1486394 +198,-1.335601374,0.6869083083,433,0.969229347,-0.368847936,9358.9946772 +199,-1.346156996,0.6825213377,433,0.969229347,-0.368847936,9393.8523604 +200,-1.324381037,0.6741422347,433,0.969229347,-0.368847936,9332.8050856 +201,-1.242424992,0.7378949807,433,0.969229347,-0.368847936,9051.6468066 +202,-1.270370057,0.7392461008,433,0.969229347,-0.368847936,9131.6793745 +203,-1.448950472,0.7441675014,433,0.969229347,-0.368847936,9632.6136963 +204,-1.492662363,0.7523026852,433,0.969229347,-0.368847936,9740.6652359 +205,-1.479098966,0.7763855017,433,0.969229347,-0.368847936,9668.9590347 +206,-1.633760714,0.7869022408,433,0.969229347,-0.368847936,10034.549778 +207,-1.647406434,0.8101289331,433,0.969229347,-0.368847936,10013.63335 +208,-1.564245052,0.5701509278,433,0.969229347,-0.368847936,10165.161008 +209,-1.646289963,0.6833746083,433,0.969229347,-0.368847936,10269.99201 +210,-1.5820631,0.6751952144,433,0.969229347,-0.368847936,10101.805431 +211,-1.613236298,0.6681681791,433,0.969229347,-0.368847936,10201.843668 +212,-1.914661867,0.8212566515,433,0.969229347,-0.368847936,10470.213723 +213,-1.742133237,0.7250275956,433,0.969229347,-0.368847936,10430.805532 +214,-2.033144872,0.6557314699,433,0.969229347,-0.368847936,11211.323901 +215,-2.039551981,0.6964723658,433,0.969229347,-0.368847936,11070.676192 +216,-1.247341019,0.7622473908,433,0.969229347,-0.368847936,9050.7016154 +217,-1.298239787,0.7084123392,433,0.969229347,-0.368847936,9233.1867648 +218,-1.308539688,0.6926545592,433,0.969229347,-0.368847936,9273.7347714 +219,-1.303263185,0.6888938396,433,0.969229347,-0.368847936,9260.0211157 +220,-1.852400229,0.6004246149,433,0.969229347,-0.368847936,10999.441925 +221,-1.288947707,0.7473773692,433,0.969229347,-0.368847936,9179.3036147 +222,-1.372031502,0.7472790993,433,0.969229347,-0.368847936,9414.7433926 +223,-1.289805721,0.7242157877,433,0.969229347,-0.368847936,9198.088288 +224,-1.350807603,0.7533498126,433,0.969229347,-0.368847936,9349.194081 +225,-1.329290365,0.7560442322,433,0.969229347,-0.368847936,9286.3417259 +226,-1.410153004,0.616936428,433,0.969229347,-0.368847936,9634.6881204 +227,-1.393445434,0.6308995063,433,0.969229347,-0.368847936,9573.304211 +228,-1.37595573,0.6241540638,433,0.969229347,-0.368847936,9521.5743766 +229,-1.358388707,0.6172645205,433,0.969229347,-0.368847936,9468.7242718 +230,-1.753741133,0.8281661666,433,0.969229347,-0.368847936,10185.99712 +231,-1.47430987,0.6834615681,433,0.969229347,-0.368847936,9776.7671159 +232,-1.421012508,0.7222725206,433,0.969229347,-0.368847936,9579.7366169 +233,-1.4476833,0.6978557868,433,0.969229347,-0.368847936,9683.0259695 +234,-1.470370723,0.6966193374,433,0.969229347,-0.368847936,9750.565802 +235,-1.429211703,0.7037216883,433,0.969229347,-0.368847936,9622.9526055 +236,-1.700578405,0.6178673663,433,0.969229347,-0.368847936,10534.897207 +237,-1.678117619,0.6331716163,433,0.969229347,-0.368847936,10444.431046 +238,-1.725644578,0.6316331145,433,0.969229347,-0.368847936,10584.198711 +239,-2.14012759,0.7930497945,433,0.969229347,-0.368847936,10760.31571 +240,-2.103289431,0.7653606263,433,0.969229347,-0.368847936,10856.891556 +241,-1.318739838,0.7017808746,433,0.969229347,-0.368847936,9298.4985094 +242,-1.396417427,0.7077900843,433,0.969229347,-0.368847936,9523.1776047 +243,-1.35650337,0.7185539404,433,0.969229347,-0.368847936,9397.0769477 +244,-1.248884539,0.7274156818,433,0.969229347,-0.368847936,9076.3478594 +245,-1.395014798,0.5761185243,433,0.969229347,-0.368847936,9604.7386812 +246,-1.433377362,0.6064716109,433,0.969229347,-0.368847936,9715.3644081 +247,-1.408172432,0.5903155476,433,0.969229347,-0.368847936,9642.1899155 +248,-1.749645898,0.7757118084,433,0.969229347,-0.368847936,10320.700384 +249,-1.571626686,0.615046989,433,0.969229347,-0.368847936,10146.498959 +250,-1.514070049,0.6303003037,433,0.969229347,-0.368847936,9951.9924326 +251,-1.480890369,0.6237966528,433,0.969229347,-0.368847936,9854.1671298 +252,-1.704390658,0.5281680612,433,0.969229347,-0.368847936,10663.85494 +253,-1.64434733,0.5254277498,433,0.969229347,-0.368847936,10465.724252 +254,-1.703855997,0.4792484842,433,0.969229347,-0.368847936,10700.769173 +255,-1.692002383,0.5748825051,433,0.969229347,-0.368847936,10570.748975 +256,-1.854136457,0.5544643913,433,0.969229347,-0.368847936,11100.113354 +257,-1.665021206,0.520317736,433,0.969229347,-0.368847936,10539.264475 +258,-1.733654349,0.4845187345,433,0.969229347,-0.368847936,10800.407754 +259,-1.720938188,0.5135933906,433,0.969229347,-0.368847936,10732.988317 +260,-1.742668307,0.553296122,433,0.969229347,-0.368847936,10759.052281 +261,-1.965659039,0.7142126903,433,0.969229347,-0.368847936,10909.928581 +262,-1.944438071,0.6772834804,433,0.969229347,-0.368847936,10996.83193 +263,-1.270340967,0.7681487096,433,0.969229347,-0.368847936,9111.145319 +264,-1.353091884,0.6549276821,433,0.969229347,-0.368847936,9432.5581751 +265,-1.333236659,0.6413584414,433,0.969229347,-0.368847936,9377.6268059 +266,-1.352015998,0.6753788907,433,0.969229347,-0.368847936,9416.445829 +267,-1.377988483,0.6577816235,433,0.969229347,-0.368847936,9507.9015025 +268,-2.13075611,0.8318642051,433,0.969229347,-0.368847936,10605.025424 +269,-2.097910953,0.8259670014,433,0.969229347,-0.368847936,10617.543679 +270,-1.416382069,0.6694271549,433,0.969229347,-0.368847936,9616.7384876 +271,-1.538905672,0.7535625993,433,0.969229347,-0.368847936,9861.6910502 +272,-1.572309477,0.7803125099,433,0.969229347,-0.368847936,9899.7755115 +273,-1.87759879,0.7503853417,433,0.969229347,-0.368847936,10645.273943 +274,1.152365588,0.590457682,433,0.969229347,-0.368847936,3862.1489242 +275,0.350198001,0.718001859,433,0.969229347,-0.368847936,4869.1347114 +276,0.046513677,0.491503852,433,0.969229347,-0.368847936,4905.5637343 +277,0.027510309,0.742571376,433,0.969229347,-0.368847936,5583.2419533 +278,0.306285725,-0.214631579,433,0.969229347,-0.368847936,2581.1114013 +279,-1.100564889,0.318051531,433,0.969229347,-0.368847936,8466.013715 +280,-1.078582306,0.301437596,433,0.969229347,-0.368847936,8369.3990505 +281,-1.137371989,-0.617634065,433,0.969229347,-0.368847936,6936.5063679 +282,0.784356344,0.703272339,433,0.969229347,-0.368847936,4301.1445386 +283,-1.221209947,0.218327455,433,0.969229347,-0.368847936,8805.2007087 +284,2.347301921,-0.449114658,433,0.969229347,-0.368847936,4942.2824075 +285,0.246820618,0.830553713,433,0.969229347,-0.368847936,5400.9863083 +286,0.829414965,0.703288228,433,0.969229347,-0.368847936,4277.9752626 +287,-1.337537566,0.42332223,433,0.969229347,-0.368847936,9400.0413917 +288,0.882453706,0.454478077,433,0.969229347,-0.368847936,3278.1910412 +289,1.575629659,0.416419109,433,0.969229347,-0.368847936,3890.9059491 +290,-1.039455679,0.229888244,433,0.969229347,-0.368847936,8147.7215154 +291,0.489558039,0.934482747,433,0.969229347,-0.368847936,5417.3220592 +292,0.081344504,0.88384514,433,0.969229347,-0.368847936,5846.9583888 +293,-1.547979814,0.300350308,433,0.969229347,-0.368847936,10096.953189 +294,0.040776181,0.168560074,433,0.969229347,-0.368847936,4191.8248558 +295,-1.130374745,0.563894876,433,0.969229347,-0.368847936,8723.6169251 +296,1.578326642,0.478507176,433,0.969229347,-0.368847936,4087.9153069 +297,-1.12861823,-0.291640865,433,0.969229347,-0.368847936,7620.0226309 +298,0.310524208,0.770885792,433,0.969229347,-0.368847936,5106.6375016 +299,0.415649091,-0.387246002,433,0.969229347,-0.368847936,2035.5194564 +300,-0.926533878,-0.188022748,433,0.969229347,-0.368847936,7121.5127332 +301,1.258856172,-0.11716081,433,0.969229347,-0.368847936,1491.8063638 +302,-1.126050026,0.322941926,433,0.969229347,-0.368847936,8563.6815637 +303,2.002785835,0.07893892,433,0.969229347,-0.368847936,4384.4610171 +304,0.440437607,0.746258085,433,0.969229347,-0.368847936,4820.1916115 +305,-0.030391866,0.214441206,433,0.969229347,-0.368847936,4522.5442775 +306,0.521557815,-0.058929362,433,0.969229347,-0.368847936,2116.5353246 +307,-0.097005111,0.13317729,433,0.969229347,-0.368847936,4596.0385325 +308,1.83113859,0.221857587,433,0.969229347,-0.368847936,4088.2771914 +309,0.222428864,0.099404236,433,0.969229347,-0.368847936,3443.3605008 +310,-1.702731345,0.8728568183,433,0.969229347,-0.368847936,9966.8315156 +311,-0.418507569,0.278324921,433,0.969229347,-0.368847936,5967.4365766 +312,-1.41153306,0.339029988,433,0.969229347,-0.368847936,9623.2987048 +313,0.357560442,0.114788776,433,0.969229347,-0.368847936,3053.3992683 +314,0.325818979,0.268352149,433,0.969229347,-0.368847936,3553.0950749 +315,-1.246004659,-0.663679965,433,0.969229347,-0.368847936,7097.6899032 +316,1.814603087,0.637404484,433,0.969229347,-0.368847936,5086.4380507 +317,1.843704281,-0.18300445,433,0.969229347,-0.368847936,3398.8923095 +318,1.690644492,-0.211480909,433,0.969229347,-0.368847936,2799.6112332 +319,-1.275451936,0.068109467,433,0.969229347,-0.368847936,8796.8619189 +320,0.762430171,-0.207594741,433,0.969229347,-0.368847936,1011.3664338 +321,0.265668905,-0.014647884,433,0.969229347,-0.368847936,3058.2031151 +322,-2.773032013,-0.335515811,433,0.969229347,-0.368847936,8809.8846605 +323,-1.469512853,0.174058777,433,0.969229347,-0.368847936,9662.1156842 +324,0.286276986,0.785925691,433,0.969229347,-0.368847936,5195.3643839 +325,-1.379324697,0.377432233,433,0.969229347,-0.368847936,9529.3538405 +326,-1.203778265,0.212813032,433,0.969229347,-0.368847936,8734.3081664 +327,0.579916301,0.611743168,433,0.969229347,-0.368847936,4150.7288144 +328,0.267582642,0.868113908,433,0.969229347,-0.368847936,5483.7863617 +329,0.412869244,-0.050245578,433,0.969229347,-0.368847936,2487.6839113 +330,0.17524381,0.976660285,433,0.969229347,-0.368847936,5955.2630151 +331,0.743157214,0.204812899,433,0.969229347,-0.368847936,2436.6452135 +332,-1.070758176,0.269382282,433,0.969229347,-0.368847936,8307.3271618 +333,-1.230364251,0.329790229,433,0.969229347,-0.368847936,8951.2738324 +334,-1.374813124,-0.024926835,433,0.969229347,-0.368847936,8984.6886912 +335,0.519780566,0.463669906,433,0.969229347,-0.368847936,3721.503568 +336,-1.55108034,0.239698561,433,0.969229347,-0.368847936,10046.423006 +337,0.180294813,0.029739425,433,0.969229347,-0.368847936,3438.9402118 +338,0.67820924,0.268170153,433,0.969229347,-0.368847936,2765.2376004 +339,0.445798684,1.024001867,433,0.969229347,-0.368847936,5777.0627091 +340,0.691751283,0.150521402,433,0.969229347,-0.368847936,2323.306296 +341,-1.036643551,-0.903056181,433,0.969229347,-0.368847936,6064.7407613 +342,-0.120287036,1.083325163,433,0.969229347,-0.368847936,6683.6434836 +343,2.823513113,-0.304487164,433,0.969229347,-0.368847936,6781.4963442 +344,0.457583172,1.12513373,433,0.969229347,-0.368847936,6121.8958117 +345,0.042918831,0.813795399,433,0.969229347,-0.368847936,5734.4369361 +346,1.196146777,-0.853142756,433,0.969229347,-0.368847936,2048.0530045 +347,0.206001358,-0.010430701,433,0.969229347,-0.368847936,3272.2705382 +348,-0.268308653,0.234799412,433,0.969229347,-0.368847936,5372.2400231 +349,0.759363263,0.736189579,433,0.969229347,-0.368847936,4444.0048217 +350,0.181363926,0.891988372,433,0.969229347,-0.368847936,5695.6703651 +351,-0.021111158,0.139103292,433,0.969229347,-0.368847936,4343.7845909 +352,-0.093355215,0.630686981,433,0.969229347,-0.368847936,5609.6576986 +353,0.40118964,0.681375926,433,0.969229347,-0.368847936,4662.4940734 +354,-0.721197315,1.304706234,433,0.969229347,-0.368847936,7753.6028905 +355,-1.076150317,0.212107639,433,0.969229347,-0.368847936,8262.0582402 +356,-1.577164531,0.273993443,433,0.969229347,-0.368847936,10180.136699 +357,-0.190788414,0.182208586,433,0.969229347,-0.368847936,5011.0105171 +358,-0.261349752,0.209710184,433,0.969229347,-0.368847936,5305.2136757 +359,-1.029303852,0.083549259,433,0.969229347,-0.368847936,7919.8446484 +360,-1.268609162,0.330525297,433,0.969229347,-0.368847936,9092.0366105 +361,1.282982244,-0.926641967,433,0.969229347,-0.368847936,2406.2892966 +362,0.217352334,0.731352408,433,0.969229347,-0.368847936,5154.3795242 +363,-1.511833084,0.258629297,433,0.969229347,-0.368847936,9923.266883 +364,0.338812194,0.823184618,433,0.969229347,-0.368847936,5229.7503472 +365,-0.324406489,1.134201999,433,0.969229347,-0.368847936,7095.6553495 +366,1.389579348,0.399185724,433,0.969229347,-0.368847936,3447.9522218 +367,2.047152199,-0.039082036,433,0.969229347,-0.368847936,4350.4741596 +368,0.947780369,0.568250077,433,0.969229347,-0.368847936,3712.7340098 +369,0.763824846,0.576754987,433,0.969229347,-0.368847936,3825.2485208 +370,-0.142334657,0.928153068,433,0.969229347,-0.368847936,6383.7104621 +371,0.610266567,0.547265983,433,0.969229347,-0.368847936,3876.4539749 +372,0.210731629,0.746815056,433,0.969229347,-0.368847936,5213.117896 +373,-1.34931644,0.316895224,433,0.969229347,-0.368847936,9377.5013074 +374,2.407696481,0.655030745,433,0.969229347,-0.368847936,6706.525616 +375,0.64207831,0.545359131,433,0.969229347,-0.368847936,3828.5915961 +376,1.174597538,0.840588356,433,0.969229347,-0.368847936,4845.7956385 +377,0.660059424,0.010604079,433,0.969229347,-0.368847936,1921.3344953 +378,-0.730263819,0.010486456,433,0.969229347,-0.368847936,6712.2966975 +379,0.831068936,0.512339172,433,0.969229347,-0.368847936,3529.9933117 +380,1.301180979,0.72367476,433,0.969229347,-0.368847936,4495.9258686 +381,1.811128231,0.322854402,433,0.969229347,-0.368847936,4262.4379861 +382,0.435105812,0.992284428,433,0.969229347,-0.368847936,5677.1737723 +383,0.62643634,0.592027932,433,0.969229347,-0.368847936,4019.7125257 +384,0.492988703,-0.516339467,433,0.969229347,-0.368847936,1796.6451093 +385,-0.162469483,0.112549365,433,0.969229347,-0.368847936,4790.6544315 +386,0.314630866,0.472006421,433,0.969229347,-0.368847936,4170.3107629 +387,0.166744804,0.822815954,433,0.969229347,-0.368847936,5518.8485728 +388,0.417159608,0.965805736,433,0.969229347,-0.368847936,5604.9097723 +389,0.106334961,0.868774244,433,0.969229347,-0.368847936,5759.9211791 +390,0.815086969,-0.338144359,433,0.969229347,-0.368847936,585.47679693 +391,0.59867455,-0.230624824,433,0.969229347,-0.368847936,1503.4123101 +392,1.915104874,0.066220985,433,0.969229347,-0.368847936,4052.917656 +393,1.278093622,0.064463721,433,0.969229347,-0.368847936,2093.6276404 +394,-0.061477853,0.302997961,433,0.969229347,-0.368847936,4804.7392142 +395,0.251311504,0.626976942,433,0.969229347,-0.368847936,4774.351572 +396,2.950242872,0.149095644,433,0.969229347,-0.368847936,7944.9805265 +397,-0.180294708,0.35375117,433,0.969229347,-0.368847936,5290.8438521 +398,1.010448592,-0.351180233,433,0.969229347,-0.368847936,168.06185092 +399,-1.748740498,0.3686318073,433,0.969229347,-0.368847936,10880.211742 +400,2.699635665,0.123533791,433,0.969229347,-0.368847936,6985.3314024 +401,0.496808033,0.823843254,433,0.969229347,-0.368847936,5016.0783739 +402,0.129574704,0.763364087,433,0.969229347,-0.368847936,5421.4027242 +403,1.798920311,0.817447563,433,0.969229347,-0.368847936,5554.1573352 +404,0.335987953,0.746786541,433,0.969229347,-0.368847936,4986.3986483 +405,-1.085413643,0.292154671,433,0.969229347,-0.368847936,8385.0157166 +406,-0.155321003,0.508207011,433,0.969229347,-0.368847936,5520.1871664 +407,0.620529244,-0.301175104,433,0.969229347,-0.368847936,1330.6314692 +408,1.684402744,0.368716966,433,0.969229347,-0.368847936,4023.643999 +409,0.300582244,-0.386397212,433,0.969229347,-0.368847936,2456.3642044 +410,2.913555946,-0.009225192,433,0.969229347,-0.368847936,7583.5252007 +411,1.465101417,0.493232532,433,0.969229347,-0.368847936,3906.1374736 +412,0.090612882,0.907955955,433,0.969229347,-0.368847936,5896.2701505 +413,2.987564726,-0.729568594,433,0.969229347,-0.368847936,6462.0389321 +414,-1.484261606,0.224149272,433,0.969229347,-0.368847936,9782.29738 +415,0.164073421,0.303955133,433,0.969229347,-0.368847936,4107.3461797 +416,0.141441293,0.167552546,433,0.969229347,-0.368847936,3857.7873986 +417,2.931321023,-0.506718887,433,0.969229347,-0.368847936,6762.5334705 +418,2.21951565,0.700596356,433,0.969229347,-0.368847936,6252.7676835 +419,0.268112576,1.199114336,433,0.969229347,-0.368847936,6527.5058647 +420,0.978913739,0.359223811,433,0.969229347,-0.368847936,2884.1359231 +421,1.210898818,0.522863584,433,0.969229347,-0.368847936,3650.2064286 +422,2.347397336,0.129231362,433,0.969229347,-0.368847936,5703.091433 +423,0.614394501,0.556878345,433,0.969229347,-0.368847936,3906.0310728 +424,-1.398079356,0.148483366,433,0.969229347,-0.368847936,9365.1279607 +425,2.535303836,-0.112984496,433,0.969229347,-0.368847936,6043.5194937 +426,-1.019372593,-0.405322349,433,0.969229347,-0.368847936,7042.2936347 +427,-1.297785627,-0.160104069,433,0.969229347,-0.368847936,8448.8488266 +428,2.144554488,0.205051084,433,0.969229347,-0.368847936,5104.4459036 +429,-2.242387083,-0.426171285,433,0.969229347,-0.368847936,9283.2451094 +430,0.338637212,0.909723676,433,0.969229347,-0.368847936,5513.3045152 +431,-0.148798452,0.691042401,433,0.969229347,-0.368847936,5886.2762253 +432,0.893524764,0.441829531,433,0.969229347,-0.368847936,3224.2715285 +433,0.969229347,-0.368847936,433,0.969229347,-0.368847936,0 +434,0.436043248,0.800045688,433,0.969229347,-0.368847936,5011.0074047 +435,1.687946607,1.081504775,433,0.969229347,-0.368847936,6175.5111158 +436,0.522302046,-0.034889271,433,0.969229347,-0.368847936,2173.4768274 +437,-0.178996113,-0.438090009,433,0.969229347,-0.368847936,4150.9434124 +438,-1.094339566,0.301444068,433,0.969229347,-0.368847936,8427.0768845 +439,-1.064070054,0.242569932,433,0.969229347,-0.368847936,8253.0273412 +440,-1.068153768,0.230387998,433,0.969229347,-0.368847936,8254.088186 +441,-3.00496892,-0.23989155,433,0.969229347,-0.368847936,8406.8183838 +442,0.21751974,0.766874888,433,0.969229347,-0.368847936,5259.9469147 +443,0.117229532,0.007619006,433,0.969229347,-0.368847936,3616.1275598 +444,0.777758451,0.420554741,433,0.969229347,-0.368847936,3212.7235339 +445,-0.252356999,0.250747086,433,0.969229347,-0.368847936,5344.5246146 +446,0.363148444,0.768483434,433,0.969229347,-0.368847936,5012.6559641 +447,0.903191366,-0.118210676,433,0.969229347,-0.368847936,1024.5206716 +448,-0.205755923,0.149406178,433,0.969229347,-0.368847936,5006.9281317 +449,1.811996086,0.02364353,433,0.969229347,-0.368847936,3613.5099032 +450,-1.100670221,0.314845373,433,0.969229347,-0.368847936,8463.3329062 +451,0.340078597,0.850105132,433,0.969229347,-0.368847936,5315.7921654 +452,0.258757267,0.804969236,433,0.969229347,-0.368847936,5301.8001163 +453,2.78505352,-0.155160804,433,0.969229347,-0.368847936,6889.868385 +454,0.800551619,0.105822106,433,0.969229347,-0.368847936,1991.2369996 +455,0.437940882,-0.506194031,433,0.969229347,-0.368847936,1975.9516057 +456,2.230431122,0.63458615,433,0.969229347,-0.368847936,6162.0661735 +457,0.527965361,0.127667701,433,0.969229347,-0.368847936,2610.1385365 +458,-0.063643205,0.702093448,433,0.969229347,-0.368847936,5697.4414762 +459,1.408447268,0.133010502,433,0.969229347,-0.368847936,2621.0487091 +460,0.523795955,0.280266966,433,0.969229347,-0.368847936,3099.4607719 +461,-0.975769313,0.072177659,433,0.969229347,-0.368847936,7706.3884032 +462,0.549774164,-0.463663986,433,0.969229347,-0.368847936,1562.6360199 +463,0.29245874,1.095549818,433,0.969229347,-0.368847936,6173.8584397 +464,0.143625958,0.816809593,433,0.969229347,-0.368847936,5544.6241437 +465,0.671902494,0.611159853,433,0.969229347,-0.368847936,4039.60415 +466,1.239840988,0.6724199,433,0.969229347,-0.368847936,4245.280731 +467,0.607829703,-0.10932137,433,0.969229347,-0.368847936,1725.3959125 +468,1.763020906,0.263996692,433,0.969229347,-0.368847936,3975.3391045 +469,0.378714634,0.726066797,433,0.969229347,-0.368847936,4847.7696645 +470,2.196736143,-0.153862366,433,0.969229347,-0.368847936,4739.8581883 +471,0.01702415,0.148991565,433,0.969229347,-0.368847936,4232.6189893 +472,-2.998490902,-0.158002487,433,0.969229347,-0.368847936,8612.4593084 +473,-3.051262951,-0.346595608,433,0.969229347,-0.368847936,8014.3280592 +474,-1.069176439,0.182802941,433,0.969229347,-0.368847936,8200.3849814 +475,0.167157509,0.595344954,433,0.969229347,-0.368847936,4870.0573977 +476,0.613855648,0.681746124,433,0.969229347,-0.368847936,4365.0700877 +477,1.037012736,0.682555367,433,0.969229347,-0.368847936,4172.1879941 +478,-1.253574971,0.379755746,433,0.969229347,-0.368847936,9073.4038837 +479,3.108590453,-0.132620738,433,0.969229347,-0.368847936,8071.3380275 +480,0.565301296,0.022333262,433,0.969229347,-0.368847936,2202.0026331 +481,0.547898238,0.855555614,433,0.969229347,-0.368847936,5072.9882931 +482,0.948309381,0.417393755,433,0.969229347,-0.368847936,3115.3474612 +483,-0.050600732,0.945269213,433,0.969229347,-0.368847936,6247.1240197 +484,-0.977651478,-0.572363064,433,0.969229347,-0.368847936,6589.6525518 +485,1.102014914,0.728861163,433,0.969229347,-0.368847936,4375.2320909 +486,2.927300795,-0.282939414,433,0.969229347,-0.368847936,7172.1621749 +487,-1.154565557,0.124434095,433,0.969229347,-0.368847936,8438.6303919 +488,1.855331234,0.291044755,433,0.969229347,-0.368847936,4321.2931658 +489,0.830290659,0.276904518,433,0.969229347,-0.368847936,2614.2019314 +490,0.485104466,-0.234867441,433,0.969229347,-0.368847936,1903.0161999 +491,0.521367572,-0.33161327,433,0.969229347,-0.368847936,1671.0059931 +1,-1.539031704,0.7349710123,434,0.436043248,0.800045688,5107.0607104 +2,-1.536990553,0.7349663874,434,0.436043248,0.800045688,5103.0729584 +3,-1.534951779,0.7349571355,434,0.436043248,0.800045688,5099.0988322 +4,-1.532906461,0.7349480293,434,0.436043248,0.800045688,5095.1067292 +5,-1.531320211,0.7346937278,434,0.436043248,0.800045688,5092.7347201 +6,-1.539451648,0.7335131775,434,0.436043248,0.800045688,5112.1883617 +7,-1.537429487,0.7335445708,434,0.436043248,0.800045688,5108.1285649 +8,-1.535484998,0.7335658704,434,0.436043248,0.800045688,5104.2467622 +9,-1.533488396,0.7336036027,434,0.436043248,0.800045688,5100.2099346 +10,-1.531497785,0.7335842962,434,0.436043248,0.800045688,5096.3485171 +11,-1.530259379,0.7334777758,434,0.436043248,0.800045688,5094.2219135 +12,-1.5335454,0.7322346912,434,0.436043248,0.800045688,5104.3545063 +13,-1.531489083,0.7322238773,434,0.436043248,0.800045688,5100.3350365 +14,-1.530011122,0.7321679851,434,0.436043248,0.800045688,5097.5846723 +15,-1.53348106,0.7306614094,434,0.436043248,0.800045688,5108.8633169 +16,-1.531441779,0.7306962275,434,0.436043248,0.800045688,5104.7386353 +17,-1.529755654,0.7306933243,434,0.436043248,0.800045688,5101.4181351 +18,-1.533415048,0.7291384674,434,0.436043248,0.800045688,5113.2214395 +19,-1.531392093,0.7291705353,434,0.436043248,0.800045688,5109.1327676 +20,-1.529296523,0.7291214933,434,0.436043248,0.800045688,5105.1347235 +21,-1.535280942,0.727267644,434,0.436043248,0.800045688,5122.4213025 +22,-1.533378158,0.7276139666,434,0.436043248,0.800045688,5117.6425889 +23,-1.531340368,0.7276446587,434,0.436043248,0.800045688,5113.5243945 +24,-1.528960113,0.7276398177,434,0.436043248,0.800045688,5108.8281972 +25,-1.533313146,0.7260818349,434,0.436043248,0.800045688,5122.0316552 +26,-1.531259555,0.7260958115,434,0.436043248,0.800045688,5117.927077 +27,-1.528926415,0.7260865555,434,0.436043248,0.800045688,5113.3321337 +28,-1.531226779,0.7245511789,434,0.436043248,0.800045688,5122.4134213 +29,-1.528904772,0.7245519194,434,0.436043248,0.800045688,5117.8062517 +30,-1.547195875,0.7409785979,434,0.436043248,0.800045688,5105.2268713 +31,-1.5451475,0.740980426,434,0.436043248,0.800045688,5101.2412962 +32,-1.543097679,0.7409798872,434,0.436043248,0.800045688,5097.2551961 +33,-1.540720364,0.7409892687,434,0.436043248,0.800045688,5092.5968116 +34,-1.547188511,0.7395198392,434,0.436043248,0.800045688,5109.5311028 +35,-1.545148587,0.7395226109,434,0.436043248,0.800045688,5105.555115 +36,-1.543104538,0.7395314908,434,0.436043248,0.800045688,5101.5483799 +37,-1.540727751,0.7395306258,434,0.436043248,0.800045688,5096.9166154 +38,-1.547187029,0.7380014886,434,0.436043248,0.800045688,5114.0243081 +39,-1.545147315,0.7380012252,434,0.436043248,0.800045688,5110.0535136 +40,-1.54310719,0.7380060743,434,0.436043248,0.800045688,5106.0621273 +41,-1.540719671,0.7380068206,434,0.436043248,0.800045688,5101.3997412 +42,-1.547187189,0.7364799098,434,0.436043248,0.800045688,5118.5314238 +43,-1.545149996,0.7364853874,434,0.436043248,0.800045688,5114.5443634 +44,-1.543106091,0.7364823484,434,0.436043248,0.800045688,5110.5647433 +45,-1.540717158,0.7364893901,434,0.436043248,0.800045688,5105.8760779 +46,-1.538663972,0.7410138672,434,0.436043248,0.800045688,5088.5136291 +47,-1.53695285,0.7409699132,434,0.436043248,0.800045688,5085.302317 +48,-1.534910498,0.7409641297,434,0.436043248,0.800045688,5081.3274421 +49,-1.533145034,0.7409536636,434,0.436043248,0.800045688,5077.9037611 +50,-1.538681336,0.7395405883,434,0.436043248,0.800045688,5092.8920141 +51,-1.536999189,0.7395183096,434,0.436043248,0.800045688,5089.6701302 +52,-1.534923633,0.7395144222,434,0.436043248,0.800045688,5085.6207563 +53,-1.533267822,0.7395654306,434,0.436043248,0.800045688,5082.2276558 +54,-1.53867273,0.7380151077,434,0.436043248,0.800045688,5097.3748036 +55,-1.536980576,0.7379994392,434,0.436043248,0.800045688,5094.1103711 +56,-1.534931522,0.7379944961,434,0.436043248,0.800045688,5090.1117307 +57,-1.533387952,0.7379480264,434,0.436043248,0.800045688,5087.2222108 +58,-1.538682279,0.7364914363,434,0.436043248,0.800045688,5101.8889565 +59,-1.536980704,0.7364810563,434,0.436043248,0.800045688,5098.5870134 +60,-1.534935567,0.7364752065,434,0.436043248,0.800045688,5094.5945248 +61,-1.533042592,0.7363876366,434,0.436043248,0.800045688,5091.1367039 +62,-1.545143426,0.7349628011,434,0.436043248,0.800045688,5119.0382955 +63,-1.543105297,0.7349691947,434,0.436043248,0.800045688,5115.0378582 +64,-1.541064533,0.7349647152,434,0.436043248,0.800045688,5111.0597624 +65,-1.545411803,0.7334624714,434,0.436043248,0.800045688,5124.0047712 +66,-1.543446606,0.7334780896,434,0.436043248,0.800045688,5120.1162081 +67,-1.541475327,0.7334957295,434,0.436043248,0.800045688,5116.2055044 +68,-1.545401939,0.731963266,434,0.436043248,0.800045688,5128.4258085 +69,-1.54342253,0.7319915583,434,0.436043248,0.800045688,5124.4679117 +70,-1.541455867,0.7320216438,434,0.436043248,0.800045688,5120.5254491 +71,-1.545410146,0.7304422281,434,0.436043248,0.800045688,5132.9479909 +72,-1.543435491,0.7304713664,434,0.436043248,0.800045688,5128.9928646 +73,-1.541463105,0.7304997613,434,0.436043248,0.800045688,5125.0401637 +74,-1.545414768,0.7289194936,434,0.436043248,0.800045688,5137.4693441 +75,-1.543435774,0.7289538557,434,0.436043248,0.800045688,5133.4861959 +76,-1.541457714,0.7289765881,434,0.436043248,0.800045688,5129.5350675 +77,-1.539449415,0.7320555866,434,0.436043248,0.800045688,5116.4893236 +78,-1.537429183,0.7321097681,434,0.436043248,0.800045688,5112.3620667 +79,-1.535472649,0.7321497267,434,0.436043248,0.800045688,5108.3977792 +80,-1.539457899,0.7305333307,434,0.436043248,0.800045688,5121.0034775 +81,-1.537453161,0.7305750503,434,0.436043248,0.800045688,5116.9393304 +82,-1.535479385,0.7306124949,434,0.436043248,0.800045688,5112.9444923 +83,-1.53946905,0.7290102593,434,0.436043248,0.800045688,5125.5264822 +84,-1.537459922,0.7290417293,434,0.436043248,0.800045688,5121.479856 +85,-1.535451349,0.7290890157,434,0.436043248,0.800045688,5117.3833208 +86,-1.535522937,0.7279887191,434,0.436043248,0.800045688,5120.7709686 +87,-1.539442524,0.7274735939,434,0.436043248,0.800045688,5130.0167006 +88,-1.537424111,0.727521351,434,0.436043248,0.800045688,5125.8994519 +89,-1.539384641,0.7259505092,434,0.436043248,0.800045688,5134.4060205 +90,-1.537372391,0.7259947145,434,0.436043248,0.800045688,5130.3071526 +91,-1.535340789,0.7260435356,434,0.436043248,0.800045688,5126.1521452 +92,-1.539325716,0.7244369706,434,0.436043248,0.800045688,5138.7659545 +93,-1.537308932,0.7244801057,434,0.436043248,0.800045688,5134.6570697 +94,-1.535289068,0.7245247645,434,0.436043248,0.800045688,5130.5332792 +95,-1.533261366,0.7245550236,434,0.436043248,0.800045688,5126.4321305 +96,-1.539267302,0.722921924,434,0.436043248,0.800045688,5143.1322449 +97,-1.537248972,0.7229660258,434,0.436043248,0.800045688,5139.013216 +98,-1.535219431,0.7229916471,434,0.436043248,0.800045688,5134.9222456 +99,-1.53318962,0.7230212049,434,0.436043248,0.800045688,5130.8146683 +100,-1.531154816,0.7230299897,434,0.436043248,0.800045688,5126.7539825 +101,-1.528878341,0.7230370244,434,0.436043248,0.800045688,5122.2138357 +102,-1.539218189,0.7214009878,434,0.436043248,0.800045688,5147.5352368 +103,-1.537198791,0.7214422745,434,0.436043248,0.800045688,5143.4181916 +104,-1.535179266,0.7214634354,434,0.436043248,0.800045688,5139.3560006 +105,-1.533156501,0.7214944644,434,0.436043248,0.800045688,5135.2538229 +106,-1.53113574,0.7215166021,434,0.436043248,0.800045688,5131.1774441 +107,-1.528874248,0.7215345535,434,0.436043248,0.800045688,5126.6303015 +108,-1.539217656,0.7198512397,434,0.436043248,0.800045688,5152.1205802 +109,-1.537199919,0.7199428763,434,0.436043248,0.800045688,5147.8537502 +110,-1.545425832,0.727397149,434,0.436043248,0.800045688,5142.0033393 +111,-1.543371177,0.7273916949,434,0.436043248,0.800045688,5137.985449 +112,-1.541368852,0.7274523163,434,0.436043248,0.800045688,5133.8701927 +113,-1.545349067,0.7258710923,434,0.436043248,0.800045688,5146.3769913 +114,-1.54332671,0.7258603556,434,0.436043248,0.800045688,5142.433909 +115,-1.541346831,0.7259242142,434,0.436043248,0.800045688,5138.3490254 +116,-1.545324355,0.7243383958,434,0.436043248,0.800045688,5150.8735054 +117,-1.543292796,0.7243617413,434,0.436043248,0.800045688,5146.8071387 +118,-1.541295822,0.7244024384,434,0.436043248,0.800045688,5142.7530543 +119,-1.543193859,0.7205570215,434,0.436043248,0.800045688,5157.8889419 +120,-1.550257047,0.7386738187,434,0.436043248,0.800045688,5117.999362 +121,-1.549335448,0.7311736483,434,0.436043248,0.800045688,5138.454798 +122,-1.533478843,0.7179891343,434,0.436043248,0.800045688,5146.2418966 +123,-1.556150555,0.738907041,434,0.436043248,0.800045688,5128.7291516 +124,-1.554324226,0.733414257,434,0.436043248,0.800045688,5141.519047 +125,-1.554290846,0.7288285332,434,0.436043248,0.800045688,5155.0943098 +126,-1.55122487,0.7219795312,434,0.436043248,0.800045688,5169.4723563 +127,-1.525104458,0.7229399862,434,0.436043248,0.800045688,5114.9942477 +128,-1.519607711,0.7236181429,434,0.436043248,0.800045688,5102.046031 +129,-1.513899999,0.7251107854,434,0.436043248,0.800045688,5086.2712747 +130,-1.536620762,0.7431061895,434,0.436043248,0.800045688,5078.3618998 +131,-1.5369566,0.7460845958,434,0.436043248,0.800045688,5070.2478223 +132,-1.545345528,0.7447040685,434,0.436043248,0.800045688,5090.6169896 +133,-1.532813921,0.7432306626,434,0.436043248,0.800045688,5070.5612466 +134,-1.554788248,0.7382381001,434,0.436043248,0.800045688,5128.0803366 +135,-1.540348126,0.7301594274,434,0.436043248,0.800045688,5123.8573948 +136,-1.538016084,0.7239051786,434,0.436043248,0.800045688,5137.7531119 +137,-1.525288962,0.7258085137,434,0.436043248,0.800045688,5106.9308341 +138,-1.534326986,0.731241342,434,0.436043248,0.800045688,5108.8209063 +139,-1.530733872,0.7303625216,434,0.436043248,0.800045688,5104.3235004 +141,-1.534354939,0.7328219978,434,0.436043248,0.800045688,5104.2173464 +142,-1.53157084,0.7292888153,434,0.436043248,0.800045688,5109.1375409 +143,-1.525691035,0.7263799874,434,0.436043248,0.800045688,5106.0502006 +144,-1.534031287,0.7495967835,434,0.436043248,0.800045688,5054.2284187 +145,-1.527714986,0.7283095957,434,0.436043248,0.800045688,5104.392183 +146,-1.526189586,0.7271468292,434,0.436043248,0.800045688,5104.7862286 +147,-1.555177336,0.7375563366,434,0.436043248,0.800045688,5130.860408 +148,-1.555080283,0.7312707794,434,0.436043248,0.800045688,5149.365319 +149,-1.53856994,0.7224180299,434,0.436043248,0.800045688,5143.2449266 +150,-1.530837883,0.729933372,434,0.436043248,0.800045688,5105.7920868 +151,-1.515066984,0.5854133365,434,0.436043248,0.800045688,5501.662113 +152,-1.534731633,0.5368370046,434,0.436043248,0.800045688,5690.4906336 +153,-1.515231902,0.5607085576,434,0.436043248,0.800045688,5575.8266973 +154,-2.616253799,1.0684566605,434,0.436043248,0.800045688,5037.1723281 +155,-1.956071439,0.5792177723,434,0.436043248,0.800045688,6357.1600069 +156,-1.951208514,0.5602434208,434,0.436043248,0.800045688,6415.5211879 +157,-1.944675062,0.6062144545,434,0.436043248,0.800045688,6245.3299142 +158,-1.613778386,0.6077989518,434,0.436043248,0.800045688,5641.2476156 +159,-2.035029014,0.6021432345,434,0.436043248,0.800045688,6394.3069899 +160,-2.114989471,0.6801825058,434,0.436043248,0.800045688,6216.8033582 +161,-2.037382079,0.5765830025,434,0.436043248,0.800045688,6488.9249669 +162,-2.129855121,0.6585019963,434,0.436043248,0.800045688,6313.8232204 +163,-2.075141798,0.6493615843,434,0.436043248,0.800045688,6279.1080099 +164,-1.828626729,0.6948433129,434,0.436043248,0.800045688,5757.1142633 +165,-1.863329418,0.6735427691,434,0.436043248,0.800045688,5885.1372302 +166,-1.266037071,0.727988852,434,0.436043248,0.800045688,4551.8561345 +167,-1.277579582,0.7249010648,434,0.436043248,0.800045688,4585.6788804 +168,-1.258418684,0.7241194816,434,0.436043248,0.800045688,4544.7621617 +169,-1.317813974,0.6804850104,434,0.436043248,0.800045688,4793.8070575 +170,-1.344165204,0.6790988904,434,0.436043248,0.800045688,4856.6726495 +171,-1.427582102,0.5277120351,434,0.436043248,0.800045688,5474.8110576 +172,-1.402238616,0.457167829,434,0.436043248,0.800045688,5619.7743177 +173,-1.422454264,0.4996161999,434,0.436043248,0.800045688,5544.5632811 +174,-1.439089277,0.4894859811,434,0.436043248,0.800045688,5613.3212458 +175,-1.448126995,0.5182330266,434,0.436043248,0.800045688,5550.1273755 +176,-1.474626146,0.5881926574,434,0.436043248,0.800045688,5404.8062361 +177,-1.421139645,0.5584869783,434,0.436043248,0.800045688,5370.7159939 +178,-1.457037165,0.565943032,434,0.436043248,0.800045688,5430.746343 +179,-2.757159358,0.3745319,434,0.436043248,0.800045688,7787.6406283 +180,-2.714309238,0.342054471,434,0.436043248,0.800045688,7919.8801066 +181,-2.000525337,0.774119946,434,0.436043248,0.800045688,5736.958022 +183,-1.571413436,0.6777838382,434,0.436043248,0.800045688,5341.9298819 +184,-1.552860289,0.6987663893,434,0.436043248,0.800045688,5241.9070526 +185,-1.521852374,0.7165827476,434,0.436043248,0.800045688,5127.1840885 +186,-1.503656267,0.6928968252,434,0.436043248,0.800045688,5159.732714 +187,-1.502753178,0.7136205882,434,0.436043248,0.800045688,5097.3621437 +188,-1.631894563,0.7343596465,434,0.436043248,0.800045688,5285.9230724 +189,-1.653765416,0.6770714026,434,0.436043248,0.800045688,5504.5740428 +190,-1.719812114,0.6715965947,434,0.436043248,0.800045688,5644.7405656 +191,-1.493406659,0.6646955447,434,0.436043248,0.800045688,5220.9816436 +192,-1.469120564,0.6613469966,434,0.436043248,0.800045688,5179.3561877 +193,-1.590551461,0.5326612937,434,0.436043248,0.800045688,5824.6303887 +194,-1.625979264,0.5247742243,434,0.436043248,0.800045688,5924.4960512 +195,-1.572293943,0.5238808754,434,0.436043248,0.800045688,5812.1458862 +196,-1.610848725,0.5477107964,434,0.436043248,0.800045688,5821.2562306 +197,-1.208485554,0.7918526018,434,0.436043248,0.800045688,4263.7164858 +198,-1.335601374,0.6869083083,434,0.436043248,0.800045688,4816.2978823 +199,-1.346156996,0.6825213377,434,0.436043248,0.800045688,4851.7609972 +200,-1.324381037,0.6741422347,434,0.436043248,0.800045688,4825.771327 +201,-1.242424992,0.7378949807,434,0.436043248,0.800045688,4473.4918658 +202,-1.270370057,0.7392461008,434,0.436043248,0.800045688,4532.4085143 +203,-1.448950472,0.7441675014,434,0.436043248,0.800045688,4900.1566473 +204,-1.492662363,0.7523026852,434,0.436043248,0.800045688,4965.0389213 +205,-1.479098966,0.7763855017,434,0.436043248,0.800045688,4869.3080989 +206,-1.633760714,0.7869022408,434,0.436043248,0.800045688,5128.1487892 +207,-1.647406434,0.8101289331,434,0.436043248,0.800045688,5080.9695769 +208,-1.564245052,0.5701509278,434,0.436043248,0.800045688,5653.5378002 +209,-1.646289963,0.6833746083,434,0.436043248,0.800045688,5470.7234345 +210,-1.5820631,0.6751952144,434,0.436043248,0.800045688,5370.9832308 +211,-1.613236298,0.6681681791,434,0.436043248,0.800045688,5453.9775965 +212,-1.914661867,0.8212566515,434,0.436043248,0.800045688,5459.2742608 +213,-1.742133237,0.7250275956,434,0.436043248,0.800045688,5512.5224262 +214,-2.033144872,0.6557314699,434,0.436043248,0.800045688,6200.4138568 +215,-2.039551981,0.6964723658,434,0.436043248,0.800045688,6063.4568228 +216,-1.247341019,0.7622473908,434,0.436043248,0.800045688,4422.683455 +217,-1.298239787,0.7084123392,434,0.436043248,0.800045688,4675.1775522 +218,-1.308539688,0.6926545592,434,0.436043248,0.800045688,4740.2302983 +219,-1.303263185,0.6888938396,434,0.436043248,0.800045688,4738.4081357 +220,-1.852400229,0.6004246149,434,0.436043248,0.800045688,6113.7453545 +221,-1.288947707,0.7473773692,434,0.436043248,0.800045688,4552.3146881 +222,-1.372031502,0.7472790993,434,0.436043248,0.800045688,4731.5546861 +223,-1.289805721,0.7242157877,434,0.436043248,0.800045688,4614.7052141 +224,-1.350807603,0.7533498126,434,0.436043248,0.800045688,4670.1529535 +225,-1.329290365,0.7560442322,434,0.436043248,0.800045688,4617.0288144 +226,-1.410153004,0.616936428,434,0.436043248,0.800045688,5177.9890093 +227,-1.393445434,0.6308995063,434,0.436043248,0.800045688,5100.8943397 +228,-1.37595573,0.6241540638,434,0.436043248,0.800045688,5080.430998 +229,-1.358388707,0.6172645205,434,0.436043248,0.800045688,5059.6578083 +230,-1.753741133,0.8281661666,434,0.436043248,0.800045688,5199.9717542 +231,-1.47430987,0.6834615681,434,0.436043248,0.800045688,5126.2789264 +232,-1.421012508,0.7222725206,434,0.436043248,0.800045688,4903.8266803 +233,-1.4476833,0.6978557868,434,0.436043248,0.800045688,5028.959161 +234,-1.470370723,0.6966193374,434,0.436043248,0.800045688,5080.046797 +235,-1.429211703,0.7037216883,434,0.436043248,0.800045688,4973.2978191 +236,-1.700578405,0.6178673663,434,0.436043248,0.800045688,5780.7904245 +237,-1.678117619,0.6331716163,434,0.436043248,0.800045688,5689.1096554 +238,-1.725644578,0.6316331145,434,0.436043248,0.800045688,5783.9154471 +239,-2.14012759,0.7930497945,434,0.436043248,0.800045688,5831.6140254 +240,-2.103289431,0.7653606263,434,0.436043248,0.800045688,5892.7724634 +241,-1.318739838,0.7017808746,434,0.436043248,0.800045688,4738.5927949 +242,-1.396417427,0.7077900843,434,0.436043248,0.800045688,4892.0000628 +243,-1.35650337,0.7185539404,434,0.436043248,0.800045688,4776.312967 +244,-1.248884539,0.7274156818,434,0.436043248,0.800045688,4514.8076251 +245,-1.395014798,0.5761185243,434,0.436043248,0.800045688,5259.9769939 +246,-1.433377362,0.6064716109,434,0.436043248,0.800045688,5259.9618711 +247,-1.408172432,0.5903155476,434,0.436043248,0.800045688,5249.5388308 +248,-1.749645898,0.7757118084,434,0.436043248,0.800045688,5361.9310515 +249,-1.571626686,0.615046989,434,0.436043248,0.800045688,5532.485438 +250,-1.514070049,0.6303003037,434,0.436043248,0.800045688,5365.9631183 +251,-1.480890369,0.6237966528,434,0.436043248,0.800045688,5314.0683943 +252,-1.704390658,0.5281680612,434,0.436043248,0.800045688,6075.35454 +253,-1.64434733,0.5254277498,434,0.436043248,0.800045688,5961.026337 +254,-1.703855997,0.4792484842,434,0.436043248,0.800045688,6231.1551358 +255,-1.692002383,0.5748825051,434,0.436043248,0.800045688,5901.3058799 +256,-1.854136457,0.5544643913,434,0.436043248,0.800045688,6271.7658981 +257,-1.665021206,0.520317736,434,0.436043248,0.800045688,6020.1012122 +258,-1.733654349,0.4845187345,434,0.436043248,0.800045688,6274.9568161 +259,-1.720938188,0.5135933906,434,0.436043248,0.800045688,6155.4144975 +260,-1.742668307,0.553296122,434,0.436043248,0.800045688,6069.6169214 +261,-1.965659039,0.7142126903,434,0.436043248,0.800045688,5900.2272053 +262,-1.944438071,0.6772834804,434,0.436043248,0.800045688,5998.1194638 +263,-1.270340967,0.7681487096,434,0.436043248,0.800045688,4458.1428708 +264,-1.353091884,0.6549276821,434,0.436043248,0.800045688,4943.0736981 +265,-1.333236659,0.6413584414,434,0.436043248,0.800045688,4935.3550528 +266,-1.352015998,0.6753788907,434,0.436043248,0.800045688,4884.3692435 +267,-1.377988483,0.6577816235,434,0.436043248,0.800045688,4990.9144663 +268,-2.13075611,0.8318642051,434,0.436043248,0.800045688,5679.6535207 +269,-2.097910953,0.8259670014,434,0.436043248,0.800045688,5666.6784462 +270,-1.416382069,0.6694271549,434,0.436043248,0.800045688,5042.6891855 +271,-1.538905672,0.7535625993,434,0.436043248,0.800045688,5052.0231527 +272,-1.572309477,0.7803125099,434,0.436043248,0.800045688,5036.2498891 +273,-1.87759879,0.7503853417,434,0.436043248,0.800045688,5647.3955441 +274,1.152365588,0.590457682,434,0.436043248,0.800045688,2301.5672998 +275,0.350198001,0.718001859,434,0.436043248,0.800045688,407.82886153 +276,0.046513677,0.491503852,434,0.436043248,0.800045688,1724.012906 +277,0.027510309,0.742571376,434,0.436043248,0.800045688,1177.8920524 +278,0.306285725,-0.214631579,434,0.436043248,0.800045688,4045.7690004 +279,-1.100564889,0.318051531,434,0.436043248,0.800045688,5233.4971332 +280,-1.078582306,0.301437596,434,0.436043248,0.800045688,5219.6821029 +281,-1.137371989,-0.617634065,434,0.436043248,0.800045688,7925.4230941 +282,0.784356344,0.703272339,434,0.436043248,0.800045688,1074.7868085 +283,-1.221209947,0.218327455,434,0.436043248,0.800045688,5838.4753093 +284,2.347301921,-0.449114658,434,0.436043248,0.800045688,8392.79003 +285,0.246820618,0.830553713,434,0.436043248,0.800045688,527.43789655 +286,0.829414965,0.703288228,434,0.436043248,0.800045688,1196.2976339 +287,-1.337537566,0.42332223,434,0.436043248,0.800045688,5558.232387 +288,0.882453706,0.454478077,434,0.436043248,0.800045688,1964.2549945 +289,1.575629659,0.416419109,434,0.436043248,0.800045688,3884.3677844 +290,-1.039455679,0.229888244,434,0.436043248,0.800045688,5310.7334776 +291,0.489558039,0.934482747,434,0.436043248,0.800045688,549.74238554 +292,0.081344504,0.88384514,434,0.436043248,0.800045688,989.03634107 +293,-1.547979814,0.300350308,434,0.436043248,0.800045688,6439.8661086 +294,0.040776181,0.168560074,434,0.436043248,0.800045688,2837.5388145 +295,-1.130374745,0.563894876,434,0.436043248,0.800045688,4652.1744838 +296,1.578326642,0.478507176,434,0.436043248,0.800045688,3735.5691198 +297,-1.12861823,-0.291640865,434,0.436043248,0.800045688,7028.2892765 +298,0.310524208,0.770885792,434,0.436043248,0.800045688,369.86796662 +299,0.415649091,-0.387246002,434,0.436043248,0.800045688,4703.4353504 +300,-0.926533878,-0.188022748,434,0.436043248,0.800045688,6192.6723371 +301,1.258856172,-0.11716081,434,0.436043248,0.800045688,4649.0140235 +302,-1.126050026,0.322941926,434,0.436043248,0.800045688,5288.7457723 +303,2.002785835,0.07893892,434,0.436043248,0.800045688,5986.5563723 +304,0.440437607,0.746258085,434,0.436043248,0.800045688,213.41626435 +305,-0.030391866,0.214441206,434,0.436043248,0.800045688,2798.3040723 +306,0.521557815,-0.058929362,434,0.436043248,0.800045688,3415.6754461 +307,-0.097005111,0.13317729,434,0.436043248,0.800045688,3205.8672491 +308,1.83113859,0.221857587,434,0.436043248,0.800045688,5111.6381662 +309,0.222428864,0.099404236,434,0.436043248,0.800045688,2870.692145 +310,-1.702731345,0.8728568183,434,0.436043248,0.800045688,4978.4302283 +311,-0.418507569,0.278324921,434,0.436043248,0.800045688,3486.9546261 +312,-1.41153306,0.339029988,434,0.436043248,0.800045688,5987.9026643 +313,0.357560442,0.114788776,434,0.436043248,0.800045688,2727.6089016 +314,0.325818979,0.268352149,434,0.436043248,0.800045688,2137.6720915 +315,-1.246004659,-0.663679965,434,0.436043248,0.800045688,8308.9615034 +316,1.814603087,0.637404484,434,0.436043248,0.800045688,3991.0969393 +317,1.843704281,-0.18300445,434,0.436043248,0.800045688,6298.353958 +318,1.690644492,-0.211480909,434,0.436043248,0.800045688,5979.2773292 +319,-1.275451936,0.068109467,434,0.436043248,0.800045688,6414.6969677 +320,0.762430171,-0.207594741,434,0.436043248,0.800045688,4157.6959734 +321,0.265668905,-0.014647884,434,0.436043248,0.800045688,3281.5613547 +322,-2.773032013,-0.335515811,434,0.436043248,0.800045688,10590.651393 +323,-1.469512853,0.174058777,434,0.436043248,0.800045688,6623.4260335 +324,0.286276986,0.785925691,434,0.436043248,0.800045688,419.80849531 +325,-1.379324697,0.377432233,434,0.436043248,0.800045688,5795.0420558 +326,-1.203778265,0.212813032,434,0.436043248,0.800045688,5807.0282947 +327,0.579916301,0.611743168,434,0.436043248,0.800045688,861.68567285 +328,0.267582642,0.868113908,434,0.436043248,0.800045688,522.54894234 +329,0.412869244,-0.050245578,434,0.436043248,0.800045688,3368.9883461 +330,0.17524381,0.976660285,434,0.436043248,0.800045688,952.00191164 +331,0.743157214,0.204812899,434,0.436043248,0.800045688,2574.5312146 +332,-1.070758176,0.269382282,434,0.436043248,0.800045688,5286.9091934 +333,-1.230364251,0.329790229,434,0.436043248,0.800045688,5547.6878436 +334,-1.374813124,-0.024926835,434,0.436043248,0.800045688,6952.7920715 +335,0.519780566,0.463669906,434,0.436043248,0.800045688,1358.3428448 +336,-1.55108034,0.239698561,434,0.436043248,0.800045688,6632.0972071 +337,0.180294813,0.029739425,434,0.436043248,0.800045688,3177.9507721 +338,0.67820924,0.268170153,434,0.436043248,0.800045688,2255.1654046 +339,0.445798684,1.024001867,434,0.436043248,0.800045688,887.39779177 +340,0.691751283,0.150521402,434,0.436043248,0.800045688,2716.0638382 +341,-1.036643551,-0.903056181,434,0.436043248,0.800045688,8392.890062 +342,-0.120287036,1.083325163,434,0.436043248,0.800045688,1684.4221738 +343,2.823513113,-0.304487164,434,0.436043248,0.800045688,9290.5258088 +344,0.457583172,1.12513373,434,0.436043248,0.800045688,1288.5373982 +345,0.042918831,0.813795399,434,0.436043248,0.800045688,1074.8353714 +346,1.196146777,-0.853142756,434,0.436043248,0.800045688,7053.4789213 +347,0.206001358,-0.010430701,434,0.436043248,0.800045688,3309.4434323 +348,-0.268308653,0.234799412,434,0.436043248,0.800045688,3242.6099366 +349,0.759363263,0.736189579,434,0.436043248,0.800045688,952.73018474 +350,0.181363926,0.891988372,434,0.436043248,0.800045688,759.63116834 +351,-0.021111158,0.139103292,434,0.436043248,0.800045688,3046.244111 +352,-0.093355215,0.630686981,434,0.436043248,0.800045688,1706.0140187 +353,0.40118964,0.681375926,434,0.436043248,0.800045688,480.92078733 +354,-0.721197315,1.304706234,434,0.436043248,0.800045688,2767.0400852 +355,-1.076150317,0.212107639,434,0.436043248,0.800045688,5461.0420173 +356,-1.577164531,0.273993443,434,0.436043248,0.800045688,6590.9294682 +357,-0.190788414,0.182208586,434,0.436043248,0.800045688,3233.5852075 +358,-0.261349752,0.209710184,434,0.436043248,0.800045688,3304.8700994 +359,-1.029303852,0.083549259,434,0.436043248,0.800045688,5693.7878271 +360,-1.268609162,0.330525297,434,0.436043248,0.800045688,5646.0365191 +361,1.282982244,-0.926641967,434,0.436043248,0.800045688,7414.5036205 +362,0.217352334,0.731352408,434,0.436043248,0.800045688,680.19691896 +363,-1.511833084,0.258629297,434,0.436043248,0.800045688,6477.6371451 +364,0.338812194,0.823184618,434,0.436043248,0.800045688,280.4177434 +365,-0.324406489,1.134201999,434,0.436043248,0.800045688,2093.6210522 +366,1.389579348,0.399185724,434,0.436043248,0.800045688,3417.3078265 +367,2.047152199,-0.039082036,434,0.436043248,0.800045688,6444.1957561 +368,0.947780369,0.568250077,434,0.436043248,0.800045688,1804.3009314 +369,0.763824846,0.576754987,434,0.436043248,0.800045688,1330.8798379 +370,-0.142334657,0.928153068,434,0.436043248,0.800045688,1555.3203997 +371,0.610266567,0.547265983,434,0.436043248,0.800045688,1135.1650616 +372,0.210731629,0.746815056,434,0.436043248,0.800045688,671.57603136 +373,-1.34931644,0.316895224,434,0.436043248,0.800045688,5894.370234 +374,2.407696481,0.655030745,434,0.436043248,0.800045688,5337.4768843 +375,0.64207831,0.545359131,434,0.436043248,0.800045688,1190.8651872 +376,1.174597538,0.840588356,434,0.436043248,0.800045688,1976.2406415 +377,0.660059424,0.010604079,434,0.436043248,0.800045688,3222.9497109 +378,-0.730263819,0.010486456,434,0.436043248,0.800045688,5090.8691584 +379,0.831068936,0.512339172,434,0.436043248,0.800045688,1672.8811668 +380,1.301180979,0.72367476,434,0.436043248,0.800045688,2457.7494464 +381,1.811128231,0.322854402,434,0.436043248,0.800045688,4779.8121954 +382,0.435105812,0.992284428,434,0.436043248,0.800045688,761.46111919 +383,0.62643634,0.592027932,434,0.436043248,0.800045688,1004.8210123 +384,0.492988703,-0.516339467,434,0.436043248,0.800045688,5218.2203651 +385,-0.162469483,0.112549365,434,0.436043248,0.800045688,3406.1134687 +386,0.314630866,0.472006421,434,0.436043248,0.800045688,1354.3983036 +387,0.166744804,0.822815954,434,0.436043248,0.800045688,738.66328515 +388,0.417159608,0.965805736,434,0.436043248,0.800045688,658.2692785 +389,0.106334961,0.868774244,434,0.436043248,0.800045688,915.52898786 +390,0.815086969,-0.338144359,434,0.436043248,0.800045688,4709.6291091 +391,0.59867455,-0.230624824,434,0.436043248,0.800045688,4123.6909291 +392,1.915104874,0.066220985,434,0.436043248,0.800045688,5780.7430354 +393,1.278093622,0.064463721,434,0.436043248,0.800045688,4105.7901861 +394,-0.061477853,0.302997961,434,0.436043248,0.800045688,2559.5663438 +395,0.251311504,0.626976942,434,0.436043248,0.800045688,879.290268 +396,2.950242872,0.149095644,434,0.436043248,0.800045688,8076.0133802 +397,-0.180294708,0.35375117,434,0.436043248,0.800045688,2666.7224758 +398,1.010448592,-0.351180233,434,0.436043248,0.800045688,5005.1229678 +399,-1.748740498,0.3686318073,434,0.436043248,0.800045688,6682.0719381 +400,2.699635665,0.123533791,434,0.436043248,0.800045688,7651.685447 +401,0.496808033,0.823843254,434,0.436043248,0.800045688,190.53563751 +402,0.129574704,0.763364087,434,0.436043248,0.800045688,871.85720122 +403,1.798920311,0.817447563,434,0.436043248,0.800045688,3564.7333865 +404,0.335987953,0.746786541,434,0.436043248,0.800045688,353.29023013 +405,-1.085413643,0.292154671,434,0.436043248,0.800045688,5263.8593919 +406,-0.155321003,0.508207011,434,0.436043248,0.800045688,2164.6007062 +407,0.620529244,-0.301175104,434,0.436043248,0.800045688,4411.9242989 +408,1.684402744,0.368716966,434,0.436043248,0.800045688,4308.5553533 +409,0.300582244,-0.386397212,434,0.436043248,0.800045688,4724.726575 +410,2.913555946,-0.009225192,434,0.436043248,0.800045688,8553.450474 +411,1.465101417,0.493232532,434,0.436043248,0.800045688,3387.424107 +412,0.090612882,0.907955955,434,0.436043248,0.800045688,991.09360593 +413,2.987564726,-0.729568594,434,0.436043248,0.800045688,10747.580123 +414,-1.484261606,0.224149272,434,0.436043248,0.800045688,6511.8882683 +415,0.164073421,0.303955133,434,0.436043248,0.800045688,2159.589437 +416,0.141441293,0.167552546,434,0.436043248,0.800045688,2697.3232618 +417,2.931321023,-0.506718887,434,0.436043248,0.800045688,10131.823806 +418,2.21951565,0.700596356,434,0.436043248,0.800045688,4805.3039936 +419,0.268112576,1.199114336,434,0.436043248,0.800045688,1616.6092818 +420,0.978913739,0.359223811,434,0.436043248,0.800045688,2477.8569136 +421,1.210898818,0.522863584,434,0.436043248,0.800045688,2617.3233791 +422,2.347397336,0.129231362,434,0.436043248,0.800045688,6771.5179242 +423,0.614394501,0.556878345,434,0.436043248,0.800045688,1107.0212047 +424,-1.398079356,0.148483366,434,0.436043248,0.800045688,6512.1894659 +425,2.535303836,-0.112984496,434,0.436043248,0.800045688,7982.1655637 +426,-1.019372593,-0.405322349,434,0.436043248,0.800045688,7056.6144588 +427,-1.297785627,-0.160104069,434,0.436043248,0.800045688,7124.9052869 +428,2.144554488,0.205051084,434,0.436043248,0.800045688,6014.12727 +429,-2.242387083,-0.426171285,434,0.436043248,0.800045688,10354.558989 +430,0.338637212,0.909723676,434,0.436043248,0.800045688,502.49890113 +431,-0.148798452,0.691042401,434,0.436043248,0.800045688,1742.007163 +432,0.893524764,0.441829531,434,0.436043248,0.800045688,2028.0615385 +433,0.969229347,-0.368847936,434,0.436043248,0.800045688,5011.0074047 +434,0.436043248,0.800045688,434,0.436043248,0.800045688,0 +435,1.687946607,1.081504775,434,0.436043248,0.800045688,2946.3691634 +436,0.522302046,-0.034889271,434,0.436043248,0.800045688,3320.988431 +437,-0.178996113,-0.438090009,434,0.436043248,0.800045688,5380.0258931 +438,-1.094339566,0.301444068,434,0.436043248,0.800045688,5262.4424383 +439,-1.064070054,0.242569932,434,0.436043248,0.800045688,5343.0052561 +440,-1.068153768,0.230387998,434,0.436043248,0.800045688,5388.0968138 +441,-3.00496892,-0.23989155,434,0.436043248,0.800045688,10009.831312 +442,0.21751974,0.766874888,434,0.436043248,0.800045688,626.44918559 +443,0.117229532,0.007619006,434,0.436043248,0.800045688,3329.6288773 +444,0.777758451,0.420554741,434,0.436043248,0.800045688,1857.1675767 +445,-0.252356999,0.250747086,434,0.436043248,0.800045688,3155.0406257 +446,0.363148444,0.768483434,434,0.436043248,0.800045688,239.55229737 +447,0.903191366,-0.118210676,434,0.436043248,0.800045688,3994.889655 +448,-0.205755923,0.149406178,434,0.436043248,0.800045688,3374.0483045 +449,1.811996086,0.02364353,434,0.436043248,0.800045688,5618.2811783 +450,-1.100670221,0.314845373,434,0.436043248,0.800045688,5242.6173022 +451,0.340078597,0.850105132,434,0.436043248,0.800045688,325.18307098 +452,0.258757267,0.804969236,434,0.436043248,0.800045688,488.04036153 +453,2.78505352,-0.155160804,434,0.436043248,0.800045688,8741.5033925 +454,0.800551619,0.105822106,434,0.436043248,0.800045688,3020.7028891 +455,0.437940882,-0.506194031,434,0.436043248,0.800045688,5174.0200291 +456,2.230431122,0.63458615,434,0.436043248,0.800045688,5011.3099568 +457,0.527965361,0.127667701,434,0.436043248,0.800045688,2681.7877313 +458,-0.063643205,0.702093448,434,0.436043248,0.800045688,1489.0001649 +459,1.408447268,0.133010502,434,0.436043248,0.800045688,4220.2073454 +460,0.523795955,0.280266966,434,0.436043248,0.800045688,2079.2950205 +461,-0.975769313,0.072177659,434,0.436043248,0.800045688,5578.4410348 +462,0.549774164,-0.463663986,434,0.436043248,0.800045688,5022.2708191 +463,0.29245874,1.095549818,434,0.436043248,0.800045688,1214.312907 +464,0.143625958,0.816809593,434,0.436043248,0.800045688,801.16030909 +465,0.671902494,0.611159853,434,0.436043248,0.800045688,1029.4380649 +466,1.239840988,0.6724199,434,0.436043248,0.800045688,2378.4028275 +467,0.607829703,-0.10932137,434,0.436043248,0.800045688,3652.9146691 +468,1.763020906,0.263996692,434,0.436043248,0.800045688,4807.4743542 +469,0.378714634,0.726066797,434,0.436043248,0.800045688,335.7846182 +470,2.196736143,-0.153862366,434,0.436043248,0.800045688,7181.4980439 +471,0.01702415,0.148991565,434,0.436043248,0.800045688,2946.5318491 +472,-2.998490902,-0.158002487,434,0.436043248,0.800045688,9712.739767 +473,-3.051262951,-0.346595608,434,0.436043248,0.800045688,10323.96856 +474,-1.069176439,0.182802941,434,0.436043248,0.800045688,5523.9401078 +475,0.167157509,0.595344954,434,0.436043248,0.800045688,1146.5882555 +476,0.613855648,0.681746124,434,0.436043248,0.800045688,698.72513016 +477,1.037012736,0.682555367,434,0.436043248,0.800045688,1801.1157742 +478,-1.253574971,0.379755746,434,0.436043248,0.800045688,5467.8395158 +479,3.108590453,-0.132620738,434,0.436043248,0.800045688,9353.8441295 +480,0.565301296,0.022333262,434,0.436043248,0.800045688,3113.1833763 +481,0.547898238,0.855555614,434,0.436043248,0.800045688,371.51772598 +482,0.948309381,0.417393755,434,0.436043248,0.800045688,2228.0411965 +483,-0.050600732,0.945269213,434,0.436043248,0.800045688,1354.2925507 +484,-0.977651478,-0.572363064,434,0.436043248,0.800045688,7416.048426 +485,1.102014914,0.728861163,434,0.436043248,0.800045688,1906.1866065 +486,2.927300795,-0.282939414,434,0.436043248,0.800045688,9478.9972247 +487,-1.154565557,0.124434095,434,0.436043248,0.800045688,5923.2110958 +488,1.855331234,0.291044755,434,0.436043248,0.800045688,4987.6713632 +489,0.830290659,0.276904518,434,0.436043248,0.800045688,2449.2210973 +490,0.485104466,-0.234867441,434,0.436043248,0.800045688,4103.0456023 +491,0.521367572,-0.33161327,434,0.436043248,0.800045688,4492.981626 +1,-1.539031704,0.7349710123,435,1.687946607,1.081504775,5243.5998156 +2,-1.536990553,0.7349663874,435,1.687946607,1.081504775,5243.8630955 +3,-1.534951779,0.7349571355,435,1.687946607,1.081504775,5244.1384975 +4,-1.532906461,0.7349480293,435,1.687946607,1.081504775,5244.4081601 +5,-1.531320211,0.7346937278,435,1.687946607,1.081504775,5245.5918288 +6,-1.539451648,0.7335131775,435,1.687946607,1.081504775,5249.318182 +7,-1.537429487,0.7335445708,435,1.687946607,1.081504775,5249.4380968 +8,-1.535484998,0.7335658704,435,1.687946607,1.081504775,5249.583091 +9,-1.533488396,0.7336036027,435,1.687946607,1.081504775,5249.6635897 +10,-1.531497785,0.7335842962,435,1.687946607,1.081504775,5249.9635151 +11,-1.530259379,0.7334777758,435,1.687946607,1.081504775,5250.5213598 +12,-1.5335454,0.7322346912,435,1.687946607,1.081504775,5255.0753098 +13,-1.531489083,0.7322238773,435,1.687946607,1.081504775,5255.349274 +14,-1.530011122,0.7321679851,435,1.687946607,1.081504775,5255.7329409 +15,-1.53348106,0.7306614094,435,1.687946607,1.081504775,5261.3097541 +16,-1.531441779,0.7306962275,435,1.687946607,1.081504775,5261.4012552 +17,-1.529755654,0.7306933243,435,1.687946607,1.081504775,5261.5978735 +18,-1.533415048,0.7291384674,435,1.687946607,1.081504775,5267.3451538 +19,-1.531392093,0.7291705353,435,1.687946607,1.081504775,5267.4457621 +20,-1.529296523,0.7291214933,435,1.687946607,1.081504775,5267.8694363 +21,-1.535280942,0.727267644,435,1.687946607,1.081504775,5274.5346668 +22,-1.533378158,0.7276139666,435,1.687946607,1.081504775,5273.3834164 +23,-1.531340368,0.7276446587,435,1.687946607,1.081504775,5273.4912363 +24,-1.528960113,0.7276398177,435,1.687946607,1.081504775,5273.7707302 +25,-1.533313146,0.7260818349,435,1.687946607,1.081504775,5279.4550987 +26,-1.531259555,0.7260958115,435,1.687946607,1.081504775,5279.6308753 +27,-1.528926415,0.7260865555,435,1.687946607,1.081504775,5279.9227569 +28,-1.531226779,0.7245511789,435,1.687946607,1.081504775,5285.7485069 +29,-1.528904772,0.7245519194,435,1.687946607,1.081504775,5285.9997634 +30,-1.547195875,0.7409785979,435,1.687946607,1.081504775,5218.789215 +31,-1.5451475,0.740980426,435,1.687946607,1.081504775,5219.0504992 +32,-1.543097679,0.7409798872,435,1.687946607,1.081504775,5219.3153995 +33,-1.540720364,0.7409892687,435,1.687946607,1.081504775,5219.5755809 +34,-1.547188511,0.7395198392,435,1.687946607,1.081504775,5224.5623925 +35,-1.545148587,0.7395226109,435,1.687946607,1.081504775,5224.8190815 +36,-1.543104538,0.7395314908,435,1.687946607,1.081504775,5225.0462317 +37,-1.540727751,0.7395306258,435,1.687946607,1.081504775,5225.3472036 +38,-1.547187029,0.7380014886,435,1.687946607,1.081504775,5230.570596 +39,-1.545147315,0.7380012252,435,1.687946607,1.081504775,5230.8395299 +40,-1.54310719,0.7380060743,435,1.687946607,1.081504775,5231.0823907 +41,-1.540719671,0.7380068206,435,1.687946607,1.081504775,5231.3786191 +42,-1.547187189,0.7364799098,435,1.687946607,1.081504775,5236.5913602 +43,-1.545149996,0.7364853874,435,1.687946607,1.081504775,5236.8375158 +44,-1.543106091,0.7364823484,435,1.687946607,1.081504775,5237.1123397 +45,-1.540717158,0.7364893901,435,1.687946607,1.081504775,5237.3841236 +46,-1.538663972,0.7410138672,435,1.687946607,1.081504775,5219.7289534 +47,-1.53695285,0.7409699132,435,1.687946607,1.081504775,5220.106978 +48,-1.534910498,0.7409641297,435,1.687946607,1.081504775,5220.3680197 +49,-1.533145034,0.7409536636,435,1.687946607,1.081504775,5220.6105541 +50,-1.538681336,0.7395405883,435,1.687946607,1.081504775,5225.5575583 +51,-1.536999189,0.7395183096,435,1.687946607,1.081504775,5225.8466116 +52,-1.534923633,0.7395144222,435,1.687946607,1.081504775,5226.1043384 +53,-1.533267822,0.7395654306,435,1.687946607,1.081504775,5226.0914017 +54,-1.53867273,0.7380151077,435,1.687946607,1.081504775,5231.5958936 +55,-1.536980576,0.7379994392,435,1.687946607,1.081504775,5231.8601494 +56,-1.534931522,0.7379944961,435,1.687946607,1.081504775,5232.119183 +57,-1.533387952,0.7379480264,435,1.687946607,1.081504775,5232.4795763 +58,-1.538682279,0.7364914363,435,1.687946607,1.081504775,5237.6248807 +59,-1.536980704,0.7364810563,435,1.687946607,1.081504775,5237.8695463 +60,-1.534935567,0.7364752065,435,1.687946607,1.081504775,5238.1319541 +61,-1.533042592,0.7363876366,435,1.687946607,1.081504775,5238.6947276 +62,-1.545143426,0.7349628011,435,1.687946607,1.081504775,5242.8634142 +63,-1.543105297,0.7349691947,435,1.687946607,1.081504775,5243.1004175 +64,-1.541064533,0.7349647152,435,1.687946607,1.081504775,5243.3748795 +65,-1.545411803,0.7334624714,435,1.687946607,1.081504775,5248.7653774 +66,-1.543446606,0.7334780896,435,1.687946607,1.081504775,5248.9575892 +67,-1.541475327,0.7334957295,435,1.687946607,1.081504775,5249.137068 +68,-1.545401939,0.731963266,435,1.687946607,1.081504775,5254.699165 +69,-1.54342253,0.7319915583,435,1.687946607,1.081504775,5254.8432609 +70,-1.541455867,0.7320216438,435,1.687946607,1.081504775,5254.9730831 +71,-1.545410146,0.7304422281,435,1.687946607,1.081504775,5260.7169873 +72,-1.543435491,0.7304713664,435,1.687946607,1.081504775,5260.8574025 +73,-1.541463105,0.7304997613,435,1.687946607,1.081504775,5260.9949138 +74,-1.545414768,0.7289194936,435,1.687946607,1.081504775,5266.7419956 +75,-1.543435774,0.7289538557,435,1.687946607,1.081504775,5266.8625606 +76,-1.541457714,0.7289765881,435,1.687946607,1.081504775,5267.0234391 +77,-1.539449415,0.7320555866,435,1.687946607,1.081504775,5255.0869948 +78,-1.537429183,0.7321097681,435,1.687946607,1.081504775,5255.1167143 +79,-1.535472649,0.7321497267,435,1.687946607,1.081504775,5255.1894764 +80,-1.539457899,0.7305333307,435,1.687946607,1.081504775,5261.1104172 +81,-1.537453161,0.7305750503,435,1.687946607,1.081504775,5261.1878708 +82,-1.535479385,0.7306124949,435,1.687946607,1.081504775,5261.2728932 +83,-1.53946905,0.7290102593,435,1.687946607,1.081504775,5267.1367416 +84,-1.537459922,0.7290417293,435,1.687946607,1.081504775,5267.2555575 +85,-1.535451349,0.7290890157,435,1.687946607,1.081504775,5267.3059442 +86,-1.535522937,0.7279887191,435,1.687946607,1.081504775,5271.6524371 +87,-1.539442524,0.7274735939,435,1.687946607,1.081504775,5273.2214886 +88,-1.537424111,0.727521351,435,1.687946607,1.081504775,5273.2771222 +89,-1.539384641,0.7259505092,435,1.687946607,1.081504775,5279.2563461 +90,-1.537372391,0.7259947145,435,1.687946607,1.081504775,5279.3253719 +91,-1.535340789,0.7260435356,435,1.687946607,1.081504775,5279.3725939 +92,-1.539325716,0.7244369706,435,1.687946607,1.081504775,5285.2535642 +93,-1.537308932,0.7244801057,435,1.687946607,1.081504775,5285.3274374 +94,-1.535289068,0.7245247645,435,1.687946607,1.081504775,5285.389811 +95,-1.533261366,0.7245550236,435,1.687946607,1.081504775,5285.5042256 +96,-1.539267302,0.722921924,435,1.687946607,1.081504775,5291.2567011 +97,-1.537248972,0.7229660258,435,1.687946607,1.081504775,5291.3270032 +98,-1.535219431,0.7229916471,435,1.687946607,1.081504775,5291.4659174 +99,-1.53318962,0.7230212049,435,1.687946607,1.081504775,5291.5833771 +100,-1.531154816,0.7230299897,435,1.687946607,1.081504775,5291.7777092 +101,-1.528878341,0.7230370244,435,1.687946607,1.081504775,5291.9991505 +102,-1.539218189,0.7214009878,435,1.687946607,1.081504775,5297.2820167 +103,-1.537198791,0.7214422745,435,1.687946607,1.081504775,5297.3636862 +104,-1.535179266,0.7214634354,435,1.687946607,1.081504775,5297.5191715 +105,-1.533156501,0.7214944644,435,1.687946607,1.081504775,5297.6301177 +106,-1.53113574,0.7215166021,435,1.687946607,1.081504775,5297.7701623 +107,-1.528874248,0.7215345535,435,1.687946607,1.081504775,5297.9469539 +108,-1.539217656,0.7198512397,435,1.687946607,1.081504775,5303.4154019 +109,-1.537199919,0.7199428763,435,1.687946607,1.081504775,5303.2978399 +110,-1.545425832,0.727397149,435,1.687946607,1.081504775,5272.7646189 +111,-1.543371177,0.7273916949,435,1.687946607,1.081504775,5273.0527396 +112,-1.541368852,0.7274523163,435,1.687946607,1.081504775,5273.0667889 +113,-1.545349067,0.7258710923,435,1.687946607,1.081504775,5278.8134626 +114,-1.54332671,0.7258603556,435,1.687946607,1.081504775,5279.1183817 +115,-1.541346831,0.7259242142,435,1.687946607,1.081504775,5279.1169271 +116,-1.545324355,0.7243383958,435,1.687946607,1.081504775,5284.8817635 +117,-1.543292796,0.7243617413,435,1.687946607,1.081504775,5285.0531788 +118,-1.541295822,0.7244024384,435,1.687946607,1.081504775,5285.1456779 +119,-1.543193859,0.7205570215,435,1.687946607,1.081504775,5300.1222913 +120,-1.550257047,0.7386738187,435,1.687946607,1.081504775,5227.4960946 +121,-1.549335448,0.7311736483,435,1.687946607,1.081504775,5257.2981131 +122,-1.533478843,0.7179891343,435,1.687946607,1.081504775,5311.4675728 +123,-1.556150555,0.738907041,435,1.687946607,1.081504775,5225.7410341 +124,-1.554324226,0.733414257,435,1.687946607,1.081504775,5247.7352642 +125,-1.554290846,0.7288285332,435,1.687946607,1.081504775,5265.8825817 +126,-1.55122487,0.7219795312,435,1.687946607,1.081504775,5293.4152286 +127,-1.525104458,0.7229399862,435,1.687946607,1.081504775,5292.7802025 +128,-1.519607711,0.7236181429,435,1.687946607,1.081504775,5290.6370407 +129,-1.513899999,0.7251107854,435,1.687946607,1.081504775,5285.243595 +130,-1.536620762,0.7431061895,435,1.687946607,1.081504775,5211.6911678 +131,-1.5369566,0.7460845958,435,1.687946607,1.081504775,5199.8638358 +132,-1.545345528,0.7447040685,435,1.687946607,1.081504775,5204.2900471 +133,-1.532813921,0.7432306626,435,1.687946607,1.081504775,5211.6352411 +134,-1.554788248,0.7382381001,435,1.687946607,1.081504775,5228.5842791 +135,-1.540348126,0.7301594274,435,1.687946607,1.081504775,5262.4805951 +136,-1.538016084,0.7239051786,435,1.687946607,1.081504775,5287.5177357 +137,-1.525288962,0.7258085137,435,1.687946607,1.081504775,5281.4058374 +138,-1.534326986,0.731241342,435,1.687946607,1.081504775,5258.9175278 +139,-1.530733872,0.7303625216,435,1.687946607,1.081504775,5262.8003625 +141,-1.534354939,0.7328219978,435,1.687946607,1.081504775,5252.658108 +142,-1.53157084,0.7292888153,435,1.687946607,1.081504775,5266.9577183 +143,-1.525691035,0.7263799874,435,1.687946607,1.081504775,5279.1022532 +144,-1.534031287,0.7495967835,435,1.687946607,1.081504775,5186.3008287 +145,-1.527714986,0.7283095957,435,1.687946607,1.081504775,5271.2524001 +146,-1.526189586,0.7271468292,435,1.687946607,1.081504775,5276.0150871 +147,-1.555177336,0.7375563366,435,1.687946607,1.081504775,5231.2255267 +148,-1.555080283,0.7312707794,435,1.687946607,1.081504775,5256.1065944 +149,-1.53856994,0.7224180299,435,1.687946607,1.081504775,5293.3362053 +150,-1.530837883,0.729933372,435,1.687946607,1.081504775,5264.487589 +151,-1.515066984,0.5854133365,435,1.687946607,1.081504775,5838.2462372 +152,-1.534731633,0.5368370046,435,1.687946607,1.081504775,6028.334263 +153,-1.515231902,0.5607085576,435,1.687946607,1.081504775,5936.0448169 +154,-2.616253799,1.0684566605,435,1.687946607,1.081504775,3239.4960604 +155,-1.956071439,0.5792177723,435,1.687946607,1.081504775,5671.8962838 +156,-1.951208514,0.5602434208,435,1.687946607,1.081504775,5748.7731085 +157,-1.944675062,0.6062144545,435,1.687946607,1.081504775,5576.2255816 +158,-1.613778386,0.6077989518,435,1.687946607,1.081504775,5732.8201555 +159,-2.035029014,0.6021432345,435,1.687946607,1.081504775,5520.1300464 +160,-2.114989471,0.6801825058,435,1.687946607,1.081504775,5152.2833196 +161,-2.037382079,0.5765830025,435,1.687946607,1.081504775,5615.8023018 +162,-2.129855121,0.6585019963,435,1.687946607,1.081504775,5220.2289576 +163,-2.075141798,0.6493615843,435,1.687946607,1.081504775,5305.1633083 +164,-1.828626729,0.6948433129,435,1.687946607,1.081504775,5305.9454814 +165,-1.863329418,0.6735427691,435,1.687946607,1.081504775,5369.2420022 +166,-1.266037071,0.727988852,435,1.687946607,1.081504775,5251.3268818 +167,-1.277579582,0.7249010648,435,1.687946607,1.081504775,5266.503444 +168,-1.258418684,0.7241194816,435,1.687946607,1.081504775,5264.509174 +169,-1.317813974,0.6804850104,435,1.687946607,1.081504775,5451.0265669 +170,-1.344165204,0.6790988904,435,1.687946607,1.081504775,5461.2637989 +171,-1.427582102,0.5277120351,435,1.687946607,1.081504775,6069.194021 +172,-1.402238616,0.457167829,435,1.687946607,1.081504775,6346.9583604 +173,-1.422454264,0.4996161999,435,1.687946607,1.081504775,6180.2334035 +174,-1.439089277,0.4894859811,435,1.687946607,1.081504775,6220.9800365 +175,-1.448126995,0.5182330266,435,1.687946607,1.081504775,6107.2624281 +176,-1.474626146,0.5881926574,435,1.687946607,1.081504775,5829.8344429 +177,-1.421139645,0.5584869783,435,1.687946607,1.081504775,5947.0050971 +178,-1.457037165,0.565943032,435,1.687946607,1.081504775,5918.2986753 +179,-2.757159358,0.3745319,435,1.687946607,1.081504775,5394.4708476 +180,-2.714309238,0.342054471,435,1.687946607,1.081504775,5581.6602137 +181,-2.000525337,0.774119946,435,1.687946607,1.081504775,4889.7933933 +183,-1.571413436,0.6777838382,435,1.687946607,1.081504775,5465.0779046 +184,-1.552860289,0.6987663893,435,1.687946607,1.081504775,5385.0268768 +185,-1.521852374,0.7165827476,435,1.687946607,1.081504775,5318.273277 +186,-1.503656267,0.6928968252,435,1.687946607,1.081504775,5413.6150842 +187,-1.502753178,0.7136205882,435,1.687946607,1.081504775,5331.6165835 +188,-1.631894563,0.7343596465,435,1.687946607,1.081504775,5228.6246697 +189,-1.653765416,0.6770714026,435,1.687946607,1.081504775,5448.6309863 +190,-1.719812114,0.6715965947,435,1.687946607,1.081504775,5447.5649139 +191,-1.493406659,0.6646955447,435,1.687946607,1.081504775,5525.9728336 +192,-1.469120564,0.6613469966,435,1.687946607,1.081504775,5540.2340962 +193,-1.590551461,0.5326612937,435,1.687946607,1.081504775,6035.1151119 +194,-1.625979264,0.5247742243,435,1.687946607,1.081504775,6057.494087 +195,-1.572293943,0.5238808754,435,1.687946607,1.081504775,6073.5756089 +196,-1.610848725,0.5477107964,435,1.687946607,1.081504775,5970.8911267 +197,-1.208485554,0.7918526018,435,1.687946607,1.081504775,4982.4442637 +198,-1.335601374,0.6869083083,435,1.687946607,1.081504775,5428.9452885 +199,-1.346156996,0.6825213377,435,1.687946607,1.081504775,5448.0436483 +200,-1.324381037,0.6741422347,435,1.687946607,1.081504775,5477.3824213 +201,-1.242424992,0.7378949807,435,1.687946607,1.081504775,5205.590327 +202,-1.270370057,0.7392461008,435,1.687946607,1.081504775,5208.0560073 +203,-1.448950472,0.7441675014,435,1.687946607,1.081504775,5212.345012 +204,-1.492662363,0.7523026852,435,1.687946607,1.081504775,5179.0658368 +205,-1.479098966,0.7763855017,435,1.687946607,1.081504775,5084.296529 +206,-1.633760714,0.7869022408,435,1.687946607,1.081504775,5020.8281324 +207,-1.647406434,0.8101289331,435,1.687946607,1.081504775,4925.7518437 +208,-1.564245052,0.5701509278,435,1.687946607,1.081504775,5892.0326279 +209,-1.646289963,0.6833746083,435,1.687946607,1.081504775,5425.9266901 +210,-1.5820631,0.6751952144,435,1.687946607,1.081504775,5473.380705 +211,-1.613236298,0.6681681791,435,1.687946607,1.081504775,5494.5146821 +212,-1.914661867,0.8212566515,435,1.687946607,1.081504775,4766.0538172 +213,-1.742133237,0.7250275956,435,1.687946607,1.081504775,5228.8440986 +214,-2.033144872,0.6557314699,435,1.687946607,1.081504775,5316.937456 +215,-2.039551981,0.6964723658,435,1.687946607,1.081504775,5156.1334203 +216,-1.247341019,0.7622473908,435,1.687946607,1.081504775,5111.0633348 +217,-1.298239787,0.7084123392,435,1.687946607,1.081504775,5336.5233801 +218,-1.308539688,0.6926545592,435,1.687946607,1.081504775,5401.0239233 +219,-1.303263185,0.6888938396,435,1.687946607,1.081504775,5414.7443771 +220,-1.852400229,0.6004246149,435,1.687946607,1.081504775,5660.2404184 +221,-1.288947707,0.7473773692,435,1.687946607,1.081504775,5180.5231351 +222,-1.372031502,0.7472790993,435,1.687946607,1.081504775,5195.3336484 +223,-1.289805721,0.7242157877,435,1.687946607,1.081504775,5272.176751 +224,-1.350807603,0.7533498126,435,1.687946607,1.081504775,5168.5558848 +225,-1.329290365,0.7560442322,435,1.687946607,1.081504775,5154.4698138 +226,-1.410153004,0.616936428,435,1.687946607,1.081504775,5714.8750956 +227,-1.393445434,0.6308995063,435,1.687946607,1.081504775,5658.2642373 +228,-1.37595573,0.6241540638,435,1.687946607,1.081504775,5683.1349784 +229,-1.358388707,0.6172645205,435,1.687946607,1.081504775,5708.0832775 +230,-1.753741133,0.8281661666,435,1.687946607,1.081504775,4819.8248378 +231,-1.47430987,0.6834615681,435,1.687946607,1.081504775,5452.5027343 +232,-1.421012508,0.7222725206,435,1.687946607,1.081504775,5298.3222586 +233,-1.4476833,0.6978557868,435,1.687946607,1.081504775,5395.7753958 +234,-1.470370723,0.6966193374,435,1.687946607,1.081504775,5400.494818 +235,-1.429211703,0.7037216883,435,1.687946607,1.081504775,5372.1328437 +236,-1.700578405,0.6178673663,435,1.687946607,1.081504775,5666.1860836 +237,-1.678117619,0.6331716163,435,1.687946607,1.081504775,5613.9429168 +238,-1.725644578,0.6316331145,435,1.687946607,1.081504775,5602.2489947 +239,-2.14012759,0.7930497945,435,1.687946607,1.081504775,4704.4042896 +240,-2.103289431,0.7653606263,435,1.687946607,1.081504775,4840.975963 +241,-1.318739838,0.7017808746,435,1.687946607,1.081504775,5367.0339621 +242,-1.396417427,0.7077900843,435,1.687946607,1.081504775,5354.0793139 +243,-1.35650337,0.7185539404,435,1.687946607,1.081504775,5307.0299965 +244,-1.248884539,0.7274156818,435,1.687946607,1.081504775,5248.795694 +245,-1.395014798,0.5761185243,435,1.687946607,1.081504775,5875.3098037 +246,-1.433377362,0.6064716109,435,1.687946607,1.081504775,5757.4576668 +247,-1.408172432,0.5903155476,435,1.687946607,1.081504775,5820.1611708 +248,-1.749645898,0.7757118084,435,1.687946607,1.081504775,5027.0200836 +249,-1.571626686,0.615046989,435,1.687946607,1.081504775,5713.1509265 +250,-1.514070049,0.6303003037,435,1.687946607,1.081504775,5660.6162545 +251,-1.480890369,0.6237966528,435,1.687946607,1.081504775,5688.5836699 +252,-1.704390658,0.5281680612,435,1.687946607,1.081504775,6017.5975389 +253,-1.64434733,0.5254277498,435,1.687946607,1.081504775,6049.5687481 +254,-1.703855997,0.4792484842,435,1.687946607,1.081504775,6210.2635056 +255,-1.692002383,0.5748825051,435,1.687946607,1.081504775,5838.5402075 +256,-1.854136457,0.5544643913,435,1.687946607,1.081504775,5838.1129406 +257,-1.665021206,0.520317736,435,1.687946607,1.081504775,6063.0554227 +258,-1.733654349,0.4845187345,435,1.687946607,1.081504775,6176.6675563 +259,-1.720938188,0.5135933906,435,1.687946607,1.081504775,6068.0557988 +260,-1.742668307,0.553296122,435,1.687946607,1.081504775,5902.5335694 +261,-1.965659039,0.7142126903,435,1.687946607,1.081504775,5144.8868149 +262,-1.944438071,0.6772834804,435,1.687946607,1.081504775,5302.1756745 +263,-1.270340967,0.7681487096,435,1.687946607,1.081504775,5094.0185747 +264,-1.353091884,0.6549276821,435,1.687946607,1.081504775,5558.276687 +265,-1.333236659,0.6413584414,435,1.687946607,1.081504775,5608.658089 +266,-1.352015998,0.6753788907,435,1.687946607,1.081504775,5477.2019878 +267,-1.377988483,0.6577816235,435,1.687946607,1.081504775,5550.2597072 +268,-2.13075611,0.8318642051,435,1.687946607,1.081504775,4567.0412412 +269,-2.097910953,0.8259670014,435,1.687946607,1.081504775,4616.8745903 +270,-1.416382069,0.6694271549,435,1.687946607,1.081504775,5507.3769522 +271,-1.538905672,0.7535625993,435,1.687946607,1.081504775,5170.0368985 +272,-1.572309477,0.7803125099,435,1.687946607,1.081504775,5059.4740349 +273,-1.87759879,0.7503853417,435,1.687946607,1.081504775,5062.4030215 +274,1.152365588,0.590457682,435,1.687946607,1.081504775,2363.7042078 +275,0.350198001,0.718001859,435,1.687946607,1.081504775,3353.8988475 +276,0.046513677,0.491503852,435,1.687946607,1.081504775,4646.4952147 +277,0.027510309,0.742571376,435,1.687946607,1.081504775,3839.5378691 +278,0.306285725,-0.214631579,435,1.687946607,1.081504775,6625.2947618 +279,-1.100564889,0.318051531,435,1.687946607,1.081504775,6789.7552658 +280,-1.078582306,0.301437596,435,1.687946607,1.081504775,6840.5770156 +281,-1.137371989,-0.617634065,435,1.687946607,1.081504775,10444.756378 +282,0.784356344,0.703272339,435,1.687946607,1.081504775,2596.9597451 +283,-1.221209947,0.218327455,435,1.687946607,1.081504775,7244.575343 +284,2.347301921,-0.449114658,435,1.687946607,1.081504775,6414.433932 +285,0.246820618,0.830553713,435,1.687946607,1.081504775,3191.0447798 +286,0.829414965,0.703288228,435,1.687946607,1.081504775,2514.848726 +287,-1.337537566,0.42332223,435,1.687946607,1.081504775,6471.7766646 +288,0.882453706,0.454478077,435,1.687946607,1.081504775,3259.878768 +289,1.575629659,0.416419109,435,1.687946607,1.081504775,2651.739516 +290,-1.039455679,0.229888244,435,1.687946607,1.081504775,7091.6302208 +291,0.489558039,0.934482747,435,1.687946607,1.081504775,2471.6928987 +292,0.081344504,0.88384514,435,1.687946607,1.081504775,3304.1498399 +293,-1.547979814,0.300350308,435,1.687946607,1.081504775,6962.2721221 +294,0.040776181,0.168560074,435,1.687946607,1.081504775,5774.4656267 +295,-1.130374745,0.563894876,435,1.687946607,1.081504775,5844.6216384 +296,1.578326642,0.478507176,435,1.687946607,1.081504775,2405.9084469 +297,-1.12861823,-0.291640865,435,1.687946607,1.081504775,9185.8261603 +298,0.310524208,0.770885792,435,1.687946607,1.081504775,3261.1040998 +299,0.415649091,-0.387246002,435,1.687946607,1.081504775,7041.1199522 +300,-0.926533878,-0.188022748,435,1.687946607,1.081504775,8595.5878976 +301,1.258856172,-0.11716081,435,1.687946607,1.081504775,4926.3355898 +302,-1.126050026,0.322941926,435,1.687946607,1.081504775,6785.8148486 +303,2.002785835,0.07893892,435,1.687946607,1.081504775,4078.4797864 +304,0.440437607,0.746258085,435,1.687946607,1.081504775,3101.0797714 +305,-0.030391866,0.214441206,435,1.687946607,1.081504775,5744.1728907 +306,0.521557815,-0.058929362,435,1.687946607,1.081504775,5695.0352374 +307,-0.097005111,0.13317729,435,1.687946607,1.081504775,6149.8189451 +308,1.83113859,0.221857587,435,1.687946607,1.081504775,3429.5302143 +309,0.222428864,0.099404236,435,1.687946607,1.081504775,5678.5862474 +310,-1.702731345,0.8728568183,435,1.687946607,1.081504775,4662.7248305 +311,-0.418507569,0.278324921,435,1.687946607,1.081504775,6174.9907381 +312,-1.41153306,0.339029988,435,1.687946607,1.081504775,6815.5359699 +313,0.357560442,0.114788776,435,1.687946607,1.081504775,5374.6811696 +314,0.325818979,0.268352149,435,1.687946607,1.081504775,4898.5831595 +315,-1.246004659,-0.663679965,435,1.687946607,1.081504775,10712.850831 +316,1.814603087,0.637404484,435,1.687946607,1.081504775,1786.7713881 +317,1.843704281,-0.18300445,435,1.687946607,1.081504775,5031.9419095 +318,1.690644492,-0.211480909,435,1.687946607,1.081504775,5121.5231827 +319,-1.275451936,0.068109467,435,1.687946607,1.081504775,7858.0577213 +320,0.762430171,-0.207594741,435,1.687946607,1.081504775,5846.3493286 +321,0.265668905,-0.014647884,435,1.687946607,1.081504775,5997.566826 +322,-2.773032013,-0.335515811,435,1.687946607,1.081504775,7856.3777034 +323,-1.469512853,0.174058777,435,1.687946607,1.081504775,7470.3185142 +324,0.286276986,0.785925691,435,1.687946607,1.081504775,3257.9890335 +325,-1.379324697,0.377432233,435,1.687946607,1.081504775,6660.1917645 +326,-1.203778265,0.212813032,435,1.687946607,1.081504775,7258.4360255 +327,0.579916301,0.611743168,435,1.687946607,1.081504775,3267.1625909 +328,0.267582642,0.868113908,435,1.687946607,1.081504775,3043.2333535 +329,0.412869244,-0.050245578,435,1.687946607,1.081504775,5855.1387582 +330,0.17524381,0.976660285,435,1.687946607,1.081504775,2882.5656429 +331,0.743157214,0.204812899,435,1.687946607,1.081504775,4376.8616772 +332,-1.070758176,0.269382282,435,1.687946607,1.081504775,6960.3072804 +333,-1.230364251,0.329790229,435,1.687946607,1.081504775,6809.4620106 +334,-1.374813124,-0.024926835,435,1.687946607,1.081504775,8252.1078944 +335,0.519780566,0.463669906,435,1.687946607,1.081504775,3870.0566584 +336,-1.55108034,0.239698561,435,1.687946607,1.081504775,7201.7129098 +337,0.180294813,0.029739425,435,1.687946607,1.081504775,6000.4235752 +338,0.67820924,0.268170153,435,1.687946607,1.081504775,4261.287602 +339,0.445798684,1.024001867,435,1.687946607,1.081504775,2323.3915055 +340,0.691751283,0.150521402,435,1.687946607,1.081504775,4656.8664838 +341,-1.036643551,-0.903056181,435,1.687946607,1.081504775,11308.211651 +342,-0.120287036,1.083325163,435,1.687946607,1.081504775,2991.7061069 +343,2.823513113,-0.304487164,435,1.687946607,1.081504775,6521.585981 +344,0.457583172,1.12513373,435,1.687946607,1.081504775,2089.1940586 +345,0.042918831,0.813795399,435,1.687946607,1.081504775,3584.7772145 +346,1.196146777,-0.853142756,435,1.687946607,1.081504775,7819.6159735 +347,0.206001358,-0.010430701,435,1.687946607,1.081504775,6093.1840754 +348,-0.268308653,0.234799412,435,1.687946607,1.081504775,6089.26026 +349,0.759363263,0.736189579,435,1.687946607,1.081504775,2540.3436702 +350,0.181363926,0.891988372,435,1.687946607,1.081504775,3117.5239708 +351,-0.021111158,0.139103292,435,1.687946607,1.081504775,5991.1219367 +352,-0.093355215,0.630686981,435,1.687946607,1.081504775,4412.0366018 +353,0.40118964,0.681375926,435,1.687946607,1.081504775,3375.9322447 +354,-0.721197315,1.304706234,435,1.687946607,1.081504775,2804.1296612 +355,-1.076150317,0.212107639,435,1.687946607,1.081504775,7187.229578 +356,-1.577164531,0.273993443,435,1.687946607,1.081504775,7060.7482469 +357,-0.190788414,0.182208586,435,1.687946607,1.081504775,6143.3159289 +358,-0.261349752,0.209710184,435,1.687946607,1.081504775,6166.9542778 +359,-1.029303852,0.083549259,435,1.687946607,1.081504775,7651.6414879 +360,-1.268609162,0.330525297,435,1.687946607,1.081504775,6820.3733482 +361,1.282982244,-0.926641967,435,1.687946607,1.081504775,8054.6966052 +362,0.217352334,0.731352408,435,1.687946607,1.081504775,3550.2389902 +363,-1.511833084,0.258629297,435,1.687946607,1.081504775,7132.4489813 +364,0.338812194,0.823184618,435,1.687946607,1.081504775,3052.1631317 +365,-0.324406489,1.134201999,435,1.687946607,1.081504775,3066.8516034 +366,1.389579348,0.399185724,435,1.687946607,1.081504775,2820.7007364 +367,2.047152199,-0.039082036,435,1.687946607,1.081504775,4569.4915224 +368,0.947780369,0.568250077,435,1.687946607,1.081504775,2756.2917178 +369,0.763824846,0.576754987,435,1.687946607,1.081504775,3045.4430274 +370,-0.142334657,0.928153068,435,1.687946607,1.081504775,3500.2425253 +371,0.610266567,0.547265983,435,1.687946607,1.081504775,3422.8764051 +372,0.210731629,0.746815056,435,1.687946607,1.081504775,3512.9506426 +373,-1.34931644,0.316895224,435,1.687946607,1.081504775,6895.0248381 +374,2.407696481,0.655030745,435,1.687946607,1.081504775,2427.695871 +375,0.64207831,0.545359131,435,1.687946607,1.081504775,3370.7931907 +376,1.174597538,0.840588356,435,1.687946607,1.081504775,1483.1763372 +377,0.660059424,0.010604079,435,1.687946607,1.081504775,5212.2105823 +378,-0.730263819,0.010486456,435,1.687946607,1.081504775,7608.8053496 +379,0.831068936,0.512339172,435,1.687946607,1.081504775,3145.3629279 +380,1.301180979,0.72367476,435,1.687946607,1.081504775,1687.2243826 +381,1.811128231,0.322854402,435,1.687946607,1.081504775,3024.409868 +382,0.435105812,0.992284428,435,1.687946607,1.081504775,2418.0860635 +383,0.62643634,0.592027932,435,1.687946607,1.081504775,3245.3219135 +384,0.492988703,-0.516339467,435,1.687946607,1.081504775,7369.7692197 +385,-0.162469483,0.112549365,435,1.687946607,1.081504775,6339.824872 +386,0.314630866,0.472006421,435,1.687946607,1.081504775,4223.2072145 +387,0.166744804,0.822815954,435,1.687946607,1.081504775,3351.4535401 +388,0.417159608,0.965805736,435,1.687946607,1.081504775,2515.7220877 +389,0.106334961,0.868774244,435,1.687946607,1.081504775,3310.1652734 +390,0.815086969,-0.338144359,435,1.687946607,1.081504775,6253.124041 +391,0.59867455,-0.230624824,435,1.687946607,1.081504775,6181.7446517 +392,1.915104874,0.066220985,435,1.687946607,1.081504775,4077.4626493 +393,1.278093622,0.064463721,435,1.687946607,1.081504775,4206.9732977 +394,-0.061477853,0.302997961,435,1.687946607,1.081504775,5490.2653457 +395,0.251311504,0.626976942,435,1.687946607,1.081504775,3825.4834771 +396,2.950242872,0.149095644,435,1.687946607,1.081504775,5129.8061891 +397,-0.180294708,0.35375117,435,1.687946607,1.081504775,5518.905926 +398,1.010448592,-0.351180233,435,1.687946607,1.081504775,6062.6280495 +399,-1.748740498,0.3686318073,435,1.687946607,1.081504775,6624.3250389 +400,2.699635665,0.123533791,435,1.687946607,1.081504775,4779.4868922 +401,0.496808033,0.823843254,435,1.687946607,1.081504775,2765.5213132 +402,0.129574704,0.763364087,435,1.687946607,1.081504775,3600.9482112 +403,1.798920311,0.817447563,435,1.687946607,1.081504775,1075.5366847 +404,0.335987953,0.746786541,435,1.687946607,1.081504775,3289.8513669 +405,-1.085413643,0.292154671,435,1.687946607,1.081504775,6881.2673213 +406,-0.155321003,0.508207011,435,1.687946607,1.081504775,4935.8158633 +407,0.620529244,-0.301175104,435,1.687946607,1.081504775,6401.4932997 +408,1.684402744,0.368716966,435,1.687946607,1.081504775,2823.3691865 +409,0.300582244,-0.386397212,435,1.687946607,1.081504775,7235.9943232 +410,2.913555946,-0.009225192,435,1.687946607,1.081504775,5621.9736469 +411,1.465101417,0.493232532,435,1.687946607,1.081504775,2402.235186 +412,0.090612882,0.907955955,435,1.687946607,1.081504775,3216.131815 +413,2.987564726,-0.729568594,435,1.687946607,1.081504775,8270.732203 +414,-1.484261606,0.224149272,435,1.687946607,1.081504775,7271.2714557 +415,0.164073421,0.303955133,435,1.687946607,1.081504775,5076.2854966 +416,0.141441293,0.167552546,435,1.687946607,1.081504775,5591.6164499 +417,2.931321023,-0.506718887,435,1.687946607,1.081504775,7413.0750331 +418,2.21951565,0.700596356,435,1.687946607,1.081504775,1970.8405871 +419,0.268112576,1.199114336,435,1.687946607,1.081504775,2212.1013774 +420,0.978913739,0.359223811,435,1.687946607,1.081504775,3449.0254964 +421,1.210898818,0.522863584,435,1.687946607,1.081504775,2532.2685441 +422,2.347397336,0.129231362,435,1.687946607,1.081504775,4229.3042965 +423,0.614394501,0.556878345,435,1.687946607,1.081504775,3383.3779204 +424,-1.398079356,0.148483366,435,1.687946607,1.081504775,7568.850716 +425,2.535303836,-0.112984496,435,1.687946607,1.081504775,5385.3935684 +426,-1.019372593,-0.405322349,435,1.687946607,1.081504775,9520.9801704 +427,-1.297785627,-0.160104069,435,1.687946607,1.081504775,8766.2830614 +428,2.144554488,0.205051084,435,1.687946607,1.081504775,3708.8458938 +429,-2.242387083,-0.426171285,435,1.687946607,1.081504775,9111.4070428 +430,0.338637212,0.909723676,435,1.687946607,1.081504775,2801.6694204 +431,-0.148798452,0.691042401,435,1.687946607,1.081504775,4295.6330123 +432,0.893524764,0.441829531,435,1.687946607,1.081504775,3286.2872731 +433,0.969229347,-0.368847936,435,1.687946607,1.081504775,6175.5111158 +434,0.436043248,0.800045688,435,1.687946607,1.081504775,2946.3691634 +435,1.687946607,1.081504775,435,1.687946607,1.081504775,0 +436,0.522302046,-0.034889271,435,1.687946607,1.081504775,5608.0795928 +437,-0.178996113,-0.438090009,435,1.687946607,1.081504775,8289.7110173 +438,-1.094339566,0.301444068,435,1.687946607,1.081504775,6850.7337001 +439,-1.064070054,0.242569932,435,1.687946607,1.081504775,7060.1352229 +440,-1.068153768,0.230387998,435,1.687946607,1.081504775,7110.4434378 +441,-3.00496892,-0.23989155,435,1.687946607,1.081504775,7094.8838838 +442,0.21751974,0.766874888,435,1.687946607,1.081504775,3437.9938604 +443,0.117229532,0.007619006,435,1.687946607,1.081504775,6195.1388921 +444,0.777758451,0.420554741,435,1.687946607,1.081504775,3554.7013199 +445,-0.252356999,0.250747086,435,1.687946607,1.081504775,6005.6305177 +446,0.363148444,0.768483434,435,1.687946607,1.081504775,3173.8935914 +447,0.903191366,-0.118210676,435,1.687946607,1.081504775,5318.3851988 +448,-0.205755923,0.149406178,435,1.687946607,1.081504775,6285.6803567 +449,1.811996086,0.02364353,435,1.687946607,1.081504775,4206.583281 +450,-1.100670221,0.314845373,435,1.687946607,1.081504775,6802.3475573 +451,0.340078597,0.850105132,435,1.687946607,1.081504775,2970.3244456 +452,0.258757267,0.804969236,435,1.687946607,1.081504775,3248.0717663 +453,2.78505352,-0.155160804,435,1.687946607,1.081504775,5922.9039175 +454,0.800551619,0.105822106,435,1.687946607,1.081504775,4642.1359849 +455,0.437940882,-0.506194031,435,1.687946607,1.081504775,7421.954368 +456,2.230431122,0.63458615,435,1.687946607,1.081504775,2216.7703073 +457,0.527965361,0.127667701,435,1.687946607,1.081504775,5021.0458643 +458,-0.063643205,0.702093448,435,1.687946607,1.081504775,4122.6659175 +459,1.408447268,0.133010502,435,1.687946607,1.081504775,3844.4274739 +460,0.523795955,0.280266966,435,1.687946607,1.081504775,4492.8070081 +461,-0.975769313,0.072177659,435,1.687946607,1.081504775,7649.2969434 +462,0.549774164,-0.463663986,435,1.687946607,1.081504775,7094.4737217 +463,0.29245874,1.095549818,435,1.687946607,1.081504775,2397.4177069 +464,0.143625958,0.816809593,435,1.687946607,1.081504775,3409.0049954 +465,0.671902494,0.611159853,435,1.687946607,1.081504775,3098.9901592 +466,1.239840988,0.6724199,435,1.687946607,1.081504775,1950.5452287 +467,0.607829703,-0.10932137,435,1.687946607,1.081504775,5730.0840029 +468,1.763020906,0.263996692,435,1.687946607,1.081504775,3245.0836326 +469,0.378714634,0.726066797,435,1.687946607,1.081504775,3276.6591896 +470,2.196736143,-0.153862366,435,1.687946607,1.081504775,5137.5950424 +471,0.01702415,0.148991565,435,1.687946607,1.081504775,5886.5676812 +472,-2.998490902,-0.158002487,435,1.687946607,1.081504775,6822.0425127 +473,-3.051262951,-0.346595608,435,1.687946607,1.081504775,7379.0199299 +474,-1.069176439,0.182802941,435,1.687946607,1.081504775,7296.4987446 +475,0.167157509,0.595344954,435,1.687946607,1.081504775,4081.5531325 +476,0.613855648,0.681746124,435,1.687946607,1.081504775,2979.8625615 +477,1.037012736,0.682555367,435,1.687946607,1.081504775,2220.8479937 +478,-1.253574971,0.379755746,435,1.687946607,1.081504775,6621.113817 +479,3.108590453,-0.132620738,435,1.687946607,1.081504775,6408.2688108 +480,0.565301296,0.022333262,435,1.687946607,1.081504775,5329.8651537 +481,0.547898238,0.855555614,435,1.687946607,1.081504775,2581.3707771 +482,0.948309381,0.417393755,435,1.687946607,1.081504775,3285.8730936 +483,-0.050600732,0.945269213,435,1.687946607,1.081504775,3315.9160535 +484,-0.977651478,-0.572363064,435,1.687946607,1.081504775,10094.803302 +485,1.102014914,0.728861163,435,1.687946607,1.081504775,1960.5700147 +486,2.927300795,-0.282939414,435,1.687946607,1.081504775,6616.9428463 +487,-1.154565557,0.124434095,435,1.687946607,1.081504775,7579.7029417 +488,1.855331234,0.291044755,435,1.687946607,1.081504775,3165.9320444 +489,0.830290659,0.276904518,435,1.687946607,1.081504775,3976.1975361 +490,0.485104466,-0.234867441,435,1.687946607,1.081504775,6384.32206 +491,0.521367572,-0.33161327,435,1.687946607,1.081504775,6668.8353735 +1,-1.539031704,0.7349710123,436,0.522302046,-0.034889271,7734.5425743 +2,-1.536990553,0.7349663874,436,0.522302046,-0.034889271,7728.8490074 +3,-1.534951779,0.7349571355,436,0.522302046,-0.034889271,7723.1647973 +4,-1.532906461,0.7349480293,436,0.522302046,-0.034889271,7717.459127 +5,-1.531320211,0.7346937278,436,0.522302046,-0.034889271,7713.3323707 +6,-1.539451648,0.7335131775,436,0.522302046,-0.034889271,7737.5185598 +7,-1.537429487,0.7335445708,436,0.522302046,-0.034889271,7731.8258374 +8,-1.535484998,0.7335658704,436,0.522302046,-0.034889271,7726.3603195 +9,-1.533488396,0.7336036027,436,0.522302046,-0.034889271,7720.7265017 +10,-1.531497785,0.7335842962,436,0.522302046,-0.034889271,7715.1763715 +11,-1.530259379,0.7334777758,436,0.522302046,-0.034889271,7711.8363714 +12,-1.5335454,0.7322346912,436,0.522302046,-0.034889271,7722.5540503 +13,-1.531489083,0.7322238773,436,0.522302046,-0.034889271,7716.8015929 +14,-1.530011122,0.7321679851,436,0.522302046,-0.034889271,7712.7232924 +15,-1.53348106,0.7306614094,436,0.522302046,-0.034889271,7724.2871007 +16,-1.531441779,0.7306962275,436,0.522302046,-0.034889271,7718.5179475 +17,-1.529755654,0.7306933243,436,0.522302046,-0.034889271,7713.7842113 +18,-1.533415048,0.7291384674,436,0.522302046,-0.034889271,7725.9502832 +19,-1.531392093,0.7291705353,436,0.522302046,-0.034889271,7720.2214992 +20,-1.529296523,0.7291214933,436,0.522302046,-0.034889271,7714.3833197 +21,-1.535280942,0.727267644,436,0.522302046,-0.034889271,7733.4722973 +22,-1.533378158,0.7276139666,436,0.522302046,-0.034889271,7727.6934714 +23,-1.531340368,0.7276446587,436,0.522302046,-0.034889271,7721.9157688 +24,-1.528960113,0.7276398177,436,0.522302046,-0.034889271,7715.2127002 +25,-1.533313146,0.7260818349,436,0.522302046,-0.034889271,7729.3628975 +26,-1.531259555,0.7260958115,436,0.522302046,-0.034889271,7723.5517786 +27,-1.528926415,0.7260865555,436,0.522302046,-0.034889271,7716.9763926 +28,-1.531226779,0.7245511789,436,0.522302046,-0.034889271,7725.3143651 +29,-1.528904772,0.7245519194,436,0.522302046,-0.034889271,7718.748212 +30,-1.547195875,0.7409785979,436,0.522302046,-0.034889271,7749.7095075 +31,-1.5451475,0.740980426,436,0.522302046,-0.034889271,7744.0350948 +32,-1.543097679,0.7409798872,436,0.522302046,-0.034889271,7738.3566609 +33,-1.540720364,0.7409892687,436,0.522302046,-0.034889271,7731.754721 +34,-1.547188511,0.7395198392,436,0.522302046,-0.034889271,7751.539206 +35,-1.545148587,0.7395226109,436,0.522302046,-0.034889271,7745.8784018 +36,-1.543104538,0.7395314908,436,0.522302046,-0.034889271,7740.195533 +37,-1.540727751,0.7395306258,436,0.522302046,-0.034889271,7733.5979436 +38,-1.547187029,0.7380014886,436,0.522302046,-0.034889271,7753.4574874 +39,-1.545147315,0.7380012252,436,0.522302046,-0.034889271,7747.79215 +40,-1.54310719,0.7380060743,436,0.522302046,-0.034889271,7742.1162827 +41,-1.540719671,0.7380068206,436,0.522302046,-0.034889271,7735.4763794 +42,-1.547187189,0.7364799098,436,0.522302046,-0.034889271,7755.3810582 +43,-1.545149996,0.7364853874,436,0.522302046,-0.034889271,7749.7065688 +44,-1.543106091,0.7364823484,436,0.522302046,-0.034889271,7744.0211464 +45,-1.540717158,0.7364893901,436,0.522302046,-0.034889271,7737.3589917 +46,-1.538663972,0.7410138672,436,0.522302046,-0.034889271,7726.0203591 +47,-1.53695285,0.7409699132,436,0.522302046,-0.034889271,7721.3266182 +48,-1.534910498,0.7409641297,436,0.522302046,-0.034889271,7715.6634375 +49,-1.533145034,0.7409536636,436,0.522302046,-0.034889271,7710.7723472 +50,-1.538681336,0.7395405883,436,0.522302046,-0.034889271,7727.9008949 +51,-1.536999189,0.7395183096,436,0.522302046,-0.034889271,7723.2535333 +52,-1.534923633,0.7395144222,436,0.522302046,-0.034889271,7717.4871762 +53,-1.533267822,0.7395654306,436,0.522302046,-0.034889271,7712.8183819 +54,-1.53867273,0.7380151077,436,0.522302046,-0.034889271,7729.7709674 +55,-1.536980576,0.7379994392,436,0.522302046,-0.034889271,7725.0801252 +56,-1.534931522,0.7379944961,436,0.522302046,-0.034889271,7719.3797789 +57,-1.533387952,0.7379480264,436,0.522302046,-0.034889271,7715.1360654 +58,-1.538682279,0.7364914363,436,0.522302046,-0.034889271,7731.6860014 +59,-1.536980704,0.7364810563,436,0.522302046,-0.034889271,7726.9549232 +60,-1.534935567,0.7364752065,436,0.522302046,-0.034889271,7721.2576622 +61,-1.533042592,0.7363876366,436,0.522302046,-0.034889271,7716.0820342 +62,-1.545143426,0.7349628011,436,0.522302046,-0.034889271,7751.6003722 +63,-1.543105297,0.7349691947,436,0.522302046,-0.034889271,7745.9103022 +64,-1.541064533,0.7349647152,436,0.522302046,-0.034889271,7740.2235219 +65,-1.545411803,0.7334624714,436,0.522302046,-0.034889271,7754.2303671 +66,-1.543446606,0.7334780896,436,0.522302046,-0.034889271,7748.724066 +67,-1.541475327,0.7334957295,436,0.522302046,-0.034889271,7743.1957035 +68,-1.545401939,0.731963266,436,0.522302046,-0.034889271,7756.0801258 +69,-1.54342253,0.7319915583,436,0.522302046,-0.034889271,7750.509847 +70,-1.541455867,0.7320216438,436,0.522302046,-0.034889271,7744.9705587 +71,-1.545410146,0.7304422281,436,0.522302046,-0.034889271,7758.004395 +72,-1.543435491,0.7304713664,436,0.522302046,-0.034889271,7752.4378152 +73,-1.541463105,0.7304997613,436,0.522302046,-0.034889271,7746.876091 +74,-1.545414768,0.7289194936,436,0.522302046,-0.034889271,7759.9174231 +75,-1.543435774,0.7289538557,436,0.522302046,-0.034889271,7754.3236403 +76,-1.541457714,0.7289765881,436,0.522302046,-0.034889271,7748.7444742 +77,-1.539449415,0.7320555866,436,0.522302046,-0.034889271,7739.3127401 +78,-1.537429183,0.7321097681,436,0.522302046,-0.034889271,7733.5890364 +79,-1.535472649,0.7321497267,436,0.522302046,-0.034889271,7728.0589944 +80,-1.539457899,0.7305333307,436,0.522302046,-0.034889271,7741.2135551 +81,-1.537453161,0.7305750503,436,0.522302046,-0.034889271,7735.5399152 +82,-1.535479385,0.7306124949,436,0.522302046,-0.034889271,7729.9560731 +83,-1.53946905,0.7290102593,436,0.522302046,-0.034889271,7743.1195899 +84,-1.537459922,0.7290417293,436,0.522302046,-0.034889271,7737.4375319 +85,-1.535451349,0.7290890157,436,0.522302046,-0.034889271,7731.735328 +86,-1.535522937,0.7279887191,436,0.522302046,-0.034889271,7733.276545 +87,-1.539442524,0.7274735939,436,0.522302046,-0.034889271,7744.9330835 +88,-1.537424111,0.727521351,436,0.522302046,-0.034889271,7739.1962109 +89,-1.539384641,0.7259505092,436,0.522302046,-0.034889271,7746.6379501 +90,-1.537372391,0.7259947145,436,0.522302046,-0.034889271,7740.9140332 +91,-1.535340789,0.7260435356,436,0.522302046,-0.034889271,7735.1276599 +92,-1.539325716,0.7244369706,436,0.522302046,-0.034889271,7748.32433 +93,-1.537308932,0.7244801057,436,0.522302046,-0.034889271,7742.5802594 +94,-1.535289068,0.7245247645,436,0.522302046,-0.034889271,7736.8233358 +95,-1.533261366,0.7245550236,436,0.522302046,-0.034889271,7731.059344 +96,-1.539267302,0.722921924,436,0.522302046,-0.034889271,7750.0101553 +97,-1.537248972,0.7229660258,436,0.522302046,-0.034889271,7744.2518602 +98,-1.535219431,0.7229916471,436,0.522302046,-0.034889271,7738.4818996 +99,-1.53318962,0.7230212049,436,0.522302046,-0.034889271,7732.7039217 +100,-1.531154816,0.7230299897,436,0.522302046,-0.034889271,7726.9342249 +101,-1.528878341,0.7230370244,436,0.522302046,-0.034889271,7720.4793999 +102,-1.539218189,0.7214009878,436,0.522302046,-0.034889271,7751.7256304 +103,-1.537198791,0.7214422745,436,0.522302046,-0.034889271,7745.9590255 +104,-1.535179266,0.7214634354,436,0.522302046,-0.034889271,7740.2140215 +105,-1.533156501,0.7214944644,436,0.522302046,-0.034889271,7734.4454477 +106,-1.53113574,0.7215166021,436,0.522302046,-0.034889271,7728.6907619 +107,-1.528874248,0.7215345535,436,0.522302046,-0.034889271,7722.2556746 +108,-1.539217656,0.7198512397,436,0.522302046,-0.034889271,7753.61003 +109,-1.537199919,0.7199428763,436,0.522302046,-0.034889271,7747.7784084 +110,-1.545425832,0.727397149,436,0.522302046,-0.034889271,7761.8447195 +111,-1.543371177,0.7273916949,436,0.522302046,-0.034889271,7756.0791101 +112,-1.541368852,0.7274523163,436,0.522302046,-0.034889271,7750.3761347 +113,-1.545349067,0.7258710923,436,0.522302046,-0.034889271,7763.5262613 +114,-1.54332671,0.7258603556,436,0.522302046,-0.034889271,7757.8489992 +115,-1.541346831,0.7259242142,436,0.522302046,-0.034889271,7752.1965609 +116,-1.545324355,0.7243383958,436,0.522302046,-0.034889271,7765.3586115 +117,-1.543292796,0.7243617413,436,0.522302046,-0.034889271,7759.6044412 +118,-1.541295822,0.7244024384,436,0.522302046,-0.034889271,7753.9238734 +119,-1.543193859,0.7205570215,436,0.522302046,-0.034889271,7764.0088049 +120,-1.550257047,0.7386738187,436,0.522302046,-0.034889271,7761.122569 +121,-1.549335448,0.7311736483,436,0.522302046,-0.034889271,7768.0675141 +122,-1.533478843,0.7179891343,436,0.522302046,-0.034889271,7739.563016 +123,-1.556150555,0.738907041,436,0.522302046,-0.034889271,7777.1499659 +124,-1.554324226,0.733414257,436,0.522302046,-0.034889271,7779.1406838 +125,-1.554290846,0.7288285332,436,0.522302046,-0.034889271,7784.8964408 +126,-1.55122487,0.7219795312,436,0.522302046,-0.034889271,7784.9309878 +127,-1.525104458,0.7229399862,436,0.522302046,-0.034889271,7709.8996049 +128,-1.519607711,0.7236181429,436,0.522302046,-0.034889271,7693.5145599 +129,-1.513899999,0.7251107854,436,0.522302046,-0.034889271,7675.5939339 +130,-1.536620762,0.7431061895,436,0.522302046,-0.034889271,7717.7552197 +131,-1.5369566,0.7460845958,436,0.522302046,-0.034889271,7714.9775917 +132,-1.545345528,0.7447040685,436,0.522302046,-0.034889271,7739.8669876 +133,-1.532813921,0.7432306626,436,0.522302046,-0.034889271,7707.0530608 +134,-1.554788248,0.7382381001,436,0.522302046,-0.034889271,7774.2401665 +135,-1.540348126,0.7301594274,436,0.522302046,-0.034889271,7744.1708775 +136,-1.538016084,0.7239051786,436,0.522302046,-0.034889271,7745.2768051 +137,-1.525288962,0.7258085137,436,0.522302046,-0.034889271,7707.029942 +138,-1.534326986,0.731241342,436,0.522302046,-0.034889271,7725.9556358 +139,-1.530733872,0.7303625216,436,0.522302046,-0.034889271,7716.9320827 +141,-1.534354939,0.7328219978,436,0.522302046,-0.034889271,7724.1064102 +142,-1.53157084,0.7292888153,436,0.522302046,-0.034889271,7720.5815352 +143,-1.525691035,0.7263799874,436,0.522302046,-0.034889271,7707.4885979 +144,-1.534031287,0.7495967835,436,0.522302046,-0.034889271,7702.5396078 +145,-1.527714986,0.7283095957,436,0.522302046,-0.034889271,7710.9014695 +146,-1.526189586,0.7271468292,436,0.522302046,-0.034889271,7707.9854428 +147,-1.555177336,0.7375563366,436,0.522302046,-0.034889271,7776.1962401 +148,-1.555080283,0.7312707794,436,0.522302046,-0.034889271,7783.9886641 +149,-1.53856994,0.7224180299,436,0.522302046,-0.034889271,7748.6531756 +150,-1.530837883,0.729933372,436,0.522302046,-0.034889271,7717.7422806 +151,-1.515066984,0.5854133365,436,0.522302046,-0.034889271,7825.9194726 +152,-1.534731633,0.5368370046,436,0.522302046,-0.034889271,7935.1468274 +153,-1.515231902,0.5607085576,436,0.522302046,-0.034889271,7849.3166605 +154,-2.616253799,1.0684566605,436,0.522302046,-0.034889271,8349.8778413 +155,-1.956071439,0.5792177723,436,0.522302046,-0.034889271,9173.9606974 +156,-1.951208514,0.5602434208,436,0.522302046,-0.034889271,9200.7801245 +157,-1.944675062,0.6062144545,436,0.522302046,-0.034889271,9083.8130582 +158,-1.613778386,0.6077989518,436,0.522302046,-0.034889271,8112.4792422 +159,-2.035029014,0.6021432345,436,0.522302046,-0.034889271,9330.9269466 +160,-2.114989471,0.6801825058,436,0.522302046,-0.034889271,9305.4859154 +161,-2.037382079,0.5765830025,436,0.522302046,-0.034889271,9399.7636918 +162,-2.129855121,0.6585019963,436,0.522302046,-0.034889271,9399.9476096 +163,-2.075141798,0.6493615843,436,0.522302046,-0.034889271,9305.0063468 +164,-1.828626729,0.6948433129,436,0.522302046,-0.034889271,8587.3135267 +165,-1.863329418,0.6735427691,436,0.522302046,-0.034889271,8722.1669939 +166,-1.266037071,0.727988852,436,0.522302046,-0.034889271,6955.8611073 +167,-1.277579582,0.7249010648,436,0.522302046,-0.034889271,6991.2844726 +168,-1.258418684,0.7241194816,436,0.522302046,-0.034889271,6935.2361585 +169,-1.317813974,0.6804850104,436,0.522302046,-0.034889271,7135.6211056 +170,-1.344165204,0.6790988904,436,0.522302046,-0.034889271,7216.6831489 +171,-1.427582102,0.5277120351,436,0.522302046,-0.034889271,7583.8526648 +172,-1.402238616,0.457167829,436,0.522302046,-0.034889271,7537.4453707 +173,-1.422454264,0.4996161999,436,0.522302046,-0.034889271,7584.1431366 +174,-1.439089277,0.4894859811,436,0.522302046,-0.034889271,7647.6819702 +175,-1.448126995,0.5182330266,436,0.522302046,-0.034889271,7659.7033097 +176,-1.474626146,0.5881926574,436,0.522302046,-0.034889271,7693.5109681 +177,-1.421139645,0.5584869783,436,0.522302046,-0.034889271,7541.6830484 +178,-1.457037165,0.565943032,436,0.522302046,-0.034889271,7654.476352 +179,-2.757159358,0.3745319,436,0.522302046,-0.034889271,10997.243953 +180,-2.714309238,0.342054471,436,0.522302046,-0.034889271,11172.708803 +181,-2.000525337,0.774119946,436,0.522302046,-0.034889271,8803.097341 +183,-1.571413436,0.6777838382,436,0.522302046,-0.034889271,7898.1330764 +184,-1.552860289,0.6987663893,436,0.522302046,-0.034889271,7818.3343518 +185,-1.521852374,0.7165827476,436,0.522302046,-0.034889271,7708.0909921 +186,-1.503656267,0.6928968252,436,0.522302046,-0.034889271,7681.9477372 +187,-1.502753178,0.7136205882,436,0.522302046,-0.034889271,7656.7152231 +188,-1.631894563,0.7343596465,436,0.522302046,-0.034889271,7991.3885395 +189,-1.653765416,0.6770714026,436,0.522302046,-0.034889271,8137.8578046 +190,-1.719812114,0.6715965947,436,0.522302046,-0.034889271,8334.1643913 +191,-1.493406659,0.6646955447,436,0.522302046,-0.034889271,7680.9008384 +192,-1.469120564,0.6613469966,436,0.522302046,-0.034889271,7610.6856449 +193,-1.590551461,0.5326612937,436,0.522302046,-0.034889271,8123.6082784 +194,-1.625979264,0.5247742243,436,0.522302046,-0.034889271,8248.708743 +195,-1.572293943,0.5238808754,436,0.522302046,-0.034889271,8072.0186508 +196,-1.610848725,0.5477107964,436,0.522302046,-0.034889271,8173.8069419 +197,-1.208485554,0.7918526018,436,0.522302046,-0.034889271,6764.9956288 +198,-1.335601374,0.6869083083,436,0.522302046,-0.034889271,7185.7881894 +199,-1.346156996,0.6825213377,436,0.522302046,-0.034889271,7220.5383838 +200,-1.324381037,0.6741422347,436,0.522302046,-0.034889271,7159.3287559 +201,-1.242424992,0.7378949807,436,0.522302046,-0.034889271,6882.3818231 +202,-1.270370057,0.7392461008,436,0.522302046,-0.034889271,6963.0717868 +203,-1.448950472,0.7441675014,436,0.522302046,-0.034889271,7471.3985478 +204,-1.492662363,0.7523026852,436,0.522302046,-0.034889271,7585.0375937 +205,-1.479098966,0.7763855017,436,0.522302046,-0.034889271,7520.7955735 +206,-1.633760714,0.7869022408,436,0.522302046,-0.034889271,7914.8211592 +207,-1.647406434,0.8101289331,436,0.522302046,-0.034889271,7911.2585336 +208,-1.564245052,0.5701509278,436,0.522302046,-0.034889271,7999.0319775 +209,-1.646289963,0.6833746083,436,0.522302046,-0.034889271,8107.2269687 +210,-1.5820631,0.6751952144,436,0.522302046,-0.034889271,7932.5806605 +211,-1.613236298,0.6681681791,436,0.522302046,-0.034889271,8033.0080647 +212,-1.914661867,0.8212566515,436,0.522302046,-0.034889271,8501.5501613 +213,-1.742133237,0.7250275956,436,0.522302046,-0.034889271,8302.1892591 +214,-2.033144872,0.6557314699,436,0.522302046,-0.034889271,9190.1226972 +215,-2.039551981,0.6964723658,436,0.522302046,-0.034889271,9096.9323964 +216,-1.247341019,0.7622473908,436,0.522302046,-0.034889271,6886.0351659 +217,-1.298239787,0.7084123392,436,0.522302046,-0.034889271,7061.072281 +218,-1.308539688,0.6926545592,436,0.522302046,-0.034889271,7100.6359568 +219,-1.303263185,0.6888938396,436,0.522302046,-0.034889271,7086.7464181 +220,-1.852400229,0.6004246149,436,0.522302046,-0.034889271,8837.9799209 +221,-1.288947707,0.7473773692,436,0.522302046,-0.034889271,7012.5324913 +222,-1.372031502,0.7472790993,436,0.522302046,-0.034889271,7250.5300446 +223,-1.289805721,0.7242157877,436,0.522302046,-0.034889271,7027.5901356 +224,-1.350807603,0.7533498126,436,0.522302046,-0.034889271,7185.5856415 +225,-1.329290365,0.7560442322,436,0.522302046,-0.034889271,7122.5890664 +226,-1.410153004,0.616936428,436,0.522302046,-0.034889271,7464.593437 +227,-1.393445434,0.6308995063,436,0.522302046,-0.034889271,7401.7082888 +228,-1.37595573,0.6241540638,436,0.522302046,-0.034889271,7351.0852465 +229,-1.358388707,0.6172645205,436,0.522302046,-0.034889271,7299.5747342 +230,-1.753741133,0.8281661666,436,0.522302046,-0.034889271,8132.1281245 +231,-1.47430987,0.6834615681,436,0.522302046,-0.034889271,7604.9889724 +232,-1.421012508,0.7222725206,436,0.522302046,-0.034889271,7412.1176276 +233,-1.4476833,0.6978557868,436,0.522302046,-0.034889271,7512.312694 +234,-1.470370723,0.6966193374,436,0.522302046,-0.034889271,7580.3315137 +235,-1.429211703,0.7037216883,436,0.522302046,-0.034889271,7452.5466295 +236,-1.700578405,0.6178673663,436,0.522302046,-0.034889271,8362.7969954 +237,-1.678117619,0.6331716163,436,0.522302046,-0.034889271,8273.2850791 +238,-1.725644578,0.6316331145,436,0.522302046,-0.034889271,8415.7676748 +239,-2.14012759,0.7930497945,436,0.522302046,-0.034889271,9009.7216294 +240,-2.103289431,0.7653606263,436,0.522302046,-0.034889271,9030.0122569 +241,-1.318739838,0.7017808746,436,0.522302046,-0.034889271,7126.0376136 +242,-1.396417427,0.7077900843,436,0.522302046,-0.034889271,7352.5215329 +243,-1.35650337,0.7185539404,436,0.522302046,-0.034889271,7227.012035 +244,-1.248884539,0.7274156818,436,0.522302046,-0.034889271,6905.7163049 +245,-1.395014798,0.5761185243,436,0.522302046,-0.034889271,7443.9157418 +246,-1.433377362,0.6064716109,436,0.522302046,-0.034889271,7546.4244827 +247,-1.408172432,0.5903155476,436,0.522302046,-0.034889271,7477.2599433 +248,-1.749645898,0.7757118084,436,0.522302046,-0.034889271,8226.2487797 +249,-1.571626686,0.615046989,436,0.522302046,-0.034889271,7973.4475847 +250,-1.514070049,0.6303003037,436,0.522302046,-0.034889271,7778.8171328 +251,-1.480890369,0.6237966528,436,0.522302046,-0.034889271,7681.8873918 +252,-1.704390658,0.5281680612,436,0.522302046,-0.034889271,8500.3845044 +253,-1.64434733,0.5254277498,436,0.522302046,-0.034889271,8308.3201039 +254,-1.703855997,0.4792484842,436,0.522302046,-0.034889271,8559.7789945 +255,-1.692002383,0.5748825051,436,0.522302046,-0.034889271,8398.2976115 +256,-1.854136457,0.5544643913,436,0.522302046,-0.034889271,8927.7207546 +257,-1.665021206,0.520317736,436,0.522302046,-0.034889271,8382.0801662 +258,-1.733654349,0.4845187345,436,0.522302046,-0.034889271,8652.6545252 +259,-1.720938188,0.5135933906,436,0.522302046,-0.034889271,8573.1504924 +260,-1.742668307,0.553296122,436,0.522302046,-0.034889271,8587.2799367 +261,-1.965659039,0.7142126903,436,0.522302046,-0.034889271,8882.6776831 +262,-1.944438071,0.6772834804,436,0.522302046,-0.034889271,8921.2972429 +263,-1.270340967,0.7681487096,436,0.522302046,-0.034889271,6948.4224931 +264,-1.353091884,0.6549276821,436,0.522302046,-0.034889271,7259.4803822 +265,-1.333236659,0.6413584414,436,0.522302046,-0.034889271,7205.7054851 +266,-1.352015998,0.6753788907,436,0.522302046,-0.034889271,7242.9937042 +267,-1.377988483,0.6577816235,436,0.522302046,-0.034889271,7334.5784245 +268,-2.13075611,0.8318642051,436,0.522302046,-0.034889271,8871.5042436 +269,-2.097910953,0.8259670014,436,0.522302046,-0.034889271,8835.9524667 +270,-1.416382069,0.6694271549,436,0.522302046,-0.034889271,7443.3522013 +271,-1.538905672,0.7535625993,436,0.522302046,-0.034889271,7710.9506691 +272,-1.572309477,0.7803125099,436,0.522302046,-0.034889271,7765.0655232 +273,-1.87759879,0.7503853417,436,0.522302046,-0.034889271,8589.4907603 +274,1.152365588,0.590457682,436,0.522302046,-0.034889271,3412.1028352 +275,0.350198001,0.718001859,436,0.522302046,-0.034889271,3046.0700748 +276,0.046513677,0.491503852,436,0.522302046,-0.034889271,2760.861883 +277,0.027510309,0.742571376,436,0.522302046,-0.034889271,3550.8081178 +278,0.306285725,-0.214631579,436,0.522302046,-0.034889271,1107.0644229 +279,-1.100564889,0.318051531,436,0.522302046,-0.034889271,6460.976614 +280,-1.078582306,0.301437596,436,0.522302046,-0.034889271,6376.7034603 +281,-1.137371989,-0.617634065,436,0.522302046,-0.034889271,6428.4559522 +282,0.784356344,0.703272339,436,0.522302046,-0.034889271,3073.9505459 +283,-1.221209947,0.218327455,436,0.522302046,-0.034889271,6919.6195251 +284,2.347301921,-0.449114658,436,0.522302046,-0.034889271,7065.0527544 +285,0.246820618,0.830553713,436,0.522302046,-0.034889271,3558.4375139 +286,0.829414965,0.703288228,436,0.522302046,-0.034889271,3128.157064 +287,-1.337537566,0.42332223,436,0.522302046,-0.034889271,7321.4891258 +288,0.882453706,0.454478077,436,0.522302046,-0.034889271,2378.8032548 +289,1.575629659,0.416419109,436,0.522302046,-0.034889271,4426.0128178 +290,-1.039455679,0.229888244,436,0.522302046,-0.034889271,6218.5701661 +291,0.489558039,0.934482747,436,0.522302046,-0.034889271,3841.2116388 +292,0.081344504,0.88384514,436,0.522302046,-0.034889271,3933.1765448 +293,-1.547979814,0.300350308,436,0.522302046,-0.034889271,8149.1232438 +294,0.040776181,0.168560074,436,0.522302046,-0.034889271,2063.5004806 +295,-1.130374745,0.563894876,436,0.522302046,-0.034889271,6569.8631333 +296,1.578326642,0.478507176,436,0.522302046,-0.034889271,4501.9436884 +297,-1.12861823,-0.291640865,436,0.522302046,-0.034889271,6485.8522915 +298,0.310524208,0.770885792,436,0.522302046,-0.034889271,3278.7045009 +299,0.415649091,-0.387246002,436,0.522302046,-0.034889271,1454.8357672 +300,-0.926533878,-0.188022748,436,0.522302046,-0.034889271,5721.6619449 +301,1.258856172,-0.11716081,436,0.522302046,-0.034889271,2926.0232327 +302,-1.126050026,0.322941926,436,0.522302046,-0.034889271,6557.0215273 +303,2.002785835,0.07893892,436,0.522302046,-0.034889271,5876.46935 +304,0.440437607,0.746258085,436,0.522302046,-0.034889271,3107.9253635 +305,-0.030391866,0.214441206,436,0.522302046,-0.034889271,2388.1201977 +306,0.521557815,-0.058929362,436,0.522302046,-0.034889271,95.268317427 +307,-0.097005111,0.13317729,436,0.522302046,-0.034889271,2536.0237099 +308,1.83113859,0.221857587,436,0.522302046,-0.034889271,5242.3267423 +309,0.222428864,0.099404236,436,0.522302046,-0.034889271,1300.0817476 +310,-1.702731345,0.8728568183,436,0.522302046,-0.034889271,7928.1973241 +311,-0.418507569,0.278324921,436,0.522302046,-0.034889271,3884.109982 +312,-1.41153306,0.339029988,436,0.522302046,-0.034889271,7622.6278446 +313,0.357560442,0.114788776,436,0.522302046,-0.034889271,880.81321841 +314,0.325818979,0.268352149,436,0.522302046,-0.034889271,1426.6805731 +315,-1.246004659,-0.663679965,436,0.522302046,-0.034889271,6750.2756384 +316,1.814603087,0.637404484,436,0.522302046,-0.034889271,5424.2014121 +317,1.843704281,-0.18300445,436,0.522302046,-0.034889271,5225.5748201 +318,1.690644492,-0.211480909,436,0.522302046,-0.034889271,4634.8495221 +319,-1.275451936,0.068109467,436,0.522302046,-0.034889271,7127.8794711 +320,0.762430171,-0.207594741,436,0.522302046,-0.034889271,1164.9210513 +321,0.265668905,-0.014647884,436,0.522302046,-0.034889271,1019.350939 +322,-2.773032013,-0.335515811,436,0.522302046,-0.034889271,10859.339653 +323,-1.469512853,0.174058777,436,0.522302046,-0.034889271,7887.9326457 +324,0.286276986,0.785925691,436,0.522302046,-0.034889271,3355.9768202 +325,-1.379324697,0.377432233,436,0.522302046,-0.034889271,7489.7368449 +326,-1.203778265,0.212813032,436,0.522302046,-0.034889271,6852.1894335 +327,0.579916301,0.611743168,436,0.522302046,-0.034889271,2570.2224235 +328,0.267582642,0.868113908,436,0.522302046,-0.034889271,3680.8584672 +329,0.412869244,-0.050245578,436,0.522302046,-0.034889271,437.31682452 +330,0.17524381,0.976660285,436,0.522302046,-0.034889271,4160.7813609 +331,0.743157214,0.204812899,436,0.522302046,-0.034889271,1287.4413917 +332,-1.070758176,0.269382282,436,0.522302046,-0.034889271,6343.6631041 +333,-1.230364251,0.329790229,436,0.522302046,-0.034889271,6948.1327932 +334,-1.374813124,-0.024926835,436,0.522302046,-0.034889271,7509.6066588 +335,0.519780566,0.463669906,436,0.522302046,-0.034889271,1974.8164389 +336,-1.55108034,0.239698561,436,0.522302046,-0.034889271,8186.6110036 +337,0.180294813,0.029739425,436,0.522302046,-0.034889271,1378.429343 +338,0.67820924,0.268170153,436,0.522302046,-0.034889271,1346.9188487 +339,0.445798684,1.024001867,436,0.522302046,-0.034889271,4201.169991 +340,0.691751283,0.150521402,436,0.522302046,-0.034889271,993.50191075 +341,-1.036643551,-0.903056181,436,0.522302046,-0.034889271,6084.3556638 +342,-0.120287036,1.083325163,436,0.522302046,-0.034889271,4831.2491333 +343,2.823513113,-0.304487164,436,0.522302046,-0.034889271,8899.3880622 +344,0.457583172,1.12513373,436,0.522302046,-0.034889271,4598.7467662 +345,0.042918831,0.813795399,436,0.522302046,-0.034889271,3753.5698361 +346,1.196146777,-0.853142756,436,0.522302046,-0.034889271,3963.1392169 +347,0.206001358,-0.010430701,436,0.522302046,-0.034889271,1256.2525606 +348,-0.268308653,0.234799412,436,0.522302046,-0.034889271,3283.8541609 +349,0.759363263,0.736189579,436,0.522302046,-0.034889271,3170.23438 +350,0.181363926,0.891988372,436,0.522302046,-0.034889271,3847.366177 +351,-0.021111158,0.139103292,436,0.522302046,-0.034889271,2254.6297439 +352,-0.093355215,0.630686981,436,0.522302046,-0.034889271,3479.4273181 +353,0.40118964,0.681375926,436,0.522302046,-0.034889271,2871.2608514 +354,-0.721197315,1.304706234,436,0.522302046,-0.034889271,6020.4920218 +355,-1.076150317,0.212107639,436,0.522302046,-0.034889271,6358.0501169 +356,-1.577164531,0.273993443,436,0.522302046,-0.034889271,8271.7637131 +357,-0.190788414,0.182208586,436,0.522302046,-0.034889271,2939.4646923 +358,-0.261349752,0.209710184,436,0.522302046,-0.034889271,3232.1861449 +359,-1.029303852,0.083549259,436,0.522302046,-0.034889271,6157.7544888 +360,-1.268609162,0.330525297,436,0.522302046,-0.034889271,7091.2690497 +361,1.282982244,-0.926641967,436,0.522302046,-0.034889271,4316.8609995 +362,0.217352334,0.731352408,436,0.522302046,-0.034889271,3226.3899948 +363,-1.511833084,0.258629297,436,0.522302046,-0.034889271,8029.7767476 +364,0.338812194,0.823184618,436,0.522302046,-0.034889271,3458.165605 +365,-0.324406489,1.134201999,436,0.522302046,-0.034889271,5227.8424151 +366,1.389579348,0.399185724,436,0.522302046,-0.034889271,3760.8038102 +367,2.047152199,-0.039082036,436,0.522302046,-0.034889271,6034.7768876 +368,0.947780369,0.568250077,436,0.522302046,-0.034889271,2871.973081 +369,0.763824846,0.576754987,436,0.522302046,-0.034889271,2585.716704 +370,-0.142334657,0.928153068,436,0.522302046,-0.034889271,4401.6973177 +371,0.610266567,0.547265983,436,0.522302046,-0.034889271,2329.5810347 +372,0.210731629,0.746815056,436,0.522302046,-0.034889271,3290.1687264 +373,-1.34931644,0.316895224,436,0.522302046,-0.034889271,7396.6738582 +374,2.407696481,0.655030745,436,0.522302046,-0.034889271,7290.4052184 +375,0.64207831,0.545359131,436,0.522302046,-0.034889271,2342.223155 +376,1.174597538,0.840588356,436,0.522302046,-0.034889271,4130.6920635 +377,0.660059424,0.010604079,436,0.522302046,-0.034889271,574.55889047 +378,-0.730263819,0.010486456,436,0.522302046,-0.034889271,4963.8044135 +379,0.831068936,0.512339172,436,0.522302046,-0.034889271,2463.3245767 +380,1.301180979,0.72367476,436,0.522302046,-0.034889271,4102.4644012 +381,1.811128231,0.322854402,436,0.522302046,-0.034889271,5210.2350566 +382,0.435105812,0.992284428,436,0.522302046,-0.034889271,4078.236361 +383,0.62643634,0.592027932,436,0.522302046,-0.034889271,2513.3929408 +384,0.492988703,-0.516339467,436,0.522302046,-0.034889271,1910.2155367 +385,-0.162469483,0.112549365,436,0.522302046,-0.034889271,2770.026479 +386,0.314630866,0.472006421,436,0.522302046,-0.034889271,2158.7206141 +387,0.166744804,0.822815954,436,0.522302046,-0.034889271,3614.9709861 +388,0.417159608,0.965805736,436,0.522302046,-0.034889271,3978.5045926 +389,0.106334961,0.868774244,436,0.522302046,-0.034889271,3849.8323333 +390,0.815086969,-0.338144359,436,0.522302046,-0.034889271,1652.3286806 +391,0.59867455,-0.230624824,436,0.522302046,-0.034889271,831.08943637 +392,1.915104874,0.066220985,436,0.522302046,-0.034889271,5528.1733792 +393,1.278093622,0.064463721,436,0.522302046,-0.034889271,3017.8713747 +394,-0.061477853,0.302997961,436,0.522302046,-0.034889271,2643.255621 +395,0.251311504,0.626976942,436,0.522302046,-0.034889271,2806.5327435 +396,2.950242872,0.149095644,436,0.522302046,-0.034889271,9594.9955722 +397,-0.180294708,0.35375117,436,0.522302046,-0.034889271,3131.7181168 +398,1.010448592,-0.351180233,436,0.522302046,-0.034889271,2265.8796462 +399,-1.748740498,0.3686318073,436,0.522302046,-0.034889271,8837.198902 +400,2.699635665,0.123533791,436,0.522302046,-0.034889271,8622.5385304 +401,0.496808033,0.823843254,436,0.522302046,-0.034889271,3402.5938716 +402,0.129574704,0.763364087,436,0.522302046,-0.034889271,3455.5979115 +403,1.798920311,0.817447563,436,0.522302046,-0.034889271,5534.0551179 +404,0.335987953,0.746786541,436,0.522302046,-0.034889271,3166.9536277 +405,-1.085413643,0.292154671,436,0.522302046,-0.034889271,6401.7045411 +406,-0.155321003,0.508207011,436,0.522302046,-0.034889271,3349.7657448 +407,0.620529244,-0.301175104,436,0.522302046,-0.034889271,1121.9237012 +408,1.684402744,0.368716966,436,0.522302046,-0.034889271,4772.1058201 +409,0.300582244,-0.386397212,436,0.522302046,-0.034889271,1633.196773 +410,2.913555946,-0.009225192,436,0.522302046,-0.034889271,9467.1238884 +411,1.465101417,0.493232532,436,0.522302046,-0.034889271,4144.9056583 +412,0.090612882,0.907955955,436,0.522302046,-0.034889271,4004.3096894 +413,2.987564726,-0.729568594,436,0.522302046,-0.034889271,8565.600416 +414,-1.484261606,0.224149272,436,0.522302046,-0.034889271,7934.654039 +415,0.164073421,0.303955133,436,0.522302046,-0.034889271,1938.5934197 +416,0.141441293,0.167552546,436,0.522302046,-0.034889271,1703.1893836 +417,2.931321023,-0.506718887,436,0.522302046,-0.034889271,8935.3977225 +418,2.21951565,0.700596356,436,0.522302046,-0.034889271,6693.6547176 +419,0.268112576,1.199114336,436,0.522302046,-0.034889271,4936.7307017 +420,0.978913739,0.359223811,436,0.522302046,-0.034889271,2361.4675092 +421,1.210898818,0.522863584,436,0.522302046,-0.034889271,3413.188565 +422,2.347397336,0.129231362,436,0.522302046,-0.034889271,7238.39627 +423,0.614394501,0.556878345,436,0.522302046,-0.034889271,2369.3981765 +424,-1.398079356,0.148483366,436,0.522302046,-0.034889271,7611.6300013 +425,2.535303836,-0.112984496,436,0.522302046,-0.034889271,7943.2271655 +426,-1.019372593,-0.405322349,436,0.522302046,-0.034889271,6061.4732683 +427,-1.297785627,-0.160104069,436,0.522302046,-0.034889271,7173.1764706 +428,2.144554488,0.205051084,436,0.522302046,-0.034889271,6449.5213007 +429,-2.242387083,-0.426171285,436,0.522302046,-0.034889271,10112.320159 +430,0.338637212,0.909723676,436,0.522302046,-0.034889271,3791.8321654 +431,-0.148798452,0.691042401,436,0.522302046,-0.034889271,3766.8941507 +432,0.893524764,0.441829531,436,0.522302046,-0.034889271,2365.1217774 +433,0.969229347,-0.368847936,436,0.522302046,-0.034889271,2173.4768274 +434,0.436043248,0.800045688,436,0.522302046,-0.034889271,3320.988431 +435,1.687946607,1.081504775,436,0.522302046,-0.034889271,5608.0795928 +436,0.522302046,-0.034889271,436,0.522302046,-0.034889271,0 +437,-0.178996113,-0.438090009,436,0.522302046,-0.034889271,3115.8612609 +438,-1.094339566,0.301444068,436,0.522302046,-0.034889271,6436.2896724 +439,-1.064070054,0.242569932,436,0.522302046,-0.034889271,6314.9711509 +440,-1.068153768,0.230387998,436,0.522302046,-0.034889271,6329.2515467 +441,-3.00496892,-0.23989155,436,0.522302046,-0.034889271,10578.742629 +442,0.21751974,0.766874888,436,0.522302046,-0.034889271,3354.7591058 +443,0.117229532,0.007619006,436,0.522302046,-0.034889271,1613.0317504 +444,0.777758451,0.420554741,436,0.522302046,-0.034889271,2054.6082772 +445,-0.252356999,0.250747086,436,0.522302046,-0.034889271,3242.5313265 +446,0.363148444,0.768483434,436,0.522302046,-0.034889271,3231.8384159 +447,0.903191366,-0.118210676,436,0.522302046,-0.034889271,1539.5769112 +448,-0.205755923,0.149406178,436,0.522302046,-0.034889271,2965.9712878 +449,1.811996086,0.02364353,436,0.522302046,-0.034889271,5112.8928253 +450,-1.100670221,0.314845373,436,0.522302046,-0.034889271,6461.1574476 +451,0.340078597,0.850105132,436,0.522302046,-0.034889271,3561.0321377 +452,0.258757267,0.804969236,436,0.522302046,-0.034889271,3452.1598762 +453,2.78505352,-0.155160804,436,0.522302046,-0.034889271,8894.1141412 +454,0.800551619,0.105822106,436,0.522302046,-0.034889271,1233.6226631 +455,0.437940882,-0.506194031,436,0.522302046,-0.034889271,1893.7756882 +456,2.230431122,0.63458615,436,0.522302046,-0.034889271,6741.7584177 +457,0.527965361,0.127667701,436,0.522302046,-0.034889271,644.27710428 +458,-0.063643205,0.702093448,436,0.522302046,-0.034889271,3607.1523424 +459,1.408447268,0.133010502,436,0.522302046,-0.034889271,3563.8916248 +460,0.523795955,0.280266966,436,0.522302046,-0.034889271,1248.3475497 +461,-0.975769313,0.072177659,436,0.522302046,-0.034889271,5944.7764998 +462,0.549774164,-0.463663986,436,0.522302046,-0.034889271,1701.5872355 +463,0.29245874,1.095549818,436,0.522302046,-0.034889271,4530.1632339 +464,0.143625958,0.816809593,436,0.522302046,-0.034889271,3622.0767358 +465,0.671902494,0.611159853,436,0.522302046,-0.034889271,2618.5566109 +466,1.239840988,0.6724199,436,0.522302046,-0.034889271,3832.4033588 +467,0.607829703,-0.10932137,436,0.522302046,-0.034889271,448.37602235 +468,1.763020906,0.263996692,436,0.522302046,-0.034889271,5000.1019161 +469,0.378714634,0.726066797,436,0.522302046,-0.034889271,3058.0666607 +470,2.196736143,-0.153862366,436,0.522302046,-0.034889271,6606.0383086 +471,0.01702415,0.148991565,436,0.522302046,-0.034889271,2124.0053119 +472,-2.998490902,-0.158002487,436,0.522302046,-0.034889271,10763.34452 +473,-3.051262951,-0.346595608,436,0.522302046,-0.034889271,10185.114158 +474,-1.069176439,0.182802941,436,0.522302046,-0.034889271,6327.556199 +475,0.167157509,0.595344954,436,0.522302046,-0.034889271,2825.0984333 +476,0.613855648,0.681746124,436,0.522302046,-0.034889271,2858.1357955 +477,1.037012736,0.682555367,436,0.522302046,-0.034889271,3403.4568166 +478,-1.253574971,0.379755746,436,0.522302046,-0.034889271,7027.399675 +479,3.108590453,-0.132620738,436,0.522302046,-0.034889271,10151.464199 +480,0.565301296,0.022333262,436,0.522302046,-0.034889271,283.50292127 +481,0.547898238,0.855555614,436,0.522302046,-0.034889271,3528.1460004 +482,0.948309381,0.417393755,436,0.522302046,-0.034889271,2428.9755779 +483,-0.050600732,0.945269213,436,0.522302046,-0.034889271,4313.1449701 +484,-0.977651478,-0.572363064,436,0.522302046,-0.034889271,5911.2257289 +485,1.102014914,0.728861163,436,0.522302046,-0.034889271,3670.7842855 +486,2.927300795,-0.282939414,436,0.522302046,-0.034889271,9299.5809768 +487,-1.154565557,0.124434095,436,0.522302046,-0.034889271,6655.8051163 +488,1.855331234,0.291044755,436,0.522302046,-0.034889271,5361.6574917 +489,0.830290659,0.276904518,436,0.522302046,-0.034889271,1726.0398356 +490,0.485104466,-0.234867441,436,0.522302046,-0.034889271,805.40995389 +491,0.521367572,-0.33161327,436,0.522302046,-0.034889271,1175.3293493 +1,-1.539031704,0.7349710123,437,-0.178996113,-0.438090009,6793.9758534 +2,-1.536990553,0.7349663874,437,-0.178996113,-0.438090009,6788.6022259 +3,-1.534951779,0.7349571355,437,-0.178996113,-0.438090009,6783.2299901 +4,-1.532906461,0.7349480293,437,-0.178996113,-0.438090009,6777.8441709 +5,-1.531320211,0.7346937278,437,-0.178996113,-0.438090009,6773.2281316 +6,-1.539451648,0.7335131775,437,-0.178996113,-0.438090009,6792.5033696 +7,-1.537429487,0.7335445708,437,-0.178996113,-0.438090009,6787.2362906 +8,-1.535484998,0.7335658704,437,-0.178996113,-0.438090009,6782.1591537 +9,-1.533488396,0.7336036027,437,-0.178996113,-0.438090009,6776.9776132 +10,-1.531497785,0.7335842962,437,-0.178996113,-0.438090009,6771.713589 +11,-1.530259379,0.7334777758,437,-0.178996113,-0.438090009,6768.2712863 +12,-1.5335454,0.7322346912,437,-0.178996113,-0.438090009,6774.689185 +13,-1.531489083,0.7322238773,437,-0.178996113,-0.438090009,6769.2614633 +14,-1.530011122,0.7321679851,437,-0.178996113,-0.438090009,6765.2763312 +15,-1.53348106,0.7306614094,437,-0.178996113,-0.438090009,6771.7164115 +16,-1.531441779,0.7306962275,437,-0.178996113,-0.438090009,6766.4080662 +17,-1.529755654,0.7306933243,437,-0.178996113,-0.438090009,6761.9650905 +18,-1.533415048,0.7291384674,437,-0.178996113,-0.438090009,6768.8274568 +19,-1.531392093,0.7291705353,437,-0.178996113,-0.438090009,6763.5505585 +20,-1.529296523,0.7291214933,437,-0.178996113,-0.438090009,6757.9406855 +21,-1.535280942,0.727267644,437,-0.178996113,-0.438090009,6770.4215243 +22,-1.533378158,0.7276139666,437,-0.178996113,-0.438090009,6766.0111754 +23,-1.531340368,0.7276446587,437,-0.178996113,-0.438090009,6760.6859984 +24,-1.528960113,0.7276398177,437,-0.178996113,-0.438090009,6754.3975984 +25,-1.533313146,0.7260818349,437,-0.178996113,-0.438090009,6763.1056568 +26,-1.531259555,0.7260958115,437,-0.178996113,-0.438090009,6757.7021242 +27,-1.528926415,0.7260865555,437,-0.178996113,-0.438090009,6751.5223141 +28,-1.531226779,0.7245511789,437,-0.178996113,-0.438090009,6754.8513271 +29,-1.528904772,0.7245519194,437,-0.178996113,-0.438090009,6748.7110873 +30,-1.547195875,0.7409785979,437,-0.178996113,-0.438090009,6825.9755623 +31,-1.5451475,0.740980426,437,-0.178996113,-0.438090009,6820.6080112 +32,-1.543097679,0.7409798872,437,-0.178996113,-0.438090009,6815.2359236 +33,-1.540720364,0.7409892687,437,-0.178996113,-0.438090009,6809.0274392 +34,-1.547188511,0.7395198392,437,-0.178996113,-0.438090009,6823.4069634 +35,-1.545148587,0.7395226109,437,-0.178996113,-0.438090009,6818.0566248 +36,-1.543104538,0.7395314908,437,-0.178996113,-0.438090009,6812.7095909 +37,-1.540727751,0.7395306258,437,-0.178996113,-0.438090009,6806.4767859 +38,-1.547187029,0.7380014886,437,-0.178996113,-0.438090009,6820.7485396 +39,-1.545147315,0.7380012252,437,-0.178996113,-0.438090009,6815.3865728 +40,-1.54310719,0.7380060743,437,-0.178996113,-0.438090009,6810.0358743 +41,-1.540719671,0.7380068206,437,-0.178996113,-0.438090009,6803.7697084 +42,-1.547187189,0.7364799098,437,-0.178996113,-0.438090009,6818.0876591 +43,-1.545149996,0.7364853874,437,-0.178996113,-0.438090009,6812.7355274 +44,-1.543106091,0.7364823484,437,-0.178996113,-0.438090009,6807.3541774 +45,-1.540717158,0.7364893901,437,-0.178996113,-0.438090009,6801.0873554 +46,-1.538663972,0.7410138672,437,-0.178996113,-0.438090009,6803.6899655 +47,-1.53695285,0.7409699132,437,-0.178996113,-0.438090009,6799.1374343 +48,-1.534910498,0.7409641297,437,-0.178996113,-0.438090009,6793.7891799 +49,-1.533145034,0.7409536636,437,-0.178996113,-0.438090009,6789.1589975 +50,-1.538681336,0.7395405883,437,-0.178996113,-0.438090009,6801.1329293 +51,-1.536999189,0.7395183096,437,-0.178996113,-0.438090009,6796.6889798 +52,-1.534923633,0.7395144222,437,-0.178996113,-0.438090009,6791.2505681 +53,-1.533267822,0.7395654306,437,-0.178996113,-0.438090009,6787.0107395 +54,-1.53867273,0.7380151077,437,-0.178996113,-0.438090009,6798.4146234 +55,-1.536980576,0.7379994392,437,-0.178996113,-0.438090009,6793.9504641 +56,-1.534931522,0.7379944961,437,-0.178996113,-0.438090009,6788.5726432 +57,-1.533387952,0.7379480264,437,-0.178996113,-0.438090009,6784.4476766 +58,-1.538682279,0.7364914363,437,-0.178996113,-0.438090009,6795.7460483 +59,-1.536980704,0.7364810563,437,-0.178996113,-0.438090009,6791.2608084 +60,-1.534935567,0.7364752065,437,-0.178996113,-0.438090009,6785.8847687 +61,-1.533042592,0.7363876366,437,-0.178996113,-0.438090009,6780.7654355 +62,-1.545143426,0.7349628011,437,-0.178996113,-0.438090009,6810.0471891 +63,-1.543105297,0.7349691947,437,-0.178996113,-0.438090009,6804.6907767 +64,-1.541064533,0.7349647152,437,-0.178996113,-0.438090009,6799.3116792 +65,-1.545411803,0.7334624714,437,-0.178996113,-0.438090009,6808.1220434 +66,-1.543446606,0.7334780896,437,-0.178996113,-0.438090009,6802.9669449 +67,-1.541475327,0.7334957295,437,-0.178996113,-0.438090009,6797.8026571 +68,-1.545401939,0.731963266,437,-0.178996113,-0.438090009,6805.4646965 +69,-1.54342253,0.7319915583,437,-0.178996113,-0.438090009,6800.2879308 +70,-1.541455867,0.7320216438,437,-0.178996113,-0.438090009,6795.1513743 +71,-1.545410146,0.7304422281,437,-0.178996113,-0.438090009,6802.8156712 +72,-1.543435491,0.7304713664,437,-0.178996113,-0.438090009,6797.6463493 +73,-1.541463105,0.7304997613,437,-0.178996113,-0.438090009,6792.4851255 +74,-1.545414768,0.7289194936,437,-0.178996113,-0.438090009,6800.1531364 +75,-1.543435774,0.7289538557,437,-0.178996113,-0.438090009,6794.9749505 +76,-1.541457714,0.7289765881,437,-0.178996113,-0.438090009,6789.7821773 +77,-1.539449415,0.7320555866,437,-0.178996113,-0.438090009,6789.9201558 +78,-1.537429183,0.7321097681,437,-0.178996113,-0.438090009,6784.6921001 +79,-1.535472649,0.7321497267,437,-0.178996113,-0.438090009,6779.6102863 +80,-1.539457899,0.7305333307,437,-0.178996113,-0.438090009,6787.2498347 +81,-1.537453161,0.7305750503,437,-0.178996113,-0.438090009,6782.033812 +82,-1.535479385,0.7306124949,437,-0.178996113,-0.438090009,6776.8954651 +83,-1.53946905,0.7290102593,437,-0.178996113,-0.438090009,6784.5841192 +84,-1.537459922,0.7290417293,437,-0.178996113,-0.438090009,6779.3316279 +85,-1.535451349,0.7290890157,437,-0.178996113,-0.438090009,6774.1123177 +86,-1.535522937,0.7279887191,437,-0.178996113,-0.438090009,6772.3441186 +87,-1.539442524,0.7274735939,437,-0.178996113,-0.438090009,6781.793654 +88,-1.537424111,0.727521351,437,-0.178996113,-0.438090009,6776.5388261 +89,-1.539384641,0.7259505092,437,-0.178996113,-0.438090009,6778.9429208 +90,-1.537372391,0.7259947145,437,-0.178996113,-0.438090009,6773.6915164 +91,-1.535340789,0.7260435356,437,-0.178996113,-0.438090009,6768.4008279 +92,-1.539325716,0.7244369706,437,-0.178996113,-0.438090009,6776.1049172 +93,-1.537308932,0.7244801057,437,-0.178996113,-0.438090009,6770.8330798 +94,-1.535289068,0.7245247645,437,-0.178996113,-0.438090009,6765.5595068 +95,-1.533261366,0.7245550236,437,-0.178996113,-0.438090009,6760.2432159 +96,-1.539267302,0.722921924,437,-0.178996113,-0.438090009,6773.2641902 +97,-1.537248972,0.7229660258,437,-0.178996113,-0.438090009,6767.983442 +98,-1.535219431,0.7229916471,437,-0.178996113,-0.438090009,6762.643748 +99,-1.53318962,0.7230212049,437,-0.178996113,-0.438090009,6757.3139854 +100,-1.531154816,0.7230299897,437,-0.178996113,-0.438090009,6751.9374557 +101,-1.528878341,0.7230370244,437,-0.178996113,-0.438090009,6745.9214959 +102,-1.539218189,0.7214009878,437,-0.178996113,-0.438090009,6770.4363508 +103,-1.537198791,0.7214422745,437,-0.178996113,-0.438090009,6765.1411938 +104,-1.535179266,0.7214634354,437,-0.178996113,-0.438090009,6759.8135291 +105,-1.533156501,0.7214944644,437,-0.178996113,-0.438090009,6754.4984407 +106,-1.53113574,0.7215166021,437,-0.178996113,-0.438090009,6749.1763852 +107,-1.528874248,0.7215345535,437,-0.178996113,-0.438090009,6743.2122972 +108,-1.539217656,0.7198512397,437,-0.178996113,-0.438090009,6767.6853866 +109,-1.537199919,0.7199428763,437,-0.178996113,-0.438090009,6762.477451 +110,-1.545425832,0.727397149,437,-0.178996113,-0.438090009,6797.5073169 +111,-1.543371177,0.7273916949,437,-0.178996113,-0.438090009,6792.0519061 +112,-1.541368852,0.7274523163,437,-0.178996113,-0.438090009,6786.8551668 +113,-1.545349067,0.7258710923,437,-0.178996113,-0.438090009,6794.6208095 +114,-1.54332671,0.7258603556,437,-0.178996113,-0.438090009,6789.2350407 +115,-1.541346831,0.7259242142,437,-0.178996113,-0.438090009,6784.0969489 +116,-1.545324355,0.7243383958,437,-0.178996113,-0.438090009,6791.8593881 +117,-1.543292796,0.7243617413,437,-0.178996113,-0.438090009,6786.5025531 +118,-1.541295822,0.7244024384,437,-0.178996113,-0.438090009,6781.2717606 +119,-1.543193859,0.7205570215,437,-0.178996113,-0.438090009,6779.5254679 +120,-1.550257047,0.7386738187,437,-0.178996113,-0.438090009,6829.9955775 +121,-1.549335448,0.7311736483,437,-0.178996113,-0.438090009,6814.4808844 +122,-1.533478843,0.7179891343,437,-0.178996113,-0.438090009,6749.0899194 +123,-1.556150555,0.738907041,437,-0.178996113,-0.438090009,6845.9146149 +124,-1.554324226,0.733414257,437,-0.178996113,-0.438090009,6831.5810844 +125,-1.554290846,0.7288285332,437,-0.178996113,-0.438090009,6823.5303067 +126,-1.55122487,0.7219795312,437,-0.178996113,-0.438090009,6803.4356688 +127,-1.525104458,0.7229399862,437,-0.178996113,-0.438090009,6735.7619489 +128,-1.519607711,0.7236181429,437,-0.178996113,-0.438090009,6722.4707473 +129,-1.513899999,0.7251107854,437,-0.178996113,-0.438090009,6710.1542902 +130,-1.536620762,0.7431061895,437,-0.178996113,-0.438090009,6802.0508603 +131,-1.5369566,0.7460845958,437,-0.178996113,-0.438090009,6808.1938215 +132,-1.545345528,0.7447040685,437,-0.178996113,-0.438090009,6827.6449455 +133,-1.532813921,0.7432306626,437,-0.178996113,-0.438090009,6792.3443113 +134,-1.554788248,0.7382381001,437,-0.178996113,-0.438090009,6841.1679883 +135,-1.540348126,0.7301594274,437,-0.178996113,-0.438090009,6788.939159 +136,-1.538016084,0.7239051786,437,-0.178996113,-0.438090009,6771.6873625 +137,-1.525288962,0.7258085137,437,-0.178996113,-0.438090009,6741.4214916 +138,-1.534326986,0.731241342,437,-0.178996113,-0.438090009,6774.9776647 +139,-1.530733872,0.7303625216,437,-0.178996113,-0.438090009,6763.9478206 +141,-1.534354939,0.7328219978,437,-0.178996113,-0.438090009,6777.8644797 +142,-1.53157084,0.7292888153,437,-0.178996113,-0.438090009,6764.2331152 +143,-1.525691035,0.7263799874,437,-0.178996113,-0.438090009,6743.5117131 +144,-1.534031287,0.7495967835,437,-0.178996113,-0.438090009,6806.8104415 +145,-1.527714986,0.7283095957,437,-0.178996113,-0.438090009,6752.3174742 +146,-1.526189586,0.7271468292,437,-0.178996113,-0.438090009,6746.2069187 +147,-1.555177336,0.7375563366,437,-0.178996113,-0.438090009,6841.0131244 +148,-1.555080283,0.7312707794,437,-0.178996113,-0.438090009,6829.8644238 +149,-1.53856994,0.7224180299,437,-0.178996113,-0.438090009,6770.517895 +150,-1.530837883,0.729933372,437,-0.178996113,-0.438090009,6763.4542104 +151,-1.515066984,0.5854133365,437,-0.178996113,-0.438090009,6455.1759629 +152,-1.534731633,0.5368370046,437,-0.178996113,-0.438090009,6423.5525493 +153,-1.515231902,0.5607085576,437,-0.178996113,-0.438090009,6409.5453295 +154,-2.616253799,1.0684566605,437,-0.178996113,-0.438090009,9315.8551951 +155,-1.956071439,0.5792177723,437,-0.178996113,-0.438090009,7797.7508163 +156,-1.951208514,0.5602434208,437,-0.178996113,-0.438090009,7761.1606996 +157,-1.944675062,0.6062144545,437,-0.178996113,-0.438090009,7790.8374671 +158,-1.613778386,0.6077989518,437,-0.178996113,-0.438090009,6784.098845 +159,-2.035029014,0.6021432345,437,-0.178996113,-0.438090009,8071.9942677 +160,-2.114989471,0.6801825058,437,-0.178996113,-0.438090009,8379.8266276 +161,-2.037382079,0.5765830025,437,-0.178996113,-0.438090009,8055.6870935 +162,-2.129855121,0.6585019963,437,-0.178996113,-0.438090009,8412.5803892 +163,-2.075141798,0.6493615843,437,-0.178996113,-0.438090009,8236.9310228 +164,-1.828626729,0.6948433129,437,-0.178996113,-0.438090009,7538.8790111 +165,-1.863329418,0.6735427691,437,-0.178996113,-0.438090009,7616.27501 +166,-1.266037071,0.727988852,437,-0.178996113,-0.438090009,6094.5053753 +167,-1.277579582,0.7249010648,437,-0.178996113,-0.438090009,6114.7327379 +168,-1.258418684,0.7241194816,437,-0.178996113,-0.438090009,6067.255578 +169,-1.317813974,0.6804850104,437,-0.178996113,-0.438090009,6111.8518326 +170,-1.344165204,0.6790988904,437,-0.178996113,-0.438090009,6175.9365468 +171,-1.427582102,0.5277120351,437,-0.178996113,-0.438090009,6086.6917949 +172,-1.402238616,0.457167829,437,-0.178996113,-0.438090009,5866.901891 +173,-1.422454264,0.4996161999,437,-0.178996113,-0.438090009,6014.5262074 +174,-1.439089277,0.4894859811,437,-0.178996113,-0.438090009,6044.0381728 +175,-1.448126995,0.5182330266,437,-0.178996113,-0.438090009,6128.4597796 +176,-1.474626146,0.5881926574,437,-0.178996113,-0.438090009,6343.46077 +177,-1.421139645,0.5584869783,437,-0.178996113,-0.438090009,6130.4739454 +178,-1.457037165,0.565943032,437,-0.178996113,-0.438090009,6249.1601284 +179,-2.757159358,0.3745319,437,-0.178996113,-0.438090009,10383.255856 +180,-2.714309238,0.342054471,437,-0.178996113,-0.438090009,10196.714103 +181,-2.000525337,0.774119946,437,-0.178996113,-0.438090009,8102.8570811 +183,-1.571413436,0.6777838382,437,-0.178996113,-0.438090009,6781.6780361 +184,-1.552860289,0.6987663893,437,-0.178996113,-0.438090009,6767.192751 +185,-1.521852374,0.7165827476,437,-0.178996113,-0.438090009,6715.6460627 +186,-1.503656267,0.6928968252,437,-0.178996113,-0.438090009,6623.4887435 +187,-1.502753178,0.7136205882,437,-0.178996113,-0.438090009,6659.5892434 +188,-1.631894563,0.7343596465,437,-0.178996113,-0.438090009,7040.5583289 +189,-1.653765416,0.6770714026,437,-0.178996113,-0.438090009,7011.8281884 +190,-1.719812114,0.6715965947,437,-0.178996113,-0.438090009,7192.9945628 +191,-1.493406659,0.6646955447,437,-0.178996113,-0.438090009,6542.7673318 +192,-1.469120564,0.6613469966,437,-0.178996113,-0.438090009,6469.9885133 +193,-1.590551461,0.5326612937,437,-0.178996113,-0.438090009,6585.7603316 +194,-1.625979264,0.5247742243,437,-0.178996113,-0.438090009,6681.4452586 +195,-1.572293943,0.5238808754,437,-0.178996113,-0.438090009,6514.351919 +196,-1.610848725,0.5477107964,437,-0.178996113,-0.438090009,6673.7817866 +197,-1.208485554,0.7918526018,437,-0.178996113,-0.438090009,6119.2998285 +198,-1.335601374,0.6869083083,437,-0.178996113,-0.438090009,6171.3071063 +199,-1.346156996,0.6825213377,437,-0.178996113,-0.438090009,6188.5511264 +200,-1.324381037,0.6741422347,437,-0.178996113,-0.438090009,6114.315552 +201,-1.242424992,0.7378949807,437,-0.178996113,-0.438090009,6062.7875699 +202,-1.270370057,0.7392461008,437,-0.178996113,-0.438090009,6131.3226376 +203,-1.448950472,0.7441675014,437,-0.178996113,-0.438090009,6578.6499102 +204,-1.492662363,0.7523026852,437,-0.178996113,-0.438090009,6705.3093631 +205,-1.479098966,0.7763855017,437,-0.178996113,-0.438090009,6716.2969847 +206,-1.633760714,0.7869022408,437,-0.178996113,-0.438090009,7126.50786 +207,-1.647406434,0.8101289331,437,-0.178996113,-0.438090009,7196.1411985 +208,-1.564245052,0.5701509278,437,-0.178996113,-0.438090009,6572.2761689 +209,-1.646289963,0.6833746083,437,-0.178996113,-0.438090009,7000.5152271 +210,-1.5820631,0.6751952144,437,-0.178996113,-0.438090009,6806.8902062 +211,-1.613236298,0.6681681791,437,-0.178996113,-0.438090009,6882.7194784 +212,-1.914661867,0.8212566515,437,-0.178996113,-0.438090009,7903.0038808 +213,-1.742133237,0.7250275956,437,-0.178996113,-0.438090009,7330.0599475 +214,-2.033144872,0.6557314699,437,-0.178996113,-0.438090009,8112.2478768 +215,-2.039551981,0.6964723658,437,-0.178996113,-0.438090009,8162.7841925 +216,-1.247341019,0.7622473908,437,-0.178996113,-0.438090009,6132.8543311 +217,-1.298239787,0.7084123392,437,-0.178996113,-0.438090009,6126.5540477 +218,-1.308539688,0.6926545592,437,-0.178996113,-0.438090009,6116.0546792 +219,-1.303263185,0.6888938396,437,-0.178996113,-0.438090009,6094.3098492 +220,-1.852400229,0.6004246149,437,-0.178996113,-0.438090009,7496.2942768 +221,-1.288947707,0.7473773692,437,-0.178996113,-0.438090009,6194.0667902 +222,-1.372031502,0.7472790993,437,-0.178996113,-0.438090009,6393.5054718 +223,-1.289805721,0.7242157877,437,-0.178996113,-0.438090009,6142.480882 +224,-1.350807603,0.7533498126,437,-0.178996113,-0.438090009,6355.0227378 +225,-1.329290365,0.7560442322,437,-0.178996113,-0.438090009,6309.3708264 +226,-1.410153004,0.616936428,437,-0.178996113,-0.438090009,6219.3531185 +227,-1.393445434,0.6308995063,437,-0.178996113,-0.438090009,6202.6513346 +228,-1.37595573,0.6241540638,437,-0.178996113,-0.438090009,6140.9643721 +229,-1.358388707,0.6172645205,437,-0.178996113,-0.438090009,6078.6051045 +230,-1.753741133,0.8281661666,437,-0.178996113,-0.438090009,7490.9644113 +231,-1.47430987,0.6834615681,437,-0.178996113,-0.438090009,6526.7614583 +232,-1.421012508,0.7222725206,437,-0.178996113,-0.438090009,6463.9162559 +233,-1.4476833,0.6978557868,437,-0.178996113,-0.438090009,6484.0947234 +234,-1.470370723,0.6966193374,437,-0.178996113,-0.438090009,6541.6074122 +235,-1.429211703,0.7037216883,437,-0.178996113,-0.438090009,6447.508526 +236,-1.700578405,0.6178673663,437,-0.178996113,-0.438090009,7057.6727883 +237,-1.678117619,0.6331716163,437,-0.178996113,-0.438090009,7014.3604214 +238,-1.725644578,0.6316331145,437,-0.178996113,-0.438090009,7152.7235395 +239,-2.14012759,0.7930497945,437,-0.178996113,-0.438090009,8500.3819357 +240,-2.103289431,0.7653606263,437,-0.178996113,-0.438090009,8387.8095062 +241,-1.318739838,0.7017808746,437,-0.178996113,-0.438090009,6162.1234468 +242,-1.396417427,0.7077900843,437,-0.178996113,-0.438090009,6371.2620935 +243,-1.35650337,0.7185539404,437,-0.178996113,-0.438090009,6293.3090414 +244,-1.248884539,0.7274156818,437,-0.178996113,-0.438090009,6052.6260079 +245,-1.395014798,0.5761185243,437,-0.178996113,-0.438090009,6092.3764675 +246,-1.433377362,0.6064716109,437,-0.178996113,-0.438090009,6262.5741687 +247,-1.408172432,0.5903155476,437,-0.178996113,-0.438090009,6158.9058616 +248,-1.749645898,0.7757118084,437,-0.178996113,-0.438090009,7416.1451024 +249,-1.571626686,0.615046989,437,-0.178996113,-0.438090009,6673.2264116 +250,-1.514070049,0.6303003037,437,-0.178996113,-0.438090009,6535.8525691 +251,-1.480890369,0.6237966528,437,-0.178996113,-0.438090009,6430.0374759 +252,-1.704390658,0.5281680612,437,-0.178996113,-0.438090009,6931.8959116 +253,-1.64434733,0.5254277498,437,-0.178996113,-0.438090009,6739.6059656 +254,-1.703855997,0.4792484842,437,-0.178996113,-0.438090009,6853.2433501 +255,-1.692002383,0.5748825051,437,-0.178996113,-0.438090009,6966.0606942 +256,-1.854136457,0.5544643913,437,-0.178996113,-0.438090009,7443.4777984 +257,-1.665021206,0.520317736,437,-0.178996113,-0.438090009,6795.7866933 +258,-1.733654349,0.4845187345,437,-0.178996113,-0.438090009,6957.5784469 +259,-1.720938188,0.5135933906,437,-0.178996113,-0.438090009,6961.6309366 +260,-1.742668307,0.553296122,437,-0.178996113,-0.438090009,7090.1053565 +261,-1.965659039,0.7142126903,437,-0.178996113,-0.438090009,7958.1596942 +262,-1.944438071,0.6772834804,437,-0.178996113,-0.438090009,7862.0463446 +263,-1.270340967,0.7681487096,437,-0.178996113,-0.438090009,6199.3986643 +264,-1.353091884,0.6549276821,437,-0.178996113,-0.438090009,6146.2376761 +265,-1.333236659,0.6413584414,437,-0.178996113,-0.438090009,6064.2582487 +266,-1.352015998,0.6753788907,437,-0.178996113,-0.438090009,6187.9952097 +267,-1.377988483,0.6577816235,437,-0.178996113,-0.438090009,6217.9696291 +268,-2.13075611,0.8318642051,437,-0.178996113,-0.438090009,8483.0265676 +269,-2.097910953,0.8259670014,437,-0.178996113,-0.438090009,8393.9294274 +270,-1.416382069,0.6694271549,437,-0.178996113,-0.438090009,6344.0944136 +271,-1.538905672,0.7535625993,437,-0.178996113,-0.438090009,6826.4406948 +272,-1.572309477,0.7803125099,437,-0.178996113,-0.438090009,6958.1785386 +273,-1.87759879,0.7503853417,437,-0.178996113,-0.438090009,7738.9694317 +274,1.152365588,0.590457682,437,-0.178996113,-0.438090009,6450.9164944 +275,0.350198001,0.718001859,437,-0.178996113,-0.438090009,4974.9794438 +276,0.046513677,0.491503852,437,-0.178996113,-0.438090009,3781.1229604 +277,0.027510309,0.742571376,437,-0.178996113,-0.438090009,4737.1207901 +278,0.306285725,-0.214631579,437,-0.178996113,-0.438090009,2018.1766483 +279,-1.100564889,0.318051531,437,-0.178996113,-0.438090009,4646.3624726 +280,-1.078582306,0.301437596,437,-0.178996113,-0.438090009,4540.4972703 +281,-1.137371989,-0.617634065,437,-0.178996113,-0.438090009,3313.4397526 +282,0.784356344,0.703272339,437,-0.178996113,-0.438090009,5745.9061065 +283,-1.221209947,0.218327455,437,-0.178996113,-0.438090009,4788.8246451 +284,2.347301921,-0.449114658,437,-0.178996113,-0.438090009,8213.9362598 +285,0.246820618,0.830553713,437,-0.178996113,-0.438090009,5249.5247531 +286,0.829414965,0.703288228,437,-0.178996113,-0.438090009,5849.314181 +287,-1.337537566,0.42332223,437,-0.178996113,-0.438090009,5599.2777742 +288,0.882453706,0.454478077,437,-0.178996113,-0.438090009,5381.8064966 +289,1.575629659,0.416419109,437,-0.178996113,-0.438090009,7524.5853863 +290,-1.039455679,0.229888244,437,-0.178996113,-0.438090009,4246.4636288 +291,0.489558039,0.934482747,437,-0.178996113,-0.438090009,5900.407712 +292,0.081344504,0.88384514,437,-0.178996113,-0.438090009,5315.0817086 +293,-1.547979814,0.300350308,437,-0.178996113,-0.438090009,6032.1775511 +294,0.040776181,0.168560074,437,-0.178996113,-0.438090009,2548.3152735 +295,-1.130374745,0.563894876,437,-0.178996113,-0.438090009,5353.0287183 +296,1.578326642,0.478507176,437,-0.178996113,-0.438090009,7614.6175198 +297,-1.12861823,-0.291640865,437,-0.178996113,-0.438090009,3538.8635776 +298,0.310524208,0.770885792,437,-0.178996113,-0.438090009,5107.3322528 +299,0.415649091,-0.387246002,437,-0.178996113,-0.438090009,2161.4320349 +300,-0.926533878,-0.188022748,437,-0.178996113,-0.438090009,2970.7067602 +301,1.258856172,-0.11716081,437,-0.178996113,-0.438090009,5550.0936507 +302,-1.126050026,0.322941926,437,-0.178996113,-0.438090009,4733.6638143 +303,2.002785835,0.07893892,437,-0.178996113,-0.438090009,8534.9964479 +304,0.440437607,0.746258085,437,-0.178996113,-0.438090009,5207.2725735 +305,-0.030391866,0.214441206,437,-0.178996113,-0.438090009,2647.6394019 +306,0.521557815,-0.058929362,437,-0.178996113,-0.438090009,3060.4164017 +307,-0.097005111,0.13317729,437,-0.178996113,-0.438090009,2284.7833179 +308,1.83113859,0.221857587,437,-0.178996113,-0.438090009,8155.8634163 +309,0.222428864,0.099404236,437,-0.178996113,-0.438090009,2631.2056894 +310,-1.702731345,0.8728568183,437,-0.178996113,-0.438090009,7419.0138957 +311,-0.418507569,0.278324921,437,-0.178996113,-0.438090009,2984.5513125 +312,-1.41153306,0.339029988,437,-0.178996113,-0.438090009,5656.270278 +313,0.357560442,0.114788776,437,-0.178996113,-0.438090009,3011.7252049 +314,0.325818979,0.268352149,437,-0.178996113,-0.438090009,3409.9862036 +315,-1.246004659,-0.663679965,437,-0.178996113,-0.438090009,3644.7958618 +316,1.814603087,0.637404484,437,-0.178996113,-0.438090009,8533.7061303 +317,1.843704281,-0.18300445,437,-0.178996113,-0.438090009,7477.2286964 +318,1.690644492,-0.211480909,437,-0.178996113,-0.438090009,6905.122334 +319,-1.275451936,0.068109467,437,-0.178996113,-0.438090009,4661.7045445 +320,0.762430171,-0.207594741,437,-0.178996113,-0.438090009,3628.0902771 +321,0.265668905,-0.014647884,437,-0.178996113,-0.438090009,2388.5546381 +322,-2.773032013,-0.335515811,437,-0.178996113,-0.438090009,8723.4316321 +323,-1.469512853,0.174058777,437,-0.178996113,-0.438090009,5532.1986494 +324,0.286276986,0.785925691,437,-0.178996113,-0.438090009,5131.442758 +325,-1.379324697,0.377432233,437,-0.178996113,-0.438090009,5631.7423412 +326,-1.203778265,0.212813032,437,-0.178996113,-0.438090009,4720.500932 +327,0.579916301,0.611743168,437,-0.178996113,-0.438090009,5038.7596289 +328,0.267582642,0.868113908,437,-0.178996113,-0.438090009,5407.6752906 +329,0.412869244,-0.050245578,437,-0.178996113,-0.438090009,2729.1066159 +330,0.17524381,0.976660285,437,-0.178996113,-0.438090009,5729.7380859 +331,0.743157214,0.204812899,437,-0.178996113,-0.438090009,4375.9743137 +332,-1.070758176,0.269382282,437,-0.178996113,-0.438090009,4437.9016914 +333,-1.230364251,0.329790229,437,-0.178996113,-0.438090009,5065.1598218 +334,-1.374813124,-0.024926835,437,-0.178996113,-0.438090009,4838.7872168 +335,0.519780566,0.463669906,437,-0.178996113,-0.438090009,4459.5253058 +336,-1.55108034,0.239698561,437,-0.178996113,-0.438090009,5932.7449217 +337,0.180294813,0.029739425,437,-0.178996113,-0.438090009,2309.7202297 +338,0.67820924,0.268170153,437,-0.178996113,-0.438090009,4332.3712114 +339,0.445798684,1.024001867,437,-0.178996113,-0.438090009,6144.524865 +340,0.691751283,0.150521402,437,-0.178996113,-0.438090009,4087.2805943 +341,-1.036643551,-0.903056181,437,-0.178996113,-0.438090009,3150.8834627 +342,-0.120287036,1.083325163,437,-0.178996113,-0.438090009,6029.2235869 +343,2.823513113,-0.304487164,437,-0.178996113,-0.438090009,9453.9551514 +344,0.457583172,1.12513373,437,-0.178996113,-0.438090009,6494.9881027 +345,0.042918831,0.813795399,437,-0.178996113,-0.438090009,5022.166441 +346,1.196146777,-0.853142756,437,-0.178996113,-0.438090009,4437.7733119 +347,0.206001358,-0.010430701,437,-0.178996113,-0.438090009,2244.8636267 +348,-0.268308653,0.234799412,437,-0.178996113,-0.438090009,2687.5461266 +349,0.759363263,0.736189579,437,-0.178996113,-0.438090009,5778.0664005 +350,0.181363926,0.891988372,437,-0.178996113,-0.438090009,5416.7417882 +351,-0.021111158,0.139103292,437,-0.178996113,-0.438090009,2366.0054134 +352,-0.093355215,0.630686981,437,-0.178996113,-0.438090009,4245.5268491 +353,0.40118964,0.681375926,437,-0.178996113,-0.438090009,4927.2509391 +354,-0.721197315,1.304706234,437,-0.178996113,-0.438090009,7040.967979 +355,-1.076150317,0.212107639,437,-0.178996113,-0.438090009,4315.3769441 +356,-1.577164531,0.273993443,437,-0.178996113,-0.438090009,6083.3962719 +357,-0.190788414,0.182208586,437,-0.178996113,-0.438090009,2457.4246449 +358,-0.261349752,0.209710184,437,-0.178996113,-0.438090009,2585.5767241 +359,-1.029303852,0.083549259,437,-0.178996113,-0.438090009,3867.7437473 +360,-1.268609162,0.330525297,437,-0.178996113,-0.438090009,5185.1745114 +361,1.282982244,-0.926641967,437,-0.178996113,-0.438090009,4599.4147637 +362,0.217352334,0.731352408,437,-0.178996113,-0.438090009,4854.4580535 +363,-1.511833084,0.258629297,437,-0.178996113,-0.438090009,5833.6563592 +364,0.338812194,0.823184618,437,-0.178996113,-0.438090009,5327.5113862 +365,-0.324406489,1.134201999,437,-0.178996113,-0.438090009,6243.8558076 +366,1.389579348,0.399185724,437,-0.178996113,-0.438090009,6870.55804 +367,2.047152199,-0.039082036,437,-0.178996113,-0.438090009,8457.4187531 +368,0.947780369,0.568250077,437,-0.178996113,-0.438090009,5826.8380861 +369,0.763824846,0.576754987,437,-0.178996113,-0.438090009,5365.0748352 +370,-0.142334657,0.928153068,437,-0.178996113,-0.438090009,5413.1640311 +371,0.610266567,0.547265983,437,-0.178996113,-0.438090009,4915.1710767 +372,0.210731629,0.746815056,437,-0.178996113,-0.438090009,4904.2853004 +373,-1.34931644,0.316895224,437,-0.178996113,-0.438090009,5411.1227468 +374,2.407696481,0.655030745,437,-0.178996113,-0.438090009,10392.009444 +375,0.64207831,0.545359131,437,-0.178996113,-0.438090009,4983.7691879 +376,1.174597538,0.840588356,437,-0.178996113,-0.438090009,6962.5165794 +377,0.660059424,0.010604079,437,-0.178996113,-0.438090009,3670.3701776 +378,-0.730263819,0.010486456,437,-0.178996113,-0.438090009,2759.8772045 +379,0.831068936,0.512339172,437,-0.178996113,-0.438090009,5376.6099429 +380,1.301180979,0.72367476,437,-0.178996113,-0.438090009,7098.4085103 +381,1.811128231,0.322854402,437,-0.178996113,-0.438090009,8224.1844256 +382,0.435105812,0.992284428,437,-0.178996113,-0.438090009,6025.7985509 +383,0.62643634,0.592027932,437,-0.178996113,-0.438090009,5081.8261691 +384,0.492988703,-0.516339467,437,-0.178996113,-0.438090009,2373.8584967 +385,-0.162469483,0.112549365,437,-0.178996113,-0.438090009,2182.0126365 +386,0.314630866,0.472006421,437,-0.178996113,-0.438090009,4067.9670432 +387,0.166744804,0.822815954,437,-0.178996113,-0.438090009,5145.157207 +388,0.417159608,0.965805736,437,-0.178996113,-0.438090009,5915.5049946 +389,0.106334961,0.868774244,437,-0.178996113,-0.438090009,5273.1911723 +390,0.815086969,-0.338144359,437,-0.178996113,-0.438090009,3640.5206 +391,0.59867455,-0.230624824,437,-0.178996113,-0.438090009,3008.5909509 +392,1.915104874,0.066220985,437,-0.178996113,-0.438090009,8203.3485644 +393,1.278093622,0.064463721,437,-0.178996113,-0.438090009,5923.7512253 +394,-0.061477853,0.302997961,437,-0.178996113,-0.438090009,2970.2606405 +395,0.251311504,0.626976942,437,-0.178996113,-0.438090009,4515.5446022 +396,2.950242872,0.149095644,437,-0.178996113,-0.438090009,11298.192457 +397,-0.180294708,0.35375117,437,-0.178996113,-0.438090009,3136.4868967 +398,1.010448592,-0.351180233,437,-0.178996113,-0.438090009,4317.9169903 +399,-1.748740498,0.3686318073,437,-0.178996113,-0.438090009,6826.2237872 +400,2.699635665,0.123533791,437,-0.178996113,-0.438090009,10849.114102 +401,0.496808033,0.823843254,437,-0.178996113,-0.438090009,5550.3025519 +402,0.129574704,0.763364087,437,-0.178996113,-0.438090009,4889.4086903 +403,1.798920311,0.817447563,437,-0.178996113,-0.438090009,8551.0704904 +404,0.335987953,0.746786541,437,-0.178996113,-0.438090009,5055.5937589 +405,-1.085413643,0.292154671,437,-0.178996113,-0.438090009,4537.7008409 +406,-0.155321003,0.508207011,437,-0.178996113,-0.438090009,3749.3648734 +407,0.620529244,-0.301175104,437,-0.178996113,-0.438090009,2988.3826124 +408,1.684402744,0.368716966,437,-0.178996113,-0.438090009,7837.0161638 +409,0.300582244,-0.386397212,437,-0.178996113,-0.438090009,1749.4561439 +410,2.913555946,-0.009225192,437,-0.178996113,-0.438090009,10662.089641 +411,1.465101417,0.493232532,437,-0.178996113,-0.438090009,7260.7528893 +412,0.090612882,0.907955955,437,-0.178996113,-0.438090009,5413.2954907 +413,2.987564726,-0.729568594,437,-0.178996113,-0.438090009,7817.8467502 +414,-1.484261606,0.224149272,437,-0.178996113,-0.438090009,5675.946815 +415,0.164073421,0.303955133,437,-0.178996113,-0.438090009,3223.4862055 +416,0.141441293,0.167552546,437,-0.178996113,-0.438090009,2699.0561727 +417,2.931321023,-0.506718887,437,-0.178996113,-0.438090009,8699.5681979 +418,2.21951565,0.700596356,437,-0.178996113,-0.438090009,9786.353058 +419,0.268112576,1.199114336,437,-0.178996113,-0.438090009,6613.4660722 +420,0.978913739,0.359223811,437,-0.178996113,-0.438090009,5460.5421064 +421,1.210898818,0.522863584,437,-0.178996113,-0.438090009,6502.1115712 +422,2.347397336,0.129231362,437,-0.178996113,-0.438090009,9816.9904639 +423,0.614394501,0.556878345,437,-0.178996113,-0.438090009,4952.5600493 +424,-1.398079356,0.148483366,437,-0.178996113,-0.438090009,5238.3004089 +425,2.535303836,-0.112984496,437,-0.178996113,-0.438090009,9709.6211842 +426,-1.019372593,-0.405322349,437,-0.178996113,-0.438090009,3023.7927048 +427,-1.297785627,-0.160104069,437,-0.178996113,-0.438090009,4337.0827801 +428,2.144554488,0.205051084,437,-0.178996113,-0.438090009,9251.8686866 +429,-2.242387083,-0.426171285,437,-0.178996113,-0.438090009,7078.5570859 +430,0.338637212,0.909723676,437,-0.178996113,-0.438090009,5632.3270721 +431,-0.148798452,0.691042401,437,-0.178996113,-0.438090009,4473.88728 +432,0.893524764,0.441829531,437,-0.178996113,-0.438090009,5384.5653127 +433,0.969229347,-0.368847936,437,-0.178996113,-0.438090009,4150.9434124 +434,0.436043248,0.800045688,437,-0.178996113,-0.438090009,5380.0258931 +435,1.687946607,1.081504775,437,-0.178996113,-0.438090009,8289.7110173 +436,0.522302046,-0.034889271,437,-0.178996113,-0.438090009,3115.8612609 +437,-0.178996113,-0.438090009,437,-0.178996113,-0.438090009,0 +438,-1.094339566,0.301444068,437,-0.178996113,-0.438090009,4587.0590521 +439,-1.064070054,0.242569932,437,-0.178996113,-0.438090009,4351.9715557 +440,-1.068153768,0.230387998,437,-0.178996113,-0.438090009,4334.7440892 +441,-3.00496892,-0.23989155,437,-0.178996113,-0.438090009,9494.6699118 +442,0.21751974,0.766874888,437,-0.178996113,-0.438090009,4985.3862358 +443,0.117229532,0.007619006,437,-0.178996113,-0.438090009,2098.8789292 +444,0.777758451,0.420554741,437,-0.178996113,-0.438090009,5002.1275808 +445,-0.252356999,0.250747086,437,-0.178996113,-0.438090009,2743.1541981 +446,0.363148444,0.768483434,437,-0.178996113,-0.438090009,5168.3458062 +447,0.903191366,-0.118210676,437,-0.178996113,-0.438090009,4274.2664638 +448,-0.205755923,0.149406178,437,-0.178996113,-0.438090009,2329.3624831 +449,1.811996086,0.02364353,437,-0.178996113,-0.438090009,7763.0841328 +450,-1.100670221,0.314845373,437,-0.178996113,-0.438090009,4638.7695756 +451,0.340078597,0.850105132,437,-0.178996113,-0.438090009,5423.7802654 +452,0.258757267,0.804969236,437,-0.178996113,-0.438090009,5168.9500446 +453,2.78505352,-0.155160804,437,-0.178996113,-0.438090009,9996.1204263 +454,0.800551619,0.105822106,437,-0.178996113,-0.438090009,4341.3834959 +455,0.437940882,-0.506194031,437,-0.178996113,-0.438090009,2184.9443979 +456,2.230431122,0.63458615,437,-0.178996113,-0.438090009,9854.7221446 +457,0.527965361,0.127667701,437,-0.178996113,-0.438090009,3527.7940008 +458,-0.063643205,0.702093448,437,-0.178996113,-0.438090009,4536.2720467 +459,1.408447268,0.133010502,437,-0.178996113,-0.438090009,6504.1837382 +460,0.523795955,0.280266966,437,-0.178996113,-0.438090009,3930.9104182 +461,-0.975769313,0.072177659,437,-0.178996113,-0.438090009,3669.2273448 +462,0.549774164,-0.463663986,437,-0.178996113,-0.438090009,2588.6505284 +463,0.29245874,1.095549818,437,-0.178996113,-0.438090009,6253.8259309 +464,0.143625958,0.816809593,437,-0.178996113,-0.438090009,5103.2344283 +465,0.671902494,0.611159853,437,-0.178996113,-0.438090009,5239.2506922 +466,1.239840988,0.6724199,437,-0.178996113,-0.438090009,6846.3564765 +467,0.607829703,-0.10932137,437,-0.178996113,-0.438090009,3249.8615865 +468,1.763020906,0.263996692,437,-0.178996113,-0.438090009,7972.9538624 +469,0.378714634,0.726066797,437,-0.178996113,-0.438090009,5044.4322014 +470,2.196736143,-0.153862366,437,-0.178996113,-0.438090009,8672.6796593 +471,0.01702415,0.148991565,437,-0.178996113,-0.438090009,2445.3534681 +472,-2.998490902,-0.158002487,437,-0.178996113,-0.438090009,9775.4945238 +473,-3.051262951,-0.346595608,437,-0.178996113,-0.438090009,9167.1331778 +474,-1.069176439,0.182802941,437,-0.178996113,-0.438090009,4224.2089106 +475,0.167157509,0.595344954,437,-0.178996113,-0.438090009,4295.509077 +476,0.613855648,0.681746124,437,-0.178996113,-0.438090009,5318.2723722 +477,1.037012736,0.682555367,437,-0.178996113,-0.438090009,6314.9231853 +478,-1.253574971,0.379755746,437,-0.178996113,-0.438090009,5248.9634454 +479,3.108590453,-0.132620738,437,-0.178996113,-0.438090009,10114.184414 +480,0.565301296,0.022333262,437,-0.178996113,-0.438090009,3385.383629 +481,0.547898238,0.855555614,437,-0.178996113,-0.438090009,5731.4435903 +482,0.948309381,0.417393755,437,-0.178996113,-0.438090009,5491.9571928 +483,-0.050600732,0.945269213,437,-0.178996113,-0.438090009,5497.074577 +484,-0.977651478,-0.572363064,437,-0.178996113,-0.438090009,2797.1301398 +485,1.102014914,0.728861163,437,-0.178996113,-0.438090009,6576.9647698 +486,2.927300795,-0.282939414,437,-0.178996113,-0.438090009,9584.6029103 +487,-1.154565557,0.124434095,437,-0.178996113,-0.438090009,4367.87365 +488,1.855331234,0.291044755,437,-0.178996113,-0.438090009,8339.8889921 +489,0.830290659,0.276904518,437,-0.178996113,-0.438090009,4814.7061186 +490,0.485104466,-0.234867441,437,-0.178996113,-0.438090009,2599.6580813 +491,0.521367572,-0.33161327,437,-0.178996113,-0.438090009,2596.1473013 +1,-1.539031704,0.7349710123,438,-1.094339566,0.301444068,2281.9352959 +2,-1.536990553,0.7349663874,438,-1.094339566,0.301444068,2277.4061769 +3,-1.534951779,0.7349571355,438,-1.094339566,0.301444068,2272.8815988 +4,-1.532906461,0.7349480293,438,-1.094339566,0.301444068,2268.3543972 +5,-1.531320211,0.7346937278,438,-1.094339566,0.301444068,2264.2000729 +6,-1.539451648,0.7335131775,438,-1.094339566,0.301444068,2279.0796499 +7,-1.537429487,0.7335445708,438,-1.094339566,0.301444068,2274.6714505 +8,-1.535484998,0.7335658704,438,-1.094339566,0.301444068,2270.4204924 +9,-1.533488396,0.7336036027,438,-1.094339566,0.301444068,2266.1084388 +10,-1.531497785,0.7335842962,438,-1.094339566,0.301444068,2261.6713833 +11,-1.530259379,0.7334777758,438,-1.094339566,0.301444068,2258.6675002 +12,-1.5335454,0.7322346912,438,-1.094339566,0.301444068,2262.6506832 +13,-1.531489083,0.7322238773,438,-1.094339566,0.301444068,2258.0790913 +14,-1.530011122,0.7321679851,438,-1.094339566,0.301444068,2254.6739291 +15,-1.53348106,0.7306614094,438,-1.094339566,0.301444068,2258.3974393 +16,-1.531441779,0.7306962275,438,-1.094339566,0.301444068,2253.9696815 +17,-1.529755654,0.7306933243,438,-1.094339566,0.301444068,2250.2347397 +18,-1.533415048,0.7291384674,438,-1.094339566,0.301444068,2254.279412 +19,-1.531392093,0.7291705353,438,-1.094339566,0.301444068,2249.8676277 +20,-1.529296523,0.7291214933,438,-1.094339566,0.301444068,2245.0944006 +21,-1.535280942,0.727267644,438,-1.094339566,0.301444068,2253.5833972 +22,-1.533378158,0.7276139666,438,-1.094339566,0.301444068,2250.2296174 +23,-1.531340368,0.7276446587,438,-1.094339566,0.301444068,2245.7680683 +24,-1.528960113,0.7276398177,438,-1.094339566,0.301444068,2240.4655639 +25,-1.533313146,0.7260818349,438,-1.094339566,0.301444068,2246.1048205 +26,-1.531259555,0.7260958115,438,-1.094339566,0.301444068,2241.5513041 +27,-1.528926415,0.7260865555,438,-1.094339566,0.301444068,2236.3268681 +28,-1.531226779,0.7245511789,438,-1.094339566,0.301444068,2237.4604703 +29,-1.528904772,0.7245519194,438,-1.094339566,0.301444068,2232.2717368 +30,-1.547195875,0.7409785979,438,-1.094339566,0.301444068,2315.6001584 +31,-1.5451475,0.740980426,438,-1.094339566,0.301444068,2311.0784346 +32,-1.543097679,0.7409798872,438,-1.094339566,0.301444068,2306.5587081 +33,-1.540720364,0.7409892687,438,-1.094339566,0.301444068,2301.3573182 +34,-1.547188511,0.7395198392,438,-1.094339566,0.301444068,2311.8124884 +35,-1.545148587,0.7395226109,438,-1.094339566,0.301444068,2307.2993568 +36,-1.543104538,0.7395314908,438,-1.094339566,0.301444068,2302.8042649 +37,-1.540727751,0.7395306258,438,-1.094339566,0.301444068,2297.5626814 +38,-1.547187029,0.7380014886,438,-1.094339566,0.301444068,2307.8915435 +39,-1.545147315,0.7380012252,438,-1.094339566,0.301444068,2303.3579557 +40,-1.54310719,0.7380060743,438,-1.094339566,0.301444068,2298.8479243 +41,-1.540719671,0.7380068206,438,-1.094339566,0.301444068,2293.5715202 +42,-1.547187189,0.7364799098,438,-1.094339566,0.301444068,2303.9739273 +43,-1.545149996,0.7364853874,438,-1.094339566,0.301444068,2299.4476553 +44,-1.543106091,0.7364823484,438,-1.094339566,0.301444068,2294.8956902 +45,-1.540717158,0.7364893901,438,-1.094339566,0.301444068,2289.6171362 +46,-1.538663972,0.7410138672,438,-1.094339566,0.301444068,2296.9139468 +47,-1.53695285,0.7409699132,438,-1.094339566,0.301444068,2293.056313 +48,-1.534910498,0.7409641297,438,-1.094339566,0.301444068,2288.5849294 +49,-1.533145034,0.7409536636,438,-1.094339566,0.301444068,2284.7145458 +50,-1.538681336,0.7395405883,438,-1.094339566,0.301444068,2293.0900621 +51,-1.536999189,0.7395183096,438,-1.094339566,0.301444068,2289.3423275 +52,-1.534923633,0.7395144222,438,-1.094339566,0.301444068,2284.7906266 +53,-1.533267822,0.7395654306,438,-1.094339566,0.301444068,2281.3109076 +54,-1.53867273,0.7380151077,438,-1.094339566,0.301444068,2289.0801797 +55,-1.536980576,0.7379994392,438,-1.094339566,0.301444068,2285.317086 +56,-1.534931522,0.7379944961,438,-1.094339566,0.301444068,2280.8074839 +57,-1.533387952,0.7379480264,438,-1.094339566,0.301444068,2277.3053398 +58,-1.538682279,0.7364914363,438,-1.094339566,0.301444068,2285.1229788 +59,-1.536980704,0.7364810563,438,-1.094339566,0.301444068,2281.3420748 +60,-1.534935567,0.7364752065,438,-1.094339566,0.301444068,2276.8255492 +61,-1.533042592,0.7363876366,438,-1.094339566,0.301444068,2272.4390907 +62,-1.545143426,0.7349628011,438,-1.094339566,0.301444068,2295.5073412 +63,-1.543105297,0.7349691947,438,-1.094339566,0.301444068,2290.9794928 +64,-1.541064533,0.7349647152,438,-1.094339566,0.301444068,2286.4289494 +65,-1.545411803,0.7334624714,438,-1.094339566,0.301444068,2292.2478923 +66,-1.543446606,0.7334780896,438,-1.094339566,0.301444068,2287.892275 +67,-1.541475327,0.7334957295,438,-1.094339566,0.301444068,2283.5390296 +68,-1.545401939,0.731963266,438,-1.094339566,0.301444068,2288.3778511 +69,-1.54342253,0.7319915583,438,-1.094339566,0.301444068,2284.0104578 +70,-1.541455867,0.7320216438,438,-1.094339566,0.301444068,2279.6872367 +71,-1.545410146,0.7304422281,438,-1.094339566,0.301444068,2284.5004571 +72,-1.543435491,0.7304713664,438,-1.094339566,0.301444068,2280.1329176 +73,-1.541463105,0.7304997613,438,-1.094339566,0.301444068,2275.7795639 +74,-1.545414768,0.7289194936,438,-1.094339566,0.301444068,2280.6189464 +75,-1.543435774,0.7289538557,438,-1.094339566,0.301444068,2276.2420253 +76,-1.541457714,0.7289765881,438,-1.094339566,0.301444068,2271.8484546 +77,-1.539449415,0.7320555866,438,-1.094339566,0.301444068,2275.296318 +78,-1.537429183,0.7321097681,438,-1.094339566,0.301444068,2270.9389377 +79,-1.535472649,0.7321497267,438,-1.094339566,0.301444068,2266.6979263 +80,-1.539457899,0.7305333307,438,-1.094339566,0.301444068,2271.3772417 +81,-1.537453161,0.7305750503,438,-1.094339566,0.301444068,2267.0086625 +82,-1.535479385,0.7306124949,438,-1.094339566,0.301444068,2262.7096087 +83,-1.53946905,0.7290102593,438,-1.094339566,0.301444068,2267.4703151 +84,-1.537459922,0.7290417293,438,-1.094339566,0.301444068,2263.0520819 +85,-1.535451349,0.7290890157,438,-1.094339566,0.301444068,2258.6877883 +86,-1.535522937,0.7279887191,438,-1.094339566,0.301444068,2255.9933031 +87,-1.539442524,0.7274735939,438,-1.094339566,0.301444068,2263.4520348 +88,-1.537424111,0.727521351,438,-1.094339566,0.301444068,2259.0418184 +89,-1.539384641,0.7259505092,438,-1.094339566,0.301444068,2259.4059737 +90,-1.537372391,0.7259947145,438,-1.094339566,0.301444068,2254.9873834 +91,-1.535340789,0.7260435356,438,-1.094339566,0.301444068,2250.549191 +92,-1.539325716,0.7244369706,438,-1.094339566,0.301444068,2255.3895781 +93,-1.537308932,0.7244801057,438,-1.094339566,0.301444068,2250.9450522 +94,-1.535289068,0.7245247645,438,-1.094339566,0.301444068,2246.5094378 +95,-1.533261366,0.7245550236,438,-1.094339566,0.301444068,2242.0309875 +96,-1.539267302,0.722921924,438,-1.094339566,0.301444068,2251.3779692 +97,-1.537248972,0.7229660258,438,-1.094339566,0.301444068,2246.9194105 +98,-1.535219431,0.7229916471,438,-1.094339566,0.301444068,2242.3998921 +99,-1.53318962,0.7230212049,438,-1.094339566,0.301444068,2237.9017582 +100,-1.531154816,0.7230299897,438,-1.094339566,0.301444068,2233.3505092 +101,-1.528878341,0.7230370244,438,-1.094339566,0.301444068,2228.2653482 +102,-1.539218189,0.7214009878,438,-1.094339566,0.301444068,2247.3800288 +103,-1.537198791,0.7214422745,438,-1.094339566,0.301444068,2242.8986749 +104,-1.535179266,0.7214634354,438,-1.094339566,0.301444068,2238.3772008 +105,-1.533156501,0.7214944644,438,-1.094339566,0.301444068,2233.8854816 +106,-1.53113574,0.7215166021,438,-1.094339566,0.301444068,2229.3871647 +107,-1.528874248,0.7215345535,438,-1.094339566,0.301444068,2224.349234 +108,-1.539217656,0.7198512397,438,-1.094339566,0.301444068,2243.4272706 +109,-1.537199919,0.7199428763,438,-1.094339566,0.301444068,2239.0646841 +110,-1.545425832,0.727397149,438,-1.094339566,0.301444068,2276.7613563 +111,-1.543371177,0.7273916949,438,-1.094339566,0.301444068,2272.0985704 +112,-1.541368852,0.7274523163,438,-1.094339566,0.301444068,2267.7345272 +113,-1.545349067,0.7258710923,438,-1.094339566,0.301444068,2272.7032513 +114,-1.54332671,0.7258603556,438,-1.094339566,0.301444068,2268.0872448 +115,-1.541346831,0.7259242142,438,-1.094339566,0.301444068,2263.7690458 +116,-1.545324355,0.7243383958,438,-1.094339566,0.301444068,2268.7542887 +117,-1.543292796,0.7243617413,438,-1.094339566,0.301444068,2264.1910701 +118,-1.541295822,0.7244024384,438,-1.094339566,0.301444068,2259.7620947 +119,-1.543193859,0.7205570215,438,-1.094339566,0.301444068,2254.3045991 +120,-1.550257047,0.7386738187,438,-1.094339566,0.301444068,2316.4601501 +121,-1.549335448,0.7311736483,438,-1.094339566,0.301444068,2295.2222662 +122,-1.533478843,0.7179891343,438,-1.094339566,0.301444068,2225.5999293 +123,-1.556150555,0.738907041,438,-1.094339566,0.301444068,2330.2437864 +124,-1.554324226,0.733414257,438,-1.094339566,0.301444068,2312.1909249 +125,-1.554290846,0.7288285332,438,-1.094339566,0.301444068,2300.5442097 +126,-1.55122487,0.7219795312,438,-1.094339566,0.301444068,2276.3277335 +127,-1.525104458,0.7229399862,438,-1.094339566,0.301444068,2219.5831123 +128,-1.519607711,0.7236181429,438,-1.094339566,0.301444068,2209.170857 +129,-1.513899999,0.7251107854,438,-1.094339566,0.301444068,2200.59558 +130,-1.536620762,0.7431061895,438,-1.094339566,0.301444068,2297.9620731 +131,-1.5369566,0.7460845958,438,-1.094339566,0.301444068,2306.564889 +132,-1.545345528,0.7447040685,438,-1.094339566,0.301444068,2321.2042699 +133,-1.532813921,0.7432306626,438,-1.094339566,0.301444068,2290.0338148 +134,-1.554788248,0.7382381001,438,-1.094339566,0.301444068,2325.4838133 +135,-1.540348126,0.7301594274,438,-1.094339566,0.301444068,2272.4041196 +136,-1.538016084,0.7239051786,438,-1.094339566,0.301444068,2251.0646157 +137,-1.525288962,0.7258085137,438,-1.094339566,0.301444068,2227.5191027 +138,-1.534326986,0.731241342,438,-1.094339566,0.301444068,2261.7876113 +139,-1.530733872,0.7303625216,438,-1.094339566,0.301444068,2251.5290192 +141,-1.534354939,0.7328219978,438,-1.094339566,0.301444068,2265.977136 +142,-1.53157084,0.7292888153,438,-1.094339566,0.301444068,2250.5734779 +143,-1.525691035,0.7263799874,438,-1.094339566,0.301444068,2229.9121111 +144,-1.534031287,0.7495967835,438,-1.094339566,0.301444068,2309.6128705 +145,-1.527714986,0.7283095957,438,-1.094339566,0.301444068,2239.4632425 +146,-1.526189586,0.7271468292,438,-1.094339566,0.301444068,2233.0319392 +147,-1.555177336,0.7375563366,438,-1.094339566,0.301444068,2324.6231026 +148,-1.555080283,0.7312707794,438,-1.094339566,0.301444068,2308.4920265 +149,-1.53856994,0.7224180299,438,-1.094339566,0.301444068,2248.5071336 +150,-1.530837883,0.729933372,438,-1.094339566,0.301444068,2250.6349025 +151,-1.515066984,0.5854133365,438,-1.094339566,0.301444068,1870.6254194 +152,-1.534731633,0.5368370046,438,-1.094339566,0.301444068,1839.1688992 +153,-1.515231902,0.5607085576,438,-1.094339566,0.301444068,1822.5282922 +154,-2.616253799,1.0684566605,438,-1.094339566,0.301444068,5086.7308438 +155,-1.956071439,0.5792177723,438,-1.094339566,0.301444068,3244.5446455 +156,-1.951208514,0.5602434208,438,-1.094339566,0.301444068,3219.533059 +157,-1.944675062,0.6062144545,438,-1.094339566,0.301444068,3222.6596026 +158,-1.613778386,0.6077989518,438,-1.094339566,0.301444068,2197.2883902 +159,-2.035029014,0.6021432345,438,-1.094339566,0.301444068,3512.7457289 +160,-2.114989471,0.6801825058,438,-1.094339566,0.301444068,3796.0438663 +161,-2.037382079,0.5765830025,438,-1.094339566,0.301444068,3511.9178297 +162,-2.129855121,0.6585019963,438,-1.094339566,0.301444068,3834.3802479 +163,-2.075141798,0.6493615843,438,-1.094339566,0.301444068,3659.7865372 +164,-1.828626729,0.6948433129,438,-1.094339566,0.301444068,2953.8508708 +165,-1.863329418,0.6735427691,438,-1.094339566,0.301444068,3029.2221609 +166,-1.266037071,0.727988852,438,-1.094339566,0.301444068,1787.2528893 +167,-1.277579582,0.7249010648,438,-1.094339566,0.301444068,1789.1794673 +168,-1.258418684,0.7241194816,438,-1.094339566,0.301444068,1764.6963979 +169,-1.317813974,0.6804850104,438,-1.094339566,0.301444068,1687.9853459 +170,-1.344165204,0.6790988904,438,-1.094339566,0.301444068,1726.8446117 +171,-1.427582102,0.5277120351,438,-1.094339566,0.301444068,1500.2649653 +172,-1.402238616,0.457167829,438,-1.094339566,0.301444068,1287.9028974 +173,-1.422454264,0.4996161999,438,-1.094339566,0.301444068,1428.035205 +174,-1.439089277,0.4894859811,438,-1.094339566,0.301444068,1460.5692468 +175,-1.448126995,0.5182330266,438,-1.094339566,0.301444068,1541.5638713 +176,-1.474626146,0.5881926574,438,-1.094339566,0.301444068,1764.4627771 +177,-1.421139645,0.5584869783,438,-1.094339566,0.301444068,1551.2697701 +178,-1.457037165,0.565943032,438,-1.094339566,0.301444068,1666.5574339 +179,-2.757159358,0.3745319,438,-1.094339566,0.301444068,6115.1636818 +180,-2.714309238,0.342054471,438,-1.094339566,0.301444068,6002.4952974 +181,-2.000525337,0.774119946,438,-1.094339566,0.301444068,3529.0506631 +183,-1.571413436,0.6777838382,438,-1.094339566,0.301444068,2220.3547396 +184,-1.552860289,0.6987663893,438,-1.094339566,0.301444068,2223.1705509 +185,-1.521852374,0.7165827476,438,-1.094339566,0.301444068,2195.6850821 +186,-1.503656267,0.6928968252,438,-1.094339566,0.301444068,2092.6066393 +187,-1.502753178,0.7136205882,438,-1.094339566,0.301444068,2145.3496405 +188,-1.631894563,0.7343596465,438,-1.094339566,0.301444068,2497.0875491 +189,-1.653765416,0.6770714026,438,-1.094339566,0.301444068,2435.6838397 +190,-1.719812114,0.6715965947,438,-1.094339566,0.301444068,2609.3307867 +191,-1.493406659,0.6646955447,438,-1.094339566,0.301444068,1996.099678 +192,-1.469120564,0.6613469966,438,-1.094339566,0.301444068,1930.0010039 +193,-1.590551461,0.5326612937,438,-1.094339566,0.301444068,2008.4758266 +194,-1.625979264,0.5247742243,438,-1.094339566,0.301444068,2112.657512 +195,-1.572293943,0.5238808754,438,-1.094339566,0.301444068,1937.7546048 +196,-1.610848725,0.5477107964,438,-1.094339566,0.301444068,2094.0349886 +197,-1.208485554,0.7918526018,438,-1.094339566,0.301444068,1978.9102835 +198,-1.335601374,0.6869083083,438,-1.094339566,0.301444068,1738.2979906 +199,-1.346156996,0.6825213377,438,-1.094339566,0.301444068,1741.5119858 +200,-1.324381037,0.6741422347,438,-1.094339566,0.301444068,1677.1004701 +201,-1.242424992,0.7378949807,438,-1.094339566,0.301444068,1799.8741065 +202,-1.270370057,0.7392461008,438,-1.094339566,0.301444068,1833.37284 +203,-1.448950472,0.7441675014,438,-1.094339566,0.301444068,2122.1436797 +204,-1.492662363,0.7523026852,438,-1.094339566,0.301444068,2231.2738788 +205,-1.479098966,0.7763855017,438,-1.094339566,0.301444068,2275.2582191 +206,-1.633760714,0.7869022408,438,-1.094339566,0.301444068,2622.4158256 +207,-1.647406434,0.8101289331,438,-1.094339566,0.301444068,2708.128939 +208,-1.564245052,0.5701509278,438,-1.094339566,0.301444068,1985.428024 +209,-1.646289963,0.6833746083,438,-1.094339566,0.301444068,2427.6640421 +210,-1.5820631,0.6751952144,438,-1.094339566,0.301444068,2241.9198893 +211,-1.613236298,0.6681681791,438,-1.094339566,0.301444068,2309.0847538 +212,-1.914661867,0.8212566515,438,-1.094339566,0.301444068,3361.3902041 +213,-1.742133237,0.7250275956,438,-1.094339566,0.301444068,2760.4581525 +214,-2.033144872,0.6557314699,438,-1.094339566,0.301444068,3531.7203451 +215,-2.039551981,0.6964723658,438,-1.094339566,0.301444068,3576.0226163 +216,-1.247341019,0.7622473908,438,-1.094339566,0.301444068,1895.8492943 +217,-1.298239787,0.7084123392,438,-1.094339566,0.301444068,1756.263526 +218,-1.308539688,0.6926545592,438,-1.094339566,0.301444068,1715.648007 +219,-1.303263185,0.6888938396,438,-1.094339566,0.301444068,1694.8440788 +220,-1.852400229,0.6004246149,438,-1.094339566,0.301444068,2922.7828276 +221,-1.288947707,0.7473773692,438,-1.094339566,0.301444068,1884.1174396 +222,-1.372031502,0.7472790993,438,-1.094339566,0.301444068,1998.3216589 +223,-1.289805721,0.7242157877,438,-1.094339566,0.301444068,1801.5881915 +224,-1.350807603,0.7533498126,438,-1.094339566,0.301444068,1986.6676245 +225,-1.329290365,0.7560442322,438,-1.094339566,0.301444068,1965.8562442 +226,-1.410153004,0.616936428,438,-1.094339566,0.301444068,1672.9718699 +227,-1.393445434,0.6308995063,438,-1.094339566,0.301444068,1674.3336111 +228,-1.37595573,0.6241540638,438,-1.094339566,0.301444068,1616.6938952 +229,-1.358388707,0.6172645205,438,-1.094339566,0.301444068,1558.8555602 +230,-1.753741133,0.8281661666,438,-1.094339566,0.301444068,2985.8397952 +231,-1.47430987,0.6834615681,438,-1.094339566,0.301444068,2000.8830334 +232,-1.421012508,0.7222725206,438,-1.094339566,0.301444068,2002.8757594 +233,-1.4476833,0.6978557868,438,-1.094339566,0.301444068,1983.2427571 +234,-1.470370723,0.6966193374,438,-1.094339566,0.301444068,2028.1338275 +235,-1.429211703,0.7037216883,438,-1.094339566,0.301444068,1962.6876095 +236,-1.700578405,0.6178673663,438,-1.094339566,0.301444068,2470.9843387 +237,-1.678117619,0.6331716163,438,-1.094339566,0.301444068,2427.644123 +238,-1.725644578,0.6316331145,438,-1.094339566,0.301444068,2565.7601113 +239,-2.14012759,0.7930497945,438,-1.094339566,0.301444068,3927.6140562 +240,-2.103289431,0.7653606263,438,-1.094339566,0.301444068,3807.243562 +241,-1.318739838,0.7017808746,438,-1.094339566,0.301444068,1762.3231573 +242,-1.396417427,0.7077900843,438,-1.094339566,0.301444068,1912.1953893 +243,-1.35650337,0.7185539404,438,-1.094339566,0.301444068,1877.9209693 +244,-1.248884539,0.7274156818,438,-1.094339566,0.301444068,1766.995483 +245,-1.395014798,0.5761185243,438,-1.094339566,0.301444068,1527.1991792 +246,-1.433377362,0.6064716109,438,-1.094339566,0.301444068,1701.2444954 +247,-1.408172432,0.5903155476,438,-1.094339566,0.301444068,1596.9873794 +248,-1.749645898,0.7757118084,438,-1.094339566,0.301444068,2872.2324074 +249,-1.571626686,0.615046989,438,-1.094339566,0.301444068,2089.42859 +250,-1.514070049,0.6303003037,438,-1.094339566,0.301444068,1965.0002997 +251,-1.480890369,0.6237966528,438,-1.094339566,0.301444068,1863.9774472 +252,-1.704390658,0.5281680612,438,-1.094339566,0.301444068,2374.5180926 +253,-1.64434733,0.5254277498,438,-1.094339566,0.301444068,2173.5212694 +254,-1.703855997,0.4792484842,438,-1.094339566,0.301444068,2331.9256715 +255,-1.692002383,0.5748825051,438,-1.094339566,0.301444068,2386.4738158 +256,-1.854136457,0.5544643913,438,-1.094339566,0.301444068,2893.258286 +257,-1.665021206,0.520317736,438,-1.094339566,0.301444068,2236.0544143 +258,-1.733654349,0.4845187345,438,-1.094339566,0.301444068,2438.5397939 +259,-1.720938188,0.5135933906,438,-1.094339566,0.301444068,2416.6956199 +260,-1.742668307,0.553296122,438,-1.094339566,0.301444068,2525.0126178 +261,-1.965659039,0.7142126903,438,-1.094339566,0.301444068,3371.9538698 +262,-1.944438071,0.6772834804,438,-1.094339566,0.301444068,3275.5406695 +263,-1.270340967,0.7681487096,438,-1.094339566,0.301444068,1939.9337095 +264,-1.353091884,0.6549276821,438,-1.094339566,0.301444068,1664.8629051 +265,-1.333236659,0.6413584414,438,-1.094339566,0.301444068,1584.4860909 +266,-1.352015998,0.6753788907,438,-1.094339566,0.301444068,1728.4632451 +267,-1.377988483,0.6577816235,438,-1.094339566,0.301444068,1721.9565502 +268,-2.13075611,0.8318642051,438,-1.094339566,0.301444068,3929.3179629 +269,-2.097910953,0.8259670014,438,-1.094339566,0.301444068,3838.5087974 +270,-1.416382069,0.6694271549,438,-1.094339566,0.301444068,1835.3423719 +271,-1.538905672,0.7535625993,438,-1.094339566,0.301444068,2330.6200984 +272,-1.572309477,0.7803125099,438,-1.094339566,0.301444068,2472.2509995 +273,-1.87759879,0.7503853417,438,-1.094339566,0.301444068,3165.0116685 +274,1.152365588,0.590457682,438,-1.094339566,0.301444068,7558.0234161 +275,0.350198001,0.718001859,438,-1.094339566,0.301444068,5073.5159271 +276,0.046513677,0.491503852,438,-1.094339566,0.301444068,4188.8546319 +277,0.027510309,0.742571376,438,-1.094339566,0.301444068,4120.0162853 +278,0.306285725,-0.214631579,438,-1.094339566,0.301444068,5845.9830582 +279,-1.100564889,0.318051531,438,-1.094339566,0.301444068,69.848564956 +280,-1.078582306,0.301437596,438,-1.094339566,0.301444068,59.600169349 +281,-1.137371989,-0.617634065,438,-1.094339566,0.301444068,3644.0578035 +282,0.784356344,0.703272339,438,-1.094339566,0.301444068,6335.6931822 +283,-1.221209947,0.218327455,438,-1.094339566,0.301444068,586.57250045 +284,2.347301921,-0.449114658,438,-1.094339566,0.301444068,11194.697355 +285,0.246820618,0.830553713,438,-1.094339566,0.301444068,4738.5430246 +286,0.829414965,0.703288228,438,-1.094339566,0.301444068,6458.7400294 +287,-1.337537566,0.42332223,438,-1.094339566,0.301444068,1021.005888 +288,0.882453706,0.454478077,438,-1.094339566,0.301444068,7053.9282417 +289,1.575629659,0.416419109,438,-1.094339566,0.301444068,9065.9020612 +290,-1.039455679,0.229888244,438,-1.094339566,0.301444068,352.5806453 +291,0.489558039,0.934482747,438,-1.094339566,0.301444068,5297.1289254 +292,0.081344504,0.88384514,438,-1.094339566,0.301444068,4316.7315174 +293,-1.547979814,0.300350308,438,-1.094339566,0.301444068,1714.8258181 +294,0.040776181,0.168560074,438,-1.094339566,0.301444068,4385.9414647 +295,-1.130374745,0.563894876,438,-1.094339566,0.301444068,1047.5369214 +296,1.578326642,0.478507176,438,-1.094339566,0.301444068,8868.0214367 +297,-1.12861823,-0.291640865,438,-1.094339566,0.301444068,2353.0143298 +298,0.310524208,0.770885792,438,-1.094339566,0.301444068,4931.6864197 +299,0.415649091,-0.387246002,438,-1.094339566,0.301444068,6453.3308188 +300,-0.926533878,-0.188022748,438,-1.094339566,0.301444068,2047.0262939 +301,1.258856172,-0.11716081,438,-1.094339566,0.301444068,9311.5351968 +302,-1.126050026,0.322941926,438,-1.094339566,0.301444068,146.76000286 +303,2.002785835,0.07893892,438,-1.094339566,0.301444068,10927.144004 +304,0.440437607,0.746258085,438,-1.094339566,0.301444068,5315.633382 +305,-0.030391866,0.214441206,438,-1.094339566,0.301444068,4073.9096323 +306,0.521557815,-0.058929362,438,-1.094339566,0.301444068,6461.5684482 +307,-0.097005111,0.13317729,438,-1.094339566,0.301444068,3901.3369434 +308,1.83113859,0.221857587,438,-1.094339566,0.301444068,10205.267205 +309,0.222428864,0.099404236,438,-1.094339566,0.301444068,5146.2001124 +310,-1.702731345,0.8728568183,438,-1.094339566,0.301444068,2974.593165 +311,-0.418507569,0.278324921,438,-1.094339566,0.301444068,2562.6812068 +312,-1.41153306,0.339029988,438,-1.094339566,0.301444068,1201.1972047 +313,0.357560442,0.114788776,438,-1.094339566,0.301444068,5639.4282371 +314,0.325818979,0.268352149,438,-1.094339566,0.301444068,5355.9251932 +315,-1.246004659,-0.663679965,438,-1.094339566,0.301444068,3864.3092189 +316,1.814603087,0.637404484,438,-1.094339566,0.301444068,8624.4997454 +317,1.843704281,-0.18300445,438,-1.094339566,0.301444068,11531.833586 +318,1.690644492,-0.211480909,438,-1.094339566,0.301444068,11032.81302 +319,-1.275451936,0.068109467,438,-1.094339566,0.301444068,1161.4404367 +320,0.762430171,-0.207594741,438,-1.094339566,0.301444068,7532.1448244 +321,0.265668905,-0.014647884,438,-1.094339566,0.301444068,5442.8292396 +322,-2.773032013,-0.335515811,438,-1.094339566,0.301444068,6998.7078255 +323,-1.469512853,0.174058777,438,-1.094339566,0.301444068,1528.3235807 +324,0.286276986,0.785925691,438,-1.094339566,0.301444068,4857.7895526 +325,-1.379324697,0.377432233,438,-1.094339566,0.301444068,1105.4285615 +326,-1.203778265,0.212813032,438,-1.094339566,0.301444068,546.67763849 +327,0.579916301,0.611743168,438,-1.094339566,0.301444068,5865.8487461 +328,0.267582642,0.868113908,438,-1.094339566,0.301444068,4786.3968907 +329,0.412869244,-0.050245578,438,-1.094339566,0.301444068,6040.8784722 +330,0.17524381,0.976660285,438,-1.094339566,0.301444068,4571.9581233 +331,0.743157214,0.204812899,438,-1.094339566,0.301444068,6963.0726462 +332,-1.070758176,0.269382282,438,-1.094339566,0.301444068,155.43586461 +333,-1.230364251,0.329790229,438,-1.094339566,0.301444068,524.28311757 +334,-1.374813124,-0.024926835,438,-1.094339566,0.301444068,1694.2346328 +335,0.519780566,0.463669906,438,-1.094339566,0.301444068,5841.9067258 +336,-1.55108034,0.239698561,438,-1.094339566,0.301444068,1758.9702024 +337,0.180294813,0.029739425,438,-1.094339566,0.301444068,5067.2626567 +338,0.67820924,0.268170153,438,-1.094339566,0.301444068,6641.9543742 +339,0.445798684,1.024001867,438,-1.094339566,0.301444068,5143.8276708 +340,0.691751283,0.150521402,438,-1.094339566,0.301444068,6847.0837631 +341,-1.036643551,-0.903056181,438,-1.094339566,0.301444068,4775.1987075 +342,-0.120287036,1.083325163,438,-1.094339566,0.301444068,4085.1707353 +343,2.823513113,-0.304487164,438,-1.094339566,0.301444068,9516.0309408 +344,0.457583172,1.12513373,438,-1.094339566,0.301444068,5115.6774783 +345,0.042918831,0.813795399,438,-1.094339566,0.301444068,4187.6367391 +346,1.196146777,-0.853142756,438,-1.094339566,0.301444068,8960.4461048 +347,0.206001358,-0.010430701,438,-1.094339566,0.301444068,5212.8222918 +348,-0.268308653,0.234799412,438,-1.094339566,0.301444068,3158.6088951 +349,0.759363263,0.736189579,438,-1.094339566,0.301444068,6214.6807022 +350,0.181363926,0.891988372,438,-1.094339566,0.301444068,4568.3174086 +351,-0.021111158,0.139103292,438,-1.094339566,0.301444068,4182.0203139 +352,-0.093355215,0.630686981,438,-1.094339566,0.301444068,3716.7692091 +353,0.40118964,0.681375926,438,-1.094339566,0.301444068,5250.5761001 +354,-0.721197315,1.304706234,438,-1.094339566,0.301444068,4054.5719408 +355,-1.076150317,0.212107639,438,-1.094339566,0.301444068,360.65244101 +356,-1.577164531,0.273993443,438,-1.094339566,0.301444068,1835.5399348 +357,-0.190788414,0.182208586,438,-1.094339566,0.301444068,3497.0434897 +358,-0.261349752,0.209710184,438,-1.094339566,0.301444068,3205.283938 +359,-1.029303852,0.083549259,438,-1.094339566,0.301444068,899.19895519 +360,-1.268609162,0.330525297,438,-1.094339566,0.301444068,666.03243048 +361,1.282982244,-0.926641967,438,-1.094339566,0.301444068,9031.7870606 +362,0.217352334,0.731352408,438,-1.094339566,0.301444068,4676.2827007 +363,-1.511833084,0.258629297,438,-1.094339566,0.301444068,1597.2532253 +364,0.338812194,0.823184618,438,-1.094339566,0.301444068,4986.7604564 +365,-0.324406489,1.134201999,438,-1.094339566,0.301444068,3872.5685897 +366,1.389579348,0.399185724,438,-1.094339566,0.301444068,8677.1731849 +367,2.047152199,-0.039082036,438,-1.094339566,0.301444068,11404.632418 +368,0.947780369,0.568250077,438,-1.094339566,0.301444068,7042.4436637 +369,0.763824846,0.576754987,438,-1.094339566,0.301444068,6479.438523 +370,-0.142334657,0.928153068,438,-1.094339566,0.301444068,3821.3400395 +371,0.610266567,0.547265983,438,-1.094339566,0.301444068,6040.8284334 +372,0.210731629,0.746815056,438,-1.094339566,0.301444068,4653.4470166 +373,-1.34931644,0.316895224,438,-1.094339566,0.301444068,963.76755459 +374,2.407696481,0.655030745,438,-1.094339566,0.301444068,8424.0046825 +375,0.64207831,0.545359131,438,-1.094339566,0.301444068,6145.0180231 +376,1.174597538,0.840588356,438,-1.094339566,0.301444068,6971.9606118 +377,0.660059424,0.010604079,438,-1.094339566,0.301444068,6903.3334598 +378,-0.730263819,0.010486456,438,-1.094339566,0.301444068,1828.0340858 +379,0.831068936,0.512339172,438,-1.094339566,0.301444068,6792.1007962 +380,1.301180979,0.72367476,438,-1.094339566,0.301444068,7549.446487 +381,1.811128231,0.322854402,438,-1.094339566,0.301444068,9805.4767439 +382,0.435105812,0.992284428,438,-1.094339566,0.301444068,5138.3096468 +383,0.62643634,0.592027932,438,-1.094339566,0.301444068,6034.556717 +384,0.492988703,-0.516339467,438,-1.094339566,0.301444068,6859.6523694 +385,-0.162469483,0.112549365,438,-1.094339566,0.301444068,3677.0408412 +386,0.314630866,0.472006421,438,-1.094339566,0.301444068,5130.6814071 +387,0.166744804,0.822815954,438,-1.094339566,0.301444068,4524.2267741 +388,0.417159608,0.965805736,438,-1.094339566,0.301444068,5112.7111506 +389,0.106334961,0.868774244,438,-1.094339566,0.301444068,4374.1654607 +390,0.815086969,-0.338144359,438,-1.094339566,0.301444068,7842.2041805 +391,0.59867455,-0.230624824,438,-1.094339566,0.301444068,6943.6492947 +392,1.915104874,0.066220985,438,-1.094339566,0.301444068,10898.564884 +393,1.278093622,0.064463721,438,-1.094339566,0.301444068,9106.4272499 +394,-0.061477853,0.302997961,438,-1.094339566,0.301444068,3888.7400879 +395,0.251311504,0.626976942,438,-1.094339566,0.301444068,4818.9974383 +396,2.950242872,0.149095644,438,-1.094339566,0.301444068,8484.6206169 +397,-0.180294708,0.35375117,438,-1.094339566,0.301444068,3420.3908003 +398,1.010448592,-0.351180233,438,-1.094339566,0.301444068,8569.0965031 +399,-1.748740498,0.3686318073,438,-1.094339566,0.301444068,2456.8711405 +400,2.699635665,0.123533791,438,-1.094339566,0.301444068,9385.5300539 +401,0.496808033,0.823843254,438,-1.094339566,0.301444068,5405.5327998 +402,0.129574704,0.763364087,438,-1.094339566,0.301444068,4418.0980431 +403,1.798920311,0.817447563,438,-1.094339566,0.301444068,7924.1519065 +404,0.335987953,0.746786541,438,-1.094339566,0.301444068,5015.8921268 +405,-1.085413643,0.292154671,438,-1.094339566,0.301444068,49.969809615 +406,-0.155321003,0.508207011,438,-1.094339566,0.301444068,3485.6751062 +407,0.620529244,-0.301175104,438,-1.094339566,0.301444068,7096.4817728 +408,1.684402744,0.368716966,438,-1.094339566,0.301444068,9438.6048592 +409,0.300582244,-0.386397212,438,-1.094339566,0.301444068,6052.049583 +410,2.913555946,-0.009225192,438,-1.094339566,0.301444068,8876.660068 +411,1.465101417,0.493232532,438,-1.094339566,0.301444068,8585.7245257 +412,0.090612882,0.907955955,438,-1.094339566,0.301444068,4350.0908061 +413,2.987564726,-0.729568594,438,-1.094339566,0.301444068,8858.5017378 +414,-1.484261606,0.224149272,438,-1.094339566,0.301444068,1521.4773397 +415,0.164073421,0.303955133,438,-1.094339566,0.301444068,4725.4518601 +416,0.141441293,0.167552546,438,-1.094339566,0.301444068,4767.1389881 +417,2.931321023,-0.506718887,438,-1.094339566,0.301444068,9148.4886919 +418,2.21951565,0.700596356,438,-1.094339566,0.301444068,8424.1799884 +419,0.268112576,1.199114336,438,-1.094339566,0.301444068,4812.5171768 +420,0.978913739,0.359223811,438,-1.094339566,0.301444068,7537.8277821 +421,1.210898818,0.522863584,438,-1.094339566,0.301444068,7878.738668 +422,2.347397336,0.129231362,438,-1.094339566,0.301444068,10372.444006 +423,0.614394501,0.556878345,438,-1.094339566,0.301444068,6041.7929199 +424,-1.398079356,0.148483366,438,-1.094339566,0.301444068,1318.6734862 +425,2.535303836,-0.112984496,438,-1.094339566,0.301444068,10413.807821 +426,-1.019372593,-0.405322349,438,-1.094339566,0.301444068,2814.5027187 +427,-1.297785627,-0.160104069,438,-1.094339566,0.301444068,1994.1755658 +428,2.144554488,0.205051084,438,-1.094339566,0.301444068,10401.805519 +429,-2.242387083,-0.426171285,438,-1.094339566,0.301444068,5286.4046929 +430,0.338637212,0.909723676,438,-1.094339566,0.301444068,4953.0206911 +431,-0.148798452,0.691042401,438,-1.094339566,0.301444068,3573.4695741 +432,0.893524764,0.441829531,438,-1.094339566,0.301444068,7111.5707002 +433,0.969229347,-0.368847936,438,-1.094339566,0.301444068,8427.0768845 +434,0.436043248,0.800045688,438,-1.094339566,0.301444068,5262.4424383 +435,1.687946607,1.081504775,438,-1.094339566,0.301444068,6850.7337001 +436,0.522302046,-0.034889271,438,-1.094339566,0.301444068,6436.2896724 +437,-0.178996113,-0.438090009,438,-1.094339566,0.301444068,4587.0590521 +438,-1.094339566,0.301444068,438,-1.094339566,0.301444068,0 +439,-1.064070054,0.242569932,438,-1.094339566,0.301444068,260.22185306 +440,-1.068153768,0.230387998,438,-1.094339566,0.301444068,298.70709161 +441,-3.00496892,-0.23989155,438,-1.094339566,0.301444068,7764.7385057 +442,0.21751974,0.766874888,438,-1.094339566,0.301444068,4669.02739 +443,0.117229532,0.007619006,438,-1.094339566,0.301444068,4856.4118494 +444,0.777758451,0.420554741,438,-1.094339566,0.301444068,6768.1913588 +445,-0.252356999,0.250747086,438,-1.094339566,0.301444068,3207.110169 +446,0.363148444,0.768483434,438,-1.094339566,0.301444068,5081.3685665 +447,0.903191366,-0.118210676,438,-1.094339566,0.301444068,7971.5723416 +448,-0.205755923,0.149406178,438,-1.094339566,0.301444068,3473.2441409 +449,1.811996086,0.02364353,438,-1.094339566,0.301444068,10862.152668 +450,-1.100670221,0.314845373,438,-1.094339566,0.301444068,58.212541444 +451,0.340078597,0.850105132,438,-1.094339566,0.301444068,4978.6610571 +452,0.258757267,0.804969236,438,-1.094339566,0.301444068,4776.1002684 +453,2.78505352,-0.155160804,438,-1.094339566,0.301444068,9545.2238587 +454,0.800551619,0.105822106,438,-1.094339566,0.301444068,7309.0741703 +455,0.437940882,-0.506194031,438,-1.094339566,0.301444068,6665.6653964 +456,2.230431122,0.63458615,438,-1.094339566,0.301444068,8673.3094945 +457,0.527965361,0.127667701,438,-1.094339566,0.301444068,6265.3478043 +458,-0.063643205,0.702093448,438,-1.094339566,0.301444068,3835.7106395 +459,1.408447268,0.133010502,438,-1.094339566,0.301444068,9408.4285356 +460,0.523795955,0.280266966,438,-1.094339566,0.301444068,6068.5895493 +461,-0.975769313,0.072177659,438,-1.094339566,0.301444068,1018.1431535 +462,0.549774164,-0.463663986,438,-1.094339566,0.301444068,7000.6947845 +463,0.29245874,1.095549818,438,-1.094339566,0.301444068,4831.1885786 +464,0.143625958,0.816809593,438,-1.094339566,0.301444068,4461.285282 +465,0.671902494,0.611159853,438,-1.094339566,0.301444068,6148.687863 +466,1.239840988,0.6724199,438,-1.094339566,0.301444068,7560.5246895 +467,0.607829703,-0.10932137,438,-1.094339566,0.301444068,6845.3209288 +468,1.763020906,0.263996692,438,-1.094339566,0.301444068,9943.9767 +469,0.378714634,0.726066797,438,-1.094339566,0.301444068,5152.1501489 +470,2.196736143,-0.153862366,438,-1.094339566,0.301444068,11623.045579 +471,0.01702415,0.148991565,438,-1.094339566,0.301444068,4315.9716996 +472,-2.998490902,-0.158002487,438,-1.094339566,0.301444068,7660.6319248 +473,-3.051262951,-0.346595608,438,-1.094339566,0.301444068,8022.5508053 +474,-1.069176439,0.182802941,438,-1.094339566,0.301444068,479.78273473 +475,0.167157509,0.595344954,438,-1.094339566,0.301444068,4560.9181168 +476,0.613855648,0.681746124,438,-1.094339566,0.301444068,5882.7039911 +477,1.037012736,0.682555367,438,-1.094339566,0.301444068,7046.4729136 +478,-1.253574971,0.379755746,438,-1.094339566,0.301444068,670.31019096 +479,3.108590453,-0.132620738,438,-1.094339566,0.301444068,8299.9430049 +480,0.565301296,0.022333262,438,-1.094339566,0.301444068,6531.4965481 +481,0.547898238,0.855555614,438,-1.094339566,0.301444068,5507.2946531 +482,0.948309381,0.417393755,438,-1.094339566,0.301444068,7331.2760059 +483,-0.050600732,0.945269213,438,-1.094339566,0.301444068,4046.9504474 +484,-0.977651478,-0.572363064,438,-1.094339566,0.301444068,3489.2654208 +485,1.102014914,0.728861163,438,-1.094339566,0.301444068,7097.8719142 +486,2.927300795,-0.282939414,438,-1.094339566,0.301444068,9114.5951195 +487,-1.154565557,0.124434095,438,-1.094339566,0.301444068,738.78046692 +488,1.855331234,0.291044755,438,-1.094339566,0.301444068,9980.4013366 +489,0.830290659,0.276904518,438,-1.094339566,0.301444068,7170.1167563 +490,0.485104466,-0.234867441,438,-1.094339566,0.301444068,6527.7146319 +491,0.521367572,-0.33161327,438,-1.094339566,0.301444068,6767.0803196 +1,-1.539031704,0.7349710123,439,-1.064070054,0.242569932,2539.0609238 +2,-1.536990553,0.7349663874,439,-1.064070054,0.242569932,2534.6017544 +3,-1.534951779,0.7349571355,439,-1.064070054,0.242569932,2530.1463459 +4,-1.532906461,0.7349480293,439,-1.064070054,0.242569932,2525.6880761 +5,-1.531320211,0.7346937278,439,-1.064070054,0.242569932,2521.5744959 +6,-1.539451648,0.7335131775,439,-1.064070054,0.242569932,2536.113551 +7,-1.537429487,0.7335445708,439,-1.064070054,0.242569932,2531.7775637 +8,-1.535484998,0.7335658704,439,-1.064070054,0.242569932,2527.5951156 +9,-1.533488396,0.7336036027,439,-1.064070054,0.242569932,2523.3537509 +10,-1.531497785,0.7335842962,439,-1.064070054,0.242569932,2518.9837717 +11,-1.530259379,0.7334777758,439,-1.064070054,0.242569932,2516.0166259 +12,-1.5335454,0.7322346912,439,-1.064070054,0.242569932,2519.8230865 +13,-1.531489083,0.7322238773,439,-1.064070054,0.242569932,2515.3221441 +14,-1.530011122,0.7321679851,439,-1.064070054,0.242569932,2511.9650043 +15,-1.53348106,0.7306614094,439,-1.064070054,0.242569932,2515.4893014 +16,-1.531441779,0.7306962275,439,-1.064070054,0.242569932,2511.1349974 +17,-1.529755654,0.7306933243,439,-1.064070054,0.242569932,2507.4587463 +18,-1.533415048,0.7291384674,439,-1.064070054,0.242569932,2511.2922084 +19,-1.531392093,0.7291705353,439,-1.064070054,0.242569932,2506.9541619 +20,-1.529296523,0.7291214933,439,-1.064070054,0.242569932,2502.2524562 +21,-1.535280942,0.727267644,439,-1.064070054,0.242569932,2510.4264833 +22,-1.533378158,0.7276139666,439,-1.064070054,0.242569932,2507.1609877 +23,-1.531340368,0.7276446587,439,-1.064070054,0.242569932,2502.7746467 +24,-1.528960113,0.7276398177,439,-1.064070054,0.242569932,2497.5571698 +25,-1.533313146,0.7260818349,439,-1.064070054,0.242569932,2502.9541118 +26,-1.531259555,0.7260958115,439,-1.064070054,0.242569932,2498.4764817 +27,-1.528926415,0.7260865555,439,-1.064070054,0.242569932,2493.3362999 +28,-1.531226779,0.7245511789,439,-1.064070054,0.242569932,2494.3014414 +29,-1.528904772,0.7245519194,439,-1.064070054,0.242569932,2489.1982604 +30,-1.547195875,0.7409785979,439,-1.064070054,0.242569932,2572.7610731 +31,-1.5451475,0.740980426,439,-1.064070054,0.242569932,2568.307893 +32,-1.543097679,0.7409798872,439,-1.064070054,0.242569932,2563.8561888 +33,-1.540720364,0.7409892687,439,-1.064070054,0.242569932,2558.7336127 +34,-1.547188511,0.7395198392,439,-1.064070054,0.242569932,2568.8976135 +35,-1.545148587,0.7395226109,439,-1.064070054,0.242569932,2564.4536981 +36,-1.543104538,0.7395314908,439,-1.064070054,0.242569932,2560.0278308 +37,-1.540727751,0.7395306258,439,-1.064070054,0.242569932,2554.8655926 +38,-1.547187029,0.7380014886,439,-1.064070054,0.242569932,2564.8963678 +39,-1.545147315,0.7380012252,439,-1.064070054,0.242569932,2560.4327758 +40,-1.54310719,0.7380060743,439,-1.064070054,0.242569932,2555.9925861 +41,-1.540719671,0.7380068206,439,-1.064070054,0.242569932,2550.7970893 +42,-1.547187189,0.7364799098,439,-1.064070054,0.242569932,2560.896978 +43,-1.545149996,0.7364853874,439,-1.064070054,0.242569932,2556.4418711 +44,-1.543106091,0.7364823484,439,-1.064070054,0.242569932,2551.9604161 +45,-1.540717158,0.7364893901,439,-1.064070054,0.242569932,2546.7642709 +46,-1.538663972,0.7410138672,439,-1.064070054,0.242569932,2554.3587041 +47,-1.53695285,0.7409699132,439,-1.064070054,0.242569932,2550.5545152 +48,-1.534910498,0.7409641297,439,-1.064070054,0.242569932,2546.1487738 +49,-1.533145034,0.7409536636,439,-1.064070054,0.242569932,2542.3344792 +50,-1.538681336,0.7395405883,439,-1.064070054,0.242569932,2550.4613231 +51,-1.536999189,0.7395183096,439,-1.064070054,0.242569932,2546.7679024 +52,-1.534923633,0.7395144222,439,-1.064070054,0.242569932,2542.2839485 +53,-1.533267822,0.7395654306,439,-1.064070054,0.242569932,2538.8605232 +54,-1.53867273,0.7380151077,439,-1.064070054,0.242569932,2546.3750032 +55,-1.536980576,0.7379994392,439,-1.064070054,0.242569932,2542.667667 +56,-1.534931522,0.7379944961,439,-1.064070054,0.242569932,2538.22586 +57,-1.533387952,0.7379480264,439,-1.064070054,0.242569932,2534.7723687 +58,-1.538682279,0.7364914363,439,-1.064070054,0.242569932,2542.3396076 +59,-1.536980704,0.7364810563,439,-1.064070054,0.242569932,2538.6158429 +60,-1.534935567,0.7364752065,439,-1.064070054,0.242569932,2534.1679061 +61,-1.533042592,0.7363876366,439,-1.064070054,0.242569932,2529.8404177 +62,-1.545143426,0.7349628011,439,-1.064070054,0.242569932,2552.4196643 +63,-1.543105297,0.7349691947,439,-1.064070054,0.242569932,2547.9635866 +64,-1.541064533,0.7349647152,439,-1.064070054,0.242569932,2543.4838851 +65,-1.545411803,0.7334624714,439,-1.064070054,0.242569932,2549.0684966 +66,-1.543446606,0.7334780896,439,-1.064070054,0.242569932,2544.7835773 +67,-1.541475327,0.7334957295,439,-1.064070054,0.242569932,2540.5009355 +68,-1.545401939,0.731963266,439,-1.064070054,0.242569932,2545.1153561 +69,-1.54342253,0.7319915583,439,-1.064070054,0.242569932,2540.8207978 +70,-1.541455867,0.7320216438,439,-1.064070054,0.242569932,2536.5696198 +71,-1.545410146,0.7304422281,439,-1.064070054,0.242569932,2541.1517242 +72,-1.543435491,0.7304713664,439,-1.064070054,0.242569932,2536.8578558 +73,-1.541463105,0.7304997613,439,-1.064070054,0.242569932,2532.5776198 +74,-1.545414768,0.7289194936,439,-1.064070054,0.242569932,2537.1827129 +75,-1.543435774,0.7289538557,439,-1.064070054,0.242569932,2532.8808839 +76,-1.541457714,0.7289765881,439,-1.064070054,0.242569932,2528.5612804 +77,-1.539449415,0.7320555866,439,-1.064070054,0.242569932,2532.2519222 +78,-1.537429183,0.7321097681,439,-1.064070054,0.242569932,2527.9688569 +79,-1.535472649,0.7321497267,439,-1.064070054,0.242569932,2523.7986616 +80,-1.539457899,0.7305333307,439,-1.064070054,0.242569932,2528.2494419 +81,-1.537453161,0.7305750503,439,-1.064070054,0.242569932,2523.9549644 +82,-1.535479385,0.7306124949,439,-1.064070054,0.242569932,2519.7281941 +83,-1.53946905,0.7290102593,439,-1.064070054,0.242569932,2524.257677 +84,-1.537459922,0.7290417293,439,-1.064070054,0.242569932,2519.9141421 +85,-1.535451349,0.7290890157,439,-1.064070054,0.242569932,2515.6249157 +86,-1.535522937,0.7279887191,439,-1.064070054,0.242569932,2512.8674799 +87,-1.539442524,0.7274735939,439,-1.064070054,0.242569932,2520.1538727 +88,-1.537424111,0.727521351,439,-1.064070054,0.242569932,2515.8206087 +89,-1.539384641,0.7259505092,439,-1.064070054,0.242569932,2516.0229399 +90,-1.537372391,0.7259947145,439,-1.064070054,0.242569932,2511.681877 +91,-1.535340789,0.7260435356,439,-1.064070054,0.242569932,2507.321703 +92,-1.539325716,0.7244369706,439,-1.064070054,0.242569932,2511.9210116 +93,-1.537308932,0.7244801057,439,-1.064070054,0.242569932,2507.5551187 +94,-1.535289068,0.7245247645,439,-1.064070054,0.242569932,2503.1978603 +95,-1.533261366,0.7245550236,439,-1.064070054,0.242569932,2498.7967518 +96,-1.539267302,0.722921924,439,-1.064070054,0.242569932,2507.8225109 +97,-1.537248972,0.7229660258,439,-1.064070054,0.242569932,2503.4437031 +98,-1.535219431,0.7229916471,439,-1.064070054,0.242569932,2499.0028139 +99,-1.53318962,0.7230212049,439,-1.064070054,0.242569932,2494.5830768 +100,-1.531154816,0.7230299897,439,-1.064070054,0.242569932,2490.1087521 +101,-1.528878341,0.7230370244,439,-1.064070054,0.242569932,2485.1089378 +102,-1.539218189,0.7214009878,439,-1.064070054,0.242569932,2503.7357011 +103,-1.537198791,0.7214422745,439,-1.064070054,0.242569932,2499.334985 +104,-1.535179266,0.7214634354,439,-1.064070054,0.242569932,2494.8925028 +105,-1.533156501,0.7214944644,439,-1.064070054,0.242569932,2490.4800197 +106,-1.53113574,0.7215166021,439,-1.064070054,0.242569932,2486.0598742 +107,-1.528874248,0.7215345535,439,-1.064070054,0.242569932,2481.1084745 +108,-1.539217656,0.7198512397,439,-1.064070054,0.242569932,2499.6891154 +109,-1.537199919,0.7199428763,439,-1.064070054,0.242569932,2495.411183 +110,-1.545425832,0.727397149,439,-1.064070054,0.242569932,2533.2360965 +111,-1.543371177,0.7273916949,439,-1.064070054,0.242569932,2528.6498905 +112,-1.541368852,0.7274523163,439,-1.064070054,0.242569932,2524.3638653 +113,-1.545349067,0.7258710923,439,-1.064070054,0.242569932,2529.0907603 +114,-1.54332671,0.7258603556,439,-1.064070054,0.242569932,2524.5507646 +115,-1.541346831,0.7259242142,439,-1.064070054,0.242569932,2520.3109369 +116,-1.545324355,0.7243383958,439,-1.064070054,0.242569932,2525.0509093 +117,-1.543292796,0.7243617413,439,-1.064070054,0.242569932,2520.5670486 +118,-1.541295822,0.7244024384,439,-1.064070054,0.242569932,2516.2167122 +119,-1.543193859,0.7205570215,439,-1.064070054,0.242569932,2510.4531758 +120,-1.550257047,0.7386738187,439,-1.064070054,0.242569932,2573.3951629 +121,-1.549335448,0.7311736483,439,-1.064070054,0.242569932,2551.771591 +122,-1.533478843,0.7179891343,439,-1.064070054,0.242569932,2481.9745946 +123,-1.556150555,0.738907041,439,-1.064070054,0.242569932,2586.9865712 +124,-1.554324226,0.733414257,439,-1.064070054,0.242569932,2568.6872295 +125,-1.554290846,0.7288285332,439,-1.064070054,0.242569932,2556.7699311 +126,-1.55122487,0.7219795312,439,-1.064070054,0.242569932,2532.24746 +127,-1.525104458,0.7229399862,439,-1.064070054,0.242569932,2476.5609219 +128,-1.519607711,0.7236181429,439,-1.064070054,0.242569932,2466.3846742 +129,-1.513899999,0.7251107854,439,-1.064070054,0.242569932,2458.0867995 +130,-1.536620762,0.7431061895,439,-1.064070054,0.242569932,2555.5734425 +131,-1.5369566,0.7460845958,439,-1.064070054,0.242569932,2564.304756 +132,-1.545345528,0.7447040685,439,-1.064070054,0.242569932,2578.6140352 +133,-1.532813921,0.7432306626,439,-1.064070054,0.242569932,2547.770723 +134,-1.554788248,0.7382381001,439,-1.064070054,0.242569932,2582.2372261 +135,-1.540348126,0.7301594274,439,-1.064070054,0.242569932,2529.2235713 +136,-1.538016084,0.7239051786,439,-1.064070054,0.242569932,2507.6146274 +137,-1.525288962,0.7258085137,439,-1.064070054,0.242569932,2484.6446776 +138,-1.534326986,0.731241342,439,-1.064070054,0.242569932,2518.8804477 +139,-1.530733872,0.7303625216,439,-1.064070054,0.242569932,2508.701648 +141,-1.534354939,0.7328219978,439,-1.064070054,0.242569932,2523.1520896 +142,-1.53157084,0.7292888153,439,-1.064070054,0.242569932,2507.6599632 +143,-1.525691035,0.7263799874,439,-1.064070054,0.242569932,2487.0535756 +144,-1.534031287,0.7495967835,439,-1.064070054,0.242569932,2567.5974933 +145,-1.527714986,0.7283095957,439,-1.064070054,0.242569932,2496.6344747 +146,-1.526189586,0.7271468292,439,-1.064070054,0.242569932,2490.1961023 +147,-1.555177336,0.7375563366,439,-1.064070054,0.242569932,2581.3248118 +148,-1.555080283,0.7312707794,439,-1.064070054,0.242569932,2564.8346137 +149,-1.53856994,0.7224180299,439,-1.064070054,0.242569932,2504.9485698 +150,-1.530837883,0.729933372,439,-1.064070054,0.242569932,2507.7813665 +151,-1.515066984,0.5854133365,439,-1.064070054,0.242569932,2114.1865827 +152,-1.534731633,0.5368370046,439,-1.064070054,0.242569932,2071.6865475 +153,-1.515231902,0.5607085576,439,-1.064070054,0.242569932,2061.7661953 +154,-2.616253799,1.0684566605,439,-1.064070054,0.242569932,5346.4745009 +155,-1.956071439,0.5792177723,439,-1.064070054,0.242569932,3463.0672051 +156,-1.951208514,0.5602434208,439,-1.064070054,0.242569932,3434.5473525 +157,-1.944675062,0.6062144545,439,-1.064070054,0.242569932,3446.3552935 +158,-1.613778386,0.6077989518,439,-1.064070054,0.242569932,2436.9030511 +159,-2.035029014,0.6021432345,439,-1.064070054,0.242569932,3733.7912545 +160,-2.114989471,0.6801825058,439,-1.064070054,0.242569932,4028.0464132 +161,-2.037382079,0.5765830025,439,-1.064070054,0.242569932,3728.4056218 +162,-2.129855121,0.6585019963,439,-1.064070054,0.242569932,4063.0858495 +163,-2.075141798,0.6493615843,439,-1.064070054,0.242569932,3887.8461748 +164,-1.828626729,0.6948433129,439,-1.064070054,0.242569932,3195.0949063 +165,-1.863329418,0.6735427691,439,-1.064070054,0.242569932,3266.2779971 +166,-1.266037071,0.727988852,439,-1.064070054,0.242569932,2044.2747883 +167,-1.277579582,0.7249010648,439,-1.064070054,0.242569932,2046.9528442 +168,-1.258418684,0.7241194816,439,-1.064070054,0.242569932,2021.3738917 +169,-1.317813974,0.6804850104,439,-1.064070054,0.242569932,1948.0744323 +170,-1.344165204,0.6790988904,439,-1.064070054,0.242569932,1987.0571392 +171,-1.427582102,0.5277120351,439,-1.064070054,0.242569932,1742.2233433 +172,-1.402238616,0.457167829,439,-1.064070054,0.242569932,1515.1301961 +173,-1.422454264,0.4996161999,439,-1.064070054,0.242569932,1664.3988742 +174,-1.439089277,0.4894859811,439,-1.064070054,0.242569932,1692.1516645 +175,-1.448126995,0.5182330266,439,-1.064070054,0.242569932,1779.0967188 +176,-1.474626146,0.5881926574,439,-1.064070054,0.242569932,2011.9100438 +177,-1.421139645,0.5584869783,439,-1.064070054,0.242569932,1799.3171973 +178,-1.457037165,0.565943032,439,-1.064070054,0.242569932,1912.2389585 +179,-2.757159358,0.3745319,439,-1.064070054,0.242569932,6310.4001683 +180,-2.714309238,0.342054471,439,-1.064070054,0.242569932,6190.2560068 +181,-2.000525337,0.774119946,439,-1.064070054,0.242569932,3774.6523541 +183,-1.571413436,0.6777838382,439,-1.064070054,0.242569932,2471.7658139 +184,-1.552860289,0.6987663893,439,-1.064070054,0.242569932,2477.3751812 +185,-1.521852374,0.7165827476,439,-1.064070054,0.242569932,2452.429965 +186,-1.503656267,0.6928968252,439,-1.064070054,0.242569932,2348.6596906 +187,-1.502753178,0.7136205882,439,-1.064070054,0.242569932,2402.6547051 +188,-1.631894563,0.7343596465,439,-1.064070054,0.242569932,2750.6373066 +189,-1.653765416,0.6770714026,439,-1.064070054,0.242569932,2682.5859414 +190,-1.719812114,0.6715965947,439,-1.064070054,0.242569932,2852.1811938 +191,-1.493406659,0.6646955447,439,-1.064070054,0.242569932,2250.6063856 +192,-1.469120564,0.6613469966,439,-1.064070054,0.242569932,2185.552891 +193,-1.590551461,0.5326612937,439,-1.064070054,0.242569932,2235.1067018 +194,-1.625979264,0.5247742243,439,-1.064070054,0.242569932,2334.6471895 +195,-1.572293943,0.5238808754,439,-1.064070054,0.242569932,2163.858529 +196,-1.610848725,0.5477107964,439,-1.064070054,0.242569932,2322.4333608 +197,-1.208485554,0.7918526018,439,-1.064070054,0.242569932,2228.9858244 +198,-1.335601374,0.6869083083,439,-1.064070054,0.242569932,1998.4968524 +199,-1.346156996,0.6825213377,439,-1.064070054,0.242569932,2001.7273199 +200,-1.324381037,0.6741422347,439,-1.064070054,0.242569932,1937.2948686 +201,-1.242424992,0.7378949807,439,-1.064070054,0.242569932,2054.9176955 +202,-1.270370057,0.7392461008,439,-1.064070054,0.242569932,2090.2759011 +203,-1.448950472,0.7441675014,439,-1.064070054,0.242569932,2381.9427417 +204,-1.492662363,0.7523026852,439,-1.064070054,0.242569932,2490.4311011 +205,-1.479098966,0.7763855017,439,-1.064070054,0.242569932,2535.1680087 +206,-1.633760714,0.7869022408,439,-1.064070054,0.242569932,2879.2936687 +207,-1.647406434,0.8101289331,439,-1.064070054,0.242569932,2965.7647181 +208,-1.564245052,0.5701509278,439,-1.064070054,0.242569932,2222.1583911 +209,-1.646289963,0.6833746083,439,-1.064070054,0.242569932,2675.6865369 +210,-1.5820631,0.6751952144,439,-1.064070054,0.242569932,2492.488354 +211,-1.613236298,0.6681681791,439,-1.064070054,0.242569932,2557.1435331 +212,-1.914661867,0.8212566515,439,-1.064070054,0.242569932,3613.1843059 +213,-1.742133237,0.7250275956,439,-1.064070054,0.242569932,3008.6550078 +214,-2.033144872,0.6557314699,439,-1.064070054,0.242569932,3761.4775683 +215,-2.039551981,0.6964723658,439,-1.064070054,0.242569932,3811.5045724 +216,-1.247341019,0.7622473908,439,-1.064070054,0.242569932,2150.3736394 +217,-1.298239787,0.7084123392,439,-1.064070054,0.242569932,2015.4004137 +218,-1.308539688,0.6926545592,439,-1.064070054,0.242569932,1975.4080272 +219,-1.303263185,0.6888938396,439,-1.064070054,0.242569932,1954.5417908 +220,-1.852400229,0.6004246149,439,-1.064070054,0.242569932,3148.3695274 +221,-1.288947707,0.7473773692,439,-1.064070054,0.242569932,2141.7753367 +222,-1.372031502,0.7472790993,439,-1.064070054,0.242569932,2258.4015274 +223,-1.289805721,0.7242157877,439,-1.064070054,0.242569932,2059.9749598 +224,-1.350807603,0.7533498126,439,-1.064070054,0.242569932,2246.3363981 +225,-1.329290365,0.7560442322,439,-1.064070054,0.242569932,2224.9092034 +226,-1.410153004,0.616936428,439,-1.064070054,0.242569932,1928.5560675 +227,-1.393445434,0.6308995063,439,-1.064070054,0.242569932,1931.8362167 +228,-1.37595573,0.6241540638,439,-1.064070054,0.242569932,1874.6926056 +229,-1.358388707,0.6172645205,439,-1.064070054,0.242569932,1817.3386095 +230,-1.753741133,0.8281661666,439,-1.064070054,0.242569932,3241.8514755 +231,-1.47430987,0.6834615681,439,-1.064070054,0.242569932,2257.6513638 +232,-1.421012508,0.7222725206,439,-1.064070054,0.242569932,2262.7294218 +233,-1.4476833,0.6978557868,439,-1.064070054,0.242569932,2241.7580424 +234,-1.470370723,0.6966193374,439,-1.064070054,0.242569932,2285.7866693 +235,-1.429211703,0.7037216883,439,-1.064070054,0.242569932,2221.9463375 +236,-1.700578405,0.6178673663,439,-1.064070054,0.242569932,2706.8083852 +237,-1.678117619,0.6331716163,439,-1.064070054,0.242569932,2667.2138791 +238,-1.725644578,0.6316331145,439,-1.064070054,0.242569932,2802.4630055 +239,-2.14012759,0.7930497945,439,-1.064070054,0.242569932,4172.8606632 +240,-2.103289431,0.7653606263,439,-1.064070054,0.242569932,4050.0748167 +241,-1.318739838,0.7017808746,439,-1.064070054,0.242569932,2022.1588707 +242,-1.396417427,0.7077900843,439,-1.064070054,0.242569932,2172.1871183 +243,-1.35650337,0.7185539404,439,-1.064070054,0.242569932,2138.0846242 +244,-1.248884539,0.7274156818,439,-1.064070054,0.242569932,2022.904616 +245,-1.395014798,0.5761185243,439,-1.064070054,0.242569932,1780.021343 +246,-1.433377362,0.6064716109,439,-1.064070054,0.242569932,1954.2662527 +247,-1.408172432,0.5903155476,439,-1.064070054,0.242569932,1850.2655137 +248,-1.749645898,0.7757118084,439,-1.064070054,0.242569932,3124.8155968 +249,-1.571626686,0.615046989,439,-1.064070054,0.242569932,2333.1493999 +250,-1.514070049,0.6303003037,439,-1.064070054,0.242569932,2214.8387984 +251,-1.480890369,0.6237966528,439,-1.064070054,0.242569932,2115.3980112 +252,-1.704390658,0.5281680612,439,-1.064070054,0.242569932,2592.1588366 +253,-1.64434733,0.5254277498,439,-1.064070054,0.242569932,2394.3413079 +254,-1.703855997,0.4792484842,439,-1.064070054,0.242569932,2537.2351155 +255,-1.692002383,0.5748825051,439,-1.064070054,0.242569932,2614.9582326 +256,-1.854136457,0.5544643913,439,-1.064070054,0.242569932,3109.8753296 +257,-1.665021206,0.520317736,439,-1.064070054,0.242569932,2454.241036 +258,-1.733654349,0.4845187345,439,-1.064070054,0.242569932,2643.7930043 +259,-1.720938188,0.5135933906,439,-1.064070054,0.242569932,2629.9392845 +260,-1.742668307,0.553296122,439,-1.064070054,0.242569932,2746.1761378 +261,-1.965659039,0.7142126903,439,-1.064070054,0.242569932,3611.4323449 +262,-1.944438071,0.6772834804,439,-1.064070054,0.242569932,3510.5768501 +263,-1.270340967,0.7681487096,439,-1.064070054,0.242569932,2195.8455522 +264,-1.353091884,0.6549276821,439,-1.064070054,0.242569932,1924.7218941 +265,-1.333236659,0.6413584414,439,-1.064070054,0.242569932,1844.484429 +266,-1.352015998,0.6753788907,439,-1.064070054,0.242569932,1988.6081527 +267,-1.377988483,0.6577816235,439,-1.064070054,0.242569932,1981.260007 +268,-2.13075611,0.8318642051,439,-1.064070054,0.242569932,4178.312992 +269,-2.097910953,0.8259670014,439,-1.064070054,0.242569932,4087.4115131 +270,-1.416382069,0.6694271549,439,-1.064070054,0.242569932,2093.7740314 +271,-1.538905672,0.7535625993,439,-1.064070054,0.242569932,2588.6336087 +272,-1.572309477,0.7803125099,439,-1.064070054,0.242569932,2730.4682385 +273,-1.87759879,0.7503853417,439,-1.064070054,0.242569932,3411.1949392 +274,1.152365588,0.590457682,439,-1.064070054,0.242569932,7644.4812707 +275,0.350198001,0.718001859,439,-1.064070054,0.242569932,5130.8308792 +276,0.046513677,0.491503852,439,-1.064070054,0.242569932,4177.7887348 +277,0.027510309,0.742571376,439,-1.064070054,0.242569932,4183.6765824 +278,0.306285725,-0.214631579,439,-1.064070054,0.242569932,5674.8426224 +279,-1.100564889,0.318051531,439,-1.064070054,0.242569932,329.66055621 +280,-1.078582306,0.301437596,439,-1.064070054,0.242569932,239.65641263 +281,-1.137371989,-0.617634065,439,-1.064070054,0.242569932,3418.3603058 +282,0.784356344,0.703272339,439,-1.064070054,0.242569932,6410.486131 +283,-1.221209947,0.218327455,439,-1.064070054,0.242569932,613.48820046 +284,2.347301921,-0.449114658,439,-1.064070054,0.242569932,11149.906014 +285,0.246820618,0.830553713,439,-1.064070054,0.242569932,4824.1915074 +286,0.829414965,0.703288228,439,-1.064070054,0.242569932,6536.9484698 +287,-1.337537566,0.42332223,439,-1.064070054,0.242569932,1247.4010921 +288,0.882453706,0.454478077,439,-1.064070054,0.242569932,7078.6290709 +289,1.575629659,0.416419109,439,-1.064070054,0.242569932,9189.9003829 +290,-1.039455679,0.229888244,439,-1.064070054,0.242569932,107.27631131 +291,0.489558039,0.934482747,439,-1.064070054,0.242569932,5411.8408172 +292,0.081344504,0.88384514,439,-1.064070054,0.242569932,4418.3446859 +293,-1.547979814,0.300350308,439,-1.064070054,0.242569932,1859.0746378 +294,0.040776181,0.168560074,439,-1.064070054,0.242569932,4282.7920697 +295,-1.130374745,0.563894876,439,-1.064070054,0.242569932,1295.1877841 +296,1.578326642,0.478507176,439,-1.064070054,0.242569932,9003.5546352 +297,-1.12861823,-0.291640865,439,-1.064070054,0.242569932,2131.0233138 +298,0.310524208,0.770885792,439,-1.064070054,0.242569932,5002.1472721 +299,0.415649091,-0.387246002,439,-1.064070054,0.242569932,6257.4045394 +300,-0.926533878,-0.188022748,439,-1.064070054,0.242569932,1789.1203937 +301,1.258856172,-0.11716081,439,-1.064070054,0.242569932,9220.3000928 +302,-1.126050026,0.322941926,439,-1.064070054,0.242569932,396.0932892 +303,2.002785835,0.07893892,439,-1.064070054,0.242569932,11136.91446 +304,0.440437607,0.746258085,439,-1.064070054,0.242569932,5382.735475 +305,-0.030391866,0.214441206,439,-1.064070054,0.242569932,3979.2441889 +306,0.521557815,-0.058929362,439,-1.064070054,0.242569932,6334.9007303 +307,-0.097005111,0.13317729,439,-1.064070054,0.242569932,3780.3121544 +308,1.83113859,0.221857587,439,-1.064070054,0.242569932,10365.568604 +309,0.222428864,0.099404236,439,-1.064070054,0.242569932,5036.75507 +310,-1.702731345,0.8728568183,439,-1.064070054,0.242569932,3233.4888633 +311,-0.418507569,0.278324921,439,-1.064070054,0.242569932,2471.7755629 +312,-1.41153306,0.339029988,439,-1.064070054,0.242569932,1371.6054586 +313,0.357560442,0.114788776,439,-1.064070054,0.242569932,5541.9531866 +314,0.325818979,0.268352149,439,-1.064070054,0.242569932,5294.1538077 +315,-1.246004659,-0.663679965,439,-1.064070054,0.242569932,3652.7680921 +316,1.814603087,0.637404484,439,-1.064070054,0.242569932,8822.3922819 +317,1.843704281,-0.18300445,439,-1.064070054,0.242569932,11508.578657 +318,1.690644492,-0.211480909,439,-1.064070054,0.242569932,10946.223081 +319,-1.275451936,0.068109467,439,-1.064070054,0.242569932,1076.9722187 +320,0.762430171,-0.207594741,439,-1.064070054,0.242569932,7386.3501533 +321,0.265668905,-0.014647884,439,-1.064070054,0.242569932,5309.9999333 +322,-2.773032013,-0.335515811,439,-1.064070054,0.242569932,7041.0478862 +323,-1.469512853,0.174058777,439,-1.064070054,0.242569932,1593.6965876 +324,0.286276986,0.785925691,439,-1.064070054,0.242569932,4931.9144688 +325,-1.379324697,0.377432233,439,-1.064070054,0.242569932,1302.1701487 +326,-1.203778265,0.212813032,439,-1.064070054,0.242569932,551.79158791 +327,0.579916301,0.611743168,439,-1.064070054,0.242569932,5905.3655859 +328,0.267582642,0.868113908,439,-1.064070054,0.242569932,4881.8588674 +329,0.412869244,-0.050245578,439,-1.064070054,0.242569932,5909.4857498 +330,0.17524381,0.976660285,439,-1.064070054,0.242569932,4695.5494392 +331,0.743157214,0.204812899,439,-1.064070054,0.242569932,6913.7473934 +332,-1.070758176,0.269382282,439,-1.064070054,0.242569932,109.25200385 +333,-1.230364251,0.329790229,439,-1.064070054,0.242569932,719.90512333 +334,-1.374813124,-0.024926835,439,-1.064070054,0.242569932,1615.6630508 +335,0.519780566,0.463669906,439,-1.064070054,0.242569932,5840.7203489 +336,-1.55108034,0.239698561,439,-1.064070054,0.242569932,1872.1901487 +337,0.180294813,0.029739425,439,-1.064070054,0.242569932,4938.8910013 +338,0.67820924,0.268170153,439,-1.064070054,0.242569932,6603.09543 +339,0.445798684,1.024001867,439,-1.064070054,0.242569932,5278.5963411 +340,0.691751283,0.150521402,439,-1.064070054,0.242569932,6780.4814755 +341,-1.036643551,-0.903056181,439,-1.064070054,0.242569932,4538.8079047 +342,-0.120287036,1.083325163,439,-1.064070054,0.242569932,4243.3719636 +343,2.823513113,-0.304487164,439,-1.064070054,0.242569932,9593.9010047 +344,0.457583172,1.12513373,439,-1.064070054,0.242569932,5272.9594758 +345,0.042918831,0.813795399,439,-1.064070054,0.242569932,4271.1544607 +346,1.196146777,-0.853142756,439,-1.064070054,0.242569932,8706.9091217 +347,0.206001358,-0.010430701,439,-1.064070054,0.242569932,5077.0884623 +348,-0.268308653,0.234799412,439,-1.064070054,0.242569932,3057.9948601 +349,0.759363263,0.736189579,439,-1.064070054,0.242569932,6295.2811549 +350,0.181363926,0.891988372,439,-1.064070054,0.242569932,4670.3399966 +351,-0.021111158,0.139103292,439,-1.064070054,0.242569932,4067.4167735 +352,-0.093355215,0.630686981,439,-1.064070054,0.242569932,3749.8744273 +353,0.40118964,0.681375926,439,-1.064070054,0.242569932,5299.7527864 +354,-0.721197315,1.304706234,439,-1.064070054,0.242569932,4274.1925174 +355,-1.076150317,0.212107639,439,-1.064070054,0.242569932,129.35308489 +356,-1.577164531,0.273993443,439,-1.064070054,0.242569932,1967.3557921 +357,-0.190788414,0.182208586,439,-1.064070054,0.242569932,3384.0581127 +358,-0.261349752,0.209710184,439,-1.064070054,0.242569932,3096.7399667 +359,-1.029303852,0.083549259,439,-1.064070054,0.242569932,644.3382447 +360,-1.268609162,0.330525297,439,-1.064070054,0.242569932,851.27555419 +361,1.282982244,-0.926641967,439,-1.064070054,0.242569932,8773.212223 +362,0.217352334,0.731352408,439,-1.064070054,0.242569932,4735.2201329 +363,-1.511833084,0.258629297,439,-1.064070054,0.242569932,1718.4454225 +364,0.338812194,0.823184618,439,-1.064070054,0.242569932,5071.211537 +365,-0.324406489,1.134201999,439,-1.064070054,0.242569932,4051.7486667 +366,1.389579348,0.399185724,439,-1.064070054,0.242569932,8759.047412 +367,2.047152199,-0.039082036,439,-1.064070054,0.242569932,11629.112096 +368,0.947780369,0.568250077,439,-1.064070054,0.242569932,7100.5555169 +369,0.763824846,0.576754987,439,-1.064070054,0.242569932,6522.9387068 +370,-0.142334657,0.928153068,439,-1.064070054,0.242569932,3943.9233472 +371,0.610266567,0.547265983,439,-1.064070054,0.242569932,6066.170452 +372,0.210731629,0.746815056,439,-1.064070054,0.242569932,4716.5737652 +373,-1.34931644,0.316895224,439,-1.064070054,0.242569932,1124.5671391 +374,2.407696481,0.655030745,439,-1.064070054,0.242569932,8681.9888293 +375,0.64207831,0.545359131,439,-1.064070054,0.242569932,6171.9777492 +376,1.174597538,0.840588356,439,-1.064070054,0.242569932,7108.8529719 +377,0.660059424,0.010604079,439,-1.064070054,0.242569932,6801.1285116 +378,-0.730263819,0.010486456,439,-1.064070054,0.242569932,1599.0911226 +379,0.831068936,0.512339172,439,-1.064070054,0.242569932,6825.8797051 +380,1.301180979,0.72367476,439,-1.064070054,0.242569932,7680.500438 +381,1.811128231,0.322854402,439,-1.064070054,0.242569932,9974.5016492 +382,0.435105812,0.992284428,439,-1.064070054,0.242569932,5265.6094511 +383,0.62643634,0.592027932,439,-1.064070054,0.242569932,6071.9923646 +384,0.492988703,-0.516339467,439,-1.064070054,0.242569932,6646.5216408 +385,-0.162469483,0.112549365,439,-1.064070054,0.242569932,3545.8969778 +386,0.314630866,0.472006421,439,-1.064070054,0.242569932,5121.418082 +387,0.166744804,0.822815954,439,-1.064070054,0.242569932,4608.0855338 +388,0.417159608,0.965805736,439,-1.064070054,0.242569932,5233.5352459 +389,0.106334961,0.868774244,439,-1.064070054,0.242569932,4471.2148782 +390,0.815086969,-0.338144359,439,-1.064070054,0.242569932,7670.4961574 +391,0.59867455,-0.230624824,439,-1.064070054,0.242569932,6785.0002553 +392,1.915104874,0.066220985,439,-1.064070054,0.242569932,11064.231531 +393,1.278093622,0.064463721,439,-1.064070054,0.242569932,9076.183028 +394,-0.061477853,0.302997961,439,-1.064070054,0.242569932,3818.3949802 +395,0.251311504,0.626976942,439,-1.064070054,0.242569932,4849.7704863 +396,2.950242872,0.149095644,439,-1.064070054,0.242569932,8679.1598013 +397,-0.180294708,0.35375117,439,-1.064070054,0.242569932,3362.7748581 +398,1.010448592,-0.351180233,439,-1.064070054,0.242569932,8400.0222544 +399,-1.748740498,0.3686318073,439,-1.064070054,0.242569932,2627.1858687 +400,2.699635665,0.123533791,439,-1.064070054,0.242569932,9600.608866 +401,0.496808033,0.823843254,439,-1.064070054,0.242569932,5493.80145 +402,0.129574704,0.763364087,439,-1.064070054,0.242569932,4486.0157202 +403,1.798920311,0.817447563,439,-1.064070054,0.242569932,8129.7808854 +404,0.335987953,0.746786541,439,-1.064070054,0.242569932,5080.4546893 +405,-1.085413643,0.292154671,439,-1.064070054,0.242569932,212.65414846 +406,-0.155321003,0.508207011,439,-1.064070054,0.242569932,3480.2729322 +407,0.620529244,-0.301175104,439,-1.064070054,0.242569932,6924.8198918 +408,1.684402744,0.368716966,439,-1.064070054,0.242569932,9580.1312716 +409,0.300582244,-0.386397212,439,-1.064070054,0.242569932,5850.9259232 +410,2.913555946,-0.009225192,439,-1.064070054,0.242569932,9040.1853847 +411,1.465101417,0.493232532,439,-1.064070054,0.242569932,8701.4704457 +412,0.090612882,0.907955955,439,-1.064070054,0.242569932,4457.8360853 +413,2.987564726,-0.729568594,439,-1.064070054,0.242569932,8791.7140647 +414,-1.484261606,0.224149272,439,-1.064070054,0.242569932,1620.2348165 +415,0.164073421,0.303955133,439,-1.064070054,0.242569932,4664.6988077 +416,0.141441293,0.167552546,439,-1.064070054,0.242569932,4669.5471639 +417,2.931321023,-0.506718887,439,-1.064070054,0.242569932,9153.1377666 +418,2.21951565,0.700596356,439,-1.064070054,0.242569932,8671.540663 +419,0.268112576,1.199114336,439,-1.064070054,0.242569932,4985.419967 +420,0.978913739,0.359223811,439,-1.064070054,0.242569932,7549.3927072 +421,1.210898818,0.522863584,439,-1.064070054,0.242569932,7958.6326385 +422,2.347397336,0.129231362,439,-1.064070054,0.242569932,10628.750553 +423,0.614394501,0.556878345,439,-1.064070054,0.242569932,6069.7818823 +424,-1.398079356,0.148483366,439,-1.064070054,0.242569932,1349.5137714 +425,2.535303836,-0.112984496,439,-1.064070054,0.242569932,10588.610662 +426,-1.019372593,-0.405322349,439,-1.064070054,0.242569932,2572.1433396 +427,-1.297785627,-0.160104069,439,-1.064070054,0.242569932,1840.6199275 +428,2.144554488,0.205051084,439,-1.064070054,0.242569932,10651.387982 +429,-2.242387083,-0.426171285,439,-1.064070054,0.242569932,5266.8960371 +430,0.338637212,0.909723676,439,-1.064070054,0.242569932,5059.3688198 +431,-0.148798452,0.691042401,439,-1.064070054,0.242569932,3627.9447433 +432,0.893524764,0.441829531,439,-1.064070054,0.242569932,7134.3080604 +433,0.969229347,-0.368847936,439,-1.064070054,0.242569932,8253.0273412 +434,0.436043248,0.800045688,439,-1.064070054,0.242569932,5343.0052561 +435,1.687946607,1.081504775,439,-1.064070054,0.242569932,7060.1352229 +436,0.522302046,-0.034889271,439,-1.064070054,0.242569932,6314.9711509 +437,-0.178996113,-0.438090009,439,-1.064070054,0.242569932,4351.9715557 +438,-1.094339566,0.301444068,439,-1.064070054,0.242569932,260.22185306 +439,-1.064070054,0.242569932,439,-1.064070054,0.242569932,0 +440,-1.068153768,0.230387998,439,-1.064070054,0.242569932,50.75039047 +441,-3.00496892,-0.23989155,439,-1.064070054,0.242569932,7843.8951715 +442,0.21751974,0.766874888,439,-1.064070054,0.242569932,4737.6235833 +443,0.117229532,0.007619006,439,-1.064070054,0.242569932,4718.8554461 +444,0.777758451,0.420554741,439,-1.064070054,0.242569932,6775.0005112 +445,-0.252356999,0.250747086,439,-1.064070054,0.242569932,3112.6045863 +446,0.363148444,0.768483434,439,-1.064070054,0.242569932,5152.1307501 +447,0.903191366,-0.118210676,439,-1.064070054,0.242569932,7854.3918356 +448,-0.205755923,0.149406178,439,-1.064070054,0.242569932,3349.538626 +449,1.811996086,0.02364353,439,-1.064070054,0.242569932,10961.247959 +450,-1.100670221,0.314845373,439,-1.064070054,0.242569932,318.39248522 +451,0.340078597,0.850105132,439,-1.064070054,0.242569932,5070.013339 +452,0.258757267,0.804969236,439,-1.064070054,0.242569932,4855.0445021 +453,2.78505352,-0.155160804,439,-1.064070054,0.242569932,9678.1367553 +454,0.800551619,0.105822106,439,-1.064070054,0.242569932,7239.9551812 +455,0.437940882,-0.506194031,439,-1.064070054,0.242569932,6452.2213081 +456,2.230431122,0.63458615,439,-1.064070054,0.242569932,8922.6753411 +457,0.527965361,0.127667701,439,-1.064070054,0.242569932,6181.781421 +458,-0.063643205,0.702093448,439,-1.064070054,0.242569932,3890.0020992 +459,1.408447268,0.133010502,439,-1.064070054,0.242569932,9422.0934475 +460,0.523795955,0.280266966,439,-1.064070054,0.242569932,6021.73293 +461,-0.975769313,0.072177659,439,-1.064070054,0.242569932,757.98165776 +462,0.549774164,-0.463663986,439,-1.064070054,0.242569932,6797.4504893 +463,0.29245874,1.095549818,439,-1.064070054,0.242569932,4981.6813262 +464,0.143625958,0.816809593,439,-1.064070054,0.242569932,4543.7502132 +465,0.671902494,0.611159853,439,-1.064070054,0.242569932,6193.760929 +466,1.239840988,0.6724199,439,-1.064070054,0.242569932,7674.5854921 +467,0.607829703,-0.10932137,439,-1.064070054,0.242569932,6712.7511794 +468,1.763020906,0.263996692,439,-1.064070054,0.242569932,10089.19667 +469,0.378714634,0.726066797,439,-1.064070054,0.242569932,5212.278027 +470,2.196736143,-0.153862366,439,-1.064070054,0.242569932,11862.793678 +471,0.01702415,0.148991565,439,-1.064070054,0.242569932,4206.296189 +472,-2.998490902,-0.158002487,439,-1.064070054,0.242569932,7760.535564 +473,-3.051262951,-0.346595608,439,-1.064070054,0.242569932,8074.6567861 +474,-1.069176439,0.182802941,439,-1.064070054,0.242569932,237.56089092 +475,0.167157509,0.595344954,439,-1.064070054,0.242569932,4581.5112087 +476,0.613855648,0.681746124,439,-1.064070054,0.242569932,5941.3804577 +477,1.037012736,0.682555367,439,-1.064070054,0.242569932,7139.0088232 +478,-1.253574971,0.379755746,439,-1.064070054,0.242569932,897.05602296 +479,3.108590453,-0.132620738,439,-1.064070054,0.242569932,8416.999324 +480,0.565301296,0.022333262,439,-1.064070054,0.242569932,6425.8058621 +481,0.547898238,0.855555614,439,-1.064070054,0.242569932,5604.9570873 +482,0.948309381,0.417393755,439,-1.064070054,0.242569932,7353.7582405 +483,-0.050600732,0.945269213,439,-1.064070054,0.242569932,4169.2007696 +484,-0.977651478,-0.572363064,439,-1.064070054,0.242569932,3244.4929287 +485,1.102014914,0.728861163,439,-1.064070054,0.242569932,7206.6726869 +486,2.927300795,-0.282939414,439,-1.064070054,0.242569932,9196.8065388 +487,-1.154565557,0.124434095,439,-1.064070054,0.242569932,585.67222129 +488,1.855331234,0.291044755,439,-1.064070054,0.242569932,10158.433603 +489,0.830290659,0.276904518,439,-1.064070054,0.242569932,7146.1391072 +490,0.485104466,-0.234867441,439,-1.064070054,0.242569932,6362.5158313 +491,0.521367572,-0.33161327,439,-1.064070054,0.242569932,6585.4157664 +1,-1.539031704,0.7349710123,440,-1.068153768,0.230387998,2570.1289549 +2,-1.536990553,0.7349663874,440,-1.068153768,0.230387998,2565.7380257 +3,-1.534951779,0.7349571355,440,-1.068153768,0.230387998,2561.3507657 +4,-1.532906461,0.7349480293,440,-1.068153768,0.230387998,2556.9610876 +5,-1.531320211,0.7346937278,440,-1.068153768,0.230387998,2552.8887987 +6,-1.539451648,0.7335131775,440,-1.068153768,0.230387998,2567.0956543 +7,-1.537429487,0.7335445708,440,-1.068153768,0.230387998,2562.8291661 +8,-1.535484998,0.7335658704,440,-1.068153768,0.230387998,2558.7133035 +9,-1.533488396,0.7336036027,440,-1.068153768,0.230387998,2554.5412848 +10,-1.531497785,0.7335842962,440,-1.068153768,0.230387998,2550.2378538 +11,-1.530259379,0.7334777758,440,-1.068153768,0.230387998,2547.3075958 +12,-1.5335454,0.7322346912,440,-1.068153768,0.230387998,2550.9414212 +13,-1.531489083,0.7322238773,440,-1.068153768,0.230387998,2546.5098294 +14,-1.530011122,0.7321679851,440,-1.068153768,0.230387998,2543.2003121 +15,-1.53348106,0.7306614094,440,-1.068153768,0.230387998,2546.532196 +16,-1.531441779,0.7306962275,440,-1.068153768,0.230387998,2542.2491042 +17,-1.529755654,0.7306933243,440,-1.068153768,0.230387998,2538.6303308 +18,-1.533415048,0.7291384674,440,-1.068153768,0.230387998,2542.2618914 +19,-1.531392093,0.7291705353,440,-1.068153768,0.230387998,2537.9945559 +20,-1.529296523,0.7291214933,440,-1.068153768,0.230387998,2533.3622542 +21,-1.535280942,0.727267644,440,-1.068153768,0.230387998,2541.2392706 +22,-1.533378158,0.7276139666,440,-1.068153768,0.230387998,2538.0560769 +23,-1.531340368,0.7276446587,440,-1.068153768,0.230387998,2533.7410758 +24,-1.528960113,0.7276398177,440,-1.068153768,0.230387998,2528.6051798 +25,-1.533313146,0.7260818349,440,-1.068153768,0.230387998,2533.774874 +26,-1.531259555,0.7260958115,440,-1.068153768,0.230387998,2529.3684852 +27,-1.528926415,0.7260865555,440,-1.068153768,0.230387998,2524.3082609 +28,-1.531226779,0.7245511789,440,-1.068153768,0.230387998,2525.1172537 +29,-1.528904772,0.7245519194,440,-1.068153768,0.230387998,2520.0943557 +30,-1.547195875,0.7409785979,440,-1.068153768,0.230387998,2603.8531305 +31,-1.5451475,0.740980426,440,-1.068153768,0.230387998,2599.4672115 +32,-1.543097679,0.7409798872,440,-1.068153768,0.230387998,2595.0829111 +33,-1.540720364,0.7409892687,440,-1.068153768,0.230387998,2590.0392558 +34,-1.547188511,0.7395198392,440,-1.068153768,0.230387998,2599.9185441 +35,-1.545148587,0.7395226109,440,-1.068153768,0.230387998,2595.5418232 +36,-1.543104538,0.7395314908,440,-1.068153768,0.230387998,2591.1837945 +37,-1.540727751,0.7395306258,440,-1.068153768,0.230387998,2586.1001557 +38,-1.547187029,0.7380014886,440,-1.068153768,0.230387998,2595.8427648 +39,-1.545147315,0.7380012252,440,-1.068153768,0.230387998,2591.4463817 +40,-1.54310719,0.7380060743,440,-1.068153768,0.230387998,2587.0738773 +41,-1.540719671,0.7380068206,440,-1.068153768,0.230387998,2581.9576181 +42,-1.547187189,0.7364799098,440,-1.068153768,0.230387998,2591.7683214 +43,-1.545149996,0.7364853874,440,-1.068153768,0.230387998,2587.3807926 +44,-1.543106091,0.7364823484,440,-1.068153768,0.230387998,2582.9669317 +45,-1.540717158,0.7364893901,440,-1.068153768,0.230387998,2577.8505835 +46,-1.538663972,0.7410138672,440,-1.068153768,0.230387998,2585.7336362 +47,-1.53695285,0.7409699132,440,-1.068153768,0.230387998,2581.98415 +48,-1.534910498,0.7409641297,440,-1.068153768,0.230387998,2577.6461481 +49,-1.533145034,0.7409536636,440,-1.068153768,0.230387998,2573.8903138 +50,-1.538681336,0.7395405883,440,-1.068153768,0.230387998,2581.7643077 +51,-1.536999189,0.7395183096,440,-1.068153768,0.230387998,2578.1258086 +52,-1.534923633,0.7395144222,440,-1.068153768,0.230387998,2573.7109623 +53,-1.533267822,0.7395654306,440,-1.068153768,0.230387998,2570.3454329 +54,-1.53867273,0.7380151077,440,-1.068153768,0.230387998,2577.6040691 +55,-1.536980576,0.7379994392,440,-1.068153768,0.230387998,2573.9524537 +56,-1.534931522,0.7379944961,440,-1.068153768,0.230387998,2569.5789979 +57,-1.533387952,0.7379480264,440,-1.068153768,0.230387998,2566.1750654 +58,-1.538682279,0.7364914363,440,-1.068153768,0.230387998,2573.4939262 +59,-1.536980704,0.7364810563,440,-1.068153768,0.230387998,2569.8265995 +60,-1.534935567,0.7364752065,440,-1.068153768,0.230387998,2565.4470164 +61,-1.533042592,0.7363876366,440,-1.068153768,0.230387998,2561.1789906 +62,-1.545143426,0.7349628011,440,-1.068153768,0.230387998,2583.2835663 +63,-1.543105297,0.7349691947,440,-1.068153768,0.230387998,2578.8955277 +64,-1.541064533,0.7349647152,440,-1.068153768,0.230387998,2574.4836311 +65,-1.545411803,0.7334624714,440,-1.068153768,0.230387998,2579.8490336 +66,-1.543446606,0.7334780896,440,-1.068153768,0.230387998,2575.6303194 +67,-1.541475327,0.7334957295,440,-1.068153768,0.230387998,2571.4143847 +68,-1.545401939,0.731963266,440,-1.068153768,0.230387998,2575.8215112 +69,-1.54342253,0.7319915583,440,-1.068153768,0.230387998,2571.5944293 +70,-1.541455867,0.7320216438,440,-1.068153768,0.230387998,2567.4105897 +71,-1.545410146,0.7304422281,440,-1.068153768,0.230387998,2571.7814967 +72,-1.543435491,0.7304713664,440,-1.068153768,0.230387998,2567.555156 +73,-1.541463105,0.7304997613,440,-1.068153768,0.230387998,2563.3425354 +74,-1.545414768,0.7289194936,440,-1.068153768,0.230387998,2567.7358218 +75,-1.543435774,0.7289538557,440,-1.068153768,0.230387998,2563.5020968 +76,-1.541457714,0.7289765881,440,-1.068153768,0.230387998,2559.2501855 +77,-1.539449415,0.7320555866,440,-1.068153768,0.230387998,2563.1619566 +78,-1.537429183,0.7321097681,440,-1.068153768,0.230387998,2558.9496252 +79,-1.535472649,0.7321497267,440,-1.068153768,0.230387998,2554.8475068 +80,-1.539457899,0.7305333307,440,-1.068153768,0.230387998,2559.0835371 +81,-1.537453161,0.7305750503,440,-1.068153768,0.230387998,2554.8588332 +82,-1.535479385,0.7306124949,440,-1.068153768,0.230387998,2550.7007766 +83,-1.53946905,0.7290102593,440,-1.068153768,0.230387998,2555.015384 +84,-1.537459922,0.7290417293,440,-1.068153768,0.230387998,2550.7414384 +85,-1.535451349,0.7290890157,440,-1.068153768,0.230387998,2546.5227772 +86,-1.535522937,0.7279887191,440,-1.068153768,0.230387998,2543.7080513 +87,-1.539442524,0.7274735939,440,-1.068153768,0.230387998,2550.8354654 +88,-1.537424111,0.727521351,440,-1.068153768,0.230387998,2546.5731038 +89,-1.539384641,0.7259505092,440,-1.068153768,0.230387998,2546.6298477 +90,-1.537372391,0.7259947145,440,-1.068153768,0.230387998,2542.3594852 +91,-1.535340789,0.7260435356,440,-1.068153768,0.230387998,2538.0711139 +92,-1.539325716,0.7244369706,440,-1.068153768,0.230387998,2542.4534424 +93,-1.537308932,0.7244801057,440,-1.068153768,0.230387998,2538.1585346 +94,-1.535289068,0.7245247645,440,-1.068153768,0.230387998,2533.8726559 +95,-1.533261366,0.7245550236,440,-1.068153768,0.230387998,2529.5426843 +96,-1.539267302,0.722921924,440,-1.068153768,0.230387998,2538.2800623 +97,-1.537248972,0.7229660258,440,-1.068153768,0.230387998,2533.9725252 +98,-1.535219431,0.7229916471,440,-1.068153768,0.230387998,2529.6025711 +99,-1.53318962,0.7230212049,440,-1.068153768,0.230387998,2525.2541975 +100,-1.531154816,0.7230299897,440,-1.068153768,0.230387998,2520.8505814 +101,-1.528878341,0.7230370244,440,-1.068153768,0.230387998,2515.9299988 +102,-1.539218189,0.7214009878,440,-1.068153768,0.230387998,2534.1174437 +103,-1.537198791,0.7214422745,440,-1.068153768,0.230387998,2529.7880748 +104,-1.535179266,0.7214634354,440,-1.068153768,0.230387998,2525.4161384 +105,-1.533156501,0.7214944644,440,-1.068153768,0.230387998,2521.0750348 +106,-1.53113574,0.7215166021,440,-1.068153768,0.230387998,2516.7259683 +107,-1.528874248,0.7215345535,440,-1.068153768,0.230387998,2511.8540317 +108,-1.539217656,0.7198512397,440,-1.068153768,0.230387998,2529.9915894 +109,-1.537199919,0.7199428763,440,-1.068153768,0.230387998,2525.7877022 +110,-1.545425832,0.727397149,440,-1.068153768,0.230387998,2563.7120284 +111,-1.543371177,0.7273916949,440,-1.068153768,0.230387998,2559.194634 +112,-1.541368852,0.7274523163,440,-1.068153768,0.230387998,2554.9792076 +113,-1.545349067,0.7258710923,440,-1.068153768,0.230387998,2559.4919633 +114,-1.54332671,0.7258603556,440,-1.068153768,0.230387998,2555.0195966 +115,-1.541346831,0.7259242142,440,-1.068153768,0.230387998,2550.8499548 +116,-1.545324355,0.7243383958,440,-1.068153768,0.230387998,2555.3749814 +117,-1.543292796,0.7243617413,440,-1.068153768,0.230387998,2550.9609606 +118,-1.541295822,0.7244024384,440,-1.068153768,0.230387998,2546.6803923 +119,-1.543193859,0.7205570215,440,-1.068153768,0.230387998,2540.6559428 +120,-1.550257047,0.7386738187,440,-1.068153768,0.230387998,2604.2739587 +121,-1.549335448,0.7311736483,440,-1.068153768,0.230387998,2582.3074354 +122,-1.533478843,0.7179891343,440,-1.068153768,0.230387998,2512.3798055 +123,-1.556150555,0.738907041,440,-1.068153768,0.230387998,2617.6850419 +124,-1.554324226,0.733414257,440,-1.068153768,0.230387998,2599.1711588 +125,-1.554290846,0.7288285332,440,-1.068153768,0.230387998,2587.0233008 +126,-1.55122487,0.7219795312,440,-1.068153768,0.230387998,2562.2520867 +127,-1.525104458,0.7229399862,440,-1.068153768,0.230387998,2507.5085103 +128,-1.519607711,0.7236181429,440,-1.068153768,0.230387998,2497.5587082 +129,-1.513899999,0.7251107854,440,-1.068153768,0.230387998,2489.5358389 +130,-1.536620762,0.7431061895,440,-1.068153768,0.230387998,2587.1168591 +131,-1.5369566,0.7460845958,440,-1.068153768,0.230387998,2595.9793297 +132,-1.545345528,0.7447040685,440,-1.068153768,0.230387998,2609.9473747 +133,-1.532813921,0.7432306626,440,-1.068153768,0.230387998,2579.4466129 +134,-1.554788248,0.7382381001,440,-1.068153768,0.230387998,2612.9467313 +135,-1.540348126,0.7301594274,440,-1.068153768,0.230387998,2560.009022 +136,-1.538016084,0.7239051786,440,-1.068153768,0.230387998,2538.1648044 +137,-1.525288962,0.7258085137,440,-1.068153768,0.230387998,2515.7287994 +138,-1.534326986,0.731241342,440,-1.068153768,0.230387998,2549.9232593 +139,-1.530733872,0.7303625216,440,-1.068153768,0.230387998,2539.8234749 +141,-1.534354939,0.7328219978,440,-1.068153768,0.230387998,2554.2718926 +142,-1.53157084,0.7292888153,440,-1.068153768,0.230387998,2538.7001 +143,-1.525691035,0.7263799874,440,-1.068153768,0.230387998,2518.1520925 +144,-1.534031287,0.7495967835,440,-1.068153768,0.230387998,2599.5343636 +145,-1.527714986,0.7283095957,440,-1.068153768,0.230387998,2527.7585478 +146,-1.526189586,0.7271468292,440,-1.068153768,0.230387998,2521.3153381 +147,-1.555177336,0.7375563366,440,-1.068153768,0.230387998,2611.9878184 +148,-1.555080283,0.7312707794,440,-1.068153768,0.230387998,2595.1857615 +149,-1.53856994,0.7224180299,440,-1.068153768,0.230387998,2535.4043301 +150,-1.530837883,0.729933372,440,-1.068153768,0.230387998,2538.8784534 +151,-1.515066984,0.5854133365,440,-1.068153768,0.230387998,2137.1543274 +152,-1.534731633,0.5368370046,440,-1.068153768,0.230387998,2090.0712928 +153,-1.515231902,0.5607085576,440,-1.068153768,0.230387998,2082.860771 +154,-2.616253799,1.0684566605,440,-1.068153768,0.230387998,5380.7072866 +155,-1.956071439,0.5792177723,440,-1.068153768,0.230387998,3475.4299987 +156,-1.951208514,0.5602434208,440,-1.068153768,0.230387998,3445.7518979 +157,-1.944675062,0.6062144545,440,-1.068153768,0.230387998,3460.5273756 +158,-1.613778386,0.6077989518,440,-1.068153768,0.230387998,2457.8660517 +159,-2.035029014,0.6021432345,440,-1.068153768,0.230387998,3746.8924023 +160,-2.114989471,0.6801825058,440,-1.068153768,0.230387998,4045.100171 +161,-2.037382079,0.5765830025,440,-1.068153768,0.230387998,3739.9509031 +162,-2.129855121,0.6585019963,440,-1.068153768,0.230387998,4078.8441684 +163,-2.075141798,0.6493615843,440,-1.068153768,0.230387998,3903.4259323 +164,-1.828626729,0.6948433129,440,-1.068153768,0.230387998,3216.3869211 +165,-1.863329418,0.6735427691,440,-1.068153768,0.230387998,3285.6998535 +166,-1.266037071,0.727988852,440,-1.068153768,0.230387998,2085.6577955 +167,-1.277579582,0.7249010648,440,-1.068153768,0.230387998,2087.7897729 +168,-1.258418684,0.7241194816,440,-1.068153768,0.230387998,2062.9800818 +169,-1.317813974,0.6804850104,440,-1.068153768,0.230387998,1985.7730498 +170,-1.344165204,0.6790988904,440,-1.068153768,0.230387998,2023.4484328 +171,-1.427582102,0.5277120351,440,-1.068153768,0.230387998,1764.8234751 +172,-1.402238616,0.457167829,440,-1.068153768,0.230387998,1532.3874777 +173,-1.422454264,0.4996161999,440,-1.068153768,0.230387998,1684.7729401 +174,-1.439089277,0.4894859811,440,-1.068153768,0.230387998,1710.6583149 +175,-1.448126995,0.5182330266,440,-1.068153768,0.230387998,1799.7851031 +176,-1.474626146,0.5881926574,440,-1.068153768,0.230387998,2036.8534492 +177,-1.421139645,0.5584869783,440,-1.068153768,0.230387998,1824.749015 +178,-1.457037165,0.565943032,440,-1.068153768,0.230387998,1936.3830582 +179,-2.757159358,0.3745319,440,-1.068153768,0.230387998,6314.2951538 +180,-2.714309238,0.342054471,440,-1.068153768,0.230387998,6192.0442893 +181,-2.000525337,0.774119946,440,-1.068153768,0.230387998,3797.8483494 +183,-1.571413436,0.6777838382,440,-1.068153768,0.230387998,2498.6465411 +184,-1.552860289,0.6987663893,440,-1.068153768,0.230387998,2506.0874914 +185,-1.521852374,0.7165827476,440,-1.068153768,0.230387998,2483.1716742 +186,-1.503656267,0.6928968252,440,-1.068153768,0.230387998,2378.8387083 +187,-1.502753178,0.7136205882,440,-1.068153768,0.230387998,2433.9366822 +188,-1.631894563,0.7343596465,440,-1.068153768,0.230387998,2778.7916595 +189,-1.653765416,0.6770714026,440,-1.068153768,0.230387998,2706.8477456 +190,-1.719812114,0.6715965947,440,-1.068153768,0.230387998,2874.3682478 +191,-1.493406659,0.6646955447,440,-1.068153768,0.230387998,2279.6302659 +192,-1.469120564,0.6613469966,440,-1.068153768,0.230387998,2215.3927674 +193,-1.590551461,0.5326612937,440,-1.068153768,0.230387998,2251.1530921 +194,-1.625979264,0.5247742243,440,-1.068153768,0.230387998,2348.9738766 +195,-1.572293943,0.5238808754,440,-1.068153768,0.230387998,2179.7888616 +196,-1.610848725,0.5477107964,440,-1.068153768,0.230387998,2339.0384177 +197,-1.208485554,0.7918526018,440,-1.068153768,0.230387998,2273.4908638 +198,-1.335601374,0.6869083083,440,-1.068153768,0.230387998,2035.5944927 +199,-1.346156996,0.6825213377,440,-1.068153768,0.230387998,2038.1616146 +200,-1.324381037,0.6741422347,440,-1.068153768,0.230387998,1974.4411087 +201,-1.242424992,0.7378949807,440,-1.068153768,0.230387998,2097.4414595 +202,-1.270370057,0.7392461008,440,-1.068153768,0.230387998,2131.7405676 +203,-1.448950472,0.7441675014,440,-1.068153768,0.230387998,2416.611665 +204,-1.492662363,0.7523026852,440,-1.068153768,0.230387998,2523.8864866 +205,-1.479098966,0.7763855017,440,-1.068153768,0.230387998,2570.0906314 +206,-1.633760714,0.7869022408,440,-1.068153768,0.230387998,2910.0383147 +207,-1.647406434,0.8101289331,440,-1.068153768,0.230387998,2997.235171 +208,-1.564245052,0.5701509278,440,-1.068153768,0.230387998,2242.0679922 +209,-1.646289963,0.6833746083,440,-1.068153768,0.230387998,2700.5427239 +210,-1.5820631,0.6751952144,440,-1.068153768,0.230387998,2518.8559109 +211,-1.613236298,0.6681681791,440,-1.068153768,0.230387998,2582.0749847 +212,-1.914661867,0.8212566515,440,-1.068153768,0.230387998,3639.9311524 +213,-1.742133237,0.7250275956,440,-1.068153768,0.230387998,3033.4691747 +214,-2.033144872,0.6557314699,440,-1.068153768,0.230387998,3777.7538476 +215,-2.039551981,0.6964723658,440,-1.068153768,0.230387998,3830.0508093 +216,-1.247341019,0.7622473908,440,-1.068153768,0.230387998,2193.1589274 +217,-1.298239787,0.7084123392,440,-1.068153768,0.230387998,2054.9112965 +218,-1.308539688,0.6926545592,440,-1.068153768,0.230387998,2013.9633523 +219,-1.303263185,0.6888938396,440,-1.068153768,0.230387998,1993.2176433 +220,-1.852400229,0.6004246149,440,-1.068153768,0.230387998,3163.3766267 +221,-1.288947707,0.7473773692,440,-1.068153768,0.230387998,2182.7052497 +222,-1.372031502,0.7472790993,440,-1.068153768,0.230387998,2296.1024433 +223,-1.289805721,0.7242157877,440,-1.068153768,0.230387998,2100.2877273 +224,-1.350807603,0.7533498126,440,-1.068153768,0.230387998,2285.0476799 +225,-1.329290365,0.7560442322,440,-1.068153768,0.230387998,2264.518416 +226,-1.410153004,0.616936428,440,-1.068153768,0.230387998,1958.5473375 +227,-1.393445434,0.6308995063,440,-1.068153768,0.230387998,1963.4886672 +228,-1.37595573,0.6241540638,440,-1.068153768,0.230387998,1906.8790091 +229,-1.358388707,0.6172645205,440,-1.068153768,0.230387998,1850.0966179 +230,-1.753741133,0.8281661666,440,-1.068153768,0.230387998,3271.7444546 +231,-1.47430987,0.6834615681,440,-1.068153768,0.230387998,2288.4814854 +232,-1.421012508,0.7222725206,440,-1.068153768,0.230387998,2297.5547916 +233,-1.4476833,0.6978557868,440,-1.068153768,0.230387998,2274.4009345 +234,-1.470370723,0.6966193374,440,-1.068153768,0.230387998,2317.4532454 +235,-1.429211703,0.7037216883,440,-1.068153768,0.230387998,2255.6247047 +236,-1.700578405,0.6178673663,440,-1.068153768,0.230387998,2726.0028992 +237,-1.678117619,0.6331716163,440,-1.068153768,0.230387998,2688.0144675 +238,-1.725644578,0.6316331145,440,-1.068153768,0.230387998,2821.9650114 +239,-2.14012759,0.7930497945,440,-1.068153768,0.230387998,4195.7675157 +240,-2.103289431,0.7653606263,440,-1.068153768,0.230387998,4071.8203306 +241,-1.318739838,0.7017808746,440,-1.068153768,0.230387998,2060.5536194 +242,-1.396417427,0.7077900843,440,-1.068153768,0.230387998,2207.4151848 +243,-1.35650337,0.7185539404,440,-1.068153768,0.230387998,2175.4170743 +244,-1.248884539,0.7274156818,440,-1.068153768,0.230387998,2064.9677043 +245,-1.395014798,0.5761185243,440,-1.068153768,0.230387998,1808.1830627 +246,-1.433377362,0.6064716109,440,-1.068153768,0.230387998,1982.4342136 +247,-1.408172432,0.5903155476,440,-1.068153768,0.230387998,1878.6692364 +248,-1.749645898,0.7757118084,440,-1.068153768,0.230387998,3152.2025408 +249,-1.571626686,0.615046989,440,-1.068153768,0.230387998,2356.0346192 +250,-1.514070049,0.6303003037,440,-1.068153768,0.230387998,2240.9314031 +251,-1.480890369,0.6237966528,440,-1.068153768,0.230387998,2142.4695365 +252,-1.704390658,0.5281680612,440,-1.068153768,0.230387998,2604.7920417 +253,-1.64434733,0.5254277498,440,-1.068153768,0.230387998,2408.2134655 +254,-1.703855997,0.4792484842,440,-1.068153768,0.230387998,2546.0291019 +255,-1.692002383,0.5748825051,440,-1.068153768,0.230387998,2631.3612476 +256,-1.854136457,0.5544643913,440,-1.068153768,0.230387998,3121.7978961 +257,-1.665021206,0.520317736,440,-1.068153768,0.230387998,2467.175195 +258,-1.733654349,0.4845187345,440,-1.068153768,0.230387998,2652.4712062 +259,-1.720938188,0.5135933906,440,-1.068153768,0.230387998,2641.1100134 +260,-1.742668307,0.553296122,440,-1.068153768,0.230387998,2759.8776103 +261,-1.965659039,0.7142126903,440,-1.068153768,0.230387998,3631.769365 +262,-1.944438071,0.6772834804,440,-1.068153768,0.230387998,3529.0528962 +263,-1.270340967,0.7681487096,440,-1.068153768,0.230387998,2237.9203135 +264,-1.353091884,0.6549276821,440,-1.068153768,0.230387998,1959.6404733 +265,-1.333236659,0.6413584414,440,-1.068153768,0.230387998,1879.8102072 +266,-1.352015998,0.6753788907,440,-1.068153768,0.230387998,2024.4738346 +267,-1.377988483,0.6577816235,440,-1.068153768,0.230387998,2015.0791496 +268,-2.13075611,0.8318642051,440,-1.068153768,0.230387998,4203.2398714 +269,-2.097910953,0.8259670014,440,-1.068153768,0.230387998,4112.3064268 +270,-1.416382069,0.6694271549,440,-1.068153768,0.230387998,2126.3631439 +271,-1.538905672,0.7535625993,440,-1.068153768,0.230387998,2620.5970262 +272,-1.572309477,0.7803125099,440,-1.068153768,0.230387998,2762.6290645 +273,-1.87759879,0.7503853417,440,-1.068153768,0.230387998,3434.8012204 +274,1.152365588,0.590457682,440,-1.068153768,0.230387998,7689.6541376 +275,0.350198001,0.718001859,440,-1.068153768,0.230387998,5173.6351528 +276,0.046513677,0.491503852,440,-1.068153768,0.230387998,4212.3846493 +277,0.027510309,0.742571376,440,-1.068153768,0.230387998,4227.4071569 +278,0.306285725,-0.214631579,440,-1.068153768,0.230387998,5677.7650749 +279,-1.100564889,0.318051531,440,-1.068153768,0.230387998,368.55536796 +280,-1.078582306,0.301437596,440,-1.068153768,0.230387998,284.23417344 +281,-1.137371989,-0.617634065,440,-1.068153768,0.230387998,3369.042466 +282,0.784356344,0.703272339,440,-1.068153768,0.230387998,6454.7942789 +283,-1.221209947,0.218327455,440,-1.068153768,0.230387998,592.95581486 +284,2.347301921,-0.449114658,440,-1.068153768,0.230387998,11105.876302 +285,0.246820618,0.830553713,440,-1.068153768,0.230387998,4869.8598748 +286,0.829414965,0.703288228,440,-1.068153768,0.230387998,6581.5660658 +287,-1.337537566,0.42332223,440,-1.068153768,0.230387998,1265.0271348 +288,0.882453706,0.454478077,440,-1.068153768,0.230387998,7117.03642 +289,1.575629659,0.416419109,440,-1.068153768,0.230387998,9237.8946122 +290,-1.039455679,0.229888244,440,-1.068153768,0.230387998,110.69362904 +291,0.489558039,0.934482747,440,-1.068153768,0.230387998,5459.7521948 +292,0.081344504,0.88384514,440,-1.068153768,0.230387998,4465.4373072 +293,-1.547979814,0.300350308,440,-1.068153768,0.230387998,1853.2030774 +294,0.040776181,0.168560074,440,-1.068153768,0.230387998,4301.7438274 +295,-1.130374745,0.563894876,440,-1.068153768,0.230387998,1340.1539998 +296,1.578326642,0.478507176,440,-1.068153768,0.230387998,9052.3796844 +297,-1.12861823,-0.291640865,440,-1.068153768,0.230387998,2081.2523558 +298,0.310524208,0.770885792,440,-1.068153768,0.230387998,5046.3405497 +299,0.415649091,-0.387246002,440,-1.068153768,0.230387998,6253.2618045 +300,-0.926533878,-0.188022748,440,-1.068153768,0.230387998,1748.3268493 +301,1.258856172,-0.11716081,440,-1.068153768,0.230387998,9239.0320834 +302,-1.126050026,0.322941926,440,-1.068153768,0.230387998,427.81181435 +303,2.002785835,0.07893892,440,-1.068153768,0.230387998,11187.480219 +304,0.440437607,0.746258085,440,-1.068153768,0.230387998,5426.4998605 +305,-0.030391866,0.214441206,440,-1.068153768,0.230387998,4000.0254341 +306,0.521557815,-0.058929362,440,-1.068153768,0.230387998,6348.0299521 +307,-0.097005111,0.13317729,440,-1.068153768,0.230387998,3795.8983361 +308,1.83113859,0.221857587,440,-1.068153768,0.230387998,10415.486345 +309,0.222428864,0.099404236,440,-1.068153768,0.230387998,5054.0635773 +310,-1.702731345,0.8728568183,440,-1.068153768,0.230387998,3266.4239198 +311,-0.418507569,0.278324921,440,-1.068153768,0.230387998,2494.5169012 +312,-1.41153306,0.339029988,440,-1.068153768,0.230387998,1373.2193686 +313,0.357560442,0.114788776,440,-1.068153768,0.230387998,5561.4105305 +314,0.325818979,0.268352149,440,-1.068153768,0.230387998,5320.2658705 +315,-1.246004659,-0.663679965,440,-1.068153768,0.230387998,3602.4889111 +316,1.814603087,0.637404484,440,-1.068153768,0.230387998,8873.0819299 +317,1.843704281,-0.18300445,440,-1.068153768,0.230387998,11533.851213 +318,1.690644492,-0.211480909,440,-1.068153768,0.230387998,10963.025551 +319,-1.275451936,0.068109467,440,-1.068153768,0.230387998,1034.8355551 +320,0.762430171,-0.207594741,440,-1.068153768,0.230387998,7394.7433149 +321,0.265668905,-0.014647884,440,-1.068153768,0.230387998,5322.2316723 +322,-2.773032013,-0.335515811,440,-1.068153768,0.230387998,7011.7377824 +323,-1.469512853,0.174058777,440,-1.068153768,0.230387998,1572.6346671 +324,0.286276986,0.785925691,440,-1.068153768,0.230387998,4976.4837849 +325,-1.379324697,0.377432233,440,-1.068153768,0.230387998,1310.771909 +326,-1.203778265,0.212813032,440,-1.068153768,0.230387998,528.64860489 +327,0.579916301,0.611743168,440,-1.068153768,0.230387998,5945.9515937 +328,0.267582642,0.868113908,440,-1.068153768,0.230387998,4928.3648239 +329,0.412869244,-0.050245578,440,-1.068153768,0.230387998,5921.7704059 +330,0.17524381,0.976660285,440,-1.068153768,0.230387998,4744.1557621 +331,0.743157214,0.204812899,440,-1.068153768,0.230387998,6941.2993243 +332,-1.070758176,0.269382282,440,-1.068153768,0.230387998,154.77940667 +333,-1.230364251,0.329790229,440,-1.068153768,0.230387998,732.01582552 +334,-1.374813124,-0.024926835,440,-1.068153768,0.230387998,1572.999959 +335,0.519780566,0.463669906,440,-1.068153768,0.230387998,5876.064518 +336,-1.55108034,0.239698561,440,-1.068153768,0.230387998,1859.6317598 +337,0.180294813,0.029739425,440,-1.068153768,0.230387998,4952.2713744 +338,0.67820924,0.268170153,440,-1.068153768,0.230387998,6632.4890092 +339,0.445798684,1.024001867,440,-1.068153768,0.230387998,5327.8002817 +340,0.691751283,0.150521402,440,-1.068153768,0.230387998,6805.1259619 +341,-1.036643551,-0.903056181,440,-1.068153768,0.230387998,4490.8808218 +342,-0.120287036,1.083325163,440,-1.068153768,0.230387998,4293.6886122 +343,2.823513113,-0.304487164,440,-1.068153768,0.230387998,9569.1602955 +344,0.457583172,1.12513373,440,-1.068153768,0.230387998,5323.1888481 +345,0.042918831,0.813795399,440,-1.068153768,0.230387998,4316.7587098 +346,1.196146777,-0.853142756,440,-1.068153768,0.230387998,8679.023686 +347,0.206001358,-0.010430701,440,-1.068153768,0.230387998,5088.780985 +348,-0.268308653,0.234799412,440,-1.068153768,0.230387998,3078.2741699 +349,0.759363263,0.736189579,440,-1.068153768,0.230387998,6340.1801774 +350,0.181363926,0.891988372,440,-1.068153768,0.230387998,4717.4172842 +351,-0.021111158,0.139103292,440,-1.068153768,0.230387998,4084.1713906 +352,-0.093355215,0.630686981,440,-1.068153768,0.230387998,3790.413722 +353,0.40118964,0.681375926,440,-1.068153768,0.230387998,5341.6198386 +354,-0.721197315,1.304706234,440,-1.068153768,0.230387998,4323.7815451 +355,-1.076150317,0.212107639,440,-1.068153768,0.230387998,78.726801577 +356,-1.577164531,0.273993443,440,-1.068153768,0.230387998,1958.5152812 +357,-0.190788414,0.182208586,440,-1.068153768,0.230387998,3401.5936409 +358,-0.261349752,0.209710184,440,-1.068153768,0.230387998,3115.4082138 +359,-1.029303852,0.083549259,440,-1.068153768,0.230387998,601.12265726 +360,-1.268609162,0.330525297,440,-1.068153768,0.230387998,859.48172427 +361,1.282982244,-0.926641967,440,-1.068153768,0.230387998,8740.7739385 +362,0.217352334,0.731352408,440,-1.068153768,0.230387998,4778.3035602 +363,-1.511833084,0.258629297,440,-1.068153768,0.230387998,1707.9067679 +364,0.338812194,0.823184618,440,-1.068153768,0.230387998,5116.7194287 +365,-0.324406489,1.134201999,440,-1.068153768,0.230387998,4102.4834362 +366,1.389579348,0.399185724,440,-1.068153768,0.230387998,8803.472021 +367,2.047152199,-0.039082036,440,-1.068153768,0.230387998,11679.115853 +368,0.947780369,0.568250077,440,-1.068153768,0.230387998,7142.9484799 +369,0.763824846,0.576754987,440,-1.068153768,0.230387998,6563.8229173 +370,-0.142334657,0.928153068,440,-1.068153768,0.230387998,3992.5754428 +371,0.610266567,0.547265983,440,-1.068153768,0.230387998,6104.9741564 +372,0.210731629,0.746815056,440,-1.068153768,0.230387998,4760.09855 +373,-1.34931644,0.316895224,440,-1.068153768,0.230387998,1125.0264284 +374,2.407696481,0.655030745,440,-1.068153768,0.230387998,8722.6972623 +375,0.64207831,0.545359131,440,-1.068153768,0.230387998,6210.9532078 +376,1.174597538,0.840588356,440,-1.068153768,0.230387998,7158.0021794 +377,0.660059424,0.010604079,440,-1.068153768,0.230387998,6819.1079105 +378,-0.730263819,0.010486456,440,-1.068153768,0.230387998,1586.3191768 +379,0.831068936,0.512339172,440,-1.068153768,0.230387998,6865.5075741 +380,1.301180979,0.72367476,440,-1.068153768,0.230387998,7729.232936 +381,1.811128231,0.322854402,440,-1.068153768,0.230387998,10024.840202 +382,0.435105812,0.992284428,440,-1.068153768,0.230387998,5314.3771217 +383,0.62643634,0.592027932,440,-1.068153768,0.230387998,6112.2832932 +384,0.492988703,-0.516339467,440,-1.068153768,0.230387998,6636.8674319 +385,-0.162469483,0.112549365,440,-1.068153768,0.230387998,3559.4536723 +386,0.314630866,0.472006421,440,-1.068153768,0.230387998,5155.8788601 +387,0.166744804,0.822815954,440,-1.068153768,0.230387998,4653.6407773 +388,0.417159608,0.965805736,440,-1.068153768,0.230387998,5281.8920104 +389,0.106334961,0.868774244,440,-1.068153768,0.230387998,4517.9324509 +390,0.815086969,-0.338144359,440,-1.068153768,0.230387998,7672.4467736 +391,0.59867455,-0.230624824,440,-1.068153768,0.230387998,6790.6086182 +392,1.915104874,0.066220985,440,-1.068153768,0.230387998,11114.161265 +393,1.278093622,0.064463721,440,-1.068153768,0.230387998,9105.7325598 +394,-0.061477853,0.302997961,440,-1.068153768,0.230387998,3843.7519611 +395,0.251311504,0.626976942,440,-1.068153768,0.230387998,4889.6252451 +396,2.950242872,0.149095644,440,-1.068153768,0.230387998,8681.8673746 +397,-0.180294708,0.35375117,440,-1.068153768,0.230387998,3390.6201601 +398,1.010448592,-0.351180233,440,-1.068153768,0.230387998,8402.2772112 +399,-1.748740498,0.3686318073,440,-1.068153768,0.230387998,2626.3210569 +400,2.699635665,0.123533791,440,-1.068153768,0.230387998,9609.3827212 +401,0.496808033,0.823843254,440,-1.068153768,0.230387998,5539.5684816 +402,0.129574704,0.763364087,440,-1.068153768,0.230387998,4530.0877764 +403,1.798920311,0.817447563,440,-1.068153768,0.230387998,8180.2677256 +404,0.335987953,0.746786541,440,-1.068153768,0.230387998,5124.0327772 +405,-1.085413643,0.292154671,440,-1.068153768,0.230387998,253.41239156 +406,-0.155321003,0.508207011,440,-1.068153768,0.230387998,3516.0214286 +407,0.620529244,-0.301175104,440,-1.068153768,0.230387998,6927.1050356 +408,1.684402744,0.368716966,440,-1.068153768,0.230387998,9629.2166372 +409,0.300582244,-0.386397212,440,-1.068153768,0.230387998,5845.3642146 +410,2.913555946,-0.009225192,440,-1.068153768,0.230387998,9034.1681133 +411,1.465101417,0.493232532,440,-1.068153768,0.230387998,8748.9495437 +412,0.090612882,0.907955955,440,-1.068153768,0.230387998,4505.3889815 +413,2.987564726,-0.729568594,440,-1.068153768,0.230387998,8747.5002747 +414,-1.484261606,0.224149272,440,-1.068153768,0.230387998,1605.4096068 +415,0.164073421,0.303955133,440,-1.068153768,0.230387998,4691.2707713 +416,0.141441293,0.167552546,440,-1.068153768,0.230387998,4689.3885492 +417,2.931321023,-0.506718887,440,-1.068153768,0.230387998,9117.1730654 +418,2.21951565,0.700596356,440,-1.068153768,0.230387998,8717.2234079 +419,0.268112576,1.199114336,440,-1.068153768,0.230387998,5036.0657043 +420,0.978913739,0.359223811,440,-1.068153768,0.230387998,7585.9000333 +421,1.210898818,0.522863584,440,-1.068153768,0.230387998,8003.0911712 +422,2.347397336,0.129231362,440,-1.068153768,0.230387998,10657.57171 +423,0.614394501,0.556878345,440,-1.068153768,0.230387998,6108.9170684 +424,-1.398079356,0.148483366,440,-1.068153768,0.230387998,1323.2355692 +425,2.535303836,-0.112984496,440,-1.068153768,0.230387998,10583.83803 +426,-1.019372593,-0.405322349,440,-1.068153768,0.230387998,2525.1401894 +427,-1.297785627,-0.160104069,440,-1.068153768,0.230387998,1791.1229845 +428,2.144554488,0.205051084,440,-1.068153768,0.230387998,10696.586729 +429,-2.242387083,-0.426171285,440,-1.068153768,0.230387998,5229.1952516 +430,0.338637212,0.909723676,440,-1.068153768,0.230387998,5106.7145681 +431,-0.148798452,0.691042401,440,-1.068153768,0.230387998,3670.9154405 +432,0.893524764,0.441829531,440,-1.068153768,0.230387998,7172.4440322 +433,0.969229347,-0.368847936,440,-1.068153768,0.230387998,8254.088186 +434,0.436043248,0.800045688,440,-1.068153768,0.230387998,5388.0968138 +435,1.687946607,1.081504775,440,-1.068153768,0.230387998,7110.4434378 +436,0.522302046,-0.034889271,440,-1.068153768,0.230387998,6329.2515467 +437,-0.178996113,-0.438090009,440,-1.068153768,0.230387998,4334.7440892 +438,-1.094339566,0.301444068,440,-1.068153768,0.230387998,298.70709161 +439,-1.064070054,0.242569932,440,-1.068153768,0.230387998,50.75039047 +440,-1.068153768,0.230387998,440,-1.068153768,0.230387998,0 +441,-3.00496892,-0.23989155,440,-1.068153768,0.230387998,7820.5456907 +442,0.21751974,0.766874888,440,-1.068153768,0.230387998,4781.6970785 +443,0.117229532,0.007619006,440,-1.068153768,0.230387998,4730.309453 +444,0.777758451,0.420554741,440,-1.068153768,0.230387998,6811.1332378 +445,-0.252356999,0.250747086,440,-1.068153768,0.230387998,3134.0216775 +446,0.363148444,0.768483434,440,-1.068153768,0.230387998,5196.3181448 +447,0.903191366,-0.118210676,440,-1.068153768,0.230387998,7868.8265797 +448,-0.205755923,0.149406178,440,-1.068153768,0.230387998,3364.8522669 +449,1.811996086,0.02364353,440,-1.068153768,0.230387998,11005.966708 +450,-1.100670221,0.314845373,440,-1.068153768,0.230387998,356.77572662 +451,0.340078597,0.850105132,440,-1.068153768,0.230387998,5116.1336654 +452,0.258757267,0.804969236,440,-1.068153768,0.230387998,4900.0911942 +453,2.78505352,-0.155160804,440,-1.068153768,0.230387998,9664.3239519 +454,0.800551619,0.105822106,440,-1.068153768,0.230387998,7263.9521479 +455,0.437940882,-0.506194031,440,-1.068153768,0.230387998,6442.5245644 +456,2.230431122,0.63458615,440,-1.068153768,0.230387998,8967.7707162 +457,0.527965361,0.127667701,440,-1.068153768,0.230387998,6203.6085216 +458,-0.063643205,0.702093448,440,-1.068153768,0.230387998,3932.8567894 +459,1.408447268,0.133010502,440,-1.068153768,0.230387998,9457.9607384 +460,0.523795955,0.280266966,440,-1.068153768,0.230387998,6050.0563239 +461,-0.975769313,0.072177659,440,-1.068153768,0.230387998,723.3873984 +462,0.549774164,-0.463663986,440,-1.068153768,0.230387998,6790.9094235 +463,0.29245874,1.095549818,440,-1.068153768,0.230387998,5031.6710933 +464,0.143625958,0.816809593,440,-1.068153768,0.230387998,4589.1940474 +465,0.671902494,0.611159853,440,-1.068153768,0.230387998,6234.9185532 +466,1.239840988,0.6724199,440,-1.068153768,0.230387998,7722.1254684 +467,0.607829703,-0.10932137,440,-1.068153768,0.230387998,6724.4300339 +468,1.763020906,0.263996692,440,-1.068153768,0.230387998,10138.379236 +469,0.378714634,0.726066797,440,-1.068153768,0.230387998,5255.3603928 +470,2.196736143,-0.153862366,440,-1.068153768,0.230387998,11876.78227 +471,0.01702415,0.148991565,440,-1.068153768,0.230387998,4223.9809637 +472,-2.998490902,-0.158002487,440,-1.068153768,0.230387998,7741.1526003 +473,-3.051262951,-0.346595608,440,-1.068153768,0.230387998,8046.4826342 +474,-1.069176439,0.182802941,440,-1.068153768,0.230387998,188.52609441 +475,0.167157509,0.595344954,440,-1.068153768,0.230387998,4620.1983766 +476,0.613855648,0.681746124,440,-1.068153768,0.230387998,5984.1259079 +477,1.037012736,0.682555367,440,-1.068153768,0.230387998,7184.8490742 +478,-1.253574971,0.379755746,440,-1.068153768,0.230387998,916.23600646 +479,3.108590453,-0.132620738,440,-1.068153768,0.230387998,8400.7302171 +480,0.565301296,0.022333262,440,-1.068153768,0.230387998,6443.2555268 +481,0.547898238,0.855555614,440,-1.068153768,0.230387998,5651.5160853 +482,0.948309381,0.417393755,440,-1.068153768,0.230387998,7391.7875306 +483,-0.050600732,0.945269213,440,-1.068153768,0.230387998,4217.7969203 +484,-0.977651478,-0.572363064,440,-1.068153768,0.230387998,3198.1006885 +485,1.102014914,0.728861163,440,-1.068153768,0.230387998,7253.878429 +486,2.927300795,-0.282939414,440,-1.068153768,0.230387998,9173.1926331 +487,-1.154565557,0.124434095,440,-1.068153768,0.230387998,538.07086234 +488,1.855331234,0.291044755,440,-1.068153768,0.230387998,10209.010719 +489,0.830290659,0.276904518,440,-1.068153768,0.230387998,7177.6562422 +490,0.485104466,-0.234867441,440,-1.068153768,0.230387998,6366.6772377 +491,0.521367572,-0.33161327,440,-1.068153768,0.230387998,6585.1871763 +1,-1.539031704,0.7349710123,441,-3.00496892,-0.23989155,6554.6465752 +2,-1.536990553,0.7349663874,441,-3.00496892,-0.23989155,6560.4576915 +3,-1.534951779,0.7349571355,441,-3.00496892,-0.23989155,6566.2595861 +4,-1.532906461,0.7349480293,441,-3.00496892,-0.23989155,6572.0823165 +5,-1.531320211,0.7346937278,441,-3.00496892,-0.23989155,6576.3641053 +6,-1.539451648,0.7335131775,441,-3.00496892,-0.23989155,6552.0319603 +7,-1.537429487,0.7335445708,441,-3.00496892,-0.23989155,6557.8308324 +8,-1.535484998,0.7335658704,441,-3.00496892,-0.23989155,6563.3999185 +9,-1.533488396,0.7336036027,441,-3.00496892,-0.23989155,6569.1350836 +10,-1.531497785,0.7335842962,441,-3.00496892,-0.23989155,6574.8002473 +11,-1.530259379,0.7334777758,441,-3.00496892,-0.23989155,6578.235914 +12,-1.5335454,0.7322346912,441,-3.00496892,-0.23989155,6567.6602343 +13,-1.531489083,0.7322238773,441,-3.00496892,-0.23989155,6573.5281367 +14,-1.530011122,0.7321679851,441,-3.00496892,-0.23989155,6577.7012133 +15,-1.53348106,0.7306614094,441,-3.00496892,-0.23989155,6566.3356176 +16,-1.531441779,0.7306962275,441,-3.00496892,-0.23989155,6572.2064442 +17,-1.529755654,0.7306933243,441,-3.00496892,-0.23989155,6577.0316662 +18,-1.533415048,0.7291384674,441,-3.00496892,-0.23989155,6565.0637937 +19,-1.531392093,0.7291705353,441,-3.00496892,-0.23989155,6570.8930368 +20,-1.529296523,0.7291214933,441,-3.00496892,-0.23989155,6576.8551055 +21,-1.535280942,0.727267644,441,-3.00496892,-0.23989155,6557.9128648 +22,-1.533378158,0.7276139666,441,-3.00496892,-0.23989155,6563.7066556 +23,-1.531340368,0.7276446587,441,-3.00496892,-0.23989155,6569.5849204 +24,-1.528960113,0.7276398177,441,-3.00496892,-0.23989155,6576.4145027 +25,-1.533313146,0.7260818349,441,-3.00496892,-0.23989155,6562.4225302 +26,-1.531259555,0.7260958115,441,-3.00496892,-0.23989155,6568.3381132 +27,-1.528926415,0.7260865555,441,-3.00496892,-0.23989155,6575.0372984 +28,-1.531226779,0.7245511789,441,-3.00496892,-0.23989155,6566.9569003 +29,-1.528904772,0.7245519194,441,-3.00496892,-0.23989155,6573.6425261 +30,-1.547195875,0.7409785979,441,-3.00496892,-0.23989155,6537.3606084 +31,-1.5451475,0.740980426,441,-3.00496892,-0.23989155,6543.1595555 +32,-1.543097679,0.7409798872,441,-3.00496892,-0.23989155,6548.9622712 +33,-1.540720364,0.7409892687,441,-3.00496892,-0.23989155,6555.7043357 +34,-1.547188511,0.7395198392,441,-3.00496892,-0.23989155,6535.9363734 +35,-1.545148587,0.7395226109,441,-3.00496892,-0.23989155,6541.7198673 +36,-1.543104538,0.7395314908,441,-3.00496892,-0.23989155,6547.5230115 +37,-1.540727751,0.7395306258,441,-3.00496892,-0.23989155,6554.2623024 +38,-1.547187029,0.7380014886,441,-3.00496892,-0.23989155,6534.4358045 +39,-1.545147315,0.7380012252,441,-3.00496892,-0.23989155,6540.2235358 +40,-1.54310719,0.7380060743,441,-3.00496892,-0.23989155,6546.019449 +41,-1.540719671,0.7380068206,441,-3.00496892,-0.23989155,6552.7999496 +42,-1.547187189,0.7364799098,441,-3.00496892,-0.23989155,6532.9267064 +43,-1.545149996,0.7364853874,441,-3.00496892,-0.23989155,6538.7207641 +44,-1.543106091,0.7364823484,441,-3.00496892,-0.23989155,6544.5274809 +45,-1.540717158,0.7364893901,441,-3.00496892,-0.23989155,6551.3273209 +46,-1.538663972,0.7410138672,441,-3.00496892,-0.23989155,6561.5542994 +47,-1.53695285,0.7409699132,441,-3.00496892,-0.23989155,6566.361242 +48,-1.534910498,0.7409641297,441,-3.00496892,-0.23989155,6572.1457614 +49,-1.533145034,0.7409536636,441,-3.00496892,-0.23989155,6577.1424547 +50,-1.538681336,0.7395405883,441,-3.00496892,-0.23989155,6560.0773703 +51,-1.536999189,0.7395183096,441,-3.00496892,-0.23989155,6564.8293357 +52,-1.534923633,0.7395144222,441,-3.00496892,-0.23989155,6570.7174035 +53,-1.533267822,0.7395654306,441,-3.00496892,-0.23989155,6575.4678927 +54,-1.53867273,0.7380151077,441,-3.00496892,-0.23989155,6558.6227788 +55,-1.536980576,0.7379994392,441,-3.00496892,-0.23989155,6563.4160474 +56,-1.534931522,0.7379944961,441,-3.00496892,-0.23989155,6569.2357388 +57,-1.533387952,0.7379480264,441,-3.00496892,-0.23989155,6573.5802062 +58,-1.538682279,0.7364914363,441,-3.00496892,-0.23989155,6557.117619 +59,-1.536980704,0.7364810563,441,-3.00496892,-0.23989155,6561.9492962 +60,-1.534935567,0.7364752065,441,-3.00496892,-0.23989155,6567.7648095 +61,-1.533042592,0.7363876366,441,-3.00496892,-0.23989155,6573.070886 +62,-1.545143426,0.7349628011,441,-3.00496892,-0.23989155,6537.2369519 +63,-1.543105297,0.7349691947,441,-3.00496892,-0.23989155,6543.044327 +64,-1.541064533,0.7349647152,441,-3.00496892,-0.23989155,6548.8505072 +65,-1.545411803,0.7334624714,441,-3.00496892,-0.23989155,6534.9910173 +66,-1.543446606,0.7334780896,441,-3.00496892,-0.23989155,6540.6070117 +67,-1.541475327,0.7334957295,441,-3.00496892,-0.23989155,6546.2440146 +68,-1.545401939,0.731963266,441,-3.00496892,-0.23989155,6533.5374041 +69,-1.54342253,0.7319915583,441,-3.00496892,-0.23989155,6539.2138359 +70,-1.541455867,0.7320216438,441,-3.00496892,-0.23989155,6544.8572276 +71,-1.545410146,0.7304422281,441,-3.00496892,-0.23989155,6532.0099858 +72,-1.543435491,0.7304713664,441,-3.00496892,-0.23989155,6537.6812127 +73,-1.541463105,0.7304997613,441,-3.00496892,-0.23989155,6543.3468009 +74,-1.545414768,0.7289194936,441,-3.00496892,-0.23989155,6530.4904114 +75,-1.543435774,0.7289538557,441,-3.00496892,-0.23989155,6536.1867261 +76,-1.541457714,0.7289765881,441,-3.00496892,-0.23989155,6541.870509 +77,-1.539449415,0.7320555866,441,-3.00496892,-0.23989155,6550.6195443 +78,-1.537429183,0.7321097681,441,-3.00496892,-0.23989155,6556.4423912 +79,-1.535472649,0.7321497267,441,-3.00496892,-0.23989155,6562.0708903 +80,-1.539457899,0.7305333307,441,-3.00496892,-0.23989155,6549.1128541 +81,-1.537453161,0.7305750503,441,-3.00496892,-0.23989155,6554.8870309 +82,-1.535479385,0.7306124949,441,-3.00496892,-0.23989155,6560.5699665 +83,-1.53946905,0.7290102593,441,-3.00496892,-0.23989155,6547.5969547 +84,-1.537459922,0.7290417293,441,-3.00496892,-0.23989155,6553.3814168 +85,-1.535451349,0.7290890157,441,-3.00496892,-0.23989155,6559.1811254 +86,-1.535522937,0.7279887191,441,-3.00496892,-0.23989155,6557.9143704 +87,-1.539442524,0.7274735939,441,-3.00496892,-0.23989155,6546.1750333 +88,-1.537424111,0.727521351,441,-3.00496892,-0.23989155,6552.0096708 +89,-1.539384641,0.7259505092,441,-3.00496892,-0.23989155,6544.8558694 +90,-1.537372391,0.7259947145,441,-3.00496892,-0.23989155,6550.6770974 +91,-1.535340789,0.7260435356,441,-3.00496892,-0.23989155,6556.5598362 +92,-1.539325716,0.7244369706,441,-3.00496892,-0.23989155,6543.5487521 +93,-1.537308932,0.7244801057,441,-3.00496892,-0.23989155,6549.3896272 +94,-1.535289068,0.7245247645,441,-3.00496892,-0.23989155,6555.2423154 +95,-1.533261366,0.7245550236,441,-3.00496892,-0.23989155,6561.105189 +96,-1.539267302,0.722921924,441,-3.00496892,-0.23989155,6542.238442 +97,-1.537248972,0.7229660258,441,-3.00496892,-0.23989155,6548.0923676 +98,-1.535219431,0.7229916471,441,-3.00496892,-0.23989155,6553.9622144 +99,-1.53318962,0.7230212049,441,-3.00496892,-0.23989155,6559.8382875 +100,-1.531154816,0.7230299897,441,-3.00496892,-0.23989155,6565.7105174 +101,-1.528878341,0.7230370244,441,-3.00496892,-0.23989155,6572.2796987 +102,-1.539218189,0.7214009878,441,-3.00496892,-0.23989155,6540.8953195 +103,-1.537198791,0.7214422745,441,-3.00496892,-0.23989155,6546.7572695 +104,-1.535179266,0.7214634354,441,-3.00496892,-0.23989155,6552.6016436 +105,-1.533156501,0.7214944644,441,-3.00496892,-0.23989155,6558.4665451 +106,-1.53113574,0.7215166021,441,-3.00496892,-0.23989155,6564.3187564 +107,-1.528874248,0.7215345535,441,-3.00496892,-0.23989155,6570.8636281 +108,-1.539217656,0.7198512397,441,-3.00496892,-0.23989155,6539.383521 +109,-1.537199919,0.7199428763,441,-3.00496892,-0.23989155,6545.2973688 +110,-1.545425832,0.727397149,441,-3.00496892,-0.23989155,6528.9520572 +111,-1.543371177,0.7273916949,441,-3.00496892,-0.23989155,6534.8334979 +112,-1.541368852,0.7274523163,441,-3.00496892,-0.23989155,6540.6317425 +113,-1.545349067,0.7258710923,441,-3.00496892,-0.23989155,6527.6612103 +114,-1.54332671,0.7258603556,441,-3.00496892,-0.23989155,6533.4526569 +115,-1.541346831,0.7259242142,441,-3.00496892,-0.23989155,6539.1973553 +116,-1.545324355,0.7243383958,441,-3.00496892,-0.23989155,6526.2141904 +117,-1.543292796,0.7243617413,441,-3.00496892,-0.23989155,6532.0733982 +118,-1.541295822,0.7244024384,441,-3.00496892,-0.23989155,6537.8519564 +119,-1.543193859,0.7205570215,441,-3.00496892,-0.23989155,6528.6069049 +120,-1.550257047,0.7386738187,441,-3.00496892,-0.23989155,6526.399573 +121,-1.549335448,0.7311736483,441,-3.00496892,-0.23989155,6521.5295632 +122,-1.533478843,0.7179891343,441,-3.00496892,-0.23989155,6554.1624403 +123,-1.556150555,0.738907041,441,-3.00496892,-0.23989155,6509.9424507 +124,-1.554324226,0.733414257,441,-3.00496892,-0.23989155,6509.5661173 +125,-1.554290846,0.7288285332,441,-3.00496892,-0.23989155,6505.0246182 +126,-1.55122487,0.7219795312,441,-3.00496892,-0.23989155,6506.9026996 +127,-1.525104458,0.7229399862,441,-3.00496892,-0.23989155,6583.0727272 +128,-1.519607711,0.7236181429,441,-3.00496892,-0.23989155,6599.5675437 +129,-1.513899999,0.7251107854,441,-3.00496892,-0.23989155,6617.4092768 +130,-1.536620762,0.7431061895,441,-3.00496892,-0.23989155,6569.3604353 +131,-1.5369566,0.7460845958,441,-3.00496892,-0.23989155,6571.2794072 +132,-1.545345528,0.7447040685,441,-3.00496892,-0.23989155,6546.26745 +133,-1.532813921,0.7432306626,441,-3.00496892,-0.23989155,6580.253018 +134,-1.554788248,0.7382381001,441,-3.00496892,-0.23989155,6513.1230716 +135,-1.540348126,0.7301594274,441,-3.00496892,-0.23989155,6546.2022557 +136,-1.538016084,0.7239051786,441,-3.00496892,-0.23989155,6546.7970726 +137,-1.525288962,0.7258085137,441,-3.00496892,-0.23989155,6585.2389365 +138,-1.534326986,0.731241342,441,-3.00496892,-0.23989155,6564.4720322 +139,-1.530733872,0.7303625216,441,-3.00496892,-0.23989155,6573.9155031 +141,-1.534354939,0.7328219978,441,-3.00496892,-0.23989155,6565.9108242 +142,-1.53157084,0.7292888153,441,-3.00496892,-0.23989155,6570.4935433 +143,-1.525691035,0.7263799874,441,-3.00496892,-0.23989155,6584.6196517 +144,-1.534031287,0.7495967835,441,-3.00496892,-0.23989155,6582.8885952 +145,-1.527714986,0.7283095957,441,-3.00496892,-0.23989155,6580.6238746 +146,-1.526189586,0.7271468292,441,-3.00496892,-0.23989155,6583.9081679 +147,-1.555177336,0.7375563366,441,-3.00496892,-0.23989155,6511.3312965 +148,-1.555080283,0.7312707794,441,-3.00496892,-0.23989155,6505.2443611 +149,-1.53856994,0.7224180299,441,-3.00496892,-0.23989155,6543.7551109 +150,-1.530837883,0.729933372,441,-3.00496892,-0.23989155,6573.208779 +151,-1.515066984,0.5854133365,441,-3.00496892,-0.23989155,6482.9884771 +152,-1.534731633,0.5368370046,441,-3.00496892,-0.23989155,6371.3472716 +153,-1.515231902,0.5607085576,441,-3.00496892,-0.23989155,6458.7049615 +154,-2.616253799,1.0684566605,441,-3.00496892,-0.23989155,5324.8140247 +155,-1.956071439,0.5792177723,441,-3.00496892,-0.23989155,5117.5571462 +156,-1.951208514,0.5602434208,441,-3.00496892,-0.23989155,5095.7915287 +157,-1.944675062,0.6062144545,441,-3.00496892,-0.23989155,5201.9117139 +158,-1.613778386,0.6077989518,441,-3.00496892,-0.23989155,6195.1239361 +159,-2.035029014,0.6021432345,441,-3.00496892,-0.23989155,4940.0772731 +160,-2.114989471,0.6801825058,441,-3.00496892,-0.23989155,4906.9860205 +161,-2.037382079,0.5765830025,441,-3.00496892,-0.23989155,4879.6360558 +162,-2.129855121,0.6585019963,441,-3.00496892,-0.23989155,4818.2954799 +163,-2.075141798,0.6493615843,441,-3.00496892,-0.23989155,4936.0619092 +164,-1.828626729,0.6948433129,441,-3.00496892,-0.23989155,5687.0462231 +165,-1.863329418,0.6735427691,441,-3.00496892,-0.23989155,5554.4421839 +166,-1.266037071,0.727988852,441,-3.00496892,-0.23989155,7343.7125259 +167,-1.277579582,0.7249010648,441,-3.00496892,-0.23989155,7308.7020105 +168,-1.258418684,0.7241194816,441,-3.00496892,-0.23989155,7365.1471359 +169,-1.317813974,0.6804850104,441,-3.00496892,-0.23989155,7170.281796 +170,-1.344165204,0.6790988904,441,-3.00496892,-0.23989155,7089.0592831 +171,-1.427582102,0.5277120351,441,-3.00496892,-0.23989155,6719.0458033 +172,-1.402238616,0.457167829,441,-3.00496892,-0.23989155,6749.1308897 +173,-1.422454264,0.4996161999,441,-3.00496892,-0.23989155,6713.6425922 +174,-1.439089277,0.4894859811,441,-3.00496892,-0.23989155,6648.5426125 +175,-1.448126995,0.5182330266,441,-3.00496892,-0.23989155,6642.2548206 +176,-1.474626146,0.5881926574,441,-3.00496892,-0.23989155,6615.305239 +177,-1.421139645,0.5584869783,441,-3.00496892,-0.23989155,6764.8519979 +178,-1.457037165,0.565943032,441,-3.00496892,-0.23989155,6653.1669463 +179,-2.757159358,0.3745319,441,-3.00496892,-0.23989155,2617.5046466 +180,-2.714309238,0.342054471,441,-3.00496892,-0.23989155,2568.5741573 +181,-2.000525337,0.774119946,441,-3.00496892,-0.23989155,5397.7637617 +183,-1.571413436,0.6777838382,441,-3.00496892,-0.23989155,6402.0972122 +184,-1.552860289,0.6987663893,441,-3.00496892,-0.23989155,6478.688835 +185,-1.521852374,0.7165827476,441,-3.00496892,-0.23989155,6586.5216713 +186,-1.503656267,0.6928968252,441,-3.00496892,-0.23989155,6618.21659 +187,-1.502753178,0.7136205882,441,-3.00496892,-0.23989155,6639.4048453 +188,-1.631894563,0.7343596465,441,-3.00496892,-0.23989155,6291.5836564 +189,-1.653765416,0.6770714026,441,-3.00496892,-0.23989155,6158.3034538 +190,-1.719812114,0.6715965947,441,-3.00496892,-0.23989155,5958.6393037 +191,-1.493406659,0.6646955447,441,-3.00496892,-0.23989155,6623.83446 +192,-1.469120564,0.6613469966,441,-3.00496892,-0.23989155,6694.9737368 +193,-1.590551461,0.5326612937,441,-3.00496892,-0.23989155,6183.6403749 +194,-1.625979264,0.5247742243,441,-3.00496892,-0.23989155,6058.6222401 +195,-1.572293943,0.5238808754,441,-3.00496892,-0.23989155,6234.0188391 +196,-1.610848725,0.5477107964,441,-3.00496892,-0.23989155,6134.6705863 +197,-1.208485554,0.7918526018,441,-3.00496892,-0.23989155,7519.6441236 +198,-1.335601374,0.6869083083,441,-3.00496892,-0.23989155,7119.1632848 +199,-1.346156996,0.6825213377,441,-3.00496892,-0.23989155,7084.7925553 +200,-1.324381037,0.6741422347,441,-3.00496892,-0.23989155,7147.1479876 +201,-1.242424992,0.7378949807,441,-3.00496892,-0.23989155,7415.5528316 +202,-1.270370057,0.7392461008,441,-3.00496892,-0.23989155,7334.2023034 +203,-1.448950472,0.7441675014,441,-3.00496892,-0.23989155,6819.8441332 +204,-1.492662363,0.7523026852,441,-3.00496892,-0.23989155,6701.9737455 +205,-1.479098966,0.7763855017,441,-3.00496892,-0.23989155,6759.7411145 +206,-1.633760714,0.7869022408,441,-3.00496892,-0.23989155,6349.8226534 +207,-1.647406434,0.8101289331,441,-3.00496892,-0.23989155,6342.3358686 +208,-1.564245052,0.5701509278,441,-3.00496892,-0.23989155,6309.7984336 +209,-1.646289963,0.6833746083,441,-3.00496892,-0.23989155,6188.0263304 +210,-1.5820631,0.6751952144,441,-3.00496892,-0.23989155,6367.6550886 +211,-1.613236298,0.6681681791,441,-3.00496892,-0.23989155,6267.0775274 +212,-1.914661867,0.8212566515,441,-3.00496892,-0.23989155,5697.6733807 +213,-1.742133237,0.7250275956,441,-3.00496892,-0.23989155,5972.9480722 +214,-2.033144872,0.6557314699,441,-3.00496892,-0.23989155,5059.8214205 +215,-2.039551981,0.6964723658,441,-3.00496892,-0.23989155,5132.352209 +216,-1.247341019,0.7622473908,441,-3.00496892,-0.23989155,7406.2981085 +217,-1.298239787,0.7084123392,441,-3.00496892,-0.23989155,7241.4154388 +218,-1.308539688,0.6926545592,441,-3.00496892,-0.23989155,7203.9481665 +219,-1.303263185,0.6888938396,441,-3.00496892,-0.23989155,7218.3658626 +220,-1.852400229,0.6004246149,441,-3.00496892,-0.23989155,5459.6118329 +221,-1.288947707,0.7473773692,441,-3.00496892,-0.23989155,7282.6537723 +222,-1.372031502,0.7472790993,441,-3.00496892,-0.23989155,7042.68598 +223,-1.289805721,0.7242157877,441,-3.00496892,-0.23989155,7272.3401116 +224,-1.350807603,0.7533498126,441,-3.00496892,-0.23989155,7106.7606169 +225,-1.329290365,0.7560442322,441,-3.00496892,-0.23989155,7169.6584568 +226,-1.410153004,0.616936428,441,-3.00496892,-0.23989155,6844.3319238 +227,-1.393445434,0.6308995063,441,-3.00496892,-0.23989155,6906.9760697 +228,-1.37595573,0.6241540638,441,-3.00496892,-0.23989155,6957.8114342 +229,-1.358388707,0.6172645205,441,-3.00496892,-0.23989155,7009.3780505 +230,-1.753741133,0.8281661666,441,-3.00496892,-0.23989155,6097.8374139 +231,-1.47430987,0.6834615681,441,-3.00496892,-0.23989155,6697.6558592 +232,-1.421012508,0.7222725206,441,-3.00496892,-0.23989155,6885.1777239 +233,-1.4476833,0.6978557868,441,-3.00496892,-0.23989155,6788.7706126 +234,-1.470370723,0.6966193374,441,-3.00496892,-0.23989155,6720.2864272 +235,-1.429211703,0.7037216883,441,-3.00496892,-0.23989155,6848.0440109 +236,-1.700578405,0.6178673663,441,-3.00496892,-0.23989155,5941.2217251 +237,-1.678117619,0.6331716163,441,-3.00496892,-0.23989155,6029.5438554 +238,-1.725644578,0.6316331145,441,-3.00496892,-0.23989155,5884.8877586 +239,-2.14012759,0.7930497945,441,-3.00496892,-0.23989155,5127.093202 +240,-2.103289431,0.7653606263,441,-3.00496892,-0.23989155,5139.4351113 +241,-1.318739838,0.7017808746,441,-3.00496892,-0.23989155,7177.1562798 +242,-1.396417427,0.7077900843,441,-3.00496892,-0.23989155,6948.2107753 +243,-1.35650337,0.7185539404,441,-3.00496892,-0.23989155,7072.7159927 +244,-1.248884539,0.7274156818,441,-3.00496892,-0.23989155,7394.1803985 +245,-1.395014798,0.5761185243,441,-3.00496892,-0.23989155,6863.7381677 +246,-1.433377362,0.6064716109,441,-3.00496892,-0.23989155,6762.5286093 +247,-1.408172432,0.5903155476,441,-3.00496892,-0.23989155,6831.2739691 +248,-1.749645898,0.7757118084,441,-3.00496892,-0.23989155,6028.5833269 +249,-1.571626686,0.615046989,441,-3.00496892,-0.23989155,6334.3750757 +250,-1.514070049,0.6303003037,441,-3.00496892,-0.23989155,6528.8390253 +251,-1.480890369,0.6237966528,441,-3.00496892,-0.23989155,6626.5130015 +252,-1.704390658,0.5281680612,441,-3.00496892,-0.23989155,5808.3348044 +253,-1.64434733,0.5254277498,441,-3.00496892,-0.23989155,5999.4161846 +254,-1.703855997,0.4792484842,441,-3.00496892,-0.23989155,5745.1281848 +255,-1.692002383,0.5748825051,441,-3.00496892,-0.23989155,5909.9601983 +256,-1.854136457,0.5544643913,441,-3.00496892,-0.23989155,5377.2948789 +257,-1.665021206,0.520317736,441,-3.00496892,-0.23989155,5925.6971433 +258,-1.733654349,0.4845187345,441,-3.00496892,-0.23989155,5653.8617952 +259,-1.720938188,0.5135933906,441,-3.00496892,-0.23989155,5735.1987632 +260,-1.742668307,0.553296122,441,-3.00496892,-0.23989155,5721.2270968 +261,-1.965659039,0.7142126903,441,-3.00496892,-0.23989155,5358.1061298 +262,-1.944438071,0.6772834804,441,-3.00496892,-0.23989155,5340.0274662 +263,-1.270340967,0.7681487096,441,-3.00496892,-0.23989155,7342.0134475 +264,-1.353091884,0.6549276821,441,-3.00496892,-0.23989155,7048.2905005 +265,-1.333236659,0.6413584414,441,-3.00496892,-0.23989155,7102.8854309 +266,-1.352015998,0.6753788907,441,-3.00496892,-0.23989155,7063.0467652 +267,-1.377988483,0.6577816235,441,-3.00496892,-0.23989155,6972.7583067 +268,-2.13075611,0.8318642051,441,-3.00496892,-0.23989155,5245.1174284 +269,-2.097910953,0.8259670014,441,-3.00496892,-0.23989155,5298.768374 +270,-1.416382069,0.6694271549,441,-3.00496892,-0.23989155,6862.3871359 +271,-1.538905672,0.7535625993,441,-3.00496892,-0.23989155,6573.0088912 +272,-1.572309477,0.7803125099,441,-3.00496892,-0.23989155,6507.7259666 +273,-1.87759879,0.7503853417,441,-3.00496892,-0.23989155,5654.3534394 +274,1.152365588,0.590457682,441,-3.00496892,-0.23989155,8564.3803876 +275,0.350198001,0.718001859,441,-3.00496892,-0.23989155,10411.602622 +276,0.046513677,0.491503852,441,-3.00496892,-0.23989155,11393.356656 +277,0.027510309,0.742571376,441,-3.00496892,-0.23989155,10418.019692 +278,0.306285725,-0.214631579,441,-3.00496892,-0.23989155,10524.196582 +279,-1.100564889,0.318051531,441,-3.00496892,-0.23989155,7750.609716 +280,-1.078582306,0.301437596,441,-3.00496892,-0.23989155,7823.752695 +281,-1.137371989,-0.617634065,441,-3.00496892,-0.23989155,6594.8399697 +282,0.784356344,0.703272339,441,-3.00496892,-0.23989155,9548.2111229 +283,-1.221209947,0.218327455,441,-3.00496892,-0.23989155,7230.5378616 +284,2.347301921,-0.449114658,441,-3.00496892,-0.23989155,3544.4726072 +285,0.246820618,0.830553713,441,-3.00496892,-0.23989155,10076.12044 +286,0.829414965,0.703288228,441,-3.00496892,-0.23989155,9427.2034415 +287,-1.337537566,0.42332223,441,-3.00496892,-0.23989155,6951.104135 +288,0.882453706,0.454478077,441,-3.00496892,-0.23989155,9553.4703072 +289,1.575629659,0.416419109,441,-3.00496892,-0.23989155,7071.4951409 +290,-1.039455679,0.229888244,441,-3.00496892,-0.23989155,7929.4174932 +291,0.489558039,0.934482747,441,-3.00496892,-0.23989155,9479.1951785 +292,0.081344504,0.88384514,441,-3.00496892,-0.23989155,9886.9465135 +293,-1.547979814,0.300350308,441,-3.00496892,-0.23989155,6082.9550707 +294,0.040776181,0.168560074,441,-3.00496892,-0.23989155,11976.978269 +295,-1.130374745,0.563894876,441,-3.00496892,-0.23989155,7734.2010096 +296,1.578326642,0.478507176,441,-3.00496892,-0.23989155,7102.1814509 +297,-1.12861823,-0.291640865,441,-3.00496892,-0.23989155,7066.2678751 +298,0.310524208,0.770885792,441,-3.00496892,-0.23989155,10259.777552 +299,0.415649091,-0.387246002,441,-3.00496892,-0.23989155,9733.7281277 +300,-0.926533878,-0.188022748,441,-3.00496892,-0.23989155,7936.4513826 +301,1.258856172,-0.11716081,441,-3.00496892,-0.23989155,7811.3723062 +302,-1.126050026,0.322941926,441,-3.00496892,-0.23989155,7658.4127467 +303,2.002785835,0.07893892,441,-3.00496892,-0.23989155,5167.2179148 +304,0.440437607,0.746258085,441,-3.00496892,-0.23989155,10185.699378 +305,-0.030391866,0.214441206,441,-3.00496892,-0.23989155,11791.517813 +306,0.521557815,-0.058929362,441,-3.00496892,-0.23989155,10523.200269 +307,-0.097005111,0.13317729,441,-3.00496892,-0.23989155,11441.556041 +308,1.83113859,0.221857587,441,-3.00496892,-0.23989155,5965.6668467 +309,0.222428864,0.099404236,441,-3.00496892,-0.23989155,11794.481211 +310,-1.702731345,0.8728568183,441,-3.00496892,-0.23989155,6286.899077 +311,-0.418507569,0.278324921,441,-3.00496892,-0.23989155,10314.928284 +312,-1.41153306,0.339029988,441,-3.00496892,-0.23989155,6617.7159477 +313,0.357560442,0.114788776,441,-3.00496892,-0.23989155,11450.664706 +314,0.325818979,0.268352149,441,-3.00496892,-0.23989155,11709.90228 +315,-1.246004659,-0.663679965,441,-3.00496892,-0.23989155,6209.1231591 +316,1.814603087,0.637404484,441,-3.00496892,-0.23989155,6451.3418979 +317,1.843704281,-0.18300445,441,-3.00496892,-0.23989155,5533.1762795 +318,1.690644492,-0.211480909,441,-3.00496892,-0.23989155,6087.4534161 +319,-1.275451936,0.068109467,441,-3.00496892,-0.23989155,6895.9403875 +320,0.762430171,-0.207594741,441,-3.00496892,-0.23989155,9413.8290842 +321,0.265668905,-0.014647884,441,-3.00496892,-0.23989155,11315.554041 +322,-2.773032013,-0.335515811,441,-3.00496892,-0.23989155,958.38082691 +323,-1.469512853,0.174058777,441,-3.00496892,-0.23989155,6251.0175675 +324,0.286276986,0.785925691,441,-3.00496892,-0.23989155,10223.173316 +325,-1.379324697,0.377432233,441,-3.00496892,-0.23989155,6766.554348 +326,-1.203778265,0.212813032,441,-3.00496892,-0.23989155,7292.5016182 +327,0.579916301,0.611743168,441,-3.00496892,-0.23989155,10282.566605 +328,0.267582642,0.868113908,441,-3.00496892,-0.23989155,9919.4554707 +329,0.412869244,-0.050245578,441,-3.00496892,-0.23989155,10863.135525 +330,0.17524381,0.976660285,441,-3.00496892,-0.23989155,9523.1180324 +331,0.743157214,0.204812899,441,-3.00496892,-0.23989155,10098.345274 +332,-1.070758176,0.269382282,441,-3.00496892,-0.23989155,7834.969243 +333,-1.230364251,0.329790229,441,-3.00496892,-0.23989155,7275.8775992 +334,-1.374813124,-0.024926835,441,-3.00496892,-0.23989155,6426.7435395 +335,0.519780566,0.463669906,441,-3.00496892,-0.23989155,10770.339866 +336,-1.55108034,0.239698561,441,-3.00496892,-0.23989155,6009.2979341 +337,0.180294813,0.029739425,441,-3.00496892,-0.23989155,11594.037755 +338,0.67820924,0.268170153,441,-3.00496892,-0.23989155,10366.183899 +339,0.445798684,1.024001867,441,-3.00496892,-0.23989155,9205.8523154 +340,0.691751283,0.150521402,441,-3.00496892,-0.23989155,10259.752845 +341,-1.036643551,-0.903056181,441,-3.00496892,-0.23989155,6405.3496776 +342,-0.120287036,1.083325163,441,-3.00496892,-0.23989155,9024.5068529 +343,2.823513113,-0.304487164,441,-3.00496892,-0.23989155,1752.080176 +344,0.457583172,1.12513373,441,-3.00496892,-0.23989155,8829.1840749 +345,0.042918831,0.813795399,441,-3.00496892,-0.23989155,10149.352089 +346,1.196146777,-0.853142756,441,-3.00496892,-0.23989155,6752.5281828 +347,0.206001358,-0.010430701,441,-3.00496892,-0.23989155,11415.623303 +348,-0.268308653,0.234799412,441,-3.00496892,-0.23989155,10885.346312 +349,0.759363263,0.736189579,441,-3.00496892,-0.23989155,9546.7185376 +350,0.181363926,0.891988372,441,-3.00496892,-0.23989155,9856.9121315 +351,-0.021111158,0.139103292,441,-3.00496892,-0.23989155,11712.065821 +352,-0.093355215,0.630686981,441,-3.00496892,-0.23989155,10693.58248 +353,0.40118964,0.681375926,441,-3.00496892,-0.23989155,10465.705096 +354,-0.721197315,1.304706234,441,-3.00496892,-0.23989155,7836.0067699 +355,-1.076150317,0.212107639,441,-3.00496892,-0.23989155,7777.8136536 +356,-1.577164531,0.273993443,441,-3.00496892,-0.23989155,5948.5081949 +357,-0.190788414,0.182208586,441,-3.00496892,-0.23989155,11155.770166 +358,-0.261349752,0.209710184,441,-3.00496892,-0.23989155,10903.07382 +359,-1.029303852,0.083549259,441,-3.00496892,-0.23989155,7856.7482505 +360,-1.268609162,0.330525297,441,-3.00496892,-0.23989155,7135.214675 +361,1.282982244,-0.926641967,441,-3.00496892,-0.23989155,6420.9844007 +362,0.217352334,0.731352408,441,-3.00496892,-0.23989155,10477.500617 +363,-1.511833084,0.258629297,441,-3.00496892,-0.23989155,6174.0443554 +364,0.338812194,0.823184618,441,-3.00496892,-0.23989155,10038.392566 +365,-0.324406489,1.134201999,441,-3.00496892,-0.23989155,8688.1561284 +366,1.389579348,0.399185724,441,-3.00496892,-0.23989155,7731.9072826 +367,2.047152199,-0.039082036,441,-3.00496892,-0.23989155,4878.3722412 +368,0.947780369,0.568250077,441,-3.00496892,-0.23989155,9247.3675664 +369,0.763824846,0.576754987,441,-3.00496892,-0.23989155,9822.0621374 +370,-0.142334657,0.928153068,441,-3.00496892,-0.23989155,9580.1826132 +371,0.610266567,0.547265983,441,-3.00496892,-0.23989155,10336.751454 +372,0.210731629,0.746815056,441,-3.00496892,-0.23989155,10420.018844 +373,-1.34931644,0.316895224,441,-3.00496892,-0.23989155,6827.4114688 +374,2.407696481,0.655030745,441,-3.00496892,-0.23989155,4798.4953609 +375,0.64207831,0.545359131,441,-3.00496892,-0.23989155,10245.199089 +376,1.174597538,0.840588356,441,-3.00496892,-0.23989155,8324.0489444 +377,0.660059424,0.010604079,441,-3.00496892,-0.23989155,10199.886679 +378,-0.730263819,0.010486456,441,-3.00496892,-0.23989155,8927.302248 +379,0.831068936,0.512339172,441,-3.00496892,-0.23989155,9684.6933308 +380,1.301180979,0.72367476,441,-3.00496892,-0.23989155,8048.4831448 +381,1.811128231,0.322854402,441,-3.00496892,-0.23989155,6142.7829908 +382,0.435105812,0.992284428,441,-3.00496892,-0.23989155,9329.8897911 +383,0.62643634,0.592027932,441,-3.00496892,-0.23989155,10200.526519 +384,0.492988703,-0.516339467,441,-3.00496892,-0.23989155,9153.4189551 +385,-0.162469483,0.112549365,441,-3.00496892,-0.23989155,11174.010711 +386,0.314630866,0.472006421,441,-3.00496892,-0.23989155,11312.848394 +387,0.166744804,0.822815954,441,-3.00496892,-0.23989155,10132.729355 +388,0.417159608,0.965805736,441,-3.00496892,-0.23989155,9441.8886739 +389,0.106334961,0.868774244,441,-3.00496892,-0.23989155,9950.9074677 +390,0.815086969,-0.338144359,441,-3.00496892,-0.23989155,8945.0713418 +391,0.59867455,-0.230624824,441,-3.00496892,-0.23989155,9843.7165059 +392,1.915104874,0.066220985,441,-3.00496892,-0.23989155,5488.4041849 +393,1.278093622,0.064463721,441,-3.00496892,-0.23989155,7933.5841593 +394,-0.061477853,0.302997961,441,-3.00496892,-0.23989155,11647.875964 +395,0.251311504,0.626976942,441,-3.00496892,-0.23989155,10857.259157 +396,2.950242872,0.149095644,441,-3.00496892,-0.23989155,2009.1533834 +397,-0.180294708,0.35375117,441,-3.00496892,-0.23989155,11162.68952 +398,1.010448592,-0.351180233,441,-3.00496892,-0.23989155,8312.9667002 +399,-1.748740498,0.3686318073,441,-3.00496892,-0.23989155,5445.6007498 +400,2.699635665,0.123533791,441,-3.00496892,-0.23989155,2692.1113331 +401,0.496808033,0.823843254,441,-3.00496892,-0.23989155,9842.2154056 +402,0.129574704,0.763364087,441,-3.00496892,-0.23989155,10370.235625 +403,1.798920311,0.817447563,441,-3.00496892,-0.23989155,6668.829953 +404,0.335987953,0.746786541,441,-3.00496892,-0.23989155,10323.685279 +405,-1.085413643,0.292154671,441,-3.00496892,-0.23989155,7792.9735632 +406,-0.155321003,0.508207011,441,-3.00496892,-0.23989155,10934.897677 +407,0.620529244,-0.301175104,441,-3.00496892,-0.23989155,9585.0069615 +408,1.684402744,0.368716966,441,-3.00496892,-0.23989155,6644.5253753 +409,0.300582244,-0.386397212,441,-3.00496892,-0.23989155,9882.6984379 +410,2.913555946,-0.009225192,441,-3.00496892,-0.23989155,1696.7656301 +411,1.465101417,0.493232532,441,-3.00496892,-0.23989155,7502.9338384 +412,0.090612882,0.907955955,441,-3.00496892,-0.23989155,9793.6030848 +413,2.987564726,-0.729568594,441,-3.00496892,-0.23989155,2181.6628271 +414,-1.484261606,0.224149272,441,-3.00496892,-0.23989155,6243.2929956 +415,0.164073421,0.303955133,441,-3.00496892,-0.23989155,12169.337334 +416,0.141441293,0.167552546,441,-3.00496892,-0.23989155,12156.705247 +417,2.931321023,-0.506718887,441,-3.00496892,-0.23989155,1654.5366543 +418,2.21951565,0.700596356,441,-3.00496892,-0.23989155,5381.0853692 +419,0.268112576,1.199114336,441,-3.00496892,-0.23989155,8629.6533728 +420,0.978913739,0.359223811,441,-3.00496892,-0.23989155,9232.3832221 +421,1.210898818,0.522863584,441,-3.00496892,-0.23989155,8385.9227109 +422,2.347397336,0.129231362,441,-3.00496892,-0.23989155,3940.6440251 +423,0.614394501,0.556878345,441,-3.00496892,-0.23989155,10305.936274 +424,-1.398079356,0.148483366,441,-3.00496892,-0.23989155,6498.6910137 +425,2.535303836,-0.112984496,441,-3.00496892,-0.23989155,2936.020473 +426,-1.019372593,-0.405322349,441,-3.00496892,-0.23989155,7288.6337163 +427,-1.297785627,-0.160104069,441,-3.00496892,-0.23989155,6588.8569117 +428,2.144554488,0.205051084,441,-3.00496892,-0.23989155,4787.6906932 +429,-2.242387083,-0.426171285,441,-3.00496892,-0.23989155,2935.3728199 +430,0.338637212,0.909723676,441,-3.00496892,-0.23989155,9714.1965049 +431,-0.148798452,0.691042401,441,-3.00496892,-0.23989155,10398.876017 +432,0.893524764,0.441829531,441,-3.00496892,-0.23989155,9521.3277511 +433,0.969229347,-0.368847936,441,-3.00496892,-0.23989155,8406.8183838 +434,0.436043248,0.800045688,441,-3.00496892,-0.23989155,10009.831312 +435,1.687946607,1.081504775,441,-3.00496892,-0.23989155,7094.8838838 +436,0.522302046,-0.034889271,441,-3.00496892,-0.23989155,10578.742629 +437,-0.178996113,-0.438090009,441,-3.00496892,-0.23989155,9494.6699118 +438,-1.094339566,0.301444068,441,-3.00496892,-0.23989155,7764.7385057 +439,-1.064070054,0.242569932,441,-3.00496892,-0.23989155,7843.8951715 +440,-1.068153768,0.230387998,441,-3.00496892,-0.23989155,7820.5456907 +441,-3.00496892,-0.23989155,441,-3.00496892,-0.23989155,0 +442,0.21751974,0.766874888,441,-3.00496892,-0.23989155,10338.521636 +443,0.117229532,0.007619006,441,-3.00496892,-0.23989155,11520.678889 +444,0.777758451,0.420554741,441,-3.00496892,-0.23989155,9945.7970718 +445,-0.252356999,0.250747086,441,-3.00496892,-0.23989155,10949.180104 +446,0.363148444,0.768483434,441,-3.00496892,-0.23989155,10213.944612 +447,0.903191366,-0.118210676,441,-3.00496892,-0.23989155,9112.8995288 +448,-0.205755923,0.149406178,441,-3.00496892,-0.23989155,11066.593597 +449,1.811996086,0.02364353,441,-3.00496892,-0.23989155,5842.0731718 +450,-1.100670221,0.314845373,441,-3.00496892,-0.23989155,7748.478551 +451,0.340078597,0.850105132,441,-3.00496892,-0.23989155,9936.8570629 +452,0.258757267,0.804969236,441,-3.00496892,-0.23989155,10168.746561 +453,2.78505352,-0.155160804,441,-3.00496892,-0.23989155,1943.2253595 +454,0.800551619,0.105822106,441,-3.00496892,-0.23989155,9802.8871735 +455,0.437940882,-0.506194031,441,-3.00496892,-0.23989155,9271.5682954 +456,2.230431122,0.63458615,441,-3.00496892,-0.23989155,5221.5833615 +457,0.527965361,0.127667701,441,-3.00496892,-0.23989155,10857.509789 +458,-0.063643205,0.702093448,441,-3.00496892,-0.23989155,10485.50239 +459,1.408447268,0.133010502,441,-3.00496892,-0.23989155,7491.6159385 +460,0.523795955,0.280266966,441,-3.00496892,-0.23989155,10953.969457 +461,-0.975769313,0.072177659,441,-3.00496892,-0.23989155,8052.439929 +462,0.549774164,-0.463663986,441,-3.00496892,-0.23989155,9235.1507464 +463,0.29245874,1.095549818,441,-3.00496892,-0.23989155,9026.4172227 +464,0.143625958,0.816809593,441,-3.00496892,-0.23989155,10158.557754 +465,0.671902494,0.611159853,441,-3.00496892,-0.23989155,10034.189251 +466,1.239840988,0.6724199,441,-3.00496892,-0.23989155,8252.6215173 +467,0.607829703,-0.10932137,441,-3.00496892,-0.23989155,10131.720885 +468,1.763020906,0.263996692,441,-3.00496892,-0.23989155,6261.0920164 +469,0.378714634,0.726066797,441,-3.00496892,-0.23989155,10345.594876 +470,2.196736143,-0.153862366,441,-3.00496892,-0.23989155,4204.5140561 +471,0.01702415,0.148991565,441,-3.00496892,-0.23989155,11856.04832 +472,-2.998490902,-0.158002487,441,-3.00496892,-0.23989155,325.33578682 +473,-3.051262951,-0.346595608,441,-3.00496892,-0.23989155,457.61842727 +474,-1.069176439,0.182802941,441,-3.00496892,-0.23989155,7783.6478391 +475,0.167157509,0.595344954,441,-3.00496892,-0.23989155,11031.637038 +476,0.613855648,0.681746124,441,-3.00496892,-0.23989155,10027.921546 +477,1.037012736,0.682555367,441,-3.00496892,-0.23989155,8861.6111487 +478,-1.253574971,0.379755746,441,-3.00496892,-0.23989155,7223.2791028 +479,3.108590453,-0.132620738,441,-3.00496892,-0.23989155,784.85296173 +480,0.565301296,0.022333262,441,-3.00496892,-0.23989155,10556.008495 +481,0.547898238,0.855555614,441,-3.00496892,-0.23989155,9661.4981 +482,0.948309381,0.417393755,441,-3.00496892,-0.23989155,9335.0140148 +483,-0.050600732,0.945269213,441,-3.00496892,-0.23989155,9589.6572739 +484,-0.977651478,-0.572363064,441,-3.00496892,-0.23989155,7146.3590744 +485,1.102014914,0.728861163,441,-3.00496892,-0.23989155,8627.1656309 +486,2.927300795,-0.282939414,441,-3.00496892,-0.23989155,1352.9484434 +487,-1.154565557,0.124434095,441,-3.00496892,-0.23989155,7410.1040601 +488,1.855331234,0.291044755,441,-3.00496892,-0.23989155,5948.5860435 +489,0.830290659,0.276904518,441,-3.00496892,-0.23989155,9787.2298425 +490,0.485104466,-0.234867441,441,-3.00496892,-0.23989155,10118.839564 +491,0.521367572,-0.33161327,441,-3.00496892,-0.23989155,9727.5962953 +1,-1.539031704,0.7349710123,442,0.21751974,0.766874888,4734.9927426 +2,-1.536990553,0.7349663874,442,0.21751974,0.766874888,4730.4403492 +3,-1.534951779,0.7349571355,442,0.21751974,0.766874888,4725.9013083 +4,-1.532906461,0.7349480293,442,0.21751974,0.766874888,4721.3433798 +5,-1.531320211,0.7346937278,442,0.21751974,0.766874888,4718.4387964 +6,-1.539451648,0.7335131775,442,0.21751974,0.766874888,4739.6816344 +7,-1.537429487,0.7335445708,442,0.21751974,0.766874888,4735.0756698 +8,-1.535484998,0.7335658704,442,0.21751974,0.766874888,4730.6660845 +9,-1.533488396,0.7336036027,442,0.21751974,0.766874888,4726.0941702 +10,-1.531497785,0.7335842962,442,0.21751974,0.766874888,4721.6783961 +11,-1.530259379,0.7334777758,442,0.21751974,0.766874888,4719.1712955 +12,-1.5335454,0.7322346912,442,0.21751974,0.766874888,4729.7335019 +13,-1.531489083,0.7322238773,442,0.21751974,0.766874888,4725.1445786 +14,-1.530011122,0.7321679851,442,0.21751974,0.766874888,4721.9671337 +15,-1.53348106,0.7306614094,442,0.21751974,0.766874888,4733.6268329 +16,-1.531441779,0.7306962275,442,0.21751974,0.766874888,4728.9544362 +17,-1.529755654,0.7306933243,442,0.21751974,0.766874888,4725.1696725 +18,-1.533415048,0.7291384674,442,0.21751974,0.766874888,4737.3890571 +19,-1.531392093,0.7291705353,442,0.21751974,0.766874888,4732.7558284 +20,-1.529296523,0.7291214933,442,0.21751974,0.766874888,4728.1633508 +21,-1.535280942,0.727267644,442,0.21751974,0.766874888,4746.395034 +22,-1.533378158,0.7276139666,442,0.21751974,0.766874888,4741.22264 +23,-1.531340368,0.7276446587,442,0.21751974,0.766874888,4736.5549931 +24,-1.528960113,0.7276398177,442,0.21751974,0.766874888,4731.2026649 +25,-1.533313146,0.7260818349,442,0.21751974,0.766874888,4745.0144099 +26,-1.531259555,0.7260958115,442,0.21751974,0.766874888,4740.3494293 +27,-1.528926415,0.7260865555,442,0.21751974,0.766874888,4735.1093332 +28,-1.531226779,0.7245511789,442,0.21751974,0.766874888,4744.2432725 +29,-1.528904772,0.7245519194,442,0.21751974,0.766874888,4738.9974784 +30,-1.547195875,0.7409785979,442,0.21751974,0.766874888,4737.7084934 +31,-1.5451475,0.740980426,442,0.21751974,0.766874888,4733.1566496 +32,-1.543097679,0.7409798872,442,0.21751974,0.766874888,4728.6038181 +33,-1.540720364,0.7409892687,442,0.21751974,0.766874888,4723.2930439 +34,-1.547188511,0.7395198392,442,0.21751974,0.766874888,4741.4533821 +35,-1.545148587,0.7395226109,442,0.21751974,0.766874888,4736.9135127 +36,-1.543104538,0.7395314908,442,0.21751974,0.766874888,4732.344928 +37,-1.540727751,0.7395306258,442,0.21751974,0.766874888,4727.0566336 +38,-1.547187029,0.7380014886,442,0.21751974,0.766874888,4745.3669902 +39,-1.545147315,0.7380012252,442,0.21751974,0.766874888,4740.8308915 +40,-1.54310719,0.7380060743,442,0.21751974,0.766874888,4736.2768753 +41,-1.540719671,0.7380068206,442,0.21751974,0.766874888,4730.9552376 +42,-1.547187189,0.7364799098,442,0.21751974,0.766874888,4749.2946338 +43,-1.545149996,0.7364853874,442,0.21751974,0.766874888,4744.7448343 +44,-1.543106091,0.7364823484,442,0.21751974,0.766874888,4740.1982124 +45,-1.540717158,0.7364893901,442,0.21751974,0.766874888,4734.8519337 +46,-1.538663972,0.7410138672,442,0.21751974,0.766874888,4718.6527742 +47,-1.53695285,0.7409699132,442,0.21751974,0.766874888,4714.9538633 +48,-1.534910498,0.7409641297,442,0.21751974,0.766874888,4710.4156553 +49,-1.533145034,0.7409536636,442,0.21751974,0.766874888,4706.5035855 +50,-1.538681336,0.7395405883,442,0.21751974,0.766874888,4722.4717638 +51,-1.536999189,0.7395183096,442,0.21751974,0.766874888,4718.7783091 +52,-1.534923633,0.7395144222,442,0.21751974,0.766874888,4714.1568867 +53,-1.533267822,0.7395654306,442,0.21751974,0.766874888,4710.3287762 +54,-1.53867273,0.7380151077,442,0.21751974,0.766874888,4726.3689237 +55,-1.536980576,0.7379994392,442,0.21751974,0.766874888,4722.6324461 +56,-1.534931522,0.7379944961,442,0.21751974,0.766874888,4718.0683262 +57,-1.533387952,0.7379480264,442,0.21751974,0.766874888,4714.7370271 +58,-1.538682279,0.7364914363,442,0.21751974,0.766874888,4730.304062 +59,-1.536980704,0.7364810563,442,0.21751974,0.766874888,4726.5292425 +60,-1.534935567,0.7364752065,442,0.21751974,0.766874888,4721.9716948 +61,-1.533042592,0.7363876366,442,0.21751974,0.766874888,4717.9602203 +62,-1.545143426,0.7349628011,442,0.21751974,0.766874888,4748.6576275 +63,-1.543105297,0.7349691947,442,0.21751974,0.766874888,4744.0950642 +64,-1.541064533,0.7349647152,442,0.21751974,0.766874888,4739.5508158 +65,-1.545411803,0.7334624714,442,0.21751974,0.766874888,4753.1285796 +66,-1.543446606,0.7334780896,442,0.21751974,0.766874888,4748.7011745 +67,-1.541475327,0.7334957295,442,0.21751974,0.766874888,4744.2515015 +68,-1.545401939,0.731963266,442,0.21751974,0.766874888,4756.9782542 +69,-1.54342253,0.7319915583,442,0.21751974,0.766874888,4752.4820846 +70,-1.541455867,0.7320216438,442,0.21751974,0.766874888,4748.0063611 +71,-1.545410146,0.7304422281,442,0.21751974,0.766874888,4760.9266999 +72,-1.543435491,0.7304713664,442,0.21751974,0.766874888,4756.4346232 +73,-1.541463105,0.7304997613,442,0.21751974,0.766874888,4751.9461205 +74,-1.545414768,0.7289194936,442,0.21751974,0.766874888,4764.8735769 +75,-1.543435774,0.7289538557,442,0.21751974,0.766874888,4760.3539377 +76,-1.541457714,0.7289765881,442,0.21751974,0.766874888,4755.8629872 +77,-1.539449415,0.7320555866,442,0.21751974,0.766874888,4743.4282374 +78,-1.537429183,0.7321097681,442,0.21751974,0.766874888,4738.7636942 +79,-1.535472649,0.7321497267,442,0.21751974,0.766874888,4734.2751116 +80,-1.539457899,0.7305333307,442,0.21751974,0.766874888,4747.367318 +81,-1.537453161,0.7305750503,442,0.21751974,0.766874888,4742.7651017 +82,-1.535479385,0.7306124949,442,0.21751974,0.766874888,4738.2399369 +83,-1.53946905,0.7290102593,442,0.21751974,0.766874888,4751.316588 +84,-1.537459922,0.7290417293,442,0.21751974,0.766874888,4746.7264763 +85,-1.535451349,0.7290890157,442,0.21751974,0.766874888,4742.0934303 +86,-1.535522937,0.7279887191,442,0.21751974,0.766874888,4745.084237 +87,-1.539442524,0.7274735939,442,0.21751974,0.766874888,4755.2184163 +88,-1.537424111,0.727521351,442,0.21751974,0.766874888,4750.5609719 +89,-1.539384641,0.7259505092,442,0.21751974,0.766874888,4759.0166986 +90,-1.537372391,0.7259947145,442,0.21751974,0.766874888,4754.3777053 +91,-1.535340789,0.7260435356,442,0.21751974,0.766874888,4749.6798126 +92,-1.539325716,0.7244369706,442,0.21751974,0.766874888,4762.7897883 +93,-1.537308932,0.7244801057,442,0.21751974,0.766874888,4758.1388365 +94,-1.535289068,0.7245247645,442,0.21751974,0.766874888,4753.4735468 +95,-1.533261366,0.7245550236,442,0.21751974,0.766874888,4748.8241508 +96,-1.539267302,0.722921924,442,0.21751974,0.766874888,4766.5696825 +97,-1.537248972,0.7229660258,442,0.21751974,0.766874888,4761.9082412 +98,-1.535219431,0.7229916471,442,0.21751974,0.766874888,4757.2656493 +99,-1.53318962,0.7230212049,442,0.21751974,0.766874888,4752.6087072 +100,-1.531154816,0.7230299897,442,0.21751974,0.766874888,4747.9903014 +101,-1.528878341,0.7230370244,442,0.21751974,0.766874888,4742.826142 +102,-1.539218189,0.7214009878,442,0.21751974,0.766874888,4770.38752 +103,-1.537198791,0.7214422745,442,0.21751974,0.766874888,4765.7264248 +104,-1.535179266,0.7214634354,442,0.21751974,0.766874888,4761.1134317 +105,-1.533156501,0.7214944644,442,0.21751974,0.766874888,4756.464108 +106,-1.53113574,0.7215166021,442,0.21751974,0.766874888,4751.838635 +107,-1.528874248,0.7215345535,442,0.21751974,0.766874888,4746.6754108 +108,-1.539217656,0.7198512397,442,0.21751974,0.766874888,4774.3912661 +109,-1.537199919,0.7199428763,442,0.21751974,0.766874888,4769.5994276 +110,-1.545425832,0.727397149,442,0.21751974,0.766874888,4768.8359314 +111,-1.543371177,0.7273916949,442,0.21751974,0.766874888,4764.2452047 +112,-1.541368852,0.7274523163,442,0.21751974,0.766874888,4759.5974249 +113,-1.545349067,0.7258710923,442,0.21751974,0.766874888,4772.6130116 +114,-1.54332671,0.7258603556,442,0.21751974,0.766874888,4768.1038094 +115,-1.541346831,0.7259242142,442,0.21751974,0.766874888,4763.4935396 +116,-1.545324355,0.7243383958,442,0.21751974,0.766874888,4776.5258169 +117,-1.543292796,0.7243617413,442,0.21751974,0.766874888,4771.903322 +118,-1.541295822,0.7244024384,442,0.21751974,0.766874888,4767.310088 +119,-1.543193859,0.7205570215,442,0.21751974,0.766874888,4781.5288297 +120,-1.550257047,0.7386738187,442,0.21751974,0.766874888,4750.4504639 +121,-1.549335448,0.7311736483,442,0.21751974,0.766874888,4767.8017512 +122,-1.533478843,0.7179891343,442,0.21751974,0.766874888,4766.2254282 +123,-1.556150555,0.738907041,442,0.21751974,0.766874888,4762.9100337 +124,-1.554324226,0.733414257,442,0.21751974,0.766874888,4773.1050283 +125,-1.554290846,0.7288285332,442,0.21751974,0.766874888,4784.9385559 +126,-1.55122487,0.7219795312,442,0.21751974,0.766874888,4795.8854908 +127,-1.525104458,0.7229399862,442,0.21751974,0.766874888,4734.5333838 +128,-1.519607711,0.7236181429,442,0.21751974,0.766874888,4720.3368441 +129,-1.513899999,0.7251107854,442,0.21751974,0.766874888,4703.5720635 +130,-1.536620762,0.7431061895,442,0.21751974,0.766874888,4708.7421707 +131,-1.5369566,0.7460845958,442,0.21751974,0.766874888,4701.8665611 +132,-1.545345528,0.7447040685,442,0.21751974,0.766874888,4724.0142138 +133,-1.532813921,0.7432306626,442,0.21751974,0.766874888,4699.9452828 +134,-1.554788248,0.7382381001,442,0.21751974,0.766874888,4761.6267084 +135,-1.540348126,0.7301594274,442,0.21751974,0.766874888,4750.3258004 +136,-1.538016084,0.7239051786,442,0.21751974,0.766874888,4761.2139841 +137,-1.525288962,0.7258085137,442,0.21751974,0.766874888,4727.604619 +138,-1.534326986,0.731241342,442,0.21751974,0.766874888,4734.0375431 +139,-1.530733872,0.7303625216,442,0.21751974,0.766874888,4728.2180177 +141,-1.534354939,0.7328219978,442,0.21751974,0.766874888,4730.0424929 +142,-1.53157084,0.7292888153,442,0.21751974,0.766874888,4732.8546177 +143,-1.525691035,0.7263799874,442,0.21751974,0.766874888,4727.0505332 +144,-1.534031287,0.7495967835,442,0.21751974,0.766874888,4686.402619 +145,-1.527714986,0.7283095957,442,0.21751974,0.766874888,4726.6787653 +146,-1.526189586,0.7271468292,442,0.21751974,0.766874888,4726.2137023 +147,-1.555177336,0.7375563366,442,0.21751974,0.766874888,4764.2560129 +148,-1.555080283,0.7312707794,442,0.21751974,0.766874888,4780.3518656 +149,-1.53856994,0.7224180299,442,0.21751974,0.766874888,4766.2996416 +150,-1.530837883,0.729933372,442,0.21751974,0.766874888,4729.5522373 +151,-1.515066984,0.5854133365,442,0.21751974,0.766874888,5070.0439204 +152,-1.534731633,0.5368370046,442,0.21751974,0.766874888,5248.8450342 +153,-1.515231902,0.5607085576,442,0.21751974,0.766874888,5136.2680694 +154,-2.616253799,1.0684566605,442,0.21751974,0.766874888,5107.0676324 +155,-1.956071439,0.5792177723,442,0.21751974,0.766874888,6070.76118 +156,-1.951208514,0.5602434208,442,0.21751974,0.766874888,6121.5550143 +157,-1.944675062,0.6062144545,442,0.21751974,0.766874888,5962.5940355 +158,-1.613778386,0.6077989518,442,0.21751974,0.766874888,5245.5799837 +159,-2.035029014,0.6021432345,442,0.21751974,0.766874888,6146.3907545 +160,-2.114989471,0.6801825058,442,0.21751974,0.766874888,6023.6550506 +161,-2.037382079,0.5765830025,442,0.21751974,0.766874888,6234.6932622 +162,-2.129855121,0.6585019963,442,0.21751974,0.766874888,6121.0322197 +163,-2.075141798,0.6493615843,442,0.21751974,0.766874888,6061.054126 +164,-1.828626729,0.6948433129,442,0.21751974,0.766874888,5460.169077 +165,-1.863329418,0.6735427691,442,0.21751974,0.766874888,5593.3204477 +166,-1.266037071,0.727988852,442,0.21751974,0.766874888,4108.8299648 +167,-1.277579582,0.7249010648,442,0.21751974,0.766874888,4144.0403995 +168,-1.258418684,0.7241194816,442,0.21751974,0.766874888,4098.4910703 +169,-1.317813974,0.6804850104,442,0.21751974,0.766874888,4344.5483287 +170,-1.344165204,0.6790988904,442,0.21751974,0.766874888,4413.1902588 +171,-1.427582102,0.5277120351,442,0.21751974,0.766874888,5001.62487 +172,-1.402238616,0.457167829,442,0.21751974,0.766874888,5119.8113299 +173,-1.422454264,0.4996161999,442,0.21751974,0.766874888,5061.6885139 +174,-1.439089277,0.4894859811,442,0.21751974,0.766874888,5131.6994845 +175,-1.448126995,0.5182330266,442,0.21751974,0.766874888,5079.3529975 +176,-1.474626146,0.5881926574,442,0.21751974,0.766874888,4963.061202 +177,-1.421139645,0.5584869783,442,0.21751974,0.766874888,4905.4089048 +178,-1.457037165,0.565943032,442,0.21751974,0.766874888,4977.1200635 +179,-2.757159358,0.3745319,442,0.21751974,0.766874888,7882.2548281 +180,-2.714309238,0.342054471,442,0.21751974,0.766874888,7985.8536637 +181,-2.000525337,0.774119946,442,0.21751974,0.766874888,5526.7080267 +183,-1.571413436,0.6777838382,442,0.21751974,0.766874888,4957.9098251 +184,-1.552860289,0.6987663893,442,0.21751974,0.766874888,4860.186224 +185,-1.521852374,0.7165827476,442,0.21751974,0.766874888,4743.4395923 +186,-1.503656267,0.6928968252,442,0.21751974,0.766874888,4762.2267124 +187,-1.502753178,0.7136205882,442,0.21751974,0.766874888,4707.3042122 +188,-1.631894563,0.7343596465,442,0.21751974,0.766874888,4940.135407 +189,-1.653765416,0.6770714026,442,0.21751974,0.766874888,5144.7305697 +190,-1.719812114,0.6715965947,442,0.21751974,0.766874888,5303.7167964 +191,-1.493406659,0.6646955447,442,0.21751974,0.766874888,4810.486679 +192,-1.469120564,0.6613469966,442,0.21751974,0.766874888,4761.1357443 +193,-1.590551461,0.5326612937,442,0.21751974,0.766874888,5397.7819855 +194,-1.625979264,0.5247742243,442,0.21751974,0.766874888,5505.8251044 +195,-1.572293943,0.5238808754,442,0.21751974,0.766874888,5377.2156047 +196,-1.610848725,0.5477107964,442,0.21751974,0.766874888,5405.1961725 +197,-1.208485554,0.7918526018,442,0.21751974,0.766874888,3834.956844 +198,-1.335601374,0.6869083083,442,0.21751974,0.766874888,4373.6448657 +199,-1.346156996,0.6825213377,442,0.21751974,0.766874888,4410.0196159 +200,-1.324381037,0.6741422347,442,0.21751974,0.766874888,4375.7395485 +201,-1.242424992,0.7378949807,442,0.21751974,0.766874888,4029.1777926 +202,-1.270370057,0.7392461008,442,0.21751974,0.766874888,4094.8693376 +203,-1.448950472,0.7441675014,442,0.21751974,0.766874888,4507.6315243 +204,-1.492662363,0.7523026852,442,0.21751974,0.766874888,4587.1304453 +205,-1.479098966,0.7763855017,442,0.21751974,0.766874888,4497.4445549 +206,-1.633760714,0.7869022408,442,0.21751974,0.766874888,4802.8263919 +207,-1.647406434,0.8101289331,442,0.21751974,0.766874888,4768.6572449 +208,-1.564245052,0.5701509278,442,0.21751974,0.766874888,5230.8962181 +209,-1.646289963,0.6833746083,442,0.21751974,0.766874888,5110.8182272 +210,-1.5820631,0.6751952144,442,0.21751974,0.766874888,4989.1163688 +211,-1.613236298,0.6681681791,442,0.21751974,0.766874888,5078.785129 +212,-1.914661867,0.8212566515,442,0.21751974,0.766874888,5234.3234563 +213,-1.742133237,0.7250275956,442,0.21751974,0.766874888,5197.2429773 +214,-2.033144872,0.6557314699,442,0.21751974,0.766874888,5967.1649032 +215,-2.039551981,0.6964723658,442,0.21751974,0.766874888,5844.5941803 +216,-1.247341019,0.7622473908,442,0.21751974,0.766874888,3989.4971219 +217,-1.298239787,0.7084123392,442,0.21751974,0.766874888,4231.8550277 +218,-1.308539688,0.6926545592,442,0.21751974,0.766874888,4293.3192429 +219,-1.303263185,0.6888938396,442,0.21751974,0.766874888,4288.855737 +220,-1.852400229,0.6004246149,442,0.21751974,0.766874888,5794.6769732 +221,-1.288947707,0.7473773692,442,0.21751974,0.766874888,4122.2853308 +222,-1.372031502,0.7472790993,442,0.21751974,0.766874888,4321.0334339 +223,-1.289805721,0.7242157877,442,0.21751974,0.766874888,4175.588794 +224,-1.350807603,0.7533498126,442,0.21751974,0.766874888,4256.9771618 +225,-1.329290365,0.7560442322,442,0.21751974,0.766874888,4199.8662678 +226,-1.410153004,0.616936428,442,0.21751974,0.766874888,4728.9639982 +227,-1.393445434,0.6308995063,442,0.21751974,0.766874888,4652.4093524 +228,-1.37595573,0.6241540638,442,0.21751974,0.766874888,4625.2728932 +229,-1.358388707,0.6172645205,442,0.21751974,0.766874888,4597.8451938 +230,-1.753741133,0.8281661666,442,0.21751974,0.766874888,4926.0616113 +231,-1.47430987,0.6834615681,442,0.21751974,0.766874888,4717.4132596 +232,-1.421012508,0.7222725206,442,0.21751974,0.766874888,4495.6358937 +233,-1.4476833,0.6978557868,442,0.21751974,0.766874888,4618.3809621 +234,-1.470370723,0.6966193374,442,0.21751974,0.766874888,4674.9719458 +235,-1.429211703,0.7037216883,442,0.21751974,0.766874888,4560.1393935 +236,-1.700578405,0.6178673663,442,0.21751974,0.766874888,5415.479933 +237,-1.678117619,0.6331716163,442,0.21751974,0.766874888,5321.7583014 +238,-1.725644578,0.6316331145,442,0.21751974,0.766874888,5431.300034 +239,-2.14012759,0.7930497945,442,0.21751974,0.766874888,5679.1610165 +240,-2.103289431,0.7653606263,442,0.21751974,0.766874888,5718.4698046 +241,-1.318739838,0.7017808746,442,0.21751974,0.766874888,4297.5255406 +242,-1.396417427,0.7077900843,442,0.21751974,0.766874888,4472.0743664 +243,-1.35650337,0.7185539404,442,0.21751974,0.766874888,4350.7004832 +244,-1.248884539,0.7274156818,442,0.21751974,0.766874888,4067.7170632 +245,-1.395014798,0.5761185243,442,0.21751974,0.766874888,4793.6736062 +246,-1.433377362,0.6064716109,442,0.21751974,0.766874888,4813.3856458 +247,-1.408172432,0.5903155476,442,0.21751974,0.766874888,4791.1518214 +248,-1.749645898,0.7757118084,442,0.21751974,0.766874888,5067.229871 +249,-1.571626686,0.615046989,442,0.21751974,0.766874888,5126.7819052 +250,-1.514070049,0.6303003037,442,0.21751974,0.766874888,4949.1104983 +251,-1.480890369,0.6237966528,442,0.21751974,0.766874888,4885.9188543 +252,-1.704390658,0.5281680612,442,0.21751974,0.766874888,5682.4834866 +253,-1.64434733,0.5254277498,442,0.21751974,0.766874888,5548.2038214 +254,-1.703855997,0.4792484842,442,0.21751974,0.766874888,5823.1107448 +255,-1.692002383,0.5748825051,442,0.21751974,0.766874888,5519.2034572 +256,-1.854136457,0.5544643913,442,0.21751974,0.766874888,5939.0392911 +257,-1.665021206,0.520317736,442,0.21751974,0.766874888,5612.1550405 +258,-1.733654349,0.4845187345,442,0.21751974,0.766874888,5878.3649247 +259,-1.720938188,0.5135933906,442,0.21751974,0.766874888,5763.4690045 +260,-1.742668307,0.553296122,442,0.21751974,0.766874888,5697.3064668 +261,-1.965659039,0.7142126903,442,0.21751974,0.766874888,5658.5422898 +262,-1.944438071,0.6772834804,442,0.21751974,0.766874888,5737.058383 +263,-1.270340967,0.7681487096,442,0.21751974,0.766874888,4032.5326607 +264,-1.353091884,0.6549276821,442,0.21751974,0.766874888,4493.0180303 +265,-1.333236659,0.6413584414,442,0.21751974,0.766874888,4475.7334853 +266,-1.352015998,0.6753788907,442,0.21751974,0.766874888,4441.4224137 +267,-1.377988483,0.6577816235,442,0.21751974,0.766874888,4547.9879343 +268,-2.13075611,0.8318642051,442,0.21751974,0.766874888,5534.3674575 +269,-2.097910953,0.8259670014,442,0.21751974,0.766874888,5507.6191892 +270,-1.416382069,0.6694271549,442,0.21751974,0.766874888,4613.6059388 +271,-1.538905672,0.7535625993,442,0.21751974,0.766874888,4687.0690828 +272,-1.572309477,0.7803125099,442,0.21751974,0.766874888,4690.9771224 +273,-1.87759879,0.7503853417,442,0.21751974,0.766874888,5385.8883783 +274,1.152365588,0.590457682,442,0.21751974,0.766874888,2912.7545358 +275,0.350198001,0.718001859,442,0.21751974,0.766874888,432.68420495 +276,0.046513677,0.491503852,442,0.21751974,0.766874888,1218.3821474 +277,0.027510309,0.742571376,442,0.21751974,0.766874888,556.21667131 +278,0.306285725,-0.214631579,442,0.21751974,0.766874888,3900.9304632 +279,-1.100564889,0.318051531,442,0.21751974,0.766874888,4643.6085633 +280,-1.078582306,0.301437596,442,0.21751974,0.766874888,4624.1412663 +281,-1.137371989,-0.617634065,442,0.21751974,0.766874888,7329.8363898 +282,0.784356344,0.703272339,442,0.21751974,0.766874888,1673.3863283 +283,-1.221209947,0.218327455,442,0.21751974,0.766874888,5250.2152825 +284,2.347301921,-0.449114658,442,0.21751974,0.766874888,9000.0927937 +285,0.246820618,0.830553713,442,0.21751974,0.766874888,264.89078793 +286,0.829414965,0.703288228,442,0.21751974,0.766874888,1801.644018 +287,-1.337537566,0.42332223,442,0.21751974,0.766874888,5034.2217089 +288,0.882453706,0.454478077,442,0.21751974,0.766874888,2456.6008253 +289,1.575629659,0.416419109,442,0.21751974,0.766874888,4506.4441075 +290,-1.039455679,0.229888244,442,0.21751974,0.766874888,4701.2360594 +291,0.489558039,0.934482747,442,0.21751974,0.766874888,968.59020729 +292,0.081344504,0.88384514,442,0.21751974,0.766874888,589.67716443 +293,-1.547979814,0.300350308,442,0.21751974,0.766874888,5935.6559521 +294,0.040776181,0.168560074,442,0.21751974,0.766874888,2446.6108949 +295,-1.130374745,0.563894876,442,0.21751974,0.766874888,4123.1686836 +296,1.578326642,0.478507176,442,0.21751974,0.766874888,4360.8771158 +297,-1.12861823,-0.291640865,442,0.21751974,0.766874888,6403.6721844 +298,0.310524208,0.770885792,442,0.21751974,0.766874888,265.18807595 +299,0.415649091,-0.387246002,442,0.21751974,0.766874888,4627.7999608 +300,-0.926533878,-0.188022748,442,0.21751974,0.766874888,5573.0038589 +301,1.258856172,-0.11716081,442,0.21751974,0.766874888,5097.4598973 +302,-1.126050026,0.322941926,442,0.21751974,0.766874888,4703.4182557 +303,2.002785835,0.07893892,442,0.21751974,0.766874888,6610.9634123 +304,0.440437607,0.746258085,442,0.21751974,0.766874888,646.60670538 +305,-0.030391866,0.214441206,442,0.21751974,0.766874888,2345.5309258 +306,0.521557815,-0.058929362,442,0.21751974,0.766874888,3445.186627 +307,-0.097005111,0.13317729,442,0.21751974,0.766874888,2735.6676498 +308,1.83113859,0.221857587,442,0.21751974,0.766874888,5735.025664 +309,0.222428864,0.099404236,442,0.21751974,0.766874888,2643.906501 +310,-1.702731345,0.8728568183,442,0.21751974,0.766874888,4707.0396153 +311,-0.418507569,0.278324921,442,0.21751974,0.766874888,2876.9185245 +312,-1.41153306,0.339029988,442,0.21751974,0.766874888,5459.7724459 +313,0.357560442,0.114788776,442,0.21751974,0.766874888,2628.2836234 +314,0.325818979,0.268352149,442,0.21751974,0.766874888,2008.0881379 +315,-1.246004659,-0.663679965,442,0.21751974,0.766874888,7709.1940272 +316,1.814603087,0.637404484,442,0.21751974,0.766874888,4601.7082643 +317,1.843704281,-0.18300445,442,0.21751974,0.766874888,6880.399694 +318,1.690644492,-0.211480909,442,0.21751974,0.766874888,6527.212786 +319,-1.275451936,0.068109467,442,0.21751974,0.766874888,5812.9071492 +320,0.762430171,-0.207594741,442,0.21751974,0.766874888,4330.5515783 +321,0.265668905,-0.014647884,442,0.21751974,0.766874888,3100.3014521 +322,-2.773032013,-0.335515811,442,0.21751974,0.766874888,10663.313871 +323,-1.469512853,0.174058777,442,0.21751974,0.766874888,6071.6914558 +324,0.286276986,0.785925691,442,0.21751974,0.766874888,208.41407729 +325,-1.379324697,0.377432233,442,0.21751974,0.766874888,5268.8999409 +326,-1.203778265,0.212813032,442,0.21751974,0.766874888,5215.3807704 +327,0.579916301,0.611743168,442,0.21751974,0.766874888,1261.6131016 +328,0.267582642,0.868113908,442,0.21751974,0.766874888,423.24442441 +329,0.412869244,-0.050245578,442,0.21751974,0.766874888,3310.2805561 +330,0.17524381,0.976660285,442,0.21751974,0.766874888,837.78284751 +331,0.743157214,0.204812899,442,0.21751974,0.766874888,2856.866778 +332,-1.070758176,0.269382282,442,0.21751974,0.766874888,4685.7736791 +333,-1.230364251,0.329790229,442,0.21751974,0.766874888,4980.7804653 +334,-1.374813124,-0.024926835,442,0.21751974,0.766874888,6351.8553532 +335,0.519780566,0.463669906,442,0.21751974,0.766874888,1541.8933439 +336,-1.55108034,0.239698561,442,0.21751974,0.766874888,6113.8800275 +337,0.180294813,0.029739425,442,0.21751974,0.766874888,2922.7307209 +338,0.67820924,0.268170153,442,0.21751974,0.766874888,2510.2693565 +339,0.445798684,1.024001867,442,0.21751974,0.766874888,1160.1652978 +340,0.691751283,0.150521402,442,0.21751974,0.766874888,2937.2662315 +341,-1.036643551,-0.903056181,442,0.21751974,0.766874888,7878.0082511 +342,-0.120287036,1.083325163,442,0.21751974,0.766874888,1476.9542819 +343,2.823513113,-0.304487164,442,0.21751974,0.766874888,9886.9641811 +344,0.457583172,1.12513373,442,0.21751974,0.766874888,1516.4288391 +345,0.042918831,0.813795399,442,0.21751974,0.766874888,520.43305386 +346,1.196146777,-0.853142756,442,0.21751974,0.766874888,7257.3132263 +347,0.206001358,-0.010430701,442,0.21751974,0.766874888,3079.1771839 +348,-0.268308653,0.234799412,442,0.21751974,0.766874888,2673.5899356 +349,0.759363263,0.736189579,442,0.21751974,0.766874888,1563.5774076 +350,0.181363926,0.891988372,442,0.21751974,0.766874888,504.86697975 +351,-0.021111158,0.139103292,442,0.21751974,0.766874888,2619.8246148 +352,-0.093355215,0.630686981,442,0.21751974,0.766874888,1082.8461107 +353,0.40118964,0.681375926,442,0.21751974,0.766874888,640.86532733 +354,-0.721197315,1.304706234,442,0.21751974,0.766874888,2669.6435866 +355,-1.076150317,0.212107639,442,0.21751974,0.766874888,4853.3777763 +356,-1.577164531,0.273993443,442,0.21751974,0.766874888,6087.8574592 +357,-0.190788414,0.182208586,442,0.21751974,0.766874888,2705.3743157 +358,-0.261349752,0.209710184,442,0.21751974,0.766874888,2743.720942 +359,-1.029303852,0.083549259,442,0.21751974,0.766874888,5071.6542258 +360,-1.268609162,0.330525297,442,0.21751974,0.766874888,5086.2865048 +361,1.282982244,-0.926641967,442,0.21751974,0.766874888,7619.2582157 +362,0.217352334,0.731352408,442,0.21751974,0.766874888,140.70538084 +363,-1.511833084,0.258629297,442,0.21751974,0.766874888,5954.1498768 +364,0.338812194,0.823184618,442,0.21751974,0.766874888,403.41313622 +365,-0.324406489,1.134201999,442,0.21751974,0.766874888,1878.2732924 +366,1.389579348,0.399185724,442,0.21751974,0.766874888,4021.9681211 +367,2.047152199,-0.039082036,442,0.21751974,0.766874888,7065.1596552 +368,0.947780369,0.568250077,442,0.21751974,0.766874888,2374.9182037 +369,0.763824846,0.576754987,442,0.21751974,0.766874888,1839.1595443 +370,-0.142334657,0.928153068,442,0.21751974,0.766874888,1132.8334694 +371,0.610266567,0.547265983,442,0.21751974,0.766874888,1499.839623 +372,0.210731629,0.746815056,442,0.21751974,0.766874888,81.825863141 +373,-1.34931644,0.316895224,442,0.21751974,0.766874888,5347.6303042 +374,2.407696481,0.655030745,442,0.21751974,0.766874888,5860.1972107 +375,0.64207831,0.545359131,442,0.21751974,0.766874888,1585.9303249 +376,1.174597538,0.840588356,442,0.21751974,0.766874888,2590.933528 +377,0.660059424,0.010604079,442,0.21751974,0.766874888,3377.1029955 +378,-0.730263819,0.010486456,442,0.21751974,0.766874888,4472.6424731 +379,0.831068936,0.512339172,442,0.21751974,0.766874888,2172.6076575 +380,1.301180979,0.72367476,442,0.21751974,0.766874888,3083.2057924 +381,1.811128231,0.322854402,442,0.21751974,0.766874888,5405.83465 +382,0.435105812,0.992284428,442,0.21751974,0.766874888,1044.7134963 +383,0.62643634,0.592027932,442,0.21751974,0.766874888,1430.5507626 +384,0.492988703,-0.516339467,442,0.21751974,0.766874888,5179.9911105 +385,-0.162469483,0.112549365,442,0.21751974,0.766874888,2907.858005 +386,0.314630866,0.472006421,442,0.21751974,0.766874888,1208.4787096 +387,0.166744804,0.822815954,442,0.21751974,0.766874888,262.52196266 +388,0.417159608,0.965805736,442,0.21751974,0.766874888,937.11484188 +389,0.106334961,0.868774244,442,0.21751974,0.766874888,503.19761636 +390,0.815086969,-0.338144359,442,0.21751974,0.766874888,4883.9574019 +391,0.59867455,-0.230624824,442,0.21751974,0.766874888,4184.0041318 +392,1.915104874,0.066220985,442,0.21751974,0.766874888,6399.9838124 +393,1.278093622,0.064463721,442,0.21751974,0.766874888,4610.7427234 +394,-0.061477853,0.302997961,442,0.21751974,0.766874888,2060.2806067 +395,0.251311504,0.626976942,442,0.21751974,0.766874888,563.51330792 +396,2.950242872,0.149095644,442,0.21751974,0.766874888,8530.2048451 +397,-0.180294708,0.35375117,442,0.21751974,0.766874888,2096.8632824 +398,1.010448592,-0.351180233,442,0.21751974,0.766874888,5279.1096657 +399,-1.748740498,0.3686318073,442,0.21751974,0.766874888,6256.508686 +400,2.699635665,0.123533791,442,0.21751974,0.766874888,8201.6457217 +401,0.496808033,0.823843254,442,0.21751974,0.766874888,804.96876978 +402,0.129574704,0.763364087,442,0.21751974,0.766874888,251.6101672 +403,1.798920311,0.817447563,442,0.21751974,0.766874888,4143.8315838 +404,0.335987953,0.746786541,442,0.21751974,0.766874888,350.19830474 +405,-1.085413643,0.292154671,442,0.21751974,0.766874888,4667.8284548 +406,-0.155321003,0.508207011,442,0.21751974,0.766874888,1559.2844335 +407,0.620529244,-0.301175104,442,0.21751974,0.766874888,4475.5742506 +408,1.684402744,0.368716966,442,0.21751974,0.766874888,4932.7043938 +409,0.300582244,-0.386397212,442,0.21751974,0.766874888,4578.0699574 +410,2.913555946,-0.009225192,442,0.21751974,0.766874888,9056.8612956 +411,1.465101417,0.493232532,442,0.21751974,0.766874888,4009.3607821 +412,0.090612882,0.907955955,442,0.21751974,0.766874888,651.56565754 +413,2.987564726,-0.729568594,442,0.21751974,0.766874888,11358.25087 +414,-1.484261606,0.224149272,442,0.21751974,0.766874888,5974.0508569 +415,0.164073421,0.303955133,442,0.21751974,0.766874888,1842.3082758 +416,0.141441293,0.167552546,442,0.21751974,0.766874888,2388.2988572 +417,2.931321023,-0.506718887,442,0.21751974,0.766874888,10746.780329 +418,2.21951565,0.700596356,442,0.21751974,0.766874888,5354.4579915 +419,0.268112576,1.199114336,442,0.21751974,0.766874888,1715.2618347 +420,0.978913739,0.359223811,442,0.21751974,0.766874888,2969.4459427 +421,1.210898818,0.522863584,442,0.21751974,0.766874888,3221.7708335 +422,2.347397336,0.129231362,442,0.21751974,0.766874888,7384.5826727 +423,0.614394501,0.556878345,442,0.21751974,0.766874888,1485.2560393 +424,-1.398079356,0.148483366,442,0.21751974,0.766874888,5941.4227362 +425,2.535303836,-0.112984496,442,0.21751974,0.766874888,8597.1661571 +426,-1.019372593,-0.405322349,442,0.21751974,0.766874888,6446.7783961 +427,-1.297785627,-0.160104069,442,0.21751974,0.766874888,6504.1605737 +428,2.144554488,0.205051084,442,0.21751974,0.766874888,6636.9291186 +429,-2.242387083,-0.426171285,442,0.21751974,0.766874888,9868.5455156 +430,0.338637212,0.909723676,442,0.21751974,0.766874888,649.75967405 +431,-0.148798452,0.691042401,442,0.21751974,0.766874888,1119.7010058 +432,0.893524764,0.441829531,442,0.21751974,0.766874888,2519.1705863 +433,0.969229347,-0.368847936,442,0.21751974,0.766874888,5259.9469147 +434,0.436043248,0.800045688,442,0.21751974,0.766874888,626.44918559 +435,1.687946607,1.081504775,442,0.21751974,0.766874888,3437.9938604 +436,0.522302046,-0.034889271,442,0.21751974,0.766874888,3354.7591058 +437,-0.178996113,-0.438090009,442,0.21751974,0.766874888,4985.3862358 +438,-1.094339566,0.301444068,442,0.21751974,0.766874888,4669.02739 +439,-1.064070054,0.242569932,442,0.21751974,0.766874888,4737.6235833 +440,-1.068153768,0.230387998,442,0.21751974,0.766874888,4781.6970785 +441,-3.00496892,-0.23989155,442,0.21751974,0.766874888,10338.521636 +442,0.21751974,0.766874888,442,0.21751974,0.766874888,0 +443,0.117229532,0.007619006,442,0.21751974,0.766874888,3028.1747062 +444,0.777758451,0.420554741,442,0.21751974,0.766874888,2270.6631564 +445,-0.252356999,0.250747086,442,0.21751974,0.766874888,2587.3612934 +446,0.363148444,0.768483434,442,0.21751974,0.766874888,414.91874234 +447,0.903191366,-0.118210676,442,0.21751974,0.766874888,4276.5881319 +448,-0.205755923,0.149406178,442,0.21751974,0.766874888,2847.7102893 +449,1.811996086,0.02364353,442,0.21751974,0.766874888,6224.4623491 +450,-1.100670221,0.314845373,442,0.21751974,0.766874888,4652.2191115 +451,0.340078597,0.850105132,442,0.21751974,0.766874888,469.81598183 +452,0.258757267,0.804969236,442,0.21751974,0.766874888,189.96633334 +453,2.78505352,-0.155160804,442,0.21751974,0.766874888,9319.0083212 +454,0.800551619,0.105822106,442,0.21751974,0.766874888,3308.1057475 +455,0.437940882,-0.506194031,442,0.21751974,0.766874888,5105.6073216 +456,2.230431122,0.63458615,442,0.21751974,0.766874888,5572.3498624 +457,0.527965361,0.127667701,442,0.21751974,0.766874888,2750.5828431 +458,-0.063643205,0.702093448,442,0.21751974,0.766874888,863.81703344 +459,1.408447268,0.133010502,442,0.21751974,0.766874888,4777.3444862 +460,0.523795955,0.280266966,442,0.21751974,0.766874888,2184.6302825 +461,-0.975769313,0.072177659,442,0.21751974,0.766874888,4953.5372658 +462,0.549774164,-0.463663986,442,0.21751974,0.766874888,5021.238677 +463,0.29245874,1.095549818,442,0.21751974,0.766874888,1313.1815561 +464,0.143625958,0.816809593,442,0.21751974,0.766874888,285.23406849 +465,0.671902494,0.611159853,442,0.21751974,0.766874888,1511.6058329 +466,1.239840988,0.6724199,442,0.21751974,0.766874888,3004.1000146 +467,0.607829703,-0.10932137,442,0.21751974,0.766874888,3740.6908114 +468,1.763020906,0.263996692,442,0.21751974,0.766874888,5429.8206268 +469,0.378714634,0.726066797,442,0.21751974,0.766874888,495.46915557 +470,2.196736143,-0.153862366,442,0.21751974,0.766874888,7804.3187815 +471,0.01702415,0.148991565,442,0.21751974,0.766874888,2543.3466764 +472,-2.998490902,-0.158002487,442,0.21751974,0.766874888,10018.507726 +473,-3.051262951,-0.346595608,442,0.21751974,0.766874888,10726.784483 +474,-1.069176439,0.182802941,442,0.21751974,0.766874888,4912.4148361 +475,0.167157509,0.595344954,442,0.21751974,0.766874888,696.75324499 +476,0.613855648,0.681746124,442,0.21751974,0.766874888,1218.7525946 +477,1.037012736,0.682555367,442,0.21751974,0.766874888,2420.0454678 +478,-1.253574971,0.379755746,442,0.21751974,0.766874888,4915.8617607 +479,3.108590453,-0.132620738,442,0.21751974,0.766874888,9786.2232211 +480,0.565301296,0.022333262,442,0.21751974,0.766874888,3193.0670432 +481,0.547898238,0.855555614,442,0.21751974,0.766874888,963.9773205 +482,0.948309381,0.417393755,442,0.21751974,0.766874888,2731.7483424 +483,-0.050600732,0.945269213,442,0.21751974,0.766874888,987.79771561 +484,-0.977651478,-0.572363064,442,0.21751974,0.766874888,6833.394323 +485,1.102014914,0.728861163,442,0.21751974,0.766874888,2532.2592344 +486,2.927300795,-0.282939414,442,0.21751974,0.766874888,10041.875404 +487,-1.154565557,0.124434095,442,0.21751974,0.766874888,5314.1782797 +488,1.855331234,0.291044755,442,0.21751974,0.766874888,5613.8180254 +489,0.830290659,0.276904518,442,0.21751974,0.766874888,2824.671376 +490,0.485104466,-0.234867441,442,0.21751974,0.766874888,4084.0146623 +491,0.521367572,-0.33161327,442,0.21751974,0.766874888,4488.6435606 +1,-1.539031704,0.7349710123,443,0.117229532,0.007619006,6452.6410201 +2,-1.536990553,0.7349663874,443,0.117229532,0.007619006,6446.6559451 +3,-1.534951779,0.7349571355,443,0.117229532,0.007619006,6440.6783903 +4,-1.532906461,0.7349480293,443,0.117229532,0.007619006,6434.6810102 +5,-1.531320211,0.7346937278,443,0.117229532,0.007619006,6430.0859392 +6,-1.539451648,0.7335131775,443,0.117229532,0.007619006,6454.2377096 +7,-1.537429487,0.7335445708,443,0.117229532,0.007619006,6448.2917783 +8,-1.535484998,0.7335658704,443,0.117229532,0.007619006,6442.5762116 +9,-1.533488396,0.7336036027,443,0.117229532,0.007619006,6436.7035005 +10,-1.531497785,0.7335842962,443,0.117229532,0.007619006,6430.8613958 +11,-1.530259379,0.7334777758,443,0.117229532,0.007619006,6427.2479004 +12,-1.5335454,0.7322346912,443,0.117229532,0.007619006,6437.1919186 +13,-1.531489083,0.7322238773,443,0.117229532,0.007619006,6431.1474137 +14,-1.530011122,0.7321679851,443,0.117229532,0.007619006,6426.8134289 +15,-1.53348106,0.7306614094,443,0.117229532,0.007619006,6437.3708793 +16,-1.531441779,0.7306962275,443,0.117229532,0.007619006,6431.357525 +17,-1.529755654,0.7306933243,443,0.117229532,0.007619006,6426.3925681 +18,-1.533415048,0.7291384674,443,0.117229532,0.007619006,6437.532096 +19,-1.531392093,0.7291705353,443,0.117229532,0.007619006,6431.5592981 +20,-1.529296523,0.7291214933,443,0.117229532,0.007619006,6425.390272 +21,-1.535280942,0.727267644,443,0.117229532,0.007619006,6443.4793768 +22,-1.533378158,0.7276139666,443,0.117229532,0.007619006,6437.7786346 +23,-1.531340368,0.7276446587,443,0.117229532,0.007619006,6431.7542035 +24,-1.528960113,0.7276398177,443,0.117229532,0.007619006,6424.7261467 +25,-1.533313146,0.7260818349,443,0.117229532,0.007619006,6437.9430008 +26,-1.531259555,0.7260958115,443,0.117229532,0.007619006,6431.8674027 +27,-1.528926415,0.7260865555,443,0.117229532,0.007619006,6424.9699125 +28,-1.531226779,0.7245511789,443,0.117229532,0.007619006,6432.1207323 +29,-1.528904772,0.7245519194,443,0.117229532,0.007619006,6425.2445076 +30,-1.547195875,0.7409785979,443,0.117229532,0.007619006,6474.9450217 +31,-1.5451475,0.740980426,443,0.117229532,0.007619006,6468.9721694 +32,-1.543097679,0.7409798872,443,0.117229532,0.007619006,6462.9951796 +33,-1.540720364,0.7409892687,443,0.117229532,0.007619006,6456.0600097 +34,-1.547188511,0.7395198392,443,0.117229532,0.007619006,6475.3211844 +35,-1.545148587,0.7395226109,443,0.117229532,0.007619006,6469.364751 +36,-1.543104538,0.7395314908,443,0.117229532,0.007619006,6463.394153 +37,-1.540727751,0.7395306258,443,0.117229532,0.007619006,6456.4539266 +38,-1.547187029,0.7380014886,443,0.117229532,0.007619006,6475.7301592 +39,-1.545147315,0.7380012252,443,0.117229532,0.007619006,6469.7668692 +40,-1.54310719,0.7380060743,443,0.117229532,0.007619006,6463.800485 +41,-1.540719671,0.7380068206,443,0.117229532,0.007619006,6456.8187728 +42,-1.547187189,0.7364799098,443,0.117229532,0.007619006,6476.1442201 +43,-1.545149996,0.7364853874,443,0.117229532,0.007619006,6470.1784986 +44,-1.543106091,0.7364823484,443,0.117229532,0.007619006,6464.1948522 +45,-1.540717158,0.7364893901,443,0.117229532,0.007619006,6457.1976899 +46,-1.538663972,0.7410138672,443,0.117229532,0.007619006,6450.0564421 +47,-1.53695285,0.7409699132,443,0.117229532,0.007619006,6445.0764858 +48,-1.534910498,0.7409641297,443,0.117229532,0.007619006,6439.1203433 +49,-1.533145034,0.7409536636,443,0.117229532,0.007619006,6433.9725225 +50,-1.538681336,0.7395405883,443,0.117229532,0.007619006,6450.4751273 +51,-1.536999189,0.7395183096,443,0.117229532,0.007619006,6445.5677323 +52,-1.534923633,0.7395144222,443,0.117229532,0.007619006,6439.5062204 +53,-1.533267822,0.7395654306,443,0.117229532,0.007619006,6434.6574171 +54,-1.53867273,0.7380151077,443,0.117229532,0.007619006,6450.8305197 +55,-1.536980576,0.7379994392,443,0.117229532,0.007619006,6445.8853703 +56,-1.534931522,0.7379944961,443,0.117229532,0.007619006,6439.8932009 +57,-1.533387952,0.7379480264,443,0.117229532,0.007619006,6435.3889326 +58,-1.538682279,0.7364914363,443,0.117229532,0.007619006,6451.23803 +59,-1.536980704,0.7364810563,443,0.117229532,0.007619006,6446.2571123 +60,-1.534935567,0.7364752065,443,0.117229532,0.007619006,6440.2683333 +61,-1.533042592,0.7363876366,443,0.117229532,0.007619006,6434.7438432 +62,-1.545143426,0.7349628011,443,0.117229532,0.007619006,6470.5642534 +63,-1.543105297,0.7349691947,443,0.117229532,0.007619006,6464.5867936 +64,-1.541064533,0.7349647152,443,0.117229532,0.007619006,6458.6039042 +65,-1.545411803,0.7334624714,443,0.117229532,0.007619006,6471.7506739 +66,-1.543446606,0.7334780896,443,0.117229532,0.007619006,6465.9768735 +67,-1.541475327,0.7334957295,443,0.117229532,0.007619006,6460.1843605 +68,-1.545401939,0.731963266,443,0.117229532,0.007619006,6472.1203971 +69,-1.54342253,0.7319915583,443,0.117229532,0.007619006,6466.2936915 +70,-1.541455867,0.7320216438,443,0.117229532,0.007619006,6460.5037887 +71,-1.545410146,0.7304422281,443,0.117229532,0.007619006,6472.5484728 +72,-1.543435491,0.7304713664,443,0.117229532,0.007619006,6466.7275715 +73,-1.541463105,0.7304997613,443,0.117229532,0.007619006,6460.9133392 +74,-1.545414768,0.7289194936,443,0.117229532,0.007619006,6472.9659149 +75,-1.543435774,0.7289538557,443,0.117229532,0.007619006,6467.1229189 +76,-1.541457714,0.7289765881,443,0.117229532,0.007619006,6461.2854879 +77,-1.539449415,0.7320555866,443,0.117229532,0.007619006,6454.5957526 +78,-1.537429183,0.7321097681,443,0.117229532,0.007619006,6448.6421033 +79,-1.535472649,0.7321497267,443,0.117229532,0.007619006,6442.8792475 +80,-1.539457899,0.7305333307,443,0.117229532,0.007619006,6455.0009806 +81,-1.537453161,0.7305750503,443,0.117229532,0.007619006,6449.0878648 +82,-1.535479385,0.7306124949,443,0.117229532,0.007619006,6443.2668953 +83,-1.53946905,0.7290102593,443,0.117229532,0.007619006,6455.4138041 +84,-1.537459922,0.7290417293,443,0.117229532,0.007619006,6449.4821809 +85,-1.535451349,0.7290890157,443,0.117229532,0.007619006,6443.5482636 +86,-1.535522937,0.7279887191,443,0.117229532,0.007619006,6444.022075 +87,-1.539442524,0.7274735939,443,0.117229532,0.007619006,6455.7183232 +88,-1.537424111,0.727521351,443,0.117229532,0.007619006,6449.7471693 +89,-1.539384641,0.7259505092,443,0.117229532,0.007619006,6455.9259968 +90,-1.537372391,0.7259947145,443,0.117229532,0.007619006,6449.9658276 +91,-1.535340789,0.7260435356,443,0.117229532,0.007619006,6443.9473205 +92,-1.539325716,0.7244369706,443,0.117229532,0.007619006,6456.1272109 +93,-1.537308932,0.7244801057,443,0.117229532,0.007619006,6450.1458693 +94,-1.535289068,0.7245247645,443,0.117229532,0.007619006,6444.1550117 +95,-1.533261366,0.7245550236,443,0.117229532,0.007619006,6438.1442759 +96,-1.539267302,0.722921924,443,0.117229532,0.007619006,6456.3293099 +97,-1.537248972,0.7229660258,443,0.117229532,0.007619006,6450.3351273 +98,-1.535219431,0.7229916471,443,0.117229532,0.007619006,6444.3120538 +99,-1.53318962,0.7230212049,443,0.117229532,0.007619006,6438.2870598 +100,-1.531154816,0.7230299897,443,0.117229532,0.007619006,6432.2517971 +101,-1.528878341,0.7230370244,443,0.117229532,0.007619006,6425.4999057 +102,-1.539218189,0.7214009878,443,0.117229532,0.007619006,6456.5594721 +103,-1.537198791,0.7214422745,443,0.117229532,0.007619006,6450.5547491 +104,-1.535179266,0.7214634354,443,0.117229532,0.007619006,6444.5543524 +105,-1.533156501,0.7214944644,443,0.117229532,0.007619006,6438.5418039 +106,-1.53113574,0.7215166021,443,0.117229532,0.007619006,6432.5370686 +107,-1.528874248,0.7215345535,443,0.117229532,0.007619006,6425.8182287 +108,-1.539217656,0.7198512397,443,0.117229532,0.007619006,6456.9402015 +109,-1.537199919,0.7199428763,443,0.117229532,0.007619006,6450.9200872 +110,-1.545425832,0.727397149,443,0.117229532,0.007619006,6473.4017314 +111,-1.543371177,0.7273916949,443,0.117229532,0.007619006,6467.3377517 +112,-1.541368852,0.7274523163,443,0.117229532,0.007619006,6461.4108922 +113,-1.545349067,0.7258710923,443,0.117229532,0.007619006,6473.578417 +114,-1.54332671,0.7258603556,443,0.117229532,0.007619006,6467.6029905 +115,-1.541346831,0.7259242142,443,0.117229532,0.007619006,6461.7335976 +116,-1.545324355,0.7243383958,443,0.117229532,0.007619006,6473.9097275 +117,-1.543292796,0.7243617413,443,0.117229532,0.007619006,6467.8900832 +118,-1.541295822,0.7244024384,443,0.117229532,0.007619006,6461.9681513 +119,-1.543193859,0.7205570215,443,0.117229532,0.007619006,6468.5771604 +120,-1.550257047,0.7386738187,443,0.117229532,0.007619006,6484.5162163 +121,-1.549335448,0.7311736483,443,0.117229532,0.007619006,6483.9011047 +122,-1.533478843,0.7179891343,443,0.117229532,0.007619006,6440.3101885 +123,-1.556150555,0.738907041,443,0.117229532,0.007619006,6501.6611637 +124,-1.554324226,0.733414257,443,0.117229532,0.007619006,6497.9245021 +125,-1.554290846,0.7288285332,443,0.117229532,0.007619006,6499.1522969 +126,-1.55122487,0.7219795312,443,0.117229532,0.007619006,6492.0304632 +127,-1.525104458,0.7229399862,443,0.117229532,0.007619006,6414.3285843 +128,-1.519607711,0.7236181429,443,0.117229532,0.007619006,6397.8907498 +129,-1.513899999,0.7251107854,443,0.117229532,0.007619006,6380.6967891 +130,-1.536620762,0.7431061895,443,0.117229532,0.007619006,6443.5851047 +131,-1.5369566,0.7460845958,443,0.117229532,0.007619006,6443.8296369 +132,-1.545345528,0.7447040685,443,0.117229532,0.007619006,6468.5505703 +133,-1.532813921,0.7432306626,443,0.117229532,0.007619006,6432.472604 +134,-1.554788248,0.7382381001,443,0.117229532,0.007619006,6497.8790267 +135,-1.540348126,0.7301594274,443,0.117229532,0.007619006,6457.7162865 +136,-1.538016084,0.7239051786,443,0.117229532,0.007619006,6452.3799302 +137,-1.525288962,0.7258085137,443,0.117229532,0.007619006,6414.2707349 +138,-1.534326986,0.731241342,443,0.117229532,0.007619006,6439.7249263 +139,-1.530733872,0.7303625216,443,0.117229532,0.007619006,6429.3483878 +141,-1.534354939,0.7328219978,443,0.117229532,0.007619006,6439.4334503 +142,-1.53157084,0.7292888153,443,0.117229532,0.007619006,6432.059382 +143,-1.525691035,0.7263799874,443,0.117229532,0.007619006,6415.3389023 +144,-1.534031287,0.7495967835,443,0.117229532,0.007619006,6434.4972064 +145,-1.527714986,0.7283095957,443,0.117229532,0.007619006,6420.9028607 +146,-1.526189586,0.7271468292,443,0.117229532,0.007619006,6416.6491354 +147,-1.555177336,0.7375563366,443,0.117229532,0.007619006,6499.2158297 +148,-1.555080283,0.7312707794,443,0.117229532,0.007619006,6500.768177 +149,-1.53856994,0.7224180299,443,0.117229532,0.007619006,6454.3856687 +150,-1.530837883,0.729933372,443,0.117229532,0.007619006,6429.7520911 +151,-1.515066984,0.5854133365,443,0.117229532,0.007619006,6408.2225965 +152,-1.534731633,0.5368370046,443,0.117229532,0.007619006,6482.6368303 +153,-1.515231902,0.5607085576,443,0.117229532,0.007619006,6412.6670536 +154,-2.616253799,1.0684566605,443,0.117229532,0.007619006,8005.6018676 +155,-1.956071439,0.5792177723,443,0.117229532,0.007619006,7847.1168961 +156,-1.951208514,0.5602434208,443,0.117229532,0.007619006,7853.3213596 +157,-1.944675062,0.6062144545,443,0.117229532,0.007619006,7779.6913785 +158,-1.613778386,0.6077989518,443,0.117229532,0.007619006,6724.7449793 +159,-2.035029014,0.6021432345,443,0.117229532,0.007619006,8063.3264067 +160,-2.114989471,0.6801825058,443,0.117229532,0.007619006,8172.3119808 +161,-2.037382079,0.5765830025,443,0.117229532,0.007619006,8106.0353607 +162,-2.129855121,0.6585019963,443,0.117229532,0.007619006,8251.9289217 +163,-2.075141798,0.6493615843,443,0.117229532,0.007619006,8111.5927116 +164,-1.828626729,0.6948433129,443,0.117229532,0.007619006,7331.6414798 +165,-1.863329418,0.6735427691,443,0.117229532,0.007619006,7456.3639441 +166,-1.266037071,0.727988852,443,0.117229532,0.007619006,5648.5903086 +167,-1.277579582,0.7249010648,443,0.117229532,0.007619006,5681.1261668 +168,-1.258418684,0.7241194816,443,0.117229532,0.007619006,5624.3245541 +169,-1.317813974,0.6804850104,443,0.117229532,0.007619006,5785.3983525 +170,-1.344165204,0.6790988904,443,0.117229532,0.007619006,5865.9739067 +171,-1.427582102,0.5277120351,443,0.117229532,0.007619006,6117.8046293 +172,-1.402238616,0.457167829,443,0.117229532,0.007619006,6026.1767307 +173,-1.422454264,0.4996161999,443,0.117229532,0.007619006,6099.2939518 +174,-1.439089277,0.4894859811,443,0.117229532,0.007619006,6157.1238219 +175,-1.448126995,0.5182330266,443,0.117229532,0.007619006,6188.2578104 +176,-1.474626146,0.5881926574,443,0.117229532,0.007619006,6274.5714022 +177,-1.421139645,0.5584869783,443,0.117229532,0.007619006,6097.0061589 +178,-1.457037165,0.565943032,443,0.117229532,0.007619006,6217.3446485 +179,-2.757159358,0.3745319,443,0.117229532,0.007619006,10610.987562 +180,-2.714309238,0.342054471,443,0.117229532,0.007619006,10608.565247 +181,-2.000525337,0.774119946,443,0.117229532,0.007619006,7708.4703426 +183,-1.571413436,0.6777838382,443,0.117229532,0.007619006,6566.1951025 +184,-1.552860289,0.6987663893,443,0.117229532,0.007619006,6503.3705651 +185,-1.521852374,0.7165827476,443,0.117229532,0.007619006,6405.9604961 +186,-1.503656267,0.6928968252,443,0.117229532,0.007619006,6355.2561503 +187,-1.502753178,0.7136205882,443,0.117229532,0.007619006,6349.4172554 +188,-1.631894563,0.7343596465,443,0.117229532,0.007619006,6724.5595354 +189,-1.653765416,0.6770714026,443,0.117229532,0.007619006,6819.2021533 +190,-1.719812114,0.6715965947,443,0.117229532,0.007619006,7024.4524499 +191,-1.493406659,0.6646955447,443,0.117229532,0.007619006,6327.4951432 +192,-1.469120564,0.6613469966,443,0.117229532,0.007619006,6252.0053657 +193,-1.590551461,0.5326612937,443,0.117229532,0.007619006,6673.5267056 +194,-1.625979264,0.5247742243,443,0.117229532,0.007619006,6796.9098817 +195,-1.572293943,0.5238808754,443,0.117229532,0.007619006,6613.7048313 +196,-1.610848725,0.5477107964,443,0.117229532,0.007619006,6737.3182832 +197,-1.208485554,0.7918526018,443,0.117229532,0.007619006,5521.6405598 +198,-1.335601374,0.6869083083,443,0.117229532,0.007619006,5841.7599054 +199,-1.346156996,0.6825213377,443,0.117229532,0.007619006,5872.9388111 +200,-1.324381037,0.6741422347,443,0.117229532,0.007619006,5803.6660782 +201,-1.242424992,0.7378949807,443,0.117229532,0.007619006,5584.691157 +202,-1.270370057,0.7392461008,443,0.117229532,0.007619006,5666.5512498 +203,-1.448950472,0.7441675014,443,0.117229532,0.007619006,6188.0309302 +204,-1.492662363,0.7523026852,443,0.117229532,0.007619006,6314.343043 +205,-1.479098966,0.7763855017,443,0.117229532,0.007619006,6272.9228097 +206,-1.633760714,0.7869022408,443,0.117229532,0.007619006,6702.9332525 +207,-1.647406434,0.8101289331,443,0.117229532,0.007619006,6727.4352655 +208,-1.564245052,0.5701509278,443,0.117229532,0.007619006,6574.3871426 +209,-1.646289963,0.6833746083,443,0.117229532,0.007619006,6793.1295964 +210,-1.5820631,0.6751952144,443,0.117229532,0.007619006,6599.8275943 +211,-1.613236298,0.6681681791,443,0.117229532,0.007619006,6698.7038352 +212,-1.914661867,0.8212566515,443,0.117229532,0.007619006,7418.6227622 +213,-1.742133237,0.7250275956,443,0.117229532,0.007619006,7051.6397717 +214,-2.033144872,0.6557314699,443,0.117229532,0.007619006,7980.0466525 +215,-2.039551981,0.6964723658,443,0.117229532,0.007619006,7935.8666913 +216,-1.247341019,0.7622473908,443,0.117229532,0.007619006,5612.0500893 +217,-1.298239787,0.7084123392,443,0.117229532,0.007619006,5735.7407994 +218,-1.308539688,0.6926545592,443,0.117229532,0.007619006,5761.1028669 +219,-1.303263185,0.6888938396,443,0.117229532,0.007619006,5743.7390563 +220,-1.852400229,0.6004246149,443,0.117229532,0.007619006,7495.8728274 +221,-1.288947707,0.7473773692,443,0.117229532,0.007619006,5724.005755 +222,-1.372031502,0.7472790993,443,0.117229532,0.007619006,5964.5965164 +223,-1.289805721,0.7242157877,443,0.117229532,0.007619006,5716.8879036 +224,-1.350807603,0.7533498126,443,0.117229532,0.007619006,5904.5833067 +225,-1.329290365,0.7560442322,443,0.117229532,0.007619006,5843.4303782 +226,-1.410153004,0.616936428,443,0.117229532,0.007619006,6064.2095812 +227,-1.393445434,0.6308995063,443,0.117229532,0.007619006,6011.8477289 +228,-1.37595573,0.6241540638,443,0.117229532,0.007619006,5954.8866376 +229,-1.358388707,0.6172645205,443,0.117229532,0.007619006,5897.1351469 +230,-1.753741133,0.8281661666,443,0.117229532,0.007619006,6996.6065329 +231,-1.47430987,0.6834615681,443,0.117229532,0.007619006,6266.5703136 +232,-1.421012508,0.7222725206,443,0.117229532,0.007619006,6105.2264391 +233,-1.4476833,0.6978557868,443,0.117229532,0.007619006,6184.6758461 +234,-1.470370723,0.6966193374,443,0.117229532,0.007619006,6253.6101062 +235,-1.429211703,0.7037216883,443,0.117229532,0.007619006,6128.8448235 +236,-1.700578405,0.6178673663,443,0.117229532,0.007619006,6998.8250408 +237,-1.678117619,0.6331716163,443,0.117229532,0.007619006,6918.6545118 +238,-1.725644578,0.6316331145,443,0.117229532,0.007619006,7069.6178167 +239,-2.14012759,0.7930497945,443,0.117229532,0.007619006,8023.6285872 +240,-2.103289431,0.7653606263,443,0.117229532,0.007619006,7986.8140407 +241,-1.318739838,0.7017808746,443,0.117229532,0.007619006,5795.0115992 +242,-1.396417427,0.7077900843,443,0.117229532,0.007619006,6030.3323336 +243,-1.35650337,0.7185539404,443,0.117229532,0.007619006,5912.7949757 +244,-1.248884539,0.7274156818,443,0.117229532,0.007619006,5597.9741271 +245,-1.395014798,0.5761185243,443,0.117229532,0.007619006,6011.0128451 +246,-1.433377362,0.6064716109,443,0.117229532,0.007619006,6139.0148523 +247,-1.408172432,0.5903155476,443,0.117229532,0.007619006,6055.7556077 +248,-1.749645898,0.7757118084,443,0.117229532,0.007619006,7031.480264 +249,-1.571626686,0.615046989,443,0.117229532,0.007619006,6586.0656629 +250,-1.514070049,0.6303003037,443,0.117229532,0.007619006,6397.6754425 +251,-1.480890369,0.6237966528,443,0.117229532,0.007619006,6292.132101 +252,-1.704390658,0.5281680612,443,0.117229532,0.007619006,7062.1372371 +253,-1.64434733,0.5254277498,443,0.117229532,0.007619006,6859.3042464 +254,-1.703855997,0.4792484842,443,0.117229532,0.007619006,7085.3554273 +255,-1.692002383,0.5748825051,443,0.117229532,0.007619006,6995.5421322 +256,-1.854136457,0.5544643913,443,0.117229532,0.007619006,7543.545004 +257,-1.665021206,0.520317736,443,0.117229532,0.007619006,6932.0215698 +258,-1.733654349,0.4845187345,443,0.117229532,0.007619006,7186.2834452 +259,-1.720938188,0.5135933906,443,0.117229532,0.007619006,7126.3822391 +260,-1.742668307,0.553296122,443,0.117229532,0.007619006,7175.9954519 +261,-1.965659039,0.7142126903,443,0.117229532,0.007619006,7702.9424497 +262,-1.944438071,0.6772834804,443,0.117229532,0.007619006,7691.5167249 +263,-1.270340967,0.7681487096,443,0.117229532,0.007619006,5680.2363711 +264,-1.353091884,0.6549276821,443,0.117229532,0.007619006,5888.0515133 +265,-1.333236659,0.6413584414,443,0.117229532,0.007619006,5822.2088289 +266,-1.352015998,0.6753788907,443,0.117229532,0.007619006,5889.2759123 +267,-1.377988483,0.6577816235,443,0.117229532,0.007619006,5966.6266368 +268,-2.13075611,0.8318642051,443,0.117229532,0.007619006,7922.9885011 +269,-2.097910953,0.8259670014,443,0.117229532,0.007619006,7858.6504196 +270,-1.416382069,0.6694271549,443,0.117229532,0.007619006,6087.701153 +271,-1.538905672,0.7535625993,443,0.117229532,0.007619006,6447.5990144 +272,-1.572309477,0.7803125099,443,0.117229532,0.007619006,6534.490727 +273,-1.87759879,0.7503853417,443,0.117229532,0.007619006,7411.1056572 +274,1.152365588,0.590457682,443,0.117229532,0.007619006,4469.098496 +275,0.350198001,0.718001859,443,0.117229532,0.007619006,2935.2556714 +276,0.046513677,0.491503852,443,0.117229532,0.007619006,1935.3444101 +277,0.027510309,0.742571376,443,0.117229532,0.007619006,2928.607089 +278,0.306285725,-0.214631579,443,0.117229532,0.007619006,1152.1293982 +279,-1.100564889,0.318051531,443,0.117229532,0.007619006,4886.6768865 +280,-1.078582306,0.301437596,443,0.117229532,0.007619006,4797.1433608 +281,-1.137371989,-0.617634065,443,0.117229532,0.007619006,5224.802265 +282,0.784356344,0.703272339,443,0.117229532,0.007619006,3652.6143527 +283,-1.221209947,0.218327455,443,0.117229532,0.007619006,5317.1114005 +284,2.347301921,-0.449114658,443,0.117229532,0.007619006,8552.8667661 +285,0.246820618,0.830553713,443,0.117229532,0.007619006,3290.0906625 +286,0.829414965,0.703288228,443,0.117229532,0.007619006,3760.2360281 +287,-1.337537566,0.42332223,443,0.117229532,0.007619006,5790.6036989 +288,0.882453706,0.454478077,443,0.117229532,0.007619006,3412.1853559 +289,1.575629659,0.416419109,443,0.117229532,0.007619006,5802.6474764 +290,-1.039455679,0.229888244,443,0.117229532,0.007619006,4619.8886717 +291,0.489558039,0.934482747,443,0.117229532,0.007619006,3869.3259221 +292,0.081344504,0.88384514,443,0.117229532,0.007619006,3472.836045 +293,-1.547979814,0.300350308,443,0.117229532,0.007619006,6570.1316779 +294,0.040776181,0.168560074,443,0.117229532,0.007619006,705.11431406 +295,-1.130374745,0.563894876,443,0.117229532,0.007619006,5128.7705627 +296,1.578326642,0.478507176,443,0.117229532,0.007619006,5822.420815 +297,-1.12861823,-0.291640865,443,0.117229532,0.007619006,5000.1658009 +298,0.310524208,0.770885792,443,0.117229532,0.007619006,3099.0866171 +299,0.415649091,-0.387246002,443,0.117229532,0.007619006,1942.6407303 +300,-0.926533878,-0.188022748,443,0.117229532,0.007619006,4181.4024972 +301,1.258856172,-0.11716081,443,0.117229532,0.007619006,4538.3258508 +302,-1.126050026,0.322941926,443,0.117229532,0.007619006,4983.9713753 +303,2.002785835,0.07893892,443,0.117229532,0.007619006,7462.1342049 +304,0.440437607,0.746258085,443,0.117229532,0.007619006,3142.9745017 +305,-0.030391866,0.214441206,443,0.117229532,0.007619006,1003.7817307 +306,0.521557815,-0.058929362,443,0.117229532,0.007619006,1622.2720032 +307,-0.097005111,0.13317729,443,0.117229532,0.007619006,981.27694468 +308,1.83113859,0.221857587,443,0.117229532,0.007619006,6768.0867843 +309,0.222428864,0.099404236,443,0.117229532,0.007619006,552.44126058 +310,-1.702731345,0.8728568183,443,0.117229532,0.007619006,6828.8620833 +311,-0.418507569,0.278324921,443,0.117229532,0.007619006,2351.6870492 +312,-1.41153306,0.339029988,443,0.117229532,0.007619006,6054.8706424 +313,0.357560442,0.114788776,443,0.117229532,0.007619006,1040.2540161 +314,0.325818979,0.268352149,443,0.117229532,0.007619006,1316.1541569 +315,-1.246004659,-0.663679965,443,0.117229532,0.007619006,5594.9229928 +316,1.814603087,0.637404484,443,0.117229532,0.007619006,6606.4058312 +317,1.843704281,-0.18300445,443,0.117229532,0.007619006,6833.7273905 +318,1.690644492,-0.211480909,443,0.117229532,0.007619006,6238.4000417 +319,-1.275451936,0.068109467,443,0.117229532,0.007619006,5515.9983548 +320,0.762430171,-0.207594741,443,0.117229532,0.007619006,2676.6864767 +321,0.265668905,-0.014647884,443,0.117229532,0.007619006,594.53116918 +322,-2.773032013,-0.335515811,443,0.117229532,0.007619006,10819.201572 +323,-1.469512853,0.174058777,443,0.117229532,0.007619006,6278.903361 +324,0.286276986,0.785925691,443,0.117229532,0.007619006,3139.3022179 +325,-1.379324697,0.377432233,443,0.117229532,0.007619006,5937.4425467 +326,-1.203778265,0.212813032,443,0.117229532,0.007619006,5248.7505392 +327,0.579916301,0.611743168,443,0.117229532,0.007619006,2940.1850934 +328,0.267582642,0.868113908,443,0.117229532,0.007619006,3446.3551693 +329,0.412869244,-0.050245578,443,0.117229532,0.007619006,1192.8248399 +330,0.17524381,0.976660285,443,0.117229532,0.007619006,3842.895848 +331,0.743157214,0.204812899,443,0.117229532,0.007619006,2581.6831125 +332,-1.070758176,0.269382282,443,0.117229532,0.007619006,4754.4083528 +333,-1.230364251,0.329790229,443,0.117229532,0.007619006,5376.2316736 +334,-1.374813124,-0.024926835,443,0.117229532,0.007619006,5910.8416488 +335,0.519780566,0.463669906,443,0.117229532,0.007619006,2369.7900305 +336,-1.55108034,0.239698561,443,0.117229532,0.007619006,6589.8914305 +337,0.180294813,0.029739425,443,0.117229532,0.007619006,264.67638809 +338,0.67820924,0.268170153,443,0.117229532,0.007619006,2424.3787809 +339,0.445798684,1.024001867,443,0.117229532,0.007619006,4154.2094227 +340,0.691751283,0.150521402,443,0.117229532,0.007619006,2336.0048496 +341,-1.036643551,-0.903056181,443,0.117229532,0.007619006,5242.4792922 +342,-0.120287036,1.083325163,443,0.117229532,0.007619006,4319.8305463 +343,2.823513113,-0.304487164,443,0.117229532,0.007619006,10379.910384 +344,0.457583172,1.12513373,443,0.117229532,0.007619006,4534.7104911 +345,0.042918831,0.813795399,443,0.117229532,0.007619006,3203.6541018 +346,1.196146777,-0.853142756,443,0.117229532,0.007619006,4994.9507949 +347,0.206001358,-0.010430701,443,0.117229532,0.007619006,358.81499509 +348,-0.268308653,0.234799412,443,0.117229532,0.007619006,1759.8175713 +349,0.759363263,0.736189579,443,0.117229532,0.007619006,3680.2794461 +350,0.181363926,0.891988372,443,0.117229532,0.007619006,3509.5924221 +351,-0.021111158,0.139103292,443,0.117229532,0.007619006,754.62404534 +352,-0.093355215,0.630686981,443,0.117229532,0.007619006,2586.6205199 +353,0.40118964,0.681375926,443,0.117229532,0.007619006,2860.4760082 +354,-0.721197315,1.304706234,443,0.117229532,0.007619006,5492.2670127 +355,-1.076150317,0.212107639,443,0.117229532,0.007619006,4755.3375172 +356,-1.577164531,0.273993443,443,0.117229532,0.007619006,6684.9080745 +357,-0.190788414,0.182208586,443,0.117229532,0.007619006,1396.2276999 +358,-0.261349752,0.209710184,443,0.117229532,0.007619006,1689.6175612 +359,-1.029303852,0.083549259,443,0.117229532,0.007619006,4544.9472883 +360,-1.268609162,0.330525297,443,0.117229532,0.007619006,5519.4557048 +361,1.282982244,-0.926641967,443,0.117229532,0.007619006,5300.4577232 +362,0.217352334,0.731352408,443,0.117229532,0.007619006,2888.9330235 +363,-1.511833084,0.258629297,443,0.117229532,0.007619006,6437.2962538 +364,0.338812194,0.823184618,443,0.117229532,0.007619006,3319.9379243 +365,-0.324406489,1.134201999,443,0.117229532,0.007619006,4638.5603987 +366,1.389579348,0.399185724,443,0.117229532,0.007619006,5123.0794105 +367,2.047152199,-0.039082036,443,0.117229532,0.007619006,7644.5045812 +368,0.947780369,0.568250077,443,0.117229532,0.007619006,3807.2192528 +369,0.763824846,0.576754987,443,0.117229532,0.007619006,3296.8026531 +370,-0.142334657,0.928153068,443,0.117229532,0.007619006,3745.2117435 +371,0.610266567,0.547265983,443,0.117229532,0.007619006,2825.4996245 +372,0.210731629,0.746815056,443,0.117229532,0.007619006,2946.7534578 +373,-1.34931644,0.316895224,443,0.117229532,0.007619006,5820.1787727 +374,2.407696481,0.655030745,443,0.117229532,0.007619006,8379.0033242 +375,0.64207831,0.545359131,443,0.117229532,0.007619006,2899.7054096 +376,1.174597538,0.840588356,443,0.117229532,0.007619006,4876.0251189 +377,0.660059424,0.010604079,443,0.117229532,0.007619006,2150.0894009 +378,-0.730263819,0.010486456,443,0.117229532,0.007619006,3356.7927921 +379,0.831068936,0.512339172,443,0.117229532,0.007619006,3353.4655795 +380,1.301180979,0.72367476,443,0.117229532,0.007619006,5065.7882928 +381,1.811128231,0.322854402,443,0.117229532,0.007619006,6674.5689936 +382,0.435105812,0.992284428,443,0.117229532,0.007619006,4029.1292326 +383,0.62643634,0.592027932,443,0.117229532,0.007619006,2987.7045607 +384,0.492988703,-0.516339467,443,0.117229532,0.007619006,2514.5624394 +385,-0.162469483,0.112549365,443,0.117229532,0.007619006,1180.9200538 +386,0.314630866,0.472006421,443,0.117229532,0.007619006,1986.9590439 +387,0.166744804,0.822815954,443,0.117229532,0.007619006,3233.5290998 +388,0.417159608,0.965805736,443,0.117229532,0.007619006,3917.0081327 +389,0.106334961,0.868774244,443,0.117229532,0.007619006,3411.2359905 +390,0.815086969,-0.338144359,443,0.117229532,0.007619006,3036.4499103 +391,0.59867455,-0.230624824,443,0.117229532,0.007619006,2112.7177801 +392,1.915104874,0.066220985,443,0.117229532,0.007619006,7117.3025521 +393,1.278093622,0.064463721,443,0.117229532,0.007619006,4599.6878531 +394,-0.061477853,0.302997961,443,0.117229532,0.007619006,1361.6567732 +395,0.251311504,0.626976942,443,0.117229532,0.007619006,2502.4431284 +396,2.950242872,0.149095644,443,0.117229532,0.007619006,11076.850287 +397,-0.180294708,0.35375117,443,0.117229532,0.007619006,1791.2476024 +398,1.010448592,-0.351180233,443,0.117229532,0.007619006,3741.8517383 +399,-1.748740498,0.3686318073,443,0.117229532,0.007619006,7299.1172783 +400,2.699635665,0.123533791,443,0.117229532,0.007619006,10174.089886 +401,0.496808033,0.823843254,443,0.117229532,0.007619006,3488.4148394 +402,0.129574704,0.763364087,443,0.117229532,0.007619006,2993.824218 +403,1.798920311,0.817447563,443,0.117229532,0.007619006,6500.0025075 +404,0.335987953,0.746786541,443,0.117229532,0.007619006,3029.2623849 +405,-1.085413643,0.292154671,443,0.117229532,0.007619006,4818.9933377 +406,-0.155321003,0.508207011,443,0.117229532,0.007619006,2234.5198926 +407,0.620529244,-0.301175104,443,0.117229532,0.007619006,2313.0965483 +408,1.684402744,0.368716966,443,0.117229532,0.007619006,6197.660957 +409,0.300582244,-0.386397212,443,0.117229532,0.007619006,1713.8113484 +410,2.913555946,-0.009225192,443,0.117229532,0.007619006,11076.283265 +411,1.465101417,0.493232532,443,0.117229532,0.007619006,5431.0841083 +412,0.090612882,0.907955955,443,0.117229532,0.007619006,3567.3363576 +413,2.987564726,-0.729568594,443,0.117229532,0.007619006,9424.4468489 +414,-1.484261606,0.224149272,443,0.117229532,0.007619006,6333.7496388 +415,0.164073421,0.303955133,443,0.117229532,0.007619006,1187.902187 +416,0.141441293,0.167552546,443,0.117229532,0.007619006,640.64435242 +417,2.931321023,-0.506718887,443,0.117229532,0.007619006,10111.150692 +418,2.21951565,0.700596356,443,0.117229532,0.007619006,7776.696829 +419,0.268112576,1.199114336,443,0.117229532,0.007619006,4737.0915134 +420,0.978913739,0.359223811,443,0.117229532,0.007619006,3611.9720397 +421,1.210898818,0.522863584,443,0.117229532,0.007619006,4584.7042178 +422,2.347397336,0.129231362,443,0.117229532,0.007619006,8803.1751258 +423,0.614394501,0.556878345,443,0.117229532,0.007619006,2861.8882046 +424,-1.398079356,0.148483366,443,0.117229532,0.007619006,6000.0942177 +425,2.535303836,-0.112984496,443,0.117229532,0.007619006,9554.4898043 +426,-1.019372593,-0.405322349,443,0.117229532,0.007619006,4662.60445 +427,-1.297785627,-0.160104069,443,0.117229532,0.007619006,5617.7157883 +428,2.144554488,0.205051084,443,0.117229532,0.007619006,7982.7172148 +429,-2.242387083,-0.426171285,443,0.117229532,0.007619006,9020.4469229 +430,0.338637212,0.909723676,443,0.117229532,0.007619006,3648.335539 +431,-0.148798452,0.691042401,443,0.117229532,0.007619006,2872.8599026 +432,0.893524764,0.441829531,443,0.117229532,0.007619006,3428.3723905 +433,0.969229347,-0.368847936,443,0.117229532,0.007619006,3616.1275598 +434,0.436043248,0.800045688,443,0.117229532,0.007619006,3329.6288773 +435,1.687946607,1.081504775,443,0.117229532,0.007619006,6195.1388921 +436,0.522302046,-0.034889271,443,0.117229532,0.007619006,1613.0317504 +437,-0.178996113,-0.438090009,443,0.117229532,0.007619006,2098.8789292 +438,-1.094339566,0.301444068,443,0.117229532,0.007619006,4856.4118494 +439,-1.064070054,0.242569932,443,0.117229532,0.007619006,4718.8554461 +440,-1.068153768,0.230387998,443,0.117229532,0.007619006,4730.309453 +441,-3.00496892,-0.23989155,443,0.117229532,0.007619006,11520.678889 +442,0.21751974,0.766874888,443,0.117229532,0.007619006,3028.1747062 +443,0.117229532,0.007619006,443,0.117229532,0.007619006,0 +444,0.777758451,0.420554741,443,0.117229532,0.007619006,3015.4630003 +445,-0.252356999,0.250747086,443,0.117229532,0.007619006,1738.8525889 +446,0.363148444,0.768483434,443,0.117229532,0.007619006,3136.0719527 +447,0.903191366,-0.118210676,443,0.117229532,0.007619006,3145.8172586 +448,-0.205755923,0.149406178,443,0.117229532,0.007619006,1392.5524887 +449,1.811996086,0.02364353,443,0.117229532,0.007619006,6712.0990783 +450,-1.100670221,0.314845373,443,0.117229532,0.007619006,4885.7210093 +451,0.340078597,0.850105132,443,0.117229532,0.007619006,3422.8727994 +452,0.258757267,0.804969236,443,0.117229532,0.007619006,3196.489068 +453,2.78505352,-0.155160804,443,0.117229532,0.007619006,10486.059531 +454,0.800551619,0.105822106,443,0.117229532,0.007619006,2728.8689187 +455,0.437940882,-0.506194031,443,0.117229532,0.007619006,2369.9416498 +456,2.230431122,0.63458615,443,0.117229532,0.007619006,7900.3637924 +457,0.527965361,0.127667701,443,0.117229532,0.007619006,1690.4181207 +458,-0.063643205,0.702093448,443,0.117229532,0.007619006,2827.021223 +459,1.408447268,0.133010502,443,0.117229532,0.007619006,5120.4256747 +460,0.523795955,0.280266966,443,0.117229532,0.007619006,1920.6326344 +461,-0.975769313,0.072177659,443,0.117229532,0.007619006,4332.3167452 +462,0.549774164,-0.463663986,443,0.117229532,0.007619006,2491.4798486 +463,0.29245874,1.095549818,443,0.117229532,0.007619006,4340.5651948 +464,0.143625958,0.816809593,443,0.117229532,0.007619006,3206.5088493 +465,0.671902494,0.611159853,443,0.117229532,0.007619006,3147.540776 +466,1.239840988,0.6724199,443,0.117229532,0.007619006,4832.0332951 +467,0.607829703,-0.10932137,443,0.117229532,0.007619006,1994.1268484 +468,1.763020906,0.263996692,443,0.117229532,0.007619006,6500.7664679 +469,0.378714634,0.726066797,443,0.117229532,0.007619006,2995.534463 +470,2.196736143,-0.153862366,443,0.117229532,0.007619006,8216.0933941 +471,0.01702415,0.148991565,443,0.117229532,0.007619006,685.48062811 +472,-2.998490902,-0.158002487,443,0.117229532,0.007619006,11839.504467 +473,-3.051262951,-0.346595608,443,0.117229532,0.007619006,11097.114925 +474,-1.069176439,0.182802941,443,0.117229532,0.007619006,4720.1569276 +475,0.167157509,0.595344954,443,0.117229532,0.007619006,2335.3425811 +476,0.613855648,0.681746124,443,0.117229532,0.007619006,3219.5810435 +477,1.037012736,0.682555367,443,0.117229532,0.007619006,4261.2803666 +478,-1.253574971,0.379755746,443,0.117229532,0.007619006,5475.5136997 +479,3.108590453,-0.132620738,443,0.117229532,0.007619006,11671.155834 +480,0.565301296,0.022333262,443,0.117229532,0.007619006,1775.5506 +481,0.547898238,0.855555614,443,0.117229532,0.007619006,3664.8378203 +482,0.948309381,0.417393755,443,0.117229532,0.007619006,3576.6751379 +483,-0.050600732,0.945269213,443,0.117229532,0.007619006,3754.3034197 +484,-0.977651478,-0.572363064,443,0.117229532,0.007619006,4673.6760739 +485,1.102014914,0.728861163,443,0.117229532,0.007619006,4515.5385766 +486,2.927300795,-0.282939414,443,0.117229532,0.007619006,10750.978551 +487,-1.154565557,0.124434095,443,0.117229532,0.007619006,5043.1351383 +488,1.855331234,0.291044755,443,0.117229532,0.007619006,6847.7153216 +489,0.830290659,0.276904518,443,0.117229532,0.007619006,2982.798747 +490,0.485104466,-0.234867441,443,0.117229532,0.007619006,1734.2203265 +491,0.521367572,-0.33161327,443,0.117229532,0.007619006,2067.4864936 +1,-1.539031704,0.7349710123,444,0.777758451,0.420554741,6962.3899962 +2,-1.536990553,0.7349663874,444,0.777758451,0.420554741,6958.3075353 +3,-1.534951779,0.7349571355,444,0.777758451,0.420554741,6954.2362738 +4,-1.532906461,0.7349480293,444,0.777758451,0.420554741,6950.1444569 +5,-1.531320211,0.7346937278,444,0.777758451,0.420554741,6947.6781779 +6,-1.539451648,0.7335131775,444,0.777758451,0.420554741,6967.4542485 +7,-1.537429487,0.7335445708,444,0.777758451,0.420554741,6963.301016 +8,-1.535484998,0.7335658704,444,0.777758451,0.420554741,6959.326831 +9,-1.533488396,0.7336036027,444,0.777758451,0.420554741,6955.1940623 +10,-1.531497785,0.7335842962,444,0.777758451,0.420554741,6951.2313765 +11,-1.530259379,0.7334777758,444,0.777758451,0.420554741,6949.0346137 +12,-1.5335454,0.7322346912,444,0.777758451,0.420554741,6959.2563815 +13,-1.531489083,0.7322238773,444,0.777758451,0.420554741,6955.1307885 +14,-1.530011122,0.7321679851,444,0.777758451,0.420554741,6952.2995779 +15,-1.53348106,0.7306614094,444,0.777758451,0.420554741,6963.6620641 +16,-1.531441779,0.7306962275,444,0.777758451,0.420554741,6959.4326517 +17,-1.529755654,0.7306933243,444,0.777758451,0.420554741,6956.0218282 +18,-1.533415048,0.7291384674,444,0.777758451,0.420554741,6967.9179778 +19,-1.531392093,0.7291705353,444,0.777758451,0.420554741,6963.7229203 +20,-1.529296523,0.7291214933,444,0.777758451,0.420554741,6959.606808 +21,-1.535280942,0.727267644,444,0.777758451,0.420554741,6977.094526 +22,-1.533378158,0.7276139666,444,0.777758451,0.420554741,6972.2362389 +23,-1.531340368,0.7276446587,444,0.777758451,0.420554741,6968.0084276 +24,-1.528960113,0.7276398177,444,0.777758451,0.420554741,6963.178621 +25,-1.533313146,0.7260818349,444,0.777758451,0.420554741,6976.5182453 +26,-1.531259555,0.7260958115,444,0.777758451,0.420554741,6972.2996079 +27,-1.528926415,0.7260865555,444,0.777758451,0.420554741,6967.5705708 +28,-1.531226779,0.7245511789,444,0.777758451,0.420554741,6976.675256 +29,-1.528904772,0.7245519194,444,0.777758451,0.420554741,6971.9325975 +30,-1.547195875,0.7409785979,444,0.777758451,0.420554741,6961.1979808 +31,-1.5451475,0.740980426,444,0.777758451,0.420554741,6957.1358538 +32,-1.543097679,0.7409798872,444,0.777758451,0.420554741,6953.070751 +33,-1.540720364,0.7409892687,444,0.777758451,0.420554741,6948.3183829 +34,-1.547188511,0.7395198392,444,0.777758451,0.420554741,6965.4351198 +35,-1.545148587,0.7395226109,444,0.777758451,0.420554741,6961.3807665 +36,-1.543104538,0.7395314908,444,0.777758451,0.420554741,6957.2935397 +37,-1.540727751,0.7395306258,444,0.777758451,0.420554741,6952.564786 +38,-1.547187029,0.7380014886,444,0.777758451,0.420554741,6969.8567969 +39,-1.545147315,0.7380012252,444,0.777758451,0.420554741,6965.8052302 +40,-1.54310719,0.7380060743,444,0.777758451,0.420554741,6961.731039 +41,-1.540719671,0.7380068206,444,0.777758451,0.420554741,6956.96863 +42,-1.547187189,0.7364799098,444,0.777758451,0.420554741,6974.2903315 +43,-1.545149996,0.7364853874,444,0.777758451,0.420554741,6970.2206148 +44,-1.543106091,0.7364823484,444,0.777758451,0.420554741,6966.1553552 +45,-1.540717158,0.7364893901,444,0.777758451,0.420554741,6961.3642639 +46,-1.538663972,0.7410138672,444,0.777758451,0.420554741,6944.1523131 +47,-1.53695285,0.7409699132,444,0.777758451,0.420554741,6940.8669579 +48,-1.534910498,0.7409641297,444,0.777758451,0.420554741,6936.804033 +49,-1.533145034,0.7409536636,444,0.777758451,0.420554741,6933.3021233 +50,-1.538681336,0.7395405883,444,0.777758451,0.420554741,6948.4547873 +51,-1.536999189,0.7395183096,444,0.777758451,0.420554741,6945.1593956 +52,-1.534923633,0.7395144222,444,0.777758451,0.420554741,6941.0184573 +53,-1.533267822,0.7395654306,444,0.777758451,0.420554741,6937.5537102 +54,-1.53867273,0.7380151077,444,0.777758451,0.420554741,6952.8558906 +55,-1.536980576,0.7379994392,444,0.777758451,0.420554741,6949.5159404 +56,-1.534931522,0.7379944961,444,0.777758451,0.420554741,6945.4245335 +57,-1.533387952,0.7379480264,444,0.777758451,0.420554741,6942.461158 +58,-1.538682279,0.7364914363,444,0.777758451,0.420554741,6957.2872524 +59,-1.536980704,0.7364810563,444,0.777758451,0.420554741,6953.9077432 +60,-1.534935567,0.7364752065,444,0.777758451,0.420554741,6949.8203105 +61,-1.533042592,0.7363876366,444,0.777758451,0.420554741,6946.2677015 +62,-1.545143426,0.7349628011,444,0.777758451,0.420554741,6974.6363902 +63,-1.543105297,0.7349691947,444,0.777758451,0.420554741,6970.548763 +64,-1.541064533,0.7349647152,444,0.777758451,0.420554741,6966.4805133 +65,-1.545411803,0.7334624714,444,0.777758451,0.420554741,6979.5358427 +66,-1.543446606,0.7334780896,444,0.777758451,0.420554741,6975.5618802 +67,-1.541475327,0.7334957295,444,0.777758451,0.420554741,6971.5635438 +68,-1.545401939,0.731963266,444,0.777758451,0.420554741,6983.8762084 +69,-1.54342253,0.7319915583,444,0.777758451,0.420554741,6979.8307987 +70,-1.541455867,0.7320216438,444,0.777758451,0.420554741,6975.7994528 +71,-1.545410146,0.7304422281,444,0.777758451,0.420554741,6988.3153995 +72,-1.543435491,0.7304713664,444,0.777758451,0.420554741,6984.270842 +73,-1.541463105,0.7304997613,444,0.777758451,0.420554741,6980.2267174 +74,-1.545414768,0.7289194936,444,0.777758451,0.420554741,6992.7515493 +75,-1.543435774,0.7289538557,444,0.777758451,0.420554741,6988.6768734 +76,-1.541457714,0.7289765881,444,0.777758451,0.420554741,6984.6315146 +77,-1.539449415,0.7320555866,444,0.777758451,0.420554741,6971.6707471 +78,-1.537429183,0.7321097681,444,0.777758451,0.420554741,6967.4493604 +79,-1.535472649,0.7321497267,444,0.777758451,0.420554741,6963.3911851 +80,-1.539457899,0.7305333307,444,0.777758451,0.420554741,6976.0952693 +81,-1.537453161,0.7305750503,444,0.777758451,0.420554741,6971.9347892 +82,-1.535479385,0.7306124949,444,0.777758451,0.420554741,6967.8428649 +83,-1.53946905,0.7290102593,444,0.777758451,0.420554741,6980.5267593 +84,-1.537459922,0.7290417293,444,0.777758451,0.420554741,6976.3807207 +85,-1.535451349,0.7290890157,444,0.777758451,0.420554741,6972.1837113 +86,-1.535522937,0.7279887191,444,0.777758451,0.420554741,6975.5041645 +87,-1.539442524,0.7274735939,444,0.777758451,0.420554741,6984.920729 +88,-1.537424111,0.727521351,444,0.777758451,0.420554741,6980.7023261 +89,-1.539384641,0.7259505092,444,0.777758451,0.420554741,6989.2109441 +90,-1.537372391,0.7259947145,444,0.777758451,0.420554741,6985.0087125 +91,-1.535340789,0.7260435356,444,0.777758451,0.420554741,6980.7475183 +92,-1.539325716,0.7244369706,444,0.777758451,0.420554741,6993.4702186 +93,-1.537308932,0.7244801057,444,0.777758451,0.420554741,6989.2553555 +94,-1.535289068,0.7245247645,444,0.777758451,0.420554741,6985.0234248 +95,-1.533261366,0.7245550236,444,0.777758451,0.420554741,6980.8106019 +96,-1.539267302,0.722921924,444,0.777758451,0.420554741,6997.7336796 +97,-1.537248972,0.7229660258,444,0.777758451,0.420554741,6993.5063419 +98,-1.535219431,0.7229916471,444,0.777758451,0.420554741,6989.3030452 +99,-1.53318962,0.7230212049,444,0.777758451,0.420554741,6985.0812364 +100,-1.531154816,0.7230299897,444,0.777758451,0.420554741,6980.9023695 +101,-1.528878341,0.7230370244,444,0.777758451,0.420554741,6976.227173 +102,-1.539218189,0.7214009878,444,0.777758451,0.420554741,7002.0318611 +103,-1.537198791,0.7214422745,444,0.777758451,0.420554741,6997.8039365 +104,-1.535179266,0.7214634354,444,0.777758451,0.420554741,6993.6273224 +105,-1.533156501,0.7214944644,444,0.777758451,0.420554741,6989.4090801 +106,-1.53113574,0.7215166021,444,0.777758451,0.420554741,6985.2139679 +107,-1.528874248,0.7215345535,444,0.777758451,0.420554741,6980.5308863 +108,-1.539217656,0.7198512397,444,0.777758451,0.420554741,7006.511074 +109,-1.537199919,0.7199428763,444,0.777758451,0.420554741,7002.1346999 +110,-1.545425832,0.727397149,444,0.777758451,0.420554741,6997.1987119 +111,-1.543371177,0.7273916949,444,0.777758451,0.420554741,6993.0810318 +112,-1.541368852,0.7274523163,444,0.777758451,0.420554741,6988.8702972 +113,-1.545349067,0.7258710923,444,0.777758451,0.420554741,7001.4790634 +114,-1.54332671,0.7258603556,444,0.777758451,0.420554741,6997.4350524 +115,-1.541346831,0.7259242142,444,0.777758451,0.420554741,6993.2537794 +116,-1.545324355,0.7243383958,444,0.777758451,0.420554741,7005.8823297 +117,-1.543292796,0.7243617413,444,0.777758451,0.420554741,7001.7143196 +118,-1.541295822,0.7244024384,444,0.777758451,0.420554741,6997.5592977 +119,-1.543193859,0.7205570215,444,0.777758451,0.420554741,7012.5479339 +120,-1.550257047,0.7386738187,444,0.777758451,0.420554741,6973.9794787 +121,-1.549335448,0.7311736483,444,0.777758451,0.420554741,6994.035089 +122,-1.533478843,0.7179891343,444,0.777758451,0.420554741,7000.1582343 +123,-1.556150555,0.738907041,444,0.777758451,0.420554741,6984.9263187 +124,-1.554324226,0.733414257,444,0.777758451,0.420554741,6997.4122821 +125,-1.554290846,0.7288285332,444,0.777758451,0.420554741,7010.7647218 +126,-1.55122487,0.7219795312,444,0.777758451,0.420554741,7024.6324778 +127,-1.525104458,0.7229399862,444,0.777758451,0.420554741,6968.7692208 +128,-1.519607711,0.7236181429,444,0.777758451,0.420554741,6955.5256704 +129,-1.513899999,0.7251107854,444,0.777758451,0.420554741,6939.4992804 +130,-1.536620762,0.7431061895,444,0.777758451,0.420554741,6934.0235386 +131,-1.5369566,0.7460845958,444,0.777758451,0.420554741,6926.0708223 +132,-1.545345528,0.7447040685,444,0.777758451,0.420554741,6946.6864129 +133,-1.532813921,0.7432306626,444,0.777758451,0.420554741,6926.0695553 +134,-1.554788248,0.7382381001,444,0.777758451,0.420554741,6984.2035721 +135,-1.540348126,0.7301594274,444,0.777758451,0.420554741,6978.9702266 +136,-1.538016084,0.7239051786,444,0.777758451,0.420554741,6992.3516694 +137,-1.525288962,0.7258085137,444,0.777758451,0.420554741,6960.9346953 +138,-1.534326986,0.731241342,444,0.777758451,0.420554741,6963.7000807 +139,-1.530733872,0.7303625216,444,0.777758451,0.420554741,6958.9577286 +141,-1.534354939,0.7328219978,444,0.777758451,0.420554741,6959.1964506 +142,-1.53157084,0.7292888153,444,0.777758451,0.420554741,6963.7452722 +143,-1.525691035,0.7263799874,444,0.777758451,0.420554741,6960.1204183 +144,-1.534031287,0.7495967835,444,0.777758451,0.420554741,6910.1077566 +145,-1.527714986,0.7283095957,444,0.777758451,0.420554741,6958.7191079 +146,-1.526189586,0.7271468292,444,0.777758451,0.420554741,6958.9419617 +147,-1.555177336,0.7375563366,444,0.777758451,0.420554741,6986.9684748 +148,-1.555080283,0.7312707794,444,0.777758451,0.420554741,7005.1873513 +149,-1.53856994,0.7224180299,444,0.777758451,0.420554741,6997.7742933 +150,-1.530837883,0.729933372,444,0.777758451,0.420554741,6960.4033175 +151,-1.515066984,0.5854133365,444,0.777758451,0.420554741,7334.7779244 +152,-1.534731633,0.5368370046,444,0.777758451,0.420554741,7516.8641257 +153,-1.515231902,0.5607085576,444,0.777758451,0.420554741,7403.6025203 +154,-2.616253799,1.0684566605,444,0.777758451,0.420554741,6490.5501764 +155,-1.956071439,0.5792177723,444,0.777758451,0.420554741,8195.3450429 +156,-1.951208514,0.5602434208,444,0.777758451,0.420554741,8256.9327588 +157,-1.944675062,0.6062144545,444,0.777758451,0.420554741,8082.5098933 +158,-1.613778386,0.6077989518,444,0.777758451,0.420554741,7491.8177113 +159,-2.035029014,0.6021432345,444,0.777758451,0.420554741,8208.4628956 +160,-2.114989471,0.6801825058,444,0.777758451,0.420554741,7987.2915098 +161,-2.037382079,0.5765830025,444,0.777758451,0.420554741,8306.3860544 +162,-2.129855121,0.6585019963,444,0.777758451,0.420554741,8081.8201285 +163,-2.075141798,0.6493615843,444,0.777758451,0.420554741,8071.266839 +164,-1.828626729,0.6948433129,444,0.777758451,0.420554741,7603.492506 +165,-1.863329418,0.6735427691,444,0.777758451,0.420554741,7728.8506163 +166,-1.266037071,0.727988852,444,0.777758451,0.420554741,6375.6436029 +167,-1.277579582,0.7249010648,444,0.777758451,0.420554741,6410.5165721 +168,-1.258418684,0.7241194816,444,0.777758451,0.420554741,6366.1428128 +169,-1.317813974,0.6804850104,444,0.777758451,0.420554741,6613.2066047 +170,-1.344165204,0.6790988904,444,0.777758451,0.420554741,6680.5856003 +171,-1.427582102,0.5277120351,444,0.777758451,0.420554741,7271.7589862 +172,-1.402238616,0.457167829,444,0.777758451,0.420554741,7381.1349435 +173,-1.422454264,0.4996161999,444,0.777758451,0.420554741,7329.9342674 +174,-1.439089277,0.4894859811,444,0.777758451,0.420554741,7400.1439278 +175,-1.448126995,0.5182330266,444,0.777758451,0.420554741,7349.6884755 +176,-1.474626146,0.5881926574,444,0.777758451,0.420554741,7230.7484986 +177,-1.421139645,0.5584869783,444,0.777758451,0.420554741,7176.0694014 +178,-1.457037165,0.565943032,444,0.777758451,0.420554741,7247.1068734 +179,-2.757159358,0.3745319,444,0.777758451,0.420554741,8948.9139008 +180,-2.714309238,0.342054471,444,0.777758451,0.420554741,9134.1698859 +181,-2.000525337,0.774119946,444,0.777758451,0.420554741,7531.8460347 +183,-1.571413436,0.6777838382,444,0.777758451,0.420554741,7195.2427841 +184,-1.552860289,0.6987663893,444,0.777758451,0.420554741,7095.5951767 +185,-1.521852374,0.7165827476,444,0.777758451,0.420554741,6980.2296242 +186,-1.503656267,0.6928968252,444,0.777758451,0.420554741,7008.833877 +187,-1.502753178,0.7136205882,444,0.777758451,0.420554741,6948.6952958 +188,-1.631894563,0.7343596465,444,0.777758451,0.420554741,7143.033403 +189,-1.653765416,0.6770714026,444,0.777758451,0.420554741,7361.5316426 +190,-1.719812114,0.6715965947,444,0.777758451,0.420554741,7501.4001844 +191,-1.493406659,0.6646955447,444,0.777758451,0.420554741,7065.0694219 +192,-1.469120564,0.6613469966,444,0.777758451,0.420554741,7019.6445648 +193,-1.590551461,0.5326612937,444,0.777758451,0.420554741,7661.252328 +194,-1.625979264,0.5247742243,444,0.777758451,0.420554741,7765.9122983 +195,-1.572293943,0.5238808754,444,0.777758451,0.420554741,7643.5255873 +196,-1.610848725,0.5477107964,444,0.777758451,0.420554741,7663.8281293 +197,-1.208485554,0.7918526018,444,0.777758451,0.420554741,6096.2899609 +198,-1.335601374,0.6869083083,444,0.777758451,0.420554741,6640.7619959 +199,-1.346156996,0.6825213377,444,0.777758451,0.420554741,6676.9401432 +200,-1.324381037,0.6741422347,444,0.777758451,0.420554741,6644.5904543 +201,-1.242424992,0.7378949807,444,0.777758451,0.420554741,6296.2173971 +202,-1.270370057,0.7392461008,444,0.777758451,0.420554741,6359.9908801 +203,-1.448950472,0.7441675014,444,0.777758451,0.420554741,6750.3938429 +204,-1.492662363,0.7523026852,444,0.777758451,0.420554741,6819.1260173 +205,-1.479098966,0.7763855017,444,0.777758451,0.420554741,6724.3732651 +206,-1.633760714,0.7869022408,444,0.777758451,0.420554741,6983.6601754 +207,-1.647406434,0.8101289331,444,0.777758451,0.420554741,6934.2860917 +208,-1.564245052,0.5701509278,444,0.777758451,0.420554741,7492.3205146 +209,-1.646289963,0.6833746083,444,0.777758451,0.420554741,7327.6621214 +210,-1.5820631,0.6751952144,444,0.777758451,0.420554741,7224.8278006 +211,-1.613236298,0.6681681791,444,0.777758451,0.420554741,7309.2137621 +212,-1.914661867,0.8212566515,444,0.777758451,0.420554741,7269.4616508 +213,-1.742133237,0.7250275956,444,0.777758451,0.420554741,7365.3157448 +214,-2.033144872,0.6557314699,444,0.777758451,0.420554741,8006.2785201 +215,-2.039551981,0.6964723658,444,0.777758451,0.420554741,7859.9773684 +216,-1.247341019,0.7622473908,444,0.777758451,0.420554741,6252.8921384 +217,-1.298239787,0.7084123392,444,0.777758451,0.420554741,6498.9413994 +218,-1.308539688,0.6926545592,444,0.777758451,0.420554741,6561.3966723 +219,-1.303263185,0.6888938396,444,0.777758451,0.420554741,6557.5078593 +220,-1.852400229,0.6004246149,444,0.777758451,0.420554741,7965.7058274 +221,-1.288947707,0.7473773692,444,0.777758451,0.420554741,6384.7372991 +222,-1.372031502,0.7472790993,444,0.777758451,0.420554741,6574.6351036 +223,-1.289805721,0.7242157877,444,0.777758451,0.420554741,6441.3582532 +224,-1.350807603,0.7533498126,444,0.777758451,0.420554741,6511.8828665 +225,-1.329290365,0.7560442322,444,0.777758451,0.420554741,6456.7092075 +226,-1.410153004,0.616936428,444,0.777758451,0.420554741,6998.0042975 +227,-1.393445434,0.6308995063,444,0.777758451,0.420554741,6921.2624942 +228,-1.37595573,0.6241540638,444,0.777758451,0.420554741,6895.2001719 +229,-1.358388707,0.6172645205,444,0.777758451,0.420554741,6868.3750782 +230,-1.753741133,0.8281661666,444,0.777758451,0.420554741,7040.4197879 +231,-1.47430987,0.6834615681,444,0.777758451,0.420554741,6970.9006543 +232,-1.421012508,0.7222725206,444,0.777758451,0.420554741,6748.2921013 +233,-1.4476833,0.6978557868,444,0.777758451,0.420554741,6872.6301236 +234,-1.470370723,0.6966193374,444,0.777758451,0.420554741,6926.1670363 +235,-1.429211703,0.7037216883,444,0.777758451,0.420554741,6815.6703426 +236,-1.700578405,0.6178673663,444,0.777758451,0.420554741,7637.5342428 +237,-1.678117619,0.6331716163,444,0.777758451,0.420554741,7545.6106909 +238,-1.725644578,0.6316331145,444,0.777758451,0.420554741,7641.070955 +239,-2.14012759,0.7930497945,444,0.777758451,0.420554741,7569.4905382 +240,-2.103289431,0.7653606263,444,0.777758451,0.420554741,7651.9352532 +241,-1.318739838,0.7017808746,444,0.777758451,0.420554741,6564.0820451 +242,-1.396417427,0.7077900843,444,0.777758451,0.420554741,6730.8359182 +243,-1.35650337,0.7185539404,444,0.777758451,0.420554741,6611.7897883 +244,-1.248884539,0.7274156818,444,0.777758451,0.420554741,6335.5245973 +245,-1.395014798,0.5761185243,444,0.777758451,0.420554741,7064.3310067 +246,-1.433377362,0.6064716109,444,0.777758451,0.420554741,7082.024733 +247,-1.408172432,0.5903155476,444,0.777758451,0.420554741,7061.5246426 +248,-1.749645898,0.7757118084,444,0.777758451,0.420554741,7209.4142712 +249,-1.571626686,0.615046989,444,0.777758451,0.420554741,7379.2133063 +250,-1.514070049,0.6303003037,444,0.777758451,0.420554741,7207.3029062 +251,-1.480890369,0.6237966528,444,0.777758451,0.420554741,7149.0426342 +252,-1.704390658,0.5281680612,444,0.777758451,0.420554741,7927.4864781 +253,-1.64434733,0.5254277498,444,0.777758451,0.420554741,7805.4194092 +254,-1.703855997,0.4792484842,444,0.777758451,0.420554741,8078.1667587 +255,-1.692002383,0.5748825051,444,0.777758451,0.420554741,7755.82303 +256,-1.854136457,0.5544643913,444,0.777758451,0.420554741,8126.4405552 +257,-1.665021206,0.520317736,444,0.777758451,0.420554741,7866.7803017 +258,-1.733654349,0.4845187345,444,0.777758451,0.420554741,8126.2829867 +259,-1.720938188,0.5135933906,444,0.777758451,0.420554741,8007.932744 +260,-1.742668307,0.553296122,444,0.777758451,0.420554741,7925.8870505 +261,-1.965659039,0.7142126903,444,0.777758451,0.420554741,7716.2863518 +262,-1.944438071,0.6772834804,444,0.777758451,0.420554741,7825.4901303 +263,-1.270340967,0.7681487096,444,0.777758451,0.420554741,6292.964536 +264,-1.353091884,0.6549276821,444,0.777758451,0.420554741,6762.0041314 +265,-1.333236659,0.6413584414,444,0.777758451,0.420554741,6746.0503832 +266,-1.352015998,0.6753788907,444,0.777758451,0.420554741,6708.7169389 +267,-1.377988483,0.6577816235,444,0.777758451,0.420554741,6815.4273789 +268,-2.13075611,0.8318642051,444,0.777758451,0.420554741,7413.878414 +269,-2.097910953,0.8259670014,444,0.777758451,0.420554741,7415.8273529 +270,-1.416382069,0.6694271549,444,0.777758451,0.420554741,6876.6167557 +271,-1.538905672,0.7535625993,444,0.777758451,0.420554741,6908.2468407 +272,-1.572309477,0.7803125099,444,0.777758451,0.420554741,6893.4003926 +273,-1.87759879,0.7503853417,444,0.777758451,0.420554741,7478.319596 +274,1.152365588,0.590457682,444,0.777758451,0.420554741,1458.0298601 +275,0.350198001,0.718001859,444,0.777758451,0.420554741,1838.5250198 +276,0.046513677,0.491503852,444,0.777758451,0.420554741,2603.0025091 +277,0.027510309,0.742571376,444,0.777758451,0.420554741,2753.0005571 +278,0.306285725,-0.214631579,444,0.777758451,0.420554741,3107.8993123 +279,-1.100564889,0.318051531,444,0.777758451,0.420554741,6757.4791431 +280,-1.078582306,0.301437596,444,0.777758451,0.420554741,6715.6701395 +281,-1.137371989,-0.617634065,444,0.777758451,0.420554741,8239.660941 +282,0.784356344,0.703272339,444,0.777758451,0.420554741,1120.0595687 +283,-1.221209947,0.218327455,444,0.777758451,0.420554741,7352.6410986 +284,2.347301921,-0.449114658,444,0.777758451,0.420554741,6923.6207623 +285,0.246820618,0.830553713,444,0.777758451,0.420554741,2326.8659074 +286,0.829414965,0.703288228,444,0.777758451,0.420554741,1133.0189762 +287,-1.337537566,0.42332223,444,0.777758451,0.420554741,7277.7172965 +288,0.882453706,0.454478077,444,0.777758451,0.420554741,398.88887034 +289,1.575629659,0.416419109,444,0.777758451,0.420554741,2874.3491644 +290,-1.039455679,0.229888244,444,0.777758451,0.420554741,6713.5036434 +291,0.489558039,0.934482747,444,0.777758451,0.420554741,2209.2508276 +292,0.081344504,0.88384514,444,0.777758451,0.420554741,2803.6603772 +293,-1.547979814,0.300350308,444,0.777758451,0.420554741,8190.3339209 +294,0.040776181,0.168560074,444,0.777758451,0.420554741,2952.1214901 +295,-1.130374745,0.563894876,444,0.777758451,0.420554741,6369.0971968 +296,1.578326642,0.478507176,444,0.777758451,0.420554741,2849.4165599 +297,-1.12861823,-0.291640865,444,0.777758451,0.420554741,7874.9367309 +298,0.310524208,0.770885792,444,0.777758451,0.420554741,2049.6705948 +299,0.415649091,-0.387246002,444,0.777758451,0.420554741,3490.1781651 +300,-0.926533878,-0.188022748,444,0.777758451,0.420554741,7002.0159415 +301,1.258856172,-0.11716081,444,0.777758451,0.420554741,2826.8138383 +302,-1.126050026,0.322941926,444,0.777758451,0.420554741,6832.00709 +303,2.002785835,0.07893892,444,0.777758451,0.420554741,4845.1796785 +304,0.440437607,0.746258085,444,0.777758451,0.420554741,1696.6832674 +305,-0.030391866,0.214441206,444,0.777758451,0.420554741,3133.4857574 +306,0.521557815,-0.058929362,444,0.777758451,0.420554741,2140.6342753 +307,-0.097005111,0.13317729,444,0.777758451,0.420554741,3500.1253692 +308,1.83113859,0.221857587,444,0.777758451,0.420554741,4007.8880409 +309,0.222428864,0.099404236,444,0.777758451,0.420554741,2466.0765195 +310,-1.702731345,0.8728568183,444,0.777758451,0.420554741,6819.3063964 +311,-0.418507569,0.278324921,444,0.777758451,0.420554741,4446.9062428 +312,-1.41153306,0.339029988,444,0.777758451,0.420554741,7694.9942594 +313,0.357560442,0.114788776,444,0.777758451,0.420554741,2003.9598419 +314,0.325818979,0.268352149,444,0.777758451,0.420554741,1785.8810183 +315,-1.246004659,-0.663679965,444,0.777758451,0.420554741,8606.0013504 +316,1.814603087,0.637404484,444,0.777758451,0.420554741,3591.5282154 +317,1.843704281,-0.18300445,444,0.777758451,0.420554741,4763.8137459 +318,1.690644492,-0.211480909,444,0.777758451,0.420554741,4328.3666137 +319,-1.275451936,0.068109467,444,0.777758451,0.420554741,7829.1826189 +320,0.762430171,-0.207594741,444,0.777758451,0.420554741,2488.8073296 +321,0.265668905,-0.014647884,444,0.777758451,0.420554741,2616.1635231 +322,-2.773032013,-0.335515811,444,0.777758451,0.420554741,10902.333002 +323,-1.469512853,0.174058777,444,0.777758451,0.420554741,8260.1173496 +324,0.286276986,0.785925691,444,0.777758451,0.420554741,2139.562961 +325,-1.379324697,0.377432233,444,0.777758451,0.420554741,7508.1733349 +326,-1.203778265,0.212813032,444,0.777758451,0.420554741,7305.0082466 +327,0.579916301,0.611743168,444,0.777758451,0.420554741,1017.2851437 +328,0.267582642,0.868113908,444,0.777758451,0.420554741,2369.2587139 +329,0.412869244,-0.050245578,444,0.777758451,0.420554741,2335.2746451 +330,0.17524381,0.976660285,444,0.777758451,0.420554741,2806.3946197 +331,0.743157214,0.204812899,444,0.777758451,0.420554741,864.39653425 +332,-1.070758176,0.269382282,444,0.777758451,0.420554741,6748.6784062 +333,-1.230364251,0.329790229,444,0.777758451,0.420554741,7155.7004996 +334,-1.374813124,-0.024926835,444,0.777758451,0.420554741,8349.3715346 +335,0.519780566,0.463669906,444,0.777758451,0.420554741,938.67443478 +336,-1.55108034,0.239698561,444,0.777758451,0.420554741,8354.3486087 +337,0.180294813,0.029739425,444,0.777758451,0.420554741,2762.312122 +338,0.67820924,0.268170153,444,0.777758451,0.420554741,708.31325872 +339,0.445798684,1.024001867,444,0.777758451,0.420554741,2565.5547242 +340,0.691751283,0.150521402,444,0.777758451,0.420554741,1118.0675946 +341,-1.036643551,-0.903056181,444,0.777758451,0.420554741,8101.546164 +342,-0.120287036,1.083325163,444,0.777758451,0.420554741,3536.7901367 +343,2.823513113,-0.304487164,444,0.777758451,0.420554741,8391.0198448 +344,0.457583172,1.12513373,444,0.777758451,0.420554741,2911.0026634 +345,0.042918831,0.813795399,444,0.777758451,0.420554741,2790.7879996 +346,1.196146777,-0.853142756,444,0.777758451,0.420554741,5257.9665767 +347,0.206001358,-0.010430701,444,0.777758451,0.420554741,2781.7213525 +348,-0.268308653,0.234799412,444,0.777758451,0.420554741,3963.5587257 +349,0.759363263,0.736189579,444,0.777758451,0.420554741,1251.6891437 +350,0.181363926,0.891988372,444,0.777758451,0.420554741,2601.4426245 +351,-0.021111158,0.139103292,444,0.777758451,0.420554741,3220.9869634 +352,-0.093355215,0.630686981,444,0.777758451,0.420554741,3063.5238672 +353,0.40118964,0.681375926,444,0.777758451,0.420554741,1630.1842733 +354,-0.721197315,1.304706234,444,0.777758451,0.420554741,4543.6799615 +355,-1.076150317,0.212107639,444,0.777758451,0.420554741,6871.8285403 +356,-1.577164531,0.273993443,444,0.777758451,0.420554741,8342.502852 +357,-0.190788414,0.182208586,444,0.777758451,0.420554741,3758.714354 +358,-0.261349752,0.209710184,444,0.777758451,0.420554741,3973.4095727 +359,-1.029303852,0.083549259,444,0.777758451,0.420554741,6934.2267885 +360,-1.268609162,0.330525297,444,0.777758451,0.420554741,7275.3649759 +361,1.282982244,-0.926641967,444,0.777758451,0.420554741,5612.487353 +362,0.217352334,0.731352408,444,0.777758451,0.420554741,2211.3605072 +363,-1.511833084,0.258629297,444,0.777758451,0.420554741,8190.0968714 +364,0.338812194,0.823184618,444,0.777758451,0.420554741,2111.9153003 +365,-0.324406489,1.134201999,444,0.777758451,0.420554741,3942.0711557 +366,1.389579348,0.399185724,444,0.777758451,0.420554741,2218.5657573 +367,2.047152199,-0.039082036,444,0.777758451,0.420554741,5201.2716099 +368,0.947780369,0.568250077,444,0.777758451,0.420554741,832.03803948 +369,0.763824846,0.576754987,444,0.777758451,0.420554741,620.59758195 +370,-0.142334657,0.928153068,444,0.777758451,0.420554741,3376.1273569 +371,0.610266567,0.547265983,444,0.777758451,0.420554741,771.85679596 +372,0.210731629,0.746815056,444,0.777758451,0.420554741,2254.0472357 +373,-1.34931644,0.316895224,444,0.777758451,0.420554741,7557.3558213 +374,2.407696481,0.655030745,444,0.777758451,0.420554741,5400.397063 +375,0.64207831,0.545359131,444,0.777758451,0.420554741,685.79053601 +376,1.174597538,0.840588356,444,0.777758451,0.420554741,2076.1092814 +377,0.660059424,0.010604079,444,0.777758451,0.420554741,1685.4754527 +378,-0.730263819,0.010486456,444,0.777758451,0.420554741,5977.9923025 +379,0.831068936,0.512339172,444,0.777758451,0.420554741,409.51257872 +380,1.301180979,0.72367476,444,0.777758451,0.420554741,2099.2215576 +381,1.811128231,0.322854402,444,0.777758451,0.420554741,3806.4888785 +382,0.435105812,0.992284428,444,0.777758451,0.420554741,2468.9358619 +383,0.62643634,0.592027932,444,0.777758451,0.420554741,857.13369062 +384,0.492988703,-0.516339467,444,0.777758451,0.420554741,3866.0230512 +385,-0.162469483,0.112549365,444,0.777758451,0.420554741,3767.8555737 +386,0.314630866,0.472006421,444,0.777758451,0.420554741,1664.1938449 +387,0.166744804,0.822815954,444,0.777758451,0.420554741,2496.7030167 +388,0.417159608,0.965805736,444,0.777758451,0.420554741,2402.6419731 +389,0.106334961,0.868774244,444,0.777758451,0.420554741,2720.5147028 +390,0.815086969,-0.338144359,444,0.777758451,0.420554741,3008.6595279 +391,0.59867455,-0.230624824,444,0.777758451,0.420554741,2670.822471 +392,1.915104874,0.066220985,444,0.777758451,0.420554741,4550.3996009 +393,1.278093622,0.064463721,444,0.777758451,0.420554741,2374.7300357 +394,-0.061477853,0.302997961,444,0.777758451,0.420554741,3129.1022614 +395,0.251311504,0.626976942,444,0.777758451,0.420554741,1971.449668 +396,2.950242872,0.149095644,444,0.777758451,0.420554741,8072.2635892 +397,-0.180294708,0.35375117,444,0.777758451,0.420554741,3502.240476 +398,1.010448592,-0.351180233,444,0.777758451,0.420554741,3185.9111305 +399,-1.748740498,0.3686318073,444,0.777758451,0.420554741,8520.8607074 +400,2.699635665,0.123533791,444,0.777758451,0.420554741,7268.8682941 +401,0.496808033,0.823843254,444,0.777758451,0.420554741,1827.3513201 +402,0.129574704,0.763364087,444,0.777758451,0.420554741,2495.3194597 +403,1.798920311,0.817447563,444,0.777758451,0.420554741,3552.7914389 +404,0.335987953,0.746786541,444,0.777758451,0.420554741,1935.7650197 +405,-1.085413643,0.292154671,444,0.777758451,0.420554741,6755.8016817 +406,-0.155321003,0.508207011,444,0.777758451,0.420554741,3295.1944625 +407,0.620529244,-0.301175104,444,0.777758451,0.420554741,2922.6590766 +408,1.684402744,0.368716966,444,0.777758451,0.420554741,3302.9826212 +409,0.300582244,-0.386397212,444,0.777758451,0.420554741,3686.6151581 +410,2.913555946,-0.009225192,444,0.777758451,0.420554741,8261.7146097 +411,1.465101417,0.493232532,444,0.777758451,0.420554741,2449.620258 +412,0.090612882,0.907955955,444,0.777758451,0.420554741,2826.1958837 +413,2.987564726,-0.729568594,444,0.777758451,0.420554741,9172.9299004 +414,-1.484261606,0.224149272,444,0.777758451,0.420554741,8189.7989172 +415,0.164073421,0.303955133,444,0.777758451,0.420554741,2313.1317943 +416,0.141441293,0.167552546,444,0.777758451,0.420554741,2601.1926197 +417,2.931321023,-0.506718887,444,0.777758451,0.420554741,8959.3906966 +418,2.21951565,0.700596356,444,0.777758451,0.420554741,4792.8982524 +419,0.268112576,1.199114336,444,0.777758451,0.420554741,3314.8260194 +420,0.978913739,0.359223811,444,0.777758451,0.420554741,775.64918679 +421,1.210898818,0.522863584,444,0.777758451,0.420554741,1577.5473651 +422,2.347397336,0.129231362,444,0.777758451,0.420554741,6009.2672039 +423,0.614394501,0.556878345,444,0.777758451,0.420554741,785.4317787 +424,-1.398079356,0.148483366,444,0.777758451,0.420554741,8084.6375362 +425,2.535303836,-0.112984496,444,0.777758451,0.420554741,7077.953919 +426,-1.019372593,-0.405322349,444,0.777758451,0.420554741,7635.0528155 +427,-1.297785627,-0.160104069,444,0.777758451,0.420554741,8299.9647404 +428,2.144554488,0.205051084,444,0.777758451,0.420554741,5162.8908378 +429,-2.242387083,-0.426171285,444,0.777758451,0.420554741,12004.749886 +430,0.338637212,0.909723676,444,0.777758451,0.420554741,2346.872984 +431,-0.148798452,0.691042401,444,0.777758451,0.420554741,3245.523679 +432,0.893524764,0.441829531,444,0.777758451,0.420554741,424.9638855 +433,0.969229347,-0.368847936,444,0.777758451,0.420554741,3212.7235339 +434,0.436043248,0.800045688,444,0.777758451,0.420554741,1857.1675767 +435,1.687946607,1.081504775,444,0.777758451,0.420554741,3554.7013199 +436,0.522302046,-0.034889271,444,0.777758451,0.420554741,2054.6082772 +437,-0.178996113,-0.438090009,444,0.777758451,0.420554741,5002.1275808 +438,-1.094339566,0.301444068,444,0.777758451,0.420554741,6768.1913588 +439,-1.064070054,0.242569932,444,0.777758451,0.420554741,6775.0005112 +440,-1.068153768,0.230387998,444,0.777758451,0.420554741,6811.1332378 +441,-3.00496892,-0.23989155,444,0.777758451,0.420554741,9945.7970718 +442,0.21751974,0.766874888,444,0.777758451,0.420554741,2270.6631564 +443,0.117229532,0.007619006,444,0.777758451,0.420554741,3015.4630003 +444,0.777758451,0.420554741,444,0.777758451,0.420554741,0 +445,-0.252356999,0.250747086,444,0.777758451,0.420554741,3884.3822385 +446,0.363148444,0.768483434,444,0.777758451,0.420554741,1922.7957278 +447,0.903191366,-0.118210676,444,0.777758451,0.420554741,2188.4082183 +448,-0.205755923,0.149406178,444,0.777758451,0.420554741,3863.0016936 +449,1.811996086,0.02364353,444,0.777758451,0.420554741,4256.1491316 +450,-1.100670221,0.314845373,444,0.777758451,0.420554741,6763.9030477 +451,0.340078597,0.850105132,444,0.777758451,0.420554741,2179.7270263 +452,0.258757267,0.804969236,444,0.777758451,0.420554741,2244.556788 +453,2.78505352,-0.155160804,444,0.777758451,0.420554741,8045.9243721 +454,0.800551619,0.105822106,444,0.777758451,0.420554741,1249.6695247 +455,0.437940882,-0.506194031,444,0.777758451,0.420554741,3892.4577048 +456,2.230431122,0.63458615,444,0.777758451,0.420554741,4895.3850981 +457,0.527965361,0.127667701,444,0.777758451,0.420554741,1498.241755 +458,-0.063643205,0.702093448,444,0.777758451,0.420554741,2991.3441181 +459,1.408447268,0.133010502,444,0.777758451,0.420554741,2647.1167578 +460,0.523795955,0.280266966,444,0.777758451,0.420554741,1094.9126182 +461,-0.975769313,0.072177659,444,0.777758451,0.420554741,6762.3262605 +462,0.549774164,-0.463663986,444,0.777758451,0.420554741,3609.420054 +463,0.29245874,1.095549818,444,0.777758451,0.420554741,2966.1391485 +464,0.143625958,0.816809593,444,0.777758451,0.420554741,2542.1430318 +465,0.671902494,0.611159853,444,0.777758451,0.420554741,837.98084023 +466,1.239840988,0.6724199,444,0.777758451,0.420554741,1844.2289522 +467,0.607829703,-0.10932137,444,0.777758451,0.420554741,2199.1094503 +468,1.763020906,0.263996692,444,0.777758451,0.420554741,3704.8867372 +469,0.378714634,0.726066797,444,0.777758451,0.420554741,1785.9651176 +470,2.196736143,-0.153862366,444,0.777758451,0.420554741,5929.1081529 +471,0.01702415,0.148991565,444,0.777758451,0.420554741,3069.3741992 +472,-2.998490902,-0.158002487,444,0.777758451,0.420554741,9830.8535654 +473,-3.051262951,-0.346595608,444,0.777758451,0.420554741,9909.9376928 +474,-1.069176439,0.182802941,444,0.777758451,0.420554741,6900.6741721 +475,0.167157509,0.595344954,444,0.777758451,0.420554741,2211.1710311 +476,0.613855648,0.681746124,444,0.777758451,0.420554741,1171.4704193 +477,1.037012736,0.682555367,444,0.777758451,0.420554741,1353.2920858 +478,-1.253574971,0.379755746,444,0.777758451,0.420554741,7122.7024304 +479,3.108590453,-0.132620738,444,0.777758451,0.420554741,9169.6688514 +480,0.565301296,0.022333262,444,0.777758451,0.420554741,1775.287047 +481,0.547898238,0.855555614,444,0.777758451,0.420554741,1865.5519242 +482,0.948309381,0.417393755,444,0.777758451,0.420554741,617.12404098 +483,-0.050600732,0.945269213,444,0.777758451,0.420554741,3192.8756645 +484,-0.977651478,-0.572363064,444,0.777758451,0.420554741,7689.0848798 +485,1.102014914,0.728861163,444,0.777758451,0.420554741,1621.5928692 +486,2.927300795,-0.282939414,444,0.777758451,0.420554741,8738.4467774 +487,-1.154565557,0.124434095,444,0.777758451,0.420554741,7303.6613823 +488,1.855331234,0.291044755,444,0.777758451,0.420554741,4003.7575591 +489,0.830290659,0.276904518,444,0.777758451,0.420554741,601.58809545 +490,0.485104466,-0.234867441,444,0.777758451,0.420554741,2832.4195524 +491,0.521367572,-0.33161327,444,0.777758451,0.420554741,3139.494306 +1,-1.539031704,0.7349710123,445,-0.252356999,0.250747086,4729.8999777 +2,-1.536990553,0.7349663874,445,-0.252356999,0.250747086,4723.9021386 +3,-1.534951779,0.7349571355,445,-0.252356999,0.250747086,4717.911219 +4,-1.532906461,0.7349480293,445,-0.252356999,0.250747086,4711.9009763 +5,-1.531320211,0.7346937278,445,-0.252356999,0.250747086,4707.2367472 +6,-1.539451648,0.7335131775,445,-0.252356999,0.250747086,4731.1495655 +7,-1.537429487,0.7335445708,445,-0.252356999,0.250747086,4725.1994987 +8,-1.535484998,0.7335658704,445,-0.252356999,0.250747086,4719.4782952 +9,-1.533488396,0.7336036027,445,-0.252356999,0.250747086,4713.6040495 +10,-1.531497785,0.7335842962,445,-0.252356999,0.250747086,4707.7473066 +11,-1.530259379,0.7334777758,445,-0.252356999,0.250747086,4704.1024072 +12,-1.5335454,0.7322346912,445,-0.252356999,0.250747086,4713.7678316 +13,-1.531489083,0.7322238773,445,-0.252356999,0.250747086,4707.7104126 +14,-1.530011122,0.7321679851,445,-0.252356999,0.250747086,4703.3560951 +15,-1.53348106,0.7306614094,445,-0.252356999,0.250747086,4713.5771873 +16,-1.531441779,0.7306962275,445,-0.252356999,0.250747086,4707.5617072 +17,-1.529755654,0.7306933243,445,-0.252356999,0.250747086,4702.5879633 +18,-1.533415048,0.7291384674,445,-0.252356999,0.250747086,4713.3848529 +19,-1.531392093,0.7291705353,445,-0.252356999,0.250747086,4707.4093086 +20,-1.529296523,0.7291214933,445,-0.252356999,0.250747086,4701.2189668 +21,-1.535280942,0.727267644,445,-0.252356999,0.250747086,4718.9137021 +22,-1.533378158,0.7276139666,445,-0.252356999,0.250747086,4713.2818131 +23,-1.531340368,0.7276446587,445,-0.252356999,0.250747086,4707.2541858 +24,-1.528960113,0.7276398177,445,-0.252356999,0.250747086,4700.2137218 +25,-1.533313146,0.7260818349,445,-0.252356999,0.250747086,4713.0989276 +26,-1.531259555,0.7260958115,445,-0.252356999,0.250747086,4707.0162426 +27,-1.528926415,0.7260865555,445,-0.252356999,0.250747086,4700.1056178 +28,-1.531226779,0.7245511789,445,-0.252356999,0.250747086,4706.9239265 +29,-1.528904772,0.7245519194,445,-0.252356999,0.250747086,4700.0368909 +30,-1.547195875,0.7409785979,445,-0.252356999,0.250747086,4753.736863 +31,-1.5451475,0.740980426,445,-0.252356999,0.250747086,4747.7506058 +32,-1.543097679,0.7409798872,445,-0.252356999,0.250747086,4741.7601347 +33,-1.540720364,0.7409892687,445,-0.252356999,0.250747086,4734.8125134 +34,-1.547188511,0.7395198392,445,-0.252356999,0.250747086,4753.7473481 +35,-1.545148587,0.7395226109,445,-0.252356999,0.250747086,4747.7778337 +36,-1.543104538,0.7395314908,445,-0.252356999,0.250747086,4741.7961705 +37,-1.540727751,0.7395306258,445,-0.252356999,0.250747086,4734.8409428 +38,-1.547187029,0.7380014886,445,-0.252356999,0.250747086,4753.7797994 +39,-1.545147315,0.7380012252,445,-0.252356999,0.250747086,4747.8027135 +40,-1.54310719,0.7380060743,445,-0.252356999,0.250747086,4741.8243047 +41,-1.540719671,0.7380068206,445,-0.252356999,0.250747086,4734.8279567 +42,-1.547187189,0.7364799098,445,-0.252356999,0.250747086,4753.8206925 +43,-1.545149996,0.7364853874,445,-0.252356999,0.250747086,4747.8426339 +44,-1.543106091,0.7364823484,445,-0.252356999,0.250747086,4741.8450373 +45,-1.540717158,0.7364893901,445,-0.252356999,0.250747086,4734.8347985 +46,-1.538663972,0.7410138672,445,-0.252356999,0.250747086,4728.8029022 +47,-1.53695285,0.7409699132,445,-0.252356999,0.250747086,4723.8020947 +48,-1.534910498,0.7409641297,445,-0.252356999,0.250747086,4717.833306 +49,-1.533145034,0.7409536636,445,-0.252356999,0.250747086,4712.6736 +50,-1.538681336,0.7395405883,445,-0.252356999,0.250747086,4728.8524606 +51,-1.536999189,0.7395183096,445,-0.252356999,0.250747086,4723.9299024 +52,-1.534923633,0.7395144222,445,-0.252356999,0.250747086,4717.8560501 +53,-1.533267822,0.7395654306,445,-0.252356999,0.250747086,4713.0112749 +54,-1.53867273,0.7380151077,445,-0.252356999,0.250747086,4728.8296005 +55,-1.536980576,0.7379994392,445,-0.252356999,0.250747086,4723.870937 +56,-1.534931522,0.7379944961,445,-0.252356999,0.250747086,4717.8663344 +57,-1.533387952,0.7379480264,445,-0.252356999,0.250747086,4713.3425069 +58,-1.538682279,0.7364914363,445,-0.252356999,0.250747086,4728.863585 +59,-1.536980704,0.7364810563,445,-0.252356999,0.250747086,4723.8704455 +60,-1.534935567,0.7364752065,445,-0.252356999,0.250747086,4717.8690593 +61,-1.533042592,0.7363876366,445,-0.252356999,0.250747086,4712.3133344 +62,-1.545143426,0.7349628011,445,-0.252356999,0.250747086,4747.8591127 +63,-1.543105297,0.7349691947,445,-0.252356999,0.250747086,4741.8700616 +64,-1.541064533,0.7349647152,445,-0.252356999,0.250747086,4735.8734438 +65,-1.545411803,0.7334624714,445,-0.252356999,0.250747086,4748.6875267 +66,-1.543446606,0.7334780896,445,-0.252356999,0.250747086,4742.9047543 +67,-1.541475327,0.7334957295,445,-0.252356999,0.250747086,4737.1041741 +68,-1.545401939,0.731963266,445,-0.252356999,0.250747086,4748.7017157 +69,-1.54342253,0.7319915583,445,-0.252356999,0.250747086,4742.8689379 +70,-1.541455867,0.7320216438,445,-0.252356999,0.250747086,4737.073925 +71,-1.545410146,0.7304422281,445,-0.252356999,0.250747086,4748.7733208 +72,-1.543435491,0.7304713664,445,-0.252356999,0.250747086,4742.9465398 +73,-1.541463105,0.7304997613,445,-0.252356999,0.250747086,4737.1267222 +74,-1.545414768,0.7289194936,445,-0.252356999,0.250747086,4748.8380302 +75,-1.543435774,0.7289538557,445,-0.252356999,0.250747086,4742.9902963 +76,-1.541457714,0.7289765881,445,-0.252356999,0.250747086,4737.1459049 +77,-1.539449415,0.7320555866,445,-0.252356999,0.250747086,4731.1619115 +78,-1.537429183,0.7321097681,445,-0.252356999,0.250747086,4725.2094569 +79,-1.535472649,0.7321497267,445,-0.252356999,0.250747086,4719.4452661 +80,-1.539457899,0.7305333307,445,-0.252356999,0.250747086,4731.2102457 +81,-1.537453161,0.7305750503,445,-0.252356999,0.250747086,4725.2953836 +82,-1.535479385,0.7306124949,445,-0.252356999,0.250747086,4719.4723067 +83,-1.53946905,0.7290102593,445,-0.252356999,0.250747086,4731.2701687 +84,-1.537459922,0.7290417293,445,-0.252356999,0.250747086,4725.3343266 +85,-1.535451349,0.7290890157,445,-0.252356999,0.250747086,4719.4003033 +86,-1.535522937,0.7279887191,445,-0.252356999,0.250747086,4719.6219911 +87,-1.539442524,0.7274735939,445,-0.252356999,0.250747086,4731.2226448 +88,-1.537424111,0.727521351,445,-0.252356999,0.250747086,4725.2508805 +89,-1.539384641,0.7259505092,445,-0.252356999,0.250747086,4731.0853956 +90,-1.537372391,0.7259947145,445,-0.252356999,0.250747086,4725.123769 +91,-1.535340789,0.7260435356,445,-0.252356999,0.250747086,4719.1051957 +92,-1.539325716,0.7244369706,445,-0.252356999,0.250747086,4730.9479769 +93,-1.537308932,0.7244801057,445,-0.252356999,0.250747086,4724.964845 +94,-1.535289068,0.7245247645,445,-0.252356999,0.250747086,4718.9729714 +95,-1.533261366,0.7245550236,445,-0.252356999,0.250747086,4712.9584323 +96,-1.539267302,0.722921924,445,-0.252356999,0.250747086,4730.8152394 +97,-1.537248972,0.7229660258,445,-0.252356999,0.250747086,4724.8194049 +98,-1.535219431,0.7229916471,445,-0.252356999,0.250747086,4718.7910106 +99,-1.53318962,0.7230212049,445,-0.252356999,0.250747086,4712.762009 +100,-1.531154816,0.7230299897,445,-0.252356999,0.250747086,4706.7186049 +101,-1.528878341,0.7230370244,445,-0.252356999,0.250747086,4699.9575282 +102,-1.539218189,0.7214009878,445,-0.252356999,0.250747086,4730.7134752 +103,-1.537198791,0.7214422745,445,-0.252356999,0.250747086,4724.7064161 +104,-1.535179266,0.7214634354,445,-0.252356999,0.250747086,4718.6997615 +105,-1.533156501,0.7214944644,445,-0.252356999,0.250747086,4712.6835181 +106,-1.53113574,0.7215166021,445,-0.252356999,0.250747086,4706.673612 +107,-1.528874248,0.7215345535,445,-0.252356999,0.250747086,4699.9480285 +108,-1.539217656,0.7198512397,445,-0.252356999,0.250747086,4730.7605559 +109,-1.537199919,0.7199428763,445,-0.252356999,0.250747086,4724.7488188 +110,-1.545425832,0.727397149,445,-0.252356999,0.250747086,4748.9254067 +111,-1.543371177,0.7273916949,445,-0.252356999,0.250747086,4742.8471082 +112,-1.541368852,0.7274523163,445,-0.252356999,0.250747086,4736.9217597 +113,-1.545349067,0.7258710923,445,-0.252356999,0.250747086,4748.7564115 +114,-1.54332671,0.7258603556,445,-0.252356999,0.250747086,4742.7657655 +115,-1.541346831,0.7259242142,445,-0.252356999,0.250747086,4736.8986358 +116,-1.545324355,0.7243383958,445,-0.252356999,0.250747086,4748.7450874 +117,-1.543292796,0.7243617413,445,-0.252356999,0.250747086,4742.7178246 +118,-1.541295822,0.7244024384,445,-0.252356999,0.250747086,4736.7927913 +119,-1.543193859,0.7205570215,445,-0.252356999,0.250747086,4742.5723727 +120,-1.550257047,0.7386738187,445,-0.252356999,0.250747086,4762.7537345 +121,-1.549335448,0.7311736483,445,-0.252356999,0.250747086,4760.3234615 +122,-1.533478843,0.7179891343,445,-0.252356999,0.250747086,4713.7047151 +123,-1.556150555,0.738907041,445,-0.252356999,0.250747086,4780.0014384 +124,-1.554324226,0.733414257,445,-0.252356999,0.250747086,4774.9132151 +125,-1.554290846,0.7288285332,445,-0.252356999,0.250747086,4775.0657481 +126,-1.55122487,0.7219795312,445,-0.252356999,0.250747086,4766.3864587 +127,-1.525104458,0.7229399862,445,-0.252356999,0.250747086,4688.7483732 +128,-1.519607711,0.7236181429,445,-0.252356999,0.250747086,4672.4384022 +129,-1.513899999,0.7251107854,445,-0.252356999,0.250747086,4655.5571555 +130,-1.536620762,0.7431061895,445,-0.252356999,0.250747086,4722.8509839 +131,-1.5369566,0.7460845958,445,-0.252356999,0.250747086,4723.8669086 +132,-1.545345528,0.7447040685,445,-0.252356999,0.250747086,4748.2808486 +133,-1.532813921,0.7432306626,445,-0.252356999,0.250747086,4711.7500438 +134,-1.554788248,0.7382381001,445,-0.252356999,0.250747086,4776.0427959 +135,-1.540348126,0.7301594274,445,-0.252356999,0.250747086,4733.8437556 +136,-1.538016084,0.7239051786,445,-0.252356999,0.250747086,4727.0753856 +137,-1.525288962,0.7258085137,445,-0.252356999,0.250747086,4689.3279296 +138,-1.534326986,0.731241342,445,-0.252356999,0.250747086,4716.0712311 +139,-1.530733872,0.7303625216,445,-0.252356999,0.250747086,4705.4713546 +141,-1.534354939,0.7328219978,445,-0.252356999,0.250747086,4716.1525733 +142,-1.53157084,0.7292888153,445,-0.252356999,0.250747086,4707.9375581 +143,-1.525691035,0.7263799874,445,-0.252356999,0.250747086,4690.5264007 +144,-1.534031287,0.7495967835,445,-0.252356999,0.250747086,4715.4465033 +145,-1.527714986,0.7283095957,445,-0.252356999,0.250747086,4696.5377821 +146,-1.526189586,0.7271468292,445,-0.252356999,0.250747086,4692.0122627 +147,-1.555177336,0.7375563366,445,-0.252356999,0.250747086,4777.2145425 +148,-1.555080283,0.7312707794,445,-0.252356999,0.250747086,4777.2554914 +149,-1.53856994,0.7224180299,445,-0.252356999,0.250747086,4728.7573009 +150,-1.530837883,0.729933372,445,-0.252356999,0.250747086,4705.7758415 +151,-1.515066984,0.5854133365,445,-0.252356999,0.250747086,4669.6319515 +152,-1.534731633,0.5368370046,445,-0.252356999,0.250747086,4747.5738255 +153,-1.515231902,0.5607085576,445,-0.252356999,0.250747086,4675.3935512 +154,-2.616253799,1.0684566605,445,-0.252356999,0.250747086,6677.9143163 +155,-1.956071439,0.5792177723,445,-0.252356999,0.250747086,6109.514589 +156,-1.951208514,0.5602434208,445,-0.252356999,0.250747086,6114.7512807 +157,-1.944675062,0.6062144545,445,-0.252356999,0.250747086,6044.1479419 +158,-1.613778386,0.6077989518,445,-0.252356999,0.250747086,4986.0004499 +159,-2.035029014,0.6021432345,445,-0.252356999,0.250747086,6330.2567747 +160,-2.114989471,0.6801825058,445,-0.252356999,0.250747086,6462.2349365 +161,-2.037382079,0.5765830025,445,-0.252356999,0.250747086,6370.0225289 +162,-2.129855121,0.6585019963,445,-0.252356999,0.250747086,6537.089914 +163,-2.075141798,0.6493615843,445,-0.252356999,0.250747086,6389.6684918 +164,-1.828626729,0.6948433129,445,-0.252356999,0.250747086,5606.3073448 +165,-1.863329418,0.6735427691,445,-0.252356999,0.250747086,5728.0563876 +166,-1.266037071,0.727988852,445,-0.252356999,0.250747086,3927.188837 +167,-1.277579582,0.7249010648,445,-0.252356999,0.250747086,3958.594067 +168,-1.258418684,0.7241194816,445,-0.252356999,0.250747086,3902.1492673 +169,-1.317813974,0.6804850104,445,-0.252356999,0.250747086,4052.9440105 +170,-1.344165204,0.6790988904,445,-0.252356999,0.250747086,4133.0155563 +171,-1.427582102,0.5277120351,445,-0.252356999,0.250747086,4384.3670388 +172,-1.402238616,0.457167829,445,-0.252356999,0.250747086,4307.6105685 +173,-1.422454264,0.4996161999,445,-0.252356999,0.250747086,4370.620569 +174,-1.439089277,0.4894859811,445,-0.252356999,0.250747086,4430.4565673 +175,-1.448126995,0.5182330266,445,-0.252356999,0.250747086,4456.2028721 +176,-1.474626146,0.5881926574,445,-0.252356999,0.250747086,4535.9315583 +177,-1.421139645,0.5584869783,445,-0.252356999,0.250747086,4360.0672449 +178,-1.457037165,0.565943032,445,-0.252356999,0.250747086,4479.8082005 +179,-2.757159358,0.3745319,445,-0.252356999,0.250747086,8942.5080626 +180,-2.714309238,0.342054471,445,-0.252356999,0.250747086,8904.2274931 +181,-2.000525337,0.774119946,445,-0.252356999,0.250747086,6018.8543535 +183,-1.571413436,0.6777838382,445,-0.252356999,0.250747086,4832.7948004 +184,-1.552860289,0.6987663893,445,-0.252356999,0.250747086,4773.16086 +185,-1.521852374,0.7165827476,445,-0.252356999,0.250747086,4679.0093857 +186,-1.503656267,0.6928968252,445,-0.252356999,0.250747086,4623.8372436 +187,-1.502753178,0.7136205882,445,-0.252356999,0.250747086,4621.8038332 +188,-1.631894563,0.7343596465,445,-0.252356999,0.250747086,5002.7373696 +189,-1.653765416,0.6770714026,445,-0.252356999,0.250747086,5086.5112914 +190,-1.719812114,0.6715965947,445,-0.252356999,0.250747086,5291.9837102 +191,-1.493406659,0.6646955447,445,-0.252356999,0.250747086,4592.1360379 +192,-1.469120564,0.6613469966,445,-0.252356999,0.250747086,4516.2578465 +193,-1.590551461,0.5326612937,445,-0.252356999,0.250747086,4938.5179532 +194,-1.625979264,0.5247742243,445,-0.252356999,0.250747086,5062.480702 +195,-1.572293943,0.5238808754,445,-0.252356999,0.250747086,4879.9744624 +196,-1.610848725,0.5477107964,445,-0.252356999,0.250747086,5000.6079639 +197,-1.208485554,0.7918526018,445,-0.252356999,0.250747086,3824.1289197 +198,-1.335601374,0.6869083083,445,-0.252356999,0.250747086,4110.1382889 +199,-1.346156996,0.6825213377,445,-0.252356999,0.250747086,4140.489129 +200,-1.324381037,0.6741422347,445,-0.252356999,0.250747086,4070.1747208 +201,-1.242424992,0.7378949807,445,-0.252356999,0.250747086,3866.8204167 +202,-1.270370057,0.7392461008,445,-0.252356999,0.250747086,3948.085331 +203,-1.448950472,0.7441675014,445,-0.252356999,0.250747086,4467.5784005 +204,-1.492662363,0.7523026852,445,-0.252356999,0.250747086,4595.9234069 +205,-1.479098966,0.7763855017,445,-0.252356999,0.250747086,4561.6446075 +206,-1.633760714,0.7869022408,445,-0.252356999,0.250747086,4996.4167481 +207,-1.647406434,0.8101289331,445,-0.252356999,0.250747086,5029.5350825 +208,-1.564245052,0.5701509278,445,-0.252356999,0.250747086,4836.3397777 +209,-1.646289963,0.6833746083,445,-0.252356999,0.250747086,5061.2973579 +210,-1.5820631,0.6751952144,445,-0.252356999,0.250747086,4866.1461227 +211,-1.613236298,0.6681681791,445,-0.252356999,0.250747086,4964.3561352 +212,-1.914661867,0.8212566515,445,-0.252356999,0.250747086,5740.192386 +213,-1.742133237,0.7250275956,445,-0.252356999,0.250747086,5330.2019265 +214,-2.033144872,0.6557314699,445,-0.252356999,0.250747086,6256.6196928 +215,-2.039551981,0.6964723658,445,-0.252356999,0.250747086,6223.4305676 +216,-1.247341019,0.7622473908,445,-0.252356999,0.250747086,3901.558012 +217,-1.298239787,0.7084123392,445,-0.252356999,0.250747086,4008.8396841 +218,-1.308539688,0.6926545592,445,-0.252356999,0.250747086,4030.8607563 +219,-1.303263185,0.6888938396,445,-0.252356999,0.250747086,4012.8995027 +220,-1.852400229,0.6004246149,445,-0.252356999,0.250747086,5758.1536061 +221,-1.288947707,0.7473773692,445,-0.252356999,0.250747086,4007.2907556 +222,-1.372031502,0.7472790993,445,-0.252356999,0.250747086,4245.8555581 +223,-1.289805721,0.7242157877,445,-0.252356999,0.250747086,3993.8603316 +224,-1.350807603,0.7533498126,445,-0.252356999,0.250747086,4187.97749 +225,-1.329290365,0.7560442322,445,-0.252356999,0.250747086,4128.134547 +226,-1.410153004,0.616936428,445,-0.252356999,0.250747086,4325.5318135 +227,-1.393445434,0.6308995063,445,-0.252356999,0.250747086,4273.7365514 +228,-1.37595573,0.6241540638,445,-0.252356999,0.250747086,4216.482761 +229,-1.358388707,0.6172645205,445,-0.252356999,0.250747086,4158.5103389 +230,-1.753741133,0.8281661666,445,-0.252356999,0.250747086,5309.8755687 +231,-1.47430987,0.6834615681,445,-0.252356999,0.250747086,4533.6450723 +232,-1.421012508,0.7222725206,445,-0.252356999,0.250747086,4379.6594732 +233,-1.4476833,0.6978557868,445,-0.252356999,0.250747086,4454.1118504 +234,-1.470370723,0.6966193374,445,-0.252356999,0.250747086,4522.7928095 +235,-1.429211703,0.7037216883,445,-0.252356999,0.250747086,4399.4159972 +236,-1.700578405,0.6178673663,445,-0.252356999,0.250747086,5260.7462594 +237,-1.678117619,0.6331716163,445,-0.252356999,0.250747086,5181.3794666 +238,-1.725644578,0.6316331145,445,-0.252356999,0.250747086,5332.6573571 +239,-2.14012759,0.7930497945,445,-0.252356999,0.250747086,6360.8952815 +240,-2.103289431,0.7653606263,445,-0.252356999,0.250747086,6306.0857634 +241,-1.318739838,0.7017808746,445,-0.252356999,0.250747086,4066.3553708 +242,-1.396417427,0.7077900843,445,-0.252356999,0.250747086,4301.9074223 +243,-1.35650337,0.7185539404,445,-0.252356999,0.250747086,4187.1063732 +244,-1.248884539,0.7274156818,445,-0.252356999,0.250747086,3876.9660635 +245,-1.395014798,0.5761185243,445,-0.252356999,0.250747086,4272.8549975 +246,-1.433377362,0.6064716109,445,-0.252356999,0.250747086,4400.170077 +247,-1.408172432,0.5903155476,445,-0.252356999,0.250747086,4317.0639569 +248,-1.749645898,0.7757118084,445,-0.252356999,0.250747086,5324.8857031 +249,-1.571626686,0.615046989,445,-0.252356999,0.250747086,4847.4234633 +250,-1.514070049,0.6303003037,445,-0.252356999,0.250747086,4659.5315863 +251,-1.480890369,0.6237966528,445,-0.252356999,0.250747086,4553.6682774 +252,-1.704390658,0.5281680612,445,-0.252356999,0.250747086,5326.3272115 +253,-1.64434733,0.5254277498,445,-0.252356999,0.250747086,5124.5727312 +254,-1.703855997,0.4792484842,445,-0.252356999,0.250747086,5356.6354521 +255,-1.692002383,0.5748825051,445,-0.252356999,0.250747086,5256.8621613 +256,-1.854136457,0.5544643913,445,-0.252356999,0.250747086,5804.7620316 +257,-1.665021206,0.520317736,445,-0.252356999,0.250747086,5197.6428162 +258,-1.733654349,0.4845187345,445,-0.252356999,0.250747086,5455.8852748 +259,-1.720938188,0.5135933906,445,-0.252356999,0.250747086,5391.9715799 +260,-1.742668307,0.553296122,445,-0.252356999,0.250747086,5437.8711713 +261,-1.965659039,0.7142126903,445,-0.252356999,0.250747086,5989.7925111 +262,-1.944438071,0.6772834804,445,-0.252356999,0.250747086,5967.604646 +263,-1.270340967,0.7681487096,445,-0.252356999,0.250747086,3970.7508992 +264,-1.353091884,0.6549276821,445,-0.252356999,0.250747086,4151.9498692 +265,-1.333236659,0.6413584414,445,-0.252356999,0.250747086,4084.9710365 +266,-1.352015998,0.6753788907,445,-0.252356999,0.250747086,4155.6993817 +267,-1.377988483,0.6577816235,445,-0.252356999,0.250747086,4230.6975304 +268,-2.13075611,0.8318642051,445,-0.252356999,0.250747086,6277.8884304 +269,-2.097910953,0.8259670014,445,-0.252356999,0.250747086,6205.0235234 +270,-1.416382069,0.6694271549,445,-0.252356999,0.250747086,4352.9636033 +271,-1.538905672,0.7535625993,445,-0.252356999,0.250747086,4729.6496964 +272,-1.572309477,0.7803125099,445,-0.252356999,0.250747086,4824.8033533 +273,-1.87759879,0.7503853417,445,-0.252356999,0.250747086,5702.955795 +274,1.152365588,0.590457682,445,-0.252356999,0.250747086,5134.198901 +275,0.350198001,0.718001859,445,-0.252356999,0.250747086,2775.8852842 +276,0.046513677,0.491503852,445,-0.252356999,0.250747086,1454.90848 +277,0.027510309,0.742571376,445,-0.252356999,0.250747086,2169.5910479 +278,0.306285725,-0.214631579,445,-0.252356999,0.250747086,2864.1852108 +279,-1.100564889,0.318051531,445,-0.252356999,0.250747086,3226.9002444 +280,-1.078582306,0.301437596,445,-0.252356999,0.250747086,3147.6218201 +281,-1.137371989,-0.617634065,445,-0.252356999,0.250747086,4778.3095596 +282,0.784356344,0.703272339,445,-0.252356999,0.250747086,3978.4246277 +283,-1.221209947,0.218327455,445,-0.252356999,0.250747086,3725.9322313 +284,2.347301921,-0.449114658,445,-0.252356999,0.250747086,10286.794901 +285,0.246820618,0.830553713,445,-0.252356999,0.250747086,2821.5359666 +286,0.829414965,0.703288228,445,-0.252356999,0.250747086,4113.2590197 +287,-1.337537566,0.42332223,445,-0.252356999,0.250747086,4082.8132268 +288,0.882453706,0.454478077,445,-0.252356999,0.250747086,4254.6324279 +289,1.575629659,0.416419109,445,-0.252356999,0.250747086,6718.2980343 +290,-1.039455679,0.229888244,445,-0.252356999,0.250747086,3024.4652955 +291,0.489558039,0.934482747,445,-0.252356999,0.250747086,3553.1883746 +292,0.081344504,0.88384514,445,-0.252356999,0.250747086,2726.4706674 +293,-1.547979814,0.300350308,445,-0.252356999,0.250747086,4911.4441229 +294,0.040776181,0.168560074,445,-0.252356999,0.250747086,1180.8931305 +295,-1.130374745,0.563894876,445,-0.252356999,0.250747086,3390.2341931 +296,1.578326642,0.478507176,445,-0.252356999,0.250747086,6645.4658389 +297,-1.12861823,-0.291640865,445,-0.252356999,0.250747086,4044.2946526 +298,0.310524208,0.770885792,445,-0.252356999,0.250747086,2799.0012129 +299,0.415649091,-0.387246002,445,-0.252356999,0.250747086,3620.8137616 +300,-0.926533878,-0.188022748,445,-0.252356999,0.250747086,3166.776701 +301,1.258856172,-0.11716081,445,-0.252356999,0.250747086,6109.869112 +302,-1.126050026,0.322941926,445,-0.252356999,0.250747086,3321.6238079 +303,2.002785835,0.07893892,445,-0.252356999,0.250747086,8726.0812922 +304,0.440437607,0.746258085,445,-0.252356999,0.250747086,3062.2335742 +305,-0.030391866,0.214441206,445,-0.252356999,0.250747086,867.38405612 +306,0.521557815,-0.058929362,445,-0.252356999,0.250747086,3276.2224131 +307,-0.097005111,0.13317729,445,-0.252356999,0.250747086,762.39577774 +308,1.83113859,0.221857587,445,-0.252356999,0.250747086,7890.6874371 +309,0.222428864,0.099404236,445,-0.252356999,0.250747086,1944.1254013 +310,-1.702731345,0.8728568183,445,-0.252356999,0.250747086,5160.0024168 +311,-0.418507569,0.278324921,445,-0.252356999,0.250747086,644.47915989 +312,-1.41153306,0.339029988,445,-0.252356999,0.250747086,4381.7505759 +313,0.357560442,0.114788776,445,-0.252356999,0.250747086,2432.7049979 +314,0.325818979,0.268352149,445,-0.252356999,0.250747086,2212.4166468 +315,-1.246004659,-0.663679965,445,-0.252356999,0.250747086,5165.6400811 +316,1.814603087,0.637404484,445,-0.252356999,0.250747086,7112.5166343 +317,1.843704281,-0.18300445,445,-0.252356999,0.250747086,8401.0201586 +318,1.690644492,-0.211480909,445,-0.252356999,0.250747086,7836.9700388 +319,-1.275451936,0.068109467,445,-0.252356999,0.250747086,4055.1105731 +320,0.762430171,-0.207594741,445,-0.252356999,0.250747086,4376.7190878 +321,0.265668905,-0.014647884,445,-0.252356999,0.250747086,2286.9410929 +322,-2.773032013,-0.335515811,445,-0.252356999,0.250747086,10069.621334 +323,-1.469512853,0.174058777,445,-0.252356999,0.250747086,4706.2184231 +324,0.286276986,0.785925691,445,-0.252356999,0.250747086,2782.5328446 +325,-1.379324697,0.377432233,445,-0.252356999,0.250747086,4247.2383121 +326,-1.203778265,0.212813032,445,-0.252356999,0.250747086,3662.6471841 +327,0.579916301,0.611743168,445,-0.252356999,0.250747086,3279.5752198 +328,0.267582642,0.868113908,445,-0.252356999,0.250747086,2965.0342464 +329,0.412869244,-0.050245578,445,-0.252356999,0.250747086,2870.2365672 +330,0.17524381,0.976660285,445,-0.252356999,0.250747086,3155.7418608 +331,0.743157214,0.204812899,445,-0.252356999,0.250747086,3836.3729994 +332,-1.070758176,0.269382282,445,-0.252356999,0.250747086,3127.3329736 +333,-1.230364251,0.329790229,445,-0.252356999,0.250747086,3710.5401256 +334,-1.374813124,-0.024926835,445,-0.252356999,0.250747086,4532.9368205 +335,0.519780566,0.463669906,445,-0.252356999,0.250747086,2970.6188269 +336,-1.55108034,0.239698561,445,-0.252356999,0.250747086,4965.9845928 +337,0.180294813,0.029739425,445,-0.252356999,0.250747086,1905.9046479 +338,0.67820924,0.268170153,445,-0.252356999,0.250747086,3554.0168278 +339,0.445798684,1.024001867,445,-0.252356999,0.250747086,3683.9378256 +340,0.691751283,0.150521402,445,-0.252356999,0.250747086,3678.4157827 +341,-1.036643551,-0.903056181,445,-0.252356999,0.250747086,5303.5084649 +342,-0.120287036,1.083325163,445,-0.252356999,0.250747086,3318.9512064 +343,2.823513113,-0.304487164,445,-0.252356999,0.250747086,12115.259643 +344,0.457583172,1.12513373,445,-0.252356999,0.250747086,3959.6850664 +345,0.042918831,0.813795399,445,-0.252356999,0.250747086,2435.5551696 +346,1.196146777,-0.853142756,445,-0.252356999,0.250747086,6655.387228 +347,0.206001358,-0.010430701,445,-0.252356999,0.250747086,2073.3835758 +348,-0.268308653,0.234799412,445,-0.252356999,0.250747086,88.044066592 +349,0.759363263,0.736189579,445,-0.252356999,0.250747086,3927.6660788 +350,0.181363926,0.891988372,445,-0.252356999,0.250747086,2892.3475114 +351,-0.021111158,0.139103292,445,-0.252356999,0.250747086,1000.9998373 +352,-0.093355215,0.630686981,445,-0.252356999,0.250747086,1607.0613302 +353,0.40118964,0.681375926,445,-0.252356999,0.250747086,2840.7954831 +354,-0.721197315,1.304706234,445,-0.252356999,0.250747086,4298.8844632 +355,-1.076150317,0.212107639,445,-0.252356999,0.250747086,3174.4633803 +356,-1.577164531,0.273993443,445,-0.252356999,0.250747086,5038.9374179 +357,-0.190788414,0.182208586,445,-0.252356999,0.250747086,361.11762934 +358,-0.261349752,0.209710184,445,-0.252356999,0.250747086,166.20504513 +359,-1.029303852,0.083549259,445,-0.252356999,0.250747086,3100.0309499 +360,-1.268609162,0.330525297,445,-0.252356999,0.250747086,3853.1714496 +361,1.282982244,-0.926641967,445,-0.252356999,0.250747086,6929.8833807 +362,0.217352334,0.731352408,445,-0.252356999,0.250747086,2491.3680813 +363,-1.511833084,0.258629297,445,-0.252356999,0.250747086,4804.2005038 +364,0.338812194,0.823184618,445,-0.252356999,0.250747086,2987.4575777 +365,-0.324406489,1.134201999,445,-0.252356999,0.250747086,3504.8081129 +366,1.389579348,0.399185724,445,-0.252356999,0.250747086,6091.2037376 +367,2.047152199,-0.039082036,445,-0.252356999,0.250747086,9047.0678855 +368,0.947780369,0.568250077,445,-0.252356999,0.250747086,4464.4140823 +369,0.763824846,0.576754987,445,-0.252356999,0.250747086,3853.5391905 +370,-0.142334657,0.928153068,445,-0.252356999,0.250747086,2705.3126823 +371,0.610266567,0.547265983,445,-0.252356999,0.250747086,3328.6728019 +372,0.210731629,0.746815056,445,-0.252356999,0.250747086,2518.475754 +373,-1.34931644,0.316895224,445,-0.252356999,0.250747086,4160.082073 +374,2.407696481,0.655030745,445,-0.252356999,0.250747086,8433.2009898 +375,0.64207831,0.545359131,445,-0.252356999,0.250747086,3434.1041668 +376,1.174597538,0.840588356,445,-0.252356999,0.250747086,5108.170805 +377,0.660059424,0.010604079,445,-0.252356999,0.250747086,3696.2352352 +378,-0.730263819,0.010486456,445,-0.252356999,0.250747086,2099.813723 +379,0.831068936,0.512339172,445,-0.252356999,0.250747086,4069.5328306 +380,1.301180979,0.72367476,445,-0.252356999,0.250747086,5517.8222643 +381,1.811128231,0.322854402,445,-0.252356999,0.250747086,7662.8440029 +382,0.435105812,0.992284428,445,-0.252356999,0.250747086,3587.5582174 +383,0.62643634,0.592027932,445,-0.252356999,0.250747086,3411.9096605 +384,0.492988703,-0.516339467,445,-0.252356999,0.250747086,4163.6348474 +385,-0.162469483,0.112549365,445,-0.252356999,0.250747086,649.66215368 +386,0.314630866,0.472006421,445,-0.252356999,0.250747086,2267.2105752 +387,0.166744804,0.822815954,445,-0.252356999,0.250747086,2654.2693002 +388,0.417159608,0.965805736,445,-0.252356999,0.250747086,3491.013255 +389,0.106334961,0.868774244,445,-0.252356999,0.250747086,2708.3292076 +390,0.815086969,-0.338144359,445,-0.252356999,0.250747086,4769.5578871 +391,0.59867455,-0.230624824,445,-0.252356999,0.250747086,3843.7685106 +392,1.915104874,0.066220985,445,-0.252356999,0.250747086,8419.160728 +393,1.278093622,0.064463721,445,-0.252356999,0.250747086,6004.0529298 +394,-0.061477853,0.302997961,445,-0.252356999,0.250747086,755.97425836 +395,0.251311504,0.626976942,445,-0.252356999,0.250747086,2324.877832 +396,2.950242872,0.149095644,445,-0.252356999,0.250747086,10842.03412 +397,-0.180294708,0.35375117,445,-0.252356999,0.250747086,490.54223743 +398,1.010448592,-0.351180233,445,-0.252356999,0.250747086,5463.1825704 +399,-1.748740498,0.3686318073,445,-0.252356999,0.250747086,5599.102869 +400,2.699635665,0.123533791,445,-0.252356999,0.250747086,10784.646587 +401,0.496808033,0.823843254,445,-0.252356999,0.250747086,3345.5735609 +402,0.129574704,0.763364087,445,-0.252356999,0.250747086,2406.6223581 +403,1.798920311,0.817447563,445,-0.252356999,0.250747086,6719.6059913 +404,0.335987953,0.746786541,445,-0.252356999,0.250747086,2802.7082776 +405,-1.085413643,0.292154671,445,-0.252356999,0.250747086,3175.805794 +406,-0.155321003,0.508207011,445,-0.252356999,0.250747086,1079.9968063 +407,0.620529244,-0.301175104,445,-0.252356999,0.250747086,4051.6932066 +408,1.684402744,0.368716966,445,-0.252356999,0.250747086,7157.1852942 +409,0.300582244,-0.386397212,445,-0.252356999,0.250747086,3313.2672111 +410,2.913555946,-0.009225192,445,-0.252356999,0.250747086,11482.447718 +411,1.465101417,0.493232532,445,-0.252356999,0.250747086,6250.4855731 +412,0.090612882,0.907955955,445,-0.252356999,0.250747086,2820.6799699 +413,2.987564726,-0.729568594,445,-0.252356999,0.250747086,10517.462512 +414,-1.484261606,0.224149272,445,-0.252356999,0.250747086,4724.3255035 +415,0.164073421,0.303955133,445,-0.252356999,0.250747086,1599.28539 +416,0.141441293,0.167552546,445,-0.252356999,0.250747086,1560.1099103 +417,2.931321023,-0.506718887,445,-0.252356999,0.250747086,11418.276637 +418,2.21951565,0.700596356,445,-0.252356999,0.250747086,7941.539958 +419,0.268112576,1.199114336,445,-0.252356999,0.250747086,3979.2304951 +420,0.978913739,0.359223811,445,-0.252356999,0.250747086,4638.2036851 +421,1.210898818,0.522863584,445,-0.252356999,0.250747086,5367.701586 +422,2.347397336,0.129231362,445,-0.252356999,0.250747086,9836.5671783 +423,0.614394501,0.556878345,445,-0.252356999,0.250747086,3348.4564028 +424,-1.398079356,0.148483366,445,-0.252356999,0.250747086,4453.3719454 +425,2.535303836,-0.112984496,445,-0.252356999,0.250747086,10962.334265 +426,-1.019372593,-0.405322349,445,-0.252356999,0.250747086,3947.7388515 +427,-1.297785627,-0.160104069,445,-0.252356999,0.250747086,4416.9603649 +428,2.144554488,0.205051084,445,-0.252356999,0.250747086,9008.3468996 +429,-2.242387083,-0.426171285,445,-0.252356999,0.250747086,8122.5509918 +430,0.338637212,0.909723676,445,-0.252356999,0.250747086,3207.0901936 +431,-0.148798452,0.691042401,445,-0.252356999,0.250747086,1780.8144591 +432,0.893524764,0.441829531,445,-0.252356999,0.250747086,4296.8477021 +433,0.969229347,-0.368847936,445,-0.252356999,0.250747086,5344.5246146 +434,0.436043248,0.800045688,445,-0.252356999,0.250747086,3155.0406257 +435,1.687946607,1.081504775,445,-0.252356999,0.250747086,6005.6305177 +436,0.522302046,-0.034889271,445,-0.252356999,0.250747086,3242.5313265 +437,-0.178996113,-0.438090009,445,-0.252356999,0.250747086,2743.1541981 +438,-1.094339566,0.301444068,445,-0.252356999,0.250747086,3207.110169 +439,-1.064070054,0.242569932,445,-0.252356999,0.250747086,3112.6045863 +440,-1.068153768,0.230387998,445,-0.252356999,0.250747086,3134.0216775 +441,-3.00496892,-0.23989155,445,-0.252356999,0.250747086,10949.180104 +442,0.21751974,0.766874888,445,-0.252356999,0.250747086,2587.3612934 +443,0.117229532,0.007619006,445,-0.252356999,0.250747086,1738.8525889 +444,0.777758451,0.420554741,445,-0.252356999,0.250747086,3884.3822385 +445,-0.252356999,0.250747086,445,-0.252356999,0.250747086,0 +446,0.363148444,0.768483434,445,-0.252356999,0.250747086,2915.5035599 +447,0.903191366,-0.118210676,445,-0.252356999,0.250747086,4768.2640181 +448,-0.205755923,0.149406178,445,-0.252356999,0.250747086,440.25655 +449,1.811996086,0.02364353,445,-0.252356999,0.250747086,8083.8818802 +450,-1.100670221,0.314845373,445,-0.252356999,0.250747086,3227.9325351 +451,0.340078597,0.850105132,445,-0.252356999,0.250747086,3056.534357 +452,0.258757267,0.804969236,445,-0.252356999,0.250747086,2774.8166165 +453,2.78505352,-0.155160804,445,-0.252356999,0.250747086,11890.152829 +454,0.800551619,0.105822106,445,-0.252356999,0.250747086,4133.8005668 +455,0.437940882,-0.506194031,445,-0.252356999,0.250747086,3995.4260591 +456,2.230431122,0.63458615,445,-0.252356999,0.250747086,8158.9685236 +457,0.527965361,0.127667701,445,-0.252356999,0.250747086,3069.6075675 +458,-0.063643205,0.702093448,445,-0.252356999,0.250747086,1903.5530603 +459,1.408447268,0.133010502,445,-0.252356999,0.250747086,6433.5422016 +460,0.523795955,0.280266966,445,-0.252356999,0.250747086,2963.3614393 +461,-0.975769313,0.072177659,445,-0.252356999,0.250747086,2909.6613846 +462,0.549774164,-0.463663986,445,-0.252356999,0.250747086,4187.3313114 +463,0.29245874,1.095549818,445,-0.252356999,0.250747086,3674.4692034 +464,0.143625958,0.816809593,445,-0.252356999,0.250747086,2596.6915235 +465,0.671902494,0.611159853,445,-0.252356999,0.250747086,3571.3812073 +466,1.239840988,0.6724199,445,-0.252356999,0.250747086,5367.4256629 +467,0.607829703,-0.10932137,445,-0.252356999,0.250747086,3667.7998023 +468,1.763020906,0.263996692,445,-0.252356999,0.250747086,7585.3248039 +469,0.378714634,0.726066797,445,-0.252356999,0.250747086,2865.008926 +470,2.196736143,-0.153862366,445,-0.252356999,0.250747086,9732.9657663 +471,0.01702415,0.148991565,445,-0.252356999,0.250747086,1120.1686598 +472,-2.998490902,-0.158002487,445,-0.252356999,0.250747086,10867.668964 +473,-3.051262951,-0.346595608,445,-0.252356999,0.250747086,11093.294763 +474,-1.069176439,0.182802941,445,-0.252356999,0.250747086,3166.1149124 +475,0.167157509,0.595344954,445,-0.252356999,0.250747086,2028.8763938 +476,0.613855648,0.681746124,445,-0.252356999,0.250747086,3452.6061169 +477,1.037012736,0.682555367,445,-0.252356999,0.250747086,4740.7750915 +478,-1.253574971,0.379755746,445,-0.252356999,0.250747086,3784.8710004 +479,3.108590453,-0.132620738,445,-0.252356999,0.250747086,11471.52902 +480,0.565301296,0.022333262,445,-0.252356999,0.250747086,3324.8132662 +481,0.547898238,0.855555614,445,-0.252356999,0.250747086,3523.2340144 +482,0.948309381,0.417393755,445,-0.252356999,0.250747086,4501.0066687 +483,-0.050600732,0.945269213,445,-0.252356999,0.250747086,2821.4584508 +484,-0.977651478,-0.572363064,445,-0.252356999,0.250747086,4261.4653779 +485,1.102014914,0.728861163,445,-0.252356999,0.250747086,4929.9128495 +486,2.927300795,-0.282939414,445,-0.252356999,0.250747086,12250.431633 +487,-1.154565557,0.124434095,445,-0.252356999,0.250747086,3539.3684842 +488,1.855331234,0.291044755,445,-0.252356999,0.250747086,7866.797282 +489,0.830290659,0.276904518,445,-0.252356999,0.250747086,4125.7257698 +490,0.485104466,-0.234867441,445,-0.252356999,0.250747086,3473.0689905 +491,0.521367572,-0.33161327,445,-0.252356999,0.250747086,3798.2656193 +1,-1.539031704,0.7349710123,446,0.363148444,0.768483434,5045.9642816 +2,-1.536990553,0.7349663874,446,0.363148444,0.768483434,5041.7107675 +3,-1.534951779,0.7349571355,446,0.363148444,0.768483434,5037.4706741 +4,-1.532906461,0.7349480293,446,0.363148444,0.768483434,5033.2120374 +5,-1.531320211,0.7346937278,446,0.363148444,0.768483434,5030.5921562 +6,-1.539451648,0.7335131775,446,0.363148444,0.768483434,5050.9038815 +7,-1.537429487,0.7335445708,446,0.363148444,0.768483434,5046.5864672 +8,-1.535484998,0.7335658704,446,0.363148444,0.768483434,5042.4557132 +9,-1.533488396,0.7336036027,446,0.363148444,0.768483434,5038.1661634 +10,-1.531497785,0.7335842962,446,0.363148444,0.768483434,5034.0435341 +11,-1.530259379,0.7334777758,446,0.363148444,0.768483434,5031.738748 +12,-1.5335454,0.7322346912,446,0.363148444,0.768483434,5042.0897852 +13,-1.531489083,0.7322238773,446,0.363148444,0.768483434,5037.8017542 +14,-1.530011122,0.7321679851,446,0.363148444,0.768483434,5034.8504871 +15,-1.53348106,0.7306614094,446,0.363148444,0.768483434,5046.3280462 +16,-1.531441779,0.7306962275,446,0.363148444,0.768483434,5041.9443468 +17,-1.529755654,0.7306933243,446,0.363148444,0.768483434,5038.4046018 +18,-1.533415048,0.7291384674,446,0.363148444,0.768483434,5050.4240193 +19,-1.531392093,0.7291705353,446,0.363148444,0.768483434,5046.077721 +20,-1.529296523,0.7291214933,446,0.363148444,0.768483434,5041.7993663 +21,-1.535280942,0.727267644,446,0.363148444,0.768483434,5059.555804 +22,-1.533378158,0.7276139666,446,0.363148444,0.768483434,5054.5867745 +23,-1.531340368,0.7276446587,446,0.363148444,0.768483434,5050.2085235 +24,-1.528960113,0.7276398177,446,0.363148444,0.768483434,5045.2021291 +25,-1.533313146,0.7260818349,446,0.363148444,0.768483434,5058.7127451 +26,-1.531259555,0.7260958115,446,0.363148444,0.768483434,5054.3430033 +27,-1.528926415,0.7260865555,446,0.363148444,0.768483434,5049.4429449 +28,-1.531226779,0.7245511789,446,0.363148444,0.768483434,5058.5683332 +29,-1.528904772,0.7245519194,446,0.363148444,0.768483434,5053.6588528 +30,-1.547195875,0.7409785979,446,0.363148444,0.768483434,5046.1907758 +31,-1.5451475,0.740980426,446,0.363148444,0.768483434,5041.9396549 +32,-1.543097679,0.7409798872,446,0.363148444,0.768483434,5037.6876886 +33,-1.540720364,0.7409892687,446,0.363148444,0.768483434,5032.7229588 +34,-1.547188511,0.7395198392,446,0.363148444,0.768483434,5050.2514221 +35,-1.545148587,0.7395226109,446,0.363148444,0.768483434,5046.010869 +36,-1.543104538,0.7395314908,446,0.363148444,0.768483434,5041.7403114 +37,-1.540727751,0.7395306258,446,0.363148444,0.768483434,5036.8002426 +38,-1.547187029,0.7380014886,446,0.363148444,0.768483434,5054.4921247 +39,-1.545147315,0.7380012252,446,0.363148444,0.768483434,5050.2560037 +40,-1.54310719,0.7380060743,446,0.363148444,0.768483434,5046.0003478 +41,-1.540719671,0.7380068206,446,0.363148444,0.768483434,5041.0282026 +42,-1.547187189,0.7364799098,446,0.363148444,0.768483434,5058.7466501 +43,-1.545149996,0.7364853874,446,0.363148444,0.768483434,5054.495262 +44,-1.543106091,0.7364823484,446,0.363148444,0.768483434,5050.2492864 +45,-1.540717158,0.7364893901,446,0.363148444,0.768483434,5045.2513959 +46,-1.538663972,0.7410138672,446,0.363148444,0.768483434,5028.3778284 +47,-1.53695285,0.7409699132,446,0.363148444,0.768483434,5024.9379764 +48,-1.534910498,0.7409641297,446,0.363148444,0.768483434,5020.6983623 +49,-1.533145034,0.7409536636,446,0.363148444,0.768483434,5017.0451241 +50,-1.538681336,0.7395405883,446,0.363148444,0.768483434,5032.5122608 +51,-1.536999189,0.7395183096,446,0.363148444,0.768483434,5029.0689834 +52,-1.534923633,0.7395144222,446,0.363148444,0.768483434,5024.7506215 +53,-1.533267822,0.7395654306,446,0.363148444,0.768483434,5021.1521871 +54,-1.53867273,0.7380151077,446,0.363148444,0.768483434,5036.7392521 +55,-1.536980576,0.7379994392,446,0.363148444,0.768483434,5033.2530052 +56,-1.534931522,0.7379944961,446,0.363148444,0.768483434,5028.988345 +57,-1.533387952,0.7379480264,446,0.363148444,0.768483434,5025.8914483 +58,-1.538682279,0.7364914363,446,0.363148444,0.768483434,5041.0005031 +59,-1.536980704,0.7364810563,446,0.363148444,0.768483434,5037.4761746 +60,-1.534935567,0.7364752065,446,0.363148444,0.768483434,5033.2177414 +61,-1.533042592,0.7363876366,446,0.363148444,0.768483434,5029.5002554 +62,-1.545143426,0.7349628011,446,0.363148444,0.768483434,5058.7355127 +63,-1.543105297,0.7349691947,446,0.363148444,0.768483434,5054.4707581 +64,-1.541064533,0.7349647152,446,0.363148444,0.768483434,5050.2264558 +65,-1.545411803,0.7334624714,446,0.363148444,0.768483434,5063.4880892 +66,-1.543446606,0.7334780896,446,0.363148444,0.768483434,5059.345931 +67,-1.541475327,0.7334957295,446,0.363148444,0.768483434,5055.1814242 +68,-1.545401939,0.731963266,446,0.363148444,0.768483434,5067.6593902 +69,-1.54342253,0.7319915583,446,0.363148444,0.768483434,5063.4478801 +70,-1.541455867,0.7320216438,446,0.363148444,0.768483434,5059.2540189 +71,-1.545410146,0.7304422281,446,0.363148444,0.768483434,5071.93081 +72,-1.543435491,0.7304713664,446,0.363148444,0.768483434,5067.7225562 +73,-1.541463105,0.7304997613,446,0.363148444,0.768483434,5063.517156 +74,-1.545414768,0.7289194936,446,0.363148444,0.768483434,5076.2008869 +75,-1.543435774,0.7289538557,446,0.363148444,0.768483434,5071.9646354 +76,-1.541457714,0.7289765881,446,0.363148444,0.768483434,5067.7588576 +77,-1.539449415,0.7320555866,446,0.363148444,0.768483434,5054.9622096 +78,-1.537429183,0.7321097681,446,0.363148444,0.768483434,5050.581109 +79,-1.535472649,0.7321497267,446,0.363148444,0.768483434,5046.3691603 +80,-1.539457899,0.7305333307,446,0.363148444,0.768483434,5059.2246073 +81,-1.537453161,0.7305750503,446,0.363148444,0.768483434,5054.9062784 +82,-1.535479385,0.7306124949,446,0.363148444,0.768483434,5050.6608414 +83,-1.53946905,0.7290102593,446,0.363148444,0.768483434,5063.4963084 +84,-1.537459922,0.7290417293,446,0.363148444,0.768483434,5059.192947 +85,-1.535451349,0.7290890157,446,0.363148444,0.768483434,5054.8426437 +86,-1.535522937,0.7279887191,446,0.363148444,0.768483434,5058.0567699 +87,-1.539442524,0.7274735939,446,0.363148444,0.768483434,5067.7282908 +88,-1.537424111,0.727521351,446,0.363148444,0.768483434,5063.3555232 +89,-1.539384641,0.7259505092,446,0.363148444,0.768483434,5071.8577581 +90,-1.537372391,0.7259947145,446,0.363148444,0.768483434,5067.5033167 +91,-1.535340789,0.7260435356,446,0.363148444,0.768483434,5063.0912489 +92,-1.539325716,0.7244369706,446,0.363148444,0.768483434,5075.9595031 +93,-1.537308932,0.7244801057,446,0.363148444,0.768483434,5071.594009 +94,-1.535289068,0.7245247645,446,0.363148444,0.768483434,5067.2137324 +95,-1.533261366,0.7245550236,446,0.363148444,0.768483434,5062.8529592 +96,-1.539267302,0.722921924,446,0.363148444,0.768483434,5080.0676396 +97,-1.537248972,0.7229660258,446,0.363148444,0.768483434,5075.6916934 +98,-1.535219431,0.7229916471,446,0.363148444,0.768483434,5071.3395531 +99,-1.53318962,0.7230212049,446,0.363148444,0.768483434,5066.9716937 +100,-1.531154816,0.7230299897,446,0.363148444,0.768483434,5062.6468978 +101,-1.528878341,0.7230370244,446,0.363148444,0.768483434,5057.8111231 +102,-1.539218189,0.7214009878,446,0.363148444,0.768483434,5084.2129421 +103,-1.537198791,0.7214422745,446,0.363148444,0.768483434,5079.8381071 +104,-1.535179266,0.7214634354,446,0.363148444,0.768483434,5075.5150528 +105,-1.533156501,0.7214944644,446,0.363148444,0.768483434,5071.1534895 +106,-1.53113574,0.7215166021,446,0.363148444,0.768483434,5066.816783 +107,-1.528874248,0.7215345535,446,0.363148444,0.768483434,5061.9774834 +108,-1.539217656,0.7198512397,446,0.363148444,0.768483434,5088.5424391 +109,-1.537199919,0.7199428763,446,0.363148444,0.768483434,5084.026075 +110,-1.545425832,0.727397149,446,0.363148444,0.768483434,5080.4847491 +111,-1.543371177,0.7273916949,446,0.363148444,0.768483434,5076.1969976 +112,-1.541368852,0.7274523163,446,0.363148444,0.768483434,5071.8299231 +113,-1.545349067,0.7258710923,446,0.363148444,0.768483434,5084.5963769 +114,-1.54332671,0.7258603556,446,0.363148444,0.768483434,5080.3865243 +115,-1.541346831,0.7259242142,446,0.363148444,0.768483434,5076.0530203 +116,-1.545324355,0.7243383958,446,0.363148444,0.768483434,5088.8368164 +117,-1.543292796,0.7243617413,446,0.363148444,0.768483434,5084.5078304 +118,-1.541295822,0.7244024384,446,0.363148444,0.768483434,5080.1987933 +119,-1.543193859,0.7205570215,446,0.363148444,0.768483434,5094.9493307 +120,-1.550257047,0.7386738187,446,0.363148444,0.768483434,5058.9784563 +121,-1.549335448,0.7311736483,446,0.363148444,0.768483434,5078.0719313 +122,-1.533478843,0.7179891343,446,0.363148444,0.768483434,5081.603745 +123,-1.556150555,0.738907041,446,0.363148444,0.768483434,5070.5155345 +124,-1.554324226,0.733414257,446,0.363148444,0.768483434,5082.1592913 +125,-1.554290846,0.7288285332,446,0.363148444,0.768483434,5094.974636 +126,-1.55122487,0.7219795312,446,0.363148444,0.768483434,5107.823662 +127,-1.525104458,0.7229399862,446,0.363148444,0.768483434,5050.0840805 +128,-1.519607711,0.7236181429,446,0.363148444,0.768483434,5036.5351042 +129,-1.513899999,0.7251107854,446,0.363148444,0.768483434,5020.271471 +130,-1.536620762,0.7431061895,446,0.363148444,0.768483434,5018.31244 +131,-1.5369566,0.7460845958,446,0.363148444,0.768483434,5010.7412274 +132,-1.545345528,0.7447040685,446,0.363148444,0.768483434,5031.9619999 +133,-1.532813921,0.7432306626,446,0.363148444,0.768483434,5010.04207 +134,-1.554788248,0.7382381001,446,0.363148444,0.768483434,5069.5781823 +135,-1.540348126,0.7301594274,446,0.363148444,0.768483434,5062.1325146 +136,-1.538016084,0.7239051786,446,0.363148444,0.768483434,5074.6873435 +137,-1.525288962,0.7258085137,446,0.363148444,0.768483434,5042.5226667 +138,-1.534326986,0.731241342,446,0.363148444,0.768483434,5046.4921419 +139,-1.530733872,0.7303625216,446,0.363148444,0.768483434,5041.3816815 +141,-1.534354939,0.7328219978,446,0.363148444,0.768483434,5042.1556151 +142,-1.53157084,0.7292888153,446,0.363148444,0.768483434,5046.125424 +143,-1.525691035,0.7263799874,446,0.363148444,0.768483434,5041.789553 +144,-1.534031287,0.7495967835,446,0.363148444,0.768483434,4994.9367023 +145,-1.527714986,0.7283095957,446,0.363148444,0.768483434,5040.7161332 +146,-1.526189586,0.7271468292,446,0.363148444,0.768483434,5040.7182227 +147,-1.555177336,0.7375563366,446,0.363148444,0.768483434,5072.2963318 +148,-1.555080283,0.7312707794,446,0.363148444,0.768483434,5089.7513487 +149,-1.53856994,0.7224180299,446,0.363148444,0.768483434,5080.0057051 +150,-1.530837883,0.729933372,446,0.363148444,0.768483434,5042.7922035 +151,-1.515066984,0.5854133365,446,0.363148444,0.768483434,5413.3805017 +152,-1.534731633,0.5368370046,446,0.363148444,0.768483434,5597.613068 +153,-1.515231902,0.5607085576,446,0.363148444,0.768483434,5483.7881733 +154,-2.616253799,1.0684566605,446,0.363148444,0.768483434,5149.0648255 +155,-1.956071439,0.5792177723,446,0.363148444,0.768483434,6336.8010484 +156,-1.951208514,0.5602434208,446,0.363148444,0.768483434,6392.0412095 +157,-1.944675062,0.6062144545,446,0.363148444,0.768483434,6226.2694031 +158,-1.613778386,0.6077989518,446,0.363148444,0.768483434,5570.3775628 +159,-2.035029014,0.6021432345,446,0.363148444,0.768483434,6390.3448523 +160,-2.114989471,0.6801825058,446,0.363148444,0.768483434,6234.8105642 +161,-2.037382079,0.5765830025,446,0.363148444,0.768483434,6482.5593601 +162,-2.129855121,0.6585019963,446,0.363148444,0.768483434,6332.2385379 +163,-2.075141798,0.6493615843,446,0.363148444,0.768483434,6287.186724 +164,-1.828626729,0.6948433129,446,0.363148444,0.768483434,5730.7633163 +165,-1.863329418,0.6735427691,446,0.363148444,0.768483434,5861.3043254 +166,-1.266037071,0.727988852,446,0.363148444,0.768483434,4456.2784252 +167,-1.277579582,0.7249010648,446,0.363148444,0.768483434,4490.8421773 +168,-1.258418684,0.7241194816,446,0.363148444,0.768483434,4447.5906437 +169,-1.317813974,0.6804850104,446,0.363148444,0.768483434,4695.642943 +170,-1.344165204,0.6790988904,446,0.363148444,0.768483434,4761.4556294 +171,-1.427582102,0.5277120351,446,0.363148444,0.768483434,5365.7149825 +172,-1.402238616,0.457167829,446,0.363148444,0.768483434,5496.7679804 +173,-1.422454264,0.4996161999,446,0.363148444,0.768483434,5430.5388375 +174,-1.439089277,0.4894859811,446,0.363148444,0.768483434,5500.0439811 +175,-1.448126995,0.5182330266,446,0.363148444,0.768483434,5442.3784609 +176,-1.474626146,0.5881926574,446,0.363148444,0.768483434,5311.4053841 +177,-1.421139645,0.5584869783,446,0.363148444,0.768483434,5265.4922702 +178,-1.457037165,0.565943032,446,0.363148444,0.768483434,5331.4981893 +179,-2.757159358,0.3745319,446,0.363148444,0.768483434,7915.704977 +180,-2.714309238,0.342054471,446,0.363148444,0.768483434,8038.8538089 +181,-2.000525337,0.774119946,446,0.363148444,0.768483434,5746.7540914 +183,-1.571413436,0.6777838382,446,0.363148444,0.768483434,5275.8692376 +184,-1.552860289,0.6987663893,446,0.363148444,0.768483434,5176.6933673 +185,-1.521852374,0.7165827476,446,0.363148444,0.768483434,5060.7931121 +186,-1.503656267,0.6928968252,446,0.363148444,0.768483434,5087.0390643 +187,-1.502753178,0.7136205882,446,0.363148444,0.768483434,5027.9957873 +188,-1.631894563,0.7343596465,446,0.363148444,0.768483434,5237.0616891 +189,-1.653765416,0.6770714026,446,0.363148444,0.768483434,5449.9002294 +190,-1.719812114,0.6715965947,446,0.363148444,0.768483434,5598.8233391 +191,-1.493406659,0.6646955447,446,0.363148444,0.768483434,5142.3116748 +192,-1.469120564,0.6613469966,446,0.363148444,0.768483434,5096.9369449 +193,-1.590551461,0.5326612937,446,0.363148444,0.768483434,5739.2257203 +194,-1.625979264,0.5247742243,446,0.363148444,0.768483434,5843.2225722 +195,-1.572293943,0.5238808754,446,0.363148444,0.768483434,5722.774273 +196,-1.610848725,0.5477107964,446,0.363148444,0.768483434,5741.055199 +197,-1.208485554,0.7918526018,446,0.363148444,0.768483434,4174.3794252 +198,-1.335601374,0.6869083083,446,0.363148444,0.768483434,4721.4108987 +199,-1.346156996,0.6825213377,446,0.363148444,0.768483434,4757.3847483 +200,-1.324381037,0.6741422347,446,0.363148444,0.768483434,4727.2846728 +201,-1.242424992,0.7378949807,446,0.363148444,0.768483434,4377.1313817 +202,-1.270370057,0.7392461008,446,0.363148444,0.768483434,4439.4482581 +203,-1.448950472,0.7441675014,446,0.363148444,0.768483434,4829.2220011 +204,-1.492662363,0.7523026852,446,0.363148444,0.768483434,4900.9616806 +205,-1.479098966,0.7763855017,446,0.363148444,0.768483434,4807.7585796 +206,-1.633760714,0.7869022408,446,0.363148444,0.768483434,5087.937348 +207,-1.647406434,0.8101289331,446,0.363148444,0.768483434,5046.2969528 +208,-1.564245052,0.5701509278,446,0.363148444,0.768483434,5569.8712733 +209,-1.646289963,0.6833746083,446,0.363148444,0.768483434,5415.9474149 +210,-1.5820631,0.6751952144,446,0.363148444,0.768483434,5305.9758619 +211,-1.613236298,0.6681681791,446,0.363148444,0.768483434,5392.210612 +212,-1.914661867,0.8212566515,446,0.363148444,0.768483434,5462.3245489 +213,-1.742133237,0.7250275956,446,0.363148444,0.768483434,5477.6364905 +214,-2.033144872,0.6557314699,446,0.363148444,0.768483434,6202.0410681 +215,-2.039551981,0.6964723658,446,0.363148444,0.768483434,6070.6305026 +216,-1.247341019,0.7622473908,446,0.363148444,0.768483434,4331.5861538 +217,-1.298239787,0.7084123392,446,0.363148444,0.768483434,4579.696755 +218,-1.308539688,0.6926545592,446,0.363148444,0.768483434,4643.1197502 +219,-1.303263185,0.6888938396,446,0.363148444,0.768483434,4639.9980902 +220,-1.852400229,0.6004246149,446,0.363148444,0.768483434,6078.6115347 +221,-1.288947707,0.7473773692,446,0.363148444,0.768483434,4463.0034343 +222,-1.372031502,0.7472790993,446,0.363148444,0.768483434,4651.8692079 +223,-1.289805721,0.7242157877,446,0.363148444,0.768483434,4521.1486078 +224,-1.350807603,0.7533498126,446,0.363148444,0.768483434,4589.0872101 +225,-1.329290365,0.7560442322,446,0.363148444,0.768483434,4533.9693663 +226,-1.410153004,0.616936428,446,0.363148444,0.768483434,5080.6138139 +227,-1.393445434,0.6308995063,446,0.363148444,0.768483434,5003.6545707 +228,-1.37595573,0.6241540638,446,0.363148444,0.768483434,4979.8473665 +229,-1.358388707,0.6172645205,446,0.363148444,0.768483434,4955.7110891 +230,-1.753741133,0.8281661666,446,0.363148444,0.768483434,5182.0059175 +231,-1.47430987,0.6834615681,446,0.363148444,0.768483434,5048.1908757 +232,-1.421012508,0.7222725206,446,0.363148444,0.768483434,4825.6012364 +233,-1.4476833,0.6978557868,446,0.363148444,0.768483434,4949.867478 +234,-1.470370723,0.6966193374,446,0.363148444,0.768483434,5003.6486177 +235,-1.429211703,0.7037216883,446,0.363148444,0.768483434,4892.8749775 +236,-1.700578405,0.6178673663,446,0.363148444,0.768483434,5724.2276947 +237,-1.678117619,0.6331716163,446,0.363148444,0.768483434,5631.4233282 +238,-1.725644578,0.6316331145,446,0.363148444,0.768483434,5733.1127892 +239,-2.14012759,0.7930497945,446,0.363148444,0.768483434,5864.6755955 +240,-2.103289431,0.7653606263,446,0.363148444,0.768483434,5917.4074942 +241,-1.318739838,0.7017808746,446,0.363148444,0.768483434,4644.3312988 +242,-1.396417427,0.7077900843,446,0.363148444,0.768483434,4808.2046557 +243,-1.35650337,0.7185539404,446,0.363148444,0.768483434,4689.5738213 +244,-1.248884539,0.7274156818,446,0.363148444,0.768483434,4417.177328 +245,-1.395014798,0.5761185243,446,0.363148444,0.768483434,5154.0788688 +246,-1.433377362,0.6064716109,446,0.363148444,0.768483434,5163.9355854 +247,-1.408172432,0.5903155476,446,0.363148444,0.768483434,5147.6178819 +248,-1.749645898,0.7757118084,446,0.363148444,0.768483434,5335.5594686 +249,-1.571626686,0.615046989,446,0.363148444,0.768483434,5456.6830878 +250,-1.514070049,0.6303003037,446,0.363148444,0.768483434,5284.5502658 +251,-1.480890369,0.6237966528,446,0.363148444,0.768483434,5227.1353971 +252,-1.704390658,0.5281680612,446,0.363148444,0.768483434,6006.6323069 +253,-1.64434733,0.5254277498,446,0.363148444,0.768483434,5882.6282532 +254,-1.703855997,0.4792484842,446,0.363148444,0.768483434,6155.5302092 +255,-1.692002383,0.5748825051,446,0.363148444,0.768483434,5837.27046 +256,-1.854136457,0.5544643913,446,0.363148444,0.768483434,6230.944304 +257,-1.665021206,0.520317736,446,0.363148444,0.768483434,5944.1408373 +258,-1.733654349,0.4845187345,446,0.363148444,0.768483434,6204.8584319 +259,-1.720938188,0.5135933906,446,0.363148444,0.768483434,6087.2798583 +260,-1.742668307,0.553296122,446,0.363148444,0.768483434,6010.4439551 +261,-1.965659039,0.7142126903,446,0.363148444,0.768483434,5897.5789997 +262,-1.944438071,0.6772834804,446,0.363148444,0.768483434,5987.6367194 +263,-1.270340967,0.7681487096,446,0.363148444,0.768483434,4370.7370073 +264,-1.353091884,0.6549276821,446,0.363148444,0.768483434,4844.7841535 +265,-1.333236659,0.6413584414,446,0.363148444,0.768483434,4832.3009492 +266,-1.352015998,0.6753788907,446,0.363148444,0.768483434,4789.4649196 +267,-1.377988483,0.6577816235,446,0.363148444,0.768483434,4896.213782 +268,-2.13075611,0.8318642051,446,0.363148444,0.768483434,5715.0735465 +269,-2.097910953,0.8259670014,446,0.363148444,0.768483434,5696.6831105 +270,-1.416382069,0.6694271549,446,0.363148444,0.768483434,4954.8046787 +271,-1.538905672,0.7535625993,446,0.363148444,0.768483434,4994.0245913 +272,-1.572309477,0.7803125099,446,0.363148444,0.768483434,4987.0236531 +273,-1.87759879,0.7503853417,446,0.363148444,0.768483434,5635.8247627 +274,1.152365588,0.590457682,446,0.363148444,0.768483434,2497.9441982 +275,0.350198001,0.718001859,446,0.363148444,0.768483434,203.49054022 +276,0.046513677,0.491503852,446,0.363148444,0.768483434,1486.7994395 +277,0.027510309,0.742571376,446,0.363148444,0.768483434,970.92313204 +278,0.306285725,-0.214631579,446,0.363148444,0.768483434,3899.5198937 +279,-1.100564889,0.318051531,446,0.363148444,0.768483434,5055.0834847 +280,-1.078582306,0.301437596,446,0.363148444,0.768483434,5036.9486963 +281,-1.137371989,-0.617634065,446,0.363148444,0.768483434,7686.3626035 +282,0.784356344,0.703272339,446,0.363148444,0.768483434,1258.5663106 +283,-1.221209947,0.218327455,446,0.363148444,0.768483434,5661.4519831 +284,2.347301921,-0.449114658,446,0.363148444,0.768483434,8585.4994061 +285,0.246820618,0.830553713,446,0.363148444,0.768483434,404.23785952 +286,0.829414965,0.703288228,446,0.363148444,0.768483434,1386.7425338 +287,-1.337537566,0.42332223,446,0.363148444,0.768483434,5421.858066 +288,0.882453706,0.454478077,446,0.363148444,0.768483434,2074.6489594 +289,1.575629659,0.416419109,446,0.363148444,0.768483434,4094.0872858 +290,-1.039455679,0.229888244,446,0.363148444,0.768483434,5116.0904811 +291,0.489558039,0.934482747,446,0.363148444,0.768483434,734.75171108 +292,0.081344504,0.88384514,446,0.363148444,0.768483434,880.97462822 +293,-1.547979814,0.300350308,446,0.363148444,0.768483434,6315.4695468 +294,0.040776181,0.168560074,446,0.363148444,0.768483434,2621.5185464 +295,-1.130374745,0.563894876,446,0.363148444,0.768483434,4512.0357813 +296,1.578326642,0.478507176,446,0.363148444,0.768483434,3951.8544507 +297,-1.12861823,-0.291640865,446,0.363148444,0.768483434,6800.217889 +298,0.310524208,0.770885792,446,0.363148444,0.768483434,149.98402272 +299,0.415649091,-0.387246002,446,0.363148444,0.768483434,4581.813852 +300,-0.926533878,-0.188022748,446,0.363148444,0.768483434,5960.1940409 +301,1.258856172,-0.11716081,446,0.363148444,0.768483434,4741.9516273 +302,-1.126050026,0.322941926,446,0.363148444,0.768483434,5113.69265 +303,2.002785835,0.07893892,446,0.363148444,0.768483434,6200.1072445 +304,0.440437607,0.746258085,446,0.363148444,0.768483434,239.20280184 +305,-0.030391866,0.214441206,446,0.363148444,0.768483434,2570.588739 +306,0.521557815,-0.058929362,446,0.363148444,0.768483434,3325.4649351 +307,-0.097005111,0.13317729,446,0.363148444,0.768483434,2976.0939602 +308,1.83113859,0.221857587,446,0.363148444,0.768483434,5323.349079 +309,0.222428864,0.099404236,446,0.363148444,0.768483434,2695.0622427 +310,-1.702731345,0.8728568183,446,0.363148444,0.768483434,4960.9147138 +311,-0.418507569,0.278324921,446,0.363148444,0.768483434,3251.3425291 +312,-1.41153306,0.339029988,446,0.363148444,0.768483434,5849.5711228 +313,0.357560442,0.114788776,446,0.363148444,0.768483434,2589.3571727 +314,0.325818979,0.268352149,446,0.363148444,0.768483434,1985.0055143 +315,-1.246004659,-0.663679965,446,0.363148444,0.768483434,8070.2495521 +316,1.814603087,0.637404484,446,0.363148444,0.768483434,4227.8923567 +317,1.843704281,-0.18300445,446,0.363148444,0.768483434,6470.7507688 +318,1.690644492,-0.211480909,446,0.363148444,0.768483434,6129.0327274 +319,-1.275451936,0.068109467,446,0.363148444,0.768483434,6227.0573001 +320,0.762430171,-0.207594741,446,0.363148444,0.768483434,4125.335735 +321,0.265668905,-0.014647884,446,0.363148444,0.768483434,3121.0980213 +322,-2.773032013,-0.335515811,446,0.363148444,0.768483434,10728.769882 +323,-1.469512853,0.174058777,446,0.363148444,0.768483434,6471.4194251 +324,0.286276986,0.785925691,446,0.363148444,0.768483434,227.75694517 +325,-1.379324697,0.377432233,446,0.363148444,0.768483434,5657.6777982 +326,-1.203778265,0.212813032,446,0.363148444,0.768483434,5627.4456419 +327,0.579916301,0.611743168,446,0.363148444,0.768483434,905.78797268 +328,0.267582642,0.868113908,446,0.363148444,0.768483434,471.59260231 +329,0.412869244,-0.050245578,446,0.363148444,0.768483434,3247.7960745 +330,0.17524381,0.976660285,446,0.363148444,0.768483434,950.85695119 +331,0.743157214,0.204812899,446,0.363148444,0.768483434,2581.2018991 +332,-1.070758176,0.269382282,446,0.363148444,0.768483434,5099.6713419 +333,-1.230364251,0.329790229,446,0.363148444,0.768483434,5385.3506548 +334,-1.374813124,-0.024926835,446,0.363148444,0.768483434,6765.9470534 +335,0.519780566,0.463669906,446,0.363148444,0.768483434,1307.270976 +336,-1.55108034,0.239698561,446,0.363148444,0.768483434,6500.0514461 +337,0.180294813,0.029739425,446,0.363148444,0.768483434,2995.9691927 +338,0.67820924,0.268170153,446,0.363148444,0.768483434,2247.4212486 +339,0.445798684,1.024001867,446,0.363148444,0.768483434,1031.9176402 +340,0.691751283,0.150521402,446,0.363148444,0.768483434,2696.9158036 +341,-1.036643551,-0.903056181,446,0.363148444,0.768483434,8160.0339103 +342,-0.120287036,1.083325163,446,0.363148444,0.768483434,1671.7124032 +343,2.823513113,-0.304487164,446,0.363148444,0.768483434,9528.6700236 +344,0.457583172,1.12513373,446,0.363148444,0.768483434,1428.2756854 +345,0.042918831,0.813795399,446,0.363148444,0.768483434,907.43124774 +346,1.196146777,-0.853142756,446,0.363148444,0.768483434,7042.0581014 +347,0.206001358,-0.010430701,446,0.363148444,0.768483434,3134.9142074 +348,-0.268308653,0.234799412,446,0.363148444,0.768483434,3003.0652567 +349,0.759363263,0.736189579,446,0.363148444,0.768483434,1149.2487573 +350,0.181363926,0.891988372,446,0.363148444,0.768483434,688.19065435 +351,-0.021111158,0.139103292,446,0.363148444,0.768483434,2823.7912806 +352,-0.093355215,0.630686981,446,0.363148444,0.768483434,1479.3706511 +353,0.40118964,0.681375926,446,0.363148444,0.768483434,362.962783 +354,-0.721197315,1.304706234,446,0.363148444,0.768483434,2808.6222137 +355,-1.076150317,0.212107639,446,0.363148444,0.768483434,5268.1183961 +356,-1.577164531,0.273993443,446,0.363148444,0.768483434,6467.3261004 +357,-0.190788414,0.182208586,446,0.363148444,0.768483434,2996.3207229 +358,-0.261349752,0.209710184,446,0.363148444,0.768483434,3065.4811669 +359,-1.029303852,0.083549259,446,0.363148444,0.768483434,5484.4797068 +360,-1.268609162,0.330525297,446,0.363148444,0.768483434,5488.3633521 +361,1.282982244,-0.926641967,446,0.363148444,0.768483434,7404.5072499 +362,0.217352334,0.731352408,446,0.363148444,0.768483434,447.19732569 +363,-1.511833084,0.258629297,446,0.363148444,0.768483434,6342.4276713 +364,0.338812194,0.823184618,446,0.363148444,0.768483434,226.9158698 +365,-0.324406489,1.134201999,446,0.363148444,0.768483434,2083.7091824 +366,1.389579348,0.399185724,446,0.363148444,0.768483434,3607.2325829 +367,2.047152199,-0.039082036,446,0.363148444,0.768483434,6651.7968472 +368,0.947780369,0.568250077,446,0.363148444,0.768483434,1965.6243511 +369,0.763824846,0.576754987,446,0.363148444,0.768483434,1447.7603791 +370,-0.142334657,0.928153068,446,0.363148444,0.768483434,1453.8462803 +371,0.610266567,0.547265983,446,0.363148444,0.768483434,1166.0727259 +372,0.210731629,0.746815056,446,0.363148444,0.768483434,446.66798946 +373,-1.34931644,0.316895224,446,0.363148444,0.768483434,5744.9418537 +374,2.407696481,0.655030745,446,0.363148444,0.768483434,5572.2345573 +375,0.64207831,0.545359131,446,0.363148444,0.768483434,1239.27798 +376,1.174597538,0.840588356,446,0.363148444,0.768483434,2212.6638276 +377,0.660059424,0.010604079,446,0.363148444,0.768483434,3179.1019535 +378,-0.730263819,0.010486456,446,0.363148444,0.768483434,4857.8725616 +379,0.831068936,0.512339172,446,0.363148444,0.768483434,1786.3881951 +380,1.301180979,0.72367476,446,0.363148444,0.768483434,2685.4930906 +381,1.811128231,0.322854402,446,0.363148444,0.768483434,4998.2137736 +382,0.435105812,0.992284428,446,0.363148444,0.768483434,904.45285856 +383,0.62643634,0.592027932,446,0.363148444,0.768483434,1067.3612135 +384,0.492988703,-0.516339467,446,0.363148444,0.768483434,5110.8947883 +385,-0.162469483,0.112549365,446,0.363148444,0.768483434,3172.4665565 +386,0.314630866,0.472006421,446,0.363148444,0.768483434,1184.5190669 +387,0.166744804,0.822815954,446,0.363148444,0.768483434,584.74884261 +388,0.417159608,0.965805736,446,0.363148444,0.768483434,793.55137454 +389,0.106334961,0.868774244,446,0.363148444,0.768483434,798.51407381 +390,0.815086969,-0.338144359,446,0.363148444,0.768483434,4679.7203141 +391,0.59867455,-0.230624824,446,0.363148444,0.768483434,4047.8267404 +392,1.915104874,0.066220985,446,0.363148444,0.768483434,5986.0748081 +393,1.278093622,0.064463721,446,0.363148444,0.768483434,4228.3789809 +394,-0.061477853,0.302997961,446,0.363148444,0.768483434,2324.6995559 +395,0.251311504,0.626976942,446,0.363148444,0.768483434,654.79324979 +396,2.950242872,0.149095644,446,0.363148444,0.768483434,8301.450193 +397,-0.180294708,0.35375117,446,0.363148444,0.768483434,2427.1759858 +398,1.010448592,-0.351180233,446,0.363148444,0.768483434,5017.4222495 +399,-1.748740498,0.3686318073,446,0.363148444,0.768483434,6598.7462409 +400,2.699635665,0.123533791,446,0.363148444,0.768483434,7890.1763335 +401,0.496808033,0.823843254,446,0.363148444,0.768483434,430.07368601 +402,0.129574704,0.763364087,446,0.363148444,0.768483434,666.39600946 +403,1.798920311,0.817447563,446,0.363148444,0.768483434,3804.2241468 +404,0.335987953,0.746786541,446,0.363148444,0.768483434,116.15958407 +405,-1.085413643,0.292154671,446,0.363148444,0.768483434,5080.7508806 +406,-0.155321003,0.508207011,446,0.363148444,0.768483434,1928.7347031 +407,0.620529244,-0.301175104,446,0.363148444,0.768483434,4338.3619657 +408,1.684402744,0.368716966,446,0.363148444,0.768483434,4521.9215598 +409,0.300582244,-0.386397212,446,0.363148444,0.768483434,4580.1228018 +410,2.913555946,-0.009225192,446,0.363148444,0.768483434,8787.3441734 +411,1.465101417,0.493232532,446,0.363148444,0.768483434,3597.0420379 +412,0.090612882,0.907955955,446,0.363148444,0.768483434,905.90857182 +413,2.987564726,-0.729568594,446,0.363148444,0.768483434,10943.851355 +414,-1.484261606,0.224149272,446,0.363148444,0.768483434,6368.2952646 +415,0.164073421,0.303955133,446,0.363148444,0.768483434,1956.3917321 +416,0.141441293,0.167552546,446,0.363148444,0.768483434,2499.2544161 +417,2.931321023,-0.506718887,446,0.363148444,0.768483434,10364.822943 +418,2.21951565,0.700596356,446,0.363148444,0.768483434,5043.0453761 +419,0.268112576,1.199114336,446,0.363148444,0.768483434,1716.8753042 +420,0.978913739,0.359223811,446,0.363148444,0.768483434,2589.6043332 +421,1.210898818,0.522863584,446,0.363148444,0.768483434,2806.9709964 +422,2.347397336,0.129231362,446,0.363148444,0.768483434,7006.8962472 +423,0.614394501,0.556878345,446,0.363148444,0.768483434,1144.684331 +424,-1.398079356,0.148483366,446,0.363148444,0.768483434,6347.7718097 +425,2.535303836,-0.112984496,446,0.363148444,0.768483434,8216.4656788 +426,-1.019372593,-0.405322349,446,0.363148444,0.768483434,6819.9473519 +427,-1.297785627,-0.160104069,446,0.363148444,0.768483434,6917.4614145 +428,2.144554488,0.205051084,446,0.363148444,0.768483434,6244.2334238 +429,-2.242387083,-0.426171285,446,0.363148444,0.768483434,10247.382831 +430,0.338637212,0.909723676,446,0.363148444,0.768483434,563.17128377 +431,-0.148798452,0.691042401,446,0.363148444,0.768483434,1533.6659936 +432,0.893524764,0.441829531,446,0.363148444,0.768483434,2137.9845618 +433,0.969229347,-0.368847936,446,0.363148444,0.768483434,5012.6559641 +434,0.436043248,0.800045688,446,0.363148444,0.768483434,239.55229737 +435,1.687946607,1.081504775,446,0.363148444,0.768483434,3173.8935914 +436,0.522302046,-0.034889271,446,0.363148444,0.768483434,3231.8384159 +437,-0.178996113,-0.438090009,446,0.363148444,0.768483434,5168.3458062 +438,-1.094339566,0.301444068,446,0.363148444,0.768483434,5081.3685665 +439,-1.064070054,0.242569932,446,0.363148444,0.768483434,5152.1307501 +440,-1.068153768,0.230387998,446,0.363148444,0.768483434,5196.3181448 +441,-3.00496892,-0.23989155,446,0.363148444,0.768483434,10213.944612 +442,0.21751974,0.766874888,446,0.363148444,0.768483434,414.91874234 +443,0.117229532,0.007619006,446,0.363148444,0.768483434,3136.0719527 +444,0.777758451,0.420554741,446,0.363148444,0.768483434,1922.7957278 +445,-0.252356999,0.250747086,446,0.363148444,0.768483434,2915.5035599 +446,0.363148444,0.768483434,446,0.363148444,0.768483434,0 +447,0.903191366,-0.118210676,446,0.363148444,0.768483434,4007.5643071 +448,-0.205755923,0.149406178,446,0.363148444,0.768483434,3137.0586734 +449,1.811996086,0.02364353,446,0.363148444,0.768483434,5809.7632514 +450,-1.100670221,0.314845373,446,0.363148444,0.768483434,5063.8256954 +451,0.340078597,0.850105132,446,0.363148444,0.768483434,329.38010258 +452,0.258757267,0.804969236,446,0.363148444,0.768483434,325.68485017 +453,2.78505352,-0.155160804,446,0.363148444,0.768483434,8981.0196218 +454,0.800551619,0.105822106,446,0.363148444,0.768483434,3032.0703773 +455,0.437940882,-0.506194031,446,0.363148444,0.768483434,5056.2753673 +456,2.230431122,0.63458615,446,0.363148444,0.768483434,5250.1020064 +457,0.527965361,0.127667701,446,0.363148444,0.768483434,2601.6214561 +458,-0.063643205,0.702093448,446,0.363148444,0.768483434,1276.0265438 +459,1.408447268,0.133010502,446,0.363148444,0.768483434,4374.5982076 +460,0.523795955,0.280266966,446,0.363148444,0.768483434,2007.6602048 +461,-0.975769313,0.072177659,446,0.363148444,0.768483434,5363.9494167 +462,0.549774164,-0.463663986,446,0.363148444,0.768483434,4927.3318667 +463,0.29245874,1.095549818,446,0.363148444,0.768483434,1305.6017273 +464,0.143625958,0.816809593,446,0.363148444,0.768483434,638.86224706 +465,0.671902494,0.611159853,446,0.363148444,0.768483434,1126.8419823 +466,1.239840988,0.6724199,446,0.363148444,0.768483434,2596.4970093 +467,0.607829703,-0.10932137,446,0.363148444,0.768483434,3585.3642494 +468,1.763020906,0.263996692,446,0.363148444,0.768483434,5017.4451266 +469,0.378714634,0.726066797,446,0.363148444,0.768483434,173.99035147 +470,2.196736143,-0.153862366,446,0.363148444,0.768483434,7391.8453101 +471,0.01702415,0.148991565,446,0.363148444,0.768483434,2728.3483476 +472,-2.998490902,-0.158002487,446,0.363148444,0.768483434,9909.8457877 +473,-3.051262951,-0.346595608,446,0.363148444,0.768483434,10545.255571 +474,-1.069176439,0.182802941,446,0.363148444,0.768483434,5327.332703 +475,0.167157509,0.595344954,446,0.363148444,0.768483434,911.27005439 +476,0.613855648,0.681746124,446,0.363148444,0.768483434,817.30001038 +477,1.037012736,0.682555367,446,0.363148444,0.768483434,2006.9263756 +478,-1.253574971,0.379755746,446,0.363148444,0.768483434,5314.9018248 +479,3.108590453,-0.132620738,446,0.363148444,0.768483434,9577.3096083 +480,0.565301296,0.022333262,446,0.363148444,0.768483434,3039.9423479 +481,0.547898238,0.855555614,446,0.363148444,0.768483434,609.41596512 +482,0.948309381,0.417393755,446,0.363148444,0.768483434,2346.1716344 +483,-0.050600732,0.945269213,446,0.363148444,0.768483434,1271.8322469 +484,-0.977651478,-0.572363064,446,0.363148444,0.768483434,7176.5008391 +485,1.102014914,0.728861163,446,0.363148444,0.768483434,2126.1420299 +486,2.927300795,-0.282939414,446,0.363148444,0.768483434,9718.4776873 +487,-1.154565557,0.124434095,446,0.363148444,0.768483434,5729.0302815 +488,1.855331234,0.291044755,446,0.363148444,0.768483434,5206.5966552 +489,0.830290659,0.276904518,446,0.363148444,0.768483434,2499.0261075 +490,0.485104466,-0.234867441,446,0.363148444,0.768483434,3998.6197127 +491,0.521367572,-0.33161327,446,0.363148444,0.768483434,4395.1293357 +1,-1.539031704,0.7349710123,447,0.903191366,-0.118210676,8987.3975966 +2,-1.536990553,0.7349663874,447,0.903191366,-0.118210676,8982.3990137 +3,-1.534951779,0.7349571355,447,0.903191366,-0.118210676,8977.4094459 +4,-1.532906461,0.7349480293,447,0.903191366,-0.118210676,8972.3965723 +5,-1.531320211,0.7346937278,447,0.903191366,-0.118210676,8969.0372218 +6,-1.539451648,0.7335131775,447,0.903191366,-0.118210676,8991.6085694 +7,-1.537429487,0.7335445708,447,0.903191366,-0.118210676,8986.5698274 +8,-1.535484998,0.7335658704,447,0.903191366,-0.118210676,8981.7379899 +9,-1.533488396,0.7336036027,447,0.903191366,-0.118210676,8976.7362731 +10,-1.531497785,0.7335842962,447,0.903191366,-0.118210676,8971.8662741 +11,-1.530259379,0.7334777758,447,0.903191366,-0.118210676,8969.03636 +12,-1.5335454,0.7322346912,447,0.903191366,-0.118210676,8979.8328514 +13,-1.531489083,0.7322238773,447,0.903191366,-0.118210676,8974.7730671 +14,-1.530011122,0.7321679851,447,0.903191366,-0.118210676,8971.2353547 +15,-1.53348106,0.7306614094,447,0.903191366,-0.118210676,8983.06552 +16,-1.531441779,0.7306962275,447,0.903191366,-0.118210676,8977.9389133 +17,-1.529755654,0.7306933243,447,0.903191366,-0.118210676,8973.7632959 +18,-1.533415048,0.7291384674,447,0.903191366,-0.118210676,8986.1793409 +19,-1.531392093,0.7291705353,447,0.903191366,-0.118210676,8981.0887109 +20,-1.529296523,0.7291214933,447,0.903191366,-0.118210676,8975.9846241 +21,-1.535280942,0.727267644,447,0.903191366,-0.118210676,8994.8355895 +22,-1.533378158,0.7276139666,447,0.903191366,-0.118210676,8989.3627893 +23,-1.531340368,0.7276446587,447,0.903191366,-0.118210676,8984.2278624 +24,-1.528960113,0.7276398177,447,0.903191366,-0.118210676,8978.3088185 +25,-1.533313146,0.7260818349,447,0.903191366,-0.118210676,8992.4866935 +26,-1.531259555,0.7260958115,447,0.903191366,-0.118210676,8987.3375117 +27,-1.528926415,0.7260865555,447,0.903191366,-0.118210676,8981.5329208 +28,-1.531226779,0.7245511789,447,0.903191366,-0.118210676,8990.5517556 +29,-1.528904772,0.7245519194,447,0.903191366,-0.118210676,8984.7415969 +30,-1.547195875,0.7409785979,447,0.903191366,-0.118210676,8994.0446237 +31,-1.5451475,0.740980426,447,0.903191366,-0.118210676,8989.0831401 +32,-1.543097679,0.7409798872,447,0.903191366,-0.118210676,8984.1163932 +33,-1.540720364,0.7409892687,447,0.903191366,-0.118210676,8978.3253297 +34,-1.547188511,0.7395198392,447,0.903191366,-0.118210676,8997.2682094 +35,-1.545148587,0.7395226109,447,0.903191366,-0.118210676,8992.3151005 +36,-1.543104538,0.7395314908,447,0.903191366,-0.118210676,8987.3315789 +37,-1.540727751,0.7395306258,447,0.903191366,-0.118210676,8981.552848 +38,-1.547187029,0.7380014886,447,0.903191366,-0.118210676,9000.6332434 +39,-1.545147315,0.7380012252,447,0.903191366,-0.118210676,8995.6769643 +40,-1.54310719,0.7380060743,447,0.903191366,-0.118210676,8990.7014742 +41,-1.540719671,0.7380068206,447,0.903191366,-0.118210676,8984.8808822 +42,-1.547187189,0.7364799098,447,0.903191366,-0.118210676,9004.0041026 +43,-1.545149996,0.7364853874,447,0.903191366,-0.118210676,8999.0308829 +44,-1.543106091,0.7364823484,447,0.903191366,-0.118210676,8994.0531721 +45,-1.540717158,0.7364893901,447,0.903191366,-0.118210676,8988.2031288 +46,-1.538663972,0.7410138672,447,0.903191366,-0.118210676,8973.2724246 +47,-1.53695285,0.7409699132,447,0.903191366,-0.118210676,8969.2039073 +48,-1.534910498,0.7409641297,447,0.903191366,-0.118210676,8964.2390125 +49,-1.533145034,0.7409536636,447,0.903191366,-0.118210676,8959.9535774 +50,-1.538681336,0.7395405883,447,0.903191366,-0.118210676,8976.5463977 +51,-1.536999189,0.7395183096,447,0.903191366,-0.118210676,8972.4926674 +52,-1.534923633,0.7395144222,447,0.903191366,-0.118210676,8967.4327154 +53,-1.533267822,0.7395654306,447,0.903191366,-0.118210676,8963.2733573 +54,-1.53867273,0.7380151077,447,0.903191366,-0.118210676,8979.8663742 +55,-1.536980576,0.7379994392,447,0.903191366,-0.118210676,8975.7650499 +56,-1.534931522,0.7379944961,447,0.903191366,-0.118210676,8970.7616639 +57,-1.533387952,0.7379480264,447,0.903191366,-0.118210676,8967.0807944 +58,-1.538682279,0.7364914363,447,0.903191366,-0.118210676,8983.2213938 +59,-1.536980704,0.7364810563,447,0.903191366,-0.118210676,8979.0767961 +60,-1.534935567,0.7364752065,447,0.903191366,-0.118210676,8974.0745624 +61,-1.533042592,0.7363876366,447,0.903191366,-0.118210676,8969.6163059 +62,-1.545143426,0.7349628011,447,0.903191366,-0.118210676,9002.3718062 +63,-1.543105297,0.7349691947,447,0.903191366,-0.118210676,8997.3770328 +64,-1.541064533,0.7349647152,447,0.903191366,-0.118210676,8992.3928098 +65,-1.545411803,0.7334624714,447,0.903191366,-0.118210676,9006.3311139 +66,-1.543446606,0.7334780896,447,0.903191366,-0.118210676,9001.485448 +67,-1.541475327,0.7334957295,447,0.903191366,-0.118210676,8996.6142459 +68,-1.545401939,0.731963266,447,0.903191366,-0.118210676,9009.6032065 +69,-1.54342253,0.7319915583,447,0.903191366,-0.118210676,9004.6850272 +70,-1.541455867,0.7320216438,447,0.903191366,-0.118210676,8999.7881453 +71,-1.545410146,0.7304422281,447,0.903191366,-0.118210676,9012.9622517 +72,-1.543435491,0.7304713664,447,0.903191366,-0.118210676,9008.0439385 +73,-1.541463105,0.7304997613,447,0.903191366,-0.118210676,9003.1267668 +74,-1.545414768,0.7289194936,447,0.903191366,-0.118210676,9016.3108649 +75,-1.543435774,0.7289538557,447,0.903191366,-0.118210676,9011.3604777 +76,-1.541457714,0.7289765881,447,0.903191366,-0.118210676,9006.4316877 +77,-1.539449415,0.7320555866,447,0.903191366,-0.118210676,8994.7789579 +78,-1.537429183,0.7321097681,447,0.903191366,-0.118210676,8989.6857331 +79,-1.535472649,0.7321497267,447,0.903191366,-0.118210676,8984.7745238 +80,-1.539457899,0.7305333307,447,0.903191366,-0.118210676,8998.1113689 +81,-1.537453161,0.7305750503,447,0.903191366,-0.118210676,8993.0733255 +82,-1.535479385,0.7306124949,447,0.903191366,-0.118210676,8988.115077 +83,-1.53946905,0.7290102593,447,0.903191366,-0.118210676,9001.4468138 +84,-1.537459922,0.7290417293,447,0.903191366,-0.118210676,8996.4100344 +85,-1.535451349,0.7290890157,447,0.903191366,-0.118210676,8991.3343648 +86,-1.535522937,0.7279887191,447,0.903191366,-0.118210676,8993.883734 +87,-1.539442524,0.7274735939,447,0.903191366,-0.118210676,9004.7130795 +88,-1.537424111,0.727521351,447,0.903191366,-0.118210676,8999.6077844 +89,-1.539384641,0.7259505092,447,0.903191366,-0.118210676,9007.8663289 +90,-1.537372391,0.7259947145,447,0.903191366,-0.118210676,9002.7736929 +91,-1.535340789,0.7260435356,447,0.903191366,-0.118210676,8997.6169969 +92,-1.539325716,0.7244369706,447,0.903191366,-0.118210676,9010.9903104 +93,-1.537308932,0.7244801057,447,0.903191366,-0.118210676,9005.8784572 +94,-1.535289068,0.7245247645,447,0.903191366,-0.118210676,9000.7496293 +95,-1.533261366,0.7245550236,447,0.903191366,-0.118210676,8995.6260398 +96,-1.539267302,0.722921924,447,0.903191366,-0.118210676,9014.1127956 +97,-1.537248972,0.7229660258,447,0.903191366,-0.118210676,9008.9847404 +98,-1.535219431,0.7229916471,447,0.903191366,-0.118210676,9003.8622366 +99,-1.53318962,0.7230212049,447,0.903191366,-0.118210676,8998.7243566 +100,-1.531154816,0.7230299897,447,0.903191366,-0.118210676,8993.6119643 +101,-1.528878341,0.7230370244,447,0.903191366,-0.118210676,8987.8906073 +102,-1.539218189,0.7214009878,447,0.903191366,-0.118210676,9017.2651358 +103,-1.537198791,0.7214422745,447,0.903191366,-0.118210676,9012.1301625 +104,-1.535179266,0.7214634354,447,0.903191366,-0.118210676,9007.0318486 +105,-1.533156501,0.7214944644,447,0.903191366,-0.118210676,9001.898096 +106,-1.53113574,0.7215166021,447,0.903191366,-0.118210676,8996.7821184 +107,-1.528874248,0.7215345535,447,0.903191366,-0.118210676,8991.0637548 +108,-1.539217656,0.7198512397,447,0.903191366,-0.118210676,9020.5949117 +109,-1.537199919,0.7199428763,447,0.903191366,-0.118210676,9015.345965 +110,-1.545425832,0.727397149,447,0.903191366,-0.118210676,9019.6691378 +111,-1.543371177,0.7273916949,447,0.903191366,-0.118210676,9014.6086692 +112,-1.541368852,0.7274523163,447,0.903191366,-0.118210676,9009.5270445 +113,-1.545349067,0.7258710923,447,0.903191366,-0.118210676,9022.8130468 +114,-1.54332671,0.7258603556,447,0.903191366,-0.118210676,9017.8332235 +115,-1.541346831,0.7259242142,447,0.903191366,-0.118210676,9012.7900077 +116,-1.545324355,0.7243383958,447,0.903191366,-0.118210676,9026.0940982 +117,-1.543292796,0.7243617413,447,0.903191366,-0.118210676,9021.0068923 +118,-1.541295822,0.7244024384,447,0.903191366,-0.118210676,9015.961537 +119,-1.543193859,0.7205570215,447,0.903191366,-0.118210676,9029.0068378 +120,-1.550257047,0.7386738187,447,0.903191366,-0.118210676,9006.5828414 +121,-1.549335448,0.7311736483,447,0.903191366,-0.118210676,9020.9785704 +122,-1.533478843,0.7179891343,447,0.903191366,-0.118210676,9010.1658256 +123,-1.556150555,0.738907041,447,0.903191366,-0.118210676,9020.2972894 +124,-1.554324226,0.733414257,447,0.903191366,-0.118210676,9028.1777617 +125,-1.554290846,0.7288285332,447,0.903191366,-0.118210676,9038.2989878 +126,-1.55122487,0.7219795312,447,0.903191366,-0.118210676,9045.8629411 +127,-1.525104458,0.7229399862,447,0.903191366,-0.118210676,8978.6171473 +128,-1.519607711,0.7236181429,447,0.903191366,-0.118210676,8963.3529225 +129,-1.513899999,0.7251107854,447,0.903191366,-0.118210676,8945.8426123 +130,-1.536620762,0.7431061895,447,0.903191366,-0.118210676,8963.7150986 +131,-1.5369566,0.7460845958,447,0.903191366,-0.118210676,8957.9852606 +132,-1.545345528,0.7447040685,447,0.903191366,-0.118210676,8981.28969 +133,-1.532813921,0.7432306626,447,0.903191366,-0.118210676,8954.1855056 +134,-1.554788248,0.7382381001,447,0.903191366,-0.118210676,9018.5131535 +135,-1.540348126,0.7301594274,447,0.903191366,-0.118210676,9001.1199958 +136,-1.538016084,0.7239051786,447,0.903191366,-0.118210676,9008.8772785 +137,-1.525288962,0.7258085137,447,0.903191366,-0.118210676,8973.0234548 +138,-1.534326986,0.731241342,447,0.903191366,-0.118210676,8983.9079756 +139,-1.530733872,0.7303625216,447,0.903191366,-0.118210676,8976.8993635 +141,-1.534354939,0.7328219978,447,0.903191366,-0.118210676,8980.5628065 +142,-1.53157084,0.7292888153,447,0.903191366,-0.118210676,8981.279073 +143,-1.525691035,0.7263799874,447,0.903191366,-0.118210676,8972.8205767 +144,-1.534031287,0.7495967835,447,0.903191366,-0.118210676,8943.193862 +145,-1.527714986,0.7283095957,447,0.903191366,-0.118210676,8973.7779868 +146,-1.526189586,0.7271468292,447,0.903191366,-0.118210676,8972.4419232 +147,-1.555177336,0.7375563366,447,0.903191366,-0.118210676,9020.9821129 +148,-1.555080283,0.7312707794,447,0.903191366,-0.118210676,9034.7965087 +149,-1.53856994,0.7224180299,447,0.903191366,-0.118210676,9013.4589147 +150,-1.530837883,0.729933372,447,0.903191366,-0.118210676,8978.0774566 +151,-1.515066984,0.5854133365,447,0.903191366,-0.118210676,9214.0982883 +152,-1.534731633,0.5368370046,447,0.903191366,-0.118210676,9354.5213999 +153,-1.515231902,0.5607085576,447,0.903191366,-0.118210676,9255.735138 +154,-2.616253799,1.0684566605,447,0.903191366,-0.118210676,8518.036192 +155,-1.956071439,0.5792177723,447,0.903191366,-0.118210676,10343.701573 +156,-1.951208514,0.5602434208,447,0.903191366,-0.118210676,10397.00796 +157,-1.944675062,0.6062144545,447,0.903191366,-0.118210676,10233.637878 +158,-1.613778386,0.6077989518,447,0.903191366,-0.118210676,9455.2367328 +159,-2.035029014,0.6021432345,447,0.903191366,-0.118210676,10388.014983 +160,-2.114989471,0.6801825058,447,0.903191366,-0.118210676,10174.604755 +161,-2.037382079,0.5765830025,447,0.903191366,-0.118210676,10483.50409 +162,-2.129855121,0.6585019963,447,0.903191366,-0.118210676,10268.423054 +163,-2.075141798,0.6493615843,447,0.903191366,-0.118210676,10259.116538 +164,-1.828626729,0.6948433129,447,0.903191366,-0.118210676,9735.1565249 +165,-1.863329418,0.6735427691,447,0.903191366,-0.118210676,9867.1297957 +166,-1.266037071,0.727988852,447,0.903191366,-0.118210676,8278.0061994 +167,-1.277579582,0.7249010648,447,0.903191366,-0.118210676,8314.3053289 +168,-1.258418684,0.7241194816,447,0.903191366,-0.118210676,8261.6098828 +169,-1.317813974,0.6804850104,447,0.903191366,-0.118210676,8488.2015873 +170,-1.344165204,0.6790988904,447,0.903191366,-0.118210676,8566.1525704 +171,-1.427582102,0.5277120351,447,0.903191366,-0.118210676,9026.8610181 +172,-1.402238616,0.457167829,447,0.903191366,-0.118210676,9021.2187273 +173,-1.422454264,0.4996161999,447,0.903191366,-0.118210676,9044.1568675 +174,-1.439089277,0.4894859811,447,0.903191366,-0.118210676,9111.4203156 +175,-1.448126995,0.5182330266,447,0.903191366,-0.118210676,9105.7090293 +176,-1.474626146,0.5881926574,447,0.903191366,-0.118210676,9088.1726082 +177,-1.421139645,0.5584869783,447,0.903191366,-0.118210676,8966.1546368 +178,-1.457037165,0.565943032,447,0.903191366,-0.118210676,9068.2188714 +179,-2.757159358,0.3745319,447,0.903191366,-0.118210676,10214.41208 +180,-2.714309238,0.342054471,447,0.903191366,-0.118210676,10410.408673 +181,-2.000525337,0.774119946,447,0.903191366,-0.118210676,9718.5665664 +183,-1.571413436,0.6777838382,447,0.903191366,-0.118210676,9193.0376069 +184,-1.552860289,0.6987663893,447,0.903191366,-0.118210676,9100.2932672 +185,-1.521852374,0.7165827476,447,0.903191366,-0.118210676,8983.7130152 +186,-1.503656267,0.6928968252,447,0.903191366,-0.118210676,8984.417355 +187,-1.502753178,0.7136205882,447,0.903191366,-0.118210676,8940.8705451 +188,-1.631894563,0.7343596465,447,0.903191366,-0.118210676,9208.9934917 +189,-1.653765416,0.6770714026,447,0.903191366,-0.118210676,9401.8671569 +190,-1.719812114,0.6715965947,447,0.903191366,-0.118210676,9572.3733714 +191,-1.493406659,0.6646955447,447,0.903191366,-0.118210676,9010.6197125 +192,-1.469120564,0.6613469966,447,0.903191366,-0.118210676,8949.2932323 +193,-1.590551461,0.5326612937,447,0.903191366,-0.118210676,9533.5713505 +194,-1.625979264,0.5247742243,447,0.903191366,-0.118210676,9655.5339766 +195,-1.572293943,0.5238808754,447,0.903191366,-0.118210676,9492.5791301 +196,-1.610848725,0.5477107964,447,0.903191366,-0.118210676,9567.0389631 +197,-1.208485554,0.7918526018,447,0.903191366,-0.118210676,8040.3713486 +198,-1.335601374,0.6869083083,447,0.903191366,-0.118210676,8530.4901303 +199,-1.346156996,0.6825213377,447,0.903191366,-0.118210676,8566.9644067 +200,-1.324381037,0.6741422347,447,0.903191366,-0.118210676,8515.8324975 +201,-1.242424992,0.7378949807,447,0.903191366,-0.118210676,8199.5828329 +202,-1.270370057,0.7392461008,447,0.903191366,-0.118210676,8275.2365551 +203,-1.448950472,0.7441675014,447,0.903191366,-0.118210676,8742.8889648 +204,-1.492662363,0.7523026852,447,0.903191366,-0.118210676,8836.4983705 +205,-1.479098966,0.7763855017,447,0.903191366,-0.118210676,8753.5527954 +206,-1.633760714,0.7869022408,447,0.903191366,-0.118210676,9078.8293809 +207,-1.647406434,0.8101289331,447,0.903191366,-0.118210676,9045.0776865 +208,-1.564245052,0.5701509278,447,0.903191366,-0.118210676,9387.1387783 +209,-1.646289963,0.6833746083,447,0.903191366,-0.118210676,9368.373134 +210,-1.5820631,0.6751952144,447,0.903191366,-0.118210676,9226.1839248 +211,-1.613236298,0.6681681791,447,0.903191366,-0.118210676,9321.7783932 +212,-1.914661867,0.8212566515,447,0.903191366,-0.118210676,9450.1728983 +213,-1.742133237,0.7250275956,447,0.903191366,-0.118210676,9473.7730069 +214,-2.033144872,0.6557314699,447,0.903191366,-0.118210676,10190.178535 +215,-2.039551981,0.6964723658,447,0.903191366,-0.118210676,10046.755229 +216,-1.247341019,0.7622473908,447,0.903191366,-0.118210676,8181.9970988 +217,-1.298239787,0.7084123392,447,0.903191366,-0.118210676,8394.4537072 +218,-1.308539688,0.6926545592,447,0.903191366,-0.118210676,8445.0639447 +219,-1.303263185,0.6888938396,447,0.903191366,-0.118210676,8434.9307212 +220,-1.852400229,0.6004246149,447,0.903191366,-0.118210676,10069.701853 +221,-1.288947707,0.7473773692,447,0.903191366,-0.118210676,8314.945487 +222,-1.372031502,0.7472790993,447,0.903191366,-0.118210676,8537.5825499 +223,-1.289805721,0.7242157877,447,0.903191366,-0.118210676,8349.3406062 +224,-1.350807603,0.7533498126,447,0.903191366,-0.118210676,8471.6503616 +225,-1.329290365,0.7560442322,447,0.903191366,-0.118210676,8410.4580459 +226,-1.410153004,0.616936428,447,0.903191366,-0.118210676,8850.1605197 +227,-1.393445434,0.6308995063,447,0.903191366,-0.118210676,8779.8219918 +228,-1.37595573,0.6241540638,447,0.903191366,-0.118210676,8737.0661388 +229,-1.358388707,0.6172645205,447,0.903191366,-0.118210676,8693.1801325 +230,-1.753741133,0.8281661666,447,0.903191366,-0.118210676,9189.5178248 +231,-1.47430987,0.6834615681,447,0.903191366,-0.118210676,8923.6401998 +232,-1.421012508,0.7222725206,447,0.903191366,-0.118210676,8710.222189 +233,-1.4476833,0.6978557868,447,0.903191366,-0.118210676,8825.2428572 +234,-1.470370723,0.6966193374,447,0.903191366,-0.118210676,8888.6156164 +235,-1.429211703,0.7037216883,447,0.903191366,-0.118210676,8764.8325024 +236,-1.700578405,0.6178673663,447,0.903191366,-0.118210676,9662.765143 +237,-1.678117619,0.6331716163,447,0.903191366,-0.118210676,9568.6320265 +238,-1.725644578,0.6316331145,447,0.903191366,-0.118210676,9690.6264661 +239,-2.14012759,0.7930497945,447,0.903191366,-0.118210676,9749.5674254 +240,-2.103289431,0.7653606263,447,0.903191366,-0.118210676,9837.9130712 +241,-1.318739838,0.7017808746,447,0.903191366,-0.118210676,8461.565441 +242,-1.396417427,0.7077900843,447,0.903191366,-0.118210676,8668.6274466 +243,-1.35650337,0.7185539404,447,0.903191366,-0.118210676,8542.0397964 +244,-1.248884539,0.7274156818,447,0.903191366,-0.118210676,8230.6811342 +245,-1.395014798,0.5761185243,447,0.903191366,-0.118210676,8860.5367095 +246,-1.433377362,0.6064716109,447,0.903191366,-0.118210676,8935.5321744 +247,-1.408172432,0.5903155476,447,0.903191366,-0.118210676,8882.2204685 +248,-1.749645898,0.7757118084,447,0.903191366,-0.118210676,9340.7974523 +249,-1.571626686,0.615046989,447,0.903191366,-0.118210676,9323.2554311 +250,-1.514070049,0.6303003037,447,0.903191366,-0.118210676,9131.8391531 +251,-1.480890369,0.6237966528,447,0.903191366,-0.118210676,9048.1203461 +252,-1.704390658,0.5281680612,447,0.903191366,-0.118210676,9879.9394661 +253,-1.64434733,0.5254277498,447,0.903191366,-0.118210676,9709.5325124 +254,-1.703855997,0.4792484842,447,0.903191366,-0.118210676,9979.3994751 +255,-1.692002383,0.5748825051,447,0.903191366,-0.118210676,9741.6271362 +256,-1.854136457,0.5544643913,447,0.903191366,-0.118210676,10207.251842 +257,-1.665021206,0.520317736,447,0.903191366,-0.118210676,9781.2008938 +258,-1.733654349,0.4845187345,447,0.903191366,-0.118210676,10058.429802 +259,-1.720938188,0.5135933906,447,0.903191366,-0.118210676,9959.0982197 +260,-1.742668307,0.553296122,447,0.903191366,-0.118210676,9929.0033787 +261,-1.965659039,0.7142126903,447,0.903191366,-0.118210676,9893.9564545 +262,-1.944438071,0.6772834804,447,0.903191366,-0.118210676,9992.6232736 +263,-1.270340967,0.7681487096,447,0.903191366,-0.118210676,8235.828248 +264,-1.353091884,0.6549276821,447,0.903191366,-0.118210676,8626.2123046 +265,-1.333236659,0.6413584414,447,0.903191366,-0.118210676,8585.5848778 +266,-1.352015998,0.6753788907,447,0.903191366,-0.118210676,8594.0763143 +267,-1.377988483,0.6577816235,447,0.903191366,-0.118210676,8694.920884 +268,-2.13075611,0.8318642051,447,0.903191366,-0.118210676,9593.7220268 +269,-2.097910953,0.8259670014,447,0.903191366,-0.118210676,9600.2573568 +270,-1.416382069,0.6694271549,447,0.903191366,-0.118210676,8787.1047825 +271,-1.538905672,0.7535625993,447,0.903191366,-0.118210676,8946.1247738 +272,-1.572309477,0.7803125099,447,0.903191366,-0.118210676,8961.7406623 +273,-1.87759879,0.7503853417,447,0.903191366,-0.118210676,9641.3815125 +274,1.152365588,0.590457682,447,0.903191366,-0.118210676,2958.7318593 +275,0.350198001,0.718001859,447,0.903191366,-0.118210676,3873.2319972 +276,0.046513677,0.491503852,447,0.903191366,-0.118210676,4066.3586415 +277,0.027510309,0.742571376,447,0.903191366,-0.118210676,4640.1028189 +278,0.306285725,-0.214631579,447,0.903191366,-0.118210676,2360.8042114 +279,-1.100564889,0.318051531,447,0.903191366,-0.118210676,7994.0467295 +280,-1.078582306,0.301437596,447,0.903191366,-0.118210676,7911.9743112 +281,-1.137371989,-0.617634065,447,0.903191366,-0.118210676,7421.2308105 +282,0.784356344,0.703272339,447,0.903191366,-0.118210676,3282.6957341 +283,-1.221209947,0.218327455,447,0.903191366,-0.118210676,8459.0588047 +284,2.347301921,-0.449114658,447,0.903191366,-0.118210676,5568.4604907 +285,0.246820618,0.830553713,447,0.903191366,-0.118210676,4401.7577321 +286,0.829414965,0.703288228,447,0.903191366,-0.118210676,3265.0887957 +287,-1.337537566,0.42332223,447,0.903191366,-0.118210676,8823.6755444 +288,0.882453706,0.454478077,447,0.903191366,-0.118210676,2269.8220518 +289,1.575629659,0.416419109,447,0.903191366,-0.118210676,3352.2098666 +290,-1.039455679,0.229888244,447,0.903191366,-0.118210676,7758.1440601 +291,0.489558039,0.934482747,447,0.903191366,-0.118210676,4393.139374 +292,0.081344504,0.88384514,447,0.903191366,-0.118210676,4857.904211 +293,-1.547979814,0.300350308,447,0.903191366,-0.118210676,9679.6027803 +294,0.040776181,0.168560074,447,0.903191366,-0.118210676,3587.5369813 +295,-1.130374745,0.563894876,447,0.903191366,-0.118210676,8016.4709929 +296,1.578326642,0.478507176,447,0.903191366,-0.118210676,3502.842754 +297,-1.12861823,-0.291640865,447,0.903191366,-0.118210676,7805.3349796 +298,0.310524208,0.770885792,447,0.903191366,-0.118210676,4108.3358987 +299,0.415649091,-0.387246002,447,0.903191366,-0.118210676,2145.2003374 +300,-0.926533878,-0.188022748,447,0.903191366,-0.118210676,7131.9602699 +301,1.258856172,-0.11716081,447,0.903191366,-0.118210676,1398.9469118 +302,-1.126050026,0.322941926,447,0.903191366,-0.118210676,8089.3251585 +303,2.002785835,0.07893892,447,0.903191366,-0.118210676,4416.9202523 +304,0.440437607,0.746258085,447,0.903191366,-0.118210676,3808.1596926 +305,-0.030391866,0.214441206,447,0.903191366,-0.118210676,3904.8469884 +306,0.521557815,-0.058929362,447,0.903191366,-0.118210676,1523.6291292 +307,-0.097005111,0.13317729,447,0.903191366,-0.118210676,4074.5646202 +308,1.83113859,0.221857587,447,0.903191366,-0.118210676,3892.592499 +309,0.222428864,0.099404236,447,0.903191366,-0.118210676,2825.6850027 +310,-1.702731345,0.8728568183,447,0.903191366,-0.118210676,8968.3261879 +311,-0.418507569,0.278324921,447,0.903191366,-0.118210676,5412.2718805 +312,-1.41153306,0.339029988,447,0.903191366,-0.118210676,9148.3143372 +313,0.357560442,0.114788776,447,0.903191366,-0.118210676,2345.5212661 +314,0.325818979,0.268352149,447,0.903191366,-0.118210676,2734.6043438 +315,-1.246004659,-0.663679965,447,0.903191366,-0.118210676,7659.3602148 +316,1.814603087,0.637404484,447,0.903191366,-0.118210676,4510.6513431 +317,1.843704281,-0.18300445,447,0.903191366,-0.118210676,3688.0958887 +318,1.690644492,-0.211480909,447,0.903191366,-0.118210676,3095.4426212 +319,-1.275451936,0.068109467,447,0.903191366,-0.118210676,8642.7744844 +320,0.762430171,-0.207594741,447,0.903191366,-0.118210676,654.07282574 +321,0.265668905,-0.014647884,447,0.903191366,-0.118210676,2551.5026924 +322,-2.773032013,-0.335515811,447,0.903191366,-0.118210676,9690.48023 +323,-1.469512853,0.174058777,447,0.903191366,-0.118210676,9424.7201232 +324,0.286276986,0.785925691,447,0.903191366,-0.118210676,4198.0807359 +325,-1.379324697,0.377432233,447,0.903191366,-0.118210676,9005.895002 +326,-1.203778265,0.212813032,447,0.903191366,-0.118210676,8391.4803662 +327,0.579916301,0.611743168,447,0.903191366,-0.118210676,3133.3703609 +328,0.267582642,0.868113908,447,0.903191366,-0.118210676,4476.9342568 +329,0.412869244,-0.050245578,447,0.903191366,-0.118210676,1953.3977226 +330,0.17524381,0.976660285,447,0.903191366,-0.118210676,4943.1301758 +331,0.743157214,0.204812899,447,0.903191366,-0.118210676,1426.4167729 +332,-1.070758176,0.269382282,447,0.903191366,-0.118210676,7881.8972881 +333,-1.230364251,0.329790229,447,0.903191366,-0.118210676,8478.7944133 +334,-1.374813124,-0.024926835,447,0.903191366,-0.118210676,8983.3594765 +335,0.519780566,0.463669906,447,0.903191366,-0.118210676,2734.9700583 +336,-1.55108034,0.239698561,447,0.903191366,-0.118210676,9725.4941524 +337,0.180294813,0.029739425,447,0.903191366,-0.118210676,2917.2812849 +338,0.67820924,0.268170153,447,0.903191366,-0.118210676,1766.9027684 +339,0.445798684,1.024001867,447,0.903191366,-0.118210676,4752.5586135 +340,0.691751283,0.150521402,447,0.903191366,-0.118210676,1352.7984194 +341,-1.036643551,-0.903056181,447,0.903191366,-0.118210676,6735.1095221 +342,-0.120287036,1.083325163,447,0.903191366,-0.118210676,5674.1493495 +343,2.823513113,-0.304487164,447,0.903191366,-0.118210676,7383.4748815 +344,0.457583172,1.12513373,447,0.903191366,-0.118210676,5098.5090236 +345,0.042918831,0.813795399,447,0.903191366,-0.118210676,4767.1930617 +346,1.196146777,-0.853142756,447,0.903191366,-0.118210676,3071.8538278 +347,0.206001358,-0.010430701,447,0.903191366,-0.118210676,2787.1443743 +348,-0.268308653,0.234799412,447,0.903191366,-0.118210676,4813.9266583 +349,0.759363263,0.736189579,447,0.903191366,-0.118210676,3424.0123546 +350,0.181363926,0.891988372,447,0.903191366,-0.118210676,4694.2215747 +351,-0.021111158,0.139103292,447,0.903191366,-0.118210676,3790.2790616 +352,-0.093355215,0.630686981,447,0.903191366,-0.118210676,4737.2986534 +353,0.40118964,0.681375926,447,0.903191366,-0.118210676,3663.8844921 +354,-0.721197315,1.304706234,447,0.903191366,-0.118210676,6729.4190223 +355,-1.076150317,0.212107639,447,0.903191366,-0.118210676,7897.3894811 +356,-1.577164531,0.273993443,447,0.903191366,-0.118210676,9806.4792687 +357,-0.190788414,0.182208586,447,0.903191366,-0.118210676,4475.1604439 +358,-0.261349752,0.209710184,447,0.903191366,-0.118210676,4766.3326201 +359,-1.029303852,0.083549259,447,0.903191366,-0.118210676,7680.6776047 +360,-1.268609162,0.330525297,447,0.903191366,-0.118210676,8621.4277094 +361,1.282982244,-0.926641967,447,0.903191366,-0.118210676,3428.864478 +362,0.217352334,0.731352408,447,0.903191366,-0.118210676,4178.9952124 +363,-1.511833084,0.258629297,447,0.903191366,-0.118210676,9567.4652236 +364,0.338812194,0.823184618,447,0.903191366,-0.118210676,4220.9295576 +365,-0.324406489,1.134201999,447,0.903191366,-0.118210676,6085.5383008 +366,1.389579348,0.399185724,447,0.903191366,-0.118210676,2784.0033925 +367,2.047152199,-0.039082036,447,0.903191366,-0.118210676,4525.1133348 +368,0.947780369,0.568250077,447,0.903191366,-0.118210676,2724.2657632 +369,0.763824846,0.576754987,447,0.903191366,-0.118210676,2802.3103403 +370,-0.142334657,0.928153068,447,0.903191366,-0.118210676,5408.0972516 +371,0.610266567,0.547265983,447,0.903191366,-0.118210676,2859.7484665 +372,0.210731629,0.746815056,447,0.903191366,-0.118210676,4235.322414 +373,-1.34931644,0.316895224,447,0.903191366,-0.118210676,8928.2929167 +374,2.407696481,0.655030745,447,0.903191366,-0.118210676,6299.8764202 +375,0.64207831,0.545359131,447,0.903191366,-0.118210676,2808.3023427 +376,1.174597538,0.840588356,447,0.903191366,-0.118210676,3913.9591961 +377,0.660059424,0.010604079,447,0.903191366,-0.118210676,1088.030273 +378,-0.730263819,0.010486456,447,0.903191366,-0.118210676,6473.2763743 +379,0.831068936,0.512339172,447,0.903191366,-0.118210676,2512.6852621 +380,1.301180979,0.72367476,447,0.903191366,-0.118210676,3633.7720418 +381,1.811128231,0.322854402,447,0.903191366,-0.118210676,3952.5858792 +382,0.435105812,0.992284428,447,0.903191366,-0.118210676,4653.0140521 +383,0.62643634,0.592027932,447,0.903191366,-0.118210676,2998.7624405 +384,0.492988703,-0.516339467,447,0.903191366,-0.118210676,2196.5018756 +385,-0.162469483,0.112549365,447,0.903191366,-0.118210676,4309.545137 +386,0.314630866,0.472006421,447,0.903191366,-0.118210676,3249.1951534 +387,0.166744804,0.822815954,447,0.903191366,-0.118210676,4531.4908274 +388,0.417159608,0.965805736,447,0.903191366,-0.118210676,4581.6296169 +389,0.106334961,0.868774244,447,0.903191366,-0.118210676,4771.0106887 +390,0.815086969,-0.338144359,447,0.903191366,-0.118210676,934.83999397 +391,0.59867455,-0.230624824,447,0.903191366,-0.118210676,1267.8297373 +392,1.915104874,0.066220985,447,0.903191366,-0.118210676,4067.0567251 +393,1.278093622,0.064463721,447,0.903191366,-0.118210676,1649.5384437 +394,-0.061477853,0.302997961,447,0.903191366,-0.118210676,4126.176943 +395,0.251311504,0.626976942,447,0.903191366,-0.118210676,3819.2421977 +396,2.950242872,0.149095644,447,0.903191366,-0.118210676,8149.7929745 +397,-0.180294708,0.35375117,447,0.903191366,-0.118210676,4612.039963 +398,1.010448592,-0.351180233,447,0.903191366,-0.118210676,1010.6255848 +399,-1.748740498,0.3686318073,447,0.903191366,-0.118210676,10322.313644 +400,2.699635665,0.123533791,447,0.903191366,-0.118210676,7161.6098565 +401,0.496808033,0.823843254,447,0.903191366,-0.118210676,3994.4313396 +402,0.129574704,0.763364087,447,0.903191366,-0.118210676,4453.6699158 +403,1.798920311,0.817447563,447,0.903191366,-0.118210676,4854.0478172 +404,0.335987953,0.746786541,447,0.903191366,-0.118210676,3988.1388243 +405,-1.085413643,0.292154671,447,0.903191366,-0.118210676,7938.0175731 +406,-0.155321003,0.508207011,447,0.903191366,-0.118210676,4729.8590824 +407,0.620529244,-0.301175104,447,0.903191366,-0.118210676,1311.6045176 +408,1.684402744,0.368716966,447,0.903191366,-0.118210676,3597.1596486 +409,0.300582244,-0.386397212,447,0.903191366,-0.118210676,2534.0993385 +410,2.913555946,-0.009225192,447,0.903191366,-0.118210676,7945.2329287 +411,1.465101417,0.493232532,447,0.903191366,-0.118210676,3236.5704817 +412,0.090612882,0.907955955,447,0.903191366,-0.118210676,4901.4742651 +413,2.987564726,-0.729568594,447,0.903191366,-0.118210676,7366.9962387 +414,-1.484261606,0.224149272,447,0.903191366,-0.118210676,9474.2233179 +415,0.164073421,0.303955133,447,0.903191366,-0.118210676,3340.5040164 +416,0.141441293,0.167552546,447,0.903191366,-0.118210676,3211.9652162 +417,2.931321023,-0.506718887,447,0.903191366,-0.118210676,7537.8456552 +418,2.21951565,0.700596356,447,0.903191366,-0.118210676,5765.1301852 +419,0.268112576,1.199114336,447,0.903191366,-0.118210676,5503.2312335 +420,0.978913739,0.359223811,447,0.903191366,-0.118210676,1913.9545682 +421,1.210898818,0.522863584,447,0.903191366,-0.118210676,2795.9744284 +422,2.347397336,0.129231362,447,0.903191366,-0.118210676,5788.8080097 +423,0.614394501,0.556878345,447,0.903191366,-0.118210676,2888.1631376 +424,-1.398079356,0.148483366,447,0.903191366,-0.118210676,9144.6805075 +425,2.535303836,-0.112984496,447,0.903191366,-0.118210676,6408.8163354 +426,-1.019372593,-0.405322349,447,0.903191366,-0.118210676,7296.3068829 +427,-1.297785627,-0.160104069,447,0.903191366,-0.118210676,8570.995297 +428,2.144554488,0.205051084,447,0.903191366,-0.118210676,5054.3997773 +429,-2.242387083,-0.426171285,447,0.903191366,-0.118210676,10287.496621 +430,0.338637212,0.909723676,447,0.903191366,-0.118210676,4496.387838 +431,-0.148798452,0.691042401,447,0.903191366,-0.118210676,4997.3484663 +432,0.893524764,0.441829531,447,0.903191366,-0.118210676,2218.6319616 +433,0.969229347,-0.368847936,447,0.903191366,-0.118210676,1024.5206716 +434,0.436043248,0.800045688,447,0.903191366,-0.118210676,3994.889655 +435,1.687946607,1.081504775,447,0.903191366,-0.118210676,5318.3851988 +436,0.522302046,-0.034889271,447,0.903191366,-0.118210676,1539.5769112 +437,-0.178996113,-0.438090009,447,0.903191366,-0.118210676,4274.2664638 +438,-1.094339566,0.301444068,447,0.903191366,-0.118210676,7971.5723416 +439,-1.064070054,0.242569932,447,0.903191366,-0.118210676,7854.3918356 +440,-1.068153768,0.230387998,447,0.903191366,-0.118210676,7868.8265797 +441,-3.00496892,-0.23989155,447,0.903191366,-0.118210676,9112.8995288 +442,0.21751974,0.766874888,447,0.903191366,-0.118210676,4276.5881319 +443,0.117229532,0.007619006,447,0.903191366,-0.118210676,3145.8172586 +444,0.777758451,0.420554741,447,0.903191366,-0.118210676,2188.4082183 +445,-0.252356999,0.250747086,447,0.903191366,-0.118210676,4768.2640181 +446,0.363148444,0.768483434,447,0.903191366,-0.118210676,4007.5643071 +447,0.903191366,-0.118210676,447,0.903191366,-0.118210676,0 +448,-0.205755923,0.149406178,447,0.903191366,-0.118210676,4505.0034476 +449,1.811996086,0.02364353,447,0.903191366,-0.118210676,3636.0467942 +450,-1.100670221,0.314845373,447,0.903191366,-0.118210676,7994.690911 +451,0.340078597,0.850105132,447,0.903191366,-0.118210676,4303.9732519 +452,0.258757267,0.804969236,447,0.903191366,-0.118210676,4305.1630818 +453,2.78505352,-0.155160804,447,0.903191366,-0.118210676,7354.5372651 +454,0.800551619,0.105822106,447,0.903191366,-0.118210676,975.73420016 +455,0.437940882,-0.506194031,447,0.903191366,-0.118210676,2319.7012812 +456,2.230431122,0.63458615,447,0.903191366,-0.118210676,5733.7473258 +457,0.527965361,0.127667701,447,0.903191366,-0.118210676,1773.7843052 +458,-0.063643205,0.702093448,447,0.903191366,-0.118210676,4786.9540855 +459,1.408447268,0.133010502,447,0.903191366,-0.118210676,2230.2625152 +460,0.523795955,0.280266966,447,0.903191366,-0.118210676,2168.9179389 +461,-0.975769313,0.072177659,447,0.903191366,-0.118210676,7465.8800022 +462,0.549774164,-0.463663986,447,0.903191366,-0.118210676,1909.551922 +463,0.29245874,1.095549818,447,0.903191366,-0.118210676,5149.8616162 +464,0.143625958,0.816809593,447,0.903191366,-0.118210676,4561.7910312 +465,0.671902494,0.611159853,447,0.903191366,-0.118210676,3015.5188333 +466,1.239840988,0.6724199,447,0.903191366,-0.118210676,3367.86991 +467,0.607829703,-0.10932137,447,0.903191366,-0.118210676,1162.8389959 +468,1.763020906,0.263996692,447,0.903191366,-0.118210676,3698.7606706 +469,0.378714634,0.726066797,447,0.903191366,-0.118210676,3846.2027482 +470,2.196736143,-0.153862366,447,0.903191366,-0.118210676,5070.2817555 +471,0.01702415,0.148991565,447,0.903191366,-0.118210676,3655.614284 +472,-2.998490902,-0.158002487,447,0.903191366,-0.118210676,9250.2089058 +473,-3.051262951,-0.346595608,447,0.903191366,-0.118210676,8780.5978815 +474,-1.069176439,0.182802941,447,0.903191366,-0.118210676,7865.3910884 +475,0.167157509,0.595344954,447,0.903191366,-0.118210676,3947.3057953 +476,0.613855648,0.681746124,447,0.903191366,-0.118210676,3341.9770453 +477,1.037012736,0.682555367,447,0.903191366,-0.118210676,3209.6715349 +478,-1.253574971,0.379755746,447,0.903191366,-0.118210676,8546.4452438 +479,3.108590453,-0.132620738,447,0.903191366,-0.118210676,8614.4470537 +480,0.565301296,0.022333262,447,0.903191366,-0.118210676,1447.0850114 +481,0.547898238,0.855555614,447,0.903191366,-0.118210676,4048.8119508 +482,0.948309381,0.417393755,447,0.903191366,-0.118210676,2128.6879228 +483,-0.050600732,0.945269213,447,0.903191366,-0.118210676,5258.5996244 +484,-0.977651478,-0.572363064,447,0.903191366,-0.118210676,6982.387869 +485,1.102014914,0.728861163,447,0.903191366,-0.118210676,3431.739587 +486,2.927300795,-0.282939414,447,0.903191366,-0.118210676,7785.9401312 +487,-1.154565557,0.124434095,447,0.903191366,-0.118210676,8185.7220474 +488,1.855331234,0.291044755,447,0.903191366,-0.118210676,4065.8913617 +489,0.830290659,0.276904518,447,0.903191366,-0.118210676,1590.9563147 +490,0.485104466,-0.234867441,447,0.903191366,-0.118210676,1693.1848276 +491,0.521367572,-0.33161327,447,0.903191366,-0.118210676,1696.228912 +1,-1.539031704,0.7349710123,448,-0.205755923,0.149406178,5129.0461304 +2,-1.536990553,0.7349663874,448,-0.205755923,0.149406178,5123.0543151 +3,-1.534951779,0.7349571355,448,-0.205755923,0.149406178,5117.0689141 +4,-1.532906461,0.7349480293,448,-0.205755923,0.149406178,5111.0646551 +5,-1.531320211,0.7346937278,448,-0.205755923,0.149406178,5106.356765 +6,-1.539451648,0.7335131775,448,-0.205755923,0.149406178,5130.0079306 +7,-1.537429487,0.7335445708,448,-0.205755923,0.149406178,5124.0707097 +8,-1.535484998,0.7335658704,448,-0.205755923,0.149406178,5118.360496 +9,-1.533488396,0.7336036027,448,-0.205755923,0.149406178,5112.5010534 +10,-1.531497785,0.7335842962,448,-0.205755923,0.149406178,5106.6482522 +11,-1.530259379,0.7334777758,448,-0.205755923,0.149406178,5102.9873713 +12,-1.5335454,0.7322346912,448,-0.205755923,0.149406178,5112.394551 +13,-1.531489083,0.7322238773,448,-0.205755923,0.149406178,5106.3428835 +14,-1.530011122,0.7321679851,448,-0.205755923,0.149406178,5101.9834443 +15,-1.53348106,0.7306614094,448,-0.205755923,0.149406178,5111.8927162 +16,-1.531441779,0.7306962275,448,-0.205755923,0.149406178,5105.8918539 +17,-1.529755654,0.7306933243,448,-0.205755923,0.149406178,5100.9242266 +18,-1.533415048,0.7291384674,448,-0.205755923,0.149406178,5111.398097 +19,-1.531392093,0.7291705353,448,-0.205755923,0.149406178,5105.4364761 +20,-1.529296523,0.7291214933,448,-0.205755923,0.149406178,5099.244615 +21,-1.535280942,0.727267644,448,-0.205755923,0.149406178,5116.54744 +22,-1.533378158,0.7276139666,448,-0.205755923,0.149406178,5110.9913102 +23,-1.531340368,0.7276446587,448,-0.205755923,0.149406178,5104.9772944 +24,-1.528960113,0.7276398177,448,-0.205755923,0.149406178,5097.9451343 +25,-1.533313146,0.7260818349,448,-0.205755923,0.149406178,5110.5022023 +26,-1.531259555,0.7260958115,448,-0.205755923,0.149406178,5104.4297463 +27,-1.528926415,0.7260865555,448,-0.205755923,0.149406178,5097.5262229 +28,-1.531226779,0.7245511789,448,-0.205755923,0.149406178,5104.0274126 +29,-1.528904772,0.7245519194,448,-0.205755923,0.149406178,5097.1493026 +30,-1.547195875,0.7409785979,448,-0.205755923,0.149406178,5154.0278349 +31,-1.5451475,0.740980426,448,-0.205755923,0.149406178,5148.0477195 +32,-1.543097679,0.7409798872,448,-0.205755923,0.149406178,5142.0633461 +33,-1.540720364,0.7409892687,448,-0.205755923,0.149406178,5135.1252453 +34,-1.547188511,0.7395198392,448,-0.205755923,0.149406178,5153.7561037 +35,-1.545148587,0.7395226109,448,-0.205755923,0.149406178,5147.7927771 +36,-1.543104538,0.7395314908,448,-0.205755923,0.149406178,5141.8189059 +37,-1.540727751,0.7395306258,448,-0.205755923,0.149406178,5134.8710831 +38,-1.547187029,0.7380014886,448,-0.205755923,0.149406178,5153.4937837 +39,-1.545147315,0.7380012252,448,-0.205755923,0.149406178,5147.5221756 +40,-1.54310719,0.7380060743,448,-0.205755923,0.149406178,5141.5506486 +41,-1.540719671,0.7380068206,448,-0.205755923,0.149406178,5134.5619142 +42,-1.547187189,0.7364799098,448,-0.205755923,0.149406178,5153.2382427 +43,-1.545149996,0.7364853874,448,-0.205755923,0.149406178,5147.266653 +44,-1.543106091,0.7364823484,448,-0.205755923,0.149406178,5141.2742904 +45,-1.540717158,0.7364893901,448,-0.205755923,0.149406178,5134.2727598 +46,-1.538663972,0.7410138672,448,-0.205755923,0.149406178,5129.127505 +47,-1.53695285,0.7409699132,448,-0.205755923,0.149406178,5124.1244259 +48,-1.534910498,0.7409641297,448,-0.205755923,0.149406178,5118.1623313 +49,-1.533145034,0.7409536636,448,-0.205755923,0.149406178,5113.007682 +50,-1.538681336,0.7395405883,448,-0.205755923,0.149406178,5128.8914984 +51,-1.536999189,0.7395183096,448,-0.205755923,0.149406178,5123.9706462 +52,-1.534923633,0.7395144222,448,-0.205755923,0.149406178,5117.9038631 +53,-1.533267822,0.7395654306,448,-0.205755923,0.149406178,5113.0755455 +54,-1.53867273,0.7380151077,448,-0.205755923,0.149406178,5128.5720214 +55,-1.536980576,0.7379994392,448,-0.205755923,0.149406178,5123.6162782 +56,-1.534931522,0.7379944961,448,-0.205755923,0.149406178,5117.6183221 +57,-1.533387952,0.7379480264,448,-0.205755923,0.149406178,5113.0914379 +58,-1.538682279,0.7364914363,448,-0.205755923,0.149406178,5128.3086359 +59,-1.536980704,0.7364810563,448,-0.205755923,0.149406178,5123.3193744 +60,-1.534935567,0.7364752065,448,-0.205755923,0.149406178,5117.3243221 +61,-1.533042592,0.7363876366,448,-0.205755923,0.149406178,5111.7587478 +62,-1.545143426,0.7349628011,448,-0.205755923,0.149406178,5146.9853663 +63,-1.543105297,0.7349691947,448,-0.205755923,0.149406178,5141.0032573 +64,-1.541064533,0.7349647152,448,-0.205755923,0.149406178,5135.0118687 +65,-1.545411803,0.7334624714,448,-0.205755923,0.149406178,5147.5186358 +66,-1.543446606,0.7334780896,448,-0.205755923,0.149406178,5141.7442427 +67,-1.541475327,0.7334957295,448,-0.205755923,0.149406178,5135.9528422 +68,-1.545401939,0.731963266,448,-0.205755923,0.149406178,5147.2376429 +69,-1.54342253,0.7319915583,448,-0.205755923,0.149406178,5141.415677 +70,-1.541455867,0.7320216438,448,-0.205755923,0.149406178,5135.6321854 +71,-1.545410146,0.7304422281,448,-0.205755923,0.149406178,5147.0086986 +72,-1.543435491,0.7304713664,448,-0.205755923,0.149406178,5141.1927781 +73,-1.541463105,0.7304997613,448,-0.205755923,0.149406178,5135.3840596 +74,-1.545414768,0.7289194936,448,-0.205755923,0.149406178,5146.7715022 +75,-1.543435774,0.7289538557,448,-0.205755923,0.149406178,5140.9355721 +76,-1.541457714,0.7289765881,448,-0.205755923,0.149406178,5135.1010664 +77,-1.539449415,0.7320555866,448,-0.205755923,0.149406178,5129.7329681 +78,-1.537429183,0.7321097681,448,-0.205755923,0.149406178,5123.7977584 +79,-1.535472649,0.7321497267,448,-0.205755923,0.149406178,5118.048191 +80,-1.539457899,0.7305333307,448,-0.205755923,0.149406178,5129.4802002 +81,-1.537453161,0.7305750503,448,-0.205755923,0.149406178,5123.5799749 +82,-1.535479385,0.7306124949,448,-0.205755923,0.149406178,5117.7709869 +83,-1.53946905,0.7290102593,448,-0.205755923,0.149406178,5129.237817 +84,-1.537459922,0.7290417293,448,-0.205755923,0.149406178,5123.3144903 +85,-1.535451349,0.7290890157,448,-0.205755923,0.149406178,5117.3965359 +86,-1.535522937,0.7279887191,448,-0.205755923,0.149406178,5117.3988302 +87,-1.539442524,0.7274735939,448,-0.205755923,0.149406178,5128.8843525 +88,-1.537424111,0.727521351,448,-0.205755923,0.149406178,5122.9282838 +89,-1.539384641,0.7259505092,448,-0.205755923,0.149406178,5128.4429157 +90,-1.537372391,0.7259947145,448,-0.205755923,0.149406178,5122.4961717 +91,-1.535340789,0.7260435356,448,-0.205755923,0.149406178,5116.4938838 +92,-1.539325716,0.7244369706,448,-0.205755923,0.149406178,5128.0021893 +93,-1.537308932,0.7244801057,448,-0.205755923,0.149406178,5122.0336532 +94,-1.535289068,0.7245247645,448,-0.205755923,0.149406178,5116.0571089 +95,-1.533261366,0.7245550236,448,-0.205755923,0.149406178,5110.0554505 +96,-1.539267302,0.722921924,448,-0.205755923,0.149406178,5127.5648116 +97,-1.537248972,0.7229660258,448,-0.205755923,0.149406178,5121.5836844 +98,-1.535219431,0.7229916471,448,-0.205755923,0.149406178,5115.5667256 +99,-1.53318962,0.7230212049,448,-0.205755923,0.149406178,5109.5503765 +100,-1.531154816,0.7230299897,448,-0.205755923,0.149406178,5103.5158736 +101,-1.528878341,0.7230370244,448,-0.205755923,0.149406178,5096.764692 +102,-1.539218189,0.7214009878,448,-0.205755923,0.149406178,5127.1561631 +103,-1.537198791,0.7214422745,448,-0.205755923,0.149406178,5121.1631537 +104,-1.535179266,0.7214634354,448,-0.205755923,0.149406178,5115.1668975 +105,-1.533156501,0.7214944644,448,-0.205755923,0.149406178,5109.1634789 +106,-1.53113574,0.7215166021,448,-0.205755923,0.149406178,5103.1650116 +107,-1.528874248,0.7215345535,448,-0.205755923,0.149406178,5096.4513452 +108,-1.539217656,0.7198512397,448,-0.205755923,0.149406178,5126.8893508 +109,-1.537199919,0.7199428763,448,-0.205755923,0.149406178,5120.9017703 +110,-1.545425832,0.727397149,448,-0.205755923,0.149406178,5146.5560058 +111,-1.543371177,0.7273916949,448,-0.205755923,0.149406178,5140.4816613 +112,-1.541368852,0.7274523163,448,-0.205755923,0.149406178,5134.5737216 +113,-1.545349067,0.7258710923,448,-0.205755923,0.149406178,5146.0825688 +114,-1.54332671,0.7258603556,448,-0.205755923,0.149406178,5140.0946185 +115,-1.541346831,0.7259242142,448,-0.205755923,0.149406178,5134.2454061 +116,-1.545324355,0.7243383958,448,-0.205755923,0.149406178,5145.7643121 +117,-1.543292796,0.7243617413,448,-0.205755923,0.149406178,5139.746473 +118,-1.541295822,0.7244024384,448,-0.205755923,0.149406178,5133.8346748 +119,-1.543193859,0.7205570215,448,-0.205755923,0.149406178,5138.8343875 +120,-1.550257047,0.7386738187,448,-0.205755923,0.149406178,5162.5907367 +121,-1.549335448,0.7311736483,448,-0.205755923,0.149406178,5158.6943923 +122,-1.533478843,0.7179891343,448,-0.205755923,0.149406178,5109.4713708 +123,-1.556150555,0.738907041,448,-0.205755923,0.149406178,5179.8715469 +124,-1.554324226,0.733414257,448,-0.205755923,0.149406178,5173.715574 +125,-1.554290846,0.7288285332,448,-0.205755923,0.149406178,5172.9636592 +126,-1.55122487,0.7219795312,448,-0.205755923,0.149406178,5162.9203875 +127,-1.525104458,0.7229399862,448,-0.205755923,0.149406178,5085.551141 +128,-1.519607711,0.7236181429,448,-0.205755923,0.149406178,5069.4030109 +129,-1.513899999,0.7251107854,448,-0.205755923,0.149406178,5052.8522371 +130,-1.536620762,0.7431061895,448,-0.205755923,0.149406178,5123.5870114 +131,-1.5369566,0.7460845958,448,-0.205755923,0.149406178,5125.1732302 +132,-1.545345528,0.7447040685,448,-0.205755923,0.149406178,5149.2937679 +133,-1.532813921,0.7432306626,448,-0.205755923,0.149406178,5112.5253665 +134,-1.554788248,0.7382381001,448,-0.205755923,0.149406178,5175.7856885 +135,-1.540348126,0.7301594274,448,-0.205755923,0.149406178,5132.0369144 +136,-1.538016084,0.7239051786,448,-0.205755923,0.149406178,5124.0265005 +137,-1.525288962,0.7258085137,448,-0.205755923,0.149406178,5086.707784 +138,-1.534326986,0.731241342,448,-0.205755923,0.149406178,5114.4985912 +139,-1.530733872,0.7303625216,448,-0.205755923,0.149406178,5103.738046 +141,-1.534354939,0.7328219978,448,-0.205755923,0.149406178,5114.8922553 +142,-1.53157084,0.7292888153,448,-0.205755923,0.149406178,5105.9875827 +143,-1.525691035,0.7263799874,448,-0.205755923,0.149406178,5088.0192003 +144,-1.534031287,0.7495967835,448,-0.205755923,0.149406178,5117.4338956 +145,-1.527714986,0.7283095957,448,-0.205755923,0.149406178,5094.4080503 +146,-1.526189586,0.7271468292,448,-0.205755923,0.149406178,5089.6565616 +147,-1.555177336,0.7375563366,448,-0.205755923,0.149406178,5176.8243094 +148,-1.555080283,0.7312707794,448,-0.205755923,0.149406178,5175.6350171 +149,-1.53856994,0.7224180299,448,-0.205755923,0.149406178,5125.4072185 +150,-1.530837883,0.729933372,448,-0.205755923,0.149406178,5103.9568787 +151,-1.515066984,0.5854133365,448,-0.205755923,0.149406178,5034.4756142 +152,-1.534731633,0.5368370046,448,-0.205755923,0.149406178,5099.394375 +153,-1.515231902,0.5607085576,448,-0.205755923,0.149406178,5033.6423505 +154,-2.616253799,1.0684566605,448,-0.205755923,0.149406178,7116.6923088 +155,-1.956071439,0.5792177723,448,-0.205755923,0.149406178,6484.6962108 +156,-1.951208514,0.5602434208,448,-0.205755923,0.149406178,6485.3925399 +157,-1.944675062,0.6062144545,448,-0.205755923,0.149406178,6424.712276 +158,-1.613778386,0.6077989518,448,-0.205755923,0.149406178,5357.3040081 +159,-2.035029014,0.6021432345,448,-0.205755923,0.149406178,6714.3370782 +160,-2.114989471,0.6801825058,448,-0.205755923,0.149406178,6864.9745397 +161,-2.037382079,0.5765830025,448,-0.205755923,0.149406178,6748.8411565 +162,-2.129855121,0.6585019963,448,-0.205755923,0.149406178,6936.8718828 +163,-2.075141798,0.6493615843,448,-0.205755923,0.149406178,6785.0232028 +164,-1.828626729,0.6948433129,448,-0.205755923,0.149406178,6000.9190895 +165,-1.863329418,0.6735427691,448,-0.205755923,0.149406178,6119.4798343 +166,-1.266037071,0.727988852,448,-0.205755923,0.149406178,4329.7269639 +167,-1.277579582,0.7249010648,448,-0.205755923,0.149406178,4360.1360384 +168,-1.258418684,0.7241194816,448,-0.205755923,0.149406178,4304.1544529 +169,-1.317813974,0.6804850104,448,-0.205755923,0.149406178,4443.6955433 +170,-1.344165204,0.6790988904,448,-0.205755923,0.149406178,4522.7911365 +171,-1.427582102,0.5277120351,448,-0.205755923,0.149406178,4733.1174613 +172,-1.402238616,0.457167829,448,-0.205755923,0.149406178,4634.4436628 +173,-1.422454264,0.4996161999,448,-0.205755923,0.149406178,4710.9319019 +174,-1.439089277,0.4894859811,448,-0.205755923,0.149406178,4767.6908523 +175,-1.448126995,0.5182330266,448,-0.205755923,0.149406178,4802.1532015 +176,-1.474626146,0.5881926574,448,-0.205755923,0.149406178,4901.475997 +177,-1.421139645,0.5584869783,448,-0.205755923,0.149406178,4717.7105975 +178,-1.457037165,0.565943032,448,-0.205755923,0.149406178,4839.3853161 +179,-2.757159358,0.3745319,448,-0.205755923,0.149406178,9350.092402 +180,-2.714309238,0.342054471,448,-0.205755923,0.149406178,9299.5830113 +181,-2.000525337,0.774119946,448,-0.205755923,0.149406178,6431.8935105 +183,-1.571413436,0.6777838382,448,-0.205755923,0.149406178,5220.0374467 +184,-1.552860289,0.6987663893,448,-0.205755923,0.149406178,5164.9005665 +185,-1.521852374,0.7165827476,448,-0.205755923,0.149406178,5074.5316947 +186,-1.503656267,0.6928968252,448,-0.205755923,0.149406178,5014.4528559 +187,-1.502753178,0.7136205882,448,-0.205755923,0.149406178,5016.8153563 +188,-1.631894563,0.7343596465,448,-0.205755923,0.149406178,5401.8780624 +189,-1.653765416,0.6770714026,448,-0.205755923,0.149406178,5474.1908909 +190,-1.719812114,0.6715965947,448,-0.205755923,0.149406178,5679.4747134 +191,-1.493406659,0.6646955447,448,-0.205755923,0.149406178,4976.5121602 +192,-1.469120564,0.6613469966,448,-0.205755923,0.149406178,4900.0105451 +193,-1.590551461,0.5326612937,448,-0.205755923,0.149406178,5289.9383279 +194,-1.625979264,0.5247742243,448,-0.205755923,0.149406178,5412.4146917 +195,-1.572293943,0.5238808754,448,-0.205755923,0.149406178,5228.6568935 +196,-1.610848725,0.5477107964,448,-0.205755923,0.149406178,5356.4651216 +197,-1.208485554,0.7918526018,448,-0.205755923,0.149406178,4240.2641761 +198,-1.335601374,0.6869083083,448,-0.205755923,0.149406178,4501.8901135 +199,-1.346156996,0.6825213377,448,-0.205755923,0.149406178,4530.9981511 +200,-1.324381037,0.6741422347,448,-0.205755923,0.149406178,4459.2944799 +201,-1.242424992,0.7378949807,448,-0.205755923,0.149406178,4272.1247869 +202,-1.270370057,0.7392461008,448,-0.205755923,0.149406178,4352.7223591 +203,-1.448950472,0.7441675014,448,-0.205755923,0.149406178,4869.2390457 +204,-1.492662363,0.7523026852,448,-0.205755923,0.149406178,4998.6873545 +205,-1.479098966,0.7763855017,448,-0.205755923,0.149406178,4968.9699846 +206,-1.633760714,0.7869022408,448,-0.205755923,0.149406178,5405.0643465 +207,-1.647406434,0.8101289331,448,-0.205755923,0.149406178,5442.0386168 +208,-1.564245052,0.5701509278,448,-0.205755923,0.149406178,5197.5076603 +209,-1.646289963,0.6833746083,448,-0.205755923,0.149406178,5450.2405359 +210,-1.5820631,0.6751952144,448,-0.205755923,0.149406178,5252.8579896 +211,-1.613236298,0.6681681791,448,-0.205755923,0.149406178,5349.7084169 +212,-1.914661867,0.8212566515,448,-0.205755923,0.149406178,6157.7187861 +213,-1.742133237,0.7250275956,448,-0.205755923,0.149406178,5728.7687668 +214,-2.033144872,0.6557314699,448,-0.205755923,0.149406178,6651.147256 +215,-2.039551981,0.6964723658,448,-0.205755923,0.149406178,6625.5352469 +216,-1.247341019,0.7622473908,448,-0.205755923,0.149406178,4311.285143 +217,-1.298239787,0.7084123392,448,-0.205755923,0.149406178,4406.3126914 +218,-1.308539688,0.6926545592,448,-0.205755923,0.149406178,4424.6074444 +219,-1.303263185,0.6888938396,448,-0.205755923,0.149406178,4405.9565254 +220,-1.852400229,0.6004246149,448,-0.205755923,0.149406178,6133.6881252 +221,-1.288947707,0.7473773692,448,-0.205755923,0.149406178,4412.9346275 +222,-1.372031502,0.7472790993,448,-0.205755923,0.149406178,4649.3992142 +223,-1.289805721,0.7242157877,448,-0.205755923,0.149406178,4394.8871873 +224,-1.350807603,0.7533498126,448,-0.205755923,0.149406178,4593.1462845 +225,-1.329290365,0.7560442322,448,-0.205755923,0.149406178,4534.3273036 +226,-1.410153004,0.616936428,448,-0.205755923,0.149406178,4699.0127567 +227,-1.393445434,0.6308995063,448,-0.205755923,0.149406178,4650.9858806 +228,-1.37595573,0.6241540638,448,-0.205755923,0.149406178,4592.3071266 +229,-1.358388707,0.6172645205,448,-0.205755923,0.149406178,4532.8784426 +230,-1.753741133,0.8281661666,448,-0.205755923,0.149406178,5725.8611059 +231,-1.47430987,0.6834615681,448,-0.205755923,0.149406178,4922.3843685 +232,-1.421012508,0.7222725206,448,-0.205755923,0.149406178,4777.3305373 +233,-1.4476833,0.6978557868,448,-0.205755923,0.149406178,4846.2700995 +234,-1.470370723,0.6966193374,448,-0.205755923,0.149406178,4914.4499991 +235,-1.429211703,0.7037216883,448,-0.205755923,0.149406178,4793.0730199 +236,-1.700578405,0.6178673663,448,-0.205755923,0.149406178,5635.9066016 +237,-1.678117619,0.6331716163,448,-0.205755923,0.149406178,5559.6586771 +238,-1.725644578,0.6316331145,448,-0.205755923,0.149406178,5711.5181983 +239,-2.14012759,0.7930497945,448,-0.205755923,0.149406178,6781.0640807 +240,-2.103289431,0.7653606263,448,-0.205755923,0.149406178,6721.3374589 +241,-1.318739838,0.7017808746,448,-0.205755923,0.149406178,4461.8269137 +242,-1.396417427,0.7077900843,448,-0.205755923,0.149406178,4696.9510486 +243,-1.35650337,0.7185539404,448,-0.205755923,0.149406178,4585.2178041 +244,-1.248884539,0.7274156818,448,-0.205755923,0.149406178,4279.9650518 +245,-1.395014798,0.5761185243,448,-0.205755923,0.149406178,4635.6410635 +246,-1.433377362,0.6064716109,448,-0.205755923,0.149406178,4770.713487 +247,-1.408172432,0.5903155476,448,-0.205755923,0.149406178,4683.5779035 +248,-1.749645898,0.7757118084,448,-0.205755923,0.149406178,5732.5988723 +249,-1.571626686,0.615046989,448,-0.205755923,0.149406178,5220.0833404 +250,-1.514070049,0.6303003037,448,-0.205755923,0.149406178,5035.7166563 +251,-1.480890369,0.6237966528,448,-0.205755923,0.149406178,4928.3224059 +252,-1.704390658,0.5281680612,448,-0.205755923,0.149406178,5679.1781039 +253,-1.64434733,0.5254277498,448,-0.205755923,0.149406178,5475.0988747 +254,-1.703855997,0.4792484842,448,-0.205755923,0.149406178,5696.0687022 +255,-1.692002383,0.5748825051,448,-0.205755923,0.149406178,5621.4342727 +256,-1.854136457,0.5544643913,448,-0.205755923,0.149406178,6169.6068515 +257,-1.665021206,0.520317736,448,-0.205755923,0.149406178,5547.2898366 +258,-1.733654349,0.4845187345,448,-0.205755923,0.149406178,5797.8496675 +259,-1.720938188,0.5135933906,448,-0.205755923,0.149406178,5741.4393349 +260,-1.742668307,0.553296122,448,-0.205755923,0.149406178,5798.3914681 +261,-1.965659039,0.7142126903,448,-0.205755923,0.149406178,6392.1314659 +262,-1.944438071,0.6772834804,448,-0.205755923,0.149406178,6362.5045799 +263,-1.270340967,0.7681487096,448,-0.205755923,0.149406178,4380.8110035 +264,-1.353091884,0.6549276821,448,-0.205755923,0.149406178,4535.8488867 +265,-1.333236659,0.6413584414,448,-0.205755923,0.149406178,4465.9970368 +266,-1.352015998,0.6753788907,448,-0.205755923,0.149406178,4544.4417858 +267,-1.377988483,0.6577816235,448,-0.205755923,0.149406178,4614.7840638 +268,-2.13075611,0.8318642051,448,-0.205755923,0.149406178,6702.2534987 +269,-2.097910953,0.8259670014,448,-0.205755923,0.149406178,6627.7686416 +270,-1.416382069,0.6694271549,448,-0.205755923,0.149406178,4739.1606805 +271,-1.538905672,0.7535625993,448,-0.205755923,0.149406178,5132.365515 +272,-1.572309477,0.7803125099,448,-0.205755923,0.149406178,5232.270934 +273,-1.87759879,0.7503853417,448,-0.205755923,0.149406178,6108.8456043 +274,1.152365588,0.590457682,448,-0.205755923,0.149406178,5195.4461444 +275,0.350198001,0.718001859,448,-0.205755923,0.149406178,2977.6554335 +276,0.046513677,0.491503852,448,-0.205755923,0.149406178,1650.2595731 +277,0.027510309,0.742571376,448,-0.205755923,0.149406178,2485.8868187 +278,0.306285725,-0.214631579,448,-0.205755923,0.149406178,2478.4094707 +279,-1.100564889,0.318051531,448,-0.205755923,0.149406178,3500.740766 +280,-1.078582306,0.301437596,448,-0.205755923,0.149406178,3413.7449113 +281,-1.137371989,-0.617634065,448,-0.205755923,0.149406178,4614.7429344 +282,0.784356344,0.703272339,448,-0.205755923,0.149406178,4101.9025333 +283,-1.221209947,0.218327455,448,-0.205755923,0.149406178,3956.6562549 +284,2.347301921,-0.449114658,448,-0.205755923,0.149406178,9931.8128363 +285,0.246820618,0.830553713,448,-0.205755923,0.149406178,3096.3860699 +286,0.829414965,0.703288228,448,-0.205755923,0.149406178,4233.3849841 +287,-1.337537566,0.42332223,448,-0.205755923,0.149406178,4398.0520054 +288,0.882453706,0.454478077,448,-0.205755923,0.149406178,4249.372238 +289,1.575629659,0.416419109,448,-0.205755923,0.149406178,6733.6598244 +290,-1.039455679,0.229888244,448,-0.205755923,0.149406178,3254.1667389 +291,0.489558039,0.934482747,448,-0.205755923,0.149406178,3815.113039 +292,0.081344504,0.88384514,448,-0.205755923,0.149406178,3057.7708877 +293,-1.547979814,0.300350308,448,-0.205755923,0.149406178,5188.0053938 +294,0.040776181,0.168560074,448,-0.205755923,0.149406178,967.10169379 +295,-1.130374745,0.563894876,448,-0.205755923,0.149406178,3757.4872213 +296,1.578326642,0.478507176,448,-0.205755923,0.149406178,6687.4863407 +297,-1.12861823,-0.291640865,448,-0.205755923,0.149406178,4014.8309879 +298,0.310524208,0.770885792,448,-0.205755923,0.149406178,3034.8176869 +299,0.415649091,-0.387246002,448,-0.205755923,0.149406178,3215.1932152 +300,-0.926533878,-0.188022748,448,-0.205755923,0.149406178,3139.4295173 +301,1.258856172,-0.11716081,448,-0.205755923,0.149406178,5878.1295678 +302,-1.126050026,0.322941926,448,-0.205755923,0.149406178,3597.5994938 +303,2.002785835,0.07893892,448,-0.205755923,0.149406178,8649.3275432 +304,0.440437607,0.746258085,448,-0.205755923,0.149406178,3256.1282406 +305,-0.030391866,0.214441206,448,-0.205755923,0.149406178,729.95796008 +306,0.521557815,-0.058929362,448,-0.205755923,0.149406178,2988.6971436 +307,-0.097005111,0.13317729,448,-0.205755923,0.149406178,431.27786962 +308,1.83113859,0.221857587,448,-0.205755923,0.149406178,7855.1935219 +309,0.222428864,0.099404236,448,-0.205755923,0.149406178,1694.1634532 +310,-1.702731345,0.8728568183,448,-0.205755923,0.149406178,5581.760585 +311,-0.418507569,0.278324921,448,-0.205755923,0.149406178,968.37013538 +312,-1.41153306,0.339029988,448,-0.205755923,0.149406178,4667.6532399 +313,0.357560442,0.114788776,448,-0.205755923,0.149406178,2215.4633621 +314,0.325818979,0.268352149,448,-0.205755923,0.149406178,2110.6006782 +315,-1.246004659,-0.663679965,448,-0.205755923,0.149406178,5004.8155554 +316,1.814603087,0.637404484,448,-0.205755923,0.149406178,7250.4989742 +317,1.843704281,-0.18300445,448,-0.205755923,0.149406178,8182.2312147 +318,1.690644492,-0.211480909,448,-0.205755923,0.149406178,7598.2331896 +319,-1.275451936,0.068109467,448,-0.205755923,0.149406178,4220.4396106 +320,0.762430171,-0.207594741,448,-0.205755923,0.149406178,4066.1918675 +321,0.265668905,-0.014647884,448,-0.205755923,0.149406178,1971.0643987 +322,-2.773032013,-0.335515811,448,-0.205755923,0.149406178,10121.050883 +323,-1.469512853,0.174058777,448,-0.205755923,0.149406178,4931.1535661 +324,0.286276986,0.785925691,448,-0.205755923,0.149406178,3030.826909 +325,-1.379324697,0.377432233,448,-0.205755923,0.149406178,4546.482452 +326,-1.203778265,0.212813032,448,-0.205755923,0.149406178,3890.1024031 +327,0.579916301,0.611743168,448,-0.205755923,0.149406178,3378.6067439 +328,0.267582642,0.868113908,448,-0.205755923,0.149406178,3247.0913723 +329,0.412869244,-0.050245578,448,-0.205755923,0.149406178,2567.9385819 +330,0.17524381,0.976660285,448,-0.205755923,0.149406178,3485.3991409 +331,0.743157214,0.204812899,448,-0.205755923,0.149406178,3701.1136595 +332,-1.070758176,0.269382282,448,-0.205755923,0.149406178,3377.8475202 +333,-1.230364251,0.329790229,448,-0.205755923,0.149406178,3989.7934567 +334,-1.374813124,-0.024926835,448,-0.205755923,0.149406178,4665.8003004 +335,0.519780566,0.463669906,448,-0.205755923,0.149406178,2990.5696199 +336,-1.55108034,0.239698561,448,-0.205755923,0.149406178,5220.6741391 +337,0.180294813,0.029739425,448,-0.205755923,0.149406178,1594.1074783 +338,0.67820924,0.268170153,448,-0.205755923,0.149406178,3450.0659919 +339,0.445798684,1.024001867,448,-0.205755923,0.149406178,3981.3245166 +340,0.691751283,0.150521402,448,-0.205755923,0.149406178,3512.2708647 +341,-1.036643551,-0.903056181,448,-0.205755923,0.149406178,5031.8255052 +342,-0.120287036,1.083325163,448,-0.205755923,0.149406178,3707.5765229 +343,2.823513113,-0.304487164,448,-0.205755923,0.149406178,11692.307196 +344,0.457583172,1.12513373,448,-0.205755923,0.149406178,4283.0599716 +345,0.042918831,0.813795399,448,-0.205755923,0.149406178,2763.0819227 +346,1.196146777,-0.853142756,448,-0.205755923,0.149406178,6233.1264077 +347,0.206001358,-0.010430701,448,-0.205755923,0.149406178,1744.177221 +348,-0.268308653,0.234799412,448,-0.205755923,0.149406178,416.55752306 +349,0.759363263,0.736189579,448,-0.205755923,0.149406178,4069.1305597 +350,0.181363926,0.891988372,448,-0.205755923,0.149406178,3201.3919201 +351,-0.021111158,0.139103292,448,-0.205755923,0.149406178,724.90623352 +352,-0.093355215,0.630686981,448,-0.205755923,0.149406178,1949.0356224 +353,0.40118964,0.681375926,448,-0.205755923,0.149406178,3011.541114 +354,-0.721197315,1.304706234,448,-0.205755923,0.149406178,4721.2686502 +355,-1.076150317,0.212107639,448,-0.205755923,0.149406178,3396.2028473 +356,-1.577164531,0.273993443,448,-0.205755923,0.149406178,5307.4161594 +357,-0.190788414,0.182208586,448,-0.205755923,0.149406178,142.48043972 +358,-0.261349752,0.209710184,448,-0.205755923,0.149406178,322.46640227 +359,-1.029303852,0.083549259,448,-0.205755923,0.149406178,3248.5179321 +360,-1.268609162,0.330525297,448,-0.205755923,0.149406178,4133.1275686 +361,1.282982244,-0.926641967,448,-0.205755923,0.149406178,6500.8040744 +362,0.217352334,0.731352408,448,-0.205755923,0.149406178,2737.7686909 +363,-1.511833084,0.258629297,448,-0.205755923,0.149406178,5063.9884214 +364,0.338812194,0.823184618,448,-0.205755923,0.149406178,3237.177199 +365,-0.324406489,1.134201999,448,-0.205755923,0.149406178,3914.7366184 +366,1.389579348,0.399185724,448,-0.205755923,0.149406178,6081.2866534 +367,2.047152199,-0.039082036,448,-0.205755923,0.149406178,8915.1867009 +368,0.947780369,0.568250077,448,-0.205755923,0.149406178,4514.3448785 +369,0.763824846,0.576754987,448,-0.205755923,0.149406178,3915.0283473 +370,-0.142334657,0.928153068,448,-0.205755923,0.149406178,3091.3297631 +371,0.610266567,0.547265983,448,-0.205755923,0.149406178,3387.8055413 +372,0.210731629,0.746815056,448,-0.205755923,0.149406178,2773.1962097 +373,-1.34931644,0.316895224,448,-0.205755923,0.149406178,4436.1407042 +374,2.407696481,0.655030745,448,-0.205755923,0.149406178,8705.2224429 +375,0.64207831,0.545359131,448,-0.205755923,0.149406178,3488.7798296 +376,1.174597538,0.840588356,448,-0.205755923,0.149406178,5279.2193875 +377,0.660059424,0.010604079,448,-0.205755923,0.149406178,3458.9253174 +378,-0.730263819,0.010486456,448,-0.205755923,0.149406178,2140.99713 +379,0.831068936,0.512339172,448,-0.205755923,0.149406178,4094.5309534 +380,1.301180979,0.72367476,448,-0.205755923,0.149406178,5642.1437444 +381,1.811128231,0.322854402,448,-0.205755923,0.149406178,7669.4474355 +382,0.435105812,0.992284428,448,-0.205755923,0.149406178,3876.9536042 +383,0.62643634,0.592027932,448,-0.205755923,0.149406178,3494.070623 +384,0.492988703,-0.516339467,448,-0.205755923,0.149406178,3747.1220088 +385,-0.162469483,0.112549365,448,-0.205755923,0.149406178,224.0664477 +386,0.314630866,0.472006421,448,-0.205755923,0.149406178,2330.6610058 +387,0.166744804,0.822815954,448,-0.205755923,0.149406178,2948.1034621 +388,0.417159608,0.965805736,448,-0.205755923,0.149406178,3774.9488505 +389,0.106334961,0.868774244,448,-0.205755923,0.149406178,3030.2051886 +390,0.815086969,-0.338144359,448,-0.205755923,0.149406178,4425.3269543 +391,0.59867455,-0.230624824,448,-0.205755923,0.149406178,3503.8286688 +392,1.915104874,0.066220985,448,-0.205755923,0.149406178,8323.1021923 +393,1.278093622,0.064463721,448,-0.205755923,0.149406178,5843.9453619 +394,-0.061477853,0.302997961,448,-0.205755923,0.149406178,824.35174663 +395,0.251311504,0.626976942,448,-0.205755923,0.149406178,2509.6042667 +396,2.950242872,0.149095644,448,-0.205755923,0.149406178,11260.116847 +397,-0.180294708,0.35375117,448,-0.205755923,0.149406178,815.25845053 +398,1.010448592,-0.351180233,448,-0.205755923,0.149406178,5134.1634472 +399,-1.748740498,0.3686318073,448,-0.205755923,0.149406178,5907.5347137 +400,2.699635665,0.123533791,448,-0.205755923,0.149406178,11016.071066 +401,0.496808033,0.823843254,448,-0.205755923,0.149406178,3563.132745 +402,0.129574704,0.763364087,448,-0.205755923,0.149406178,2693.4363682 +403,1.798920311,0.817447563,448,-0.205755923,0.149406178,6921.9441111 +404,0.335987953,0.746786541,448,-0.205755923,0.149406178,3021.4774267 +405,-1.085413643,0.292154671,448,-0.205755923,0.149406178,3437.5133878 +406,-0.155321003,0.508207011,448,-0.205755923,0.149406178,1433.5498897 +407,0.620529244,-0.301175104,448,-0.205755923,0.149406178,3694.0299166 +408,1.684402744,0.368716966,448,-0.205755923,0.149406178,7165.4138474 +409,0.300582244,-0.386397212,448,-0.205755923,0.149406178,2892.9777069 +410,2.913555946,-0.009225192,448,-0.205755923,0.149406178,11881.676648 +411,1.465101417,0.493232532,448,-0.205755923,0.149406178,6287.4023006 +412,0.090612882,0.907955955,448,-0.205755923,0.149406178,3154.4243978 +413,2.987564726,-0.729568594,448,-0.205755923,0.149406178,10138.70996 +414,-1.484261606,0.224149272,448,-0.205755923,0.149406178,4969.7175342 +415,0.164073421,0.303955133,448,-0.205755923,0.149406178,1551.2470715 +416,0.141441293,0.167552546,448,-0.205755923,0.149406178,1359.7232479 +417,2.931321023,-0.506718887,448,-0.205755923,0.149406178,11028.433031 +418,2.21951565,0.700596356,448,-0.205755923,0.149406178,8178.8353696 +419,0.268112576,1.199114336,448,-0.205755923,0.149406178,4336.3847856 +420,0.978913739,0.359223811,448,-0.205755923,0.149406178,4587.7344408 +421,1.210898818,0.522863584,448,-0.205755923,0.149406178,5400.6094429 +422,2.347397336,0.129231362,448,-0.205755923,0.149406178,9871.9212212 +423,0.614394501,0.556878345,448,-0.205755923,0.149406178,3412.541593 +424,-1.398079356,0.148483366,448,-0.205755923,0.149406178,4663.4315764 +425,2.535303836,-0.112984496,448,-0.205755923,0.149406178,10864.642949 +426,-1.019372593,-0.405322349,448,-0.205755923,0.149406178,3841.2338738 +427,-1.297785627,-0.160104069,448,-0.205755923,0.149406178,4478.8346696 +428,2.144554488,0.205051084,448,-0.205755923,0.149406178,9025.8774216 +429,-2.242387083,-0.426171285,448,-0.205755923,0.149406178,8141.9412622 +430,0.338637212,0.909723676,448,-0.205755923,0.149406178,3487.2148609 +431,-0.148798452,0.691042401,448,-0.205755923,0.149406178,2154.8962931 +432,0.893524764,0.441829531,448,-0.205755923,0.149406178,4285.2325453 +433,0.969229347,-0.368847936,448,-0.205755923,0.149406178,5006.9281317 +434,0.436043248,0.800045688,448,-0.205755923,0.149406178,3374.0483045 +435,1.687946607,1.081504775,448,-0.205755923,0.149406178,6285.6803567 +436,0.522302046,-0.034889271,448,-0.205755923,0.149406178,2965.9712878 +437,-0.178996113,-0.438090009,448,-0.205755923,0.149406178,2329.3624831 +438,-1.094339566,0.301444068,448,-0.205755923,0.149406178,3473.2441409 +439,-1.064070054,0.242569932,448,-0.205755923,0.149406178,3349.538626 +440,-1.068153768,0.230387998,448,-0.205755923,0.149406178,3364.8522669 +441,-3.00496892,-0.23989155,448,-0.205755923,0.149406178,11066.593597 +442,0.21751974,0.766874888,448,-0.205755923,0.149406178,2847.7102893 +443,0.117229532,0.007619006,448,-0.205755923,0.149406178,1392.5524887 +444,0.777758451,0.420554741,448,-0.205755923,0.149406178,3863.0016936 +445,-0.252356999,0.250747086,448,-0.205755923,0.149406178,440.25655 +446,0.363148444,0.768483434,448,-0.205755923,0.149406178,3137.0586734 +447,0.903191366,-0.118210676,448,-0.205755923,0.149406178,4505.0034476 +448,-0.205755923,0.149406178,448,-0.205755923,0.149406178,0 +449,1.811996086,0.02364353,448,-0.205755923,0.149406178,7955.2658815 +450,-1.100670221,0.314845373,448,-0.205755923,0.149406178,3500.297639 +451,0.340078597,0.850105132,448,-0.205755923,0.149406178,3316.0055096 +452,0.258757267,0.804969236,448,-0.205755923,0.149406178,3037.6156161 +453,2.78505352,-0.155160804,448,-0.205755923,0.149406178,11853.081914 +454,0.800551619,0.105822106,448,-0.205755923,0.149406178,3954.006858 +455,0.437940882,-0.506194031,448,-0.205755923,0.149406178,3575.002755 +456,2.230431122,0.63458615,448,-0.205755923,0.149406178,8378.9700111 +457,0.527965361,0.127667701,448,-0.205755923,0.149406178,2878.3531573 +458,-0.063643205,0.702093448,448,-0.205755923,0.149406178,2245.9627755 +459,1.408447268,0.133010502,448,-0.205755923,0.149406178,6312.2048004 +460,0.523795955,0.280266966,448,-0.205755923,0.149406178,2865.269331 +461,-0.975769313,0.072177659,448,-0.205755923,0.149406178,3044.9650734 +462,0.549774164,-0.463663986,448,-0.205755923,0.149406178,3784.5818979 +463,0.29245874,1.095549818,448,-0.205755923,0.149406178,4010.1799261 +464,0.143625958,0.816809593,448,-0.205755923,0.149406178,2895.3273783 +465,0.671902494,0.611159853,448,-0.205755923,0.149406178,3658.7560438 +466,1.239840988,0.6724199,448,-0.205755923,0.149406178,5467.4822186 +467,0.607829703,-0.10932137,448,-0.205755923,0.149406178,3372.2955513 +468,1.763020906,0.263996692,448,-0.205755923,0.149406178,7558.7283882 +469,0.378714634,0.726066797,448,-0.205755923,0.149406178,3063.4313399 +470,2.196736143,-0.153862366,448,-0.205755923,0.149406178,9551.3996823 +471,0.01702415,0.148991565,448,-0.205755923,0.149406178,872.58994648 +472,-2.998490902,-0.158002487,448,-0.205755923,0.149406178,11078.05823 +473,-3.051262951,-0.346595608,448,-0.205755923,0.149406178,11066.511701 +474,-1.069176439,0.182802941,448,-0.205755923,0.149406178,3372.2724579 +475,0.167157509,0.595344954,448,-0.205755923,0.149406178,2227.9872403 +476,0.613855648,0.681746124,448,-0.205755923,0.149406178,3583.9180034 +477,1.037012736,0.682555367,448,-0.205755923,0.149406178,4843.1354649 +478,-1.253574971,0.379755746,448,-0.205755923,0.149406178,4084.1295668 +479,3.108590453,-0.132620738,448,-0.205755923,0.149406178,11763.133466 +480,0.565301296,0.022333262,448,-0.205755923,0.149406178,3081.5832432 +481,0.547898238,0.855555614,448,-0.205755923,0.149406178,3745.5544261 +482,0.948309381,0.417393755,448,-0.205755923,0.149406178,4477.7598908 +483,-0.050600732,0.945269213,448,-0.205755923,0.149406178,3190.7916801 +484,-0.977651478,-0.572363064,448,-0.205755923,0.149406178,4078.7582415 +485,1.102014914,0.728861163,448,-0.205755923,0.149406178,5052.6742314 +486,2.927300795,-0.282939414,448,-0.205755923,0.149406178,11913.895168 +487,-1.154565557,0.124434095,448,-0.205755923,0.149406178,3721.4193222 +488,1.855331234,0.291044755,448,-0.205755923,0.149406178,7866.3926725 +489,0.830290659,0.276904518,448,-0.205755923,0.149406178,4030.5537157 +490,0.485104466,-0.234867441,448,-0.205755923,0.149406178,3114.0862092 +491,0.521367572,-0.33161327,448,-0.205755923,0.149406178,3418.889036 +1,-1.539031704,0.7349710123,449,1.811996086,0.02364353,9346.786225 +2,-1.536990553,0.7349663874,449,1.811996086,0.02364353,9348.5648926 +3,-1.534951779,0.7349571355,449,1.811996086,0.02364353,9350.3428859 +4,-1.532906461,0.7349480293,449,1.811996086,0.02364353,9352.1096888 +5,-1.531320211,0.7346937278,449,1.811996086,0.02364353,9354.4074839 +6,-1.539451648,0.7335131775,449,1.811996086,0.02364353,9351.9380557 +7,-1.537429487,0.7335445708,449,1.811996086,0.02364353,9353.5720787 +8,-1.535484998,0.7335658704,449,1.811996086,0.02364353,9355.1617818 +9,-1.533488396,0.7336036027,449,1.811996086,0.02364353,9356.7184096 +10,-1.531497785,0.7335842962,449,1.811996086,0.02364353,9358.4706988 +11,-1.530259379,0.7334777758,449,1.811996086,0.02364353,9359.9120288 +12,-1.5335454,0.7322346912,449,1.811996086,0.02364353,9361.8621658 +13,-1.531489083,0.7322238773,449,1.811996086,0.02364353,9363.6422743 +14,-1.530011122,0.7321679851,449,1.811996086,0.02364353,9365.0942597 +15,-1.53348106,0.7306614094,449,1.811996086,0.02364353,9367.883428 +16,-1.531441779,0.7306962275,449,1.811996086,0.02364353,9369.4805684 +17,-1.529755654,0.7306933243,449,1.811996086,0.02364353,9370.9089428 +18,-1.533415048,0.7291384674,449,1.811996086,0.02364353,9373.714715 +19,-1.531392093,0.7291705353,449,1.811996086,0.02364353,9375.3128964 +20,-1.529296523,0.7291214933,449,1.811996086,0.02364353,9377.2636306 +21,-1.535280942,0.727267644,449,1.811996086,0.02364353,9379.2016027 +22,-1.533378158,0.7276139666,449,1.811996086,0.02364353,9379.5264919 +23,-1.531340368,0.7276446587,449,1.811996086,0.02364353,9381.1471119 +24,-1.528960113,0.7276398177,449,1.811996086,0.02364353,9383.1735642 +25,-1.533313146,0.7260818349,449,1.811996086,0.02364353,9385.3907291 +26,-1.531259555,0.7260958115,449,1.811996086,0.02364353,9387.092686 +27,-1.528926415,0.7260865555,449,1.811996086,0.02364353,9389.1013436 +28,-1.531226779,0.7245511789,449,1.811996086,0.02364353,9392.9808743 +29,-1.528904772,0.7245519194,449,1.811996086,0.02364353,9394.9475899 +30,-1.547195875,0.7409785979,449,1.811996086,0.02364353,9316.91715 +31,-1.5451475,0.740980426,449,1.811996086,0.02364353,9318.7220623 +32,-1.543097679,0.7409798872,449,1.811996086,0.02364353,9320.521112 +33,-1.540720364,0.7409892687,449,1.811996086,0.02364353,9322.549551 +34,-1.547188511,0.7395198392,449,1.811996086,0.02364353,9322.4279976 +35,-1.545148587,0.7395226109,449,1.811996086,0.02364353,9324.2267518 +36,-1.543104538,0.7395314908,449,1.811996086,0.02364353,9325.9900434 +37,-1.540727751,0.7395306258,449,1.811996086,0.02364353,9328.0624412 +38,-1.547187029,0.7380014886,449,1.811996086,0.02364353,9328.1576576 +39,-1.545147315,0.7380012252,449,1.811996086,0.02364353,9329.9727937 +40,-1.54310719,0.7380060743,449,1.811996086,0.02364353,9331.7529682 +41,-1.540719671,0.7380068206,449,1.811996086,0.02364353,9333.8345064 +42,-1.547187189,0.7364799098,449,1.811996086,0.02364353,9333.8971846 +43,-1.545149996,0.7364853874,449,1.811996086,0.02364353,9335.6935521 +44,-1.543106091,0.7364823484,449,1.811996086,0.02364353,9337.5119667 +45,-1.540717158,0.7364893901,449,1.811996086,0.02364353,9339.576842 +46,-1.538663972,0.7410138672,449,1.811996086,0.02364353,9324.2241607 +47,-1.53695285,0.7409699132,449,1.811996086,0.02364353,9325.8492434 +48,-1.534910498,0.7409641297,449,1.811996086,0.02364353,9327.5973664 +49,-1.533145034,0.7409536636,449,1.811996086,0.02364353,9329.1162948 +50,-1.538681336,0.7395405883,449,1.811996086,0.02364353,9329.788805 +51,-1.536999189,0.7395183096,449,1.811996086,0.02364353,9331.3111831 +52,-1.534923633,0.7395144222,449,1.811996086,0.02364353,9333.0851804 +53,-1.533267822,0.7395654306,449,1.811996086,0.02364353,9334.2831082 +54,-1.53867273,0.7380151077,449,1.811996086,0.02364353,9335.5726303 +55,-1.536980576,0.7379994392,449,1.811996086,0.02364353,9337.0825426 +56,-1.534931522,0.7379944961,449,1.811996086,0.02364353,9338.842973 +57,-1.533387952,0.7379480264,449,1.811996086,0.02364353,9340.3205932 +58,-1.538682279,0.7364914363,449,1.811996086,0.02364353,9341.3331854 +59,-1.536980704,0.7364810563,449,1.811996086,0.02364353,9342.8353175 +60,-1.534935567,0.7364752065,449,1.811996086,0.02364353,9344.6008098 +61,-1.533042592,0.7363876366,449,1.811996086,0.02364353,9346.5322415 +62,-1.545143426,0.7349628011,449,1.811996086,0.02364353,9341.4471738 +63,-1.543105297,0.7349691947,449,1.811996086,0.02364353,9343.2299288 +64,-1.541064533,0.7349647152,449,1.811996086,0.02364353,9345.0399748 +65,-1.545411803,0.7334624714,449,1.811996086,0.02364353,9346.8703176 +66,-1.543446606,0.7334780896,449,1.811996086,0.02364353,9348.5607781 +67,-1.541475327,0.7334957295,449,1.811996086,0.02364353,9350.2338479 +68,-1.545401939,0.731963266,449,1.811996086,0.02364353,9352.5363606 +69,-1.54342253,0.7319915583,449,1.811996086,0.02364353,9354.1964106 +70,-1.541455867,0.7320216438,449,1.811996086,0.02364353,9355.8230223 +71,-1.545410146,0.7304422281,449,1.811996086,0.02364353,9358.2677405 +72,-1.543435491,0.7304713664,449,1.811996086,0.02364353,9359.9254481 +73,-1.541463105,0.7304997613,449,1.811996086,0.02364353,9361.5685572 +74,-1.545414768,0.7289194936,449,1.811996086,0.02364353,9364.0078497 +75,-1.543435774,0.7289538557,449,1.811996086,0.02364353,9365.654783 +76,-1.541457714,0.7289765881,449,1.811996086,0.02364353,9367.3292898 +77,-1.539449415,0.7320555866,449,1.811996086,0.02364353,9357.4545147 +78,-1.537429183,0.7321097681,449,1.811996086,0.02364353,9359.005358 +79,-1.535472649,0.7321497267,449,1.811996086,0.02364353,9360.5391732 +80,-1.539457899,0.7305333307,449,1.811996086,0.02364353,9363.205449 +81,-1.537453161,0.7305750503,449,1.811996086,0.02364353,9364.7951189 +82,-1.535479385,0.7306124949,449,1.811996086,0.02364353,9366.3583324 +83,-1.53946905,0.7290102593,449,1.811996086,0.02364353,9368.9562617 +84,-1.537459922,0.7290417293,449,1.811996086,0.02364353,9370.5936348 +85,-1.535451349,0.7290890157,449,1.811996086,0.02364353,9372.1545336 +86,-1.535522937,0.7279887191,449,1.811996086,0.02364353,9376.2609286 +87,-1.539442524,0.7274735939,449,1.811996086,0.02364353,9374.7907772 +88,-1.537424111,0.727521351,449,1.811996086,0.02364353,9376.3794603 +89,-1.539384641,0.7259505092,449,1.811996086,0.02364353,9380.6009167 +90,-1.537372391,0.7259947145,449,1.811996086,0.02364353,9382.2022462 +91,-1.535340789,0.7260435356,449,1.811996086,0.02364353,9383.7865748 +92,-1.539325716,0.7244369706,449,1.811996086,0.02364353,9386.3753303 +93,-1.537308932,0.7244801057,449,1.811996086,0.02364353,9387.9892386 +94,-1.535289068,0.7245247645,449,1.811996086,0.02364353,9389.5836524 +95,-1.533261366,0.7245550236,449,1.811996086,0.02364353,9391.22291 +96,-1.539267302,0.722921924,449,1.811996086,0.02364353,9392.1544415 +97,-1.537248972,0.7229660258,449,1.811996086,0.02364353,9393.7706355 +98,-1.535219431,0.7229916471,449,1.811996086,0.02364353,9395.4501045 +99,-1.53318962,0.7230212049,449,1.811996086,0.02364353,9397.0983248 +100,-1.531154816,0.7230299897,449,1.811996086,0.02364353,9398.8129948 +101,-1.528878341,0.7230370244,449,1.811996086,0.02364353,9400.7222552 +102,-1.539218189,0.7214009878,449,1.811996086,0.02364353,9397.9469799 +103,-1.537198791,0.7214422745,449,1.811996086,0.02364353,9399.5794614 +104,-1.535179266,0.7214634354,449,1.811996086,0.02364353,9401.2717387 +105,-1.533156501,0.7214944644,449,1.811996086,0.02364353,9402.9130114 +106,-1.53113574,0.7215166021,449,1.811996086,0.02364353,9404.5697331 +107,-1.528874248,0.7215345535,449,1.811996086,0.02364353,9406.4301659 +108,-1.539217656,0.7198512397,449,1.811996086,0.02364353,9403.8044497 +109,-1.537199919,0.7199428763,449,1.811996086,0.02364353,9405.2502185 +110,-1.545425832,0.727397149,449,1.811996086,0.02364353,9369.7397694 +111,-1.543371177,0.7273916949,449,1.811996086,0.02364353,9371.6099655 +112,-1.541368852,0.7274523163,449,1.811996086,0.02364353,9373.1675128 +113,-1.545349067,0.7258710923,449,1.811996086,0.02364353,9375.5643894 +114,-1.54332671,0.7258603556,449,1.811996086,0.02364353,9377.4301426 +115,-1.541346831,0.7259242142,449,1.811996086,0.02364353,9378.9602525 +116,-1.545324355,0.7243383958,449,1.811996086,0.02364353,9381.3662235 +117,-1.543292796,0.7243617413,449,1.811996086,0.02364353,9383.1166567 +118,-1.541295822,0.7244024384,449,1.811996086,0.02364353,9384.7542388 +119,-1.543193859,0.7205570215,449,1.811996086,0.02364353,9397.5623201 +120,-1.550257047,0.7386738187,449,1.811996086,0.02364353,9322.8640722 +121,-1.549335448,0.7311736483,449,1.811996086,0.02364353,9351.9540634 +122,-1.533478843,0.7179891343,449,1.811996086,0.02364353,9415.9135698 +123,-1.556150555,0.738907041,449,1.811996086,0.02364353,9316.593853 +124,-1.554324226,0.733414257,449,1.811996086,0.02364353,9338.930124 +125,-1.554290846,0.7288285332,449,1.811996086,0.02364353,9356.1932979 +126,-1.55122487,0.7219795312,449,1.811996086,0.02364353,9384.8034835 +127,-1.525104458,0.7229399862,449,1.811996086,0.02364353,9404.2549387 +128,-1.519607711,0.7236181429,449,1.811996086,0.02364353,9406.1766242 +129,-1.513899999,0.7251107854,449,1.811996086,0.02364353,9405.0188598 +130,-1.536620762,0.7431061895,449,1.811996086,0.02364353,9318.0323945 +131,-1.5369566,0.7460845958,449,1.811996086,0.02364353,9306.4565016 +132,-1.545345528,0.7447040685,449,1.811996086,0.02364353,9304.4825019 +133,-1.532813921,0.7432306626,449,1.811996086,0.02364353,9320.7466421 +134,-1.554788248,0.7382381001,449,1.811996086,0.02364353,9320.3670197 +135,-1.540348126,0.7301594274,449,1.811996086,0.02364353,9363.8380759 +136,-1.538016084,0.7239051786,449,1.811996086,0.02364353,9389.5427222 +137,-1.525288962,0.7258085137,449,1.811996086,0.02364353,9393.1924671 +138,-1.534326986,0.731241342,449,1.811996086,0.02364353,9364.9628011 +139,-1.530733872,0.7303625216,449,1.811996086,0.02364353,9371.3439105 +141,-1.534354939,0.7328219978,449,1.811996086,0.02364353,9358.9462445 +142,-1.53157084,0.7292888153,449,1.811996086,0.02364353,9374.7127473 +143,-1.525691035,0.7263799874,449,1.811996086,0.02364353,9390.6862756 +144,-1.534031287,0.7495967835,449,1.811996086,0.02364353,9295.5650071 +145,-1.527714986,0.7283095957,449,1.811996086,0.02364353,9381.6696215 +146,-1.526189586,0.7271468292,449,1.811996086,0.02364353,9387.3572037 +147,-1.555177336,0.7375563366,449,1.811996086,0.02364353,9322.5706996 +148,-1.555080283,0.7312707794,449,1.811996086,0.02364353,9346.2798843 +149,-1.53856994,0.7224180299,449,1.811996086,0.02364353,9394.6776328 +150,-1.530837883,0.729933372,449,1.811996086,0.02364353,9372.8854891 +151,-1.515066984,0.5854133365,449,1.811996086,0.02364353,9934.132219 +152,-1.534731633,0.5368370046,449,1.811996086,0.02364353,10092.990001 +153,-1.515231902,0.5607085576,449,1.811996086,0.02364353,10026.778995 +154,-2.616253799,1.0684566605,449,1.811996086,0.02364353,6675.3184111 +155,-1.956071439,0.5792177723,449,1.811996086,0.02364353,9102.6513954 +156,-1.951208514,0.5602434208,449,1.811996086,0.02364353,9161.7618159 +157,-1.944675062,0.6062144545,449,1.811996086,0.02364353,9064.1278173 +158,-1.613778386,0.6077989518,449,1.811996086,0.02364353,9729.5715729 +159,-2.035029014,0.6021432345,449,1.811996086,0.02364353,8839.9366338 +160,-2.114989471,0.6801825058,449,1.811996086,0.02364353,8456.6557449 +161,-2.037382079,0.5765830025,449,1.811996086,0.02364353,8890.5415394 +162,-2.129855121,0.6585019963,449,1.811996086,0.02364353,8463.8710872 +163,-2.075141798,0.6493615843,449,1.811996086,0.02364353,8627.7756825 +164,-1.828626729,0.6948433129,449,1.811996086,0.02364353,9072.609082 +165,-1.863329418,0.6735427691,449,1.811996086,0.02364353,9066.3981264 +166,-1.266037071,0.727988852,449,1.811996086,0.02364353,9457.9013013 +167,-1.277579582,0.7249010648,449,1.811996086,0.02364353,9472.9769102 +168,-1.258418684,0.7241194816,449,1.811996086,0.02364353,9470.9303621 +169,-1.317813974,0.6804850104,449,1.811996086,0.02364353,9654.4653422 +170,-1.344165204,0.6790988904,449,1.811996086,0.02364353,9659.7798731 +171,-1.427582102,0.5277120351,449,1.811996086,0.02364353,10228.80034 +172,-1.402238616,0.457167829,449,1.811996086,0.02364353,10519.191631 +173,-1.422454264,0.4996161999,449,1.811996086,0.02364353,10341.443527 +174,-1.439089277,0.4894859811,449,1.811996086,0.02364353,10369.108583 +175,-1.448126995,0.5182330266,449,1.811996086,0.02364353,10251.125762 +176,-1.474626146,0.5881926574,449,1.811996086,0.02364353,9960.7863958 +177,-1.421139645,0.5584869783,449,1.811996086,0.02364353,10112.578461 +178,-1.457037165,0.565943032,449,1.811996086,0.02364353,10060.184952 +179,-2.757159358,0.3745319,449,1.811996086,0.02364353,6715.0067918 +180,-2.714309238,0.342054471,449,1.811996086,0.02364353,6883.7728148 +181,-2.000525337,0.774119946,449,1.811996086,0.02364353,8497.2804314 +183,-1.571413436,0.6777838382,449,1.811996086,0.02364353,9529.166494 +184,-1.552860289,0.6987663893,449,1.811996086,0.02364353,9470.3558127 +185,-1.521852374,0.7165827476,449,1.811996086,0.02364353,9431.1371632 +186,-1.503656267,0.6928968252,449,1.811996086,0.02364353,9536.2319752 +187,-1.502753178,0.7136205882,449,1.811996086,0.02364353,9457.5550445 +188,-1.631894563,0.7343596465,449,1.811996086,0.02364353,9252.225129 +189,-1.653765416,0.6770714026,449,1.811996086,0.02364353,9427.523783 +190,-1.719812114,0.6715965947,449,1.811996086,0.02364353,9343.8923533 +191,-1.493406659,0.6646955447,449,1.811996086,0.02364353,9652.3014132 +192,-1.469120564,0.6613469966,449,1.811996086,0.02364353,9682.9507841 +193,-1.590551461,0.5326612937,449,1.811996086,0.02364353,10030.452577 +194,-1.625979264,0.5247742243,449,1.811996086,0.02364353,9999.9758136 +195,-1.572293943,0.5238808754,449,1.811996086,0.02364353,10089.161823 +196,-1.610848725,0.5477107964,449,1.811996086,0.02364353,9945.7805543 +197,-1.208485554,0.7918526018,449,1.811996086,0.02364353,9185.7718733 +198,-1.335601374,0.6869083083,449,1.811996086,0.02364353,9629.2680387 +199,-1.346156996,0.6825213377,449,1.811996086,0.02364353,9646.0802177 +200,-1.324381037,0.6741422347,449,1.811996086,0.02364353,9679.8536017 +201,-1.242424992,0.7378949807,449,1.811996086,0.02364353,9411.3065854 +202,-1.270370057,0.7392461008,449,1.811996086,0.02364353,9414.624818 +203,-1.448950472,0.7441675014,449,1.811996086,0.02364353,9372.8260489 +204,-1.492662363,0.7523026852,449,1.811996086,0.02364353,9315.9436571 +205,-1.479098966,0.7763855017,449,1.811996086,0.02364353,9231.2370374 +206,-1.633760714,0.7869022408,449,1.811996086,0.02364353,9059.7378114 +207,-1.647406434,0.8101289331,449,1.811996086,0.02364353,8960.3361128 +208,-1.564245052,0.5701509278,449,1.811996086,0.02364353,9933.2196808 +209,-1.646289963,0.6833746083,449,1.811996086,0.02364353,9415.7885511 +210,-1.5820631,0.6751952144,449,1.811996086,0.02364353,9526.7342799 +211,-1.613236298,0.6681681791,449,1.811996086,0.02364353,9514.2793092 +212,-1.914661867,0.8212566515,449,1.811996086,0.02364353,8531.1394319 +213,-1.742133237,0.7250275956,449,1.811996086,0.02364353,9129.1599179 +214,-2.033144872,0.6557314699,449,1.811996086,0.02364353,8720.6455886 +215,-2.039551981,0.6964723658,449,1.811996086,0.02364353,8607.1593253 +216,-1.247341019,0.7622473908,449,1.811996086,0.02364353,9317.2697661 +217,-1.298239787,0.7084123392,449,1.811996086,0.02364353,9541.9642598 +218,-1.308539688,0.6926545592,449,1.811996086,0.02364353,9605.5630417 +219,-1.303263185,0.6888938396,449,1.811996086,0.02364353,9619.8672444 +220,-1.852400229,0.6004246149,449,1.811996086,0.02364353,9300.6280004 +221,-1.288947707,0.7473773692,449,1.811996086,0.02364353,9386.3933544 +222,-1.372031502,0.7472790993,449,1.811996086,0.02364353,9386.4730131 +223,-1.289805721,0.7242157877,449,1.811996086,0.02364353,9478.1271209 +224,-1.350807603,0.7533498126,449,1.811996086,0.02364353,9365.2513144 +225,-1.329290365,0.7560442322,449,1.811996086,0.02364353,9355.5050827 +226,-1.410153004,0.616936428,449,1.811996086,0.02364353,9889.0374185 +227,-1.393445434,0.6308995063,449,1.811996086,0.02364353,9840.519901 +228,-1.37595573,0.6241540638,449,1.811996086,0.02364353,9872.2065119 +229,-1.358388707,0.6172645205,449,1.811996086,0.02364353,9902.9741948 +230,-1.753741133,0.8281661666,449,1.811996086,0.02364353,8764.4954933 +231,-1.47430987,0.6834615681,449,1.811996086,0.02364353,9593.9552035 +232,-1.421012508,0.7222725206,449,1.811996086,0.02364353,9471.039794 +233,-1.4476833,0.6978557868,449,1.811996086,0.02364353,9554.1440686 +234,-1.470370723,0.6966193374,449,1.811996086,0.02364353,9545.6279252 +235,-1.429211703,0.7037216883,449,1.811996086,0.02364353,9540.3153335 +236,-1.700578405,0.6178673663,449,1.811996086,0.02364353,9555.7819716 +237,-1.678117619,0.6331716163,449,1.811996086,0.02364353,9542.3127308 +238,-1.725644578,0.6316331145,449,1.811996086,0.02364353,9465.7569924 +239,-2.14012759,0.7930497945,449,1.811996086,0.02364353,8144.5604815 +240,-2.103289431,0.7653606263,449,1.811996086,0.02364353,8292.8287482 +241,-1.318739838,0.7017808746,449,1.811996086,0.02364353,9570.1738133 +242,-1.396417427,0.7077900843,449,1.811996086,0.02364353,9536.6014827 +243,-1.35650337,0.7185539404,449,1.811996086,0.02364353,9502.4083552 +244,-1.248884539,0.7274156818,449,1.811996086,0.02364353,9454.820418 +245,-1.395014798,0.5761185243,449,1.811996086,0.02364353,10055.636044 +246,-1.433377362,0.6064716109,449,1.811996086,0.02364353,9918.4034712 +247,-1.408172432,0.5903155476,449,1.811996086,0.02364353,9994.3927292 +248,-1.749645898,0.7757118084,449,1.811996086,0.02364353,8947.762944 +249,-1.571626686,0.615046989,449,1.811996086,0.02364353,9759.8672379 +250,-1.514070049,0.6303003037,449,1.811996086,0.02364353,9765.6187235 +251,-1.480890369,0.6237966528,449,1.811996086,0.02364353,9819.0693405 +252,-1.704390658,0.5281680612,449,1.811996086,0.02364353,9840.2220893 +253,-1.64434733,0.5254277498,449,1.811996086,0.02364353,9965.2368741 +254,-1.703855997,0.4792484842,449,1.811996086,0.02364353,9994.2258023 +255,-1.692002383,0.5748825051,449,1.811996086,0.02364353,9713.3959288 +256,-1.854136457,0.5544643913,449,1.811996086,0.02364353,9424.2473067 +257,-1.665021206,0.520317736,449,1.811996086,0.02364353,9943.6965963 +258,-1.733654349,0.4845187345,449,1.811996086,0.02364353,9910.8405657 +259,-1.720938188,0.5135933906,449,1.811996086,0.02364353,9851.0093603 +260,-1.742668307,0.553296122,449,1.811996086,0.02364353,9681.9561687 +261,-1.965659039,0.7142126903,449,1.811996086,0.02364353,8732.2906017 +262,-1.944438071,0.6772834804,449,1.811996086,0.02364353,8878.7534091 +263,-1.270340967,0.7681487096,449,1.811996086,0.02364353,9300.541493 +264,-1.353091884,0.6549276821,449,1.811996086,0.02364353,9754.6472706 +265,-1.333236659,0.6413584414,449,1.811996086,0.02364353,9809.741625 +266,-1.352015998,0.6753788907,449,1.811996086,0.02364353,9673.8138963 +267,-1.377988483,0.6577816235,449,1.811996086,0.02364353,9738.9048718 +268,-2.13075611,0.8318642051,449,1.811996086,0.02364353,8075.503886 +269,-2.097910953,0.8259670014,449,1.811996086,0.02364353,8159.6029529 +270,-1.416382069,0.6694271549,449,1.811996086,0.02364353,9680.354292 +271,-1.538905672,0.7535625993,449,1.811996086,0.02364353,9276.4686363 +272,-1.572309477,0.7803125099,449,1.811996086,0.02364353,9146.3674671 +273,-1.87759879,0.7503853417,449,1.811996086,0.02364353,8810.7184259 +274,1.152365588,0.590457682,449,1.811996086,0.02364353,3316.911581 +275,0.350198001,0.718001859,449,1.811996086,0.02364353,5835.2842254 +276,0.046513677,0.491503852,449,1.811996086,0.02364353,6855.8217657 +277,0.027510309,0.742571376,449,1.811996086,0.02364353,6779.1197626 +278,0.306285725,-0.214631579,449,1.811996086,0.02364353,5990.094778 +279,-1.100564889,0.318051531,449,1.811996086,0.02364353,10822.528642 +280,-1.078582306,0.301437596,449,1.811996086,0.02364353,10825.675548 +281,-1.137371989,-0.617634065,449,1.811996086,0.02364353,9986.8294473 +282,0.784356344,0.703272339,449,1.811996086,0.02364353,4551.2363486 +283,-1.221209947,0.218327455,449,1.811996086,0.02364353,11394.908173 +284,2.347301921,-0.449114658,449,1.811996086,0.02364353,2775.8108342 +285,0.246820618,0.830553713,449,1.811996086,0.02364353,6137.768402 +286,0.829414965,0.703288228,449,1.811996086,0.02364353,4424.4098621 +287,-1.337537566,0.42332223,449,1.811996086,0.02364353,10673.153783 +288,0.882453706,0.454478077,449,1.811996086,0.02364353,3926.0509267 +289,1.575629659,0.416419109,449,1.811996086,0.02364353,1800.7428137 +290,-1.039455679,0.229888244,449,1.811996086,0.02364353,10924.661208 +291,0.489558039,0.934482747,449,1.811996086,0.02364353,5565.1791033 +292,0.081344504,0.88384514,449,1.811996086,0.02364353,6549.6308947 +293,-1.547979814,0.300350308,449,1.811996086,0.02364353,10903.033485 +294,0.040776181,0.168560074,449,1.811996086,0.02364353,6988.1644476 +295,-1.130374745,0.563894876,449,1.811996086,0.02364353,9999.7578744 +296,1.578326642,0.478507176,449,1.811996086,0.02364353,2008.2411564 +297,-1.12861823,-0.291640865,449,1.811996086,0.02364353,11124.402462 +298,0.310524208,0.770885792,449,1.811996086,0.02364353,5959.7329724 +299,0.415649091,-0.387246002,449,1.811996086,0.02364353,5618.5476616 +300,-0.926533878,-0.188022748,449,1.811996086,0.02364353,10729.749931 +301,1.258856172,-0.11716081,449,1.811996086,0.02364353,2256.7034086 +302,-1.126050026,0.322941926,449,1.811996086,0.02364353,10858.48818 +303,2.002785835,0.07893892,449,1.811996086,0.02364353,785.76705669 +304,0.440437607,0.746258085,449,1.811996086,0.02364353,5580.08808 +305,-0.030391866,0.214441206,449,1.811996086,0.02364353,7251.5213161 +306,0.521557815,-0.058929362,449,1.811996086,0.02364353,5119.4608819 +307,-0.097005111,0.13317729,449,1.811996086,0.02364353,7535.6799424 +308,1.83113859,0.221857587,449,1.811996086,0.02364353,788.71176336 +309,0.222428864,0.099404236,449,1.811996086,0.02364353,6286.5933607 +310,-1.702731345,0.8728568183,449,1.811996086,0.02364353,8673.3858615 +311,-0.418507569,0.278324921,449,1.811996086,0.02364353,8685.5596978 +312,-1.41153306,0.339029988,449,1.811996086,0.02364353,10972.388633 +313,0.357560442,0.114788776,449,1.811996086,0.02364353,5753.3956231 +314,0.325818979,0.268352149,449,1.811996086,0.02364353,5873.9432553 +315,-1.246004659,-0.663679965,449,1.811996086,0.02364353,9890.4825031 +316,1.814603087,0.637404484,449,1.811996086,0.02364353,2431.1259153 +317,1.843704281,-0.18300445,449,1.811996086,0.02364353,828.01766526 +318,1.690644492,-0.211480909,449,1.811996086,0.02364353,1046.5657225 +319,-1.275451936,0.068109467,449,1.811996086,0.02364353,12021.918415 +320,0.762430171,-0.207594741,449,1.811996086,0.02364353,4228.6759061 +321,0.265668905,-0.014647884,449,1.811996086,0.02364353,6126.4114872 +322,-2.773032013,-0.335515811,449,1.811996086,0.02364353,6729.0689738 +323,-1.469512853,0.174058777,449,1.811996086,0.02364353,11485.912622 +324,0.286276986,0.785925691,449,1.811996086,0.02364353,6029.4878856 +325,-1.379324697,0.377432233,449,1.811996086,0.02364353,10843.57151 +326,-1.203778265,0.212813032,449,1.811996086,0.02364353,11384.509474 +327,0.579916301,0.611743168,449,1.811996086,0.02364353,5075.0253366 +328,0.267582642,0.868113908,449,1.811996086,0.02364353,6082.9255871 +329,0.412869244,-0.050245578,449,1.811996086,0.02364353,5547.7724225 +330,0.17524381,0.976660285,449,1.811996086,0.02364353,6290.4317203 +331,0.743157214,0.204812899,449,1.811996086,0.02364353,4257.9377722 +332,-1.070758176,0.269382282,449,1.811996086,0.02364353,10902.850085 +333,-1.230364251,0.329790229,449,1.811996086,0.02364353,10991.582638 +334,-1.374813124,-0.024926835,449,1.811996086,0.02364353,12264.726414 +335,0.519780566,0.463669906,449,1.811996086,0.02364353,5194.6012306 +336,-1.55108034,0.239698561,449,1.811996086,0.02364353,11085.850178 +337,0.180294813,0.029739425,449,1.811996086,0.02364353,6460.2048631 +338,0.67820924,0.268170153,449,1.811996086,0.02364353,4530.0874593 +339,0.445798684,1.024001867,449,1.811996086,0.02364353,5722.2838958 +340,0.691751283,0.150521402,449,1.811996086,0.02364353,4443.8827099 +341,-1.036643551,-0.903056181,449,1.811996086,0.02364353,8826.7308603 +342,-0.120287036,1.083325163,449,1.811996086,0.02364353,6797.1822931 +343,2.823513113,-0.304487164,449,1.811996086,0.02364353,4152.7951779 +344,0.457583172,1.12513373,449,1.811996086,0.02364353,5769.9706372 +345,0.042918831,0.813795399,449,1.811996086,0.02364353,6690.6338772 +346,1.196146777,-0.853142756,449,1.811996086,0.02364353,4061.2112665 +347,0.206001358,-0.010430701,449,1.811996086,0.02364353,6362.2759054 +348,-0.268308653,0.234799412,449,1.811996086,0.02364353,8154.3177172 +349,0.759363263,0.736189579,449,1.811996086,0.02364353,4665.9668212 +350,0.181363926,0.891988372,449,1.811996086,0.02364353,6297.7241934 +351,-0.021111158,0.139103292,449,1.811996086,0.02364353,7236.9459639 +352,-0.093355215,0.630686981,449,1.811996086,0.02364353,7227.5637144 +353,0.40118964,0.681375926,449,1.811996086,0.02364353,5671.1886858 +354,-0.721197315,1.304706234,449,1.811996086,0.02364353,6990.8485069 +355,-1.076150317,0.212107639,449,1.811996086,0.02364353,11077.800422 +356,-1.577164531,0.273993443,449,1.811996086,0.02364353,10917.708559 +357,-0.190788414,0.182208586,449,1.811996086,0.02364353,7883.7525707 +358,-0.261349752,0.209710184,449,1.811996086,0.02364353,8142.3251642 +359,-1.029303852,0.083549259,449,1.811996086,0.02364353,11181.924197 +360,-1.268609162,0.330525297,449,1.811996086,0.02364353,11021.042624 +361,1.282982244,-0.926641967,449,1.811996086,0.02364353,4150.7596247 +362,0.217352334,0.731352408,449,1.811996086,0.02364353,6229.6594168 +363,-1.511833084,0.258629297,449,1.811996086,0.02364353,11117.040933 +364,0.338812194,0.823184618,449,1.811996086,0.02364353,5890.4838618 +365,-0.324406489,1.134201999,449,1.811996086,0.02364353,7040.2655322 +366,1.389579348,0.399185724,449,1.811996086,0.02364353,2202.5403034 +367,2.047152199,-0.039082036,449,1.811996086,0.02364353,963.8459517 +368,0.947780369,0.568250077,449,1.811996086,0.02364353,3868.6367884 +369,0.763824846,0.576754987,449,1.811996086,0.02364353,4456.0829644 +370,-0.142334657,0.928153068,449,1.811996086,0.02364353,7040.8418297 +371,0.610266567,0.547265983,449,1.811996086,0.02364353,4930.5629111 +372,0.210731629,0.746815056,449,1.811996086,0.02364353,6246.8384982 +373,-1.34931644,0.316895224,449,1.811996086,0.02364353,11092.785789 +374,2.407696481,0.655030745,449,1.811996086,0.02364353,3310.23823 +375,0.64207831,0.545359131,449,1.811996086,0.02364353,4823.3655956 +376,1.174597538,0.840588356,449,1.811996086,0.02364353,3898.4812958 +377,0.660059424,0.010604079,449,1.811996086,0.02364353,4562.3261564 +378,-0.730263819,0.010486456,449,1.811996086,0.02364353,10066.213949 +379,0.831068936,0.512339172,449,1.811996086,0.02364353,4164.9269418 +380,1.301180979,0.72367476,449,1.811996086,0.02364353,3318.0537585 +381,1.811128231,0.322854402,449,1.811996086,0.02364353,1185.1790617 +382,0.435105812,0.992284428,449,1.811996086,0.02364353,5725.0000067 +383,0.62643634,0.592027932,449,1.811996086,0.02364353,4911.0770398 +384,0.492988703,-0.516339467,449,1.811996086,0.02364353,5404.4242782 +385,-0.162469483,0.112549365,449,1.811996086,0.02364353,7798.2748913 +386,0.314630866,0.472006421,449,1.811996086,0.02364353,5920.3034617 +387,0.166744804,0.822815954,449,1.811996086,0.02364353,6353.6507169 +388,0.417159608,0.965805736,449,1.811996086,0.02364353,5749.5268646 +389,0.106334961,0.868774244,449,1.811996086,0.02364353,6494.4643411 +390,0.815086969,-0.338144359,449,1.811996086,0.02364353,4128.8441968 +391,0.59867455,-0.230624824,449,1.811996086,0.02364353,4868.2113048 +392,1.915104874,0.066220985,449,1.811996086,0.02364353,441.4548365 +393,1.278093622,0.064463721,449,1.811996086,0.02364353,2118.7161337 +394,-0.061477853,0.302997961,449,1.811996086,0.02364353,7335.1647027 +395,0.251311504,0.626976942,449,1.811996086,0.02364353,6134.5515149 +396,2.950242872,0.149095644,449,1.811996086,0.02364353,4514.0674602 +397,-0.180294708,0.35375117,449,1.811996086,0.02364353,7746.6327621 +398,1.010448592,-0.351180233,449,1.811996086,0.02364353,3446.0707094 +399,-1.748740498,0.3686318073,449,1.811996086,0.02364353,10196.493801 +400,2.699635665,0.123533791,449,1.811996086,0.02364353,3526.5132368 +401,0.496808033,0.823843254,449,1.811996086,0.02364353,5468.458242 +402,0.129574704,0.763364087,449,1.811996086,0.02364353,6476.0630495 +403,1.798920311,0.817447563,449,1.811996086,0.02364353,3144.5825401 +404,0.335987953,0.746786541,449,1.811996086,0.02364353,5882.8512286 +405,-1.085413643,0.292154671,449,1.811996086,0.02364353,10870.551441 +406,-0.155321003,0.508207011,449,1.811996086,0.02364353,7536.4252057 +407,0.620529244,-0.301175104,449,1.811996086,0.02364353,4820.2975231 +408,1.684402744,0.368716966,449,1.811996086,0.02364353,1453.0014208 +409,0.300582244,-0.386397212,449,1.811996086,0.02364353,6039.4660886 +410,2.913555946,-0.009225192,449,1.811996086,0.02364353,4364.8937177 +411,1.465101417,0.493232532,449,1.811996086,0.02364353,2276.7760463 +412,0.090612882,0.907955955,449,1.811996086,0.02364353,6513.9323126 +413,2.987564726,-0.729568594,449,1.811996086,0.02364353,5134.1665756 +414,-1.484261606,0.224149272,449,1.811996086,0.02364353,11289.31786 +415,0.164073421,0.303955133,449,1.811996086,0.02364353,6485.2141825 +416,0.141441293,0.167552546,449,1.811996086,0.02364353,6595.7169779 +417,2.931321023,-0.506718887,449,1.811996086,0.02364353,4721.1536629 +418,2.21951565,0.700596356,449,1.811996086,0.02364353,3055.7238597 +419,0.268112576,1.199114336,449,1.811996086,0.02364353,6095.9534612 +420,0.978913739,0.359223811,449,1.811996086,0.02364353,3482.3384921 +421,1.210898818,0.522863584,449,1.811996086,0.02364353,3002.8926419 +422,2.347397336,0.129231362,449,1.811996086,0.02364353,2154.3617767 +423,0.614394501,0.556878345,449,1.811996086,0.02364353,4923.7030105 +424,-1.398079356,0.148483366,449,1.811996086,0.02364353,11710.393349 +425,2.535303836,-0.112984496,449,1.811996086,0.02364353,2910.5278548 +426,-1.019372593,-0.405322349,449,1.811996086,0.02364353,10518.611673 +427,-1.297785627,-0.160104069,449,1.811996086,0.02364353,11888.979 +428,2.144554488,0.205051084,449,1.811996086,0.02364353,1491.2456036 +429,-2.242387083,-0.426171285,449,1.811996086,0.02364353,8607.2465067 +430,0.338637212,0.909723676,449,1.811996086,0.02364353,5911.171413 +431,-0.148798452,0.691042401,449,1.811996086,0.02364353,7337.0229223 +432,0.893524764,0.441829531,449,1.811996086,0.02364353,3873.7832145 +433,0.969229347,-0.368847936,449,1.811996086,0.02364353,3613.5099032 +434,0.436043248,0.800045688,449,1.811996086,0.02364353,5618.2811783 +435,1.687946607,1.081504775,449,1.811996086,0.02364353,4206.583281 +436,0.522302046,-0.034889271,449,1.811996086,0.02364353,5112.8928253 +437,-0.178996113,-0.438090009,449,1.811996086,0.02364353,7763.0841328 +438,-1.094339566,0.301444068,449,1.811996086,0.02364353,10862.152668 +439,-1.064070054,0.242569932,449,1.811996086,0.02364353,10961.247959 +440,-1.068153768,0.230387998,449,1.811996086,0.02364353,11005.966708 +441,-3.00496892,-0.23989155,449,1.811996086,0.02364353,5842.0731718 +442,0.21751974,0.766874888,449,1.811996086,0.02364353,6224.4623491 +443,0.117229532,0.007619006,449,1.811996086,0.02364353,6712.0990783 +444,0.777758451,0.420554741,449,1.811996086,0.02364353,4256.1491316 +445,-0.252356999,0.250747086,449,1.811996086,0.02364353,8083.8818802 +446,0.363148444,0.768483434,449,1.811996086,0.02364353,5809.7632514 +447,0.903191366,-0.118210676,449,1.811996086,0.02364353,3636.0467942 +448,-0.205755923,0.149406178,449,1.811996086,0.02364353,7955.2658815 +449,1.811996086,0.02364353,449,1.811996086,0.02364353,0 +450,-1.100670221,0.314845373,449,1.811996086,0.02364353,10833.172788 +451,0.340078597,0.850105132,449,1.811996086,0.02364353,5893.2238683 +452,0.258757267,0.804969236,449,1.811996086,0.02364353,6106.2206214 +453,2.78505352,-0.155160804,449,1.811996086,0.02364353,3904.7117888 +454,0.800551619,0.105822106,449,1.811996086,0.02364353,4009.2222828 +455,0.437940882,-0.506194031,449,1.811996086,0.02364353,5587.6322422 +456,2.230431122,0.63458615,449,1.811996086,0.02364353,2864.8510231 +457,0.527965361,0.127667701,449,1.811996086,0.02364353,5083.4452013 +458,-0.063643205,0.702093448,449,1.811996086,0.02364353,7075.4756163 +459,1.408447268,0.133010502,449,1.811996086,0.02364353,1650.540811 +460,0.523795955,0.280266966,449,1.811996086,0.02364353,5120.7615793 +461,-0.975769313,0.072177659,449,1.811996086,0.02364353,10992.776725 +462,0.549774164,-0.463663986,449,1.811996086,0.02364353,5176.0442609 +463,0.29245874,1.095549818,449,1.811996086,0.02364353,6045.7660233 +464,0.143625958,0.816809593,449,1.811996086,0.02364353,6417.8196741 +465,0.671902494,0.611159853,449,1.811996086,0.02364353,4782.7122717 +466,1.239840988,0.6724199,449,1.811996086,0.02364353,3301.6280797 +467,0.607829703,-0.10932137,449,1.811996086,0.02364353,4790.1294026 +468,1.763020906,0.263996692,449,1.811996086,0.02364353,971.10677366 +469,0.378714634,0.726066797,449,1.811996086,0.02364353,5752.7315166 +470,2.196736143,-0.153862366,449,1.811996086,0.02364353,1673.5196756 +471,0.01702415,0.148991565,449,1.811996086,0.02364353,7085.3884412 +472,-2.998490902,-0.158002487,449,1.811996086,0.02364353,5853.1221761 +473,-3.051262951,-0.346595608,449,1.811996086,0.02364353,5692.3850277 +474,-1.069176439,0.182802941,449,1.811996086,0.02364353,11131.547058 +475,0.167157509,0.595344954,449,1.811996086,0.02364353,6412.0167506 +476,0.613855648,0.681746124,449,1.811996086,0.02364353,5025.3090084 +477,1.037012736,0.682555367,449,1.811996086,0.02364353,3823.7418949 +478,-1.253574971,0.379755746,449,1.811996086,0.02364353,10819.136931 +479,3.108590453,-0.132620738,449,1.811996086,0.02364353,5158.7475079 +480,0.565301296,0.022333262,449,1.811996086,0.02364353,4936.6555998 +481,0.547898238,0.855555614,449,1.811996086,0.02364353,5360.417637 +482,0.948309381,0.417393755,449,1.811996086,0.02364353,3656.729461 +483,-0.050600732,0.945269213,449,1.811996086,0.02364353,6815.2404484 +484,-0.977651478,-0.572363064,449,1.811996086,0.02364353,9906.0563622 +485,1.102014914,0.728861163,449,1.811996086,0.02364353,3764.8926294 +486,2.927300795,-0.282939414,449,1.811996086,0.02364353,4523.8182918 +487,-1.154565557,0.124434095,449,1.811996086,0.02364353,11536.886871 +488,1.855331234,0.291044755,449,1.811996086,0.02364353,1072.5717724 +489,0.830290659,0.276904518,449,1.811996086,0.02364353,3958.8734475 +490,0.485104466,-0.234867441,449,1.811996086,0.02364353,5305.5291649 +491,0.521367572,-0.33161327,449,1.811996086,0.02364353,5205.9881544 +1,-1.539031704,0.7349710123,450,-1.100670221,0.314845373,2224.9560548 +2,-1.536990553,0.7349663874,450,-1.100670221,0.314845373,2220.4051172 +3,-1.534951779,0.7349571355,450,-1.100670221,0.314845373,2215.8589029 +4,-1.532906461,0.7349480293,450,-1.100670221,0.314845373,2211.3100751 +5,-1.531320211,0.7346937278,450,-1.100670221,0.314845373,2207.1430273 +6,-1.539451648,0.7335131775,450,-1.100670221,0.314845373,2222.1295105 +7,-1.537429487,0.7335445708,450,-1.100670221,0.314845373,2217.698844 +8,-1.535484998,0.7335658704,450,-1.100670221,0.314845373,2213.4265138 +9,-1.533488396,0.7336036027,450,-1.100670221,0.314845373,2209.0923392 +10,-1.531497785,0.7335842962,450,-1.100670221,0.314845373,2204.6342525 +11,-1.530259379,0.7334777758,450,-1.100670221,0.314845373,2201.6188597 +12,-1.5335454,0.7322346912,450,-1.100670221,0.314845373,2205.6579119 +13,-1.531489083,0.7322238773,450,-1.100670221,0.314845373,2201.0642217 +14,-1.530011122,0.7321679851,450,-1.100670221,0.314845373,2197.6440188 +15,-1.53348106,0.7306614094,450,-1.100670221,0.314845373,2201.4304109 +16,-1.531441779,0.7306962275,450,-1.100670221,0.314845373,2196.9797224 +17,-1.529755654,0.7306933243,450,-1.100670221,0.314845373,2193.2264208 +18,-1.533415048,0.7291384674,450,-1.100670221,0.314845373,2197.3375972 +19,-1.531392093,0.7291705353,450,-1.100670221,0.314845373,2192.9028548 +20,-1.529296523,0.7291214933,450,-1.100670221,0.314845373,2188.107327 +21,-1.535280942,0.727267644,450,-1.100670221,0.314845373,2196.6949465 +22,-1.533378158,0.7276139666,450,-1.100670221,0.314845373,2193.3137021 +23,-1.531340368,0.7276446587,450,-1.100670221,0.314845373,2188.8287987 +24,-1.528960113,0.7276398177,450,-1.100670221,0.314845373,2183.4998248 +25,-1.533313146,0.7260818349,450,-1.100670221,0.314845373,2189.2149627 +26,-1.531259555,0.7260958115,450,-1.100670221,0.314845373,2184.6379482 +27,-1.528926415,0.7260865555,450,-1.100670221,0.314845373,2179.3873545 +28,-1.531226779,0.7245511789,450,-1.100670221,0.314845373,2180.5738474 +29,-1.528904772,0.7245519194,450,-1.100670221,0.314845373,2175.3586183 +30,-1.547195875,0.7409785979,450,-1.100670221,0.314845373,2258.6076324 +31,-1.5451475,0.740980426,450,-1.100670221,0.314845373,2254.0645389 +32,-1.543097679,0.7409798872,450,-1.100670221,0.314845373,2249.5235447 +33,-1.540720364,0.7409892687,450,-1.100670221,0.314845373,2244.2974304 +34,-1.547188511,0.7395198392,450,-1.100670221,0.314845373,2254.8440823 +35,-1.545148587,0.7395226109,450,-1.100670221,0.314845373,2250.3094273 +36,-1.543104538,0.7395314908,450,-1.100670221,0.314845373,2245.7927458 +37,-1.540727751,0.7395306258,450,-1.100670221,0.314845373,2240.5263426 +38,-1.547187029,0.7380014886,450,-1.100670221,0.314845373,2250.9486327 +39,-1.545147315,0.7380012252,450,-1.100670221,0.314845373,2246.3933384 +40,-1.54310719,0.7380060743,450,-1.100670221,0.314845373,2241.861586 +41,-1.540719671,0.7380068206,450,-1.100670221,0.314845373,2236.5599435 +42,-1.547187189,0.7364799098,450,-1.100670221,0.314845373,2247.0569192 +43,-1.545149996,0.7364853874,450,-1.100670221,0.314845373,2242.5086339 +44,-1.543106091,0.7364823484,450,-1.100670221,0.314845373,2237.9348017 +45,-1.540717158,0.7364893901,450,-1.100670221,0.314845373,2232.6306085 +46,-1.538663972,0.7410138672,450,-1.100670221,0.314845373,2239.8325052 +47,-1.53695285,0.7409699132,450,-1.100670221,0.314845373,2235.9580199 +48,-1.534910498,0.7409641297,450,-1.100670221,0.314845373,2231.4658635 +49,-1.533145034,0.7409536636,450,-1.100670221,0.314845373,2227.5776792 +50,-1.538681336,0.7395405883,450,-1.100670221,0.314845373,2236.0322703 +51,-1.536999189,0.7395183096,450,-1.100670221,0.314845373,2232.2674521 +52,-1.534923633,0.7395144222,450,-1.100670221,0.314845373,2227.6943738 +53,-1.533267822,0.7395654306,450,-1.100670221,0.314845373,2224.1968211 +54,-1.53867273,0.7380151077,450,-1.100670221,0.314845373,2232.0469283 +55,-1.536980576,0.7379994392,450,-1.100670221,0.314845373,2228.2663446 +56,-1.534931522,0.7379944961,450,-1.100670221,0.314845373,2223.735413 +57,-1.533387952,0.7379480264,450,-1.100670221,0.314845373,2220.217936 +58,-1.538682279,0.7364914363,450,-1.100670221,0.314845373,2228.1147641 +59,-1.536980704,0.7364810563,450,-1.100670221,0.314845373,2224.3159858 +60,-1.534935567,0.7364752065,450,-1.100670221,0.314845373,2219.7779433 +61,-1.533042592,0.7363876366,450,-1.100670221,0.314845373,2215.3729625 +62,-1.545143426,0.7349628011,450,-1.100670221,0.314845373,2238.5942675 +63,-1.543105297,0.7349691947,450,-1.100670221,0.314845373,2234.0442154 +64,-1.541064533,0.7349647152,450,-1.100670221,0.314845373,2229.4716998 +65,-1.545411803,0.7334624714,450,-1.100670221,0.314845373,2235.3637359 +66,-1.543446606,0.7334780896,450,-1.100670221,0.314845373,2230.9863071 +67,-1.541475327,0.7334957295,450,-1.100670221,0.314845373,2226.6112214 +68,-1.545401939,0.731963266,450,-1.100670221,0.314845373,2231.5199017 +69,-1.54342253,0.7319915583,450,-1.100670221,0.314845373,2227.1300876 +70,-1.541455867,0.7320216438,450,-1.100670221,0.314845373,2222.7846305 +71,-1.545410146,0.7304422281,450,-1.100670221,0.314845373,2227.6696412 +72,-1.543435491,0.7304713664,450,-1.100670221,0.314845373,2223.2794797 +73,-1.541463105,0.7304997613,450,-1.100670221,0.314845373,2218.9036163 +74,-1.545414768,0.7289194936,450,-1.100670221,0.314845373,2223.8156042 +75,-1.543435774,0.7289538557,450,-1.100670221,0.314845373,2219.4156785 +76,-1.541457714,0.7289765881,450,-1.100670221,0.314845373,2214.9993955 +77,-1.539449415,0.7320555866,450,-1.100670221,0.314845373,2218.3710505 +78,-1.537429183,0.7321097681,450,-1.100670221,0.314845373,2213.9905981 +79,-1.535472649,0.7321497267,450,-1.100670221,0.314845373,2209.7275437 +80,-1.539457899,0.7305333307,450,-1.100670221,0.314845373,2214.4784061 +81,-1.537453161,0.7305750503,450,-1.100670221,0.314845373,2210.0868865 +82,-1.535479385,0.7306124949,450,-1.100670221,0.314845373,2205.7653949 +83,-1.53946905,0.7290102593,450,-1.100670221,0.314845373,2210.598305 +84,-1.537459922,0.7290417293,450,-1.100670221,0.314845373,2206.1570106 +85,-1.535451349,0.7290890157,450,-1.100670221,0.314845373,2201.7694719 +86,-1.535522937,0.7279887191,450,-1.100670221,0.314845373,2199.0949346 +87,-1.539442524,0.7274735939,450,-1.100670221,0.314845373,2206.6070185 +88,-1.537424111,0.727521351,450,-1.100670221,0.314845373,2202.1730972 +89,-1.539384641,0.7259505092,450,-1.100670221,0.314845373,2202.5876984 +90,-1.537372391,0.7259947145,450,-1.100670221,0.314845373,2198.1452849 +91,-1.535340789,0.7260435356,450,-1.100670221,0.314845373,2193.6830523 +92,-1.539325716,0.7244369706,450,-1.100670221,0.314845373,2198.5981982 +93,-1.537308932,0.7244801057,450,-1.100670221,0.314845373,2194.1295664 +94,-1.535289068,0.7245247645,450,-1.100670221,0.314845373,2189.669867 +95,-1.533261366,0.7245550236,450,-1.100670221,0.314845373,2185.1675858 +96,-1.539267302,0.722921924,450,-1.100670221,0.314845373,2194.6138582 +97,-1.537248972,0.7229660258,450,-1.100670221,0.314845373,2190.1309066 +98,-1.535219431,0.7229916471,450,-1.100670221,0.314845373,2185.5872846 +99,-1.53318962,0.7230212049,450,-1.100670221,0.314845373,2181.0650531 +100,-1.531154816,0.7230299897,450,-1.100670221,0.314845373,2176.4901049 +101,-1.528878341,0.7230370244,450,-1.100670221,0.314845373,2171.3785752 +102,-1.539218189,0.7214009878,450,-1.100670221,0.314845373,2190.64375 +103,-1.537198791,0.7214422745,450,-1.100670221,0.314845373,2186.1377897 +104,-1.535179266,0.7214634354,450,-1.100670221,0.314845373,2181.5921597 +105,-1.533156501,0.7214944644,450,-1.100670221,0.314845373,2177.0761424 +106,-1.53113574,0.7215166021,450,-1.100670221,0.314845373,2172.5537948 +107,-1.528874248,0.7215345535,450,-1.100670221,0.314845373,2167.4891908 +108,-1.539217656,0.7198512397,450,-1.100670221,0.314845373,2186.720303 +109,-1.537199919,0.7199428763,450,-1.100670221,0.314845373,2182.3319201 +110,-1.545425832,0.727397149,450,-1.100670221,0.314845373,2219.9859068 +111,-1.543371177,0.7273916949,450,-1.100670221,0.314845373,2215.2997354 +112,-1.541368852,0.7274523163,450,-1.100670221,0.314845373,2210.911776 +113,-1.545349067,0.7258710923,450,-1.100670221,0.314845373,2215.9551044 +114,-1.54332671,0.7258603556,450,-1.100670221,0.314845373,2211.3159422 +115,-1.541346831,0.7259242142,450,-1.100670221,0.314845373,2206.9737735 +116,-1.545324355,0.7243383958,450,-1.100670221,0.314845373,2212.0345174 +117,-1.543292796,0.7243617413,450,-1.100670221,0.314845373,2207.4471619 +118,-1.541295822,0.7244024384,450,-1.100670221,0.314845373,2202.9942005 +119,-1.543193859,0.7205570215,450,-1.100670221,0.314845373,2197.6316181 +120,-1.550257047,0.7386738187,450,-1.100670221,0.314845373,2259.5385587 +121,-1.549335448,0.7311736483,450,-1.100670221,0.314845373,2238.4223089 +122,-1.533478843,0.7179891343,450,-1.100670221,0.314845373,2168.8595498 +123,-1.556150555,0.738907041,450,-1.100670221,0.314845373,2273.3812434 +124,-1.554324226,0.733414257,450,-1.100670221,0.314845373,2255.4061167 +125,-1.554290846,0.7288285332,450,-1.100670221,0.314845373,2243.8437107 +126,-1.55122487,0.7219795312,450,-1.100670221,0.314845373,2219.7230262 +127,-1.525104458,0.7229399862,450,-1.100670221,0.314845373,2162.6547485 +128,-1.519607711,0.7236181429,450,-1.100670221,0.314845373,2152.1684885 +129,-1.513899999,0.7251107854,450,-1.100670221,0.314845373,2143.5050736 +130,-1.536620762,0.7431061895,450,-1.100670221,0.314845373,2240.8272225 +131,-1.5369566,0.7460845958,450,-1.100670221,0.314845373,2249.3881783 +132,-1.545345528,0.7447040685,450,-1.100670221,0.314845373,2264.1325642 +133,-1.532813921,0.7432306626,450,-1.100670221,0.314845373,2232.8589382 +134,-1.554788248,0.7382381001,450,-1.100670221,0.314845373,2268.6182934 +135,-1.540348126,0.7301594274,450,-1.100670221,0.314845373,2215.5217232 +136,-1.538016084,0.7239051786,450,-1.100670221,0.314845373,2194.267799 +137,-1.525288962,0.7258085137,450,-1.100670221,0.314845373,2170.543496 +138,-1.534326986,0.731241342,450,-1.100670221,0.314845373,2204.8200488 +139,-1.530733872,0.7303625216,450,-1.100670221,0.314845373,2194.5369047 +141,-1.534354939,0.7328219978,450,-1.100670221,0.314845373,2208.983341 +142,-1.53157084,0.7292888153,450,-1.100670221,0.314845373,2193.6086729 +143,-1.525691035,0.7263799874,450,-1.100670221,0.314845373,2172.9313093 +144,-1.534031287,0.7495967835,450,-1.100670221,0.314845373,2252.3564863 +145,-1.527714986,0.7283095957,450,-1.100670221,0.314845373,2182.4723681 +146,-1.526189586,0.7271468292,450,-1.100670221,0.314845373,2176.0437344 +147,-1.555177336,0.7375563366,450,-1.100670221,0.314845373,2267.773722 +148,-1.555080283,0.7312707794,450,-1.100670221,0.314845373,2251.754943 +149,-1.53856994,0.7224180299,450,-1.100670221,0.314845373,2191.7442127 +150,-1.530837883,0.729933372,450,-1.100670221,0.314845373,2193.6511311 +151,-1.515066984,0.5854133365,450,-1.100670221,0.314845373,1817.7017475 +152,-1.534731633,0.5368370046,450,-1.100670221,0.314845373,1789.3482989 +153,-1.515231902,0.5607085576,450,-1.100670221,0.314845373,1770.8479583 +154,-2.616253799,1.0684566605,450,-1.100670221,0.314845373,5028.8290509 +155,-1.956071439,0.5792177723,450,-1.100670221,0.314845373,3197.7204719 +156,-1.951208514,0.5602434208,450,-1.100670221,0.314845373,3173.6021626 +157,-1.944675062,0.6062144545,450,-1.100670221,0.314845373,3174.5326288 +158,-1.613778386,0.6077989518,450,-1.100670221,0.314845373,2145.3342398 +159,-2.035029014,0.6021432345,450,-1.100670221,0.314845373,3465.1981208 +160,-2.114989471,0.6801825058,450,-1.100670221,0.314845373,3745.6614383 +161,-2.037382079,0.5765830025,450,-1.100670221,0.314845373,3465.512609 +162,-2.129855121,0.6585019963,450,-1.100670221,0.314845373,3784.8228058 +163,-2.075141798,0.6493615843,450,-1.100670221,0.314845373,3610.4320463 +164,-1.828626729,0.6948433129,450,-1.100670221,0.314845373,2901.2465438 +165,-1.863329418,0.6735427691,450,-1.100670221,0.314845373,2977.7056531 +166,-1.266037071,0.727988852,450,-1.100670221,0.314845373,1729.5100467 +167,-1.277579582,0.7249010648,450,-1.100670221,0.314845373,1731.2925256 +168,-1.258418684,0.7241194816,450,-1.100670221,0.314845373,1707.023128 +169,-1.317813974,0.6804850104,450,-1.100670221,0.314845373,1629.7746412 +170,-1.344165204,0.6790988904,450,-1.100670221,0.314845373,1668.7102548 +171,-1.427582102,0.5277120351,450,-1.100670221,0.314845373,1448.0040967 +172,-1.402238616,0.457167829,450,-1.100670221,0.314845373,1240.1552044 +173,-1.422454264,0.4996161999,450,-1.100670221,0.314845373,1377.4635579 +174,-1.439089277,0.4894859811,450,-1.100670221,0.314845373,1411.3395064 +175,-1.448126995,0.5182330266,450,-1.100670221,0.314845373,1490.5538143 +176,-1.474626146,0.5881926574,450,-1.100670221,0.314845373,1710.4646102 +177,-1.421139645,0.5584869783,450,-1.100670221,0.314845373,1497.1822521 +178,-1.457037165,0.565943032,450,-1.100670221,0.314845373,1613.1144059 +179,-2.757159358,0.3745319,450,-1.100670221,0.314845373,6073.1573427 +180,-2.714309238,0.342054471,450,-1.100670221,0.314845373,5962.2717437 +181,-2.000525337,0.774119946,450,-1.100670221,0.314845373,3475.1982173 +183,-1.571413436,0.6777838382,450,-1.100670221,0.314845373,2165.0909777 +184,-1.552860289,0.6987663893,450,-1.100670221,0.314845373,2167.088081 +185,-1.521852374,0.7165827476,450,-1.100670221,0.314845373,2138.831719 +186,-1.503656267,0.6928968252,450,-1.100670221,0.314845373,2035.9779234 +187,-1.502753178,0.7136205882,450,-1.100670221,0.314845373,2088.3225044 +188,-1.631894563,0.7343596465,450,-1.100670221,0.314845373,2441.1661466 +189,-1.653765416,0.6770714026,450,-1.100670221,0.314845373,2381.6538758 +190,-1.719812114,0.6715965947,450,-1.100670221,0.314845373,2556.3721131 +191,-1.493406659,0.6646955447,450,-1.100670221,0.314845373,1939.9563868 +192,-1.469120564,0.6613469966,450,-1.100670221,0.314845373,1873.5459875 +193,-1.590551461,0.5326612937,450,-1.100670221,0.314845373,1960.1435015 +194,-1.625979264,0.5247742243,450,-1.100670221,0.314845373,2065.4946239 +195,-1.572293943,0.5238808754,450,-1.100670221,0.314845373,1889.6150472 +196,-1.610848725,0.5477107964,450,-1.100670221,0.314845373,2045.1718558 +197,-1.208485554,0.7918526018,450,-1.100670221,0.314845373,1922.6195005 +198,-1.335601374,0.6869083083,450,-1.100670221,0.314845373,1680.1086488 +199,-1.346156996,0.6825213377,450,-1.100670221,0.314845373,1683.3731181 +200,-1.324381037,0.6741422347,450,-1.100670221,0.314845373,1618.9089488 +201,-1.242424992,0.7378949807,450,-1.100670221,0.314845373,1742.5333346 +202,-1.270370057,0.7392461008,450,-1.100670221,0.314845373,1775.6506668 +203,-1.448950472,0.7441675014,450,-1.100670221,0.314845373,2064.2414638 +204,-1.492662363,0.7523026852,450,-1.100670221,0.314845373,2173.6195977 +205,-1.479098966,0.7763855017,450,-1.100670221,0.314845373,2217.3049762 +206,-1.633760714,0.7869022408,450,-1.100670221,0.314845373,2565.493603 +207,-1.647406434,0.8101289331,450,-1.100670221,0.314845373,2650.9667701 +208,-1.564245052,0.5701509278,450,-1.100670221,0.314845373,1934.3592996 +209,-1.646289963,0.6833746083,450,-1.100670221,0.314845373,2373.3237562 +210,-1.5820631,0.6751952144,450,-1.100670221,0.314845373,2186.8948279 +211,-1.613236298,0.6681681791,450,-1.100670221,0.314845373,2254.7585958 +212,-1.914661867,0.8212566515,450,-1.100670221,0.314845373,3305.8848606 +213,-1.742133237,0.7250275956,450,-1.100670221,0.314845373,2706.0116307 +214,-2.033144872,0.6557314699,450,-1.100670221,0.314845373,3481.9661356 +215,-2.039551981,0.6964723658,450,-1.100670221,0.314845373,3524.7964702 +216,-1.247341019,0.7622473908,450,-1.100670221,0.314845373,1838.6079938 +217,-1.298239787,0.7084123392,450,-1.100670221,0.314845373,1698.1432242 +218,-1.308539688,0.6926545592,450,-1.100670221,0.314845373,1657.4495773 +219,-1.303263185,0.6888938396,450,-1.100670221,0.314845373,1636.6516857 +220,-1.852400229,0.6004246149,450,-1.100670221,0.314845373,2874.2744675 +221,-1.288947707,0.7473773692,450,-1.100670221,0.314845373,1826.2481846 +222,-1.372031502,0.7472790993,450,-1.100670221,0.314845373,1940.1106029 +223,-1.289805721,0.7242157877,450,-1.100670221,0.314845373,1743.5897595 +224,-1.350807603,0.7533498126,450,-1.100670221,0.314845373,1928.4768674 +225,-1.329290365,0.7560442322,450,-1.100670221,0.314845373,1907.7455879 +226,-1.410153004,0.616936428,450,-1.100670221,0.314845373,1616.5440477 +227,-1.393445434,0.6308995063,450,-1.100670221,0.314845373,1617.2816892 +228,-1.37595573,0.6241540638,450,-1.100670221,0.314845373,1559.4791744 +229,-1.358388707,0.6172645205,450,-1.100670221,0.314845373,1501.4760171 +230,-1.753741133,0.8281661666,450,-1.100670221,0.314845373,2929.1593966 +231,-1.47430987,0.6834615681,450,-1.100670221,0.314845373,1944.0386036 +232,-1.421012508,0.7222725206,450,-1.100670221,0.314845373,1944.951342 +233,-1.4476833,0.6978557868,450,-1.100670221,0.314845373,1925.8245174 +234,-1.470370723,0.6966193374,450,-1.100670221,0.314845373,1971.0021881 +235,-1.429211703,0.7037216883,450,-1.100670221,0.314845373,1905.0039161 +236,-1.700578405,0.6178673663,450,-1.100670221,0.314845373,2419.9555731 +237,-1.678117619,0.6331716163,450,-1.100670221,0.314845373,2375.6229363 +238,-1.725644578,0.6316331145,450,-1.100670221,0.314845373,2514.4647799 +239,-2.14012759,0.7930497945,450,-1.100670221,0.314845373,3873.8086388 +240,-2.103289431,0.7653606263,450,-1.100670221,0.314845373,3754.0823929 +241,-1.318739838,0.7017808746,450,-1.100670221,0.314845373,1704.1184078 +242,-1.396417427,0.7077900843,450,-1.100670221,0.314845373,1854.2070783 +243,-1.35650337,0.7185539404,450,-1.100670221,0.314845373,1819.7198484 +244,-1.248884539,0.7274156818,450,-1.100670221,0.314845373,1709.4778806 +245,-1.395014798,0.5761185243,450,-1.100670221,0.314845373,1471.6701988 +246,-1.433377362,0.6064716109,450,-1.100670221,0.314845373,1645.6075379 +247,-1.408172432,0.5903155476,450,-1.100670221,0.314845373,1541.2975655 +248,-1.749645898,0.7757118084,450,-1.100670221,0.314845373,2816.5498224 +249,-1.571626686,0.615046989,450,-1.100670221,0.314845373,2036.3774191 +250,-1.514070049,0.6303003037,450,-1.100670221,0.314845373,1910.2453058 +251,-1.480890369,0.6237966528,450,-1.100670221,0.314845373,1808.7830499 +252,-1.704390658,0.5281680612,450,-1.100670221,0.314845373,2328.3266993 +253,-1.64434733,0.5254277498,450,-1.100670221,0.314845373,2126.6263558 +254,-1.703855997,0.4792484842,450,-1.100670221,0.314845373,2288.9543813 +255,-1.692002383,0.5748825051,450,-1.100670221,0.314845373,2337.431033 +256,-1.854136457,0.5544643913,450,-1.100670221,0.314845373,2847.0579035 +257,-1.665021206,0.520317736,450,-1.100670221,0.314845373,2189.8103428 +258,-1.733654349,0.4845187345,450,-1.100670221,0.314845373,2395.5016899 +259,-1.720938188,0.5135933906,450,-1.100670221,0.314845373,2371.6180095 +260,-1.742668307,0.553296122,450,-1.100670221,0.314845373,2477.8198575 +261,-1.965659039,0.7142126903,450,-1.100670221,0.314845373,3319.7327671 +262,-1.944438071,0.6772834804,450,-1.100670221,0.314845373,3224.4926456 +263,-1.270340967,0.7681487096,450,-1.100670221,0.314845373,1882.4024037 +264,-1.353091884,0.6549276821,450,-1.100670221,0.314845373,1606.9421131 +265,-1.333236659,0.6413584414,450,-1.100670221,0.314845373,1526.4990147 +266,-1.352015998,0.6753788907,450,-1.100670221,0.314845373,1670.3893352 +267,-1.377988483,0.6577816235,450,-1.100670221,0.314845373,1664.2645369 +268,-2.13075611,0.8318642051,450,-1.100670221,0.314845373,3874.5237167 +269,-2.097910953,0.8259670014,450,-1.100670221,0.314845373,3783.7469618 +270,-1.416382069,0.6694271549,450,-1.100670221,0.314845373,1777.9613308 +271,-1.538905672,0.7535625993,450,-1.100670221,0.314845373,2273.3532713 +272,-1.572309477,0.7803125099,450,-1.100670221,0.314845373,2414.9113644 +273,-1.87759879,0.7503853417,450,-1.100670221,0.314845373,3111.0524692 +274,1.152365588,0.590457682,450,-1.100670221,0.314845373,7535.6690757 +275,0.350198001,0.718001859,450,-1.100670221,0.314845373,5058.972052 +276,0.046513677,0.491503852,450,-1.100670221,0.314845373,4190.2079928 +277,0.027510309,0.742571376,450,-1.100670221,0.314845373,4104.6876703 +278,0.306285725,-0.214631579,450,-1.100670221,0.314845373,5882.5411833 +279,-1.100564889,0.318051531,450,-1.100670221,0.314845373,12.705780095 +280,-1.078582306,0.301437596,450,-1.100670221,0.314845373,98.847190569 +281,-1.137371989,-0.617634065,450,-1.100670221,0.314845373,3696.1251608 +282,0.784356344,0.703272339,450,-1.100670221,0.314845373,6316.5660413 +283,-1.221209947,0.218327455,450,-1.100670221,0.314845373,598.40164001 +284,2.347301921,-0.449114658,450,-1.100670221,0.314845373,11200.167088 +285,0.246820618,0.830553713,450,-1.100670221,0.314845373,4717.8892772 +286,0.829414965,0.703288228,450,-1.100670221,0.314845373,6438.794408 +287,-1.337537566,0.42332223,450,-1.100670221,0.314845373,974.05125606 +288,0.882453706,0.454478077,450,-1.100670221,0.314845373,7045.4809629 +289,1.575629659,0.416419109,450,-1.100670221,0.314845373,9034.5010541 +290,-1.039455679,0.229888244,450,-1.100670221,0.314845373,409.55855531 +291,0.489558039,0.934482747,450,-1.100670221,0.314845373,5269.721737 +292,0.081344504,0.88384514,450,-1.100670221,0.314845373,4292.7747658 +293,-1.547979814,0.300350308,450,-1.100670221,0.314845373,1688.2748537 +294,0.040776181,0.168560074,450,-1.100670221,0.314845373,4407.7709456 +295,-1.130374745,0.563894876,450,-1.100670221,0.314845373,992.16624237 +296,1.578326642,0.478507176,450,-1.100670221,0.314845373,8834.3346902 +297,-1.12861823,-0.291640865,450,-1.100670221,0.314845373,2404.762363 +298,0.310524208,0.770885792,450,-1.100670221,0.314845373,4914.299738 +299,0.415649091,-0.387246002,450,-1.100670221,0.314845373,6495.465113 +300,-0.926533878,-0.188022748,450,-1.100670221,0.314845373,2105.0410357 +301,1.258856172,-0.11716081,450,-1.100670221,0.314845373,9327.5777815 +302,-1.126050026,0.322941926,450,-1.100670221,0.314845373,100.70353681 +303,2.002785835,0.07893892,450,-1.100670221,0.314845373,10876.969058 +304,0.440437607,0.746258085,450,-1.100670221,0.314845373,5298.7684498 +305,-0.030391866,0.214441206,450,-1.100670221,0.314845373,4094.0484807 +306,0.521557815,-0.058929362,450,-1.100670221,0.314845373,6487.6499514 +307,-0.097005111,0.13317729,450,-1.100670221,0.314845373,3927.4822032 +308,1.83113859,0.221857587,450,-1.100670221,0.314845373,10165.337176 +309,0.222428864,0.099404236,450,-1.100670221,0.314845373,5169.0073633 +310,-1.702731345,0.8728568183,450,-1.100670221,0.314845373,2917.0132107 +311,-0.418507569,0.278324921,450,-1.100670221,0.314845373,2583.4749768 +312,-1.41153306,0.339029988,450,-1.100670221,0.314845373,1169.5077572 +313,0.357560442,0.114788776,450,-1.100670221,0.314845373,5659.2664667 +314,0.325818979,0.268352149,450,-1.100670221,0.314845373,5367.8637792 +315,-1.246004659,-0.663679965,450,-1.100670221,0.314845373,3913.5181906 +316,1.814603087,0.637404484,450,-1.100670221,0.314845373,8578.0324731 +317,1.843704281,-0.18300445,450,-1.100670221,0.314845373,11524.709991 +318,1.690644492,-0.211480909,450,-1.100670221,0.314845373,11044.14308 +319,-1.275451936,0.068109467,450,-1.100670221,0.314845373,1189.3003096 +320,0.762430171,-0.207594741,450,-1.100670221,0.314845373,7562.1527219 +321,0.265668905,-0.014647884,450,-1.100670221,0.314845373,5470.78676 +322,-2.773032013,-0.335515811,450,-1.100670221,0.314845373,6991.1923031 +323,-1.469512853,0.174058777,450,-1.100670221,0.314845373,1521.553992 +324,0.286276986,0.785925691,450,-1.100670221,0.314845373,4839.6312683 +325,-1.379324697,0.377432233,450,-1.100670221,0.314845373,1066.863821 +326,-1.203778265,0.212813032,450,-1.100670221,0.314845373,564.46402937 +327,0.579916301,0.611743168,450,-1.100670221,0.314845373,5854.800893 +328,0.267582642,0.868113908,450,-1.100670221,0.314845373,4763.5299651 +329,0.412869244,-0.050245578,450,-1.100670221,0.314845373,6068.2346508 +330,0.17524381,0.976660285,450,-1.100670221,0.314845373,4542.9533929 +331,0.743157214,0.204812899,450,-1.100670221,0.314845373,6971.2753591 +332,-1.070758176,0.269382282,450,-1.100670221,0.314845373,212.8364973 +333,-1.230364251,0.329790229,450,-1.100670221,0.314845373,490.80609046 +334,-1.374813124,-0.024926835,450,-1.100670221,0.314845373,1718.6612059 +335,0.519780566,0.463669906,450,-1.100670221,0.314845373,5839.9547484 +336,-1.55108034,0.239698561,450,-1.100670221,0.314845373,1739.9703038 +337,0.180294813,0.029739425,450,-1.100670221,0.314845373,5094.3899543 +338,0.67820924,0.268170153,450,-1.100670221,0.314845373,6647.9852322 +339,0.445798684,1.024001867,450,-1.100670221,0.314845373,5112.0662245 +340,0.691751283,0.150521402,450,-1.100670221,0.314845373,6859.2658912 +341,-1.036643551,-0.903056181,450,-1.100670221,0.314845373,4829.1992323 +342,-0.120287036,1.083325163,450,-1.100670221,0.314845373,4048.7117 +343,2.823513113,-0.304487164,450,-1.100670221,0.314845373,9498.5834739 +344,0.457583172,1.12513373,450,-1.100670221,0.314845373,5078.9740221 +345,0.042918831,0.813795399,450,-1.100670221,0.314845373,4167.8123179 +346,1.196146777,-0.853142756,450,-1.100670221,0.314845373,9016.4444923 +347,0.206001358,-0.010430701,450,-1.100670221,0.314845373,5241.5472003 +348,-0.268308653,0.234799412,450,-1.100670221,0.314845373,3180.8301636 +349,0.759363263,0.736189579,450,-1.100670221,0.314845373,6194.3364676 +350,0.181363926,0.891988372,450,-1.100670221,0.314845373,4544.1164923 +351,-0.021111158,0.139103292,450,-1.100670221,0.314845373,4206.5457337 +352,-0.093355215,0.630686981,450,-1.100670221,0.314845373,3708.6210046 +353,0.40118964,0.681375926,450,-1.100670221,0.314845373,5237.7385741 +354,-0.721197315,1.304706234,450,-1.100670221,0.314845373,4004.5473375 +355,-1.076150317,0.212107639,450,-1.100670221,0.314845373,417.59695895 +356,-1.577164531,0.273993443,450,-1.100670221,0.314845373,1811.791129 +357,-0.190788414,0.182208586,450,-1.100670221,0.314845373,3521.700137 +358,-0.261349752,0.209710184,450,-1.100670221,0.314845373,3229.2125104 +359,-1.029303852,0.083549259,450,-1.100670221,0.314845373,956.94854733 +360,-1.268609162,0.330525297,450,-1.100670221,0.314845373,633.83991159 +361,1.282982244,-0.926641967,450,-1.100670221,0.314845373,9089.2690734 +362,0.217352334,0.731352408,450,-1.100670221,0.314845373,4661.6258053 +363,-1.511833084,0.258629297,450,-1.100670221,0.314845373,1576.7702107 +364,0.338812194,0.823184618,450,-1.100670221,0.314845373,4966.2275224 +365,-0.324406489,1.134201999,450,-1.100670221,0.314845373,3831.5314417 +366,1.389579348,0.399185724,450,-1.100670221,0.314845373,8655.071838 +367,2.047152199,-0.039082036,450,-1.100670221,0.314845373,11351.281744 +368,0.947780369,0.568250077,450,-1.100670221,0.314845373,7026.6050534 +369,0.763824846,0.576754987,450,-1.100670221,0.314845373,6467.1547864 +370,-0.142334657,0.928153068,450,-1.100670221,0.314845373,3793.0073351 +371,0.610266567,0.547265983,450,-1.100670221,0.314845373,6032.8351446 +372,0.210731629,0.746815056,450,-1.100670221,0.314845373,4637.8695901 +373,-1.34931644,0.316895224,450,-1.100670221,0.314845373,935.96271608 +374,2.407696481,0.655030745,450,-1.100670221,0.314845373,8366.0076985 +375,0.64207831,0.545359131,450,-1.100670221,0.314845373,6136.6036918 +376,1.174597538,0.840588356,450,-1.100670221,0.314845373,6938.9587522 +377,0.660059424,0.010604079,450,-1.100670221,0.314845373,6923.5930646 +378,-0.730263819,0.010486456,450,-1.100670221,0.314845373,1879.1861147 +379,0.831068936,0.512339172,450,-1.100670221,0.314845373,6781.7933013 +380,1.301180979,0.72367476,450,-1.100670221,0.314845373,7517.441987 +381,1.811128231,0.322854402,450,-1.100670221,0.314845373,9764.2029189 +382,0.435105812,0.992284428,450,-1.100670221,0.314845373,5108.1989075 +383,0.62643634,0.592027932,450,-1.100670221,0.314845373,6023.8746399 +384,0.492988703,-0.516339467,450,-1.100670221,0.314845373,6905.7643009 +385,-0.162469483,0.112549365,450,-1.100670221,0.314845373,3705.5949262 +386,0.314630866,0.472006421,450,-1.100670221,0.314845373,5130.9737433 +387,0.166744804,0.822815954,450,-1.100670221,0.314845373,4504.1040319 +388,0.417159608,0.965805736,450,-1.100670221,0.314845373,5084.0436801 +389,0.106334961,0.868774244,450,-1.100670221,0.314845373,4351.1921298 +390,0.815086969,-0.338144359,450,-1.100670221,0.314845373,7878.1626552 +391,0.59867455,-0.230624824,450,-1.100670221,0.314845373,6976.9066331 +392,1.915104874,0.066220985,450,-1.100670221,0.314845373,10856.481192 +393,1.278093622,0.064463721,450,-1.100670221,0.314845373,9108.6964987 +394,-0.061477853,0.302997961,450,-1.100670221,0.314845373,3903.5866073 +395,0.251311504,0.626976942,450,-1.100670221,0.314845373,4810.5378823 +396,2.950242872,0.149095644,450,-1.100670221,0.314845373,8442.0526794 +397,-0.180294708,0.35375117,450,-1.100670221,0.314845373,3432.8132634 +398,1.010448592,-0.351180233,450,-1.100670221,0.314845373,8604.0908361 +399,-1.748740498,0.3686318073,450,-1.100670221,0.314845373,2422.6103038 +400,2.699635665,0.123533791,450,-1.100670221,0.314845373,9338.0148514 +401,0.496808033,0.823843254,450,-1.100670221,0.314845373,5383.9201708 +402,0.129574704,0.763364087,450,-1.100670221,0.314845373,4401.6058725 +403,1.798920311,0.817447563,450,-1.100670221,0.314845373,7876.3098989 +404,0.335987953,0.746786541,450,-1.100670221,0.314845373,4999.7684976 +405,-1.085413643,0.292154671,450,-1.100670221,0.314845373,106.7876287 +406,-0.155321003,0.508207011,450,-1.100670221,0.314845373,3486.3764785 +407,0.620529244,-0.301175104,450,-1.100670221,0.314845373,7132.719072 +408,1.684402744,0.368716966,450,-1.100670221,0.314845373,9403.2439623 +409,0.300582244,-0.386397212,450,-1.100670221,0.314845373,6095.507997 +410,2.913555946,-0.009225192,450,-1.100670221,0.314845373,8840.836526 +411,1.465101417,0.493232532,450,-1.100670221,0.314845373,8556.4169739 +412,0.090612882,0.907955955,450,-1.100670221,0.314845373,4324.7438794 +413,2.987564726,-0.729568594,450,-1.100670221,0.314845373,8874.1007077 +414,-1.484261606,0.224149272,450,-1.100670221,0.314845373,1506.7510915 +415,0.164073421,0.303955133,450,-1.100670221,0.314845373,4737.5514573 +416,0.141441293,0.167552546,450,-1.100670221,0.314845373,4787.4874673 +417,2.931321023,-0.506718887,450,-1.100670221,0.314845373,9147.7585014 +418,2.21951565,0.700596356,450,-1.100670221,0.314845373,8368.013767 +419,0.268112576,1.199114336,450,-1.100670221,0.314845373,4772.4984921 +420,0.978913739,0.359223811,450,-1.100670221,0.314845373,7531.9984356 +421,1.210898818,0.522863584,450,-1.100670221,0.314845373,7857.6225992 +422,2.347397336,0.129231362,450,-1.100670221,0.314845373,10315.424965 +423,0.614394501,0.556878345,450,-1.100670221,0.314845373,6033.2093559 +424,-1.398079356,0.148483366,450,-1.100670221,0.314845373,1320.9019358 +425,2.535303836,-0.112984496,450,-1.100670221,0.314845373,10374.186406 +426,-1.019372593,-0.405322349,450,-1.100670221,0.314845373,2869.8747491 +427,-1.297785627,-0.160104069,450,-1.100670221,0.314845373,2033.1005974 +428,2.144554488,0.205051084,450,-1.100670221,0.314845373,10345.060333 +429,-2.242387083,-0.426171285,450,-1.100670221,0.314845373,5293.7606635 +430,0.338637212,0.909723676,450,-1.100670221,0.314845373,4927.6420139 +431,-0.148798452,0.691042401,450,-1.100670221,0.314845373,3560.6508271 +432,0.893524764,0.441829531,450,-1.100670221,0.314845373,7103.5247736 +433,0.969229347,-0.368847936,450,-1.100670221,0.314845373,8463.3329062 +434,0.436043248,0.800045688,450,-1.100670221,0.314845373,5242.6173022 +435,1.687946607,1.081504775,450,-1.100670221,0.314845373,6802.3475573 +436,0.522302046,-0.034889271,450,-1.100670221,0.314845373,6461.1574476 +437,-0.178996113,-0.438090009,450,-1.100670221,0.314845373,4638.7695756 +438,-1.094339566,0.301444068,450,-1.100670221,0.314845373,58.212541444 +439,-1.064070054,0.242569932,450,-1.100670221,0.314845373,318.39248522 +440,-1.068153768,0.230387998,450,-1.100670221,0.314845373,356.77572662 +441,-3.00496892,-0.23989155,450,-1.100670221,0.314845373,7748.478551 +442,0.21751974,0.766874888,450,-1.100670221,0.314845373,4652.2191115 +443,0.117229532,0.007619006,450,-1.100670221,0.314845373,4885.7210093 +444,0.777758451,0.420554741,450,-1.100670221,0.314845373,6763.9030477 +445,-0.252356999,0.250747086,450,-1.100670221,0.314845373,3227.9325351 +446,0.363148444,0.768483434,450,-1.100670221,0.314845373,5063.8256954 +447,0.903191366,-0.118210676,450,-1.100670221,0.314845373,7994.690911 +448,-0.205755923,0.149406178,450,-1.100670221,0.314845373,3500.297639 +449,1.811996086,0.02364353,450,-1.100670221,0.314845373,10833.172788 +450,-1.100670221,0.314845373,450,-1.100670221,0.314845373,0 +451,0.340078597,0.850105132,450,-1.100670221,0.314845373,4956.5985386 +452,0.258757267,0.804969236,450,-1.100670221,0.314845373,4756.9176778 +453,2.78505352,-0.155160804,450,-1.100670221,0.314845373,9515.6348911 +454,0.800551619,0.105822106,450,-1.100670221,0.314845373,7321.5572178 +455,0.437940882,-0.506194031,450,-1.100670221,0.314845373,6711.8933268 +456,2.230431122,0.63458615,450,-1.100670221,0.314845373,8616.7612952 +457,0.527965361,0.127667701,450,-1.100670221,0.314845373,6281.7006008 +458,-0.063643205,0.702093448,450,-1.100670221,0.314845373,3822.7054735 +459,1.408447268,0.133010502,450,-1.100670221,0.314845373,9400.5228679 +460,0.523795955,0.280266966,450,-1.100670221,0.314845373,6076.7551942 +461,-0.975769313,0.072177659,450,-1.100670221,0.314845373,1076.2544621 +462,0.549774164,-0.463663986,450,-1.100670221,0.314845373,7044.415313 +463,0.29245874,1.095549818,450,-1.100670221,0.314845373,4796.0968798 +464,0.143625958,0.816809593,450,-1.100670221,0.314845373,4441.5139077 +465,0.671902494,0.611159853,450,-1.100670221,0.314845373,6136.2431684 +466,1.239840988,0.6724199,450,-1.100670221,0.314845373,7532.1762738 +467,0.607829703,-0.10932137,450,-1.100670221,0.314845373,6872.5816485 +468,1.763020906,0.263996692,450,-1.100670221,0.314845373,9907.3760917 +469,0.378714634,0.726066797,450,-1.100670221,0.314845373,5136.9324703 +470,2.196736143,-0.153862366,450,-1.100670221,0.314845373,11568.623245 +471,0.01702415,0.148991565,450,-1.100670221,0.314845373,4339.308341 +472,-2.998490902,-0.158002487,450,-1.100670221,0.314845373,7639.7728527 +473,-3.051262951,-0.346595608,450,-1.100670221,0.314845373,8012.1830547 +474,-1.069176439,0.182802941,450,-1.100670221,0.314845373,536.78913642 +475,0.167157509,0.595344954,450,-1.100670221,0.314845373,4554.9102293 +476,0.613855648,0.681746124,450,-1.100670221,0.314845373,5867.3898582 +477,1.037012736,0.682555367,450,-1.100670221,0.314845373,7023.0728987 +478,-1.253574971,0.379755746,450,-1.100670221,0.314845373,624.6583115 +479,3.108590453,-0.132620738,450,-1.100670221,0.314845373,8274.8442397 +480,0.565301296,0.022333262,450,-1.100670221,0.314845373,6552.7445866 +481,0.547898238,0.855555614,450,-1.100670221,0.314845373,5483.5494083 +482,0.948309381,0.417393755,450,-1.100670221,0.314845373,7323.1502662 +483,-0.050600732,0.945269213,450,-1.100670221,0.314845373,4018.5469998 +484,-0.977651478,-0.572363064,450,-1.100670221,0.314845373,3544.9962003 +485,1.102014914,0.728861163,450,-1.100670221,0.314845373,7070.8989242 +486,2.927300795,-0.282939414,450,-1.100670221,0.314845373,9096.6167243 +487,-1.154565557,0.124434095,450,-1.100670221,0.314845373,782.37142702 +488,1.855331234,0.291044755,450,-1.100670221,0.314845373,9937.1865934 +489,0.830290659,0.276904518,450,-1.100670221,0.314845373,7172.4791182 +490,0.485104466,-0.234867441,450,-1.100670221,0.314845373,6562.6535957 +491,0.521367572,-0.33161327,450,-1.100670221,0.314845373,6805.7752511 +1,-1.539031704,0.7349710123,451,0.340078597,0.850105132,4783.2599685 +2,-1.536990553,0.7349663874,451,0.340078597,0.850105132,4779.2368347 +3,-1.534951779,0.7349571355,451,0.340078597,0.850105132,4775.2277482 +4,-1.532906461,0.7349480293,451,0.340078597,0.850105132,4771.2010555 +5,-1.531320211,0.7346937278,451,0.340078597,0.850105132,4768.7975525 +6,-1.539451648,0.7335131775,451,0.340078597,0.850105132,4788.3642065 +7,-1.537429487,0.7335445708,451,0.340078597,0.850105132,4784.2703528 +8,-1.535484998,0.7335658704,451,0.340078597,0.850105132,4780.3560455 +9,-1.533488396,0.7336036027,451,0.340078597,0.850105132,4776.2866016 +10,-1.531497785,0.7335842962,451,0.340078597,0.850105132,4772.3919596 +11,-1.530259379,0.7334777758,451,0.340078597,0.850105132,4770.2430408 +12,-1.5335454,0.7322346912,451,0.340078597,0.850105132,4780.404534 +13,-1.531489083,0.7322238773,451,0.340078597,0.850105132,4776.3512588 +14,-1.530011122,0.7321679851,451,0.340078597,0.850105132,4773.5759546 +15,-1.53348106,0.7306614094,451,0.340078597,0.850105132,4784.8809926 +16,-1.531441779,0.7306962275,451,0.340078597,0.850105132,4780.7240743 +17,-1.529755654,0.7306933243,451,0.340078597,0.850105132,4777.3766533 +18,-1.533415048,0.7291384674,451,0.340078597,0.850105132,4789.2081675 +19,-1.531392093,0.7291705353,451,0.340078597,0.850105132,4785.087843 +20,-1.529296523,0.7291214933,451,0.340078597,0.850105132,4781.0559245 +21,-1.535280942,0.727267644,451,0.340078597,0.850105132,4798.4016371 +22,-1.533378158,0.7276139666,451,0.340078597,0.850105132,4793.5992243 +23,-1.531340368,0.7276446587,451,0.340078597,0.850105132,4789.4494898 +24,-1.528960113,0.7276398177,451,0.340078597,0.850105132,4784.7162744 +25,-1.533313146,0.7260818349,451,0.340078597,0.850105132,4797.9580238 +26,-1.531259555,0.7260958115,451,0.340078597,0.850105132,4793.8217318 +27,-1.528926415,0.7260865555,451,0.340078597,0.850105132,4789.1908735 +28,-1.531226779,0.7245511789,451,0.340078597,0.850105132,4798.2788882 +29,-1.528904772,0.7245519194,451,0.340078597,0.850105132,4793.6365999 +30,-1.547195875,0.7409785979,451,0.340078597,0.850105132,4781.7079586 +31,-1.5451475,0.740980426,451,0.340078597,0.850105132,4777.6836738 +32,-1.543097679,0.7409798872,451,0.340078597,0.850105132,4773.6592594 +33,-1.540720364,0.7409892687,451,0.340078597,0.850105132,4768.9572607 +34,-1.547188511,0.7395198392,451,0.340078597,0.850105132,4785.9784742 +35,-1.545148587,0.7395226109,451,0.340078597,0.850105132,4781.9643028 +36,-1.543104538,0.7395314908,451,0.340078597,0.850105132,4777.9199177 +37,-1.540727751,0.7395306258,451,0.340078597,0.850105132,4773.2447187 +38,-1.547187029,0.7380014886,451,0.340078597,0.850105132,4790.4370924 +39,-1.545147315,0.7380012252,451,0.340078597,0.850105132,4786.4284095 +40,-1.54310719,0.7380060743,451,0.340078597,0.850105132,4782.3997155 +41,-1.540719671,0.7380068206,451,0.340078597,0.850105132,4777.6941603 +42,-1.547187189,0.7364799098,451,0.340078597,0.850105132,4794.9099745 +43,-1.545149996,0.7364853874,451,0.340078597,0.850105132,4790.8855602 +44,-1.543106091,0.7364823484,451,0.340078597,0.850105132,4786.8687506 +45,-1.540717158,0.7364893901,451,0.340078597,0.850105132,4782.137453 +46,-1.538663972,0.7410138672,451,0.340078597,0.850105132,4764.837229 +47,-1.53695285,0.7409699132,451,0.340078597,0.850105132,4761.5941959 +48,-1.534910498,0.7409641297,451,0.340078597,0.850105132,4757.582929 +49,-1.533145034,0.7409536636,451,0.340078597,0.850105132,4754.1280537 +50,-1.538681336,0.7395405883,451,0.340078597,0.850105132,4769.1834686 +51,-1.536999189,0.7395183096,451,0.340078597,0.850105132,4765.9311502 +52,-1.534923633,0.7395144222,451,0.340078597,0.850105132,4761.8451838 +53,-1.533267822,0.7395654306,451,0.340078597,0.850105132,4758.4243922 +54,-1.53867273,0.7380151077,451,0.340078597,0.850105132,4773.6328929 +55,-1.536980576,0.7379994392,451,0.340078597,0.850105132,4770.338301 +56,-1.534931522,0.7379944961,451,0.340078597,0.850105132,4766.3038805 +57,-1.533387952,0.7379480264,451,0.340078597,0.850105132,4763.3868248 +58,-1.538682279,0.7364914363,451,0.340078597,0.850105132,4778.1144432 +59,-1.536980704,0.7364810563,451,0.340078597,0.850105132,4774.782595 +60,-1.534935567,0.7364752065,451,0.340078597,0.850105132,4770.7547429 +61,-1.533042592,0.7363876366,451,0.340078597,0.850105132,4767.2629144 +62,-1.545143426,0.7349628011,451,0.340078597,0.850105132,4795.3458708 +63,-1.543105297,0.7349691947,451,0.340078597,0.850105132,4791.3089177 +64,-1.541064533,0.7349647152,451,0.340078597,0.850105132,4787.2944992 +65,-1.545411803,0.7334624714,451,0.340078597,0.850105132,4800.2845371 +66,-1.543446606,0.7334780896,451,0.340078597,0.850105132,4796.3612432 +67,-1.541475327,0.7334957295,451,0.340078597,0.850105132,4792.4161808 +68,-1.545401939,0.731963266,451,0.340078597,0.850105132,4804.6731355 +69,-1.54342253,0.7319915583,451,0.340078597,0.850105132,4800.6808711 +70,-1.541455867,0.7320216438,451,0.340078597,0.850105132,4796.7047366 +71,-1.545410146,0.7304422281,451,0.340078597,0.850105132,4809.1631213 +72,-1.543435491,0.7304713664,451,0.340078597,0.850105132,4805.1740735 +73,-1.541463105,0.7304997613,451,0.340078597,0.850105132,4801.1879099 +74,-1.545414768,0.7289194936,451,0.340078597,0.850105132,4813.6525697 +75,-1.543435774,0.7289538557,451,0.340078597,0.850105132,4809.6358798 +76,-1.541457714,0.7289765881,451,0.340078597,0.850105132,4805.6514239 +77,-1.539449415,0.7320555866,451,0.340078597,0.850105132,4792.6347682 +78,-1.537429183,0.7321097681,451,0.340078597,0.850105132,4788.4742954 +79,-1.535472649,0.7321497267,451,0.340078597,0.850105132,4784.4780065 +80,-1.539457899,0.7305333307,451,0.340078597,0.850105132,4797.1177455 +81,-1.537453161,0.7305750503,451,0.340078597,0.850105132,4793.0207386 +82,-1.535479385,0.7306124949,451,0.340078597,0.850105132,4788.9939064 +83,-1.53946905,0.7290102593,451,0.340078597,0.850105132,4801.6099946 +84,-1.537459922,0.7290417293,451,0.340078597,0.850105132,4797.5305816 +85,-1.535451349,0.7290890157,451,0.340078597,0.850105132,4793.4020292 +86,-1.535522937,0.7279887191,451,0.340078597,0.850105132,4796.7692388 +87,-1.539442524,0.7274735939,451,0.340078597,0.850105132,4806.068954 +88,-1.537424111,0.727521351,451,0.340078597,0.850105132,4801.9194536 +89,-1.539384641,0.7259505092,451,0.340078597,0.850105132,4810.4271797 +90,-1.537372391,0.7259947145,451,0.340078597,0.850105132,4806.2964591 +91,-1.535340789,0.7260435356,451,0.340078597,0.850105132,4802.1098255 +92,-1.539325716,0.7244369706,451,0.340078597,0.850105132,4814.7566029 +93,-1.537308932,0.7244801057,451,0.340078597,0.850105132,4810.6161398 +94,-1.535289068,0.7245247645,451,0.340078597,0.850105132,4806.4612008 +95,-1.533261366,0.7245550236,451,0.340078597,0.850105132,4802.3289622 +96,-1.539267302,0.722921924,451,0.340078597,0.850105132,4819.0927715 +97,-1.537248972,0.7229660258,451,0.340078597,0.850105132,4814.9425277 +98,-1.535219431,0.7229916471,451,0.340078597,0.850105132,4810.820274 +99,-1.53318962,0.7230212049,451,0.340078597,0.850105132,4806.6819455 +100,-1.531154816,0.7230299897,451,0.340078597,0.850105132,4802.5905168 +101,-1.528878341,0.7230370244,451,0.340078597,0.850105132,4798.0164861 +102,-1.539218189,0.7214009878,451,0.340078597,0.850105132,4823.466087 +103,-1.537198791,0.7214422745,451,0.340078597,0.850105132,4819.3181277 +104,-1.535179266,0.7214634354,451,0.340078597,0.850105132,4815.2251036 +105,-1.533156501,0.7214944644,451,0.340078597,0.850105132,4811.0926851 +106,-1.53113574,0.7215166021,451,0.340078597,0.850105132,4806.9863942 +107,-1.528874248,0.7215345535,451,0.340078597,0.850105132,4802.406202 +108,-1.539217656,0.7198512397,451,0.340078597,0.850105132,4828.022385 +109,-1.537199919,0.7199428763,451,0.340078597,0.850105132,4823.7259588 +110,-1.545425832,0.727397149,451,0.340078597,0.850105132,4818.1551702 +111,-1.543371177,0.7273916949,451,0.340078597,0.850105132,4814.1019848 +112,-1.541368852,0.7274523163,451,0.340078597,0.850105132,4809.9541327 +113,-1.545349067,0.7258710923,451,0.340078597,0.850105132,4822.4962412 +114,-1.54332671,0.7258603556,451,0.340078597,0.850105132,4818.5186927 +115,-1.541346831,0.7259242142,451,0.340078597,0.850105132,4814.4020092 +116,-1.545324355,0.7243383958,451,0.340078597,0.850105132,4826.9613399 +117,-1.543292796,0.7243617413,451,0.340078597,0.850105132,4822.8614079 +118,-1.541295822,0.7244024384,451,0.340078597,0.850105132,4818.7751339 +119,-1.543193859,0.7205570215,451,0.340078597,0.850105132,4833.8672868 +120,-1.550257047,0.7386738187,451,0.340078597,0.850105132,4794.4855539 +121,-1.549335448,0.7311736483,451,0.340078597,0.850105132,4814.7557468 +122,-1.533478843,0.7179891343,451,0.340078597,0.850105132,4822.0229192 +123,-1.556150555,0.738907041,451,0.340078597,0.850105132,4805.3355562 +124,-1.554324226,0.733414257,451,0.340078597,0.850105132,4817.9623221 +125,-1.554290846,0.7288285332,451,0.340078597,0.850105132,4831.4347411 +126,-1.55122487,0.7219795312,451,0.340078597,0.850105132,4845.6131668 +127,-1.525104458,0.7229399862,451,0.340078597,0.850105132,4790.7401365 +128,-1.519607711,0.7236181429,451,0.340078597,0.850105132,4777.7260867 +129,-1.513899999,0.7251107854,451,0.340078597,0.850105132,4761.8986182 +130,-1.536620762,0.7431061895,451,0.340078597,0.850105132,4754.6950552 +131,-1.5369566,0.7460845958,451,0.340078597,0.850105132,4746.6543195 +132,-1.545345528,0.7447040685,451,0.340078597,0.850105132,4767.1496706 +133,-1.532813921,0.7432306626,451,0.340078597,0.850105132,4746.8290905 +134,-1.554788248,0.7382381001,451,0.340078597,0.850105132,4804.6440551 +135,-1.540348126,0.7301594274,451,0.340078597,0.850105132,4799.9791047 +136,-1.538016084,0.7239051786,451,0.340078597,0.850105132,4813.7124588 +137,-1.525288962,0.7258085137,451,0.340078597,0.850105132,4782.7301024 +138,-1.534326986,0.731241342,451,0.340078597,0.850105132,4784.8639199 +139,-1.530733872,0.7303625216,451,0.340078597,0.850105132,4780.2911459 +141,-1.534354939,0.7328219978,451,0.340078597,0.850105132,4780.2925833 +142,-1.53157084,0.7292888153,451,0.340078597,0.850105132,4785.0977299 +143,-1.525691035,0.7263799874,451,0.340078597,0.850105132,4781.8657059 +144,-1.534031287,0.7495967835,451,0.340078597,0.850105132,4730.6614906 +145,-1.527714986,0.7283095957,451,0.340078597,0.850105132,4780.273659 +146,-1.526189586,0.7271468292,451,0.340078597,0.850105132,4780.6231124 +147,-1.555177336,0.7375563366,451,0.340078597,0.850105132,4807.4157106 +148,-1.555080283,0.7312707794,451,0.340078597,0.850105132,4825.7745631 +149,-1.53856994,0.7224180299,451,0.340078597,0.850105132,4819.1847511 +150,-1.530837883,0.729933372,451,0.340078597,0.850105132,4781.7530835 +151,-1.515066984,0.5854133365,451,0.340078597,0.850105132,5176.5846536 +152,-1.534731633,0.5368370046,451,0.340078597,0.850105132,5365.6351434 +153,-1.515231902,0.5607085576,451,0.340078597,0.850105132,5250.9298109 +154,-2.616253799,1.0684566605,451,0.340078597,0.850105132,4821.4943387 +155,-1.956071439,0.5792177723,451,0.340078597,0.850105132,6044.0499485 +156,-1.951208514,0.5602434208,451,0.340078597,0.850105132,6101.3132155 +157,-1.944675062,0.6062144545,451,0.340078597,0.850105132,5932.6544265 +158,-1.613778386,0.6077989518,451,0.340078597,0.850105132,5316.5236891 +159,-2.035029014,0.6021432345,451,0.340078597,0.850105132,6087.9638591 +160,-2.114989471,0.6801825058,451,0.340078597,0.850105132,5921.6642427 +161,-2.037382079,0.5765830025,451,0.340078597,0.850105132,6181.5456097 +162,-2.129855121,0.6585019963,451,0.340078597,0.850105132,6018.9612613 +163,-2.075141798,0.6493615843,451,0.340078597,0.850105132,5978.5789604 +164,-1.828626729,0.6948433129,451,0.340078597,0.850105132,5441.6540201 +165,-1.863329418,0.6735427691,451,0.340078597,0.850105132,5570.5871005 +166,-1.266037071,0.727988852,451,0.340078597,0.850105132,4227.4000942 +167,-1.277579582,0.7249010648,451,0.340078597,0.850105132,4261.1438213 +168,-1.258418684,0.7241194816,451,0.340078597,0.850105132,4220.4768914 +169,-1.317813974,0.6804850104,451,0.340078597,0.850105132,4469.5777136 +170,-1.344165204,0.6790988904,451,0.340078597,0.850105132,4532.1230785 +171,-1.427582102,0.5277120351,451,0.340078597,0.850105132,5152.0364142 +172,-1.402238616,0.457167829,451,0.340078597,0.850105132,5300.2802221 +173,-1.422454264,0.4996161999,451,0.340078597,0.850105132,5222.773319 +174,-1.439089277,0.4894859811,451,0.340078597,0.850105132,5291.3396667 +175,-1.448126995,0.5182330266,451,0.340078597,0.850105132,5227.0848708 +176,-1.474626146,0.5881926574,451,0.340078597,0.850105132,5080.0217092 +177,-1.421139645,0.5584869783,451,0.340078597,0.850105132,5047.3054257 +178,-1.457037165,0.565943032,451,0.340078597,0.850105132,5106.5061117 +179,-2.757159358,0.3745319,451,0.340078597,0.850105132,7590.5180773 +180,-2.714309238,0.342054471,451,0.340078597,0.850105132,7711.6389477 +181,-2.000525337,0.774119946,451,0.340078597,0.850105132,5437.0806568 +183,-1.571413436,0.6777838382,451,0.340078597,0.850105132,5017.5933969 +184,-1.552860289,0.6987663893,451,0.340078597,0.850105132,4917.6425531 +185,-1.521852374,0.7165827476,451,0.340078597,0.850105132,4802.779162 +186,-1.503656267,0.6928968252,451,0.340078597,0.850105132,4834.8315114 +187,-1.502753178,0.7136205882,451,0.340078597,0.850105132,4772.6866167 +188,-1.631894563,0.7343596465,451,0.340078597,0.850105132,4964.2228303 +189,-1.653765416,0.6770714026,451,0.340078597,0.850105132,5181.8402217 +190,-1.719812114,0.6715965947,451,0.340078597,0.850105132,5323.7810879 +191,-1.493406659,0.6646955447,451,0.340078597,0.850105132,4895.8378237 +192,-1.469120564,0.6613469966,451,0.340078597,0.850105132,4854.1735168 +193,-1.590551461,0.5326612937,451,0.340078597,0.850105132,5499.4638905 +194,-1.625979264,0.5247742243,451,0.340078597,0.850105132,5599.3264538 +195,-1.572293943,0.5238808754,451,0.340078597,0.850105132,5487.0908064 +196,-1.610848725,0.5477107964,451,0.340078597,0.850105132,5496.1012268 +197,-1.208485554,0.7918526018,451,0.340078597,0.850105132,3938.8063538 +198,-1.335601374,0.6869083083,451,0.340078597,0.850105132,4491.7249564 +199,-1.346156996,0.6825213377,451,0.340078597,0.850105132,4527.1361878 +200,-1.324381037,0.6741422347,451,0.340078597,0.850105132,4501.5722328 +201,-1.242424992,0.7378949807,451,0.340078597,0.850105132,4149.1339917 +202,-1.270370057,0.7392461008,451,0.340078597,0.850105132,4207.7171477 +203,-1.448950472,0.7441675014,451,0.340078597,0.850105132,4575.3396306 +204,-1.492662363,0.7523026852,451,0.340078597,0.850105132,4640.8487685 +205,-1.479098966,0.7763855017,451,0.340078597,0.850105132,4545.3987613 +206,-1.633760714,0.7869022408,451,0.340078597,0.850105132,4808.3752376 +207,-1.647406434,0.8101289331,451,0.340078597,0.850105132,4762.6662127 +208,-1.564245052,0.5701509278,451,0.340078597,0.850105132,5328.3567928 +209,-1.646289963,0.6833746083,451,0.340078597,0.850105132,5147.9633995 +210,-1.5820631,0.6751952144,451,0.340078597,0.850105132,5046.7634198 +211,-1.613236298,0.6681681791,451,0.340078597,0.850105132,5130.1609158 +212,-1.914661867,0.8212566515,451,0.340078597,0.850105132,5155.8224664 +213,-1.742133237,0.7250275956,451,0.340078597,0.850105132,5194.3251256 +214,-2.033144872,0.6557314699,451,0.340078597,0.850105132,5896.6098211 +215,-2.039551981,0.6964723658,451,0.340078597,0.850105132,5762.3615464 +216,-1.247341019,0.7622473908,451,0.340078597,0.850105132,4097.8669523 +217,-1.298239787,0.7084123392,451,0.340078597,0.850105132,4350.6871522 +218,-1.308539688,0.6926545592,451,0.340078597,0.850105132,4415.8948003 +219,-1.303263185,0.6888938396,451,0.340078597,0.850105132,4414.2201936 +220,-1.852400229,0.6004246149,451,0.340078597,0.850105132,5795.6998904 +221,-1.288947707,0.7473773692,451,0.340078597,0.850105132,4227.3674604 +222,-1.372031502,0.7472790993,451,0.340078597,0.850105132,4406.3797617 +223,-1.289805721,0.7242157877,451,0.340078597,0.850105132,4290.0497738 +224,-1.350807603,0.7533498126,451,0.340078597,0.850105132,4344.9699025 +225,-1.329290365,0.7560442322,451,0.340078597,0.850105132,4291.859218 +226,-1.410153004,0.616936428,451,0.340078597,0.850105132,4853.5935342 +227,-1.393445434,0.6308995063,451,0.340078597,0.850105132,4776.4994656 +228,-1.37595573,0.6241540638,451,0.340078597,0.850105132,4756.4301467 +229,-1.358388707,0.6172645205,451,0.340078597,0.850105132,4736.1371794 +230,-1.753741133,0.8281661666,451,0.340078597,0.850105132,4887.2517489 +231,-1.47430987,0.6834615681,451,0.340078597,0.850105132,4801.1451233 +232,-1.421012508,0.7222725206,451,0.340078597,0.850105132,4578.6803859 +233,-1.4476833,0.6978557868,451,0.340078597,0.850105132,4703.8001431 +234,-1.470370723,0.6966193374,451,0.340078597,0.850105132,4754.961991 +235,-1.429211703,0.7037216883,451,0.340078597,0.850105132,4648.120137 +236,-1.700578405,0.6178673663,451,0.340078597,0.850105132,5457.8082338 +237,-1.678117619,0.6331716163,451,0.340078597,0.850105132,5365.9266915 +238,-1.725644578,0.6316331145,451,0.340078597,0.850105132,5461.9704312 +239,-2.14012759,0.7930497945,451,0.340078597,0.850105132,5545.5446564 +240,-2.103289431,0.7653606263,451,0.340078597,0.850105132,5601.4043777 +241,-1.318739838,0.7017808746,451,0.340078597,0.850105132,4413.977174 +242,-1.396417427,0.7077900843,451,0.340078597,0.850105132,4566.8335048 +243,-1.35650337,0.7185539404,451,0.340078597,0.850105132,4451.2265212 +244,-1.248884539,0.7274156818,451,0.340078597,0.850105132,4190.5816488 +245,-1.395014798,0.5761185243,451,0.340078597,0.850105132,4936.7083138 +246,-1.433377362,0.6064716109,451,0.340078597,0.850105132,4935.4181957 +247,-1.408172432,0.5903155476,451,0.340078597,0.850105132,4925.6738186 +248,-1.749645898,0.7757118084,451,0.340078597,0.850105132,5046.3005865 +249,-1.571626686,0.615046989,451,0.340078597,0.850105132,5207.454602 +250,-1.514070049,0.6303003037,451,0.340078597,0.850105132,5040.7831662 +251,-1.480890369,0.6237966528,451,0.340078597,0.850105132,4988.9559797 +252,-1.704390658,0.5281680612,451,0.340078597,0.850105132,5750.8690078 +253,-1.64434733,0.5254277498,451,0.340078597,0.850105132,5635.9229793 +254,-1.703855997,0.4792484842,451,0.340078597,0.850105132,5906.1860394 +255,-1.692002383,0.5748825051,451,0.340078597,0.850105132,5577.2912052 +256,-1.854136457,0.5544643913,451,0.340078597,0.850105132,5952.2327587 +257,-1.665021206,0.520317736,451,0.340078597,0.850105132,5695.0988764 +258,-1.733654349,0.4845187345,451,0.340078597,0.850105132,5950.3751446 +259,-1.720938188,0.5135933906,451,0.340078597,0.850105132,5830.9964684 +260,-1.742668307,0.553296122,451,0.340078597,0.850105132,5746.2922083 +261,-1.965659039,0.7142126903,451,0.340078597,0.850105132,5594.2618998 +262,-1.944438071,0.6772834804,451,0.340078597,0.850105132,5688.7437781 +263,-1.270340967,0.7681487096,451,0.340078597,0.850105132,4133.1087557 +264,-1.353091884,0.6549276821,451,0.340078597,0.850105132,4618.8257411 +265,-1.333236659,0.6413584414,451,0.340078597,0.850105132,4611.7351583 +266,-1.352015998,0.6753788907,451,0.340078597,0.850105132,4559.7859865 +267,-1.377988483,0.6577816235,451,0.340078597,0.850105132,4666.2950516 +268,-2.13075611,0.8318642051,451,0.340078597,0.850105132,5395.0834749 +269,-2.097910953,0.8259670014,451,0.340078597,0.850105132,5378.5627089 +270,-1.416382069,0.6694271549,451,0.340078597,0.850105132,4717.6275735 +271,-1.538905672,0.7535625993,451,0.340078597,0.850105132,4728.6432917 +272,-1.572309477,0.7803125099,451,0.340078597,0.850105132,4714.3995032 +273,-1.87759879,0.7503853417,451,0.340078597,0.850105132,5337.409031 +274,1.152365588,0.590457682,451,0.340078597,0.850105132,2579.3644115 +275,0.350198001,0.718001859,451,0.340078597,0.850105132,524.02571321 +276,0.046513677,0.491503852,451,0.340078597,0.850105132,1678.9994752 +277,0.027510309,0.742571376,451,0.340078597,0.850105132,961.75278921 +278,0.306285725,-0.214631579,451,0.340078597,0.850105132,4219.0889488 +279,-1.100564889,0.318051531,451,0.340078597,0.850105132,4947.1266348 +280,-1.078582306,0.301437596,451,0.340078597,0.850105132,4937.6893926 +281,-1.137371989,-0.617634065,451,0.340078597,0.850105132,7787.1995118 +282,0.784356344,0.703272339,451,0.340078597,0.850105132,1374.7027103 +283,-1.221209947,0.218327455,451,0.340078597,0.850105132,5549.8281563 +284,2.347301921,-0.449114658,451,0.340078597,0.850105132,8660.5364463 +285,0.246820618,0.830553713,451,0.340078597,0.850105132,258.28217398 +286,0.829414965,0.703288228,451,0.340078597,0.850105132,1488.9744924 +287,-1.337537566,0.42332223,451,0.340078597,0.850105132,5243.5339042 +288,0.882453706,0.454478077,451,0.340078597,0.850105132,2288.6923496 +289,1.575629659,0.416419109,451,0.340078597,0.850105132,4136.6536816 +290,-1.039455679,0.229888244,451,0.340078597,0.850105132,5042.5969732 +291,0.489558039,0.934482747,451,0.340078597,0.850105132,499.18082532 +292,0.081344504,0.88384514,451,0.340078597,0.850105132,675.32973925 +293,-1.547979814,0.300350308,451,0.340078597,0.850105132,6120.3585244 +294,0.040776181,0.168560074,451,0.340078597,0.850105132,2876.626181 +295,-1.130374745,0.563894876,451,0.340078597,0.850105132,4339.9335937 +296,1.578326642,0.478507176,451,0.340078597,0.850105132,3975.6150149 +297,-1.12861823,-0.291640865,451,0.340078597,0.850105132,6824.7860461 +298,0.310524208,0.770885792,451,0.340078597,0.850105132,323.96935684 +299,0.415649091,-0.387246002,451,0.340078597,0.850105132,4908.4560109 +300,-0.926533878,-0.188022748,451,0.340078597,0.850105132,6009.0069681 +301,1.258856172,-0.11716081,451,0.340078597,0.850105132,4974.060659 +302,-1.126050026,0.322941926,451,0.340078597,0.850105132,4999.1347488 +303,2.002785835,0.07893892,451,0.340078597,0.850105132,6226.3972598 +304,0.440437607,0.746258085,451,0.340078597,0.850105132,495.8529109 +305,-0.030391866,0.214441206,451,0.340078597,0.850105132,2796.6480134 +306,0.521557815,-0.058929362,451,0.340078597,0.850105132,3654.7171404 +307,-0.097005111,0.13317729,451,0.340078597,0.850105132,3192.8427175 +308,1.83113859,0.221857587,451,0.340078597,0.850105132,5357.1057556 +309,0.222428864,0.099404236,451,0.340078597,0.850105132,2999.7907468 +310,-1.702731345,0.8728568183,451,0.340078597,0.850105132,4665.7775027 +311,-0.418507569,0.278324921,451,0.340078597,0.850105132,3329.9005942 +312,-1.41153306,0.339029988,451,0.340078597,0.850105132,5673.7096719 +313,0.357560442,0.114788776,451,0.340078597,0.850105132,2913.1795233 +314,0.325818979,0.268352149,451,0.340078597,0.850105132,2304.7898354 +315,-1.246004659,-0.663679965,451,0.340078597,0.850105132,8163.5627789 +316,1.814603087,0.637404484,451,0.340078597,0.850105132,4156.5714847 +317,1.843704281,-0.18300445,451,0.340078597,0.850105132,6591.5500541 +318,1.690644492,-0.211480909,451,0.340078597,0.850105132,6288.3415897 +319,-1.275451936,0.068109467,451,0.340078597,0.850105132,6135.9936958 +320,0.762430171,-0.207594741,451,0.340078597,0.850105132,4443.1271972 +321,0.265668905,-0.014647884,451,0.340078597,0.850105132,3434.7813031 +322,-2.773032013,-0.335515811,451,0.340078597,0.850105132,10403.527223 +323,-1.469512853,0.174058777,451,0.340078597,0.850105132,6315.4535588 +324,0.286276986,0.785925691,451,0.340078597,0.850105132,292.9462436 +325,-1.379324697,0.377432233,451,0.340078597,0.850105132,5480.5814552 +326,-1.203778265,0.212813032,451,0.340078597,0.850105132,5520.8679303 +327,0.579916301,0.611743168,451,0.340078597,0.850105132,1175.8205762 +328,0.267582642,0.868113908,451,0.340078597,0.850105132,200.61905355 +329,0.412869244,-0.050245578,451,0.340078597,0.850105132,3575.1041176 +330,0.17524381,0.976660285,451,0.340078597,0.850105132,639.49920363 +331,0.743157214,0.204812899,451,0.340078597,0.850105132,2879.8164742 +332,-1.070758176,0.269382282,451,0.340078597,0.850105132,5009.724893 +333,-1.230364251,0.329790229,451,0.340078597,0.850105132,5247.4574045 +334,-1.374813124,-0.024926835,451,0.340078597,0.850105132,6672.3004905 +335,0.519780566,0.463669906,451,0.340078597,0.850105132,1627.6512721 +336,-1.55108034,0.239698561,451,0.340078597,0.850105132,6314.9834078 +337,0.180294813,0.029739425,451,0.340078597,0.850105132,3294.7327359 +338,0.67820924,0.268170153,451,0.340078597,0.850105132,2553.0633693 +339,0.445798684,1.024001867,451,0.340078597,0.850105132,731.36048606 +340,0.691751283,0.150521402,451,0.340078597,0.850105132,3008.3852011 +341,-1.036643551,-0.903056181,451,0.340078597,0.850105132,8347.1865169 +342,-0.120287036,1.083325163,451,0.340078597,0.850105132,1370.3813813 +343,2.823513113,-0.304487164,451,0.340078597,0.850105132,9424.7055676 +344,0.457583172,1.12513373,451,0.340078597,0.850105132,1117.6409342 +345,0.042918831,0.813795399,451,0.340078597,0.850105132,803.83760501 +346,1.196146777,-0.853142756,451,0.340078597,0.850105132,7352.6518301 +347,0.206001358,-0.010430701,451,0.340078597,0.850105132,3439.4189494 +348,-0.268308653,0.234799412,451,0.340078597,0.850105132,3142.5803527 +349,0.759363263,0.736189579,451,0.340078597,0.850105132,1243.048154 +350,0.181363926,0.891988372,451,0.340078597,0.850105132,437.176072 +351,-0.021111158,0.139103292,451,0.340078597,0.850105132,3063.4311024 +352,-0.093355215,0.630686981,451,0.340078597,0.850105132,1525.5855198 +353,0.40118964,0.681375926,451,0.340078597,0.850105132,690.53902586 +354,-0.721197315,1.304706234,451,0.340078597,0.850105132,2485.1928498 +355,-1.076150317,0.212107639,451,0.340078597,0.850105132,5190.3778576 +356,-1.577164531,0.273993443,451,0.340078597,0.850105132,6271.1148758 +357,-0.190788414,0.182208586,451,0.340078597,0.850105132,3173.7703101 +358,-0.261349752,0.209710184,451,0.340078597,0.850105132,3213.3083688 +359,-1.029303852,0.083549259,451,0.340078597,0.850105132,5447.543967 +360,-1.268609162,0.330525297,451,0.340078597,0.850105132,5342.5155225 +361,1.282982244,-0.926641967,451,0.340078597,0.850105132,7714.6126232 +362,0.217352334,0.731352408,451,0.340078597,0.850105132,580.96467314 +363,-1.511833084,0.258629297,451,0.340078597,0.850105132,6161.8125492 +364,0.338812194,0.823184618,451,0.340078597,0.850105132,106.68508561 +365,-0.324406489,1.134201999,451,0.340078597,0.850105132,1781.565838 +366,1.389579348,0.399185724,451,0.340078597,0.850105132,3698.5886637 +367,2.047152199,-0.039082036,451,0.340078597,0.850105132,6694.164282 +368,0.947780369,0.568250077,451,0.340078597,0.850105132,2113.7489202 +369,0.763824846,0.576754987,451,0.340078597,0.850105132,1655.2551294 +370,-0.142334657,0.928153068,451,0.340078597,0.850105132,1234.5385297 +371,0.610266567,0.547265983,451,0.340078597,0.850105132,1446.590718 +372,0.210731629,0.746815056,451,0.340078597,0.850105132,542.81114084 +373,-1.34931644,0.316895224,451,0.340078597,0.850105132,5585.6636646 +374,2.407696481,0.655030745,451,0.340078597,0.850105132,5390.8572337 +375,0.64207831,0.545359131,451,0.340078597,0.850105132,1508.1048345 +376,1.174597538,0.840588356,451,0.340078597,0.850105132,2156.8655871 +377,0.660059424,0.010604079,451,0.340078597,0.850105132,3500.1034471 +378,-0.730263819,0.010486456,451,0.340078597,0.850105132,4912.8842004 +379,0.831068936,0.512339172,451,0.340078597,0.850105132,1997.227566 +380,1.301180979,0.72367476,451,0.340078597,0.850105132,2673.9105439 +381,1.811128231,0.322854402,451,0.340078597,0.850105132,5012.1160895 +382,0.435105812,0.992284428,451,0.340078597,0.850105132,606.98583003 +383,0.62643634,0.592027932,451,0.340078597,0.850105132,1324.8421975 +384,0.492988703,-0.516339467,451,0.340078597,0.850105132,5439.5543677 +385,-0.162469483,0.112549365,451,0.340078597,0.850105132,3371.8256615 +386,0.314630866,0.472006421,451,0.340078597,0.850105132,1499.6895667 +387,0.166744804,0.822815954,451,0.340078597,0.850105132,472.22321658 +388,0.417159608,0.965805736,451,0.340078597,0.850105132,495.06003334 +389,0.106334961,0.868774244,451,0.340078597,0.850105132,608.13528965 +390,0.815086969,-0.338144359,451,0.340078597,0.850105132,4996.9077481 +391,0.59867455,-0.230624824,451,0.340078597,0.850105132,4376.0665075 +392,1.915104874,0.066220985,451,0.340078597,0.850105132,6035.9522159 +393,1.278093622,0.064463721,451,0.340078597,0.850105132,4426.7701834 +394,-0.061477853,0.302997961,451,0.340078597,0.850105132,2522.8398229 +395,0.251311504,0.626976942,451,0.340078597,0.850105132,920.71617868 +396,2.950242872,0.149095644,451,0.340078597,0.850105132,8075.0989887 +397,-0.180294708,0.35375117,451,0.340078597,0.850105132,2566.1261405 +398,1.010448592,-0.351180233,451,0.340078597,0.850105132,5314.5988039 +399,-1.748740498,0.3686318073,451,0.340078597,0.850105132,6356.8935518 +400,2.699635665,0.123533791,451,0.340078597,0.850105132,7731.8806836 +401,0.496808033,0.823843254,451,0.340078597,0.850105132,428.29486742 +402,0.129574704,0.763364087,451,0.340078597,0.850105132,670.30069835 +403,1.798920311,0.817447563,451,0.340078597,0.850105132,3680.5845498 +404,0.335987953,0.746786541,451,0.340078597,0.850105132,409.40052587 +405,-1.085413643,0.292154671,451,0.340078597,0.850105132,4982.1831292 +406,-0.155321003,0.508207011,451,0.340078597,0.850105132,2019.5629108 +407,0.620529244,-0.301175104,451,0.340078597,0.850105132,4666.3845534 +408,1.684402744,0.368716966,451,0.340078597,0.850105132,4552.8492826 +409,0.300582244,-0.386397212,451,0.340078597,0.850105132,4899.7844807 +410,2.913555946,-0.009225192,451,0.340078597,0.850105132,8591.3740355 +411,1.465101417,0.493232532,451,0.340078597,0.850105132,3641.4596437 +412,0.090612882,0.907955955,451,0.340078597,0.850105132,669.33111203 +413,2.987564726,-0.729568594,451,0.340078597,0.850105132,10995.663093 +414,-1.484261606,0.224149272,451,0.340078597,0.850105132,6199.6597393 +415,0.164073421,0.303955133,451,0.340078597,0.850105132,2236.3781037 +416,0.141441293,0.167552546,451,0.340078597,0.850105132,2782.9610606 +417,2.931321023,-0.506718887,451,0.340078597,0.850105132,10295.029294 +418,2.21951565,0.700596356,451,0.340078597,0.850105132,4885.0580404 +419,0.268112576,1.199114336,451,0.340078597,0.850105132,1389.593268 +420,0.978913739,0.359223811,451,0.340078597,0.850105132,2801.8205037 +421,1.210898818,0.522863584,451,0.340078597,0.850105132,2901.4110189 +422,2.347397336,0.129231362,451,0.340078597,0.850105132,6938.1946904 +423,0.614394501,0.556878345,451,0.340078597,0.850105132,1420.6214024 +424,-1.398079356,0.148483366,451,0.340078597,0.850105132,6212.2781722 +425,2.535303836,-0.112984496,451,0.340078597,0.850105132,8151.2727088 +426,-1.019372593,-0.405322349,451,0.340078597,0.850105132,6894.7755451 +427,-1.297785627,-0.160104069,451,0.340078597,0.850105132,6872.2295183 +428,2.144554488,0.205051084,451,0.340078597,0.850105132,6208.5264685 +429,-2.242387083,-0.426171285,451,0.340078597,0.850105132,10029.900652 +430,0.338637212,0.909723676,451,0.340078597,0.850105132,236.17703027 +431,-0.148798452,0.691042401,451,0.340078597,0.850105132,1514.2837637 +432,0.893524764,0.441829531,451,0.340078597,0.850105132,2352.5046474 +433,0.969229347,-0.368847936,451,0.340078597,0.850105132,5315.7921654 +434,0.436043248,0.800045688,451,0.340078597,0.850105132,325.18307098 +435,1.687946607,1.081504775,451,0.340078597,0.850105132,2970.3244456 +436,0.522302046,-0.034889271,451,0.340078597,0.850105132,3561.0321377 +437,-0.178996113,-0.438090009,451,0.340078597,0.850105132,5423.7802654 +438,-1.094339566,0.301444068,451,0.340078597,0.850105132,4978.6610571 +439,-1.064070054,0.242569932,451,0.340078597,0.850105132,5070.013339 +440,-1.068153768,0.230387998,451,0.340078597,0.850105132,5116.1336654 +441,-3.00496892,-0.23989155,451,0.340078597,0.850105132,9936.8570629 +442,0.21751974,0.766874888,451,0.340078597,0.850105132,469.81598183 +443,0.117229532,0.007619006,451,0.340078597,0.850105132,3422.8727994 +444,0.777758451,0.420554741,451,0.340078597,0.850105132,2179.7270263 +445,-0.252356999,0.250747086,451,0.340078597,0.850105132,3056.534357 +446,0.363148444,0.768483434,451,0.340078597,0.850105132,329.38010258 +447,0.903191366,-0.118210676,451,0.340078597,0.850105132,4303.9732519 +448,-0.205755923,0.149406178,451,0.340078597,0.850105132,3316.0055096 +449,1.811996086,0.02364353,451,0.340078597,0.850105132,5893.2238683 +450,-1.100670221,0.314845373,451,0.340078597,0.850105132,4956.5985386 +451,0.340078597,0.850105132,451,0.340078597,0.850105132,0 +452,0.258757267,0.804969236,451,0.340078597,0.850105132,281.82289002 +453,2.78505352,-0.155160804,451,0.340078597,0.850105132,8851.6149262 +454,0.800551619,0.105822106,451,0.340078597,0.850105132,3328.5088169 +455,0.437940882,-0.506194031,451,0.340078597,0.850105132,5383.4923377 +456,2.230431122,0.63458615,451,0.340078597,0.850105132,5104.0589138 +457,0.527965361,0.127667701,451,0.340078597,0.850105132,2929.9138557 +458,-0.063643205,0.702093448,451,0.340078597,0.850105132,1275.9866375 +459,1.408447268,0.133010502,451,0.340078597,0.850105132,4528.5145779 +460,0.523795955,0.280266966,451,0.340078597,0.850105132,2334.3142247 +461,-0.975769313,0.072177659,451,0.340078597,0.850105132,5342.6059967 +462,0.549774164,-0.463663986,451,0.340078597,0.850105132,5256.7012449 +463,0.29245874,1.095549818,451,0.340078597,0.850105132,977.77050816 +464,0.143625958,0.816809593,451,0.340078597,0.850105132,538.97613606 +465,0.671902494,0.611159853,451,0.340078597,0.850105132,1354.4182214 +466,1.239840988,0.6724199,451,0.340078597,0.850105132,2620.6237579 +467,0.607829703,-0.10932137,451,0.340078597,0.850105132,3912.2545735 +468,1.763020906,0.263996692,451,0.340078597,0.850105132,5056.8881653 +469,0.378714634,0.726066797,451,0.340078597,0.850105132,502.9687044 +470,2.196736143,-0.153862366,451,0.340078597,0.850105132,7424.7967861 +471,0.01702415,0.148991565,451,0.340078597,0.850105132,2978.4304077 +472,-2.998490902,-0.158002487,451,0.340078597,0.850105132,9625.1167195 +473,-3.051262951,-0.346595608,451,0.340078597,0.850105132,10296.675919 +474,-1.069176439,0.182802941,451,0.340078597,0.850105132,5258.0138831 +475,0.167157509,0.595344954,451,0.340078597,0.850105132,1130.0997245 +476,0.613855648,0.681746124,451,0.340078597,0.850105132,1023.870644 +477,1.037012736,0.682555367,451,0.340078597,0.850105132,2069.4927811 +478,-1.253574971,0.379755746,451,0.340078597,0.850105132,5161.5695746 +479,3.108590453,-0.132620738,451,0.340078597,0.850105132,9340.5029911 +480,0.565301296,0.022333262,451,0.340078597,0.850105132,3367.5194122 +481,0.547898238,0.855555614,451,0.340078597,0.850105132,541.40181959 +482,0.948309381,0.417393755,451,0.340078597,0.850105132,2551.2483181 +483,-0.050600732,0.945269213,451,0.340078597,0.850105132,1030.3058016 +484,-0.977651478,-0.572363064,451,0.340078597,0.850105132,7296.8392525 +485,1.102014914,0.728861163,451,0.340078597,0.850105132,2147.8218101 +486,2.927300795,-0.282939414,451,0.340078597,0.850105132,9572.2716403 +487,-1.154565557,0.124434095,451,0.340078597,0.850105132,5653.2772781 +488,1.855331234,0.291044755,451,0.340078597,0.850105132,5218.2093783 +489,0.830290659,0.276904518,451,0.340078597,0.850105132,2769.1758501 +490,0.485104466,-0.234867441,451,0.340078597,0.850105132,4327.6948602 +491,0.521367572,-0.33161327,451,0.340078597,0.850105132,4724.4626564 +1,-1.539031704,0.7349710123,452,0.258757267,0.804969236,4730.7696926 +2,-1.536990553,0.7349663874,452,0.258757267,0.804969236,4726.4246105 +3,-1.534951779,0.7349571355,452,0.258757267,0.804969236,4722.0932207 +4,-1.532906461,0.7349480293,452,0.258757267,0.804969236,4717.7434605 +5,-1.531320211,0.7346937278,452,0.258757267,0.804969236,4715.0379628 +6,-1.539451648,0.7335131775,452,0.258757267,0.804969236,4735.6372597 +7,-1.537429487,0.7335445708,452,0.258757267,0.804969236,4731.2315328 +8,-1.535484998,0.7335658704,452,0.258757267,0.804969236,4727.0157169 +9,-1.533488396,0.7336036027,452,0.258757267,0.804969236,4722.6402222 +10,-1.531497785,0.7335842962,452,0.258757267,0.804969236,4718.4288228 +11,-1.530259379,0.7334777758,452,0.258757267,0.804969236,4716.0632328 +12,-1.5335454,0.7322346912,452,0.258757267,0.804969236,4726.4821523 +13,-1.531489083,0.7322238773,452,0.258757267,0.804969236,4722.1032373 +14,-1.530011122,0.7321679851,452,0.258757267,0.804969236,4719.0839965 +15,-1.53348106,0.7306614094,452,0.258757267,0.804969236,4730.62131 +16,-1.531441779,0.7306962275,452,0.258757267,0.804969236,4726.1505609 +17,-1.529755654,0.7306933243,452,0.258757267,0.804969236,4722.5372487 +18,-1.533415048,0.7291384674,452,0.258757267,0.804969236,4734.6217091 +19,-1.531392093,0.7291705353,452,0.258757267,0.804969236,4730.1891938 +20,-1.529296523,0.7291214933,452,0.258757267,0.804969236,4725.8170219 +21,-1.535280942,0.727267644,452,0.258757267,0.804969236,4743.7217041 +22,-1.533378158,0.7276139666,452,0.258757267,0.804969236,4738.6905772 +23,-1.531340368,0.7276446587,452,0.258757267,0.804969236,4734.2256669 +24,-1.528960113,0.7276398177,452,0.258757267,0.804969236,4729.1161672 +25,-1.533313146,0.7260818349,452,0.258757267,0.804969236,4742.7214869 +26,-1.531259555,0.7260958115,452,0.258757267,0.804969236,4738.2636976 +27,-1.528926415,0.7260865555,452,0.258757267,0.804969236,4733.2626592 +28,-1.531226779,0.7245511789,452,0.258757267,0.804969236,4742.3954299 +29,-1.528904772,0.7245519194,452,0.258757267,0.804969236,4737.3863874 +30,-1.547195875,0.7409785979,452,0.258757267,0.804969236,4731.7491885 +31,-1.5451475,0.740980426,452,0.258757267,0.804969236,4727.4036783 +32,-1.543097679,0.7409798872,452,0.258757267,0.804969236,4723.0575581 +33,-1.540720364,0.7409892687,452,0.258757267,0.804969236,4717.9848398 +34,-1.547188511,0.7395198392,452,0.258757267,0.804969236,4735.7157008 +35,-1.545148587,0.7395226109,452,0.258757267,0.804969236,4731.3814693 +36,-1.543104538,0.7395314908,452,0.258757267,0.804969236,4727.0178848 +37,-1.540727751,0.7395306258,452,0.258757267,0.804969236,4721.969499 +38,-1.547187029,0.7380014886,452,0.258757267,0.804969236,4739.8591906 +39,-1.545147315,0.7380012252,452,0.258757267,0.804969236,4735.5294796 +40,-1.54310719,0.7380060743,452,0.258757267,0.804969236,4731.1809915 +41,-1.540719671,0.7380068206,452,0.258757267,0.804969236,4726.1004659 +42,-1.547187189,0.7364799098,452,0.258757267,0.804969236,4744.0168628 +43,-1.545149996,0.7364853874,452,0.258757267,0.804969236,4739.6726375 +44,-1.543106091,0.7364823484,452,0.258757267,0.804969236,4735.3334321 +45,-1.540717158,0.7364893901,452,0.258757267,0.804969236,4730.2278172 +46,-1.538663972,0.7410138672,452,0.258757267,0.804969236,4713.5478373 +47,-1.53695285,0.7409699132,452,0.258757267,0.804969236,4710.0277846 +48,-1.534910498,0.7409641297,452,0.258757267,0.804969236,4705.6958326 +49,-1.533145034,0.7409536636,452,0.258757267,0.804969236,4701.9627921 +50,-1.538681336,0.7395405883,452,0.258757267,0.804969236,4717.5894244 +51,-1.536999189,0.7395183096,452,0.258757267,0.804969236,4714.0688556 +52,-1.534923633,0.7395144222,452,0.258757267,0.804969236,4709.6570435 +53,-1.533267822,0.7395654306,452,0.258757267,0.804969236,4705.987795 +54,-1.53867273,0.7380151077,452,0.258757267,0.804969236,4721.7195689 +55,-1.536980576,0.7379994392,452,0.258757267,0.804969236,4718.156235 +56,-1.534931522,0.7379944961,452,0.258757267,0.804969236,4713.7995291 +57,-1.533387952,0.7379480264,452,0.258757267,0.804969236,4710.6309185 +58,-1.538682279,0.7364914363,452,0.258757267,0.804969236,4725.8854034 +59,-1.536980704,0.7364810563,452,0.258757267,0.804969236,4722.2841316 +60,-1.534935567,0.7364752065,452,0.258757267,0.804969236,4717.9340515 +61,-1.533042592,0.7363876366,452,0.258757267,0.804969236,4714.12703 +62,-1.545143426,0.7349628011,452,0.258757267,0.804969236,4743.8164287 +63,-1.543105297,0.7349691947,452,0.258757267,0.804969236,4739.4595779 +64,-1.541064533,0.7349647152,452,0.258757267,0.804969236,4735.1228296 +65,-1.545411803,0.7334624714,452,0.258757267,0.804969236,4748.4869088 +66,-1.543446606,0.7334780896,452,0.258757267,0.804969236,4744.2567376 +67,-1.541475327,0.7334957295,452,0.258757267,0.804969236,4740.0044864 +68,-1.545401939,0.731963266,452,0.258757267,0.804969236,4752.563999 +69,-1.54342253,0.7319915583,452,0.258757267,0.804969236,4748.2648859 +70,-1.541455867,0.7320216438,452,0.258757267,0.804969236,4743.9845227 +71,-1.545410146,0.7304422281,452,0.258757267,0.804969236,4756.7411445 +72,-1.543435491,0.7304713664,452,0.258757267,0.804969236,4752.4458142 +73,-1.541463105,0.7304997613,452,0.258757267,0.804969236,4748.15381 +74,-1.545414768,0.7289194936,452,0.258757267,0.804969236,4760.9171652 +75,-1.543435774,0.7289538557,452,0.258757267,0.804969236,4756.5942267 +76,-1.541457714,0.7289765881,452,0.258757267,0.804969236,4752.3015071 +77,-1.539449415,0.7320555866,452,0.258757267,0.804969236,4739.6050867 +78,-1.537429183,0.7321097681,452,0.258757267,0.804969236,4735.1374228 +79,-1.535472649,0.7321497267,452,0.258757267,0.804969236,4730.841275 +80,-1.539457899,0.7305333307,452,0.258757267,0.804969236,4743.7739315 +81,-1.537453161,0.7305750503,452,0.258757267,0.804969236,4739.3692206 +82,-1.535479385,0.7306124949,452,0.258757267,0.804969236,4735.0389272 +83,-1.53946905,0.7290102593,452,0.258757267,0.804969236,4747.9526364 +84,-1.537459922,0.7290417293,452,0.258757267,0.804969236,4743.562337 +85,-1.535451349,0.7290890157,452,0.258757267,0.804969236,4739.1265122 +86,-1.535522937,0.7279887191,452,0.258757267,0.804969236,4742.2769269 +87,-1.539442524,0.7274735939,452,0.258757267,0.804969236,4752.0896169 +88,-1.537424111,0.727521351,452,0.258757267,0.804969236,4747.6307707 +89,-1.539384641,0.7259505092,452,0.258757267,0.804969236,4756.1240293 +90,-1.537372391,0.7259947145,452,0.258757267,0.804969236,4751.6838455 +91,-1.535340789,0.7260435356,452,0.258757267,0.804969236,4747.1858972 +92,-1.539325716,0.7244369706,452,0.258757267,0.804969236,4760.1317536 +93,-1.537308932,0.7244801057,452,0.258757267,0.804969236,4755.6805354 +94,-1.535289068,0.7245247645,452,0.258757267,0.804969236,4751.2149231 +95,-1.533261366,0.7245550236,452,0.258757267,0.804969236,4746.7680465 +96,-1.539267302,0.722921924,452,0.258757267,0.804969236,4764.1462995 +97,-1.537248972,0.7229660258,452,0.258757267,0.804969236,4759.6849027 +98,-1.535219431,0.7229916471,452,0.258757267,0.804969236,4755.2461576 +99,-1.53318962,0.7230212049,452,0.258757267,0.804969236,4750.7923584 +100,-1.531154816,0.7230299897,452,0.258757267,0.804969236,4746.3806201 +101,-1.528878341,0.7230370244,452,0.258757267,0.804969236,4741.4479455 +102,-1.539218189,0.7214009878,452,0.258757267,0.804969236,4768.1985638 +103,-1.537198791,0.7214422745,452,0.258757267,0.804969236,4763.7383479 +104,-1.535179266,0.7214634354,452,0.258757267,0.804969236,4759.3291494 +105,-1.533156501,0.7214944644,452,0.258757267,0.804969236,4754.8823265 +106,-1.53113574,0.7215166021,452,0.258757267,0.804969236,4750.4603606 +107,-1.528874248,0.7215345535,452,0.258757267,0.804969236,4745.525766 +108,-1.539217656,0.7198512397,452,0.258757267,0.804969236,4772.4359242 +109,-1.537199919,0.7199428763,452,0.258757267,0.804969236,4767.8375068 +110,-1.545425832,0.727397149,452,0.258757267,0.804969236,4765.1077694 +111,-1.543371177,0.7273916949,452,0.258757267,0.804969236,4760.7277766 +112,-1.541368852,0.7274523163,452,0.258757267,0.804969236,4756.2752851 +113,-1.545349067,0.7258710923,452,0.258757267,0.804969236,4769.1224684 +114,-1.54332671,0.7258603556,452,0.258757267,0.804969236,4764.8217947 +115,-1.541346831,0.7259242142,452,0.258757267,0.804969236,4760.4043348 +116,-1.545324355,0.7243383958,452,0.258757267,0.804969236,4773.2684031 +117,-1.543292796,0.7243617413,452,0.258757267,0.804969236,4768.8505468 +118,-1.541295822,0.7244024384,452,0.258757267,0.804969236,4764.4556602 +119,-1.543193859,0.7205570215,452,0.258757267,0.804969236,4779.0586533 +120,-1.550257047,0.7386738187,452,0.258757267,0.804969236,4744.5303516 +121,-1.549335448,0.7311736483,452,0.258757267,0.804969236,4763.1059256 +122,-1.533478843,0.7179891343,452,0.258757267,0.804969236,4765.1406256 +123,-1.556150555,0.738907041,452,0.258757267,0.804969236,4756.3577717 +124,-1.554324226,0.733414257,452,0.258757267,0.804969236,4767.5639378 +125,-1.554290846,0.7288285332,452,0.258757267,0.804969236,4780.0888259 +126,-1.55122487,0.7219795312,452,0.258757267,0.804969236,4792.376 +127,-1.525104458,0.7229399862,452,0.258757267,0.804969236,4733.5551351 +128,-1.519607711,0.7236181429,452,0.258757267,0.804969236,4719.8152539 +129,-1.513899999,0.7251107854,452,0.258757267,0.804969236,4703.4018623 +130,-1.536620762,0.7431061895,452,0.258757267,0.804969236,4703.523453 +131,-1.5369566,0.7460845958,452,0.258757267,0.804969236,4696.1590719 +132,-1.545345528,0.7447040685,452,0.258757267,0.804969236,4717.6760207 +133,-1.532813921,0.7432306626,452,0.258757267,0.804969236,4695.0893515 +134,-1.554788248,0.7382381001,452,0.258757267,0.804969236,4755.3132162 +135,-1.540348126,0.7301594274,452,0.258757267,0.804969236,4746.6984481 +136,-1.538016084,0.7239051786,452,0.258757267,0.804969236,4758.7702503 +137,-1.525288962,0.7258085137,452,0.258757267,0.804969236,4726.1705195 +138,-1.534326986,0.731241342,452,0.258757267,0.804969236,4730.8579978 +139,-1.530733872,0.7303625216,452,0.258757267,0.804969236,4725.5367749 +141,-1.534354939,0.7328219978,452,0.258757267,0.804969236,4726.6197484 +142,-1.53157084,0.7292888153,452,0.258757267,0.804969236,4730.25183 +143,-1.525691035,0.7263799874,452,0.258757267,0.804969236,4725.4884028 +144,-1.534031287,0.7495967835,452,0.258757267,0.804969236,4680.4491687 +145,-1.527714986,0.7283095957,452,0.258757267,0.804969236,4724.6167649 +146,-1.526189586,0.7271468292,452,0.258757267,0.804969236,4724.4839583 +147,-1.555177336,0.7375563366,452,0.258757267,0.804969236,4758.0056266 +148,-1.555080283,0.7312707794,452,0.258757267,0.804969236,4775.0553425 +149,-1.53856994,0.7224180299,452,0.258757267,0.804969236,4764.0237442 +150,-1.530837883,0.729933372,452,0.258757267,0.804969236,4726.9257859 +151,-1.515066984,0.5854133365,452,0.258757267,0.804969236,5090.4256855 +152,-1.534731633,0.5368370046,452,0.258757267,0.804969236,5273.7915107 +153,-1.515231902,0.5607085576,452,0.258757267,0.804969236,5160.1374808 +154,-2.616253799,1.0684566605,452,0.258757267,0.804969236,4974.1963661 +155,-1.956071439,0.5792177723,452,0.258757267,0.804969236,6038.637962 +156,-1.951208514,0.5602434208,452,0.258757267,0.804969236,6092.1072142 +157,-1.944675062,0.6062144545,452,0.258757267,0.804969236,5928.9975753 +158,-1.613778386,0.6077989518,452,0.258757267,0.804969236,5251.581942 +159,-2.035029014,0.6021432345,452,0.258757267,0.804969236,6101.7584317 +160,-2.114989471,0.6801825058,452,0.258757267,0.804969236,5961.6347744 +161,-2.037382079,0.5765830025,452,0.258757267,0.804969236,6192.3044163 +162,-2.129855121,0.6585019963,452,0.258757267,0.804969236,6059.1366197 +163,-2.075141798,0.6493615843,452,0.258757267,0.804969236,6006.7682944 +164,-1.828626729,0.6948433129,452,0.258757267,0.804969236,5430.280193 +165,-1.863329418,0.6735427691,452,0.258757267,0.804969236,5561.9747281 +166,-1.266037071,0.727988852,452,0.258757267,0.804969236,4132.3845444 +167,-1.277579582,0.7249010648,452,0.258757267,0.804969236,4167.0560698 +168,-1.258418684,0.7241194816,452,0.258757267,0.804969236,4123.4538037 +169,-1.317813974,0.6804850104,452,0.258757267,0.804969236,4371.2904053 +170,-1.344165204,0.6790988904,452,0.258757267,0.804969236,4437.5177725 +171,-1.427582102,0.5277120351,452,0.258757267,0.804969236,5040.2106487 +172,-1.402238616,0.457167829,452,0.258757267,0.804969236,5171.281194 +173,-1.422454264,0.4996161999,452,0.258757267,0.804969236,5104.8679555 +174,-1.439089277,0.4894859811,452,0.258757267,0.804969236,5174.3839779 +175,-1.448126995,0.5182330266,452,0.258757267,0.804969236,5116.9426135 +176,-1.474626146,0.5881926574,452,0.258757267,0.804969236,4987.5853298 +177,-1.421139645,0.5584869783,452,0.258757267,0.804969236,4940.2545625 +178,-1.457037165,0.565943032,452,0.258757267,0.804969236,5006.8512889 +179,-2.757159358,0.3745319,452,0.258757267,0.804969236,7750.0690407 +180,-2.714309238,0.342054471,452,0.258757267,0.804969236,7860.3806882 +181,-2.000525337,0.774119946,452,0.258757267,0.804969236,5468.7262984 +183,-1.571413436,0.6777838382,452,0.258757267,0.804969236,4958.7764872 +184,-1.552860289,0.6987663893,452,0.258757267,0.804969236,4859.9587785 +185,-1.521852374,0.7165827476,452,0.258757267,0.804969236,4743.7612733 +186,-1.503656267,0.6928968252,452,0.258757267,0.804969236,4768.0289443 +187,-1.502753178,0.7136205882,452,0.258757267,0.804969236,4710.0341173 +188,-1.631894563,0.7343596465,452,0.258757267,0.804969236,4926.4671101 +189,-1.653765416,0.6770714026,452,0.258757267,0.804969236,5136.7274626 +190,-1.719812114,0.6715965947,452,0.258757267,0.804969236,5289.0840992 +191,-1.493406659,0.6646955447,452,0.258757267,0.804969236,4821.6310134 +192,-1.469120564,0.6613469966,452,0.258757267,0.804969236,4775.3643082 +193,-1.590551461,0.5326612937,452,0.258757267,0.804969236,5416.7144633 +194,-1.625979264,0.5247742243,452,0.258757267,0.804969236,5521.5598269 +195,-1.572293943,0.5238808754,452,0.258757267,0.804969236,5399.5073406 +196,-1.610848725,0.5477107964,452,0.258757267,0.804969236,5419.6889874 +197,-1.208485554,0.7918526018,452,0.258757267,0.804969236,3851.7485069 +198,-1.335601374,0.6869083083,452,0.258757267,0.804969236,4397.5381534 +199,-1.346156996,0.6825213377,452,0.258757267,0.804969236,4433.5823619 +200,-1.324381037,0.6741422347,452,0.258757267,0.804969236,4402.8795234 +201,-1.242424992,0.7378949807,452,0.258757267,0.804969236,4053.1412783 +202,-1.270370057,0.7392461008,452,0.258757267,0.804969236,4116.0017438 +203,-1.448950472,0.7441675014,452,0.258757267,0.804969236,4510.9235778 +204,-1.492662363,0.7523026852,452,0.258757267,0.804969236,4584.8451784 +205,-1.479098966,0.7763855017,452,0.258757267,0.804969236,4492.6222506 +206,-1.633760714,0.7869022408,452,0.258757267,0.804969236,4781.4020988 +207,-1.647406434,0.8101289331,452,0.258757267,0.804969236,4742.5220397 +208,-1.564245052,0.5701509278,452,0.258757267,0.804969236,5247.7971623 +209,-1.646289963,0.6833746083,452,0.258757267,0.804969236,5102.767869 +210,-1.5820631,0.6751952144,452,0.258757267,0.804969236,4989.2069946 +211,-1.613236298,0.6681681791,452,0.258757267,0.804969236,5076.4763328 +212,-1.914661867,0.8212566515,452,0.258757267,0.804969236,5180.2160033 +213,-1.742133237,0.7250275956,452,0.258757267,0.804969236,5173.1458196 +214,-2.033144872,0.6557314699,452,0.258757267,0.804969236,5917.4312722 +215,-2.039551981,0.6964723658,452,0.258757267,0.804969236,5790.0489792 +216,-1.247341019,0.7622473908,452,0.258757267,0.804969236,4008.5291075 +217,-1.298239787,0.7084123392,452,0.258757267,0.804969236,4255.7764454 +218,-1.308539688,0.6926545592,452,0.258757267,0.804969236,4318.9317611 +219,-1.303263185,0.6888938396,452,0.258757267,0.804969236,4315.6270812 +220,-1.852400229,0.6004246149,452,0.258757267,0.804969236,5773.2142679 +221,-1.288947707,0.7473773692,452,0.258757267,0.804969236,4140.2375397 +222,-1.372031502,0.7472790993,452,0.258757267,0.804969236,4331.215171 +223,-1.289805721,0.7242157877,452,0.258757267,0.804969236,4197.5664823 +224,-1.350807603,0.7533498126,452,0.258757267,0.804969236,4268.1198477 +225,-1.329290365,0.7560442322,452,0.258757267,0.804969236,4212.5451502 +226,-1.410153004,0.616936428,452,0.258757267,0.804969236,4756.2675246 +227,-1.393445434,0.6308995063,452,0.258757267,0.804969236,4679.3470701 +228,-1.37595573,0.6241540638,452,0.258757267,0.804969236,4655.1172896 +229,-1.358388707,0.6172645205,452,0.258757267,0.804969236,4630.6313316 +230,-1.753741133,0.8281661666,452,0.258757267,0.804969236,4887.1037865 +231,-1.47430987,0.6834615681,452,0.258757267,0.804969236,4727.7141456 +232,-1.421012508,0.7222725206,452,0.258757267,0.804969236,4505.2216071 +233,-1.4476833,0.6978557868,452,0.258757267,0.804969236,4629.1884968 +234,-1.470370723,0.6966193374,452,0.258757267,0.804969236,4683.6483482 +235,-1.429211703,0.7037216883,452,0.258757267,0.804969236,4571.8920866 +236,-1.700578405,0.6178673663,452,0.258757267,0.804969236,5410.0831476 +237,-1.678117619,0.6331716163,452,0.258757267,0.804969236,5316.9458044 +238,-1.725644578,0.6316331145,452,0.258757267,0.804969236,5421.1920588 +239,-2.14012759,0.7930497945,452,0.258757267,0.804969236,5604.2580449 +240,-2.103289431,0.7653606263,452,0.258757267,0.804969236,5650.0657235 +241,-1.318739838,0.7017808746,452,0.258757267,0.804969236,4320.5860534 +242,-1.396417427,0.7077900843,452,0.258757267,0.804969236,4486.4594607 +243,-1.35650337,0.7185539404,452,0.258757267,0.804969236,4367.2348489 +244,-1.248884539,0.7274156818,452,0.258757267,0.804969236,4092.9823711 +245,-1.395014798,0.5761185243,452,0.258757267,0.804969236,4828.8028074 +246,-1.433377362,0.6064716109,452,0.258757267,0.804969236,4839.757509 +247,-1.408172432,0.5903155476,452,0.258757267,0.804969236,4822.7057254 +248,-1.749645898,0.7757118084,452,0.258757267,0.804969236,5035.6695759 +249,-1.571626686,0.615046989,452,0.258757267,0.804969236,5136.5730533 +250,-1.514070049,0.6303003037,452,0.258757267,0.804969236,4963.1203185 +251,-1.480890369,0.6237966528,452,0.258757267,0.804969236,4904.5193208 +252,-1.704390658,0.5281680612,452,0.258757267,0.804969236,5688.1898061 +253,-1.64434733,0.5254277498,452,0.258757267,0.804969236,5561.6259726 +254,-1.703855997,0.4792484842,452,0.258757267,0.804969236,5835.0823012 +255,-1.692002383,0.5748825051,452,0.258757267,0.804969236,5520.4163186 +256,-1.854136457,0.5544643913,452,0.258757267,0.804969236,5922.73143 +257,-1.665021206,0.520317736,452,0.258757267,0.804969236,5623.7192626 +258,-1.733654349,0.4845187345,452,0.258757267,0.804969236,5885.8863485 +259,-1.720938188,0.5135933906,452,0.258757267,0.804969236,5768.9607158 +260,-1.742668307,0.553296122,452,0.258757267,0.804969236,5695.1094341 +261,-1.965659039,0.7142126903,452,0.258757267,0.804969236,5610.7752284 +262,-1.944438071,0.6772834804,452,0.258757267,0.804969236,5695.7566589 +263,-1.270340967,0.7681487096,452,0.258757267,0.804969236,4048.4126345 +264,-1.353091884,0.6549276821,452,0.258757267,0.804969236,4520.3746063 +265,-1.333236659,0.6413584414,452,0.258757267,0.804969236,4507.3304101 +266,-1.352015998,0.6753788907,452,0.258757267,0.804969236,4465.5673836 +267,-1.377988483,0.6577816235,452,0.258757267,0.804969236,4572.3146203 +268,-2.13075611,0.8318642051,452,0.258757267,0.804969236,5457.0408333 +269,-2.097910953,0.8259670014,452,0.258757267,0.804969236,5434.2125609 +270,-1.416382069,0.6694271549,452,0.258757267,0.804969236,4632.1095226 +271,-1.538905672,0.7535625993,452,0.258757267,0.804969236,4680.022364 +272,-1.572309477,0.7803125099,452,0.258757267,0.804969236,4676.5602689 +273,-1.87759879,0.7503853417,452,0.258757267,0.804969236,5343.9171636 +274,1.152365588,0.590457682,452,0.258757267,0.804969236,2789.5917333 +275,0.350198001,0.718001859,452,0.258757267,0.804969236,432.67736831 +276,0.046513677,0.491503852,452,0.258757267,0.804969236,1407.1577474 +277,0.027510309,0.742571376,452,0.258757267,0.804969236,699.19076954 +278,0.306285725,-0.214631579,452,0.258757267,0.804969236,4042.1937373 +279,-1.100564889,0.318051531,452,0.258757267,0.804969236,4747.9116443 +280,-1.078582306,0.301437596,452,0.258757267,0.804969236,4732.9235093 +281,-1.137371989,-0.617634065,452,0.258757267,0.804969236,7508.9076615 +282,0.784356344,0.703272339,452,0.258757267,0.804969236,1559.6647552 +283,-1.221209947,0.218327455,452,0.258757267,0.804969236,5353.4536797 +284,2.347301921,-0.449114658,452,0.258757267,0.804969236,8880.8293961 +285,0.246820618,0.830553713,452,0.258757267,0.804969236,106.37204604 +286,0.829414965,0.703288228,452,0.258757267,0.804969236,1683.1673675 +287,-1.337537566,0.42332223,452,0.258757267,0.804969236,5097.8552163 +288,0.882453706,0.454478077,452,0.258757267,0.804969236,2400.2363657 +289,1.575629659,0.416419109,452,0.258757267,0.804969236,4369.530104 +290,-1.039455679,0.229888244,452,0.258757267,0.804969236,4822.7124084 +291,0.489558039,0.934482747,452,0.258757267,0.804969236,779.40659665 +292,0.081344504,0.88384514,452,0.258757267,0.804969236,560.88528862 +293,-1.547979814,0.300350308,452,0.258757267,0.804969236,5990.1407944 +294,0.040776181,0.168560074,452,0.258757267,0.804969236,2626.6843613 +295,-1.130374745,0.563894876,452,0.258757267,0.804969236,4188.5443885 +296,1.578326642,0.478507176,452,0.258757267,0.804969236,4216.8778515 +297,-1.12861823,-0.291640865,452,0.258757267,0.804969236,6563.6480251 +298,0.310524208,0.770885792,452,0.258757267,0.804969236,197.8177995 +299,0.415649091,-0.387246002,452,0.258757267,0.804969236,4755.9120263 +300,-0.926533878,-0.188022748,452,0.258757267,0.804969236,5740.2204333 +301,1.258856172,-0.11716081,452,0.258757267,0.804969236,5066.341156 +302,-1.126050026,0.322941926,452,0.258757267,0.804969236,4804.3084679 +303,2.002785835,0.07893892,452,0.258757267,0.804969236,6468.6977769 +304,0.440437607,0.746258085,452,0.258757267,0.804969236,563.41411277 +305,-0.030391866,0.214441206,452,0.258757267,0.804969236,2532.1472144 +306,0.521557815,-0.058929362,452,0.258757267,0.804969236,3544.0663309 +307,-0.097005111,0.13317729,452,0.258757267,0.804969236,2923.9647497 +308,1.83113859,0.221857587,452,0.258757267,0.804969236,5595.311136 +309,0.222428864,0.099404236,452,0.258757267,0.804969236,2797.5215435 +310,-1.702731345,0.8728568183,452,0.258757267,0.804969236,4666.6876225 +311,-0.418507569,0.278324921,452,0.258757267,0.804969236,3052.8512734 +312,-1.41153306,0.339029988,452,0.258757267,0.804969236,5526.0004393 +313,0.357560442,0.114788776,452,0.258757267,0.804969236,2754.6312518 +314,0.325818979,0.268352149,452,0.258757267,0.804969236,2137.1511227 +315,-1.246004659,-0.663679965,452,0.258757267,0.804969236,7886.6012365 +316,1.814603087,0.637404484,452,0.258757267,0.804969236,4429.2445898 +317,1.843704281,-0.18300445,452,0.258757267,0.804969236,6781.5742455 +318,1.690644492,-0.211480909,452,0.258757267,0.804969236,6449.6830666 +319,-1.275451936,0.068109467,452,0.258757267,0.804969236,5927.1467066 +320,0.762430171,-0.207594741,452,0.258757267,0.804969236,4393.180007 +321,0.265668905,-0.014647884,452,0.258757267,0.804969236,3246.5931246 +322,-2.773032013,-0.335515811,452,0.258757267,0.804969236,10550.124214 +323,-1.469512853,0.174058777,452,0.258757267,0.804969236,6151.5204989 +324,0.286276986,0.785925691,452,0.258757267,0.804969236,107.28796207 +325,-1.379324697,0.377432233,452,0.258757267,0.804969236,5333.8916211 +326,-1.203778265,0.212813032,452,0.258757267,0.804969236,5321.1917136 +327,0.579916301,0.611743168,452,0.258757267,0.804969236,1227.3441138 +328,0.267582642,0.868113908,452,0.258757267,0.804969236,251.20867499 +329,0.412869244,-0.050245578,452,0.258757267,0.804969236,3430.3652585 +330,0.17524381,0.976660285,452,0.258757267,0.804969236,710.73606144 +331,0.743157214,0.204812899,452,0.258757267,0.804969236,2879.6440019 +332,-1.070758176,0.269382282,452,0.258757267,0.804969236,4799.3160857 +333,-1.230364251,0.329790229,452,0.258757267,0.804969236,5069.1860519 +334,-1.374813124,-0.024926835,452,0.258757267,0.804969236,6465.4190674 +335,0.519780566,0.463669906,452,0.258757267,0.804969236,1581.7572356 +336,-1.55108034,0.239698561,452,0.258757267,0.804969236,6175.558831 +337,0.180294813,0.029739425,452,0.258757267,0.804969236,3082.7302072 +338,0.67820924,0.268170153,452,0.258757267,0.804969236,2539.5752007 +339,0.445798684,1.024001867,452,0.258757267,0.804969236,975.57573894 +340,0.691751283,0.150521402,452,0.258757267,0.804969236,2979.7359332 +341,-1.036643551,-0.903056181,452,0.258757267,0.804969236,8067.6132027 +342,-0.120287036,1.083325163,452,0.258757267,0.804969236,1396.8117897 +343,2.823513113,-0.304487164,452,0.258757267,0.804969236,9705.2236494 +344,0.457583172,1.12513373,452,0.258757267,0.804969236,1340.2780537 +345,0.042918831,0.813795399,452,0.258757267,0.804969236,590.28630241 +346,1.196146777,-0.853142756,452,0.258757267,0.804969236,7318.1137619 +347,0.206001358,-0.010430701,452,0.258757267,0.804969236,3235.0424875 +348,-0.268308653,0.234799412,452,0.258757267,0.804969236,2860.8157587 +349,0.759363263,0.736189579,452,0.258757267,0.804969236,1440.3763902 +350,0.181363926,0.891988372,452,0.258757267,0.804969236,399.68013328 +351,-0.021111158,0.139103292,452,0.258757267,0.804969236,2804.3268277 +352,-0.093355215,0.630686981,452,0.258757267,0.804969236,1251.421865 +353,0.40118964,0.681375926,452,0.258757267,0.804969236,641.34416329 +354,-0.721197315,1.304706234,452,0.258757267,0.804969236,2568.8096788 +355,-1.076150317,0.212107639,452,0.258757267,0.804969236,4973.0059073 +356,-1.577164531,0.273993443,452,0.258757267,0.804969236,6141.953945 +357,-0.190788414,0.182208586,452,0.258757267,0.804969236,2895.2675845 +358,-0.261349752,0.209710184,452,0.258757267,0.804969236,2931.8039283 +359,-1.029303852,0.083549259,452,0.258757267,0.804969236,5209.3894653 +360,-1.268609162,0.330525297,452,0.258757267,0.804969236,5170.2623606 +361,1.282982244,-0.926641967,452,0.258757267,0.804969236,7680.7110314 +362,0.217352334,0.731352408,452,0.258757267,0.804969236,314.50897273 +363,-1.511833084,0.258629297,452,0.258757267,0.804969236,6018.3904318 +364,0.338812194,0.823184618,452,0.258757267,0.804969236,229.30333982 +365,-0.324406489,1.134201999,452,0.258757267,0.804969236,1805.9630625 +366,1.389579348,0.399185724,452,0.258757267,0.804969236,3904.9177948 +367,2.047152199,-0.039082036,452,0.258757267,0.804969236,6929.4984527 +368,0.947780369,0.568250077,452,0.258757267,0.804969236,2280.1627635 +369,0.763824846,0.576754987,452,0.258757267,0.804969236,1772.5804251 +370,-0.142334657,0.928153068,452,0.258757267,0.804969236,1131.8067536 +371,0.610266567,0.547265983,452,0.258757267,0.804969236,1482.3666991 +372,0.210731629,0.746815056,452,0.258757267,0.804969236,267.35032933 +373,-1.34931644,0.316895224,452,0.258757267,0.804969236,5424.0580374 +374,2.407696481,0.655030745,452,0.258757267,0.804969236,5670.6584469 +375,0.64207831,0.545359131,452,0.258757267,0.804969236,1559.5634155 +376,1.174597538,0.840588356,452,0.258757267,0.804969236,2423.1059348 +377,0.660059424,0.010604079,452,0.258757267,0.804969236,3441.6780779 +378,-0.730263819,0.010486456,452,0.258757267,0.804969236,4641.8165907 +379,0.831068936,0.512339172,452,0.258757267,0.804969236,2111.7295897 +380,1.301180979,0.72367476,452,0.258757267,0.804969236,2927.2373639 +381,1.811128231,0.322854402,452,0.258757267,0.804969236,5258.6268631 +382,0.435105812,0.992284428,452,0.258757267,0.804969236,858.02379746 +383,0.62643634,0.592027932,452,0.258757267,0.804969236,1390.9763303 +384,0.492988703,-0.516339467,452,0.258757267,0.804969236,5300.8426122 +385,-0.162469483,0.112549365,452,0.258757267,0.804969236,3097.5410721 +386,0.314630866,0.472006421,452,0.258757267,0.804969236,1330.4915211 +387,0.166744804,0.822815954,452,0.258757267,0.804969236,259.99942901 +388,0.417159608,0.965805736,452,0.258757267,0.804969236,749.35351705 +389,0.106334961,0.868774244,452,0.258757267,0.804969236,476.40641008 +390,0.815086969,-0.338144359,452,0.258757267,0.804969236,4947.7648046 +391,0.59867455,-0.230624824,452,0.258757267,0.804969236,4277.5334192 +392,1.915104874,0.066220985,452,0.258757267,0.804969236,6267.0747099 +393,1.278093622,0.064463721,452,0.258757267,0.804969236,4553.6464263 +394,-0.061477853,0.302997961,452,0.258757267,0.804969236,2249.6673624 +395,0.251311504,0.626976942,452,0.258757267,0.804969236,705.37547458 +396,2.950242872,0.149095644,452,0.258757267,0.804969236,8342.2610767 +397,-0.180294708,0.35375117,452,0.258757267,0.804969236,2284.4504093 +398,1.010448592,-0.351180233,452,0.258757267,0.804969236,5312.8737998 +399,-1.748740498,0.3686318073,452,0.258757267,0.804969236,6276.319707 +400,2.699635665,0.123533791,452,0.258757267,0.804969236,8013.1659594 +401,0.496808033,0.823843254,452,0.258757267,0.804969236,650.5832662 +402,0.129574704,0.763364087,452,0.258757267,0.804969236,397.77973547 +403,1.798920311,0.817447563,452,0.258757267,0.804969236,3961.0921734 +404,0.335987953,0.746786541,452,0.258757267,0.804969236,317.38021525 +405,-1.085413643,0.292154671,452,0.258757267,0.804969236,4777.0217465 +406,-0.155321003,0.508207011,452,0.258757267,0.804969236,1739.4753765 +407,0.620529244,-0.301175104,452,0.258757267,0.804969236,4569.1210743 +408,1.684402744,0.368716966,452,0.258757267,0.804969236,4791.574736 +409,0.300582244,-0.386397212,452,0.258757267,0.804969236,4721.3965255 +410,2.913555946,-0.009225192,452,0.258757267,0.804969236,8866.9813224 +411,1.465101417,0.493232532,452,0.258757267,0.804969236,3872.8346844 +412,0.090612882,0.907955955,452,0.258757267,0.804969236,596.39372876 +413,2.987564726,-0.729568594,452,0.258757267,0.804969236,11234.586252 +414,-1.484261606,0.224149272,452,0.258757267,0.804969236,6045.9705733 +415,0.164073421,0.303955133,452,0.258757267,0.804969236,2008.810436 +416,0.141441293,0.167552546,452,0.258757267,0.804969236,2555.9093041 +417,2.931321023,-0.506718887,452,0.258757267,0.804969236,10572.029052 +418,2.21951565,0.700596356,452,0.258757267,0.804969236,5166.7371135 +419,0.268112576,1.199114336,452,0.258757267,0.804969236,1561.3223632 +420,0.978913739,0.359223811,452,0.258757267,0.804969236,2915.2261463 +421,1.210898818,0.522863584,452,0.258757267,0.804969236,3104.7526229 +422,2.347397336,0.129231362,452,0.258757267,0.804969236,7211.9668221 +423,0.614394501,0.556878345,452,0.258757267,0.804969236,1462.9835568 +424,-1.398079356,0.148483366,452,0.258757267,0.804969236,6032.8061426 +425,2.535303836,-0.112984496,452,0.258757267,0.804969236,8425.0683636 +426,-1.019372593,-0.405322349,452,0.258757267,0.804969236,6620.5001096 +427,-1.297785627,-0.160104069,452,0.258757267,0.804969236,6639.2316146 +428,2.144554488,0.205051084,452,0.258757267,0.804969236,6473.5250236 +429,-2.242387083,-0.426171285,452,0.258757267,0.804969236,9921.7075415 +430,0.338637212,0.909723676,452,0.258757267,0.804969236,463.50545475 +431,-0.148798452,0.691042401,452,0.258757267,0.804969236,1260.7816377 +432,0.893524764,0.441829531,452,0.258757267,0.804969236,2463.5984349 +433,0.969229347,-0.368847936,452,0.258757267,0.804969236,5301.8001163 +434,0.436043248,0.800045688,452,0.258757267,0.804969236,488.04036153 +435,1.687946607,1.081504775,452,0.258757267,0.804969236,3248.0717663 +436,0.522302046,-0.034889271,452,0.258757267,0.804969236,3452.1598762 +437,-0.178996113,-0.438090009,452,0.258757267,0.804969236,5168.9500446 +438,-1.094339566,0.301444068,452,0.258757267,0.804969236,4776.1002684 +439,-1.064070054,0.242569932,452,0.258757267,0.804969236,4855.0445021 +440,-1.068153768,0.230387998,452,0.258757267,0.804969236,4900.0911942 +441,-3.00496892,-0.23989155,452,0.258757267,0.804969236,10168.746561 +442,0.21751974,0.766874888,452,0.258757267,0.804969236,189.96633334 +443,0.117229532,0.007619006,452,0.258757267,0.804969236,3196.489068 +444,0.777758451,0.420554741,452,0.258757267,0.804969236,2244.556788 +445,-0.252356999,0.250747086,452,0.258757267,0.804969236,2774.8166165 +446,0.363148444,0.768483434,452,0.258757267,0.804969236,325.68485017 +447,0.903191366,-0.118210676,452,0.258757267,0.804969236,4305.1630818 +448,-0.205755923,0.149406178,452,0.258757267,0.804969236,3037.6156161 +449,1.811996086,0.02364353,452,0.258757267,0.804969236,6106.2206214 +450,-1.100670221,0.314845373,452,0.258757267,0.804969236,4756.9176778 +451,0.340078597,0.850105132,452,0.258757267,0.804969236,281.82289002 +452,0.258757267,0.804969236,452,0.258757267,0.804969236,0 +453,2.78505352,-0.155160804,452,0.258757267,0.804969236,9133.3696643 +454,0.800551619,0.105822106,452,0.258757267,0.804969236,3331.4054945 +455,0.437940882,-0.506194031,452,0.258757267,0.804969236,5233.2430697 +456,2.230431122,0.63458615,452,0.258757267,0.804969236,5385.8757663 +457,0.527965361,0.127667701,452,0.258757267,0.804969236,2835.6704967 +458,-0.063643205,0.702093448,452,0.258757267,0.804969236,1013.4428545 +459,1.408447268,0.133010502,452,0.258757267,0.804969236,4693.2485462 +460,0.523795955,0.280266966,452,0.258757267,0.804969236,2255.4647093 +461,-0.975769313,0.072177659,452,0.258757267,0.804969236,5097.4132098 +462,0.549774164,-0.463663986,452,0.258757267,0.804969236,5132.7657834 +463,0.29245874,1.095549818,452,0.258757267,0.804969236,1153.4768294 +464,0.143625958,0.816809593,452,0.258757267,0.804969236,317.5251726 +465,0.671902494,0.611159853,452,0.258757267,0.804969236,1452.4959694 +466,1.239840988,0.6724199,452,0.258757267,0.804969236,2859.5418428 +467,0.607829703,-0.10932137,452,0.258757267,0.804969236,3825.338605 +468,1.763020906,0.263996692,452,0.258757267,0.804969236,5292.1844111 +469,0.378714634,0.726066797,452,0.258757267,0.804969236,463.41206753 +470,2.196736143,-0.153862366,452,0.258757267,0.804969236,7665.1690655 +471,0.01702415,0.148991565,452,0.258757267,0.804969236,2725.1396096 +472,-2.998490902,-0.158002487,452,0.258757267,0.804969236,9851.3122398 +473,-3.051262951,-0.346595608,452,0.258757267,0.804969236,10547.321967 +474,-1.069176439,0.182802941,452,0.258757267,0.804969236,5036.019892 +475,0.167157509,0.595344954,452,0.258757267,0.804969236,874.93763017 +476,0.613855648,0.681746124,452,0.258757267,0.804969236,1140.3953509 +477,1.037012736,0.682555367,452,0.258757267,0.804969236,2288.4790188 +478,-1.253574971,0.379755746,452,0.258757267,0.804969236,4995.030399 +479,3.108590453,-0.132620738,452,0.258757267,0.804969236,9601.0731062 +480,0.565301296,0.022333262,452,0.258757267,0.804969236,3277.5422181 +481,0.547898238,0.855555614,452,0.258757267,0.804969236,796.47141701 +482,0.948309381,0.417393755,452,0.258757267,0.804969236,2671.4108003 +483,-0.050600732,0.945269213,452,0.258757267,0.804969236,957.77482689 +484,-0.977651478,-0.572363064,452,0.258757267,0.804969236,7016.1872873 +485,1.102014914,0.728861163,452,0.258757267,0.804969236,2386.5334651 +486,2.927300795,-0.282939414,452,0.258757267,0.804969236,9853.7515254 +487,-1.154565557,0.124434095,452,0.258757267,0.804969236,5435.1724543 +488,1.855331234,0.291044755,452,0.258757267,0.804969236,5465.8424192 +489,0.830290659,0.276904518,452,0.258757267,0.804969236,2815.5879846 +490,0.485104466,-0.234867441,452,0.258757267,0.804969236,4197.3230087 +491,0.521367572,-0.33161327,452,0.258757267,0.804969236,4599.5595369 +1,-1.539031704,0.7349710123,453,2.78505352,-0.155160804,7770.7596052 +2,-1.536990553,0.7349663874,453,2.78505352,-0.155160804,7776.6941052 +3,-1.534951779,0.7349571355,453,2.78505352,-0.155160804,7782.623199 +4,-1.532906461,0.7349480293,453,2.78505352,-0.155160804,7788.5700026 +5,-1.531320211,0.7346937278,453,2.78505352,-0.155160804,7793.3307657 +6,-1.539451648,0.7335131775,453,2.78505352,-0.155160804,7770.386295 +7,-1.537429487,0.7335445708,453,2.78505352,-0.155160804,7776.2530252 +8,-1.535484998,0.7335658704,453,2.78505352,-0.155160804,7781.8981285 +9,-1.533488396,0.7336036027,453,2.78505352,-0.155160804,7787.6835807 +10,-1.531497785,0.7335842962,453,2.78505352,-0.155160804,7793.4842814 +11,-1.530259379,0.7334777758,453,2.78505352,-0.155160804,7797.1497558 +12,-1.5335454,0.7322346912,453,2.78505352,-0.155160804,7788.333092 +13,-1.531489083,0.7322238773,453,2.78505352,-0.155160804,7794.327647 +14,-1.530011122,0.7321679851,453,2.78505352,-0.155160804,7798.6645071 +15,-1.53348106,0.7306614094,453,2.78505352,-0.155160804,7789.4540462 +16,-1.531441779,0.7306962275,453,2.78505352,-0.155160804,7795.3806306 +17,-1.529755654,0.7306933243,453,2.78505352,-0.155160804,7800.2986659 +18,-1.533415048,0.7291384674,453,2.78505352,-0.155160804,7790.5467533 +19,-1.531392093,0.7291705353,453,2.78505352,-0.155160804,7796.4360151 +20,-1.529296523,0.7291214933,453,2.78505352,-0.155160804,7802.5843961 +21,-1.535280942,0.727267644,453,2.78505352,-0.155160804,7786.1868961 +22,-1.533378158,0.7276139666,453,2.78505352,-0.155160804,7791.5519942 +23,-1.531340368,0.7276446587,453,2.78505352,-0.155160804,7797.494112 +24,-1.528960113,0.7276398177,453,2.78505352,-0.155160804,7804.4571537 +25,-1.533313146,0.7260818349,453,2.78505352,-0.155160804,7792.6406247 +26,-1.531259555,0.7260958115,453,2.78505352,-0.155160804,7798.6476278 +27,-1.528926415,0.7260865555,453,2.78505352,-0.155160804,7805.4855555 +28,-1.531226779,0.7245511789,453,2.78505352,-0.155160804,7799.6545519 +29,-1.528904772,0.7245519194,453,2.78505352,-0.155160804,7806.4638709 +30,-1.547195875,0.7409785979,453,2.78505352,-0.155160804,7743.6245012 +31,-1.5451475,0.740980426,453,2.78505352,-0.155160804,7749.5467797 +32,-1.543097679,0.7409798872,453,2.78505352,-0.155160804,7755.4733123 +33,-1.540720364,0.7409892687,453,2.78505352,-0.155160804,7762.3392074 +34,-1.547188511,0.7395198392,453,2.78505352,-0.155160804,7744.4757754 +35,-1.545148587,0.7395226109,453,2.78505352,-0.155160804,7750.3814477 +36,-1.543104538,0.7395314908,453,2.78505352,-0.155160804,7756.2942234 +37,-1.540727751,0.7395306258,453,2.78505352,-0.155160804,7763.1743193 +38,-1.547187029,0.7380014886,453,2.78505352,-0.155160804,7745.3404077 +39,-1.545147315,0.7380012252,453,2.78505352,-0.155160804,7751.2559082 +40,-1.54310719,0.7380060743,453,2.78505352,-0.155160804,7757.1683949 +41,-1.540719671,0.7380068206,453,2.78505352,-0.155160804,7764.0888531 +42,-1.547187189,0.7364799098,453,2.78505352,-0.155160804,7746.1984824 +43,-1.545149996,0.7364853874,453,2.78505352,-0.155160804,7752.1120985 +44,-1.543106091,0.7364823484,453,2.78505352,-0.155160804,7758.0487816 +45,-1.540717158,0.7364893901,453,2.78505352,-0.155160804,7764.9799004 +46,-1.538663972,0.7410138672,453,2.78505352,-0.155160804,7768.2669262 +47,-1.53695285,0.7409699132,453,2.78505352,-0.155160804,7773.2367305 +48,-1.534910498,0.7409641297,453,2.78505352,-0.155160804,7779.1396665 +49,-1.533145034,0.7409536636,453,2.78505352,-0.155160804,7784.2446301 +50,-1.538681336,0.7395405883,453,2.78505352,-0.155160804,7769.090352 +51,-1.536999189,0.7395183096,453,2.78505352,-0.155160804,7773.9704145 +52,-1.534923633,0.7395144222,453,2.78505352,-0.155160804,7779.9766297 +53,-1.533267822,0.7395654306,453,2.78505352,-0.155160804,7784.7343885 +54,-1.53867273,0.7380151077,453,2.78505352,-0.155160804,7770.0161924 +55,-1.536980576,0.7379994392,453,2.78505352,-0.155160804,7774.9284886 +56,-1.534931522,0.7379944961,453,2.78505352,-0.155160804,7780.8674324 +57,-1.533387952,0.7379480264,453,2.78505352,-0.155160804,7785.3662691 +58,-1.538682279,0.7364914363,453,2.78505352,-0.155160804,7770.8846441 +59,-1.536980704,0.7364810563,453,2.78505352,-0.155160804,7775.828363 +60,-1.534935567,0.7364752065,453,2.78505352,-0.155160804,7781.7652241 +61,-1.533042592,0.7363876366,453,2.78505352,-0.155160804,7787.3087618 +62,-1.545143426,0.7349628011,453,2.78505352,-0.155160804,7752.9953659 +63,-1.543105297,0.7349691947,453,2.78505352,-0.155160804,7758.9185626 +64,-1.541064533,0.7349647152,453,2.78505352,-0.155160804,7764.8543734 +65,-1.545411803,0.7334624714,453,2.78505352,-0.155160804,7753.0616843 +66,-1.543446606,0.7334780896,453,2.78505352,-0.155160804,7758.7759983 +67,-1.541475327,0.7334957295,453,2.78505352,-0.155160804,7764.5055195 +68,-1.545401939,0.731963266,453,2.78505352,-0.155160804,7753.9331163 +69,-1.54342253,0.7319915583,453,2.78505352,-0.155160804,7759.6899504 +70,-1.541455867,0.7320216438,453,2.78505352,-0.155160804,7765.4071121 +71,-1.545410146,0.7304422281,453,2.78505352,-0.155160804,7754.7604865 +72,-1.543435491,0.7304713664,453,2.78505352,-0.155160804,7760.511427 +73,-1.541463105,0.7304997613,453,2.78505352,-0.155160804,7766.2546792 +74,-1.545414768,0.7289194936,453,2.78505352,-0.155160804,7755.5955604 +75,-1.543435774,0.7289538557,453,2.78505352,-0.155160804,7761.3646966 +76,-1.541457714,0.7289765881,453,2.78505352,-0.155160804,7767.1361547 +77,-1.539449415,0.7320555866,453,2.78505352,-0.155160804,7771.2365115 +78,-1.537429183,0.7321097681,453,2.78505352,-0.155160804,7777.0926435 +79,-1.535472649,0.7321497267,453,2.78505352,-0.155160804,7782.769709 +80,-1.539457899,0.7305333307,453,2.78505352,-0.155160804,7772.08927 +81,-1.537453161,0.7305750503,453,2.78505352,-0.155160804,7777.916156 +82,-1.535479385,0.7306124949,453,2.78505352,-0.155160804,7783.6535093 +83,-1.53946905,0.7290102593,453,2.78505352,-0.155160804,7772.9309205 +84,-1.537459922,0.7290417293,453,2.78505352,-0.155160804,7778.7851895 +85,-1.535451349,0.7290890157,453,2.78505352,-0.155160804,7784.6270044 +86,-1.535522937,0.7279887191,453,2.78505352,-0.155160804,7785.0593049 +87,-1.539442524,0.7274735939,453,2.78505352,-0.155160804,7773.886812 +88,-1.537424111,0.727521351,453,2.78505352,-0.155160804,7779.7675272 +89,-1.539384641,0.7259505092,453,2.78505352,-0.155160804,7774.9233602 +90,-1.537372391,0.7259947145,453,2.78505352,-0.155160804,7780.79667 +91,-1.535340789,0.7260435356,453,2.78505352,-0.155160804,7786.7222812 +92,-1.539325716,0.7244369706,453,2.78505352,-0.155160804,7775.9543355 +93,-1.537308932,0.7244801057,453,2.78505352,-0.155160804,7781.8500782 +94,-1.535289068,0.7245247645,453,2.78505352,-0.155160804,7787.752263 +95,-1.533261366,0.7245550236,453,2.78505352,-0.155160804,7793.6840845 +96,-1.539267302,0.722921924,453,2.78505352,-0.155160804,7776.9814721 +97,-1.537248972,0.7229660258,453,2.78505352,-0.155160804,7782.8897358 +98,-1.535219431,0.7229916471,453,2.78505352,-0.155160804,7788.8398482 +99,-1.53318962,0.7230212049,453,2.78505352,-0.155160804,7794.7869203 +100,-1.531154816,0.7230299897,453,2.78505352,-0.155160804,7800.7592325 +101,-1.528878341,0.7230370244,453,2.78505352,-0.155160804,7807.44088 +102,-1.539218189,0.7214009878,453,2.78505352,-0.155160804,7777.9813284 +103,-1.537198791,0.7214422745,453,2.78505352,-0.155160804,7783.9028983 +104,-1.535179266,0.7214634354,453,2.78505352,-0.155160804,7789.8346752 +105,-1.533156501,0.7214944644,453,2.78505352,-0.155160804,7795.768802 +106,-1.53113574,0.7215166021,453,2.78505352,-0.155160804,7801.7006229 +107,-1.528874248,0.7215345535,453,2.78505352,-0.155160804,7808.3413268 +108,-1.539217656,0.7198512397,453,2.78505352,-0.155160804,7778.8507443 +109,-1.537199919,0.7199428763,453,2.78505352,-0.155160804,7784.7477422 +110,-1.545425832,0.727397149,453,2.78505352,-0.155160804,7756.4078318 +111,-1.543371177,0.7273916949,453,2.78505352,-0.155160804,7762.4292968 +112,-1.541368852,0.7274523163,453,2.78505352,-0.155160804,7768.2590064 +113,-1.545349067,0.7258710923,453,2.78505352,-0.155160804,7757.4760503 +114,-1.54332671,0.7258603556,453,2.78505352,-0.155160804,7763.4143613 +115,-1.541346831,0.7259242142,453,2.78505352,-0.155160804,7769.1850547 +116,-1.545324355,0.7243383958,453,2.78505352,-0.155160804,7758.39194 +117,-1.543292796,0.7243617413,453,2.78505352,-0.155160804,7764.3469188 +118,-1.541295822,0.7244024384,453,2.78505352,-0.155160804,7770.1891395 +119,-1.543193859,0.7205570215,453,2.78505352,-0.155160804,7766.7375332 +120,-1.550257047,0.7386738187,453,2.78505352,-0.155160804,7736.0600162 +121,-1.549335448,0.7311736483,453,2.78505352,-0.155160804,7742.8915312 +122,-1.533478843,0.7179891343,453,2.78505352,-0.155160804,7796.8338972 +123,-1.556150555,0.738907041,453,2.78505352,-0.155160804,7718.8408889 +124,-1.554324226,0.733414257,453,2.78505352,-0.155160804,7727.1179314 +125,-1.554290846,0.7288285332,453,2.78505352,-0.155160804,7729.6679266 +126,-1.55122487,0.7219795312,453,2.78505352,-0.155160804,7742.3041035 +127,-1.525104458,0.7229399862,453,2.78505352,-0.155160804,7818.5792812 +128,-1.519607711,0.7236181429,453,2.78505352,-0.155160804,7834.2910862 +129,-1.513899999,0.7251107854,453,2.78505352,-0.155160804,7850.0702234 +130,-1.536620762,0.7431061895,453,2.78505352,-0.155160804,7772.9109159 +131,-1.5369566,0.7460845958,453,2.78505352,-0.155160804,7770.1416607 +132,-1.545345528,0.7447040685,453,2.78505352,-0.155160804,7746.821096 +133,-1.532813921,0.7432306626,453,2.78505352,-0.155160804,7783.8062357 +134,-1.554788248,0.7382381001,453,2.78505352,-0.155160804,7723.1565519 +135,-1.540348126,0.7301594274,453,2.78505352,-0.155160804,7769.7046569 +136,-1.538016084,0.7239051786,453,2.78505352,-0.155160804,7780.1015784 +137,-1.525288962,0.7258085137,453,2.78505352,-0.155160804,7816.3030128 +138,-1.534326986,0.731241342,453,2.78505352,-0.155160804,7786.6442965 +139,-1.530733872,0.7303625216,453,2.78505352,-0.155160804,7797.6448929 +141,-1.534354939,0.7328219978,453,2.78505352,-0.155160804,7785.6272292 +142,-1.53157084,0.7292888153,453,2.78505352,-0.155160804,7795.8436336 +143,-1.525691035,0.7263799874,453,2.78505352,-0.155160804,7814.779293 +144,-1.534031287,0.7495967835,453,2.78505352,-0.155160804,7776.3775073 +145,-1.527714986,0.7283095957,453,2.78505352,-0.155160804,7807.692894 +146,-1.526189586,0.7271468292,453,2.78505352,-0.155160804,7812.8555753 +147,-1.555177336,0.7375563366,453,2.78505352,-0.155160804,7722.3975347 +148,-1.555080283,0.7312707794,453,2.78505352,-0.155160804,7726.059524 +149,-1.53856994,0.7224180299,453,2.78505352,-0.155160804,7779.3164097 +150,-1.530837883,0.729933372,453,2.78505352,-0.155160804,7797.5984426 +151,-1.515066984,0.5854133365,453,2.78505352,-0.155160804,7918.5082626 +152,-1.534731633,0.5368370046,453,2.78505352,-0.155160804,7868.6429526 +153,-1.515231902,0.5607085576,453,2.78505352,-0.155160804,7927.0834865 +154,-2.616253799,1.0684566605,453,2.78505352,-0.155160804,5557.514166 +155,-1.956071439,0.5792177723,453,2.78505352,-0.155160804,6463.0334527 +156,-1.951208514,0.5602434208,453,2.78505352,-0.155160804,6468.2282369 +157,-1.944675062,0.6062144545,453,2.78505352,-0.155160804,6515.1961372 +158,-1.613778386,0.6077989518,453,2.78505352,-0.155160804,7589.3819726 +159,-2.035029014,0.6021432345,453,2.78505352,-0.155160804,6221.9846473 +160,-2.114989471,0.6801825058,453,2.78505352,-0.155160804,6039.2533943 +161,-2.037382079,0.5765830025,453,2.78505352,-0.155160804,6195.3282732 +162,-2.129855121,0.6585019963,453,2.78505352,-0.155160804,5973.7892967 +163,-2.075141798,0.6493615843,453,2.78505352,-0.155160804,6133.0331028 +164,-1.828626729,0.6948433129,453,2.78505352,-0.155160804,6913.6061674 +165,-1.863329418,0.6735427691,453,2.78505352,-0.155160804,6801.4580135 +166,-1.266037071,0.727988852,453,2.78505352,-0.155160804,8556.1620605 +167,-1.277579582,0.7249010648,453,2.78505352,-0.155160804,8528.2145405 +168,-1.258418684,0.7241194816,453,2.78505352,-0.155160804,8582.6560927 +169,-1.317813974,0.6804850104,453,2.78505352,-0.155160804,8466.6294324 +170,-1.344165204,0.6790988904,453,2.78505352,-0.155160804,8389.9355111 +171,-1.427582102,0.5277120351,453,2.78505352,-0.155160804,8236.0754677 +172,-1.402238616,0.457167829,453,2.78505352,-0.155160804,8353.9028522 +173,-1.422454264,0.4996161999,453,2.78505352,-0.155160804,8266.3061219 +174,-1.439089277,0.4894859811,453,2.78505352,-0.155160804,8212.6186746 +175,-1.448126995,0.5182330266,453,2.78505352,-0.155160804,8170.2171596 +176,-1.474626146,0.5881926574,453,2.78505352,-0.155160804,8049.8353988 +177,-1.421139645,0.5584869783,453,2.78505352,-0.155160804,8241.8426104 +178,-1.457037165,0.565943032,453,2.78505352,-0.155160804,8118.6936775 +179,-2.757159358,0.3745319,453,2.78505352,-0.155160804,3563.5273181 +180,-2.714309238,0.342054471,453,2.78505352,-0.155160804,3636.5479393 +181,-2.000525337,0.774119946,453,2.78505352,-0.155160804,6445.3544286 +183,-1.571413436,0.6777838382,453,2.78505352,-0.155160804,7702.2219486 +184,-1.552860289,0.6987663893,453,2.78505352,-0.155160804,7749.2383845 +185,-1.521852374,0.7165827476,453,2.78505352,-0.155160804,7831.9808768 +186,-1.503656267,0.6928968252,453,2.78505352,-0.155160804,7900.5981605 +187,-1.502753178,0.7136205882,453,2.78505352,-0.155160804,7890.2356704 +188,-1.631894563,0.7343596465,453,2.78505352,-0.155160804,7499.9361846 +189,-1.653765416,0.6770714026,453,2.78505352,-0.155160804,7449.02798 +190,-1.719812114,0.6715965947,453,2.78505352,-0.155160804,7245.3645479 +191,-1.493406659,0.6646955447,453,2.78505352,-0.155160804,7948.7423965 +192,-1.469120564,0.6613469966,453,2.78505352,-0.155160804,8025.6987471 +193,-1.590551461,0.5326612937,453,2.78505352,-0.155160804,7679.4927355 +194,-1.625979264,0.5247742243,453,2.78505352,-0.155160804,7559.1263505 +195,-1.572293943,0.5238808754,453,2.78505352,-0.155160804,7743.2291716 +196,-1.610848725,0.5477107964,453,2.78505352,-0.155160804,7608.6395263 +197,-1.208485554,0.7918526018,453,2.78505352,-0.155160804,8610.0873239 +198,-1.335601374,0.6869083083,453,2.78505352,-0.155160804,8407.1211208 +199,-1.346156996,0.6825213377,453,2.78505352,-0.155160804,8380.4958238 +200,-1.324381037,0.6741422347,453,2.78505352,-0.155160804,8454.0544588 +201,-1.242424992,0.7378949807,453,2.78505352,-0.155160804,8606.9422331 +202,-1.270370057,0.7392461008,453,2.78505352,-0.155160804,8528.6758803 +203,-1.448950472,0.7441675014,453,2.78505352,-0.155160804,8023.3075876 +204,-1.492662363,0.7523026852,453,2.78505352,-0.155160804,7892.5239547 +205,-1.479098966,0.7763855017,453,2.78505352,-0.155160804,7911.6305764 +206,-1.633760714,0.7869022408,453,2.78505352,-0.155160804,7475.808581 +207,-1.647406434,0.8101289331,453,2.78505352,-0.155160804,7429.3519274 +208,-1.564245052,0.5701509278,453,2.78505352,-0.155160804,7760.7988683 +209,-1.646289963,0.6833746083,453,2.78505352,-0.155160804,7470.704686 +210,-1.5820631,0.6751952144,453,2.78505352,-0.155160804,7670.4998452 +211,-1.613236298,0.6681681791,453,2.78505352,-0.155160804,7576.5002122 +212,-1.914661867,0.8212566515,453,2.78505352,-0.155160804,6704.9903675 +213,-1.742133237,0.7250275956,453,2.78505352,-0.155160804,7176.4563755 +214,-2.033144872,0.6557314699,453,2.78505352,-0.155160804,6267.5786121 +215,-2.039551981,0.6964723658,453,2.78505352,-0.155160804,6278.4467339 +216,-1.247341019,0.7622473908,453,2.78505352,-0.155160804,8557.4180621 +217,-1.298239787,0.7084123392,453,2.78505352,-0.155160804,8490.9322583 +218,-1.308539688,0.6926545592,453,2.78505352,-0.155160804,8480.0442282 +219,-1.303263185,0.6888938396,453,2.78505352,-0.155160804,8499.8238073 +220,-1.852400229,0.6004246149,453,2.78505352,-0.155160804,6811.684495 +221,-1.288947707,0.7473773692,453,2.78505352,-0.155160804,8466.7145662 +222,-1.372031502,0.7472790993,453,2.78505352,-0.155160804,8237.1911193 +223,-1.289805721,0.7242157877,453,2.78505352,-0.155160804,8494.8957139 +224,-1.350807603,0.7533498126,453,2.78505352,-0.155160804,8289.2700428 +225,-1.329290365,0.7560442322,453,2.78505352,-0.155160804,8345.1734997 +226,-1.410153004,0.616936428,453,2.78505352,-0.155160804,8240.5430853 +227,-1.393445434,0.6308995063,453,2.78505352,-0.155160804,8282.8554507 +228,-1.37595573,0.6241540638,453,2.78505352,-0.155160804,8343.1737814 +229,-1.358388707,0.6172645205,453,2.78505352,-0.155160804,8404.2424354 +230,-1.753741133,0.8281661666,453,2.78505352,-0.155160804,7138.1119704 +231,-1.47430987,0.6834615681,453,2.78505352,-0.155160804,7995.2527631 +232,-1.421012508,0.7222725206,453,2.78505352,-0.155160804,8122.6934525 +233,-1.4476833,0.6978557868,453,2.78505352,-0.155160804,8064.7701341 +234,-1.470370723,0.6966193374,453,2.78505352,-0.155160804,7998.0111318 +235,-1.429211703,0.7037216883,453,2.78505352,-0.155160804,8114.8020404 +236,-1.700578405,0.6178673663,453,2.78505352,-0.155160804,7307.203746 +237,-1.678117619,0.6331716163,453,2.78505352,-0.155160804,7378.6170045 +238,-1.725644578,0.6316331145,453,2.78505352,-0.155160804,7226.8147174 +239,-2.14012759,0.7930497945,453,2.78505352,-0.155160804,6078.1159458 +240,-2.103289431,0.7653606263,453,2.78505352,-0.155160804,6152.0018369 +241,-1.318739838,0.7017808746,453,2.78505352,-0.155160804,8439.8572228 +242,-1.396417427,0.7077900843,453,2.78505352,-0.155160804,8207.5422008 +243,-1.35650337,0.7185539404,453,2.78505352,-0.155160804,8312.3202674 +244,-1.248884539,0.7274156818,453,2.78505352,-0.155160804,8604.4213685 +245,-1.395014798,0.5761185243,453,2.78505352,-0.155160804,8317.3632836 +246,-1.433377362,0.6064716109,453,2.78505352,-0.155160804,8173.3265079 +247,-1.408172432,0.5903155476,453,2.78505352,-0.155160804,8265.1192734 +248,-1.749645898,0.7757118084,453,2.78505352,-0.155160804,7152.9349838 +249,-1.571626686,0.615046989,453,2.78505352,-0.155160804,7723.97789 +250,-1.514070049,0.6303003037,453,2.78505352,-0.155160804,7902.3036583 +251,-1.480890369,0.6237966528,453,2.78505352,-0.155160804,8011.1537042 +252,-1.704390658,0.5281680612,453,2.78505352,-0.155160804,7290.6865139 +253,-1.64434733,0.5254277498,453,2.78505352,-0.155160804,7496.1511709 +254,-1.703855997,0.4792484842,453,2.78505352,-0.155160804,7286.553786 +255,-1.692002383,0.5748825051,453,2.78505352,-0.155160804,7335.1622435 +256,-1.854136457,0.5544643913,453,2.78505352,-0.155160804,6789.4669578 +257,-1.665021206,0.520317736,453,2.78505352,-0.155160804,7425.1821082 +258,-1.733654349,0.4845187345,453,2.78505352,-0.155160804,7182.9726468 +259,-1.720938188,0.5135933906,453,2.78505352,-0.155160804,7232.1105182 +260,-1.742668307,0.553296122,453,2.78505352,-0.155160804,7163.8105646 +261,-1.965659039,0.7142126903,453,2.78505352,-0.155160804,6509.8404746 +262,-1.944438071,0.6772834804,453,2.78505352,-0.155160804,6553.7660109 +263,-1.270340967,0.7681487096,453,2.78505352,-0.155160804,8487.7380107 +264,-1.353091884,0.6549276821,453,2.78505352,-0.155160804,8386.8973048 +265,-1.333236659,0.6413584414,453,2.78505352,-0.155160804,8460.7452471 +266,-1.352015998,0.6753788907,453,2.78505352,-0.155160804,8370.2697676 +267,-1.377988483,0.6577816235,453,2.78505352,-0.155160804,8308.2764534 +268,-2.13075611,0.8318642051,453,2.78505352,-0.155160804,6141.9353194 +269,-2.097910953,0.8259670014,453,2.78505352,-0.155160804,6221.6700385 +270,-1.416382069,0.6694271549,453,2.78505352,-0.155160804,8181.397489 +271,-1.538905672,0.7535625993,453,2.78505352,-0.155160804,7759.9957866 +272,-1.572309477,0.7803125099,453,2.78505352,-0.155160804,7650.1018751 +273,-1.87759879,0.7503853417,453,2.78505352,-0.155160804,6783.5336269 +274,1.152365588,0.590457682,453,2.78505352,-0.155160804,6765.4961616 +275,0.350198001,0.718001859,453,2.78505352,-0.155160804,9116.9412286 +276,0.046513677,0.491503852,453,2.78505352,-0.155160804,10435.336707 +277,0.027510309,0.742571376,453,2.78505352,-0.155160804,9761.6219003 +278,0.306285725,-0.214631579,453,2.78505352,-0.155160804,9451.743585 +279,-1.100564889,0.318051531,453,2.78505352,-0.155160804,9514.5334949 +280,-1.078582306,0.301437596,453,2.78505352,-0.155160804,9604.4832915 +281,-1.137371989,-0.617634065,453,2.78505352,-0.155160804,8216.9635378 +282,0.784356344,0.703272339,453,2.78505352,-0.155160804,7912.71928 +283,-1.221209947,0.218327455,453,2.78505352,-0.155160804,9073.6567534 +284,2.347301921,-0.449114658,453,2.78505352,-0.155160804,2016.5401244 +285,0.246820618,0.830553713,453,2.78505352,-0.155160804,9091.8955616 +286,0.829414965,0.703288228,453,2.78505352,-0.155160804,7778.0760165 +287,-1.337537566,0.42332223,453,2.78505352,-0.155160804,8597.7872154 +288,0.882453706,0.454478077,453,2.78505352,-0.155160804,7667.9361973 +289,1.575629659,0.416419109,453,2.78505352,-0.155160804,5192.5960374 +290,-1.039455679,0.229888244,453,2.78505352,-0.155160804,9775.0010327 +291,0.489558039,0.934482747,453,2.78505352,-0.155160804,8357.8643362 +292,0.081344504,0.88384514,453,2.78505352,-0.155160804,9221.445638 +293,-1.547979814,0.300350308,453,2.78505352,-0.155160804,7831.2870748 +294,0.040776181,0.168560074,453,2.78505352,-0.155160804,10890.028291 +295,-1.130374745,0.563894876,453,2.78505352,-0.155160804,9182.9405029 +296,1.578326642,0.478507176,453,2.78505352,-0.155160804,5257.2986738 +297,-1.12861823,-0.291640865,453,2.78505352,-0.155160804,8939.5981662 +298,0.310524208,0.770885792,453,2.78505352,-0.155160804,9100.581322 +299,0.415649091,-0.387246002,453,2.78505352,-0.155160804,8756.0494926 +300,-0.926533878,-0.188022748,453,2.78505352,-0.155160804,9818.3157366 +301,1.258856172,-0.11716081,453,2.78505352,-0.155160804,5976.9341742 +302,-1.126050026,0.322941926,453,2.78505352,-0.155160804,9417.1223637 +303,2.002785835,0.07893892,453,2.78505352,-0.155160804,3225.1741708 +304,0.440437607,0.746258085,453,2.78505352,-0.155160804,8830.0239788 +305,-0.030391866,0.214441206,453,2.78505352,-0.155160804,11152.840688 +306,0.521557815,-0.058929362,453,2.78505352,-0.155160804,8874.5918345 +307,-0.097005111,0.13317729,453,2.78505352,-0.155160804,11422.860355 +308,1.83113859,0.221857587,453,2.78505352,-0.155160804,4039.4520957 +309,0.222428864,0.099404236,453,2.78505352,-0.155160804,10159.248435 +310,-1.702731345,0.8728568183,453,2.78505352,-0.155160804,7262.9860863 +311,-0.418507569,0.278324921,453,2.78505352,-0.155160804,11900.360379 +312,-1.41153306,0.339029988,453,2.78505352,-0.155160804,8346.2335877 +313,0.357560442,0.114788776,453,2.78505352,-0.155160804,9637.8041123 +314,0.325818979,0.268352149,453,2.78505352,-0.155160804,9767.5706853 +315,-1.246004659,-0.663679965,453,2.78505352,-0.155160804,7830.2509822 +316,1.814603087,0.637404484,453,2.78505352,-0.155160804,4777.7316974 +317,1.843704281,-0.18300445,453,2.78505352,-0.155160804,3672.8328537 +318,1.690644492,-0.211480909,453,2.78505352,-0.155160804,4259.5349653 +319,-1.275451936,0.068109467,453,2.78505352,-0.155160804,8813.2083168 +320,0.762430171,-0.207594741,453,2.78505352,-0.155160804,7809.9085311 +321,0.265668905,-0.014647884,453,2.78505352,-0.155160804,9898.1234975 +322,-2.773032013,-0.335515811,453,2.78505352,-0.155160804,2868.1706613 +323,-1.469512853,0.174058777,453,2.78505352,-0.155160804,8101.2287444 +324,0.286276986,0.785925691,453,2.78505352,-0.155160804,9120.6102782 +325,-1.379324697,0.377432233,453,2.78505352,-0.155160804,8460.0710836 +326,-1.203778265,0.212813032,453,2.78505352,-0.155160804,9140.7318812 +327,0.579916301,0.611743168,453,2.78505352,-0.155160804,8615.1018292 +328,0.267582642,0.868113908,453,2.78505352,-0.155160804,8952.5686633 +329,0.412869244,-0.050245578,453,2.78505352,-0.155160804,9299.0221738 +330,0.17524381,0.976660285,453,2.78505352,-0.155160804,8794.3924285 +331,0.743157214,0.204812899,453,2.78505352,-0.155160804,8162.1267903 +332,-1.070758176,0.269382282,453,2.78505352,-0.155160804,9645.9773492 +333,-1.230364251,0.329790229,453,2.78505352,-0.155160804,9024.9650591 +334,-1.374813124,-0.024926835,453,2.78505352,-0.155160804,8362.6288698 +335,0.519780566,0.463669906,453,2.78505352,-0.155160804,8945.3347994 +336,-1.55108034,0.239698561,453,2.78505352,-0.155160804,7805.9700339 +337,0.180294813,0.029739425,453,2.78505352,-0.155160804,10270.639568 +338,0.67820924,0.268170153,453,2.78505352,-0.155160804,8422.9600995 +339,0.445798684,1.024001867,453,2.78505352,-0.155160804,8245.9783894 +340,0.691751283,0.150521402,453,2.78505352,-0.155160804,8344.8157464 +341,-1.036643551,-0.903056181,453,2.78505352,-0.155160804,7656.5091356 +342,-0.120287036,1.083325163,453,2.78505352,-0.155160804,8704.1592035 +343,2.823513113,-0.304487164,453,2.78505352,-0.155160804,609.75856468 +344,0.457583172,1.12513373,453,2.78505352,-0.155160804,7990.5146595 +345,0.042918831,0.813795399,453,2.78505352,-0.155160804,9506.5077788 +346,1.196146777,-0.853142756,453,2.78505352,-0.155160804,5806.621195 +347,0.206001358,-0.010430701,453,2.78505352,-0.155160804,10129.328547 +348,-0.268308653,0.234799412,453,2.78505352,-0.155160804,11978.029173 +349,0.759363263,0.736189579,453,2.78505352,-0.155160804,7962.5868653 +350,0.181363926,0.891988372,453,2.78505352,-0.155160804,9040.3558235 +351,-0.021111158,0.139103292,453,2.78505352,-0.155160804,11128.184011 +352,-0.093355215,0.630686981,453,2.78505352,-0.155160804,10334.899 +353,0.40118964,0.681375926,453,2.78505352,-0.155160804,9049.5400549 +354,-0.721197315,1.304706234,453,2.78505352,-0.155160804,7816.6548387 +355,-1.076150317,0.212107639,453,2.78505352,-0.155160804,9634.8664454 +356,-1.577164531,0.273993443,453,2.78505352,-0.155160804,7715.1195602 +357,-0.190788414,0.182208586,453,2.78505352,-0.155160804,11787.862979 +358,-0.261349752,0.209710184,453,2.78505352,-0.155160804,12014.745936 +359,-1.029303852,0.083549259,453,2.78505352,-0.155160804,9784.1524005 +360,-1.268609162,0.330525297,453,2.78505352,-0.155160804,8881.8139147 +361,1.282982244,-0.926641967,453,2.78505352,-0.155160804,5568.1131102 +362,0.217352334,0.731352408,453,2.78505352,-0.155160804,9410.0099028 +363,-1.511833084,0.258629297,453,2.78505352,-0.155160804,7960.9198298 +364,0.338812194,0.823184618,453,2.78505352,-0.155160804,8916.9316552 +365,-0.324406489,1.134201999,453,2.78505352,-0.155160804,8564.8371812 +366,1.389579348,0.399185724,453,2.78505352,-0.155160804,5830.269968 +367,2.047152199,-0.039082036,453,2.78505352,-0.155160804,2942.8402578 +368,0.947780369,0.568250077,453,2.78505352,-0.155160804,7438.9878613 +369,0.763824846,0.576754987,453,2.78505352,-0.155160804,8047.8280737 +370,-0.142334657,0.928153068,453,2.78505352,-0.155160804,9306.0072872 +371,0.610266567,0.547265983,453,2.78505352,-0.155160804,8574.2507536 +372,0.210731629,0.746815056,453,2.78505352,-0.155160804,9385.6137605 +373,-1.34931644,0.316895224,453,2.78505352,-0.155160804,8581.4578477 +374,2.407696481,0.655030745,453,2.78505352,-0.155160804,3500.6494901 +375,0.64207831,0.545359131,453,2.78505352,-0.155160804,8469.7787675 +376,1.174597538,0.840588356,453,2.78505352,-0.155160804,6783.3583441 +377,0.660059424,0.010604079,453,2.78505352,-0.155160804,8395.186375 +378,-0.730263819,0.010486456,453,2.78505352,-0.155160804,10862.491264 +379,0.831068936,0.512339172,453,2.78505352,-0.155160804,7842.0778432 +380,1.301180979,0.72367476,453,2.78505352,-0.155160804,6372.6834114 +381,1.811128231,0.322854402,453,2.78505352,-0.155160804,4249.7349592 +382,0.435105812,0.992284428,453,2.78505352,-0.155160804,8337.116476 +383,0.62643634,0.592027932,453,2.78505352,-0.155160804,8485.5787653 +384,0.492988703,-0.516339467,453,2.78505352,-0.155160804,8255.1137896 +385,-0.162469483,0.112549365,453,2.78505352,-0.155160804,11663.62211 +386,0.314630866,0.472006421,453,2.78505352,-0.155160804,9637.5804834 +387,0.166744804,0.822815954,453,2.78505352,-0.155160804,9267.5749464 +388,0.417159608,0.965805736,453,2.78505352,-0.155160804,8430.1959617 +389,0.106334961,0.868774244,453,2.78505352,-0.155160804,9231.9818141 +390,0.815086969,-0.338144359,453,2.78505352,-0.155160804,7474.4635251 +391,0.59867455,-0.230624824,453,2.78505352,-0.155160804,8388.3132713 +392,1.915104874,0.066220985,453,2.78505352,-0.155160804,3545.2101258 +393,1.278093622,0.064463721,453,2.78505352,-0.155160804,6012.1286723 +394,-0.061477853,0.302997961,453,2.78505352,-0.155160804,11165.107075 +395,0.251311504,0.626976942,453,2.78505352,-0.155160804,9565.7568091 +396,2.950242872,0.149095644,453,2.78505352,-0.155160804,1370.1185849 +397,-0.180294708,0.35375117,453,2.78505352,-0.155160804,11407.821322 +398,1.010448592,-0.351180233,453,2.78505352,-0.155160804,6756.7061806 +399,-1.748740498,0.3686318073,453,2.78505352,-0.155160804,7098.1305024 +400,2.699635665,0.123533791,453,2.78505352,-0.155160804,1154.2611298 +401,0.496808033,0.823843254,453,2.78505352,-0.155160804,8551.0700209 +402,0.129574704,0.763364087,453,2.78505352,-0.155160804,9509.8508218 +403,1.798920311,0.817447563,453,2.78505352,-0.155160804,5178.852492 +404,0.335987953,0.746786541,453,2.78505352,-0.155160804,9092.968494 +405,-1.085413643,0.292154671,453,2.78505352,-0.155160804,9582.5641814 +406,-0.155321003,0.508207011,453,2.78505352,-0.155160804,10857.906327 +407,0.620529244,-0.301175104,453,2.78505352,-0.155160804,8214.1066606 +408,1.684402744,0.368716966,453,2.78505352,-0.155160804,4755.5961556 +409,0.300582244,-0.386397212,453,2.78505352,-0.155160804,9110.5929994 +410,2.913555946,-0.009225192,453,2.78505352,-0.155160804,768.7697709 +411,1.465101417,0.493232532,453,2.78505352,-0.155160804,5654.1989006 +412,0.090612882,0.907955955,453,2.78505352,-0.155160804,9130.1620119 +413,2.987564726,-0.729568594,453,2.78505352,-0.155160804,2382.7117137 +414,-1.484261606,0.224149272,453,2.78505352,-0.155160804,8058.914667 +415,0.164073421,0.303955133,453,2.78505352,-0.155160804,10354.332148 +416,0.141441293,0.167552546,453,2.78505352,-0.155160804,10496.897091 +417,2.931321023,-0.506718887,453,2.78505352,-0.155160804,1495.0175671 +418,2.21951565,0.700596356,453,2.78505352,-0.155160804,3971.587544 +419,0.268112576,1.199114336,453,2.78505352,-0.155160804,8004.7442662 +420,0.978913739,0.359223811,453,2.78505352,-0.155160804,7304.8286514 +421,1.210898818,0.522863584,453,2.78505352,-0.155160804,6539.325165 +422,2.347397336,0.129231362,453,2.78505352,-0.155160804,2062.3532535 +423,0.614394501,0.556878345,453,2.78505352,-0.155160804,8553.1757604 +424,-1.398079356,0.148483366,453,2.78505352,-0.155160804,8370.4002055 +425,2.535303836,-0.112984496,453,2.78505352,-0.155160804,994.39180603 +426,-1.019372593,-0.405322349,453,2.78505352,-0.155160804,9049.4635212 +427,-1.297785627,-0.160104069,453,2.78505352,-0.155160804,8526.9208714 +428,2.144554488,0.205051084,453,2.78505352,-0.155160804,2897.8868792 +429,-2.242387083,-0.426171285,453,2.78505352,-0.155160804,4836.6417917 +430,0.338637212,0.909723676,453,2.78505352,-0.155160804,8710.7987074 +431,-0.148798452,0.691042401,453,2.78505352,-0.155160804,10197.473313 +432,0.893524764,0.441829531,453,2.78505352,-0.155160804,7628.3046366 +433,0.969229347,-0.368847936,453,2.78505352,-0.155160804,6889.868385 +434,0.436043248,0.800045688,453,2.78505352,-0.155160804,8741.5033925 +435,1.687946607,1.081504775,453,2.78505352,-0.155160804,5922.9039175 +436,0.522302046,-0.034889271,453,2.78505352,-0.155160804,8894.1141412 +437,-0.178996113,-0.438090009,453,2.78505352,-0.155160804,9996.1204263 +438,-1.094339566,0.301444068,453,2.78505352,-0.155160804,9545.2238587 +439,-1.064070054,0.242569932,453,2.78505352,-0.155160804,9678.1367553 +440,-1.068153768,0.230387998,453,2.78505352,-0.155160804,9664.3239519 +441,-3.00496892,-0.23989155,453,2.78505352,-0.155160804,1943.2253595 +442,0.21751974,0.766874888,453,2.78505352,-0.155160804,9319.0083212 +443,0.117229532,0.007619006,453,2.78505352,-0.155160804,10486.059531 +444,0.777758451,0.420554741,453,2.78505352,-0.155160804,8045.9243721 +445,-0.252356999,0.250747086,453,2.78505352,-0.155160804,11890.152829 +446,0.363148444,0.768483434,453,2.78505352,-0.155160804,8981.0196218 +447,0.903191366,-0.118210676,453,2.78505352,-0.155160804,7354.5372651 +448,-0.205755923,0.149406178,453,2.78505352,-0.155160804,11853.081914 +449,1.811996086,0.02364353,453,2.78505352,-0.155160804,3904.7117888 +450,-1.100670221,0.314845373,453,2.78505352,-0.155160804,9515.6348911 +451,0.340078597,0.850105132,453,2.78505352,-0.155160804,8851.6149262 +452,0.258757267,0.804969236,453,2.78505352,-0.155160804,9133.3696643 +453,2.78505352,-0.155160804,453,2.78505352,-0.155160804,0 +454,0.800551619,0.105822106,453,2.78505352,-0.155160804,7900.8122538 +455,0.437940882,-0.506194031,453,2.78505352,-0.155160804,8436.8805315 +456,2.230431122,0.63458615,453,2.78505352,-0.155160804,3747.9575473 +457,0.527965361,0.127667701,453,2.78505352,-0.155160804,8976.1390223 +458,-0.063643205,0.702093448,453,2.78505352,-0.155160804,10043.93943 +459,1.408447268,0.133010502,453,2.78505352,-0.155160804,5551.3972747 +460,0.523795955,0.280266966,453,2.78505352,-0.155160804,9011.3264628 +461,-0.975769313,0.072177659,453,2.78505352,-0.155160804,9986.0802811 +462,0.549774164,-0.463663986,453,2.78505352,-0.155160804,8186.1053226 +463,0.29245874,1.095549818,453,2.78505352,-0.155160804,8284.7721414 +464,0.143625958,0.816809593,453,2.78505352,-0.155160804,9327.432726 +465,0.671902494,0.611159853,453,2.78505352,-0.155160804,8324.8687372 +466,1.239840988,0.6724199,453,2.78505352,-0.155160804,6525.1868362 +467,0.607829703,-0.10932137,453,2.78505352,-0.155160804,8494.9310096 +468,1.763020906,0.263996692,453,2.78505352,-0.155160804,4341.1290229 +469,0.378714634,0.726066797,453,2.78505352,-0.155160804,9027.5257655 +470,2.196736143,-0.153862366,453,2.78505352,-0.155160804,2301.7552057 +471,0.01702415,0.148991565,453,2.78505352,-0.155160804,10981.238038 +472,-2.998490902,-0.158002487,453,2.78505352,-0.155160804,1954.3906642 +473,-3.051262951,-0.346595608,453,2.78505352,-0.155160804,1871.1170681 +474,-1.069176439,0.182802941,453,2.78505352,-0.155160804,9660.9921093 +475,0.167157509,0.595344954,453,2.78505352,-0.155160804,9862.3797305 +476,0.613855648,0.681746124,453,2.78505352,-0.155160804,8438.2784302 +477,1.037012736,0.682555367,453,2.78505352,-0.155160804,7151.9829271 +478,-1.253574971,0.379755746,453,2.78505352,-0.155160804,8920.5498539 +479,3.108590453,-0.132620738,453,2.78505352,-0.155160804,1271.2813533 +480,0.565301296,0.022333262,453,2.78505352,-0.155160804,8772.7969305 +481,0.547898238,0.855555614,453,2.78505352,-0.155160804,8374.8670755 +482,0.948309381,0.417393755,453,2.78505352,-0.155160804,7428.8976293 +483,-0.050600732,0.945269213,453,2.78505352,-0.155160804,9167.1296763 +484,-0.977651478,-0.572363064,453,2.78505352,-0.155160804,8729.9321641 +485,1.102014914,0.728861163,453,2.78505352,-0.155160804,6960.8574209 +486,2.927300795,-0.282939414,453,2.78505352,-0.155160804,747.09222799 +487,-1.154565557,0.124434095,453,2.78505352,-0.155160804,9313.1888952 +488,1.855331234,0.291044755,453,2.78505352,-0.155160804,4048.0656433 +489,0.830290659,0.276904518,453,2.78505352,-0.155160804,7844.3832261 +490,0.485104466,-0.234867441,453,2.78505352,-0.155160804,8791.6647248 +491,0.521367572,-0.33161327,453,2.78505352,-0.155160804,8511.5888464 +1,-1.539031704,0.7349710123,454,0.800551619,0.105822106,8035.6780037 +2,-1.536990553,0.7349663874,454,0.800551619,0.105822106,8030.906531 +3,-1.534951779,0.7349571355,454,0.800551619,0.105822106,8026.1450382 +4,-1.532906461,0.7349480293,454,0.800551619,0.105822106,8021.3611782 +5,-1.531320211,0.7346937278,454,0.800551619,0.105822106,8018.2327697 +6,-1.539451648,0.7335131775,454,0.800551619,0.105822106,8040.1505686 +7,-1.537429487,0.7335445708,454,0.800551619,0.105822106,8035.3306918 +8,-1.535484998,0.7335658704,454,0.800551619,0.105822106,8030.7113658 +9,-1.533488396,0.7336036027,454,0.800551619,0.105822106,8025.9246047 +10,-1.531497785,0.7335842962,454,0.800551619,0.105822106,8021.2813493 +11,-1.530259379,0.7334777758,454,0.800551619,0.105822106,8018.6131247 +12,-1.5335454,0.7322346912,454,0.800551619,0.105822106,8029.3103836 +13,-1.531489083,0.7322238773,454,0.800551619,0.105822106,8024.484361 +14,-1.530011122,0.7321679851,454,0.800551619,0.105822106,8021.1253189 +15,-1.53348106,0.7306614094,454,0.800551619,0.105822106,8032.8925484 +16,-1.531441779,0.7306962275,454,0.800551619,0.105822106,8027.9895008 +17,-1.529755654,0.7306933243,454,0.800551619,0.105822106,8024.0057969 +18,-1.533415048,0.7291384674,454,0.800551619,0.105822106,8036.3477723 +19,-1.531392093,0.7291705353,454,0.800551619,0.105822106,8031.4810439 +20,-1.529296523,0.7291214933,454,0.800551619,0.105822106,8026.6272962 +21,-1.535280942,0.727267644,454,0.800551619,0.105822106,8045.2029215 +22,-1.533378158,0.7276139666,454,0.800551619,0.105822106,8039.8722558 +23,-1.531340368,0.7276446587,454,0.800551619,0.105822106,8034.9648343 +24,-1.528960113,0.7276398177,454,0.800551619,0.105822106,8029.3207861 +25,-1.533313146,0.7260818349,454,0.800551619,0.105822106,8043.3447554 +26,-1.531259555,0.7260958115,454,0.800551619,0.105822106,8038.4302793 +27,-1.528926415,0.7260865555,454,0.800551619,0.105822106,8032.8981896 +28,-1.531226779,0.7245511789,454,0.800551619,0.105822106,8041.9965235 +29,-1.528904772,0.7245519194,454,0.800551619,0.105822106,8036.4572233 +30,-1.547195875,0.7409785979,454,0.800551619,0.105822106,8040.2026433 +31,-1.5451475,0.740980426,454,0.800551619,0.105822106,8035.4600137 +32,-1.543097679,0.7409798872,454,0.800551619,0.105822106,8030.713049 +33,-1.540720364,0.7409892687,454,0.800551619,0.105822106,8025.1752089 +34,-1.547188511,0.7395198392,454,0.800551619,0.105822106,8043.7198377 +35,-1.545148587,0.7395226109,454,0.800551619,0.105822106,8038.9860957 +36,-1.543104538,0.7395314908,454,0.800551619,0.105822106,8034.2214269 +37,-1.540727751,0.7395306258,454,0.800551619,0.105822106,8028.6997975 +38,-1.547187029,0.7380014886,454,0.800551619,0.105822106,8047.3922169 +39,-1.545147315,0.7380012252,454,0.800551619,0.105822106,8042.6575765 +40,-1.54310719,0.7380060743,454,0.800551619,0.105822106,8037.9030051 +41,-1.540719671,0.7380068206,454,0.800551619,0.105822106,8032.3423031 +42,-1.547187189,0.7364799098,454,0.800551619,0.105822106,8051.0733622 +43,-1.545149996,0.7364853874,454,0.800551619,0.105822106,8046.3220078 +44,-1.543106091,0.7364823484,454,0.800551619,0.105822106,8041.5689268 +45,-1.540717158,0.7364893901,454,0.800551619,0.105822106,8035.9795761 +46,-1.538663972,0.7410138672,454,0.800551619,0.105822106,8020.3382546 +47,-1.53695285,0.7409699132,454,0.800551619,0.105822106,8016.4628292 +48,-1.534910498,0.7409641297,454,0.800551619,0.105822106,8011.719104 +49,-1.533145034,0.7409536636,454,0.800551619,0.105822106,8007.6261982 +50,-1.538681336,0.7395405883,454,0.800551619,0.105822106,8023.9128003 +51,-1.536999189,0.7395183096,454,0.800551619,0.105822106,8020.0459452 +52,-1.534923633,0.7395144222,454,0.800551619,0.105822106,8015.2119521 +53,-1.533267822,0.7395654306,454,0.800551619,0.105822106,8011.221736 +54,-1.53867273,0.7380151077,454,0.800551619,0.105822106,8027.5493094 +55,-1.536980576,0.7379994392,454,0.800551619,0.105822106,8023.6359823 +56,-1.534931522,0.7379944961,454,0.800551619,0.105822106,8018.8575656 +57,-1.533387952,0.7379480264,454,0.800551619,0.105822106,8015.3553326 +58,-1.538682279,0.7364914363,454,0.800551619,0.105822106,8031.220989 +59,-1.536980704,0.7364810563,454,0.800551619,0.105822106,8027.2657165 +60,-1.534935567,0.7364752065,454,0.800551619,0.105822106,8022.4898783 +61,-1.533042592,0.7363876366,454,0.800551619,0.105822106,8018.2588398 +62,-1.545143426,0.7349628011,454,0.800551619,0.105822106,8049.9783186 +63,-1.543105297,0.7349691947,454,0.800551619,0.105822106,8045.2072597 +64,-1.541064533,0.7349647152,454,0.800551619,0.105822106,8040.4495706 +65,-1.545411803,0.7334624714,454,0.800551619,0.105822106,8054.2202953 +66,-1.543446606,0.7334780896,454,0.800551619,0.105822106,8049.5899046 +67,-1.541475327,0.7334957295,454,0.800551619,0.105822106,8044.9344349 +68,-1.545401939,0.731963266,454,0.800551619,0.105822106,8057.8079608 +69,-1.54342253,0.7319915583,454,0.800551619,0.105822106,8053.1055424 +70,-1.541455867,0.7320216438,454,0.800551619,0.105822106,8048.4227879 +71,-1.545410146,0.7304422281,454,0.800551619,0.105822106,8061.4876159 +72,-1.543435491,0.7304713664,454,0.800551619,0.105822106,8056.7859349 +73,-1.541463105,0.7304997613,454,0.800551619,0.105822106,8052.0854672 +74,-1.545414768,0.7289194936,454,0.800551619,0.105822106,8065.1601005 +75,-1.543435774,0.7289538557,454,0.800551619,0.105822106,8060.427303 +76,-1.541457714,0.7289765881,454,0.800551619,0.105822106,8055.7186607 +77,-1.539449415,0.7320555866,454,0.800551619,0.105822106,8043.6315332 +78,-1.537429183,0.7321097681,454,0.800551619,0.105822106,8038.7535968 +79,-1.535472649,0.7321497267,454,0.800551619,0.105822106,8034.0536875 +80,-1.539457899,0.7305333307,454,0.800551619,0.105822106,8047.289532 +81,-1.537453161,0.7305750503,454,0.800551619,0.105822106,8042.4692825 +82,-1.535479385,0.7306124949,454,0.800551619,0.105822106,8037.7263726 +83,-1.53946905,0.7290102593,454,0.800551619,0.105822106,8050.9529371 +84,-1.537459922,0.7290417293,454,0.800551619,0.105822106,8046.1382593 +85,-1.535451349,0.7290890157,454,0.800551619,0.105822106,8041.2813007 +86,-1.535522937,0.7279887191,454,0.800551619,0.105822106,8044.0641482 +87,-1.539442524,0.7274735939,454,0.800551619,0.105822106,8054.5569634 +88,-1.537424111,0.727521351,454,0.800551619,0.105822106,8049.6728692 +89,-1.539384641,0.7259505092,454,0.800551619,0.105822106,8058.0512249 +90,-1.537372391,0.7259947145,454,0.800551619,0.105822106,8053.1814448 +91,-1.535340789,0.7260435356,454,0.800551619,0.105822106,8048.248916 +92,-1.539325716,0.7244369706,454,0.800551619,0.105822106,8061.516854 +93,-1.537308932,0.7244801057,454,0.800551619,0.105822106,8056.6301966 +94,-1.535289068,0.7245247645,454,0.800551619,0.105822106,8051.7266769 +95,-1.533261366,0.7245550236,454,0.800551619,0.105822106,8046.8326352 +96,-1.539267302,0.722921924,454,0.800551619,0.105822106,8064.9838752 +97,-1.537248972,0.7229660258,454,0.800551619,0.105822106,8060.0825607 +98,-1.535219431,0.7229916471,454,0.800551619,0.105822106,8055.1923737 +99,-1.53318962,0.7230212049,454,0.800551619,0.105822106,8050.2860664 +100,-1.531154816,0.7230299897,454,0.800551619,0.105822106,8045.4106693 +101,-1.528878341,0.7230370244,454,0.800551619,0.105822106,8039.9552557 +102,-1.539218189,0.7214009878,454,0.800551619,0.105822106,8068.483604 +103,-1.537198791,0.7214422745,454,0.800551619,0.105822106,8063.5777222 +104,-1.535179266,0.7214634354,454,0.800551619,0.105822106,8058.7131804 +105,-1.533156501,0.7214944644,454,0.800551619,0.105822106,8053.8114457 +106,-1.53113574,0.7215166021,454,0.800551619,0.105822106,8048.9293805 +107,-1.528874248,0.7215345535,454,0.800551619,0.105822106,8043.4744871 +108,-1.539217656,0.7198512397,454,0.800551619,0.105822106,8072.1641746 +109,-1.537199919,0.7199428763,454,0.800551619,0.105822106,8067.1342528 +110,-1.545425832,0.727397149,454,0.800551619,0.105822106,8068.8439336 +111,-1.543371177,0.7273916949,454,0.800551619,0.105822106,8064.0199285 +112,-1.541368852,0.7274523163,454,0.800551619,0.105822106,8059.1546301 +113,-1.545349067,0.7258710923,454,0.800551619,0.105822106,8072.3268407 +114,-1.54332671,0.7258603556,454,0.800551619,0.105822106,8067.5826335 +115,-1.541346831,0.7259242142,454,0.800551619,0.105822106,8062.7540083 +116,-1.545324355,0.7243383958,454,0.800551619,0.105822106,8075.9449716 +117,-1.543292796,0.7243617413,454,0.800551619,0.105822106,8071.0886644 +118,-1.541295822,0.7244024384,454,0.800551619,0.105822106,8066.2665164 +119,-1.543193859,0.7205570215,454,0.800551619,0.105822106,8079.9452663 +120,-1.550257047,0.7386738187,454,0.800551619,0.105822106,8052.8736605 +121,-1.549335448,0.7311736483,454,0.800551619,0.105822106,8068.9083147 +122,-1.533478843,0.7179891343,454,0.800551619,0.105822106,8062.8486446 +123,-1.556150555,0.738907041,454,0.800551619,0.105822106,8065.9070793 +124,-1.554324226,0.733414257,454,0.800551619,0.105822106,8075.0888634 +125,-1.554290846,0.7288285332,454,0.800551619,0.105822106,8086.1612126 +126,-1.55122487,0.7219795312,454,0.800551619,0.105822106,8095.5413655 +127,-1.525104458,0.7229399862,454,0.800551619,0.105822106,8031.148158 +128,-1.519607711,0.7236181429,454,0.800551619,0.105822106,8016.3730105 +129,-1.513899999,0.7251107854,454,0.800551619,0.105822106,7999.1823685 +130,-1.536620762,0.7431061895,454,0.800551619,0.105822106,8010.572881 +131,-1.5369566,0.7460845958,454,0.800551619,0.105822106,8004.2067506 +132,-1.545345528,0.7447040685,454,0.800551619,0.105822106,8026.904404 +133,-1.532813921,0.7432306626,454,0.800551619,0.105822106,8001.4237172 +134,-1.554788248,0.7382381001,454,0.800551619,0.105822106,8064.4019965 +135,-1.540348126,0.7301594274,454,0.800551619,0.105822106,8050.2779167 +136,-1.538016084,0.7239051786,454,0.800551619,0.105822106,8059.6749047 +137,-1.525288962,0.7258085137,454,0.800551619,0.105822106,8024.87409 +138,-1.534326986,0.731241342,454,0.800551619,0.105822106,8033.512944 +139,-1.530733872,0.7303625216,454,0.800551619,0.105822106,8027.1036561 +141,-1.534354939,0.7328219978,454,0.800551619,0.105822106,8029.8224897 +142,-1.53157084,0.7292888153,454,0.800551619,0.105822106,8031.6248548 +143,-1.525691035,0.7263799874,454,0.800551619,0.105822106,8024.4944671 +144,-1.534031287,0.7495967835,454,0.800551619,0.105822106,7989.0209995 +145,-1.527714986,0.7283095957,454,0.800551619,0.105822106,8024.7830454 +146,-1.526189586,0.7271468292,454,0.800551619,0.105822106,8023.8843293 +147,-1.555177336,0.7375563366,454,0.800551619,0.105822106,8066.9645725 +148,-1.555080283,0.7312707794,454,0.800551619,0.105822106,8082.0631425 +149,-1.53856994,0.7224180299,454,0.800551619,0.105822106,8064.52482 +150,-1.530837883,0.729933372,454,0.800551619,0.105822106,8028.3645005 +151,-1.515066984,0.5854133365,454,0.800551619,0.105822106,8311.6825475 +152,-1.534731633,0.5368370046,454,0.800551619,0.105822106,8469.4562234 +153,-1.515231902,0.5607085576,454,0.800551619,0.105822106,8363.7939348 +154,-2.616253799,1.0684566605,454,0.800551619,0.105822106,7715.4672636 +155,-1.956071439,0.5792177723,454,0.800551619,0.105822106,9368.7742498 +156,-1.951208514,0.5602434208,454,0.800551619,0.105822106,9423.272885 +157,-1.944675062,0.6062144545,454,0.800551619,0.105822106,9258.3386738 +158,-1.613778386,0.6077989518,454,0.800551619,0.105822106,8526.1394043 +159,-2.035029014,0.6021432345,454,0.800551619,0.105822106,9415.0090154 +160,-2.114989471,0.6801825058,454,0.800551619,0.105822106,9221.8471159 +161,-2.037382079,0.5765830025,454,0.800551619,0.105822106,9509.4763031 +162,-2.129855121,0.6585019963,454,0.800551619,0.105822106,9317.6239775 +163,-2.075141798,0.6493615843,454,0.800551619,0.105822106,9295.0021644 +164,-1.828626729,0.6948433129,454,0.800551619,0.105822106,8761.5417585 +165,-1.863329418,0.6735427691,454,0.800551619,0.105822106,8892.8080904 +166,-1.266037071,0.727988852,454,0.800551619,0.105822106,7357.8883704 +167,-1.277579582,0.7249010648,454,0.800551619,0.105822106,7394.062807 +168,-1.258418684,0.7241194816,454,0.800551619,0.105822106,7343.5210956 +169,-1.317813974,0.6804850104,454,0.800551619,0.105822106,7578.9600137 +170,-1.344165204,0.6790988904,454,0.800551619,0.105822106,7654.2105957 +171,-1.427582102,0.5277120351,454,0.800551619,0.105822106,8167.8579479 +172,-1.402238616,0.457167829,454,0.800551619,0.105822106,8207.2708225 +173,-1.422454264,0.4996161999,454,0.800551619,0.105822106,8201.2765452 +174,-1.439089277,0.4894859811,454,0.800551619,0.105822106,8270.9879011 +175,-1.448126995,0.5182330266,454,0.800551619,0.105822106,8247.7214787 +176,-1.474626146,0.5881926574,454,0.800551619,0.105822106,8192.0073968 +177,-1.421139645,0.5584869783,454,0.800551619,0.105822106,8092.9539782 +178,-1.457037165,0.565943032,454,0.800551619,0.105822106,8185.0358896 +179,-2.757159358,0.3745319,454,0.800551619,0.105822106,9947.2658616 +180,-2.714309238,0.342054471,454,0.800551619,0.105822106,10149.351472 +181,-2.000525337,0.774119946,454,0.800551619,0.105822106,8752.8890354 +183,-1.571413436,0.6777838382,454,0.800551619,0.105822106,8250.6088599 +184,-1.552860289,0.6987663893,454,0.800551619,0.105822106,8155.1261791 +185,-1.521852374,0.7165827476,454,0.800551619,0.105822106,8038.1307209 +186,-1.503656267,0.6928968252,454,0.800551619,0.105822106,8047.2681784 +187,-1.502753178,0.7136205882,454,0.800551619,0.105822106,7998.3498833 +188,-1.631894563,0.7343596465,454,0.800551619,0.105822106,8247.508404 +189,-1.653765416,0.6770714026,454,0.800551619,0.105822106,8448.2021333 +190,-1.719812114,0.6715965947,454,0.800551619,0.105822106,8611.2149726 +191,-1.493406659,0.6646955447,454,0.800551619,0.105822106,8083.2468556 +192,-1.469120564,0.6613469966,454,0.800551619,0.105822106,8026.5632629 +193,-1.590551461,0.5326612937,454,0.800551619,0.105822106,8638.1398995 +194,-1.625979264,0.5247742243,454,0.800551619,0.105822106,8755.3842097 +195,-1.572293943,0.5238808754,454,0.800551619,0.105822106,8605.3438109 +196,-1.610848725,0.5477107964,454,0.800551619,0.105822106,8660.5630505 +197,-1.208485554,0.7918526018,454,0.800551619,0.105822106,7105.728505 +198,-1.335601374,0.6869083083,454,0.800551619,0.105822106,7616.8167513 +199,-1.346156996,0.6825213377,454,0.800551619,0.105822106,7653.5582382 +200,-1.324381037,0.6741422347,454,0.800551619,0.105822106,7608.1295524 +201,-1.242424992,0.7378949807,454,0.800551619,0.105822106,7278.4570853 +202,-1.270370057,0.7392461008,454,0.800551619,0.105822106,7351.0700937 +203,-1.448950472,0.7441675014,454,0.800551619,0.105822106,7798.9494529 +204,-1.492662363,0.7523026852,454,0.800551619,0.105822106,7886.0527662 +205,-1.479098966,0.7763855017,454,0.800551619,0.105822106,7799.4590868 +206,-1.633760714,0.7869022408,454,0.800551619,0.105822106,8110.2817371 +207,-1.647406434,0.8101289331,454,0.800551619,0.105822106,8073.5545596 +208,-1.564245052,0.5701509278,454,0.800551619,0.105822106,8481.3525122 +209,-1.646289963,0.6833746083,454,0.800551619,0.105822106,8414.4074742 +210,-1.5820631,0.6751952144,454,0.800551619,0.105822106,8282.9062996 +211,-1.613236298,0.6681681791,454,0.800551619,0.105822106,8375.7702885 +212,-1.914661867,0.8212566515,454,0.800551619,0.105822106,8479.1523954 +213,-1.742133237,0.7250275956,454,0.800551619,0.105822106,8503.6101809 +214,-2.033144872,0.6557314699,454,0.800551619,0.105822106,9220.1615594 +215,-2.039551981,0.6964723658,454,0.800551619,0.105822106,9080.5277479 +216,-1.247341019,0.7622473908,454,0.800551619,0.105822106,7252.8360464 +217,-1.298239787,0.7084123392,454,0.800551619,0.105822106,7477.5837099 +218,-1.308539688,0.6926545592,454,0.800551619,0.105822106,7532.5263379 +219,-1.303263185,0.6888938396,454,0.800551619,0.105822106,7524.3397511 +220,-1.852400229,0.6004246149,454,0.800551619,0.105822106,9102.3799467 +221,-1.288947707,0.7473773692,454,0.800551619,0.105822106,7386.5031816 +222,-1.372031502,0.7472790993,454,0.800551619,0.105822106,7600.9450614 +223,-1.289805721,0.7242157877,454,0.800551619,0.105822106,7428.0877721 +224,-1.350807603,0.7533498126,454,0.800551619,0.105822106,7535.4846615 +225,-1.329290365,0.7560442322,454,0.800551619,0.105822106,7475.6407858 +226,-1.410153004,0.616936428,454,0.800551619,0.105822106,7952.8350764 +227,-1.393445434,0.6308995063,454,0.800551619,0.105822106,7879.4021322 +228,-1.37595573,0.6241540638,454,0.800551619,0.105822106,7841.9568153 +229,-1.358388707,0.6172645205,454,0.800551619,0.105822106,7803.5246843 +230,-1.753741133,0.8281661666,454,0.800551619,0.105822106,8213.8599176 +231,-1.47430987,0.6834615681,454,0.800551619,0.105822106,7993.1836965 +232,-1.421012508,0.7222725206,454,0.800551619,0.105822106,7775.173593 +233,-1.4476833,0.6978557868,454,0.800551619,0.105822106,7894.0000093 +234,-1.470370723,0.6966193374,454,0.800551619,0.105822106,7954.8023534 +235,-1.429211703,0.7037216883,454,0.800551619,0.105822106,7834.1754257 +236,-1.700578405,0.6178673663,454,0.800551619,0.105822106,8715.3280699 +237,-1.678117619,0.6331716163,454,0.800551619,0.105822106,8621.1872379 +238,-1.725644578,0.6316331145,454,0.800551619,0.105822106,8736.0402406 +239,-2.14012759,0.7930497945,454,0.800551619,0.105822106,8812.8768714 +240,-2.103289431,0.7653606263,454,0.800551619,0.105822106,8889.7821118 +241,-1.318739838,0.7017808746,454,0.800551619,0.105822106,7544.6952951 +242,-1.396417427,0.7077900843,454,0.800551619,0.105822106,7740.7437307 +243,-1.35650337,0.7185539404,454,0.800551619,0.105822106,7615.4552772 +244,-1.248884539,0.7274156818,454,0.800551619,0.105822106,7312.4083404 +245,-1.395014798,0.5761185243,454,0.800551619,0.105822106,7983.4869525 +246,-1.433377362,0.6064716109,454,0.800551619,0.105822106,8038.798289 +247,-1.408172432,0.5903155476,454,0.800551619,0.105822106,7996.5518647 +248,-1.749645898,0.7757118084,454,0.800551619,0.105822106,8366.6874721 +249,-1.571626686,0.615046989,454,0.800551619,0.105822106,8399.4036567 +250,-1.514070049,0.6303003037,454,0.800551619,0.105822106,8212.6440438 +251,-1.480890369,0.6237966528,454,0.800551619,0.105822106,8136.7491069 +252,-1.704390658,0.5281680612,454,0.800551619,0.105822106,8959.4711779 +253,-1.64434733,0.5254277498,454,0.800551619,0.105822106,8804.7089747 +254,-1.703855997,0.4792484842,454,0.800551619,0.105822106,9079.8683969 +255,-1.692002383,0.5748825051,454,0.800551619,0.105822106,8807.7699727 +256,-1.854136457,0.5544643913,454,0.800551619,0.105822106,9246.7590618 +257,-1.665021206,0.520317736,454,0.800551619,0.105822106,8873.5296435 +258,-1.733654349,0.4845187345,454,0.800551619,0.105822106,9148.1184679 +259,-1.720938188,0.5135933906,454,0.800551619,0.105822106,9040.1412942 +260,-1.742668307,0.553296122,454,0.800551619,0.105822106,8991.0969184 +261,-1.965659039,0.7142126903,454,0.800551619,0.105822106,8920.9202229 +262,-1.944438071,0.6772834804,454,0.800551619,0.105822106,9017.2482615 +263,-1.270340967,0.7681487096,454,0.800551619,0.105822106,7302.9624627 +264,-1.353091884,0.6549276821,454,0.800551619,0.105822106,7722.0804837 +265,-1.333236659,0.6413584414,454,0.800551619,0.105822106,7689.4437218 +266,-1.352015998,0.6753788907,454,0.800551619,0.105822106,7682.4892296 +267,-1.377988483,0.6577816235,454,0.800551619,0.105822106,7786.3618673 +268,-2.13075611,0.8318642051,454,0.800551619,0.105822106,8657.6636488 +269,-2.097910953,0.8259670014,454,0.800551619,0.105822106,8656.0765007 +270,-1.416382069,0.6694271549,454,0.800551619,0.105822106,7869.1306392 +271,-1.538905672,0.7535625993,454,0.800551619,0.105822106,7990.6829041 +272,-1.572309477,0.7803125099,454,0.800551619,0.105822106,7998.707945 +273,-1.87759879,0.7503853417,454,0.800551619,0.105822106,8665.8420275 +274,1.152365588,0.590457682,454,0.800551619,0.105822106,2313.3293938 +275,0.350198001,0.718001859,454,0.800551619,0.105822106,2900.1221679 +276,0.046513677,0.491503852,454,0.800551619,0.105822106,3211.694468 +277,0.027510309,0.742571376,454,0.800551619,0.105822106,3693.684153 +278,0.306285725,-0.214631579,454,0.800551619,0.105822106,2323.6473304 +279,-1.100564889,0.318051531,454,0.800551619,0.105822106,7318.5185962 +280,-1.078582306,0.301437596,454,0.800551619,0.105822106,7250.680374 +281,-1.137371989,-0.617634065,454,0.800551619,0.105822106,7647.3744769 +282,0.784356344,0.703272339,454,0.800551619,0.105822106,2367.2006496 +283,-1.221209947,0.218327455,454,0.800551619,0.105822106,7852.9368975 +284,2.347301921,-0.449114658,454,0.800551619,0.105822106,6318.2680832 +285,0.246820618,0.830553713,454,0.800551619,0.105822106,3427.2308543 +286,0.829414965,0.703288228,454,0.800551619,0.105822106,2368.7867577 +287,-1.337537566,0.42332223,454,0.800551619,0.105822106,8043.2775096 +288,0.882453706,0.454478077,454,0.800551619,0.105822106,1415.3423709 +289,1.575629659,0.416419109,454,0.800551619,0.105822106,3192.5756507 +290,-1.039455679,0.229888244,454,0.800551619,0.105822106,7155.2581033 +291,0.489558039,0.934482747,454,0.800551619,0.105822106,3432.1036206 +292,0.081344504,0.88384514,454,0.800551619,0.105822106,3886.1211714 +293,-1.547979814,0.300350308,454,0.800551619,0.105822106,8948.4434595 +294,0.040776181,0.168560074,454,0.800551619,0.105822106,2989.5955936 +295,-1.130374745,0.563894876,454,0.800551619,0.105822106,7180.7819913 +296,1.578326642,0.478507176,454,0.800551619,0.105822106,3273.2461399 +297,-1.12861823,-0.291640865,454,0.800551619,0.105822106,7699.4629423 +298,0.310524208,0.770885792,454,0.800551619,0.105822106,3134.2432085 +299,0.415649091,-0.387246002,454,0.800551619,0.105822106,2458.2866938 +300,-0.926533878,-0.188022748,454,0.800551619,0.105822106,6905.8090772 +301,1.258856172,-0.11716081,454,0.800551619,0.105822106,2015.3801392 +302,-1.126050026,0.322941926,454,0.800551619,0.105822106,7407.940032 +303,2.002785835,0.07893892,454,0.800551619,0.105822106,4739.9532866 +304,0.440437607,0.746258085,454,0.800551619,0.105822106,2832.663055 +305,-0.030391866,0.214441206,454,0.800551619,0.105822106,3273.3612933 +306,0.521557815,-0.058929362,454,0.800551619,0.105822106,1282.048871 +307,-0.097005111,0.13317729,454,0.800551619,0.105822106,3529.5857318 +308,1.83113859,0.221857587,454,0.800551619,0.105822106,4045.8920559 +309,0.222428864,0.099404236,454,0.800551619,0.105822106,2277.6924554 +310,-1.702731345,0.8728568183,454,0.800551619,0.105822106,7992.6296536 +311,-0.418507569,0.278324921,454,0.800551619,0.105822106,4769.8472655 +312,-1.41153306,0.339029988,454,0.800551619,0.105822106,8415.381342 +313,0.357560442,0.114788776,454,0.800551619,0.105822106,1744.2033246 +314,0.325818979,0.268352149,454,0.800551619,0.105822106,1953.8323524 +315,-1.246004659,-0.663679965,454,0.800551619,0.105822106,7955.5797221 +316,1.814603087,0.637404484,454,0.800551619,0.105822106,4215.5475566 +317,1.843704281,-0.18300445,454,0.800551619,0.105822106,4269.9210788 +318,1.690644492,-0.211480909,454,0.800551619,0.105822106,3723.7455262 +319,-1.275451936,0.068109467,454,0.800551619,0.105822106,8173.3766036 +320,0.762430171,-0.207594741,454,0.800551619,0.105822106,1250.494829 +321,0.265668905,-0.014647884,454,0.800551619,0.105822106,2168.2797775 +322,-2.773032013,-0.335515811,454,0.800551619,0.105822106,10546.714459 +323,-1.469512853,0.174058777,454,0.800551619,0.105822106,8831.0567019 +324,0.286276986,0.785925691,454,0.800551619,0.105822106,3224.2157898 +325,-1.379324697,0.377432233,454,0.800551619,0.105822106,8250.0523732 +326,-1.203778265,0.212813032,454,0.800551619,0.105822106,7791.6241684 +327,0.579916301,0.611743168,454,0.800551619,0.105822106,2159.7606988 +328,0.267582642,0.868113908,454,0.800551619,0.105822106,3501.2277032 +329,0.412869244,-0.050245578,454,0.800551619,0.105822106,1653.3595876 +330,0.17524381,0.976660285,454,0.800551619,0.105822106,3967.805166 +331,0.743157214,0.204812899,454,0.800551619,0.105822106,451.82537606 +332,-1.070758176,0.269382282,454,0.800551619,0.105822106,7245.8339395 +333,-1.230364251,0.329790229,454,0.800551619,0.105822106,7781.2031296 +334,-1.374813124,-0.024926835,454,0.800551619,0.105822106,8613.1419106 +335,0.519780566,0.463669906,454,0.800551619,0.105822106,1769.8588497 +336,-1.55108034,0.239698561,454,0.800551619,0.105822106,9050.0049716 +337,0.180294813,0.029739425,454,0.800551619,0.105822106,2468.8668389 +338,0.67820924,0.268170153,454,0.800551619,0.105822106,799.80263219 +339,0.445798684,1.024001867,454,0.800551619,0.105822106,3795.0493326 +340,0.691751283,0.150521402,454,0.800551619,0.105822106,462.60532935 +341,-1.036643551,-0.903056181,454,0.800551619,0.105822106,7202.5152079 +342,-0.120287036,1.083325163,454,0.800551619,0.105822106,4698.5367355 +343,2.823513113,-0.304487164,454,0.800551619,0.105822106,8053.730329 +344,0.457583172,1.12513373,454,0.800551619,0.105822106,4152.5748335 +345,0.042918831,0.813795399,454,0.800551619,0.105822106,3805.637168 +346,1.196146777,-0.853142756,454,0.800551619,0.105822106,4037.9130422 +347,0.206001358,-0.010430701,454,0.800551619,0.105822106,2395.5841495 +348,-0.268308653,0.234799412,454,0.800551619,0.105822106,4194.0911216 +349,0.759363263,0.736189579,454,0.800551619,0.105822106,2501.0822561 +350,0.181363926,0.891988372,454,0.800551619,0.105822106,3719.0989973 +351,-0.021111158,0.139103292,454,0.800551619,0.105822106,3231.3117934 +352,-0.093355215,0.630686981,454,0.800551619,0.105822106,3842.0299752 +353,0.40118964,0.681375926,454,0.800551619,0.105822106,2690.0731462 +354,-0.721197315,1.304706234,454,0.800551619,0.105822106,5766.4850858 +355,-1.076150317,0.212107639,454,0.800551619,0.105822106,7306.9925513 +356,-1.577164531,0.273993443,454,0.800551619,0.105822106,9091.6270353 +357,-0.190788414,0.182208586,454,0.800551619,0.105822106,3893.1724774 +358,-0.261349752,0.209710184,454,0.800551619,0.105822106,4166.8535295 +359,-1.029303852,0.083549259,454,0.800551619,0.105822106,7202.492812 +360,-1.268609162,0.330525297,454,0.800551619,0.105822106,7918.3484422 +361,1.282982244,-0.926641967,454,0.800551619,0.105822106,4397.2007622 +362,0.217352334,0.731352408,454,0.800551619,0.105822106,3214.8684003 +363,-1.511833084,0.258629297,454,0.800551619,0.105822106,8882.5820315 +364,0.338812194,0.823184618,454,0.800551619,0.105822106,3245.1988859 +365,-0.324406489,1.134201999,454,0.800551619,0.105822106,5110.0306988 +366,1.389579348,0.399185724,454,0.800551619,0.105822106,2529.8621555 +367,2.047152199,-0.039082036,454,0.800551619,0.105822106,4963.4592923 +368,0.947780369,0.568250077,454,0.800551619,0.105822106,1910.6114426 +369,0.763824846,0.576754987,454,0.800551619,0.105822106,1870.2664137 +370,-0.142334657,0.928153068,454,0.800551619,0.105822106,4440.8436571 +371,0.610266567,0.547265983,454,0.800551619,0.105822106,1885.6650284 +372,0.210731629,0.746815056,454,0.800551619,0.105822106,3269.7265982 +373,-1.34931644,0.316895224,454,0.800551619,0.105822106,8223.8932017 +374,2.407696481,0.655030745,454,0.800551619,0.105822106,6080.5382034 +375,0.64207831,0.545359131,454,0.800551619,0.105822106,1837.6721369 +376,1.174597538,0.840588356,454,0.800551619,0.105822106,3172.0098398 +377,0.660059424,0.010604079,454,0.800551619,0.105822106,671.29995029 +378,-0.730263819,0.010486456,454,0.800551619,0.105822106,6060.0641566 +379,0.831068936,0.512339172,454,0.800551619,0.105822106,1614.2519518 +380,1.301180979,0.72367476,454,0.800551619,0.105822106,3017.0261075 +381,1.811128231,0.322854402,454,0.800551619,0.105822106,3987.7305126 +382,0.435105812,0.992284428,454,0.800551619,0.105822106,3691.5396727 +383,0.62643634,0.592027932,454,0.800551619,0.105822106,2029.0881582 +384,0.492988703,-0.516339467,454,0.800551619,0.105822106,2728.1411854 +385,-0.162469483,0.112549365,454,0.800551619,0.105822106,3789.9826113 +386,0.314630866,0.472006421,454,0.800551619,0.105822106,2335.2908095 +387,0.166744804,0.822815954,454,0.800551619,0.105822106,3560.7913998 +388,0.417159608,0.965805736,454,0.800551619,0.105822106,3616.315665 +389,0.106334961,0.868774244,454,0.800551619,0.105822106,3799.3842607 +390,0.815086969,-0.338144359,454,0.800551619,0.105822106,1759.4648 +391,0.59867455,-0.230624824,454,0.800551619,0.105822106,1551.3948012 +392,1.915104874,0.066220985,454,0.800551619,0.105822106,4399.0017592 +393,1.278093622,0.064463721,454,0.800551619,0.105822106,1891.5288793 +394,-0.061477853,0.302997961,454,0.800551619,0.105822106,3422.8886152 +395,0.251311504,0.626976942,454,0.800551619,0.105822106,2869.8924679 +396,2.950242872,0.149095644,454,0.800551619,0.105822106,8398.7368688 +397,-0.180294708,0.35375117,454,0.800551619,0.105822106,3888.8315054 +398,1.010448592,-0.351180233,454,0.800551619,0.105822106,1986.243527 +399,-1.748740498,0.3686318073,454,0.800551619,0.105822106,9472.1933371 +400,2.699635665,0.123533791,454,0.800551619,0.105822106,7450.2586982 +401,0.496808033,0.823843254,454,0.800551619,0.105822106,3025.587424 +402,0.129574704,0.763364087,454,0.800551619,0.105822106,3492.9136196 +403,1.798920311,0.817447563,454,0.800551619,0.105822106,4392.9064663 +404,0.335987953,0.746786541,454,0.800551619,0.105822106,3014.151188 +405,-1.085413643,0.292154671,454,0.800551619,0.105822106,7283.2934023 +406,-0.155321003,0.508207011,454,0.800551619,0.105822106,3902.9967899 +407,0.620529244,-0.301175104,454,0.800551619,0.105822106,1759.362824 +408,1.684402744,0.368716966,454,0.800551619,0.105822106,3541.0488894 +409,0.300582244,-0.386397212,454,0.800551619,0.105822106,2749.8726687 +410,2.913555946,-0.009225192,454,0.800551619,0.105822106,8360.6725772 +411,1.465101417,0.493232532,454,0.800551619,0.105822106,2925.0849391 +412,0.090612882,0.907955955,454,0.800551619,0.105822106,3927.7981924 +413,2.987564726,-0.729568594,454,0.800551619,0.105822106,8290.5729348 +414,-1.484261606,0.224149272,454,0.800551619,0.105822106,8827.7959891 +415,0.164073421,0.303955133,454,0.800551619,0.105822106,2584.0159295 +416,0.141441293,0.167552546,454,0.800551619,0.105822106,2596.5779645 +417,2.931321023,-0.506718887,454,0.800551619,0.105822106,8355.9946361 +418,2.21951565,0.700596356,454,0.800551619,0.105822106,5492.668649 +419,0.268112576,1.199114336,454,0.800551619,0.105822106,4550.4499312 +420,0.978913739,0.359223811,454,0.800551619,0.105822106,1215.3443227 +421,1.210898818,0.522863584,454,0.800551619,0.105822106,2251.3994505 +422,2.347397336,0.129231362,454,0.800551619,0.105822106,6074.4307124 +423,0.614394501,0.556878345,454,0.800551619,0.105822106,1914.8952712 +424,-1.398079356,0.148483366,454,0.800551619,0.105822106,8586.1183314 +425,2.535303836,-0.112984496,454,0.800551619,0.105822106,6911.3780925 +426,-1.019372593,-0.405322349,454,0.800551619,0.105822106,7292.3477955 +427,-1.297785627,-0.160104069,454,0.800551619,0.105822106,8346.5386889 +428,2.144554488,0.205051084,454,0.800551619,0.105822106,5260.2024794 +429,-2.242387083,-0.426171285,454,0.800551619,0.105822106,11120.684061 +430,0.338637212,0.909723676,454,0.800551619,0.105822106,3522.7015206 +431,-0.148798452,0.691042401,454,0.800551619,0.105822106,4086.1463842 +432,0.893524764,0.441829531,454,0.800551619,0.105822106,1376.804679 +433,0.969229347,-0.368847936,454,0.800551619,0.105822106,1991.2369996 +434,0.436043248,0.800045688,454,0.800551619,0.105822106,3020.7028891 +435,1.687946607,1.081504775,454,0.800551619,0.105822106,4642.1359849 +436,0.522302046,-0.034889271,454,0.800551619,0.105822106,1233.6226631 +437,-0.178996113,-0.438090009,454,0.800551619,0.105822106,4341.3834959 +438,-1.094339566,0.301444068,454,0.800551619,0.105822106,7309.0741703 +439,-1.064070054,0.242569932,454,0.800551619,0.105822106,7239.9551812 +440,-1.068153768,0.230387998,454,0.800551619,0.105822106,7263.9521479 +441,-3.00496892,-0.23989155,454,0.800551619,0.105822106,9802.8871735 +442,0.21751974,0.766874888,454,0.800551619,0.105822106,3308.1057475 +443,0.117229532,0.007619006,454,0.800551619,0.105822106,2728.8689187 +444,0.777758451,0.420554741,454,0.800551619,0.105822106,1249.6695247 +445,-0.252356999,0.250747086,454,0.800551619,0.105822106,4133.8005668 +446,0.363148444,0.768483434,454,0.800551619,0.105822106,3032.0703773 +447,0.903191366,-0.118210676,454,0.800551619,0.105822106,975.73420016 +448,-0.205755923,0.149406178,454,0.800551619,0.105822106,3954.006858 +449,1.811996086,0.02364353,454,0.800551619,0.105822106,4009.2222828 +450,-1.100670221,0.314845373,454,0.800551619,0.105822106,7321.5572178 +451,0.340078597,0.850105132,454,0.800551619,0.105822106,3328.5088169 +452,0.258757267,0.804969236,454,0.800551619,0.105822106,3331.4054945 +453,2.78505352,-0.155160804,454,0.800551619,0.105822106,7900.8122538 +454,0.800551619,0.105822106,454,0.800551619,0.105822106,0 +455,0.437940882,-0.506194031,454,0.800551619,0.105822106,2790.5092551 +456,2.230431122,0.63458615,454,0.800551619,0.105822106,5524.7840884 +457,0.527965361,0.127667701,454,0.800551619,0.105822106,1075.7826733 +458,-0.063643205,0.702093448,454,0.800551619,0.105822106,3862.1066247 +459,1.408447268,0.133010502,454,0.800551619,0.105822106,2392.5320792 +460,0.523795955,0.280266966,454,0.800551619,0.105822106,1277.2562364 +461,-0.975769313,0.072177659,454,0.800551619,0.105822106,6998.4665695 +462,0.549774164,-0.463663986,454,0.800551619,0.105822106,2452.5555219 +463,0.29245874,1.095549818,454,0.800551619,0.105822106,4186.9934263 +464,0.143625958,0.816809593,454,0.800551619,0.105822106,3592.9780409 +465,0.671902494,0.611159853,454,0.800551619,0.105822106,2056.0363503 +466,1.239840988,0.6724199,454,0.800551619,0.105822106,2741.6426279 +467,0.607829703,-0.10932137,454,0.800551619,0.105822106,1143.1096967 +468,1.763020906,0.263996692,454,0.800551619,0.105822106,3789.7247059 +469,0.378714634,0.726066797,454,0.800551619,0.105822106,2871.4210062 +470,2.196736143,-0.153862366,454,0.800551619,0.105822106,5607.3859331 +471,0.01702415,0.148991565,454,0.800551619,0.105822106,3081.5383558 +472,-2.998490902,-0.158002487,454,0.800551619,0.105822106,9855.2004569 +473,-3.051262951,-0.346595608,454,0.800551619,0.105822106,9551.4063835 +474,-1.069176439,0.182802941,454,0.800551619,0.105822106,7299.7808629 +475,0.167157509,0.595344954,454,0.800551619,0.105822106,3021.7518466 +476,0.613855648,0.681746124,454,0.800551619,0.105822106,2377.0460405 +477,1.037012736,0.682555367,454,0.800551619,0.105822106,2435.9936182 +478,-1.253574971,0.379755746,454,0.800551619,0.105822106,7809.0498383 +479,3.108590453,-0.132620738,454,0.800551619,0.105822106,9165.4048193 +480,0.565301296,0.022333262,454,0.800551619,0.105822106,986.70000777 +481,0.547898238,0.855555614,454,0.800551619,0.105822106,3088.1521288 +482,0.948309381,0.417393755,454,0.800551619,0.105822106,1356.2909842 +483,-0.050600732,0.945269213,454,0.800551619,0.105822106,4286.555547 +484,-0.977651478,-0.572363064,454,0.800551619,0.105822106,7138.5132682 +485,1.102014914,0.728861163,454,0.800551619,0.105822106,2686.6377026 +486,2.927300795,-0.282939414,454,0.800551619,0.105822106,8450.5469026 +487,-1.154565557,0.124434095,454,0.800551619,0.105822106,7667.2264202 +488,1.855331234,0.291044755,454,0.800551619,0.105822106,4146.4228231 +489,0.830290659,0.276904518,454,0.800551619,0.105822106,687.42800017 +490,0.485104466,-0.234867441,454,0.800551619,0.105822106,1833.1559095 +491,0.521367572,-0.33161327,454,0.800551619,0.105822106,2046.7945692 +1,-1.539031704,0.7349710123,455,0.437940882,-0.506194031,8679.877519 +2,-1.536990553,0.7349663874,455,0.437940882,-0.506194031,8673.9519885 +3,-1.534951779,0.7349571355,455,0.437940882,-0.506194031,8668.0315239 +4,-1.532906461,0.7349480293,455,0.437940882,-0.506194031,8662.0932304 +5,-1.531320211,0.7346937278,455,0.437940882,-0.506194031,8657.3299946 +6,-1.539451648,0.7335131775,455,0.437940882,-0.506194031,8680.1863304 +7,-1.537429487,0.7335445708,455,0.437940882,-0.506194031,8674.3316109 +8,-1.535484998,0.7335658704,455,0.437940882,-0.506194031,8668.6974598 +9,-1.533488396,0.7336036027,455,0.437940882,-0.506194031,8662.923733 +10,-1.531497785,0.7335842962,455,0.437940882,-0.506194031,8657.1321135 +11,-1.530259379,0.7334777758,455,0.437940882,-0.506194031,8653.4683218 +12,-1.5335454,0.7322346912,455,0.437940882,-0.506194031,8662.21143 +13,-1.531489083,0.7322238773,455,0.437940882,-0.506194031,8656.2280447 +14,-1.530011122,0.7321679851,455,0.437940882,-0.506194031,8651.8968659 +15,-1.53348106,0.7306614094,455,0.437940882,-0.506194031,8661.0089986 +16,-1.531441779,0.7306962275,455,0.437940882,-0.506194031,8655.0975723 +17,-1.529755654,0.7306933243,455,0.437940882,-0.506194031,8650.1902085 +18,-1.533415048,0.7291384674,455,0.437940882,-0.506194031,8659.827304 +19,-1.531392093,0.7291705353,455,0.437940882,-0.506194031,8653.9547787 +20,-1.529296523,0.7291214933,455,0.437940882,-0.506194031,8647.8186001 +21,-1.535280942,0.727267644,455,0.437940882,-0.506194031,8664.0479322 +22,-1.533378158,0.7276139666,455,0.437940882,-0.506194031,8658.7227614 +23,-1.531340368,0.7276446587,455,0.437940882,-0.506194031,8652.7992529 +24,-1.528960113,0.7276398177,455,0.437940882,-0.506194031,8645.8550083 +25,-1.533313146,0.7260818349,455,0.437940882,-0.506194031,8657.5244725 +26,-1.531259555,0.7260958115,455,0.437940882,-0.506194031,8651.5368461 +27,-1.528926415,0.7260865555,455,0.437940882,-0.506194031,8644.718921 +28,-1.531226779,0.7245511789,455,0.437940882,-0.506194031,8650.4106309 +29,-1.528904772,0.7245519194,455,0.437940882,-0.506194031,8643.6238847 +30,-1.547195875,0.7409785979,455,0.437940882,-0.506194031,8707.1576325 +31,-1.5451475,0.740980426,455,0.437940882,-0.506194031,8701.2391615 +32,-1.543097679,0.7409798872,455,0.437940882,-0.506194031,8695.3162093 +33,-1.540720364,0.7409892687,455,0.437940882,-0.506194031,8688.4543639 +34,-1.547188511,0.7395198392,455,0.437940882,-0.506194031,8706.2764259 +35,-1.545148587,0.7395226109,455,0.437940882,-0.506194031,8700.3760187 +36,-1.543104538,0.7395314908,455,0.437940882,-0.506194031,8694.4684684 +37,-1.540727751,0.7395306258,455,0.437940882,-0.506194031,8687.593965 +38,-1.547187029,0.7380014886,455,0.437940882,-0.506194031,8705.3707376 +39,-1.545147315,0.7380012252,455,0.437940882,-0.506194031,8699.4619386 +40,-1.54310719,0.7380060743,455,0.437940882,-0.506194031,8693.5561349 +41,-1.540719671,0.7380068206,455,0.437940882,-0.506194031,8686.6431339 +42,-1.547187189,0.7364799098,455,0.437940882,-0.506194031,8704.4613959 +43,-1.545149996,0.7364853874,455,0.437940882,-0.506194031,8698.5561957 +44,-1.543106091,0.7364823484,455,0.437940882,-0.506194031,8692.6274927 +45,-1.540717158,0.7364893901,455,0.437940882,-0.506194031,8685.7058635 +46,-1.538663972,0.7410138672,455,0.437940882,-0.506194031,8682.5301257 +47,-1.53695285,0.7409699132,455,0.437940882,-0.506194031,8677.5622302 +48,-1.534910498,0.7409641297,455,0.437940882,-0.506194031,8671.6619995 +49,-1.533145034,0.7409536636,455,0.437940882,-0.506194031,8666.5591511 +50,-1.538681336,0.7395405883,455,0.437940882,-0.506194031,8681.6827518 +51,-1.536999189,0.7395183096,455,0.437940882,-0.506194031,8676.8059204 +52,-1.534923633,0.7395144222,455,0.437940882,-0.506194031,8670.8039709 +53,-1.533267822,0.7395654306,455,0.437940882,-0.506194031,8666.0503733 +54,-1.53867273,0.7380151077,455,0.437940882,-0.506194031,8680.7221926 +55,-1.536980576,0.7379994392,455,0.437940882,-0.506194031,8675.8144637 +56,-1.534931522,0.7379944961,455,0.437940882,-0.506194031,8669.8812521 +57,-1.533387952,0.7379480264,455,0.437940882,-0.506194031,8665.3856012 +58,-1.538682279,0.7364914363,455,0.437940882,-0.506194031,8679.8088807 +59,-1.536980704,0.7364810563,455,0.437940882,-0.506194031,8674.8711313 +60,-1.534935567,0.7364752065,455,0.437940882,-0.506194031,8668.9415092 +61,-1.533042592,0.7363876366,455,0.437940882,-0.506194031,8663.4020426 +62,-1.545143426,0.7349628011,455,0.437940882,-0.506194031,8697.6130854 +63,-1.543105297,0.7349691947,455,0.437940882,-0.506194031,8691.6997577 +64,-1.541064533,0.7349647152,455,0.437940882,-0.506194031,8685.773226 +65,-1.545411803,0.7334624714,455,0.437940882,-0.506194031,8697.476389 +66,-1.543446606,0.7334780896,455,0.437940882,-0.506194031,8691.7735791 +67,-1.541475327,0.7334957295,455,0.437940882,-0.506194031,8686.0555323 +68,-1.545401939,0.731963266,455,0.437940882,-0.506194031,8696.5261441 +69,-1.54342253,0.7319915583,455,0.437940882,-0.506194031,8690.7831741 +70,-1.541455867,0.7320216438,455,0.437940882,-0.506194031,8685.079718 +71,-1.545410146,0.7304422281,455,0.437940882,-0.506194031,8695.6086679 +72,-1.543435491,0.7304713664,455,0.437940882,-0.506194031,8689.8733157 +73,-1.541463105,0.7304997613,455,0.437940882,-0.506194031,8684.1454236 +74,-1.545414768,0.7289194936,455,0.437940882,-0.506194031,8694.6732829 +75,-1.543435774,0.7289538557,455,0.437940882,-0.506194031,8688.921841 +76,-1.541457714,0.7289765881,455,0.437940882,-0.506194031,8683.1671224 +77,-1.539449415,0.7320555866,455,0.437940882,-0.506194031,8679.2642811 +78,-1.537429183,0.7321097681,455,0.437940882,-0.506194031,8673.4230238 +79,-1.535472649,0.7321497267,455,0.437940882,-0.506194031,8667.7594856 +80,-1.539457899,0.7305333307,455,0.437940882,-0.506194031,8678.3265507 +81,-1.537453161,0.7305750503,455,0.437940882,-0.506194031,8672.5156565 +82,-1.535479385,0.7306124949,455,0.437940882,-0.506194031,8666.7936266 +83,-1.53946905,0.7290102593,455,0.437940882,-0.506194031,8677.3897467 +84,-1.537459922,0.7290417293,455,0.437940882,-0.506194031,8671.5526977 +85,-1.535451349,0.7290890157,455,0.437940882,-0.506194031,8665.7289145 +86,-1.535522937,0.7279887191,455,0.437940882,-0.506194031,8665.2237509 +87,-1.539442524,0.7274735939,455,0.437940882,-0.506194031,8676.3279132 +88,-1.537424111,0.727521351,455,0.437940882,-0.506194031,8670.4674686 +89,-1.539384641,0.7259505092,455,0.437940882,-0.506194031,8675.1765456 +90,-1.537372391,0.7259947145,455,0.437940882,-0.506194031,8669.3250935 +91,-1.535340789,0.7260435356,455,0.437940882,-0.506194031,8663.4216715 +92,-1.539325716,0.7244369706,455,0.437940882,-0.506194031,8674.0215733 +93,-1.537308932,0.7244801057,455,0.437940882,-0.506194031,8668.1495308 +94,-1.535289068,0.7245247645,455,0.437940882,-0.506194031,8662.271019 +95,-1.533261366,0.7245550236,455,0.437940882,-0.506194031,8656.361574 +96,-1.539267302,0.722921924,455,0.437940882,-0.506194031,8672.8604207 +97,-1.537248972,0.7229660258,455,0.437940882,-0.506194031,8666.9778566 +98,-1.535219431,0.7229916471,455,0.437940882,-0.506194031,8661.0517303 +99,-1.53318962,0.7230212049,455,0.437940882,-0.506194031,8655.1288568 +100,-1.531154816,0.7230299897,455,0.437940882,-0.506194031,8649.1788279 +101,-1.528878341,0.7230370244,455,0.437940882,-0.506194031,8642.5217358 +102,-1.539218189,0.7214009878,455,0.437940882,-0.506194031,8671.7159677 +103,-1.537198791,0.7214422745,455,0.437940882,-0.506194031,8665.8217546 +104,-1.535179266,0.7214634354,455,0.437940882,-0.506194031,8659.9152401 +105,-1.533156501,0.7214944644,455,0.437940882,-0.506194031,8654.0072348 +106,-1.53113574,0.7215166021,455,0.437940882,-0.506194031,8648.1005312 +107,-1.528874248,0.7215345535,455,0.437940882,-0.506194031,8641.4871488 +108,-1.539217656,0.7198512397,455,0.437940882,-0.506194031,8670.6883362 +109,-1.537199919,0.7199428763,455,0.437940882,-0.506194031,8664.8258647 +110,-1.545425832,0.727397149,455,0.437940882,-0.506194031,8693.7505451 +111,-1.543371177,0.7273916949,455,0.437940882,-0.506194031,8687.7462053 +112,-1.541368852,0.7274523163,455,0.437940882,-0.506194031,8681.9379648 +113,-1.545349067,0.7258710923,455,0.437940882,-0.506194031,8692.5622413 +114,-1.54332671,0.7258603556,455,0.437940882,-0.506194031,8686.641892 +115,-1.541346831,0.7259242142,455,0.437940882,-0.506194031,8680.8947027 +116,-1.545324355,0.7243383958,455,0.437940882,-0.506194031,8691.5151066 +117,-1.543292796,0.7243617413,455,0.437940882,-0.506194031,8685.5827071 +118,-1.541295822,0.7244024384,455,0.437940882,-0.506194031,8679.7641066 +119,-1.543193859,0.7205570215,455,0.437940882,-0.506194031,8682.8270346 +120,-1.550257047,0.7386738187,455,0.437940882,-0.506194031,8714.6611548 +121,-1.549335448,0.7311736483,455,0.437940882,-0.506194031,8707.4959031 +122,-1.533478843,0.7179891343,455,0.437940882,-0.506194031,8652.5779422 +123,-1.556150555,0.738907041,455,0.437940882,-0.506194031,8731.8685359 +124,-1.554324226,0.733414257,455,0.437940882,-0.506194031,8723.3673634 +125,-1.554290846,0.7288285332,455,0.437940882,-0.506194031,8720.5243107 +126,-1.55122487,0.7219795312,455,0.437940882,-0.506194031,8707.313526 +127,-1.525104458,0.7229399862,455,0.437940882,-0.506194031,8631.4145735 +128,-1.519607711,0.7236181429,455,0.437940882,-0.506194031,8615.8139319 +129,-1.513899999,0.7251107854,455,0.437940882,-0.506194031,8600.1981973 +130,-1.536620762,0.7431061895,455,0.437940882,-0.506194031,8677.9046043 +131,-1.5369566,0.7460845958,455,0.437940882,-0.506194031,8680.6634738 +132,-1.545345528,0.7447040685,455,0.437940882,-0.506194031,8703.9953718 +133,-1.532813921,0.7432306626,455,0.437940882,-0.506194031,8667.0102131 +134,-1.554788248,0.7382381001,455,0.437940882,-0.506194031,8727.5361565 +135,-1.540348126,0.7301594274,455,0.437940882,-0.506194031,8680.6825236 +136,-1.538016084,0.7239051786,455,0.437940882,-0.506194031,8669.8416083 +137,-1.525288962,0.7258085137,455,0.437940882,-0.506194031,8633.9135157 +138,-1.534326986,0.731241342,455,0.437940882,-0.506194031,8663.8448799 +139,-1.530733872,0.7303625216,455,0.437940882,-0.506194031,8652.8196591 +141,-1.534354939,0.7328219978,455,0.437940882,-0.506194031,8664.9407117 +142,-1.53157084,0.7292888153,455,0.437940882,-0.506194031,8654.5530362 +143,-1.525691035,0.7263799874,455,0.437940882,-0.506194031,8635.4742833 +144,-1.534031287,0.7495967835,455,0.437940882,-0.506194031,8674.3572169 +145,-1.527714986,0.7283095957,455,0.437940882,-0.506194031,8642.6720857 +146,-1.526189586,0.7271468292,455,0.437940882,-0.506194031,8637.4462136 +147,-1.555177336,0.7375563366,455,0.437940882,-0.506194031,8728.2701913 +148,-1.555080283,0.7312707794,455,0.437940882,-0.506194031,8724.294982 +149,-1.53856994,0.7224180299,455,0.437940882,-0.506194031,8670.486191 +150,-1.530837883,0.729933372,455,0.437940882,-0.506194031,8652.8412715 +151,-1.515066984,0.5854133365,455,0.437940882,-0.506194031,8480.4156077 +152,-1.534731633,0.5368370046,455,0.437940882,-0.506194031,8490.541689 +153,-1.515231902,0.5607085576,455,0.437940882,-0.506194031,8454.2073622 +154,-2.616253799,1.0684566605,455,0.437940882,-0.506194031,10204.812713 +155,-1.956071439,0.5792177723,455,0.437940882,-0.506194031,9909.1848086 +156,-1.951208514,0.5602434208,455,0.437940882,-0.506194031,9885.1489263 +157,-1.944675062,0.6062144545,455,0.437940882,-0.506194031,9880.0169268 +158,-1.613778386,0.6077989518,455,0.437940882,-0.506194031,8815.6245893 +159,-2.035029014,0.6021432345,455,0.437940882,-0.506194031,10173.625791 +160,-2.114989471,0.6801825058,455,0.437940882,-0.506194031,10405.229523 +161,-2.037382079,0.5765830025,455,0.437940882,-0.506194031,10177.396028 +162,-2.129855121,0.6585019963,455,0.437940882,-0.506194031,10463.829996 +163,-2.075141798,0.6493615843,455,0.437940882,-0.506194031,10296.795708 +164,-1.828626729,0.6948433129,455,0.437940882,-0.506194031,9527.9542232 +165,-1.863329418,0.6735427691,455,0.437940882,-0.506194031,9632.6432853 +166,-1.266037071,0.727988852,455,0.437940882,-0.506194031,7892.2387536 +167,-1.277579582,0.7249010648,455,0.437940882,-0.506194031,7920.9510936 +168,-1.258418684,0.7241194816,455,0.437940882,-0.506194031,7865.9952904 +169,-1.317813974,0.6804850104,455,0.437940882,-0.506194031,7982.8791201 +170,-1.344165204,0.6790988904,455,0.437940882,-0.506194031,8058.6926156 +171,-1.427582102,0.5277120351,455,0.437940882,-0.506194031,8131.5256063 +172,-1.402238616,0.457167829,455,0.437940882,-0.506194031,7951.3671496 +173,-1.422454264,0.4996161999,455,0.437940882,-0.506194031,8077.5044528 +174,-1.439089277,0.4894859811,455,0.437940882,-0.506194031,8118.2415058 +175,-1.448126995,0.5182330266,455,0.437940882,-0.506194031,8185.8589364 +176,-1.474626146,0.5881926574,455,0.437940882,-0.506194031,8355.107716 +177,-1.421139645,0.5584869783,455,0.437940882,-0.506194031,8150.1308881 +178,-1.457037165,0.565943032,455,0.437940882,-0.506194031,8273.6833121 +179,-2.757159358,0.3745319,455,0.437940882,-0.506194031,11888.290851 +180,-2.714309238,0.342054471,455,0.437940882,-0.506194031,11792.558437 +181,-2.000525337,0.774119946,455,0.437940882,-0.506194031,10002.528097 +183,-1.571413436,0.6777838382,455,0.437940882,-0.506194031,8737.9090973 +184,-1.552860289,0.6987663893,455,0.437940882,-0.506194031,8696.7867751 +185,-1.521852374,0.7165827476,455,0.437940882,-0.506194031,8617.43448 +186,-1.503656267,0.6928968252,455,0.437940882,-0.506194031,8545.5128228 +187,-1.502753178,0.7136205882,455,0.437940882,-0.506194031,8559.130243 +188,-1.631894563,0.7343596465,455,0.437940882,-0.506194031,8950.1522593 +189,-1.653765416,0.6770714026,455,0.437940882,-0.506194031,8988.3870413 +190,-1.719812114,0.6715965947,455,0.437940882,-0.506194031,9188.554621 +191,-1.493406659,0.6646955447,455,0.437940882,-0.506194031,8490.4984326 +192,-1.469120564,0.6613469966,455,0.437940882,-0.506194031,8413.6866195 +193,-1.590551461,0.5326612937,455,0.437940882,-0.506194031,8668.5679711 +194,-1.625979264,0.5247742243,455,0.437940882,-0.506194031,8776.8979436 +195,-1.572293943,0.5238808754,455,0.437940882,-0.506194031,8598.9121049 +196,-1.610848725,0.5477107964,455,0.437940882,-0.506194031,8750.7733004 +197,-1.208485554,0.7918526018,455,0.437940882,-0.506194031,7815.16396 +198,-1.335601374,0.6869083083,455,0.437940882,-0.506194031,8042.6121764 +199,-1.346156996,0.6825213377,455,0.437940882,-0.506194031,8068.5113855 +200,-1.324381037,0.6741422347,455,0.437940882,-0.506194031,7994.5172594 +201,-1.242424992,0.7378949807,455,0.437940882,-0.506194031,7838.711531 +202,-1.270370057,0.7392461008,455,0.437940882,-0.506194031,7918.1227583 +203,-1.448950472,0.7441675014,455,0.437940882,-0.506194031,8427.1857977 +204,-1.492662363,0.7523026852,455,0.437940882,-0.506194031,8557.8706135 +205,-1.479098966,0.7763855017,455,0.437940882,-0.506194031,8535.7725739 +206,-1.633760714,0.7869022408,455,0.437940882,-0.506194031,8972.286272 +207,-1.647406434,0.8101289331,455,0.437940882,-0.506194031,9014.0139993 +208,-1.564245052,0.5701509278,455,0.437940882,-0.506194031,8622.1491294 +209,-1.646289963,0.6833746083,455,0.437940882,-0.506194031,8968.9982718 +210,-1.5820631,0.6751952144,455,0.437940882,-0.506194031,8768.4509941 +211,-1.613236298,0.6681681791,455,0.437940882,-0.506194031,8858.9277915 +212,-1.914661867,0.8212566515,455,0.437940882,-0.506194031,9732.5509245 +213,-1.742133237,0.7250275956,455,0.437940882,-0.506194031,9272.0020436 +214,-2.033144872,0.6557314699,455,0.437940882,-0.506194031,10163.16701 +215,-2.039551981,0.6964723658,455,0.437940882,-0.506194031,10167.525279 +216,-1.247341019,0.7622473908,455,0.437940882,-0.506194031,7882.5821123 +217,-1.298239787,0.7084123392,455,0.437940882,-0.506194031,7959.7822975 +218,-1.308539688,0.6926545592,455,0.437940882,-0.506194031,7970.5240664 +219,-1.303263185,0.6888938396,455,0.437940882,-0.506194031,7950.6214946 +220,-1.852400229,0.6004246149,455,0.437940882,-0.506194031,9578.2238078 +221,-1.288947707,0.7473773692,455,0.437940882,-0.506194031,7979.4391096 +222,-1.372031502,0.7472790993,455,0.437940882,-0.506194031,8211.8502857 +223,-1.289805721,0.7242157877,455,0.437940882,-0.506194031,7954.6715223 +224,-1.350807603,0.7533498126,455,0.437940882,-0.506194031,8158.3039857 +225,-1.329290365,0.7560442322,455,0.437940882,-0.506194031,8101.1117887 +226,-1.410153004,0.616936428,455,0.437940882,-0.506194031,8186.0596976 +227,-1.393445434,0.6308995063,455,0.437940882,-0.506194031,8150.8650634 +228,-1.37595573,0.6241540638,455,0.437940882,-0.506194031,8089.3722067 +229,-1.358388707,0.6172645205,455,0.437940882,-0.506194031,8027.1077766 +230,-1.753741133,0.8281661666,455,0.437940882,-0.506194031,9300.2271071 +231,-1.47430987,0.6834615681,455,0.437940882,-0.506194031,8449.7877587 +232,-1.421012508,0.7222725206,455,0.437940882,-0.506194031,8328.0748407 +233,-1.4476833,0.6978557868,455,0.437940882,-0.506194031,8383.6593984 +234,-1.470370723,0.6966193374,455,0.437940882,-0.506194031,8449.6724505 +235,-1.429211703,0.7037216883,455,0.437940882,-0.506194031,8334.7330455 +236,-1.700578405,0.6178673663,455,0.437940882,-0.506194031,9099.3307713 +237,-1.678117619,0.6331716163,455,0.437940882,-0.506194031,9038.0451364 +238,-1.725644578,0.6316331145,455,0.437940882,-0.506194031,9187.2290055 +239,-2.14012759,0.7930497945,455,0.437940882,-0.506194031,10355.846354 +240,-2.103289431,0.7653606263,455,0.437940882,-0.506194031,10294.188073 +241,-1.318739838,0.7017808746,455,0.437940882,-0.506194031,8010.92016 +242,-1.396417427,0.7077900843,455,0.437940882,-0.506194031,8242.8219406 +243,-1.35650337,0.7185539404,455,0.437940882,-0.506194031,8138.4643517 +244,-1.248884539,0.7274156818,455,0.437940882,-0.506194031,7843.3991682 +245,-1.395014798,0.5761185243,455,0.437940882,-0.506194031,8089.4904087 +246,-1.433377362,0.6064716109,455,0.437940882,-0.506194031,8246.125134 +247,-1.408172432,0.5903155476,455,0.437940882,-0.506194031,8148.3609524 +248,-1.749645898,0.7757118084,455,0.437940882,-0.506194031,9296.9767428 +249,-1.571626686,0.615046989,455,0.437940882,-0.506194031,8688.3986075 +250,-1.514070049,0.6303003037,455,0.437940882,-0.506194031,8522.1925129 +251,-1.480890369,0.6237966528,455,0.437940882,-0.506194031,8412.7083674 +252,-1.704390658,0.5281680612,455,0.437940882,-0.506194031,9040.1462802 +253,-1.64434733,0.5254277498,455,0.437940882,-0.506194031,8838.3249625 +254,-1.703855997,0.4792484842,455,0.437940882,-0.506194031,8988.3985691 +255,-1.692002383,0.5748825051,455,0.437940882,-0.506194031,9040.3143483 +256,-1.854136457,0.5544643913,455,0.437940882,-0.506194031,9558.8962848 +257,-1.665021206,0.520317736,455,0.437940882,-0.506194031,8901.6529817 +258,-1.733654349,0.4845187345,455,0.437940882,-0.506194031,9094.7278801 +259,-1.720938188,0.5135933906,455,0.437940882,-0.506194031,9081.370117 +260,-1.742668307,0.553296122,455,0.437940882,-0.506194031,9188.9245268 +261,-1.965659039,0.7142126903,455,0.437940882,-0.506194031,9938.1780322 +262,-1.944438071,0.6772834804,455,0.437940882,-0.506194031,9883.2780147 +263,-1.270340967,0.7681487096,455,0.437940882,-0.506194031,7952.2764299 +264,-1.353091884,0.6549276821,455,0.437940882,-0.506194031,8056.8494685 +265,-1.333236659,0.6413584414,455,0.437940882,-0.506194031,7980.6681428 +266,-1.352015998,0.6753788907,455,0.437940882,-0.506194031,8077.5693001 +267,-1.377988483,0.6577816235,455,0.437940882,-0.506194031,8134.8544418 +268,-2.13075611,0.8318642051,455,0.437940882,-0.506194031,10271.84658 +269,-2.097910953,0.8259670014,455,0.437940882,-0.506194031,10200.268073 +270,-1.416382069,0.6694271549,455,0.437940882,-0.506194031,8262.7149272 +271,-1.538905672,0.7535625993,455,0.437940882,-0.506194031,8690.6220932 +272,-1.572309477,0.7803125099,455,0.437940882,-0.506194031,8798.3255033 +273,-1.87759879,0.7503853417,455,0.437940882,-0.506194031,9667.2650608 +274,1.152365588,0.590457682,455,0.437940882,-0.506194031,5102.2581937 +275,0.350198001,0.718001859,455,0.437940882,-0.506194031,4859.7060805 +276,0.046513677,0.491503852,455,0.437940882,-0.506194031,4221.114659 +277,0.027510309,0.742571376,455,0.437940882,-0.506194031,5167.8621606 +278,0.306285725,-0.214631579,455,0.437940882,-0.506194031,1252.7625423 +279,-1.100564889,0.318051531,455,0.437940882,-0.506194031,6717.5535698 +280,-1.078582306,0.301437596,455,0.437940882,-0.506194031,6613.2926143 +281,-1.137371989,-0.617634065,455,0.437940882,-0.506194031,5107.874076 +282,0.784356344,0.703272339,455,0.437940882,-0.506194031,4957.2219598 +283,-1.221209947,0.218327455,455,0.437940882,-0.506194031,6940.2593698 +284,2.347301921,-0.449114658,455,0.437940882,-0.506194031,6424.6924819 +285,0.246820618,0.830553713,455,0.437940882,-0.506194031,5338.5373284 +286,0.829414965,0.703288228,455,0.437940882,-0.506194031,5002.4149204 +287,-1.337537566,0.42332223,455,0.437940882,-0.506194031,7685.9352134 +288,0.882453706,0.454478077,455,0.437940882,-0.506194031,4163.4651192 +289,1.575629659,0.416419109,455,0.437940882,-0.506194031,5667.2471575 +290,-1.039455679,0.229888244,455,0.437940882,-0.506194031,6344.9733594 +291,0.489558039,0.934482747,455,0.437940882,-0.506194031,5709.2857435 +292,0.081344504,0.88384514,455,0.437940882,-0.506194031,5646.0221715 +293,-1.547979814,0.300350308,455,0.437940882,-0.506194031,8206.747721 +294,0.040776181,0.168560074,455,0.437940882,-0.506194031,3073.5825908 +295,-1.130374745,0.563894876,455,0.437940882,-0.506194031,7252.7290613 +296,1.578326642,0.478507176,455,0.437940882,-0.506194031,5822.4498982 +297,-1.12861823,-0.291640865,455,0.437940882,-0.506194031,5653.7286699 +298,0.310524208,0.770885792,455,0.437940882,-0.506194031,5079.5416027 +299,0.415649091,-0.387246002,455,0.437940882,-0.506194031,477.82216628 +300,-0.926533878,-0.188022748,455,0.437940882,-0.506194031,5152.8307967 +301,1.258856172,-0.11716081,455,0.437940882,-0.506194031,3426.0997004 +302,-1.126050026,0.322941926,455,0.437940882,-0.506194031,6811.2241689 +303,2.002785835,0.07893892,455,0.437940882,-0.506194031,6352.839936 +304,0.440437607,0.746258085,455,0.437940882,-0.506194031,4960.9711788 +305,-0.030391866,0.214441206,455,0.437940882,-0.506194031,3370.08639 +306,0.521557815,-0.058929362,455,0.437940882,-0.506194031,1799.3499396 +307,-0.097005111,0.13317729,455,0.437940882,-0.506194031,3252.6368056 +308,1.83113859,0.221857587,455,0.437940882,-0.506194031,6047.4374761 +309,0.222428864,0.099404236,455,0.437940882,-0.506194031,2535.4791252 +310,-1.702731345,0.8728568183,455,0.437940882,-0.506194031,9155.3826991 +311,-0.418507569,0.278324921,455,0.437940882,-0.506194031,4515.0399068 +312,-1.41153306,0.339029988,455,0.437940882,-0.506194031,7800.8348365 +313,0.357560442,0.114788776,455,0.437940882,-0.506194031,2478.7467928 +314,0.325818979,0.268352149,455,0.437940882,-0.506194031,3097.8513716 +315,-1.246004659,-0.663679965,455,0.437940882,-0.506194031,5339.6988316 +316,1.814603087,0.637404484,455,0.437940882,-0.506194031,6830.1338674 +317,1.843704281,-0.18300445,455,0.437940882,-0.506194031,5304.6213246 +318,1.690644492,-0.211480909,455,0.437940882,-0.506194031,4724.0154623 +319,-1.275451936,0.068109467,455,0.437940882,-0.506194031,6846.3905434 +320,0.762430171,-0.207594741,455,0.437940882,-0.506194031,1682.9565654 +321,0.265668905,-0.014647884,455,0.437940882,-0.506194031,2053.0102321 +322,-2.773032013,-0.335515811,455,0.437940882,-0.506194031,9099.2959647 +323,-1.469512853,0.174058777,455,0.437940882,-0.506194031,7716.8312381 +324,0.286276986,0.785925691,455,0.437940882,-0.506194031,5147.2875614 +325,-1.379324697,0.377432233,455,0.437940882,-0.506194031,7753.2860349 +326,-1.203778265,0.212813032,455,0.437940882,-0.506194031,6870.3985143 +327,0.579916301,0.611743168,455,0.437940882,-0.506194031,4459.8216306 +328,0.267582642,0.868113908,455,0.437940882,-0.506194031,5476.6519175 +329,0.412869244,-0.050245578,455,0.437940882,-0.506194031,1808.4797834 +330,0.17524381,0.976660285,455,0.437940882,-0.506194031,5940.3282212 +331,0.743157214,0.204812899,455,0.437940882,-0.506194031,3048.7338392 +332,-1.070758176,0.269382282,455,0.437940882,-0.506194031,6526.1066525 +333,-1.230364251,0.329790229,455,0.437940882,-0.506194031,7172.0396758 +334,-1.374813124,-0.024926835,455,0.437940882,-0.506194031,7009.022459 +335,0.519780566,0.463669906,455,0.437940882,-0.506194031,3854.190884 +336,-1.55108034,0.239698561,455,0.437940882,-0.506194031,8115.9801876 +337,0.180294813,0.029739425,455,0.437940882,-0.506194031,2337.0174124 +338,0.67820924,0.268170153,455,0.437940882,-0.506194031,3202.1609441 +339,0.445798684,1.024001867,455,0.437940882,-0.506194031,6061.1616069 +340,0.691751283,0.150521402,455,0.437940882,-0.506194031,2776.0388021 +341,-1.036643551,-0.903056181,455,0.437940882,-0.506194031,4449.2526561 +342,-0.120287036,1.083325163,455,0.437940882,-0.506194031,6542.7570348 +343,2.823513113,-0.304487164,455,0.437940882,-0.506194031,8122.851921 +344,0.457583172,1.12513373,455,0.437940882,-0.506194031,6461.9778527 +345,0.042918831,0.813795399,455,0.437940882,-0.506194031,5416.5396676 +346,1.196146777,-0.853142756,455,0.437940882,-0.506194031,2659.9725011 +347,0.206001358,-0.010430701,455,0.437940882,-0.506194031,2150.6304585 +348,-0.268308653,0.234799412,455,0.437940882,-0.506194031,3989.0200475 +349,0.759363263,0.736189579,455,0.437940882,-0.506194031,5059.1832214 +350,0.181363926,0.891988372,455,0.437940882,-0.506194031,5610.3673587 +351,-0.021111158,0.139103292,455,0.437940882,-0.506194031,3098.9314231 +352,-0.093355215,0.630686981,455,0.437940882,-0.506194031,4918.9185333 +353,0.40118964,0.681375926,455,0.437940882,-0.506194031,4705.9234208 +354,-0.721197315,1.304706234,455,0.437940882,-0.506194031,7747.7878152 +355,-1.076150317,0.212107639,455,0.437940882,-0.506194031,6434.3941852 +356,-1.577164531,0.273993443,455,0.437940882,-0.506194031,8264.4058372 +357,-0.190788414,0.182208586,455,0.437940882,-0.506194031,3634.3227034 +358,-0.261349752,0.209710184,455,0.437940882,-0.506194031,3897.4691099 +359,-1.029303852,0.083549259,455,0.437940882,-0.506194031,6025.2717593 +360,-1.268609162,0.330525297,455,0.437940882,-0.506194031,7302.005369 +361,1.282982244,-0.926641967,455,0.437940882,-0.506194031,2943.9929741 +362,0.217352334,0.731352408,455,0.437940882,-0.506194031,4967.8485996 +363,-1.511833084,0.258629297,455,0.437940882,-0.506194031,8012.523289 +364,0.338812194,0.823184618,455,0.437940882,-0.506194031,5277.5725971 +365,-0.324406489,1.134201999,455,0.437940882,-0.506194031,6906.2417339 +366,1.389579348,0.399185724,455,0.437940882,-0.506194031,5101.0398669 +367,2.047152199,-0.039082036,455,0.437940882,-0.506194031,6279.8341864 +368,0.947780369,0.568250077,455,0.437940882,-0.506194031,4667.3464932 +369,0.763824846,0.576754987,455,0.437940882,-0.506194031,4460.6741659 +370,-0.142334657,0.928153068,455,0.437940882,-0.506194031,6022.8883795 +371,0.610266567,0.547265983,455,0.437940882,-0.506194031,4222.9891324 +372,0.210731629,0.746815056,455,0.437940882,-0.506194031,5031.7606923 +373,-1.34931644,0.316895224,455,0.437940882,-0.506194031,7552.2458733 +374,2.407696481,0.655030745,455,0.437940882,-0.506194031,8599.2411672 +375,0.64207831,0.545359131,455,0.437940882,-0.506194031,4235.6807956 +376,1.174597538,0.840588356,455,0.437940882,-0.506194031,5940.9078508 +377,0.660059424,0.010604079,455,0.437940882,-0.506194031,2213.1923422 +378,-0.730263819,0.010486456,455,0.437940882,-0.506194031,4858.028337 +379,0.831068936,0.512339172,455,0.437940882,-0.506194031,4299.6965469 +380,1.301180979,0.72367476,455,0.437940882,-0.506194031,5805.4249771 +381,1.811128231,0.322854402,455,0.437940882,-0.506194031,6186.2640006 +382,0.435105812,0.992284428,455,0.437940882,-0.506194031,5935.4808084 +383,0.62643634,0.592027932,455,0.437940882,-0.506194031,4407.0359721 +384,0.492988703,-0.516339467,455,0.437940882,-0.506194031,194.35469314 +385,-0.162469483,0.112549365,455,0.437940882,-0.506194031,3352.9671969 +386,0.314630866,0.472006421,455,0.437940882,-0.506194031,3902.8287734 +387,0.166744804,0.822815954,455,0.437940882,-0.506194031,5352.6709318 +388,0.417159608,0.965805736,455,0.437940882,-0.506194031,5831.0185972 +389,0.106334961,0.868774244,455,0.437940882,-0.506194031,5570.1356608 +390,0.815086969,-0.338144359,455,0.437940882,-0.506194031,1513.0428848 +391,0.59867455,-0.230624824,455,0.437940882,-0.506194031,1241.3175871 +392,1.915104874,0.066220985,455,0.437940882,-0.506194031,6025.7439333 +393,1.278093622,0.064463721,455,0.437940882,-0.506194031,3909.4146379 +394,-0.061477853,0.302997961,455,0.437940882,-0.506194031,3731.4792808 +395,0.251311504,0.626976942,455,0.437940882,-0.506194031,4542.1055127 +396,2.950242872,0.149095644,455,0.437940882,-0.506194031,9710.7248047 +397,-0.180294708,0.35375117,455,0.437940882,-0.506194031,4145.125494 +398,1.010448592,-0.351180233,455,0.437940882,-0.506194031,2143.9148188 +399,-1.748740498,0.3686318073,455,0.437940882,-0.506194031,9003.9044094 +400,2.699635665,0.123533791,455,0.437940882,-0.506194031,8834.6713923 +401,0.496808033,0.823843254,455,0.437940882,-0.506194031,5272.4751458 +402,0.129574704,0.763364087,455,0.437940882,-0.506194031,5151.7769835 +403,1.798920311,0.817447563,455,0.437940882,-0.506194031,7137.2692892 +404,0.335987953,0.746786541,455,0.437940882,-0.506194031,4976.9456967 +405,-1.085413643,0.292154671,455,0.437940882,-0.506194031,6618.3927681 +406,-0.155321003,0.508207011,455,0.437940882,-0.506194031,4602.416501 +407,0.620529244,-0.301175104,455,0.437940882,-0.506194031,1048.4450947 +408,1.684402744,0.368716966,455,0.437940882,-0.506194031,5883.9083982 +409,0.300582244,-0.386397212,455,0.437940882,-0.506194031,682.26010469 +410,2.913555946,-0.009225192,455,0.437940882,-0.506194031,9201.1585402 +411,1.465101417,0.493232532,455,0.437940882,-0.506194031,5549.6933729 +412,0.090612882,0.907955955,455,0.437940882,-0.506194031,5730.0165237 +413,2.987564726,-0.729568594,455,0.437940882,-0.506194031,7091.85542 +414,-1.484261606,0.224149272,455,0.437940882,-0.506194031,7857.5292112 +415,0.164073421,0.303955133,455,0.437940882,-0.506194031,3375.7671788 +416,0.141441293,0.167552546,455,0.437940882,-0.506194031,2899.3220542 +417,2.931321023,-0.506718887,455,0.437940882,-0.506194031,7741.4614593 +418,2.21951565,0.700596356,455,0.437940882,-0.506194031,8081.6782619 +419,0.268112576,1.199114336,455,0.437940882,-0.506194031,6772.9974322 +420,0.978913739,0.359223811,455,0.437940882,-0.506194031,4002.7262034 +421,1.210898818,0.522863584,455,0.437940882,-0.506194031,5013.739346 +422,2.347397336,0.129231362,455,0.437940882,-0.506194031,7640.8955886 +423,0.614394501,0.556878345,455,0.437940882,-0.506194031,4262.8971353 +424,-1.398079356,0.148483366,455,0.437940882,-0.506194031,7422.4168309 +425,2.535303836,-0.112984496,455,0.437940882,-0.506194031,7774.8068133 +426,-1.019372593,-0.405322349,455,0.437940882,-0.506194031,5088.741054 +427,-1.297785627,-0.160104069,455,0.437940882,-0.506194031,6477.4361084 +428,2.144554488,0.205051084,455,0.437940882,-0.506194031,7078.8770172 +429,-2.242387083,-0.426171285,455,0.437940882,-0.506194031,8354.2731789 +430,0.338637212,0.909723676,455,0.437940882,-0.506194031,5619.0532739 +431,-0.148798452,0.691042401,455,0.437940882,-0.506194031,5211.9955921 +432,0.893524764,0.441829531,455,0.437940882,-0.506194031,4135.8144366 +433,0.969229347,-0.368847936,455,0.437940882,-0.506194031,1975.9516057 +434,0.436043248,0.800045688,455,0.437940882,-0.506194031,5174.0200291 +435,1.687946607,1.081504775,455,0.437940882,-0.506194031,7421.954368 +436,0.522302046,-0.034889271,455,0.437940882,-0.506194031,1893.7756882 +437,-0.178996113,-0.438090009,455,0.437940882,-0.506194031,2184.9443979 +438,-1.094339566,0.301444068,455,0.437940882,-0.506194031,6665.6653964 +439,-1.064070054,0.242569932,455,0.437940882,-0.506194031,6452.2213081 +440,-1.068153768,0.230387998,455,0.437940882,-0.506194031,6442.5245644 +441,-3.00496892,-0.23989155,455,0.437940882,-0.506194031,9271.5682954 +442,0.21751974,0.766874888,455,0.437940882,-0.506194031,5105.6073216 +443,0.117229532,0.007619006,455,0.437940882,-0.506194031,2369.9416498 +444,0.777758451,0.420554741,455,0.437940882,-0.506194031,3892.4577048 +445,-0.252356999,0.250747086,455,0.437940882,-0.506194031,3995.4260591 +446,0.363148444,0.768483434,455,0.437940882,-0.506194031,5056.2753673 +447,0.903191366,-0.118210676,455,0.437940882,-0.506194031,2319.7012812 +448,-0.205755923,0.149406178,455,0.437940882,-0.506194031,3575.002755 +449,1.811996086,0.02364353,455,0.437940882,-0.506194031,5587.6322422 +450,-1.100670221,0.314845373,455,0.437940882,-0.506194031,6711.8933268 +451,0.340078597,0.850105132,455,0.437940882,-0.506194031,5383.4923377 +452,0.258757267,0.804969236,455,0.437940882,-0.506194031,5233.2430697 +453,2.78505352,-0.155160804,455,0.437940882,-0.506194031,8436.8805315 +454,0.800551619,0.105822106,455,0.437940882,-0.506194031,2790.5092551 +455,0.437940882,-0.506194031,455,0.437940882,-0.506194031,0 +456,2.230431122,0.63458615,455,0.437940882,-0.506194031,8036.7504679 +457,0.527965361,0.127667701,455,0.437940882,-0.506194031,2534.1259644 +458,-0.063643205,0.702093448,455,0.437940882,-0.506194031,5129.2638662 +459,1.408447268,0.133010502,455,0.437940882,-0.506194031,4481.5368754 +460,0.523795955,0.280266966,455,0.437940882,-0.506194031,3132.4571677 +461,-0.975769313,0.072177659,455,0.437940882,-0.506194031,5819.1842485 +462,0.549774164,-0.463663986,455,0.437940882,-0.506194031,426.48338068 +463,0.29245874,1.095549818,455,0.437940882,-0.506194031,6361.2614134 +464,0.143625958,0.816809593,455,0.437940882,-0.506194031,5345.2619312 +465,0.671902494,0.611159853,455,0.437940882,-0.506194031,4511.38206 +466,1.239840988,0.6724199,455,0.437940882,-0.506194031,5530.1660565 +467,0.607829703,-0.10932137,455,0.437940882,-0.506194031,1695.6824428 +468,1.763020906,0.263996692,455,0.437940882,-0.506194031,5909.2423433 +469,0.378714634,0.726066797,455,0.437940882,-0.506194031,4885.7996099 +470,2.196736143,-0.153862366,455,0.437940882,-0.506194031,6567.837539 +471,0.01702415,0.148991565,455,0.437940882,-0.506194031,3052.6400406 +472,-2.998490902,-0.158002487,455,0.437940882,-0.506194031,9581.9524738 +473,-3.051262951,-0.346595608,455,0.437940882,-0.506194031,8814.0115906 +474,-1.069176439,0.182802941,455,0.437940882,-0.506194031,6354.2903575 +475,0.167157509,0.595344954,455,0.437940882,-0.506194031,4479.5281869 +476,0.613855648,0.681746124,455,0.437940882,-0.506194031,4750.0845518 +477,1.037012736,0.682555367,455,0.437940882,-0.506194031,5202.0672759 +478,-1.253574971,0.379755746,455,0.437940882,-0.506194031,7335.9372667 +479,3.108590453,-0.132620738,455,0.437940882,-0.506194031,9340.3123272 +480,0.565301296,0.022333262,455,0.437940882,-0.506194031,2148.4737908 +481,0.547898238,0.855555614,455,0.437940882,-0.506194031,5407.9107788 +482,0.948309381,0.417393755,455,0.437940882,-0.506194031,4143.0272852 +483,-0.050600732,0.945269213,455,0.437940882,-0.506194031,5987.5180893 +484,-0.977651478,-0.572363064,455,0.437940882,-0.506194031,4693.9650968 +485,1.102014914,0.728861163,455,0.437940882,-0.506194031,5461.3897741 +486,2.927300795,-0.282939414,455,0.437940882,-0.506194031,8444.2220747 +487,-1.154565557,0.124434095,455,0.437940882,-0.506194031,6535.2326147 +488,1.855331234,0.291044755,455,0.437940882,-0.506194031,6265.9223309 +489,0.830290659,0.276904518,455,0.437940882,-0.506194031,3446.1827043 +490,0.485104466,-0.234867441,455,0.437940882,-0.506194031,1088.6160445 +491,0.521367572,-0.33161327,455,0.437940882,-0.506194031,754.28487603 +1,-1.539031704,0.7349710123,456,2.230431122,0.63458615,6562.765263 +2,-1.536990553,0.7349663874,456,2.230431122,0.63458615,6565.6253734 +3,-1.534951779,0.7349571355,456,2.230431122,0.63458615,6568.4905218 +4,-1.532906461,0.7349480293,456,2.230431122,0.63458615,6571.3564306 +5,-1.531320211,0.7346937278,456,2.230431122,0.63458615,6574.4381599 +6,-1.539451648,0.7335131775,456,2.230431122,0.63458615,6567.2602868 +7,-1.537429487,0.7335445708,456,2.230431122,0.63458615,6569.9739603 +8,-1.535484998,0.7335658704,456,2.230431122,0.63458615,6572.6069956 +9,-1.533488396,0.7336036027,456,2.230431122,0.63458615,6575.2476461 +10,-1.531497785,0.7335842962,456,2.230431122,0.63458615,6578.0716905 +11,-1.530259379,0.7334777758,456,2.230431122,0.63458615,6580.1554441 +12,-1.5335454,0.7322346912,456,2.230431122,0.63458615,6579.9506584 +13,-1.531489083,0.7322238773,456,2.230431122,0.63458615,6582.8399151 +14,-1.530011122,0.7321679851,456,2.230431122,0.63458615,6585.0799622 +15,-1.53348106,0.7306614094,456,2.230431122,0.63458615,6585.5359461 +16,-1.531441779,0.7306962275,456,2.230431122,0.63458615,6588.2461901 +17,-1.529755654,0.7306933243,456,2.230431122,0.63458615,6590.5918485 +18,-1.533415048,0.7291384674,456,2.230431122,0.63458615,6590.9477814 +19,-1.531392093,0.7291705353,456,2.230431122,0.63458615,6593.6489296 +20,-1.529296523,0.7291214933,456,2.230431122,0.63458615,6596.726474 +21,-1.535280942,0.727267644,456,2.230431122,0.63458615,6594.8763396 +22,-1.533378158,0.7276139666,456,2.230431122,0.63458615,6596.3245244 +23,-1.531340368,0.7276446587,456,2.230431122,0.63458615,6599.0551591 +24,-1.528960113,0.7276398177,456,2.230431122,0.63458615,6602.376872 +25,-1.533313146,0.7260818349,456,2.230431122,0.63458615,6601.7671515 +26,-1.531259555,0.7260958115,456,2.230431122,0.63458615,6604.5822153 +27,-1.528926415,0.7260865555,456,2.230431122,0.63458615,6607.8585994 +28,-1.531226779,0.7245511789,456,2.230431122,0.63458615,6610.0276666 +29,-1.528904772,0.7245519194,456,2.230431122,0.63458615,6613.2583298 +30,-1.547195875,0.7409785979,456,2.230431122,0.63458615,6530.43524 +31,-1.5451475,0.740980426,456,2.230431122,0.63458615,6533.2973258 +32,-1.543097679,0.7409798872,456,2.230431122,0.63458615,6536.161839 +33,-1.540720364,0.7409892687,456,2.230431122,0.63458615,6539.4393282 +34,-1.547188511,0.7395198392,456,2.230431122,0.63458615,6535.5150541 +35,-1.545148587,0.7395226109,456,2.230431122,0.63458615,6538.3661107 +36,-1.543104538,0.7395314908,456,2.230431122,0.63458615,6541.1938893 +37,-1.540727751,0.7395306258,456,2.230431122,0.63458615,6544.5110963 +38,-1.547187029,0.7380014886,456,2.230431122,0.63458615,6540.7935556 +39,-1.545147315,0.7380012252,456,2.230431122,0.63458615,6543.6591334 +40,-1.54310719,0.7380060743,456,2.230431122,0.63458615,6546.4997248 +41,-1.540719671,0.7380068206,456,2.230431122,0.63458615,6549.8312658 +42,-1.547187189,0.7364799098,456,2.230431122,0.63458615,6546.0807998 +43,-1.545149996,0.7364853874,456,2.230431122,0.63458615,6548.9271456 +44,-1.543106091,0.7364823484,456,2.230431122,0.63458615,6551.8047472 +45,-1.540717158,0.7364893901,456,2.230431122,0.63458615,6555.1213142 +46,-1.538663972,0.7410138672,456,2.230431122,0.63458615,6542.2083277 +47,-1.53695285,0.7409699132,456,2.230431122,0.63458615,6544.7310609 +48,-1.534910498,0.7409641297,456,2.230431122,0.63458615,6547.5722074 +49,-1.533145034,0.7409536636,456,2.230431122,0.63458615,6550.0409913 +50,-1.538681336,0.7395405883,456,2.230431122,0.63458615,6547.3214157 +51,-1.536999189,0.7395183096,456,2.230431122,0.63458615,6549.7318776 +52,-1.534923633,0.7395144222,456,2.230431122,0.63458615,6552.6164887 +53,-1.533267822,0.7395654306,456,2.230431122,0.63458615,6554.7228777 +54,-1.53867273,0.7380151077,456,2.230431122,0.63458615,6552.6523953 +55,-1.536980576,0.7379994392,456,2.230431122,0.63458615,6555.0571517 +56,-1.534931522,0.7379944961,456,2.230431122,0.63458615,6557.9130119 +57,-1.533387952,0.7379480264,456,2.230431122,0.63458615,6560.2085101 +58,-1.538682279,0.7364914363,456,2.230431122,0.63458615,6557.9516483 +59,-1.536980704,0.7364810563,456,2.230431122,0.63458615,6560.3545922 +60,-1.534935567,0.7364752065,456,2.230431122,0.63458615,6563.2124314 +61,-1.533042592,0.7363876366,456,2.230431122,0.63458615,6566.1377265 +62,-1.545143426,0.7349628011,456,2.230431122,0.63458615,6554.2314557 +63,-1.543105297,0.7349691947,456,2.230431122,0.63458615,6557.0723746 +64,-1.541064533,0.7349647152,456,2.230431122,0.63458615,6559.947035 +65,-1.545411803,0.7334624714,456,2.230431122,0.63458615,6559.0708124 +66,-1.543446606,0.7334780896,456,2.230431122,0.63458615,6561.7823547 +67,-1.541475327,0.7334957295,456,2.230431122,0.63458615,6564.4880533 +68,-1.545401939,0.731963266,456,2.230431122,0.63458615,6564.2976025 +69,-1.54342253,0.7319915583,456,2.230431122,0.63458615,6566.9890603 +70,-1.541455867,0.7320216438,456,2.230431122,0.63458615,6569.6488707 +71,-1.545410146,0.7304422281,456,2.230431122,0.63458615,6569.5746244 +72,-1.543435491,0.7304713664,456,2.230431122,0.63458615,6572.2606082 +73,-1.541463105,0.7304997613,456,2.230431122,0.63458615,6574.9385026 +74,-1.545414768,0.7289194936,456,2.230431122,0.63458615,6574.8624019 +75,-1.543435774,0.7289538557,456,2.230431122,0.63458615,6577.5404864 +76,-1.541457714,0.7289765881,456,2.230431122,0.63458615,6580.2501967 +77,-1.539449415,0.7320555866,456,2.230431122,0.63458615,6572.3435074 +78,-1.537429183,0.7321097681,456,2.230431122,0.63458615,6574.9790241 +79,-1.535472649,0.7321497267,456,2.230431122,0.63458615,6577.5675048 +80,-1.539457899,0.7305333307,456,2.230431122,0.63458615,6577.6369062 +81,-1.537453161,0.7305750503,456,2.230431122,0.63458615,6580.2984637 +82,-1.535479385,0.7306124949,456,2.230431122,0.63458615,6582.923952 +83,-1.53946905,0.7290102593,456,2.230431122,0.63458615,6582.92918 +84,-1.537459922,0.7290417293,456,2.230431122,0.63458615,6585.6368508 +85,-1.535451349,0.7290890157,456,2.230431122,0.63458615,6588.2807377 +86,-1.535522937,0.7279887191,456,2.230431122,0.63458615,6592.0211104 +87,-1.539442524,0.7274735939,456,2.230431122,0.63458615,6588.3215746 +88,-1.537424111,0.727521351,456,2.230431122,0.63458615,6590.9895816 +89,-1.539384641,0.7259505092,456,2.230431122,0.63458615,6593.7107167 +90,-1.537372391,0.7259947145,456,2.230431122,0.63458615,6596.3864353 +91,-1.535340789,0.7260435356,456,2.230431122,0.63458615,6599.0652321 +92,-1.539325716,0.7244369706,456,2.230431122,0.63458615,6599.068102 +93,-1.537308932,0.7244801057,456,2.230431122,0.63458615,6601.7578635 +94,-1.535289068,0.7245247645,456,2.230431122,0.63458615,6604.4386757 +95,-1.533261366,0.7245550236,456,2.230431122,0.63458615,6607.1727548 +96,-1.539267302,0.722921924,456,2.230431122,0.63458615,6604.4300617 +97,-1.537248972,0.7229660258,456,2.230431122,0.63458615,6607.1225781 +98,-1.535219431,0.7229916471,456,2.230431122,0.63458615,6609.8873654 +99,-1.53318962,0.7230212049,456,2.230431122,0.63458615,6612.6308048 +100,-1.531154816,0.7230299897,456,2.230431122,0.63458615,6615.4458262 +101,-1.528878341,0.7230370244,456,2.230431122,0.63458615,6618.5955418 +102,-1.539218189,0.7214009878,456,2.230431122,0.63458615,6609.7994267 +103,-1.537198791,0.7214422745,456,2.230431122,0.63458615,6612.5072732 +104,-1.535179266,0.7214634354,456,2.230431122,0.63458615,6615.277561 +105,-1.533156501,0.7214944644,456,2.230431122,0.63458615,6618.0100432 +106,-1.53113574,0.7215166021,456,2.230431122,0.63458615,6620.7628335 +107,-1.528874248,0.7215345535,456,2.230431122,0.63458615,6623.8580458 +108,-1.539217656,0.7198512397,456,2.230431122,0.63458615,6615.2003878 +109,-1.537199919,0.7199428763,456,2.230431122,0.63458615,6617.7345786 +110,-1.545425832,0.727397149,456,2.230431122,0.63458615,6580.1394815 +111,-1.543371177,0.7273916949,456,2.230431122,0.63458615,6583.0672607 +112,-1.541368852,0.7274523163,456,2.230431122,0.63458615,6585.6832427 +113,-1.545349067,0.7258710923,456,2.230431122,0.63458615,6585.55392 +114,-1.54332671,0.7258603556,456,2.230431122,0.63458615,6588.4583611 +115,-1.541346831,0.7259242142,456,2.230431122,0.63458615,6591.0354168 +116,-1.545324355,0.7243383958,456,2.230431122,0.63458615,6590.9175579 +117,-1.543292796,0.7243617413,456,2.230431122,0.63458615,6593.7206243 +118,-1.541295822,0.7244024384,456,2.230431122,0.63458615,6596.4064468 +119,-1.543193859,0.7205570215,456,2.230431122,0.63458615,6607.0986059 +120,-1.550257047,0.7386738187,456,2.230431122,0.63458615,6534.1337269 +121,-1.549335448,0.7311736483,456,2.230431122,0.63458615,6561.4728943 +122,-1.533478843,0.7179891343,456,2.230431122,0.63458615,6629.7995597 +123,-1.556150555,0.738907041,456,2.230431122,0.63458615,6524.9773889 +124,-1.554324226,0.733414257,456,2.230431122,0.63458615,6546.6035624 +125,-1.554290846,0.7288285332,456,2.230431122,0.63458615,6562.5393107 +126,-1.55122487,0.7219795312,456,2.230431122,0.63458615,6590.6774981 +127,-1.525104458,0.7229399862,456,2.230431122,0.63458615,6624.1760223 +128,-1.519607711,0.7236181429,456,2.230431122,0.63458615,6629.3795314 +129,-1.513899999,0.7251107854,456,2.230431122,0.63458615,6631.9360115 +130,-1.536620762,0.7431061895,456,2.230431122,0.63458615,6537.7350394 +131,-1.5369566,0.7460845958,456,2.230431122,0.63458615,6526.8783046 +132,-1.545345528,0.7447040685,456,2.230431122,0.63458615,6520.0697952 +133,-1.532813921,0.7432306626,456,2.230431122,0.63458615,6542.5383505 +134,-1.554788248,0.7382381001,456,2.230431122,0.63458615,6529.2301104 +135,-1.540348126,0.7301594274,456,2.230431122,0.63458615,6577.6905875 +136,-1.538016084,0.7239051786,456,2.230431122,0.63458615,6602.7674106 +137,-1.525288962,0.7258085137,456,2.230431122,0.63458615,6613.8696929 +138,-1.534326986,0.731241342,456,2.230431122,0.63458615,6582.3337009 +139,-1.530733872,0.7303625216,456,2.230431122,0.63458615,6590.3943445 +141,-1.534354939,0.7328219978,456,2.230431122,0.63458615,6576.7749023 +142,-1.53157084,0.7292888153,456,2.230431122,0.63458615,6592.9872008 +143,-1.525691035,0.7263799874,456,2.230431122,0.63458615,6611.3119246 +144,-1.534031287,0.7495967835,456,2.230431122,0.63458615,6518.6252733 +145,-1.527714986,0.7283095957,456,2.230431122,0.63458615,6601.7565551 +146,-1.526189586,0.7271468292,456,2.230431122,0.63458615,6607.9367948 +147,-1.555177336,0.7375563366,456,2.230431122,0.63458615,6531.0390231 +148,-1.555080283,0.7312707794,456,2.230431122,0.63458615,6552.9492671 +149,-1.53856994,0.7224180299,456,2.230431122,0.63458615,6607.1707708 +150,-1.530837883,0.729933372,456,2.230431122,0.63458615,6591.7508342 +151,-1.515066984,0.5854133365,456,2.230431122,0.63458615,7120.5359994 +152,-1.534731633,0.5368370046,456,2.230431122,0.63458615,7258.0111169 +153,-1.515231902,0.5607085576,456,2.230431122,0.63458615,7206.6197388 +154,-2.616253799,1.0684566605,456,2.230431122,0.63458615,3812.2260997 +155,-1.956071439,0.5792177723,456,2.230431122,0.63458615,6276.6307126 +156,-1.951208514,0.5602434208,456,2.230431122,0.63458615,6341.9028034 +157,-1.944675062,0.6062144545,456,2.230431122,0.63458615,6225.6540805 +158,-1.613778386,0.6077989518,456,2.230431122,0.63458615,6882.3586392 +159,-2.035029014,0.6021432345,456,2.230431122,0.63458615,6027.9502242 +160,-2.114989471,0.6801825058,456,2.230431122,0.63458615,5632.6389289 +161,-2.037382079,0.5765830025,456,2.230431122,0.63458615,6091.8075688 +162,-2.129855121,0.6585019963,456,2.230431122,0.63458615,5653.0716696 +163,-2.075141798,0.6493615843,456,2.230431122,0.63458615,5806.5185839 +164,-1.828626729,0.6948433129,456,2.230431122,0.63458615,6207.7984411 +165,-1.863329418,0.6735427691,456,2.230431122,0.63458615,6203.0589736 +166,-1.266037071,0.727988852,456,2.230431122,0.63458615,6895.6073585 +167,-1.277579582,0.7249010648,456,2.230431122,0.63458615,6897.4633754 +168,-1.258418684,0.7241194816,456,2.230431122,0.63458615,6916.6597266 +169,-1.317813974,0.6804850104,456,2.230431122,0.63458615,7027.1901058 +170,-1.344165204,0.6790988904,456,2.230431122,0.63458615,7005.1734839 +171,-1.427582102,0.5277120351,456,2.230431122,0.63458615,7455.8246878 +172,-1.402238616,0.457167829,456,2.230431122,0.63458615,7746.8048001 +173,-1.422454264,0.4996161999,456,2.230431122,0.63458615,7564.3260846 +174,-1.439089277,0.4894859811,456,2.230431122,0.63458615,7576.0591556 +175,-1.448126995,0.5182330266,456,2.230431122,0.63458615,7459.8167496 +176,-1.474626146,0.5881926574,456,2.230431122,0.63458615,7171.5851067 +177,-1.421139645,0.5584869783,456,2.230431122,0.63458615,7353.8851353 +178,-1.457037165,0.565943032,456,2.230431122,0.63458615,7276.3859353 +179,-2.757159358,0.3745319,456,2.230431122,0.63458615,4502.6383984 +180,-2.714309238,0.342054471,456,2.230431122,0.63458615,4705.5293244 +181,-2.000525337,0.774119946,456,2.230431122,0.63458615,5634.2895661 +183,-1.571413436,0.6777838382,456,2.230431122,0.63458615,6713.2456117 +184,-1.552860289,0.6987663893,456,2.230431122,0.63458615,6668.7566663 +185,-1.521852374,0.7165827476,456,2.230431122,0.63458615,6650.9716913 +186,-1.503656267,0.6928968252,456,2.230431122,0.63458615,6759.5252267 +187,-1.502753178,0.7136205882,456,2.230431122,0.63458615,6687.5820698 +188,-1.631894563,0.7343596465,456,2.230431122,0.63458615,6427.3319525 +189,-1.653765416,0.6770714026,456,2.230431122,0.63458615,6582.8282918 +190,-1.719812114,0.6715965947,456,2.230431122,0.63458615,6485.1437657 +191,-1.493406659,0.6646955447,456,2.230431122,0.63458615,6873.4658801 +192,-1.469120564,0.6613469966,456,2.230431122,0.63458615,6918.8052195 +193,-1.590551461,0.5326612937,456,2.230431122,0.63458615,7176.3965887 +194,-1.625979264,0.5247742243,456,2.230431122,0.63458615,7138.4207807 +195,-1.572293943,0.5238808754,456,2.230431122,0.63458615,7238.4226209 +196,-1.610848725,0.5477107964,456,2.230431122,0.63458615,7089.4261648 +197,-1.208485554,0.7918526018,456,2.230431122,0.63458615,6694.5363333 +198,-1.335601374,0.6869083083,456,2.230431122,0.63458615,6985.0766905 +199,-1.346156996,0.6825213377,456,2.230431122,0.63458615,6990.3341531 +200,-1.324381037,0.6741422347,456,2.230431122,0.63458615,7044.2794395 +201,-1.242424992,0.7378949807,456,2.230431122,0.63458615,6876.9782723 +202,-1.270370057,0.7392461008,456,2.230431122,0.63458615,6849.2337193 +203,-1.448950472,0.7441675014,456,2.230431122,0.63458615,6647.5145117 +204,-1.492662363,0.7523026852,456,2.230431122,0.63458615,6563.9153863 +205,-1.479098966,0.7763855017,456,2.230431122,0.63458615,6495.2406397 +206,-1.633760714,0.7869022408,456,2.230431122,0.63458615,6248.2951257 +207,-1.647406434,0.8101289331,456,2.230431122,0.63458615,6150.427354 +208,-1.564245052,0.5701509278,456,2.230431122,0.63458615,7094.1561767 +209,-1.646289963,0.6833746083,456,2.230431122,0.63458615,6574.4232254 +210,-1.5820631,0.6751952144,456,2.230431122,0.63458615,6705.6366067 +211,-1.613236298,0.6681681791,456,2.230431122,0.63458615,6679.8259511 +212,-1.914661867,0.8212566515,456,2.230431122,0.63458615,5669.0089302 +213,-1.742133237,0.7250275956,456,2.230431122,0.63458615,6274.2527538 +214,-2.033144872,0.6557314699,456,2.230431122,0.63458615,5886.7166851 +215,-2.039551981,0.6964723658,456,2.230431122,0.63458615,5762.0350029 +216,-1.247341019,0.7622473908,456,2.230431122,0.63458615,6780.2155307 +217,-1.298239787,0.7084123392,456,2.230431122,0.63458615,6941.1774838 +218,-1.308539688,0.6926545592,456,2.230431122,0.63458615,6990.6770609 +219,-1.303263185,0.6888938396,456,2.230431122,0.63458615,7009.8978705 +220,-1.852400229,0.6004246149,456,2.230431122,0.63458615,6444.947323 +221,-1.288947707,0.7473773692,456,2.230431122,0.63458615,6802.5448008 +222,-1.372031502,0.7472790993,456,2.230431122,0.63458615,6723.0412179 +223,-1.289805721,0.7242157877,456,2.230431122,0.63458615,6889.2714229 +224,-1.350807603,0.7533498126,456,2.230431122,0.63458615,6722.271232 +225,-1.329290365,0.7560442322,456,2.230431122,0.63458615,6733.1892695 +226,-1.410153004,0.616936428,456,2.230431122,0.63458615,7156.5891468 +227,-1.393445434,0.6308995063,456,2.230431122,0.63458615,7126.6026755 +228,-1.37595573,0.6241540638,456,2.230431122,0.63458615,7172.5160972 +229,-1.358388707,0.6172645205,456,2.230431122,0.63458615,7218.6111163 +230,-1.753741133,0.8281661666,456,2.230431122,0.63458615,5927.3276865 +231,-1.47430987,0.6834615681,456,2.230431122,0.63458615,6832.9118194 +232,-1.421012508,0.7222725206,456,2.230431122,0.63458615,6760.1411884 +233,-1.4476833,0.6978557868,456,2.230431122,0.63458615,6815.9337086 +234,-1.470370723,0.6966193374,456,2.230431122,0.63458615,6791.1576029 +235,-1.429211703,0.7037216883,456,2.230431122,0.63458615,6817.6596779 +236,-1.700578405,0.6178673663,456,2.230431122,0.63458615,6693.848641 +237,-1.678117619,0.6331716163,456,2.230431122,0.63458615,6685.0686205 +238,-1.725644578,0.6316331145,456,2.230431122,0.63458615,6602.6340072 +239,-2.14012759,0.7930497945,456,2.230431122,0.63458615,5290.5279948 +240,-2.103289431,0.7653606263,456,2.230431122,0.63458615,5440.3858346 +241,-1.318739838,0.7017808746,456,2.230431122,0.63458615,6946.4959271 +242,-1.396417427,0.7077900843,456,2.230431122,0.63458615,6841.5755202 +243,-1.35650337,0.7185539404,456,2.230431122,0.63458615,6845.6396098 +244,-1.248884539,0.7274156818,456,2.230431122,0.63458615,6911.8634338 +245,-1.395014798,0.5761185243,456,2.230431122,0.63458615,7324.753521 +246,-1.433377362,0.6064716109,456,2.230431122,0.63458615,7163.9990405 +247,-1.408172432,0.5903155476,456,2.230431122,0.63458615,7255.9375894 +248,-1.749645898,0.7757118084,456,2.230431122,0.63458615,6100.1899561 +249,-1.571626686,0.615046989,456,2.230431122,0.63458615,6928.1528327 +250,-1.514070049,0.6303003037,456,2.230431122,0.63458615,6964.8315022 +251,-1.480890369,0.6237966528,456,2.230431122,0.63458615,7036.1279061 +252,-1.704390658,0.5281680612,456,2.230431122,0.63458615,6975.9555299 +253,-1.64434733,0.5254277498,456,2.230431122,0.63458615,7101.7911141 +254,-1.703855997,0.4792484842,456,2.230431122,0.63458615,7133.9586139 +255,-1.692002383,0.5748825051,456,2.230431122,0.63458615,6849.3229497 +256,-1.854136457,0.5544643913,456,2.230431122,0.63458615,6579.040795 +257,-1.665021206,0.520317736,456,2.230431122,0.63458615,7078.9587778 +258,-1.733654349,0.4845187345,456,2.230431122,0.63458615,7054.8308939 +259,-1.720938188,0.5135933906,456,2.230431122,0.63458615,6989.0859979 +260,-1.742668307,0.553296122,456,2.230431122,0.63458615,6818.7263295 +261,-1.965659039,0.7142126903,456,2.230431122,0.63458615,5873.1871817 +262,-1.944438071,0.6772834804,456,2.230431122,0.63458615,6022.9805262 +263,-1.270340967,0.7681487096,456,2.230431122,0.63458615,6739.5591663 +264,-1.353091884,0.6549276821,456,2.230431122,0.63458615,7085.2200024 +265,-1.333236659,0.6413584414,456,2.230431122,0.63458615,7157.342348 +266,-1.352015998,0.6753788907,456,2.230431122,0.63458615,7010.5658458 +267,-1.377988483,0.6577816235,456,2.230431122,0.63458615,7046.4289981 +268,-2.13075611,0.8318642051,456,2.230431122,0.63458615,5214.3866745 +269,-2.097910953,0.8259670014,456,2.230431122,0.63458615,5297.2388321 +270,-1.416382069,0.6694271549,456,2.230431122,0.63458615,6957.8807717 +271,-1.538905672,0.7535625993,456,2.230431122,0.63458615,6498.11493 +272,-1.572309477,0.7803125099,456,2.230431122,0.63458615,6359.276769 +273,-1.87759879,0.7503853417,456,2.230431122,0.63458615,5946.1528582 +274,1.152365588,0.590457682,456,2.230431122,0.63458615,3437.3683411 +275,0.350198001,0.718001859,456,2.230431122,0.63458615,5402.7949492 +276,0.046513677,0.491503852,456,2.230431122,0.63458615,6733.3168189 +277,0.027510309,0.742571376,456,2.230431122,0.63458615,6022.5501355 +278,0.306285725,-0.214631579,456,2.230431122,0.63458615,7845.6680528 +279,-1.100564889,0.318051531,456,2.230431122,0.63458615,8604.3518799 +280,-1.078582306,0.301437596,456,2.230431122,0.63458615,8683.6210914 +281,-1.137371989,-0.617634065,456,2.230431122,0.63458615,11715.246979 +282,0.784356344,0.703272339,456,2.230431122,0.63458615,4329.4196304 +283,-1.221209947,0.218327455,456,2.230431122,0.63458615,8872.3514 +284,2.347301921,-0.449114658,456,2.230431122,0.63458615,4314.6881911 +285,0.246820618,0.830553713,456,2.230431122,0.63458615,5344.1686943 +286,0.829414965,0.703288228,456,2.230431122,0.63458615,4206.276739 +287,-1.337537566,0.42332223,456,2.230431122,0.63458615,7960.4785665 +288,0.882453706,0.454478077,456,2.230431122,0.63458615,4504.3971912 +289,1.575629659,0.416419109,456,2.230431122,0.63458615,2386.1963368 +290,-1.039455679,0.229888244,456,2.230431122,0.63458615,8986.231983 +291,0.489558039,0.934482747,456,2.230431122,0.63458615,4609.9452689 +292,0.081344504,0.88384514,456,2.230431122,0.63458615,5508.1690053 +293,-1.547979814,0.300350308,456,2.230431122,0.63458615,8040.1796245 +294,0.040776181,0.168560074,456,2.230431122,0.63458615,7685.265565 +295,-1.130374745,0.563894876,456,2.230431122,0.63458615,7627.632605 +296,1.578326642,0.478507176,456,2.230431122,0.63458615,2263.2045658 +297,-1.12861823,-0.291640865,456,2.230431122,0.63458615,10885.512357 +298,0.310524208,0.770885792,456,2.230431122,0.63458615,5361.6416072 +299,0.415649091,-0.387246002,456,2.230431122,0.63458615,7869.3261784 +300,-0.926533878,-0.188022748,456,2.230431122,0.63458615,10674.153746 +301,1.258856172,-0.11716081,456,2.230431122,0.63458615,4670.2920769 +302,-1.126050026,0.322941926,456,2.230431122,0.63458615,8566.6298394 +303,2.002785835,0.07893892,456,2.230431122,0.63458615,2351.8532661 +304,0.440437607,0.746258085,456,2.230431122,0.63458615,5122.9383314 +305,-0.030391866,0.214441206,456,2.230431122,0.63458615,7743.3711463 +306,0.521557815,-0.058929362,456,2.230431122,0.63458615,6800.5674106 +307,-0.097005111,0.13317729,456,2.230431122,0.63458615,8156.5063122 +308,1.83113859,0.221857587,456,2.230431122,0.63458615,2165.5667152 +309,0.222428864,0.099404236,456,2.230431122,0.63458615,7347.9379584 +310,-1.702731345,0.8728568183,456,2.230431122,0.63458615,5862.8222413 +311,-0.418507569,0.278324921,456,2.230431122,0.63458615,8385.0455341 +312,-1.41153306,0.339029988,456,2.230431122,0.63458615,8156.4357488 +313,0.357560442,0.114788776,456,2.230431122,0.63458615,6898.9972034 +314,0.325818979,0.268352149,456,2.230431122,0.63458615,6607.662805 +315,-1.246004659,-0.663679965,456,2.230431122,0.63458615,11382.93622 +316,1.814603087,0.637404484,456,2.230431122,0.63458615,1321.6987694 +317,1.843704281,-0.18300445,456,2.230431122,0.63458615,3545.1899193 +318,1.690644492,-0.211480909,456,2.230431122,0.63458615,3910.5182533 +319,-1.275451936,0.068109467,456,2.230431122,0.63458615,9351.2528634 +320,0.762430171,-0.207594741,456,2.230431122,0.63458615,6385.6647101 +321,0.265668905,-0.014647884,456,2.230431122,0.63458615,7502.8368742 +322,-2.773032013,-0.335515811,456,2.230431122,0.63458615,6130.7074382 +323,-1.469512853,0.174058777,456,2.230431122,0.63458615,8624.4073964 +324,0.286276986,0.785925691,456,2.230431122,0.63458615,5376.4474299 +325,-1.379324697,0.377432233,456,2.230431122,0.63458615,8068.9917162 +326,-1.203778265,0.212813032,456,2.230431122,0.63458615,8913.7842836 +327,0.579916301,0.611743168,456,2.230431122,0.63458615,5064.9022897 +328,0.267582642,0.868113908,456,2.230431122,0.63458615,5206.5290362 +329,0.412869244,-0.050245578,456,2.230431122,0.63458615,7125.8906429 +330,0.17524381,0.976660285,456,2.230431122,0.63458615,5092.3637253 +331,0.743157214,0.204812899,456,2.230431122,0.63458615,5479.4327672 +332,-1.070758176,0.269382282,456,2.230431122,0.63458615,8813.7425315 +333,-1.230364251,0.329790229,456,2.230431122,0.63458615,8441.2792352 +334,-1.374813124,-0.024926835,456,2.230431122,0.63458615,9491.5052271 +335,0.519780566,0.463669906,456,2.230431122,0.63458615,5566.4315226 +336,-1.55108034,0.239698561,456,2.230431122,0.63458615,8235.6256906 +337,0.180294813,0.029739425,456,2.230431122,0.63458615,7653.5588486 +338,0.67820924,0.268170153,456,2.230431122,0.63458615,5539.2086447 +339,0.445798684,1.024001867,456,2.230431122,0.63458615,4515.7467926 +340,0.691751283,0.150521402,456,2.230431122,0.63458615,5767.527282 +341,-1.036643551,-0.903056181,456,2.230431122,0.63458615,11323.382829 +342,-0.120287036,1.083325163,456,2.230431122,0.63458615,5186.1207212 +343,2.823513113,-0.304487164,456,2.230431122,0.63458615,4331.5646659 +344,0.457583172,1.12513373,456,2.230431122,0.63458615,4305.016588 +345,0.042918831,0.813795399,456,2.230431122,0.63458615,5781.0346878 +346,1.196146777,-0.853142756,456,2.230431122,0.63458615,6922.4032056 +347,0.206001358,-0.010430701,456,2.230431122,0.63458615,7676.7370732 +348,-0.268308653,0.234799412,456,2.230431122,0.63458615,8245.5720127 +349,0.759363263,0.736189579,456,2.230431122,0.63458615,4339.7625297 +350,0.181363926,0.891988372,456,2.230431122,0.63458615,5307.9159014 +351,-0.021111158,0.139103292,456,2.230431122,0.63458615,7937.7018006 +352,-0.093355215,0.630686981,456,2.230431122,0.63458615,6599.3979675 +353,0.40118964,0.681375926,456,2.230431122,0.63458615,5369.4974548 +354,-0.721197315,1.304706234,456,2.230431122,0.63458615,4746.1233604 +355,-1.076150317,0.212107639,456,2.230431122,0.63458615,9033.9140373 +356,-1.577164531,0.273993443,456,2.230431122,0.63458615,8067.1803338 +357,-0.190788414,0.182208586,456,2.230431122,0.63458615,8240.3222202 +358,-0.261349752,0.209710184,456,2.230431122,0.63458615,8312.9700767 +359,-1.029303852,0.083549259,456,2.230431122,0.63458615,9565.8003405 +360,-1.268609162,0.330525297,456,2.230431122,0.63458615,8393.4691886 +361,1.282982244,-0.926641967,456,2.230431122,0.63458615,6986.1063306 +362,0.217352334,0.731352408,456,2.230431122,0.63458615,5667.9068675 +363,-1.511833084,0.258629297,456,2.230431122,0.63458615,8253.1873767 +364,0.338812194,0.823184618,456,2.230431122,0.63458615,5171.5566898 +365,-0.324406489,1.134201999,456,2.230431122,0.63458615,5206.0868967 +366,1.389579348,0.399185724,456,2.230431122,0.63458615,3008.2251856 +367,2.047152199,-0.039082036,456,2.230431122,0.63458615,2752.8507527 +368,0.947780369,0.568250077,456,2.230431122,0.63458615,4093.1668047 +369,0.763824846,0.576754987,456,2.230431122,0.63458615,4620.0067932 +370,-0.142334657,0.928153068,456,2.230431122,0.63458615,5714.7358389 +371,0.610266567,0.547265983,456,2.230431122,0.63458615,5120.2744185 +372,0.210731629,0.746815056,456,2.230431122,0.63458615,5640.5550145 +373,-1.34931644,0.316895224,456,2.230431122,0.63458615,8333.4703294 +374,2.407696481,0.655030745,456,2.230431122,0.63458615,566.69093072 +375,0.64207831,0.545359131,456,2.230431122,0.63458615,5033.9723428 +376,1.174597538,0.840588356,456,2.230431122,0.63458615,3115.7817583 +377,0.660059424,0.010604079,456,2.230431122,0.63458615,6195.6689998 +378,-0.730263819,0.010486456,456,2.230431122,0.63458615,9803.3668178 +379,0.831068936,0.512339172,456,2.230431122,0.63458615,4546.9934421 +380,1.301180979,0.72367476,456,2.230431122,0.63458615,2840.5517734 +381,1.811128231,0.322854402,456,2.230431122,0.63458615,1912.8184775 +382,0.435105812,0.992284428,456,2.230431122,0.63458615,4599.0914151 +383,0.62643634,0.592027932,456,2.230431122,0.63458615,4979.0568664 +384,0.492988703,-0.516339467,456,2.230431122,0.63458615,7890.2940523 +385,-0.162469483,0.112549365,456,2.230431122,0.63458615,8386.3451488 +386,0.314630866,0.472006421,456,2.230431122,0.63458615,6115.0722272 +387,0.166744804,0.822815954,456,2.230431122,0.63458615,5523.4935044 +388,0.417159608,0.965805736,456,2.230431122,0.63458615,4688.0264849 +389,0.106334961,0.868774244,456,2.230431122,0.63458615,5507.5442956 +390,0.815086969,-0.338144359,456,2.230431122,0.63458615,6535.3461014 +391,0.59867455,-0.230624824,456,2.230431122,0.63458615,6952.0184821 +392,1.915104874,0.066220985,456,2.230431122,0.63458615,2527.9519586 +393,1.278093622,0.064463721,456,2.230431122,0.63458615,4129.0448751 +394,-0.061477853,0.302997961,456,2.230431122,0.63458615,7556.4235828 +395,0.251311504,0.626976942,456,2.230431122,0.63458615,5869.4387447 +396,2.950242872,0.149095644,456,2.230431122,0.63458615,3222.6650863 +397,-0.180294708,0.35375117,456,2.230431122,0.63458615,7668.4716255 +398,1.010448592,-0.351180233,456,2.230431122,0.63458615,6000.2949923 +399,-1.748740498,0.3686318073,456,2.230431122,0.63458615,7383.7853097 +400,2.699635665,0.123533791,456,2.230431122,0.63458615,2640.8316785 +401,0.496808033,0.823843254,456,2.230431122,0.63458615,4821.1709618 +402,0.129574704,0.763364087,456,2.230431122,0.63458615,5762.6473728 +403,1.798920311,0.817447563,456,2.230431122,0.63458615,1460.0698245 +404,0.335987953,0.746786541,456,2.230431122,0.63458615,5364.6000758 +405,-1.085413643,0.292154671,456,2.230431122,0.63458615,8715.4922781 +406,-0.155321003,0.508207011,456,2.230431122,0.63458615,7114.6582101 +407,0.620529244,-0.301175104,456,2.230431122,0.63458615,7043.491321 +408,1.684402744,0.368716966,456,2.230431122,0.63458615,2154.8518227 +409,0.300582244,-0.386397212,456,2.230431122,0.63458615,8230.0325523 +410,2.913555946,-0.009225192,456,2.230431122,0.63458615,3577.5173215 +411,1.465101417,0.493232532,456,2.230431122,0.63458615,2599.7515702 +412,0.090612882,0.907955955,456,2.230431122,0.63458615,5423.144821 +413,2.987564726,-0.729568594,456,2.230431122,0.63458615,6058.8129606 +414,-1.484261606,0.224149272,456,2.230431122,0.63458615,8424.9440638 +415,0.164073421,0.303955133,456,2.230431122,0.63458615,6970.8824908 +416,0.141441293,0.167552546,456,2.230431122,0.63458615,7405.6985066 +417,2.931321023,-0.506718887,456,2.230431122,0.63458615,5219.3205608 +418,2.21951565,0.700596356,456,2.230431122,0.63458615,263.65956156 +419,0.268112576,1.199114336,456,2.230431122,0.63458615,4413.9654864 +420,0.978913739,0.359223811,456,2.230431122,0.63458615,4394.9785683 +421,1.210898818,0.522863584,456,2.230431122,0.63458615,3358.9194934 +422,2.347397336,0.129231362,456,2.230431122,0.63458615,2045.9111936 +423,0.614394501,0.556878345,456,2.230431122,0.63458615,5087.8121396 +424,-1.398079356,0.148483366,456,2.230431122,0.63458615,8851.5999049 +425,2.535303836,-0.112984496,456,2.230431122,0.63458615,3170.2593268 +426,-1.019372593,-0.405322349,456,2.230431122,0.63458615,11463.13464 +427,-1.297785627,-0.160104069,456,2.230431122,0.63458615,10106.191919 +428,2.144554488,0.205051084,456,2.230431122,0.63458615,1728.8169044 +429,-2.242387083,-0.426171285,456,2.230431122,0.63458615,7934.7546048 +430,0.338637212,0.909723676,456,2.230431122,0.63458615,4965.3128215 +431,-0.148798452,0.691042401,456,2.230431122,0.63458615,6503.197487 +432,0.893524764,0.441829531,456,2.230431122,0.63458615,4495.3677512 +433,0.969229347,-0.368847936,456,2.230431122,0.63458615,6162.0661735 +434,0.436043248,0.800045688,456,2.230431122,0.63458615,5011.3099568 +435,1.687946607,1.081504775,456,2.230431122,0.63458615,2216.7703073 +436,0.522302046,-0.034889271,456,2.230431122,0.63458615,6741.7584177 +437,-0.178996113,-0.438090009,456,2.230431122,0.63458615,9854.7221446 +438,-1.094339566,0.301444068,456,2.230431122,0.63458615,8673.3094945 +439,-1.064070054,0.242569932,456,2.230431122,0.63458615,8922.6753411 +440,-1.068153768,0.230387998,456,2.230431122,0.63458615,8967.7707162 +441,-3.00496892,-0.23989155,456,2.230431122,0.63458615,5221.5833615 +442,0.21751974,0.766874888,456,2.230431122,0.63458615,5572.3498624 +443,0.117229532,0.007619006,456,2.230431122,0.63458615,7900.3637924 +444,0.777758451,0.420554741,456,2.230431122,0.63458615,4895.3850981 +445,-0.252356999,0.250747086,456,2.230431122,0.63458615,8158.9685236 +446,0.363148444,0.768483434,456,2.230431122,0.63458615,5250.1020064 +447,0.903191366,-0.118210676,456,2.230431122,0.63458615,5733.7473258 +448,-0.205755923,0.149406178,456,2.230431122,0.63458615,8378.9700111 +449,1.811996086,0.02364353,456,2.230431122,0.63458615,2864.8510231 +450,-1.100670221,0.314845373,456,2.230431122,0.63458615,8616.7612952 +451,0.340078597,0.850105132,456,2.230431122,0.63458615,5104.0589138 +452,0.258757267,0.804969236,456,2.230431122,0.63458615,5385.8757663 +453,2.78505352,-0.155160804,456,2.230431122,0.63458615,3747.9575473 +454,0.800551619,0.105822106,456,2.230431122,0.63458615,5524.7840884 +455,0.437940882,-0.506194031,456,2.230431122,0.63458615,8036.7504679 +456,2.230431122,0.63458615,456,2.230431122,0.63458615,0 +457,0.527965361,0.127667701,456,2.230431122,0.63458615,6338.3445896 +458,-0.063643205,0.702093448,456,2.230431122,0.63458615,6317.2691591 +459,1.408447268,0.133010502,456,2.230431122,0.63458615,3562.8517154 +460,0.523795955,0.280266966,456,2.230431122,0.63458615,5987.3515222 +461,-0.975769313,0.072177659,456,2.230431122,0.63458615,9634.1505379 +462,0.549774164,-0.463663986,456,2.230431122,0.63458615,7613.3839659 +463,0.29245874,1.095549818,456,2.230431122,0.63458615,4614.0575887 +464,0.143625958,0.816809593,456,2.230431122,0.63458615,5584.8085953 +465,0.671902494,0.611159853,456,2.230431122,0.63458615,4812.8749127 +466,1.239840988,0.6724199,456,2.230431122,0.63458615,3068.5225084 +467,0.607829703,-0.10932137,456,2.230431122,0.63458615,6643.1121679 +468,1.763020906,0.263996692,456,2.230431122,0.63458615,2207.1607351 +469,0.378714634,0.726066797,456,2.230431122,0.63458615,5316.2826018 +470,2.196736143,-0.153862366,456,2.230431122,0.63458615,3125.5664663 +471,0.01702415,0.148991565,456,2.230431122,0.63458615,7805.674511 +472,-2.998490902,-0.158002487,456,2.230431122,0.63458615,5017.1751723 +473,-3.051262951,-0.346595608,456,2.230431122,0.63458615,5396.4241862 +474,-1.069176439,0.182802941,456,2.230431122,0.63458615,9152.9254871 +475,0.167157509,0.595344954,456,2.230431122,0.63458615,6153.7529892 +476,0.613855648,0.681746124,456,2.230431122,0.63458615,4826.8555413 +477,1.037012736,0.682555367,456,2.230431122,0.63458615,3652.0923452 +478,-1.253574971,0.379755746,456,2.230431122,0.63458615,8226.5355062 +479,3.108590453,-0.132620738,456,2.230431122,0.63458615,4455.4011222 +480,0.565301296,0.022333262,456,2.230431122,0.63458615,6470.0363431 +481,0.547898238,0.855555614,456,2.230431122,0.63458615,4640.7383037 +482,0.948309381,0.417393755,456,2.230431122,0.63458615,4373.4934231 +483,-0.050600732,0.945269213,456,2.230431122,0.63458615,5532.6167412 +484,-0.977651478,-0.572363064,456,2.230431122,0.63458615,12115.632209 +485,1.102014914,0.728861163,456,2.230431122,0.63458615,3408.7110176 +486,2.927300795,-0.282939414,456,2.230431122,0.63458615,4472.263896 +487,-1.154565557,0.124434095,456,2.230431122,0.63458615,9304.1373781 +488,1.855331234,0.291044755,456,2.230431122,0.63458615,1893.2462814 +489,0.830290659,0.276904518,456,2.230431122,0.63458615,5041.4694979 +490,0.485104466,-0.234867441,456,2.230431122,0.63458615,7321.1494147 +491,0.521367572,-0.33161327,456,2.230431122,0.63458615,7420.3397858 +1,-1.539031704,0.7349710123,457,0.527965361,0.127667701,7284.0101898 +2,-1.536990553,0.7349663874,457,0.527965361,0.127667701,7278.5905523 +3,-1.534951779,0.7349571355,457,0.527965361,0.127667701,7273.1810182 +4,-1.532906461,0.7349480293,457,0.527965361,0.127667701,7267.7497959 +5,-1.531320211,0.7346937278,457,0.527965361,0.127667701,7263.9471458 +6,-1.539451648,0.7335131775,457,0.527965361,0.127667701,7287.5889242 +7,-1.537429487,0.7335445708,457,0.527965361,0.127667701,7282.1519864 +8,-1.535484998,0.7335658704,457,0.527965361,0.127667701,7276.9354756 +9,-1.533488396,0.7336036027,457,0.527965361,0.127667701,7271.549158 +10,-1.531497785,0.7335842962,457,0.527965361,0.127667701,7266.2705908 +11,-1.530259379,0.7334777758,457,0.527965361,0.127667701,7263.1419278 +12,-1.5335454,0.7322346912,457,0.527965361,0.127667701,7273.9900444 +13,-1.531489083,0.7322238773,457,0.527965361,0.127667701,7268.5144313 +14,-1.530011122,0.7321679851,457,0.527965361,0.127667701,7264.6563335 +15,-1.53348106,0.7306614094,457,0.527965361,0.127667701,7276.4464616 +16,-1.531441779,0.7306962275,457,0.527965361,0.127667701,7270.9316098 +17,-1.529755654,0.7306933243,457,0.527965361,0.127667701,7266.4217649 +18,-1.533415048,0.7291384674,457,0.527965361,0.127667701,7278.8116683 +19,-1.531392093,0.7291705353,457,0.527965361,0.127667701,7273.3366925 +20,-1.529296523,0.7291214933,457,0.527965361,0.127667701,7267.7978604 +21,-1.535280942,0.727267644,457,0.527965361,0.127667701,7286.9379908 +22,-1.533378158,0.7276139666,457,0.527965361,0.127667701,7281.2550009 +23,-1.531340368,0.7276446587,457,0.527965361,0.127667701,7275.7341295 +24,-1.528960113,0.7276398177,457,0.527965361,0.127667701,7269.348309 +25,-1.533313146,0.7260818349,457,0.527965361,0.127667701,7283.6330882 +26,-1.531259555,0.7260958115,457,0.527965361,0.127667701,7278.0889654 +27,-1.528926415,0.7260865555,457,0.527965361,0.127667701,7271.8271307 +28,-1.531226779,0.7245511789,457,0.527965361,0.127667701,7280.5633858 +29,-1.528904772,0.7245519194,457,0.527965361,0.127667701,7274.3052532 +30,-1.547195875,0.7409785979,457,0.527965361,0.127667701,7295.384428 +31,-1.5451475,0.740980426,457,0.527965361,0.127667701,7289.9841251 +32,-1.543097679,0.7409798872,457,0.527965361,0.127667701,7284.5800234 +33,-1.540720364,0.7409892687,457,0.527965361,0.127667701,7278.2904717 +34,-1.547188511,0.7395198392,457,0.527965361,0.127667701,7297.8677096 +35,-1.545148587,0.7395226109,457,0.527965361,0.127667701,7292.4799469 +36,-1.543104538,0.7395314908,457,0.527965361,0.127667701,7287.066907 +37,-1.540727751,0.7395306258,457,0.527965361,0.127667701,7280.7867933 +38,-1.547187029,0.7380014886,457,0.527965361,0.127667701,7300.4666843 +39,-1.545147315,0.7380012252,457,0.527965361,0.127667701,7295.0762294 +40,-1.54310719,0.7380060743,457,0.527965361,0.127667701,7289.6719771 +41,-1.540719671,0.7380068206,457,0.527965361,0.127667701,7283.350848 +42,-1.547187189,0.7364799098,457,0.527965361,0.127667701,7303.0734441 +43,-1.545149996,0.7364853874,457,0.527965361,0.127667701,7297.6714243 +44,-1.543106091,0.7364823484,457,0.527965361,0.127667701,7292.2621755 +45,-1.540717158,0.7364893901,457,0.527965361,0.127667701,7285.9167355 +46,-1.538663972,0.7410138672,457,0.527965361,0.127667701,7272.8178129 +47,-1.53695285,0.7409699132,457,0.527965361,0.127667701,7268.3699334 +48,-1.534910498,0.7409641297,457,0.527965361,0.127667701,7262.9783409 +49,-1.533145034,0.7409536636,457,0.527965361,0.127667701,7258.3236529 +50,-1.538681336,0.7395405883,457,0.527965361,0.127667701,7275.3571694 +51,-1.536999189,0.7395183096,457,0.527965361,0.127667701,7270.9425465 +52,-1.534923633,0.7395144222,457,0.527965361,0.127667701,7265.4518016 +53,-1.533267822,0.7395654306,457,0.527965361,0.127667701,7260.9777734 +54,-1.53867273,0.7380151077,457,0.527965361,0.127667701,7277.9141762 +55,-1.536980576,0.7379994392,457,0.527965361,0.127667701,7273.4548492 +56,-1.534931522,0.7379944961,457,0.527965361,0.127667701,7268.027592 +57,-1.533387952,0.7379480264,457,0.527965361,0.127667701,7264.0081884 +58,-1.538682279,0.7364914363,457,0.527965361,0.127667701,7280.5141848 +59,-1.536980704,0.7364810563,457,0.527965361,0.127667701,7276.0139158 +60,-1.534935567,0.7364752065,457,0.527965361,0.127667701,7270.5901346 +61,-1.533042592,0.7363876366,457,0.527965361,0.127667701,7265.7038322 +62,-1.545143426,0.7349628011,457,0.527965361,0.127667701,7300.2515514 +63,-1.543105297,0.7349691947,457,0.527965361,0.127667701,7294.8331287 +64,-1.541064533,0.7349647152,457,0.527965361,0.127667701,7289.4222207 +65,-1.545411803,0.7334624714,457,0.527965361,0.127667701,7303.5219168 +66,-1.543446606,0.7334780896,457,0.527965361,0.127667701,7298.2738925 +67,-1.541475327,0.7334957295,457,0.527965361,0.127667701,7293.0027393 +68,-1.545401939,0.731963266,457,0.527965361,0.127667701,7306.0503345 +69,-1.54342253,0.7319915583,457,0.527965361,0.127667701,7300.734972 +70,-1.541455867,0.7320216438,457,0.527965361,0.127667701,7295.447079 +71,-1.545410146,0.7304422281,457,0.527965361,0.127667701,7308.6619373 +72,-1.543435491,0.7304713664,457,0.527965361,0.127667701,7303.3497094 +73,-1.541463105,0.7304997613,457,0.527965361,0.127667701,7298.0413755 +74,-1.545414768,0.7289194936,457,0.527965361,0.127667701,7311.2648208 +75,-1.543435774,0.7289538557,457,0.527965361,0.127667701,7305.924062 +76,-1.541457714,0.7289765881,457,0.527965361,0.127667701,7300.6020758 +77,-1.539449415,0.7320555866,457,0.527965361,0.127667701,7290.0432567 +78,-1.537429183,0.7321097681,457,0.527965361,0.127667701,7284.5651878 +79,-1.535472649,0.7321497267,457,0.527965361,0.127667701,7279.2777115 +80,-1.539457899,0.7305333307,457,0.527965361,0.127667701,7292.6332968 +81,-1.537453161,0.7305750503,457,0.527965361,0.127667701,7287.2093231 +82,-1.535479385,0.7306124949,457,0.527965361,0.127667701,7281.8719348 +83,-1.53946905,0.7290102593,457,0.527965361,0.127667701,7295.2298279 +84,-1.537459922,0.7290417293,457,0.527965361,0.127667701,7289.8031372 +85,-1.535451349,0.7290890157,457,0.527965361,0.127667701,7284.3479933 +86,-1.535522937,0.7279887191,457,0.527965361,0.127667701,7286.3809789 +87,-1.539442524,0.7274735939,457,0.527965361,0.127667701,7297.7463459 +88,-1.537424111,0.727521351,457,0.527965361,0.127667701,7292.2591026 +89,-1.539384641,0.7259505092,457,0.527965361,0.127667701,7300.1535689 +90,-1.537372391,0.7259947145,457,0.527965361,0.127667701,7294.6804818 +91,-1.535340789,0.7260435356,457,0.527965361,0.127667701,7289.1443729 +92,-1.539325716,0.7244369706,457,0.527965361,0.127667701,7302.5393713 +93,-1.537308932,0.7244801057,457,0.527965361,0.127667701,7297.0476331 +94,-1.535289068,0.7245247645,457,0.527965361,0.127667701,7291.5417034 +95,-1.533261366,0.7245550236,457,0.527965361,0.127667701,7286.0352917 +96,-1.539267302,0.722921924,457,0.527965361,0.127667701,7304.9265152 +97,-1.537248972,0.7229660258,457,0.527965361,0.127667701,7299.4207205 +98,-1.535219431,0.7229916471,457,0.527965361,0.127667701,7293.9121842 +99,-1.53318962,0.7230212049,457,0.527965361,0.127667701,7288.3928002 +100,-1.531154816,0.7230299897,457,0.527965361,0.127667701,7282.8908411 +101,-1.528878341,0.7230370244,457,0.527965361,0.127667701,7276.7355865 +102,-1.539218189,0.7214009878,457,0.527965361,0.127667701,7307.346027 +103,-1.537198791,0.7214422745,457,0.527965361,0.127667701,7301.8337658 +104,-1.535179266,0.7214634354,457,0.527965361,0.127667701,7296.3513094 +105,-1.533156501,0.7214944644,457,0.527965361,0.127667701,7290.8401305 +106,-1.53113574,0.7215166021,457,0.527965361,0.127667701,7285.3456047 +107,-1.528874248,0.7215345535,457,0.527965361,0.127667701,7279.2035656 +108,-1.539217656,0.7198512397,457,0.527965361,0.127667701,7309.9423943 +109,-1.537199919,0.7199428763,457,0.527965361,0.127667701,7304.3421672 +110,-1.545425832,0.727397149,457,0.527965361,0.127667701,7313.8821861 +111,-1.543371177,0.7273916949,457,0.527965361,0.127667701,7308.3984407 +112,-1.541368852,0.7274523163,457,0.527965361,0.127667701,7302.9391095 +113,-1.545349067,0.7258710923,457,0.527965361,0.127667701,7316.2687386 +114,-1.54332671,0.7258603556,457,0.527965361,0.127667701,7310.8718168 +115,-1.541346831,0.7259242142,457,0.527965361,0.127667701,7305.4589128 +116,-1.545324355,0.7243383958,457,0.527965361,0.127667701,7318.8033263 +117,-1.543292796,0.7243617413,457,0.527965361,0.127667701,7313.3156663 +118,-1.541295822,0.7244024384,457,0.527965361,0.127667701,7307.887929 +119,-1.543193859,0.7205570215,457,0.527965361,0.127667701,7319.4751174 +120,-1.550257047,0.7386738187,457,0.527965361,0.127667701,7307.4151391 +121,-1.549335448,0.7311736483,457,0.527965361,0.127667701,7317.8595426 +122,-1.533478843,0.7179891343,457,0.527965361,0.127667701,7297.5294054 +123,-1.556150555,0.738907041,457,0.527965361,0.127667701,7322.5349074 +124,-1.554324226,0.733414257,457,0.527965361,0.127667701,7327.2385607 +125,-1.554290846,0.7288285332,457,0.527965361,0.127667701,7335.0680671 +126,-1.55122487,0.7219795312,457,0.527965361,0.127667701,7338.6406546 +127,-1.525104458,0.7229399862,457,0.527965361,0.127667701,7266.6995303 +128,-1.519607711,0.7236181429,457,0.527965361,0.127667701,7250.7225071 +129,-1.513899999,0.7251107854,457,0.527965361,0.127667701,7232.8531848 +130,-1.536620762,0.7431061895,457,0.527965361,0.127667701,7263.8850463 +131,-1.5369566,0.7460845958,457,0.527965361,0.127667701,7259.7328724 +132,-1.545345528,0.7447040685,457,0.527965361,0.127667701,7284.1278288 +133,-1.532813921,0.7432306626,457,0.527965361,0.127667701,7253.6260529 +134,-1.554788248,0.7382381001,457,0.527965361,0.127667701,7320.1105627 +135,-1.540348126,0.7301594274,457,0.527965361,0.127667701,7295.6407252 +136,-1.538016084,0.7239051786,457,0.527965361,0.127667701,7299.911993 +137,-1.525288962,0.7258085137,457,0.527965361,0.127667701,7262.4876806 +138,-1.534326986,0.731241342,457,0.527965361,0.127667701,7277.7390498 +139,-1.530733872,0.7303625216,457,0.527965361,0.127667701,7269.5912069 +141,-1.534354939,0.7328219978,457,0.527965361,0.127667701,7275.1686329 +142,-1.53157084,0.7292888153,457,0.527965361,0.127667701,7273.6191336 +143,-1.525691035,0.7263799874,457,0.527965361,0.127667701,7262.631496 +144,-1.534031287,0.7495967835,457,0.527965361,0.127667701,7246.1131719 +145,-1.527714986,0.7283095957,457,0.527965361,0.127667701,7264.8951377 +146,-1.526189586,0.7271468292,457,0.527965361,0.127667701,7262.7115724 +147,-1.555177336,0.7375563366,457,0.527965361,0.127667701,7322.3183622 +148,-1.555080283,0.7312707794,457,0.527965361,0.127667701,7332.9479735 +149,-1.53856994,0.7224180299,457,0.527965361,0.127667701,7303.8948387 +150,-1.530837883,0.729933372,457,0.527965361,0.127667701,7270.583132 +151,-1.515066984,0.5854133365,457,0.527965361,0.127667701,7452.4934699 +152,-1.534731633,0.5368370046,457,0.527965361,0.127667701,7585.3094549 +153,-1.515231902,0.5607085576,457,0.527965361,0.127667701,7489.1980296 +154,-2.616253799,1.0684566605,457,0.527965361,0.127667701,7705.9928939 +155,-1.956071439,0.5792177723,457,0.527965361,0.127667701,8708.3530917 +156,-1.951208514,0.5602434208,457,0.527965361,0.127667701,8745.4969928 +157,-1.944675062,0.6062144545,457,0.527965361,0.127667701,8609.3596947 +158,-1.613778386,0.6077989518,457,0.527965361,0.127667701,7711.7737466 +159,-2.035029014,0.6021432345,457,0.527965361,0.127667701,8831.8377047 +160,-2.114989471,0.6801825058,457,0.527965361,0.127667701,8756.7746051 +161,-2.037382079,0.5765830025,457,0.527965361,0.127667701,8910.4523944 +162,-2.129855121,0.6585019963,457,0.527965361,0.127667701,8853.3775995 +163,-2.075141798,0.6493615843,457,0.527965361,0.127667701,8776.8045902 +164,-1.828626729,0.6948433129,457,0.527965361,0.127667701,8103.8571368 +165,-1.863329418,0.6735427691,457,0.527965361,0.127667701,8239.7357338 +166,-1.266037071,0.727988852,457,0.527965361,0.127667701,6535.9081815 +167,-1.277579582,0.7249010648,457,0.527965361,0.127667701,6572.042502 +168,-1.258418684,0.7241194816,457,0.527965361,0.127667701,6517.6643558 +169,-1.317813974,0.6804850104,457,0.527965361,0.127667701,6735.2303942 +170,-1.344165204,0.6790988904,457,0.527965361,0.127667701,6814.7136103 +171,-1.427582102,0.5277120351,457,0.527965361,0.127667701,7253.5720128 +172,-1.402238616,0.457167829,457,0.527965361,0.127667701,7250.7622912 +173,-1.422454264,0.4996161999,457,0.527965361,0.127667701,7270.439427 +174,-1.439089277,0.4894859811,457,0.527965361,0.127667701,7337.8305341 +175,-1.448126995,0.5182330266,457,0.527965361,0.127667701,7332.2718053 +176,-1.474626146,0.5881926574,457,0.527965361,0.127667701,7324.1480099 +177,-1.421139645,0.5584869783,457,0.527965361,0.127667701,7195.0481028 +178,-1.457037165,0.565943032,457,0.527965361,0.127667701,7299.3914896 +179,-2.757159358,0.3745319,457,0.527965361,0.127667701,10377.874355 +180,-2.714309238,0.342054471,457,0.527965361,0.127667701,10542.287289 +181,-2.000525337,0.774119946,457,0.527965361,0.127667701,8255.0246418 +183,-1.571413436,0.6777838382,457,0.527965361,0.127667701,7469.5837538 +184,-1.552860289,0.6987663893,457,0.527965361,0.127667701,7382.5624484 +185,-1.521852374,0.7165827476,457,0.527965361,0.127667701,7268.2577247 +186,-1.503656267,0.6928968252,457,0.527965361,0.127667701,7255.6711495 +187,-1.502753178,0.7136205882,457,0.527965361,0.127667701,7220.7388017 +188,-1.631894563,0.7343596465,457,0.527965361,0.127667701,7527.6648884 +189,-1.653765416,0.6770714026,457,0.527965361,0.127667701,7696.3069291 +190,-1.719812114,0.6715965947,457,0.527965361,0.127667701,7883.0384157 +191,-1.493406659,0.6646955447,457,0.527965361,0.127667701,7269.6942665 +192,-1.469120564,0.6613469966,457,0.527965361,0.127667701,7204.2390677 +193,-1.590551461,0.5326612937,457,0.527965361,0.127667701,7767.1494856 +194,-1.625979264,0.5247742243,457,0.527965361,0.127667701,7890.4385012 +195,-1.572293943,0.5238808754,457,0.527965361,0.127667701,7723.5253017 +196,-1.610848725,0.5477107964,457,0.527965361,0.127667701,7805.5150629 +197,-1.208485554,0.7918526018,457,0.527965361,0.127667701,6318.1614404 +198,-1.335601374,0.6869083083,457,0.527965361,0.127667701,6780.677108 +199,-1.346156996,0.6825213377,457,0.527965361,0.127667701,6816.6794994 +200,-1.324381037,0.6741422347,457,0.527965361,0.127667701,6761.5769898 +201,-1.242424992,0.7378949807,457,0.527965361,0.127667701,6459.1374253 +202,-1.270370057,0.7392461008,457,0.527965361,0.127667701,6537.4028098 +203,-1.448950472,0.7441675014,457,0.527965361,0.127667701,7027.6307632 +204,-1.492662363,0.7523026852,457,0.527965361,0.127667701,7132.5575827 +205,-1.479098966,0.7763855017,457,0.527965361,0.127667701,7059.193323 +206,-1.633760714,0.7869022408,457,0.527965361,0.127667701,7428.7847406 +207,-1.647406434,0.8101289331,457,0.527965361,0.127667701,7414.0761159 +208,-1.564245052,0.5701509278,457,0.527965361,0.127667701,7626.3487499 +209,-1.646289963,0.6833746083,457,0.527965361,0.127667701,7664.0350904 +210,-1.5820631,0.6751952144,457,0.527965361,0.127667701,7503.6486168 +211,-1.613236298,0.6681681791,457,0.527965361,0.127667701,7602.4871759 +212,-1.914661867,0.8212566515,457,0.527965361,0.127667701,7956.7072377 +213,-1.742133237,0.7250275956,457,0.527965361,0.127667701,7823.5941068 +214,-2.033144872,0.6557314699,457,0.527965361,0.127667701,8671.4727332 +215,-2.039551981,0.6964723658,457,0.527965361,0.127667701,8562.9982609 +216,-1.247341019,0.7622473908,457,0.527965361,0.127667701,6450.8920162 +217,-1.298239787,0.7084123392,457,0.527965361,0.127667701,6648.3739759 +218,-1.308539688,0.6926545592,457,0.527965361,0.127667701,6694.9209713 +219,-1.303263185,0.6888938396,457,0.527965361,0.127667701,6683.3220988 +220,-1.852400229,0.6004246149,457,0.527965361,0.127667701,8390.6169884 +221,-1.288947707,0.7473773692,457,0.527965361,0.127667701,6581.7072179 +222,-1.372031502,0.7472790993,457,0.527965361,0.127667701,6813.0401066 +223,-1.289805721,0.7242157877,457,0.527965361,0.127667701,6607.8100128 +224,-1.350807603,0.7533498126,457,0.527965361,0.127667701,6747.1305203 +225,-1.329290365,0.7560442322,457,0.527965361,0.127667701,6684.6495524 +226,-1.410153004,0.616936428,457,0.527965361,0.127667701,7087.8332573 +227,-1.393445434,0.6308995063,457,0.527965361,0.127667701,7019.4816545 +228,-1.37595573,0.6241540638,457,0.527965361,0.127667701,6974.1853423 +229,-1.358388707,0.6172645205,457,0.527965361,0.127667701,6928.0339331 +230,-1.753741133,0.8281661666,457,0.527965361,0.127667701,7612.3619559 +231,-1.47430987,0.6834615681,457,0.527965361,0.127667701,7186.9957725 +232,-1.421012508,0.7222725206,457,0.527965361,0.127667701,6981.5806705 +233,-1.4476833,0.6978557868,457,0.527965361,0.127667701,7090.5129323 +234,-1.470370723,0.6966193374,457,0.527965361,0.127667701,7156.450118 +235,-1.429211703,0.7037216883,457,0.527965361,0.127667701,7029.991439 +236,-1.700578405,0.6178673663,457,0.527965361,0.127667701,7940.9708238 +237,-1.678117619,0.6331716163,457,0.527965361,0.127667701,7848.2662346 +238,-1.725644578,0.6316331145,457,0.527965361,0.127667701,7982.1965546 +239,-2.14012759,0.7930497945,457,0.527965361,0.127667701,8428.3671502 +240,-2.103289431,0.7653606263,457,0.527965361,0.127667701,8462.2386692 +241,-1.318739838,0.7017808746,457,0.527965361,0.127667701,6714.9848312 +242,-1.396417427,0.7077900843,457,0.527965361,0.127667701,6931.4527616 +243,-1.35650337,0.7185539404,457,0.527965361,0.127667701,6804.5516603 +244,-1.248884539,0.7274156818,457,0.527965361,0.127667701,6487.1484962 +245,-1.395014798,0.5761185243,457,0.527965361,0.127667701,7090.5969555 +246,-1.433377362,0.6064716109,457,0.527965361,0.127667701,7172.5013191 +247,-1.408172432,0.5903155476,457,0.527965361,0.127667701,7114.8322347 +248,-1.749645898,0.7757118084,457,0.527965361,0.127667701,7726.1875884 +249,-1.571626686,0.615046989,457,0.527965361,0.127667701,7575.9736726 +250,-1.514070049,0.6303003037,457,0.527965361,0.127667701,7382.1026219 +251,-1.480890369,0.6237966528,457,0.527965361,0.127667701,7292.9999279 +252,-1.704390658,0.5281680612,457,0.527965361,0.127667701,8124.859524 +253,-1.64434733,0.5254277498,457,0.527965361,0.127667701,7946.2822192 +254,-1.703855997,0.4792484842,457,0.527965361,0.127667701,8212.333568 +255,-1.692002383,0.5748825051,457,0.527965361,0.127667701,8000.1037524 +256,-1.854136457,0.5544643913,457,0.527965361,0.127667701,8502.5940852 +257,-1.665021206,0.520317736,457,0.527965361,0.127667701,8018.9373599 +258,-1.733654349,0.4845187345,457,0.527965361,0.127667701,8295.625908 +259,-1.720938188,0.5135933906,457,0.527965361,0.127667701,8202.2425354 +260,-1.742668307,0.553296122,457,0.527965361,0.127667701,8189.8006502 +261,-1.965659039,0.7142126903,457,0.527965361,0.127667701,8360.9508613 +262,-1.944438071,0.6772834804,457,0.527965361,0.127667701,8417.9498615 +263,-1.270340967,0.7681487096,457,0.527965361,0.127667701,6509.0839877 +264,-1.353091884,0.6549276821,457,0.527965361,0.127667701,6868.9131103 +265,-1.333236659,0.6413584414,457,0.527965361,0.127667701,6823.9297694 +266,-1.352015998,0.6753788907,457,0.527965361,0.127667701,6842.174949 +267,-1.377988483,0.6577816235,457,0.527965361,0.127667701,6940.1466929 +268,-2.13075611,0.8318642051,457,0.527965361,0.127667701,8284.5921461 +269,-2.097910953,0.8259670014,457,0.527965361,0.127667701,8256.1271924 +270,-1.416382069,0.6694271549,457,0.527965361,0.127667701,7039.0334758 +271,-1.538905672,0.7535625993,457,0.527965361,0.127667701,7252.1334346 +272,-1.572309477,0.7803125099,457,0.527965361,0.127667701,7290.3096628 +273,-1.87759879,0.7503853417,457,0.527965361,0.127667701,8074.57477 +274,1.152365588,0.590457682,457,0.527965361,0.127667701,2925.9753164 +275,0.350198001,0.718001859,457,0.527965361,0.127667701,2420.8055422 +276,0.046513677,0.491503852,457,0.527965361,0.127667701,2306.9628349 +277,0.027510309,0.742571376,457,0.527965361,0.127667701,2996.6588764 +278,0.306285725,-0.214631579,457,0.527965361,0.127667701,1612.5426284 +279,-1.100564889,0.318051531,457,0.527965361,0.127667701,6279.5447144 +280,-1.078582306,0.301437596,457,0.527965361,0.127667701,6206.2920427 +281,-1.137371989,-0.617634065,457,0.527965361,0.127667701,6818.5906244 +282,0.784356344,0.703272339,457,0.527965361,0.127667701,2454.0792202 +283,-1.221209947,0.218327455,457,0.527965361,0.127667701,6795.2397707 +284,2.347301921,-0.449114658,457,0.527965361,0.127667701,7325.7079424 +285,0.246820618,0.830553713,457,0.527965361,0.127667701,2941.4282924 +286,0.829414965,0.703288228,457,0.527965361,0.127667701,2517.4401594 +287,-1.337537566,0.42332223,457,0.527965361,0.127667701,7061.4407509 +288,0.882453706,0.454478077,457,0.527965361,0.127667701,1860.8553438 +289,1.575629659,0.416419109,457,0.527965361,0.127667701,4126.495405 +290,-1.039455679,0.229888244,457,0.527965361,0.127667701,6094.0716783 +291,0.489558039,0.934482747,457,0.527965361,0.127667701,3198.1780527 +292,0.081344504,0.88384514,457,0.527965361,0.127667701,3336.2645305 +293,-1.547979814,0.300350308,457,0.527965361,0.127667701,7942.4788923 +294,0.040776181,0.168560074,457,0.527965361,0.127667701,1914.9270631 +295,-1.130374745,0.563894876,457,0.527965361,0.127667701,6242.693739 +296,1.578326642,0.478507176,457,0.527965361,0.127667701,4164.210481 +297,-1.12861823,-0.291640865,457,0.527965361,0.127667701,6690.4299574 +298,0.310524208,0.770885792,457,0.527965361,0.127667701,2656.450846 +299,0.415649091,-0.387246002,457,0.527965361,0.127667701,2085.645634 +300,-0.926533878,-0.188022748,457,0.527965361,0.127667701,5867.8786961 +301,1.258856172,-0.11716081,457,0.527965361,0.127667701,3046.1911898 +302,-1.126050026,0.322941926,457,0.527965361,0.127667701,6371.5992373 +303,2.002785835,0.07893892,457,0.527965361,0.127667701,5806.0762698 +304,0.440437607,0.746258085,457,0.527965361,0.127667701,2469.2155245 +305,-0.030391866,0.214441206,457,0.527965361,0.127667701,2204.7362413 +306,0.521557815,-0.058929362,457,0.527965361,0.127667701,739.5448227 +307,-0.097005111,0.13317729,457,0.527965361,0.127667701,2453.8748397 +308,1.83113859,0.221857587,457,0.527965361,0.127667701,5081.8170614 +309,0.222428864,0.099404236,457,0.527965361,0.127667701,1207.536765 +310,-1.702731345,0.8728568183,457,0.527965361,0.127667701,7400.6385358 +311,-0.418507569,0.278324921,457,0.527965361,0.127667701,3710.2186609 +312,-1.41153306,0.339029988,457,0.527965361,0.127667701,7407.156738 +313,0.357560442,0.114788776,457,0.527965361,0.127667701,671.94267217 +314,0.325818979,0.268352149,457,0.527965361,0.127667701,962.09127319 +315,-1.246004659,-0.663679965,457,0.527965361,0.127667701,7165.97355 +316,1.814603087,0.637404484,457,0.527965361,0.127667701,5018.2004656 +317,1.843704281,-0.18300445,457,0.527965361,0.127667701,5331.5445795 +318,1.690644492,-0.211480909,457,0.527965361,0.127667701,4771.041143 +319,-1.275451936,0.068109467,457,0.527965361,0.127667701,7098.3279752 +320,0.762430171,-0.207594741,457,0.527965361,0.127667701,1617.5652433 +321,0.265668905,-0.014647884,457,0.527965361,0.127667701,1179.7889304 +322,-2.773032013,-0.335515811,457,0.527965361,0.127667701,11417.283937 +323,-1.469512853,0.174058777,457,0.527965361,0.127667701,7775.4712512 +324,0.286276986,0.785925691,457,0.527965361,0.127667701,2736.5777564 +325,-1.379324697,0.377432233,457,0.527965361,0.127667701,7253.582306 +326,-1.203778265,0.212813032,457,0.527965361,0.127667701,6732.2113291 +327,0.579916301,0.611743168,457,0.527965361,0.127667701,1926.7260009 +328,0.267582642,0.868113908,457,0.527965361,0.127667701,3057.6463314 +329,0.412869244,-0.050245578,457,0.527965361,0.127667701,838.80956643 +330,0.17524381,0.976660285,457,0.527965361,0.127667701,3539.8212278 +331,0.743157214,0.204812899,457,0.527965361,0.127667701,894.18541497 +332,-1.070758176,0.269382282,457,0.527965361,0.127667701,6193.4551762 +333,-1.230364251,0.329790229,457,0.527965361,0.127667701,6753.1853496 +334,-1.374813124,-0.024926835,457,0.527965361,0.127667701,7538.6674865 +335,0.519780566,0.463669906,457,0.527965361,0.127667701,1331.2616647 +336,-1.55108034,0.239698561,457,0.527965361,0.127667701,8020.6444567 +337,0.180294813,0.029739425,457,0.527965361,0.127667701,1426.02595 +338,0.67820924,0.268170153,457,0.527965361,0.127667701,805.94220079 +339,0.445798684,1.024001867,457,0.527965361,0.127667701,3559.1957056 +340,0.691751283,0.150521402,457,0.527965361,0.127667701,648.80774419 +341,-1.036643551,-0.903056181,457,0.527965361,0.127667701,6603.4647125 +342,-0.120287036,1.083325163,457,0.527965361,0.127667701,4226.0548098 +343,2.823513113,-0.304487164,457,0.527965361,0.127667701,9106.0654334 +344,0.457583172,1.12513373,457,0.527965361,0.127667701,3955.9517708 +345,0.042918831,0.813795399,457,0.527965361,0.127667701,3177.4636012 +346,1.196146777,-0.853142756,457,0.527965361,0.127667701,4522.1435595 +347,0.206001358,-0.010430701,457,0.527965361,0.127667701,1384.6903994 +348,-0.268308653,0.234799412,457,0.527965361,0.127667701,3126.8214818 +349,0.759363263,0.736189579,457,0.527965361,0.127667701,2542.9358949 +350,0.181363926,0.891988372,457,0.527965361,0.127667701,3233.9229005 +351,-0.021111158,0.139103292,457,0.527965361,0.127667701,2155.5432864 +352,-0.093355215,0.630686981,457,0.527965361,0.127667701,3001.2232115 +353,0.40118964,0.681375926,457,0.527965361,0.127667701,2239.3757034 +354,-0.721197315,1.304706234,457,0.527965361,0.127667701,5402.9469708 +355,-1.076150317,0.212107639,457,0.527965361,0.127667701,6243.7012402 +356,-1.577164531,0.273993443,457,0.527965361,0.127667701,8078.9053797 +357,-0.190788414,0.182208586,457,0.527965361,0.127667701,2819.2730125 +358,-0.261349752,0.209710184,457,0.527965361,0.127667701,3095.8503382 +359,-1.029303852,0.083549259,457,0.527965361,0.127667701,6126.8708023 +360,-1.268609162,0.330525297,457,0.527965361,0.127667701,6893.3695162 +361,1.282982244,-0.926641967,457,0.527965361,0.127667701,4881.5555959 +362,0.217352334,0.731352408,457,0.527965361,0.127667701,2627.5977079 +363,-1.511833084,0.258629297,457,0.527965361,0.127667701,7855.5921711 +364,0.338812194,0.823184618,457,0.527965361,0.127667701,2828.4796883 +365,-0.324406489,1.134201999,457,0.527965361,0.127667701,4628.8420087 +366,1.389579348,0.399185724,457,0.527965361,0.127667701,3447.1603162 +367,2.047152199,-0.039082036,457,0.527965361,0.127667701,6039.04737 +368,0.947780369,0.568250077,457,0.527965361,0.127667701,2330.0785291 +369,0.763824846,0.576754987,457,0.527965361,0.127667701,1978.4955427 +370,-0.142334657,0.928153068,457,0.527965361,0.127667701,3830.4224489 +371,0.610266567,0.547265983,457,0.527965361,0.127667701,1689.6873361 +372,0.210731629,0.746815056,457,0.527965361,0.127667701,2690.4492605 +373,-1.34931644,0.316895224,457,0.527965361,0.127667701,7201.034809 +374,2.407696481,0.655030745,457,0.527965361,0.127667701,6864.8070094 +375,0.64207831,0.545359131,457,0.527965361,0.127667701,1707.5294875 +376,1.174597538,0.840588356,457,0.527965361,0.127667701,3558.422328 +377,0.660059424,0.010604079,457,0.527965361,0.127667701,697.95940417 +378,-0.730263819,0.010486456,457,0.527965361,0.127667701,4988.7744274 +379,0.831068936,0.512339172,457,0.527965361,0.127667701,1896.8314241 +380,1.301180979,0.72367476,457,0.527965361,0.127667701,3591.9505273 +381,1.811128231,0.322854402,457,0.527965361,0.127667701,4984.9666397 +382,0.435105812,0.992284428,457,0.527965361,0.127667701,3436.8951237 +383,0.62643634,0.592027932,457,0.527965361,0.127667701,1874.2878206 +384,0.492988703,-0.516339467,457,0.527965361,0.127667701,2554.3907632 +385,-0.162469483,0.112549365,457,0.527965361,0.127667701,2714.930762 +386,0.314630866,0.472006421,457,0.527965361,0.127667701,1582.2490046 +387,0.166744804,0.822815954,457,0.527965361,0.127667701,3012.7358238 +388,0.417159608,0.965805736,457,0.527965361,0.127667701,3338.2599363 +389,0.106334961,0.868774244,457,0.527965361,0.127667701,3251.2313937 +390,0.815086969,-0.338144359,457,0.527965361,0.127667701,2158.5516458 +391,0.59867455,-0.230624824,457,0.527965361,0.127667701,1446.2054496 +392,1.915104874,0.066220985,457,0.527965361,0.127667701,5468.0875893 +393,1.278093622,0.064463721,457,0.527965361,0.127667701,2966.9525671 +394,-0.061477853,0.302997961,457,0.527965361,0.127667701,2379.5329781 +395,0.251311504,0.626976942,457,0.527965361,0.127667701,2217.2947665 +396,2.950242872,0.149095644,457,0.527965361,0.127667701,9399.7648594 +397,-0.180294708,0.35375117,457,0.527965361,0.127667701,2858.106578 +398,1.010448592,-0.351180233,457,0.527965361,0.127667701,2670.4764346 +399,-1.748740498,0.3686318073,457,0.527965361,0.127667701,8549.2968484 +400,2.699635665,0.123533791,457,0.527965361,0.127667701,8485.1943222 +401,0.496808033,0.823843254,457,0.527965361,0.127667701,2759.5709182 +402,0.129574704,0.763364087,457,0.527965361,0.127667701,2871.5047338 +403,1.798920311,0.817447563,457,0.527965361,0.127667701,5042.9041158 +404,0.335987953,0.746786541,457,0.527965361,0.127667701,2542.1816069 +405,-1.085413643,0.292154671,457,0.527965361,0.127667701,6236.8318881 +406,-0.155321003,0.508207011,457,0.527965361,0.127667701,2957.6739367 +407,0.620529244,-0.301175104,457,0.527965361,0.127667701,1736.8707501 +408,1.684402744,0.368716966,457,0.527965361,0.127667701,4512.1278824 +409,0.300582244,-0.386397212,457,0.527965361,0.127667701,2219.2838686 +410,2.913555946,-0.009225192,457,0.527965361,0.127667701,9421.8399591 +411,1.465101417,0.493232532,457,0.527965361,0.127667701,3782.9748602 +412,0.090612882,0.907955955,457,0.527965361,0.127667701,3402.1468897 +413,2.987564726,-0.729568594,457,0.527965361,0.127667701,9071.1401805 +414,-1.484261606,0.224149272,457,0.527965361,0.127667701,7786.719868 +415,0.164073421,0.303955133,457,0.527965361,0.127667701,1569.3863135 +416,0.141441293,0.167552546,457,0.527965361,0.127667701,1522.2783554 +417,2.931321023,-0.506718887,457,0.527965361,0.127667701,9311.2806393 +418,2.21951565,0.700596356,457,0.527965361,0.127667701,6258.5920764 +419,0.268112576,1.199114336,457,0.527965361,0.127667701,4298.3639446 +420,0.978913739,0.359223811,457,0.527965361,0.127667701,1956.3680638 +421,1.210898818,0.522863584,457,0.527965361,0.127667701,2979.4370419 +422,2.347397336,0.129231362,457,0.527965361,0.127667701,7123.4297637 +423,0.614394501,0.556878345,457,0.527965361,0.127667701,1729.7754535 +424,-1.398079356,0.148483366,457,0.527965361,0.127667701,7522.0127495 +425,2.535303836,-0.112984496,457,0.527965361,0.127667701,7987.1605582 +426,-1.019372593,-0.405322349,457,0.527965361,0.127667701,6336.1134794 +427,-1.297785627,-0.160104069,457,0.527965361,0.127667701,7293.5151072 +428,2.144554488,0.205051084,457,0.527965361,0.127667701,6295.3189475 +429,-2.242387083,-0.426171285,457,0.527965361,0.127667701,10605.804792 +430,0.338637212,0.909723676,457,0.527965361,0.127667701,3158.4187113 +431,-0.148798452,0.691042401,457,0.527965361,0.127667701,3276.1786473 +432,0.893524764,0.441829531,457,0.527965361,0.127667701,1859.5460613 +433,0.969229347,-0.368847936,457,0.527965361,0.127667701,2610.1385365 +434,0.436043248,0.800045688,457,0.527965361,0.127667701,2681.7877313 +435,1.687946607,1.081504775,457,0.527965361,0.127667701,5021.0458643 +436,0.522302046,-0.034889271,457,0.527965361,0.127667701,644.27710428 +437,-0.178996113,-0.438090009,457,0.527965361,0.127667701,3527.7940008 +438,-1.094339566,0.301444068,457,0.527965361,0.127667701,6265.3478043 +439,-1.064070054,0.242569932,457,0.527965361,0.127667701,6181.781421 +440,-1.068153768,0.230387998,457,0.527965361,0.127667701,6203.6085216 +441,-3.00496892,-0.23989155,457,0.527965361,0.127667701,10857.509789 +442,0.21751974,0.766874888,457,0.527965361,0.127667701,2750.5828431 +443,0.117229532,0.007619006,457,0.527965361,0.127667701,1690.4181207 +444,0.777758451,0.420554741,457,0.527965361,0.127667701,1498.241755 +445,-0.252356999,0.250747086,457,0.527965361,0.127667701,3069.6075675 +446,0.363148444,0.768483434,457,0.527965361,0.127667701,2601.6214561 +447,0.903191366,-0.118210676,457,0.527965361,0.127667701,1773.7843052 +448,-0.205755923,0.149406178,457,0.527965361,0.127667701,2878.3531573 +449,1.811996086,0.02364353,457,0.527965361,0.127667701,5083.4452013 +450,-1.100670221,0.314845373,457,0.527965361,0.127667701,6281.7006008 +451,0.340078597,0.850105132,457,0.527965361,0.127667701,2929.9138557 +452,0.258757267,0.804969236,457,0.527965361,0.127667701,2835.6704967 +453,2.78505352,-0.155160804,457,0.527965361,0.127667701,8976.1390223 +454,0.800551619,0.105822106,457,0.527965361,0.127667701,1075.7826733 +455,0.437940882,-0.506194031,457,0.527965361,0.127667701,2534.1259644 +456,2.230431122,0.63458615,457,0.527965361,0.127667701,6338.3445896 +457,0.527965361,0.127667701,457,0.527965361,0.127667701,0 +458,-0.063643205,0.702093448,457,0.527965361,0.127667701,3090.2138705 +459,1.408447268,0.133010502,457,0.527965361,0.127667701,3456.0248349 +460,0.523795955,0.280266966,457,0.527965361,0.127667701,604.66153576 +461,-0.975769313,0.072177659,457,0.527965361,0.127667701,5922.6842448 +462,0.549774164,-0.463663986,457,0.527965361,0.127667701,2343.7633657 +463,0.29245874,1.095549818,457,0.527965361,0.127667701,3893.7143711 +464,0.143625958,0.816809593,457,0.527965361,0.127667701,3025.1538737 +465,0.671902494,0.611159853,457,0.527965361,0.127667701,1985.5000525 +466,1.239840988,0.6724199,457,0.527965361,0.127667701,3330.7273504 +467,0.607829703,-0.10932137,457,0.527965361,0.127667701,990.34273985 +468,1.763020906,0.263996692,457,0.527965361,0.127667701,4811.1271819 +469,0.378714634,0.726066797,457,0.527965361,0.127667701,2427.6313133 +470,2.196736143,-0.153862366,457,0.527965361,0.127667701,6679.9975564 +471,0.01702415,0.148991565,457,0.527965361,0.127667701,2005.8191546 +472,-2.998490902,-0.158002487,457,0.527965361,0.127667701,10930.403897 +473,-3.051262951,-0.346595608,457,0.527965361,0.127667701,10553.040676 +474,-1.069176439,0.182802941,457,0.527965361,0.127667701,6232.0145948 +475,0.167157509,0.595344954,457,0.527965361,0.127667701,2273.5735793 +476,0.613855648,0.681746124,457,0.527965361,0.127667701,2215.984881 +477,1.037012736,0.682555367,457,0.527965361,0.127667701,2848.4969381 +478,-1.253574971,0.379755746,457,0.527965361,0.127667701,6800.3255318 +479,3.108590453,-0.132620738,457,0.527965361,0.127667701,10241.064013 +480,0.565301296,0.022333262,457,0.527965361,0.127667701,442.50211878 +481,0.547898238,0.855555614,457,0.527965361,0.127667701,2883.9332623 +482,0.948309381,0.417393755,457,0.527965361,0.127667701,1965.4991694 +483,-0.050600732,0.945269213,457,0.527965361,0.127667701,3724.9834818 +484,-0.977651478,-0.572363064,457,0.527965361,0.127667701,6279.9655877 +485,1.102014914,0.728861163,457,0.527965361,0.127667701,3116.7785532 +486,2.927300795,-0.282939414,457,0.527965361,0.127667701,9506.6087047 +487,-1.154565557,0.124434095,457,0.527965361,0.127667701,6594.5598358 +488,1.855331234,0.291044755,457,0.527965361,0.127667701,5157.2980277 +489,0.830290659,0.276904518,457,0.527965361,0.127667701,1312.3523131 +490,0.485104466,-0.234867441,457,0.527965361,0.127667701,1445.8639089 +491,0.521367572,-0.33161327,457,0.527965361,0.127667701,1819.3943029 +1,-1.539031704,0.7349710123,458,-0.063643205,0.702093448,4207.0658499 +2,-1.536990553,0.7349663874,458,-0.063643205,0.702093448,4201.8541525 +3,-1.534951779,0.7349571355,458,-0.063643205,0.702093448,4196.6547017 +4,-1.532906461,0.7349480293,458,-0.063643205,0.702093448,4191.435352 +5,-1.531320211,0.7346937278,458,-0.063643205,0.702093448,4187.8650156 +6,-1.539451648,0.7335131775,458,-0.063643205,0.702093448,4210.9875021 +7,-1.537429487,0.7335445708,458,-0.063643205,0.702093448,4205.7499548 +8,-1.535484998,0.7335658704,458,-0.063643205,0.702093448,4200.7284935 +9,-1.533488396,0.7336036027,458,-0.063643205,0.702093448,4195.5390916 +10,-1.531497785,0.7335842962,458,-0.063643205,0.702093448,4190.4733807 +11,-1.530259379,0.7334777758,458,-0.063643205,0.702093448,4187.5038253 +12,-1.5335454,0.7322346912,458,-0.063643205,0.702093448,4198.3494489 +13,-1.531489083,0.7322238773,458,-0.063643205,0.702093448,4193.09435 +14,-1.530011122,0.7321679851,458,-0.063643205,0.702093448,4189.4089381 +15,-1.53348106,0.7306614094,458,-0.063643205,0.702093448,4201.2501569 +16,-1.531441779,0.7306962275,458,-0.063643205,0.702093448,4195.9447673 +17,-1.529755654,0.7306933243,458,-0.063643205,0.702093448,4191.6178235 +18,-1.533415048,0.7291384674,458,-0.063643205,0.702093448,4204.0521135 +19,-1.531392093,0.7291705353,458,-0.063643205,0.702093448,4198.7889498 +20,-1.529296523,0.7291214933,458,-0.063643205,0.702093448,4193.494256 +21,-1.535280942,0.727267644,458,-0.063643205,0.702093448,4212.5076287 +22,-1.533378158,0.7276139666,458,-0.063643205,0.702093448,4206.9355976 +23,-1.531340368,0.7276446587,458,-0.063643205,0.702093448,4201.6319166 +24,-1.528960113,0.7276398177,458,-0.063643205,0.702093448,4195.5129051 +25,-1.533313146,0.7260818349,458,-0.063643205,0.702093448,4209.7653105 +26,-1.531259555,0.7260958115,458,-0.063643205,0.702093448,4204.4484808 +27,-1.528926415,0.7260865555,458,-0.063643205,0.702093448,4198.4536009 +28,-1.531226779,0.7245511789,458,-0.063643205,0.702093448,4207.3842995 +29,-1.528904772,0.7245519194,458,-0.063643205,0.702093448,4201.3929194 +30,-1.547195875,0.7409785979,458,-0.063643205,0.702093448,4216.145686 +31,-1.5451475,0.740980426,458,-0.063643205,0.702093448,4210.9341978 +32,-1.543097679,0.7409798872,458,-0.063643205,0.702093448,4205.7207976 +33,-1.540720364,0.7409892687,458,-0.063643205,0.702093448,4199.6514328 +34,-1.547188511,0.7395198392,458,-0.063643205,0.702093448,4218.980336 +35,-1.545148587,0.7395226109,458,-0.063643205,0.702093448,4213.7836391 +36,-1.543104538,0.7395314908,458,-0.063643205,0.702093448,4208.5617101 +37,-1.540727751,0.7395306258,458,-0.063643205,0.702093448,4202.5080248 +38,-1.547187029,0.7380014886,458,-0.063643205,0.702093448,4221.9502407 +39,-1.545147315,0.7380012252,458,-0.063643205,0.702093448,4216.7549844 +40,-1.54310719,0.7380060743,458,-0.063643205,0.702093448,4211.5458617 +41,-1.540719671,0.7380068206,458,-0.063643205,0.702093448,4205.4557837 +42,-1.547187189,0.7364799098,458,-0.063643205,0.702093448,4224.9344675 +43,-1.545149996,0.7364853874,458,-0.063643205,0.702093448,4219.7293771 +44,-1.543106091,0.7364823484,458,-0.063643205,0.702093448,4214.5210265 +45,-1.540717158,0.7364893901,458,-0.063643205,0.702093448,4208.4091656 +46,-1.538663972,0.7410138672,458,-0.063643205,0.702093448,4194.3663761 +47,-1.53695285,0.7409699132,458,-0.063643205,0.702093448,4190.091488 +48,-1.534910498,0.7409641297,458,-0.063643205,0.702093448,4184.8958719 +49,-1.533145034,0.7409536636,458,-0.063643205,0.702093448,4180.412908 +50,-1.538681336,0.7395405883,458,-0.063643205,0.702093448,4197.2719182 +51,-1.536999189,0.7395183096,458,-0.063643205,0.702093448,4193.0249138 +52,-1.534923633,0.7395144222,458,-0.063643205,0.702093448,4187.7361272 +53,-1.533267822,0.7395654306,458,-0.063643205,0.702093448,4183.4101273 +54,-1.53867273,0.7380151077,458,-0.063643205,0.702093448,4200.2165005 +55,-1.536980576,0.7379994392,458,-0.063643205,0.702093448,4195.9269832 +56,-1.534931522,0.7379944961,458,-0.063643205,0.702093448,4190.7028269 +57,-1.533387952,0.7379480264,458,-0.063643205,0.702093448,4186.8483566 +58,-1.538682279,0.7364914363,458,-0.063643205,0.702093448,4203.2078135 +59,-1.536980704,0.7364810563,458,-0.063643205,0.702093448,4198.8798085 +60,-1.534935567,0.7364752065,458,-0.063643205,0.702093448,4193.6624165 +61,-1.533042592,0.7363876366,458,-0.063643205,0.702093448,4188.9900061 +62,-1.545143426,0.7349628011,458,-0.063643205,0.702093448,4222.6972092 +63,-1.543105297,0.7349691947,458,-0.063643205,0.702093448,4217.4801256 +64,-1.541064533,0.7349647152,458,-0.063643205,0.702093448,4212.2747825 +65,-1.545411803,0.7334624714,458,-0.063643205,0.702093448,4226.3276793 +66,-1.543446606,0.7334780896,458,-0.063643205,0.702093448,4221.2743925 +67,-1.541475327,0.7334957295,458,-0.063643205,0.702093448,4216.1990699 +68,-1.545401939,0.731963266,458,-0.063643205,0.702093448,4229.2493009 +69,-1.54342253,0.7319915583,458,-0.063643205,0.702093448,4224.1299915 +70,-1.541455867,0.7320216438,458,-0.063643205,0.702093448,4219.0373167 +71,-1.545410146,0.7304422281,458,-0.063643205,0.702093448,4232.2638224 +72,-1.543435491,0.7304713664,458,-0.063643205,0.702093448,4227.1501589 +73,-1.541463105,0.7304997613,458,-0.063643205,0.702093448,4222.0413076 +74,-1.545414768,0.7289194936,458,-0.063643205,0.702093448,4235.2763297 +75,-1.543435774,0.7289538557,458,-0.063643205,0.702093448,4230.1364084 +76,-1.541457714,0.7289765881,458,-0.063643205,0.702093448,4225.0192996 +77,-1.539449415,0.7320555866,458,-0.063643205,0.702093448,4213.8327494 +78,-1.537429183,0.7321097681,458,-0.063643205,0.702093448,4208.5508219 +79,-1.535472649,0.7321497267,458,-0.063643205,0.702093448,4203.4575599 +80,-1.539457899,0.7305333307,458,-0.063643205,0.702093448,4216.835714 +81,-1.537453161,0.7305750503,458,-0.063643205,0.702093448,4211.6128751 +82,-1.535479385,0.7306124949,458,-0.063643205,0.702093448,4206.4754073 +83,-1.53946905,0.7290102593,458,-0.063643205,0.702093448,4219.8510062 +84,-1.537459922,0.7290417293,458,-0.063643205,0.702093448,4214.6320253 +85,-1.535451349,0.7290890157,458,-0.063643205,0.702093448,4209.3810207 +86,-1.535522937,0.7279887191,458,-0.063643205,0.702093448,4211.7179251 +87,-1.539442524,0.7274735939,458,-0.063643205,0.702093448,4222.8001177 +88,-1.537424111,0.727521351,458,-0.063643205,0.702093448,4217.5203176 +89,-1.539384641,0.7259505092,458,-0.063643205,0.702093448,4225.6456562 +90,-1.537372391,0.7259947145,458,-0.063643205,0.702093448,4220.38363 +91,-1.535340789,0.7260435356,458,-0.063643205,0.702093448,4215.0603032 +92,-1.539325716,0.7244369706,458,-0.063643205,0.702093448,4228.4732465 +93,-1.537308932,0.7244801057,458,-0.063643205,0.702093448,4223.196668 +94,-1.535289068,0.7245247645,458,-0.063643205,0.702093448,4217.9067001 +95,-1.533261366,0.7245550236,458,-0.063643205,0.702093448,4212.6222932 +96,-1.539267302,0.722921924,458,-0.063643205,0.702093448,4231.3086062 +97,-1.537248972,0.7229660258,458,-0.063643205,0.702093448,4226.0211592 +98,-1.535219431,0.7229916471,458,-0.063643205,0.702093448,4220.7386619 +99,-1.53318962,0.7230212049,458,-0.063643205,0.702093448,4215.4451435 +100,-1.531154816,0.7230299897,458,-0.063643205,0.702093448,4210.1768593 +101,-1.528878341,0.7230370244,458,-0.063643205,0.702093448,4204.2851131 +102,-1.539218189,0.7214009878,458,-0.063643205,0.702093448,4234.1830558 +103,-1.537198791,0.7214422745,458,-0.063643205,0.702093448,4228.8934212 +104,-1.535179266,0.7214634354,458,-0.063643205,0.702093448,4223.6405841 +105,-1.533156501,0.7214944644,458,-0.063643205,0.702093448,4218.3573898 +106,-1.53113574,0.7215166021,458,-0.063643205,0.702093448,4213.0942678 +107,-1.528874248,0.7215345535,458,-0.063643205,0.702093448,4207.2144449 +108,-1.539217656,0.7198512397,458,-0.063643205,0.702093448,4237.243379 +109,-1.537199919,0.7199428763,458,-0.063643205,0.702093448,4231.853675 +110,-1.545425832,0.727397149,458,-0.063643205,0.702093448,4238.308404 +111,-1.543371177,0.7273916949,458,-0.063643205,0.702093448,4233.0479557 +112,-1.541368852,0.7274523163,458,-0.063643205,0.702093448,4227.7889446 +113,-1.545349067,0.7258710923,458,-0.063643205,0.702093448,4241.1261649 +114,-1.54332671,0.7258603556,458,-0.063643205,0.702093448,4235.9540547 +115,-1.541346831,0.7259242142,458,-0.063643205,0.702093448,4230.7412942 +116,-1.545324355,0.7243383958,458,-0.063643205,0.702093448,4244.0942408 +117,-1.543292796,0.7243617413,458,-0.063643205,0.702093448,4238.8262352 +118,-1.541295822,0.7244024384,458,-0.063643205,0.702093448,4233.610317 +119,-1.543193859,0.7205570215,458,-0.063643205,0.702093448,4246.1008036 +120,-1.550257047,0.7386738187,458,-0.063643205,0.702093448,4228.4445892 +121,-1.549335448,0.7311736483,458,-0.063643205,0.702093448,4240.8626572 +122,-1.533478843,0.7179891343,458,-0.063643205,0.702093448,4226.088656 +123,-1.556150555,0.738907041,458,-0.063643205,0.702093448,4242.9622028 +124,-1.554324226,0.733414257,458,-0.063643205,0.702093448,4249.1684039 +125,-1.554290846,0.7288285332,458,-0.063643205,0.702093448,4258.174024 +126,-1.55122487,0.7219795312,458,-0.063643205,0.702093448,4263.9397501 +127,-1.525104458,0.7229399862,458,-0.063643205,0.702093448,4194.7223525 +128,-1.519607711,0.7236181429,458,-0.063643205,0.702093448,4179.1846866 +129,-1.513899999,0.7251107854,458,-0.063643205,0.702093448,4161.5217655 +130,-1.536620762,0.7431061895,458,-0.063643205,0.702093448,4185.109662 +131,-1.5369566,0.7460845958,458,-0.063643205,0.702093448,4180.2102573 +132,-1.545345528,0.7447040685,458,-0.063643205,0.702093448,4204.181559 +133,-1.532813921,0.7432306626,458,-0.063643205,0.702093448,4175.1746654 +134,-1.554788248,0.7382381001,458,-0.063643205,0.702093448,4240.8212427 +135,-1.540348126,0.7301594274,458,-0.063643205,0.702093448,4219.8512415 +136,-1.538016084,0.7239051786,458,-0.063643205,0.702093448,4226.1487297 +137,-1.525288962,0.7258085137,458,-0.063643205,0.702093448,4189.6126834 +138,-1.534326986,0.731241342,458,-0.063643205,0.702093448,4202.2906381 +139,-1.530733872,0.7303625216,458,-0.063643205,0.702093448,4194.7753204 +141,-1.534354939,0.7328219978,458,-0.063643205,0.702093448,4199.2815955 +142,-1.53157084,0.7292888153,458,-0.063643205,0.702093448,4199.0180105 +143,-1.525691035,0.7263799874,458,-0.063643205,0.702093448,4189.5386232 +144,-1.534031287,0.7495967835,458,-0.063643205,0.702093448,4166.0270716 +145,-1.527714986,0.7283095957,458,-0.063643205,0.702093448,4191.0026251 +146,-1.526189586,0.7271468292,458,-0.063643205,0.702093448,4189.3331643 +147,-1.555177336,0.7375563366,458,-0.063643205,0.702093448,4243.1548919 +148,-1.555080283,0.7312707794,458,-0.063643205,0.702093448,4255.3431959 +149,-1.53856994,0.7224180299,458,-0.063643205,0.702093448,4230.5053301 +150,-1.530837883,0.729933372,458,-0.063643205,0.702093448,4195.8780127 +151,-1.515066984,0.5854133365,458,-0.063643205,0.702093448,4449.7596406 +152,-1.534731633,0.5368370046,458,-0.063643205,0.702093448,4610.9302812 +153,-1.515231902,0.5607085576,458,-0.063643205,0.702093448,4503.5966293 +154,-2.616253799,1.0684566605,458,-0.063643205,0.702093448,5178.5882195 +155,-1.956071439,0.5792177723,458,-0.063643205,0.702093448,5619.4493525 +156,-1.951208514,0.5602434208,458,-0.063643205,0.702093448,5658.6997174 +157,-1.944675062,0.6062144545,458,-0.063643205,0.702093448,5519.4770066 +158,-1.613778386,0.6077989518,458,-0.063643205,0.702093448,4670.4427719 +159,-2.035029014,0.6021432345,458,-0.063643205,0.702093448,5743.7429469 +160,-2.114989471,0.6801825058,458,-0.063643205,0.702093448,5698.4071902 +161,-2.037382079,0.5765830025,458,-0.063643205,0.702093448,5820.8162635 +162,-2.129855121,0.6585019963,458,-0.063643205,0.702093448,5792.7956317 +163,-2.075141798,0.6493615843,458,-0.063643205,0.702093448,5701.0891749 +164,-1.828626729,0.6948433129,458,-0.063643205,0.702093448,5013.6996529 +165,-1.863329418,0.6735427691,458,-0.063643205,0.702093448,5149.574248 +166,-1.266037071,0.727988852,458,-0.063643205,0.702093448,3496.9094788 +167,-1.277579582,0.7249010648,458,-0.063643205,0.702093448,3533.1491345 +168,-1.258418684,0.7241194816,458,-0.063643205,0.702093448,3482.0359787 +169,-1.317813974,0.6804850104,458,-0.063643205,0.702093448,3716.8878486 +170,-1.344165204,0.6790988904,458,-0.063643205,0.702093448,3792.1351288 +171,-1.427582102,0.5277120351,458,-0.063643205,0.702093448,4325.5318586 +172,-1.402238616,0.457167829,458,-0.063643205,0.702093448,4405.2855765 +173,-1.422454264,0.4996161999,458,-0.063643205,0.702093448,4371.2575205 +174,-1.439089277,0.4894859811,458,-0.063643205,0.702093448,4441.7665311 +175,-1.448126995,0.5182330266,458,-0.063643205,0.702093448,4405.1157943 +176,-1.474626146,0.5881926574,458,-0.063643205,0.702093448,4331.1882965 +177,-1.421139645,0.5584869783,458,-0.063643205,0.702093448,4242.0599281 +178,-1.457037165,0.565943032,458,-0.063643205,0.702093448,4328.4806771 +179,-2.757159358,0.3745319,458,-0.063643205,0.702093448,7869.923515 +180,-2.714309238,0.342054471,458,-0.063643205,0.702093448,7928.7309897 +181,-2.000525337,0.774119946,458,-0.063643205,0.702093448,5196.2400313 +183,-1.571413436,0.6777838382,458,-0.063643205,0.702093448,4406.5700555 +184,-1.552860289,0.6987663893,458,-0.063643205,0.702093448,4314.8678521 +185,-1.521852374,0.7165827476,458,-0.063643205,0.702093448,4198.7072609 +186,-1.503656267,0.6928968252,458,-0.063643205,0.702093448,4197.4656183 +187,-1.502753178,0.7136205882,458,-0.063643205,0.702093448,4154.6896652 +188,-1.631894563,0.7343596465,458,-0.063643205,0.702093448,4442.7871922 +189,-1.653765416,0.6770714026,458,-0.063643205,0.702093448,4621.6198172 +190,-1.719812114,0.6715965947,458,-0.063643205,0.702093448,4801.8320064 +191,-1.493406659,0.6646955447,458,-0.063643205,0.702093448,4226.06192 +192,-1.469120564,0.6613469966,458,-0.063643205,0.702093448,4167.1163615 +193,-1.590551461,0.5326612937,458,-0.063643205,0.702093448,4776.7047273 +194,-1.625979264,0.5247742243,458,-0.063643205,0.702093448,4893.3666897 +195,-1.572293943,0.5238808754,458,-0.063643205,0.702093448,4745.6900713 +196,-1.610848725,0.5477107964,458,-0.063643205,0.702093448,4798.5022083 +197,-1.208485554,0.7918526018,458,-0.063643205,0.702093448,3253.4174962 +198,-1.335601374,0.6869083083,458,-0.063643205,0.702093448,3754.8420189 +199,-1.346156996,0.6825213377,458,-0.063643205,0.702093448,3791.5743036 +200,-1.324381037,0.6741422347,458,-0.063643205,0.702093448,3746.1430736 +201,-1.242424992,0.7378949807,458,-0.063643205,0.702093448,3417.7148576 +202,-1.270370057,0.7392461008,458,-0.063643205,0.702093448,3491.5488805 +203,-1.448950472,0.7441675014,458,-0.063643205,0.702093448,3957.541362 +204,-1.492662363,0.7523026852,458,-0.063643205,0.702093448,4055.5290349 +205,-1.479098966,0.7763855017,458,-0.063643205,0.702093448,3977.4457853 +206,-1.633760714,0.7869022408,458,-0.063643205,0.702093448,4338.7756696 +207,-1.647406434,0.8101289331,458,-0.063643205,0.702093448,4324.169006 +208,-1.564245052,0.5701509278,458,-0.063643205,0.702093448,4619.2464494 +209,-1.646289963,0.6833746083,458,-0.063643205,0.702093448,4588.6123844 +210,-1.5820631,0.6751952144,458,-0.063643205,0.702093448,4439.9009781 +211,-1.613236298,0.6681681791,458,-0.063643205,0.702093448,4536.3199606 +212,-1.914661867,0.8212566515,458,-0.063643205,0.702093448,4894.5353706 +213,-1.742133237,0.7250275956,458,-0.063643205,0.702093448,4734.0733253 +214,-2.033144872,0.6557314699,458,-0.063643205,0.702093448,5590.0534959 +215,-2.039551981,0.6964723658,458,-0.063643205,0.702093448,5491.052888 +216,-1.247341019,0.7622473908,458,-0.063643205,0.702093448,3396.0113004 +217,-1.298239787,0.7084123392,458,-0.063643205,0.702093448,3615.9538518 +218,-1.308539688,0.6926545592,458,-0.063643205,0.702093448,3670.4524371 +219,-1.303263185,0.6888938396,458,-0.063643205,0.702093448,3662.2365317 +220,-1.852400229,0.6004246149,458,-0.063643205,0.702093448,5308.1110075 +221,-1.288947707,0.7473773692,458,-0.063643205,0.702093448,3529.309286 +222,-1.372031502,0.7472790993,458,-0.063643205,0.702093448,3750.639503 +223,-1.289805721,0.7242157877,458,-0.063643205,0.702093448,3567.5149818 +224,-1.350807603,0.7533498126,458,-0.063643205,0.702093448,3684.6997924 +225,-1.329290365,0.7560442322,458,-0.063643205,0.702093448,3623.5233156 +226,-1.410153004,0.616936428,458,-0.063643205,0.702093448,4092.2140289 +227,-1.393445434,0.6308995063,458,-0.063643205,0.702093448,4018.2120999 +228,-1.37595573,0.6241540638,458,-0.063643205,0.702093448,3982.2185344 +229,-1.358388707,0.6172645205,458,-0.063643205,0.702093448,3945.9372047 +230,-1.753741133,0.8281661666,458,-0.063643205,0.702093448,4529.8022257 +231,-1.47430987,0.6834615681,458,-0.063643205,0.702093448,4137.8142095 +232,-1.421012508,0.7222725206,458,-0.063643205,0.702093448,3923.3296316 +233,-1.4476833,0.6978557868,458,-0.063643205,0.702093448,4039.1035502 +234,-1.470370723,0.6966193374,458,-0.063643205,0.702093448,4101.9437232 +235,-1.429211703,0.7037216883,458,-0.063643205,0.702093448,3978.8160064 +236,-1.700578405,0.6178673663,458,-0.063643205,0.702093448,4877.2711258 +237,-1.678117619,0.6331716163,458,-0.063643205,0.702093448,4783.3279624 +238,-1.725644578,0.6316331145,458,-0.063643205,0.702093448,4909.906433 +239,-2.14012759,0.7930497945,458,-0.063643205,0.702093448,5421.7860295 +240,-2.103289431,0.7653606263,458,-0.063643205,0.702093448,5429.8607429 +241,-1.318739838,0.7017808746,458,-0.063643205,0.702093448,3683.1083772 +242,-1.396417427,0.7077900843,458,-0.063643205,0.702093448,3883.512977 +243,-1.35650337,0.7185539404,458,-0.063643205,0.702093448,3757.3730504 +244,-1.248884539,0.7274156818,458,-0.063643205,0.702093448,3450.9405333 +245,-1.395014798,0.5761185243,458,-0.063643205,0.702093448,4131.2087406 +246,-1.433377362,0.6064716109,458,-0.063643205,0.702093448,4178.1490393 +247,-1.408172432,0.5903155476,458,-0.063643205,0.702093448,4139.8366555 +248,-1.749645898,0.7757118084,458,-0.063643205,0.702093448,4636.9153077 +249,-1.571626686,0.615046989,458,-0.063643205,0.702093448,4540.8601815 +250,-1.514070049,0.6303003037,458,-0.063643205,0.702093448,4352.1928126 +251,-1.480890369,0.6237966528,458,-0.063643205,0.702093448,4274.7884574 +252,-1.704390658,0.5281680612,458,-0.063643205,0.702093448,5100.4186497 +253,-1.64434733,0.5254277498,458,-0.063643205,0.702093448,4942.6288955 +254,-1.703855997,0.4792484842,458,-0.063643205,0.702093448,5217.7679936 +255,-1.692002383,0.5748825051,458,-0.063643205,0.702093448,4955.5565826 +256,-1.854136457,0.5544643913,458,-0.063643205,0.702093448,5430.1958218 +257,-1.665021206,0.520317736,458,-0.063643205,0.702093448,5011.6472419 +258,-1.733654349,0.4845187345,458,-0.063643205,0.702093448,5286.8261171 +259,-1.720938188,0.5135933906,458,-0.063643205,0.702093448,5180.7181348 +260,-1.742668307,0.553296122,458,-0.063643205,0.702093448,5142.2732896 +261,-1.965659039,0.7142126903,458,-0.063643205,0.702093448,5280.594929 +262,-1.944438071,0.6772834804,458,-0.063643205,0.702093448,5330.2407289 +263,-1.270340967,0.7681487096,458,-0.063643205,0.702093448,3449.0243757 +264,-1.353091884,0.6549276821,458,-0.063643205,0.702093448,3860.4274677 +265,-1.333236659,0.6413584414,458,-0.063643205,0.702093448,3829.7804255 +266,-1.352015998,0.6753788907,458,-0.063643205,0.702093448,3820.405254 +267,-1.377988483,0.6577816235,458,-0.063643205,0.702093448,3924.2738607 +268,-2.13075611,0.8318642051,458,-0.063643205,0.702093448,5292.410353 +269,-2.097910953,0.8259670014,458,-0.063643205,0.702093448,5247.8613277 +270,-1.416382069,0.6694271549,458,-0.063643205,0.702093448,4008.0218102 +271,-1.538905672,0.7535625993,458,-0.063643205,0.702093448,4170.7558081 +272,-1.572309477,0.7803125099,458,-0.063643205,0.702093448,4202.5088266 +273,-1.87759879,0.7503853417,458,-0.063643205,0.702093448,4990.3434355 +274,1.152365588,0.590457682,458,-0.063643205,0.702093448,3771.7412881 +275,0.350198001,0.718001859,458,-0.063643205,0.702093448,1240.8302606 +276,0.046513677,0.491503852,458,-0.063643205,0.702093448,908.21777454 +277,0.027510309,0.742571376,458,-0.063643205,0.702093448,314.6945169 +278,0.306285725,-0.214631579,458,-0.063643205,0.702093448,3877.3089059 +279,-1.100564889,0.318051531,458,-0.063643205,0.702093448,3814.7694227 +280,-1.078582306,0.301437596,458,-0.063643205,0.702093448,3788.3912476 +281,-1.137371989,-0.617634065,458,-0.063643205,0.702093448,6527.9732141 +282,0.784356344,0.703272339,458,-0.063643205,0.702093448,2529.9072488 +283,-1.221209947,0.218327455,458,-0.063643205,0.702093448,4420.8314321 +284,2.347301921,-0.449114658,458,-0.063643205,0.702093448,9846.5516063 +285,0.246820618,0.830553713,458,-0.063643205,0.702093448,1018.2153658 +286,0.829414965,0.703288228,458,-0.063643205,0.702093448,2660.3220585 +287,-1.337537566,0.42332223,458,-0.063643205,0.702093448,4288.5708727 +288,0.882453706,0.454478077,458,-0.063643205,0.702093448,3234.4976552 +289,1.575629659,0.416419109,458,-0.063643205,0.702093448,5369.8958948 +290,-1.039455679,0.229888244,458,-0.063643205,0.702093448,3849.1880654 +291,0.489558039,0.934482747,458,-0.063643205,0.702093448,1736.3423381 +292,0.081344504,0.88384514,458,-0.063643205,0.702093448,823.84217626 +293,-1.547979814,0.300350308,458,-0.063643205,0.702093448,5204.4976042 +294,0.040776181,0.168560074,458,-0.063643205,0.702093448,2145.0403917 +295,-1.130374745,0.563894876,458,-0.063643205,0.702093448,3383.3669096 +296,1.578326642,0.478507176,458,-0.063643205,0.702093448,5224.4397015 +297,-1.12861823,-0.291640865,458,-0.063643205,0.702093448,5550.8036939 +298,0.310524208,0.770885792,458,-0.063643205,0.702093448,1127.7213115 +299,0.415649091,-0.387246002,458,-0.063643205,0.702093448,4663.3188597 +300,-0.926533878,-0.188022748,458,-0.063643205,0.702093448,4733.4851569 +301,1.258856172,-0.11716081,458,-0.063643205,0.702093448,5781.9312707 +302,-1.126050026,0.322941926,458,-0.063643205,0.702093448,3880.0317927 +303,2.002785835,0.07893892,458,-0.063643205,0.702093448,7474.7787018 +304,0.440437607,0.746258085,458,-0.063643205,0.702093448,1498.3906218 +305,-0.030391866,0.214441206,458,-0.063643205,0.702093448,1935.0737103 +306,0.521557815,-0.058929362,458,-0.063643205,0.702093448,3686.3318825 +307,-0.097005111,0.13317729,458,-0.063643205,0.702093448,2256.5711151 +308,1.83113859,0.221857587,458,-0.063643205,0.702093448,6598.7529794 +309,0.222428864,0.099404236,458,-0.063643205,0.702093448,2595.1644524 +310,-1.702731345,0.8728568183,458,-0.063643205,0.702093448,4322.680011 +311,-0.418507569,0.278324921,458,-0.063643205,0.702093448,2075.7118485 +312,-1.41153306,0.339029988,458,-0.063643205,0.702093448,4703.7923469 +313,0.357560442,0.114788776,458,-0.063643205,0.702093448,2764.6782451 +314,0.325818979,0.268352149,458,-0.063643205,0.702093448,2180.4720163 +315,-1.246004659,-0.663679965,458,-0.063643205,0.702093448,6898.7898963 +316,1.814603087,0.637404484,458,-0.063643205,0.702093448,5429.8114573 +317,1.843704281,-0.18300445,458,-0.063643205,0.702093448,7703.7958833 +318,1.690644492,-0.211480909,458,-0.063643205,0.702093448,7312.1089845 +319,-1.275451936,0.068109467,458,-0.063643205,0.702093448,4966.9213552 +320,0.762430171,-0.207594741,458,-0.063643205,0.702093448,4706.7917249 +321,0.265668905,-0.014647884,458,-0.063643205,0.702093448,3078.2141052 +322,-2.773032013,-0.335515811,458,-0.063643205,0.702093448,10379.732 +323,-1.469512853,0.174058777,458,-0.063643205,0.702093448,5281.0809424 +324,0.286276986,0.785925691,458,-0.063643205,0.702093448,1069.196667 +325,-1.379324697,0.377432233,458,-0.063643205,0.702093448,4517.622013 +326,-1.203778265,0.212813032,458,-0.063643205,0.702093448,4382.1580989 +327,0.579916301,0.611743168,458,-0.063643205,0.702093448,2035.0819666 +328,0.267582642,0.868113908,458,-0.063643205,0.702093448,1132.1424005 +329,0.412869244,-0.050245578,458,-0.063643205,0.702093448,3444.4098125 +330,0.17524381,0.976660285,458,-0.063643205,0.702093448,1252.7031316 +331,0.743157214,0.204812899,458,-0.063643205,0.702093448,3426.9823773 +332,-1.070758176,0.269382282,458,-0.063643205,0.702093448,3843.1363046 +333,-1.230364251,0.329790229,458,-0.063643205,0.702093448,4179.2139748 +334,-1.374813124,-0.024926835,458,-0.063643205,0.702093448,5505.6576594 +335,0.519780566,0.463669906,458,-0.063643205,0.702093448,2130.9005962 +336,-1.55108034,0.239698561,458,-0.063643205,0.702093448,5363.2985388 +337,0.180294813,0.029739425,458,-0.063643205,0.702093448,2803.7789178 +338,0.67820924,0.268170153,458,-0.063643205,0.702093448,3072.9349403 +339,0.445798684,1.024001867,458,-0.063643205,0.702093448,1802.5912306 +340,0.691751283,0.150521402,458,-0.063643205,0.702093448,3438.007529 +341,-1.036643551,-0.903056181,458,-0.063643205,0.702093448,7186.1329323 +342,-0.120287036,1.083325163,458,-0.063643205,0.702093448,1516.1531908 +343,2.823513113,-0.304487164,458,-0.063643205,0.702093448,10644.116937 +344,0.457583172,1.12513373,458,-0.063643205,0.702093448,2057.1408132 +345,0.042918831,0.813795399,458,-0.063643205,0.702093448,537.89431879 +346,1.196146777,-0.853142756,458,-0.063643205,0.702093448,7566.1144587 +347,0.206001358,-0.010430701,458,-0.063643205,0.702093448,2985.6051203 +348,-0.268308653,0.234799412,458,-0.063643205,0.702093448,1982.8915419 +349,0.759363263,0.736189579,458,-0.063643205,0.702093448,2424.9434123 +350,0.181363926,0.891988372,458,-0.063643205,0.702093448,1009.3533319 +351,-0.021111158,0.139103292,458,-0.063643205,0.702093448,2235.0736786 +352,-0.093355215,0.630686981,458,-0.063643205,0.702093448,297.5678532 +353,0.40118964,0.681375926,458,-0.063643205,0.702093448,1415.0332569 +354,-0.721197315,1.304706234,458,-0.063643205,0.702093448,2665.4991909 +355,-1.076150317,0.212107639,458,-0.063643205,0.702093448,4003.0305588 +356,-1.577164531,0.273993443,458,-0.063643205,0.702093448,5356.2294617 +357,-0.190788414,0.182208586,458,-0.063643205,0.702093448,2107.0867002 +358,-0.261349752,0.209710184,458,-0.063643205,0.702093448,2068.9301819 +359,-1.029303852,0.083549259,458,-0.063643205,0.702093448,4208.469386 +360,-1.268609162,0.330525297,458,-0.063643205,0.702093448,4293.1263808 +361,1.282982244,-0.926641967,458,-0.063643205,0.702093448,7914.7350312 +362,0.217352334,0.731352408,458,-0.063643205,0.702093448,845.86059137 +363,-1.511833084,0.258629297,458,-0.063643205,0.702093448,5198.7843239 +364,0.338812194,0.823184618,458,-0.063643205,0.702093448,1242.5034217 +365,-0.324406489,1.134201999,458,-0.063643205,0.702093448,1812.0603188 +366,1.389579348,0.399185724,458,-0.063643205,0.702093448,4875.0155049 +367,2.047152199,-0.039082036,458,-0.063643205,0.702093448,7927.7733518 +368,0.947780369,0.568250077,458,-0.063643205,0.702093448,3210.9683891 +369,0.763824846,0.576754987,458,-0.063643205,0.702093448,2644.5889406 +370,-0.142334657,0.928153068,458,-0.063643205,0.702093448,920.11118121 +371,0.610266567,0.547265983,458,-0.063643205,0.702093448,2231.1656456 +372,0.210731629,0.746815056,458,-0.063643205,0.702093448,831.5943896 +373,-1.34931644,0.316895224,458,-0.063643205,0.702093448,4568.9416264 +374,2.407696481,0.655030745,458,-0.063643205,0.702093448,6543.3755651 +375,0.64207831,0.545359131,458,-0.063643205,0.702093448,2330.6426047 +376,1.174597538,0.840588356,458,-0.063643205,0.702093448,3432.649801 +377,0.660059424,0.010604079,458,-0.063643205,0.702093448,3776.2644358 +378,-0.730263819,0.010486456,458,-0.063643205,0.702093448,3639.3415899 +379,0.831068936,0.512339172,458,-0.063643205,0.702093448,2963.1351996 +380,1.301180979,0.72367476,458,-0.063643205,0.702093448,3940.5587552 +381,1.811128231,0.322854402,458,-0.063643205,0.702093448,6268.7295898 +382,0.435105812,0.992284428,458,-0.063643205,0.702093448,1718.6611175 +383,0.62643634,0.592027932,458,-0.063643205,0.702093448,2205.1976013 +384,0.492988703,-0.516339467,458,-0.063643205,0.702093448,5241.9661368 +385,-0.162469483,0.112549365,458,-0.063643205,0.702093448,2361.4269616 +386,0.314630866,0.472006421,458,-0.063643205,0.702093448,1537.8665549 +387,0.166744804,0.822815954,458,-0.063643205,0.702093448,813.17202495 +388,0.417159608,0.965805736,458,-0.063643205,0.702093448,1633.1695826 +389,0.106334961,0.868774244,458,-0.063643205,0.702093448,812.50077446 +390,0.815086969,-0.338144359,458,-0.063643205,0.702093448,5239.9651212 +391,0.59867455,-0.230624824,458,-0.063643205,0.702093448,4423.9076405 +392,1.915104874,0.066220985,458,-0.063643205,0.702093448,7261.7076576 +393,1.278093622,0.064463721,458,-0.063643205,0.702093448,5365.2194636 +394,-0.061477853,0.302997961,458,-0.063643205,0.702093448,1580.834638 +395,0.251311504,0.626976942,458,-0.063643205,0.702093448,1024.0322405 +396,2.950242872,0.149095644,458,-0.063643205,0.702093448,9040.0204741 +397,-0.180294708,0.35375117,458,-0.063643205,0.702093448,1435.2013521 +398,1.010448592,-0.351180233,458,-0.063643205,0.702093448,5747.6228965 +399,-1.748740498,0.3686318073,458,-0.063643205,0.702093448,5619.5718318 +400,2.699635665,0.123533791,458,-0.063643205,0.702093448,8893.6855689 +401,0.496808033,0.823843254,458,-0.063643205,0.702093448,1662.1396777 +402,0.129574704,0.763364087,458,-0.063643205,0.702093448,617.87103934 +403,1.798920311,0.817447563,458,-0.063643205,0.702093448,4928.2583564 +404,0.335987953,0.746786541,458,-0.063643205,0.702093448,1194.7804797 +405,-1.085413643,0.292154671,458,-0.063643205,0.702093448,3831.325778 +406,-0.155321003,0.508207011,458,-0.063643205,0.702093448,823.58281523 +407,0.620529244,-0.301175104,458,-0.063643205,0.702093448,4705.933671 +408,1.684402744,0.368716966,458,-0.063643205,0.702093448,5796.5214272 +409,0.300582244,-0.386397212,458,-0.063643205,0.702093448,4516.2544966 +410,2.913555946,-0.009225192,458,-0.063643205,0.702093448,9636.1727084 +411,1.465101417,0.493232532,458,-0.063643205,0.702093448,4872.8199234 +412,0.090612882,0.907955955,458,-0.063643205,0.702093448,917.26317634 +413,2.987564726,-0.729568594,458,-0.063643205,0.702093448,12152.674537 +414,-1.484261606,0.224149272,458,-0.063643205,0.702093448,5200.9095446 +415,0.164073421,0.303955133,458,-0.063643205,0.702093448,1759.262891 +416,0.141441293,0.167552546,458,-0.063643205,0.702093448,2236.9426412 +417,2.931321023,-0.506718887,458,-0.063643205,0.702093448,11535.346812 +418,2.21951565,0.700596356,458,-0.063643205,0.702093448,6083.858321 +419,0.268112576,1.199114336,458,-0.063643205,0.702093448,2090.8530577 +420,0.978913739,0.359223811,458,-0.063643205,0.702093448,3735.6111708 +421,1.210898818,0.522863584,458,-0.063643205,0.702093448,4076.1696126 +422,2.347397336,0.129231362,458,-0.063643205,0.702093448,8208.1056486 +423,0.614394501,0.556878345,458,-0.063643205,0.702093448,2226.6799687 +424,-1.398079356,0.148483366,458,-0.063643205,0.702093448,5129.3130967 +425,2.535303836,-0.112984496,458,-0.063643205,0.702093448,9419.8311779 +426,-1.019372593,-0.405322349,458,-0.063643205,0.702093448,5624.7445687 +427,-1.297785627,-0.160104069,458,-0.063643205,0.702093448,5641.4538932 +428,2.144554488,0.205051084,458,-0.063643205,0.702093448,7484.3389037 +429,-2.242387083,-0.426171285,458,-0.063643205,0.702093448,9098.5490824 +430,0.338637212,0.909723676,458,-0.063643205,0.702093448,1366.2386293 +431,-0.148798452,0.691042401,458,-0.063643205,0.702093448,262.36652596 +432,0.893524764,0.441829531,458,-0.063643205,0.702093448,3294.6006031 +433,0.969229347,-0.368847936,458,-0.063643205,0.702093448,5697.4414762 +434,0.436043248,0.800045688,458,-0.063643205,0.702093448,1489.0001649 +435,1.687946607,1.081504775,458,-0.063643205,0.702093448,4122.6659175 +436,0.522302046,-0.034889271,458,-0.063643205,0.702093448,3607.1523424 +437,-0.178996113,-0.438090009,458,-0.063643205,0.702093448,4536.2720467 +438,-1.094339566,0.301444068,458,-0.063643205,0.702093448,3835.7106395 +439,-1.064070054,0.242569932,458,-0.063643205,0.702093448,3890.0020992 +440,-1.068153768,0.230387998,458,-0.063643205,0.702093448,3932.8567894 +441,-3.00496892,-0.23989155,458,-0.063643205,0.702093448,10485.50239 +442,0.21751974,0.766874888,458,-0.063643205,0.702093448,863.81703344 +443,0.117229532,0.007619006,458,-0.063643205,0.702093448,2827.021223 +444,0.777758451,0.420554741,458,-0.063643205,0.702093448,2991.3441181 +445,-0.252356999,0.250747086,458,-0.063643205,0.702093448,1903.5530603 +446,0.363148444,0.768483434,458,-0.063643205,0.702093448,1276.0265438 +447,0.903191366,-0.118210676,458,-0.063643205,0.702093448,4786.9540855 +448,-0.205755923,0.149406178,458,-0.063643205,0.702093448,2245.9627755 +449,1.811996086,0.02364353,458,-0.063643205,0.702093448,7075.4756163 +450,-1.100670221,0.314845373,458,-0.063643205,0.702093448,3822.7054735 +451,0.340078597,0.850105132,458,-0.063643205,0.702093448,1275.9866375 +452,0.258757267,0.804969236,458,-0.063643205,0.702093448,1013.4428545 +453,2.78505352,-0.155160804,458,-0.063643205,0.702093448,10043.93943 +454,0.800551619,0.105822106,458,-0.063643205,0.702093448,3862.1066247 +455,0.437940882,-0.506194031,458,-0.063643205,0.702093448,5129.2638662 +456,2.230431122,0.63458615,458,-0.063643205,0.702093448,6317.2691591 +457,0.527965361,0.127667701,458,-0.063643205,0.702093448,3090.2138705 +458,-0.063643205,0.702093448,458,-0.063643205,0.702093448,0 +459,1.408447268,0.133010502,458,-0.063643205,0.702093448,5584.5390763 +460,0.523795955,0.280266966,458,-0.063643205,0.702093448,2618.4263772 +461,-0.975769313,0.072177659,458,-0.063643205,0.702093448,4089.7801069 +462,0.549774164,-0.463663986,458,-0.063643205,0.702093448,5140.8442046 +463,0.29245874,1.095549818,458,-0.063643205,0.702093448,1771.2555689 +464,0.143625958,0.816809593,458,-0.063643205,0.702093448,747.61166156 +465,0.671902494,0.611159853,458,-0.063643205,0.702093448,2313.6134112 +466,1.239840988,0.6724199,458,-0.063643205,0.702093448,3867.3891352 +467,0.607829703,-0.10932137,458,-0.063643205,0.702093448,4038.6061385 +468,1.763020906,0.263996692,458,-0.063643205,0.702093448,6293.2806984 +469,0.378714634,0.726066797,458,-0.063643205,0.702093448,1322.7464998 +470,2.196736143,-0.153862366,458,-0.063643205,0.702093448,8667.7630285 +471,0.01702415,0.148991565,458,-0.063643205,0.702093448,2209.2797708 +472,-2.998490902,-0.158002487,458,-0.063643205,0.702093448,10168.819004 +473,-3.051262951,-0.346595608,458,-0.063643205,0.702093448,10942.018522 +474,-1.069176439,0.182802941,458,-0.063643205,0.702093448,4057.9703986 +475,0.167157509,0.595344954,458,-0.063643205,0.702093448,840.9789308 +476,0.613855648,0.681746124,458,-0.063643205,0.702093448,2051.3911498 +477,1.037012736,0.682555367,458,-0.063643205,0.702093448,3282.9332531 +478,-1.253574971,0.379755746,458,-0.063643205,0.702093448,4134.2682853 +479,3.108590453,-0.132620738,458,-0.063643205,0.702093448,10185.558798 +480,0.565301296,0.022333262,458,-0.063643205,0.702093448,3513.7927423 +481,0.547898238,0.855555614,458,-0.063643205,0.702093448,1809.0717965 +482,0.948309381,0.417393755,458,-0.063643205,0.702093448,3512.8172922 +483,-0.050600732,0.945269213,458,-0.063643205,0.702093448,963.8444765 +484,-0.977651478,-0.572363064,458,-0.063643205,0.702093448,6055.1730929 +485,1.102014914,0.728861163,458,-0.063643205,0.702093448,3395.1470601 +486,2.927300795,-0.282939414,458,-0.063643205,0.702093448,10704.530477 +487,-1.154565557,0.124434095,458,-0.063643205,0.702093448,4461.6900727 +488,1.855331234,0.291044755,458,-0.063643205,0.702093448,6476.4672835 +489,0.830290659,0.276904518,458,-0.063643205,0.702093448,3488.7704634 +490,0.485104466,-0.234867441,458,-0.063643205,0.702093448,4224.2771096 +491,0.521367572,-0.33161327,458,-0.063643205,0.702093448,4628.1772167 +1,-1.539031704,0.7349710123,459,1.408447268,0.133010502,8934.6231405 +2,-1.536990553,0.7349663874,459,1.408447268,0.133010502,8933.1528164 +3,-1.534951779,0.7349571355,459,1.408447268,0.133010502,8931.6870634 +4,-1.532906461,0.7349480293,459,1.408447268,0.133010502,8930.2009684 +5,-1.531320211,0.7346937278,459,1.408447268,0.133010502,8929.9847289 +6,-1.539451648,0.7335131775,459,1.408447268,0.133010502,8940.5237617 +7,-1.537429487,0.7335445708,459,1.408447268,0.133010502,8938.9285815 +8,-1.535484998,0.7335658704,459,1.408447268,0.133010502,8937.4150663 +9,-1.533488396,0.7336036027,459,1.408447268,0.133010502,8935.7862363 +10,-1.531497785,0.7335842962,459,1.408447268,0.133010502,8934.3662431 +11,-1.530259379,0.7334777758,459,1.408447268,0.133010502,8933.8373372 +12,-1.5335454,0.7322346912,459,1.408447268,0.133010502,8941.0733221 +13,-1.531489083,0.7322238773,459,1.408447268,0.133010502,8939.5681001 +14,-1.530011122,0.7321679851,459,1.408447268,0.133010502,8938.6609805 +15,-1.53348106,0.7306614094,459,1.408447268,0.133010502,8947.0520345 +16,-1.531441779,0.7306962275,459,1.408447268,0.133010502,8945.3804479 +17,-1.529755654,0.7306933243,459,1.408447268,0.133010502,8944.108457 +18,-1.533415048,0.7291384674,459,1.408447268,0.133010502,8952.8358835 +19,-1.531392093,0.7291705353,459,1.408447268,0.133010502,8951.1827982 +20,-1.529296523,0.7291214933,459,1.408447268,0.133010502,8949.7696731 +21,-1.535280942,0.727267644,459,1.408447268,0.133010502,8961.4040223 +22,-1.533378158,0.7276139666,459,1.408447268,0.133010502,8958.6469245 +23,-1.531340368,0.7276446587,459,1.408447268,0.133010502,8956.9835937 +24,-1.528960113,0.7276398177,459,1.408447268,0.133010502,8955.1775893 +25,-1.533313146,0.7260818349,459,1.408447268,0.133010502,8964.4652543 +26,-1.531259555,0.7260958115,459,1.408447268,0.133010502,8962.849337 +27,-1.528926415,0.7260865555,459,1.408447268,0.133010502,8961.0911633 +28,-1.531226779,0.7245511789,459,1.408447268,0.133010502,8968.7349146 +29,-1.528904772,0.7245519194,459,1.408447268,0.133010502,8966.9421869 +30,-1.547195875,0.7409785979,459,1.408447268,0.133010502,8917.3036455 +31,-1.5451475,0.740980426,459,1.408447268,0.133010502,8915.8778288 +32,-1.543097679,0.7409798872,459,1.408447268,0.133010502,8914.4451618 +33,-1.540720364,0.7409892687,459,1.408447268,0.133010502,8912.7264432 +34,-1.547188511,0.7395198392,459,1.408447268,0.133010502,8922.913639 +35,-1.545148587,0.7395226109,459,1.408447268,0.133010502,8921.4865133 +36,-1.543104538,0.7395314908,459,1.408447268,0.133010502,8920.0181587 +37,-1.540727751,0.7395306258,459,1.408447268,0.133010502,8918.3350938 +38,-1.547187029,0.7380014886,459,1.408447268,0.133010502,8928.7566569 +39,-1.545147315,0.7380012252,459,1.408447268,0.133010502,8927.337681 +40,-1.54310719,0.7380060743,459,1.408447268,0.133010502,8925.8838757 +41,-1.540719671,0.7380068206,459,1.408447268,0.133010502,8924.18259 +42,-1.547187189,0.7364799098,459,1.408447268,0.133010502,8934.6128173 +43,-1.545149996,0.7364853874,459,1.408447268,0.133010502,8933.1698536 +44,-1.543106091,0.7364823484,459,1.408447268,0.133010502,8931.7400081 +45,-1.540717158,0.7364893901,459,1.408447268,0.133010502,8930.0091206 +46,-1.538663972,0.7410138672,459,1.408447268,0.133010502,8911.1603136 +47,-1.53695285,0.7409699132,459,1.408447268,0.133010502,8910.0929918 +48,-1.534910498,0.7409641297,459,1.408447268,0.133010502,8908.6262522 +49,-1.533145034,0.7409536636,459,1.408447268,0.133010502,8907.3673954 +50,-1.538681336,0.7395405883,459,1.408447268,0.133010502,8916.8287556 +51,-1.536999189,0.7395183096,459,1.408447268,0.133010502,8915.6963393 +52,-1.534923633,0.7395144222,459,1.408447268,0.133010502,8914.194612 +53,-1.533267822,0.7395654306,459,1.408447268,0.133010502,8912.7782545 +54,-1.53867273,0.7380151077,459,1.408447268,0.133010502,8922.6784457 +55,-1.536980576,0.7379994392,459,1.408447268,0.133010502,8921.5101612 +56,-1.534931522,0.7379944961,459,1.408447268,0.133010502,8920.0279473 +57,-1.533387952,0.7379480264,459,1.408447268,0.133010502,8919.0653119 +58,-1.538682279,0.7364914363,459,1.408447268,0.133010502,8928.5338623 +59,-1.536980704,0.7364810563,459,1.408447268,0.133010502,8927.3352805 +60,-1.534935567,0.7364752065,459,1.408447268,0.133010502,8925.855567 +61,-1.533042592,0.7363876366,459,1.408447268,0.133010502,8924.7873955 +62,-1.545143426,0.7349628011,459,1.408447268,0.133010502,8939.0210576 +63,-1.543105297,0.7349691947,459,1.408447268,0.133010502,8937.5552832 +64,-1.541064533,0.7349647152,459,1.408447268,0.133010502,8936.1144948 +65,-1.545411803,0.7334624714,459,1.408447268,0.133010502,8944.9799955 +66,-1.543446606,0.7334780896,459,1.408447268,0.133010502,8943.5289499 +67,-1.541475327,0.7334957295,459,1.408447268,0.133010502,8942.0519415 +68,-1.545401939,0.731963266,459,1.408447268,0.133010502,8950.7385632 +69,-1.54342253,0.7319915583,459,1.408447268,0.133010502,8949.2250625 +70,-1.541455867,0.7320216438,459,1.408447268,0.133010502,8947.6998527 +71,-1.545410146,0.7304422281,459,1.408447268,0.133010502,8956.5934194 +72,-1.543435491,0.7304713664,459,1.408447268,0.133010502,8955.0765024 +73,-1.541463105,0.7304997613,459,1.408447268,0.133010502,8953.5501141 +74,-1.545414768,0.7289194936,459,1.408447268,0.133010502,8962.451848 +75,-1.543435774,0.7289538557,459,1.408447268,0.133010502,8960.9081546 +76,-1.541457714,0.7289765881,459,1.408447268,0.133010502,8959.3957621 +77,-1.539449415,0.7320555866,459,1.408447268,0.133010502,8946.1171011 +78,-1.537429183,0.7321097681,459,1.408447268,0.133010502,8944.4322721 +79,-1.535472649,0.7321497267,459,1.408447268,0.133010502,8942.834817 +80,-1.539457899,0.7305333307,459,1.408447268,0.133010502,8951.9660148 +81,-1.537453161,0.7305750503,459,1.408447268,0.133010502,8950.3366597 +82,-1.535479385,0.7306124949,459,1.408447268,0.133010502,8948.732444 +83,-1.53946905,0.7290102593,459,1.408447268,0.133010502,8957.819577 +84,-1.537459922,0.7290417293,459,1.408447268,0.133010502,8956.2225888 +85,-1.535451349,0.7290890157,459,1.408447268,0.133010502,8954.550975 +86,-1.535522937,0.7279887191,459,1.408447268,0.133010502,8958.8214901 +87,-1.539442524,0.7274735939,459,1.408447268,0.133010502,8963.6972617 +88,-1.537424111,0.727521351,459,1.408447268,0.133010502,8962.0269113 +89,-1.539384641,0.7259505092,459,1.408447268,0.133010502,8969.4992028 +90,-1.537372391,0.7259947145,459,1.408447268,0.133010502,8967.8428023 +91,-1.535340789,0.7260435356,459,1.408447268,0.133010502,8966.1397352 +92,-1.539325716,0.7244369706,459,1.408447268,0.133010502,8975.2630469 +93,-1.537308932,0.7244801057,459,1.408447268,0.133010502,8973.6031462 +94,-1.535289068,0.7245247645,459,1.408447268,0.133010502,8971.9205167 +95,-1.533261366,0.7245550236,459,1.408447268,0.133010502,8970.2724837 +96,-1.539267302,0.722921924,459,1.408447268,0.133010502,8981.032352 +97,-1.537248972,0.7229660258,459,1.408447268,0.133010502,8979.3633417 +98,-1.535219431,0.7229916471,459,1.408447268,0.133010502,8977.7420523 +99,-1.53318962,0.7230212049,459,1.408447268,0.133010502,8976.090624 +100,-1.531154816,0.7230299897,459,1.408447268,0.133010502,8974.5000103 +101,-1.528878341,0.7230370244,459,1.408447268,0.133010502,8972.7134018 +102,-1.539218189,0.7214009878,459,1.408447268,0.133010502,8986.8304408 +103,-1.537198791,0.7214422745,459,1.408447268,0.133010502,8985.1672118 +104,-1.535179266,0.7214634354,459,1.408447268,0.133010502,8983.5662941 +105,-1.533156501,0.7214944644,459,1.408447268,0.133010502,8981.9103523 +106,-1.53113574,0.7215166021,459,1.408447268,0.133010502,8980.2752216 +107,-1.528874248,0.7215345535,459,1.408447268,0.133010502,8978.4539035 +108,-1.539217656,0.7198512397,459,1.408447268,0.133010502,8992.7744882 +109,-1.537199919,0.7199428763,459,1.408447268,0.133010502,8990.9155726 +110,-1.545425832,0.727397149,459,1.408447268,0.133010502,8968.3129402 +111,-1.543371177,0.7273916949,459,1.408447268,0.133010502,8966.8642821 +112,-1.541368852,0.7274523163,459,1.408447268,0.133010502,8965.1845478 +113,-1.545349067,0.7258710923,459,1.408447268,0.133010502,8974.1252365 +114,-1.54332671,0.7258603556,459,1.408447268,0.133010502,8972.7157778 +115,-1.541346831,0.7259242142,459,1.408447268,0.133010502,8971.0358965 +116,-1.545324355,0.7243383958,459,1.408447268,0.133010502,8979.9995591 +117,-1.543292796,0.7243617413,459,1.408447268,0.133010502,8978.4485567 +118,-1.541295822,0.7244024384,459,1.408447268,0.133010502,8976.8412412 +119,-1.543193859,0.7205570215,459,1.408447268,0.133010502,8992.991169 +120,-1.550257047,0.7386738187,459,1.408447268,0.133010502,8928.2756891 +121,-1.549335448,0.7311736483,459,1.408447268,0.133010502,8956.5282679 +122,-1.533478843,0.7179891343,459,1.408447268,0.133010502,8995.5755743 +123,-1.556150555,0.738907041,459,1.408447268,0.133010502,8931.3251764 +124,-1.554324226,0.733414257,459,1.408447268,0.133010502,8951.2993922 +125,-1.554290846,0.7288285332,459,1.408447268,0.133010502,8968.958854 +126,-1.55122487,0.7219795312,459,1.408447268,0.133010502,8993.2419006 +127,-1.525104458,0.7229399862,459,1.408447268,0.133010502,8970.1253552 +128,-1.519607711,0.7236181429,459,1.408447268,0.133010502,8963.1391624 +129,-1.513899999,0.7251107854,459,1.408447268,0.133010502,8952.7817999 +130,-1.536620762,0.7431061895,459,1.408447268,0.133010502,8901.6553444 +131,-1.5369566,0.7460845958,459,1.408447268,0.133010502,8890.4678875 +132,-1.545345528,0.7447040685,459,1.408447268,0.133010502,8901.6889073 +133,-1.532813921,0.7432306626,459,1.408447268,0.133010502,8898.3967895 +134,-1.554788248,0.7382381001,459,1.408447268,0.133010502,8933.0042332 +135,-1.540348126,0.7301594274,459,1.408447268,0.133010502,8954.049303 +136,-1.538016084,0.7239051786,459,1.408447268,0.133010502,8976.3336525 +137,-1.525288962,0.7258085137,459,1.408447268,0.133010502,8959.3175457 +138,-1.534326986,0.731241342,459,1.408447268,0.133010502,8945.4636166 +139,-1.530733872,0.7303625216,459,1.408447268,0.133010502,8946.1201042 +141,-1.534354939,0.7328219978,459,1.408447268,0.133010502,8939.4274299 +142,-1.53157084,0.7292888153,459,1.408447268,0.133010502,8950.8658446 +143,-1.525691035,0.7263799874,459,1.408447268,0.133010502,8957.4507128 +144,-1.534031287,0.7495967835,459,1.408447268,0.133010502,8874.8806852 +145,-1.527714986,0.7283095957,459,1.408447268,0.133010502,8951.6547546 +146,-1.526189586,0.7271468292,459,1.408447268,0.133010502,8954.9116688 +147,-1.555177336,0.7375563366,459,1.408447268,0.133010502,8935.8929399 +148,-1.555080283,0.7312707794,459,1.408447268,0.133010502,8960.0738534 +149,-1.53856994,0.7224180299,459,1.408447268,0.133010502,8982.4483967 +150,-1.530837883,0.729933372,459,1.408447268,0.133010502,8947.8416339 +151,-1.515066984,0.5854133365,459,1.408447268,0.133010502,9482.3410096 +152,-1.534731633,0.5368370046,459,1.408447268,0.133010502,9685.7119935 +153,-1.515231902,0.5607085576,459,1.408447268,0.133010502,9575.2472675 +154,-2.616253799,1.0684566605,459,1.408447268,0.133010502,6965.7463196 +155,-1.956071439,0.5792177723,459,1.408447268,0.133010502,9500.468195 +156,-1.951208514,0.5602434208,459,1.408447268,0.133010502,9576.8280694 +157,-1.944675062,0.6062144545,459,1.408447268,0.133010502,9410.5559096 +158,-1.613778386,0.6077989518,459,1.408447268,0.133010502,9475.6785665 +159,-2.035029014,0.6021432345,459,1.408447268,0.133010502,9319.9209257 +160,-2.114989471,0.6801825058,459,1.408447268,0.133010502,8930.1511756 +161,-2.037382079,0.5765830025,459,1.408447268,0.133010502,9408.4531906 +162,-2.129855121,0.6585019963,459,1.408447268,0.133010502,8982.5769567 +163,-2.075141798,0.6493615843,459,1.408447268,0.133010502,9095.7099884 +164,-1.828626729,0.6948433129,459,1.408447268,0.133010502,9146.1080613 +165,-1.863329418,0.6735427691,459,1.408447268,0.133010502,9213.2760214 +166,-1.266037071,0.727988852,459,1.408447268,0.133010502,8635.9491828 +167,-1.277579582,0.7249010648,459,1.408447268,0.133010502,8664.6846587 +168,-1.258418684,0.7241194816,459,1.408447268,0.133010502,8636.3883727 +169,-1.317813974,0.6804850104,459,1.408447268,0.133010502,8878.2150971 +170,-1.344165204,0.6790988904,459,1.408447268,0.133010502,8923.3557146 +171,-1.427582102,0.5277120351,459,1.408447268,0.133010502,9580.3903762 +172,-1.402238616,0.457167829,459,1.408447268,0.133010502,9782.1377048 +173,-1.422454264,0.4996161999,459,1.408447268,0.133010502,9671.0315201 +174,-1.439089277,0.4894859811,459,1.408447268,0.133010502,9733.4286942 +175,-1.448126995,0.5182330266,459,1.408447268,0.133010502,9645.1291862 +176,-1.474626146,0.5881926574,459,1.408447268,0.133010502,9426.4470085 +177,-1.421139645,0.5584869783,459,1.408447268,0.133010502,9461.6124639 +178,-1.457037165,0.565943032,459,1.408447268,0.133010502,9485.5473175 +179,-2.757159358,0.3745319,459,1.408447268,0.133010502,7987.4206329 +180,-2.714309238,0.342054471,459,1.408447268,0.133010502,8181.2683991 +181,-2.000525337,0.774119946,459,1.408447268,0.133010502,8725.5989703 +183,-1.571413436,0.6777838382,459,1.408447268,0.133010502,9177.5882743 +184,-1.552860289,0.6987663893,459,1.408447268,0.133010502,9083.7572561 +185,-1.521852374,0.7165827476,459,1.408447268,0.133010502,8991.7734201 +186,-1.503656267,0.6928968252,459,1.408447268,0.133010502,9066.0122363 +187,-1.502753178,0.7136205882,459,1.408447268,0.133010502,8986.8281059 +188,-1.631894563,0.7343596465,459,1.408447268,0.133010502,8988.6661472 +189,-1.653765416,0.6770714026,459,1.408447268,0.133010502,9221.8326209 +190,-1.719812114,0.6715965947,459,1.408447268,0.133010502,9256.4206797 +191,-1.493406659,0.6646955447,459,1.408447268,0.133010502,9162.4623159 +192,-1.469120564,0.6613469966,459,1.408447268,0.133010502,9149.5808666 +193,-1.590551461,0.5326612937,459,1.408447268,0.133010502,9752.0280423 +194,-1.625979264,0.5247742243,459,1.408447268,0.133010502,9806.6444935 +195,-1.572293943,0.5238808754,459,1.408447268,0.133010502,9770.862432 +196,-1.610848725,0.5477107964,459,1.408447268,0.133010502,9707.977609 +197,-1.208485554,0.7918526018,459,1.408447268,0.133010502,8333.8966271 +198,-1.335601374,0.6869083083,459,1.408447268,0.133010502,8883.5223759 +199,-1.346156996,0.6825213377,459,1.408447268,0.133010502,8914.4410824 +200,-1.324381037,0.6741422347,459,1.408447268,0.133010502,8910.1544156 +201,-1.242424992,0.7378949807,459,1.408447268,0.133010502,8564.7950234 +202,-1.270370057,0.7392461008,459,1.408447268,0.133010502,8605.3258266 +203,-1.448950472,0.7441675014,459,1.408447268,0.133010502,8820.9580451 +204,-1.492662363,0.7523026852,459,1.408447268,0.133010502,8831.7000595 +205,-1.479098966,0.7763855017,459,1.408447268,0.133010502,8729.0369213 +206,-1.633760714,0.7869022408,459,1.408447268,0.133010502,8782.9087897 +207,-1.647406434,0.8101289331,459,1.408447268,0.133010502,8695.8035208 +208,-1.564245052,0.5701509278,459,1.408447268,0.133010502,9586.6635744 +209,-1.646289963,0.6833746083,459,1.408447268,0.133010502,9194.4270823 +210,-1.5820631,0.6751952144,459,1.408447268,0.133010502,9194.5415181 +211,-1.613236298,0.6681681791,459,1.408447268,0.133010502,9239.6826461 +212,-1.914661867,0.8212566515,459,1.408447268,0.133010502,8610.3913963 +213,-1.742133237,0.7250275956,459,1.408447268,0.133010502,9045.0027189 +214,-2.033144872,0.6557314699,459,1.408447268,0.133010502,9128.2625132 +215,-2.039551981,0.6964723658,459,1.408447268,0.133010502,8972.0260175 +216,-1.247341019,0.7622473908,459,1.408447268,0.133010502,8492.6003208 +217,-1.298239787,0.7084123392,459,1.408447268,0.133010502,8752.7156529 +218,-1.308539688,0.6926545592,459,1.408447268,0.133010502,8822.2625558 +219,-1.303263185,0.6888938396,459,1.408447268,0.133010502,8826.6425315 +220,-1.852400229,0.6004246149,459,1.408447268,0.133010502,9504.5069229 +221,-1.288947707,0.7473773692,459,1.408447268,0.133010502,8606.4914637 +222,-1.372031502,0.7472790993,459,1.408447268,0.133010502,8721.7212001 +223,-1.289805721,0.7242157877,459,1.408447268,0.133010502,8686.1670738 +224,-1.350807603,0.7533498126,459,1.408447268,0.133010502,8672.8782517 +225,-1.329290365,0.7560442322,459,1.408447268,0.133010502,8634.5887576 +226,-1.410153004,0.616936428,459,1.408447268,0.133010502,9237.7445022 +227,-1.393445434,0.6308995063,459,1.408447268,0.133010502,9164.4062779 +228,-1.37595573,0.6241540638,459,1.408447268,0.133010502,9162.3766732 +229,-1.358388707,0.6172645205,459,1.408447268,0.133010502,9159.062082 +230,-1.753741133,0.8281661666,459,1.408447268,0.133010502,8635.9409875 +231,-1.47430987,0.6834615681,459,1.408447268,0.133010502,9072.8462504 +232,-1.421012508,0.7222725206,459,1.408447268,0.133010502,8871.1723557 +233,-1.4476833,0.6978557868,459,1.408447268,0.133010502,8990.9212808 +234,-1.470370723,0.6966193374,459,1.408447268,0.133010502,9019.7278044 +235,-1.429211703,0.7037216883,459,1.408447268,0.133010502,8948.439328 +236,-1.700578405,0.6178673663,459,1.408447268,0.133010502,9467.1349935 +237,-1.678117619,0.6331716163,459,1.408447268,0.133010502,9402.0983436 +238,-1.725644578,0.6316331145,459,1.408447268,0.133010502,9414.9663838 +239,-2.14012759,0.7930497945,459,1.408447268,0.133010502,8501.1314595 +240,-2.103289431,0.7653606263,459,1.408447268,0.133010502,8645.9223571 +241,-1.318739838,0.7017808746,459,1.408447268,0.133010502,8806.9072738 +242,-1.396417427,0.7077900843,459,1.408447268,0.133010502,8893.9569506 +243,-1.35650337,0.7185539404,459,1.408447268,0.133010502,8803.1562321 +244,-1.248884539,0.7274156818,459,1.408447268,0.133010502,8609.8229934 +245,-1.395014798,0.5761185243,459,1.408447268,0.133010502,9359.6318524 +246,-1.433377362,0.6064716109,459,1.408447268,0.133010502,9307.1595567 +247,-1.408172432,0.5903155476,459,1.408447268,0.133010502,9329.5432954 +248,-1.749645898,0.7757118084,459,1.408447268,0.133010502,8843.9156859 +249,-1.571626686,0.615046989,459,1.408447268,0.133010502,9419.9372656 +250,-1.514070049,0.6303003037,459,1.408447268,0.133010502,9312.2492989 +251,-1.480890369,0.6237966528,459,1.408447268,0.133010502,9301.9981095 +252,-1.704390658,0.5281680612,459,1.408447268,0.133010502,9822.638155 +253,-1.64434733,0.5254277498,459,1.408447268,0.133010502,9813.9820875 +254,-1.703855997,0.4792484842,459,1.408447268,0.133010502,10016.092024 +255,-1.692002383,0.5748825051,459,1.408447268,0.133010502,9635.5987879 +256,-1.854136457,0.5544643913,459,1.408447268,0.133010502,9682.5325037 +257,-1.665021206,0.520317736,459,1.408447268,0.133010502,9843.0436972 +258,-1.733654349,0.4845187345,459,1.408447268,0.133010502,9997.8144181 +259,-1.720938188,0.5135933906,459,1.408447268,0.133010502,9882.2276325 +260,-1.742668307,0.553296122,459,1.408447268,0.133010502,9725.1489644 +261,-1.965659039,0.7142126903,459,1.408447268,0.133010502,8982.7043217 +262,-1.944438071,0.6772834804,459,1.408447268,0.133010502,9141.3867936 +263,-1.270340967,0.7681487096,459,1.408447268,0.133010502,8508.3707473 +264,-1.353091884,0.6549276821,459,1.408447268,0.133010502,9020.5870542 +265,-1.333236659,0.6413584414,459,1.408447268,0.133010502,9036.1309627 +266,-1.352015998,0.6753788907,459,1.408447268,0.133010502,8947.9270244 +267,-1.377988483,0.6577816235,459,1.408447268,0.133010502,9047.3012327 +268,-2.13075611,0.8318642051,459,1.408447268,0.133010502,8376.1563822 +269,-2.097910953,0.8259670014,459,1.408447268,0.133010502,8435.2603061 +270,-1.416382069,0.6694271549,459,1.408447268,0.133010502,9057.5512486 +271,-1.538905672,0.7535625993,459,1.408447268,0.133010502,8863.1389625 +272,-1.572309477,0.7803125099,459,1.408447268,0.133010502,8780.8802335 +273,-1.87759879,0.7503853417,459,1.408447268,0.133010502,8906.174537 +274,1.152365588,0.590457682,459,1.408447268,0.133010502,2039.587847 +275,0.350198001,0.718001859,459,1.408447268,0.133010502,4358.3496818 +276,0.046513677,0.491503852,459,1.408447268,0.133010502,5246.4923182 +277,0.027510309,0.742571376,459,1.408447268,0.133010502,5312.9047412 +278,0.306285725,-0.214631579,459,1.408447268,0.133010502,4552.2265116 +279,-1.100564889,0.318051531,459,1.408447268,0.133010502,9393.3458352 +280,-1.078582306,0.301437596,459,1.408447268,0.133010502,9357.4553435 +281,-1.137371989,-0.617634065,459,1.408447268,0.133010502,9555.0572395 +282,0.784356344,0.703272339,459,1.408447268,0.133010502,3154.7271505 +283,-1.221209947,0.218327455,459,1.408447268,0.133010502,9994.7278337 +284,2.347301921,-0.449114658,459,1.408447268,0.133010502,4284.5002251 +285,0.246820618,0.830553713,459,1.408447268,0.133010502,4746.7372052 +286,0.829414965,0.703288228,459,1.408447268,0.133010502,3046.4997622 +287,-1.337537566,0.42332223,459,1.408447268,0.133010502,9761.898304 +288,0.882453706,0.454478077,459,1.408447268,0.133010502,2355.0696047 +289,1.575629659,0.416419109,459,1.408447268,0.133010502,1289.5709865 +290,-1.039455679,0.229888244,459,1.408447268,0.133010502,9359.4422257 +291,0.489558039,0.934482747,459,1.408447268,0.133010502,4310.7033273 +292,0.081344504,0.88384514,459,1.408447268,0.133010502,5203.83337 +293,-1.547979814,0.300350308,459,1.408447268,0.133010502,10580.487518 +294,0.040776181,0.168560074,459,1.408447268,0.133010502,5345.8989038 +295,-1.130374745,0.563894876,459,1.408447268,0.133010502,8866.7773198 +296,1.578326642,0.478507176,459,1.408447268,0.133010502,1509.6849479 +297,-1.12861823,-0.291640865,459,1.408447268,0.133010502,10024.533012 +298,0.310524208,0.770885792,459,1.408447268,0.133010502,4521.5825821 +299,0.415649091,-0.387246002,459,1.408447268,0.133010502,4367.1115239 +300,-0.926533878,-0.188022748,459,1.408447268,0.133010502,9285.1734941 +301,1.258856172,-0.11716081,459,1.408447268,0.133010502,1153.7658295 +302,-1.126050026,0.322941926,459,1.408447268,0.133010502,9462.6290907 +303,2.002785835,0.07893892,459,1.408447268,0.133010502,2350.0518713 +304,0.440437607,0.746258085,459,1.408447268,0.133010502,4135.9353613 +305,-0.030391866,0.214441206,459,1.408447268,0.133010502,5602.8904662 +306,0.521557815,-0.058929362,459,1.408447268,0.133010502,3586.4070425 +307,-0.097005111,0.13317729,459,1.408447268,0.133010502,5897.7220359 +308,1.83113859,0.221857587,459,1.408447268,0.133010502,1684.1870479 +309,0.222428864,0.099404236,459,1.408447268,0.133010502,4663.5315944 +310,-1.702731345,0.8728568183,459,1.408447268,0.133010502,8458.226733 +311,-0.418507569,0.278324921,459,1.408447268,0.133010502,7039.8395043 +312,-1.41153306,0.339029988,459,1.408447268,0.133010502,10192.060705 +313,0.357560442,0.114788776,459,1.408447268,0.133010502,4127.9669335 +314,0.325818979,0.268352149,459,1.408447268,0.133010502,4223.5040504 +315,-1.246004659,-0.663679965,459,1.408447268,0.133010502,9713.2420646 +316,1.814603087,0.637404484,459,1.408447268,0.133010502,2477.6376784 +317,1.843704281,-0.18300445,459,1.408447268,0.133010502,2124.2471179 +318,1.690644492,-0.211480909,459,1.408447268,0.133010502,1759.8328063 +319,-1.275451936,0.068109467,459,1.408447268,0.133010502,10467.323361 +320,0.762430171,-0.207594741,459,1.408447268,0.133010502,2880.0215128 +321,0.265668905,-0.014647884,459,1.408447268,0.133010502,4551.1217429 +322,-2.773032013,-0.335515811,459,1.408447268,0.133010502,8376.5507962 +323,-1.469512853,0.174058777,459,1.408447268,0.133010502,10843.60386 +324,0.286276986,0.785925691,459,1.408447268,0.133010502,4602.0669292 +325,-1.379324697,0.377432233,459,1.408447268,0.133010502,9998.7806871 +326,-1.203778265,0.212813032,459,1.408447268,0.133010502,9949.5309299 +327,0.579916301,0.611743168,459,1.408447268,0.133010502,3549.5187274 +328,0.267582642,0.868113908,459,1.408447268,0.133010502,4728.3699219 +329,0.412869244,-0.050245578,459,1.408447268,0.133010502,4000.5594321 +330,0.17524381,0.976660285,459,1.408447268,0.133010502,5041.3046402 +331,0.743157214,0.204812899,459,1.408447268,0.133010502,2611.2183321 +332,-1.070758176,0.269382282,459,1.408447268,0.133010502,9394.8429994 +333,-1.230364251,0.329790229,459,1.408447268,0.133010502,9757.8229215 +334,-1.374813124,-0.024926835,459,1.408447268,0.133010502,10966.286338 +335,0.519780566,0.463669906,459,1.408447268,0.133010502,3582.043114 +336,-1.55108034,0.239698561,459,1.408447268,0.133010502,10803.123175 +337,0.180294813,0.029739425,459,1.408447268,0.133010502,4861.2270259 +338,0.67820924,0.268170153,459,1.408447268,0.133010502,2879.5911077 +339,0.445798684,1.024001867,459,1.408447268,0.133010502,4558.428558 +340,0.691751283,0.150521402,459,1.408447268,0.133010502,2809.9071669 +341,-1.036643551,-0.903056181,459,1.408447268,0.133010502,8648.1224958 +342,-0.120287036,1.083325163,459,1.408447268,0.133010502,5678.7826645 +343,2.823513113,-0.304487164,459,1.408447268,0.133010502,5797.6800895 +344,0.457583172,1.12513373,459,1.408447268,0.133010502,4729.6704304 +345,0.042918831,0.813795399,459,1.408447268,0.133010502,5281.7200574 +346,1.196146777,-0.853142756,459,1.408447268,0.133010502,3975.2675265 +347,0.206001358,-0.010430701,459,1.408447268,0.133010502,4782.3292758 +348,-0.268308653,0.234799412,459,1.408447268,0.133010502,6503.7790472 +349,0.759363263,0.736189579,459,1.408447268,0.133010502,3291.4193021 +350,0.181363926,0.891988372,459,1.408447268,0.133010502,4961.2207315 +351,-0.021111158,0.139103292,459,1.408447268,0.133010502,5599.2045298 +352,-0.093355215,0.630686981,459,1.408447268,0.133010502,5691.9862044 +353,0.40118964,0.681375926,459,1.408447268,0.133010502,4171.8344913 +354,-0.721197315,1.304706234,459,1.408447268,0.133010502,6262.4927124 +355,-1.076150317,0.212107639,459,1.408447268,0.133010502,9517.7679964 +356,-1.577164531,0.273993443,459,1.408447268,0.133010502,10719.466524 +357,-0.190788414,0.182208586,459,1.408447268,0.133010502,6236.5285624 +358,-0.261349752,0.209710184,459,1.408447268,0.133010502,6492.3204896 +359,-1.029303852,0.083549259,459,1.408447268,0.133010502,9533.0692731 +360,-1.268609162,0.330525297,459,1.408447268,0.133010502,9862.9489292 +361,1.282982244,-0.926641967,459,1.408447268,0.133010502,4218.4996455 +362,0.217352334,0.731352408,459,1.408447268,0.133010502,4754.7391862 +363,-1.511833084,0.258629297,459,1.408447268,0.133010502,10665.655437 +364,0.338812194,0.823184618,459,1.408447268,0.133010502,4500.6164247 +365,-0.324406489,1.134201999,459,1.408447268,0.133010502,6013.6622553 +366,1.389579348,0.399185724,459,1.408447268,0.133010502,1056.7650389 +367,2.047152199,-0.039082036,459,1.408447268,0.133010502,2614.290439 +368,0.947780369,0.568250077,459,1.408447268,0.133010502,2415.9619787 +369,0.763824846,0.576754987,459,1.408447268,0.133010502,2943.1276786 +370,-0.142334657,0.928153068,459,1.408447268,0.133010502,5753.2300966 +371,0.610266567,0.547265983,459,1.408447268,0.133010502,3367.7618529 +372,0.210731629,0.746815056,459,1.408447268,0.133010502,4783.5482937 +373,-1.34931644,0.316895224,459,1.408447268,0.133010502,10114.121368 +374,2.407696481,0.655030745,459,1.408447268,0.133010502,4120.5598784 +375,0.64207831,0.545359131,459,1.408447268,0.133010502,3263.9215773 +376,1.174597538,0.840588356,459,1.408447268,0.133010502,2910.6691968 +377,0.660059424,0.010604079,459,1.408447268,0.133010502,2993.9745614 +378,-0.730263819,0.010486456,459,1.408447268,0.133010502,8442.5071074 +379,0.831068936,0.512339172,459,1.408447268,0.133010502,2621.4887223 +380,1.301180979,0.72367476,459,1.408447268,0.133010502,2369.8128533 +381,1.811128231,0.322854402,459,1.408447268,0.133010502,1723.2235622 +382,0.435105812,0.992284428,459,1.408447268,0.133010502,4522.8950085 +383,0.62643634,0.592027932,459,1.408447268,0.133010502,3379.6299395 +384,0.492988703,-0.516339467,459,1.408447268,0.133010502,4329.3777454 +385,-0.162469483,0.112549365,459,1.408447268,0.133010502,6163.3941984 +386,0.314630866,0.472006421,459,1.408447268,0.133010502,4303.6252451 +387,0.166744804,0.822815954,459,1.408447268,0.133010502,4952.2024013 +388,0.417159608,0.965805736,459,1.408447268,0.133010502,4514.7052851 +389,0.106334961,0.868774244,459,1.408447268,0.133010502,5134.1951709 +390,0.815086969,-0.338144359,459,1.408447268,0.133010502,2973.5020139 +391,0.59867455,-0.230624824,459,1.408447268,0.133010502,3495.9113386 +392,1.915104874,0.066220985,459,1.408447268,0.133010502,2013.7737948 +393,1.278093622,0.064463721,459,1.408447268,0.133010502,581.04776509 +394,-0.061477853,0.302997961,459,1.408447268,0.133010502,5686.2105328 +395,0.251311504,0.626976942,459,1.408447268,0.133010502,4589.985548 +396,2.950242872,0.149095644,459,1.408447268,0.133010502,6031.2418661 +397,-0.180294708,0.35375117,459,1.408447268,0.133010502,6106.0216142 +398,1.010448592,-0.351180233,459,1.408447268,0.133010502,2466.4983611 +399,-1.748740498,0.3686318073,459,1.408447268,0.133010502,10455.917398 +400,2.699635665,0.123533791,459,1.408447268,0.133010502,5065.6030003 +401,0.496808033,0.823843254,459,1.408447268,0.133010502,4103.2635459 +402,0.129574704,0.763364087,459,1.408447268,0.133010502,5024.2258832 +403,1.798920311,0.817447563,459,1.408447268,0.133010502,3016.666659 +404,0.335987953,0.746786541,459,1.408447268,0.133010502,4427.1961605 +405,-1.085413643,0.292154671,459,1.408447268,0.133010502,9398.4925696 +406,-0.155321003,0.508207011,459,1.408447268,0.133010502,5941.9680393 +407,0.620529244,-0.301175104,459,1.408447268,0.133010502,3531.0304678 +408,1.684402744,0.368716966,459,1.408447268,0.133010502,1409.3082634 +409,0.300582244,-0.386397212,459,1.408447268,0.133010502,4763.1442032 +410,2.913555946,-0.009225192,459,1.408447268,0.133010502,5968.9039843 +411,1.465101417,0.493232532,459,1.408447268,0.133010502,1442.4976255 +412,0.090612882,0.907955955,459,1.408447268,0.133010502,5191.6427316 +413,2.987564726,-0.729568594,459,1.408447268,0.133010502,6596.9769071 +414,-1.484261606,0.224149272,459,1.408447268,0.133010502,10723.14298 +415,0.164073421,0.303955133,459,1.408447268,0.133010502,4835.3649431 +416,0.141441293,0.167552546,459,1.408447268,0.133010502,4954.8427575 +417,2.931321023,-0.506718887,459,1.408447268,0.133010502,6312.4274962 +418,2.21951565,0.700596356,459,1.408447268,0.133010502,3636.5183482 +419,0.268112576,1.199114336,459,1.408447268,0.133010502,5123.4667997 +420,0.978913739,0.359223811,459,1.408447268,0.133010502,1873.3212217 +421,1.210898818,0.522863584,459,1.408447268,0.133010502,1709.895156 +422,2.347397336,0.129231362,459,1.408447268,0.133010502,3684.7490029 +423,0.614394501,0.556878345,459,1.408447268,0.133010502,3367.3410641 +424,-1.398079356,0.148483366,459,1.408447268,0.133010502,10713.850464 +425,2.535303836,-0.112984496,459,1.408447268,0.133010502,4557.0886665 +426,-1.019372593,-0.405322349,459,1.408447268,0.133010502,9526.4815488 +427,-1.297785627,-0.160104069,459,1.408447268,0.133010502,10734.850904 +428,2.144554488,0.205051084,459,1.408447268,0.133010502,2885.6882891 +429,-2.242387083,-0.426171285,459,1.408447268,0.133010502,10192.829436 +430,0.338637212,0.909723676,459,1.408447268,0.133010502,4605.0477478 +431,-0.148798452,0.691042401,459,1.408447268,0.133010502,5845.5679271 +432,0.893524764,0.441829531,459,1.408447268,0.133010502,2297.0273792 +433,0.969229347,-0.368847936,459,1.408447268,0.133010502,2621.0487091 +434,0.436043248,0.800045688,459,1.408447268,0.133010502,4220.2073454 +435,1.687946607,1.081504775,459,1.408447268,0.133010502,3844.4274739 +436,0.522302046,-0.034889271,459,1.408447268,0.133010502,3563.8916248 +437,-0.178996113,-0.438090009,459,1.408447268,0.133010502,6504.1837382 +438,-1.094339566,0.301444068,459,1.408447268,0.133010502,9408.4285356 +439,-1.064070054,0.242569932,459,1.408447268,0.133010502,9422.0934475 +440,-1.068153768,0.230387998,459,1.408447268,0.133010502,9457.9607384 +441,-3.00496892,-0.23989155,459,1.408447268,0.133010502,7491.6159385 +442,0.21751974,0.766874888,459,1.408447268,0.133010502,4777.3444862 +443,0.117229532,0.007619006,459,1.408447268,0.133010502,5120.4256747 +444,0.777758451,0.420554741,459,1.408447268,0.133010502,2647.1167578 +445,-0.252356999,0.250747086,459,1.408447268,0.133010502,6433.5422016 +446,0.363148444,0.768483434,459,1.408447268,0.133010502,4374.5982076 +447,0.903191366,-0.118210676,459,1.408447268,0.133010502,2230.2625152 +448,-0.205755923,0.149406178,459,1.408447268,0.133010502,6312.2048004 +449,1.811996086,0.02364353,459,1.408447268,0.133010502,1650.540811 +450,-1.100670221,0.314845373,459,1.408447268,0.133010502,9400.5228679 +451,0.340078597,0.850105132,459,1.408447268,0.133010502,4528.5145779 +452,0.258757267,0.804969236,459,1.408447268,0.133010502,4693.2485462 +453,2.78505352,-0.155160804,459,1.408447268,0.133010502,5551.3972747 +454,0.800551619,0.105822106,459,1.408447268,0.133010502,2392.5320792 +455,0.437940882,-0.506194031,459,1.408447268,0.133010502,4481.5368754 +456,2.230431122,0.63458615,459,1.408447268,0.133010502,3562.8517154 +457,0.527965361,0.127667701,459,1.408447268,0.133010502,3456.0248349 +458,-0.063643205,0.702093448,459,1.408447268,0.133010502,5584.5390763 +459,1.408447268,0.133010502,459,1.408447268,0.133010502,0 +460,0.523795955,0.280266966,459,1.408447268,0.133010502,3470.2690281 +461,-0.975769313,0.072177659,459,1.408447268,0.133010502,9342.2919831 +462,0.549774164,-0.463663986,459,1.408447268,0.133010502,4055.9462265 +463,0.29245874,1.095549818,459,1.408447268,0.133010502,4943.6325551 +464,0.143625958,0.816809593,459,1.408447268,0.133010502,5010.6534948 +465,0.671902494,0.611159853,459,1.408447268,0.133010502,3273.8561226 +466,1.239840988,0.6724199,459,1.408447268,0.133010502,2219.9378534 +467,0.607829703,-0.10932137,459,1.408447268,0.133010502,3305.5806622 +468,1.763020906,0.263996692,459,1.408447268,0.133010502,1470.094199 +469,0.378714634,0.726066797,459,1.408447268,0.133010502,4284.756245 +470,2.196736143,-0.153862366,459,1.408447268,0.133010502,3312.3792586 +471,0.01702415,0.148991565,459,1.408447268,0.133010502,5446.3096683 +472,-2.998490902,-0.158002487,459,1.408447268,0.133010502,7492.1756274 +473,-3.051262951,-0.346595608,459,1.408447268,0.133010502,7338.2188867 +474,-1.069176439,0.182802941,459,1.408447268,0.133010502,9542.2784658 +475,0.167157509,0.595344954,459,1.408447268,0.133010502,4848.1572184 +476,0.613855648,0.681746124,459,1.408447268,0.133010502,3559.164012 +477,1.037012736,0.682555367,459,1.408447268,0.133010502,2546.8280376 +478,-1.253574971,0.379755746,459,1.408447268,0.133010502,9687.8164128 +479,3.108590453,-0.132620738,459,1.408447268,0.133010502,6795.3427648 +480,0.565301296,0.022333262,459,1.408447268,0.133010502,3355.9968554 +481,0.547898238,0.855555614,459,1.408447268,0.133010502,4037.5666236 +482,0.948309381,0.417393755,459,1.408447268,0.133010502,2077.3797378 +483,-0.050600732,0.945269213,459,1.408447268,0.133010502,5536.3168322 +484,-0.977651478,-0.572363064,459,1.408447268,0.133010502,9174.8615626 +485,1.102014914,0.728861163,459,1.408447268,0.133010502,2593.2731218 +486,2.927300795,-0.282939414,459,1.408447268,0.133010502,6172.844946 +487,-1.154565557,0.124434095,459,1.408447268,0.133010502,9941.309431 +488,1.855331234,0.291044755,459,1.408447268,0.133010502,1837.6565623 +489,0.830290659,0.276904518,459,1.408447268,0.133010502,2310.0258159 +490,0.485104466,-0.234867441,459,1.408447268,0.133010502,3912.5508932 +491,0.521367572,-0.33161327,459,1.408447268,0.133010502,3920.8128026 +1,-1.539031704,0.7349710123,460,0.523795955,0.280266966,6823.5406441 +2,-1.536990553,0.7349663874,460,0.523795955,0.280266966,6818.4085034 +3,-1.534951779,0.7349571355,460,0.523795955,0.280266966,6813.2871289 +4,-1.532906461,0.7349480293,460,0.523795955,0.280266966,6808.144285 +5,-1.531320211,0.7346937278,460,0.523795955,0.280266966,6804.6526959 +6,-1.539451648,0.7335131775,460,0.523795955,0.280266966,6827.5760617 +7,-1.537429487,0.7335445708,460,0.523795955,0.280266966,6822.4120367 +8,-1.535484998,0.7335658704,460,0.523795955,0.280266966,6817.4604789 +9,-1.533488396,0.7336036027,460,0.523795955,0.280266966,6812.3399416 +10,-1.531497785,0.7335842962,460,0.523795955,0.280266966,6807.345955 +11,-1.530259379,0.7334777758,460,0.523795955,0.280266966,6804.4276918 +12,-1.5335454,0.7322346912,460,0.523795955,0.280266966,6815.2597258 +13,-1.531489083,0.7322238773,460,0.523795955,0.280266966,6810.0755186 +14,-1.530011122,0.7321679851,460,0.523795955,0.280266966,6806.4436307 +15,-1.53348106,0.7306614094,460,0.523795955,0.280266966,6818.2857478 +16,-1.531441779,0.7306962275,460,0.523795955,0.280266966,6813.0443704 +17,-1.529755654,0.7306933243,460,0.523795955,0.280266966,6808.7714491 +18,-1.533415048,0.7291384674,460,0.523795955,0.280266966,6821.2039519 +19,-1.531392093,0.7291705353,460,0.523795955,0.280266966,6816.0018303 +20,-1.529296523,0.7291214933,460,0.523795955,0.280266966,6810.7744057 +21,-1.535280942,0.727267644,460,0.523795955,0.280266966,6829.7359668 +22,-1.533378158,0.7276139666,460,0.523795955,0.280266966,6824.1978102 +23,-1.531340368,0.7276446587,460,0.523795955,0.280266966,6818.9530671 +24,-1.528960113,0.7276398177,460,0.523795955,0.280266966,6812.9035164 +25,-1.533313146,0.7260818349,460,0.523795955,0.280266966,6827.1341977 +26,-1.531259555,0.7260958115,460,0.523795955,0.280266966,6821.8751296 +27,-1.528926415,0.7260865555,460,0.523795955,0.280266966,6815.945361 +28,-1.531226779,0.7245511789,460,0.523795955,0.280266966,6824.9095891 +29,-1.528904772,0.7245519194,460,0.523795955,0.280266966,6818.9791871 +30,-1.547195875,0.7409785979,460,0.523795955,0.280266966,6831.6616183 +31,-1.5451475,0.740980426,460,0.523795955,0.280266966,6826.5471577 +32,-1.543097679,0.7409798872,460,0.523795955,0.280266966,6821.429286 +33,-1.540720364,0.7409892687,460,0.523795955,0.280266966,6815.4673849 +34,-1.547188511,0.7395198392,460,0.523795955,0.280266966,6834.6552018 +35,-1.545148587,0.7395226109,460,0.523795955,0.280266966,6829.5524901 +36,-1.543104538,0.7395314908,460,0.523795955,0.280266966,6824.4222975 +37,-1.540727751,0.7395306258,460,0.523795955,0.280266966,6818.474185 +38,-1.547187029,0.7380014886,460,0.523795955,0.280266966,6837.7854693 +39,-1.545147315,0.7380012252,460,0.523795955,0.280266966,6832.6818492 +40,-1.54310719,0.7380060743,460,0.523795955,0.280266966,6827.5620557 +41,-1.540719671,0.7380068206,460,0.523795955,0.280266966,6821.5747369 +42,-1.547187189,0.7364799098,460,0.523795955,0.280266966,6840.9254536 +43,-1.545149996,0.7364853874,460,0.523795955,0.280266966,6835.8086495 +44,-1.543106091,0.7364823484,460,0.523795955,0.280266966,6830.6879101 +45,-1.540717158,0.7364893901,460,0.523795955,0.280266966,6824.6751355 +46,-1.538663972,0.7410138672,460,0.523795955,0.280266966,6810.2716555 +47,-1.53695285,0.7409699132,460,0.523795955,0.280266966,6806.0763238 +48,-1.534910498,0.7409641297,460,0.523795955,0.280266966,6800.9692041 +49,-1.533145034,0.7409536636,460,0.523795955,0.280266966,6796.5618337 +50,-1.538681336,0.7395405883,460,0.523795955,0.280266966,6813.3259559 +51,-1.536999189,0.7395183096,460,0.523795955,0.280266966,6809.1528695 +52,-1.534923633,0.7395144222,460,0.523795955,0.280266966,6803.9512556 +53,-1.533267822,0.7395654306,460,0.523795955,0.280266966,6799.6883226 +54,-1.53867273,0.7380151077,460,0.523795955,0.280266966,6816.4208634 +55,-1.536980576,0.7379994392,460,0.523795955,0.280266966,6812.202763 +56,-1.534931522,0.7379944961,460,0.523795955,0.280266966,6807.0620802 +57,-1.533387952,0.7379480264,460,0.523795955,0.280266966,6803.2732369 +58,-1.538682279,0.7364914363,460,0.523795955,0.280266966,6819.5566384 +59,-1.536980704,0.7364810563,460,0.523795955,0.280266966,6815.2976727 +60,-1.534935567,0.7364752065,460,0.523795955,0.280266966,6810.1609876 +61,-1.533042592,0.7363876366,460,0.523795955,0.280266966,6805.5689459 +62,-1.545143426,0.7349628011,460,0.523795955,0.280266966,6838.9250867 +63,-1.543105297,0.7349691947,460,0.523795955,0.280266966,6833.7917862 +64,-1.541064533,0.7349647152,460,0.523795955,0.280266966,6828.6695586 +65,-1.545411803,0.7334624714,460,0.523795955,0.280266966,6842.6860376 +66,-1.543446606,0.7334780896,460,0.523795955,0.280266966,6837.7103956 +67,-1.541475327,0.7334957295,460,0.523795955,0.280266966,6832.7111521 +68,-1.545401939,0.731963266,460,0.523795955,0.280266966,6845.7449383 +69,-1.54342253,0.7319915583,460,0.523795955,0.280266966,6840.7001836 +70,-1.541455867,0.7320216438,460,0.523795955,0.280266966,6835.679825 +71,-1.545410146,0.7304422281,460,0.523795955,0.280266966,6848.8931915 +72,-1.543435491,0.7304713664,460,0.523795955,0.280266966,6843.8513042 +73,-1.541463105,0.7304997613,460,0.523795955,0.280266966,6838.8126158 +74,-1.545414768,0.7289194936,460,0.523795955,0.280266966,6852.0348669 +75,-1.543435774,0.7289538557,460,0.523795955,0.280266966,6846.9639154 +76,-1.541457714,0.7289765881,460,0.523795955,0.280266966,6841.9150915 +77,-1.539449415,0.7320555866,460,0.523795955,0.280266966,6830.5471456 +78,-1.537429183,0.7321097681,460,0.523795955,0.280266966,6825.3343087 +79,-1.535472649,0.7321497267,460,0.523795955,0.280266966,6820.3074922 +80,-1.539457899,0.7305333307,460,0.523795955,0.280266966,6833.6763464 +81,-1.537453161,0.7305750503,460,0.523795955,0.280266966,6828.5205528 +82,-1.535479385,0.7306124949,460,0.523795955,0.280266966,6823.4478398 +83,-1.53946905,0.7290102593,460,0.523795955,0.280266966,6836.8129774 +84,-1.537459922,0.7290417293,460,0.523795955,0.280266966,6831.6594434 +85,-1.535451349,0.7290890157,460,0.523795955,0.280266966,6826.4710654 +86,-1.535522937,0.7279887191,460,0.523795955,0.280266966,6828.8869071 +87,-1.539442524,0.7274735939,460,0.523795955,0.280266966,6839.8808229 +88,-1.537424111,0.727521351,460,0.523795955,0.280266966,6834.6629394 +89,-1.539384641,0.7259505092,460,0.523795955,0.280266966,6842.8400586 +90,-1.537372391,0.7259947145,460,0.523795955,0.280266966,6837.637405 +91,-1.535340789,0.7260435356,460,0.523795955,0.280266966,6832.3721337 +92,-1.539325716,0.7244369706,460,0.523795955,0.280266966,6845.7756809 +93,-1.537308932,0.7244801057,460,0.523795955,0.280266966,6840.5560784 +94,-1.535289068,0.7245247645,460,0.523795955,0.280266966,6835.3214856 +95,-1.533261366,0.7245550236,460,0.523795955,0.280266966,6830.0920039 +96,-1.539267302,0.722921924,460,0.523795955,0.280266966,6848.7141768 +97,-1.537248972,0.7229660258,460,0.523795955,0.280266966,6843.4810661 +98,-1.535219431,0.7229916471,460,0.523795955,0.280266966,6838.2527644 +99,-1.53318962,0.7230212049,460,0.523795955,0.280266966,6833.0115503 +100,-1.531154816,0.7230299897,460,0.523795955,0.280266966,6827.7952702 +101,-1.528878341,0.7230370244,460,0.523795955,0.280266966,6821.9598329 +102,-1.539218189,0.7214009878,460,0.523795955,0.280266966,6851.6868894 +103,-1.537198791,0.7214422745,460,0.523795955,0.280266966,6846.4491576 +104,-1.535179266,0.7214634354,460,0.523795955,0.280266966,6841.2478076 +105,-1.533156501,0.7214944644,460,0.523795955,0.280266966,6836.0139594 +106,-1.53113574,0.7215166021,460,0.523795955,0.280266966,6830.799003 +107,-1.528874248,0.7215345535,460,0.523795955,0.280266966,6824.9715002 +108,-1.539217656,0.7198512397,460,0.523795955,0.280266966,6854.8409147 +109,-1.537199919,0.7199428763,460,0.523795955,0.280266966,6849.4975335 +110,-1.545425832,0.727397149,460,0.523795955,0.280266966,6855.1909978 +111,-1.543371177,0.7273916949,460,0.523795955,0.280266966,6850.0027247 +112,-1.541368852,0.7274523163,460,0.523795955,0.280266966,6844.8072157 +113,-1.545349067,0.7258710923,460,0.523795955,0.280266966,6858.1312594 +114,-1.54332671,0.7258603556,460,0.523795955,0.280266966,6853.0278025 +115,-1.541346831,0.7259242142,460,0.523795955,0.280266966,6847.8750378 +116,-1.545324355,0.7243383958,460,0.523795955,0.280266966,6861.2155401 +117,-1.543292796,0.7243617413,460,0.523795955,0.280266966,6856.0112328 +118,-1.541295822,0.7244024384,460,0.523795955,0.280266966,6850.8550172 +119,-1.543193859,0.7205570215,460,0.523795955,0.280266966,6863.5470587 +120,-1.550257047,0.7386738187,460,0.523795955,0.280266966,6844.0663501 +121,-1.549335448,0.7311736483,460,0.523795955,0.280266966,6857.2730132 +122,-1.533478843,0.7179891343,460,0.523795955,0.280266966,6843.9245953 +123,-1.556150555,0.738907041,460,0.523795955,0.280266966,6858.2711853 +124,-1.554324226,0.733414257,460,0.523795955,0.280266966,6865.151781 +125,-1.554290846,0.7288285332,460,0.523795955,0.280266966,6874.5977932 +126,-1.55122487,0.7219795312,460,0.523795955,0.280266966,6881.041225 +127,-1.525104458,0.7229399862,460,0.523795955,0.280266966,6812.491456 +128,-1.519607711,0.7236181429,460,0.523795955,0.280266966,6797.0397996 +129,-1.513899999,0.7251107854,460,0.523795955,0.280266966,6779.4223209 +130,-1.536620762,0.7431061895,460,0.523795955,0.280266966,6800.8878517 +131,-1.5369566,0.7460845958,460,0.523795955,0.280266966,6795.6479548 +132,-1.545345528,0.7447040685,460,0.523795955,0.280266966,6819.3658621 +133,-1.532813921,0.7432306626,460,0.523795955,0.280266966,6791.1089259 +134,-1.554788248,0.7382381001,460,0.523795955,0.280266966,6856.272778 +135,-1.540348126,0.7301594274,460,0.523795955,0.280266966,6836.690696 +136,-1.538016084,0.7239051786,460,0.523795955,0.280266966,6843.525777 +137,-1.525288962,0.7258085137,460,0.523795955,0.280266966,6807.2169756 +138,-1.534326986,0.731241342,460,0.523795955,0.280266966,6819.2528877 +139,-1.530733872,0.7303625216,460,0.523795955,0.280266966,6811.9223171 +141,-1.534354939,0.7328219978,460,0.523795955,0.280266966,6816.1160596 +142,-1.53157084,0.7292888153,460,0.523795955,0.280266966,6816.21686 +143,-1.525691035,0.7263799874,460,0.523795955,0.280266966,6807.0983766 +144,-1.534031287,0.7495967835,460,0.523795955,0.280266966,6781.203555 +145,-1.527714986,0.7283095957,460,0.523795955,0.280266966,6808.384382 +146,-1.526189586,0.7271468292,460,0.523795955,0.280266966,6806.8324204 +147,-1.555177336,0.7375563366,460,0.523795955,0.280266966,6858.6627764 +148,-1.555080283,0.7312707794,460,0.523795955,0.280266966,6871.5048471 +149,-1.53856994,0.7224180299,460,0.523795955,0.280266966,6847.9631766 +150,-1.530837883,0.729933372,460,0.523795955,0.280266966,6813.0531119 +151,-1.515066984,0.5854133365,460,0.523795955,0.280266966,7053.990774 +152,-1.534731633,0.5368370046,460,0.523795955,0.280266966,7204.4909703 +153,-1.515231902,0.5607085576,460,0.523795955,0.280266966,7101.3118402 +154,-2.616253799,1.0684566605,460,0.523795955,0.280266966,7101.5519799 +155,-1.956071439,0.5792177723,460,0.523795955,0.280266966,8218.938582 +156,-1.951208514,0.5602434208,460,0.523795955,0.280266966,8263.132345 +157,-1.944675062,0.6062144545,460,0.523795955,0.280266966,8114.7396132 +158,-1.613778386,0.6077989518,460,0.523795955,0.280266966,7286.7375624 +159,-2.035029014,0.6021432345,460,0.523795955,0.280266966,8316.8405899 +160,-2.114989471,0.6801825058,460,0.523795955,0.280266966,8208.1010008 +161,-2.037382079,0.5765830025,460,0.523795955,0.280266966,8401.4135134 +162,-2.129855121,0.6585019963,460,0.523795955,0.280266966,8305.4360083 +163,-2.075141798,0.6493615843,460,0.523795955,0.280266966,8242.0279556 +164,-1.828626729,0.6948433129,460,0.523795955,0.280266966,7608.265808 +165,-1.863329418,0.6735427691,460,0.523795955,0.280266966,7743.4671674 +166,-1.266037071,0.727988852,460,0.523795955,0.280266966,6110.3324951 +167,-1.277579582,0.7249010648,460,0.523795955,0.280266966,6146.6292919 +168,-1.258418684,0.7241194816,460,0.523795955,0.280266966,6094.3989154 +169,-1.317813974,0.6804850104,460,0.523795955,0.280266966,6324.057539 +170,-1.344165204,0.6790988904,460,0.523795955,0.280266966,6401.0981693 +171,-1.427582102,0.5277120351,460,0.523795955,0.280266966,6895.0248766 +172,-1.402238616,0.457167829,460,0.523795955,0.280266966,6930.0309347 +173,-1.422454264,0.4996161999,460,0.523795955,0.280266966,6925.896441 +174,-1.439089277,0.4894859811,460,0.523795955,0.280266966,6995.4023837 +175,-1.448126995,0.5182330266,460,0.523795955,0.280266966,6974.8172987 +176,-1.474626146,0.5881926574,460,0.523795955,0.280266966,6931.0595804 +177,-1.421139645,0.5584869783,460,0.523795955,0.280266966,6823.4126553 +178,-1.457037165,0.565943032,460,0.523795955,0.280266966,6918.8316315 +179,-2.757159358,0.3745319,460,0.523795955,0.280266966,9794.3039579 +180,-2.714309238,0.342054471,460,0.523795955,0.280266966,9950.3478037 +181,-2.000525337,0.774119946,460,0.523795955,0.280266966,7710.2145948 +183,-1.571413436,0.6777838382,460,0.523795955,0.280266966,7024.9946289 +184,-1.552860289,0.6987663893,460,0.523795955,0.280266966,6933.1087107 +185,-1.521852374,0.7165827476,460,0.523795955,0.280266966,6816.8222464 +186,-1.503656267,0.6928968252,460,0.523795955,0.280266966,6815.6688986 +187,-1.502753178,0.7136205882,460,0.523795955,0.280266966,6773.0785614 +188,-1.631894563,0.7343596465,460,0.523795955,0.280266966,7053.7296532 +189,-1.653765416,0.6770714026,460,0.523795955,0.280266966,7238.2951144 +190,-1.719812114,0.6715965947,460,0.523795955,0.280266966,7415.1001715 +191,-1.493406659,0.6646955447,460,0.523795955,0.280266966,6842.1150746 +192,-1.469120564,0.6613469966,460,0.523795955,0.280266966,6781.5422542 +193,-1.590551461,0.5326612937,460,0.523795955,0.280266966,7377.7283437 +194,-1.625979264,0.5247742243,460,0.523795955,0.280266966,7497.4164399 +195,-1.572293943,0.5238808754,460,0.523795955,0.280266966,7341.4803409 +196,-1.610848725,0.5477107964,460,0.523795955,0.280266966,7405.6623515 +197,-1.208485554,0.7918526018,460,0.523795955,0.280266966,5871.6934546 +198,-1.335601374,0.6869083083,460,0.523795955,0.280266966,6364.8060757 +199,-1.346156996,0.6825213377,460,0.523795955,0.280266966,6401.4073294 +200,-1.324381037,0.6741422347,460,0.523795955,0.280266966,6352.3327789 +201,-1.242424992,0.7378949807,460,0.523795955,0.280266966,6031.6503723 +202,-1.270370057,0.7392461008,460,0.523795955,0.280266966,6106.8268466 +203,-1.448950472,0.7441675014,460,0.523795955,0.280266966,6575.7231982 +204,-1.492662363,0.7523026852,460,0.523795955,0.280266966,6672.173217 +205,-1.479098966,0.7763855017,460,0.523795955,0.280266966,6592.0067723 +206,-1.633760714,0.7869022408,460,0.523795955,0.280266966,6937.8883312 +207,-1.647406434,0.8101289331,460,0.523795955,0.280266966,6914.3808052 +208,-1.564245052,0.5701509278,460,0.523795955,0.280266966,7225.7480466 +209,-1.646289963,0.6833746083,460,0.523795955,0.280266966,7205.0957212 +210,-1.5820631,0.6751952144,460,0.523795955,0.280266966,7058.3118201 +211,-1.613236298,0.6681681791,460,0.523795955,0.280266966,7154.5902651 +212,-1.914661867,0.8212566515,460,0.523795955,0.280266966,7416.1574404 +213,-1.742133237,0.7250275956,460,0.523795955,0.280266966,7334.6932541 +214,-2.033144872,0.6557314699,460,0.523795955,0.280266966,8144.3315495 +215,-2.039551981,0.6964723658,460,0.523795955,0.280266966,8026.0190555 +216,-1.247341019,0.7622473908,460,0.523795955,0.280266966,6013.1059603 +217,-1.298239787,0.7084123392,460,0.523795955,0.280266966,6227.6723579 +218,-1.308539688,0.6926545592,460,0.523795955,0.280266966,6279.6705522 +219,-1.303263185,0.6888938396,460,0.523795955,0.280266966,6270.2161962 +220,-1.852400229,0.6004246149,460,0.523795955,0.280266966,7919.1120319 +221,-1.288947707,0.7473773692,460,0.523795955,0.280266966,6146.1087819 +222,-1.372031502,0.7472790993,460,0.523795955,0.280266966,6368.9487273 +223,-1.289805721,0.7242157877,460,0.523795955,0.280266966,6181.4763567 +224,-1.350807603,0.7533498126,460,0.523795955,0.280266966,6302.9868386 +225,-1.329290365,0.7560442322,460,0.523795955,0.280266966,6241.6804174 +226,-1.410153004,0.616936428,460,0.523795955,0.280266966,6692.0220905 +227,-1.393445434,0.6308995063,460,0.523795955,0.280266966,6619.9877378 +228,-1.37595573,0.6241540638,460,0.523795955,0.280266966,6579.9370901 +229,-1.358388707,0.6172645205,460,0.523795955,0.280266966,6539.0998701 +230,-1.753741133,0.8281661666,460,0.523795955,0.280266966,7093.2350881 +231,-1.47430987,0.6834615681,460,0.523795955,0.280266966,6754.8077111 +232,-1.421012508,0.7222725206,460,0.523795955,0.280266966,6541.3863307 +233,-1.4476833,0.6978557868,460,0.523795955,0.280266966,6656.3544381 +234,-1.470370723,0.6966193374,460,0.523795955,0.280266966,6719.7041179 +235,-1.429211703,0.7037216883,460,0.523795955,0.280266966,6595.959165 +236,-1.700578405,0.6178673663,460,0.523795955,0.280266966,7495.579802 +237,-1.678117619,0.6331716163,460,0.523795955,0.280266966,7401.5892308 +238,-1.725644578,0.6316331145,460,0.523795955,0.280266966,7526.8979844 +239,-2.14012759,0.7930497945,460,0.523795955,0.280266966,7859.4536985 +240,-2.103289431,0.7653606263,460,0.523795955,0.280266966,7902.3924763 +241,-1.318739838,0.7017808746,460,0.523795955,0.280266966,6294.8428866 +242,-1.396417427,0.7077900843,460,0.523795955,0.280266966,6499.9266087 +243,-1.35650337,0.7185539404,460,0.523795955,0.280266966,6373.4302702 +244,-1.248884539,0.7274156818,460,0.523795955,0.280266966,6063.4008306 +245,-1.395014798,0.5761185243,460,0.523795955,0.280266966,6714.8915906 +246,-1.433377362,0.6064716109,460,0.523795955,0.280266966,6777.8490964 +247,-1.408172432,0.5903155476,460,0.523795955,0.280266966,6730.9057176 +248,-1.749645898,0.7757118084,460,0.523795955,0.280266966,7221.4502625 +249,-1.571626686,0.615046989,460,0.523795955,0.280266966,7155.5697186 +250,-1.514070049,0.6303003037,460,0.523795955,0.280266966,6965.1125904 +251,-1.480890369,0.6237966528,460,0.523795955,0.280266966,6883.8672512 +252,-1.704390658,0.5281680612,460,0.523795955,0.280266966,7713.7752692 +253,-1.64434733,0.5254277498,460,0.523795955,0.280266966,7549.2063105 +254,-1.703855997,0.4792484842,460,0.523795955,0.280266966,7822.3701946 +255,-1.692002383,0.5748825051,460,0.523795955,0.280266966,7572.7932521 +256,-1.854136457,0.5544643913,460,0.523795955,0.280266966,8046.4285678 +257,-1.665021206,0.520317736,460,0.523795955,0.280266966,7619.7060495 +258,-1.733654349,0.4845187345,460,0.523795955,0.280266966,7896.3709129 +259,-1.720938188,0.5135933906,460,0.523795955,0.280266966,7793.5351495 +260,-1.742668307,0.553296122,460,0.523795955,0.280266966,7760.0874604 +261,-1.965659039,0.7142126903,460,0.523795955,0.280266966,7834.3679409 +262,-1.944438071,0.6772834804,460,0.523795955,0.280266966,7904.2583431 +263,-1.270340967,0.7681487096,460,0.523795955,0.280266966,6066.9588173 +264,-1.353091884,0.6549276821,460,0.523795955,0.280266966,6464.3931186 +265,-1.333236659,0.6413584414,460,0.523795955,0.280266966,6427.6606827 +266,-1.352015998,0.6753788907,460,0.523795955,0.280266966,6429.1801564 +267,-1.377988483,0.6577816235,460,0.523795955,0.280266966,6531.3012068 +268,-2.13075611,0.8318642051,460,0.523795955,0.280266966,7712.5002274 +269,-2.097910953,0.8259670014,460,0.523795955,0.280266966,7688.9848406 +270,-1.416382069,0.6694271549,460,0.523795955,0.280266966,6620.3737753 +271,-1.538905672,0.7535625993,460,0.523795955,0.280266966,6785.1869517 +272,-1.572309477,0.7803125099,460,0.523795955,0.280266966,6809.8963583 +273,-1.87759879,0.7503853417,460,0.523795955,0.280266966,7555.4437124 +274,1.152365588,0.590457682,460,0.523795955,0.280266966,2550.8826161 +275,0.350198001,0.718001859,460,0.523795955,0.280266966,1832.8826627 +276,0.046513677,0.491503852,460,0.523795955,0.280266966,1934.4899569 +277,0.027510309,0.742571376,460,0.523795955,0.280266966,2484.7458491 +278,0.306285725,-0.214631579,460,0.523795955,0.280266966,2137.5151741 +279,-1.100564889,0.318051531,460,0.523795955,0.280266966,6072.8300354 +280,-1.078582306,0.301437596,460,0.523795955,0.280266966,6011.3061319 +281,-1.137371989,-0.617634065,460,0.523795955,0.280266966,7144.8182954 +282,0.784356344,0.703272339,460,0.523795955,0.280266966,1900.2195625 +283,-1.221209947,0.218327455,460,0.523795955,0.280266966,6629.4341811 +284,2.347301921,-0.449114658,460,0.523795955,0.280266966,7581.5050144 +285,0.246820618,0.830553713,460,0.523795955,0.280266966,2360.1630271 +286,0.829414965,0.703288228,460,0.523795955,0.280266966,1977.9739887 +287,-1.337537566,0.42332223,460,0.523795955,0.280266966,6767.7306929 +288,0.882453706,0.454478077,460,0.523795955,0.280266966,1491.691579 +289,1.575629659,0.416419109,460,0.523795955,0.280266966,3925.6868126 +290,-1.039455679,0.229888244,460,0.523795955,0.280266966,5944.0668923 +291,0.489558039,0.934482747,460,0.523795955,0.280266966,2593.5263046 +292,0.081344504,0.88384514,460,0.523795955,0.280266966,2774.0414351 +293,-1.547979814,0.300350308,460,0.523795955,0.280266966,7676.5830866 +294,0.040776181,0.168560074,460,0.523795955,0.280266966,1915.0378855 +295,-1.130374745,0.563894876,460,0.523795955,0.280266966,5903.8872655 +296,1.578326642,0.478507176,460,0.523795955,0.280266966,3922.4687285 +297,-1.12861823,-0.291640865,460,0.523795955,0.280266966,6836.6430534 +298,0.310524208,0.770885792,460,0.523795955,0.280266966,2070.8125418 +299,0.415649091,-0.387246002,460,0.523795955,0.280266966,2677.1074363 +300,-0.926533878,-0.188022748,460,0.523795955,0.280266966,5977.1869441 +301,1.258856172,-0.11716081,460,0.523795955,0.280266966,3283.6011063 +302,-1.126050026,0.322941926,460,0.523795955,0.280266966,6159.2517634 +303,2.002785835,0.07893892,460,0.523795955,0.280266966,5786.7698602 +304,0.440437607,0.746258085,460,0.523795955,0.280266966,1867.2737494 +305,-0.030391866,0.214441206,460,0.523795955,0.280266966,2142.1114334 +306,0.521557815,-0.058929362,460,0.523795955,0.280266966,1343.5852584 +307,-0.097005111,0.13317729,460,0.523795955,0.280266966,2472.1057451 +308,1.83113859,0.221857587,460,0.523795955,0.280266966,4994.3070276 +309,0.222428864,0.099404236,460,0.523795955,0.280266966,1372.1871415 +310,-1.702731345,0.8728568183,460,0.523795955,0.280266966,6876.9748136 +311,-0.418507569,0.278324921,460,0.523795955,0.280266966,3576.8602532 +312,-1.41153306,0.339029988,460,0.523795955,0.280266966,7145.689691 +313,0.357560442,0.114788776,460,0.523795955,0.280266966,919.45257674 +314,0.325818979,0.268352149,460,0.523795955,0.280266966,756.24572617 +315,-1.246004659,-0.663679965,460,0.523795955,0.280266966,7512.3537851 +316,1.814603087,0.637404484,460,0.523795955,0.280266966,4686.3615593 +317,1.843704281,-0.18300445,460,0.523795955,0.280266966,5487.8990219 +318,1.690644492,-0.211480909,460,0.523795955,0.280266966,4968.2897871 +319,-1.275451936,0.068109467,460,0.523795955,0.280266966,7012.6444632 +320,0.762430171,-0.207594741,460,0.523795955,0.280266966,2146.780512 +321,0.265668905,-0.014647884,460,0.523795955,0.280266966,1543.9175274 +322,-2.773032013,-0.335515811,460,0.523795955,0.280266966,11818.487117 +323,-1.469512853,0.174058777,460,0.523795955,0.280266966,7596.8854282 +324,0.286276986,0.785925691,460,0.523795955,0.280266966,2153.6911618 +325,-1.379324697,0.377432233,460,0.523795955,0.280266966,6977.1150995 +326,-1.203778265,0.212813032,460,0.523795955,0.280266966,6571.8821307 +327,0.579916301,0.611743168,460,0.523795955,0.280266966,1327.9693752 +328,0.267582642,0.868113908,460,0.523795955,0.280266966,2469.5238873 +329,0.412869244,-0.050245578,460,0.523795955,0.280266966,1379.3487286 +330,0.17524381,0.976660285,460,0.523795955,0.280266966,2952.552264 +331,0.743157214,0.204812899,460,0.523795955,0.280266966,894.52913346 +332,-1.070758176,0.269382282,460,0.523795955,0.280266966,6017.4017419 +333,-1.230364251,0.329790229,460,0.523795955,0.280266966,6524.0510433 +334,-1.374813124,-0.024926835,460,0.523795955,0.280266966,7496.2973151 +335,0.519780566,0.463669906,460,0.523795955,0.280266966,726.60952279 +336,-1.55108034,0.239698561,460,0.523795955,0.280266966,7788.2661832 +337,0.180294813,0.029739425,460,0.523795955,0.280266966,1667.711083 +338,0.67820924,0.268170153,460,0.523795955,0.280266966,590.67792845 +339,0.445798684,1.024001867,460,0.523795955,0.280266966,2954.8105736 +340,0.691751283,0.150521402,460,0.523795955,0.280266966,828.10616868 +341,-1.036643551,-0.903056181,460,0.523795955,0.280266966,7064.1846249 +342,-0.120287036,1.083325163,460,0.523795955,0.280266966,3651.5386507 +343,2.823513113,-0.304487164,460,0.523795955,0.280266966,9257.7254 +344,0.457583172,1.12513373,460,0.523795955,0.280266966,3351.3221193 +345,0.042918831,0.813795399,460,0.523795955,0.280266966,2638.8366985 +346,1.196146777,-0.853142756,460,0.523795955,0.280266966,5072.8976693 +347,0.206001358,-0.010430701,460,0.523795955,0.280266966,1694.0696508 +348,-0.268308653,0.234799412,460,0.523795955,0.280266966,3033.6217311 +349,0.759363263,0.736189579,460,0.523795955,0.280266966,1975.4923822 +350,0.181363926,0.891988372,460,0.523795955,0.280266966,2655.0945086 +351,-0.021111158,0.139103292,460,0.523795955,0.280266966,2180.8299651 +352,-0.093355215,0.630686981,460,0.523795955,0.280266966,2574.8068223 +353,0.40118964,0.681375926,460,0.523795955,0.280266966,1644.7066365 +354,-0.721197315,1.304706234,460,0.523795955,0.280266966,4815.0563571 +355,-1.076150317,0.212107639,460,0.523795955,0.280266966,6099.701231 +356,-1.577164531,0.273993443,460,0.523795955,0.280266966,7821.6212726 +357,-0.190788414,0.182208586,460,0.523795955,0.280266966,2777.8820524 +358,-0.261349752,0.209710184,460,0.523795955,0.280266966,3024.4477408 +359,-1.029303852,0.083549259,460,0.523795955,0.280266966,6063.3242638 +360,-1.268609162,0.330525297,460,0.523795955,0.280266966,6658.59086 +361,1.282982244,-0.926641967,460,0.523795955,0.280266966,5434.6982926 +362,0.217352334,0.731352408,460,0.523795955,0.280266966,2068.9931064 +363,-1.511833084,0.258629297,460,0.523795955,0.280266966,7620.1389232 +364,0.338812194,0.823184618,460,0.523795955,0.280266966,2234.4890678 +365,-0.324406489,1.134201999,460,0.523795955,0.280266966,4058.6201977 +366,1.389579348,0.399185724,460,0.523795955,0.280266966,3252.9762269 +367,2.047152199,-0.039082036,460,0.523795955,0.280266966,6084.3336894 +368,0.947780369,0.568250077,460,0.523795955,0.280266966,1900.3562333 +369,0.763824846,0.576754987,460,0.523795955,0.280266966,1455.1565923 +370,-0.142334657,0.928153068,460,0.523795955,0.280266966,3291.049955 +371,0.610266567,0.547265983,460,0.523795955,0.280266966,1102.6768171 +372,0.210731629,0.746815056,460,0.523795955,0.280266966,2130.1425112 +373,-1.34931644,0.316895224,460,0.523795955,0.280266966,6961.6608897 +374,2.407696481,0.655030745,460,0.523795955,0.280266966,6484.4344688 +375,0.64207831,0.545359131,460,0.523795955,0.280266966,1133.5790153 +376,1.174597538,0.840588356,460,0.523795955,0.280266966,3060.4673022 +377,0.660059424,0.010604079,460,0.523795955,0.280266966,1193.4235897 +378,-0.730263819,0.010486456,460,0.523795955,0.280266966,5005.9052468 +379,0.831068936,0.512339172,460,0.523795955,0.280266966,1447.5733204 +380,1.301180979,0.72367476,460,0.523795955,0.280266966,3170.2980682 +381,1.811128231,0.322854402,460,0.523795955,0.280266966,4836.6358046 +382,0.435105812,0.992284428,460,0.523795955,0.280266966,2832.7986022 +383,0.62643634,0.592027932,460,0.523795955,0.280266966,1287.9778505 +384,0.492988703,-0.516339467,460,0.523795955,0.280266966,3157.5543266 +385,-0.162469483,0.112549365,460,0.523795955,0.280266966,2742.1027732 +386,0.314630866,0.472006421,460,0.523795955,0.280266966,1080.5729415 +387,0.166744804,0.822815954,460,0.523795955,0.280266966,2446.9843974 +388,0.417159608,0.965805736,460,0.523795955,0.280266966,2734.7856756 +389,0.106334961,0.868774244,460,0.523795955,0.280266966,2687.7796721 +390,0.815086969,-0.338144359,460,0.523795955,0.280266966,2699.5353487 +391,0.59867455,-0.230624824,460,0.523795955,0.280266966,2044.7782217 +392,1.915104874,0.066220985,460,0.523795955,0.280266966,5466.7981677 +393,1.278093622,0.064463721,460,0.523795955,0.280266966,3056.9523872 +394,-0.061477853,0.302997961,460,0.523795955,0.280266966,2219.4445803 +395,0.251311504,0.626976942,460,0.523795955,0.280266966,1676.2512712 +396,2.950242872,0.149095644,460,0.523795955,0.280266966,9164.4111293 +397,-0.180294708,0.35375117,460,0.523795955,0.280266966,2659.5500472 +398,1.010448592,-0.351180233,460,0.523795955,0.280266966,3137.1496076 +399,-1.748740498,0.3686318073,460,0.523795955,0.280266966,8200.5495383 +400,2.699635665,0.123533791,460,0.523795955,0.280266966,8334.2187771 +401,0.496808033,0.823843254,460,0.523795955,0.280266966,2154.9258314 +402,0.129574704,0.763364087,460,0.523795955,0.280266966,2327.2724463 +403,1.798920311,0.817447563,460,0.523795955,0.280266966,4620.7535024 +404,0.335987953,0.746786541,460,0.523795955,0.280266966,1954.270175 +405,-1.085413643,0.292154671,460,0.523795955,0.280266966,6046.2863065 +406,-0.155321003,0.508207011,460,0.523795955,0.280266966,2627.9710037 +407,0.620529244,-0.301175104,460,0.523795955,0.280266966,2333.8525459 +408,1.684402744,0.368716966,460,0.523795955,0.280266966,4341.2292159 +409,0.300582244,-0.386397212,460,0.523795955,0.280266966,2779.0673589 +410,2.913555946,-0.009225192,460,0.523795955,0.280266966,9318.0864156 +411,1.465101417,0.493232532,460,0.523795955,0.280266966,3525.8808271 +412,0.090612882,0.907955955,460,0.523795955,0.280266966,2834.0881759 +413,2.987564726,-0.729568594,460,0.523795955,0.280266966,9535.8074531 +414,-1.484261606,0.224149272,460,0.523795955,0.280266966,7576.168592 +415,0.164073421,0.303955133,460,0.523795955,0.280266966,1367.0668542 +416,0.141441293,0.167552546,460,0.523795955,0.280266966,1541.416854 +417,2.931321023,-0.506718887,460,0.523795955,0.280266966,9629.7876617 +418,2.21951565,0.700596356,460,0.523795955,0.280266966,5877.7133261 +419,0.268112576,1.199114336,460,0.523795955,0.280266966,3695.7894773 +420,0.978913739,0.359223811,460,0.523795955,0.280266966,1737.6471669 +421,1.210898818,0.522863584,460,0.523795955,0.280266966,2666.7867984 +422,2.347397336,0.129231362,460,0.523795955,0.280266966,7030.4603444 +423,0.614394501,0.556878345,460,0.523795955,0.280266966,1143.1810937 +424,-1.398079356,0.148483366,460,0.523795955,0.280266966,7370.5398288 +425,2.535303836,-0.112984496,460,0.523795955,0.280266966,8019.9864714 +426,-1.019372593,-0.405322349,460,0.523795955,0.280266966,6557.7313685 +427,-1.297785627,-0.160104069,460,0.523795955,0.280266966,7344.0915824 +428,2.144554488,0.205051084,460,0.523795955,0.280266966,6184.9452933 +429,-2.242387083,-0.426171285,460,0.523795955,0.280266966,10936.226609 +430,0.338637212,0.909723676,460,0.523795955,0.280266966,2560.3563696 +431,-0.148798452,0.691042401,460,0.523795955,0.280266966,2829.4563983 +432,0.893524764,0.441829531,460,0.523795955,0.280266966,1509.3343412 +433,0.969229347,-0.368847936,460,0.523795955,0.280266966,3099.4607719 +434,0.436043248,0.800045688,460,0.523795955,0.280266966,2079.2950205 +435,1.687946607,1.081504775,460,0.523795955,0.280266966,4492.8070081 +436,0.522302046,-0.034889271,460,0.523795955,0.280266966,1248.3475497 +437,-0.178996113,-0.438090009,460,0.523795955,0.280266966,3930.9104182 +438,-1.094339566,0.301444068,460,0.523795955,0.280266966,6068.5895493 +439,-1.064070054,0.242569932,460,0.523795955,0.280266966,6021.73293 +440,-1.068153768,0.230387998,460,0.523795955,0.280266966,6050.0563239 +441,-3.00496892,-0.23989155,460,0.523795955,0.280266966,10953.969457 +442,0.21751974,0.766874888,460,0.523795955,0.280266966,2184.6302825 +443,0.117229532,0.007619006,460,0.523795955,0.280266966,1920.6326344 +444,0.777758451,0.420554741,460,0.523795955,0.280266966,1094.9126182 +445,-0.252356999,0.250747086,460,0.523795955,0.280266966,2963.3614393 +446,0.363148444,0.768483434,460,0.523795955,0.280266966,2007.6602048 +447,0.903191366,-0.118210676,460,0.523795955,0.280266966,2168.9179389 +448,-0.205755923,0.149406178,460,0.523795955,0.280266966,2865.269331 +449,1.811996086,0.02364353,460,0.523795955,0.280266966,5120.7615793 +450,-1.100670221,0.314845373,460,0.523795955,0.280266966,6076.7551942 +451,0.340078597,0.850105132,460,0.523795955,0.280266966,2334.3142247 +452,0.258757267,0.804969236,460,0.523795955,0.280266966,2255.4647093 +453,2.78505352,-0.155160804,460,0.523795955,0.280266966,9011.3264628 +454,0.800551619,0.105822106,460,0.523795955,0.280266966,1277.2562364 +455,0.437940882,-0.506194031,460,0.523795955,0.280266966,3132.4571677 +456,2.230431122,0.63458615,460,0.523795955,0.280266966,5987.3515222 +457,0.527965361,0.127667701,460,0.523795955,0.280266966,604.66153576 +458,-0.063643205,0.702093448,460,0.523795955,0.280266966,2618.4263772 +459,1.408447268,0.133010502,460,0.523795955,0.280266966,3470.2690281 +460,0.523795955,0.280266966,460,0.523795955,0.280266966,0 +461,-0.975769313,0.072177659,460,0.523795955,0.280266966,5872.2539119 +462,0.549774164,-0.463663986,460,0.523795955,0.280266966,2948.406465 +463,0.29245874,1.095549818,460,0.523795955,0.280266966,3292.6012209 +464,0.143625958,0.816809593,460,0.523795955,0.280266966,2465.1177244 +465,0.671902494,0.611159853,460,0.523795955,0.280266966,1411.9556378 +466,1.239840988,0.6724199,460,0.523795955,0.280266966,2925.3460723 +467,0.607829703,-0.10932137,460,0.523795955,0.280266966,1577.9421293 +468,1.763020906,0.263996692,460,0.523795955,0.280266966,4702.8785052 +469,0.378714634,0.726066797,460,0.523795955,0.280266966,1833.9446721 +470,2.196736143,-0.153862366,460,0.523795955,0.280266966,6775.1825002 +471,0.01702415,0.148991565,460,0.523795955,0.280266966,2026.5170762 +472,-2.998490902,-0.158002487,460,0.523795955,0.280266966,10895.762366 +473,-3.051262951,-0.346595608,460,0.523795955,0.280266966,10791.152517 +474,-1.069176439,0.182802941,460,0.523795955,0.280266966,6105.7299683 +475,0.167157509,0.595344954,460,0.523795955,0.280266966,1780.0860207 +476,0.613855648,0.681746124,460,0.523795955,0.280266966,1620.6363358 +477,1.037012736,0.682555367,460,0.523795955,0.280266966,2385.2515322 +478,-1.253574971,0.379755746,460,0.523795955,0.280266966,6541.2271366 +479,3.108590453,-0.132620738,460,0.523795955,0.280266966,10210.706649 +480,0.565301296,0.022333262,460,0.523795955,0.280266966,1034.4456851 +481,0.547898238,0.855555614,460,0.523795955,0.280266966,2280.0505768 +482,0.948309381,0.417393755,460,0.523795955,0.280266966,1667.9920977 +483,-0.050600732,0.945269213,460,0.523795955,0.280266966,3169.2958436 +484,-0.977651478,-0.572363064,460,0.523795955,0.280266966,6594.1798315 +485,1.102014914,0.728861163,460,0.523795955,0.280266966,2649.3600587 +486,2.927300795,-0.282939414,460,0.523795955,0.280266966,9640.6000184 +487,-1.154565557,0.124434095,460,0.523795955,0.280266966,6491.6391493 +488,1.855331234,0.291044755,460,0.523795955,0.280266966,5025.2670983 +489,0.830290659,0.276904518,460,0.523795955,0.280266966,1166.9459834 +490,0.485104466,-0.234867441,460,0.523795955,0.280266966,2046.0642372 +491,0.521367572,-0.33161327,460,0.523795955,0.280266966,2423.6760893 +1,-1.539031704,0.7349710123,461,-0.975769313,0.072177659,3292.4776535 +2,-1.536990553,0.7349663874,461,-0.975769313,0.072177659,3288.1460128 +3,-1.534951779,0.7349571355,461,-0.975769313,0.072177659,3283.8162729 +4,-1.532906461,0.7349480293,461,-0.975769313,0.072177659,3279.482775 +5,-1.531320211,0.7346937278,461,-0.975769313,0.072177659,3275.4437594 +6,-1.539451648,0.7335131775,461,-0.975769313,0.072177659,3289.3693677 +7,-1.537429487,0.7335445708,461,-0.975769313,0.072177659,3285.1652803 +8,-1.535484998,0.7335658704,461,-0.975769313,0.072177659,3281.1075721 +9,-1.533488396,0.7336036027,461,-0.975769313,0.072177659,3276.9943867 +10,-1.531497785,0.7335842962,461,-0.975769313,0.072177659,3272.7458364 +11,-1.530259379,0.7334777758,461,-0.975769313,0.072177659,3269.8454123 +12,-1.5335454,0.7322346912,461,-0.975769313,0.072177659,3273.3375552 +13,-1.531489083,0.7322238773,461,-0.975769313,0.072177659,3268.96478 +14,-1.530011122,0.7321679851,461,-0.975769313,0.072177659,3265.6946946 +15,-1.53348106,0.7306614094,461,-0.975769313,0.072177659,3268.8645392 +16,-1.531441779,0.7306962275,461,-0.975769313,0.072177659,3264.6436161 +17,-1.529755654,0.7306933243,461,-0.975769313,0.072177659,3261.0737203 +18,-1.533415048,0.7291384674,461,-0.975769313,0.072177659,3264.5305521 +19,-1.531392093,0.7291705353,461,-0.975769313,0.072177659,3260.3267369 +20,-1.529296523,0.7291214933,461,-0.975769313,0.072177659,3255.7551315 +21,-1.535280942,0.727267644,461,-0.975769313,0.072177659,3263.3634169 +22,-1.533378158,0.7276139666,461,-0.975769313,0.072177659,3260.258029 +23,-1.531340368,0.7276446587,461,-0.975769313,0.072177659,3256.0089299 +24,-1.528960113,0.7276398177,461,-0.975769313,0.072177659,3250.946205 +25,-1.533313146,0.7260818349,461,-0.975769313,0.072177659,3255.9085944 +26,-1.531259555,0.7260958115,461,-0.975769313,0.072177659,3251.5698475 +27,-1.528926415,0.7260865555,461,-0.975769313,0.072177659,3246.5834048 +28,-1.531226779,0.7245511789,461,-0.975769313,0.072177659,3247.248641 +29,-1.528904772,0.7245519194,461,-0.975769313,0.072177659,3242.3018919 +30,-1.547195875,0.7409785979,461,-0.975769313,0.072177659,3326.2149716 +31,-1.5451475,0.740980426,461,-0.975769313,0.072177659,3321.8872446 +32,-1.543097679,0.7409798872,461,-0.975769313,0.072177659,3317.5596009 +33,-1.540720364,0.7409892687,461,-0.975769313,0.072177659,3312.5801529 +34,-1.547188511,0.7395198392,461,-0.975769313,0.072177659,3322.2190544 +35,-1.545148587,0.7395226109,461,-0.975769313,0.072177659,3317.9021299 +36,-1.543104538,0.7395314908,461,-0.975769313,0.072177659,3313.6027917 +37,-1.540727751,0.7395306258,461,-0.975769313,0.072177659,3308.5850624 +38,-1.547187029,0.7380014886,461,-0.975769313,0.072177659,3318.0772107 +39,-1.545147315,0.7380012252,461,-0.975769313,0.072177659,3313.7423763 +40,-1.54310719,0.7380060743,461,-0.975769313,0.072177659,3309.4301891 +41,-1.540719671,0.7380068206,461,-0.975769313,0.072177659,3304.3824262 +42,-1.547187189,0.7364799098,461,-0.975769313,0.072177659,3313.9343993 +43,-1.545149996,0.7364853874,461,-0.975769313,0.072177659,3309.6104938 +44,-1.543106091,0.7364823484,461,-0.975769313,0.072177659,3305.2586274 +45,-1.540717158,0.7364893901,461,-0.975769313,0.072177659,3300.2133137 +46,-1.538663972,0.7410138672,461,-0.975769313,0.072177659,3308.328999 +47,-1.53695285,0.7409699132,461,-0.975769313,0.072177659,3304.6213304 +48,-1.534910498,0.7409641297,461,-0.975769313,0.072177659,3300.3335273 +49,-1.533145034,0.7409536636,461,-0.975769313,0.072177659,3296.6196548 +50,-1.538681336,0.7395405883,461,-0.975769313,0.072177659,3304.3047329 +51,-1.536999189,0.7395183096,461,-0.975769313,0.072177659,3300.7095879 +52,-1.534923633,0.7395144222,461,-0.975769313,0.072177659,3296.3476879 +53,-1.533267822,0.7395654306,461,-0.975769313,0.072177659,3293.0251041 +54,-1.53867273,0.7380151077,461,-0.975769313,0.072177659,3300.0862641 +55,-1.536980576,0.7379994392,461,-0.975769313,0.072177659,3296.4800631 +56,-1.534931522,0.7379944961,461,-0.975769313,0.072177659,3292.1607426 +57,-1.533387952,0.7379480264,461,-0.975769313,0.072177659,3288.7950327 +58,-1.538682279,0.7364914363,461,-0.975769313,0.072177659,3295.91537 +59,-1.536980704,0.7364810563,461,-0.975769313,0.072177659,3292.2955028 +60,-1.534935567,0.7364752065,461,-0.975769313,0.072177659,3287.9718303 +61,-1.533042592,0.7363876366,461,-0.975769313,0.072177659,3283.7511422 +62,-1.545143426,0.7349628011,461,-0.975769313,0.072177659,3305.4448469 +63,-1.543105297,0.7349691947,461,-0.975769313,0.072177659,3301.1209499 +64,-1.541064533,0.7349647152,461,-0.975769313,0.072177659,3296.7713218 +65,-1.545411803,0.7334624714,461,-0.975769313,0.072177659,3301.9318369 +66,-1.543446606,0.7334780896,461,-0.975769313,0.072177659,3297.7774459 +67,-1.541475327,0.7334957295,461,-0.975769313,0.072177659,3293.6247207 +68,-1.545401939,0.731963266,461,-0.975769313,0.072177659,3297.8326488 +69,-1.54342253,0.7319915583,461,-0.975769313,0.072177659,3293.6728019 +70,-1.541455867,0.7320216438,461,-0.975769313,0.072177659,3289.554427 +71,-1.545410146,0.7304422281,461,-0.975769313,0.072177659,3293.7171659 +72,-1.543435491,0.7304713664,461,-0.975769313,0.072177659,3289.5598614 +73,-1.541463105,0.7304997613,461,-0.975769313,0.072177659,3285.4147324 +74,-1.545414768,0.7289194936,461,-0.975769313,0.072177659,3289.5938693 +75,-1.543435774,0.7289538557,461,-0.975769313,0.072177659,3285.4315193 +76,-1.541457714,0.7289765881,461,-0.975769313,0.072177659,3281.2489315 +77,-1.539449415,0.7320555866,461,-0.975769313,0.072177659,3285.3712376 +78,-1.537429183,0.7321097681,461,-0.975769313,0.072177659,3281.2241219 +79,-1.535472649,0.7321497267,461,-0.975769313,0.072177659,3277.1830821 +80,-1.539457899,0.7305333307,461,-0.975769313,0.072177659,3281.2230831 +81,-1.537453161,0.7305750503,461,-0.975769313,0.072177659,3277.0645533 +82,-1.535479385,0.7306124949,461,-0.975769313,0.072177659,3272.9699587 +83,-1.53946905,0.7290102593,461,-0.975769313,0.072177659,3277.0828936 +84,-1.537459922,0.7290417293,461,-0.975769313,0.072177659,3272.8767783 +85,-1.535451349,0.7290890157,461,-0.975769313,0.072177659,3268.7251006 +86,-1.535522937,0.7279887191,461,-0.975769313,0.072177659,3265.8577861 +87,-1.539442524,0.7274735939,461,-0.975769313,0.072177659,3272.8293685 +88,-1.537424111,0.727521351,461,-0.975769313,0.072177659,3268.6379059 +89,-1.539384641,0.7259505092,461,-0.975769313,0.072177659,3268.5497627 +90,-1.537372391,0.7259947145,461,-0.975769313,0.072177659,3264.3518872 +91,-1.535340789,0.7260435356,461,-0.975769313,0.072177659,3260.1353041 +92,-1.539325716,0.7244369706,461,-0.975769313,0.072177659,3264.2978114 +93,-1.537308932,0.7244801057,461,-0.975769313,0.072177659,3260.0774577 +94,-1.535289068,0.7245247645,461,-0.975769313,0.072177659,3255.8647406 +95,-1.533261366,0.7245550236,461,-0.975769313,0.072177659,3251.6059015 +96,-1.539267302,0.722921924,461,-0.975769313,0.072177659,3260.046709 +97,-1.537248972,0.7229660258,461,-0.975769313,0.072177659,3255.8158065 +98,-1.535219431,0.7229916471,461,-0.975769313,0.072177659,3251.5203735 +99,-1.53318962,0.7230212049,461,-0.975769313,0.072177659,3247.2451605 +100,-1.531154816,0.7230299897,461,-0.975769313,0.072177659,3242.9122803 +101,-1.528878341,0.7230370244,461,-0.975769313,0.072177659,3238.0688429 +102,-1.539218189,0.7214009878,461,-0.975769313,0.072177659,3255.8035942 +103,-1.537198791,0.7214422745,461,-0.975769313,0.072177659,3251.5527493 +104,-1.535179266,0.7214634354,461,-0.975769313,0.072177659,3247.2567253 +105,-1.533156501,0.7214944644,461,-0.975769313,0.072177659,3242.990619 +106,-1.53113574,0.7215166021,461,-0.975769313,0.072177659,3238.7144539 +107,-1.528874248,0.7215345535,461,-0.975769313,0.072177659,3233.9219013 +108,-1.539217656,0.7198512397,461,-0.975769313,0.072177659,3251.5915751 +109,-1.537199919,0.7199428763,461,-0.975769313,0.072177659,3247.4709975 +110,-1.545425832,0.727397149,461,-0.975769313,0.072177659,3285.490034 +111,-1.543371177,0.7273916949,461,-0.975769313,0.072177659,3281.0466099 +112,-1.541368852,0.7274523163,461,-0.975769313,0.072177659,3276.905202 +113,-1.545349067,0.7258710923,461,-0.975769313,0.072177659,3281.190782 +114,-1.54332671,0.7258603556,461,-0.975769313,0.072177659,3276.7928324 +115,-1.541346831,0.7259242142,461,-0.975769313,0.072177659,3272.6985615 +116,-1.545324355,0.7243383958,461,-0.975769313,0.072177659,3276.9901552 +117,-1.543292796,0.7243617413,461,-0.975769313,0.072177659,3272.6546884 +118,-1.541295822,0.7244024384,461,-0.975769313,0.072177659,3268.4508373 +119,-1.543193859,0.7205570215,461,-0.975769313,0.072177659,3262.1388735 +120,-1.550257047,0.7386738187,461,-0.975769313,0.072177659,3326.4438314 +121,-1.549335448,0.7311736483,461,-0.975769313,0.072177659,3304.1429458 +122,-1.533478843,0.7179891343,461,-0.975769313,0.072177659,3234.0988694 +123,-1.556150555,0.738907041,461,-0.975769313,0.072177659,3339.6767711 +124,-1.554324226,0.733414257,461,-0.975769313,0.072177659,3320.9464242 +125,-1.554290846,0.7288285332,461,-0.975769313,0.072177659,3308.5475021 +126,-1.55122487,0.7219795312,461,-0.975769313,0.072177659,3283.491531 +127,-1.525104458,0.7229399862,461,-0.975769313,0.072177659,3229.7660468 +128,-1.519607711,0.7236181429,461,-0.975769313,0.072177659,3220.0131422 +129,-1.513899999,0.7251107854,461,-0.975769313,0.072177659,3212.2040515 +130,-1.536620762,0.7431061895,461,-0.975769313,0.072177659,3309.8353383 +131,-1.5369566,0.7460845958,461,-0.975769313,0.072177659,3318.7855656 +132,-1.545345528,0.7447040685,461,-0.975769313,0.072177659,3332.506128 +133,-1.532813921,0.7432306626,461,-0.975769313,0.072177659,3302.2561711 +134,-1.554788248,0.7382381001,461,-0.975769313,0.072177659,3334.9507872 +135,-1.540348126,0.7301594274,461,-0.975769313,0.072177659,3282.101953 +136,-1.538016084,0.7239051786,461,-0.975769313,0.072177659,3260.0289832 +137,-1.525288962,0.7258085137,461,-0.975769313,0.072177659,3238.1039107 +138,-1.534326986,0.731241342,461,-0.975769313,0.072177659,3272.2547316 +139,-1.530733872,0.7303625216,461,-0.975769313,0.072177659,3262.2250575 +141,-1.534354939,0.7328219978,461,-0.975769313,0.072177659,3276.6685229 +142,-1.53157084,0.7292888153,461,-0.975769313,0.072177659,3261.0318898 +143,-1.525691035,0.7263799874,461,-0.975769313,0.072177659,3240.5388891 +144,-1.534031287,0.7495967835,461,-0.975769313,0.072177659,3322.500079 +145,-1.527714986,0.7283095957,461,-0.975769313,0.072177659,3250.1647418 +146,-1.526189586,0.7271468292,461,-0.975769313,0.072177659,3243.7189213 +147,-1.555177336,0.7375563366,461,-0.975769313,0.072177659,3333.9455002 +148,-1.555080283,0.7312707794,461,-0.975769313,0.072177659,3316.8174614 +149,-1.53856994,0.7224180299,461,-0.975769313,0.072177659,3257.1700077 +150,-1.530837883,0.729933372,461,-0.975769313,0.072177659,3261.2592768 +151,-1.515066984,0.5854133365,461,-0.975769313,0.072177659,2843.7050505 +152,-1.534731633,0.5368370046,461,-0.975769313,0.072177659,2780.7601029 +153,-1.515231902,0.5607085576,461,-0.975769313,0.072177659,2783.5978029 +154,-2.616253799,1.0684566605,461,-0.975769313,0.072177659,6103.9998579 +155,-1.956071439,0.5792177723,461,-0.975769313,0.072177659,4128.6321868 +156,-1.951208514,0.5602434208,461,-0.975769313,0.072177659,4092.120107 +157,-1.944675062,0.6062144545,461,-0.975769313,0.072177659,4124.1816911 +158,-1.613778386,0.6077989518,461,-0.975769313,0.072177659,3156.7492795 +159,-2.035029014,0.6021432345,461,-0.975769313,0.072177659,4403.0848811 +160,-2.114989471,0.6801825058,461,-0.975769313,0.072177659,4721.8553084 +161,-2.037382079,0.5765830025,461,-0.975769313,0.072177659,4386.7749819 +162,-2.129855121,0.6585019963,461,-0.975769313,0.072177659,4748.6826803 +163,-2.075141798,0.6493615843,461,-0.975769313,0.072177659,4572.9323674 +164,-1.828626729,0.6948433129,461,-0.975769313,0.072177659,3914.3510174 +165,-1.863329418,0.6735427691,461,-0.975769313,0.072177659,3975.8816256 +166,-1.266037071,0.727988852,461,-0.975769313,0.072177659,2793.760474 +167,-1.277579582,0.7249010648,461,-0.975769313,0.072177659,2798.1599755 +168,-1.258418684,0.7241194816,461,-0.975769313,0.072177659,2770.1249441 +169,-1.317813974,0.6804850104,461,-0.975769313,0.072177659,2705.209701 +170,-1.344165204,0.6790988904,461,-0.975769313,0.072177659,2744.9571033 +171,-1.427582102,0.5277120351,461,-0.975769313,0.072177659,2471.5854209 +172,-1.402238616,0.457167829,461,-0.975769313,0.072177659,2222.732247 +173,-1.422454264,0.4996161999,461,-0.975769313,0.072177659,2385.0307691 +174,-1.439089277,0.4894859811,461,-0.975769313,0.072177659,2404.2164558 +175,-1.448126995,0.5182330266,461,-0.975769313,0.072177659,2500.4536531 +176,-1.474626146,0.5881926574,461,-0.975769313,0.072177659,2749.0977533 +177,-1.421139645,0.5584869783,461,-0.975769313,0.072177659,2538.6434507 +178,-1.457037165,0.565943032,461,-0.975769313,0.072177659,2646.8328171 +179,-2.757159358,0.3745319,461,-0.975769313,0.072177659,6889.1798806 +180,-2.714309238,0.342054471,461,-0.975769313,0.072177659,6749.0527315 +181,-2.000525337,0.774119946,461,-0.975769313,0.072177659,4501.6787936 +183,-1.571413436,0.6777838382,461,-0.975769313,0.072177659,3214.6372705 +184,-1.552860289,0.6987663893,461,-0.975769313,0.072177659,3225.521385 +185,-1.521852374,0.7165827476,461,-0.975769313,0.072177659,3205.2440552 +186,-1.503656267,0.6928968252,461,-0.975769313,0.072177659,3100.3572206 +187,-1.502753178,0.7136205882,461,-0.975769313,0.072177659,3156.4908906 +188,-1.631894563,0.7343596465,461,-0.975769313,0.072177659,3497.0690349 +189,-1.653765416,0.6770714026,461,-0.975769313,0.072177659,3415.8974797 +190,-1.719812114,0.6715965947,461,-0.975769313,0.072177659,3576.4205988 +191,-1.493406659,0.6646955447,461,-0.975769313,0.072177659,2999.6986873 +192,-1.469120564,0.6613469966,461,-0.975769313,0.072177659,2936.5897982 +193,-1.590551461,0.5326612937,461,-0.975769313,0.072177659,2930.8699088 +194,-1.625979264,0.5247742243,461,-0.975769313,0.072177659,3019.8245714 +195,-1.572293943,0.5238808754,461,-0.975769313,0.072177659,2859.4550785 +196,-1.610848725,0.5477107964,461,-0.975769313,0.072177659,3020.7410662 +197,-1.208485554,0.7918526018,461,-0.975769313,0.072177659,2962.3562814 +198,-1.335601374,0.6869083083,461,-0.975769313,0.072177659,2756.0816992 +199,-1.346156996,0.6825213377,461,-0.975769313,0.072177659,2759.6141074 +200,-1.324381037,0.6741422347,461,-0.975769313,0.072177659,2694.8596067 +201,-1.242424992,0.7378949807,461,-0.975769313,0.072177659,2799.947213 +202,-1.270370057,0.7392461008,461,-0.975769313,0.072177659,2839.4060746 +203,-1.448950472,0.7441675014,461,-0.975769313,0.072177659,3139.6682215 +204,-1.492662363,0.7523026852,461,-0.975769313,0.072177659,3247.2733372 +205,-1.479098966,0.7763855017,461,-0.975769313,0.072177659,3293.0046889 +206,-1.633760714,0.7869022408,461,-0.975769313,0.072177659,3632.0008641 +207,-1.647406434,0.8101289331,461,-0.975769313,0.072177659,3719.8355284 +208,-1.564245052,0.5701509278,461,-0.975769313,0.072177659,2937.8997256 +209,-1.646289963,0.6833746083,461,-0.975769313,0.072177659,3411.2875019 +210,-1.5820631,0.6751952144,461,-0.975769313,0.072177659,3233.6830517 +211,-1.613236298,0.6681681791,461,-0.975769313,0.072177659,3293.222676 +212,-1.914661867,0.8212566515,461,-0.975769313,0.072177659,4354.5342403 +213,-1.742133237,0.7250275956,461,-0.975769313,0.072177659,3743.583749 +214,-2.033144872,0.6557314699,461,-0.975769313,0.072177659,4451.4018519 +215,-2.039551981,0.6964723658,461,-0.975769313,0.072177659,4514.7412783 +216,-1.247341019,0.7622473908,461,-0.975769313,0.072177659,2893.9753411 +217,-1.298239787,0.7084123392,461,-0.975769313,0.072177659,2769.8971268 +218,-1.308539688,0.6926545592,461,-0.975769313,0.072177659,2731.5449778 +219,-1.303263185,0.6888938396,461,-0.975769313,0.072177659,2710.5174283 +220,-1.852400229,0.6004246149,461,-0.975769313,0.072177659,3832.9390283 +221,-1.288947707,0.7473773692,461,-0.975769313,0.072177659,2892.5762064 +222,-1.372031502,0.7472790993,461,-0.975769313,0.072177659,3015.4532012 +223,-1.289805721,0.7242157877,461,-0.975769313,0.072177659,2812.6076319 +224,-1.350807603,0.7533498126,461,-0.975769313,0.072177659,3002.1114538 +225,-1.329290365,0.7560442322,461,-0.975769313,0.072177659,2979.041473 +226,-1.410153004,0.616936428,461,-0.975769313,0.072177659,2680.0552883 +227,-1.393445434,0.6308995063,461,-0.975769313,0.072177659,2686.3909183 +228,-1.37595573,0.6241540638,461,-0.975769313,0.072177659,2630.0480289 +229,-1.358388707,0.6172645205,461,-0.975769313,0.072177659,2573.4348833 +230,-1.753741133,0.8281661666,461,-0.975769313,0.072177659,3992.5841302 +231,-1.47430987,0.6834615681,461,-0.975769313,0.072177659,3010.6938481 +232,-1.421012508,0.7222725206,461,-0.975769313,0.072177659,3020.5199724 +233,-1.4476833,0.6978557868,461,-0.975769313,0.072177659,2997.6893751 +234,-1.470370723,0.6966193374,461,-0.975769313,0.072177659,3040.2983816 +235,-1.429211703,0.7037216883,461,-0.975769313,0.072177659,2978.9929685 +236,-1.700578405,0.6178673663,461,-0.975769313,0.072177659,3417.0754152 +237,-1.678117619,0.6331716163,461,-0.975769313,0.072177659,3385.5520641 +238,-1.725644578,0.6316331145,461,-0.975769313,0.072177659,3513.9601041 +239,-2.14012759,0.7930497945,461,-0.975769313,0.072177659,4897.963578 +240,-2.103289431,0.7653606263,461,-0.975769313,0.072177659,4769.791765 +241,-1.318739838,0.7017808746,461,-0.975769313,0.072177659,2778.4917592 +242,-1.396417427,0.7077900843,461,-0.975769313,0.072177659,2930.1050479 +243,-1.35650337,0.7185539404,461,-0.975769313,0.072177659,2895.4830874 +244,-1.248884539,0.7274156818,461,-0.975769313,0.072177659,2769.9360256 +245,-1.395014798,0.5761185243,461,-0.975769313,0.072177659,2527.3670535 +246,-1.433377362,0.6064716109,461,-0.975769313,0.072177659,2701.430909 +247,-1.408172432,0.5903155476,461,-0.975769313,0.072177659,2598.1489328 +248,-1.749645898,0.7757118084,461,-0.975769313,0.072177659,3868.663648 +249,-1.571626686,0.615046989,461,-0.975769313,0.072177659,3061.7081756 +250,-1.514070049,0.6303003037,461,-0.975769313,0.072177659,2955.5280908 +251,-1.480890369,0.6237966528,461,-0.975769313,0.072177659,2859.2942325 +252,-1.704390658,0.5281680612,461,-0.975769313,0.072177659,3264.9557069 +253,-1.64434733,0.5254277498,461,-0.975769313,0.072177659,3076.3479644 +254,-1.703855997,0.4792484842,461,-0.975769313,0.072177659,3184.3571347 +255,-1.692002383,0.5748825051,461,-0.975769313,0.072177659,3310.5151265 +256,-1.854136457,0.5544643913,461,-0.975769313,0.072177659,3774.4525176 +257,-1.665021206,0.520317736,461,-0.975769313,0.072177659,3129.9875457 +258,-1.733654349,0.4845187345,461,-0.975769313,0.072177659,3289.0495192 +259,-1.720938188,0.5135933906,461,-0.975769313,0.072177659,3292.7858753 +260,-1.742668307,0.553296122,461,-0.975769313,0.072177659,3424.751326 +261,-1.965659039,0.7142126903,461,-0.975769313,0.072177659,4324.9171443 +262,-1.944438071,0.6772834804,461,-0.975769313,0.072177659,4214.2966248 +263,-1.270340967,0.7681487096,461,-0.975769313,0.072177659,2942.4874588 +264,-1.353091884,0.6549276821,461,-0.975769313,0.072177659,2682.5354329 +265,-1.333236659,0.6413584414,461,-0.975769313,0.072177659,2602.4140799 +266,-1.352015998,0.6753788907,461,-0.975769313,0.072177659,2746.5885457 +267,-1.377988483,0.6577816235,461,-0.975769313,0.072177659,2738.4200299 +268,-2.13075611,0.8318642051,461,-0.975769313,0.072177659,4912.2732576 +269,-2.097910953,0.8259670014,461,-0.975769313,0.072177659,4821.336774 +270,-1.416382069,0.6694271549,461,-0.975769313,0.072177659,2849.6459353 +271,-1.538905672,0.7535625993,461,-0.975769313,0.072177659,3343.5751271 +272,-1.572309477,0.7803125099,461,-0.975769313,0.072177659,3485.6965997 +273,-1.87759879,0.7503853417,461,-0.975769313,0.072177659,4140.5887047 +274,1.152365588,0.590457682,461,-0.975769313,0.072177659,7843.6520497 +275,0.350198001,0.718001859,461,-0.975769313,0.072177659,5304.6289977 +276,0.046513677,0.491503852,461,-0.975769313,0.072177659,4182.0144391 +277,0.027510309,0.742571376,461,-0.975769313,0.072177659,4400.7188021 +278,0.306285725,-0.214631579,461,-0.975769313,0.072177659,5171.3599895 +279,-1.100564889,0.318051531,461,-0.975769313,0.072177659,1087.3450102 +280,-1.078582306,0.301437596,461,-0.975769313,0.072177659,991.96084163 +281,-1.137371989,-0.617634065,461,-0.975769313,0.072177659,2797.6367606 +282,0.784356344,0.703272339,461,-0.975769313,0.072177659,6604.8927031 +283,-1.221209947,0.218327455,461,-0.975769313,0.072177659,1121.8840184 +284,2.347301921,-0.449114658,461,-0.975769313,0.072177659,10799.297442 +285,0.246820618,0.830553713,461,-0.975769313,0.072177659,5086.3397699 +286,0.829414965,0.703288228,461,-0.975769313,0.072177659,6738.4748558 +287,-1.337537566,0.42332223,461,-0.975769313,0.072177659,1959.4391048 +288,0.882453706,0.454478077,461,-0.975769313,0.072177659,7110.2292799 +289,1.575629659,0.416419109,461,-0.975769313,0.072177659,9455.6816591 +290,-1.039455679,0.229888244,461,-0.975769313,0.072177659,672.52997647 +291,0.489558039,0.934482747,461,-0.975769313,0.072177659,5743.8767808 +292,0.081344504,0.88384514,461,-0.975769313,0.072177659,4735.2554501 +293,-1.547979814,0.300350308,461,-0.975769313,0.072177659,2397.7095266 +294,0.040776181,0.168560074,461,-0.975769313,0.072177659,4011.2007522 +295,-1.130374745,0.563894876,461,-0.975769313,0.072177659,2030.4381063 +296,1.578326642,0.478507176,461,-0.975769313,0.072177659,9313.941706 +297,-1.12861823,-0.291640865,461,-0.975769313,0.072177659,1560.359161 +298,0.310524208,0.770885792,461,-0.975769313,0.072177659,5216.7467773 +299,0.415649091,-0.387246002,461,-0.975769313,0.072177659,5675.3857741 +300,-0.926533878,-0.188022748,461,-0.975769313,0.072177659,1048.7787737 +301,1.258856172,-0.11716081,461,-0.975769313,0.072177659,8864.5072788 +302,-1.126050026,0.322941926,461,-0.975769313,0.072177659,1151.1981614 +303,2.002785835,0.07893892,461,-0.975769313,0.072177659,11563.770662 +304,0.440437607,0.746258085,461,-0.975769313,0.072177659,5578.5355979 +305,-0.030391866,0.214441206,461,-0.975769313,0.072177659,3742.4525561 +306,0.521557815,-0.058929362,461,-0.975769313,0.072177659,5949.0423624 +307,-0.097005111,0.13317729,461,-0.975769313,0.072177659,3469.0482871 +308,1.83113859,0.221857587,461,-0.975769313,0.072177659,10685.683671 +309,0.222428864,0.099404236,461,-0.975769313,0.072177659,4727.2629274 +310,-1.702731345,0.8728568183,461,-0.975769313,0.072177659,3989.7483275 +311,-0.418507569,0.278324921,461,-0.975769313,0.072177659,2317.0260767 +312,-1.41153306,0.339029988,461,-0.975769313,0.072177659,1987.7580095 +313,0.357560442,0.114788776,461,-0.975769313,0.072177659,5256.4271083 +314,0.325818979,0.268352149,461,-0.975769313,0.072177659,5118.8344975 +315,-1.246004659,-0.663679965,461,-0.975769313,0.072177659,3079.2706769 +316,1.814603087,0.637404484,461,-0.975769313,0.072177659,9347.4530372 +317,1.843704281,-0.18300445,461,-0.975769313,0.072177659,11105.060221 +318,1.690644492,-0.211480909,461,-0.975769313,0.072177659,10502.464722 +319,-1.275451936,0.068109467,461,-0.975769313,0.072177659,1184.2107199 +320,0.762430171,-0.207594741,461,-0.975769313,0.072177659,6928.6817316 +321,0.265668905,-0.014647884,461,-0.975769313,0.072177659,4925.4255951 +322,-2.773032013,-0.335515811,461,-0.975769313,0.072177659,7162.3940946 +323,-1.469512853,0.174058777,461,-0.975769313,0.072177659,1981.2611482 +324,0.286276986,0.785925691,461,-0.975769313,0.072177659,5158.6873337 +325,-1.379324697,0.377432233,461,-0.975769313,0.072177659,1966.3501233 +326,-1.203778265,0.212813032,461,-0.975769313,0.072177659,1052.6439578 +327,0.579916301,0.611743168,461,-0.975769313,0.072177659,6008.905977 +328,0.267582642,0.868113908,461,-0.975769313,0.072177659,5170.4678049 +329,0.412869244,-0.050245578,461,-0.975769313,0.072177659,5517.7962719 +330,0.17524381,0.976660285,461,-0.975769313,0.072177659,5067.6062673 +331,0.743157214,0.204812899,461,-0.975769313,0.072177659,6736.1627579 +332,-1.070758176,0.269382282,461,-0.975769313,0.072177659,864.37681541 +333,-1.230364251,0.329790229,461,-0.975769313,0.072177659,1418.225685 +334,-1.374813124,-0.024926835,461,-0.975769313,0.072177659,1625.6977074 +335,0.519780566,0.463669906,461,-0.975769313,0.072177659,5827.8863292 +336,-1.55108034,0.239698561,461,-0.975769313,0.072177659,2343.4385495 +337,0.180294813,0.029739425,461,-0.975769313,0.072177659,4575.1983081 +338,0.67820924,0.268170153,461,-0.975769313,0.072177659,6462.9012043 +339,0.445798684,1.024001867,461,-0.975769313,0.072177659,5670.7449529 +340,0.691751283,0.150521402,461,-0.975769313,0.072177659,6556.7065739 +341,-1.036643551,-0.903056181,461,-0.975769313,0.072177659,3868.3722797 +342,-0.120287036,1.083325163,461,-0.975769313,0.072177659,4720.1879031 +343,2.823513113,-0.304487164,461,-0.975769313,0.072177659,9732.0542172 +344,0.457583172,1.12513373,461,-0.975769313,0.072177659,5729.5844522 +345,0.042918831,0.813795399,461,-0.975769313,0.072177659,4541.334478 +346,1.196146777,-0.853142756,461,-0.975769313,0.072177659,7961.9062959 +347,0.206001358,-0.010430701,461,-0.975769313,0.072177659,4688.5263835 +348,-0.268308653,0.234799412,461,-0.975769313,0.072177659,2838.6321974 +349,0.759363263,0.736189579,461,-0.975769313,0.072177659,6509.318986 +350,0.181363926,0.891988372,461,-0.975769313,0.072177659,4982.3892073 +351,-0.021111158,0.139103292,461,-0.975769313,0.072177659,3767.1765181 +352,-0.093355215,0.630686981,461,-0.975769313,0.072177659,3894.9231281 +353,0.40118964,0.681375926,461,-0.975769313,0.072177659,5445.9750138 +354,-0.721197315,1.304706234,461,-0.975769313,0.072177659,4917.4835523 +355,-1.076150317,0.212107639,461,-0.975769313,0.072177659,679.60010362 +356,-1.577164531,0.273993443,461,-0.975769313,0.072177659,2473.7786949 +357,-0.190788414,0.182208586,461,-0.975769313,0.072177659,3111.8548578 +358,-0.261349752,0.209710184,461,-0.975769313,0.072177659,2850.6870773 +359,-1.029303852,0.083549259,461,-0.975769313,0.072177659,216.15175306 +360,-1.268609162,0.330525297,461,-0.975769313,0.072177659,1526.5435897 +361,1.282982244,-0.926641967,461,-0.975769313,0.072177659,8017.6365016 +362,0.217352334,0.731352408,461,-0.975769313,0.072177659,4923.7339903 +363,-1.511833084,0.258629297,461,-0.975769313,0.072177659,2216.9869978 +364,0.338812194,0.823184618,461,-0.975769313,0.072177659,5324.0904718 +365,-0.324406489,1.134201999,461,-0.975769313,0.072177659,4588.6452623 +366,1.389579348,0.399185724,461,-0.975769313,0.072177659,8909.8830283 +367,2.047152199,-0.039082036,461,-0.975769313,0.072177659,11956.576616 +368,0.947780369,0.568250077,461,-0.975769313,0.072177659,7229.4226781 +369,0.763824846,0.576754987,461,-0.975769313,0.072177659,6623.1865669 +370,-0.142334657,0.928153068,461,-0.975769313,0.072177659,4330.2768666 +371,0.610266567,0.547265983,461,-0.975769313,0.072177659,6124.6880595 +372,0.210731629,0.746815056,461,-0.975769313,0.072177659,4917.4912253 +373,-1.34931644,0.316895224,461,-0.975769313,0.072177659,1741.9351299 +374,2.407696481,0.655030745,461,-0.975769313,0.072177659,9428.7363175 +375,0.64207831,0.545359131,461,-0.975769313,0.072177659,6232.6137322 +376,1.174597538,0.840588356,461,-0.975769313,0.072177659,7473.0138548 +377,0.660059424,0.010604079,461,-0.975769313,0.072177659,6475.7962496 +378,-0.730263819,0.010486456,461,-0.975769313,0.072177659,1001.7189931 +379,0.831068936,0.512339172,461,-0.975769313,0.072177659,6890.3272758 +380,1.301180979,0.72367476,461,-0.975769313,0.072177659,8014.4901782 +381,1.811128231,0.322854402,461,-0.975769313,0.072177659,10354.721976 +382,0.435105812,0.992284428,461,-0.975769313,0.072177659,5636.6473325 +383,0.62643634,0.592027932,461,-0.975769313,0.072177659,6165.4711309 +384,0.492988703,-0.516339467,461,-0.975769313,0.072177659,6012.8921291 +385,-0.162469483,0.112549365,461,-0.975769313,0.072177659,3210.7029345 +386,0.314630866,0.472006421,461,-0.975769313,0.072177659,5103.4900647 +387,0.166744804,0.822815954,461,-0.975769313,0.072177659,4870.4833952 +388,0.417159608,0.965805736,461,-0.975769313,0.072177659,5586.6989183 +389,0.106334961,0.868774244,461,-0.975769313,0.072177659,4774.0763559 +390,0.815086969,-0.338144359,461,-0.975769313,0.072177659,7138.3918448 +391,0.59867455,-0.230624824,461,-0.975769313,0.072177659,6301.2532507 +392,1.915104874,0.066220985,461,-0.975769313,0.072177659,11310.193285 +393,1.278093622,0.064463721,461,-0.975769313,0.072177659,8888.9102745 +394,-0.061477853,0.302997961,461,-0.975769313,0.072177659,3660.3791128 +395,0.251311504,0.626976942,461,-0.975769313,0.072177659,4954.7091868 +396,2.950242872,0.149095644,461,-0.975769313,0.072177659,9224.0400452 +397,-0.180294708,0.35375117,461,-0.975769313,0.072177659,3260.6978967 +398,1.010448592,-0.351180233,461,-0.975769313,0.072177659,7863.9034605 +399,-1.748740498,0.3686318073,461,-0.975769313,0.072177659,3194.7218949 +400,2.699635665,0.123533791,461,-0.975769313,0.072177659,10195.652353 +401,0.496808033,0.823843254,461,-0.975769313,0.072177659,5747.9888461 +402,0.129574704,0.763364087,461,-0.975769313,0.072177659,4706.6034951 +403,1.798920311,0.817447563,461,-0.975769313,0.072177659,8693.6123471 +404,0.335987953,0.746786541,461,-0.975769313,0.072177659,5276.2665748 +405,-1.085413643,0.292154671,461,-0.975769313,0.072177659,969.96071611 +406,-0.155321003,0.508207011,461,-0.975769313,0.072177659,3526.0876068 +407,0.620529244,-0.301175104,461,-0.975769313,0.072177659,6402.9284075 +408,1.684402744,0.368716966,461,-0.975769313,0.072177659,9885.8671302 +409,0.300582244,-0.386397212,461,-0.975769313,0.072177659,5258.0952308 +410,2.913555946,-0.009225192,461,-0.975769313,0.072177659,9474.6602909 +411,1.465101417,0.493232532,461,-0.975769313,0.072177659,8959.297592 +412,0.090612882,0.907955955,461,-0.975769313,0.072177659,4790.9043988 +413,2.987564726,-0.729568594,461,-0.975769313,0.072177659,8549.4144235 +414,-1.484261606,0.224149272,461,-0.975769313,0.072177659,2078.6049782 +415,0.164073421,0.303955133,461,-0.975769313,0.072177659,4508.8246939 +416,0.141441293,0.167552546,461,-0.975769313,0.072177659,4404.245736 +417,2.931321023,-0.506718887,461,-0.975769313,0.072177659,9097.1140232 +418,2.21951565,0.700596356,461,-0.975769313,0.072177659,9376.66141 +419,0.268112576,1.199114336,461,-0.975769313,0.072177659,5490.8845732 +420,0.978913739,0.359223811,461,-0.975769313,0.072177659,7530.3658779 +421,1.210898818,0.522863584,461,-0.975769313,0.072177659,8129.4388891 +422,2.347397336,0.129231362,461,-0.975769313,0.072177659,11370.746101 +423,0.614394501,0.556878345,461,-0.975769313,0.072177659,6135.8918055 +424,-1.398079356,0.148483366,461,-0.975769313,0.072177659,1689.2860156 +425,2.535303836,-0.112984496,461,-0.975769313,0.072177659,10977.841748 +426,-1.019372593,-0.405322349,461,-0.975769313,0.072177659,1898.872683 +427,-1.297785627,-0.160104069,461,-0.975769313,0.072177659,1569.365941 +428,2.144554488,0.205051084,461,-0.975769313,0.072177659,11342.553588 +429,-2.242387083,-0.426171285,461,-0.975769313,0.072177659,5252.9404086 +430,0.338637212,0.909723676,461,-0.975769313,0.072177659,5374.9097703 +431,-0.148798452,0.691042401,461,-0.975769313,0.072177659,3837.0247031 +432,0.893524764,0.441829531,461,-0.975769313,0.072177659,7158.7594674 +433,0.969229347,-0.368847936,461,-0.975769313,0.072177659,7706.3884032 +434,0.436043248,0.800045688,461,-0.975769313,0.072177659,5578.4410348 +435,1.687946607,1.081504775,461,-0.975769313,0.072177659,7649.2969434 +436,0.522302046,-0.034889271,461,-0.975769313,0.072177659,5944.7764998 +437,-0.178996113,-0.438090009,461,-0.975769313,0.072177659,3669.2273448 +438,-1.094339566,0.301444068,461,-0.975769313,0.072177659,1018.1431535 +439,-1.064070054,0.242569932,461,-0.975769313,0.072177659,757.98165776 +440,-1.068153768,0.230387998,461,-0.975769313,0.072177659,723.3873984 +441,-3.00496892,-0.23989155,461,-0.975769313,0.072177659,8052.439929 +442,0.21751974,0.766874888,461,-0.975769313,0.072177659,4953.5372658 +443,0.117229532,0.007619006,461,-0.975769313,0.072177659,4332.3167452 +444,0.777758451,0.420554741,461,-0.975769313,0.072177659,6762.3262605 +445,-0.252356999,0.250747086,461,-0.975769313,0.072177659,2909.6613846 +446,0.363148444,0.768483434,461,-0.975769313,0.072177659,5363.9494167 +447,0.903191366,-0.118210676,461,-0.975769313,0.072177659,7465.8800022 +448,-0.205755923,0.149406178,461,-0.975769313,0.072177659,3044.9650734 +449,1.811996086,0.02364353,461,-0.975769313,0.072177659,10992.776725 +450,-1.100670221,0.314845373,461,-0.975769313,0.072177659,1076.2544621 +451,0.340078597,0.850105132,461,-0.975769313,0.072177659,5342.6059967 +452,0.258757267,0.804969236,461,-0.975769313,0.072177659,5097.4132098 +453,2.78505352,-0.155160804,461,-0.975769313,0.072177659,9986.0802811 +454,0.800551619,0.105822106,461,-0.975769313,0.072177659,6998.4665695 +455,0.437940882,-0.506194031,461,-0.975769313,0.072177659,5819.1842485 +456,2.230431122,0.63458615,461,-0.975769313,0.072177659,9634.1505379 +457,0.527965361,0.127667701,461,-0.975769313,0.072177659,5922.6842448 +458,-0.063643205,0.702093448,461,-0.975769313,0.072177659,4089.7801069 +459,1.408447268,0.133010502,461,-0.975769313,0.072177659,9342.2919831 +460,0.523795955,0.280266966,461,-0.975769313,0.072177659,5872.2539119 +461,-0.975769313,0.072177659,461,-0.975769313,0.072177659,0 +462,0.549774164,-0.463663986,461,-0.975769313,0.072177659,6189.8238769 +463,0.29245874,1.095549818,461,-0.975769313,0.072177659,5423.9090517 +464,0.143625958,0.816809593,461,-0.975769313,0.072177659,4803.8471124 +465,0.671902494,0.611159853,461,-0.975769313,0.072177659,6306.5102396 +466,1.239840988,0.6724199,461,-0.975769313,0.072177659,7956.5745467 +467,0.607829703,-0.10932137,461,-0.975769313,0.072177659,6303.3713082 +468,1.763020906,0.263996692,461,-0.975769313,0.072177659,10377.318127 +469,0.378714634,0.726066797,461,-0.975769313,0.072177659,5392.1397392 +470,2.196736143,-0.153862366,461,-0.975769313,0.072177659,12098.189292 +471,0.01702415,0.148991565,461,-0.975769313,0.072177659,3917.0882543 +472,-2.998490902,-0.158002487,461,-0.975769313,0.072177659,8033.0935723 +473,-3.051262951,-0.346595608,461,-0.975769313,0.072177659,8196.4513587 +474,-1.069176439,0.182802941,461,-0.975769313,0.072177659,571.43528451 +475,0.167157509,0.595344954,461,-0.975769313,0.072177659,4664.6855272 +476,0.613855648,0.681746124,461,-0.975769313,0.072177659,6099.6594768 +477,1.037012736,0.682555367,461,-0.975769313,0.072177659,7368.9687739 +478,-1.253574971,0.379755746,461,-0.975769313,0.072177659,1619.7059153 +479,3.108590453,-0.132620738,461,-0.975769313,0.072177659,8723.56651 +480,0.565301296,0.022333262,461,-0.975769313,0.072177659,6098.1347636 +481,0.547898238,0.855555614,461,-0.975769313,0.072177659,5883.8096223 +482,0.948309381,0.417393755,461,-0.975769313,0.072177659,7371.7173836 +483,-0.050600732,0.945269213,461,-0.975769313,0.072177659,4549.2211251 +484,-0.977651478,-0.572363064,461,-0.975769313,0.072177659,2553.0355943 +485,1.102014914,0.728861163,461,-0.975769313,0.072177659,7483.7934691 +486,2.927300795,-0.282939414,461,-0.975769313,0.072177659,9368.0774853 +487,-1.154565557,0.124434095,461,-0.975769313,0.072177659,734.47077146 +488,1.855331234,0.291044755,461,-0.975769313,0.072177659,10560.448354 +489,0.830290659,0.276904518,461,-0.975769313,0.072177659,7035.3616596 +490,0.485104466,-0.234867441,461,-0.975769313,0.072177659,5866.4246235 +491,0.521367572,-0.33161327,461,-0.975769313,0.072177659,6039.9560002 +1,-1.539031704,0.7349710123,462,0.549774164,-0.463663986,8913.6152511 +2,-1.536990553,0.7349663874,462,0.549774164,-0.463663986,8907.6227312 +3,-1.534951779,0.7349571355,462,0.549774164,-0.463663986,8901.6366365 +4,-1.532906461,0.7349480293,462,0.549774164,-0.463663986,8895.6316391 +5,-1.531320211,0.7346937278,462,0.549774164,-0.463663986,8890.925871 +6,-1.539451648,0.7335131775,462,0.549774164,-0.463663986,8914.587833 +7,-1.537429487,0.7335445708,462,0.549774164,-0.463663986,8908.6501674 +8,-1.535484998,0.7335658704,462,0.549774164,-0.463663986,8902.9395191 +9,-1.533488396,0.7336036027,462,0.549774164,-0.463663986,8897.0794972 +10,-1.531497785,0.7335842962,462,0.549774164,-0.463663986,8891.2263851 +11,-1.530259379,0.7334777758,462,0.549774164,-0.463663986,8887.5658312 +12,-1.5335454,0.7322346912,462,0.549774164,-0.463663986,8896.9764257 +13,-1.531489083,0.7322238773,462,0.549774164,-0.463663986,8890.9247786 +14,-1.530011122,0.7321679851,462,0.549774164,-0.463663986,8886.5653396 +15,-1.53348106,0.7306614094,462,0.549774164,-0.463663986,8896.4685833 +16,-1.531441779,0.7306962275,462,0.549774164,-0.463663986,8890.4685081 +17,-1.529755654,0.7306933243,462,0.549774164,-0.463663986,8885.5012977 +18,-1.533415048,0.7291384674,462,0.549774164,-0.463663986,8895.9580429 +19,-1.531392093,0.7291705353,462,0.549774164,-0.463663986,8889.9979139 +20,-1.529296523,0.7291214933,462,0.549774164,-0.463663986,8883.8065055 +21,-1.535280942,0.727267644,462,0.549774164,-0.463663986,8901.0725895 +22,-1.533378158,0.7276139666,462,0.549774164,-0.463663986,8895.5253412 +23,-1.531340368,0.7276446587,462,0.549774164,-0.463663986,8889.5135398 +24,-1.528960113,0.7276398177,462,0.549774164,-0.463663986,8882.4831616 +25,-1.533313146,0.7260818349,462,0.549774164,-0.463663986,8895.0001702 +26,-1.531259555,0.7260958115,462,0.549774164,-0.463663986,8888.9302502 +27,-1.528926415,0.7260865555,462,0.549774164,-0.463663986,8882.0289705 +28,-1.531226779,0.7245511789,462,0.549774164,-0.463663986,8888.4819923 +29,-1.528904772,0.7245519194,462,0.549774164,-0.463663986,8881.6070315 +30,-1.547195875,0.7409785979,462,0.549774164,-0.463663986,8938.4650935 +31,-1.5451475,0.740980426,462,0.549774164,-0.463663986,8932.4827795 +32,-1.543097679,0.7409798872,462,0.549774164,-0.463663986,8926.4962009 +33,-1.540720364,0.7409892687,462,0.549774164,-0.463663986,8919.5550669 +34,-1.547188511,0.7395198392,462,0.549774164,-0.463663986,8938.2403736 +35,-1.545148587,0.7395226109,462,0.549774164,-0.463663986,8932.275199 +36,-1.543104538,0.7395314908,462,0.549774164,-0.463663986,8926.2992179 +37,-1.540727751,0.7395306258,462,0.549774164,-0.463663986,8919.3491727 +38,-1.547187029,0.7380014886,462,0.549774164,-0.463663986,8938.0172065 +39,-1.545147315,0.7380012252,462,0.549774164,-0.463663986,8932.0442195 +40,-1.54310719,0.7380060743,462,0.549774164,-0.463663986,8926.0711329 +41,-1.540719671,0.7380068206,462,0.549774164,-0.463663986,8919.0806031 +42,-1.547187189,0.7364799098,462,0.549774164,-0.463663986,8937.7908903 +43,-1.545149996,0.7364853874,462,0.549774164,-0.463663986,8931.8182199 +44,-1.543106091,0.7364823484,462,0.549774164,-0.463663986,8925.8248606 +45,-1.540717158,0.7364893901,462,0.549774164,-0.463663986,8918.8219237 +46,-1.538663972,0.7410138672,462,0.549774164,-0.463663986,8913.5539943 +47,-1.53695285,0.7409699132,462,0.549774164,-0.463663986,8908.550428 +48,-1.534910498,0.7409641297,462,0.549774164,-0.463663986,8902.5859624 +49,-1.533145034,0.7409536636,462,0.549774164,-0.463663986,8897.4293911 +50,-1.538681336,0.7395405883,462,0.549774164,-0.463663986,8913.367265 +51,-1.536999189,0.7395183096,462,0.549774164,-0.463663986,8908.4453658 +52,-1.534923633,0.7395144222,462,0.549774164,-0.463663986,8902.3765024 +53,-1.533267822,0.7395654306,462,0.549774164,-0.463663986,8897.5447859 +54,-1.53867273,0.7380151077,462,0.549774164,-0.463663986,8913.0889172 +55,-1.536980576,0.7379994392,462,0.549774164,-0.463663986,8908.1321745 +56,-1.534931522,0.7379944961,462,0.549774164,-0.463663986,8902.1326144 +57,-1.533387952,0.7379480264,462,0.549774164,-0.463663986,8897.605513 +58,-1.538682279,0.7364914363,462,0.549774164,-0.463663986,8912.8566079 +59,-1.536980704,0.7364810563,462,0.549774164,-0.463663986,8907.8665161 +60,-1.534935567,0.7364752065,462,0.549774164,-0.463663986,8901.8703035 +61,-1.533042592,0.7363876366,462,0.549774164,-0.463663986,8896.3050578 +62,-1.545143426,0.7349628011,462,0.549774164,-0.463663986,8931.5565795 +63,-1.543105297,0.7349691947,462,0.549774164,-0.463663986,8925.5737771 +64,-1.541064533,0.7349647152,462,0.549774164,-0.463663986,8919.5817629 +65,-1.545411803,0.7334624714,462,0.549774164,-0.463663986,8932.0994307 +66,-1.543446606,0.7334780896,462,0.549774164,-0.463663986,8926.3247826 +67,-1.541475327,0.7334957295,462,0.549774164,-0.463663986,8920.5330852 +68,-1.545401939,0.731963266,462,0.549774164,-0.463663986,8931.8182094 +69,-1.54342253,0.7319915583,462,0.549774164,-0.463663986,8925.9965376 +70,-1.541455867,0.7320216438,462,0.549774164,-0.463663986,8920.2133119 +71,-1.545410146,0.7304422281,462,0.549774164,-0.463663986,8931.5790991 +72,-1.543435491,0.7304713664,462,0.549774164,-0.463663986,8925.7640917 +73,-1.541463105,0.7304997613,462,0.549774164,-0.463663986,8919.956258 +74,-1.545414768,0.7289194936,462,0.549774164,-0.463663986,8931.3217038 +75,-1.543435774,0.7289538557,462,0.549774164,-0.463663986,8925.4873997 +76,-1.541457714,0.7289765881,462,0.549774164,-0.463663986,8919.6543234 +77,-1.539449415,0.7320555866,462,0.549774164,-0.463663986,8914.3143365 +78,-1.537429183,0.7321097681,462,0.549774164,-0.463663986,8908.3793605 +79,-1.535472649,0.7321497267,462,0.549774164,-0.463663986,8902.6299433 +80,-1.539457899,0.7305333307,462,0.549774164,-0.463663986,8914.0533161 +81,-1.537453161,0.7305750503,462,0.549774164,-0.463663986,8908.1540454 +82,-1.535479385,0.7306124949,462,0.549774164,-0.463663986,8902.34593 +83,-1.53946905,0.7290102593,462,0.549774164,-0.463663986,8913.7926702 +84,-1.537459922,0.7290417293,462,0.549774164,-0.463663986,8907.8709002 +85,-1.535451349,0.7290890157,462,0.549774164,-0.463663986,8901.9547102 +86,-1.535522937,0.7279887191,462,0.549774164,-0.463663986,8901.9386242 +87,-1.539442524,0.7274735939,462,0.549774164,-0.463663986,8913.410668 +88,-1.537424111,0.727521351,462,0.549774164,-0.463663986,8907.4572123 +89,-1.539384641,0.7259505092,462,0.549774164,-0.463663986,8912.9309457 +90,-1.537372391,0.7259947145,462,0.549774164,-0.463663986,8906.9875222 +91,-1.535340789,0.7260435356,462,0.549774164,-0.463663986,8900.9886939 +92,-1.539325716,0.7244369706,462,0.549774164,-0.463663986,8912.4422985 +93,-1.537308932,0.7244801057,462,0.549774164,-0.463663986,8906.477845 +94,-1.535289068,0.7245247645,462,0.549774164,-0.463663986,8900.5054443 +95,-1.533261366,0.7245550236,462,0.549774164,-0.463663986,8894.5074597 +96,-1.539267302,0.722921924,462,0.549774164,-0.463663986,8911.9470939 +97,-1.537248972,0.7229660258,462,0.549774164,-0.463663986,8905.9708889 +98,-1.535219431,0.7229916471,462,0.549774164,-0.463663986,8899.9581384 +99,-1.53318962,0.7230212049,462,0.549774164,-0.463663986,8893.9461877 +100,-1.531154816,0.7230299897,462,0.549774164,-0.463663986,8887.9152954 +101,-1.528878341,0.7230370244,462,0.549774164,-0.463663986,8881.1680937 +102,-1.539218189,0.7214009878,462,0.549774164,-0.463663986,8911.4704582 +103,-1.537198791,0.7214422745,462,0.549774164,-0.463663986,8905.4830564 +104,-1.535179266,0.7214634354,462,0.549774164,-0.463663986,8899.4914927 +105,-1.533156501,0.7214944644,462,0.549774164,-0.463663986,8893.4932799 +106,-1.53113574,0.7215166021,462,0.549774164,-0.463663986,8887.4996409 +107,-1.528874248,0.7215345535,462,0.549774164,-0.463663986,8880.7911162 +108,-1.539217656,0.7198512397,462,0.549774164,-0.463663986,8911.1240447 +109,-1.537199919,0.7199428763,462,0.549774164,-0.463663986,8905.1456128 +110,-1.545425832,0.727397149,462,0.549774164,-0.463663986,8931.075986 +111,-1.543371177,0.7273916949,462,0.549774164,-0.463663986,8925.0030894 +112,-1.541368852,0.7274523163,462,0.549774164,-0.463663986,8919.0980676 +113,-1.545349067,0.7258710923,462,0.549774164,-0.463663986,8930.5622808 +114,-1.54332671,0.7258603556,462,0.549774164,-0.463663986,8924.5760283 +115,-1.541346831,0.7259242142,462,0.549774164,-0.463663986,8918.7306798 +116,-1.545324355,0.7243383958,462,0.549774164,-0.463663986,8930.193421 +117,-1.543292796,0.7243617413,462,0.549774164,-0.463663986,8924.1789244 +118,-1.541295822,0.7244024384,462,0.549774164,-0.463663986,8918.2710736 +119,-1.543193859,0.7205570215,462,0.549774164,-0.463663986,8923.0990844 +120,-1.550257047,0.7386738187,462,0.549774164,-0.463663986,8947.1002679 +121,-1.549335448,0.7311736483,462,0.549774164,-0.463663986,8943.2700695 +122,-1.533478843,0.7179891343,462,0.549774164,-0.463663986,8893.6107937 +123,-1.556150555,0.738907041,462,0.549774164,-0.463663986,8964.3791118 +124,-1.554324226,0.733414257,462,0.549774164,-0.463663986,8958.2971168 +125,-1.554290846,0.7288285332,462,0.549774164,-0.463663986,8957.5076186 +126,-1.55122487,0.7219795312,462,0.549774164,-0.463663986,8947.242693 +127,-1.525104458,0.7229399862,462,0.549774164,-0.463663986,8869.9570582 +128,-1.519607711,0.7236181429,462,0.549774164,-0.463663986,8853.8430092 +129,-1.513899999,0.7251107854,462,0.549774164,-0.463663986,8837.3469783 +130,-1.536620762,0.7431061895,462,0.549774164,-0.463663986,8907.9243595 +131,-1.5369566,0.7460845958,462,0.549774164,-0.463663986,8909.355371 +132,-1.545345528,0.7447040685,462,0.549774164,-0.463663986,8933.5664175 +133,-1.532813921,0.7432306626,462,0.549774164,-0.463663986,8896.8508346 +134,-1.554788248,0.7382381001,462,0.549774164,-0.463663986,8960.3085056 +135,-1.540348126,0.7301594274,462,0.549774164,-0.463663986,8916.6061524 +136,-1.538016084,0.7239051786,462,0.549774164,-0.463663986,8908.4492024 +137,-1.525288962,0.7258085137,462,0.549774164,-0.463663986,8871.2072433 +138,-1.534326986,0.731241342,462,0.549774164,-0.463663986,8899.0777602 +139,-1.530733872,0.7303625216,462,0.549774164,-0.463663986,8888.3124451 +141,-1.534354939,0.7328219978,462,0.549774164,-0.463663986,8899.473711 +142,-1.53157084,0.7292888153,462,0.549774164,-0.463663986,8890.5504693 +143,-1.525691035,0.7263799874,462,0.549774164,-0.463663986,8872.5327322 +144,-1.534031287,0.7495967835,462,0.549774164,-0.463663986,8901.3761838 +145,-1.527714986,0.7283095957,462,0.549774164,-0.463663986,8878.9589492 +146,-1.526189586,0.7271468292,462,0.549774164,-0.463663986,8874.186952 +147,-1.555177336,0.7375563366,462,0.549774164,-0.463663986,8961.3617601 +148,-1.555080283,0.7312707794,462,0.549774164,-0.463663986,8960.2101918 +149,-1.53856994,0.7224180299,462,0.549774164,-0.463663986,8909.7691797 +150,-1.530837883,0.729933372,462,0.549774164,-0.463663986,8888.5273972 +151,-1.515066984,0.5854133365,462,0.549774164,-0.463663986,8773.8790288 +152,-1.534731633,0.5368370046,462,0.549774164,-0.463663986,8802.7235974 +153,-1.515231902,0.5607085576,462,0.549774164,-0.463663986,8756.6059102 +154,-2.616253799,1.0684566605,462,0.549774164,-0.463663986,10047.36928 +155,-1.956071439,0.5792177723,462,0.549774164,-0.463663986,10224.451224 +156,-1.951208514,0.5602434208,462,0.549774164,-0.463663986,10209.776467 +157,-1.944675062,0.6062144545,462,0.549774164,-0.463663986,10181.215672 +158,-1.613778386,0.6077989518,462,0.549774164,-0.463663986,9106.5783674 +159,-2.035029014,0.6021432345,462,0.549774164,-0.463663986,10475.845111 +160,-2.114989471,0.6801825058,462,0.549774164,-0.463663986,10649.04037 +161,-2.037382079,0.5765830025,462,0.549774164,-0.463663986,10494.337349 +162,-2.129855121,0.6585019963,462,0.549774164,-0.463663986,10721.360199 +163,-2.075141798,0.6493615843,462,0.549774164,-0.463663986,10566.926536 +164,-1.828626729,0.6948433129,462,0.549774164,-0.463663986,9783.6693352 +165,-1.863329418,0.6735427691,462,0.549774164,-0.463663986,9898.9905429 +166,-1.266037071,0.727988852,462,0.549774164,-0.463663986,8113.1930845 +167,-1.277579582,0.7249010648,462,0.549774164,-0.463663986,8144.0232876 +168,-1.258418684,0.7241194816,462,0.549774164,-0.463663986,8087.8444275 +169,-1.317813974,0.6804850104,462,0.549774164,-0.463663986,8226.2590633 +170,-1.344165204,0.6790988904,462,0.549774164,-0.463663986,8304.6352994 +171,-1.427582102,0.5277120351,462,0.549774164,-0.463663986,8438.2258538 +172,-1.402238616,0.457167829,462,0.549774164,-0.463663986,8277.6550612 +173,-1.422454264,0.4996161999,462,0.549774164,-0.463663986,8392.7623099 +174,-1.439089277,0.4894859811,462,0.549774164,-0.463663986,8438.1083807 +175,-1.448126995,0.5182330266,462,0.549774164,-0.463663986,8497.383246 +176,-1.474626146,0.5881926574,462,0.549774164,-0.463663986,8644.6854771 +177,-1.421139645,0.5584869783,462,0.549774164,-0.463663986,8446.0023436 +178,-1.457037165,0.565943032,462,0.549774164,-0.463663986,8569.8546964 +179,-2.757159358,0.3745319,462,0.549774164,-0.463663986,11749.572575 +180,-2.714309238,0.342054471,462,0.549774164,-0.463663986,11787.468209 +181,-2.000525337,0.774119946,462,0.549774164,-0.463663986,10198.677243 +183,-1.571413436,0.6777838382,462,0.549774164,-0.463663986,8997.8599488 +184,-1.552860289,0.6987663893,462,0.549774164,-0.463663986,8946.9467024 +185,-1.521852374,0.7165827476,462,0.549774164,-0.463663986,8858.6141173 +186,-1.503656267,0.6928968252,462,0.549774164,-0.463663986,8795.9587347 +187,-1.502753178,0.7136205882,462,0.549774164,-0.463663986,8800.7607464 +188,-1.631894563,0.7343596465,462,0.549774164,-0.463663986,9186.4587152 +189,-1.653765416,0.6770714026,462,0.549774164,-0.463663986,9251.5731461 +190,-1.719812114,0.6715965947,462,0.549774164,-0.463663986,9455.7737422 +191,-1.493406659,0.6646955447,462,0.549774164,-0.463663986,8751.9901521 +192,-1.469120564,0.6613469966,462,0.549774164,-0.463663986,8675.0824325 +193,-1.590551461,0.5326612937,462,0.549774164,-0.463663986,8986.2493003 +194,-1.625979264,0.5247742243,462,0.549774164,-0.463663986,9099.817493 +195,-1.572293943,0.5238808754,462,0.549774164,-0.463663986,8918.3200796 +196,-1.610848725,0.5477107964,462,0.549774164,-0.463663986,9064.4768518 +197,-1.208485554,0.7918526018,462,0.549774164,-0.463663986,8006.186759 +198,-1.335601374,0.6869083083,462,0.549774164,-0.463663986,8284.9040587 +199,-1.346156996,0.6825213377,462,0.549774164,-0.463663986,8313.2870091 +200,-1.324381037,0.6741422347,462,0.549774164,-0.463663986,8240.824059 +201,-1.242424992,0.7378949807,462,0.549774164,-0.463663986,8053.8925225 +202,-1.270370057,0.7392461008,462,0.549774164,-0.463663986,8134.9923935 +203,-1.448950472,0.7441675014,462,0.549774164,-0.463663986,8653.2352273 +204,-1.492662363,0.7523026852,462,0.549774164,-0.463663986,8782.253956 +205,-1.479098966,0.7763855017,462,0.549774164,-0.463663986,8748.9394491 +206,-1.633760714,0.7869022408,462,0.549774164,-0.463663986,9183.2417177 +207,-1.647406434,0.8101289331,462,0.549774164,-0.463663986,9213.2728011 +208,-1.564245052,0.5701509278,462,0.549774164,-0.463663986,8924.558884 +209,-1.646289963,0.6833746083,462,0.549774164,-0.463663986,9229.1362509 +210,-1.5820631,0.6751952144,462,0.549774164,-0.463663986,9029.9547973 +211,-1.613236298,0.6681681791,462,0.549774164,-0.463663986,9124.6949131 +212,-1.914661867,0.8212566515,462,0.549774164,-0.463663986,9910.0920114 +213,-1.742133237,0.7250275956,462,0.549774164,-0.463663986,9513.3064976 +214,-2.033144872,0.6557314699,462,0.549774164,-0.463663986,10432.537953 +215,-2.039551981,0.6964723658,462,0.549774164,-0.463663986,10409.808828 +216,-1.247341019,0.7622473908,462,0.549774164,-0.463663986,8088.5290815 +217,-1.298239787,0.7084123392,462,0.549774164,-0.463663986,8190.8925274 +218,-1.308539688,0.6926545592,462,0.549774164,-0.463663986,8208.5227536 +219,-1.303263185,0.6888938396,462,0.549774164,-0.463663986,8189.6426858 +220,-1.852400229,0.6004246149,462,0.549774164,-0.463663986,9881.4162195 +221,-1.288947707,0.7473773692,462,0.549774164,-0.463663986,8194.4674186 +222,-1.372031502,0.7472790993,462,0.549774164,-0.463663986,8432.4469085 +223,-1.289805721,0.7242157877,462,0.549774164,-0.463663986,8178.9585103 +224,-1.350807603,0.7533498126,462,0.549774164,-0.463663986,8375.0892099 +225,-1.329290365,0.7560442322,462,0.549774164,-0.463663986,8315.4145627 +226,-1.410153004,0.616936428,462,0.549774164,-0.463663986,8460.3508333 +227,-1.393445434,0.6308995063,462,0.549774164,-0.463663986,8418.7344834 +228,-1.37595573,0.6241540638,462,0.549774164,-0.463663986,8358.3683251 +229,-1.358388707,0.6172645205,462,0.549774164,-0.463663986,8297.1881217 +230,-1.753741133,0.8281661666,462,0.549774164,-0.463663986,9486.7718528 +231,-1.47430987,0.6834615681,462,0.549774164,-0.463663986,8702.58236 +232,-1.421012508,0.7222725206,462,0.549774164,-0.463663986,8561.8979046 +233,-1.4476833,0.6978557868,462,0.549774164,-0.463663986,8629.060364 +234,-1.470370723,0.6966193374,462,0.549774164,-0.463663986,8696.8446733 +235,-1.429211703,0.7037216883,462,0.549774164,-0.463663986,8576.6623461 +236,-1.700578405,0.6178673663,462,0.549774164,-0.463663986,9390.1326478 +237,-1.678117619,0.6331716163,462,0.549774164,-0.463663986,9321.3984097 +238,-1.725644578,0.6316331145,462,0.549774164,-0.463663986,9472.874945 +239,-2.14012759,0.7930497945,462,0.549774164,-0.463663986,10511.115289 +240,-2.103289431,0.7653606263,462,0.549774164,-0.463663986,10478.290672 +241,-1.318739838,0.7017808746,462,0.549774164,-0.463663986,8246.178277 +242,-1.396417427,0.7077900843,462,0.549774164,-0.463663986,8481.0957801 +243,-1.35650337,0.7185539404,462,0.549774164,-0.463663986,8369.7984866 +244,-1.248884539,0.7274156818,462,0.549774164,-0.463663986,8063.1900226 +245,-1.395014798,0.5761185243,462,0.549774164,-0.463663986,8377.1395223 +246,-1.433377362,0.6064716109,462,0.549774164,-0.463663986,8526.0003996 +247,-1.408172432,0.5903155476,462,0.549774164,-0.463663986,8432.1034728 +248,-1.749645898,0.7757118084,462,0.549774164,-0.463663986,9511.9081251 +249,-1.571626686,0.615046989,462,0.549774164,-0.463663986,8974.1524862 +250,-1.514070049,0.6303003037,462,0.549774164,-0.463663986,8798.5655622 +251,-1.480890369,0.6237966528,462,0.549774164,-0.463663986,8689.4751847 +252,-1.704390658,0.5281680612,462,0.549774164,-0.463663986,9366.9937591 +253,-1.64434733,0.5254277498,462,0.549774164,-0.463663986,9162.2674942 +254,-1.703855997,0.4792484842,462,0.549774164,-0.463663986,9332.3707437 +255,-1.692002383,0.5748825051,462,0.549774164,-0.463663986,9348.5204422 +256,-1.854136457,0.5544643913,462,0.549774164,-0.463663986,9883.0398524 +257,-1.665021206,0.520317736,462,0.549774164,-0.463663986,9228.7984455 +258,-1.733654349,0.4845187345,462,0.549774164,-0.463663986,9439.0179934 +259,-1.720938188,0.5135933906,462,0.549774164,-0.463663986,9414.5857214 +260,-1.742668307,0.553296122,462,0.549774164,-0.463663986,9508.3657226 +261,-1.965659039,0.7142126903,462,0.549774164,-0.463663986,10176.258367 +262,-1.944438071,0.6772834804,462,0.549774164,-0.463663986,10144.88232 +263,-1.270340967,0.7681487096,462,0.549774164,-0.463663986,8157.5738618 +264,-1.353091884,0.6549276821,462,0.549774164,-0.463663986,8312.6516773 +265,-1.333236659,0.6413584414,462,0.549774164,-0.463663986,8239.9198723 +266,-1.352015998,0.6753788907,462,0.549774164,-0.463663986,8325.529402 +267,-1.377988483,0.6577816235,462,0.549774164,-0.463663986,8391.4682937 +268,-2.13075611,0.8318642051,462,0.549774164,-0.463663986,10402.185055 +269,-2.097910953,0.8259670014,462,0.549774164,-0.463663986,10343.091455 +270,-1.416382069,0.6694271549,462,0.549774164,-0.463663986,8517.5469954 +271,-1.538905672,0.7535625993,462,0.549774164,-0.463663986,8915.993526 +272,-1.572309477,0.7803125099,462,0.549774164,-0.463663986,9012.0369532 +273,-1.87759879,0.7503853417,462,0.549774164,-0.463663986,9890.2721015 +274,1.152365588,0.590457682,462,0.549774164,-0.463663986,4749.9180192 +275,0.350198001,0.718001859,462,0.549774164,-0.463663986,4737.6522005 +276,0.046513677,0.491503852,462,0.549774164,-0.463663986,4240.1666593 +277,0.027510309,0.742571376,462,0.549774164,-0.463663986,5144.377111 +278,0.306285725,-0.214631579,462,0.549774164,-0.463663986,1339.3658809 +279,-1.100564889,0.318051531,462,0.549774164,-0.463663986,7049.2835368 +280,-1.078582306,0.301437596,462,0.549774164,-0.463663986,6946.518291 +281,-1.137371989,-0.617634065,462,0.549774164,-0.463663986,5527.7958568 +282,0.784356344,0.703272339,462,0.549774164,-0.463663986,4702.3776543 +283,-1.221209947,0.218327455,462,0.549774164,-0.463663986,7306.9099002 +284,2.347301921,-0.449114658,462,0.549774164,-0.463663986,6170.2279114 +285,0.246820618,0.830553713,462,0.549774164,-0.463663986,5239.0746644 +286,0.829414965,0.703288228,462,0.549774164,-0.463663986,4735.7676237 +287,-1.337537566,0.42332223,462,0.549774164,-0.463663986,8015.6979997 +288,0.882453706,0.454478077,462,0.549774164,-0.463663986,3852.0755277 +289,1.575629659,0.416419109,462,0.549774164,-0.463663986,5249.1832467 +290,-1.039455679,0.229888244,462,0.549774164,-0.463663986,6690.2620676 +291,0.489558039,0.934482747,462,0.549774164,-0.463663986,5541.9321132 +292,0.081344504,0.88384514,462,0.549774164,-0.463663986,5584.0885746 +293,-1.547979814,0.300350308,462,0.549774164,-0.463663986,8585.7946609 +294,0.040776181,0.168560074,462,0.549774164,-0.463663986,3178.5466642 +295,-1.130374745,0.563894876,462,0.549774164,-0.463663986,7518.5599691 +296,1.578326642,0.478507176,462,0.549774164,-0.463663986,5408.9652839 +297,-1.12861823,-0.291640865,462,0.549774164,-0.463663986,6076.9416839 +298,0.310524208,0.770885792,462,0.549774164,-0.463663986,4966.4770434 +299,0.415649091,-0.387246002,462,0.549774164,-0.463663986,570.56493841 +300,-0.926533878,-0.188022748,462,0.549774164,-0.463663986,5559.3570433 +301,1.258856172,-0.11716081,462,0.549774164,-0.463663986,3001.0516265 +302,-1.126050026,0.322941926,462,0.549774164,-0.463663986,7144.6463002 +303,2.002785835,0.07893892,462,0.549774164,-0.463663986,5946.3683714 +304,0.440437607,0.746258085,462,0.549774164,-0.463663986,4809.0904073 +305,-0.030391866,0.214441206,462,0.549774164,-0.463663986,3492.8114932 +306,0.521557815,-0.058929362,462,0.549774164,-0.463663986,1606.725175 +307,-0.097005111,0.13317729,462,0.549774164,-0.463663986,3429.2434883 +308,1.83113859,0.221857587,462,0.549774164,-0.463663986,5623.0845306 +309,0.222428864,0.099404236,462,0.549774164,-0.463663986,2559.7056635 +310,-1.702731345,0.8728568183,462,0.549774164,-0.463663986,9320.2058536 +311,-0.418507569,0.278324921,462,0.549774164,-0.463663986,4744.0838449 +312,-1.41153306,0.339029988,462,0.549774164,-0.463663986,8159.2246501 +313,0.357560442,0.114788776,462,0.549774164,-0.463663986,2407.2199343 +314,0.325818979,0.268352149,462,0.549774164,-0.463663986,3024.9632495 +315,-1.246004659,-0.663679965,462,0.549774164,-0.463663986,5752.1533064 +316,1.814603087,0.637404484,462,0.549774164,-0.463663986,6418.6231883 +317,1.843704281,-0.18300445,462,0.549774164,-0.463663986,4924.22717 +318,1.690644492,-0.211480909,462,0.549774164,-0.463663986,4335.8591774 +319,-1.275451936,0.068109467,462,0.549774164,-0.463663986,7243.4012254 +320,0.762430171,-0.207594741,462,0.549774164,-0.463663986,1286.9899758 +321,0.265668905,-0.014647884,462,0.549774164,-0.463663986,2081.8964157 +322,-2.773032013,-0.335515811,462,0.549774164,-0.463663986,9202.5774959 +323,-1.469512853,0.174058777,462,0.549774164,-0.463663986,8112.6641678 +324,0.286276986,0.785925691,462,0.549774164,-0.463663986,5040.3640795 +325,-1.379324697,0.377432233,462,0.549774164,-0.463663986,8099.2273669 +326,-1.203778265,0.212813032,462,0.549774164,-0.463663986,7236.4785706 +327,0.579916301,0.611743168,462,0.549774164,-0.463663986,4261.1850358 +328,0.267582642,0.868113908,462,0.549774164,-0.463663986,5368.1240129 +329,0.412869244,-0.050245578,462,0.549774164,-0.463663986,1718.0991105 +330,0.17524381,0.976660285,462,0.549774164,-0.463663986,5843.4926334 +331,0.743157214,0.204812899,462,0.549774164,-0.463663986,2750.487427 +332,-1.070758176,0.269382282,462,0.549774164,-0.463663986,6865.9907845 +333,-1.230364251,0.329790229,462,0.549774164,-0.463663986,7515.0272167 +334,-1.374813124,-0.024926835,462,0.549774164,-0.463663986,7423.1429937 +335,0.519780566,0.463669906,462,0.549774164,-0.463663986,3674.9507156 +336,-1.55108034,0.239698561,462,0.549774164,-0.463663986,8507.1355529 +337,0.180294813,0.029739425,462,0.549774164,-0.463663986,2411.052577 +338,0.67820924,0.268170153,462,0.549774164,-0.463663986,2940.6561322 +339,0.445798684,1.024001867,462,0.549774164,-0.463663986,5902.6262039 +340,0.691751283,0.150521402,462,0.549774164,-0.463663986,2493.29174 +341,-1.036643551,-0.903056181,462,0.549774164,-0.463663986,4837.1564171 +342,-0.120287036,1.083325163,462,0.549774164,-0.463663986,6486.6239952 +343,2.823513113,-0.304487164,462,0.549774164,-0.463663986,7928.0428375 +344,0.457583172,1.12513373,462,0.549774164,-0.463663986,6299.71404 +345,0.042918831,0.813795399,462,0.549774164,-0.463663986,5376.0819251 +346,1.196146777,-0.853142756,462,0.549774164,-0.463663986,2505.98782 +347,0.206001358,-0.010430701,462,0.549774164,-0.463663986,2222.2500181 +348,-0.268308653,0.234799412,462,0.549774164,-0.463663986,4190.7158285 +349,0.759363263,0.736189579,462,0.549774164,-0.463663986,4814.0810272 +350,0.181363926,0.891988372,462,0.549774164,-0.463663986,5521.9148341 +351,-0.021111158,0.139103292,462,0.549774164,-0.463663986,3242.1420661 +352,-0.093355215,0.630686981,462,0.549774164,-0.463663986,4955.4595489 +353,0.40118964,0.681375926,462,0.549774164,-0.463663986,4568.7317763 +354,-0.721197315,1.304706234,462,0.549774164,-0.463663986,7689.2232815 +355,-1.076150317,0.212107639,462,0.549774164,-0.463663986,6787.6108915 +356,-1.577164531,0.273993443,462,0.549774164,-0.463663986,8651.2273606 +357,-0.190788414,0.182208586,462,0.549774164,-0.463663986,3828.251923 +358,-0.261349752,0.209710184,462,0.549774164,-0.463663986,4104.9344286 +359,-1.029303852,0.083549259,462,0.549774164,-0.463663986,6399.0539094 +360,-1.268609162,0.330525297,462,0.549774164,-0.463663986,7648.7139879 +361,1.282982244,-0.926641967,462,0.549774164,-0.463663986,2822.3721538 +362,0.217352334,0.731352408,462,0.549774164,-0.463663986,4887.4978669 +363,-1.511833084,0.258629297,462,0.549774164,-0.463663986,8396.9898915 +364,0.338812194,0.823184618,462,0.549774164,-0.463663986,5152.7244126 +365,-0.324406489,1.134201999,462,0.549774164,-0.463663986,6868.8847175 +366,1.389579348,0.399185724,462,0.549774164,-0.463663986,4693.5530187 +367,2.047152199,-0.039082036,462,0.549774164,-0.463663986,5892.6560297 +368,0.947780369,0.568250077,462,0.549774164,-0.463663986,4354.1833516 +369,0.763824846,0.576754987,462,0.549774164,-0.463663986,4199.2197836 +370,-0.142334657,0.928153068,462,0.549774164,-0.463663986,6005.2129348 +371,0.610266567,0.547265983,462,0.549774164,-0.463663986,4010.821057 +372,0.210731629,0.746815056,462,0.549774164,-0.463663986,4951.7355772 +373,-1.34931644,0.316895224,462,0.549774164,-0.463663986,7910.0062172 +374,2.407696481,0.655030745,462,0.549774164,-0.463663986,8174.9010568 +375,0.64207831,0.545359131,462,0.549774164,-0.463663986,4011.9576832 +376,1.174597538,0.840588356,462,0.549774164,-0.463663986,5622.7937547 +377,0.660059424,0.010604079,462,0.549774164,-0.463663986,1925.1697966 +378,-0.730263819,0.010486456,462,0.549774164,-0.463663986,5214.0714327 +379,0.831068936,0.512339172,462,0.549774164,-0.463663986,4010.7196936 +380,1.301180979,0.72367476,462,0.549774164,-0.463663986,5450.0069334 +381,1.811128231,0.322854402,462,0.549774164,-0.463663986,5759.7823812 +382,0.435105812,0.992284428,462,0.549774164,-0.463663986,5779.8151853 +383,0.62643634,0.592027932,462,0.549774164,-0.463663986,4191.5108094 +384,0.492988703,-0.516339467,462,0.549774164,-0.463663986,287.92559648 +385,-0.162469483,0.112549365,462,0.549774164,-0.463663986,3560.5400384 +386,0.314630866,0.472006421,462,0.549774164,-0.463663986,3813.0108125 +387,0.166744804,0.822815954,462,0.549774164,-0.463663986,5276.520169 +388,0.417159608,0.965805736,462,0.549774164,-0.463663986,5679.99447 +389,0.106334961,0.868774244,462,0.549774164,-0.463663986,5504.0525985 +390,0.815086969,-0.338144359,462,0.549774164,-0.463663986,1086.5810042 +391,0.59867455,-0.230624824,462,0.549774164,-0.463663986,940.75476396 +392,1.915104874,0.066220985,462,0.549774164,-0.463663986,5615.5536297 +393,1.278093622,0.064463721,462,0.549774164,-0.463663986,3484.8956547 +394,-0.061477853,0.302997961,462,0.549774164,-0.463663986,3840.460607 +395,0.251311504,0.626976942,462,0.549774164,-0.463663986,4461.7480296 +396,2.950242872,0.149095644,462,0.549774164,-0.463663986,9399.7142479 +397,-0.180294708,0.35375117,462,0.549774164,-0.463663986,4282.6671148 +398,1.010448592,-0.351180233,462,0.549774164,-0.463663986,1729.9740794 +399,-1.748740498,0.3686318073,462,0.549774164,-0.463663986,9383.7365031 +400,2.699635665,0.123533791,462,0.549774164,-0.463663986,8485.3860695 +401,0.496808033,0.823843254,462,0.549774164,-0.463663986,5103.3313738 +402,0.129574704,0.763364087,462,0.549774164,-0.463663986,5094.4318068 +403,1.798920311,0.817447563,462,0.549774164,-0.463663986,6749.4259358 +404,0.335987953,0.746786541,462,0.549774164,-0.463663986,4857.6596929 +405,-1.085413643,0.292154671,462,0.549774164,-0.463663986,6954.6162133 +406,-0.155321003,0.508207011,462,0.549774164,-0.463663986,4688.9203637 +407,0.620529244,-0.301175104,462,0.549774164,-0.463663986,693.9942048 +408,1.684402744,0.368716966,462,0.549774164,-0.463663986,5459.5695974 +409,0.300582244,-0.386397212,462,0.549774164,-0.463663986,949.16473211 +410,2.913555946,-0.009225192,462,0.549774164,-0.463663986,8937.2804392 +411,1.465101417,0.493232532,462,0.549774164,-0.463663986,5145.4147017 +412,0.090612882,0.907955955,462,0.549774164,-0.463663986,5662.1348199 +413,2.987564726,-0.729568594,462,0.549774164,-0.463663986,7060.8931459 +414,-1.484261606,0.224149272,462,0.549774164,-0.463663986,8246.1343876 +415,0.164073421,0.303955133,462,0.549774164,-0.463663986,3383.2359756 +416,0.141441293,0.167552546,462,0.549774164,-0.463663986,2952.6006942 +417,2.931321023,-0.506718887,462,0.549774164,-0.463663986,7637.3032239 +418,2.21951565,0.700596356,462,0.549774164,-0.463663986,7663.0684789 +419,0.268112576,1.199114336,462,0.549774164,-0.463663986,6637.2136896 +420,0.978913739,0.359223811,462,0.549774164,-0.463663986,3652.2723607 +421,1.210898818,0.522863584,462,0.549774164,-0.463663986,4642.2642026 +422,2.347397336,0.129231362,462,0.549774164,-0.463663986,7251.8684818 +423,0.614394501,0.556878345,462,0.549774164,-0.463663986,4049.7281827 +424,-1.398079356,0.148483366,462,0.549774164,-0.463663986,7816.7938743 +425,2.535303836,-0.112984496,462,0.549774164,-0.463663986,7460.7523254 +426,-1.019372593,-0.405322349,462,0.549774164,-0.463663986,5514.2777089 +427,-1.297785627,-0.160104069,462,0.549774164,-0.463663986,6898.4657022 +428,2.144554488,0.205051084,462,0.549774164,-0.463663986,6666.7429232 +429,-2.242387083,-0.426171285,462,0.549774164,-0.463663986,8674.2778929 +430,0.338637212,0.909723676,462,0.549774164,-0.463663986,5489.1883443 +431,-0.148798452,0.691042401,462,0.549774164,-0.463663986,5250.713128 +432,0.893524764,0.441829531,462,0.549774164,-0.463663986,3819.5728802 +433,0.969229347,-0.368847936,462,0.549774164,-0.463663986,1562.6360199 +434,0.436043248,0.800045688,462,0.549774164,-0.463663986,5022.2708191 +435,1.687946607,1.081504775,462,0.549774164,-0.463663986,7094.4737217 +436,0.522302046,-0.034889271,462,0.549774164,-0.463663986,1701.5872355 +437,-0.178996113,-0.438090009,462,0.549774164,-0.463663986,2588.6505284 +438,-1.094339566,0.301444068,462,0.549774164,-0.463663986,7000.6947845 +439,-1.064070054,0.242569932,462,0.549774164,-0.463663986,6797.4504893 +440,-1.068153768,0.230387998,462,0.549774164,-0.463663986,6790.9094235 +441,-3.00496892,-0.23989155,462,0.549774164,-0.463663986,9235.1507464 +442,0.21751974,0.766874888,462,0.549774164,-0.463663986,5021.238677 +443,0.117229532,0.007619006,462,0.549774164,-0.463663986,2491.4798486 +444,0.777758451,0.420554741,462,0.549774164,-0.463663986,3609.420054 +445,-0.252356999,0.250747086,462,0.549774164,-0.463663986,4187.3313114 +446,0.363148444,0.768483434,462,0.549774164,-0.463663986,4927.3318667 +447,0.903191366,-0.118210676,462,0.549774164,-0.463663986,1909.551922 +448,-0.205755923,0.149406178,462,0.549774164,-0.463663986,3784.5818979 +449,1.811996086,0.02364353,462,0.549774164,-0.463663986,5176.0442609 +450,-1.100670221,0.314845373,462,0.549774164,-0.463663986,7044.415313 +451,0.340078597,0.850105132,462,0.549774164,-0.463663986,5256.7012449 +452,0.258757267,0.804969236,462,0.549774164,-0.463663986,5132.7657834 +453,2.78505352,-0.155160804,462,0.549774164,-0.463663986,8186.1053226 +454,0.800551619,0.105822106,462,0.549774164,-0.463663986,2452.5555219 +455,0.437940882,-0.506194031,462,0.549774164,-0.463663986,426.48338068 +456,2.230431122,0.63458615,462,0.549774164,-0.463663986,7613.3839659 +457,0.527965361,0.127667701,462,0.549774164,-0.463663986,2343.7633657 +458,-0.063643205,0.702093448,462,0.549774164,-0.463663986,5140.8442046 +459,1.408447268,0.133010502,462,0.549774164,-0.463663986,4055.9462265 +460,0.523795955,0.280266966,462,0.549774164,-0.463663986,2948.406465 +461,-0.975769313,0.072177659,462,0.549774164,-0.463663986,6189.8238769 +462,0.549774164,-0.463663986,462,0.549774164,-0.463663986,0 +463,0.29245874,1.095549818,462,0.549774164,-0.463663986,6229.4167795 +464,0.143625958,0.816809593,462,0.549774164,-0.463663986,5276.381353 +465,0.671902494,0.611159853,462,0.549774164,-0.463663986,4281.9085448 +466,1.239840988,0.6724199,462,0.549774164,-0.463663986,5175.7600338 +467,0.607829703,-0.10932137,462,0.549774164,-0.463663986,1420.552077 +468,1.763020906,0.263996692,462,0.549774164,-0.463663986,5482.9433097 +469,0.378714634,0.726066797,462,0.549774164,-0.463663986,4754.0911665 +470,2.196736143,-0.153862366,462,0.549774164,-0.463663986,6216.829637 +471,0.01702415,0.148991565,462,0.549774164,-0.463663986,3175.2224025 +472,-2.998490902,-0.158002487,462,0.549774164,-0.463663986,9526.8474471 +473,-3.051262951,-0.346595608,462,0.549774164,-0.463663986,8781.1095216 +474,-1.069176439,0.182802941,462,0.549774164,-0.463663986,6712.9035766 +475,0.167157509,0.595344954,462,0.549774164,-0.463663986,4434.0921117 +476,0.613855648,0.681746124,462,0.549774164,-0.463663986,4543.1659233 +477,1.037012736,0.682555367,462,0.549774164,-0.463663986,4884.9168956 +478,-1.253574971,0.379755746,462,0.549774164,-0.463663986,7668.8756931 +479,3.108590453,-0.132620738,462,0.549774164,-0.463663986,9189.7009232 +480,0.565301296,0.022333262,462,0.549774164,-0.463663986,1925.9489726 +481,0.547898238,0.855555614,462,0.549774164,-0.463663986,5225.4330565 +482,0.948309381,0.417393755,462,0.549774164,-0.463663986,3808.6586485 +483,-0.050600732,0.945269213,462,0.549774164,-0.463663986,5946.1197052 +484,-0.977651478,-0.572363064,462,0.549774164,-0.463663986,5119.1445055 +485,1.102014914,0.728861163,462,0.549774164,-0.463663986,5138.4416101 +486,2.927300795,-0.282939414,462,0.549774164,-0.463663986,8274.2647255 +487,-1.154565557,0.124434095,462,0.549774164,-0.463663986,6913.3582832 +488,1.855331234,0.291044755,462,0.549774164,-0.463663986,5840.0098953 +489,0.830290659,0.276904518,462,0.549774164,-0.463663986,3125.7815735 +490,0.485104466,-0.234867441,462,0.549774164,-0.463663986,937.4906196 +491,0.521367572,-0.33161327,462,0.549774164,-0.463663986,533.21870194 +1,-1.539031704,0.7349710123,463,0.29245874,1.095549818,4107.75276 +2,-1.536990553,0.7349663874,463,0.29245874,1.095549818,4104.6868764 +3,-1.534951779,0.7349571355,463,0.29245874,1.095549818,4101.6372054 +4,-1.532906461,0.7349480293,463,0.29245874,1.095549818,4098.5740418 +5,-1.531320211,0.7346937278,463,0.29245874,1.095549818,4097.035468 +6,-1.539451648,0.7335131775,463,0.29245874,1.095549818,4113.3423381 +7,-1.537429487,0.7335445708,463,0.29245874,1.095549818,4110.1815949 +8,-1.535484998,0.7335658704,463,0.29245874,1.095549818,4107.1696703 +9,-1.533488396,0.7336036027,463,0.29245874,1.095549818,4104.0202943 +10,-1.531497785,0.7335842962,463,0.29245874,1.095549818,4101.0708057 +11,-1.530259379,0.7334777758,463,0.29245874,1.095549818,4099.5551756 +12,-1.5335454,0.7322346912,463,0.29245874,1.095549818,4108.7565475 +13,-1.531489083,0.7322238773,463,0.29245874,1.095549818,4105.6770753 +14,-1.530011122,0.7321679851,463,0.29245874,1.095549818,4103.6251675 +15,-1.53348106,0.7306614094,463,0.29245874,1.095549818,4114.0046294 +16,-1.531441779,0.7306962275,463,0.29245874,1.095549818,4110.7939863 +17,-1.529755654,0.7306933243,463,0.29245874,1.095549818,4108.2447298 +18,-1.533415048,0.7291384674,463,0.29245874,1.095549818,4119.0804671 +19,-1.531392093,0.7291705353,463,0.29245874,1.095549818,4115.901986 +20,-1.529296523,0.7291214933,463,0.29245874,1.095549818,4112.8857322 +21,-1.535280942,0.727267644,463,0.29245874,1.095549818,4128.2712075 +22,-1.533378158,0.7276139666,463,0.29245874,1.095549818,4124.207097 +23,-1.531340368,0.7276446587,463,0.29245874,1.095549818,4121.0088561 +24,-1.528960113,0.7276398177,463,0.29245874,1.095549818,4117.4076026 +25,-1.533313146,0.7260818349,463,0.29245874,1.095549818,4129.3183297 +26,-1.531259555,0.7260958115,463,0.29245874,1.095549818,4126.1509363 +27,-1.528926415,0.7260865555,463,0.29245874,1.095549818,4122.6340801 +28,-1.531226779,0.7245511789,463,0.29245874,1.095549818,4131.3530583 +29,-1.528904772,0.7245519194,463,0.29245874,1.095549818,4127.8170138 +30,-1.547195875,0.7409785979,463,0.29245874,1.095549818,4099.6103445 +31,-1.5451475,0.740980426,463,0.29245874,1.095549818,4096.5315072 +32,-1.543097679,0.7409798872,463,0.29245874,1.095549818,4093.4554036 +33,-1.540720364,0.7409892687,463,0.29245874,1.095549818,4089.8499248 +34,-1.547188511,0.7395198392,463,0.29245874,1.095549818,4104.5597987 +35,-1.545148587,0.7395226109,463,0.29245874,1.095549818,4101.4886186 +36,-1.543104538,0.7395314908,463,0.29245874,1.095549818,4098.3873746 +37,-1.540727751,0.7395306258,463,0.29245874,1.095549818,4094.8154172 +38,-1.547187029,0.7380014886,463,0.29245874,1.095549818,4109.7221042 +39,-1.545147315,0.7380012252,463,0.29245874,1.095549818,4106.6596834 +40,-1.54310719,0.7380060743,463,0.29245874,1.095549818,4103.5761535 +41,-1.540719671,0.7380068206,463,0.29245874,1.095549818,4099.9803757 +42,-1.547187189,0.7364799098,463,0.29245874,1.095549818,4114.899271 +43,-1.545149996,0.7364853874,463,0.29245874,1.095549818,4111.8192413 +44,-1.543106091,0.7364823484,463,0.29245874,1.095549818,4108.7549806 +45,-1.540717158,0.7364893901,463,0.29245874,1.095549818,4105.1334819 +46,-1.538663972,0.7410138672,463,0.29245874,1.095549818,4086.6718316 +47,-1.53695285,0.7409699132,463,0.29245874,1.095549818,4084.2436306 +48,-1.534910498,0.7409641297,463,0.29245874,1.095549818,4081.1840667 +49,-1.533145034,0.7409536636,463,0.29245874,1.095549818,4078.5553361 +50,-1.538681336,0.7395405883,463,0.29245874,1.095549818,4091.7002274 +51,-1.536999189,0.7395183096,463,0.29245874,1.095549818,4089.240671 +52,-1.534923633,0.7395144222,463,0.29245874,1.095549818,4086.1228423 +53,-1.533267822,0.7395654306,463,0.29245874,1.095549818,4083.4496782 +54,-1.53867273,0.7380151077,463,0.29245874,1.095549818,4096.8681804 +55,-1.536980576,0.7379994392,463,0.29245874,1.095549818,4094.3695434 +56,-1.534931522,0.7379944961,463,0.29245874,1.095549818,4091.2933979 +57,-1.533387952,0.7379480264,463,0.29245874,1.095549818,4089.1191138 +58,-1.538682279,0.7364914363,463,0.29245874,1.095549818,4102.0588049 +59,-1.536980704,0.7364810563,463,0.29245874,1.095549818,4099.5264593 +60,-1.534935567,0.7364752065,463,0.29245874,1.095549818,4096.4574486 +61,-1.533042592,0.7363876366,463,0.29245874,1.095549818,4093.8928714 +62,-1.545143426,0.7349628011,463,0.29245874,1.095549818,4116.9892577 +63,-1.543105297,0.7349691947,463,0.29245874,1.095549818,4113.8997362 +64,-1.541064533,0.7349647152,463,0.29245874,1.095549818,4110.840129 +65,-1.545411803,0.7334624714,463,0.29245874,1.095549818,4122.4987876 +66,-1.543446606,0.7334780896,463,0.29245874,1.095549818,4119.4863292 +67,-1.541475327,0.7334957295,463,0.29245874,1.095549818,4116.4549824 +68,-1.545401939,0.731963266,463,0.29245874,1.095549818,4127.5872739 +69,-1.54342253,0.7319915583,463,0.29245874,1.095549818,4124.5084691 +70,-1.541455867,0.7320216438,463,0.29245874,1.095549818,4121.4399438 +71,-1.545410146,0.7304422281,463,0.29245874,1.095549818,4132.7786816 +72,-1.543435491,0.7304713664,463,0.29245874,1.095549818,4129.7023596 +73,-1.541463105,0.7304997613,463,0.29245874,1.095549818,4126.6291586 +74,-1.545414768,0.7289194936,463,0.29245874,1.095549818,4137.9718685 +75,-1.543435774,0.7289538557,463,0.29245874,1.095549818,4134.8694044 +76,-1.541457714,0.7289765881,463,0.29245874,1.095549818,4131.8051038 +77,-1.539449415,0.7320555866,463,0.29245874,1.095549818,4118.2954002 +78,-1.537429183,0.7321097681,463,0.29245874,1.095549818,4115.058313 +79,-1.535472649,0.7321497267,463,0.29245874,1.095549818,4111.9630671 +80,-1.539457899,0.7305333307,463,0.29245874,1.095549818,4123.4859298 +81,-1.537453161,0.7305750503,463,0.29245874,1.095549818,4120.3127924 +82,-1.535479385,0.7306124949,463,0.29245874,1.095549818,4117.1981969 +83,-1.53946905,0.7290102593,463,0.29245874,1.095549818,4128.6846925 +84,-1.537459922,0.7290417293,463,0.29245874,1.095549818,4125.5379421 +85,-1.535451349,0.7290890157,463,0.29245874,1.095549818,4122.3353431 +86,-1.535522937,0.7279887191,463,0.29245874,1.095549818,4126.1855749 +87,-1.539442524,0.7274735939,463,0.29245874,1.095549818,4133.8741411 +88,-1.537424111,0.727521351,463,0.29245874,1.095549818,4130.6560194 +89,-1.539384641,0.7259505092,463,0.29245874,1.095549818,4138.9712535 +90,-1.537372391,0.7259947145,463,0.29245874,1.095549818,4135.7726186 +91,-1.535340789,0.7260435356,463,0.29245874,1.095549818,4132.5260383 +92,-1.539325716,0.7244369706,463,0.29245874,1.095549818,4144.0355642 +93,-1.537308932,0.7244801057,463,0.29245874,1.095549818,4140.8317823 +94,-1.535289068,0.7245247645,463,0.29245874,1.095549818,4137.6152396 +95,-1.533261366,0.7245550236,463,0.29245874,1.095549818,4134.4328721 +96,-1.539267302,0.722921924,463,0.29245874,1.095549818,4149.10705 +97,-1.537248972,0.7229660258,463,0.29245874,1.095549818,4145.8957157 +98,-1.535219431,0.7229916471,463,0.29245874,1.095549818,4142.7273558 +99,-1.53318962,0.7230212049,463,0.29245874,1.095549818,4139.5422207 +100,-1.531154816,0.7230299897,463,0.29245874,1.095549818,4136.4171895 +101,-1.528878341,0.7230370244,463,0.29245874,1.095549818,4132.9269269 +102,-1.539218189,0.7214009878,463,0.29245874,1.095549818,4154.2139714 +103,-1.537198791,0.7214422745,463,0.29245874,1.095549818,4151.0086967 +104,-1.535179266,0.7214634354,463,0.29245874,1.095549818,4147.8688437 +105,-1.533156501,0.7214944644,463,0.29245874,1.095549818,4144.6875255 +106,-1.53113574,0.7215166021,463,0.29245874,1.095549818,4141.5365786 +107,-1.528874248,0.7215345535,463,0.29245874,1.095549818,4138.0299844 +108,-1.539217656,0.7198512397,463,0.29245874,1.095549818,4159.4940993 +109,-1.537199919,0.7199428763,463,0.29245874,1.095549818,4156.1179519 +110,-1.545425832,0.727397149,463,0.29245874,1.095549818,4143.174846 +111,-1.543371177,0.7273916949,463,0.29245874,1.095549818,4140.0919306 +112,-1.541368852,0.7274523163,463,0.29245874,1.095549818,4136.8599993 +113,-1.545349067,0.7258710923,463,0.29245874,1.095549818,4148.2592831 +114,-1.54332671,0.7258603556,463,0.29245874,1.095549818,4145.2412104 +115,-1.541346831,0.7259242142,463,0.29245874,1.095549818,4142.030277 +116,-1.545324355,0.7243383958,463,0.29245874,1.095549818,4153.4462293 +117,-1.543292796,0.7243617413,463,0.29245874,1.095549818,4150.2962435 +118,-1.541295822,0.7244024384,463,0.29245874,1.095549818,4147.1364852 +119,-1.543193859,0.7205570215,463,0.29245874,1.095549818,4163.1163524 +120,-1.550257047,0.7386738187,463,0.29245874,1.095549818,4112.0385971 +121,-1.549335448,0.7311736483,463,0.29245874,1.095549818,4136.1957659 +122,-1.533478843,0.7179891343,463,0.29245874,1.095549818,4157.1127934 +123,-1.556150555,0.738907041,463,0.29245874,1.095549818,4120.0615703 +124,-1.554324226,0.733414257,463,0.29245874,1.095549818,4136.0477469 +125,-1.554290846,0.7288285332,463,0.29245874,1.095549818,4151.6363842 +126,-1.55122487,0.7219795312,463,0.29245874,1.095549818,4170.3977849 +127,-1.525104458,0.7229399862,463,0.29245874,1.095549818,4127.5019177 +128,-1.519607711,0.7236181429,463,0.29245874,1.095549818,4116.799082 +129,-1.513899999,0.7251107854,463,0.29245874,1.095549818,4102.9940302 +130,-1.536620762,0.7431061895,463,0.29245874,1.095549818,4076.49486 +131,-1.5369566,0.7460845958,463,0.29245874,1.095549818,4066.8991585 +132,-1.545345528,0.7447040685,463,0.29245874,1.095549818,4084.1766546 +133,-1.532813921,0.7432306626,463,0.29245874,1.095549818,4070.3349626 +134,-1.554788248,0.7382381001,463,0.29245874,1.095549818,4120.3043863 +135,-1.540348126,0.7301594274,463,0.29245874,1.095549818,4126.1032298 +136,-1.538016084,0.7239051786,463,0.29245874,1.095549818,4143.8614766 +137,-1.525288962,0.7258085137,463,0.29245874,1.095549818,4118.0384674 +138,-1.534326986,0.731241342,463,0.29245874,1.095549818,4113.3155882 +139,-1.530733872,0.7303625216,463,0.29245874,1.095549818,4110.8532938 +141,-1.534354939,0.7328219978,463,0.29245874,1.095549818,4107.9870848 +142,-1.53157084,0.7292888153,463,0.29245874,1.095549818,4115.7714159 +143,-1.525691035,0.7263799874,463,0.29245874,1.095549818,4116.710414 +144,-1.534031287,0.7495967835,463,0.29245874,1.095549818,4050.5987839 +145,-1.527714986,0.7283095957,463,0.29245874,1.095549818,4113.2386435 +146,-1.526189586,0.7271468292,463,0.29245874,1.095549818,4114.8656423 +147,-1.555177336,0.7375563366,463,0.29245874,1.095549818,4123.2087088 +148,-1.555080283,0.7312707794,463,0.29245874,1.095549818,4144.4898068 +149,-1.53856994,0.7224180299,463,0.29245874,1.095549818,4149.7659861 +150,-1.530837883,0.729933372,463,0.29245874,1.095549818,4112.468957 +151,-1.515066984,0.5854133365,463,0.29245874,1.095549818,4583.8157982 +152,-1.534731633,0.5368370046,463,0.29245874,1.095549818,4784.2803532 +153,-1.515231902,0.5607085576,463,0.29245874,1.095549818,4669.7395879 +154,-2.616253799,1.0684566605,463,0.29245874,1.095549818,3843.7400102 +155,-1.956071439,0.5792177723,463,0.29245874,1.095549818,5234.9434638 +156,-1.951208514,0.5602434208,463,0.29245874,1.095549818,5298.8684751 +157,-1.944675062,0.6062144545,463,0.29245874,1.095549818,5121.75083 +158,-1.613778386,0.6077989518,463,0.29245874,1.095549818,4660.2358218 +159,-2.035029014,0.6021432345,463,0.29245874,1.095549818,5242.4591169 +160,-2.114989471,0.6801825058,463,0.29245874,1.095549818,5035.2025499 +161,-2.037382079,0.5765830025,463,0.29245874,1.095549818,5340.2559418 +162,-2.129855121,0.6585019963,463,0.29245874,1.095549818,5131.2877907 +163,-2.075141798,0.6493615843,463,0.29245874,1.095549818,5109.9673521 +164,-1.828626729,0.6948433129,463,0.29245874,1.095549818,4654.3045926 +165,-1.863329418,0.6735427691,463,0.29245874,1.095549818,4775.3049782 +166,-1.266037071,0.727988852,463,0.29245874,1.095549818,3693.5994818 +167,-1.277579582,0.7249010648,463,0.29245874,1.095549818,3723.0825092 +168,-1.258418684,0.7241194816,463,0.29245874,1.095549818,3693.3407809 +169,-1.317813974,0.6804850104,463,0.29245874,1.095549818,3936.9120646 +170,-1.344165204,0.6790988904,463,0.29245874,1.095549818,3985.5980828 +171,-1.427582102,0.5277120351,463,0.29245874,1.095549818,4639.4339227 +172,-1.402238616,0.457167829,463,0.29245874,1.095549818,4840.4057671 +173,-1.422454264,0.4996161999,463,0.29245874,1.095549818,4727.851881 +174,-1.439089277,0.4894859811,463,0.29245874,1.095549818,4791.0679988 +175,-1.448126995,0.5182330266,463,0.29245874,1.095549818,4706.6415503 +176,-1.474626146,0.5881926574,463,0.29245874,1.095549818,4508.8522275 +177,-1.421139645,0.5584869783,463,0.29245874,1.095549818,4522.6814234 +178,-1.457037165,0.565943032,463,0.29245874,1.095549818,4556.662071 +179,-2.757159358,0.3745319,463,0.29245874,1.095549818,6613.6898077 +180,-2.714309238,0.342054471,463,0.29245874,1.095549818,6733.8688288 +181,-2.000525337,0.774119946,463,0.29245874,1.095549818,4568.774466 +183,-1.571413436,0.6777838382,463,0.29245874,1.095549818,4352.605442 +184,-1.552860289,0.6987663893,463,0.29245874,1.095549818,4252.2829702 +185,-1.521852374,0.7165827476,463,0.29245874,1.095549818,4144.1365961 +186,-1.503656267,0.6928968252,463,0.29245874,1.095549818,4196.5913165 +187,-1.502753178,0.7136205882,463,0.29245874,1.095549818,4124.7805893 +188,-1.631894563,0.7343596465,463,0.29245874,1.095549818,4246.6883997 +189,-1.653765416,0.6770714026,463,0.29245874,1.095549818,4477.4230445 +190,-1.719812114,0.6715965947,463,0.29245874,1.095549818,4590.8876597 +191,-1.493406659,0.6646955447,463,0.29245874,1.095549818,4276.646081 +192,-1.469120564,0.6613469966,463,0.29245874,1.095549818,4249.458727 +193,-1.590551461,0.5326612937,463,0.29245874,1.095549818,4887.8306021 +194,-1.625979264,0.5247742243,463,0.29245874,1.095549818,4970.9894165 +195,-1.572293943,0.5238808754,463,0.29245874,1.095549818,4889.766728 +196,-1.610848725,0.5477107964,463,0.29245874,1.095549818,4866.6422818 +197,-1.208485554,0.7918526018,463,0.29245874,1.095549818,3391.8634728 +198,-1.335601374,0.6869083083,463,0.29245874,1.095549818,3945.339358 +199,-1.346156996,0.6825213377,463,0.29245874,1.095549818,3977.5098928 +200,-1.324381037,0.6741422347,463,0.29245874,1.095549818,3969.0198402 +201,-1.242424992,0.7378949807,463,0.29245874,1.095549818,3621.5933707 +202,-1.270370057,0.7392461008,463,0.29245874,1.095549818,3664.2846346 +203,-1.448950472,0.7441675014,463,0.29245874,1.095549818,3938.1668483 +204,-1.492662363,0.7523026852,463,0.29245874,1.095549818,3978.6692501 +205,-1.479098966,0.7763855017,463,0.29245874,1.095549818,3877.3316123 +206,-1.633760714,0.7869022408,463,0.29245874,1.095549818,4068.4898369 +207,-1.647406434,0.8101289331,463,0.29245874,1.095549818,4007.8794043 +208,-1.564245052,0.5701509278,463,0.29245874,1.095549818,4715.0780139 +209,-1.646289963,0.6833746083,463,0.29245874,1.095549818,4444.5447247 +210,-1.5820631,0.6751952144,463,0.29245874,1.095549818,4377.667394 +211,-1.613236298,0.6681681791,463,0.29245874,1.095549818,4448.8052029 +212,-1.914661867,0.8212566515,463,0.29245874,1.095549818,4303.4028334 +213,-1.742133237,0.7250275956,463,0.29245874,1.095549818,4432.8928802 +214,-2.033144872,0.6557314699,463,0.29245874,1.095549818,5041.2055647 +215,-2.039551981,0.6964723658,463,0.29245874,1.095549818,4896.9373883 +216,-1.247341019,0.7622473908,463,0.29245874,1.095549818,3551.387512 +217,-1.298239787,0.7084123392,463,0.29245874,1.095549818,3811.7815057 +218,-1.308539688,0.6926545592,463,0.29245874,1.095549818,3881.0216343 +219,-1.303263185,0.6888938396,463,0.29245874,1.095549818,3884.5859683 +220,-1.852400229,0.6004246149,463,0.29245874,1.095549818,5025.9770248 +221,-1.288947707,0.7473773692,463,0.29245874,1.095549818,3668.9032933 +222,-1.372031502,0.7472790993,463,0.29245874,1.095549818,3805.4319251 +223,-1.289805721,0.7242157877,463,0.29245874,1.095549818,3745.8250107 +224,-1.350807603,0.7533498126,463,0.29245874,1.095549818,3751.1177885 +225,-1.329290365,0.7560442322,463,0.29245874,1.095549818,3707.237616 +226,-1.410153004,0.616936428,463,0.29245874,1.095549818,4304.5786438 +227,-1.393445434,0.6308995063,463,0.29245874,1.095549818,4229.4966769 +228,-1.37595573,0.6241540638,463,0.29245874,1.095549818,4223.1933631 +229,-1.358388707,0.6172645205,463,0.29245874,1.095549818,4217.0064177 +230,-1.753741133,0.8281661666,463,0.29245874,1.095549818,4086.2224391 +231,-1.47430987,0.6834615681,463,0.29245874,1.095549818,4182.5499643 +232,-1.421012508,0.7222725206,463,0.29245874,1.095549818,3967.0620699 +233,-1.4476833,0.6978557868,463,0.29245874,1.095549818,4091.5579939 +234,-1.470370723,0.6966193374,463,0.29245874,1.095549818,4131.7312199 +235,-1.429211703,0.7037216883,463,0.29245874,1.095549818,4042.3016823 +236,-1.700578405,0.6178673663,463,0.29245874,1.095549818,4753.6229409 +237,-1.678117619,0.6331716163,463,0.29245874,1.095549818,4666.9518202 +238,-1.725644578,0.6316331145,463,0.29245874,1.095549818,4740.6838992 +239,-2.14012759,0.7930497945,463,0.29245874,1.095549818,4635.6574333 +240,-2.103289431,0.7653606263,463,0.29245874,1.095549818,4705.0486858 +241,-1.318739838,0.7017808746,463,0.29245874,1.095549818,3867.9368548 +242,-1.396417427,0.7077900843,463,0.29245874,1.095549818,3975.8185661 +243,-1.35650337,0.7185539404,463,0.29245874,1.095549818,3874.9723187 +244,-1.248884539,0.7274156818,463,0.29245874,1.095549818,3666.4923411 +245,-1.395014798,0.5761185243,463,0.29245874,1.095549818,4418.4721982 +246,-1.433377362,0.6064716109,463,0.29245874,1.095549818,4378.5992281 +247,-1.408172432,0.5903155476,463,0.29245874,1.095549818,4392.0121272 +248,-1.749645898,0.7757118084,463,0.29245874,1.095549818,4264.5020549 +249,-1.571626686,0.615046989,463,0.29245874,1.095549818,4570.2103077 +250,-1.514070049,0.6303003037,463,0.29245874,1.095549818,4427.2582364 +251,-1.480890369,0.6237966528,463,0.29245874,1.095549818,4396.6411755 +252,-1.704390658,0.5281680612,463,0.29245874,1.095549818,5078.1087839 +253,-1.64434733,0.5254277498,463,0.29245874,1.095549818,4997.0426066 +254,-1.703855997,0.4792484842,463,0.29245874,1.095549818,5252.0608961 +255,-1.692002383,0.5748825051,463,0.29245874,1.095549818,4893.5157638 +256,-1.854136457,0.5544643913,463,0.29245874,1.095549818,5195.1565293 +257,-1.665021206,0.520317736,463,0.29245874,1.095549818,5046.7912891 +258,-1.733654349,0.4845187345,463,0.29245874,1.095549818,5277.7597632 +259,-1.720938188,0.5135933906,463,0.29245874,1.095549818,5154.7276338 +260,-1.742668307,0.553296122,463,0.29245874,1.095549818,5044.3754581 +261,-1.965659039,0.7142126903,463,0.29245874,1.095549818,4750.1511332 +262,-1.944438071,0.6772834804,463,0.29245874,1.095549818,4860.8364988 +263,-1.270340967,0.7681487096,463,0.29245874,1.095549818,3570.8220841 +264,-1.353091884,0.6549276821,463,0.29245874,1.095549818,4081.3066294 +265,-1.333236659,0.6413584414,463,0.29245874,1.095549818,4093.4643711 +266,-1.352015998,0.6753788907,463,0.29245874,1.095549818,4011.0744557 +267,-1.377988483,0.6577816235,463,0.29245874,1.095549818,4113.1512065 +268,-2.13075611,0.8318642051,463,0.29245874,1.095549818,4482.049235 +269,-2.097910953,0.8259670014,463,0.29245874,1.095549818,4474.2167192 +270,-1.416382069,0.6694271549,463,0.29245874,1.095549818,4136.9870735 +271,-1.538905672,0.7535625993,463,0.29245874,1.095549818,4044.4829748 +272,-1.572309477,0.7803125099,463,0.29245874,1.095549818,4003.1590053 +273,-1.87759879,0.7503853417,463,0.29245874,1.095549818,4515.5787629 +274,1.152365588,0.590457682,463,0.29245874,1.095549818,2904.1092193 +275,0.350198001,0.718001859,463,0.29245874,1.095549818,1501.6256442 +276,0.046513677,0.491503852,463,0.29245874,1.095549818,2476.0165576 +277,0.027510309,0.742571376,463,0.29245874,1.095549818,1527.2390275 +278,0.306285725,-0.214631579,463,0.29245874,1.095549818,5189.8037013 +279,-1.100564889,0.318051531,463,0.29245874,1.095549818,4784.7751315 +280,-1.078582306,0.301437596,463,0.29245874,1.095549818,4802.6641267 +281,-1.137371989,-0.617634065,463,0.29245874,1.095549818,8126.52025 +282,0.784356344,0.703272339,463,0.29245874,1.095549818,1938.1048151 +283,-1.221209947,0.218327455,463,0.29245874,1.095549818,5351.0361142 +284,2.347301921,-0.449114658,463,0.29245874,1.095549818,8662.3559535 +285,0.246820618,0.830553713,463,0.29245874,1.095549818,1054.4984204 +286,0.829414965,0.703288228,463,0.29245874,1.095549818,2002.2760497 +287,-1.337537566,0.42332223,463,0.29245874,1.095549818,4845.3188756 +288,0.882453706,0.454478077,463,0.29245874,1.095549818,2969.2075678 +289,1.575629659,0.416419109,463,0.29245874,1.095549818,4246.1924673 +290,-1.039455679,0.229888244,463,0.29245874,1.095549818,4981.6340592 +291,0.489558039,0.934482747,463,0.29245874,1.095549818,757.01883924 +292,0.081344504,0.88384514,463,0.29245874,1.095549818,952.40970292 +293,-1.547979814,0.300350308,463,0.29245874,1.095549818,5638.9911146 +294,0.040776181,0.168560074,463,0.29245874,1.095549818,3741.7259753 +295,-1.130374745,0.563894876,463,0.29245874,1.095549818,3998.7318758 +296,1.578326642,0.478507176,463,0.29245874,1.095549818,4039.1518372 +297,-1.12861823,-0.291640865,463,0.29245874,1.095549818,6980.3000777 +298,0.310524208,0.770885792,463,0.29245874,1.095549818,1286.659049 +299,0.415649091,-0.387246002,463,0.29245874,1.095549818,5886.119698 +300,-0.926533878,-0.188022748,463,0.29245874,1.095549818,6266.7281754 +301,1.258856172,-0.11716081,463,0.29245874,1.095549818,5608.315351 +302,-1.126050026,0.322941926,463,0.29245874,1.095549818,4813.9907546 +303,2.002785835,0.07893892,463,0.29245874,1.095549818,6195.4654235 +304,0.440437607,0.746258085,463,0.29245874,1.095549818,1425.432554 +305,-0.030391866,0.214441206,463,0.29245874,1.095549818,3607.2574634 +306,0.521557815,-0.058929362,463,0.29245874,1.095549818,4624.4330871 +307,-0.097005111,0.13317729,463,0.29245874,1.095549818,3973.646203 +308,1.83113859,0.221857587,463,0.29245874,1.095549818,5383.9184038 +309,0.222428864,0.099404236,463,0.29245874,1.095549818,3950.9966302 +310,-1.702731345,0.8728568183,463,0.29245874,1.095549818,3866.6882859 +311,-0.418507569,0.278324921,463,0.29245874,1.095549818,3782.4978524 +312,-1.41153306,0.339029988,463,0.29245874,1.095549818,5268.3951159 +313,0.357560442,0.114788776,463,0.29245874,1.095549818,3889.3828355 +314,0.325818979,0.268352149,463,0.29245874,1.095549818,3277.8507867 +315,-1.246004659,-0.663679965,463,0.29245874,1.095549818,8463.102063 +316,1.814603087,0.637404484,463,0.29245874,1.095549818,3929.1819384 +317,1.843704281,-0.18300445,463,0.29245874,1.095549818,6830.432921 +318,1.690644492,-0.211480909,463,0.29245874,1.095549818,6657.7573407 +319,-1.275451936,0.068109467,463,0.29245874,1.095549818,5976.8511739 +320,0.762430171,-0.207594741,463,0.29245874,1.095549818,5359.8566226 +321,0.265668905,-0.014647884,463,0.29245874,1.095549818,4398.218976 +322,-2.773032013,-0.335515811,463,0.29245874,1.095549818,9426.1711333 +323,-1.469512853,0.174058777,463,0.29245874,1.095549818,5950.9345485 +324,0.286276986,0.785925691,463,0.29245874,1.095549818,1226.5014848 +325,-1.379324697,0.377432233,463,0.29245874,1.095549818,5077.9485803 +326,-1.203778265,0.212813032,463,0.29245874,1.095549818,5338.7742714 +327,0.579916301,0.611743168,463,0.29245874,1.095549818,2043.3852452 +328,0.267582642,0.868113908,463,0.29245874,1.095549818,902.47941992 +329,0.412869244,-0.050245578,463,0.29245874,1.095549818,4552.8697735 +330,0.17524381,0.976660285,463,0.29245874,1.095549818,526.36884936 +331,0.743157214,0.204812899,463,0.29245874,1.095549818,3751.1491291 +332,-1.070758176,0.269382282,463,0.29245874,1.095549818,4900.139593 +333,-1.230364251,0.329790229,463,0.29245874,1.095549818,4978.7937953 +334,-1.374813124,-0.024926835,463,0.29245874,1.095549818,6484.4261729 +335,0.519780566,0.463669906,463,0.29245874,1.095549818,2572.6450685 +336,-1.55108034,0.239698561,463,0.29245874,1.095549818,5859.5026638 +337,0.180294813,0.029739425,463,0.29245874,1.095549818,4234.6703398 +338,0.67820924,0.268170153,463,0.29245874,1.095549818,3448.3534289 +339,0.445798684,1.024001867,463,0.29245874,1.095549818,409.910669 +340,0.691751283,0.150521402,463,0.29245874,1.095549818,3914.5457136 +341,-1.036643551,-0.903056181,463,0.29245874,1.095549818,8923.5521556 +342,-0.120287036,1.083325163,463,0.29245874,1.095549818,754.19629646 +343,2.823513113,-0.304487164,463,0.29245874,1.095549818,8892.2141519 +344,0.457583172,1.12513373,463,0.29245874,1.095549818,312.99299378 +345,0.042918831,0.813795399,463,0.29245874,1.095549818,1247.2038603 +346,1.196146777,-0.853142756,463,0.29245874,1.095549818,8221.713647 +347,0.206001358,-0.010430701,463,0.29245874,1.095549818,4388.3577215 +348,-0.268308653,0.234799412,463,0.29245874,1.095549818,3753.0456187 +349,0.759363263,0.736189579,463,0.29245874,1.095549818,1788.0570328 +350,0.181363926,0.891988372,463,0.29245874,1.095549818,840.30116622 +351,-0.021111158,0.139103292,463,0.29245874,1.095549818,3894.6002189 +352,-0.093355215,0.630686981,463,0.29245874,1.095549818,2068.4692663 +353,0.40118964,0.681375926,463,0.29245874,1.095549818,1661.0785047 +354,-0.721197315,1.304706234,463,0.29245874,1.095549818,1579.8571511 +355,-1.076150317,0.212107639,463,0.29245874,1.095549818,5110.1264755 +356,-1.577164531,0.273993443,463,0.29245874,1.095549818,5781.693412 +357,-0.190788414,0.182208586,463,0.29245874,1.095549818,3869.5831937 +358,-0.261349752,0.209710184,463,0.29245874,1.095549818,3840.0273441 +359,-1.029303852,0.083549259,463,0.29245874,1.095549818,5478.509436 +360,-1.268609162,0.330525297,463,0.29245874,1.095549818,5044.9610967 +361,1.282982244,-0.926641967,463,0.29245874,1.095549818,8577.9602742 +362,0.217352334,0.731352408,463,0.29245874,1.095549818,1453.2244818 +363,-1.511833084,0.258629297,463,0.29245874,1.095549818,5725.2436291 +364,0.338812194,0.823184618,463,0.29245874,1.095549818,1083.7477964 +365,-0.324406489,1.134201999,463,0.29245874,1.095549818,1072.0971453 +366,1.389579348,0.399185724,463,0.29245874,1.095549818,3972.2713227 +367,2.047152199,-0.039082036,463,0.29245874,1.095549818,6691.8031478 +368,0.947780369,0.568250077,463,0.29245874,1.095549818,2650.9297241 +369,0.763824846,0.576754987,463,0.29245874,1.095549818,2367.7741599 +370,-0.142334657,0.928153068,463,0.29245874,1.095549818,1116.9055801 +371,0.610266567,0.547265983,463,0.29245874,1.095549818,2316.1703348 +372,0.210731629,0.746815056,463,0.29245874,1.095549818,1394.2720327 +373,-1.34931644,0.316895224,463,0.29245874,1.095549818,5236.3890886 +374,2.407696481,0.655030745,463,0.29245874,1.095549818,4789.776603 +375,0.64207831,0.545359131,463,0.29245874,1.095549818,2352.4746504 +376,1.174597538,0.840588356,463,0.29245874,1.095549818,2148.7924348 +377,0.660059424,0.010604079,463,0.29245874,1.095549818,4433.1880147 +378,-0.730263819,0.010486456,463,0.29245874,1.095549818,5230.3871726 +379,0.831068936,0.512339172,463,0.29245874,1.095549818,2689.2949435 +380,1.301180979,0.72367476,463,0.29245874,1.095549818,2731.5009429 +381,1.811128231,0.322854402,463,0.29245874,1.095549818,4995.410729 +382,0.435105812,0.992284428,463,0.29245874,1.095549818,497.21336584 +383,0.62643634,0.592027932,463,0.29245874,1.095549818,2160.4089385 +384,0.492988703,-0.516339467,463,0.29245874,1.095549818,6416.3090762 +385,-0.162469483,0.112549365,463,0.29245874,1.095549818,4109.9472436 +386,0.314630866,0.472006421,463,0.29245874,1.095549818,2470.5347974 +387,0.166744804,0.822815954,463,0.29245874,1.095549818,1115.8438805 +388,0.417159608,0.965805736,463,0.29245874,1.095549818,572.46792721 +389,0.106334961,0.868774244,463,0.29245874,1.095549818,984.13393103 +390,0.815086969,-0.338144359,463,0.29245874,1.095549818,5908.4698799 +391,0.59867455,-0.230624824,463,0.29245874,1.095549818,5337.3562184 +392,1.915104874,0.066220985,463,0.29245874,1.095549818,6082.5567257 +393,1.278093622,0.064463721,463,0.29245874,1.095549818,4975.6114541 +394,-0.061477853,0.302997961,463,0.29245874,1.095549818,3287.173321 +395,0.251311504,0.626976942,463,0.29245874,1.095549818,1858.7660473 +396,2.950242872,0.149095644,463,0.29245874,1.095549818,7298.5323417 +397,-0.180294708,0.35375117,463,0.29245874,1.095549818,3204.7017739 +398,1.010448592,-0.351180233,463,0.29245874,1.095549818,6151.8706277 +399,-1.748740498,0.3686318073,463,0.29245874,1.095549818,5717.7041488 +400,2.699635665,0.123533791,463,0.29245874,1.095549818,7130.8365031 +401,0.496808033,0.823843254,463,0.29245874,1.095549818,1167.8952511 +402,0.129574704,0.763364087,463,0.29245874,1.095549818,1367.9433718 +403,1.798920311,0.817447563,463,0.29245874,1.095549818,3320.6904894 +404,0.335987953,0.746786541,463,0.29245874,1.095549818,1385.1334008 +405,-1.085413643,0.292154671,463,0.29245874,1.095549818,4847.3309047 +406,-0.155321003,0.508207011,463,0.29245874,1.095549818,2594.7218262 +407,0.620529244,-0.301175104,463,0.29245874,1.095549818,5625.9695274 +408,1.684402744,0.368716966,463,0.29245874,1.095549818,4607.4248774 +409,0.300582244,-0.386397212,463,0.29245874,1.095549818,5870.0477968 +410,2.913555946,-0.009225192,463,0.29245874,1.095549818,7874.2292643 +411,1.465101417,0.493232532,463,0.29245874,1.095549818,3784.4337945 +412,0.090612882,0.907955955,463,0.29245874,1.095549818,856.00024191 +413,2.987564726,-0.729568594,463,0.29245874,1.095549818,10660.384602 +414,-1.484261606,0.224149272,463,0.29245874,1.095549818,5799.5665401 +415,0.164073421,0.303955133,463,0.29245874,1.095549818,3155.4609757 +416,0.141441293,0.167552546,463,0.29245874,1.095549818,3701.1466969 +417,2.931321023,-0.506718887,463,0.29245874,1.095549818,9778.9587805 +418,2.21951565,0.700596356,463,0.29245874,1.095549818,4367.5817333 +419,0.268112576,1.199114336,463,0.29245874,1.095549818,412.10166302 +420,0.978913739,0.359223811,463,0.29245874,1.095549818,3450.7747836 +421,1.210898818,0.522863584,463,0.29245874,1.095549818,3234.6922447 +422,2.347397336,0.129231362,463,0.29245874,1.095549818,6605.1690284 +423,0.614394501,0.556878345,463,0.29245874,1.095549818,2283.0810305 +424,-1.398079356,0.148483366,463,0.29245874,1.095549818,5914.6890074 +425,2.535303836,-0.112984496,463,0.29245874,1.095549818,7780.0692168 +426,-1.019372593,-0.405322349,463,0.29245874,1.095549818,7193.933109 +427,-1.297785627,-0.160104069,463,0.29245874,1.095549818,6820.4812668 +428,2.144554488,0.205051084,463,0.29245874,1.095549818,5997.2413673 +429,-2.242387083,-0.426171285,463,0.29245874,1.095549818,9348.2367097 +430,0.338637212,0.909723676,463,0.29245874,1.095549818,742.45029244 +431,-0.148798452,0.691042401,463,0.29245874,1.095549818,1913.8578289 +432,0.893524764,0.441829531,463,0.29245874,1.095549818,3030.4461766 +433,0.969229347,-0.368847936,463,0.29245874,1.095549818,6173.8584397 +434,0.436043248,0.800045688,463,0.29245874,1.095549818,1214.312907 +435,1.687946607,1.081504775,463,0.29245874,1.095549818,2397.4177069 +436,0.522302046,-0.034889271,463,0.29245874,1.095549818,4530.1632339 +437,-0.178996113,-0.438090009,463,0.29245874,1.095549818,6253.8259309 +438,-1.094339566,0.301444068,463,0.29245874,1.095549818,4831.1885786 +439,-1.064070054,0.242569932,463,0.29245874,1.095549818,4981.6813262 +440,-1.068153768,0.230387998,463,0.29245874,1.095549818,5031.6710933 +441,-3.00496892,-0.23989155,463,0.29245874,1.095549818,9026.4172227 +442,0.21751974,0.766874888,463,0.29245874,1.095549818,1313.1815561 +443,0.117229532,0.007619006,463,0.29245874,1.095549818,4340.5651948 +444,0.777758451,0.420554741,463,0.29245874,1.095549818,2966.1391485 +445,-0.252356999,0.250747086,463,0.29245874,1.095549818,3674.4692034 +446,0.363148444,0.768483434,463,0.29245874,1.095549818,1305.6017273 +447,0.903191366,-0.118210676,463,0.29245874,1.095549818,5149.8616162 +448,-0.205755923,0.149406178,463,0.29245874,1.095549818,4010.1799261 +449,1.811996086,0.02364353,463,0.29245874,1.095549818,6045.7660233 +450,-1.100670221,0.314845373,463,0.29245874,1.095549818,4796.0968798 +451,0.340078597,0.850105132,463,0.29245874,1.095549818,977.77050816 +452,0.258757267,0.804969236,463,0.29245874,1.095549818,1153.4768294 +453,2.78505352,-0.155160804,463,0.29245874,1.095549818,8284.7721414 +454,0.800551619,0.105822106,463,0.29245874,1.095549818,4186.9934263 +455,0.437940882,-0.506194031,463,0.29245874,1.095549818,6361.2614134 +456,2.230431122,0.63458615,463,0.29245874,1.095549818,4614.0575887 +457,0.527965361,0.127667701,463,0.29245874,1.095549818,3893.7143711 +458,-0.063643205,0.702093448,463,0.29245874,1.095549818,1771.2555689 +459,1.408447268,0.133010502,463,0.29245874,1.095549818,4943.6325551 +460,0.523795955,0.280266966,463,0.29245874,1.095549818,3292.6012209 +461,-0.975769313,0.072177659,463,0.29245874,1.095549818,5423.9090517 +462,0.549774164,-0.463663986,463,0.29245874,1.095549818,6229.4167795 +463,0.29245874,1.095549818,463,0.29245874,1.095549818,0 +464,0.143625958,0.816809593,463,0.29245874,1.095549818,1152.8903203 +465,0.671902494,0.611159853,463,0.29245874,1.095549818,2134.3428642 +466,1.239840988,0.6724199,463,0.29245874,1.095549818,2785.0425503 +467,0.607829703,-0.10932137,463,0.29245874,1.095549818,4867.2201914 +468,1.763020906,0.263996692,463,0.29245874,1.095549818,5113.3899072 +469,0.378714634,0.726066797,463,0.29245874,1.095549818,1477.4115678 +470,2.196736143,-0.153862366,463,0.29245874,1.095549818,7363.6918592 +471,0.01702415,0.148991565,463,0.29245874,1.095549818,3831.9614396 +472,-2.998490902,-0.158002487,463,0.29245874,1.095549818,8705.5609654 +473,-3.051262951,-0.346595608,463,0.29245874,1.095549818,9426.6182953 +474,-1.069176439,0.182802941,463,0.29245874,1.095549818,5200.3235351 +475,0.167157509,0.595344954,463,0.29245874,1.095549818,2005.7035503 +476,0.613855648,0.681746124,463,0.29245874,1.095549818,1809.9477573 +477,1.037012736,0.682555367,463,0.29245874,1.095549818,2400.0808712 +478,-1.253574971,0.379755746,463,0.29245874,1.095549818,4847.2162505 +479,3.108590453,-0.132620738,463,0.29245874,1.095549818,8515.9186214 +480,0.565301296,0.022333262,463,0.29245874,1.095549818,4326.8952493 +481,0.547898238,0.855555614,463,0.29245874,1.095549818,1101.205793 +482,0.948309381,0.417393755,463,0.29245874,1.095549818,3194.975767 +483,-0.050600732,0.945269213,463,0.29245874,1.095549818,920.51130415 +484,-0.977651478,-0.572363064,463,0.29245874,1.095549818,7713.2861624 +485,1.102014914,0.728861163,463,0.29245874,1.095549818,2360.2954538 +486,2.927300795,-0.282939414,463,0.29245874,1.095549818,8933.7556083 +487,-1.154565557,0.124434095,463,0.29245874,1.095549818,5559.6911396 +488,1.855331234,0.291044755,463,0.29245874,1.095549818,5185.7279447 +489,0.830290659,0.276904518,463,0.29245874,1.095549818,3567.6071988 +490,0.485104466,-0.234867441,463,0.29245874,1.095549818,5303.3202383 +491,0.521367572,-0.33161327,463,0.29245874,1.095549818,5698.1230158 +1,-1.539031704,0.7349710123,464,0.143625958,0.816809593,4451.935099 +2,-1.536990553,0.7349663874,464,0.143625958,0.816809593,4447.4209327 +3,-1.534951779,0.7349571355,464,0.143625958,0.816809593,4442.9205205 +4,-1.532906461,0.7349480293,464,0.143625958,0.816809593,4438.4016517 +5,-1.531320211,0.7346937278,464,0.143625958,0.816809593,4435.5350427 +6,-1.539451648,0.7335131775,464,0.143625958,0.816809593,4456.6586748 +7,-1.537429487,0.7335445708,464,0.143625958,0.816809593,4452.0898753 +8,-1.535484998,0.7335658704,464,0.143625958,0.816809593,4447.7165605 +9,-1.533488396,0.7336036027,464,0.143625958,0.816809593,4443.1816886 +10,-1.531497785,0.7335842962,464,0.143625958,0.816809593,4438.8048463 +11,-1.530259379,0.7334777758,464,0.143625958,0.816809593,4436.3250086 +12,-1.5335454,0.7322346912,464,0.143625958,0.816809593,4446.8612928 +13,-1.531489083,0.7322238773,464,0.143625958,0.816809593,4442.3127114 +14,-1.530011122,0.7321679851,464,0.143625958,0.816809593,4439.1659427 +15,-1.53348106,0.7306614094,464,0.143625958,0.816809593,4450.8038364 +16,-1.531441779,0.7306962275,464,0.143625958,0.816809593,4446.1705115 +17,-1.529755654,0.7306933243,464,0.143625958,0.816809593,4442.419257 +18,-1.533415048,0.7291384674,464,0.143625958,0.816809593,4454.6142161 +19,-1.531392093,0.7291705353,464,0.143625958,0.816809593,4450.0202656 +20,-1.529296523,0.7291214933,464,0.143625958,0.816809593,4445.4713664 +21,-1.535280942,0.727267644,464,0.143625958,0.816809593,4463.6409313 +22,-1.533378158,0.7276139666,464,0.143625958,0.816809593,4458.4958558 +23,-1.531340368,0.7276446587,464,0.143625958,0.816809593,4453.8682711 +24,-1.528960113,0.7276398177,464,0.143625958,0.816809593,4448.564399 +25,-1.533313146,0.7260818349,464,0.143625958,0.816809593,4462.3369167 +26,-1.531259555,0.7260958115,464,0.143625958,0.816809593,4457.7133033 +27,-1.528926415,0.7260865555,464,0.143625958,0.816809593,4452.5213822 +28,-1.531226779,0.7245511789,464,0.143625958,0.816809593,4461.6570715 +29,-1.528904772,0.7245519194,464,0.143625958,0.816809593,4456.4594269 +30,-1.547195875,0.7409785979,464,0.143625958,0.816809593,4454.3370527 +31,-1.5451475,0.740980426,464,0.143625958,0.816809593,4449.8204147 +32,-1.543097679,0.7409798872,464,0.143625958,0.816809593,4445.3031861 +33,-1.540720364,0.7409892687,464,0.143625958,0.816809593,4440.0338109 +34,-1.547188511,0.7395198392,464,0.143625958,0.816809593,4458.1214302 +35,-1.545148587,0.7395226109,464,0.143625958,0.816809593,4453.6170139 +36,-1.543104538,0.7395314908,464,0.143625958,0.816809593,4449.0840905 +37,-1.540727751,0.7395306258,464,0.143625958,0.816809593,4443.8379554 +38,-1.547187029,0.7380014886,464,0.143625958,0.816809593,4462.0764353 +39,-1.545147315,0.7380012252,464,0.143625958,0.816809593,4457.5763058 +40,-1.54310719,0.7380060743,464,0.143625958,0.816809593,4453.0584302 +41,-1.540719671,0.7380068206,464,0.143625958,0.816809593,4447.7796122 +42,-1.547187189,0.7364799098,464,0.143625958,0.816809593,4466.045944 +43,-1.545149996,0.7364853874,464,0.143625958,0.816809593,4461.5323461 +44,-1.543106091,0.7364823484,464,0.143625958,0.816809593,4457.0225911 +45,-1.540717158,0.7364893901,464,0.143625958,0.816809593,4451.7194933 +46,-1.538663972,0.7410138672,464,0.143625958,0.816809593,4435.4292173 +47,-1.53695285,0.7409699132,464,0.143625958,0.816809593,4431.7620396 +48,-1.534910498,0.7409641297,464,0.143625958,0.816809593,4427.2606803 +49,-1.533145034,0.7409536636,464,0.143625958,0.816809593,4423.3808681 +50,-1.538681336,0.7395405883,464,0.143625958,0.816809593,4439.2894138 +51,-1.536999189,0.7395183096,464,0.143625958,0.816809593,4435.6269156 +52,-1.534923633,0.7395144222,464,0.143625958,0.816809593,4431.0433082 +53,-1.533267822,0.7395654306,464,0.143625958,0.816809593,4427.2440186 +54,-1.53867273,0.7380151077,464,0.143625958,0.816809593,4443.2301242 +55,-1.536980576,0.7379994392,464,0.143625958,0.816809593,4439.5249671 +56,-1.534931522,0.7379944961,464,0.143625958,0.816809593,4434.9986558 +57,-1.533387952,0.7379480264,464,0.143625958,0.816809593,4431.697297 +58,-1.538682279,0.7364914363,464,0.143625958,0.816809593,4447.2088445 +59,-1.536980704,0.7364810563,464,0.143625958,0.816809593,4443.4657356 +60,-1.534935567,0.7364752065,464,0.143625958,0.816809593,4438.9463943 +61,-1.533042592,0.7363876366,464,0.143625958,0.816809593,4434.9729969 +62,-1.545143426,0.7349628011,464,0.143625958,0.816809593,4465.4879992 +63,-1.543105297,0.7349691947,464,0.143625958,0.816809593,4460.9623708 +64,-1.541064533,0.7349647152,464,0.143625958,0.816809593,4456.4557226 +65,-1.545411803,0.7334624714,464,0.143625958,0.816809593,4469.9965462 +66,-1.543446606,0.7334780896,464,0.143625958,0.816809593,4465.6048552 +67,-1.541475327,0.7334957295,464,0.143625958,0.816809593,4461.1912287 +68,-1.545401939,0.731963266,464,0.143625958,0.816809593,4473.889226 +69,-1.54342253,0.7319915583,464,0.143625958,0.816809593,4469.4290842 +70,-1.541455867,0.7320216438,464,0.143625958,0.816809593,4464.9893718 +71,-1.545410146,0.7304422281,464,0.143625958,0.816809593,4477.8813678 +72,-1.543435491,0.7304713664,464,0.143625958,0.816809593,4473.4256237 +73,-1.541463105,0.7304997613,464,0.143625958,0.816809593,4468.9737067 +74,-1.545414768,0.7289194936,464,0.143625958,0.816809593,4481.8724589 +75,-1.543435774,0.7289538557,464,0.143625958,0.816809593,4477.3895007 +76,-1.541457714,0.7289765881,464,0.143625958,0.816809593,4472.9358329 +77,-1.539449415,0.7320555866,464,0.143625958,0.816809593,4460.4481707 +78,-1.537429183,0.7321097681,464,0.143625958,0.816809593,4455.8204892 +79,-1.535472649,0.7321497267,464,0.143625958,0.816809593,4451.368241 +80,-1.539457899,0.7305333307,464,0.143625958,0.816809593,4464.4322393 +81,-1.537453161,0.7305750503,464,0.143625958,0.816809593,4459.8673837 +82,-1.535479385,0.7306124949,464,0.143625958,0.816809593,4455.3793809 +83,-1.53946905,0.7290102593,464,0.143625958,0.816809593,4468.4268728 +84,-1.537459922,0.7290417293,464,0.143625958,0.816809593,4463.8749428 +85,-1.535451349,0.7290890157,464,0.143625958,0.816809593,4459.2798652 +86,-1.535522937,0.7279887191,464,0.143625958,0.816809593,4462.3030483 +87,-1.539442524,0.7274735939,464,0.143625958,0.816809593,4472.3756173 +88,-1.537424111,0.727521351,464,0.143625958,0.816809593,4467.7564772 +89,-1.539384641,0.7259505092,464,0.143625958,0.816809593,4476.2214462 +90,-1.537372391,0.7259947145,464,0.143625958,0.816809593,4471.6211804 +91,-1.535340789,0.7260435356,464,0.143625958,0.816809593,4466.9625383 +92,-1.539325716,0.7244369706,464,0.143625958,0.816809593,4480.0422377 +93,-1.537308932,0.7244801057,464,0.143625958,0.816809593,4475.4305729 +94,-1.535289068,0.7245247645,464,0.143625958,0.816809593,4470.8048649 +95,-1.533261366,0.7245550236,464,0.143625958,0.816809593,4466.1959477 +96,-1.539267302,0.722921924,464,0.143625958,0.816809593,4483.8702938 +97,-1.537248972,0.7229660258,464,0.143625958,0.816809593,4479.2485774 +98,-1.535219431,0.7229916471,464,0.143625958,0.816809593,4474.646808 +99,-1.53318962,0.7230212049,464,0.143625958,0.816809593,4470.0308618 +100,-1.531154816,0.7230299897,464,0.143625958,0.816809593,4465.4545182 +101,-1.528878341,0.7230370244,464,0.143625958,0.816809593,4460.3378681 +102,-1.539218189,0.7214009878,464,0.143625958,0.816809593,4487.7367102 +103,-1.537198791,0.7214422745,464,0.143625958,0.816809593,4483.1158892 +104,-1.535179266,0.7214634354,464,0.143625958,0.816809593,4478.5440999 +105,-1.533156501,0.7214944644,464,0.143625958,0.816809593,4473.9360236 +106,-1.53113574,0.7215166021,464,0.143625958,0.816809593,4469.3523341 +107,-1.528874248,0.7215345535,464,0.143625958,0.816809593,4464.2364427 +108,-1.539217656,0.7198512397,464,0.143625958,0.816809593,4491.7893617 +109,-1.537199919,0.7199428763,464,0.143625958,0.816809593,4487.0365939 +110,-1.545425832,0.727397149,464,0.143625958,0.816809593,4485.879294 +111,-1.543371177,0.7273916949,464,0.143625958,0.816809593,4481.3283156 +112,-1.541368852,0.7274523163,464,0.143625958,0.816809593,4476.717597 +113,-1.545349067,0.7258710923,464,0.143625958,0.816809593,4489.7030676 +114,-1.54332671,0.7258603556,464,0.143625958,0.816809593,4485.2336015 +115,-1.541346831,0.7259242142,464,0.143625958,0.816809593,4480.6602809 +116,-1.545324355,0.7243383958,464,0.143625958,0.816809593,4493.6621808 +117,-1.543292796,0.7243617413,464,0.143625958,0.816809593,4489.0790204 +118,-1.541295822,0.7244024384,464,0.143625958,0.816809593,4484.5241979 +119,-1.543193859,0.7205570215,464,0.143625958,0.816809593,4498.8231458 +120,-1.550257047,0.7386738187,464,0.143625958,0.816809593,4467.0882823 +121,-1.549335448,0.7311736483,464,0.143625958,0.816809593,4484.6626393 +122,-1.533478843,0.7179891343,464,0.143625958,0.816809593,4483.8046279 +123,-1.556150555,0.738907041,464,0.143625958,0.816809593,4479.4415114 +124,-1.554324226,0.733414257,464,0.143625958,0.816809593,4489.8139152 +125,-1.554290846,0.7288285332,464,0.143625958,0.816809593,4501.774532 +126,-1.55122487,0.7219795312,464,0.143625958,0.816809593,4512.9766593 +127,-1.525104458,0.7229399862,464,0.143625958,0.816809593,4452.1283171 +128,-1.519607711,0.7236181429,464,0.143625958,0.816809593,4438.0272361 +129,-1.513899999,0.7251107854,464,0.143625958,0.816809593,4421.3356545 +130,-1.536620762,0.7431061895,464,0.143625958,0.816809593,4425.4961437 +131,-1.5369566,0.7460845958,464,0.143625958,0.816809593,4418.5322784 +132,-1.545345528,0.7447040685,464,0.143625958,0.816809593,4440.5748344 +133,-1.532813921,0.7432306626,464,0.143625958,0.816809593,4416.7632677 +134,-1.554788248,0.7382381001,464,0.143625958,0.816809593,4478.1986286 +135,-1.540348126,0.7301594274,464,0.143625958,0.816809593,4467.3847741 +136,-1.538016084,0.7239051786,464,0.143625958,0.816809593,4478.5093272 +137,-1.525288962,0.7258085137,464,0.143625958,0.816809593,4445.1011967 +138,-1.534326986,0.731241342,464,0.143625958,0.816809593,4451.1803215 +139,-1.530733872,0.7303625216,464,0.143625958,0.816809593,4445.4584578 +141,-1.534354939,0.7328219978,464,0.143625958,0.816809593,4447.1368978 +142,-1.53157084,0.7292888153,464,0.143625958,0.816809593,4450.1117998 +143,-1.525691035,0.7263799874,464,0.143625958,0.816809593,4444.5201019 +144,-1.534031287,0.7495967835,464,0.143625958,0.816809593,4403.0223634 +145,-1.527714986,0.7283095957,464,0.143625958,0.816809593,4444.044548 +146,-1.526189586,0.7271468292,464,0.143625958,0.816809593,4443.6480887 +147,-1.555177336,0.7375563366,464,0.143625958,0.816809593,4480.839256 +148,-1.555080283,0.7312707794,464,0.143625958,0.816809593,4497.1058509 +149,-1.53856994,0.7224180299,464,0.143625958,0.816809593,4483.6301897 +150,-1.530837883,0.729933372,464,0.143625958,0.816809593,4446.8039575 +151,-1.515066984,0.5854133365,464,0.143625958,0.816809593,4794.163774 +152,-1.534731633,0.5368370046,464,0.143625958,0.816809593,4974.8760989 +153,-1.515231902,0.5607085576,464,0.143625958,0.816809593,4861.8119547 +154,-2.616253799,1.0684566605,464,0.143625958,0.816809593,4877.0872821 +155,-1.956071439,0.5792177723,464,0.143625958,0.816809593,5785.5707225 +156,-1.951208514,0.5602434208,464,0.143625958,0.816809593,5836.3221233 +157,-1.944675062,0.6062144545,464,0.143625958,0.816809593,5677.456773 +158,-1.613778386,0.6077989518,464,0.143625958,0.816809593,4964.9955251 +159,-2.035029014,0.6021432345,464,0.143625958,0.816809593,5862.1718483 +160,-2.114989471,0.6801825058,464,0.143625958,0.816809593,5743.0741132 +161,-2.037382079,0.5765830025,464,0.143625958,0.816809593,5950.1912425 +162,-2.129855121,0.6585019963,464,0.143625958,0.816809593,5840.3789633 +163,-2.075141798,0.6493615843,464,0.143625958,0.816809593,5778.5211068 +164,-1.828626729,0.6948433129,464,0.143625958,0.816809593,5174.9473609 +165,-1.863329418,0.6735427691,464,0.143625958,0.816809593,5308.1242147 +166,-1.266037071,0.727988852,464,0.143625958,0.816809593,3833.9071288 +167,-1.277579582,0.7249010648,464,0.143625958,0.816809593,3868.9091441 +168,-1.258418684,0.7241194816,464,0.143625958,0.816809593,3824.1542061 +169,-1.317813974,0.6804850104,464,0.143625958,0.816809593,4071.06962 +170,-1.344165204,0.6790988904,464,0.143625958,0.816809593,4138.6971649 +171,-1.427582102,0.5277120351,464,0.143625958,0.816809593,4734.163631 +172,-1.402238616,0.457167829,464,0.143625958,0.816809593,4860.0598231 +173,-1.422454264,0.4996161999,464,0.143625958,0.816809593,4796.8161978 +174,-1.439089277,0.4894859811,464,0.143625958,0.816809593,4866.5616325 +175,-1.448126995,0.5182330266,464,0.143625958,0.816809593,4811.3813666 +176,-1.474626146,0.5881926574,464,0.143625958,0.816809593,4688.8277239 +177,-1.421139645,0.5584869783,464,0.143625958,0.816809593,4635.9577745 +178,-1.457037165,0.565943032,464,0.143625958,0.816809593,4705.2014697 +179,-2.757159358,0.3745319,464,0.143625958,0.816809593,7646.8556808 +180,-2.714309238,0.342054471,464,0.143625958,0.816809593,7742.85218 +181,-2.000525337,0.774119946,464,0.143625958,0.816809593,5245.2119692 +183,-1.571413436,0.6777838382,464,0.143625958,0.816809593,4675.9651938 +184,-1.552860289,0.6987663893,464,0.143625958,0.816809593,4577.9726567 +185,-1.521852374,0.7165827476,464,0.143625958,0.816809593,4461.3219091 +186,-1.503656267,0.6928968252,464,0.143625958,0.816809593,4481.4671782 +187,-1.502753178,0.7136205882,464,0.143625958,0.816809593,4425.7424165 +188,-1.631894563,0.7343596465,464,0.143625958,0.816809593,4655.6890376 +189,-1.653765416,0.6770714026,464,0.143625958,0.816809593,4861.0899265 +190,-1.719812114,0.6715965947,464,0.143625958,0.816809593,5019.2079537 +191,-1.493406659,0.6646955447,464,0.143625958,0.816809593,4531.294037 +192,-1.469120564,0.6613469966,464,0.143625958,0.816809593,4482.9313893 +193,-1.590551461,0.5326612937,464,0.143625958,0.816809593,5121.4407918 +194,-1.625979264,0.5247742243,464,0.143625958,0.816809593,5228.3479264 +195,-1.572293943,0.5238808754,464,0.143625958,0.816809593,5102.1815858 +196,-1.610848725,0.5477107964,464,0.143625958,0.816809593,5127.2614461 +197,-1.208485554,0.7918526018,464,0.143625958,0.816809593,3557.3321081 +198,-1.335601374,0.6869083083,464,0.143625958,0.816809593,4098.9567095 +199,-1.346156996,0.6825213377,464,0.143625958,0.816809593,4135.2067796 +200,-1.324381037,0.6741422347,464,0.143625958,0.816809593,4102.4474652 +201,-1.242424992,0.7378949807,464,0.143625958,0.816809593,3754.3947067 +202,-1.270370057,0.7392461008,464,0.143625958,0.816809593,3818.965823 +203,-1.448950472,0.7441675014,464,0.143625958,0.816809593,4226.157394 +204,-1.492662363,0.7523026852,464,0.143625958,0.816809593,4304.4200516 +205,-1.479098966,0.7763855017,464,0.143625958,0.816809593,4214.2274234 +206,-1.633760714,0.7869022408,464,0.143625958,0.816809593,4517.7374854 +207,-1.647406434,0.8101289331,464,0.143625958,0.816809593,4483.4288817 +208,-1.564245052,0.5701509278,464,0.143625958,0.816809593,4953.7589702 +209,-1.646289963,0.6833746083,464,0.143625958,0.816809593,4827.1643613 +210,-1.5820631,0.6751952144,464,0.143625958,0.816809593,4707.0022663 +211,-1.613236298,0.6681681791,464,0.143625958,0.816809593,4796.1742898 +212,-1.914661867,0.8212566515,464,0.143625958,0.816809593,4951.9922051 +213,-1.742133237,0.7250275956,464,0.143625958,0.816809593,4912.0665602 +214,-2.033144872,0.6557314699,464,0.143625958,0.816809593,5683.7629538 +215,-2.039551981,0.6964723658,464,0.143625958,0.816809593,5562.1788079 +216,-1.247341019,0.7622473908,464,0.143625958,0.816809593,3712.7488417 +217,-1.298239787,0.7084123392,464,0.143625958,0.816809593,3957.1289179 +218,-1.308539688,0.6926545592,464,0.143625958,0.816809593,4019.3308832 +219,-1.303263185,0.6888938396,464,0.143625958,0.816809593,4015.37029 +220,-1.852400229,0.6004246149,464,0.143625958,0.816809593,5509.6463082 +221,-1.288947707,0.7473773692,464,0.143625958,0.816809593,3845.1852983 +222,-1.372031502,0.7472790993,464,0.143625958,0.816809593,4041.4013663 +223,-1.289805721,0.7242157877,464,0.143625958,0.816809593,3900.0494485 +224,-1.350807603,0.7533498126,464,0.143625958,0.816809593,3977.6196784 +225,-1.329290365,0.7560442322,464,0.143625958,0.816809593,3920.9766333 +226,-1.410153004,0.616936428,464,0.143625958,0.816809593,4455.8623384 +227,-1.393445434,0.6308995063,464,0.143625958,0.816809593,4379.1207189 +228,-1.37595573,0.6241540638,464,0.143625958,0.816809593,4353.2951816 +229,-1.358388707,0.6172645205,464,0.143625958,0.816809593,4327.266496 +230,-1.753741133,0.8281661666,464,0.143625958,0.816809593,4641.3751214 +231,-1.47430987,0.6834615681,464,0.143625958,0.816809593,4437.9338508 +232,-1.421012508,0.7222725206,464,0.143625958,0.816809593,4215.8768988 +233,-1.4476833,0.6978557868,464,0.143625958,0.816809593,4339.0289435 +234,-1.470370723,0.6966193374,464,0.143625958,0.816809593,4394.9954224 +235,-1.429211703,0.7037216883,464,0.143625958,0.816809593,4281.0659926 +236,-1.700578405,0.6178673663,464,0.143625958,0.816809593,5132.3336552 +237,-1.678117619,0.6331716163,464,0.143625958,0.816809593,5038.7030996 +238,-1.725644578,0.6316331145,464,0.143625958,0.816809593,5147.3825688 +239,-2.14012759,0.7930497945,464,0.143625958,0.816809593,5403.2604054 +240,-2.103289431,0.7653606263,464,0.143625958,0.816809593,5440.0547716 +241,-1.318739838,0.7017808746,464,0.143625958,0.816809593,4022.4673579 +242,-1.396417427,0.7077900843,464,0.143625958,0.816809593,4193.835397 +243,-1.35650337,0.7185539404,464,0.143625958,0.816809593,4073.1671544 +244,-1.248884539,0.7274156818,464,0.143625958,0.816809593,3793.4975865 +245,-1.395014798,0.5761185243,464,0.143625958,0.816809593,4524.3319972 +246,-1.433377362,0.6064716109,464,0.143625958,0.816809593,4539.8998137 +247,-1.408172432,0.5903155476,464,0.143625958,0.816809593,4520.0371074 +248,-1.749645898,0.7757118084,464,0.143625958,0.816809593,4782.0580051 +249,-1.571626686,0.615046989,464,0.143625958,0.816809593,4847.2583907 +250,-1.514070049,0.6303003037,464,0.143625958,0.816809593,4670.8866334 +251,-1.480890369,0.6237966528,464,0.143625958,0.816809593,4609.3055886 +252,-1.704390658,0.5281680612,464,0.143625958,0.816809593,5401.9217911 +253,-1.64434733,0.5254277498,464,0.143625958,0.816809593,5269.9456778 +254,-1.703855997,0.4792484842,464,0.143625958,0.816809593,5544.4474735 +255,-1.692002383,0.5748825051,464,0.143625958,0.816809593,5237.4626721 +256,-1.854136457,0.5544643913,464,0.143625958,0.816809593,5654.4256242 +257,-1.665021206,0.520317736,464,0.143625958,0.816809593,5333.3076322 +258,-1.733654349,0.4845187345,464,0.143625958,0.816809593,5598.3574534 +259,-1.720938188,0.5135933906,464,0.143625958,0.816809593,5482.8676933 +260,-1.742668307,0.553296122,464,0.143625958,0.816809593,5414.8415743 +261,-1.965659039,0.7142126903,464,0.143625958,0.816809593,5374.8729705 +262,-1.944438071,0.6772834804,464,0.143625958,0.816809593,5452.5042315 +263,-1.270340967,0.7681487096,464,0.143625958,0.816809593,3754.6601337 +264,-1.353091884,0.6549276821,464,0.143625958,0.816809593,4219.8623516 +265,-1.333236659,0.6413584414,464,0.143625958,0.816809593,4204.5358109 +266,-1.352015998,0.6753788907,464,0.143625958,0.816809593,4166.8624033 +267,-1.377988483,0.6577816235,464,0.143625958,0.816809593,4273.5397393 +268,-2.13075611,0.8318642051,464,0.143625958,0.816809593,5259.5972147 +269,-2.097910953,0.8259670014,464,0.143625958,0.816809593,5231.2042711 +270,-1.416382069,0.6694271549,464,0.143625958,0.816809593,4336.8731103 +271,-1.538905672,0.7535625993,464,0.143625958,0.816809593,4403.5038652 +272,-1.572309477,0.7803125099,464,0.143625958,0.816809593,4406.417446 +273,-1.87759879,0.7503853417,464,0.143625958,0.816809593,5101.4580231 +274,1.152365588,0.590457682,464,0.143625958,0.816809593,3100.9459767 +275,0.350198001,0.718001859,464,0.143625958,0.816809593,705.90783142 +276,0.046513677,0.491503852,464,0.143625958,0.816809593,1323.3259577 +277,0.027510309,0.742571376,464,0.143625958,0.816809593,439.53864686 +278,0.306285725,-0.214631579,464,0.143625958,0.816809593,4126.1707049 +279,-1.100564889,0.318051531,464,0.143625958,0.816809593,4432.4188071 +280,-1.078582306,0.301437596,464,0.143625958,0.816809593,4418.6002583 +281,-1.137371989,-0.617634065,464,0.143625958,0.816809593,7274.7252552 +282,0.784356344,0.703272339,464,0.143625958,0.816809593,1875.3179554 +283,-1.221209947,0.218327455,464,0.143625958,0.816809593,5037.5879404 +284,2.347301921,-0.449114658,464,0.143625958,0.816809593,9190.4718438 +285,0.246820618,0.830553713,464,0.143625958,0.816809593,282.96859236 +286,0.829414965,0.703288228,464,0.143625958,0.816809593,1997.4557563 +287,-1.337537566,0.42332223,464,0.143625958,0.816809593,4783.0650806 +288,0.882453706,0.454478077,464,0.143625958,0.816809593,2711.5206172 +289,1.575629659,0.416419109,464,0.143625958,0.816809593,4671.6420781 +290,-1.039455679,0.229888244,464,0.143625958,0.816809593,4513.2919525 +291,0.489558039,0.934482747,464,0.143625958,0.816809593,989.06213061 +292,0.081344504,0.88384514,464,0.143625958,0.816809593,311.3532508 +293,-1.547979814,0.300350308,464,0.143625958,0.816809593,5678.1066132 +294,0.040776181,0.168560074,464,0.143625958,0.816809593,2591.0206808 +295,-1.130374745,0.563894876,464,0.143625958,0.816809593,3873.17416 +296,1.578326642,0.478507176,464,0.143625958,0.816809593,4513.3324228 +297,-1.12861823,-0.291640865,464,0.143625958,0.816809593,6288.2591458 +298,0.310524208,0.770885792,464,0.143625958,0.816809593,497.49766935 +299,0.415649091,-0.387246002,464,0.143625958,0.816809593,4867.7022305 +300,-0.926533878,-0.188022748,464,0.143625958,0.816809593,5478.7403095 +301,1.258856172,-0.11716081,464,0.143625958,0.816809593,5368.042574 +302,-1.126050026,0.322941926,464,0.143625958,0.816809593,4488.1027773 +303,2.002785835,0.07893892,464,0.143625958,0.816809593,6764.6328561 +304,0.440437607,0.746258085,464,0.143625958,0.816809593,877.9812658 +305,-0.030391866,0.214441206,464,0.143625958,0.816809593,2455.7133845 +306,0.521557815,-0.058929362,464,0.143625958,0.816809593,3711.4745172 +307,-0.097005111,0.13317729,464,0.143625958,0.816809593,2828.2363966 +308,1.83113859,0.221857587,464,0.143625958,0.816809593,5894.2134704 +309,0.222428864,0.099404236,464,0.143625958,0.816809593,2854.3554639 +310,-1.702731345,0.8728568183,464,0.143625958,0.816809593,4422.5288477 +311,-0.418507569,0.278324921,464,0.143625958,0.816809593,2819.3519376 +312,-1.41153306,0.339029988,464,0.143625958,0.816809593,5210.7098026 +313,0.357560442,0.114788776,464,0.143625958,0.816809593,2874.4925995 +314,0.325818979,0.268352149,464,0.143625958,0.816809593,2254.0668661 +315,-1.246004659,-0.663679965,464,0.143625958,0.816809593,7646.2950839 +316,1.814603087,0.637404484,464,0.143625958,0.816809593,4683.099408 +317,1.843704281,-0.18300445,464,0.143625958,0.816809593,7098.2599005 +318,1.690644492,-0.211480909,464,0.143625958,0.816809593,6766.7042267 +319,-1.275451936,0.068109467,464,0.143625958,0.816809593,5614.1744321 +320,0.762430171,-0.207594741,464,0.143625958,0.816809593,4611.7693677 +321,0.265668905,-0.014647884,464,0.143625958,0.816809593,3320.6094859 +322,-2.773032013,-0.335515811,464,0.143625958,0.816809593,10402.493171 +323,-1.469512853,0.174058777,464,0.143625958,0.816809593,5834.3000108 +324,0.286276986,0.785925691,464,0.143625958,0.816809593,411.48005139 +325,-1.379324697,0.377432233,464,0.143625958,0.816809593,5018.835854 +326,-1.203778265,0.212813032,464,0.143625958,0.816809593,5005.9057757 +327,0.579916301,0.611743168,464,0.143625958,0.816809593,1527.5848595 +328,0.267582642,0.868113908,464,0.143625958,0.816809593,384.60243575 +329,0.412869244,-0.050245578,464,0.143625958,0.816809593,3560.6857549 +330,0.17524381,0.976660285,464,0.143625958,0.816809593,637.91714489 +331,0.743157214,0.204812899,464,0.143625958,0.816809593,3141.6218693 +332,-1.070758176,0.269382282,464,0.143625958,0.816809593,4486.5240971 +333,-1.230364251,0.329790229,464,0.143625958,0.816809593,4751.6868583 +334,-1.374813124,-0.024926835,464,0.143625958,0.816809593,6152.029778 +335,0.519780566,0.463669906,464,0.143625958,0.816809593,1827.1272342 +336,-1.55108034,0.239698561,464,0.143625958,0.816809593,5861.4640823 +337,0.180294813,0.029739425,464,0.143625958,0.816809593,3120.1564195 +338,0.67820924,0.268170153,464,0.143625958,0.816809593,2795.381135 +339,0.445798684,1.024001867,464,0.143625958,0.816809593,1088.3907916 +340,0.691751283,0.150521402,464,0.143625958,0.816809593,3222.2119229 +341,-1.036643551,-0.903056181,464,0.143625958,0.816809593,7899.7770789 +342,-0.120287036,1.083325163,464,0.143625958,0.816809593,1211.4521247 +343,2.823513113,-0.304487164,464,0.143625958,0.816809593,9916.3342227 +344,0.457583172,1.12513373,464,0.143625958,0.816809593,1397.3175271 +345,0.042918831,0.813795399,464,0.143625958,0.816809593,273.70451725 +346,1.196146777,-0.853142756,464,0.143625958,0.816809593,7537.9159469 +347,0.206001358,-0.010430701,464,0.143625958,0.816809593,3283.8563683 +348,-0.268308653,0.234799412,464,0.143625958,0.816809593,2680.2628318 +349,0.759363263,0.736189579,464,0.143625958,0.816809593,1753.6119161 +350,0.181363926,0.891988372,464,0.143625958,0.816809593,313.50743123 +351,-0.021111158,0.139103292,464,0.143625958,0.816809593,2741.8606688 +352,-0.093355215,0.630686981,464,0.143625958,0.816809593,1016.0975766 +353,0.40118964,0.681375926,464,0.143625958,0.816809593,917.3037777 +354,-0.721197315,1.304706234,464,0.143625958,0.816809593,2413.1061706 +355,-1.076150317,0.212107639,464,0.143625958,0.816809593,4662.6247769 +356,-1.577164531,0.273993443,464,0.143625958,0.816809593,5830.0817534 +357,-0.190788414,0.182208586,464,0.143625958,0.816809593,2753.1416651 +358,-0.261349752,0.209710184,464,0.143625958,0.816809593,2758.4959373 +359,-1.029303852,0.083549259,464,0.143625958,0.816809593,4910.2037563 +360,-1.268609162,0.330525297,464,0.143625958,0.816809593,4852.7693475 +361,1.282982244,-0.926641967,464,0.143625958,0.816809593,7899.5136915 +362,0.217352334,0.731352408,464,0.143625958,0.816809593,397.58399106 +363,-1.511833084,0.258629297,464,0.143625958,0.816809593,5703.6326014 +364,0.338812194,0.823184618,464,0.143625958,0.816809593,527.60153732 +365,-0.324406489,1.134201999,464,0.143625958,0.816809593,1606.0116026 +366,1.389579348,0.399185724,464,0.143625958,0.816809593,4217.8984314 +367,2.047152199,-0.039082036,464,0.143625958,0.816809593,7230.5750554 +368,0.947780369,0.568250077,464,0.143625958,0.816809593,2597.6652064 +369,0.763824846,0.576754987,464,0.143625958,0.816809593,2086.3479161 +370,-0.142334657,0.928153068,464,0.143625958,0.816809593,848.43224721 +371,0.610266567,0.547265983,464,0.143625958,0.816809593,1773.8183815 +372,0.210731629,0.746815056,464,0.143625958,0.816809593,335.23449933 +373,-1.34931644,0.316895224,464,0.143625958,0.816809593,5107.1011243 +374,2.407696481,0.655030745,464,0.143625958,0.816809593,5836.5094798 +375,0.64207831,0.545359131,464,0.143625958,0.816809593,1856.3847094 +376,1.174597538,0.840588356,464,0.143625958,0.816809593,2692.0646519 +377,0.660059424,0.010604079,464,0.143625958,0.816809593,3658.2822096 +378,-0.730263819,0.010486456,464,0.143625958,0.816809593,4386.3722124 +379,0.831068936,0.512339172,464,0.143625958,0.816809593,2424.2161147 +380,1.301180979,0.72367476,464,0.143625958,0.816809593,3212.8587329 +381,1.811128231,0.322854402,464,0.143625958,0.816809593,5550.8928975 +382,0.435105812,0.992284428,464,0.143625958,0.816809593,991.15677304 +383,0.62643634,0.592027932,464,0.143625958,0.816809593,1694.2224495 +384,0.492988703,-0.516339467,464,0.143625958,0.816809593,5426.5495166 +385,-0.162469483,0.112549365,464,0.143625958,0.816809593,2977.8121402 +386,0.314630866,0.472006421,464,0.143625958,0.816809593,1466.4271512 +387,0.166744804,0.822815954,464,0.143625958,0.816809593,66.860953553 +388,0.417159608,0.965805736,464,0.143625958,0.816809593,897.38769102 +389,0.106334961,0.868774244,464,0.143625958,0.816809593,228.06882702 +390,0.815086969,-0.338144359,464,0.143625958,0.816809593,5164.6228992 +391,0.59867455,-0.230624824,464,0.143625958,0.816809593,4452.6007824 +392,1.915104874,0.066220985,464,0.143625958,0.816809593,6570.6274124 +393,1.278093622,0.064463721,464,0.143625958,0.816809593,4866.0525924 +394,-0.061477853,0.302997961,464,0.143625958,0.816809593,2142.9883655 +395,0.251311504,0.626976942,464,0.143625958,0.816809593,816.58891499 +396,2.950242872,0.149095644,464,0.143625958,0.816809593,8439.4294379 +397,-0.180294708,0.35375117,464,0.143625958,0.816809593,2111.1495712 +398,1.010448592,-0.351180233,464,0.143625958,0.816809593,5564.2898209 +399,-1.748740498,0.3686318073,464,0.143625958,0.816809593,5980.7365628 +400,2.699635665,0.123533791,464,0.143625958,0.816809593,8188.4519966 +401,0.496808033,0.823843254,464,0.143625958,0.816809593,951.79579593 +402,0.129574704,0.763364087,464,0.143625958,0.816809593,215.28754702 +403,1.798920311,0.817447563,464,0.143625958,0.816809593,4183.594784 +404,0.335987953,0.746786541,464,0.143625958,0.816809593,606.94255843 +405,-1.085413643,0.292154671,464,0.143625958,0.816809593,4462.8045724 +406,-0.155321003,0.508207011,464,0.143625958,0.816809593,1530.923428 +407,0.620529244,-0.301175104,464,0.143625958,0.816809593,4743.8709579 +408,1.684402744,0.368716966,464,0.143625958,0.816809593,5089.9788105 +409,0.300582244,-0.386397212,464,0.143625958,0.816809593,4798.9330306 +410,2.913555946,-0.009225192,464,0.143625958,0.816809593,8996.139318 +411,1.465101417,0.493232532,464,0.143625958,0.816809593,4175.6816741 +412,0.090612882,0.907955955,464,0.143625958,0.816809593,385.92820371 +413,2.987564726,-0.729568594,464,0.143625958,0.816809593,11534.399472 +414,-1.484261606,0.224149272,464,0.143625958,0.816809593,5729.6970347 +415,0.164073421,0.303955133,464,0.143625958,0.816809593,2032.5184908 +416,0.141441293,0.167552546,464,0.143625958,0.816809593,2571.7177158 +417,2.931321023,-0.506718887,464,0.143625958,0.816809593,10800.997347 +418,2.21951565,0.700596356,464,0.143625958,0.816809593,5356.626779 +419,0.268112576,1.199114336,464,0.143625958,0.816809593,1534.6071698 +420,0.978913739,0.359223811,464,0.143625958,0.816809593,3226.0974081 +421,1.210898818,0.522863584,464,0.143625958,0.816809593,3418.1765087 +422,2.347397336,0.129231362,464,0.143625958,0.816809593,7460.5053552 +423,0.614394501,0.556878345,464,0.143625958,0.816809593,1757.276282 +424,-1.398079356,0.148483366,464,0.143625958,0.816809593,5715.3812452 +425,2.535303836,-0.112984496,464,0.143625958,0.816809593,8672.2734999 +426,-1.019372593,-0.405322349,464,0.143625958,0.816809593,6372.2966169 +427,-1.297785627,-0.160104069,464,0.143625958,0.816809593,6336.8827004 +428,2.144554488,0.205051084,464,0.143625958,0.816809593,6742.4762881 +429,-2.242387083,-0.426171285,464,0.143625958,0.816809593,9611.4391037 +430,0.338637212,0.909723676,464,0.143625958,0.816809593,621.38484192 +431,-0.148798452,0.691042401,464,0.143625958,0.816809593,977.4298461 +432,0.893524764,0.441829531,464,0.143625958,0.816809593,2774.6617998 +433,0.969229347,-0.368847936,464,0.143625958,0.816809593,5544.6241437 +434,0.436043248,0.800045688,464,0.143625958,0.816809593,801.16030909 +435,1.687946607,1.081504775,464,0.143625958,0.816809593,3409.0049954 +436,0.522302046,-0.034889271,464,0.143625958,0.816809593,3622.0767358 +437,-0.178996113,-0.438090009,464,0.143625958,0.816809593,5103.2344283 +438,-1.094339566,0.301444068,464,0.143625958,0.816809593,4461.285282 +439,-1.064070054,0.242569932,464,0.143625958,0.816809593,4543.7502132 +440,-1.068153768,0.230387998,464,0.143625958,0.816809593,4589.1940474 +441,-3.00496892,-0.23989155,464,0.143625958,0.816809593,10158.557754 +442,0.21751974,0.766874888,464,0.143625958,0.816809593,285.23406849 +443,0.117229532,0.007619006,464,0.143625958,0.816809593,3206.5088493 +444,0.777758451,0.420554741,464,0.143625958,0.816809593,2542.1430318 +445,-0.252356999,0.250747086,464,0.143625958,0.816809593,2596.6915235 +446,0.363148444,0.768483434,464,0.143625958,0.816809593,638.86224706 +447,0.903191366,-0.118210676,464,0.143625958,0.816809593,4561.7910312 +448,-0.205755923,0.149406178,464,0.143625958,0.816809593,2895.3273783 +449,1.811996086,0.02364353,464,0.143625958,0.816809593,6417.8196741 +450,-1.100670221,0.314845373,464,0.143625958,0.816809593,4441.5139077 +451,0.340078597,0.850105132,464,0.143625958,0.816809593,538.97613606 +452,0.258757267,0.804969236,464,0.143625958,0.816809593,317.5251726 +453,2.78505352,-0.155160804,464,0.143625958,0.816809593,9327.432726 +454,0.800551619,0.105822106,464,0.143625958,0.816809593,3592.9780409 +455,0.437940882,-0.506194031,464,0.143625958,0.816809593,5345.2619312 +456,2.230431122,0.63458615,464,0.143625958,0.816809593,5584.8085953 +457,0.527965361,0.127667701,464,0.143625958,0.816809593,3025.1538737 +458,-0.063643205,0.702093448,464,0.143625958,0.816809593,747.61166156 +459,1.408447268,0.133010502,464,0.143625958,0.816809593,5010.6534948 +460,0.523795955,0.280266966,464,0.143625958,0.816809593,2465.1177244 +461,-0.975769313,0.072177659,464,0.143625958,0.816809593,4803.8471124 +462,0.549774164,-0.463663986,464,0.143625958,0.816809593,5276.381353 +463,0.29245874,1.095549818,464,0.143625958,0.816809593,1152.8903203 +464,0.143625958,0.816809593,464,0.143625958,0.816809593,0 +465,0.671902494,0.611159853,464,0.143625958,0.816809593,1763.6531221 +466,1.239840988,0.6724199,464,0.143625958,0.816809593,3157.3351028 +467,0.607829703,-0.10932137,464,0.143625958,0.816809593,4014.3352407 +468,1.763020906,0.263996692,464,0.143625958,0.816809593,5592.9957096 +469,0.378714634,0.726066797,464,0.143625958,0.816809593,756.75328177 +470,2.196736143,-0.153862366,464,0.143625958,0.816809593,7962.7643763 +471,0.01702415,0.148991565,464,0.143625958,0.816809593,2679.6919581 +472,-2.998490902,-0.158002487,464,0.143625958,0.816809593,9834.312953 +473,-3.051262951,-0.346595608,464,0.143625958,0.816809593,10573.35437 +474,-1.069176439,0.182802941,464,0.143625958,0.816809593,4727.5602419 +475,0.167157509,0.595344954,464,0.143625958,0.816809593,880.04652571 +476,0.613855648,0.681746124,464,0.143625958,0.816809593,1455.9570787 +477,1.037012736,0.682555367,464,0.143625958,0.816809593,2596.3890329 +478,-1.253574971,0.379755746,464,0.143625958,0.816809593,4677.7791541 +479,3.108590453,-0.132620738,464,0.143625958,0.816809593,9668.2778615 +480,0.565301296,0.022333262,464,0.143625958,0.816809593,3467.3554749 +481,0.547898238,0.855555614,464,0.143625958,0.816809593,1079.9630873 +482,0.948309381,0.417393755,464,0.143625958,0.816809593,2984.1076968 +483,-0.050600732,0.945269213,464,0.143625958,0.816809593,704.5194074 +484,-0.977651478,-0.572363064,464,0.143625958,0.816809593,6797.3848791 +485,1.102014914,0.728861163,464,0.143625958,0.816809593,2684.2521021 +486,2.927300795,-0.282939414,464,0.143625958,0.816809593,10024.458653 +487,-1.154565557,0.124434095,464,0.143625958,0.816809593,5125.1927159 +488,1.855331234,0.291044755,464,0.143625958,0.816809593,5757.0969743 +489,0.830290659,0.276904518,464,0.143625958,0.816809593,3103.0140479 +490,0.485104466,-0.234867441,464,0.143625958,0.816809593,4338.9488654 +491,0.521367572,-0.33161327,464,0.143625958,0.816809593,4744.9638065 +1,-1.539031704,0.7349710123,465,0.671902494,0.611159853,6135.2443036 +2,-1.536990553,0.7349663874,465,0.671902494,0.611159853,6131.3145124 +3,-1.534951779,0.7349571355,465,0.671902494,0.611159853,6127.3970135 +4,-1.532906461,0.7349480293,465,0.671902494,0.611159853,6123.4602874 +5,-1.531320211,0.7346937278,465,0.671902494,0.611159853,6121.1379646 +6,-1.539451648,0.7335131775,465,0.671902494,0.611159853,6140.4093509 +7,-1.537429487,0.7335445708,465,0.671902494,0.611159853,6136.4050098 +8,-1.535484998,0.7335658704,465,0.671902494,0.611159853,6132.5755512 +9,-1.533488396,0.7336036027,465,0.671902494,0.611159853,6128.5906694 +10,-1.531497785,0.7335842962,465,0.671902494,0.611159853,6124.7815028 +11,-1.530259379,0.7334777758,465,0.671902494,0.611159853,6122.6895725 +12,-1.5335454,0.7322346912,465,0.671902494,0.611159853,6132.776371 +13,-1.531489083,0.7322238773,465,0.671902494,0.611159853,6128.809569 +14,-1.530011122,0.7321679851,465,0.671902494,0.611159853,6126.0975856 +15,-1.53348106,0.7306614094,465,0.671902494,0.611159853,6137.3346994 +16,-1.531441779,0.7306962275,465,0.671902494,0.611159853,6133.2596831 +17,-1.529755654,0.7306933243,465,0.671902494,0.611159853,6129.9801325 +18,-1.533415048,0.7291384674,465,0.671902494,0.611159853,6141.7396578 +19,-1.531392093,0.7291705353,465,0.671902494,0.611159853,6137.6991689 +20,-1.529296523,0.7291214933,465,0.671902494,0.611159853,6133.7519098 +21,-1.535280942,0.727267644,465,0.671902494,0.611159853,6150.9482838 +22,-1.533378158,0.7276139666,465,0.671902494,0.611159853,6146.205814 +23,-1.531340368,0.7276446587,465,0.671902494,0.611159853,6142.1350404 +24,-1.528960113,0.7276398177,465,0.671902494,0.611159853,6137.4936021 +25,-1.533313146,0.7260818349,465,0.671902494,0.611159853,6150.6396181 +26,-1.531259555,0.7260958115,465,0.671902494,0.611159853,6146.5820881 +27,-1.528926415,0.7260865555,465,0.671902494,0.611159853,6142.0395403 +28,-1.531226779,0.7245511789,465,0.671902494,0.611159853,6151.1103909 +29,-1.528904772,0.7245519194,465,0.671902494,0.611159853,6146.5537431 +30,-1.547195875,0.7409785979,465,0.671902494,0.611159853,6132.9338504 +31,-1.5451475,0.740980426,465,0.671902494,0.611159853,6129.0163425 +32,-1.543097679,0.7409798872,465,0.671902494,0.611159853,6125.0970234 +33,-1.540720364,0.7409892687,465,0.671902494,0.611159853,6120.513928 +34,-1.547188511,0.7395198392,465,0.671902494,0.611159853,6137.296018 +35,-1.545148587,0.7395226109,465,0.671902494,0.611159853,6133.3867137 +36,-1.543104538,0.7395314908,465,0.671902494,0.611159853,6129.445149 +37,-1.540727751,0.7395306258,465,0.671902494,0.611159853,6124.8878082 +38,-1.547187029,0.7380014886,465,0.671902494,0.611159853,6141.8482587 +39,-1.545147315,0.7380012252,465,0.671902494,0.611159853,6137.9431448 +40,-1.54310719,0.7380060743,465,0.671902494,0.611159853,6134.0158424 +41,-1.540719671,0.7380068206,465,0.671902494,0.611159853,6129.4268409 +42,-1.547187189,0.7364799098,465,0.671902494,0.611159853,6146.4133997 +43,-1.545149996,0.7364853874,465,0.671902494,0.611159853,6142.4906112 +44,-1.543106091,0.7364823484,465,0.671902494,0.611159853,6138.5743666 +45,-1.540717158,0.7364893901,465,0.671902494,0.611159853,6133.9575883 +46,-1.538663972,0.7410138672,465,0.671902494,0.611159853,6116.4937351 +47,-1.53695285,0.7409699132,465,0.671902494,0.611159853,6113.3361105 +48,-1.534910498,0.7409641297,465,0.671902494,0.611159853,6109.4222985 +49,-1.533145034,0.7409536636,465,0.671902494,0.611159853,6106.0504571 +50,-1.538681336,0.7395405883,465,0.671902494,0.611159853,6120.9253642 +51,-1.536999189,0.7395183096,465,0.671902494,0.611159853,6117.7546076 +52,-1.534923633,0.7395144222,465,0.671902494,0.611159853,6113.7661452 +53,-1.533267822,0.7395654306,465,0.671902494,0.611159853,6110.4187448 +54,-1.53867273,0.7380151077,465,0.671902494,0.611159853,6125.4630092 +55,-1.536980576,0.7379994392,465,0.671902494,0.611159853,6122.2488135 +56,-1.534931522,0.7379944961,465,0.671902494,0.611159853,6118.3092073 +57,-1.533387952,0.7379480264,465,0.671902494,0.611159853,6115.4646504 +58,-1.538682279,0.7364914363,465,0.671902494,0.611159853,6130.0303161 +59,-1.536980704,0.7364810563,465,0.671902494,0.611159853,6126.7777553 +60,-1.534935567,0.7364752065,465,0.671902494,0.611159853,6122.8430854 +61,-1.533042592,0.7363876366,465,0.671902494,0.611159853,6119.4401953 +62,-1.545143426,0.7349628011,465,0.671902494,0.611159853,6147.0406163 +63,-1.543105297,0.7349691947,465,0.671902494,0.611159853,6143.1019125 +64,-1.541064533,0.7349647152,465,0.671902494,0.611159853,6139.1845967 +65,-1.545411803,0.7334624714,465,0.671902494,0.611159853,6152.0529628 +66,-1.543446606,0.7334780896,465,0.671902494,0.611159853,6148.2227325 +67,-1.541475327,0.7334957295,465,0.671902494,0.611159853,6144.3691681 +68,-1.545401939,0.731963266,465,0.671902494,0.611159853,6156.5273384 +69,-1.54342253,0.7319915583,465,0.671902494,0.611159853,6152.6266859 +70,-1.541455867,0.7320216438,465,0.671902494,0.611159853,6148.7397415 +71,-1.545410146,0.7304422281,465,0.671902494,0.611159853,6161.1020212 +72,-1.543435491,0.7304713664,465,0.671902494,0.611159853,6157.2029034 +73,-1.541463105,0.7304997613,465,0.671902494,0.611159853,6153.3048734 +74,-1.545414768,0.7289194936,465,0.671902494,0.611159853,6165.6749652 +75,-1.543435774,0.7289538557,465,0.671902494,0.611159853,6161.7466998 +76,-1.541457714,0.7289765881,465,0.671902494,0.611159853,6157.8495035 +77,-1.539449415,0.7320555866,465,0.671902494,0.611159853,6144.7588304 +78,-1.537429183,0.7321097681,465,0.671902494,0.611159853,6140.6851848 +79,-1.535472649,0.7321497267,465,0.671902494,0.611159853,6136.771963 +80,-1.539457899,0.7305333307,465,0.671902494,0.611159853,6149.3222908 +81,-1.537453161,0.7305750503,465,0.671902494,0.611159853,6145.3106523 +82,-1.535479385,0.7306124949,465,0.671902494,0.611159853,6141.3663434 +83,-1.53946905,0.7290102593,465,0.671902494,0.611159853,6153.8934772 +84,-1.537459922,0.7290417293,465,0.671902494,0.611159853,6149.8987027 +85,-1.535451349,0.7290890157,465,0.671902494,0.611159853,6145.8521967 +86,-1.535522937,0.7279887191,465,0.671902494,0.611159853,6149.2708201 +87,-1.539442524,0.7274735939,465,0.671902494,0.611159853,6158.4322012 +88,-1.537424111,0.727521351,465,0.671902494,0.611159853,6154.3654167 +89,-1.539384641,0.7259505092,465,0.671902494,0.611159853,6162.8692804 +90,-1.537372391,0.7259947145,465,0.671902494,0.611159853,6158.8196858 +91,-1.535340789,0.7260435356,465,0.671902494,0.611159853,6154.712963 +92,-1.539325716,0.7244369706,465,0.671902494,0.611159853,6167.2755672 +93,-1.537308932,0.7244801057,465,0.671902494,0.611159853,6163.2149582 +94,-1.535289068,0.7245247645,465,0.671902494,0.611159853,6159.1381398 +95,-1.533261366,0.7245550236,465,0.671902494,0.611159853,6155.0832005 +96,-1.539267302,0.722921924,465,0.671902494,0.611159853,6171.6871017 +97,-1.537248972,0.7229660258,465,0.671902494,0.611159853,6167.6152131 +98,-1.535219431,0.7229916471,465,0.671902494,0.611159853,6163.570804 +99,-1.53318962,0.7230212049,465,0.671902494,0.611159853,6159.5083148 +100,-1.531154816,0.7230299897,465,0.671902494,0.611159853,6155.4919896 +101,-1.528878341,0.7230370244,465,0.671902494,0.611159853,6150.9998811 +102,-1.539218189,0.7214009878,465,0.671902494,0.611159853,6176.1341407 +103,-1.537198791,0.7214422745,465,0.671902494,0.611159853,6172.0631904 +104,-1.535179266,0.7214634354,465,0.671902494,0.611159853,6168.0462826 +105,-1.533156501,0.7214944644,465,0.671902494,0.611159853,6163.9878347 +106,-1.53113574,0.7215166021,465,0.671902494,0.611159853,6159.9540078 +107,-1.528874248,0.7215345535,465,0.671902494,0.611159853,6155.4530329 +108,-1.539217656,0.7198512397,465,0.671902494,0.611159853,6180.7620506 +109,-1.537199919,0.7199428763,465,0.671902494,0.611159853,6176.5388101 +110,-1.545425832,0.727397149,465,0.671902494,0.611159853,6170.2592829 +111,-1.543371177,0.7273916949,465,0.671902494,0.611159853,6166.2985575 +112,-1.541368852,0.7274523163,465,0.671902494,0.611159853,6162.2355285 +113,-1.545349067,0.7258710923,465,0.671902494,0.611159853,6174.6847285 +114,-1.54332671,0.7258603556,465,0.671902494,0.611159853,6170.796901 +115,-1.541346831,0.7259242142,465,0.671902494,0.611159853,6166.7624429 +116,-1.545324355,0.7243383958,465,0.671902494,0.611159853,6179.2306732 +117,-1.543292796,0.7243617413,465,0.671902494,0.611159853,6175.2175891 +118,-1.541295822,0.7244024384,465,0.671902494,0.611159853,6171.2139889 +119,-1.543193859,0.7205570215,465,0.671902494,0.611159853,6186.4153351 +120,-1.550257047,0.7386738187,465,0.671902494,0.611159853,6145.6950603 +121,-1.549335448,0.7311736483,465,0.671902494,0.611159853,6166.4652801 +122,-1.533478843,0.7179891343,465,0.671902494,0.611159853,6175.0561635 +123,-1.556150555,0.738907041,465,0.671902494,0.611159853,6156.209647 +124,-1.554324226,0.733414257,465,0.671902494,0.611159853,6169.2853992 +125,-1.554290846,0.7288285332,465,0.671902494,0.611159853,6183.0353728 +126,-1.55122487,0.7219795312,465,0.671902494,0.611159853,6197.7425703 +127,-1.525104458,0.7229399862,465,0.671902494,0.611159853,6143.8586006 +128,-1.519607711,0.7236181429,465,0.671902494,0.611159853,6130.9978551 +129,-1.513899999,0.7251107854,465,0.671902494,0.611159853,6115.2902832 +130,-1.536620762,0.7431061895,465,0.671902494,0.611159853,6106.3275087 +131,-1.5369566,0.7460845958,465,0.671902494,0.611159853,6098.0900886 +132,-1.545345528,0.7447040685,465,0.671902494,0.611159853,6118.2361723 +133,-1.532813921,0.7432306626,465,0.671902494,0.611159853,6098.6372306 +134,-1.554788248,0.7382381001,465,0.671902494,0.611159853,6155.6372301 +135,-1.540348126,0.7301594274,465,0.671902494,0.611159853,6152.163992 +136,-1.538016084,0.7239051786,465,0.671902494,0.611159853,6166.310278 +137,-1.525288962,0.7258085137,465,0.671902494,0.611159853,6135.7227365 +138,-1.534326986,0.731241342,465,0.671902494,0.611159853,6137.2531639 +139,-1.530733872,0.7303625216,465,0.671902494,0.611159853,6132.8714892 +141,-1.534354939,0.7328219978,465,0.671902494,0.611159853,6132.5998566 +142,-1.53157084,0.7292888153,465,0.671902494,0.611159853,6137.6962678 +143,-1.525691035,0.7263799874,465,0.671902494,0.611159853,6134.819514 +144,-1.534031287,0.7495967835,465,0.671902494,0.611159853,6082.0278248 +145,-1.527714986,0.7283095957,465,0.671902494,0.611159853,6133.0675625 +146,-1.526189586,0.7271468292,465,0.671902494,0.611159853,6133.5255073 +147,-1.555177336,0.7375563366,465,0.671902494,0.611159853,6158.4317205 +148,-1.555080283,0.7312707794,465,0.671902494,0.611159853,6177.1893093 +149,-1.53856994,0.7224180299,465,0.671902494,0.611159853,6171.8308493 +150,-1.530837883,0.729933372,465,0.671902494,0.611159853,6134.349931 +151,-1.515066984,0.5854133365,465,0.671902494,0.611159853,6528.9373411 +152,-1.534731633,0.5368370046,465,0.671902494,0.611159853,6716.2606031 +153,-1.515231902,0.5607085576,465,0.671902494,0.611159853,6601.8737017 +154,-2.616253799,1.0684566605,465,0.671902494,0.611159853,5774.0382867 +155,-1.956071439,0.5792177723,465,0.671902494,0.611159853,7357.8948544 +156,-1.951208514,0.5602434208,465,0.671902494,0.611159853,7419.1712205 +157,-1.944675062,0.6062144545,465,0.671902494,0.611159853,7245.150268 +158,-1.613778386,0.6077989518,465,0.671902494,0.611159853,6670.6079797 +159,-2.035029014,0.6021432345,465,0.671902494,0.611159853,7375.6323485 +160,-2.114989471,0.6801825058,465,0.671902494,0.611159853,7166.4176022 +161,-2.037382079,0.5765830025,465,0.671902494,0.611159853,7472.8620809 +162,-2.129855121,0.6585019963,465,0.671902494,0.611159853,7261.9473559 +163,-2.075141798,0.6493615843,465,0.671902494,0.611159853,7244.0976774 +164,-1.828626729,0.6948433129,465,0.671902494,0.611159853,6765.522566 +165,-1.863329418,0.6735427691,465,0.671902494,0.611159853,6890.9008858 +166,-1.266037071,0.727988852,465,0.671902494,0.611159853,5576.0174313 +167,-1.277579582,0.7249010648,465,0.671902494,0.611159853,5610.1843007 +168,-1.258418684,0.7241194816,465,0.671902494,0.611159853,5568.1759592 +169,-1.317813974,0.6804850104,465,0.671902494,0.611159853,5816.8435983 +170,-1.344165204,0.6790988904,465,0.671902494,0.611159853,5881.1314116 +171,-1.427582102,0.5277120351,465,0.671902494,0.611159853,6491.2758247 +172,-1.402238616,0.457167829,465,0.671902494,0.611159853,6623.4115984 +173,-1.422454264,0.4996161999,465,0.671902494,0.611159853,6557.0461139 +174,-1.439089277,0.4894859811,465,0.671902494,0.611159853,6626.4608907 +175,-1.448126995,0.5182330266,465,0.671902494,0.611159853,6567.6068467 +176,-1.474626146,0.5881926574,465,0.671902494,0.611159853,6430.2588149 +177,-1.421139645,0.5584869783,465,0.671902494,0.611159853,6389.8823092 +178,-1.457037165,0.565943032,465,0.671902494,0.611159853,6453.4877876 +179,-2.757159358,0.3745319,465,0.671902494,0.611159853,8392.6809976 +180,-2.714309238,0.342054471,465,0.671902494,0.611159853,8557.6537753 +181,-2.000525337,0.774119946,465,0.671902494,0.611159853,6703.0913416 +183,-1.571413436,0.6777838382,465,0.671902494,0.611159853,6370.8893448 +184,-1.552860289,0.6987663893,465,0.671902494,0.611159853,6270.7769658 +185,-1.521852374,0.7165827476,465,0.671902494,0.611159853,6156.2403123 +186,-1.503656267,0.6928968252,465,0.671902494,0.611159853,6189.1705107 +187,-1.502753178,0.7136205882,465,0.671902494,0.611159853,6126.6937236 +188,-1.631894563,0.7343596465,465,0.671902494,0.611159853,6309.9618643 +189,-1.653765416,0.6770714026,465,0.671902494,0.611159853,6530.6891575 +190,-1.719812114,0.6715965947,465,0.671902494,0.611159853,6666.9116806 +191,-1.493406659,0.6646955447,465,0.671902494,0.611159853,6250.1110755 +192,-1.469120564,0.6613469966,465,0.671902494,0.611159853,6207.9303931 +193,-1.590551461,0.5326612937,465,0.671902494,0.611159853,6852.7646839 +194,-1.625979264,0.5247742243,465,0.671902494,0.611159853,6953.4278305 +195,-1.572293943,0.5238808754,465,0.671902494,0.611159853,6839.1952182 +196,-1.610848725,0.5477107964,465,0.671902494,0.611159853,6850.3118163 +197,-1.208485554,0.7918526018,465,0.671902494,0.611159853,5290.1790396 +198,-1.335601374,0.6869083083,465,0.671902494,0.611159853,5840.8841927 +199,-1.346156996,0.6825213377,465,0.671902494,0.611159853,5876.5827865 +200,-1.324381037,0.6741422347,465,0.671902494,0.611159853,5848.6582792 +201,-1.242424992,0.7378949807,465,0.671902494,0.611159853,5497.2573905 +202,-1.270370057,0.7392461008,465,0.671902494,0.611159853,5557.6727193 +203,-1.448950472,0.7441675014,465,0.671902494,0.611159853,5929.5753404 +204,-1.492662363,0.7523026852,465,0.671902494,0.611159853,5993.8269588 +205,-1.479098966,0.7763855017,465,0.671902494,0.611159853,5897.6943972 +206,-1.633760714,0.7869022408,465,0.671902494,0.611159853,6148.0108956 +207,-1.647406434,0.8101289331,465,0.671902494,0.611159853,6097.4729976 +208,-1.564245052,0.5701509278,465,0.671902494,0.611159853,6681.9978525 +209,-1.646289963,0.6833746083,465,0.671902494,0.611159853,6496.9026436 +210,-1.5820631,0.6751952144,465,0.671902494,0.611159853,6399.7823795 +211,-1.613236298,0.6681681791,465,0.671902494,0.611159853,6482.1405951 +212,-1.914661867,0.8212566515,465,0.671902494,0.611159853,6436.6305553 +213,-1.742133237,0.7250275956,465,0.671902494,0.611159853,6528.2307053 +214,-2.033144872,0.6557314699,465,0.671902494,0.611159853,7175.2936462 +215,-2.039551981,0.6964723658,465,0.671902494,0.611159853,7031.2649088 +216,-1.247341019,0.7622473908,465,0.671902494,0.611159853,5448.6074622 +217,-1.298239787,0.7084123392,465,0.671902494,0.611159853,5699.4386735 +218,-1.308539688,0.6926545592,465,0.671902494,0.611159853,5763.7623277 +219,-1.303263185,0.6888938396,465,0.671902494,0.611159853,5761.2957524 +220,-1.852400229,0.6004246149,465,0.671902494,0.611159853,7128.282011 +221,-1.288947707,0.7473773692,465,0.671902494,0.611159853,5578.9119932 +222,-1.372031502,0.7472790993,465,0.671902494,0.611159853,5760.4603281 +223,-1.289805721,0.7242157877,465,0.671902494,0.611159853,5639.7653602 +224,-1.350807603,0.7533498126,465,0.671902494,0.611159853,5698.8305063 +225,-1.329290365,0.7560442322,465,0.671902494,0.611159853,5645.3175856 +226,-1.410153004,0.616936428,465,0.671902494,0.611159853,6201.5798256 +227,-1.393445434,0.6308995063,465,0.671902494,0.611159853,6124.5190435 +228,-1.37595573,0.6241540638,465,0.671902494,0.611159853,6102.3075712 +229,-1.358388707,0.6172645205,465,0.671902494,0.611159853,6079.5341333 +230,-1.753741133,0.8281661666,465,0.671902494,0.611159853,6202.5670732 +231,-1.47430987,0.6834615681,465,0.671902494,0.611159853,6155.4535119 +232,-1.421012508,0.7222725206,465,0.671902494,0.611159853,5932.9493429 +233,-1.4476833,0.6978557868,465,0.671902494,0.611159853,6058.0052385 +234,-1.470370723,0.6966193374,465,0.671902494,0.611159853,6109.3579355 +235,-1.429211703,0.7037216883,465,0.671902494,0.611159853,6002.1521643 +236,-1.700578405,0.6178673663,465,0.671902494,0.611159853,6807.3251601 +237,-1.678117619,0.6331716163,465,0.671902494,0.611159853,6716.0688825 +238,-1.725644578,0.6316331145,465,0.671902494,0.611159853,6808.2371137 +239,-2.14012759,0.7930497945,465,0.671902494,0.611159853,6757.8625504 +240,-2.103289431,0.7653606263,465,0.671902494,0.611159853,6833.7702731 +241,-1.318739838,0.7017808746,465,0.671902494,0.611159853,5763.4140677 +242,-1.396417427,0.7077900843,465,0.671902494,0.611159853,5920.2190084 +243,-1.35650337,0.7185539404,465,0.671902494,0.611159853,5803.7722921 +244,-1.248884539,0.7274156818,465,0.671902494,0.611159853,5537.9837327 +245,-1.395014798,0.5761185243,465,0.671902494,0.611159853,6278.6544035 +246,-1.433377362,0.6064716109,465,0.671902494,0.611159853,6284.2247999 +247,-1.408172432,0.5903155476,465,0.671902494,0.611159853,6270.7191917 +248,-1.749645898,0.7757118084,465,0.671902494,0.611159853,6371.5093734 +249,-1.571626686,0.615046989,465,0.671902494,0.611159853,6561.8728218 +250,-1.514070049,0.6303003037,465,0.671902494,0.611159853,6394.75475 +251,-1.480890369,0.6237966528,465,0.671902494,0.611159853,6341.6617312 +252,-1.704390658,0.5281680612,465,0.671902494,0.611159853,7104.467813 +253,-1.64434733,0.5254277498,465,0.671902494,0.611159853,6990.290642 +254,-1.703855997,0.4792484842,465,0.671902494,0.611159853,7260.5841731 +255,-1.692002383,0.5748825051,465,0.671902494,0.611159853,6929.7443921 +256,-1.854136457,0.5544643913,465,0.671902494,0.611159853,7289.9354723 +257,-1.665021206,0.520317736,465,0.671902494,0.611159853,7049.5127436 +258,-1.733654349,0.4845187345,465,0.671902494,0.611159853,7304.1746895 +259,-1.720938188,0.5135933906,465,0.671902494,0.611159853,7184.4385047 +260,-1.742668307,0.553296122,465,0.671902494,0.611159853,7096.7651162 +261,-1.965659039,0.7142126903,465,0.671902494,0.611159853,6882.5536632 +262,-1.944438071,0.6772834804,465,0.671902494,0.611159853,6989.5422545 +263,-1.270340967,0.7681487096,465,0.671902494,0.611159853,5485.2908037 +264,-1.353091884,0.6549276821,465,0.671902494,0.611159853,5966.1114372 +265,-1.333236659,0.6413584414,465,0.671902494,0.611159853,5955.7349386 +266,-1.352015998,0.6753788907,465,0.671902494,0.611159853,5908.9774306 +267,-1.377988483,0.6577816235,465,0.671902494,0.611159853,6015.6563851 +268,-2.13075611,0.8318642051,465,0.671902494,0.611159853,6602.9460301 +269,-2.097910953,0.8259670014,465,0.671902494,0.611159853,6600.162999 +270,-1.416382069,0.6694271549,465,0.671902494,0.611159853,6069.9203856 +271,-1.538905672,0.7535625993,465,0.671902494,0.611159853,6079.4949297 +272,-1.572309477,0.7803125099,465,0.671902494,0.611159853,6060.7342757 +273,-1.87759879,0.7503853417,465,0.671902494,0.611159853,6641.6184375 +274,1.152365588,0.590457682,465,0.671902494,0.611159853,1567.0198899 +275,0.350198001,0.718001859,465,0.671902494,0.611159853,1085.918276 +276,0.046513677,0.491503852,465,0.671902494,0.611159853,2150.5795217 +277,0.027510309,0.742571376,465,0.671902494,0.611159853,2039.2057713 +278,0.306285725,-0.214631579,465,0.671902494,0.611159853,3547.2943895 +279,-1.100564889,0.318051531,465,0.671902494,0.611159853,6128.3491014 +280,-1.078582306,0.301437596,465,0.671902494,0.611159853,6100.7333825 +281,-1.137371989,-0.617634065,465,0.671902494,0.611159853,8250.4196671 +282,0.784356344,0.703272339,465,0.671902494,0.611159853,507.1344935 +283,-1.221209947,0.218327455,465,0.671902494,0.611159853,6734.2366055 +284,2.347301921,-0.449114658,465,0.671902494,0.611159853,7537.9436435 +285,0.246820618,0.830553713,465,0.671902494,0.611159853,1524.2222568 +286,0.829414965,0.703288228,465,0.671902494,0.611159853,613.57607406 +287,-1.337537566,0.42332223,465,0.671902494,0.611159853,6544.7423804 +288,0.882453706,0.454478077,465,0.671902494,0.611159853,947.93754931 +289,1.575629659,0.416419109,465,0.671902494,0.611159853,3175.4824262 +290,-1.039455679,0.229888244,465,0.671902494,0.611159853,6146.5235866 +291,0.489558039,0.934482747,465,0.671902494,0.611159853,1377.7316386 +292,0.081344504,0.88384514,465,0.671902494,0.611159853,2001.0538473 +293,-1.547979814,0.300350308,465,0.671902494,0.611159853,7441.7442538 +294,0.040776181,0.168560074,465,0.671902494,0.611159853,2874.0434725 +295,-1.130374745,0.563894876,465,0.671902494,0.611159853,5633.9587428 +296,1.578326642,0.478507176,465,0.671902494,0.611159853,3080.8704853 +297,-1.12861823,-0.291640865,465,0.671902494,0.611159853,7611.2422378 +298,0.310524208,0.770885792,465,0.671902494,0.611159853,1266.3580107 +299,0.415649091,-0.387246002,465,0.671902494,0.611159853,4070.29754 +300,-0.926533878,-0.188022748,465,0.671902494,0.611159853,6736.2830438 +301,1.258856172,-0.11716081,465,0.671902494,0.611159853,3622.4627585 +302,-1.126050026,0.322941926,465,0.671902494,0.611159853,6193.4096343 +303,2.002785835,0.07893892,465,0.671902494,0.611159853,5264.9782871 +304,0.440437607,0.746258085,465,0.671902494,0.611159853,890.20388306 +305,-0.030391866,0.214441206,465,0.671902494,0.611159853,2963.2955456 +306,0.521557815,-0.058929362,465,0.671902494,0.611159853,2712.5040543 +307,-0.097005111,0.13317729,465,0.671902494,0.611159853,3369.0749928 +308,1.83113859,0.221857587,465,0.671902494,0.611159853,4391.408993 +309,0.222428864,0.099404236,465,0.671902494,0.611159853,2608.1118297 +310,-1.702731345,0.8728568183,465,0.671902494,0.611159853,5981.4087262 +311,-0.418507569,0.278324921,465,0.671902494,0.611159853,4048.6140321 +312,-1.41153306,0.339029988,465,0.671902494,0.611159853,6971.0202416 +313,0.357560442,0.114788776,465,0.671902494,0.611159853,2275.6935953 +314,0.325818979,0.268352149,465,0.671902494,0.611159853,1831.4831939 +315,-1.246004659,-0.663679965,465,0.671902494,0.611159853,8638.5220043 +316,1.814603087,0.637404484,465,0.671902494,0.611159853,3599.6311735 +317,1.843704281,-0.18300445,465,0.671902494,0.611159853,5390.2378208 +318,1.690644492,-0.211480909,465,0.671902494,0.611159853,5017.1643061 +319,-1.275451936,0.068109467,465,0.671902494,0.611159853,7269.5301704 +320,0.762430171,-0.207594741,465,0.671902494,0.611159853,3260.8485712 +321,0.265668905,-0.014647884,465,0.671902494,0.611159853,2899.4175176 +322,-2.773032013,-0.335515811,465,0.671902494,0.611159853,10920.391257 +323,-1.469512853,0.174058777,465,0.671902494,0.611159853,7580.5623897 +324,0.286276986,0.785925691,465,0.671902494,0.611159853,1352.5803152 +325,-1.379324697,0.377432233,465,0.671902494,0.611159853,6779.8492472 +326,-1.203778265,0.212813032,465,0.671902494,0.611159853,6694.8114443 +327,0.579916301,0.611743168,465,0.671902494,0.611159853,298.31571788 +328,0.267582642,0.868113908,465,0.671902494,0.611159853,1549.1225389 +329,0.412869244,-0.050245578,465,0.671902494,0.611159853,2791.0999349 +330,0.17524381,0.976660285,465,0.671902494,0.611159853,1972.4627126 +331,0.743157214,0.204812899,465,0.671902494,0.611159853,1629.8109484 +332,-1.070758176,0.269382282,465,0.671902494,0.611159853,6151.7999022 +333,-1.230364251,0.329790229,465,0.671902494,0.611159853,6484.8663891 +334,-1.374813124,-0.024926835,465,0.671902494,0.611159853,7806.2763943 +335,0.519780566,0.463669906,465,0.671902494,0.611159853,779.79770704 +336,-1.55108034,0.239698561,465,0.671902494,0.611159853,7623.9833336 +337,0.180294813,0.029739425,465,0.671902494,0.611159853,2929.5551963 +338,0.67820924,0.268170153,465,0.671902494,0.611159853,1358.7671675 +339,0.445798684,1.024001867,465,0.671902494,0.611159853,1739.1722649 +340,0.691751283,0.150521402,465,0.671902494,0.611159853,1826.0096512 +341,-1.036643551,-0.903056181,465,0.671902494,0.611159853,8388.9771194 +342,-0.120287036,1.083325163,465,0.671902494,0.611159853,2700.9747888 +343,2.823513113,-0.304487164,465,0.671902494,0.611159853,8774.5058261 +344,0.457583172,1.12513373,465,0.671902494,0.611159853,2100.0051657 +345,0.042918831,0.813795399,465,0.671902494,0.611159853,2026.9143365 +346,1.196146777,-0.853142756,465,0.671902494,0.611159853,6087.3718738 +347,0.206001358,-0.010430701,465,0.671902494,0.611159853,3005.5708856 +348,-0.268308653,0.234799412,465,0.671902494,0.611159853,3657.47473 +349,0.759363263,0.736189579,465,0.671902494,0.611159853,564.15749703 +350,0.181363926,0.891988372,465,0.671902494,0.611159853,1784.7901785 +351,-0.021111158,0.139103292,465,0.671902494,0.611159853,3130.8905041 +352,-0.093355215,0.630686981,465,0.671902494,0.611159853,2445.3910425 +353,0.40118964,0.681375926,465,0.671902494,0.611159853,898.73983395 +354,-0.721197315,1.304706234,465,0.671902494,0.611159853,3713.998921 +355,-1.076150317,0.212107639,465,0.671902494,0.611159853,6302.6318284 +356,-1.577164531,0.273993443,465,0.671902494,0.611159853,7593.6951614 +357,-0.190788414,0.182208586,465,0.671902494,0.611159853,3533.3865762 +358,-0.261349752,0.209710184,465,0.671902494,0.611159853,3691.5339503 +359,-1.029303852,0.083549259,465,0.671902494,0.611159853,6452.7567138 +360,-1.268609162,0.330525297,465,0.671902494,0.611159853,6593.5918586 +361,1.282982244,-0.926641967,465,0.671902494,0.611159853,6443.9207343 +362,0.217352334,0.731352408,465,0.671902494,0.611159853,1481.2188574 +363,-1.511833084,0.258629297,465,0.671902494,0.611159853,7465.0438248 +364,0.338812194,0.823184618,465,0.671902494,0.611159853,1295.3466012 +365,-0.324406489,1.134201999,465,0.671902494,0.611159853,3104.9499471 +366,1.389579348,0.399185724,465,0.671902494,0.611159853,2604.5926522 +367,2.047152199,-0.039082036,465,0.671902494,0.611159853,5679.1990561 +368,0.947780369,0.568250077,465,0.671902494,0.611159853,922.91841797 +369,0.763824846,0.576754987,465,0.671902494,0.611159853,331.02927227 +370,-0.142334657,0.928153068,465,0.671902494,0.611159853,2573.4645383 +371,0.610266567,0.547265983,465,0.671902494,0.611159853,325.20953066 +372,0.210731629,0.746815056,465,0.671902494,0.611159853,1511.9844802 +373,-1.34931644,0.316895224,465,0.671902494,0.611159853,6858.3238952 +374,2.407696481,0.655030745,465,0.671902494,0.611159853,5250.1425931 +375,0.64207831,0.545359131,465,0.671902494,0.611159853,278.76465231 +376,1.174597538,0.840588356,465,0.671902494,0.611159853,1729.1861633 +377,0.660059424,0.010604079,465,0.671902494,0.611159853,2379.2039436 +378,-0.730263819,0.010486456,465,0.671902494,0.611159853,5651.7070879 +379,0.831068936,0.512339172,465,0.671902494,0.611159853,661.23940551 +380,1.301180979,0.72367476,465,0.671902494,0.611159853,1992.5597684 +381,1.811128231,0.322854402,465,0.671902494,0.611159853,4116.1473249 +382,0.435105812,0.992284428,465,0.671902494,0.611159853,1637.5712078 +383,0.62643634,0.592027932,465,0.671902494,0.611159853,166.68657579 +384,0.492988703,-0.516339467,465,0.671902494,0.611159853,4515.7276617 +385,-0.162469483,0.112549365,465,0.671902494,0.611159853,3618.1139563 +386,0.314630866,0.472006421,465,0.671902494,0.611159853,1328.5846524 +387,0.166744804,0.822815954,465,0.671902494,0.611159853,1711.3512382 +388,0.417159608,0.965805736,465,0.671902494,0.611159853,1567.2618674 +389,0.106334961,0.868774244,465,0.671902494,0.611159853,1921.3182862 +390,0.815086969,-0.338144359,465,0.671902494,0.611159853,3798.5813655 +391,0.59867455,-0.230624824,465,0.671902494,0.611159853,3345.6425067 +392,1.915104874,0.066220985,465,0.671902494,0.611159853,5011.2400654 +393,1.278093622,0.064463721,465,0.671902494,0.611159853,3102.4384503 +394,-0.061477853,0.302997961,465,0.671902494,0.611159853,2851.1349111 +395,0.251311504,0.626976942,465,0.671902494,0.611159853,1354.799755 +396,2.950242872,0.149095644,465,0.671902494,0.611159853,8031.7180397 +397,-0.180294708,0.35375117,465,0.671902494,0.611159853,3125.2126631 +398,1.010448592,-0.351180233,465,0.671902494,0.611159853,4018.8666106 +399,-1.748740498,0.3686318073,465,0.671902494,0.611159853,7710.8445616 +400,2.699635665,0.123533791,465,0.671902494,0.611159853,7378.5730358 +401,0.496808033,0.823843254,465,0.671902494,0.611159853,989.48209017 +402,0.129574704,0.763364087,465,0.671902494,0.611159853,1754.1468481 +403,1.798920311,0.817447563,465,0.671902494,0.611159853,3371.5469136 +404,0.335987953,0.746786541,465,0.671902494,0.611159853,1162.7245734 +405,-1.085413643,0.292154671,465,0.671902494,0.611159853,6143.3646248 +406,-0.155321003,0.508207011,465,0.671902494,0.611159853,2780.6378129 +407,0.620529244,-0.301175104,465,0.671902494,0.611159853,3618.9237251 +408,1.684402744,0.368716966,465,0.671902494,0.611159853,3615.7371336 +409,0.300582244,-0.386397212,465,0.671902494,0.611159853,4190.5509137 +410,2.913555946,-0.009225192,465,0.671902494,0.611159853,8362.0782943 +411,1.465101417,0.493232532,465,0.671902494,0.611159853,2692.1933602 +412,0.090612882,0.907955955,465,0.671902494,0.611159853,2013.936612 +413,2.987564726,-0.729568594,465,0.671902494,0.611159853,9870.8286699 +414,-1.484261606,0.224149272,465,0.671902494,0.611159853,7485.5232343 +415,0.164073421,0.303955133,465,0.671902494,0.611159853,2163.026135 +416,0.141441293,0.167552546,465,0.671902494,0.611159853,2599.7315915 +417,2.931321023,-0.506718887,465,0.671902494,0.611159853,9483.7808492 +418,2.21951565,0.700596356,465,0.671902494,0.611159853,4658.9161471 +419,0.268112576,1.199114336,465,0.671902494,0.611159853,2494.5635763 +420,0.978913739,0.359223811,465,0.671902494,0.611159853,1462.7868444 +421,1.210898818,0.522863584,465,0.671902494,0.611159853,1826.9308534 +422,2.347397336,0.129231362,465,0.671902494,0.611159853,6265.2070061 +423,0.614394501,0.556878345,465,0.671902494,0.611159853,286.91156431 +424,-1.398079356,0.148483366,465,0.671902494,0.611159853,7440.6607331 +425,2.535303836,-0.112984496,465,0.671902494,0.611159853,7426.4122575 +426,-1.019372593,-0.405322349,465,0.671902494,0.611159853,7498.4381758 +427,-1.297785627,-0.160104069,465,0.671902494,0.611159853,7875.7492502 +428,2.144554488,0.205051084,465,0.671902494,0.611159853,5442.9025919 +429,-2.242387083,-0.426171285,465,0.671902494,0.611159853,11374.16438 +430,0.338637212,0.909723676,465,0.671902494,0.611159853,1511.2616178 +431,-0.148798452,0.691042401,465,0.671902494,0.611159853,2575.5951151 +432,0.893524764,0.441829531,465,0.671902494,0.611159853,1011.1929562 +433,0.969229347,-0.368847936,465,0.671902494,0.611159853,4039.60415 +434,0.436043248,0.800045688,465,0.671902494,0.611159853,1029.4380649 +435,1.687946607,1.081504775,465,0.671902494,0.611159853,3098.9901592 +436,0.522302046,-0.034889271,465,0.671902494,0.611159853,2618.5566109 +437,-0.178996113,-0.438090009,465,0.671902494,0.611159853,5239.2506922 +438,-1.094339566,0.301444068,465,0.671902494,0.611159853,6148.687863 +439,-1.064070054,0.242569932,465,0.671902494,0.611159853,6193.760929 +440,-1.068153768,0.230387998,465,0.671902494,0.611159853,6234.9185532 +441,-3.00496892,-0.23989155,465,0.671902494,0.611159853,10034.189251 +442,0.21751974,0.766874888,465,0.671902494,0.611159853,1511.6058329 +443,0.117229532,0.007619006,465,0.671902494,0.611159853,3147.540776 +444,0.777758451,0.420554741,465,0.671902494,0.611159853,837.98084023 +445,-0.252356999,0.250747086,465,0.671902494,0.611159853,3571.3812073 +446,0.363148444,0.768483434,465,0.671902494,0.611159853,1126.8419823 +447,0.903191366,-0.118210676,465,0.671902494,0.611159853,3015.5188333 +448,-0.205755923,0.149406178,465,0.671902494,0.611159853,3658.7560438 +449,1.811996086,0.02364353,465,0.671902494,0.611159853,4782.7122717 +450,-1.100670221,0.314845373,465,0.671902494,0.611159853,6136.2431684 +451,0.340078597,0.850105132,465,0.671902494,0.611159853,1354.4182214 +452,0.258757267,0.804969236,465,0.671902494,0.611159853,1452.4959694 +453,2.78505352,-0.155160804,465,0.671902494,0.611159853,8324.8687372 +454,0.800551619,0.105822106,465,0.671902494,0.611159853,2056.0363503 +455,0.437940882,-0.506194031,465,0.671902494,0.611159853,4511.38206 +456,2.230431122,0.63458615,465,0.671902494,0.611159853,4812.8749127 +457,0.527965361,0.127667701,465,0.671902494,0.611159853,1985.5000525 +458,-0.063643205,0.702093448,465,0.671902494,0.611159853,2313.6134112 +459,1.408447268,0.133010502,465,0.671902494,0.611159853,3273.8561226 +460,0.523795955,0.280266966,465,0.671902494,0.611159853,1411.9556378 +461,-0.975769313,0.072177659,465,0.671902494,0.611159853,6306.5102396 +462,0.549774164,-0.463663986,465,0.671902494,0.611159853,4281.9085448 +463,0.29245874,1.095549818,465,0.671902494,0.611159853,2134.3428642 +464,0.143625958,0.816809593,465,0.671902494,0.611159853,1763.6531221 +465,0.671902494,0.611159853,465,0.671902494,0.611159853,0 +466,1.239840988,0.6724199,465,0.671902494,0.611159853,1808.7329928 +467,0.607829703,-0.10932137,465,0.671902494,0.611159853,2863.8410244 +468,1.763020906,0.263996692,465,0.671902494,0.611159853,4080.8712559 +469,0.378714634,0.726066797,465,0.671902494,0.611159853,1016.1882427 +470,2.196736143,-0.153862366,465,0.671902494,0.611159853,6423.0557765 +471,0.01702415,0.148991565,465,0.671902494,0.611159853,2994.8080788 +472,-2.998490902,-0.158002487,465,0.671902494,0.611159853,9820.6072867 +473,-3.051262951,-0.346595608,465,0.671902494,0.611159853,10161.759188 +474,-1.069176439,0.182802941,465,0.671902494,0.611159853,6349.3351677 +475,0.167157509,0.595344954,465,0.671902494,0.611159853,1641.8448421 +476,0.613855648,0.681746124,465,0.671902494,0.611159853,334.38607822 +477,1.037012736,0.682555367,465,0.671902494,0.611159853,1185.2601066 +478,-1.253574971,0.379755746,465,0.671902494,0.611159853,6425.8128745 +479,3.108590453,-0.132620738,465,0.671902494,0.611159853,9261.2143871 +480,0.565301296,0.022333262,465,0.671902494,0.611159853,2365.2855614 +481,0.547898238,0.855555614,465,0.671902494,0.611159853,1033.4039318 +482,0.948309381,0.417393755,465,0.671902494,0.611159853,1220.9507442 +483,-0.050600732,0.945269213,465,0.671902494,0.611159853,2379.7079095 +484,-0.977651478,-0.572363064,465,0.671902494,0.611159853,7701.6980068 +485,1.102014914,0.728861163,465,0.671902494,0.611159853,1408.5161876 +486,2.927300795,-0.282939414,465,0.671902494,0.611159853,9063.9358742 +487,-1.154565557,0.124434095,465,0.671902494,0.611159853,6755.4876658 +488,1.855331234,0.291044755,465,0.671902494,0.611159853,4324.0300778 +489,0.830290659,0.276904518,465,0.671902494,0.611159853,1438.3090523 +490,0.485104466,-0.234867441,465,0.671902494,0.611159853,3423.8366017 +491,0.521367572,-0.33161327,465,0.671902494,0.611159853,3777.0250557 +1,-1.539031704,0.7349710123,466,1.239840988,0.6724199,6718.0206908 +2,-1.536990553,0.7349663874,466,1.239840988,0.6724199,6716.3557717 +3,-1.534951779,0.7349571355,466,1.239840988,0.6724199,6714.7014639 +4,-1.532906461,0.7349480293,466,1.239840988,0.6724199,6713.032207 +5,-1.531320211,0.7346937278,466,1.239840988,0.6724199,6712.6700127 +6,-1.539451648,0.7335131775,466,1.239840988,0.6724199,6723.9100998 +7,-1.537429487,0.7335445708,466,1.239840988,0.6724199,6722.1232902 +8,-1.535484998,0.7335658704,466,1.239840988,0.6724199,6720.4307095 +9,-1.533488396,0.7336036027,466,1.239840988,0.6724199,6718.6241591 +10,-1.531497785,0.7335842962,466,1.239840988,0.6724199,6717.0307675 +11,-1.530259379,0.7334777758,466,1.239840988,0.6724199,6716.393859 +12,-1.5335454,0.7322346912,466,1.239840988,0.6724199,6723.8710099 +13,-1.531489083,0.7322238773,466,1.239840988,0.6724199,6722.1880597 +14,-1.530011122,0.7321679851,466,1.239840988,0.6724199,6721.1554485 +15,-1.53348106,0.7306614094,466,1.239840988,0.6724199,6729.7924885 +16,-1.531441779,0.7306962275,466,1.239840988,0.6724199,6727.947601 +17,-1.529755654,0.7306933243,466,1.239840988,0.6724199,6726.5358186 +18,-1.533415048,0.7291384674,466,1.239840988,0.6724199,6735.5210989 +19,-1.531392093,0.7291705353,466,1.239840988,0.6724199,6733.6974768 +20,-1.529296523,0.7291214933,466,1.239840988,0.6724199,6732.1113607 +21,-1.535280942,0.727267644,466,1.239840988,0.6724199,6744.1910091 +22,-1.533378158,0.7276139666,466,1.239840988,0.6724199,6741.2798284 +23,-1.531340368,0.7276446587,466,1.239840988,0.6724199,6739.4460968 +24,-1.528960113,0.7276398177,466,1.239840988,0.6724199,6737.4473944 +25,-1.533313146,0.7260818349,466,1.239840988,0.6724199,6747.0436649 +26,-1.531259555,0.7260958115,466,1.239840988,0.6724199,6745.2570513 +27,-1.528926415,0.7260865555,466,1.239840988,0.6724199,6743.3116241 +28,-1.531226779,0.7245511789,466,1.239840988,0.6724199,6751.0924034 +29,-1.528904772,0.7245519194,466,1.239840988,0.6724199,6749.1152741 +30,-1.547195875,0.7409785979,466,1.239840988,0.6724199,6701.7735222 +31,-1.5451475,0.740980426,466,1.239840988,0.6724199,6700.1241919 +32,-1.543097679,0.7409798872,466,1.239840988,0.6724199,6698.4737362 +33,-1.540720364,0.7409892687,466,1.239840988,0.6724199,6696.510278 +34,-1.547188511,0.7395198392,466,1.239840988,0.6724199,6707.3252479 +35,-1.545148587,0.7395226109,466,1.239840988,0.6724199,6705.6766242 +36,-1.543104538,0.7395314908,466,1.239840988,0.6724199,6703.9925106 +37,-1.540727751,0.7395306258,466,1.239840988,0.6724199,6702.0656216 +38,-1.547187029,0.7380014886,466,1.239840988,0.6724199,6713.1086256 +39,-1.545147315,0.7380012252,466,1.239840988,0.6724199,6711.4691599 +40,-1.54310719,0.7380060743,466,1.239840988,0.6724199,6709.8009788 +41,-1.540719671,0.7380068206,466,1.239840988,0.6724199,6707.8561852 +42,-1.547187189,0.7364799098,466,1.239840988,0.6724199,6718.905531 +43,-1.545149996,0.7364853874,466,1.239840988,0.6724199,6717.2436718 +44,-1.543106091,0.7364823484,466,1.239840988,0.6724199,6715.5998845 +45,-1.540717158,0.7364893901,466,1.239840988,0.6724199,6713.6269377 +46,-1.538663972,0.7410138672,466,1.239840988,0.6724199,6694.7394936 +47,-1.53695285,0.7409699132,466,1.239840988,0.6724199,6693.5041054 +48,-1.534910498,0.7409641297,466,1.239840988,0.6724199,6691.843885 +49,-1.533145034,0.7409536636,466,1.239840988,0.6724199,6690.4223359 +50,-1.538681336,0.7395405883,466,1.239840988,0.6724199,6700.3561767 +51,-1.536999189,0.7395183096,466,1.239840988,0.6724199,6699.0601651 +52,-1.534923633,0.7395144222,466,1.239840988,0.6724199,6697.3629678 +53,-1.533267822,0.7395654306,466,1.239840988,0.6724199,6695.7968887 +54,-1.53867273,0.7380151077,466,1.239840988,0.6724199,6706.1500234 +55,-1.536980576,0.7379994392,466,1.239840988,0.6724199,6704.8184407 +56,-1.534931522,0.7379944961,466,1.239840988,0.6724199,6703.1444508 +57,-1.533387952,0.7379480264,466,1.239840988,0.6724199,6702.0398452 +58,-1.538682279,0.7364914363,466,1.239840988,0.6724199,6711.9517955 +59,-1.536980704,0.7364810563,466,1.239840988,0.6724199,6710.5901919 +60,-1.534935567,0.7364752065,466,1.239840988,0.6724199,6708.920258 +61,-1.533042592,0.7363876366,466,1.239840988,0.6724199,6707.6785928 +62,-1.545143426,0.7349628011,466,1.239840988,0.6724199,6723.036318 +63,-1.543105297,0.7349691947,466,1.239840988,0.6724199,6721.3587079 +64,-1.541064533,0.7349647152,466,1.239840988,0.6724199,6719.7114059 +65,-1.545411803,0.7334624714,466,1.239840988,0.6724199,6728.9668009 +66,-1.543446606,0.7334780896,466,1.239840988,0.6724199,6727.3120716 +67,-1.541475327,0.7334957295,466,1.239840988,0.6724199,6725.6364159 +68,-1.545401939,0.731963266,466,1.239840988,0.6724199,6734.6678822 +69,-1.54342253,0.7319915583,466,1.239840988,0.6724199,6732.950834 +70,-1.541455867,0.7320216438,466,1.239840988,0.6724199,6731.229057 +71,-1.545410146,0.7304422281,466,1.239840988,0.6724199,6740.4666654 +72,-1.543435491,0.7304713664,466,1.239840988,0.6724199,6738.7478093 +73,-1.541463105,0.7304997613,466,1.239840988,0.6724199,6737.025325 +74,-1.545414768,0.7289194936,466,1.239840988,0.6724199,6746.2689214 +75,-1.543435774,0.7289538557,466,1.239840988,0.6724199,6744.5241533 +76,-1.541457714,0.7289765881,466,1.239840988,0.6724199,6742.8160489 +77,-1.539449415,0.7320555866,466,1.239840988,0.6724199,6729.451612 +78,-1.537429183,0.7321097681,466,1.239840988,0.6724199,6727.5772781 +79,-1.535472649,0.7321497267,466,1.239840988,0.6724199,6725.8014098 +80,-1.539457899,0.7305333307,466,1.239840988,0.6724199,6735.2477953 +81,-1.537453161,0.7305750503,466,1.239840988,0.6724199,6733.431124 +82,-1.535479385,0.7306124949,466,1.239840988,0.6724199,6731.647994 +83,-1.53946905,0.7290102593,466,1.239840988,0.6724199,6741.0492108 +84,-1.537459922,0.7290417293,466,1.239840988,0.6724199,6739.2653275 +85,-1.535451349,0.7290890157,466,1.239840988,0.6724199,6737.4132207 +86,-1.535522937,0.7279887191,466,1.239840988,0.6724199,6741.653655 +87,-1.539442524,0.7274735939,466,1.239840988,0.6724199,6746.8710794 +88,-1.537424111,0.727521351,466,1.239840988,0.6724199,6745.0148429 +89,-1.539384641,0.7259505092,466,1.239840988,0.6724199,6752.6151444 +90,-1.537372391,0.7259947145,466,1.239840988,0.6724199,6750.7746986 +91,-1.535340789,0.7260435356,466,1.239840988,0.6724199,6748.8919073 +92,-1.539325716,0.7244369706,466,1.239840988,0.6724199,6758.3217896 +93,-1.537308932,0.7244801057,466,1.239840988,0.6724199,6756.4788022 +94,-1.535289068,0.7245247645,466,1.239840988,0.6724199,6754.6187867 +95,-1.533261366,0.7245550236,466,1.239840988,0.6724199,6752.7981757 +96,-1.539267302,0.722921924,466,1.239840988,0.6724199,6764.0343403 +97,-1.537248972,0.7229660258,466,1.239840988,0.6724199,6762.1835519 +98,-1.535219431,0.7229916471,466,1.239840988,0.6724199,6760.3848726 +99,-1.53318962,0.7230212049,466,1.239840988,0.6724199,6758.5621885 +100,-1.531154816,0.7230299897,466,1.239840988,0.6724199,6756.805302 +101,-1.528878341,0.7230370244,466,1.239840988,0.6724199,6754.8397816 +102,-1.539218189,0.7214009878,466,1.239840988,0.6724199,6769.7767797 +103,-1.537198791,0.7214422745,466,1.239840988,0.6724199,6767.9329883 +104,-1.535179266,0.7214634354,466,1.239840988,0.6724199,6766.1568399 +105,-1.533156501,0.7214944644,466,1.239840988,0.6724199,6764.3317095 +106,-1.53113574,0.7215166021,466,1.239840988,0.6724199,6762.5332753 +107,-1.528874248,0.7215345535,466,1.239840988,0.6724199,6760.536095 +108,-1.539217656,0.7198512397,466,1.239840988,0.6724199,6775.6690795 +109,-1.537199919,0.7199428763,466,1.239840988,0.6724199,6773.6326711 +110,-1.545425832,0.727397149,466,1.239840988,0.6724199,6752.074861 +111,-1.543371177,0.7273916949,466,1.239840988,0.6724199,6750.4172138 +112,-1.541368852,0.7274523163,466,1.239840988,0.6724199,6748.5421232 +113,-1.545349067,0.7258710923,466,1.239840988,0.6724199,6757.8232005 +114,-1.54332671,0.7258603556,466,1.239840988,0.6724199,6756.2092065 +115,-1.541346831,0.7259242142,466,1.239840988,0.6724199,6754.3375593 +116,-1.545324355,0.7243383958,466,1.239840988,0.6724199,6763.6390716 +117,-1.543292796,0.7243617413,466,1.239840988,0.6724199,6761.8851069 +118,-1.541295822,0.7244024384,466,1.239840988,0.6724199,6760.084827 +119,-1.543193859,0.7205570215,466,1.239840988,0.6724199,6776.283819 +120,-1.550257047,0.7386738187,466,1.239840988,0.6724199,6712.9977845 +121,-1.549335448,0.7311736483,466,1.239840988,0.6724199,6740.8503725 +122,-1.533478843,0.7179891343,466,1.239840988,0.6724199,6777.9157542 +123,-1.556150555,0.738907041,466,1.239840988,0.6724199,6716.7551577 +124,-1.554324226,0.733414257,466,1.239840988,0.6724199,6736.281047 +125,-1.554290846,0.7288285332,466,1.239840988,0.6724199,6753.750569 +126,-1.55122487,0.7219795312,466,1.239840988,0.6724199,6777.4175414 +127,-1.525104458,0.7229399862,466,1.239840988,0.6724199,6751.9688309 +128,-1.519607711,0.7236181429,466,1.239840988,0.6724199,6744.6289315 +129,-1.513899999,0.7251107854,466,1.239840988,0.6724199,6733.9647658 +130,-1.536620762,0.7431061895,466,1.239840988,0.6724199,6685.1110765 +131,-1.5369566,0.7460845958,466,1.239840988,0.6724199,6674.0642548 +132,-1.545345528,0.7447040685,466,1.239840988,0.6724199,6686.1022656 +133,-1.532813921,0.7432306626,466,1.239840988,0.6724199,6681.4998902 +134,-1.554788248,0.7382381001,466,1.239840988,0.6724199,6718.2404061 +135,-1.540348126,0.7301594274,466,1.239840988,0.6724199,6737.4035439 +136,-1.538016084,0.7239051786,466,1.239840988,0.6724199,6759.2541054 +137,-1.525288962,0.7258085137,466,1.239840988,0.6724199,6741.2544494 +138,-1.534326986,0.731241342,466,1.239840988,0.6724199,6728.2973514 +139,-1.530733872,0.7303625216,466,1.239840988,0.6724199,6728.6176005 +141,-1.534354939,0.7328219978,466,1.239840988,0.6724199,6722.3161953 +142,-1.53157084,0.7292888153,466,1.239840988,0.6724199,6733.3991837 +143,-1.525691035,0.7263799874,466,1.239840988,0.6724199,6739.4333666 +144,-1.534031287,0.7495967835,466,1.239840988,0.6724199,6658.3217231 +145,-1.527714986,0.7283095957,466,1.239840988,0.6724199,6733.8470141 +146,-1.526189586,0.7271468292,466,1.239840988,0.6724199,6736.9534304 +147,-1.555177336,0.7375563366,466,1.239840988,0.6724199,6721.1476807 +148,-1.555080283,0.7312707794,466,1.239840988,0.6724199,6745.057539 +149,-1.53856994,0.7224180299,466,1.239840988,0.6724199,6765.3695504 +150,-1.530837883,0.729933372,466,1.239840988,0.6724199,6730.3342604 +151,-1.515066984,0.5854133365,466,1.239840988,0.6724199,7262.667302 +152,-1.534731633,0.5368370046,466,1.239840988,0.6724199,7465.9967936 +153,-1.515231902,0.5607085576,466,1.239840988,0.6724199,7355.9829358 +154,-2.616253799,1.0684566605,466,1.239840988,0.6724199,5174.4025668 +155,-1.956071439,0.5792177723,466,1.239840988,0.6724199,7482.0838825 +156,-1.951208514,0.5602434208,466,1.239840988,0.6724199,7557.8672034 +157,-1.944675062,0.6062144545,466,1.239840988,0.6724199,7376.7286716 +158,-1.613778386,0.6077989518,466,1.239840988,0.6724199,7264.0025473 +159,-2.035029014,0.6021432345,466,1.239840988,0.6724199,7371.6465058 +160,-2.114989471,0.6801825058,466,1.239840988,0.6724199,7030.3852309 +161,-2.037382079,0.5765830025,466,1.239840988,0.6724199,7471.4262539 +162,-2.129855121,0.6585019963,466,1.239840988,0.6724199,7106.8400198 +163,-2.075141798,0.6493615843,466,1.239840988,0.6724199,7170.1330621 +164,-1.828626729,0.6948433129,466,1.239840988,0.6724199,7021.6246766 +165,-1.863329418,0.6735427691,466,1.239840988,0.6724199,7110.6567417 +166,-1.266037071,0.727988852,466,1.239840988,0.6724199,6441.7795367 +167,-1.277579582,0.7249010648,466,1.239840988,0.6724199,6468.4071483 +168,-1.258418684,0.7241194816,466,1.239840988,0.6724199,6444.7746375 +169,-1.317813974,0.6804850104,466,1.239840988,0.6724199,6680.0969295 +170,-1.344165204,0.6790988904,466,1.239840988,0.6724199,6719.6246974 +171,-1.427582102,0.5277120351,466,1.239840988,0.6724199,7377.696787 +172,-1.402238616,0.457167829,466,1.239840988,0.6724199,7601.3794202 +173,-1.422454264,0.4996161999,466,1.239840988,0.6724199,7474.150597 +174,-1.439089277,0.4894859811,466,1.239840988,0.6724199,7533.0715806 +175,-1.448126995,0.5182330266,466,1.239840988,0.6724199,7438.4591496 +176,-1.474626146,0.5881926574,466,1.239840988,0.6724199,7209.5499639 +177,-1.421139645,0.5584869783,466,1.239840988,0.6724199,7256.4637622 +178,-1.457037165,0.565943032,466,1.239840988,0.6724199,7272.4343719 +179,-2.757159358,0.3745319,466,1.239840988,0.6724199,7221.5079598 +180,-2.714309238,0.342054471,466,1.239840988,0.6724199,7419.934745 +181,-2.000525337,0.774119946,466,1.239840988,0.6724199,6703.2223315 +183,-1.571413436,0.6777838382,466,1.239840988,0.6724199,6962.4192452 +184,-1.552860289,0.6987663893,466,1.239840988,0.6724199,6867.2516563 +185,-1.521852374,0.7165827476,466,1.239840988,0.6724199,6773.2303054 +186,-1.503656267,0.6928968252,466,1.239840988,0.6724199,6846.2551012 +187,-1.502753178,0.7136205882,466,1.239840988,0.6724199,6767.2933953 +188,-1.631894563,0.7343596465,466,1.239840988,0.6724199,6787.3619376 +189,-1.653765416,0.6770714026,466,1.239840988,0.6724199,7022.9398015 +190,-1.719812114,0.6715965947,466,1.239840988,0.6724199,7079.156649 +191,-1.493406659,0.6646955447,466,1.239840988,0.6724199,6942.5619046 +192,-1.469120564,0.6613469966,466,1.239840988,0.6724199,6930.4961385 +193,-1.590551461,0.5326612937,466,1.239840988,0.6724199,7534.0921472 +194,-1.625979264,0.5247742243,466,1.239840988,0.6724199,7593.4907796 +195,-1.572293943,0.5238808754,466,1.239840988,0.6724199,7551.3851329 +196,-1.610848725,0.5477107964,466,1.239840988,0.6724199,7493.1825434 +197,-1.208485554,0.7918526018,466,1.239840988,0.6724199,6140.5379634 +198,-1.335601374,0.6869083083,466,1.239840988,0.6724199,6680.5030351 +199,-1.346156996,0.6825213377,466,1.239840988,0.6724199,6709.853741 +200,-1.324381037,0.6741422347,466,1.239840988,0.6724199,6711.5140404 +201,-1.242424992,0.7378949807,466,1.239840988,0.6724199,6374.3594098 +202,-1.270370057,0.7392461008,466,1.239840988,0.6724199,6408.1861413 +203,-1.448950472,0.7441675014,466,1.239840988,0.6724199,6601.1799643 +204,-1.492662363,0.7523026852,466,1.239840988,0.6724199,6612.4090486 +205,-1.479098966,0.7763855017,466,1.239840988,0.6724199,6509.6433163 +206,-1.633760714,0.7869022408,466,1.239840988,0.6724199,6584.9718765 +207,-1.647406434,0.8101289331,466,1.239840988,0.6724199,6502.5252458 +208,-1.564245052,0.5701509278,466,1.239840988,0.6724199,7367.5441312 +209,-1.646289963,0.6833746083,466,1.239840988,0.6724199,6993.8955941 +210,-1.5820631,0.6751952144,466,1.239840988,0.6724199,6980.7019774 +211,-1.613236298,0.6681681791,466,1.239840988,0.6724199,7030.8197193 +212,-1.914661867,0.8212566515,466,1.239840988,0.6724199,6527.2192191 +213,-1.742133237,0.7250275956,466,1.239840988,0.6724199,6878.6461543 +214,-2.033144872,0.6557314699,466,1.239840988,0.6724199,7161.2461456 +215,-2.039551981,0.6964723658,466,1.239840988,0.6724199,6998.6790628 +216,-1.247341019,0.7622473908,466,1.239840988,0.6724199,6296.4373534 +217,-1.298239787,0.7084123392,466,1.239840988,0.6724199,6554.5500427 +218,-1.308539688,0.6926545592,466,1.239840988,0.6724199,6624.3243541 +219,-1.303263185,0.6888938396,466,1.239840988,0.6724199,6630.5813968 +220,-1.852400229,0.6004246149,466,1.239840988,0.6724199,7398.8553507 +221,-1.288947707,0.7473773692,466,1.239840988,0.6724199,6404.2530969 +222,-1.372031502,0.7472790993,466,1.239840988,0.6724199,6506.8648805 +223,-1.289805721,0.7242157877,466,1.239840988,0.6724199,6487.2978783 +224,-1.350807603,0.7533498126,466,1.239840988,0.6724199,6460.0607792 +225,-1.329290365,0.7560442322,466,1.239840988,0.6724199,6424.4515158 +226,-1.410153004,0.616936428,466,1.239840988,0.6724199,7028.2979713 +227,-1.393445434,0.6308995063,466,1.239840988,0.6724199,6956.6608899 +228,-1.37595573,0.6241540638,466,1.239840988,0.6724199,6959.1579237 +229,-1.358388707,0.6172645205,466,1.239840988,0.6724199,6961.1434909 +230,-1.753741133,0.8281661666,466,1.239840988,0.6724199,6477.064127 +231,-1.47430987,0.6834615681,466,1.239840988,0.6724199,6853.1551155 +232,-1.421012508,0.7222725206,466,1.239840988,0.6724199,6653.1910569 +233,-1.4476833,0.6978557868,466,1.239840988,0.6724199,6772.0502094 +234,-1.470370723,0.6966193374,466,1.239840988,0.6724199,6799.9830188 +235,-1.429211703,0.7037216883,466,1.239840988,0.6724199,6730.5818867 +236,-1.700578405,0.6178673663,466,1.239840988,0.6724199,7280.1097281 +237,-1.678117619,0.6331716163,466,1.239840988,0.6724199,7208.0786423 +238,-1.725644578,0.6316331145,466,1.239840988,0.6724199,7238.4501211 +239,-2.14012759,0.7930497945,466,1.239840988,0.6724199,6577.3449829 +240,-2.103289431,0.7653606263,466,1.239840988,0.6724199,6703.2020705 +241,-1.318739838,0.7017808746,466,1.239840988,0.6724199,6605.3047775 +242,-1.396417427,0.7077900843,466,1.239840988,0.6724199,6679.0140862 +243,-1.35650337,0.7185539404,466,1.239840988,0.6724199,6592.6771731 +244,-1.248884539,0.7274156818,466,1.239840988,0.6724199,6419.911697 +245,-1.395014798,0.5761185243,466,1.239840988,0.6724199,7158.5587049 +246,-1.433377362,0.6064716109,466,1.239840988,0.6724199,7094.6422799 +247,-1.408172432,0.5903155476,466,1.239840988,0.6724199,7123.4416151 +248,-1.749645898,0.7757118084,466,1.239840988,0.6724199,6682.0730971 +249,-1.571626686,0.615046989,466,1.239840988,0.6724199,7202.560278 +250,-1.514070049,0.6303003037,466,1.239840988,0.6724199,7092.3114468 +251,-1.480890369,0.6237966528,466,1.239840988,0.6724199,7083.2115178 +252,-1.704390658,0.5281680612,466,1.239840988,0.6724199,7632.7357199 +253,-1.64434733,0.5254277498,466,1.239840988,0.6724199,7604.7652368 +254,-1.703855997,0.4792484842,466,1.239840988,0.6724199,7823.5289755 +255,-1.692002383,0.5748825051,466,1.239840988,0.6724199,7443.3173023 +256,-1.854136457,0.5544643913,466,1.239840988,0.6724199,7580.9886294 +257,-1.665021206,0.520317736,466,1.239840988,0.6724199,7639.0481455 +258,-1.733654349,0.4845187345,466,1.239840988,0.6724199,7819.098231 +259,-1.720938188,0.5135933906,466,1.239840988,0.6724199,7698.6930118 +260,-1.742668307,0.553296122,466,1.239840988,0.6724199,7553.4677866 +261,-1.965659039,0.7142126903,466,1.239840988,0.6724199,6946.5353578 +262,-1.944438071,0.6772834804,466,1.239840988,0.6724199,7095.4189772 +263,-1.270340967,0.7681487096,466,1.239840988,0.6724199,6306.6181868 +264,-1.353091884,0.6549276821,466,1.239840988,0.6724199,6818.2620393 +265,-1.333236659,0.6413584414,466,1.239840988,0.6724199,6840.7455001 +266,-1.352015998,0.6753788907,466,1.239840988,0.6724199,6743.0839114 +267,-1.377988483,0.6577816235,466,1.239840988,0.6724199,6839.5175937 +268,-2.13075611,0.8318642051,466,1.239840988,0.6724199,6430.79594 +269,-2.097910953,0.8259670014,466,1.239840988,0.6724199,6468.3641568 +270,-1.416382069,0.6694271549,466,1.239840988,0.6724199,6842.7736459 +271,-1.538905672,0.7535625993,466,1.239840988,0.6724199,6647.2120975 +272,-1.572309477,0.7803125099,466,1.239840988,0.6724199,6570.5081174 +273,-1.87759879,0.7503853417,466,1.239840988,0.6724199,6807.4485755 +274,1.152365588,0.590457682,466,1.239840988,0.6724199,428.35532318 +275,0.350198001,0.718001859,466,1.239840988,0.6724199,2673.2002654 +276,0.046513677,0.491503852,466,1.239840988,0.6724199,3923.8269936 +277,0.027510309,0.742571376,466,1.239840988,0.6724199,3555.8876876 +278,0.306285725,-0.214631579,466,1.239840988,0.6724199,4922.8554436 +279,-1.100564889,0.318051531,466,1.239840988,0.6724199,7521.7221554 +280,-1.078582306,0.301437596,466,1.239840988,0.6724199,7524.6269854 +281,-1.137371989,-0.617634065,466,1.239840988,0.6724199,10037.526732 +282,0.784356344,0.703272339,466,1.239840988,0.6724199,1394.2187191 +283,-1.221209947,0.218327455,466,1.239840988,0.6724199,8109.4352511 +284,2.347301921,-0.449114658,466,1.239840988,0.6724199,6045.4606823 +285,0.246820618,0.830553713,466,1.239840988,0.6724199,2874.3675803 +286,0.829414965,0.703288228,466,1.239840988,0.6724199,1258.2475699 +287,-1.337537566,0.42332223,466,1.239840988,0.6724199,7624.9001691 +288,0.882453706,0.454478077,466,1.239840988,0.6724199,1469.9067619 +289,1.575629659,0.416419109,466,1.239840988,0.6724199,1518.0737072 +290,-1.039455679,0.229888244,466,1.239840988,0.6724199,7654.0171861 +291,0.489558039,0.934482747,466,1.239840988,0.6724199,2264.1143241 +292,0.081344504,0.88384514,466,1.239840988,0.6724199,3257.8224895 +293,-1.547979814,0.300350308,466,1.239840988,0.6724199,8372.8744939 +294,0.040776181,0.168560074,466,1.239840988,0.6724199,4658.0966954 +295,-1.130374745,0.563894876,466,1.239840988,0.6724199,6782.8059726 +296,1.578326642,0.478507176,466,1.239840988,0.6724199,1357.4002849 +297,-1.12861823,-0.291640865,466,1.239840988,0.6724199,9379.4711726 +298,0.310524208,0.770885792,466,1.239840988,0.6724199,2742.152758 +299,0.415649091,-0.387246002,466,1.239840988,0.6724199,5193.444375 +300,-0.926533878,-0.188022748,466,1.239840988,0.6724199,8517.1184271 +301,1.258856172,-0.11716081,466,1.239840988,0.6724199,3128.3126605 +302,-1.126050026,0.322941926,466,1.239840988,0.6724199,7562.2961047 +303,2.002785835,0.07893892,466,1.239840988,0.6724199,3609.1559464 +304,0.440437607,0.746258085,466,1.239840988,0.6724199,2390.7856488 +305,-0.030391866,0.214441206,466,1.239840988,0.6724199,4768.0689384 +306,0.521557815,-0.058929362,466,1.239840988,0.6724199,3908.8792593 +307,-0.097005111,0.13317729,466,1.239840988,0.6724199,5169.9952933 +308,1.83113859,0.221857587,466,1.239840988,0.6724199,2736.8926496 +309,0.222428864,0.099404236,466,1.239840988,0.6724199,4279.5924704 +310,-1.702731345,0.8728568183,466,1.239840988,0.6724199,6283.6904674 +311,-0.418507569,0.278324921,466,1.239840988,0.6724199,5803.8170607 +312,-1.41153306,0.339029988,466,1.239840988,0.6724199,8043.0791002 +313,0.357560442,0.114788776,466,1.239840988,0.6724199,3842.8921753 +314,0.325818979,0.268352149,466,1.239840988,0.6724199,3544.1129036 +315,-1.246004659,-0.663679965,466,1.239840988,0.6724199,10418.88793 +316,1.814603087,0.637404484,466,1.239840988,0.6724199,1801.2905163 +317,1.843704281,-0.18300445,466,1.239840988,0.6724199,4056.522904 +318,1.690644492,-0.211480909,466,1.239840988,0.6724199,3878.4264445 +319,-1.275451936,0.068109467,466,1.239840988,0.6724199,8721.4188641 +320,0.762430171,-0.207594741,466,1.239840988,0.6724199,3907.8463685 +321,0.265668905,-0.014647884,466,1.239840988,0.6724199,4459.6370643 +322,-2.773032013,-0.335515811,466,1.239840988,0.6724199,9187.5650543 +323,-1.469512853,0.174058777,466,1.239840988,0.6724199,8730.2002462 +324,0.286276986,0.785925691,466,1.239840988,0.6724199,2798.2110925 +325,-1.379324697,0.377432233,466,1.239840988,0.6724199,7854.9319772 +326,-1.203778265,0.212813032,466,1.239840988,0.6724199,8089.8271512 +327,0.579916301,0.611743168,466,1.239840988,0.6724199,2092.3899475 +328,0.267582642,0.868113908,466,1.239840988,0.6724199,2801.1696479 +329,0.412869244,-0.050245578,466,1.239840988,0.6724199,4158.1873268 +330,0.17524381,0.976660285,466,1.239840988,0.6724199,2989.3775581 +331,0.743157214,0.204812899,466,1.239840988,0.6724199,2548.2737002 +332,-1.070758176,0.269382282,466,1.239840988,0.6724199,7607.0249271 +333,-1.230364251,0.329790229,466,1.239840988,0.6724199,7756.4777619 +334,-1.374813124,-0.024926835,466,1.239840988,0.6724199,9246.4579266 +335,0.519780566,0.463669906,466,1.239840988,0.6724199,2518.403259 +336,-1.55108034,0.239698561,466,1.239840988,0.6724199,8604.1928835 +337,0.180294813,0.029739425,466,1.239840988,0.6724199,4587.0877246 +338,0.67820924,0.268170153,466,1.239840988,0.6724199,2525.5832882 +339,0.445798684,1.024001867,466,1.239840988,0.6724199,2433.1344789 +340,0.691751283,0.150521402,466,1.239840988,0.6724199,2841.2611253 +341,-1.036643551,-0.903056181,466,1.239840988,0.6724199,9916.6422633 +342,-0.120287036,1.083325163,466,1.239840988,0.6724199,3537.805017 +343,2.823513113,-0.304487164,466,1.239840988,0.6724199,7004.7588906 +344,0.457583172,1.12513373,466,1.239840988,0.6724199,2540.7043927 +345,0.042918831,0.813795399,466,1.239840988,0.6724199,3424.4487653 +346,1.196146777,-0.853142756,466,1.239840988,0.6724199,6044.7006088 +347,0.206001358,-0.010430701,466,1.239840988,0.6724199,4619.288972 +348,-0.268308653,0.234799412,466,1.239840988,0.6724199,5454.4584058 +349,0.759363263,0.736189579,466,1.239840988,0.6724199,1465.5637284 +350,0.181363926,0.891988372,466,1.239840988,0.6724199,3006.0626026 +351,-0.021111158,0.139103292,466,1.239840988,0.6724199,4920.843287 +352,-0.093355215,0.630686981,466,1.239840988,0.6724199,4074.2597883 +353,0.40118964,0.681375926,466,1.239840988,0.6724199,2558.7284013 +354,-0.721197315,1.304706234,466,1.239840988,0.6724199,4043.3077042 +355,-1.076150317,0.212107639,466,1.239840988,0.6724199,7798.0030144 +356,-1.577164531,0.273993443,466,1.239840988,0.6724199,8506.2770117 +357,-0.190788414,0.182208586,466,1.239840988,0.6724199,5341.8788318 +358,-0.261349752,0.209710184,466,1.239840988,0.6724199,5493.4095318 +359,-1.029303852,0.083549259,466,1.239840988,0.6724199,8067.4918048 +360,-1.268609162,0.330525297,466,1.239840988,0.6724199,7827.7490736 +361,1.282982244,-0.926641967,466,1.239840988,0.6724199,6335.6161877 +362,0.217352334,0.731352408,466,1.239840988,0.6724199,3040.8866734 +363,-1.511833084,0.258629297,466,1.239840988,0.6724199,8482.4840585 +364,0.338812194,0.823184618,466,1.239840988,0.6724199,2633.7471532 +365,-0.324406489,1.134201999,466,1.239840988,0.6724199,3835.8294322 +366,1.389579348,0.399185724,466,1.239840988,0.6724199,1194.9707148 +367,2.047152199,-0.039082036,466,1.239840988,0.6724199,4073.5502076 +368,0.947780369,0.568250077,466,1.239840988,0.6724199,1025.7441446 +369,0.763824846,0.576754987,466,1.239840988,0.6724199,1569.4477164 +370,-0.142334657,0.928153068,466,1.239840988,0.6724199,3739.2623056 +371,0.610266567,0.547265983,466,1.239840988,0.6724199,2089.2020655 +372,0.210731629,0.746815056,466,1.239840988,0.6724199,3043.0492524 +373,-1.34931644,0.316895224,466,1.239840988,0.6724199,8020.7584535 +374,2.407696481,0.655030745,466,1.239840988,0.6724199,3559.2665591 +375,0.64207831,0.545359131,466,1.239840988,0.6724199,1993.8594322 +376,1.174597538,0.840588356,466,1.239840988,0.6724199,691.89512027 +377,0.660059424,0.010604079,466,1.239840988,0.6724199,3361.2720919 +378,-0.730263819,0.010486456,466,1.239840988,0.6724199,7418.8573388 +379,0.831068936,0.512339172,466,1.239840988,0.6724199,1479.6602155 +380,1.301180979,0.72367476,466,1.239840988,0.6724199,275.38391515 +381,1.811128231,0.322854402,466,1.239840988,0.6724199,2401.8982913 +382,0.435105812,0.992284428,466,1.239840988,0.6724199,2426.9840144 +383,0.62643634,0.592027932,466,1.239840988,0.6724199,1973.5607581 +384,0.492988703,-0.516339467,466,1.239840988,0.6724199,5457.7538045 +385,-0.162469483,0.112549365,466,1.239840988,0.6724199,5423.0782031 +386,0.314630866,0.472006421,466,1.239840988,0.6724199,3137.0455589 +387,0.166744804,0.822815954,466,1.239840988,0.6724199,3091.1235877 +388,0.417159608,0.965805736,466,1.239840988,0.6724199,2448.147496 +389,0.106334961,0.868774244,466,1.239840988,0.6724199,3208.2113755 +390,0.815086969,-0.338144359,466,1.239840988,0.6724199,4302.6546854 +391,0.59867455,-0.230624824,466,1.239840988,0.6724199,4292.9632952 +392,1.915104874,0.066220985,466,1.239840988,0.6724199,3416.5217943 +393,1.278093622,0.064463721,466,1.239840988,0.6724199,2412.0720184 +394,-0.061477853,0.302997961,466,1.239840988,0.6724199,4658.0346444 +395,0.251311504,0.626976942,466,1.239840988,0.6724199,3073.1170482 +396,2.950242872,0.149095644,466,1.239840988,0.6724199,6281.8503693 +397,-0.180294708,0.35375117,466,1.239840988,0.6724199,4906.9068415 +398,1.010448592,-0.351180233,466,1.239840988,0.6724199,4143.1333968 +399,-1.748740498,0.3686318073,466,1.239840988,0.6724199,8281.2186669 +400,2.699635665,0.123533791,466,1.239840988,0.6724199,5574.3867339 +401,0.496808033,0.823843254,466,1.239840988,0.6724199,2209.1454414 +402,0.129574704,0.763364087,466,1.239840988,0.6724199,3250.1070843 +403,1.798920311,0.817447563,466,1.239840988,0.6724199,1712.2057734 +404,0.335987953,0.746786541,466,1.239840988,0.6724199,2689.1590433 +405,-1.085413643,0.292154671,466,1.239840988,0.6724199,7569.5578758 +406,-0.155321003,0.508207011,466,1.239840988,0.6724199,4494.0346135 +407,0.620529244,-0.301175104,466,1.239840988,0.6724199,4489.420808 +408,1.684402744,0.368716966,466,1.239840988,0.6724199,1932.6955543 +409,0.300582244,-0.386397212,466,1.239840988,0.6724199,5452.2934782 +410,2.913555946,-0.009225192,466,1.239840988,0.6724199,6563.4511123 +411,1.465101417,0.493232532,466,1.239840988,0.6724199,1026.9255076 +412,0.090612882,0.907955955,466,1.239840988,0.6724199,3216.7527235 +413,2.987564726,-0.729568594,466,1.239840988,0.6724199,8377.9200675 +414,-1.484261606,0.224149272,466,1.239840988,0.6724199,8570.4620274 +415,0.164073421,0.303955133,466,1.239840988,0.6724199,3957.5508337 +416,0.141441293,0.167552546,466,1.239840988,0.6724199,4351.4642835 +417,2.931321023,-0.506718887,466,1.239840988,0.6724199,7785.7969316 +418,2.21951565,0.700596356,466,1.239840988,0.6724199,2952.3766628 +419,0.268112576,1.199114336,466,1.239840988,0.6724199,2918.8379855 +420,0.978913739,0.359223811,466,1.239840988,0.6724199,1527.4612067 +421,1.210898818,0.522863584,466,1.239840988,0.6724199,599.8915105 +422,2.347397336,0.129231362,466,1.239840988,0.6724199,4474.7280691 +423,0.614394501,0.556878345,466,1.239840988,0.6724199,2061.334517 +424,-1.398079356,0.148483366,466,1.239840988,0.6724199,8699.4107821 +425,2.535303836,-0.112984496,466,1.239840988,0.6724199,5661.1380989 +426,-1.019372593,-0.405322349,466,1.239840988,0.6724199,9306.3771822 +427,-1.297785627,-0.160104069,466,1.239840988,0.6724199,9492.2838037 +428,2.144554488,0.205051084,466,1.239840988,0.6724199,3672.5002906 +429,-2.242387083,-0.426171285,466,1.239840988,0.6724199,10941.230376 +430,0.338637212,0.909723676,466,1.239840988,0.6724199,2615.6558508 +431,-0.148798452,0.691042401,466,1.239840988,0.6724199,4119.5676585 +432,0.893524764,0.441829531,466,1.239840988,0.6724199,1474.112276 +433,0.969229347,-0.368847936,466,1.239840988,0.6724199,4245.280731 +434,0.436043248,0.800045688,466,1.239840988,0.6724199,2378.4028275 +435,1.687946607,1.081504775,466,1.239840988,0.6724199,1950.5452287 +436,0.522302046,-0.034889271,466,1.239840988,0.6724199,3832.4033588 +437,-0.178996113,-0.438090009,466,1.239840988,0.6724199,6846.3564765 +438,-1.094339566,0.301444068,466,1.239840988,0.6724199,7560.5246895 +439,-1.064070054,0.242569932,466,1.239840988,0.6724199,7674.5854921 +440,-1.068153768,0.230387998,466,1.239840988,0.6724199,7722.1254684 +441,-3.00496892,-0.23989155,466,1.239840988,0.6724199,8252.6215173 +442,0.21751974,0.766874888,466,1.239840988,0.6724199,3004.1000146 +443,0.117229532,0.007619006,466,1.239840988,0.6724199,4832.0332951 +444,0.777758451,0.420554741,466,1.239840988,0.6724199,1844.2289522 +445,-0.252356999,0.250747086,466,1.239840988,0.6724199,5367.4256629 +446,0.363148444,0.768483434,466,1.239840988,0.6724199,2596.4970093 +447,0.903191366,-0.118210676,466,1.239840988,0.6724199,3367.86991 +448,-0.205755923,0.149406178,466,1.239840988,0.6724199,5467.4822186 +449,1.811996086,0.02364353,466,1.239840988,0.6724199,3301.6280797 +450,-1.100670221,0.314845373,466,1.239840988,0.6724199,7532.1762738 +451,0.340078597,0.850105132,466,1.239840988,0.6724199,2620.6237579 +452,0.258757267,0.804969236,466,1.239840988,0.6724199,2859.5418428 +453,2.78505352,-0.155160804,466,1.239840988,0.6724199,6525.1868362 +454,0.800551619,0.105822106,466,1.239840988,0.6724199,2741.6426279 +455,0.437940882,-0.506194031,466,1.239840988,0.6724199,5530.1660565 +456,2.230431122,0.63458615,466,1.239840988,0.6724199,3068.5225084 +457,0.527965361,0.127667701,466,1.239840988,0.6724199,3330.7273504 +458,-0.063643205,0.702093448,466,1.239840988,0.6724199,3867.3891352 +459,1.408447268,0.133010502,466,1.239840988,0.6724199,2219.9378534 +460,0.523795955,0.280266966,466,1.239840988,0.6724199,2925.3460723 +461,-0.975769313,0.072177659,466,1.239840988,0.6724199,7956.5745467 +462,0.549774164,-0.463663986,466,1.239840988,0.6724199,5175.7600338 +463,0.29245874,1.095549818,466,1.239840988,0.6724199,2785.0425503 +464,0.143625958,0.816809593,466,1.239840988,0.6724199,3157.3351028 +465,0.671902494,0.611159853,466,1.239840988,0.6724199,1808.7329928 +466,1.239840988,0.6724199,466,1.239840988,0.6724199,0 +467,0.607829703,-0.10932137,466,1.239840988,0.6724199,3870.0553648 +468,1.763020906,0.263996692,466,1.239840988,0.6724199,2436.3342726 +469,0.378714634,0.726066797,466,1.239840988,0.6724199,2583.4699399 +470,2.196736143,-0.153862366,466,1.239840988,0.6724199,4806.1020997 +471,0.01702415,0.148991565,466,1.239840988,0.6724199,4779.0187664 +472,-2.998490902,-0.158002487,466,1.239840988,0.6724199,8073.8275216 +473,-3.051262951,-0.346595608,466,1.239840988,0.6724199,8353.234368 +474,-1.069176439,0.182802941,466,1.239840988,0.6724199,7871.3015426 +475,0.167157509,0.595344954,466,1.239840988,0.6724199,3373.2423868 +476,0.613855648,0.681746124,466,1.239840988,0.6724199,1920.2266895 +477,1.037012736,0.682555367,466,1.239840988,0.6724199,626.82772888 +478,-1.253574971,0.379755746,466,1.239840988,0.6724199,7631.1698864 +479,3.108590453,-0.132620738,466,1.239840988,0.6724199,7470.4388801 +480,0.565301296,0.022333262,466,1.239840988,0.6724199,3549.0349132 +481,0.547898238,0.855555614,466,1.239840988,0.6724199,2079.858483 +482,0.948309381,0.417393755,466,1.239840988,0.6724199,1408.0437422 +483,-0.050600732,0.945269213,466,1.239840988,0.6724199,3513.6827796 +484,-0.977651478,-0.572363064,466,1.239840988,0.6724199,9484.3602484 +485,1.102014914,0.728861163,466,1.239840988,0.6724199,473.16032486 +486,2.927300795,-0.282939414,466,1.239840988,0.6724199,7269.2355143 +487,-1.154565557,0.124434095,466,1.239840988,0.6724199,8260.1581509 +488,1.855331234,0.291044755,466,1.239840988,0.6724199,2610.1451984 +489,0.830290659,0.276904518,466,1.239840988,0.6724199,2116.8306947 +490,0.485104466,-0.234867441,466,1.239840988,0.6724199,4551.7052679 +491,0.521367572,-0.33161327,466,1.239840988,0.6724199,4788.4033634 +1,-1.539031704,0.7349710123,467,0.607829703,-0.10932137,8181.8270253 +2,-1.536990553,0.7349663874,467,0.607829703,-0.10932137,8176.1500644 +3,-1.534951779,0.7349571355,467,0.607829703,-0.10932137,8170.4823748 +4,-1.532906461,0.7349480293,467,0.607829703,-0.10932137,8164.7930559 +5,-1.531320211,0.7346937278,467,0.607829703,-0.10932137,8160.6866869 +6,-1.539451648,0.7335131775,467,0.607829703,-0.10932137,8184.8469594 +7,-1.537429487,0.7335445708,467,0.607829703,-0.10932137,8179.169218 +8,-1.535484998,0.7335658704,467,0.607829703,-0.10932137,8173.718205 +9,-1.533488396,0.7336036027,467,0.607829703,-0.10932137,8168.0985942 +10,-1.531497785,0.7335842962,467,0.607829703,-0.10932137,8162.5642244 +11,-1.530259379,0.7334777758,467,0.607829703,-0.10932137,8159.2368566 +12,-1.5335454,0.7322346912,467,0.607829703,-0.10932137,8169.9683074 +13,-1.531489083,0.7322238773,467,0.607829703,-0.10932137,8164.231498 +14,-1.530011122,0.7321679851,467,0.607829703,-0.10932137,8160.165773 +15,-1.53348106,0.7306614094,467,0.607829703,-0.10932137,8171.749671 +16,-1.531441779,0.7306962275,467,0.607829703,-0.10932137,8165.994275 +17,-1.529755654,0.7306933243,467,0.607829703,-0.10932137,8161.2727119 +18,-1.533415048,0.7291384674,467,0.607829703,-0.10932137,8173.4584821 +19,-1.531392093,0.7291705353,467,0.607829703,-0.10932137,8167.7430615 +20,-1.529296523,0.7291214933,467,0.607829703,-0.10932137,8161.9209025 +21,-1.535280942,0.727267644,467,0.607829703,-0.10932137,8181.0214836 +22,-1.533378158,0.7276139666,467,0.607829703,-0.10932137,8175.2459924 +23,-1.531340368,0.7276446587,467,0.607829703,-0.10932137,8169.4814379 +24,-1.528960113,0.7276398177,467,0.607829703,-0.10932137,8162.7946369 +25,-1.533313146,0.7260818349,467,0.607829703,-0.10932137,8176.9589999 +26,-1.531259555,0.7260958115,467,0.607829703,-0.10932137,8171.1612309 +27,-1.528926415,0.7260865555,467,0.607829703,-0.10932137,8164.6014659 +28,-1.531226779,0.7245511789,467,0.607829703,-0.10932137,8172.9659807 +29,-1.528904772,0.7245519194,467,0.607829703,-0.10932137,8166.4146661 +30,-1.547195875,0.7409785979,467,0.607829703,-0.10932137,8196.7141641 +31,-1.5451475,0.740980426,467,0.607829703,-0.10932137,8191.0586326 +32,-1.543097679,0.7409798872,467,0.607829703,-0.10932137,8185.3989471 +33,-1.540720364,0.7409892687,467,0.607829703,-0.10932137,8178.818103 +34,-1.547188511,0.7395198392,467,0.607829703,-0.10932137,8198.5969506 +35,-1.545148587,0.7395226109,467,0.607829703,-0.10932137,8192.9545409 +36,-1.543104538,0.7395314908,467,0.607829703,-0.10932137,8187.2896595 +37,-1.540727751,0.7395306258,467,0.607829703,-0.10932137,8180.7130993 +38,-1.547187029,0.7380014886,467,0.607829703,-0.10932137,8200.5693465 +39,-1.545147315,0.7380012252,467,0.607829703,-0.10932137,8194.9221188 +40,-1.54310719,0.7380060743,467,0.607829703,-0.10932137,8189.2639604 +41,-1.540719671,0.7380068206,467,0.607829703,-0.10932137,8182.6446698 +42,-1.547187189,0.7364799098,467,0.607829703,-0.10932137,8202.546021 +43,-1.545149996,0.7364853874,467,0.607829703,-0.10932137,8196.8890305 +44,-1.543106091,0.7364823484,467,0.607829703,-0.10932137,8191.2212329 +45,-1.540717158,0.7364893901,467,0.607829703,-0.10932137,8184.5790363 +46,-1.538663972,0.7410138672,467,0.607829703,-0.10932137,8173.1011586 +47,-1.53695285,0.7409699132,467,0.607829703,-0.10932137,8168.4240293 +48,-1.534910498,0.7409641297,467,0.607829703,-0.10932137,8162.7788056 +49,-1.533145034,0.7409536636,467,0.607829703,-0.10932137,8157.9032495 +50,-1.538681336,0.7395405883,467,0.607829703,-0.10932137,8175.0335387 +51,-1.536999189,0.7395183096,467,0.607829703,-0.10932137,8170.4014472 +52,-1.534923633,0.7395144222,467,0.607829703,-0.10932137,8164.6528995 +53,-1.533267822,0.7395654306,467,0.607829703,-0.10932137,8159.9962955 +54,-1.53867273,0.7380151077,467,0.607829703,-0.10932137,8176.956427 +55,-1.536980576,0.7379994392,467,0.607829703,-0.10932137,8172.28038 +56,-1.534931522,0.7379944961,467,0.607829703,-0.10932137,8166.597267 +57,-1.533387952,0.7379480264,467,0.607829703,-0.10932137,8162.3678237 +58,-1.538682279,0.7364914363,467,0.607829703,-0.10932137,8178.9229443 +59,-1.536980704,0.7364810563,467,0.607829703,-0.10932137,8174.2062333 +60,-1.534935567,0.7364752065,467,0.607829703,-0.10932137,8168.5258176 +61,-1.533042592,0.7363876366,467,0.607829703,-0.10932137,8163.3682787 +62,-1.545143426,0.7349628011,467,0.607829703,-0.10932137,8198.8345268 +63,-1.543105297,0.7349691947,467,0.607829703,-0.10932137,8193.1613253 +64,-1.541064533,0.7349647152,467,0.607829703,-0.10932137,8187.4915779 +65,-1.545411803,0.7334624714,467,0.607829703,-0.10932137,8201.5120953 +66,-1.543446606,0.7334780896,467,0.607829703,-0.10932137,8196.0214159 +67,-1.541475327,0.7334957295,467,0.607829703,-0.10932137,8190.5084634 +68,-1.545401939,0.731963266,467,0.607829703,-0.10932137,8203.4106504 +69,-1.54342253,0.7319915583,467,0.607829703,-0.10932137,8197.8553418 +70,-1.541455867,0.7320216438,467,0.607829703,-0.10932137,8192.3306766 +71,-1.545410146,0.7304422281,467,0.607829703,-0.10932137,8205.383169 +72,-1.543435491,0.7304713664,467,0.607829703,-0.10932137,8199.8311387 +73,-1.541463105,0.7304997613,467,0.607829703,-0.10932137,8194.2837829 +74,-1.545414768,0.7289194936,467,0.607829703,-0.10932137,8207.3434093 +75,-1.543435774,0.7289538557,467,0.607829703,-0.10932137,8201.7636934 +76,-1.541457714,0.7289765881,467,0.607829703,-0.10932137,8196.1987552 +77,-1.539449415,0.7320555866,467,0.607829703,-0.10932137,8186.6874843 +78,-1.537429183,0.7321097681,467,0.607829703,-0.10932137,8180.9776926 +79,-1.535472649,0.7321497267,467,0.607829703,-0.10932137,8175.4613398 +80,-1.539457899,0.7305333307,467,0.607829703,-0.10932137,8188.6355208 +81,-1.537453161,0.7305750503,467,0.607829703,-0.10932137,8182.9757162 +82,-1.535479385,0.7306124949,467,0.607829703,-0.10932137,8177.4054288 +83,-1.53946905,0.7290102593,467,0.607829703,-0.10932137,8190.5876631 +84,-1.537459922,0.7290417293,467,0.607829703,-0.10932137,8184.9194306 +85,-1.535451349,0.7290890157,467,0.607829703,-0.10932137,8179.2303974 +86,-1.535522937,0.7279887191,467,0.607829703,-0.10932137,8180.803274 +87,-1.539442524,0.7274735939,467,0.607829703,-0.10932137,8192.4468123 +88,-1.537424111,0.727521351,467,0.607829703,-0.10932137,8186.7229977 +89,-1.539384641,0.7259505092,467,0.607829703,-0.10932137,8194.196011 +90,-1.537372391,0.7259947145,467,0.607829703,-0.10932137,8188.4848588 +91,-1.535340789,0.7260435356,467,0.607829703,-0.10932137,8182.7110783 +92,-1.539325716,0.7244369706,467,0.607829703,-0.10932137,8195.9253154 +93,-1.537308932,0.7244801057,467,0.607829703,-0.10932137,8190.1937193 +94,-1.535289068,0.7245247645,467,0.607829703,-0.10932137,8184.4490752 +95,-1.533261366,0.7245550236,467,0.607829703,-0.10932137,8178.6976314 +96,-1.539267302,0.722921924,467,0.607829703,-0.10932137,8197.6529644 +97,-1.537248972,0.7229660258,467,0.607829703,-0.10932137,8191.9067763 +98,-1.535219431,0.7229916471,467,0.607829703,-0.10932137,8186.1493132 +99,-1.53318962,0.7230212049,467,0.607829703,-0.10932137,8180.3835507 +100,-1.531154816,0.7230299897,467,0.607829703,-0.10932137,8174.6264649 +101,-1.528878341,0.7230370244,467,0.607829703,-0.10932137,8168.1856013 +102,-1.539218189,0.7214009878,467,0.607829703,-0.10932137,8199.4092161 +103,-1.537198791,0.7214422745,467,0.607829703,-0.10932137,8193.6544464 +104,-1.535179266,0.7214634354,467,0.607829703,-0.10932137,8187.9216258 +105,-1.533156501,0.7214944644,467,0.607829703,-0.10932137,8182.1648251 +106,-1.53113574,0.7215166021,467,0.607829703,-0.10932137,8176.4219526 +107,-1.528874248,0.7215345535,467,0.607829703,-0.10932137,8170.0000502 +108,-1.539217656,0.7198512397,467,0.607829703,-0.10932137,8201.3336741 +109,-1.537199919,0.7199428763,467,0.607829703,-0.10932137,8195.5122499 +110,-1.545425832,0.727397149,467,0.607829703,-0.10932137,8209.3167354 +111,-1.543371177,0.7273916949,467,0.607829703,-0.10932137,8203.5665811 +112,-1.541368852,0.7274523163,467,0.607829703,-0.10932137,8197.8765194 +113,-1.545349067,0.7258710923,467,0.607829703,-0.10932137,8211.0439354 +114,-1.54332671,0.7258603556,467,0.607829703,-0.10932137,8205.3816419 +115,-1.541346831,0.7259242142,467,0.607829703,-0.10932137,8199.741522 +116,-1.545324355,0.7243383958,467,0.607829703,-0.10932137,8212.9206002 +117,-1.543292796,0.7243617413,467,0.607829703,-0.10932137,8207.1801022 +118,-1.541295822,0.7244024384,467,0.607829703,-0.10932137,8201.5122904 +119,-1.543193859,0.7205570215,467,0.607829703,-0.10932137,8211.68879 +120,-1.550257047,0.7386738187,467,0.607829703,-0.10932137,8208.1826703 +121,-1.549335448,0.7311736483,467,0.607829703,-0.10932137,8215.3914989 +122,-1.533478843,0.7179891343,467,0.607829703,-0.10932137,8187.3670079 +123,-1.556150555,0.738907041,467,0.607829703,-0.10932137,8224.1463651 +124,-1.554324226,0.733414257,467,0.607829703,-0.10932137,8226.3482931 +125,-1.554290846,0.7288285332,467,0.607829703,-0.10932137,8232.2550252 +126,-1.55122487,0.7219795312,467,0.607829703,-0.10932137,8232.5176387 +127,-1.525104458,0.7229399862,467,0.607829703,-0.10932137,8157.6311932 +128,-1.519607711,0.7236181429,467,0.607829703,-0.10932137,8141.2615651 +129,-1.513899999,0.7251107854,467,0.607829703,-0.10932137,8123.3367012 +130,-1.536620762,0.7431061895,467,0.607829703,-0.10932137,8164.778876 +131,-1.5369566,0.7460845958,467,0.607829703,-0.10932137,8161.8875858 +132,-1.545345528,0.7447040685,467,0.607829703,-0.10932137,8186.7496117 +133,-1.532813921,0.7432306626,467,0.607829703,-0.10932137,8154.1060857 +134,-1.554788248,0.7382381001,467,0.607829703,-0.10932137,8221.2739495 +135,-1.540348126,0.7301594274,467,0.607829703,-0.10932137,8191.5975551 +136,-1.538016084,0.7239051786,467,0.607829703,-0.10932137,8192.9012686 +137,-1.525288962,0.7258085137,467,0.607829703,-0.10932137,8154.6859066 +138,-1.534326986,0.731241342,467,0.607829703,-0.10932137,8173.3944579 +139,-1.530733872,0.7303625216,467,0.607829703,-0.10932137,8164.4233869 +141,-1.534354939,0.7328219978,467,0.607829703,-0.10932137,8171.496355 +142,-1.53157084,0.7292888153,467,0.607829703,-0.10932137,8168.0984003 +143,-1.525691035,0.7263799874,467,0.607829703,-0.10932137,8155.1266612 +144,-1.534031287,0.7495967835,467,0.607829703,-0.10932137,8149.3421565 +145,-1.527714986,0.7283095957,467,0.607829703,-0.10932137,8158.4729716 +146,-1.526189586,0.7271468292,467,0.607829703,-0.10932137,8155.5994054 +147,-1.555177336,0.7375563366,467,0.607829703,-0.10932137,8223.2510731 +148,-1.555080283,0.7312707794,467,0.607829703,-0.10932137,8231.2615691 +149,-1.53856994,0.7224180299,467,0.607829703,-0.10932137,8196.3140833 +150,-1.530837883,0.729933372,467,0.607829703,-0.10932137,8165.2454811 +151,-1.515066984,0.5854133365,467,0.607829703,-0.10932137,8272.2376423 +152,-1.534731633,0.5368370046,467,0.607829703,-0.10932137,8378.8281431 +153,-1.515231902,0.5607085576,467,0.607829703,-0.10932137,8294.3194292 +154,-2.616253799,1.0684566605,467,0.607829703,-0.10932137,8636.8451279 +155,-1.956071439,0.5792177723,467,0.607829703,-0.10932137,9620.9691553 +156,-1.951208514,0.5602434208,467,0.607829703,-0.10932137,9648.553228 +157,-1.944675062,0.6062144545,467,0.607829703,-0.10932137,9529.8327936 +158,-1.613778386,0.6077989518,467,0.607829703,-0.10932137,8560.3785467 +159,-2.035029014,0.6021432345,467,0.607829703,-0.10932137,9773.3836484 +160,-2.114989471,0.6801825058,467,0.607829703,-0.10932137,9732.0449236 +161,-2.037382079,0.5765830025,467,0.607829703,-0.10932137,9844.0965976 +162,-2.129855121,0.6585019963,467,0.607829703,-0.10932137,9827.6343303 +163,-2.075141798,0.6493615843,467,0.607829703,-0.10932137,9739.6925626 +164,-1.828626729,0.6948433129,467,0.607829703,-0.10932137,9031.6061099 +165,-1.863329418,0.6735427691,467,0.607829703,-0.10932137,9166.7536914 +166,-1.266037071,0.727988852,467,0.607829703,-0.10932137,7404.1838244 +167,-1.277579582,0.7249010648,467,0.607829703,-0.10932137,7439.6204663 +168,-1.258418684,0.7241194816,467,0.607829703,-0.10932137,7383.5861599 +169,-1.317813974,0.6804850104,467,0.607829703,-0.10932137,7583.8212638 +170,-1.344165204,0.6790988904,467,0.607829703,-0.10932137,7664.9051946 +171,-1.427582102,0.5277120351,467,0.607829703,-0.10932137,8025.457315 +172,-1.402238616,0.457167829,467,0.607829703,-0.10932137,7971.5477265 +173,-1.422454264,0.4996161999,467,0.607829703,-0.10932137,8023.1383871 +174,-1.439089277,0.4894859811,467,0.607829703,-0.10932137,8085.872199 +175,-1.448126995,0.5182330266,467,0.607829703,-0.10932137,8100.7439114 +176,-1.474626146,0.5881926574,467,0.607829703,-0.10932137,8139.5983495 +177,-1.421139645,0.5584869783,467,0.607829703,-0.10932137,7985.5438533 +178,-1.457037165,0.565943032,467,0.607829703,-0.10932137,8099.1714294 +179,-2.757159358,0.3745319,467,0.607829703,-0.10932137,11088.747225 +180,-2.714309238,0.342054471,467,0.607829703,-0.10932137,11289.280519 +181,-2.000525337,0.774119946,467,0.607829703,-0.10932137,9229.2290997 +183,-1.571413436,0.6777838382,467,0.607829703,-0.10932137,8346.4373416 +184,-1.552860289,0.6987663893,467,0.607829703,-0.10932137,8266.4321132 +185,-1.521852374,0.7165827476,467,0.607829703,-0.10932137,8155.9900412 +186,-1.503656267,0.6928968252,467,0.607829703,-0.10932137,8130.2604506 +187,-1.502753178,0.7136205882,467,0.607829703,-0.10932137,8104.7599966 +188,-1.631894563,0.7343596465,467,0.607829703,-0.10932137,8437.685134 +189,-1.653765416,0.6770714026,467,0.607829703,-0.10932137,8585.8293152 +190,-1.719812114,0.6715965947,467,0.607829703,-0.10932137,8781.710296 +191,-1.493406659,0.6646955447,467,0.607829703,-0.10932137,8129.2237459 +192,-1.469120564,0.6613469966,467,0.607829703,-0.10932137,8058.9317096 +193,-1.590551461,0.5326612937,467,0.607829703,-0.10932137,8567.8179401 +194,-1.625979264,0.5247742243,467,0.607829703,-0.10932137,8692.9459077 +195,-1.572293943,0.5238808754,467,0.607829703,-0.10932137,8515.3074808 +196,-1.610848725,0.5477107964,467,0.607829703,-0.10932137,8619.267425 +197,-1.208485554,0.7918526018,467,0.607829703,-0.10932137,7212.081506 +198,-1.335601374,0.6869083083,467,0.607829703,-0.10932137,7634.0814086 +199,-1.346156996,0.6825213377,467,0.607829703,-0.10932137,7668.8019267 +200,-1.324381037,0.6741422347,467,0.607829703,-0.10932137,7607.4487267 +201,-1.242424992,0.7378949807,467,0.607829703,-0.10932137,7330.6341286 +202,-1.270370057,0.7392461008,467,0.607829703,-0.10932137,7411.2801816 +203,-1.448950472,0.7441675014,467,0.607829703,-0.10932137,7919.0022113 +204,-1.492662363,0.7523026852,467,0.607829703,-0.10932137,8032.1001106 +205,-1.479098966,0.7763855017,467,0.607829703,-0.10932137,7966.9993664 +206,-1.633760714,0.7869022408,467,0.607829703,-0.10932137,8358.046759 +207,-1.647406434,0.8101289331,467,0.607829703,-0.10932137,8352.3861651 +208,-1.564245052,0.5701509278,467,0.607829703,-0.10932137,8445.114856 +209,-1.646289963,0.6833746083,467,0.607829703,-0.10932137,8555.1127731 +210,-1.5820631,0.6751952144,467,0.607829703,-0.10932137,8380.8832447 +211,-1.613236298,0.6681681791,467,0.607829703,-0.10932137,8481.2967769 +212,-1.914661867,0.8212566515,467,0.607829703,-0.10932137,8928.7253779 +213,-1.742133237,0.7250275956,467,0.607829703,-0.10932137,8746.9261979 +214,-2.033144872,0.6557314699,467,0.607829703,-0.10932137,9627.5960806 +215,-2.039551981,0.6964723658,467,0.607829703,-0.10932137,9529.264424 +216,-1.247341019,0.7622473908,467,0.607829703,-0.10932137,7333.8787678 +217,-1.298239787,0.7084123392,467,0.607829703,-0.10932137,7509.4478493 +218,-1.308539688,0.6926545592,467,0.607829703,-0.10932137,7548.9508815 +219,-1.303263185,0.6888938396,467,0.607829703,-0.10932137,7535.0239062 +220,-1.852400229,0.6004246149,467,0.607829703,-0.10932137,9285.9672218 +221,-1.288947707,0.7473773692,467,0.607829703,-0.10932137,7460.5923701 +222,-1.372031502,0.7472790993,467,0.607829703,-0.10932137,7698.3833663 +223,-1.289805721,0.7242157877,467,0.607829703,-0.10932137,7475.9228065 +224,-1.350807603,0.7533498126,467,0.607829703,-0.10932137,7633.3695814 +225,-1.329290365,0.7560442322,467,0.607829703,-0.10932137,7570.3768206 +226,-1.410153004,0.616936428,467,0.607829703,-0.10932137,7911.4740459 +227,-1.393445434,0.6308995063,467,0.607829703,-0.10932137,7848.9997702 +228,-1.37595573,0.6241540638,467,0.607829703,-0.10932137,7798.0564312 +229,-1.358388707,0.6172645205,467,0.607829703,-0.10932137,7746.1865122 +230,-1.753741133,0.8281661666,467,0.607829703,-0.10932137,8567.8555213 +231,-1.47430987,0.6834615681,467,0.607829703,-0.10932137,8053.3649635 +232,-1.421012508,0.7222725206,467,0.607829703,-0.10932137,7860.2837447 +233,-1.4476833,0.6978557868,467,0.607829703,-0.10932137,7960.6657598 +234,-1.470370723,0.6966193374,467,0.607829703,-0.10932137,8028.6672451 +235,-1.429211703,0.7037216883,467,0.607829703,-0.10932137,7900.8861654 +236,-1.700578405,0.6178673663,467,0.607829703,-0.10932137,8811.1647997 +237,-1.678117619,0.6331716163,467,0.607829703,-0.10932137,8721.6592628 +238,-1.725644578,0.6316331145,467,0.607829703,-0.10932137,8864.0627723 +239,-2.14012759,0.7930497945,467,0.607829703,-0.10932137,9416.5291116 +240,-2.103289431,0.7653606263,467,0.607829703,-0.10932137,9446.0491378 +241,-1.318739838,0.7017808746,467,0.607829703,-0.10932137,7574.405766 +242,-1.396417427,0.7077900843,467,0.607829703,-0.10932137,7800.8690194 +243,-1.35650337,0.7185539404,467,0.607829703,-0.10932137,7675.3283473 +244,-1.248884539,0.7274156818,467,0.607829703,-0.10932137,7354.052523 +245,-1.395014798,0.5761185243,467,0.607829703,-0.10932137,7888.6750892 +246,-1.433377362,0.6064716109,467,0.607829703,-0.10932137,7993.0268284 +247,-1.408172432,0.5903155476,467,0.607829703,-0.10932137,7922.9183905 +248,-1.749645898,0.7757118084,467,0.607829703,-0.10932137,8667.0983722 +249,-1.571626686,0.615046989,467,0.607829703,-0.10932137,8421.2647067 +250,-1.514070049,0.6303003037,467,0.607829703,-0.10932137,8226.6866741 +251,-1.480890369,0.6237966528,467,0.607829703,-0.10932137,8129.411632 +252,-1.704390658,0.5281680612,467,0.607829703,-0.10932137,8946.1644961 +253,-1.64434733,0.5254277498,467,0.607829703,-0.10932137,8752.9131413 +254,-1.703855997,0.4792484842,467,0.607829703,-0.10932137,9001.9968988 +255,-1.692002383,0.5748825051,467,0.607829703,-0.10932137,8845.9233558 +256,-1.854136457,0.5544643913,467,0.607829703,-0.10932137,9376.0642473 +257,-1.665021206,0.520317736,467,0.607829703,-0.10932137,8826.6905848 +258,-1.733654349,0.4845187345,467,0.607829703,-0.10932137,9096.0285979 +259,-1.720938188,0.5135933906,467,0.607829703,-0.10932137,9018.3511467 +260,-1.742668307,0.553296122,467,0.607829703,-0.10932137,9034.7377521 +261,-1.965659039,0.7142126903,467,0.607829703,-0.10932137,9318.7759689 +262,-1.944438071,0.6772834804,467,0.607829703,-0.10932137,9362.2657466 +263,-1.270340967,0.7681487096,467,0.607829703,-0.10932137,7396.0734309 +264,-1.353091884,0.6549276821,467,0.607829703,-0.10932137,7707.2928421 +265,-1.333236659,0.6413584414,467,0.607829703,-0.10932137,7653.0836446 +266,-1.352015998,0.6753788907,467,0.607829703,-0.10932137,7691.1808089 +267,-1.377988483,0.6577816235,467,0.607829703,-0.10932137,7782.5262151 +268,-2.13075611,0.8318642051,467,0.607829703,-0.10932137,9273.8628108 +269,-2.097910953,0.8259670014,467,0.607829703,-0.10932137,9243.769235 +270,-1.416382069,0.6694271549,467,0.607829703,-0.10932137,7891.5833075 +271,-1.538905672,0.7535625993,467,0.607829703,-0.10932137,8157.5440885 +272,-1.572309477,0.7803125099,467,0.607829703,-0.10932137,8209.881678 +273,-1.87759879,0.7503853417,467,0.607829703,-0.10932137,9027.1551185 +274,1.152365588,0.590457682,467,0.607829703,-0.10932137,3442.2789395 +275,0.350198001,0.718001859,467,0.607829703,-0.10932137,3408.0090398 +276,0.046513677,0.491503852,467,0.607829703,-0.10932137,3203.4961272 +277,0.027510309,0.742571376,467,0.607829703,-0.10932137,3968.6893866 +278,0.306285725,-0.214631579,467,0.607829703,-0.10932137,1249.7439741 +279,-1.100564889,0.318051531,467,0.607829703,-0.10932137,6872.9742562 +280,-1.078582306,0.301437596,467,0.607829703,-0.10932137,6785.8594059 +281,-1.137371989,-0.617634065,467,0.607829703,-0.10932137,6528.9598837 +282,0.784356344,0.703272339,467,0.607829703,-0.10932137,3282.4772176 +283,-1.221209947,0.218327455,467,0.607829703,-0.10932137,7310.8547126 +284,2.347301921,-0.449114658,467,0.607829703,-0.10932137,6630.4606809 +285,0.246820618,0.830553713,467,0.607829703,-0.10932137,3930.9387207 +286,0.829414965,0.703288228,467,0.607829703,-0.10932137,3318.6878317 +287,-1.337537566,0.42332223,467,0.607829703,-0.10932137,7750.5246661 +288,0.882453706,0.454478077,467,0.607829703,-0.10932137,2470.2057732 +289,1.575629659,0.416419109,467,0.607829703,-0.10932137,4277.4595271 +290,-1.039455679,0.229888244,467,0.607829703,-0.10932137,6613.9954706 +291,0.489558039,0.934482747,467,0.607829703,-0.10932137,4153.3928344 +292,0.081344504,0.88384514,467,0.607829703,-0.10932137,4325.5932477 +293,-1.547979814,0.300350308,467,0.607829703,-0.10932137,8560.1464162 +294,0.040776181,0.168560074,467,0.607829703,-0.10932137,2493.8303539 +295,-1.130374745,0.563894876,467,0.607829703,-0.10932137,7012.6449552 +296,1.578326642,0.478507176,467,0.607829703,-0.10932137,4380.992205 +297,-1.12861823,-0.291640865,467,0.607829703,-0.10932137,6720.8204394 +298,0.310524208,0.770885792,467,0.607829703,-0.10932137,3644.6627368 +299,0.415649091,-0.387246002,467,0.607829703,-0.10932137,1323.6583843 +300,-0.926533878,-0.188022748,467,0.607829703,-0.10932137,6000.1411275 +301,1.258856172,-0.11716081,467,0.607829703,-0.10932137,2561.7777405 +302,-1.126050026,0.322941926,467,0.607829703,-0.10932137,6969.7359041 +303,2.002785835,0.07893892,467,0.607829703,-0.10932137,5566.3766584 +304,0.440437607,0.746258085,467,0.607829703,-0.10932137,3442.1650052 +305,-0.030391866,0.214441206,467,0.607829703,-0.10932137,2821.433609 +306,0.521557815,-0.058929362,467,0.607829703,-0.10932137,394.67173868 +307,-0.097005111,0.13317729,467,0.607829703,-0.10932137,2945.7325948 +308,1.83113859,0.221857587,467,0.607829703,-0.10932137,4989.2677239 +309,0.222428864,0.099404236,467,0.607829703,-0.10932137,1733.6128884 +310,-1.702731345,0.8728568183,467,0.607829703,-0.10932137,8361.245936 +311,-0.418507569,0.278324921,467,0.607829703,-0.10932137,4305.9155945 +312,-1.41153306,0.339029988,467,0.607829703,-0.10932137,8039.0515673 +313,0.357560442,0.114788776,467,0.607829703,-0.10932137,1329.1320607 +314,0.325818979,0.268352149,467,0.607829703,-0.10932137,1860.832078 +315,-1.246004659,-0.663679965,467,0.607829703,-0.10932137,6824.2127752 +316,1.814603087,0.637404484,467,0.607829703,-0.10932137,5345.3909229 +317,1.843704281,-0.18300445,467,0.607829703,-0.10932137,4843.0162535 +318,1.690644492,-0.211480909,467,0.607829703,-0.10932137,4245.3120411 +319,-1.275451936,0.068109467,467,0.607829703,-0.10932137,7480.0152533 +320,0.762430171,-0.207594741,467,0.607829703,-0.10932137,718.92383422 +321,0.265668905,-0.014647884,467,0.607829703,-0.10932137,1403.1957712 +322,-2.773032013,-0.335515811,467,0.607829703,-0.10932137,10449.830544 +323,-1.469512853,0.174058777,467,0.607829703,-0.10932137,8267.9257106 +324,0.286276986,0.785925691,467,0.607829703,-0.10932137,3725.6388772 +325,-1.379324697,0.377432233,467,0.607829703,-0.10932137,7912.3490871 +326,-1.203778265,0.212813032,467,0.607829703,-0.10932137,7242.2880753 +327,0.579916301,0.611743168,467,0.607829703,-0.10932137,2858.0380861 +328,0.267582642,0.868113908,467,0.607829703,-0.10932137,4045.0670501 +329,0.412869244,-0.050245578,467,0.607829703,-0.10932137,804.44517317 +330,0.17524381,0.976660285,467,0.607829703,-0.10932137,4527.7712353 +331,0.743157214,0.204812899,467,0.607829703,-0.10932137,1353.714885 +332,-1.070758176,0.269382282,467,0.607829703,-0.10932137,6746.7876761 +333,-1.230364251,0.329790229,467,0.607829703,-0.10932137,7361.819597 +334,-1.374813124,-0.024926835,467,0.607829703,-0.10932137,7830.658718 +335,0.519780566,0.463669906,467,0.607829703,-0.10932137,2294.6591649 +336,-1.55108034,0.239698561,467,0.607829703,-0.10932137,8584.0174298 +337,0.180294813,0.029739425,467,0.607829703,-0.10932137,1778.1923415 +338,0.67820924,0.268170153,467,0.607829703,-0.10932137,1520.5402332 +339,0.445798684,1.024001867,467,0.607829703,-0.10932137,4518.6452909 +340,0.691751283,0.150521402,467,0.607829703,-0.10932137,1081.2760832 +341,-1.036643551,-0.903056181,467,0.607829703,-0.10932137,6062.0052764 +342,-0.120287036,1.083325163,467,0.607829703,-0.10932137,5216.3946085 +343,2.823513113,-0.304487164,467,0.607829703,-0.10932137,8468.8478648 +344,0.457583172,1.12513373,467,0.607829703,-0.10932137,4909.9141335 +345,0.042918831,0.813795399,467,0.607829703,-0.10932137,4160.3821733 +346,1.196146777,-0.853142756,467,0.607829703,-0.10932137,3542.7284677 +347,0.206001358,-0.010430701,467,0.607829703,-0.10932137,1635.6887093 +348,-0.268308653,0.234799412,467,0.607829703,-0.10932137,3705.3031966 +349,0.759363263,0.736189579,467,0.607829703,-0.10932137,3393.5289661 +350,0.181363926,0.891988372,467,0.607829703,-0.10932137,4223.9171807 +351,-0.021111158,0.139103292,467,0.607829703,-0.10932137,2672.2510519 +352,-0.093355215,0.630686981,467,0.607829703,-0.10932137,3919.613949 +353,0.40118964,0.681375926,467,0.607829703,-0.10932137,3222.4618874 +354,-0.721197315,1.304706234,467,0.607829703,-0.10932137,6391.0368522 +355,-1.076150317,0.212107639,467,0.607829703,-0.10932137,6749.186187 +356,-1.577164531,0.273993443,467,0.607829703,-0.10932137,8677.6464312 +357,-0.190788414,0.182208586,467,0.607829703,-0.10932137,3354.7148131 +358,-0.261349752,0.209710184,467,0.607829703,-0.10932137,3649.0427617 +359,-1.029303852,0.083549259,467,0.607829703,-0.10932137,6518.3567429 +360,-1.268609162,0.330525297,467,0.607829703,-0.10932137,7505.1505072 +361,1.282982244,-0.926641967,467,0.607829703,-0.10932137,3899.9043445 +362,0.217352334,0.731352408,467,0.607829703,-0.10932137,3616.9051316 +363,-1.511833084,0.258629297,467,0.607829703,-0.10932137,8431.0941799 +364,0.338812194,0.823184618,467,0.607829703,-0.10932137,3812.2448233 +365,-0.324406489,1.134201999,467,0.607829703,-0.10932137,5618.8526837 +366,1.389579348,0.399185724,467,0.607829703,-0.10932137,3635.3680667 +367,2.047152199,-0.039082036,467,0.607829703,-0.10932137,5687.6453586 +368,0.947780369,0.568250077,467,0.607829703,-0.10932137,2973.8776817 +369,0.763824846,0.576754987,467,0.607829703,-0.10932137,2780.2061358 +370,-0.142334657,0.928153068,467,0.607829703,-0.10932137,4811.9791553 +371,0.610266567,0.547265983,467,0.607829703,-0.10932137,2600.7588599 +372,0.210731629,0.746815056,467,0.607829703,-0.10932137,3679.9532543 +373,-1.34931644,0.316895224,467,0.607829703,-0.10932137,7808.433547 +374,2.407696481,0.655030745,467,0.607829703,-0.10932137,7204.2465359 +375,0.64207831,0.545359131,467,0.607829703,-0.10932137,2596.4296704 +376,1.174597538,0.840588356,467,0.607829703,-0.10932137,4247.4783402 +377,0.660059424,0.010604079,467,0.607829703,-0.10932137,517.96990903 +378,-0.730263819,0.010486456,467,0.607829703,-0.10932137,5310.497794 +379,0.831068936,0.512339172,467,0.607829703,-0.10932137,2605.065947 +380,1.301180979,0.72367476,467,0.607829703,-0.10932137,4144.8854871 +381,1.811128231,0.322854402,467,0.607829703,-0.10932137,4998.1303812 +382,0.435105812,0.992284428,467,0.607829703,-0.10932137,4399.294049 +383,0.62643634,0.592027932,467,0.607829703,-0.10932137,2778.9209653 +384,0.492988703,-0.516339467,467,0.607829703,-0.10932137,1668.253742 +385,-0.162469483,0.112549365,467,0.607829703,-0.10932137,3169.1103431 +386,0.314630866,0.472006421,467,0.607829703,-0.10932137,2562.3996551 +387,0.166744804,0.822815954,467,0.607829703,-0.10932137,4002.7217313 +388,0.417159608,0.965805736,467,0.607829703,-0.10932137,4304.5709268 +389,0.106334961,0.868774244,467,0.607829703,-0.10932137,4240.8093764 +390,0.815086969,-0.338144359,467,0.607829703,-0.10932137,1207.8608694 +391,0.59867455,-0.230624824,467,0.607829703,-0.10932137,481.80868323 +392,1.915104874,0.066220985,467,0.607829703,-0.10932137,5216.3951206 +393,1.278093622,0.064463721,467,0.607829703,-0.10932137,2738.7650015 +394,-0.061477853,0.302997961,467,0.607829703,-0.10932137,3086.2600343 +395,0.251311504,0.626976942,467,0.607829703,-0.10932137,3203.7990876 +396,2.950242872,0.149095644,467,0.607829703,-0.10932137,9302.43274 +397,-0.180294708,0.35375117,467,0.607829703,-0.10932137,3574.2097225 +398,1.010448592,-0.351180233,467,0.607829703,-0.10932137,1820.1993841 +399,-1.748740498,0.3686318073,467,0.607829703,-0.10932137,9266.8879009 +400,2.699635665,0.123533791,467,0.607829703,-0.10932137,8316.3185809 +401,0.496808033,0.823843254,467,0.607829703,-0.10932137,3716.7226948 +402,0.129574704,0.763364087,467,0.607829703,-0.10932137,3857.0870187 +403,1.798920311,0.817447563,467,0.607829703,-0.10932137,5535.3773813 +404,0.335987953,0.746786541,467,0.607829703,-0.10932137,3529.4599299 +405,-1.085413643,0.292154671,467,0.607829703,-0.10932137,6809.0762264 +406,-0.155321003,0.508207011,467,0.607829703,-0.10932137,3797.9611623 +407,0.620529244,-0.301175104,467,0.607829703,-0.10932137,761.52115807 +408,1.684402744,0.368716966,467,0.607829703,-0.10932137,4589.732206 +409,0.300582244,-0.386397212,467,0.607829703,-0.10932137,1607.8371589 +410,2.913555946,-0.009225192,467,0.607829703,-0.10932137,9106.1664274 +411,1.465101417,0.493232532,467,0.607829703,-0.10932137,4049.393633 +412,0.090612882,0.907955955,467,0.607829703,-0.10932137,4392.2274387 +413,2.987564726,-0.729568594,467,0.607829703,-0.10932137,8130.6243498 +414,-1.484261606,0.224149272,467,0.607829703,-0.10932137,8327.5219876 +415,0.164073421,0.303955133,467,0.607829703,-0.10932137,2386.3260548 +416,0.141441293,0.167552546,467,0.607829703,-0.10932137,2142.570627 +417,2.931321023,-0.506718887,467,0.607829703,-0.10932137,8487.0271069 +418,2.21951565,0.700596356,467,0.607829703,-0.10932137,6624.2589423 +419,0.268112576,1.199114336,467,0.607829703,-0.10932137,5267.0993772 +420,0.978913739,0.359223811,467,0.607829703,-0.10932137,2351.5781661 +421,1.210898818,0.522863584,467,0.607829703,-0.10932137,3394.0011538 +422,2.347397336,0.129231362,467,0.607829703,-0.10932137,6937.3483701 +423,0.614394501,0.556878345,467,0.607829703,-0.10932137,2638.933612 +424,-1.398079356,0.148483366,467,0.607829703,-0.10932137,7984.8708004 +425,2.535303836,-0.112984496,467,0.607829703,-0.10932137,7564.7903442 +426,-1.019372593,-0.405322349,467,0.607829703,-0.10932137,6255.5047853 +427,-1.297785627,-0.160104069,467,0.607829703,-0.10932137,7449.8638035 +428,2.144554488,0.205051084,467,0.607829703,-0.10932137,6178.6026524 +429,-2.242387083,-0.426171285,467,0.607829703,-0.10932137,10043.01813 +430,0.338637212,0.909723676,467,0.607829703,-0.10932137,4137.8792622 +431,-0.148798452,0.691042401,467,0.607829703,-0.10932137,4205.1085936 +432,0.893524764,0.441829531,467,0.607829703,-0.10932137,2444.7468982 +433,0.969229347,-0.368847936,467,0.607829703,-0.10932137,1725.3959125 +434,0.436043248,0.800045688,467,0.607829703,-0.10932137,3652.9146691 +435,1.687946607,1.081504775,467,0.607829703,-0.10932137,5730.0840029 +436,0.522302046,-0.034889271,467,0.607829703,-0.10932137,448.37602235 +437,-0.178996113,-0.438090009,467,0.607829703,-0.10932137,3249.8615865 +438,-1.094339566,0.301444068,467,0.607829703,-0.10932137,6845.3209288 +439,-1.064070054,0.242569932,467,0.607829703,-0.10932137,6712.7511794 +440,-1.068153768,0.230387998,467,0.607829703,-0.10932137,6724.4300339 +441,-3.00496892,-0.23989155,467,0.607829703,-0.10932137,10131.720885 +442,0.21751974,0.766874888,467,0.607829703,-0.10932137,3740.6908114 +443,0.117229532,0.007619006,467,0.607829703,-0.10932137,1994.1268484 +444,0.777758451,0.420554741,467,0.607829703,-0.10932137,2199.1094503 +445,-0.252356999,0.250747086,467,0.607829703,-0.10932137,3667.7998023 +446,0.363148444,0.768483434,467,0.607829703,-0.10932137,3585.3642494 +447,0.903191366,-0.118210676,467,0.607829703,-0.10932137,1162.8389959 +448,-0.205755923,0.149406178,467,0.607829703,-0.10932137,3372.2955513 +449,1.811996086,0.02364353,467,0.607829703,-0.10932137,4790.1294026 +450,-1.100670221,0.314845373,467,0.607829703,-0.10932137,6872.5816485 +451,0.340078597,0.850105132,467,0.607829703,-0.10932137,3912.2545735 +452,0.258757267,0.804969236,467,0.607829703,-0.10932137,3825.338605 +453,2.78505352,-0.155160804,467,0.607829703,-0.10932137,8494.9310096 +454,0.800551619,0.105822106,467,0.607829703,-0.10932137,1143.1096967 +455,0.437940882,-0.506194031,467,0.607829703,-0.10932137,1695.6824428 +456,2.230431122,0.63458615,467,0.607829703,-0.10932137,6643.1121679 +457,0.527965361,0.127667701,467,0.607829703,-0.10932137,990.34273985 +458,-0.063643205,0.702093448,467,0.607829703,-0.10932137,4038.6061385 +459,1.408447268,0.133010502,467,0.607829703,-0.10932137,3305.5806622 +460,0.523795955,0.280266966,467,0.607829703,-0.10932137,1577.9421293 +461,-0.975769313,0.072177659,467,0.607829703,-0.10932137,6303.3713082 +462,0.549774164,-0.463663986,467,0.607829703,-0.10932137,1420.552077 +463,0.29245874,1.095549818,467,0.607829703,-0.10932137,4867.2201914 +464,0.143625958,0.816809593,467,0.607829703,-0.10932137,4014.3352407 +465,0.671902494,0.611159853,467,0.607829703,-0.10932137,2863.8410244 +466,1.239840988,0.6724199,467,0.607829703,-0.10932137,3870.0553648 +467,0.607829703,-0.10932137,467,0.607829703,-0.10932137,0 +468,1.763020906,0.263996692,467,0.607829703,-0.10932137,4767.6317459 +469,0.378714634,0.726066797,467,0.607829703,-0.10932137,3411.5396076 +470,2.196736143,-0.153862366,467,0.607829703,-0.10932137,6226.1528543 +471,0.01702415,0.148991565,467,0.607829703,-0.10932137,2547.6324128 +472,-2.998490902,-0.158002487,467,0.607829703,-0.10932137,10325.509737 +473,-3.051262951,-0.346595608,467,0.607829703,-0.10932137,9736.9492298 +474,-1.069176439,0.182802941,467,0.607829703,-0.10932137,6712.1810531 +475,0.167157509,0.595344954,467,0.607829703,-0.10932137,3242.706664 +476,0.613855648,0.681746124,467,0.607829703,-0.10932137,3133.4964009 +477,1.037012736,0.682555367,467,0.607829703,-0.10932137,3509.2385535 +478,-1.253574971,0.379755746,467,0.607829703,-0.10932137,7449.4922189 +479,3.108590453,-0.132620738,467,0.607829703,-0.10932137,9736.6441185 +480,0.565301296,0.022333262,467,0.607829703,-0.10932137,547.93050708 +481,0.547898238,0.855555614,467,0.607829703,-0.10932137,3827.5147667 +482,0.948309381,0.417393755,467,0.607829703,-0.10932137,2466.5654609 +483,-0.050600732,0.945269213,467,0.607829703,-0.10932137,4712.511207 +484,-0.977651478,-0.572363064,467,0.607829703,-0.10932137,6036.392604 +485,1.102014914,0.728861163,467,0.607829703,-0.10932137,3770.64874 +486,2.927300795,-0.282939414,467,0.607829703,-0.10932137,8866.9945131 +487,-1.154565557,0.124434095,467,0.607829703,-0.10932137,7025.0408047 +488,1.855331234,0.291044755,467,0.607829703,-0.10932137,5134.0470579 +489,0.830290659,0.276904518,467,0.607829703,-0.10932137,1761.1320873 +490,0.485104466,-0.234867441,467,0.607829703,-0.10932137,690.17083106 +491,0.521367572,-0.33161327,467,0.607829703,-0.10932137,941.50135266 +1,-1.539031704,0.7349710123,468,1.763020906,0.263996692,8443.7540965 +2,-1.536990553,0.7349663874,468,1.763020906,0.263996692,8444.8578249 +3,-1.534951779,0.7349571355,468,1.763020906,0.263996692,8445.9647629 +4,-1.532906461,0.7349480293,468,1.763020906,0.263996692,8447.0609552 +5,-1.531320211,0.7346937278,468,1.763020906,0.263996692,8448.8661576 +6,-1.539451648,0.7335131775,468,1.763020906,0.263996692,8449.2063332 +7,-1.537429487,0.7335445708,468,1.763020906,0.263996692,8450.1648622 +8,-1.535484998,0.7335658704,468,1.763020906,0.263996692,8451.1085034 +9,-1.533488396,0.7336036027,468,1.763020906,0.263996692,8452.0026426 +10,-1.531497785,0.7335842962,468,1.763020906,0.263996692,8453.1030264 +11,-1.530259379,0.7334777758,468,1.763020906,0.263996692,8454.1498144 +12,-1.5335454,0.7322346912,468,1.763020906,0.263996692,8457.3104456 +13,-1.531489083,0.7322238773,468,1.763020906,0.263996692,8458.4139103 +14,-1.530011122,0.7321679851,468,1.763020906,0.263996692,8459.3862077 +15,-1.53348106,0.7306614094,468,1.763020906,0.263996692,8463.4779457 +16,-1.531441779,0.7306962275,468,1.763020906,0.263996692,8464.3967805 +17,-1.529755654,0.7306933243,468,1.763020906,0.263996692,8465.2697237 +18,-1.533415048,0.7291384674,468,1.763020906,0.263996692,8469.4500067 +19,-1.531392093,0.7291705353,468,1.763020906,0.263996692,8470.373168 +20,-1.529296523,0.7291214933,468,1.763020906,0.263996692,8471.6361033 +21,-1.535280942,0.727267644,468,1.763020906,0.263996692,8475.7621938 +22,-1.533378158,0.7276139666,468,1.763020906,0.263996692,8475.4128901 +23,-1.531340368,0.7276446587,468,1.763020906,0.263996692,8476.3512589 +24,-1.528960113,0.7276398177,468,1.763020906,0.263996692,8477.5885963 +25,-1.533313146,0.7260818349,468,1.763020906,0.263996692,8481.4201498 +26,-1.531259555,0.7260958115,468,1.763020906,0.263996692,8482.4339101 +27,-1.528926415,0.7260865555,468,1.763020906,0.263996692,8483.6667296 +28,-1.531226779,0.7245511789,468,1.763020906,0.263996692,8488.4752381 +29,-1.528904772,0.7245519194,468,1.763020906,0.263996692,8489.6659301 +30,-1.547195875,0.7409785979,468,1.763020906,0.263996692,8415.9170569 +31,-1.5451475,0.740980426,468,1.763020906,0.263996692,8417.0435399 +32,-1.543097679,0.7409798872,468,1.763020906,0.263996692,8418.1664842 +33,-1.540720364,0.7409892687,468,1.763020906,0.263996692,8419.4128932 +34,-1.547188511,0.7395198392,468,1.763020906,0.263996692,8421.5934065 +35,-1.545148587,0.7395226109,468,1.763020906,0.263996692,8422.7140305 +36,-1.543104538,0.7395314908,468,1.763020906,0.263996692,8423.7996729 +37,-1.540727751,0.7395306258,468,1.763020906,0.263996692,8425.0885829 +38,-1.547187029,0.7380014886,468,1.763020906,0.263996692,8427.4980005 +39,-1.545147315,0.7380012252,468,1.763020906,0.263996692,8428.6329216 +40,-1.54310719,0.7380060743,468,1.763020906,0.263996692,8429.7346979 +41,-1.540719671,0.7380068206,468,1.763020906,0.263996692,8431.0261205 +42,-1.547187189,0.7364799098,468,1.763020906,0.263996692,8433.4140227 +43,-1.545149996,0.7364853874,468,1.763020906,0.263996692,8434.5278438 +44,-1.543106091,0.7364823484,468,1.763020906,0.263996692,8435.6649904 +45,-1.540717158,0.7364893901,468,1.763020906,0.263996692,8436.9356612 +46,-1.538663972,0.7410138672,468,1.763020906,0.263996692,8420.4120764 +47,-1.53695285,0.7409699132,468,1.763020906,0.263996692,8421.4840606 +48,-1.534910498,0.7409641297,468,1.763020906,0.263996692,8422.5693296 +49,-1.533145034,0.7409536636,468,1.763020906,0.263996692,8423.5179155 +50,-1.538681336,0.7395405883,468,1.763020906,0.263996692,8426.1419773 +51,-1.536999189,0.7395183096,468,1.763020906,0.263996692,8427.1164046 +52,-1.534923633,0.7395144222,468,1.763020906,0.263996692,8428.2141525 +53,-1.533267822,0.7395654306,468,1.763020906,0.263996692,8428.8688732 +54,-1.53867273,0.7380151077,468,1.763020906,0.263996692,8432.0888062 +55,-1.536980576,0.7379994392,468,1.763020906,0.263996692,8433.044757 +56,-1.534931522,0.7379944961,468,1.763020906,0.263996692,8434.1352386 +57,-1.533387952,0.7379480264,468,1.763020906,0.263996692,8435.1143883 +58,-1.538682279,0.7364914363,468,1.763020906,0.263996692,8438.018746 +59,-1.536980704,0.7364810563,468,1.763020906,0.263996692,8438.9611881 +60,-1.534935567,0.7364752065,468,1.763020906,0.263996692,8440.0556458 +61,-1.533042592,0.7363876366,468,1.763020906,0.263996692,8441.3769173 +62,-1.545143426,0.7349628011,468,1.763020906,0.263996692,8440.4539415 +63,-1.543105297,0.7349691947,468,1.763020906,0.263996692,8441.5537776 +64,-1.541064533,0.7349647152,468,1.763020906,0.263996692,8442.6838256 +65,-1.545411803,0.7334624714,468,1.763020906,0.263996692,8446.1401789 +66,-1.543446606,0.7334780896,468,1.763020906,0.263996692,8447.1683082 +67,-1.541475327,0.7334957295,468,1.763020906,0.263996692,8448.1792273 +68,-1.545401939,0.731963266,468,1.763020906,0.263996692,8451.9764593 +69,-1.54342253,0.7319915583,468,1.763020906,0.263996692,8452.9655425 +70,-1.541455867,0.7320216438,468,1.763020906,0.263996692,8453.9277874 +71,-1.545410146,0.7304422281,468,1.763020906,0.263996692,8457.8873537 +72,-1.543435491,0.7304713664,468,1.763020906,0.263996692,8458.8731133 +73,-1.541463105,0.7304997613,468,1.763020906,0.263996692,8459.8476504 +74,-1.545414768,0.7289194936,468,1.763020906,0.263996692,8463.8066282 +75,-1.543435774,0.7289538557,468,1.763020906,0.263996692,8464.7770472 +76,-1.541457714,0.7289765881,468,1.763020906,0.263996692,8465.7792425 +77,-1.539449415,0.7320555866,468,1.763020906,0.263996692,8454.8837042 +78,-1.537429183,0.7321097681,468,1.763020906,0.263996692,8455.7548152 +79,-1.535472649,0.7321497267,468,1.763020906,0.263996692,8456.6343143 +80,-1.539457899,0.7305333307,468,1.763020906,0.263996692,8460.8069202 +81,-1.537453161,0.7305750503,468,1.763020906,0.263996692,8461.720881 +82,-1.535479385,0.7306124949,468,1.763020906,0.263996692,8462.6218458 +83,-1.53946905,0.7290102593,468,1.763020906,0.263996692,8466.7316505 +84,-1.537459922,0.7290417293,468,1.763020906,0.263996692,8467.6904604 +85,-1.535451349,0.7290890157,468,1.763020906,0.263996692,8468.5739458 +86,-1.535522937,0.7279887191,468,1.763020906,0.263996692,8472.824031 +87,-1.539442524,0.7274735939,468,1.763020906,0.263996692,8472.7295381 +88,-1.537424111,0.727521351,468,1.763020906,0.263996692,8473.6322342 +89,-1.539384641,0.7259505092,468,1.763020906,0.263996692,8478.6914646 +90,-1.537372391,0.7259947145,468,1.763020906,0.263996692,8479.6068239 +91,-1.535340789,0.7260435356,468,1.763020906,0.263996692,8480.5009236 +92,-1.539325716,0.7244369706,468,1.763020906,0.263996692,8484.6167258 +93,-1.537308932,0.7244801057,468,1.763020906,0.263996692,8485.5408046 +94,-1.535289068,0.7245247645,468,1.763020906,0.263996692,8486.4469589 +95,-1.533261366,0.7245550236,468,1.763020906,0.263996692,8487.3996845 +96,-1.539267302,0.722921924,468,1.763020906,0.263996692,8490.5475189 +97,-1.537248972,0.7229660258,468,1.763020906,0.263996692,8491.4707903 +98,-1.535219431,0.7229916471,468,1.763020906,0.263996692,8492.4583688 +99,-1.53318962,0.7230212049,468,1.763020906,0.263996692,8493.4169634 +100,-1.531154816,0.7230299897,468,1.763020906,0.263996692,8494.4453607 +101,-1.528878341,0.7230370244,468,1.763020906,0.263996692,8495.5904238 +102,-1.539218189,0.7214009878,468,1.763020906,0.263996692,8496.4960915 +103,-1.537198791,0.7214422745,468,1.763020906,0.263996692,8497.4331081 +104,-1.535179266,0.7214634354,468,1.763020906,0.263996692,8498.434903 +105,-1.533156501,0.7214944644,468,1.763020906,0.263996692,8499.386275 +106,-1.53113574,0.7215166021,468,1.763020906,0.263996692,8500.3575358 +107,-1.528874248,0.7215345535,468,1.763020906,0.263996692,8501.4548811 +108,-1.539217656,0.7198512397,468,1.763020906,0.263996692,8502.5301235 +109,-1.537199919,0.7199428763,468,1.763020906,0.263996692,8503.272712 +110,-1.545425832,0.727397149,468,1.763020906,0.263996692,8469.7205395 +111,-1.543371177,0.7273916949,468,1.763020906,0.263996692,8470.8905477 +112,-1.541368852,0.7274523163,468,1.763020906,0.263996692,8471.7607671 +113,-1.545349067,0.7258710923,468,1.763020906,0.263996692,8475.6981543 +114,-1.54332671,0.7258603556,468,1.763020906,0.263996692,8476.8728693 +115,-1.541346831,0.7259242142,468,1.763020906,0.263996692,8477.7204222 +116,-1.545324355,0.7243383958,468,1.763020906,0.263996692,8481.6721614 +117,-1.543292796,0.7243617413,468,1.763020906,0.263996692,8482.7218903 +118,-1.541295822,0.7244024384,468,1.763020906,0.263996692,8483.6712915 +119,-1.543193859,0.7205570215,468,1.763020906,0.263996692,8497.578193 +120,-1.550257047,0.7386738187,468,1.763020906,0.263996692,8423.1535606 +121,-1.549335448,0.7311736483,468,1.763020906,0.263996692,8452.8224764 +122,-1.533478843,0.7179891343,468,1.763020906,0.263996692,8512.8800115 +123,-1.556150555,0.738907041,468,1.763020906,0.263996692,8418.8417359 +124,-1.554324226,0.733414257,468,1.763020906,0.263996692,8441.2311692 +125,-1.554290846,0.7288285332,468,1.763020906,0.263996692,8459.0496436 +126,-1.55122487,0.7219795312,468,1.763020906,0.263996692,8487.4424446 +127,-1.525104458,0.7229399862,468,1.763020906,0.263996692,8497.8750135 +128,-1.519607711,0.7236181429,468,1.763020906,0.263996692,8497.9151737 +129,-1.513899999,0.7251107854,468,1.763020906,0.263996692,8494.7589278 +130,-1.536620762,0.7431061895,468,1.763020906,0.263996692,8413.3321849 +131,-1.5369566,0.7460845958,468,1.763020906,0.263996692,8401.5496936 +132,-1.545345528,0.7447040685,468,1.763020906,0.263996692,8402.4488681 +133,-1.532813921,0.7432306626,468,1.763020906,0.263996692,8414.8061901 +134,-1.554788248,0.7382381001,468,1.763020906,0.263996692,8422.2355039 +135,-1.540348126,0.7301594274,468,1.763020906,0.263996692,8461.7803701 +136,-1.538016084,0.7239051786,468,1.763020906,0.263996692,8487.3985852 +137,-1.525288962,0.7258085137,468,1.763020906,0.263996692,8486.5821302 +138,-1.534326986,0.731241342,468,1.763020906,0.263996692,8460.7757561 +139,-1.530733872,0.7303625216,468,1.763020906,0.263996692,8466.0614487 +141,-1.534354939,0.7328219978,468,1.763020906,0.263996692,8454.599329 +142,-1.53157084,0.7292888153,468,1.763020906,0.263996692,8469.8197746 +143,-1.525691035,0.7263799874,468,1.763020906,0.263996692,8484.150614 +144,-1.534031287,0.7495967835,468,1.763020906,0.263996692,8389.3593287 +145,-1.527714986,0.7283095957,468,1.763020906,0.263996692,8475.6042734 +146,-1.526189586,0.7271468292,468,1.763020906,0.263996692,8480.9079653 +147,-1.555177336,0.7375563366,468,1.763020906,0.263996692,8424.6543022 +148,-1.555080283,0.7312707794,468,1.763020906,0.263996692,8449.1053254 +149,-1.53856994,0.7224180299,468,1.763020906,0.263996692,8492.88961 +150,-1.530837883,0.729933372,468,1.763020906,0.263996692,8467.6822704 +151,-1.515066984,0.5854133365,468,1.763020906,0.263996692,9040.0293872 +152,-1.534731633,0.5368370046,468,1.763020906,0.263996692,9216.4270556 +153,-1.515231902,0.5607085576,468,1.763020906,0.263996692,9136.2717146 +154,-2.616253799,1.0684566605,468,1.763020906,0.263996692,5917.7332294 +155,-1.956071439,0.5792177723,468,1.763020906,0.263996692,8453.4839528 +156,-1.951208514,0.5602434208,468,1.763020906,0.263996692,8522.3133019 +157,-1.944675062,0.6062144545,468,1.763020906,0.263996692,8392.1858301 +158,-1.613778386,0.6077989518,468,1.763020906,0.263996692,8879.0671811 +159,-2.035029014,0.6021432345,468,1.763020906,0.263996692,8215.9525093 +160,-2.114989471,0.6801825058,468,1.763020906,0.263996692,7817.1402525 +161,-2.037382079,0.5765830025,468,1.763020906,0.263996692,8285.2252474 +162,-2.129855121,0.6585019963,468,1.763020906,0.263996692,7844.6160233 +163,-2.075141798,0.6493615843,468,1.763020906,0.263996692,7991.2479216 +164,-1.828626729,0.6948433129,468,1.763020906,0.263996692,8298.7790233 +165,-1.863329418,0.6735427691,468,1.763020906,0.263996692,8318.0785001 +166,-1.266037071,0.727988852,468,1.763020906,0.263996692,8493.0629117 +167,-1.277579582,0.7249010648,468,1.763020906,0.263996692,8509.3917544 +168,-1.258418684,0.7241194816,468,1.763020906,0.263996692,8505.2389686 +169,-1.317813974,0.6804850104,468,1.763020906,0.263996692,8695.991819 +170,-1.344165204,0.6790988904,468,1.763020906,0.263996692,8706.0715985 +171,-1.427582102,0.5277120351,468,1.763020906,0.263996692,9302.3192069 +172,-1.402238616,0.457167829,468,1.763020906,0.263996692,9585.860849 +173,-1.422454264,0.4996161999,468,1.763020906,0.263996692,9414.508315 +174,-1.439089277,0.4894859811,468,1.763020906,0.263996692,9450.2849196 +175,-1.448126995,0.5182330266,468,1.763020906,0.263996692,9334.0581397 +176,-1.474626146,0.5881926574,468,1.763020906,0.263996692,9048.8866751 +177,-1.421139645,0.5584869783,468,1.763020906,0.263996692,9181.9840982 +178,-1.457037165,0.565943032,468,1.763020906,0.263996692,9143.0198186 +179,-2.757159358,0.3745319,468,1.763020906,0.263996692,6523.9022309 +180,-2.714309238,0.342054471,468,1.763020906,0.263996692,6715.476119 +181,-2.000525337,0.774119946,468,1.763020906,0.263996692,7759.8541805 +183,-1.571413436,0.6777838382,468,1.763020906,0.263996692,8645.5948351 +184,-1.552860289,0.6987663893,468,1.763020906,0.263996692,8576.5584404 +185,-1.521852374,0.7165827476,468,1.763020906,0.263996692,8524.3168971 +186,-1.503656267,0.6928968252,468,1.763020906,0.263996692,8625.5429756 +187,-1.502753178,0.7136205882,468,1.763020906,0.263996692,8544.7203851 +188,-1.631894563,0.7343596465,468,1.763020906,0.263996692,8382.5133749 +189,-1.653765416,0.6770714026,468,1.763020906,0.263996692,8579.2225381 +190,-1.719812114,0.6715965947,468,1.763020906,0.263996692,8527.5643515 +191,-1.493406659,0.6646955447,468,1.763020906,0.263996692,8740.6033799 +192,-1.469120564,0.6613469966,468,1.763020906,0.263996692,8763.1092728 +193,-1.590551461,0.5326612937,468,1.763020906,0.263996692,9186.4364781 +194,-1.625979264,0.5247742243,468,1.763020906,0.263996692,9179.917511 +195,-1.572293943,0.5238808754,468,1.763020906,0.263996692,9236.6269687 +196,-1.610848725,0.5477107964,468,1.763020906,0.263996692,9109.5149158 +197,-1.208485554,0.7918526018,468,1.763020906,0.263996692,8217.2305749 +198,-1.335601374,0.6869083083,468,1.763020906,0.263996692,8673.9617751 +199,-1.346156996,0.6825213377,468,1.763020906,0.263996692,8692.7698852 +200,-1.324381037,0.6741422347,468,1.763020906,0.263996692,8722.4453243 +201,-1.242424992,0.7378949807,468,1.763020906,0.263996692,8444.3582693 +202,-1.270370057,0.7392461008,468,1.763020906,0.263996692,8450.4372086 +203,-1.448950472,0.7441675014,468,1.763020906,0.263996692,8442.2828122 +204,-1.492662363,0.7523026852,468,1.763020906,0.263996692,8396.9729701 +205,-1.479098966,0.7763855017,468,1.763020906,0.263996692,8306.9465699 +206,-1.633760714,0.7869022408,468,1.763020906,0.263996692,8181.2097721 +207,-1.647406434,0.8101289331,468,1.763020906,0.263996692,8082.306333 +208,-1.564245052,0.5701509278,468,1.763020906,0.263996692,9065.7213425 +209,-1.646289963,0.6833746083,468,1.763020906,0.263996692,8562.6888812 +210,-1.5820631,0.6751952144,468,1.763020906,0.263996692,8647.9292464 +211,-1.613236298,0.6681681791,468,1.763020906,0.263996692,8650.0409327 +212,-1.914661867,0.8212566515,468,1.763020906,0.263996692,7742.0493519 +213,-1.742133237,0.7250275956,468,1.763020906,0.263996692,8306.320336 +214,-2.033144872,0.6557314699,468,1.763020906,0.263996692,8061.4175784 +215,-2.039551981,0.6964723658,468,1.763020906,0.263996692,7926.4694453 +216,-1.247341019,0.7622473908,468,1.763020906,0.263996692,8351.1526302 +217,-1.298239787,0.7084123392,468,1.763020906,0.263996692,8580.8138405 +218,-1.308539688,0.6926545592,468,1.763020906,0.263996692,8645.7340257 +219,-1.303263185,0.6888938396,468,1.763020906,0.263996692,8659.1942884 +220,-1.852400229,0.6004246149,468,1.763020906,0.263996692,8582.635358 +221,-1.288947707,0.7473773692,468,1.763020906,0.263996692,8424.5286497 +222,-1.372031502,0.7472790993,468,1.763020906,0.263996692,8438.114309 +223,-1.289805721,0.7242157877,468,1.763020906,0.263996692,8516.0502411 +224,-1.350807603,0.7533498126,468,1.763020906,0.263996692,8412.875594 +225,-1.329290365,0.7560442322,468,1.763020906,0.263996692,8399.5039215 +226,-1.410153004,0.616936428,468,1.763020906,0.263996692,8952.456565 +227,-1.393445434,0.6308995063,468,1.763020906,0.263996692,8898.7268973 +228,-1.37595573,0.6241540638,468,1.763020906,0.263996692,8925.8696737 +229,-1.358388707,0.6172645205,468,1.763020906,0.263996692,8952.3497831 +230,-1.753741133,0.8281661666,468,1.763020906,0.263996692,7917.7089038 +231,-1.47430987,0.6834615681,468,1.763020906,0.263996692,8674.2691339 +232,-1.421012508,0.7222725206,468,1.763020906,0.263996692,8534.1391823 +233,-1.4476833,0.6978557868,468,1.763020906,0.263996692,8625.4302002 +234,-1.470370723,0.6966193374,468,1.763020906,0.263996692,8623.8000655 +235,-1.429211703,0.7037216883,468,1.763020906,0.263996692,8606.1799581 +236,-1.700578405,0.6178673663,468,1.763020906,0.263996692,8747.4628584 +237,-1.678117619,0.6331716163,468,1.763020906,0.263996692,8717.4862985 +238,-1.725644578,0.6316331145,468,1.763020906,0.263996692,8665.7657657 +239,-2.14012759,0.7930497945,468,1.763020906,0.263996692,7446.8170148 +240,-2.103289431,0.7653606263,468,1.763020906,0.263996692,7597.8236402 +241,-1.318739838,0.7017808746,468,1.763020906,0.263996692,8612.0539745 +242,-1.396417427,0.7077900843,468,1.763020906,0.263996692,8594.0409737 +243,-1.35650337,0.7185539404,468,1.763020906,0.263996692,8551.1230219 +244,-1.248884539,0.7274156818,468,1.763020906,0.263996692,8488.2707612 +245,-1.395014798,0.5761185243,468,1.763020906,0.263996692,9115.5701044 +246,-1.433377362,0.6064716109,468,1.763020906,0.263996692,8989.7581544 +247,-1.408172432,0.5903155476,468,1.763020906,0.263996692,9058.0727737 +248,-1.749645898,0.7757118084,468,1.763020906,0.263996692,8113.319913 +249,-1.571626686,0.615046989,468,1.763020906,0.263996692,8887.201116 +250,-1.514070049,0.6303003037,468,1.763020906,0.263996692,8865.3599416 +251,-1.480890369,0.6237966528,468,1.763020906,0.263996692,8906.4177213 +252,-1.704390658,0.5281680612,468,1.763020906,0.263996692,9068.8615013 +253,-1.64434733,0.5254277498,468,1.763020906,0.263996692,9156.5182379 +254,-1.703855997,0.4792484842,468,1.763020906,0.263996692,9245.6115465 +255,-1.692002383,0.5748825051,468,1.763020906,0.263996692,8915.5731941 +256,-1.854136457,0.5544643913,468,1.763020906,0.263996692,8732.710582 +257,-1.665021206,0.520317736,468,1.763020906,0.263996692,9150.1427339 +258,-1.733654349,0.4845187345,468,1.763020906,0.263996692,9180.6286377 +259,-1.720938188,0.5135933906,468,1.763020906,0.263996692,9097.2105607 +260,-1.742668307,0.553296122,468,1.763020906,0.263996692,8923.3780455 +261,-1.965659039,0.7142126903,468,1.763020906,0.263996692,8010.5597386 +262,-1.944438071,0.6772834804,468,1.763020906,0.263996692,8166.7021235 +263,-1.270340967,0.7681487096,468,1.763020906,0.263996692,8336.8014075 +264,-1.353091884,0.6549276821,468,1.763020906,0.263996692,8802.7509294 +265,-1.333236659,0.6413584414,468,1.763020906,0.263996692,8853.7365208 +266,-1.352015998,0.6753788907,468,1.763020906,0.263996692,8721.6784053 +267,-1.377988483,0.6577816235,468,1.763020906,0.263996692,8792.683947 +268,-2.13075611,0.8318642051,468,1.763020906,0.263996692,7353.7308341 +269,-2.097910953,0.8259670014,468,1.763020906,0.263996692,7430.4463488 +270,-1.416382069,0.6694271549,468,1.763020906,0.263996692,8743.8906234 +271,-1.538905672,0.7535625993,468,1.763020906,0.263996692,8371.3963427 +272,-1.572309477,0.7803125099,468,1.763020906,0.263996692,8248.7847587 +273,-1.87759879,0.7503853417,468,1.763020906,0.263996692,8035.5390725 +274,1.152365588,0.590457682,468,1.763020906,0.263996692,2533.9732186 +275,0.350198001,0.718001859,468,1.763020906,0.263996692,5072.8617677 +276,0.046513677,0.491503852,468,1.763020906,0.263996692,6223.5944331 +277,0.027510309,0.742571376,468,1.763020906,0.263996692,5984.807684 +278,0.306285725,-0.214631579,468,1.763020906,0.263996692,6016.7606733 +279,-1.100564889,0.318051531,468,1.763020906,0.263996692,9895.8118323 +280,-1.078582306,0.301437596,468,1.763020906,0.263996692,9916.0540338 +281,-1.137371989,-0.617634065,468,1.763020906,0.263996692,10802.203486 +282,0.784356344,0.703272339,468,1.763020906,0.263996692,3772.5514265 +283,-1.221209947,0.218327455,468,1.763020906,0.263996692,10436.189012 +284,2.347301921,-0.449114658,468,1.763020906,0.263996692,3612.9228947 +285,0.246820618,0.830553713,468,1.763020906,0.263996692,5310.0552936 +286,0.829414965,0.703288228,468,1.763020906,0.263996692,3639.193951 +287,-1.337537566,0.42332223,468,1.763020906,0.263996692,9716.7561365 +288,0.882453706,0.454478077,468,1.763020906,0.263996692,3330.6970318 +289,1.575629659,0.416419109,468,1.763020906,0.263996692,923.38638635 +290,-1.039455679,0.229888244,468,1.763020906,0.263996692,10078.712619 +291,0.489558039,0.934482747,468,1.763020906,0.263996692,4686.7799524 +292,0.081344504,0.88384514,468,1.763020906,0.263996692,5689.500813 +293,-1.547979814,0.300350308,468,1.763020906,0.263996692,10112.536755 +294,0.040776181,0.168560074,468,1.763020906,0.263996692,6617.9024189 +295,-1.130374745,0.563894876,468,1.763020906,0.263996692,9032.1179368 +296,1.578326642,0.478507176,468,1.763020906,0.263996692,1088.0892963 +297,-1.12861823,-0.291640865,468,1.763020906,0.263996692,11485.693685 +298,0.310524208,0.770885792,468,1.763020906,0.263996692,5165.5614572 +299,0.415649091,-0.387246002,468,1.763020906,0.263996692,5827.0957115 +300,-0.926533878,-0.188022748,468,1.763020906,0.263996692,10674.334954 +301,1.258856172,-0.11716081,468,1.763020906,0.263996692,2489.2414424 +302,-1.126050026,0.322941926,468,1.763020906,0.263996692,9918.8484217 +303,2.002785835,0.07893892,468,1.763020906,0.263996692,1187.4952599 +304,0.440437607,0.746258085,468,1.763020906,0.263996692,4800.1572651 +305,-0.030391866,0.214441206,468,1.763020906,0.263996692,6829.2362773 +306,0.521557815,-0.058929362,468,1.763020906,0.263996692,5030.4015932 +307,-0.097005111,0.13317729,468,1.763020906,0.263996692,7174.7796721 +308,1.83113859,0.221857587,468,1.763020906,0.263996692,310.53782942 +309,0.222428864,0.099404236,468,1.763020906,0.263996692,6004.3344219 +310,-1.702731345,0.8728568183,468,1.763020906,0.263996692,7800.8347258 +311,-0.418507569,0.278324921,468,1.763020906,0.263996692,8117.9538746 +312,-1.41153306,0.339029988,468,1.763020906,0.263996692,10051.80826 +313,0.357560442,0.114788776,468,1.763020906,0.263996692,5473.9141266 +314,0.325818979,0.268352149,468,1.763020906,0.263996692,5451.9487349 +315,-1.246004659,-0.663679965,468,1.763020906,0.263996692,10794.107334 +316,1.814603087,0.637404484,468,1.763020906,0.263996692,1490.2324182 +317,1.843704281,-0.18300445,468,1.763020906,0.263996692,1798.6604875 +318,1.690644492,-0.211480909,468,1.763020906,0.263996692,1904.6375714 +319,-1.275451936,0.068109467,468,1.763020906,0.263996692,11067.57002 +320,0.762430171,-0.207594741,468,1.763020906,0.263996692,4345.8147901 +321,0.265668905,-0.014647884,468,1.763020906,0.263996692,5956.3128261 +322,-2.773032013,-0.335515811,468,1.763020906,0.263996692,7205.6995139 +323,-1.469512853,0.174058777,468,1.763020906,0.263996692,10672.378262 +324,0.286276986,0.785925691,468,1.763020906,0.263996692,5226.4448206 +325,-1.379324697,0.377432233,468,1.763020906,0.263996692,9903.1468449 +326,-1.203778265,0.212813032,468,1.763020906,0.263996692,10434.648678 +327,0.579916301,0.611743168,468,1.763020906,0.263996692,4379.1557853 +328,0.267582642,0.868113908,468,1.763020906,0.263996692,5237.0179129 +329,0.412869244,-0.050245578,468,1.763020906,0.263996692,5432.8169315 +330,0.17524381,0.976660285,468,1.763020906,0.263996692,5395.8310947 +331,0.743157214,0.204812899,468,1.763020906,0.263996692,3925.3445246 +332,-1.070758176,0.269382282,468,1.763020906,0.263996692,10011.842635 +333,-1.230364251,0.329790229,468,1.763020906,0.263996692,10021.886763 +334,-1.374813124,-0.024926835,468,1.763020906,0.263996692,11496.778778 +335,0.519780566,0.463669906,468,1.763020906,0.263996692,4615.6762966 +336,-1.55108034,0.239698561,468,1.763020906,0.263996692,10337.313769 +337,0.180294813,0.029739425,468,1.763020906,0.263996692,6236.7859751 +338,0.67820924,0.268170153,468,1.763020906,0.263996692,4129.9887348 +339,0.445798684,1.024001867,468,1.763020906,0.263996692,4810.6015149 +340,0.691751283,0.150521402,468,1.763020906,0.263996692,4164.7821114 +341,-1.036643551,-0.903056181,468,1.763020906,0.263996692,9690.9470475 +342,-0.120287036,1.083325163,468,1.763020906,0.263996692,5858.8721076 +343,2.823513113,-0.304487164,468,1.763020906,0.263996692,4713.8463331 +344,0.457583172,1.12513373,468,1.763020906,0.263996692,4828.4631702 +345,0.042918831,0.813795399,468,1.763020906,0.263996692,5860.7257184 +346,1.196146777,-0.853142756,468,1.763020906,0.263996692,4852.1793433 +347,0.206001358,-0.010430701,468,1.763020906,0.263996692,6180.0296019 +348,-0.268308653,0.234799412,468,1.763020906,0.263996692,7665.9927435 +349,0.759363263,0.736189579,468,1.763020906,0.263996692,3869.8580003 +350,0.181363926,0.891988372,468,1.763020906,0.263996692,5438.4361446 +351,-0.021111158,0.139103292,468,1.763020906,0.263996692,6883.4362297 +352,-0.093355215,0.630686981,468,1.763020906,0.263996692,6482.5847938 +353,0.40118964,0.681375926,468,1.763020906,0.263996692,4932.1256617 +354,-0.721197315,1.304706234,468,1.763020906,0.263996692,6020.5819574 +355,-1.076150317,0.212107639,468,1.763020906,0.263996692,10216.044488 +356,-1.577164531,0.273993443,468,1.763020906,0.263996692,10175.627048 +357,-0.190788414,0.182208586,468,1.763020906,0.263996692,7460.051447 +358,-0.261349752,0.209710184,468,1.763020906,0.263996692,7678.1339752 +359,-1.029303852,0.083549259,468,1.763020906,0.263996692,10501.251297 +360,-1.268609162,0.330525297,468,1.763020906,0.263996692,10050.225642 +361,1.282982244,-0.926641967,468,1.763020906,0.263996692,4991.9889154 +362,0.217352334,0.731352408,468,1.763020906,0.263996692,5455.3349436 +363,-1.511833084,0.258629297,468,1.763020906,0.263996692,10308.982705 +364,0.338812194,0.823184618,468,1.763020906,0.263996692,5068.0006852 +365,-0.324406489,1.134201999,468,1.763020906,0.263996692,6083.9384235 +366,1.389579348,0.399185724,468,1.763020906,0.263996692,1495.4590679 +367,2.047152199,-0.039082036,468,1.763020906,0.263996692,1637.6148954 +368,0.947780369,0.568250077,468,1.763020906,0.263996692,3159.7863901 +369,0.763824846,0.576754987,468,1.763020906,0.263996692,3770.8949343 +370,-0.142334657,0.928153068,468,1.763020906,0.263996692,6146.9843738 +371,0.610266567,0.547265983,468,1.763020906,0.263996692,4281.8204931 +372,0.210731629,0.746815056,468,1.763020906,0.263996692,5463.2436864 +373,-1.34931644,0.316895224,468,1.763020906,0.263996692,10140.104021 +374,2.407696481,0.655030745,468,1.763020906,0.263996692,2735.462395 +375,0.64207831,0.545359131,468,1.763020906,0.263996692,4174.2703547 +376,1.174597538,0.840588356,468,1.763020906,0.263996692,2980.3777022 +377,0.660059424,0.010604079,468,1.763020906,0.263996692,4425.7892147 +378,-0.730263819,0.010486456,468,1.763020906,0.263996692,9682.6659205 +379,0.831068936,0.512339172,468,1.763020906,0.263996692,3524.2309378 +380,1.301180979,0.72367476,468,1.763020906,0.263996692,2410.9629769 +381,1.811128231,0.322854402,468,1.763020906,0.263996692,295.99365305 +382,0.435105812,0.992284428,468,1.763020906,0.263996692,4824.9153299 +383,0.62643634,0.592027932,468,1.763020906,0.263996692,4226.9926612 +384,0.492988703,-0.516339467,468,1.763020906,0.263996692,5745.9487259 +385,-0.162469483,0.112549365,468,1.763020906,0.263996692,7444.7794044 +386,0.314630866,0.472006421,468,1.763020906,0.263996692,5328.5897238 +387,0.166744804,0.822815954,468,1.763020906,0.263996692,5526.9385857 +388,0.417159608,0.965805736,468,1.763020906,0.263996692,4860.0467759 +389,0.106334961,0.868774244,468,1.763020906,0.263996692,5642.4995007 +390,0.815086969,-0.338144359,468,1.763020906,0.263996692,4396.5499268 +391,0.59867455,-0.230624824,468,1.763020906,0.263996692,4965.5184905 +392,1.915104874,0.066220985,468,1.763020906,0.263996692,982.60903395 +393,1.278093622,0.064463721,468,1.763020906,0.263996692,2049.5381029 +394,-0.061477853,0.302997961,468,1.763020906,0.263996692,6831.9354469 +395,0.251311504,0.626976942,468,1.763020906,0.263996692,5427.3445606 +396,2.950242872,0.149095644,468,1.763020906,0.263996692,4609.0686477 +397,-0.180294708,0.35375117,468,1.763020906,0.263996692,7178.6826759 +398,1.010448592,-0.351180233,468,1.763020906,0.263996692,3810.5190322 +399,-1.748740498,0.3686318073,468,1.763020906,0.263996692,9554.1444062 +400,2.699635665,0.123533791,468,1.763020906,0.263996692,3674.0823973 +401,0.496808033,0.823843254,468,1.763020906,0.263996692,4642.9313096 +402,0.129574704,0.763364087,468,1.763020906,0.263996692,5678.6173086 +403,1.798920311,0.817447563,468,1.763020906,0.263996692,2195.4232415 +404,0.335987953,0.746786541,468,1.763020906,0.263996692,5102.9654839 +405,-1.085413643,0.292154671,468,1.763020906,0.263996692,9960.7149249 +406,-0.155321003,0.508207011,468,1.763020906,0.263996692,6859.4684015 +407,0.620529244,-0.301175104,468,1.763020906,0.263996692,4992.2325741 +408,1.684402744,0.368716966,468,1.763020906,0.263996692,509.44534192 +409,0.300582244,-0.386397212,468,1.763020906,0.263996692,6228.3987513 +410,2.913555946,-0.009225192,468,1.763020906,0.263996692,4628.8267582 +411,1.465101417,0.493232532,468,1.763020906,0.263996692,1420.4679789 +412,0.090612882,0.907955955,468,1.763020906,0.263996692,5643.8319157 +413,2.987564726,-0.729568594,468,1.763020906,0.263996692,5943.2491959 +414,-1.484261606,0.224149272,468,1.763020906,0.263996692,10466.402922 +415,0.164073421,0.303955133,468,1.763020906,0.263996692,6015.1772758 +416,0.141441293,0.167552546,468,1.763020906,0.263996692,6240.935374 +417,2.931321023,-0.506718887,468,1.763020906,0.263996692,5408.2061144 +418,2.21951565,0.700596356,468,1.763020906,0.263996692,2339.2106009 +419,0.268112576,1.199114336,468,1.763020906,0.263996692,5140.2317678 +420,0.978913739,0.359223811,468,1.763020906,0.263996692,2971.2919986 +421,1.210898818,0.522863584,468,1.763020906,0.263996692,2254.0577864 +422,2.347397336,0.129231362,468,1.763020906,0.263996692,2328.9081273 +423,0.614394501,0.556878345,468,1.763020906,0.263996692,4267.2238496 +424,-1.398079356,0.148483366,468,1.763020906,0.263996692,10808.221047 +425,2.535303836,-0.112984496,468,1.763020906,0.263996692,3379.0084597 +426,-1.019372593,-0.405322349,468,1.763020906,0.263996692,10990.203894 +427,-1.297785627,-0.160104069,468,1.763020906,0.263996692,11927.026159 +428,2.144554488,0.205051084,468,1.763020906,0.263996692,1487.5832985 +429,-2.242387083,-0.426171285,468,1.763020906,0.263996692,9177.4541186 +430,0.338637212,0.909723676,468,1.763020906,0.263996692,5046.3991569 +431,-0.148798452,0.691042401,468,1.763020906,0.263996692,6549.019572 +432,0.893524764,0.441829531,468,1.763020906,0.263996692,3288.9901643 +433,0.969229347,-0.368847936,468,1.763020906,0.263996692,3975.3391045 +434,0.436043248,0.800045688,468,1.763020906,0.263996692,4807.4743542 +435,1.687946607,1.081504775,468,1.763020906,0.263996692,3245.0836326 +436,0.522302046,-0.034889271,468,1.763020906,0.263996692,5000.1019161 +437,-0.178996113,-0.438090009,468,1.763020906,0.263996692,7972.9538624 +438,-1.094339566,0.301444068,468,1.763020906,0.263996692,9943.9767 +439,-1.064070054,0.242569932,468,1.763020906,0.263996692,10089.19667 +440,-1.068153768,0.230387998,468,1.763020906,0.263996692,10138.379236 +441,-3.00496892,-0.23989155,468,1.763020906,0.263996692,6261.0920164 +442,0.21751974,0.766874888,468,1.763020906,0.263996692,5429.8206268 +443,0.117229532,0.007619006,468,1.763020906,0.263996692,6500.7664679 +444,0.777758451,0.420554741,468,1.763020906,0.263996692,3704.8867372 +445,-0.252356999,0.250747086,468,1.763020906,0.263996692,7585.3248039 +446,0.363148444,0.768483434,468,1.763020906,0.263996692,5017.4451266 +447,0.903191366,-0.118210676,468,1.763020906,0.263996692,3698.7606706 +448,-0.205755923,0.149406178,468,1.763020906,0.263996692,7558.7283882 +449,1.811996086,0.02364353,468,1.763020906,0.263996692,971.10677366 +450,-1.100670221,0.314845373,468,1.763020906,0.263996692,9907.3760917 +451,0.340078597,0.850105132,468,1.763020906,0.263996692,5056.8881653 +452,0.258757267,0.804969236,468,1.763020906,0.263996692,5292.1844111 +453,2.78505352,-0.155160804,468,1.763020906,0.263996692,4341.1290229 +454,0.800551619,0.105822106,468,1.763020906,0.263996692,3789.7247059 +455,0.437940882,-0.506194031,468,1.763020906,0.263996692,5909.2423433 +456,2.230431122,0.63458615,468,1.763020906,0.263996692,2207.1607351 +457,0.527965361,0.127667701,468,1.763020906,0.263996692,4811.1271819 +458,-0.063643205,0.702093448,468,1.763020906,0.263996692,6293.2806984 +459,1.408447268,0.133010502,468,1.763020906,0.263996692,1470.094199 +460,0.523795955,0.280266966,468,1.763020906,0.263996692,4702.8785052 +461,-0.975769313,0.072177659,468,1.763020906,0.263996692,10377.318127 +462,0.549774164,-0.463663986,468,1.763020906,0.263996692,5482.9433097 +463,0.29245874,1.095549818,468,1.763020906,0.263996692,5113.3899072 +464,0.143625958,0.816809593,468,1.763020906,0.263996692,5592.9957096 +465,0.671902494,0.611159853,468,1.763020906,0.263996692,4080.8712559 +466,1.239840988,0.6724199,468,1.763020906,0.263996692,2436.3342726 +467,0.607829703,-0.10932137,468,1.763020906,0.263996692,4767.6317459 +468,1.763020906,0.263996692,468,1.763020906,0.263996692,0 +469,0.378714634,0.726066797,468,1.763020906,0.263996692,4985.55147 +470,2.196736143,-0.153862366,468,1.763020906,0.263996692,2374.5044085 +471,0.01702415,0.148991565,468,1.763020906,0.263996692,6729.0017554 +472,-2.998490902,-0.158002487,468,1.763020906,0.263996692,6199.1346777 +473,-3.051262951,-0.346595608,468,1.763020906,0.263996692,6207.2116245 +474,-1.069176439,0.182802941,468,1.763020906,0.263996692,10297.619846 +475,0.167157509,0.595344954,468,1.763020906,0.263996692,5720.3066925 +476,0.613855648,0.681746124,468,1.763020906,0.263996692,4278.4843892 +477,1.037012736,0.682555367,468,1.763020906,0.263996692,3010.6787088 +478,-1.253574971,0.379755746,468,1.763020906,0.263996692,9848.1336428 +479,3.108590453,-0.132620738,468,1.763020906,0.263996692,5508.2893775 +480,0.565301296,0.022333262,468,1.763020906,0.263996692,4773.4247316 +481,0.547898238,0.855555614,468,1.763020906,0.263996692,4516.1898078 +482,0.948309381,0.417393755,468,1.763020906,0.263996692,3087.8038637 +483,-0.050600732,0.945269213,468,1.763020906,0.263996692,5922.0935919 +484,-0.977651478,-0.572363064,468,1.763020906,0.263996692,10555.35118 +485,1.102014914,0.728861163,468,1.763020906,0.263996692,2909.074497 +486,2.927300795,-0.282939414,468,1.763020906,0.263996692,5041.2256081 +487,-1.154565557,0.124434095,468,1.763020906,0.263996692,10671.669503 +488,1.855331234,0.291044755,468,1.763020906,0.263996692,367.58782869 +489,0.830290659,0.276904518,468,1.763020906,0.263996692,3550.5757561 +490,0.485104466,-0.234867441,468,1.763020906,0.263996692,5382.5317879 +491,0.521367572,-0.33161327,468,1.763020906,0.263996692,5383.5542398 +1,-1.539031704,0.7349710123,469,0.378714634,0.726066797,5194.1198548 +2,-1.536990553,0.7349663874,469,0.378714634,0.726066797,5189.7661707 +3,-1.534951779,0.7349571355,469,0.378714634,0.726066797,5185.4256066 +4,-1.532906461,0.7349480293,469,0.378714634,0.726066797,5181.0660874 +5,-1.531320211,0.7346937278,469,0.378714634,0.726066797,5178.350822 +6,-1.539451648,0.7335131775,469,0.378714634,0.726066797,5198.9804943 +7,-1.537429487,0.7335445708,469,0.378714634,0.726066797,5194.5660189 +8,-1.535484998,0.7335658704,469,0.378714634,0.726066797,5190.3412432 +9,-1.533488396,0.7336036027,469,0.378714634,0.726066797,5185.9561618 +10,-1.531497785,0.7335842962,469,0.378714634,0.726066797,5181.7342766 +11,-1.530259379,0.7334777758,469,0.378714634,0.726066797,5179.3611461 +12,-1.5335454,0.7322346912,469,0.378714634,0.726066797,5189.788218 +13,-1.531489083,0.7322238773,469,0.378714634,0.726066797,5185.3979919 +14,-1.530011122,0.7321679851,469,0.378714634,0.726066797,5182.3698723 +15,-1.53348106,0.7306614094,469,0.378714634,0.726066797,5193.91471 +16,-1.531441779,0.7306962275,469,0.378714634,0.726066797,5189.4324782 +17,-1.529755654,0.7306933243,469,0.378714634,0.726066797,5185.8090012 +18,-1.533415048,0.7291384674,469,0.378714634,0.726066797,5197.9021538 +19,-1.531392093,0.7291705353,469,0.378714634,0.726066797,5193.4576189 +20,-1.529296523,0.7291214933,469,0.378714634,0.726066797,5189.0716901 +21,-1.535280942,0.727267644,469,0.378714634,0.726066797,5206.9973955 +22,-1.533378158,0.7276139666,469,0.378714634,0.726066797,5201.9575722 +23,-1.531340368,0.7276446587,469,0.378714634,0.726066797,5197.4799283 +24,-1.528960113,0.7276398177,469,0.378714634,0.726066797,5192.3544941 +25,-1.533313146,0.7260818349,469,0.378714634,0.726066797,5205.9741316 +26,-1.531259555,0.7260958115,469,0.378714634,0.726066797,5201.5027173 +27,-1.528926415,0.7260865555,469,0.378714634,0.726066797,5196.4852789 +28,-1.531226779,0.7245511789,469,0.378714634,0.726066797,5205.6189009 +29,-1.528904772,0.7245519194,469,0.378714634,0.726066797,5200.5929185 +30,-1.547195875,0.7409785979,469,0.378714634,0.726066797,5195.1486551 +31,-1.5451475,0.740980426,469,0.378714634,0.726066797,5190.7991262 +32,-1.543097679,0.7409798872,469,0.378714634,0.726066797,5186.4484241 +33,-1.540720364,0.7409892687,469,0.378714634,0.726066797,5181.3697378 +34,-1.547188511,0.7395198392,469,0.378714634,0.726066797,5199.1110578 +35,-1.545148587,0.7395226109,469,0.378714634,0.726066797,5194.7722572 +36,-1.543104538,0.7395314908,469,0.378714634,0.726066797,5190.4035683 +37,-1.540727751,0.7395306258,469,0.378714634,0.726066797,5185.348516 +38,-1.547187029,0.7380014886,469,0.378714634,0.726066797,5203.2496734 +39,-1.545147315,0.7380012252,469,0.378714634,0.726066797,5198.9147885 +40,-1.54310719,0.7380060743,469,0.378714634,0.726066797,5194.5605958 +41,-1.540719671,0.7380068206,469,0.378714634,0.726066797,5189.472678 +42,-1.547187189,0.7364799098,469,0.378714634,0.726066797,5207.4018446 +43,-1.545149996,0.7364853874,469,0.378714634,0.726066797,5203.05188 +44,-1.543106091,0.7364823484,469,0.378714634,0.726066797,5198.7063281 +45,-1.540717158,0.7364893901,469,0.378714634,0.726066797,5193.5926452 +46,-1.538663972,0.7410138672,469,0.378714634,0.726066797,5176.9270515 +47,-1.53695285,0.7409699132,469,0.378714634,0.726066797,5173.4015674 +48,-1.534910498,0.7409641297,469,0.378714634,0.726066797,5169.0628259 +49,-1.533145034,0.7409536636,469,0.378714634,0.726066797,5165.3234452 +50,-1.538681336,0.7395405883,469,0.378714634,0.726066797,5180.9621555 +51,-1.536999189,0.7395183096,469,0.378714634,0.726066797,5177.435863 +52,-1.534923633,0.7395144222,469,0.378714634,0.726066797,5173.0165846 +53,-1.533267822,0.7395654306,469,0.378714634,0.726066797,5169.3412814 +54,-1.53867273,0.7380151077,469,0.378714634,0.726066797,5185.0848845 +55,-1.536980576,0.7379994392,469,0.378714634,0.726066797,5181.5153173 +56,-1.534931522,0.7379944961,469,0.378714634,0.726066797,5177.1506279 +57,-1.533387952,0.7379480264,469,0.378714634,0.726066797,5173.9753773 +58,-1.538682279,0.7364914363,469,0.378714634,0.726066797,5189.2427484 +59,-1.536980704,0.7364810563,469,0.378714634,0.726066797,5185.6347317 +60,-1.534935567,0.7364752065,469,0.378714634,0.726066797,5181.2760731 +61,-1.533042592,0.7363876366,469,0.378714634,0.726066797,5177.4600781 +62,-1.545143426,0.7349628011,469,0.378714634,0.726066797,5207.188929 +63,-1.543105297,0.7349691947,469,0.378714634,0.726066797,5202.8251953 +64,-1.541064533,0.7349647152,469,0.378714634,0.726066797,5198.4809493 +65,-1.545411803,0.7334624714,469,0.378714634,0.726066797,5211.8531252 +66,-1.543446606,0.7334780896,469,0.378714634,0.726066797,5207.6158791 +67,-1.541475327,0.7334957295,469,0.378714634,0.726066797,5203.3560385 +68,-1.545401939,0.731963266,469,0.378714634,0.726066797,5215.9224298 +69,-1.54342253,0.7319915583,469,0.378714634,0.726066797,5211.6156895 +70,-1.541455867,0.7320216438,469,0.378714634,0.726066797,5207.3272647 +71,-1.545410146,0.7304422281,469,0.378714634,0.726066797,5220.0911333 +72,-1.543435491,0.7304713664,469,0.378714634,0.726066797,5215.7876304 +73,-1.541463105,0.7304997613,469,0.378714634,0.726066797,5211.4869608 +74,-1.545414768,0.7289194936,469,0.378714634,0.726066797,5224.2580756 +75,-1.543435774,0.7289538557,469,0.378714634,0.726066797,5219.9264062 +76,-1.541457714,0.7289765881,469,0.378714634,0.726066797,5215.6243821 +77,-1.539449415,0.7320555866,469,0.378714634,0.726066797,5202.9391187 +78,-1.537429183,0.7321097681,469,0.378714634,0.726066797,5198.4623097 +79,-1.535472649,0.7321497267,469,0.378714634,0.726066797,5194.1567396 +80,-1.539457899,0.7305333307,469,0.378714634,0.726066797,5207.0977962 +81,-1.537453161,0.7305750503,469,0.378714634,0.726066797,5202.6833527 +82,-1.535479385,0.7306124949,469,0.378714634,0.726066797,5198.3429598 +83,-1.53946905,0.7290102593,469,0.378714634,0.726066797,5211.2657272 +84,-1.537459922,0.7290417293,469,0.378714634,0.726066797,5206.8650146 +85,-1.535451349,0.7290890157,469,0.378714634,0.726066797,5202.4183958 +86,-1.535522937,0.7279887191,469,0.378714634,0.726066797,5205.5601808 +87,-1.539442524,0.7274735939,469,0.378714634,0.726066797,5215.3910102 +88,-1.537424111,0.727521351,469,0.378714634,0.726066797,5210.9212303 +89,-1.539384641,0.7259505092,469,0.378714634,0.726066797,5219.4130095 +90,-1.537372391,0.7259947145,469,0.378714634,0.726066797,5214.9612993 +91,-1.535340789,0.7260435356,469,0.378714634,0.726066797,5210.4512379 +92,-1.539325716,0.7244369706,469,0.378714634,0.726066797,5223.4077444 +93,-1.537308932,0.7244801057,469,0.378714634,0.726066797,5218.9443643 +94,-1.535289068,0.7245247645,469,0.378714634,0.726066797,5214.4660739 +95,-1.533261366,0.7245550236,469,0.378714634,0.726066797,5210.0058162 +96,-1.539267302,0.722921924,469,0.378714634,0.726066797,5227.4086474 +97,-1.537248972,0.7229660258,469,0.378714634,0.726066797,5222.9344868 +98,-1.535219431,0.7229916471,469,0.378714634,0.726066797,5218.4822089 +99,-1.53318962,0.7230212049,469,0.378714634,0.726066797,5214.0143849 +100,-1.531154816,0.7230299897,469,0.378714634,0.726066797,5209.5878394 +101,-1.528878341,0.7230370244,469,0.378714634,0.726066797,5204.6379237 +102,-1.539218189,0.7214009878,469,0.378714634,0.726066797,5231.4466329 +103,-1.537198791,0.7214422745,469,0.378714634,0.726066797,5226.9730162 +104,-1.535179266,0.7214634354,469,0.378714634,0.726066797,5222.5496967 +105,-1.533156501,0.7214944644,469,0.378714634,0.726066797,5218.0883033 +106,-1.53113574,0.7215166021,469,0.378714634,0.726066797,5213.6511629 +107,-1.528874248,0.7215345535,469,0.378714634,0.726066797,5208.6988835 +108,-1.539217656,0.7198512397,469,0.378714634,0.726066797,5235.6691316 +109,-1.537199919,0.7199428763,469,0.378714634,0.726066797,5231.0572348 +110,-1.545425832,0.727397149,469,0.378714634,0.726066797,5228.4390217 +111,-1.543371177,0.7273916949,469,0.378714634,0.726066797,5224.0490748 +112,-1.541368852,0.7274523163,469,0.378714634,0.726066797,5219.5868197 +113,-1.545349067,0.7258710923,469,0.378714634,0.726066797,5232.4429914 +114,-1.54332671,0.7258603556,469,0.378714634,0.726066797,5228.1318585 +115,-1.541346831,0.7259242142,469,0.378714634,0.726066797,5223.704197 +116,-1.545324355,0.7243383958,469,0.378714634,0.726066797,5236.5777616 +117,-1.543292796,0.7243617413,469,0.378714634,0.726066797,5232.1490425 +118,-1.541295822,0.7244024384,469,0.378714634,0.726066797,5227.7431001 +119,-1.543193859,0.7205570215,469,0.378714634,0.726066797,5242.3249451 +120,-1.550257047,0.7386738187,469,0.378714634,0.726066797,5207.929417 +121,-1.549335448,0.7311736483,469,0.378714634,0.726066797,5226.4745613 +122,-1.533478843,0.7179891343,469,0.378714634,0.726066797,5228.3105916 +123,-1.556150555,0.738907041,469,0.378714634,0.726066797,5219.7658569 +124,-1.554324226,0.733414257,469,0.378714634,0.726066797,5230.955987 +125,-1.554290846,0.7288285332,469,0.378714634,0.726066797,5243.4630256 +126,-1.55122487,0.7219795312,469,0.378714634,0.726066797,5255.6987971 +127,-1.525104458,0.7229399862,469,0.378714634,0.726066797,5196.7137519 +128,-1.519607711,0.7236181429,469,0.378714634,0.726066797,5182.9350529 +129,-1.513899999,0.7251107854,469,0.378714634,0.726066797,5166.4892857 +130,-1.536620762,0.7431061895,469,0.378714634,0.726066797,5166.9054747 +131,-1.5369566,0.7460845958,469,0.378714634,0.726066797,5159.5527263 +132,-1.545345528,0.7447040685,469,0.378714634,0.726066797,5181.0810456 +133,-1.532813921,0.7432306626,469,0.378714634,0.726066797,5158.4603346 +134,-1.554788248,0.7382381001,469,0.378714634,0.726066797,5218.7185612 +135,-1.540348126,0.7301594274,469,0.378714634,0.726066797,5210.024062 +136,-1.538016084,0.7239051786,469,0.378714634,0.726066797,5222.0334291 +137,-1.525288962,0.7258085137,469,0.378714634,0.726066797,5189.3632362 +138,-1.534326986,0.731241342,469,0.378714634,0.726066797,5194.1606454 +139,-1.530733872,0.7303625216,469,0.378714634,0.726066797,5188.8116043 +141,-1.534354939,0.7328219978,469,0.378714634,0.726066797,5189.934409 +142,-1.53157084,0.7292888153,469,0.378714634,0.726066797,5193.5224043 +143,-1.525691035,0.7263799874,469,0.378714634,0.726066797,5188.6903764 +144,-1.534031287,0.7495967835,469,0.378714634,0.726066797,5143.8473136 +145,-1.527714986,0.7283095957,469,0.378714634,0.726066797,5187.8531159 +146,-1.526189586,0.7271468292,469,0.378714634,0.726066797,5187.6977394 +147,-1.555177336,0.7375563366,469,0.378714634,0.726066797,5221.410181 +148,-1.555080283,0.7312707794,469,0.378714634,0.726066797,5238.4418219 +149,-1.53856994,0.7224180299,469,0.378714634,0.726066797,5227.2769778 +150,-1.530837883,0.729933372,469,0.378714634,0.726066797,5190.1975104 +151,-1.515066984,0.5854133365,469,0.378714634,0.726066797,5549.1802813 +152,-1.534731633,0.5368370046,469,0.378714634,0.726066797,5730.9068338 +153,-1.515231902,0.5607085576,469,0.378714634,0.726066797,5617.6429322 +154,-2.616253799,1.0684566605,469,0.378714634,0.726066797,5320.0402561 +155,-1.956071439,0.5792177723,469,0.378714634,0.726066797,6497.5561608 +156,-1.951208514,0.5602434208,469,0.378714634,0.726066797,6551.8732821 +157,-1.944675062,0.6062144545,469,0.378714634,0.726066797,6387.4550518 +158,-1.613778386,0.6077989518,469,0.378714634,0.726066797,5713.9777428 +159,-2.035029014,0.6021432345,469,0.378714634,0.726066797,6555.2589678 +160,-2.114989471,0.6801825058,469,0.378714634,0.726066797,6404.1758024 +161,-2.037382079,0.5765830025,469,0.378714634,0.726066797,6646.8575042 +162,-2.129855121,0.6585019963,469,0.378714634,0.726066797,6501.6373707 +163,-2.075141798,0.6493615843,469,0.378714634,0.726066797,6454.7280209 +164,-1.828626729,0.6948433129,469,0.378714634,0.726066797,5890.2113297 +165,-1.863329418,0.6735427691,469,0.378714634,0.726066797,6021.3909487 +166,-1.266037071,0.727988852,469,0.378714634,0.726066797,4589.6833486 +167,-1.277579582,0.7249010648,469,0.378714634,0.726066797,4624.5732263 +168,-1.258418684,0.7241194816,469,0.378714634,0.726066797,4580.1942136 +169,-1.317813974,0.6804850104,469,0.378714634,0.726066797,4827.3831876 +170,-1.344165204,0.6790988904,469,0.378714634,0.726066797,4894.6211632 +171,-1.427582102,0.5277120351,469,0.378714634,0.726066797,5490.6026538 +172,-1.402238616,0.457167829,469,0.378714634,0.726066797,5613.1536758 +173,-1.422454264,0.4996161999,469,0.378714634,0.726066797,5552.4873806 +174,-1.439089277,0.4894859811,469,0.378714634,0.726066797,5622.3368739 +175,-1.448126995,0.5182330266,469,0.378714634,0.726066797,5567.9255197 +176,-1.474626146,0.5881926574,469,0.378714634,0.726066797,5444.7844996 +177,-1.421139645,0.5584869783,469,0.378714634,0.726066797,5392.6814903 +178,-1.457037165,0.565943032,469,0.378714634,0.726066797,5461.8275735 +179,-2.757159358,0.3745319,469,0.378714634,0.726066797,8084.3264993 +180,-2.714309238,0.342054471,469,0.378714634,0.726066797,8209.2660903 +181,-2.000525337,0.774119946,469,0.378714634,0.726066797,5914.8511344 +183,-1.571413436,0.6777838382,469,0.378714634,0.726066797,5421.7946887 +184,-1.552860289,0.6987663893,469,0.378714634,0.726066797,5323.0677935 +185,-1.521852374,0.7165827476,469,0.378714634,0.726066797,5206.8078389 +186,-1.503656267,0.6928968252,469,0.378714634,0.726066797,5230.3742059 +187,-1.502753178,0.7136205882,469,0.378714634,0.726066797,5172.8113149 +188,-1.631894563,0.7343596465,469,0.378714634,0.726066797,5389.613043 +189,-1.653765416,0.6770714026,469,0.378714634,0.726066797,5600.1314763 +190,-1.719812114,0.6715965947,469,0.378714634,0.726066797,5752.0978077 +191,-1.493406659,0.6646955447,469,0.378714634,0.726066797,5282.9453191 +192,-1.469120564,0.6613469966,469,0.378714634,0.726066797,5235.9048742 +193,-1.590551461,0.5326612937,469,0.378714634,0.726066797,5876.0376052 +194,-1.625979264,0.5247742243,469,0.378714634,0.726066797,5981.8719357 +195,-1.572293943,0.5238808754,469,0.378714634,0.726066797,5857.672545 +196,-1.610848725,0.5477107964,469,0.378714634,0.726066797,5880.3159503 +197,-1.208485554,0.7918526018,469,0.378714634,0.726066797,4311.2792433 +198,-1.335601374,0.6869083083,469,0.378714634,0.726066797,4854.7980936 +199,-1.346156996,0.6825213377,469,0.378714634,0.726066797,4890.982146 +200,-1.324381037,0.6741422347,469,0.378714634,0.726066797,4858.8133937 +201,-1.242424992,0.7378949807,469,0.378714634,0.726066797,4510.2523514 +202,-1.270370057,0.7392461008,469,0.378714634,0.726066797,4574.1926018 +203,-1.448950472,0.7441675014,469,0.378714634,0.726066797,4973.5971567 +204,-1.492662363,0.7523026852,469,0.378714634,0.726066797,5048.0846009 +205,-1.479098966,0.7763855017,469,0.378714634,0.726066797,4955.983105 +206,-1.633760714,0.7869022408,469,0.378714634,0.726066797,5243.5763707 +207,-1.647406434,0.8101289331,469,0.378714634,0.726066797,5203.740769 +208,-1.564245052,0.5701509278,469,0.378714634,0.726066797,5707.7053989 +209,-1.646289963,0.6833746083,469,0.378714634,0.726066797,5566.1718184 +210,-1.5820631,0.6751952144,469,0.378714634,0.726066797,5452.3013677 +211,-1.613236298,0.6681681791,469,0.378714634,0.726066797,5539.7542667 +212,-1.914661867,0.8212566515,469,0.378714634,0.726066797,5629.2247847 +213,-1.742133237,0.7250275956,469,0.378714634,0.726066797,5634.6768254 +214,-2.033144872,0.6557314699,469,0.378714634,0.726066797,6368.2963679 +215,-2.039551981,0.6964723658,469,0.378714634,0.726066797,6238.0868769 +216,-1.247341019,0.7622473908,469,0.378714634,0.726066797,4467.4033076 +217,-1.298239787,0.7084123392,469,0.378714634,0.726066797,4712.9768623 +218,-1.308539688,0.6926545592,469,0.378714634,0.726066797,4775.4777928 +219,-1.303263185,0.6888938396,469,0.378714634,0.726066797,4771.6879941 +220,-1.852400229,0.6004246149,469,0.378714634,0.726066797,6235.1160191 +221,-1.288947707,0.7473773692,469,0.378714634,0.726066797,4599.5063543 +222,-1.372031502,0.7472790993,469,0.378714634,0.726066797,4792.6281008 +223,-1.289805721,0.7242157877,469,0.378714634,0.726066797,4655.4808074 +224,-1.350807603,0.7533498126,469,0.378714634,0.726066797,4729.2986804 +225,-1.329290365,0.7560442322,469,0.378714634,0.726066797,4673.3362781 +226,-1.410153004,0.616936428,469,0.378714634,0.726066797,5212.2480428 +227,-1.393445434,0.6308995063,469,0.378714634,0.726066797,5135.4596346 +228,-1.37595573,0.6241540638,469,0.378714634,0.726066797,5109.9295805 +229,-1.358388707,0.6172645205,469,0.378714634,0.726066797,5084.0180484 +230,-1.753741133,0.8281661666,469,0.378714634,0.726066797,5344.1479425 +231,-1.47430987,0.6834615681,469,0.378714634,0.726066797,5189.1951881 +232,-1.421012508,0.7222725206,469,0.378714634,0.726066797,4966.8052936 +233,-1.4476833,0.6978557868,469,0.378714634,0.726066797,5090.5343234 +234,-1.470370723,0.6966193374,469,0.378714634,0.726066797,5145.4583078 +235,-1.429211703,0.7037216883,469,0.378714634,0.726066797,5033.0052093 +236,-1.700578405,0.6178673663,469,0.378714634,0.726066797,5873.4870214 +237,-1.678117619,0.6331716163,469,0.378714634,0.726066797,5780.3366647 +238,-1.725644578,0.6316331145,469,0.378714634,0.726066797,5884.5229268 +239,-2.14012759,0.7930497945,469,0.378714634,0.726066797,6036.3123577 +240,-2.103289431,0.7653606263,469,0.378714634,0.726066797,6087.9117626 +241,-1.318739838,0.7017808746,469,0.378714634,0.726066797,4778.1395349 +242,-1.396417427,0.7077900843,469,0.378714634,0.726066797,4946.8811893 +243,-1.35650337,0.7185539404,469,0.378714634,0.726066797,4827.0111042 +244,-1.248884539,0.7274156818,469,0.378714634,0.726066797,4549.5890473 +245,-1.395014798,0.5761185243,469,0.378714634,0.726066797,5281.0448663 +246,-1.433377362,0.6064716109,469,0.378714634,0.726066797,5296.1599906 +247,-1.408172432,0.5903155476,469,0.378714634,0.726066797,5276.7619708 +248,-1.749645898,0.7757118084,469,0.378714634,0.726066797,5495.2772557 +249,-1.571626686,0.615046989,469,0.378714634,0.726066797,5598.250627 +250,-1.514070049,0.6303003037,469,0.378714634,0.726066797,5423.7658679 +251,-1.480890369,0.6237966528,469,0.378714634,0.726066797,5363.8119036 +252,-1.704390658,0.5281680612,469,0.378714634,0.726066797,6150.699989 +253,-1.64434733,0.5254277498,469,0.378714634,0.726066797,6022.5613123 +254,-1.703855997,0.4792484842,469,0.378714634,0.726066797,6296.4245176 +255,-1.692002383,0.5748825051,469,0.378714634,0.726066797,5983.4613878 +256,-1.854136457,0.5544643913,469,0.378714634,0.726066797,6385.4525682 +257,-1.665021206,0.520317736,469,0.378714634,0.726066797,6085.1111094 +258,-1.733654349,0.4845187345,469,0.378714634,0.726066797,6348.1337736 +259,-1.720938188,0.5135933906,469,0.378714634,0.726066797,6231.5149968 +260,-1.742668307,0.553296122,469,0.378714634,0.726066797,6158.4196326 +261,-1.965659039,0.7142126903,469,0.378714634,0.726066797,6063.0456852 +262,-1.944438071,0.6772834804,469,0.378714634,0.726066797,6151.2057421 +263,-1.270340967,0.7681487096,469,0.378714634,0.726066797,4508.2824357 +264,-1.353091884,0.6549276821,469,0.378714634,0.726066797,4976.2551739 +265,-1.333236659,0.6413584414,469,0.378714634,0.726066797,4961.2620892 +266,-1.352015998,0.6753788907,469,0.378714634,0.726066797,4922.7518237 +267,-1.377988483,0.6577816235,469,0.378714634,0.726066797,5029.4626772 +268,-2.13075611,0.8318642051,469,0.378714634,0.726066797,5887.019058 +269,-2.097910953,0.8259670014,469,0.378714634,0.726066797,5867.9834979 +270,-1.416382069,0.6694271549,469,0.378714634,0.726066797,5091.3554043 +271,-1.538905672,0.7535625993,469,0.378714634,0.726066797,5143.4333972 +272,-1.572309477,0.7803125099,469,0.378714634,0.726066797,5139.6730263 +273,-1.87759879,0.7503853417,469,0.378714634,0.726066797,5799.3247931 +274,1.152365588,0.590457682,469,0.378714634,0.726066797,2454.9285864 +275,0.350198001,0.718001859,469,0.378714634,0.726066797,90.585753025 +276,0.046513677,0.491503852,469,0.378714634,0.726066797,1418.3535095 +277,0.027510309,0.742571376,469,0.378714634,0.726066797,1032.245128 +278,0.306285725,-0.214631579,469,0.378714634,0.726066797,3735.4892028 +279,-1.100564889,0.318051531,469,0.378714634,0.726066797,5128.5803446 +280,-1.078582306,0.301437596,469,0.378714634,0.726066797,5106.1045477 +281,-1.137371989,-0.617634065,469,0.378714634,0.726066797,7643.1388294 +282,0.784356344,0.703272339,469,0.378714634,0.726066797,1213.2657805 +283,-1.221209947,0.218327455,469,0.378714634,0.726066797,5735.3031277 +284,2.347301921,-0.449114658,469,0.378714634,0.726066797,8524.9383892 +285,0.246820618,0.830553713,469,0.378714634,0.726066797,555.96799365 +286,0.829414965,0.703288228,469,0.378714634,0.726066797,1346.3656136 +287,-1.337537566,0.42332223,469,0.378714634,0.726066797,5529.512806 +288,0.882453706,0.454478077,469,0.378714634,0.726066797,1961.3751628 +289,1.575629659,0.416419109,469,0.378714634,0.726066797,4063.5849544 +290,-1.039455679,0.229888244,469,0.378714634,0.726066797,5171.9337949 +291,0.489558039,0.934482747,469,0.378714634,0.726066797,876.20862537 +292,0.081344504,0.88384514,469,0.378714634,0.726066797,1024.0701115 +293,-1.547979814,0.300350308,469,0.378714634,0.726066797,6429.8237521 +294,0.040776181,0.168560074,469,0.378714634,0.726066797,2503.125847 +295,-1.130374745,0.563894876,469,0.378714634,0.726066797,4618.5077555 +296,1.578326642,0.478507176,469,0.378714634,0.726066797,3931.8270104 +297,-1.12861823,-0.291640865,469,0.378714634,0.726066797,6800.1987262 +298,0.310524208,0.770885792,469,0.378714634,0.726066797,265.80907564 +299,0.415649091,-0.387246002,469,0.378714634,0.726066797,4411.9166258 +300,-0.926533878,-0.188022748,469,0.378714634,0.726066797,5949.6297481 +301,1.258856172,-0.11716081,469,0.378714634,0.726066797,4611.3345667 +302,-1.126050026,0.322941926,469,0.378714634,0.726066797,5190.3620149 +303,2.002785835,0.07893892,469,0.378714634,0.726066797,6171.7761526 +304,0.440437607,0.746258085,469,0.378714634,0.726066797,198.02135028 +305,-0.030391866,0.214441206,469,0.378714634,0.726066797,2470.9512722 +306,0.521557815,-0.058929362,469,0.378714634,0.726066797,3151.7497192 +307,-0.097005111,0.13317729,469,0.378714634,0.726066797,2880.47584 +308,1.83113859,0.221857587,469,0.378714634,0.726066797,5293.5445109 +309,0.222428864,0.099404236,469,0.378714634,0.726066797,2542.826091 +310,-1.702731345,0.8728568183,469,0.378714634,0.726066797,5123.3188451 +311,-0.418507569,0.278324921,469,0.378714634,0.726066797,3234.104397 +312,-1.41153306,0.339029988,469,0.378714634,0.726066797,5955.2167296 +313,0.357560442,0.114788776,469,0.378714634,0.726066797,2422.4191467 +314,0.325818979,0.268352149,469,0.378714634,0.726066797,1822.0263404 +315,-1.246004659,-0.663679965,469,0.378714634,0.726066797,8029.8357547 +316,1.814603087,0.637404484,469,0.378714634,0.726066797,4257.1269774 +317,1.843704281,-0.18300445,469,0.378714634,0.726066797,6392.9765029 +318,1.690644492,-0.211480909,469,0.378714634,0.726066797,6032.5412725 +319,-1.275451936,0.068109467,469,0.378714634,0.726066797,6289.0338606 +320,0.762430171,-0.207594741,469,0.378714634,0.726066797,3954.4972532 +321,0.265668905,-0.014647884,469,0.378714634,0.726066797,2961.8772153 +322,-2.773032013,-0.335515811,469,0.378714634,0.726066797,10896.497361 +323,-1.469512853,0.174058777,469,0.378714634,0.726066797,6565.9102322 +324,0.286276986,0.785925691,469,0.378714634,0.726066797,356.49138352 +325,-1.379324697,0.377432233,469,0.378714634,0.726066797,5764.2890751 +326,-1.203778265,0.212813032,469,0.378714634,0.726066797,5698.8184466 +327,0.579916301,0.611743168,469,0.378714634,0.726066797,770.85805505 +328,0.267582642,0.868113908,469,0.378714634,0.726066797,640.68982024 +329,0.412869244,-0.050245578,469,0.378714634,0.726066797,3077.4349487 +330,0.17524381,0.976660285,469,0.378714634,0.726066797,1122.2679823 +331,0.743157214,0.204812899,469,0.378714634,0.726066797,2419.9347696 +332,-1.070758176,0.269382282,469,0.378714634,0.726066797,5163.9426052 +333,-1.230364251,0.329790229,469,0.378714634,0.726066797,5473.0676229 +334,-1.374813124,-0.024926835,469,0.378714634,0.726066797,6827.9087965 +335,0.519780566,0.463669906,469,0.378714634,0.726066797,1136.3896875 +336,-1.55108034,0.239698561,469,0.378714634,0.726066797,6609.0982559 +337,0.180294813,0.029739425,469,0.378714634,0.726066797,2847.5227055 +338,0.67820924,0.268170153,469,0.378714634,0.726066797,2082.9780599 +339,0.445798684,1.024001867,469,0.378714634,0.726066797,1191.8650726 +340,0.691751283,0.150521402,469,0.378714634,0.726066797,2529.2628641 +341,-1.036643551,-0.903056181,469,0.378714634,0.726066797,8069.2336923 +342,-0.120287036,1.083325163,469,0.378714634,0.726066797,1838.9739719 +343,2.823513113,-0.304487164,469,0.378714634,0.726066797,9558.1423896 +344,0.457583172,1.12513373,469,0.378714634,0.726066797,1590.8875337 +345,0.042918831,0.813795399,469,0.378714634,0.726066797,1013.0518573 +346,1.196146777,-0.853142756,469,0.378714634,0.726066797,6873.522118 +347,0.206001358,-0.010430701,469,0.378714634,0.726066797,2982.2848971 +348,-0.268308653,0.234799412,469,0.378714634,0.726066797,2952.97386 +349,0.759363263,0.736189579,469,0.378714634,0.726066797,1120.0595866 +350,0.181363926,0.891988372,469,0.378714634,0.726066797,848.32847852 +351,-0.021111158,0.139103292,469,0.378714634,0.726066797,2714.5514308 +352,-0.093355215,0.630686981,469,0.378714634,0.726066797,1497.2863097 +353,0.40118964,0.681375926,469,0.378714634,0.726066797,189.58055491 +354,-0.721197315,1.304706234,469,0.378714634,0.726066797,2981.8374311 +355,-1.076150317,0.212107639,469,0.378714634,0.726066797,5325.7192021 +356,-1.577164531,0.273993443,469,0.378714634,0.726066797,6581.9736383 +357,-0.190788414,0.182208586,469,0.378714634,0.726066797,2924.2061292 +358,-0.261349752,0.209710184,469,0.378714634,0.726066797,3010.2980253 +359,-1.029303852,0.083549259,469,0.378714634,0.726066797,5520.4500522 +360,-1.268609162,0.330525297,469,0.378714634,0.726066797,5579.8232353 +361,1.282982244,-0.926641967,469,0.378714634,0.726066797,7236.0778957 +362,0.217352334,0.731352408,469,0.378714634,0.726066797,477.06040596 +363,-1.511833084,0.258629297,469,0.378714634,0.726066797,6449.5353436 +364,0.338812194,0.823184618,469,0.378714634,0.726066797,400.87578099 +365,-0.324406489,1.134201999,469,0.378714634,0.726066797,2250.6706156 +366,1.389579348,0.399185724,469,0.378714634,0.726066797,3552.8177245 +367,2.047152199,-0.039082036,469,0.378714634,0.726066797,6613.8505812 +368,0.947780369,0.568250077,469,0.378714634,0.726066797,1890.5295167 +369,0.763824846,0.576754987,469,0.378714634,0.726066797,1344.262444 +370,-0.142334657,0.928153068,469,0.378714634,0.726066797,1593.3602377 +371,0.610266567,0.547265983,469,0.378714634,0.726066797,1020.1860558 +372,0.210731629,0.746815056,469,0.378714634,0.726066797,499.47163725 +373,-1.34931644,0.316895224,469,0.378714634,0.726066797,5842.5577254 +374,2.407696481,0.655030745,469,0.378714634,0.726066797,5656.9475524 +375,0.64207831,0.545359131,469,0.378714634,0.726066797,1100.1947521 +376,1.174597538,0.840588356,469,0.378714634,0.726066797,2244.9841219 +377,0.660059424,0.010604079,469,0.378714634,0.726066797,3007.1707285 +378,-0.730263819,0.010486456,469,0.378714634,0.726066797,4847.1881057 +379,0.831068936,0.512339172,469,0.378714634,0.726066797,1677.1395104 +380,1.301180979,0.72367476,469,0.378714634,0.726066797,2690.7449352 +381,1.811128231,0.322854402,469,0.378714634,0.726066797,4979.8115402 +382,0.435105812,0.992284428,469,0.378714634,0.726066797,1064.2295358 +383,0.62643634,0.592027932,469,0.378714634,0.726066797,938.06348845 +384,0.492988703,-0.516339467,469,0.378714634,0.726066797,4938.9063515 +385,-0.162469483,0.112549365,469,0.378714634,0.726066797,3086.5907435 +386,0.314630866,0.472006421,469,0.378714634,0.726066797,1027.6578126 +387,0.166744804,0.822815954,469,0.378714634,0.726066797,710.85123553 +388,0.417159608,0.965805736,469,0.378714634,0.726066797,954.83428545 +389,0.106334961,0.868774244,469,0.378714634,0.726066797,939.00781332 +390,0.815086969,-0.338144359,469,0.378714634,0.726066797,4509.0293586 +391,0.59867455,-0.230624824,469,0.378714634,0.726066797,3873.8365319 +392,1.915104874,0.066220985,469,0.378714634,0.726066797,5946.0102955 +393,1.278093622,0.064463721,469,0.378714634,0.726066797,4115.8480042 +394,-0.061477853,0.302997961,469,0.378714634,0.726066797,2243.8405033 +395,0.251311504,0.626976942,469,0.378714634,0.726066797,555.37304525 +396,2.950242872,0.149095644,469,0.378714634,0.726066797,8406.2647459 +397,-0.180294708,0.35375117,469,0.378714634,0.726066797,2381.0020393 +398,1.010448592,-0.351180233,469,0.378714634,0.726066797,4855.1859729 +399,-1.748740498,0.3686318073,469,0.378714634,0.726066797,6735.5746883 +400,2.699635665,0.123533791,469,0.378714634,0.726066797,7956.7028584 +401,0.496808033,0.823843254,469,0.378714634,0.726066797,511.15071124 +402,0.129574704,0.763364087,469,0.378714634,0.726066797,739.5000073 +403,1.798920311,0.817447563,469,0.378714634,0.726066797,3862.6890366 +404,0.335987953,0.746786541,469,0.378714634,0.726066797,149.84716933 +405,-1.085413643,0.292154671,469,0.378714634,0.726066797,5149.4417826 +406,-0.155321003,0.508207011,469,0.378714634,0.726066797,1914.9252673 +407,0.620529244,-0.301175104,469,0.378714634,0.726066797,4164.3783171 +408,1.684402744,0.368716966,469,0.378714634,0.726066797,4496.0628308 +409,0.300582244,-0.386397212,469,0.378714634,0.726066797,4415.7980188 +410,2.913555946,-0.009225192,469,0.378714634,0.726066797,8872.8995447 +411,1.465101417,0.493232532,469,0.378714634,0.726066797,3567.5537544 +412,0.090612882,0.907955955,469,0.378714634,0.726066797,1058.0152711 +413,2.987564726,-0.729568594,469,0.378714634,0.726066797,10876.624468 +414,-1.484261606,0.224149272,469,0.378714634,0.726066797,6469.3650405 +415,0.164073421,0.303955133,469,0.378714634,0.726066797,1823.8410863 +416,0.141441293,0.167552546,469,0.378714634,0.726066797,2362.1812881 +417,2.931321023,-0.506718887,469,0.378714634,0.726066797,10368.664938 +418,2.21951565,0.700596356,469,0.378714634,0.726066797,5116.2075303 +419,0.268112576,1.199114336,469,0.378714634,0.726066797,1888.1174833 +420,0.978913739,0.359223811,469,0.378714634,0.726066797,2474.6300867 +421,1.210898818,0.522863584,469,0.378714634,0.726066797,2754.8471171 +422,2.347397336,0.129231362,469,0.378714634,0.726066797,7026.6548724 +423,0.614394501,0.556878345,469,0.378714634,0.726066797,1002.0196042 +424,-1.398079356,0.148483366,469,0.378714634,0.726066797,6432.1614097 +425,2.535303836,-0.112984496,469,0.378714634,0.726066797,8230.5415027 +426,-1.019372593,-0.405322349,469,0.378714634,0.726066797,6793.1056882 +427,-1.297785627,-0.160104069,469,0.378714634,0.726066797,6953.8498582 +428,2.144554488,0.205051084,469,0.378714634,0.726066797,6248.4808196 +429,-2.242387083,-0.426171285,469,0.378714634,0.726066797,10363.332763 +430,0.338637212,0.909723676,469,0.378714634,0.726066797,735.41799022 +431,-0.148798452,0.691042401,469,0.378714634,0.726066797,1584.4682231 +432,0.893524764,0.441829531,469,0.378714634,0.726066797,2024.0436697 +433,0.969229347,-0.368847936,469,0.378714634,0.726066797,4847.7696645 +434,0.436043248,0.800045688,469,0.378714634,0.726066797,335.7846182 +435,1.687946607,1.081504775,469,0.378714634,0.726066797,3276.6591896 +436,0.522302046,-0.034889271,469,0.378714634,0.726066797,3058.0666607 +437,-0.178996113,-0.438090009,469,0.378714634,0.726066797,5044.4322014 +438,-1.094339566,0.301444068,469,0.378714634,0.726066797,5152.1501489 +439,-1.064070054,0.242569932,469,0.378714634,0.726066797,5212.278027 +440,-1.068153768,0.230387998,469,0.378714634,0.726066797,5255.3603928 +441,-3.00496892,-0.23989155,469,0.378714634,0.726066797,10345.594876 +442,0.21751974,0.766874888,469,0.378714634,0.726066797,495.46915557 +443,0.117229532,0.007619006,469,0.378714634,0.726066797,2995.534463 +444,0.777758451,0.420554741,469,0.378714634,0.726066797,1785.9651176 +445,-0.252356999,0.250747086,469,0.378714634,0.726066797,2865.008926 +446,0.363148444,0.768483434,469,0.378714634,0.726066797,173.99035147 +447,0.903191366,-0.118210676,469,0.378714634,0.726066797,3846.2027482 +448,-0.205755923,0.149406178,469,0.378714634,0.726066797,3063.4313399 +449,1.811996086,0.02364353,469,0.378714634,0.726066797,5752.7315166 +450,-1.100670221,0.314845373,469,0.378714634,0.726066797,5136.9324703 +451,0.340078597,0.850105132,469,0.378714634,0.726066797,502.9687044 +452,0.258757267,0.804969236,469,0.378714634,0.726066797,463.41206753 +453,2.78505352,-0.155160804,469,0.378714634,0.726066797,9027.5257655 +454,0.800551619,0.105822106,469,0.378714634,0.726066797,2871.4210062 +455,0.437940882,-0.506194031,469,0.378714634,0.726066797,4885.7996099 +456,2.230431122,0.63458615,469,0.378714634,0.726066797,5316.2826018 +457,0.527965361,0.127667701,469,0.378714634,0.726066797,2427.6313133 +458,-0.063643205,0.702093448,469,0.378714634,0.726066797,1322.7464998 +459,1.408447268,0.133010502,469,0.378714634,0.726066797,4284.756245 +460,0.523795955,0.280266966,469,0.378714634,0.726066797,1833.9446721 +461,-0.975769313,0.072177659,469,0.378714634,0.726066797,5392.1397392 +462,0.549774164,-0.463663986,469,0.378714634,0.726066797,4754.0911665 +463,0.29245874,1.095549818,469,0.378714634,0.726066797,1477.4115678 +464,0.143625958,0.816809593,469,0.378714634,0.726066797,756.75328177 +465,0.671902494,0.611159853,469,0.378714634,0.726066797,1016.1882427 +466,1.239840988,0.6724199,469,0.378714634,0.726066797,2583.4699399 +467,0.607829703,-0.10932137,469,0.378714634,0.726066797,3411.5396076 +468,1.763020906,0.263996692,469,0.378714634,0.726066797,4985.55147 +469,0.378714634,0.726066797,469,0.378714634,0.726066797,0 +470,2.196736143,-0.153862366,469,0.378714634,0.726066797,7356.7043798 +471,0.01702415,0.148991565,469,0.378714634,0.726066797,2612.815372 +472,-2.998490902,-0.158002487,469,0.378714634,0.726066797,10047.713873 +473,-3.051262951,-0.346595608,469,0.378714634,0.726066797,10655.664644 +474,-1.069176439,0.182802941,469,0.378714634,0.726066797,5380.4603869 +475,0.167157509,0.595344954,469,0.378714634,0.726066797,838.74456924 +476,0.613855648,0.681746124,469,0.378714634,0.726066797,730.55519846 +477,1.037012736,0.682555367,469,0.378714634,0.726066797,1978.7071697 +478,-1.253574971,0.379755746,469,0.378714634,0.726066797,5410.4546157 +479,3.108590453,-0.132620738,469,0.378714634,0.726066797,9684.9246989 +480,0.565301296,0.022333262,469,0.378714634,0.726066797,2866.0090454 +481,0.547898238,0.855555614,469,0.378714634,0.726066797,695.45044022 +482,0.948309381,0.417393755,469,0.378714634,0.726066797,2236.3142924 +483,-0.050600732,0.945269213,469,0.378714634,0.726066797,1421.0059531 +484,-0.977651478,-0.572363064,469,0.378714634,0.726066797,7124.2488964 +485,1.102014914,0.728861163,469,0.378714634,0.726066797,2118.6075019 +486,2.927300795,-0.282939414,469,0.378714634,0.726066797,9770.8703651 +487,-1.154565557,0.124434095,469,0.378714634,0.726066797,5784.3992346 +488,1.855331234,0.291044755,469,0.378714634,0.726066797,5188.7742379 +489,0.830290659,0.276904518,469,0.378714634,0.726066797,2352.8358747 +490,0.485104466,-0.234867441,469,0.378714634,0.726066797,3826.0953811 +491,0.521367572,-0.33161327,469,0.378714634,0.726066797,4222.0486096 +1,-1.539031704,0.7349710123,470,2.196736143,-0.153862366,9350.3152891 +2,-1.536990553,0.7349663874,470,2.196736143,-0.153862366,9355.0356237 +3,-1.534951779,0.7349571355,470,2.196736143,-0.153862366,9359.7533299 +4,-1.532906461,0.7349480293,470,2.196736143,-0.153862366,9364.4771877 +5,-1.531320211,0.7346937278,470,2.196736143,-0.153862366,9368.7471457 +6,-1.539451648,0.7335131775,470,2.196736143,-0.153862366,9352.9118419 +7,-1.537429487,0.7335445708,470,2.196736143,-0.153862366,9357.51223 +8,-1.535484998,0.7335658704,470,2.196736143,-0.153862366,9361.94937 +9,-1.533488396,0.7336036027,470,2.196736143,-0.153862366,9366.4578383 +10,-1.531497785,0.7335842962,470,2.196736143,-0.153862366,9371.08473 +11,-1.530259379,0.7334777758,470,2.196736143,-0.153862366,9374.1932817 +12,-1.5335454,0.7322346912,470,2.196736143,-0.153862366,9369.699555 +13,-1.531489083,0.7322238773,470,2.196736143,-0.153862366,9374.4666134 +14,-1.530011122,0.7321679851,470,2.196736143,-0.153862366,9378.0066003 +15,-1.53348106,0.7306614094,470,2.196736143,-0.153862366,9373.7191716 +16,-1.531441779,0.7306962275,470,2.196736143,-0.153862366,9378.3455073 +17,-1.529755654,0.7306933243,470,2.196736143,-0.153862366,9382.2420426 +18,-1.533415048,0.7291384674,470,2.196736143,-0.153862366,9377.613635 +19,-1.531392093,0.7291705353,470,2.196736143,-0.153862366,9382.2198038 +20,-1.529296523,0.7291214933,470,2.196736143,-0.153862366,9387.1849421 +21,-1.535280942,0.727267644,470,2.196736143,-0.153862366,9377.8609243 +22,-1.533378158,0.7276139666,470,2.196736143,-0.153862366,9381.4391752 +23,-1.531340368,0.7276446587,470,2.196736143,-0.153862366,9386.0940148 +24,-1.528960113,0.7276398177,470,2.196736143,-0.153862366,9391.6199417 +25,-1.533313146,0.7260818349,470,2.196736143,-0.153862366,9385.3434542 +26,-1.531259555,0.7260958115,470,2.196736143,-0.153862366,9390.0869639 +27,-1.528926415,0.7260865555,470,2.196736143,-0.153862366,9395.5271371 +28,-1.531226779,0.7245511789,470,2.196736143,-0.153862366,9393.9525155 +29,-1.528904772,0.7245519194,470,2.196736143,-0.153862366,9399.3548135 +30,-1.547195875,0.7409785979,470,2.196736143,-0.153862366,9316.8067868 +31,-1.5451475,0.740980426,470,2.196736143,-0.153862366,9321.5188205 +32,-1.543097679,0.7409798872,470,2.196736143,-0.153862366,9326.2314206 +33,-1.540720364,0.7409892687,470,2.196736143,-0.153862366,9331.6615992 +34,-1.547188511,0.7395198392,470,2.196736143,-0.153862366,9320.3742636 +35,-1.545148587,0.7395226109,470,2.196736143,-0.153862366,9325.0749924 +36,-1.543104538,0.7395314908,470,2.196736143,-0.153862366,9329.7617764 +37,-1.540727751,0.7395306258,470,2.196736143,-0.153862366,9335.2280765 +38,-1.547187029,0.7380014886,470,2.196736143,-0.153862366,9324.0676981 +39,-1.545147315,0.7380012252,470,2.196736143,-0.153862366,9328.7862337 +40,-1.54310719,0.7380060743,470,2.196736143,-0.153862366,9333.4847857 +41,-1.540719671,0.7380068206,470,2.196736143,-0.153862366,9338.9846142 +42,-1.547187189,0.7364799098,470,2.196736143,-0.153862366,9327.7594934 +43,-1.545149996,0.7364853874,470,2.196736143,-0.153862366,9332.4691535 +44,-1.543106091,0.7364823484,470,2.196736143,-0.153862366,9337.2066035 +45,-1.540717158,0.7364893901,470,2.196736143,-0.153862366,9342.7070995 +46,-1.538663972,0.7410138672,470,2.196736143,-0.153862366,9336.3086002 +47,-1.53695285,0.7409699132,470,2.196736143,-0.153862366,9340.3276774 +48,-1.534910498,0.7409641297,470,2.196736143,-0.153862366,9345.0017734 +49,-1.533145034,0.7409536636,470,2.196736143,-0.153862366,9349.0488372 +50,-1.538681336,0.7395405883,470,2.196736143,-0.153862366,9339.8989216 +51,-1.536999189,0.7395183096,470,2.196736143,-0.153862366,9343.8069579 +52,-1.534923633,0.7395144222,470,2.196736143,-0.153862366,9348.5628355 +53,-1.533267822,0.7395654306,470,2.196736143,-0.153862366,9352.2162706 +54,-1.53867273,0.7380151077,470,2.196736143,-0.153862366,9343.6717714 +55,-1.536980576,0.7379994392,470,2.196736143,-0.153862366,9347.5954036 +56,-1.534931522,0.7379944961,470,2.196736143,-0.153862366,9352.3042169 +57,-1.533387952,0.7379480264,470,2.196736143,-0.153862366,9355.9515603 +58,-1.538682279,0.7364914363,470,2.196736143,-0.153862366,9347.3927631 +59,-1.536980704,0.7364810563,470,2.196736143,-0.153862366,9351.3341105 +60,-1.534935567,0.7364752065,470,2.196736143,-0.153862366,9356.0471217 +61,-1.533042592,0.7363876366,470,2.196736143,-0.153862366,9360.6050787 +62,-1.545143426,0.7349628011,470,2.196736143,-0.153862366,9336.1842377 +63,-1.543105297,0.7349691947,470,2.196736143,-0.153862366,9340.8962563 +64,-1.541064533,0.7349647152,470,2.196736143,-0.153862366,9345.6323702 +65,-1.545411803,0.7334624714,470,2.196736143,-0.153862366,9339.199836 +66,-1.543446606,0.7334780896,470,2.196736143,-0.153862366,9343.7319104 +67,-1.541475327,0.7334957295,470,2.196736143,-0.153862366,9348.2650811 +68,-1.545401939,0.731963266,470,2.196736143,-0.153862366,9342.8532756 +69,-1.54342253,0.7319915583,470,2.196736143,-0.153862366,9347.3980995 +70,-1.541455867,0.7320216438,470,2.196736143,-0.153862366,9351.9005614 +71,-1.545410146,0.7304422281,470,2.196736143,-0.153862366,9346.5117057 +72,-1.543435491,0.7304713664,470,2.196736143,-0.153862366,9351.0541534 +73,-1.541463105,0.7304997613,470,2.196736143,-0.153862366,9355.5847803 +74,-1.545414768,0.7289194936,470,2.196736143,-0.153862366,9350.1767494 +75,-1.543435774,0.7289538557,470,2.196736143,-0.153862366,9354.7274601 +76,-1.541457714,0.7289765881,470,2.196736143,-0.153862366,9359.2957608 +77,-1.539449415,0.7320555866,470,2.196736143,-0.153862366,9356.4775977 +78,-1.537429183,0.7321097681,470,2.196736143,-0.153862366,9361.0282405 +79,-1.535472649,0.7321497267,470,2.196736143,-0.153862366,9365.4573457 +80,-1.539457899,0.7305333307,470,2.196736143,-0.153862366,9360.1707774 +81,-1.537453161,0.7305750503,470,2.196736143,-0.153862366,9364.7270251 +82,-1.535479385,0.7306124949,470,2.196736143,-0.153862366,9369.2131144 +83,-1.53946905,0.7290102593,470,2.196736143,-0.153862366,9363.8538507 +84,-1.537459922,0.7290417293,470,2.196736143,-0.153862366,9368.4563309 +85,-1.535451349,0.7290890157,470,2.196736143,-0.153862366,9373.010025 +86,-1.535522937,0.7279887191,470,2.196736143,-0.153862366,9375.5351838 +87,-1.539442524,0.7274735939,470,2.196736143,-0.153862366,9367.65205 +88,-1.537424111,0.727521351,470,2.196736143,-0.153862366,9372.2474285 +89,-1.539384641,0.7259505092,470,2.196736143,-0.153862366,9371.4850851 +90,-1.537372391,0.7259947145,470,2.196736143,-0.153862366,9376.0855192 +91,-1.535340789,0.7260435356,470,2.196736143,-0.153862366,9380.7108528 +92,-1.539325716,0.7244369706,470,2.196736143,-0.153862366,9375.2922061 +93,-1.537308932,0.7244801057,470,2.196736143,-0.153862366,9379.9165664 +94,-1.535289068,0.7245247645,470,2.196736143,-0.153862366,9384.5354101 +95,-1.533261366,0.7245550236,470,2.196736143,-0.153862366,9389.1986451 +96,-1.539267302,0.722921924,470,2.196736143,-0.153862366,9379.0965929 +97,-1.537248972,0.7229660258,470,2.196736143,-0.153862366,9383.7329844 +98,-1.535219431,0.7229916471,470,2.196736143,-0.153862366,9388.4315898 +99,-1.53318962,0.7230212049,470,2.196736143,-0.153862366,9393.1123139 +100,-1.531154816,0.7230299897,470,2.196736143,-0.153862366,9397.8465369 +101,-1.528878341,0.7230370244,470,2.196736143,-0.153862366,9403.1394755 +102,-1.539218189,0.7214009878,470,2.196736143,-0.153862366,9382.8880582 +103,-1.537198791,0.7214422745,470,2.196736143,-0.153862366,9387.5446341 +104,-1.535179266,0.7214634354,470,2.196736143,-0.153862366,9392.2414068 +105,-1.533156501,0.7214944644,470,2.196736143,-0.153862366,9396.9129794 +106,-1.53113574,0.7215166021,470,2.196736143,-0.153862366,9401.5926297 +107,-1.528874248,0.7215345535,470,2.196736143,-0.153862366,9406.8359838 +108,-1.539217656,0.7198512397,470,2.196736143,-0.153862366,9386.6288264 +109,-1.537199919,0.7199428763,470,2.196736143,-0.153862366,9391.1709904 +110,-1.545425832,0.727397149,470,2.196736143,-0.153862366,9353.8198397 +111,-1.543371177,0.7273916949,470,2.196736143,-0.153862366,9358.6549563 +112,-1.541368852,0.7274523163,470,2.196736143,-0.153862366,9363.1990091 +113,-1.545349067,0.7258710923,470,2.196736143,-0.153862366,9357.6726624 +114,-1.54332671,0.7258603556,470,2.196736143,-0.153862366,9362.4553646 +115,-1.541346831,0.7259242142,470,2.196736143,-0.153862366,9366.9498235 +116,-1.545324355,0.7243383958,470,2.196736143,-0.153862366,9361.4135254 +117,-1.543292796,0.7243617413,470,2.196736143,-0.153862366,9366.1466579 +118,-1.541295822,0.7244024384,470,2.196736143,-0.153862366,9370.7478518 +119,-1.543193859,0.7205570215,470,2.196736143,-0.153862366,9375.5245498 +120,-1.550257047,0.7386738187,470,2.196736143,-0.153862366,9315.324872 +121,-1.549335448,0.7311736483,470,2.196736143,-0.153862366,9335.5607207 +122,-1.533478843,0.7179891343,470,2.196736143,-0.153862366,9404.6788942 +123,-1.556150555,0.738907041,470,2.196736143,-0.153862366,9301.0643334 +124,-1.554324226,0.733414257,470,2.196736143,-0.153862366,9318.4918362 +125,-1.554290846,0.7288285332,470,2.196736143,-0.153862366,9329.512976 +126,-1.55122487,0.7219795312,470,2.196736143,-0.153862366,9353.0629582 +127,-1.525104458,0.7229399862,470,2.196736143,-0.153862366,9412.1580502 +128,-1.519607711,0.7236181429,470,2.196736143,-0.153862366,9423.2042833 +129,-1.513899999,0.7251107854,470,2.196736143,-0.153862366,9432.5945819 +130,-1.536620762,0.7431061895,470,2.196736143,-0.153862366,9335.7977221 +131,-1.5369566,0.7460845958,470,2.196736143,-0.153862366,9327.6456812 +132,-1.545345528,0.7447040685,470,2.196736143,-0.153862366,9311.9525174 +133,-1.532813921,0.7432306626,470,2.196736143,-0.153862366,9344.1348973 +134,-1.554788248,0.7382381001,470,2.196736143,-0.153862366,9305.843936 +135,-1.540348126,0.7301594274,470,2.196736143,-0.153862366,9359.0095005 +136,-1.538016084,0.7239051786,470,2.196736143,-0.153862366,9379.6543815 +137,-1.525288962,0.7258085137,470,2.196736143,-0.153862366,9404.6386404 +138,-1.534326986,0.731241342,470,2.196736143,-0.153862366,9370.3374206 +139,-1.530733872,0.7303625216,470,2.196736143,-0.153862366,9380.8027407 +141,-1.534354939,0.7328219978,470,2.196736143,-0.153862366,9366.386068 +142,-1.53157084,0.7292888153,470,2.196736143,-0.153862366,9381.5150128 +143,-1.525691035,0.7263799874,470,2.196736143,-0.153862366,9402.294258 +144,-1.534031287,0.7495967835,470,2.196736143,-0.153862366,9325.4896045 +145,-1.527714986,0.7283095957,470,2.196736143,-0.153862366,9392.8436884 +146,-1.526189586,0.7271468292,470,2.196736143,-0.153862366,9399.243803 +147,-1.555177336,0.7375563366,470,2.196736143,-0.153862366,9306.5736956 +148,-1.555080283,0.7312707794,470,2.196736143,-0.153862366,9321.8335043 +149,-1.53856994,0.7224180299,470,2.196736143,-0.153862366,9381.9561156 +150,-1.530837883,0.729933372,470,2.196736143,-0.153862366,9381.6212344 +151,-1.515066984,0.5854133365,470,2.196736143,-0.153862366,9753.1133492 +152,-1.534731633,0.5368370046,470,2.196736143,-0.153862366,9791.4643629 +153,-1.515231902,0.5607085576,470,2.196736143,-0.153862366,9803.2305467 +154,-2.616253799,1.0684566605,470,2.196736143,-0.153862366,6565.1318684 +155,-1.956071439,0.5792177723,470,2.196736143,-0.153862366,8401.405629 +156,-1.951208514,0.5602434208,470,2.196736143,-0.153862366,8431.0504862 +157,-1.944675062,0.6062144545,470,2.196736143,-0.153862366,8416.9276252 +158,-1.613778386,0.6077989518,470,2.196736143,-0.153862366,9428.1378882 +159,-2.035029014,0.6021432345,470,2.196736143,-0.153862366,8130.1042987 +160,-2.114989471,0.6801825058,470,2.196736143,-0.153862366,7834.832025 +161,-2.037382079,0.5765830025,470,2.196736143,-0.153862366,8136.8333323 +162,-2.129855121,0.6585019963,470,2.196736143,-0.153862366,7799.7303455 +163,-2.075141798,0.6493615843,470,2.196736143,-0.153862366,7974.9941815 +164,-1.828626729,0.6948433129,470,2.196736143,-0.153862366,8670.5870852 +165,-1.863329418,0.6735427691,470,2.196736143,-0.153862366,8597.6387092 +166,-1.266037071,0.727988852,470,2.196736143,-0.153862366,9907.8008019 +167,-1.277579582,0.7249010648,470,2.196736143,-0.153862366,9900.0350538 +168,-1.258418684,0.7241194816,470,2.196736143,-0.153862366,9932.6050293 +169,-1.317813974,0.6804850104,470,2.196736143,-0.153862366,9973.260914 +170,-1.344165204,0.6790988904,470,2.196736143,-0.153862366,9926.214809 +171,-1.427582102,0.5277120351,470,2.196736143,-0.153862366,10124.227431 +172,-1.402238616,0.457167829,470,2.196736143,-0.153862366,10347.688611 +173,-1.422454264,0.4996161999,470,2.196736143,-0.153862366,10199.760711 +174,-1.439089277,0.4894859811,470,2.196736143,-0.153862366,10170.97813 +175,-1.448126995,0.5182330266,470,2.196736143,-0.153862366,10085.375533 +176,-1.474626146,0.5881926574,470,2.196736143,-0.153862366,9858.5839605 +177,-1.421139645,0.5584869783,470,2.196736143,-0.153862366,10071.778245 +178,-1.457037165,0.565943032,470,2.196736143,-0.153862366,9956.6796533 +179,-2.757159358,0.3745319,470,2.196736143,-0.153862366,5569.8131177 +180,-2.714309238,0.342054471,470,2.196736143,-0.153862366,5696.2741185 +181,-2.000525337,0.774119946,470,2.196736143,-0.153862366,8094.047686 +183,-1.571413436,0.6777838382,470,2.196736143,-0.153862366,9403.780206 +184,-1.552860289,0.6987663893,470,2.196736143,-0.153862366,9403.4357975 +185,-1.521852374,0.7165827476,470,2.196736143,-0.153862366,9435.4184659 +186,-1.503656267,0.6928968252,470,2.196736143,-0.153862366,9536.7974089 +187,-1.502753178,0.7136205882,470,2.196736143,-0.153862366,9487.1729329 +188,-1.631894563,0.7343596465,470,2.196736143,-0.153862366,9128.9589869 +189,-1.653765416,0.6770714026,470,2.196736143,-0.153862366,9187.3636441 +190,-1.719812114,0.6715965947,470,2.196736143,-0.153862366,9014.5043044 +191,-1.493406659,0.6646955447,470,2.196736143,-0.153862366,9630.6695952 +192,-1.469120564,0.6613469966,470,2.196736143,-0.153862366,9698.2435633 +193,-1.590551461,0.5326612937,470,2.196736143,-0.153862366,9627.7065214 +194,-1.625979264,0.5247742243,470,2.196736143,-0.153862366,9528.6143287 +195,-1.572293943,0.5238808754,470,2.196736143,-0.153862366,9698.9684107 +196,-1.610848725,0.5477107964,470,2.196736143,-0.153862366,9540.3625258 +197,-1.208485554,0.7918526018,470,2.196736143,-0.153862366,9761.3260726 +198,-1.335601374,0.6869083083,470,2.196736143,-0.153862366,9919.2783845 +199,-1.346156996,0.6825213377,470,2.196736143,-0.153862366,9911.9122327 +200,-1.324381037,0.6741422347,470,2.196736143,-0.153862366,9980.3072935 +201,-1.242424992,0.7378949807,470,2.196736143,-0.153862366,9908.9272486 +202,-1.270370057,0.7392461008,470,2.196736143,-0.153862366,9863.1085657 +203,-1.448950472,0.7441675014,470,2.196736143,-0.153862366,9523.7537165 +204,-1.492662363,0.7523026852,470,2.196736143,-0.153862366,9409.4333127 +205,-1.479098966,0.7763855017,470,2.196736143,-0.153862366,9372.6424717 +206,-1.633760714,0.7869022408,470,2.196736143,-0.153862366,9009.6642604 +207,-1.647406434,0.8101289331,470,2.196736143,-0.153862366,8926.4102717 +208,-1.564245052,0.5701509278,470,2.196736143,-0.153862366,9641.8832085 +209,-1.646289963,0.6833746083,470,2.196736143,-0.153862366,9195.4278928 +210,-1.5820631,0.6751952144,470,2.196736143,-0.153862366,9381.7991007 +211,-1.613236298,0.6681681791,470,2.196736143,-0.153862366,9314.0033682 +212,-1.914661867,0.8212566515,470,2.196736143,-0.153862366,8263.4179186 +213,-1.742133237,0.7250275956,470,2.196736143,-0.153862366,8862.6780471 +214,-2.033144872,0.6557314699,470,2.196736143,-0.153862366,8101.3163482 +215,-2.039551981,0.6964723658,470,2.196736143,-0.153862366,8051.919885 +216,-1.247341019,0.7622473908,470,2.196736143,-0.153862366,9817.5320088 +217,-1.298239787,0.7084123392,470,2.196736143,-0.153862366,9919.9119912 +218,-1.308539688,0.6926545592,470,2.196736143,-0.153862366,9952.1991241 +219,-1.303263185,0.6888938396,470,2.196736143,-0.153862366,9973.7590033 +220,-1.852400229,0.6004246149,470,2.196736143,-0.153862366,8714.6104551 +221,-1.288947707,0.7473773692,470,2.196736143,-0.153862366,9807.0667795 +222,-1.372031502,0.7472790993,470,2.196736143,-0.153862366,9665.3448347 +223,-1.289805721,0.7242157877,470,2.196736143,-0.153862366,9882.4809457 +224,-1.350807603,0.7533498126,470,2.196736143,-0.153862366,9684.7187032 +225,-1.329290365,0.7560442322,470,2.196736143,-0.153862366,9713.1201336 +226,-1.410153004,0.616936428,470,2.196736143,-0.153862366,9954.9273237 +227,-1.393445434,0.6308995063,470,2.196736143,-0.153862366,9957.7233112 +228,-1.37595573,0.6241540638,470,2.196736143,-0.153862366,10016.752236 +229,-1.358388707,0.6172645205,470,2.196736143,-0.153862366,10076.210964 +230,-1.753741133,0.8281661666,470,2.196736143,-0.153862366,8644.5389357 +231,-1.47430987,0.6834615681,470,2.196736143,-0.153862366,9629.9459214 +232,-1.421012508,0.7222725206,470,2.196736143,-0.153862366,9643.2292405 +233,-1.4476833,0.6978557868,470,2.196736143,-0.153862366,9653.2848693 +234,-1.470370723,0.6966193374,470,2.196736143,-0.153862366,9605.2204753 +235,-1.429211703,0.7037216883,470,2.196736143,-0.153862366,9677.8731646 +236,-1.700578405,0.6178673663,470,2.196736143,-0.153862366,9156.8591242 +237,-1.678117619,0.6331716163,470,2.196736143,-0.153862366,9197.7510058 +238,-1.725644578,0.6316331145,470,2.196736143,-0.153862366,9061.4279973 +239,-2.14012759,0.7930497945,470,2.196736143,-0.153862366,7695.5108603 +240,-2.103289431,0.7653606263,470,2.196736143,-0.153862366,7816.4580865 +241,-1.318739838,0.7017808746,470,2.196736143,-0.153862366,9904.693635 +242,-1.396417427,0.7077900843,470,2.196736143,-0.153862366,9735.504345 +243,-1.35650337,0.7185539404,470,2.196736143,-0.153862366,9782.2814191 +244,-1.248884539,0.7274156818,470,2.196736143,-0.153862366,9935.6823642 +245,-1.395014798,0.5761185243,470,2.196736143,-0.153862366,10097.418606 +246,-1.433377362,0.6064716109,470,2.196736143,-0.153862366,9923.6838082 +247,-1.408172432,0.5903155476,470,2.196736143,-0.153862366,10028.055669 +248,-1.749645898,0.7757118084,470,2.196736143,-0.153862366,8753.0521571 +249,-1.571626686,0.615046989,470,2.196736143,-0.153862366,9534.209223 +250,-1.514070049,0.6303003037,470,2.196736143,-0.153862366,9658.3779408 +251,-1.480890369,0.6237966528,470,2.196736143,-0.153862366,9760.0003868 +252,-1.704390658,0.5281680612,470,2.196736143,-0.153862366,9272.1157316 +253,-1.64434733,0.5254277498,470,2.196736143,-0.153862366,9469.1355413 +254,-1.703855997,0.4792484842,470,2.196736143,-0.153862366,9331.4560234 +255,-1.692002383,0.5748825051,470,2.196736143,-0.153862366,9247.8354492 +256,-1.854136457,0.5544643913,470,2.196736143,-0.153862366,8754.9951313 +257,-1.665021206,0.520317736,470,2.196736143,-0.153862366,9409.8148307 +258,-1.733654349,0.4845187345,470,2.196736143,-0.153862366,9225.0944154 +259,-1.720938188,0.5135933906,470,2.196736143,-0.153862366,9235.6837467 +260,-1.742668307,0.553296122,470,2.196736143,-0.153862366,9117.375533 +261,-1.965659039,0.7142126903,470,2.196736143,-0.153862366,8253.3285621 +262,-1.944438071,0.6772834804,470,2.196736143,-0.153862366,8352.782954 +263,-1.270340967,0.7681487096,470,2.196736143,-0.153862366,9764.8743131 +264,-1.353091884,0.6549276821,470,2.196736143,-0.153862366,9979.7830147 +265,-1.333236659,0.6413584414,470,2.196736143,-0.153862366,10061.650814 +266,-1.352015998,0.6753788907,470,2.196736143,-0.153862366,9921.5623349 +267,-1.377988483,0.6577816235,470,2.196736143,-0.153862366,9918.0266749 +268,-2.13075611,0.8318642051,470,2.196736143,-0.153862366,7694.1091392 +269,-2.097910953,0.8259670014,470,2.196736143,-0.153862366,7784.8803389 +270,-1.416382069,0.6694271549,470,2.196736143,-0.153862366,9800.4015455 +271,-1.538905672,0.7535625993,470,2.196736143,-0.153862366,9304.6347617 +272,-1.572309477,0.7803125099,470,2.196736143,-0.153862366,9164.1062875 +273,-1.87759879,0.7503853417,470,2.196736143,-0.153862366,8458.050314 +274,1.152365588,0.590457682,470,2.196736143,-0.153862366,4901.9021424 +275,0.350198001,0.718001859,470,2.196736143,-0.153862366,7443.1348168 +276,0.046513677,0.491503852,470,2.196736143,-0.153862366,8525.6090948 +277,0.027510309,0.742571376,470,2.196736143,-0.153862366,8359.1337207 +278,0.306285725,-0.214631579,470,2.196736143,-0.153862366,7307.9579784 +279,-1.100564889,0.318051531,470,2.196736143,-0.153862366,11559.780674 +280,-1.078582306,0.301437596,470,2.196736143,-0.153862366,11664.496255 +281,-1.137371989,-0.617634065,470,2.196736143,-0.153862366,9304.299568 +282,0.784356344,0.703272339,470,2.196736143,-0.153862366,6143.5326559 +283,-1.221209947,0.218327455,470,2.196736143,-0.153862366,11338.537621 +284,2.347301921,-0.449114658,470,2.196736143,-0.153862366,1299.5897794 +285,0.246820618,0.830553713,470,2.196736143,-0.153862366,7679.8802615 +286,0.829414965,0.703288228,470,2.196736143,-0.153862366,6011.139449 +287,-1.337537566,0.42332223,470,2.196736143,-0.153862366,10615.438657 +288,0.882453706,0.454478077,470,2.196736143,-0.153862366,5593.5140964 +289,1.575629659,0.416419109,470,2.196736143,-0.153862366,3297.8891432 +290,-1.039455679,0.229888244,470,2.196736143,-0.153862366,11968.55106 +291,0.489558039,0.934482747,470,2.196736143,-0.153862366,7032.0388642 +292,0.081344504,0.88384514,470,2.196736143,-0.153862366,8040.5275751 +293,-1.547979814,0.300350308,470,2.196736143,-0.153862366,10049.150785 +294,0.040776181,0.168560074,470,2.196736143,-0.153862366,8594.4147738 +295,-1.130374745,0.563894876,470,2.196736143,-0.153862366,10682.730777 +296,1.578326642,0.478507176,470,2.196736143,-0.153862366,3449.4515959 +297,-1.12861823,-0.291640865,470,2.196736143,-0.153862366,10537.973767 +298,0.310524208,0.770885792,470,2.196736143,-0.153862366,7540.0521942 +299,0.415649091,-0.387246002,470,2.196736143,-0.153862366,6750.8156369 +300,-0.926533878,-0.188022748,470,2.196736143,-0.153862366,11087.71771 +301,1.258856172,-0.11716081,470,2.196736143,-0.153862366,3680.8408253 +302,-1.126050026,0.322941926,470,2.196736143,-0.153862366,11477.686868 +303,2.002785835,0.07893892,470,2.196736143,-0.153862366,1198.7480587 +304,0.440437607,0.746258085,470,2.196736143,-0.153862366,7173.2361481 +305,-0.030391866,0.214441206,470,2.196736143,-0.153862366,8879.9477312 +306,0.521557815,-0.058929362,470,2.196736143,-0.153862366,6593.8415771 +307,-0.097005111,0.13317729,470,2.196736143,-0.153862366,9121.2811662 +308,1.83113859,0.221857587,470,2.196736143,-0.153862366,2069.9307722 +309,0.222428864,0.099404236,470,2.196736143,-0.153862366,7857.5840409 +310,-1.702731345,0.8728568183,470,2.196736143,-0.153862366,8666.1706235 +311,-0.418507569,0.278324921,470,2.196736143,-0.153862366,10351.193969 +312,-1.41153306,0.339029988,470,2.196736143,-0.153862366,10510.708822 +313,0.357560442,0.114788776,470,2.196736143,-0.153862366,7337.2289491 +314,0.325818979,0.268352149,470,2.196736143,-0.153862366,7521.8500337 +315,-1.246004659,-0.663679965,470,2.196736143,-0.153862366,9019.3749151 +316,1.814603087,0.637404484,470,2.196736143,-0.153862366,3441.7285099 +317,1.843704281,-0.18300445,470,2.196736143,-0.153862366,1383.1388482 +318,1.690644492,-0.211480909,470,2.196736143,-0.153862366,1983.4361301 +319,-1.275451936,0.068109467,470,2.196736143,-0.153862366,11099.293493 +320,0.762430171,-0.207594741,470,2.196736143,-0.153862366,5572.7462154 +321,0.265668905,-0.014647884,470,2.196736143,-0.153862366,7621.7050511 +322,-2.773032013,-0.335515811,470,2.196736143,-0.153862366,5064.8717626 +323,-1.469512853,0.174058777,470,2.196736143,-0.153862366,10392.676948 +324,0.286276986,0.785925691,470,2.196736143,-0.153862366,7600.7205358 +325,-1.379324697,0.377432233,470,2.196736143,-0.153862366,10566.474762 +326,-1.203778265,0.212813032,470,2.196736143,-0.153862366,11409.014739 +327,0.579916301,0.611743168,470,2.196736143,-0.153862366,6719.2781749 +328,0.267582642,0.868113908,470,2.196736143,-0.153862366,7600.0342457 +329,0.412869244,-0.050245578,470,2.196736143,-0.153862366,7023.5582302 +330,0.17524381,0.976660285,470,2.196736143,-0.153862366,7714.4584117 +331,0.743157214,0.204812899,470,2.196736143,-0.153862366,5896.8275255 +332,-1.070758176,0.269382282,470,2.196736143,-0.153862366,11775.42869 +333,-1.230364251,0.329790229,470,2.196736143,-0.153862366,11144.994381 +334,-1.374813124,-0.024926835,470,2.196736143,-0.153862366,10604.857854 +335,0.519780566,0.463669906,470,2.196736143,-0.153862366,6867.2255716 +336,-1.55108034,0.239698561,470,2.196736143,-0.153862366,10066.74139 +337,0.180294813,0.029739425,470,2.196736143,-0.153862366,7983.9493753 +338,0.67820924,0.268170153,470,2.196736143,-0.153862366,6185.5806281 +339,0.445798684,1.024001867,470,2.196736143,-0.153862366,7112.5911526 +340,0.691751283,0.150521402,470,2.196736143,-0.153862366,6058.4035213 +341,-1.036643551,-0.903056181,470,2.196736143,-0.153862366,8245.6881117 +342,-0.120287036,1.083325163,470,2.196736143,-0.153862366,8069.1311835 +343,2.823513113,-0.304487164,470,2.196736143,-0.153862366,2485.6123213 +344,0.457583172,1.12513373,470,2.196736143,-0.153862366,7058.6044395 +345,0.042918831,0.813795399,470,2.196736143,-0.153862366,8227.7246891 +346,1.196146777,-0.853142756,470,2.196736143,-0.153862366,4300.6587671 +347,0.206001358,-0.010430701,470,2.196736143,-0.153862366,7857.4215783 +348,-0.268308653,0.234799412,470,2.196736143,-0.153862366,9797.7564697 +349,0.759363263,0.736189579,470,2.196736143,-0.153862366,6243.6829352 +350,0.181363926,0.891988372,470,2.196736143,-0.153862366,7792.1584136 +351,-0.021111158,0.139103292,470,2.196736143,-0.153862366,8826.6326489 +352,-0.093355215,0.630686981,470,2.196736143,-0.153862366,8851.6403599 +353,0.40118964,0.681375926,470,2.196736143,-0.153862366,7294.9000872 +354,-0.721197315,1.304706234,470,2.196736143,-0.153862366,7857.3233395 +355,-1.076150317,0.212107639,470,2.196736143,-0.153862366,11882.925507 +356,-1.577164531,0.273993443,470,2.196736143,-0.153862366,9954.0819564 +357,-0.190788414,0.182208586,470,2.196736143,-0.153862366,9499.0863957 +358,-0.261349752,0.209710184,470,2.196736143,-0.153862366,9774.0677958 +359,-1.029303852,0.083549259,470,2.196736143,-0.153862366,12010.445782 +360,-1.268609162,0.330525297,470,2.196736143,-0.153862366,11017.659771 +361,1.282982244,-0.926641967,470,2.196736143,-0.153862366,4216.231358 +362,0.217352334,0.731352408,470,2.196736143,-0.153862366,7828.5138704 +363,-1.511833084,0.258629297,470,2.196736143,-0.153862366,10209.200201 +364,0.338812194,0.823184618,470,2.196736143,-0.153862366,7439.8367325 +365,-0.324406489,1.134201999,470,2.196736143,-0.153862366,8199.8646655 +366,1.389579348,0.399185724,470,2.196736143,-0.153862366,3819.1193827 +367,2.047152199,-0.039082036,470,2.196736143,-0.153862366,744.38202952 +368,0.947780369,0.568250077,470,2.196736143,-0.153862366,5501.1016289 +369,0.763824846,0.576754987,470,2.196736143,-0.153862366,6101.959814 +370,-0.142334657,0.928153068,470,2.196736143,-0.153862366,8454.3023324 +371,0.610266567,0.547265983,470,2.196736143,-0.153862366,6590.722795 +372,0.210731629,0.746815056,470,2.196736143,-0.153862366,7837.4056012 +373,-1.34931644,0.316895224,470,2.196736143,-0.153862366,10759.83852 +374,2.407696481,0.655030745,470,2.196736143,-0.153862366,3298.0822311 +375,0.64207831,0.545359131,470,2.196736143,-0.153862366,6483.0000406 +376,1.174597538,0.840588356,470,2.196736143,-0.153862366,5304.330187 +377,0.660059424,0.010604079,470,2.196736143,-0.153862366,6094.8217102 +378,-0.730263819,0.010486456,470,2.196736143,-0.153862366,11424.591649 +379,0.831068936,0.512339172,470,2.196736143,-0.153862366,5823.9140844 +380,1.301180979,0.72367476,470,2.196736143,-0.153862366,4757.2099741 +381,1.811128231,0.322854402,470,2.196736143,-0.153862366,2415.9008281 +382,0.435105812,0.992284428,470,2.196736143,-0.153862366,7144.4580323 +383,0.62643634,0.592027932,470,2.196736143,-0.153862366,6559.4794867 +384,0.492988703,-0.516339467,470,2.196736143,-0.153862366,6373.484973 +385,-0.162469483,0.112549365,470,2.196736143,-0.153862366,9369.6118798 +386,0.314630866,0.472006421,470,2.196736143,-0.153862366,7592.9944092 +387,0.166744804,0.822815954,470,2.196736143,-0.153862366,7896.3505186 +388,0.417159608,0.965805736,470,2.196736143,-0.153862366,7192.3248489 +389,0.106334961,0.868774244,470,2.196736143,-0.153862366,7999.5747537 +390,0.815086969,-0.338144359,470,2.196736143,-0.153862366,5318.4519372 +391,0.59867455,-0.230624824,470,2.196736143,-0.153862366,6187.0448621 +392,1.915104874,0.066220985,470,2.196736143,-0.153862366,1413.1255751 +393,1.278093622,0.064463721,470,2.196736143,-0.153862366,3729.106589 +394,-0.061477853,0.302997961,470,2.196736143,-0.153862366,8994.5942667 +395,0.251311504,0.626976942,470,2.196736143,-0.153862366,7777.6636441 +396,2.950242872,0.149095644,470,2.196736143,-0.153862366,3206.1149757 +397,-0.180294708,0.35375117,470,2.196736143,-0.153862366,9417.7442602 +398,1.010448592,-0.351180233,470,2.196736143,-0.153862366,4588.5757091 +399,-1.748740498,0.3686318073,470,2.196736143,-0.153862366,9264.9536618 +400,2.699635665,0.123533791,470,2.196736143,-0.153862366,2269.0885144 +401,0.496808033,0.823843254,470,2.196736143,-0.153862366,7015.0939155 +402,0.129574704,0.763364087,470,2.196736143,-0.153862366,8052.946457 +403,1.798920311,0.817447563,470,2.196736143,-0.153862366,4095.4739856 +404,0.335987953,0.746786541,470,2.196736143,-0.153862366,7476.4261278 +405,-1.085413643,0.292154671,470,2.196736143,-0.153862366,11672.941834 +406,-0.155321003,0.508207011,470,2.196736143,-0.153862366,9197.2802828 +407,0.620529244,-0.301175104,470,2.196736143,-0.153862366,6062.0295486 +408,1.684402744,0.368716966,470,2.196736143,-0.153862366,2873.6201468 +409,0.300582244,-0.386397212,470,2.196736143,-0.153862366,7160.8463128 +410,2.913555946,-0.009225192,470,2.196736143,-0.153862366,2884.3926864 +411,1.465101417,0.493232532,470,2.196736143,-0.153862366,3794.9720091 +412,0.090612882,0.907955955,470,2.196736143,-0.153862366,7986.9629693 +413,2.987564726,-0.729568594,470,2.196736143,-0.153862366,3571.9727376 +414,-1.484261606,0.224149272,470,2.196736143,-0.153862366,10328.321226 +415,0.164073421,0.303955133,470,2.196736143,-0.153862366,8142.2490467 +416,0.141441293,0.167552546,470,2.196736143,-0.153862366,8202.197228 +417,2.931321023,-0.506718887,470,2.196736143,-0.153862366,3063.2745767 +418,2.21951565,0.700596356,470,2.196736143,-0.153862366,3385.5401807 +419,0.268112576,1.199114336,470,2.196736143,-0.153862366,7298.6230751 +420,0.978913739,0.359223811,470,2.196736143,-0.153862366,5155.7699409 +421,1.210898818,0.522863584,470,2.196736143,-0.153862366,4608.2707087 +422,2.347397336,0.129231362,470,2.196736143,-0.153862366,1269.2857738 +423,0.614394501,0.556878345,470,2.196736143,-0.153862366,6581.6283288 +424,-1.398079356,0.148483366,470,2.196736143,-0.153862366,10669.332934 +425,2.535303836,-0.112984496,470,2.196736143,-0.153862366,1338.7638793 +426,-1.019372593,-0.405322349,470,2.196736143,-0.153862366,10210.172312 +427,-1.297785627,-0.160104069,470,2.196736143,-0.153862366,10577.105083 +428,2.144554488,0.205051084,470,2.196736143,-0.153862366,1436.4328936 +429,-2.242387083,-0.426171285,470,2.196736143,-0.153862366,6936.722392 +430,0.338637212,0.909723676,470,2.196736143,-0.153862366,7399.3304881 +431,-0.148798452,0.691042401,470,2.196736143,-0.153862366,8923.3566229 +432,0.893524764,0.441829531,470,2.196736143,-0.153862366,5542.623813 +433,0.969229347,-0.368847936,470,2.196736143,-0.153862366,4739.8581883 +434,0.436043248,0.800045688,470,2.196736143,-0.153862366,7181.4980439 +435,1.687946607,1.081504775,470,2.196736143,-0.153862366,5137.5950424 +436,0.522302046,-0.034889271,470,2.196736143,-0.153862366,6606.0383086 +437,-0.178996113,-0.438090009,470,2.196736143,-0.153862366,8672.6796593 +438,-1.094339566,0.301444068,470,2.196736143,-0.153862366,11623.045579 +439,-1.064070054,0.242569932,470,2.196736143,-0.153862366,11862.793678 +440,-1.068153768,0.230387998,470,2.196736143,-0.153862366,11876.78227 +441,-3.00496892,-0.23989155,470,2.196736143,-0.153862366,4204.5140561 +442,0.21751974,0.766874888,470,2.196736143,-0.153862366,7804.3187815 +443,0.117229532,0.007619006,470,2.196736143,-0.153862366,8216.0933941 +444,0.777758451,0.420554741,470,2.196736143,-0.153862366,5929.1081529 +445,-0.252356999,0.250747086,470,2.196736143,-0.153862366,9732.9657663 +446,0.363148444,0.768483434,470,2.196736143,-0.153862366,7391.8453101 +447,0.903191366,-0.118210676,470,2.196736143,-0.153862366,5070.2817555 +448,-0.205755923,0.149406178,470,2.196736143,-0.153862366,9551.3996823 +449,1.811996086,0.02364353,470,2.196736143,-0.153862366,1673.5196756 +450,-1.100670221,0.314845373,470,2.196736143,-0.153862366,11568.623245 +451,0.340078597,0.850105132,470,2.196736143,-0.153862366,7424.7967861 +452,0.258757267,0.804969236,470,2.196736143,-0.153862366,7665.1690655 +453,2.78505352,-0.155160804,470,2.196736143,-0.153862366,2301.7552057 +454,0.800551619,0.105822106,470,2.196736143,-0.153862366,5607.3859331 +455,0.437940882,-0.506194031,470,2.196736143,-0.153862366,6567.837539 +456,2.230431122,0.63458615,470,2.196736143,-0.153862366,3125.5664663 +457,0.527965361,0.127667701,470,2.196736143,-0.153862366,6679.9975564 +458,-0.063643205,0.702093448,470,2.196736143,-0.153862366,8667.7630285 +459,1.408447268,0.133010502,470,2.196736143,-0.153862366,3312.3792586 +460,0.523795955,0.280266966,470,2.196736143,-0.153862366,6775.1825002 +461,-0.975769313,0.072177659,470,2.196736143,-0.153862366,12098.189292 +462,0.549774164,-0.463663986,470,2.196736143,-0.153862366,6216.829637 +463,0.29245874,1.095549818,470,2.196736143,-0.153862366,7363.6918592 +464,0.143625958,0.816809593,470,2.196736143,-0.153862366,7962.7643763 +465,0.671902494,0.611159853,470,2.196736143,-0.153862366,6423.0557765 +466,1.239840988,0.6724199,470,2.196736143,-0.153862366,4806.1020997 +467,0.607829703,-0.10932137,470,2.196736143,-0.153862366,6226.1528543 +468,1.763020906,0.263996692,470,2.196736143,-0.153862366,2374.5044085 +469,0.378714634,0.726066797,470,2.196736143,-0.153862366,7356.7043798 +470,2.196736143,-0.153862366,470,2.196736143,-0.153862366,0 +471,0.01702415,0.148991565,470,2.196736143,-0.153862366,8681.0238503 +472,-2.998490902,-0.158002487,470,2.196736143,-0.153862366,4251.4227441 +473,-3.051262951,-0.346595608,470,2.196736143,-0.153862366,4026.0692533 +474,-1.069176439,0.182802941,470,2.196736143,-0.153862366,11945.053449 +475,0.167157509,0.595344954,470,2.196736143,-0.153862366,8063.1517688 +476,0.613855648,0.681746124,470,2.196736143,-0.153862366,6641.9678982 +477,1.037012736,0.682555367,470,2.196736143,-0.153862366,5384.9449479 +478,-1.253574971,0.379755746,470,2.196736143,-0.153862366,10966.033819 +479,3.108590453,-0.132620738,470,2.196736143,-0.153862366,3573.0350679 +480,0.565301296,0.022333262,470,2.196736143,-0.153862366,6472.7952755 +481,0.547898238,0.855555614,470,2.196736143,-0.153862366,6883.4000653 +482,0.948309381,0.417393755,470,2.196736143,-0.153862366,5326.7923186 +483,-0.050600732,0.945269213,470,2.196736143,-0.153862366,8234.4418216 +484,-0.977651478,-0.572363064,470,2.196736143,-0.153862366,9564.6062473 +485,1.102014914,0.728861163,470,2.196736143,-0.153862366,5279.2578716 +486,2.927300795,-0.282939414,470,2.196736143,-0.153862366,2865.6181788 +487,-1.154565557,0.124434095,470,2.196736143,-0.153862366,11613.062141 +488,1.855331234,0.291044755,470,2.196736143,-0.153862366,2212.4780247 +489,0.830290659,0.276904518,470,2.196736143,-0.153862366,5621.5243117 +490,0.485104466,-0.234867441,470,2.196736143,-0.153862366,6615.6573932 +491,0.521367572,-0.33161327,470,2.196736143,-0.153862366,6410.6722069 +1,-1.539031704,0.7349710123,471,0.01702415,0.148991565,5783.9236266 +2,-1.536990553,0.7349663874,471,0.01702415,0.148991565,5777.9578323 +3,-1.534951779,0.7349571355,471,0.01702415,0.148991565,5771.999935 +4,-1.532906461,0.7349480293,471,0.01702415,0.148991565,5766.02195 +5,-1.531320211,0.7346937278,471,0.01702415,0.148991565,5761.4790165 +6,-1.539451648,0.7335131775,471,0.01702415,0.148991565,5785.7363624 +7,-1.537429487,0.7335445708,471,0.01702415,0.148991565,5779.8043041 +8,-1.535484998,0.7335658704,471,0.01702415,0.148991565,5774.1031392 +9,-1.533488396,0.7336036027,471,0.01702415,0.148991565,5768.2425224 +10,-1.531497785,0.7335842962,471,0.01702415,0.148991565,5762.4208149 +11,-1.530259379,0.7334777758,471,0.01702415,0.148991565,5758.8342112 +12,-1.5335454,0.7322346912,471,0.01702415,0.148991565,5768.938548 +13,-1.531489083,0.7322238773,471,0.01702415,0.148991565,5762.913883 +14,-1.530011122,0.7321679851,471,0.01702415,0.148991565,5758.6013156 +15,-1.53348106,0.7306614094,471,0.01702415,0.148991565,5769.3588094 +16,-1.531441779,0.7306962275,471,0.01702415,0.148991565,5763.3582978 +17,-1.529755654,0.7306933243,471,0.01702415,0.148991565,5758.4085942 +18,-1.533415048,0.7291384674,471,0.01702415,0.148991565,5769.7552175 +19,-1.531392093,0.7291705353,471,0.01702415,0.148991565,5763.7956525 +20,-1.529296523,0.7291214933,471,0.01702415,0.148991565,5757.6527375 +21,-1.535280942,0.727267644,471,0.01702415,0.148991565,5775.9755694 +22,-1.533378158,0.7276139666,471,0.01702415,0.148991565,5770.2384756 +23,-1.531340368,0.7276446587,471,0.01702415,0.148991565,5764.2277419 +24,-1.528960113,0.7276398177,471,0.01702415,0.148991565,5757.2216234 +25,-1.533313146,0.7260818349,471,0.01702415,0.148991565,5770.6425655 +26,-1.531259555,0.7260958115,471,0.01702415,0.148991565,5764.5835431 +27,-1.528926415,0.7260865555,471,0.01702415,0.148991565,5757.7084389 +28,-1.531226779,0.7245511789,471,0.01702415,0.148991565,5765.0799774 +29,-1.528904772,0.7245519194,471,0.01702415,0.148991565,5758.2246446 +30,-1.547195875,0.7409785979,471,0.01702415,0.148991565,5805.2614805 +31,-1.5451475,0.740980426,471,0.01702415,0.148991565,5799.3075471 +32,-1.543097679,0.7409798872,471,0.01702415,0.148991565,5793.3495429 +33,-1.540720364,0.7409892687,471,0.01702415,0.148991565,5786.4345611 +34,-1.547188511,0.7395198392,471,0.01702415,0.148991565,5805.85133 +35,-1.545148587,0.7395226109,471,0.01702415,0.148991565,5799.913755 +36,-1.543104538,0.7395314908,471,0.01702415,0.148991565,5793.9608626 +37,-1.540727751,0.7395306258,471,0.01702415,0.148991565,5787.0425007 +38,-1.547187029,0.7380014886,471,0.01702415,0.148991565,5806.4841668 +39,-1.545147315,0.7380012252,471,0.01702415,0.148991565,5800.5403461 +40,-1.54310719,0.7380060743,471,0.01702415,0.148991565,5794.5923842 +41,-1.540719671,0.7380068206,471,0.01702415,0.148991565,5787.6325872 +42,-1.547187189,0.7364799098,471,0.01702415,0.148991565,5807.1240887 +43,-1.545149996,0.7364853874,471,0.01702415,0.148991565,5801.1771242 +44,-1.543106091,0.7364823484,471,0.01702415,0.148991565,5795.2132723 +45,-1.540717158,0.7364893901,471,0.01702415,0.148991565,5788.2372886 +46,-1.538663972,0.7410138672,471,0.01702415,0.148991565,5780.4457233 +47,-1.53695285,0.7409699132,471,0.01702415,0.148991565,5775.4872303 +48,-1.534910498,0.7409641297,471,0.01702415,0.148991565,5769.5496051 +49,-1.533145034,0.7409536636,471,0.01702415,0.148991565,5764.4183579 +50,-1.538681336,0.7395405883,471,0.01702415,0.148991565,5781.0806308 +51,-1.536999189,0.7395183096,471,0.01702415,0.148991565,5776.1914219 +52,-1.534923633,0.7395144222,471,0.01702415,0.148991565,5770.1485967 +53,-1.533267822,0.7395654306,471,0.01702415,0.148991565,5765.306495 +54,-1.53867273,0.7380151077,471,0.01702415,0.148991565,5781.661667 +55,-1.536980576,0.7379994392,471,0.01702415,0.148991565,5776.7339639 +56,-1.534931522,0.7379944961,471,0.01702415,0.148991565,5770.7605674 +57,-1.533387952,0.7379480264,471,0.01702415,0.148991565,5766.2765996 +58,-1.538682279,0.7364914363,471,0.01702415,0.148991565,5782.2959369 +59,-1.536980704,0.7364810563,471,0.01702415,0.148991565,5777.3319085 +60,-1.534935567,0.7364752065,471,0.01702415,0.148991565,5771.3621664 +61,-1.533042592,0.7363876366,471,0.01702415,0.148991565,5765.867331 +62,-1.545143426,0.7349628011,471,0.01702415,0.148991565,5801.7906573 +63,-1.543105297,0.7349691947,471,0.01702415,0.148991565,5795.8316889 +64,-1.541064533,0.7349647152,471,0.01702415,0.148991565,5789.8686507 +65,-1.545411803,0.7334624714,471,0.01702415,0.148991565,5803.2003673 +66,-1.543446606,0.7334780896,471,0.01702415,0.148991565,5797.4431626 +67,-1.541475327,0.7334957295,471,0.01702415,0.148991565,5791.6667155 +68,-1.545401939,0.731963266,471,0.01702415,0.148991565,5803.7973855 +69,-1.54342253,0.7319915583,471,0.01702415,0.148991565,5797.9856256 +70,-1.541455867,0.7320216438,471,0.01702415,0.148991565,5792.209985 +71,-1.545410146,0.7304422281,471,0.01702415,0.148991565,5804.4574139 +72,-1.543435491,0.7304713664,471,0.01702415,0.148991565,5798.6514171 +73,-1.541463105,0.7304997613,471,0.01702415,0.148991565,5792.8518913 +74,-1.545414768,0.7289194936,471,0.01702415,0.148991565,5805.1086411 +75,-1.543435774,0.7289538557,471,0.01702415,0.148991565,5799.2799202 +76,-1.541457714,0.7289765881,471,0.01702415,0.148991565,5793.4582549 +77,-1.539449415,0.7320555866,471,0.01702415,0.148991565,5786.3157097 +78,-1.537429183,0.7321097681,471,0.01702415,0.148991565,5780.3725652 +79,-1.535472649,0.7321497267,471,0.01702415,0.148991565,5774.6214984 +80,-1.539457899,0.7305333307,471,0.01702415,0.148991565,5786.9534662 +81,-1.537453161,0.7305750503,471,0.01702415,0.148991565,5781.0527288 +82,-1.535479385,0.7306124949,471,0.01702415,0.148991565,5775.2442088 +83,-1.53946905,0.7290102593,471,0.01702415,0.148991565,5787.6004574 +84,-1.537459922,0.7290417293,471,0.01702415,0.148991565,5781.6829547 +85,-1.535451349,0.7290890157,471,0.01702415,0.148991565,5775.7604059 +86,-1.535522937,0.7279887191,471,0.01702415,0.148991565,5776.403927 +87,-1.539442524,0.7274735939,471,0.01702415,0.148991565,5788.1431571 +88,-1.537424111,0.727521351,471,0.01702415,0.148991565,5782.1838049 +89,-1.539384641,0.7259505092,471,0.01702415,0.148991565,5788.5887635 +90,-1.537372391,0.7259947145,471,0.01702415,0.148991565,5782.6409967 +91,-1.535340789,0.7260435356,471,0.01702415,0.148991565,5776.6340405 +92,-1.539325716,0.7244369706,471,0.01702415,0.148991565,5789.0279676 +93,-1.537308932,0.7244801057,471,0.01702415,0.148991565,5783.0593463 +94,-1.535289068,0.7245247645,471,0.01702415,0.148991565,5777.0806847 +95,-1.533261366,0.7245550236,471,0.01702415,0.148991565,5771.0841722 +96,-1.539267302,0.722921924,471,0.01702415,0.148991565,5789.4698197 +97,-1.537248972,0.7229660258,471,0.01702415,0.148991565,5783.4883271 +98,-1.535219431,0.7229916471,471,0.01702415,0.148991565,5777.4806643 +99,-1.53318962,0.7230212049,471,0.01702415,0.148991565,5771.4701422 +100,-1.531154816,0.7230299897,471,0.01702415,0.148991565,5765.4523764 +101,-1.528878341,0.7230370244,471,0.01702415,0.148991565,5758.7201291 +102,-1.539218189,0.7214009878,471,0.01702415,0.148991565,5789.9421134 +103,-1.537198791,0.7214422745,471,0.01702415,0.148991565,5783.950649 +104,-1.535179266,0.7214634354,471,0.01702415,0.148991565,5777.9664055 +105,-1.533156501,0.7214944644,471,0.01702415,0.148991565,5771.9681505 +106,-1.53113574,0.7215166021,471,0.01702415,0.148991565,5765.9787925 +107,-1.528874248,0.7215345535,471,0.01702415,0.148991565,5759.2778775 +108,-1.539217656,0.7198512397,471,0.01702415,0.148991565,5790.5706527 +109,-1.537199919,0.7199428763,471,0.01702415,0.148991565,5784.5558231 +110,-1.545425832,0.727397149,471,0.01702415,0.148991565,5805.7796563 +111,-1.543371177,0.7273916949,471,0.01702415,0.148991565,5799.7370085 +112,-1.541368852,0.7274523163,471,0.01702415,0.148991565,5793.8204 +113,-1.545349067,0.7258710923,471,0.01702415,0.148991565,5806.1945457 +114,-1.54332671,0.7258603556,471,0.01702415,0.148991565,5800.2411175 +115,-1.541346831,0.7259242142,471,0.01702415,0.148991565,5794.3813449 +116,-1.545324355,0.7243383958,471,0.01702415,0.148991565,5806.7661293 +117,-1.543292796,0.7243617413,471,0.01702415,0.148991565,5800.7633928 +118,-1.541295822,0.7244024384,471,0.01702415,0.148991565,5794.8549835 +119,-1.543193859,0.7205570215,471,0.01702415,0.148991565,5802.0544043 +120,-1.550257047,0.7386738187,471,0.01702415,0.148991565,5815.1412298 +121,-1.549335448,0.7311736483,471,0.01702415,0.148991565,5815.6590918 +122,-1.533478843,0.7179891343,471,0.01702415,0.148991565,5774.2970956 +123,-1.556150555,0.738907041,471,0.01702415,0.148991565,5832.1930813 +124,-1.554324226,0.733414257,471,0.01702415,0.148991565,5829.2920067 +125,-1.554290846,0.7288285332,471,0.01702415,0.148991565,5831.2176852 +126,-1.55122487,0.7219795312,471,0.01702415,0.148991565,5825.1970248 +127,-1.525104458,0.7229399862,471,0.01702415,0.148991565,5747.5977893 +128,-1.519607711,0.7236181429,471,0.01702415,0.148991565,5731.0989933 +129,-1.513899999,0.7251107854,471,0.01702415,0.148991565,5713.7143336 +130,-1.536620762,0.7431061895,471,0.01702415,0.148991565,5773.6872766 +131,-1.5369566,0.7460845958,471,0.01702415,0.148991565,5773.4998025 +132,-1.545345528,0.7447040685,471,0.01702415,0.148991565,5798.3448858 +133,-1.532813921,0.7432306626,471,0.01702415,0.148991565,5762.5889022 +134,-1.554788248,0.7382381001,471,0.01702415,0.148991565,5828.5231647 +135,-1.540348126,0.7301594274,471,0.01702415,0.148991565,5789.7176914 +136,-1.538016084,0.7239051786,471,0.01702415,0.148991565,5785.3772089 +137,-1.525288962,0.7258085137,471,0.01702415,0.148991565,5747.0847575 +138,-1.534326986,0.731241342,471,0.01702415,0.148991565,5771.6163187 +139,-1.530733872,0.7303625216,471,0.01702415,0.148991565,5761.4067127 +141,-1.534354939,0.7328219978,471,0.01702415,0.148991565,5771.0834186 +142,-1.53157084,0.7292888153,471,0.01702415,0.148991565,5764.2758577 +143,-1.525691035,0.7263799874,471,0.01702415,0.148991565,5748.0597549 +144,-1.534031287,0.7495967835,471,0.01702415,0.148991565,5763.6929144 +145,-1.527714986,0.7283095957,471,0.01702415,0.148991565,5753.3050293 +146,-1.526189586,0.7271468292,471,0.01702415,0.148991565,5749.245677 +147,-1.555177336,0.7375563366,471,0.01702415,0.148991565,5829.956627 +148,-1.555080283,0.7312707794,471,0.01702415,0.148991565,5832.4520427 +149,-1.53856994,0.7224180299,471,0.01702415,0.148991565,5787.6129194 +150,-1.530837883,0.729933372,471,0.01702415,0.148991565,5761.8755913 +151,-1.515066984,0.5854133365,471,0.01702415,0.148991565,5769.7255988 +152,-1.534731633,0.5368370046,471,0.01702415,0.148991565,5856.6158749 +153,-1.515231902,0.5607085576,471,0.01702415,0.148991565,5780.5154529 +154,-2.616253799,1.0684566605,471,0.01702415,0.148991565,7370.1515464 +155,-1.956071439,0.5792177723,471,0.01702415,0.148991565,7193.3232574 +156,-1.951208514,0.5602434208,471,0.01702415,0.148991565,7203.8695822 +157,-1.944675062,0.6062144545,471,0.01702415,0.148991565,7121.1879907 +158,-1.613778386,0.6077989518,471,0.01702415,0.148991565,6078.9627888 +159,-2.035029014,0.6021432345,471,0.01702415,0.148991565,7400.5115737 +160,-2.114989471,0.6801825058,471,0.01702415,0.148991565,7494.728607 +161,-2.037382079,0.5765830025,471,0.01702415,0.148991565,7447.7699825 +162,-2.129855121,0.6585019963,471,0.01702415,0.148991565,7576.0051602 +163,-2.075141798,0.6493615843,471,0.01702415,0.148991565,7439.3736081 +164,-1.828626729,0.6948433129,471,0.01702415,0.148991565,6663.0255615 +165,-1.863329418,0.6735427691,471,0.01702415,0.148991565,6789.8155301 +166,-1.266037071,0.727988852,471,0.01702415,0.148991565,4980.6595118 +167,-1.277579582,0.7249010648,471,0.01702415,0.148991565,5013.8176998 +168,-1.258418684,0.7241194816,471,0.01702415,0.148991565,4956.9159082 +169,-1.317813974,0.6804850104,471,0.01702415,0.148991565,5126.3091208 +170,-1.344165204,0.6790988904,471,0.01702415,0.148991565,5207.3369823 +171,-1.427582102,0.5277120351,471,0.01702415,0.148991565,5495.8610767 +172,-1.402238616,0.457167829,471,0.01702415,0.148991565,5426.4690406 +173,-1.422454264,0.4996161999,471,0.01702415,0.148991565,5485.7863318 +174,-1.439089277,0.4894859811,471,0.01702415,0.148991565,5546.6006561 +175,-1.448126995,0.5182330266,471,0.01702415,0.148991565,5568.8999193 +176,-1.474626146,0.5881926574,471,0.01702415,0.148991565,5635.8921102 +177,-1.421139645,0.5584869783,471,0.01702415,0.148991565,5466.475893 +178,-1.457037165,0.565943032,471,0.01702415,0.148991565,5584.554785 +179,-2.757159358,0.3745319,471,0.01702415,0.148991565,9925.7235608 +180,-2.714309238,0.342054471,471,0.01702415,0.148991565,9925.0051496 +181,-2.000525337,0.774119946,471,0.01702415,0.148991565,7026.4920012 +183,-1.571413436,0.6777838382,471,0.01702415,0.148991565,5906.7173665 +184,-1.552860289,0.6987663893,471,0.01702415,0.148991565,5840.3710472 +185,-1.521852374,0.7165827476,471,0.01702415,0.148991565,5740.283486 +186,-1.503656267,0.6928968252,471,0.01702415,0.148991565,5693.8037838 +187,-1.502753178,0.7136205882,471,0.01702415,0.148991565,5684.3837509 +188,-1.631894563,0.7343596465,471,0.01702415,0.148991565,6054.7772159 +189,-1.653765416,0.6770714026,471,0.01702415,0.148991565,6158.3229623 +190,-1.719812114,0.6715965947,471,0.01702415,0.148991565,6362.9088863 +191,-1.493406659,0.6646955447,471,0.01702415,0.148991565,5671.4752556 +192,-1.469120564,0.6613469966,471,0.01702415,0.148991565,5596.8432955 +193,-1.590551461,0.5326612937,471,0.01702415,0.148991565,6047.3592547 +194,-1.625979264,0.5247742243,471,0.01702415,0.148991565,6171.9079951 +195,-1.572293943,0.5238808754,471,0.01702415,0.148991565,5990.4796322 +196,-1.610848725,0.5477107964,471,0.01702415,0.148991565,6106.4964235 +197,-1.208485554,0.7918526018,471,0.01702415,0.148991565,4844.4723014 +198,-1.335601374,0.6869083083,471,0.01702415,0.148991565,5181.5842307 +199,-1.346156996,0.6825213377,471,0.01702415,0.148991565,5213.6570144 +200,-1.324381037,0.6741422347,471,0.01702415,0.148991565,5145.8603888 +201,-1.242424992,0.7378949807,471,0.01702415,0.148991565,4914.9424211 +202,-1.270370057,0.7392461008,471,0.01702415,0.148991565,4996.9389178 +203,-1.448950472,0.7441675014,471,0.01702415,0.148991565,5518.4567207 +204,-1.492662363,0.7523026852,471,0.01702415,0.148991565,5643.4315033 +205,-1.479098966,0.7763855017,471,0.01702415,0.148991565,5598.8680762 +206,-1.633760714,0.7869022408,471,0.01702415,0.148991565,6026.4437757 +207,-1.647406434,0.8101289331,471,0.01702415,0.148991565,6048.4422248 +208,-1.564245052,0.5701509278,471,0.01702415,0.148991565,5938.852459 +209,-1.646289963,0.6833746083,471,0.01702415,0.148991565,6131.284645 +210,-1.5820631,0.6751952144,471,0.01702415,0.148991565,5940.6666154 +211,-1.613236298,0.6681681791,471,0.01702415,0.148991565,6040.3123688 +212,-1.914661867,0.8212566515,471,0.01702415,0.148991565,6735.3113809 +213,-1.742133237,0.7250275956,471,0.01702415,0.148991565,6381.0418301 +214,-2.033144872,0.6557314699,471,0.01702415,0.148991565,7308.9723247 +215,-2.039551981,0.6964723658,471,0.01702415,0.148991565,7259.5184663 +216,-1.247341019,0.7622473908,471,0.01702415,0.148991565,4938.9259643 +217,-1.298239787,0.7084123392,471,0.01702415,0.148991565,5071.3883059 +218,-1.308539688,0.6926545592,471,0.01702415,0.148991565,5099.649578 +219,-1.303263185,0.6888938396,471,0.01702415,0.148991565,5082.9311799 +220,-1.852400229,0.6004246149,471,0.01702415,0.148991565,6843.1498216 +221,-1.288947707,0.7473773692,471,0.01702415,0.148991565,5053.3855372 +222,-1.372031502,0.7472790993,471,0.01702415,0.148991565,5294.5227451 +223,-1.289805721,0.7242157877,471,0.01702415,0.148991565,5049.8179848 +224,-1.350807603,0.7533498126,471,0.01702415,0.148991565,5233.5471765 +225,-1.329290365,0.7560442322,471,0.01702415,0.148991565,5171.8941697 +226,-1.410153004,0.616936428,471,0.01702415,0.148991565,5418.9805714 +227,-1.393445434,0.6308995063,471,0.01702415,0.148991565,5363.4359967 +228,-1.37595573,0.6241540638,471,0.01702415,0.148991565,5307.9884584 +229,-1.358388707,0.6172645205,471,0.01702415,0.148991565,5251.785897 +230,-1.753741133,0.8281661666,471,0.01702415,0.148991565,6314.9437264 +231,-1.47430987,0.6834615681,471,0.01702415,0.148991565,5607.0663946 +232,-1.421012508,0.7222725206,471,0.01702415,0.148991565,5439.0930587 +233,-1.4476833,0.6978557868,471,0.01702415,0.148991565,5522.6631914 +234,-1.470370723,0.6966193374,471,0.01702415,0.148991565,5591.7191976 +235,-1.429211703,0.7037216883,471,0.01702415,0.148991565,5465.8398653 +236,-1.700578405,0.6178673663,471,0.01702415,0.148991565,6348.3894286 +237,-1.678117619,0.6331716163,471,0.01702415,0.148991565,6265.6652579 +238,-1.725644578,0.6316331145,471,0.01702415,0.148991565,6415.5040213 +239,-2.14012759,0.7930497945,471,0.01702415,0.148991565,7338.5762635 +240,-2.103289431,0.7653606263,471,0.01702415,0.148991565,7303.2623263 +241,-1.318739838,0.7017808746,471,0.01702415,0.148991565,5131.9996612 +242,-1.396417427,0.7077900843,471,0.01702415,0.148991565,5366.6245583 +243,-1.35650337,0.7185539404,471,0.01702415,0.148991565,5247.1429965 +244,-1.248884539,0.7274156818,471,0.01702415,0.148991565,4929.919599 +245,-1.395014798,0.5761185243,471,0.01702415,0.148991565,5375.8902086 +246,-1.433377362,0.6064716109,471,0.01702415,0.148991565,5496.1796034 +247,-1.408172432,0.5903155476,471,0.01702415,0.148991565,5416.9759733 +248,-1.749645898,0.7757118084,471,0.01702415,0.148991565,6354.5035379 +249,-1.571626686,0.615046989,471,0.01702415,0.148991565,5939.544346 +250,-1.514070049,0.6303003037,471,0.01702415,0.148991565,5748.6519578 +251,-1.480890369,0.6237966528,471,0.01702415,0.148991565,5644.9226267 +252,-1.704390658,0.5281680612,471,0.01702415,0.148991565,6433.3824836 +253,-1.64434733,0.5254277498,471,0.01702415,0.148991565,6233.5218548 +254,-1.703855997,0.4792484842,471,0.01702415,0.148991565,6470.6736511 +255,-1.692002383,0.5748825051,471,0.01702415,0.148991565,6355.2275125 +256,-1.854136457,0.5544643913,471,0.01702415,0.148991565,6901.0038035 +257,-1.665021206,0.520317736,471,0.01702415,0.148991565,6306.9418337 +258,-1.733654349,0.4845187345,471,0.01702415,0.148991565,6568.658739 +259,-1.720938188,0.5135933906,471,0.01702415,0.148991565,6500.95298 +260,-1.742668307,0.553296122,471,0.01702415,0.148991565,6539.0773529 +261,-1.965659039,0.7142126903,471,0.01702415,0.148991565,7027.2518861 +262,-1.944438071,0.6772834804,471,0.01702415,0.148991565,7021.2817117 +263,-1.270340967,0.7681487096,471,0.01702415,0.148991565,5006.5871925 +264,-1.353091884,0.6549276821,471,0.01702415,0.148991565,5234.322935 +265,-1.333236659,0.6413584414,471,0.01702415,0.148991565,5171.2687469 +266,-1.352015998,0.6753788907,471,0.01702415,0.148991565,5231.4037943 +267,-1.377988483,0.6577816235,471,0.01702415,0.148991565,5312.3922136 +268,-2.13075611,0.8318642051,471,0.01702415,0.148991565,7237.5115944 +269,-2.097910953,0.8259670014,471,0.01702415,0.148991565,7173.3142207 +270,-1.416382069,0.6694271549,471,0.01702415,0.148991565,5431.1247098 +271,-1.538905672,0.7535625993,471,0.01702415,0.148991565,5776.2019807 +272,-1.572309477,0.7803125099,471,0.01702415,0.148991565,5859.3797185 +273,-1.87759879,0.7503853417,471,0.01702415,0.148991565,6734.0572668 +274,1.152365588,0.590457682,471,0.01702415,0.148991565,4464.9573993 +275,0.350198001,0.718001859,471,0.01702415,0.148991565,2539.1303594 +276,0.046513677,0.491503852,471,0.01702415,0.148991565,1361.1547901 +277,0.027510309,0.742571376,471,0.01702415,0.148991565,2351.4532811 +278,0.306285725,-0.214631579,471,0.01702415,0.148991565,1836.1105767 +279,-1.100564889,0.318051531,471,0.01702415,0.148991565,4338.8213206 +280,-1.078582306,0.301437596,471,0.01702415,0.148991565,4256.3752445 +281,-1.137371989,-0.617634065,471,0.01702415,0.148991565,5261.3878191 +282,0.784356344,0.703272339,471,0.01702415,0.148991565,3476.664326 +283,-1.221209947,0.218327455,471,0.01702415,0.148991565,4816.8399323 +284,2.347301921,-0.449114658,471,0.01702415,0.148991565,9172.1606581 +285,0.246820618,0.830553713,471,0.01702415,0.148991565,2808.0890321 +286,0.829414965,0.703288228,471,0.01702415,0.148991565,3599.4123525 +287,-1.337537566,0.42332223,471,0.01702415,0.148991565,5202.9414884 +288,0.882453706,0.454478077,471,0.01702415,0.148991565,3464.7530328 +289,1.575629659,0.416419109,471,0.01702415,0.148991565,5940.1870109 +290,-1.039455679,0.229888244,471,0.01702415,0.148991565,4113.4850136 +291,0.489558039,0.934482747,471,0.01702415,0.148991565,3457.3622628 +292,0.081344504,0.88384514,471,0.01702415,0.148991565,2918.4083248 +293,-1.547979814,0.300350308,471,0.01702415,0.148991565,6026.2159936 +294,0.040776181,0.168560074,471,0.01702415,0.148991565,120.98652402 +295,-1.130374745,0.563894876,471,0.01702415,0.148991565,4493.0680299 +296,1.578326642,0.478507176,471,0.01702415,0.148991565,5917.8791187 +297,-1.12861823,-0.291640865,471,0.01702415,0.148991565,4814.0925452 +298,0.310524208,0.770885792,471,0.01702415,0.148991565,2662.6536084 +299,0.415649091,-0.387246002,471,0.01702415,0.148991565,2628.1166752 +300,-0.926533878,-0.188022748,471,0.01702415,0.148991565,3950.960424 +301,1.258856172,-0.11716081,471,0.01702415,0.148991565,5015.2774781 +302,-1.126050026,0.322941926,471,0.01702415,0.148991565,4434.4490527 +303,2.002785835,0.07893892,471,0.01702415,0.148991565,7790.538659 +304,0.440437607,0.746258085,471,0.01702415,0.148991565,2785.506456 +305,-0.030391866,0.214441206,471,0.01702415,0.148991565,318.3037312 +306,0.521557815,-0.058929362,471,0.01702415,0.148991565,2156.2283605 +307,-0.097005111,0.13317729,471,0.01702415,0.148991565,451.53845698 +308,1.83113859,0.221857587,471,0.01702415,0.148991565,7018.5020031 +309,0.222428864,0.099404236,471,0.01702415,0.148991565,830.78486262 +310,-1.702731345,0.8728568183,471,0.01702415,0.148991565,6145.0215157 +311,-0.418507569,0.278324921,471,0.01702415,0.148991565,1760.1564588 +312,-1.41153306,0.339029988,471,0.01702415,0.148991565,5498.6861009 +313,0.357560442,0.114788776,471,0.01702415,0.148991565,1343.8142364 +314,0.325818979,0.268352149,471,0.01702415,0.148991565,1285.6749817 +315,-1.246004659,-0.663679965,471,0.01702415,0.148991565,5647.3792193 +316,1.814603087,0.637404484,471,0.01702415,0.148991565,6580.3023679 +317,1.843704281,-0.18300445,471,0.01702415,0.148991565,7317.7196753 +318,1.690644492,-0.211480909,471,0.01702415,0.148991565,6739.9269016 +319,-1.275451936,0.068109467,471,0.01702415,0.148991565,5092.9890538 +320,0.762430171,-0.207594741,471,0.01702415,0.148991565,3257.4692537 +321,0.265668905,-0.014647884,471,0.01702415,0.148991565,1176.2415767 +322,-2.773032013,-0.335515811,471,0.01702415,0.148991565,10905.741515 +323,-1.469512853,0.174058777,471,0.01702415,0.148991565,5794.5875704 +324,0.286276986,0.785925691,471,0.01702415,0.148991565,2686.1099043 +325,-1.379324697,0.377432233,471,0.01702415,0.148991565,5366.5860354 +326,-1.203778265,0.212813032,471,0.01702415,0.148991565,4751.3381675 +327,0.579916301,0.611743168,471,0.01702415,0.148991565,2741.3189669 +328,0.267582642,0.868113908,471,0.01702415,0.148991565,2966.4555816 +329,0.412869244,-0.050245578,471,0.01702415,0.148991565,1751.2793191 +330,0.17524381,0.976660285,471,0.01702415,0.148991565,3315.432784 +331,0.743157214,0.204812899,471,0.01702415,0.148991565,2837.5164585 +332,-1.070758176,0.269382282,471,0.01702415,0.148991565,4228.6835488 +333,-1.230364251,0.329790229,471,0.01702415,0.148991565,4824.9581572 +334,-1.374813124,-0.024926835,471,0.01702415,0.148991565,5536.106405 +335,0.519780566,0.463669906,471,0.01702415,0.148991565,2261.1152267 +336,-1.55108034,0.239698561,471,0.01702415,0.148991565,6072.0547929 +337,0.180294813,0.029739425,471,0.01702415,0.148991565,798.44830655 +338,0.67820924,0.268170153,471,0.01702415,0.148991565,2601.5523355 +339,0.445798684,1.024001867,471,0.01702415,0.148991565,3700.4630358 +340,0.691751283,0.150521402,471,0.01702415,0.148991565,2641.5199735 +341,-1.036643551,-0.903056181,471,0.01702415,0.148991565,5480.1383644 +342,-0.120287036,1.083325163,471,0.01702415,0.148991565,3722.326524 +343,2.823513113,-0.304487164,471,0.01702415,0.148991565,11012.958605 +344,0.457583172,1.12513373,471,0.01702415,0.148991565,4058.0811913 +345,0.042918831,0.813795399,471,0.01702415,0.148991565,2634.7495184 +346,1.196146777,-0.853142756,471,0.01702415,0.148991565,5679.8446947 +347,0.206001358,-0.010430701,471,0.01702415,0.148991565,977.33013457 +348,-0.268308653,0.234799412,471,0.01702415,0.148991565,1159.8577013 +349,0.759363263,0.736189579,471,0.01702415,0.148991565,3472.651465 +350,0.181363926,0.891988372,471,0.01702415,0.148991565,2991.6691304 +351,-0.021111158,0.139103292,471,0.01702415,0.148991565,154.53462851 +352,-0.093355215,0.630686981,471,0.01702415,0.148991565,1949.1434799 +353,0.40118964,0.681375926,471,0.01702415,0.148991565,2511.615048 +354,-0.721197315,1.304706234,471,0.01702415,0.148991565,4866.448301 +355,-1.076150317,0.212107639,471,0.01702415,0.148991565,4258.4970987 +356,-1.577164531,0.273993443,471,0.01702415,0.148991565,6151.0319877 +357,-0.190788414,0.182208586,471,0.01702415,0.148991565,822.39741779 +358,-0.261349752,0.209710184,471,0.01702415,0.148991565,1111.0010507 +359,-1.029303852,0.083549259,471,0.01702415,0.148991565,4121.0692557 +360,-1.268609162,0.330525297,471,0.01702415,0.148991565,4967.9688119 +361,1.282982244,-0.926641967,471,0.01702415,0.148991565,5985.9120024 +362,0.217352334,0.731352408,471,0.01702415,0.148991565,2410.6802377 +363,-1.511833084,0.258629297,471,0.01702415,0.148991565,5912.4616256 +364,0.338812194,0.823184618,471,0.01702415,0.148991565,2882.4577563 +365,-0.324406489,1.134201999,471,0.01702415,0.148991565,4016.0790806 +366,1.389579348,0.399185724,471,0.01702415,0.148991565,5273.5585739 +367,2.047152199,-0.039082036,471,0.01702415,0.148991565,8043.7828945 +368,0.947780369,0.568250077,471,0.01702415,0.148991565,3782.4205099 +369,0.763824846,0.576754987,471,0.01702415,0.148991565,3209.582691 +370,-0.142334657,0.928153068,471,0.01702415,0.148991565,3128.3644389 +371,0.610266567,0.547265983,471,0.01702415,0.148991565,2694.3434208 +372,0.210731629,0.746815056,471,0.01702415,0.148991565,2461.8731784 +373,-1.34931644,0.316895224,471,0.01702415,0.148991565,5273.9691213 +374,2.407696481,0.655030745,471,0.01702415,0.148991565,8218.1332808 +375,0.64207831,0.545359131,471,0.01702415,0.148991565,2786.3490915 +376,1.174597538,0.840588356,471,0.01702415,0.148991565,4697.2826433 +377,0.660059424,0.010604079,471,0.01702415,0.148991565,2595.1379096 +378,-0.730263819,0.010486456,471,0.01702415,0.148991565,2998.330691 +379,0.831068936,0.512339172,471,0.01702415,0.148991565,3342.7212452 +380,1.301180979,0.72367476,471,0.01702415,0.148991565,4982.5499031 +381,1.811128231,0.322854402,471,0.01702415,0.148991565,6860.7929274 +382,0.435105812,0.992284428,471,0.01702415,0.148991565,3580.9308555 +383,0.62643634,0.592027932,471,0.01702415,0.148991565,2828.2632654 +384,0.492988703,-0.516339467,471,0.01702415,0.148991565,3199.5064949 +385,-0.162469483,0.112549365,471,0.01702415,0.148991565,719.47545134 +386,0.314630866,0.472006421,471,0.01702415,0.148991565,1697.5358999 +387,0.166744804,0.822815954,471,0.01702415,0.148991565,2716.4313255 +388,0.417159608,0.965805736,471,0.01702415,0.148991565,3470.4089511 +389,0.106334961,0.868774244,471,0.01702415,0.148991565,2866.3188823 +390,0.815086969,-0.338144359,471,0.01702415,0.148991565,3662.986363 +391,0.59867455,-0.230624824,471,0.01702415,0.148991565,2737.7828758 +392,1.915104874,0.066220985,471,0.01702415,0.148991565,7459.5420041 +393,1.278093622,0.064463721,471,0.01702415,0.148991565,4971.9527201 +394,-0.061477853,0.302997961,471,0.01702415,0.148991565,680.98734498 +395,0.251311504,0.626976942,471,0.01702415,0.148991565,2073.8219394 +396,2.950242872,0.149095644,471,0.01702415,0.148991565,11004.999442 +397,-0.180294708,0.35375117,471,0.01702415,0.148991565,1108.3150837 +398,1.010448592,-0.351180233,471,0.01702415,0.148991565,4347.4406318 +399,-1.748740498,0.3686318073,471,0.01702415,0.148991565,6719.2630776 +400,2.699635665,0.123533791,471,0.01702415,0.148991565,10334.495891 +401,0.496808033,0.823843254,471,0.01702415,0.148991565,3123.076266 +402,0.129574704,0.763364087,471,0.01702415,0.148991565,2464.4233675 +403,1.798920311,0.817447563,471,0.01702415,0.148991565,6354.5590689 +404,0.335987953,0.746786541,471,0.01702415,0.148991565,2614.3861796 +405,-1.085413643,0.292154671,471,0.01702415,0.148991565,4282.687575 +406,-0.155321003,0.508207011,471,0.01702415,0.148991565,1560.7063057 +407,0.620529244,-0.301175104,471,0.01702415,0.148991565,2959.941347 +408,1.684402744,0.368716966,471,0.01702415,0.148991565,6362.3852306 +409,0.300582244,-0.386397212,471,0.01702415,0.148991565,2389.5133741 +410,2.913555946,-0.009225192,471,0.01702415,0.148991565,11329.733772 +411,1.465101417,0.493232532,471,0.01702415,0.148991565,5517.4787315 +412,0.090612882,0.907955955,471,0.01702415,0.148991565,3015.7257419 +413,2.987564726,-0.729568594,471,0.01702415,0.148991565,10067.61397 +414,-1.484261606,0.224149272,471,0.01702415,0.148991565,5825.3128113 +415,0.164073421,0.303955133,471,0.01702415,0.148991565,835.54945812 +416,0.141441293,0.167552546,471,0.01702415,0.148991565,492.16355349 +417,2.931321023,-0.506718887,471,0.01702415,0.148991565,10793.553635 +418,2.21951565,0.700596356,471,0.01702415,0.148991565,7641.3322112 +419,0.268112576,1.199114336,471,0.01702415,0.148991565,4210.7723154 +420,0.978913739,0.359223811,471,0.01702415,0.148991565,3762.7997894 +421,1.210898818,0.522863584,471,0.01702415,0.148991565,4637.2694013 +422,2.347397336,0.129231362,471,0.01702415,0.148991565,9056.9769368 +423,0.614394501,0.556878345,471,0.01702415,0.148991565,2724.8175446 +424,-1.398079356,0.148483366,471,0.01702415,0.148991565,5530.7149531 +425,2.535303836,-0.112984496,471,0.01702415,0.148991565,9992.7464183 +426,-1.019372593,-0.405322349,471,0.01702415,0.148991565,4573.1358516 +427,-1.297785627,-0.160104069,471,0.01702415,0.148991565,5328.9865621 +428,2.144554488,0.205051084,471,0.01702415,0.148991565,8211.2944066 +429,-2.242387083,-0.426171285,471,0.01702415,0.148991565,8939.8614711 +430,0.338637212,0.909723676,471,0.01702415,0.148991565,3188.1155864 +431,-0.148798452,0.691042401,471,0.01702415,0.148991565,2226.0196864 +432,0.893524764,0.441829531,471,0.01702415,0.148991565,3494.3367412 +433,0.969229347,-0.368847936,471,0.01702415,0.148991565,4232.6189893 +434,0.436043248,0.800045688,471,0.01702415,0.148991565,2946.5318491 +435,1.687946607,1.081504775,471,0.01702415,0.148991565,5886.5676812 +436,0.522302046,-0.034889271,471,0.01702415,0.148991565,2124.0053119 +437,-0.178996113,-0.438090009,471,0.01702415,0.148991565,2445.3534681 +438,-1.094339566,0.301444068,471,0.01702415,0.148991565,4315.9716996 +439,-1.064070054,0.242569932,471,0.01702415,0.148991565,4206.296189 +440,-1.068153768,0.230387998,471,0.01702415,0.148991565,4223.9809637 +441,-3.00496892,-0.23989155,471,0.01702415,0.148991565,11856.04832 +442,0.21751974,0.766874888,471,0.01702415,0.148991565,2543.3466764 +443,0.117229532,0.007619006,471,0.01702415,0.148991565,685.48062811 +444,0.777758451,0.420554741,471,0.01702415,0.148991565,3069.3741992 +445,-0.252356999,0.250747086,471,0.01702415,0.148991565,1120.1686598 +446,0.363148444,0.768483434,471,0.01702415,0.148991565,2728.3483476 +447,0.903191366,-0.118210676,471,0.01702415,0.148991565,3655.614284 +448,-0.205755923,0.149406178,471,0.01702415,0.148991565,872.58994648 +449,1.811996086,0.02364353,471,0.01702415,0.148991565,7085.3884412 +450,-1.100670221,0.314845373,471,0.01702415,0.148991565,4339.308341 +451,0.340078597,0.850105132,471,0.01702415,0.148991565,2978.4304077 +452,0.258757267,0.804969236,471,0.01702415,0.148991565,2725.1396096 +453,2.78505352,-0.155160804,471,0.01702415,0.148991565,10981.238038 +454,0.800551619,0.105822106,471,0.01702415,0.148991565,3081.5383558 +455,0.437940882,-0.506194031,471,0.01702415,0.148991565,3052.6400406 +456,2.230431122,0.63458615,471,0.01702415,0.148991565,7805.674511 +457,0.527965361,0.127667701,471,0.01702415,0.148991565,2005.8191546 +458,-0.063643205,0.702093448,471,0.01702415,0.148991565,2209.2797708 +459,1.408447268,0.133010502,471,0.01702415,0.148991565,5446.3096683 +460,0.523795955,0.280266966,471,0.01702415,0.148991565,2026.5170762 +461,-0.975769313,0.072177659,471,0.01702415,0.148991565,3917.0882543 +462,0.549774164,-0.463663986,471,0.01702415,0.148991565,3175.2224025 +463,0.29245874,1.095549818,471,0.01702415,0.148991565,3831.9614396 +464,0.143625958,0.816809593,471,0.01702415,0.148991565,2679.6919581 +465,0.671902494,0.611159853,471,0.01702415,0.148991565,2994.8080788 +466,1.239840988,0.6724199,471,0.01702415,0.148991565,4779.0187664 +467,0.607829703,-0.10932137,471,0.01702415,0.148991565,2547.6324128 +468,1.763020906,0.263996692,471,0.01702415,0.148991565,6729.0017554 +469,0.378714634,0.726066797,471,0.01702415,0.148991565,2612.815372 +470,2.196736143,-0.153862366,471,0.01702415,0.148991565,8681.0238503 +471,0.01702415,0.148991565,471,0.01702415,0.148991565,0 +472,-2.998490902,-0.158002487,471,0.01702415,0.148991565,11949.047208 +473,-3.051262951,-0.346595608,471,0.01702415,0.148991565,11612.245471 +474,-1.069176439,0.182802941,471,0.01702415,0.148991565,4238.8390177 +475,0.167157509,0.595344954,471,0.01702415,0.148991565,1850.7197312 +476,0.613855648,0.681746124,471,0.01702415,0.148991565,2988.2968148 +477,1.037012736,0.682555367,471,0.01702415,0.148991565,4169.6209267 +478,-1.253574971,0.379755746,471,0.01702415,0.148991565,4903.9814379 +479,3.108590453,-0.132620738,471,0.01702415,0.148991565,12237.219398 +480,0.565301296,0.022333262,471,0.01702415,0.148991565,2219.515 +481,0.547898238,0.855555614,471,0.01702415,0.148991565,3306.5888024 +482,0.948309381,0.417393755,471,0.01702415,0.148991565,3674.5138312 +483,-0.050600732,0.945269213,471,0.01702415,0.148991565,3161.3836339 +484,-0.977651478,-0.572363064,471,0.01702415,0.148991565,4710.0966843 +485,1.102014914,0.728861163,471,0.01702415,0.148991565,4402.737741 +486,2.927300795,-0.282939414,471,0.01702415,0.148991565,11404.177951 +487,-1.154565557,0.124434095,471,0.01702415,0.148991565,4592.6286944 +488,1.855331234,0.291044755,471,0.01702415,0.148991565,7051.1188843 +489,0.830290659,0.276904518,471,0.01702415,0.148991565,3182.5531649 +490,0.485104466,-0.234867441,471,0.01702415,0.148991565,2387.529391 +491,0.521367572,-0.33161327,471,0.01702415,0.148991565,2739.0022698 +1,-1.539031704,0.7349710123,472,-2.998490902,-0.158002487,6317.4432665 +2,-1.536990553,0.7349663874,472,-2.998490902,-0.158002487,6323.3287653 +3,-1.534951779,0.7349571355,472,-2.998490902,-0.158002487,6329.2055543 +4,-1.532906461,0.7349480293,472,-2.998490902,-0.158002487,6335.1029694 +5,-1.531320211,0.7346937278,472,-2.998490902,-0.158002487,6339.4963598 +6,-1.539451648,0.7335131775,472,-2.998490902,-0.158002487,6315.1309629 +7,-1.537429487,0.7335445708,472,-2.998490902,-0.158002487,6320.995998 +8,-1.535484998,0.7335658704,472,-2.998490902,-0.158002487,6326.6302529 +9,-1.533488396,0.7336036027,472,-2.998490902,-0.158002487,6332.4284721 +10,-1.531497785,0.7335842962,472,-2.998490902,-0.158002487,6338.1685338 +11,-1.530259379,0.7334777758,472,-2.998490902,-0.158002487,6341.6712633 +12,-1.5335454,0.7322346912,472,-2.998490902,-0.158002487,6331.2507184 +13,-1.531489083,0.7322238773,472,-2.998490902,-0.158002487,6337.1942227 +14,-1.530011122,0.7321679851,472,-2.998490902,-0.158002487,6341.4319151 +15,-1.53348106,0.7306614094,472,-2.998490902,-0.158002487,6330.2727015 +16,-1.531441779,0.7306962275,472,-2.998490902,-0.158002487,6336.2087635 +17,-1.529755654,0.7306933243,472,-2.998490902,-0.158002487,6341.0945519 +18,-1.533415048,0.7291384674,472,-2.998490902,-0.158002487,6329.3370558 +19,-1.531392093,0.7291705353,472,-2.998490902,-0.158002487,6335.2317702 +20,-1.529296523,0.7291214933,472,-2.998490902,-0.158002487,6341.2792892 +21,-1.535280942,0.727267644,472,-2.998490902,-0.158002487,6322.5293758 +22,-1.533378158,0.7276139666,472,-2.998490902,-0.158002487,6328.3159139 +23,-1.531340368,0.7276446587,472,-2.998490902,-0.158002487,6334.2607054 +24,-1.528960113,0.7276398177,472,-2.998490902,-0.158002487,6341.1764099 +25,-1.533313146,0.7260818349,472,-2.998490902,-0.158002487,6327.3710006 +26,-1.531259555,0.7260958115,472,-2.998490902,-0.158002487,6333.3575778 +27,-1.528926415,0.7260865555,472,-2.998490902,-0.158002487,6340.1424425 +28,-1.531226779,0.7245511789,472,-2.998490902,-0.158002487,6332.317927 +29,-1.528904772,0.7245519194,472,-2.998490902,-0.158002487,6339.0869013 +30,-1.547195875,0.7409785979,472,-2.998490902,-0.158002487,6298.5600998 +31,-1.5451475,0.740980426,472,-2.998490902,-0.158002487,6304.4329723 +32,-1.543097679,0.7409798872,472,-2.998490902,-0.158002487,6310.3097635 +33,-1.540720364,0.7409892687,472,-2.998490902,-0.158002487,6317.1350574 +34,-1.547188511,0.7395198392,472,-2.998490902,-0.158002487,6297.4509621 +35,-1.545148587,0.7395226109,472,-2.998490902,-0.158002487,6303.3081041 +36,-1.543104538,0.7395314908,472,-2.998490902,-0.158002487,6309.1833135 +37,-1.540727751,0.7395306258,472,-2.998490902,-0.158002487,6316.0083019 +38,-1.547187029,0.7380014886,472,-2.998490902,-0.158002487,6296.2786405 +39,-1.545147315,0.7380012252,472,-2.998490902,-0.158002487,6302.140912 +40,-1.54310719,0.7380060743,472,-2.998490902,-0.158002487,6308.0098628 +41,-1.540719671,0.7380068206,472,-2.998490902,-0.158002487,6314.8763829 +42,-1.547187189,0.7364799098,472,-2.998490902,-0.158002487,6295.0989409 +43,-1.545149996,0.7364853874,472,-2.998490902,-0.158002487,6300.9664467 +44,-1.543106091,0.7364823484,472,-2.998490902,-0.158002487,6306.848292 +45,-1.540717158,0.7364893901,472,-2.998490902,-0.158002487,6313.7331202 +46,-1.538663972,0.7410138672,472,-2.998490902,-0.158002487,6323.0529974 +47,-1.53695285,0.7409699132,472,-2.998490902,-0.158002487,6327.9301238 +48,-1.534910498,0.7409641297,472,-2.998490902,-0.158002487,6333.7879383 +49,-1.533145034,0.7409536636,472,-2.998490902,-0.158002487,6338.8488441 +50,-1.538681336,0.7395405883,472,-2.998490902,-0.158002487,6321.8943893 +51,-1.536999189,0.7395183096,472,-2.998490902,-0.158002487,6326.7110254 +52,-1.534923633,0.7395144222,472,-2.998490902,-0.158002487,6332.6733909 +53,-1.533267822,0.7395654306,472,-2.998490902,-0.158002487,6337.4711023 +54,-1.53867273,0.7380151077,472,-2.998490902,-0.158002487,6320.7708531 +55,-1.536980576,0.7379994392,472,-2.998490902,-0.158002487,6325.6279199 +56,-1.534931522,0.7379944961,472,-2.998490902,-0.158002487,6331.5214434 +57,-1.533387952,0.7379480264,472,-2.998490902,-0.158002487,6335.9305487 +58,-1.538682279,0.7364914363,472,-2.998490902,-0.158002487,6319.5962223 +59,-1.536980704,0.7364810563,472,-2.998490902,-0.158002487,6324.4910926 +60,-1.534935567,0.7364752065,472,-2.998490902,-0.158002487,6330.3807402 +61,-1.533042592,0.7363876366,472,-2.998490902,-0.158002487,6335.7729587 +62,-1.545143426,0.7349628011,472,-2.998490902,-0.158002487,6299.8132542 +63,-1.543105297,0.7349691947,472,-2.998490902,-0.158002487,6305.6937417 +64,-1.541064533,0.7349647152,472,-2.998490902,-0.158002487,6311.5750815 +65,-1.545411803,0.7334624714,472,-2.998490902,-0.158002487,6297.8834994 +66,-1.543446606,0.7334780896,472,-2.998490902,-0.158002487,6303.568222 +67,-1.541475327,0.7334957295,472,-2.998490902,-0.158002487,6309.2733468 +68,-1.545401939,0.731963266,472,-2.998490902,-0.158002487,6296.7565239 +69,-1.54342253,0.7319915583,472,-2.998490902,-0.158002487,6302.4996678 +70,-1.541455867,0.7320216438,472,-2.998490902,-0.158002487,6308.208518 +71,-1.545410146,0.7304422281,472,-2.998490902,-0.158002487,6295.5603349 +72,-1.543435491,0.7304713664,472,-2.998490902,-0.158002487,6301.2981429 +73,-1.541463105,0.7304997613,472,-2.998490902,-0.158002487,6307.0299954 +74,-1.545414768,0.7289194936,472,-2.998490902,-0.158002487,6294.3730018 +75,-1.543435774,0.7289538557,472,-2.998490902,-0.158002487,6300.1351435 +76,-1.541457714,0.7289765881,472,-2.998490902,-0.158002487,6305.8868632 +77,-1.539449415,0.7320555866,472,-2.998490902,-0.158002487,6314.0365035 +78,-1.537429183,0.7321097681,472,-2.998490902,-0.158002487,6319.9206865 +79,-1.535472649,0.7321497267,472,-2.998490902,-0.158002487,6325.6109201 +80,-1.539457899,0.7305333307,472,-2.998490902,-0.158002487,6312.8619827 +81,-1.537453161,0.7305750503,472,-2.998490902,-0.158002487,6318.6998837 +82,-1.535479385,0.7306124949,472,-2.998490902,-0.158002487,6324.4459507 +83,-1.53946905,0.7290102593,472,-2.998490902,-0.158002487,6311.6788426 +84,-1.537459922,0.7290417293,472,-2.998490902,-0.158002487,6317.5296606 +85,-1.535451349,0.7290890157,472,-2.998490902,-0.158002487,6323.3918258 +86,-1.535522937,0.7279887191,472,-2.998490902,-0.158002487,6322.3638053 +87,-1.539442524,0.7274735939,472,-2.998490902,-0.158002487,6310.594551 +88,-1.537424111,0.727521351,472,-2.998490902,-0.158002487,6316.4925346 +89,-1.539384641,0.7259505092,472,-2.998490902,-0.158002487,6309.6117137 +90,-1.537372391,0.7259947145,472,-2.998490902,-0.158002487,6315.4970549 +91,-1.535340789,0.7260435356,472,-2.998490902,-0.158002487,6321.443178 +92,-1.539325716,0.7244369706,472,-2.998490902,-0.158002487,6308.6393846 +93,-1.537308932,0.7244801057,472,-2.998490902,-0.158002487,6314.5449858 +94,-1.535289068,0.7245247645,472,-2.998490902,-0.158002487,6320.461757 +95,-1.533261366,0.7245550236,472,-2.998490902,-0.158002487,6326.3917491 +96,-1.539267302,0.722921924,472,-2.998490902,-0.158002487,6307.6646917 +97,-1.537248972,0.7229660258,472,-2.998490902,-0.158002487,6313.5833994 +98,-1.535219431,0.7229916471,472,-2.998490902,-0.158002487,6319.5220934 +99,-1.53318962,0.7230212049,472,-2.998490902,-0.158002487,6325.4657337 +100,-1.531154816,0.7230299897,472,-2.998490902,-0.158002487,6331.4098772 +101,-1.528878341,0.7230370244,472,-2.998490902,-0.158002487,6338.0596347 +102,-1.539218189,0.7214009878,472,-2.998490902,-0.158002487,6306.6586563 +103,-1.537198791,0.7214422745,472,-2.998490902,-0.158002487,6312.586264 +104,-1.535179266,0.7214634354,472,-2.998490902,-0.158002487,6318.5003247 +105,-1.533156501,0.7214944644,472,-2.998490902,-0.158002487,6324.4324337 +106,-1.53113574,0.7215166021,472,-2.998490902,-0.158002487,6330.3533262 +107,-1.528874248,0.7215345535,472,-2.998490902,-0.158002487,6336.9760767 +108,-1.539217656,0.7198512397,472,-2.998490902,-0.158002487,6305.4890182 +109,-1.537199919,0.7199428763,472,-2.998490902,-0.158002487,6311.4575606 +110,-1.545425832,0.727397149,472,-2.998490902,-0.158002487,6293.1670729 +111,-1.543371177,0.7273916949,472,-2.998490902,-0.158002487,6299.1260912 +112,-1.541368852,0.7274523163,472,-2.998490902,-0.158002487,6304.9850871 +113,-1.545349067,0.7258710923,472,-2.998490902,-0.158002487,6292.2132561 +114,-1.54332671,0.7258603556,472,-2.998490902,-0.158002487,6298.08247 +115,-1.541346831,0.7259242142,472,-2.998490902,-0.158002487,6303.88659 +116,-1.545324355,0.7243383958,472,-2.998490902,-0.158002487,6291.1033005 +117,-1.543292796,0.7243617413,472,-2.998490902,-0.158002487,6297.0333751 +118,-1.541295822,0.7244024384,472,-2.998490902,-0.158002487,6302.8772841 +119,-1.543193859,0.7205570215,472,-2.998490902,-0.158002487,6294.407838 +120,-1.550257047,0.7386738187,472,-2.998490902,-0.158002487,6287.984305 +121,-1.549335448,0.7311736483,472,-2.998490902,-0.158002487,6284.7745066 +122,-1.533478843,0.7179891343,472,-2.998490902,-0.158002487,6320.8926746 +123,-1.556150555,0.738907041,472,-2.998490902,-0.158002487,6271.2579631 +124,-1.554324226,0.733414257,472,-2.998490902,-0.158002487,6272.137154 +125,-1.554290846,0.7288285332,472,-2.998490902,-0.158002487,6268.5933008 +126,-1.55122487,0.7219795312,472,-2.998490902,-0.158002487,6272.0859969 +127,-1.525104458,0.7229399862,472,-2.998490902,-0.158002487,6349.0091476 +128,-1.519607711,0.7236181429,472,-2.998490902,-0.158002487,6365.5477241 +129,-1.513899999,0.7251107854,472,-2.998490902,-0.158002487,6383.2562693 +130,-1.536620762,0.7431061895,472,-2.998490902,-0.158002487,6330.4790879 +131,-1.5369566,0.7460845958,472,-2.998490902,-0.158002487,6331.7439354 +132,-1.545345528,0.7447040685,472,-2.998490902,-0.158002487,6306.7316733 +133,-1.532813921,0.7432306626,472,-2.998490902,-0.158002487,6341.477941 +134,-1.554788248,0.7382381001,472,-2.998490902,-0.158002487,6274.6336962 +135,-1.540348126,0.7301594274,472,-2.998490902,-0.158002487,6310.0006232 +136,-1.538016084,0.7239051786,472,-2.998490902,-0.158002487,6312.0529891 +137,-1.525288962,0.7258085137,472,-2.998490902,-0.158002487,6350.5347518 +138,-1.534326986,0.731241342,472,-2.998490902,-0.158002487,6328.2518286 +139,-1.530733872,0.7303625216,472,-2.998490902,-0.158002487,6338.016186 +141,-1.534354939,0.7328219978,472,-2.998490902,-0.158002487,6329.3440131 +142,-1.53157084,0.7292888153,472,-2.998490902,-0.158002487,6334.7999266 +143,-1.525691035,0.7263799874,472,-2.998490902,-0.158002487,6349.7751491 +144,-1.534031287,0.7495967835,472,-2.998490902,-0.158002487,6342.6993508 +145,-1.527714986,0.7283095957,472,-2.998490902,-0.158002487,6345.2826622 +146,-1.526189586,0.7271468292,472,-2.998490902,-0.158002487,6348.87697 +147,-1.555177336,0.7375563366,472,-2.998490902,-0.158002487,6272.974446 +148,-1.555080283,0.7312707794,472,-2.998490902,-0.158002487,6268.2519023 +149,-1.53856994,0.7224180299,472,-2.998490902,-0.158002487,6309.3181945 +150,-1.530837883,0.729933372,472,-2.998490902,-0.158002487,6337.3998879 +151,-1.515066984,0.5854133365,472,-2.998490902,-0.158002487,6281.799506 +152,-1.534731633,0.5368370046,472,-2.998490902,-0.158002487,6181.5561657 +153,-1.515231902,0.5607085576,472,-2.998490902,-0.158002487,6263.7445702 +154,-2.616253799,1.0684566605,472,-2.998490902,-0.158002487,5001.4985985 +155,-1.956071439,0.5792177723,472,-2.998490902,-0.158002487,4887.635236 +156,-1.951208514,0.5602434208,472,-2.998490902,-0.158002487,4870.4530457 +157,-1.944675062,0.6062144545,472,-2.998490902,-0.158002487,4967.2895403 +158,-1.613778386,0.6077989518,472,-2.998490902,-0.158002487,5983.6003515 +159,-2.035029014,0.6021432345,472,-2.998490902,-0.158002487,4697.9158137 +160,-2.114989471,0.6801825058,472,-2.998490902,-0.158002487,4642.9663301 +161,-2.037382079,0.5765830025,472,-2.998490902,-0.158002487,4642.423607 +162,-2.129855121,0.6585019963,472,-2.998490902,-0.158002487,4556.5027373 +163,-2.075141798,0.6493615843,472,-2.998490902,-0.158002487,4681.0878354 +164,-1.828626729,0.6948433129,472,-2.998490902,-0.158002487,5443.2754131 +165,-1.863329418,0.6735427691,472,-2.998490902,-0.158002487,5312.5239134 +166,-1.266037071,0.727988852,472,-2.998490902,-0.158002487,7114.143922 +167,-1.277579582,0.7249010648,472,-2.998490902,-0.158002487,7079.773224 +168,-1.258418684,0.7241194816,472,-2.998490902,-0.158002487,7136.5565598 +169,-1.317813974,0.6804850104,472,-2.998490902,-0.158002487,6951.582175 +170,-1.344165204,0.6790988904,472,-2.998490902,-0.158002487,6870.2238079 +171,-1.427582102,0.5277120351,472,-2.998490902,-0.158002487,6536.4758766 +172,-1.402238616,0.457167829,472,-2.998490902,-0.158002487,6586.8866891 +173,-1.422454264,0.4996161999,472,-2.998490902,-0.158002487,6538.8455554 +174,-1.439089277,0.4894859811,472,-2.998490902,-0.158002487,6475.7940846 +175,-1.448126995,0.5182330266,472,-2.998490902,-0.158002487,6461.3675632 +176,-1.474626146,0.5881926574,472,-2.998490902,-0.158002487,6415.1420249 +177,-1.421139645,0.5584869783,472,-2.998490902,-0.158002487,6574.3947511 +178,-1.457037165,0.565943032,472,-2.998490902,-0.158002487,6459.3905746 +179,-2.757159358,0.3745319,472,-2.998490902,-0.158002487,2308.7326259 +180,-2.714309238,0.342054471,472,-2.998490902,-0.158002487,2269.9260183 +181,-2.000525337,0.774119946,472,-2.998490902,-0.158002487,5127.7666201 +183,-1.571413436,0.6777838382,472,-2.998490902,-0.158002487,6176.3300497 +184,-1.552860289,0.6987663893,472,-2.998490902,-0.158002487,6248.9610008 +185,-1.521852374,0.7165827476,472,-2.998490902,-0.158002487,6353.9865473 +186,-1.503656267,0.6928968252,472,-2.998490902,-0.158002487,6391.6903884 +187,-1.502753178,0.7136205882,472,-2.998490902,-0.158002487,6408.1998337 +188,-1.631894563,0.7343596465,472,-2.998490902,-0.158002487,6050.7397597 +189,-1.653765416,0.6770714026,472,-2.998490902,-0.158002487,5928.7424966 +190,-1.719812114,0.6715965947,472,-2.998490902,-0.158002487,5726.5979917 +191,-1.493406659,0.6646955447,472,-2.998490902,-0.158002487,6404.2451666 +192,-1.469120564,0.6613469966,472,-2.998490902,-0.158002487,6477.0434566 +193,-1.590551461,0.5326612937,472,-2.998490902,-0.158002487,5991.9355406 +194,-1.625979264,0.5247742243,472,-2.998490902,-0.158002487,5866.8442899 +195,-1.572293943,0.5238808754,472,-2.998490902,-0.158002487,6045.58218 +196,-1.610848725,0.5477107964,472,-2.998490902,-0.158002487,5938.0056093 +197,-1.208485554,0.7918526018,472,-2.998490902,-0.158002487,7275.4231871 +198,-1.335601374,0.6869083083,472,-2.998490902,-0.158002487,6898.5882491 +199,-1.346156996,0.6825213377,472,-2.998490902,-0.158002487,6865.0848569 +200,-1.324381037,0.6741422347,472,-2.998490902,-0.158002487,6929.8959239 +201,-1.242424992,0.7378949807,472,-2.998490902,-0.158002487,7183.7692397 +202,-1.270370057,0.7392461008,472,-2.998490902,-0.158002487,7101.9393996 +203,-1.448950472,0.7441675014,472,-2.998490902,-0.158002487,6583.4264847 +204,-1.492662363,0.7523026852,472,-2.998490902,-0.158002487,6462.5349046 +205,-1.479098966,0.7763855017,472,-2.998490902,-0.158002487,6515.5104358 +206,-1.633760714,0.7869022408,472,-2.998490902,-0.158002487,6098.1748489 +207,-1.647406434,0.8101289331,472,-2.998490902,-0.158002487,6085.6171612 +208,-1.564245052,0.5701509278,472,-2.998490902,-0.158002487,6110.0600522 +209,-1.646289963,0.6833746083,472,-2.998490902,-0.158002487,5957.4608268 +210,-1.5820631,0.6751952144,472,-2.998490902,-0.158002487,6142.0027837 +211,-1.613236298,0.6681681791,472,-2.998490902,-0.158002487,6041.5535194 +212,-1.914661867,0.8212566515,472,-2.998490902,-0.158002487,5425.700268 +213,-1.742133237,0.7250275956,472,-2.998490902,-0.158002487,5728.4396841 +214,-2.033144872,0.6557314699,472,-2.998490902,-0.158002487,4807.5446223 +215,-2.039551981,0.6964723658,472,-2.998490902,-0.158002487,4872.2261338 +216,-1.247341019,0.7622473908,472,-2.998490902,-0.158002487,7168.8024715 +217,-1.298239787,0.7084123392,472,-2.998490902,-0.158002487,7016.2113692 +218,-1.308539688,0.6926545592,472,-2.998490902,-0.158002487,6982.4181109 +219,-1.303263185,0.6888938396,472,-2.998490902,-0.158002487,6997.8295816 +220,-1.852400229,0.6004246149,472,-2.998490902,-0.158002487,5233.9445198 +221,-1.288947707,0.7473773692,472,-2.998490902,-0.158002487,7048.3416033 +222,-1.372031502,0.7472790993,472,-2.998490902,-0.158002487,6807.2745087 +223,-1.289805721,0.7242157877,472,-2.998490902,-0.158002487,7043.4555209 +224,-1.350807603,0.7533498126,472,-2.998490902,-0.158002487,6870.3263163 +225,-1.329290365,0.7560442322,472,-2.998490902,-0.158002487,6932.9156617 +226,-1.410153004,0.616936428,472,-2.998490902,-0.158002487,6639.2332232 +227,-1.393445434,0.6308995063,472,-2.998490902,-0.158002487,6698.8715921 +228,-1.37595573,0.6241540638,472,-2.998490902,-0.158002487,6751.8899294 +229,-1.358388707,0.6172645205,472,-2.998490902,-0.158002487,6805.6709493 +230,-1.753741133,0.8281661666,472,-2.998490902,-0.158002487,5833.1919118 +231,-1.47430987,0.6834615681,472,-2.998490902,-0.158002487,6474.3274867 +232,-1.421012508,0.7222725206,472,-2.998490902,-0.158002487,6654.4177369 +233,-1.4476833,0.6978557868,472,-2.998490902,-0.158002487,6562.9228543 +234,-1.470370723,0.6966193374,472,-2.998490902,-0.158002487,6494.0286172 +235,-1.429211703,0.7037216883,472,-2.998490902,-0.158002487,6621.3542565 +236,-1.700578405,0.6178673663,472,-2.998490902,-0.158002487,5722.3268797 +237,-1.678117619,0.6331716163,472,-2.998490902,-0.158002487,5808.4950269 +238,-1.725644578,0.6316331145,472,-2.998490902,-0.158002487,5661.297883 +239,-2.14012759,0.7930497945,472,-2.998490902,-0.158002487,4844.2167376 +240,-2.103289431,0.7653606263,472,-2.998490902,-0.158002487,4863.1812561 +241,-1.318739838,0.7017808746,472,-2.998490902,-0.158002487,6953.2655123 +242,-1.396417427,0.7077900843,472,-2.998490902,-0.158002487,6721.3979216 +243,-1.35650337,0.7185539404,472,-2.998490902,-0.158002487,6844.2104664 +244,-1.248884539,0.7274156818,472,-2.998490902,-0.158002487,7164.860141 +245,-1.395014798,0.5761185243,472,-2.998490902,-0.158002487,6669.5837375 +246,-1.433377362,0.6064716109,472,-2.998490902,-0.158002487,6559.3005415 +247,-1.408172432,0.5903155476,472,-2.998490902,-0.158002487,6633.0121116 +248,-1.749645898,0.7757118084,472,-2.998490902,-0.158002487,5773.7444985 +249,-1.571626686,0.615046989,472,-2.998490902,-0.158002487,6123.2725462 +250,-1.514070049,0.6303003037,472,-2.998490902,-0.158002487,6316.6568496 +251,-1.480890369,0.6237966528,472,-2.998490902,-0.158002487,6417.2400075 +252,-1.704390658,0.5281680612,472,-2.998490902,-0.158002487,5610.6179595 +253,-1.64434733,0.5254277498,472,-2.998490902,-0.158002487,5806.3385049 +254,-1.703855997,0.4792484842,472,-2.998490902,-0.158002487,5559.8193206 +255,-1.692002383,0.5748825051,472,-2.998490902,-0.158002487,5701.6871193 +256,-1.854136457,0.5544643913,472,-2.998490902,-0.158002487,5161.8557341 +257,-1.665021206,0.520317736,472,-2.998490902,-0.158002487,5732.5859063 +258,-1.733654349,0.4845187345,472,-2.998490902,-0.158002487,5465.0130855 +259,-1.720938188,0.5135933906,472,-2.998490902,-0.158002487,5539.9450431 +260,-1.742668307,0.553296122,472,-2.998490902,-0.158002487,5514.6903104 +261,-1.965659039,0.7142126903,472,-2.998490902,-0.158002487,5100.7944114 +262,-1.944438071,0.6772834804,472,-2.998490902,-0.158002487,5091.2027356 +263,-1.270340967,0.7681487096,472,-2.998490902,-0.158002487,7103.0605764 +264,-1.353091884,0.6549276821,472,-2.998490902,-0.158002487,6835.218503 +265,-1.333236659,0.6413584414,472,-2.998490902,-0.158002487,6893.6423389 +266,-1.352015998,0.6753788907,472,-2.998490902,-0.158002487,6844.9611346 +267,-1.377988483,0.6577816235,472,-2.998490902,-0.158002487,6758.3945183 +268,-2.13075611,0.8318642051,472,-2.998490902,-0.158002487,4957.9258465 +269,-2.097910953,0.8259670014,472,-2.998490902,-0.158002487,5014.5300453 +270,-1.416382069,0.6694271549,472,-2.998490902,-0.158002487,6644.1709446 +271,-1.538905672,0.7535625993,472,-2.998490902,-0.158002487,6331.8022934 +272,-1.572309477,0.7803125099,472,-2.998490902,-0.158002487,6259.7516435 +273,-1.87759879,0.7503853417,472,-2.998490902,-0.158002487,5396.7445225 +274,1.152365588,0.590457682,472,-2.998490902,-0.158002487,8408.5212244 +275,0.350198001,0.718001859,472,-2.998490902,-0.158002487,10109.868875 +276,0.046513677,0.491503852,472,-2.998490902,-0.158002487,11074.593969 +277,0.027510309,0.742571376,472,-2.998490902,-0.158002487,10093.749931 +278,0.306285725,-0.214631579,472,-2.998490902,-0.158002487,10834.130665 +279,-1.100564889,0.318051531,472,-2.998490902,-0.158002487,7640.8575975 +280,-1.078582306,0.301437596,472,-2.998490902,-0.158002487,7720.1373635 +281,-1.137371989,-0.617634065,472,-2.998490902,-0.158002487,6775.6818476 +282,0.784356344,0.703272339,472,-2.998490902,-0.158002487,9323.0872624 +283,-1.221209947,0.218327455,472,-2.998490902,-0.158002487,7148.2714169 +284,2.347301921,-0.449114658,472,-2.998490902,-0.158002487,3698.3665608 +285,0.246820618,0.830553713,472,-2.998490902,-0.158002487,9757.1960981 +286,0.829414965,0.703288228,472,-2.998490902,-0.158002487,9207.8712304 +287,-1.337537566,0.42332223,472,-2.998490902,-0.158002487,6801.1089447 +288,0.882453706,0.454478077,472,-2.998490902,-0.158002487,9432.7254089 +289,1.575629659,0.416419109,472,-2.998490902,-0.158002487,6971.5515184 +290,-1.039455679,0.229888244,472,-2.998490902,-0.158002487,7851.3484539 +291,0.489558039,0.934482747,472,-2.998490902,-0.158002487,9175.8028425 +292,0.081344504,0.88384514,472,-2.998490902,-0.158002487,9561.6682233 +293,-1.547979814,0.300350308,472,-2.998490902,-0.158002487,5957.7507825 +294,0.040776181,0.168560074,472,-2.998490902,-0.158002487,12041.753988 +295,-1.130374745,0.563894876,472,-2.998490902,-0.158002487,7548.2213462 +296,1.578326642,0.478507176,472,-2.998490902,-0.158002487,6982.8793834 +297,-1.12861823,-0.291640865,472,-2.998490902,-0.158002487,7155.1919136 +298,0.310524208,0.770885792,472,-2.998490902,-0.158002487,9948.827129 +299,0.415649091,-0.387246002,472,-2.998490902,-0.158002487,10038.707664 +300,-0.926533878,-0.188022748,472,-2.998490902,-0.158002487,8011.9486264 +301,1.258856172,-0.11716081,472,-2.998490902,-0.158002487,7906.8123518 +302,-1.126050026,0.322941926,472,-2.998490902,-0.158002487,7546.2987186 +303,2.002785835,0.07893892,472,-2.998490902,-0.158002487,5147.0190264 +304,0.440437607,0.746258085,472,-2.998490902,-0.158002487,9895.556914 +305,-0.030391866,0.214441206,472,-2.998490902,-0.158002487,11732.603565 +306,0.521557815,-0.058929362,472,-2.998490902,-0.158002487,10720.168343 +307,-0.097005111,0.13317729,472,-2.998490902,-0.158002487,11497.796369 +308,1.83113859,0.221857587,472,-2.998490902,-0.158002487,5912.4093057 +309,0.222428864,0.099404236,472,-2.998490902,-0.158002487,12055.327723 +310,-1.702731345,0.8728568183,472,-2.998490902,-0.158002487,6016.6432072 +311,-0.418507569,0.278324921,472,-2.998490902,-0.158002487,10223.189828 +312,-1.41153306,0.339029988,472,-2.998490902,-0.158002487,6489.0186464 +313,0.357560442,0.114788776,472,-2.998490902,-0.158002487,11585.13356 +314,0.325818979,0.268352149,472,-2.998490902,-0.158002487,11612.723916 +315,-1.246004659,-0.663679965,472,-2.998490902,-0.158002487,6394.8188546 +316,1.814603087,0.637404484,472,-2.998490902,-0.158002487,6276.7882709 +317,1.843704281,-0.18300445,472,-2.998490902,-0.158002487,5608.1718979 +318,1.690644492,-0.211480909,472,-2.998490902,-0.158002487,6180.0245149 +319,-1.275451936,0.068109467,472,-2.998490902,-0.158002487,6858.9309365 +320,0.762430171,-0.207594741,472,-2.998490902,-0.158002487,9607.731983 +321,0.265668905,-0.014647884,472,-2.998490902,-0.158002487,11606.249335 +322,-2.773032013,-0.335515811,472,-2.998490902,-0.158002487,1114.3583874 +323,-1.469512853,0.174058777,472,-2.998490902,-0.158002487,6168.7970898 +324,0.286276986,0.785925691,472,-2.998490902,-0.158002487,9908.8898468 +325,-1.379324697,0.377432233,472,-2.998490902,-0.158002487,6628.1445453 +326,-1.203778265,0.212813032,472,-2.998490902,-0.158002487,7212.8533569 +327,0.579916301,0.611743168,472,-2.998490902,-0.158002487,10050.239368 +328,0.267582642,0.868113908,472,-2.998490902,-0.158002487,9601.2228626 +329,0.412869244,-0.050245578,472,-2.998490902,-0.158002487,11096.733617 +330,0.17524381,0.976660285,472,-2.998490902,-0.158002487,9199.5963966 +331,0.743157214,0.204812899,472,-2.998490902,-0.158002487,10100.104458 +332,-1.070758176,0.269382282,472,-2.998490902,-0.158002487,7742.3164722 +333,-1.230364251,0.329790229,472,-2.998490902,-0.158002487,7158.0104863 +334,-1.374813124,-0.024926835,472,-2.998490902,-0.158002487,6413.1581956 +335,0.519780566,0.463669906,472,-2.998490902,-0.158002487,10583.515319 +336,-1.55108034,0.239698561,472,-2.998490902,-0.158002487,5901.8856421 +337,0.180294813,0.029739425,472,-2.998490902,-0.158002487,11915.078718 +338,0.67820924,0.268170153,472,-2.998490902,-0.158002487,10329.054223 +339,0.445798684,1.024001867,472,-2.998490902,-0.158002487,8893.7590591 +340,0.691751283,0.150521402,472,-2.998490902,-0.158002487,10296.909975 +341,-1.036643551,-0.903056181,472,-2.998490902,-0.158002487,6656.6362821 +342,-0.120287036,1.083325163,472,-2.998490902,-0.158002487,8700.1260623 +343,2.823513113,-0.304487164,472,-2.998490902,-0.158002487,1867.8127431 +344,0.457583172,1.12513373,472,-2.998490902,-0.158002487,8513.447887 +345,0.042918831,0.813795399,472,-2.998490902,-0.158002487,9824.2433643 +346,1.196146777,-0.853142756,472,-2.998490902,-0.158002487,7031.1601999 +347,0.206001358,-0.010430701,472,-2.998490902,-0.158002487,11732.023286 +348,-0.268308653,0.234799412,472,-2.998490902,-0.158002487,10817.751971 +349,0.759363263,0.736189579,472,-2.998490902,-0.158002487,9309.0352224 +350,0.181363926,0.891988372,472,-2.998490902,-0.158002487,9533.8478242 +351,-0.021111158,0.139103292,472,-2.998490902,-0.158002487,11796.249811 +352,-0.093355215,0.630686981,472,-2.998490902,-0.158002487,10386.818208 +353,0.40118964,0.681375926,472,-2.998490902,-0.158002487,10177.525517 +354,-0.721197315,1.304706234,472,-2.998490902,-0.158002487,7513.7665166 +355,-1.076150317,0.212107639,472,-2.998490902,-0.158002487,7704.2765312 +356,-1.577164531,0.273993443,472,-2.998490902,-0.158002487,5829.1452692 +357,-0.190788414,0.182208586,472,-2.998490902,-0.158002487,11137.085774 +358,-0.261349752,0.209710184,472,-2.998490902,-0.158002487,10856.110016 +359,-1.029303852,0.083549259,472,-2.998490902,-0.158002487,7829.9183576 +360,-1.268609162,0.330525297,472,-2.998490902,-0.158002487,7015.6186688 +361,1.282982244,-0.926641967,472,-2.998490902,-0.158002487,6705.9760392 +362,0.217352334,0.731352408,472,-2.998490902,-0.158002487,10158.06413 +363,-1.511833084,0.258629297,472,-2.998490902,-0.158002487,6063.4811081 +364,0.338812194,0.823184618,472,-2.998490902,-0.158002487,9727.8585246 +365,-0.324406489,1.134201999,472,-2.998490902,-0.158002487,8366.5427141 +366,1.389579348,0.399185724,472,-2.998490902,-0.158002487,7642.9458579 +367,2.047152199,-0.039082036,472,-2.998490902,-0.158002487,4894.2465427 +368,0.947780369,0.568250077,472,-2.998490902,-0.158002487,9086.4689838 +369,0.763824846,0.576754987,472,-2.998490902,-0.158002487,9636.5041 +370,-0.142334657,0.928153068,472,-2.998490902,-0.158002487,9259.3544791 +371,0.610266567,0.547265983,472,-2.998490902,-0.158002487,10134.671231 +372,0.210731629,0.746815056,472,-2.998490902,-0.158002487,10099.772232 +373,-1.34931644,0.316895224,472,-2.998490902,-0.158002487,6708.385769 +374,2.407696481,0.655030745,472,-2.998490902,-0.158002487,4570.5191119 +375,0.64207831,0.545359131,472,-2.998490902,-0.158002487,10050.694757 +376,1.174597538,0.840588356,472,-2.998490902,-0.158002487,8095.2263469 +377,0.660059424,0.010604079,472,-2.998490902,-0.158002487,10323.546028 +378,-0.730263819,0.010486456,472,-2.998490902,-0.158002487,8951.5655061 +379,0.831068936,0.512339172,472,-2.998490902,-0.158002487,9534.0499593 +380,1.301180979,0.72367476,472,-2.998490902,-0.158002487,7856.3368183 +381,1.811128231,0.322854402,472,-2.998490902,-0.158002487,6059.5063707 +382,0.435105812,0.992284428,472,-2.998490902,-0.158002487,9018.6882825 +383,0.62643634,0.592027932,472,-2.998490902,-0.158002487,9984.8343903 +384,0.492988703,-0.516339467,472,-2.998490902,-0.158002487,9457.9958807 +385,-0.162469483,0.112549365,472,-2.998490902,-0.158002487,11231.292788 +386,0.314630866,0.472006421,472,-2.998490902,-0.158002487,11043.978512 +387,0.166744804,0.822815954,472,-2.998490902,-0.158002487,9809.3172636 +388,0.417159608,0.965805736,472,-2.998490902,-0.158002487,9130.8012061 +389,0.106334961,0.868774244,472,-2.998490902,-0.158002487,9625.8659568 +390,0.815086969,-0.338144359,472,-2.998490902,-0.158002487,9166.9748794 +391,0.59867455,-0.230624824,472,-2.998490902,-0.158002487,10081.602546 +392,1.915104874,0.066220985,472,-2.998490902,-0.158002487,5478.7746464 +393,1.278093622,0.064463721,472,-2.998490902,-0.158002487,7965.6931514 +394,-0.061477853,0.302997961,472,-2.998490902,-0.158002487,11468.737444 +395,0.251311504,0.626976942,472,-2.998490902,-0.158002487,10545.657344 +396,2.950242872,0.149095644,472,-2.998490902,-0.158002487,1794.6551501 +397,-0.180294708,0.35375117,472,-2.998490902,-0.158002487,10984.337925 +398,1.010448592,-0.351180233,472,-2.998490902,-0.158002487,8508.2119897 +399,-1.748740498,0.3686318073,472,-2.998490902,-0.158002487,5286.3935786 +400,2.699635665,0.123533791,472,-2.998490902,-0.158002487,2564.4943327 +401,0.496808033,0.823843254,472,-2.998490902,-0.158002487,9550.4706856 +402,0.129574704,0.763364087,472,-2.998490902,-0.158002487,10045.556861 +403,1.798920311,0.817447563,472,-2.998490902,-0.158002487,6449.4092991 +404,0.335987953,0.746786541,472,-2.998490902,-0.158002487,10017.482002 +405,-1.085413643,0.292154671,472,-2.998490902,-0.158002487,7692.2248754 +406,-0.155321003,0.508207011,472,-2.998490902,-0.158002487,10668.000557 +407,0.620529244,-0.301175104,472,-2.998490902,-0.158002487,9835.8508725 +408,1.684402744,0.368716966,472,-2.998490902,-0.158002487,6554.5508707 +409,0.300582244,-0.386397212,472,-2.998490902,-0.158002487,10202.411855 +410,2.913555946,-0.009225192,472,-2.998490902,-0.158002487,1577.6928714 +411,1.465101417,0.493232532,472,-2.998490902,-0.158002487,7381.9185626 +412,0.090612882,0.907955955,472,-2.998490902,-0.158002487,9468.4223759 +413,2.987564726,-0.729568594,472,-2.998490902,-0.158002487,2490.2574762 +414,-1.484261606,0.224149272,472,-2.998490902,-0.158002487,6144.8323262 +415,0.164073421,0.303955133,472,-2.998490902,-0.158002487,11860.113849 +416,0.141441293,0.167552546,472,-2.998490902,-0.158002487,12405.468002 +417,2.931321023,-0.506718887,472,-2.998490902,-0.158002487,1905.862968 +418,2.21951565,0.700596356,472,-2.998490902,-0.158002487,5162.7945234 +419,0.268112576,1.199114336,472,-2.998490902,-0.158002487,8307.1698964 +420,0.978913739,0.359223811,472,-2.998490902,-0.158002487,9158.3214987 +421,1.210898818,0.522863584,472,-2.998490902,-0.158002487,8254.9466501 +422,2.347397336,0.129231362,472,-2.998490902,-0.158002487,3870.226646 +423,0.614394501,0.556878345,472,-2.998490902,-0.158002487,10100.913117 +424,-1.398079356,0.148483366,472,-2.998490902,-0.158002487,6428.7736368 +425,2.535303836,-0.112984496,472,-2.998490902,-0.158002487,2944.9401793 +426,-1.019372593,-0.405322349,472,-2.998490902,-0.158002487,7421.7890325 +427,-1.297785627,-0.160104069,472,-2.998490902,-0.158002487,6623.5039949 +428,2.144554488,0.205051084,472,-2.998490902,-0.158002487,4713.8790524 +429,-2.242387083,-0.426171285,472,-2.998490902,-0.158002487,3042.4249091 +430,0.338637212,0.909723676,472,-2.998490902,-0.158002487,9399.8564521 +431,-0.148798452,0.691042401,472,-2.998490902,-0.158002487,10093.614457 +432,0.893524764,0.441829531,472,-2.998490902,-0.158002487,9406.9790103 +433,0.969229347,-0.368847936,472,-2.998490902,-0.158002487,8612.4593084 +434,0.436043248,0.800045688,472,-2.998490902,-0.158002487,9712.739767 +435,1.687946607,1.081504775,472,-2.998490902,-0.158002487,6822.0425127 +436,0.522302046,-0.034889271,472,-2.998490902,-0.158002487,10763.34452 +437,-0.178996113,-0.438090009,472,-2.998490902,-0.158002487,9775.4945238 +438,-1.094339566,0.301444068,472,-2.998490902,-0.158002487,7660.6319248 +439,-1.064070054,0.242569932,472,-2.998490902,-0.158002487,7760.535564 +440,-1.068153768,0.230387998,472,-2.998490902,-0.158002487,7741.1526003 +441,-3.00496892,-0.23989155,472,-2.998490902,-0.158002487,325.33578682 +442,0.21751974,0.766874888,472,-2.998490902,-0.158002487,10018.507726 +443,0.117229532,0.007619006,472,-2.998490902,-0.158002487,11839.504467 +444,0.777758451,0.420554741,472,-2.998490902,-0.158002487,9830.8535654 +445,-0.252356999,0.250747086,472,-2.998490902,-0.158002487,10867.668964 +446,0.363148444,0.768483434,472,-2.998490902,-0.158002487,9909.8457877 +447,0.903191366,-0.118210676,472,-2.998490902,-0.158002487,9250.2089058 +448,-0.205755923,0.149406178,472,-2.998490902,-0.158002487,11078.05823 +449,1.811996086,0.02364353,472,-2.998490902,-0.158002487,5853.1221761 +450,-1.100670221,0.314845373,472,-2.998490902,-0.158002487,7639.7728527 +451,0.340078597,0.850105132,472,-2.998490902,-0.158002487,9625.1167195 +452,0.258757267,0.804969236,472,-2.998490902,-0.158002487,9851.3122398 +453,2.78505352,-0.155160804,472,-2.998490902,-0.158002487,1954.3906642 +454,0.800551619,0.105822106,472,-2.998490902,-0.158002487,9855.2004569 +455,0.437940882,-0.506194031,472,-2.998490902,-0.158002487,9581.9524738 +456,2.230431122,0.63458615,472,-2.998490902,-0.158002487,5017.1751723 +457,0.527965361,0.127667701,472,-2.998490902,-0.158002487,10930.403897 +458,-0.063643205,0.702093448,472,-2.998490902,-0.158002487,10168.819004 +459,1.408447268,0.133010502,472,-2.998490902,-0.158002487,7492.1756274 +460,0.523795955,0.280266966,472,-2.998490902,-0.158002487,10895.762366 +461,-0.975769313,0.072177659,472,-2.998490902,-0.158002487,8033.0935723 +462,0.549774164,-0.463663986,472,-2.998490902,-0.158002487,9526.8474471 +463,0.29245874,1.095549818,472,-2.998490902,-0.158002487,8705.5609654 +464,0.143625958,0.816809593,472,-2.998490902,-0.158002487,9834.312953 +465,0.671902494,0.611159853,472,-2.998490902,-0.158002487,9820.6072867 +466,1.239840988,0.6724199,472,-2.998490902,-0.158002487,8073.8275216 +467,0.607829703,-0.10932137,472,-2.998490902,-0.158002487,10325.509737 +468,1.763020906,0.263996692,472,-2.998490902,-0.158002487,6199.1346777 +469,0.378714634,0.726066797,472,-2.998490902,-0.158002487,10047.713873 +470,2.196736143,-0.153862366,472,-2.998490902,-0.158002487,4251.4227441 +471,0.01702415,0.148991565,472,-2.998490902,-0.158002487,11949.047208 +472,-2.998490902,-0.158002487,472,-2.998490902,-0.158002487,0 +473,-3.051262951,-0.346595608,472,-2.998490902,-0.158002487,773.86001322 +474,-1.069176439,0.182802941,472,-2.998490902,-0.158002487,7720.3905107 +475,0.167157509,0.595344954,472,-2.998490902,-0.158002487,10709.323891 +476,0.613855648,0.681746124,472,-2.998490902,-0.158002487,9781.8480515 +477,1.037012736,0.682555367,472,-2.998490902,-0.158002487,8668.9887253 +478,-1.253574971,0.379755746,472,-2.998490902,-0.158002487,7089.2528741 +479,3.108590453,-0.132620738,472,-2.998490902,-0.158002487,697.44200787 +480,0.565301296,0.022333262,472,-2.998490902,-0.158002487,10695.109405 +481,0.547898238,0.855555614,472,-2.998490902,-0.158002487,9372.1230728 +482,0.948309381,0.417393755,472,-2.998490902,-0.158002487,9234.7022745 +483,-0.050600732,0.945269213,472,-2.998490902,-0.158002487,9265.4721169 +484,-0.977651478,-0.572363064,472,-2.998490902,-0.158002487,7329.118811 +485,1.102014914,0.728861163,472,-2.998490902,-0.158002487,8424.8791795 +486,2.927300795,-0.282939414,472,-2.998490902,-0.158002487,1466.0275376 +487,-1.154565557,0.124434095,472,-2.998490902,-0.158002487,7361.9468895 +488,1.855331234,0.291044755,472,-2.998490902,-0.158002487,5872.1057676 +489,0.830290659,0.276904518,472,-2.998490902,-0.158002487,9748.8862382 +490,0.485104466,-0.234867441,472,-2.998490902,-0.158002487,10387.092043 +491,0.521367572,-0.33161327,472,-2.998490902,-0.158002487,10005.98581 +1,-1.539031704,0.7349710123,473,-3.051262951,-0.346595608,6966.8163992 +2,-1.536990553,0.7349663874,473,-3.051262951,-0.346595608,6972.5447569 +3,-1.534951779,0.7349571355,473,-3.051262951,-0.346595608,6978.2633864 +4,-1.532906461,0.7349480293,473,-3.051262951,-0.346595608,6984.0029131 +5,-1.531320211,0.7346937278,473,-3.051262951,-0.346595608,6988.1723137 +6,-1.539451648,0.7335131775,473,-3.051262951,-0.346595608,6963.9365372 +7,-1.537429487,0.7335445708,473,-3.051262951,-0.346595608,6969.6599409 +8,-1.535484998,0.7335658704,473,-3.051262951,-0.346595608,6975.1550225 +9,-1.533488396,0.7336036027,473,-3.051262951,-0.346595608,6980.8175801 +10,-1.531497785,0.7335842962,473,-3.051262951,-0.346595608,6986.3995693 +11,-1.530259379,0.7334777758,473,-3.051262951,-0.346595608,6989.7651984 +12,-1.5335454,0.7322346912,473,-3.051262951,-0.346595608,6979.0783242 +13,-1.531489083,0.7322238773,473,-3.051262951,-0.346595608,6984.8616985 +14,-1.530011122,0.7321679851,473,-3.051262951,-0.346595608,6988.9647963 +15,-1.53348106,0.7306614094,473,-3.051262951,-0.346595608,6977.4437429 +16,-1.531441779,0.7306962275,473,-3.051262951,-0.346595608,6983.2392359 +17,-1.529755654,0.7306933243,473,-3.051262951,-0.346595608,6987.9961962 +18,-1.533415048,0.7291384674,473,-3.051262951,-0.346595608,6975.8708117 +19,-1.531392093,0.7291705353,473,-3.051262951,-0.346595608,6981.6244525 +20,-1.529296523,0.7291214933,473,-3.051262951,-0.346595608,6987.4923488 +21,-1.535280942,0.727267644,473,-3.051262951,-0.346595608,6968.4283583 +22,-1.533378158,0.7276139666,473,-3.051262951,-0.346595608,6974.2125512 +23,-1.531340368,0.7276446587,473,-3.051262951,-0.346595608,6980.0139485 +24,-1.528960113,0.7276398177,473,-3.051262951,-0.346595608,6986.7461173 +25,-1.533313146,0.7260818349,473,-3.051262951,-0.346595608,6972.6237609 +26,-1.531259555,0.7260958115,473,-3.051262951,-0.346595608,6978.4581333 +27,-1.528926415,0.7260865555,473,-3.051262951,-0.346595608,6985.0604603 +28,-1.531226779,0.7245511789,473,-3.051262951,-0.346595608,6976.7697883 +29,-1.528904772,0.7245519194,473,-3.051262951,-0.346595608,6983.3605098 +30,-1.547195875,0.7409785979,473,-3.051262951,-0.346595608,6951.0087528 +31,-1.5451475,0.740980426,473,-3.051262951,-0.346595608,6956.7263707 +32,-1.543097679,0.7409798872,473,-3.051262951,-0.346595608,6962.4475437 +33,-1.540720364,0.7409892687,473,-3.051262951,-0.346595608,6969.0973158 +34,-1.547188511,0.7395198392,473,-3.051262951,-0.346595608,6949.3067283 +35,-1.545148587,0.7395226109,473,-3.051262951,-0.346595608,6955.0090104 +36,-1.543104538,0.7395314908,473,-3.051262951,-0.346595608,6960.7322386 +37,-1.540727751,0.7395306258,473,-3.051262951,-0.346595608,6967.3768387 +38,-1.547187029,0.7380014886,473,-3.051262951,-0.346595608,6947.5164202 +39,-1.545147315,0.7380012252,473,-3.051262951,-0.346595608,6953.2219509 +40,-1.54310719,0.7380060743,473,-3.051262951,-0.346595608,6958.9369191 +41,-1.540719671,0.7380068206,473,-3.051262951,-0.346595608,6965.6221214 +42,-1.547187189,0.7364799098,473,-3.051262951,-0.346595608,6945.7161659 +43,-1.545149996,0.7364853874,473,-3.051262951,-0.346595608,6951.4288069 +44,-1.543106091,0.7364823484,473,-3.051262951,-0.346595608,6957.1524955 +45,-1.540717158,0.7364893901,473,-3.051262951,-0.346595608,6963.857703 +46,-1.538663972,0.7410138672,473,-3.051262951,-0.346595608,6974.8709219 +47,-1.53695285,0.7409699132,473,-3.051262951,-0.346595608,6979.6022401 +48,-1.534910498,0.7409641297,473,-3.051262951,-0.346595608,6985.3056848 +49,-1.533145034,0.7409536636,473,-3.051262951,-0.346595608,6990.2314827 +50,-1.538681336,0.7395405883,473,-3.051262951,-0.346595608,6973.1127488 +51,-1.536999189,0.7395183096,473,-3.051262951,-0.346595608,6977.7940273 +52,-1.534923633,0.7395144222,473,-3.051262951,-0.346595608,6983.5996745 +53,-1.533267822,0.7395654306,473,-3.051262951,-0.346595608,6988.2950385 +54,-1.53867273,0.7380151077,473,-3.051262951,-0.346595608,6971.3650382 +55,-1.536980576,0.7379994392,473,-3.051262951,-0.346595608,6976.0881395 +56,-1.534931522,0.7379944961,473,-3.051262951,-0.346595608,6981.8258318 +57,-1.533387952,0.7379480264,473,-3.051262951,-0.346595608,6986.1004774 +58,-1.538682279,0.7364914363,473,-3.051262951,-0.346595608,6969.5669548 +59,-1.536980704,0.7364810563,473,-3.051262951,-0.346595608,6974.3287541 +60,-1.534935567,0.7364752065,473,-3.051262951,-0.346595608,6980.0618286 +61,-1.533042592,0.7363876366,473,-3.051262951,-0.346595608,6985.2759615 +62,-1.545143426,0.7349628011,473,-3.051262951,-0.346595608,6949.6520878 +63,-1.543105297,0.7349691947,473,-3.051262951,-0.346595608,6955.3780652 +64,-1.541064533,0.7349647152,473,-3.051262951,-0.346595608,6961.1009405 +65,-1.545411803,0.7334624714,473,-3.051262951,-0.346595608,6947.1278973 +66,-1.543446606,0.7334780896,473,-3.051262951,-0.346595608,6952.6667956 +67,-1.541475327,0.7334957295,473,-3.051262951,-0.346595608,6958.2271293 +68,-1.545401939,0.731963266,473,-3.051262951,-0.346595608,6945.3840969 +69,-1.54342253,0.7319915583,473,-3.051262951,-0.346595608,6950.9849187 +70,-1.541455867,0.7320216438,473,-3.051262951,-0.346595608,6956.5538615 +71,-1.545410146,0.7304422281,473,-3.051262951,-0.346595608,6943.5621543 +72,-1.543435491,0.7304713664,473,-3.051262951,-0.346595608,6949.1577373 +73,-1.541463105,0.7304997613,473,-3.051262951,-0.346595608,6954.7479233 +74,-1.545414768,0.7289194936,473,-3.051262951,-0.346595608,6941.7467164 +75,-1.543435774,0.7289538557,473,-3.051262951,-0.346595608,6947.3678337 +76,-1.541457714,0.7289765881,473,-3.051262951,-0.346595608,6952.9744852 +77,-1.539449415,0.7320555866,473,-3.051262951,-0.346595608,6962.2411552 +78,-1.537429183,0.7321097681,473,-3.051262951,-0.346595608,6967.9926662 +79,-1.535472649,0.7321497267,473,-3.051262951,-0.346595608,6973.5499467 +80,-1.539457899,0.7305333307,473,-3.051262951,-0.346595608,6960.4385365 +81,-1.537453161,0.7305750503,473,-3.051262951,-0.346595608,6966.1391895 +82,-1.535479385,0.7306124949,473,-3.051262951,-0.346595608,6971.7493314 +83,-1.53946905,0.7290102593,473,-3.051262951,-0.346595608,6958.6257955 +84,-1.537459922,0.7290417293,473,-3.051262951,-0.346595608,6964.3341573 +85,-1.535451349,0.7290890157,473,-3.051262951,-0.346595608,6970.0611961 +86,-1.535522937,0.7279887191,473,-3.051262951,-0.346595608,6968.5814887 +87,-1.539442524,0.7274735939,473,-3.051262951,-0.346595608,6956.9019521 +88,-1.537424111,0.727521351,473,-3.051262951,-0.346595608,6962.6629092 +89,-1.539384641,0.7259505092,473,-3.051262951,-0.346595608,6955.2813453 +90,-1.537372391,0.7259947145,473,-3.051262951,-0.346595608,6961.028067 +91,-1.535340789,0.7260435356,473,-3.051262951,-0.346595608,6966.8367307 +92,-1.539325716,0.7244369706,473,-3.051262951,-0.346595608,6953.6737355 +93,-1.537308932,0.7244801057,473,-3.051262951,-0.346595608,6959.4393253 +94,-1.535289068,0.7245247645,473,-3.051262951,-0.346595608,6965.2172207 +95,-1.533261366,0.7245550236,473,-3.051262951,-0.346595608,6971.002449 +96,-1.539267302,0.722921924,473,-3.051262951,-0.346595608,6952.0617786 +97,-1.537248972,0.7229660258,473,-3.051262951,-0.346595608,6957.8401639 +98,-1.535219431,0.7229916471,473,-3.051262951,-0.346595608,6963.6306602 +99,-1.53318962,0.7230212049,473,-3.051262951,-0.346595608,6969.4284681 +100,-1.531154816,0.7230299897,473,-3.051262951,-0.346595608,6975.2184145 +101,-1.528878341,0.7230370244,473,-3.051262951,-0.346595608,6981.6953498 +102,-1.539218189,0.7214009878,473,-3.051262951,-0.346595608,6950.4153541 +103,-1.537198791,0.7214422745,473,-3.051262951,-0.346595608,6956.2007744 +104,-1.535179266,0.7214634354,473,-3.051262951,-0.346595608,6961.9649308 +105,-1.533156501,0.7214944644,473,-3.051262951,-0.346595608,6967.751755 +106,-1.53113574,0.7215166021,473,-3.051262951,-0.346595608,6973.5245164 +107,-1.528874248,0.7215345535,473,-3.051262951,-0.346595608,6979.9794816 +108,-1.539217656,0.7198512397,473,-3.051262951,-0.346595608,6948.5956939 +109,-1.537199919,0.7199428763,473,-3.051262951,-0.346595608,6954.4427077 +110,-1.545425832,0.727397149,473,-3.051262951,-0.346595608,6939.9119806 +111,-1.543371177,0.7273916949,473,-3.051262951,-0.346595608,6945.7069049 +112,-1.541368852,0.7274523163,473,-3.051262951,-0.346595608,6951.4340361 +113,-1.545349067,0.7258710923,473,-3.051262951,-0.346595608,6938.3194891 +114,-1.54332671,0.7258603556,473,-3.051262951,-0.346595608,6944.0243115 +115,-1.541346831,0.7259242142,473,-3.051262951,-0.346595608,6949.6990896 +116,-1.545324355,0.7243383958,473,-3.051262951,-0.346595608,6936.570812 +117,-1.543292796,0.7243617413,473,-3.051262951,-0.346595608,6942.3492883 +118,-1.541295822,0.7244024384,473,-3.051262951,-0.346595608,6948.052287 +119,-1.543193859,0.7205570215,473,-3.051262951,-0.346595608,6938.1275422 +120,-1.550257047,0.7386738187,473,-3.051262951,-0.346595608,6939.7324821 +121,-1.549335448,0.7311736483,473,-3.051262951,-0.346595608,6933.3856892 +122,-1.533478843,0.7179891343,473,-3.051262951,-0.346595608,6962.7608718 +123,-1.556150555,0.738907041,473,-3.051262951,-0.346595608,6923.5592862 +124,-1.554324226,0.733414257,473,-3.051262951,-0.346595608,6922.0604983 +125,-1.554290846,0.7288285332,473,-3.051262951,-0.346595608,6916.6340628 +126,-1.55122487,0.7219795312,473,-3.051262951,-0.346595608,6917.0463487 +127,-1.525104458,0.7229399862,473,-3.051262951,-0.346595608,6992.3146032 +128,-1.519607711,0.7236181429,473,-3.051262951,-0.346595608,7008.7221883 +129,-1.513899999,0.7251107854,473,-3.051262951,-0.346595608,7026.634711 +130,-1.536620762,0.7431061895,473,-3.051262951,-0.346595608,6982.99638 +131,-1.5369566,0.7460845958,473,-3.051262951,-0.346595608,6985.4942098 +132,-1.545345528,0.7447040685,473,-3.051262951,-0.346595608,6960.5477806 +133,-1.532813921,0.7432306626,473,-3.051262951,-0.346595608,6993.7651027 +134,-1.554788248,0.7382381001,473,-3.051262951,-0.346595608,6926.557343 +135,-1.540348126,0.7301594274,473,-3.051262951,-0.346595608,6957.4914362 +136,-1.538016084,0.7239051786,473,-3.051262951,-0.346595608,6956.7625836 +137,-1.525288962,0.7258085137,473,-3.051262951,-0.346595608,6995.0595413 +138,-1.534326986,0.731241342,473,-3.051262951,-0.346595608,6975.7276723 +139,-1.530733872,0.7303625216,473,-3.051262951,-0.346595608,6984.8544133 +141,-1.534354939,0.7328219978,473,-3.051262951,-0.346595608,6977.4758823 +142,-1.53157084,0.7292888153,473,-3.051262951,-0.346595608,6981.255421 +143,-1.525691035,0.7263799874,473,-3.051262951,-0.346595608,6994.5699089 +144,-1.534031287,0.7495967835,473,-3.051262951,-0.346595608,6997.6551765 +145,-1.527714986,0.7283095957,473,-3.051262951,-0.346595608,6991.0374454 +146,-1.526189586,0.7271468292,473,-3.051262951,-0.346595608,6994.0304797 +147,-1.555177336,0.7375563366,473,-3.051262951,-0.346595608,6924.6519127 +148,-1.555080283,0.7312707794,473,-3.051262951,-0.346595608,6917.3583277 +149,-1.53856994,0.7224180299,473,-3.051262951,-0.346595608,6953.4495418 +150,-1.530837883,0.729933372,473,-3.051262951,-0.346595608,6984.0676639 +151,-1.515066984,0.5854133365,473,-3.051262951,-0.346595608,6860.7452525 +152,-1.534731633,0.5368370046,473,-3.051262951,-0.346595608,6737.8816895 +153,-1.515231902,0.5607085576,473,-3.051262951,-0.346595608,6830.1909258 +154,-2.616253799,1.0684566605,473,-3.051262951,-0.346595608,5773.6127835 +155,-1.956071439,0.5792177723,473,-3.051262951,-0.346595608,5527.311278 +156,-1.951208514,0.5602434208,473,-3.051262951,-0.346595608,5501.606987 +157,-1.944675062,0.6062144545,473,-3.051262951,-0.346595608,5615.4607627 +158,-1.613778386,0.6077989518,473,-3.051262951,-0.346595608,6584.3234672 +159,-2.035029014,0.6021432345,473,-3.051262951,-0.346595608,5360.5820792 +160,-2.114989471,0.6801825058,473,-3.051262951,-0.346595608,5344.0556541 +161,-2.037382079,0.5765830025,473,-3.051262951,-0.346595608,5296.2492833 +162,-2.129855121,0.6585019963,473,-3.051262951,-0.346595608,5253.9528317 +163,-2.075141798,0.6493615843,473,-3.051262951,-0.346595608,5366.5602708 +164,-1.828626729,0.6948433129,473,-3.051262951,-0.346595608,6107.0808191 +165,-1.863329418,0.6735427691,473,-3.051262951,-0.346595608,5973.2425822 +166,-1.266037071,0.727988852,473,-3.051262951,-0.346595608,7746.3543178 +167,-1.277579582,0.7249010648,473,-3.051262951,-0.346595608,7710.8454469 +168,-1.258418684,0.7241194816,473,-3.051262951,-0.346595608,7766.7665761 +169,-1.317813974,0.6804850104,473,-3.051262951,-0.346595608,7562.883498 +170,-1.344165204,0.6790988904,473,-3.051262951,-0.346595608,7482.1058318 +171,-1.427582102,0.5277120351,473,-3.051262951,-0.346595608,7076.2286627 +172,-1.402238616,0.457167829,473,-3.051262951,-0.346595608,7083.8853535 +173,-1.422454264,0.4996161999,473,-3.051262951,-0.346595608,7062.4513697 +174,-1.439089277,0.4894859811,473,-3.051262951,-0.346595608,6995.478775 +175,-1.448126995,0.5182330266,473,-3.051262951,-0.346595608,6998.0322019 +176,-1.474626146,0.5881926574,473,-3.051262951,-0.346595608,6991.4432263 +177,-1.421139645,0.5584869783,473,-3.051262951,-0.346595608,7130.1991231 +178,-1.457037165,0.565943032,473,-3.051262951,-0.346595608,7022.5302658 +179,-2.757159358,0.3745319,473,-3.051262951,-0.346595608,3075.1156419 +180,-2.714309238,0.342054471,473,-3.051262951,-0.346595608,3025.0344158 +181,-2.000525337,0.774119946,473,-3.051262951,-0.346595608,5838.2321845 +183,-1.571413436,0.6777838382,473,-3.051262951,-0.346595608,6804.2026874 +184,-1.552860289,0.6987663893,473,-3.051262951,-0.346595608,6884.2473488 +185,-1.521852374,0.7165827476,473,-3.051262951,-0.346595608,6994.3515001 +186,-1.503656267,0.6928968252,473,-3.051262951,-0.346595608,7020.3468644 +187,-1.502753178,0.7136205882,473,-3.051262951,-0.346595608,7045.8487284 +188,-1.631894563,0.7343596465,473,-3.051262951,-0.346595608,6707.6664825 +189,-1.653765416,0.6770714026,473,-3.051262951,-0.346595608,6564.6660306 +190,-1.719812114,0.6715965947,473,-3.051262951,-0.346595608,6367.8224808 +191,-1.493406659,0.6646955447,473,-3.051262951,-0.346595608,7019.3130752 +192,-1.469120564,0.6613469966,473,-3.051262951,-0.346595608,7088.585605 +193,-1.590551461,0.5326612937,473,-3.051262951,-0.346595608,6553.0286574 +194,-1.625979264,0.5247742243,473,-3.051262951,-0.346595608,6428.6583388 +195,-1.572293943,0.5238808754,473,-3.051262951,-0.346595608,6599.7955474 +196,-1.610848725,0.5477107964,473,-3.051262951,-0.346595608,6509.341291 +197,-1.208485554,0.7918526018,473,-3.051262951,-0.346595608,7935.5394883 +198,-1.335601374,0.6869083083,473,-3.051262951,-0.346595608,7513.8182779 +199,-1.346156996,0.6825213377,473,-3.051262951,-0.346595608,7478.7188155 +200,-1.324381037,0.6741422347,473,-3.051262951,-0.346595608,7538.39495 +201,-1.242424992,0.7378949807,473,-3.051262951,-0.346595608,7820.0862079 +202,-1.270370057,0.7392461008,473,-3.051262951,-0.346595608,7739.4670614 +203,-1.448950472,0.7441675014,473,-3.051262951,-0.346595608,7230.5662785 +204,-1.492662363,0.7523026852,473,-3.051262951,-0.346595608,7115.7579991 +205,-1.479098966,0.7763855017,473,-3.051262951,-0.346595608,7177.6344899 +206,-1.633760714,0.7869022408,473,-3.051262951,-0.346595608,6774.95499 +207,-1.647406434,0.8101289331,473,-3.051262951,-0.346595608,6771.5949766 +208,-1.564245052,0.5701509278,473,-3.051262951,-0.346595608,6686.8244939 +209,-1.646289963,0.6833746083,473,-3.051262951,-0.346595608,6595.2171743 +210,-1.5820631,0.6751952144,473,-3.051262951,-0.346595608,6769.7622951 +211,-1.613236298,0.6681681791,473,-3.051262951,-0.346595608,6669.3831067 +212,-1.914661867,0.8212566515,473,-3.051262951,-0.346595608,6139.104391 +213,-1.742133237,0.7250275956,473,-3.051262951,-0.346595608,6392.940113 +214,-2.033144872,0.6557314699,473,-3.051262951,-0.346595608,5488.0325667 +215,-2.039551981,0.6964723658,473,-3.051262951,-0.346595608,5566.293852 +216,-1.247341019,0.7622473908,473,-3.051262951,-0.346595608,7816.2919666 +217,-1.298239787,0.7084123392,473,-3.051262951,-0.346595608,7640.1724935 +218,-1.308539688,0.6926545592,473,-3.051262951,-0.346595608,7599.2306232 +219,-1.303263185,0.6888938396,473,-3.051262951,-0.346595608,7612.6099189 +220,-1.852400229,0.6004246149,473,-3.051262951,-0.346595608,5864.5676155 +221,-1.288947707,0.7473773692,473,-3.051262951,-0.346595608,7690.0339738 +222,-1.372031502,0.7472790993,473,-3.051262951,-0.346595608,7451.8330443 +223,-1.289805721,0.7242157877,473,-3.051262951,-0.346595608,7674.5656843 +224,-1.350807603,0.7533498126,473,-3.051262951,-0.346595608,7516.6679833 +225,-1.329290365,0.7560442322,473,-3.051262951,-0.346595608,7579.6658086 +226,-1.410153004,0.616936428,473,-3.051262951,-0.346595608,7224.530401 +227,-1.393445434,0.6308995063,473,-3.051262951,-0.346595608,7289.9721963 +228,-1.37595573,0.6241540638,473,-3.051262951,-0.346595608,7338.3653445 +229,-1.358388707,0.6172645205,473,-3.051262951,-0.346595608,7387.4288813 +230,-1.753741133,0.8281661666,473,-3.051262951,-0.346595608,6533.585048 +231,-1.47430987,0.6834615681,473,-3.051262951,-0.346595608,7096.4821883 +232,-1.421012508,0.7222725206,473,-3.051262951,-0.346595608,7290.4541488 +233,-1.4476833,0.6978557868,473,-3.051262951,-0.346595608,7189.702353 +234,-1.470370723,0.6966193374,473,-3.051262951,-0.346595608,7121.8329455 +235,-1.429211703,0.7037216883,473,-3.051262951,-0.346595608,7249.5836951 +236,-1.700578405,0.6178673663,473,-3.051262951,-0.346595608,6338.3870418 +237,-1.678117619,0.6331716163,473,-3.051262951,-0.346595608,6428.4347437 +238,-1.725644578,0.6316331145,473,-3.051262951,-0.346595608,6286.6120824 +239,-2.14012759,0.7930497945,473,-3.051262951,-0.346595608,5575.7308411 +240,-2.103289431,0.7653606263,473,-3.051262951,-0.346595608,5584.2160611 +241,-1.318739838,0.7017808746,473,-3.051262951,-0.346595608,7574.8592374 +242,-1.396417427,0.7077900843,473,-3.051262951,-0.346595608,7349.5366353 +243,-1.35650337,0.7185539404,473,-3.051262951,-0.346595608,7475.2493735 +244,-1.248884539,0.7274156818,473,-3.051262951,-0.346595608,7796.4068635 +245,-1.395014798,0.5761185243,473,-3.051262951,-0.346595608,7232.5037601 +246,-1.433377362,0.6064716109,473,-3.051262951,-0.346595608,7141.1656884 +247,-1.408172432,0.5903155476,473,-3.051262951,-0.346595608,7204.4847079 +248,-1.749645898,0.7757118084,473,-3.051262951,-0.346595608,6456.9255838 +249,-1.571626686,0.615046989,473,-3.051262951,-0.346595608,6722.637319 +250,-1.514070049,0.6303003037,473,-3.051262951,-0.346595608,6917.4244163 +251,-1.480890369,0.6237966528,473,-3.051262951,-0.346595608,7011.8280254 +252,-1.704390658,0.5281680612,473,-3.051262951,-0.346595608,6185.4773582 +253,-1.64434733,0.5254277498,473,-3.051262951,-0.346595608,6371.046355 +254,-1.703855997,0.4792484842,473,-3.051262951,-0.346595608,6110.0124014 +255,-1.692002383,0.5748825051,473,-3.051262951,-0.346595608,6297.0802606 +256,-1.854136457,0.5544643913,473,-3.051262951,-0.346595608,5773.196709 +257,-1.665021206,0.520317736,473,-3.051262951,-0.346595608,6297.6935152 +258,-1.733654349,0.4845187345,473,-3.051262951,-0.346595608,6022.787507 +259,-1.720938188,0.5135933906,473,-3.051262951,-0.346595608,6110.2008988 +260,-1.742668307,0.553296122,473,-3.051262951,-0.346595608,6107.3970597 +261,-1.965659039,0.7142126903,473,-3.051262951,-0.346595608,5789.5765521 +262,-1.944438071,0.6772834804,473,-3.051262951,-0.346595608,5764.9574629 +263,-1.270340967,0.7681487096,473,-3.051262951,-0.346595608,7753.5635032 +264,-1.353091884,0.6549276821,473,-3.051262951,-0.346595608,7435.7338305 +265,-1.333236659,0.6413584414,473,-3.051262951,-0.346595608,7486.2175266 +266,-1.352015998,0.6753788907,473,-3.051262951,-0.346595608,7455.447945 +267,-1.377988483,0.6577816235,473,-3.051262951,-0.346595608,7361.7988933 +268,-2.13075611,0.8318642051,473,-3.051262951,-0.346595608,5695.9430253 +269,-2.097910953,0.8259670014,473,-3.051262951,-0.346595608,5748.0189756 +270,-1.416382069,0.6694271549,473,-3.051262951,-0.346595608,7255.6680656 +271,-1.538905672,0.7535625993,473,-3.051262951,-0.346595608,6988.7027573 +272,-1.572309477,0.7803125099,473,-3.051262951,-0.346595608,6929.4453845 +273,-1.87759879,0.7503853417,473,-3.051262951,-0.346595608,6085.5280502 +274,1.152365588,0.590457682,473,-3.051262951,-0.346595608,8622.7792731 +275,0.350198001,0.718001859,473,-3.051262951,-0.346595608,10731.792891 +276,0.046513677,0.491503852,473,-3.051262951,-0.346595608,11848.43401 +277,0.027510309,0.742571376,473,-3.051262951,-0.346595608,10861.411402 +278,0.306285725,-0.214631579,473,-3.051262951,-0.346595608,10066.697976 +279,-1.100564889,0.318051531,473,-3.051262951,-0.346595608,8015.594177 +280,-1.078582306,0.301437596,473,-3.051262951,-0.346595608,8080.36422 +281,-1.137371989,-0.617634065,473,-3.051262951,-0.346595608,6464.5785274 +282,0.784356344,0.703272339,473,-3.051262951,-0.346595608,9709.9558606 +283,-1.221209947,0.218327455,473,-3.051262951,-0.346595608,7466.1182251 +284,2.347301921,-0.449114658,473,-3.051262951,-0.346595608,3236.7543199 +285,0.246820618,0.830553713,473,-3.051262951,-0.346595608,10461.910906 +286,0.829414965,0.703288228,473,-3.051262951,-0.346595608,9580.4139238 +287,-1.337537566,0.42332223,473,-3.051262951,-0.346595608,7270.6962488 +288,0.882453706,0.454478077,473,-3.051262951,-0.346595608,9537.3034044 +289,1.575629659,0.416419109,473,-3.051262951,-0.346595608,7063.4357451 +290,-1.039455679,0.229888244,473,-3.051262951,-0.346595608,8152.4492905 +291,0.489558039,0.934482747,473,-3.051262951,-0.346595608,9817.7952108 +292,0.081344504,0.88384514,473,-3.051262951,-0.346595608,10315.616758 +293,-1.547979814,0.300350308,473,-3.051262951,-0.346595608,6379.976301 +294,0.040776181,0.168560074,473,-3.051262951,-0.346595608,11713.632033 +295,-1.130374745,0.563894876,473,-3.051262951,-0.346595608,8089.4668962 +296,1.578326642,0.478507176,473,-3.051262951,-0.346595608,7122.7376659 +297,-1.12861823,-0.291640865,473,-3.051262951,-0.346595608,7071.2433696 +298,0.310524208,0.770885792,473,-3.051262951,-0.346595608,10612.793154 +299,0.415649091,-0.387246002,473,-3.051262951,-0.346595608,9276.2690017 +300,-0.926533878,-0.188022748,473,-3.051262951,-0.346595608,7949.8948249 +301,1.258856172,-0.11716081,473,-3.051262951,-0.346595608,7537.2264849 +302,-1.126050026,0.322941926,473,-3.051262951,-0.346595608,7927.1934016 +303,2.002785835,0.07893892,473,-3.051262951,-0.346595608,5067.4195857 +304,0.440437607,0.746258085,473,-3.051262951,-0.346595608,10477.578677 +305,-0.030391866,0.214441206,473,-3.051262951,-0.346595608,11747.616679 +306,0.521557815,-0.058929362,473,-3.051262951,-0.346595608,10121.144326 +307,-0.097005111,0.13317729,473,-3.051262951,-0.346595608,11334.014645 +308,1.83113859,0.221857587,473,-3.051262951,-0.346595608,5902.7764228 +309,0.222428864,0.099404236,473,-3.051262951,-0.346595608,11340.431947 +310,-1.702731345,0.8728568183,473,-3.051262951,-0.346595608,6726.4393502 +311,-0.418507569,0.278324921,473,-3.051262951,-0.346595608,10509.433539 +312,-1.41153306,0.339029988,473,-3.051262951,-0.346595608,6914.9442756 +313,0.357560442,0.114788776,473,-3.051262951,-0.346595608,11065.797789 +314,0.325818979,0.268352149,473,-3.051262951,-0.346595608,11502.807163 +315,-1.246004659,-0.663679965,473,-3.051262951,-0.346595608,6074.7878424 +316,1.814603087,0.637404484,473,-3.051262951,-0.346595608,6565.4038271 +317,1.843704281,-0.18300445,473,-3.051262951,-0.346595608,5303.735355 +318,1.690644492,-0.211480909,473,-3.051262951,-0.346595608,5831.3471298 +319,-1.275451936,0.068109467,473,-3.051262951,-0.346595608,7076.7946474 +320,0.762430171,-0.207594741,473,-3.051262951,-0.346595608,9025.5367372 +321,0.265668905,-0.014647884,473,-3.051262951,-0.346595608,10859.222552 +322,-2.773032013,-0.335515811,473,-3.051262951,-0.346595608,1039.1381398 +323,-1.469512853,0.174058777,473,-3.051262951,-0.346595608,6495.3545483 +324,0.286276986,0.785925691,473,-3.051262951,-0.346595608,10588.735307 +325,-1.379324697,0.377432233,473,-3.051262951,-0.346595608,7074.0425777 +326,-1.203778265,0.212813032,473,-3.051262951,-0.346595608,7524.1807249 +327,0.579916301,0.611743168,473,-3.051262951,-0.346595608,10438.876102 +328,0.267582642,0.868113908,473,-3.051262951,-0.346595608,10303.609718 +329,0.412869244,-0.050245578,473,-3.051262951,-0.346595608,10432.70724 +330,0.17524381,0.976660285,473,-3.051262951,-0.346595608,9935.4372365 +331,0.743157214,0.204812899,473,-3.051262951,-0.346595608,9898.939298 +332,-1.070758176,0.269382282,473,-3.051262951,-0.346595608,8077.652994 +333,-1.230364251,0.329790229,473,-3.051262951,-0.346595608,7555.0711464 +334,-1.374813124,-0.024926835,473,-3.051262951,-0.346595608,6581.6355292 +335,0.519780566,0.463669906,473,-3.051262951,-0.346595608,10816.319299 +336,-1.55108034,0.239698561,473,-3.051262951,-0.346595608,6286.0373417 +337,0.180294813,0.029739425,473,-3.051262951,-0.346595608,11141.31454 +338,0.67820924,0.268170153,473,-3.051262951,-0.346595608,10206.49826 +339,0.445798684,1.024001867,473,-3.051262951,-0.346595608,9572.893734 +340,0.691751283,0.150521402,473,-3.051262951,-0.346595608,10014.004697 +341,-1.036643551,-0.903056181,473,-3.051262951,-0.346595608,6155.9211871 +342,-0.120287036,1.083325163,473,-3.051262951,-0.346595608,9468.7194833 +343,2.823513113,-0.304487164,473,-3.051262951,-0.346595608,1540.5404336 +344,0.457583172,1.12513373,473,-3.051262951,-0.346595608,9210.3988693 +345,0.042918831,0.813795399,473,-3.051262951,-0.346595608,10586.897175 +346,1.196146777,-0.853142756,473,-3.051262951,-0.346595608,6306.8241723 +347,0.206001358,-0.010430701,473,-3.051262951,-0.346595608,10960.072973 +348,-0.268308653,0.234799412,473,-3.051262951,-0.346595608,11014.087633 +349,0.759363263,0.736189579,473,-3.051262951,-0.346595608,9733.0262996 +350,0.181363926,0.891988372,473,-3.051262951,-0.346595608,10264.948793 +351,-0.021111158,0.139103292,473,-3.051262951,-0.346595608,11517.4189 +352,-0.093355215,0.630686981,473,-3.051262951,-0.346595608,11150.181403 +353,0.40118964,0.681375926,473,-3.051262951,-0.346595608,10745.409925 +354,-0.721197315,1.304706234,473,-3.051262951,-0.346595608,8286.7505597 +355,-1.076150317,0.212107639,473,-3.051262951,-0.346595608,7996.6939542 +356,-1.577164531,0.273993443,473,-3.051262951,-0.346595608,6239.732827 +357,-0.190788414,0.182208586,473,-3.051262951,-0.346595608,11188.659976 +358,-0.261349752,0.209710184,473,-3.051262951,-0.346595608,11000.507633 +359,-1.029303852,0.083549259,473,-3.051262951,-0.346595608,8013.3403081 +360,-1.268609162,0.330525297,473,-3.051262951,-0.346595608,7417.6577929 +361,1.282982244,-0.926641967,473,-3.051262951,-0.346595608,5971.8243519 +362,0.217352334,0.731352408,473,-3.051262951,-0.346595608,10861.372704 +363,-1.511833084,0.258629297,473,-3.051262951,-0.346595608,6453.2365059 +364,0.338812194,0.823184618,473,-3.051262951,-0.346595608,10392.961034 +365,-0.324406489,1.134201999,473,-3.051262951,-0.346595608,9139.883172 +366,1.389579348,0.399185724,473,-3.051262951,-0.346595608,7699.6182191 +367,2.047152199,-0.039082036,473,-3.051262951,-0.346595608,4732.9283909 +368,0.947780369,0.568250077,473,-3.051262951,-0.346595608,9301.8453459 +369,0.763824846,0.576754987,473,-3.051262951,-0.346595608,9904.7416041 +370,-0.142334657,0.928153068,473,-3.051262951,-0.346595608,10032.98266 +371,0.610266567,0.547265983,473,-3.051262951,-0.346595608,10432.276183 +372,0.210731629,0.746815056,473,-3.051262951,-0.346595608,10808.525795 +373,-1.34931644,0.316895224,473,-3.051262951,-0.346595608,7111.6180601 +374,2.407696481,0.655030745,473,-3.051262951,-0.346595608,5016.6896992 +375,0.64207831,0.545359131,473,-3.051262951,-0.346595608,10330.326353 +376,1.174597538,0.840588356,473,-3.051262951,-0.346595608,8511.691693 +377,0.660059424,0.010604079,473,-3.051262951,-0.346595608,9865.5874944 +378,-0.730263819,0.010486456,473,-3.051262951,-0.346595608,8997.4922674 +379,0.831068936,0.512339172,473,-3.051262951,-0.346595608,9712.2864115 +380,1.301180979,0.72367476,473,-3.051262951,-0.346595608,8174.29197 +381,1.811128231,0.322854402,473,-3.051262951,-0.346595608,6120.851017 +382,0.435105812,0.992284428,473,-3.051262951,-0.346595608,9693.2298748 +383,0.62643634,0.592027932,473,-3.051262951,-0.346595608,10326.792206 +384,0.492988703,-0.516339467,473,-3.051262951,-0.346595608,8696.0731489 +385,-0.162469483,0.112549365,473,-3.051262951,-0.346595608,11100.39752 +386,0.314630866,0.472006421,473,-3.051262951,-0.346595608,11490.279487 +387,0.166744804,0.822815954,473,-3.051262951,-0.346595608,10541.472602 +388,0.417159608,0.965805736,473,-3.051262951,-0.346595608,9804.0346007 +389,0.106334961,0.868774244,473,-3.051262951,-0.346595608,10374.88122 +390,0.815086969,-0.338144359,473,-3.051262951,-0.346595608,8536.1503368 +391,0.59867455,-0.230624824,473,-3.051262951,-0.346595608,9418.3751076 +392,1.915104874,0.066220985,473,-3.051262951,-0.346595608,5370.422905 +393,1.278093622,0.064463721,473,-3.051262951,-0.346595608,7734.5414384 +394,-0.061477853,0.302997961,473,-3.051262951,-0.346595608,11848.498329 +395,0.251311504,0.626976942,473,-3.051262951,-0.346595608,11200.048757 +396,2.950242872,0.149095644,473,-3.051262951,-0.346595608,2249.8017393 +397,-0.180294708,0.35375117,473,-3.051262951,-0.346595608,11436.925927 +398,1.010448592,-0.351180233,473,-3.051262951,-0.346595608,7930.4122565 +399,-1.748740498,0.3686318073,473,-3.051262951,-0.346595608,5784.7307344 +400,2.699635665,0.123533791,473,-3.051262951,-0.346595608,2787.8217041 +401,0.496808033,0.823843254,473,-3.051262951,-0.346595608,10144.539823 +402,0.129574704,0.763364087,473,-3.051262951,-0.346595608,10787.91612 +403,1.798920311,0.817447563,473,-3.051262951,-0.346595608,6856.0083162 +404,0.335987953,0.746786541,473,-3.051262951,-0.346595608,10659.731822 +405,-1.085413643,0.292154671,473,-3.051262951,-0.346595608,8046.2985416 +406,-0.155321003,0.508207011,473,-3.051262951,-0.346595608,11352.780883 +407,0.620529244,-0.301175104,473,-3.051262951,-0.346595608,9152.1297515 +408,1.684402744,0.368716966,473,-3.051262951,-0.346595608,6626.7066798 +409,0.300582244,-0.386397212,473,-3.051262951,-0.346595608,9428.6278626 +410,2.913555946,-0.009225192,473,-3.051262951,-0.346595608,1819.2552817 +411,1.465101417,0.493232532,473,-3.051262951,-0.346595608,7521.3116766 +412,0.090612882,0.907955955,473,-3.051262951,-0.346595608,10220.299994 +413,2.987564726,-0.729568594,473,-3.051262951,-0.346595608,1724.3584196 +414,-1.484261606,0.224149272,473,-3.051262951,-0.346595608,6507.4704676 +415,0.164073421,0.303955133,473,-3.051262951,-0.346595608,12119.63251 +416,0.141441293,0.167552546,473,-3.051262951,-0.346595608,11708.21056 +417,2.931321023,-0.506718887,473,-3.051262951,-0.346595608,1253.6335925 +418,2.21951565,0.700596356,473,-3.051262951,-0.346595608,5577.6160443 +419,0.268112576,1.199114336,473,-3.051262951,-0.346595608,9038.7858188 +420,0.978913739,0.359223811,473,-3.051262951,-0.346595608,9154.6619086 +421,1.210898818,0.522863584,473,-3.051262951,-0.346595608,8407.6960332 +422,2.347397336,0.129231362,473,-3.051262951,-0.346595608,3928.3067447 +423,0.614394501,0.556878345,473,-3.051262951,-0.346595608,10408.151238 +424,-1.398079356,0.148483366,473,-3.051262951,-0.346595608,6725.5472284 +425,2.535303836,-0.112984496,473,-3.051262951,-0.346595608,2832.0461122 +426,-1.019372593,-0.405322349,473,-3.051262951,-0.346595608,7225.3107768 +427,-1.297785627,-0.160104069,473,-3.051262951,-0.346595608,6676.5495673 +428,2.144554488,0.205051084,473,-3.051262951,-0.346595608,4768.0963864 +429,-2.242387083,-0.426171285,473,-3.051262951,-0.346595608,2971.1722232 +430,0.338637212,0.909723676,473,-3.051262951,-0.346595608,10085.14772 +431,-0.148798452,0.691042401,473,-3.051262951,-0.346595608,10855.164368 +432,0.893524764,0.441829531,473,-3.051262951,-0.346595608,9496.2017513 +433,0.969229347,-0.368847936,473,-3.051262951,-0.346595608,8014.3280592 +434,0.436043248,0.800045688,473,-3.051262951,-0.346595608,10323.96856 +435,1.687946607,1.081504775,473,-3.051262951,-0.346595608,7379.0199299 +436,0.522302046,-0.034889271,473,-3.051262951,-0.346595608,10185.114158 +437,-0.178996113,-0.438090009,473,-3.051262951,-0.346595608,9167.1331778 +438,-1.094339566,0.301444068,473,-3.051262951,-0.346595608,8022.5508053 +439,-1.064070054,0.242569932,473,-3.051262951,-0.346595608,8074.6567861 +440,-1.068153768,0.230387998,473,-3.051262951,-0.346595608,8046.4826342 +441,-3.00496892,-0.23989155,473,-3.051262951,-0.346595608,457.61842727 +442,0.21751974,0.766874888,473,-3.051262951,-0.346595608,10726.784483 +443,0.117229532,0.007619006,473,-3.051262951,-0.346595608,11097.114925 +444,0.777758451,0.420554741,473,-3.051262951,-0.346595608,9909.9376928 +445,-0.252356999,0.250747086,473,-3.051262951,-0.346595608,11093.294763 +446,0.363148444,0.768483434,473,-3.051262951,-0.346595608,10545.255571 +447,0.903191366,-0.118210676,473,-3.051262951,-0.346595608,8780.5978815 +448,-0.205755923,0.149406178,473,-3.051262951,-0.346595608,11066.511701 +449,1.811996086,0.02364353,473,-3.051262951,-0.346595608,5692.3850277 +450,-1.100670221,0.314845373,473,-3.051262951,-0.346595608,8012.1830547 +451,0.340078597,0.850105132,473,-3.051262951,-0.346595608,10296.675919 +452,0.258757267,0.804969236,473,-3.051262951,-0.346595608,10547.321967 +453,2.78505352,-0.155160804,473,-3.051262951,-0.346595608,1871.1170681 +454,0.800551619,0.105822106,473,-3.051262951,-0.346595608,9551.4063835 +455,0.437940882,-0.506194031,473,-3.051262951,-0.346595608,8814.0115906 +456,2.230431122,0.63458615,473,-3.051262951,-0.346595608,5396.4241862 +457,0.527965361,0.127667701,473,-3.051262951,-0.346595608,10553.040676 +458,-0.063643205,0.702093448,473,-3.051262951,-0.346595608,10942.018522 +459,1.408447268,0.133010502,473,-3.051262951,-0.346595608,7338.2188867 +460,0.523795955,0.280266966,473,-3.051262951,-0.346595608,10791.152517 +461,-0.975769313,0.072177659,473,-3.051262951,-0.346595608,8196.4513587 +462,0.549774164,-0.463663986,473,-3.051262951,-0.346595608,8781.1095216 +463,0.29245874,1.095549818,473,-3.051262951,-0.346595608,9426.6182953 +464,0.143625958,0.816809593,473,-3.051262951,-0.346595608,10573.35437 +465,0.671902494,0.611159853,473,-3.051262951,-0.346595608,10161.759188 +466,1.239840988,0.6724199,473,-3.051262951,-0.346595608,8353.234368 +467,0.607829703,-0.10932137,473,-3.051262951,-0.346595608,9736.9492298 +468,1.763020906,0.263996692,473,-3.051262951,-0.346595608,6207.2116245 +469,0.378714634,0.726066797,473,-3.051262951,-0.346595608,10655.664644 +470,2.196736143,-0.153862366,473,-3.051262951,-0.346595608,4026.0692533 +471,0.01702415,0.148991565,473,-3.051262951,-0.346595608,11612.245471 +472,-2.998490902,-0.158002487,473,-3.051262951,-0.346595608,773.86001322 +473,-3.051262951,-0.346595608,473,-3.051262951,-0.346595608,0 +474,-1.069176439,0.182802941,473,-3.051262951,-0.346595608,7989.1688949 +475,0.167157509,0.595344954,473,-3.051262951,-0.346595608,11422.249009 +476,0.613855648,0.681746124,473,-3.051262951,-0.346595608,10220.404264 +477,1.037012736,0.682555367,473,-3.051262951,-0.346595608,8976.7764828 +478,-1.253574971,0.379755746,473,-3.051262951,-0.346595608,7522.2755532 +479,3.108590453,-0.132620738,473,-3.051262951,-0.346595608,970.83785268 +480,0.565301296,0.022333262,473,-3.051262951,-0.346595608,10200.057392 +481,0.547898238,0.855555614,473,-3.051262951,-0.346595608,9960.3662689 +482,0.948309381,0.417393755,473,-3.051262951,-0.346595608,9293.1622362 +483,-0.050600732,0.945269213,473,-3.051262951,-0.346595608,10034.394872 +484,-0.977651478,-0.572363064,473,-3.051262951,-0.346595608,7007.441184 +485,1.102014914,0.728861163,473,-3.051262951,-0.346595608,8762.8409693 +486,2.927300795,-0.282939414,473,-3.051262951,-0.346595608,1174.0341332 +487,-1.154565557,0.124434095,473,-3.051262951,-0.346595608,7600.0923224 +488,1.855331234,0.291044755,473,-3.051262951,-0.346595608,5919.009362 +489,0.830290659,0.276904518,473,-3.051262951,-0.346595608,9647.5298249 +490,0.485104466,-0.234867441,473,-3.051262951,-0.346595608,9673.9844376 +491,0.521367572,-0.33161327,473,-3.051262951,-0.346595608,9278.6375841 +1,-1.539031704,0.7349710123,474,-1.069176439,0.182802941,2726.2920861 +2,-1.536990553,0.7349663874,474,-1.069176439,0.182802941,2722.0808987 +3,-1.534951779,0.7349571355,474,-1.069176439,0.182802941,2717.8729026 +4,-1.532906461,0.7349480293,474,-1.069176439,0.182802941,2713.6633785 +5,-1.531320211,0.7346937278,474,-1.069176439,0.182802941,2709.7012526 +6,-1.539451648,0.7335131775,474,-1.069176439,0.182802941,2723.043203 +7,-1.537429487,0.7335445708,474,-1.069176439,0.182802941,2718.9597888 +8,-1.535484998,0.7335658704,474,-1.069176439,0.182802941,2715.0191303 +9,-1.533488396,0.7336036027,474,-1.069176439,0.182802941,2711.0291904 +10,-1.531497785,0.7335842962,474,-1.069176439,0.182802941,2706.9006456 +11,-1.530259379,0.7334777758,474,-1.069176439,0.182802941,2704.0679296 +12,-1.5335454,0.7322346912,474,-1.069176439,0.182802941,2707.2576961 +13,-1.531489083,0.7322238773,474,-1.069176439,0.182802941,2703.0085093 +14,-1.530011122,0.7321679851,474,-1.069176439,0.182802941,2699.824449 +15,-1.53348106,0.7306614094,474,-1.069176439,0.182802941,2702.6618207 +16,-1.531441779,0.7306962275,474,-1.069176439,0.182802941,2698.5659297 +17,-1.529755654,0.7306933243,474,-1.069176439,0.182802941,2695.0982734 +18,-1.533415048,0.7291384674,474,-1.069176439,0.182802941,2698.2102034 +19,-1.531392093,0.7291705353,474,-1.069176439,0.182802941,2694.1290109 +20,-1.529296523,0.7291214933,474,-1.069176439,0.182802941,2689.6797466 +21,-1.535280942,0.727267644,474,-1.069176439,0.182802941,2696.7876078 +22,-1.533378158,0.7276139666,474,-1.069176439,0.182802941,2693.8192946 +23,-1.531340368,0.7276446587,474,-1.069176439,0.182802941,2689.6923501 +24,-1.528960113,0.7276398177,474,-1.069176439,0.182802941,2684.7714561 +25,-1.533313146,0.7260818349,474,-1.069176439,0.182802941,2689.3536123 +26,-1.531259555,0.7260958115,474,-1.069176439,0.182802941,2685.1353952 +27,-1.528926415,0.7260865555,474,-1.069176439,0.182802941,2680.2862105 +28,-1.531226779,0.7245511789,474,-1.069176439,0.182802941,2680.6949524 +29,-1.528904772,0.7245519194,474,-1.069176439,0.182802941,2675.88416 +30,-1.547195875,0.7409785979,474,-1.069176439,0.182802941,2760.0346468 +31,-1.5451475,0.740980426,474,-1.069176439,0.182802941,2755.8259686 +32,-1.543097679,0.7409798872,474,-1.069176439,0.182802941,2751.6190374 +33,-1.540720364,0.7409892687,474,-1.069176439,0.182802941,2746.7826473 +34,-1.547188511,0.7395198392,474,-1.069176439,0.182802941,2755.923234 +35,-1.545148587,0.7395226109,474,-1.069176439,0.182802941,2751.7237969 +36,-1.543104538,0.7395314908,474,-1.069176439,0.182802941,2747.5444396 +37,-1.540727751,0.7395306258,474,-1.069176439,0.182802941,2742.6675611 +38,-1.547187029,0.7380014886,474,-1.069176439,0.182802941,2751.6619267 +39,-1.545147315,0.7380012252,474,-1.069176439,0.182802941,2747.4431243 +40,-1.54310719,0.7380060743,474,-1.069176439,0.182802941,2743.2491558 +41,-1.540719671,0.7380068206,474,-1.069176439,0.182802941,2738.3416021 +42,-1.547187189,0.7364799098,474,-1.069176439,0.182802941,2747.4004466 +43,-1.545149996,0.7364853874,474,-1.069176439,0.182802941,2743.1916679 +44,-1.543106091,0.7364823484,474,-1.069176439,0.182802941,2738.9563997 +45,-1.540717158,0.7364893901,474,-1.069176439,0.182802941,2734.0504639 +46,-1.538663972,0.7410138672,474,-1.069176439,0.182802941,2742.6585782 +47,-1.53695285,0.7409699132,474,-1.069176439,0.182802941,2739.0526846 +48,-1.534910498,0.7409641297,474,-1.069176439,0.182802941,2734.8918993 +49,-1.533145034,0.7409536636,474,-1.069176439,0.182802941,2731.2888279 +50,-1.538681336,0.7395405883,474,-1.069176439,0.182802941,2738.5113273 +51,-1.536999189,0.7395183096,474,-1.069176439,0.182802941,2735.017027 +52,-1.534923633,0.7395144222,474,-1.069176439,0.182802941,2730.7831967 +53,-1.533267822,0.7395654306,474,-1.069176439,0.182802941,2727.5687077 +54,-1.53867273,0.7380151077,474,-1.069176439,0.182802941,2734.1682229 +55,-1.536980576,0.7379994392,474,-1.069176439,0.182802941,2730.6630491 +56,-1.534931522,0.7379944961,474,-1.069176439,0.182802941,2726.4688755 +57,-1.533387952,0.7379480264,474,-1.069176439,0.182802941,2723.1950757 +58,-1.538682279,0.7364914363,474,-1.069176439,0.182802941,2729.8728654 +59,-1.536980704,0.7364810563,474,-1.069176439,0.182802941,2726.3540244 +60,-1.534935567,0.7364752065,474,-1.069176439,0.182802941,2722.1539771 +61,-1.533042592,0.7363876366,474,-1.069176439,0.182802941,2718.0425202 +62,-1.545143426,0.7349628011,474,-1.069176439,0.182802941,2738.9075818 +63,-1.543105297,0.7349691947,474,-1.069176439,0.182802941,2734.6994787 +64,-1.541064533,0.7349647152,474,-1.069176439,0.182802941,2730.4667137 +65,-1.545411803,0.7334624714,474,-1.069176439,0.182802941,2735.2637354 +66,-1.543446606,0.7334780896,474,-1.069176439,0.182802941,2731.2203027 +67,-1.541475327,0.7334957295,474,-1.069176439,0.182802941,2727.1807082 +68,-1.545401939,0.731963266,474,-1.069176439,0.182802941,2731.0505194 +69,-1.54342253,0.7319915583,474,-1.069176439,0.182802941,2727.0022197 +70,-1.541455867,0.7320216438,474,-1.069176439,0.182802941,2722.9965223 +71,-1.545410146,0.7304422281,474,-1.069176439,0.182802941,2726.8195117 +72,-1.543435491,0.7304713664,474,-1.069176439,0.182802941,2722.7723219 +73,-1.541463105,0.7304997613,474,-1.069176439,0.182802941,2718.7388293 +74,-1.545414768,0.7289194936,474,-1.069176439,0.182802941,2722.5819473 +75,-1.543435774,0.7289538557,474,-1.069176439,0.182802941,2718.5291028 +76,-1.541457714,0.7289765881,474,-1.069176439,0.182802941,2714.4568059 +77,-1.539449415,0.7320555866,474,-1.069176439,0.182802941,2718.930304 +78,-1.537429183,0.7321097681,474,-1.069176439,0.182802941,2714.9043643 +79,-1.535472649,0.7321497267,474,-1.069176439,0.182802941,2710.9814593 +80,-1.539457899,0.7305333307,474,-1.069176439,0.182802941,2714.6627973 +81,-1.537453161,0.7305750503,474,-1.069176439,0.182802941,2710.6222925 +82,-1.535479385,0.7306124949,474,-1.069176439,0.182802941,2706.6453921 +83,-1.53946905,0.7290102593,474,-1.069176439,0.182802941,2710.4042123 +84,-1.537459922,0.7290417293,474,-1.069176439,0.182802941,2706.3143047 +85,-1.535451349,0.7290890157,474,-1.069176439,0.182802941,2702.2818597 +86,-1.535522937,0.7279887191,474,-1.069176439,0.182802941,2699.3242494 +87,-1.539442524,0.7274735939,474,-1.069176439,0.182802941,2706.0345334 +88,-1.537424111,0.727521351,474,-1.069176439,0.182802941,2701.9598052 +89,-1.539384641,0.7259505092,474,-1.069176439,0.182802941,2701.6426884 +90,-1.537372391,0.7259947145,474,-1.069176439,0.182802941,2697.5596936 +91,-1.535340789,0.7260435356,474,-1.069176439,0.182802941,2693.4612894 +92,-1.539325716,0.7244369706,474,-1.069176439,0.182802941,2697.2803848 +93,-1.537308932,0.7244801057,474,-1.069176439,0.182802941,2693.1738499 +94,-1.535289068,0.7245247645,474,-1.069176439,0.182802941,2689.0770926 +95,-1.533261366,0.7245550236,474,-1.069176439,0.182802941,2684.9354242 +96,-1.539267302,0.722921924,474,-1.069176439,0.182802941,2692.9199011 +97,-1.537248972,0.7229660258,474,-1.069176439,0.182802941,2688.801731 +98,-1.535219431,0.7229916471,474,-1.069176439,0.182802941,2684.6201133 +99,-1.53318962,0.7230212049,474,-1.069176439,0.182802941,2680.4608937 +100,-1.531154816,0.7230299897,474,-1.069176439,0.182802941,2676.2445725 +101,-1.528878341,0.7230370244,474,-1.069176439,0.182802941,2671.5335424 +102,-1.539218189,0.7214009878,474,-1.069176439,0.182802941,2688.5676016 +103,-1.537198791,0.7214422745,474,-1.069176439,0.182802941,2684.4280718 +104,-1.535179266,0.7214634354,474,-1.069176439,0.182802941,2680.2437191 +105,-1.533156501,0.7214944644,474,-1.069176439,0.182802941,2676.0920491 +106,-1.53113574,0.7215166021,474,-1.069176439,0.182802941,2671.9314017 +107,-1.528874248,0.7215345535,474,-1.069176439,0.182802941,2667.2698215 +108,-1.539217656,0.7198512397,474,-1.069176439,0.182802941,2684.2429125 +109,-1.537199919,0.7199428763,474,-1.069176439,0.182802941,2680.2359045 +110,-1.545425832,0.727397149,474,-1.069176439,0.182802941,2718.3647301 +111,-1.543371177,0.7273916949,474,-1.069176439,0.182802941,2714.0306596 +112,-1.541368852,0.7274523163,474,-1.069176439,0.182802941,2710.0025095 +113,-1.545349067,0.7258710923,474,-1.069176439,0.182802941,2713.9576412 +114,-1.54332671,0.7258603556,474,-1.069176439,0.182802941,2709.6657261 +115,-1.541346831,0.7259242142,474,-1.069176439,0.182802941,2705.6824794 +116,-1.545324355,0.7243383958,474,-1.069176439,0.182802941,2709.6471258 +117,-1.543292796,0.7243617413,474,-1.069176439,0.182802941,2705.4194213 +118,-1.541295822,0.7244024384,474,-1.069176439,0.182802941,2701.3245603 +119,-1.543193859,0.7205570215,474,-1.069176439,0.182802941,2694.6347711 +120,-1.550257047,0.7386738187,474,-1.069176439,0.182802941,2759.9091412 +121,-1.549335448,0.7311736483,474,-1.069176439,0.182802941,2737.0897148 +122,-1.533478843,0.7179891343,474,-1.069176439,0.182802941,2666.9205971 +123,-1.556150555,0.738907041,474,-1.069176439,0.182802941,2772.8399143 +124,-1.554324226,0.733414257,474,-1.069176439,0.182802941,2753.7973141 +125,-1.554290846,0.7288285332,474,-1.069176439,0.182802941,2741.0697147 +126,-1.55122487,0.7219795312,474,-1.069176439,0.182802941,2715.6873564 +127,-1.525104458,0.7229399862,474,-1.069176439,0.182802941,2663.4467946 +128,-1.519607711,0.7236181429,474,-1.069176439,0.182802941,2654.0871525 +129,-1.513899999,0.7251107854,474,-1.069176439,0.182802941,2646.7721824 +130,-1.536620762,0.7431061895,474,-1.069176439,0.182802941,2744.4675409 +131,-1.5369566,0.7460845958,474,-1.069176439,0.182802941,2753.6510927 +132,-1.545345528,0.7447040685,474,-1.069176439,0.182802941,2766.7364762 +133,-1.532813921,0.7432306626,474,-1.069176439,0.182802941,2737.1419126 +134,-1.554788248,0.7382381001,474,-1.069176439,0.182802941,2768.1360735 +135,-1.540348126,0.7301594274,474,-1.069176439,0.182802941,2715.4623845 +136,-1.538016084,0.7239051786,474,-1.069176439,0.182802941,2693.0432315 +137,-1.525288962,0.7258085137,474,-1.069176439,0.182802941,2672.0042058 +138,-1.534326986,0.731241342,474,-1.069176439,0.182802941,2706.0482364 +139,-1.530733872,0.7303625216,474,-1.069176439,0.182802941,2696.1631427 +141,-1.534354939,0.7328219978,474,-1.069176439,0.182802941,2710.5875878 +142,-1.53157084,0.7292888153,474,-1.069176439,0.182802941,2694.8329701 +143,-1.525691035,0.7263799874,474,-1.069176439,0.182802941,2674.4609423 +144,-1.534031287,0.7495967835,474,-1.069176439,0.182802941,2757.8635054 +145,-1.527714986,0.7283095957,474,-1.069176439,0.182802941,2684.119776 +146,-1.526189586,0.7271468292,474,-1.069176439,0.182802941,2677.6727572 +147,-1.555177336,0.7375563366,474,-1.069176439,0.182802941,2767.0587624 +148,-1.555080283,0.7312707794,474,-1.069176439,0.182802941,2749.4742285 +149,-1.53856994,0.7224180299,474,-1.069176439,0.182802941,2690.043493 +150,-1.530837883,0.729933372,474,-1.069176439,0.182802941,2695.1563137 +151,-1.515066984,0.5854133365,474,-1.069176439,0.182802941,2272.3649254 +152,-1.534731633,0.5368370046,474,-1.069176439,0.182802941,2212.2314031 +153,-1.515231902,0.5607085576,474,-1.069176439,0.182802941,2212.9133157 +154,-2.616253799,1.0684566605,474,-1.069176439,0.182802941,5543.0283548 +155,-1.956071439,0.5792177723,474,-1.069176439,0.182802941,3575.7591865 +156,-1.951208514,0.5602434208,474,-1.069176439,0.182802941,3542.407025 +157,-1.944675062,0.6062144545,474,-1.069176439,0.182802941,3566.6370438 +158,-1.613778386,0.6077989518,474,-1.069176439,0.182802941,2586.5539365 +159,-2.035029014,0.6021432345,474,-1.069176439,0.182802941,3849.1336019 +160,-2.114989471,0.6801825058,474,-1.069176439,0.182802941,4159.3736604 +161,-2.037382079,0.5765830025,474,-1.069176439,0.182802941,3837.1997796 +162,-2.129855121,0.6585019963,474,-1.069176439,0.182802941,4189.0282968 +163,-2.075141798,0.6493615843,474,-1.069176439,0.182802941,4013.2869933 +164,-1.828626729,0.6948433129,474,-1.069176439,0.182802941,3344.6358395 +165,-1.863329418,0.6735427691,474,-1.069176439,0.182802941,3408.276743 +166,-1.266037071,0.727988852,474,-1.069176439,0.182802941,2265.4540103 +167,-1.277579582,0.7249010648,474,-1.069176439,0.182802941,2266.5634929 +168,-1.258418684,0.7241194816,474,-1.069176439,0.182802941,2243.1976943 +169,-1.317813974,0.6804850104,474,-1.069176439,0.182802941,2158.2836489 +170,-1.344165204,0.6790988904,474,-1.069176439,0.182802941,2193.0649052 +171,-1.427582102,0.5277120351,474,-1.069176439,0.182802941,1900.185845 +172,-1.402238616,0.457167829,474,-1.069176439,0.182802941,1653.6911284 +173,-1.422454264,0.4996161999,474,-1.069176439,0.182802941,1814.227217 +174,-1.439089277,0.4894859811,474,-1.069176439,0.182802941,1834.6531409 +175,-1.448126995,0.5182330266,474,-1.069176439,0.182802941,1929.6507847 +176,-1.474626146,0.5881926574,474,-1.069176439,0.182802941,2177.8052504 +177,-1.421139645,0.5584869783,474,-1.069176439,0.182802941,1967.6338309 +178,-1.457037165,0.565943032,474,-1.069176439,0.182802941,2075.4293332 +179,-2.757159358,0.3745319,474,-1.069176439,0.182802941,6382.3742664 +180,-2.714309238,0.342054471,474,-1.069176439,0.182802941,6252.9166536 +181,-2.000525337,0.774119946,474,-1.069176439,0.182802941,3930.9308687 +183,-1.571413436,0.6777838382,474,-1.069176439,0.182802941,2643.8844751 +184,-1.552860289,0.6987663893,474,-1.069176439,0.182802941,2656.2185584 +185,-1.521852374,0.7165827476,474,-1.069176439,0.182802941,2638.617128 +186,-1.503656267,0.6928968252,474,-1.069176439,0.182802941,2532.993212 +187,-1.502753178,0.7136205882,474,-1.069176439,0.182802941,2590.8255194 +188,-1.631894563,0.7343596465,474,-1.069176439,0.182802941,2927.0386204 +189,-1.653765416,0.6770714026,474,-1.069176439,0.182802941,2844.4809657 +190,-1.719812114,0.6715965947,474,-1.069176439,0.182802941,3005.7811222 +191,-1.493406659,0.6646955447,474,-1.069176439,0.182802941,2430.9558138 +192,-1.469120564,0.6613469966,474,-1.069176439,0.182802941,2368.9455887 +193,-1.590551461,0.5326612937,474,-1.069176439,0.182802941,2365.809227 +194,-1.625979264,0.5247742243,474,-1.069176439,0.182802941,2458.068455 +195,-1.572293943,0.5238808754,474,-1.069176439,0.182802941,2294.3238545 +196,-1.610848725,0.5477107964,474,-1.069176439,0.182802941,2455.1200038 +197,-1.208485554,0.7918526018,474,-1.069176439,0.182802941,2458.4022717 +198,-1.335601374,0.6869083083,474,-1.069176439,0.182802941,2206.7528913 +199,-1.346156996,0.6825213377,474,-1.069176439,0.182802941,2207.8559574 +200,-1.324381037,0.6741422347,474,-1.069176439,0.182802941,2145.7750888 +201,-1.242424992,0.7378949807,474,-1.069176439,0.182802941,2279.2637417 +202,-1.270370057,0.7392461008,474,-1.069176439,0.182802941,2311.6610096 +203,-1.448950472,0.7441675014,474,-1.069176439,0.182802941,2581.8234989 +204,-1.492662363,0.7523026852,474,-1.069176439,0.182802941,2686.0656809 +205,-1.479098966,0.7763855017,474,-1.069176439,0.182802941,2735.7472343 +206,-1.633760714,0.7869022408,474,-1.069176439,0.182802941,3064.967493 +207,-1.647406434,0.8101289331,474,-1.069176439,0.182802941,3153.9470432 +208,-1.564245052,0.5701509278,474,-1.069176439,0.182802941,2368.2363969 +209,-1.646289963,0.6833746083,474,-1.069176439,0.182802941,2839.8565568 +210,-1.5820631,0.6751952144,474,-1.069176439,0.182802941,2662.6619332 +211,-1.613236298,0.6681681791,474,-1.069176439,0.182802941,2721.8053905 +212,-1.914661867,0.8212566515,474,-1.069176439,0.182802941,3783.3229979 +213,-1.742133237,0.7250275956,474,-1.069176439,0.182802941,3172.1516987 +214,-2.033144872,0.6557314699,474,-1.069176439,0.182802941,3889.9699448 +215,-2.039551981,0.6964723658,474,-1.069176439,0.182802941,3949.2000011 +216,-1.247341019,0.7622473908,474,-1.069176439,0.182802941,2375.386361 +217,-1.298239787,0.7084123392,474,-1.069176439,0.182802941,2231.1165851 +218,-1.308539688,0.6926545592,474,-1.069176439,0.182802941,2188.2507489 +219,-1.303263185,0.6888938396,474,-1.069176439,0.182802941,2167.774689 +220,-1.852400229,0.6004246149,474,-1.069176439,0.182802941,3272.6380818 +221,-1.288947707,0.7473773692,474,-1.069176439,0.182802941,2361.5973074 +222,-1.372031502,0.7472790993,474,-1.069176439,0.182802941,2468.3190656 +223,-1.289805721,0.7242157877,474,-1.069176439,0.182802941,2278.0457053 +224,-1.350807603,0.7533498126,474,-1.069176439,0.182802941,2459.4298958 +225,-1.329290365,0.7560442322,474,-1.069176439,0.182802941,2440.7663881 +226,-1.410153004,0.616936428,474,-1.069176439,0.182802941,2112.9876332 +227,-1.393445434,0.6308995063,474,-1.069176439,0.182802941,2122.0671589 +228,-1.37595573,0.6241540638,474,-1.069176439,0.182802941,2066.8723379 +229,-1.358388707,0.6172645205,474,-1.069176439,0.182802941,2011.5789912 +230,-1.753741133,0.8281661666,474,-1.069176439,0.182802941,3424.0689054 +231,-1.47430987,0.6834615681,474,-1.069176439,0.182802941,2444.4403348 +232,-1.421012508,0.7222725206,474,-1.069176439,0.182802941,2463.2675057 +233,-1.4476833,0.6978557868,474,-1.069176439,0.182802941,2434.9041833 +234,-1.470370723,0.6966193374,474,-1.069176439,0.182802941,2475.4755818 +235,-1.429211703,0.7037216883,474,-1.069176439,0.182802941,2418.6666616 +236,-1.700578405,0.6178673663,474,-1.069176439,0.182802941,2848.9033999 +237,-1.678117619,0.6331716163,474,-1.069176439,0.182802941,2815.7346021 +238,-1.725644578,0.6316331145,474,-1.069176439,0.182802941,2945.5876459 +239,-2.14012759,0.7930497945,474,-1.069176439,0.182802941,4327.5831925 +240,-2.103289431,0.7653606263,474,-1.069176439,0.182802941,4200.3286914 +241,-1.318739838,0.7017808746,474,-1.069176439,0.182802941,2234.4617605 +242,-1.396417427,0.7077900843,474,-1.069176439,0.182802941,2374.1710776 +243,-1.35650337,0.7185539404,474,-1.069176439,0.182802941,2346.9419548 +244,-1.248884539,0.7274156818,474,-1.069176439,0.182802941,2246.003147 +245,-1.395014798,0.5761185243,474,-1.069176439,0.182802941,1958.3095983 +246,-1.433377362,0.6064716109,474,-1.069176439,0.182802941,2132.1341427 +247,-1.408172432,0.5903155476,474,-1.069176439,0.182802941,2029.2348218 +248,-1.749645898,0.7757118084,474,-1.069176439,0.182802941,3297.8933551 +249,-1.571626686,0.615046989,474,-1.069176439,0.182802941,2490.4717192 +250,-1.514070049,0.6303003037,474,-1.069176439,0.182802941,2384.5261319 +251,-1.480890369,0.6237966528,474,-1.069176439,0.182802941,2288.912965 +252,-1.704390658,0.5281680612,474,-1.069176439,0.182802941,2707.8682711 +253,-1.64434733,0.5254277498,474,-1.069176439,0.182802941,2515.7224098 +254,-1.703855997,0.4792484842,474,-1.069176439,0.182802941,2636.9915564 +255,-1.692002383,0.5748825051,474,-1.069176439,0.182802941,2746.0594252 +256,-1.854136457,0.5544643913,474,-1.069176439,0.182802941,3221.3940038 +257,-1.665021206,0.520317736,474,-1.069176439,0.182802941,2571.5849826 +258,-1.733654349,0.4845187345,474,-1.069176439,0.182802941,2742.7407944 +259,-1.720938188,0.5135933906,474,-1.069176439,0.182802941,2739.449107 +260,-1.742668307,0.553296122,474,-1.069176439,0.182802941,2865.914352 +261,-1.965659039,0.7142126903,474,-1.069176439,0.182802941,3756.5976912 +262,-1.944438071,0.6772834804,474,-1.069176439,0.182802941,3648.4025254 +263,-1.270340967,0.7681487096,474,-1.069176439,0.182802941,2418.8929643 +264,-1.353091884,0.6549276821,474,-1.069176439,0.182802941,2126.010056 +265,-1.333236659,0.6413584414,474,-1.069176439,0.182802941,2047.2296904 +266,-1.352015998,0.6753788907,474,-1.069176439,0.182802941,2192.9117106 +267,-1.377988483,0.6577816235,474,-1.069176439,0.182802941,2178.7994243 +268,-2.13075611,0.8318642051,474,-1.069176439,0.182802941,4340.9314035 +269,-2.097910953,0.8259670014,474,-1.069176439,0.182802941,4249.9903754 +270,-1.416382069,0.6694271549,474,-1.069176439,0.182802941,2286.9542122 +271,-1.538905672,0.7535625993,474,-1.069176439,0.182802941,2778.968078 +272,-1.572309477,0.7803125099,474,-1.069176439,0.182802941,2921.3383893 +273,-1.87759879,0.7503853417,474,-1.069176439,0.182802941,3569.5018742 +274,1.152365588,0.590457682,474,-1.069176439,0.182802941,7824.4119919 +275,0.350198001,0.718001859,474,-1.069176439,0.182802941,5297.352664 +276,0.046513677,0.491503852,474,-1.069176439,0.182802941,4297.9107119 +277,0.027510309,0.742571376,474,-1.069176439,0.182802941,4356.7742022 +278,0.306285725,-0.214631579,474,-1.069176439,0.182802941,5634.4847452 +279,-1.100564889,0.318051531,474,-1.069176439,0.182802941,549.06971541 +280,-1.078582306,0.301437596,474,-1.069176439,0.182802941,471.29991678 +281,-1.137371989,-0.617634065,474,-1.069176439,0.182802941,3180.8028166 +282,0.784356344,0.703272339,474,-1.069176439,0.182802941,6585.5789829 +283,-1.221209947,0.218327455,474,-1.069176439,0.182802941,606.62108146 +284,2.347301921,-0.449114658,474,-1.069176439,0.182802941,10969.144766 +285,0.246820618,0.830553713,474,-1.069176439,0.182802941,5009.2987698 +286,0.829414965,0.703288228,474,-1.069176439,0.182802941,6713.9733549 +287,-1.337537566,0.42332223,474,-1.069176439,0.182802941,1389.2156734 +288,0.882453706,0.454478077,474,-1.069176439,0.182802941,7217.0500678 +289,1.575629659,0.416419109,474,-1.069176439,0.182802941,9389.0719225 +290,-1.039455679,0.229888244,474,-1.069176439,0.182802941,219.22229531 +291,0.489558039,0.934482747,474,-1.069176439,0.182802941,5612.4698937 +292,0.081344504,0.88384514,474,-1.069176439,0.182802941,4613.5022077 +293,-1.547979814,0.300350308,474,-1.069176439,0.182802941,1897.1997305 +294,0.040776181,0.168560074,474,-1.069176439,0.182802941,4321.4722842 +295,-1.130374745,0.563894876,474,-1.069176439,0.182802941,1525.9888879 +296,1.578326642,0.478507176,474,-1.069176439,0.182802941,9209.773622 +297,-1.12861823,-0.291640865,474,-1.069176439,0.182802941,1893.6432868 +298,0.310524208,0.770885792,474,-1.069176439,0.182802941,5177.4983066 +299,0.415649091,-0.387246002,474,-1.069176439,0.182802941,6184.1662596 +300,-0.926533878,-0.188022748,474,-1.069176439,0.182802941,1572.5951887 +301,1.258856172,-0.11716081,474,-1.069176439,0.182802941,9249.6306027 +302,-1.126050026,0.322941926,474,-1.069176439,0.182802941,596.32542506 +303,2.002785835,0.07893892,474,-1.069176439,0.182802941,11371.329516 +304,0.440437607,0.746258085,474,-1.069176439,0.182802941,5555.0724619 +305,-0.030391866,0.214441206,474,-1.069176439,0.182802941,4027.6134701 +306,0.521557815,-0.058929362,474,-1.069176439,0.182802941,6341.8688172 +307,-0.097005111,0.13317729,474,-1.069176439,0.182802941,3803.3838936 +308,1.83113859,0.221857587,474,-1.069176439,0.182802941,10581.147335 +309,0.222428864,0.099404236,474,-1.069176439,0.182802941,5066.0519976 +310,-1.702731345,0.8728568183,474,-1.069176439,0.182802941,3426.6230856 +311,-0.418507569,0.278324921,474,-1.069176439,0.182802941,2533.9746714 +312,-1.41153306,0.339029988,474,-1.069176439,0.182802941,1447.1062621 +313,0.357560442,0.114788776,474,-1.069176439,0.182802941,5581.1672033 +314,0.325818979,0.268352149,474,-1.069176439,0.182802941,5367.5553142 +315,-1.246004659,-0.663679965,474,-1.069176439,0.182802941,3416.3530447 +316,1.814603087,0.637404484,474,-1.069176439,0.182802941,9055.7924918 +317,1.843704281,-0.18300445,474,-1.069176439,0.182802941,11553.095885 +318,1.690644492,-0.211480909,474,-1.069176439,0.182802941,10957.003288 +319,-1.275451936,0.068109467,474,-1.069176439,0.182802941,928.83120956 +320,0.762430171,-0.207594741,474,-1.069176439,0.182802941,7369.1180288 +321,0.265668905,-0.014647884,474,-1.069176439,0.182802941,5314.1166558 +322,-2.773032013,-0.335515811,474,-1.069176439,0.182802941,6951.0429388 +323,-1.469512853,0.174058777,474,-1.069176439,0.182802941,1560.6019866 +324,0.286276986,0.785925691,474,-1.069176439,0.182802941,5109.7323538 +325,-1.379324697,0.377432233,474,-1.069176439,0.182802941,1407.7663058 +326,-1.203778265,0.212813032,474,-1.069176439,0.182802941,536.06929128 +327,0.579916301,0.611743168,474,-1.069176439,0.182802941,6057.7559573 +328,0.267582642,0.868113908,474,-1.069176439,0.182802941,5072.6244494 +329,0.412869244,-0.050245578,474,-1.069176439,0.182802941,5912.9809343 +330,0.17524381,0.976660285,474,-1.069176439,0.182802941,4901.9021776 +331,0.743157214,0.204812899,474,-1.069176439,0.182802941,6992.5227208 +332,-1.070758176,0.269382282,474,-1.069176439,0.182802941,342.99508076 +333,-1.230364251,0.329790229,474,-1.069176439,0.182802941,848.25444789 +334,-1.374813124,-0.024926835,474,-1.069176439,0.182802941,1458.8053316 +335,0.519780566,0.463669906,474,-1.069176439,0.182802941,5962.9703576 +336,-1.55108034,0.239698561,474,-1.069176439,0.182802941,1878.8520708 +337,0.180294813,0.029739425,474,-1.069176439,0.182802941,4949.13121 +338,0.67820924,0.268170153,474,-1.069176439,0.182802941,6692.0254381 +339,0.445798684,1.024001867,474,-1.069176439,0.182802941,5489.7008715 +340,0.691751283,0.150521402,474,-1.069176439,0.182802941,6844.2919886 +341,-1.036643551,-0.903056181,474,-1.069176439,0.182802941,4302.5303798 +342,-0.120287036,1.083325163,474,-1.069176439,0.182802941,4465.9171519 +343,2.823513113,-0.304487164,474,-1.069176439,0.182802941,9522.8921258 +344,0.457583172,1.12513373,474,-1.069176439,0.182802941,5494.2000109 +345,0.042918831,0.813795399,474,-1.069176439,0.182802941,4456.2273278 +346,1.196146777,-0.853142756,474,-1.069176439,0.182802941,8532.5909315 +347,0.206001358,-0.010430701,474,-1.069176439,0.182802941,5078.9642244 +348,-0.268308653,0.234799412,474,-1.069176439,0.182802941,3105.9752424 +349,0.759363263,0.736189579,474,-1.069176439,0.182802941,6474.3205504 +350,0.181363926,0.891988372,474,-1.069176439,0.182802941,4865.2389433 +351,-0.021111158,0.139103292,474,-1.069176439,0.182802941,4095.6374136 +352,-0.093355215,0.630686981,474,-1.069176439,0.182802941,3904.1657892 +353,0.40118964,0.681375926,474,-1.069176439,0.182802941,5460.3864201 +354,-0.721197315,1.304706234,474,-1.069176439,0.182802941,4511.7217144 +355,-1.076150317,0.212107639,474,-1.069176439,0.182802941,119.19417415 +356,-1.577164531,0.273993443,474,-1.069176439,0.182802941,1991.0233756 +357,-0.190788414,0.182208586,474,-1.069176439,0.182802941,3417.5975381 +358,-0.261349752,0.209710184,474,-1.069176439,0.182802941,3136.6191129 +359,-1.029303852,0.083549259,474,-1.069176439,0.182802941,423.13661025 +360,-1.268609162,0.330525297,474,-1.069176439,0.182802941,961.65429443 +361,1.282982244,-0.926641967,474,-1.069176439,0.182802941,8582.1586239 +362,0.217352334,0.731352408,474,-1.069176439,0.182802941,4903.800809 +363,-1.511833084,0.258629297,474,-1.069176439,0.182802941,1735.8534237 +364,0.338812194,0.823184618,474,-1.069176439,0.182802941,5255.0837762 +365,-0.324406489,1.134201999,474,-1.069176439,0.182802941,4281.7958732 +366,1.389579348,0.399185724,474,-1.069176439,0.182802941,8932.9300653 +367,2.047152199,-0.039082036,474,-1.069176439,0.182802941,11865.962916 +368,0.947780369,0.568250077,474,-1.069176439,0.182802941,7262.9420263 +369,0.763824846,0.576754987,474,-1.069176439,0.182802941,6676.5761602 +370,-0.142334657,0.928153068,474,-1.069176439,0.182802941,4150.9989645 +371,0.610266567,0.547265983,474,-1.069176439,0.182802941,6207.9030051 +372,0.210731629,0.746815056,474,-1.069176439,0.182802941,4887.9208706 +373,-1.34931644,0.316895224,474,-1.069176439,0.182802941,1198.1573194 +374,2.407696481,0.655030745,474,-1.069176439,0.182802941,8899.4337059 +375,0.64207831,0.545359131,474,-1.069176439,0.182802941,6314.6110472 +376,1.174597538,0.840588356,474,-1.069176439,0.182802941,7318.8399132 +377,0.660059424,0.010604079,474,-1.069176439,0.182802941,6831.1976211 +378,-0.730263819,0.010486456,474,-1.069176439,0.182802941,1498.8328174 +379,0.831068936,0.512339172,474,-1.069176439,0.182802941,6971.7289979 +380,1.301180979,0.72367476,474,-1.069176439,0.182802941,7886.6682269 +381,1.811128231,0.322854402,474,-1.069176439,0.182802941,10195.663218 +382,0.435105812,0.992284428,474,-1.069176439,0.182802941,5473.0328781 +383,0.62643634,0.592027932,474,-1.069176439,0.182802941,6222.4747517 +384,0.492988703,-0.516339467,474,-1.069176439,0.182802941,6548.5508869 +385,-0.162469483,0.112549365,474,-1.069176439,0.182802941,3559.6129882 +386,0.314630866,0.472006421,474,-1.069176439,0.182802941,5239.5814987 +387,0.166744804,0.822815954,474,-1.069176439,0.182802941,4792.5877546 +388,0.417159608,0.965805736,474,-1.069176439,0.182802941,5437.6762157 +389,0.106334961,0.868774244,474,-1.069176439,0.182802941,4663.703527 +390,0.815086969,-0.338144359,474,-1.069176439,0.182802941,7622.862939 +391,0.59867455,-0.230624824,474,-1.069176439,0.182802941,6755.5737148 +392,1.915104874,0.066220985,474,-1.069176439,0.182802941,11278.569265 +393,1.278093622,0.064463721,474,-1.069176439,0.182802941,9161.9895477 +394,-0.061477853,0.302997961,474,-1.069176439,0.182802941,3890.2560428 +395,0.251311504,0.626976942,474,-1.069176439,0.182802941,4998.8212641 +396,2.950242872,0.149095644,474,-1.069176439,0.182802941,8742.2327254 +397,-0.180294708,0.35375117,474,-1.069176439,0.182802941,3448.4021991 +398,1.010448592,-0.351180233,474,-1.069176439,0.182802941,8352.5590673 +399,-1.748740498,0.3686318073,474,-1.069176439,0.182802941,2684.4319043 +400,2.699635665,0.123533791,474,-1.069176439,0.182802941,9688.7969637 +401,0.496808033,0.823843254,474,-1.069176439,0.182802941,5679.1433497 +402,0.129574704,0.763364087,474,-1.069176439,0.182802941,4661.0011565 +403,1.798920311,0.817447563,474,-1.069176439,0.182802941,8365.2688194 +404,0.335987953,0.746786541,474,-1.069176439,0.182802941,5251.8447442 +405,-1.085413643,0.292154671,474,-1.069176439,0.182802941,437.62443408 +406,-0.155321003,0.508207011,474,-1.069176439,0.182802941,3607.8168877 +407,0.620529244,-0.301175104,474,-1.069176439,0.182802941,6879.8076648 +408,1.684402744,0.368716966,474,-1.069176439,0.182802941,9788.2024017 +409,0.300582244,-0.386397212,474,-1.069176439,0.182802941,5771.8778408 +410,2.913555946,-0.009225192,474,-1.069176439,0.182802941,9062.1157595 +411,1.465101417,0.493232532,474,-1.069176439,0.182802941,8897.0378071 +412,0.090612882,0.907955955,474,-1.069176439,0.182802941,4656.2826072 +413,2.987564726,-0.729568594,474,-1.069176439,0.182802941,8615.0683585 +414,-1.484261606,0.224149272,474,-1.069176439,0.182802941,1617.9339843 +415,0.164073421,0.303955133,474,-1.069176439,0.182802941,4741.3899257 +416,0.141441293,0.167552546,474,-1.069176439,0.182802941,4712.0017704 +417,2.931321023,-0.506718887,474,-1.069176439,0.182802941,9024.0646916 +418,2.21951565,0.700596356,474,-1.069176439,0.182802941,8903.275894 +419,0.268112576,1.199114336,474,-1.069176439,0.182802941,5212.8294339 +420,0.978913739,0.359223811,474,-1.069176439,0.182802941,7676.3159752 +421,1.210898818,0.522863584,474,-1.069176439,0.182802941,8133.5341269 +422,2.347397336,0.129231362,474,-1.069176439,0.182802941,10799.631456 +423,0.614394501,0.556878345,474,-1.069176439,0.182802941,6213.4461745 +424,-1.398079356,0.148483366,474,-1.069176439,0.182802941,1291.8970146 +425,2.535303836,-0.112984496,474,-1.069176439,0.182802941,10610.145368 +426,-1.019372593,-0.405322349,474,-1.069176439,0.182802941,2337.5520043 +427,-1.297785627,-0.160104069,474,-1.069176439,0.182802941,1629.9258845 +428,2.144554488,0.205051084,474,-1.069176439,0.182802941,10881.543487 +429,-2.242387083,-0.426171285,474,-1.069176439,0.182802941,5132.6845399 +430,0.338637212,0.909723676,474,-1.069176439,0.182802941,5255.9816134 +431,-0.148798452,0.691042401,474,-1.069176439,0.182802941,3796.9103718 +432,0.893524764,0.441829531,474,-1.069176439,0.182802941,7271.0896847 +433,0.969229347,-0.368847936,474,-1.069176439,0.182802941,8200.3849814 +434,0.436043248,0.800045688,474,-1.069176439,0.182802941,5523.9401078 +435,1.687946607,1.081504775,474,-1.069176439,0.182802941,7296.4987446 +436,0.522302046,-0.034889271,474,-1.069176439,0.182802941,6327.556199 +437,-0.178996113,-0.438090009,474,-1.069176439,0.182802941,4224.2089106 +438,-1.094339566,0.301444068,474,-1.069176439,0.182802941,479.78273473 +439,-1.064070054,0.242569932,474,-1.069176439,0.182802941,237.56089092 +440,-1.068153768,0.230387998,474,-1.069176439,0.182802941,188.52609441 +441,-3.00496892,-0.23989155,474,-1.069176439,0.182802941,7783.6478391 +442,0.21751974,0.766874888,474,-1.069176439,0.182802941,4912.4148361 +443,0.117229532,0.007619006,474,-1.069176439,0.182802941,4720.1569276 +444,0.777758451,0.420554741,474,-1.069176439,0.182802941,6900.6741721 +445,-0.252356999,0.250747086,474,-1.069176439,0.182802941,3166.1149124 +446,0.363148444,0.768483434,474,-1.069176439,0.182802941,5327.332703 +447,0.903191366,-0.118210676,474,-1.069176439,0.182802941,7865.3910884 +448,-0.205755923,0.149406178,474,-1.069176439,0.182802941,3372.2724579 +449,1.811996086,0.02364353,474,-1.069176439,0.182802941,11131.547058 +450,-1.100670221,0.314845373,474,-1.069176439,0.182802941,536.78913642 +451,0.340078597,0.850105132,474,-1.069176439,0.182802941,5258.0138831 +452,0.258757267,0.804969236,474,-1.069176439,0.182802941,5036.019892 +453,2.78505352,-0.155160804,474,-1.069176439,0.182802941,9660.9921093 +454,0.800551619,0.105822106,474,-1.069176439,0.182802941,7299.7808629 +455,0.437940882,-0.506194031,474,-1.069176439,0.182802941,6354.2903575 +456,2.230431122,0.63458615,474,-1.069176439,0.182802941,9152.9254871 +457,0.527965361,0.127667701,474,-1.069176439,0.182802941,6232.0145948 +458,-0.063643205,0.702093448,474,-1.069176439,0.182802941,4057.9703986 +459,1.408447268,0.133010502,474,-1.069176439,0.182802941,9542.2784658 +460,0.523795955,0.280266966,474,-1.069176439,0.182802941,6105.7299683 +461,-0.975769313,0.072177659,474,-1.069176439,0.182802941,571.43528451 +462,0.549774164,-0.463663986,474,-1.069176439,0.182802941,6712.9035766 +463,0.29245874,1.095549818,474,-1.069176439,0.182802941,5200.3235351 +464,0.143625958,0.816809593,474,-1.069176439,0.182802941,4727.5602419 +465,0.671902494,0.611159853,474,-1.069176439,0.182802941,6349.3351677 +466,1.239840988,0.6724199,474,-1.069176439,0.182802941,7871.3015426 +467,0.607829703,-0.10932137,474,-1.069176439,0.182802941,6712.1810531 +468,1.763020906,0.263996692,474,-1.069176439,0.182802941,10297.619846 +469,0.378714634,0.726066797,474,-1.069176439,0.182802941,5380.4603869 +470,2.196736143,-0.153862366,474,-1.069176439,0.182802941,11945.053449 +471,0.01702415,0.148991565,474,-1.069176439,0.182802941,4238.8390177 +472,-2.998490902,-0.158002487,474,-1.069176439,0.182802941,7720.3905107 +473,-3.051262951,-0.346595608,474,-1.069176439,0.182802941,7989.1688949 +474,-1.069176439,0.182802941,474,-1.069176439,0.182802941,0 +475,0.167157509,0.595344954,474,-1.069176439,0.182802941,4724.0709988 +476,0.613855648,0.681746124,474,-1.069176439,0.182802941,6106.8944981 +477,1.037012736,0.682555367,474,-1.069176439,0.182802941,7323.8407061 +478,-1.253574971,0.379755746,474,-1.069176439,0.182802941,1048.2756853 +479,3.108590453,-0.132620738,474,-1.069176439,0.182802941,8391.0843156 +480,0.565301296,0.022333262,474,-1.069176439,0.182802941,6453.7865483 +481,0.547898238,0.855555614,474,-1.069176439,0.182802941,5795.674367 +482,0.948309381,0.417393755,474,-1.069176439,0.182802941,7489.6825885 +483,-0.050600732,0.945269213,474,-1.069176439,0.182802941,4375.7175127 +484,-0.977651478,-0.572363064,474,-1.069176439,0.182802941,3011.1535463 +485,1.102014914,0.728861163,474,-1.069176439,0.182802941,7401.1606596 +486,2.927300795,-0.282939414,474,-1.069176439,0.182802941,9132.5841327 +487,-1.154565557,0.124434095,474,-1.069176439,0.182802941,406.36924287 +488,1.855331234,0.291044755,474,-1.069176439,0.182802941,10383.26033 +489,0.830290659,0.276904518,474,-1.069176439,0.182802941,7245.7952841 +490,0.485104466,-0.234867441,474,-1.069176439,0.182802941,6326.9451584 +491,0.521367572,-0.33161327,474,-1.069176439,0.182802941,6529.3827851 +1,-1.539031704,0.7349710123,475,0.167157509,0.595344954,5043.4790286 +2,-1.536990553,0.7349663874,475,0.167157509,0.595344954,5038.3400702 +3,-1.534951779,0.7349571355,475,0.167157509,0.595344954,5033.2129826 +4,-1.532906461,0.7349480293,475,0.167157509,0.595344954,5028.0655402 +5,-1.531320211,0.7346937278,475,0.167157509,0.595344954,5024.5703423 +6,-1.539451648,0.7335131775,475,0.167157509,0.595344954,5047.5052565 +7,-1.537429487,0.7335445708,475,0.167157509,0.595344954,5042.3361877 +8,-1.535484998,0.7335658704,475,0.167157509,0.595344954,5037.3807053 +9,-1.533488396,0.7336036027,475,0.167157509,0.595344954,5032.257181 +10,-1.531497785,0.7335842962,475,0.167157509,0.595344954,5027.2610761 +11,-1.530259379,0.7334777758,475,0.167157509,0.595344954,5024.3419554 +12,-1.5335454,0.7322346912,475,0.167157509,0.595344954,5035.1742003 +13,-1.531489083,0.7322238773,475,0.167157509,0.595344954,5029.9895005 +14,-1.530011122,0.7321679851,475,0.167157509,0.595344954,5026.3580096 +15,-1.53348106,0.7306614094,475,0.167157509,0.595344954,5038.2000986 +16,-1.531441779,0.7306962275,475,0.167157509,0.595344954,5032.9600968 +17,-1.529755654,0.7306933243,475,0.167157509,0.595344954,5028.6891747 +18,-1.533415048,0.7291384674,475,0.167157509,0.595344954,5041.1214731 +19,-1.531392093,0.7291705353,475,0.167157509,0.595344954,5035.9225264 +20,-1.529296523,0.7291214933,475,0.167157509,0.595344954,5030.6998956 +21,-1.535280942,0.727267644,475,0.167157509,0.595344954,5049.6574214 +22,-1.533378158,0.7276139666,475,0.167157509,0.595344954,5044.1216812 +23,-1.531340368,0.7276446587,475,0.167157509,0.595344954,5038.8819641 +24,-1.528960113,0.7276398177,475,0.167157509,0.595344954,5032.8398832 +25,-1.533313146,0.7260818349,475,0.167157509,0.595344954,5047.0677541 +26,-1.531259555,0.7260958115,475,0.167157509,0.595344954,5041.8157589 +27,-1.528926415,0.7260865555,475,0.167157509,0.595344954,5035.8955721 +28,-1.531226779,0.7245511789,475,0.167157509,0.595344954,5044.8650591 +29,-1.528904772,0.7245519194,475,0.167157509,0.595344954,5038.9462698 +30,-1.547195875,0.7409785979,475,0.167157509,0.595344954,5051.7400717 +31,-1.5451475,0.740980426,475,0.167157509,0.595344954,5046.6070431 +32,-1.543097679,0.7409798872,475,0.167157509,0.595344954,5041.4716948 +33,-1.540720364,0.7409892687,475,0.167157509,0.595344954,5035.4911331 +34,-1.547188511,0.7395198392,475,0.167157509,0.595344954,5054.7044929 +35,-1.545148587,0.7395226109,475,0.167157509,0.595344954,5049.5850519 +36,-1.543104538,0.7395314908,475,0.167157509,0.595344954,5044.4393357 +37,-1.540727751,0.7395306258,475,0.167157509,0.595344954,5038.4744081 +38,-1.547187029,0.7380014886,475,0.167157509,0.595344954,5057.8074765 +39,-1.545147315,0.7380012252,475,0.167157509,0.595344954,5052.6888997 +40,-1.54310719,0.7380060743,475,0.167157509,0.595344954,5047.5553626 +41,-1.540719671,0.7380068206,475,0.167157509,0.595344954,5041.5533204 +42,-1.547187189,0.7364799098,475,0.167157509,0.595344954,5060.9232112 +43,-1.545149996,0.7364853874,475,0.167157509,0.595344954,5055.7933776 +44,-1.543106091,0.7364823484,475,0.167157509,0.595344954,5050.660589 +45,-1.540717158,0.7364893901,475,0.167157509,0.595344954,5044.6353001 +46,-1.538663972,0.7410138672,475,0.167157509,0.595344954,5030.2807393 +47,-1.53695285,0.7409699132,475,0.167157509,0.595344954,5026.0730658 +48,-1.534910498,0.7409641297,475,0.167157509,0.595344954,5020.9529983 +49,-1.533145034,0.7409536636,475,0.167157509,0.595344954,5016.5352723 +50,-1.538681336,0.7395405883,475,0.167157509,0.595344954,5033.3130786 +51,-1.536999189,0.7395183096,475,0.167157509,0.595344954,5029.1296539 +52,-1.534923633,0.7395144222,475,0.167157509,0.595344954,5023.9166662 +53,-1.533267822,0.7395654306,475,0.167157509,0.595344954,5019.6460742 +54,-1.53867273,0.7380151077,475,0.167157509,0.595344954,5036.3881421 +55,-1.536980576,0.7379994392,475,0.167157509,0.595344954,5032.1612859 +56,-1.534931522,0.7379944961,475,0.167157509,0.595344954,5027.0112043 +57,-1.533387952,0.7379480264,475,0.167157509,0.595344954,5023.2156511 +58,-1.538682279,0.7364914363,475,0.167157509,0.595344954,5039.5073063 +59,-1.536980704,0.7364810563,475,0.167157509,0.595344954,5035.241143 +60,-1.534935567,0.7364752065,475,0.167157509,0.595344954,5030.0969098 +61,-1.533042592,0.7363876366,475,0.167157509,0.595344954,5025.4983512 +62,-1.545143426,0.7349628011,475,0.167157509,0.595344954,5058.8904229 +63,-1.543105297,0.7349691947,475,0.167157509,0.595344954,5053.7470515 +64,-1.541064533,0.7349647152,475,0.167157509,0.595344954,5048.6157568 +65,-1.545411803,0.7334624714,475,0.167157509,0.595344954,5062.6365073 +66,-1.543446606,0.7334780896,475,0.167157509,0.595344954,5057.652813 +67,-1.541475327,0.7334957295,475,0.167157509,0.595344954,5052.6465278 +68,-1.545401939,0.731963266,475,0.167157509,0.595344954,5065.6820936 +69,-1.54342253,0.7319915583,475,0.167157509,0.595344954,5060.631057 +70,-1.541455867,0.7320216438,475,0.167157509,0.595344954,5055.6054595 +71,-1.545410146,0.7304422281,475,0.167157509,0.595344954,5068.8199623 +72,-1.543435491,0.7304713664,475,0.167157509,0.595344954,5063.7735433 +73,-1.541463105,0.7304997613,475,0.167157509,0.595344954,5058.7313178 +74,-1.545414768,0.7289194936,475,0.167157509,0.595344954,5071.9543047 +75,-1.543435774,0.7289538557,475,0.167157509,0.595344954,5066.8805693 +76,-1.541457714,0.7289765881,475,0.167157509,0.595344954,5061.8299298 +77,-1.539449415,0.7320555866,475,0.167157509,0.595344954,5050.4684571 +78,-1.537429183,0.7321097681,475,0.167157509,0.595344954,5045.2523471 +79,-1.535472649,0.7321497267,475,0.167157509,0.595344954,5040.223253 +80,-1.539457899,0.7305333307,475,0.167157509,0.595344954,5053.592475 +81,-1.537453161,0.7305750503,475,0.167157509,0.595344954,5048.4351209 +82,-1.535479385,0.7306124949,475,0.167157509,0.595344954,5043.3618252 +83,-1.53946905,0.7290102593,475,0.167157509,0.595344954,5056.7270072 +84,-1.537459922,0.7290417293,475,0.167157509,0.595344954,5051.5736579 +85,-1.535451349,0.7290890157,475,0.167157509,0.595344954,5046.3864374 +86,-1.535522937,0.7279887191,475,0.167157509,0.595344954,5048.8051099 +87,-1.539442524,0.7274735939,475,0.167157509,0.595344954,5059.7958865 +88,-1.537424111,0.727521351,475,0.167157509,0.595344954,5054.5799541 +89,-1.539384641,0.7259505092,475,0.167157509,0.595344954,5062.7593632 +90,-1.537372391,0.7259947145,475,0.167157509,0.595344954,5057.5604462 +91,-1.535340789,0.7260435356,475,0.167157509,0.595344954,5052.2999117 +92,-1.539325716,0.7244369706,475,0.167157509,0.595344954,5065.7023804 +93,-1.537308932,0.7244801057,475,0.167157509,0.595344954,5060.4883139 +94,-1.535289068,0.7245247645,475,0.167157509,0.595344954,5055.2602377 +95,-1.533261366,0.7245550236,475,0.167157509,0.595344954,5050.0384142 +96,-1.539267302,0.722921924,475,0.167157509,0.595344954,5068.65145 +97,-1.537248972,0.7229660258,475,0.167157509,0.595344954,5063.4256635 +98,-1.535219431,0.7229916471,475,0.167157509,0.595344954,5058.2059067 +99,-1.53318962,0.7230212049,475,0.167157509,0.595344954,5052.9742222 +100,-1.531154816,0.7230299897,475,0.167157509,0.595344954,5047.7687748 +101,-1.528878341,0.7230370244,475,0.167157509,0.595344954,5041.9467531 +102,-1.539218189,0.7214009878,475,0.167157509,0.595344954,5071.6379265 +103,-1.537198791,0.7214422745,475,0.167157509,0.595344954,5066.409353 +104,-1.535179266,0.7214634354,475,0.167157509,0.595344954,5061.2183963 +105,-1.533156501,0.7214944644,475,0.167157509,0.595344954,5055.9958552 +106,-1.53113574,0.7215166021,475,0.167157509,0.595344954,5050.7933243 +107,-1.528874248,0.7215345535,475,0.167157509,0.595344954,5044.9810379 +108,-1.539217656,0.7198512397,475,0.167157509,0.595344954,5074.8089777 +109,-1.537199919,0.7199428763,475,0.167157509,0.595344954,5069.4759004 +110,-1.545425832,0.727397149,475,0.167157509,0.595344954,5075.1061848 +111,-1.543371177,0.7273916949,475,0.167157509,0.595344954,5069.9168173 +112,-1.541368852,0.7274523163,475,0.167157509,0.595344954,5064.7213182 +113,-1.545349067,0.7258710923,475,0.167157509,0.595344954,5078.0452689 +114,-1.54332671,0.7258603556,475,0.167157509,0.595344954,5072.9426458 +115,-1.541346831,0.7259242142,475,0.167157509,0.595344954,5067.7916003 +116,-1.545324355,0.7243383958,475,0.167157509,0.595344954,5081.1315714 +117,-1.543292796,0.7243617413,475,0.167157509,0.595344954,5075.9298993 +118,-1.541295822,0.7244024384,475,0.167157509,0.595344954,5070.7772274 +119,-1.543193859,0.7205570215,475,0.167157509,0.595344954,5083.4891905 +120,-1.550257047,0.7386738187,475,0.167157509,0.595344954,5064.1259427 +121,-1.549335448,0.7311736483,475,0.167157509,0.595344954,5077.2185791 +122,-1.533478843,0.7179891343,475,0.167157509,0.595344954,5063.9594476 +123,-1.556150555,0.738907041,475,0.167157509,0.595344954,5078.3932807 +124,-1.554324226,0.733414257,475,0.167157509,0.595344954,5085.1520324 +125,-1.554290846,0.7288285332,475,0.167157509,0.595344954,5094.5425749 +126,-1.55122487,0.7219795312,475,0.167157509,0.595344954,5100.9565479 +127,-1.525104458,0.7229399862,475,0.167157509,0.595344954,5032.5053111 +128,-1.519607711,0.7236181429,475,0.167157509,0.595344954,5017.0843341 +129,-1.513899999,0.7251107854,475,0.167157509,0.595344954,4999.4862957 +130,-1.536620762,0.7431061895,475,0.167157509,0.595344954,5020.9169219 +131,-1.5369566,0.7460845958,475,0.167157509,0.595344954,5015.7385574 +132,-1.545345528,0.7447040685,475,0.167157509,0.595344954,5039.5106146 +133,-1.532813921,0.7432306626,475,0.167157509,0.595344954,5011.1124137 +134,-1.554788248,0.7382381001,475,0.167157509,0.595344954,5076.3657811 +135,-1.540348126,0.7301594274,475,0.167157509,0.595344954,5056.6068845 +136,-1.538016084,0.7239051786,475,0.167157509,0.595344954,5063.4598547 +137,-1.525288962,0.7258085137,475,0.167157509,0.595344954,5027.1882301 +138,-1.534326986,0.731241342,475,0.167157509,0.595344954,5039.1668971 +139,-1.530733872,0.7303625216,475,0.167157509,0.595344954,5031.8397282 +141,-1.534354939,0.7328219978,475,0.167157509,0.595344954,5036.0322271 +142,-1.53157084,0.7292888153,475,0.167157509,0.595344954,5036.1367425 +143,-1.525691035,0.7263799874,475,0.167157509,0.595344954,5027.0606921 +144,-1.534031287,0.7495967835,475,0.167157509,0.595344954,5001.3462343 +145,-1.527714986,0.7283095957,475,0.167157509,0.595344954,5028.3198258 +146,-1.526189586,0.7271468292,475,0.167157509,0.595344954,5026.7841155 +147,-1.555177336,0.7375563366,475,0.167157509,0.595344954,5078.7449656 +148,-1.555080283,0.7312707794,475,0.167157509,0.595344954,5091.4800938 +149,-1.53856994,0.7224180299,475,0.167157509,0.595344954,5067.9073536 +150,-1.530837883,0.729933372,475,0.167157509,0.595344954,5032.971787 +151,-1.515066984,0.5854133365,475,0.167157509,0.595344954,5289.9307029 +152,-1.534731633,0.5368370046,475,0.167157509,0.595344954,5449.402967 +153,-1.515231902,0.5607085576,475,0.167157509,0.595344954,5342.7544196 +154,-2.616253799,1.0684566605,475,0.167157509,0.595344954,5752.7538721 +155,-1.956071439,0.5792177723,475,0.167157509,0.595344954,6446.4290817 +156,-1.951208514,0.5602434208,475,0.167157509,0.595344954,6488.0950245 +157,-1.944675062,0.6062144545,475,0.167157509,0.595344954,6344.4008376 +158,-1.613778386,0.6077989518,475,0.167157509,0.595344954,5511.1938041 +159,-2.035029014,0.6021432345,475,0.167157509,0.595344954,6559.500799 +160,-2.114989471,0.6801825058,475,0.167157509,0.595344954,6489.6593404 +161,-2.037382079,0.5765830025,475,0.167157509,0.595344954,6639.7832842 +162,-2.129855121,0.6585019963,475,0.167157509,0.595344954,6585.5536884 +163,-2.075141798,0.6493615843,475,0.167157509,0.595344954,6504.1076886 +164,-1.828626729,0.6948433129,475,0.167157509,0.595344954,5837.7816052 +165,-1.863329418,0.6735427691,475,0.167157509,0.595344954,5973.4787432 +166,-1.266037071,0.727988852,475,0.167157509,0.595344954,4337.8748735 +167,-1.277579582,0.7249010648,475,0.167157509,0.595344954,4374.1173468 +168,-1.258418684,0.7241194816,475,0.167157509,0.595344954,4322.9479708 +169,-1.317813974,0.6804850104,475,0.167157509,0.595344954,4557.2683815 +170,-1.344165204,0.6790988904,475,0.167157509,0.595344954,4632.7653614 +171,-1.427582102,0.5277120351,475,0.167157509,0.595344954,5158.4717996 +172,-1.402238616,0.457167829,475,0.167157509,0.595344954,5226.8669957 +173,-1.422454264,0.4996161999,475,0.167157509,0.595344954,5200.6021641 +174,-1.439089277,0.4894859811,475,0.167157509,0.595344954,5271.0069841 +175,-1.448126995,0.5182330266,475,0.167157509,0.595344954,5238.2297545 +176,-1.474626146,0.5881926574,475,0.167157509,0.595344954,5170.6329223 +177,-1.421139645,0.5584869783,475,0.167157509,0.595344954,5077.6682885 +178,-1.457037165,0.565943032,475,0.167157509,0.595344954,5166.1218952 +179,-2.757159358,0.3745319,475,0.167157509,0.595344954,8515.8011065 +180,-2.714309238,0.342054471,475,0.167157509,0.595344954,8603.3396683 +181,-2.000525337,0.774119946,475,0.167157509,0.595344954,5986.9449974 +183,-1.571413436,0.6777838382,475,0.167157509,0.595344954,5245.757457 +184,-1.552860289,0.6987663893,475,0.167157509,0.595344954,5153.3989049 +185,-1.521852374,0.7165827476,475,0.167157509,0.595344954,5037.0053873 +186,-1.503656267,0.6928968252,475,0.167157509,0.595344954,5037.396833 +187,-1.502753178,0.7136205882,475,0.167157509,0.595344954,4993.6557256 +188,-1.631894563,0.7343596465,475,0.167157509,0.595344954,5275.2354589 +189,-1.653765416,0.6770714026,475,0.167157509,0.595344954,5458.2268835 +190,-1.719812114,0.6715965947,475,0.167157509,0.595344954,5635.8689985 +191,-1.493406659,0.6646955447,475,0.167157509,0.595344954,5066.8889631 +192,-1.469120564,0.6613469966,475,0.167157509,0.595344954,5008.0832673 +193,-1.590551461,0.5326612937,475,0.167157509,0.595344954,5616.5212376 +194,-1.625979264,0.5247742243,475,0.167157509,0.595344954,5733.6408846 +195,-1.572293943,0.5238808754,475,0.167157509,0.595344954,5584.6441661 +196,-1.610848725,0.5477107964,475,0.167157509,0.595344954,5639.1161814 +197,-1.208485554,0.7918526018,475,0.167157509,0.595344954,4093.3634725 +198,-1.335601374,0.6869083083,475,0.167157509,0.595344954,4595.576928 +199,-1.346156996,0.6825213377,475,0.167157509,0.595344954,4632.3011089 +200,-1.324381037,0.6741422347,475,0.167157509,0.595344954,4586.3888614 +201,-1.242424992,0.7378949807,475,0.167157509,0.595344954,4258.6909115 +202,-1.270370057,0.7392461008,475,0.167157509,0.595344954,4332.4987532 +203,-1.448950472,0.7441675014,475,0.167157509,0.595344954,4795.9813839 +204,-1.492662363,0.7523026852,475,0.167157509,0.595344954,4892.0957653 +205,-1.479098966,0.7763855017,475,0.167157509,0.595344954,4812.2675567 +206,-1.633760714,0.7869022408,475,0.167157509,0.595344954,5164.5013316 +207,-1.647406434,0.8101289331,475,0.167157509,0.595344954,5145.3552767 +208,-1.564245052,0.5701509278,475,0.167157509,0.595344954,5459.752782 +209,-1.646289963,0.6833746083,475,0.167157509,0.595344954,5425.0450411 +210,-1.5820631,0.6751952144,475,0.167157509,0.595344954,5278.953294 +211,-1.613236298,0.6681681791,475,0.167157509,0.595344954,5374.8983362 +212,-1.914661867,0.8212566515,475,0.167157509,0.595344954,5687.0513295 +213,-1.742133237,0.7250275956,475,0.167157509,0.595344954,5560.9017764 +214,-2.033144872,0.6557314699,475,0.167157509,0.595344954,6397.9277177 +215,-2.039551981,0.6964723658,475,0.167157509,0.595344954,6291.0662559 +216,-1.247341019,0.7622473908,475,0.167157509,0.595344954,4236.6909844 +217,-1.298239787,0.7084123392,475,0.167157509,0.595344954,4456.8313688 +218,-1.308539688,0.6926545592,475,0.167157509,0.595344954,4511.090118 +219,-1.303263185,0.6888938396,475,0.167157509,0.595344954,4502.7153834 +220,-1.852400229,0.6004246149,475,0.167157509,0.595344954,6140.862188 +221,-1.288947707,0.7473773692,475,0.167157509,0.595344954,4370.0536967 +222,-1.372031502,0.7472790993,475,0.167157509,0.595344954,4590.4603579 +223,-1.289805721,0.7242157877,475,0.167157509,0.595344954,4408.4929949 +224,-1.350807603,0.7533498126,475,0.167157509,0.595344954,4524.5694457 +225,-1.329290365,0.7560442322,475,0.167157509,0.595344954,4463.5811729 +226,-1.410153004,0.616936428,475,0.167157509,0.595344954,4931.5329058 +227,-1.393445434,0.6308995063,475,0.167157509,0.595344954,4857.8422835 +228,-1.37595573,0.6241540638,475,0.167157509,0.595344954,4821.0881693 +229,-1.358388707,0.6172645205,475,0.167157509,0.595344954,4783.8600754 +230,-1.753741133,0.8281661666,475,0.167157509,0.595344954,5338.868568 +231,-1.47430987,0.6834615681,475,0.167157509,0.595344954,4978.4488211 +232,-1.421012508,0.7222725206,475,0.167157509,0.595344954,4763.4526238 +233,-1.4476833,0.6978557868,475,0.167157509,0.595344954,4879.6647461 +234,-1.470370723,0.6966193374,475,0.167157509,0.595344954,4942.2632213 +235,-1.429211703,0.7037216883,475,0.167157509,0.595344954,4819.4202927 +236,-1.700578405,0.6178673663,475,0.167157509,0.595344954,5715.9145444 +237,-1.678117619,0.6331716163,475,0.167157509,0.595344954,5621.8665402 +238,-1.725644578,0.6316331145,475,0.167157509,0.595344954,5746.8149922 +239,-2.14012759,0.7930497945,475,0.167157509,0.595344954,6184.9227493 +240,-2.103289431,0.7653606263,475,0.167157509,0.595344954,6205.9367166 +241,-1.318739838,0.7017808746,475,0.167157509,0.595344954,4523.9931106 +242,-1.396417427,0.7077900843,475,0.167157509,0.595344954,4724.3065957 +243,-1.35650337,0.7185539404,475,0.167157509,0.595344954,4598.23323 +244,-1.248884539,0.7274156818,475,0.167157509,0.595344954,4291.8565407 +245,-1.395014798,0.5761185243,475,0.167157509,0.595344954,4967.2213127 +246,-1.433377362,0.6064716109,475,0.167157509,0.595344954,5017.4910414 +247,-1.408172432,0.5903155476,475,0.167157509,0.595344954,4977.4735934 +248,-1.749645898,0.7757118084,475,0.167157509,0.595344954,5455.7921305 +249,-1.571626686,0.615046989,475,0.167157509,0.595344954,5381.8020552 +250,-1.514070049,0.6303003037,475,0.167157509,0.595344954,5193.1661487 +251,-1.480890369,0.6237966528,475,0.167157509,0.595344954,5115.5110835 +252,-1.704390658,0.5281680612,475,0.167157509,0.595344954,5941.393133 +253,-1.64434733,0.5254277498,475,0.167157509,0.595344954,5783.2089553 +254,-1.703855997,0.4792484842,475,0.167157509,0.595344954,6058.191927 +255,-1.692002383,0.5748825051,475,0.167157509,0.595344954,5796.0274425 +256,-1.854136457,0.5544643913,475,0.167157509,0.595344954,6266.4537383 +257,-1.665021206,0.520317736,475,0.167157509,0.595344954,5852.3817143 +258,-1.733654349,0.4845187345,475,0.167157509,0.595344954,6127.702429 +259,-1.720938188,0.5135933906,475,0.167157509,0.595344954,6021.6969673 +260,-1.742668307,0.553296122,475,0.167157509,0.595344954,5982.4413724 +261,-1.965659039,0.7142126903,475,0.167157509,0.595344954,6087.4332426 +262,-1.944438071,0.6772834804,475,0.167157509,0.595344954,6145.585862 +263,-1.270340967,0.7681487096,475,0.167157509,0.595344954,4289.3075752 +264,-1.353091884,0.6549276821,475,0.167157509,0.595344954,4700.3618992 +265,-1.333236659,0.6413584414,475,0.167157509,0.595344954,4668.5897406 +266,-1.352015998,0.6753788907,475,0.167157509,0.595344954,4661.018602 +267,-1.377988483,0.6577816235,475,0.167157509,0.595344954,4764.6875022 +268,-2.13075611,0.8318642051,475,0.167157509,0.595344954,6048.1090777 +269,-2.097910953,0.8259670014,475,0.167157509,0.595344954,6011.0569606 +270,-1.416382069,0.6694271549,475,0.167157509,0.595344954,4848.9652847 +271,-1.538905672,0.7535625993,475,0.167157509,0.595344954,5005.5056258 +272,-1.572309477,0.7803125099,475,0.167157509,0.595344954,5032.7126931 +273,-1.87759879,0.7503853417,475,0.167157509,0.595344954,5801.1928761 +274,1.152365588,0.590457682,475,0.167157509,0.595344954,3192.8344182 +275,0.350198001,0.718001859,475,0.167157509,0.595344954,751.19833085 +276,0.046513677,0.491503852,475,0.167157509,0.595344954,579.75470326 +277,0.027510309,0.742571376,475,0.167157509,0.595344954,726.13502846 +278,0.306285725,-0.214631579,475,0.167157509,0.595344954,3250.8497976 +279,-1.100564889,0.318051531,475,0.167157509,0.595344954,4548.2188737 +280,-1.078582306,0.301437596,475,0.167157509,0.595344954,4509.4485768 +281,-1.137371989,-0.617634065,475,0.167157509,0.595344954,6806.905452 +282,0.784356344,0.703272339,475,0.167157509,0.595344954,1979.7742426 +283,-1.221209947,0.218327455,475,0.167157509,0.595344954,5146.7988571 +284,2.347301921,-0.449114658,475,0.167157509,0.595344954,9132.0074172 +285,0.246820618,0.830553713,475,0.167157509,0.595344954,961.30076931 +286,0.829414965,0.703288228,475,0.167157509,0.595344954,2115.8976071 +287,-1.337537566,0.42332223,475,0.167157509,0.595344954,5096.8615776 +288,0.882453706,0.454478077,475,0.167157509,0.595344954,2497.2166784 +289,1.575629659,0.416419109,475,0.167157509,0.595344954,4808.9350967 +290,-1.039455679,0.229888244,475,0.167157509,0.595344954,4527.1249832 +291,0.489558039,0.934482747,475,0.167157509,0.595344954,1618.3164855 +292,0.081344504,0.88384514,475,0.167157509,0.595344954,1169.347221 +293,-1.547979814,0.300350308,475,0.167157509,0.595344954,6015.2568791 +294,0.040776181,0.168560074,475,0.167157509,0.595344954,1751.7470362 +295,-1.130374745,0.563894876,475,0.167157509,0.595344954,4199.9596366 +296,1.578326642,0.478507176,475,0.167157509,0.595344954,4699.1464851 +297,-1.12861823,-0.291640865,475,0.167157509,0.595344954,6007.4950687 +298,0.310524208,0.770885792,475,0.167157509,0.595344954,822.09417366 +299,0.415649091,-0.387246002,475,0.167157509,0.595344954,4003.1342292 +300,-0.926533878,-0.188022748,475,0.167157509,0.595344954,5144.4355408 +301,1.258856172,-0.11716081,475,0.167157509,0.595344954,4958.8533494 +302,-1.126050026,0.322941926,475,0.167157509,0.595344954,4621.5300698 +303,2.002785835,0.07893892,475,0.167157509,0.595344954,6905.8870472 +304,0.440437607,0.746258085,475,0.167157509,0.595344954,1034.7012441 +305,-0.030391866,0.214441206,475,0.167157509,0.595344954,1668.4159013 +306,0.521557815,-0.058929362,475,0.167157509,0.595344954,2909.5928142 +307,-0.097005111,0.13317729,475,0.167157509,0.595344954,2069.2448421 +308,1.83113859,0.221857587,475,0.167157509,0.595344954,6030.7499271 +309,0.222428864,0.099404236,475,0.167157509,0.595344954,1974.8680692 +310,-1.702731345,0.8728568183,475,0.167157509,0.595344954,5127.1435163 +311,-0.418507569,0.278324921,475,0.167157509,0.595344954,2431.0537955 +312,-1.41153306,0.339029988,475,0.167157509,0.595344954,5503.6645449 +313,0.357560442,0.114788776,475,0.167157509,0.595344954,2027.1646444 +314,0.325818979,0.268352149,475,0.167157509,0.595344954,1413.6701422 +315,-1.246004659,-0.663679965,475,0.167157509,0.595344954,7194.4905395 +316,1.814603087,0.637404484,475,0.167157509,0.595344954,5086.3229573 +317,1.843704281,-0.18300445,475,0.167157509,0.595344954,6971.0103853 +318,1.690644492,-0.211480909,475,0.167157509,0.595344954,6536.88696 +319,-1.275451936,0.068109467,475,0.167157509,0.595344954,5650.4988372 +320,0.762430171,-0.207594741,475,0.167157509,0.595344954,3890.2724759 +321,0.265668905,-0.014647884,475,0.167157509,0.595344954,2443.7969352 +322,-2.773032013,-0.335515811,475,0.167157509,0.595344954,11194.026943 +323,-1.469512853,0.174058777,475,0.167157509,0.595344954,6049.7992403 +324,0.286276986,0.785925691,475,0.167157509,0.595344954,837.17128169 +325,-1.379324697,0.377432233,475,0.167157509,0.595344954,5321.4401981 +326,-1.203778265,0.212813032,475,0.167157509,0.595344954,5101.4731776 +327,0.579916301,0.611743168,475,0.167157509,0.595344954,1344.5132994 +328,0.267582642,0.868113908,475,0.167157509,0.595344954,1119.3922399 +329,0.412869244,-0.050245578,475,0.167157509,0.595344954,2716.4836208 +330,0.17524381,0.976660285,475,0.167157509,0.595344954,1510.5513045 +331,0.743157214,0.204812899,475,0.167157509,0.595344954,2588.8650701 +332,-1.070758176,0.269382282,475,0.167157509,0.595344954,4548.4155552 +333,-1.230364251,0.329790229,475,0.167157509,0.595344954,4945.6471705 +334,-1.374813124,-0.024926835,475,0.167157509,0.595344954,6182.7957464 +335,0.519780566,0.463669906,475,0.167157509,0.595344954,1310.3558246 +336,-1.55108034,0.239698561,475,0.167157509,0.595344954,6162.5763725 +337,0.180294813,0.029739425,475,0.167157509,0.595344954,2240.8912701 +338,0.67820924,0.268170153,475,0.167157509,0.595344954,2235.3059423 +339,0.445798684,1.024001867,475,0.167157509,0.595344954,1849.8075625 +340,0.691751283,0.150521402,475,0.167157509,0.595344954,2597.3124306 +341,-1.036643551,-0.903056181,475,0.167157509,0.595344954,7248.9643018 +342,-0.120287036,1.083325163,475,0.167157509,0.595344954,2063.294593 +343,2.823513113,-0.304487164,475,0.167157509,0.595344954,10376.170429 +344,0.457583172,1.12513373,475,0.167157509,0.595344954,2212.8397585 +345,0.042918831,0.813795399,475,0.167157509,0.595344954,942.03818082 +346,1.196146777,-0.853142756,475,0.167157509,0.595344954,6785.0747074 +347,0.206001358,-0.010430701,475,0.167157509,0.595344954,2403.8183435 +348,-0.268308653,0.234799412,475,0.167157509,0.595344954,2116.9124912 +349,0.759363263,0.736189579,475,0.167157509,0.595344954,1913.0514766 +350,0.181363926,0.891988372,475,0.167157509,0.595344954,1175.7151968 +351,-0.021111158,0.139103292,475,0.167157509,0.595344954,1933.3611161 +352,-0.093355215,0.630686981,475,0.167157509,0.595344954,854.64100852 +353,0.40118964,0.681375926,475,0.167157509,0.595344954,817.63183436 +354,-0.721197315,1.304706234,475,0.167157509,0.595344954,3268.8234374 +355,-1.076150317,0.212107639,475,0.167157509,0.595344954,4684.7244103 +356,-1.577164531,0.273993443,475,0.167157509,0.595344954,6165.9951679 +357,-0.190788414,0.182208586,475,0.167157509,0.595344954,2087.9354408 +358,-0.261349752,0.209710184,475,0.167157509,0.595344954,2172.3471007 +359,-1.029303852,0.083549259,475,0.167157509,0.595344954,4811.975698 +360,-1.268609162,0.330525297,475,0.167157509,0.595344954,5067.1400836 +361,1.282982244,-0.926641967,475,0.167157509,0.595344954,7140.8793519 +362,0.217352334,0.731352408,475,0.167157509,0.595344954,560.94372509 +363,-1.511833084,0.258629297,475,0.167157509,0.595344954,5996.0465735 +364,0.338812194,0.823184618,475,0.167157509,0.595344954,1037.6319758 +365,-0.324406489,1.134201999,475,0.167157509,0.595344954,2435.5459628 +366,1.389579348,0.399185724,475,0.167157509,0.595344954,4246.1391696 +367,2.047152199,-0.039082036,475,0.167157509,0.595344954,7319.9056257 +368,0.947780369,0.568250077,475,0.167157509,0.595344954,2564.7627669 +369,0.763824846,0.576754987,475,0.167157509,0.595344954,1961.1924694 +370,-0.142334657,0.928153068,475,0.167157509,0.595344954,1579.3862809 +371,0.610266567,0.547265983,475,0.167157509,0.595344954,1484.7937425 +372,0.210731629,0.746815056,475,0.167157509,0.595344954,614.92781898 +373,-1.34931644,0.316895224,475,0.167157509,0.595344954,5353.589006 +374,2.407696481,0.655030745,475,0.167157509,0.595344954,6483.4434056 +375,0.64207831,0.545359131,475,0.167157509,0.595344954,1590.986838 +376,1.174597538,0.840588356,475,0.167157509,0.595344954,3079.2968052 +377,0.660059424,0.010604079,475,0.167157509,0.595344954,2949.6836983 +378,-0.730263819,0.010486456,475,0.167157509,0.595344954,4045.6928822 +379,0.831068936,0.512339172,475,0.167157509,0.595344954,2247.6953131 +380,1.301180979,0.72367476,475,0.167157509,0.595344954,3502.9347064 +381,1.811128231,0.322854402,475,0.167157509,0.595344954,5743.3721791 +382,0.435105812,0.992284428,475,0.167157509,0.595344954,1730.3137982 +383,0.62643634,0.592027932,475,0.167157509,0.595344954,1503.7595882 +384,0.492988703,-0.516339467,475,0.167157509,0.595344954,4569.107906 +385,-0.162469483,0.112549365,475,0.167157509,0.595344954,2261.385659 +386,0.314630866,0.472006421,475,0.167157509,0.595344954,700.585942 +387,0.166744804,0.822815954,475,0.167157509,0.595344954,901.01347336 +388,0.417159608,0.965805736,475,0.167157509,0.595344954,1620.0274152 +389,0.106334961,0.868774244,475,0.167157509,0.595344954,1097.4620812 +390,0.815086969,-0.338144359,475,0.167157509,0.595344954,4431.674009 +391,0.59867455,-0.230624824,475,0.167157509,0.595344954,3653.387636 +392,1.915104874,0.066220985,475,0.167157509,0.595344954,6652.4533129 +393,1.278093622,0.064463721,475,0.167157509,0.595344954,4579.675697 +394,-0.061477853,0.302997961,475,0.167157509,0.595344954,1413.442406 +395,0.251311504,0.626976942,475,0.167157509,0.595344954,300.32464098 +396,2.950242872,0.149095644,475,0.167157509,0.595344954,9202.2791544 +397,-0.180294708,0.35375117,475,0.167157509,0.595344954,1548.5725524 +398,1.010448592,-0.351180233,475,0.167157509,0.595344954,4914.656074 +399,-1.748740498,0.3686318073,475,0.167157509,0.595344954,6456.5461325 +400,2.699635665,0.123533791,475,0.167157509,0.595344954,8794.5312473 +401,0.496808033,0.823843254,475,0.167157509,0.595344954,1335.2367554 +402,0.129574704,0.763364087,475,0.167157509,0.595344954,675.45595411 +403,1.798920311,0.817447563,475,0.167157509,0.595344954,4701.314869 +404,0.335987953,0.746786541,475,0.167157509,0.595344954,795.20621067 +405,-1.085413643,0.292154671,475,0.167157509,0.595344954,4550.3535556 +406,-0.155321003,0.508207011,475,0.167157509,0.595344954,1139.2734172 +407,0.620529244,-0.301175104,475,0.167157509,0.595344954,3941.4295286 +408,1.684402744,0.368716966,475,0.167157509,0.595344954,5247.7927621 +409,0.300582244,-0.386397212,475,0.167157509,0.595344954,3921.0642577 +410,2.913555946,-0.009225192,475,0.167157509,0.595344954,9698.5390411 +411,1.465101417,0.493232532,475,0.167157509,0.595344954,4319.4555561 +412,0.090612882,0.907955955,475,0.167157509,0.595344954,1257.3242656 +413,2.987564726,-0.729568594,475,0.167157509,0.595344954,11311.881451 +414,-1.484261606,0.224149272,475,0.167157509,0.595344954,5985.5498337 +415,0.164073421,0.303955133,475,0.167157509,0.595344954,1154.2468817 +416,0.141441293,0.167552546,475,0.167157509,0.595344954,1697.0610561 +417,2.931321023,-0.506718887,475,0.167157509,0.595344954,11125.521933 +418,2.21951565,0.700596356,475,0.167157509,0.595344954,5950.8758315 +419,0.268112576,1.199114336,475,0.167157509,0.595344954,2402.1913717 +420,0.978913739,0.359223811,475,0.167157509,0.595344954,2977.106441 +421,1.210898818,0.522863584,475,0.167157509,0.595344954,3466.6214935 +422,2.347397336,0.129231362,475,0.167157509,0.595344954,7842.0428973 +423,0.614394501,0.556878345,475,0.167157509,0.595344954,1489.4434567 +424,-1.398079356,0.148483366,475,0.167157509,0.595344954,5874.8320664 +425,2.535303836,-0.112984496,475,0.167157509,0.595344954,9034.3561097 +426,-1.019372593,-0.405322349,475,0.167157509,0.595344954,5967.8315563 +427,-1.297785627,-0.160104069,475,0.167157509,0.595344954,6233.9777707 +428,2.144554488,0.205051084,475,0.167157509,0.595344954,7045.3946985 +429,-2.242387083,-0.426171285,475,0.167157509,0.595344954,9846.3567542 +430,0.338637212,0.909723676,475,0.167157509,0.595344954,1337.463266 +431,-0.148798452,0.691042401,475,0.167157509,0.595344954,1068.398975 +432,0.893524764,0.441829531,475,0.167157509,0.595344954,2553.3568551 +433,0.969229347,-0.368847936,475,0.167157509,0.595344954,4870.0573977 +434,0.436043248,0.800045688,475,0.167157509,0.595344954,1146.5882555 +435,1.687946607,1.081504775,475,0.167157509,0.595344954,4081.5531325 +436,0.522302046,-0.034889271,475,0.167157509,0.595344954,2825.0984333 +437,-0.178996113,-0.438090009,475,0.167157509,0.595344954,4295.509077 +438,-1.094339566,0.301444068,475,0.167157509,0.595344954,4560.9181168 +439,-1.064070054,0.242569932,475,0.167157509,0.595344954,4581.5112087 +440,-1.068153768,0.230387998,475,0.167157509,0.595344954,4620.1983766 +441,-3.00496892,-0.23989155,475,0.167157509,0.595344954,11031.637038 +442,0.21751974,0.766874888,475,0.167157509,0.595344954,696.75324499 +443,0.117229532,0.007619006,475,0.167157509,0.595344954,2335.3425811 +444,0.777758451,0.420554741,475,0.167157509,0.595344954,2211.1710311 +445,-0.252356999,0.250747086,475,0.167157509,0.595344954,2028.8763938 +446,0.363148444,0.768483434,475,0.167157509,0.595344954,911.27005439 +447,0.903191366,-0.118210676,475,0.167157509,0.595344954,3947.3057953 +448,-0.205755923,0.149406178,475,0.167157509,0.595344954,2227.9872403 +449,1.811996086,0.02364353,475,0.167157509,0.595344954,6412.0167506 +450,-1.100670221,0.314845373,475,0.167157509,0.595344954,4554.9102293 +451,0.340078597,0.850105132,475,0.167157509,0.595344954,1130.0997245 +452,0.258757267,0.804969236,475,0.167157509,0.595344954,874.93763017 +453,2.78505352,-0.155160804,475,0.167157509,0.595344954,9862.3797305 +454,0.800551619,0.105822106,475,0.167157509,0.595344954,3021.7518466 +455,0.437940882,-0.506194031,475,0.167157509,0.595344954,4479.5281869 +456,2.230431122,0.63458615,475,0.167157509,0.595344954,6153.7529892 +457,0.527965361,0.127667701,475,0.167157509,0.595344954,2273.5735793 +458,-0.063643205,0.702093448,475,0.167157509,0.595344954,840.9789308 +459,1.408447268,0.133010502,475,0.167157509,0.595344954,4848.1572184 +460,0.523795955,0.280266966,475,0.167157509,0.595344954,1780.0860207 +461,-0.975769313,0.072177659,475,0.167157509,0.595344954,4664.6855272 +462,0.549774164,-0.463663986,475,0.167157509,0.595344954,4434.0921117 +463,0.29245874,1.095549818,475,0.167157509,0.595344954,2005.7035503 +464,0.143625958,0.816809593,475,0.167157509,0.595344954,880.04652571 +465,0.671902494,0.611159853,475,0.167157509,0.595344954,1641.8448421 +466,1.239840988,0.6724199,475,0.167157509,0.595344954,3373.2423868 +467,0.607829703,-0.10932137,475,0.167157509,0.595344954,3242.706664 +468,1.763020906,0.263996692,475,0.167157509,0.595344954,5720.3066925 +469,0.378714634,0.726066797,475,0.167157509,0.595344954,838.74456924 +470,2.196736143,-0.153862366,475,0.167157509,0.595344954,8063.1517688 +471,0.01702415,0.148991565,475,0.167157509,0.595344954,1850.7197312 +472,-2.998490902,-0.158002487,475,0.167157509,0.595344954,10709.323891 +473,-3.051262951,-0.346595608,475,0.167157509,0.595344954,11422.249009 +474,-1.069176439,0.182802941,475,0.167157509,0.595344954,4724.0709988 +475,0.167157509,0.595344954,475,0.167157509,0.595344954,0 +476,0.613855648,0.681746124,475,0.167157509,0.595344954,1456.1047698 +477,1.037012736,0.682555367,475,0.167157509,0.595344954,2752.7018827 +478,-1.253574971,0.379755746,475,0.167157509,0.595344954,4919.811147 +479,3.108590453,-0.132620738,475,0.167157509,0.595344954,10470.565794 +480,0.565301296,0.022333262,475,0.167157509,0.595344954,2706.3389417 +481,0.547898238,0.855555614,475,0.167157509,0.595344954,1518.0626374 +482,0.948309381,0.417393755,475,0.167157509,0.595344954,2773.0029325 +483,-0.050600732,0.945269213,475,0.167157509,0.595344954,1512.7928536 +484,-0.977651478,-0.572363064,475,0.167157509,0.595344954,6285.8453578 +485,1.102014914,0.728861163,475,0.167157509,0.595344954,2920.286901 +486,2.927300795,-0.282939414,475,0.167157509,0.595344954,10607.584029 +487,-1.154565557,0.124434095,475,0.167157509,0.595344954,5130.2914305 +488,1.855331234,0.291044755,475,0.167157509,0.595344954,5952.2124781 +489,0.830290659,0.276904518,475,0.167157509,0.595344954,2672.2070878 +490,0.485104466,-0.234867441,475,0.167157509,0.595344954,3499.9999585 +491,0.521367572,-0.33161327,475,0.167157509,0.595344954,3907.2489037 +1,-1.539031704,0.7349710123,476,0.613855648,0.681746124,5801.7724023 +2,-1.536990553,0.7349663874,476,0.613855648,0.681746124,5797.871242 +3,-1.534951779,0.7349571355,476,0.613855648,0.681746124,5793.9828278 +4,-1.532906461,0.7349480293,476,0.613855648,0.681746124,5790.075689 +5,-1.531320211,0.7346937278,476,0.613855648,0.681746124,5787.7808691 +6,-1.539451648,0.7335131775,476,0.613855648,0.681746124,5806.9553299 +7,-1.537429487,0.7335445708,476,0.613855648,0.681746124,5802.97907 +8,-1.535484998,0.7335658704,476,0.613855648,0.681746124,5799.1771263 +9,-1.533488396,0.7336036027,476,0.613855648,0.681746124,5795.2205975 +10,-1.531497785,0.7335842962,476,0.613855648,0.681746124,5791.4410572 +11,-1.530259379,0.7334777758,476,0.613855648,0.681746124,5789.3694223 +12,-1.5335454,0.7322346912,476,0.613855648,0.681746124,5799.4290814 +13,-1.531489083,0.7322238773,476,0.613855648,0.681746124,5795.493106 +14,-1.530011122,0.7321679851,476,0.613855648,0.681746124,5792.8043952 +15,-1.53348106,0.7306614094,476,0.613855648,0.681746124,5804.0158478 +16,-1.531441779,0.7306962275,476,0.613855648,0.681746124,5799.9710419 +17,-1.529755654,0.7306933243,476,0.613855648,0.681746124,5796.7173343 +18,-1.533415048,0.7291384674,476,0.613855648,0.681746124,5808.448755 +19,-1.531392093,0.7291705353,476,0.613855648,0.681746124,5804.4387052 +20,-1.529296523,0.7291214933,476,0.613855648,0.681746124,5800.5248913 +21,-1.535280942,0.727267644,476,0.613855648,0.681746124,5817.6622149 +22,-1.533378158,0.7276139666,476,0.613855648,0.681746124,5812.9427976 +23,-1.531340368,0.7276446587,476,0.613855648,0.681746124,5808.903144 +24,-1.528960113,0.7276398177,476,0.613855648,0.681746124,5804.2993058 +25,-1.533313146,0.7260818349,476,0.613855648,0.681746124,5817.4054154 +26,-1.531259555,0.7260958115,476,0.613855648,0.681746124,5813.3800017 +27,-1.528926415,0.7260865555,476,0.613855648,0.681746124,5808.8749072 +28,-1.531226779,0.7245511789,476,0.613855648,0.681746124,5817.9376415 +29,-1.528904772,0.7245519194,476,0.613855648,0.681746124,5813.4185822 +30,-1.547195875,0.7409785979,476,0.613855648,0.681746124,5799.2635904 +31,-1.5451475,0.740980426,476,0.613855648,0.681746124,5795.3714131 +32,-1.543097679,0.7409798872,476,0.613855648,0.681746124,5791.4778903 +33,-1.540720364,0.7409892687,476,0.613855648,0.681746124,5786.925078 +34,-1.547188511,0.7395198392,476,0.613855648,0.681746124,5803.6468123 +35,-1.545148587,0.7395226109,476,0.613855648,0.681746124,5799.7631178 +36,-1.543104538,0.7395314908,476,0.613855648,0.681746124,5795.8475333 +37,-1.540727751,0.7395306258,476,0.613855648,0.681746124,5791.321084 +38,-1.547187029,0.7380014886,476,0.613855648,0.681746124,5808.2212099 +39,-1.545147315,0.7380012252,476,0.613855648,0.681746124,5804.3421628 +40,-1.54310719,0.7380060743,476,0.613855648,0.681746124,5800.4412659 +41,-1.540719671,0.7380068206,476,0.613855648,0.681746124,5795.8837603 +42,-1.547187189,0.7364799098,476,0.613855648,0.681746124,5812.8088594 +43,-1.545149996,0.7364853874,476,0.613855648,0.681746124,5808.9124338 +44,-1.543106091,0.7364823484,476,0.613855648,0.681746124,5805.0231809 +45,-1.540717158,0.7364893901,476,0.613855648,0.681746124,5800.4383082 +46,-1.538663972,0.7410138672,476,0.613855648,0.681746124,5782.9312672 +47,-1.53695285,0.7409699132,476,0.613855648,0.681746124,5779.7969062 +48,-1.534910498,0.7409641297,476,0.613855648,0.681746124,5775.9105172 +49,-1.533145034,0.7409536636,476,0.613855648,0.681746124,5772.5627972 +50,-1.538681336,0.7395405883,476,0.613855648,0.681746124,5787.3855141 +51,-1.536999189,0.7395183096,476,0.613855648,0.681746124,5784.2376326 +52,-1.534923633,0.7395144222,476,0.613855648,0.681746124,5780.277408 +53,-1.533267822,0.7395654306,476,0.613855648,0.681746124,5776.9519517 +54,-1.53867273,0.7380151077,476,0.613855648,0.681746124,5791.9472555 +55,-1.536980576,0.7379994392,476,0.613855648,0.681746124,5788.7563178 +56,-1.534931522,0.7379944961,476,0.613855648,0.681746124,5784.845029 +57,-1.533387952,0.7379480264,476,0.613855648,0.681746124,5782.0227826 +58,-1.538682279,0.7364914363,476,0.613855648,0.681746124,5796.5387152 +59,-1.536980704,0.7364810563,476,0.613855648,0.681746124,5793.3098072 +60,-1.534935567,0.7364752065,476,0.613855648,0.681746124,5789.4038365 +61,-1.533042592,0.7363876366,476,0.613855648,0.681746124,5786.0292577 +62,-1.545143426,0.7349628011,476,0.613855648,0.681746124,5813.485793 +63,-1.543105297,0.7349691947,476,0.613855648,0.681746124,5809.5742763 +64,-1.541064533,0.7349647152,476,0.613855648,0.681746124,5805.6847641 +65,-1.545411803,0.7334624714,476,0.613855648,0.681746124,5818.5177702 +66,-1.543446606,0.7334780896,476,0.613855648,0.681746124,5814.7139419 +67,-1.541475327,0.7334957295,476,0.613855648,0.681746124,5810.8872056 +68,-1.545401939,0.731963266,476,0.613855648,0.681746124,5823.0157728 +69,-1.54342253,0.7319915583,476,0.613855648,0.681746124,5819.141913 +70,-1.541455867,0.7320216438,476,0.613855648,0.681746124,5815.2819266 +71,-1.545410146,0.7304422281,476,0.613855648,0.681746124,5827.6145014 +72,-1.543435491,0.7304713664,476,0.613855648,0.681746124,5823.7424958 +73,-1.541463105,0.7304997613,476,0.613855648,0.681746124,5819.8719301 +74,-1.545414768,0.7289194936,476,0.613855648,0.681746124,5832.2118911 +75,-1.543435774,0.7289538557,476,0.613855648,0.681746124,5828.3111149 +76,-1.541457714,0.7289765881,476,0.613855648,0.681746124,5824.4419608 +77,-1.539449415,0.7320555866,476,0.613855648,0.681746124,5811.328843 +78,-1.537429183,0.7321097681,476,0.613855648,0.681746124,5807.2832615 +79,-1.535472649,0.7321497267,476,0.613855648,0.681746124,5803.397787 +80,-1.539457899,0.7305333307,476,0.613855648,0.681746124,5815.9175696 +81,-1.537453161,0.7305750503,476,0.613855648,0.681746124,5811.9343862 +82,-1.535479385,0.7306124949,476,0.613855648,0.681746124,5808.0185201 +83,-1.53946905,0.7290102593,476,0.613855648,0.681746124,5820.5143221 +84,-1.537459922,0.7290417293,476,0.613855648,0.681746124,5816.5486502 +85,-1.535451349,0.7290890157,476,0.613855648,0.681746124,5812.5313419 +86,-1.535522937,0.7279887191,476,0.613855648,0.681746124,5815.9682607 +87,-1.539442524,0.7274735939,476,0.613855648,0.681746124,5825.0797306 +88,-1.537424111,0.727521351,476,0.613855648,0.681746124,5821.0423241 +89,-1.539384641,0.7259505092,476,0.613855648,0.681746124,5829.5440762 +90,-1.537372391,0.7259947145,476,0.613855648,0.681746124,5825.5242504 +91,-1.535340789,0.7260435356,476,0.613855648,0.681746124,5821.4478891 +92,-1.539325716,0.7244369706,476,0.613855648,0.681746124,5833.9778299 +93,-1.537308932,0.7244801057,476,0.613855648,0.681746124,5829.9474992 +94,-1.535289068,0.7245247645,476,0.613855648,0.681746124,5825.9013588 +95,-1.533261366,0.7245550236,476,0.613855648,0.681746124,5821.8778662 +96,-1.539267302,0.722921924,476,0.613855648,0.681746124,5838.4171997 +97,-1.537248972,0.7229660258,476,0.613855648,0.681746124,5834.3760185 +98,-1.535219431,0.7229916471,476,0.613855648,0.681746124,5830.3632158 +99,-1.53318962,0.7230212049,476,0.613855648,0.681746124,5826.3326564 +100,-1.531154816,0.7230299897,476,0.613855648,0.681746124,5822.3491263 +101,-1.528878341,0.7230370244,476,0.613855648,0.681746124,5817.8942376 +102,-1.539218189,0.7214009878,476,0.613855648,0.681746124,5842.8923843 +103,-1.537198791,0.7214422745,476,0.613855648,0.681746124,5838.8526335 +104,-1.535179266,0.7214634354,476,0.613855648,0.681746124,5834.8676851 +105,-1.533156501,0.7214944644,476,0.613855648,0.681746124,5830.8414547 +106,-1.53113574,0.7215166021,476,0.613855648,0.681746124,5826.8403694 +107,-1.528874248,0.7215345535,476,0.613855648,0.681746124,5822.3766313 +108,-1.539217656,0.7198512397,476,0.613855648,0.681746124,5847.548542 +109,-1.537199919,0.7199428763,476,0.613855648,0.681746124,5843.355961 +110,-1.545425832,0.727397149,476,0.613855648,0.681746124,5836.8208803 +111,-1.543371177,0.7273916949,476,0.613855648,0.681746124,5832.8898049 +112,-1.541368852,0.7274523163,476,0.613855648,0.681746124,5828.8549602 +113,-1.545349067,0.7258710923,476,0.613855648,0.681746124,5841.2726536 +114,-1.54332671,0.7258603556,476,0.613855648,0.681746124,5837.414535 +115,-1.541346831,0.7259242142,476,0.613855648,0.681746124,5833.4082854 +116,-1.545324355,0.7243383958,476,0.613855648,0.681746124,5845.8446319 +117,-1.543292796,0.7243617413,476,0.613855648,0.681746124,5841.8612409 +118,-1.541295822,0.7244024384,476,0.613855648,0.681746124,5837.8869094 +119,-1.543193859,0.7205570215,476,0.613855648,0.681746124,5853.1267244 +120,-1.550257047,0.7386738187,476,0.613855648,0.681746124,5812.0199952 +121,-1.549335448,0.7311736483,476,0.613855648,0.681746124,5832.9128111 +122,-1.533478843,0.7179891343,476,0.613855648,0.681746124,5841.9716296 +123,-1.556150555,0.738907041,476,0.613855648,0.681746124,5822.4608149 +124,-1.554324226,0.733414257,476,0.613855648,0.681746124,5835.6348795 +125,-1.554290846,0.7288285332,476,0.613855648,0.681746124,5849.4526653 +126,-1.55122487,0.7219795312,476,0.613855648,0.681746124,5864.3097406 +127,-1.525104458,0.7229399862,476,0.613855648,0.681746124,5810.8179213 +128,-1.519607711,0.7236181429,476,0.613855648,0.681746124,5798.0375938 +129,-1.513899999,0.7251107854,476,0.613855648,0.681746124,5782.3988909 +130,-1.536620762,0.7431061895,476,0.613855648,0.681746124,5772.7595392 +131,-1.5369566,0.7460845958,476,0.613855648,0.681746124,5764.4727081 +132,-1.545345528,0.7447040685,476,0.613855648,0.681746124,5784.5357057 +133,-1.532813921,0.7432306626,476,0.613855648,0.681746124,5765.117581 +134,-1.554788248,0.7382381001,476,0.613855648,0.681746124,5821.9134699 +135,-1.540348126,0.7301594274,476,0.613855648,0.681746124,5818.7526869 +136,-1.538016084,0.7239051786,476,0.613855648,0.681746124,5833.0421701 +137,-1.525288962,0.7258085137,476,0.613855648,0.681746124,5802.6226749 +138,-1.534326986,0.731241342,476,0.613855648,0.681746124,5803.9115362 +139,-1.530733872,0.7303625216,476,0.613855648,0.681746124,5799.5996416 +141,-1.534354939,0.7328219978,476,0.613855648,0.681746124,5799.2305194 +142,-1.53157084,0.7292888153,476,0.613855648,0.681746124,5804.430913 +143,-1.525691035,0.7263799874,476,0.613855648,0.681746124,5801.7017965 +144,-1.534031287,0.7495967835,476,0.613855648,0.681746124,5748.3948523 +145,-1.527714986,0.7283095957,476,0.613855648,0.681746124,5799.8805432 +146,-1.526189586,0.7271468292,476,0.613855648,0.681746124,5800.3849607 +147,-1.555177336,0.7375563366,476,0.613855648,0.681746124,5824.7126394 +148,-1.555080283,0.7312707794,476,0.613855648,0.681746124,5843.5602198 +149,-1.53856994,0.7224180299,476,0.613855648,0.681746124,5838.5808692 +150,-1.530837883,0.729933372,476,0.613855648,0.681746124,5801.0842222 +151,-1.515066984,0.5854133365,476,0.613855648,0.681746124,6200.3709154 +152,-1.534731633,0.5368370046,476,0.613855648,0.681746124,6388.9784861 +153,-1.515231902,0.5607085576,476,0.613855648,0.681746124,6274.3660935 +154,-2.616253799,1.0684566605,476,0.613855648,0.681746124,5505.4023441 +155,-1.956071439,0.5792177723,476,0.613855648,0.681746124,7025.8822561 +156,-1.951208514,0.5602434208,476,0.613855648,0.681746124,7086.6984277 +157,-1.944675062,0.6062144545,476,0.613855648,0.681746124,6913.2607145 +158,-1.613778386,0.6077989518,476,0.613855648,0.681746124,6338.2337502 +159,-2.035029014,0.6021432345,476,0.613855648,0.681746124,7047.3083709 +160,-2.114989471,0.6801825058,476,0.613855648,0.681746124,6845.0090415 +161,-2.037382079,0.5765830025,476,0.613855648,0.681746124,7144.0500661 +162,-2.129855121,0.6585019963,476,0.613855648,0.681746124,6940.9799889 +163,-2.075141798,0.6493615843,476,0.613855648,0.681746124,6919.2216268 +164,-1.828626729,0.6948433129,476,0.613855648,0.681746124,6432.2329216 +165,-1.863329418,0.6735427691,476,0.613855648,0.681746124,6557.9971513 +166,-1.266037071,0.727988852,476,0.613855648,0.681746124,5249.8528098 +167,-1.277579582,0.7249010648,476,0.613855648,0.681746124,5283.7824883 +168,-1.258418684,0.7241194816,476,0.613855648,0.681746124,5242.5168553 +169,-1.317813974,0.6804850104,476,0.613855648,0.681746124,5491.4587164 +170,-1.344165204,0.6790988904,476,0.613855648,0.681746124,5554.7821099 +171,-1.427582102,0.5277120351,476,0.613855648,0.681746124,6169.9637043 +172,-1.402238616,0.457167829,476,0.613855648,0.681746124,6308.870168 +173,-1.422454264,0.4996161999,476,0.613855648,0.681746124,6237.9400314 +174,-1.439089277,0.4894859811,476,0.613855648,0.681746124,6307.0198242 +175,-1.448126995,0.5182330266,476,0.613855648,0.681746124,6245.7297032 +176,-1.474626146,0.5881926574,476,0.613855648,0.681746124,6103.2110902 +177,-1.421139645,0.5584869783,476,0.613855648,0.681746124,6066.984652 +178,-1.457037165,0.565943032,476,0.613855648,0.681746124,6128.3610776 +179,-2.757159358,0.3745319,476,0.613855648,0.681746124,8174.2923135 +180,-2.714309238,0.342054471,476,0.613855648,0.681746124,8329.9636596 +181,-2.000525337,0.774119946,476,0.613855648,0.681746124,6377.5828352 +183,-1.571413436,0.6777838382,476,0.613855648,0.681746124,6037.9217006 +184,-1.552860289,0.6987663893,476,0.613855648,0.681746124,5937.7332468 +185,-1.521852374,0.7165827476,476,0.613855648,0.681746124,5823.3870899 +186,-1.503656267,0.6928968252,476,0.613855648,0.681746124,5857.2677674 +187,-1.502753178,0.7136205882,476,0.613855648,0.681746124,5794.2753809 +188,-1.631894563,0.7343596465,476,0.613855648,0.681746124,5975.6486422 +189,-1.653765416,0.6770714026,476,0.613855648,0.681746124,6196.5994689 +190,-1.719812114,0.6715965947,476,0.613855648,0.681746124,6332.5272797 +191,-1.493406659,0.6646955447,476,0.613855648,0.681746124,5919.3233337 +192,-1.469120564,0.6613469966,476,0.613855648,0.681746124,5877.9861983 +193,-1.590551461,0.5326612937,476,0.613855648,0.681746124,6523.3315645 +194,-1.625979264,0.5247742243,476,0.613855648,0.681746124,6622.9593101 +195,-1.572293943,0.5238808754,476,0.613855648,0.681746124,6510.8393864 +196,-1.610848725,0.5477107964,476,0.613855648,0.681746124,6519.6390041 +197,-1.208485554,0.7918526018,476,0.613855648,0.681746124,4962.2905525 +198,-1.335601374,0.6869083083,476,0.613855648,0.681746124,5514.4415329 +199,-1.346156996,0.6825213377,476,0.613855648,0.681746124,5549.9735561 +200,-1.324381037,0.6741422347,476,0.613855648,0.681746124,5523.3749765 +201,-1.242424992,0.7378949807,476,0.613855648,0.681746124,5171.356036 +202,-1.270370057,0.7392461008,476,0.613855648,0.681746124,5230.7210091 +203,-1.448950472,0.7441675014,476,0.613855648,0.681746124,5597.4743252 +204,-1.492662363,0.7523026852,476,0.613855648,0.681746124,5660.7327039 +205,-1.479098966,0.7763855017,476,0.613855648,0.681746124,5564.3416803 +206,-1.633760714,0.7869022408,476,0.613855648,0.681746124,5813.6496388 +207,-1.647406434,0.8101289331,476,0.613855648,0.681746124,5763.2787062 +208,-1.564245052,0.5701509278,476,0.613855648,0.681746124,6352.1873785 +209,-1.646289963,0.6833746083,476,0.613855648,0.681746124,6162.8254842 +210,-1.5820631,0.6751952144,476,0.613855648,0.681746124,6066.6718355 +211,-1.613236298,0.6681681791,476,0.613855648,0.681746124,6148.6382796 +212,-1.914661867,0.8212566515,476,0.613855648,0.681746124,6108.6207333 +213,-1.742133237,0.7250275956,476,0.613855648,0.681746124,6194.122458 +214,-2.033144872,0.6557314699,476,0.613855648,0.681746124,6848.2112806 +215,-2.039551981,0.6964723658,476,0.613855648,0.681746124,6705.6160457 +216,-1.247341019,0.7622473908,476,0.613855648,0.681746124,5121.1518503 +217,-1.298239787,0.7084123392,476,0.613855648,0.681746124,5373.2146297 +218,-1.308539688,0.6926545592,476,0.613855648,0.681746124,5438.0424649 +219,-1.303263185,0.6888938396,476,0.613855648,0.681746124,5436.0030131 +220,-1.852400229,0.6004246149,476,0.613855648,0.681746124,6794.3248514 +221,-1.288947707,0.7473773692,476,0.613855648,0.681746124,5250.9220163 +222,-1.372031502,0.7472790993,476,0.613855648,0.681746124,5430.0685813 +223,-1.289805721,0.7242157877,476,0.613855648,0.681746124,5312.9682259 +224,-1.350807603,0.7533498126,476,0.613855648,0.681746124,5368.7631298 +225,-1.329290365,0.7560442322,476,0.613855648,0.681746124,5315.7248285 +226,-1.410153004,0.616936428,476,0.613855648,0.681746124,5875.8585157 +227,-1.393445434,0.6308995063,476,0.613855648,0.681746124,5798.7680545 +228,-1.37595573,0.6241540638,476,0.613855648,0.681746124,5777.7046909 +229,-1.358388707,0.6172645205,476,0.613855648,0.681746124,5756.1627361 +230,-1.753741133,0.8281661666,476,0.613855648,0.681746124,5869.9833408 +231,-1.47430987,0.6834615681,476,0.613855648,0.681746124,5824.5797257 +232,-1.421012508,0.7222725206,476,0.613855648,0.681746124,5602.1861483 +233,-1.4476833,0.6978557868,476,0.613855648,0.681746124,5727.3762542 +234,-1.470370723,0.6966193374,476,0.613855648,0.681746124,5778.1632486 +235,-1.429211703,0.7037216883,476,0.613855648,0.681746124,5671.8303553 +236,-1.700578405,0.6178673663,476,0.613855648,0.681746124,6473.300752 +237,-1.678117619,0.6331716163,476,0.613855648,0.681746124,6382.1435753 +238,-1.725644578,0.6316331145,476,0.613855648,0.681746124,6473.9306122 +239,-2.14012759,0.7930497945,476,0.613855648,0.681746124,6441.6139933 +240,-2.103289431,0.7653606263,476,0.613855648,0.681746124,6514.0707264 +241,-1.318739838,0.7017808746,476,0.613855648,0.681746124,5436.7979135 +242,-1.396417427,0.7077900843,476,0.613855648,0.681746124,5590.7015582 +243,-1.35650337,0.7185539404,476,0.613855648,0.681746124,5475.0276891 +244,-1.248884539,0.7274156818,476,0.613855648,0.681746124,5212.4788319 +245,-1.395014798,0.5761185243,476,0.613855648,0.681746124,5956.027003 +246,-1.433377362,0.6064716109,476,0.613855648,0.681746124,5958.0427719 +247,-1.408172432,0.5903155476,476,0.613855648,0.681746124,5946.576332 +248,-1.749645898,0.7757118084,476,0.613855648,0.681746124,6038.0145303 +249,-1.571626686,0.615046989,476,0.613855648,0.681746124,6230.3989675 +250,-1.514070049,0.6303003037,476,0.613855648,0.681746124,6064.513364 +251,-1.480890369,0.6237966528,476,0.613855648,0.681746124,6012.7917802 +252,-1.704390658,0.5281680612,476,0.613855648,0.681746124,6771.6246959 +253,-1.64434733,0.5254277498,476,0.613855648,0.681746124,6659.1817257 +254,-1.703855997,0.4792484842,476,0.613855648,0.681746124,6928.8278438 +255,-1.692002383,0.5748825051,476,0.613855648,0.681746124,6596.3587882 +256,-1.854136457,0.5544643913,476,0.613855648,0.681746124,6955.6892686 +257,-1.665021206,0.520317736,476,0.613855648,0.681746124,6717.8954804 +258,-1.733654349,0.4845187345,476,0.613855648,0.681746124,6971.4664864 +259,-1.720938188,0.5135933906,476,0.613855648,0.681746124,6851.4872167 +260,-1.742668307,0.553296122,476,0.613855648,0.681746124,6762.8688926 +261,-1.965659039,0.7142126903,476,0.613855648,0.681746124,6553.7783728 +262,-1.944438071,0.6772834804,476,0.613855648,0.681746124,6659.0604612 +263,-1.270340967,0.7681487096,476,0.613855648,0.681746124,5156.8265919 +264,-1.353091884,0.6549276821,476,0.613855648,0.681746124,5640.7405237 +265,-1.333236659,0.6413584414,476,0.613855648,0.681746124,5632.0412337 +266,-1.352015998,0.6753788907,476,0.613855648,0.681746124,5582.523827 +267,-1.377988483,0.6577816235,476,0.613855648,0.681746124,5689.1137685 +268,-2.13075611,0.8318642051,476,0.613855648,0.681746124,6287.2282282 +269,-2.097910953,0.8259670014,476,0.613855648,0.681746124,6281.9970673 +270,-1.416382069,0.6694271549,476,0.613855648,0.681746124,5741.3895523 +271,-1.538905672,0.7535625993,476,0.613855648,0.681746124,5745.7476115 +272,-1.572309477,0.7803125099,476,0.613855648,0.681746124,5726.4616014 +273,-1.87759879,0.7503853417,476,0.613855648,0.681746124,6310.5100831 +274,1.152365588,0.590457682,476,0.613855648,0.681746124,1744.7059438 +275,0.350198001,0.718001859,476,0.613855648,0.681746124,810.56862004 +276,0.046513677,0.491503852,476,0.613855648,0.681746124,2004.1012416 +277,0.027510309,0.742571376,476,0.613855648,0.681746124,1762.7451356 +278,0.306285725,-0.214631579,476,0.613855648,0.681746124,3727.9825448 +279,-1.100564889,0.318051531,476,0.613855648,0.681746124,5859.0061352 +280,-1.078582306,0.301437596,476,0.613855648,0.681746124,5836.6375109 +281,-1.137371989,-0.617634065,476,0.613855648,0.681746124,8198.3508793 +282,0.784356344,0.703272339,476,0.613855648,0.681746124,526.44619726 +283,-1.221209947,0.218327455,476,0.613855648,0.681746124,6465.737892 +284,2.347301921,-0.449114658,476,0.613855648,0.681746124,7795.3248247 +285,0.246820618,0.830553713,476,0.613855648,0.681746124,1205.1943185 +286,0.829414965,0.703288228,476,0.613855648,0.681746124,662.10557115 +287,-1.337537566,0.42332223,476,0.613855648,0.681746124,6238.2402538 +288,0.882453706,0.454478077,476,0.613855648,0.681746124,1267.0790805 +289,1.575629659,0.416419109,476,0.613855648,0.681746124,3360.8375531 +290,-1.039455679,0.229888244,476,0.613855648,0.681746124,5899.6303256 +291,0.489558039,0.934482747,476,0.613855648,0.681746124,1056.0060482 +292,0.081344504,0.88384514,476,0.613855648,0.681746124,1679.3392486 +293,-1.547979814,0.300350308,476,0.613855648,0.681746124,7128.439581 +294,0.040776181,0.168560074,476,0.613855648,0.681746124,2869.3927819 +295,-1.130374745,0.563894876,476,0.613855648,0.681746124,5328.8731638 +296,1.578326642,0.478507176,476,0.613855648,0.681746124,3244.1632391 +297,-1.12861823,-0.291640865,476,0.613855648,0.681746124,7463.0369048 +298,0.310524208,0.770885792,476,0.613855648,0.681746124,962.81702498 +299,0.415649091,-0.387246002,476,0.613855648,0.681746124,4297.6010404 +300,-0.926533878,-0.188022748,476,0.613855648,0.681746124,6597.1770145 +301,1.258856172,-0.11716081,476,0.613855648,0.681746124,3950.335713 +302,-1.126050026,0.322941926,476,0.613855648,0.681746124,5920.3809606 +303,2.002785835,0.07893892,476,0.613855648,0.681746124,5465.9757549 +304,0.440437607,0.746258085,476,0.613855648,0.681746124,578.09840166 +305,-0.030391866,0.214441206,476,0.613855648,0.681746124,2917.9612463 +306,0.521557815,-0.058929362,476,0.613855648,0.681746124,2953.1308535 +307,-0.097005111,0.13317729,476,0.613855648,0.681746124,3330.3631324 +308,1.83113859,0.221857587,476,0.613855648,0.681746124,4588.0887341 +309,0.222428864,0.099404236,476,0.613855648,0.681746124,2698.7288517 +310,-1.702731345,0.8728568183,476,0.613855648,0.681746124,5648.7205656 +311,-0.418507569,0.278324921,476,0.613855648,0.681746124,3886.7644074 +312,-1.41153306,0.339029988,476,0.613855648,0.681746124,6666.3639332 +313,0.357560442,0.114788776,476,0.613855648,0.681746124,2425.218734 +314,0.325818979,0.268352149,476,0.613855648,0.681746124,1919.006058 +315,-1.246004659,-0.663679965,476,0.613855648,0.681746124,8588.4395877 +316,1.814603087,0.637404484,476,0.613855648,0.681746124,3669.6054615 +317,1.843704281,-0.18300445,476,0.613855648,0.681746124,5663.058867 +318,1.690644492,-0.211480909,476,0.613855648,0.681746124,5312.0425915 +319,-1.275451936,0.068109467,476,0.613855648,0.681746124,7018.3116628 +320,0.762430171,-0.207594741,476,0.613855648,0.681746124,3565.185964 +321,0.265668905,-0.014647884,476,0.613855648,0.681746124,3034.8007883 +322,-2.773032013,-0.335515811,476,0.613855648,0.681746124,10835.718474 +323,-1.469512853,0.174058777,476,0.613855648,0.681746124,7288.0373867 +324,0.286276986,0.785925691,476,0.613855648,0.681746124,1045.043069 +325,-1.379324697,0.377432233,476,0.613855648,0.681746124,6474.2852416 +326,-1.203778265,0.212813032,476,0.613855648,0.681746124,6429.3708407 +327,0.579916301,0.611743168,476,0.613855648,0.681746124,297.2911572 +328,0.267582642,0.868113908,476,0.613855648,0.681746124,1220.5543819 +329,0.412869244,-0.050245578,476,0.613855648,0.681746124,2990.7712108 +330,0.17524381,0.976660285,476,0.613855648,0.681746124,1638.2424012 +331,0.743157214,0.204812899,476,0.613855648,0.681746124,1943.1806535 +332,-1.070758176,0.269382282,476,0.613855648,0.681746124,5893.9735843 +333,-1.230364251,0.329790229,476,0.613855648,0.681746124,6199.3504592 +334,-1.374813124,-0.024926835,476,0.613855648,0.681746124,7557.019994 +335,0.519780566,0.463669906,476,0.613855648,0.681746124,918.33029621 +336,-1.55108034,0.239698561,476,0.613855648,0.681746124,7315.681325 +337,0.180294813,0.029739425,476,0.613855648,0.681746124,3020.5760087 +338,0.67820924,0.268170153,476,0.613855648,0.681746124,1653.3831324 +339,0.445798684,1.024001867,476,0.613855648,0.681746124,1421.282956 +340,0.691751283,0.150521402,476,0.613855648,0.681746124,2122.3123186 +341,-1.036643551,-0.903056181,476,0.613855648,0.681746124,8448.9858811 +342,-0.120287036,1.083325163,476,0.613855648,0.681746124,2366.595707 +343,2.823513113,-0.304487164,476,0.613855648,0.681746124,8924.7240832 +344,0.457583172,1.12513373,476,0.613855648,0.681746124,1793.5472477 +345,0.042918831,0.813795399,476,0.613855648,0.681746124,1724.4464065 +346,1.196146777,-0.853142756,476,0.613855648,0.681746124,6413.1110225 +347,0.206001358,-0.010430701,476,0.613855648,0.681746124,3116.2005731 +348,-0.268308653,0.234799412,476,0.613855648,0.681746124,3540.1196901 +349,0.759363263,0.736189579,476,0.613855648,0.681746124,487.43561833 +350,0.181363926,0.891988372,476,0.613855648,0.681746124,1457.1768929 +351,-0.021111158,0.139103292,476,0.613855648,0.681746124,3114.5422956 +352,-0.093355215,0.630686981,476,0.613855648,0.681746124,2210.3237711 +353,0.40118964,0.681375926,476,0.613855648,0.681746124,653.68745348 +354,-0.721197315,1.304706234,476,0.613855648,0.681746124,3389.5721696 +355,-1.076150317,0.212107639,476,0.613855648,0.681746124,6053.9867431 +356,-1.577164531,0.273993443,476,0.613855648,0.681746124,7280.0118117 +357,-0.190788414,0.182208586,476,0.613855648,0.681746124,3452.1438902 +358,-0.261349752,0.209710184,476,0.613855648,0.681746124,3583.748898 +359,-1.029303852,0.083549259,476,0.613855648,0.681746124,6235.2170921 +360,-1.268609162,0.330525297,476,0.613855648,0.681746124,6303.948881 +361,1.282982244,-0.926641967,476,0.613855648,0.681746124,6770.8197955 +362,0.217352334,0.731352408,476,0.613855648,0.681746124,1206.9551065 +363,-1.511833084,0.258629297,476,0.613855648,0.681746124,7158.7620162 +364,0.338812194,0.823184618,476,0.613855648,0.681746124,969.88403258 +365,-0.324406489,1.134201999,476,0.613855648,0.681746124,2770.8118373 +366,1.389579348,0.399185724,476,0.613855648,0.681746124,2828.61768 +367,2.047152199,-0.039082036,476,0.613855648,0.681746124,5897.8449117 +368,0.947780369,0.568250077,476,0.613855648,0.681746124,1160.0919235 +369,0.763824846,0.576754987,476,0.613855648,0.681746124,634.73754336 +370,-0.142334657,0.928153068,476,0.613855648,0.681746124,2249.9394302 +371,0.610266567,0.547265983,476,0.613855648,0.681746124,532.80199243 +372,0.210731629,0.746815056,476,0.613855648,0.681746124,1229.552725 +373,-1.34931644,0.316895224,476,0.613855648,0.681746124,6562.0441482 +374,2.407696481,0.655030745,476,0.613855648,0.681746124,5230.5881789 +375,0.64207831,0.545359131,476,0.613855648,0.681746124,547.87665452 +376,1.174597538,0.840588356,476,0.613855648,0.681746124,1711.4740118 +377,0.660059424,0.010604079,476,0.613855648,0.681746124,2663.6669578 +378,-0.730263819,0.010486456,476,0.613855648,0.681746124,5500.5929465 +379,0.831068936,0.512339172,476,0.613855648,0.681746124,976.23152713 +380,1.301180979,0.72367476,476,0.613855648,0.681746124,2066.2039147 +381,1.811128231,0.322854402,476,0.613855648,0.681746124,4290.0076125 +382,0.435105812,0.992284428,476,0.613855648,0.681746124,1314.9032314 +383,0.62643634,0.592027932,476,0.613855648,0.681746124,357.62084083 +384,0.492988703,-0.516339467,476,0.613855648,0.681746124,4766.5469246 +385,-0.162469483,0.112549365,476,0.613855648,0.681746124,3566.5848057 +386,0.314630866,0.472006421,476,0.613855648,0.681746124,1290.9843123 +387,0.166744804,0.822815954,476,0.613855648,0.681746124,1400.3902445 +388,0.417159608,0.965805736,476,0.613855648,0.681746124,1239.8447154 +389,0.106334961,0.868774244,476,0.613855648,0.681746124,1601.6281993 +390,0.815086969,-0.338144359,476,0.613855648,0.681746124,4108.1410896 +391,0.59867455,-0.230624824,476,0.613855648,0.681746124,3614.3375142 +392,1.915104874,0.066220985,476,0.613855648,0.681746124,5229.1702712 +393,1.278093622,0.064463721,476,0.613855648,0.681746124,3415.4862779 +394,-0.061477853,0.302997961,476,0.613855648,0.681746124,2762.7676628 +395,0.251311504,0.626976942,476,0.613855648,0.681746124,1157.1970628 +396,2.950242872,0.149095644,476,0.613855648,0.681746124,8019.9072197 +397,-0.180294708,0.35375117,476,0.613855648,0.681746124,2987.3781698 +398,1.010448592,-0.351180233,476,0.613855648,0.681746124,4347.6626535 +399,-1.748740498,0.3686318073,476,0.613855648,0.681746124,7380.5938699 +400,2.699635665,0.123533791,476,0.613855648,0.681746124,7436.5705997 +401,0.496808033,0.823843254,476,0.613855648,0.681746124,656.13421833 +402,0.129574704,0.763364087,476,0.613855648,0.681746124,1467.4002296 +403,1.798920311,0.817447563,476,0.613855648,0.681746124,3369.5018663 +404,0.335987953,0.746786541,476,0.613855648,0.681746124,869.04379981 +405,-1.085413643,0.292154671,476,0.613855648,0.681746124,5879.9536437 +406,-0.155321003,0.508207011,476,0.613855648,0.681746124,2588.156645 +407,0.620529244,-0.301175104,476,0.613855648,0.681746124,3893.4295852 +408,1.684402744,0.368716966,476,0.613855648,0.681746124,3797.7317552 +409,0.300582244,-0.386397212,476,0.613855648,0.681746124,4387.4810688 +410,2.913555946,-0.009225192,476,0.613855648,0.681746124,8401.7572304 +411,1.465101417,0.493232532,476,0.613855648,0.681746124,2868.147983 +412,0.090612882,0.907955955,476,0.613855648,0.681746124,1687.6906219 +413,2.987564726,-0.729568594,476,0.613855648,0.681746124,10146.2064 +414,-1.484261606,0.224149272,476,0.613855648,0.681746124,7185.5851214 +415,0.164073421,0.303955133,476,0.613855648,0.681746124,2153.6369109 +416,0.141441293,0.167552546,476,0.613855648,0.681746124,2634.5885274 +417,2.931321023,-0.506718887,476,0.613855648,0.681746124,9683.9989166 +418,2.21951565,0.700596356,476,0.613855648,0.681746124,4654.1419845 +419,0.268112576,1.199114336,476,0.613855648,0.681746124,2179.2202112 +420,0.978913739,0.359223811,476,0.613855648,0.681746124,1781.6247004 +421,1.210898818,0.522863584,476,0.613855648,0.681746124,2034.0321929 +422,2.347397336,0.129231362,476,0.613855648,0.681746124,6394.4908624 +423,0.614394501,0.556878345,476,0.613855648,0.681746124,494.60431617 +424,-1.398079356,0.148483366,476,0.613855648,0.681746124,7160.1581429 +425,2.535303836,-0.112984496,476,0.613855648,0.681746124,7579.5285482 +426,-1.019372593,-0.405322349,476,0.613855648,0.681746124,7399.7689604 +427,-1.297785627,-0.160104069,476,0.613855648,0.681746124,7666.6398584 +428,2.144554488,0.205051084,476,0.613855648,0.681746124,5590.3093666 +429,-2.242387083,-0.426171285,476,0.613855648,0.681746124,11052.375472 +430,0.338637212,0.909723676,476,0.613855648,0.681746124,1176.8835168 +431,-0.148798452,0.691042401,476,0.613855648,0.681746124,2313.5352955 +432,0.893524764,0.441829531,476,0.613855648,0.681746124,1330.8321119 +433,0.969229347,-0.368847936,476,0.613855648,0.681746124,4365.0700877 +434,0.436043248,0.800045688,476,0.613855648,0.681746124,698.72513016 +435,1.687946607,1.081504775,476,0.613855648,0.681746124,2979.8625615 +436,0.522302046,-0.034889271,476,0.613855648,0.681746124,2858.1357955 +437,-0.178996113,-0.438090009,476,0.613855648,0.681746124,5318.2723722 +438,-1.094339566,0.301444068,476,0.613855648,0.681746124,5882.7039911 +439,-1.064070054,0.242569932,476,0.613855648,0.681746124,5941.3804577 +440,-1.068153768,0.230387998,476,0.613855648,0.681746124,5984.1259079 +441,-3.00496892,-0.23989155,476,0.613855648,0.681746124,10027.921546 +442,0.21751974,0.766874888,476,0.613855648,0.681746124,1218.7525946 +443,0.117229532,0.007619006,476,0.613855648,0.681746124,3219.5810435 +444,0.777758451,0.420554741,476,0.613855648,0.681746124,1171.4704193 +445,-0.252356999,0.250747086,476,0.613855648,0.681746124,3452.6061169 +446,0.363148444,0.768483434,476,0.613855648,0.681746124,817.30001038 +447,0.903191366,-0.118210676,476,0.613855648,0.681746124,3341.9770453 +448,-0.205755923,0.149406178,476,0.613855648,0.681746124,3583.9180034 +449,1.811996086,0.02364353,476,0.613855648,0.681746124,5025.3090084 +450,-1.100670221,0.314845373,476,0.613855648,0.681746124,5867.3898582 +451,0.340078597,0.850105132,476,0.613855648,0.681746124,1023.870644 +452,0.258757267,0.804969236,476,0.613855648,0.681746124,1140.3953509 +453,2.78505352,-0.155160804,476,0.613855648,0.681746124,8438.2784302 +454,0.800551619,0.105822106,476,0.613855648,0.681746124,2377.0460405 +455,0.437940882,-0.506194031,476,0.613855648,0.681746124,4750.0845518 +456,2.230431122,0.63458615,476,0.613855648,0.681746124,4826.8555413 +457,0.527965361,0.127667701,476,0.613855648,0.681746124,2215.984881 +458,-0.063643205,0.702093448,476,0.613855648,0.681746124,2051.3911498 +459,1.408447268,0.133010502,476,0.613855648,0.681746124,3559.164012 +460,0.523795955,0.280266966,476,0.613855648,0.681746124,1620.6363358 +461,-0.975769313,0.072177659,476,0.613855648,0.681746124,6099.6594768 +462,0.549774164,-0.463663986,476,0.613855648,0.681746124,4543.1659233 +463,0.29245874,1.095549818,476,0.613855648,0.681746124,1809.9477573 +464,0.143625958,0.816809593,476,0.613855648,0.681746124,1455.9570787 +465,0.671902494,0.611159853,476,0.613855648,0.681746124,334.38607822 +466,1.239840988,0.6724199,476,0.613855648,0.681746124,1920.2266895 +467,0.607829703,-0.10932137,476,0.613855648,0.681746124,3133.4964009 +468,1.763020906,0.263996692,476,0.613855648,0.681746124,4278.4843892 +469,0.378714634,0.726066797,476,0.613855648,0.681746124,730.55519846 +470,2.196736143,-0.153862366,476,0.613855648,0.681746124,6641.9678982 +471,0.01702415,0.148991565,476,0.613855648,0.681746124,2988.2968148 +472,-2.998490902,-0.158002487,476,0.613855648,0.681746124,9781.8480515 +473,-3.051262951,-0.346595608,476,0.613855648,0.681746124,10220.404264 +474,-1.069176439,0.182802941,476,0.613855648,0.681746124,6106.8944981 +475,0.167157509,0.595344954,476,0.613855648,0.681746124,1456.1047698 +476,0.613855648,0.681746124,476,0.613855648,0.681746124,0 +477,1.037012736,0.682555367,476,0.613855648,0.681746124,1297.1465243 +478,-1.253574971,0.379755746,476,0.613855648,0.681746124,6131.6176638 +479,3.108590453,-0.132620738,476,0.613855648,0.681746124,9279.4130389 +480,0.565301296,0.022333262,476,0.613855648,0.681746124,2617.8435936 +481,0.547898238,0.855555614,476,0.613855648,0.681746124,713.37377754 +482,0.948309381,0.417393755,476,0.613855648,0.681746124,1534.1072421 +483,-0.050600732,0.945269213,476,0.613855648,0.681746124,2052.2585786 +484,-0.977651478,-0.572363064,476,0.613855648,0.681746124,7658.6607106 +485,1.102014914,0.728861163,476,0.613855648,0.681746124,1477.4491279 +486,2.927300795,-0.282939414,476,0.613855648,0.681746124,9184.5182526 +487,-1.154565557,0.124434095,476,0.613855648,0.681746124,6511.5924844 +488,1.855331234,0.291044755,476,0.613855648,0.681746124,4499.0450992 +489,0.830290659,0.276904518,476,0.613855648,0.681746124,1770.6474401 +490,0.485104466,-0.234867441,476,0.613855648,0.681746124,3661.8120835 +491,0.521367572,-0.33161327,476,0.613855648,0.681746124,4028.5458955 +1,-1.539031704,0.7349710123,477,1.037012736,0.682555367,6471.7880651 +2,-1.536990553,0.7349663874,477,1.037012736,0.682555367,6469.3017266 +3,-1.534951779,0.7349571355,477,1.037012736,0.682555367,6466.8270068 +4,-1.532906461,0.7349480293,477,1.037012736,0.682555367,6464.3357335 +5,-1.531320211,0.7346937278,477,1.037012736,0.682555367,6463.2861304 +6,-1.539451648,0.7335131775,477,1.037012736,0.682555367,6477.5521042 +7,-1.537429487,0.7335445708,477,1.037012736,0.682555367,6474.9576121 +8,-1.535484998,0.7335658704,477,1.037012736,0.682555367,6472.4875352 +9,-1.533488396,0.7336036027,477,1.037012736,0.682555367,6469.8868629 +10,-1.531497785,0.7335842962,477,1.037012736,0.682555367,6467.4911 +11,-1.530259379,0.7334777758,477,1.037012736,0.682555367,6466.3361214 +12,-1.5335454,0.7322346912,477,1.037012736,0.682555367,6474.8775462 +13,-1.531489083,0.7322238773,477,1.037012736,0.682555367,6472.3666648 +14,-1.530011122,0.7321679851,477,1.037012736,0.682555367,6470.7297454 +15,-1.53348106,0.7306614094,477,1.037012736,0.682555367,6480.4524246 +16,-1.531441779,0.7306962275,477,1.037012736,0.682555367,6477.7947489 +17,-1.529755654,0.7306933243,477,1.037012736,0.682555367,6475.7052358 +18,-1.533415048,0.7291384674,477,1.037012736,0.682555367,6485.8439488 +19,-1.531392093,0.7291705353,477,1.037012736,0.682555367,6483.2125534 +20,-1.529296523,0.7291214933,477,1.037012736,0.682555367,6480.7738851 +21,-1.535280942,0.727267644,477,1.037012736,0.682555367,6494.8855291 +22,-1.533378158,0.7276139666,477,1.037012736,0.682555367,6491.2769413 +23,-1.531340368,0.7276446587,477,1.037012736,0.682555367,6488.6281832 +24,-1.528960113,0.7276398177,477,1.037012736,0.682555367,6485.6704699 +25,-1.533313146,0.7260818349,477,1.037012736,0.682555367,6496.7020804 +26,-1.531259555,0.7260958115,477,1.037012736,0.682555367,6494.0896533 +27,-1.528926415,0.7260865555,477,1.037012736,0.682555367,6491.2021202 +28,-1.531226779,0.7245511789,477,1.037012736,0.682555367,6499.5956857 +29,-1.528904772,0.7245519194,477,1.037012736,0.682555367,6496.6818312 +30,-1.547195875,0.7409785979,477,1.037012736,0.682555367,6460.0295953 +31,-1.5451475,0.740980426,477,1.037012736,0.682555367,6457.5574239 +32,-1.543097679,0.7409798872,477,1.037012736,0.682555367,6455.0840598 +33,-1.540720364,0.7409892687,477,1.037012736,0.682555367,6452.1694725 +34,-1.547188511,0.7395198392,477,1.037012736,0.682555367,6465.2877218 +35,-1.545148587,0.7395226109,477,1.037012736,0.682555367,6462.8188331 +36,-1.543104538,0.7395314908,477,1.037012736,0.682555367,6460.3150077 +37,-1.540727751,0.7395306258,477,1.037012736,0.682555367,6457.4339728 +38,-1.547187029,0.7380014886,477,1.037012736,0.682555367,6470.7679808 +39,-1.545147315,0.7380012252,477,1.037012736,0.682555367,6468.3066782 +40,-1.54310719,0.7380060743,477,1.037012736,0.682555367,6465.8185037 +41,-1.540719671,0.7380068206,477,1.037012736,0.682555367,6462.9143558 +42,-1.547187189,0.7364799098,477,1.037012736,0.682555367,6476.2617733 +43,-1.545149996,0.7364853874,477,1.037012736,0.682555367,6473.7791896 +44,-1.543106091,0.7364823484,477,1.037012736,0.682555367,6471.3112586 +45,-1.540717158,0.7364893901,477,1.037012736,0.682555367,6468.3784333 +46,-1.538663972,0.7410138672,477,1.037012736,0.682555367,6449.5803753 +47,-1.53695285,0.7409699132,477,1.037012736,0.682555367,6447.6518 +48,-1.534910498,0.7409641297,477,1.037012736,0.682555367,6445.1745447 +49,-1.533145034,0.7409536636,477,1.037012736,0.682555367,6443.0464053 +50,-1.538681336,0.7395405883,477,1.037012736,0.682555367,6454.9062419 +51,-1.536999189,0.7395183096,477,1.037012736,0.682555367,6452.9321811 +52,-1.534923633,0.7395144222,477,1.037012736,0.682555367,6450.4040495 +53,-1.533267822,0.7395654306,477,1.037012736,0.682555367,6448.1868442 +54,-1.53867273,0.7380151077,477,1.037012736,0.682555367,6460.3883157 +55,-1.536980576,0.7379994392,477,1.037012736,0.682555367,6458.375158 +56,-1.534931522,0.7379944961,477,1.037012736,0.682555367,6455.8795832 +57,-1.533387952,0.7379480264,477,1.037012736,0.682555367,6454.1480138 +58,-1.538682279,0.7364914363,477,1.037012736,0.682555367,6465.8859553 +59,-1.536980704,0.7364810563,477,1.037012736,0.682555367,6463.8392028 +60,-1.534935567,0.7364752065,477,1.037012736,0.682555367,6461.3480324 +61,-1.533042592,0.7363876366,477,1.037012736,0.682555367,6459.3303594 +62,-1.545143426,0.7349628011,477,1.037012736,0.682555367,6479.2647426 +63,-1.543105297,0.7349691947,477,1.037012736,0.682555367,6476.7661633 +64,-1.541064533,0.7349647152,477,1.037012736,0.682555367,6474.2956414 +65,-1.545411803,0.7334624714,477,1.037012736,0.682555367,6485.0037005 +66,-1.543446606,0.7334780896,477,1.037012736,0.682555367,6482.5581371 +67,-1.541475327,0.7334957295,477,1.037012736,0.682555367,6480.0905465 +68,-1.545401939,0.731963266,477,1.037012736,0.682555367,6490.401129 +69,-1.54342253,0.7319915583,477,1.037012736,0.682555367,6487.8890552 +70,-1.541455867,0.7320216438,477,1.037012736,0.682555367,6485.3787382 +71,-1.545410146,0.7304422281,477,1.037012736,0.682555367,6495.8991935 +72,-1.543435491,0.7304713664,477,1.037012736,0.682555367,6493.3863885 +73,-1.541463105,0.7304997613,477,1.037012736,0.682555367,6490.8717013 +74,-1.545414768,0.7289194936,477,1.037012736,0.682555367,6501.3989283 +75,-1.543435774,0.7289538557,477,1.037012736,0.682555367,6498.8584873 +76,-1.541457714,0.7289765881,477,1.037012736,0.682555367,6496.3537405 +77,-1.539449415,0.7320555866,477,1.037012736,0.682555367,6482.7984561 +78,-1.537429183,0.7321097681,477,1.037012736,0.682555367,6480.1208503 +79,-1.535472649,0.7321497267,477,1.037012736,0.682555367,6477.565504 +80,-1.539457899,0.7305333307,477,1.037012736,0.682555367,6488.2907372 +81,-1.537453161,0.7305750503,477,1.037012736,0.682555367,6485.6734894 +82,-1.535479385,0.7306124949,477,1.037012736,0.682555367,6483.1024159 +83,-1.53946905,0.7290102593,477,1.037012736,0.682555367,6493.7891591 +84,-1.537459922,0.7290417293,477,1.037012736,0.682555367,6491.199828 +85,-1.535451349,0.7290890157,477,1.037012736,0.682555367,6488.5467363 +86,-1.535522937,0.7279887191,477,1.037012736,0.682555367,6492.5924505 +87,-1.539442524,0.7274735939,477,1.037012736,0.682555367,6499.2900335 +88,-1.537424111,0.727521351,477,1.037012736,0.682555367,6496.6268812 +89,-1.539384641,0.7259505092,477,1.037012736,0.682555367,6504.703094 +90,-1.537372391,0.7259947145,477,1.037012736,0.682555367,6502.0565156 +91,-1.535340789,0.7260435356,477,1.037012736,0.682555367,6499.3617575 +92,-1.539325716,0.7244369706,477,1.037012736,0.682555367,6510.080165 +93,-1.537308932,0.7244801057,477,1.037012736,0.682555367,6507.42801 +94,-1.535289068,0.7245247645,477,1.037012736,0.682555367,6504.7589479 +95,-1.533261366,0.7245550236,477,1.037012736,0.682555367,6502.124249 +96,-1.539267302,0.722921924,477,1.037012736,0.682555367,6515.4629681 +97,-1.537248972,0.7229660258,477,1.037012736,0.682555367,6512.8015978 +98,-1.535219431,0.7229916471,477,1.037012736,0.682555367,6510.185099 +99,-1.53318962,0.7230212049,477,1.037012736,0.682555367,6507.5463426 +100,-1.531154816,0.7230299897,477,1.037012736,0.682555367,6504.968174 +101,-1.528878341,0.7230370244,477,1.037012736,0.682555367,6502.0844875 +102,-1.539218189,0.7214009878,477,1.037012736,0.682555367,6520.8781768 +103,-1.537198791,0.7214422745,477,1.037012736,0.682555367,6518.2218071 +104,-1.535179266,0.7214634354,477,1.037012736,0.682555367,6515.6300013 +105,-1.533156501,0.7214944644,477,1.037012736,0.682555367,6512.9909546 +106,-1.53113574,0.7215166021,477,1.037012736,0.682555367,6510.3786537 +107,-1.528874248,0.7215345535,477,1.037012736,0.682555367,6507.4704912 +108,-1.539217656,0.7198512397,477,1.037012736,0.682555367,6526.45714 +109,-1.537199919,0.7199428763,477,1.037012736,0.682555367,6523.6180013 +110,-1.545425832,0.727397149,477,1.037012736,0.682555367,6506.9050295 +111,-1.543371177,0.7273916949,477,1.037012736,0.682555367,6504.4120015 +112,-1.541368852,0.7274523163,477,1.037012736,0.682555367,6501.7370568 +113,-1.545349067,0.7258710923,477,1.037012736,0.682555367,6512.3170514 +114,-1.54332671,0.7258603556,477,1.037012736,0.682555367,6509.8787252 +115,-1.541346831,0.7259242142,477,1.037012736,0.682555367,6507.2159814 +116,-1.545324355,0.7243383958,477,1.037012736,0.682555367,6517.8163806 +117,-1.543292796,0.7243617413,477,1.037012736,0.682555367,6515.2401516 +118,-1.541295822,0.7244024384,477,1.037012736,0.682555367,6512.6361929 +119,-1.543193859,0.7205570215,477,1.037012736,0.682555367,6528.83499 +120,-1.550257047,0.7386738187,477,1.037012736,0.682555367,6472.0291305 +121,-1.549335448,0.7311736483,477,1.037012736,0.682555367,6498.0207794 +122,-1.533478843,0.7179891343,477,1.037012736,0.682555367,6525.9907428 +123,-1.556150555,0.738907041,477,1.037012736,0.682555367,6478.2150946 +124,-1.554324226,0.733414257,477,1.037012736,0.682555367,6495.9207398 +125,-1.554290846,0.7288285332,477,1.037012736,0.682555367,6512.4738819 +126,-1.55122487,0.7219795312,477,1.037012736,0.682555367,6533.5353144 +127,-1.525104458,0.7229399862,477,1.037012736,0.682555367,6497.6718277 +128,-1.519607711,0.7236181429,477,1.037012736,0.682555367,6488.2631467 +129,-1.513899999,0.7251107854,477,1.037012736,0.682555367,6475.6271262 +130,-1.536620762,0.7431061895,477,1.037012736,0.682555367,6439.5592738 +131,-1.5369566,0.7460845958,477,1.037012736,0.682555367,6429.2501036 +132,-1.545345528,0.7447040685,477,1.037012736,0.682555367,6444.3592196 +133,-1.532813921,0.7432306626,477,1.037012736,0.682555367,6434.4565801 +134,-1.554788248,0.7382381001,477,1.037012736,0.682555367,6479.0173838 +135,-1.540348126,0.7301594274,477,1.037012736,0.682555367,6490.7306786 +136,-1.538016084,0.7239051786,477,1.037012736,0.682555367,6510.3736024 +137,-1.525288962,0.7258085137,477,1.037012736,0.682555367,6487.624367 +138,-1.534326986,0.731241342,477,1.037012736,0.682555367,6479.4157676 +139,-1.530733872,0.7303625216,477,1.037012736,0.682555367,6478.1120367 +141,-1.534354939,0.7328219978,477,1.037012736,0.682555367,6473.7676486 +142,-1.53157084,0.7292888153,477,1.037012736,0.682555367,6483.0103615 +143,-1.525691035,0.7263799874,477,1.037012736,0.682555367,6486.0828708 +144,-1.534031287,0.7495967835,477,1.037012736,0.682555367,6413.0595997 +145,-1.527714986,0.7283095957,477,1.037012736,0.682555367,6481.707327 +146,-1.526189586,0.7271468292,477,1.037012736,0.682555367,6483.9614697 +147,-1.555177336,0.7375563366,477,1.037012736,0.682555367,6481.948214 +148,-1.555080283,0.7312707794,477,1.037012736,0.682555367,6504.5831525 +149,-1.53856994,0.7224180299,477,1.037012736,0.682555367,6516.4129997 +150,-1.530837883,0.729933372,477,1.037012736,0.682555367,6479.7826148 +151,-1.515066984,0.5854133365,477,1.037012736,0.682555367,6975.3090878 +152,-1.534731633,0.5368370046,477,1.037012736,0.682555367,7177.2398096 +153,-1.515231902,0.5607085576,477,1.037012736,0.682555367,7063.4128565 +154,-2.616253799,1.0684566605,477,1.037012736,0.682555367,5314.4990573 +155,-1.956071439,0.5792177723,477,1.037012736,0.682555367,7416.2792635 +156,-1.951208514,0.5602434208,477,1.037012736,0.682555367,7488.8823151 +157,-1.944675062,0.6062144545,477,1.037012736,0.682555367,7305.5220091 +158,-1.613778386,0.6077989518,477,1.037012736,0.682555367,7025.9186229 +159,-2.035029014,0.6021432345,477,1.037012736,0.682555367,7348.775323 +160,-2.114989471,0.6801825058,477,1.037012736,0.682555367,7045.9114684 +161,-2.037382079,0.5765830025,477,1.037012736,0.682555367,7450.2932234 +162,-2.129855121,0.6585019963,477,1.037012736,0.682555367,7131.1229104 +163,-2.075141798,0.6493615843,477,1.037012736,0.682555367,7167.0338391 +164,-1.828626729,0.6948433129,477,1.037012736,0.682555367,6897.1454336 +165,-1.863329418,0.6735427691,477,1.037012736,0.682555367,7001.2714178 +166,-1.266037071,0.727988852,477,1.037012736,0.682555367,6093.4354487 +167,-1.277579582,0.7249010648,477,1.037012736,0.682555367,6123.0758819 +168,-1.258418684,0.7241194816,477,1.037012736,0.682555367,6092.8546405 +169,-1.317813974,0.6804850104,477,1.037012736,0.682555367,6336.9197097 +170,-1.344165204,0.6790988904,477,1.037012736,0.682555367,6385.5685906 +171,-1.427582102,0.5277120351,477,1.037012736,0.682555367,7039.389526 +172,-1.402238616,0.457167829,477,1.037012736,0.682555367,7235.3116498 +173,-1.422454264,0.4996161999,477,1.037012736,0.682555367,7126.9690806 +174,-1.439089277,0.4894859811,477,1.037012736,0.682555367,7190.648249 +175,-1.448126995,0.5182330266,477,1.037012736,0.682555367,7106.7215039 +176,-1.474626146,0.5881926574,477,1.037012736,0.682555367,6905.2314565 +177,-1.421139645,0.5584869783,477,1.037012736,0.682555367,6922.7620044 +178,-1.457037165,0.565943032,477,1.037012736,0.682555367,6955.5649197 +179,-2.757159358,0.3745319,477,1.037012736,0.682555367,7608.7850951 +180,-2.714309238,0.342054471,477,1.037012736,0.682555367,7798.9656942 +181,-2.000525337,0.774119946,477,1.037012736,0.682555367,6661.9947398 +183,-1.571413436,0.6777838382,477,1.037012736,0.682555367,6718.3909255 +184,-1.552860289,0.6987663893,477,1.037012736,0.682555367,6619.4522265 +185,-1.521852374,0.7165827476,477,1.037012736,0.682555367,6516.3042523 +186,-1.503656267,0.6928968252,477,1.037012736,0.682555367,6576.9624194 +187,-1.502753178,0.7136205882,477,1.037012736,0.682555367,6502.0647957 +188,-1.631894563,0.7343596465,477,1.037012736,0.682555367,6579.3720112 +189,-1.653765416,0.6770714026,477,1.037012736,0.682555367,6815.0407924 +190,-1.719812114,0.6715965947,477,1.037012736,0.682555367,6900.7533916 +191,-1.493406659,0.6646955447,477,1.037012736,0.682555367,6663.0005291 +192,-1.469120564,0.6613469966,477,1.037012736,0.682555367,6640.2633074 +193,-1.590551461,0.5326612937,477,1.037012736,0.682555367,7270.9325115 +194,-1.625979264,0.5247742243,477,1.037012736,0.682555367,7346.2873141 +195,-1.572293943,0.5238808754,477,1.037012736,0.682555367,7277.6855079 +196,-1.610848725,0.5477107964,477,1.037012736,0.682555367,7242.7280861 +197,-1.208485554,0.7918526018,477,1.037012736,0.682555367,5791.8272403 +198,-1.335601374,0.6869083083,477,1.037012736,0.682555367,6345.3407665 +199,-1.346156996,0.6825213377,477,1.037012736,0.682555367,6377.3907592 +200,-1.324381037,0.6741422347,477,1.037012736,0.682555367,6369.0429258 +201,-1.242424992,0.7378949807,477,1.037012736,0.682555367,6021.0055778 +202,-1.270370057,0.7392461008,477,1.037012736,0.682555367,6064.3419607 +203,-1.448950472,0.7441675014,477,1.037012736,0.682555367,6321.8322734 +204,-1.492662363,0.7523026852,477,1.037012736,0.682555367,6351.5489052 +205,-1.479098966,0.7763855017,477,1.037012736,0.682555367,6248.9126257 +206,-1.633760714,0.7869022408,477,1.037012736,0.682555367,6386.575778 +207,-1.647406434,0.8101289331,477,1.037012736,0.682555367,6313.4114407 +208,-1.564245052,0.5701509278,477,1.037012736,0.682555367,7099.2839895 +209,-1.646289963,0.6833746083,477,1.037012736,0.682555367,6783.673947 +210,-1.5820631,0.6751952144,477,1.037012736,0.682555367,6740.7767397 +211,-1.613236298,0.6681681791,477,1.037012736,0.682555367,6803.2821781 +212,-1.914661867,0.8212566515,477,1.037012736,0.682555367,6449.524441 +213,-1.742133237,0.7250275956,477,1.037012736,0.682555367,6717.3766688 +214,-2.033144872,0.6557314699,477,1.037012736,0.682555367,7136.5106313 +215,-2.039551981,0.6964723658,477,1.037012736,0.682555367,6976.4438829 +216,-1.247341019,0.7622473908,477,1.037012736,0.682555367,5951.4404459 +217,-1.298239787,0.7084123392,477,1.037012736,0.682555367,6211.8358149 +218,-1.308539688,0.6926545592,477,1.037012736,0.682555367,6281.042631 +219,-1.303263185,0.6888938396,477,1.037012736,0.682555367,6284.4677317 +220,-1.852400229,0.6004246149,477,1.037012736,0.682555367,7278.5658402 +221,-1.288947707,0.7473773692,477,1.037012736,0.682555367,6068.7878512 +222,-1.372031502,0.7472790993,477,1.037012736,0.682555367,6200.0588184 +223,-1.289805721,0.7242157877,477,1.037012736,0.682555367,6145.9050609 +224,-1.350807603,0.7533498126,477,1.037012736,0.682555367,6147.306699 +225,-1.329290365,0.7560442322,477,1.037012736,0.682555367,6104.9475118 +226,-1.410153004,0.616936428,477,1.037012736,0.682555367,6704.0491584 +227,-1.393445434,0.6308995063,477,1.037012736,0.682555367,6629.1952332 +228,-1.37595573,0.6241540638,477,1.037012736,0.682555367,6623.2710105 +229,-1.358388707,0.6172645205,477,1.037012736,0.682555367,6616.8258042 +230,-1.753741133,0.8281661666,477,1.037012736,0.682555367,6333.1428759 +231,-1.47430987,0.6834615681,477,1.037012736,0.682555367,6569.9508164 +232,-1.421012508,0.7222725206,477,1.037012736,0.682555367,6358.2071801 +233,-1.4476833,0.6978557868,477,1.037012736,0.682555367,6481.5711973 +234,-1.470370723,0.6966193374,477,1.037012736,0.682555367,6518.1402861 +235,-1.429211703,0.7037216883,477,1.037012736,0.682555367,6434.3299933 +236,-1.700578405,0.6178673663,477,1.037012736,0.682555367,7084.9958724 +237,-1.678117619,0.6331716163,477,1.037012736,0.682555367,7004.4914435 +238,-1.725644578,0.6316331145,477,1.037012736,0.682555367,7057.4366049 +239,-2.14012759,0.7930497945,477,1.037012736,0.682555367,6597.6078057 +240,-2.103289431,0.7653606263,477,1.037012736,0.682555367,6708.651392 +241,-1.318739838,0.7017808746,477,1.037012736,0.682555367,6267.9847932 +242,-1.396417427,0.7077900843,477,1.037012736,0.682555367,6371.3455722 +243,-1.35650337,0.7185539404,477,1.037012736,0.682555367,6273.0815607 +244,-1.248884539,0.7274156818,477,1.037012736,0.682555367,6065.7630356 +245,-1.395014798,0.5761185243,477,1.037012736,0.682555367,6818.4343973 +246,-1.433377362,0.6064716109,477,1.037012736,0.682555367,6777.283421 +247,-1.408172432,0.5903155476,477,1.037012736,0.682555367,6792.0306407 +248,-1.749645898,0.7757118084,477,1.037012736,0.682555367,6530.2509892 +249,-1.571626686,0.615046989,477,1.037012736,0.682555367,6946.5107268 +250,-1.514070049,0.6303003037,477,1.037012736,0.682555367,6814.0589841 +251,-1.480890369,0.6237966528,477,1.037012736,0.682555367,6789.4773666 +252,-1.704390658,0.5281680612,477,1.037012736,0.682555367,7426.2635334 +253,-1.64434733,0.5254277498,477,1.037012736,0.682555367,7366.9147535 +254,-1.703855997,0.4792484842,477,1.037012736,0.682555367,7609.2862593 +255,-1.692002383,0.5748825051,477,1.037012736,0.682555367,7237.5685992 +256,-1.854136457,0.5544643913,477,1.037012736,0.682555367,7458.0457805 +257,-1.665021206,0.520317736,477,1.037012736,0.682555367,7410.873285 +258,-1.733654349,0.4845187345,477,1.037012736,0.682555367,7621.9817278 +259,-1.720938188,0.5135933906,477,1.037012736,0.682555367,7498.8315887 +260,-1.742668307,0.553296122,477,1.037012736,0.682555367,7370.6102638 +261,-1.965659039,0.7142126903,477,1.037012736,0.682555367,6888.5440853 +262,-1.944438071,0.6772834804,477,1.037012736,0.682555367,7026.2110558 +263,-1.270340967,0.7681487096,477,1.037012736,0.682555367,5970.676643 +264,-1.353091884,0.6549276821,477,1.037012736,0.682555367,6481.3815206 +265,-1.333236659,0.6413584414,477,1.037012736,0.682555367,6493.0945138 +266,-1.352015998,0.6753788907,477,1.037012736,0.682555367,6410.9546458 +267,-1.377988483,0.6577816235,477,1.037012736,0.682555367,6512.6848058 +268,-2.13075611,0.8318642051,477,1.037012736,0.682555367,6444.522296 +269,-2.097910953,0.8259670014,477,1.037012736,0.682555367,6468.5449795 +270,-1.416382069,0.6694271549,477,1.037012736,0.682555367,6533.476863 +271,-1.538905672,0.7535625993,477,1.037012736,0.682555367,6404.6848566 +272,-1.572309477,0.7803125099,477,1.037012736,0.682555367,6346.426064 +273,-1.87759879,0.7503853417,477,1.037012736,0.682555367,6709.8117465 +274,1.152365588,0.590457682,477,1.037012736,0.682555367,517.47903371 +275,0.350198001,0.718001859,477,1.037012736,0.682555367,2067.259993 +276,0.046513677,0.491503852,477,1.037012736,0.682555367,3298.8930314 +277,0.027510309,0.742571376,477,1.037012736,0.682555367,2975.8196798 +278,0.306285725,-0.214631579,477,1.037012736,0.682555367,4460.2132066 +279,-1.100564889,0.318051531,477,1.037012736,0.682555367,7013.358163 +280,-1.078582306,0.301437596,477,1.037012736,0.682555367,7006.303746 +281,-1.137371989,-0.617634065,477,1.037012736,0.682555367,9430.7257533 +282,0.784356344,0.703272339,477,1.037012736,0.682555367,773.46638978 +283,-1.221209947,0.218327455,477,1.037012736,0.682555367,7613.2361341 +284,2.347301921,-0.449114658,477,1.037012736,0.682555367,6594.0871171 +285,0.246820618,0.830553713,477,1.037012736,0.682555367,2315.1134909 +286,0.829414965,0.703288228,477,1.037012736,0.682555367,637.47198441 +287,-1.337537566,0.42332223,477,1.037012736,0.682555367,7223.7531295 +288,0.882453706,0.454478077,477,1.037012736,0.682555367,1039.0332189 +289,1.575629659,0.416419109,477,1.037012736,0.682555367,2087.4374514 +290,-1.039455679,0.229888244,477,1.037012736,0.682555367,7109.670293 +291,0.489558039,0.934482747,477,1.037012736,0.682555367,1777.0030533 +292,0.081344504,0.88384514,477,1.037012736,0.682555367,2730.3810282 +293,-1.547979814,0.300350308,477,1.037012736,0.682555367,8038.573156 +294,0.040776181,0.168560074,477,1.037012736,0.682555367,4048.6389623 +295,-1.130374745,0.563894876,477,1.037012736,0.682555367,6346.0103819 +296,1.578326642,0.478507176,477,1.037012736,0.682555367,1953.9458865 +297,-1.12861823,-0.291640865,477,1.037012736,0.682555367,8760.1017982 +298,0.310524208,0.770885792,477,1.037012736,0.682555367,2155.3761691 +299,0.415649091,-0.387246002,477,1.037012736,0.682555367,4822.4884107 +300,-0.926533878,-0.188022748,477,1.037012736,0.682555367,7893.7620088 +301,1.258856172,-0.11716081,477,1.037012736,0.682555367,3270.6953205 +302,-1.126050026,0.322941926,477,1.037012736,0.682555367,7062.4080151 +303,2.002785835,0.07893892,477,1.037012736,0.682555367,4194.8079851 +304,0.440437607,0.746258085,477,1.037012736,0.682555367,1790.5333884 +305,-0.030391866,0.214441206,477,1.037012736,0.682555367,4148.0366829 +306,0.521557815,-0.058929362,477,1.037012736,0.682555367,3487.3836462 +307,-0.097005111,0.13317729,477,1.037012736,0.682555367,4552.4888433 +308,1.83113859,0.221857587,477,1.037012736,0.682555367,3317.2073714 +309,0.222428864,0.099404236,477,1.037012736,0.682555367,3710.4441808 +310,-1.702731345,0.8728568183,477,1.037012736,0.682555367,6125.5025063 +311,-0.418507569,0.278324921,477,1.037012736,0.682555367,5183.6999756 +312,-1.41153306,0.339029988,477,1.037012736,0.682555367,7651.7682744 +313,0.357560442,0.114788776,477,1.037012736,0.682555367,3303.5207274 +314,0.325818979,0.268352149,477,1.037012736,0.682555367,2956.9266986 +315,-1.246004659,-0.663679965,477,1.037012736,0.682555367,9816.9621018 +316,1.814603087,0.637404484,477,1.037012736,0.682555367,2415.4166483 +317,1.843704281,-0.18300445,477,1.037012736,0.682555367,4535.0023657 +318,1.690644492,-0.211480909,477,1.037012736,0.682555367,4284.3250656 +319,-1.275451936,0.068109467,477,1.037012736,0.682555367,8205.1707579 +320,0.762430171,-0.207594741,477,1.037012736,0.682555367,3668.8025569 +321,0.265668905,-0.014647884,477,1.037012736,0.682555367,3929.1683547 +322,-2.773032013,-0.335515811,477,1.037012736,0.682555367,9782.7957033 +323,-1.469512853,0.174058777,477,1.037012736,0.682555367,8323.3856416 +324,0.286276986,0.785925691,477,1.037012736,0.682555367,2218.2336919 +325,-1.379324697,0.377432233,477,1.037012736,0.682555367,7459.3339705 +326,-1.203778265,0.212813032,477,1.037012736,0.682555367,7586.6394732 +327,0.579916301,0.611743168,477,1.037012736,0.682555367,1466.1039204 +328,0.267582642,0.868113908,477,1.037012736,0.682555367,2260.1965956 +329,0.412869244,-0.050245578,477,1.037012736,0.682555367,3686.9052549 +330,0.17524381,0.976660285,477,1.037012736,0.682555367,2512.3374551 +331,0.743157214,0.204812899,477,1.037012736,0.682555367,2156.1395298 +332,-1.070758176,0.269382282,477,1.037012736,0.682555367,7079.2156294 +333,-1.230364251,0.329790229,477,1.037012736,0.682555367,7291.4857199 +334,-1.374813124,-0.024926835,477,1.037012736,0.682555367,8740.6693793 +335,0.519780566,0.463669906,477,1.037012736,0.682555367,1915.3064975 +336,-1.55108034,0.239698561,477,1.037012736,0.682555367,8257.0346779 +337,0.180294813,0.029739425,477,1.037012736,0.682555367,4024.5800406 +338,0.67820924,0.268170153,477,1.037012736,0.682555367,2060.5496978 +339,0.445798684,1.024001867,477,1.037012736,0.682555367,2011.6167835 +340,0.691751283,0.150521402,477,1.037012736,0.682555367,2437.8718505 +341,-1.036643551,-0.903056181,477,1.037012736,0.682555367,9445.1663874 +342,-0.120287036,1.083325163,477,1.037012736,0.682555367,3131.9699912 +343,2.823513113,-0.304487164,477,1.037012736,0.682555367,7627.9236068 +344,0.457583172,1.12513373,477,1.037012736,0.682555367,2204.706467 +345,0.042918831,0.813795399,477,1.037012736,0.682555367,2868.2791005 +346,1.196146777,-0.853142756,477,1.037012736,0.682555367,6108.4520462 +347,0.206001358,-0.010430701,477,1.037012736,0.682555367,4072.0963487 +348,-0.268308653,0.234799412,477,1.037012736,0.682555367,4827.7589369 +349,0.759363263,0.736189579,477,1.037012736,0.682555367,859.67305196 +350,0.181363926,0.891988372,477,1.037012736,0.682555367,2479.301099 +351,-0.021111158,0.139103292,477,1.037012736,0.682555367,4308.9304262 +352,-0.093355215,0.630686981,477,1.037012736,0.682555367,3475.4347348 +353,0.40118964,0.681375926,477,1.037012736,0.682555367,1941.8197942 +354,-0.721197315,1.304706234,477,1.037012736,0.682555367,3816.8511088 +355,-1.076150317,0.212107639,477,1.037012736,0.682555367,7258.6567623 +356,-1.577164531,0.273993443,477,1.037012736,0.682555367,8181.7206643 +357,-0.190788414,0.182208586,477,1.037012736,0.682555367,4716.6526769 +358,-0.261349752,0.209710184,477,1.037012736,0.682555367,4866.5888987 +359,-1.029303852,0.083549259,477,1.037012736,0.682555367,7491.4016659 +360,-1.268609162,0.330525297,477,1.037012736,0.682555367,7376.5087203 +361,1.282982244,-0.926641967,477,1.037012736,0.682555367,6429.6426875 +362,0.217352334,0.731352408,477,1.037012736,0.682555367,2445.2436957 +363,-1.511833084,0.258629297,477,1.037012736,0.682555367,8119.1064778 +364,0.338812194,0.823184618,477,1.037012736,0.682555367,2068.8078047 +365,-0.324406489,1.134201999,477,1.037012736,0.682555367,3472.0002462 +366,1.389579348,0.399185724,477,1.037012736,0.682555367,1633.7140105 +367,2.047152199,-0.039082036,477,1.037012736,0.682555367,4645.1176588 +368,0.947780369,0.568250077,477,1.037012736,0.682555367,535.59124959 +369,0.763824846,0.576754987,477,1.037012736,0.682555367,967.99436408 +370,-0.142334657,0.928153068,477,1.037012736,0.682555367,3247.1882169 +371,0.610266567,0.547265983,477,1.037012736,0.682555367,1475.3074692 +372,0.210731629,0.746815056,477,1.037012736,0.682555367,2452.5654718 +373,-1.34931644,0.316895224,477,1.037012736,0.682555367,7597.2367193 +374,2.407696481,0.655030745,477,1.037012736,0.682555367,4117.7830144 +375,0.64207831,0.545359131,477,1.037012736,0.682555367,1384.4650773 +376,1.174597538,0.840588356,477,1.037012736,0.682555367,738.97419126 +377,0.660059424,0.010604079,477,1.037012736,0.682555367,2991.3647254 +378,-0.730263819,0.010486456,477,1.037012736,0.682555367,6797.7389658 +379,0.831068936,0.512339172,477,1.037012736,0.682555367,952.0008692 +380,1.301180979,0.72367476,477,1.037012736,0.682555367,813.52391998 +381,1.811128231,0.322854402,477,1.037012736,0.682555367,3001.8887024 +382,0.435105812,0.992284428,477,1.037012736,0.682555367,1978.2720906 +383,0.62643634,0.592027932,477,1.037012736,0.682555367,1351.0525466 +384,0.492988703,-0.516339467,477,1.037012736,0.682555367,5155.5905852 +385,-0.162469483,0.112549365,477,1.037012736,0.682555367,4802.9915497 +386,0.314630866,0.472006421,477,1.037012736,0.682555367,2513.723966 +387,0.166744804,0.822815954,477,1.037012736,0.682555367,2531.5712803 +388,0.417159608,0.965805736,477,1.037012736,0.682555367,1976.6489036 +389,0.106334961,0.868774244,477,1.037012736,0.682555367,2672.3352605 +390,0.815086969,-0.338144359,477,1.037012736,0.682555367,4125.881963 +391,0.59867455,-0.230624824,477,1.037012736,0.682555367,3963.3016249 +392,1.915104874,0.066220985,477,1.037012736,0.682555367,3980.2797201 +393,1.278093622,0.064463721,477,1.037012736,0.682555367,2597.4187385 +394,-0.061477853,0.302997961,477,1.037012736,0.682555367,4031.9238267 +395,0.251311504,0.626976942,477,1.037012736,0.682555367,2453.1269084 +396,2.950242872,0.149095644,477,1.037012736,0.682555367,6874.3339459 +397,-0.180294708,0.35375117,477,1.037012736,0.682555367,4281.6068408 +398,1.010448592,-0.351180233,477,1.037012736,0.682555367,4095.8116385 +399,-1.748740498,0.3686318073,477,1.037012736,0.682555367,8076.0875646 +400,2.699635665,0.123533791,477,1.037012736,0.682555367,6193.7509941 +401,0.496808033,0.823843254,477,1.037012736,0.682555367,1645.3030396 +402,0.129574704,0.763364087,477,1.037012736,0.682555367,2669.797854 +403,1.798920311,0.817447563,477,1.037012736,0.682555367,2241.181062 +404,0.335987953,0.746786541,477,1.037012736,0.682555367,2092.7268222 +405,-1.085413643,0.292154671,477,1.037012736,0.682555367,7050.8895913 +406,-0.155321003,0.508207011,477,1.037012736,0.682555367,3879.8783391 +407,0.620529244,-0.301175104,477,1.037012736,0.682555367,4190.9250032 +408,1.684402744,0.368716966,477,1.037012736,0.682555367,2517.7154071 +409,0.300582244,-0.386397212,477,1.037012736,0.682555367,5036.6406022 +410,2.913555946,-0.009225192,477,1.037012736,0.682555367,7179.3987946 +411,1.465101417,0.493232532,477,1.037012736,0.682555367,1590.5445096 +412,0.090612882,0.907955955,477,1.037012736,0.682555367,2701.1308456 +413,2.987564726,-0.729568594,477,1.037012736,0.682555367,8946.4696752 +414,-1.484261606,0.224149272,477,1.037012736,0.682555367,8184.2487426 +415,0.164073421,0.303955133,477,1.037012736,0.682555367,3342.7102906 +416,0.141441293,0.167552546,477,1.037012736,0.682555367,3754.4083184 +417,2.931321023,-0.506718887,477,1.037012736,0.682555367,8396.3711792 +418,2.21951565,0.700596356,477,1.037012736,0.682555367,3515.9950943 +419,0.268112576,1.199114336,477,1.037012736,0.682555367,2612.6462239 +420,0.978913739,0.359223811,477,1.037012736,0.682555367,1295.9096569 +421,1.210898818,0.522863584,477,1.037012736,0.682555367,848.60690192 +422,2.347397336,0.129231362,477,1.037012736,0.682555367,5100.2194888 +423,0.614394501,0.556878345,477,1.037012736,0.682555367,1445.3911476 +424,-1.398079356,0.148483366,477,1.037012736,0.682555367,8252.2053673 +425,2.535303836,-0.112984496,477,1.037012736,0.682555367,6282.3828797 +426,-1.019372593,-0.405322349,477,1.037012736,0.682555367,8680.2300818 +427,-1.297785627,-0.160104069,477,1.037012736,0.682555367,8924.1996218 +428,2.144554488,0.205051084,477,1.037012736,0.682555367,4293.164503 +429,-2.242387083,-0.426171285,477,1.037012736,0.682555367,11328.470257 +430,0.338637212,0.909723676,477,1.037012736,0.682555367,2099.5907435 +431,-0.148798452,0.691042401,477,1.037012736,0.682555367,3539.7279084 +432,0.893524764,0.441829531,477,1.037012736,0.682555367,1066.7091257 +433,0.969229347,-0.368847936,477,1.037012736,0.682555367,4172.1879941 +434,0.436043248,0.800045688,477,1.037012736,0.682555367,1801.1157742 +435,1.687946607,1.081504775,477,1.037012736,0.682555367,2220.8479937 +436,0.522302046,-0.034889271,477,1.037012736,0.682555367,3403.4568166 +437,-0.178996113,-0.438090009,477,1.037012736,0.682555367,6314.9231853 +438,-1.094339566,0.301444068,477,1.037012736,0.682555367,7046.4729136 +439,-1.064070054,0.242569932,477,1.037012736,0.682555367,7139.0088232 +440,-1.068153768,0.230387998,477,1.037012736,0.682555367,7184.8490742 +441,-3.00496892,-0.23989155,477,1.037012736,0.682555367,8861.6111487 +442,0.21751974,0.766874888,477,1.037012736,0.682555367,2420.0454678 +443,0.117229532,0.007619006,477,1.037012736,0.682555367,4261.2803666 +444,0.777758451,0.420554741,477,1.037012736,0.682555367,1353.2920858 +445,-0.252356999,0.250747086,477,1.037012736,0.682555367,4740.7750915 +446,0.363148444,0.768483434,477,1.037012736,0.682555367,2006.9263756 +447,0.903191366,-0.118210676,477,1.037012736,0.682555367,3209.6715349 +448,-0.205755923,0.149406178,477,1.037012736,0.682555367,4843.1354649 +449,1.811996086,0.02364353,477,1.037012736,0.682555367,3823.7418949 +450,-1.100670221,0.314845373,477,1.037012736,0.682555367,7023.0728987 +451,0.340078597,0.850105132,477,1.037012736,0.682555367,2069.4927811 +452,0.258757267,0.804969236,477,1.037012736,0.682555367,2288.4790188 +453,2.78505352,-0.155160804,477,1.037012736,0.682555367,7151.9829271 +454,0.800551619,0.105822106,477,1.037012736,0.682555367,2435.9936182 +455,0.437940882,-0.506194031,477,1.037012736,0.682555367,5202.0672759 +456,2.230431122,0.63458615,477,1.037012736,0.682555367,3652.0923452 +457,0.527965361,0.127667701,477,1.037012736,0.682555367,2848.4969381 +458,-0.063643205,0.702093448,477,1.037012736,0.682555367,3282.9332531 +459,1.408447268,0.133010502,477,1.037012736,0.682555367,2546.8280376 +460,0.523795955,0.280266966,477,1.037012736,0.682555367,2385.2515322 +461,-0.975769313,0.072177659,477,1.037012736,0.682555367,7368.9687739 +462,0.549774164,-0.463663986,477,1.037012736,0.682555367,4884.9168956 +463,0.29245874,1.095549818,477,1.037012736,0.682555367,2400.0808712 +464,0.143625958,0.816809593,477,1.037012736,0.682555367,2596.3890329 +465,0.671902494,0.611159853,477,1.037012736,0.682555367,1185.2601066 +466,1.239840988,0.6724199,477,1.037012736,0.682555367,626.82772888 +467,0.607829703,-0.10932137,477,1.037012736,0.682555367,3509.2385535 +468,1.763020906,0.263996692,477,1.037012736,0.682555367,3010.6787088 +469,0.378714634,0.726066797,477,1.037012736,0.682555367,1978.7071697 +470,2.196736143,-0.153862366,477,1.037012736,0.682555367,5384.9449479 +471,0.01702415,0.148991565,477,1.037012736,0.682555367,4169.6209267 +472,-2.998490902,-0.158002487,477,1.037012736,0.682555367,8668.9887253 +473,-3.051262951,-0.346595608,477,1.037012736,0.682555367,8976.7764828 +474,-1.069176439,0.182802941,477,1.037012736,0.682555367,7323.8407061 +475,0.167157509,0.595344954,477,1.037012736,0.682555367,2752.7018827 +476,0.613855648,0.681746124,477,1.037012736,0.682555367,1297.1465243 +477,1.037012736,0.682555367,477,1.037012736,0.682555367,0 +478,-1.253574971,0.379755746,477,1.037012736,0.682555367,7187.1057282 +479,3.108590453,-0.132620738,477,1.037012736,0.682555367,8082.7064579 +480,0.565301296,0.022333262,477,1.037012736,0.682555367,3121.9883236 +481,0.547898238,0.855555614,477,1.037012736,0.682555367,1539.5977137 +482,0.948309381,0.417393755,477,1.037012736,0.682555367,1091.6628644 +483,-0.050600732,0.945269213,477,1.037012736,0.682555367,3024.1564153 +484,-0.977651478,-0.572363064,477,1.037012736,0.682555367,8879.7066838 +485,1.102014914,0.728861163,477,1.037012736,0.682555367,268.36773227 +486,2.927300795,-0.282939414,477,1.037012736,0.682555367,7895.8183444 +487,-1.154565557,0.124434095,477,1.037012736,0.682555367,7721.3798089 +488,1.855331234,0.291044755,477,1.037012736,0.682555367,3210.9581595 +489,0.830290659,0.276904518,477,1.037012736,0.682555367,1759.4826037 +490,0.485104466,-0.234867441,477,1.037012736,0.682555367,4167.0372321 +491,0.521367572,-0.33161327,477,1.037012736,0.682555367,4448.4319791 +1,-1.539031704,0.7349710123,478,-1.253574971,0.379755746,1696.3344382 +2,-1.536990553,0.7349663874,478,-1.253574971,0.379755746,1692.5521353 +3,-1.534951779,0.7349571355,478,-1.253574971,0.379755746,1688.7782805 +4,-1.532906461,0.7349480293,478,-1.253574971,0.379755746,1685.011359 +5,-1.531320211,0.7346937278,478,-1.253574971,0.379755746,1681.3329979 +6,-1.539451648,0.7335131775,478,-1.253574971,0.379755746,1692.6330359 +7,-1.537429487,0.7335445708,478,-1.253574971,0.379755746,1688.9786679 +8,-1.535484998,0.7335658704,478,-1.253574971,0.379755746,1685.4549142 +9,-1.533488396,0.7336036027,478,-1.253574971,0.379755746,1681.9038768 +10,-1.531497785,0.7335842962,478,-1.253574971,0.379755746,1678.2051268 +11,-1.530259379,0.7334777758,478,-1.253574971,0.379755746,1675.6185893 +12,-1.5335454,0.7322346912,478,-1.253574971,0.379755746,1677.7697851 +13,-1.531489083,0.7322238773,478,-1.253574971,0.379755746,1673.9635604 +14,-1.530011122,0.7321679851,478,-1.253574971,0.379755746,1671.0898741 +15,-1.53348106,0.7306614094,478,-1.253574971,0.379755746,1672.7875449 +16,-1.531441779,0.7306962275,478,-1.253574971,0.379755746,1669.1389996 +17,-1.529755654,0.7306933243,478,-1.253574971,0.379755746,1666.0386048 +18,-1.533415048,0.7291384674,478,-1.253574971,0.379755746,1667.9650293 +19,-1.531392093,0.7291705353,478,-1.253574971,0.379755746,1664.3234129 +20,-1.529296523,0.7291214933,478,-1.253574971,0.379755746,1660.3160207 +21,-1.535280942,0.727267644,478,-1.253574971,0.379755746,1665.68557 +22,-1.533378158,0.7276139666,478,-1.253574971,0.379755746,1663.1990258 +23,-1.531340368,0.7276446587,478,-1.253574971,0.379755746,1659.5107994 +24,-1.528960113,0.7276398177,478,-1.253574971,0.379755746,1655.1012884 +25,-1.533313146,0.7260818349,478,-1.253574971,0.379755746,1658.3646474 +26,-1.531259555,0.7260958115,478,-1.253574971,0.379755746,1654.5806321 +27,-1.528926415,0.7260865555,478,-1.253574971,0.379755746,1650.2273773 +28,-1.531226779,0.7245511789,478,-1.253574971,0.379755746,1649.7603238 +29,-1.528904772,0.7245519194,478,-1.253574971,0.379755746,1645.4412917 +30,-1.547195875,0.7409785979,478,-1.253574971,0.379755746,1729.8989076 +31,-1.5451475,0.740980426,478,-1.253574971,0.379755746,1726.1092803 +32,-1.543097679,0.7409798872,478,-1.253574971,0.379755746,1722.3278128 +33,-1.540720364,0.7409892687,478,-1.253574971,0.379755746,1717.9959134 +34,-1.547188511,0.7395198392,478,-1.253574971,0.379755746,1725.4274783 +35,-1.545148587,0.7395226109,478,-1.253574971,0.379755746,1721.6422027 +36,-1.543104538,0.7395314908,478,-1.253574971,0.379755746,1717.8860708 +37,-1.540727751,0.7395306258,478,-1.253574971,0.379755746,1713.5070117 +38,-1.547187029,0.7380014886,478,-1.253574971,0.379755746,1720.7926554 +39,-1.545147315,0.7380012252,478,-1.253574971,0.379755746,1716.9836393 +40,-1.54310719,0.7380060743,478,-1.253574971,0.379755746,1713.2074862 +41,-1.540719671,0.7380068206,478,-1.253574971,0.379755746,1708.7962387 +42,-1.547187189,0.7364799098,478,-1.253574971,0.379755746,1716.1590979 +43,-1.545149996,0.7364853874,478,-1.253574971,0.379755746,1712.3573857 +44,-1.543106091,0.7364823484,478,-1.253574971,0.379755746,1708.5351258 +45,-1.540717158,0.7364893901,478,-1.253574971,0.379755746,1704.1231527 +46,-1.538663972,0.7410138672,478,-1.253574971,0.379755746,1714.3199655 +47,-1.53695285,0.7409699132,478,-1.253574971,0.379755746,1711.0755876 +48,-1.534910498,0.7409641297,478,-1.253574971,0.379755746,1707.3647032 +49,-1.533145034,0.7409536636,478,-1.253574971,0.379755746,1704.1547105 +50,-1.538681336,0.7395405883,478,-1.253574971,0.379755746,1709.789542 +51,-1.536999189,0.7395183096,478,-1.253574971,0.379755746,1706.6532331 +52,-1.534923633,0.7395144222,478,-1.253574971,0.379755746,1702.8736593 +53,-1.533267822,0.7395654306,478,-1.253574971,0.379755746,1700.0409647 +54,-1.53867273,0.7380151077,478,-1.253574971,0.379755746,1705.0577533 +55,-1.536980576,0.7379994392,478,-1.253574971,0.379755746,1701.9115653 +56,-1.534931522,0.7379944961,478,-1.253574971,0.379755746,1698.1620513 +57,-1.533387952,0.7379480264,478,-1.253574971,0.379755746,1695.2167051 +58,-1.538682279,0.7364914363,478,-1.253574971,0.379755746,1700.3727199 +59,-1.536980704,0.7364810563,478,-1.253574971,0.379755746,1697.213261 +60,-1.534935567,0.7364752065,478,-1.253574971,0.379755746,1693.4532216 +61,-1.533042592,0.7363876366,478,-1.253574971,0.379755746,1689.7339379 +62,-1.545143426,0.7349628011,478,-1.253574971,0.379755746,1707.7012507 +63,-1.543105297,0.7349691947,478,-1.253574971,0.379755746,1703.9036789 +64,-1.541064533,0.7349647152,478,-1.253574971,0.379755746,1700.0860567 +65,-1.545411803,0.7334624714,478,-1.253574971,0.379755746,1703.639175 +66,-1.543446606,0.7334780896,478,-1.253574971,0.379755746,1699.9894079 +67,-1.541475327,0.7334957295,478,-1.253574971,0.379755746,1696.3515607 +68,-1.545401939,0.731963266,478,-1.253574971,0.379755746,1699.0658518 +69,-1.54342253,0.7319915583,478,-1.253574971,0.379755746,1695.4135782 +70,-1.541455867,0.7320216438,478,-1.253574971,0.379755746,1691.8082894 +71,-1.545410146,0.7304422281,478,-1.253574971,0.379755746,1694.4686078 +72,-1.543435491,0.7304713664,478,-1.253574971,0.379755746,1690.8129822 +73,-1.541463105,0.7304997613,478,-1.253574971,0.379755746,1687.1769137 +74,-1.545414768,0.7289194936,478,-1.253574971,0.379755746,1689.8678515 +75,-1.543435774,0.7289538557,478,-1.253574971,0.379755746,1686.2049099 +76,-1.541457714,0.7289765881,478,-1.253574971,0.379755746,1682.5260762 +77,-1.539449415,0.7320555866,478,-1.253574971,0.379755746,1688.1580841 +78,-1.537429183,0.7321097681,478,-1.253574971,0.379755746,1684.562942 +79,-1.535472649,0.7321497267,478,-1.253574971,0.379755746,1681.0608643 +80,-1.539457899,0.7305333307,478,-1.253574971,0.379755746,1683.5127808 +81,-1.537453161,0.7305750503,478,-1.253574971,0.379755746,1679.8929555 +82,-1.535479385,0.7306124949,478,-1.253574971,0.379755746,1676.3361202 +83,-1.53946905,0.7290102593,478,-1.253574971,0.379755746,1678.8783129 +84,-1.537459922,0.7290417293,478,-1.253574971,0.379755746,1675.2036286 +85,-1.535451349,0.7290890157,478,-1.253574971,0.379755746,1671.5971839 +86,-1.535522937,0.7279887191,478,-1.253574971,0.379755746,1668.3510144 +87,-1.539442524,0.7274735939,478,-1.253574971,0.379755746,1674.1396633 +88,-1.537424111,0.727521351,478,-1.253574971,0.379755746,1670.4822746 +89,-1.539384641,0.7259505092,478,-1.253574971,0.379755746,1669.3909638 +90,-1.537372391,0.7259947145,478,-1.253574971,0.379755746,1665.7195021 +91,-1.535340789,0.7260435356,478,-1.253574971,0.379755746,1662.0447847 +92,-1.539325716,0.7244369706,478,-1.253574971,0.379755746,1664.6768241 +93,-1.537308932,0.7244801057,478,-1.253574971,0.379755746,1660.9787679 +94,-1.535289068,0.7245247645,478,-1.253574971,0.379755746,1657.2985887 +95,-1.533261366,0.7245550236,478,-1.253574971,0.379755746,1653.5787622 +96,-1.539267302,0.722921924,478,-1.253574971,0.379755746,1659.9665797 +97,-1.537248972,0.7229660258,478,-1.253574971,0.379755746,1656.253675 +98,-1.535219431,0.7229916471,478,-1.253574971,0.379755746,1652.4822219 +99,-1.53318962,0.7230212049,478,-1.253574971,0.379755746,1648.7413767 +100,-1.531154816,0.7230299897,478,-1.253574971,0.379755746,1644.9466045 +101,-1.528878341,0.7230370244,478,-1.253574971,0.379755746,1640.715134 +102,-1.539218189,0.7214009878,478,-1.253574971,0.379755746,1655.2639248 +103,-1.537198791,0.7214422745,478,-1.253574971,0.379755746,1651.5253556 +104,-1.535179266,0.7214634354,478,-1.253574971,0.379755746,1647.7442789 +105,-1.533156501,0.7214944644,478,-1.253574971,0.379755746,1644.0060532 +106,-1.53113574,0.7215166021,478,-1.253574971,0.379755746,1640.2635067 +107,-1.528874248,0.7215345535,478,-1.253574971,0.379755746,1636.0767632 +108,-1.539217656,0.7198512397,478,-1.253574971,0.379755746,1650.575588 +109,-1.537199919,0.7199428763,478,-1.253574971,0.379755746,1646.9769981 +110,-1.545425832,0.727397149,478,-1.253574971,0.379755746,1685.2891094 +111,-1.543371177,0.7273916949,478,-1.253574971,0.379755746,1681.3462215 +112,-1.541368852,0.7274523163,478,-1.253574971,0.379755746,1677.7217427 +113,-1.545349067,0.7258710923,478,-1.253574971,0.379755746,1680.5389585 +114,-1.54332671,0.7258603556,478,-1.253574971,0.379755746,1676.6271555 +115,-1.541346831,0.7259242142,478,-1.253574971,0.379755746,1673.0402023 +116,-1.545324355,0.7243383958,478,-1.253574971,0.379755746,1675.8767655 +117,-1.543292796,0.7243617413,478,-1.253574971,0.379755746,1672.0350726 +118,-1.541295822,0.7244024384,478,-1.253574971,0.379755746,1668.3305646 +119,-1.543193859,0.7205570215,478,-1.253574971,0.379755746,1660.386905 +120,-1.550257047,0.7386738187,478,-1.253574971,0.379755746,1728.598225 +121,-1.549335448,0.7311736483,478,-1.253574971,0.379755746,1704.1645251 +122,-1.533478843,0.7179891343,478,-1.253574971,0.379755746,1633.9244538 +123,-1.556150555,0.738907041,478,-1.253574971,0.379755746,1740.4600402 +124,-1.554324226,0.733414257,478,-1.253574971,0.379755746,1720.4706259 +125,-1.554290846,0.7288285332,478,-1.253574971,0.379755746,1706.7000666 +126,-1.55122487,0.7219795312,478,-1.253574971,0.379755746,1680.3246887 +127,-1.525104458,0.7229399862,478,-1.253574971,0.379755746,1633.415975 +128,-1.519607711,0.7236181429,478,-1.253574971,0.379755746,1625.4631208 +129,-1.513899999,0.7251107854,478,-1.253574971,0.379755746,1619.8921031 +130,-1.536620762,0.7431061895,478,-1.253574971,0.379755746,1717.1221979 +131,-1.5369566,0.7460845958,478,-1.253574971,0.379755746,1727.0165762 +132,-1.545345528,0.7447040685,478,-1.253574971,0.379755746,1737.9198365 +133,-1.532813921,0.7432306626,478,-1.253574971,0.379755746,1710.6879525 +134,-1.554788248,0.7382381001,478,-1.253574971,0.379755746,1735.8530151 +135,-1.540348126,0.7301594274,478,-1.253574971,0.379755746,1684.0407473 +136,-1.538016084,0.7239051786,478,-1.253574971,0.379755746,1660.5694312 +137,-1.525288962,0.7258085137,478,-1.253574971,0.379755746,1642.6695163 +138,-1.534326986,0.731241342,478,-1.253574971,0.379755746,1676.1408117 +139,-1.530733872,0.7303625216,478,-1.253574971,0.379755746,1666.8044624 +141,-1.534354939,0.7328219978,478,-1.253574971,0.379755746,1681.0756431 +142,-1.53157084,0.7292888153,478,-1.253574971,0.379755746,1665.0190377 +143,-1.525691035,0.7263799874,478,-1.253574971,0.379755746,1645.1847249 +144,-1.534031287,0.7495967835,478,-1.253574971,0.379755746,1732.8417826 +145,-1.527714986,0.7283095957,478,-1.253574971,0.379755746,1654.8942599 +146,-1.526189586,0.7271468292,478,-1.253574971,0.379755746,1648.4842048 +147,-1.555177336,0.7375563366,478,-1.253574971,0.379755746,1734.541944 +148,-1.555080283,0.7312707794,478,-1.253574971,0.379755746,1715.518285 +149,-1.53856994,0.7224180299,478,-1.253574971,0.379755746,1657.1058011 +150,-1.530837883,0.729933372,478,-1.253574971,0.379755746,1665.665081 +151,-1.515066984,0.5854133365,478,-1.253574971,0.379755746,1224.2953501 +152,-1.534731633,0.5368370046,478,-1.253574971,0.379755746,1174.6324566 +153,-1.515231902,0.5607085576,478,-1.253574971,0.379755746,1167.149331 +154,-2.616253799,1.0684566605,478,-1.253574971,0.379755746,4516.8582262 +155,-1.956071439,0.5792177723,478,-1.253574971,0.379755746,2574.2754876 +156,-1.951208514,0.5602434208,478,-1.253574971,0.379755746,2549.3149847 +157,-1.944675062,0.6062144545,478,-1.253574971,0.379755746,2553.3027085 +158,-1.613778386,0.6077989518,478,-1.253574971,0.379755746,1541.9403161 +159,-2.035029014,0.6021432345,478,-1.253574971,0.379755746,2842.8057892 +160,-2.114989471,0.6801825058,478,-1.253574971,0.379755746,3131.271337 +161,-2.037382079,0.5765830025,478,-1.253574971,0.379755746,2841.6098784 +162,-2.129855121,0.6585019963,478,-1.253574971,0.379755746,3167.3509077 +163,-2.075141798,0.6493615843,478,-1.253574971,0.379755746,2992.3622457 +164,-1.828626729,0.6948433129,478,-1.253574971,0.379755746,2300.5441969 +165,-1.863329418,0.6735427691,478,-1.253574971,0.379755746,2369.5930205 +166,-1.266037071,0.727988852,478,-1.253574971,0.379755746,1379.976131 +167,-1.277579582,0.7249010648,478,-1.253574971,0.379755746,1369.4636071 +168,-1.258418684,0.7241194816,478,-1.253574971,0.379755746,1364.1205088 +169,-1.317813974,0.6804850104,478,-1.253574971,0.379755746,1210.9405449 +170,-1.344165204,0.6790988904,478,-1.253574971,0.379755746,1224.8758079 +171,-1.427582102,0.5277120351,478,-1.253574971,0.379755746,851.97159752 +172,-1.402238616,0.457167829,478,-1.253574971,0.379755746,619.02959321 +173,-1.422454264,0.4996161999,478,-1.253574971,0.379755746,768.70683039 +174,-1.439089277,0.4894859811,478,-1.253574971,0.379755746,795.09847322 +175,-1.448126995,0.5182330266,478,-1.253574971,0.379755746,883.87474047 +176,-1.474626146,0.5881926574,478,-1.253574971,0.379755746,1130.3935748 +177,-1.421139645,0.5584869783,478,-1.253574971,0.379755746,921.87981133 +178,-1.457037165,0.565943032,478,-1.253574971,0.379755746,1027.4441891 +179,-2.757159358,0.3745319,478,-1.253574971,0.379755746,5449.9357012 +180,-2.714309238,0.342054471,478,-1.253574971,0.379755746,5341.5151174 +181,-2.000525337,0.774119946,478,-1.253574971,0.379755746,2884.0316979 +183,-1.571413436,0.6777838382,478,-1.253574971,0.379755746,1598.376634 +184,-1.552860289,0.6987663893,478,-1.253574971,0.379755746,1615.88576 +185,-1.521852374,0.7165827476,478,-1.253574971,0.379755746,1607.6792275 +186,-1.503656267,0.6928968252,478,-1.253574971,0.379755746,1500.0780803 +187,-1.502753178,0.7136205882,478,-1.253574971,0.379755746,1563.5534156 +188,-1.631894563,0.7343596465,478,-1.253574971,0.379755746,1883.6984714 +189,-1.653765416,0.6770714026,478,-1.253574971,0.379755746,1796.2149651 +190,-1.719812114,0.6715965947,478,-1.253574971,0.379755746,1959.4808843 +191,-1.493406659,0.6646955447,478,-1.253574971,0.379755746,1393.4670437 +192,-1.469120564,0.6613469966,478,-1.253574971,0.379755746,1336.0160373 +193,-1.590551461,0.5326612937,478,-1.253574971,0.379755746,1339.8312803 +194,-1.625979264,0.5247742243,478,-1.253574971,0.379755746,1442.6034529 +195,-1.572293943,0.5238808754,478,-1.253574971,0.379755746,1268.8369721 +196,-1.610848725,0.5477107964,478,-1.253574971,0.379755746,1426.3710308 +197,-1.208485554,0.7918526018,478,-1.253574971,0.379755746,1638.861387 +198,-1.335601374,0.6869083083,478,-1.253574971,0.379755746,1247.8756471 +199,-1.346156996,0.6825213377,478,-1.253574971,0.379755746,1239.6009387 +200,-1.324381037,0.6741422347,478,-1.253574971,0.379755746,1190.6333385 +201,-1.242424992,0.7378949807,478,-1.253574971,0.379755746,1419.0721075 +202,-1.270370057,0.7392461008,478,-1.253574971,0.379755746,1425.0307518 +203,-1.448950472,0.7441675014,478,-1.253574971,0.379755746,1581.6125342 +204,-1.492662363,0.7523026852,478,-1.253574971,0.379755746,1673.0614487 +205,-1.479098966,0.7763855017,478,-1.253574971,0.379755746,1735.0398702 +206,-1.633760714,0.7869022408,478,-1.253574971,0.379755746,2030.7353398 +207,-1.647406434,0.8101289331,478,-1.253574971,0.379755746,2122.8256758 +208,-1.564245052,0.5701509278,478,-1.253574971,0.379755746,1325.8321321 +209,-1.646289963,0.6833746083,478,-1.253574971,0.379755746,1791.6495372 +210,-1.5820631,0.6751952144,478,-1.253574971,0.379755746,1616.1413866 +211,-1.613236298,0.6681681791,478,-1.253574971,0.379755746,1673.6817796 +212,-1.914661867,0.8212566515,478,-1.253574971,0.379755746,2735.837457 +213,-1.742133237,0.7250275956,478,-1.253574971,0.379755746,2123.8779089 +214,-2.033144872,0.6557314699,478,-1.253574971,0.379755746,2865.2872672 +215,-2.039551981,0.6964723658,478,-1.253574971,0.379755746,2914.4833961 +216,-1.247341019,0.7622473908,478,-1.253574971,0.379755746,1515.1879252 +217,-1.298239787,0.7084123392,478,-1.253574971,0.379755746,1310.4132908 +218,-1.308539688,0.6926545592,478,-1.253574971,0.379755746,1253.2070395 +219,-1.303263185,0.6888938396,478,-1.253574971,0.379755746,1235.9644711 +220,-1.852400229,0.6004246149,478,-1.253574971,0.379755746,2254.0183098 +221,-1.288947707,0.7473773692,478,-1.253574971,0.379755746,1460.8385877 +222,-1.372031502,0.7472790993,478,-1.253574971,0.379755746,1507.5149393 +223,-1.289805721,0.7242157877,478,-1.253574971,0.379755746,1369.7511807 +224,-1.350807603,0.7533498126,478,-1.253574971,0.379755746,1514.154211 +225,-1.329290365,0.7560442322,478,-1.253574971,0.379755746,1511.2094429 +226,-1.410153004,0.616936428,478,-1.253574971,0.379755746,1084.7174583 +227,-1.393445434,0.6308995063,478,-1.253574971,0.379755746,1105.5019348 +228,-1.37595573,0.6241540638,478,-1.253574971,0.379755746,1056.3900363 +229,-1.358388707,0.6172645205,478,-1.253574971,0.379755746,1008.3662571 +230,-1.753741133,0.8281661666,478,-1.253574971,0.379755746,2384.5334272 +231,-1.47430987,0.6834615681,478,-1.253574971,0.379755746,1416.2035833 +232,-1.421012508,0.7222725206,478,-1.253574971,0.379755746,1467.3258054 +233,-1.4476833,0.6978557868,478,-1.253574971,0.379755746,1419.5356093 +234,-1.470370723,0.6966193374,478,-1.253574971,0.379755746,1452.2070949 +235,-1.429211703,0.7037216883,478,-1.253574971,0.379755746,1412.5245965 +236,-1.700578405,0.6178673663,478,-1.253574971,0.379755746,1809.9736266 +237,-1.678117619,0.6331716163,478,-1.253574971,0.379755746,1771.96194 +238,-1.725644578,0.6316331145,478,-1.253574971,0.379755746,1905.8152363 +239,-2.14012759,0.7930497945,478,-1.253574971,0.379755746,3281.3785182 +240,-2.103289431,0.7653606263,478,-1.253574971,0.379755746,3156.1919568 +241,-1.318739838,0.7017808746,478,-1.253574971,0.379755746,1294.2504831 +242,-1.396417427,0.7077900843,478,-1.253574971,0.379755746,1384.9888885 +243,-1.35650337,0.7185539404,478,-1.253574971,0.379755746,1385.4029854 +244,-1.248884539,0.7274156818,478,-1.253574971,0.379755746,1377.1697167 +245,-1.395014798,0.5761185243,478,-1.253574971,0.379755746,922.4467495 +246,-1.433377362,0.6064716109,478,-1.253574971,0.379755746,1093.8988341 +247,-1.408172432,0.5903155476,478,-1.253574971,0.379755746,993.45499628 +248,-1.749645898,0.7757118084,478,-1.253574971,0.379755746,2251.8783165 +249,-1.571626686,0.615046989,478,-1.253574971,0.379755746,1442.6724662 +250,-1.514070049,0.6303003037,478,-1.253574971,0.379755746,1338.2831053 +251,-1.480890369,0.6237966528,478,-1.253574971,0.379755746,1245.4046509 +252,-1.704390658,0.5281680612,478,-1.253574971,0.379755746,1704.221556 +253,-1.64434733,0.5254277498,478,-1.253574971,0.379755746,1503.3196735 +254,-1.703855997,0.4792484842,478,-1.253574971,0.379755746,1665.3568356 +255,-1.692002383,0.5748825051,478,-1.253574971,0.379755746,1718.9729545 +256,-1.854136457,0.5544643913,478,-1.253574971,0.379755746,2222.9674999 +257,-1.665021206,0.520317736,478,-1.253574971,0.379755746,1565.7499133 +258,-1.733654349,0.4845187345,478,-1.253574971,0.379755746,1771.7986872 +259,-1.720938188,0.5135933906,478,-1.253574971,0.379755746,1746.9727811 +260,-1.742668307,0.553296122,478,-1.253574971,0.379755746,1854.9264718 +261,-1.965659039,0.7142126903,478,-1.253574971,0.379755746,2715.5421938 +262,-1.944438071,0.6772834804,478,-1.253574971,0.379755746,2613.5397815 +263,-1.270340967,0.7681487096,478,-1.253574971,0.379755746,1539.4061518 +264,-1.353091884,0.6549276821,478,-1.253574971,0.379755746,1141.8803619 +265,-1.333236659,0.6413584414,478,-1.253574971,0.379755746,1071.7584275 +266,-1.352015998,0.6753788907,478,-1.253574971,0.379755746,1217.7696346 +267,-1.377988483,0.6577816235,478,-1.253574971,0.379755746,1180.477347 +268,-2.13075611,0.8318642051,478,-1.253574971,0.379755746,3292.7691445 +269,-2.097910953,0.8259670014,478,-1.253574971,0.379755746,3201.8220926 +270,-1.416382069,0.6694271549,478,-1.253574971,0.379755746,1274.1600799 +271,-1.538905672,0.7535625993,478,-1.253574971,0.379755746,1753.8909557 +272,-1.572309477,0.7803125099,478,-1.253574971,0.379755746,1896.0953353 +273,-1.87759879,0.7503853417,478,-1.253574971,0.379755746,2521.9064404 +274,1.152365588,0.590457682,478,-1.253574971,0.379755746,7704.4682846 +275,0.350198001,0.718001859,478,-1.253574971,0.379755746,5340.0258285 +276,0.046513677,0.491503852,478,-1.253574971,0.379755746,4618.1825053 +277,0.027510309,0.742571376,478,-1.253574971,0.379755746,4390.2181531 +278,0.306285725,-0.214631579,478,-1.253574971,0.379755746,6495.56897 +279,-1.100564889,0.318051531,478,-1.253574971,0.379755746,619.60660715 +280,-1.078582306,0.301437596,478,-1.253574971,0.379755746,722.94604509 +281,-1.137371989,-0.617634065,478,-1.253574971,0.379755746,3974.6912062 +282,0.784356344,0.703272339,478,-1.253574971,0.379755746,6536.2630966 +283,-1.221209947,0.218327455,478,-1.253574971,0.379755746,651.01532264 +284,2.347301921,-0.449114658,478,-1.253574971,0.379755746,10759.027744 +285,0.246820618,0.830553713,478,-1.253574971,0.379755746,4941.1187982 +286,0.829414965,0.703288228,478,-1.253574971,0.379755746,6648.2848649 +287,-1.337537566,0.42332223,478,-1.253574971,0.379755746,351.36778386 +288,0.882453706,0.454478077,478,-1.253574971,0.379755746,7363.4729471 +289,1.575629659,0.416419109,478,-1.253574971,0.379755746,9068.329316 +290,-1.039455679,0.229888244,478,-1.253574971,0.379755746,1002.5466317 +291,0.489558039,0.934482747,478,-1.253574971,0.379755746,5410.1763287 +292,0.081344504,0.88384514,478,-1.253574971,0.379755746,4486.4296577 +293,-1.547979814,0.300350308,478,-1.253574971,0.379755746,1142.657824 +294,0.040776181,0.168560074,478,-1.253574971,0.379755746,4964.7416965 +295,-1.130374745,0.563894876,478,-1.253574971,0.379755746,848.48727325 +296,1.578326642,0.478507176,478,-1.253574971,0.379755746,8843.2869527 +297,-1.12861823,-0.291640865,478,-1.253574971,0.379755746,2703.2590904 +298,0.310524208,0.770885792,478,-1.253574971,0.379755746,5168.8079681 +299,0.415649091,-0.387246002,478,-1.253574971,0.379755746,7118.8060363 +300,-0.926533878,-0.188022748,478,-1.253574971,0.379755746,2583.4424068 +301,1.258856172,-0.11716081,478,-1.253574971,0.379755746,9823.8416686 +302,-1.126050026,0.322941926,478,-1.253574971,0.379755746,524.83489229 +303,2.002785835,0.07893892,478,-1.253574971,0.379755746,10573.207721 +304,0.440437607,0.746258085,478,-1.253574971,0.379755746,5553.9051103 +305,-0.030391866,0.214441206,478,-1.253574971,0.379755746,4643.5256408 +306,0.521557815,-0.058929362,478,-1.253574971,0.379755746,7059.8333693 +307,-0.097005111,0.13317729,478,-1.253574971,0.379755746,4506.2723894 +308,1.83113859,0.221857587,478,-1.253574971,0.379755746,10050.623383 +309,0.222428864,0.099404236,478,-1.253574971,0.379755746,5728.4503441 +310,-1.702731345,0.8728568183,478,-1.253574971,0.379755746,2402.1987253 +311,-0.418507569,0.278324921,478,-1.253574971,0.379755746,3144.0647224 +312,-1.41153306,0.339029988,478,-1.253574971,0.379755746,607.37863319 +313,0.357560442,0.114788776,478,-1.253574971,0.379755746,6201.1304974 +314,0.325818979,0.268352149,478,-1.253574971,0.379755746,5862.6142221 +315,-1.246004659,-0.663679965,478,-1.253574971,0.379755746,4133.1449445 +316,1.814603087,0.637404484,478,-1.253574971,0.379755746,8405.5215274 +317,1.843704281,-0.18300445,478,-1.253574971,0.379755746,11646.555251 +318,1.690644492,-0.211480909,478,-1.253574971,0.379755746,11442.971438 +319,-1.275451936,0.068109467,478,-1.253574971,0.379755746,1237.291986 +320,0.762430171,-0.207594741,478,-1.253574971,0.379755746,8150.0497492 +321,0.265668905,-0.014647884,478,-1.253574971,0.379755746,6053.8339852 +322,-2.773032013,-0.335515811,478,-1.253574971,0.379755746,6527.4222647 +323,-1.469512853,0.174058777,478,-1.253574971,0.379755746,1156.5405009 +324,0.286276986,0.785925691,478,-1.253574971,0.379755746,5087.2228927 +325,-1.379324697,0.377432233,478,-1.253574971,0.379755746,462.87184587 +326,-1.203778265,0.212813032,478,-1.253574971,0.379755746,687.56627966 +327,0.579916301,0.611743168,478,-1.253574971,0.379755746,6160.7491807 +328,0.267582642,0.868113908,478,-1.253574971,0.379755746,4962.3464001 +329,0.412869244,-0.050245578,478,-1.253574971,0.379755746,6647.3769991 +330,0.17524381,0.976660285,478,-1.253574971,0.379755746,4674.7859988 +331,0.743157214,0.204812899,478,-1.253574971,0.379755746,7430.1537704 +332,-1.070758176,0.269382282,478,-1.253574971,0.379755746,813.26909354 +333,-1.230364251,0.329790229,478,-1.253574971,0.379755746,215.87045302 +334,-1.374813124,-0.024926835,478,-1.253574971,0.379755746,1670.1821758 +335,0.519780566,0.463669906,478,-1.253574971,0.379755746,6227.1921032 +336,-1.55108034,0.239698561,478,-1.253574971,0.379755746,1250.5428426 +337,0.180294813,0.029739425,478,-1.253574971,0.379755746,5674.5930025 +338,0.67820924,0.268170153,478,-1.253574971,0.379755746,7092.7713703 +339,0.445798684,1.024001867,478,-1.253574971,0.379755746,5201.7167351 +340,0.691751283,0.150521402,478,-1.253574971,0.379755746,7347.4463186 +341,-1.036643551,-0.903056181,478,-1.253574971,0.379755746,5136.7872001 +342,-0.120287036,1.083325163,478,-1.253574971,0.379755746,4093.6373641 +343,2.823513113,-0.304487164,478,-1.253574971,0.379755746,8957.0065668 +344,0.457583172,1.12513373,478,-1.253574971,0.379755746,5104.0968524 +345,0.042918831,0.813795399,478,-1.253574971,0.379755746,4407.4732409 +346,1.196146777,-0.853142756,478,-1.253574971,0.379755746,9578.6180106 +347,0.206001358,-0.010430701,478,-1.253574971,0.379755746,5828.3011816 +348,-0.268308653,0.234799412,478,-1.253574971,0.379755746,3744.6938366 +349,0.759363263,0.736189579,478,-1.253574971,0.379755746,6402.4949687 +350,0.181363926,0.891988372,478,-1.253574971,0.379755746,4731.3294182 +351,-0.021111158,0.139103292,478,-1.253574971,0.379755746,4777.2657098 +352,-0.093355215,0.630686981,478,-1.253574971,0.379755746,4065.1856729 +353,0.40118964,0.681375926,478,-1.253574971,0.379755746,5533.2671215 +354,-0.721197315,1.304706234,478,-1.253574971,0.379755746,3828.8327601 +355,-1.076150317,0.212107639,478,-1.253574971,0.379755746,944.14200107 +356,-1.577164531,0.273993443,478,-1.253574971,0.379755746,1282.8836567 +357,-0.190788414,0.182208586,478,-1.253574971,0.379755746,4095.2633652 +358,-0.261349752,0.209710184,478,-1.253574971,0.379755746,3800.662175 +359,-1.029303852,0.083549259,478,-1.253574971,0.379755746,1455.1820779 +360,-1.268609162,0.330525297,478,-1.253574971,0.379755746,202.83560472 +361,1.282982244,-0.926641967,478,-1.253574971,0.379755746,9612.0116955 +362,0.217352334,0.731352408,478,-1.253574971,0.379755746,4946.3458196 +363,-1.511833084,0.258629297,478,-1.253574971,0.379755746,1082.3773464 +364,0.338812194,0.823184618,478,-1.253574971,0.379755746,5187.4645052 +365,-0.324406489,1.134201999,478,-1.253574971,0.379755746,3814.8756355 +366,1.389579348,0.399185724,478,-1.253574971,0.379755746,8808.3007183 +367,2.047152199,-0.039082036,478,-1.253574971,0.379755746,10961.679035 +368,0.947780369,0.568250077,478,-1.253574971,0.379755746,7272.1332181 +369,0.763824846,0.576754987,478,-1.253574971,0.379755746,6754.7122013 +370,-0.142334657,0.928153068,478,-1.253574971,0.379755746,3945.3038049 +371,0.610266567,0.547265983,478,-1.253574971,0.379755746,6365.3953739 +372,0.210731629,0.746815056,478,-1.253574971,0.379755746,4913.8966754 +373,-1.34931644,0.316895224,478,-1.253574971,0.379755746,434.72800292 +374,2.407696481,0.655030745,478,-1.253574971,0.379755746,7910.3554381 +375,0.64207831,0.545359131,478,-1.253574971,0.379755746,6464.2719956 +376,1.174597538,0.840588356,478,-1.253574971,0.379755746,6988.1700958 +377,0.660059424,0.010604079,478,-1.253574971,0.379755746,7463.1703097 +378,-0.730263819,0.010486456,478,-1.253574971,0.379755746,2493.5832749 +379,0.831068936,0.512339172,478,-1.253574971,0.379755746,7085.0105932 +380,1.301180979,0.72367476,478,-1.253574971,0.379755746,7571.2180502 +381,1.811128231,0.322854402,478,-1.253574971,0.379755746,9644.8966319 +382,0.435105812,0.992284428,478,-1.253574971,0.379755746,5218.4090717 +383,0.62643634,0.592027932,478,-1.253574971,0.379755746,6331.5232518 +384,0.492988703,-0.516339467,478,-1.253574971,0.379755746,7529.8983335 +385,-0.162469483,0.112549365,478,-1.253574971,0.379755746,4294.8455284 +386,0.314630866,0.472006421,478,-1.253574971,0.379755746,5542.5035481 +387,0.166744804,0.822815954,478,-1.253574971,0.379755746,4735.8356914 +388,0.417159608,0.965805736,478,-1.253574971,0.379755746,5212.0740969 +389,0.106334961,0.868774244,478,-1.253574971,0.379755746,4554.7328658 +390,0.815086969,-0.338144359,478,-1.253574971,0.379755746,8487.9468909 +391,0.59867455,-0.230624824,478,-1.253574971,0.379755746,7578.6763127 +392,1.915104874,0.066220985,478,-1.253574971,0.379755746,10674.215434 +393,1.278093622,0.064463721,478,-1.253574971,0.379755746,9497.2520623 +394,-0.061477853,0.302997961,478,-1.253574971,0.379755746,4424.6217807 +395,0.251311504,0.626976942,478,-1.253574971,0.379755746,5151.262816 +396,2.950242872,0.149095644,478,-1.253574971,0.379755746,7818.1093288 +397,-0.180294708,0.35375117,478,-1.253574971,0.379755746,3942.5651426 +398,1.010448592,-0.351180233,478,-1.253574971,0.379755746,9209.7902654 +399,-1.748740498,0.3686318073,478,-1.253574971,0.379755746,1823.603995 +400,2.699635665,0.123533791,478,-1.253574971,0.379755746,8715.3581122 +401,0.496808033,0.823843254,478,-1.253574971,0.379755746,5588.2789736 +402,0.129574704,0.763364087,478,-1.253574971,0.379755746,4671.6793272 +403,1.798920311,0.817447563,478,-1.253574971,0.379755746,7691.0100361 +404,0.335987953,0.746786541,478,-1.253574971,0.379755746,5265.9281511 +405,-1.085413643,0.292154671,478,-1.253574971,0.379755746,717.91757518 +406,-0.155321003,0.508207011,478,-1.253574971,0.379755746,3916.6799845 +407,0.620529244,-0.301175104,478,-1.253574971,0.379755746,7743.9935167 +408,1.684402744,0.368716966,478,-1.253574971,0.379755746,9376.4025659 +409,0.300582244,-0.386397212,478,-1.253574971,0.379755746,6719.8793614 +410,2.913555946,-0.009225192,478,-1.253574971,0.379755746,8228.0256069 +411,1.465101417,0.493232532,478,-1.253574971,0.379755746,8626.53967 +412,0.090612882,0.907955955,478,-1.253574971,0.379755746,4502.4133066 +413,2.987564726,-0.729568594,478,-1.253574971,0.379755746,8583.0441501 +414,-1.484261606,0.224149272,478,-1.253574971,0.379755746,1067.1027707 +415,0.164073421,0.303955133,478,-1.253574971,0.379755746,5236.8643398 +416,0.141441293,0.167552546,478,-1.253574971,0.379755746,5335.3439551 +417,2.931321023,-0.506718887,478,-1.253574971,0.379755746,8714.9877505 +418,2.21951565,0.700596356,478,-1.253574971,0.379755746,7992.9329053 +419,0.268112576,1.199114336,478,-1.253574971,0.379755746,4754.9752903 +420,0.978913739,0.359223811,478,-1.253574971,0.379755746,7868.9586988 +421,1.210898818,0.522863584,478,-1.253574971,0.379755746,8035.515774 +422,2.347397336,0.129231362,478,-1.253574971,0.379755746,9751.5186913 +423,0.614394501,0.556878345,478,-1.253574971,0.379755746,6360.3518624 +424,-1.398079356,0.148483366,478,-1.253574971,0.379755746,1069.0080148 +425,2.535303836,-0.112984496,478,-1.253574971,0.379755746,9752.8047563 +426,-1.019372593,-0.405322349,478,-1.253574971,0.379755746,3238.1974161 +427,-1.297785627,-0.160104069,478,-1.253574971,0.379755746,2145.2785911 +428,2.144554488,0.205051084,478,-1.253574971,0.379755746,9921.8755727 +429,-2.242387083,-0.426171285,478,-1.253574971,0.379755746,4966.706023 +430,0.338637212,0.909723676,478,-1.253574971,0.379755746,5096.2054366 +431,-0.148798452,0.691042401,478,-1.253574971,0.379755746,3877.8868935 +432,0.893524764,0.441829531,478,-1.253574971,0.379755746,7424.6505809 +433,0.969229347,-0.368847936,478,-1.253574971,0.379755746,9073.4038837 +434,0.436043248,0.800045688,478,-1.253574971,0.379755746,5467.8395158 +435,1.687946607,1.081504775,478,-1.253574971,0.379755746,6621.113817 +436,0.522302046,-0.034889271,478,-1.253574971,0.379755746,7027.399675 +437,-0.178996113,-0.438090009,478,-1.253574971,0.379755746,5248.9634454 +438,-1.094339566,0.301444068,478,-1.253574971,0.379755746,670.31019096 +439,-1.064070054,0.242569932,478,-1.253574971,0.379755746,897.05602296 +440,-1.068153768,0.230387998,478,-1.253574971,0.379755746,916.23600646 +441,-3.00496892,-0.23989155,478,-1.253574971,0.379755746,7223.2791028 +442,0.21751974,0.766874888,478,-1.253574971,0.379755746,4915.8617607 +443,0.117229532,0.007619006,478,-1.253574971,0.379755746,5475.5136997 +444,0.777758451,0.420554741,478,-1.253574971,0.379755746,7122.7024304 +445,-0.252356999,0.250747086,478,-1.253574971,0.379755746,3784.8710004 +446,0.363148444,0.768483434,478,-1.253574971,0.379755746,5314.9018248 +447,0.903191366,-0.118210676,478,-1.253574971,0.379755746,8546.4452438 +448,-0.205755923,0.149406178,478,-1.253574971,0.379755746,4084.1295668 +449,1.811996086,0.02364353,478,-1.253574971,0.379755746,10819.136931 +450,-1.100670221,0.314845373,478,-1.253574971,0.379755746,624.6583115 +451,0.340078597,0.850105132,478,-1.253574971,0.379755746,5161.5695746 +452,0.258757267,0.804969236,478,-1.253574971,0.379755746,4995.030399 +453,2.78505352,-0.155160804,478,-1.253574971,0.379755746,8920.5498539 +454,0.800551619,0.105822106,478,-1.253574971,0.379755746,7809.0498383 +455,0.437940882,-0.506194031,478,-1.253574971,0.379755746,7335.9372667 +456,2.230431122,0.63458615,478,-1.253574971,0.379755746,8226.5355062 +457,0.527965361,0.127667701,478,-1.253574971,0.379755746,6800.3255318 +458,-0.063643205,0.702093448,478,-1.253574971,0.379755746,4134.2682853 +459,1.408447268,0.133010502,478,-1.253574971,0.379755746,9687.8164128 +460,0.523795955,0.280266966,478,-1.253574971,0.379755746,6541.2271366 +461,-0.975769313,0.072177659,478,-1.253574971,0.379755746,1619.7059153 +462,0.549774164,-0.463663986,478,-1.253574971,0.379755746,7668.8756931 +463,0.29245874,1.095549818,478,-1.253574971,0.379755746,4847.2162505 +464,0.143625958,0.816809593,478,-1.253574971,0.379755746,4677.7791541 +465,0.671902494,0.611159853,478,-1.253574971,0.379755746,6425.8128745 +466,1.239840988,0.6724199,478,-1.253574971,0.379755746,7631.1698864 +467,0.607829703,-0.10932137,478,-1.253574971,0.379755746,7449.4922189 +468,1.763020906,0.263996692,478,-1.253574971,0.379755746,9848.1336428 +469,0.378714634,0.726066797,478,-1.253574971,0.379755746,5410.4546157 +470,2.196736143,-0.153862366,478,-1.253574971,0.379755746,10966.033819 +471,0.01702415,0.148991565,478,-1.253574971,0.379755746,4903.9814379 +472,-2.998490902,-0.158002487,478,-1.253574971,0.379755746,7089.2528741 +473,-3.051262951,-0.346595608,478,-1.253574971,0.379755746,7522.2755532 +474,-1.069176439,0.182802941,478,-1.253574971,0.379755746,1048.2756853 +475,0.167157509,0.595344954,478,-1.253574971,0.379755746,4919.811147 +476,0.613855648,0.681746124,478,-1.253574971,0.379755746,6131.6176638 +477,1.037012736,0.682555367,478,-1.253574971,0.379755746,7187.1057282 +478,-1.253574971,0.379755746,478,-1.253574971,0.379755746,0 +479,3.108590453,-0.132620738,478,-1.253574971,0.379755746,7701.3842069 +480,0.565301296,0.022333262,478,-1.253574971,0.379755746,7099.3720764 +481,0.547898238,0.855555614,478,-1.253574971,0.379755746,5663.1861715 +482,0.948309381,0.417393755,478,-1.253574971,0.379755746,7641.0985576 +483,-0.050600732,0.945269213,478,-1.253574971,0.379755746,4165.9942188 +484,-0.977651478,-0.572363064,478,-1.253574971,0.379755746,3913.1573048 +485,1.102014914,0.728861163,478,-1.253574971,0.379755746,7192.9162888 +486,2.927300795,-0.282939414,478,-1.253574971,0.379755746,8554.8214492 +487,-1.154565557,0.124434095,478,-1.253574971,0.379755746,1079.8476211 +488,1.855331234,0.291044755,478,-1.253574971,0.379755746,9783.7809142 +489,0.830290659,0.276904518,478,-1.253574971,0.379755746,7584.176647 +490,0.485104466,-0.234867441,478,-1.253574971,0.379755746,7170.4975745 +491,0.521367572,-0.33161327,478,-1.253574971,0.379755746,7423.4802623 +1,-1.539031704,0.7349710123,479,3.108590453,-0.132620738,6763.3444863 +2,-1.536990553,0.7349663874,479,3.108590453,-0.132620738,6769.3323002 +3,-1.534951779,0.7349571355,479,3.108590453,-0.132620738,6775.312659 +4,-1.532906461,0.7349480293,479,3.108590453,-0.132620738,6781.3127799 +5,-1.531320211,0.7346937278,479,3.108590453,-0.132620738,6785.9170908 +6,-1.539451648,0.7335131775,479,3.108590453,-0.132620738,6761.7891889 +7,-1.537429487,0.7335445708,479,3.108590453,-0.132620738,6767.7367357 +8,-1.535484998,0.7335658704,479,3.108590453,-0.132620738,6773.4540495 +9,-1.533488396,0.7336036027,479,3.108590453,-0.132620738,6779.3280513 +10,-1.531497785,0.7335842962,479,3.108590453,-0.132620738,6785.1729816 +11,-1.530259379,0.7334777758,479,3.108590453,-0.132620738,6788.790843 +12,-1.5335454,0.7322346912,479,3.108590453,-0.132620738,6778.8772918 +13,-1.531489083,0.7322238773,479,3.108590453,-0.132620738,6784.9243652 +14,-1.530011122,0.7321679851,479,3.108590453,-0.132620738,6789.2614511 +15,-1.53348106,0.7306614094,479,3.108590453,-0.132620738,6778.7399661 +16,-1.531441779,0.7306962275,479,3.108590453,-0.132620738,6784.7545838 +17,-1.529755654,0.7306933243,479,3.108590453,-0.132620738,6789.7213595 +18,-1.533415048,0.7291384674,479,3.108590453,-0.132620738,6778.6172256 +19,-1.531392093,0.7291705353,479,3.108590453,-0.132620738,6784.5912841 +20,-1.529296523,0.7291214933,479,3.108590453,-0.132620738,6790.7635789 +21,-1.535280942,0.727267644,479,3.108590453,-0.132620738,6772.7128355 +22,-1.533378158,0.7276139666,479,3.108590453,-0.132620738,6778.4073701 +23,-1.531340368,0.7276446587,479,3.108590453,-0.132620738,6784.4330519 +24,-1.528960113,0.7276398177,479,3.108590453,-0.132620738,6791.4634561 +25,-1.533313146,0.7260818349,479,3.108590453,-0.132620738,6778.2780809 +26,-1.531259555,0.7260958115,479,3.108590453,-0.132620738,6784.3552554 +27,-1.528926415,0.7260865555,479,3.108590453,-0.132620738,6791.2550321 +28,-1.531226779,0.7245511789,479,3.108590453,-0.132620738,6784.1353338 +29,-1.528904772,0.7245519194,479,3.108590453,-0.132620738,6791.0135076 +30,-1.547195875,0.7409785979,479,3.108590453,-0.132620738,6740.8376964 +31,-1.5451475,0.740980426,479,3.108590453,-0.132620738,6746.8137932 +32,-1.543097679,0.7409798872,479,3.108590453,-0.132620738,6752.7940326 +33,-1.540720364,0.7409892687,479,3.108590453,-0.132620738,6759.7325333 +34,-1.547188511,0.7395198392,479,3.108590453,-0.132620738,6740.5106567 +35,-1.545148587,0.7395226109,479,3.108590453,-0.132620738,6746.47019 +36,-1.543104538,0.7395314908,479,3.108590453,-0.132620738,6752.4436179 +37,-1.540727751,0.7395306258,479,3.108590453,-0.132620738,6759.3874101 +38,-1.547187029,0.7380014886,479,3.108590453,-0.132620738,6740.151056 +39,-1.545147315,0.7380012252,479,3.108590453,-0.132620738,6746.1174391 +40,-1.54310719,0.7380060743,479,3.108590453,-0.132620738,6752.0866816 +41,-1.540719671,0.7380068206,479,3.108590453,-0.132620738,6759.0718042 +42,-1.547187189,0.7364799098,479,3.108590453,-0.132620738,6739.7846856 +43,-1.545149996,0.7364853874,479,3.108590453,-0.132620738,6745.753213 +44,-1.543106091,0.7364823484,479,3.108590453,-0.132620738,6751.739866 +45,-1.540717158,0.7364893901,479,3.108590453,-0.132620738,6758.7401295 +46,-1.538663972,0.7410138672,479,3.108590453,-0.132620738,6765.7383393 +47,-1.53695285,0.7409699132,479,3.108590453,-0.132620738,6770.7222861 +48,-1.534910498,0.7409641297,479,3.108590453,-0.132620738,6776.6815359 +49,-1.533145034,0.7409536636,479,3.108590453,-0.132620738,6781.8321659 +50,-1.538681336,0.7395405883,479,3.108590453,-0.132620738,6765.3688472 +51,-1.536999189,0.7395183096,479,3.108590453,-0.132620738,6770.2793543 +52,-1.534923633,0.7395144222,479,3.108590453,-0.132620738,6776.3438622 +53,-1.533267822,0.7395654306,479,3.108590453,-0.132620738,6781.1932331 +54,-1.53867273,0.7380151077,479,3.108590453,-0.132620738,6765.0626608 +55,-1.536980576,0.7379994392,479,3.108590453,-0.132620738,6770.0106206 +56,-1.534931522,0.7379944961,479,3.108590453,-0.132620738,6776.0056831 +57,-1.533387952,0.7379480264,479,3.108590453,-0.132620738,6780.5134281 +58,-1.538682279,0.7364914363,479,3.108590453,-0.132620738,6764.7024771 +59,-1.536980704,0.7364810563,479,3.108590453,-0.132620738,6769.6859578 +60,-1.534935567,0.7364752065,479,3.108590453,-0.132620738,6775.6775513 +61,-1.533042592,0.7363876366,479,3.108590453,-0.132620738,6781.2070707 +62,-1.545143426,0.7349628011,479,3.108590453,-0.132620738,6745.4132987 +63,-1.543105297,0.7349691947,479,3.108590453,-0.132620738,6751.3933702 +64,-1.541064533,0.7349647152,479,3.108590453,-0.132620738,6757.3791279 +65,-1.545411803,0.7334624714,479,3.108590453,-0.132620738,6744.2699277 +66,-1.543446606,0.7334780896,479,3.108590453,-0.132620738,6750.0458948 +67,-1.541475327,0.7334957295,479,3.108590453,-0.132620738,6755.8404667 +68,-1.545401939,0.731963266,479,3.108590453,-0.132620738,6743.9418708 +69,-1.54342253,0.7319915583,479,3.108590453,-0.132620738,6749.7703336 +70,-1.541455867,0.7320216438,479,3.108590453,-0.132620738,6755.5618733 +71,-1.545410146,0.7304422281,479,3.108590453,-0.132620738,6743.5542701 +72,-1.543435491,0.7304713664,479,3.108590453,-0.132620738,6749.3768304 +73,-1.541463105,0.7304997613,479,3.108590453,-0.132620738,6755.1926851 +74,-1.545414768,0.7289194936,479,3.108590453,-0.132620738,6743.1755629 +75,-1.543435774,0.7289538557,479,3.108590453,-0.132620738,6749.0200236 +76,-1.541457714,0.7289765881,479,3.108590453,-0.132620738,6754.8591553 +77,-1.539449415,0.7320555866,479,3.108590453,-0.132620738,6761.4714349 +78,-1.537429183,0.7321097681,479,3.108590453,-0.132620738,6767.426022 +79,-1.535472649,0.7321497267,479,3.108590453,-0.132620738,6773.1900711 +80,-1.539457899,0.7305333307,479,3.108590453,-0.132620738,6761.1065169 +81,-1.537453161,0.7305750503,479,3.108590453,-0.132620738,6767.0208404 +82,-1.535479385,0.7306124949,479,3.108590453,-0.132620738,6772.8430406 +83,-1.53946905,0.7290102593,479,3.108590453,-0.132620738,6760.7322296 +84,-1.537459922,0.7290417293,479,3.108590453,-0.132620738,6766.6652689 +85,-1.535451349,0.7290890157,479,3.108590453,-0.132620738,6772.6001598 +86,-1.535522937,0.7279887191,479,3.108590453,-0.132620738,6772.1529331 +87,-1.539442524,0.7274735939,479,3.108590453,-0.132620738,6760.4648139 +88,-1.537424111,0.727521351,479,3.108590453,-0.132620738,6766.4369469 +89,-1.539384641,0.7259505092,479,3.108590453,-0.132620738,6760.292143 +90,-1.537372391,0.7259947145,479,3.108590453,-0.132620738,6766.2533188 +91,-1.535340789,0.7260435356,479,3.108590453,-0.132620738,6772.2727018 +92,-1.539325716,0.7244369706,479,3.108590453,-0.132620738,6760.1239306 +93,-1.537308932,0.7244801057,479,3.108590453,-0.132620738,6766.1062561 +94,-1.535289068,0.7245247645,479,3.108590453,-0.132620738,6772.0980238 +95,-1.533261366,0.7245550236,479,3.108590453,-0.132620738,6778.1099361 +96,-1.539267302,0.722921924,479,3.108590453,-0.132620738,6759.9530855 +97,-1.537248972,0.7229660258,479,3.108590453,-0.132620738,6765.9481826 +98,-1.535219431,0.7229916471,479,3.108590453,-0.132620738,6771.9725064 +99,-1.53318962,0.7230212049,479,3.108590453,-0.132620738,6777.9986293 +100,-1.531154816,0.7230299897,479,3.108590453,-0.132620738,6784.035394 +101,-1.528878341,0.7230370244,479,3.108590453,-0.132620738,6790.7889678 +102,-1.539218189,0.7214009878,479,3.108590453,-0.132620738,6759.7524992 +103,-1.537198791,0.7214422745,479,3.108590453,-0.132620738,6765.7581396 +104,-1.535179266,0.7214634354,479,3.108590453,-0.132620738,6771.7597913 +105,-1.533156501,0.7214944644,479,3.108590453,-0.132620738,6777.7733717 +106,-1.53113574,0.7215166021,479,3.108590453,-0.132620738,6783.779263 +107,-1.528874248,0.7215345535,479,3.108590453,-0.132620738,6790.4994756 +108,-1.539217656,0.7198512397,479,3.108590453,-0.132620738,6759.4000212 +109,-1.537199919,0.7199428763,479,3.108590453,-0.132620738,6765.42011 +110,-1.545425832,0.727397149,479,3.108590453,-0.132620738,6742.7766737 +111,-1.543371177,0.7273916949,479,3.108590453,-0.132620738,6748.8430779 +112,-1.541368852,0.7274523163,479,3.108590453,-0.132620738,6754.7706919 +113,-1.545349067,0.7258710923,479,3.108590453,-0.132620738,6742.6353042 +114,-1.54332671,0.7258603556,479,3.108590453,-0.132620738,6748.6131216 +115,-1.541346831,0.7259242142,479,3.108590453,-0.132620738,6754.4831393 +116,-1.545324355,0.7243383958,479,3.108590453,-0.132620738,6742.3375904 +117,-1.543292796,0.7243617413,479,3.108590453,-0.132620738,6748.3587884 +118,-1.541295822,0.7244024384,479,3.108590453,-0.132620738,6754.2818248 +119,-1.543193859,0.7205570215,479,3.108590453,-0.132620738,6747.7470795 +120,-1.550257047,0.7386738187,479,3.108590453,-0.132620738,6731.3385025 +121,-1.549335448,0.7311736483,479,3.108590453,-0.132620738,6732.1773185 +122,-1.533478843,0.7179891343,479,3.108590453,-0.132620738,6776.0655782 +123,-1.556150555,0.738907041,479,3.108590453,-0.132620738,6714.1760942 +124,-1.554324226,0.733414257,479,3.108590453,-0.132620738,6718.0848795 +125,-1.554290846,0.7288285332,479,3.108590453,-0.132620738,6716.9803941 +126,-1.55122487,0.7219795312,479,3.108590453,-0.132620738,6724.2592433 +127,-1.525104458,0.7229399862,479,3.108590453,-0.132620738,6801.9650886 +128,-1.519607711,0.7236181429,479,3.108590453,-0.132620738,6818.3934911 +129,-1.513899999,0.7251107854,479,3.108590453,-0.132620738,6835.5608385 +130,-1.536620762,0.7431061895,479,3.108590453,-0.132620738,6772.1400053 +131,-1.5369566,0.7460845958,479,3.108590453,-0.132620738,6771.7856802 +132,-1.545345528,0.7447040685,479,3.108590453,-0.132620738,6747.1024924 +133,-1.532813921,0.7432306626,479,3.108590453,-0.132620738,6783.2536756 +134,-1.554788248,0.7382381001,479,3.108590453,-0.132620738,6717.9824026 +135,-1.540348126,0.7301594274,479,3.108590453,-0.132620738,6758.3998178 +136,-1.538016084,0.7239051786,479,3.108590453,-0.132620738,6763.8835786 +137,-1.525288962,0.7258085137,479,3.108590453,-0.132620738,6801.9634174 +138,-1.534326986,0.731241342,479,3.108590453,-0.132620738,6776.369893 +139,-1.530733872,0.7303625216,479,3.108590453,-0.132620738,6786.7730093 +141,-1.534354939,0.7328219978,479,3.108590453,-0.132620738,6776.6188246 +142,-1.53157084,0.7292888153,479,3.108590453,-0.132620738,6784.0881064 +143,-1.525691035,0.7263799874,479,3.108590453,-0.132620738,6800.8823184 +144,-1.534031287,0.7495967835,479,3.108590453,-0.132620738,6780.9853182 +145,-1.527714986,0.7283095957,479,3.108590453,-0.132620738,6795.2721023 +146,-1.526189586,0.7271468292,479,3.108590453,-0.132620738,6799.5543479 +147,-1.555177336,0.7375563366,479,3.108590453,-0.132620738,6716.6668587 +148,-1.555080283,0.7312707794,479,3.108590453,-0.132620738,6715.2997771 +149,-1.53856994,0.7224180299,479,3.108590453,-0.132620738,6761.9073233 +150,-1.530837883,0.729933372,479,3.108590453,-0.132620738,6786.3800707 +151,-1.515066984,0.5854133365,479,3.108590453,-0.132620738,6803.4053643 +152,-1.534731633,0.5368370046,479,3.108590453,-0.132620738,6723.9761543 +153,-1.515231902,0.5607085576,479,3.108590453,-0.132620738,6796.5746561 +154,-2.616253799,1.0684566605,479,3.108590453,-0.132620738,5061.1432293 +155,-1.956071439,0.5792177723,479,3.108590453,-0.132620738,5368.3174724 +156,-1.951208514,0.5602434208,479,3.108590453,-0.132620738,5361.1107356 +157,-1.944675062,0.6062144545,479,3.108590453,-0.132620738,5436.514458 +158,-1.613778386,0.6077989518,479,3.108590453,-0.132620738,6489.067988 +159,-2.035029014,0.6021432345,479,3.108590453,-0.132620738,5153.1920492 +160,-2.114989471,0.6801825058,479,3.108590453,-0.132620738,5040.590194 +161,-2.037382079,0.5765830025,479,3.108590453,-0.132620738,5110.0934098 +162,-2.129855121,0.6585019963,479,3.108590453,-0.132620738,4962.0548981 +163,-2.075141798,0.6493615843,479,3.108590453,-0.132620738,5103.8795569 +164,-1.828626729,0.6948433129,479,3.108590453,-0.132620738,5884.4990839 +165,-1.863329418,0.6735427691,479,3.108590453,-0.132620738,5760.0491044 +166,-1.266037071,0.727988852,479,3.108590453,-0.132620738,7567.4069844 +167,-1.277579582,0.7249010648,479,3.108590453,-0.132620738,7534.9865646 +168,-1.258418684,0.7241194816,479,3.108590453,-0.132620738,7591.7622412 +169,-1.317813974,0.6804850104,479,3.108590453,-0.132620738,7431.0544515 +170,-1.344165204,0.6790988904,479,3.108590453,-0.132620738,7350.4421638 +171,-1.427582102,0.5277120351,479,3.108590453,-0.132620738,7087.1942698 +172,-1.402238616,0.457167829,479,3.108590453,-0.132620738,7167.3748632 +173,-1.422454264,0.4996161999,479,3.108590453,-0.132620738,7101.6187236 +174,-1.439089277,0.4894859811,479,3.108590453,-0.132620738,7042.208084 +175,-1.448126995,0.5182330266,479,3.108590453,-0.132620738,7015.4757184 +176,-1.474626146,0.5881926574,479,3.108590453,-0.132620738,6937.1802056 +177,-1.421139645,0.5584869783,479,3.108590453,-0.132620738,7111.7542024 +178,-1.457037165,0.565943032,479,3.108590453,-0.132620738,6992.2550185 +179,-2.757159358,0.3745319,479,3.108590453,-0.132620738,2582.2780013 +180,-2.714309238,0.342054471,479,3.108590453,-0.132620738,2599.592837 +181,-2.000525337,0.774119946,479,3.108590453,-0.132620738,5499.3057623 +183,-1.571413436,0.6777838382,479,3.108590453,-0.132620738,6650.2280308 +184,-1.552860289,0.6987663893,479,3.108590453,-0.132620738,6713.1683888 +185,-1.521852374,0.7165827476,479,3.108590453,-0.132620738,6810.4438132 +186,-1.503656267,0.6928968252,479,3.108590453,-0.132620738,6861.2732271 +187,-1.502753178,0.7136205882,479,3.108590453,-0.132620738,6867.0342331 +188,-1.631894563,0.7343596465,479,3.108590453,-0.132620738,6491.2489815 +189,-1.653765416,0.6770714026,479,3.108590453,-0.132620738,6397.2898195 +190,-1.719812114,0.6715965947,479,3.108590453,-0.132620738,6192.0591048 +191,-1.493406659,0.6646955447,479,3.108590453,-0.132620738,6888.5966637 +192,-1.469120564,0.6613469966,479,3.108590453,-0.132620738,6963.9785433 +193,-1.590551461,0.5326612937,479,3.108590453,-0.132620738,6533.0339772 +194,-1.625979264,0.5247742243,479,3.108590453,-0.132620738,6409.0513414 +195,-1.572293943,0.5238808754,479,3.108590453,-0.132620738,6591.5614188 +196,-1.610848725,0.5477107964,479,3.108590453,-0.132620738,6471.2036417 +197,-1.208485554,0.7918526018,479,3.108590453,-0.132620738,7690.274408 +198,-1.335601374,0.6869083083,479,3.108590453,-0.132620738,7374.7456116 +199,-1.346156996,0.6825213377,479,3.108590453,-0.132620738,7343.5199146 +200,-1.324381037,0.6741422347,479,3.108590453,-0.132620738,7412.6882631 +201,-1.242424992,0.7378949807,479,3.108590453,-0.132620738,7630.8811113 +202,-1.270370057,0.7392461008,479,3.108590453,-0.132620738,7549.0762362 +203,-1.448950472,0.7441675014,479,3.108590453,-0.132620738,7027.7199039 +204,-1.492662363,0.7523026852,479,3.108590453,-0.132620738,6901.0795043 +205,-1.479098966,0.7763855017,479,3.108590453,-0.132620738,6941.2812591 +206,-1.633760714,0.7869022408,479,3.108590453,-0.132620738,6510.052763 +207,-1.647406434,0.8101289331,479,3.108590453,-0.132620738,6483.5239642 +208,-1.564245052,0.5701509278,479,3.108590453,-0.132620738,6636.0860532 +209,-1.646289963,0.6833746083,479,3.108590453,-0.132620738,6423.3986616 +210,-1.5820631,0.6751952144,479,3.108590453,-0.132620738,6616.5688367 +211,-1.613236298,0.6681681791,479,3.108590453,-0.132620738,6517.6154454 +212,-1.914661867,0.8212566515,479,3.108590453,-0.132620738,5786.2364989 +213,-1.742133237,0.7250275956,479,3.108590453,-0.132620738,6164.0360962 +214,-2.033144872,0.6557314699,479,3.108590453,-0.132620738,5235.7078161 +215,-2.039551981,0.6964723658,479,3.108590453,-0.132620738,5277.7375615 +216,-1.247341019,0.7622473908,479,3.108590453,-0.132620738,7602.3477206 +217,-1.298239787,0.7084123392,479,3.108590453,-0.132620738,7480.7163435 +218,-1.308539688,0.6926545592,479,3.108590453,-0.132620738,7455.4366099 +219,-1.303263185,0.6888938396,479,3.108590453,-0.132620738,7472.7901381 +220,-1.852400229,0.6004246149,479,3.108590453,-0.132620738,5719.4283392 +221,-1.288947707,0.7473773692,479,3.108590453,-0.132620738,7491.3547188 +222,-1.372031502,0.7472790993,479,3.108590453,-0.132620738,7250.9791524 +223,-1.289805721,0.7242157877,479,3.108590453,-0.132620738,7499.2684644 +224,-1.350807603,0.7533498126,479,3.108590453,-0.132620738,7310.6967145 +225,-1.329290365,0.7560442322,479,3.108590453,-0.132620738,7371.6675795 +226,-1.410153004,0.616936428,479,3.108590453,-0.132620738,7149.6756556 +227,-1.393445434,0.6308995063,479,3.108590453,-0.132620738,7202.8771782 +228,-1.37595573,0.6241540638,479,3.108590453,-0.132620738,7259.4808071 +229,-1.358388707,0.6172645205,479,3.108590453,-0.132620738,7316.8413306 +230,-1.753741133,0.8281661666,479,3.108590453,-0.132620738,6211.1730986 +231,-1.47430987,0.6834615681,479,3.108590453,-0.132620738,6949.87602 +232,-1.421012508,0.7222725206,479,3.108590453,-0.132620738,7111.1038149 +233,-1.4476833,0.6978557868,479,3.108590453,-0.132620738,7031.8645438 +234,-1.470370723,0.6966193374,479,3.108590453,-0.132620738,6962.9286536 +235,-1.429211703,0.7037216883,479,3.108590453,-0.132620738,7087.6883364 +236,-1.700578405,0.6178673663,479,3.108590453,-0.132620738,6216.1010498 +237,-1.678117619,0.6331716163,479,3.108590453,-0.132620738,6296.8333068 +238,-1.725644578,0.6316331145,479,3.108590453,-0.132620738,6146.0478821 +239,-2.14012759,0.7930497945,479,3.108590453,-0.132620738,5175.2462035 +240,-2.103289431,0.7653606263,479,3.108590453,-0.132620738,5217.9325364 +241,-1.318739838,0.7017808746,479,3.108590453,-0.132620738,7421.5130177 +242,-1.396417427,0.7077900843,479,3.108590453,-0.132620738,7186.1761234 +243,-1.35650337,0.7185539404,479,3.108590453,-0.132620738,7303.5671111 +244,-1.248884539,0.7274156818,479,3.108590453,-0.132620738,7617.9901462 +245,-1.395014798,0.5761185243,479,3.108590453,-0.132620738,7199.586864 +246,-1.433377362,0.6064716109,479,3.108590453,-0.132620738,7074.1462915 +247,-1.408172432,0.5903155476,479,3.108590453,-0.132620738,7156.1290301 +248,-1.749645898,0.7757118084,479,3.108590453,-0.132620738,6181.3169042 +249,-1.571626686,0.615046989,479,3.108590453,-0.132620738,6627.9985377 +250,-1.514070049,0.6303003037,479,3.108590453,-0.132620738,6817.0846781 +251,-1.480890369,0.6237966528,479,3.108590453,-0.132620738,6922.2087673 +252,-1.704390658,0.5281680612,479,3.108590453,-0.132620738,6145.3225856 +253,-1.64434733,0.5254277498,479,3.108590453,-0.132620738,6346.9696648 +254,-1.703855997,0.4792484842,479,3.108590453,-0.132620738,6115.4207992 +255,-1.692002383,0.5748825051,479,3.108590453,-0.132620738,6216.4541367 +256,-1.854136457,0.5544643913,479,3.108590453,-0.132620738,5668.9620053 +257,-1.665021206,0.520317736,479,3.108590453,-0.132620738,6273.8896071 +258,-1.733654349,0.4845187345,479,3.108590453,-0.132620738,6015.9032442 +259,-1.720938188,0.5135933906,479,3.108590453,-0.132620738,6079.564117 +260,-1.742668307,0.553296122,479,3.108590453,-0.132620738,6034.7008664 +261,-1.965659039,0.7142126903,479,3.108590453,-0.132620738,5510.9443682 +262,-1.944438071,0.6772834804,479,3.108590453,-0.132620738,5524.3745057 +263,-1.270340967,0.7681487096,479,3.108590453,-0.132620738,7533.9446691 +264,-1.353091884,0.6549276821,479,3.108590453,-0.132620738,7327.7758023 +265,-1.333236659,0.6413584414,479,3.108590453,-0.132620738,7393.1250382 +266,-1.352015998,0.6753788907,479,3.108590453,-0.132620738,7327.0758454 +267,-1.377988483,0.6577816235,479,3.108590453,-0.132620738,7249.2663333 +268,-2.13075611,0.8318642051,479,3.108590453,-0.132620738,5270.1212663 +269,-2.097910953,0.8259670014,479,3.108590453,-0.132620738,5337.5164221 +270,-1.416382069,0.6694271549,479,3.108590453,-0.132620738,7128.4935334 +271,-1.538905672,0.7535625993,479,3.108590453,-0.132620738,6767.7080926 +272,-1.572309477,0.7803125099,479,3.108590453,-0.132620738,6679.2648662 +273,-1.87759879,0.7503853417,479,3.108590453,-0.132620738,5801.8128774 +274,1.152365588,0.590457682,479,3.108590453,-0.132620738,7779.5275879 +275,0.350198001,0.718001859,479,3.108590453,-0.132620738,9761.6436498 +276,0.046513677,0.491503852,479,3.108590453,-0.132620738,10991.491957 +277,0.027510309,0.742571376,479,3.108590453,-0.132620738,10018.606917 +278,0.306285725,-0.214631579,479,3.108590453,-0.132620738,10526.381397 +279,-1.100564889,0.318051531,479,3.108590453,-0.132620738,8274.9032152 +280,-1.078582306,0.301437596,479,3.108590453,-0.132620738,8359.5288215 +281,-1.137371989,-0.617634065,479,3.108590453,-0.132620738,7374.2020774 +282,0.784356344,0.703272339,479,3.108590453,-0.132620738,8784.49779 +283,-1.221209947,0.218327455,479,3.108590453,-0.132620738,7808.4026048 +284,2.347301921,-0.449114658,479,3.108590453,-0.132620738,3129.2225541 +285,0.246820618,0.830553713,479,3.108590453,-0.132620738,9522.7096937 +286,0.829414965,0.703288228,479,3.108590453,-0.132620738,8660.02869 +287,-1.337537566,0.42332223,479,3.108590453,-0.132620738,7396.1050515 +288,0.882453706,0.454478077,479,3.108590453,-0.132620738,8774.829273 +289,1.575629659,0.416419109,479,3.108590453,-0.132620738,6297.9651169 +290,-1.039455679,0.229888244,479,3.108590453,-0.132620738,8511.3727971 +291,0.489558039,0.934482747,479,3.108590453,-0.132620738,8854.4944664 +292,0.081344504,0.88384514,479,3.108590453,-0.132620738,9444.5010672 +293,-1.547979814,0.300350308,479,3.108590453,-0.132620738,6586.6366371 +294,0.040776181,0.168560074,479,3.108590453,-0.132620738,12121.769999 +295,-1.130374745,0.563894876,479,3.108590453,-0.132620738,8082.5001424 +296,1.578326642,0.478507176,479,3.108590453,-0.132620738,6321.8813772 +297,-1.12861823,-0.291640865,479,3.108590453,-0.132620738,7836.0192696 +298,0.310524208,0.770885792,479,3.108590453,-0.132620738,9651.2068801 +299,0.415649091,-0.387246002,479,3.108590453,-0.132620738,9747.0853843 +300,-0.926533878,-0.188022748,479,3.108590453,-0.132620738,8699.5014968 +301,1.258856172,-0.11716081,479,3.108590453,-0.132620738,7245.6720755 +302,-1.126050026,0.322941926,479,3.108590453,-0.132620738,8178.6480791 +303,2.002785835,0.07893892,479,3.108590453,-0.132620738,4449.5827417 +304,0.440437607,0.746258085,479,3.108590453,-0.132620738,9507.0590495 +305,-0.030391866,0.214441206,479,3.108590453,-0.132620738,12119.597749 +306,0.521557815,-0.058929362,479,3.108590453,-0.132620738,10124.543344 +307,-0.097005111,0.13317729,479,3.108590453,-0.132620738,12192.559581 +308,1.83113859,0.221857587,479,3.108590453,-0.132620738,5219.0336119 +309,0.222428864,0.099404236,479,3.108590453,-0.132620738,11430.395208 +310,-1.702731345,0.8728568183,479,3.108590453,-0.132620738,6374.0442111 +311,-0.418507569,0.278324921,479,3.108590453,-0.132620738,10843.206183 +312,-1.41153306,0.339029988,479,3.108590453,-0.132620738,7111.0942859 +313,0.357560442,0.114788776,479,3.108590453,-0.132620738,10907.199683 +314,0.325818979,0.268352149,479,3.108590453,-0.132620738,10952.269349 +315,-1.246004659,-0.663679965,479,3.108590453,-0.132620738,6987.1472532 +316,1.814603087,0.637404484,479,3.108590453,-0.132620738,5669.5406059 +317,1.843704281,-0.18300445,479,3.108590453,-0.132620738,4941.7559307 +318,1.690644492,-0.211480909,479,3.108590453,-0.132620738,5523.9013981 +319,-1.275451936,0.068109467,479,3.108590453,-0.132620738,7545.2346223 +320,0.762430171,-0.207594741,479,3.108590453,-0.132620738,9033.4234201 +321,0.265668905,-0.014647884,479,3.108590453,-0.132620738,11127.642767 +322,-2.773032013,-0.335515811,479,3.108590453,-0.132620738,1740.2148452 +323,-1.469512853,0.174058777,479,3.108590453,-0.132620738,6832.7589757 +324,0.286276986,0.785925691,479,3.108590453,-0.132620738,9633.4479693 +325,-1.379324697,0.377432233,479,3.108590453,-0.132620738,7238.5123629 +326,-1.203778265,0.212813032,479,3.108590453,-0.132620738,7874.6076043 +327,0.579916301,0.611743168,479,3.108590453,-0.132620738,9519.9025119 +328,0.267582642,0.868113908,479,3.108590453,-0.132620738,9364.7838637 +329,0.412869244,-0.050245578,479,3.108590453,-0.132620738,10538.691368 +330,0.17524381,0.976660285,479,3.108590453,-0.132620738,9037.5128936 +331,0.743157214,0.204812899,479,3.108590453,-0.132620738,9402.6627515 +332,-1.070758176,0.269382282,479,3.108590453,-0.132620738,8391.3330584 +333,-1.230364251,0.329790229,479,3.108590453,-0.132620738,7787.1158532 +334,-1.374813124,-0.024926835,479,3.108590453,-0.132620738,7107.1535923 +335,0.519780566,0.463669906,479,3.108590453,-0.132620738,9986.560642 +336,-1.55108034,0.239698561,479,3.108590453,-0.132620738,6547.6119879 +337,0.180294813,0.029739425,479,3.108590453,-0.132620738,11508.690169 +338,0.67820924,0.268170153,479,3.108590453,-0.132620738,9636.128193 +339,0.445798684,1.024001867,479,3.108590453,-0.132620738,8626.1358824 +340,0.691751283,0.150521402,479,3.108590453,-0.132620738,9602.2815373 +341,-1.036643551,-0.903056181,479,3.108590453,-0.132620738,7124.544018 +342,-0.120287036,1.083325163,479,3.108590453,-0.132620738,8669.5124075 +343,2.823513113,-0.304487164,479,3.108590453,-0.132620738,1294.1167455 +344,0.457583172,1.12513373,479,3.108590453,-0.132620738,8278.5119063 +345,0.042918831,0.813795399,479,3.108590453,-0.132620738,9733.4048696 +346,1.196146777,-0.853142756,479,3.108590453,-0.132620738,6693.5105076 +347,0.206001358,-0.010430701,479,3.108590453,-0.132620738,11342.760464 +348,-0.268308653,0.234799412,479,3.108590453,-0.132620738,11442.552511 +349,0.759363263,0.736189579,479,3.108590453,-0.132620738,8793.3910549 +350,0.181363926,0.891988372,479,3.108590453,-0.132620738,9354.9062718 +351,-0.021111158,0.139103292,479,3.108590453,-0.132620738,12390.584331 +352,-0.093355215,0.630686981,479,3.108590453,-0.132620738,10458.957031 +353,0.40118964,0.681375926,479,3.108590453,-0.132620738,9776.7093174 +354,-0.721197315,1.304706234,479,3.108590453,-0.132620738,7549.4270924 +355,-1.076150317,0.212107639,479,3.108590453,-0.132620738,8368.2497856 +356,-1.577164531,0.273993443,479,3.108590453,-0.132620738,6464.4553002 +357,-0.190788414,0.182208586,479,3.108590453,-0.132620738,11796.167383 +358,-0.261349752,0.209710184,479,3.108590453,-0.132620738,11502.006098 +359,-1.029303852,0.083549259,479,3.108590453,-0.132620738,8518.2202894 +360,-1.268609162,0.330525297,479,3.108590453,-0.132620738,7643.8682077 +361,1.282982244,-0.926641967,479,3.108590453,-0.132620738,6397.4797638 +362,0.217352334,0.731352408,479,3.108590453,-0.132620738,9915.1572289 +363,-1.511833084,0.258629297,479,3.108590453,-0.132620738,6705.6591215 +364,0.338812194,0.823184618,479,3.108590453,-0.132620738,9433.4991877 +365,-0.324406489,1.134201999,479,3.108590453,-0.132620738,8394.0347713 +366,1.389579348,0.399185724,479,3.108590453,-0.132620738,6964.0423586 +367,2.047152199,-0.039082036,479,3.108590453,-0.132620738,4202.0171602 +368,0.947780369,0.568250077,479,3.108590453,-0.132620738,8462.5321108 +369,0.763824846,0.576754987,479,3.108590453,-0.132620738,9039.6612875 +370,-0.142334657,0.928153068,479,3.108590453,-0.132620738,9273.1216923 +371,0.610266567,0.547265983,479,3.108590453,-0.132620738,9557.7429266 +372,0.210731629,0.746815056,479,3.108590453,-0.132620738,9866.9386519 +373,-1.34931644,0.316895224,479,3.108590453,-0.132620738,7339.0806111 +374,2.407696481,0.655030745,479,3.108590453,-0.132620738,4054.8770673 +375,0.64207831,0.545359131,479,3.108590453,-0.132620738,9464.1489718 +376,1.174597538,0.840588356,479,3.108590453,-0.132620738,7568.3269146 +377,0.660059424,0.010604079,479,3.108590453,-0.132620738,9665.3451665 +378,-0.730263819,0.010486456,479,3.108590453,-0.132620738,9648.9299188 +379,0.831068936,0.512339172,479,3.108590453,-0.132620738,8900.3002686 +380,1.301180979,0.72367476,479,3.108590453,-0.132620738,7270.6354592 +381,1.811128231,0.322854402,479,3.108590453,-0.132620738,5376.6049448 +382,0.435105812,0.992284428,479,3.108590453,-0.132620738,8743.1197798 +383,0.62643634,0.592027932,479,3.108590453,-0.132620738,9427.8933355 +384,0.492988703,-0.516339467,479,3.108590453,-0.132620738,9184.8600408 +385,-0.162469483,0.112549365,479,3.108590453,-0.132620738,11928.719112 +386,0.314630866,0.472006421,479,3.108590453,-0.132620738,10569.808131 +387,0.166744804,0.822815954,479,3.108590453,-0.132620738,9627.6205126 +388,0.417159608,0.965805736,479,3.108590453,-0.132620738,8852.4633359 +389,0.106334961,0.868774244,479,3.108590453,-0.132620738,9491.5321395 +390,0.815086969,-0.338144359,479,3.108590453,-0.132620738,8646.5960019 +391,0.59867455,-0.230624824,479,3.108590453,-0.132620738,9572.3991444 +392,1.915104874,0.066220985,479,3.108590453,-0.132620738,4781.7268212 +393,1.278093622,0.064463721,479,3.108590453,-0.132620738,7274.1197204 +394,-0.061477853,0.302997961,479,3.108590453,-0.132620738,11760.082506 +395,0.251311504,0.626976942,479,3.108590453,-0.132620738,10231.620877 +396,2.950242872,0.149095644,479,3.108590453,-0.132620738,1279.0425885 +397,-0.180294708,0.35375117,479,3.108590453,-0.132620738,11401.60988 +398,1.010448592,-0.351180233,479,3.108590453,-0.132620738,7951.4199061 +399,-1.748740498,0.3686318073,479,3.108590453,-0.132620738,5881.252919 +400,2.699635665,0.123533791,479,3.108590453,-0.132620738,1907.6136128 +401,0.496808033,0.823843254,479,3.108590453,-0.132620738,9173.7790159 +402,0.129574704,0.763364087,479,3.108590453,-0.132620738,9882.7232029 +403,1.798920311,0.817447563,479,3.108590453,-0.132620738,5910.2363458 +404,0.335987953,0.746786541,479,3.108590453,-0.132620738,9692.4312293 +405,-1.085413643,0.292154671,479,3.108590453,-0.132620738,8334.4309285 +406,-0.155321003,0.508207011,479,3.108590453,-0.132620738,10887.779274 +407,0.620529244,-0.301175104,479,3.108590453,-0.132620738,9362.2062905 +408,1.684402744,0.368716966,479,3.108590453,-0.132620738,5875.250263 +409,0.300582244,-0.386397212,479,3.108590453,-0.132620738,10014.161135 +410,2.913555946,-0.009225192,479,3.108590453,-0.132620738,912.10145716 +411,1.465101417,0.493232532,479,3.108590453,-0.132620738,6722.4157816 +412,0.090612882,0.907955955,479,3.108590453,-0.132620738,9346.4957188 +413,2.987564726,-0.729568594,479,3.108590453,-0.132620738,2402.3313776 +414,-1.484261606,0.224149272,479,3.108590453,-0.132620738,6796.8615358 +415,0.164073421,0.303955133,479,3.108590453,-0.132620738,11424.222862 +416,0.141441293,0.167552546,479,3.108590453,-0.132620738,11746.83077 +417,2.931321023,-0.506718887,479,3.108590453,-0.132620738,1622.6664872 +418,2.21951565,0.700596356,479,3.108590453,-0.132620738,4625.4177406 +419,0.268112576,1.199114336,479,3.108590453,-0.132620738,8146.5531432 +420,0.978913739,0.359223811,479,3.108590453,-0.132620738,8474.4608525 +421,1.210898818,0.522863584,479,3.108590453,-0.132620738,7603.6100472 +422,2.347397336,0.129231362,479,3.108590453,-0.132620738,3180.2486644 +423,0.614394501,0.556878345,479,3.108590453,-0.132620738,9528.092153 +424,-1.398079356,0.148483366,479,3.108590453,-0.132620738,7099.7670058 +425,2.535303836,-0.112984496,479,3.108590453,-0.132620738,2254.5129244 +426,-1.019372593,-0.405322349,479,3.108590453,-0.132620738,8072.663808 +427,-1.297785627,-0.160104069,479,3.108590453,-0.132620738,7320.1212786 +428,2.144554488,0.205051084,479,3.108590453,-0.132620738,4025.930657 +429,-2.242387083,-0.426171285,479,3.108590453,-0.132620738,3709.3076646 +430,0.338637212,0.909723676,479,3.108590453,-0.132620738,9137.6161806 +431,-0.148798452,0.691042401,479,3.108590453,-0.132620738,10193.990912 +432,0.893524764,0.441829531,479,3.108590453,-0.132620738,8744.7144558 +433,0.969229347,-0.368847936,479,3.108590453,-0.132620738,8071.3380275 +434,0.436043248,0.800045688,479,3.108590453,-0.132620738,9353.8441295 +435,1.687946607,1.081504775,479,3.108590453,-0.132620738,6408.2688108 +436,0.522302046,-0.034889271,479,3.108590453,-0.132620738,10151.464199 +437,-0.178996113,-0.438090009,479,3.108590453,-0.132620738,10114.184414 +438,-1.094339566,0.301444068,479,3.108590453,-0.132620738,8299.9430049 +439,-1.064070054,0.242569932,479,3.108590453,-0.132620738,8416.999324 +440,-1.068153768,0.230387998,479,3.108590453,-0.132620738,8400.7302171 +441,-3.00496892,-0.23989155,479,3.108590453,-0.132620738,784.85296173 +442,0.21751974,0.766874888,479,3.108590453,-0.132620738,9786.2232211 +443,0.117229532,0.007619006,479,3.108590453,-0.132620738,11671.155834 +444,0.777758451,0.420554741,479,3.108590453,-0.132620738,9169.6688514 +445,-0.252356999,0.250747086,479,3.108590453,-0.132620738,11471.52902 +446,0.363148444,0.768483434,479,3.108590453,-0.132620738,9577.3096083 +447,0.903191366,-0.118210676,479,3.108590453,-0.132620738,8614.4470537 +448,-0.205755923,0.149406178,479,3.108590453,-0.132620738,11763.133466 +449,1.811996086,0.02364353,479,3.108590453,-0.132620738,5158.7475079 +450,-1.100670221,0.314845373,479,3.108590453,-0.132620738,8274.8442397 +451,0.340078597,0.850105132,479,3.108590453,-0.132620738,9340.5029911 +452,0.258757267,0.804969236,479,3.108590453,-0.132620738,9601.0731062 +453,2.78505352,-0.155160804,479,3.108590453,-0.132620738,1271.2813533 +454,0.800551619,0.105822106,479,3.108590453,-0.132620738,9165.4048193 +455,0.437940882,-0.506194031,479,3.108590453,-0.132620738,9340.3123272 +456,2.230431122,0.63458615,479,3.108590453,-0.132620738,4455.4011222 +457,0.527965361,0.127667701,479,3.108590453,-0.132620738,10241.064013 +458,-0.063643205,0.702093448,479,3.108590453,-0.132620738,10185.558798 +459,1.408447268,0.133010502,479,3.108590453,-0.132620738,6795.3427648 +460,0.523795955,0.280266966,479,3.108590453,-0.132620738,10210.706649 +461,-0.975769313,0.072177659,479,3.108590453,-0.132620738,8723.56651 +462,0.549774164,-0.463663986,479,3.108590453,-0.132620738,9189.7009232 +463,0.29245874,1.095549818,479,3.108590453,-0.132620738,8515.9186214 +464,0.143625958,0.816809593,479,3.108590453,-0.132620738,9668.2778615 +465,0.671902494,0.611159853,479,3.108590453,-0.132620738,9261.2143871 +466,1.239840988,0.6724199,479,3.108590453,-0.132620738,7470.4388801 +467,0.607829703,-0.10932137,479,3.108590453,-0.132620738,9736.6441185 +468,1.763020906,0.263996692,479,3.108590453,-0.132620738,5508.2893775 +469,0.378714634,0.726066797,479,3.108590453,-0.132620738,9684.9246989 +470,2.196736143,-0.153862366,479,3.108590453,-0.132620738,3573.0350679 +471,0.01702415,0.148991565,479,3.108590453,-0.132620738,12237.219398 +472,-2.998490902,-0.158002487,479,3.108590453,-0.132620738,697.44200787 +473,-3.051262951,-0.346595608,479,3.108590453,-0.132620738,970.83785268 +474,-1.069176439,0.182802941,479,3.108590453,-0.132620738,8391.0843156 +475,0.167157509,0.595344954,479,3.108590453,-0.132620738,10470.565794 +476,0.613855648,0.681746124,479,3.108590453,-0.132620738,9279.4130389 +477,1.037012736,0.682555367,479,3.108590453,-0.132620738,8082.7064579 +478,-1.253574971,0.379755746,479,3.108590453,-0.132620738,7701.3842069 +479,3.108590453,-0.132620738,479,3.108590453,-0.132620738,0 +480,0.565301296,0.022333262,479,3.108590453,-0.132620738,10042.45505 +481,0.547898238,0.855555614,479,3.108590453,-0.132620738,8989.5657651 +482,0.948309381,0.417393755,479,3.108590453,-0.132620738,8563.6149495 +483,-0.050600732,0.945269213,479,3.108590453,-0.132620738,9224.457658 +484,-0.977651478,-0.572363064,479,3.108590453,-0.132620738,7924.3339872 +485,1.102014914,0.728861163,479,3.108590453,-0.132620738,7852.701331 +486,2.927300795,-0.282939414,479,3.108590453,-0.132620738,920.38611841 +487,-1.154565557,0.124434095,479,3.108590453,-0.132620738,8042.2013748 +488,1.855331234,0.291044755,479,3.108590453,-0.132620738,5186.1387227 +489,0.830290659,0.276904518,479,3.108590453,-0.132620738,9055.2050584 +490,0.485104466,-0.234867441,479,3.108590453,-0.132620738,9939.6084602 +491,0.521367572,-0.33161327,479,3.108590453,-0.132620738,9603.9305169 +1,-1.539031704,0.7349710123,480,0.565301296,0.022333262,7690.0742452 +2,-1.536990553,0.7349663874,480,0.565301296,0.022333262,7684.5403103 +3,-1.534951779,0.7349571355,480,0.565301296,0.022333262,7679.016108 +4,-1.532906461,0.7349480293,480,0.565301296,0.022333262,7673.4701626 +5,-1.531320211,0.7346937278,480,0.565301296,0.022333262,7669.536561 +6,-1.539451648,0.7335131775,480,0.565301296,0.022333262,7693.4290242 +7,-1.537429487,0.7335445708,480,0.565301296,0.022333262,7687.8844931 +8,-1.535484998,0.7335658704,480,0.565301296,0.022333262,7682.5632897 +9,-1.533488396,0.7336036027,480,0.565301296,0.022333262,7677.0724682 +10,-1.531497785,0.7335842962,480,0.565301296,0.022333262,7671.6802704 +11,-1.530259379,0.7334777758,480,0.565301296,0.022333262,7668.4648626 +12,-1.5335454,0.7322346912,480,0.565301296,0.022333262,7679.2823432 +13,-1.531489083,0.7322238773,480,0.565301296,0.022333262,7673.6905032 +14,-1.530011122,0.7321679851,480,0.565301296,0.022333262,7669.7407781 +15,-1.53348106,0.7306614094,480,0.565301296,0.022333262,7681.4650499 +16,-1.531441779,0.7306962275,480,0.565301296,0.022333262,7675.8423299 +17,-1.529755654,0.7306933243,480,0.565301296,0.022333262,7671.2380666 +18,-1.533415048,0.7291384674,480,0.565301296,0.022333262,7683.5640715 +19,-1.531392093,0.7291705353,480,0.565301296,0.022333262,7677.9812603 +20,-1.529296523,0.7291214933,480,0.565301296,0.022333262,7672.3167973 +21,-1.535280942,0.727267644,480,0.565301296,0.022333262,7691.4719268 +22,-1.533378158,0.7276139666,480,0.565301296,0.022333262,7685.7415807 +23,-1.531340368,0.7276446587,480,0.565301296,0.022333262,7680.1113938 +24,-1.528960113,0.7276398177,480,0.565301296,0.022333262,7673.591209 +25,-1.533313146,0.7260818349,480,0.565301296,0.022333262,7687.8499279 +26,-1.531259555,0.7260958115,480,0.565301296,0.022333262,7682.1922766 +27,-1.528926415,0.7260865555,480,0.565301296,0.022333262,7675.7974508 +28,-1.531226779,0.7245511789,480,0.565301296,0.022333262,7684.3951509 +29,-1.528904772,0.7245519194,480,0.565301296,0.022333262,7678.0059038 +30,-1.547195875,0.7409785979,480,0.565301296,0.022333262,7702.9084152 +31,-1.5451475,0.740980426,480,0.565301296,0.022333262,7697.3951609 +32,-1.543097679,0.7409798872,480,0.565301296,0.022333262,7691.8779112 +33,-1.540720364,0.7409892687,480,0.565301296,0.022333262,7685.4591487 +34,-1.547188511,0.7395198392,480,0.565301296,0.022333262,7705.1491257 +35,-1.545148587,0.7395226109,480,0.565301296,0.022333262,7699.6486025 +36,-1.543104538,0.7395314908,480,0.565301296,0.022333262,7694.1238703 +37,-1.540727751,0.7395306258,480,0.565301296,0.022333262,7687.7123669 +38,-1.547187029,0.7380014886,480,0.565301296,0.022333262,7707.495007 +39,-1.545147315,0.7380012252,480,0.565301296,0.022333262,7701.9908452 +40,-1.54310719,0.7380060743,480,0.565301296,0.022333262,7696.4739968 +41,-1.540719671,0.7380068206,480,0.565301296,0.022333262,7690.0206286 +42,-1.547187189,0.7364799098,480,0.565301296,0.022333262,7709.8472495 +43,-1.545149996,0.7364853874,480,0.565301296,0.022333262,7704.3321746 +44,-1.543106091,0.7364823484,480,0.565301296,0.022333262,7698.8083457 +45,-1.540717158,0.7364893901,480,0.565301296,0.022333262,7692.3311236 +46,-1.538663972,0.7410138672,480,0.565301296,0.022333262,7679.8777812 +47,-1.53695285,0.7409699132,480,0.565301296,0.022333262,7675.3289015 +48,-1.534910498,0.7409641297,480,0.565301296,0.022333262,7669.8248036 +49,-1.533145034,0.7409536636,480,0.565301296,0.022333262,7665.0721696 +50,-1.538681336,0.7395405883,480,0.565301296,0.022333262,7682.1717124 +51,-1.536999189,0.7395183096,480,0.565301296,0.022333262,7677.6609255 +52,-1.534923633,0.7395144222,480,0.565301296,0.022333262,7672.0557419 +53,-1.533267822,0.7395654306,480,0.565301296,0.022333262,7667.4997333 +54,-1.53867273,0.7380151077,480,0.565301296,0.022333262,7684.4721735 +55,-1.536980576,0.7379994392,480,0.565301296,0.022333262,7679.9168629 +56,-1.534931522,0.7379944961,480,0.565301296,0.022333262,7674.375995 +57,-1.533387952,0.7379480264,480,0.565301296,0.022333262,7670.2639724 +58,-1.538682279,0.7364914363,480,0.565301296,0.022333262,7686.8159633 +59,-1.536980704,0.7364810563,480,0.565301296,0.022333262,7682.2197027 +60,-1.534935567,0.7364752065,480,0.565301296,0.022333262,7676.681926 +61,-1.533042592,0.7363876366,480,0.565301296,0.022333262,7671.6764243 +62,-1.545143426,0.7349628011,480,0.565301296,0.022333262,7706.6558096 +63,-1.543105297,0.7349691947,480,0.565301296,0.022333262,7701.1242699 +64,-1.541064533,0.7349647152,480,0.565301296,0.022333262,7695.5985445 +65,-1.545411803,0.7334624714,480,0.565301296,0.022333262,7709.6879513 +66,-1.543446606,0.7334780896,480,0.565301296,0.022333262,7704.3319947 +67,-1.541475327,0.7334957295,480,0.565301296,0.022333262,7698.9531837 +68,-1.545401939,0.731963266,480,0.565301296,0.022333262,7711.9617674 +69,-1.54342253,0.7319915583,480,0.565301296,0.022333262,7706.5394104 +70,-1.541455867,0.7320216438,480,0.565301296,0.022333262,7701.1458307 +71,-1.545410146,0.7304422281,480,0.565301296,0.022333262,7714.3151175 +72,-1.543435491,0.7304713664,480,0.565301296,0.022333262,7708.8958901 +73,-1.541463105,0.7304997613,480,0.565301296,0.022333262,7703.4808439 +74,-1.545414768,0.7289194936,480,0.565301296,0.022333262,7716.6582766 +75,-1.543435774,0.7289538557,480,0.565301296,0.022333262,7711.2107502 +76,-1.541457714,0.7289765881,480,0.565301296,0.022333262,7705.7803456 +77,-1.539449415,0.7320555866,480,0.565301296,0.022333262,7695.63503 +78,-1.537429183,0.7321097681,480,0.565301296,0.022333262,7690.0529674 +79,-1.535472649,0.7321497267,480,0.565301296,0.022333262,7684.6629343 +80,-1.539457899,0.7305333307,480,0.565301296,0.022333262,7697.9653757 +81,-1.537453161,0.7305750503,480,0.565301296,0.022333262,7692.435736 +82,-1.535479385,0.7306124949,480,0.565301296,0.022333262,7686.9939878 +83,-1.53946905,0.7290102593,480,0.565301296,0.022333262,7700.301246 +84,-1.537459922,0.7290417293,480,0.565301296,0.022333262,7694.7664667 +85,-1.535451349,0.7290890157,480,0.565301296,0.022333262,7689.2062948 +86,-1.535522937,0.7279887191,480,0.565301296,0.022333262,7691.0533564 +87,-1.539442524,0.7274735939,480,0.565301296,0.022333262,7702.5516409 +88,-1.537424111,0.727521351,480,0.565301296,0.022333262,7696.9581819 +89,-1.539384641,0.7259505092,480,0.565301296,0.022333262,7704.6922932 +90,-1.537372391,0.7259947145,480,0.565301296,0.022333262,7699.1123266 +91,-1.535340789,0.7260435356,480,0.565301296,0.022333262,7693.4693568 +92,-1.539325716,0.7244369706,480,0.565301296,0.022333262,7706.8121161 +93,-1.537308932,0.7244801057,480,0.565301296,0.022333262,7701.2126577 +94,-1.535289068,0.7245247645,480,0.565301296,0.022333262,7695.5994149 +95,-1.533261366,0.7245550236,480,0.565301296,0.022333262,7689.9830499 +96,-1.539267302,0.722921924,480,0.565301296,0.022333262,7708.9320494 +97,-1.537248972,0.7229660258,480,0.565301296,0.022333262,7703.3182178 +98,-1.535219431,0.7229916471,480,0.565301296,0.022333262,7697.6980893 +99,-1.53318962,0.7230212049,480,0.565301296,0.022333262,7692.0681019 +100,-1.531154816,0.7230299897,480,0.565301296,0.022333262,7686.4519259 +101,-1.528878341,0.7230370244,480,0.565301296,0.022333262,7680.1687634 +102,-1.539218189,0.7214009878,480,0.565301296,0.022333262,7711.0828556 +103,-1.537198791,0.7214422745,480,0.565301296,0.022333262,7705.4616032 +104,-1.535179266,0.7214634354,480,0.565301296,0.022333262,7699.866933 +105,-1.533156501,0.7214944644,480,0.565301296,0.022333262,7694.245402 +106,-1.53113574,0.7215166021,480,0.565301296,0.022333262,7688.6393894 +107,-1.528874248,0.7215345535,480,0.565301296,0.022333262,7682.3717497 +108,-1.539217656,0.7198512397,480,0.565301296,0.022333262,7713.4072585 +109,-1.537199919,0.7199428763,480,0.565301296,0.022333262,7707.706585 +110,-1.545425832,0.727397149,480,0.565301296,0.022333262,7719.0153715 +111,-1.543371177,0.7273916949,480,0.565301296,0.022333262,7713.413278 +112,-1.541368852,0.7274523163,480,0.565301296,0.022333262,7707.8502543 +113,-1.545349067,0.7258710923,480,0.565301296,0.022333262,7721.1349903 +114,-1.54332671,0.7258603556,480,0.565301296,0.022333262,7715.6202142 +115,-1.541346831,0.7259242142,480,0.565301296,0.022333262,7710.105066 +116,-1.545324355,0.7243383958,480,0.565301296,0.022333262,7723.4034737 +117,-1.543292796,0.7243617413,480,0.565301296,0.022333262,7717.802887 +118,-1.541295822,0.7244024384,480,0.565301296,0.022333262,7712.2675255 +119,-1.543193859,0.7205570215,480,0.565301296,0.022333262,7723.2941584 +120,-1.550257047,0.7386738187,480,0.565301296,0.022333262,7714.7269088 +121,-1.549335448,0.7311736483,480,0.565301296,0.022333262,7723.8602177 +122,-1.533478843,0.7179891343,480,0.565301296,0.022333262,7700.3338813 +123,-1.556150555,0.738907041,480,0.565301296,0.022333262,7730.2157862 +124,-1.554324226,0.733414257,480,0.565301296,0.022333262,7733.9012658 +125,-1.554290846,0.7288285332,480,0.565301296,0.022333262,7740.9546781 +126,-1.55122487,0.7219795312,480,0.565301296,0.022333262,7743.1748998 +127,-1.525104458,0.7229399862,480,0.565301296,0.022333262,7669.9023377 +128,-1.519607711,0.7236181429,480,0.565301296,0.022333262,7653.7366164 +129,-1.513899999,0.7251107854,480,0.565301296,0.022333262,7635.8143613 +130,-1.536620762,0.7431061895,480,0.565301296,0.022333262,7671.1821582 +131,-1.5369566,0.7460845958,480,0.565301296,0.022333262,7667.5416479 +132,-1.545345528,0.7447040685,480,0.565301296,0.022333262,7692.1648827 +133,-1.532813921,0.7432306626,480,0.565301296,0.022333262,7660.7375081 +134,-1.554788248,0.7382381001,480,0.565301296,0.022333262,7727.6041064 +135,-1.540348126,0.7301594274,480,0.565301296,0.022333262,7700.9589871 +136,-1.538016084,0.7239051786,480,0.565301296,0.022333262,7704.0172742 +137,-1.525288962,0.7258085137,480,0.565301296,0.022333262,7666.205265 +138,-1.534326986,0.731241342,480,0.565301296,0.022333262,7682.9045834 +139,-1.530733872,0.7303625216,480,0.565301296,0.022333262,7674.4049169 +141,-1.534354939,0.7328219978,480,0.565301296,0.022333262,7680.606537 +142,-1.53157084,0.7292888153,480,0.565301296,0.022333262,7678.2941581 +143,-1.525691035,0.7263799874,480,0.565301296,0.022333262,7666.4716366 +144,-1.534031287,0.7495967835,480,0.565301296,0.022333262,7654.3429426 +145,-1.527714986,0.7283095957,480,0.565301296,0.022333262,7669.1848766 +146,-1.526189586,0.7271468292,480,0.565301296,0.022333262,7666.7135794 +147,-1.555177336,0.7375563366,480,0.565301296,0.022333262,7729.7207483 +148,-1.555080283,0.7312707794,480,0.565301296,0.022333262,7739.2932343 +149,-1.53856994,0.7224180299,480,0.565301296,0.022333262,7707.7723214 +150,-1.530837883,0.729933372,480,0.565301296,0.022333262,7675.3285627 +151,-1.515066984,0.5854133365,480,0.565301296,0.022333262,7826.6342343 +152,-1.534731633,0.5368370046,480,0.565301296,0.022333262,7948.9558149 +153,-1.515231902,0.5607085576,480,0.565301296,0.022333262,7857.3625276 +154,-2.616253799,1.0684566605,480,0.565301296,0.022333262,8121.5136068 +155,-1.956071439,0.5792177723,480,0.565301296,0.022333262,9122.8070711 +156,-1.951208514,0.5602434208,480,0.565301296,0.022333262,9156.395082 +157,-1.944675062,0.6062144545,480,0.565301296,0.022333262,9026.6124647 +158,-1.613778386,0.6077989518,480,0.565301296,0.022333262,8098.5328031 +159,-2.035029014,0.6021432345,480,0.565301296,0.022333262,9257.3672815 +160,-2.114989471,0.6801825058,480,0.565301296,0.022333262,9194.4926151 +161,-2.037382079,0.5765830025,480,0.565301296,0.022333262,9333.1802549 +162,-2.129855121,0.6585019963,480,0.565301296,0.022333262,9290.7823843 +163,-2.075141798,0.6493615843,480,0.565301296,0.022333262,9210.1008631 +164,-1.828626729,0.6948433129,480,0.565301296,0.022333262,8523.1345585 +165,-1.863329418,0.6735427691,480,0.565301296,0.022333262,8658.9155604 +166,-1.266037071,0.727988852,480,0.565301296,0.022333262,6928.3391268 +167,-1.277579582,0.7249010648,480,0.565301296,0.022333262,6964.2437556 +168,-1.258418684,0.7241194816,480,0.565301296,0.022333262,6909.0599046 +169,-1.317813974,0.6804850104,480,0.565301296,0.022333262,7119.7004179 +170,-1.344165204,0.6790988904,480,0.565301296,0.022333262,7200.0329716 +171,-1.427582102,0.5277120351,480,0.565301296,0.022333262,7607.0251576 +172,-1.402238616,0.457167829,480,0.565301296,0.022333262,7582.5525445 +173,-1.422454264,0.4996161999,480,0.565301296,0.022333262,7615.843767 +174,-1.439089277,0.4894859811,480,0.565301296,0.022333262,7681.5188751 +175,-1.448126995,0.5182330266,480,0.565301296,0.022333262,7684.5595971 +176,-1.474626146,0.5881926574,480,0.565301296,0.022333262,7696.1300013 +177,-1.421139645,0.5584869783,480,0.565301296,0.022333262,7556.161597 +178,-1.457037165,0.565943032,480,0.565301296,0.022333262,7664.7354283 +179,-2.757159358,0.3745319,480,0.565301296,0.022333262,10722.973503 +180,-2.714309238,0.342054471,480,0.565301296,0.022333262,10904.034186 +181,-2.000525337,0.774119946,480,0.565301296,0.022333262,8692.1629155 +183,-1.571413436,0.6777838382,480,0.565301296,0.022333262,7867.3688613 +184,-1.552860289,0.6987663893,480,0.565301296,0.022333262,7783.0627562 +185,-1.521852374,0.7165827476,480,0.565301296,0.022333262,7670.1443835 +186,-1.503656267,0.6928968252,480,0.565301296,0.022333262,7652.1037116 +187,-1.502753178,0.7136205882,480,0.565301296,0.022333262,7621.0094776 +188,-1.631894563,0.7343596465,480,0.565301296,0.022333262,7939.0773233 +189,-1.653765416,0.6770714026,480,0.565301296,0.022333262,8099.695408 +190,-1.719812114,0.6715965947,480,0.565301296,0.022333262,8290.4554243 +191,-1.493406659,0.6646955447,480,0.565301296,0.022333262,7659.9107037 +192,-1.469120564,0.6613469966,480,0.565301296,0.022333262,7592.2993973 +193,-1.590551461,0.5326612937,480,0.565301296,0.022333262,8134.3727169 +194,-1.625979264,0.5247742243,480,0.565301296,0.022333262,8258.8434176 +195,-1.572293943,0.5238808754,480,0.565301296,0.022333262,8086.9252223 +196,-1.610848725,0.5477107964,480,0.565301296,0.022333262,8178.2528985 +197,-1.208485554,0.7918526018,480,0.565301296,0.022333262,6721.1489685 +198,-1.335601374,0.6869083083,480,0.565301296,0.022333262,7167.282681 +199,-1.346156996,0.6825213377,480,0.565301296,0.022333262,7202.8192692 +200,-1.324381037,0.6741422347,480,0.565301296,0.022333262,7144.9516613 +201,-1.242424992,0.7378949807,480,0.565301296,0.022333262,6852.8002377 +202,-1.270370057,0.7392461008,480,0.565301296,0.022333262,6932.2171817 +203,-1.448950472,0.7441675014,480,0.565301296,0.022333262,7430.6229637 +204,-1.492662363,0.7523026852,480,0.565301296,0.022333262,7539.0993512 +205,-1.479098966,0.7763855017,480,0.565301296,0.022333262,7469.0439323 +206,-1.633760714,0.7869022408,480,0.565301296,0.022333262,7847.8516882 +207,-1.647406434,0.8101289331,480,0.565301296,0.022333262,7836.7703407 +208,-1.564245052,0.5701509278,480,0.565301296,0.022333262,8000.5948087 +209,-1.646289963,0.6833746083,480,0.565301296,0.022333262,8067.9939573 +210,-1.5820631,0.6751952144,480,0.565301296,0.022333262,7901.6577637 +211,-1.613236298,0.6681681791,480,0.565301296,0.022333262,8001.3383516 +212,-1.914661867,0.8212566515,480,0.565301296,0.022333262,8392.9233813 +213,-1.742133237,0.7250275956,480,0.565301296,0.022333262,8240.7586308 +214,-2.033144872,0.6557314699,480,0.565301296,0.022333262,9102.2048072 +215,-2.039551981,0.6964723658,480,0.565301296,0.022333262,8997.3768418 +216,-1.247341019,0.7622473908,480,0.565301296,0.022333262,6849.4309405 +217,-1.298239787,0.7084123392,480,0.565301296,0.022333262,7037.959832 +218,-1.308539688,0.6926545592,480,0.565301296,0.022333262,7081.6125019 +219,-1.303263185,0.6888938396,480,0.565301296,0.022333262,7069.001442 +220,-1.852400229,0.6004246149,480,0.565301296,0.022333262,8797.7307327 +221,-1.288947707,0.7473773692,480,0.565301296,0.022333262,6978.7225466 +222,-1.372031502,0.7472790993,480,0.565301296,0.022333262,7213.1653783 +223,-1.289805721,0.7242157877,480,0.565301296,0.022333262,7000.3047452 +224,-1.350807603,0.7533498126,480,0.565301296,0.022333262,7147.5243826 +225,-1.329290365,0.7560442322,480,0.565301296,0.022333262,7084.7267979 +226,-1.410153004,0.616936428,480,0.565301296,0.022333262,7462.6035881 +227,-1.393445434,0.6308995063,480,0.565301296,0.022333262,7396.5518046 +228,-1.37595573,0.6241540638,480,0.565301296,0.022333262,7348.7569299 +229,-1.358388707,0.6172645205,480,0.565301296,0.022333262,7300.0657622 +230,-1.753741133,0.8281661666,480,0.565301296,0.022333262,8042.0411916 +231,-1.47430987,0.6834615681,480,0.565301296,0.022333262,7579.8806877 +232,-1.421012508,0.7222725206,480,0.565301296,0.022333262,7379.2147893 +233,-1.4476833,0.6978557868,480,0.565301296,0.022333262,7484.7813835 +234,-1.470370723,0.6966193374,480,0.565301296,0.022333262,7551.7062538 +235,-1.429211703,0.7037216883,480,0.565301296,0.022333262,7424.4526357 +236,-1.700578405,0.6178673663,480,0.565301296,0.022333262,8337.0669781 +237,-1.678117619,0.6331716163,480,0.565301296,0.022333262,8245.4401092 +238,-1.725644578,0.6316331145,480,0.565301296,0.022333262,8383.0776718 +239,-2.14012759,0.7930497945,480,0.565301296,0.022333262,8870.3819486 +240,-2.103289431,0.7653606263,480,0.565301296,0.022333262,8902.8450462 +241,-1.318739838,0.7017808746,480,0.565301296,0.022333262,7104.0021328 +242,-1.396417427,0.7077900843,480,0.565301296,0.022333262,7325.1063646 +243,-1.35650337,0.7185539404,480,0.565301296,0.022333262,7198.5378946 +244,-1.248884539,0.7274156818,480,0.565301296,0.022333262,6878.9055161 +245,-1.395014798,0.5761185243,480,0.565301296,0.022333262,7454.5917569 +246,-1.433377362,0.6064716109,480,0.565301296,0.022333262,7546.1877798 +247,-1.408172432,0.5903155476,480,0.565301296,0.022333262,7483.123159 +248,-1.749645898,0.7757118084,480,0.565301296,0.022333262,8150.2113125 +249,-1.571626686,0.615046989,480,0.565301296,0.022333262,7961.0236183 +250,-1.514070049,0.6303003037,480,0.565301296,0.022333262,7766.3751489 +251,-1.480890369,0.6237966528,480,0.565301296,0.022333262,7673.650748 +252,-1.704390658,0.5281680612,480,0.565301296,0.022333262,8501.7370622 +253,-1.64434733,0.5254277498,480,0.565301296,0.022333262,8316.5716859 +254,-1.703855997,0.4792484842,480,0.565301296,0.022333262,8576.7096091 +255,-1.692002383,0.5748825051,480,0.565301296,0.022333262,8386.5114184 +256,-1.854136457,0.5544643913,480,0.565301296,0.022333262,8901.4321257 +257,-1.665021206,0.520317736,480,0.565301296,0.022333262,8389.9401297 +258,-1.733654349,0.4845187345,480,0.565301296,0.022333262,8664.687643 +259,-1.720938188,0.5135933906,480,0.565301296,0.022333262,8577.2904528 +260,-1.742668307,0.553296122,480,0.565301296,0.022333262,8576.4118434 +261,-1.965659039,0.7142126903,480,0.565301296,0.022333262,8792.0552379 +262,-1.944438071,0.6772834804,480,0.565301296,0.022333262,8844.0011409 +263,-1.270340967,0.7681487096,480,0.565301296,0.022333262,6909.4149707 +264,-1.353091884,0.6549276821,480,0.565301296,0.022333262,7249.359321 +265,-1.333236659,0.6413584414,480,0.565301296,0.022333262,7200.3600068 +266,-1.352015998,0.6753788907,480,0.565301296,0.022333262,7227.0527362 +267,-1.377988483,0.6577816235,480,0.565301296,0.022333262,7322.4474758 +268,-2.13075611,0.8318642051,480,0.565301296,0.022333262,8726.9149709 +269,-2.097910953,0.8259670014,480,0.565301296,0.022333262,8697.9740324 +270,-1.416382069,0.6694271549,480,0.565301296,0.022333262,7425.8334785 +271,-1.538905672,0.7535625993,480,0.565301296,0.022333262,7661.2677745 +272,-1.572309477,0.7803125099,480,0.565301296,0.022333262,7705.2871316 +273,-1.87759879,0.7503853417,480,0.565301296,0.022333262,8503.4580721 +274,1.152365588,0.590457682,480,0.565301296,0.022333262,3129.0808433 +275,0.350198001,0.718001859,480,0.565301296,0.022333262,2861.1120124 +276,0.046513677,0.491503852,480,0.565301296,0.022333262,2703.5648179 +277,0.027510309,0.742571376,480,0.565301296,0.022333262,3431.2631667 +278,0.306285725,-0.214631579,480,0.565301296,0.022333262,1385.2133968 +279,-1.100564889,0.318051531,480,0.565301296,0.022333262,6551.7015657 +280,-1.078582306,0.301437596,480,0.565301296,0.022333262,6471.959126 +281,-1.137371989,-0.617634065,480,0.565301296,0.022333262,6698.8193941 +282,0.784356344,0.703272339,480,0.565301296,0.022333262,2809.8919684 +283,-1.221209947,0.218327455,480,0.565301296,0.022333262,7035.9863057 +284,2.347301921,-0.449114658,480,0.565301296,0.022333262,7013.4265918 +285,0.246820618,0.830553713,480,0.565301296,0.022333262,3383.195614 +286,0.829414965,0.703288228,480,0.565301296,0.022333262,2859.5713485 +287,-1.337537566,0.42332223,480,0.565301296,0.022333262,7378.8871178 +288,0.882453706,0.454478077,480,0.565301296,0.022333262,2095.6951862 +289,1.575629659,0.416419109,480,0.565301296,0.022333262,4170.4757591 +290,-1.039455679,0.229888244,480,0.565301296,0.022333262,6332.7040083 +291,0.489558039,0.934482747,480,0.565301296,0.022333262,3621.5485383 +292,0.081344504,0.88384514,480,0.565301296,0.022333262,3778.525476 +293,-1.547979814,0.300350308,480,0.565301296,0.022333262,8234.0818442 +294,0.040776181,0.168560074,480,0.565301296,0.022333262,2145.7140922 +295,-1.130374745,0.563894876,480,0.565301296,0.022333262,6592.062435 +296,1.578326642,0.478507176,480,0.565301296,0.022333262,4238.7725231 +297,-1.12861823,-0.291640865,480,0.565301296,0.022333262,6714.4271524 +298,0.310524208,0.770885792,480,0.565301296,0.022333262,3097.3875097 +299,0.415649091,-0.387246002,480,0.565301296,0.022333262,1722.3617867 +300,-0.926533878,-0.188022748,480,0.565301296,0.022333262,5931.3401978 +301,1.258856172,-0.11716081,480,0.565301296,0.022333262,2796.816126 +302,-1.126050026,0.322941926,480,0.565301296,0.022333262,6646.2885243 +303,2.002785835,0.07893892,480,0.565301296,0.022333262,5688.6243168 +304,0.440437607,0.746258085,480,0.565301296,0.022333262,2901.478513 +305,-0.030391866,0.214441206,480,0.565301296,0.022333262,2459.4149734 +306,0.521557815,-0.058929362,480,0.565301296,0.022333262,365.51707163 +307,-0.097005111,0.13317729,480,0.565301296,0.022333262,2650.4117254 +308,1.83113859,0.221857587,480,0.565301296,0.022333262,5024.4347161 +309,0.222428864,0.099404236,480,0.565301296,0.022333262,1389.1954254 +310,-1.702731345,0.8728568183,480,0.565301296,0.022333262,7832.2037032 +311,-0.418507569,0.278324921,480,0.565301296,0.022333262,3969.2716798 +312,-1.41153306,0.339029988,480,0.565301296,0.022333262,7701.756815 +313,0.357560442,0.114788776,480,0.565301296,0.022333262,898.6317062 +314,0.325818979,0.268352149,480,0.565301296,0.022333262,1351.1962555 +315,-1.246004659,-0.663679965,480,0.565301296,0.022333262,7024.9425876 +316,1.814603087,0.637404484,480,0.565301296,0.022333262,5150.6705483 +317,1.843704281,-0.18300445,480,0.565301296,0.022333262,5100.7166582 +318,1.690644492,-0.211480909,480,0.565301296,0.022333262,4520.4187994 +319,-1.275451936,0.068109467,480,0.565301296,0.022333262,7282.1662833 +320,0.762430171,-0.207594741,480,0.565301296,0.022333262,1196.3184612 +321,0.265668905,-0.014647884,480,0.565301296,0.022333262,1195.7732958 +322,-2.773032013,-0.335515811,480,0.565301296,0.022333262,10987.282972 +323,-1.469512853,0.174058777,480,0.565301296,0.022333262,8012.4698484 +324,0.286276986,0.785925691,480,0.565301296,0.022333262,3178.0474233 +325,-1.379324697,0.377432233,480,0.565301296,0.022333262,7558.9118943 +326,-1.203778265,0.212813032,480,0.565301296,0.022333262,6970.1546914 +327,0.579916301,0.611743168,480,0.565301296,0.022333262,2335.27541 +328,0.267582642,0.868113908,480,0.565301296,0.022333262,3498.1384267 +329,0.412869244,-0.050245578,480,0.565301296,0.022333262,668.5585522 +330,0.17524381,0.976660285,480,0.565301296,0.022333262,3980.6518634 +331,0.743157214,0.204812899,480,0.565301296,0.022333262,1005.4549677 +332,-1.070758176,0.269382282,480,0.565301296,0.022333262,6447.4505237 +333,-1.230364251,0.329790229,480,0.565301296,0.022333262,7034.3780791 +334,-1.374813124,-0.024926835,480,0.565301296,0.022333262,7686.2988592 +335,0.519780566,0.463669906,480,0.565301296,0.022333262,1756.7043971 +336,-1.55108034,0.239698561,480,0.565301296,0.022333262,8289.7501154 +337,0.180294813,0.029739425,480,0.565301296,0.022333262,1524.7660654 +338,0.67820924,0.268170153,480,0.565301296,0.022333262,1069.1004833 +339,0.445798684,1.024001867,480,0.565301296,0.022333262,3985.0175964 +340,0.691751283,0.150521402,480,0.565301296,0.022333262,711.66137434 +341,-1.036643551,-0.903056181,480,0.565301296,0.022333262,6367.7805402 +342,-0.120287036,1.083325163,480,0.565301296,0.022333262,4668.5243071 +343,2.823513113,-0.304487164,480,0.565301296,0.022333262,8830.0738709 +344,0.457583172,1.12513373,480,0.565301296,0.022333262,4379.2705103 +345,0.042918831,0.813795399,480,0.565301296,0.022333262,3617.0677953 +346,1.196146777,-0.853142756,480,0.565301296,0.022333262,4083.1942917 +347,0.206001358,-0.010430701,480,0.565301296,0.022333262,1429.0030161 +348,-0.268308653,0.234799412,480,0.565301296,0.022333262,3373.1093639 +349,0.759363263,0.736189579,480,0.565301296,0.022333262,2910.712622 +350,0.181363926,0.891988372,480,0.565301296,0.022333262,3676.030779 +351,-0.021111158,0.139103292,480,0.565301296,0.022333262,2359.4229456 +352,-0.093355215,0.630686981,480,0.565301296,0.022333262,3410.3661844 +353,0.40118964,0.681375926,480,0.565301296,0.022333262,2677.2318188 +354,-0.721197315,1.304706234,480,0.565301296,0.022333262,5843.9335225 +355,-1.076150317,0.212107639,480,0.565301296,0.022333262,6476.7763739 +356,-1.577164531,0.273993443,480,0.565301296,0.022333262,8363.3901247 +357,-0.190788414,0.182208586,480,0.565301296,0.022333262,3041.7777475 +358,-0.261349752,0.209710184,480,0.565301296,0.022333262,3329.7692378 +359,-1.029303852,0.083549259,480,0.565301296,0.022333262,6308.4948799 +360,-1.268609162,0.330525297,480,0.565301296,0.022333262,7176.6396705 +361,1.282982244,-0.926641967,480,0.565301296,0.022333262,4441.8555288 +362,0.217352334,0.731352408,480,0.565301296,0.022333262,3069.8330605 +363,-1.511833084,0.258629297,480,0.565301296,0.022333262,8128.7476485 +364,0.338812194,0.823184618,480,0.565301296,0.022333262,3266.858215 +365,-0.324406489,1.134201999,480,0.565301296,0.022333262,5071.3140067 +366,1.389579348,0.399185724,480,0.565301296,0.022333262,3500.724161 +367,2.047152199,-0.039082036,480,0.565301296,0.022333262,5873.4388521 +368,0.947780369,0.568250077,480,0.565301296,0.022333262,2589.7899705 +369,0.763824846,0.576754987,480,0.565301296,0.022333262,2316.9476097 +370,-0.142334657,0.928153068,480,0.565301296,0.022333262,4269.5512599 +371,0.610266567,0.547265983,480,0.565301296,0.022333262,2086.0687814 +372,0.210731629,0.746815056,480,0.565301296,0.022333262,3132.7558321 +373,-1.34931644,0.316895224,480,0.565301296,0.022333262,7484.0106966 +374,2.407696481,0.655030745,480,0.565301296,0.022333262,7015.8267919 +375,0.64207831,0.545359131,480,0.565301296,0.022333262,2091.586032 +376,1.174597538,0.840588356,480,0.565301296,0.022333262,3850.8264721 +377,0.660059424,0.010604079,480,0.565301296,0.022333262,378.14869884 +378,-0.730263819,0.010486456,480,0.565301296,0.022333262,5131.1100056 +379,0.831068936,0.512339172,480,0.565301296,0.022333262,2184.5118487 +380,1.301180979,0.72367476,480,0.565301296,0.022333262,3818.9899244 +381,1.811128231,0.322854402,480,0.565301296,0.022333262,4974.30518 +382,0.435105812,0.992284428,480,0.565301296,0.022333262,3864.1507181 +383,0.62643634,0.592027932,480,0.565301296,0.022333262,2267.9167013 +384,0.492988703,-0.516339467,480,0.565301296,0.022333262,2151.1620896 +385,-0.162469483,0.112549365,480,0.565301296,0.022333262,2896.9683806 +386,0.314630866,0.472006421,480,0.565301296,0.022333262,2019.9855811 +387,0.166744804,0.822815954,480,0.565301296,0.022333262,3455.1940964 +388,0.417159608,0.965805736,480,0.565301296,0.022333262,3767.4808124 +389,0.106334961,0.868774244,480,0.565301296,0.022333262,3693.5735002 +390,0.815086969,-0.338144359,480,0.565301296,0.022333262,1726.8980737 +391,0.59867455,-0.230624824,480,0.565301296,0.022333262,1010.5088962 +392,1.915104874,0.066220985,480,0.565301296,0.022333262,5342.7442724 +393,1.278093622,0.064463721,480,0.565301296,0.022333262,2825.3146726 +394,-0.061477853,0.302997961,480,0.565301296,0.022333262,2681.3386392 +395,0.251311504,0.626976942,480,0.565301296,0.022333262,2658.3277284 +396,2.950242872,0.149095644,480,0.565301296,0.022333262,9380.6146375 +397,-0.180294708,0.35375117,480,0.565301296,0.022333262,3168.527148 +398,1.010448592,-0.351180233,480,0.565301296,0.022333262,2274.8303922 +399,-1.748740498,0.3686318073,480,0.565301296,0.022333262,8886.0741763 +400,2.699635665,0.123533791,480,0.565301296,0.022333262,8421.5962054 +401,0.496808033,0.823843254,480,0.565301296,0.022333262,3183.5528274 +402,0.129574704,0.763364087,480,0.565301296,0.022333262,3312.2247366 +403,1.798920311,0.817447563,480,0.565301296,0.022333262,5251.5279792 +404,0.335987953,0.746786541,480,0.565301296,0.022333262,2982.5454513 +405,-1.085413643,0.292154671,480,0.565301296,0.022333262,6499.4203439 +406,-0.155321003,0.508207011,480,0.565301296,0.022333262,3328.9795414 +407,0.620529244,-0.301175104,480,0.565301296,0.022333262,1299.4324704 +408,1.684402744,0.368716966,480,0.565301296,0.022333262,4526.3993535 +409,0.300582244,-0.386397212,480,0.565301296,0.022333262,1915.1846995 +410,2.913555946,-0.009225192,480,0.565301296,0.022333262,9301.443542 +411,1.465101417,0.493232532,480,0.565301296,0.022333262,3876.6719882 +412,0.090612882,0.907955955,480,0.565301296,0.022333262,3844.6283827 +413,2.987564726,-0.729568594,480,0.565301296,0.022333262,8650.9544085 +414,-1.484261606,0.224149272,480,0.565301296,0.022333262,8044.5864053 +415,0.164073421,0.303955133,480,0.565301296,0.022333262,1919.6184578 +416,0.141441293,0.167552546,480,0.565301296,0.022333262,1766.0215769 +417,2.931321023,-0.506718887,480,0.565301296,0.022333262,8947.0203154 +418,2.21951565,0.700596356,480,0.565301296,0.022333262,6417.2144385 +419,0.268112576,1.199114336,480,0.565301296,0.022333262,4729.2680906 +420,0.978913739,0.359223811,480,0.565301296,0.022333262,2083.1560417 +421,1.210898818,0.522863584,480,0.565301296,0.022333262,3133.8907268 +422,2.347397336,0.129231362,480,0.565301296,0.022333262,7039.9383699 +423,0.614394501,0.556878345,480,0.565301296,0.022333262,2125.2699209 +424,-1.398079356,0.148483366,480,0.565301296,0.022333262,7744.3905051 +425,2.535303836,-0.112984496,480,0.565301296,0.022333262,7802.9357609 +426,-1.019372593,-0.405322349,480,0.565301296,0.022333262,6307.3108374 +427,-1.297785627,-0.160104069,480,0.565301296,0.022333262,7378.8764358 +428,2.144554488,0.205051084,480,0.565301296,0.022333262,6236.7007069 +429,-2.242387083,-0.426171285,480,0.565301296,0.022333262,10395.821334 +430,0.338637212,0.909723676,480,0.565301296,0.022333262,3594.5081548 +431,-0.148798452,0.691042401,480,0.565301296,0.022333262,3690.7942153 +432,0.893524764,0.441829531,480,0.565301296,0.022333262,2081.6955907 +433,0.969229347,-0.368847936,480,0.565301296,0.022333262,2202.0026331 +434,0.436043248,0.800045688,480,0.565301296,0.022333262,3113.1833763 +435,1.687946607,1.081504775,480,0.565301296,0.022333262,5329.8651537 +436,0.522302046,-0.034889271,480,0.565301296,0.022333262,283.50292127 +437,-0.178996113,-0.438090009,480,0.565301296,0.022333262,3385.383629 +438,-1.094339566,0.301444068,480,0.565301296,0.022333262,6531.4965481 +439,-1.064070054,0.242569932,480,0.565301296,0.022333262,6425.8058621 +440,-1.068153768,0.230387998,480,0.565301296,0.022333262,6443.2555268 +441,-3.00496892,-0.23989155,480,0.565301296,0.022333262,10556.008495 +442,0.21751974,0.766874888,480,0.565301296,0.022333262,3193.0670432 +443,0.117229532,0.007619006,480,0.565301296,0.022333262,1775.5506 +444,0.777758451,0.420554741,480,0.565301296,0.022333262,1775.287047 +445,-0.252356999,0.250747086,480,0.565301296,0.022333262,3324.8132662 +446,0.363148444,0.768483434,480,0.565301296,0.022333262,3039.9423479 +447,0.903191366,-0.118210676,480,0.565301296,0.022333262,1447.0850114 +448,-0.205755923,0.149406178,480,0.565301296,0.022333262,3081.5832432 +449,1.811996086,0.02364353,480,0.565301296,0.022333262,4936.6555998 +450,-1.100670221,0.314845373,480,0.565301296,0.022333262,6552.7445866 +451,0.340078597,0.850105132,480,0.565301296,0.022333262,3367.5194122 +452,0.258757267,0.804969236,480,0.565301296,0.022333262,3277.5422181 +453,2.78505352,-0.155160804,480,0.565301296,0.022333262,8772.7969305 +454,0.800551619,0.105822106,480,0.565301296,0.022333262,986.70000777 +455,0.437940882,-0.506194031,480,0.565301296,0.022333262,2148.4737908 +456,2.230431122,0.63458615,480,0.565301296,0.022333262,6470.0363431 +457,0.527965361,0.127667701,480,0.565301296,0.022333262,442.50211878 +458,-0.063643205,0.702093448,480,0.565301296,0.022333262,3513.7927423 +459,1.408447268,0.133010502,480,0.565301296,0.022333262,3355.9968554 +460,0.523795955,0.280266966,480,0.565301296,0.022333262,1034.4456851 +461,-0.975769313,0.072177659,480,0.565301296,0.022333262,6098.1347636 +462,0.549774164,-0.463663986,480,0.565301296,0.022333262,1925.9489726 +463,0.29245874,1.095549818,480,0.565301296,0.022333262,4326.8952493 +464,0.143625958,0.816809593,480,0.565301296,0.022333262,3467.3554749 +465,0.671902494,0.611159853,480,0.565301296,0.022333262,2365.2855614 +466,1.239840988,0.6724199,480,0.565301296,0.022333262,3549.0349132 +467,0.607829703,-0.10932137,480,0.565301296,0.022333262,547.93050708 +468,1.763020906,0.263996692,480,0.565301296,0.022333262,4773.4247316 +469,0.378714634,0.726066797,480,0.565301296,0.022333262,2866.0090454 +470,2.196736143,-0.153862366,480,0.565301296,0.022333262,6472.7952755 +471,0.01702415,0.148991565,480,0.565301296,0.022333262,2219.515 +472,-2.998490902,-0.158002487,480,0.565301296,0.022333262,10695.109405 +473,-3.051262951,-0.346595608,480,0.565301296,0.022333262,10200.057392 +474,-1.069176439,0.182802941,480,0.565301296,0.022333262,6453.7865483 +475,0.167157509,0.595344954,480,0.565301296,0.022333262,2706.3389417 +476,0.613855648,0.681746124,480,0.565301296,0.022333262,2617.8435936 +477,1.037012736,0.682555367,480,0.565301296,0.022333262,3121.9883236 +478,-1.253574971,0.379755746,480,0.565301296,0.022333262,7099.3720764 +479,3.108590453,-0.132620738,480,0.565301296,0.022333262,10042.45505 +480,0.565301296,0.022333262,480,0.565301296,0.022333262,0 +481,0.547898238,0.855555614,480,0.565301296,0.022333262,3300.9250602 +482,0.948309381,0.417393755,480,0.565301296,0.022333262,2146.2770004 +483,-0.050600732,0.945269213,480,0.565301296,0.022333262,4166.5854842 +484,-0.977651478,-0.572363064,480,0.565301296,0.022333262,6177.1562859 +485,1.102014914,0.728861163,480,0.565301296,0.022333262,3389.041561 +486,2.927300795,-0.282939414,480,0.565301296,0.022333262,9232.6355911 +487,-1.154565557,0.124434095,480,0.565301296,0.022333262,6796.5490144 +488,1.855331234,0.291044755,480,0.565301296,0.022333262,5131.6868661 +489,0.830290659,0.276904518,480,0.565301296,0.022333262,1444.8669565 +490,0.485104466,-0.234867441,480,0.565301296,0.022333262,1066.3482559 +491,0.521367572,-0.33161327,480,0.565301296,0.022333262,1412.3692885 +1,-1.539031704,0.7349710123,481,0.547898238,0.855555614,5154.911926 +2,-1.536990553,0.7349663874,481,0.547898238,0.855555614,5151.3751964 +3,-1.534951779,0.7349571355,481,0.547898238,0.855555614,5147.852362 +4,-1.532906461,0.7349480293,481,0.547898238,0.855555614,5144.3126329 +5,-1.531320211,0.7346937278,481,0.547898238,0.855555614,5142.3511557 +6,-1.539451648,0.7335131775,481,0.547898238,0.855555614,5160.298221 +7,-1.537429487,0.7335445708,481,0.547898238,0.855555614,5156.6771242 +8,-1.535484998,0.7335658704,481,0.547898238,0.855555614,5153.2189924 +9,-1.533488396,0.7336036027,481,0.547898238,0.855555614,5149.613029 +10,-1.531497785,0.7335842962,481,0.547898238,0.855555614,5146.1946283 +11,-1.530259379,0.7334777758,481,0.547898238,0.855555614,5144.3663879 +12,-1.5335454,0.7322346912,481,0.547898238,0.855555614,5154.0759568 +13,-1.531489083,0.7322238773,481,0.547898238,0.855555614,5150.5123762 +14,-1.530011122,0.7321679851,481,0.547898238,0.855555614,5148.101131 +15,-1.53348106,0.7306614094,481,0.547898238,0.855555614,5158.9789936 +16,-1.531441779,0.7306962275,481,0.547898238,0.855555614,5155.2959217 +17,-1.529755654,0.7306933243,481,0.547898238,0.855555614,5152.3479586 +18,-1.533415048,0.7291384674,481,0.547898238,0.855555614,5163.7192843 +19,-1.531392093,0.7291705353,481,0.547898238,0.855555614,5160.0697787 +20,-1.529296523,0.7291214933,481,0.547898238,0.855555614,5156.5462008 +21,-1.535280942,0.727267644,481,0.547898238,0.855555614,5172.9572415 +22,-1.533378158,0.7276139666,481,0.547898238,0.855555614,5168.5162732 +23,-1.531340368,0.7276446587,481,0.547898238,0.855555614,5164.8413534 +24,-1.528960113,0.7276398177,481,0.547898238,0.855555614,5160.6723196 +25,-1.533313146,0.7260818349,481,0.547898238,0.855555614,5173.2889702 +26,-1.531259555,0.7260958115,481,0.547898238,0.855555614,5169.6356927 +27,-1.528926415,0.7260865555,481,0.547898238,0.855555614,5165.5591354 +28,-1.531226779,0.7245511789,481,0.547898238,0.855555614,5174.5017704 +29,-1.528904772,0.7245519194,481,0.547898238,0.855555614,5170.4086768 +30,-1.547195875,0.7409785979,481,0.547898238,0.855555614,5149.8326904 +31,-1.5451475,0.740980426,481,0.547898238,0.855555614,5146.2974479 +32,-1.543097679,0.7409798872,481,0.547898238,0.855555614,5142.7622406 +33,-1.540720364,0.7409892687,481,0.547898238,0.855555614,5138.6239591 +34,-1.547188511,0.7395198392,481,0.547898238,0.855555614,5154.4892454 +35,-1.545148587,0.7395226109,481,0.547898238,0.855555614,5150.9619994 +36,-1.543104538,0.7395314908,481,0.547898238,0.855555614,5147.4031143 +37,-1.540727751,0.7395306258,481,0.547898238,0.855555614,5143.2943856 +38,-1.547187029,0.7380014886,481,0.547898238,0.855555614,5159.3475246 +39,-1.545147315,0.7380012252,481,0.547898238,0.855555614,5155.8266706 +40,-1.54310719,0.7380060743,481,0.547898238,0.855555614,5152.2837583 +41,-1.540719671,0.7380068206,481,0.547898238,0.855555614,5148.1469831 +42,-1.547187189,0.7364799098,481,0.547898238,0.855555614,5164.2198405 +43,-1.545149996,0.7364853874,481,0.547898238,0.855555614,5160.681299 +44,-1.543106091,0.7364823484,481,0.547898238,0.855555614,5157.1533978 +45,-1.540717158,0.7364893901,481,0.547898238,0.855555614,5152.9897386 +46,-1.538663972,0.7410138672,481,0.547898238,0.855555614,5134.9863186 +47,-1.53695285,0.7409699132,481,0.547898238,0.855555614,5132.1610806 +48,-1.534910498,0.7409641297,481,0.547898238,0.855555614,5128.6354245 +49,-1.533145034,0.7409536636,481,0.547898238,0.855555614,5125.601128 +50,-1.538681336,0.7395405883,481,0.547898238,0.855555614,5139.7171761 +51,-1.536999189,0.7395183096,481,0.547898238,0.855555614,5136.8701698 +52,-1.534923633,0.7395144222,481,0.547898238,0.855555614,5133.2773384 +53,-1.533267822,0.7395654306,481,0.547898238,0.855555614,5130.2350834 +54,-1.53867273,0.7380151077,481,0.547898238,0.855555614,5144.5704744 +55,-1.536980576,0.7379994392,481,0.547898238,0.855555614,5141.6819395 +56,-1.534931522,0.7379944961,481,0.547898238,0.855555614,5138.1347919 +57,-1.533387952,0.7379480264,481,0.547898238,0.855555614,5135.5955316 +58,-1.538682279,0.7364914363,481,0.547898238,0.855555614,5149.4504096 +59,-1.536980704,0.7364810563,481,0.547898238,0.855555614,5146.5255828 +60,-1.534935567,0.7364752065,481,0.547898238,0.855555614,5142.9844558 +61,-1.533042592,0.7363876366,481,0.547898238,0.855555614,5139.9640275 +62,-1.545143426,0.7349628011,481,0.547898238,0.855555614,5165.5423866 +63,-1.543105297,0.7349691947,481,0.547898238,0.855555614,5161.9906366 +64,-1.541064533,0.7349647152,481,0.547898238,0.855555614,5158.4640961 +65,-1.545411803,0.7334624714,481,0.547898238,0.855555614,5170.809565 +66,-1.543446606,0.7334780896,481,0.547898238,0.855555614,5167.3518966 +67,-1.541475327,0.7334957295,481,0.547898238,0.855555614,5163.8726301 +68,-1.545401939,0.731963266,481,0.547898238,0.855555614,5175.592251 +69,-1.54342253,0.7319915583,481,0.547898238,0.855555614,5172.0658371 +70,-1.541455867,0.7320216438,481,0.547898238,0.855555614,5168.5512792 +71,-1.545410146,0.7304422281,481,0.547898238,0.855555614,5180.4770315 +72,-1.543435491,0.7304713664,481,0.547898238,0.855555614,5176.9526307 +73,-1.541463105,0.7304997613,481,0.547898238,0.855555614,5173.4300032 +74,-1.545414768,0.7289194936,481,0.547898238,0.855555614,5185.3618965 +75,-1.543435774,0.7289538557,481,0.547898238,0.855555614,5181.8096806 +76,-1.541457714,0.7289765881,481,0.547898238,0.855555614,5178.2917346 +77,-1.539449415,0.7320555866,481,0.547898238,0.855555614,5164.9505979 +78,-1.537429183,0.7321097681,481,0.547898238,0.855555614,5161.2566098 +79,-1.535472649,0.7321497267,481,0.547898238,0.855555614,5157.7146073 +80,-1.539457899,0.7305333307,481,0.547898238,0.855555614,5169.829081 +81,-1.537453161,0.7305750503,481,0.547898238,0.855555614,5166.1982904 +82,-1.535479385,0.7306124949,481,0.547898238,0.855555614,5162.6306527 +83,-1.53946905,0.7290102593,481,0.547898238,0.855555614,5174.7157264 +84,-1.537459922,0.7290417293,481,0.547898238,0.855555614,5171.1063999 +85,-1.535451349,0.7290890157,481,0.547898238,0.855555614,5167.4428885 +86,-1.535522937,0.7279887191,481,0.547898238,0.855555614,5171.0797197 +87,-1.539442524,0.7274735939,481,0.547898238,0.855555614,5179.58091 +88,-1.537424111,0.727521351,481,0.547898238,0.855555614,5175.8996035 +89,-1.539384641,0.7259505092,481,0.547898238,0.855555614,5184.348618 +90,-1.537372391,0.7259947145,481,0.547898238,0.855555614,5180.6856734 +91,-1.535340789,0.7260435356,481,0.547898238,0.855555614,5176.9694156 +92,-1.539325716,0.7244369706,481,0.547898238,0.855555614,5189.0846245 +93,-1.537308932,0.7244801057,481,0.547898238,0.855555614,5185.4134144 +94,-1.535289068,0.7245247645,481,0.547898238,0.855555614,5181.7272615 +95,-1.533261366,0.7245550236,481,0.547898238,0.855555614,5178.0685982 +96,-1.539267302,0.722921924,481,0.547898238,0.855555614,5193.8269806 +97,-1.537248972,0.7229660258,481,0.547898238,0.855555614,5190.1462257 +98,-1.535219431,0.7229916471,481,0.547898238,0.855555614,5186.5001032 +99,-1.53318962,0.7230212049,481,0.547898238,0.855555614,5182.8361385 +100,-1.531154816,0.7230299897,481,0.547898238,0.855555614,5179.2248254 +101,-1.528878341,0.7230370244,481,0.547898238,0.855555614,5175.1876948 +102,-1.539218189,0.7214009878,481,0.547898238,0.855555614,5198.6051223 +103,-1.537198791,0.7214422745,481,0.547898238,0.855555614,5194.927754 +104,-1.535179266,0.7214634354,481,0.547898238,0.855555614,5191.3097434 +105,-1.533156501,0.7214944644,481,0.547898238,0.855555614,5187.6497515 +106,-1.53113574,0.7215166021,481,0.547898238,0.855555614,5184.0169036 +107,-1.528874248,0.7215345535,481,0.547898238,0.855555614,5179.9673662 +108,-1.539217656,0.7198512397,481,0.547898238,0.855555614,5203.5614167 +109,-1.537199919,0.7199428763,481,0.547898238,0.855555614,5199.7223393 +110,-1.545425832,0.727397149,481,0.547898238,0.855555614,5190.257592 +111,-1.543371177,0.7273916949,481,0.547898238,0.855555614,5186.6974683 +112,-1.541368852,0.7274523163,481,0.547898238,0.855555614,5183.0121893 +113,-1.545349067,0.7258710923,481,0.547898238,0.855555614,5195.0130841 +114,-1.54332671,0.7258603556,481,0.547898238,0.855555614,5191.5223458 +115,-1.541346831,0.7259242142,481,0.547898238,0.855555614,5187.8621769 +116,-1.545324355,0.7243383958,481,0.547898238,0.855555614,5199.8811839 +117,-1.543292796,0.7243617413,481,0.547898238,0.855555614,5196.2615549 +118,-1.541295822,0.7244024384,481,0.547898238,0.855555614,5192.6420166 +119,-1.543193859,0.7205570215,481,0.547898238,0.855555614,5208.274225 +120,-1.550257047,0.7386738187,481,0.547898238,0.855555614,5162.4837124 +121,-1.549335448,0.7311736483,481,0.547898238,0.855555614,5184.9380859 +122,-1.533478843,0.7179891343,481,0.547898238,0.855555614,5199.407781 +123,-1.556150555,0.738907041,481,0.547898238,0.855555614,5171.8553775 +124,-1.554324226,0.733414257,481,0.547898238,0.855555614,5186.3603394 +125,-1.554290846,0.7288285332,481,0.547898238,0.855555614,5201.0349487 +126,-1.55122487,0.7219795312,481,0.547898238,0.855555614,5217.7250559 +127,-1.525104458,0.7229399862,481,0.547898238,0.855555614,5168.8273486 +128,-1.519607711,0.7236181429,481,0.547898238,0.855555614,5156.9298784 +129,-1.513899999,0.7251107854,481,0.547898238,0.855555614,5142.0500652 +130,-1.536620762,0.7431061895,481,0.547898238,0.855555614,5124.7756704 +131,-1.5369566,0.7460845958,481,0.547898238,0.855555614,5115.8652728 +132,-1.545345528,0.7447040685,481,0.547898238,0.855555614,5134.7320107 +133,-1.532813921,0.7432306626,481,0.547898238,0.855555614,5117.7777426 +134,-1.554788248,0.7382381001,481,0.547898238,0.855555614,5171.6676489 +135,-1.540348126,0.7301594274,481,0.547898238,0.855555614,5172.5758482 +136,-1.538016084,0.7239051786,481,0.547898238,0.855555614,5188.4903386 +137,-1.525288962,0.7258085137,481,0.547898238,0.855555614,5160.0290005 +138,-1.534326986,0.731241342,481,0.547898238,0.855555614,5158.6098359 +139,-1.530733872,0.7303625216,481,0.547898238,0.855555614,5155.1176448 +141,-1.534354939,0.7328219978,481,0.547898238,0.855555614,5153.6183931 +142,-1.53157084,0.7292888153,481,0.547898238,0.855555614,5160.0065026 +143,-1.525691035,0.7263799874,481,0.547898238,0.855555614,5158.9211796 +144,-1.534031287,0.7495967835,481,0.547898238,0.855555614,5099.6291713 +145,-1.527714986,0.7283095957,481,0.547898238,0.855555614,5156.3491602 +146,-1.526189586,0.7271468292,481,0.547898238,0.855555614,5157.3614264 +147,-1.555177336,0.7375563366,481,0.547898238,0.855555614,5174.5244479 +148,-1.555080283,0.7312707794,481,0.547898238,0.855555614,5194.5492082 +149,-1.53856994,0.7224180299,481,0.547898238,0.855555614,5194.2155376 +150,-1.530837883,0.729933372,481,0.547898238,0.855555614,5156.6670637 +151,-1.515066984,0.5854133365,481,0.547898238,0.855555614,5590.0570959 +152,-1.534731633,0.5368370046,481,0.547898238,0.855555614,5785.0252702 +153,-1.515231902,0.5607085576,481,0.547898238,0.855555614,5669.7799134 +154,-2.616253799,1.0684566605,481,0.547898238,0.855555614,4822.4966947 +155,-1.956071439,0.5792177723,481,0.547898238,0.855555614,6331.9173363 +156,-1.951208514,0.5602434208,481,0.547898238,0.855555614,6394.7052367 +157,-1.944675062,0.6062144545,481,0.547898238,0.855555614,6218.8777096 +158,-1.613778386,0.6077989518,481,0.547898238,0.855555614,5700.7215244 +159,-2.035029014,0.6021432345,481,0.547898238,0.855555614,6343.4938679 +160,-2.114989471,0.6801825058,481,0.547898238,0.855555614,6133.7419726 +161,-2.037382079,0.5765830025,481,0.547898238,0.855555614,6441.127182 +162,-2.129855121,0.6585019963,481,0.547898238,0.855555614,6229.4720012 +163,-2.075141798,0.6493615843,481,0.547898238,0.855555614,6210.696353 +164,-1.828626729,0.6948433129,481,0.547898238,0.855555614,5745.5254702 +165,-1.863329418,0.6735427691,481,0.547898238,0.855555614,5868.6961309 +166,-1.266037071,0.727988852,481,0.547898238,0.855555614,4658.8727105 +167,-1.277579582,0.7249010648,481,0.547898238,0.855555614,4691.2477329 +168,-1.258418684,0.7241194816,481,0.547898238,0.855555614,4654.3842795 +169,-1.317813974,0.6804850104,481,0.547898238,0.855555614,4903.1424032 +170,-1.344165204,0.6790988904,481,0.547898238,0.855555614,4960.8098984 +171,-1.427582102,0.5277120351,481,0.547898238,0.855555614,5597.1705788 +172,-1.402238616,0.457167829,481,0.547898238,0.855555614,5764.0983193 +173,-1.422454264,0.4996161999,481,0.547898238,0.855555614,5674.5474634 +174,-1.439089277,0.4894859811,481,0.547898238,0.855555614,5741.6417025 +175,-1.448126995,0.5182330266,481,0.547898238,0.855555614,5669.7951659 +176,-1.474626146,0.5881926574,481,0.547898238,0.855555614,5502.1322138 +177,-1.421139645,0.5584869783,481,0.547898238,0.855555614,5487.4450049 +178,-1.457037165,0.565943032,481,0.547898238,0.855555614,5537.3627217 +179,-2.757159358,0.3745319,481,0.547898238,0.855555614,7537.3305453 +180,-2.714309238,0.342054471,481,0.547898238,0.855555614,7681.0398993 +181,-2.000525337,0.774119946,481,0.547898238,0.855555614,5669.7594485 +183,-1.571413436,0.6777838382,481,0.547898238,0.855555614,5395.8996004 +184,-1.552860289,0.6987663893,481,0.547898238,0.855555614,5295.2703045 +185,-1.521852374,0.7165827476,481,0.547898238,0.855555614,5183.2744873 +186,-1.503656267,0.6928968252,481,0.547898238,0.855555614,5225.600462 +187,-1.502753178,0.7136205882,481,0.547898238,0.855555614,5158.4023791 +188,-1.631894563,0.7343596465,481,0.547898238,0.855555614,5313.1007673 +189,-1.653765416,0.6770714026,481,0.547898238,0.855555614,5539.2975235 +190,-1.719812114,0.6715965947,481,0.547898238,0.855555614,5664.6200712 +191,-1.493406659,0.6646955447,481,0.547898238,0.855555614,5295.9357767 +192,-1.469120564,0.6613469966,481,0.547898238,0.855555614,5260.611518 +193,-1.590551461,0.5326612937,481,0.547898238,0.855555614,5906.166463 +194,-1.625979264,0.5247742243,481,0.547898238,0.855555614,5998.6841558 +195,-1.572293943,0.5238808754,481,0.547898238,0.855555614,5900.1802291 +196,-1.610848725,0.5477107964,481,0.547898238,0.855555614,5894.4281069 +197,-1.208485554,0.7918526018,481,0.547898238,0.855555614,4363.1208748 +198,-1.335601374,0.6869083083,481,0.547898238,0.855555614,4920.2029586 +199,-1.346156996,0.6825213377,481,0.547898238,0.855555614,4954.584158 +200,-1.324381037,0.6741422347,481,0.547898238,0.855555614,4935.3908451 +201,-1.242424992,0.7378949807,481,0.547898238,0.855555614,4582.3735899 +202,-1.270370057,0.7392461008,481,0.547898238,0.855555614,4635.3931836 +203,-1.448950472,0.7441675014,481,0.547898238,0.855555614,4965.1915011 +204,-1.492662363,0.7523026852,481,0.547898238,0.855555614,5018.6991418 +205,-1.479098966,0.7763855017,481,0.547898238,0.855555614,4919.7180143 +206,-1.633760714,0.7869022408,481,0.547898238,0.855555614,5142.9437756 +207,-1.647406434,0.8101289331,481,0.547898238,0.855555614,5087.4621593 +208,-1.564245052,0.5701509278,481,0.547898238,0.855555614,5733.4465266 +209,-1.646289963,0.6833746083,481,0.547898238,0.855555614,5505.8571942 +210,-1.5820631,0.6751952144,481,0.547898238,0.855555614,5423.0660147 +211,-1.613236298,0.6681681791,481,0.547898238,0.855555614,5500.3076529 +212,-1.914661867,0.8212566515,481,0.547898238,0.855555614,5404.4221624 +213,-1.742133237,0.7250275956,481,0.547898238,0.855555614,5516.0625387 +214,-2.033144872,0.6557314699,481,0.547898238,0.855555614,6142.4113251 +215,-2.039551981,0.6964723658,481,0.547898238,0.855555614,5997.944323 +216,-1.247341019,0.7622473908,481,0.547898238,0.855555614,4523.5720134 +217,-1.298239787,0.7084123392,481,0.547898238,0.855555614,4781.0923332 +218,-1.308539688,0.6926545592,481,0.547898238,0.855555614,4848.2699887 +219,-1.303263185,0.6888938396,481,0.547898238,0.855555614,4848.5482544 +220,-1.852400229,0.6004246149,481,0.547898238,0.855555614,6113.2903627 +221,-1.288947707,0.7473773692,481,0.547898238,0.855555614,4649.3180226 +222,-1.372031502,0.7472790993,481,0.547898238,0.855555614,4811.8110872 +223,-1.289805721,0.7242157877,481,0.547898238,0.855555614,4718.0019182 +224,-1.350807603,0.7533498126,481,0.547898238,0.855555614,4753.0882875 +225,-1.329290365,0.7560442322,481,0.547898238,0.855555614,4703.5576396 +226,-1.410153004,0.616936428,481,0.547898238,0.855555614,5283.3057671 +227,-1.393445434,0.6308995063,481,0.547898238,0.855555614,5206.532521 +228,-1.37595573,0.6241540638,481,0.547898238,0.855555614,5191.6125908 +229,-1.358388707,0.6172645205,481,0.547898238,0.855555614,5176.4243333 +230,-1.753741133,0.8281661666,481,0.547898238,0.855555614,5179.5176813 +231,-1.47430987,0.6834615681,481,0.547898238,0.855555614,5200.9965656 +232,-1.421012508,0.7222725206,481,0.547898238,0.855555614,4980.4289774 +233,-1.4476833,0.6978557868,481,0.547898238,0.855555614,5106.000232 +234,-1.470370723,0.6966193374,481,0.547898238,0.855555614,5152.4103422 +235,-1.429211703,0.7037216883,481,0.547898238,0.855555614,5052.8795986 +236,-1.700578405,0.6178673663,481,0.547898238,0.855555614,5816.5013414 +237,-1.678117619,0.6331716163,481,0.547898238,0.855555614,5727.2613503 +238,-1.725644578,0.6316331145,481,0.547898238,0.855555614,5810.4889043 +239,-2.14012759,0.7930497945,481,0.547898238,0.855555614,5728.4659505 +240,-2.103289431,0.7653606263,481,0.547898238,0.855555614,5801.9211488 +241,-1.318739838,0.7017808746,481,0.547898238,0.855555614,4842.0744114 +242,-1.396417427,0.7077900843,481,0.547898238,0.855555614,4977.5781847 +243,-1.35650337,0.7185539404,481,0.547898238,0.855555614,4867.4708052 +244,-1.248884539,0.7274156818,481,0.547898238,0.855555614,4625.3966398 +245,-1.395014798,0.5761185243,481,0.547898238,0.855555614,5378.543413 +246,-1.433377362,0.6064716109,481,0.547898238,0.855555614,5362.5298674 +247,-1.408172432,0.5903155476,481,0.547898238,0.855555614,5361.7187035 +248,-1.749645898,0.7757118084,481,0.547898238,0.855555614,5353.3078587 +249,-1.571626686,0.615046989,481,0.547898238,0.855555614,5600.617451 +250,-1.514070049,0.6303003037,481,0.547898238,0.855555614,5444.2660693 +251,-1.480890369,0.6237966528,481,0.547898238,0.855555614,5401.6024191 +252,-1.704390658,0.5281680612,481,0.547898238,0.855555614,6128.3407402 +253,-1.64434733,0.5254277498,481,0.547898238,0.855555614,6030.3326391 +254,-1.703855997,0.4792484842,481,0.547898238,0.855555614,6294.1337017 +255,-1.692002383,0.5748825051,481,0.547898238,0.855555614,5948.0334268 +256,-1.854136457,0.5544643913,481,0.547898238,0.855555614,6279.0997629 +257,-1.665021206,0.520317736,481,0.547898238,0.855555614,6085.0791913 +258,-1.733654349,0.4845187345,481,0.547898238,0.855555614,6328.7521192 +259,-1.720938188,0.5135933906,481,0.547898238,0.855555614,6206.8999727 +260,-1.742668307,0.553296122,481,0.547898238,0.855555614,6107.4126646 +261,-1.965659039,0.7142126903,481,0.547898238,0.855555614,5850.9218878 +262,-1.944438071,0.6772834804,481,0.547898238,0.855555614,5960.175741 +263,-1.270340967,0.7681487096,481,0.547898238,0.855555614,4552.8652568 +264,-1.353091884,0.6549276821,481,0.547898238,0.855555614,5051.5261707 +265,-1.333236659,0.6413584414,481,0.547898238,0.855555614,5051.5484449 +266,-1.352015998,0.6753788907,481,0.547898238,0.855555614,4987.8010171 +267,-1.377988483,0.6577816235,481,0.547898238,0.855555614,5093.2451575 +268,-2.13075611,0.8318642051,481,0.547898238,0.855555614,5573.9949139 +269,-2.097910953,0.8259670014,481,0.547898238,0.855555614,5569.2786408 +270,-1.416382069,0.6694271549,481,0.547898238,0.855555614,5133.696178 +271,-1.538905672,0.7535625993,481,0.547898238,0.855555614,5095.3972562 +272,-1.572309477,0.7803125099,481,0.547898238,0.855555614,5065.9163249 +273,-1.87759879,0.7503853417,481,0.547898238,0.855555614,5613.6768764 +274,1.152365588,0.590457682,481,0.547898238,0.855555614,2053.9864588 +275,0.350198001,0.718001859,481,0.547898238,0.855555614,774.72097102 +276,0.046513677,0.491503852,481,0.547898238,0.855555614,2095.4672418 +277,0.027510309,0.742571376,481,0.547898238,0.855555614,1494.4291701 +278,0.306285725,-0.214631579,481,0.547898238,0.855555614,4322.5678642 +279,-1.100564889,0.318051531,481,0.547898238,0.855555614,5473.8066011 +280,-1.078582306,0.301437596,481,0.547898238,0.855555614,5467.6268731 +281,-1.137371989,-0.617634065,481,0.547898238,0.855555614,8287.9358194 +282,0.784356344,0.703272339,481,0.547898238,0.855555614,896.27816625 +283,-1.221209947,0.218327455,481,0.547898238,0.855555614,6073.8198664 +284,2.347301921,-0.449114658,481,0.547898238,0.855555614,8122.6221219 +285,0.246820618,0.830553713,481,0.547898238,0.855555614,797.67517201 +286,0.829414965,0.703288228,481,0.547898238,0.855555614,993.01036126 +287,-1.337537566,0.42332223,481,0.547898238,0.855555614,5725.1677563 +288,0.882453706,0.454478077,481,0.547898238,0.855555614,1892.8832035 +289,1.575629659,0.416419109,481,0.547898238,0.855555614,3596.7357449 +290,-1.039455679,0.229888244,481,0.547898238,0.855555614,5579.5940145 +291,0.489558039,0.934482747,481,0.547898238,0.855555614,344.33395534 +292,0.081344504,0.88384514,481,0.547898238,0.855555614,1190.7915109 +293,-1.547979814,0.300350308,481,0.547898238,0.855555614,6581.5753367 +294,0.040776181,0.168560074,481,0.547898238,0.855555614,3195.8606902 +295,-1.130374745,0.563894876,481,0.547898238,0.855555614,4830.7434671 +296,1.578326642,0.478507176,481,0.547898238,0.855555614,3434.2876971 +297,-1.12861823,-0.291640865,481,0.547898238,0.855555614,7359.8294809 +298,0.310524208,0.770885792,481,0.547898238,0.855555614,726.49609181 +299,0.415649091,-0.387246002,481,0.547898238,0.855555614,4944.9022255 +300,-0.926533878,-0.188022748,481,0.547898238,0.855555614,6535.6639438 +301,1.258856172,-0.11716081,481,0.547898238,0.855555614,4569.1009758 +302,-1.126050026,0.322941926,481,0.547898238,0.855555614,5522.9554611 +303,2.002785835,0.07893892,481,0.547898238,0.855555614,5684.9978827 +304,0.440437607,0.746258085,481,0.547898238,0.855555614,524.21018832 +305,-0.030391866,0.214441206,481,0.547898238,0.855555614,3165.8641808 +306,0.521557815,-0.058929362,481,0.547898238,0.855555614,3623.410268 +307,-0.097005111,0.13317729,481,0.547898238,0.855555614,3574.6012687 +308,1.83113859,0.221857587,481,0.547898238,0.855555614,4815.9406765 +309,0.222428864,0.099404236,481,0.547898238,0.855555614,3187.9906461 +310,-1.702731345,0.8728568183,481,0.547898238,0.855555614,4959.0144139 +311,-0.418507569,0.278324921,481,0.547898238,0.855555614,3840.061002 +312,-1.41153306,0.339029988,481,0.547898238,0.855555614,6155.7058919 +313,0.357560442,0.114788776,481,0.547898238,0.855555614,3002.591664 +314,0.325818979,0.268352149,481,0.547898238,0.855555614,2434.7040939 +315,-1.246004659,-0.663679965,481,0.547898238,0.855555614,8669.5815125 +316,1.814603087,0.637404484,481,0.547898238,0.855555614,3637.858549 +317,1.843704281,-0.18300445,481,0.547898238,0.855555614,6072.5042335 +318,1.690644492,-0.211480909,481,0.547898238,0.855555614,5794.5398518 +319,-1.275451936,0.068109467,481,0.547898238,0.855555614,6666.9317846 +320,0.762430171,-0.207594741,481,0.547898238,0.855555614,4277.5099215 +321,0.265668905,-0.014647884,481,0.547898238,0.855555614,3579.4500196 +322,-2.773032013,-0.335515811,481,0.547898238,0.855555614,10306.137758 +323,-1.469512853,0.174058777,481,0.547898238,0.855555614,6811.2303035 +324,0.286276986,0.785925691,481,0.547898238,0.855555614,756.74391291 +325,-1.379324697,0.377432233,481,0.547898238,0.855555614,5962.2945967 +326,-1.203778265,0.212813032,481,0.547898238,0.855555614,6047.0435894 +327,0.579916301,0.611743168,481,0.547898238,0.855555614,970.245737 +328,0.267582642,0.868113908,481,0.547898238,0.855555614,723.19716032 +329,0.412869244,-0.050245578,481,0.547898238,0.855555614,3617.7998359 +330,0.17524381,0.976660285,481,0.547898238,0.855555614,1012.9485941 +331,0.743157214,0.204812899,481,0.547898238,0.855555614,2656.350001 +332,-1.070758176,0.269382282,481,0.547898238,0.855555614,5542.56501 +333,-1.230364251,0.329790229,481,0.547898238,0.855555614,5758.7033482 +334,-1.374813124,-0.024926835,481,0.547898238,0.855555614,7201.5220305 +335,0.519780566,0.463669906,481,0.547898238,0.855555614,1554.6620555 +336,-1.55108034,0.239698561,481,0.547898238,0.855555614,6785.577878 +337,0.180294813,0.029739425,481,0.547898238,0.855555614,3501.0097002 +338,0.67820924,0.268170153,481,0.547898238,0.855555614,2364.680357 +339,0.445798684,1.024001867,481,0.547898238,0.855555614,707.93933337 +340,0.691751283,0.150521402,481,0.547898238,0.855555614,2833.3293439 +341,-1.036643551,-0.903056181,481,0.547898238,0.855555614,8762.7886034 +342,-0.120287036,1.083325163,481,0.547898238,0.855555614,1711.3019787 +343,2.823513113,-0.304487164,481,0.547898238,0.855555614,8930.1199419 +344,0.457583172,1.12513373,481,0.547898238,0.855555614,1084.8022303 +345,0.042918831,0.813795399,481,0.547898238,0.855555614,1344.8292853 +346,1.196146777,-0.853142756,481,0.547898238,0.855555614,7120.6459164 +347,0.206001358,-0.010430701,481,0.547898238,0.855555614,3623.5992421 +348,-0.268308653,0.234799412,481,0.547898238,0.855555614,3610.6372578 +349,0.759363263,0.736189579,481,0.547898238,0.855555614,751.43796743 +350,0.181363926,0.891988372,481,0.547898238,0.855555614,939.78654816 +351,-0.021111158,0.139103292,481,0.547898238,0.855555614,3409.7516433 +352,-0.093355215,0.630686981,481,0.547898238,0.855555614,2045.4071326 +353,0.40118964,0.681375926,481,0.547898238,0.855555614,805.4360897 +354,-0.721197315,1.304706234,481,0.547898238,0.855555614,2680.626761 +355,-1.076150317,0.212107639,481,0.547898238,0.855555614,5726.2768419 +356,-1.577164531,0.273993443,481,0.547898238,0.855555614,6730.3905911 +357,-0.190788414,0.182208586,481,0.547898238,0.855555614,3605.0571455 +358,-0.261349752,0.209710184,481,0.547898238,0.855555614,3674.1303421 +359,-1.029303852,0.083549259,481,0.547898238,0.855555614,5988.8246008 +360,-1.268609162,0.330525297,481,0.547898238,0.855555614,5848.5597888 +361,1.282982244,-0.926641967,481,0.547898238,0.855555614,7476.7595143 +362,0.217352334,0.731352408,481,0.547898238,0.855555614,1037.7812214 +363,-1.511833084,0.258629297,481,0.547898238,0.855555614,6637.3878199 +364,0.338812194,0.823184618,481,0.547898238,0.855555614,567.18445216 +365,-0.324406489,1.134201999,481,0.547898238,0.855555614,2102.148957 +366,1.389579348,0.399185724,481,0.547898238,0.855555614,3172.8694548 +367,2.047152199,-0.039082036,481,0.547898238,0.855555614,6153.2183997 +368,0.947780369,0.568250077,481,0.547898238,0.855555614,1640.9885646 +369,0.763824846,0.576754987,481,0.547898238,0.855555614,1275.23556 +370,-0.142334657,0.928153068,481,0.547898238,0.855555614,1718.0406216 +371,0.610266567,0.547265983,481,0.547898238,0.855555614,1235.2697972 +372,0.210731629,0.746815056,481,0.547898238,0.855555614,1020.4735265 +373,-1.34931644,0.316895224,481,0.547898238,0.855555614,6081.523976 +374,2.407696481,0.655030745,481,0.547898238,0.855555614,4966.4550558 +375,0.64207831,0.545359131,481,0.547898238,0.855555614,1260.5318351 +376,1.174597538,0.840588356,481,0.547898238,0.855555614,1627.5782154 +377,0.660059424,0.010604079,481,0.547898238,0.855555614,3368.6215739 +378,-0.730263819,0.010486456,481,0.547898238,0.855555614,5436.1140849 +379,0.831068936,0.512339172,481,0.547898238,0.855555614,1606.1076068 +380,1.301180979,0.72367476,481,0.547898238,0.855555614,2133.9509969 +381,1.811128231,0.322854402,481,0.547898238,0.855555614,4470.9305858 +382,0.435105812,0.992284428,481,0.547898238,0.855555614,604.20211068 +383,0.62643634,0.592027932,481,0.547898238,0.855555614,1069.0438414 +384,0.492988703,-0.516339467,481,0.547898238,0.855555614,5437.5491967 +385,-0.162469483,0.112549365,481,0.547898238,0.855555614,3776.8821066 +386,0.314630866,0.472006421,481,0.547898238,0.855555614,1678.7673873 +387,0.166744804,0.822815954,481,0.547898238,0.855555614,1013.3364873 +388,0.417159608,0.965805736,481,0.547898238,0.855555614,539.30243584 +389,0.106334961,0.868774244,481,0.547898238,0.855555614,1134.0616509 +390,0.815086969,-0.338144359,481,0.547898238,0.855555614,4821.344043 +391,0.59867455,-0.230624824,481,0.547898238,0.855555614,4306.0432207 +392,1.915104874,0.066220985,481,0.547898238,0.855555614,5495.938753 +393,1.278093622,0.064463721,481,0.547898238,0.855555614,3980.2021726 +394,-0.061477853,0.302997961,481,0.547898238,0.855555614,2930.8279497 +395,0.251311504,0.626976942,481,0.547898238,0.855555614,1247.6335566 +396,2.950242872,0.149095644,481,0.547898238,0.855555614,7710.8306199 +397,-0.180294708,0.35375117,481,0.547898238,0.855555614,3034.12305 +398,1.010448592,-0.351180233,481,0.547898238,0.855555614,5050.8436659 +399,-1.748740498,0.3686318073,481,0.547898238,0.855555614,6754.3846479 +400,2.699635665,0.123533791,481,0.547898238,0.855555614,7280.7639962 +401,0.496808033,0.823843254,481,0.547898238,0.855555614,184.46175754 +402,0.129574704,0.763364087,481,0.547898238,0.855555614,1194.1886523 +403,1.798920311,0.817447563,481,0.547898238,0.855555614,3196.478767 +404,0.335987953,0.746786541,481,0.547898238,0.855555614,724.37058891 +405,-1.085413643,0.292154671,481,0.547898238,0.855555614,5512.2885421 +406,-0.155321003,0.508207011,481,0.547898238,0.855555614,2519.970656 +407,0.620529244,-0.301175104,481,0.547898238,0.855555614,4588.9515612 +408,1.684402744,0.368716966,481,0.547898238,0.855555614,4011.7049564 +409,0.300582244,-0.386397212,481,0.547898238,0.855555614,4996.4795766 +410,2.913555946,-0.009225192,481,0.547898238,0.855555614,8182.6203427 +411,1.465101417,0.493232532,481,0.547898238,0.855555614,3102.2023562 +412,0.090612882,0.907955955,481,0.547898238,0.855555614,1163.5513303 +413,2.987564726,-0.729568594,481,0.547898238,0.855555614,10454.459125 +414,-1.484261606,0.224149272,481,0.547898238,0.855555614,6685.7616834 +415,0.164073421,0.303955133,481,0.547898238,0.855555614,2507.9741624 +416,0.141441293,0.167552546,481,0.547898238,0.855555614,3039.0098068 +417,2.931321023,-0.506718887,481,0.547898238,0.855555614,9782.9354251 +418,2.21951565,0.700596356,481,0.547898238,0.855555614,4433.9194807 +419,0.268112576,1.199114336,481,0.547898238,0.855555614,1465.8652788 +420,0.978913739,0.359223811,481,0.547898238,0.855555614,2391.6409686 +421,1.210898818,0.522863584,481,0.547898238,0.855555614,2380.3747994 +422,2.347397336,0.129231362,481,0.547898238,0.855555614,6420.6486903 +423,0.614394501,0.556878345,481,0.547898238,0.855555614,1199.5118572 +424,-1.398079356,0.148483366,481,0.547898238,0.855555614,6722.2751607 +425,2.535303836,-0.112984496,481,0.547898238,0.855555614,7633.1890011 +426,-1.019372593,-0.405322349,481,0.547898238,0.855555614,7410.3796235 +427,-1.297785627,-0.160104069,481,0.547898238,0.855555614,7412.5669146 +428,2.144554488,0.205051084,481,0.547898238,0.855555614,5677.091266 +429,-2.242387083,-0.426171285,481,0.547898238,0.855555614,10423.791247 +430,0.338637212,0.909723676,481,0.547898238,0.855555614,567.62497715 +431,-0.148798452,0.691042401,481,0.547898238,0.855555614,2052.4061193 +432,0.893524764,0.441829531,481,0.547898238,0.855555614,1955.6616154 +433,0.969229347,-0.368847936,481,0.547898238,0.855555614,5072.9882931 +434,0.436043248,0.800045688,481,0.547898238,0.855555614,371.51772598 +435,1.687946607,1.081504775,481,0.547898238,0.855555614,2581.3707771 +436,0.522302046,-0.034889271,481,0.547898238,0.855555614,3528.1460004 +437,-0.178996113,-0.438090009,481,0.547898238,0.855555614,5731.4435903 +438,-1.094339566,0.301444068,481,0.547898238,0.855555614,5507.2946531 +439,-1.064070054,0.242569932,481,0.547898238,0.855555614,5604.9570873 +440,-1.068153768,0.230387998,481,0.547898238,0.855555614,5651.5160853 +441,-3.00496892,-0.23989155,481,0.547898238,0.855555614,9661.4981 +442,0.21751974,0.766874888,481,0.547898238,0.855555614,963.9773205 +443,0.117229532,0.007619006,481,0.547898238,0.855555614,3664.8378203 +444,0.777758451,0.420554741,481,0.547898238,0.855555614,1865.5519242 +445,-0.252356999,0.250747086,481,0.547898238,0.855555614,3523.2340144 +446,0.363148444,0.768483434,481,0.547898238,0.855555614,609.41596512 +447,0.903191366,-0.118210676,481,0.547898238,0.855555614,4048.8119508 +448,-0.205755923,0.149406178,481,0.547898238,0.855555614,3745.5544261 +449,1.811996086,0.02364353,481,0.547898238,0.855555614,5360.417637 +450,-1.100670221,0.314845373,481,0.547898238,0.855555614,5483.5494083 +451,0.340078597,0.850105132,481,0.547898238,0.855555614,541.40181959 +452,0.258757267,0.804969236,481,0.547898238,0.855555614,796.47141701 +453,2.78505352,-0.155160804,481,0.547898238,0.855555614,8374.8670755 +454,0.800551619,0.105822106,481,0.547898238,0.855555614,3088.1521288 +455,0.437940882,-0.506194031,481,0.547898238,0.855555614,5407.9107788 +456,2.230431122,0.63458615,481,0.547898238,0.855555614,4640.7383037 +457,0.527965361,0.127667701,481,0.547898238,0.855555614,2883.9332623 +458,-0.063643205,0.702093448,481,0.547898238,0.855555614,1809.0717965 +459,1.408447268,0.133010502,481,0.547898238,0.855555614,4037.5666236 +460,0.523795955,0.280266966,481,0.547898238,0.855555614,2280.0505768 +461,-0.975769313,0.072177659,481,0.547898238,0.855555614,5883.8096223 +462,0.549774164,-0.463663986,481,0.547898238,0.855555614,5225.4330565 +463,0.29245874,1.095549818,481,0.547898238,0.855555614,1101.205793 +464,0.143625958,0.816809593,481,0.547898238,0.855555614,1079.9630873 +465,0.671902494,0.611159853,481,0.547898238,0.855555614,1033.4039318 +466,1.239840988,0.6724199,481,0.547898238,0.855555614,2079.858483 +467,0.607829703,-0.10932137,481,0.547898238,0.855555614,3827.5147667 +468,1.763020906,0.263996692,481,0.547898238,0.855555614,4516.1898078 +469,0.378714634,0.726066797,481,0.547898238,0.855555614,695.45044022 +470,2.196736143,-0.153862366,481,0.547898238,0.855555614,6883.4000653 +471,0.01702415,0.148991565,481,0.547898238,0.855555614,3306.5888024 +472,-2.998490902,-0.158002487,481,0.547898238,0.855555614,9372.1230728 +473,-3.051262951,-0.346595608,481,0.547898238,0.855555614,9960.3662689 +474,-1.069176439,0.182802941,481,0.547898238,0.855555614,5795.674367 +475,0.167157509,0.595344954,481,0.547898238,0.855555614,1518.0626374 +476,0.613855648,0.681746124,481,0.547898238,0.855555614,713.37377754 +477,1.037012736,0.682555367,481,0.547898238,0.855555614,1539.5977137 +478,-1.253574971,0.379755746,481,0.547898238,0.855555614,5663.1861715 +479,3.108590453,-0.132620738,481,0.547898238,0.855555614,8989.5657651 +480,0.565301296,0.022333262,481,0.547898238,0.855555614,3300.9250602 +481,0.547898238,0.855555614,481,0.547898238,0.855555614,0 +482,0.948309381,0.417393755,481,0.547898238,0.855555614,2135.8208788 +483,-0.050600732,0.945269213,481,0.547898238,0.855555614,1499.0801589 +484,-0.977651478,-0.572363064,481,0.547898238,0.855555614,7782.8502527 +485,1.102014914,0.728861163,481,0.547898238,0.855555614,1607.3782317 +486,2.927300795,-0.282939414,481,0.547898238,0.855555614,9110.2029187 +487,-1.154565557,0.124434095,481,0.547898238,0.855555614,6189.1860848 +488,1.855331234,0.291044755,481,0.547898238,0.855555614,4677.1914395 +489,0.830290659,0.276904518,481,0.547898238,0.855555614,2467.1346024 +490,0.485104466,-0.234867441,481,0.547898238,0.855555614,4324.7781268 +491,0.521367572,-0.33161327,481,0.547898238,0.855555614,4703.3080002 +1,-1.539031704,0.7349710123,482,0.948309381,0.417393755,7289.5800063 +2,-1.536990553,0.7349663874,482,0.948309381,0.417393755,7286.1290452 +3,-1.534951779,0.7349571355,482,0.948309381,0.417393755,7282.6886704 +4,-1.532906461,0.7349480293,482,0.948309381,0.417393755,7279.2282531 +5,-1.531320211,0.7346937278,482,0.948309381,0.417393755,7277.3347776 +6,-1.539451648,0.7335131775,482,0.948309381,0.417393755,7295.0084499 +7,-1.537429487,0.7335445708,482,0.948309381,0.417393755,7291.4694533 +8,-1.535484998,0.7335658704,482,0.948309381,0.417393755,7288.0875558 +9,-1.533488396,0.7336036027,482,0.948309381,0.417393755,7284.5561651 +10,-1.531497785,0.7335842962,482,0.948309381,0.417393755,7281.2110035 +11,-1.530259379,0.7334777758,482,0.948309381,0.417393755,7279.4298947 +12,-1.5335454,0.7322346912,482,0.948309381,0.417393755,7289.066165 +13,-1.531489083,0.7322238773,482,0.948309381,0.417393755,7285.5758648 +14,-1.530011122,0.7321679851,482,0.948309381,0.417393755,7283.2167348 +15,-1.53348106,0.7306614094,482,0.948309381,0.417393755,7294.0262542 +16,-1.531441779,0.7306962275,482,0.948309381,0.417393755,7290.4118776 +17,-1.529755654,0.7306933243,482,0.948309381,0.417393755,7287.5192464 +18,-1.533415048,0.7291384674,482,0.948309381,0.417393755,7298.8199712 +19,-1.531392093,0.7291705353,482,0.948309381,0.417393755,7295.2363383 +20,-1.529296523,0.7291214933,482,0.948309381,0.417393755,7291.7800611 +21,-1.535280942,0.727267644,482,0.948309381,0.417393755,7308.0562822 +22,-1.533378158,0.7276139666,482,0.948309381,0.417393755,7303.6675785 +23,-1.531340368,0.7276446587,482,0.948309381,0.417393755,7300.0567057 +24,-1.528960113,0.7276398177,482,0.948309381,0.417393755,7295.959489 +25,-1.533313146,0.7260818349,482,0.948309381,0.417393755,7308.4901737 +26,-1.531259555,0.7260958115,482,0.948309381,0.417393755,7304.899489 +27,-1.528926415,0.7260865555,482,0.948309381,0.417393755,7300.8906177 +28,-1.531226779,0.7245511789,482,0.948309381,0.417393755,7309.810505 +29,-1.528904772,0.7245519194,482,0.948309381,0.417393755,7305.7817459 +30,-1.547195875,0.7409785979,482,0.948309381,0.417393755,7283.8261624 +31,-1.5451475,0.740980426,482,0.948309381,0.417393755,7280.3992116 +32,-1.543097679,0.7409798872,482,0.948309381,0.417393755,7276.9690767 +33,-1.540720364,0.7409892687,482,0.948309381,0.417393755,7272.9479118 +34,-1.547188511,0.7395198392,482,0.948309381,0.417393755,7288.5579827 +35,-1.545148587,0.7395226109,482,0.948309381,0.417393755,7285.1364028 +36,-1.543104538,0.7395314908,482,0.948309381,0.417393755,7281.6797111 +37,-1.540727751,0.7395306258,482,0.948309381,0.417393755,7277.6860905 +38,-1.547187029,0.7380014886,482,0.948309381,0.417393755,7293.4926032 +39,-1.545147315,0.7380012252,482,0.948309381,0.417393755,7290.0753294 +40,-1.54310719,0.7380060743,482,0.948309381,0.417393755,7286.632379 +41,-1.540719671,0.7380068206,482,0.948309381,0.417393755,7282.6085222 +42,-1.547187189,0.7364799098,482,0.948309381,0.417393755,7298.4396346 +43,-1.545149996,0.7364853874,482,0.948309381,0.417393755,7295.0020464 +44,-1.543106091,0.7364823484,482,0.948309381,0.417393755,7291.5724223 +45,-1.540717158,0.7364893901,482,0.948309381,0.417393755,7287.5188324 +46,-1.538663972,0.7410138672,482,0.948309381,0.417393755,7269.4071627 +47,-1.53695285,0.7409699132,482,0.948309381,0.417393755,7266.6628721 +48,-1.534910498,0.7409641297,482,0.948309381,0.417393755,7263.2285985 +49,-1.533145034,0.7409536636,482,0.948309381,0.417393755,7260.2708131 +50,-1.538681336,0.7395405883,482,0.948309381,0.417393755,7274.203841 +51,-1.536999189,0.7395183096,482,0.948309381,0.417393755,7271.4337032 +52,-1.534923633,0.7395144222,482,0.948309381,0.417393755,7267.9315101 +53,-1.533267822,0.7395654306,482,0.948309381,0.417393755,7264.9568673 +54,-1.53867273,0.7380151077,482,0.948309381,0.417393755,7279.124808 +55,-1.536980576,0.7379994392,482,0.948309381,0.417393755,7276.3113931 +56,-1.534931522,0.7379944961,482,0.948309381,0.417393755,7272.8514898 +57,-1.533387952,0.7379480264,482,0.948309381,0.417393755,7270.3774021 +58,-1.538682279,0.7364914363,482,0.948309381,0.417393755,7284.0697841 +59,-1.536980704,0.7364810563,482,0.948309381,0.417393755,7281.2183729 +60,-1.534935567,0.7364752065,482,0.948309381,0.417393755,7277.7620873 +61,-1.533042592,0.7363876366,482,0.948309381,0.417393755,7274.8203037 +62,-1.545143426,0.7349628011,482,0.948309381,0.417393755,7299.934283 +63,-1.543105297,0.7349691947,482,0.948309381,0.417393755,7296.4778563 +64,-1.541064533,0.7349647152,482,0.948309381,0.417393755,7293.0438446 +65,-1.545411803,0.7334624714,482,0.948309381,0.417393755,7305.257028 +66,-1.543446606,0.7334780896,482,0.948309381,0.417393755,7301.8892151 +67,-1.541475327,0.7334957295,482,0.948309381,0.417393755,7298.4968617 +68,-1.545401939,0.731963266,482,0.948309381,0.417393755,7310.1068644 +69,-1.54342253,0.7319915583,482,0.948309381,0.417393755,7306.6682511 +70,-1.541455867,0.7320216438,482,0.948309381,0.417393755,7303.2377392 +71,-1.545410146,0.7304422281,482,0.948309381,0.417393755,7315.057242 +72,-1.543435491,0.7304713664,482,0.948309381,0.417393755,7311.6182482 +73,-1.541463105,0.7304997613,482,0.948309381,0.417393755,7308.1778362 +74,-1.545414768,0.7289194936,482,0.948309381,0.417393755,7320.0062418 +75,-1.543435774,0.7289538557,482,0.948309381,0.417393755,7316.5372422 +76,-1.541457714,0.7289765881,482,0.948309381,0.417393755,7313.0997939 +77,-1.539449415,0.7320555866,482,0.948309381,0.417393755,7299.7194981 +78,-1.537429183,0.7321097681,482,0.948309381,0.417393755,7296.1045289 +79,-1.535472649,0.7321497267,482,0.948309381,0.417393755,7292.6364963 +80,-1.539457899,0.7305333307,482,0.948309381,0.417393755,7304.6571256 +81,-1.537453161,0.7305750503,482,0.948309381,0.417393755,7301.1030328 +82,-1.535479385,0.7306124949,482,0.948309381,0.417393755,7297.6079513 +83,-1.53946905,0.7290102593,482,0.948309381,0.417393755,7309.6011316 +84,-1.537459922,0.7290417293,482,0.948309381,0.417393755,7306.066843 +85,-1.535451349,0.7290890157,482,0.948309381,0.417393755,7302.4745952 +86,-1.535522937,0.7279887191,482,0.948309381,0.417393755,7306.146408 +87,-1.539442524,0.7274735939,482,0.948309381,0.417393755,7314.5238781 +88,-1.537424111,0.727521351,482,0.948309381,0.417393755,7310.9150818 +89,-1.539384641,0.7259505092,482,0.948309381,0.417393755,7319.3479906 +90,-1.537372391,0.7259947145,482,0.948309381,0.417393755,7315.7551361 +91,-1.535340789,0.7260435356,482,0.948309381,0.417393755,7312.106267 +92,-1.539325716,0.7244369706,482,0.948309381,0.417393755,7324.1382492 +93,-1.537308932,0.7244801057,482,0.948309381,0.417393755,7320.5349993 +94,-1.535289068,0.7245247645,482,0.948309381,0.417393755,7316.9136394 +95,-1.533261366,0.7245550236,482,0.948309381,0.417393755,7313.3172164 +96,-1.539267302,0.722921924,482,0.948309381,0.417393755,7328.9330429 +97,-1.537248972,0.7229660258,482,0.948309381,0.417393755,7325.3179365 +98,-1.535219431,0.7229916471,482,0.948309381,0.417393755,7321.7351296 +99,-1.53318962,0.7230212049,482,0.948309381,0.417393755,7318.1310686 +100,-1.531154816,0.7230299897,482,0.948309381,0.417393755,7314.5770628 +101,-1.528878341,0.7230370244,482,0.948309381,0.417393755,7310.6001367 +102,-1.539218189,0.7214009878,482,0.948309381,0.417393755,7333.7616529 +103,-1.537198791,0.7214422745,482,0.948309381,0.417393755,7330.147718 +104,-1.535179266,0.7214634354,482,0.948309381,0.417393755,7326.5904738 +105,-1.533156501,0.7214944644,482,0.948309381,0.417393755,7322.9877766 +106,-1.53113574,0.7215166021,482,0.948309381,0.417393755,7319.409131 +107,-1.528874248,0.7215345535,482,0.948309381,0.417393755,7315.4165302 +108,-1.539217656,0.7198512397,482,0.948309381,0.417393755,7338.765909 +109,-1.537199919,0.7199428763,482,0.948309381,0.417393755,7334.9864529 +110,-1.545425832,0.727397149,482,0.948309381,0.417393755,7324.9640819 +111,-1.543371177,0.7273916949,482,0.948309381,0.417393755,7321.4896613 +112,-1.541368852,0.7274523163,482,0.948309381,0.417393755,7317.8820491 +113,-1.545349067,0.7258710923,482,0.948309381,0.417393755,7329.7838074 +114,-1.54332671,0.7258603556,482,0.948309381,0.417393755,7326.375246 +115,-1.541346831,0.7259242142,482,0.948309381,0.417393755,7322.7895039 +116,-1.545324355,0.7243383958,482,0.948309381,0.417393755,7334.7124107 +117,-1.543292796,0.7243617413,482,0.948309381,0.417393755,7331.1717145 +118,-1.541295822,0.7244024384,482,0.948309381,0.417393755,7327.625868 +119,-1.543193859,0.7205570215,482,0.948309381,0.417393755,7343.3223929 +120,-1.550257047,0.7386738187,482,0.948309381,0.417393755,7296.4314444 +121,-1.549335448,0.7311736483,482,0.948309381,0.417393755,7319.302954 +122,-1.533478843,0.7179891343,482,0.948309381,0.417393755,7334.8276861 +123,-1.556150555,0.738907041,482,0.948309381,0.417393755,7305.4537476 +124,-1.554324226,0.733414257,482,0.948309381,0.417393755,7320.3596999 +125,-1.554290846,0.7288285332,482,0.948309381,0.417393755,7335.2642414 +126,-1.55122487,0.7219795312,482,0.948309381,0.417393755,7352.4034469 +127,-1.525104458,0.7229399862,482,0.948309381,0.417393755,7304.3327506 +128,-1.519607711,0.7236181429,482,0.948309381,0.417393755,7292.5342842 +129,-1.513899999,0.7251107854,482,0.948309381,0.417393755,7277.7256242 +130,-1.536620762,0.7431061895,482,0.948309381,0.417393755,7259.1962524 +131,-1.5369566,0.7460845958,482,0.948309381,0.417393755,7250.1294746 +132,-1.545345528,0.7447040685,482,0.948309381,0.417393755,7268.6301082 +133,-1.532813921,0.7432306626,482,0.948309381,0.417393755,7252.3650143 +134,-1.554788248,0.7382381001,482,0.948309381,0.417393755,7305.3836242 +135,-1.540348126,0.7301594274,482,0.948309381,0.417393755,7307.3826867 +136,-1.538016084,0.7239051786,482,0.948309381,0.417393755,7323.6067654 +137,-1.525288962,0.7258085137,482,0.948309381,0.417393755,7295.4635788 +138,-1.534326986,0.731241342,482,0.948309381,0.417393755,7293.6068216 +139,-1.530733872,0.7303625216,482,0.948309381,0.417393755,7290.2677649 +141,-1.534354939,0.7328219978,482,0.948309381,0.417393755,7288.5576713 +142,-1.53157084,0.7292888153,482,0.948309381,0.417393755,7295.163535 +143,-1.525691035,0.7263799874,482,0.948309381,0.417393755,7294.331515 +144,-1.534031287,0.7495967835,482,0.948309381,0.417393755,7233.8666367 +145,-1.527714986,0.7283095957,482,0.948309381,0.417393755,7291.6533508 +146,-1.526189586,0.7271468292,482,0.948309381,0.417393755,7292.7391739 +147,-1.555177336,0.7375563366,482,0.948309381,0.417393755,7308.2554734 +148,-1.555080283,0.7312707794,482,0.948309381,0.417393755,7328.6170815 +149,-1.53856994,0.7224180299,482,0.948309381,0.417393755,7329.3612518 +150,-1.530837883,0.729933372,482,0.948309381,0.417393755,7291.8274455 +151,-1.515066984,0.5854133365,482,0.948309381,0.417393755,7720.272273 +152,-1.534731633,0.5368370046,482,0.948309381,0.417393755,7912.4818896 +153,-1.515231902,0.5607085576,482,0.948309381,0.417393755,7797.4244051 +154,-2.616253799,1.0684566605,482,0.948309381,0.417393755,6404.4153787 +155,-1.956071439,0.5792177723,482,0.948309381,0.417393755,8396.01424 +156,-1.951208514,0.5602434208,482,0.948309381,0.417393755,8464.5251209 +157,-1.944675062,0.6062144545,482,0.948309381,0.417393755,8283.0640941 +158,-1.613778386,0.6077989518,482,0.948309381,0.417393755,7836.4586373 +159,-2.035029014,0.6021432345,482,0.948309381,0.417393755,8361.835235 +160,-2.114989471,0.6801825058,482,0.948309381,0.417393755,8086.666404 +161,-2.037382079,0.5765830025,482,0.948309381,0.417393755,8462.9414465 +162,-2.129855121,0.6585019963,482,0.948309381,0.417393755,8175.6842927 +163,-2.075141798,0.6493615843,482,0.948309381,0.417393755,8195.5089511 +164,-1.828626729,0.6948433129,482,0.948309381,0.417393755,7836.7595295 +165,-1.863329418,0.6735427691,482,0.948309381,0.417393755,7952.3947289 +166,-1.266037071,0.727988852,482,0.948309381,0.417393755,6777.309898 +167,-1.277579582,0.7249010648,482,0.948309381,0.417393755,6810.7396406 +168,-1.258418684,0.7241194816,482,0.948309381,0.417393755,6770.8977706 +169,-1.317813974,0.6804850104,482,0.948309381,0.417393755,7020.0857533 +170,-1.344165204,0.6790988904,482,0.948309381,0.417393755,7081.5566129 +171,-1.427582102,0.5277120351,482,0.948309381,0.417393755,7702.8381181 +172,-1.402238616,0.457167829,482,0.948309381,0.417393755,7842.4270449 +173,-1.422454264,0.4996161999,482,0.948309381,0.417393755,7771.8274349 +174,-1.439089277,0.4894859811,482,0.948309381,0.417393755,7840.7988785 +175,-1.448126995,0.5182330266,482,0.948309381,0.417393755,7778.1565746 +176,-1.474626146,0.5881926574,482,0.948309381,0.417393755,7627.7355169 +177,-1.421139645,0.5584869783,482,0.948309381,0.417393755,7598.5503819 +178,-1.457037165,0.565943032,482,0.948309381,0.417393755,7656.8642919 +179,-2.757159358,0.3745319,482,0.948309381,0.417393755,8627.9922148 +180,-2.714309238,0.342054471,482,0.948309381,0.417393755,8825.3005095 +181,-2.000525337,0.774119946,482,0.948309381,0.417393755,7672.7748902 +183,-1.571413436,0.6777838382,482,0.948309381,0.417393755,7531.2977656 +184,-1.552860289,0.6987663893,482,0.948309381,0.417393755,7430.6572374 +185,-1.521852374,0.7165827476,482,0.948309381,0.417393755,7318.9571081 +186,-1.503656267,0.6928968252,482,0.948309381,0.417393755,7361.2054341 +187,-1.502753178,0.7136205882,482,0.948309381,0.417393755,7294.2185037 +188,-1.631894563,0.7343596465,482,0.948309381,0.417393755,7440.2041373 +189,-1.653765416,0.6770714026,482,0.948309381,0.417393755,7669.2451944 +190,-1.719812114,0.6715965947,482,0.948309381,0.417393755,7785.8633571 +191,-1.493406659,0.6646955447,482,0.948309381,0.417393755,7430.2179753 +192,-1.469120564,0.6613469966,482,0.948309381,0.417393755,7393.1638826 +193,-1.590551461,0.5326612937,482,0.948309381,0.417393755,8039.2320908 +194,-1.625979264,0.5247742243,482,0.948309381,0.417393755,8133.6033569 +195,-1.572293943,0.5238808754,482,0.948309381,0.417393755,8030.8698332 +196,-1.610848725,0.5477107964,482,0.948309381,0.417393755,8029.4578452 +197,-1.208485554,0.7918526018,482,0.948309381,0.417393755,6486.2184956 +198,-1.335601374,0.6869083083,482,0.948309381,0.417393755,7041.0669255 +199,-1.346156996,0.6825213377,482,0.948309381,0.417393755,7076.2060844 +200,-1.324381037,0.6741422347,482,0.948309381,0.417393755,7052.1432178 +201,-1.242424992,0.7378949807,482,0.948309381,0.417393755,6699.376793 +202,-1.270370057,0.7392461008,482,0.948309381,0.417393755,6756.5713555 +203,-1.448950472,0.7441675014,482,0.948309381,0.417393755,7100.7735111 +204,-1.492662363,0.7523026852,482,0.948309381,0.417393755,7154.259748 +205,-1.479098966,0.7763855017,482,0.948309381,0.417393755,7054.9865029 +206,-1.633760714,0.7869022408,482,0.948309381,0.417393755,7263.4608027 +207,-1.647406434,0.8101289331,482,0.948309381,0.417393755,7202.2818222 +208,-1.564245052,0.5701509278,482,0.948309381,0.417393755,7866.8416596 +209,-1.646289963,0.6833746083,482,0.948309381,0.417393755,7636.0695101 +210,-1.5820631,0.6751952144,482,0.948309381,0.417393755,7558.1997246 +211,-1.613236298,0.6681681791,482,0.948309381,0.417393755,7634.2388633 +212,-1.914661867,0.8212566515,482,0.948309381,0.417393755,7437.3435543 +213,-1.742133237,0.7250275956,482,0.948309381,0.417393755,7625.307329 +214,-2.033144872,0.6557314699,482,0.948309381,0.417393755,8151.5279798 +215,-2.039551981,0.6964723658,482,0.948309381,0.417393755,7995.4037433 +216,-1.247341019,0.7622473908,482,0.948309381,0.417393755,6645.9606047 +217,-1.298239787,0.7084123392,482,0.948309381,0.417393755,6900.4314389 +218,-1.308539688,0.6926545592,482,0.948309381,0.417393755,6966.1386902 +219,-1.303263185,0.6888938396,482,0.948309381,0.417393755,6964.8296368 +220,-1.852400229,0.6004246149,482,0.948309381,0.417393755,8213.2552819 +221,-1.288947707,0.7473773692,482,0.948309381,0.417393755,6774.1623937 +222,-1.372031502,0.7472790993,482,0.948309381,0.417393755,6944.2306482 +223,-1.289805721,0.7242157877,482,0.948309381,0.417393755,6839.0639735 +224,-1.350807603,0.7533498126,482,0.948309381,0.417393755,6884.5439564 +225,-1.329290365,0.7560442322,482,0.948309381,0.417393755,6833.578264 +226,-1.410153004,0.616936428,482,0.948309381,0.417393755,7403.5344283 +227,-1.393445434,0.6308995063,482,0.948309381,0.417393755,7326.4641336 +228,-1.37595573,0.6241540638,482,0.948309381,0.417393755,7307.3286803 +229,-1.358388707,0.6172645205,482,0.948309381,0.417393755,7287.3835361 +230,-1.753741133,0.8281661666,482,0.948309381,0.417393755,7266.9280019 +231,-1.47430987,0.6834615681,482,0.948309381,0.417393755,7335.2573627 +232,-1.421012508,0.7222725206,482,0.948309381,0.417393755,7114.0572641 +233,-1.4476833,0.6978557868,482,0.948309381,0.417393755,7239.6268463 +234,-1.470370723,0.6966193374,482,0.948309381,0.417393755,7287.1111981 +235,-1.429211703,0.7037216883,482,0.948309381,0.417393755,7185.7483569 +236,-1.700578405,0.6178673663,482,0.948309381,0.417393755,7946.1032901 +237,-1.678117619,0.6331716163,482,0.948309381,0.417393755,7858.1387834 +238,-1.725644578,0.6316331145,482,0.948309381,0.417393755,7935.3262661 +239,-2.14012759,0.7930497945,482,0.948309381,0.417393755,7645.4473925 +240,-2.103289431,0.7653606263,482,0.948309381,0.417393755,7747.5496854 +241,-1.318739838,0.7017808746,482,0.948309381,0.417393755,6963.1436093 +242,-1.396417427,0.7077900843,482,0.948309381,0.417393755,7108.2937892 +243,-1.35650337,0.7185539404,482,0.948309381,0.417393755,6995.6290856 +244,-1.248884539,0.7274156818,482,0.948309381,0.417393755,6741.1468701 +245,-1.395014798,0.5761185243,482,0.948309381,0.417393755,7487.9145517 +246,-1.433377362,0.6064716109,482,0.948309381,0.417393755,7484.723294 +247,-1.408172432,0.5903155476,482,0.948309381,0.417393755,7476.7290863 +248,-1.749645898,0.7757118084,482,0.948309381,0.417393755,7452.0773281 +249,-1.571626686,0.615046989,482,0.948309381,0.417393755,7736.1569255 +250,-1.514070049,0.6303003037,482,0.948309381,0.417393755,7577.8546503 +251,-1.480890369,0.6237966528,482,0.948309381,0.417393755,7531.9843372 +252,-1.704390658,0.5281680612,482,0.948309381,0.417393755,8263.0051407 +253,-1.64434733,0.5254277498,482,0.948309381,0.417393755,8165.9188678 +254,-1.703855997,0.4792484842,482,0.948309381,0.417393755,8429.9094965 +255,-1.692002383,0.5748825051,482,0.948309381,0.417393755,8081.4096446 +256,-1.854136457,0.5544643913,482,0.948309381,0.417393755,8385.6640101 +257,-1.665021206,0.520317736,482,0.948309381,0.417393755,8220.896403 +258,-1.733654349,0.4845187345,482,0.948309381,0.417393755,8463.3698067 +259,-1.720938188,0.5135933906,482,0.948309381,0.417393755,8341.1486665 +260,-1.742668307,0.553296122,482,0.948309381,0.417393755,8237.1213906 +261,-1.965659039,0.7142126903,482,0.948309381,0.417393755,7883.9327681 +262,-1.944438071,0.6772834804,482,0.948309381,0.417393755,8010.6444745 +263,-1.270340967,0.7681487096,482,0.948309381,0.417393755,6678.8422139 +264,-1.353091884,0.6549276821,482,0.948309381,0.417393755,7169.2609561 +265,-1.333236659,0.6413584414,482,0.948309381,0.417393755,7162.9629214 +266,-1.352015998,0.6753788907,482,0.948309381,0.417393755,7109.0514573 +267,-1.377988483,0.6577816235,482,0.948309381,0.417393755,7215.3317216 +268,-2.13075611,0.8318642051,482,0.948309381,0.417393755,7490.5156721 +269,-2.097910953,0.8259670014,482,0.948309381,0.417393755,7507.1224003 +270,-1.416382069,0.6694271549,482,0.948309381,0.417393755,7262.2316029 +271,-1.538905672,0.7535625993,482,0.948309381,0.417393755,7229.1713196 +272,-1.572309477,0.7803125099,482,0.948309381,0.417393755,7195.0278759 +273,-1.87759879,0.7503853417,482,0.948309381,0.417393755,7677.0445218 +274,1.152365588,0.590457682,482,0.948309381,0.417393755,983.91487068 +275,0.350198001,0.718001859,482,0.948309381,0.417393755,2303.3233297 +276,0.046513677,0.491503852,482,0.948309381,0.417393755,3199.2983046 +277,0.027510309,0.742571376,482,0.948309381,0.417393755,3250.883969 +278,0.306285725,-0.214631579,482,0.948309381,0.417393755,3527.4460499 +279,-1.100564889,0.318051531,482,0.948309381,0.417393755,7316.000871 +280,-1.078582306,0.301437596,482,0.948309381,0.417393755,7280.6827183 +281,-1.137371989,-0.617634065,482,0.948309381,0.417393755,8779.5067259 +282,0.784356344,0.703272339,482,0.948309381,0.417393755,1257.0446653 +283,-1.221209947,0.218327455,482,0.948309381,0.417393755,7917.740897 +284,2.347301921,-0.449114658,482,0.948309381,0.417393755,6361.4530332 +285,0.246820618,0.830553713,482,0.948309381,0.417393755,2739.125739 +286,0.829414965,0.703288228,482,0.948309381,0.417393755,1199.6265608 +287,-1.337537566,0.42332223,482,0.948309381,0.417393755,7765.6232165 +288,0.882453706,0.454478077,482,0.948309381,0.417393755,278.34360416 +289,1.575629659,0.416419109,482,0.948309381,0.417393755,2265.6737487 +290,-1.039455679,0.229888244,482,0.948309381,0.417393755,7297.0554507 +291,0.489558039,0.934482747,482,0.948309381,0.417393755,2461.1460385 +292,0.081344504,0.88384514,482,0.948309381,0.417393755,3213.289617 +293,-1.547979814,0.300350308,482,0.948309381,0.417393755,8661.5408111 +294,0.040776181,0.168560074,482,0.948309381,0.417393755,3558.553511 +295,-1.130374745,0.563894876,482,0.948309381,0.417393755,6854.737939 +296,1.578326642,0.478507176,482,0.948309381,0.417393755,2254.5149934 +297,-1.12861823,-0.291640865,482,0.948309381,0.417393755,8486.2238967 +298,0.310524208,0.770885792,482,0.948309381,0.417393755,2487.0831646 +299,0.415649091,-0.387246002,482,0.948309381,0.417393755,3790.0623265 +300,-0.926533878,-0.188022748,482,0.948309381,0.417393755,7615.5816528 +301,1.258856172,-0.11716081,482,0.948309381,0.417393755,2433.9879367 +302,-1.126050026,0.322941926,482,0.948309381,0.417393755,7385.9832942 +303,2.002785835,0.07893892,482,0.948309381,0.417393755,4230.4219886 +304,0.440437607,0.746258085,482,0.948309381,0.417393755,2108.0508464 +305,-0.030391866,0.214441206,482,0.948309381,0.417393755,3747.9138281 +306,0.521557815,-0.058929362,482,0.948309381,0.417393755,2503.3771819 +307,-0.097005111,0.13317729,482,0.948309381,0.417393755,4109.735981 +308,1.83113859,0.221857587,482,0.948309381,0.417393755,3390.7981943 +309,0.222428864,0.099404236,482,0.948309381,0.417393755,3034.8622475 +310,-1.702731345,0.8728568183,482,0.948309381,0.417393755,7050.2587298 +311,-0.418507569,0.278324921,482,0.948309381,0.417393755,5058.8630472 +312,-1.41153306,0.339029988,482,0.948309381,0.417393755,8191.519853 +313,0.357560442,0.114788776,482,0.948309381,0.417393755,2544.5704673 +314,0.325818979,0.268352149,482,0.948309381,0.417393755,2388.8669606 +315,-1.246004659,-0.663679965,482,0.948309381,0.417393755,9131.1169112 +316,1.814603087,0.637404484,482,0.948309381,0.417393755,3054.891917 +317,1.843704281,-0.18300445,482,0.948309381,0.417393755,4201.6259135 +318,1.690644492,-0.211480909,482,0.948309381,0.417393755,3802.5178655 +319,-1.275451936,0.068109467,482,0.948309381,0.417393755,8418.2558033 +320,0.762430171,-0.207594741,482,0.948309381,0.417393755,2578.0701223 +321,0.265668905,-0.014647884,482,0.948309381,0.417393755,3132.3248326 +322,-2.773032013,-0.335515811,482,0.948309381,0.417393755,10288.772773 +323,-1.469512853,0.174058777,482,0.948309381,0.417393755,8792.8135828 +324,0.286276986,0.785925691,482,0.948309381,0.417393755,2572.7527388 +325,-1.379324697,0.377432233,482,0.948309381,0.417393755,8000.5764876 +326,-1.203778265,0.212813032,482,0.948309381,0.417393755,7873.6555699 +327,0.579916301,0.611743168,482,0.948309381,0.417393755,1480.4363732 +328,0.267582642,0.868113908,482,0.948309381,0.417393755,2750.3992263 +329,0.412869244,-0.050245578,482,0.948309381,0.417393755,2772.6154368 +330,0.17524381,0.976660285,482,0.948309381,0.417393755,3138.3762367 +331,0.743157214,0.204812899,482,0.948309381,0.417393755,1142.0676006 +332,-1.070758176,0.269382282,482,0.948309381,0.417393755,7321.4005593 +333,-1.230364251,0.329790229,482,0.948309381,0.417393755,7692.0133621 +334,-1.374813124,-0.024926835,482,0.948309381,0.417393755,8944.988535 +335,0.519780566,0.463669906,482,0.948309381,0.417393755,1543.8658255 +336,-1.55108034,0.239698561,482,0.948309381,0.417393755,8844.9327767 +337,0.180294813,0.029739425,482,0.948309381,0.417393755,3317.44383 +338,0.67820924,0.268170153,482,0.948309381,0.417393755,1166.7760526 +339,0.445798684,1.024001867,482,0.948309381,0.417393755,2785.0716084 +340,0.691751283,0.150521402,482,0.948309381,0.417393755,1435.8109313 +341,-1.036643551,-0.903056181,482,0.948309381,0.417393755,8510.2145631 +342,-0.120287036,1.083325163,482,0.948309381,0.417393755,3847.1220088 +343,2.823513113,-0.304487164,482,0.948309381,0.417393755,7778.4477543 +344,0.457583172,1.12513373,482,0.948309381,0.417393755,3075.9366739 +345,0.042918831,0.813795399,482,0.948309381,0.417393755,3247.8552823 +346,1.196146777,-0.853142756,482,0.948309381,0.417393755,5108.5391028 +347,0.206001358,-0.010430701,482,0.948309381,0.417393755,3317.0271839 +348,-0.268308653,0.234799412,482,0.948309381,0.417393755,4580.4197177 +349,0.759363263,0.736189579,482,0.948309381,0.417393755,1407.1698319 +350,0.181363926,0.891988372,482,0.948309381,0.417393755,2987.5693336 +351,-0.021111158,0.139103292,482,0.948309381,0.417393755,3827.1821659 +352,-0.093355215,0.630686981,482,0.948309381,0.417393755,3614.6253769 +353,0.40118964,0.681375926,482,0.948309381,0.417393755,2107.8814749 +354,-0.721197315,1.304706234,482,0.948309381,0.417393755,4731.6526039 +355,-1.076150317,0.212107639,482,0.948309381,0.417393755,7455.0677629 +356,-1.577164531,0.273993443,482,0.948309381,0.417393755,8813.3143644 +357,-0.190788414,0.182208586,482,0.948309381,0.417393755,4374.7680398 +358,-0.261349752,0.209710184,482,0.948309381,0.417393755,4590.5336024 +359,-1.029303852,0.083549259,482,0.948309381,0.417393755,7539.8746194 +360,-1.268609162,0.330525297,482,0.948309381,0.417393755,7804.7405703 +361,1.282982244,-0.926641967,482,0.948309381,0.417393755,5447.115351 +362,0.217352334,0.731352408,482,0.948309381,0.417393755,2695.1531061 +363,-1.511833084,0.258629297,482,0.948309381,0.417393755,8685.8116773 +364,0.338812194,0.823184618,482,0.948309381,0.417393755,2503.1540969 +365,-0.324406489,1.134201999,482,0.948309381,0.417393755,4234.8624739 +366,1.389579348,0.399185724,482,0.948309381,0.417393755,1603.7001688 +367,2.047152199,-0.039082036,482,0.948309381,0.417393755,4594.3244141 +368,0.947780369,0.568250077,482,0.948309381,0.417393755,597.54473298 +369,0.763824846,0.576754987,482,0.948309381,0.417393755,899.4993891 +370,-0.142334657,0.928153068,482,0.948309381,0.417393755,3782.9087525 +371,0.610266567,0.547265983,482,0.948309381,0.417393755,1290.44767 +372,0.210731629,0.746815056,482,0.948309381,0.417393755,2729.1757459 +373,-1.34931644,0.316895224,482,0.948309381,0.417393755,8074.707898 +374,2.407696481,0.655030745,482,0.948309381,0.417393755,4900.1047999 +375,0.64207831,0.545359131,482,0.948309381,0.417393755,1186.5962528 +376,1.174597538,0.840588356,482,0.948309381,0.417393755,1820.418664 +377,0.660059424,0.010604079,482,0.948309381,0.417393755,1954.7331271 +378,-0.730263819,0.010486456,482,0.948309381,0.417393755,6595.1156096 +379,0.831068936,0.512339172,482,0.948309381,0.417393755,559.89625155 +380,1.301180979,0.72367476,482,0.948309381,0.417393755,1681.37468 +381,1.811128231,0.322854402,482,0.948309381,0.417393755,3192.6644268 +382,0.435105812,0.992284428,482,0.948309381,0.417393755,2710.5179257 +383,0.62643634,0.592027932,482,0.948309381,0.417393755,1309.6810028 +384,0.492988703,-0.516339467,482,0.948309381,0.417393755,4084.3261462 +385,-0.162469483,0.112549365,482,0.948309381,0.417393755,4378.3434187 +386,0.314630866,0.472006421,482,0.948309381,0.417393755,2268.4904171 +387,0.166744804,0.822815954,482,0.948309381,0.417393755,2930.9149934 +388,0.417159608,0.965805736,482,0.948309381,0.417393755,2667.2419457 +389,0.106334961,0.868774244,482,0.948309381,0.417393755,3135.7234775 +390,0.815086969,-0.338144359,482,0.948309381,0.417393755,3036.5725943 +391,0.59867455,-0.230624824,482,0.948309381,0.417393755,2901.8300987 +392,1.915104874,0.066220985,482,0.948309381,0.417393755,3939.4678492 +393,1.278093622,0.064463721,482,0.948309381,0.417393755,1882.2356728 +394,-0.061477853,0.302997961,482,0.948309381,0.417393755,3745.9588671 +395,0.251311504,0.626976942,482,0.948309381,0.417393755,2512.615463 +396,2.950242872,0.149095644,482,0.948309381,0.417393755,7501.9904408 +397,-0.180294708,0.35375117,482,0.948309381,0.417393755,4114.0508494 +398,1.010448592,-0.351180233,482,0.948309381,0.417393755,3053.7501397 +399,-1.748740498,0.3686318073,482,0.948309381,0.417393755,8889.9501307 +400,2.699635665,0.123533791,482,0.948309381,0.417393755,6670.2147858 +401,0.496808033,0.823843254,482,0.948309381,0.417393755,2149.8144506 +402,0.129574704,0.763364087,482,0.948309381,0.417393755,2972.0259122 +403,1.798920311,0.817447563,482,0.948309381,0.417393755,3105.2737196 +404,0.335987953,0.746786541,482,0.948309381,0.417393755,2383.4891018 +405,-1.085413643,0.292154671,482,0.948309381,0.417393755,7322.0226266 +406,-0.155321003,0.508207011,482,0.948309381,0.417393755,3882.2422017 +407,0.620529244,-0.301175104,482,0.948309381,0.417393755,3115.649762 +408,1.684402744,0.368716966,482,0.948309381,0.417393755,2690.4930484 +409,0.300582244,-0.386397212,482,0.948309381,0.417393755,4044.3417931 +410,2.913555946,-0.009225192,482,0.948309381,0.417393755,7659.5651444 +411,1.465101417,0.493232532,482,0.948309381,0.417393755,1858.1096382 +412,0.090612882,0.907955955,482,0.948309381,0.417393755,3219.1327381 +413,2.987564726,-0.729568594,482,0.948309381,0.417393755,8662.4751768 +414,-1.484261606,0.224149272,482,0.948309381,0.417393755,8703.7896515 +415,0.164073421,0.303955133,482,0.948309381,0.417393755,2929.1059093 +416,0.141441293,0.167552546,482,0.948309381,0.417393755,3199.5122096 +417,2.931321023,-0.506718887,482,0.948309381,0.417393755,8373.909029 +418,2.21951565,0.700596356,482,0.948309381,0.417393755,4294.6886761 +419,0.268112576,1.199114336,482,0.948309381,0.417393755,3492.5430846 +420,0.978913739,0.359223811,482,0.948309381,0.417393755,256.26627121 +421,1.210898818,0.522863584,482,0.948309381,0.417393755,1015.8397469 +422,2.347397336,0.129231362,482,0.948309381,0.417393755,5395.4739939 +423,0.614394501,0.556878345,482,0.948309381,0.417393755,1290.122313 +424,-1.398079356,0.148483366,482,0.948309381,0.417393755,8638.8595847 +425,2.535303836,-0.112984496,482,0.948309381,0.417393755,6461.3803719 +426,-1.019372593,-0.405322349,482,0.948309381,0.417393755,8225.7192173 +427,-1.297785627,-0.160104069,482,0.948309381,0.417393755,8915.3352407 +428,2.144554488,0.205051084,482,0.948309381,0.417393755,4548.6641298 +429,-2.242387083,-0.426171285,482,0.948309381,0.417393755,12263.024135 +430,0.338637212,0.909723676,482,0.948309381,0.417393755,2677.4185126 +431,-0.148798452,0.691042401,482,0.948309381,0.417393755,3772.5778117 +432,0.893524764,0.441829531,482,0.948309381,0.417393755,219.73579098 +433,0.969229347,-0.368847936,482,0.948309381,0.417393755,3115.3474612 +434,0.436043248,0.800045688,482,0.948309381,0.417393755,2228.0411965 +435,1.687946607,1.081504775,482,0.948309381,0.417393755,3285.8730936 +436,0.522302046,-0.034889271,482,0.948309381,0.417393755,2428.9755779 +437,-0.178996113,-0.438090009,482,0.948309381,0.417393755,5491.9571928 +438,-1.094339566,0.301444068,482,0.948309381,0.417393755,7331.2760059 +439,-1.064070054,0.242569932,482,0.948309381,0.417393755,7353.7582405 +440,-1.068153768,0.230387998,482,0.948309381,0.417393755,7391.7875306 +441,-3.00496892,-0.23989155,482,0.948309381,0.417393755,9335.0140148 +442,0.21751974,0.766874888,482,0.948309381,0.417393755,2731.7483424 +443,0.117229532,0.007619006,482,0.948309381,0.417393755,3576.6751379 +444,0.777758451,0.420554741,482,0.948309381,0.417393755,617.12404098 +445,-0.252356999,0.250747086,482,0.948309381,0.417393755,4501.0066687 +446,0.363148444,0.768483434,482,0.948309381,0.417393755,2346.1716344 +447,0.903191366,-0.118210676,482,0.948309381,0.417393755,2128.6879228 +448,-0.205755923,0.149406178,482,0.948309381,0.417393755,4477.7598908 +449,1.811996086,0.02364353,482,0.948309381,0.417393755,3656.729461 +450,-1.100670221,0.314845373,482,0.948309381,0.417393755,7323.1502662 +451,0.340078597,0.850105132,482,0.948309381,0.417393755,2551.2483181 +452,0.258757267,0.804969236,482,0.948309381,0.417393755,2671.4108003 +453,2.78505352,-0.155160804,482,0.948309381,0.417393755,7428.8976293 +454,0.800551619,0.105822106,482,0.948309381,0.417393755,1356.2909842 +455,0.437940882,-0.506194031,482,0.948309381,0.417393755,4143.0272852 +456,2.230431122,0.63458615,482,0.948309381,0.417393755,4373.4934231 +457,0.527965361,0.127667701,482,0.948309381,0.417393755,1965.4991694 +458,-0.063643205,0.702093448,482,0.948309381,0.417393755,3512.8172922 +459,1.408447268,0.133010502,482,0.948309381,0.417393755,2077.3797378 +460,0.523795955,0.280266966,482,0.948309381,0.417393755,1667.9920977 +461,-0.975769313,0.072177659,482,0.948309381,0.417393755,7371.7173836 +462,0.549774164,-0.463663986,482,0.948309381,0.417393755,3808.6586485 +463,0.29245874,1.095549818,482,0.948309381,0.417393755,3194.975767 +464,0.143625958,0.816809593,482,0.948309381,0.417393755,2984.1076968 +465,0.671902494,0.611159853,482,0.948309381,0.417393755,1220.9507442 +466,1.239840988,0.6724199,482,0.948309381,0.417393755,1408.0437422 +467,0.607829703,-0.10932137,482,0.948309381,0.417393755,2466.5654609 +468,1.763020906,0.263996692,482,0.948309381,0.417393755,3087.8038637 +469,0.378714634,0.726066797,482,0.948309381,0.417393755,2236.3142924 +470,2.196736143,-0.153862366,482,0.948309381,0.417393755,5326.7923186 +471,0.01702415,0.148991565,482,0.948309381,0.417393755,3674.5138312 +472,-2.998490902,-0.158002487,482,0.948309381,0.417393755,9234.7022745 +473,-3.051262951,-0.346595608,482,0.948309381,0.417393755,9293.1622362 +474,-1.069176439,0.182802941,482,0.948309381,0.417393755,7489.6825885 +475,0.167157509,0.595344954,482,0.948309381,0.417393755,2773.0029325 +476,0.613855648,0.681746124,482,0.948309381,0.417393755,1534.1072421 +477,1.037012736,0.682555367,482,0.948309381,0.417393755,1091.6628644 +478,-1.253574971,0.379755746,482,0.948309381,0.417393755,7641.0985576 +479,3.108590453,-0.132620738,482,0.948309381,0.417393755,8563.6149495 +480,0.565301296,0.022333262,482,0.948309381,0.417393755,2146.2770004 +481,0.547898238,0.855555614,482,0.948309381,0.417393755,2135.8208788 +482,0.948309381,0.417393755,482,0.948309381,0.417393755,0 +483,-0.050600732,0.945269213,482,0.948309381,0.417393755,3581.5404737 +484,-0.977651478,-0.572363064,482,0.948309381,0.417393755,8235.7298842 +485,1.102014914,0.728861163,482,0.948309381,0.417393755,1333.7202242 +486,2.927300795,-0.282939414,482,0.948309381,0.417393755,8122.4918399 +487,-1.154565557,0.124434095,482,0.948309381,0.417393755,7894.7100725 +488,1.855331234,0.291044755,482,0.948309381,0.417393755,3388.6366222 +489,0.830290659,0.276904518,482,0.948309381,0.417393755,708.82593315 +490,0.485104466,-0.234867441,482,0.948309381,0.417393755,3144.8596763 +491,0.521367572,-0.33161327,482,0.948309381,0.417393755,3394.2068997 +1,-1.539031704,0.7349710123,483,-0.050600732,0.945269213,3774.3780273 +2,-1.536990553,0.7349663874,483,-0.050600732,0.945269213,3770.095529 +3,-1.534951779,0.7349571355,483,-0.050600732,0.945269213,3765.8282239 +4,-1.532906461,0.7349480293,483,-0.050600732,0.945269213,3761.5441285 +5,-1.531320211,0.7346937278,483,-0.050600732,0.945269213,3758.9019595 +6,-1.539451648,0.7335131775,483,-0.050600732,0.945269213,3779.2951081 +7,-1.537429487,0.7335445708,483,-0.050600732,0.945269213,3774.9509664 +8,-1.535484998,0.7335658704,483,-0.050600732,0.945269213,3770.795975 +9,-1.533488396,0.7336036027,483,-0.050600732,0.945269213,3766.4834511 +10,-1.531497785,0.7335842962,483,-0.050600732,0.945269213,3762.3387318 +11,-1.530259379,0.7334777758,483,-0.050600732,0.945269213,3760.0198004 +12,-1.5335454,0.7322346912,483,-0.050600732,0.945269213,3770.3870085 +13,-1.531489083,0.7322238773,483,-0.050600732,0.945269213,3766.0779347 +14,-1.530011122,0.7321679851,483,-0.050600732,0.945269213,3763.1120992 +15,-1.53348106,0.7306614094,483,-0.050600732,0.945269213,3774.6027597 +16,-1.531441779,0.7306962275,483,-0.050600732,0.945269213,3770.2006916 +17,-1.529755654,0.7306933243,483,-0.050600732,0.945269213,3766.6467185 +18,-1.533415048,0.7291384674,483,-0.050600732,0.945269213,3778.6789751 +19,-1.531392093,0.7291705353,483,-0.050600732,0.945269213,3774.3162514 +20,-1.529296523,0.7291214933,483,-0.050600732,0.945269213,3770.0219097 +21,-1.535280942,0.727267644,483,-0.050600732,0.945269213,3787.8048885 +22,-1.533378158,0.7276139666,483,-0.050600732,0.945269213,3782.8242153 +23,-1.531340368,0.7276446587,483,-0.050600732,0.945269213,3778.4312359 +24,-1.528960113,0.7276398177,483,-0.050600732,0.945269213,3773.4095257 +25,-1.533313146,0.7260818349,483,-0.050600732,0.945269213,3786.9343819 +26,-1.531259555,0.7260958115,483,-0.050600732,0.945269213,3782.551546 +27,-1.528926415,0.7260865555,483,-0.050600732,0.945269213,3777.6386529 +28,-1.531226779,0.7245511789,483,-0.050600732,0.945269213,3786.7650965 +29,-1.528904772,0.7245519194,483,-0.050600732,0.945269213,3781.8450681 +30,-1.547195875,0.7409785979,483,-0.050600732,0.945269213,3774.901965 +31,-1.5451475,0.740980426,483,-0.050600732,0.945269213,3770.607544 +32,-1.543097679,0.7409798872,483,-0.050600732,0.945269213,3766.3139937 +33,-1.540720364,0.7409892687,483,-0.050600732,0.945269213,3761.3035713 +34,-1.547188511,0.7395198392,483,-0.050600732,0.945269213,3778.9199505 +35,-1.545148587,0.7395226109,483,-0.050600732,0.945269213,3774.6380061 +36,-1.543104538,0.7395314908,483,-0.050600732,0.945269213,3770.3279357 +37,-1.540727751,0.7395306258,483,-0.050600732,0.945269213,3765.3438926 +38,-1.547187029,0.7380014886,483,-0.050600732,0.945269213,3783.1182677 +39,-1.545147315,0.7380012252,483,-0.050600732,0.945269213,3778.8424544 +40,-1.54310719,0.7380060743,483,-0.050600732,0.945269213,3774.5490344 +41,-1.540719671,0.7380068206,483,-0.050600732,0.945269213,3769.5348581 +42,-1.547187189,0.7364799098,483,-0.050600732,0.945269213,3787.332271 +43,-1.545149996,0.7364853874,483,-0.050600732,0.945269213,3783.0431626 +44,-1.543106091,0.7364823484,483,-0.050600732,0.945269213,3778.7609441 +45,-1.540717158,0.7364893901,483,-0.050600732,0.945269213,3773.7232415 +46,-1.538663972,0.7410138672,483,-0.050600732,0.945269213,3756.9212729 +47,-1.53695285,0.7409699132,483,-0.050600732,0.945269213,3753.4503004 +48,-1.534910498,0.7409641297,483,-0.050600732,0.945269213,3749.1763659 +49,-1.533145034,0.7409536636,483,-0.050600732,0.945269213,3745.4947997 +50,-1.538681336,0.7395405883,483,-0.050600732,0.945269213,3761.0202616 +51,-1.536999189,0.7395183096,483,-0.050600732,0.945269213,3757.5483274 +52,-1.534923633,0.7395144222,483,-0.050600732,0.945269213,3753.196857 +53,-1.533267822,0.7395654306,483,-0.050600732,0.945269213,3749.5744589 +54,-1.53867273,0.7380151077,483,-0.050600732,0.945269213,3765.2120096 +55,-1.536980576,0.7379994392,483,-0.050600732,0.945269213,3761.6986142 +56,-1.534931522,0.7379944961,483,-0.050600732,0.945269213,3757.4030632 +57,-1.533387952,0.7379480264,483,-0.050600732,0.945269213,3754.2832801 +58,-1.538682279,0.7364914363,483,-0.050600732,0.945269213,3769.4402947 +59,-1.536980704,0.7364810563,483,-0.050600732,0.945269213,3765.8902963 +60,-1.534935567,0.7364752065,483,-0.050600732,0.945269213,3761.6028253 +61,-1.533042592,0.7363876366,483,-0.050600732,0.945269213,3757.8586313 +62,-1.545143426,0.7349628011,483,-0.050600732,0.945269213,3787.2464442 +63,-1.543105297,0.7349691947,483,-0.050600732,0.945269213,3782.9475583 +64,-1.541064533,0.7349647152,483,-0.050600732,0.945269213,3778.6706501 +65,-1.545411803,0.7334624714,483,-0.050600732,0.945269213,3791.9689987 +66,-1.543446606,0.7334780896,483,-0.050600732,0.945269213,3787.7955689 +67,-1.541475327,0.7334957295,483,-0.050600732,0.945269213,3783.6013948 +68,-1.545401939,0.731963266,483,-0.050600732,0.945269213,3796.1073525 +69,-1.54342253,0.7319915583,483,-0.050600732,0.945269213,3791.8663108 +70,-1.541455867,0.7320216438,483,-0.050600732,0.945269213,3787.644783 +71,-1.545410146,0.7304422281,483,-0.050600732,0.945269213,3800.347517 +72,-1.543435491,0.7304713664,483,-0.050600732,0.945269213,3796.1115179 +73,-1.541463105,0.7304997613,483,-0.050600732,0.945269213,3791.8800362 +74,-1.545414768,0.7289194936,483,-0.050600732,0.945269213,3804.5881354 +75,-1.543435774,0.7289538557,483,-0.050600732,0.945269213,3800.3258815 +76,-1.541457714,0.7289765881,483,-0.050600732,0.945269213,3796.0955674 +77,-1.539449415,0.7320555866,483,-0.050600732,0.945269213,3783.326481 +78,-1.537429183,0.7321097681,483,-0.050600732,0.945269213,3778.9207408 +79,-1.535472649,0.7321497267,483,-0.050600732,0.945269213,3774.6863148 +80,-1.539457899,0.7305333307,483,-0.050600732,0.945269213,3787.5627348 +81,-1.537453161,0.7305750503,483,-0.050600732,0.945269213,3783.2214706 +82,-1.535479385,0.7306124949,483,-0.050600732,0.945269213,3778.955027 +83,-1.53946905,0.7290102593,483,-0.050600732,0.945269213,3791.8102003 +84,-1.537459922,0.7290417293,483,-0.050600732,0.945269213,3787.4854373 +85,-1.535451349,0.7290890157,483,-0.050600732,0.945269213,3783.1156445 +86,-1.535522937,0.7279887191,483,-0.050600732,0.945269213,3786.3165128 +87,-1.539442524,0.7274735939,483,-0.050600732,0.945269213,3796.0192446 +88,-1.537424111,0.727521351,483,-0.050600732,0.945269213,3791.6269912 +89,-1.539384641,0.7259505092,483,-0.050600732,0.945269213,3800.1276282 +90,-1.537372391,0.7259947145,483,-0.050600732,0.945269213,3795.755509 +91,-1.535340789,0.7260435356,483,-0.050600732,0.945269213,3791.3273464 +92,-1.539325716,0.7244369706,483,-0.050600732,0.945269213,3804.2103855 +93,-1.537308932,0.7244801057,483,-0.050600732,0.945269213,3799.8289562 +94,-1.535289068,0.7245247645,483,-0.050600732,0.945269213,3795.4344362 +95,-1.533261366,0.7245550236,483,-0.050600732,0.945269213,3791.0609554 +96,-1.539267302,0.722921924,483,-0.050600732,0.945269213,3808.3014894 +97,-1.537248972,0.7229660258,483,-0.050600732,0.945269213,3803.9114053 +98,-1.535219431,0.7229916471,483,-0.050600732,0.945269213,3799.5466169 +99,-1.53318962,0.7230212049,483,-0.050600732,0.945269213,3795.1678992 +100,-1.531154816,0.7230299897,483,-0.050600732,0.945269213,3790.8338623 +101,-1.528878341,0.7230370244,483,-0.050600732,0.945269213,3785.9898831 +102,-1.539218189,0.7214009878,483,-0.050600732,0.945269213,3812.4317325 +103,-1.537198791,0.7214422745,483,-0.050600732,0.945269213,3808.0445324 +104,-1.535179266,0.7214634354,483,-0.050600732,0.945269213,3803.7106934 +105,-1.533156501,0.7214944644,483,-0.050600732,0.945269213,3799.3401482 +106,-1.53113574,0.7215166021,483,-0.050600732,0.945269213,3794.99617 +107,-1.528874248,0.7215345535,483,-0.050600732,0.945269213,3790.1507967 +108,-1.539217656,0.7198512397,483,-0.050600732,0.945269213,3816.7481842 +109,-1.537199919,0.7199428763,483,-0.050600732,0.945269213,3812.2215983 +110,-1.545425832,0.727397149,483,-0.050600732,0.945269213,3808.8445127 +111,-1.543371177,0.7273916949,483,-0.050600732,0.945269213,3804.5308917 +112,-1.541368852,0.7274523163,483,-0.050600732,0.945269213,3800.1414143 +113,-1.545349067,0.7258710923,483,-0.050600732,0.945269213,3812.929397 +114,-1.54332671,0.7258603556,483,-0.050600732,0.945269213,3808.6958617 +115,-1.541346831,0.7259242142,483,-0.050600732,0.945269213,3804.3419868 +116,-1.545324355,0.7243383958,483,-0.050600732,0.945269213,3817.1456012 +117,-1.543292796,0.7243617413,483,-0.050600732,0.945269213,3812.7951557 +118,-1.541295822,0.7244024384,483,-0.050600732,0.945269213,3808.4669807 +119,-1.543193859,0.7205570215,483,-0.050600732,0.945269213,3823.1890897 +120,-1.550257047,0.7386738187,483,-0.050600732,0.945269213,3787.6874408 +121,-1.549335448,0.7311736483,483,-0.050600732,0.945269213,3806.5664945 +122,-1.533478843,0.7179891343,483,-0.050600732,0.945269213,3809.7766788 +123,-1.556150555,0.738907041,483,-0.050600732,0.945269213,3799.3671966 +124,-1.554324226,0.733414257,483,-0.050600732,0.945269213,3810.8034432 +125,-1.554290846,0.7288285332,483,-0.050600732,0.945269213,3823.5003188 +126,-1.55122487,0.7219795312,483,-0.050600732,0.945269213,3836.1648644 +127,-1.525104458,0.7229399862,483,-0.050600732,0.945269213,3778.254032 +128,-1.519607711,0.7236181429,483,-0.050600732,0.945269213,3764.7032969 +129,-1.513899999,0.7251107854,483,-0.050600732,0.945269213,3748.4448745 +130,-1.536620762,0.7431061895,483,-0.050600732,0.945269213,3746.8715542 +131,-1.5369566,0.7460845958,483,-0.050600732,0.945269213,3739.3866878 +132,-1.545345528,0.7447040685,483,-0.050600732,0.945269213,3760.7466539 +133,-1.532813921,0.7432306626,483,-0.050600732,0.945269213,3738.5376372 +134,-1.554788248,0.7382381001,483,-0.050600732,0.945269213,3798.3756642 +135,-1.540348126,0.7301594274,483,-0.050600732,0.945269213,3790.4753269 +136,-1.538016084,0.7239051786,483,-0.050600732,0.945269213,3802.9217588 +137,-1.525288962,0.7258085137,483,-0.050600732,0.945269213,3770.7020135 +138,-1.534326986,0.731241342,483,-0.050600732,0.945269213,3774.7832786 +139,-1.530733872,0.7303625216,483,-0.050600732,0.945269213,3769.6280789 +141,-1.534354939,0.7328219978,483,-0.050600732,0.945269213,3770.4705472 +142,-1.53157084,0.7292888153,483,-0.050600732,0.945269213,3774.3666583 +143,-1.525691035,0.7263799874,483,-0.050600732,0.945269213,3769.9729828 +144,-1.534031287,0.7495967835,483,-0.050600732,0.945269213,3723.6234682 +145,-1.527714986,0.7283095957,483,-0.050600732,0.945269213,3768.921619 +146,-1.526189586,0.7271468292,483,-0.050600732,0.945269213,3768.9079165 +147,-1.555177336,0.7375563366,483,-0.050600732,0.945269213,3801.0812926 +148,-1.555080283,0.7312707794,483,-0.050600732,0.945269213,3818.3528909 +149,-1.53856994,0.7224180299,483,-0.050600732,0.945269213,3808.2294471 +150,-1.530837883,0.729933372,483,-0.050600732,0.945269213,3771.0346408 +151,-1.515066984,0.5854133365,483,-0.050600732,0.945269213,4149.2468536 +152,-1.534731633,0.5368370046,483,-0.050600732,0.945269213,4336.8901726 +153,-1.515231902,0.5607085576,483,-0.050600732,0.945269213,4222.3762307 +154,-2.616253799,1.0684566605,483,-0.050600732,0.945269213,4265.5714198 +155,-1.956071439,0.5792177723,483,-0.050600732,0.945269213,5086.3624833 +156,-1.951208514,0.5602434208,483,-0.050600732,0.945269213,5138.4606513 +157,-1.944675062,0.6062144545,483,-0.050600732,0.945269213,4977.5430366 +158,-1.613778386,0.6077989518,483,-0.050600732,0.945269213,4299.1034906 +159,-2.035029014,0.6021432345,483,-0.050600732,0.945269213,5158.7055999 +160,-2.114989471,0.6801825058,483,-0.050600732,0.945269213,5039.2263598 +161,-2.037382079,0.5765830025,483,-0.050600732,0.945269213,5247.2782935 +162,-2.129855121,0.6585019963,483,-0.050600732,0.945269213,5136.4799169 +163,-2.075141798,0.6493615843,483,-0.050600732,0.945269213,5074.001752 +164,-1.828626729,0.6948433129,483,-0.050600732,0.945269213,4476.6597517 +165,-1.863329418,0.6735427691,483,-0.050600732,0.945269213,4609.1411638 +166,-1.266037071,0.727988852,483,-0.050600732,0.945269213,3197.6409083 +167,-1.277579582,0.7249010648,483,-0.050600732,0.945269213,3231.5327523 +168,-1.258418684,0.7241194816,483,-0.050600732,0.945269213,3190.4740939 +169,-1.317813974,0.6804850104,483,-0.050600732,0.945269213,3439.5145279 +170,-1.344165204,0.6790988904,483,-0.050600732,0.945269213,3502.5324814 +171,-1.427582102,0.5277120351,483,-0.050600732,0.945269213,4122.0853096 +172,-1.402238616,0.457167829,483,-0.050600732,0.945269213,4274.6155036 +173,-1.422454264,0.4996161999,483,-0.050600732,0.945269213,4193.7650725 +174,-1.439089277,0.4894859811,483,-0.050600732,0.945269213,4262.1036882 +175,-1.448126995,0.5182330266,483,-0.050600732,0.945269213,4196.9587659 +176,-1.474626146,0.5881926574,483,-0.050600732,0.945269213,4051.0337519 +177,-1.421139645,0.5584869783,483,-0.050600732,0.945269213,4017.0326651 +178,-1.457037165,0.565943032,483,-0.050600732,0.945269213,4076.4538527 +179,-2.757159358,0.3745319,483,-0.050600732,0.945269213,7009.8452987 +180,-2.714309238,0.342054471,483,-0.050600732,0.945269213,7091.9869489 +181,-2.000525337,0.774119946,483,-0.050600732,0.945269213,4540.9227357 +183,-1.571413436,0.6777838382,483,-0.050600732,0.945269213,4004.0553034 +184,-1.552860289,0.6987663893,483,-0.050600732,0.945269213,3904.8613756 +185,-1.521852374,0.7165827476,483,-0.050600732,0.945269213,3788.9777443 +186,-1.503656267,0.6928968252,483,-0.050600732,0.945269213,3815.9824049 +187,-1.502753178,0.7136205882,483,-0.050600732,0.945269213,3756.3893437 +188,-1.631894563,0.7343596465,483,-0.050600732,0.945269213,3968.6924769 +189,-1.653765416,0.6770714026,483,-0.050600732,0.945269213,4179.3611525 +190,-1.719812114,0.6715965947,483,-0.050600732,0.945269213,4331.3430965 +191,-1.493406659,0.6646955447,483,-0.050600732,0.945269213,3873.0409643 +192,-1.469120564,0.6613469966,483,-0.050600732,0.945269213,3829.2849982 +193,-1.590551461,0.5326612937,483,-0.050600732,0.945269213,4473.4363419 +194,-1.625979264,0.5247742243,483,-0.050600732,0.945269213,4575.3371131 +195,-1.572293943,0.5238808754,483,-0.050600732,0.945269213,4459.4874361 +196,-1.610848725,0.5477107964,483,-0.050600732,0.945269213,4472.6510005 +197,-1.208485554,0.7918526018,483,-0.050600732,0.945269213,2910.5014692 +198,-1.335601374,0.6869083083,483,-0.050600732,0.945269213,3462.1857058 +199,-1.346156996,0.6825213377,483,-0.050600732,0.945269213,3497.7160604 +200,-1.324381037,0.6741422347,483,-0.050600732,0.945269213,3471.4803131 +201,-1.242424992,0.7378949807,483,-0.050600732,0.945269213,3119.2238882 +202,-1.270370057,0.7392461008,483,-0.050600732,0.945269213,3178.4961131 +203,-1.448950472,0.7441675014,483,-0.050600732,0.945269213,3557.7793726 +204,-1.492662363,0.7523026852,483,-0.050600732,0.945269213,3629.1615078 +205,-1.479098966,0.7763855017,483,-0.050600732,0.945269213,3536.1784136 +206,-1.633760714,0.7869022408,483,-0.050600732,0.945269213,3824.5187673 +207,-1.647406434,0.8101289331,483,-0.050600732,0.945269213,3787.0613469 +208,-1.564245052,0.5701509278,483,-0.050600732,0.945269213,4303.0548524 +209,-1.646289963,0.6833746083,483,-0.050600732,0.945269213,4145.4017735 +210,-1.5820631,0.6751952144,483,-0.050600732,0.945269213,4034.1439705 +211,-1.613236298,0.6681681791,483,-0.050600732,0.945269213,4120.4924862 +212,-1.914661867,0.8212566515,483,-0.050600732,0.945269213,4247.4855914 +213,-1.742133237,0.7250275956,483,-0.050600732,0.945269213,4217.0989941 +214,-2.033144872,0.6557314699,483,-0.050600732,0.945269213,4979.4659384 +215,-2.039551981,0.6964723658,483,-0.050600732,0.945269213,4857.6624481 +216,-1.247341019,0.7622473908,483,-0.050600732,0.945269213,3069.0931928 +217,-1.298239787,0.7084123392,483,-0.050600732,0.945269213,3320.9861947 +218,-1.308539688,0.6926545592,483,-0.050600732,0.945269213,3385.9522253 +219,-1.303263185,0.6888938396,483,-0.050600732,0.945269213,3384.1180289 +220,-1.852400229,0.6004246149,483,-0.050600732,0.945269213,4816.5602106 +221,-1.288947707,0.7473773692,483,-0.050600732,0.945269213,3199.2219227 +222,-1.372031502,0.7472790993,483,-0.050600732,0.945269213,3382.7864634 +223,-1.289805721,0.7242157877,483,-0.050600732,0.945269213,3260.7216015 +224,-1.350807603,0.7533498126,483,-0.050600732,0.945269213,3320.5670157 +225,-1.329290365,0.7560442322,483,-0.050600732,0.945269213,3266.3824038 +226,-1.410153004,0.616936428,483,-0.050600732,0.945269213,3823.728455 +227,-1.393445434,0.6308995063,483,-0.050600732,0.945269213,3746.6344004 +228,-1.37595573,0.6241540638,483,-0.050600732,0.945269213,3726.2021513 +229,-1.358388707,0.6172645205,483,-0.050600732,0.945269213,3705.8439144 +230,-1.753741133,0.8281661666,483,-0.050600732,0.945269213,3939.0613185 +231,-1.47430987,0.6834615681,483,-0.050600732,0.945269213,3778.6641943 +232,-1.421012508,0.7222725206,483,-0.050600732,0.945269213,3556.0314122 +233,-1.4476833,0.6978557868,483,-0.050600732,0.945269213,3680.6791384 +234,-1.470370723,0.6966193374,483,-0.050600732,0.945269213,3733.5311311 +235,-1.429211703,0.7037216883,483,-0.050600732,0.945269213,3624.21045 +236,-1.700578405,0.6178673663,483,-0.050600732,0.945269213,4453.1271722 +237,-1.678117619,0.6331716163,483,-0.050600732,0.945269213,4360.1536957 +238,-1.725644578,0.6316331145,483,-0.050600732,0.945269213,4463.5326466 +239,-2.14012759,0.7930497945,483,-0.050600732,0.945269213,4704.031919 +240,-2.103289431,0.7653606263,483,-0.050600732,0.945269213,4738.0127304 +241,-1.318739838,0.7017808746,483,-0.050600732,0.945269213,3384.5400747 +242,-1.396417427,0.7077900843,483,-0.050600732,0.945269213,3541.130905 +243,-1.35650337,0.7185539404,483,-0.050600732,0.945269213,3424.1579021 +244,-1.248884539,0.7274156818,483,-0.050600732,0.945269213,3160.5150751 +245,-1.395014798,0.5761185243,483,-0.050600732,0.945269213,3906.4841451 +246,-1.433377362,0.6064716109,483,-0.050600732,0.945269213,3905.8031256 +247,-1.408172432,0.5903155476,483,-0.050600732,0.945269213,3895.3951398 +248,-1.749645898,0.7757118084,483,-0.050600732,0.945269213,4082.7972275 +249,-1.571626686,0.615046989,483,-0.050600732,0.945269213,4186.5502134 +250,-1.514070049,0.6303003037,483,-0.050600732,0.945269213,4016.4984586 +251,-1.480890369,0.6237966528,483,-0.050600732,0.945269213,3962.061536 +252,-1.704390658,0.5281680612,483,-0.050600732,0.945269213,4735.1287398 +253,-1.64434733,0.5254277498,483,-0.050600732,0.945269213,4613.548269 +254,-1.703855997,0.4792484842,483,-0.050600732,0.945269213,4885.5909178 +255,-1.692002383,0.5748825051,483,-0.050600732,0.945269213,4565.4383833 +256,-1.854136457,0.5544643913,483,-0.050600732,0.945269213,4965.1729953 +257,-1.665021206,0.520317736,483,-0.050600732,0.945269213,4674.2319191 +258,-1.733654349,0.4845187345,483,-0.050600732,0.945269213,4933.6037851 +259,-1.720938188,0.5135933906,483,-0.050600732,0.945269213,4815.7185042 +260,-1.742668307,0.553296122,483,-0.050600732,0.945269213,4738.8600497 +261,-1.965659039,0.7142126903,483,-0.050600732,0.945269213,4670.7576457 +262,-1.944438071,0.6772834804,483,-0.050600732,0.945269213,4749.7441063 +263,-1.270340967,0.7681487096,483,-0.050600732,0.945269213,3105.6096578 +264,-1.353091884,0.6549276821,483,-0.050600732,0.945269213,3588.7813051 +265,-1.333236659,0.6413584414,483,-0.050600732,0.945269213,3581.4309676 +266,-1.352015998,0.6753788907,483,-0.050600732,0.945269213,3530.2669398 +267,-1.377988483,0.6577816235,483,-0.050600732,0.945269213,3636.8553173 +268,-2.13075611,0.8318642051,483,-0.050600732,0.945269213,4561.8881474 +269,-2.097910953,0.8259670014,483,-0.050600732,0.945269213,4531.428712 +270,-1.416382069,0.6694271549,483,-0.050600732,0.945269213,3690.2349641 +271,-1.538905672,0.7535625993,483,-0.050600732,0.945269213,3722.9531687 +272,-1.572309477,0.7803125099,483,-0.050600732,0.945269213,3718.7898188 +273,-1.87759879,0.7503853417,483,-0.050600732,0.945269213,4398.416773 +274,1.152365588,0.590457682,483,-0.050600732,0.945269213,3541.5059192 +275,0.350198001,0.718001859,483,-0.050600732,0.945269213,1386.7438953 +276,0.046513677,0.491503852,483,-0.050600732,0.945269213,1819.2199564 +277,0.027510309,0.742571376,483,-0.050600732,0.945269213,828.36741539 +278,0.306285725,-0.214631579,483,-0.050600732,0.945269213,4748.8436786 +279,-1.100564889,0.318051531,483,-0.050600732,0.945269213,4008.1363341 +280,-1.078582306,0.301437596,483,-0.050600732,0.945269213,4011.6785966 +281,-1.137371989,-0.617634065,483,-0.050600732,0.945269213,7211.8474466 +282,0.784356344,0.703272339,483,-0.050600732,0.945269213,2385.7823315 +283,-1.221209947,0.218327455,483,-0.050600732,0.945269213,4599.314164 +284,2.347301921,-0.449114658,483,-0.050600732,0.945269213,9522.6433492 +285,0.246820618,0.830553713,483,-0.050600732,0.945269213,867.94194916 +286,0.829414965,0.703288228,483,-0.050600732,0.945269213,2490.1327953 +287,-1.337537566,0.42332223,483,-0.050600732,0.945269213,4227.448923 +288,0.882453706,0.454478077,483,-0.050600732,0.945269213,3318.5447909 +289,1.575629659,0.416419109,483,-0.050600732,0.945269213,5022.379263 +290,-1.039455679,0.229888244,483,-0.050600732,0.945269213,4156.6900075 +291,0.489558039,0.934482747,483,-0.050600732,0.945269213,1252.712608 +292,0.081344504,0.88384514,483,-0.050600732,0.945269213,400.74214796 +293,-1.547979814,0.300350308,483,-0.050600732,0.945269213,5094.2570524 +294,0.040776181,0.168560074,483,-0.050600732,0.945269213,3090.1298152 +295,-1.130374745,0.563894876,483,-0.050600732,0.945269213,3331.6839193 +296,1.578326642,0.478507176,483,-0.050600732,0.945269213,4834.8381252 +297,-1.12861823,-0.291640865,483,-0.050600732,0.945269213,6094.2861111 +298,0.310524208,0.770885792,483,-0.050600732,0.945269213,1155.5924547 +299,0.415649091,-0.387246002,483,-0.050600732,0.945269213,5512.4374202 +300,-0.926533878,-0.188022748,483,-0.050600732,0.945269213,5356.4373978 +301,1.258856172,-0.11716081,483,-0.050600732,0.945269213,6002.0240075 +302,-1.126050026,0.322941926,483,-0.050600732,0.945269213,4050.2736189 +303,2.002785835,0.07893892,483,-0.050600732,0.945269213,7047.6425178 +304,0.440437607,0.746258085,483,-0.050600732,0.945269213,1496.6021684 +305,-0.030391866,0.214441206,483,-0.050600732,0.945269213,2895.5029082 +306,0.521557815,-0.058929362,483,-0.050600732,0.945269213,4401.0829599 +307,-0.097005111,0.13317729,483,-0.050600732,0.945269213,3220.1044738 +308,1.83113859,0.221857587,483,-0.050600732,0.945269213,6207.5704232 +309,0.222428864,0.099404236,483,-0.050600732,0.945269213,3463.2656545 +310,-1.702731345,0.8728568183,483,-0.050600732,0.945269213,3719.7156323 +311,-0.418507569,0.278324921,483,-0.050600732,0.945269213,2874.4598385 +312,-1.41153306,0.339029988,483,-0.050600732,0.945269213,4658.05742 +313,0.357560442,0.114788776,483,-0.050600732,0.945269213,3538.9007001 +314,0.325818979,0.268352149,483,-0.050600732,0.945269213,2922.248835 +315,-1.246004659,-0.663679965,483,-0.050600732,0.945269213,7555.1680458 +316,1.814603087,0.637404484,483,-0.050600732,0.945269213,4822.9572262 +317,1.843704281,-0.18300445,483,-0.050600732,0.945269213,7556.3474525 +318,1.690644492,-0.211480909,483,-0.050600732,0.945269213,7293.6065262 +319,-1.275451936,0.068109467,483,-0.050600732,0.945269213,5207.7424813 +320,0.762430171,-0.207594741,483,-0.050600732,0.945269213,5316.0530828 +321,0.265668905,-0.014647884,483,-0.050600732,0.945269213,3940.9710452 +322,-2.773032013,-0.335515811,483,-0.050600732,0.945269213,9714.9994091 +323,-1.469512853,0.174058777,483,-0.050600732,0.945269213,5312.2593126 +324,0.286276986,0.785925691,483,-0.050600732,0.945269213,1064.9902779 +325,-1.379324697,0.377432233,483,-0.050600732,0.945269213,4464.6479864 +326,-1.203778265,0.212813032,483,-0.050600732,0.945269213,4577.4542433 +327,0.579916301,0.611743168,483,-0.050600732,0.945269213,2177.0077547 +328,0.267582642,0.868113908,483,-0.050600732,0.945269213,831.80709613 +329,0.412869244,-0.050245578,483,-0.050600732,0.945269213,4228.0768308 +330,0.17524381,0.976660285,483,-0.050600732,0.945269213,526.36072385 +331,0.743157214,0.204812899,483,-0.050600732,0.945269213,3834.7390083 +332,-1.070758176,0.269382282,483,-0.050600732,0.945269213,4097.1715184 +333,-1.230364251,0.329790229,483,-0.050600732,0.945269213,4267.3627243 +334,-1.374813124,-0.024926835,483,-0.050600732,0.945269213,5734.7898263 +335,0.519780566,0.463669906,483,-0.050600732,0.945269213,2526.7060267 +336,-1.55108034,0.239698561,483,-0.050600732,0.945269213,5292.8141941 +337,0.180294813,0.029739425,483,-0.050600732,0.945269213,3703.4350757 +338,0.67820924,0.268170153,483,-0.050600732,0.945269213,3491.7583079 +339,0.445798684,1.024001867,483,-0.050600732,0.945269213,1121.8901029 +340,0.691751283,0.150521402,483,-0.050600732,0.945269213,3923.9763865 +341,-1.036643551,-0.903056181,483,-0.050600732,0.945269213,8010.7362672 +342,-0.120287036,1.083325163,483,-0.050600732,0.945269213,565.67641458 +343,2.823513113,-0.304487164,483,-0.050600732,0.945269213,9776.8881915 +344,0.457583172,1.12513373,483,-0.050600732,0.945269213,1232.5852324 +345,0.042918831,0.813795399,483,-0.050600732,0.945269213,571.41133596 +346,1.196146777,-0.853142756,483,-0.050600732,0.945269213,8241.7017144 +347,0.206001358,-0.010430701,483,-0.050600732,0.945269213,3877.7509542 +348,-0.268308653,0.234799412,483,-0.050600732,0.945269213,2894.8597774 +349,0.759363263,0.736189579,483,-0.050600732,0.945269213,2245.9371723 +350,0.181363926,0.891988372,483,-0.050600732,0.945269213,595.11835967 +351,-0.021111158,0.139103292,483,-0.050600732,0.945269213,3194.6068365 +352,-0.093355215,0.630686981,483,-0.050600732,0.945269213,1251.5803528 +353,0.40118964,0.681375926,483,-0.050600732,0.945269213,1597.6601763 +354,-0.721197315,1.304706234,483,-0.050600732,0.945269213,1761.3356761 +355,-1.076150317,0.212107639,483,-0.050600732,0.945269213,4294.9449773 +356,-1.577164531,0.273993443,483,-0.050600732,0.945269213,5244.4794016 +357,-0.190788414,0.182208586,483,-0.050600732,0.945269213,3054.7216926 +358,-0.261349752,0.209710184,483,-0.050600732,0.945269213,2987.5885485 +359,-1.029303852,0.083549259,483,-0.050600732,0.945269213,4620.8518856 +360,-1.268609162,0.330525297,483,-0.050600732,0.945269213,4353.317184 +361,1.282982244,-0.926641967,483,-0.050600732,0.945269213,8603.0096561 +362,0.217352334,0.731352408,483,-0.050600732,0.945269213,1100.4436074 +363,-1.511833084,0.258629297,483,-0.050600732,0.945269213,5142.2051529 +364,0.338812194,0.823184618,483,-0.050600732,0.945269213,1084.4887465 +365,-0.324406489,1.134201999,483,-0.050600732,0.945269213,922.84382949 +366,1.389579348,0.399185724,483,-0.050600732,0.945269213,4655.0400262 +367,2.047152199,-0.039082036,483,-0.050600732,0.945269213,7536.8841259 +368,0.947780369,0.568250077,483,-0.050600732,0.945269213,3130.6994905 +369,0.763824846,0.576754987,483,-0.050600732,0.945269213,2685.1690185 +370,-0.142334657,0.928153068,483,-0.050600732,0.945269213,225.62870777 +371,0.610266567,0.547265983,483,-0.050600732,0.945269213,2437.4461643 +372,0.210731629,0.746815056,483,-0.050600732,0.945269213,1039.170183 +373,-1.34931644,0.316895224,483,-0.050600732,0.945269213,4582.6909071 +374,2.407696481,0.655030745,483,-0.050600732,0.945269213,5690.5682316 +375,0.64207831,0.545359131,483,-0.050600732,0.945269213,2510.8410351 +376,1.174597538,0.840588356,483,-0.050600732,0.945269213,2944.0188246 +377,0.660059424,0.010604079,483,-0.050600732,0.945269213,4362.5980015 +378,-0.730263819,0.010486456,483,-0.050600732,0.945269213,4311.2224166 +379,0.831068936,0.512339172,483,-0.050600732,0.945269213,3027.1706665 +380,1.301180979,0.72367476,483,-0.050600732,0.945269213,3511.560028 +381,1.811128231,0.322854402,483,-0.050600732,0.945269213,5833.430254 +382,0.435105812,0.992284428,483,-0.050600732,0.945269213,1097.3752079 +383,0.62643634,0.592027932,483,-0.050600732,0.945269213,2335.9399743 +384,0.492988703,-0.516339467,483,-0.050600732,0.945269213,6080.9825479 +385,-0.162469483,0.112549365,483,-0.050600732,0.945269213,3317.8331393 +386,0.314630866,0.472006421,483,-0.050600732,0.945269213,2154.4559067 +387,0.166744804,0.822815954,483,-0.050600732,0.945269213,728.33150778 +388,0.417159608,0.965805736,483,-0.050600732,0.945269213,1065.8199618 +389,0.106334961,0.868774244,483,-0.050600732,0.945269213,487.71924699 +390,0.815086969,-0.338144359,483,-0.050600732,0.945269213,5868.632662 +391,0.59867455,-0.230624824,483,-0.050600732,0.945269213,5144.2333408 +392,1.915104874,0.066220985,483,-0.050600732,0.945269213,6903.1182236 +393,1.278093622,0.064463721,483,-0.050600732,0.945269213,5455.4254147 +394,-0.061477853,0.302997961,483,-0.050600732,0.945269213,2544.2550245 +395,0.251311504,0.626976942,483,-0.050600732,0.945269213,1508.805236 +396,2.950242872,0.149095644,483,-0.050600732,0.945269213,8083.5888542 +397,-0.180294708,0.35375117,483,-0.050600732,0.945269213,2375.5720809 +398,1.010448592,-0.351180233,483,-0.050600732,0.945269213,6263.9012944 +399,-1.748740498,0.3686318073,483,-0.050600732,0.945269213,5332.167542 +400,2.699635665,0.123533791,483,-0.050600732,0.945269213,8014.3910547 +401,0.496808033,0.823843254,483,-0.050600732,0.945269213,1441.5007943 +402,0.129574704,0.763364087,483,-0.050600732,0.945269213,857.60553052 +403,1.798920311,0.817447563,483,-0.050600732,0.945269213,4233.9064653 +404,0.335987953,0.746786541,483,-0.050600732,0.945269213,1274.8066151 +405,-1.085413643,0.292154671,483,-0.050600732,0.945269213,4056.6330872 +406,-0.155321003,0.508207011,483,-0.050600732,0.945269213,1757.2431611 +407,0.620529244,-0.301175104,483,-0.050600732,0.945269213,5434.7659691 +408,1.684402744,0.368716966,483,-0.050600732,0.945269213,5412.6487933 +409,0.300582244,-0.386397212,483,-0.050600732,0.945269213,5409.1573737 +410,2.913555946,-0.009225192,483,-0.050600732,0.945269213,8691.1455884 +411,1.465101417,0.493232532,483,-0.050600732,0.945269213,4538.9167935 +412,0.090612882,0.907955955,483,-0.050600732,0.945269213,366.71457764 +413,2.987564726,-0.729568594,483,-0.050600732,0.945269213,11547.314036 +414,-1.484261606,0.224149272,483,-0.050600732,0.945269213,5187.3432418 +415,0.164073421,0.303955133,483,-0.050600732,0.945269213,2623.9743709 +416,0.141441293,0.167552546,483,-0.050600732,0.945269213,3139.9988552 +417,2.931321023,-0.506718887,483,-0.050600732,0.945269213,10646.963838 +418,2.21951565,0.700596356,483,-0.050600732,0.945269213,5284.4084396 +419,0.268112576,1.199114336,483,-0.050600732,0.945269213,1162.4512441 +420,0.978913739,0.359223811,483,-0.050600732,0.945269213,3832.0261716 +421,1.210898818,0.522863584,483,-0.050600732,0.945269213,3871.2624047 +422,2.347397336,0.129231362,483,-0.050600732,0.945269213,7524.2911765 +423,0.614394501,0.556878345,483,-0.050600732,0.945269213,2416.4967696 +424,-1.398079356,0.148483366,483,-0.050600732,0.945269213,5228.5261488 +425,2.535303836,-0.112984496,483,-0.050600732,0.945269213,8700.2512784 +426,-1.019372593,-0.405322349,483,-0.050600732,0.945269213,6281.0660635 +427,-1.297785627,-0.160104069,483,-0.050600732,0.945269213,6005.6415897 +428,2.144554488,0.205051084,483,-0.050600732,0.945269213,6898.7836939 +429,-2.242387083,-0.426171285,483,-0.050600732,0.945269213,9000.358912 +430,0.338637212,0.909723676,483,-0.050600732,0.945269213,931.45533019 +431,-0.148798452,0.691042401,483,-0.050600732,0.945269213,1040.6758134 +432,0.893524764,0.441829531,483,-0.050600732,0.945269213,3382.3501932 +433,0.969229347,-0.368847936,483,-0.050600732,0.945269213,6247.1240197 +434,0.436043248,0.800045688,483,-0.050600732,0.945269213,1354.2925507 +435,1.687946607,1.081504775,483,-0.050600732,0.945269213,3315.9160535 +436,0.522302046,-0.034889271,483,-0.050600732,0.945269213,4313.1449701 +437,-0.178996113,-0.438090009,483,-0.050600732,0.945269213,5497.074577 +438,-1.094339566,0.301444068,483,-0.050600732,0.945269213,4046.9504474 +439,-1.064070054,0.242569932,483,-0.050600732,0.945269213,4169.2007696 +440,-1.068153768,0.230387998,483,-0.050600732,0.945269213,4217.7969203 +441,-3.00496892,-0.23989155,483,-0.050600732,0.945269213,9589.6572739 +442,0.21751974,0.766874888,483,-0.050600732,0.945269213,987.79771561 +443,0.117229532,0.007619006,483,-0.050600732,0.945269213,3754.3034197 +444,0.777758451,0.420554741,483,-0.050600732,0.945269213,3192.8756645 +445,-0.252356999,0.250747086,483,-0.050600732,0.945269213,2821.4584508 +446,0.363148444,0.768483434,483,-0.050600732,0.945269213,1271.8322469 +447,0.903191366,-0.118210676,483,-0.050600732,0.945269213,5258.5996244 +448,-0.205755923,0.149406178,483,-0.050600732,0.945269213,3190.7916801 +449,1.811996086,0.02364353,483,-0.050600732,0.945269213,6815.2404484 +450,-1.100670221,0.314845373,483,-0.050600732,0.945269213,4018.5469998 +451,0.340078597,0.850105132,483,-0.050600732,0.945269213,1030.3058016 +452,0.258757267,0.804969236,483,-0.050600732,0.945269213,957.77482689 +453,2.78505352,-0.155160804,483,-0.050600732,0.945269213,9167.1296763 +454,0.800551619,0.105822106,483,-0.050600732,0.945269213,4286.555547 +455,0.437940882,-0.506194031,483,-0.050600732,0.945269213,5987.5180893 +456,2.230431122,0.63458615,483,-0.050600732,0.945269213,5532.6167412 +457,0.527965361,0.127667701,483,-0.050600732,0.945269213,3724.9834818 +458,-0.063643205,0.702093448,483,-0.050600732,0.945269213,963.8444765 +459,1.408447268,0.133010502,483,-0.050600732,0.945269213,5536.3168322 +460,0.523795955,0.280266966,483,-0.050600732,0.945269213,3169.2958436 +461,-0.975769313,0.072177659,483,-0.050600732,0.945269213,4549.2211251 +462,0.549774164,-0.463663986,483,-0.050600732,0.945269213,5946.1197052 +463,0.29245874,1.095549818,483,-0.050600732,0.945269213,920.51130415 +464,0.143625958,0.816809593,483,-0.050600732,0.945269213,704.5194074 +465,0.671902494,0.611159853,483,-0.050600732,0.945269213,2379.7079095 +466,1.239840988,0.6724199,483,-0.050600732,0.945269213,3513.6827796 +467,0.607829703,-0.10932137,483,-0.050600732,0.945269213,4712.511207 +468,1.763020906,0.263996692,483,-0.050600732,0.945269213,5922.0935919 +469,0.378714634,0.726066797,483,-0.050600732,0.945269213,1421.0059531 +470,2.196736143,-0.153862366,483,-0.050600732,0.945269213,8234.4418216 +471,0.01702415,0.148991565,483,-0.050600732,0.945269213,3161.3836339 +472,-2.998490902,-0.158002487,483,-0.050600732,0.945269213,9265.4721169 +473,-3.051262951,-0.346595608,483,-0.050600732,0.945269213,10034.394872 +474,-1.069176439,0.182802941,483,-0.050600732,0.945269213,4375.7175127 +475,0.167157509,0.595344954,483,-0.050600732,0.945269213,1512.7928536 +476,0.613855648,0.681746124,483,-0.050600732,0.945269213,2052.2585786 +477,1.037012736,0.682555367,483,-0.050600732,0.945269213,3024.1564153 +478,-1.253574971,0.379755746,483,-0.050600732,0.945269213,4165.9942188 +479,3.108590453,-0.132620738,483,-0.050600732,0.945269213,9224.457658 +480,0.565301296,0.022333262,483,-0.050600732,0.945269213,4166.5854842 +481,0.547898238,0.855555614,483,-0.050600732,0.945269213,1499.0801589 +482,0.948309381,0.417393755,483,-0.050600732,0.945269213,3581.5404737 +483,-0.050600732,0.945269213,483,-0.050600732,0.945269213,0 +484,-0.977651478,-0.572363064,483,-0.050600732,0.945269213,6792.8853483 +485,1.102014914,0.728861163,483,-0.050600732,0.945269213,3053.5498929 +486,2.927300795,-0.282939414,483,-0.050600732,0.945269213,9772.3224267 +487,-1.154565557,0.124434095,483,-0.050600732,0.945269213,4754.3118287 +488,1.855331234,0.291044755,483,-0.050600732,0.945269213,6031.1624702 +489,0.830290659,0.276904518,483,-0.050600732,0.945269213,3770.724892 +490,0.485104466,-0.234867441,483,-0.050600732,0.945269213,5010.7852989 +491,0.521367572,-0.33161327,483,-0.050600732,0.945269213,5417.9407059 +1,-1.539031704,0.7349710123,484,-0.977651478,-0.572363064,5566.5096708 +2,-1.536990553,0.7349663874,484,-0.977651478,-0.572363064,5563.7763229 +3,-1.534951779,0.7349571355,484,-0.977651478,-0.572363064,5561.0382734 +4,-1.532906461,0.7349480293,484,-0.977651478,-0.572363064,5558.3005703 +5,-1.531320211,0.7346937278,484,-0.977651478,-0.572363064,5555.3078455 +6,-1.539451648,0.7335131775,484,-0.977651478,-0.572363064,5561.9247901 +7,-1.537429487,0.7335445708,484,-0.977651478,-0.572363064,5559.3380253 +8,-1.535484998,0.7335658704,484,-0.977651478,-0.572363064,5556.8272782 +9,-1.533488396,0.7336036027,484,-0.977651478,-0.572363064,5554.3135474 +10,-1.531497785,0.7335842962,484,-0.977651478,-0.572363064,5551.6142014 +11,-1.530259379,0.7334777758,484,-0.977651478,-0.572363064,5549.6041931 +12,-1.5335454,0.7322346912,484,-0.977651478,-0.572363064,5549.5468367 +13,-1.531489083,0.7322238773,484,-0.977651478,-0.572363064,5546.7866905 +14,-1.530011122,0.7321679851,484,-0.977651478,-0.572363064,5544.6377589 +15,-1.53348106,0.7306614094,484,-0.977651478,-0.572363064,5543.8966357 +16,-1.531441779,0.7306962275,484,-0.977651478,-0.572363064,5541.3163368 +17,-1.529755654,0.7306933243,484,-0.977651478,-0.572363064,5539.0772581 +18,-1.533415048,0.7291384674,484,-0.977651478,-0.572363064,5538.422328 +19,-1.531392093,0.7291705353,484,-0.977651478,-0.572363064,5535.8498831 +20,-1.529296523,0.7291214933,484,-0.977651478,-0.572363064,5532.902785 +21,-1.535280942,0.727267644,484,-0.977651478,-0.572363064,5534.2954374 +22,-1.533378158,0.7276139666,484,-0.977651478,-0.572363064,5532.9813456 +23,-1.531340368,0.7276446587,484,-0.977651478,-0.572363064,5530.3801881 +24,-1.528960113,0.7276398177,484,-0.977651478,-0.572363064,5527.2088226 +25,-1.533313146,0.7260818349,484,-0.977651478,-0.572363064,5527.4760391 +26,-1.531259555,0.7260958115,484,-0.977651478,-0.572363064,5524.7906255 +27,-1.528926415,0.7260865555,484,-0.977651478,-0.572363064,5521.6613097 +28,-1.531226779,0.7245511789,484,-0.977651478,-0.572363064,5519.2799555 +29,-1.528904772,0.7245519194,484,-0.977651478,-0.572363064,5516.1959749 +30,-1.547195875,0.7409785979,484,-0.977651478,-0.572363064,5598.6013394 +31,-1.5451475,0.740980426,484,-0.977651478,-0.572363064,5595.8644584 +32,-1.543097679,0.7409798872,484,-0.977651478,-0.572363064,5593.1258175 +33,-1.540720364,0.7409892687,484,-0.977651478,-0.572363064,5589.99561 +34,-1.547188511,0.7395198392,484,-0.977651478,-0.572363064,5593.4580042 +35,-1.545148587,0.7395226109,484,-0.977651478,-0.572363064,5590.7315676 +36,-1.543104538,0.7395314908,484,-0.977651478,-0.572363064,5588.0296105 +37,-1.540727751,0.7395306258,484,-0.977651478,-0.572363064,5584.8590737 +38,-1.547187029,0.7380014886,484,-0.977651478,-0.572363064,5588.1131481 +39,-1.545147315,0.7380012252,484,-0.977651478,-0.572363064,5585.3719284 +40,-1.54310719,0.7380060743,484,-0.977651478,-0.572363064,5582.656625 +41,-1.540719671,0.7380068206,484,-0.977651478,-0.572363064,5579.4723564 +42,-1.547187189,0.7364799098,484,-0.977651478,-0.572363064,5582.7594496 +43,-1.545149996,0.7364853874,484,-0.977651478,-0.572363064,5580.037441 +44,-1.543106091,0.7364823484,484,-0.977651478,-0.572363064,5577.2848974 +45,-1.540717158,0.7364893901,484,-0.977651478,-0.572363064,5574.1158331 +46,-1.538663972,0.7410138672,484,-0.977651478,-0.572363064,5587.355484 +47,-1.53695285,0.7409699132,484,-0.977651478,-0.572363064,5584.9376645 +48,-1.534910498,0.7409641297,484,-0.977651478,-0.572363064,5582.2244305 +49,-1.533145034,0.7409536636,484,-0.977651478,-0.572363064,5579.8665256 +50,-1.538681336,0.7395405883,484,-0.977651478,-0.572363064,5582.1762506 +51,-1.536999189,0.7395183096,484,-0.977651478,-0.572363064,5579.8697592 +52,-1.534923633,0.7395144222,484,-0.977651478,-0.572363064,5577.1151157 +53,-1.533267822,0.7395654306,484,-0.977651478,-0.572363064,5575.1153155 +54,-1.53867273,0.7380151077,484,-0.977651478,-0.572363064,5576.7785726 +55,-1.536980576,0.7379994392,484,-0.977651478,-0.572363064,5574.4786177 +56,-1.534931522,0.7379944961,484,-0.977651478,-0.572363064,5571.7509113 +57,-1.533387952,0.7379480264,484,-0.977651478,-0.572363064,5569.5505194 +58,-1.538682279,0.7364914363,484,-0.977651478,-0.572363064,5571.411709 +59,-1.536980704,0.7364810563,484,-0.977651478,-0.572363064,5569.1142946 +60,-1.534935567,0.7364752065,484,-0.977651478,-0.572363064,5566.3842152 +61,-1.533042592,0.7363876366,484,-0.977651478,-0.572363064,5563.574164 +62,-1.545143426,0.7349628011,484,-0.977651478,-0.572363064,5574.6670656 +63,-1.543105297,0.7349691947,484,-0.977651478,-0.572363064,5571.9511473 +64,-1.541064533,0.7349647152,484,-0.977651478,-0.572363064,5569.2018596 +65,-1.545411803,0.7334624714,484,-0.977651478,-0.572363064,5569.7459947 +66,-1.543446606,0.7334780896,484,-0.977651478,-0.572363064,5567.1551802 +67,-1.541475327,0.7334957295,484,-0.977651478,-0.572363064,5564.5713121 +68,-1.545401939,0.731963266,484,-0.977651478,-0.572363064,5564.4546482 +69,-1.54342253,0.7319915583,484,-0.977651478,-0.572363064,5561.8852274 +70,-1.541455867,0.7320216438,484,-0.977651478,-0.572363064,5559.347401 +71,-1.545410146,0.7304422281,484,-0.977651478,-0.572363064,5559.1111604 +72,-1.543435491,0.7304713664,484,-0.977651478,-0.572363064,5556.5468372 +73,-1.541463105,0.7304997613,484,-0.977651478,-0.572363064,5553.9910834 +74,-1.545414768,0.7289194936,484,-0.977651478,-0.572363064,5553.7572028 +75,-1.543435774,0.7289538557,484,-0.977651478,-0.572363064,5551.2011477 +76,-1.541457714,0.7289765881,484,-0.977651478,-0.572363064,5548.6135622 +77,-1.539449415,0.7320555866,484,-0.977651478,-0.572363064,5556.7780235 +78,-1.537429183,0.7321097681,484,-0.977651478,-0.572363064,5554.2701816 +79,-1.535472649,0.7321497267,484,-0.977651478,-0.572363064,5551.8054569 +80,-1.539457899,0.7305333307,484,-0.977651478,-0.572363064,5551.417725 +81,-1.537453161,0.7305750503,484,-0.977651478,-0.572363064,5548.8822139 +82,-1.535479385,0.7306124949,484,-0.977651478,-0.572363064,5546.3813277 +83,-1.53946905,0.7290102593,484,-0.977651478,-0.572363064,5546.0584895 +84,-1.537459922,0.7290417293,484,-0.977651478,-0.572363064,5543.4765694 +85,-1.535451349,0.7290890157,484,-0.977651478,-0.572363064,5540.9597683 +86,-1.535522937,0.7279887191,484,-0.977651478,-0.572363064,5537.1669686 +87,-1.539442524,0.7274735939,484,-0.977651478,-0.572363064,5540.6010062 +88,-1.537424111,0.727521351,484,-0.977651478,-0.572363064,5538.0599226 +89,-1.539384641,0.7259505092,484,-0.977651478,-0.572363064,5535.1494323 +90,-1.537372391,0.7259947145,484,-0.977651478,-0.572363064,5532.5999991 +91,-1.535340789,0.7260435356,484,-0.977651478,-0.572363064,5530.0495821 +92,-1.539325716,0.7244369706,484,-0.977651478,-0.572363064,5529.7302228 +93,-1.537308932,0.7244801057,484,-0.977651478,-0.572363064,5527.1668797 +94,-1.535289068,0.7245247645,484,-0.977651478,-0.572363064,5524.6134364 +95,-1.533261366,0.7245550236,484,-0.977651478,-0.572363064,5522.0072876 +96,-1.539267302,0.722921924,484,-0.977651478,-0.572363064,5524.3064713 +97,-1.537248972,0.7229660258,484,-0.977651478,-0.572363064,5521.7404077 +98,-1.535219431,0.7229916471,484,-0.977651478,-0.572363064,5519.1026672 +99,-1.53318962,0.7230212049,484,-0.977651478,-0.572363064,5516.4871635 +100,-1.531154816,0.7230299897,484,-0.977651478,-0.572363064,5513.8001934 +101,-1.528878341,0.7230370244,484,-0.977651478,-0.572363064,5510.7944515 +102,-1.539218189,0.7214009878,484,-0.977651478,-0.572363064,5518.8746182 +103,-1.537198791,0.7214422745,484,-0.977651478,-0.572363064,5516.2930616 +104,-1.535179266,0.7214634354,484,-0.977651478,-0.572363064,5513.6489004 +105,-1.533156501,0.7214944644,484,-0.977651478,-0.572363064,5511.0438702 +106,-1.53113574,0.7215166021,484,-0.977651478,-0.572363064,5508.4187216 +107,-1.528874248,0.7215345535,484,-0.977651478,-0.572363064,5505.4668895 +108,-1.539217656,0.7198512397,484,-0.977651478,-0.572363064,5513.4070786 +109,-1.537199919,0.7199428763,484,-0.977651478,-0.572363064,5511.0011134 +110,-1.545425832,0.727397149,484,-0.977651478,-0.572363064,5548.41371 +111,-1.543371177,0.7273916949,484,-0.977651478,-0.572363064,5545.6107299 +112,-1.541368852,0.7274523163,484,-0.977651478,-0.572363064,5543.1199005 +113,-1.545349067,0.7258710923,484,-0.977651478,-0.572363064,5542.9381652 +114,-1.54332671,0.7258603556,484,-0.977651478,-0.572363064,5540.1562272 +115,-1.541346831,0.7259242142,484,-0.977651478,-0.572363064,5537.7029764 +116,-1.545324355,0.7243383958,484,-0.977651478,-0.572363064,5537.5101148 +117,-1.543292796,0.7243617413,484,-0.977651478,-0.572363064,5534.8314631 +118,-1.541295822,0.7244024384,484,-0.977651478,-0.572363064,5532.2693813 +119,-1.543193859,0.7205570215,484,-0.977651478,-0.572363064,5521.2961705 +120,-1.550257047,0.7386738187,484,-0.977651478,-0.572363064,5594.6163906 +121,-1.549335448,0.7311736483,484,-0.977651478,-0.572363064,5567.0070697 +122,-1.533478843,0.7179891343,484,-0.977651478,-0.572363064,5499.0829357 +123,-1.556150555,0.738907041,484,-0.977651478,-0.572363064,5603.4301001 +124,-1.554324226,0.733414257,484,-0.977651478,-0.572363064,5581.6747095 +125,-1.554290846,0.7288285332,484,-0.977651478,-0.572363064,5565.5437405 +126,-1.55122487,0.7219795312,484,-0.977651478,-0.572363064,5537.2950808 +127,-1.525104458,0.7229399862,484,-0.977651478,-0.572363064,5505.4498492 +128,-1.519607711,0.7236181429,484,-0.977651478,-0.572363064,5500.6301435 +129,-1.513899999,0.7251107854,484,-0.977651478,-0.572363064,5498.5127444 +130,-1.536620762,0.7431061895,484,-0.977651478,-0.572363064,5592.0491963 +131,-1.5369566,0.7460845958,484,-0.977651478,-0.572363064,5603.017346 +132,-1.545345528,0.7447040685,484,-0.977651478,-0.572363064,5609.2439954 +133,-1.532813921,0.7432306626,484,-0.977651478,-0.572363064,5587.4913581 +134,-1.554788248,0.7382381001,484,-0.977651478,-0.572363064,5599.2293637 +135,-1.540348126,0.7301594274,484,-0.977651478,-0.572363064,5551.2928246 +136,-1.538016084,0.7239051786,484,-0.977651478,-0.572363064,5526.0887221 +137,-1.525288962,0.7258085137,484,-0.977651478,-0.572363064,5515.8697897 +138,-1.534326986,0.731241342,484,-0.977651478,-0.572363064,5547.0711996 +139,-1.530733872,0.7303625216,484,-0.977651478,-0.572363064,5539.1982833 +141,-1.534354939,0.7328219978,484,-0.977651478,-0.572363064,5552.6975308 +142,-1.53157084,0.7292888153,484,-0.977651478,-0.572363064,5536.5055132 +143,-1.525691035,0.7263799874,484,-0.977651478,-0.572363064,5518.4268647 +144,-1.534031287,0.7495967835,484,-0.977651478,-0.572363064,5611.6118744 +145,-1.527714986,0.7283095957,484,-0.977651478,-0.572363064,5527.9376385 +146,-1.526189586,0.7271468292,484,-0.977651478,-0.572363064,5521.8037293 +147,-1.555177336,0.7375563366,484,-0.977651478,-0.572363064,5597.3676965 +148,-1.555080283,0.7312707794,484,-0.977651478,-0.572363064,5575.1918246 +149,-1.53856994,0.7224180299,484,-0.977651478,-0.572363064,5521.5869855 +150,-1.530837883,0.729933372,484,-0.977651478,-0.572363064,5537.8163979 +151,-1.515066984,0.5854133365,484,-0.977651478,-0.572363064,5004.19334 +152,-1.534731633,0.5368370046,484,-0.977651478,-0.572363064,4863.9617982 +153,-1.515231902,0.5607085576,484,-0.977651478,-0.572363064,4917.2117704 +154,-2.616253799,1.0684566605,484,-0.977651478,-0.572363064,8305.6494267 +155,-1.956071439,0.5792177723,484,-0.977651478,-0.572363064,5839.7785159 +156,-1.951208514,0.5602434208,484,-0.977651478,-0.572363064,5774.7571358 +157,-1.944675062,0.6062144545,484,-0.977651478,-0.572363064,5890.284503 +158,-1.613778386,0.6077989518,484,-0.977651478,-0.572363064,5238.236116 +159,-2.035029014,0.6021432345,484,-0.977651478,-0.572363064,6089.2680935 +160,-2.114989471,0.6801825058,484,-0.977651478,-0.572363064,6484.1171408 +161,-2.037382079,0.5765830025,484,-0.977651478,-0.572363064,6026.1209405 +162,-2.129855121,0.6585019963,484,-0.977651478,-0.572363064,6464.4378965 +163,-2.075141798,0.6493615843,484,-0.977651478,-0.572363064,6310.3108421 +164,-1.828626729,0.6948433129,484,-0.977651478,-0.572363064,5909.012272 +165,-1.863329418,0.6735427691,484,-0.977651478,-0.572363064,5912.9907946 +166,-1.266037071,0.727988852,484,-0.977651478,-0.572363064,5256.8319312 +167,-1.277579582,0.7249010648,484,-0.977651478,-0.572363064,5253.5776569 +168,-1.258418684,0.7241194816,484,-0.977651478,-0.572363064,5236.4748553 +169,-1.317813974,0.6804850104,484,-0.977651478,-0.572363064,5117.6913299 +170,-1.344165204,0.6790988904,484,-0.977651478,-0.572363064,5137.0009155 +171,-1.427582102,0.5277120351,484,-0.977651478,-0.572363064,4672.5902964 +172,-1.402238616,0.457167829,484,-0.977651478,-0.572363064,4380.8422109 +173,-1.422454264,0.4996161999,484,-0.977651478,-0.572363064,4563.3848892 +174,-1.439089277,0.4894859811,484,-0.977651478,-0.572363064,4550.0429031 +175,-1.448126995,0.5182330266,484,-0.977651478,-0.572363064,4666.7253901 +176,-1.474626146,0.5881926574,484,-0.977651478,-0.572363064,4955.8144064 +177,-1.421139645,0.5584869783,484,-0.977651478,-0.572363064,4776.2602489 +178,-1.457037165,0.565943032,484,-0.977651478,-0.572363064,4851.3627995 +179,-2.757159358,0.3745319,484,-0.977651478,-0.572363064,7681.683409 +180,-2.714309238,0.342054471,484,-0.977651478,-0.572363064,7480.4911524 +181,-2.000525337,0.774119946,484,-0.977651478,-0.572363064,6481.6739865 +183,-1.571413436,0.6777838382,484,-0.977651478,-0.572363064,5411.7853693 +184,-1.552860289,0.6987663893,484,-0.977651478,-0.572363064,5458.1492452 +185,-1.521852374,0.7165827476,484,-0.977651478,-0.572363064,5478.5859645 +186,-1.503656267,0.6928968252,484,-0.977651478,-0.572363064,5370.2025859 +187,-1.502753178,0.7136205882,484,-0.977651478,-0.572363064,5443.104774 +188,-1.631894563,0.7343596465,484,-0.977651478,-0.572363064,5696.852111 +189,-1.653765416,0.6770714026,484,-0.977651478,-0.572363064,5538.3382172 +190,-1.719812114,0.6715965947,484,-0.977651478,-0.572363064,5633.5975265 +191,-1.493406659,0.6646955447,484,-0.977651478,-0.572363064,5255.7564922 +192,-1.469120564,0.6613469966,484,-0.977651478,-0.572363064,5211.9728012 +193,-1.590551461,0.5326612937,484,-0.977651478,-0.572363064,4942.980034 +194,-1.625979264,0.5247742243,484,-0.977651478,-0.572363064,4979.5651779 +195,-1.572293943,0.5238808754,484,-0.977651478,-0.572363064,4881.4370793 +196,-1.610848725,0.5477107964,484,-0.977651478,-0.572363064,5029.5986384 +197,-1.208485554,0.7918526018,484,-0.977651478,-0.572363064,5466.9483979 +198,-1.335601374,0.6869083083,484,-0.977651478,-0.572363064,5158.2827694 +199,-1.346156996,0.6825213377,484,-0.977651478,-0.572363064,5151.7958799 +200,-1.324381037,0.6741422347,484,-0.977651478,-0.572363064,5099.6550079 +201,-1.242424992,0.7378949807,484,-0.977651478,-0.572363064,5278.5262238 +202,-1.270370057,0.7392461008,484,-0.977651478,-0.572363064,5303.1900491 +203,-1.448950472,0.7441675014,484,-0.977651478,-0.572363064,5488.4574864 +204,-1.492662363,0.7523026852,484,-0.977651478,-0.572363064,5569.2063676 +205,-1.479098966,0.7763855017,484,-0.977651478,-0.572363064,5639.9751857 +206,-1.633760714,0.7869022408,484,-0.977651478,-0.572363064,5877.9689482 +207,-1.647406434,0.8101289331,484,-0.977651478,-0.572363064,5976.1854226 +208,-1.564245052,0.5701509278,484,-0.977651478,-0.572363064,5027.4406228 +209,-1.646289963,0.6833746083,484,-0.977651478,-0.572363064,5547.2565418 +210,-1.5820631,0.6751952144,484,-0.977651478,-0.572363064,5418.7340748 +211,-1.613236298,0.6681681791,484,-0.977651478,-0.572363064,5442.7691115 +212,-1.914661867,0.8212566515,484,-0.977651478,-0.572363064,6449.0283414 +213,-1.742133237,0.7250275956,484,-0.977651478,-0.572363064,5845.3224602 +214,-2.033144872,0.6557314699,484,-0.977651478,-0.572363064,6229.4707682 +215,-2.039551981,0.6964723658,484,-0.977651478,-0.572363064,6353.7622968 +216,-1.247341019,0.7622473908,484,-0.977651478,-0.572363064,5375.695483 +217,-1.298239787,0.7084123392,484,-0.977651478,-0.572363064,5206.9472231 +218,-1.308539688,0.6926545592,484,-0.977651478,-0.572363064,5155.6903737 +219,-1.303263185,0.6888938396,484,-0.977651478,-0.572363064,5136.8640948 +220,-1.852400229,0.6004246149,484,-0.977651478,-0.572363064,5670.6989339 +221,-1.288947707,0.7473773692,484,-0.977651478,-0.572363064,5348.2189343 +222,-1.372031502,0.7472790993,484,-0.977651478,-0.572363064,5419.5489967 +223,-1.289805721,0.7242157877,484,-0.977651478,-0.572363064,5260.4208205 +224,-1.350807603,0.7533498126,484,-0.977651478,-0.572363064,5422.5625188 +225,-1.329290365,0.7560442322,484,-0.977651478,-0.572363064,5413.8383128 +226,-1.410153004,0.616936428,484,-0.977651478,-0.572363064,4976.8823724 +227,-1.393445434,0.6308995063,484,-0.977651478,-0.572363064,5008.89661 +228,-1.37595573,0.6241540638,484,-0.977651478,-0.572363064,4964.2563915 +229,-1.358388707,0.6172645205,484,-0.977651478,-0.572363064,4919.5051539 +230,-1.753741133,0.8281661666,484,-0.977651478,-0.572363064,6195.4894797 +231,-1.47430987,0.6834615681,484,-0.977651478,-0.572363064,5298.4416094 +232,-1.421012508,0.7222725206,484,-0.977651478,-0.572363064,5377.0590736 +233,-1.4476833,0.6978557868,484,-0.977651478,-0.572363064,5318.037447 +234,-1.470370723,0.6966193374,484,-0.977651478,-0.572363064,5341.0553888 +235,-1.429211703,0.7037216883,484,-0.977651478,-0.572363064,5318.0330905 +236,-1.700578405,0.6178673663,484,-0.977651478,-0.572363064,5424.1140709 +237,-1.678117619,0.6331716163,484,-0.977651478,-0.572363064,5433.9239105 +238,-1.725644578,0.6316331145,484,-0.977651478,-0.572363064,5515.0003951 +239,-2.14012759,0.7930497945,484,-0.977651478,-0.572363064,6825.1116001 +240,-2.103289431,0.7653606263,484,-0.977651478,-0.572363064,6675.2680524 +241,-1.318739838,0.7017808746,484,-0.977651478,-0.572363064,5199.2097549 +242,-1.396417427,0.7077900843,484,-0.977651478,-0.572363064,5297.0516787 +243,-1.35650337,0.7185539404,484,-0.977651478,-0.572363064,5297.0928135 +244,-1.248884539,0.7274156818,484,-0.977651478,-0.572363064,5242.4860575 +245,-1.395014798,0.5761185243,484,-0.977651478,-0.572363064,4808.282046 +246,-1.433377362,0.6064716109,484,-0.977651478,-0.572363064,4967.1545412 +247,-1.408172432,0.5903155476,484,-0.977651478,-0.572363064,4876.5758538 +248,-1.749645898,0.7757118084,484,-0.977651478,-0.572363064,6020.7876286 +249,-1.571626686,0.615046989,484,-0.977651478,-0.572363064,5194.5747921 +250,-1.514070049,0.6303003037,484,-0.977651478,-0.572363064,5161.6590296 +251,-1.480890369,0.6237966528,484,-0.977651478,-0.572363064,5092.2626868 +252,-1.704390658,0.5281680612,484,-0.977651478,-0.572363064,5140.3444142 +253,-1.64434733,0.5254277498,484,-0.977651478,-0.572363064,5015.6958191 +254,-1.703855997,0.4792484842,484,-0.977651478,-0.572363064,4981.8703712 +255,-1.692002383,0.5748825051,484,-0.977651478,-0.572363064,5267.9555774 +256,-1.854136457,0.5544643913,484,-0.977651478,-0.572363064,5536.671509 +257,-1.665021206,0.520317736,484,-0.977651478,-0.572363064,5037.9434401 +258,-1.733654349,0.4845187345,484,-0.977651478,-0.572363064,5060.8428569 +259,-1.720938188,0.5135933906,484,-0.977651478,-0.572363064,5126.8503332 +260,-1.742668307,0.553296122,484,-0.977651478,-0.572363064,5297.3481206 +261,-1.965659039,0.7142126903,484,-0.977651478,-0.572363064,6242.512445 +262,-1.944438071,0.6772834804,484,-0.977651478,-0.572363064,6092.6579452 +263,-1.270340967,0.7681487096,484,-0.977651478,-0.572363064,5414.0629904 +264,-1.353091884,0.6549276821,484,-0.977651478,-0.572363064,5055.0333647 +265,-1.333236659,0.6413584414,484,-0.977651478,-0.572363064,4984.2803935 +266,-1.352015998,0.6753788907,484,-0.977651478,-0.572363064,5130.6843329 +267,-1.377988483,0.6577816235,484,-0.977651478,-0.572363064,5091.6186751 +268,-2.13075611,0.8318642051,484,-0.977651478,-0.572363064,6901.3773894 +269,-2.097910953,0.8259670014,484,-0.977651478,-0.572363064,6818.6309501 +270,-1.416382069,0.6694271549,484,-0.977651478,-0.572363064,5177.3403356 +271,-1.538905672,0.7535625993,484,-0.977651478,-0.572363064,5631.9931251 +272,-1.572309477,0.7803125099,484,-0.977651478,-0.572363064,5770.0193103 +273,-1.87759879,0.7503853417,484,-0.977651478,-0.572363064,6170.8938348 +274,1.152365588,0.590457682,484,-0.977651478,-0.572363064,9140.8376717 +275,0.350198001,0.718001859,484,-0.977651478,-0.572363064,7035.771535 +276,0.046513677,0.491503852,484,-0.977651478,-0.572363064,5707.0455345 +277,0.027510309,0.742571376,484,-0.977651478,-0.572363064,6357.8627963 +278,0.306285725,-0.214631579,484,-0.977651478,-0.572363064,4815.1042479 +279,-1.100564889,0.318051531,484,-0.977651478,-0.572363064,3557.5323502 +280,-1.078582306,0.301437596,484,-0.977651478,-0.572363064,3482.1809685 +281,-1.137371989,-0.617634065,484,-0.977651478,-0.572363064,553.50151572 +282,0.784356344,0.703272339,484,-0.977651478,-0.572363064,8169.5607246 +283,-1.221209947,0.218327455,484,-0.977651478,-0.572363064,3264.7153997 +284,2.347301921,-0.449114658,484,-0.977651478,-0.572363064,8339.0833513 +285,0.246820618,0.830553713,484,-0.977651478,-0.572363064,7049.5475054 +286,0.829414965,0.703288228,484,-0.977651478,-0.572363064,8297.5591624 +287,-1.337537566,0.42332223,484,-0.977651478,-0.572363064,4171.5613503 +288,0.882453706,0.454478077,484,-0.977651478,-0.572363064,8085.187105 +289,1.575629659,0.416419109,484,-0.977651478,-0.572363064,10311.910022 +290,-1.039455679,0.229888244,484,-0.977651478,-0.572363064,3186.3186117 +291,0.489558039,0.934482747,484,-0.977651478,-0.572363064,7782.9167433 +292,0.081344504,0.88384514,484,-0.977651478,-0.572363064,6849.1224846 +293,-1.547979814,0.300350308,484,-0.977651478,-0.572363064,4075.9616993 +294,0.040776181,0.168560074,484,-0.977651478,-0.572363064,4831.0760804 +295,-1.130374745,0.563894876,484,-0.977651478,-0.572363064,4536.7542692 +296,1.578326642,0.478507176,484,-0.977651478,-0.572363064,10411.727259 +297,-1.12861823,-0.291640865,484,-0.977651478,-0.572363064,1236.1331186 +298,0.310524208,0.770885792,484,-0.977651478,-0.572363064,7056.8604068 +299,0.415649091,-0.387246002,484,-0.977651478,-0.572363064,4839.4788059 +300,-0.926533878,-0.188022748,484,-0.977651478,-0.572363064,1533.7271672 +301,1.258856172,-0.11716081,484,-0.977651478,-0.572363064,8081.051958 +302,-1.126050026,0.322941926,484,-0.977651478,-0.572363064,3590.5760161 +303,2.002785835,0.07893892,484,-0.977651478,-0.572363064,10400.438453 +304,0.440437607,0.746258085,484,-0.977651478,-0.572363064,7320.5428769 +305,-0.030391866,0.214441206,484,-0.977651478,-0.572363064,4744.7373366 +306,0.521557815,-0.058929362,484,-0.977651478,-0.572363064,5857.3111246 +307,-0.097005111,0.13317729,484,-0.977651478,-0.572363064,4335.1500211 +308,1.83113859,0.221857587,484,-0.977651478,-0.572363064,10605.374667 +309,0.222428864,0.099404236,484,-0.977651478,-0.572363064,5223.9645455 +310,-1.702731345,0.8728568183,484,-0.977651478,-0.572363064,6264.0987368 +311,-0.418507569,0.278324921,484,-0.977651478,-0.572363064,3979.4650849 +312,-1.41153306,0.339029988,484,-0.977651478,-0.572363064,3966.2449899 +313,0.357560442,0.114788776,484,-0.977651478,-0.572363064,5694.0080809 +314,0.325818979,0.268352149,484,-0.977651478,-0.572363064,5942.4450668 +315,-1.246004659,-0.663679965,484,-0.977651478,-0.572363064,937.29760863 +316,1.814603087,0.637404484,484,-0.977651478,-0.572363064,11279.16274 +317,1.843704281,-0.18300445,484,-0.977651478,-0.572363064,9216.3320414 +318,1.690644492,-0.211480909,484,-0.977651478,-0.572363064,8859.9933807 +319,-1.275451936,0.068109467,484,-0.977651478,-0.572363064,2772.3535025 +320,0.762430171,-0.207594741,484,-0.977651478,-0.572363064,6328.7023461 +321,0.265668905,-0.014647884,484,-0.977651478,-0.572363064,5104.8517471 +322,-2.773032013,-0.335515811,484,-0.977651478,-0.572363064,6215.7345467 +323,-1.469512853,0.174058777,484,-0.977651478,-0.572363064,3491.7078844 +324,0.286276986,0.785925691,484,-0.977651478,-0.572363064,7034.5628045 +325,-1.379324697,0.377432233,484,-0.977651478,-0.572363064,4057.4607904 +326,-1.203778265,0.212813032,484,-0.977651478,-0.572363064,3225.6142674 +327,0.579916301,0.611743168,484,-0.977651478,-0.572363064,7436.8971331 +328,0.267582642,0.868113908,484,-0.977651478,-0.572363064,7180.1278993 +329,0.412869244,-0.050245578,484,-0.977651478,-0.572363064,5514.1486883 +330,0.17524381,0.976660285,484,-0.977651478,-0.572363064,7254.83286 +331,0.743157214,0.204812899,484,-0.977651478,-0.572363064,7154.0606146 +332,-1.070758176,0.269382282,484,-0.977651478,-0.572363064,3352.7543753 +333,-1.230364251,0.329790229,484,-0.977651478,-0.572363064,3699.3877653 +334,-1.374813124,-0.024926835,484,-0.977651478,-0.572363064,2624.20647 +335,0.519780566,0.463669906,484,-0.977651478,-0.572363064,6967.5008013 +336,-1.55108034,0.239698561,484,-0.977651478,-0.572363064,3880.0427669 +337,0.180294813,0.029739425,484,-0.977651478,-0.572363064,4927.4361805 +338,0.67820924,0.268170153,484,-0.977651478,-0.572363064,7069.6166095 +339,0.445798684,1.024001867,484,-0.977651478,-0.572363064,7845.3741313 +340,0.691751283,0.150521402,484,-0.977651478,-0.572363064,6870.6167385 +341,-1.036643551,-0.903056181,484,-0.977651478,-0.572363064,1320.8767521 +342,-0.120287036,1.083325163,484,-0.977651478,-0.572363064,7104.001293 +343,2.823513113,-0.304487164,484,-0.977651478,-0.572363064,8166.1517773 +344,0.457583172,1.12513373,484,-0.977651478,-0.572363064,8025.431086 +345,0.042918831,0.813795399,484,-0.977651478,-0.572363064,6586.2467932 +346,1.196146777,-0.853142756,484,-0.977651478,-0.572363064,5846.963706 +347,0.206001358,-0.010430701,484,-0.977651478,-0.572363064,4919.1388814 +348,-0.268308653,0.234799412,484,-0.977651478,-0.572363064,4173.7528552 +349,0.759363263,0.736189579,484,-0.977651478,-0.572363064,8145.4227298 +350,0.181363926,0.891988372,484,-0.977651478,-0.572363064,7061.2182306 +351,-0.021111158,0.139103292,484,-0.977651478,-0.572363064,4571.5028721 +352,-0.093355215,0.630686981,484,-0.977651478,-0.572363064,5781.6608935 +353,0.40118964,0.681375926,484,-0.977651478,-0.572363064,7086.6633029 +354,-0.721197315,1.304706234,484,-0.977651478,-0.572363064,7465.1410715 +355,-1.076150317,0.212107639,484,-0.977651478,-0.572363064,3129.5596153 +356,-1.577164531,0.273993443,484,-0.977651478,-0.572363064,4048.4774697 +357,-0.190788414,0.182208586,484,-0.977651478,-0.572363064,4213.6330718 +358,-0.261349752,0.209710184,484,-0.977651478,-0.572363064,4114.0754033 +359,-1.029303852,0.083549259,484,-0.977651478,-0.572363064,2605.3160892 +360,-1.268609162,0.330525297,484,-0.977651478,-0.572363064,3742.2522783 +361,1.282982244,-0.926641967,484,-0.977651478,-0.572363064,5778.0988132 +362,0.217352334,0.731352408,484,-0.977651478,-0.572363064,6746.765617 +363,-1.511833084,0.258629297,484,-0.977651478,-0.572363064,3863.1278974 +364,0.338812194,0.823184618,484,-0.977651478,-0.572363064,7236.6283092 +365,-0.324406489,1.134201999,484,-0.977651478,-0.572363064,7054.0429195 +366,1.389579348,0.399185724,484,-0.977651478,-0.572363064,9667.190095 +367,2.047152199,-0.039082036,484,-0.977651478,-0.572363064,9982.7081548 +368,0.947780369,0.568250077,484,-0.977651478,-0.572363064,8469.7078567 +369,0.763824846,0.576754987,484,-0.977651478,-0.572363064,7917.1542614 +370,-0.142334657,0.928153068,484,-0.977651478,-0.572363064,6600.9986545 +371,0.610266567,0.547265983,484,-0.977651478,-0.572363064,7404.4392124 +372,0.210731629,0.746815056,484,-0.977651478,-0.572363064,6769.1872391 +373,-1.34931644,0.316895224,484,-0.977651478,-0.572363064,3793.2124048 +374,2.407696481,0.655030745,484,-0.977651478,-0.572363064,11590.410753 +375,0.64207831,0.545359131,484,-0.977651478,-0.572363064,7495.8679734 +376,1.174597538,0.840588356,484,-0.977651478,-0.572363064,9357.5353109 +377,0.660059424,0.010604079,484,-0.977651478,-0.572363064,6467.4579125 +378,-0.730263819,0.010486456,484,-0.977651478,-0.572363064,2486.817231 +379,0.831068936,0.512339172,484,-0.977651478,-0.572363064,8018.5951528 +380,1.301180979,0.72367476,484,-0.977651478,-0.572363064,9692.5384046 +381,1.811128231,0.322854402,484,-0.977651478,-0.572363064,10847.987884 +382,0.435105812,0.992284428,484,-0.977651478,-0.572363064,7770.823988 +383,0.62643634,0.592027932,484,-0.977651478,-0.572363064,7535.0169483 +384,0.492988703,-0.516339467,484,-0.977651478,-0.572363064,4845.7097831 +385,-0.162469483,0.112549365,484,-0.977651478,-0.572363064,4092.9879733 +386,0.314630866,0.472006421,484,-0.977651478,-0.572363064,6382.0735324 +387,0.166744804,0.822815954,484,-0.977651478,-0.572363064,6860.6885809 +388,0.417159608,0.965805736,484,-0.977651478,-0.572363064,7688.1940373 +389,0.106334961,0.868774244,484,-0.977651478,-0.572363064,6856.8169407 +390,0.815086969,-0.338144359,484,-0.977651478,-0.572363064,6201.6747657 +391,0.59867455,-0.230624824,484,-0.977651478,-0.572363064,5748.3231226 +392,1.915104874,0.066220985,484,-0.977651478,-0.572363064,10237.13525 +393,1.278093622,0.064463721,484,-0.977651478,-0.572363064,8603.0853845 +394,-0.061477853,0.302997961,484,-0.977651478,-0.572363064,4902.8412621 +395,0.251311504,0.626976942,484,-0.977651478,-0.572363064,6577.2014175 +396,2.950242872,0.149095644,484,-0.977651478,-0.572363064,9118.0779021 +397,-0.180294708,0.35375117,484,-0.977651478,-0.572363064,4749.3261174 +398,1.010448592,-0.351180233,484,-0.977651478,-0.572363064,6752.6512429 +399,-1.748740498,0.3686318073,484,-0.977651478,-0.572363064,4732.6482144 +400,2.699635665,0.123533791,484,-0.977651478,-0.572363064,9791.7149357 +401,0.496808033,0.823843254,484,-0.977651478,-0.572363064,7606.5341686 +402,0.129574704,0.763364087,484,-0.977651478,-0.572363064,6630.1285234 +403,1.798920311,0.817447563,484,-0.977651478,-0.572363064,10977.21129 +404,0.335987953,0.746786541,484,-0.977651478,-0.572363064,7064.0775928 +405,-1.085413643,0.292154671,484,-0.977651478,-0.572363064,3448.6037607 +406,-0.155321003,0.508207011,484,-0.977651478,-0.572363064,5277.4060507 +407,0.620529244,-0.301175104,484,-0.977651478,-0.572363064,5670.8105243 +408,1.684402744,0.368716966,484,-0.977651478,-0.572363064,10576.277325 +409,0.300582244,-0.386397212,484,-0.977651478,-0.572363064,4467.0839641 +410,2.913555946,-0.009225192,484,-0.977651478,-0.572363064,8821.9443169 +411,1.465101417,0.493232532,484,-0.977651478,-0.572363064,10053.052543 +412,0.090612882,0.907955955,484,-0.977651478,-0.572363064,6929.8844745 +413,2.987564726,-0.729568594,484,-0.977651478,-0.572363064,6478.9241136 +414,-1.484261606,0.224149272,484,-0.977651478,-0.572363064,3691.5080581 +415,0.164073421,0.303955133,484,-0.977651478,-0.572363064,5538.8936191 +416,0.141441293,0.167552546,484,-0.977651478,-0.572363064,5132.9789031 +417,2.931321023,-0.506718887,484,-0.977651478,-0.572363064,7288.9770156 +418,2.21951565,0.700596356,484,-0.977651478,-0.572363064,11906.059122 +419,0.268112576,1.199114336,484,-0.977651478,-0.572363064,7882.8644764 +420,0.978913739,0.359223811,484,-0.977651478,-0.572363064,8234.5094965 +421,1.210898818,0.522863584,484,-0.977651478,-0.572363064,9250.8234068 +422,2.347397336,0.129231362,484,-0.977651478,-0.572363064,10563.515104 +423,0.614394501,0.556878345,484,-0.977651478,-0.572363064,7434.7512337 +424,-1.398079356,0.148483366,484,-0.977651478,-0.572363064,3266.2626331 +425,2.535303836,-0.112984496,484,-0.977651478,-0.572363064,9390.1910166 +426,-1.019372593,-0.405322349,484,-0.977651478,-0.572363064,677.47581696 +427,-1.297785627,-0.160104069,484,-0.977651478,-0.572363064,2009.4522442 +428,2.144554488,0.205051084,484,-0.977651478,-0.572363064,10987.220816 +429,-2.242387083,-0.426171285,484,-0.977651478,-0.572363064,4352.9575435 +430,0.338637212,0.909723676,484,-0.977651478,-0.572363064,7418.7593833 +431,-0.148798452,0.691042401,484,-0.977651478,-0.572363064,5854.9464131 +432,0.893524764,0.441829531,484,-0.977651478,-0.572363064,8099.3753927 +433,0.969229347,-0.368847936,484,-0.977651478,-0.572363064,6589.6525518 +434,0.436043248,0.800045688,484,-0.977651478,-0.572363064,7416.048426 +435,1.687946607,1.081504775,484,-0.977651478,-0.572363064,10094.803302 +436,0.522302046,-0.034889271,484,-0.977651478,-0.572363064,5911.2257289 +437,-0.178996113,-0.438090009,484,-0.977651478,-0.572363064,2797.1301398 +438,-1.094339566,0.301444068,484,-0.977651478,-0.572363064,3489.2654208 +439,-1.064070054,0.242569932,484,-0.977651478,-0.572363064,3244.4929287 +440,-1.068153768,0.230387998,484,-0.977651478,-0.572363064,3198.1006885 +441,-3.00496892,-0.23989155,484,-0.977651478,-0.572363064,7146.3590744 +442,0.21751974,0.766874888,484,-0.977651478,-0.572363064,6833.394323 +443,0.117229532,0.007619006,484,-0.977651478,-0.572363064,4673.6760739 +444,0.777758451,0.420554741,484,-0.977651478,-0.572363064,7689.0848798 +445,-0.252356999,0.250747086,484,-0.977651478,-0.572363064,4261.4653779 +446,0.363148444,0.768483434,484,-0.977651478,-0.572363064,7176.5008391 +447,0.903191366,-0.118210676,484,-0.977651478,-0.572363064,6982.387869 +448,-0.205755923,0.149406178,484,-0.977651478,-0.572363064,4078.7582415 +449,1.811996086,0.02364353,484,-0.977651478,-0.572363064,9906.0563622 +450,-1.100670221,0.314845373,484,-0.977651478,-0.572363064,3544.9962003 +451,0.340078597,0.850105132,484,-0.977651478,-0.572363064,7296.8392525 +452,0.258757267,0.804969236,484,-0.977651478,-0.572363064,7016.1872873 +453,2.78505352,-0.155160804,484,-0.977651478,-0.572363064,8729.9321641 +454,0.800551619,0.105822106,484,-0.977651478,-0.572363064,7138.5132682 +455,0.437940882,-0.506194031,484,-0.977651478,-0.572363064,4693.9650968 +456,2.230431122,0.63458615,484,-0.977651478,-0.572363064,12115.632209 +457,0.527965361,0.127667701,484,-0.977651478,-0.572363064,6279.9655877 +458,-0.063643205,0.702093448,484,-0.977651478,-0.572363064,6055.1730929 +459,1.408447268,0.133010502,484,-0.977651478,-0.572363064,9174.8615626 +460,0.523795955,0.280266966,484,-0.977651478,-0.572363064,6594.1798315 +461,-0.975769313,0.072177659,484,-0.977651478,-0.572363064,2553.0355943 +462,0.549774164,-0.463663986,484,-0.977651478,-0.572363064,5119.1445055 +463,0.29245874,1.095549818,484,-0.977651478,-0.572363064,7713.2861624 +464,0.143625958,0.816809593,484,-0.977651478,-0.572363064,6797.3848791 +465,0.671902494,0.611159853,484,-0.977651478,-0.572363064,7701.6980068 +466,1.239840988,0.6724199,484,-0.977651478,-0.572363064,9484.3602484 +467,0.607829703,-0.10932137,484,-0.977651478,-0.572363064,6036.392604 +468,1.763020906,0.263996692,484,-0.977651478,-0.572363064,10555.35118 +469,0.378714634,0.726066797,484,-0.977651478,-0.572363064,7124.2488964 +470,2.196736143,-0.153862366,484,-0.977651478,-0.572363064,9564.6062473 +471,0.01702415,0.148991565,484,-0.977651478,-0.572363064,4710.0966843 +472,-2.998490902,-0.158002487,484,-0.977651478,-0.572363064,7329.118811 +473,-3.051262951,-0.346595608,484,-0.977651478,-0.572363064,7007.441184 +474,-1.069176439,0.182802941,484,-0.977651478,-0.572363064,3011.1535463 +475,0.167157509,0.595344954,484,-0.977651478,-0.572363064,6285.8453578 +476,0.613855648,0.681746124,484,-0.977651478,-0.572363064,7658.6607106 +477,1.037012736,0.682555367,484,-0.977651478,-0.572363064,8879.7066838 +478,-1.253574971,0.379755746,484,-0.977651478,-0.572363064,3913.1573048 +479,3.108590453,-0.132620738,484,-0.977651478,-0.572363064,7924.3339872 +480,0.565301296,0.022333262,484,-0.977651478,-0.572363064,6177.1562859 +481,0.547898238,0.855555614,484,-0.977651478,-0.572363064,7782.8502527 +482,0.948309381,0.417393755,484,-0.977651478,-0.572363064,8235.7298842 +483,-0.050600732,0.945269213,484,-0.977651478,-0.572363064,6792.8853483 +484,-0.977651478,-0.572363064,484,-0.977651478,-0.572363064,0 +485,1.102014914,0.728861163,484,-0.977651478,-0.572363064,9110.0162635 +486,2.927300795,-0.282939414,484,-0.977651478,-0.572363064,7991.3678125 +487,-1.154565557,0.124434095,484,-0.977651478,-0.572363064,2839.4242152 +488,1.855331234,0.291044755,484,-0.977651478,-0.572363064,10875.65545 +489,0.830290659,0.276904518,484,-0.977651478,-0.572363064,7587.7752824 +490,0.485104466,-0.234867441,484,-0.977651478,-0.572363064,5366.8577519 +491,0.521367572,-0.33161327,484,-0.977651478,-0.572363064,5289.0811807 +1,-1.539031704,0.7349710123,485,1.102014914,0.728861163,6375.9395086 +2,-1.536990553,0.7349663874,485,1.102014914,0.728861163,6373.8038986 +3,-1.534951779,0.7349571355,485,1.102014914,0.728861163,6371.6799195 +4,-1.532906461,0.7349480293,485,1.102014914,0.728861163,6369.5404638 +5,-1.531320211,0.7346937278,485,1.102014914,0.728861163,6368.7880999 +6,-1.539451648,0.7335131775,485,1.102014914,0.728861163,6381.77321 +7,-1.537429487,0.7335445708,485,1.102014914,0.728861163,6379.5232306 +8,-1.535484998,0.7335658704,485,1.102014914,0.728861163,6377.3852474 +9,-1.533488396,0.7336036027,485,1.102014914,0.728861163,6375.1239568 +10,-1.531497785,0.7335842962,485,1.102014914,0.728861163,6373.0721107 +11,-1.530259379,0.7334777758,485,1.102014914,0.728861163,6372.1404306 +12,-1.5335454,0.7322346912,485,1.102014914,0.728861163,6380.2394877 +13,-1.531489083,0.7322238773,485,1.102014914,0.728861163,6378.0835003 +14,-1.530011122,0.7321679851,485,1.102014914,0.728861163,6376.7064025 +15,-1.53348106,0.7306614094,485,1.102014914,0.728861163,6385.9802555 +16,-1.531441779,0.7306962275,485,1.102014914,0.728861163,6383.6706322 +17,-1.529755654,0.7306933243,485,1.102014914,0.728861163,6381.8719863 +18,-1.533415048,0.7291384674,485,1.102014914,0.728861163,6391.5330983 +19,-1.531392093,0.7291705353,485,1.102014914,0.728861163,6389.2477856 +20,-1.529296523,0.7291214933,485,1.102014914,0.728861163,6387.1757166 +21,-1.535280942,0.727267644,485,1.102014914,0.728861163,6400.436122 +22,-1.533378158,0.7276139666,485,1.102014914,0.728861163,6397.1226212 +23,-1.531340368,0.7276446587,485,1.102014914,0.728861163,6394.8232202 +24,-1.528960113,0.7276398177,485,1.102014914,0.728861163,6392.2775342 +25,-1.533313146,0.7260818349,485,1.102014914,0.728861163,6402.7099924 +26,-1.531259555,0.7260958115,485,1.102014914,0.728861163,6400.4518932 +27,-1.528926415,0.7260865555,485,1.102014914,0.728861163,6397.9693523 +28,-1.531226779,0.7245511789,485,1.102014914,0.728861163,6406.1164835 +29,-1.528904772,0.7245519194,485,1.102014914,0.728861163,6403.6053677 +30,-1.547195875,0.7409785979,485,1.102014914,0.728861163,6362.2048516 +31,-1.5451475,0.740980426,485,1.102014914,0.728861163,6360.0818448 +32,-1.543097679,0.7409798872,485,1.102014914,0.728861163,6357.958089 +33,-1.540720364,0.7409892687,485,1.102014914,0.728861163,6355.4479585 +34,-1.547188511,0.7395198392,485,1.102014914,0.728861163,6367.6037353 +35,-1.545148587,0.7395226109,485,1.102014914,0.728861163,6365.4830378 +36,-1.543104538,0.7395314908,485,1.102014914,0.728861163,6363.3274872 +37,-1.540727751,0.7395306258,485,1.102014914,0.728861163,6360.8524567 +38,-1.547187029,0.7380014886,485,1.102014914,0.728861163,6373.2295 +39,-1.545147315,0.7380012252,485,1.102014914,0.728861163,6371.1172254 +40,-1.54310719,0.7380060743,485,1.102014914,0.728861163,6368.9776262 +41,-1.540719671,0.7380068206,485,1.102014914,0.728861163,6366.481842 +42,-1.547187189,0.7364799098,485,1.102014914,0.728861163,6378.8688804 +43,-1.545149996,0.7364853874,485,1.102014914,0.728861163,6376.7349234 +44,-1.543106091,0.7364823484,485,1.102014914,0.728861163,6374.6175564 +45,-1.540717158,0.7364893901,485,1.102014914,0.728861163,6372.0934086 +46,-1.538663972,0.7410138672,485,1.102014914,0.728861163,6353.207074 +47,-1.53695285,0.7409699132,485,1.102014914,0.728861163,6351.5744886 +48,-1.534910498,0.7409641297,485,1.102014914,0.728861163,6349.445953 +49,-1.533145034,0.7409536636,485,1.102014914,0.728861163,6347.6197672 +50,-1.538681336,0.7395405883,485,1.102014914,0.728861163,6358.6732194 +51,-1.536999189,0.7395183096,485,1.102014914,0.728861163,6356.9885599 +52,-1.534923633,0.7395144222,485,1.102014914,0.728861163,6354.8151868 +53,-1.533267822,0.7395654306,485,1.102014914,0.728861163,6352.8756544 +54,-1.53867273,0.7380151077,485,1.102014914,0.728861163,6364.305132 +55,-1.536980576,0.7379994392,485,1.102014914,0.728861163,6362.582923 +56,-1.534931522,0.7379944961,485,1.102014914,0.728861163,6360.4382675 +57,-1.533387952,0.7379480264,485,1.102014914,0.728861163,6358.9752266 +58,-1.538682279,0.7364914363,485,1.102014914,0.728861163,6369.9493828 +59,-1.536980704,0.7364810563,485,1.102014914,0.728861163,6368.1951599 +60,-1.534935567,0.7364752065,485,1.102014914,0.728861163,6366.0549086 +61,-1.533042592,0.7363876366,485,1.102014914,0.728861163,6364.3700971 +62,-1.545143426,0.7349628011,485,1.102014914,0.728861163,6382.3679523 +63,-1.543105297,0.7349691947,485,1.102014914,0.728861163,6380.2186186 +64,-1.541064533,0.7349647152,485,1.102014914,0.728861163,6378.0988113 +65,-1.545411803,0.7334624714,485,1.102014914,0.728861163,6388.2050276 +66,-1.543446606,0.7334780896,485,1.102014914,0.728861163,6386.0958581 +67,-1.541475327,0.7334957295,485,1.102014914,0.728861163,6383.9654693 +68,-1.545401939,0.731963266,485,1.102014914,0.728861163,6393.7482898 +69,-1.54342253,0.7319915583,485,1.102014914,0.728861163,6391.5743855 +70,-1.541455867,0.7320216438,485,1.102014914,0.728861163,6389.3998177 +71,-1.545410146,0.7304422281,485,1.102014914,0.728861163,6399.3912306 +72,-1.543435491,0.7304713664,485,1.102014914,0.728861163,6397.216257 +73,-1.541463105,0.7304997613,485,1.102014914,0.728861163,6395.0390292 +74,-1.545414768,0.7289194936,485,1.102014914,0.728861163,6405.0366765 +75,-1.543435774,0.7289538557,485,1.102014914,0.728861163,6402.8348747 +76,-1.541457714,0.7289765881,485,1.102014914,0.728861163,6400.6696762 +77,-1.539449415,0.7320555866,485,1.102014914,0.728861163,6387.1617056 +78,-1.537429183,0.7321097681,485,1.102014914,0.728861163,6384.8266055 +79,-1.535472649,0.7321497267,485,1.102014914,0.728861163,6382.6041182 +80,-1.539457899,0.7305333307,485,1.102014914,0.728861163,6392.8006274 +81,-1.537453161,0.7305750503,485,1.102014914,0.728861163,6390.5250047 +82,-1.535479385,0.7306124949,485,1.102014914,0.728861163,6388.2905698 +83,-1.53946905,0.7290102593,485,1.102014914,0.728861163,6398.4453602 +84,-1.537459922,0.7290417293,485,1.102014914,0.728861163,6396.199984 +85,-1.535451349,0.7290890157,485,1.102014914,0.728861163,6393.8891389 +86,-1.535522937,0.7279887191,485,1.102014914,0.728861163,6398.0304234 +87,-1.539442524,0.7274735939,485,1.102014914,0.728861163,6404.100439 +88,-1.537424111,0.727521351,485,1.102014914,0.728861163,6401.7818312 +89,-1.539384641,0.7259505092,485,1.102014914,0.728861163,6409.6718891 +90,-1.537372391,0.7259947145,485,1.102014914,0.728861163,6407.3697062 +91,-1.535340789,0.7260435356,485,1.102014914,0.728861163,6405.0221719 +92,-1.539325716,0.7244369706,485,1.102014914,0.728861163,6415.206691 +93,-1.537308932,0.7244801057,485,1.102014914,0.728861163,6412.9003895 +94,-1.535289068,0.7245247645,485,1.102014914,0.728861163,6410.5774943 +95,-1.533261366,0.7245550236,485,1.102014914,0.728861163,6408.2916685 +96,-1.539267302,0.722921924,485,1.102014914,0.728861163,6420.7473746 +97,-1.537248972,0.7229660258,485,1.102014914,0.728861163,6418.4325999 +98,-1.535219431,0.7229916471,485,1.102014914,0.728861163,6416.1663895 +99,-1.53318962,0.7230212049,485,1.102014914,0.728861163,6413.877519 +100,-1.531154816,0.7230299897,485,1.102014914,0.728861163,6411.6520964 +101,-1.528878341,0.7230370244,485,1.102014914,0.728861163,6409.1632682 +102,-1.539218189,0.7214009878,485,1.102014914,0.728861163,6426.3195102 +103,-1.537198791,0.7214422745,485,1.102014914,0.728861163,6424.010769 +104,-1.535179266,0.7214634354,485,1.102014914,0.728861163,6421.7685217 +105,-1.533156501,0.7214944644,485,1.102014914,0.728861163,6419.478566 +106,-1.53113574,0.7215166021,485,1.102014914,0.728861163,6417.215822 +107,-1.528874248,0.7215345535,485,1.102014914,0.728861163,6414.6994652 +108,-1.539217656,0.7198512397,485,1.102014914,0.728861163,6432.0498265 +109,-1.537199919,0.7199428763,485,1.102014914,0.728861163,6429.5536756 +110,-1.545425832,0.727397149,485,1.102014914,0.728861163,6410.6873906 +111,-1.543371177,0.7273916949,485,1.102014914,0.728861163,6408.5505083 +112,-1.541368852,0.7274523163,485,1.102014914,0.728861163,6406.2162113 +113,-1.545349067,0.7258710923,485,1.102014914,0.728861163,6416.2596618 +114,-1.54332671,0.7258603556,485,1.102014914,0.728861163,6414.1729796 +115,-1.541346831,0.7259242142,485,1.102014914,0.728861163,6411.8472495 +116,-1.545324355,0.7243383958,485,1.102014914,0.728861163,6421.9109431 +117,-1.543292796,0.7243617413,485,1.102014914,0.728861163,6419.6852396 +118,-1.541295822,0.7244024384,485,1.102014914,0.728861163,6417.4240641 +119,-1.543193859,0.7205570215,485,1.102014914,0.728861163,6433.6655988 +120,-1.550257047,0.7386738187,485,1.102014914,0.728861163,6373.9013678 +121,-1.549335448,0.7311736483,485,1.102014914,0.728861163,6400.765766 +122,-1.533478843,0.7179891343,485,1.102014914,0.728861163,6432.76821 +123,-1.556150555,0.738907041,485,1.102014914,0.728861163,6379.0574943 +124,-1.554324226,0.733414257,485,1.102014914,0.728861163,6397.5938556 +125,-1.554290846,0.7288285332,485,1.102014914,0.728861163,6414.5861443 +126,-1.55122487,0.7219795312,485,1.102014914,0.728861163,6436.829828 +127,-1.525104458,0.7229399862,485,1.102014914,0.728861163,6405.4159414 +128,-1.519607711,0.7236181429,485,1.102014914,0.728861163,6396.8933466 +129,-1.513899999,0.7251107854,485,1.102014914,0.728861163,6385.0949683 +130,-1.536620762,0.7431061895,485,1.102014914,0.728861163,6343.3301374 +131,-1.5369566,0.7460845958,485,1.102014914,0.728861163,6332.6736022 +132,-1.545345528,0.7447040685,485,1.102014914,0.728861163,6346.4927077 +133,-1.532813921,0.7432306626,485,1.102014914,0.728861163,6338.8625918 +134,-1.554788248,0.7382381001,485,1.102014914,0.728861163,6380.1557666 +135,-1.540348126,0.7301594274,485,1.102014914,0.728861163,6395.1233688 +136,-1.538016084,0.7239051786,485,1.102014914,0.728861163,6415.7794351 +137,-1.525288962,0.7258085137,485,1.102014914,0.728861163,6395.0492724 +138,-1.534326986,0.731241342,485,1.102014914,0.728861163,6384.7407985 +139,-1.530733872,0.7303625216,485,1.102014914,0.728861163,6384.1429378 +141,-1.534354939,0.7328219978,485,1.102014914,0.728861163,6378.9326007 +142,-1.53157084,0.7292888153,485,1.102014914,0.728861163,6389.003049 +143,-1.525691035,0.7263799874,485,1.102014914,0.728861163,6393.3810007 +144,-1.534031287,0.7495967835,485,1.102014914,0.728861163,6316.6350183 +145,-1.527714986,0.7283095957,485,1.102014914,0.728861163,6388.4629645 +146,-1.526189586,0.7271468292,485,1.102014914,0.728861163,6391.0967145 +147,-1.555177336,0.7375563366,485,1.102014914,0.728861163,6383.0842287 +148,-1.555080283,0.7312707794,485,1.102014914,0.728861163,6406.3284126 +149,-1.53856994,0.7224180299,485,1.102014914,0.728861163,6421.8678724 +150,-1.530837883,0.729933372,485,1.102014914,0.728861163,6385.8380399 +151,-1.515066984,0.5854133365,485,1.102014914,0.728861163,6899.1387762 +152,-1.534731633,0.5368370046,485,1.102014914,0.728861163,7102.240666 +153,-1.515231902,0.5607085576,485,1.102014914,0.728861163,6989.8698637 +154,-2.616253799,1.0684566605,485,1.102014914,0.728861163,5086.7900543 +155,-1.956071439,0.5792177723,485,1.102014914,0.728861163,7253.627896 +156,-1.951208514,0.5602434208,485,1.102014914,0.728861163,7327.5417042 +157,-1.944675062,0.6062144545,485,1.102014914,0.728861163,7144.3806275 +158,-1.613778386,0.6077989518,485,1.102014914,0.728861163,6928.0472362 +159,-2.035029014,0.6021432345,485,1.102014914,0.728861163,7171.7141493 +160,-2.114989471,0.6801825058,485,1.102014914,0.728861163,6856.0124221 +161,-2.037382079,0.5765830025,485,1.102014914,0.728861163,7272.9779743 +162,-2.129855121,0.6585019963,485,1.102014914,0.728861163,6938.826608 +163,-2.075141798,0.6493615843,485,1.102014914,0.728861163,6983.1921678 +164,-1.828626729,0.6948433129,485,1.102014914,0.728861163,6753.7403089 +165,-1.863329418,0.6735427691,485,1.102014914,0.728861163,6852.6647395 +166,-1.266037071,0.727988852,485,1.102014914,0.728861163,6044.5845289 +167,-1.277579582,0.7249010648,485,1.102014914,0.728861163,6072.7640308 +168,-1.258418684,0.7241194816,485,1.102014914,0.728861163,6045.8230764 +169,-1.317813974,0.6804850104,485,1.102014914,0.728861163,6285.9929244 +170,-1.344165204,0.6790988904,485,1.102014914,0.728861163,6330.2051434 +171,-1.427582102,0.5277120351,485,1.102014914,0.728861163,6987.6348637 +172,-1.402238616,0.457167829,485,1.102014914,0.728861163,7198.0271415 +173,-1.422454264,0.4996161999,485,1.102014914,0.728861163,7079.8368822 +174,-1.439089277,0.4894859811,485,1.102014914,0.728861163,7141.2936464 +175,-1.448126995,0.5182330266,485,1.102014914,0.728861163,7051.8976851 +176,-1.474626146,0.5881926574,485,1.102014914,0.728861163,6836.7607232 +177,-1.421139645,0.5584869783,485,1.102014914,0.728861163,6868.4612443 +178,-1.457037165,0.565943032,485,1.102014914,0.728861163,6893.1762465 +179,-2.757159358,0.3745319,485,1.102014914,0.728861163,7343.4441268 +180,-2.714309238,0.342054471,485,1.102014914,0.728861163,7534.4740794 +181,-2.000525337,0.774119946,485,1.102014914,0.728861163,6488.9258327 +183,-1.571413436,0.6777838382,485,1.102014914,0.728861163,6622.2404802 +184,-1.552860289,0.6987663893,485,1.102014914,0.728861163,6524.6747045 +185,-1.521852374,0.7165827476,485,1.102014914,0.728861163,6425.2544572 +186,-1.503656267,0.6928968252,485,1.102014914,0.728861163,6491.5703588 +187,-1.502753178,0.7136205882,485,1.102014914,0.728861163,6414.661715 +188,-1.631894563,0.7343596465,485,1.102014914,0.728861163,6467.6236102 +189,-1.653765416,0.6770714026,485,1.102014914,0.728861163,6703.9062518 +190,-1.719812114,0.6715965947,485,1.102014914,0.728861163,6777.9545787 +191,-1.493406659,0.6646955447,485,1.102014914,0.728861163,6582.4671041 +192,-1.469120564,0.6613469966,485,1.102014914,0.728861163,6564.5642475 +193,-1.590551461,0.5326612937,485,1.102014914,0.728861163,7184.6577687 +194,-1.625979264,0.5247742243,485,1.102014914,0.728861163,7253.2461343 +195,-1.572293943,0.5238808754,485,1.102014914,0.728861163,7196.1257164 +196,-1.610848725,0.5477107964,485,1.102014914,0.728861163,7150.8019097 +197,-1.208485554,0.7918526018,485,1.102014914,0.728861163,5742.5083234 +198,-1.335601374,0.6869083083,485,1.102014914,0.728861163,6290.434245 +199,-1.346156996,0.6825213377,485,1.102014914,0.728861163,6321.2217088 +200,-1.324381037,0.6741422347,485,1.102014914,0.728861163,6317.8329425 +201,-1.242424992,0.7378949807,485,1.102014914,0.728861163,5974.5532736 +202,-1.270370057,0.7392461008,485,1.102014914,0.728861163,6013.1511468 +203,-1.448950472,0.7441675014,485,1.102014914,0.728861163,6240.3410747 +204,-1.492662363,0.7523026852,485,1.102014914,0.728861163,6261.8139926 +205,-1.479098966,0.7763855017,485,1.102014914,0.728861163,6158.8565866 +206,-1.633760714,0.7869022408,485,1.102014914,0.728861163,6270.3679358 +207,-1.647406434,0.8101289331,485,1.102014914,0.728861163,6193.2451631 +208,-1.564245052,0.5701509278,485,1.102014914,0.728861163,7014.8033779 +209,-1.646289963,0.6833746083,485,1.102014914,0.728861163,6673.4099959 +210,-1.5820631,0.6751952144,485,1.102014914,0.728861163,6642.9163865 +211,-1.613236298,0.6681681791,485,1.102014914,0.728861163,6700.3089485 +212,-1.914661867,0.8212566515,485,1.102014914,0.728861163,6288.1440707 +213,-1.742133237,0.7250275956,485,1.102014914,0.728861163,6587.3493069 +214,-2.033144872,0.6557314699,485,1.102014914,0.728861163,6959.4277747 +215,-2.039551981,0.6964723658,485,1.102014914,0.728861163,6798.1023924 +216,-1.247341019,0.7622473908,485,1.102014914,0.728861163,5900.5843003 +217,-1.298239787,0.7084123392,485,1.102014914,0.728861163,6160.4005585 +218,-1.308539688,0.6926545592,485,1.102014914,0.728861163,6230.0450343 +219,-1.303263185,0.6888938396,485,1.102014914,0.728861163,6234.9038632 +220,-1.852400229,0.6004246149,485,1.102014914,0.728861163,7134.7523061 +221,-1.288947707,0.7473773692,485,1.102014914,0.728861163,6013.4111379 +222,-1.372031502,0.7472790993,485,1.102014914,0.728861163,6131.0524583 +223,-1.289805721,0.7242157877,485,1.102014914,0.728861163,6093.6609444 +224,-1.350807603,0.7533498126,485,1.102014914,0.728861163,6081.015941 +225,-1.329290365,0.7560442322,485,1.102014914,0.728861163,6041.8139557 +226,-1.410153004,0.616936428,485,1.102014914,0.728861163,6644.6144101 +227,-1.393445434,0.6308995063,485,1.102014914,0.728861163,6571.1515732 +228,-1.37595573,0.6241540638,485,1.102014914,0.728861163,6569.353269 +229,-1.358388707,0.6172645205,485,1.102014914,0.728861163,6567.0929815 +230,-1.753741133,0.8281661666,485,1.102014914,0.728861163,6195.3942126 +231,-1.47430987,0.6834615681,485,1.102014914,0.728861163,6490.8437897 +232,-1.421012508,0.7222725206,485,1.102014914,0.728861163,6284.0165938 +233,-1.4476833,0.6978557868,485,1.102014914,0.728861163,6405.591221 +234,-1.470370723,0.6966193374,485,1.102014914,0.728861163,6438.2803393 +235,-1.429211703,0.7037216883,485,1.102014914,0.728861163,6360.9172057 +236,-1.700578405,0.6178673663,485,1.102014914,0.728861163,6969.4118102 +237,-1.678117619,0.6331716163,485,1.102014914,0.728861163,6892.1216445 +238,-1.725644578,0.6316331145,485,1.102014914,0.728861163,6936.1242129 +239,-2.14012759,0.7930497945,485,1.102014914,0.728861163,6405.0758569 +240,-2.103289431,0.7653606263,485,1.102014914,0.728861163,6520.9005082 +241,-1.318739838,0.7017808746,485,1.102014914,0.728861163,6213.9765275 +242,-1.396417427,0.7077900843,485,1.102014914,0.728861163,6303.157658 +243,-1.35650337,0.7185539404,485,1.102014914,0.728861163,6210.3829411 +244,-1.248884539,0.7274156818,485,1.102014914,0.728861163,6019.8137088 +245,-1.395014798,0.5761185243,485,1.102014914,0.728861163,6767.0651366 +246,-1.433377362,0.6064716109,485,1.102014914,0.728861163,6714.6962175 +247,-1.408172432,0.5903155476,485,1.102014914,0.728861163,6736.2979105 +248,-1.749645898,0.7757118084,485,1.102014914,0.728861163,6396.0606712 +249,-1.571626686,0.615046989,485,1.102014914,0.728861163,6856.2129781 +250,-1.514070049,0.6303003037,485,1.102014914,0.728861163,6733.3185845 +251,-1.480890369,0.6237966528,485,1.102014914,0.728861163,6715.7730876 +252,-1.704390658,0.5281680612,485,1.102014914,0.728861163,7316.3107795 +253,-1.64434733,0.5254277498,485,1.102014914,0.728861163,7269.912612 +254,-1.703855997,0.4792484842,485,1.102014914,0.728861163,7503.0927967 +255,-1.692002383,0.5748825051,485,1.102014914,0.728861163,7126.7575858 +256,-1.854136457,0.5544643913,485,1.102014914,0.728861163,7315.759056 +257,-1.665021206,0.520317736,485,1.102014914,0.728861163,7309.8943093 +258,-1.733654349,0.4845187345,485,1.102014914,0.728861163,7508.8250363 +259,-1.720938188,0.5135933906,485,1.102014914,0.728861163,7386.4037174 +260,-1.742668307,0.553296122,485,1.102014914,0.728861163,7250.9598314 +261,-1.965659039,0.7142126903,485,1.102014914,0.728861163,6721.686977 +262,-1.944438071,0.6772834804,485,1.102014914,0.728861163,6863.5564446 +263,-1.270340967,0.7681487096,485,1.102014914,0.728861163,5915.3174643 +264,-1.353091884,0.6549276821,485,1.102014914,0.728861163,6427.6340428 +265,-1.333236659,0.6413584414,485,1.102014914,0.728861163,6444.7643342 +266,-1.352015998,0.6753788907,485,1.102014914,0.728861163,6354.697262 +267,-1.377988483,0.6577816235,485,1.102014914,0.728861163,6454.0616401 +268,-2.13075611,0.8318642051,485,1.102014914,0.728861163,6253.5489956 +269,-2.097910953,0.8259670014,485,1.102014914,0.728861163,6281.76718 +270,-1.416382069,0.6694271549,485,1.102014914,0.728861163,6466.4512121 +271,-1.538905672,0.7535625993,485,1.102014914,0.728861163,6307.052779 +272,-1.572309477,0.7803125099,485,1.102014914,0.728861163,6240.7582203 +273,-1.87759879,0.7503853417,485,1.102014914,0.728861163,6556.1545489 +274,1.152365588,0.590457682,485,1.102014914,0.728861163,570.31963643 +275,0.350198001,0.718001859,485,1.102014914,0.728861163,2208.7612092 +276,0.046513677,0.491503852,485,1.102014914,0.728861163,3479.2272842 +277,0.027510309,0.742571376,485,1.102014914,0.728861163,3083.2731075 +278,0.306285725,-0.214631579,485,1.102014914,0.728861163,4728.5689142 +279,-1.100564889,0.318051531,485,1.102014914,0.728861163,7060.6491899 +280,-1.078582306,0.301437596,485,1.102014914,0.728861163,7060.7831467 +281,-1.137371989,-0.617634065,485,1.102014914,0.728861163,9657.7664982 +282,0.784356344,0.703272339,485,1.102014914,0.728861163,952.80513678 +283,-1.221209947,0.218327455,485,1.102014914,0.728861163,7652.7401366 +284,2.347301921,-0.449114658,485,1.102014914,0.728861163,6516.4095272 +285,0.246820618,0.830553713,485,1.102014914,0.728861163,2401.2835604 +286,0.829414965,0.703288228,485,1.102014914,0.728861163,819.68381954 +287,-1.337537566,0.42332223,485,1.102014914,0.728861163,7205.0885497 +288,0.882453706,0.454478077,485,1.102014914,0.728861163,1301.4899645 +289,1.575629659,0.416419109,485,1.102014914,0.728861163,1989.4737936 +290,-1.039455679,0.229888244,485,1.102014914,0.728861163,7184.3295238 +291,0.489558039,0.934482747,485,1.102014914,0.728861163,1801.3033212 +292,0.081344504,0.88384514,485,1.102014914,0.728861163,2788.4896358 +293,-1.547979814,0.300350308,485,1.102014914,0.728861163,7987.4555595 +294,0.040776181,0.168560074,485,1.102014914,0.728861163,4281.884797 +295,-1.130374745,0.563894876,485,1.102014914,0.728861163,6346.1423993 +296,1.578326642,0.478507176,485,1.102014914,0.728861163,1830.3451708 +297,-1.12861823,-0.291640865,485,1.102014914,0.728861163,8918.6864843 +298,0.310524208,0.770885792,485,1.102014914,0.728861163,2271.0170772 +299,0.415649091,-0.387246002,485,1.102014914,0.728861163,5086.3520506 +300,-0.926533878,-0.188022748,485,1.102014914,0.728861163,8063.3922756 +301,1.258856172,-0.11716081,485,1.102014914,0.728861163,3398.9486306 +302,-1.126050026,0.322941926,485,1.102014914,0.728861163,7103.8106611 +303,2.002785835,0.07893892,485,1.102014914,0.728861163,4082.1950949 +304,0.440437607,0.746258085,485,1.102014914,0.728861163,1924.2737814 +305,-0.030391866,0.214441206,485,1.102014914,0.728861163,4368.1287274 +306,0.521557815,-0.058929362,485,1.102014914,0.728861163,3754.3377584 +307,-0.097005111,0.13317729,485,1.102014914,0.728861163,4775.8878863 +308,1.83113859,0.221857587,485,1.102014914,0.728861163,3210.0180271 +309,0.222428864,0.099404236,485,1.102014914,0.728861163,3965.9083484 +310,-1.702731345,0.8728568183,485,1.102014914,0.728861163,5992.6272032 +311,-0.418507569,0.278324921,485,1.102014914,0.728861163,5347.2606275 +312,-1.41153306,0.339029988,485,1.102014914,0.728861163,7628.6896003 +313,0.357560442,0.114788776,485,1.102014914,0.728861163,3566.588705 +314,0.325818979,0.268352149,485,1.102014914,0.728861163,3206.620585 +315,-1.246004659,-0.663679965,485,1.102014914,0.728861163,10046.478668 +316,1.814603087,0.637404484,485,1.102014914,0.728861163,2197.9486389 +317,1.843704281,-0.18300445,485,1.102014914,0.728861163,4506.7576387 +318,1.690644492,-0.211480909,485,1.102014914,0.728861163,4298.3251751 +319,-1.275451936,0.068109467,485,1.102014914,0.728861163,8259.3082965 +320,0.762430171,-0.207594741,485,1.102014914,0.728861163,3910.6104185 +321,0.265668905,-0.014647884,485,1.102014914,0.728861163,4193.0822376 +322,-2.773032013,-0.335515811,485,1.102014914,0.728861163,9536.6012399 +323,-1.469512853,0.174058777,485,1.102014914,0.728861163,8310.2983473 +324,0.286276986,0.785925691,485,1.102014914,0.728861163,2325.9626941 +325,-1.379324697,0.377432233,485,1.102014914,0.728861163,7438.1377278 +326,-1.203778265,0.212813032,485,1.102014914,0.728861163,7630.8946531 +327,0.579916301,0.611743168,485,1.102014914,0.728861163,1676.1503973 +328,0.267582642,0.868113908,485,1.102014914,0.728861163,2329.3892167 +329,0.412869244,-0.050245578,485,1.102014914,0.728861163,3955.2346969 +330,0.17524381,0.976660285,485,1.102014914,0.728861163,2531.6783679 +331,0.743157214,0.204812899,485,1.102014914,0.728861163,2418.7759962 +332,-1.070758176,0.269382282,485,1.102014914,0.728861163,7140.842167 +333,-1.230364251,0.329790229,485,1.102014914,0.728861163,7310.2573924 +334,-1.374813124,-0.024926835,485,1.102014914,0.728861163,8788.2571652 +335,0.519780566,0.463669906,485,1.102014914,0.728861163,2158.8318807 +336,-1.55108034,0.239698561,485,1.102014914,0.728861163,8212.8614161 +337,0.180294813,0.029739425,485,1.102014914,0.728861163,4281.6677716 +338,0.67820924,0.268170153,485,1.102014914,0.728861163,2328.6382217 +339,0.445798684,1.024001867,485,1.102014914,0.728861163,1991.831733 +340,0.691751283,0.150521402,485,1.102014914,0.728861163,2702.3009405 +341,-1.036643551,-0.903056181,485,1.102014914,0.728861163,9711.6815176 +342,-0.120287036,1.083325163,485,1.102014914,0.728861163,3107.3383032 +343,2.823513113,-0.304487164,485,1.102014914,0.728861163,7455.8838246 +344,0.457583172,1.12513373,485,1.102014914,0.728861163,2136.5505 +345,0.042918831,0.813795399,485,1.102014914,0.728861163,2951.6582073 +346,1.196146777,-0.853142756,485,1.102014914,0.728861163,6274.9202198 +347,0.206001358,-0.010430701,485,1.102014914,0.728861163,4332.897999 +348,-0.268308653,0.234799412,485,1.102014914,0.728861163,5017.477106 +349,0.759363263,0.736189579,485,1.102014914,0.728861163,1007.2838412 +350,0.181363926,0.891988372,485,1.102014914,0.728861163,2536.5431737 +351,-0.021111158,0.139103292,485,1.102014914,0.728861163,4539.3813459 +352,-0.093355215,0.630686981,485,1.102014914,0.728861163,3605.0126186 +353,0.40118964,0.681375926,485,1.102014914,0.728861163,2103.1364132 +354,-0.721197315,1.304706234,485,1.102014914,0.728861163,3704.6433823 +355,-1.076150317,0.212107639,485,1.102014914,0.728861163,7329.3704439 +356,-1.577164531,0.273993443,485,1.102014914,0.728861163,8126.3400357 +357,-0.190788414,0.182208586,485,1.102014914,0.728861163,4923.3480157 +358,-0.261349752,0.209710184,485,1.102014914,0.728861163,5061.0144249 +359,-1.029303852,0.083549259,485,1.102014914,0.728861163,7594.3586865 +360,-1.268609162,0.330525297,485,1.102014914,0.728861163,7386.9470464 +361,1.282982244,-0.926641967,485,1.102014914,0.728861163,6586.5361905 +362,0.217352334,0.731352408,485,1.102014914,0.728861163,2571.5804628 +363,-1.511833084,0.258629297,485,1.102014914,0.728861163,8082.6492604 +364,0.338812194,0.823184618,485,1.102014914,0.728861163,2160.6034792 +365,-0.324406489,1.134201999,485,1.102014914,0.728861163,3424.7723693 +366,1.389579348,0.399185724,485,1.102014914,0.728861163,1615.9926474 +367,2.047152199,-0.039082036,485,1.102014914,0.728861163,4546.4738591 +368,0.947780369,0.568250077,485,1.102014914,0.728861163,800.13465068 +369,0.763824846,0.576754987,485,1.102014914,0.728861163,1218.7449845 +370,-0.142334657,0.928153068,485,1.102014914,0.728861163,3278.8050533 +371,0.610266567,0.547265983,485,1.102014914,0.728861163,1711.6355675 +372,0.210731629,0.746815056,485,1.102014914,0.728861163,2572.3836791 +373,-1.34931644,0.316895224,485,1.102014914,0.728861163,7591.8121397 +374,2.407696481,0.655030745,485,1.102014914,0.728861163,3864.0902318 +375,0.64207831,0.545359131,485,1.102014914,0.728861163,1625.8228092 +376,1.174597538,0.840588356,485,1.102014914,0.728861163,486.88234087 +377,0.660059424,0.010604079,485,1.102014914,0.728861163,3253.0815307 +378,-0.730263819,0.010486456,485,1.102014914,0.728861163,6962.3355864 +379,0.831068936,0.512339172,485,1.102014914,0.728861163,1220.1201993 +380,1.301180979,0.72367476,485,1.102014914,0.728861163,589.7498871 +381,1.811128231,0.322854402,485,1.102014914,0.728861163,2873.6288626 +382,0.435105812,0.992284428,485,1.102014914,0.728861163,1976.0965158 +383,0.62643634,0.592027932,485,1.102014914,0.728861163,1575.1991323 +384,0.492988703,-0.516339467,485,1.102014914,0.728861163,5411.2316705 +385,-0.162469483,0.112549365,485,1.102014914,0.728861163,5022.0485014 +386,0.314630866,0.472006421,485,1.102014914,0.728861163,2730.4502827 +387,0.166744804,0.822815954,485,1.102014914,0.728861163,2618.0742244 +388,0.417159608,0.965805736,485,1.102014914,0.728861163,1990.2878508 +389,0.106334961,0.868774244,485,1.102014914,0.728861163,2737.4670624 +390,0.815086969,-0.338144359,485,1.102014914,0.728861163,4355.3921438 +391,0.59867455,-0.230624824,485,1.102014914,0.728861163,4221.3048149 +392,1.915104874,0.066220985,485,1.102014914,0.728861163,3888.5765126 +393,1.278093622,0.064463721,485,1.102014914,0.728861163,2704.7600489 +394,-0.061477853,0.302997961,485,1.102014914,0.728861163,4235.404303 +395,0.251311504,0.626976942,485,1.102014914,0.728861163,2619.9914858 +396,2.950242872,0.149095644,485,1.102014914,0.728861163,6631.0350063 +397,-0.180294708,0.35375117,485,1.102014914,0.728861163,4462.1614242 +398,1.010448592,-0.351180233,485,1.102014914,0.728861163,4291.2098931 +399,-1.748740498,0.3686318073,485,1.102014914,0.728861163,7967.6885608 +400,2.699635665,0.123533791,485,1.102014914,0.728861163,5975.341014 +401,0.496808033,0.823843254,485,1.102014914,0.728861163,1736.0687443 +402,0.129574704,0.763364087,485,1.102014914,0.728861163,2777.6388871 +403,1.798920311,0.817447563,485,1.102014914,0.728861163,1984.5044864 +404,0.335987953,0.746786541,485,1.102014914,0.728861163,2220.595702 +405,-1.085413643,0.292154671,485,1.102014914,0.728861163,7105.6597313 +406,-0.155321003,0.508207011,485,1.102014914,0.728861163,4032.4589 +407,0.620529244,-0.301175104,485,1.102014914,0.728861163,4444.6072708 +408,1.684402744,0.368716966,485,1.102014914,0.728861163,2405.8425516 +409,0.300582244,-0.386397212,485,1.102014914,0.728861163,5303.9747458 +410,2.913555946,-0.009225192,485,1.102014914,0.728861163,6954.8697603 +411,1.465101417,0.493232532,485,1.102014914,0.728861163,1495.8774822 +412,0.090612882,0.907955955,485,1.102014914,0.728861163,2749.6591896 +413,2.987564726,-0.729568594,485,1.102014914,0.728861163,8851.0757134 +414,-1.484261606,0.224149272,485,1.102014914,0.728861163,8159.7681568 +415,0.164073421,0.303955133,485,1.102014914,0.728861163,3571.542321 +416,0.141441293,0.167552546,485,1.102014914,0.728861163,3997.4179653 +417,2.931321023,-0.506718887,485,1.102014914,0.728861163,8250.1108448 +418,2.21951565,0.700596356,485,1.102014914,0.728861163,3264.9541224 +419,0.268112576,1.199114336,485,1.102014914,0.728861163,2531.7431066 +420,0.978913739,0.359223811,485,1.102014914,0.728861163,1521.0194033 +421,1.210898818,0.522863584,485,1.102014914,0.728861163,887.0235985 +422,2.347397336,0.129231362,485,1.102014914,0.728861163,4922.0127787 +423,0.614394501,0.556878345,485,1.102014914,0.728861163,1679.5216081 +424,-1.398079356,0.148483366,485,1.102014914,0.728861163,8261.8433556 +425,2.535303836,-0.112984496,485,1.102014914,0.728861163,6116.9197274 +426,-1.019372593,-0.405322349,485,1.102014914,0.728861163,8877.2119474 +427,-1.297785627,-0.160104069,485,1.102014914,0.728861163,9019.9268848 +428,2.144554488,0.205051084,485,1.102014914,0.728861163,4130.9665589 +429,-2.242387083,-0.426171285,485,1.102014914,0.728861163,11071.948284 +430,0.338637212,0.909723676,485,1.102014914,0.728861163,2147.4448658 +431,-0.148798452,0.691042401,485,1.102014914,0.728861163,3646.7759902 +432,0.893524764,0.441829531,485,1.102014914,0.728861163,1326.0210348 +433,0.969229347,-0.368847936,485,1.102014914,0.728861163,4375.2320909 +434,0.436043248,0.800045688,485,1.102014914,0.728861163,1906.1866065 +435,1.687946607,1.081504775,485,1.102014914,0.728861163,1960.5700147 +436,0.522302046,-0.034889271,485,1.102014914,0.728861163,3670.7842855 +437,-0.178996113,-0.438090009,485,1.102014914,0.728861163,6576.9647698 +438,-1.094339566,0.301444068,485,1.102014914,0.728861163,7097.8719142 +439,-1.064070054,0.242569932,485,1.102014914,0.728861163,7206.6726869 +440,-1.068153768,0.230387998,485,1.102014914,0.728861163,7253.878429 +441,-3.00496892,-0.23989155,485,1.102014914,0.728861163,8627.1656309 +442,0.21751974,0.766874888,485,1.102014914,0.728861163,2532.2592344 +443,0.117229532,0.007619006,485,1.102014914,0.728861163,4515.5385766 +444,0.777758451,0.420554741,485,1.102014914,0.728861163,1621.5928692 +445,-0.252356999,0.250747086,485,1.102014914,0.728861163,4929.9128495 +446,0.363148444,0.768483434,485,1.102014914,0.728861163,2126.1420299 +447,0.903191366,-0.118210676,485,1.102014914,0.728861163,3431.739587 +448,-0.205755923,0.149406178,485,1.102014914,0.728861163,5052.6742314 +449,1.811996086,0.02364353,485,1.102014914,0.728861163,3764.8926294 +450,-1.100670221,0.314845373,485,1.102014914,0.728861163,7070.8989242 +451,0.340078597,0.850105132,485,1.102014914,0.728861163,2147.8218101 +452,0.258757267,0.804969236,485,1.102014914,0.728861163,2386.5334651 +453,2.78505352,-0.155160804,485,1.102014914,0.728861163,6960.8574209 +454,0.800551619,0.105822106,485,1.102014914,0.728861163,2686.6377026 +455,0.437940882,-0.506194031,485,1.102014914,0.728861163,5461.3897741 +456,2.230431122,0.63458615,485,1.102014914,0.728861163,3408.7110176 +457,0.527965361,0.127667701,485,1.102014914,0.728861163,3116.7785532 +458,-0.063643205,0.702093448,485,1.102014914,0.728861163,3395.1470601 +459,1.408447268,0.133010502,485,1.102014914,0.728861163,2593.2731218 +460,0.523795955,0.280266966,485,1.102014914,0.728861163,2649.3600587 +461,-0.975769313,0.072177659,485,1.102014914,0.728861163,7483.7934691 +462,0.549774164,-0.463663986,485,1.102014914,0.728861163,5138.4416101 +463,0.29245874,1.095549818,485,1.102014914,0.728861163,2360.2954538 +464,0.143625958,0.816809593,485,1.102014914,0.728861163,2684.2521021 +465,0.671902494,0.611159853,485,1.102014914,0.728861163,1408.5161876 +466,1.239840988,0.6724199,485,1.102014914,0.728861163,473.16032486 +467,0.607829703,-0.10932137,485,1.102014914,0.728861163,3770.64874 +468,1.763020906,0.263996692,485,1.102014914,0.728861163,2909.074497 +469,0.378714634,0.726066797,485,1.102014914,0.728861163,2118.6075019 +470,2.196736143,-0.153862366,485,1.102014914,0.728861163,5279.2578716 +471,0.01702415,0.148991565,485,1.102014914,0.728861163,4402.737741 +472,-2.998490902,-0.158002487,485,1.102014914,0.728861163,8424.8791795 +473,-3.051262951,-0.346595608,485,1.102014914,0.728861163,8762.8409693 +474,-1.069176439,0.182802941,485,1.102014914,0.728861163,7401.1606596 +475,0.167157509,0.595344954,485,1.102014914,0.728861163,2920.286901 +476,0.613855648,0.681746124,485,1.102014914,0.728861163,1477.4491279 +477,1.037012736,0.682555367,485,1.102014914,0.728861163,268.36773227 +478,-1.253574971,0.379755746,485,1.102014914,0.728861163,7192.9162888 +479,3.108590453,-0.132620738,485,1.102014914,0.728861163,7852.701331 +480,0.565301296,0.022333262,485,1.102014914,0.728861163,3389.041561 +481,0.547898238,0.855555614,485,1.102014914,0.728861163,1607.3782317 +482,0.948309381,0.417393755,485,1.102014914,0.728861163,1333.7202242 +483,-0.050600732,0.945269213,485,1.102014914,0.728861163,3053.5498929 +484,-0.977651478,-0.572363064,485,1.102014914,0.728861163,9110.0162635 +485,1.102014914,0.728861163,485,1.102014914,0.728861163,0 +486,2.927300795,-0.282939414,485,1.102014914,0.728861163,7707.2557001 +487,-1.154565557,0.124434095,485,1.102014914,0.728861163,7791.9372329 +488,1.855331234,0.291044755,485,1.102014914,0.728861163,3081.5587935 +489,0.830290659,0.276904518,485,1.102014914,0.728861163,2015.8563592 +490,0.485104466,-0.234867441,485,1.102014914,0.728861163,4431.6716863 +491,0.521367572,-0.33161327,485,1.102014914,0.728861163,4708.4427433 +1,-1.539031704,0.7349710123,486,2.927300795,-0.282939414,7683.7075436 +2,-1.536990553,0.7349663874,486,2.927300795,-0.282939414,7689.6959376 +3,-1.534951779,0.7349571355,486,2.927300795,-0.282939414,7695.6768858 +4,-1.532906461,0.7349480293,486,2.927300795,-0.282939414,7701.6775759 +5,-1.531320211,0.7346937278,486,2.927300795,-0.282939414,7706.2838724 +6,-1.539451648,0.7335131775,486,2.927300795,-0.282939414,7682.1609307 +7,-1.537429487,0.7335445708,486,2.927300795,-0.282939414,7688.1087472 +8,-1.535484998,0.7335658704,486,2.927300795,-0.282939414,7693.8263546 +9,-1.533488396,0.7336036027,486,2.927300795,-0.282939414,7699.7005626 +10,-1.531497785,0.7335842962,486,2.927300795,-0.282939414,7705.5459784 +11,-1.530259379,0.7334777758,486,2.927300795,-0.282939414,7709.164604 +12,-1.5335454,0.7322346912,486,2.927300795,-0.282939414,7699.2559636 +13,-1.531489083,0.7322238773,486,2.927300795,-0.282939414,7705.303375 +14,-1.530011122,0.7321679851,486,2.927300795,-0.282939414,7709.6408706 +15,-1.53348106,0.7306614094,486,2.927300795,-0.282939414,7699.1234532 +16,-1.531441779,0.7306962275,486,2.927300795,-0.282939414,7705.1381693 +17,-1.529755654,0.7306933243,486,2.927300795,-0.282939414,7710.1050908 +18,-1.533415048,0.7291384674,486,2.927300795,-0.282939414,7699.0030407 +19,-1.531392093,0.7291705353,486,2.927300795,-0.282939414,7704.977134 +20,-1.529296523,0.7291214933,486,2.927300795,-0.282939414,7711.149514 +21,-1.535280942,0.727267644,486,2.927300795,-0.282939414,7693.0984491 +22,-1.533378158,0.7276139666,486,2.927300795,-0.282939414,7698.7932171 +23,-1.531340368,0.7276446587,486,2.927300795,-0.282939414,7704.8188619 +24,-1.528960113,0.7276398177,486,2.927300795,-0.282939414,7711.8491871 +25,-1.533313146,0.7260818349,486,2.927300795,-0.282939414,7698.6616434 +26,-1.531259555,0.7260958115,486,2.927300795,-0.282939414,7704.7386652 +27,-1.528926415,0.7260865555,486,2.927300795,-0.282939414,7711.6382087 +28,-1.531226779,0.7245511789,486,2.927300795,-0.282939414,7704.5139888 +29,-1.528904772,0.7245519194,486,2.927300795,-0.282939414,7711.3918164 +30,-1.547195875,0.7409785979,486,2.927300795,-0.282939414,7661.1381936 +31,-1.5451475,0.740980426,486,2.927300795,-0.282939414,7667.1153996 +32,-1.543097679,0.7409798872,486,2.927300795,-0.282939414,7673.096746 +33,-1.540720364,0.7409892687,486,2.927300795,-0.282939414,7680.036362 +34,-1.547188511,0.7395198392,486,2.927300795,-0.282939414,7660.8290192 +35,-1.545148587,0.7395226109,486,2.927300795,-0.282939414,7666.7895316 +36,-1.543104538,0.7395314908,486,2.927300795,-0.282939414,7672.7638411 +37,-1.540727751,0.7395306258,486,2.927300795,-0.282939414,7679.7087486 +38,-1.547187029,0.7380014886,486,2.927300795,-0.282939414,7660.4857927 +39,-1.545147315,0.7380012252,486,2.927300795,-0.282939414,7666.453065 +40,-1.54310719,0.7380060743,486,2.927300795,-0.282939414,7672.423119 +41,-1.540719671,0.7380068206,486,2.927300795,-0.282939414,7679.4092061 +42,-1.547187189,0.7364799098,486,2.927300795,-0.282939414,7660.1335616 +43,-1.545149996,0.7364853874,486,2.927300795,-0.282939414,7666.102802 +44,-1.543106091,0.7364823484,486,2.927300795,-0.282939414,7672.0902182 +45,-1.540717158,0.7364893901,486,2.927300795,-0.282939414,7679.0912545 +46,-1.538663972,0.7410138672,486,2.927300795,-0.282939414,7686.04289 +47,-1.53695285,0.7409699132,486,2.927300795,-0.282939414,7691.0282271 +48,-1.534910498,0.7409641297,486,2.927300795,-0.282939414,7696.988516 +49,-1.533145034,0.7409536636,486,2.927300795,-0.282939414,7702.1400866 +50,-1.538681336,0.7395405883,486,2.927300795,-0.282939414,7685.6909939 +51,-1.536999189,0.7395183096,486,2.927300795,-0.282939414,7690.6024845 +52,-1.534923633,0.7395144222,486,2.927300795,-0.282939414,7696.6679138 +53,-1.533267822,0.7395654306,486,2.927300795,-0.282939414,7701.5174017 +54,-1.53867273,0.7380151077,486,2.927300795,-0.282939414,7685.4007866 +55,-1.536980576,0.7379994392,486,2.927300795,-0.282939414,7690.3495433 +56,-1.534931522,0.7379944961,486,2.927300795,-0.282939414,7696.3454103 +57,-1.533387952,0.7379480264,486,2.927300795,-0.282939414,7700.8541495 +58,-1.538682279,0.7364914363,486,2.927300795,-0.282939414,7685.0542685 +59,-1.536980704,0.7364810563,486,2.927300795,-0.282939414,7690.0383874 +60,-1.534935567,0.7364752065,486,2.927300795,-0.282939414,7696.0306719 +61,-1.533042592,0.7363876366,486,2.927300795,-0.282939414,7701.5614637 +62,-1.545143426,0.7349628011,486,2.927300795,-0.282939414,7665.7746452 +63,-1.543105297,0.7349691947,486,2.927300795,-0.282939414,7671.7552827 +64,-1.541064533,0.7349647152,486,2.927300795,-0.282939414,7677.7416609 +65,-1.545411803,0.7334624714,486,2.927300795,-0.282939414,7664.6405662 +66,-1.543446606,0.7334780896,486,2.927300795,-0.282939414,7670.416918 +67,-1.541475327,0.7334957295,486,2.927300795,-0.282939414,7676.2118501 +68,-1.545401939,0.731963266,486,2.927300795,-0.282939414,7664.3196715 +69,-1.54342253,0.7319915583,486,2.927300795,-0.282939414,7670.1483703 +70,-1.541455867,0.7320216438,486,2.927300795,-0.282939414,7675.9401259 +71,-1.545410146,0.7304422281,486,2.927300795,-0.282939414,7663.9370798 +72,-1.543435491,0.7304713664,486,2.927300795,-0.282939414,7669.7597875 +73,-1.541463105,0.7304997613,486,2.927300795,-0.282939414,7675.5757831 +74,-1.545414768,0.7289194936,486,2.927300795,-0.282939414,7663.5611148 +75,-1.543435774,0.7289538557,486,2.927300795,-0.282939414,7669.4056311 +76,-1.541457714,0.7289765881,486,2.927300795,-0.282939414,7675.2448248 +77,-1.539449415,0.7320555866,486,2.927300795,-0.282939414,7681.8498846 +78,-1.537429183,0.7321097681,486,2.927300795,-0.282939414,7687.804583 +79,-1.535472649,0.7321497267,486,2.927300795,-0.282939414,7693.5687796 +80,-1.539457899,0.7305333307,486,2.927300795,-0.282939414,7681.4897391 +81,-1.537453161,0.7305750503,486,2.927300795,-0.282939414,7687.4041604 +82,-1.535479385,0.7306124949,486,2.927300795,-0.282939414,7693.2264591 +83,-1.53946905,0.7290102593,486,2.927300795,-0.282939414,7681.1179461 +84,-1.537459922,0.7290417293,486,2.927300795,-0.282939414,7687.0510307 +85,-1.535451349,0.7290890157,486,2.927300795,-0.282939414,7692.98595 +86,-1.535522937,0.7279887191,486,2.927300795,-0.282939414,7692.5390125 +87,-1.539442524,0.7274735939,486,2.927300795,-0.282939414,7680.8507348 +88,-1.537424111,0.727521351,486,2.927300795,-0.282939414,7686.8228439 +89,-1.539384641,0.7259505092,486,2.927300795,-0.282939414,7680.6759683 +90,-1.537372391,0.7259947145,486,2.927300795,-0.282939414,7686.6370558 +91,-1.535340789,0.7260435356,486,2.927300795,-0.282939414,7692.6563615 +92,-1.539325716,0.7244369706,486,2.927300795,-0.282939414,7680.5034058 +93,-1.537308932,0.7244801057,486,2.927300795,-0.282939414,7686.4855745 +94,-1.535289068,0.7245247645,486,2.927300795,-0.282939414,7692.477196 +95,-1.533261366,0.7245550236,486,2.927300795,-0.282939414,7698.488913 +96,-1.539267302,0.722921924,486,2.927300795,-0.282939414,7680.3259426 +97,-1.537248972,0.7229660258,486,2.927300795,-0.282939414,7686.3208196 +98,-1.535219431,0.7229916471,486,2.927300795,-0.282939414,7692.3448335 +99,-1.53318962,0.7230212049,486,2.927300795,-0.282939414,7698.370674 +100,-1.531154816,0.7230299897,486,2.927300795,-0.282939414,7704.4070524 +101,-1.528878341,0.7230370244,486,2.927300795,-0.282939414,7711.1601854 +102,-1.539218189,0.7214009878,486,2.927300795,-0.282939414,7680.1164372 +103,-1.537198791,0.7214422745,486,2.927300795,-0.282939414,7686.1217699 +104,-1.535179266,0.7214634354,486,2.927300795,-0.282939414,7692.1229901 +105,-1.533156501,0.7214944644,486,2.927300795,-0.282939414,7698.1362141 +106,-1.53113574,0.7215166021,486,2.927300795,-0.282939414,7704.1416998 +107,-1.528874248,0.7215345535,486,2.927300795,-0.282939414,7710.8614234 +108,-1.539217656,0.7198512397,486,2.927300795,-0.282939414,7679.752543 +109,-1.537199919,0.7199428763,486,2.927300795,-0.282939414,7685.7726584 +110,-1.545425832,0.727397149,486,2.927300795,-0.282939414,7663.1626941 +111,-1.543371177,0.7273916949,486,2.927300795,-0.282939414,7669.2290505 +112,-1.541368852,0.7274523163,486,2.927300795,-0.282939414,7675.1566494 +113,-1.545349067,0.7258710923,486,2.927300795,-0.282939414,7663.0195064 +114,-1.54332671,0.7258603556,486,2.927300795,-0.282939414,7668.9971197 +115,-1.541346831,0.7259242142,486,2.927300795,-0.282939414,7674.867088 +116,-1.545324355,0.7243383958,486,2.927300795,-0.282939414,7662.7176651 +117,-1.543292796,0.7243617413,486,2.927300795,-0.282939414,7668.7386211 +118,-1.541295822,0.7244024384,486,2.927300795,-0.282939414,7674.6614855 +119,-1.543193859,0.7205570215,486,2.927300795,-0.282939414,7668.1064099 +120,-1.550257047,0.7386738187,486,2.927300795,-0.282939414,7651.6647951 +121,-1.549335448,0.7311736483,486,2.927300795,-0.282939414,7652.5574015 +122,-1.533478843,0.7179891343,486,2.927300795,-0.282939414,7696.3987519 +123,-1.556150555,0.738907041,486,2.927300795,-0.282939414,7634.4967564 +124,-1.554324226,0.733414257,486,2.927300795,-0.282939414,7638.453444 +125,-1.554290846,0.7288285332,486,2.927300795,-0.282939414,7637.3655456 +126,-1.55122487,0.7219795312,486,2.927300795,-0.282939414,7644.6300654 +127,-1.525104458,0.7229399862,486,2.927300795,-0.282939414,7722.3349813 +128,-1.519607711,0.7236181429,486,2.927300795,-0.282939414,7738.7660153 +129,-1.513899999,0.7251107854,486,2.927300795,-0.282939414,7755.9393146 +130,-1.536620762,0.7431061895,486,2.927300795,-0.282939414,7692.4170261 +131,-1.5369566,0.7460845958,486,2.927300795,-0.282939414,7692.0144289 +132,-1.545345528,0.7447040685,486,2.927300795,-0.282939414,7667.3491863 +133,-1.532813921,0.7432306626,486,2.927300795,-0.282939414,7703.5309177 +134,-1.554788248,0.7382381001,486,2.927300795,-0.282939414,7638.311105 +135,-1.540348126,0.7301594274,486,2.927300795,-0.282939414,7678.7837872 +136,-1.538016084,0.7239051786,486,2.927300795,-0.282939414,7684.2607574 +137,-1.525288962,0.7258085137,486,2.927300795,-0.282939414,7722.3455149 +138,-1.534326986,0.731241342,486,2.927300795,-0.282939414,7696.7517982 +139,-1.530733872,0.7303625216,486,2.927300795,-0.282939414,7707.1573369 +141,-1.534354939,0.7328219978,486,2.927300795,-0.282939414,7696.9949364 +142,-1.53157084,0.7292888153,486,2.927300795,-0.282939414,7704.4738575 +143,-1.525691035,0.7263799874,486,2.927300795,-0.282939414,7721.2658994 +144,-1.534031287,0.7495967835,486,2.927300795,-0.282939414,7701.1483119 +145,-1.527714986,0.7283095957,486,2.927300795,-0.282939414,7715.6581869 +146,-1.526189586,0.7271468292,486,2.927300795,-0.282939414,7719.9393831 +147,-1.555177336,0.7375563366,486,2.927300795,-0.282939414,7637.0023712 +148,-1.555080283,0.7312707794,486,2.927300795,-0.282939414,7635.6785108 +149,-1.53856994,0.7224180299,486,2.927300795,-0.282939414,7682.2773115 +150,-1.530837883,0.729933372,486,2.927300795,-0.282939414,7706.7651088 +151,-1.515066984,0.5854133365,486,2.927300795,-0.282939414,7713.5991876 +152,-1.534731633,0.5368370046,486,2.927300795,-0.282939414,7626.4794862 +153,-1.515231902,0.5607085576,486,2.927300795,-0.282939414,7702.9844957 +154,-2.616253799,1.0684566605,486,2.927300795,-0.282939414,5837.7203686 +155,-1.956071439,0.5792177723,486,2.927300795,-0.282939414,6285.612062 +156,-1.951208514,0.5602434208,486,2.927300795,-0.282939414,6276.76609 +157,-1.944675062,0.6062144545,486,2.927300795,-0.282939414,6355.2914918 +158,-1.613778386,0.6077989518,486,2.927300795,-0.282939414,7403.1231352 +159,-2.035029014,0.6021432345,486,2.927300795,-0.282939414,6072.9194225 +160,-2.114989471,0.6801825058,486,2.927300795,-0.282939414,5959.2860928 +161,-2.037382079,0.5765830025,486,2.927300795,-0.282939414,6028.7486902 +162,-2.129855121,0.6585019963,486,2.927300795,-0.282939414,5881.4848369 +163,-2.075141798,0.6493615843,486,2.927300795,-0.282939414,6024.0996379 +164,-1.828626729,0.6948433129,486,2.927300795,-0.282939414,6804.8851164 +165,-1.863329418,0.6735427691,486,2.927300795,-0.282939414,6680.3532219 +166,-1.266037071,0.727988852,486,2.927300795,-0.282939414,8487.7660831 +167,-1.277579582,0.7249010648,486,2.927300795,-0.282939414,8455.3683835 +168,-1.258418684,0.7241194816,486,2.927300795,-0.282939414,8512.140263 +169,-1.317813974,0.6804850104,486,2.927300795,-0.282939414,8350.3325606 +170,-1.344165204,0.6790988904,486,2.927300795,-0.282939414,8269.5856408 +171,-1.427582102,0.5277120351,486,2.927300795,-0.282939414,7986.4911358 +172,-1.402238616,0.457167829,486,2.927300795,-0.282939414,8049.1070499 +173,-1.422454264,0.4996161999,486,2.927300795,-0.282939414,7994.6262207 +174,-1.439089277,0.4894859811,486,2.927300795,-0.282939414,7933.0188276 +175,-1.448126995,0.5182330266,486,2.927300795,-0.282939414,7912.9990259 +176,-1.474626146,0.5881926574,486,2.927300795,-0.282939414,7847.4377979 +177,-1.421139645,0.5584869783,486,2.927300795,-0.282939414,8016.9212096 +178,-1.457037165,0.565943032,486,2.927300795,-0.282939414,7898.9495686 +179,-2.757159358,0.3745319,486,2.927300795,-0.282939414,3491.1317805 +180,-2.714309238,0.342054471,486,2.927300795,-0.282939414,3516.7362359 +181,-2.000525337,0.774119946,486,2.927300795,-0.282939414,6413.6793123 +183,-1.571413436,0.6777838382,486,2.927300795,-0.282939414,7569.4667363 +184,-1.552860289,0.6987663893,486,2.927300795,-0.282939414,7633.1516111 +185,-1.521852374,0.7165827476,486,2.927300795,-0.282939414,7730.7562143 +186,-1.503656267,0.6928968252,486,2.927300795,-0.282939414,7780.9968052 +187,-1.502753178,0.7136205882,486,2.927300795,-0.282939414,7787.2969037 +188,-1.631894563,0.7343596465,486,2.927300795,-0.282939414,7411.5633925 +189,-1.653765416,0.6770714026,486,2.927300795,-0.282939414,7316.8183955 +190,-1.719812114,0.6715965947,486,2.927300795,-0.282939414,7111.6973314 +191,-1.493406659,0.6646955447,486,2.927300795,-0.282939414,7806.8731 +192,-1.469120564,0.6613469966,486,2.927300795,-0.282939414,7881.9799986 +193,-1.590551461,0.5326612937,486,2.927300795,-0.282939414,7435.805899 +194,-1.625979264,0.5247742243,486,2.927300795,-0.282939414,7311.1720467 +195,-1.572293943,0.5238808754,486,2.927300795,-0.282939414,7492.3159601 +196,-1.610848725,0.5477107964,486,2.927300795,-0.282939414,7376.9873058 +197,-1.208485554,0.7918526018,486,2.927300795,-0.282939414,8607.2278809 +198,-1.335601374,0.6869083083,486,2.927300795,-0.282939414,8294.2791396 +199,-1.346156996,0.6825213377,486,2.927300795,-0.282939414,8262.8310855 +200,-1.324381037,0.6741422347,486,2.927300795,-0.282939414,8331.6108104 +201,-1.242424992,0.7378949807,486,2.927300795,-0.282939414,8551.0562363 +202,-1.270370057,0.7392461008,486,2.927300795,-0.282939414,8469.2844119 +203,-1.448950472,0.7441675014,486,2.927300795,-0.282939414,7948.001609 +204,-1.492662363,0.7523026852,486,2.927300795,-0.282939414,7821.2051974 +205,-1.479098966,0.7763855017,486,2.927300795,-0.282939414,7860.5669939 +206,-1.633760714,0.7869022408,486,2.927300795,-0.282939414,7428.4407132 +207,-1.647406434,0.8101289331,486,2.927300795,-0.282939414,7400.1422508 +208,-1.564245052,0.5701509278,486,2.927300795,-0.282939414,7544.6279801 +209,-1.646289963,0.6833746083,486,2.927300795,-0.282939414,7343.1331248 +210,-1.5820631,0.6751952144,486,2.927300795,-0.282939414,7535.7206919 +211,-1.613236298,0.6681681791,486,2.927300795,-0.282939414,7436.543962 +212,-1.914661867,0.8212566515,486,2.927300795,-0.282939414,6697.7074159 +213,-1.742133237,0.7250275956,486,2.927300795,-0.282939414,7084.307582 +214,-2.033144872,0.6557314699,486,2.927300795,-0.282939414,6156.0258865 +215,-2.039551981,0.6964723658,486,2.927300795,-0.282939414,6196.8665954 +216,-1.247341019,0.7622473908,486,2.927300795,-0.282939414,8521.6799582 +217,-1.298239787,0.7084123392,486,2.927300795,-0.282939414,8400.9695585 +218,-1.308539688,0.6926545592,486,2.927300795,-0.282939414,8375.255603 +219,-1.303263185,0.6888938396,486,2.927300795,-0.282939414,8392.4809804 +220,-1.852400229,0.6004246149,486,2.927300795,-0.282939414,6636.3829165 +221,-1.288947707,0.7473773692,486,2.927300795,-0.282939414,8411.4123441 +222,-1.372031502,0.7472790993,486,2.927300795,-0.282939414,8171.1717623 +223,-1.289805721,0.7242157877,486,2.927300795,-0.282939414,8419.6539845 +224,-1.350807603,0.7533498126,486,2.927300795,-0.282939414,8230.7155897 +225,-1.329290365,0.7560442322,486,2.927300795,-0.282939414,8291.5624826 +226,-1.410153004,0.616936428,486,2.927300795,-0.282939414,8063.4318908 +227,-1.393445434,0.6308995063,486,2.927300795,-0.282939414,8118.172639 +228,-1.37595573,0.6241540638,486,2.927300795,-0.282939414,8174.0607017 +229,-1.358388707,0.6172645205,486,2.927300795,-0.282939414,8230.6500775 +230,-1.753741133,0.8281661666,486,2.927300795,-0.282939414,7124.9964886 +231,-1.47430987,0.6834615681,486,2.927300795,-0.282939414,7869.1728386 +232,-1.421012508,0.7222725206,486,2.927300795,-0.282939414,8031.461623 +233,-1.4476833,0.6978557868,486,2.927300795,-0.282939414,7951.7226851 +234,-1.470370723,0.6966193374,486,2.927300795,-0.282939414,7882.7536442 +235,-1.429211703,0.7037216883,486,2.927300795,-0.282939414,8007.7225925 +236,-1.700578405,0.6178673663,486,2.927300795,-0.282939414,7132.2145704 +237,-1.678117619,0.6331716163,486,2.927300795,-0.282939414,7213.9566961 +238,-1.725644578,0.6316331145,486,2.927300795,-0.282939414,7063.5601519 +239,-2.14012759,0.7930497945,486,2.927300795,-0.282939414,6082.0374939 +240,-2.103289431,0.7653606263,486,2.927300795,-0.282939414,6129.9127531 +241,-1.318739838,0.7017808746,486,2.927300795,-0.282939414,8341.5930891 +242,-1.396417427,0.7077900843,486,2.927300795,-0.282939414,8106.32281 +243,-1.35650337,0.7185539404,486,2.927300795,-0.282939414,8223.9096596 +244,-1.248884539,0.7274156818,486,2.927300795,-0.282939414,8538.3393944 +245,-1.395014798,0.5761185243,486,2.927300795,-0.282939414,8107.6262695 +246,-1.433377362,0.6064716109,486,2.927300795,-0.282939414,7986.669016 +247,-1.408172432,0.5903155476,486,2.927300795,-0.282939414,8066.3782506 +248,-1.749645898,0.7757118084,486,2.927300795,-0.282939414,7099.6385867 +249,-1.571626686,0.615046989,486,2.927300795,-0.282939414,7542.4012248 +250,-1.514070049,0.6303003037,486,2.927300795,-0.282939414,7732.6373424 +251,-1.480890369,0.6237966528,486,2.927300795,-0.282939414,7836.9355913 +252,-1.704390658,0.5281680612,486,2.927300795,-0.282939414,7050.0495116 +253,-1.64434733,0.5254277498,486,2.927300795,-0.282939414,7249.6555518 +254,-1.703855997,0.4792484842,486,2.927300795,-0.282939414,7010.9008551 +255,-1.692002383,0.5748825051,486,2.927300795,-0.282939414,7127.7914247 +256,-1.854136457,0.5544643913,486,2.927300795,-0.282939414,6581.5217285 +257,-1.665021206,0.520317736,486,2.927300795,-0.282939414,7176.186317 +258,-1.733654349,0.4845187345,486,2.927300795,-0.282939414,6913.5449104 +259,-1.720938188,0.5135933906,486,2.927300795,-0.282939414,6982.2604636 +260,-1.742668307,0.553296122,486,2.927300795,-0.282939414,6944.2585581 +261,-1.965659039,0.7142126903,486,2.927300795,-0.282939414,6430.2250834 +262,-1.944438071,0.6772834804,486,2.927300795,-0.282939414,6444.7262668 +263,-1.270340967,0.7681487096,486,2.927300795,-0.282939414,8453.1071205 +264,-1.353091884,0.6549276821,486,2.927300795,-0.282939414,8245.3206265 +265,-1.333236659,0.6413584414,486,2.927300795,-0.282939414,8309.5597606 +266,-1.352015998,0.6753788907,486,2.927300795,-0.282939414,8246.0014254 +267,-1.377988483,0.6577816235,486,2.927300795,-0.282939414,8166.9857317 +268,-2.13075611,0.8318642051,486,2.927300795,-0.282939414,6171.3849711 +269,-2.097910953,0.8259670014,486,2.927300795,-0.282939414,6241.5065785 +270,-1.416382069,0.6694271549,486,2.927300795,-0.282939414,8046.9905529 +271,-1.538905672,0.7535625993,486,2.927300795,-0.282939414,7687.775805 +272,-1.572309477,0.7803125099,486,2.927300795,-0.282939414,7598.2428628 +273,-1.87759879,0.7503853417,486,2.927300795,-0.282939414,6720.3303297 +274,1.152365588,0.590457682,486,2.927300795,-0.282939414,7500.1663522 +275,0.350198001,0.718001859,486,2.927300795,-0.282939414,9859.8368401 +276,0.046513677,0.491503852,486,2.927300795,-0.282939414,11182.196061 +277,0.027510309,0.742571376,486,2.927300795,-0.282939414,10447.317328 +278,0.306285725,-0.214631579,486,2.927300795,-0.282939414,9607.923342 +279,-1.100564889,0.318051531,486,2.927300795,-0.282939414,9098.3082537 +280,-1.078582306,0.301437596,486,2.927300795,-0.282939414,9173.8142307 +281,-1.137371989,-0.617634065,486,2.927300795,-0.282939414,7473.162139 +282,0.784356344,0.703272339,486,2.927300795,-0.282939414,8658.6345289 +283,-1.221209947,0.218327455,486,2.927300795,-0.282939414,8583.4779337 +284,2.347301921,-0.449114658,486,2.927300795,-0.282939414,2236.673715 +285,0.246820618,0.830553713,486,2.927300795,-0.282939414,9804.7197722 +286,0.829414965,0.703288228,486,2.927300795,-0.282939414,8523.7474686 +287,-1.337537566,0.42332223,486,2.927300795,-0.282939414,8266.4850292 +288,0.882453706,0.454478077,486,2.927300795,-0.282939414,8371.3521064 +289,1.575629659,0.416419109,486,2.927300795,-0.282939414,5912.7699435 +290,-1.039455679,0.229888244,486,2.927300795,-0.282939414,9281.8573619 +291,0.489558039,0.934482747,486,2.927300795,-0.282939414,9074.7031809 +292,0.081344504,0.88384514,486,2.927300795,-0.282939414,9884.429569 +293,-1.547979814,0.300350308,486,2.927300795,-0.282939414,7420.7279829 +294,0.040776181,0.168560074,486,2.927300795,-0.282939414,11360.621157 +295,-1.130374745,0.563894876,486,2.927300795,-0.282939414,8990.4436423 +296,1.578326642,0.478507176,486,2.927300795,-0.282939414,5988.1594187 +297,-1.12861823,-0.291640865,486,2.927300795,-0.282939414,8209.7110439 +298,0.310524208,0.770885792,486,2.927300795,-0.282939414,9833.5154176 +299,0.415649091,-0.387246002,486,2.927300795,-0.282939414,8835.8382202 +300,-0.926533878,-0.188022748,486,2.927300795,-0.282939414,9086.644654 +301,1.258856172,-0.11716081,486,2.927300795,-0.282939414,6461.0796966 +302,-1.126050026,0.322941926,486,2.927300795,-0.282939414,9004.9635458 +303,2.002785835,0.07893892,486,2.927300795,-0.282939414,3893.9850467 +304,0.440437607,0.746258085,486,2.927300795,-0.282939414,9573.8048188 +305,-0.030391866,0.214441206,486,2.927300795,-0.282939414,11687.701108 +306,0.521557815,-0.058929362,486,2.927300795,-0.282939414,9260.7328138 +307,-0.097005111,0.13317729,486,2.927300795,-0.282939414,11696.810165 +308,1.83113859,0.221857587,486,2.927300795,-0.282939414,4734.9223652 +309,0.222428864,0.099404236,486,2.927300795,-0.282939414,10599.365137 +310,-1.702731345,0.8728568183,486,2.927300795,-0.282939414,7282.8929096 +311,-0.418507569,0.278324921,486,2.927300795,-0.282939414,11666.483688 +312,-1.41153306,0.339029988,486,2.927300795,-0.282939414,7953.2977741 +313,0.357560442,0.114788776,486,2.927300795,-0.282939414,10129.64372 +314,0.325818979,0.268352149,486,2.927300795,-0.282939414,10386.347584 +315,-1.246004659,-0.663679965,486,2.927300795,-0.282939414,7085.6057864 +316,1.814603087,0.637404484,486,2.927300795,-0.282939414,5524.6313063 +317,1.843704281,-0.18300445,486,2.927300795,-0.282939414,4180.625873 +318,1.690644492,-0.211480909,486,2.927300795,-0.282939414,4735.5682181 +319,-1.275451936,0.068109467,486,2.927300795,-0.282939414,8233.8632255 +320,0.762430171,-0.207594741,486,2.927300795,-0.282939414,8152.851207 +321,0.265668905,-0.014647884,486,2.927300795,-0.282939414,10227.991941 +322,-2.773032013,-0.335515811,486,2.927300795,-0.282939414,2205.7217452 +323,-1.469512853,0.174058777,486,2.927300795,-0.282939414,7603.9351557 +324,0.286276986,0.785925691,486,2.927300795,-0.282939414,9848.3358419 +325,-1.379324697,0.377432233,486,2.927300795,-0.282939414,8094.0361766 +326,-1.203778265,0.212813032,486,2.927300795,-0.282939414,8645.3320808 +327,0.579916301,0.611743168,486,2.927300795,-0.282939414,9356.2652738 +328,0.267582642,0.868113908,486,2.927300795,-0.282939414,9659.5341137 +329,0.412869244,-0.050245578,486,2.927300795,-0.282939414,9656.7754331 +330,0.17524381,0.976660285,486,2.927300795,-0.282939414,9455.2100116 +331,0.743157214,0.204812899,486,2.927300795,-0.282939414,8760.688217 +332,-1.070758176,0.269382282,486,2.927300795,-0.282939414,9187.4670691 +333,-1.230364251,0.329790229,486,2.927300795,-0.282939414,8619.0961439 +334,-1.374813124,-0.024926835,486,2.927300795,-0.282939414,7748.4734801 +335,0.519780566,0.463669906,486,2.927300795,-0.282939414,9656.8814952 +336,-1.55108034,0.239698561,486,2.927300795,-0.282939414,7356.6503487 +337,0.180294813,0.029739425,486,2.927300795,-0.282939414,10606.739574 +338,0.67820924,0.268170153,486,2.927300795,-0.282939414,9050.5692836 +339,0.445798684,1.024001867,486,2.927300795,-0.282939414,8936.2260263 +340,0.691751283,0.150521402,486,2.927300795,-0.282939414,8908.8429337 +341,-1.036643551,-0.903056181,486,2.927300795,-0.282939414,6960.5755385 +342,-0.120287036,1.083325163,486,2.927300795,-0.282939414,9262.574277 +343,2.823513113,-0.304487164,486,2.927300795,-0.282939414,402.62374263 +344,0.457583172,1.12513373,486,2.927300795,-0.282939414,8652.6382061 +345,0.042918831,0.813795399,486,2.927300795,-0.282939414,10177.136903 +346,1.196146777,-0.853142756,486,2.927300795,-0.282939414,5787.3543899 +347,0.206001358,-0.010430701,486,2.927300795,-0.282939414,10431.578601 +348,-0.268308653,0.234799412,486,2.927300795,-0.282939414,12162.550859 +349,0.759363263,0.736189579,486,2.927300795,-0.282939414,8709.5983953 +350,0.181363926,0.891988372,486,2.927300795,-0.282939414,9725.5319218 +351,-0.021111158,0.139103292,486,2.927300795,-0.282939414,11504.03609 +352,-0.093355215,0.630686981,486,2.927300795,-0.282939414,11002.024103 +353,0.40118964,0.681375926,486,2.927300795,-0.282939414,9796.267706 +354,-0.721197315,1.304706234,486,2.927300795,-0.282939414,8250.799323 +355,-1.076150317,0.212107639,486,2.927300795,-0.282939414,9129.6216723 +356,-1.577164531,0.273993443,486,2.927300795,-0.282939414,7289.8952661 +357,-0.190788414,0.182208586,486,2.927300795,-0.282939414,12034.708683 +358,-0.261349752,0.209710184,486,2.927300795,-0.282939414,12102.095053 +359,-1.029303852,0.083549259,486,2.927300795,-0.282939414,9181.5975946 +360,-1.268609162,0.330525297,486,2.927300795,-0.282939414,8477.307833 +361,1.282982244,-0.926641967,486,2.927300795,-0.282939414,5501.5091908 +362,0.217352334,0.731352408,486,2.927300795,-0.282939414,10140.134786 +363,-1.511833084,0.258629297,486,2.927300795,-0.282939414,7520.1694878 +364,0.338812194,0.823184618,486,2.927300795,-0.282939414,9642.9729371 +365,-0.324406489,1.134201999,486,2.927300795,-0.282939414,9059.0645479 +366,1.389579348,0.399185724,486,2.927300795,-0.282939414,6536.1659098 +367,2.047152199,-0.039082036,486,2.927300795,-0.282939414,3562.1766464 +368,0.947780369,0.568250077,486,2.927300795,-0.282939414,8168.5472547 +369,0.763824846,0.576754987,486,2.927300795,-0.282939414,8779.9906152 +370,-0.142334657,0.928153068,486,2.927300795,-0.282939414,9878.3642126 +371,0.610266567,0.547265983,486,2.927300795,-0.282939414,9304.1175279 +372,0.210731629,0.746815056,486,2.927300795,-0.282939414,10111.76625 +373,-1.34931644,0.316895224,486,2.927300795,-0.282939414,8169.6221114 +374,2.407696481,0.655030745,486,2.927300795,-0.282939414,4189.3536775 +375,0.64207831,0.545359131,486,2.927300795,-0.282939414,9198.3645364 +376,1.174597538,0.840588356,486,2.927300795,-0.282939414,7528.3258142 +377,0.660059424,0.010604079,486,2.927300795,-0.282939414,8865.3340162 +378,-0.730263819,0.010486456,486,2.927300795,-0.282939414,10158.406455 +379,0.831068936,0.512339172,486,2.927300795,-0.282939414,8560.3464387 +380,1.301180979,0.72367476,486,2.927300795,-0.282939414,7119.4070471 +381,1.811128231,0.322854402,486,2.927300795,-0.282939414,4968.0195957 +382,0.435105812,0.992284428,486,2.927300795,-0.282939414,9034.664758 +383,0.62643634,0.592027932,486,2.927300795,-0.282939414,9222.9306687 +384,0.492988703,-0.516339467,486,2.927300795,-0.282939414,8281.8292161 +385,-0.162469483,0.112549365,486,2.927300795,-0.282939414,11739.640519 +386,0.314630866,0.472006421,486,2.927300795,-0.282939414,10364.228122 +387,0.166744804,0.822815954,486,2.927300795,-0.282939414,9968.0022503 +388,0.417159608,0.965805736,486,2.927300795,-0.282939414,9132.5582038 +389,0.106334961,0.868774244,486,2.927300795,-0.282939414,9905.8532611 +390,0.815086969,-0.338144359,486,2.927300795,-0.282939414,7741.2013063 +391,0.59867455,-0.230624824,486,2.927300795,-0.282939414,8666.5173906 +392,1.915104874,0.066220985,486,2.927300795,-0.282939414,4196.5485665 +393,1.278093622,0.064463721,486,2.927300795,-0.282939414,6591.0064604 +394,-0.061477853,0.302997961,486,2.927300795,-0.282939414,11858.981203 +395,0.251311504,0.626976942,486,2.927300795,-0.282939414,10311.978527 +396,2.950242872,0.149095644,486,2.927300795,-0.282939414,1713.6532533 +397,-0.180294708,0.35375117,486,2.927300795,-0.282939414,12135.594797 +398,1.010448592,-0.351180233,486,2.927300795,-0.282939414,7059.1040435 +399,-1.748740498,0.3686318073,486,2.927300795,-0.282939414,6750.9021669 +400,2.699635665,0.123533791,486,2.927300795,-0.282939414,1840.8911893 +401,0.496808033,0.823843254,486,2.927300795,-0.282939414,9288.466398 +402,0.129574704,0.763364087,486,2.927300795,-0.282939414,10217.708293 +403,1.798920311,0.817447563,486,2.927300795,-0.282939414,5914.2640754 +404,0.335987953,0.746786541,486,2.927300795,-0.282939414,9831.6388761 +405,-1.085413643,0.292154671,486,2.927300795,-0.282939414,9143.8553005 +406,-0.155321003,0.508207011,486,2.927300795,-0.282939414,11526.062947 +407,0.620529244,-0.301175104,486,2.927300795,-0.282939414,8447.5706929 +408,1.684402744,0.368716966,486,2.927300795,-0.282939414,5473.4322958 +409,0.300582244,-0.386397212,486,2.927300795,-0.282939414,9124.3735722 +410,2.913555946,-0.009225192,486,2.927300795,-0.282939414,1085.5103102 +411,1.465101417,0.493232532,486,2.927300795,-0.282939414,6382.4495705 +412,0.090612882,0.907955955,486,2.927300795,-0.282939414,9789.195674 +413,2.987564726,-0.729568594,486,2.927300795,-0.282939414,1780.9775927 +414,-1.484261606,0.224149272,486,2.927300795,-0.282939414,7593.8108592 +415,0.164073421,0.303955133,486,2.927300795,-0.282939414,11007.554487 +416,0.141441293,0.167552546,486,2.927300795,-0.282939414,10997.520519 +417,2.931321023,-0.506718887,486,2.927300795,-0.282939414,886.51158511 +418,2.21951565,0.700596356,486,2.927300795,-0.282939414,4687.5130817 +419,0.268112576,1.199114336,486,2.927300795,-0.282939414,8619.769795 +420,0.978913739,0.359223811,486,2.927300795,-0.282939414,7980.6755513 +421,1.210898818,0.522863584,486,2.927300795,-0.282939414,7264.2478066 +422,2.347397336,0.129231362,486,2.927300795,-0.282939414,2798.8147538 +423,0.614394501,0.556878345,486,2.927300795,-0.282939414,9284.8276868 +424,-1.398079356,0.148483366,486,2.927300795,-0.282939414,7850.7631099 +425,2.535303836,-0.112984496,486,2.927300795,-0.282939414,1662.3392042 +426,-1.019372593,-0.405322349,486,2.927300795,-0.282939414,8302.7185624 +427,-1.297785627,-0.160104069,486,2.927300795,-0.282939414,7849.2150372 +428,2.144554488,0.205051084,486,2.927300795,-0.282939414,3624.858516 +429,-2.242387083,-0.426171285,486,2.927300795,-0.282939414,4141.2780008 +430,0.338637212,0.909723676,486,2.927300795,-0.282939414,9417.6107629 +431,-0.148798452,0.691042401,486,2.927300795,-0.282939414,10811.591944 +432,0.893524764,0.441829531,486,2.927300795,-0.282939414,8328.2240075 +433,0.969229347,-0.368847936,486,2.927300795,-0.282939414,7172.1621749 +434,0.436043248,0.800045688,486,2.927300795,-0.282939414,9478.9972247 +435,1.687946607,1.081504775,486,2.927300795,-0.282939414,6616.9428463 +436,0.522302046,-0.034889271,486,2.927300795,-0.282939414,9299.5809768 +437,-0.178996113,-0.438090009,486,2.927300795,-0.282939414,9584.6029103 +438,-1.094339566,0.301444068,486,2.927300795,-0.282939414,9114.5951195 +439,-1.064070054,0.242569932,486,2.927300795,-0.282939414,9196.8065388 +440,-1.068153768,0.230387998,486,2.927300795,-0.282939414,9173.1926331 +441,-3.00496892,-0.23989155,486,2.927300795,-0.282939414,1352.9484434 +442,0.21751974,0.766874888,486,2.927300795,-0.282939414,10041.875404 +443,0.117229532,0.007619006,486,2.927300795,-0.282939414,10750.978551 +444,0.777758451,0.420554741,486,2.927300795,-0.282939414,8738.4467774 +445,-0.252356999,0.250747086,486,2.927300795,-0.282939414,12250.431633 +446,0.363148444,0.768483434,486,2.927300795,-0.282939414,9718.4776873 +447,0.903191366,-0.118210676,486,2.927300795,-0.282939414,7785.9401312 +448,-0.205755923,0.149406178,486,2.927300795,-0.282939414,11913.895168 +449,1.811996086,0.02364353,486,2.927300795,-0.282939414,4523.8182918 +450,-1.100670221,0.314845373,486,2.927300795,-0.282939414,9096.6167243 +451,0.340078597,0.850105132,486,2.927300795,-0.282939414,9572.2716403 +452,0.258757267,0.804969236,486,2.927300795,-0.282939414,9853.7515254 +453,2.78505352,-0.155160804,486,2.927300795,-0.282939414,747.09222799 +454,0.800551619,0.105822106,486,2.927300795,-0.282939414,8450.5469026 +455,0.437940882,-0.506194031,486,2.927300795,-0.282939414,8444.2220747 +456,2.230431122,0.63458615,486,2.927300795,-0.282939414,4472.263896 +457,0.527965361,0.127667701,486,2.927300795,-0.282939414,9506.6087047 +458,-0.063643205,0.702093448,486,2.927300795,-0.282939414,10704.530477 +459,1.408447268,0.133010502,486,2.927300795,-0.282939414,6172.844946 +460,0.523795955,0.280266966,486,2.927300795,-0.282939414,9640.6000184 +461,-0.975769313,0.072177659,486,2.927300795,-0.282939414,9368.0774853 +462,0.549774164,-0.463663986,486,2.927300795,-0.282939414,8274.2647255 +463,0.29245874,1.095549818,486,2.927300795,-0.282939414,8933.7556083 +464,0.143625958,0.816809593,486,2.927300795,-0.282939414,10024.458653 +465,0.671902494,0.611159853,486,2.927300795,-0.282939414,9063.9358742 +466,1.239840988,0.6724199,486,2.927300795,-0.282939414,7269.2355143 +467,0.607829703,-0.10932137,486,2.927300795,-0.282939414,8866.9945131 +468,1.763020906,0.263996692,486,2.927300795,-0.282939414,5041.2256081 +469,0.378714634,0.726066797,486,2.927300795,-0.282939414,9770.8703651 +470,2.196736143,-0.153862366,486,2.927300795,-0.282939414,2865.6181788 +471,0.01702415,0.148991565,486,2.927300795,-0.282939414,11404.177951 +472,-2.998490902,-0.158002487,486,2.927300795,-0.282939414,1466.0275376 +473,-3.051262951,-0.346595608,486,2.927300795,-0.282939414,1174.0341332 +474,-1.069176439,0.182802941,486,2.927300795,-0.282939414,9132.5841327 +475,0.167157509,0.595344954,486,2.927300795,-0.282939414,10607.584029 +476,0.613855648,0.681746124,486,2.927300795,-0.282939414,9184.5182526 +477,1.037012736,0.682555367,486,2.927300795,-0.282939414,7895.8183444 +478,-1.253574971,0.379755746,486,2.927300795,-0.282939414,8554.8214492 +479,3.108590453,-0.132620738,486,2.927300795,-0.282939414,920.38611841 +480,0.565301296,0.022333262,486,2.927300795,-0.282939414,9232.6355911 +481,0.547898238,0.855555614,486,2.927300795,-0.282939414,9110.2029187 +482,0.948309381,0.417393755,486,2.927300795,-0.282939414,8122.4918399 +483,-0.050600732,0.945269213,486,2.927300795,-0.282939414,9772.3224267 +484,-0.977651478,-0.572363064,486,2.927300795,-0.282939414,7991.3678125 +485,1.102014914,0.728861163,486,2.927300795,-0.282939414,7707.2557001 +486,2.927300795,-0.282939414,486,2.927300795,-0.282939414,0 +487,-1.154565557,0.124434095,486,2.927300795,-0.282939414,8753.0266618 +488,1.855331234,0.291044755,486,2.927300795,-0.282939414,4763.4549375 +489,0.830290659,0.276904518,486,2.927300795,-0.282939414,8482.5649152 +490,0.485104466,-0.234867441,486,2.927300795,-0.282939414,9022.9031459 +491,0.521367572,-0.33161327,486,2.927300795,-0.282939414,8683.5714943 +1,-1.539031704,0.7349710123,487,-1.154565557,0.124434095,2768.0182774 +2,-1.536990553,0.7349663874,487,-1.154565557,0.124434095,2764.5404246 +3,-1.534951779,0.7349571355,487,-1.154565557,0.124434095,2761.0654551 +4,-1.532906461,0.7349480293,487,-1.154565557,0.124434095,2757.5938146 +5,-1.531320211,0.7346937278,487,-1.154565557,0.124434095,2754.1062145 +6,-1.539451648,0.7335131775,487,-1.154565557,0.124434095,2764.0259866 +7,-1.537429487,0.7335445708,487,-1.154565557,0.124434095,2760.6845429 +8,-1.535484998,0.7335658704,487,-1.154565557,0.124434095,2757.4559456 +9,-1.533488396,0.7336036027,487,-1.154565557,0.124434095,2754.2058103 +10,-1.531497785,0.7335842962,487,-1.154565557,0.124434095,2750.794135 +11,-1.530259379,0.7334777758,487,-1.154565557,0.124434095,2748.370528 +12,-1.5335454,0.7322346912,487,-1.154565557,0.124434095,2749.8596199 +13,-1.531489083,0.7322238773,487,-1.154565557,0.124434095,2746.3559439 +14,-1.530011122,0.7321679851,487,-1.154565557,0.124434095,2743.6898326 +15,-1.53348106,0.7306614094,487,-1.154565557,0.124434095,2744.6486846 +16,-1.531441779,0.7306962275,487,-1.154565557,0.124434095,2741.3121696 +17,-1.529755654,0.7306933243,487,-1.154565557,0.124434095,2738.4613554 +18,-1.533415048,0.7291384674,487,-1.154565557,0.124434095,2739.6012537 +19,-1.531392093,0.7291705353,487,-1.154565557,0.124434095,2736.2739198 +20,-1.529296523,0.7291214933,487,-1.154565557,0.124434095,2732.5746932 +21,-1.535280942,0.727267644,487,-1.154565557,0.124434095,2736.7318242 +22,-1.533378158,0.7276139666,487,-1.154565557,0.124434095,2734.6014553 +23,-1.531340368,0.7276446587,487,-1.154565557,0.124434095,2731.2347975 +24,-1.528960113,0.7276398177,487,-1.154565557,0.124434095,2727.1884706 +25,-1.533313146,0.7260818349,487,-1.154565557,0.124434095,2729.5322527 +26,-1.531259555,0.7260958115,487,-1.154565557,0.124434095,2726.0748881 +27,-1.528926415,0.7260865555,487,-1.154565557,0.124434095,2722.0829118 +28,-1.531226779,0.7245511789,487,-1.154565557,0.124434095,2721.0136614 +29,-1.528904772,0.7245519194,487,-1.154565557,0.124434095,2717.0617879 +30,-1.547195875,0.7409785979,487,-1.154565557,0.124434095,2801.289224 +31,-1.5451475,0.740980426,487,-1.154565557,0.124434095,2797.8039036 +32,-1.543097679,0.7409798872,487,-1.154565557,0.124434095,2794.3222607 +33,-1.540720364,0.7409892687,487,-1.154565557,0.124434095,2790.3340327 +34,-1.547188511,0.7395198392,487,-1.154565557,0.124434095,2796.589307 +35,-1.545148587,0.7395226109,487,-1.154565557,0.124434095,2793.1119693 +36,-1.543104538,0.7395314908,487,-1.154565557,0.124434095,2789.6610081 +37,-1.540727751,0.7395306258,487,-1.154565557,0.124434095,2785.6295577 +38,-1.547187029,0.7380014886,487,-1.154565557,0.124434095,2791.7115343 +39,-1.545147315,0.7380012252,487,-1.154565557,0.124434095,2788.2149145 +40,-1.54310719,0.7380060743,487,-1.154565557,0.124434095,2784.747731 +41,-1.540719671,0.7380068206,487,-1.154565557,0.124434095,2780.6917446 +42,-1.547187189,0.7364799098,487,-1.154565557,0.124434095,2786.8299067 +43,-1.545149996,0.7364853874,487,-1.154565557,0.124434095,2783.3461349 +44,-1.543106091,0.7364823484,487,-1.154565557,0.124434095,2779.8371908 +45,-1.540717158,0.7364893901,487,-1.154565557,0.124434095,2775.7875409 +46,-1.538663972,0.7410138672,487,-1.154565557,0.124434095,2786.9527927 +47,-1.53695285,0.7409699132,487,-1.154565557,0.124434095,2783.9410253 +48,-1.534910498,0.7409641297,487,-1.154565557,0.124434095,2780.5102513 +49,-1.533145034,0.7409536636,487,-1.154565557,0.124434095,2777.5379478 +50,-1.538681336,0.7395405883,487,-1.154565557,0.124434095,2782.2081155 +51,-1.536999189,0.7395183096,487,-1.154565557,0.124434095,2779.3073579 +52,-1.534923633,0.7395144222,487,-1.154565557,0.124434095,2775.8175893 +53,-1.533267822,0.7395654306,487,-1.154565557,0.124434095,2773.2200524 +54,-1.53867273,0.7380151077,487,-1.154565557,0.124434095,2777.2541354 +55,-1.536980576,0.7379994392,487,-1.154565557,0.124434095,2774.3499415 +56,-1.534931522,0.7379944961,487,-1.154565557,0.124434095,2770.8913569 +57,-1.533387952,0.7379480264,487,-1.154565557,0.124434095,2768.1561471 +58,-1.538682279,0.7364914363,487,-1.154565557,0.124434095,2772.3403044 +59,-1.536980704,0.7364810563,487,-1.154565557,0.124434095,2769.4291435 +60,-1.534935567,0.7364752065,487,-1.154565557,0.124434095,2765.9643639 +61,-1.533042592,0.7363876366,487,-1.154565557,0.124434095,2762.5026229 +62,-1.545143426,0.7349628011,487,-1.154565557,0.124434095,2778.4434691 +63,-1.543105297,0.7349691947,487,-1.154565557,0.124434095,2774.9648718 +64,-1.541064533,0.7349647152,487,-1.154565557,0.124434095,2771.4605356 +65,-1.545411803,0.7334624714,487,-1.154565557,0.124434095,2774.0902949 +66,-1.543446606,0.7334780896,487,-1.154565557,0.124434095,2770.7551061 +67,-1.541475327,0.7334957295,487,-1.154565557,0.124434095,2767.4289902 +68,-1.545401939,0.731963266,487,-1.154565557,0.124434095,2769.2655082 +69,-1.54342253,0.7319915583,487,-1.154565557,0.124434095,2765.937083 +70,-1.541455867,0.7320216438,487,-1.154565557,0.124434095,2762.6496635 +71,-1.545410146,0.7304422281,487,-1.154565557,0.124434095,2764.4057097 +72,-1.543435491,0.7304713664,487,-1.154565557,0.124434095,2761.0783956 +73,-1.541463105,0.7304997613,487,-1.154565557,0.124434095,2757.765911 +74,-1.545414768,0.7289194936,487,-1.154565557,0.124434095,2759.5381009 +75,-1.543435774,0.7289538557,487,-1.154565557,0.124434095,2756.2102056 +76,-1.541457714,0.7289765881,487,-1.154565557,0.124434095,2752.8600062 +77,-1.539449415,0.7320555866,487,-1.154565557,0.124434095,2759.3198656 +78,-1.537429183,0.7321097681,487,-1.154565557,0.124434095,2756.0458723 +79,-1.535472649,0.7321497267,487,-1.154565557,0.124434095,2752.8483033 +80,-1.539457899,0.7305333307,487,-1.154565557,0.124434095,2754.4271142 +81,-1.537453161,0.7305750503,487,-1.154565557,0.124434095,2751.1293162 +82,-1.535479385,0.7306124949,487,-1.154565557,0.124434095,2747.884413 +83,-1.53946905,0.7290102593,487,-1.154565557,0.124434095,2749.5401279 +84,-1.537459922,0.7290417293,487,-1.154565557,0.124434095,2746.191757 +85,-1.535451349,0.7290890157,487,-1.154565557,0.124434095,2742.9094487 +86,-1.535522937,0.7279887191,487,-1.154565557,0.124434095,2739.4756002 +87,-1.539442524,0.7274735939,487,-1.154565557,0.124434095,2744.5482494 +88,-1.537424111,0.727521351,487,-1.154565557,0.124434095,2741.2266049 +89,-1.539384641,0.7259505092,487,-1.154565557,0.124434095,2739.5493554 +90,-1.537372391,0.7259947145,487,-1.154565557,0.124434095,2736.2172566 +91,-1.535340789,0.7260435356,487,-1.154565557,0.124434095,2732.881081 +92,-1.539325716,0.7244369706,487,-1.154565557,0.124434095,2734.5825508 +93,-1.537308932,0.7244801057,487,-1.154565557,0.124434095,2731.229629 +94,-1.535289068,0.7245247645,487,-1.154565557,0.124434095,2727.8906257 +95,-1.533261366,0.7245550236,487,-1.154565557,0.124434095,2724.5060575 +96,-1.539267302,0.722921924,487,-1.154565557,0.124434095,2729.6149853 +97,-1.537248972,0.7229660258,487,-1.154565557,0.124434095,2726.2528963 +98,-1.535219431,0.7229916471,487,-1.154565557,0.124434095,2722.8262396 +99,-1.53318962,0.7230212049,487,-1.154565557,0.124434095,2719.4261656 +100,-1.531154816,0.7230299897,487,-1.154565557,0.124434095,2715.9647397 +101,-1.528878341,0.7230370244,487,-1.154565557,0.124434095,2712.1000819 +102,-1.539218189,0.7214009878,487,-1.154565557,0.124434095,2724.6479702 +103,-1.537198791,0.7214422745,487,-1.154565557,0.124434095,2721.2652378 +104,-1.535179266,0.7214634354,487,-1.154565557,0.124434095,2717.8318092 +105,-1.533156501,0.7214944644,487,-1.154565557,0.124434095,2714.4388048 +106,-1.53113574,0.7215166021,487,-1.154565557,0.124434095,2711.0348592 +107,-1.528874248,0.7215345535,487,-1.154565557,0.124434095,2707.2202319 +108,-1.539217656,0.7198512397,487,-1.154565557,0.124434095,2719.6769175 +109,-1.537199919,0.7199428763,487,-1.154565557,0.124434095,2716.44854 +110,-1.545425832,0.727397149,487,-1.154565557,0.124434095,2754.6868422 +111,-1.543371177,0.7273916949,487,-1.154565557,0.124434095,2751.0898795 +112,-1.541368852,0.7274523163,487,-1.154565557,0.124434095,2747.8097178 +113,-1.545349067,0.7258710923,487,-1.154565557,0.124434095,2749.6739226 +114,-1.54332671,0.7258603556,487,-1.154565557,0.124434095,2746.1067225 +115,-1.541346831,0.7259242142,487,-1.154565557,0.124434095,2742.8661583 +116,-1.545324355,0.7243383958,487,-1.154565557,0.124434095,2744.7342826 +117,-1.543292796,0.7243617413,487,-1.154565557,0.124434095,2741.2501728 +118,-1.541295822,0.7244024384,487,-1.154565557,0.124434095,2737.8960156 +119,-1.543193859,0.7205570215,487,-1.154565557,0.124434095,2728.9129688 +120,-1.550257047,0.7386738187,487,-1.154565557,0.124434095,2799.1504481 +121,-1.549335448,0.7311736483,487,-1.154565557,0.124434095,2773.5780213 +122,-1.533478843,0.7179891343,487,-1.154565557,0.124434095,2703.6924581 +123,-1.556150555,0.738907041,487,-1.154565557,0.124434095,2810.1154341 +124,-1.554324226,0.733414257,487,-1.154565557,0.124434095,2789.4492586 +125,-1.554290846,0.7288285332,487,-1.154565557,0.124434095,2774.8286971 +126,-1.55122487,0.7219795312,487,-1.154565557,0.124434095,2747.6657005 +127,-1.525104458,0.7229399862,487,-1.154565557,0.124434095,2705.3789069 +128,-1.519607711,0.7236181429,487,-1.154565557,0.124434095,2698.3569003 +129,-1.513899999,0.7251107854,487,-1.154565557,0.124434095,2693.8009111 +130,-1.536620762,0.7431061895,487,-1.154565557,0.124434095,2790.3270893 +131,-1.5369566,0.7460845958,487,-1.154565557,0.124434095,2800.5735672 +132,-1.545345528,0.7447040685,487,-1.154565557,0.124434095,2810.1427813 +133,-1.532813921,0.7432306626,487,-1.154565557,0.124434095,2784.4145046 +134,-1.554788248,0.7382381001,487,-1.154565557,0.124434095,2805.6120662 +135,-1.540348126,0.7301594274,487,-1.154565557,0.124434095,2754.7519643 +136,-1.538016084,0.7239051786,487,-1.154565557,0.124434095,2730.6028661 +137,-1.525288962,0.7258085137,487,-1.154565557,0.124434095,2715.036758 +138,-1.534326986,0.731241342,487,-1.154565557,0.124434095,2747.9624896 +139,-1.530733872,0.7303625216,487,-1.154565557,0.124434095,2739.0334098 +141,-1.534354939,0.7328219978,487,-1.154565557,0.124434095,2753.133055 +142,-1.53157084,0.7292888153,487,-1.154565557,0.124434095,2736.9604318 +143,-1.525691035,0.7263799874,487,-1.154565557,0.124434095,2717.5762197 +144,-1.534031287,0.7495967835,487,-1.154565557,0.124434095,2807.2095931 +145,-1.527714986,0.7283095957,487,-1.154565557,0.124434095,2727.268509 +146,-1.526189586,0.7271468292,487,-1.154565557,0.124434095,2720.91432 +147,-1.555177336,0.7375563366,487,-1.154565557,0.124434095,2804.1191247 +148,-1.555080283,0.7312707794,487,-1.154565557,0.124434095,2783.9717096 +149,-1.53856994,0.7224180299,487,-1.154565557,0.124434095,2726.783976 +150,-1.530837883,0.729933372,487,-1.154565557,0.124434095,2737.8143805 +151,-1.515066984,0.5854133365,487,-1.154565557,0.124434095,2253.6978679 +152,-1.534731633,0.5368370046,487,-1.154565557,0.124434095,2157.5693102 +153,-1.515231902,0.5607085576,487,-1.154565557,0.124434095,2180.5011448 +154,-2.616253799,1.0684566605,487,-1.154565557,0.124434095,5582.2036577 +155,-1.956071439,0.5792177723,487,-1.154565557,0.124434095,3442.0732205 +156,-1.951208514,0.5602434208,487,-1.154565557,0.124434095,3400.334605 +157,-1.944675062,0.6062144545,487,-1.154565557,0.124434095,3447.2093533 +158,-1.613778386,0.6077989518,487,-1.154565557,0.124434095,2541.9742167 +159,-2.035029014,0.6021432345,487,-1.154565557,0.124434095,3717.2049526 +160,-2.114989471,0.6801825058,487,-1.154565557,0.124434095,4054.7749496 +161,-2.037382079,0.5765830025,487,-1.154565557,0.124434095,3693.4395408 +162,-2.129855121,0.6585019963,487,-1.154565557,0.124434095,4073.6191632 +163,-2.075141798,0.6493615843,487,-1.154565557,0.124434095,3898.6855533 +164,-1.828626729,0.6948433129,487,-1.154565557,0.124434095,3287.0779714 +165,-1.863329418,0.6735427691,487,-1.154565557,0.124434095,3333.9179895 +166,-1.266037071,0.727988852,487,-1.154565557,0.124434095,2422.5791445 +167,-1.277579582,0.7249010648,487,-1.154565557,0.124434095,2417.5171913 +168,-1.258418684,0.7241194816,487,-1.154565557,0.124434095,2403.3163168 +169,-1.317813974,0.6804850104,487,-1.154565557,0.124434095,2278.3056428 +170,-1.344165204,0.6790988904,487,-1.154565557,0.124434095,2298.9857981 +171,-1.427582102,0.5277120351,487,-1.154565557,0.124434095,1892.4038476 +172,-1.402238616,0.457167829,487,-1.154565557,0.124434095,1615.4129709 +173,-1.422454264,0.4996161999,487,-1.154565557,0.124434095,1792.1908913 +174,-1.439089277,0.4894859811,487,-1.154565557,0.124434095,1796.5225993 +175,-1.448126995,0.5182330266,487,-1.154565557,0.124434095,1904.8180674 +176,-1.474626146,0.5881926574,487,-1.154565557,0.124434095,2179.076464 +177,-1.421139645,0.5584869783,487,-1.154565557,0.124434095,1980.8008536 +178,-1.457037165,0.565943032,487,-1.154565557,0.124434095,2073.4987603 +179,-2.757159358,0.3745319,487,-1.154565557,0.124434095,6158.3644265 +180,-2.714309238,0.342054471,487,-1.154565557,0.124434095,6016.0097104 +181,-2.000525337,0.774119946,487,-1.154565557,0.124434095,3881.0337908 +183,-1.571413436,0.6777838382,487,-1.154565557,0.124434095,2649.0184564 +184,-1.552860289,0.6987663893,487,-1.154565557,0.124434095,2677.5993297 +185,-1.521852374,0.7165827476,487,-1.154565557,0.124434095,2679.1620864 +186,-1.503656267,0.6928968252,487,-1.154565557,0.124434095,2570.7361909 +187,-1.502753178,0.7136205882,487,-1.154565557,0.124434095,2637.5191535 +188,-1.631894563,0.7343596465,487,-1.154565557,0.124434095,2937.6100682 +189,-1.653765416,0.6770714026,487,-1.154565557,0.124434095,2822.0073479 +190,-1.719812114,0.6715965947,487,-1.154565557,0.124434095,2962.0647008 +191,-1.493406659,0.6646955447,487,-1.154565557,0.124434095,2460.6734226 +192,-1.469120564,0.6613469966,487,-1.154565557,0.124434095,2407.7472615 +193,-1.590551461,0.5326612937,487,-1.154565557,0.124434095,2287.2371151 +194,-1.625979264,0.5247742243,487,-1.154565557,0.124434095,2363.0477528 +195,-1.572293943,0.5238808754,487,-1.154565557,0.124434095,2217.1013508 +196,-1.610848725,0.5477107964,487,-1.154565557,0.124434095,2378.3595728 +197,-1.208485554,0.7918526018,487,-1.154565557,0.124434095,2650.1213343 +198,-1.335601374,0.6869083083,487,-1.154565557,0.124434095,2319.4231449 +199,-1.346156996,0.6825213377,487,-1.154565557,0.124434095,2313.8211252 +200,-1.324381037,0.6741422347,487,-1.154565557,0.124434095,2260.5171985 +201,-1.242424992,0.7378949807,487,-1.154565557,0.124434095,2449.3346721 +202,-1.270370057,0.7392461008,487,-1.154565557,0.124434095,2468.7963055 +203,-1.448950472,0.7441675014,487,-1.154565557,0.124434095,2661.4565165 +204,-1.492662363,0.7523026852,487,-1.154565557,0.124434095,2751.5734899 +205,-1.479098966,0.7763855017,487,-1.154565557,0.124434095,2814.8309962 +206,-1.633760714,0.7869022408,487,-1.154565557,0.124434095,3097.1551386 +207,-1.647406434,0.8101289331,487,-1.154565557,0.124434095,3191.582895 +208,-1.564245052,0.5701509278,487,-1.154565557,0.124434095,2321.0083587 +209,-1.646289963,0.6833746083,487,-1.154565557,0.124434095,2822.6791397 +210,-1.5820631,0.6751952144,487,-1.154565557,0.124434095,2662.786991 +211,-1.613236298,0.6681681791,487,-1.154565557,0.124434095,2707.9005052 +212,-1.914661867,0.8212566515,487,-1.154565557,0.124434095,3767.1503564 +213,-1.742133237,0.7250275956,487,-1.154565557,0.124434095,3148.1099895 +214,-2.033144872,0.6557314699,487,-1.154565557,0.124434095,3782.6032536 +215,-2.039551981,0.6964723658,487,-1.154565557,0.124434095,3859.5481363 +216,-1.247341019,0.7622473908,487,-1.154565557,0.124434095,2546.8392195 +217,-1.298239787,0.7084123392,487,-1.154565557,0.124434095,2368.3349645 +218,-1.308539688,0.6926545592,487,-1.154565557,0.124434095,2316.3674814 +219,-1.303263185,0.6888938396,487,-1.154565557,0.124434095,2297.6518685 +220,-1.852400229,0.6004246149,487,-1.154565557,0.124434095,3164.6806532 +221,-1.288947707,0.7473773692,487,-1.154565557,0.124434095,2511.6841082 +222,-1.372031502,0.7472790993,487,-1.154565557,0.124434095,2581.2203169 +223,-1.289805721,0.7242157877,487,-1.154565557,0.124434095,2422.9473395 +224,-1.350807603,0.7533498126,487,-1.154565557,0.124434095,2583.2097526 +225,-1.329290365,0.7560442322,487,-1.154565557,0.124434095,2574.6352728 +226,-1.410153004,0.616936428,487,-1.154565557,0.124434095,2160.7808844 +227,-1.393445434,0.6308995063,487,-1.154565557,0.124434095,2184.7007289 +228,-1.37595573,0.6241540638,487,-1.154565557,0.124434095,2136.1950492 +229,-1.358388707,0.6172645205,487,-1.154565557,0.124434095,2088.0158541 +230,-1.753741133,0.8281661666,487,-1.154565557,0.124434095,3442.3448421 +231,-1.47430987,0.6834615681,487,-1.154565557,0.124434095,2490.3994182 +232,-1.421012508,0.7222725206,487,-1.154565557,0.124434095,2547.0421193 +233,-1.4476833,0.6978557868,487,-1.154565557,0.124434095,2498.1607201 +234,-1.470370723,0.6966193374,487,-1.154565557,0.124434095,2528.4946165 +235,-1.429211703,0.7037216883,487,-1.154565557,0.124434095,2492.2616106 +236,-1.700578405,0.6178673663,487,-1.154565557,0.124434095,2783.3221354 +237,-1.678117619,0.6331716163,487,-1.154565557,0.124434095,2764.2816995 +238,-1.725644578,0.6316331145,487,-1.154565557,0.124434095,2880.4776937 +239,-2.14012759,0.7930497945,487,-1.154565557,0.124434095,4270.2102852 +240,-2.103289431,0.7653606263,487,-1.154565557,0.124434095,4134.4206375 +241,-1.318739838,0.7017808746,487,-1.154565557,0.124434095,2359.7915152 +242,-1.396417427,0.7077900843,487,-1.154565557,0.124434095,2464.0013239 +243,-1.35650337,0.7185539404,487,-1.154565557,0.124434095,2458.6470996 +244,-1.248884539,0.7274156818,487,-1.154565557,0.124434095,2411.321988 +245,-1.395014798,0.5761185243,487,-1.154565557,0.124434095,1995.3864997 +246,-1.433377362,0.6064716109,487,-1.154565557,0.124434095,2163.0188414 +247,-1.408172432,0.5903155476,487,-1.154565557,0.124434095,2065.7768943 +248,-1.749645898,0.7757118084,487,-1.154565557,0.124434095,3294.8052492 +249,-1.571626686,0.615046989,487,-1.154565557,0.124434095,2464.6797526 +250,-1.514070049,0.6303003037,487,-1.154565557,0.124434095,2389.3800646 +251,-1.480890369,0.6237966528,487,-1.154565557,0.124434095,2305.1574156 +252,-1.704390658,0.5281680612,487,-1.154565557,0.124434095,2592.9164608 +253,-1.64434733,0.5254277498,487,-1.154565557,0.124434095,2415.4781404 +254,-1.703855997,0.4792484842,487,-1.154565557,0.124434095,2494.3506353 +255,-1.692002383,0.5748825051,487,-1.154565557,0.124434095,2660.0520072 +256,-1.854136457,0.5544643913,487,-1.154565557,0.124434095,3090.1911662 +257,-1.665021206,0.520317736,487,-1.154565557,0.124434095,2462.4576506 +258,-1.733654349,0.4845187345,487,-1.154565557,0.124434095,2596.6514464 +259,-1.720938188,0.5135933906,487,-1.154565557,0.124434095,2612.4121846 +260,-1.742668307,0.553296122,487,-1.154565557,0.124434095,2755.6608127 +261,-1.965659039,0.7142126903,487,-1.154565557,0.124434095,3684.5602991 +262,-1.944438071,0.6772834804,487,-1.154565557,0.124434095,3562.4247425 +263,-1.270340967,0.7681487096,487,-1.154565557,0.124434095,2581.118498 +264,-1.353091884,0.6549276821,487,-1.154565557,0.124434095,2219.3148755 +265,-1.333236659,0.6413584414,487,-1.154565557,0.124434095,2146.805264 +266,-1.352015998,0.6753788907,487,-1.154565557,0.124434095,2293.6166032 +267,-1.377988483,0.6577816235,487,-1.154565557,0.124434095,2260.0309037 +268,-2.13075611,0.8318642051,487,-1.154565557,0.124434095,4301.288385 +269,-2.097910953,0.8259670014,487,-1.154565557,0.124434095,4211.1282816 +270,-1.416382069,0.6694271549,487,-1.154565557,0.124434095,2353.5044651 +271,-1.538905672,0.7535625993,487,-1.154565557,0.124434095,2828.145382 +272,-1.572309477,0.7803125099,487,-1.154565557,0.124434095,2969.6969247 +273,-1.87759879,0.7503853417,487,-1.154565557,0.124434095,3528.3072108 +274,1.152365588,0.590457682,487,-1.154565557,0.124434095,8224.6167582 +275,0.350198001,0.718001859,487,-1.154565557,0.124434095,5701.688993 +276,0.046513677,0.491503852,487,-1.154565557,0.124434095,4700.6589406 +277,0.027510309,0.742571376,487,-1.154565557,0.124434095,4759.013393 +278,0.306285725,-0.214631579,487,-1.154565557,0.124434095,5904.9334101 +279,-1.100564889,0.318051531,487,-1.154565557,0.124434095,794.70464785 +280,-1.078582306,0.301437596,487,-1.154565557,0.124434095,760.15393027 +281,-1.137371989,-0.617634065,487,-1.154565557,0.124434095,2940.0327066 +282,0.784356344,0.703272339,487,-1.154565557,0.124434095,6987.5638992 +283,-1.221209947,0.218327455,487,-1.154565557,0.124434095,453.78536709 +284,2.347301921,-0.449114658,487,-1.154565557,0.124434095,10571.694068 +285,0.246820618,0.830553713,487,-1.154565557,0.124434095,5406.2664053 +286,0.829414965,0.703288228,487,-1.154565557,0.124434095,7115.2261108 +287,-1.337537566,0.42332223,487,-1.154565557,0.124434095,1372.5354462 +288,0.882453706,0.454478077,487,-1.154565557,0.124434095,7622.535221 +289,1.575629659,0.416419109,487,-1.154565557,0.124434095,9775.5400044 +290,-1.039455679,0.229888244,487,-1.154565557,0.124434095,612.94258142 +291,0.489558039,0.934482747,487,-1.154565557,0.124434095,5997.5114034 +292,0.081344504,0.88384514,487,-1.154565557,0.124434095,5003.4784451 +293,-1.547979814,0.300350308,487,-1.154565557,0.124434095,1672.6556176 +294,0.040776181,0.168560074,487,-1.154565557,0.124434095,4679.9750969 +295,-1.130374745,0.563894876,487,-1.154565557,0.124434095,1742.9872089 +296,1.578326642,0.478507176,487,-1.154565557,0.124434095,9587.8432115 +297,-1.12861823,-0.291640865,487,-1.154565557,0.124434095,1651.2052744 +298,0.310524208,0.770885792,487,-1.154565557,0.124434095,5579.1083761 +299,0.415649091,-0.387246002,487,-1.154565557,0.124434095,6405.5254903 +300,-0.926533878,-0.188022748,487,-1.154565557,0.124434095,1529.7358386 +301,1.258856172,-0.11716081,487,-1.154565557,0.124434095,9581.4124923 +302,-1.126050026,0.322941926,487,-1.154565557,0.124434095,793.93641861 +303,2.002785835,0.07893892,487,-1.154565557,0.124434095,11635.882801 +304,0.440437607,0.746258085,487,-1.154565557,0.124434095,5957.8244767 +305,-0.030391866,0.214441206,487,-1.154565557,0.124434095,4394.4286537 +306,0.521557815,-0.058929362,487,-1.154565557,0.124434095,6664.289281 +307,-0.097005111,0.13317729,487,-1.154565557,0.124434095,4150.8373114 +308,1.83113859,0.221857587,487,-1.154565557,0.124434095,10941.188862 +309,0.222428864,0.099404236,487,-1.154565557,0.124434095,5414.3348857 +310,-1.702731345,0.8728568183,487,-1.154565557,0.124434095,3474.4557808 +311,-0.418507569,0.278324921,487,-1.154565557,0.124434095,2915.1173405 +312,-1.41153306,0.339029988,487,-1.154565557,0.124434095,1303.5341903 +313,0.357560442,0.114788776,487,-1.154565557,0.124434095,5936.4219911 +314,0.325818979,0.268352149,487,-1.154565557,0.124434095,5748.281592 +315,-1.246004659,-0.663679965,487,-1.154565557,0.124434095,3139.9206491 +316,1.814603087,0.637404484,487,-1.154565557,0.124434095,9358.9468391 +317,1.843704281,-0.18300445,487,-1.154565557,0.124434095,11836.853405 +318,1.690644492,-0.211480909,487,-1.154565557,0.124434095,11236.628865 +319,-1.275451936,0.068109467,487,-1.154565557,0.124434095,526.18507937 +320,0.762430171,-0.207594741,487,-1.154565557,0.124434095,7659.6512392 +321,0.265668905,-0.014647884,487,-1.154565557,0.124434095,5637.5394574 +322,-2.773032013,-0.335515811,487,-1.154565557,0.124434095,6561.05217 +323,-1.469512853,0.174058777,487,-1.154565557,0.124434095,1248.9537433 +324,0.286276986,0.785925691,487,-1.154565557,0.124434095,5510.3359552 +325,-1.379324697,0.377432233,487,-1.154565557,0.124434095,1320.2324274 +326,-1.203778265,0.212813032,487,-1.154565557,0.124434095,399.31191639 +327,0.579916301,0.611743168,487,-1.154565557,0.124434095,6464.0690343 +328,0.267582642,0.868113908,487,-1.154565557,0.124434095,5466.0012048 +329,0.412869244,-0.050245578,487,-1.154565557,0.124434095,6233.4198736 +330,0.17524381,0.976660285,487,-1.154565557,0.124434095,5280.6219607 +331,0.743157214,0.204812899,487,-1.154565557,0.124434095,7373.9043185 +332,-1.070758176,0.269382282,487,-1.154565557,0.124434095,659.85349177 +333,-1.230364251,0.329790229,487,-1.154565557,0.124434095,864.21447 +334,-1.374813124,-0.024926835,487,-1.154565557,0.124434095,1052.5121215 +335,0.519780566,0.463669906,487,-1.154565557,0.124434095,6365.4582184 +336,-1.55108034,0.239698561,487,-1.154565557,0.124434095,1609.4683829 +337,0.180294813,0.029739425,487,-1.154565557,0.124434095,5280.1264673 +338,0.67820924,0.268170153,487,-1.154565557,0.124434095,7079.9082742 +339,0.445798684,1.024001867,487,-1.154565557,0.124434095,5861.9118777 +340,0.691751283,0.150521402,487,-1.154565557,0.124434095,7215.7597252 +341,-1.036643551,-0.903056181,487,-1.154565557,0.124434095,4089.6043111 +342,-0.120287036,1.083325163,487,-1.154565557,0.124434095,4817.3222103 +343,2.823513113,-0.304487164,487,-1.154565557,0.124434095,9138.2399469 +344,0.457583172,1.12513373,487,-1.154565557,0.124434095,5847.8136496 +345,0.042918831,0.813795399,487,-1.154565557,0.124434095,4853.1012801 +346,1.196146777,-0.853142756,487,-1.154565557,0.124434095,8539.9468279 +347,0.206001358,-0.010430701,487,-1.154565557,0.124434095,5401.0257266 +348,-0.268308653,0.234799412,487,-1.154565557,0.124434095,3475.7262103 +349,0.759363263,0.736189579,487,-1.154565557,0.124434095,6874.6611105 +350,0.181363926,0.891988372,487,-1.154565557,0.124434095,5255.4523873 +351,-0.021111158,0.139103292,487,-1.154565557,0.124434095,4446.3233923 +352,-0.093355215,0.630686981,487,-1.154565557,0.124434095,4310.2083981 +353,0.40118964,0.681375926,487,-1.154565557,0.124434095,5865.8817713 +354,-0.721197315,1.304706234,487,-1.154565557,0.124434095,4777.843399 +355,-1.076150317,0.212107639,487,-1.154565557,0.124434095,462.92690847 +356,-1.577164531,0.273993443,487,-1.154565557,0.124434095,1742.3963399 +357,-0.190788414,0.182208586,487,-1.154565557,0.124434095,3775.3637812 +358,-0.261349752,0.209710184,487,-1.154565557,0.124434095,3500.4564089 +359,-1.029303852,0.083549259,487,-1.154565557,0.124434095,519.33742797 +360,-1.268609162,0.330525297,487,-1.154565557,0.124434095,926.96345993 +361,1.282982244,-0.926641967,487,-1.154565557,0.124434095,8545.0019647 +362,0.217352334,0.731352408,487,-1.154565557,0.124434095,5307.5431735 +363,-1.511833084,0.258629297,487,-1.154565557,0.124434095,1486.1352351 +364,0.338812194,0.823184618,487,-1.154565557,0.124434095,5652.7884554 +365,-0.324406489,1.134201999,487,-1.154565557,0.124434095,4610.9437887 +366,1.389579348,0.399185724,487,-1.154565557,0.124434095,9335.8878559 +367,2.047152199,-0.039082036,487,-1.154565557,0.124434095,12030.807927 +368,0.947780369,0.568250077,487,-1.154565557,0.124434095,7668.3979489 +369,0.763824846,0.576754987,487,-1.154565557,0.124434095,7082.8636396 +370,-0.142334657,0.928153068,487,-1.154565557,0.124434095,4528.9457067 +371,0.610266567,0.547265983,487,-1.154565557,0.124434095,6613.9230748 +372,0.210731629,0.746815056,487,-1.154565557,0.124434095,5290.8549853 +373,-1.34931644,0.316895224,487,-1.154565557,0.124434095,1070.3363429 +374,2.407696481,0.655030745,487,-1.154565557,0.124434095,8986.692141 +375,0.64207831,0.545359131,487,-1.154565557,0.124434095,6720.6958723 +376,1.174597538,0.840588356,487,-1.154565557,0.124434095,7692.1948313 +377,0.660059424,0.010604079,487,-1.154565557,0.124434095,7174.6888558 +378,-0.730263819,0.010486456,487,-1.154565557,0.124434095,1735.57039 +379,0.831068936,0.512339172,487,-1.154565557,0.124434095,7377.9761089 +380,1.301180979,0.72367476,487,-1.154565557,0.124434095,8265.1687926 +381,1.811128231,0.322854402,487,-1.154565557,0.124434095,10543.497609 +382,0.435105812,0.992284428,487,-1.154565557,0.124434095,5850.3243561 +383,0.62643634,0.592027932,487,-1.154565557,0.124434095,6628.8383764 +384,0.492988703,-0.516339467,487,-1.154565557,0.124434095,6728.1095183 +385,-0.162469483,0.112549365,487,-1.154565557,0.124434095,3899.9211383 +386,0.314630866,0.472006421,487,-1.154565557,0.124434095,5641.2724335 +387,0.166744804,0.822815954,487,-1.154565557,0.124434095,5189.8535036 +388,0.417159608,0.965805736,487,-1.154565557,0.124434095,5818.9508908 +389,0.106334961,0.868774244,487,-1.154565557,0.124434095,5055.7716375 +390,0.815086969,-0.338144359,487,-1.154565557,0.124434095,7872.3316053 +391,0.59867455,-0.230624824,487,-1.154565557,0.124434095,7034.2016857 +392,1.915104874,0.066220985,487,-1.154565557,0.124434095,11636.91127 +393,1.278093622,0.064463721,487,-1.154565557,0.124434095,9543.1451055 +394,-0.061477853,0.302997961,487,-1.154565557,0.124434095,4272.8729327 +395,0.251311504,0.626976942,487,-1.154565557,0.124434095,5405.1856459 +396,2.950242872,0.149095644,487,-1.154565557,0.124434095,8489.6569871 +397,-0.180294708,0.35375117,487,-1.154565557,0.124434095,3839.2521957 +398,1.010448592,-0.351180233,487,-1.154565557,0.124434095,8596.9871552 +399,-1.748740498,0.3686318073,487,-1.154565557,0.124434095,2470.6852973 +400,2.699635665,0.123533791,487,-1.154565557,0.124434095,9462.1019558 +401,0.496808033,0.823843254,487,-1.154565557,0.124434095,6076.0989144 +402,0.129574704,0.763364087,487,-1.154565557,0.124434095,5062.6359192 +403,1.798920311,0.817447563,487,-1.154565557,0.124434095,8654.7150638 +404,0.335987953,0.746786541,487,-1.154565557,0.124434095,5654.8400319 +405,-1.085413643,0.292154671,487,-1.154565557,0.124434095,716.22319552 +406,-0.155321003,0.508207011,487,-1.154565557,0.124434095,4012.5095971 +407,0.620529244,-0.301175104,487,-1.154565557,0.124434095,7137.3892521 +408,1.684402744,0.368716966,487,-1.154565557,0.124434095,10163.309072 +409,0.300582244,-0.386397212,487,-1.154565557,0.124434095,5986.960522 +410,2.913555946,-0.009225192,487,-1.154565557,0.124434095,8756.4367076 +411,1.465101417,0.493232532,487,-1.154565557,0.124434095,9287.0041133 +412,0.090612882,0.907955955,487,-1.154565557,0.124434095,5043.4084716 +413,2.987564726,-0.729568594,487,-1.154565557,0.124434095,8214.294739 +414,-1.484261606,0.224149272,487,-1.154565557,0.124434095,1344.6947263 +415,0.164073421,0.303955133,487,-1.154565557,0.124434095,5125.1733159 +416,0.141441293,0.167552546,487,-1.154565557,0.124434095,5072.3172206 +417,2.931321023,-0.506718887,487,-1.154565557,0.124434095,8619.0387915 +418,2.21951565,0.700596356,487,-1.154565557,0.124434095,9067.2211912 +419,0.268112576,1.199114336,487,-1.154565557,0.124434095,5550.0039244 +420,0.978913739,0.359223811,487,-1.154565557,0.124434095,8079.2746847 +421,1.210898818,0.522863584,487,-1.154565557,0.124434095,8535.9142282 +422,2.347397336,0.129231362,487,-1.154565557,0.124434095,10701.397955 +423,0.614394501,0.556878345,487,-1.154565557,0.124434095,6619.6163067 +424,-1.398079356,0.148483366,487,-1.154565557,0.124434095,960.25987056 +425,2.535303836,-0.112984496,487,-1.154565557,0.124434095,10287.334042 +426,-1.019372593,-0.405322349,487,-1.154565557,0.124434095,2162.696661 +427,-1.297785627,-0.160104069,487,-1.154565557,0.124434095,1260.8722618 +428,2.144554488,0.205051084,487,-1.154565557,0.124434095,10998.711701 +429,-2.242387083,-0.426171285,487,-1.154565557,0.124434095,4727.9164528 +430,0.338637212,0.909723676,487,-1.154565557,0.124434095,5644.7840176 +431,-0.148798452,0.691042401,487,-1.154565557,0.124434095,4200.289976 +432,0.893524764,0.441829531,487,-1.154565557,0.124434095,7676.3156537 +433,0.969229347,-0.368847936,487,-1.154565557,0.124434095,8438.6303919 +434,0.436043248,0.800045688,487,-1.154565557,0.124434095,5923.2110958 +435,1.687946607,1.081504775,487,-1.154565557,0.124434095,7579.7029417 +436,0.522302046,-0.034889271,487,-1.154565557,0.124434095,6655.8051163 +437,-0.178996113,-0.438090009,487,-1.154565557,0.124434095,4367.87365 +438,-1.094339566,0.301444068,487,-1.154565557,0.124434095,738.78046692 +439,-1.064070054,0.242569932,487,-1.154565557,0.124434095,585.67222129 +440,-1.068153768,0.230387998,487,-1.154565557,0.124434095,538.07086234 +441,-3.00496892,-0.23989155,487,-1.154565557,0.124434095,7410.1040601 +442,0.21751974,0.766874888,487,-1.154565557,0.124434095,5314.1782797 +443,0.117229532,0.007619006,487,-1.154565557,0.124434095,5043.1351383 +444,0.777758451,0.420554741,487,-1.154565557,0.124434095,7303.6613823 +445,-0.252356999,0.250747086,487,-1.154565557,0.124434095,3539.3684842 +446,0.363148444,0.768483434,487,-1.154565557,0.124434095,5729.0302815 +447,0.903191366,-0.118210676,487,-1.154565557,0.124434095,8185.7220474 +448,-0.205755923,0.149406178,487,-1.154565557,0.124434095,3721.4193222 +449,1.811996086,0.02364353,487,-1.154565557,0.124434095,11536.886871 +450,-1.100670221,0.314845373,487,-1.154565557,0.124434095,782.37142702 +451,0.340078597,0.850105132,487,-1.154565557,0.124434095,5653.2772781 +452,0.258757267,0.804969236,487,-1.154565557,0.124434095,5435.1724543 +453,2.78505352,-0.155160804,487,-1.154565557,0.124434095,9313.1888952 +454,0.800551619,0.105822106,487,-1.154565557,0.124434095,7667.2264202 +455,0.437940882,-0.506194031,487,-1.154565557,0.124434095,6535.2326147 +456,2.230431122,0.63458615,487,-1.154565557,0.124434095,9304.1373781 +457,0.527965361,0.127667701,487,-1.154565557,0.124434095,6594.5598358 +458,-0.063643205,0.702093448,487,-1.154565557,0.124434095,4461.6900727 +459,1.408447268,0.133010502,487,-1.154565557,0.124434095,9941.309431 +460,0.523795955,0.280266966,487,-1.154565557,0.124434095,6491.6391493 +461,-0.975769313,0.072177659,487,-1.154565557,0.124434095,734.47077146 +462,0.549774164,-0.463663986,487,-1.154565557,0.124434095,6913.3582832 +463,0.29245874,1.095549818,487,-1.154565557,0.124434095,5559.6911396 +464,0.143625958,0.816809593,487,-1.154565557,0.124434095,5125.1927159 +465,0.671902494,0.611159853,487,-1.154565557,0.124434095,6755.4876658 +466,1.239840988,0.6724199,487,-1.154565557,0.124434095,8260.1581509 +467,0.607829703,-0.10932137,487,-1.154565557,0.124434095,7025.0408047 +468,1.763020906,0.263996692,487,-1.154565557,0.124434095,10671.669503 +469,0.378714634,0.726066797,487,-1.154565557,0.124434095,5784.3992346 +470,2.196736143,-0.153862366,487,-1.154565557,0.124434095,11613.062141 +471,0.01702415,0.148991565,487,-1.154565557,0.124434095,4592.6286944 +472,-2.998490902,-0.158002487,487,-1.154565557,0.124434095,7361.9468895 +473,-3.051262951,-0.346595608,487,-1.154565557,0.124434095,7600.0923224 +474,-1.069176439,0.182802941,487,-1.154565557,0.124434095,406.36924287 +475,0.167157509,0.595344954,487,-1.154565557,0.124434095,5130.2914305 +476,0.613855648,0.681746124,487,-1.154565557,0.124434095,6511.5924844 +477,1.037012736,0.682555367,487,-1.154565557,0.124434095,7721.3798089 +478,-1.253574971,0.379755746,487,-1.154565557,0.124434095,1079.8476211 +479,3.108590453,-0.132620738,487,-1.154565557,0.124434095,8042.2013748 +480,0.565301296,0.022333262,487,-1.154565557,0.124434095,6796.5490144 +481,0.547898238,0.855555614,487,-1.154565557,0.124434095,6189.1860848 +482,0.948309381,0.417393755,487,-1.154565557,0.124434095,7894.7100725 +483,-0.050600732,0.945269213,487,-1.154565557,0.124434095,4754.3118287 +484,-0.977651478,-0.572363064,487,-1.154565557,0.124434095,2839.4242152 +485,1.102014914,0.728861163,487,-1.154565557,0.124434095,7791.9372329 +486,2.927300795,-0.282939414,487,-1.154565557,0.124434095,8753.0266618 +487,-1.154565557,0.124434095,487,-1.154565557,0.124434095,0 +488,1.855331234,0.291044755,487,-1.154565557,0.124434095,10719.141577 +489,0.830290659,0.276904518,487,-1.154565557,0.124434095,7638.6056304 +490,0.485104466,-0.234867441,487,-1.154565557,0.124434095,6599.9623256 +491,0.521367572,-0.33161327,487,-1.154565557,0.124434095,6773.755533 +1,-1.539031704,0.7349710123,488,1.855331234,0.291044755,8276.0239921 +2,-1.536990553,0.7349663874,488,1.855331234,0.291044755,8277.6896928 +3,-1.534951779,0.7349571355,488,1.855331234,0.291044755,8279.3584607 +4,-1.532906461,0.7349480293,488,1.855331234,0.291044755,8281.0192178 +5,-1.531320211,0.7346937278,488,1.855331234,0.291044755,8283.2419828 +6,-1.539451648,0.7335131775,488,1.855331234,0.291044755,8281.2329019 +7,-1.537429487,0.7335445708,488,1.855331234,0.291044755,8282.7521836 +8,-1.535484998,0.7335658704,488,1.855331234,0.291044755,8284.235071 +9,-1.533488396,0.7336036027,488,1.855331234,0.291044755,8285.6850888 +10,-1.531497785,0.7335842962,488,1.855331234,0.291044755,8287.335661 +11,-1.530259379,0.7334777758,488,1.855331234,0.291044755,8288.7172105 +12,-1.5335454,0.7322346912,488,1.855331234,0.291044755,8290.859945 +13,-1.531489083,0.7322238773,488,1.855331234,0.291044755,8292.5335567 +14,-1.530011122,0.7321679851,488,1.855331234,0.291044755,8293.9121596 +15,-1.53348106,0.7306614094,488,1.855331234,0.291044755,8296.9104829 +16,-1.531441779,0.7306962275,488,1.855331234,0.291044755,8298.3998182 +17,-1.529755654,0.7306933243,488,1.855331234,0.291044755,8299.7424338 +18,-1.533415048,0.7291384674,488,1.855331234,0.291044755,8302.7702246 +19,-1.531392093,0.7291705353,488,1.855331234,0.291044755,8304.2602745 +20,-1.529296523,0.7291214933,488,1.855331234,0.291044755,8306.1044012 +21,-1.535280942,0.727267644,488,1.855331234,0.291044755,8308.4007549 +22,-1.533378158,0.7276139666,488,1.855331234,0.291044755,8308.61239 +23,-1.531340368,0.7276446587,488,1.855331234,0.291044755,8310.1228377 +24,-1.528960113,0.7276398177,488,1.855331234,0.291044755,8312.0260595 +25,-1.533313146,0.7260818349,488,1.855331234,0.291044755,8314.5059747 +26,-1.531259555,0.7260958115,488,1.855331234,0.291044755,8316.0960027 +27,-1.528926415,0.7260865555,488,1.855331234,0.291044755,8317.9825151 +28,-1.531226779,0.7245511789,488,1.855331234,0.291044755,8322.0145916 +29,-1.528904772,0.7245519194,488,1.855331234,0.291044755,8323.8580454 +30,-1.547195875,0.7409785979,488,1.855331234,0.291044755,8246.4878105 +31,-1.5451475,0.740980426,488,1.855331234,0.291044755,8248.1707551 +32,-1.543097679,0.7409798872,488,1.855331234,0.291044755,8249.8512523 +33,-1.540720364,0.7409892687,488,1.855331234,0.291044755,8251.7463046 +34,-1.547188511,0.7395198392,488,1.855331234,0.291044755,8252.0350717 +35,-1.545148587,0.7395226109,488,1.855331234,0.291044755,8253.7110088 +36,-1.543104538,0.7395314908,488,1.855331234,0.291044755,8255.354532 +37,-1.540727751,0.7395306258,488,1.855331234,0.291044755,8257.292279 +38,-1.547187029,0.7380014886,488,1.855331234,0.291044755,8257.8034243 +39,-1.545147315,0.7380012252,488,1.855331234,0.291044755,8259.4944363 +40,-1.54310719,0.7380060743,488,1.855331234,0.291044755,8261.15378 +41,-1.540719671,0.7380068206,488,1.855331234,0.291044755,8263.0984231 +42,-1.547187189,0.7364799098,488,1.855331234,0.291044755,8263.5822595 +43,-1.545149996,0.7364853874,488,1.855331234,0.291044755,8265.2531042 +44,-1.543106091,0.7364823484,488,1.855331234,0.291044755,8266.9492617 +45,-1.540717158,0.7364893901,488,1.855331234,0.291044755,8268.8754054 +46,-1.538663972,0.7410138672,488,1.855331234,0.291044755,8253.3089637 +47,-1.53695285,0.7409699132,488,1.855331234,0.291044755,8254.8449289 +48,-1.534910498,0.7409641297,488,1.855331234,0.291044755,8256.4888662 +49,-1.533145034,0.7409536636,488,1.855331234,0.291044755,8257.9206364 +50,-1.538681336,0.7395405883,488,1.855331234,0.291044755,8258.9062304 +51,-1.536999189,0.7395183096,488,1.855331234,0.291044755,8260.3394681 +52,-1.534923633,0.7395144222,488,1.855331234,0.291044755,8262.0062195 +53,-1.533267822,0.7395654306,488,1.855331234,0.291044755,8263.1201288 +54,-1.53867273,0.7380151077,488,1.855331234,0.291044755,8264.7227964 +55,-1.536980576,0.7379994392,488,1.855331234,0.291044755,8266.1418081 +56,-1.534931522,0.7379944961,488,1.855331234,0.291044755,8267.7950684 +57,-1.533387952,0.7379480264,488,1.855331234,0.291044755,8269.1951255 +58,-1.538682279,0.7364914363,488,1.855331234,0.291044755,8270.5174451 +59,-1.536980704,0.7364810563,488,1.855331234,0.291044755,8271.9269291 +60,-1.534935567,0.7364752065,488,1.855331234,0.291044755,8273.5841411 +61,-1.533042592,0.7363876366,488,1.855331234,0.291044755,8275.4201161 +62,-1.545143426,0.7349628011,488,1.855331234,0.291044755,8271.0446665 +63,-1.543105297,0.7349691947,488,1.855331234,0.291044755,8272.7038864 +64,-1.541064533,0.7349647152,488,1.855331234,0.291044755,8274.3939895 +65,-1.545411803,0.7334624714,488,1.855331234,0.291044755,8276.5226995 +66,-1.543446606,0.7334780896,488,1.855331234,0.291044755,8278.0919666 +67,-1.541475327,0.7334957295,488,1.855331234,0.291044755,8279.6467093 +68,-1.545401939,0.731963266,488,1.855331234,0.291044755,8282.2268988 +69,-1.54342253,0.7319915583,488,1.855331234,0.291044755,8283.7632304 +70,-1.541455867,0.7320216438,488,1.855331234,0.291044755,8285.2701982 +71,-1.545410146,0.7304422281,488,1.855331234,0.291044755,8287.9985704 +72,-1.543435491,0.7304713664,488,1.855331234,0.291044755,8289.5314255 +73,-1.541463105,0.7304997613,488,1.855331234,0.291044755,8291.0531956 +74,-1.545414768,0.7289194936,488,1.855331234,0.291044755,8293.7792367 +75,-1.543435774,0.7289538557,488,1.855331234,0.291044755,8295.2995034 +76,-1.541457714,0.7289765881,488,1.855331234,0.291044755,8296.8510857 +77,-1.539449415,0.7320555866,488,1.855331234,0.291044755,8286.7829822 +78,-1.537429183,0.7321097681,488,1.855331234,0.291044755,8288.2173737 +79,-1.535472649,0.7321497267,488,1.855331234,0.291044755,8289.6420898 +80,-1.539457899,0.7305333307,488,1.855331234,0.291044755,8292.5700639 +81,-1.537453161,0.7305750503,488,1.855331234,0.291044755,8294.0430463 +82,-1.535479385,0.7306124949,488,1.855331234,0.291044755,8295.4948913 +83,-1.53946905,0.7290102593,488,1.855331234,0.291044755,8298.3576286 +84,-1.537459922,0.7290417293,488,1.855331234,0.291044755,8299.8768979 +85,-1.535451349,0.7290890157,488,1.855331234,0.291044755,8301.322907 +86,-1.535522937,0.7279887191,488,1.855331234,0.291044755,8305.4576768 +87,-1.539442524,0.7274735939,488,1.855331234,0.291044755,8304.2273983 +88,-1.537424111,0.727521351,488,1.855331234,0.291044755,8305.6957056 +89,-1.539384641,0.7259505092,488,1.855331234,0.291044755,8310.0709528 +90,-1.537372391,0.7259947145,488,1.855331234,0.291044755,8311.5510477 +91,-1.535340789,0.7260435356,488,1.855331234,0.291044755,8313.0165316 +92,-1.539325716,0.7244369706,488,1.855331234,0.291044755,8315.8788289 +93,-1.537308932,0.7244801057,488,1.855331234,0.291044755,8317.3699617 +94,-1.535289068,0.7245247645,488,1.855331234,0.291044755,8318.8450162 +95,-1.533261366,0.7245550236,488,1.855331234,0.291044755,8320.3684453 +96,-1.539267302,0.722921924,488,1.855331234,0.291044755,8321.6918139 +97,-1.537248972,0.7229660258,488,1.855331234,0.291044755,8323.1838072 +98,-1.535219431,0.7229916471,488,1.855331234,0.291044755,8324.742499 +99,-1.53318962,0.7230212049,488,1.855331234,0.291044755,8326.2735111 +100,-1.531154816,0.7230299897,488,1.855331234,0.291044755,8327.8748314 +101,-1.528878341,0.7230370244,488,1.855331234,0.291044755,8329.6617047 +102,-1.539218189,0.7214009878,488,1.855331234,0.291044755,8327.5193016 +103,-1.537198791,0.7214422745,488,1.855331234,0.291044755,8329.0262453 +104,-1.535179266,0.7214634354,488,1.855331234,0.291044755,8330.5971128 +105,-1.533156501,0.7214944644,488,1.855331234,0.291044755,8332.1202135 +106,-1.53113574,0.7215166021,488,1.855331234,0.291044755,8333.6627506 +107,-1.528874248,0.7215345535,488,1.855331234,0.291044755,8335.399894 +108,-1.539217656,0.7198512397,488,1.855331234,0.291044755,8333.4158885 +109,-1.537199919,0.7199428763,488,1.855331234,0.291044755,8334.7335273 +110,-1.545425832,0.727397149,488,1.855331234,0.291044755,8299.5525728 +111,-1.543371177,0.7273916949,488,1.855331234,0.291044755,8301.2909068 +112,-1.541368852,0.7274523163,488,1.855331234,0.291044755,8302.7217664 +113,-1.545349067,0.7258710923,488,1.855331234,0.291044755,8305.4133921 +114,-1.54332671,0.7258603556,488,1.855331234,0.291044755,8307.1481575 +115,-1.541346831,0.7259242142,488,1.855331234,0.291044755,8308.5515359 +116,-1.545324355,0.7243383958,488,1.855331234,0.291044755,8311.2554125 +117,-1.543292796,0.7243617413,488,1.855331234,0.291044755,8312.8719458 +118,-1.541295822,0.7244024384,488,1.855331234,0.291044755,8314.3809691 +119,-1.543193859,0.7205570215,488,1.855331234,0.291044755,8327.4131138 +120,-1.550257047,0.7386738187,488,1.855331234,0.291044755,8252.6849552 +121,-1.549335448,0.7311736483,488,1.855331234,0.291044755,8281.9208522 +122,-1.533478843,0.7179891343,488,1.855331234,0.291044755,8345.2191089 +123,-1.556150555,0.738907041,488,1.855331234,0.291044755,8246.7985938 +124,-1.554324226,0.733414257,488,1.855331234,0.291044755,8269.1722191 +125,-1.554290846,0.7288285332,488,1.855331234,0.291044755,8286.5723327 +126,-1.55122487,0.7219795312,488,1.855331234,0.291044755,8315.1718313 +127,-1.525104458,0.7229399862,488,1.855331234,0.291044755,8333.0037147 +128,-1.519607711,0.7236181429,488,1.855331234,0.291044755,8334.6566897 +129,-1.513899999,0.7251107854,488,1.855331234,0.291044755,8333.2412664 +130,-1.536620762,0.7431061895,488,1.855331234,0.291044755,8246.9674325 +131,-1.5369566,0.7460845958,488,1.855331234,0.291044755,8235.3488832 +132,-1.545345528,0.7447040685,488,1.855331234,0.291044755,8233.8535724 +133,-1.532813921,0.7432306626,488,1.855331234,0.291044755,8249.4922137 +134,-1.554788248,0.7382381001,488,1.855331234,0.291044755,8250.4985368 +135,-1.540348126,0.7301594274,488,1.855331234,0.291044755,8293.2641599 +136,-1.538016084,0.7239051786,488,1.855331234,0.291044755,8318.9795463 +137,-1.525288962,0.7258085137,488,1.855331234,0.291044755,8321.897545 +138,-1.534326986,0.731241342,488,1.855331234,0.291044755,8294.023036 +139,-1.530733872,0.7303625216,488,1.855331234,0.291044755,8300.2334176 +141,-1.534354939,0.7328219978,488,1.855331234,0.291044755,8287.9747203 +142,-1.53157084,0.7292888153,488,1.855331234,0.291044755,8303.6670743 +143,-1.525691035,0.7263799874,488,1.855331234,0.291044755,8319.4003839 +144,-1.534031287,0.7495967835,488,1.855331234,0.291044755,8224.2509249 +145,-1.527714986,0.7283095957,488,1.855331234,0.291044755,8310.4469457 +146,-1.526189586,0.7271468292,488,1.855331234,0.291044755,8316.0814417 +147,-1.555177336,0.7375563366,488,1.855331234,0.291044755,8252.7487113 +148,-1.555080283,0.7312707794,488,1.855331234,0.291044755,8276.6402988 +149,-1.53856994,0.7224180299,488,1.855331234,0.291044755,8324.184441 +150,-1.530837883,0.729933372,488,1.855331234,0.291044755,8301.7888374 +151,-1.515066984,0.5854133365,488,1.855331234,0.291044755,8866.1127706 +152,-1.534731633,0.5368370046,488,1.855331234,0.291044755,9030.7005891 +153,-1.515231902,0.5607085576,488,1.855331234,0.291044755,8959.9175802 +154,-2.616253799,1.0684566605,488,1.855331234,0.291044755,5659.5267953 +155,-1.956071439,0.5792177723,488,1.855331234,0.291044755,8166.3409196 +156,-1.951208514,0.5602434208,488,1.855331234,0.291044755,8232.7232697 +157,-1.944675062,0.6062144545,488,1.855331234,0.291044755,8111.6553 +158,-1.613778386,0.6077989518,488,1.855331234,0.291044755,8676.1831033 +159,-2.035029014,0.6021432345,488,1.855331234,0.291044755,7920.367848 +160,-2.114989471,0.6801825058,488,1.855331234,0.291044755,7524.0406596 +161,-2.037382079,0.5765830025,488,1.855331234,0.291044755,7984.9751613 +162,-2.129855121,0.6585019963,488,1.855331234,0.291044755,7545.9478134 +163,-2.075141798,0.6493615843,488,1.855331234,0.291044755,7698.0892287 +164,-1.828626729,0.6948433129,488,1.855331234,0.291044755,8055.3673663 +165,-1.863329418,0.6735427691,488,1.855331234,0.291044755,8064.1687597 +166,-1.266037071,0.727988852,488,1.855331234,0.291044755,8406.7761972 +167,-1.277579582,0.7249010648,488,1.855331234,0.291044755,8419.5611716 +168,-1.258418684,0.7241194816,488,1.855331234,0.291044755,8421.4863803 +169,-1.317813974,0.6804850104,488,1.855331234,0.291044755,8593.841623 +170,-1.344165204,0.6790988904,488,1.855331234,0.291044755,8595.1143238 +171,-1.427582102,0.5277120351,488,1.855331234,0.291044755,9156.2353545 +172,-1.402238616,0.457167829,488,1.855331234,0.291044755,9446.7106015 +173,-1.422454264,0.4996161999,488,1.855331234,0.291044755,9268.8839263 +174,-1.439089277,0.4894859811,488,1.855331234,0.291044755,9297.0803255 +175,-1.448126995,0.5182330266,488,1.855331234,0.291044755,9179.1880905 +176,-1.474626146,0.5881926574,488,1.855331234,0.291044755,8889.2340787 +177,-1.421139645,0.5584869783,488,1.855331234,0.291044755,9040.1020741 +178,-1.457037165,0.565943032,488,1.855331234,0.291044755,8988.0894503 +179,-2.757159358,0.3745319,488,1.855331234,0.291044755,6158.2966114 +180,-2.714309238,0.342054471,488,1.855331234,0.291044755,6349.2342595 +181,-2.000525337,0.774119946,488,1.855331234,0.291044755,7499.3435079 +183,-1.571413436,0.6777838382,488,1.855331234,0.291044755,8463.2529689 +184,-1.552860289,0.6987663893,488,1.855331234,0.291044755,8401.6359734 +185,-1.521852374,0.7165827476,488,1.855331234,0.291044755,8359.842616 +186,-1.503656267,0.6928968252,488,1.855331234,0.291044755,8464.4914319 +187,-1.502753178,0.7136205882,488,1.855331234,0.291044755,8385.5234007 +188,-1.631894563,0.7343596465,488,1.855331234,0.291044755,8190.1457409 +189,-1.653765416,0.6770714026,488,1.855331234,0.291044755,8374.0928531 +190,-1.719812114,0.6715965947,488,1.855331234,0.291044755,8304.9276303 +191,-1.493406659,0.6646955447,488,1.855331234,0.291044755,8580.5202362 +192,-1.469120564,0.6613469966,488,1.855331234,0.291044755,8610.4851848 +193,-1.590551461,0.5326612937,488,1.855331234,0.291044755,8981.0651086 +194,-1.625979264,0.5247742243,488,1.855331234,0.291044755,8961.974519 +195,-1.572293943,0.5238808754,488,1.855331234,0.291044755,9036.2618006 +196,-1.610848725,0.5477107964,488,1.855331234,0.291044755,8899.5954489 +197,-1.208485554,0.7918526018,488,1.855331234,0.291044755,8145.3747545 +198,-1.335601374,0.6869083083,488,1.855331234,0.291044755,8565.8729078 +199,-1.346156996,0.6825213377,488,1.855331234,0.291044755,8581.1714635 +200,-1.324381037,0.6741422347,488,1.855331234,0.291044755,8618.1240945 +201,-1.242424992,0.7378949807,488,1.855331234,0.291044755,8365.0710266 +202,-1.270370057,0.7392461008,488,1.855331234,0.291044755,8362.453528 +203,-1.448950472,0.7441675014,488,1.855331234,0.291044755,8300.6476397 +204,-1.492662363,0.7523026852,488,1.855331234,0.291044755,8243.433175 +205,-1.479098966,0.7763855017,488,1.855331234,0.291044755,8158.6980181 +206,-1.633760714,0.7869022408,488,1.855331234,0.291044755,7994.4616836 +207,-1.647406434,0.8101289331,488,1.855331234,0.291044755,7895.0412478 +208,-1.564245052,0.5701509278,488,1.855331234,0.291044755,8873.7082547 +209,-1.646289963,0.6833746083,488,1.855331234,0.291044755,8360.3425653 +210,-1.5820631,0.6751952144,488,1.855331234,0.291044755,8462.2594074 +211,-1.613236298,0.6681681791,488,1.855331234,0.291044755,8454.7763516 +212,-1.914661867,0.8212566515,488,1.855331234,0.291044755,7503.4566549 +213,-1.742133237,0.7250275956,488,1.855331234,0.291044755,8086.261489 +214,-2.033144872,0.6557314699,488,1.855331234,0.291044755,7775.2998147 +215,-2.039551981,0.6964723658,488,1.855331234,0.291044755,7646.489368 +216,-1.247341019,0.7622473908,488,1.855331234,0.291044755,8269.3671857 +217,-1.298239787,0.7084123392,488,1.855331234,0.291044755,8484.7532101 +218,-1.308539688,0.6926545592,488,1.855331234,0.291044755,8546.545244 +219,-1.303263185,0.6888938396,488,1.855331234,0.291044755,8561.8019949 +220,-1.852400229,0.6004246149,488,1.855331234,0.291044755,8318.579599 +221,-1.288947707,0.7473773692,488,1.855331234,0.291044755,8330.6468123 +222,-1.372031502,0.7472790993,488,1.855331234,0.291044755,8319.1823872 +223,-1.289805721,0.7242157877,488,1.855331234,0.291044755,8422.3804805 +224,-1.350807603,0.7533498126,488,1.855331234,0.291044755,8300.3391578 +225,-1.329290365,0.7560442322,488,1.855331234,0.291044755,8293.3789069 +226,-1.410153004,0.616936428,488,1.855331234,0.291044755,8817.329569 +227,-1.393445434,0.6308995063,488,1.855331234,0.291044755,8770.0055839 +228,-1.37595573,0.6241540638,488,1.855331234,0.291044755,8803.1553347 +229,-1.358388707,0.6172645205,488,1.855331234,0.291044755,8835.8421847 +230,-1.753741133,0.8281661666,488,1.855331234,0.291044755,7709.9249083 +231,-1.47430987,0.6834615681,488,1.855331234,0.291044755,8521.4739843 +232,-1.421012508,0.7222725206,488,1.855331234,0.291044755,8399.7577378 +233,-1.4476833,0.6978557868,488,1.855331234,0.291044755,8481.7388417 +234,-1.470370723,0.6966193374,488,1.855331234,0.291044755,8473.0712971 +235,-1.429211703,0.7037216883,488,1.855331234,0.291044755,8468.4923071 +236,-1.700578405,0.6178673663,488,1.855331234,0.291044755,8521.7434242 +237,-1.678117619,0.6331716163,488,1.855331234,0.291044755,8499.9246206 +238,-1.725644578,0.6316331145,488,1.855331234,0.291044755,8435.7173406 +239,-2.14012759,0.7930497945,488,1.855331234,0.291044755,7170.5540341 +240,-2.103289431,0.7653606263,488,1.855331234,0.291044755,7321.2185757 +241,-1.318739838,0.7017808746,488,1.855331234,0.291044755,8509.4418741 +242,-1.396417427,0.7077900843,488,1.855331234,0.291044755,8466.7170219 +243,-1.35650337,0.7185539404,488,1.855331234,0.291044755,8436.5140369 +244,-1.248884539,0.7274156818,488,1.855331234,0.291044755,8407.4020008 +245,-1.395014798,0.5761185243,488,1.855331234,0.291044755,8984.4257155 +246,-1.433377362,0.6064716109,488,1.855331234,0.291044755,8845.8920642 +247,-1.408172432,0.5903155476,488,1.855331234,0.291044755,8922.5539209 +248,-1.749645898,0.7757118084,488,1.855331234,0.291044755,7898.9404997 +249,-1.571626686,0.615046989,488,1.855331234,0.291044755,8697.9807087 +250,-1.514070049,0.6303003037,488,1.855331234,0.291044755,8695.8793819 +251,-1.480890369,0.6237966528,488,1.855331234,0.291044755,8747.2970606 +252,-1.704390658,0.5281680612,488,1.855331234,0.291044755,8828.161678 +253,-1.64434733,0.5254277498,488,1.855331234,0.291044755,8932.9408868 +254,-1.703855997,0.4792484842,488,1.855331234,0.291044755,8996.9231941 +255,-1.692002383,0.5748825051,488,1.855331234,0.291044755,8685.6609591 +256,-1.854136457,0.5544643913,488,1.855331234,0.291044755,8460.3895314 +257,-1.665021206,0.520317736,488,1.855331234,0.291044755,8919.5208609 +258,-1.733654349,0.4845187345,488,1.855331234,0.291044755,8924.5966546 +259,-1.720938188,0.5135933906,488,1.855331234,0.291044755,8849.5657245 +260,-1.742668307,0.553296122,488,1.855331234,0.291044755,8676.6027077 +261,-1.965659039,0.7142126903,488,1.855331234,0.291044755,7745.139501 +262,-1.944438071,0.6772834804,488,1.855331234,0.291044755,7898.4765908 +263,-1.270340967,0.7681487096,488,1.855331234,0.291044755,8247.9865843 +264,-1.353091884,0.6549276821,488,1.855331234,0.291044755,8688.5752478 +265,-1.333236659,0.6413584414,488,1.855331234,0.291044755,8746.4245493 +266,-1.352015998,0.6753788907,488,1.855331234,0.291044755,8608.0721701 +267,-1.377988483,0.6577816235,488,1.855331234,0.291044755,8670.0369584 +268,-2.13075611,0.8318642051,488,1.855331234,0.291044755,7085.7329912 +269,-2.097910953,0.8259670014,488,1.855331234,0.291044755,7165.5124362 +270,-1.416382069,0.6694271549,488,1.855331234,0.291044755,8608.8058133 +271,-1.538905672,0.7535625993,488,1.855331234,0.291044755,8205.3099203 +272,-1.572309477,0.7803125099,488,1.855331234,0.291044755,8076.4153395 +273,-1.87759879,0.7503853417,488,1.855331234,0.291044755,7791.6802646 +274,1.152365588,0.590457682,488,1.855331234,0.291044755,2760.2717738 +275,0.350198001,0.718001859,488,1.855331234,0.291044755,5277.7382257 +276,0.046513677,0.491503852,488,1.855331234,0.291044755,6474.4076744 +277,0.027510309,0.742571376,488,1.855331234,0.291044755,6163.9760586 +278,0.306285725,-0.214631579,488,1.855331234,0.291044755,6383.4235087 +279,-1.100564889,0.318051531,488,1.855331234,0.291044755,9924.9470371 +280,-1.078582306,0.301437596,488,1.855331234,0.291044755,9961.0417665 +281,-1.137371989,-0.617634065,488,1.855331234,0.291044755,11047.472698 +282,0.784356344,0.703272339,488,1.855331234,0.291044755,3982.3599978 +283,-1.221209947,0.218327455,488,1.855331234,0.291044755,10410.215403 +284,2.347301921,-0.449114658,488,1.855331234,0.291044755,3491.4962098 +285,0.246820618,0.830553713,488,1.855331234,0.291044755,5474.8249812 +286,0.829414965,0.703288228,488,1.855331234,0.291044755,3847.0408631 +287,-1.337537566,0.42332223,488,1.855331234,0.291044755,9607.3074904 +288,0.882453706,0.454478077,488,1.855331234,0.291044755,3620.8629083 +289,1.575629659,0.416419109,488,1.855331234,0.291044755,1150.6187782 +290,-1.039455679,0.229888244,488,1.855331234,0.291044755,10165.535815 +291,0.489558039,0.934482747,488,1.855331234,0.291044755,4819.5875529 +292,0.081344504,0.88384514,488,1.855331234,0.291044755,5828.0495603 +293,-1.547979814,0.300350308,488,1.855331234,0.291044755,9888.3658269 +294,0.040776181,0.168560074,488,1.855331234,0.291044755,6937.9454793 +295,-1.130374745,0.563894876,488,1.855331234,0.291044755,9006.1818243 +296,1.578326642,0.478507176,488,1.855331234,0.291044755,1257.0446701 +297,-1.12861823,-0.291640865,488,1.855331234,0.291044755,11845.784251 +298,0.310524208,0.770885792,488,1.855331234,0.291044755,5352.2617615 +299,0.415649091,-0.387246002,488,1.855331234,0.291044755,6191.8128839 +300,-0.926533878,-0.188022748,488,1.855331234,0.291044755,11001.854689 +301,1.258856172,-0.11716081,488,1.855331234,0.291044755,2841.4168052 +302,-1.126050026,0.322941926,488,1.855331234,0.291044755,9932.972624 +303,2.002785835,0.07893892,488,1.855331234,0.291044755,1016.8872289 +304,0.440437607,0.746258085,488,1.855331234,0.291044755,4998.321765 +305,-0.030391866,0.214441206,488,1.855331234,0.291044755,7136.544723 +306,0.521557815,-0.058929362,488,1.855331234,0.291044755,5393.4176749 +307,-0.097005111,0.13317729,488,1.855331234,0.291044755,7493.0460092 +308,1.83113859,0.221857587,488,1.855331234,0.291044755,289.29477329 +309,0.222428864,0.099404236,488,1.855331234,0.291044755,6343.4865887 +310,-1.702731345,0.8728568183,488,1.855331234,0.291044755,7609.2891964 +311,-0.418507569,0.278324921,488,1.855331234,0.291044755,8372.6120894 +312,-1.41153306,0.339029988,488,1.855331234,0.291044755,9900.915113 +313,0.357560442,0.114788776,488,1.855331234,0.291044755,5816.007748 +314,0.325818979,0.268352149,488,1.855331234,0.291044755,5768.5683568 +315,-1.246004659,-0.663679965,488,1.855331234,0.291044755,10961.203062 +316,1.814603087,0.637404484,488,1.855331234,0.291044755,1379.3605962 +317,1.843704281,-0.18300445,488,1.855331234,0.291044755,1878.2612785 +318,1.690644492,-0.211480909,488,1.855331234,0.291044755,2092.3510552 +319,-1.275451936,0.068109467,488,1.855331234,0.291044755,11020.609531 +320,0.762430171,-0.207594741,488,1.855331234,0.291044755,4712.2785353 +321,0.265668905,-0.014647884,488,1.855331234,0.291044755,6310.153636 +322,-2.773032013,-0.335515811,488,1.855331234,0.291044755,6900.170528 +323,-1.469512853,0.174058777,488,1.855331234,0.291044755,10466.618408 +324,0.286276986,0.785925691,488,1.855331234,0.291044755,5407.3872316 +325,-1.379324697,0.377432233,488,1.855331234,0.291044755,9771.4799505 +326,-1.203778265,0.212813032,488,1.855331234,0.291044755,10422.105393 +327,0.579916301,0.611743168,488,1.855331234,0.291044755,4621.73849 +328,0.267582642,0.868113908,488,1.855331234,0.291044755,5390.0214664 +329,0.412869244,-0.050245578,488,1.855331234,0.291044755,5793.1678896 +330,0.17524381,0.976660285,488,1.855331234,0.291044755,5507.9041795 +331,0.743157214,0.204812899,488,1.855331234,0.291044755,4267.7047923 +332,-1.070758176,0.269382282,488,1.855331234,0.291044755,10069.588357 +333,-1.230364251,0.329790229,488,1.855331234,0.291044755,9975.0988691 +334,-1.374813124,-0.024926835,488,1.855331234,0.291044755,11334.646248 +335,0.519780566,0.463669906,488,1.855331234,0.291044755,4898.0464417 +336,-1.55108034,0.239698561,488,1.855331234,0.291044755,10100.111392 +337,0.180294813,0.029739425,488,1.855331234,0.291044755,6583.2677901 +338,0.67820924,0.268170153,488,1.855331234,0.291044755,4459.7438433 +339,0.445798684,1.024001867,488,1.855331234,0.291044755,4910.4117693 +340,0.691751283,0.150521402,488,1.855331234,0.291044755,4513.1684342 +341,-1.036643551,-0.903056181,488,1.855331234,0.291044755,9895.6658337 +342,-0.120287036,1.083325163,488,1.855331234,0.291044755,5917.3867863 +343,2.823513113,-0.304487164,488,1.855331234,0.291044755,4452.7026487 +344,0.457583172,1.12513373,488,1.855331234,0.291044755,4889.7191088 +345,0.042918831,0.813795399,488,1.855331234,0.291044755,6019.1209207 +346,1.196146777,-0.853142756,488,1.855331234,0.291044755,5090.3712771 +347,0.206001358,-0.010430701,488,1.855331234,0.291044755,6531.7624169 +348,-0.268308653,0.234799412,488,1.855331234,0.291044755,7949.5626712 +349,0.759363263,0.736189579,488,1.855331234,0.291044755,4068.718045 +350,0.181363926,0.891988372,488,1.855331234,0.291044755,5579.8155344 +351,-0.021111158,0.139103292,488,1.855331234,0.291044755,7205.1389238 +352,-0.093355215,0.630686981,488,1.855331234,0.291044755,6683.3651428 +353,0.40118964,0.681375926,488,1.855331234,0.291044755,5149.9516128 +354,-0.721197315,1.304706234,488,1.855331234,0.291044755,5967.8134616 +355,-1.076150317,0.212107639,488,1.855331234,0.291044755,10287.735956 +356,-1.577164531,0.273993443,488,1.855331234,0.291044755,9933.6257334 +357,-0.190788414,0.182208586,488,1.855331234,0.291044755,7762.1689067 +358,-0.261349752,0.209710184,488,1.855331234,0.291044755,7968.1265791 +359,-1.029303852,0.083549259,488,1.855331234,0.291044755,10651.111119 +360,-1.268609162,0.330525297,488,1.855331234,0.291044755,9980.8494449 +361,1.282982244,-0.926641967,488,1.855331234,0.291044755,5204.122285 +362,0.217352334,0.731352408,488,1.855331234,0.291044755,5650.4062655 +363,-1.511833084,0.258629297,488,1.855331234,0.291044755,10094.734039 +364,0.338812194,0.823184618,488,1.855331234,0.291044755,5238.3924263 +365,-0.324406489,1.134201999,488,1.855331234,0.291044755,6109.6744038 +366,1.389579348,0.399185724,488,1.855331234,0.291044755,1785.2036852 +367,2.047152199,-0.039082036,488,1.855331234,0.291044755,1507.5267131 +368,0.947780369,0.568250077,488,1.855331234,0.291044755,3411.2379281 +369,0.763824846,0.576754987,488,1.855331234,0.291044755,4024.3625761 +370,-0.142334657,0.928153068,488,1.855331234,0.291044755,6253.5507482 +371,0.610266567,0.547265983,488,1.855331234,0.291044755,4543.84467 +372,0.210731629,0.746815056,488,1.855331234,0.291044755,5653.1822804 +373,-1.34931644,0.316895224,488,1.855331234,0.291044755,10023.282011 +374,2.407696481,0.655030745,488,1.855331234,0.291044755,2403.3030239 +375,0.64207831,0.545359131,488,1.855331234,0.291044755,4437.2383344 +376,1.174597538,0.840588356,488,1.855331234,0.291044755,3092.7913426 +377,0.660059424,0.010604079,488,1.855331234,0.291044755,4787.1356944 +378,-0.730263819,0.010486456,488,1.855331234,0.291044755,9965.7646792 +379,0.831068936,0.512339172,488,1.855331234,0.291044755,3797.2645315 +380,1.301180979,0.72367476,488,1.855331234,0.291044755,2546.023881 +381,1.811128231,0.322854402,488,1.855331234,0.291044755,209.11507448 +382,0.435105812,0.992284428,488,1.855331234,0.291044755,4936.6074822 +383,0.62643634,0.592027932,488,1.855331234,0.291044755,4475.9712969 +384,0.492988703,-0.516339467,488,1.855331234,0.291044755,6100.1808864 +385,-0.162469483,0.112549365,488,1.855331234,0.291044755,7762.6486682 +386,0.314630866,0.472006421,488,1.855331234,0.291044755,5600.8956805 +387,0.166744804,0.822815954,488,1.855331234,0.291044755,5690.4055757 +388,0.417159608,0.965805736,488,1.855331234,0.291044755,4981.4907619 +389,0.106334961,0.868774244,488,1.855331234,0.291044755,5787.5354444 +390,0.815086969,-0.338144359,488,1.855331234,0.291044755,4754.3513331 +391,0.59867455,-0.230624824,488,1.855331234,0.291044755,5332.8672453 +392,1.915104874,0.066220985,488,1.855331234,0.291044755,920.36595867 +393,1.278093622,0.064463721,488,1.855331234,0.291044755,2416.8880255 +394,-0.061477853,0.302997961,488,1.855331234,0.291044755,7118.6699423 +395,0.251311504,0.626976942,488,1.855331234,0.291044755,5655.2056181 +396,2.950242872,0.149095644,488,1.855331234,0.291044755,4254.0997854 +397,-0.180294708,0.35375117,488,1.855331234,0.291044755,7443.0313307 +398,1.010448592,-0.351180233,488,1.855331234,0.291044755,4155.3668018 +399,-1.748740498,0.3686318073,488,1.855331234,0.291044755,9272.9027756 +400,2.699635665,0.123533791,488,1.855331234,0.291044755,3330.6301959 +401,0.496808033,0.823843254,488,1.855331234,0.291044755,4815.412899 +402,0.129574704,0.763364087,488,1.855331234,0.291044755,5858.7340345 +403,1.798920311,0.817447563,488,1.855331234,0.291044755,2093.2848737 +404,0.335987953,0.746786541,488,1.855331234,0.291044755,5298.2728489 +405,-1.085413643,0.292154671,488,1.855331234,0.291044755,10004.339619 +406,-0.155321003,0.508207011,488,1.855331234,0.291044755,7087.1997898 +407,0.620529244,-0.301175104,488,1.855331234,0.291044755,5357.5108918 +408,1.684402744,0.368716966,488,1.855331234,0.291044755,710.32691526 +409,0.300582244,-0.386397212,488,1.855331234,0.291044755,6594.4144702 +410,2.913555946,-0.009225192,488,1.855331234,0.291044755,4296.7204168 +411,1.465101417,0.493232532,488,1.855331234,0.291044755,1633.167769 +412,0.090612882,0.907955955,488,1.855331234,0.291044755,5774.9984433 +413,2.987564726,-0.729568594,488,1.855331234,0.291044755,5777.4741743 +414,-1.484261606,0.224149272,488,1.855331234,0.291044755,10260.940715 +415,0.164073421,0.303955133,488,1.855331234,0.291044755,6316.821379 +416,0.141441293,0.167552546,488,1.855331234,0.291044755,6566.3323794 +417,2.931321023,-0.506718887,488,1.855331234,0.291044755,5186.3743758 +418,2.21951565,0.700596356,488,1.855331234,0.291044755,2048.1190521 +419,0.268112576,1.199114336,488,1.855331234,0.291044755,5173.3390087 +420,0.978913739,0.359223811,488,1.855331234,0.291044755,3288.3222999 +421,1.210898818,0.522863584,488,1.855331234,0.291044755,2503.7058648 +422,2.347397336,0.129231362,488,1.855331234,0.291044755,2008.002776 +423,0.614394501,0.556878345,488,1.855331234,0.291044755,4526.5283086 +424,-1.398079356,0.148483366,488,1.855331234,0.291044755,10648.590354 +425,2.535303836,-0.112984496,488,1.855331234,0.291044755,3107.1533471 +426,-1.019372593,-0.405322349,488,1.855331234,0.291044755,11352.899849 +427,-1.297785627,-0.160104069,488,1.855331234,0.291044755,11923.290846 +428,2.144554488,0.205051084,488,1.855331234,0.291044755,1160.9969588 +429,-2.242387083,-0.426171285,488,1.855331234,0.291044755,8879.1351562 +430,0.338637212,0.909723676,488,1.855331234,0.291044755,5187.0391826 +431,-0.148798452,0.691042401,488,1.855331234,0.291044755,6726.6189184 +432,0.893524764,0.441829531,488,1.855331234,0.291044755,3582.8232044 +433,0.969229347,-0.368847936,488,1.855331234,0.291044755,4321.2931658 +434,0.436043248,0.800045688,488,1.855331234,0.291044755,4987.6713632 +435,1.687946607,1.081504775,488,1.855331234,0.291044755,3165.9320444 +436,0.522302046,-0.034889271,488,1.855331234,0.291044755,5361.6574917 +437,-0.178996113,-0.438090009,488,1.855331234,0.291044755,8339.8889921 +438,-1.094339566,0.301444068,488,1.855331234,0.291044755,9980.4013366 +439,-1.064070054,0.242569932,488,1.855331234,0.291044755,10158.433603 +440,-1.068153768,0.230387998,488,1.855331234,0.291044755,10209.010719 +441,-3.00496892,-0.23989155,488,1.855331234,0.291044755,5948.5860435 +442,0.21751974,0.766874888,488,1.855331234,0.291044755,5613.8180254 +443,0.117229532,0.007619006,488,1.855331234,0.291044755,6847.7153216 +444,0.777758451,0.420554741,488,1.855331234,0.291044755,4003.7575591 +445,-0.252356999,0.250747086,488,1.855331234,0.291044755,7866.797282 +446,0.363148444,0.768483434,488,1.855331234,0.291044755,5206.5966552 +447,0.903191366,-0.118210676,488,1.855331234,0.291044755,4065.8913617 +448,-0.205755923,0.149406178,488,1.855331234,0.291044755,7866.3926725 +449,1.811996086,0.02364353,488,1.855331234,0.291044755,1072.5717724 +450,-1.100670221,0.314845373,488,1.855331234,0.291044755,9937.1865934 +451,0.340078597,0.850105132,488,1.855331234,0.291044755,5218.2093783 +452,0.258757267,0.804969236,488,1.855331234,0.291044755,5465.8424192 +453,2.78505352,-0.155160804,488,1.855331234,0.291044755,4048.0656433 +454,0.800551619,0.105822106,488,1.855331234,0.291044755,4146.4228231 +455,0.437940882,-0.506194031,488,1.855331234,0.291044755,6265.9223309 +456,2.230431122,0.63458615,488,1.855331234,0.291044755,1893.2462814 +457,0.527965361,0.127667701,488,1.855331234,0.291044755,5157.2980277 +458,-0.063643205,0.702093448,488,1.855331234,0.291044755,6476.4672835 +459,1.408447268,0.133010502,488,1.855331234,0.291044755,1837.6565623 +460,0.523795955,0.280266966,488,1.855331234,0.291044755,5025.2670983 +461,-0.975769313,0.072177659,488,1.855331234,0.291044755,10560.448354 +462,0.549774164,-0.463663986,488,1.855331234,0.291044755,5840.0098953 +463,0.29245874,1.095549818,488,1.855331234,0.291044755,5185.7279447 +464,0.143625958,0.816809593,488,1.855331234,0.291044755,5757.0969743 +465,0.671902494,0.611159853,488,1.855331234,0.291044755,4324.0300778 +466,1.239840988,0.6724199,488,1.855331234,0.291044755,2610.1451984 +467,0.607829703,-0.10932137,488,1.855331234,0.291044755,5134.0470579 +468,1.763020906,0.263996692,488,1.855331234,0.291044755,367.58782869 +469,0.378714634,0.726066797,488,1.855331234,0.291044755,5188.7742379 +470,2.196736143,-0.153862366,488,1.855331234,0.291044755,2212.4780247 +471,0.01702415,0.148991565,488,1.855331234,0.291044755,7051.1188843 +472,-2.998490902,-0.158002487,488,1.855331234,0.291044755,5872.1057676 +473,-3.051262951,-0.346595608,488,1.855331234,0.291044755,5919.009362 +474,-1.069176439,0.182802941,488,1.855331234,0.291044755,10383.26033 +475,0.167157509,0.595344954,488,1.855331234,0.291044755,5952.2124781 +476,0.613855648,0.681746124,488,1.855331234,0.291044755,4499.0450992 +477,1.037012736,0.682555367,488,1.855331234,0.291044755,3210.9581595 +478,-1.253574971,0.379755746,488,1.855331234,0.291044755,9783.7809142 +479,3.108590453,-0.132620738,488,1.855331234,0.291044755,5186.1387227 +480,0.565301296,0.022333262,488,1.855331234,0.291044755,5131.6868661 +481,0.547898238,0.855555614,488,1.855331234,0.291044755,4677.1914395 +482,0.948309381,0.417393755,488,1.855331234,0.291044755,3388.6366222 +483,-0.050600732,0.945269213,488,1.855331234,0.291044755,6031.1624702 +484,-0.977651478,-0.572363064,488,1.855331234,0.291044755,10875.65545 +485,1.102014914,0.728861163,488,1.855331234,0.291044755,3081.5587935 +486,2.927300795,-0.282939414,488,1.855331234,0.291044755,4763.4549375 +487,-1.154565557,0.124434095,488,1.855331234,0.291044755,10719.141577 +488,1.855331234,0.291044755,488,1.855331234,0.291044755,0 +489,0.830290659,0.276904518,488,1.855331234,0.291044755,3883.1258611 +490,0.485104466,-0.234867441,488,1.855331234,0.291044755,5750.1192217 +491,0.521367572,-0.33161327,488,1.855331234,0.291044755,5749.0887334 +1,-1.539031704,0.7349710123,489,0.830290659,0.276904518,7544.9888413 +2,-1.536990553,0.7349663874,489,0.830290659,0.276904518,7540.7368741 +3,-1.534951779,0.7349571355,489,0.830290659,0.276904518,7536.4953774 +4,-1.532906461,0.7349480293,489,0.830290659,0.276904518,7532.2323754 +5,-1.531320211,0.7346937278,489,0.830290659,0.276904518,7529.6056937 +6,-1.539451648,0.7335131775,489,0.830290659,0.276904518,7549.9298895 +7,-1.537429487,0.7335445708,489,0.830290659,0.276904518,7545.6118346 +8,-1.535484998,0.7335658704,489,0.830290659,0.276904518,7541.4778348 +9,-1.533488396,0.7336036027,489,0.830290659,0.276904518,7537.1823574 +10,-1.531497785,0.7335842962,489,0.830290659,0.276904518,7533.0507914 +11,-1.530259379,0.7334777758,489,0.830290659,0.276904518,7530.7382302 +12,-1.5335454,0.7322346912,489,0.830290659,0.276904518,7541.09804 +13,-1.531489083,0.7322238773,489,0.830290659,0.276904518,7536.7981391 +14,-1.530011122,0.7321679851,489,0.830290659,0.276904518,7533.8359984 +15,-1.53348106,0.7306614094,489,0.830290659,0.276904518,7545.3234657 +16,-1.531441779,0.7306962275,489,0.830290659,0.276904518,7540.9252854 +17,-1.529755654,0.7306933243,489,0.830290659,0.276904518,7537.3710839 +18,-1.533415048,0.7291384674,489,0.830290659,0.276904518,7549.4036904 +19,-1.531392093,0.7291705353,489,0.830290659,0.276904518,7545.0399939 +20,-1.529296523,0.7291214933,489,0.830290659,0.276904518,7540.7395014 +21,-1.535280942,0.727267644,489,0.830290659,0.276904518,7558.5297697 +22,-1.533378158,0.7276139666,489,0.830290659,0.276904518,7553.5477044 +23,-1.531340368,0.7276446587,489,0.830290659,0.276904518,7549.1488828 +24,-1.528960113,0.7276398177,489,0.830290659,0.276904518,7544.1142367 +25,-1.533313146,0.7260818349,489,0.830290659,0.276904518,7557.6513334 +26,-1.531259555,0.7260958115,489,0.830290659,0.276904518,7553.2574597 +27,-1.528926415,0.7260865555,489,0.830290659,0.276904518,7548.3259864 +28,-1.531226779,0.7245511789,489,0.830290659,0.276904518,7557.4542282 +29,-1.528904772,0.7245519194,489,0.830290659,0.276904518,7552.5101192 +30,-1.547195875,0.7409785979,489,0.830290659,0.276904518,7545.0973842 +31,-1.5451475,0.740980426,489,0.830290659,0.276904518,7540.8713235 +32,-1.543097679,0.7409798872,489,0.830290659,0.276904518,7536.6414892 +33,-1.540720364,0.7409892687,489,0.830290659,0.276904518,7531.6985866 +34,-1.547188511,0.7395198392,489,0.830290659,0.276904518,7549.1823724 +35,-1.545148587,0.7395226109,489,0.830290659,0.276904518,7544.9639524 +36,-1.543104538,0.7395314908,489,0.830290659,0.276904518,7540.7125407 +37,-1.540727751,0.7395306258,489,0.830290659,0.276904518,7535.7911625 +38,-1.547187029,0.7380014886,489,0.830290659,0.276904518,7553.4454085 +39,-1.545147315,0.7380012252,489,0.830290659,0.276904518,7549.2285252 +40,-1.54310719,0.7380060743,489,0.830290659,0.276904518,7544.9890938 +41,-1.540719671,0.7380068206,489,0.830290659,0.276904518,7540.0322471 +42,-1.547187189,0.7364799098,489,0.830290659,0.276904518,7557.7193093 +43,-1.545149996,0.7364853874,489,0.830290659,0.276904518,7553.4841371 +44,-1.543106091,0.7364823484,489,0.830290659,0.276904518,7549.2515432 +45,-1.540717158,0.7364893901,489,0.830290659,0.276904518,7544.2654576 +46,-1.538663972,0.7410138672,489,0.830290659,0.276904518,7527.3690022 +47,-1.53695285,0.7409699132,489,0.830290659,0.276904518,7523.9404077 +48,-1.534910498,0.7409641297,489,0.830290659,0.276904518,7519.711087 +49,-1.533145034,0.7409536636,489,0.830290659,0.276904518,7516.0644126 +50,-1.538681336,0.7395405883,489,0.830290659,0.276904518,7531.5159963 +51,-1.536999189,0.7395183096,489,0.830290659,0.276904518,7528.0812634 +52,-1.534923633,0.7395144222,489,0.830290659,0.276904518,7523.7705225 +53,-1.533267822,0.7395654306,489,0.830290659,0.276904518,7520.1758691 +54,-1.53867273,0.7380151077,489,0.830290659,0.276904518,7535.7531671 +55,-1.536980576,0.7379994392,489,0.830290659,0.276904518,7532.27297 +56,-1.534931522,0.7379944961,489,0.830290659,0.276904518,7528.012854 +57,-1.533387952,0.7379480264,489,0.830290659,0.276904518,7524.9174559 +58,-1.538682279,0.7364914363,489,0.830290659,0.276904518,7540.0214768 +59,-1.536980704,0.7364810563,489,0.830290659,0.276904518,7536.5007202 +60,-1.534935567,0.7364752065,489,0.830290659,0.276904518,7532.2438476 +61,-1.533042592,0.7363876366,489,0.830290659,0.276904518,7528.5250325 +62,-1.545143426,0.7349628011,489,0.830290659,0.276904518,7557.7378797 +63,-1.543105297,0.7349691947,489,0.830290659,0.276904518,7553.4834431 +64,-1.541064533,0.7349647152,489,0.830290659,0.276904518,7549.2465788 +65,-1.545411803,0.7334624714,489,0.830290659,0.276904518,7562.4995664 +66,-1.543446606,0.7334780896,489,0.830290659,0.276904518,7558.364935 +67,-1.541475327,0.7334957295,489,0.830290659,0.276904518,7554.2052662 +68,-1.545401939,0.731963266,489,0.830290659,0.276904518,7566.6786727 +69,-1.54342253,0.7319915583,489,0.830290659,0.276904518,7562.4718767 +70,-1.541455867,0.7320216438,489,0.830290659,0.276904518,7558.2800339 +71,-1.545410146,0.7304422281,489,0.830290659,0.276904518,7570.9549767 +72,-1.543435491,0.7304713664,489,0.830290659,0.276904518,7566.7486083 +73,-1.541463105,0.7304997613,489,0.830290659,0.276904518,7562.5424176 +74,-1.545414768,0.7289194936,489,0.830290659,0.276904518,7575.2269655 +75,-1.543435774,0.7289538557,489,0.830290659,0.276904518,7570.9897679 +76,-1.541457714,0.7289765881,489,0.830290659,0.276904518,7566.7803331 +77,-1.539449415,0.7320555866,489,0.830290659,0.276904518,7553.9875713 +78,-1.537429183,0.7321097681,489,0.830290659,0.276904518,7549.6031305 +79,-1.535472649,0.7321497267,489,0.830290659,0.276904518,7545.3853384 +80,-1.539457899,0.7305333307,489,0.830290659,0.276904518,7558.2463524 +81,-1.537453161,0.7305750503,489,0.830290659,0.276904518,7553.9218303 +82,-1.535479385,0.7306124949,489,0.830290659,0.276904518,7549.6676547 +83,-1.53946905,0.7290102593,489,0.830290659,0.276904518,7562.5114414 +84,-1.537459922,0.7290417293,489,0.830290659,0.276904518,7558.1989338 +85,-1.535451349,0.7290890157,489,0.830290659,0.276904518,7553.8369015 +86,-1.535522937,0.7279887191,489,0.830290659,0.276904518,7557.0407258 +87,-1.539442524,0.7274735939,489,0.830290659,0.276904518,7566.7335091 +88,-1.537424111,0.727521351,489,0.830290659,0.276904518,7562.3487143 +89,-1.539384641,0.7259505092,489,0.830290659,0.276904518,7570.849806 +90,-1.537372391,0.7259947145,489,0.830290659,0.276904518,7566.4803733 +91,-1.535340789,0.7260435356,489,0.830290659,0.276904518,7562.0504893 +92,-1.539325716,0.7244369706,489,0.830290659,0.276904518,7574.9352756 +93,-1.537308932,0.7244801057,489,0.830290659,0.276904518,7570.551766 +94,-1.535289068,0.7245247645,489,0.830290659,0.276904518,7566.150746 +95,-1.533261366,0.7245550236,489,0.830290659,0.276904518,7561.7661753 +96,-1.539267302,0.722921924,489,0.830290659,0.276904518,7579.0239501 +97,-1.537248972,0.7229660258,489,0.830290659,0.276904518,7574.6270014 +98,-1.535219431,0.7229916471,489,0.830290659,0.276904518,7570.2506741 +99,-1.53318962,0.7230212049,489,0.830290659,0.276904518,7565.8558898 +100,-1.531154816,0.7230299897,489,0.830290659,0.276904518,7561.5008656 +101,-1.528878341,0.7230370244,489,0.830290659,0.276904518,7556.6278105 +102,-1.539218189,0.7214009878,489,0.830290659,0.276904518,7583.1466294 +103,-1.537198791,0.7214422745,489,0.830290659,0.276904518,7578.7477375 +104,-1.535179266,0.7214634354,489,0.830290659,0.276904518,7574.3974973 +105,-1.533156501,0.7214944644,489,0.830290659,0.276904518,7570.0061057 +106,-1.53113574,0.7215166021,489,0.830290659,0.276904518,7565.6366374 +107,-1.528874248,0.7215345535,489,0.830290659,0.276904518,7560.7572068 +108,-1.539217656,0.7198512397,489,0.830290659,0.276904518,7587.450458 +109,-1.537199919,0.7199428763,489,0.830290659,0.276904518,7582.9080469 +110,-1.545425832,0.727397149,489,0.830290659,0.276904518,7579.5097571 +111,-1.543371177,0.7273916949,489,0.830290659,0.276904518,7575.2178826 +112,-1.541368852,0.7274523163,489,0.830290659,0.276904518,7570.8442273 +113,-1.545349067,0.7258710923,489,0.830290659,0.276904518,7583.6170872 +114,-1.54332671,0.7258603556,489,0.830290659,0.276904518,7579.4000548 +115,-1.541346831,0.7259242142,489,0.830290659,0.276904518,7575.0572046 +116,-1.545324355,0.7243383958,489,0.830290659,0.276904518,7587.8501643 +117,-1.543292796,0.7243617413,489,0.830290659,0.276904518,7583.5111379 +118,-1.541295822,0.7244024384,489,0.830290659,0.276904518,7579.1896021 +119,-1.543193859,0.7205570215,489,0.830290659,0.276904518,7593.9129915 +120,-1.550257047,0.7386738187,489,0.830290659,0.276904518,7557.8857055 +121,-1.549335448,0.7311736483,489,0.830290659,0.276904518,7577.0792634 +122,-1.533478843,0.7179891343,489,0.830290659,0.276904518,7580.3794684 +123,-1.556150555,0.738907041,489,0.830290659,0.276904518,7569.3282198 +124,-1.554324226,0.733414257,489,0.830290659,0.276904518,7581.1021678 +125,-1.554290846,0.7288285332,489,0.830290659,0.276904518,7593.9712144 +126,-1.55122487,0.7219795312,489,0.830290659,0.276904518,7606.8461374 +127,-1.525104458,0.7229399862,489,0.830290659,0.276904518,7548.8281122 +128,-1.519607711,0.7236181429,489,0.830290659,0.276904518,7535.1810083 +129,-1.513899999,0.7251107854,489,0.830290659,0.276904518,7518.8292463 +130,-1.536620762,0.7431061895,489,0.830290659,0.276904518,7517.2975989 +131,-1.5369566,0.7460845958,489,0.830290659,0.276904518,7509.6862169 +132,-1.545345528,0.7447040685,489,0.830290659,0.276904518,7530.8234625 +133,-1.532813921,0.7432306626,489,0.830290659,0.276904518,7509.0499934 +134,-1.554788248,0.7382381001,489,0.830290659,0.276904518,7568.4284821 +135,-1.540348126,0.7301594274,489,0.830290659,0.276904518,7561.1551631 +136,-1.538016084,0.7239051786,489,0.830290659,0.276904518,7573.6444058 +137,-1.525288962,0.7258085137,489,0.830290659,0.276904518,7541.342977 +138,-1.534326986,0.731241342,489,0.830290659,0.276904518,7545.4973894 +139,-1.530733872,0.7303625216,489,0.830290659,0.276904518,7540.3528603 +141,-1.534354939,0.7328219978,489,0.830290659,0.276904518,7541.1710351 +142,-1.53157084,0.7292888153,489,0.830290659,0.276904518,7545.0908862 +143,-1.525691035,0.7263799874,489,0.830290659,0.276904518,7540.6295751 +144,-1.534031287,0.7495967835,489,0.830290659,0.276904518,7493.8600002 +145,-1.527714986,0.7283095957,489,0.830290659,0.276904518,7539.6240861 +146,-1.526189586,0.7271468292,489,0.830290659,0.276904518,7539.5825123 +147,-1.555177336,0.7375563366,489,0.830290659,0.276904518,7571.1548126 +148,-1.555080283,0.7312707794,489,0.830290659,0.276904518,7588.7156229 +149,-1.53856994,0.7224180299,489,0.830290659,0.276904518,7578.9475345 +150,-1.530837883,0.729933372,489,0.830290659,0.276904518,7541.7590439 +151,-1.515066984,0.5854133365,489,0.830290659,0.276904518,7893.8761262 +152,-1.534731633,0.5368370046,489,0.830290659,0.276904518,8069.9674045 +153,-1.515231902,0.5607085576,489,0.830290659,0.276904518,7958.2999675 +154,-2.616253799,1.0684566605,489,0.830290659,0.276904518,7028.2455295 +155,-1.956071439,0.5792177723,489,0.830290659,0.276904518,8796.2014003 +156,-1.951208514,0.5602434208,489,0.830290659,0.276904518,8857.3136195 +157,-1.944675062,0.6062144545,489,0.830290659,0.276904518,8683.4580896 +158,-1.613778386,0.6077989518,489,0.830290659,0.276904518,8066.737097 +159,-2.035029014,0.6021432345,489,0.830290659,0.276904518,8809.7119121 +160,-2.114989471,0.6801825058,489,0.830290659,0.276904518,8583.6521417 +161,-2.037382079,0.5765830025,489,0.830290659,0.276904518,8907.7788951 +162,-2.129855121,0.6585019963,489,0.830290659,0.276904518,8677.5830225 +163,-2.075141798,0.6493615843,489,0.830290659,0.276904518,8670.5595044 +164,-1.828626729,0.6948433129,489,0.830290659,0.276904518,8202.5038769 +165,-1.863329418,0.6735427691,489,0.830290659,0.276904518,8328.600964 +166,-1.266037071,0.727988852,489,0.830290659,0.276904518,6932.1326572 +167,-1.277579582,0.7249010648,489,0.830290659,0.276904518,6967.5308085 +168,-1.258418684,0.7241194816,489,0.830290659,0.276904518,6921.1521854 +169,-1.317813974,0.6804850104,489,0.830290659,0.276904518,7165.817706 +170,-1.344165204,0.6790988904,489,0.830290659,0.276904518,7235.8198332 +171,-1.427582102,0.5277120351,489,0.830290659,0.276904518,7806.4850232 +172,-1.402238616,0.457167829,489,0.830290659,0.276904518,7893.9838192 +173,-1.422454264,0.4996161999,489,0.830290659,0.276904518,7857.1888421 +174,-1.439089277,0.4894859811,489,0.830290659,0.276904518,7927.7029972 +175,-1.448126995,0.5182330266,489,0.830290659,0.276904518,7885.4928947 +176,-1.474626146,0.5881926574,489,0.830290659,0.276904518,7784.8972771 +177,-1.421139645,0.5584869783,489,0.830290659,0.276904518,7716.6857709 +178,-1.457037165,0.565943032,489,0.830290659,0.276904518,7794.4858783 +179,-2.757159358,0.3745319,489,0.830290659,0.276904518,9336.1969512 +180,-2.714309238,0.342054471,489,0.830290659,0.276904518,9532.833336 +181,-2.000525337,0.774119946,489,0.830290659,0.276904518,8131.9392866 +183,-1.571413436,0.6777838382,489,0.830290659,0.276904518,7774.2886065 +184,-1.552860289,0.6987663893,489,0.830290659,0.276904518,7675.3381487 +185,-1.521852374,0.7165827476,489,0.830290659,0.276904518,7559.2469404 +186,-1.503656267,0.6928968252,489,0.830290659,0.276904518,7583.1179375 +187,-1.502753178,0.7136205882,489,0.830290659,0.276904518,7525.6022186 +188,-1.631894563,0.7343596465,489,0.830290659,0.276904518,7732.7598151 +189,-1.653765416,0.6770714026,489,0.830290659,0.276904518,7948.0937399 +190,-1.719812114,0.6715965947,489,0.830290659,0.276904518,8092.8736275 +191,-1.493406659,0.6646955447,489,0.830290659,0.276904518,7634.2982438 +192,-1.469120564,0.6613469966,489,0.830290659,0.276904518,7585.6835197 +193,-1.590551461,0.5326612937,489,0.830290659,0.276904518,8221.9161738 +194,-1.625979264,0.5247742243,489,0.830290659,0.276904518,8330.4830195 +195,-1.572293943,0.5238808754,489,0.830290659,0.276904518,8199.9192799 +196,-1.610848725,0.5477107964,489,0.830290659,0.276904518,8229.8422368 +197,-1.208485554,0.7918526018,489,0.830290659,0.276904518,6659.6154087 +198,-1.335601374,0.6869083083,489,0.830290659,0.276904518,7196.5377628 +199,-1.346156996,0.6825213377,489,0.830290659,0.276904518,7233.0352159 +200,-1.324381037,0.6741422347,489,0.830290659,0.276904518,7196.6810913 +201,-1.242424992,0.7378949807,489,0.830290659,0.276904518,6852.3810082 +202,-1.270370057,0.7392461008,489,0.830290659,0.276904518,6919.0050676 +203,-1.448950472,0.7441675014,489,0.830290659,0.276904518,7326.4264242 +204,-1.492662363,0.7523026852,489,0.830290659,0.276904518,7399.8578679 +205,-1.479098966,0.7763855017,489,0.830290659,0.276904518,7306.7832155 +206,-1.633760714,0.7869022408,489,0.830290659,0.276904518,7577.2732995 +207,-1.647406434,0.8101289331,489,0.830290659,0.276904518,7529.9648839 +208,-1.564245052,0.5701509278,489,0.830290659,0.276904518,8055.4898181 +209,-1.646289963,0.6833746083,489,0.830290659,0.276904518,7914.1570031 +210,-1.5820631,0.6751952144,489,0.830290659,0.276904518,7804.6074825 +211,-1.613236298,0.6681681791,489,0.830290659,0.276904518,7891.2115529 +212,-1.914661867,0.8212566515,489,0.830290659,0.276904518,7870.7862365 +213,-1.742133237,0.7250275956,489,0.830290659,0.276904518,7961.4044157 +214,-2.033144872,0.6557314699,489,0.830290659,0.276904518,8607.0335167 +215,-2.039551981,0.6964723658,489,0.830290659,0.276904518,8459.966227 +216,-1.247341019,0.7622473908,489,0.830290659,0.276904518,6814.0631782 +217,-1.298239787,0.7084123392,489,0.830290659,0.276904518,7054.8785344 +218,-1.308539688,0.6926545592,489,0.830290659,0.276904518,7115.3793819 +219,-1.303263185,0.6888938396,489,0.830290659,0.276904518,7110.1947762 +220,-1.852400229,0.6004246149,489,0.830290659,0.276904518,8562.4115142 +221,-1.288947707,0.7473773692,489,0.830290659,0.276904518,6946.9268491 +222,-1.372031502,0.7472790993,489,0.830290659,0.276904518,7144.3080575 +223,-1.289805721,0.7242157877,489,0.830290659,0.276904518,6999.4289382 +224,-1.350807603,0.7533498126,489,0.830290659,0.276904518,7080.6115853 +225,-1.329290365,0.7560442322,489,0.830290659,0.276904518,7023.9715341 +226,-1.410153004,0.616936428,489,0.830290659,0.276904518,7549.1466909 +227,-1.393445434,0.6308995063,489,0.830290659,0.276904518,7473.0187201 +228,-1.37595573,0.6241540638,489,0.830290659,0.276904518,7443.4337032 +229,-1.358388707,0.6172645205,489,0.830290659,0.276904518,7412.952259 +230,-1.753741133,0.8281661666,489,0.830290659,0.276904518,7640.6179294 +231,-1.47430987,0.6834615681,489,0.830290659,0.276904518,7540.8723348 +232,-1.421012508,0.7222725206,489,0.830290659,0.276904518,7318.7053044 +233,-1.4476833,0.6978557868,489,0.830290659,0.276904518,7442.0097077 +234,-1.470370723,0.6966193374,489,0.830290659,0.276904518,7497.6501791 +235,-1.429211703,0.7037216883,489,0.830290659,0.276904518,7384.0800367 +236,-1.700578405,0.6178673663,489,0.830290659,0.276904518,8222.9375505 +237,-1.678117619,0.6331716163,489,0.830290659,0.276904518,8130.2825003 +238,-1.725644578,0.6316331145,489,0.830290659,0.276904518,8230.0070951 +239,-2.14012759,0.7930497945,489,0.830290659,0.276904518,8161.3524659 +240,-2.103289431,0.7653606263,489,0.830290659,0.276904518,8247.1881584 +241,-1.318739838,0.7017808746,489,0.830290659,0.276904518,7120.8690064 +242,-1.396417427,0.7077900843,489,0.830290659,0.276904518,7296.5972731 +243,-1.35650337,0.7185539404,489,0.830290659,0.276904518,7175.3714424 +244,-1.248884539,0.7274156818,489,0.830290659,0.276904518,6890.2592315 +245,-1.395014798,0.5761185243,489,0.830290659,0.276904518,7605.0271338 +246,-1.433377362,0.6064716109,489,0.830290659,0.276904518,7634.1452425 +247,-1.408172432,0.5903155476,489,0.830290659,0.276904518,7607.0567328 +248,-1.749645898,0.7757118084,489,0.830290659,0.276904518,7807.9698556 +249,-1.571626686,0.615046989,489,0.830290659,0.276904518,7950.1501568 +250,-1.514070049,0.6303003037,489,0.830290659,0.276904518,7773.6570757 +251,-1.480890369,0.6237966528,489,0.830290659,0.276904518,7710.3262963 +252,-1.704390658,0.5281680612,489,0.830290659,0.276904518,8503.5092074 +253,-1.64434733,0.5254277498,489,0.830290659,0.276904518,8372.7560482 +254,-1.703855997,0.4792484842,489,0.830290659,0.276904518,8647.432207 +255,-1.692002383,0.5748825051,489,0.830290659,0.276904518,8335.8748045 +256,-1.854136457,0.5544643913,489,0.830290659,0.276904518,8720.9756051 +257,-1.665021206,0.520317736,489,0.830290659,0.276904518,8436.3179241 +258,-1.733654349,0.4845187345,489,0.830290659,0.276904518,8700.7320906 +259,-1.720938188,0.5135933906,489,0.830290659,0.276904518,8584.3386197 +260,-1.742668307,0.553296122,489,0.830290659,0.276904518,8509.4640833 +261,-1.965659039,0.7142126903,489,0.830290659,0.276904518,8317.7483557 +262,-1.944438071,0.6772834804,489,0.830290659,0.276904518,8427.0305869 +263,-1.270340967,0.7681487096,489,0.830290659,0.276904518,6857.1556336 +264,-1.353091884,0.6549276821,489,0.830290659,0.276904518,7313.594982 +265,-1.333236659,0.6413584414,489,0.830290659,0.276904518,7292.5374514 +266,-1.352015998,0.6753788907,489,0.830290659,0.276904518,7264.116122 +267,-1.377988483,0.6577816235,489,0.830290659,0.276904518,7370.4636048 +268,-2.13075611,0.8318642051,489,0.830290659,0.276904518,8005.5547516 +269,-2.097910953,0.8259670014,489,0.830290659,0.276904518,8010.0096153 +270,-1.416382069,0.6694271549,489,0.830290659,0.276904518,7438.1043918 +271,-1.538905672,0.7535625993,489,0.830290659,0.276904518,7492.7884877 +272,-1.572309477,0.7803125099,489,0.830290659,0.276904518,7482.7995816 +273,-1.87759879,0.7503853417,489,0.830290659,0.276904518,8079.6642421 +274,1.152365588,0.590457682,489,0.830290659,0.276904518,1691.87141 +275,0.350198001,0.718001859,489,0.830290659,0.276904518,2397.1983733 +276,0.046513677,0.491503852,489,0.830290659,0.276904518,2982.5901623 +277,0.027510309,0.742571376,489,0.830290659,0.276904518,3275.2818974 +278,0.306285725,-0.214631579,489,0.830290659,0.276904518,2829.6329894 +279,-1.100564889,0.318051531,489,0.830290659,0.276904518,7167.3366276 +280,-1.078582306,0.301437596,489,0.830290659,0.276904518,7114.7033587 +281,-1.137371989,-0.617634065,489,0.830290659,0.276904518,8121.6502587 +282,0.784356344,0.703272339,489,0.830290659,0.276904518,1696.2396667 +283,-1.221209947,0.218327455,489,0.830290659,0.276904518,7744.5928738 +284,2.347301921,-0.449114658,489,0.830290659,0.276904518,6507.7980486 +285,0.246820618,0.830553713,489,0.830290659,0.276904518,2902.7901395 +286,0.829414965,0.703288228,489,0.830290659,0.276904518,1688.9085694 +287,-1.337537566,0.42332223,489,0.830290659,0.276904518,7769.0674776 +288,0.882453706,0.454478077,489,0.830290659,0.276904518,729.25818668 +289,1.575629659,0.416419109,489,0.830290659,0.276904518,2820.3518238 +290,-1.039455679,0.229888244,489,0.830290659,0.276904518,7074.3608173 +291,0.489558039,0.934482747,489,0.830290659,0.276904518,2810.7798193 +292,0.081344504,0.88384514,489,0.830290659,0.276904518,3376.4604253 +293,-1.547979814,0.300350308,489,0.830290659,0.276904518,8687.4336888 +294,0.040776181,0.168560074,489,0.830290659,0.276904518,3074.2627686 +295,-1.130374745,0.563894876,489,0.830290659,0.276904518,6869.947747 +296,1.578326642,0.478507176,489,0.830290659,0.276904518,2852.0354785 +297,-1.12861823,-0.291640865,489,0.830290659,0.276904518,7970.5360566 +298,0.310524208,0.770885792,489,0.830290659,0.276904518,2618.5255615 +299,0.415649091,-0.387246002,489,0.830290659,0.276904518,3083.6524568 +300,-0.926533878,-0.188022748,489,0.830290659,0.276904518,7124.4033101 +301,1.258856172,-0.11716081,489,0.830290659,0.276904518,2293.7820305 +302,-1.126050026,0.322941926,489,0.830290659,0.276904518,7248.4997788 +303,2.002785835,0.07893892,489,0.830290659,0.276904518,4620.0651382 +304,0.440437607,0.746258085,489,0.830290659,0.276904518,2279.9487974 +305,-0.030391866,0.214441206,489,0.830290659,0.276904518,3308.9268711 +306,0.521557815,-0.058929362,489,0.830290659,0.276904518,1797.9761644 +307,-0.097005111,0.13317729,489,0.830290659,0.276904518,3631.5936764 +308,1.83113859,0.221857587,489,0.830290659,0.276904518,3836.5596979 +309,0.222428864,0.099404236,489,0.830290659,0.276904518,2462.9348708 +310,-1.702731345,0.8728568183,489,0.830290659,0.276904518,7419.3672348 +311,-0.418507569,0.278324921,489,0.830290659,0.276904518,4730.033937 +312,-1.41153306,0.339029988,489,0.830290659,0.276904518,8174.1123618 +313,0.357560442,0.114788776,489,0.830290659,0.276904518,1942.9453287 +314,0.325818979,0.268352149,489,0.830290659,0.276904518,1923.1875657 +315,-1.246004659,-0.663679965,489,0.830290659,0.276904518,8459.4869846 +316,1.814603087,0.637404484,489,0.830290659,0.276904518,3719.7807053 +317,1.843704281,-0.18300445,489,0.830290659,0.276904518,4370.5418819 +318,1.690644492,-0.211480909,489,0.830290659,0.276904518,3886.8213377 +319,-1.275451936,0.068109467,489,0.830290659,0.276904518,8162.8441319 +320,0.762430171,-0.207594741,489,0.830290659,0.276904518,1937.4448396 +321,0.265668905,-0.014647884,489,0.830290659,0.276904518,2492.1279101 +322,-2.773032013,-0.335515811,489,0.830290659,0.276904518,10686.371703 +323,-1.469512853,0.174058777,489,0.830290659,0.276904518,8690.8661093 +324,0.286276986,0.785925691,489,0.830290659,0.276904518,2709.1247766 +325,-1.379324697,0.377432233,489,0.830290659,0.276904518,7993.1662742 +326,-1.203778265,0.212813032,489,0.830290659,0.276904518,7690.9007062 +327,0.579916301,0.611743168,489,0.830290659,0.276904518,1596.066344 +328,0.267582642,0.868113908,489,0.830290659,0.276904518,2954.8598612 +329,0.412869244,-0.050245578,489,0.830290659,0.276904518,2086.2289723 +330,0.17524381,0.976660285,489,0.830290659,0.276904518,3400.657318 +331,0.743157214,0.204812899,489,0.830290659,0.276904518,440.25087059 +332,-1.070758176,0.269382282,489,0.830290659,0.276904518,7132.732946 +333,-1.230364251,0.329790229,489,0.830290659,0.276904518,7594.614313 +334,-1.374813124,-0.024926835,489,0.830290659,0.276904518,8656.5956027 +335,0.519780566,0.463669906,489,0.830290659,0.276904518,1361.9588144 +336,-1.55108034,0.239698561,489,0.830290659,0.276904518,8831.8133053 +337,0.180294813,0.029739425,489,0.830290659,0.276904518,2718.7165037 +338,0.67820924,0.268170153,489,0.830290659,0.276904518,581.14857223 +339,0.445798684,1.024001867,489,0.830290659,0.276904518,3166.3608416 +340,0.691751283,0.150521402,489,0.830290659,0.276904518,733.30203433 +341,-1.036643551,-0.903056181,489,0.830290659,0.276904518,7802.3072721 +342,-0.120287036,1.083325163,489,0.830290659,0.276904518,4132.3721281 +343,2.823513113,-0.304487164,489,0.830290659,0.276904518,8107.136044 +344,0.457583172,1.12513373,489,0.830290659,0.276904518,3507.7563014 +345,0.042918831,0.813795399,489,0.830290659,0.276904518,3340.8531942 +346,1.196146777,-0.853142756,489,0.830290659,0.276904518,4657.5688735 +347,0.206001358,-0.010430701,489,0.830290659,0.276904518,2693.4570042 +348,-0.268308653,0.234799412,489,0.830290659,0.276904518,4197.5641756 +349,0.759363263,0.736189579,489,0.830290659,0.276904518,1835.1767334 +350,0.181363926,0.891988372,489,0.830290659,0.276904518,3183.925713 +351,-0.021111158,0.139103292,489,0.830290659,0.276904518,3337.0773507 +352,-0.093355215,0.630686981,489,0.830290659,0.276904518,3524.3775889 +353,0.40118964,0.681375926,489,0.830290659,0.276904518,2185.7211942 +354,-0.721197315,1.304706234,489,0.830290659,0.276904518,5144.6005749 +355,-1.076150317,0.212107639,489,0.830290659,0.276904518,7231.7044471 +356,-1.577164531,0.273993443,489,0.830290659,0.276904518,8838.2006872 +357,-0.190788414,0.182208586,489,0.830290659,0.276904518,3944.6929176 +358,-0.261349752,0.209710184,489,0.830290659,0.276904518,4190.5221611 +359,-1.029303852,0.083549259,489,0.830290659,0.276904518,7223.5336672 +360,-1.268609162,0.330525297,489,0.830290659,0.276904518,7722.0808177 +361,1.282982244,-0.926641967,489,0.830290659,0.276904518,5011.44239 +362,0.217352334,0.731352408,489,0.830290659,0.276904518,2752.1238801 +363,-1.511833084,0.258629297,489,0.830290659,0.276904518,8664.5148982 +364,0.338812194,0.823184618,489,0.830290659,0.276904518,2696.7448588 +365,-0.324406489,1.134201999,489,0.830290659,0.276904518,4539.2801688 +366,1.389579348,0.399185724,489,0.830290659,0.276904518,2140.6007206 +367,2.047152199,-0.039082036,489,0.830290659,0.276904518,4921.4524111 +368,0.947780369,0.568250077,489,0.830290659,0.276904518,1228.747629 +369,0.763824846,0.576754987,489,0.830290659,0.276904518,1211.354029 +370,-0.142334657,0.928153068,489,0.830290659,0.276904518,3946.0216903 +371,0.610266567,0.547265983,489,0.830290659,0.276904518,1333.4080243 +372,0.210731629,0.746815056,489,0.830290659,0.276904518,2799.8641281 +373,-1.34931644,0.316895224,489,0.830290659,0.276904518,8015.6439976 +374,2.407696481,0.655030745,489,0.830290659,0.276904518,5579.4230889 +375,0.64207831,0.545359131,489,0.830290659,0.276904518,1262.1745401 +376,1.174597538,0.840588356,489,0.830290659,0.276904518,2498.0614549 +377,0.660059424,0.010604079,489,0.830290659,0.276904518,1247.0534452 +378,-0.730263819,0.010486456,489,0.830290659,0.276904518,6171.5480298 +379,0.831068936,0.512339172,489,0.830290659,0.276904518,932.56097612 +380,1.301180979,0.72367476,489,0.830290659,0.276904518,2390.1767815 +381,1.811128231,0.322854402,489,0.830290659,0.276904518,3701.5470892 +382,0.435105812,0.992284428,489,0.830290659,0.276904518,3070.421876 +383,0.62643634,0.592027932,489,0.830290659,0.276904518,1444.5827774 +384,0.492988703,-0.516339467,489,0.830290659,0.276904518,3396.1855832 +385,-0.162469483,0.112549365,489,0.830290659,0.276904518,3901.1953948 +386,0.314630866,0.472006421,489,0.830290659,0.276904518,2045.2759453 +387,0.166744804,0.822815954,489,0.830290659,0.276904518,3061.7835251 +388,0.417159608,0.965805736,489,0.830290659,0.276904518,3004.1369319 +389,0.106334961,0.868774244,489,0.830290659,0.276904518,3291.7602421 +390,0.815086969,-0.338144359,489,0.830290659,0.276904518,2436.9284645 +391,0.59867455,-0.230624824,489,0.830290659,0.276904518,2205.5493913 +392,1.915104874,0.066220985,489,0.830290659,0.276904518,4300.0269811 +393,1.278093622,0.064463721,489,0.830290659,0.276904518,1936.3409458 +394,-0.061477853,0.302997961,489,0.830290659,0.276904518,3376.4273984 +395,0.251311504,0.626976942,489,0.830290659,0.276904518,2465.9158581 +396,2.950242872,0.149095644,489,0.830290659,0.276904518,8097.0158191 +397,-0.180294708,0.35375117,489,0.830290659,0.276904518,3799.3760861 +398,1.010448592,-0.351180233,489,0.830290659,0.276904518,2584.7603672 +399,-1.748740498,0.3686318073,489,0.830290659,0.276904518,9079.7132817 +400,2.699635665,0.123533791,489,0.830290659,0.276904518,7210.8781896 +401,0.496808033,0.823843254,489,0.830290659,0.276904518,2426.7781572 +402,0.129574704,0.763364087,489,0.830290659,0.276904518,3036.6915898 +403,1.798920311,0.817447563,489,0.830290659,0.276904518,3809.2833075 +404,0.335987953,0.746786541,489,0.830290659,0.276904518,2501.5051417 +405,-1.085413643,0.292154671,489,0.830290659,0.276904518,7152.2218185 +406,-0.155321003,0.508207011,489,0.830290659,0.276904518,3686.8930423 +407,0.620529244,-0.301175104,489,0.830290659,0.276904518,2431.8602927 +408,1.684402744,0.368716966,489,0.830290659,0.276904518,3216.9855248 +409,0.300582244,-0.386397212,489,0.830290659,0.276904518,3335.7700421 +410,2.913555946,-0.009225192,489,0.830290659,0.276904518,8178.6692476 +411,1.465101417,0.493232532,489,0.830290659,0.276904518,2471.0825806 +412,0.090612882,0.907955955,489,0.830290659,0.276904518,3404.9239812 +413,2.987564726,-0.729568594,489,0.830290659,0.276904518,8668.1696866 +414,-1.484261606,0.224149272,489,0.830290659,0.276904518,8644.6108498 +415,0.164073421,0.303955133,489,0.830290659,0.276904518,2526.5511844 +416,0.141441293,0.167552546,489,0.830290659,0.276904518,2692.2825887 +417,2.931321023,-0.506718887,489,0.830290659,0.276904518,8566.8034564 +418,2.21951565,0.700596356,489,0.830290659,0.276904518,4977.5094923 +419,0.268112576,1.199114336,489,0.830290659,0.276904518,3913.7824889 +420,0.978913739,0.359223811,489,0.830290659,0.276904518,647.06910635 +421,1.210898818,0.522863584,489,0.830290659,0.276904518,1690.8327396 +422,2.347397336,0.129231362,489,0.830290659,0.276904518,5879.1867202 +423,0.614394501,0.556878345,489,0.830290659,0.276904518,1354.4256276 +424,-1.398079356,0.148483366,489,0.830290659,0.276904518,8486.1481446 +425,2.535303836,-0.112984496,489,0.830290659,0.276904518,6853.2763139 +426,-1.019372593,-0.405322349,489,0.830290659,0.276904518,7643.0191078 +427,-1.297785627,-0.160104069,489,0.830290659,0.276904518,8508.823456 +428,2.144554488,0.205051084,489,0.830290659,0.276904518,5037.379417 +429,-2.242387083,-0.426171285,489,0.830290659,0.276904518,11799.584941 +430,0.338637212,0.909723676,489,0.830290659,0.276904518,2943.2021384 +431,-0.148798452,0.691042401,489,0.830290659,0.276904518,3733.6847161 +432,0.893524764,0.441829531,489,0.830290659,0.276904518,693.94197631 +433,0.969229347,-0.368847936,489,0.830290659,0.276904518,2614.2019314 +434,0.436043248,0.800045688,489,0.830290659,0.276904518,2449.2210973 +435,1.687946607,1.081504775,489,0.830290659,0.276904518,3976.1975361 +436,0.522302046,-0.034889271,489,0.830290659,0.276904518,1726.0398356 +437,-0.178996113,-0.438090009,489,0.830290659,0.276904518,4814.7061186 +438,-1.094339566,0.301444068,489,0.830290659,0.276904518,7170.1167563 +439,-1.064070054,0.242569932,489,0.830290659,0.276904518,7146.1391072 +440,-1.068153768,0.230387998,489,0.830290659,0.276904518,7177.6562422 +441,-3.00496892,-0.23989155,489,0.830290659,0.276904518,9787.2298425 +442,0.21751974,0.766874888,489,0.830290659,0.276904518,2824.671376 +443,0.117229532,0.007619006,489,0.830290659,0.276904518,2982.798747 +444,0.777758451,0.420554741,489,0.830290659,0.276904518,601.58809545 +445,-0.252356999,0.250747086,489,0.830290659,0.276904518,4125.7257698 +446,0.363148444,0.768483434,489,0.830290659,0.276904518,2499.0261075 +447,0.903191366,-0.118210676,489,0.830290659,0.276904518,1590.9563147 +448,-0.205755923,0.149406178,489,0.830290659,0.276904518,4030.5537157 +449,1.811996086,0.02364353,489,0.830290659,0.276904518,3958.8734475 +450,-1.100670221,0.314845373,489,0.830290659,0.276904518,7172.4791182 +451,0.340078597,0.850105132,489,0.830290659,0.276904518,2769.1758501 +452,0.258757267,0.804969236,489,0.830290659,0.276904518,2815.5879846 +453,2.78505352,-0.155160804,489,0.830290659,0.276904518,7844.3832261 +454,0.800551619,0.105822106,489,0.830290659,0.276904518,687.42800017 +455,0.437940882,-0.506194031,489,0.830290659,0.276904518,3446.1827043 +456,2.230431122,0.63458615,489,0.830290659,0.276904518,5041.4694979 +457,0.527965361,0.127667701,489,0.830290659,0.276904518,1312.3523131 +458,-0.063643205,0.702093448,489,0.830290659,0.276904518,3488.7704634 +459,1.408447268,0.133010502,489,0.830290659,0.276904518,2310.0258159 +460,0.523795955,0.280266966,489,0.830290659,0.276904518,1166.9459834 +461,-0.975769313,0.072177659,489,0.830290659,0.276904518,7035.3616596 +462,0.549774164,-0.463663986,489,0.830290659,0.276904518,3125.7815735 +463,0.29245874,1.095549818,489,0.830290659,0.276904518,3567.6071988 +464,0.143625958,0.816809593,489,0.830290659,0.276904518,3103.0140479 +465,0.671902494,0.611159853,489,0.830290659,0.276904518,1438.3090523 +466,1.239840988,0.6724199,489,0.830290659,0.276904518,2116.8306947 +467,0.607829703,-0.10932137,489,0.830290659,0.276904518,1761.1320873 +468,1.763020906,0.263996692,489,0.830290659,0.276904518,3550.5757561 +469,0.378714634,0.726066797,489,0.830290659,0.276904518,2352.8358747 +470,2.196736143,-0.153862366,489,0.830290659,0.276904518,5621.5243117 +471,0.01702415,0.148991565,489,0.830290659,0.276904518,3182.5531649 +472,-2.998490902,-0.158002487,489,0.830290659,0.276904518,9748.8862382 +473,-3.051262951,-0.346595608,489,0.830290659,0.276904518,9647.5298249 +474,-1.069176439,0.182802941,489,0.830290659,0.276904518,7245.7952841 +475,0.167157509,0.595344954,489,0.830290659,0.276904518,2672.2070878 +476,0.613855648,0.681746124,489,0.830290659,0.276904518,1770.6474401 +477,1.037012736,0.682555367,489,0.830290659,0.276904518,1759.4826037 +478,-1.253574971,0.379755746,489,0.830290659,0.276904518,7584.176647 +479,3.108590453,-0.132620738,489,0.830290659,0.276904518,9055.2050584 +480,0.565301296,0.022333262,489,0.830290659,0.276904518,1444.8669565 +481,0.547898238,0.855555614,489,0.830290659,0.276904518,2467.1346024 +482,0.948309381,0.417393755,489,0.830290659,0.276904518,708.82593315 +483,-0.050600732,0.945269213,489,0.830290659,0.276904518,3770.724892 +484,-0.977651478,-0.572363064,489,0.830290659,0.276904518,7587.7752824 +485,1.102014914,0.728861163,489,0.830290659,0.276904518,2015.8563592 +486,2.927300795,-0.282939414,489,0.830290659,0.276904518,8482.5649152 +487,-1.154565557,0.124434095,489,0.830290659,0.276904518,7638.6056304 +488,1.855331234,0.291044755,489,0.830290659,0.276904518,3883.1258611 +489,0.830290659,0.276904518,489,0.830290659,0.276904518,0 +490,0.485104466,-0.234867441,489,0.830290659,0.276904518,2436.5505786 +491,0.521367572,-0.33161327,489,0.830290659,0.276904518,2694.3039933 +1,-1.539031704,0.7349710123,490,0.485104466,-0.234867441,8169.157293 +2,-1.536990553,0.7349663874,490,0.485104466,-0.234867441,8163.2106544 +3,-1.534951779,0.7349571355,490,0.485104466,-0.234867441,8157.2720714 +4,-1.532906461,0.7349480293,490,0.485104466,-0.234867441,8151.3131276 +5,-1.531320211,0.7346937278,490,0.485104466,-0.234867441,8146.8108696 +6,-1.539451648,0.7335131775,490,0.485104466,-0.234867441,8171.1206758 +7,-1.537429487,0.7335445708,490,0.485104466,-0.234867441,8165.203253 +8,-1.535484998,0.7335658704,490,0.485104466,-0.234867441,8159.5168247 +9,-1.533488396,0.7336036027,490,0.485104466,-0.234867441,8153.6694392 +10,-1.531497785,0.7335842962,490,0.485104466,-0.234867441,8147.8665135 +11,-1.530259379,0.7334777758,490,0.485104466,-0.234867441,8144.3011014 +12,-1.5335454,0.7322346912,490,0.485104466,-0.234867441,8154.5037298 +13,-1.531489083,0.7322238773,490,0.485104466,-0.234867441,8148.4968912 +14,-1.530011122,0.7321679851,490,0.485104466,-0.234867441,8144.2017035 +15,-1.53348106,0.7306614094,490,0.485104466,-0.234867441,8155.0781282 +16,-1.531441779,0.7306962275,490,0.485104466,-0.234867441,8149.0902195 +17,-1.529755654,0.7306933243,490,0.485104466,-0.234867441,8144.1537574 +18,-1.533415048,0.7291384674,490,0.485104466,-0.234867441,8155.617782 +19,-1.531392093,0.7291705353,490,0.485104466,-0.234867441,8149.6704119 +20,-1.529296523,0.7291214933,490,0.485104466,-0.234867441,8143.5473618 +21,-1.535280942,0.727267644,490,0.485104466,-0.234867441,8161.9920201 +22,-1.533378158,0.7276139666,490,0.485104466,-0.234867441,8156.2383191 +23,-1.531340368,0.7276446587,490,0.485104466,-0.234867441,8150.2394673 +24,-1.528960113,0.7276398177,490,0.485104466,-0.234867441,8143.2504752 +25,-1.533313146,0.7260818349,490,0.485104466,-0.234867441,8156.7746348 +26,-1.531259555,0.7260958115,490,0.485104466,-0.234867441,8150.7284472 +27,-1.528926415,0.7260865555,490,0.485104466,-0.234867441,8143.8697215 +28,-1.531226779,0.7245511789,490,0.485104466,-0.234867441,8151.3513092 +29,-1.528904772,0.7245519194,490,0.485104466,-0.234867441,8144.5106988 +30,-1.547195875,0.7409785979,490,0.485104466,-0.234867441,8189.7132809 +31,-1.5451475,0.740980426,490,0.485104466,-0.234867441,8183.7820171 +32,-1.543097679,0.7409798872,490,0.485104466,-0.234867441,8177.8466328 +33,-1.540720364,0.7409892687,490,0.485104466,-0.234867441,8170.9562032 +34,-1.547188511,0.7395198392,490,0.485104466,-0.234867441,8190.4825388 +35,-1.545148587,0.7395226109,490,0.485104466,-0.234867441,8184.5667295 +36,-1.543104538,0.7395314908,490,0.485104466,-0.234867441,8178.6345662 +37,-1.540727751,0.7395306258,490,0.485104466,-0.234867441,8171.7412205 +38,-1.547187029,0.7380014886,490,0.485104466,-0.234867441,8191.2963438 +39,-1.545147315,0.7380012252,490,0.485104466,-0.234867441,8185.3739223 +40,-1.54310719,0.7380060743,490,0.485104466,-0.234867441,8179.4464287 +41,-1.540719671,0.7380068206,490,0.485104466,-0.234867441,8172.5107339 +42,-1.547187189,0.7364799098,490,0.485104466,-0.234867441,8192.1117674 +43,-1.545149996,0.7364853874,490,0.485104466,-0.234867441,8186.1847981 +44,-1.543106091,0.7364823484,490,0.485104466,-0.234867441,8180.2416403 +45,-1.540717158,0.7364893901,490,0.485104466,-0.234867441,8173.2882371 +46,-1.538663972,0.7410138672,490,0.485104466,-0.234867441,8164.9862022 +47,-1.53695285,0.7409699132,490,0.485104466,-0.234867441,8160.0510204 +48,-1.534910498,0.7409641297,490,0.485104466,-0.234867441,8154.1351633 +49,-1.533145034,0.7409536636,490,0.485104466,-0.234867441,8149.0231176 +50,-1.538681336,0.7395405883,490,0.485104466,-0.234867441,8165.7992408 +51,-1.536999189,0.7395183096,490,0.485104466,-0.234867441,8160.929752 +52,-1.534923633,0.7395144222,490,0.485104466,-0.234867441,8154.9081288 +53,-1.533267822,0.7395654306,490,0.485104466,-0.234867441,8150.0763083 +54,-1.53867273,0.7380151077,490,0.485104466,-0.234867441,8166.559233 +55,-1.536980576,0.7379994392,490,0.485104466,-0.234867441,8161.6499264 +56,-1.534931522,0.7379944961,490,0.485104466,-0.234867441,8155.6968833 +57,-1.533387952,0.7379480264,490,0.485104466,-0.234867441,8151.2329039 +58,-1.538682279,0.7364914363,490,0.485104466,-0.234867441,8167.3662147 +59,-1.536980704,0.7364810563,490,0.485104466,-0.234867441,8162.4194489 +60,-1.534935567,0.7364752065,490,0.485104466,-0.234867441,8156.4694181 +61,-1.533042592,0.7363876366,490,0.485104466,-0.234867441,8151.0015848 +62,-1.545143426,0.7349628011,490,0.485104466,-0.234867441,8186.9674609 +63,-1.543105297,0.7349691947,490,0.485104466,-0.234867441,8181.027373 +64,-1.541064533,0.7349647152,490,0.485104466,-0.234867441,8175.0841033 +65,-1.545411803,0.7334624714,490,0.485104466,-0.234867441,8188.5355336 +66,-1.543446606,0.7334780896,490,0.485104466,-0.234867441,8182.7949277 +67,-1.541475327,0.7334957295,490,0.485104466,-0.234867441,8177.0346474 +68,-1.545401939,0.731963266,490,0.485104466,-0.234867441,8189.2878086 +69,-1.54342253,0.7319915583,490,0.485104466,-0.234867441,8183.4908675 +70,-1.541455867,0.7320216438,490,0.485104466,-0.234867441,8177.729492 +71,-1.545410146,0.7304422281,490,0.485104466,-0.234867441,8190.0993905 +72,-1.543435491,0.7304713664,490,0.485104466,-0.234867441,8184.3075049 +73,-1.541463105,0.7304997613,490,0.485104466,-0.234867441,8178.5218919 +74,-1.545414768,0.7289194936,490,0.485104466,-0.234867441,8190.8965225 +75,-1.543435774,0.7289538557,490,0.485104466,-0.234867441,8185.0808802 +76,-1.541457714,0.7289765881,490,0.485104466,-0.234867441,8179.273129 +77,-1.539449415,0.7320555866,490,0.485104466,-0.234867441,8171.8491819 +78,-1.537429183,0.7321097681,490,0.485104466,-0.234867441,8165.9178328 +79,-1.535472649,0.7321497267,490,0.485104466,-0.234867441,8160.1792031 +80,-1.539457899,0.7305333307,490,0.485104466,-0.234867441,8172.6369015 +81,-1.537453161,0.7305750503,490,0.485104466,-0.234867441,8166.7485589 +82,-1.535479385,0.7306124949,490,0.485104466,-0.234867441,8160.952353 +83,-1.53946905,0.7290102593,490,0.485104466,-0.234867441,8173.4280679 +84,-1.537459922,0.7290417293,490,0.485104466,-0.234867441,8167.5234257 +85,-1.535451349,0.7290890157,490,0.485104466,-0.234867441,8161.6120335 +86,-1.535522937,0.7279887191,490,0.485104466,-0.234867441,8162.3548462 +87,-1.539442524,0.7274735939,490,0.485104466,-0.234867441,8174.1105883 +88,-1.537424111,0.727521351,490,0.485104466,-0.234867441,8168.1621584 +89,-1.539384641,0.7259505092,490,0.485104466,-0.234867441,8174.689106 +90,-1.537372391,0.7259947145,490,0.485104466,-0.234867441,8168.7520163 +91,-1.535340789,0.7260435356,490,0.485104466,-0.234867441,8162.755265 +92,-1.539325716,0.7244369706,490,0.485104466,-0.234867441,8175.2545541 +93,-1.537308932,0.7244801057,490,0.485104466,-0.234867441,8169.2962188 +94,-1.535289068,0.7245247645,490,0.485104466,-0.234867441,8163.3275294 +95,-1.533261366,0.7245550236,490,0.485104466,-0.234867441,8157.3419866 +96,-1.539267302,0.722921924,490,0.485104466,-0.234867441,8175.8169357 +97,-1.537248972,0.7229660258,490,0.485104466,-0.234867441,8169.8451521 +98,-1.535219431,0.7229916471,490,0.485104466,-0.234867441,8163.8484839 +99,-1.53318962,0.7230212049,490,0.485104466,-0.234867441,8157.8484419 +100,-1.531154816,0.7230299897,490,0.485104466,-0.234867441,8151.8425535 +101,-1.528878341,0.7230370244,490,0.485104466,-0.234867441,8145.1235388 +102,-1.539218189,0.7214009878,490,0.485104466,-0.234867441,8176.4042935 +103,-1.537198791,0.7214422745,490,0.485104466,-0.234867441,8170.4222427 +104,-1.535179266,0.7214634354,490,0.485104466,-0.234867441,8164.4486827 +105,-1.533156501,0.7214944644,490,0.485104466,-0.234867441,8158.4602073 +106,-1.53113574,0.7215166021,490,0.485104466,-0.234867441,8152.4810588 +107,-1.528874248,0.7215345535,490,0.485104466,-0.234867441,8145.7918179 +108,-1.539217656,0.7198512397,490,0.485104466,-0.234867441,8177.1437366 +109,-1.537199919,0.7199428763,490,0.485104466,-0.234867441,8171.1342983 +110,-1.545425832,0.727397149,490,0.485104466,-0.234867441,8191.7075009 +111,-1.543371177,0.7273916949,490,0.485104466,-0.234867441,8185.6815344 +112,-1.541368852,0.7274523163,490,0.485104466,-0.234867441,8179.7750256 +113,-1.545349067,0.7258710923,490,0.485104466,-0.234867441,8192.2574912 +114,-1.54332671,0.7258603556,490,0.485104466,-0.234867441,8186.3202066 +115,-1.541346831,0.7259242142,490,0.485104466,-0.234867441,8180.4696279 +116,-1.545324355,0.7243383958,490,0.485104466,-0.234867441,8192.9584036 +117,-1.543292796,0.7243617413,490,0.485104466,-0.234867441,8186.9683329 +118,-1.541295822,0.7244024384,490,0.485104466,-0.234867441,8181.0706955 +119,-1.543193859,0.7205570215,490,0.485104466,-0.234867441,8188.5533242 +120,-1.550257047,0.7386738187,490,0.485104466,-0.234867441,8199.8406942 +121,-1.549335448,0.7311736483,490,0.485104466,-0.234867441,8201.1936917 +122,-1.533478843,0.7179891343,490,0.485104466,-0.234867441,8161.0259164 +123,-1.556150555,0.738907041,490,0.485104466,-0.234867441,8216.7980437 +124,-1.554324226,0.733414257,490,0.485104466,-0.234867441,8214.5459337 +125,-1.554290846,0.7288285332,490,0.485104466,-0.234867441,8216.9378369 +126,-1.55122487,0.7219795312,490,0.485104466,-0.234867441,8211.5358654 +127,-1.525104458,0.7229399862,490,0.485104466,-0.234867441,8134.0306262 +128,-1.519607711,0.7236181429,490,0.485104466,-0.234867441,8117.5123573 +129,-1.513899999,0.7251107854,490,0.485104466,-0.234867441,8100.045584 +130,-1.536620762,0.7431061895,490,0.485104466,-0.234867441,8157.9874738 +131,-1.5369566,0.7460845958,490,0.485104466,-0.234867441,8157.4046524 +132,-1.545345528,0.7447040685,490,0.485104466,-0.234867441,8182.3367016 +133,-1.532813921,0.7432306626,490,0.485104466,-0.234867441,8146.9139659 +134,-1.554788248,0.7382381001,490,0.485104466,-0.234867441,8213.2244057 +135,-1.540348126,0.7301594274,490,0.485104466,-0.234867441,8175.429783 +136,-1.538016084,0.7239051786,490,0.485104466,-0.234867441,8171.6554464 +137,-1.525288962,0.7258085137,490,0.485104466,-0.234867441,8133.292538 +138,-1.534326986,0.731241342,490,0.485104466,-0.234867441,8157.2729499 +139,-1.530733872,0.7303625216,490,0.485104466,-0.234867441,8147.1757137 +141,-1.534354939,0.7328219978,490,0.485104466,-0.234867441,8156.5828715 +142,-1.53157084,0.7292888153,490,0.485104466,-0.234867441,8150.1384516 +143,-1.525691035,0.7263799874,490,0.485104466,-0.234867441,8134.2178289 +144,-1.534031287,0.7495967835,490,0.485104466,-0.234867441,8147.1428825 +145,-1.527714986,0.7283095957,490,0.485104466,-0.234867441,8139.2837658 +146,-1.526189586,0.7271468292,490,0.485104466,-0.234867441,8135.3358695 +147,-1.555177336,0.7375563366,490,0.485104466,-0.234867441,8214.7345656 +148,-1.555080283,0.7312707794,490,0.485104466,-0.234867441,8217.9231629 +149,-1.53856994,0.7224180299,490,0.485104466,-0.234867441,8174.0031806 +150,-1.530837883,0.729933372,490,0.485104466,-0.234867441,8147.6840498 +151,-1.515066984,0.5854133365,490,0.485104466,-0.234867441,8142.2555119 +152,-1.534731633,0.5368370046,490,0.485104466,-0.234867441,8213.1906716 +153,-1.515231902,0.5607085576,490,0.485104466,-0.234867441,8145.4621049 +154,-2.616253799,1.0684566605,490,0.485104466,-0.234867441,9139.9745753 +155,-1.956071439,0.5792177723,490,0.485104466,-0.234867441,9579.1708086 +156,-1.951208514,0.5602434208,490,0.485104466,-0.234867441,9586.9755277 +157,-1.944675062,0.6062144545,490,0.485104466,-0.234867441,9508.5778793 +158,-1.613778386,0.6077989518,490,0.485104466,-0.234867441,8458.7718957 +159,-2.035029014,0.6021432345,490,0.485104466,-0.234867441,9787.6267788 +160,-2.114989471,0.6801825058,490,0.485104466,-0.234867441,9857.567664 +161,-2.037382079,0.5765830025,490,0.485104466,-0.234867441,9835.1792332 +162,-2.129855121,0.6585019963,490,0.485104466,-0.234867441,9944.0561526 +163,-2.075141798,0.6493615843,490,0.485104466,-0.234867441,9817.2046368 +164,-1.828626729,0.6948433129,490,0.485104466,-0.234867441,9047.4071744 +165,-1.863329418,0.6735427691,490,0.485104466,-0.234867441,9175.6220897 +166,-1.266037071,0.727988852,490,0.485104466,-0.234867441,7366.9525217 +167,-1.277579582,0.7249010648,490,0.485104466,-0.234867441,7400.3792085 +168,-1.258418684,0.7241194816,490,0.485104466,-0.234867441,7343.4632132 +169,-1.317813974,0.6804850104,490,0.485104466,-0.234867441,7513.4467456 +170,-1.344165204,0.6790988904,490,0.485104466,-0.234867441,7594.383176 +171,-1.427582102,0.5277120351,490,0.485104466,-0.234867441,7847.1533288 +172,-1.402238616,0.457167829,490,0.485104466,-0.234867441,7741.8405931 +173,-1.422454264,0.4996161999,490,0.485104466,-0.234867441,7824.1984674 +174,-1.439089277,0.4894859811,490,0.485104466,-0.234867441,7879.9806966 +175,-1.448126995,0.5182330266,490,0.485104466,-0.234867441,7916.2045422 +176,-1.474626146,0.5881926574,490,0.485104466,-0.234867441,8008.6513921 +177,-1.421139645,0.5584869783,490,0.485104466,-0.234867441,7829.6056126 +178,-1.457037165,0.565943032,490,0.485104466,-0.234867441,7950.4490291 +179,-2.757159358,0.3745319,490,0.485104466,-0.234867441,11772.712882 +180,-2.714309238,0.342054471,490,0.485104466,-0.234867441,11965.92826 +181,-2.000525337,0.774119946,490,0.485104466,-0.234867441,9370.3844288 +183,-1.571413436,0.6777838382,490,0.485104466,-0.234867441,8294.0711926 +184,-1.552860289,0.6987663893,490,0.485104466,-0.234867441,8227.8281137 +185,-1.521852374,0.7165827476,490,0.485104466,-0.234867441,8127.1528677 +186,-1.503656267,0.6928968252,490,0.485104466,-0.234867441,8081.327683 +187,-1.502753178,0.7136205882,490,0.485104466,-0.234867441,8071.4780377 +188,-1.631894563,0.7343596465,490,0.485104466,-0.234867441,8438.8540221 +189,-1.653765416,0.6770714026,490,0.485104466,-0.234867441,8545.8433887 +190,-1.719812114,0.6715965947,490,0.485104466,-0.234867441,8750.4311211 +191,-1.493406659,0.6646955447,490,0.485104466,-0.234867441,8057.8002139 +192,-1.469120564,0.6613469966,490,0.485104466,-0.234867441,7982.7871304 +193,-1.590551461,0.5326612937,490,0.485104466,-0.234867441,8403.8481154 +194,-1.625979264,0.5247742243,490,0.485104466,-0.234867441,8526.4762644 +195,-1.572293943,0.5238808754,490,0.485104466,-0.234867441,8342.7417478 +196,-1.610848725,0.5477107964,490,0.485104466,-0.234867441,8469.399428 +197,-1.208485554,0.7918526018,490,0.485104466,-0.234867441,7219.9244578 +198,-1.335601374,0.6869083083,490,0.485104466,-0.234867441,7568.9409151 +199,-1.346156996,0.6825213377,490,0.485104466,-0.234867441,7600.85464 +200,-1.324381037,0.6741422347,490,0.485104466,-0.234867441,7532.6593102 +201,-1.242424992,0.7378949807,490,0.485104466,-0.234867441,7300.2023238 +202,-1.270370057,0.7392461008,490,0.485104466,-0.234867441,7382.2237174 +203,-1.448950472,0.7441675014,490,0.485104466,-0.234867441,7903.2940578 +204,-1.492662363,0.7523026852,490,0.485104466,-0.234867441,8026.9290132 +205,-1.479098966,0.7763855017,490,0.485104466,-0.234867441,7978.3833198 +206,-1.633760714,0.7869022408,490,0.485104466,-0.234867441,8399.9636362 +207,-1.647406434,0.8101289331,490,0.485104466,-0.234867441,8414.4613192 +208,-1.564245052,0.5701509278,490,0.485104466,-0.234867441,8307.8954108 +209,-1.646289963,0.6833746083,490,0.485104466,-0.234867441,8518.8048976 +210,-1.5820631,0.6751952144,490,0.485104466,-0.234867441,8327.9714844 +211,-1.613236298,0.6681681791,490,0.485104466,-0.234867441,8427.4774442 +212,-1.914661867,0.8212566515,490,0.485104466,-0.234867441,9070.9621363 +213,-1.742133237,0.7250275956,490,0.485104466,-0.234867441,8763.8243987 +214,-2.033144872,0.6557314699,490,0.485104466,-0.234867441,9689.1692795 +215,-2.039551981,0.6964723658,490,0.485104466,-0.234867441,9628.1760473 +216,-1.247341019,0.7622473908,490,0.485104466,-0.234867441,7320.9463412 +217,-1.298239787,0.7084123392,490,0.485104466,-0.234867441,7458.7764406 +218,-1.308539688,0.6926545592,490,0.485104466,-0.234867441,7487.1431861 +219,-1.303263185,0.6888938396,490,0.485104466,-0.234867441,7470.3615218 +220,-1.852400229,0.6004246149,490,0.485104466,-0.234867441,9228.2962877 +221,-1.288947707,0.7473773692,490,0.485104466,-0.234867441,7437.8395933 +222,-1.372031502,0.7472790993,490,0.485104466,-0.234867441,7679.1822774 +223,-1.289805721,0.7242157877,490,0.485104466,-0.234867441,7436.4616893 +224,-1.350807603,0.7533498126,490,0.485104466,-0.234867441,7617.4280681 +225,-1.329290365,0.7560442322,490,0.485104466,-0.234867441,7555.3619184 +226,-1.410153004,0.616936428,490,0.485104466,-0.234867441,7798.1824322 +227,-1.393445434,0.6308995063,490,0.485104466,-0.234867441,7745.21049 +228,-1.37595573,0.6241540638,490,0.485104466,-0.234867441,7688.5665143 +229,-1.358388707,0.6172645205,490,0.485104466,-0.234867441,7631.0580222 +230,-1.753741133,0.8281661666,490,0.485104466,-0.234867441,8667.0290151 +231,-1.47430987,0.6834615681,490,0.485104466,-0.234867441,7994.3775402 +232,-1.421012508,0.7222725206,490,0.485104466,-0.234867441,7825.9235346 +233,-1.4476833,0.6978557868,490,0.485104466,-0.234867441,7910.1925764 +234,-1.470370723,0.6966193374,490,0.485104466,-0.234867441,7979.2485288 +235,-1.429211703,0.7037216883,490,0.485104466,-0.234867441,7853.3335712 +236,-1.700578405,0.6178673663,490,0.485104466,-0.234867441,8731.9276266 +237,-1.678117619,0.6331716163,490,0.485104466,-0.234867441,8650.7558874 +238,-1.725644578,0.6316331145,490,0.485104466,-0.234867441,8801.231459 +239,-2.14012759,0.7930497945,490,0.485104466,-0.234867441,9636.9253628 +240,-2.103289431,0.7653606263,490,0.485104466,-0.234867441,9629.0512895 +241,-1.318739838,0.7017808746,490,0.485104466,-0.234867441,7519.5146027 +242,-1.396417427,0.7077900843,490,0.485104466,-0.234867441,7754.0579285 +243,-1.35650337,0.7185539404,490,0.485104466,-0.234867441,7634.2018649 +244,-1.248884539,0.7274156818,490,0.485104466,-0.234867441,7316.1813608 +245,-1.395014798,0.5761185243,490,0.485104466,-0.234867441,7744.7086052 +246,-1.433377362,0.6064716109,490,0.485104466,-0.234867441,7873.2043787 +247,-1.408172432,0.5903155476,490,0.485104466,-0.234867441,7789.8828593 +248,-1.749645898,0.7757118084,490,0.485104466,-0.234867441,8725.5637597 +249,-1.571626686,0.615046989,490,0.485104466,-0.234867441,8319.9625414 +250,-1.514070049,0.6303003037,490,0.485104466,-0.234867441,8130.9976128 +251,-1.480890369,0.6237966528,490,0.485104466,-0.234867441,8025.8388398 +252,-1.704390658,0.5281680612,490,0.485104466,-0.234867441,8792.9948091 +253,-1.64434733,0.5254277498,490,0.485104466,-0.234867441,8589.1344918 +254,-1.703855997,0.4792484842,490,0.485104466,-0.234867441,8807.7931032 +255,-1.692002383,0.5748825051,490,0.485104466,-0.234867441,8729.6311715 +256,-1.854136457,0.5544643913,490,0.485104466,-0.234867441,9277.7196852 +257,-1.665021206,0.520317736,490,0.485104466,-0.234867441,8661.3716802 +258,-1.733654349,0.4845187345,490,0.485104466,-0.234867441,8910.4667954 +259,-1.720938188,0.5135933906,490,0.485104466,-0.234867441,8855.5245097 +260,-1.742668307,0.553296122,490,0.485104466,-0.234867441,8909.4719292 +261,-1.965659039,0.7142126903,490,0.485104466,-0.234867441,9398.9760282 +262,-1.944438071,0.6772834804,490,0.485104466,-0.234867441,9403.3459981 +263,-1.270340967,0.7681487096,490,0.485104466,-0.234867441,7387.8184483 +264,-1.353091884,0.6549276821,490,0.485104466,-0.234867441,7619.4542461 +265,-1.333236659,0.6413584414,490,0.485104466,-0.234867441,7554.7483663 +266,-1.352015998,0.6753788907,490,0.485104466,-0.234867441,7618.244846 +267,-1.377988483,0.6577816235,490,0.485104466,-0.234867441,7697.8070221 +268,-2.13075611,0.8318642051,490,0.485104466,-0.234867441,9513.3234686 +269,-2.097910953,0.8259670014,490,0.485104466,-0.234867441,9464.057486 +270,-1.416382069,0.6694271549,490,0.485104466,-0.234867441,7817.5894966 +271,-1.538905672,0.7535625993,490,0.485104466,-0.234867441,8158.9991059 +272,-1.572309477,0.7803125099,490,0.485104466,-0.234867441,8236.412675 +273,-1.87759879,0.7503853417,490,0.485104466,-0.234867441,9103.2759239 +274,1.152365588,0.590457682,490,0.485104466,-0.234867441,4124.8417086 +275,0.350198001,0.718001859,490,0.485104466,-0.234867441,3806.5635174 +276,0.046513677,0.491503852,490,0.485104466,-0.234867441,3332.7013646 +277,0.027510309,0.742571376,490,0.485104466,-0.234867441,4214.2616911 +278,0.306285725,-0.214631579,490,0.485104466,-0.234867441,695.06489221 +279,-1.100564889,0.318051531,490,0.485104466,-0.234867441,6565.0281256 +280,-1.078582306,0.301437596,490,0.485104466,-0.234867441,6469.603366 +281,-1.137371989,-0.617634065,490,0.485104466,-0.234867441,5849.7985755 +282,0.784356344,0.703272339,490,0.485104466,-0.234867441,3875.5785118 +283,-1.221209947,0.218327455,490,0.485104466,-0.234867441,6933.4987034 +284,2.347301921,-0.449114658,490,0.485104466,-0.234867441,6820.97606 +285,0.246820618,0.830553713,490,0.485104466,-0.234867441,4303.5556722 +286,0.829414965,0.703288228,490,0.485104466,-0.234867441,3925.8876316 +287,-1.337537566,0.42332223,490,0.485104466,-0.234867441,7497.7441579 +288,0.882453706,0.454478077,490,0.485104466,-0.234867441,3130.6526602 +289,1.575629659,0.416419109,490,0.485104466,-0.234867441,4945.0549936 +290,-1.039455679,0.229888244,490,0.485104466,-0.234867441,6258.6039039 +291,0.489558039,0.934482747,490,0.485104466,-0.234867441,4631.8207571 +292,0.081344504,0.88384514,490,0.485104466,-0.234867441,4646.8596705 +293,-1.547979814,0.300350308,490,0.485104466,-0.234867441,8219.4084338 +294,0.040776181,0.168560074,490,0.485104466,-0.234867441,2367.5417407 +295,-1.130374745,0.563894876,490,0.485104466,-0.234867441,6862.8243562 +296,1.578326642,0.478507176,490,0.485104466,-0.234867441,5057.9545949 +297,-1.12861823,-0.291640865,490,0.485104466,-0.234867441,6115.2089802 +298,0.310524208,0.770885792,490,0.485104466,-0.234867441,4033.3253903 +299,0.415649091,-0.387246002,490,0.485104466,-0.234867441,657.81372621 +300,-0.926533878,-0.188022748,490,0.485104466,-0.234867441,5444.8824069 +301,1.258856172,-0.11716081,490,0.485104466,-0.234867441,3048.9537054 +302,-1.126050026,0.322941926,490,0.485104466,-0.234867441,6662.7608454 +303,2.002785835,0.07893892,490,0.485104466,-0.234867441,6090.7099503 +304,0.440437607,0.746258085,490,0.485104466,-0.234867441,3889.6315523 +305,-0.030391866,0.214441206,490,0.485104466,-0.234867441,2695.4598592 +306,0.521557815,-0.058929362,490,0.485104466,-0.234867441,711.33874617 +307,-0.097005111,0.13317729,490,0.485104466,-0.234867441,2714.1721748 +308,1.83113859,0.221857587,490,0.485104466,-0.234867441,5584.4811691 +309,0.222428864,0.099404236,490,0.485104466,-0.234867441,1679.4254633 +310,-1.702731345,0.8728568183,490,0.485104466,-0.234867441,8481.1228771 +311,-0.418507569,0.278324921,490,0.485104466,-0.234867441,4080.4142064 +312,-1.41153306,0.339029988,490,0.485104466,-0.234867441,7727.4041581 +313,0.357560442,0.114788776,490,0.485104466,-0.234867441,1473.0498693 +314,0.325818979,0.268352149,490,0.485104466,-0.234867441,2088.6773253 +315,-1.246004659,-0.663679965,490,0.485104466,-0.234867441,6138.4770238 +316,1.814603087,0.637404484,490,0.485104466,-0.234867441,6030.6221969 +317,1.843704281,-0.18300445,490,0.485104466,-0.234867441,5246.5821505 +318,1.690644492,-0.211480909,490,0.485104466,-0.234867441,4641.5095731 +319,-1.275451936,0.068109467,490,0.485104466,-0.234867441,7014.8832303 +320,0.762430171,-0.207594741,490,0.485104466,-0.234867441,1076.9417027 +321,0.265668905,-0.014647884,490,0.485104466,-0.234867441,1225.3460005 +322,-2.773032013,-0.335515811,490,0.485104466,-0.234867441,10139.265184 +323,-1.469512853,0.174058777,490,0.485104466,-0.234867441,7847.5531702 +324,0.286276986,0.785925691,490,0.485104466,-0.234867441,4105.9760463 +325,-1.379324697,0.377432233,490,0.485104466,-0.234867441,7627.4262178 +326,-1.203778265,0.212813032,490,0.485104466,-0.234867441,6863.0127139 +327,0.579916301,0.611743168,490,0.485104466,-0.234867441,3372.2943131 +328,0.267582642,0.868113908,490,0.485104466,-0.234867441,4434.3673709 +329,0.412869244,-0.050245578,490,0.485104466,-0.234867441,784.06150225 +330,0.17524381,0.976660285,490,0.485104466,-0.234867441,4908.0137136 +331,0.743157214,0.204812899,490,0.485104466,-0.234867441,2015.1214157 +332,-1.070758176,0.269382282,490,0.485104466,-0.234867441,6411.8645154 +333,-1.230364251,0.329790229,490,0.485104466,-0.234867441,7051.942401 +334,-1.374813124,-0.024926835,490,0.485104466,-0.234867441,7310.5783323 +335,0.519780566,0.463669906,490,0.485104466,-0.234867441,2770.1256789 +336,-1.55108034,0.239698561,490,0.485104466,-0.234867441,8201.4941208 +337,0.180294813,0.029739425,490,0.485104466,-0.234867441,1591.2632493 +338,0.67820924,0.268170153,490,0.485104466,-0.234867441,2131.3540802 +339,0.445798684,1.024001867,490,0.485104466,-0.234867441,4988.0067123 +340,0.691751283,0.150521402,490,0.485104466,-0.234867441,1729.370747 +341,-1.036643551,-0.903056181,490,0.485104466,-0.234867441,5374.7251768 +342,-0.120287036,1.083325163,490,0.485104466,-0.234867441,5549.4148907 +343,2.823513113,-0.304487164,490,0.485104466,-0.234867441,8646.1242048 +344,0.457583172,1.12513373,490,0.485104466,-0.234867441,5387.6076844 +345,0.042918831,0.813795399,490,0.485104466,-0.234867441,4441.5576731 +346,1.196146777,-0.853142756,490,0.485104466,-0.234867441,3367.280391 +347,0.206001358,-0.010430701,490,0.485104466,-0.234867441,1410.2458878 +348,-0.268308653,0.234799412,490,0.485104466,-0.234867441,3492.9786088 +349,0.759363263,0.736189579,490,0.485104466,-0.234867441,3974.2124581 +350,0.181363926,0.891988372,490,0.485104466,-0.234867441,4585.2069719 +351,-0.021111158,0.139103292,490,0.485104466,-0.234867441,2481.521667 +352,-0.093355215,0.630686981,490,0.485104466,-0.234867441,4053.8534581 +353,0.40118964,0.681375926,490,0.485104466,-0.234867441,3642.4943543 +354,-0.721197315,1.304706234,490,0.485104466,-0.234867441,6751.7336735 +355,-1.076150317,0.212107639,490,0.485104466,-0.234867441,6380.0880556 +356,-1.577164531,0.273993443,490,0.485104466,-0.234867441,8317.9575962 +357,-0.190788414,0.182208586,490,0.485104466,-0.234867441,3128.3190372 +358,-0.261349752,0.209710184,490,0.485104466,-0.234867441,3419.91526 +359,-1.029303852,0.083549259,490,0.485104466,-0.234867441,6082.4715587 +360,-1.268609162,0.330525297,490,0.485104466,-0.234867441,7193.5866063 +361,1.282982244,-0.926641967,490,0.485104466,-0.234867441,3703.283614 +362,0.217352334,0.731352408,490,0.485104466,-0.234867441,3950.0713931 +363,-1.511833084,0.258629297,490,0.485104466,-0.234867441,8062.6207982 +364,0.338812194,0.823184618,490,0.485104466,-0.234867441,4222.9766355 +365,-0.324406489,1.134201999,490,0.485104466,-0.234867441,5933.2504934 +366,1.389579348,0.399185724,490,0.485104466,-0.234867441,4313.3220638 +367,2.047152199,-0.039082036,490,0.485104466,-0.234867441,6152.2291493 +368,0.947780369,0.568250077,490,0.485104466,-0.234867441,3631.8370434 +369,0.763824846,0.576754987,490,0.485104466,-0.234867441,3383.2781211 +370,-0.142334657,0.928153068,490,0.485104466,-0.234867441,5074.8829536 +371,0.610266567,0.547265983,490,0.485104466,-0.234867441,3134.3749857 +372,0.210731629,0.746815056,490,0.485104466,-0.234867441,4014.3108136 +373,-1.34931644,0.316895224,490,0.485104466,-0.234867441,7484.2707133 +374,2.407696481,0.655030745,490,0.485104466,-0.234867441,7884.5376093 +375,0.64207831,0.545359131,490,0.485104466,-0.234867441,3147.6275474 +376,1.174597538,0.840588356,490,0.485104466,-0.234867441,4901.7984584 +377,0.660059424,0.010604079,490,0.485104466,-0.234867441,1190.4334889 +378,-0.730263819,0.010486456,490,0.485104466,-0.234867441,4864.7106666 +379,0.831068936,0.512339172,490,0.485104466,-0.234867441,3241.8209912 +380,1.301180979,0.72367476,490,0.485104466,-0.234867441,4825.8534241 +381,1.811128231,0.322854402,490,0.485104466,-0.234867441,5626.8403992 +382,0.435105812,0.992284428,490,0.485104466,-0.234867441,4863.5438757 +383,0.62643634,0.592027932,490,0.485104466,-0.234867441,3318.4329836 +384,0.492988703,-0.516339467,490,0.485104466,-0.234867441,1115.2854789 +385,-0.162469483,0.112549365,490,0.485104466,-0.234867441,2894.8868092 +386,0.314630866,0.472006421,490,0.485104466,-0.234867441,2875.6625515 +387,0.166744804,0.822815954,490,0.485104466,-0.234867441,4339.0521234 +388,0.417159608,0.965805736,490,0.485104466,-0.234867441,4761.2876192 +389,0.106334961,0.868774244,490,0.485104466,-0.234867441,4566.6624423 +390,0.815086969,-0.338144359,490,0.485104466,-0.234867441,1317.7243745 +391,0.59867455,-0.230624824,490,0.485104466,-0.234867441,438.03118394 +392,1.915104874,0.066220985,490,0.485104466,-0.234867441,5742.3437788 +393,1.278093622,0.064463721,490,0.485104466,-0.234867441,3334.7779061 +394,-0.061477853,0.302997961,490,0.485104466,-0.234867441,3017.6617293 +395,0.251311504,0.626976942,490,0.485104466,-0.234867441,3524.2681804 +396,2.950242872,0.149095644,490,0.485104466,-0.234867441,9794.5813005 +397,-0.180294708,0.35375117,490,0.485104466,-0.234867441,3486.0327222 +398,1.010448592,-0.351180233,490,0.485104466,-0.234867441,2041.4551166 +399,-1.748740498,0.3686318073,490,0.485104466,-0.234867441,8984.5205769 +400,2.699635665,0.123533791,490,0.485104466,-0.234867441,8810.2719623 +401,0.496808033,0.823843254,490,0.485104466,-0.234867441,4193.7586804 +402,0.129574704,0.763364087,490,0.485104466,-0.234867441,4157.7958786 +403,1.798920311,0.817447563,490,0.485104466,-0.234867441,6224.4895175 +404,0.335987953,0.746786541,490,0.485104466,-0.234867441,3925.9467631 +405,-1.085413643,0.292154671,490,0.485104466,-0.234867441,6486.5825297 +406,-0.155321003,0.508207011,490,0.485104466,-0.234867441,3829.0436351 +407,0.620529244,-0.301175104,490,0.485104466,-0.234867441,579.9974465 +408,1.684402744,0.368716966,490,0.485104466,-0.234867441,5239.6897953 +409,0.300582244,-0.386397212,490,0.485104466,-0.234867441,918.26011185 +410,2.913555946,-0.009225192,490,0.485104466,-0.234867441,9482.8697822 +411,1.465101417,0.493232532,490,0.485104466,-0.234867441,4733.5502948 +412,0.090612882,0.907955955,490,0.485104466,-0.234867441,4724.6736526 +413,2.987564726,-0.729568594,490,0.485104466,-0.234867441,7968.4279589 +414,-1.484261606,0.224149272,490,0.485104466,-0.234867441,7937.622846 +415,0.164073421,0.303955133,490,0.485104466,-0.234867441,2476.0231248 +416,0.141441293,0.167552546,490,0.485104466,-0.234867441,2089.6149017 +417,2.931321023,-0.506718887,490,0.485104466,-0.234867441,8481.2406546 +418,2.21951565,0.700596356,490,0.485104466,-0.234867441,7309.4642447 +419,0.268112576,1.199114336,490,0.485104466,-0.234867441,5713.1016034 +420,0.978913739,0.359223811,490,0.485104466,-0.234867441,3038.7062506 +421,1.210898818,0.522863584,490,0.485104466,-0.234867441,4083.4399616 +422,2.347397336,0.129231362,490,0.485104466,-0.234867441,7458.5587358 +423,0.614394501,0.556878345,490,0.485104466,-0.234867441,3174.2811746 +424,-1.398079356,0.148483366,490,0.485104466,-0.234867441,7554.1578977 +425,2.535303836,-0.112984496,490,0.485104466,-0.234867441,7936.5699768 +426,-1.019372593,-0.405322349,490,0.485104466,-0.234867441,5621.5498307 +427,-1.297785627,-0.160104069,490,0.485104466,-0.234867441,6878.5317077 +428,2.144554488,0.205051084,490,0.485104466,-0.234867441,6745.0580204 +429,-2.242387083,-0.426171285,490,0.485104466,-0.234867441,9374.5562649 +430,0.338637212,0.909723676,490,0.485104466,-0.234867441,4561.4934636 +431,-0.148798452,0.691042401,490,0.485104466,-0.234867441,4348.5857358 +432,0.893524764,0.441829531,490,0.485104466,-0.234867441,3109.6860986 +433,0.969229347,-0.368847936,490,0.485104466,-0.234867441,1903.0161999 +434,0.436043248,0.800045688,490,0.485104466,-0.234867441,4103.0456023 +435,1.687946607,1.081504775,490,0.485104466,-0.234867441,6384.32206 +436,0.522302046,-0.034889271,490,0.485104466,-0.234867441,805.40995389 +437,-0.178996113,-0.438090009,490,0.485104466,-0.234867441,2599.6580813 +438,-1.094339566,0.301444068,490,0.485104466,-0.234867441,6527.7146319 +439,-1.064070054,0.242569932,490,0.485104466,-0.234867441,6362.5158313 +440,-1.068153768,0.230387998,490,0.485104466,-0.234867441,6366.6772377 +441,-3.00496892,-0.23989155,490,0.485104466,-0.234867441,10118.839564 +442,0.21751974,0.766874888,490,0.485104466,-0.234867441,4084.0146623 +443,0.117229532,0.007619006,490,0.485104466,-0.234867441,1734.2203265 +444,0.777758451,0.420554741,490,0.485104466,-0.234867441,2832.4195524 +445,-0.252356999,0.250747086,490,0.485104466,-0.234867441,3473.0689905 +446,0.363148444,0.768483434,490,0.485104466,-0.234867441,3998.6197127 +447,0.903191366,-0.118210676,490,0.485104466,-0.234867441,1693.1848276 +448,-0.205755923,0.149406178,490,0.485104466,-0.234867441,3114.0862092 +449,1.811996086,0.02364353,490,0.485104466,-0.234867441,5305.5291649 +450,-1.100670221,0.314845373,490,0.485104466,-0.234867441,6562.6535957 +451,0.340078597,0.850105132,490,0.485104466,-0.234867441,4327.6948602 +452,0.258757267,0.804969236,490,0.485104466,-0.234867441,4197.3230087 +453,2.78505352,-0.155160804,490,0.485104466,-0.234867441,8791.6647248 +454,0.800551619,0.105822106,490,0.485104466,-0.234867441,1833.1559095 +455,0.437940882,-0.506194031,490,0.485104466,-0.234867441,1088.6160445 +456,2.230431122,0.63458615,490,0.485104466,-0.234867441,7321.1494147 +457,0.527965361,0.127667701,490,0.485104466,-0.234867441,1445.8639089 +458,-0.063643205,0.702093448,490,0.485104466,-0.234867441,4224.2771096 +459,1.408447268,0.133010502,490,0.485104466,-0.234867441,3912.5508932 +460,0.523795955,0.280266966,490,0.485104466,-0.234867441,2046.0642372 +461,-0.975769313,0.072177659,490,0.485104466,-0.234867441,5866.4246235 +462,0.549774164,-0.463663986,490,0.485104466,-0.234867441,937.4906196 +463,0.29245874,1.095549818,490,0.485104466,-0.234867441,5303.3202383 +464,0.143625958,0.816809593,490,0.485104466,-0.234867441,4338.9488654 +465,0.671902494,0.611159853,490,0.485104466,-0.234867441,3423.8366017 +466,1.239840988,0.6724199,490,0.485104466,-0.234867441,4551.7052679 +467,0.607829703,-0.10932137,490,0.485104466,-0.234867441,690.17083106 +468,1.763020906,0.263996692,490,0.485104466,-0.234867441,5382.5317879 +469,0.378714634,0.726066797,490,0.485104466,-0.234867441,3826.0953811 +470,2.196736143,-0.153862366,490,0.485104466,-0.234867441,6615.6573932 +471,0.01702415,0.148991565,490,0.485104466,-0.234867441,2387.529391 +472,-2.998490902,-0.158002487,490,0.485104466,-0.234867441,10387.092043 +473,-3.051262951,-0.346595608,490,0.485104466,-0.234867441,9673.9844376 +474,-1.069176439,0.182802941,490,0.485104466,-0.234867441,6326.9451584 +475,0.167157509,0.595344954,490,0.485104466,-0.234867441,3499.9999585 +476,0.613855648,0.681746124,490,0.485104466,-0.234867441,3661.8120835 +477,1.037012736,0.682555367,490,0.485104466,-0.234867441,4167.0372321 +478,-1.253574971,0.379755746,490,0.485104466,-0.234867441,7170.4975745 +479,3.108590453,-0.132620738,490,0.485104466,-0.234867441,9939.6084602 +480,0.565301296,0.022333262,490,0.485104466,-0.234867441,1066.3482559 +481,0.547898238,0.855555614,490,0.485104466,-0.234867441,4324.7781268 +482,0.948309381,0.417393755,490,0.485104466,-0.234867441,3144.8596763 +483,-0.050600732,0.945269213,490,0.485104466,-0.234867441,5010.7852989 +484,-0.977651478,-0.572363064,490,0.485104466,-0.234867441,5366.8577519 +485,1.102014914,0.728861163,490,0.485104466,-0.234867441,4431.6716863 +486,2.927300795,-0.282939414,490,0.485104466,-0.234867441,9022.9031459 +487,-1.154565557,0.124434095,490,0.485104466,-0.234867441,6599.9623256 +488,1.855331234,0.291044755,490,0.485104466,-0.234867441,5750.1192217 +489,0.830290659,0.276904518,490,0.485104466,-0.234867441,2436.5505786 +490,0.485104466,-0.234867441,490,0.485104466,-0.234867441,0 +491,0.521367572,-0.33161327,490,0.485104466,-0.234867441,407.24908897 +1,-1.539031704,0.7349710123,491,0.521367572,-0.33161327,8520.0529131 +2,-1.536990553,0.7349663874,491,0.521367572,-0.33161327,8514.0697512 +3,-1.534951779,0.7349571355,491,0.521367572,-0.33161327,8508.0941272 +4,-1.532906461,0.7349480293,491,0.521367572,-0.33161327,8502.0986155 +5,-1.531320211,0.7346937278,491,0.521367572,-0.33161327,8497.5092783 +6,-1.539451648,0.7335131775,491,0.521367572,-0.33161327,8521.6741169 +7,-1.537429487,0.7335445708,491,0.521367572,-0.33161327,8515.7291882 +8,-1.535484998,0.7335658704,491,0.521367572,-0.33161327,8510.0146798 +9,-1.533488396,0.7336036027,491,0.521367572,-0.33161327,8504.1427771 +10,-1.531497785,0.7335842962,491,0.521367572,-0.33161327,8498.3022784 +11,-1.530259379,0.7334777758,491,0.521367572,-0.33161327,8494.6911104 +12,-1.5335454,0.7322346912,491,0.521367572,-0.33161327,8504.6493555 +13,-1.531489083,0.7322238773,491,0.521367572,-0.33161327,8498.6060374 +14,-1.530011122,0.7321679851,491,0.521367572,-0.33161327,8494.2734143 +15,-1.53348106,0.7306614094,491,0.521367572,-0.33161327,8504.8438171 +16,-1.531441779,0.7306962275,491,0.521367572,-0.33161327,8498.8309021 +17,-1.529755654,0.7306933243,491,0.521367572,-0.33161327,8493.8665345 +18,-1.533415048,0.7291384674,491,0.521367572,-0.33161327,8505.0144783 +19,-1.531392093,0.7291705353,491,0.521367572,-0.33161327,8499.0419262 +20,-1.529296523,0.7291214933,491,0.521367572,-0.33161327,8492.8734689 +21,-1.535280942,0.727267644,491,0.521367572,-0.33161327,8510.9658624 +22,-1.533378158,0.7276139666,491,0.521367572,-0.33161327,8505.264989 +23,-1.531340368,0.7276446587,491,0.521367572,-0.33161327,8499.2406008 +24,-1.528960113,0.7276398177,491,0.521367572,-0.33161327,8492.212602 +25,-1.533313146,0.7260818349,491,0.521367572,-0.33161327,8505.4278274 +26,-1.531259555,0.7260958115,491,0.521367572,-0.33161327,8499.3520137 +27,-1.528926415,0.7260865555,491,0.521367572,-0.33161327,8492.4541908 +28,-1.531226779,0.7245511789,491,0.521367572,-0.33161327,8499.5979381 +29,-1.528904772,0.7245519194,491,0.521367572,-0.33161327,8492.7210681 +30,-1.547195875,0.7409785979,491,0.521367572,-0.33161327,8542.1876415 +31,-1.5451475,0.740980426,491,0.521367572,-0.33161327,8536.2184385 +32,-1.543097679,0.7409798872,491,0.521367572,-0.33161327,8530.2450782 +33,-1.540720364,0.7409892687,491,0.521367572,-0.33161327,8523.3136601 +34,-1.547188511,0.7395198392,491,0.521367572,-0.33161327,8542.6108183 +35,-1.545148587,0.7395226109,491,0.521367572,-0.33161327,8536.6576003 +36,-1.543104538,0.7395314908,491,0.521367572,-0.33161327,8530.689949 +37,-1.540727751,0.7395306258,491,0.521367572,-0.33161327,8523.753371 +38,-1.547187029,0.7380014886,491,0.521367572,-0.33161327,8543.0633803 +39,-1.545147315,0.7380012252,491,0.521367572,-0.33161327,8537.1029886 +40,-1.54310719,0.7380060743,491,0.521367572,-0.33161327,8531.1392829 +41,-1.540719671,0.7380068206,491,0.521367572,-0.33161327,8524.160731 +42,-1.547187189,0.7364799098,491,0.521367572,-0.33161327,8543.5156575 +43,-1.545149996,0.7364853874,491,0.521367572,-0.33161327,8537.5522942 +44,-1.543106091,0.7364823484,491,0.521367572,-0.33161327,8531.571134 +45,-1.540717158,0.7364893901,491,0.521367572,-0.33161327,8524.5765412 +46,-1.538663972,0.7410138672,491,0.521367572,-0.33161327,8517.3126929 +47,-1.53695285,0.7409699132,491,0.521367572,-0.33161327,8512.3369397 +48,-1.534910498,0.7409641297,491,0.521367572,-0.33161327,8506.3841897 +49,-1.533145034,0.7409536636,491,0.521367572,-0.33161327,8501.2393997 +50,-1.538681336,0.7395405883,491,0.521367572,-0.33161327,8517.7772995 +51,-1.536999189,0.7395183096,491,0.521367572,-0.33161327,8512.8729745 +52,-1.534923633,0.7395144222,491,0.521367572,-0.33161327,8506.814473 +53,-1.533267822,0.7395654306,491,0.521367572,-0.33161327,8501.9664479 +54,-1.53867273,0.7380151077,491,0.521367572,-0.33161327,8518.1749008 +55,-1.536980576,0.7379994392,491,0.521367572,-0.33161327,8513.2322741 +56,-1.534931522,0.7379944961,491,0.521367572,-0.33161327,8507.2427222 +57,-1.533387952,0.7379480264,491,0.521367572,-0.33161327,8502.7414474 +58,-1.538682279,0.7364914363,491,0.521367572,-0.33161327,8518.6190817 +59,-1.536980704,0.7364810563,491,0.521367572,-0.33161327,8513.6402166 +60,-1.534935567,0.7364752065,491,0.521367572,-0.33161327,8507.6536896 +61,-1.533042592,0.7363876366,491,0.521367572,-0.33161327,8502.1329846 +62,-1.545143426,0.7349628011,491,0.521367572,-0.33161327,8537.9704447 +63,-1.543105297,0.7349691947,491,0.521367572,-0.33161327,8531.9948811 +64,-1.541064533,0.7349647152,491,0.521367572,-0.33161327,8526.0140329 +65,-1.545411803,0.7334624714,491,0.521367572,-0.33161327,8539.1832064 +66,-1.543446606,0.7334780896,491,0.521367572,-0.33161327,8533.4107492 +67,-1.541475327,0.7334957295,491,0.521367572,-0.33161327,8527.6195042 +68,-1.545401939,0.731963266,491,0.521367572,-0.33161327,8539.574219 +69,-1.54342253,0.7319915583,491,0.521367572,-0.33161327,8533.7484021 +70,-1.541455867,0.7320216438,491,0.521367572,-0.33161327,8527.959322 +71,-1.545410146,0.7304422281,491,0.521367572,-0.33161327,8540.0184571 +72,-1.543435491,0.7304713664,491,0.521367572,-0.33161327,8534.1981707 +73,-1.541463105,0.7304997613,491,0.521367572,-0.33161327,8528.3845298 +74,-1.545414768,0.7289194936,491,0.521367572,-0.33161327,8540.4466088 +75,-1.543435774,0.7289538557,491,0.521367572,-0.33161327,8534.6039461 +76,-1.541457714,0.7289765881,491,0.521367572,-0.33161327,8528.7668856 +77,-1.539449415,0.7320555866,491,0.521367572,-0.33161327,8522.0520509 +78,-1.537429183,0.7321097681,491,0.521367572,-0.33161327,8516.0989014 +79,-1.535472649,0.7321497267,491,0.521367572,-0.33161327,8510.3366489 +80,-1.539457899,0.7305333307,491,0.521367572,-0.33161327,8522.4727046 +81,-1.537453161,0.7305750503,491,0.521367572,-0.33161327,8516.5600287 +82,-1.535479385,0.7306124949,491,0.521367572,-0.33161327,8510.7394989 +83,-1.53946905,0.7290102593,491,0.521367572,-0.33161327,8522.8955001 +84,-1.537459922,0.7290417293,491,0.521367572,-0.33161327,8516.9641713 +85,-1.535451349,0.7290890157,491,0.521367572,-0.33161327,8511.030459 +86,-1.535522937,0.7279887191,491,0.521367572,-0.33161327,8511.5077884 +87,-1.539442524,0.7274735939,491,0.521367572,-0.33161327,8523.2045456 +88,-1.537424111,0.727521351,491,0.521367572,-0.33161327,8517.2334415 +89,-1.539384641,0.7259505092,491,0.521367572,-0.33161327,8523.4112004 +90,-1.537372391,0.7259947145,491,0.521367572,-0.33161327,8517.450908 +91,-1.535340789,0.7260435356,491,0.521367572,-0.33161327,8511.4322876 +92,-1.539325716,0.7244369706,491,0.521367572,-0.33161327,8523.6059648 +93,-1.537308932,0.7244801057,491,0.521367572,-0.33161327,8517.624322 +94,-1.535289068,0.7245247645,491,0.521367572,-0.33161327,8511.6331793 +95,-1.533261366,0.7245550236,491,0.521367572,-0.33161327,8505.6220726 +96,-1.539267302,0.722921924,491,0.521367572,-0.33161327,8523.7961787 +97,-1.537248972,0.7229660258,491,0.521367572,-0.33161327,8517.8015344 +98,-1.535219431,0.7229916471,491,0.521367572,-0.33161327,8511.7778274 +99,-1.53318962,0.7230212049,491,0.521367572,-0.33161327,8505.7522504 +100,-1.531154816,0.7230299897,491,0.521367572,-0.33161327,8499.7162049 +101,-1.528878341,0.7230370244,491,0.521367572,-0.33161327,8492.9634183 +102,-1.539218189,0.7214009878,491,0.521367572,-0.33161327,8524.0089515 +103,-1.537198791,0.7214422745,491,0.521367572,-0.33161327,8518.0035672 +104,-1.535179266,0.7214634354,491,0.521367572,-0.33161327,8512.0022606 +105,-1.533156501,0.7214944644,491,0.521367572,-0.33161327,8505.9889523 +106,-1.53113574,0.7215166021,491,0.521367572,-0.33161327,8499.9833577 +107,-1.528874248,0.7215345535,491,0.521367572,-0.33161327,8493.2634846 +108,-1.539217656,0.7198512397,491,0.521367572,-0.33161327,8524.3663712 +109,-1.537199919,0.7199428763,491,0.521367572,-0.33161327,8518.3462788 +110,-1.545425832,0.727397149,491,0.521367572,-0.33161327,8540.8876566 +111,-1.543371177,0.7273916949,491,0.521367572,-0.33161327,8534.8238393 +112,-1.541368852,0.7274523163,491,0.521367572,-0.33161327,8528.8970291 +113,-1.545349067,0.7258710923,491,0.521367572,-0.33161327,8541.0640839 +114,-1.54332671,0.7258603556,491,0.521367572,-0.33161327,8535.0884248 +115,-1.541346831,0.7259242142,491,0.521367572,-0.33161327,8529.2189599 +116,-1.545324355,0.7243383958,491,0.521367572,-0.33161327,8541.3895805 +117,-1.543292796,0.7243617413,491,0.521367572,-0.33161327,8535.3695036 +118,-1.541295822,0.7244024384,491,0.521367572,-0.33161327,8529.4472506 +119,-1.543193859,0.7205570215,491,0.521367572,-0.33161327,8536.0174172 +120,-1.550257047,0.7386738187,491,0.521367572,-0.33161327,8551.8260153 +121,-1.549335448,0.7311736483,491,0.521367572,-0.33161327,8551.3617896 +122,-1.533478843,0.7179891343,491,0.521367572,-0.33161327,8507.6954926 +123,-1.556150555,0.738907041,491,0.521367572,-0.33161327,8568.9541584 +124,-1.554324226,0.733414257,491,0.521367572,-0.33161327,8565.3499184 +125,-1.554290846,0.7288285332,491,0.521367572,-0.33161327,8566.6308434 +126,-1.55122487,0.7219795312,491,0.521367572,-0.33161327,8559.4937417 +127,-1.525104458,0.7229399862,491,0.521367572,-0.33161327,8481.7894595 +128,-1.519607711,0.7236181429,491,0.521367572,-0.33161327,8465.3565337 +129,-1.513899999,0.7251107854,491,0.521367572,-0.33161327,8448.1733385 +130,-1.536620762,0.7431061895,491,0.521367572,-0.33161327,8510.7711577 +131,-1.5369566,0.7460845958,491,0.521367572,-0.33161327,8510.8925882 +132,-1.545345528,0.7447040685,491,0.521367572,-0.33161327,8535.6546588 +133,-1.532813921,0.7432306626,491,0.521367572,-0.33161327,8499.6608659 +134,-1.554788248,0.7382381001,491,0.521367572,-0.33161327,8565.1940104 +135,-1.540348126,0.7301594274,491,0.521367572,-0.33161327,8525.1906445 +136,-1.538016084,0.7239051786,491,0.521367572,-0.33161327,8519.854695 +137,-1.525288962,0.7258085137,491,0.521367572,-0.33161327,8481.7534302 +138,-1.534326986,0.731241342,491,0.521367572,-0.33161327,8507.192481 +139,-1.530733872,0.7303625216,491,0.521367572,-0.33161327,8496.8244697 +141,-1.534354939,0.7328219978,491,0.521367572,-0.33161327,8506.8831354 +142,-1.53157084,0.7292888153,491,0.521367572,-0.33161327,8499.5414543 +143,-1.525691035,0.7263799874,491,0.521367572,-0.33161327,8482.8236716 +144,-1.534031287,0.7495967835,491,0.521367572,-0.33161327,8501.3966627 +145,-1.527714986,0.7283095957,491,0.521367572,-0.33161327,8488.3886065 +146,-1.526189586,0.7271468292,491,0.521367572,-0.33161327,8484.1354161 +147,-1.555177336,0.7375563366,491,0.521367572,-0.33161327,8566.5491028 +148,-1.555080283,0.7312707794,491,0.521367572,-0.33161327,8568.2241235 +149,-1.53856994,0.7224180299,491,0.521367572,-0.33161327,8521.8470448 +150,-1.530837883,0.729933372,491,0.521367572,-0.33161327,8497.2309304 +151,-1.515066984,0.5854133365,491,0.521367572,-0.33161327,8451.9927617 +152,-1.534731633,0.5368370046,491,0.521367572,-0.33161327,8507.4612299 +153,-1.515231902,0.5607085576,491,0.521367572,-0.33161327,8447.5280812 +154,-2.616253799,1.0684566605,491,0.521367572,-0.33161327,9525.1906698 +155,-1.956071439,0.5792177723,491,0.521367572,-0.33161327,9903.5581496 +156,-1.951208514,0.5602434208,491,0.521367572,-0.33161327,9903.6254113 +157,-1.944675062,0.6062144545,491,0.521367572,-0.33161327,9841.7269487 +158,-1.613778386,0.6077989518,491,0.521367572,-0.33161327,8776.1523 +159,-2.035029014,0.6021432345,491,0.521367572,-0.33161327,10128.510625 +160,-2.114989471,0.6801825058,491,0.521367572,-0.33161327,10231.392841 +161,-2.037382079,0.5765830025,491,0.521367572,-0.33161327,10166.897905 +162,-2.129855121,0.6585019963,491,0.521367572,-0.33161327,10314.27377 +163,-2.075141798,0.6493615843,491,0.521367572,-0.33161327,10178.072112 +164,-1.828626729,0.6948433129,491,0.521367572,-0.33161327,9399.1161068 +165,-1.863329418,0.6735427691,491,0.521367572,-0.33161327,9523.6724137 +166,-1.266037071,0.727988852,491,0.521367572,-0.33161327,7716.0282504 +167,-1.277579582,0.7249010648,491,0.521367572,-0.33161327,7748.6050073 +168,-1.258418684,0.7241194816,491,0.521367572,-0.33161327,7691.7973512 +169,-1.317813974,0.6804850104,491,0.521367572,-0.33161327,7850.7352912 +170,-1.344165204,0.6790988904,491,0.521367572,-0.33161327,7931.0006631 +171,-1.427582102,0.5277120351,491,0.521367572,-0.33161327,8140.0312109 +172,-1.402238616,0.457167829,491,0.521367572,-0.33161327,8012.7487186 +173,-1.422454264,0.4996161999,491,0.521367572,-0.33161327,8108.292622 +174,-1.439089277,0.4894859811,491,0.521367572,-0.33161327,8160.3417504 +175,-1.448126995,0.5182330266,491,0.521367572,-0.33161327,8205.6488193 +176,-1.474626146,0.5881926574,491,0.521367572,-0.33161327,8319.3818906 +177,-1.421139645,0.5584869783,491,0.521367572,-0.33161327,8132.0622391 +178,-1.457037165,0.565943032,491,0.521367572,-0.33161327,8254.6348 +179,-2.757159358,0.3745319,491,0.521367572,-0.33161327,11907.36509 +180,-2.714309238,0.342054471,491,0.521367572,-0.33161327,12089.715989 +181,-2.000525337,0.774119946,491,0.521367572,-0.33161327,9752.8466841 +183,-1.571413436,0.6777838382,491,0.521367572,-0.33161327,8630.981315 +184,-1.552860289,0.6987663893,491,0.521367572,-0.33161327,8569.9556753 +185,-1.521852374,0.7165827476,491,0.521367572,-0.33161327,8473.3012659 +186,-1.503656267,0.6928968252,491,0.521367572,-0.33161327,8421.28292 +187,-1.502753178,0.7136205882,491,0.521367572,-0.33161327,8416.6509481 +188,-1.631894563,0.7343596465,491,0.521367572,-0.33161327,8791.8095587 +189,-1.653765416,0.6770714026,491,0.521367572,-0.33161327,8884.5577867 +190,-1.719812114,0.6715965947,491,0.521367572,-0.33161327,9089.9930133 +191,-1.493406659,0.6646955447,491,0.521367572,-0.33161327,8390.2578369 +192,-1.469120564,0.6613469966,491,0.521367572,-0.33161327,8314.2500917 +193,-1.590551461,0.5326612937,491,0.521367572,-0.33161327,8696.5543384 +194,-1.625979264,0.5247742243,491,0.521367572,-0.33161327,8816.5461607 +195,-1.572293943,0.5238808754,491,0.521367572,-0.33161327,8632.4877887 +196,-1.610848725,0.5477107964,491,0.521367572,-0.33161327,8767.2815935 +197,-1.208485554,0.7918526018,491,0.521367572,-0.33161327,7583.0215773 +198,-1.335601374,0.6869083083,491,0.521367572,-0.33161327,7907.5713018 +199,-1.346156996,0.6825213377,491,0.521367572,-0.33161327,7938.2953126 +200,-1.324381037,0.6741422347,491,0.521367572,-0.33161327,7868.2987147 +201,-1.242424992,0.7378949807,491,0.521367572,-0.33161327,7651.8009468 +202,-1.270370057,0.7392461008,491,0.521367572,-0.33161327,7733.7076105 +203,-1.448950472,0.7441675014,491,0.521367572,-0.33161327,8255.2637034 +204,-1.492662363,0.7523026852,491,0.521367572,-0.33161327,8381.1837823 +205,-1.479098966,0.7763855017,491,0.521367572,-0.33161327,8337.825889 +206,-1.633760714,0.7869022408,491,0.521367572,-0.33161327,8764.9984713 +207,-1.647406434,0.8101289331,491,0.521367572,-0.33161327,8784.73855 +208,-1.564245052,0.5701509278,491,0.521367572,-0.33161327,8612.9158366 +209,-1.646289963,0.6833746083,491,0.521367572,-0.33161327,8859.0260862 +210,-1.5820631,0.6751952144,491,0.521367572,-0.33161327,8664.3785887 +211,-1.613236298,0.6681681791,491,0.521367572,-0.33161327,8762.6169264 +212,-1.914661867,0.8212566515,491,0.521367572,-0.33161327,9455.7682665 +213,-1.742133237,0.7250275956,491,0.521367572,-0.33161327,9118.7029926 +214,-2.033144872,0.6557314699,491,0.521367572,-0.33161327,10047.082493 +215,-2.039551981,0.6964723658,491,0.521367572,-0.33161327,9997.6676984 +216,-1.247341019,0.7622473908,491,0.521367572,-0.33161327,7677.6089278 +217,-1.298239787,0.7084123392,491,0.521367572,-0.33161327,7802.9726927 +218,-1.308539688,0.6926545592,491,0.521367572,-0.33161327,7827.4965061 +219,-1.303263185,0.6888938396,491,0.521367572,-0.33161327,7809.8906118 +220,-1.852400229,0.6004246149,491,0.521367572,-0.33161327,9552.4536695 +221,-1.288947707,0.7473773692,491,0.521367572,-0.33161327,7790.8651705 +222,-1.372031502,0.7472790993,491,0.521367572,-0.33161327,8031.6692806 +223,-1.289805721,0.7242157877,491,0.521367572,-0.33161327,7784.3733055 +224,-1.350807603,0.7533498126,491,0.521367572,-0.33161327,7971.3121135 +225,-1.329290365,0.7560442322,491,0.521367572,-0.33161327,7909.9312795 +226,-1.410153004,0.616936428,491,0.521367572,-0.33161327,8117.7468376 +227,-1.393445434,0.6308995063,491,0.521367572,-0.33161327,8068.7922545 +228,-1.37595573,0.6241540638,491,0.521367572,-0.33161327,8010.5330073 +229,-1.358388707,0.6172645205,491,0.521367572,-0.33161327,7951.4201486 +230,-1.753741133,0.8281661666,491,0.521367572,-0.33161327,9044.7921525 +231,-1.47430987,0.6834615681,491,0.521367572,-0.33161327,8331.6808136 +232,-1.421012508,0.7222725206,491,0.521367572,-0.33161327,8172.6611881 +233,-1.4476833,0.6978557868,491,0.521367572,-0.33161327,8251.048676 +234,-1.470370723,0.6966193374,491,0.521367572,-0.33161327,8319.8933861 +235,-1.429211703,0.7037216883,491,0.521367572,-0.33161327,8195.6044362 +236,-1.700578405,0.6178673663,491,0.521367572,-0.33161327,9054.618331 +237,-1.678117619,0.6331716163,491,0.521367572,-0.33161327,8977.4682389 +238,-1.725644578,0.6316331145,491,0.521367572,-0.33161327,9129.1433926 +239,-2.14012759,0.7930497945,491,0.521367572,-0.33161327,10032.919484 +240,-2.103289431,0.7653606263,491,0.521367572,-0.33161327,10018.374173 +241,-1.318739838,0.7017808746,491,0.521367572,-0.33161327,7861.9053163 +242,-1.396417427,0.7077900843,491,0.521367572,-0.33161327,8097.3372354 +243,-1.35650337,0.7185539404,491,0.521367572,-0.33161327,7980.1986073 +244,-1.248884539,0.7274156818,491,0.521367572,-0.33161327,7665.396376 +245,-1.395014798,0.5761185243,491,0.521367572,-0.33161327,8052.8527001 +246,-1.433377362,0.6064716109,491,0.521367572,-0.33161327,8189.5887165 +247,-1.408172432,0.5903155476,491,0.521367572,-0.33161327,8101.9277405 +248,-1.749645898,0.7757118084,491,0.521367572,-0.33161327,9092.6560417 +249,-1.571626686,0.615046989,491,0.521367572,-0.33161327,8638.9646445 +250,-1.514070049,0.6303003037,491,0.521367572,-0.33161327,8454.0183317 +251,-1.480890369,0.6237966528,491,0.521367572,-0.33161327,8346.9346561 +252,-1.704390658,0.5281680612,491,0.521367572,-0.33161327,9085.1666188 +253,-1.64434733,0.5254277498,491,0.521367572,-0.33161327,8879.5446771 +254,-1.703855997,0.4792484842,491,0.521367572,-0.33161327,9081.4443222 +255,-1.692002383,0.5748825051,491,0.521367572,-0.33161327,9037.9967573 +256,-1.854136457,0.5544643913,491,0.521367572,-0.33161327,9585.2591866 +257,-1.665021206,0.520317736,491,0.521367572,-0.33161327,8950.1323386 +258,-1.733654349,0.4845187345,491,0.521367572,-0.33161327,9186.4736991 +259,-1.720938188,0.5135933906,491,0.521367572,-0.33161327,9142.5796903 +260,-1.742668307,0.553296122,491,0.521367572,-0.33161327,9211.7276309 +261,-1.965659039,0.7142126903,491,0.521367572,-0.33161327,9765.8905582 +262,-1.944438071,0.6772834804,491,0.521367572,-0.33161327,9758.7794595 +263,-1.270340967,0.7681487096,491,0.521367572,-0.33161327,7745.423975 +264,-1.353091884,0.6549276821,491,0.521367572,-0.33161327,7949.8635236 +265,-1.333236659,0.6413584414,491,0.521367572,-0.33161327,7881.9372232 +266,-1.352015998,0.6753788907,491,0.521367572,-0.33161327,7953.8523555 +267,-1.377988483,0.6577816235,491,0.521367572,-0.33161327,8028.6755486 +268,-2.13075611,0.8318642051,491,0.521367572,-0.33161327,9912.7539064 +269,-2.097910953,0.8259670014,491,0.521367572,-0.33161327,9860.9398408 +270,-1.416382069,0.6694271549,491,0.521367572,-0.33161327,8151.2205521 +271,-1.538905672,0.7535625993,491,0.521367572,-0.33161327,8514.256362 +272,-1.572309477,0.7803125099,491,0.521367572,-0.33161327,8598.3549472 +273,-1.87759879,0.7503853417,491,0.521367572,-0.33161327,9471.9628472 +274,1.152365588,0.590457682,491,0.521367572,-0.33161327,4360.0673609 +275,0.350198001,0.718001859,491,0.521367572,-0.33161327,4204.8939966 +276,0.046513677,0.491503852,491,0.521367572,-0.33161327,3733.5237506 +277,0.027510309,0.742571376,491,0.521367572,-0.33161327,4621.1871001 +278,0.306285725,-0.214631579,491,0.521367572,-0.33161327,941.57275178 +279,-1.100564889,0.318051531,491,0.521367572,-0.33161327,6809.1760319 +280,-1.078582306,0.301437596,491,0.521367572,-0.33161327,6710.2755318 +281,-1.137371989,-0.617634065,491,0.521367572,-0.33161327,5742.1157596 +282,0.784356344,0.703272339,491,0.521367572,-0.33161327,4212.4668748 +283,-1.221209947,0.218327455,491,0.521367572,-0.33161327,7134.2869182 +284,2.347301921,-0.449114658,491,0.521367572,-0.33161327,6513.7690494 +285,0.246820618,0.830553713,491,0.521367572,-0.33161327,4705.872179 +286,0.829414965,0.703288228,491,0.521367572,-0.33161327,4253.8801145 +287,-1.337537566,0.42332223,491,0.521367572,-0.33161327,7760.279296 +288,0.882453706,0.454478077,491,0.521367572,-0.33161327,3409.6193792 +289,1.575629659,0.416419109,491,0.521367572,-0.33161327,5034.2519345 +290,-1.039455679,0.229888244,491,0.521367572,-0.33161327,6479.5925397 +291,0.489558039,0.934482747,491,0.521367572,-0.33161327,5016.1864827 +292,0.081344504,0.88384514,491,0.521367572,-0.33161327,5053.2324173 +293,-1.547979814,0.300350308,491,0.521367572,-0.33161327,8426.0673032 +294,0.040776181,0.168560074,491,0.521367572,-0.33161327,2728.9512528 +295,-1.130374745,0.563894876,491,0.521367572,-0.33161327,7176.3329889 +296,1.578326642,0.478507176,491,0.521367572,-0.33161327,5169.278268 +297,-1.12861823,-0.291640865,491,0.521367572,-0.33161327,6134.8922445 +298,0.310524208,0.770885792,491,0.521367572,-0.33161327,4433.3892896 +299,0.415649091,-0.387246002,491,0.521367572,-0.33161327,449.60251904 +300,-0.926533878,-0.188022748,491,0.521367572,-0.33161327,5526.2935283 +301,1.258856172,-0.11716081,491,0.521367572,-0.33161327,2962.5785657 +302,-1.126050026,0.322941926,491,0.521367572,-0.33161327,6906.4454422 +303,2.002785835,0.07893892,491,0.521367572,-0.33161327,5990.2323098 +304,0.440437607,0.746258085,491,0.521367572,-0.33161327,4279.6580344 +305,-0.030391866,0.214441206,491,0.521367572,-0.33161327,3052.4061991 +306,0.521557815,-0.058929362,491,0.521367572,-0.33161327,1080.1012108 +307,-0.097005111,0.13317729,491,0.521367572,-0.33161327,3035.9078154 +308,1.83113859,0.221857587,491,0.521367572,-0.33161327,5559.7671323 +309,0.222428864,0.099404236,491,0.521367572,-0.33161327,2067.7190246 +310,-1.702731345,0.8728568183,491,0.521367572,-0.33161327,8864.5796346 +311,-0.418507569,0.278324921,491,0.521367572,-0.33161327,4387.0780432 +312,-1.41153306,0.339029988,491,0.521367572,-0.33161327,7956.9450744 +313,0.357560442,0.114788776,491,0.521367572,-0.33161327,1880.2644353 +314,0.325818979,0.268352149,491,0.521367572,-0.33161327,2495.7515209 +315,-1.246004659,-0.663679965,491,0.521367572,-0.33161327,6003.6199145 +316,1.814603087,0.637404484,491,0.521367572,-0.33161327,6164.6472124 +317,1.843704281,-0.18300445,491,0.521367572,-0.33161327,5065.265673 +318,1.690644492,-0.211480909,491,0.521367572,-0.33161327,4462.9031782 +319,-1.275451936,0.068109467,491,0.521367572,-0.33161327,7155.6798318 +320,0.762430171,-0.207594741,491,0.521367572,-0.33161327,1042.468675 +321,0.265668905,-0.014647884,491,0.521367572,-0.33161327,1600.7359427 +322,-2.773032013,-0.335515811,491,0.521367572,-0.33161327,9735.4447295 +323,-1.469512853,0.174058777,491,0.521367572,-0.33161327,8009.6888752 +324,0.286276986,0.785925691,491,0.521367572,-0.33161327,4507.1618327 +325,-1.379324697,0.377432233,491,0.521367572,-0.33161327,7872.3645805 +326,-1.203778265,0.212813032,491,0.521367572,-0.33161327,7063.3993525 +327,0.579916301,0.611743168,491,0.521367572,-0.33161327,3743.1206093 +328,0.267582642,0.868113908,491,0.521367572,-0.33161327,4834.9776417 +329,0.412869244,-0.050245578,491,0.521367572,-0.33161327,1191.1477799 +330,0.17524381,0.976660285,491,0.521367572,-0.33161327,5310.282923 +331,0.743157214,0.204812899,491,0.521367572,-0.33161327,2294.4735377 +332,-1.070758176,0.269382282,491,0.521367572,-0.33161327,6642.9157689 +333,-1.230364251,0.329790229,491,0.521367572,-0.33161327,7290.0752692 +334,-1.374813124,-0.024926835,491,0.521367572,-0.33161327,7404.1226444 +335,0.519780566,0.463669906,491,0.521367572,-0.33161327,3150.1225677 +336,-1.55108034,0.239698561,491,0.521367572,-0.33161327,8383.2231413 +337,0.180294813,0.029739425,491,0.521367572,-0.33161327,1952.260462 +338,0.67820924,0.268170153,491,0.521367572,-0.33161327,2453.1701731 +339,0.445798684,1.024001867,491,0.521367572,-0.33161327,5375.2794628 +340,0.691751283,0.150521402,491,0.521367572,-0.33161327,2022.330956 +341,-1.036643551,-0.903056181,491,0.521367572,-0.33161327,5167.2507421 +342,-0.120287036,1.083325163,491,0.521367572,-0.33161327,5955.7711804 +343,2.823513113,-0.304487164,491,0.521367572,-0.33161327,8318.0389174 +344,0.457583172,1.12513373,491,0.521367572,-0.33161327,5773.4790949 +345,0.042918831,0.813795399,491,0.521367572,-0.33161327,4848.7937193 +346,1.196146777,-0.853142756,491,0.521367572,-0.33161327,2975.971907 +347,0.206001358,-0.010430701,491,0.521367572,-0.33161327,1766.0983754 +348,-0.268308653,0.234799412,491,0.521367572,-0.33161327,3811.3213359 +349,0.759363263,0.736189579,491,0.521367572,-0.33161327,4318.3157191 +350,0.181363926,0.891988372,491,0.521367572,-0.33161327,4988.9485398 +351,-0.021111158,0.139103292,491,0.521367572,-0.33161327,2821.7379627 +352,-0.093355215,0.630686981,491,0.521367572,-0.33161327,4453.2099505 +353,0.40118964,0.681375926,491,0.521367572,-0.33161327,4037.1320846 +354,-0.721197315,1.304706234,491,0.521367572,-0.33161327,7157.3041782 +355,-1.076150317,0.212107639,491,0.521367572,-0.33161327,6591.7674951 +356,-1.577164531,0.273993443,491,0.521367572,-0.33161327,8511.9662471 +357,-0.190788414,0.182208586,491,0.521367572,-0.33161327,3445.8299464 +358,-0.261349752,0.209710184,491,0.521367572,-0.33161327,3732.545532 +359,-1.029303852,0.083549259,491,0.521367572,-0.33161327,6254.4388397 +360,-1.268609162,0.330525297,491,0.521367572,-0.33161327,7429.2936373 +361,1.282982244,-0.926641967,491,0.521367572,-0.33161327,3306.9910218 +362,0.217352334,0.731352408,491,0.521367572,-0.33161327,4355.2529878 +363,-1.511833084,0.258629297,491,0.521367572,-0.33161327,8255.0145037 +364,0.338812194,0.823184618,491,0.521367572,-0.33161327,4620.2941193 +365,-0.324406489,1.134201999,491,0.521367572,-0.33161327,6340.3340501 +366,1.389579348,0.399185724,491,0.521367572,-0.33161327,4433.1119762 +367,2.047152199,-0.039082036,491,0.521367572,-0.33161327,6003.0342166 +368,0.947780369,0.568250077,491,0.521367572,-0.33161327,3913.4877871 +369,0.763824846,0.576754987,491,0.521367572,-0.33161327,3713.2102038 +370,-0.142334657,0.928153068,491,0.521367572,-0.33161327,5481.884023 +371,0.610266567,0.547265983,491,0.521367572,-0.33161327,3497.6141187 +372,0.210731629,0.746815056,491,0.521367572,-0.33161327,4419.4824773 +373,-1.34931644,0.316895224,491,0.521367572,-0.33161327,7709.8149398 +374,2.407696481,0.655030745,491,0.521367572,-0.33161327,7987.0301718 +375,0.64207831,0.545359131,491,0.521367572,-0.33161327,3503.8981336 +376,1.174597538,0.840588356,491,0.521367572,-0.33161327,5187.1411463 +377,0.660059424,0.010604079,491,0.521367572,-0.33161327,1458.9078215 +378,-0.730263819,0.010486456,491,0.521367572,-0.33161327,5043.0394996 +379,0.831068936,0.512339172,491,0.521367572,-0.33161327,3546.1705798 +380,1.301180979,0.72367476,491,0.521367572,-0.33161327,5063.7830487 +381,1.811128231,0.322854402,491,0.521367572,-0.33161327,5643.9599018 +382,0.435105812,0.992284428,491,0.521367572,-0.33161327,5251.8091354 +383,0.62643634,0.592027932,491,0.521367572,-0.33161327,3679.98114 +384,0.492988703,-0.516339467,491,0.521367572,-0.33161327,738.80615586 +385,-0.162469483,0.112549365,491,0.521367572,-0.33161327,3196.2420293 +386,0.314630866,0.472006421,491,0.521367572,-0.33161327,3280.6604684 +387,0.166744804,0.822815954,491,0.521367572,-0.33161327,4744.4101899 +388,0.417159608,0.965805736,491,0.521367572,-0.33161327,5151.072488 +389,0.106334961,0.868774244,491,0.521367572,-0.33161327,4972.7772675 +390,0.815086969,-0.338144359,491,0.521367572,-0.33161327,1098.6666347 +391,0.59867455,-0.230624824,491,0.521367572,-0.33161327,496.45365559 +392,1.915104874,0.066220985,491,0.521367572,-0.33161327,5647.0267826 +393,1.278093622,0.064463721,491,0.521367572,-0.33161327,3339.9292637 +394,-0.061477853,0.302997961,491,0.521367572,-0.33161327,3386.1838794 +395,0.251311504,0.626976942,491,0.521367572,-0.33161327,3929.7565504 +396,2.950242872,0.149095644,491,0.521367572,-0.33161327,9615.9607258 +397,-0.180294708,0.35375117,491,0.521367572,-0.33161327,3845.2433406 +398,1.010448592,-0.351180233,491,0.521367572,-0.33161327,1824.9704729 +399,-1.748740498,0.3686318073,491,0.521367572,-0.33161327,9211.1846892 +400,2.699635665,0.123533791,491,0.521367572,-0.33161327,8651.8360427 +401,0.496808033,0.823843254,491,0.521367572,-0.33161327,4577.6019042 +402,0.129574704,0.763364087,491,0.521367572,-0.33161327,4564.6309181 +403,1.798920311,0.817447563,491,0.521367572,-0.33161327,6422.0516036 +404,0.335987953,0.746786541,491,0.521367572,-0.33161327,4324.7918416 +405,-1.085413643,0.292154671,491,0.521367572,-0.33161327,6723.7166786 +406,-0.155321003,0.508207011,491,0.521367572,-0.33161327,4213.5777982 +407,0.620529244,-0.301175104,491,0.521367572,-0.33161327,392.23859723 +408,1.684402744,0.368716966,491,0.521367572,-0.33161327,5292.8579534 +409,0.300582244,-0.386397212,491,0.521367572,-0.33161327,846.70381783 +410,2.913555946,-0.009225192,491,0.521367572,-0.33161327,9233.6767505 +411,1.465101417,0.493232532,491,0.521367572,-0.33161327,4870.8300371 +412,0.090612882,0.907955955,491,0.521367572,-0.33161327,5130.5630763 +413,2.987564726,-0.729568594,491,0.521367572,-0.33161327,7567.0305176 +414,-1.484261606,0.224149272,491,0.521367572,-0.33161327,8118.4318583 +415,0.164073421,0.303955133,491,0.521367572,-0.33161327,2876.1453369 +416,0.141441293,0.167552546,491,0.521367572,-0.33161327,2471.9654449 +417,2.931321023,-0.506718887,491,0.521367572,-0.33161327,8102.4863044 +418,2.21951565,0.700596356,491,0.521367572,-0.33161327,7435.82291 +419,0.268112576,1.199114336,491,0.521367572,-0.33161327,6106.6256673 +420,0.978913739,0.359223811,491,0.521367572,-0.33161327,3261.8511345 +421,1.210898818,0.522863584,491,0.521367572,-0.33161327,4286.2461862 +422,2.347397336,0.129231362,491,0.521367572,-0.33161327,7340.5970416 +423,0.614394501,0.556878345,491,0.521367572,-0.33161327,3536.9958104 +424,-1.398079356,0.148483366,491,0.521367572,-0.33161327,7713.0673518 +425,2.535303836,-0.112984496,491,0.521367572,-0.33161327,7706.6786321 +426,-1.019372593,-0.405322349,491,0.521367572,-0.33161327,5607.5335196 +427,-1.297785627,-0.160104069,491,0.521367572,-0.33161327,6928.9256338 +428,2.144554488,0.205051084,491,0.521367572,-0.33161327,6677.5231458 +429,-2.242387083,-0.426171285,491,0.521367572,-0.33161327,9106.886321 +430,0.338637212,0.909723676,491,0.521367572,-0.33161327,4957.3243975 +431,-0.148798452,0.691042401,491,0.521367572,-0.33161327,4748.2652378 +432,0.893524764,0.441829531,491,0.521367572,-0.33161327,3382.5512448 +433,0.969229347,-0.368847936,491,0.521367572,-0.33161327,1671.0059931 +434,0.436043248,0.800045688,491,0.521367572,-0.33161327,4492.981626 +435,1.687946607,1.081504775,491,0.521367572,-0.33161327,6668.8353735 +436,0.522302046,-0.034889271,491,0.521367572,-0.33161327,1175.3293493 +437,-0.178996113,-0.438090009,491,0.521367572,-0.33161327,2596.1473013 +438,-1.094339566,0.301444068,491,0.521367572,-0.33161327,6767.0803196 +439,-1.064070054,0.242569932,491,0.521367572,-0.33161327,6585.4157664 +440,-1.068153768,0.230387998,491,0.521367572,-0.33161327,6585.1871763 +441,-3.00496892,-0.23989155,491,0.521367572,-0.33161327,9727.5962953 +442,0.21751974,0.766874888,491,0.521367572,-0.33161327,4488.6435606 +443,0.117229532,0.007619006,491,0.521367572,-0.33161327,2067.4864936 +444,0.777758451,0.420554741,491,0.521367572,-0.33161327,3139.494306 +445,-0.252356999,0.250747086,491,0.521367572,-0.33161327,3798.2656193 +446,0.363148444,0.768483434,491,0.521367572,-0.33161327,4395.1293357 +447,0.903191366,-0.118210676,491,0.521367572,-0.33161327,1696.228912 +448,-0.205755923,0.149406178,491,0.521367572,-0.33161327,3418.889036 +449,1.811996086,0.02364353,491,0.521367572,-0.33161327,5205.9881544 +450,-1.100670221,0.314845373,491,0.521367572,-0.33161327,6805.7752511 +451,0.340078597,0.850105132,491,0.521367572,-0.33161327,4724.4626564 +452,0.258757267,0.804969236,491,0.521367572,-0.33161327,4599.5595369 +453,2.78505352,-0.155160804,491,0.521367572,-0.33161327,8511.5888464 +454,0.800551619,0.105822106,491,0.521367572,-0.33161327,2046.7945692 +455,0.437940882,-0.506194031,491,0.521367572,-0.33161327,754.28487603 +456,2.230431122,0.63458615,491,0.521367572,-0.33161327,7420.3397858 +457,0.527965361,0.127667701,491,0.521367572,-0.33161327,1819.3943029 +458,-0.063643205,0.702093448,491,0.521367572,-0.33161327,4628.1772167 +459,1.408447268,0.133010502,491,0.521367572,-0.33161327,3920.8128026 +460,0.523795955,0.280266966,491,0.521367572,-0.33161327,2423.6760893 +461,-0.975769313,0.072177659,491,0.521367572,-0.33161327,6039.9560002 +462,0.549774164,-0.463663986,491,0.521367572,-0.33161327,533.21870194 +463,0.29245874,1.095549818,491,0.521367572,-0.33161327,5698.1230158 +464,0.143625958,0.816809593,491,0.521367572,-0.33161327,4744.9638065 +465,0.671902494,0.611159853,491,0.521367572,-0.33161327,3777.0250557 +466,1.239840988,0.6724199,491,0.521367572,-0.33161327,4788.4033634 +467,0.607829703,-0.10932137,491,0.521367572,-0.33161327,941.50135266 +468,1.763020906,0.263996692,491,0.521367572,-0.33161327,5383.5542398 +469,0.378714634,0.726066797,491,0.521367572,-0.33161327,4222.0486096 +470,2.196736143,-0.153862366,491,0.521367572,-0.33161327,6410.6722069 +471,0.01702415,0.148991565,491,0.521367572,-0.33161327,2739.0022698 +472,-2.998490902,-0.158002487,491,0.521367572,-0.33161327,10005.98581 +473,-3.051262951,-0.346595608,491,0.521367572,-0.33161327,9278.6375841 +474,-1.069176439,0.182802941,491,0.521367572,-0.33161327,6529.3827851 +475,0.167157509,0.595344954,491,0.521367572,-0.33161327,3907.2489037 +476,0.613855648,0.681746124,491,0.521367572,-0.33161327,4028.5458955 +477,1.037012736,0.682555367,491,0.521367572,-0.33161327,4448.4319791 +478,-1.253574971,0.379755746,491,0.521367572,-0.33161327,7423.4802623 +479,3.108590453,-0.132620738,491,0.521367572,-0.33161327,9603.9305169 +480,0.565301296,0.022333262,491,0.521367572,-0.33161327,1412.3692885 +481,0.547898238,0.855555614,491,0.521367572,-0.33161327,4703.3080002 +482,0.948309381,0.417393755,491,0.521367572,-0.33161327,3394.2068997 +483,-0.050600732,0.945269213,491,0.521367572,-0.33161327,5417.9407059 +484,-0.977651478,-0.572363064,491,0.521367572,-0.33161327,5289.0811807 +485,1.102014914,0.728861163,491,0.521367572,-0.33161327,4708.4427433 +486,2.927300795,-0.282939414,491,0.521367572,-0.33161327,8683.5714943 +487,-1.154565557,0.124434095,491,0.521367572,-0.33161327,6773.755533 +488,1.855331234,0.291044755,491,0.521367572,-0.33161327,5749.0887334 +489,0.830290659,0.276904518,491,0.521367572,-0.33161327,2694.3039933 +490,0.485104466,-0.234867441,491,0.521367572,-0.33161327,407.24908897 +491,0.521367572,-0.33161327,491,0.521367572,-0.33161327,0 diff --git a/lib/data/data_mode_description.csv b/lib/data/data_mode_description.csv new file mode 100644 index 0000000..7c838ef --- /dev/null +++ b/lib/data/data_mode_description.csv @@ -0,0 +1,58 @@ +ModeNumber,Mode,LinehaulMode,Label,Description,MultipleModes,International +1,Water,Water,cW145,"Cost, Water using Port 145",Water,Water +2,Water,Water,cW146,"Cost, Water using Port 146",Water,Water +3,Rail,Rail,cCarload,"Cost, Carload Direct",Rail,Rail +4,Multiple,Rail,c1fc0,"Cost, FTL(ExtDray)-Carload remainder",Truck-Rail,Multiple +5,Multiple,Rail,c0cf147,"Cost, Carload-FTL with stop at 147",Rail-Truck,Multiple +6,Multiple,Rail,c0cf148,"Cost, Carload-FTL with stop at 148",Rail-Truck,Multiple +7,Multiple,Rail,c0cf149,"Cost, Carload-FTL with stop at 149",Rail-Truck,Multiple +8,Multiple,Rail,c0cf150,"Cost, Carload-FTL with stop at 150",Rail-Truck,Multiple +9,Multiple,Rail,c1fcf147,"Cost, FTL-Carload-FTL with stop at 147",Truck-Rail-Truck,Multiple +10,Multiple,Rail,c1fcf148,"Cost, FTL-Carload-FTL with stop at 148",Truck-Rail-Truck,Multiple +11,Multiple,Rail,c1fcf149,"Cost, FTL-Carload-FTL with stop at 149",Truck-Rail-Truck,Multiple +12,Multiple,Rail,c1fcf150,"Cost, FTL-Carload-FTL with stop at 150",Truck-Rail-Truck,Multiple +13,Rail,Rail,cIMX,"Cost, IMX Direct",Rail,Rail +14,Multiple,Rail,c1fi0,"Cost, FTL(ExtDray)-IMX remainder",Truck-Rail,Multiple +15,Multiple,Rail,c0iL147,"Cost, IMX-LTL with stop at 147",Rail-Truck,Multiple +16,Multiple,Rail,c0iL148,"Cost, IMX-LTL with stop at 148",Rail-Truck,Multiple +17,Multiple,Rail,c0iL149,"Cost, IMX-LTL with stop at 149",Rail-Truck,Multiple +18,Multiple,Rail,c0iL150,"Cost, IMX-LTL with stop at 150",Rail-Truck,Multiple +19,Multiple,Rail,c0if147,"Cost, IMX-FTL with stop at 147",Rail-Truck,Multiple +20,Multiple,Rail,c0if148,"Cost, IMX-FTL with stop at 148",Rail-Truck,Multiple +21,Multiple,Rail,c0if149,"Cost, IMX-FTL with stop at 149",Rail-Truck,Multiple +22,Multiple,Rail,c0if150,"Cost, IMX-FTL with stop at 150",Rail-Truck,Multiple +23,Multiple,Rail,c1fif147,"Cost, FTL-IMX-FTL with stop at 147",Truck-Rail-Truck,Multiple +24,Multiple,Rail,c1fif148,"Cost, FTL-IMX-FTL with stop at 148",Truck-Rail-Truck,Multiple +25,Multiple,Rail,c1fif149,"Cost, FTL-IMX-FTL with stop at 149",Truck-Rail-Truck,Multiple +26,Multiple,Rail,c1fif150,"Cost, FTL-IMX-FTL with stop at 150",Truck-Rail-Truck,Multiple +27,Multiple,Rail,c1LiL147,"Cost, LTL-IMX-LTL with stop at 147",Truck-Rail-Truck,Multiple +28,Multiple,Rail,c1LiL148,"Cost, LTL-IMX-LTL with stop at 148",Truck-Rail-Truck,Multiple +29,Multiple,Rail,c1LiL149,"Cost, LTL-IMX-LTL with stop at 149",Truck-Rail-Truck,Multiple +30,Multiple,Rail,c1LiL150,"Cost, LTL-IMX-LTL with stop at 150",Truck-Rail-Truck,Multiple +31,Truck,Truck,cFTL,"Cost, FTL Direct",Truck,Truck +32,Truck,Truck,c0fL133,"Cost, FTL-LTL with stop at 133",Truck-Truck,Truck +33,Truck,Truck,c0fL134,"Cost, FTL-LTL with stop at 134",Truck-Truck,Truck +34,Truck,Truck,c0fL135,"Cost, FTL-LTL with stop at 135",Truck-Truck,Truck +35,Truck,Truck,c0fL136,"Cost, FTL-LTL with stop at 136",Truck-Truck,Truck +36,Truck,Truck,c0fL137,"Cost, FTL-LTL with stop at 137",Truck-Truck,Truck +37,Truck,Truck,c0fL138,"Cost, FTL-LTL with stop at 138",Truck-Truck,Truck +38,Truck,Truck,c0fL139,"Cost, FTL-LTL with stop at 139",Truck-Truck,Truck +39,Truck,Truck,c1LfL133,"Cost, LTL-FTL-LTL with stop at 133",Truck-Truck-Truck,Truck +40,Truck,Truck,c1LfL134,"Cost, LTL-FTL-LTL with stop at 134",Truck-Truck-Truck,Truck +41,Truck,Truck,c1LfL135,"Cost, LTL-FTL-LTL with stop at 135",Truck-Truck-Truck,Truck +42,Truck,Truck,c1LfL136,"Cost, LTL-FTL-LTL with stop at 136",Truck-Truck-Truck,Truck +43,Truck,Truck,c1LfL137,"Cost, LTL-FTL-LTL with stop at 137",Truck-Truck-Truck,Truck +44,Truck,Truck,c1LfL138,"Cost, LTL-FTL-LTL with stop at 138",Truck-Truck-Truck,Truck +45,Truck,Truck,c1LfL139,"Cost, LTL-FTL-LTL with stop at 139",Truck-Truck-Truck,Truck +46,Truck,Truck,cLTL,"Cost, LTL Direct",Truck,Truck +47,Air,Air,cA141,"Cost, Air using Airport 141",Air,Air +48,Air,Air,cA142,"Cost, Air using Airport 142",Air,Air +49,Air,Air,cA143,"Cost, Air using Airport 143",Air,Air +50,Air,Air,cA144,"Cost, Air using Airport 144",Air,Air +51,Truck,Truck,cFTL40dir,"Cost, FTL-40 Ft. Container (Direct from Port)",Truck,Water +52,Truck,Truck,cLTL40dir,"Cost, LTL-40 Ft. Container (Direct from Port)",Truck,Water +53,Truck,Truck,cFTL53tload,"Cost, FTL-53 with Transload at Port",Truck,Water +54,Truck,Truck,cLTL53tload,"Cost, LTL-53 with Transload at Port",Truck,Water +55,Pipeline,Pipeline,cPsctg16,"Cost, Pipeline for Crude Petroleum, SCTG 16 only",Truck-Pipeline-Truck,Pipeline +56,Pipeline,Pipeline,cPsctg1718,"Cost, Pipeline for Petroleum Products, SCTG 17-18 only",Truck-Pipeline-Truck,Pipeline +57,Pipeline,Pipeline,cPsctg19,"Cost, Pipeline for Coal NEC, SCTG 19 only",Truck-Pipeline-Truck,Pipeline diff --git a/lib/data/data_mode_description2.csv b/lib/data/data_mode_description2.csv new file mode 100644 index 0000000..d2c61de --- /dev/null +++ b/lib/data/data_mode_description2.csv @@ -0,0 +1,58 @@ +ModeNumber,Mode,Label,Description,MultipleModes,International +1,Water,cW145,"Cost, Water using Port 145",Water,Water +2,Water,cW146,"Cost, Water using Port 146",Water,Water +3,Rail,cCarload,"Cost, Carload Direct",Rail,Rail +4,Multiple,c1fc0,"Cost, FTL(ExtDray)-Carload remainder",Truck-Rail,Multiple +5,Multiple,c0cf147,"Cost, Carload-FTL with stop at 147",Rail-Truck,Multiple +6,Multiple,c0cf148,"Cost, Carload-FTL with stop at 148",Rail-Truck,Multiple +7,Multiple,c0cf149,"Cost, Carload-FTL with stop at 149",Rail-Truck,Multiple +8,Multiple,c0cf150,"Cost, Carload-FTL with stop at 150",Rail-Truck,Multiple +9,Multiple,c1fcf147,"Cost, FTL-Carload-FTL with stop at 147",Truck-Rail-Truck,Multiple +10,Multiple,c1fcf148,"Cost, FTL-Carload-FTL with stop at 148",Truck-Rail-Truck,Multiple +11,Multiple,c1fcf149,"Cost, FTL-Carload-FTL with stop at 149",Truck-Rail-Truck,Multiple +12,Multiple,c1fcf150,"Cost, FTL-Carload-FTL with stop at 150",Truck-Rail-Truck,Multiple +13,Rail,cIMX,"Cost, IMX Direct",Rail,Rail +14,Multiple,c1fi0,"Cost, FTL(ExtDray)-IMX remainder",Truck-Rail,Multiple +15,Multiple,c0iL147,"Cost, IMX-LTL with stop at 147",Rail-Truck,Multiple +16,Multiple,c0iL148,"Cost, IMX-LTL with stop at 148",Rail-Truck,Multiple +17,Multiple,c0iL149,"Cost, IMX-LTL with stop at 149",Rail-Truck,Multiple +18,Multiple,c0iL150,"Cost, IMX-LTL with stop at 150",Rail-Truck,Multiple +19,Multiple,c0if147,"Cost, IMX-FTL with stop at 147",Rail-Truck,Multiple +20,Multiple,c0if148,"Cost, IMX-FTL with stop at 148",Rail-Truck,Multiple +21,Multiple,c0if149,"Cost, IMX-FTL with stop at 149",Rail-Truck,Multiple +22,Multiple,c0if150,"Cost, IMX-FTL with stop at 150",Rail-Truck,Multiple +23,Multiple,c1fif147,"Cost, FTL-IMX-FTL with stop at 147",Truck-Rail-Truck,Multiple +24,Multiple,c1fif148,"Cost, FTL-IMX-FTL with stop at 148",Truck-Rail-Truck,Multiple +25,Multiple,c1fif149,"Cost, FTL-IMX-FTL with stop at 149",Truck-Rail-Truck,Multiple +26,Multiple,c1fif150,"Cost, FTL-IMX-FTL with stop at 150",Truck-Rail-Truck,Multiple +27,Multiple,c1LiL147,"Cost, LTL-IMX-LTL with stop at 147",Truck-Rail-Truck,Multiple +28,Multiple,c1LiL148,"Cost, LTL-IMX-LTL with stop at 148",Truck-Rail-Truck,Multiple +29,Multiple,c1LiL149,"Cost, LTL-IMX-LTL with stop at 149",Truck-Rail-Truck,Multiple +30,Multiple,c1LiL150,"Cost, LTL-IMX-LTL with stop at 150",Truck-Rail-Truck,Multiple +31,Truck,cFTL,"Cost, FTL Direct",Truck,Truck +32,Truck,c0fL133,"Cost, FTL-LTL with stop at 133",Truck-Truck,Truck +33,Truck,c0fL134,"Cost, FTL-LTL with stop at 134",Truck-Truck,Truck +34,Truck,c0fL135,"Cost, FTL-LTL with stop at 135",Truck-Truck,Truck +35,Truck,c0fL136,"Cost, FTL-LTL with stop at 136",Truck-Truck,Truck +36,Truck,c0fL137,"Cost, FTL-LTL with stop at 137",Truck-Truck,Truck +37,Truck,c0fL138,"Cost, FTL-LTL with stop at 138",Truck-Truck,Truck +38,Truck,c0fL139,"Cost, FTL-LTL with stop at 139",Truck-Truck,Truck +39,Truck,c1LfL133,"Cost, LTL-FTL-LTL with stop at 133",Truck-Truck-Truck,Truck +40,Truck,c1LfL134,"Cost, LTL-FTL-LTL with stop at 134",Truck-Truck-Truck,Truck +41,Truck,c1LfL135,"Cost, LTL-FTL-LTL with stop at 135",Truck-Truck-Truck,Truck +42,Truck,c1LfL136,"Cost, LTL-FTL-LTL with stop at 136",Truck-Truck-Truck,Truck +43,Truck,c1LfL137,"Cost, LTL-FTL-LTL with stop at 137",Truck-Truck-Truck,Truck +44,Truck,c1LfL138,"Cost, LTL-FTL-LTL with stop at 138",Truck-Truck-Truck,Truck +45,Truck,c1LfL139,"Cost, LTL-FTL-LTL with stop at 139",Truck-Truck-Truck,Truck +46,Truck,cLTL,"Cost, LTL Direct",Truck,Truck +47,Air,cA141,"Cost, Air using Airport 141",Air,Air +48,Air,cA142,"Cost, Air using Airport 142",Air,Air +49,Air,cA143,"Cost, Air using Airport 143",Air,Air +50,Air,cA144,"Cost, Air using Airport 144",Air,Air +51,Truck,cFTL40dir,"Cost, FTL-40 Ft. Container (Direct from Port)",Truck,Water +52,Truck,cLTL40dir,"Cost, LTL-40 Ft. Container (Direct from Port)",Truck,Water +53,Truck,cFTL53tload,"Cost, FTL-53 with Transload at Port",Truck,Water +54,Truck,cLTL53tload,"Cost, LTL-53 with Transload at Port",Truck,Water +55,Pipeline,cPsctg16,"Cost, Pipeline for Crude Petroleum, SCTG 16 only",Truck-Pipeline-Truck,Pipeline +56,Pipeline,cPsctg1718,"Cost, Pipeline for Petroleum Products, SCTG 17-18 only",Truck-Pipeline-Truck,Pipeline +57,Pipeline,cPsctg19,"Cost, Pipeline for Coal NEC, SCTG 19 only",Truck-Pipeline-Truck,Pipeline diff --git a/lib/data/data_modepath_airports.csv b/lib/data/data_modepath_airports.csv new file mode 100644 index 0000000..b7c96d0 --- /dev/null +++ b/lib/data/data_modepath_airports.csv @@ -0,0 +1,52757 @@ +Production_zone,Consumption_zone,FrAir_mesozone,FrAirport_name +152,274,223,New York NY-NJ-CT-PA CSA (NY Part) +152,275,176,Atlanta GA-AL CSA (GA Part) +152,276,223,New York NY-NJ-CT-PA CSA (NY Part) +152,277,266,Washington DC-MD-VA-WV CSA (VA Part) +152,278,172,Miami FL MSA +152,279,172,Miami FL MSA +152,280,172,Miami FL MSA +152,281,172,Miami FL MSA +152,282,223,New York NY-NJ-CT-PA CSA (NY Part) +152,283,173,Orlando FL CSA +152,284,249,Memphis TN-MS-AR MSA (TN Part) +152,285,266,Washington DC-MD-VA-WV CSA (VA Part) +152,286,169,Delaware +152,287,176,Atlanta GA-AL CSA (GA Part) +152,288,192,Remainder of Kentucky +152,289,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +152,290,172,Miami FL MSA +152,291,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +152,292,176,Atlanta GA-AL CSA (GA Part) +152,293,172,Miami FL MSA +152,294,249,Memphis TN-MS-AR MSA (TN Part) +152,295,176,Atlanta GA-AL CSA (GA Part) +152,296,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +152,297,172,Miami FL MSA +152,298,223,New York NY-NJ-CT-PA CSA (NY Part) +152,299,191,Louisville KY-IN CSA (KY Part) +152,300,172,Miami FL MSA +152,301,172,Miami FL MSA +152,302,172,Miami FL MSA +152,303,159,Los Angeles CA CSA +152,304,249,Memphis TN-MS-AR MSA (TN Part) +152,305,223,New York NY-NJ-CT-PA CSA (NY Part) +152,306,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +152,307,266,Washington DC-MD-VA-WV CSA (VA Part) +152,308,154,Alaska +152,309,266,Washington DC-MD-VA-WV CSA (VA Part) +152,310,191,Louisville KY-IN CSA (KY Part) +152,311,249,Memphis TN-MS-AR MSA (TN Part) +152,312,172,Miami FL MSA +152,313,266,Washington DC-MD-VA-WV CSA (VA Part) +152,314,266,Washington DC-MD-VA-WV CSA (VA Part) +152,315,195,New Orleans LA CSA +152,316,192,Remainder of Kentucky +152,317,154,Alaska +152,318,153,Remainder of Alabama +152,319,172,Miami FL MSA +152,320,172,Miami FL MSA +152,321,223,New York NY-NJ-CT-PA CSA (NY Part) +152,322,249,Memphis TN-MS-AR MSA (TN Part) +152,323,172,Miami FL MSA +152,324,201,Boston MA-NH CSA (MA Part) +152,325,172,Miami FL MSA +152,326,172,Miami FL MSA +152,327,232,Cleveland OH CSA +152,328,266,Washington DC-MD-VA-WV CSA (VA Part) +152,329,217,New York NY-NJ-CT-PA CSA (NJ Part) +152,330,245,Charleston SC MSA +152,331,217,New York NY-NJ-CT-PA CSA (NJ Part) +152,332,172,Miami FL MSA +152,333,172,Miami FL MSA +152,334,176,Atlanta GA-AL CSA (GA Part) +152,335,176,Atlanta GA-AL CSA (GA Part) +152,336,257,Houston TX CSA +152,337,176,Atlanta GA-AL CSA (GA Part) +152,338,266,Washington DC-MD-VA-WV CSA (VA Part) +152,339,192,Remainder of Kentucky +152,340,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +152,341,176,Atlanta GA-AL CSA (GA Part) +152,342,176,Atlanta GA-AL CSA (GA Part) +152,343,249,Memphis TN-MS-AR MSA (TN Part) +152,344,223,New York NY-NJ-CT-PA CSA (NY Part) +152,345,266,Washington DC-MD-VA-WV CSA (VA Part) +152,346,172,Miami FL MSA +152,347,172,Miami FL MSA +152,348,217,New York NY-NJ-CT-PA CSA (NJ Part) +152,349,226,Charlotte NC-SC CSA (NC Part) +152,350,176,Atlanta GA-AL CSA (GA Part) +152,351,172,Miami FL MSA +152,352,217,New York NY-NJ-CT-PA CSA (NJ Part) +152,353,266,Washington DC-MD-VA-WV CSA (VA Part) +152,354,176,Atlanta GA-AL CSA (GA Part) +152,355,245,Charleston SC MSA +152,356,172,Miami FL MSA +152,357,172,Miami FL MSA +152,358,223,New York NY-NJ-CT-PA CSA (NY Part) +152,359,195,New Orleans LA CSA +152,360,176,Atlanta GA-AL CSA (GA Part) +152,361,176,Atlanta GA-AL CSA (GA Part) +152,362,176,Atlanta GA-AL CSA (GA Part) +152,363,172,Miami FL MSA +152,364,12,Chicago IL-IN-WI CSA (IL Part) +152,365,176,Atlanta GA-AL CSA (GA Part) +152,366,192,Remainder of Kentucky +152,367,162,San Francisco CA CSA +152,368,176,Atlanta GA-AL CSA (GA Part) +152,369,223,New York NY-NJ-CT-PA CSA (NY Part) +152,370,232,Cleveland OH CSA +152,371,153,Remainder of Alabama +152,372,217,New York NY-NJ-CT-PA CSA (NJ Part) +152,373,176,Atlanta GA-AL CSA (GA Part) +152,374,176,Atlanta GA-AL CSA (GA Part) +152,375,249,Memphis TN-MS-AR MSA (TN Part) +152,376,191,Louisville KY-IN CSA (KY Part) +152,377,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +152,378,172,Miami FL MSA +152,379,203,Detroit MI CSA +152,380,176,Atlanta GA-AL CSA (GA Part) +152,381,266,Washington DC-MD-VA-WV CSA (VA Part) +152,382,176,Atlanta GA-AL CSA (GA Part) +152,383,223,New York NY-NJ-CT-PA CSA (NY Part) +152,384,172,Miami FL MSA +152,385,172,Miami FL MSA +152,386,223,New York NY-NJ-CT-PA CSA (NY Part) +152,387,192,Remainder of Kentucky +152,388,176,Atlanta GA-AL CSA (GA Part) +152,389,223,New York NY-NJ-CT-PA CSA (NY Part) +152,390,172,Miami FL MSA +152,391,173,Orlando FL CSA +152,392,162,San Francisco CA CSA +152,393,176,Atlanta GA-AL CSA (GA Part) +152,394,176,Atlanta GA-AL CSA (GA Part) +152,395,176,Atlanta GA-AL CSA (GA Part) +152,396,176,Atlanta GA-AL CSA (GA Part) +152,397,176,Atlanta GA-AL CSA (GA Part) +152,398,249,Memphis TN-MS-AR MSA (TN Part) +152,399,255,Dallas-Fort Worth TX CSA +152,400,176,Atlanta GA-AL CSA (GA Part) +152,401,223,New York NY-NJ-CT-PA CSA (NY Part) +152,402,176,Atlanta GA-AL CSA (GA Part) +152,403,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +152,404,223,New York NY-NJ-CT-PA CSA (NY Part) +152,405,176,Atlanta GA-AL CSA (GA Part) +152,406,176,Atlanta GA-AL CSA (GA Part) +152,407,172,Miami FL MSA +152,408,249,Memphis TN-MS-AR MSA (TN Part) +152,409,153,Remainder of Alabama +152,410,159,Los Angeles CA CSA +152,411,226,Charlotte NC-SC CSA (NC Part) +152,412,217,New York NY-NJ-CT-PA CSA (NJ Part) +152,413,172,Miami FL MSA +152,414,172,Miami FL MSA +152,415,172,Miami FL MSA +152,416,172,Miami FL MSA +152,417,249,Memphis TN-MS-AR MSA (TN Part) +152,418,153,Remainder of Alabama +152,419,176,Atlanta GA-AL CSA (GA Part) +152,420,217,New York NY-NJ-CT-PA CSA (NJ Part) +152,421,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +152,422,159,Los Angeles CA CSA +152,423,176,Atlanta GA-AL CSA (GA Part) +152,424,172,Miami FL MSA +152,425,154,Alaska +152,426,172,Miami FL MSA +152,427,172,Miami FL MSA +152,428,249,Memphis TN-MS-AR MSA (TN Part) +152,429,195,New Orleans LA CSA +152,430,223,New York NY-NJ-CT-PA CSA (NY Part) +152,431,176,Atlanta GA-AL CSA (GA Part) +152,432,223,New York NY-NJ-CT-PA CSA (NY Part) +152,433,172,Miami FL MSA +152,434,12,Chicago IL-IN-WI CSA (IL Part) +152,435,266,Washington DC-MD-VA-WV CSA (VA Part) +152,436,217,New York NY-NJ-CT-PA CSA (NJ Part) +152,437,223,New York NY-NJ-CT-PA CSA (NY Part) +152,438,172,Miami FL MSA +152,439,172,Miami FL MSA +152,440,172,Miami FL MSA +152,441,257,Houston TX CSA +152,442,232,Cleveland OH CSA +152,443,266,Washington DC-MD-VA-WV CSA (VA Part) +152,444,172,Miami FL MSA +152,445,172,Miami FL MSA +152,446,223,New York NY-NJ-CT-PA CSA (NY Part) +152,447,176,Atlanta GA-AL CSA (GA Part) +152,448,176,Atlanta GA-AL CSA (GA Part) +152,449,232,Cleveland OH CSA +152,450,172,Miami FL MSA +152,451,201,Boston MA-NH CSA (MA Part) +152,452,266,Washington DC-MD-VA-WV CSA (VA Part) +152,453,257,Houston TX CSA +152,454,223,New York NY-NJ-CT-PA CSA (NY Part) +152,455,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +152,456,159,Los Angeles CA CSA +152,457,232,Cleveland OH CSA +152,458,223,New York NY-NJ-CT-PA CSA (NY Part) +152,459,223,New York NY-NJ-CT-PA CSA (NY Part) +152,460,176,Atlanta GA-AL CSA (GA Part) +152,461,172,Miami FL MSA +152,462,172,Miami FL MSA +152,463,201,Boston MA-NH CSA (MA Part) +152,464,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +152,465,176,Atlanta GA-AL CSA (GA Part) +152,466,12,Chicago IL-IN-WI CSA (IL Part) +152,467,266,Washington DC-MD-VA-WV CSA (VA Part) +152,468,154,Alaska +152,469,223,New York NY-NJ-CT-PA CSA (NY Part) +152,470,12,Chicago IL-IN-WI CSA (IL Part) +152,471,223,New York NY-NJ-CT-PA CSA (NY Part) +152,472,159,Los Angeles CA CSA +152,473,159,Los Angeles CA CSA +152,474,172,Miami FL MSA +152,475,169,Delaware +152,476,223,New York NY-NJ-CT-PA CSA (NY Part) +152,477,203,Detroit MI CSA +152,478,172,Miami FL MSA +152,479,162,San Francisco CA CSA +152,480,245,Charleston SC MSA +152,481,249,Memphis TN-MS-AR MSA (TN Part) +152,482,12,Chicago IL-IN-WI CSA (IL Part) +152,483,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +152,484,257,Houston TX CSA +152,485,203,Detroit MI CSA +152,486,159,Los Angeles CA CSA +152,487,176,Atlanta GA-AL CSA (GA Part) +152,488,203,Detroit MI CSA +152,489,192,Remainder of Kentucky +152,490,172,Miami FL MSA +152,491,249,Memphis TN-MS-AR MSA (TN Part) +153,274,217,New York NY-NJ-CT-PA CSA (NJ Part) +153,275,217,New York NY-NJ-CT-PA CSA (NJ Part) +153,276,153,Remainder of Alabama +153,277,223,New York NY-NJ-CT-PA CSA (NY Part) +153,278,266,Washington DC-MD-VA-WV CSA (VA Part) +153,279,172,Miami FL MSA +153,280,176,Atlanta GA-AL CSA (GA Part) +153,281,176,Atlanta GA-AL CSA (GA Part) +153,282,266,Washington DC-MD-VA-WV CSA (VA Part) +153,283,172,Miami FL MSA +153,284,176,Atlanta GA-AL CSA (GA Part) +153,285,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +153,286,266,Washington DC-MD-VA-WV CSA (VA Part) +153,287,172,Miami FL MSA +153,288,223,New York NY-NJ-CT-PA CSA (NY Part) +153,289,12,Chicago IL-IN-WI CSA (IL Part) +153,290,172,Miami FL MSA +153,291,223,New York NY-NJ-CT-PA CSA (NY Part) +153,292,232,Cleveland OH CSA +153,293,172,Miami FL MSA +153,294,223,New York NY-NJ-CT-PA CSA (NY Part) +153,295,176,Atlanta GA-AL CSA (GA Part) +153,296,12,Chicago IL-IN-WI CSA (IL Part) +153,297,172,Miami FL MSA +153,298,223,New York NY-NJ-CT-PA CSA (NY Part) +153,299,172,Miami FL MSA +153,300,172,Miami FL MSA +153,301,176,Atlanta GA-AL CSA (GA Part) +153,302,172,Miami FL MSA +153,303,154,Alaska +153,304,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +153,305,191,Louisville KY-IN CSA (KY Part) +153,306,223,New York NY-NJ-CT-PA CSA (NY Part) +153,307,176,Atlanta GA-AL CSA (GA Part) +153,308,268,Seattle WA CSA +153,309,153,Remainder of Alabama +153,310,12,Chicago IL-IN-WI CSA (IL Part) +153,311,266,Washington DC-MD-VA-WV CSA (VA Part) +153,312,172,Miami FL MSA +153,313,266,Washington DC-MD-VA-WV CSA (VA Part) +153,314,172,Miami FL MSA +153,315,172,Miami FL MSA +153,316,192,Remainder of Kentucky +153,317,255,Dallas-Fort Worth TX CSA +153,318,162,San Francisco CA CSA +153,319,176,Atlanta GA-AL CSA (GA Part) +153,320,217,New York NY-NJ-CT-PA CSA (NJ Part) +153,321,223,New York NY-NJ-CT-PA CSA (NY Part) +153,322,255,Dallas-Fort Worth TX CSA +153,323,172,Miami FL MSA +153,324,245,Charleston SC MSA +153,325,172,Miami FL MSA +153,326,176,Atlanta GA-AL CSA (GA Part) +153,327,217,New York NY-NJ-CT-PA CSA (NJ Part) +153,328,176,Atlanta GA-AL CSA (GA Part) +153,329,249,Memphis TN-MS-AR MSA (TN Part) +153,330,191,Louisville KY-IN CSA (KY Part) +153,331,223,New York NY-NJ-CT-PA CSA (NY Part) +153,332,172,Miami FL MSA +153,333,172,Miami FL MSA +153,334,172,Miami FL MSA +153,335,153,Remainder of Alabama +153,336,172,Miami FL MSA +153,337,176,Atlanta GA-AL CSA (GA Part) +153,338,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +153,339,12,Chicago IL-IN-WI CSA (IL Part) +153,340,266,Washington DC-MD-VA-WV CSA (VA Part) +153,341,172,Miami FL MSA +153,342,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +153,343,268,Seattle WA CSA +153,344,12,Chicago IL-IN-WI CSA (IL Part) +153,345,223,New York NY-NJ-CT-PA CSA (NY Part) +153,346,257,Houston TX CSA +153,347,172,Miami FL MSA +153,348,172,Miami FL MSA +153,349,176,Atlanta GA-AL CSA (GA Part) +153,350,223,New York NY-NJ-CT-PA CSA (NY Part) +153,351,176,Atlanta GA-AL CSA (GA Part) +153,352,217,New York NY-NJ-CT-PA CSA (NJ Part) +153,353,223,New York NY-NJ-CT-PA CSA (NY Part) +153,354,153,Remainder of Alabama +153,355,172,Miami FL MSA +153,356,172,Miami FL MSA +153,357,153,Remainder of Alabama +153,358,172,Miami FL MSA +153,359,172,Miami FL MSA +153,360,172,Miami FL MSA +153,361,195,New Orleans LA CSA +153,362,266,Washington DC-MD-VA-WV CSA (VA Part) +153,363,172,Miami FL MSA +153,364,223,New York NY-NJ-CT-PA CSA (NY Part) +153,365,266,Washington DC-MD-VA-WV CSA (VA Part) +153,366,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +153,367,257,Houston TX CSA +153,368,223,New York NY-NJ-CT-PA CSA (NY Part) +153,369,266,Washington DC-MD-VA-WV CSA (VA Part) +153,370,231,Cincinnati OH-KY-IN CSA (OH Part) +153,371,232,Cleveland OH CSA +153,372,176,Atlanta GA-AL CSA (GA Part) +153,373,172,Miami FL MSA +153,374,12,Chicago IL-IN-WI CSA (IL Part) +153,375,232,Cleveland OH CSA +153,376,176,Atlanta GA-AL CSA (GA Part) +153,377,223,New York NY-NJ-CT-PA CSA (NY Part) +153,378,172,Miami FL MSA +153,379,191,Louisville KY-IN CSA (KY Part) +153,380,223,New York NY-NJ-CT-PA CSA (NY Part) +153,381,255,Dallas-Fort Worth TX CSA +153,382,266,Washington DC-MD-VA-WV CSA (VA Part) +153,383,201,Boston MA-NH CSA (MA Part) +153,384,172,Miami FL MSA +153,385,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +153,386,176,Atlanta GA-AL CSA (GA Part) +153,387,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +153,388,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +153,389,232,Cleveland OH CSA +153,390,231,Cincinnati OH-KY-IN CSA (OH Part) +153,391,172,Miami FL MSA +153,392,162,San Francisco CA CSA +153,393,176,Atlanta GA-AL CSA (GA Part) +153,394,172,Miami FL MSA +153,395,217,New York NY-NJ-CT-PA CSA (NJ Part) +153,396,268,Seattle WA CSA +153,397,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +153,398,191,Louisville KY-IN CSA (KY Part) +153,399,249,Memphis TN-MS-AR MSA (TN Part) +153,400,191,Louisville KY-IN CSA (KY Part) +153,401,176,Atlanta GA-AL CSA (GA Part) +153,402,176,Atlanta GA-AL CSA (GA Part) +153,403,12,Chicago IL-IN-WI CSA (IL Part) +153,404,223,New York NY-NJ-CT-PA CSA (NY Part) +153,405,172,Miami FL MSA +153,406,223,New York NY-NJ-CT-PA CSA (NY Part) +153,407,176,Atlanta GA-AL CSA (GA Part) +153,408,232,Cleveland OH CSA +153,409,172,Miami FL MSA +153,410,268,Seattle WA CSA +153,411,12,Chicago IL-IN-WI CSA (IL Part) +153,412,217,New York NY-NJ-CT-PA CSA (NJ Part) +153,413,249,Memphis TN-MS-AR MSA (TN Part) +153,414,172,Miami FL MSA +153,415,201,Boston MA-NH CSA (MA Part) +153,416,191,Louisville KY-IN CSA (KY Part) +153,417,249,Memphis TN-MS-AR MSA (TN Part) +153,418,268,Seattle WA CSA +153,419,12,Chicago IL-IN-WI CSA (IL Part) +153,420,169,Delaware +153,421,203,Detroit MI CSA +153,422,153,Remainder of Alabama +153,423,176,Atlanta GA-AL CSA (GA Part) +153,424,172,Miami FL MSA +153,425,162,San Francisco CA CSA +153,426,172,Miami FL MSA +153,427,172,Miami FL MSA +153,428,154,Alaska +153,429,195,New Orleans LA CSA +153,430,231,Cincinnati OH-KY-IN CSA (OH Part) +153,431,201,Boston MA-NH CSA (MA Part) +153,432,223,New York NY-NJ-CT-PA CSA (NY Part) +153,433,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +153,434,186,Indianapolis IN CSA +153,435,186,Indianapolis IN CSA +153,436,266,Washington DC-MD-VA-WV CSA (VA Part) +153,437,169,Delaware +153,438,173,Orlando FL CSA +153,439,172,Miami FL MSA +153,440,172,Miami FL MSA +153,441,162,San Francisco CA CSA +153,442,217,New York NY-NJ-CT-PA CSA (NJ Part) +153,443,223,New York NY-NJ-CT-PA CSA (NY Part) +153,444,176,Atlanta GA-AL CSA (GA Part) +153,445,172,Miami FL MSA +153,446,217,New York NY-NJ-CT-PA CSA (NJ Part) +153,447,217,New York NY-NJ-CT-PA CSA (NJ Part) +153,448,186,Indianapolis IN CSA +153,449,154,Alaska +153,450,176,Atlanta GA-AL CSA (GA Part) +153,451,223,New York NY-NJ-CT-PA CSA (NY Part) +153,452,176,Atlanta GA-AL CSA (GA Part) +153,453,159,Los Angeles CA CSA +153,454,203,Detroit MI CSA +153,455,172,Miami FL MSA +153,456,154,Alaska +153,457,176,Atlanta GA-AL CSA (GA Part) +153,458,223,New York NY-NJ-CT-PA CSA (NY Part) +153,459,192,Remainder of Kentucky +153,460,223,New York NY-NJ-CT-PA CSA (NY Part) +153,461,153,Remainder of Alabama +153,462,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +153,463,217,New York NY-NJ-CT-PA CSA (NJ Part) +153,464,266,Washington DC-MD-VA-WV CSA (VA Part) +153,465,12,Chicago IL-IN-WI CSA (IL Part) +153,466,223,New York NY-NJ-CT-PA CSA (NY Part) +153,467,223,New York NY-NJ-CT-PA CSA (NY Part) +153,468,249,Memphis TN-MS-AR MSA (TN Part) +153,469,223,New York NY-NJ-CT-PA CSA (NY Part) +153,470,159,Los Angeles CA CSA +153,471,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +153,472,162,San Francisco CA CSA +153,473,176,Atlanta GA-AL CSA (GA Part) +153,474,172,Miami FL MSA +153,475,232,Cleveland OH CSA +153,476,153,Remainder of Alabama +153,477,249,Memphis TN-MS-AR MSA (TN Part) +153,478,172,Miami FL MSA +153,479,257,Houston TX CSA +153,480,223,New York NY-NJ-CT-PA CSA (NY Part) +153,481,249,Memphis TN-MS-AR MSA (TN Part) +153,482,223,New York NY-NJ-CT-PA CSA (NY Part) +153,483,223,New York NY-NJ-CT-PA CSA (NY Part) +153,484,172,Miami FL MSA +153,485,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +153,486,176,Atlanta GA-AL CSA (GA Part) +153,487,172,Miami FL MSA +153,488,176,Atlanta GA-AL CSA (GA Part) +153,489,203,Detroit MI CSA +153,490,172,Miami FL MSA +153,491,176,Atlanta GA-AL CSA (GA Part) +154,274,154,Alaska +154,275,154,Alaska +154,276,154,Alaska +154,277,12,Chicago IL-IN-WI CSA (IL Part) +154,278,154,Alaska +154,279,266,Washington DC-MD-VA-WV CSA (VA Part) +154,280,203,Detroit MI CSA +154,281,162,San Francisco CA CSA +154,282,223,New York NY-NJ-CT-PA CSA (NY Part) +154,283,249,Memphis TN-MS-AR MSA (TN Part) +154,284,159,Los Angeles CA CSA +154,285,154,Alaska +154,286,268,Seattle WA CSA +154,287,12,Chicago IL-IN-WI CSA (IL Part) +154,288,154,Alaska +154,289,154,Alaska +154,290,169,Delaware +154,291,223,New York NY-NJ-CT-PA CSA (NY Part) +154,292,154,Alaska +154,293,162,San Francisco CA CSA +154,294,154,Alaska +154,295,223,New York NY-NJ-CT-PA CSA (NY Part) +154,296,154,Alaska +154,297,249,Memphis TN-MS-AR MSA (TN Part) +154,298,154,Alaska +154,299,154,Alaska +154,300,231,Cincinnati OH-KY-IN CSA (OH Part) +154,301,179,Honolulu HI MSA +154,302,12,Chicago IL-IN-WI CSA (IL Part) +154,303,154,Alaska +154,304,154,Alaska +154,305,154,Alaska +154,306,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +154,307,223,New York NY-NJ-CT-PA CSA (NY Part) +154,308,154,Alaska +154,309,217,New York NY-NJ-CT-PA CSA (NJ Part) +154,310,154,Alaska +154,311,217,New York NY-NJ-CT-PA CSA (NJ Part) +154,312,172,Miami FL MSA +154,313,223,New York NY-NJ-CT-PA CSA (NY Part) +154,314,154,Alaska +154,315,257,Houston TX CSA +154,316,154,Alaska +154,317,154,Alaska +154,318,154,Alaska +154,319,172,Miami FL MSA +154,320,223,New York NY-NJ-CT-PA CSA (NY Part) +154,321,154,Alaska +154,322,154,Alaska +154,323,257,Houston TX CSA +154,324,154,Alaska +154,325,249,Memphis TN-MS-AR MSA (TN Part) +154,326,12,Chicago IL-IN-WI CSA (IL Part) +154,327,268,Seattle WA CSA +154,328,217,New York NY-NJ-CT-PA CSA (NJ Part) +154,329,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +154,330,154,Alaska +154,331,154,Alaska +154,332,217,New York NY-NJ-CT-PA CSA (NJ Part) +154,333,172,Miami FL MSA +154,334,268,Seattle WA CSA +154,335,217,New York NY-NJ-CT-PA CSA (NJ Part) +154,336,249,Memphis TN-MS-AR MSA (TN Part) +154,337,154,Alaska +154,338,154,Alaska +154,339,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +154,340,266,Washington DC-MD-VA-WV CSA (VA Part) +154,341,249,Memphis TN-MS-AR MSA (TN Part) +154,342,154,Alaska +154,343,162,San Francisco CA CSA +154,344,12,Chicago IL-IN-WI CSA (IL Part) +154,345,266,Washington DC-MD-VA-WV CSA (VA Part) +154,346,154,Alaska +154,347,223,New York NY-NJ-CT-PA CSA (NY Part) +154,348,154,Alaska +154,349,154,Alaska +154,350,223,New York NY-NJ-CT-PA CSA (NY Part) +154,351,154,Alaska +154,352,154,Alaska +154,353,164,Denver CO CSA +154,354,154,Alaska +154,355,172,Miami FL MSA +154,356,268,Seattle WA CSA +154,357,154,Alaska +154,358,12,Chicago IL-IN-WI CSA (IL Part) +154,359,176,Atlanta GA-AL CSA (GA Part) +154,360,249,Memphis TN-MS-AR MSA (TN Part) +154,361,159,Los Angeles CA CSA +154,362,223,New York NY-NJ-CT-PA CSA (NY Part) +154,363,159,Los Angeles CA CSA +154,364,12,Chicago IL-IN-WI CSA (IL Part) +154,365,223,New York NY-NJ-CT-PA CSA (NY Part) +154,366,154,Alaska +154,367,268,Seattle WA CSA +154,368,154,Alaska +154,369,154,Alaska +154,370,223,New York NY-NJ-CT-PA CSA (NY Part) +154,371,268,Seattle WA CSA +154,372,268,Seattle WA CSA +154,373,191,Louisville KY-IN CSA (KY Part) +154,374,154,Alaska +154,375,154,Alaska +154,376,268,Seattle WA CSA +154,377,201,Boston MA-NH CSA (MA Part) +154,378,266,Washington DC-MD-VA-WV CSA (VA Part) +154,379,217,New York NY-NJ-CT-PA CSA (NJ Part) +154,380,159,Los Angeles CA CSA +154,381,154,Alaska +154,382,154,Alaska +154,383,154,Alaska +154,384,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +154,385,201,Boston MA-NH CSA (MA Part) +154,386,154,Alaska +154,387,154,Alaska +154,388,162,San Francisco CA CSA +154,389,154,Alaska +154,390,201,Boston MA-NH CSA (MA Part) +154,391,223,New York NY-NJ-CT-PA CSA (NY Part) +154,392,159,Los Angeles CA CSA +154,393,154,Alaska +154,394,12,Chicago IL-IN-WI CSA (IL Part) +154,395,154,Alaska +154,396,154,Alaska +154,397,154,Alaska +154,398,223,New York NY-NJ-CT-PA CSA (NY Part) +154,399,162,San Francisco CA CSA +154,400,179,Honolulu HI MSA +154,401,268,Seattle WA CSA +154,402,154,Alaska +154,403,159,Los Angeles CA CSA +154,404,217,New York NY-NJ-CT-PA CSA (NJ Part) +154,405,245,Charleston SC MSA +154,406,201,Boston MA-NH CSA (MA Part) +154,407,154,Alaska +154,408,154,Alaska +154,409,154,Alaska +154,410,159,Los Angeles CA CSA +154,411,162,San Francisco CA CSA +154,412,154,Alaska +154,413,268,Seattle WA CSA +154,414,12,Chicago IL-IN-WI CSA (IL Part) +154,415,268,Seattle WA CSA +154,416,223,New York NY-NJ-CT-PA CSA (NY Part) +154,417,162,San Francisco CA CSA +154,418,154,Alaska +154,419,154,Alaska +154,420,154,Alaska +154,421,154,Alaska +154,422,154,Alaska +154,423,223,New York NY-NJ-CT-PA CSA (NY Part) +154,424,176,Atlanta GA-AL CSA (GA Part) +154,425,162,San Francisco CA CSA +154,426,223,New York NY-NJ-CT-PA CSA (NY Part) +154,427,176,Atlanta GA-AL CSA (GA Part) +154,428,159,Los Angeles CA CSA +154,429,154,Alaska +154,430,154,Alaska +154,431,154,Alaska +154,432,154,Alaska +154,433,223,New York NY-NJ-CT-PA CSA (NY Part) +154,434,154,Alaska +154,435,154,Alaska +154,436,223,New York NY-NJ-CT-PA CSA (NY Part) +154,437,12,Chicago IL-IN-WI CSA (IL Part) +154,438,217,New York NY-NJ-CT-PA CSA (NJ Part) +154,439,266,Washington DC-MD-VA-WV CSA (VA Part) +154,440,217,New York NY-NJ-CT-PA CSA (NJ Part) +154,441,159,Los Angeles CA CSA +154,442,154,Alaska +154,443,154,Alaska +154,444,12,Chicago IL-IN-WI CSA (IL Part) +154,445,217,New York NY-NJ-CT-PA CSA (NJ Part) +154,446,154,Alaska +154,447,223,New York NY-NJ-CT-PA CSA (NY Part) +154,448,154,Alaska +154,449,154,Alaska +154,450,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +154,451,217,New York NY-NJ-CT-PA CSA (NJ Part) +154,452,154,Alaska +154,453,268,Seattle WA CSA +154,454,154,Alaska +154,455,217,New York NY-NJ-CT-PA CSA (NJ Part) +154,456,162,San Francisco CA CSA +154,457,154,Alaska +154,458,154,Alaska +154,459,12,Chicago IL-IN-WI CSA (IL Part) +154,460,154,Alaska +154,461,223,New York NY-NJ-CT-PA CSA (NY Part) +154,462,223,New York NY-NJ-CT-PA CSA (NY Part) +154,463,268,Seattle WA CSA +154,464,12,Chicago IL-IN-WI CSA (IL Part) +154,465,154,Alaska +154,466,159,Los Angeles CA CSA +154,467,154,Alaska +154,468,154,Alaska +154,469,201,Boston MA-NH CSA (MA Part) +154,470,154,Alaska +154,471,154,Alaska +154,472,162,San Francisco CA CSA +154,473,159,Los Angeles CA CSA +154,474,176,Atlanta GA-AL CSA (GA Part) +154,475,268,Seattle WA CSA +154,476,169,Delaware +154,477,154,Alaska +154,478,203,Detroit MI CSA +154,479,154,Alaska +154,480,223,New York NY-NJ-CT-PA CSA (NY Part) +154,481,223,New York NY-NJ-CT-PA CSA (NY Part) +154,482,154,Alaska +154,483,217,New York NY-NJ-CT-PA CSA (NJ Part) +154,484,172,Miami FL MSA +154,485,12,Chicago IL-IN-WI CSA (IL Part) +154,486,159,Los Angeles CA CSA +154,487,249,Memphis TN-MS-AR MSA (TN Part) +154,488,154,Alaska +154,489,154,Alaska +154,490,154,Alaska +154,491,154,Alaska +155,274,12,Chicago IL-IN-WI CSA (IL Part) +155,275,249,Memphis TN-MS-AR MSA (TN Part) +155,276,192,Remainder of Kentucky +155,277,266,Washington DC-MD-VA-WV CSA (VA Part) +155,278,266,Washington DC-MD-VA-WV CSA (VA Part) +155,279,172,Miami FL MSA +155,280,195,New Orleans LA CSA +155,281,159,Los Angeles CA CSA +155,282,12,Chicago IL-IN-WI CSA (IL Part) +155,283,172,Miami FL MSA +155,284,268,Seattle WA CSA +155,285,257,Houston TX CSA +155,286,12,Chicago IL-IN-WI CSA (IL Part) +155,287,172,Miami FL MSA +155,288,162,San Francisco CA CSA +155,289,159,Los Angeles CA CSA +155,290,172,Miami FL MSA +155,291,266,Washington DC-MD-VA-WV CSA (VA Part) +155,292,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +155,293,255,Dallas-Fort Worth TX CSA +155,294,12,Chicago IL-IN-WI CSA (IL Part) +155,295,192,Remainder of Kentucky +155,296,154,Alaska +155,297,172,Miami FL MSA +155,298,159,Los Angeles CA CSA +155,299,249,Memphis TN-MS-AR MSA (TN Part) +155,300,172,Miami FL MSA +155,301,154,Alaska +155,302,195,New Orleans LA CSA +155,303,159,Los Angeles CA CSA +155,304,12,Chicago IL-IN-WI CSA (IL Part) +155,305,153,Remainder of Alabama +155,306,176,Atlanta GA-AL CSA (GA Part) +155,307,223,New York NY-NJ-CT-PA CSA (NY Part) +155,308,159,Los Angeles CA CSA +155,309,186,Indianapolis IN CSA +155,310,162,San Francisco CA CSA +155,311,176,Atlanta GA-AL CSA (GA Part) +155,312,257,Houston TX CSA +155,313,12,Chicago IL-IN-WI CSA (IL Part) +155,314,217,New York NY-NJ-CT-PA CSA (NJ Part) +155,315,159,Los Angeles CA CSA +155,316,154,Alaska +155,317,154,Alaska +155,318,162,San Francisco CA CSA +155,319,195,New Orleans LA CSA +155,320,203,Detroit MI CSA +155,321,172,Miami FL MSA +155,322,159,Los Angeles CA CSA +155,323,195,New Orleans LA CSA +155,324,12,Chicago IL-IN-WI CSA (IL Part) +155,325,257,Houston TX CSA +155,326,172,Miami FL MSA +155,327,223,New York NY-NJ-CT-PA CSA (NY Part) +155,328,12,Chicago IL-IN-WI CSA (IL Part) +155,329,12,Chicago IL-IN-WI CSA (IL Part) +155,330,223,New York NY-NJ-CT-PA CSA (NY Part) +155,331,232,Cleveland OH CSA +155,332,172,Miami FL MSA +155,333,172,Miami FL MSA +155,334,159,Los Angeles CA CSA +155,335,217,New York NY-NJ-CT-PA CSA (NJ Part) +155,336,159,Los Angeles CA CSA +155,337,191,Louisville KY-IN CSA (KY Part) +155,338,223,New York NY-NJ-CT-PA CSA (NY Part) +155,339,159,Los Angeles CA CSA +155,340,217,New York NY-NJ-CT-PA CSA (NJ Part) +155,341,159,Los Angeles CA CSA +155,342,159,Los Angeles CA CSA +155,343,159,Los Angeles CA CSA +155,344,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +155,345,159,Los Angeles CA CSA +155,346,159,Los Angeles CA CSA +155,347,12,Chicago IL-IN-WI CSA (IL Part) +155,348,232,Cleveland OH CSA +155,349,266,Washington DC-MD-VA-WV CSA (VA Part) +155,350,12,Chicago IL-IN-WI CSA (IL Part) +155,351,12,Chicago IL-IN-WI CSA (IL Part) +155,352,12,Chicago IL-IN-WI CSA (IL Part) +155,353,159,Los Angeles CA CSA +155,354,159,Los Angeles CA CSA +155,355,172,Miami FL MSA +155,356,159,Los Angeles CA CSA +155,357,153,Remainder of Alabama +155,358,257,Houston TX CSA +155,359,192,Remainder of Kentucky +155,360,153,Remainder of Alabama +155,361,179,Honolulu HI MSA +155,362,249,Memphis TN-MS-AR MSA (TN Part) +155,363,159,Los Angeles CA CSA +155,364,12,Chicago IL-IN-WI CSA (IL Part) +155,365,203,Detroit MI CSA +155,366,12,Chicago IL-IN-WI CSA (IL Part) +155,367,154,Alaska +155,368,154,Alaska +155,369,162,San Francisco CA CSA +155,370,12,Chicago IL-IN-WI CSA (IL Part) +155,371,186,Indianapolis IN CSA +155,372,223,New York NY-NJ-CT-PA CSA (NY Part) +155,373,172,Miami FL MSA +155,374,154,Alaska +155,375,192,Remainder of Kentucky +155,376,12,Chicago IL-IN-WI CSA (IL Part) +155,377,186,Indianapolis IN CSA +155,378,172,Miami FL MSA +155,379,268,Seattle WA CSA +155,380,162,San Francisco CA CSA +155,381,154,Alaska +155,382,186,Indianapolis IN CSA +155,383,223,New York NY-NJ-CT-PA CSA (NY Part) +155,384,172,Miami FL MSA +155,385,203,Detroit MI CSA +155,386,223,New York NY-NJ-CT-PA CSA (NY Part) +155,387,12,Chicago IL-IN-WI CSA (IL Part) +155,388,164,Denver CO CSA +155,389,232,Cleveland OH CSA +155,390,12,Chicago IL-IN-WI CSA (IL Part) +155,391,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +155,392,162,San Francisco CA CSA +155,393,159,Los Angeles CA CSA +155,394,12,Chicago IL-IN-WI CSA (IL Part) +155,395,12,Chicago IL-IN-WI CSA (IL Part) +155,396,268,Seattle WA CSA +155,397,266,Washington DC-MD-VA-WV CSA (VA Part) +155,398,223,New York NY-NJ-CT-PA CSA (NY Part) +155,399,257,Houston TX CSA +155,400,162,San Francisco CA CSA +155,401,12,Chicago IL-IN-WI CSA (IL Part) +155,402,12,Chicago IL-IN-WI CSA (IL Part) +155,403,154,Alaska +155,404,12,Chicago IL-IN-WI CSA (IL Part) +155,405,172,Miami FL MSA +155,406,249,Memphis TN-MS-AR MSA (TN Part) +155,407,191,Louisville KY-IN CSA (KY Part) +155,408,162,San Francisco CA CSA +155,409,217,New York NY-NJ-CT-PA CSA (NJ Part) +155,410,159,Los Angeles CA CSA +155,411,154,Alaska +155,412,255,Dallas-Fort Worth TX CSA +155,413,162,San Francisco CA CSA +155,414,153,Remainder of Alabama +155,415,217,New York NY-NJ-CT-PA CSA (NJ Part) +155,416,186,Indianapolis IN CSA +155,417,162,San Francisco CA CSA +155,418,154,Alaska +155,419,12,Chicago IL-IN-WI CSA (IL Part) +155,420,12,Chicago IL-IN-WI CSA (IL Part) +155,421,12,Chicago IL-IN-WI CSA (IL Part) +155,422,159,Los Angeles CA CSA +155,423,12,Chicago IL-IN-WI CSA (IL Part) +155,424,249,Memphis TN-MS-AR MSA (TN Part) +155,425,159,Los Angeles CA CSA +155,426,159,Los Angeles CA CSA +155,427,249,Memphis TN-MS-AR MSA (TN Part) +155,428,159,Los Angeles CA CSA +155,429,159,Los Angeles CA CSA +155,430,249,Memphis TN-MS-AR MSA (TN Part) +155,431,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +155,432,257,Houston TX CSA +155,433,176,Atlanta GA-AL CSA (GA Part) +155,434,203,Detroit MI CSA +155,435,154,Alaska +155,436,255,Dallas-Fort Worth TX CSA +155,437,257,Houston TX CSA +155,438,172,Miami FL MSA +155,439,195,New Orleans LA CSA +155,440,257,Houston TX CSA +155,441,162,San Francisco CA CSA +155,442,266,Washington DC-MD-VA-WV CSA (VA Part) +155,443,172,Miami FL MSA +155,444,223,New York NY-NJ-CT-PA CSA (NY Part) +155,445,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +155,446,223,New York NY-NJ-CT-PA CSA (NY Part) +155,447,217,New York NY-NJ-CT-PA CSA (NJ Part) +155,448,176,Atlanta GA-AL CSA (GA Part) +155,449,154,Alaska +155,450,172,Miami FL MSA +155,451,164,Denver CO CSA +155,452,223,New York NY-NJ-CT-PA CSA (NY Part) +155,453,162,San Francisco CA CSA +155,454,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +155,455,231,Cincinnati OH-KY-IN CSA (OH Part) +155,456,154,Alaska +155,457,245,Charleston SC MSA +155,458,217,New York NY-NJ-CT-PA CSA (NJ Part) +155,459,159,Los Angeles CA CSA +155,460,203,Detroit MI CSA +155,461,195,New Orleans LA CSA +155,462,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +155,463,203,Detroit MI CSA +155,464,159,Los Angeles CA CSA +155,465,159,Los Angeles CA CSA +155,466,159,Los Angeles CA CSA +155,467,201,Boston MA-NH CSA (MA Part) +155,468,159,Los Angeles CA CSA +155,469,266,Washington DC-MD-VA-WV CSA (VA Part) +155,470,159,Los Angeles CA CSA +155,471,257,Houston TX CSA +155,472,159,Los Angeles CA CSA +155,473,159,Los Angeles CA CSA +155,474,176,Atlanta GA-AL CSA (GA Part) +155,475,232,Cleveland OH CSA +155,476,164,Denver CO CSA +155,477,12,Chicago IL-IN-WI CSA (IL Part) +155,478,255,Dallas-Fort Worth TX CSA +155,479,159,Los Angeles CA CSA +155,480,12,Chicago IL-IN-WI CSA (IL Part) +155,481,266,Washington DC-MD-VA-WV CSA (VA Part) +155,482,12,Chicago IL-IN-WI CSA (IL Part) +155,483,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +155,484,159,Los Angeles CA CSA +155,485,159,Los Angeles CA CSA +155,486,159,Los Angeles CA CSA +155,487,172,Miami FL MSA +155,488,154,Alaska +155,489,203,Detroit MI CSA +155,490,255,Dallas-Fort Worth TX CSA +155,491,191,Louisville KY-IN CSA (KY Part) +156,274,12,Chicago IL-IN-WI CSA (IL Part) +156,275,249,Memphis TN-MS-AR MSA (TN Part) +156,276,164,Denver CO CSA +156,277,249,Memphis TN-MS-AR MSA (TN Part) +156,278,153,Remainder of Alabama +156,279,172,Miami FL MSA +156,280,173,Orlando FL CSA +156,281,249,Memphis TN-MS-AR MSA (TN Part) +156,282,159,Los Angeles CA CSA +156,283,172,Miami FL MSA +156,284,159,Los Angeles CA CSA +156,285,12,Chicago IL-IN-WI CSA (IL Part) +156,286,223,New York NY-NJ-CT-PA CSA (NY Part) +156,287,257,Houston TX CSA +156,288,191,Louisville KY-IN CSA (KY Part) +156,289,162,San Francisco CA CSA +156,290,257,Houston TX CSA +156,291,268,Seattle WA CSA +156,292,186,Indianapolis IN CSA +156,293,257,Houston TX CSA +156,294,249,Memphis TN-MS-AR MSA (TN Part) +156,295,266,Washington DC-MD-VA-WV CSA (VA Part) +156,296,268,Seattle WA CSA +156,297,249,Memphis TN-MS-AR MSA (TN Part) +156,298,12,Chicago IL-IN-WI CSA (IL Part) +156,299,257,Houston TX CSA +156,300,172,Miami FL MSA +156,301,257,Houston TX CSA +156,302,257,Houston TX CSA +156,303,159,Los Angeles CA CSA +156,304,223,New York NY-NJ-CT-PA CSA (NY Part) +156,305,186,Indianapolis IN CSA +156,306,255,Dallas-Fort Worth TX CSA +156,307,232,Cleveland OH CSA +156,308,154,Alaska +156,309,223,New York NY-NJ-CT-PA CSA (NY Part) +156,310,159,Los Angeles CA CSA +156,311,255,Dallas-Fort Worth TX CSA +156,312,249,Memphis TN-MS-AR MSA (TN Part) +156,313,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +156,314,217,New York NY-NJ-CT-PA CSA (NJ Part) +156,315,159,Los Angeles CA CSA +156,316,154,Alaska +156,317,154,Alaska +156,318,159,Los Angeles CA CSA +156,319,159,Los Angeles CA CSA +156,320,223,New York NY-NJ-CT-PA CSA (NY Part) +156,321,249,Memphis TN-MS-AR MSA (TN Part) +156,322,159,Los Angeles CA CSA +156,323,257,Houston TX CSA +156,324,12,Chicago IL-IN-WI CSA (IL Part) +156,325,172,Miami FL MSA +156,326,153,Remainder of Alabama +156,327,266,Washington DC-MD-VA-WV CSA (VA Part) +156,328,223,New York NY-NJ-CT-PA CSA (NY Part) +156,329,203,Detroit MI CSA +156,330,12,Chicago IL-IN-WI CSA (IL Part) +156,331,12,Chicago IL-IN-WI CSA (IL Part) +156,332,172,Miami FL MSA +156,333,172,Miami FL MSA +156,334,159,Los Angeles CA CSA +156,335,217,New York NY-NJ-CT-PA CSA (NJ Part) +156,336,159,Los Angeles CA CSA +156,337,12,Chicago IL-IN-WI CSA (IL Part) +156,338,223,New York NY-NJ-CT-PA CSA (NY Part) +156,339,255,Dallas-Fort Worth TX CSA +156,340,217,New York NY-NJ-CT-PA CSA (NJ Part) +156,341,249,Memphis TN-MS-AR MSA (TN Part) +156,342,12,Chicago IL-IN-WI CSA (IL Part) +156,343,159,Los Angeles CA CSA +156,344,159,Los Angeles CA CSA +156,345,255,Dallas-Fort Worth TX CSA +156,346,179,Honolulu HI MSA +156,347,186,Indianapolis IN CSA +156,348,223,New York NY-NJ-CT-PA CSA (NY Part) +156,349,268,Seattle WA CSA +156,350,159,Los Angeles CA CSA +156,351,223,New York NY-NJ-CT-PA CSA (NY Part) +156,352,176,Atlanta GA-AL CSA (GA Part) +156,353,12,Chicago IL-IN-WI CSA (IL Part) +156,354,159,Los Angeles CA CSA +156,355,172,Miami FL MSA +156,356,249,Memphis TN-MS-AR MSA (TN Part) +156,357,176,Atlanta GA-AL CSA (GA Part) +156,358,266,Washington DC-MD-VA-WV CSA (VA Part) +156,359,173,Orlando FL CSA +156,360,195,New Orleans LA CSA +156,361,172,Miami FL MSA +156,362,249,Memphis TN-MS-AR MSA (TN Part) +156,363,172,Miami FL MSA +156,364,12,Chicago IL-IN-WI CSA (IL Part) +156,365,249,Memphis TN-MS-AR MSA (TN Part) +156,366,154,Alaska +156,367,162,San Francisco CA CSA +156,368,159,Los Angeles CA CSA +156,369,223,New York NY-NJ-CT-PA CSA (NY Part) +156,370,203,Detroit MI CSA +156,371,176,Atlanta GA-AL CSA (GA Part) +156,372,266,Washington DC-MD-VA-WV CSA (VA Part) +156,373,172,Miami FL MSA +156,374,154,Alaska +156,375,249,Memphis TN-MS-AR MSA (TN Part) +156,376,12,Chicago IL-IN-WI CSA (IL Part) +156,377,153,Remainder of Alabama +156,378,176,Atlanta GA-AL CSA (GA Part) +156,379,203,Detroit MI CSA +156,380,154,Alaska +156,381,154,Alaska +156,382,255,Dallas-Fort Worth TX CSA +156,383,12,Chicago IL-IN-WI CSA (IL Part) +156,384,266,Washington DC-MD-VA-WV CSA (VA Part) +156,385,186,Indianapolis IN CSA +156,386,217,New York NY-NJ-CT-PA CSA (NJ Part) +156,387,153,Remainder of Alabama +156,388,12,Chicago IL-IN-WI CSA (IL Part) +156,389,12,Chicago IL-IN-WI CSA (IL Part) +156,390,266,Washington DC-MD-VA-WV CSA (VA Part) +156,391,12,Chicago IL-IN-WI CSA (IL Part) +156,392,154,Alaska +156,393,249,Memphis TN-MS-AR MSA (TN Part) +156,394,173,Orlando FL CSA +156,395,12,Chicago IL-IN-WI CSA (IL Part) +156,396,159,Los Angeles CA CSA +156,397,192,Remainder of Kentucky +156,398,12,Chicago IL-IN-WI CSA (IL Part) +156,399,159,Los Angeles CA CSA +156,400,154,Alaska +156,401,12,Chicago IL-IN-WI CSA (IL Part) +156,402,223,New York NY-NJ-CT-PA CSA (NY Part) +156,403,159,Los Angeles CA CSA +156,404,12,Chicago IL-IN-WI CSA (IL Part) +156,405,176,Atlanta GA-AL CSA (GA Part) +156,406,191,Louisville KY-IN CSA (KY Part) +156,407,223,New York NY-NJ-CT-PA CSA (NY Part) +156,408,159,Los Angeles CA CSA +156,409,176,Atlanta GA-AL CSA (GA Part) +156,410,159,Los Angeles CA CSA +156,411,159,Los Angeles CA CSA +156,412,12,Chicago IL-IN-WI CSA (IL Part) +156,413,179,Honolulu HI MSA +156,414,159,Los Angeles CA CSA +156,415,232,Cleveland OH CSA +156,416,164,Denver CO CSA +156,417,255,Dallas-Fort Worth TX CSA +156,418,162,San Francisco CA CSA +156,419,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +156,420,223,New York NY-NJ-CT-PA CSA (NY Part) +156,421,12,Chicago IL-IN-WI CSA (IL Part) +156,422,268,Seattle WA CSA +156,423,12,Chicago IL-IN-WI CSA (IL Part) +156,424,172,Miami FL MSA +156,425,154,Alaska +156,426,159,Los Angeles CA CSA +156,427,257,Houston TX CSA +156,428,159,Los Angeles CA CSA +156,429,159,Los Angeles CA CSA +156,430,12,Chicago IL-IN-WI CSA (IL Part) +156,431,232,Cleveland OH CSA +156,432,249,Memphis TN-MS-AR MSA (TN Part) +156,433,226,Charlotte NC-SC CSA (NC Part) +156,434,201,Boston MA-NH CSA (MA Part) +156,435,159,Los Angeles CA CSA +156,436,255,Dallas-Fort Worth TX CSA +156,437,172,Miami FL MSA +156,438,172,Miami FL MSA +156,439,255,Dallas-Fort Worth TX CSA +156,440,176,Atlanta GA-AL CSA (GA Part) +156,441,164,Denver CO CSA +156,442,12,Chicago IL-IN-WI CSA (IL Part) +156,443,232,Cleveland OH CSA +156,444,217,New York NY-NJ-CT-PA CSA (NJ Part) +156,445,153,Remainder of Alabama +156,446,191,Louisville KY-IN CSA (KY Part) +156,447,12,Chicago IL-IN-WI CSA (IL Part) +156,448,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +156,449,268,Seattle WA CSA +156,450,172,Miami FL MSA +156,451,12,Chicago IL-IN-WI CSA (IL Part) +156,452,164,Denver CO CSA +156,453,255,Dallas-Fort Worth TX CSA +156,454,186,Indianapolis IN CSA +156,455,266,Washington DC-MD-VA-WV CSA (VA Part) +156,456,154,Alaska +156,457,231,Cincinnati OH-KY-IN CSA (OH Part) +156,458,266,Washington DC-MD-VA-WV CSA (VA Part) +156,459,159,Los Angeles CA CSA +156,460,191,Louisville KY-IN CSA (KY Part) +156,461,172,Miami FL MSA +156,462,12,Chicago IL-IN-WI CSA (IL Part) +156,463,12,Chicago IL-IN-WI CSA (IL Part) +156,464,12,Chicago IL-IN-WI CSA (IL Part) +156,465,232,Cleveland OH CSA +156,466,159,Los Angeles CA CSA +156,467,176,Atlanta GA-AL CSA (GA Part) +156,468,268,Seattle WA CSA +156,469,226,Charlotte NC-SC CSA (NC Part) +156,470,159,Los Angeles CA CSA +156,471,249,Memphis TN-MS-AR MSA (TN Part) +156,472,159,Los Angeles CA CSA +156,473,162,San Francisco CA CSA +156,474,255,Dallas-Fort Worth TX CSA +156,475,217,New York NY-NJ-CT-PA CSA (NJ Part) +156,476,232,Cleveland OH CSA +156,477,162,San Francisco CA CSA +156,478,172,Miami FL MSA +156,479,159,Los Angeles CA CSA +156,480,203,Detroit MI CSA +156,481,12,Chicago IL-IN-WI CSA (IL Part) +156,482,186,Indianapolis IN CSA +156,483,249,Memphis TN-MS-AR MSA (TN Part) +156,484,172,Miami FL MSA +156,485,159,Los Angeles CA CSA +156,486,159,Los Angeles CA CSA +156,487,172,Miami FL MSA +156,488,154,Alaska +156,489,223,New York NY-NJ-CT-PA CSA (NY Part) +156,490,226,Charlotte NC-SC CSA (NC Part) +156,491,217,New York NY-NJ-CT-PA CSA (NJ Part) +157,274,159,Los Angeles CA CSA +157,275,201,Boston MA-NH CSA (MA Part) +157,276,12,Chicago IL-IN-WI CSA (IL Part) +157,277,191,Louisville KY-IN CSA (KY Part) +157,278,176,Atlanta GA-AL CSA (GA Part) +157,279,172,Miami FL MSA +157,280,257,Houston TX CSA +157,281,173,Orlando FL CSA +157,282,223,New York NY-NJ-CT-PA CSA (NY Part) +157,283,255,Dallas-Fort Worth TX CSA +157,284,162,San Francisco CA CSA +157,285,12,Chicago IL-IN-WI CSA (IL Part) +157,286,201,Boston MA-NH CSA (MA Part) +157,287,172,Miami FL MSA +157,288,203,Detroit MI CSA +157,289,159,Los Angeles CA CSA +157,290,257,Houston TX CSA +157,291,12,Chicago IL-IN-WI CSA (IL Part) +157,292,203,Detroit MI CSA +157,293,159,Los Angeles CA CSA +157,294,217,New York NY-NJ-CT-PA CSA (NJ Part) +157,295,176,Atlanta GA-AL CSA (GA Part) +157,296,154,Alaska +157,297,172,Miami FL MSA +157,298,12,Chicago IL-IN-WI CSA (IL Part) +157,299,172,Miami FL MSA +157,300,172,Miami FL MSA +157,301,231,Cincinnati OH-KY-IN CSA (OH Part) +157,302,172,Miami FL MSA +157,303,154,Alaska +157,304,159,Los Angeles CA CSA +157,305,12,Chicago IL-IN-WI CSA (IL Part) +157,306,12,Chicago IL-IN-WI CSA (IL Part) +157,307,223,New York NY-NJ-CT-PA CSA (NY Part) +157,308,154,Alaska +157,309,266,Washington DC-MD-VA-WV CSA (VA Part) +157,310,159,Los Angeles CA CSA +157,311,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +157,312,153,Remainder of Alabama +157,313,255,Dallas-Fort Worth TX CSA +157,314,249,Memphis TN-MS-AR MSA (TN Part) +157,315,255,Dallas-Fort Worth TX CSA +157,316,159,Los Angeles CA CSA +157,317,162,San Francisco CA CSA +157,318,159,Los Angeles CA CSA +157,319,172,Miami FL MSA +157,320,217,New York NY-NJ-CT-PA CSA (NJ Part) +157,321,223,New York NY-NJ-CT-PA CSA (NY Part) +157,322,162,San Francisco CA CSA +157,323,255,Dallas-Fort Worth TX CSA +157,324,249,Memphis TN-MS-AR MSA (TN Part) +157,325,172,Miami FL MSA +157,326,255,Dallas-Fort Worth TX CSA +157,327,191,Louisville KY-IN CSA (KY Part) +157,328,203,Detroit MI CSA +157,329,223,New York NY-NJ-CT-PA CSA (NY Part) +157,330,12,Chicago IL-IN-WI CSA (IL Part) +157,331,223,New York NY-NJ-CT-PA CSA (NY Part) +157,332,172,Miami FL MSA +157,333,172,Miami FL MSA +157,334,257,Houston TX CSA +157,335,191,Louisville KY-IN CSA (KY Part) +157,336,255,Dallas-Fort Worth TX CSA +157,337,223,New York NY-NJ-CT-PA CSA (NY Part) +157,338,255,Dallas-Fort Worth TX CSA +157,339,203,Detroit MI CSA +157,340,192,Remainder of Kentucky +157,341,162,San Francisco CA CSA +157,342,159,Los Angeles CA CSA +157,343,159,Los Angeles CA CSA +157,344,12,Chicago IL-IN-WI CSA (IL Part) +157,345,249,Memphis TN-MS-AR MSA (TN Part) +157,346,159,Los Angeles CA CSA +157,347,192,Remainder of Kentucky +157,348,232,Cleveland OH CSA +157,349,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +157,350,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +157,351,249,Memphis TN-MS-AR MSA (TN Part) +157,352,223,New York NY-NJ-CT-PA CSA (NY Part) +157,353,266,Washington DC-MD-VA-WV CSA (VA Part) +157,354,159,Los Angeles CA CSA +157,355,153,Remainder of Alabama +157,356,159,Los Angeles CA CSA +157,357,232,Cleveland OH CSA +157,358,203,Detroit MI CSA +157,359,172,Miami FL MSA +157,360,172,Miami FL MSA +157,361,159,Los Angeles CA CSA +157,362,255,Dallas-Fort Worth TX CSA +157,363,159,Los Angeles CA CSA +157,364,268,Seattle WA CSA +157,365,12,Chicago IL-IN-WI CSA (IL Part) +157,366,159,Los Angeles CA CSA +157,367,154,Alaska +157,368,231,Cincinnati OH-KY-IN CSA (OH Part) +157,369,203,Detroit MI CSA +157,370,12,Chicago IL-IN-WI CSA (IL Part) +157,371,232,Cleveland OH CSA +157,372,191,Louisville KY-IN CSA (KY Part) +157,373,195,New Orleans LA CSA +157,374,159,Los Angeles CA CSA +157,375,223,New York NY-NJ-CT-PA CSA (NY Part) +157,376,159,Los Angeles CA CSA +157,377,12,Chicago IL-IN-WI CSA (IL Part) +157,378,255,Dallas-Fort Worth TX CSA +157,379,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +157,380,159,Los Angeles CA CSA +157,381,162,San Francisco CA CSA +157,382,223,New York NY-NJ-CT-PA CSA (NY Part) +157,383,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +157,384,223,New York NY-NJ-CT-PA CSA (NY Part) +157,385,249,Memphis TN-MS-AR MSA (TN Part) +157,386,191,Louisville KY-IN CSA (KY Part) +157,387,186,Indianapolis IN CSA +157,388,12,Chicago IL-IN-WI CSA (IL Part) +157,389,223,New York NY-NJ-CT-PA CSA (NY Part) +157,390,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +157,391,12,Chicago IL-IN-WI CSA (IL Part) +157,392,154,Alaska +157,393,154,Alaska +157,394,232,Cleveland OH CSA +157,395,223,New York NY-NJ-CT-PA CSA (NY Part) +157,396,159,Los Angeles CA CSA +157,397,223,New York NY-NJ-CT-PA CSA (NY Part) +157,398,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +157,399,255,Dallas-Fort Worth TX CSA +157,400,154,Alaska +157,401,12,Chicago IL-IN-WI CSA (IL Part) +157,402,217,New York NY-NJ-CT-PA CSA (NJ Part) +157,403,154,Alaska +157,404,266,Washington DC-MD-VA-WV CSA (VA Part) +157,405,172,Miami FL MSA +157,406,203,Detroit MI CSA +157,407,217,New York NY-NJ-CT-PA CSA (NJ Part) +157,408,268,Seattle WA CSA +157,409,255,Dallas-Fort Worth TX CSA +157,410,159,Los Angeles CA CSA +157,411,159,Los Angeles CA CSA +157,412,266,Washington DC-MD-VA-WV CSA (VA Part) +157,413,255,Dallas-Fort Worth TX CSA +157,414,255,Dallas-Fort Worth TX CSA +157,415,12,Chicago IL-IN-WI CSA (IL Part) +157,416,266,Washington DC-MD-VA-WV CSA (VA Part) +157,417,159,Los Angeles CA CSA +157,418,154,Alaska +157,419,159,Los Angeles CA CSA +157,420,255,Dallas-Fort Worth TX CSA +157,421,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +157,422,159,Los Angeles CA CSA +157,423,12,Chicago IL-IN-WI CSA (IL Part) +157,424,172,Miami FL MSA +157,425,159,Los Angeles CA CSA +157,426,245,Charleston SC MSA +157,427,255,Dallas-Fort Worth TX CSA +157,428,154,Alaska +157,429,164,Denver CO CSA +157,430,223,New York NY-NJ-CT-PA CSA (NY Part) +157,431,12,Chicago IL-IN-WI CSA (IL Part) +157,432,268,Seattle WA CSA +157,433,266,Washington DC-MD-VA-WV CSA (VA Part) +157,434,232,Cleveland OH CSA +157,435,159,Los Angeles CA CSA +157,436,12,Chicago IL-IN-WI CSA (IL Part) +157,437,173,Orlando FL CSA +157,438,172,Miami FL MSA +157,439,176,Atlanta GA-AL CSA (GA Part) +157,440,172,Miami FL MSA +157,441,159,Los Angeles CA CSA +157,442,12,Chicago IL-IN-WI CSA (IL Part) +157,443,249,Memphis TN-MS-AR MSA (TN Part) +157,444,223,New York NY-NJ-CT-PA CSA (NY Part) +157,445,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +157,446,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +157,447,223,New York NY-NJ-CT-PA CSA (NY Part) +157,448,217,New York NY-NJ-CT-PA CSA (NJ Part) +157,449,154,Alaska +157,450,249,Memphis TN-MS-AR MSA (TN Part) +157,451,12,Chicago IL-IN-WI CSA (IL Part) +157,452,223,New York NY-NJ-CT-PA CSA (NY Part) +157,453,162,San Francisco CA CSA +157,454,217,New York NY-NJ-CT-PA CSA (NJ Part) +157,455,173,Orlando FL CSA +157,456,154,Alaska +157,457,186,Indianapolis IN CSA +157,458,186,Indianapolis IN CSA +157,459,159,Los Angeles CA CSA +157,460,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +157,461,195,New Orleans LA CSA +157,462,245,Charleston SC MSA +157,463,217,New York NY-NJ-CT-PA CSA (NJ Part) +157,464,223,New York NY-NJ-CT-PA CSA (NY Part) +157,465,203,Detroit MI CSA +157,466,268,Seattle WA CSA +157,467,203,Detroit MI CSA +157,468,179,Honolulu HI MSA +157,469,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +157,470,159,Los Angeles CA CSA +157,471,173,Orlando FL CSA +157,472,159,Los Angeles CA CSA +157,473,159,Los Angeles CA CSA +157,474,172,Miami FL MSA +157,475,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +157,476,12,Chicago IL-IN-WI CSA (IL Part) +157,477,12,Chicago IL-IN-WI CSA (IL Part) +157,478,255,Dallas-Fort Worth TX CSA +157,479,179,Honolulu HI MSA +157,480,186,Indianapolis IN CSA +157,481,191,Louisville KY-IN CSA (KY Part) +157,482,266,Washington DC-MD-VA-WV CSA (VA Part) +157,483,186,Indianapolis IN CSA +157,484,153,Remainder of Alabama +157,485,154,Alaska +157,486,159,Los Angeles CA CSA +157,487,257,Houston TX CSA +157,488,159,Los Angeles CA CSA +157,489,176,Atlanta GA-AL CSA (GA Part) +157,490,12,Chicago IL-IN-WI CSA (IL Part) +157,491,223,New York NY-NJ-CT-PA CSA (NY Part) +158,274,223,New York NY-NJ-CT-PA CSA (NY Part) +158,275,201,Boston MA-NH CSA (MA Part) +158,276,176,Atlanta GA-AL CSA (GA Part) +158,277,191,Louisville KY-IN CSA (KY Part) +158,278,172,Miami FL MSA +158,279,153,Remainder of Alabama +158,280,172,Miami FL MSA +158,281,249,Memphis TN-MS-AR MSA (TN Part) +158,282,223,New York NY-NJ-CT-PA CSA (NY Part) +158,283,172,Miami FL MSA +158,284,162,San Francisco CA CSA +158,285,223,New York NY-NJ-CT-PA CSA (NY Part) +158,286,176,Atlanta GA-AL CSA (GA Part) +158,287,195,New Orleans LA CSA +158,288,153,Remainder of Alabama +158,289,231,Cincinnati OH-KY-IN CSA (OH Part) +158,290,172,Miami FL MSA +158,291,223,New York NY-NJ-CT-PA CSA (NY Part) +158,292,186,Indianapolis IN CSA +158,293,255,Dallas-Fort Worth TX CSA +158,294,223,New York NY-NJ-CT-PA CSA (NY Part) +158,295,192,Remainder of Kentucky +158,296,176,Atlanta GA-AL CSA (GA Part) +158,297,172,Miami FL MSA +158,298,203,Detroit MI CSA +158,299,223,New York NY-NJ-CT-PA CSA (NY Part) +158,300,172,Miami FL MSA +158,301,266,Washington DC-MD-VA-WV CSA (VA Part) +158,302,172,Miami FL MSA +158,303,257,Houston TX CSA +158,304,217,New York NY-NJ-CT-PA CSA (NJ Part) +158,305,217,New York NY-NJ-CT-PA CSA (NJ Part) +158,306,191,Louisville KY-IN CSA (KY Part) +158,307,266,Washington DC-MD-VA-WV CSA (VA Part) +158,308,154,Alaska +158,309,217,New York NY-NJ-CT-PA CSA (NJ Part) +158,310,191,Louisville KY-IN CSA (KY Part) +158,311,249,Memphis TN-MS-AR MSA (TN Part) +158,312,172,Miami FL MSA +158,313,191,Louisville KY-IN CSA (KY Part) +158,314,176,Atlanta GA-AL CSA (GA Part) +158,315,249,Memphis TN-MS-AR MSA (TN Part) +158,316,249,Memphis TN-MS-AR MSA (TN Part) +158,317,154,Alaska +158,318,268,Seattle WA CSA +158,319,172,Miami FL MSA +158,320,232,Cleveland OH CSA +158,321,186,Indianapolis IN CSA +158,322,249,Memphis TN-MS-AR MSA (TN Part) +158,323,249,Memphis TN-MS-AR MSA (TN Part) +158,324,232,Cleveland OH CSA +158,325,172,Miami FL MSA +158,326,172,Miami FL MSA +158,327,201,Boston MA-NH CSA (MA Part) +158,328,223,New York NY-NJ-CT-PA CSA (NY Part) +158,329,176,Atlanta GA-AL CSA (GA Part) +158,330,223,New York NY-NJ-CT-PA CSA (NY Part) +158,331,153,Remainder of Alabama +158,332,172,Miami FL MSA +158,333,195,New Orleans LA CSA +158,334,172,Miami FL MSA +158,335,249,Memphis TN-MS-AR MSA (TN Part) +158,336,153,Remainder of Alabama +158,337,12,Chicago IL-IN-WI CSA (IL Part) +158,338,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +158,339,192,Remainder of Kentucky +158,340,176,Atlanta GA-AL CSA (GA Part) +158,341,191,Louisville KY-IN CSA (KY Part) +158,342,232,Cleveland OH CSA +158,343,162,San Francisco CA CSA +158,344,12,Chicago IL-IN-WI CSA (IL Part) +158,345,169,Delaware +158,346,217,New York NY-NJ-CT-PA CSA (NJ Part) +158,347,217,New York NY-NJ-CT-PA CSA (NJ Part) +158,348,195,New Orleans LA CSA +158,349,12,Chicago IL-IN-WI CSA (IL Part) +158,350,249,Memphis TN-MS-AR MSA (TN Part) +158,351,12,Chicago IL-IN-WI CSA (IL Part) +158,352,201,Boston MA-NH CSA (MA Part) +158,353,249,Memphis TN-MS-AR MSA (TN Part) +158,354,203,Detroit MI CSA +158,355,153,Remainder of Alabama +158,356,255,Dallas-Fort Worth TX CSA +158,357,186,Indianapolis IN CSA +158,358,223,New York NY-NJ-CT-PA CSA (NY Part) +158,359,172,Miami FL MSA +158,360,172,Miami FL MSA +158,361,176,Atlanta GA-AL CSA (GA Part) +158,362,203,Detroit MI CSA +158,363,257,Houston TX CSA +158,364,232,Cleveland OH CSA +158,365,249,Memphis TN-MS-AR MSA (TN Part) +158,366,12,Chicago IL-IN-WI CSA (IL Part) +158,367,159,Los Angeles CA CSA +158,368,191,Louisville KY-IN CSA (KY Part) +158,369,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +158,370,12,Chicago IL-IN-WI CSA (IL Part) +158,371,266,Washington DC-MD-VA-WV CSA (VA Part) +158,372,12,Chicago IL-IN-WI CSA (IL Part) +158,373,172,Miami FL MSA +158,374,154,Alaska +158,375,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +158,376,255,Dallas-Fort Worth TX CSA +158,377,186,Indianapolis IN CSA +158,378,266,Washington DC-MD-VA-WV CSA (VA Part) +158,379,223,New York NY-NJ-CT-PA CSA (NY Part) +158,380,203,Detroit MI CSA +158,381,12,Chicago IL-IN-WI CSA (IL Part) +158,382,249,Memphis TN-MS-AR MSA (TN Part) +158,383,217,New York NY-NJ-CT-PA CSA (NJ Part) +158,384,172,Miami FL MSA +158,385,172,Miami FL MSA +158,386,266,Washington DC-MD-VA-WV CSA (VA Part) +158,387,266,Washington DC-MD-VA-WV CSA (VA Part) +158,388,12,Chicago IL-IN-WI CSA (IL Part) +158,389,217,New York NY-NJ-CT-PA CSA (NJ Part) +158,390,249,Memphis TN-MS-AR MSA (TN Part) +158,391,266,Washington DC-MD-VA-WV CSA (VA Part) +158,392,257,Houston TX CSA +158,393,201,Boston MA-NH CSA (MA Part) +158,394,176,Atlanta GA-AL CSA (GA Part) +158,395,201,Boston MA-NH CSA (MA Part) +158,396,12,Chicago IL-IN-WI CSA (IL Part) +158,397,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +158,398,203,Detroit MI CSA +158,399,257,Houston TX CSA +158,400,12,Chicago IL-IN-WI CSA (IL Part) +158,401,191,Louisville KY-IN CSA (KY Part) +158,402,217,New York NY-NJ-CT-PA CSA (NJ Part) +158,403,12,Chicago IL-IN-WI CSA (IL Part) +158,404,176,Atlanta GA-AL CSA (GA Part) +158,405,249,Memphis TN-MS-AR MSA (TN Part) +158,406,223,New York NY-NJ-CT-PA CSA (NY Part) +158,407,172,Miami FL MSA +158,408,12,Chicago IL-IN-WI CSA (IL Part) +158,409,217,New York NY-NJ-CT-PA CSA (NJ Part) +158,410,162,San Francisco CA CSA +158,411,249,Memphis TN-MS-AR MSA (TN Part) +158,412,217,New York NY-NJ-CT-PA CSA (NJ Part) +158,413,159,Los Angeles CA CSA +158,414,255,Dallas-Fort Worth TX CSA +158,415,223,New York NY-NJ-CT-PA CSA (NY Part) +158,416,249,Memphis TN-MS-AR MSA (TN Part) +158,417,162,San Francisco CA CSA +158,418,154,Alaska +158,419,12,Chicago IL-IN-WI CSA (IL Part) +158,420,186,Indianapolis IN CSA +158,421,201,Boston MA-NH CSA (MA Part) +158,422,257,Houston TX CSA +158,423,201,Boston MA-NH CSA (MA Part) +158,424,249,Memphis TN-MS-AR MSA (TN Part) +158,425,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +158,426,255,Dallas-Fort Worth TX CSA +158,427,176,Atlanta GA-AL CSA (GA Part) +158,428,159,Los Angeles CA CSA +158,429,255,Dallas-Fort Worth TX CSA +158,430,223,New York NY-NJ-CT-PA CSA (NY Part) +158,431,186,Indianapolis IN CSA +158,432,223,New York NY-NJ-CT-PA CSA (NY Part) +158,433,203,Detroit MI CSA +158,434,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +158,435,232,Cleveland OH CSA +158,436,217,New York NY-NJ-CT-PA CSA (NJ Part) +158,437,249,Memphis TN-MS-AR MSA (TN Part) +158,438,249,Memphis TN-MS-AR MSA (TN Part) +158,439,172,Miami FL MSA +158,440,172,Miami FL MSA +158,441,162,San Francisco CA CSA +158,442,217,New York NY-NJ-CT-PA CSA (NJ Part) +158,443,12,Chicago IL-IN-WI CSA (IL Part) +158,444,186,Indianapolis IN CSA +158,445,223,New York NY-NJ-CT-PA CSA (NY Part) +158,446,217,New York NY-NJ-CT-PA CSA (NJ Part) +158,447,201,Boston MA-NH CSA (MA Part) +158,448,232,Cleveland OH CSA +158,449,249,Memphis TN-MS-AR MSA (TN Part) +158,450,176,Atlanta GA-AL CSA (GA Part) +158,451,203,Detroit MI CSA +158,452,223,New York NY-NJ-CT-PA CSA (NY Part) +158,453,179,Honolulu HI MSA +158,454,191,Louisville KY-IN CSA (KY Part) +158,455,217,New York NY-NJ-CT-PA CSA (NJ Part) +158,456,159,Los Angeles CA CSA +158,457,176,Atlanta GA-AL CSA (GA Part) +158,458,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +158,459,154,Alaska +158,460,249,Memphis TN-MS-AR MSA (TN Part) +158,461,249,Memphis TN-MS-AR MSA (TN Part) +158,462,12,Chicago IL-IN-WI CSA (IL Part) +158,463,249,Memphis TN-MS-AR MSA (TN Part) +158,464,223,New York NY-NJ-CT-PA CSA (NY Part) +158,465,176,Atlanta GA-AL CSA (GA Part) +158,466,266,Washington DC-MD-VA-WV CSA (VA Part) +158,467,266,Washington DC-MD-VA-WV CSA (VA Part) +158,468,154,Alaska +158,469,192,Remainder of Kentucky +158,470,12,Chicago IL-IN-WI CSA (IL Part) +158,471,192,Remainder of Kentucky +158,472,257,Houston TX CSA +158,473,257,Houston TX CSA +158,474,172,Miami FL MSA +158,475,266,Washington DC-MD-VA-WV CSA (VA Part) +158,476,266,Washington DC-MD-VA-WV CSA (VA Part) +158,477,249,Memphis TN-MS-AR MSA (TN Part) +158,478,249,Memphis TN-MS-AR MSA (TN Part) +158,479,257,Houston TX CSA +158,480,201,Boston MA-NH CSA (MA Part) +158,481,223,New York NY-NJ-CT-PA CSA (NY Part) +158,482,232,Cleveland OH CSA +158,483,186,Indianapolis IN CSA +158,484,172,Miami FL MSA +158,485,249,Memphis TN-MS-AR MSA (TN Part) +158,486,257,Houston TX CSA +158,487,172,Miami FL MSA +158,488,203,Detroit MI CSA +158,489,266,Washington DC-MD-VA-WV CSA (VA Part) +158,490,223,New York NY-NJ-CT-PA CSA (NY Part) +158,491,191,Louisville KY-IN CSA (KY Part) +159,274,154,Alaska +159,275,12,Chicago IL-IN-WI CSA (IL Part) +159,276,159,Los Angeles CA CSA +159,277,223,New York NY-NJ-CT-PA CSA (NY Part) +159,278,201,Boston MA-NH CSA (MA Part) +159,279,159,Los Angeles CA CSA +159,280,172,Miami FL MSA +159,281,172,Miami FL MSA +159,282,223,New York NY-NJ-CT-PA CSA (NY Part) +159,283,172,Miami FL MSA +159,284,268,Seattle WA CSA +159,285,268,Seattle WA CSA +159,286,12,Chicago IL-IN-WI CSA (IL Part) +159,287,249,Memphis TN-MS-AR MSA (TN Part) +159,288,154,Alaska +159,289,154,Alaska +159,290,159,Los Angeles CA CSA +159,291,159,Los Angeles CA CSA +159,292,223,New York NY-NJ-CT-PA CSA (NY Part) +159,293,159,Los Angeles CA CSA +159,294,203,Detroit MI CSA +159,295,176,Atlanta GA-AL CSA (GA Part) +159,296,159,Los Angeles CA CSA +159,297,159,Los Angeles CA CSA +159,298,201,Boston MA-NH CSA (MA Part) +159,299,176,Atlanta GA-AL CSA (GA Part) +159,300,172,Miami FL MSA +159,301,162,San Francisco CA CSA +159,302,172,Miami FL MSA +159,303,154,Alaska +159,304,12,Chicago IL-IN-WI CSA (IL Part) +159,305,232,Cleveland OH CSA +159,306,266,Washington DC-MD-VA-WV CSA (VA Part) +159,307,255,Dallas-Fort Worth TX CSA +159,308,162,San Francisco CA CSA +159,309,249,Memphis TN-MS-AR MSA (TN Part) +159,310,159,Los Angeles CA CSA +159,311,223,New York NY-NJ-CT-PA CSA (NY Part) +159,312,172,Miami FL MSA +159,313,266,Washington DC-MD-VA-WV CSA (VA Part) +159,314,159,Los Angeles CA CSA +159,315,249,Memphis TN-MS-AR MSA (TN Part) +159,316,154,Alaska +159,317,154,Alaska +159,318,159,Los Angeles CA CSA +159,319,172,Miami FL MSA +159,320,223,New York NY-NJ-CT-PA CSA (NY Part) +159,321,217,New York NY-NJ-CT-PA CSA (NJ Part) +159,322,159,Los Angeles CA CSA +159,323,255,Dallas-Fort Worth TX CSA +159,324,159,Los Angeles CA CSA +159,325,172,Miami FL MSA +159,326,159,Los Angeles CA CSA +159,327,159,Los Angeles CA CSA +159,328,164,Denver CO CSA +159,329,176,Atlanta GA-AL CSA (GA Part) +159,330,12,Chicago IL-IN-WI CSA (IL Part) +159,331,201,Boston MA-NH CSA (MA Part) +159,332,195,New Orleans LA CSA +159,333,172,Miami FL MSA +159,334,159,Los Angeles CA CSA +159,335,223,New York NY-NJ-CT-PA CSA (NY Part) +159,336,159,Los Angeles CA CSA +159,337,186,Indianapolis IN CSA +159,338,12,Chicago IL-IN-WI CSA (IL Part) +159,339,159,Los Angeles CA CSA +159,340,217,New York NY-NJ-CT-PA CSA (NJ Part) +159,341,159,Los Angeles CA CSA +159,342,159,Los Angeles CA CSA +159,343,154,Alaska +159,344,162,San Francisco CA CSA +159,345,159,Los Angeles CA CSA +159,346,172,Miami FL MSA +159,347,217,New York NY-NJ-CT-PA CSA (NJ Part) +159,348,266,Washington DC-MD-VA-WV CSA (VA Part) +159,349,154,Alaska +159,350,159,Los Angeles CA CSA +159,351,186,Indianapolis IN CSA +159,352,12,Chicago IL-IN-WI CSA (IL Part) +159,353,159,Los Angeles CA CSA +159,354,159,Los Angeles CA CSA +159,355,172,Miami FL MSA +159,356,257,Houston TX CSA +159,357,223,New York NY-NJ-CT-PA CSA (NY Part) +159,358,12,Chicago IL-IN-WI CSA (IL Part) +159,359,172,Miami FL MSA +159,360,159,Los Angeles CA CSA +159,361,159,Los Angeles CA CSA +159,362,159,Los Angeles CA CSA +159,363,159,Los Angeles CA CSA +159,364,159,Los Angeles CA CSA +159,365,159,Los Angeles CA CSA +159,366,162,San Francisco CA CSA +159,367,154,Alaska +159,368,154,Alaska +159,369,217,New York NY-NJ-CT-PA CSA (NJ Part) +159,370,223,New York NY-NJ-CT-PA CSA (NY Part) +159,371,201,Boston MA-NH CSA (MA Part) +159,372,249,Memphis TN-MS-AR MSA (TN Part) +159,373,255,Dallas-Fort Worth TX CSA +159,374,268,Seattle WA CSA +159,375,192,Remainder of Kentucky +159,376,12,Chicago IL-IN-WI CSA (IL Part) +159,377,217,New York NY-NJ-CT-PA CSA (NJ Part) +159,378,159,Los Angeles CA CSA +159,379,159,Los Angeles CA CSA +159,380,162,San Francisco CA CSA +159,381,268,Seattle WA CSA +159,382,12,Chicago IL-IN-WI CSA (IL Part) +159,383,162,San Francisco CA CSA +159,384,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +159,385,176,Atlanta GA-AL CSA (GA Part) +159,386,159,Los Angeles CA CSA +159,387,12,Chicago IL-IN-WI CSA (IL Part) +159,388,268,Seattle WA CSA +159,389,159,Los Angeles CA CSA +159,390,172,Miami FL MSA +159,391,255,Dallas-Fort Worth TX CSA +159,392,159,Los Angeles CA CSA +159,393,159,Los Angeles CA CSA +159,394,223,New York NY-NJ-CT-PA CSA (NY Part) +159,395,12,Chicago IL-IN-WI CSA (IL Part) +159,396,159,Los Angeles CA CSA +159,397,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +159,398,12,Chicago IL-IN-WI CSA (IL Part) +159,399,159,Los Angeles CA CSA +159,400,159,Los Angeles CA CSA +159,401,162,San Francisco CA CSA +159,402,12,Chicago IL-IN-WI CSA (IL Part) +159,403,159,Los Angeles CA CSA +159,404,159,Los Angeles CA CSA +159,405,195,New Orleans LA CSA +159,406,217,New York NY-NJ-CT-PA CSA (NJ Part) +159,407,172,Miami FL MSA +159,408,162,San Francisco CA CSA +159,409,172,Miami FL MSA +159,410,159,Los Angeles CA CSA +159,411,159,Los Angeles CA CSA +159,412,223,New York NY-NJ-CT-PA CSA (NY Part) +159,413,257,Houston TX CSA +159,414,159,Los Angeles CA CSA +159,415,255,Dallas-Fort Worth TX CSA +159,416,159,Los Angeles CA CSA +159,417,162,San Francisco CA CSA +159,418,159,Los Angeles CA CSA +159,419,159,Los Angeles CA CSA +159,420,154,Alaska +159,421,159,Los Angeles CA CSA +159,422,159,Los Angeles CA CSA +159,423,223,New York NY-NJ-CT-PA CSA (NY Part) +159,424,159,Los Angeles CA CSA +159,425,154,Alaska +159,426,159,Los Angeles CA CSA +159,427,172,Miami FL MSA +159,428,162,San Francisco CA CSA +159,429,159,Los Angeles CA CSA +159,430,159,Los Angeles CA CSA +159,431,159,Los Angeles CA CSA +159,432,223,New York NY-NJ-CT-PA CSA (NY Part) +159,433,249,Memphis TN-MS-AR MSA (TN Part) +159,434,162,San Francisco CA CSA +159,435,154,Alaska +159,436,176,Atlanta GA-AL CSA (GA Part) +159,437,159,Los Angeles CA CSA +159,438,172,Miami FL MSA +159,439,245,Charleston SC MSA +159,440,255,Dallas-Fort Worth TX CSA +159,441,179,Honolulu HI MSA +159,442,217,New York NY-NJ-CT-PA CSA (NJ Part) +159,443,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +159,444,159,Los Angeles CA CSA +159,445,159,Los Angeles CA CSA +159,446,223,New York NY-NJ-CT-PA CSA (NY Part) +159,447,159,Los Angeles CA CSA +159,448,159,Los Angeles CA CSA +159,449,154,Alaska +159,450,257,Houston TX CSA +159,451,159,Los Angeles CA CSA +159,452,162,San Francisco CA CSA +159,453,159,Los Angeles CA CSA +159,454,217,New York NY-NJ-CT-PA CSA (NJ Part) +159,455,172,Miami FL MSA +159,456,159,Los Angeles CA CSA +159,457,159,Los Angeles CA CSA +159,458,192,Remainder of Kentucky +159,459,154,Alaska +159,460,231,Cincinnati OH-KY-IN CSA (OH Part) +159,461,249,Memphis TN-MS-AR MSA (TN Part) +159,462,186,Indianapolis IN CSA +159,463,159,Los Angeles CA CSA +159,464,186,Indianapolis IN CSA +159,465,159,Los Angeles CA CSA +159,466,154,Alaska +159,467,223,New York NY-NJ-CT-PA CSA (NY Part) +159,468,154,Alaska +159,469,162,San Francisco CA CSA +159,470,162,San Francisco CA CSA +159,471,159,Los Angeles CA CSA +159,472,162,San Francisco CA CSA +159,473,268,Seattle WA CSA +159,474,172,Miami FL MSA +159,475,186,Indianapolis IN CSA +159,476,159,Los Angeles CA CSA +159,477,159,Los Angeles CA CSA +159,478,159,Los Angeles CA CSA +159,479,268,Seattle WA CSA +159,480,268,Seattle WA CSA +159,481,159,Los Angeles CA CSA +159,482,162,San Francisco CA CSA +159,483,159,Los Angeles CA CSA +159,484,159,Los Angeles CA CSA +159,485,12,Chicago IL-IN-WI CSA (IL Part) +159,486,268,Seattle WA CSA +159,487,159,Los Angeles CA CSA +159,488,268,Seattle WA CSA +159,489,162,San Francisco CA CSA +159,490,159,Los Angeles CA CSA +159,491,217,New York NY-NJ-CT-PA CSA (NJ Part) +160,274,159,Los Angeles CA CSA +160,275,159,Los Angeles CA CSA +160,276,162,San Francisco CA CSA +160,277,12,Chicago IL-IN-WI CSA (IL Part) +160,278,176,Atlanta GA-AL CSA (GA Part) +160,279,172,Miami FL MSA +160,280,172,Miami FL MSA +160,281,162,San Francisco CA CSA +160,282,203,Detroit MI CSA +160,283,195,New Orleans LA CSA +160,284,159,Los Angeles CA CSA +160,285,268,Seattle WA CSA +160,286,154,Alaska +160,287,159,Los Angeles CA CSA +160,288,162,San Francisco CA CSA +160,289,159,Los Angeles CA CSA +160,290,249,Memphis TN-MS-AR MSA (TN Part) +160,291,159,Los Angeles CA CSA +160,292,162,San Francisco CA CSA +160,293,159,Los Angeles CA CSA +160,294,12,Chicago IL-IN-WI CSA (IL Part) +160,295,12,Chicago IL-IN-WI CSA (IL Part) +160,296,154,Alaska +160,297,257,Houston TX CSA +160,298,223,New York NY-NJ-CT-PA CSA (NY Part) +160,299,164,Denver CO CSA +160,300,159,Los Angeles CA CSA +160,301,162,San Francisco CA CSA +160,302,159,Los Angeles CA CSA +160,303,268,Seattle WA CSA +160,304,12,Chicago IL-IN-WI CSA (IL Part) +160,305,217,New York NY-NJ-CT-PA CSA (NJ Part) +160,306,12,Chicago IL-IN-WI CSA (IL Part) +160,307,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +160,308,159,Los Angeles CA CSA +160,309,217,New York NY-NJ-CT-PA CSA (NJ Part) +160,310,268,Seattle WA CSA +160,311,172,Miami FL MSA +160,312,172,Miami FL MSA +160,313,162,San Francisco CA CSA +160,314,159,Los Angeles CA CSA +160,315,172,Miami FL MSA +160,316,154,Alaska +160,317,159,Los Angeles CA CSA +160,318,154,Alaska +160,319,255,Dallas-Fort Worth TX CSA +160,320,223,New York NY-NJ-CT-PA CSA (NY Part) +160,321,249,Memphis TN-MS-AR MSA (TN Part) +160,322,159,Los Angeles CA CSA +160,323,162,San Francisco CA CSA +160,324,223,New York NY-NJ-CT-PA CSA (NY Part) +160,325,249,Memphis TN-MS-AR MSA (TN Part) +160,326,257,Houston TX CSA +160,327,154,Alaska +160,328,223,New York NY-NJ-CT-PA CSA (NY Part) +160,329,191,Louisville KY-IN CSA (KY Part) +160,330,159,Los Angeles CA CSA +160,331,154,Alaska +160,332,12,Chicago IL-IN-WI CSA (IL Part) +160,333,257,Houston TX CSA +160,334,195,New Orleans LA CSA +160,335,268,Seattle WA CSA +160,336,159,Los Angeles CA CSA +160,337,12,Chicago IL-IN-WI CSA (IL Part) +160,338,159,Los Angeles CA CSA +160,339,154,Alaska +160,340,162,San Francisco CA CSA +160,341,159,Los Angeles CA CSA +160,342,268,Seattle WA CSA +160,343,159,Los Angeles CA CSA +160,344,162,San Francisco CA CSA +160,345,162,San Francisco CA CSA +160,346,172,Miami FL MSA +160,347,217,New York NY-NJ-CT-PA CSA (NJ Part) +160,348,191,Louisville KY-IN CSA (KY Part) +160,349,159,Los Angeles CA CSA +160,350,162,San Francisco CA CSA +160,351,176,Atlanta GA-AL CSA (GA Part) +160,352,226,Charlotte NC-SC CSA (NC Part) +160,353,12,Chicago IL-IN-WI CSA (IL Part) +160,354,159,Los Angeles CA CSA +160,355,191,Louisville KY-IN CSA (KY Part) +160,356,159,Los Angeles CA CSA +160,357,217,New York NY-NJ-CT-PA CSA (NJ Part) +160,358,249,Memphis TN-MS-AR MSA (TN Part) +160,359,195,New Orleans LA CSA +160,360,159,Los Angeles CA CSA +160,361,172,Miami FL MSA +160,362,268,Seattle WA CSA +160,363,257,Houston TX CSA +160,364,162,San Francisco CA CSA +160,365,162,San Francisco CA CSA +160,366,154,Alaska +160,367,162,San Francisco CA CSA +160,368,162,San Francisco CA CSA +160,369,154,Alaska +160,370,12,Chicago IL-IN-WI CSA (IL Part) +160,371,12,Chicago IL-IN-WI CSA (IL Part) +160,372,164,Denver CO CSA +160,373,162,San Francisco CA CSA +160,374,159,Los Angeles CA CSA +160,375,12,Chicago IL-IN-WI CSA (IL Part) +160,376,162,San Francisco CA CSA +160,377,268,Seattle WA CSA +160,378,249,Memphis TN-MS-AR MSA (TN Part) +160,379,159,Los Angeles CA CSA +160,380,162,San Francisco CA CSA +160,381,162,San Francisco CA CSA +160,382,159,Los Angeles CA CSA +160,383,162,San Francisco CA CSA +160,384,162,San Francisco CA CSA +160,385,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +160,386,268,Seattle WA CSA +160,387,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +160,388,154,Alaska +160,389,268,Seattle WA CSA +160,390,231,Cincinnati OH-KY-IN CSA (OH Part) +160,391,12,Chicago IL-IN-WI CSA (IL Part) +160,392,162,San Francisco CA CSA +160,393,12,Chicago IL-IN-WI CSA (IL Part) +160,394,223,New York NY-NJ-CT-PA CSA (NY Part) +160,395,12,Chicago IL-IN-WI CSA (IL Part) +160,396,154,Alaska +160,397,191,Louisville KY-IN CSA (KY Part) +160,398,201,Boston MA-NH CSA (MA Part) +160,399,162,San Francisco CA CSA +160,400,159,Los Angeles CA CSA +160,401,162,San Francisco CA CSA +160,402,201,Boston MA-NH CSA (MA Part) +160,403,159,Los Angeles CA CSA +160,404,223,New York NY-NJ-CT-PA CSA (NY Part) +160,405,172,Miami FL MSA +160,406,12,Chicago IL-IN-WI CSA (IL Part) +160,407,255,Dallas-Fort Worth TX CSA +160,408,268,Seattle WA CSA +160,409,172,Miami FL MSA +160,410,159,Los Angeles CA CSA +160,411,268,Seattle WA CSA +160,412,268,Seattle WA CSA +160,413,159,Los Angeles CA CSA +160,414,257,Houston TX CSA +160,415,223,New York NY-NJ-CT-PA CSA (NY Part) +160,416,12,Chicago IL-IN-WI CSA (IL Part) +160,417,164,Denver CO CSA +160,418,159,Los Angeles CA CSA +160,419,159,Los Angeles CA CSA +160,420,154,Alaska +160,421,154,Alaska +160,422,159,Los Angeles CA CSA +160,423,232,Cleveland OH CSA +160,424,159,Los Angeles CA CSA +160,425,154,Alaska +160,426,172,Miami FL MSA +160,427,195,New Orleans LA CSA +160,428,154,Alaska +160,429,159,Los Angeles CA CSA +160,430,268,Seattle WA CSA +160,431,12,Chicago IL-IN-WI CSA (IL Part) +160,432,268,Seattle WA CSA +160,433,162,San Francisco CA CSA +160,434,162,San Francisco CA CSA +160,435,154,Alaska +160,436,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +160,437,186,Indianapolis IN CSA +160,438,191,Louisville KY-IN CSA (KY Part) +160,439,172,Miami FL MSA +160,440,257,Houston TX CSA +160,441,159,Los Angeles CA CSA +160,442,223,New York NY-NJ-CT-PA CSA (NY Part) +160,443,172,Miami FL MSA +160,444,203,Detroit MI CSA +160,445,201,Boston MA-NH CSA (MA Part) +160,446,162,San Francisco CA CSA +160,447,12,Chicago IL-IN-WI CSA (IL Part) +160,448,176,Atlanta GA-AL CSA (GA Part) +160,449,162,San Francisco CA CSA +160,450,176,Atlanta GA-AL CSA (GA Part) +160,451,223,New York NY-NJ-CT-PA CSA (NY Part) +160,452,159,Los Angeles CA CSA +160,453,159,Los Angeles CA CSA +160,454,268,Seattle WA CSA +160,455,12,Chicago IL-IN-WI CSA (IL Part) +160,456,154,Alaska +160,457,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +160,458,12,Chicago IL-IN-WI CSA (IL Part) +160,459,268,Seattle WA CSA +160,460,268,Seattle WA CSA +160,461,172,Miami FL MSA +160,462,172,Miami FL MSA +160,463,162,San Francisco CA CSA +160,464,162,San Francisco CA CSA +160,465,223,New York NY-NJ-CT-PA CSA (NY Part) +160,466,159,Los Angeles CA CSA +160,467,164,Denver CO CSA +160,468,159,Los Angeles CA CSA +160,469,162,San Francisco CA CSA +160,470,159,Los Angeles CA CSA +160,471,223,New York NY-NJ-CT-PA CSA (NY Part) +160,472,159,Los Angeles CA CSA +160,473,159,Los Angeles CA CSA +160,474,255,Dallas-Fort Worth TX CSA +160,475,217,New York NY-NJ-CT-PA CSA (NJ Part) +160,476,159,Los Angeles CA CSA +160,477,162,San Francisco CA CSA +160,478,172,Miami FL MSA +160,479,179,Honolulu HI MSA +160,480,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +160,481,162,San Francisco CA CSA +160,482,154,Alaska +160,483,162,San Francisco CA CSA +160,484,249,Memphis TN-MS-AR MSA (TN Part) +160,485,154,Alaska +160,486,159,Los Angeles CA CSA +160,487,172,Miami FL MSA +160,488,159,Los Angeles CA CSA +160,489,159,Los Angeles CA CSA +160,490,162,San Francisco CA CSA +160,491,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +161,274,154,Alaska +161,275,159,Los Angeles CA CSA +161,276,232,Cleveland OH CSA +161,277,203,Detroit MI CSA +161,278,172,Miami FL MSA +161,279,172,Miami FL MSA +161,280,172,Miami FL MSA +161,281,159,Los Angeles CA CSA +161,282,159,Los Angeles CA CSA +161,283,172,Miami FL MSA +161,284,159,Los Angeles CA CSA +161,285,201,Boston MA-NH CSA (MA Part) +161,286,159,Los Angeles CA CSA +161,287,159,Los Angeles CA CSA +161,288,159,Los Angeles CA CSA +161,289,268,Seattle WA CSA +161,290,172,Miami FL MSA +161,291,201,Boston MA-NH CSA (MA Part) +161,292,201,Boston MA-NH CSA (MA Part) +161,293,159,Los Angeles CA CSA +161,294,176,Atlanta GA-AL CSA (GA Part) +161,295,232,Cleveland OH CSA +161,296,268,Seattle WA CSA +161,297,255,Dallas-Fort Worth TX CSA +161,298,159,Los Angeles CA CSA +161,299,176,Atlanta GA-AL CSA (GA Part) +161,300,255,Dallas-Fort Worth TX CSA +161,301,154,Alaska +161,302,257,Houston TX CSA +161,303,154,Alaska +161,304,159,Los Angeles CA CSA +161,305,159,Los Angeles CA CSA +161,306,223,New York NY-NJ-CT-PA CSA (NY Part) +161,307,257,Houston TX CSA +161,308,154,Alaska +161,309,223,New York NY-NJ-CT-PA CSA (NY Part) +161,310,162,San Francisco CA CSA +161,311,191,Louisville KY-IN CSA (KY Part) +161,312,257,Houston TX CSA +161,313,232,Cleveland OH CSA +161,314,223,New York NY-NJ-CT-PA CSA (NY Part) +161,315,159,Los Angeles CA CSA +161,316,154,Alaska +161,317,159,Los Angeles CA CSA +161,318,159,Los Angeles CA CSA +161,319,249,Memphis TN-MS-AR MSA (TN Part) +161,320,159,Los Angeles CA CSA +161,321,249,Memphis TN-MS-AR MSA (TN Part) +161,322,159,Los Angeles CA CSA +161,323,159,Los Angeles CA CSA +161,324,159,Los Angeles CA CSA +161,325,257,Houston TX CSA +161,326,159,Los Angeles CA CSA +161,327,12,Chicago IL-IN-WI CSA (IL Part) +161,328,159,Los Angeles CA CSA +161,329,176,Atlanta GA-AL CSA (GA Part) +161,330,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +161,331,162,San Francisco CA CSA +161,332,245,Charleston SC MSA +161,333,172,Miami FL MSA +161,334,159,Los Angeles CA CSA +161,335,159,Los Angeles CA CSA +161,336,249,Memphis TN-MS-AR MSA (TN Part) +161,337,159,Los Angeles CA CSA +161,338,201,Boston MA-NH CSA (MA Part) +161,339,159,Los Angeles CA CSA +161,340,159,Los Angeles CA CSA +161,341,255,Dallas-Fort Worth TX CSA +161,342,159,Los Angeles CA CSA +161,343,159,Los Angeles CA CSA +161,344,159,Los Angeles CA CSA +161,345,12,Chicago IL-IN-WI CSA (IL Part) +161,346,159,Los Angeles CA CSA +161,347,12,Chicago IL-IN-WI CSA (IL Part) +161,348,191,Louisville KY-IN CSA (KY Part) +161,349,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +161,350,159,Los Angeles CA CSA +161,351,164,Denver CO CSA +161,352,159,Los Angeles CA CSA +161,353,12,Chicago IL-IN-WI CSA (IL Part) +161,354,12,Chicago IL-IN-WI CSA (IL Part) +161,355,255,Dallas-Fort Worth TX CSA +161,356,159,Los Angeles CA CSA +161,357,12,Chicago IL-IN-WI CSA (IL Part) +161,358,255,Dallas-Fort Worth TX CSA +161,359,195,New Orleans LA CSA +161,360,195,New Orleans LA CSA +161,361,159,Los Angeles CA CSA +161,362,12,Chicago IL-IN-WI CSA (IL Part) +161,363,159,Los Angeles CA CSA +161,364,232,Cleveland OH CSA +161,365,12,Chicago IL-IN-WI CSA (IL Part) +161,366,162,San Francisco CA CSA +161,367,268,Seattle WA CSA +161,368,159,Los Angeles CA CSA +161,369,159,Los Angeles CA CSA +161,370,12,Chicago IL-IN-WI CSA (IL Part) +161,371,266,Washington DC-MD-VA-WV CSA (VA Part) +161,372,159,Los Angeles CA CSA +161,373,257,Houston TX CSA +161,374,159,Los Angeles CA CSA +161,375,217,New York NY-NJ-CT-PA CSA (NJ Part) +161,376,159,Los Angeles CA CSA +161,377,255,Dallas-Fort Worth TX CSA +161,378,257,Houston TX CSA +161,379,162,San Francisco CA CSA +161,380,268,Seattle WA CSA +161,381,162,San Francisco CA CSA +161,382,162,San Francisco CA CSA +161,383,12,Chicago IL-IN-WI CSA (IL Part) +161,384,172,Miami FL MSA +161,385,255,Dallas-Fort Worth TX CSA +161,386,223,New York NY-NJ-CT-PA CSA (NY Part) +161,387,12,Chicago IL-IN-WI CSA (IL Part) +161,388,249,Memphis TN-MS-AR MSA (TN Part) +161,389,159,Los Angeles CA CSA +161,390,176,Atlanta GA-AL CSA (GA Part) +161,391,223,New York NY-NJ-CT-PA CSA (NY Part) +161,392,154,Alaska +161,393,159,Los Angeles CA CSA +161,394,12,Chicago IL-IN-WI CSA (IL Part) +161,395,164,Denver CO CSA +161,396,162,San Francisco CA CSA +161,397,232,Cleveland OH CSA +161,398,223,New York NY-NJ-CT-PA CSA (NY Part) +161,399,159,Los Angeles CA CSA +161,400,154,Alaska +161,401,223,New York NY-NJ-CT-PA CSA (NY Part) +161,402,201,Boston MA-NH CSA (MA Part) +161,403,159,Los Angeles CA CSA +161,404,159,Los Angeles CA CSA +161,405,257,Houston TX CSA +161,406,12,Chicago IL-IN-WI CSA (IL Part) +161,407,173,Orlando FL CSA +161,408,159,Los Angeles CA CSA +161,409,257,Houston TX CSA +161,410,179,Honolulu HI MSA +161,411,159,Los Angeles CA CSA +161,412,266,Washington DC-MD-VA-WV CSA (VA Part) +161,413,179,Honolulu HI MSA +161,414,257,Houston TX CSA +161,415,12,Chicago IL-IN-WI CSA (IL Part) +161,416,231,Cincinnati OH-KY-IN CSA (OH Part) +161,417,179,Honolulu HI MSA +161,418,154,Alaska +161,419,12,Chicago IL-IN-WI CSA (IL Part) +161,420,154,Alaska +161,421,159,Los Angeles CA CSA +161,422,159,Los Angeles CA CSA +161,423,162,San Francisco CA CSA +161,424,159,Los Angeles CA CSA +161,425,159,Los Angeles CA CSA +161,426,195,New Orleans LA CSA +161,427,172,Miami FL MSA +161,428,162,San Francisco CA CSA +161,429,159,Los Angeles CA CSA +161,430,217,New York NY-NJ-CT-PA CSA (NJ Part) +161,431,223,New York NY-NJ-CT-PA CSA (NY Part) +161,432,159,Los Angeles CA CSA +161,433,176,Atlanta GA-AL CSA (GA Part) +161,434,159,Los Angeles CA CSA +161,435,154,Alaska +161,436,12,Chicago IL-IN-WI CSA (IL Part) +161,437,176,Atlanta GA-AL CSA (GA Part) +161,438,195,New Orleans LA CSA +161,439,195,New Orleans LA CSA +161,440,159,Los Angeles CA CSA +161,441,255,Dallas-Fort Worth TX CSA +161,442,223,New York NY-NJ-CT-PA CSA (NY Part) +161,443,195,New Orleans LA CSA +161,444,12,Chicago IL-IN-WI CSA (IL Part) +161,445,249,Memphis TN-MS-AR MSA (TN Part) +161,446,12,Chicago IL-IN-WI CSA (IL Part) +161,447,268,Seattle WA CSA +161,448,217,New York NY-NJ-CT-PA CSA (NJ Part) +161,449,159,Los Angeles CA CSA +161,450,195,New Orleans LA CSA +161,451,186,Indianapolis IN CSA +161,452,12,Chicago IL-IN-WI CSA (IL Part) +161,453,162,San Francisco CA CSA +161,454,162,San Francisco CA CSA +161,455,257,Houston TX CSA +161,456,162,San Francisco CA CSA +161,457,159,Los Angeles CA CSA +161,458,201,Boston MA-NH CSA (MA Part) +161,459,268,Seattle WA CSA +161,460,159,Los Angeles CA CSA +161,461,176,Atlanta GA-AL CSA (GA Part) +161,462,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +161,463,12,Chicago IL-IN-WI CSA (IL Part) +161,464,232,Cleveland OH CSA +161,465,191,Louisville KY-IN CSA (KY Part) +161,466,154,Alaska +161,467,12,Chicago IL-IN-WI CSA (IL Part) +161,468,162,San Francisco CA CSA +161,469,159,Los Angeles CA CSA +161,470,159,Los Angeles CA CSA +161,471,191,Louisville KY-IN CSA (KY Part) +161,472,159,Los Angeles CA CSA +161,473,162,San Francisco CA CSA +161,474,172,Miami FL MSA +161,475,191,Louisville KY-IN CSA (KY Part) +161,476,159,Los Angeles CA CSA +161,477,159,Los Angeles CA CSA +161,478,172,Miami FL MSA +161,479,159,Los Angeles CA CSA +161,480,186,Indianapolis IN CSA +161,481,159,Los Angeles CA CSA +161,482,223,New York NY-NJ-CT-PA CSA (NY Part) +161,483,159,Los Angeles CA CSA +161,484,159,Los Angeles CA CSA +161,485,162,San Francisco CA CSA +161,486,179,Honolulu HI MSA +161,487,159,Los Angeles CA CSA +161,488,159,Los Angeles CA CSA +161,489,12,Chicago IL-IN-WI CSA (IL Part) +161,490,223,New York NY-NJ-CT-PA CSA (NY Part) +161,491,176,Atlanta GA-AL CSA (GA Part) +162,274,154,Alaska +162,275,12,Chicago IL-IN-WI CSA (IL Part) +162,276,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +162,277,223,New York NY-NJ-CT-PA CSA (NY Part) +162,278,255,Dallas-Fort Worth TX CSA +162,279,257,Houston TX CSA +162,280,162,San Francisco CA CSA +162,281,164,Denver CO CSA +162,282,162,San Francisco CA CSA +162,283,172,Miami FL MSA +162,284,159,Los Angeles CA CSA +162,285,12,Chicago IL-IN-WI CSA (IL Part) +162,286,162,San Francisco CA CSA +162,287,159,Los Angeles CA CSA +162,288,159,Los Angeles CA CSA +162,289,162,San Francisco CA CSA +162,290,245,Charleston SC MSA +162,291,159,Los Angeles CA CSA +162,292,223,New York NY-NJ-CT-PA CSA (NY Part) +162,293,159,Los Angeles CA CSA +162,294,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +162,295,176,Atlanta GA-AL CSA (GA Part) +162,296,159,Los Angeles CA CSA +162,297,249,Memphis TN-MS-AR MSA (TN Part) +162,298,268,Seattle WA CSA +162,299,172,Miami FL MSA +162,300,172,Miami FL MSA +162,301,154,Alaska +162,302,159,Los Angeles CA CSA +162,303,159,Los Angeles CA CSA +162,304,162,San Francisco CA CSA +162,305,223,New York NY-NJ-CT-PA CSA (NY Part) +162,306,162,San Francisco CA CSA +162,307,172,Miami FL MSA +162,308,154,Alaska +162,309,255,Dallas-Fort Worth TX CSA +162,310,159,Los Angeles CA CSA +162,311,176,Atlanta GA-AL CSA (GA Part) +162,312,162,San Francisco CA CSA +162,313,217,New York NY-NJ-CT-PA CSA (NJ Part) +162,314,266,Washington DC-MD-VA-WV CSA (VA Part) +162,315,164,Denver CO CSA +162,316,159,Los Angeles CA CSA +162,317,179,Honolulu HI MSA +162,318,154,Alaska +162,319,159,Los Angeles CA CSA +162,320,162,San Francisco CA CSA +162,321,266,Washington DC-MD-VA-WV CSA (VA Part) +162,322,162,San Francisco CA CSA +162,323,162,San Francisco CA CSA +162,324,217,New York NY-NJ-CT-PA CSA (NJ Part) +162,325,159,Los Angeles CA CSA +162,326,255,Dallas-Fort Worth TX CSA +162,327,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +162,328,159,Los Angeles CA CSA +162,329,153,Remainder of Alabama +162,330,12,Chicago IL-IN-WI CSA (IL Part) +162,331,154,Alaska +162,332,172,Miami FL MSA +162,333,159,Los Angeles CA CSA +162,334,159,Los Angeles CA CSA +162,335,12,Chicago IL-IN-WI CSA (IL Part) +162,336,159,Los Angeles CA CSA +162,337,186,Indianapolis IN CSA +162,338,12,Chicago IL-IN-WI CSA (IL Part) +162,339,268,Seattle WA CSA +162,340,154,Alaska +162,341,159,Los Angeles CA CSA +162,342,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +162,343,159,Los Angeles CA CSA +162,344,154,Alaska +162,345,169,Delaware +162,346,195,New Orleans LA CSA +162,347,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +162,348,162,San Francisco CA CSA +162,349,162,San Francisco CA CSA +162,350,12,Chicago IL-IN-WI CSA (IL Part) +162,351,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +162,352,192,Remainder of Kentucky +162,353,223,New York NY-NJ-CT-PA CSA (NY Part) +162,354,159,Los Angeles CA CSA +162,355,249,Memphis TN-MS-AR MSA (TN Part) +162,356,159,Los Angeles CA CSA +162,357,223,New York NY-NJ-CT-PA CSA (NY Part) +162,358,232,Cleveland OH CSA +162,359,159,Los Angeles CA CSA +162,360,172,Miami FL MSA +162,361,159,Los Angeles CA CSA +162,362,191,Louisville KY-IN CSA (KY Part) +162,363,162,San Francisco CA CSA +162,364,186,Indianapolis IN CSA +162,365,159,Los Angeles CA CSA +162,366,159,Los Angeles CA CSA +162,367,162,San Francisco CA CSA +162,368,154,Alaska +162,369,159,Los Angeles CA CSA +162,370,12,Chicago IL-IN-WI CSA (IL Part) +162,371,154,Alaska +162,372,162,San Francisco CA CSA +162,373,162,San Francisco CA CSA +162,374,159,Los Angeles CA CSA +162,375,159,Los Angeles CA CSA +162,376,159,Los Angeles CA CSA +162,377,223,New York NY-NJ-CT-PA CSA (NY Part) +162,378,232,Cleveland OH CSA +162,379,162,San Francisco CA CSA +162,380,159,Los Angeles CA CSA +162,381,154,Alaska +162,382,154,Alaska +162,383,268,Seattle WA CSA +162,384,257,Houston TX CSA +162,385,223,New York NY-NJ-CT-PA CSA (NY Part) +162,386,12,Chicago IL-IN-WI CSA (IL Part) +162,387,12,Chicago IL-IN-WI CSA (IL Part) +162,388,268,Seattle WA CSA +162,389,268,Seattle WA CSA +162,390,268,Seattle WA CSA +162,391,255,Dallas-Fort Worth TX CSA +162,392,268,Seattle WA CSA +162,393,159,Los Angeles CA CSA +162,394,186,Indianapolis IN CSA +162,395,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +162,396,162,San Francisco CA CSA +162,397,203,Detroit MI CSA +162,398,162,San Francisco CA CSA +162,399,162,San Francisco CA CSA +162,400,179,Honolulu HI MSA +162,401,159,Los Angeles CA CSA +162,402,203,Detroit MI CSA +162,403,159,Los Angeles CA CSA +162,404,162,San Francisco CA CSA +162,405,257,Houston TX CSA +162,406,12,Chicago IL-IN-WI CSA (IL Part) +162,407,266,Washington DC-MD-VA-WV CSA (VA Part) +162,408,159,Los Angeles CA CSA +162,409,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +162,410,159,Los Angeles CA CSA +162,411,159,Los Angeles CA CSA +162,412,159,Los Angeles CA CSA +162,413,159,Los Angeles CA CSA +162,414,162,San Francisco CA CSA +162,415,266,Washington DC-MD-VA-WV CSA (VA Part) +162,416,153,Remainder of Alabama +162,417,162,San Francisco CA CSA +162,418,154,Alaska +162,419,159,Los Angeles CA CSA +162,420,159,Los Angeles CA CSA +162,421,154,Alaska +162,422,154,Alaska +162,423,268,Seattle WA CSA +162,424,159,Los Angeles CA CSA +162,425,154,Alaska +162,426,159,Los Angeles CA CSA +162,427,159,Los Angeles CA CSA +162,428,162,San Francisco CA CSA +162,429,162,San Francisco CA CSA +162,430,159,Los Angeles CA CSA +162,431,268,Seattle WA CSA +162,432,159,Los Angeles CA CSA +162,433,154,Alaska +162,434,162,San Francisco CA CSA +162,435,159,Los Angeles CA CSA +162,436,217,New York NY-NJ-CT-PA CSA (NJ Part) +162,437,223,New York NY-NJ-CT-PA CSA (NY Part) +162,438,162,San Francisco CA CSA +162,439,195,New Orleans LA CSA +162,440,249,Memphis TN-MS-AR MSA (TN Part) +162,441,159,Los Angeles CA CSA +162,442,12,Chicago IL-IN-WI CSA (IL Part) +162,443,12,Chicago IL-IN-WI CSA (IL Part) +162,444,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +162,445,162,San Francisco CA CSA +162,446,223,New York NY-NJ-CT-PA CSA (NY Part) +162,447,12,Chicago IL-IN-WI CSA (IL Part) +162,448,217,New York NY-NJ-CT-PA CSA (NJ Part) +162,449,159,Los Angeles CA CSA +162,450,255,Dallas-Fort Worth TX CSA +162,451,159,Los Angeles CA CSA +162,452,249,Memphis TN-MS-AR MSA (TN Part) +162,453,154,Alaska +162,454,223,New York NY-NJ-CT-PA CSA (NY Part) +162,455,159,Los Angeles CA CSA +162,456,162,San Francisco CA CSA +162,457,12,Chicago IL-IN-WI CSA (IL Part) +162,458,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +162,459,268,Seattle WA CSA +162,460,223,New York NY-NJ-CT-PA CSA (NY Part) +162,461,159,Los Angeles CA CSA +162,462,176,Atlanta GA-AL CSA (GA Part) +162,463,162,San Francisco CA CSA +162,464,217,New York NY-NJ-CT-PA CSA (NJ Part) +162,465,154,Alaska +162,466,154,Alaska +162,467,162,San Francisco CA CSA +162,468,154,Alaska +162,469,164,Denver CO CSA +162,470,154,Alaska +162,471,217,New York NY-NJ-CT-PA CSA (NJ Part) +162,472,162,San Francisco CA CSA +162,473,154,Alaska +162,474,159,Los Angeles CA CSA +162,475,176,Atlanta GA-AL CSA (GA Part) +162,476,12,Chicago IL-IN-WI CSA (IL Part) +162,477,154,Alaska +162,478,249,Memphis TN-MS-AR MSA (TN Part) +162,479,162,San Francisco CA CSA +162,480,268,Seattle WA CSA +162,481,162,San Francisco CA CSA +162,482,154,Alaska +162,483,159,Los Angeles CA CSA +162,484,172,Miami FL MSA +162,485,162,San Francisco CA CSA +162,486,268,Seattle WA CSA +162,487,255,Dallas-Fort Worth TX CSA +162,488,159,Los Angeles CA CSA +162,489,154,Alaska +162,490,223,New York NY-NJ-CT-PA CSA (NY Part) +162,491,192,Remainder of Kentucky +163,274,162,San Francisco CA CSA +163,275,12,Chicago IL-IN-WI CSA (IL Part) +163,276,12,Chicago IL-IN-WI CSA (IL Part) +163,277,231,Cincinnati OH-KY-IN CSA (OH Part) +163,278,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +163,279,249,Memphis TN-MS-AR MSA (TN Part) +163,280,172,Miami FL MSA +163,281,255,Dallas-Fort Worth TX CSA +163,282,159,Los Angeles CA CSA +163,283,172,Miami FL MSA +163,284,162,San Francisco CA CSA +163,285,203,Detroit MI CSA +163,286,12,Chicago IL-IN-WI CSA (IL Part) +163,287,172,Miami FL MSA +163,288,12,Chicago IL-IN-WI CSA (IL Part) +163,289,154,Alaska +163,290,172,Miami FL MSA +163,291,159,Los Angeles CA CSA +163,292,12,Chicago IL-IN-WI CSA (IL Part) +163,293,255,Dallas-Fort Worth TX CSA +163,294,191,Louisville KY-IN CSA (KY Part) +163,295,266,Washington DC-MD-VA-WV CSA (VA Part) +163,296,154,Alaska +163,297,159,Los Angeles CA CSA +163,298,159,Los Angeles CA CSA +163,299,172,Miami FL MSA +163,300,172,Miami FL MSA +163,301,154,Alaska +163,302,195,New Orleans LA CSA +163,303,159,Los Angeles CA CSA +163,304,162,San Francisco CA CSA +163,305,266,Washington DC-MD-VA-WV CSA (VA Part) +163,306,255,Dallas-Fort Worth TX CSA +163,307,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +163,308,154,Alaska +163,309,153,Remainder of Alabama +163,310,159,Los Angeles CA CSA +163,311,223,New York NY-NJ-CT-PA CSA (NY Part) +163,312,159,Los Angeles CA CSA +163,313,191,Louisville KY-IN CSA (KY Part) +163,314,159,Los Angeles CA CSA +163,315,162,San Francisco CA CSA +163,316,154,Alaska +163,317,162,San Francisco CA CSA +163,318,268,Seattle WA CSA +163,319,153,Remainder of Alabama +163,320,173,Orlando FL CSA +163,321,201,Boston MA-NH CSA (MA Part) +163,322,159,Los Angeles CA CSA +163,323,162,San Francisco CA CSA +163,324,12,Chicago IL-IN-WI CSA (IL Part) +163,325,255,Dallas-Fort Worth TX CSA +163,326,153,Remainder of Alabama +163,327,223,New York NY-NJ-CT-PA CSA (NY Part) +163,328,223,New York NY-NJ-CT-PA CSA (NY Part) +163,329,153,Remainder of Alabama +163,330,12,Chicago IL-IN-WI CSA (IL Part) +163,331,223,New York NY-NJ-CT-PA CSA (NY Part) +163,332,159,Los Angeles CA CSA +163,333,172,Miami FL MSA +163,334,257,Houston TX CSA +163,335,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +163,336,162,San Francisco CA CSA +163,337,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +163,338,162,San Francisco CA CSA +163,339,159,Los Angeles CA CSA +163,340,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +163,341,173,Orlando FL CSA +163,342,159,Los Angeles CA CSA +163,343,159,Los Angeles CA CSA +163,344,159,Los Angeles CA CSA +163,345,268,Seattle WA CSA +163,346,159,Los Angeles CA CSA +163,347,159,Los Angeles CA CSA +163,348,176,Atlanta GA-AL CSA (GA Part) +163,349,162,San Francisco CA CSA +163,350,12,Chicago IL-IN-WI CSA (IL Part) +163,351,249,Memphis TN-MS-AR MSA (TN Part) +163,352,232,Cleveland OH CSA +163,353,12,Chicago IL-IN-WI CSA (IL Part) +163,354,159,Los Angeles CA CSA +163,355,172,Miami FL MSA +163,356,159,Los Angeles CA CSA +163,357,266,Washington DC-MD-VA-WV CSA (VA Part) +163,358,223,New York NY-NJ-CT-PA CSA (NY Part) +163,359,159,Los Angeles CA CSA +163,360,195,New Orleans LA CSA +163,361,154,Alaska +163,362,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +163,363,257,Houston TX CSA +163,364,201,Boston MA-NH CSA (MA Part) +163,365,159,Los Angeles CA CSA +163,366,159,Los Angeles CA CSA +163,367,154,Alaska +163,368,162,San Francisco CA CSA +163,369,159,Los Angeles CA CSA +163,370,159,Los Angeles CA CSA +163,371,159,Los Angeles CA CSA +163,372,232,Cleveland OH CSA +163,373,159,Los Angeles CA CSA +163,374,154,Alaska +163,375,268,Seattle WA CSA +163,376,154,Alaska +163,377,12,Chicago IL-IN-WI CSA (IL Part) +163,378,257,Houston TX CSA +163,379,162,San Francisco CA CSA +163,380,154,Alaska +163,381,162,San Francisco CA CSA +163,382,159,Los Angeles CA CSA +163,383,12,Chicago IL-IN-WI CSA (IL Part) +163,384,176,Atlanta GA-AL CSA (GA Part) +163,385,201,Boston MA-NH CSA (MA Part) +163,386,217,New York NY-NJ-CT-PA CSA (NJ Part) +163,387,159,Los Angeles CA CSA +163,388,162,San Francisco CA CSA +163,389,162,San Francisco CA CSA +163,390,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +163,391,232,Cleveland OH CSA +163,392,159,Los Angeles CA CSA +163,393,162,San Francisco CA CSA +163,394,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +163,395,162,San Francisco CA CSA +163,396,159,Los Angeles CA CSA +163,397,232,Cleveland OH CSA +163,398,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +163,399,159,Los Angeles CA CSA +163,400,159,Los Angeles CA CSA +163,401,162,San Francisco CA CSA +163,402,159,Los Angeles CA CSA +163,403,159,Los Angeles CA CSA +163,404,162,San Francisco CA CSA +163,405,172,Miami FL MSA +163,406,266,Washington DC-MD-VA-WV CSA (VA Part) +163,407,186,Indianapolis IN CSA +163,408,162,San Francisco CA CSA +163,409,255,Dallas-Fort Worth TX CSA +163,410,159,Los Angeles CA CSA +163,411,154,Alaska +163,412,12,Chicago IL-IN-WI CSA (IL Part) +163,413,159,Los Angeles CA CSA +163,414,162,San Francisco CA CSA +163,415,223,New York NY-NJ-CT-PA CSA (NY Part) +163,416,255,Dallas-Fort Worth TX CSA +163,417,159,Los Angeles CA CSA +163,418,154,Alaska +163,419,159,Los Angeles CA CSA +163,420,162,San Francisco CA CSA +163,421,154,Alaska +163,422,154,Alaska +163,423,12,Chicago IL-IN-WI CSA (IL Part) +163,424,172,Miami FL MSA +163,425,159,Los Angeles CA CSA +163,426,159,Los Angeles CA CSA +163,427,159,Los Angeles CA CSA +163,428,154,Alaska +163,429,159,Los Angeles CA CSA +163,430,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +163,431,159,Los Angeles CA CSA +163,432,162,San Francisco CA CSA +163,433,217,New York NY-NJ-CT-PA CSA (NJ Part) +163,434,186,Indianapolis IN CSA +163,435,268,Seattle WA CSA +163,436,191,Louisville KY-IN CSA (KY Part) +163,437,249,Memphis TN-MS-AR MSA (TN Part) +163,438,195,New Orleans LA CSA +163,439,172,Miami FL MSA +163,440,195,New Orleans LA CSA +163,441,162,San Francisco CA CSA +163,442,203,Detroit MI CSA +163,443,12,Chicago IL-IN-WI CSA (IL Part) +163,444,154,Alaska +163,445,12,Chicago IL-IN-WI CSA (IL Part) +163,446,223,New York NY-NJ-CT-PA CSA (NY Part) +163,447,201,Boston MA-NH CSA (MA Part) +163,448,223,New York NY-NJ-CT-PA CSA (NY Part) +163,449,154,Alaska +163,450,172,Miami FL MSA +163,451,162,San Francisco CA CSA +163,452,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +163,453,159,Los Angeles CA CSA +163,454,223,New York NY-NJ-CT-PA CSA (NY Part) +163,455,217,New York NY-NJ-CT-PA CSA (NJ Part) +163,456,268,Seattle WA CSA +163,457,12,Chicago IL-IN-WI CSA (IL Part) +163,458,162,San Francisco CA CSA +163,459,154,Alaska +163,460,159,Los Angeles CA CSA +163,461,159,Los Angeles CA CSA +163,462,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +163,463,159,Los Angeles CA CSA +163,464,12,Chicago IL-IN-WI CSA (IL Part) +163,465,154,Alaska +163,466,159,Los Angeles CA CSA +163,467,203,Detroit MI CSA +163,468,154,Alaska +163,469,164,Denver CO CSA +163,470,268,Seattle WA CSA +163,471,266,Washington DC-MD-VA-WV CSA (VA Part) +163,472,159,Los Angeles CA CSA +163,473,159,Los Angeles CA CSA +163,474,172,Miami FL MSA +163,475,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +163,476,162,San Francisco CA CSA +163,477,154,Alaska +163,478,172,Miami FL MSA +163,479,268,Seattle WA CSA +163,480,192,Remainder of Kentucky +163,481,159,Los Angeles CA CSA +163,482,154,Alaska +163,483,159,Los Angeles CA CSA +163,484,172,Miami FL MSA +163,485,159,Los Angeles CA CSA +163,486,159,Los Angeles CA CSA +163,487,159,Los Angeles CA CSA +163,488,154,Alaska +163,489,217,New York NY-NJ-CT-PA CSA (NJ Part) +163,490,266,Washington DC-MD-VA-WV CSA (VA Part) +163,491,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +164,274,268,Seattle WA CSA +164,275,12,Chicago IL-IN-WI CSA (IL Part) +164,276,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +164,277,217,New York NY-NJ-CT-PA CSA (NJ Part) +164,278,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +164,279,191,Louisville KY-IN CSA (KY Part) +164,280,255,Dallas-Fort Worth TX CSA +164,281,249,Memphis TN-MS-AR MSA (TN Part) +164,282,223,New York NY-NJ-CT-PA CSA (NY Part) +164,283,176,Atlanta GA-AL CSA (GA Part) +164,284,268,Seattle WA CSA +164,285,217,New York NY-NJ-CT-PA CSA (NJ Part) +164,286,12,Chicago IL-IN-WI CSA (IL Part) +164,287,172,Miami FL MSA +164,288,217,New York NY-NJ-CT-PA CSA (NJ Part) +164,289,12,Chicago IL-IN-WI CSA (IL Part) +164,290,172,Miami FL MSA +164,291,223,New York NY-NJ-CT-PA CSA (NY Part) +164,292,192,Remainder of Kentucky +164,293,255,Dallas-Fort Worth TX CSA +164,294,223,New York NY-NJ-CT-PA CSA (NY Part) +164,295,176,Atlanta GA-AL CSA (GA Part) +164,296,154,Alaska +164,297,176,Atlanta GA-AL CSA (GA Part) +164,298,217,New York NY-NJ-CT-PA CSA (NJ Part) +164,299,172,Miami FL MSA +164,300,195,New Orleans LA CSA +164,301,201,Boston MA-NH CSA (MA Part) +164,302,186,Indianapolis IN CSA +164,303,154,Alaska +164,304,232,Cleveland OH CSA +164,305,12,Chicago IL-IN-WI CSA (IL Part) +164,306,226,Charlotte NC-SC CSA (NC Part) +164,307,223,New York NY-NJ-CT-PA CSA (NY Part) +164,308,203,Detroit MI CSA +164,309,249,Memphis TN-MS-AR MSA (TN Part) +164,310,12,Chicago IL-IN-WI CSA (IL Part) +164,311,12,Chicago IL-IN-WI CSA (IL Part) +164,312,249,Memphis TN-MS-AR MSA (TN Part) +164,313,186,Indianapolis IN CSA +164,314,223,New York NY-NJ-CT-PA CSA (NY Part) +164,315,172,Miami FL MSA +164,316,162,San Francisco CA CSA +164,317,154,Alaska +164,318,154,Alaska +164,319,255,Dallas-Fort Worth TX CSA +164,320,12,Chicago IL-IN-WI CSA (IL Part) +164,321,12,Chicago IL-IN-WI CSA (IL Part) +164,322,268,Seattle WA CSA +164,323,255,Dallas-Fort Worth TX CSA +164,324,223,New York NY-NJ-CT-PA CSA (NY Part) +164,325,249,Memphis TN-MS-AR MSA (TN Part) +164,326,172,Miami FL MSA +164,327,223,New York NY-NJ-CT-PA CSA (NY Part) +164,328,223,New York NY-NJ-CT-PA CSA (NY Part) +164,329,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +164,330,12,Chicago IL-IN-WI CSA (IL Part) +164,331,217,New York NY-NJ-CT-PA CSA (NJ Part) +164,332,172,Miami FL MSA +164,333,176,Atlanta GA-AL CSA (GA Part) +164,334,257,Houston TX CSA +164,335,164,Denver CO CSA +164,336,255,Dallas-Fort Worth TX CSA +164,337,232,Cleveland OH CSA +164,338,232,Cleveland OH CSA +164,339,268,Seattle WA CSA +164,340,266,Washington DC-MD-VA-WV CSA (VA Part) +164,341,153,Remainder of Alabama +164,342,12,Chicago IL-IN-WI CSA (IL Part) +164,343,162,San Francisco CA CSA +164,344,12,Chicago IL-IN-WI CSA (IL Part) +164,345,12,Chicago IL-IN-WI CSA (IL Part) +164,346,195,New Orleans LA CSA +164,347,192,Remainder of Kentucky +164,348,223,New York NY-NJ-CT-PA CSA (NY Part) +164,349,12,Chicago IL-IN-WI CSA (IL Part) +164,350,217,New York NY-NJ-CT-PA CSA (NJ Part) +164,351,12,Chicago IL-IN-WI CSA (IL Part) +164,352,12,Chicago IL-IN-WI CSA (IL Part) +164,353,12,Chicago IL-IN-WI CSA (IL Part) +164,354,203,Detroit MI CSA +164,355,191,Louisville KY-IN CSA (KY Part) +164,356,249,Memphis TN-MS-AR MSA (TN Part) +164,357,12,Chicago IL-IN-WI CSA (IL Part) +164,358,12,Chicago IL-IN-WI CSA (IL Part) +164,359,153,Remainder of Alabama +164,360,172,Miami FL MSA +164,361,162,San Francisco CA CSA +164,362,12,Chicago IL-IN-WI CSA (IL Part) +164,363,255,Dallas-Fort Worth TX CSA +164,364,164,Denver CO CSA +164,365,12,Chicago IL-IN-WI CSA (IL Part) +164,366,154,Alaska +164,367,179,Honolulu HI MSA +164,368,203,Detroit MI CSA +164,369,12,Chicago IL-IN-WI CSA (IL Part) +164,370,12,Chicago IL-IN-WI CSA (IL Part) +164,371,217,New York NY-NJ-CT-PA CSA (NJ Part) +164,372,12,Chicago IL-IN-WI CSA (IL Part) +164,373,172,Miami FL MSA +164,374,268,Seattle WA CSA +164,375,191,Louisville KY-IN CSA (KY Part) +164,376,255,Dallas-Fort Worth TX CSA +164,377,201,Boston MA-NH CSA (MA Part) +164,378,255,Dallas-Fort Worth TX CSA +164,379,217,New York NY-NJ-CT-PA CSA (NJ Part) +164,380,186,Indianapolis IN CSA +164,381,159,Los Angeles CA CSA +164,382,249,Memphis TN-MS-AR MSA (TN Part) +164,383,232,Cleveland OH CSA +164,384,266,Washington DC-MD-VA-WV CSA (VA Part) +164,385,217,New York NY-NJ-CT-PA CSA (NJ Part) +164,386,223,New York NY-NJ-CT-PA CSA (NY Part) +164,387,249,Memphis TN-MS-AR MSA (TN Part) +164,388,12,Chicago IL-IN-WI CSA (IL Part) +164,389,12,Chicago IL-IN-WI CSA (IL Part) +164,390,169,Delaware +164,391,217,New York NY-NJ-CT-PA CSA (NJ Part) +164,392,159,Los Angeles CA CSA +164,393,217,New York NY-NJ-CT-PA CSA (NJ Part) +164,394,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +164,395,12,Chicago IL-IN-WI CSA (IL Part) +164,396,164,Denver CO CSA +164,397,12,Chicago IL-IN-WI CSA (IL Part) +164,398,223,New York NY-NJ-CT-PA CSA (NY Part) +164,399,159,Los Angeles CA CSA +164,400,159,Los Angeles CA CSA +164,401,12,Chicago IL-IN-WI CSA (IL Part) +164,402,12,Chicago IL-IN-WI CSA (IL Part) +164,403,162,San Francisco CA CSA +164,404,12,Chicago IL-IN-WI CSA (IL Part) +164,405,191,Louisville KY-IN CSA (KY Part) +164,406,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +164,407,176,Atlanta GA-AL CSA (GA Part) +164,408,159,Los Angeles CA CSA +164,409,223,New York NY-NJ-CT-PA CSA (NY Part) +164,410,162,San Francisco CA CSA +164,411,12,Chicago IL-IN-WI CSA (IL Part) +164,412,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +164,413,159,Los Angeles CA CSA +164,414,257,Houston TX CSA +164,415,223,New York NY-NJ-CT-PA CSA (NY Part) +164,416,191,Louisville KY-IN CSA (KY Part) +164,417,162,San Francisco CA CSA +164,418,154,Alaska +164,419,12,Chicago IL-IN-WI CSA (IL Part) +164,420,223,New York NY-NJ-CT-PA CSA (NY Part) +164,421,268,Seattle WA CSA +164,422,154,Alaska +164,423,12,Chicago IL-IN-WI CSA (IL Part) +164,424,257,Houston TX CSA +164,425,154,Alaska +164,426,191,Louisville KY-IN CSA (KY Part) +164,427,195,New Orleans LA CSA +164,428,268,Seattle WA CSA +164,429,159,Los Angeles CA CSA +164,430,249,Memphis TN-MS-AR MSA (TN Part) +164,431,12,Chicago IL-IN-WI CSA (IL Part) +164,432,203,Detroit MI CSA +164,433,12,Chicago IL-IN-WI CSA (IL Part) +164,434,223,New York NY-NJ-CT-PA CSA (NY Part) +164,435,154,Alaska +164,436,223,New York NY-NJ-CT-PA CSA (NY Part) +164,437,172,Miami FL MSA +164,438,172,Miami FL MSA +164,439,172,Miami FL MSA +164,440,249,Memphis TN-MS-AR MSA (TN Part) +164,441,159,Los Angeles CA CSA +164,442,12,Chicago IL-IN-WI CSA (IL Part) +164,443,249,Memphis TN-MS-AR MSA (TN Part) +164,444,217,New York NY-NJ-CT-PA CSA (NJ Part) +164,445,226,Charlotte NC-SC CSA (NC Part) +164,446,12,Chicago IL-IN-WI CSA (IL Part) +164,447,245,Charleston SC MSA +164,448,266,Washington DC-MD-VA-WV CSA (VA Part) +164,449,154,Alaska +164,450,153,Remainder of Alabama +164,451,191,Louisville KY-IN CSA (KY Part) +164,452,12,Chicago IL-IN-WI CSA (IL Part) +164,453,159,Los Angeles CA CSA +164,454,12,Chicago IL-IN-WI CSA (IL Part) +164,455,191,Louisville KY-IN CSA (KY Part) +164,456,159,Los Angeles CA CSA +164,457,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +164,458,223,New York NY-NJ-CT-PA CSA (NY Part) +164,459,12,Chicago IL-IN-WI CSA (IL Part) +164,460,232,Cleveland OH CSA +164,461,173,Orlando FL CSA +164,462,217,New York NY-NJ-CT-PA CSA (NJ Part) +164,463,12,Chicago IL-IN-WI CSA (IL Part) +164,464,203,Detroit MI CSA +164,465,203,Detroit MI CSA +164,466,203,Detroit MI CSA +164,467,12,Chicago IL-IN-WI CSA (IL Part) +164,468,154,Alaska +164,469,12,Chicago IL-IN-WI CSA (IL Part) +164,470,154,Alaska +164,471,217,New York NY-NJ-CT-PA CSA (NJ Part) +164,472,159,Los Angeles CA CSA +164,473,159,Los Angeles CA CSA +164,474,249,Memphis TN-MS-AR MSA (TN Part) +164,475,217,New York NY-NJ-CT-PA CSA (NJ Part) +164,476,12,Chicago IL-IN-WI CSA (IL Part) +164,477,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +164,478,195,New Orleans LA CSA +164,479,162,San Francisco CA CSA +164,480,266,Washington DC-MD-VA-WV CSA (VA Part) +164,481,12,Chicago IL-IN-WI CSA (IL Part) +164,482,217,New York NY-NJ-CT-PA CSA (NJ Part) +164,483,12,Chicago IL-IN-WI CSA (IL Part) +164,484,172,Miami FL MSA +164,485,232,Cleveland OH CSA +164,486,159,Los Angeles CA CSA +164,487,172,Miami FL MSA +164,488,162,San Francisco CA CSA +164,489,223,New York NY-NJ-CT-PA CSA (NY Part) +164,490,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +164,491,12,Chicago IL-IN-WI CSA (IL Part) +165,274,249,Memphis TN-MS-AR MSA (TN Part) +165,275,223,New York NY-NJ-CT-PA CSA (NY Part) +165,276,232,Cleveland OH CSA +165,277,203,Detroit MI CSA +165,278,191,Louisville KY-IN CSA (KY Part) +165,279,172,Miami FL MSA +165,280,172,Miami FL MSA +165,281,172,Miami FL MSA +165,282,186,Indianapolis IN CSA +165,283,172,Miami FL MSA +165,284,255,Dallas-Fort Worth TX CSA +165,285,231,Cincinnati OH-KY-IN CSA (OH Part) +165,286,12,Chicago IL-IN-WI CSA (IL Part) +165,287,255,Dallas-Fort Worth TX CSA +165,288,12,Chicago IL-IN-WI CSA (IL Part) +165,289,159,Los Angeles CA CSA +165,290,153,Remainder of Alabama +165,291,12,Chicago IL-IN-WI CSA (IL Part) +165,292,217,New York NY-NJ-CT-PA CSA (NJ Part) +165,293,257,Houston TX CSA +165,294,203,Detroit MI CSA +165,295,255,Dallas-Fort Worth TX CSA +165,296,154,Alaska +165,297,257,Houston TX CSA +165,298,12,Chicago IL-IN-WI CSA (IL Part) +165,299,217,New York NY-NJ-CT-PA CSA (NJ Part) +165,300,195,New Orleans LA CSA +165,301,12,Chicago IL-IN-WI CSA (IL Part) +165,302,255,Dallas-Fort Worth TX CSA +165,303,154,Alaska +165,304,12,Chicago IL-IN-WI CSA (IL Part) +165,305,12,Chicago IL-IN-WI CSA (IL Part) +165,306,223,New York NY-NJ-CT-PA CSA (NY Part) +165,307,223,New York NY-NJ-CT-PA CSA (NY Part) +165,308,268,Seattle WA CSA +165,309,203,Detroit MI CSA +165,310,12,Chicago IL-IN-WI CSA (IL Part) +165,311,223,New York NY-NJ-CT-PA CSA (NY Part) +165,312,257,Houston TX CSA +165,313,249,Memphis TN-MS-AR MSA (TN Part) +165,314,12,Chicago IL-IN-WI CSA (IL Part) +165,315,249,Memphis TN-MS-AR MSA (TN Part) +165,316,159,Los Angeles CA CSA +165,317,268,Seattle WA CSA +165,318,154,Alaska +165,319,172,Miami FL MSA +165,320,223,New York NY-NJ-CT-PA CSA (NY Part) +165,321,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +165,322,159,Los Angeles CA CSA +165,323,257,Houston TX CSA +165,324,255,Dallas-Fort Worth TX CSA +165,325,172,Miami FL MSA +165,326,172,Miami FL MSA +165,327,12,Chicago IL-IN-WI CSA (IL Part) +165,328,223,New York NY-NJ-CT-PA CSA (NY Part) +165,329,203,Detroit MI CSA +165,330,12,Chicago IL-IN-WI CSA (IL Part) +165,331,217,New York NY-NJ-CT-PA CSA (NJ Part) +165,332,176,Atlanta GA-AL CSA (GA Part) +165,333,172,Miami FL MSA +165,334,255,Dallas-Fort Worth TX CSA +165,335,223,New York NY-NJ-CT-PA CSA (NY Part) +165,336,257,Houston TX CSA +165,337,255,Dallas-Fort Worth TX CSA +165,338,201,Boston MA-NH CSA (MA Part) +165,339,164,Denver CO CSA +165,340,217,New York NY-NJ-CT-PA CSA (NJ Part) +165,341,172,Miami FL MSA +165,342,12,Chicago IL-IN-WI CSA (IL Part) +165,343,159,Los Angeles CA CSA +165,344,12,Chicago IL-IN-WI CSA (IL Part) +165,345,223,New York NY-NJ-CT-PA CSA (NY Part) +165,346,191,Louisville KY-IN CSA (KY Part) +165,347,223,New York NY-NJ-CT-PA CSA (NY Part) +165,348,191,Louisville KY-IN CSA (KY Part) +165,349,12,Chicago IL-IN-WI CSA (IL Part) +165,350,255,Dallas-Fort Worth TX CSA +165,351,232,Cleveland OH CSA +165,352,192,Remainder of Kentucky +165,353,12,Chicago IL-IN-WI CSA (IL Part) +165,354,268,Seattle WA CSA +165,355,153,Remainder of Alabama +165,356,257,Houston TX CSA +165,357,255,Dallas-Fort Worth TX CSA +165,358,203,Detroit MI CSA +165,359,153,Remainder of Alabama +165,360,172,Miami FL MSA +165,361,159,Los Angeles CA CSA +165,362,12,Chicago IL-IN-WI CSA (IL Part) +165,363,249,Memphis TN-MS-AR MSA (TN Part) +165,364,266,Washington DC-MD-VA-WV CSA (VA Part) +165,365,12,Chicago IL-IN-WI CSA (IL Part) +165,366,159,Los Angeles CA CSA +165,367,154,Alaska +165,368,203,Detroit MI CSA +165,369,249,Memphis TN-MS-AR MSA (TN Part) +165,370,12,Chicago IL-IN-WI CSA (IL Part) +165,371,223,New York NY-NJ-CT-PA CSA (NY Part) +165,372,217,New York NY-NJ-CT-PA CSA (NJ Part) +165,373,172,Miami FL MSA +165,374,162,San Francisco CA CSA +165,375,223,New York NY-NJ-CT-PA CSA (NY Part) +165,376,164,Denver CO CSA +165,377,223,New York NY-NJ-CT-PA CSA (NY Part) +165,378,176,Atlanta GA-AL CSA (GA Part) +165,379,12,Chicago IL-IN-WI CSA (IL Part) +165,380,12,Chicago IL-IN-WI CSA (IL Part) +165,381,159,Los Angeles CA CSA +165,382,12,Chicago IL-IN-WI CSA (IL Part) +165,383,249,Memphis TN-MS-AR MSA (TN Part) +165,384,249,Memphis TN-MS-AR MSA (TN Part) +165,385,231,Cincinnati OH-KY-IN CSA (OH Part) +165,386,223,New York NY-NJ-CT-PA CSA (NY Part) +165,387,223,New York NY-NJ-CT-PA CSA (NY Part) +165,388,223,New York NY-NJ-CT-PA CSA (NY Part) +165,389,12,Chicago IL-IN-WI CSA (IL Part) +165,390,12,Chicago IL-IN-WI CSA (IL Part) +165,391,12,Chicago IL-IN-WI CSA (IL Part) +165,392,154,Alaska +165,393,12,Chicago IL-IN-WI CSA (IL Part) +165,394,249,Memphis TN-MS-AR MSA (TN Part) +165,395,12,Chicago IL-IN-WI CSA (IL Part) +165,396,159,Los Angeles CA CSA +165,397,249,Memphis TN-MS-AR MSA (TN Part) +165,398,12,Chicago IL-IN-WI CSA (IL Part) +165,399,249,Memphis TN-MS-AR MSA (TN Part) +165,400,162,San Francisco CA CSA +165,401,223,New York NY-NJ-CT-PA CSA (NY Part) +165,402,249,Memphis TN-MS-AR MSA (TN Part) +165,403,154,Alaska +165,404,186,Indianapolis IN CSA +165,405,176,Atlanta GA-AL CSA (GA Part) +165,406,226,Charlotte NC-SC CSA (NC Part) +165,407,217,New York NY-NJ-CT-PA CSA (NJ Part) +165,408,154,Alaska +165,409,217,New York NY-NJ-CT-PA CSA (NJ Part) +165,410,179,Honolulu HI MSA +165,411,154,Alaska +165,412,223,New York NY-NJ-CT-PA CSA (NY Part) +165,413,159,Los Angeles CA CSA +165,414,153,Remainder of Alabama +165,415,201,Boston MA-NH CSA (MA Part) +165,416,217,New York NY-NJ-CT-PA CSA (NJ Part) +165,417,159,Los Angeles CA CSA +165,418,154,Alaska +165,419,12,Chicago IL-IN-WI CSA (IL Part) +165,420,249,Memphis TN-MS-AR MSA (TN Part) +165,421,191,Louisville KY-IN CSA (KY Part) +165,422,162,San Francisco CA CSA +165,423,203,Detroit MI CSA +165,424,249,Memphis TN-MS-AR MSA (TN Part) +165,425,159,Los Angeles CA CSA +165,426,257,Houston TX CSA +165,427,226,Charlotte NC-SC CSA (NC Part) +165,428,154,Alaska +165,429,257,Houston TX CSA +165,430,203,Detroit MI CSA +165,431,12,Chicago IL-IN-WI CSA (IL Part) +165,432,223,New York NY-NJ-CT-PA CSA (NY Part) +165,433,217,New York NY-NJ-CT-PA CSA (NJ Part) +165,434,266,Washington DC-MD-VA-WV CSA (VA Part) +165,435,154,Alaska +165,436,203,Detroit MI CSA +165,437,172,Miami FL MSA +165,438,195,New Orleans LA CSA +165,439,172,Miami FL MSA +165,440,164,Denver CO CSA +165,441,255,Dallas-Fort Worth TX CSA +165,442,232,Cleveland OH CSA +165,443,12,Chicago IL-IN-WI CSA (IL Part) +165,444,203,Detroit MI CSA +165,445,223,New York NY-NJ-CT-PA CSA (NY Part) +165,446,217,New York NY-NJ-CT-PA CSA (NJ Part) +165,447,191,Louisville KY-IN CSA (KY Part) +165,448,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +165,449,154,Alaska +165,450,195,New Orleans LA CSA +165,451,223,New York NY-NJ-CT-PA CSA (NY Part) +165,452,232,Cleveland OH CSA +165,453,159,Los Angeles CA CSA +165,454,223,New York NY-NJ-CT-PA CSA (NY Part) +165,455,266,Washington DC-MD-VA-WV CSA (VA Part) +165,456,154,Alaska +165,457,176,Atlanta GA-AL CSA (GA Part) +165,458,217,New York NY-NJ-CT-PA CSA (NJ Part) +165,459,154,Alaska +165,460,217,New York NY-NJ-CT-PA CSA (NJ Part) +165,461,172,Miami FL MSA +165,462,192,Remainder of Kentucky +165,463,249,Memphis TN-MS-AR MSA (TN Part) +165,464,12,Chicago IL-IN-WI CSA (IL Part) +165,465,186,Indianapolis IN CSA +165,466,12,Chicago IL-IN-WI CSA (IL Part) +165,467,223,New York NY-NJ-CT-PA CSA (NY Part) +165,468,162,San Francisco CA CSA +165,469,223,New York NY-NJ-CT-PA CSA (NY Part) +165,470,154,Alaska +165,471,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +165,472,159,Los Angeles CA CSA +165,473,159,Los Angeles CA CSA +165,474,255,Dallas-Fort Worth TX CSA +165,475,223,New York NY-NJ-CT-PA CSA (NY Part) +165,476,203,Detroit MI CSA +165,477,232,Cleveland OH CSA +165,478,255,Dallas-Fort Worth TX CSA +165,479,162,San Francisco CA CSA +165,480,191,Louisville KY-IN CSA (KY Part) +165,481,12,Chicago IL-IN-WI CSA (IL Part) +165,482,192,Remainder of Kentucky +165,483,12,Chicago IL-IN-WI CSA (IL Part) +165,484,172,Miami FL MSA +165,485,154,Alaska +165,486,268,Seattle WA CSA +165,487,172,Miami FL MSA +165,488,154,Alaska +165,489,268,Seattle WA CSA +165,490,266,Washington DC-MD-VA-WV CSA (VA Part) +165,491,266,Washington DC-MD-VA-WV CSA (VA Part) +166,274,266,Washington DC-MD-VA-WV CSA (VA Part) +166,275,223,New York NY-NJ-CT-PA CSA (NY Part) +166,276,223,New York NY-NJ-CT-PA CSA (NY Part) +166,277,266,Washington DC-MD-VA-WV CSA (VA Part) +166,278,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,279,201,Boston MA-NH CSA (MA Part) +166,280,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,281,223,New York NY-NJ-CT-PA CSA (NY Part) +166,282,223,New York NY-NJ-CT-PA CSA (NY Part) +166,283,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,284,223,New York NY-NJ-CT-PA CSA (NY Part) +166,285,266,Washington DC-MD-VA-WV CSA (VA Part) +166,286,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +166,287,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +166,288,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,289,223,New York NY-NJ-CT-PA CSA (NY Part) +166,290,223,New York NY-NJ-CT-PA CSA (NY Part) +166,291,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,292,223,New York NY-NJ-CT-PA CSA (NY Part) +166,293,223,New York NY-NJ-CT-PA CSA (NY Part) +166,294,223,New York NY-NJ-CT-PA CSA (NY Part) +166,295,169,Delaware +166,296,223,New York NY-NJ-CT-PA CSA (NY Part) +166,297,266,Washington DC-MD-VA-WV CSA (VA Part) +166,298,223,New York NY-NJ-CT-PA CSA (NY Part) +166,299,223,New York NY-NJ-CT-PA CSA (NY Part) +166,300,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +166,301,223,New York NY-NJ-CT-PA CSA (NY Part) +166,302,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +166,303,154,Alaska +166,304,223,New York NY-NJ-CT-PA CSA (NY Part) +166,305,266,Washington DC-MD-VA-WV CSA (VA Part) +166,306,223,New York NY-NJ-CT-PA CSA (NY Part) +166,307,223,New York NY-NJ-CT-PA CSA (NY Part) +166,308,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,309,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +166,310,223,New York NY-NJ-CT-PA CSA (NY Part) +166,311,223,New York NY-NJ-CT-PA CSA (NY Part) +166,312,172,Miami FL MSA +166,313,223,New York NY-NJ-CT-PA CSA (NY Part) +166,314,223,New York NY-NJ-CT-PA CSA (NY Part) +166,315,172,Miami FL MSA +166,316,223,New York NY-NJ-CT-PA CSA (NY Part) +166,317,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,318,266,Washington DC-MD-VA-WV CSA (VA Part) +166,319,223,New York NY-NJ-CT-PA CSA (NY Part) +166,320,266,Washington DC-MD-VA-WV CSA (VA Part) +166,321,223,New York NY-NJ-CT-PA CSA (NY Part) +166,322,223,New York NY-NJ-CT-PA CSA (NY Part) +166,323,169,Delaware +166,324,223,New York NY-NJ-CT-PA CSA (NY Part) +166,325,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,326,223,New York NY-NJ-CT-PA CSA (NY Part) +166,327,223,New York NY-NJ-CT-PA CSA (NY Part) +166,328,223,New York NY-NJ-CT-PA CSA (NY Part) +166,329,223,New York NY-NJ-CT-PA CSA (NY Part) +166,330,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +166,331,223,New York NY-NJ-CT-PA CSA (NY Part) +166,332,223,New York NY-NJ-CT-PA CSA (NY Part) +166,333,223,New York NY-NJ-CT-PA CSA (NY Part) +166,334,173,Orlando FL CSA +166,335,223,New York NY-NJ-CT-PA CSA (NY Part) +166,336,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,337,223,New York NY-NJ-CT-PA CSA (NY Part) +166,338,223,New York NY-NJ-CT-PA CSA (NY Part) +166,339,223,New York NY-NJ-CT-PA CSA (NY Part) +166,340,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,341,223,New York NY-NJ-CT-PA CSA (NY Part) +166,342,223,New York NY-NJ-CT-PA CSA (NY Part) +166,343,159,Los Angeles CA CSA +166,344,223,New York NY-NJ-CT-PA CSA (NY Part) +166,345,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,346,172,Miami FL MSA +166,347,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +166,348,223,New York NY-NJ-CT-PA CSA (NY Part) +166,349,201,Boston MA-NH CSA (MA Part) +166,350,169,Delaware +166,351,223,New York NY-NJ-CT-PA CSA (NY Part) +166,352,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,353,169,Delaware +166,354,223,New York NY-NJ-CT-PA CSA (NY Part) +166,355,223,New York NY-NJ-CT-PA CSA (NY Part) +166,356,176,Atlanta GA-AL CSA (GA Part) +166,357,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +166,358,223,New York NY-NJ-CT-PA CSA (NY Part) +166,359,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +166,360,223,New York NY-NJ-CT-PA CSA (NY Part) +166,361,223,New York NY-NJ-CT-PA CSA (NY Part) +166,362,223,New York NY-NJ-CT-PA CSA (NY Part) +166,363,172,Miami FL MSA +166,364,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +166,365,223,New York NY-NJ-CT-PA CSA (NY Part) +166,366,223,New York NY-NJ-CT-PA CSA (NY Part) +166,367,223,New York NY-NJ-CT-PA CSA (NY Part) +166,368,223,New York NY-NJ-CT-PA CSA (NY Part) +166,369,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,370,223,New York NY-NJ-CT-PA CSA (NY Part) +166,371,223,New York NY-NJ-CT-PA CSA (NY Part) +166,372,223,New York NY-NJ-CT-PA CSA (NY Part) +166,373,223,New York NY-NJ-CT-PA CSA (NY Part) +166,374,201,Boston MA-NH CSA (MA Part) +166,375,169,Delaware +166,376,223,New York NY-NJ-CT-PA CSA (NY Part) +166,377,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,378,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,379,223,New York NY-NJ-CT-PA CSA (NY Part) +166,380,201,Boston MA-NH CSA (MA Part) +166,381,266,Washington DC-MD-VA-WV CSA (VA Part) +166,382,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +166,383,223,New York NY-NJ-CT-PA CSA (NY Part) +166,384,223,New York NY-NJ-CT-PA CSA (NY Part) +166,385,169,Delaware +166,386,223,New York NY-NJ-CT-PA CSA (NY Part) +166,387,223,New York NY-NJ-CT-PA CSA (NY Part) +166,388,223,New York NY-NJ-CT-PA CSA (NY Part) +166,389,223,New York NY-NJ-CT-PA CSA (NY Part) +166,390,223,New York NY-NJ-CT-PA CSA (NY Part) +166,391,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,392,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,393,223,New York NY-NJ-CT-PA CSA (NY Part) +166,394,223,New York NY-NJ-CT-PA CSA (NY Part) +166,395,223,New York NY-NJ-CT-PA CSA (NY Part) +166,396,203,Detroit MI CSA +166,397,223,New York NY-NJ-CT-PA CSA (NY Part) +166,398,223,New York NY-NJ-CT-PA CSA (NY Part) +166,399,176,Atlanta GA-AL CSA (GA Part) +166,400,268,Seattle WA CSA +166,401,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +166,402,223,New York NY-NJ-CT-PA CSA (NY Part) +166,403,12,Chicago IL-IN-WI CSA (IL Part) +166,404,223,New York NY-NJ-CT-PA CSA (NY Part) +166,405,223,New York NY-NJ-CT-PA CSA (NY Part) +166,406,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,407,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,408,223,New York NY-NJ-CT-PA CSA (NY Part) +166,409,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,410,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,411,223,New York NY-NJ-CT-PA CSA (NY Part) +166,412,223,New York NY-NJ-CT-PA CSA (NY Part) +166,413,245,Charleston SC MSA +166,414,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,415,223,New York NY-NJ-CT-PA CSA (NY Part) +166,416,223,New York NY-NJ-CT-PA CSA (NY Part) +166,417,203,Detroit MI CSA +166,418,154,Alaska +166,419,223,New York NY-NJ-CT-PA CSA (NY Part) +166,420,232,Cleveland OH CSA +166,421,223,New York NY-NJ-CT-PA CSA (NY Part) +166,422,154,Alaska +166,423,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,424,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +166,425,223,New York NY-NJ-CT-PA CSA (NY Part) +166,426,223,New York NY-NJ-CT-PA CSA (NY Part) +166,427,172,Miami FL MSA +166,428,154,Alaska +166,429,201,Boston MA-NH CSA (MA Part) +166,430,223,New York NY-NJ-CT-PA CSA (NY Part) +166,431,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,432,169,Delaware +166,433,223,New York NY-NJ-CT-PA CSA (NY Part) +166,434,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +166,435,223,New York NY-NJ-CT-PA CSA (NY Part) +166,436,223,New York NY-NJ-CT-PA CSA (NY Part) +166,437,201,Boston MA-NH CSA (MA Part) +166,438,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,439,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +166,440,223,New York NY-NJ-CT-PA CSA (NY Part) +166,441,159,Los Angeles CA CSA +166,442,223,New York NY-NJ-CT-PA CSA (NY Part) +166,443,223,New York NY-NJ-CT-PA CSA (NY Part) +166,444,223,New York NY-NJ-CT-PA CSA (NY Part) +166,445,223,New York NY-NJ-CT-PA CSA (NY Part) +166,446,223,New York NY-NJ-CT-PA CSA (NY Part) +166,447,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,448,223,New York NY-NJ-CT-PA CSA (NY Part) +166,449,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,450,266,Washington DC-MD-VA-WV CSA (VA Part) +166,451,169,Delaware +166,452,223,New York NY-NJ-CT-PA CSA (NY Part) +166,453,176,Atlanta GA-AL CSA (GA Part) +166,454,223,New York NY-NJ-CT-PA CSA (NY Part) +166,455,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +166,456,266,Washington DC-MD-VA-WV CSA (VA Part) +166,457,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,458,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +166,459,223,New York NY-NJ-CT-PA CSA (NY Part) +166,460,223,New York NY-NJ-CT-PA CSA (NY Part) +166,461,223,New York NY-NJ-CT-PA CSA (NY Part) +166,462,266,Washington DC-MD-VA-WV CSA (VA Part) +166,463,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,464,223,New York NY-NJ-CT-PA CSA (NY Part) +166,465,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,466,232,Cleveland OH CSA +166,467,223,New York NY-NJ-CT-PA CSA (NY Part) +166,468,223,New York NY-NJ-CT-PA CSA (NY Part) +166,469,266,Washington DC-MD-VA-WV CSA (VA Part) +166,470,223,New York NY-NJ-CT-PA CSA (NY Part) +166,471,223,New York NY-NJ-CT-PA CSA (NY Part) +166,472,169,Delaware +166,473,159,Los Angeles CA CSA +166,474,223,New York NY-NJ-CT-PA CSA (NY Part) +166,475,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,476,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +166,477,223,New York NY-NJ-CT-PA CSA (NY Part) +166,478,223,New York NY-NJ-CT-PA CSA (NY Part) +166,479,159,Los Angeles CA CSA +166,480,223,New York NY-NJ-CT-PA CSA (NY Part) +166,481,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +166,482,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,483,223,New York NY-NJ-CT-PA CSA (NY Part) +166,484,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +166,485,223,New York NY-NJ-CT-PA CSA (NY Part) +166,486,266,Washington DC-MD-VA-WV CSA (VA Part) +166,487,223,New York NY-NJ-CT-PA CSA (NY Part) +166,488,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +166,489,217,New York NY-NJ-CT-PA CSA (NJ Part) +166,490,223,New York NY-NJ-CT-PA CSA (NY Part) +166,491,223,New York NY-NJ-CT-PA CSA (NY Part) +167,274,266,Washington DC-MD-VA-WV CSA (VA Part) +167,275,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,276,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,277,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,278,266,Washington DC-MD-VA-WV CSA (VA Part) +167,279,223,New York NY-NJ-CT-PA CSA (NY Part) +167,280,223,New York NY-NJ-CT-PA CSA (NY Part) +167,281,223,New York NY-NJ-CT-PA CSA (NY Part) +167,282,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +167,283,223,New York NY-NJ-CT-PA CSA (NY Part) +167,284,249,Memphis TN-MS-AR MSA (TN Part) +167,285,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,286,223,New York NY-NJ-CT-PA CSA (NY Part) +167,287,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +167,288,223,New York NY-NJ-CT-PA CSA (NY Part) +167,289,223,New York NY-NJ-CT-PA CSA (NY Part) +167,290,223,New York NY-NJ-CT-PA CSA (NY Part) +167,291,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +167,292,223,New York NY-NJ-CT-PA CSA (NY Part) +167,293,223,New York NY-NJ-CT-PA CSA (NY Part) +167,294,201,Boston MA-NH CSA (MA Part) +167,295,223,New York NY-NJ-CT-PA CSA (NY Part) +167,296,169,Delaware +167,297,172,Miami FL MSA +167,298,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,299,223,New York NY-NJ-CT-PA CSA (NY Part) +167,300,223,New York NY-NJ-CT-PA CSA (NY Part) +167,301,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,302,223,New York NY-NJ-CT-PA CSA (NY Part) +167,303,12,Chicago IL-IN-WI CSA (IL Part) +167,304,223,New York NY-NJ-CT-PA CSA (NY Part) +167,305,223,New York NY-NJ-CT-PA CSA (NY Part) +167,306,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,307,223,New York NY-NJ-CT-PA CSA (NY Part) +167,308,223,New York NY-NJ-CT-PA CSA (NY Part) +167,309,223,New York NY-NJ-CT-PA CSA (NY Part) +167,310,223,New York NY-NJ-CT-PA CSA (NY Part) +167,311,223,New York NY-NJ-CT-PA CSA (NY Part) +167,312,172,Miami FL MSA +167,313,223,New York NY-NJ-CT-PA CSA (NY Part) +167,314,223,New York NY-NJ-CT-PA CSA (NY Part) +167,315,172,Miami FL MSA +167,316,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +167,317,232,Cleveland OH CSA +167,318,192,Remainder of Kentucky +167,319,223,New York NY-NJ-CT-PA CSA (NY Part) +167,320,223,New York NY-NJ-CT-PA CSA (NY Part) +167,321,266,Washington DC-MD-VA-WV CSA (VA Part) +167,322,223,New York NY-NJ-CT-PA CSA (NY Part) +167,323,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,324,223,New York NY-NJ-CT-PA CSA (NY Part) +167,325,223,New York NY-NJ-CT-PA CSA (NY Part) +167,326,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,327,201,Boston MA-NH CSA (MA Part) +167,328,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +167,329,223,New York NY-NJ-CT-PA CSA (NY Part) +167,330,223,New York NY-NJ-CT-PA CSA (NY Part) +167,331,223,New York NY-NJ-CT-PA CSA (NY Part) +167,332,223,New York NY-NJ-CT-PA CSA (NY Part) +167,333,223,New York NY-NJ-CT-PA CSA (NY Part) +167,334,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +167,335,223,New York NY-NJ-CT-PA CSA (NY Part) +167,336,223,New York NY-NJ-CT-PA CSA (NY Part) +167,337,223,New York NY-NJ-CT-PA CSA (NY Part) +167,338,223,New York NY-NJ-CT-PA CSA (NY Part) +167,339,223,New York NY-NJ-CT-PA CSA (NY Part) +167,340,223,New York NY-NJ-CT-PA CSA (NY Part) +167,341,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +167,342,223,New York NY-NJ-CT-PA CSA (NY Part) +167,343,159,Los Angeles CA CSA +167,344,223,New York NY-NJ-CT-PA CSA (NY Part) +167,345,223,New York NY-NJ-CT-PA CSA (NY Part) +167,346,223,New York NY-NJ-CT-PA CSA (NY Part) +167,347,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,348,223,New York NY-NJ-CT-PA CSA (NY Part) +167,349,266,Washington DC-MD-VA-WV CSA (VA Part) +167,350,223,New York NY-NJ-CT-PA CSA (NY Part) +167,351,223,New York NY-NJ-CT-PA CSA (NY Part) +167,352,223,New York NY-NJ-CT-PA CSA (NY Part) +167,353,223,New York NY-NJ-CT-PA CSA (NY Part) +167,354,223,New York NY-NJ-CT-PA CSA (NY Part) +167,355,223,New York NY-NJ-CT-PA CSA (NY Part) +167,356,223,New York NY-NJ-CT-PA CSA (NY Part) +167,357,223,New York NY-NJ-CT-PA CSA (NY Part) +167,358,223,New York NY-NJ-CT-PA CSA (NY Part) +167,359,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,360,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,361,223,New York NY-NJ-CT-PA CSA (NY Part) +167,362,223,New York NY-NJ-CT-PA CSA (NY Part) +167,363,172,Miami FL MSA +167,364,223,New York NY-NJ-CT-PA CSA (NY Part) +167,365,223,New York NY-NJ-CT-PA CSA (NY Part) +167,366,223,New York NY-NJ-CT-PA CSA (NY Part) +167,367,154,Alaska +167,368,223,New York NY-NJ-CT-PA CSA (NY Part) +167,369,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,370,223,New York NY-NJ-CT-PA CSA (NY Part) +167,371,223,New York NY-NJ-CT-PA CSA (NY Part) +167,372,223,New York NY-NJ-CT-PA CSA (NY Part) +167,373,223,New York NY-NJ-CT-PA CSA (NY Part) +167,374,223,New York NY-NJ-CT-PA CSA (NY Part) +167,375,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,376,223,New York NY-NJ-CT-PA CSA (NY Part) +167,377,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,378,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +167,379,223,New York NY-NJ-CT-PA CSA (NY Part) +167,380,223,New York NY-NJ-CT-PA CSA (NY Part) +167,381,266,Washington DC-MD-VA-WV CSA (VA Part) +167,382,223,New York NY-NJ-CT-PA CSA (NY Part) +167,383,266,Washington DC-MD-VA-WV CSA (VA Part) +167,384,223,New York NY-NJ-CT-PA CSA (NY Part) +167,385,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,386,223,New York NY-NJ-CT-PA CSA (NY Part) +167,387,223,New York NY-NJ-CT-PA CSA (NY Part) +167,388,223,New York NY-NJ-CT-PA CSA (NY Part) +167,389,223,New York NY-NJ-CT-PA CSA (NY Part) +167,390,223,New York NY-NJ-CT-PA CSA (NY Part) +167,391,223,New York NY-NJ-CT-PA CSA (NY Part) +167,392,154,Alaska +167,393,245,Charleston SC MSA +167,394,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,395,223,New York NY-NJ-CT-PA CSA (NY Part) +167,396,159,Los Angeles CA CSA +167,397,223,New York NY-NJ-CT-PA CSA (NY Part) +167,398,223,New York NY-NJ-CT-PA CSA (NY Part) +167,399,223,New York NY-NJ-CT-PA CSA (NY Part) +167,400,162,San Francisco CA CSA +167,401,223,New York NY-NJ-CT-PA CSA (NY Part) +167,402,223,New York NY-NJ-CT-PA CSA (NY Part) +167,403,223,New York NY-NJ-CT-PA CSA (NY Part) +167,404,223,New York NY-NJ-CT-PA CSA (NY Part) +167,405,223,New York NY-NJ-CT-PA CSA (NY Part) +167,406,223,New York NY-NJ-CT-PA CSA (NY Part) +167,407,223,New York NY-NJ-CT-PA CSA (NY Part) +167,408,12,Chicago IL-IN-WI CSA (IL Part) +167,409,223,New York NY-NJ-CT-PA CSA (NY Part) +167,410,266,Washington DC-MD-VA-WV CSA (VA Part) +167,411,223,New York NY-NJ-CT-PA CSA (NY Part) +167,412,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +167,413,223,New York NY-NJ-CT-PA CSA (NY Part) +167,414,223,New York NY-NJ-CT-PA CSA (NY Part) +167,415,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,416,223,New York NY-NJ-CT-PA CSA (NY Part) +167,417,162,San Francisco CA CSA +167,418,203,Detroit MI CSA +167,419,223,New York NY-NJ-CT-PA CSA (NY Part) +167,420,223,New York NY-NJ-CT-PA CSA (NY Part) +167,421,266,Washington DC-MD-VA-WV CSA (VA Part) +167,422,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,423,223,New York NY-NJ-CT-PA CSA (NY Part) +167,424,172,Miami FL MSA +167,425,266,Washington DC-MD-VA-WV CSA (VA Part) +167,426,223,New York NY-NJ-CT-PA CSA (NY Part) +167,427,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,428,232,Cleveland OH CSA +167,429,172,Miami FL MSA +167,430,223,New York NY-NJ-CT-PA CSA (NY Part) +167,431,266,Washington DC-MD-VA-WV CSA (VA Part) +167,432,169,Delaware +167,433,223,New York NY-NJ-CT-PA CSA (NY Part) +167,434,223,New York NY-NJ-CT-PA CSA (NY Part) +167,435,223,New York NY-NJ-CT-PA CSA (NY Part) +167,436,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,437,223,New York NY-NJ-CT-PA CSA (NY Part) +167,438,223,New York NY-NJ-CT-PA CSA (NY Part) +167,439,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +167,440,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +167,441,223,New York NY-NJ-CT-PA CSA (NY Part) +167,442,201,Boston MA-NH CSA (MA Part) +167,443,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,444,203,Detroit MI CSA +167,445,223,New York NY-NJ-CT-PA CSA (NY Part) +167,446,223,New York NY-NJ-CT-PA CSA (NY Part) +167,447,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +167,448,223,New York NY-NJ-CT-PA CSA (NY Part) +167,449,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +167,450,223,New York NY-NJ-CT-PA CSA (NY Part) +167,451,223,New York NY-NJ-CT-PA CSA (NY Part) +167,452,223,New York NY-NJ-CT-PA CSA (NY Part) +167,453,162,San Francisco CA CSA +167,454,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,455,223,New York NY-NJ-CT-PA CSA (NY Part) +167,456,12,Chicago IL-IN-WI CSA (IL Part) +167,457,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +167,458,223,New York NY-NJ-CT-PA CSA (NY Part) +167,459,232,Cleveland OH CSA +167,460,223,New York NY-NJ-CT-PA CSA (NY Part) +167,461,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,462,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,463,223,New York NY-NJ-CT-PA CSA (NY Part) +167,464,223,New York NY-NJ-CT-PA CSA (NY Part) +167,465,223,New York NY-NJ-CT-PA CSA (NY Part) +167,466,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,467,223,New York NY-NJ-CT-PA CSA (NY Part) +167,468,266,Washington DC-MD-VA-WV CSA (VA Part) +167,469,223,New York NY-NJ-CT-PA CSA (NY Part) +167,470,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,471,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,472,249,Memphis TN-MS-AR MSA (TN Part) +167,473,249,Memphis TN-MS-AR MSA (TN Part) +167,474,223,New York NY-NJ-CT-PA CSA (NY Part) +167,475,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,476,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,477,223,New York NY-NJ-CT-PA CSA (NY Part) +167,478,223,New York NY-NJ-CT-PA CSA (NY Part) +167,479,266,Washington DC-MD-VA-WV CSA (VA Part) +167,480,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,481,223,New York NY-NJ-CT-PA CSA (NY Part) +167,482,223,New York NY-NJ-CT-PA CSA (NY Part) +167,483,201,Boston MA-NH CSA (MA Part) +167,484,172,Miami FL MSA +167,485,217,New York NY-NJ-CT-PA CSA (NJ Part) +167,486,203,Detroit MI CSA +167,487,223,New York NY-NJ-CT-PA CSA (NY Part) +167,488,223,New York NY-NJ-CT-PA CSA (NY Part) +167,489,223,New York NY-NJ-CT-PA CSA (NY Part) +167,490,223,New York NY-NJ-CT-PA CSA (NY Part) +167,491,201,Boston MA-NH CSA (MA Part) +168,274,266,Washington DC-MD-VA-WV CSA (VA Part) +168,275,223,New York NY-NJ-CT-PA CSA (NY Part) +168,276,223,New York NY-NJ-CT-PA CSA (NY Part) +168,277,223,New York NY-NJ-CT-PA CSA (NY Part) +168,278,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +168,279,223,New York NY-NJ-CT-PA CSA (NY Part) +168,280,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +168,281,176,Atlanta GA-AL CSA (GA Part) +168,282,201,Boston MA-NH CSA (MA Part) +168,283,266,Washington DC-MD-VA-WV CSA (VA Part) +168,284,176,Atlanta GA-AL CSA (GA Part) +168,285,223,New York NY-NJ-CT-PA CSA (NY Part) +168,286,223,New York NY-NJ-CT-PA CSA (NY Part) +168,287,223,New York NY-NJ-CT-PA CSA (NY Part) +168,288,223,New York NY-NJ-CT-PA CSA (NY Part) +168,289,223,New York NY-NJ-CT-PA CSA (NY Part) +168,290,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +168,291,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +168,292,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,293,172,Miami FL MSA +168,294,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,295,201,Boston MA-NH CSA (MA Part) +168,296,223,New York NY-NJ-CT-PA CSA (NY Part) +168,297,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +168,298,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +168,299,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,300,223,New York NY-NJ-CT-PA CSA (NY Part) +168,301,223,New York NY-NJ-CT-PA CSA (NY Part) +168,302,223,New York NY-NJ-CT-PA CSA (NY Part) +168,303,154,Alaska +168,304,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +168,305,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +168,306,266,Washington DC-MD-VA-WV CSA (VA Part) +168,307,223,New York NY-NJ-CT-PA CSA (NY Part) +168,308,223,New York NY-NJ-CT-PA CSA (NY Part) +168,309,223,New York NY-NJ-CT-PA CSA (NY Part) +168,310,223,New York NY-NJ-CT-PA CSA (NY Part) +168,311,223,New York NY-NJ-CT-PA CSA (NY Part) +168,312,266,Washington DC-MD-VA-WV CSA (VA Part) +168,313,266,Washington DC-MD-VA-WV CSA (VA Part) +168,314,223,New York NY-NJ-CT-PA CSA (NY Part) +168,315,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,316,266,Washington DC-MD-VA-WV CSA (VA Part) +168,317,154,Alaska +168,318,223,New York NY-NJ-CT-PA CSA (NY Part) +168,319,223,New York NY-NJ-CT-PA CSA (NY Part) +168,320,201,Boston MA-NH CSA (MA Part) +168,321,201,Boston MA-NH CSA (MA Part) +168,322,249,Memphis TN-MS-AR MSA (TN Part) +168,323,176,Atlanta GA-AL CSA (GA Part) +168,324,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,325,172,Miami FL MSA +168,326,223,New York NY-NJ-CT-PA CSA (NY Part) +168,327,223,New York NY-NJ-CT-PA CSA (NY Part) +168,328,223,New York NY-NJ-CT-PA CSA (NY Part) +168,329,223,New York NY-NJ-CT-PA CSA (NY Part) +168,330,223,New York NY-NJ-CT-PA CSA (NY Part) +168,331,201,Boston MA-NH CSA (MA Part) +168,332,223,New York NY-NJ-CT-PA CSA (NY Part) +168,333,223,New York NY-NJ-CT-PA CSA (NY Part) +168,334,223,New York NY-NJ-CT-PA CSA (NY Part) +168,335,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,336,223,New York NY-NJ-CT-PA CSA (NY Part) +168,337,223,New York NY-NJ-CT-PA CSA (NY Part) +168,338,223,New York NY-NJ-CT-PA CSA (NY Part) +168,339,223,New York NY-NJ-CT-PA CSA (NY Part) +168,340,223,New York NY-NJ-CT-PA CSA (NY Part) +168,341,223,New York NY-NJ-CT-PA CSA (NY Part) +168,342,223,New York NY-NJ-CT-PA CSA (NY Part) +168,343,159,Los Angeles CA CSA +168,344,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,345,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,346,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +168,347,223,New York NY-NJ-CT-PA CSA (NY Part) +168,348,266,Washington DC-MD-VA-WV CSA (VA Part) +168,349,223,New York NY-NJ-CT-PA CSA (NY Part) +168,350,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,351,223,New York NY-NJ-CT-PA CSA (NY Part) +168,352,223,New York NY-NJ-CT-PA CSA (NY Part) +168,353,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,354,223,New York NY-NJ-CT-PA CSA (NY Part) +168,355,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,356,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,357,223,New York NY-NJ-CT-PA CSA (NY Part) +168,358,223,New York NY-NJ-CT-PA CSA (NY Part) +168,359,223,New York NY-NJ-CT-PA CSA (NY Part) +168,360,223,New York NY-NJ-CT-PA CSA (NY Part) +168,361,223,New York NY-NJ-CT-PA CSA (NY Part) +168,362,223,New York NY-NJ-CT-PA CSA (NY Part) +168,363,176,Atlanta GA-AL CSA (GA Part) +168,364,201,Boston MA-NH CSA (MA Part) +168,365,201,Boston MA-NH CSA (MA Part) +168,366,201,Boston MA-NH CSA (MA Part) +168,367,154,Alaska +168,368,223,New York NY-NJ-CT-PA CSA (NY Part) +168,369,223,New York NY-NJ-CT-PA CSA (NY Part) +168,370,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +168,371,223,New York NY-NJ-CT-PA CSA (NY Part) +168,372,201,Boston MA-NH CSA (MA Part) +168,373,172,Miami FL MSA +168,374,223,New York NY-NJ-CT-PA CSA (NY Part) +168,375,223,New York NY-NJ-CT-PA CSA (NY Part) +168,376,232,Cleveland OH CSA +168,377,223,New York NY-NJ-CT-PA CSA (NY Part) +168,378,223,New York NY-NJ-CT-PA CSA (NY Part) +168,379,223,New York NY-NJ-CT-PA CSA (NY Part) +168,380,223,New York NY-NJ-CT-PA CSA (NY Part) +168,381,223,New York NY-NJ-CT-PA CSA (NY Part) +168,382,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +168,383,223,New York NY-NJ-CT-PA CSA (NY Part) +168,384,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,385,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +168,386,223,New York NY-NJ-CT-PA CSA (NY Part) +168,387,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +168,388,223,New York NY-NJ-CT-PA CSA (NY Part) +168,389,223,New York NY-NJ-CT-PA CSA (NY Part) +168,390,201,Boston MA-NH CSA (MA Part) +168,391,201,Boston MA-NH CSA (MA Part) +168,392,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,393,12,Chicago IL-IN-WI CSA (IL Part) +168,394,223,New York NY-NJ-CT-PA CSA (NY Part) +168,395,223,New York NY-NJ-CT-PA CSA (NY Part) +168,396,232,Cleveland OH CSA +168,397,223,New York NY-NJ-CT-PA CSA (NY Part) +168,398,223,New York NY-NJ-CT-PA CSA (NY Part) +168,399,176,Atlanta GA-AL CSA (GA Part) +168,400,12,Chicago IL-IN-WI CSA (IL Part) +168,401,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,402,223,New York NY-NJ-CT-PA CSA (NY Part) +168,403,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,404,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,405,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +168,406,266,Washington DC-MD-VA-WV CSA (VA Part) +168,407,223,New York NY-NJ-CT-PA CSA (NY Part) +168,408,223,New York NY-NJ-CT-PA CSA (NY Part) +168,409,223,New York NY-NJ-CT-PA CSA (NY Part) +168,410,191,Louisville KY-IN CSA (KY Part) +168,411,186,Indianapolis IN CSA +168,412,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +168,413,159,Los Angeles CA CSA +168,414,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,415,201,Boston MA-NH CSA (MA Part) +168,416,223,New York NY-NJ-CT-PA CSA (NY Part) +168,417,12,Chicago IL-IN-WI CSA (IL Part) +168,418,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +168,419,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,420,223,New York NY-NJ-CT-PA CSA (NY Part) +168,421,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,422,223,New York NY-NJ-CT-PA CSA (NY Part) +168,423,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,424,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,425,186,Indianapolis IN CSA +168,426,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +168,427,172,Miami FL MSA +168,428,268,Seattle WA CSA +168,429,266,Washington DC-MD-VA-WV CSA (VA Part) +168,430,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,431,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,432,223,New York NY-NJ-CT-PA CSA (NY Part) +168,433,223,New York NY-NJ-CT-PA CSA (NY Part) +168,434,223,New York NY-NJ-CT-PA CSA (NY Part) +168,435,223,New York NY-NJ-CT-PA CSA (NY Part) +168,436,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,437,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,438,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,439,223,New York NY-NJ-CT-PA CSA (NY Part) +168,440,223,New York NY-NJ-CT-PA CSA (NY Part) +168,441,255,Dallas-Fort Worth TX CSA +168,442,223,New York NY-NJ-CT-PA CSA (NY Part) +168,443,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,444,223,New York NY-NJ-CT-PA CSA (NY Part) +168,445,223,New York NY-NJ-CT-PA CSA (NY Part) +168,446,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +168,447,223,New York NY-NJ-CT-PA CSA (NY Part) +168,448,223,New York NY-NJ-CT-PA CSA (NY Part) +168,449,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,450,223,New York NY-NJ-CT-PA CSA (NY Part) +168,451,223,New York NY-NJ-CT-PA CSA (NY Part) +168,452,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,453,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,454,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,455,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,456,232,Cleveland OH CSA +168,457,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,458,223,New York NY-NJ-CT-PA CSA (NY Part) +168,459,223,New York NY-NJ-CT-PA CSA (NY Part) +168,460,223,New York NY-NJ-CT-PA CSA (NY Part) +168,461,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +168,462,223,New York NY-NJ-CT-PA CSA (NY Part) +168,463,223,New York NY-NJ-CT-PA CSA (NY Part) +168,464,223,New York NY-NJ-CT-PA CSA (NY Part) +168,465,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +168,466,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,467,223,New York NY-NJ-CT-PA CSA (NY Part) +168,468,203,Detroit MI CSA +168,469,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,470,12,Chicago IL-IN-WI CSA (IL Part) +168,471,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +168,472,12,Chicago IL-IN-WI CSA (IL Part) +168,473,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,474,223,New York NY-NJ-CT-PA CSA (NY Part) +168,475,223,New York NY-NJ-CT-PA CSA (NY Part) +168,476,223,New York NY-NJ-CT-PA CSA (NY Part) +168,477,223,New York NY-NJ-CT-PA CSA (NY Part) +168,478,223,New York NY-NJ-CT-PA CSA (NY Part) +168,479,159,Los Angeles CA CSA +168,480,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,481,223,New York NY-NJ-CT-PA CSA (NY Part) +168,482,217,New York NY-NJ-CT-PA CSA (NJ Part) +168,483,232,Cleveland OH CSA +168,484,266,Washington DC-MD-VA-WV CSA (VA Part) +168,485,232,Cleveland OH CSA +168,486,159,Los Angeles CA CSA +168,487,223,New York NY-NJ-CT-PA CSA (NY Part) +168,488,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +168,489,223,New York NY-NJ-CT-PA CSA (NY Part) +168,490,223,New York NY-NJ-CT-PA CSA (NY Part) +168,491,223,New York NY-NJ-CT-PA CSA (NY Part) +169,274,223,New York NY-NJ-CT-PA CSA (NY Part) +169,275,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,276,223,New York NY-NJ-CT-PA CSA (NY Part) +169,277,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,278,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,279,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,280,223,New York NY-NJ-CT-PA CSA (NY Part) +169,281,266,Washington DC-MD-VA-WV CSA (VA Part) +169,282,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,283,172,Miami FL MSA +169,284,176,Atlanta GA-AL CSA (GA Part) +169,285,223,New York NY-NJ-CT-PA CSA (NY Part) +169,286,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,287,172,Miami FL MSA +169,288,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,289,201,Boston MA-NH CSA (MA Part) +169,290,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,291,223,New York NY-NJ-CT-PA CSA (NY Part) +169,292,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,293,172,Miami FL MSA +169,294,223,New York NY-NJ-CT-PA CSA (NY Part) +169,295,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,296,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,297,176,Atlanta GA-AL CSA (GA Part) +169,298,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,299,223,New York NY-NJ-CT-PA CSA (NY Part) +169,300,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,301,223,New York NY-NJ-CT-PA CSA (NY Part) +169,302,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,303,186,Indianapolis IN CSA +169,304,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,305,266,Washington DC-MD-VA-WV CSA (VA Part) +169,306,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,307,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,308,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,309,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,310,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,311,223,New York NY-NJ-CT-PA CSA (NY Part) +169,312,172,Miami FL MSA +169,313,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,314,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,315,223,New York NY-NJ-CT-PA CSA (NY Part) +169,316,223,New York NY-NJ-CT-PA CSA (NY Part) +169,317,154,Alaska +169,318,223,New York NY-NJ-CT-PA CSA (NY Part) +169,319,169,Delaware +169,320,266,Washington DC-MD-VA-WV CSA (VA Part) +169,321,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,322,223,New York NY-NJ-CT-PA CSA (NY Part) +169,323,172,Miami FL MSA +169,324,223,New York NY-NJ-CT-PA CSA (NY Part) +169,325,172,Miami FL MSA +169,326,172,Miami FL MSA +169,327,223,New York NY-NJ-CT-PA CSA (NY Part) +169,328,201,Boston MA-NH CSA (MA Part) +169,329,223,New York NY-NJ-CT-PA CSA (NY Part) +169,330,223,New York NY-NJ-CT-PA CSA (NY Part) +169,331,223,New York NY-NJ-CT-PA CSA (NY Part) +169,332,266,Washington DC-MD-VA-WV CSA (VA Part) +169,333,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,334,172,Miami FL MSA +169,335,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,336,172,Miami FL MSA +169,337,223,New York NY-NJ-CT-PA CSA (NY Part) +169,338,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,339,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,340,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,341,172,Miami FL MSA +169,342,223,New York NY-NJ-CT-PA CSA (NY Part) +169,343,266,Washington DC-MD-VA-WV CSA (VA Part) +169,344,169,Delaware +169,345,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,346,223,New York NY-NJ-CT-PA CSA (NY Part) +169,347,223,New York NY-NJ-CT-PA CSA (NY Part) +169,348,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,349,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,350,223,New York NY-NJ-CT-PA CSA (NY Part) +169,351,266,Washington DC-MD-VA-WV CSA (VA Part) +169,352,223,New York NY-NJ-CT-PA CSA (NY Part) +169,353,223,New York NY-NJ-CT-PA CSA (NY Part) +169,354,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,355,169,Delaware +169,356,172,Miami FL MSA +169,357,223,New York NY-NJ-CT-PA CSA (NY Part) +169,358,201,Boston MA-NH CSA (MA Part) +169,359,223,New York NY-NJ-CT-PA CSA (NY Part) +169,360,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,361,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,362,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,363,266,Washington DC-MD-VA-WV CSA (VA Part) +169,364,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,365,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,366,223,New York NY-NJ-CT-PA CSA (NY Part) +169,367,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,368,266,Washington DC-MD-VA-WV CSA (VA Part) +169,369,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,370,266,Washington DC-MD-VA-WV CSA (VA Part) +169,371,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,372,223,New York NY-NJ-CT-PA CSA (NY Part) +169,373,266,Washington DC-MD-VA-WV CSA (VA Part) +169,374,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,375,223,New York NY-NJ-CT-PA CSA (NY Part) +169,376,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,377,232,Cleveland OH CSA +169,378,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,379,266,Washington DC-MD-VA-WV CSA (VA Part) +169,380,223,New York NY-NJ-CT-PA CSA (NY Part) +169,381,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,382,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,383,223,New York NY-NJ-CT-PA CSA (NY Part) +169,384,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,385,223,New York NY-NJ-CT-PA CSA (NY Part) +169,386,223,New York NY-NJ-CT-PA CSA (NY Part) +169,387,223,New York NY-NJ-CT-PA CSA (NY Part) +169,388,223,New York NY-NJ-CT-PA CSA (NY Part) +169,389,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,390,223,New York NY-NJ-CT-PA CSA (NY Part) +169,391,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,392,154,Alaska +169,393,266,Washington DC-MD-VA-WV CSA (VA Part) +169,394,223,New York NY-NJ-CT-PA CSA (NY Part) +169,395,223,New York NY-NJ-CT-PA CSA (NY Part) +169,396,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,397,223,New York NY-NJ-CT-PA CSA (NY Part) +169,398,223,New York NY-NJ-CT-PA CSA (NY Part) +169,399,153,Remainder of Alabama +169,400,223,New York NY-NJ-CT-PA CSA (NY Part) +169,401,223,New York NY-NJ-CT-PA CSA (NY Part) +169,402,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,403,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,404,223,New York NY-NJ-CT-PA CSA (NY Part) +169,405,266,Washington DC-MD-VA-WV CSA (VA Part) +169,406,223,New York NY-NJ-CT-PA CSA (NY Part) +169,407,223,New York NY-NJ-CT-PA CSA (NY Part) +169,408,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,409,266,Washington DC-MD-VA-WV CSA (VA Part) +169,410,159,Los Angeles CA CSA +169,411,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,412,223,New York NY-NJ-CT-PA CSA (NY Part) +169,413,249,Memphis TN-MS-AR MSA (TN Part) +169,414,172,Miami FL MSA +169,415,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,416,223,New York NY-NJ-CT-PA CSA (NY Part) +169,417,231,Cincinnati OH-KY-IN CSA (OH Part) +169,418,223,New York NY-NJ-CT-PA CSA (NY Part) +169,419,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,420,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,421,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,422,223,New York NY-NJ-CT-PA CSA (NY Part) +169,423,223,New York NY-NJ-CT-PA CSA (NY Part) +169,424,169,Delaware +169,425,232,Cleveland OH CSA +169,426,223,New York NY-NJ-CT-PA CSA (NY Part) +169,427,266,Washington DC-MD-VA-WV CSA (VA Part) +169,428,12,Chicago IL-IN-WI CSA (IL Part) +169,429,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,430,223,New York NY-NJ-CT-PA CSA (NY Part) +169,431,223,New York NY-NJ-CT-PA CSA (NY Part) +169,432,266,Washington DC-MD-VA-WV CSA (VA Part) +169,433,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,434,223,New York NY-NJ-CT-PA CSA (NY Part) +169,435,223,New York NY-NJ-CT-PA CSA (NY Part) +169,436,266,Washington DC-MD-VA-WV CSA (VA Part) +169,437,223,New York NY-NJ-CT-PA CSA (NY Part) +169,438,223,New York NY-NJ-CT-PA CSA (NY Part) +169,439,223,New York NY-NJ-CT-PA CSA (NY Part) +169,440,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,441,12,Chicago IL-IN-WI CSA (IL Part) +169,442,223,New York NY-NJ-CT-PA CSA (NY Part) +169,443,223,New York NY-NJ-CT-PA CSA (NY Part) +169,444,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,445,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,446,223,New York NY-NJ-CT-PA CSA (NY Part) +169,447,201,Boston MA-NH CSA (MA Part) +169,448,223,New York NY-NJ-CT-PA CSA (NY Part) +169,449,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,450,223,New York NY-NJ-CT-PA CSA (NY Part) +169,451,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,452,223,New York NY-NJ-CT-PA CSA (NY Part) +169,453,203,Detroit MI CSA +169,454,201,Boston MA-NH CSA (MA Part) +169,455,172,Miami FL MSA +169,456,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,457,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,458,223,New York NY-NJ-CT-PA CSA (NY Part) +169,459,223,New York NY-NJ-CT-PA CSA (NY Part) +169,460,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,461,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,462,176,Atlanta GA-AL CSA (GA Part) +169,463,223,New York NY-NJ-CT-PA CSA (NY Part) +169,464,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,465,223,New York NY-NJ-CT-PA CSA (NY Part) +169,466,223,New York NY-NJ-CT-PA CSA (NY Part) +169,467,266,Washington DC-MD-VA-WV CSA (VA Part) +169,468,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,469,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,470,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,471,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,472,266,Washington DC-MD-VA-WV CSA (VA Part) +169,473,255,Dallas-Fort Worth TX CSA +169,474,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,475,223,New York NY-NJ-CT-PA CSA (NY Part) +169,476,223,New York NY-NJ-CT-PA CSA (NY Part) +169,477,223,New York NY-NJ-CT-PA CSA (NY Part) +169,478,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,479,12,Chicago IL-IN-WI CSA (IL Part) +169,480,266,Washington DC-MD-VA-WV CSA (VA Part) +169,481,223,New York NY-NJ-CT-PA CSA (NY Part) +169,482,226,Charlotte NC-SC CSA (NC Part) +169,483,223,New York NY-NJ-CT-PA CSA (NY Part) +169,484,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,485,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,486,179,Honolulu HI MSA +169,487,172,Miami FL MSA +169,488,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +169,489,217,New York NY-NJ-CT-PA CSA (NJ Part) +169,490,266,Washington DC-MD-VA-WV CSA (VA Part) +169,491,266,Washington DC-MD-VA-WV CSA (VA Part) +170,274,223,New York NY-NJ-CT-PA CSA (NY Part) +170,275,223,New York NY-NJ-CT-PA CSA (NY Part) +170,276,223,New York NY-NJ-CT-PA CSA (NY Part) +170,277,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,278,223,New York NY-NJ-CT-PA CSA (NY Part) +170,279,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,280,223,New York NY-NJ-CT-PA CSA (NY Part) +170,281,223,New York NY-NJ-CT-PA CSA (NY Part) +170,282,223,New York NY-NJ-CT-PA CSA (NY Part) +170,283,266,Washington DC-MD-VA-WV CSA (VA Part) +170,284,268,Seattle WA CSA +170,285,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,286,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,287,172,Miami FL MSA +170,288,203,Detroit MI CSA +170,289,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,290,266,Washington DC-MD-VA-WV CSA (VA Part) +170,291,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,292,223,New York NY-NJ-CT-PA CSA (NY Part) +170,293,266,Washington DC-MD-VA-WV CSA (VA Part) +170,294,266,Washington DC-MD-VA-WV CSA (VA Part) +170,295,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +170,296,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,297,176,Atlanta GA-AL CSA (GA Part) +170,298,223,New York NY-NJ-CT-PA CSA (NY Part) +170,299,266,Washington DC-MD-VA-WV CSA (VA Part) +170,300,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +170,301,223,New York NY-NJ-CT-PA CSA (NY Part) +170,302,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,303,12,Chicago IL-IN-WI CSA (IL Part) +170,304,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,305,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +170,306,266,Washington DC-MD-VA-WV CSA (VA Part) +170,307,223,New York NY-NJ-CT-PA CSA (NY Part) +170,308,201,Boston MA-NH CSA (MA Part) +170,309,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,310,12,Chicago IL-IN-WI CSA (IL Part) +170,311,223,New York NY-NJ-CT-PA CSA (NY Part) +170,312,172,Miami FL MSA +170,313,192,Remainder of Kentucky +170,314,223,New York NY-NJ-CT-PA CSA (NY Part) +170,315,172,Miami FL MSA +170,316,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +170,317,266,Washington DC-MD-VA-WV CSA (VA Part) +170,318,12,Chicago IL-IN-WI CSA (IL Part) +170,319,172,Miami FL MSA +170,320,223,New York NY-NJ-CT-PA CSA (NY Part) +170,321,223,New York NY-NJ-CT-PA CSA (NY Part) +170,322,159,Los Angeles CA CSA +170,323,176,Atlanta GA-AL CSA (GA Part) +170,324,223,New York NY-NJ-CT-PA CSA (NY Part) +170,325,172,Miami FL MSA +170,326,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,327,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,328,223,New York NY-NJ-CT-PA CSA (NY Part) +170,329,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +170,330,266,Washington DC-MD-VA-WV CSA (VA Part) +170,331,223,New York NY-NJ-CT-PA CSA (NY Part) +170,332,266,Washington DC-MD-VA-WV CSA (VA Part) +170,333,172,Miami FL MSA +170,334,172,Miami FL MSA +170,335,223,New York NY-NJ-CT-PA CSA (NY Part) +170,336,172,Miami FL MSA +170,337,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +170,338,223,New York NY-NJ-CT-PA CSA (NY Part) +170,339,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,340,223,New York NY-NJ-CT-PA CSA (NY Part) +170,341,172,Miami FL MSA +170,342,223,New York NY-NJ-CT-PA CSA (NY Part) +170,343,192,Remainder of Kentucky +170,344,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,345,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,346,172,Miami FL MSA +170,347,223,New York NY-NJ-CT-PA CSA (NY Part) +170,348,223,New York NY-NJ-CT-PA CSA (NY Part) +170,349,223,New York NY-NJ-CT-PA CSA (NY Part) +170,350,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,351,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,352,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +170,353,223,New York NY-NJ-CT-PA CSA (NY Part) +170,354,266,Washington DC-MD-VA-WV CSA (VA Part) +170,355,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,356,266,Washington DC-MD-VA-WV CSA (VA Part) +170,357,223,New York NY-NJ-CT-PA CSA (NY Part) +170,358,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,359,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,360,266,Washington DC-MD-VA-WV CSA (VA Part) +170,361,223,New York NY-NJ-CT-PA CSA (NY Part) +170,362,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,363,172,Miami FL MSA +170,364,223,New York NY-NJ-CT-PA CSA (NY Part) +170,365,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,366,223,New York NY-NJ-CT-PA CSA (NY Part) +170,367,223,New York NY-NJ-CT-PA CSA (NY Part) +170,368,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,369,223,New York NY-NJ-CT-PA CSA (NY Part) +170,370,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,371,266,Washington DC-MD-VA-WV CSA (VA Part) +170,372,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +170,373,172,Miami FL MSA +170,374,12,Chicago IL-IN-WI CSA (IL Part) +170,375,223,New York NY-NJ-CT-PA CSA (NY Part) +170,376,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,377,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,378,223,New York NY-NJ-CT-PA CSA (NY Part) +170,379,201,Boston MA-NH CSA (MA Part) +170,380,266,Washington DC-MD-VA-WV CSA (VA Part) +170,381,232,Cleveland OH CSA +170,382,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,383,232,Cleveland OH CSA +170,384,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,385,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,386,223,New York NY-NJ-CT-PA CSA (NY Part) +170,387,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,388,201,Boston MA-NH CSA (MA Part) +170,389,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,390,223,New York NY-NJ-CT-PA CSA (NY Part) +170,391,223,New York NY-NJ-CT-PA CSA (NY Part) +170,392,154,Alaska +170,393,266,Washington DC-MD-VA-WV CSA (VA Part) +170,394,223,New York NY-NJ-CT-PA CSA (NY Part) +170,395,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +170,396,203,Detroit MI CSA +170,397,223,New York NY-NJ-CT-PA CSA (NY Part) +170,398,223,New York NY-NJ-CT-PA CSA (NY Part) +170,399,266,Washington DC-MD-VA-WV CSA (VA Part) +170,400,268,Seattle WA CSA +170,401,223,New York NY-NJ-CT-PA CSA (NY Part) +170,402,201,Boston MA-NH CSA (MA Part) +170,403,223,New York NY-NJ-CT-PA CSA (NY Part) +170,404,223,New York NY-NJ-CT-PA CSA (NY Part) +170,405,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,406,201,Boston MA-NH CSA (MA Part) +170,407,223,New York NY-NJ-CT-PA CSA (NY Part) +170,408,266,Washington DC-MD-VA-WV CSA (VA Part) +170,409,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,410,179,Honolulu HI MSA +170,411,223,New York NY-NJ-CT-PA CSA (NY Part) +170,412,223,New York NY-NJ-CT-PA CSA (NY Part) +170,413,191,Louisville KY-IN CSA (KY Part) +170,414,176,Atlanta GA-AL CSA (GA Part) +170,415,266,Washington DC-MD-VA-WV CSA (VA Part) +170,416,201,Boston MA-NH CSA (MA Part) +170,417,266,Washington DC-MD-VA-WV CSA (VA Part) +170,418,266,Washington DC-MD-VA-WV CSA (VA Part) +170,419,223,New York NY-NJ-CT-PA CSA (NY Part) +170,420,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,421,223,New York NY-NJ-CT-PA CSA (NY Part) +170,422,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,423,223,New York NY-NJ-CT-PA CSA (NY Part) +170,424,172,Miami FL MSA +170,425,162,San Francisco CA CSA +170,426,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,427,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +170,428,223,New York NY-NJ-CT-PA CSA (NY Part) +170,429,266,Washington DC-MD-VA-WV CSA (VA Part) +170,430,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +170,431,223,New York NY-NJ-CT-PA CSA (NY Part) +170,432,223,New York NY-NJ-CT-PA CSA (NY Part) +170,433,223,New York NY-NJ-CT-PA CSA (NY Part) +170,434,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +170,435,223,New York NY-NJ-CT-PA CSA (NY Part) +170,436,266,Washington DC-MD-VA-WV CSA (VA Part) +170,437,172,Miami FL MSA +170,438,266,Washington DC-MD-VA-WV CSA (VA Part) +170,439,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,440,226,Charlotte NC-SC CSA (NC Part) +170,441,12,Chicago IL-IN-WI CSA (IL Part) +170,442,223,New York NY-NJ-CT-PA CSA (NY Part) +170,443,223,New York NY-NJ-CT-PA CSA (NY Part) +170,444,169,Delaware +170,445,223,New York NY-NJ-CT-PA CSA (NY Part) +170,446,266,Washington DC-MD-VA-WV CSA (VA Part) +170,447,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,448,266,Washington DC-MD-VA-WV CSA (VA Part) +170,449,154,Alaska +170,450,266,Washington DC-MD-VA-WV CSA (VA Part) +170,451,223,New York NY-NJ-CT-PA CSA (NY Part) +170,452,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +170,453,159,Los Angeles CA CSA +170,454,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,455,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +170,456,223,New York NY-NJ-CT-PA CSA (NY Part) +170,457,223,New York NY-NJ-CT-PA CSA (NY Part) +170,458,223,New York NY-NJ-CT-PA CSA (NY Part) +170,459,203,Detroit MI CSA +170,460,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,461,172,Miami FL MSA +170,462,223,New York NY-NJ-CT-PA CSA (NY Part) +170,463,223,New York NY-NJ-CT-PA CSA (NY Part) +170,464,223,New York NY-NJ-CT-PA CSA (NY Part) +170,465,223,New York NY-NJ-CT-PA CSA (NY Part) +170,466,223,New York NY-NJ-CT-PA CSA (NY Part) +170,467,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,468,154,Alaska +170,469,169,Delaware +170,470,154,Alaska +170,471,223,New York NY-NJ-CT-PA CSA (NY Part) +170,472,159,Los Angeles CA CSA +170,473,249,Memphis TN-MS-AR MSA (TN Part) +170,474,223,New York NY-NJ-CT-PA CSA (NY Part) +170,475,201,Boston MA-NH CSA (MA Part) +170,476,266,Washington DC-MD-VA-WV CSA (VA Part) +170,477,192,Remainder of Kentucky +170,478,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +170,479,266,Washington DC-MD-VA-WV CSA (VA Part) +170,480,223,New York NY-NJ-CT-PA CSA (NY Part) +170,481,266,Washington DC-MD-VA-WV CSA (VA Part) +170,482,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +170,483,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,484,176,Atlanta GA-AL CSA (GA Part) +170,485,217,New York NY-NJ-CT-PA CSA (NJ Part) +170,486,255,Dallas-Fort Worth TX CSA +170,487,266,Washington DC-MD-VA-WV CSA (VA Part) +170,488,223,New York NY-NJ-CT-PA CSA (NY Part) +170,489,223,New York NY-NJ-CT-PA CSA (NY Part) +170,490,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +170,491,266,Washington DC-MD-VA-WV CSA (VA Part) +171,274,217,New York NY-NJ-CT-PA CSA (NJ Part) +171,275,223,New York NY-NJ-CT-PA CSA (NY Part) +171,276,266,Washington DC-MD-VA-WV CSA (VA Part) +171,277,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +171,278,172,Miami FL MSA +171,279,172,Miami FL MSA +171,280,172,Miami FL MSA +171,281,172,Miami FL MSA +171,282,223,New York NY-NJ-CT-PA CSA (NY Part) +171,283,172,Miami FL MSA +171,284,159,Los Angeles CA CSA +171,285,232,Cleveland OH CSA +171,286,217,New York NY-NJ-CT-PA CSA (NJ Part) +171,287,176,Atlanta GA-AL CSA (GA Part) +171,288,172,Miami FL MSA +171,289,191,Louisville KY-IN CSA (KY Part) +171,290,172,Miami FL MSA +171,291,172,Miami FL MSA +171,292,201,Boston MA-NH CSA (MA Part) +171,293,172,Miami FL MSA +171,294,172,Miami FL MSA +171,295,172,Miami FL MSA +171,296,201,Boston MA-NH CSA (MA Part) +171,297,172,Miami FL MSA +171,298,223,New York NY-NJ-CT-PA CSA (NY Part) +171,299,172,Miami FL MSA +171,300,172,Miami FL MSA +171,301,223,New York NY-NJ-CT-PA CSA (NY Part) +171,302,172,Miami FL MSA +171,303,12,Chicago IL-IN-WI CSA (IL Part) +171,304,217,New York NY-NJ-CT-PA CSA (NJ Part) +171,305,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +171,306,223,New York NY-NJ-CT-PA CSA (NY Part) +171,307,172,Miami FL MSA +171,308,12,Chicago IL-IN-WI CSA (IL Part) +171,309,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +171,310,12,Chicago IL-IN-WI CSA (IL Part) +171,311,172,Miami FL MSA +171,312,176,Atlanta GA-AL CSA (GA Part) +171,313,176,Atlanta GA-AL CSA (GA Part) +171,314,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +171,315,172,Miami FL MSA +171,316,203,Detroit MI CSA +171,317,176,Atlanta GA-AL CSA (GA Part) +171,318,217,New York NY-NJ-CT-PA CSA (NJ Part) +171,319,172,Miami FL MSA +171,320,173,Orlando FL CSA +171,321,172,Miami FL MSA +171,322,249,Memphis TN-MS-AR MSA (TN Part) +171,323,195,New Orleans LA CSA +171,324,217,New York NY-NJ-CT-PA CSA (NJ Part) +171,325,176,Atlanta GA-AL CSA (GA Part) +171,326,172,Miami FL MSA +171,327,203,Detroit MI CSA +171,328,223,New York NY-NJ-CT-PA CSA (NY Part) +171,329,223,New York NY-NJ-CT-PA CSA (NY Part) +171,330,226,Charlotte NC-SC CSA (NC Part) +171,331,223,New York NY-NJ-CT-PA CSA (NY Part) +171,332,172,Miami FL MSA +171,333,172,Miami FL MSA +171,334,172,Miami FL MSA +171,335,217,New York NY-NJ-CT-PA CSA (NJ Part) +171,336,172,Miami FL MSA +171,337,223,New York NY-NJ-CT-PA CSA (NY Part) +171,338,245,Charleston SC MSA +171,339,217,New York NY-NJ-CT-PA CSA (NJ Part) +171,340,245,Charleston SC MSA +171,341,172,Miami FL MSA +171,342,223,New York NY-NJ-CT-PA CSA (NY Part) +171,343,159,Los Angeles CA CSA +171,344,217,New York NY-NJ-CT-PA CSA (NJ Part) +171,345,223,New York NY-NJ-CT-PA CSA (NY Part) +171,346,153,Remainder of Alabama +171,347,176,Atlanta GA-AL CSA (GA Part) +171,348,172,Miami FL MSA +171,349,12,Chicago IL-IN-WI CSA (IL Part) +171,350,266,Washington DC-MD-VA-WV CSA (VA Part) +171,351,172,Miami FL MSA +171,352,217,New York NY-NJ-CT-PA CSA (NJ Part) +171,353,223,New York NY-NJ-CT-PA CSA (NY Part) +171,354,266,Washington DC-MD-VA-WV CSA (VA Part) +171,355,176,Atlanta GA-AL CSA (GA Part) +171,356,172,Miami FL MSA +171,357,172,Miami FL MSA +171,358,172,Miami FL MSA +171,359,172,Miami FL MSA +171,360,172,Miami FL MSA +171,361,153,Remainder of Alabama +171,362,223,New York NY-NJ-CT-PA CSA (NY Part) +171,363,172,Miami FL MSA +171,364,201,Boston MA-NH CSA (MA Part) +171,365,169,Delaware +171,366,192,Remainder of Kentucky +171,367,12,Chicago IL-IN-WI CSA (IL Part) +171,368,232,Cleveland OH CSA +171,369,223,New York NY-NJ-CT-PA CSA (NY Part) +171,370,266,Washington DC-MD-VA-WV CSA (VA Part) +171,371,245,Charleston SC MSA +171,372,223,New York NY-NJ-CT-PA CSA (NY Part) +171,373,172,Miami FL MSA +171,374,268,Seattle WA CSA +171,375,245,Charleston SC MSA +171,376,223,New York NY-NJ-CT-PA CSA (NY Part) +171,377,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +171,378,176,Atlanta GA-AL CSA (GA Part) +171,379,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +171,380,217,New York NY-NJ-CT-PA CSA (NJ Part) +171,381,176,Atlanta GA-AL CSA (GA Part) +171,382,226,Charlotte NC-SC CSA (NC Part) +171,383,223,New York NY-NJ-CT-PA CSA (NY Part) +171,384,172,Miami FL MSA +171,385,172,Miami FL MSA +171,386,172,Miami FL MSA +171,387,223,New York NY-NJ-CT-PA CSA (NY Part) +171,388,223,New York NY-NJ-CT-PA CSA (NY Part) +171,389,266,Washington DC-MD-VA-WV CSA (VA Part) +171,390,223,New York NY-NJ-CT-PA CSA (NY Part) +171,391,176,Atlanta GA-AL CSA (GA Part) +171,392,154,Alaska +171,393,223,New York NY-NJ-CT-PA CSA (NY Part) +171,394,172,Miami FL MSA +171,395,217,New York NY-NJ-CT-PA CSA (NJ Part) +171,396,255,Dallas-Fort Worth TX CSA +171,397,172,Miami FL MSA +171,398,245,Charleston SC MSA +171,399,195,New Orleans LA CSA +171,400,226,Charlotte NC-SC CSA (NC Part) +171,401,176,Atlanta GA-AL CSA (GA Part) +171,402,191,Louisville KY-IN CSA (KY Part) +171,403,203,Detroit MI CSA +171,404,201,Boston MA-NH CSA (MA Part) +171,405,172,Miami FL MSA +171,406,173,Orlando FL CSA +171,407,153,Remainder of Alabama +171,408,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +171,409,172,Miami FL MSA +171,410,249,Memphis TN-MS-AR MSA (TN Part) +171,411,191,Louisville KY-IN CSA (KY Part) +171,412,223,New York NY-NJ-CT-PA CSA (NY Part) +171,413,257,Houston TX CSA +171,414,172,Miami FL MSA +171,415,172,Miami FL MSA +171,416,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +171,417,195,New Orleans LA CSA +171,418,154,Alaska +171,419,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +171,420,172,Miami FL MSA +171,421,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +171,422,176,Atlanta GA-AL CSA (GA Part) +171,423,169,Delaware +171,424,172,Miami FL MSA +171,425,176,Atlanta GA-AL CSA (GA Part) +171,426,176,Atlanta GA-AL CSA (GA Part) +171,427,172,Miami FL MSA +171,428,176,Atlanta GA-AL CSA (GA Part) +171,429,176,Atlanta GA-AL CSA (GA Part) +171,430,245,Charleston SC MSA +171,431,217,New York NY-NJ-CT-PA CSA (NJ Part) +171,432,201,Boston MA-NH CSA (MA Part) +171,433,176,Atlanta GA-AL CSA (GA Part) +171,434,266,Washington DC-MD-VA-WV CSA (VA Part) +171,435,201,Boston MA-NH CSA (MA Part) +171,436,223,New York NY-NJ-CT-PA CSA (NY Part) +171,437,172,Miami FL MSA +171,438,176,Atlanta GA-AL CSA (GA Part) +171,439,172,Miami FL MSA +171,440,172,Miami FL MSA +171,441,153,Remainder of Alabama +171,442,217,New York NY-NJ-CT-PA CSA (NJ Part) +171,443,176,Atlanta GA-AL CSA (GA Part) +171,444,203,Detroit MI CSA +171,445,223,New York NY-NJ-CT-PA CSA (NY Part) +171,446,223,New York NY-NJ-CT-PA CSA (NY Part) +171,447,172,Miami FL MSA +171,448,172,Miami FL MSA +171,449,201,Boston MA-NH CSA (MA Part) +171,450,245,Charleston SC MSA +171,451,223,New York NY-NJ-CT-PA CSA (NY Part) +171,452,201,Boston MA-NH CSA (MA Part) +171,453,162,San Francisco CA CSA +171,454,172,Miami FL MSA +171,455,223,New York NY-NJ-CT-PA CSA (NY Part) +171,456,266,Washington DC-MD-VA-WV CSA (VA Part) +171,457,176,Atlanta GA-AL CSA (GA Part) +171,458,169,Delaware +171,459,223,New York NY-NJ-CT-PA CSA (NY Part) +171,460,172,Miami FL MSA +171,461,172,Miami FL MSA +171,462,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +171,463,217,New York NY-NJ-CT-PA CSA (NJ Part) +171,464,176,Atlanta GA-AL CSA (GA Part) +171,465,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +171,466,266,Washington DC-MD-VA-WV CSA (VA Part) +171,467,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +171,468,217,New York NY-NJ-CT-PA CSA (NJ Part) +171,469,176,Atlanta GA-AL CSA (GA Part) +171,470,186,Indianapolis IN CSA +171,471,172,Miami FL MSA +171,472,159,Los Angeles CA CSA +171,473,176,Atlanta GA-AL CSA (GA Part) +171,474,172,Miami FL MSA +171,475,217,New York NY-NJ-CT-PA CSA (NJ Part) +171,476,203,Detroit MI CSA +171,477,223,New York NY-NJ-CT-PA CSA (NY Part) +171,478,172,Miami FL MSA +171,479,191,Louisville KY-IN CSA (KY Part) +171,480,173,Orlando FL CSA +171,481,223,New York NY-NJ-CT-PA CSA (NY Part) +171,482,223,New York NY-NJ-CT-PA CSA (NY Part) +171,483,223,New York NY-NJ-CT-PA CSA (NY Part) +171,484,172,Miami FL MSA +171,485,223,New York NY-NJ-CT-PA CSA (NY Part) +171,486,159,Los Angeles CA CSA +171,487,153,Remainder of Alabama +171,488,266,Washington DC-MD-VA-WV CSA (VA Part) +171,489,217,New York NY-NJ-CT-PA CSA (NJ Part) +171,490,245,Charleston SC MSA +171,491,172,Miami FL MSA +172,274,245,Charleston SC MSA +172,275,172,Miami FL MSA +172,276,172,Miami FL MSA +172,277,176,Atlanta GA-AL CSA (GA Part) +172,278,172,Miami FL MSA +172,279,245,Charleston SC MSA +172,280,172,Miami FL MSA +172,281,172,Miami FL MSA +172,282,191,Louisville KY-IN CSA (KY Part) +172,283,172,Miami FL MSA +172,284,172,Miami FL MSA +172,285,217,New York NY-NJ-CT-PA CSA (NJ Part) +172,286,266,Washington DC-MD-VA-WV CSA (VA Part) +172,287,172,Miami FL MSA +172,288,201,Boston MA-NH CSA (MA Part) +172,289,223,New York NY-NJ-CT-PA CSA (NY Part) +172,290,172,Miami FL MSA +172,291,226,Charlotte NC-SC CSA (NC Part) +172,292,201,Boston MA-NH CSA (MA Part) +172,293,195,New Orleans LA CSA +172,294,172,Miami FL MSA +172,295,226,Charlotte NC-SC CSA (NC Part) +172,296,172,Miami FL MSA +172,297,176,Atlanta GA-AL CSA (GA Part) +172,298,172,Miami FL MSA +172,299,172,Miami FL MSA +172,300,172,Miami FL MSA +172,301,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +172,302,172,Miami FL MSA +172,303,231,Cincinnati OH-KY-IN CSA (OH Part) +172,304,223,New York NY-NJ-CT-PA CSA (NY Part) +172,305,172,Miami FL MSA +172,306,217,New York NY-NJ-CT-PA CSA (NJ Part) +172,307,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +172,308,223,New York NY-NJ-CT-PA CSA (NY Part) +172,309,172,Miami FL MSA +172,310,249,Memphis TN-MS-AR MSA (TN Part) +172,311,153,Remainder of Alabama +172,312,245,Charleston SC MSA +172,313,172,Miami FL MSA +172,314,217,New York NY-NJ-CT-PA CSA (NJ Part) +172,315,172,Miami FL MSA +172,316,191,Louisville KY-IN CSA (KY Part) +172,317,162,San Francisco CA CSA +172,318,172,Miami FL MSA +172,319,172,Miami FL MSA +172,320,172,Miami FL MSA +172,321,266,Washington DC-MD-VA-WV CSA (VA Part) +172,322,172,Miami FL MSA +172,323,172,Miami FL MSA +172,324,266,Washington DC-MD-VA-WV CSA (VA Part) +172,325,172,Miami FL MSA +172,326,172,Miami FL MSA +172,327,223,New York NY-NJ-CT-PA CSA (NY Part) +172,328,172,Miami FL MSA +172,329,172,Miami FL MSA +172,330,223,New York NY-NJ-CT-PA CSA (NY Part) +172,331,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +172,332,245,Charleston SC MSA +172,333,172,Miami FL MSA +172,334,172,Miami FL MSA +172,335,172,Miami FL MSA +172,336,172,Miami FL MSA +172,337,172,Miami FL MSA +172,338,172,Miami FL MSA +172,339,223,New York NY-NJ-CT-PA CSA (NY Part) +172,340,176,Atlanta GA-AL CSA (GA Part) +172,341,172,Miami FL MSA +172,342,172,Miami FL MSA +172,343,162,San Francisco CA CSA +172,344,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +172,345,226,Charlotte NC-SC CSA (NC Part) +172,346,176,Atlanta GA-AL CSA (GA Part) +172,347,172,Miami FL MSA +172,348,172,Miami FL MSA +172,349,172,Miami FL MSA +172,350,201,Boston MA-NH CSA (MA Part) +172,351,172,Miami FL MSA +172,352,176,Atlanta GA-AL CSA (GA Part) +172,353,172,Miami FL MSA +172,354,172,Miami FL MSA +172,355,172,Miami FL MSA +172,356,173,Orlando FL CSA +172,357,172,Miami FL MSA +172,358,173,Orlando FL CSA +172,359,172,Miami FL MSA +172,360,176,Atlanta GA-AL CSA (GA Part) +172,361,172,Miami FL MSA +172,362,266,Washington DC-MD-VA-WV CSA (VA Part) +172,363,172,Miami FL MSA +172,364,172,Miami FL MSA +172,365,226,Charlotte NC-SC CSA (NC Part) +172,366,217,New York NY-NJ-CT-PA CSA (NJ Part) +172,367,268,Seattle WA CSA +172,368,266,Washington DC-MD-VA-WV CSA (VA Part) +172,369,172,Miami FL MSA +172,370,223,New York NY-NJ-CT-PA CSA (NY Part) +172,371,266,Washington DC-MD-VA-WV CSA (VA Part) +172,372,176,Atlanta GA-AL CSA (GA Part) +172,373,172,Miami FL MSA +172,374,249,Memphis TN-MS-AR MSA (TN Part) +172,375,172,Miami FL MSA +172,376,201,Boston MA-NH CSA (MA Part) +172,377,176,Atlanta GA-AL CSA (GA Part) +172,378,172,Miami FL MSA +172,379,223,New York NY-NJ-CT-PA CSA (NY Part) +172,380,226,Charlotte NC-SC CSA (NC Part) +172,381,172,Miami FL MSA +172,382,223,New York NY-NJ-CT-PA CSA (NY Part) +172,383,217,New York NY-NJ-CT-PA CSA (NJ Part) +172,384,172,Miami FL MSA +172,385,172,Miami FL MSA +172,386,172,Miami FL MSA +172,387,172,Miami FL MSA +172,388,223,New York NY-NJ-CT-PA CSA (NY Part) +172,389,223,New York NY-NJ-CT-PA CSA (NY Part) +172,390,172,Miami FL MSA +172,391,217,New York NY-NJ-CT-PA CSA (NJ Part) +172,392,172,Miami FL MSA +172,393,172,Miami FL MSA +172,394,172,Miami FL MSA +172,395,201,Boston MA-NH CSA (MA Part) +172,396,191,Louisville KY-IN CSA (KY Part) +172,397,172,Miami FL MSA +172,398,217,New York NY-NJ-CT-PA CSA (NJ Part) +172,399,172,Miami FL MSA +172,400,159,Los Angeles CA CSA +172,401,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +172,402,172,Miami FL MSA +172,403,176,Atlanta GA-AL CSA (GA Part) +172,404,223,New York NY-NJ-CT-PA CSA (NY Part) +172,405,176,Atlanta GA-AL CSA (GA Part) +172,406,172,Miami FL MSA +172,407,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +172,408,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +172,409,172,Miami FL MSA +172,410,249,Memphis TN-MS-AR MSA (TN Part) +172,411,223,New York NY-NJ-CT-PA CSA (NY Part) +172,412,266,Washington DC-MD-VA-WV CSA (VA Part) +172,413,172,Miami FL MSA +172,414,195,New Orleans LA CSA +172,415,217,New York NY-NJ-CT-PA CSA (NJ Part) +172,416,176,Atlanta GA-AL CSA (GA Part) +172,417,255,Dallas-Fort Worth TX CSA +172,418,172,Miami FL MSA +172,419,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +172,420,12,Chicago IL-IN-WI CSA (IL Part) +172,421,12,Chicago IL-IN-WI CSA (IL Part) +172,422,255,Dallas-Fort Worth TX CSA +172,423,172,Miami FL MSA +172,424,172,Miami FL MSA +172,425,172,Miami FL MSA +172,426,172,Miami FL MSA +172,427,153,Remainder of Alabama +172,428,203,Detroit MI CSA +172,429,172,Miami FL MSA +172,430,223,New York NY-NJ-CT-PA CSA (NY Part) +172,431,217,New York NY-NJ-CT-PA CSA (NJ Part) +172,432,172,Miami FL MSA +172,433,223,New York NY-NJ-CT-PA CSA (NY Part) +172,434,172,Miami FL MSA +172,435,12,Chicago IL-IN-WI CSA (IL Part) +172,436,223,New York NY-NJ-CT-PA CSA (NY Part) +172,437,172,Miami FL MSA +172,438,176,Atlanta GA-AL CSA (GA Part) +172,439,172,Miami FL MSA +172,440,176,Atlanta GA-AL CSA (GA Part) +172,441,249,Memphis TN-MS-AR MSA (TN Part) +172,442,172,Miami FL MSA +172,443,176,Atlanta GA-AL CSA (GA Part) +172,444,172,Miami FL MSA +172,445,223,New York NY-NJ-CT-PA CSA (NY Part) +172,446,172,Miami FL MSA +172,447,172,Miami FL MSA +172,448,172,Miami FL MSA +172,449,172,Miami FL MSA +172,450,176,Atlanta GA-AL CSA (GA Part) +172,451,172,Miami FL MSA +172,452,172,Miami FL MSA +172,453,172,Miami FL MSA +172,454,266,Washington DC-MD-VA-WV CSA (VA Part) +172,455,172,Miami FL MSA +172,456,172,Miami FL MSA +172,457,172,Miami FL MSA +172,458,172,Miami FL MSA +172,459,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +172,460,172,Miami FL MSA +172,461,172,Miami FL MSA +172,462,172,Miami FL MSA +172,463,172,Miami FL MSA +172,464,223,New York NY-NJ-CT-PA CSA (NY Part) +172,465,172,Miami FL MSA +172,466,201,Boston MA-NH CSA (MA Part) +172,467,176,Atlanta GA-AL CSA (GA Part) +172,468,12,Chicago IL-IN-WI CSA (IL Part) +172,469,223,New York NY-NJ-CT-PA CSA (NY Part) +172,470,154,Alaska +172,471,172,Miami FL MSA +172,472,172,Miami FL MSA +172,473,172,Miami FL MSA +172,474,172,Miami FL MSA +172,475,172,Miami FL MSA +172,476,172,Miami FL MSA +172,477,172,Miami FL MSA +172,478,172,Miami FL MSA +172,479,172,Miami FL MSA +172,480,223,New York NY-NJ-CT-PA CSA (NY Part) +172,481,172,Miami FL MSA +172,482,266,Washington DC-MD-VA-WV CSA (VA Part) +172,483,172,Miami FL MSA +172,484,172,Miami FL MSA +172,485,223,New York NY-NJ-CT-PA CSA (NY Part) +172,486,249,Memphis TN-MS-AR MSA (TN Part) +172,487,172,Miami FL MSA +172,488,217,New York NY-NJ-CT-PA CSA (NJ Part) +172,489,223,New York NY-NJ-CT-PA CSA (NY Part) +172,490,172,Miami FL MSA +172,491,266,Washington DC-MD-VA-WV CSA (VA Part) +173,274,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +173,275,201,Boston MA-NH CSA (MA Part) +173,276,172,Miami FL MSA +173,277,201,Boston MA-NH CSA (MA Part) +173,278,172,Miami FL MSA +173,279,172,Miami FL MSA +173,280,172,Miami FL MSA +173,281,172,Miami FL MSA +173,282,203,Detroit MI CSA +173,283,172,Miami FL MSA +173,284,255,Dallas-Fort Worth TX CSA +173,285,223,New York NY-NJ-CT-PA CSA (NY Part) +173,286,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +173,287,176,Atlanta GA-AL CSA (GA Part) +173,288,201,Boston MA-NH CSA (MA Part) +173,289,191,Louisville KY-IN CSA (KY Part) +173,290,153,Remainder of Alabama +173,291,169,Delaware +173,292,266,Washington DC-MD-VA-WV CSA (VA Part) +173,293,153,Remainder of Alabama +173,294,176,Atlanta GA-AL CSA (GA Part) +173,295,172,Miami FL MSA +173,296,186,Indianapolis IN CSA +173,297,172,Miami FL MSA +173,298,191,Louisville KY-IN CSA (KY Part) +173,299,223,New York NY-NJ-CT-PA CSA (NY Part) +173,300,172,Miami FL MSA +173,301,223,New York NY-NJ-CT-PA CSA (NY Part) +173,302,172,Miami FL MSA +173,303,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +173,304,223,New York NY-NJ-CT-PA CSA (NY Part) +173,305,172,Miami FL MSA +173,306,223,New York NY-NJ-CT-PA CSA (NY Part) +173,307,172,Miami FL MSA +173,308,223,New York NY-NJ-CT-PA CSA (NY Part) +173,309,172,Miami FL MSA +173,310,192,Remainder of Kentucky +173,311,245,Charleston SC MSA +173,312,172,Miami FL MSA +173,313,223,New York NY-NJ-CT-PA CSA (NY Part) +173,314,223,New York NY-NJ-CT-PA CSA (NY Part) +173,315,172,Miami FL MSA +173,316,266,Washington DC-MD-VA-WV CSA (VA Part) +173,317,154,Alaska +173,318,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +173,319,172,Miami FL MSA +173,320,172,Miami FL MSA +173,321,172,Miami FL MSA +173,322,172,Miami FL MSA +173,323,172,Miami FL MSA +173,324,172,Miami FL MSA +173,325,172,Miami FL MSA +173,326,172,Miami FL MSA +173,327,217,New York NY-NJ-CT-PA CSA (NJ Part) +173,328,172,Miami FL MSA +173,329,172,Miami FL MSA +173,330,203,Detroit MI CSA +173,331,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +173,332,172,Miami FL MSA +173,333,172,Miami FL MSA +173,334,172,Miami FL MSA +173,335,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +173,336,172,Miami FL MSA +173,337,172,Miami FL MSA +173,338,201,Boston MA-NH CSA (MA Part) +173,339,176,Atlanta GA-AL CSA (GA Part) +173,340,176,Atlanta GA-AL CSA (GA Part) +173,341,172,Miami FL MSA +173,342,217,New York NY-NJ-CT-PA CSA (NJ Part) +173,343,176,Atlanta GA-AL CSA (GA Part) +173,344,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +173,345,226,Charlotte NC-SC CSA (NC Part) +173,346,266,Washington DC-MD-VA-WV CSA (VA Part) +173,347,172,Miami FL MSA +173,348,217,New York NY-NJ-CT-PA CSA (NJ Part) +173,349,266,Washington DC-MD-VA-WV CSA (VA Part) +173,350,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +173,351,176,Atlanta GA-AL CSA (GA Part) +173,352,172,Miami FL MSA +173,353,191,Louisville KY-IN CSA (KY Part) +173,354,192,Remainder of Kentucky +173,355,172,Miami FL MSA +173,356,176,Atlanta GA-AL CSA (GA Part) +173,357,172,Miami FL MSA +173,358,172,Miami FL MSA +173,359,172,Miami FL MSA +173,360,172,Miami FL MSA +173,361,176,Atlanta GA-AL CSA (GA Part) +173,362,223,New York NY-NJ-CT-PA CSA (NY Part) +173,363,172,Miami FL MSA +173,364,245,Charleston SC MSA +173,365,223,New York NY-NJ-CT-PA CSA (NY Part) +173,366,12,Chicago IL-IN-WI CSA (IL Part) +173,367,268,Seattle WA CSA +173,368,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +173,369,217,New York NY-NJ-CT-PA CSA (NJ Part) +173,370,201,Boston MA-NH CSA (MA Part) +173,371,217,New York NY-NJ-CT-PA CSA (NJ Part) +173,372,266,Washington DC-MD-VA-WV CSA (VA Part) +173,373,172,Miami FL MSA +173,374,203,Detroit MI CSA +173,375,201,Boston MA-NH CSA (MA Part) +173,376,192,Remainder of Kentucky +173,377,172,Miami FL MSA +173,378,172,Miami FL MSA +173,379,223,New York NY-NJ-CT-PA CSA (NY Part) +173,380,223,New York NY-NJ-CT-PA CSA (NY Part) +173,381,223,New York NY-NJ-CT-PA CSA (NY Part) +173,382,223,New York NY-NJ-CT-PA CSA (NY Part) +173,383,223,New York NY-NJ-CT-PA CSA (NY Part) +173,384,172,Miami FL MSA +173,385,173,Orlando FL CSA +173,386,172,Miami FL MSA +173,387,172,Miami FL MSA +173,388,232,Cleveland OH CSA +173,389,201,Boston MA-NH CSA (MA Part) +173,390,172,Miami FL MSA +173,391,223,New York NY-NJ-CT-PA CSA (NY Part) +173,392,255,Dallas-Fort Worth TX CSA +173,393,223,New York NY-NJ-CT-PA CSA (NY Part) +173,394,172,Miami FL MSA +173,395,169,Delaware +173,396,162,San Francisco CA CSA +173,397,223,New York NY-NJ-CT-PA CSA (NY Part) +173,398,217,New York NY-NJ-CT-PA CSA (NJ Part) +173,399,172,Miami FL MSA +173,400,203,Detroit MI CSA +173,401,223,New York NY-NJ-CT-PA CSA (NY Part) +173,402,201,Boston MA-NH CSA (MA Part) +173,403,12,Chicago IL-IN-WI CSA (IL Part) +173,404,223,New York NY-NJ-CT-PA CSA (NY Part) +173,405,172,Miami FL MSA +173,406,172,Miami FL MSA +173,407,217,New York NY-NJ-CT-PA CSA (NJ Part) +173,408,226,Charlotte NC-SC CSA (NC Part) +173,409,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +173,410,249,Memphis TN-MS-AR MSA (TN Part) +173,411,223,New York NY-NJ-CT-PA CSA (NY Part) +173,412,223,New York NY-NJ-CT-PA CSA (NY Part) +173,413,172,Miami FL MSA +173,414,172,Miami FL MSA +173,415,172,Miami FL MSA +173,416,176,Atlanta GA-AL CSA (GA Part) +173,417,172,Miami FL MSA +173,418,154,Alaska +173,419,217,New York NY-NJ-CT-PA CSA (NJ Part) +173,420,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +173,421,223,New York NY-NJ-CT-PA CSA (NY Part) +173,422,176,Atlanta GA-AL CSA (GA Part) +173,423,172,Miami FL MSA +173,424,172,Miami FL MSA +173,425,249,Memphis TN-MS-AR MSA (TN Part) +173,426,172,Miami FL MSA +173,427,172,Miami FL MSA +173,428,162,San Francisco CA CSA +173,429,172,Miami FL MSA +173,430,172,Miami FL MSA +173,431,223,New York NY-NJ-CT-PA CSA (NY Part) +173,432,266,Washington DC-MD-VA-WV CSA (VA Part) +173,433,245,Charleston SC MSA +173,434,176,Atlanta GA-AL CSA (GA Part) +173,435,203,Detroit MI CSA +173,436,223,New York NY-NJ-CT-PA CSA (NY Part) +173,437,173,Orlando FL CSA +173,438,176,Atlanta GA-AL CSA (GA Part) +173,439,172,Miami FL MSA +173,440,172,Miami FL MSA +173,441,153,Remainder of Alabama +173,442,223,New York NY-NJ-CT-PA CSA (NY Part) +173,443,176,Atlanta GA-AL CSA (GA Part) +173,444,172,Miami FL MSA +173,445,172,Miami FL MSA +173,446,217,New York NY-NJ-CT-PA CSA (NJ Part) +173,447,172,Miami FL MSA +173,448,223,New York NY-NJ-CT-PA CSA (NY Part) +173,449,255,Dallas-Fort Worth TX CSA +173,450,172,Miami FL MSA +173,451,217,New York NY-NJ-CT-PA CSA (NJ Part) +173,452,223,New York NY-NJ-CT-PA CSA (NY Part) +173,453,153,Remainder of Alabama +173,454,223,New York NY-NJ-CT-PA CSA (NY Part) +173,455,266,Washington DC-MD-VA-WV CSA (VA Part) +173,456,191,Louisville KY-IN CSA (KY Part) +173,457,172,Miami FL MSA +173,458,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +173,459,12,Chicago IL-IN-WI CSA (IL Part) +173,460,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +173,461,172,Miami FL MSA +173,462,172,Miami FL MSA +173,463,223,New York NY-NJ-CT-PA CSA (NY Part) +173,464,217,New York NY-NJ-CT-PA CSA (NJ Part) +173,465,223,New York NY-NJ-CT-PA CSA (NY Part) +173,466,153,Remainder of Alabama +173,467,223,New York NY-NJ-CT-PA CSA (NY Part) +173,468,266,Washington DC-MD-VA-WV CSA (VA Part) +173,469,217,New York NY-NJ-CT-PA CSA (NJ Part) +173,470,12,Chicago IL-IN-WI CSA (IL Part) +173,471,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +173,472,249,Memphis TN-MS-AR MSA (TN Part) +173,473,172,Miami FL MSA +173,474,172,Miami FL MSA +173,475,172,Miami FL MSA +173,476,217,New York NY-NJ-CT-PA CSA (NJ Part) +173,477,223,New York NY-NJ-CT-PA CSA (NY Part) +173,478,172,Miami FL MSA +173,479,249,Memphis TN-MS-AR MSA (TN Part) +173,480,226,Charlotte NC-SC CSA (NC Part) +173,481,169,Delaware +173,482,232,Cleveland OH CSA +173,483,266,Washington DC-MD-VA-WV CSA (VA Part) +173,484,172,Miami FL MSA +173,485,217,New York NY-NJ-CT-PA CSA (NJ Part) +173,486,176,Atlanta GA-AL CSA (GA Part) +173,487,172,Miami FL MSA +173,488,266,Washington DC-MD-VA-WV CSA (VA Part) +173,489,223,New York NY-NJ-CT-PA CSA (NY Part) +173,490,173,Orlando FL CSA +173,491,172,Miami FL MSA +174,274,172,Miami FL MSA +174,275,223,New York NY-NJ-CT-PA CSA (NY Part) +174,276,172,Miami FL MSA +174,277,217,New York NY-NJ-CT-PA CSA (NJ Part) +174,278,172,Miami FL MSA +174,279,172,Miami FL MSA +174,280,172,Miami FL MSA +174,281,172,Miami FL MSA +174,282,217,New York NY-NJ-CT-PA CSA (NJ Part) +174,283,172,Miami FL MSA +174,284,159,Los Angeles CA CSA +174,285,203,Detroit MI CSA +174,286,266,Washington DC-MD-VA-WV CSA (VA Part) +174,287,172,Miami FL MSA +174,288,176,Atlanta GA-AL CSA (GA Part) +174,289,203,Detroit MI CSA +174,290,172,Miami FL MSA +174,291,217,New York NY-NJ-CT-PA CSA (NJ Part) +174,292,223,New York NY-NJ-CT-PA CSA (NY Part) +174,293,172,Miami FL MSA +174,294,172,Miami FL MSA +174,295,176,Atlanta GA-AL CSA (GA Part) +174,296,176,Atlanta GA-AL CSA (GA Part) +174,297,172,Miami FL MSA +174,298,172,Miami FL MSA +174,299,223,New York NY-NJ-CT-PA CSA (NY Part) +174,300,173,Orlando FL CSA +174,301,231,Cincinnati OH-KY-IN CSA (OH Part) +174,302,172,Miami FL MSA +174,303,249,Memphis TN-MS-AR MSA (TN Part) +174,304,173,Orlando FL CSA +174,305,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +174,306,172,Miami FL MSA +174,307,172,Miami FL MSA +174,308,12,Chicago IL-IN-WI CSA (IL Part) +174,309,223,New York NY-NJ-CT-PA CSA (NY Part) +174,310,191,Louisville KY-IN CSA (KY Part) +174,311,172,Miami FL MSA +174,312,176,Atlanta GA-AL CSA (GA Part) +174,313,217,New York NY-NJ-CT-PA CSA (NJ Part) +174,314,172,Miami FL MSA +174,315,249,Memphis TN-MS-AR MSA (TN Part) +174,316,153,Remainder of Alabama +174,317,159,Los Angeles CA CSA +174,318,217,New York NY-NJ-CT-PA CSA (NJ Part) +174,319,172,Miami FL MSA +174,320,266,Washington DC-MD-VA-WV CSA (VA Part) +174,321,172,Miami FL MSA +174,322,172,Miami FL MSA +174,323,172,Miami FL MSA +174,324,172,Miami FL MSA +174,325,172,Miami FL MSA +174,326,172,Miami FL MSA +174,327,266,Washington DC-MD-VA-WV CSA (VA Part) +174,328,226,Charlotte NC-SC CSA (NC Part) +174,329,223,New York NY-NJ-CT-PA CSA (NY Part) +174,330,223,New York NY-NJ-CT-PA CSA (NY Part) +174,331,266,Washington DC-MD-VA-WV CSA (VA Part) +174,332,172,Miami FL MSA +174,333,172,Miami FL MSA +174,334,172,Miami FL MSA +174,335,153,Remainder of Alabama +174,336,172,Miami FL MSA +174,337,172,Miami FL MSA +174,338,266,Washington DC-MD-VA-WV CSA (VA Part) +174,339,176,Atlanta GA-AL CSA (GA Part) +174,340,176,Atlanta GA-AL CSA (GA Part) +174,341,195,New Orleans LA CSA +174,342,223,New York NY-NJ-CT-PA CSA (NY Part) +174,343,257,Houston TX CSA +174,344,172,Miami FL MSA +174,345,223,New York NY-NJ-CT-PA CSA (NY Part) +174,346,172,Miami FL MSA +174,347,172,Miami FL MSA +174,348,223,New York NY-NJ-CT-PA CSA (NY Part) +174,349,191,Louisville KY-IN CSA (KY Part) +174,350,176,Atlanta GA-AL CSA (GA Part) +174,351,266,Washington DC-MD-VA-WV CSA (VA Part) +174,352,172,Miami FL MSA +174,353,172,Miami FL MSA +174,354,192,Remainder of Kentucky +174,355,173,Orlando FL CSA +174,356,245,Charleston SC MSA +174,357,172,Miami FL MSA +174,358,172,Miami FL MSA +174,359,172,Miami FL MSA +174,360,172,Miami FL MSA +174,361,172,Miami FL MSA +174,362,172,Miami FL MSA +174,363,173,Orlando FL CSA +174,364,223,New York NY-NJ-CT-PA CSA (NY Part) +174,365,223,New York NY-NJ-CT-PA CSA (NY Part) +174,366,223,New York NY-NJ-CT-PA CSA (NY Part) +174,367,159,Los Angeles CA CSA +174,368,173,Orlando FL CSA +174,369,172,Miami FL MSA +174,370,176,Atlanta GA-AL CSA (GA Part) +174,371,226,Charlotte NC-SC CSA (NC Part) +174,372,223,New York NY-NJ-CT-PA CSA (NY Part) +174,373,172,Miami FL MSA +174,374,176,Atlanta GA-AL CSA (GA Part) +174,375,223,New York NY-NJ-CT-PA CSA (NY Part) +174,376,217,New York NY-NJ-CT-PA CSA (NJ Part) +174,377,172,Miami FL MSA +174,378,172,Miami FL MSA +174,379,232,Cleveland OH CSA +174,380,217,New York NY-NJ-CT-PA CSA (NJ Part) +174,381,223,New York NY-NJ-CT-PA CSA (NY Part) +174,382,266,Washington DC-MD-VA-WV CSA (VA Part) +174,383,176,Atlanta GA-AL CSA (GA Part) +174,384,172,Miami FL MSA +174,385,172,Miami FL MSA +174,386,217,New York NY-NJ-CT-PA CSA (NJ Part) +174,387,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +174,388,223,New York NY-NJ-CT-PA CSA (NY Part) +174,389,217,New York NY-NJ-CT-PA CSA (NJ Part) +174,390,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +174,391,172,Miami FL MSA +174,392,217,New York NY-NJ-CT-PA CSA (NJ Part) +174,393,223,New York NY-NJ-CT-PA CSA (NY Part) +174,394,172,Miami FL MSA +174,395,223,New York NY-NJ-CT-PA CSA (NY Part) +174,396,162,San Francisco CA CSA +174,397,176,Atlanta GA-AL CSA (GA Part) +174,398,172,Miami FL MSA +174,399,172,Miami FL MSA +174,400,176,Atlanta GA-AL CSA (GA Part) +174,401,223,New York NY-NJ-CT-PA CSA (NY Part) +174,402,169,Delaware +174,403,266,Washington DC-MD-VA-WV CSA (VA Part) +174,404,173,Orlando FL CSA +174,405,172,Miami FL MSA +174,406,172,Miami FL MSA +174,407,172,Miami FL MSA +174,408,217,New York NY-NJ-CT-PA CSA (NJ Part) +174,409,245,Charleston SC MSA +174,410,257,Houston TX CSA +174,411,266,Washington DC-MD-VA-WV CSA (VA Part) +174,412,232,Cleveland OH CSA +174,413,255,Dallas-Fort Worth TX CSA +174,414,172,Miami FL MSA +174,415,172,Miami FL MSA +174,416,266,Washington DC-MD-VA-WV CSA (VA Part) +174,417,257,Houston TX CSA +174,418,176,Atlanta GA-AL CSA (GA Part) +174,419,176,Atlanta GA-AL CSA (GA Part) +174,420,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +174,421,223,New York NY-NJ-CT-PA CSA (NY Part) +174,422,249,Memphis TN-MS-AR MSA (TN Part) +174,423,223,New York NY-NJ-CT-PA CSA (NY Part) +174,424,172,Miami FL MSA +174,425,257,Houston TX CSA +174,426,172,Miami FL MSA +174,427,172,Miami FL MSA +174,428,249,Memphis TN-MS-AR MSA (TN Part) +174,429,176,Atlanta GA-AL CSA (GA Part) +174,430,223,New York NY-NJ-CT-PA CSA (NY Part) +174,431,223,New York NY-NJ-CT-PA CSA (NY Part) +174,432,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +174,433,173,Orlando FL CSA +174,434,223,New York NY-NJ-CT-PA CSA (NY Part) +174,435,249,Memphis TN-MS-AR MSA (TN Part) +174,436,191,Louisville KY-IN CSA (KY Part) +174,437,176,Atlanta GA-AL CSA (GA Part) +174,438,172,Miami FL MSA +174,439,176,Atlanta GA-AL CSA (GA Part) +174,440,172,Miami FL MSA +174,441,176,Atlanta GA-AL CSA (GA Part) +174,442,223,New York NY-NJ-CT-PA CSA (NY Part) +174,443,172,Miami FL MSA +174,444,266,Washington DC-MD-VA-WV CSA (VA Part) +174,445,172,Miami FL MSA +174,446,245,Charleston SC MSA +174,447,266,Washington DC-MD-VA-WV CSA (VA Part) +174,448,172,Miami FL MSA +174,449,12,Chicago IL-IN-WI CSA (IL Part) +174,450,245,Charleston SC MSA +174,451,172,Miami FL MSA +174,452,223,New York NY-NJ-CT-PA CSA (NY Part) +174,453,172,Miami FL MSA +174,454,192,Remainder of Kentucky +174,455,172,Miami FL MSA +174,456,255,Dallas-Fort Worth TX CSA +174,457,172,Miami FL MSA +174,458,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +174,459,223,New York NY-NJ-CT-PA CSA (NY Part) +174,460,153,Remainder of Alabama +174,461,172,Miami FL MSA +174,462,223,New York NY-NJ-CT-PA CSA (NY Part) +174,463,223,New York NY-NJ-CT-PA CSA (NY Part) +174,464,217,New York NY-NJ-CT-PA CSA (NJ Part) +174,465,172,Miami FL MSA +174,466,266,Washington DC-MD-VA-WV CSA (VA Part) +174,467,266,Washington DC-MD-VA-WV CSA (VA Part) +174,468,217,New York NY-NJ-CT-PA CSA (NJ Part) +174,469,232,Cleveland OH CSA +174,470,154,Alaska +174,471,176,Atlanta GA-AL CSA (GA Part) +174,472,249,Memphis TN-MS-AR MSA (TN Part) +174,473,255,Dallas-Fort Worth TX CSA +174,474,172,Miami FL MSA +174,475,223,New York NY-NJ-CT-PA CSA (NY Part) +174,476,245,Charleston SC MSA +174,477,232,Cleveland OH CSA +174,478,172,Miami FL MSA +174,479,176,Atlanta GA-AL CSA (GA Part) +174,480,266,Washington DC-MD-VA-WV CSA (VA Part) +174,481,223,New York NY-NJ-CT-PA CSA (NY Part) +174,482,223,New York NY-NJ-CT-PA CSA (NY Part) +174,483,169,Delaware +174,484,172,Miami FL MSA +174,485,223,New York NY-NJ-CT-PA CSA (NY Part) +174,486,159,Los Angeles CA CSA +174,487,172,Miami FL MSA +174,488,173,Orlando FL CSA +174,489,176,Atlanta GA-AL CSA (GA Part) +174,490,172,Miami FL MSA +174,491,172,Miami FL MSA +175,274,232,Cleveland OH CSA +175,275,245,Charleston SC MSA +175,276,201,Boston MA-NH CSA (MA Part) +175,277,223,New York NY-NJ-CT-PA CSA (NY Part) +175,278,223,New York NY-NJ-CT-PA CSA (NY Part) +175,279,172,Miami FL MSA +175,280,172,Miami FL MSA +175,281,172,Miami FL MSA +175,282,172,Miami FL MSA +175,283,172,Miami FL MSA +175,284,186,Indianapolis IN CSA +175,285,217,New York NY-NJ-CT-PA CSA (NJ Part) +175,286,223,New York NY-NJ-CT-PA CSA (NY Part) +175,287,172,Miami FL MSA +175,288,223,New York NY-NJ-CT-PA CSA (NY Part) +175,289,266,Washington DC-MD-VA-WV CSA (VA Part) +175,290,172,Miami FL MSA +175,291,153,Remainder of Alabama +175,292,266,Washington DC-MD-VA-WV CSA (VA Part) +175,293,176,Atlanta GA-AL CSA (GA Part) +175,294,176,Atlanta GA-AL CSA (GA Part) +175,295,172,Miami FL MSA +175,296,186,Indianapolis IN CSA +175,297,172,Miami FL MSA +175,298,223,New York NY-NJ-CT-PA CSA (NY Part) +175,299,223,New York NY-NJ-CT-PA CSA (NY Part) +175,300,176,Atlanta GA-AL CSA (GA Part) +175,301,169,Delaware +175,302,172,Miami FL MSA +175,303,162,San Francisco CA CSA +175,304,217,New York NY-NJ-CT-PA CSA (NJ Part) +175,305,223,New York NY-NJ-CT-PA CSA (NY Part) +175,306,223,New York NY-NJ-CT-PA CSA (NY Part) +175,307,172,Miami FL MSA +175,308,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +175,309,172,Miami FL MSA +175,310,12,Chicago IL-IN-WI CSA (IL Part) +175,311,172,Miami FL MSA +175,312,176,Atlanta GA-AL CSA (GA Part) +175,313,172,Miami FL MSA +175,314,245,Charleston SC MSA +175,315,257,Houston TX CSA +175,316,12,Chicago IL-IN-WI CSA (IL Part) +175,317,154,Alaska +175,318,249,Memphis TN-MS-AR MSA (TN Part) +175,319,195,New Orleans LA CSA +175,320,226,Charlotte NC-SC CSA (NC Part) +175,321,172,Miami FL MSA +175,322,172,Miami FL MSA +175,323,172,Miami FL MSA +175,324,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +175,325,172,Miami FL MSA +175,326,172,Miami FL MSA +175,327,217,New York NY-NJ-CT-PA CSA (NJ Part) +175,328,226,Charlotte NC-SC CSA (NC Part) +175,329,172,Miami FL MSA +175,330,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +175,331,176,Atlanta GA-AL CSA (GA Part) +175,332,176,Atlanta GA-AL CSA (GA Part) +175,333,172,Miami FL MSA +175,334,176,Atlanta GA-AL CSA (GA Part) +175,335,223,New York NY-NJ-CT-PA CSA (NY Part) +175,336,176,Atlanta GA-AL CSA (GA Part) +175,337,172,Miami FL MSA +175,338,201,Boston MA-NH CSA (MA Part) +175,339,169,Delaware +175,340,223,New York NY-NJ-CT-PA CSA (NY Part) +175,341,172,Miami FL MSA +175,342,217,New York NY-NJ-CT-PA CSA (NJ Part) +175,343,172,Miami FL MSA +175,344,176,Atlanta GA-AL CSA (GA Part) +175,345,266,Washington DC-MD-VA-WV CSA (VA Part) +175,346,172,Miami FL MSA +175,347,172,Miami FL MSA +175,348,172,Miami FL MSA +175,349,176,Atlanta GA-AL CSA (GA Part) +175,350,223,New York NY-NJ-CT-PA CSA (NY Part) +175,351,172,Miami FL MSA +175,352,172,Miami FL MSA +175,353,217,New York NY-NJ-CT-PA CSA (NJ Part) +175,354,223,New York NY-NJ-CT-PA CSA (NY Part) +175,355,172,Miami FL MSA +175,356,172,Miami FL MSA +175,357,176,Atlanta GA-AL CSA (GA Part) +175,358,223,New York NY-NJ-CT-PA CSA (NY Part) +175,359,172,Miami FL MSA +175,360,172,Miami FL MSA +175,361,172,Miami FL MSA +175,362,223,New York NY-NJ-CT-PA CSA (NY Part) +175,363,172,Miami FL MSA +175,364,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +175,365,176,Atlanta GA-AL CSA (GA Part) +175,366,223,New York NY-NJ-CT-PA CSA (NY Part) +175,367,159,Los Angeles CA CSA +175,368,201,Boston MA-NH CSA (MA Part) +175,369,223,New York NY-NJ-CT-PA CSA (NY Part) +175,370,266,Washington DC-MD-VA-WV CSA (VA Part) +175,371,176,Atlanta GA-AL CSA (GA Part) +175,372,223,New York NY-NJ-CT-PA CSA (NY Part) +175,373,172,Miami FL MSA +175,374,12,Chicago IL-IN-WI CSA (IL Part) +175,375,223,New York NY-NJ-CT-PA CSA (NY Part) +175,376,217,New York NY-NJ-CT-PA CSA (NJ Part) +175,377,153,Remainder of Alabama +175,378,245,Charleston SC MSA +175,379,223,New York NY-NJ-CT-PA CSA (NY Part) +175,380,217,New York NY-NJ-CT-PA CSA (NJ Part) +175,381,192,Remainder of Kentucky +175,382,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +175,383,173,Orlando FL CSA +175,384,173,Orlando FL CSA +175,385,217,New York NY-NJ-CT-PA CSA (NJ Part) +175,386,176,Atlanta GA-AL CSA (GA Part) +175,387,217,New York NY-NJ-CT-PA CSA (NJ Part) +175,388,176,Atlanta GA-AL CSA (GA Part) +175,389,176,Atlanta GA-AL CSA (GA Part) +175,390,191,Louisville KY-IN CSA (KY Part) +175,391,153,Remainder of Alabama +175,392,154,Alaska +175,393,249,Memphis TN-MS-AR MSA (TN Part) +175,394,172,Miami FL MSA +175,395,217,New York NY-NJ-CT-PA CSA (NJ Part) +175,396,176,Atlanta GA-AL CSA (GA Part) +175,397,223,New York NY-NJ-CT-PA CSA (NY Part) +175,398,176,Atlanta GA-AL CSA (GA Part) +175,399,172,Miami FL MSA +175,400,162,San Francisco CA CSA +175,401,217,New York NY-NJ-CT-PA CSA (NJ Part) +175,402,176,Atlanta GA-AL CSA (GA Part) +175,403,201,Boston MA-NH CSA (MA Part) +175,404,176,Atlanta GA-AL CSA (GA Part) +175,405,172,Miami FL MSA +175,406,201,Boston MA-NH CSA (MA Part) +175,407,172,Miami FL MSA +175,408,192,Remainder of Kentucky +175,409,176,Atlanta GA-AL CSA (GA Part) +175,410,176,Atlanta GA-AL CSA (GA Part) +175,411,217,New York NY-NJ-CT-PA CSA (NJ Part) +175,412,176,Atlanta GA-AL CSA (GA Part) +175,413,257,Houston TX CSA +175,414,172,Miami FL MSA +175,415,217,New York NY-NJ-CT-PA CSA (NJ Part) +175,416,172,Miami FL MSA +175,417,172,Miami FL MSA +175,418,12,Chicago IL-IN-WI CSA (IL Part) +175,419,223,New York NY-NJ-CT-PA CSA (NY Part) +175,420,266,Washington DC-MD-VA-WV CSA (VA Part) +175,421,223,New York NY-NJ-CT-PA CSA (NY Part) +175,422,268,Seattle WA CSA +175,423,217,New York NY-NJ-CT-PA CSA (NJ Part) +175,424,172,Miami FL MSA +175,425,162,San Francisco CA CSA +175,426,172,Miami FL MSA +175,427,172,Miami FL MSA +175,428,153,Remainder of Alabama +175,429,172,Miami FL MSA +175,430,266,Washington DC-MD-VA-WV CSA (VA Part) +175,431,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +175,432,201,Boston MA-NH CSA (MA Part) +175,433,266,Washington DC-MD-VA-WV CSA (VA Part) +175,434,217,New York NY-NJ-CT-PA CSA (NJ Part) +175,435,217,New York NY-NJ-CT-PA CSA (NJ Part) +175,436,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +175,437,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +175,438,172,Miami FL MSA +175,439,176,Atlanta GA-AL CSA (GA Part) +175,440,172,Miami FL MSA +175,441,172,Miami FL MSA +175,442,266,Washington DC-MD-VA-WV CSA (VA Part) +175,443,245,Charleston SC MSA +175,444,203,Detroit MI CSA +175,445,172,Miami FL MSA +175,446,176,Atlanta GA-AL CSA (GA Part) +175,447,217,New York NY-NJ-CT-PA CSA (NJ Part) +175,448,217,New York NY-NJ-CT-PA CSA (NJ Part) +175,449,154,Alaska +175,450,172,Miami FL MSA +175,451,223,New York NY-NJ-CT-PA CSA (NY Part) +175,452,231,Cincinnati OH-KY-IN CSA (OH Part) +175,453,159,Los Angeles CA CSA +175,454,217,New York NY-NJ-CT-PA CSA (NJ Part) +175,455,172,Miami FL MSA +175,456,249,Memphis TN-MS-AR MSA (TN Part) +175,457,201,Boston MA-NH CSA (MA Part) +175,458,201,Boston MA-NH CSA (MA Part) +175,459,217,New York NY-NJ-CT-PA CSA (NJ Part) +175,460,217,New York NY-NJ-CT-PA CSA (NJ Part) +175,461,172,Miami FL MSA +175,462,223,New York NY-NJ-CT-PA CSA (NY Part) +175,463,223,New York NY-NJ-CT-PA CSA (NY Part) +175,464,176,Atlanta GA-AL CSA (GA Part) +175,465,223,New York NY-NJ-CT-PA CSA (NY Part) +175,466,191,Louisville KY-IN CSA (KY Part) +175,467,172,Miami FL MSA +175,468,203,Detroit MI CSA +175,469,217,New York NY-NJ-CT-PA CSA (NJ Part) +175,470,162,San Francisco CA CSA +175,471,172,Miami FL MSA +175,472,159,Los Angeles CA CSA +175,473,172,Miami FL MSA +175,474,245,Charleston SC MSA +175,475,223,New York NY-NJ-CT-PA CSA (NY Part) +175,476,266,Washington DC-MD-VA-WV CSA (VA Part) +175,477,186,Indianapolis IN CSA +175,478,172,Miami FL MSA +175,479,153,Remainder of Alabama +175,480,172,Miami FL MSA +175,481,223,New York NY-NJ-CT-PA CSA (NY Part) +175,482,12,Chicago IL-IN-WI CSA (IL Part) +175,483,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +175,484,176,Atlanta GA-AL CSA (GA Part) +175,485,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +175,486,153,Remainder of Alabama +175,487,172,Miami FL MSA +175,488,154,Alaska +175,489,217,New York NY-NJ-CT-PA CSA (NJ Part) +175,490,223,New York NY-NJ-CT-PA CSA (NY Part) +175,491,172,Miami FL MSA +176,274,201,Boston MA-NH CSA (MA Part) +176,275,217,New York NY-NJ-CT-PA CSA (NJ Part) +176,276,223,New York NY-NJ-CT-PA CSA (NY Part) +176,277,266,Washington DC-MD-VA-WV CSA (VA Part) +176,278,223,New York NY-NJ-CT-PA CSA (NY Part) +176,279,172,Miami FL MSA +176,280,172,Miami FL MSA +176,281,172,Miami FL MSA +176,282,191,Louisville KY-IN CSA (KY Part) +176,283,172,Miami FL MSA +176,284,191,Louisville KY-IN CSA (KY Part) +176,285,201,Boston MA-NH CSA (MA Part) +176,286,266,Washington DC-MD-VA-WV CSA (VA Part) +176,287,172,Miami FL MSA +176,288,201,Boston MA-NH CSA (MA Part) +176,289,191,Louisville KY-IN CSA (KY Part) +176,290,176,Atlanta GA-AL CSA (GA Part) +176,291,223,New York NY-NJ-CT-PA CSA (NY Part) +176,292,186,Indianapolis IN CSA +176,293,172,Miami FL MSA +176,294,223,New York NY-NJ-CT-PA CSA (NY Part) +176,295,173,Orlando FL CSA +176,296,249,Memphis TN-MS-AR MSA (TN Part) +176,297,172,Miami FL MSA +176,298,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +176,299,172,Miami FL MSA +176,300,176,Atlanta GA-AL CSA (GA Part) +176,301,217,New York NY-NJ-CT-PA CSA (NJ Part) +176,302,172,Miami FL MSA +176,303,191,Louisville KY-IN CSA (KY Part) +176,304,203,Detroit MI CSA +176,305,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +176,306,232,Cleveland OH CSA +176,307,223,New York NY-NJ-CT-PA CSA (NY Part) +176,308,266,Washington DC-MD-VA-WV CSA (VA Part) +176,309,217,New York NY-NJ-CT-PA CSA (NJ Part) +176,310,12,Chicago IL-IN-WI CSA (IL Part) +176,311,266,Washington DC-MD-VA-WV CSA (VA Part) +176,312,172,Miami FL MSA +176,313,201,Boston MA-NH CSA (MA Part) +176,314,176,Atlanta GA-AL CSA (GA Part) +176,315,173,Orlando FL CSA +176,316,176,Atlanta GA-AL CSA (GA Part) +176,317,203,Detroit MI CSA +176,318,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +176,319,172,Miami FL MSA +176,320,223,New York NY-NJ-CT-PA CSA (NY Part) +176,321,266,Washington DC-MD-VA-WV CSA (VA Part) +176,322,249,Memphis TN-MS-AR MSA (TN Part) +176,323,172,Miami FL MSA +176,324,176,Atlanta GA-AL CSA (GA Part) +176,325,172,Miami FL MSA +176,326,176,Atlanta GA-AL CSA (GA Part) +176,327,223,New York NY-NJ-CT-PA CSA (NY Part) +176,328,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +176,329,266,Washington DC-MD-VA-WV CSA (VA Part) +176,330,223,New York NY-NJ-CT-PA CSA (NY Part) +176,331,223,New York NY-NJ-CT-PA CSA (NY Part) +176,332,172,Miami FL MSA +176,333,172,Miami FL MSA +176,334,153,Remainder of Alabama +176,335,176,Atlanta GA-AL CSA (GA Part) +176,336,173,Orlando FL CSA +176,337,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +176,338,169,Delaware +176,339,223,New York NY-NJ-CT-PA CSA (NY Part) +176,340,217,New York NY-NJ-CT-PA CSA (NJ Part) +176,341,153,Remainder of Alabama +176,342,176,Atlanta GA-AL CSA (GA Part) +176,343,255,Dallas-Fort Worth TX CSA +176,344,232,Cleveland OH CSA +176,345,176,Atlanta GA-AL CSA (GA Part) +176,346,176,Atlanta GA-AL CSA (GA Part) +176,347,191,Louisville KY-IN CSA (KY Part) +176,348,217,New York NY-NJ-CT-PA CSA (NJ Part) +176,349,176,Atlanta GA-AL CSA (GA Part) +176,350,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +176,351,176,Atlanta GA-AL CSA (GA Part) +176,352,192,Remainder of Kentucky +176,353,201,Boston MA-NH CSA (MA Part) +176,354,232,Cleveland OH CSA +176,355,176,Atlanta GA-AL CSA (GA Part) +176,356,172,Miami FL MSA +176,357,217,New York NY-NJ-CT-PA CSA (NJ Part) +176,358,172,Miami FL MSA +176,359,172,Miami FL MSA +176,360,172,Miami FL MSA +176,361,223,New York NY-NJ-CT-PA CSA (NY Part) +176,362,223,New York NY-NJ-CT-PA CSA (NY Part) +176,363,176,Atlanta GA-AL CSA (GA Part) +176,364,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +176,365,176,Atlanta GA-AL CSA (GA Part) +176,366,223,New York NY-NJ-CT-PA CSA (NY Part) +176,367,12,Chicago IL-IN-WI CSA (IL Part) +176,368,12,Chicago IL-IN-WI CSA (IL Part) +176,369,201,Boston MA-NH CSA (MA Part) +176,370,169,Delaware +176,371,266,Washington DC-MD-VA-WV CSA (VA Part) +176,372,231,Cincinnati OH-KY-IN CSA (OH Part) +176,373,172,Miami FL MSA +176,374,154,Alaska +176,375,169,Delaware +176,376,266,Washington DC-MD-VA-WV CSA (VA Part) +176,377,223,New York NY-NJ-CT-PA CSA (NY Part) +176,378,245,Charleston SC MSA +176,379,245,Charleston SC MSA +176,380,223,New York NY-NJ-CT-PA CSA (NY Part) +176,381,186,Indianapolis IN CSA +176,382,266,Washington DC-MD-VA-WV CSA (VA Part) +176,383,12,Chicago IL-IN-WI CSA (IL Part) +176,384,173,Orlando FL CSA +176,385,266,Washington DC-MD-VA-WV CSA (VA Part) +176,386,217,New York NY-NJ-CT-PA CSA (NJ Part) +176,387,266,Washington DC-MD-VA-WV CSA (VA Part) +176,388,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +176,389,201,Boston MA-NH CSA (MA Part) +176,390,172,Miami FL MSA +176,391,172,Miami FL MSA +176,392,249,Memphis TN-MS-AR MSA (TN Part) +176,393,203,Detroit MI CSA +176,394,153,Remainder of Alabama +176,395,192,Remainder of Kentucky +176,396,12,Chicago IL-IN-WI CSA (IL Part) +176,397,223,New York NY-NJ-CT-PA CSA (NY Part) +176,398,223,New York NY-NJ-CT-PA CSA (NY Part) +176,399,257,Houston TX CSA +176,400,162,San Francisco CA CSA +176,401,191,Louisville KY-IN CSA (KY Part) +176,402,176,Atlanta GA-AL CSA (GA Part) +176,403,217,New York NY-NJ-CT-PA CSA (NJ Part) +176,404,201,Boston MA-NH CSA (MA Part) +176,405,172,Miami FL MSA +176,406,176,Atlanta GA-AL CSA (GA Part) +176,407,223,New York NY-NJ-CT-PA CSA (NY Part) +176,408,231,Cincinnati OH-KY-IN CSA (OH Part) +176,409,223,New York NY-NJ-CT-PA CSA (NY Part) +176,410,195,New Orleans LA CSA +176,411,176,Atlanta GA-AL CSA (GA Part) +176,412,223,New York NY-NJ-CT-PA CSA (NY Part) +176,413,153,Remainder of Alabama +176,414,172,Miami FL MSA +176,415,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +176,416,191,Louisville KY-IN CSA (KY Part) +176,417,257,Houston TX CSA +176,418,268,Seattle WA CSA +176,419,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +176,420,176,Atlanta GA-AL CSA (GA Part) +176,421,223,New York NY-NJ-CT-PA CSA (NY Part) +176,422,268,Seattle WA CSA +176,423,201,Boston MA-NH CSA (MA Part) +176,424,172,Miami FL MSA +176,425,176,Atlanta GA-AL CSA (GA Part) +176,426,172,Miami FL MSA +176,427,172,Miami FL MSA +176,428,12,Chicago IL-IN-WI CSA (IL Part) +176,429,153,Remainder of Alabama +176,430,223,New York NY-NJ-CT-PA CSA (NY Part) +176,431,223,New York NY-NJ-CT-PA CSA (NY Part) +176,432,169,Delaware +176,433,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +176,434,203,Detroit MI CSA +176,435,186,Indianapolis IN CSA +176,436,223,New York NY-NJ-CT-PA CSA (NY Part) +176,437,176,Atlanta GA-AL CSA (GA Part) +176,438,176,Atlanta GA-AL CSA (GA Part) +176,439,176,Atlanta GA-AL CSA (GA Part) +176,440,172,Miami FL MSA +176,441,255,Dallas-Fort Worth TX CSA +176,442,226,Charlotte NC-SC CSA (NC Part) +176,443,217,New York NY-NJ-CT-PA CSA (NJ Part) +176,444,176,Atlanta GA-AL CSA (GA Part) +176,445,201,Boston MA-NH CSA (MA Part) +176,446,223,New York NY-NJ-CT-PA CSA (NY Part) +176,447,169,Delaware +176,448,176,Atlanta GA-AL CSA (GA Part) +176,449,223,New York NY-NJ-CT-PA CSA (NY Part) +176,450,172,Miami FL MSA +176,451,201,Boston MA-NH CSA (MA Part) +176,452,223,New York NY-NJ-CT-PA CSA (NY Part) +176,453,195,New Orleans LA CSA +176,454,201,Boston MA-NH CSA (MA Part) +176,455,176,Atlanta GA-AL CSA (GA Part) +176,456,176,Atlanta GA-AL CSA (GA Part) +176,457,223,New York NY-NJ-CT-PA CSA (NY Part) +176,458,201,Boston MA-NH CSA (MA Part) +176,459,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +176,460,191,Louisville KY-IN CSA (KY Part) +176,461,176,Atlanta GA-AL CSA (GA Part) +176,462,232,Cleveland OH CSA +176,463,217,New York NY-NJ-CT-PA CSA (NJ Part) +176,464,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +176,465,217,New York NY-NJ-CT-PA CSA (NJ Part) +176,466,153,Remainder of Alabama +176,467,223,New York NY-NJ-CT-PA CSA (NY Part) +176,468,217,New York NY-NJ-CT-PA CSA (NJ Part) +176,469,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +176,470,162,San Francisco CA CSA +176,471,172,Miami FL MSA +176,472,159,Los Angeles CA CSA +176,473,176,Atlanta GA-AL CSA (GA Part) +176,474,176,Atlanta GA-AL CSA (GA Part) +176,475,201,Boston MA-NH CSA (MA Part) +176,476,223,New York NY-NJ-CT-PA CSA (NY Part) +176,477,266,Washington DC-MD-VA-WV CSA (VA Part) +176,478,172,Miami FL MSA +176,479,255,Dallas-Fort Worth TX CSA +176,480,176,Atlanta GA-AL CSA (GA Part) +176,481,223,New York NY-NJ-CT-PA CSA (NY Part) +176,482,266,Washington DC-MD-VA-WV CSA (VA Part) +176,483,223,New York NY-NJ-CT-PA CSA (NY Part) +176,484,172,Miami FL MSA +176,485,223,New York NY-NJ-CT-PA CSA (NY Part) +176,486,153,Remainder of Alabama +176,487,172,Miami FL MSA +176,488,176,Atlanta GA-AL CSA (GA Part) +176,489,186,Indianapolis IN CSA +176,490,153,Remainder of Alabama +176,491,176,Atlanta GA-AL CSA (GA Part) +177,274,223,New York NY-NJ-CT-PA CSA (NY Part) +177,275,217,New York NY-NJ-CT-PA CSA (NJ Part) +177,276,245,Charleston SC MSA +177,277,217,New York NY-NJ-CT-PA CSA (NJ Part) +177,278,173,Orlando FL CSA +177,279,172,Miami FL MSA +177,280,172,Miami FL MSA +177,281,172,Miami FL MSA +177,282,217,New York NY-NJ-CT-PA CSA (NJ Part) +177,283,172,Miami FL MSA +177,284,249,Memphis TN-MS-AR MSA (TN Part) +177,285,223,New York NY-NJ-CT-PA CSA (NY Part) +177,286,217,New York NY-NJ-CT-PA CSA (NJ Part) +177,287,173,Orlando FL CSA +177,288,169,Delaware +177,289,169,Delaware +177,290,176,Atlanta GA-AL CSA (GA Part) +177,291,203,Detroit MI CSA +177,292,192,Remainder of Kentucky +177,293,176,Atlanta GA-AL CSA (GA Part) +177,294,245,Charleston SC MSA +177,295,245,Charleston SC MSA +177,296,245,Charleston SC MSA +177,297,172,Miami FL MSA +177,298,266,Washington DC-MD-VA-WV CSA (VA Part) +177,299,172,Miami FL MSA +177,300,226,Charlotte NC-SC CSA (NC Part) +177,301,266,Washington DC-MD-VA-WV CSA (VA Part) +177,302,176,Atlanta GA-AL CSA (GA Part) +177,303,154,Alaska +177,304,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +177,305,172,Miami FL MSA +177,306,176,Atlanta GA-AL CSA (GA Part) +177,307,223,New York NY-NJ-CT-PA CSA (NY Part) +177,308,191,Louisville KY-IN CSA (KY Part) +177,309,191,Louisville KY-IN CSA (KY Part) +177,310,12,Chicago IL-IN-WI CSA (IL Part) +177,311,223,New York NY-NJ-CT-PA CSA (NY Part) +177,312,172,Miami FL MSA +177,313,223,New York NY-NJ-CT-PA CSA (NY Part) +177,314,223,New York NY-NJ-CT-PA CSA (NY Part) +177,315,172,Miami FL MSA +177,316,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +177,317,203,Detroit MI CSA +177,318,223,New York NY-NJ-CT-PA CSA (NY Part) +177,319,172,Miami FL MSA +177,320,172,Miami FL MSA +177,321,172,Miami FL MSA +177,322,257,Houston TX CSA +177,323,172,Miami FL MSA +177,324,217,New York NY-NJ-CT-PA CSA (NJ Part) +177,325,172,Miami FL MSA +177,326,172,Miami FL MSA +177,327,201,Boston MA-NH CSA (MA Part) +177,328,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +177,329,176,Atlanta GA-AL CSA (GA Part) +177,330,245,Charleston SC MSA +177,331,223,New York NY-NJ-CT-PA CSA (NY Part) +177,332,172,Miami FL MSA +177,333,172,Miami FL MSA +177,334,172,Miami FL MSA +177,335,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +177,336,172,Miami FL MSA +177,337,266,Washington DC-MD-VA-WV CSA (VA Part) +177,338,217,New York NY-NJ-CT-PA CSA (NJ Part) +177,339,176,Atlanta GA-AL CSA (GA Part) +177,340,172,Miami FL MSA +177,341,172,Miami FL MSA +177,342,226,Charlotte NC-SC CSA (NC Part) +177,343,255,Dallas-Fort Worth TX CSA +177,344,266,Washington DC-MD-VA-WV CSA (VA Part) +177,345,223,New York NY-NJ-CT-PA CSA (NY Part) +177,346,172,Miami FL MSA +177,347,223,New York NY-NJ-CT-PA CSA (NY Part) +177,348,172,Miami FL MSA +177,349,223,New York NY-NJ-CT-PA CSA (NY Part) +177,350,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +177,351,172,Miami FL MSA +177,352,245,Charleston SC MSA +177,353,226,Charlotte NC-SC CSA (NC Part) +177,354,217,New York NY-NJ-CT-PA CSA (NJ Part) +177,355,172,Miami FL MSA +177,356,172,Miami FL MSA +177,357,172,Miami FL MSA +177,358,172,Miami FL MSA +177,359,172,Miami FL MSA +177,360,172,Miami FL MSA +177,361,223,New York NY-NJ-CT-PA CSA (NY Part) +177,362,176,Atlanta GA-AL CSA (GA Part) +177,363,172,Miami FL MSA +177,364,223,New York NY-NJ-CT-PA CSA (NY Part) +177,365,223,New York NY-NJ-CT-PA CSA (NY Part) +177,366,266,Washington DC-MD-VA-WV CSA (VA Part) +177,367,176,Atlanta GA-AL CSA (GA Part) +177,368,223,New York NY-NJ-CT-PA CSA (NY Part) +177,369,176,Atlanta GA-AL CSA (GA Part) +177,370,217,New York NY-NJ-CT-PA CSA (NJ Part) +177,371,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +177,372,266,Washington DC-MD-VA-WV CSA (VA Part) +177,373,172,Miami FL MSA +177,374,176,Atlanta GA-AL CSA (GA Part) +177,375,203,Detroit MI CSA +177,376,203,Detroit MI CSA +177,377,223,New York NY-NJ-CT-PA CSA (NY Part) +177,378,172,Miami FL MSA +177,379,223,New York NY-NJ-CT-PA CSA (NY Part) +177,380,266,Washington DC-MD-VA-WV CSA (VA Part) +177,381,245,Charleston SC MSA +177,382,266,Washington DC-MD-VA-WV CSA (VA Part) +177,383,223,New York NY-NJ-CT-PA CSA (NY Part) +177,384,172,Miami FL MSA +177,385,266,Washington DC-MD-VA-WV CSA (VA Part) +177,386,223,New York NY-NJ-CT-PA CSA (NY Part) +177,387,217,New York NY-NJ-CT-PA CSA (NJ Part) +177,388,223,New York NY-NJ-CT-PA CSA (NY Part) +177,389,223,New York NY-NJ-CT-PA CSA (NY Part) +177,390,172,Miami FL MSA +177,391,172,Miami FL MSA +177,392,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +177,393,191,Louisville KY-IN CSA (KY Part) +177,394,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +177,395,223,New York NY-NJ-CT-PA CSA (NY Part) +177,396,159,Los Angeles CA CSA +177,397,223,New York NY-NJ-CT-PA CSA (NY Part) +177,398,266,Washington DC-MD-VA-WV CSA (VA Part) +177,399,176,Atlanta GA-AL CSA (GA Part) +177,400,249,Memphis TN-MS-AR MSA (TN Part) +177,401,223,New York NY-NJ-CT-PA CSA (NY Part) +177,402,223,New York NY-NJ-CT-PA CSA (NY Part) +177,403,176,Atlanta GA-AL CSA (GA Part) +177,404,245,Charleston SC MSA +177,405,176,Atlanta GA-AL CSA (GA Part) +177,406,217,New York NY-NJ-CT-PA CSA (NJ Part) +177,407,176,Atlanta GA-AL CSA (GA Part) +177,408,12,Chicago IL-IN-WI CSA (IL Part) +177,409,217,New York NY-NJ-CT-PA CSA (NJ Part) +177,410,249,Memphis TN-MS-AR MSA (TN Part) +177,411,203,Detroit MI CSA +177,412,266,Washington DC-MD-VA-WV CSA (VA Part) +177,413,257,Houston TX CSA +177,414,172,Miami FL MSA +177,415,172,Miami FL MSA +177,416,176,Atlanta GA-AL CSA (GA Part) +177,417,172,Miami FL MSA +177,418,191,Louisville KY-IN CSA (KY Part) +177,419,176,Atlanta GA-AL CSA (GA Part) +177,420,203,Detroit MI CSA +177,421,266,Washington DC-MD-VA-WV CSA (VA Part) +177,422,162,San Francisco CA CSA +177,423,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +177,424,172,Miami FL MSA +177,425,12,Chicago IL-IN-WI CSA (IL Part) +177,426,172,Miami FL MSA +177,427,172,Miami FL MSA +177,428,176,Atlanta GA-AL CSA (GA Part) +177,429,172,Miami FL MSA +177,430,266,Washington DC-MD-VA-WV CSA (VA Part) +177,431,217,New York NY-NJ-CT-PA CSA (NJ Part) +177,432,217,New York NY-NJ-CT-PA CSA (NJ Part) +177,433,172,Miami FL MSA +177,434,223,New York NY-NJ-CT-PA CSA (NY Part) +177,435,223,New York NY-NJ-CT-PA CSA (NY Part) +177,436,186,Indianapolis IN CSA +177,437,176,Atlanta GA-AL CSA (GA Part) +177,438,172,Miami FL MSA +177,439,172,Miami FL MSA +177,440,172,Miami FL MSA +177,441,176,Atlanta GA-AL CSA (GA Part) +177,442,223,New York NY-NJ-CT-PA CSA (NY Part) +177,443,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +177,444,223,New York NY-NJ-CT-PA CSA (NY Part) +177,445,223,New York NY-NJ-CT-PA CSA (NY Part) +177,446,223,New York NY-NJ-CT-PA CSA (NY Part) +177,447,266,Washington DC-MD-VA-WV CSA (VA Part) +177,448,176,Atlanta GA-AL CSA (GA Part) +177,449,266,Washington DC-MD-VA-WV CSA (VA Part) +177,450,172,Miami FL MSA +177,451,223,New York NY-NJ-CT-PA CSA (NY Part) +177,452,201,Boston MA-NH CSA (MA Part) +177,453,162,San Francisco CA CSA +177,454,266,Washington DC-MD-VA-WV CSA (VA Part) +177,455,172,Miami FL MSA +177,456,12,Chicago IL-IN-WI CSA (IL Part) +177,457,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +177,458,232,Cleveland OH CSA +177,459,217,New York NY-NJ-CT-PA CSA (NJ Part) +177,460,176,Atlanta GA-AL CSA (GA Part) +177,461,172,Miami FL MSA +177,462,172,Miami FL MSA +177,463,217,New York NY-NJ-CT-PA CSA (NJ Part) +177,464,223,New York NY-NJ-CT-PA CSA (NY Part) +177,465,223,New York NY-NJ-CT-PA CSA (NY Part) +177,466,223,New York NY-NJ-CT-PA CSA (NY Part) +177,467,217,New York NY-NJ-CT-PA CSA (NJ Part) +177,468,232,Cleveland OH CSA +177,469,217,New York NY-NJ-CT-PA CSA (NJ Part) +177,470,232,Cleveland OH CSA +177,471,223,New York NY-NJ-CT-PA CSA (NY Part) +177,472,249,Memphis TN-MS-AR MSA (TN Part) +177,473,172,Miami FL MSA +177,474,172,Miami FL MSA +177,475,223,New York NY-NJ-CT-PA CSA (NY Part) +177,476,217,New York NY-NJ-CT-PA CSA (NJ Part) +177,477,203,Detroit MI CSA +177,478,176,Atlanta GA-AL CSA (GA Part) +177,479,159,Los Angeles CA CSA +177,480,176,Atlanta GA-AL CSA (GA Part) +177,481,223,New York NY-NJ-CT-PA CSA (NY Part) +177,482,245,Charleston SC MSA +177,483,266,Washington DC-MD-VA-WV CSA (VA Part) +177,484,172,Miami FL MSA +177,485,217,New York NY-NJ-CT-PA CSA (NJ Part) +177,486,162,San Francisco CA CSA +177,487,176,Atlanta GA-AL CSA (GA Part) +177,488,176,Atlanta GA-AL CSA (GA Part) +177,489,223,New York NY-NJ-CT-PA CSA (NY Part) +177,490,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +177,491,176,Atlanta GA-AL CSA (GA Part) +178,274,12,Chicago IL-IN-WI CSA (IL Part) +178,275,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +178,276,223,New York NY-NJ-CT-PA CSA (NY Part) +178,277,217,New York NY-NJ-CT-PA CSA (NJ Part) +178,278,172,Miami FL MSA +178,279,245,Charleston SC MSA +178,280,172,Miami FL MSA +178,281,172,Miami FL MSA +178,282,223,New York NY-NJ-CT-PA CSA (NY Part) +178,283,176,Atlanta GA-AL CSA (GA Part) +178,284,257,Houston TX CSA +178,285,203,Detroit MI CSA +178,286,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +178,287,172,Miami FL MSA +178,288,192,Remainder of Kentucky +178,289,223,New York NY-NJ-CT-PA CSA (NY Part) +178,290,172,Miami FL MSA +178,291,232,Cleveland OH CSA +178,292,176,Atlanta GA-AL CSA (GA Part) +178,293,176,Atlanta GA-AL CSA (GA Part) +178,294,176,Atlanta GA-AL CSA (GA Part) +178,295,176,Atlanta GA-AL CSA (GA Part) +178,296,12,Chicago IL-IN-WI CSA (IL Part) +178,297,172,Miami FL MSA +178,298,217,New York NY-NJ-CT-PA CSA (NJ Part) +178,299,223,New York NY-NJ-CT-PA CSA (NY Part) +178,300,172,Miami FL MSA +178,301,173,Orlando FL CSA +178,302,172,Miami FL MSA +178,303,154,Alaska +178,304,12,Chicago IL-IN-WI CSA (IL Part) +178,305,223,New York NY-NJ-CT-PA CSA (NY Part) +178,306,172,Miami FL MSA +178,307,176,Atlanta GA-AL CSA (GA Part) +178,308,249,Memphis TN-MS-AR MSA (TN Part) +178,309,217,New York NY-NJ-CT-PA CSA (NJ Part) +178,310,231,Cincinnati OH-KY-IN CSA (OH Part) +178,311,217,New York NY-NJ-CT-PA CSA (NJ Part) +178,312,172,Miami FL MSA +178,313,266,Washington DC-MD-VA-WV CSA (VA Part) +178,314,169,Delaware +178,315,245,Charleston SC MSA +178,316,153,Remainder of Alabama +178,317,12,Chicago IL-IN-WI CSA (IL Part) +178,318,153,Remainder of Alabama +178,319,176,Atlanta GA-AL CSA (GA Part) +178,320,223,New York NY-NJ-CT-PA CSA (NY Part) +178,321,223,New York NY-NJ-CT-PA CSA (NY Part) +178,322,255,Dallas-Fort Worth TX CSA +178,323,176,Atlanta GA-AL CSA (GA Part) +178,324,201,Boston MA-NH CSA (MA Part) +178,325,172,Miami FL MSA +178,326,176,Atlanta GA-AL CSA (GA Part) +178,327,217,New York NY-NJ-CT-PA CSA (NJ Part) +178,328,223,New York NY-NJ-CT-PA CSA (NY Part) +178,329,176,Atlanta GA-AL CSA (GA Part) +178,330,176,Atlanta GA-AL CSA (GA Part) +178,331,223,New York NY-NJ-CT-PA CSA (NY Part) +178,332,172,Miami FL MSA +178,333,176,Atlanta GA-AL CSA (GA Part) +178,334,172,Miami FL MSA +178,335,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +178,336,176,Atlanta GA-AL CSA (GA Part) +178,337,226,Charlotte NC-SC CSA (NC Part) +178,338,223,New York NY-NJ-CT-PA CSA (NY Part) +178,339,217,New York NY-NJ-CT-PA CSA (NJ Part) +178,340,223,New York NY-NJ-CT-PA CSA (NY Part) +178,341,172,Miami FL MSA +178,342,223,New York NY-NJ-CT-PA CSA (NY Part) +178,343,159,Los Angeles CA CSA +178,344,223,New York NY-NJ-CT-PA CSA (NY Part) +178,345,223,New York NY-NJ-CT-PA CSA (NY Part) +178,346,217,New York NY-NJ-CT-PA CSA (NJ Part) +178,347,266,Washington DC-MD-VA-WV CSA (VA Part) +178,348,176,Atlanta GA-AL CSA (GA Part) +178,349,223,New York NY-NJ-CT-PA CSA (NY Part) +178,350,223,New York NY-NJ-CT-PA CSA (NY Part) +178,351,203,Detroit MI CSA +178,352,217,New York NY-NJ-CT-PA CSA (NJ Part) +178,353,223,New York NY-NJ-CT-PA CSA (NY Part) +178,354,217,New York NY-NJ-CT-PA CSA (NJ Part) +178,355,172,Miami FL MSA +178,356,172,Miami FL MSA +178,357,176,Atlanta GA-AL CSA (GA Part) +178,358,266,Washington DC-MD-VA-WV CSA (VA Part) +178,359,176,Atlanta GA-AL CSA (GA Part) +178,360,172,Miami FL MSA +178,361,176,Atlanta GA-AL CSA (GA Part) +178,362,266,Washington DC-MD-VA-WV CSA (VA Part) +178,363,176,Atlanta GA-AL CSA (GA Part) +178,364,217,New York NY-NJ-CT-PA CSA (NJ Part) +178,365,223,New York NY-NJ-CT-PA CSA (NY Part) +178,366,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +178,367,255,Dallas-Fort Worth TX CSA +178,368,266,Washington DC-MD-VA-WV CSA (VA Part) +178,369,223,New York NY-NJ-CT-PA CSA (NY Part) +178,370,176,Atlanta GA-AL CSA (GA Part) +178,371,231,Cincinnati OH-KY-IN CSA (OH Part) +178,372,223,New York NY-NJ-CT-PA CSA (NY Part) +178,373,172,Miami FL MSA +178,374,232,Cleveland OH CSA +178,375,176,Atlanta GA-AL CSA (GA Part) +178,376,191,Louisville KY-IN CSA (KY Part) +178,377,245,Charleston SC MSA +178,378,172,Miami FL MSA +178,379,217,New York NY-NJ-CT-PA CSA (NJ Part) +178,380,223,New York NY-NJ-CT-PA CSA (NY Part) +178,381,12,Chicago IL-IN-WI CSA (IL Part) +178,382,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +178,383,176,Atlanta GA-AL CSA (GA Part) +178,384,249,Memphis TN-MS-AR MSA (TN Part) +178,385,172,Miami FL MSA +178,386,217,New York NY-NJ-CT-PA CSA (NJ Part) +178,387,223,New York NY-NJ-CT-PA CSA (NY Part) +178,388,232,Cleveland OH CSA +178,389,217,New York NY-NJ-CT-PA CSA (NJ Part) +178,390,172,Miami FL MSA +178,391,266,Washington DC-MD-VA-WV CSA (VA Part) +178,392,232,Cleveland OH CSA +178,393,266,Washington DC-MD-VA-WV CSA (VA Part) +178,394,266,Washington DC-MD-VA-WV CSA (VA Part) +178,395,176,Atlanta GA-AL CSA (GA Part) +178,396,191,Louisville KY-IN CSA (KY Part) +178,397,217,New York NY-NJ-CT-PA CSA (NJ Part) +178,398,172,Miami FL MSA +178,399,176,Atlanta GA-AL CSA (GA Part) +178,400,164,Denver CO CSA +178,401,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +178,402,232,Cleveland OH CSA +178,403,266,Washington DC-MD-VA-WV CSA (VA Part) +178,404,223,New York NY-NJ-CT-PA CSA (NY Part) +178,405,172,Miami FL MSA +178,406,176,Atlanta GA-AL CSA (GA Part) +178,407,153,Remainder of Alabama +178,408,223,New York NY-NJ-CT-PA CSA (NY Part) +178,409,172,Miami FL MSA +178,410,257,Houston TX CSA +178,411,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +178,412,203,Detroit MI CSA +178,413,173,Orlando FL CSA +178,414,172,Miami FL MSA +178,415,223,New York NY-NJ-CT-PA CSA (NY Part) +178,416,245,Charleston SC MSA +178,417,153,Remainder of Alabama +178,418,191,Louisville KY-IN CSA (KY Part) +178,419,191,Louisville KY-IN CSA (KY Part) +178,420,232,Cleveland OH CSA +178,421,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +178,422,154,Alaska +178,423,201,Boston MA-NH CSA (MA Part) +178,424,172,Miami FL MSA +178,425,249,Memphis TN-MS-AR MSA (TN Part) +178,426,172,Miami FL MSA +178,427,172,Miami FL MSA +178,428,257,Houston TX CSA +178,429,176,Atlanta GA-AL CSA (GA Part) +178,430,223,New York NY-NJ-CT-PA CSA (NY Part) +178,431,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +178,432,176,Atlanta GA-AL CSA (GA Part) +178,433,223,New York NY-NJ-CT-PA CSA (NY Part) +178,434,266,Washington DC-MD-VA-WV CSA (VA Part) +178,435,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +178,436,172,Miami FL MSA +178,437,172,Miami FL MSA +178,438,172,Miami FL MSA +178,439,172,Miami FL MSA +178,440,172,Miami FL MSA +178,441,249,Memphis TN-MS-AR MSA (TN Part) +178,442,176,Atlanta GA-AL CSA (GA Part) +178,443,192,Remainder of Kentucky +178,444,223,New York NY-NJ-CT-PA CSA (NY Part) +178,445,191,Louisville KY-IN CSA (KY Part) +178,446,217,New York NY-NJ-CT-PA CSA (NJ Part) +178,447,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +178,448,176,Atlanta GA-AL CSA (GA Part) +178,449,176,Atlanta GA-AL CSA (GA Part) +178,450,172,Miami FL MSA +178,451,226,Charlotte NC-SC CSA (NC Part) +178,452,223,New York NY-NJ-CT-PA CSA (NY Part) +178,453,159,Los Angeles CA CSA +178,454,217,New York NY-NJ-CT-PA CSA (NJ Part) +178,455,172,Miami FL MSA +178,456,266,Washington DC-MD-VA-WV CSA (VA Part) +178,457,176,Atlanta GA-AL CSA (GA Part) +178,458,201,Boston MA-NH CSA (MA Part) +178,459,12,Chicago IL-IN-WI CSA (IL Part) +178,460,223,New York NY-NJ-CT-PA CSA (NY Part) +178,461,172,Miami FL MSA +178,462,266,Washington DC-MD-VA-WV CSA (VA Part) +178,463,176,Atlanta GA-AL CSA (GA Part) +178,464,266,Washington DC-MD-VA-WV CSA (VA Part) +178,465,223,New York NY-NJ-CT-PA CSA (NY Part) +178,466,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +178,467,173,Orlando FL CSA +178,468,12,Chicago IL-IN-WI CSA (IL Part) +178,469,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +178,470,154,Alaska +178,471,172,Miami FL MSA +178,472,257,Houston TX CSA +178,473,249,Memphis TN-MS-AR MSA (TN Part) +178,474,172,Miami FL MSA +178,475,173,Orlando FL CSA +178,476,223,New York NY-NJ-CT-PA CSA (NY Part) +178,477,223,New York NY-NJ-CT-PA CSA (NY Part) +178,478,172,Miami FL MSA +178,479,257,Houston TX CSA +178,480,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +178,481,223,New York NY-NJ-CT-PA CSA (NY Part) +178,482,223,New York NY-NJ-CT-PA CSA (NY Part) +178,483,266,Washington DC-MD-VA-WV CSA (VA Part) +178,484,172,Miami FL MSA +178,485,249,Memphis TN-MS-AR MSA (TN Part) +178,486,162,San Francisco CA CSA +178,487,153,Remainder of Alabama +178,488,232,Cleveland OH CSA +178,489,186,Indianapolis IN CSA +178,490,223,New York NY-NJ-CT-PA CSA (NY Part) +178,491,172,Miami FL MSA +179,274,154,Alaska +179,275,223,New York NY-NJ-CT-PA CSA (NY Part) +179,276,217,New York NY-NJ-CT-PA CSA (NJ Part) +179,277,159,Los Angeles CA CSA +179,278,217,New York NY-NJ-CT-PA CSA (NJ Part) +179,279,172,Miami FL MSA +179,280,162,San Francisco CA CSA +179,281,159,Los Angeles CA CSA +179,282,159,Los Angeles CA CSA +179,283,172,Miami FL MSA +179,284,154,Alaska +179,285,154,Alaska +179,286,154,Alaska +179,287,159,Los Angeles CA CSA +179,288,154,Alaska +179,289,154,Alaska +179,290,172,Miami FL MSA +179,291,162,San Francisco CA CSA +179,292,223,New York NY-NJ-CT-PA CSA (NY Part) +179,293,162,San Francisco CA CSA +179,294,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +179,295,176,Atlanta GA-AL CSA (GA Part) +179,296,162,San Francisco CA CSA +179,297,179,Honolulu HI MSA +179,298,154,Alaska +179,299,217,New York NY-NJ-CT-PA CSA (NJ Part) +179,300,172,Miami FL MSA +179,301,162,San Francisco CA CSA +179,302,172,Miami FL MSA +179,303,154,Alaska +179,304,154,Alaska +179,305,159,Los Angeles CA CSA +179,306,159,Los Angeles CA CSA +179,307,12,Chicago IL-IN-WI CSA (IL Part) +179,308,162,San Francisco CA CSA +179,309,191,Louisville KY-IN CSA (KY Part) +179,310,159,Los Angeles CA CSA +179,311,245,Charleston SC MSA +179,312,249,Memphis TN-MS-AR MSA (TN Part) +179,313,154,Alaska +179,314,159,Los Angeles CA CSA +179,315,172,Miami FL MSA +179,316,268,Seattle WA CSA +179,317,154,Alaska +179,318,154,Alaska +179,319,249,Memphis TN-MS-AR MSA (TN Part) +179,320,201,Boston MA-NH CSA (MA Part) +179,321,223,New York NY-NJ-CT-PA CSA (NY Part) +179,322,159,Los Angeles CA CSA +179,323,257,Houston TX CSA +179,324,154,Alaska +179,325,159,Los Angeles CA CSA +179,326,179,Honolulu HI MSA +179,327,162,San Francisco CA CSA +179,328,162,San Francisco CA CSA +179,329,159,Los Angeles CA CSA +179,330,159,Los Angeles CA CSA +179,331,164,Denver CO CSA +179,332,191,Louisville KY-IN CSA (KY Part) +179,333,159,Los Angeles CA CSA +179,334,159,Los Angeles CA CSA +179,335,154,Alaska +179,336,257,Houston TX CSA +179,337,201,Boston MA-NH CSA (MA Part) +179,338,154,Alaska +179,339,154,Alaska +179,340,162,San Francisco CA CSA +179,341,179,Honolulu HI MSA +179,342,179,Honolulu HI MSA +179,343,162,San Francisco CA CSA +179,344,159,Los Angeles CA CSA +179,345,162,San Francisco CA CSA +179,346,154,Alaska +179,347,154,Alaska +179,348,162,San Francisco CA CSA +179,349,162,San Francisco CA CSA +179,350,154,Alaska +179,351,186,Indianapolis IN CSA +179,352,154,Alaska +179,353,154,Alaska +179,354,159,Los Angeles CA CSA +179,355,255,Dallas-Fort Worth TX CSA +179,356,159,Los Angeles CA CSA +179,357,266,Washington DC-MD-VA-WV CSA (VA Part) +179,358,162,San Francisco CA CSA +179,359,159,Los Angeles CA CSA +179,360,255,Dallas-Fort Worth TX CSA +179,361,159,Los Angeles CA CSA +179,362,154,Alaska +179,363,162,San Francisco CA CSA +179,364,232,Cleveland OH CSA +179,365,154,Alaska +179,366,154,Alaska +179,367,154,Alaska +179,368,154,Alaska +179,369,159,Los Angeles CA CSA +179,370,159,Los Angeles CA CSA +179,371,154,Alaska +179,372,223,New York NY-NJ-CT-PA CSA (NY Part) +179,373,172,Miami FL MSA +179,374,154,Alaska +179,375,162,San Francisco CA CSA +179,376,154,Alaska +179,377,192,Remainder of Kentucky +179,378,153,Remainder of Alabama +179,379,154,Alaska +179,380,154,Alaska +179,381,159,Los Angeles CA CSA +179,382,159,Los Angeles CA CSA +179,383,154,Alaska +179,384,172,Miami FL MSA +179,385,223,New York NY-NJ-CT-PA CSA (NY Part) +179,386,159,Los Angeles CA CSA +179,387,162,San Francisco CA CSA +179,388,12,Chicago IL-IN-WI CSA (IL Part) +179,389,162,San Francisco CA CSA +179,390,154,Alaska +179,391,203,Detroit MI CSA +179,392,159,Los Angeles CA CSA +179,393,159,Los Angeles CA CSA +179,394,176,Atlanta GA-AL CSA (GA Part) +179,395,217,New York NY-NJ-CT-PA CSA (NJ Part) +179,396,159,Los Angeles CA CSA +179,397,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +179,398,12,Chicago IL-IN-WI CSA (IL Part) +179,399,162,San Francisco CA CSA +179,400,162,San Francisco CA CSA +179,401,268,Seattle WA CSA +179,402,154,Alaska +179,403,154,Alaska +179,404,154,Alaska +179,405,172,Miami FL MSA +179,406,201,Boston MA-NH CSA (MA Part) +179,407,154,Alaska +179,408,154,Alaska +179,409,268,Seattle WA CSA +179,410,154,Alaska +179,411,162,San Francisco CA CSA +179,412,268,Seattle WA CSA +179,413,154,Alaska +179,414,159,Los Angeles CA CSA +179,415,232,Cleveland OH CSA +179,416,223,New York NY-NJ-CT-PA CSA (NY Part) +179,417,159,Los Angeles CA CSA +179,418,159,Los Angeles CA CSA +179,419,154,Alaska +179,420,179,Honolulu HI MSA +179,421,154,Alaska +179,422,159,Los Angeles CA CSA +179,423,154,Alaska +179,424,195,New Orleans LA CSA +179,425,154,Alaska +179,426,172,Miami FL MSA +179,427,159,Los Angeles CA CSA +179,428,159,Los Angeles CA CSA +179,429,257,Houston TX CSA +179,430,154,Alaska +179,431,159,Los Angeles CA CSA +179,432,159,Los Angeles CA CSA +179,433,154,Alaska +179,434,154,Alaska +179,435,159,Los Angeles CA CSA +179,436,191,Louisville KY-IN CSA (KY Part) +179,437,159,Los Angeles CA CSA +179,438,162,San Francisco CA CSA +179,439,159,Los Angeles CA CSA +179,440,257,Houston TX CSA +179,441,154,Alaska +179,442,179,Honolulu HI MSA +179,443,159,Los Angeles CA CSA +179,444,162,San Francisco CA CSA +179,445,12,Chicago IL-IN-WI CSA (IL Part) +179,446,154,Alaska +179,447,154,Alaska +179,448,179,Honolulu HI MSA +179,449,268,Seattle WA CSA +179,450,159,Los Angeles CA CSA +179,451,12,Chicago IL-IN-WI CSA (IL Part) +179,452,162,San Francisco CA CSA +179,453,162,San Francisco CA CSA +179,454,223,New York NY-NJ-CT-PA CSA (NY Part) +179,455,162,San Francisco CA CSA +179,456,154,Alaska +179,457,223,New York NY-NJ-CT-PA CSA (NY Part) +179,458,176,Atlanta GA-AL CSA (GA Part) +179,459,154,Alaska +179,460,154,Alaska +179,461,232,Cleveland OH CSA +179,462,223,New York NY-NJ-CT-PA CSA (NY Part) +179,463,159,Los Angeles CA CSA +179,464,159,Los Angeles CA CSA +179,465,162,San Francisco CA CSA +179,466,162,San Francisco CA CSA +179,467,201,Boston MA-NH CSA (MA Part) +179,468,162,San Francisco CA CSA +179,469,154,Alaska +179,470,159,Los Angeles CA CSA +179,471,162,San Francisco CA CSA +179,472,154,Alaska +179,473,154,Alaska +179,474,172,Miami FL MSA +179,475,154,Alaska +179,476,154,Alaska +179,477,154,Alaska +179,478,257,Houston TX CSA +179,479,162,San Francisco CA CSA +179,480,223,New York NY-NJ-CT-PA CSA (NY Part) +179,481,154,Alaska +179,482,164,Denver CO CSA +179,483,268,Seattle WA CSA +179,484,255,Dallas-Fort Worth TX CSA +179,485,154,Alaska +179,486,159,Los Angeles CA CSA +179,487,159,Los Angeles CA CSA +179,488,179,Honolulu HI MSA +179,489,154,Alaska +179,490,154,Alaska +179,491,172,Miami FL MSA +180,274,162,San Francisco CA CSA +180,275,154,Alaska +180,276,217,New York NY-NJ-CT-PA CSA (NJ Part) +180,277,162,San Francisco CA CSA +180,278,172,Miami FL MSA +180,279,257,Houston TX CSA +180,280,159,Los Angeles CA CSA +180,281,195,New Orleans LA CSA +180,282,162,San Francisco CA CSA +180,283,172,Miami FL MSA +180,284,162,San Francisco CA CSA +180,285,154,Alaska +180,286,179,Honolulu HI MSA +180,287,159,Los Angeles CA CSA +180,288,179,Honolulu HI MSA +180,289,179,Honolulu HI MSA +180,290,162,San Francisco CA CSA +180,291,159,Los Angeles CA CSA +180,292,179,Honolulu HI MSA +180,293,257,Houston TX CSA +180,294,159,Los Angeles CA CSA +180,295,176,Atlanta GA-AL CSA (GA Part) +180,296,162,San Francisco CA CSA +180,297,159,Los Angeles CA CSA +180,298,154,Alaska +180,299,154,Alaska +180,300,172,Miami FL MSA +180,301,154,Alaska +180,302,172,Miami FL MSA +180,303,159,Los Angeles CA CSA +180,304,162,San Francisco CA CSA +180,305,249,Memphis TN-MS-AR MSA (TN Part) +180,306,159,Los Angeles CA CSA +180,307,217,New York NY-NJ-CT-PA CSA (NJ Part) +180,308,159,Los Angeles CA CSA +180,309,191,Louisville KY-IN CSA (KY Part) +180,310,159,Los Angeles CA CSA +180,311,172,Miami FL MSA +180,312,172,Miami FL MSA +180,313,162,San Francisco CA CSA +180,314,223,New York NY-NJ-CT-PA CSA (NY Part) +180,315,162,San Francisco CA CSA +180,316,159,Los Angeles CA CSA +180,317,159,Los Angeles CA CSA +180,318,154,Alaska +180,319,159,Los Angeles CA CSA +180,320,154,Alaska +180,321,12,Chicago IL-IN-WI CSA (IL Part) +180,322,159,Los Angeles CA CSA +180,323,159,Los Angeles CA CSA +180,324,159,Los Angeles CA CSA +180,325,255,Dallas-Fort Worth TX CSA +180,326,172,Miami FL MSA +180,327,162,San Francisco CA CSA +180,328,179,Honolulu HI MSA +180,329,159,Los Angeles CA CSA +180,330,159,Los Angeles CA CSA +180,331,162,San Francisco CA CSA +180,332,191,Louisville KY-IN CSA (KY Part) +180,333,153,Remainder of Alabama +180,334,172,Miami FL MSA +180,335,154,Alaska +180,336,159,Los Angeles CA CSA +180,337,176,Atlanta GA-AL CSA (GA Part) +180,338,154,Alaska +180,339,162,San Francisco CA CSA +180,340,154,Alaska +180,341,255,Dallas-Fort Worth TX CSA +180,342,154,Alaska +180,343,154,Alaska +180,344,159,Los Angeles CA CSA +180,345,162,San Francisco CA CSA +180,346,179,Honolulu HI MSA +180,347,179,Honolulu HI MSA +180,348,176,Atlanta GA-AL CSA (GA Part) +180,349,154,Alaska +180,350,179,Honolulu HI MSA +180,351,12,Chicago IL-IN-WI CSA (IL Part) +180,352,12,Chicago IL-IN-WI CSA (IL Part) +180,353,162,San Francisco CA CSA +180,354,268,Seattle WA CSA +180,355,159,Los Angeles CA CSA +180,356,159,Los Angeles CA CSA +180,357,255,Dallas-Fort Worth TX CSA +180,358,159,Los Angeles CA CSA +180,359,172,Miami FL MSA +180,360,176,Atlanta GA-AL CSA (GA Part) +180,361,159,Los Angeles CA CSA +180,362,154,Alaska +180,363,159,Los Angeles CA CSA +180,364,159,Los Angeles CA CSA +180,365,154,Alaska +180,366,268,Seattle WA CSA +180,367,159,Los Angeles CA CSA +180,368,154,Alaska +180,369,154,Alaska +180,370,154,Alaska +180,371,162,San Francisco CA CSA +180,372,179,Honolulu HI MSA +180,373,159,Los Angeles CA CSA +180,374,162,San Francisco CA CSA +180,375,154,Alaska +180,376,154,Alaska +180,377,154,Alaska +180,378,195,New Orleans LA CSA +180,379,179,Honolulu HI MSA +180,380,179,Honolulu HI MSA +180,381,154,Alaska +180,382,159,Los Angeles CA CSA +180,383,154,Alaska +180,384,217,New York NY-NJ-CT-PA CSA (NJ Part) +180,385,223,New York NY-NJ-CT-PA CSA (NY Part) +180,386,154,Alaska +180,387,154,Alaska +180,388,159,Los Angeles CA CSA +180,389,159,Los Angeles CA CSA +180,390,179,Honolulu HI MSA +180,391,154,Alaska +180,392,159,Los Angeles CA CSA +180,393,154,Alaska +180,394,257,Houston TX CSA +180,395,268,Seattle WA CSA +180,396,154,Alaska +180,397,159,Los Angeles CA CSA +180,398,179,Honolulu HI MSA +180,399,162,San Francisco CA CSA +180,400,159,Los Angeles CA CSA +180,401,154,Alaska +180,402,154,Alaska +180,403,159,Los Angeles CA CSA +180,404,154,Alaska +180,405,172,Miami FL MSA +180,406,231,Cincinnati OH-KY-IN CSA (OH Part) +180,407,266,Washington DC-MD-VA-WV CSA (VA Part) +180,408,154,Alaska +180,409,162,San Francisco CA CSA +180,410,159,Los Angeles CA CSA +180,411,154,Alaska +180,412,12,Chicago IL-IN-WI CSA (IL Part) +180,413,159,Los Angeles CA CSA +180,414,162,San Francisco CA CSA +180,415,159,Los Angeles CA CSA +180,416,154,Alaska +180,417,154,Alaska +180,418,154,Alaska +180,419,162,San Francisco CA CSA +180,420,154,Alaska +180,421,159,Los Angeles CA CSA +180,422,154,Alaska +180,423,162,San Francisco CA CSA +180,424,162,San Francisco CA CSA +180,425,162,San Francisco CA CSA +180,426,172,Miami FL MSA +180,427,172,Miami FL MSA +180,428,154,Alaska +180,429,162,San Francisco CA CSA +180,430,162,San Francisco CA CSA +180,431,12,Chicago IL-IN-WI CSA (IL Part) +180,432,154,Alaska +180,433,154,Alaska +180,434,162,San Francisco CA CSA +180,435,159,Los Angeles CA CSA +180,436,223,New York NY-NJ-CT-PA CSA (NY Part) +180,437,195,New Orleans LA CSA +180,438,159,Los Angeles CA CSA +180,439,159,Los Angeles CA CSA +180,440,176,Atlanta GA-AL CSA (GA Part) +180,441,159,Los Angeles CA CSA +180,442,154,Alaska +180,443,249,Memphis TN-MS-AR MSA (TN Part) +180,444,154,Alaska +180,445,217,New York NY-NJ-CT-PA CSA (NJ Part) +180,446,154,Alaska +180,447,154,Alaska +180,448,12,Chicago IL-IN-WI CSA (IL Part) +180,449,154,Alaska +180,450,257,Houston TX CSA +180,451,162,San Francisco CA CSA +180,452,154,Alaska +180,453,268,Seattle WA CSA +180,454,159,Los Angeles CA CSA +180,455,266,Washington DC-MD-VA-WV CSA (VA Part) +180,456,159,Los Angeles CA CSA +180,457,154,Alaska +180,458,154,Alaska +180,459,162,San Francisco CA CSA +180,460,154,Alaska +180,461,176,Atlanta GA-AL CSA (GA Part) +180,462,12,Chicago IL-IN-WI CSA (IL Part) +180,463,154,Alaska +180,464,159,Los Angeles CA CSA +180,465,154,Alaska +180,466,154,Alaska +180,467,249,Memphis TN-MS-AR MSA (TN Part) +180,468,159,Los Angeles CA CSA +180,469,154,Alaska +180,470,179,Honolulu HI MSA +180,471,162,San Francisco CA CSA +180,472,162,San Francisco CA CSA +180,473,159,Los Angeles CA CSA +180,474,195,New Orleans LA CSA +180,475,154,Alaska +180,476,159,Los Angeles CA CSA +180,477,154,Alaska +180,478,172,Miami FL MSA +180,479,159,Los Angeles CA CSA +180,480,159,Los Angeles CA CSA +180,481,12,Chicago IL-IN-WI CSA (IL Part) +180,482,162,San Francisco CA CSA +180,483,162,San Francisco CA CSA +180,484,179,Honolulu HI MSA +180,485,154,Alaska +180,486,179,Honolulu HI MSA +180,487,159,Los Angeles CA CSA +180,488,159,Los Angeles CA CSA +180,489,162,San Francisco CA CSA +180,490,223,New York NY-NJ-CT-PA CSA (NY Part) +180,491,159,Los Angeles CA CSA +181,274,154,Alaska +181,275,223,New York NY-NJ-CT-PA CSA (NY Part) +181,276,186,Indianapolis IN CSA +181,277,217,New York NY-NJ-CT-PA CSA (NJ Part) +181,278,191,Louisville KY-IN CSA (KY Part) +181,279,176,Atlanta GA-AL CSA (GA Part) +181,280,172,Miami FL MSA +181,281,172,Miami FL MSA +181,282,154,Alaska +181,283,176,Atlanta GA-AL CSA (GA Part) +181,284,159,Los Angeles CA CSA +181,285,268,Seattle WA CSA +181,286,201,Boston MA-NH CSA (MA Part) +181,287,172,Miami FL MSA +181,288,154,Alaska +181,289,159,Los Angeles CA CSA +181,290,12,Chicago IL-IN-WI CSA (IL Part) +181,291,12,Chicago IL-IN-WI CSA (IL Part) +181,292,223,New York NY-NJ-CT-PA CSA (NY Part) +181,293,195,New Orleans LA CSA +181,294,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +181,295,203,Detroit MI CSA +181,296,154,Alaska +181,297,257,Houston TX CSA +181,298,201,Boston MA-NH CSA (MA Part) +181,299,226,Charlotte NC-SC CSA (NC Part) +181,300,176,Atlanta GA-AL CSA (GA Part) +181,301,154,Alaska +181,302,176,Atlanta GA-AL CSA (GA Part) +181,303,159,Los Angeles CA CSA +181,304,268,Seattle WA CSA +181,305,217,New York NY-NJ-CT-PA CSA (NJ Part) +181,306,223,New York NY-NJ-CT-PA CSA (NY Part) +181,307,192,Remainder of Kentucky +181,308,154,Alaska +181,309,232,Cleveland OH CSA +181,310,162,San Francisco CA CSA +181,311,217,New York NY-NJ-CT-PA CSA (NJ Part) +181,312,255,Dallas-Fort Worth TX CSA +181,313,223,New York NY-NJ-CT-PA CSA (NY Part) +181,314,203,Detroit MI CSA +181,315,159,Los Angeles CA CSA +181,316,162,San Francisco CA CSA +181,317,159,Los Angeles CA CSA +181,318,162,San Francisco CA CSA +181,319,245,Charleston SC MSA +181,320,12,Chicago IL-IN-WI CSA (IL Part) +181,321,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +181,322,268,Seattle WA CSA +181,323,195,New Orleans LA CSA +181,324,223,New York NY-NJ-CT-PA CSA (NY Part) +181,325,257,Houston TX CSA +181,326,172,Miami FL MSA +181,327,201,Boston MA-NH CSA (MA Part) +181,328,223,New York NY-NJ-CT-PA CSA (NY Part) +181,329,201,Boston MA-NH CSA (MA Part) +181,330,12,Chicago IL-IN-WI CSA (IL Part) +181,331,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +181,332,266,Washington DC-MD-VA-WV CSA (VA Part) +181,333,245,Charleston SC MSA +181,334,257,Houston TX CSA +181,335,186,Indianapolis IN CSA +181,336,255,Dallas-Fort Worth TX CSA +181,337,232,Cleveland OH CSA +181,338,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +181,339,268,Seattle WA CSA +181,340,223,New York NY-NJ-CT-PA CSA (NY Part) +181,341,255,Dallas-Fort Worth TX CSA +181,342,268,Seattle WA CSA +181,343,162,San Francisco CA CSA +181,344,268,Seattle WA CSA +181,345,12,Chicago IL-IN-WI CSA (IL Part) +181,346,257,Houston TX CSA +181,347,176,Atlanta GA-AL CSA (GA Part) +181,348,176,Atlanta GA-AL CSA (GA Part) +181,349,159,Los Angeles CA CSA +181,350,223,New York NY-NJ-CT-PA CSA (NY Part) +181,351,201,Boston MA-NH CSA (MA Part) +181,352,223,New York NY-NJ-CT-PA CSA (NY Part) +181,353,223,New York NY-NJ-CT-PA CSA (NY Part) +181,354,268,Seattle WA CSA +181,355,172,Miami FL MSA +181,356,257,Houston TX CSA +181,357,201,Boston MA-NH CSA (MA Part) +181,358,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +181,359,249,Memphis TN-MS-AR MSA (TN Part) +181,360,249,Memphis TN-MS-AR MSA (TN Part) +181,361,257,Houston TX CSA +181,362,12,Chicago IL-IN-WI CSA (IL Part) +181,363,255,Dallas-Fort Worth TX CSA +181,364,217,New York NY-NJ-CT-PA CSA (NJ Part) +181,365,223,New York NY-NJ-CT-PA CSA (NY Part) +181,366,162,San Francisco CA CSA +181,367,162,San Francisco CA CSA +181,368,268,Seattle WA CSA +181,369,154,Alaska +181,370,223,New York NY-NJ-CT-PA CSA (NY Part) +181,371,154,Alaska +181,372,223,New York NY-NJ-CT-PA CSA (NY Part) +181,373,249,Memphis TN-MS-AR MSA (TN Part) +181,374,268,Seattle WA CSA +181,375,217,New York NY-NJ-CT-PA CSA (NJ Part) +181,376,154,Alaska +181,377,12,Chicago IL-IN-WI CSA (IL Part) +181,378,176,Atlanta GA-AL CSA (GA Part) +181,379,154,Alaska +181,380,162,San Francisco CA CSA +181,381,159,Los Angeles CA CSA +181,382,223,New York NY-NJ-CT-PA CSA (NY Part) +181,383,12,Chicago IL-IN-WI CSA (IL Part) +181,384,203,Detroit MI CSA +181,385,223,New York NY-NJ-CT-PA CSA (NY Part) +181,386,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +181,387,201,Boston MA-NH CSA (MA Part) +181,388,268,Seattle WA CSA +181,389,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +181,390,266,Washington DC-MD-VA-WV CSA (VA Part) +181,391,223,New York NY-NJ-CT-PA CSA (NY Part) +181,392,159,Los Angeles CA CSA +181,393,154,Alaska +181,394,169,Delaware +181,395,223,New York NY-NJ-CT-PA CSA (NY Part) +181,396,154,Alaska +181,397,223,New York NY-NJ-CT-PA CSA (NY Part) +181,398,154,Alaska +181,399,159,Los Angeles CA CSA +181,400,154,Alaska +181,401,203,Detroit MI CSA +181,402,223,New York NY-NJ-CT-PA CSA (NY Part) +181,403,12,Chicago IL-IN-WI CSA (IL Part) +181,404,12,Chicago IL-IN-WI CSA (IL Part) +181,405,255,Dallas-Fort Worth TX CSA +181,406,186,Indianapolis IN CSA +181,407,249,Memphis TN-MS-AR MSA (TN Part) +181,408,159,Los Angeles CA CSA +181,409,172,Miami FL MSA +181,410,268,Seattle WA CSA +181,411,154,Alaska +181,412,201,Boston MA-NH CSA (MA Part) +181,413,268,Seattle WA CSA +181,414,176,Atlanta GA-AL CSA (GA Part) +181,415,226,Charlotte NC-SC CSA (NC Part) +181,416,12,Chicago IL-IN-WI CSA (IL Part) +181,417,159,Los Angeles CA CSA +181,418,162,San Francisco CA CSA +181,419,162,San Francisco CA CSA +181,420,154,Alaska +181,421,159,Los Angeles CA CSA +181,422,154,Alaska +181,423,203,Detroit MI CSA +181,424,257,Houston TX CSA +181,425,154,Alaska +181,426,172,Miami FL MSA +181,427,172,Miami FL MSA +181,428,159,Los Angeles CA CSA +181,429,159,Los Angeles CA CSA +181,430,268,Seattle WA CSA +181,431,12,Chicago IL-IN-WI CSA (IL Part) +181,432,191,Louisville KY-IN CSA (KY Part) +181,433,223,New York NY-NJ-CT-PA CSA (NY Part) +181,434,223,New York NY-NJ-CT-PA CSA (NY Part) +181,435,154,Alaska +181,436,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +181,437,172,Miami FL MSA +181,438,249,Memphis TN-MS-AR MSA (TN Part) +181,439,249,Memphis TN-MS-AR MSA (TN Part) +181,440,12,Chicago IL-IN-WI CSA (IL Part) +181,441,159,Los Angeles CA CSA +181,442,266,Washington DC-MD-VA-WV CSA (VA Part) +181,443,217,New York NY-NJ-CT-PA CSA (NJ Part) +181,444,217,New York NY-NJ-CT-PA CSA (NJ Part) +181,445,217,New York NY-NJ-CT-PA CSA (NJ Part) +181,446,268,Seattle WA CSA +181,447,223,New York NY-NJ-CT-PA CSA (NY Part) +181,448,266,Washington DC-MD-VA-WV CSA (VA Part) +181,449,154,Alaska +181,450,191,Louisville KY-IN CSA (KY Part) +181,451,223,New York NY-NJ-CT-PA CSA (NY Part) +181,452,12,Chicago IL-IN-WI CSA (IL Part) +181,453,268,Seattle WA CSA +181,454,223,New York NY-NJ-CT-PA CSA (NY Part) +181,455,266,Washington DC-MD-VA-WV CSA (VA Part) +181,456,154,Alaska +181,457,223,New York NY-NJ-CT-PA CSA (NY Part) +181,458,203,Detroit MI CSA +181,459,154,Alaska +181,460,223,New York NY-NJ-CT-PA CSA (NY Part) +181,461,249,Memphis TN-MS-AR MSA (TN Part) +181,462,223,New York NY-NJ-CT-PA CSA (NY Part) +181,463,12,Chicago IL-IN-WI CSA (IL Part) +181,464,223,New York NY-NJ-CT-PA CSA (NY Part) +181,465,12,Chicago IL-IN-WI CSA (IL Part) +181,466,154,Alaska +181,467,223,New York NY-NJ-CT-PA CSA (NY Part) +181,468,162,San Francisco CA CSA +181,469,201,Boston MA-NH CSA (MA Part) +181,470,162,San Francisco CA CSA +181,471,12,Chicago IL-IN-WI CSA (IL Part) +181,472,162,San Francisco CA CSA +181,473,268,Seattle WA CSA +181,474,172,Miami FL MSA +181,475,217,New York NY-NJ-CT-PA CSA (NJ Part) +181,476,203,Detroit MI CSA +181,477,154,Alaska +181,478,172,Miami FL MSA +181,479,159,Los Angeles CA CSA +181,480,266,Washington DC-MD-VA-WV CSA (VA Part) +181,481,217,New York NY-NJ-CT-PA CSA (NJ Part) +181,482,12,Chicago IL-IN-WI CSA (IL Part) +181,483,223,New York NY-NJ-CT-PA CSA (NY Part) +181,484,176,Atlanta GA-AL CSA (GA Part) +181,485,154,Alaska +181,486,162,San Francisco CA CSA +181,487,186,Indianapolis IN CSA +181,488,154,Alaska +181,489,268,Seattle WA CSA +181,490,201,Boston MA-NH CSA (MA Part) +181,491,12,Chicago IL-IN-WI CSA (IL Part) +183,274,192,Remainder of Kentucky +183,275,223,New York NY-NJ-CT-PA CSA (NY Part) +183,276,12,Chicago IL-IN-WI CSA (IL Part) +183,277,203,Detroit MI CSA +183,278,223,New York NY-NJ-CT-PA CSA (NY Part) +183,279,176,Atlanta GA-AL CSA (GA Part) +183,280,176,Atlanta GA-AL CSA (GA Part) +183,281,249,Memphis TN-MS-AR MSA (TN Part) +183,282,232,Cleveland OH CSA +183,283,173,Orlando FL CSA +183,284,268,Seattle WA CSA +183,285,12,Chicago IL-IN-WI CSA (IL Part) +183,286,12,Chicago IL-IN-WI CSA (IL Part) +183,287,172,Miami FL MSA +183,288,223,New York NY-NJ-CT-PA CSA (NY Part) +183,289,12,Chicago IL-IN-WI CSA (IL Part) +183,290,249,Memphis TN-MS-AR MSA (TN Part) +183,291,12,Chicago IL-IN-WI CSA (IL Part) +183,292,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +183,293,257,Houston TX CSA +183,294,231,Cincinnati OH-KY-IN CSA (OH Part) +183,295,192,Remainder of Kentucky +183,296,232,Cleveland OH CSA +183,297,249,Memphis TN-MS-AR MSA (TN Part) +183,298,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +183,299,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +183,300,186,Indianapolis IN CSA +183,301,217,New York NY-NJ-CT-PA CSA (NJ Part) +183,302,245,Charleston SC MSA +183,303,12,Chicago IL-IN-WI CSA (IL Part) +183,304,12,Chicago IL-IN-WI CSA (IL Part) +183,305,223,New York NY-NJ-CT-PA CSA (NY Part) +183,306,223,New York NY-NJ-CT-PA CSA (NY Part) +183,307,217,New York NY-NJ-CT-PA CSA (NJ Part) +183,308,12,Chicago IL-IN-WI CSA (IL Part) +183,309,223,New York NY-NJ-CT-PA CSA (NY Part) +183,310,12,Chicago IL-IN-WI CSA (IL Part) +183,311,223,New York NY-NJ-CT-PA CSA (NY Part) +183,312,176,Atlanta GA-AL CSA (GA Part) +183,313,223,New York NY-NJ-CT-PA CSA (NY Part) +183,314,266,Washington DC-MD-VA-WV CSA (VA Part) +183,315,249,Memphis TN-MS-AR MSA (TN Part) +183,316,12,Chicago IL-IN-WI CSA (IL Part) +183,317,257,Houston TX CSA +183,318,154,Alaska +183,319,176,Atlanta GA-AL CSA (GA Part) +183,320,223,New York NY-NJ-CT-PA CSA (NY Part) +183,321,223,New York NY-NJ-CT-PA CSA (NY Part) +183,322,162,San Francisco CA CSA +183,323,153,Remainder of Alabama +183,324,203,Detroit MI CSA +183,325,176,Atlanta GA-AL CSA (GA Part) +183,326,176,Atlanta GA-AL CSA (GA Part) +183,327,191,Louisville KY-IN CSA (KY Part) +183,328,186,Indianapolis IN CSA +183,329,192,Remainder of Kentucky +183,330,217,New York NY-NJ-CT-PA CSA (NJ Part) +183,331,203,Detroit MI CSA +183,332,186,Indianapolis IN CSA +183,333,176,Atlanta GA-AL CSA (GA Part) +183,334,249,Memphis TN-MS-AR MSA (TN Part) +183,335,12,Chicago IL-IN-WI CSA (IL Part) +183,336,249,Memphis TN-MS-AR MSA (TN Part) +183,337,231,Cincinnati OH-KY-IN CSA (OH Part) +183,338,12,Chicago IL-IN-WI CSA (IL Part) +183,339,232,Cleveland OH CSA +183,340,223,New York NY-NJ-CT-PA CSA (NY Part) +183,341,176,Atlanta GA-AL CSA (GA Part) +183,342,186,Indianapolis IN CSA +183,343,162,San Francisco CA CSA +183,344,223,New York NY-NJ-CT-PA CSA (NY Part) +183,345,217,New York NY-NJ-CT-PA CSA (NJ Part) +183,346,176,Atlanta GA-AL CSA (GA Part) +183,347,191,Louisville KY-IN CSA (KY Part) +183,348,223,New York NY-NJ-CT-PA CSA (NY Part) +183,349,191,Louisville KY-IN CSA (KY Part) +183,350,12,Chicago IL-IN-WI CSA (IL Part) +183,351,223,New York NY-NJ-CT-PA CSA (NY Part) +183,352,186,Indianapolis IN CSA +183,353,12,Chicago IL-IN-WI CSA (IL Part) +183,354,12,Chicago IL-IN-WI CSA (IL Part) +183,355,249,Memphis TN-MS-AR MSA (TN Part) +183,356,249,Memphis TN-MS-AR MSA (TN Part) +183,357,203,Detroit MI CSA +183,358,232,Cleveland OH CSA +183,359,195,New Orleans LA CSA +183,360,172,Miami FL MSA +183,361,172,Miami FL MSA +183,362,12,Chicago IL-IN-WI CSA (IL Part) +183,363,257,Houston TX CSA +183,364,231,Cincinnati OH-KY-IN CSA (OH Part) +183,365,223,New York NY-NJ-CT-PA CSA (NY Part) +183,366,232,Cleveland OH CSA +183,367,255,Dallas-Fort Worth TX CSA +183,368,249,Memphis TN-MS-AR MSA (TN Part) +183,369,223,New York NY-NJ-CT-PA CSA (NY Part) +183,370,12,Chicago IL-IN-WI CSA (IL Part) +183,371,266,Washington DC-MD-VA-WV CSA (VA Part) +183,372,217,New York NY-NJ-CT-PA CSA (NJ Part) +183,373,249,Memphis TN-MS-AR MSA (TN Part) +183,374,12,Chicago IL-IN-WI CSA (IL Part) +183,375,223,New York NY-NJ-CT-PA CSA (NY Part) +183,376,186,Indianapolis IN CSA +183,377,223,New York NY-NJ-CT-PA CSA (NY Part) +183,378,245,Charleston SC MSA +183,379,12,Chicago IL-IN-WI CSA (IL Part) +183,380,249,Memphis TN-MS-AR MSA (TN Part) +183,381,164,Denver CO CSA +183,382,223,New York NY-NJ-CT-PA CSA (NY Part) +183,383,192,Remainder of Kentucky +183,384,12,Chicago IL-IN-WI CSA (IL Part) +183,385,266,Washington DC-MD-VA-WV CSA (VA Part) +183,386,232,Cleveland OH CSA +183,387,12,Chicago IL-IN-WI CSA (IL Part) +183,388,232,Cleveland OH CSA +183,389,266,Washington DC-MD-VA-WV CSA (VA Part) +183,390,223,New York NY-NJ-CT-PA CSA (NY Part) +183,391,191,Louisville KY-IN CSA (KY Part) +183,392,12,Chicago IL-IN-WI CSA (IL Part) +183,393,223,New York NY-NJ-CT-PA CSA (NY Part) +183,394,12,Chicago IL-IN-WI CSA (IL Part) +183,395,203,Detroit MI CSA +183,396,249,Memphis TN-MS-AR MSA (TN Part) +183,397,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +183,398,12,Chicago IL-IN-WI CSA (IL Part) +183,399,195,New Orleans LA CSA +183,400,12,Chicago IL-IN-WI CSA (IL Part) +183,401,223,New York NY-NJ-CT-PA CSA (NY Part) +183,402,12,Chicago IL-IN-WI CSA (IL Part) +183,403,12,Chicago IL-IN-WI CSA (IL Part) +183,404,12,Chicago IL-IN-WI CSA (IL Part) +183,405,172,Miami FL MSA +183,406,232,Cleveland OH CSA +183,407,223,New York NY-NJ-CT-PA CSA (NY Part) +183,408,154,Alaska +183,409,266,Washington DC-MD-VA-WV CSA (VA Part) +183,410,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +183,411,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +183,412,217,New York NY-NJ-CT-PA CSA (NJ Part) +183,413,159,Los Angeles CA CSA +183,414,176,Atlanta GA-AL CSA (GA Part) +183,415,223,New York NY-NJ-CT-PA CSA (NY Part) +183,416,223,New York NY-NJ-CT-PA CSA (NY Part) +183,417,12,Chicago IL-IN-WI CSA (IL Part) +183,418,12,Chicago IL-IN-WI CSA (IL Part) +183,419,12,Chicago IL-IN-WI CSA (IL Part) +183,420,266,Washington DC-MD-VA-WV CSA (VA Part) +183,421,203,Detroit MI CSA +183,422,154,Alaska +183,423,192,Remainder of Kentucky +183,424,172,Miami FL MSA +183,425,159,Los Angeles CA CSA +183,426,191,Louisville KY-IN CSA (KY Part) +183,427,172,Miami FL MSA +183,428,268,Seattle WA CSA +183,429,249,Memphis TN-MS-AR MSA (TN Part) +183,430,12,Chicago IL-IN-WI CSA (IL Part) +183,431,232,Cleveland OH CSA +183,432,12,Chicago IL-IN-WI CSA (IL Part) +183,433,217,New York NY-NJ-CT-PA CSA (NJ Part) +183,434,12,Chicago IL-IN-WI CSA (IL Part) +183,435,12,Chicago IL-IN-WI CSA (IL Part) +183,436,186,Indianapolis IN CSA +183,437,153,Remainder of Alabama +183,438,153,Remainder of Alabama +183,439,172,Miami FL MSA +183,440,172,Miami FL MSA +183,441,249,Memphis TN-MS-AR MSA (TN Part) +183,442,223,New York NY-NJ-CT-PA CSA (NY Part) +183,443,12,Chicago IL-IN-WI CSA (IL Part) +183,444,201,Boston MA-NH CSA (MA Part) +183,445,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +183,446,266,Washington DC-MD-VA-WV CSA (VA Part) +183,447,12,Chicago IL-IN-WI CSA (IL Part) +183,448,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +183,449,249,Memphis TN-MS-AR MSA (TN Part) +183,450,249,Memphis TN-MS-AR MSA (TN Part) +183,451,12,Chicago IL-IN-WI CSA (IL Part) +183,452,217,New York NY-NJ-CT-PA CSA (NJ Part) +183,453,159,Los Angeles CA CSA +183,454,266,Washington DC-MD-VA-WV CSA (VA Part) +183,455,172,Miami FL MSA +183,456,154,Alaska +183,457,203,Detroit MI CSA +183,458,201,Boston MA-NH CSA (MA Part) +183,459,12,Chicago IL-IN-WI CSA (IL Part) +183,460,191,Louisville KY-IN CSA (KY Part) +183,461,192,Remainder of Kentucky +183,462,217,New York NY-NJ-CT-PA CSA (NJ Part) +183,463,232,Cleveland OH CSA +183,464,12,Chicago IL-IN-WI CSA (IL Part) +183,465,201,Boston MA-NH CSA (MA Part) +183,466,186,Indianapolis IN CSA +183,467,223,New York NY-NJ-CT-PA CSA (NY Part) +183,468,12,Chicago IL-IN-WI CSA (IL Part) +183,469,12,Chicago IL-IN-WI CSA (IL Part) +183,470,249,Memphis TN-MS-AR MSA (TN Part) +183,471,12,Chicago IL-IN-WI CSA (IL Part) +183,472,159,Los Angeles CA CSA +183,473,12,Chicago IL-IN-WI CSA (IL Part) +183,474,191,Louisville KY-IN CSA (KY Part) +183,475,203,Detroit MI CSA +183,476,217,New York NY-NJ-CT-PA CSA (NJ Part) +183,477,186,Indianapolis IN CSA +183,478,172,Miami FL MSA +183,479,162,San Francisco CA CSA +183,480,12,Chicago IL-IN-WI CSA (IL Part) +183,481,186,Indianapolis IN CSA +183,482,203,Detroit MI CSA +183,483,12,Chicago IL-IN-WI CSA (IL Part) +183,484,153,Remainder of Alabama +183,485,12,Chicago IL-IN-WI CSA (IL Part) +183,486,255,Dallas-Fort Worth TX CSA +183,487,172,Miami FL MSA +183,488,154,Alaska +183,489,223,New York NY-NJ-CT-PA CSA (NY Part) +183,490,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +183,491,12,Chicago IL-IN-WI CSA (IL Part) +184,274,203,Detroit MI CSA +184,275,12,Chicago IL-IN-WI CSA (IL Part) +184,276,12,Chicago IL-IN-WI CSA (IL Part) +184,277,266,Washington DC-MD-VA-WV CSA (VA Part) +184,278,192,Remainder of Kentucky +184,279,191,Louisville KY-IN CSA (KY Part) +184,280,172,Miami FL MSA +184,281,249,Memphis TN-MS-AR MSA (TN Part) +184,282,223,New York NY-NJ-CT-PA CSA (NY Part) +184,283,176,Atlanta GA-AL CSA (GA Part) +184,284,159,Los Angeles CA CSA +184,285,12,Chicago IL-IN-WI CSA (IL Part) +184,286,12,Chicago IL-IN-WI CSA (IL Part) +184,287,172,Miami FL MSA +184,288,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +184,289,12,Chicago IL-IN-WI CSA (IL Part) +184,290,176,Atlanta GA-AL CSA (GA Part) +184,291,266,Washington DC-MD-VA-WV CSA (VA Part) +184,292,223,New York NY-NJ-CT-PA CSA (NY Part) +184,293,249,Memphis TN-MS-AR MSA (TN Part) +184,294,201,Boston MA-NH CSA (MA Part) +184,295,186,Indianapolis IN CSA +184,296,12,Chicago IL-IN-WI CSA (IL Part) +184,297,245,Charleston SC MSA +184,298,223,New York NY-NJ-CT-PA CSA (NY Part) +184,299,172,Miami FL MSA +184,300,12,Chicago IL-IN-WI CSA (IL Part) +184,301,12,Chicago IL-IN-WI CSA (IL Part) +184,302,12,Chicago IL-IN-WI CSA (IL Part) +184,303,12,Chicago IL-IN-WI CSA (IL Part) +184,304,217,New York NY-NJ-CT-PA CSA (NJ Part) +184,305,217,New York NY-NJ-CT-PA CSA (NJ Part) +184,306,217,New York NY-NJ-CT-PA CSA (NJ Part) +184,307,223,New York NY-NJ-CT-PA CSA (NY Part) +184,308,154,Alaska +184,309,223,New York NY-NJ-CT-PA CSA (NY Part) +184,310,12,Chicago IL-IN-WI CSA (IL Part) +184,311,223,New York NY-NJ-CT-PA CSA (NY Part) +184,312,172,Miami FL MSA +184,313,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +184,314,191,Louisville KY-IN CSA (KY Part) +184,315,172,Miami FL MSA +184,316,12,Chicago IL-IN-WI CSA (IL Part) +184,317,179,Honolulu HI MSA +184,318,12,Chicago IL-IN-WI CSA (IL Part) +184,319,153,Remainder of Alabama +184,320,217,New York NY-NJ-CT-PA CSA (NJ Part) +184,321,232,Cleveland OH CSA +184,322,255,Dallas-Fort Worth TX CSA +184,323,186,Indianapolis IN CSA +184,324,223,New York NY-NJ-CT-PA CSA (NY Part) +184,325,172,Miami FL MSA +184,326,191,Louisville KY-IN CSA (KY Part) +184,327,12,Chicago IL-IN-WI CSA (IL Part) +184,328,217,New York NY-NJ-CT-PA CSA (NJ Part) +184,329,266,Washington DC-MD-VA-WV CSA (VA Part) +184,330,12,Chicago IL-IN-WI CSA (IL Part) +184,331,223,New York NY-NJ-CT-PA CSA (NY Part) +184,332,186,Indianapolis IN CSA +184,333,172,Miami FL MSA +184,334,172,Miami FL MSA +184,335,223,New York NY-NJ-CT-PA CSA (NY Part) +184,336,191,Louisville KY-IN CSA (KY Part) +184,337,217,New York NY-NJ-CT-PA CSA (NJ Part) +184,338,223,New York NY-NJ-CT-PA CSA (NY Part) +184,339,266,Washington DC-MD-VA-WV CSA (VA Part) +184,340,223,New York NY-NJ-CT-PA CSA (NY Part) +184,341,192,Remainder of Kentucky +184,342,12,Chicago IL-IN-WI CSA (IL Part) +184,343,186,Indianapolis IN CSA +184,344,186,Indianapolis IN CSA +184,345,12,Chicago IL-IN-WI CSA (IL Part) +184,346,172,Miami FL MSA +184,347,223,New York NY-NJ-CT-PA CSA (NY Part) +184,348,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +184,349,12,Chicago IL-IN-WI CSA (IL Part) +184,350,232,Cleveland OH CSA +184,351,223,New York NY-NJ-CT-PA CSA (NY Part) +184,352,223,New York NY-NJ-CT-PA CSA (NY Part) +184,353,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +184,354,203,Detroit MI CSA +184,355,191,Louisville KY-IN CSA (KY Part) +184,356,176,Atlanta GA-AL CSA (GA Part) +184,357,223,New York NY-NJ-CT-PA CSA (NY Part) +184,358,191,Louisville KY-IN CSA (KY Part) +184,359,195,New Orleans LA CSA +184,360,176,Atlanta GA-AL CSA (GA Part) +184,361,176,Atlanta GA-AL CSA (GA Part) +184,362,266,Washington DC-MD-VA-WV CSA (VA Part) +184,363,249,Memphis TN-MS-AR MSA (TN Part) +184,364,223,New York NY-NJ-CT-PA CSA (NY Part) +184,365,12,Chicago IL-IN-WI CSA (IL Part) +184,366,266,Washington DC-MD-VA-WV CSA (VA Part) +184,367,159,Los Angeles CA CSA +184,368,226,Charlotte NC-SC CSA (NC Part) +184,369,266,Washington DC-MD-VA-WV CSA (VA Part) +184,370,223,New York NY-NJ-CT-PA CSA (NY Part) +184,371,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +184,372,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +184,373,172,Miami FL MSA +184,374,154,Alaska +184,375,223,New York NY-NJ-CT-PA CSA (NY Part) +184,376,232,Cleveland OH CSA +184,377,232,Cleveland OH CSA +184,378,176,Atlanta GA-AL CSA (GA Part) +184,379,186,Indianapolis IN CSA +184,380,223,New York NY-NJ-CT-PA CSA (NY Part) +184,381,223,New York NY-NJ-CT-PA CSA (NY Part) +184,382,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +184,383,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +184,384,176,Atlanta GA-AL CSA (GA Part) +184,385,12,Chicago IL-IN-WI CSA (IL Part) +184,386,12,Chicago IL-IN-WI CSA (IL Part) +184,387,217,New York NY-NJ-CT-PA CSA (NJ Part) +184,388,12,Chicago IL-IN-WI CSA (IL Part) +184,389,223,New York NY-NJ-CT-PA CSA (NY Part) +184,390,223,New York NY-NJ-CT-PA CSA (NY Part) +184,391,217,New York NY-NJ-CT-PA CSA (NJ Part) +184,392,203,Detroit MI CSA +184,393,203,Detroit MI CSA +184,394,245,Charleston SC MSA +184,395,186,Indianapolis IN CSA +184,396,268,Seattle WA CSA +184,397,232,Cleveland OH CSA +184,398,266,Washington DC-MD-VA-WV CSA (VA Part) +184,399,255,Dallas-Fort Worth TX CSA +184,400,12,Chicago IL-IN-WI CSA (IL Part) +184,401,12,Chicago IL-IN-WI CSA (IL Part) +184,402,12,Chicago IL-IN-WI CSA (IL Part) +184,403,154,Alaska +184,404,186,Indianapolis IN CSA +184,405,176,Atlanta GA-AL CSA (GA Part) +184,406,201,Boston MA-NH CSA (MA Part) +184,407,266,Washington DC-MD-VA-WV CSA (VA Part) +184,408,154,Alaska +184,409,12,Chicago IL-IN-WI CSA (IL Part) +184,410,12,Chicago IL-IN-WI CSA (IL Part) +184,411,12,Chicago IL-IN-WI CSA (IL Part) +184,412,186,Indianapolis IN CSA +184,413,159,Los Angeles CA CSA +184,414,153,Remainder of Alabama +184,415,266,Washington DC-MD-VA-WV CSA (VA Part) +184,416,12,Chicago IL-IN-WI CSA (IL Part) +184,417,257,Houston TX CSA +184,418,12,Chicago IL-IN-WI CSA (IL Part) +184,419,12,Chicago IL-IN-WI CSA (IL Part) +184,420,223,New York NY-NJ-CT-PA CSA (NY Part) +184,421,12,Chicago IL-IN-WI CSA (IL Part) +184,422,162,San Francisco CA CSA +184,423,223,New York NY-NJ-CT-PA CSA (NY Part) +184,424,172,Miami FL MSA +184,425,164,Denver CO CSA +184,426,176,Atlanta GA-AL CSA (GA Part) +184,427,176,Atlanta GA-AL CSA (GA Part) +184,428,232,Cleveland OH CSA +184,429,249,Memphis TN-MS-AR MSA (TN Part) +184,430,12,Chicago IL-IN-WI CSA (IL Part) +184,431,223,New York NY-NJ-CT-PA CSA (NY Part) +184,432,249,Memphis TN-MS-AR MSA (TN Part) +184,433,203,Detroit MI CSA +184,434,217,New York NY-NJ-CT-PA CSA (NJ Part) +184,435,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +184,436,192,Remainder of Kentucky +184,437,172,Miami FL MSA +184,438,176,Atlanta GA-AL CSA (GA Part) +184,439,172,Miami FL MSA +184,440,176,Atlanta GA-AL CSA (GA Part) +184,441,249,Memphis TN-MS-AR MSA (TN Part) +184,442,223,New York NY-NJ-CT-PA CSA (NY Part) +184,443,232,Cleveland OH CSA +184,444,203,Detroit MI CSA +184,445,223,New York NY-NJ-CT-PA CSA (NY Part) +184,446,203,Detroit MI CSA +184,447,203,Detroit MI CSA +184,448,201,Boston MA-NH CSA (MA Part) +184,449,12,Chicago IL-IN-WI CSA (IL Part) +184,450,191,Louisville KY-IN CSA (KY Part) +184,451,12,Chicago IL-IN-WI CSA (IL Part) +184,452,217,New York NY-NJ-CT-PA CSA (NJ Part) +184,453,12,Chicago IL-IN-WI CSA (IL Part) +184,454,191,Louisville KY-IN CSA (KY Part) +184,455,153,Remainder of Alabama +184,456,186,Indianapolis IN CSA +184,457,191,Louisville KY-IN CSA (KY Part) +184,458,223,New York NY-NJ-CT-PA CSA (NY Part) +184,459,12,Chicago IL-IN-WI CSA (IL Part) +184,460,223,New York NY-NJ-CT-PA CSA (NY Part) +184,461,191,Louisville KY-IN CSA (KY Part) +184,462,226,Charlotte NC-SC CSA (NC Part) +184,463,223,New York NY-NJ-CT-PA CSA (NY Part) +184,464,12,Chicago IL-IN-WI CSA (IL Part) +184,465,223,New York NY-NJ-CT-PA CSA (NY Part) +184,466,12,Chicago IL-IN-WI CSA (IL Part) +184,467,266,Washington DC-MD-VA-WV CSA (VA Part) +184,468,192,Remainder of Kentucky +184,469,217,New York NY-NJ-CT-PA CSA (NJ Part) +184,470,179,Honolulu HI MSA +184,471,191,Louisville KY-IN CSA (KY Part) +184,472,153,Remainder of Alabama +184,473,159,Los Angeles CA CSA +184,474,172,Miami FL MSA +184,475,223,New York NY-NJ-CT-PA CSA (NY Part) +184,476,12,Chicago IL-IN-WI CSA (IL Part) +184,477,12,Chicago IL-IN-WI CSA (IL Part) +184,478,172,Miami FL MSA +184,479,12,Chicago IL-IN-WI CSA (IL Part) +184,480,223,New York NY-NJ-CT-PA CSA (NY Part) +184,481,12,Chicago IL-IN-WI CSA (IL Part) +184,482,12,Chicago IL-IN-WI CSA (IL Part) +184,483,226,Charlotte NC-SC CSA (NC Part) +184,484,172,Miami FL MSA +184,485,192,Remainder of Kentucky +184,486,257,Houston TX CSA +184,487,176,Atlanta GA-AL CSA (GA Part) +184,488,12,Chicago IL-IN-WI CSA (IL Part) +184,489,223,New York NY-NJ-CT-PA CSA (NY Part) +184,490,266,Washington DC-MD-VA-WV CSA (VA Part) +184,491,232,Cleveland OH CSA +185,274,266,Washington DC-MD-VA-WV CSA (VA Part) +185,275,192,Remainder of Kentucky +185,276,12,Chicago IL-IN-WI CSA (IL Part) +185,277,12,Chicago IL-IN-WI CSA (IL Part) +185,278,223,New York NY-NJ-CT-PA CSA (NY Part) +185,279,245,Charleston SC MSA +185,280,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +185,281,172,Miami FL MSA +185,282,223,New York NY-NJ-CT-PA CSA (NY Part) +185,283,172,Miami FL MSA +185,284,159,Los Angeles CA CSA +185,285,223,New York NY-NJ-CT-PA CSA (NY Part) +185,286,12,Chicago IL-IN-WI CSA (IL Part) +185,287,191,Louisville KY-IN CSA (KY Part) +185,288,223,New York NY-NJ-CT-PA CSA (NY Part) +185,289,201,Boston MA-NH CSA (MA Part) +185,290,191,Louisville KY-IN CSA (KY Part) +185,291,12,Chicago IL-IN-WI CSA (IL Part) +185,292,201,Boston MA-NH CSA (MA Part) +185,293,153,Remainder of Alabama +185,294,223,New York NY-NJ-CT-PA CSA (NY Part) +185,295,266,Washington DC-MD-VA-WV CSA (VA Part) +185,296,232,Cleveland OH CSA +185,297,12,Chicago IL-IN-WI CSA (IL Part) +185,298,266,Washington DC-MD-VA-WV CSA (VA Part) +185,299,266,Washington DC-MD-VA-WV CSA (VA Part) +185,300,173,Orlando FL CSA +185,301,223,New York NY-NJ-CT-PA CSA (NY Part) +185,302,203,Detroit MI CSA +185,303,268,Seattle WA CSA +185,304,203,Detroit MI CSA +185,305,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +185,306,223,New York NY-NJ-CT-PA CSA (NY Part) +185,307,176,Atlanta GA-AL CSA (GA Part) +185,308,12,Chicago IL-IN-WI CSA (IL Part) +185,309,232,Cleveland OH CSA +185,310,12,Chicago IL-IN-WI CSA (IL Part) +185,311,217,New York NY-NJ-CT-PA CSA (NJ Part) +185,312,172,Miami FL MSA +185,313,192,Remainder of Kentucky +185,314,203,Detroit MI CSA +185,315,257,Houston TX CSA +185,316,154,Alaska +185,317,12,Chicago IL-IN-WI CSA (IL Part) +185,318,154,Alaska +185,319,245,Charleston SC MSA +185,320,201,Boston MA-NH CSA (MA Part) +185,321,223,New York NY-NJ-CT-PA CSA (NY Part) +185,322,12,Chicago IL-IN-WI CSA (IL Part) +185,323,176,Atlanta GA-AL CSA (GA Part) +185,324,203,Detroit MI CSA +185,325,191,Louisville KY-IN CSA (KY Part) +185,326,226,Charlotte NC-SC CSA (NC Part) +185,327,223,New York NY-NJ-CT-PA CSA (NY Part) +185,328,217,New York NY-NJ-CT-PA CSA (NJ Part) +185,329,223,New York NY-NJ-CT-PA CSA (NY Part) +185,330,232,Cleveland OH CSA +185,331,232,Cleveland OH CSA +185,332,192,Remainder of Kentucky +185,333,192,Remainder of Kentucky +185,334,12,Chicago IL-IN-WI CSA (IL Part) +185,335,12,Chicago IL-IN-WI CSA (IL Part) +185,336,153,Remainder of Alabama +185,337,266,Washington DC-MD-VA-WV CSA (VA Part) +185,338,232,Cleveland OH CSA +185,339,203,Detroit MI CSA +185,340,223,New York NY-NJ-CT-PA CSA (NY Part) +185,341,249,Memphis TN-MS-AR MSA (TN Part) +185,342,12,Chicago IL-IN-WI CSA (IL Part) +185,343,268,Seattle WA CSA +185,344,203,Detroit MI CSA +185,345,223,New York NY-NJ-CT-PA CSA (NY Part) +185,346,231,Cincinnati OH-KY-IN CSA (OH Part) +185,347,217,New York NY-NJ-CT-PA CSA (NJ Part) +185,348,223,New York NY-NJ-CT-PA CSA (NY Part) +185,349,203,Detroit MI CSA +185,350,12,Chicago IL-IN-WI CSA (IL Part) +185,351,223,New York NY-NJ-CT-PA CSA (NY Part) +185,352,203,Detroit MI CSA +185,353,223,New York NY-NJ-CT-PA CSA (NY Part) +185,354,203,Detroit MI CSA +185,355,12,Chicago IL-IN-WI CSA (IL Part) +185,356,195,New Orleans LA CSA +185,357,266,Washington DC-MD-VA-WV CSA (VA Part) +185,358,223,New York NY-NJ-CT-PA CSA (NY Part) +185,359,266,Washington DC-MD-VA-WV CSA (VA Part) +185,360,153,Remainder of Alabama +185,361,223,New York NY-NJ-CT-PA CSA (NY Part) +185,362,223,New York NY-NJ-CT-PA CSA (NY Part) +185,363,12,Chicago IL-IN-WI CSA (IL Part) +185,364,217,New York NY-NJ-CT-PA CSA (NJ Part) +185,365,12,Chicago IL-IN-WI CSA (IL Part) +185,366,223,New York NY-NJ-CT-PA CSA (NY Part) +185,367,154,Alaska +185,368,12,Chicago IL-IN-WI CSA (IL Part) +185,369,231,Cincinnati OH-KY-IN CSA (OH Part) +185,370,12,Chicago IL-IN-WI CSA (IL Part) +185,371,186,Indianapolis IN CSA +185,372,12,Chicago IL-IN-WI CSA (IL Part) +185,373,245,Charleston SC MSA +185,374,12,Chicago IL-IN-WI CSA (IL Part) +185,375,12,Chicago IL-IN-WI CSA (IL Part) +185,376,12,Chicago IL-IN-WI CSA (IL Part) +185,377,12,Chicago IL-IN-WI CSA (IL Part) +185,378,266,Washington DC-MD-VA-WV CSA (VA Part) +185,379,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +185,380,12,Chicago IL-IN-WI CSA (IL Part) +185,381,154,Alaska +185,382,223,New York NY-NJ-CT-PA CSA (NY Part) +185,383,201,Boston MA-NH CSA (MA Part) +185,384,223,New York NY-NJ-CT-PA CSA (NY Part) +185,385,266,Washington DC-MD-VA-WV CSA (VA Part) +185,386,266,Washington DC-MD-VA-WV CSA (VA Part) +185,387,12,Chicago IL-IN-WI CSA (IL Part) +185,388,12,Chicago IL-IN-WI CSA (IL Part) +185,389,232,Cleveland OH CSA +185,390,12,Chicago IL-IN-WI CSA (IL Part) +185,391,266,Washington DC-MD-VA-WV CSA (VA Part) +185,392,12,Chicago IL-IN-WI CSA (IL Part) +185,393,12,Chicago IL-IN-WI CSA (IL Part) +185,394,217,New York NY-NJ-CT-PA CSA (NJ Part) +185,395,266,Washington DC-MD-VA-WV CSA (VA Part) +185,396,12,Chicago IL-IN-WI CSA (IL Part) +185,397,203,Detroit MI CSA +185,398,223,New York NY-NJ-CT-PA CSA (NY Part) +185,399,249,Memphis TN-MS-AR MSA (TN Part) +185,400,203,Detroit MI CSA +185,401,223,New York NY-NJ-CT-PA CSA (NY Part) +185,402,12,Chicago IL-IN-WI CSA (IL Part) +185,403,186,Indianapolis IN CSA +185,404,266,Washington DC-MD-VA-WV CSA (VA Part) +185,405,192,Remainder of Kentucky +185,406,12,Chicago IL-IN-WI CSA (IL Part) +185,407,201,Boston MA-NH CSA (MA Part) +185,408,12,Chicago IL-IN-WI CSA (IL Part) +185,409,176,Atlanta GA-AL CSA (GA Part) +185,410,12,Chicago IL-IN-WI CSA (IL Part) +185,411,186,Indianapolis IN CSA +185,412,12,Chicago IL-IN-WI CSA (IL Part) +185,413,159,Los Angeles CA CSA +185,414,249,Memphis TN-MS-AR MSA (TN Part) +185,415,223,New York NY-NJ-CT-PA CSA (NY Part) +185,416,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +185,417,12,Chicago IL-IN-WI CSA (IL Part) +185,418,154,Alaska +185,419,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +185,420,217,New York NY-NJ-CT-PA CSA (NJ Part) +185,421,12,Chicago IL-IN-WI CSA (IL Part) +185,422,192,Remainder of Kentucky +185,423,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +185,424,12,Chicago IL-IN-WI CSA (IL Part) +185,425,255,Dallas-Fort Worth TX CSA +185,426,173,Orlando FL CSA +185,427,172,Miami FL MSA +185,428,12,Chicago IL-IN-WI CSA (IL Part) +185,429,257,Houston TX CSA +185,430,223,New York NY-NJ-CT-PA CSA (NY Part) +185,431,201,Boston MA-NH CSA (MA Part) +185,432,217,New York NY-NJ-CT-PA CSA (NJ Part) +185,433,223,New York NY-NJ-CT-PA CSA (NY Part) +185,434,12,Chicago IL-IN-WI CSA (IL Part) +185,435,231,Cincinnati OH-KY-IN CSA (OH Part) +185,436,192,Remainder of Kentucky +185,437,223,New York NY-NJ-CT-PA CSA (NY Part) +185,438,191,Louisville KY-IN CSA (KY Part) +185,439,12,Chicago IL-IN-WI CSA (IL Part) +185,440,191,Louisville KY-IN CSA (KY Part) +185,441,191,Louisville KY-IN CSA (KY Part) +185,442,12,Chicago IL-IN-WI CSA (IL Part) +185,443,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +185,444,223,New York NY-NJ-CT-PA CSA (NY Part) +185,445,12,Chicago IL-IN-WI CSA (IL Part) +185,446,217,New York NY-NJ-CT-PA CSA (NJ Part) +185,447,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +185,448,223,New York NY-NJ-CT-PA CSA (NY Part) +185,449,12,Chicago IL-IN-WI CSA (IL Part) +185,450,266,Washington DC-MD-VA-WV CSA (VA Part) +185,451,266,Washington DC-MD-VA-WV CSA (VA Part) +185,452,12,Chicago IL-IN-WI CSA (IL Part) +185,453,191,Louisville KY-IN CSA (KY Part) +185,454,217,New York NY-NJ-CT-PA CSA (NJ Part) +185,455,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +185,456,268,Seattle WA CSA +185,457,217,New York NY-NJ-CT-PA CSA (NJ Part) +185,458,12,Chicago IL-IN-WI CSA (IL Part) +185,459,223,New York NY-NJ-CT-PA CSA (NY Part) +185,460,12,Chicago IL-IN-WI CSA (IL Part) +185,461,217,New York NY-NJ-CT-PA CSA (NJ Part) +185,462,217,New York NY-NJ-CT-PA CSA (NJ Part) +185,463,223,New York NY-NJ-CT-PA CSA (NY Part) +185,464,12,Chicago IL-IN-WI CSA (IL Part) +185,465,217,New York NY-NJ-CT-PA CSA (NJ Part) +185,466,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +185,467,223,New York NY-NJ-CT-PA CSA (NY Part) +185,468,154,Alaska +185,469,201,Boston MA-NH CSA (MA Part) +185,470,12,Chicago IL-IN-WI CSA (IL Part) +185,471,12,Chicago IL-IN-WI CSA (IL Part) +185,472,162,San Francisco CA CSA +185,473,12,Chicago IL-IN-WI CSA (IL Part) +185,474,266,Washington DC-MD-VA-WV CSA (VA Part) +185,475,12,Chicago IL-IN-WI CSA (IL Part) +185,476,12,Chicago IL-IN-WI CSA (IL Part) +185,477,217,New York NY-NJ-CT-PA CSA (NJ Part) +185,478,186,Indianapolis IN CSA +185,479,159,Los Angeles CA CSA +185,480,201,Boston MA-NH CSA (MA Part) +185,481,266,Washington DC-MD-VA-WV CSA (VA Part) +185,482,186,Indianapolis IN CSA +185,483,232,Cleveland OH CSA +185,484,172,Miami FL MSA +185,485,203,Detroit MI CSA +185,486,159,Los Angeles CA CSA +185,487,172,Miami FL MSA +185,488,186,Indianapolis IN CSA +185,489,231,Cincinnati OH-KY-IN CSA (OH Part) +185,490,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +185,491,266,Washington DC-MD-VA-WV CSA (VA Part) +186,274,12,Chicago IL-IN-WI CSA (IL Part) +186,275,191,Louisville KY-IN CSA (KY Part) +186,276,203,Detroit MI CSA +186,277,223,New York NY-NJ-CT-PA CSA (NY Part) +186,278,223,New York NY-NJ-CT-PA CSA (NY Part) +186,279,176,Atlanta GA-AL CSA (GA Part) +186,280,176,Atlanta GA-AL CSA (GA Part) +186,281,191,Louisville KY-IN CSA (KY Part) +186,282,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +186,283,231,Cincinnati OH-KY-IN CSA (OH Part) +186,284,12,Chicago IL-IN-WI CSA (IL Part) +186,285,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +186,286,12,Chicago IL-IN-WI CSA (IL Part) +186,287,176,Atlanta GA-AL CSA (GA Part) +186,288,231,Cincinnati OH-KY-IN CSA (OH Part) +186,289,223,New York NY-NJ-CT-PA CSA (NY Part) +186,290,191,Louisville KY-IN CSA (KY Part) +186,291,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +186,292,12,Chicago IL-IN-WI CSA (IL Part) +186,293,176,Atlanta GA-AL CSA (GA Part) +186,294,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +186,295,191,Louisville KY-IN CSA (KY Part) +186,296,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +186,297,245,Charleston SC MSA +186,298,217,New York NY-NJ-CT-PA CSA (NJ Part) +186,299,201,Boston MA-NH CSA (MA Part) +186,300,186,Indianapolis IN CSA +186,301,223,New York NY-NJ-CT-PA CSA (NY Part) +186,302,169,Delaware +186,303,191,Louisville KY-IN CSA (KY Part) +186,304,203,Detroit MI CSA +186,305,266,Washington DC-MD-VA-WV CSA (VA Part) +186,306,12,Chicago IL-IN-WI CSA (IL Part) +186,307,223,New York NY-NJ-CT-PA CSA (NY Part) +186,308,12,Chicago IL-IN-WI CSA (IL Part) +186,309,266,Washington DC-MD-VA-WV CSA (VA Part) +186,310,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +186,311,223,New York NY-NJ-CT-PA CSA (NY Part) +186,312,245,Charleston SC MSA +186,313,191,Louisville KY-IN CSA (KY Part) +186,314,223,New York NY-NJ-CT-PA CSA (NY Part) +186,315,172,Miami FL MSA +186,316,191,Louisville KY-IN CSA (KY Part) +186,317,12,Chicago IL-IN-WI CSA (IL Part) +186,318,12,Chicago IL-IN-WI CSA (IL Part) +186,319,176,Atlanta GA-AL CSA (GA Part) +186,320,223,New York NY-NJ-CT-PA CSA (NY Part) +186,321,223,New York NY-NJ-CT-PA CSA (NY Part) +186,322,192,Remainder of Kentucky +186,323,173,Orlando FL CSA +186,324,12,Chicago IL-IN-WI CSA (IL Part) +186,325,172,Miami FL MSA +186,326,172,Miami FL MSA +186,327,223,New York NY-NJ-CT-PA CSA (NY Part) +186,328,223,New York NY-NJ-CT-PA CSA (NY Part) +186,329,266,Washington DC-MD-VA-WV CSA (VA Part) +186,330,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +186,331,186,Indianapolis IN CSA +186,332,191,Louisville KY-IN CSA (KY Part) +186,333,172,Miami FL MSA +186,334,191,Louisville KY-IN CSA (KY Part) +186,335,223,New York NY-NJ-CT-PA CSA (NY Part) +186,336,249,Memphis TN-MS-AR MSA (TN Part) +186,337,191,Louisville KY-IN CSA (KY Part) +186,338,266,Washington DC-MD-VA-WV CSA (VA Part) +186,339,12,Chicago IL-IN-WI CSA (IL Part) +186,340,12,Chicago IL-IN-WI CSA (IL Part) +186,341,186,Indianapolis IN CSA +186,342,201,Boston MA-NH CSA (MA Part) +186,343,255,Dallas-Fort Worth TX CSA +186,344,12,Chicago IL-IN-WI CSA (IL Part) +186,345,217,New York NY-NJ-CT-PA CSA (NJ Part) +186,346,217,New York NY-NJ-CT-PA CSA (NJ Part) +186,347,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +186,348,169,Delaware +186,349,223,New York NY-NJ-CT-PA CSA (NY Part) +186,350,223,New York NY-NJ-CT-PA CSA (NY Part) +186,351,176,Atlanta GA-AL CSA (GA Part) +186,352,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +186,353,223,New York NY-NJ-CT-PA CSA (NY Part) +186,354,12,Chicago IL-IN-WI CSA (IL Part) +186,355,172,Miami FL MSA +186,356,195,New Orleans LA CSA +186,357,266,Washington DC-MD-VA-WV CSA (VA Part) +186,358,186,Indianapolis IN CSA +186,359,176,Atlanta GA-AL CSA (GA Part) +186,360,172,Miami FL MSA +186,361,223,New York NY-NJ-CT-PA CSA (NY Part) +186,362,192,Remainder of Kentucky +186,363,195,New Orleans LA CSA +186,364,217,New York NY-NJ-CT-PA CSA (NJ Part) +186,365,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +186,366,12,Chicago IL-IN-WI CSA (IL Part) +186,367,203,Detroit MI CSA +186,368,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +186,369,12,Chicago IL-IN-WI CSA (IL Part) +186,370,223,New York NY-NJ-CT-PA CSA (NY Part) +186,371,266,Washington DC-MD-VA-WV CSA (VA Part) +186,372,12,Chicago IL-IN-WI CSA (IL Part) +186,373,191,Louisville KY-IN CSA (KY Part) +186,374,154,Alaska +186,375,191,Louisville KY-IN CSA (KY Part) +186,376,232,Cleveland OH CSA +186,377,201,Boston MA-NH CSA (MA Part) +186,378,231,Cincinnati OH-KY-IN CSA (OH Part) +186,379,223,New York NY-NJ-CT-PA CSA (NY Part) +186,380,203,Detroit MI CSA +186,381,12,Chicago IL-IN-WI CSA (IL Part) +186,382,12,Chicago IL-IN-WI CSA (IL Part) +186,383,12,Chicago IL-IN-WI CSA (IL Part) +186,384,203,Detroit MI CSA +186,385,266,Washington DC-MD-VA-WV CSA (VA Part) +186,386,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +186,387,223,New York NY-NJ-CT-PA CSA (NY Part) +186,388,223,New York NY-NJ-CT-PA CSA (NY Part) +186,389,223,New York NY-NJ-CT-PA CSA (NY Part) +186,390,169,Delaware +186,391,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +186,392,154,Alaska +186,393,12,Chicago IL-IN-WI CSA (IL Part) +186,394,223,New York NY-NJ-CT-PA CSA (NY Part) +186,395,223,New York NY-NJ-CT-PA CSA (NY Part) +186,396,12,Chicago IL-IN-WI CSA (IL Part) +186,397,232,Cleveland OH CSA +186,398,266,Washington DC-MD-VA-WV CSA (VA Part) +186,399,255,Dallas-Fort Worth TX CSA +186,400,12,Chicago IL-IN-WI CSA (IL Part) +186,401,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +186,402,217,New York NY-NJ-CT-PA CSA (NJ Part) +186,403,192,Remainder of Kentucky +186,404,217,New York NY-NJ-CT-PA CSA (NJ Part) +186,405,176,Atlanta GA-AL CSA (GA Part) +186,406,201,Boston MA-NH CSA (MA Part) +186,407,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +186,408,12,Chicago IL-IN-WI CSA (IL Part) +186,409,172,Miami FL MSA +186,410,12,Chicago IL-IN-WI CSA (IL Part) +186,411,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +186,412,201,Boston MA-NH CSA (MA Part) +186,413,255,Dallas-Fort Worth TX CSA +186,414,173,Orlando FL CSA +186,415,223,New York NY-NJ-CT-PA CSA (NY Part) +186,416,223,New York NY-NJ-CT-PA CSA (NY Part) +186,417,162,San Francisco CA CSA +186,418,203,Detroit MI CSA +186,419,12,Chicago IL-IN-WI CSA (IL Part) +186,420,201,Boston MA-NH CSA (MA Part) +186,421,223,New York NY-NJ-CT-PA CSA (NY Part) +186,422,268,Seattle WA CSA +186,423,232,Cleveland OH CSA +186,424,172,Miami FL MSA +186,425,162,San Francisco CA CSA +186,426,172,Miami FL MSA +186,427,176,Atlanta GA-AL CSA (GA Part) +186,428,186,Indianapolis IN CSA +186,429,12,Chicago IL-IN-WI CSA (IL Part) +186,430,217,New York NY-NJ-CT-PA CSA (NJ Part) +186,431,266,Washington DC-MD-VA-WV CSA (VA Part) +186,432,266,Washington DC-MD-VA-WV CSA (VA Part) +186,433,266,Washington DC-MD-VA-WV CSA (VA Part) +186,434,223,New York NY-NJ-CT-PA CSA (NY Part) +186,435,12,Chicago IL-IN-WI CSA (IL Part) +186,436,266,Washington DC-MD-VA-WV CSA (VA Part) +186,437,191,Louisville KY-IN CSA (KY Part) +186,438,191,Louisville KY-IN CSA (KY Part) +186,439,172,Miami FL MSA +186,440,176,Atlanta GA-AL CSA (GA Part) +186,441,255,Dallas-Fort Worth TX CSA +186,442,223,New York NY-NJ-CT-PA CSA (NY Part) +186,443,223,New York NY-NJ-CT-PA CSA (NY Part) +186,444,232,Cleveland OH CSA +186,445,266,Washington DC-MD-VA-WV CSA (VA Part) +186,446,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +186,447,266,Washington DC-MD-VA-WV CSA (VA Part) +186,448,217,New York NY-NJ-CT-PA CSA (NJ Part) +186,449,268,Seattle WA CSA +186,450,231,Cincinnati OH-KY-IN CSA (OH Part) +186,451,12,Chicago IL-IN-WI CSA (IL Part) +186,452,223,New York NY-NJ-CT-PA CSA (NY Part) +186,453,232,Cleveland OH CSA +186,454,223,New York NY-NJ-CT-PA CSA (NY Part) +186,455,217,New York NY-NJ-CT-PA CSA (NJ Part) +186,456,154,Alaska +186,457,217,New York NY-NJ-CT-PA CSA (NJ Part) +186,458,223,New York NY-NJ-CT-PA CSA (NY Part) +186,459,223,New York NY-NJ-CT-PA CSA (NY Part) +186,460,223,New York NY-NJ-CT-PA CSA (NY Part) +186,461,226,Charlotte NC-SC CSA (NC Part) +186,462,203,Detroit MI CSA +186,463,12,Chicago IL-IN-WI CSA (IL Part) +186,464,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +186,465,201,Boston MA-NH CSA (MA Part) +186,466,186,Indianapolis IN CSA +186,467,192,Remainder of Kentucky +186,468,223,New York NY-NJ-CT-PA CSA (NY Part) +186,469,12,Chicago IL-IN-WI CSA (IL Part) +186,470,179,Honolulu HI MSA +186,471,223,New York NY-NJ-CT-PA CSA (NY Part) +186,472,162,San Francisco CA CSA +186,473,159,Los Angeles CA CSA +186,474,176,Atlanta GA-AL CSA (GA Part) +186,475,217,New York NY-NJ-CT-PA CSA (NJ Part) +186,476,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +186,477,12,Chicago IL-IN-WI CSA (IL Part) +186,478,191,Louisville KY-IN CSA (KY Part) +186,479,12,Chicago IL-IN-WI CSA (IL Part) +186,480,217,New York NY-NJ-CT-PA CSA (NJ Part) +186,481,12,Chicago IL-IN-WI CSA (IL Part) +186,482,203,Detroit MI CSA +186,483,12,Chicago IL-IN-WI CSA (IL Part) +186,484,191,Louisville KY-IN CSA (KY Part) +186,485,12,Chicago IL-IN-WI CSA (IL Part) +186,486,159,Los Angeles CA CSA +186,487,176,Atlanta GA-AL CSA (GA Part) +186,488,12,Chicago IL-IN-WI CSA (IL Part) +186,489,12,Chicago IL-IN-WI CSA (IL Part) +186,490,223,New York NY-NJ-CT-PA CSA (NY Part) +186,491,191,Louisville KY-IN CSA (KY Part) +187,274,12,Chicago IL-IN-WI CSA (IL Part) +187,275,169,Delaware +187,276,201,Boston MA-NH CSA (MA Part) +187,277,12,Chicago IL-IN-WI CSA (IL Part) +187,278,223,New York NY-NJ-CT-PA CSA (NY Part) +187,279,191,Louisville KY-IN CSA (KY Part) +187,280,266,Washington DC-MD-VA-WV CSA (VA Part) +187,281,186,Indianapolis IN CSA +187,282,12,Chicago IL-IN-WI CSA (IL Part) +187,283,172,Miami FL MSA +187,284,179,Honolulu HI MSA +187,285,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +187,286,186,Indianapolis IN CSA +187,287,176,Atlanta GA-AL CSA (GA Part) +187,288,12,Chicago IL-IN-WI CSA (IL Part) +187,289,12,Chicago IL-IN-WI CSA (IL Part) +187,290,203,Detroit MI CSA +187,291,203,Detroit MI CSA +187,292,201,Boston MA-NH CSA (MA Part) +187,293,191,Louisville KY-IN CSA (KY Part) +187,294,191,Louisville KY-IN CSA (KY Part) +187,295,266,Washington DC-MD-VA-WV CSA (VA Part) +187,296,186,Indianapolis IN CSA +187,297,172,Miami FL MSA +187,298,223,New York NY-NJ-CT-PA CSA (NY Part) +187,299,266,Washington DC-MD-VA-WV CSA (VA Part) +187,300,266,Washington DC-MD-VA-WV CSA (VA Part) +187,301,232,Cleveland OH CSA +187,302,176,Atlanta GA-AL CSA (GA Part) +187,303,217,New York NY-NJ-CT-PA CSA (NJ Part) +187,304,223,New York NY-NJ-CT-PA CSA (NY Part) +187,305,223,New York NY-NJ-CT-PA CSA (NY Part) +187,306,223,New York NY-NJ-CT-PA CSA (NY Part) +187,307,232,Cleveland OH CSA +187,308,223,New York NY-NJ-CT-PA CSA (NY Part) +187,309,223,New York NY-NJ-CT-PA CSA (NY Part) +187,310,12,Chicago IL-IN-WI CSA (IL Part) +187,311,217,New York NY-NJ-CT-PA CSA (NJ Part) +187,312,192,Remainder of Kentucky +187,313,223,New York NY-NJ-CT-PA CSA (NY Part) +187,314,223,New York NY-NJ-CT-PA CSA (NY Part) +187,315,176,Atlanta GA-AL CSA (GA Part) +187,316,12,Chicago IL-IN-WI CSA (IL Part) +187,317,12,Chicago IL-IN-WI CSA (IL Part) +187,318,154,Alaska +187,319,245,Charleston SC MSA +187,320,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +187,321,217,New York NY-NJ-CT-PA CSA (NJ Part) +187,322,176,Atlanta GA-AL CSA (GA Part) +187,323,191,Louisville KY-IN CSA (KY Part) +187,324,217,New York NY-NJ-CT-PA CSA (NJ Part) +187,325,186,Indianapolis IN CSA +187,326,176,Atlanta GA-AL CSA (GA Part) +187,327,232,Cleveland OH CSA +187,328,217,New York NY-NJ-CT-PA CSA (NJ Part) +187,329,223,New York NY-NJ-CT-PA CSA (NY Part) +187,330,12,Chicago IL-IN-WI CSA (IL Part) +187,331,223,New York NY-NJ-CT-PA CSA (NY Part) +187,332,176,Atlanta GA-AL CSA (GA Part) +187,333,176,Atlanta GA-AL CSA (GA Part) +187,334,249,Memphis TN-MS-AR MSA (TN Part) +187,335,217,New York NY-NJ-CT-PA CSA (NJ Part) +187,336,176,Atlanta GA-AL CSA (GA Part) +187,337,223,New York NY-NJ-CT-PA CSA (NY Part) +187,338,223,New York NY-NJ-CT-PA CSA (NY Part) +187,339,203,Detroit MI CSA +187,340,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +187,341,172,Miami FL MSA +187,342,12,Chicago IL-IN-WI CSA (IL Part) +187,343,186,Indianapolis IN CSA +187,344,12,Chicago IL-IN-WI CSA (IL Part) +187,345,201,Boston MA-NH CSA (MA Part) +187,346,203,Detroit MI CSA +187,347,217,New York NY-NJ-CT-PA CSA (NJ Part) +187,348,12,Chicago IL-IN-WI CSA (IL Part) +187,349,12,Chicago IL-IN-WI CSA (IL Part) +187,350,223,New York NY-NJ-CT-PA CSA (NY Part) +187,351,217,New York NY-NJ-CT-PA CSA (NJ Part) +187,352,223,New York NY-NJ-CT-PA CSA (NY Part) +187,353,231,Cincinnati OH-KY-IN CSA (OH Part) +187,354,12,Chicago IL-IN-WI CSA (IL Part) +187,355,203,Detroit MI CSA +187,356,257,Houston TX CSA +187,357,232,Cleveland OH CSA +187,358,223,New York NY-NJ-CT-PA CSA (NY Part) +187,359,172,Miami FL MSA +187,360,245,Charleston SC MSA +187,361,176,Atlanta GA-AL CSA (GA Part) +187,362,223,New York NY-NJ-CT-PA CSA (NY Part) +187,363,176,Atlanta GA-AL CSA (GA Part) +187,364,217,New York NY-NJ-CT-PA CSA (NJ Part) +187,365,201,Boston MA-NH CSA (MA Part) +187,366,223,New York NY-NJ-CT-PA CSA (NY Part) +187,367,268,Seattle WA CSA +187,368,223,New York NY-NJ-CT-PA CSA (NY Part) +187,369,223,New York NY-NJ-CT-PA CSA (NY Part) +187,370,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +187,371,266,Washington DC-MD-VA-WV CSA (VA Part) +187,372,201,Boston MA-NH CSA (MA Part) +187,373,172,Miami FL MSA +187,374,154,Alaska +187,375,169,Delaware +187,376,232,Cleveland OH CSA +187,377,201,Boston MA-NH CSA (MA Part) +187,378,217,New York NY-NJ-CT-PA CSA (NJ Part) +187,379,192,Remainder of Kentucky +187,380,223,New York NY-NJ-CT-PA CSA (NY Part) +187,381,266,Washington DC-MD-VA-WV CSA (VA Part) +187,382,217,New York NY-NJ-CT-PA CSA (NJ Part) +187,383,169,Delaware +187,384,217,New York NY-NJ-CT-PA CSA (NJ Part) +187,385,203,Detroit MI CSA +187,386,217,New York NY-NJ-CT-PA CSA (NJ Part) +187,387,266,Washington DC-MD-VA-WV CSA (VA Part) +187,388,12,Chicago IL-IN-WI CSA (IL Part) +187,389,217,New York NY-NJ-CT-PA CSA (NJ Part) +187,390,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +187,391,223,New York NY-NJ-CT-PA CSA (NY Part) +187,392,249,Memphis TN-MS-AR MSA (TN Part) +187,393,12,Chicago IL-IN-WI CSA (IL Part) +187,394,203,Detroit MI CSA +187,395,266,Washington DC-MD-VA-WV CSA (VA Part) +187,396,12,Chicago IL-IN-WI CSA (IL Part) +187,397,203,Detroit MI CSA +187,398,217,New York NY-NJ-CT-PA CSA (NJ Part) +187,399,249,Memphis TN-MS-AR MSA (TN Part) +187,400,159,Los Angeles CA CSA +187,401,12,Chicago IL-IN-WI CSA (IL Part) +187,402,223,New York NY-NJ-CT-PA CSA (NY Part) +187,403,191,Louisville KY-IN CSA (KY Part) +187,404,201,Boston MA-NH CSA (MA Part) +187,405,217,New York NY-NJ-CT-PA CSA (NJ Part) +187,406,223,New York NY-NJ-CT-PA CSA (NY Part) +187,407,223,New York NY-NJ-CT-PA CSA (NY Part) +187,408,249,Memphis TN-MS-AR MSA (TN Part) +187,409,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +187,410,162,San Francisco CA CSA +187,411,169,Delaware +187,412,223,New York NY-NJ-CT-PA CSA (NY Part) +187,413,159,Los Angeles CA CSA +187,414,191,Louisville KY-IN CSA (KY Part) +187,415,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +187,416,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +187,417,162,San Francisco CA CSA +187,418,12,Chicago IL-IN-WI CSA (IL Part) +187,419,217,New York NY-NJ-CT-PA CSA (NJ Part) +187,420,12,Chicago IL-IN-WI CSA (IL Part) +187,421,223,New York NY-NJ-CT-PA CSA (NY Part) +187,422,154,Alaska +187,423,217,New York NY-NJ-CT-PA CSA (NJ Part) +187,424,191,Louisville KY-IN CSA (KY Part) +187,425,162,San Francisco CA CSA +187,426,191,Louisville KY-IN CSA (KY Part) +187,427,191,Louisville KY-IN CSA (KY Part) +187,428,154,Alaska +187,429,232,Cleveland OH CSA +187,430,232,Cleveland OH CSA +187,431,232,Cleveland OH CSA +187,432,203,Detroit MI CSA +187,433,203,Detroit MI CSA +187,434,12,Chicago IL-IN-WI CSA (IL Part) +187,435,12,Chicago IL-IN-WI CSA (IL Part) +187,436,231,Cincinnati OH-KY-IN CSA (OH Part) +187,437,173,Orlando FL CSA +187,438,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +187,439,186,Indianapolis IN CSA +187,440,245,Charleston SC MSA +187,441,12,Chicago IL-IN-WI CSA (IL Part) +187,442,12,Chicago IL-IN-WI CSA (IL Part) +187,443,203,Detroit MI CSA +187,444,201,Boston MA-NH CSA (MA Part) +187,445,203,Detroit MI CSA +187,446,223,New York NY-NJ-CT-PA CSA (NY Part) +187,447,217,New York NY-NJ-CT-PA CSA (NJ Part) +187,448,191,Louisville KY-IN CSA (KY Part) +187,449,12,Chicago IL-IN-WI CSA (IL Part) +187,450,231,Cincinnati OH-KY-IN CSA (OH Part) +187,451,12,Chicago IL-IN-WI CSA (IL Part) +187,452,266,Washington DC-MD-VA-WV CSA (VA Part) +187,453,249,Memphis TN-MS-AR MSA (TN Part) +187,454,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +187,455,186,Indianapolis IN CSA +187,456,12,Chicago IL-IN-WI CSA (IL Part) +187,457,266,Washington DC-MD-VA-WV CSA (VA Part) +187,458,217,New York NY-NJ-CT-PA CSA (NJ Part) +187,459,223,New York NY-NJ-CT-PA CSA (NY Part) +187,460,223,New York NY-NJ-CT-PA CSA (NY Part) +187,461,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +187,462,232,Cleveland OH CSA +187,463,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +187,464,217,New York NY-NJ-CT-PA CSA (NJ Part) +187,465,217,New York NY-NJ-CT-PA CSA (NJ Part) +187,466,12,Chicago IL-IN-WI CSA (IL Part) +187,467,223,New York NY-NJ-CT-PA CSA (NY Part) +187,468,266,Washington DC-MD-VA-WV CSA (VA Part) +187,469,232,Cleveland OH CSA +187,470,159,Los Angeles CA CSA +187,471,201,Boston MA-NH CSA (MA Part) +187,472,268,Seattle WA CSA +187,473,203,Detroit MI CSA +187,474,232,Cleveland OH CSA +187,475,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +187,476,223,New York NY-NJ-CT-PA CSA (NY Part) +187,477,223,New York NY-NJ-CT-PA CSA (NY Part) +187,478,226,Charlotte NC-SC CSA (NC Part) +187,479,255,Dallas-Fort Worth TX CSA +187,480,266,Washington DC-MD-VA-WV CSA (VA Part) +187,481,217,New York NY-NJ-CT-PA CSA (NJ Part) +187,482,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +187,483,223,New York NY-NJ-CT-PA CSA (NY Part) +187,484,266,Washington DC-MD-VA-WV CSA (VA Part) +187,485,203,Detroit MI CSA +187,486,12,Chicago IL-IN-WI CSA (IL Part) +187,487,232,Cleveland OH CSA +187,488,223,New York NY-NJ-CT-PA CSA (NY Part) +187,489,12,Chicago IL-IN-WI CSA (IL Part) +187,490,223,New York NY-NJ-CT-PA CSA (NY Part) +187,491,223,New York NY-NJ-CT-PA CSA (NY Part) +188,274,12,Chicago IL-IN-WI CSA (IL Part) +188,275,223,New York NY-NJ-CT-PA CSA (NY Part) +188,276,12,Chicago IL-IN-WI CSA (IL Part) +188,277,217,New York NY-NJ-CT-PA CSA (NJ Part) +188,278,12,Chicago IL-IN-WI CSA (IL Part) +188,279,249,Memphis TN-MS-AR MSA (TN Part) +188,280,172,Miami FL MSA +188,281,249,Memphis TN-MS-AR MSA (TN Part) +188,282,232,Cleveland OH CSA +188,283,249,Memphis TN-MS-AR MSA (TN Part) +188,284,179,Honolulu HI MSA +188,285,223,New York NY-NJ-CT-PA CSA (NY Part) +188,286,266,Washington DC-MD-VA-WV CSA (VA Part) +188,287,176,Atlanta GA-AL CSA (GA Part) +188,288,203,Detroit MI CSA +188,289,203,Detroit MI CSA +188,290,176,Atlanta GA-AL CSA (GA Part) +188,291,217,New York NY-NJ-CT-PA CSA (NJ Part) +188,292,223,New York NY-NJ-CT-PA CSA (NY Part) +188,293,191,Louisville KY-IN CSA (KY Part) +188,294,223,New York NY-NJ-CT-PA CSA (NY Part) +188,295,217,New York NY-NJ-CT-PA CSA (NJ Part) +188,296,154,Alaska +188,297,249,Memphis TN-MS-AR MSA (TN Part) +188,298,12,Chicago IL-IN-WI CSA (IL Part) +188,299,191,Louisville KY-IN CSA (KY Part) +188,300,172,Miami FL MSA +188,301,12,Chicago IL-IN-WI CSA (IL Part) +188,302,172,Miami FL MSA +188,303,12,Chicago IL-IN-WI CSA (IL Part) +188,304,12,Chicago IL-IN-WI CSA (IL Part) +188,305,217,New York NY-NJ-CT-PA CSA (NJ Part) +188,306,232,Cleveland OH CSA +188,307,266,Washington DC-MD-VA-WV CSA (VA Part) +188,308,154,Alaska +188,309,223,New York NY-NJ-CT-PA CSA (NY Part) +188,310,12,Chicago IL-IN-WI CSA (IL Part) +188,311,203,Detroit MI CSA +188,312,249,Memphis TN-MS-AR MSA (TN Part) +188,313,191,Louisville KY-IN CSA (KY Part) +188,314,217,New York NY-NJ-CT-PA CSA (NJ Part) +188,315,12,Chicago IL-IN-WI CSA (IL Part) +188,316,12,Chicago IL-IN-WI CSA (IL Part) +188,317,154,Alaska +188,318,164,Denver CO CSA +188,319,12,Chicago IL-IN-WI CSA (IL Part) +188,320,12,Chicago IL-IN-WI CSA (IL Part) +188,321,201,Boston MA-NH CSA (MA Part) +188,322,159,Los Angeles CA CSA +188,323,176,Atlanta GA-AL CSA (GA Part) +188,324,266,Washington DC-MD-VA-WV CSA (VA Part) +188,325,249,Memphis TN-MS-AR MSA (TN Part) +188,326,191,Louisville KY-IN CSA (KY Part) +188,327,201,Boston MA-NH CSA (MA Part) +188,328,203,Detroit MI CSA +188,329,217,New York NY-NJ-CT-PA CSA (NJ Part) +188,330,12,Chicago IL-IN-WI CSA (IL Part) +188,331,203,Detroit MI CSA +188,332,176,Atlanta GA-AL CSA (GA Part) +188,333,191,Louisville KY-IN CSA (KY Part) +188,334,249,Memphis TN-MS-AR MSA (TN Part) +188,335,12,Chicago IL-IN-WI CSA (IL Part) +188,336,249,Memphis TN-MS-AR MSA (TN Part) +188,337,231,Cincinnati OH-KY-IN CSA (OH Part) +188,338,203,Detroit MI CSA +188,339,12,Chicago IL-IN-WI CSA (IL Part) +188,340,223,New York NY-NJ-CT-PA CSA (NY Part) +188,341,173,Orlando FL CSA +188,342,12,Chicago IL-IN-WI CSA (IL Part) +188,343,186,Indianapolis IN CSA +188,344,203,Detroit MI CSA +188,345,12,Chicago IL-IN-WI CSA (IL Part) +188,346,191,Louisville KY-IN CSA (KY Part) +188,347,232,Cleveland OH CSA +188,348,12,Chicago IL-IN-WI CSA (IL Part) +188,349,217,New York NY-NJ-CT-PA CSA (NJ Part) +188,350,266,Washington DC-MD-VA-WV CSA (VA Part) +188,351,245,Charleston SC MSA +188,352,12,Chicago IL-IN-WI CSA (IL Part) +188,353,12,Chicago IL-IN-WI CSA (IL Part) +188,354,12,Chicago IL-IN-WI CSA (IL Part) +188,355,153,Remainder of Alabama +188,356,257,Houston TX CSA +188,357,12,Chicago IL-IN-WI CSA (IL Part) +188,358,266,Washington DC-MD-VA-WV CSA (VA Part) +188,359,172,Miami FL MSA +188,360,176,Atlanta GA-AL CSA (GA Part) +188,361,12,Chicago IL-IN-WI CSA (IL Part) +188,362,223,New York NY-NJ-CT-PA CSA (NY Part) +188,363,249,Memphis TN-MS-AR MSA (TN Part) +188,364,223,New York NY-NJ-CT-PA CSA (NY Part) +188,365,12,Chicago IL-IN-WI CSA (IL Part) +188,366,12,Chicago IL-IN-WI CSA (IL Part) +188,367,162,San Francisco CA CSA +188,368,223,New York NY-NJ-CT-PA CSA (NY Part) +188,369,12,Chicago IL-IN-WI CSA (IL Part) +188,370,231,Cincinnati OH-KY-IN CSA (OH Part) +188,371,192,Remainder of Kentucky +188,372,12,Chicago IL-IN-WI CSA (IL Part) +188,373,172,Miami FL MSA +188,374,154,Alaska +188,375,223,New York NY-NJ-CT-PA CSA (NY Part) +188,376,12,Chicago IL-IN-WI CSA (IL Part) +188,377,203,Detroit MI CSA +188,378,203,Detroit MI CSA +188,379,12,Chicago IL-IN-WI CSA (IL Part) +188,380,12,Chicago IL-IN-WI CSA (IL Part) +188,381,154,Alaska +188,382,12,Chicago IL-IN-WI CSA (IL Part) +188,383,223,New York NY-NJ-CT-PA CSA (NY Part) +188,384,192,Remainder of Kentucky +188,385,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +188,386,12,Chicago IL-IN-WI CSA (IL Part) +188,387,223,New York NY-NJ-CT-PA CSA (NY Part) +188,388,12,Chicago IL-IN-WI CSA (IL Part) +188,389,232,Cleveland OH CSA +188,390,12,Chicago IL-IN-WI CSA (IL Part) +188,391,217,New York NY-NJ-CT-PA CSA (NJ Part) +188,392,12,Chicago IL-IN-WI CSA (IL Part) +188,393,12,Chicago IL-IN-WI CSA (IL Part) +188,394,266,Washington DC-MD-VA-WV CSA (VA Part) +188,395,223,New York NY-NJ-CT-PA CSA (NY Part) +188,396,12,Chicago IL-IN-WI CSA (IL Part) +188,397,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +188,398,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +188,399,257,Houston TX CSA +188,400,159,Los Angeles CA CSA +188,401,201,Boston MA-NH CSA (MA Part) +188,402,12,Chicago IL-IN-WI CSA (IL Part) +188,403,154,Alaska +188,404,169,Delaware +188,405,249,Memphis TN-MS-AR MSA (TN Part) +188,406,12,Chicago IL-IN-WI CSA (IL Part) +188,407,223,New York NY-NJ-CT-PA CSA (NY Part) +188,408,154,Alaska +188,409,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +188,410,179,Honolulu HI MSA +188,411,12,Chicago IL-IN-WI CSA (IL Part) +188,412,217,New York NY-NJ-CT-PA CSA (NJ Part) +188,413,179,Honolulu HI MSA +188,414,255,Dallas-Fort Worth TX CSA +188,415,203,Detroit MI CSA +188,416,12,Chicago IL-IN-WI CSA (IL Part) +188,417,162,San Francisco CA CSA +188,418,154,Alaska +188,419,223,New York NY-NJ-CT-PA CSA (NY Part) +188,420,12,Chicago IL-IN-WI CSA (IL Part) +188,421,203,Detroit MI CSA +188,422,154,Alaska +188,423,201,Boston MA-NH CSA (MA Part) +188,424,226,Charlotte NC-SC CSA (NC Part) +188,425,12,Chicago IL-IN-WI CSA (IL Part) +188,426,249,Memphis TN-MS-AR MSA (TN Part) +188,427,255,Dallas-Fort Worth TX CSA +188,428,154,Alaska +188,429,249,Memphis TN-MS-AR MSA (TN Part) +188,430,12,Chicago IL-IN-WI CSA (IL Part) +188,431,223,New York NY-NJ-CT-PA CSA (NY Part) +188,432,266,Washington DC-MD-VA-WV CSA (VA Part) +188,433,176,Atlanta GA-AL CSA (GA Part) +188,434,217,New York NY-NJ-CT-PA CSA (NJ Part) +188,435,12,Chicago IL-IN-WI CSA (IL Part) +188,436,223,New York NY-NJ-CT-PA CSA (NY Part) +188,437,201,Boston MA-NH CSA (MA Part) +188,438,172,Miami FL MSA +188,439,172,Miami FL MSA +188,440,191,Louisville KY-IN CSA (KY Part) +188,441,159,Los Angeles CA CSA +188,442,12,Chicago IL-IN-WI CSA (IL Part) +188,443,223,New York NY-NJ-CT-PA CSA (NY Part) +188,444,223,New York NY-NJ-CT-PA CSA (NY Part) +188,445,223,New York NY-NJ-CT-PA CSA (NY Part) +188,446,12,Chicago IL-IN-WI CSA (IL Part) +188,447,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +188,448,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +188,449,154,Alaska +188,450,153,Remainder of Alabama +188,451,12,Chicago IL-IN-WI CSA (IL Part) +188,452,217,New York NY-NJ-CT-PA CSA (NJ Part) +188,453,159,Los Angeles CA CSA +188,454,223,New York NY-NJ-CT-PA CSA (NY Part) +188,455,223,New York NY-NJ-CT-PA CSA (NY Part) +188,456,159,Los Angeles CA CSA +188,457,203,Detroit MI CSA +188,458,223,New York NY-NJ-CT-PA CSA (NY Part) +188,459,12,Chicago IL-IN-WI CSA (IL Part) +188,460,191,Louisville KY-IN CSA (KY Part) +188,461,172,Miami FL MSA +188,462,266,Washington DC-MD-VA-WV CSA (VA Part) +188,463,12,Chicago IL-IN-WI CSA (IL Part) +188,464,12,Chicago IL-IN-WI CSA (IL Part) +188,465,223,New York NY-NJ-CT-PA CSA (NY Part) +188,466,186,Indianapolis IN CSA +188,467,203,Detroit MI CSA +188,468,154,Alaska +188,469,12,Chicago IL-IN-WI CSA (IL Part) +188,470,186,Indianapolis IN CSA +188,471,12,Chicago IL-IN-WI CSA (IL Part) +188,472,159,Los Angeles CA CSA +188,473,159,Los Angeles CA CSA +188,474,176,Atlanta GA-AL CSA (GA Part) +188,475,12,Chicago IL-IN-WI CSA (IL Part) +188,476,217,New York NY-NJ-CT-PA CSA (NJ Part) +188,477,203,Detroit MI CSA +188,478,226,Charlotte NC-SC CSA (NC Part) +188,479,249,Memphis TN-MS-AR MSA (TN Part) +188,480,191,Louisville KY-IN CSA (KY Part) +188,481,191,Louisville KY-IN CSA (KY Part) +188,482,217,New York NY-NJ-CT-PA CSA (NJ Part) +188,483,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +188,484,195,New Orleans LA CSA +188,485,249,Memphis TN-MS-AR MSA (TN Part) +188,486,159,Los Angeles CA CSA +188,487,176,Atlanta GA-AL CSA (GA Part) +188,488,154,Alaska +188,489,12,Chicago IL-IN-WI CSA (IL Part) +188,490,186,Indianapolis IN CSA +188,491,217,New York NY-NJ-CT-PA CSA (NJ Part) +189,274,231,Cincinnati OH-KY-IN CSA (OH Part) +189,275,223,New York NY-NJ-CT-PA CSA (NY Part) +189,276,203,Detroit MI CSA +189,277,191,Louisville KY-IN CSA (KY Part) +189,278,12,Chicago IL-IN-WI CSA (IL Part) +189,279,176,Atlanta GA-AL CSA (GA Part) +189,280,176,Atlanta GA-AL CSA (GA Part) +189,281,176,Atlanta GA-AL CSA (GA Part) +189,282,217,New York NY-NJ-CT-PA CSA (NJ Part) +189,283,172,Miami FL MSA +189,284,179,Honolulu HI MSA +189,285,223,New York NY-NJ-CT-PA CSA (NY Part) +189,286,12,Chicago IL-IN-WI CSA (IL Part) +189,287,172,Miami FL MSA +189,288,192,Remainder of Kentucky +189,289,154,Alaska +189,290,176,Atlanta GA-AL CSA (GA Part) +189,291,12,Chicago IL-IN-WI CSA (IL Part) +189,292,223,New York NY-NJ-CT-PA CSA (NY Part) +189,293,195,New Orleans LA CSA +189,294,201,Boston MA-NH CSA (MA Part) +189,295,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +189,296,12,Chicago IL-IN-WI CSA (IL Part) +189,297,191,Louisville KY-IN CSA (KY Part) +189,298,12,Chicago IL-IN-WI CSA (IL Part) +189,299,176,Atlanta GA-AL CSA (GA Part) +189,300,249,Memphis TN-MS-AR MSA (TN Part) +189,301,12,Chicago IL-IN-WI CSA (IL Part) +189,302,173,Orlando FL CSA +189,303,154,Alaska +189,304,12,Chicago IL-IN-WI CSA (IL Part) +189,305,232,Cleveland OH CSA +189,306,12,Chicago IL-IN-WI CSA (IL Part) +189,307,223,New York NY-NJ-CT-PA CSA (NY Part) +189,308,12,Chicago IL-IN-WI CSA (IL Part) +189,309,12,Chicago IL-IN-WI CSA (IL Part) +189,310,186,Indianapolis IN CSA +189,311,249,Memphis TN-MS-AR MSA (TN Part) +189,312,153,Remainder of Alabama +189,313,12,Chicago IL-IN-WI CSA (IL Part) +189,314,223,New York NY-NJ-CT-PA CSA (NY Part) +189,315,249,Memphis TN-MS-AR MSA (TN Part) +189,316,154,Alaska +189,317,191,Louisville KY-IN CSA (KY Part) +189,318,162,San Francisco CA CSA +189,319,176,Atlanta GA-AL CSA (GA Part) +189,320,231,Cincinnati OH-KY-IN CSA (OH Part) +189,321,217,New York NY-NJ-CT-PA CSA (NJ Part) +189,322,162,San Francisco CA CSA +189,323,176,Atlanta GA-AL CSA (GA Part) +189,324,192,Remainder of Kentucky +189,325,172,Miami FL MSA +189,326,249,Memphis TN-MS-AR MSA (TN Part) +189,327,12,Chicago IL-IN-WI CSA (IL Part) +189,328,12,Chicago IL-IN-WI CSA (IL Part) +189,329,12,Chicago IL-IN-WI CSA (IL Part) +189,330,186,Indianapolis IN CSA +189,331,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +189,332,172,Miami FL MSA +189,333,172,Miami FL MSA +189,334,172,Miami FL MSA +189,335,223,New York NY-NJ-CT-PA CSA (NY Part) +189,336,255,Dallas-Fort Worth TX CSA +189,337,203,Detroit MI CSA +189,338,12,Chicago IL-IN-WI CSA (IL Part) +189,339,12,Chicago IL-IN-WI CSA (IL Part) +189,340,217,New York NY-NJ-CT-PA CSA (NJ Part) +189,341,249,Memphis TN-MS-AR MSA (TN Part) +189,342,12,Chicago IL-IN-WI CSA (IL Part) +189,343,268,Seattle WA CSA +189,344,203,Detroit MI CSA +189,345,223,New York NY-NJ-CT-PA CSA (NY Part) +189,346,257,Houston TX CSA +189,347,203,Detroit MI CSA +189,348,217,New York NY-NJ-CT-PA CSA (NJ Part) +189,349,192,Remainder of Kentucky +189,350,191,Louisville KY-IN CSA (KY Part) +189,351,217,New York NY-NJ-CT-PA CSA (NJ Part) +189,352,223,New York NY-NJ-CT-PA CSA (NY Part) +189,353,266,Washington DC-MD-VA-WV CSA (VA Part) +189,354,203,Detroit MI CSA +189,355,191,Louisville KY-IN CSA (KY Part) +189,356,195,New Orleans LA CSA +189,357,223,New York NY-NJ-CT-PA CSA (NY Part) +189,358,266,Washington DC-MD-VA-WV CSA (VA Part) +189,359,249,Memphis TN-MS-AR MSA (TN Part) +189,360,172,Miami FL MSA +189,361,172,Miami FL MSA +189,362,232,Cleveland OH CSA +189,363,176,Atlanta GA-AL CSA (GA Part) +189,364,217,New York NY-NJ-CT-PA CSA (NJ Part) +189,365,12,Chicago IL-IN-WI CSA (IL Part) +189,366,12,Chicago IL-IN-WI CSA (IL Part) +189,367,164,Denver CO CSA +189,368,232,Cleveland OH CSA +189,369,12,Chicago IL-IN-WI CSA (IL Part) +189,370,217,New York NY-NJ-CT-PA CSA (NJ Part) +189,371,223,New York NY-NJ-CT-PA CSA (NY Part) +189,372,12,Chicago IL-IN-WI CSA (IL Part) +189,373,249,Memphis TN-MS-AR MSA (TN Part) +189,374,162,San Francisco CA CSA +189,375,203,Detroit MI CSA +189,376,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +189,377,226,Charlotte NC-SC CSA (NC Part) +189,378,172,Miami FL MSA +189,379,223,New York NY-NJ-CT-PA CSA (NY Part) +189,380,232,Cleveland OH CSA +189,381,186,Indianapolis IN CSA +189,382,217,New York NY-NJ-CT-PA CSA (NJ Part) +189,383,12,Chicago IL-IN-WI CSA (IL Part) +189,384,12,Chicago IL-IN-WI CSA (IL Part) +189,385,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +189,386,223,New York NY-NJ-CT-PA CSA (NY Part) +189,387,266,Washington DC-MD-VA-WV CSA (VA Part) +189,388,223,New York NY-NJ-CT-PA CSA (NY Part) +189,389,223,New York NY-NJ-CT-PA CSA (NY Part) +189,390,192,Remainder of Kentucky +189,391,217,New York NY-NJ-CT-PA CSA (NJ Part) +189,392,154,Alaska +189,393,176,Atlanta GA-AL CSA (GA Part) +189,394,231,Cincinnati OH-KY-IN CSA (OH Part) +189,395,223,New York NY-NJ-CT-PA CSA (NY Part) +189,396,159,Los Angeles CA CSA +189,397,223,New York NY-NJ-CT-PA CSA (NY Part) +189,398,12,Chicago IL-IN-WI CSA (IL Part) +189,399,257,Houston TX CSA +189,400,268,Seattle WA CSA +189,401,266,Washington DC-MD-VA-WV CSA (VA Part) +189,402,203,Detroit MI CSA +189,403,154,Alaska +189,404,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +189,405,172,Miami FL MSA +189,406,191,Louisville KY-IN CSA (KY Part) +189,407,231,Cincinnati OH-KY-IN CSA (OH Part) +189,408,154,Alaska +189,409,217,New York NY-NJ-CT-PA CSA (NJ Part) +189,410,162,San Francisco CA CSA +189,411,12,Chicago IL-IN-WI CSA (IL Part) +189,412,12,Chicago IL-IN-WI CSA (IL Part) +189,413,257,Houston TX CSA +189,414,153,Remainder of Alabama +189,415,232,Cleveland OH CSA +189,416,223,New York NY-NJ-CT-PA CSA (NY Part) +189,417,159,Los Angeles CA CSA +189,418,255,Dallas-Fort Worth TX CSA +189,419,12,Chicago IL-IN-WI CSA (IL Part) +189,420,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +189,421,164,Denver CO CSA +189,422,162,San Francisco CA CSA +189,423,226,Charlotte NC-SC CSA (NC Part) +189,424,172,Miami FL MSA +189,425,179,Honolulu HI MSA +189,426,172,Miami FL MSA +189,427,172,Miami FL MSA +189,428,255,Dallas-Fort Worth TX CSA +189,429,164,Denver CO CSA +189,430,223,New York NY-NJ-CT-PA CSA (NY Part) +189,431,12,Chicago IL-IN-WI CSA (IL Part) +189,432,12,Chicago IL-IN-WI CSA (IL Part) +189,433,186,Indianapolis IN CSA +189,434,12,Chicago IL-IN-WI CSA (IL Part) +189,435,12,Chicago IL-IN-WI CSA (IL Part) +189,436,266,Washington DC-MD-VA-WV CSA (VA Part) +189,437,153,Remainder of Alabama +189,438,153,Remainder of Alabama +189,439,172,Miami FL MSA +189,440,249,Memphis TN-MS-AR MSA (TN Part) +189,441,159,Los Angeles CA CSA +189,442,12,Chicago IL-IN-WI CSA (IL Part) +189,443,12,Chicago IL-IN-WI CSA (IL Part) +189,444,266,Washington DC-MD-VA-WV CSA (VA Part) +189,445,203,Detroit MI CSA +189,446,12,Chicago IL-IN-WI CSA (IL Part) +189,447,191,Louisville KY-IN CSA (KY Part) +189,448,191,Louisville KY-IN CSA (KY Part) +189,449,154,Alaska +189,450,249,Memphis TN-MS-AR MSA (TN Part) +189,451,223,New York NY-NJ-CT-PA CSA (NY Part) +189,452,203,Detroit MI CSA +189,453,162,San Francisco CA CSA +189,454,217,New York NY-NJ-CT-PA CSA (NJ Part) +189,455,191,Louisville KY-IN CSA (KY Part) +189,456,154,Alaska +189,457,12,Chicago IL-IN-WI CSA (IL Part) +189,458,266,Washington DC-MD-VA-WV CSA (VA Part) +189,459,266,Washington DC-MD-VA-WV CSA (VA Part) +189,460,217,New York NY-NJ-CT-PA CSA (NJ Part) +189,461,176,Atlanta GA-AL CSA (GA Part) +189,462,12,Chicago IL-IN-WI CSA (IL Part) +189,463,12,Chicago IL-IN-WI CSA (IL Part) +189,464,223,New York NY-NJ-CT-PA CSA (NY Part) +189,465,223,New York NY-NJ-CT-PA CSA (NY Part) +189,466,203,Detroit MI CSA +189,467,223,New York NY-NJ-CT-PA CSA (NY Part) +189,468,154,Alaska +189,469,266,Washington DC-MD-VA-WV CSA (VA Part) +189,470,154,Alaska +189,471,203,Detroit MI CSA +189,472,159,Los Angeles CA CSA +189,473,249,Memphis TN-MS-AR MSA (TN Part) +189,474,172,Miami FL MSA +189,475,191,Louisville KY-IN CSA (KY Part) +189,476,12,Chicago IL-IN-WI CSA (IL Part) +189,477,201,Boston MA-NH CSA (MA Part) +189,478,249,Memphis TN-MS-AR MSA (TN Part) +189,479,162,San Francisco CA CSA +189,480,266,Washington DC-MD-VA-WV CSA (VA Part) +189,481,217,New York NY-NJ-CT-PA CSA (NJ Part) +189,482,266,Washington DC-MD-VA-WV CSA (VA Part) +189,483,12,Chicago IL-IN-WI CSA (IL Part) +189,484,226,Charlotte NC-SC CSA (NC Part) +189,485,12,Chicago IL-IN-WI CSA (IL Part) +189,486,159,Los Angeles CA CSA +189,487,172,Miami FL MSA +189,488,154,Alaska +189,489,12,Chicago IL-IN-WI CSA (IL Part) +189,490,176,Atlanta GA-AL CSA (GA Part) +189,491,12,Chicago IL-IN-WI CSA (IL Part) +190,274,12,Chicago IL-IN-WI CSA (IL Part) +190,275,266,Washington DC-MD-VA-WV CSA (VA Part) +190,276,223,New York NY-NJ-CT-PA CSA (NY Part) +190,277,12,Chicago IL-IN-WI CSA (IL Part) +190,278,12,Chicago IL-IN-WI CSA (IL Part) +190,279,176,Atlanta GA-AL CSA (GA Part) +190,280,172,Miami FL MSA +190,281,172,Miami FL MSA +190,282,12,Chicago IL-IN-WI CSA (IL Part) +190,283,172,Miami FL MSA +190,284,162,San Francisco CA CSA +190,285,223,New York NY-NJ-CT-PA CSA (NY Part) +190,286,12,Chicago IL-IN-WI CSA (IL Part) +190,287,173,Orlando FL CSA +190,288,223,New York NY-NJ-CT-PA CSA (NY Part) +190,289,154,Alaska +190,290,172,Miami FL MSA +190,291,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +190,292,201,Boston MA-NH CSA (MA Part) +190,293,153,Remainder of Alabama +190,294,12,Chicago IL-IN-WI CSA (IL Part) +190,295,249,Memphis TN-MS-AR MSA (TN Part) +190,296,154,Alaska +190,297,249,Memphis TN-MS-AR MSA (TN Part) +190,298,12,Chicago IL-IN-WI CSA (IL Part) +190,299,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +190,300,172,Miami FL MSA +190,301,12,Chicago IL-IN-WI CSA (IL Part) +190,302,249,Memphis TN-MS-AR MSA (TN Part) +190,303,268,Seattle WA CSA +190,304,223,New York NY-NJ-CT-PA CSA (NY Part) +190,305,217,New York NY-NJ-CT-PA CSA (NJ Part) +190,306,201,Boston MA-NH CSA (MA Part) +190,307,176,Atlanta GA-AL CSA (GA Part) +190,308,154,Alaska +190,309,12,Chicago IL-IN-WI CSA (IL Part) +190,310,12,Chicago IL-IN-WI CSA (IL Part) +190,311,191,Louisville KY-IN CSA (KY Part) +190,312,249,Memphis TN-MS-AR MSA (TN Part) +190,313,223,New York NY-NJ-CT-PA CSA (NY Part) +190,314,12,Chicago IL-IN-WI CSA (IL Part) +190,315,172,Miami FL MSA +190,316,154,Alaska +190,317,159,Los Angeles CA CSA +190,318,159,Los Angeles CA CSA +190,319,249,Memphis TN-MS-AR MSA (TN Part) +190,320,223,New York NY-NJ-CT-PA CSA (NY Part) +190,321,223,New York NY-NJ-CT-PA CSA (NY Part) +190,322,159,Los Angeles CA CSA +190,323,176,Atlanta GA-AL CSA (GA Part) +190,324,223,New York NY-NJ-CT-PA CSA (NY Part) +190,325,172,Miami FL MSA +190,326,172,Miami FL MSA +190,327,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +190,328,223,New York NY-NJ-CT-PA CSA (NY Part) +190,329,217,New York NY-NJ-CT-PA CSA (NJ Part) +190,330,217,New York NY-NJ-CT-PA CSA (NJ Part) +190,331,266,Washington DC-MD-VA-WV CSA (VA Part) +190,332,249,Memphis TN-MS-AR MSA (TN Part) +190,333,172,Miami FL MSA +190,334,195,New Orleans LA CSA +190,335,266,Washington DC-MD-VA-WV CSA (VA Part) +190,336,249,Memphis TN-MS-AR MSA (TN Part) +190,337,217,New York NY-NJ-CT-PA CSA (NJ Part) +190,338,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +190,339,12,Chicago IL-IN-WI CSA (IL Part) +190,340,266,Washington DC-MD-VA-WV CSA (VA Part) +190,341,249,Memphis TN-MS-AR MSA (TN Part) +190,342,186,Indianapolis IN CSA +190,343,159,Los Angeles CA CSA +190,344,12,Chicago IL-IN-WI CSA (IL Part) +190,345,232,Cleveland OH CSA +190,346,12,Chicago IL-IN-WI CSA (IL Part) +190,347,232,Cleveland OH CSA +190,348,217,New York NY-NJ-CT-PA CSA (NJ Part) +190,349,191,Louisville KY-IN CSA (KY Part) +190,350,223,New York NY-NJ-CT-PA CSA (NY Part) +190,351,173,Orlando FL CSA +190,352,217,New York NY-NJ-CT-PA CSA (NJ Part) +190,353,223,New York NY-NJ-CT-PA CSA (NY Part) +190,354,12,Chicago IL-IN-WI CSA (IL Part) +190,355,172,Miami FL MSA +190,356,257,Houston TX CSA +190,357,223,New York NY-NJ-CT-PA CSA (NY Part) +190,358,186,Indianapolis IN CSA +190,359,249,Memphis TN-MS-AR MSA (TN Part) +190,360,172,Miami FL MSA +190,361,255,Dallas-Fort Worth TX CSA +190,362,266,Washington DC-MD-VA-WV CSA (VA Part) +190,363,255,Dallas-Fort Worth TX CSA +190,364,231,Cincinnati OH-KY-IN CSA (OH Part) +190,365,203,Detroit MI CSA +190,366,255,Dallas-Fort Worth TX CSA +190,367,159,Los Angeles CA CSA +190,368,217,New York NY-NJ-CT-PA CSA (NJ Part) +190,369,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +190,370,203,Detroit MI CSA +190,371,217,New York NY-NJ-CT-PA CSA (NJ Part) +190,372,249,Memphis TN-MS-AR MSA (TN Part) +190,373,176,Atlanta GA-AL CSA (GA Part) +190,374,154,Alaska +190,375,223,New York NY-NJ-CT-PA CSA (NY Part) +190,376,12,Chicago IL-IN-WI CSA (IL Part) +190,377,201,Boston MA-NH CSA (MA Part) +190,378,245,Charleston SC MSA +190,379,232,Cleveland OH CSA +190,380,12,Chicago IL-IN-WI CSA (IL Part) +190,381,162,San Francisco CA CSA +190,382,201,Boston MA-NH CSA (MA Part) +190,383,12,Chicago IL-IN-WI CSA (IL Part) +190,384,217,New York NY-NJ-CT-PA CSA (NJ Part) +190,385,12,Chicago IL-IN-WI CSA (IL Part) +190,386,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +190,387,217,New York NY-NJ-CT-PA CSA (NJ Part) +190,388,223,New York NY-NJ-CT-PA CSA (NY Part) +190,389,12,Chicago IL-IN-WI CSA (IL Part) +190,390,176,Atlanta GA-AL CSA (GA Part) +190,391,176,Atlanta GA-AL CSA (GA Part) +190,392,159,Los Angeles CA CSA +190,393,266,Washington DC-MD-VA-WV CSA (VA Part) +190,394,201,Boston MA-NH CSA (MA Part) +190,395,217,New York NY-NJ-CT-PA CSA (NJ Part) +190,396,162,San Francisco CA CSA +190,397,217,New York NY-NJ-CT-PA CSA (NJ Part) +190,398,12,Chicago IL-IN-WI CSA (IL Part) +190,399,195,New Orleans LA CSA +190,400,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +190,401,12,Chicago IL-IN-WI CSA (IL Part) +190,402,249,Memphis TN-MS-AR MSA (TN Part) +190,403,154,Alaska +190,404,249,Memphis TN-MS-AR MSA (TN Part) +190,405,172,Miami FL MSA +190,406,223,New York NY-NJ-CT-PA CSA (NY Part) +190,407,169,Delaware +190,408,12,Chicago IL-IN-WI CSA (IL Part) +190,409,169,Delaware +190,410,159,Los Angeles CA CSA +190,411,203,Detroit MI CSA +190,412,217,New York NY-NJ-CT-PA CSA (NJ Part) +190,413,159,Los Angeles CA CSA +190,414,249,Memphis TN-MS-AR MSA (TN Part) +190,415,12,Chicago IL-IN-WI CSA (IL Part) +190,416,249,Memphis TN-MS-AR MSA (TN Part) +190,417,162,San Francisco CA CSA +190,418,154,Alaska +190,419,203,Detroit MI CSA +190,420,231,Cincinnati OH-KY-IN CSA (OH Part) +190,421,268,Seattle WA CSA +190,422,159,Los Angeles CA CSA +190,423,223,New York NY-NJ-CT-PA CSA (NY Part) +190,424,153,Remainder of Alabama +190,425,268,Seattle WA CSA +190,426,172,Miami FL MSA +190,427,172,Miami FL MSA +190,428,154,Alaska +190,429,249,Memphis TN-MS-AR MSA (TN Part) +190,430,191,Louisville KY-IN CSA (KY Part) +190,431,217,New York NY-NJ-CT-PA CSA (NJ Part) +190,432,223,New York NY-NJ-CT-PA CSA (NY Part) +190,433,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +190,434,186,Indianapolis IN CSA +190,435,12,Chicago IL-IN-WI CSA (IL Part) +190,436,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +190,437,172,Miami FL MSA +190,438,172,Miami FL MSA +190,439,172,Miami FL MSA +190,440,172,Miami FL MSA +190,441,159,Los Angeles CA CSA +190,442,12,Chicago IL-IN-WI CSA (IL Part) +190,443,12,Chicago IL-IN-WI CSA (IL Part) +190,444,12,Chicago IL-IN-WI CSA (IL Part) +190,445,266,Washington DC-MD-VA-WV CSA (VA Part) +190,446,266,Washington DC-MD-VA-WV CSA (VA Part) +190,447,217,New York NY-NJ-CT-PA CSA (NJ Part) +190,448,192,Remainder of Kentucky +190,449,159,Los Angeles CA CSA +190,450,249,Memphis TN-MS-AR MSA (TN Part) +190,451,217,New York NY-NJ-CT-PA CSA (NJ Part) +190,452,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +190,453,255,Dallas-Fort Worth TX CSA +190,454,223,New York NY-NJ-CT-PA CSA (NY Part) +190,455,231,Cincinnati OH-KY-IN CSA (OH Part) +190,456,249,Memphis TN-MS-AR MSA (TN Part) +190,457,12,Chicago IL-IN-WI CSA (IL Part) +190,458,223,New York NY-NJ-CT-PA CSA (NY Part) +190,459,12,Chicago IL-IN-WI CSA (IL Part) +190,460,223,New York NY-NJ-CT-PA CSA (NY Part) +190,461,153,Remainder of Alabama +190,462,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +190,463,12,Chicago IL-IN-WI CSA (IL Part) +190,464,232,Cleveland OH CSA +190,465,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +190,466,231,Cincinnati OH-KY-IN CSA (OH Part) +190,467,249,Memphis TN-MS-AR MSA (TN Part) +190,468,268,Seattle WA CSA +190,469,12,Chicago IL-IN-WI CSA (IL Part) +190,470,162,San Francisco CA CSA +190,471,232,Cleveland OH CSA +190,472,162,San Francisco CA CSA +190,473,159,Los Angeles CA CSA +190,474,186,Indianapolis IN CSA +190,475,191,Louisville KY-IN CSA (KY Part) +190,476,223,New York NY-NJ-CT-PA CSA (NY Part) +190,477,217,New York NY-NJ-CT-PA CSA (NJ Part) +190,478,172,Miami FL MSA +190,479,159,Los Angeles CA CSA +190,480,12,Chicago IL-IN-WI CSA (IL Part) +190,481,12,Chicago IL-IN-WI CSA (IL Part) +190,482,12,Chicago IL-IN-WI CSA (IL Part) +190,483,232,Cleveland OH CSA +190,484,255,Dallas-Fort Worth TX CSA +190,485,169,Delaware +190,486,159,Los Angeles CA CSA +190,487,245,Charleston SC MSA +190,488,162,San Francisco CA CSA +190,489,191,Louisville KY-IN CSA (KY Part) +190,490,186,Indianapolis IN CSA +190,491,226,Charlotte NC-SC CSA (NC Part) +191,274,266,Washington DC-MD-VA-WV CSA (VA Part) +191,275,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +191,276,266,Washington DC-MD-VA-WV CSA (VA Part) +191,277,232,Cleveland OH CSA +191,278,173,Orlando FL CSA +191,279,172,Miami FL MSA +191,280,191,Louisville KY-IN CSA (KY Part) +191,281,172,Miami FL MSA +191,282,203,Detroit MI CSA +191,283,245,Charleston SC MSA +191,284,257,Houston TX CSA +191,285,203,Detroit MI CSA +191,286,223,New York NY-NJ-CT-PA CSA (NY Part) +191,287,172,Miami FL MSA +191,288,12,Chicago IL-IN-WI CSA (IL Part) +191,289,223,New York NY-NJ-CT-PA CSA (NY Part) +191,290,191,Louisville KY-IN CSA (KY Part) +191,291,191,Louisville KY-IN CSA (KY Part) +191,292,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +191,293,195,New Orleans LA CSA +191,294,223,New York NY-NJ-CT-PA CSA (NY Part) +191,295,266,Washington DC-MD-VA-WV CSA (VA Part) +191,296,191,Louisville KY-IN CSA (KY Part) +191,297,172,Miami FL MSA +191,298,217,New York NY-NJ-CT-PA CSA (NJ Part) +191,299,191,Louisville KY-IN CSA (KY Part) +191,300,191,Louisville KY-IN CSA (KY Part) +191,301,201,Boston MA-NH CSA (MA Part) +191,302,191,Louisville KY-IN CSA (KY Part) +191,303,154,Alaska +191,304,201,Boston MA-NH CSA (MA Part) +191,305,201,Boston MA-NH CSA (MA Part) +191,306,266,Washington DC-MD-VA-WV CSA (VA Part) +191,307,217,New York NY-NJ-CT-PA CSA (NJ Part) +191,308,12,Chicago IL-IN-WI CSA (IL Part) +191,309,223,New York NY-NJ-CT-PA CSA (NY Part) +191,310,12,Chicago IL-IN-WI CSA (IL Part) +191,311,223,New York NY-NJ-CT-PA CSA (NY Part) +191,312,172,Miami FL MSA +191,313,223,New York NY-NJ-CT-PA CSA (NY Part) +191,314,169,Delaware +191,315,172,Miami FL MSA +191,316,154,Alaska +191,317,12,Chicago IL-IN-WI CSA (IL Part) +191,318,217,New York NY-NJ-CT-PA CSA (NJ Part) +191,319,191,Louisville KY-IN CSA (KY Part) +191,320,192,Remainder of Kentucky +191,321,192,Remainder of Kentucky +191,322,231,Cincinnati OH-KY-IN CSA (OH Part) +191,323,176,Atlanta GA-AL CSA (GA Part) +191,324,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +191,325,172,Miami FL MSA +191,326,192,Remainder of Kentucky +191,327,223,New York NY-NJ-CT-PA CSA (NY Part) +191,328,217,New York NY-NJ-CT-PA CSA (NJ Part) +191,329,217,New York NY-NJ-CT-PA CSA (NJ Part) +191,330,191,Louisville KY-IN CSA (KY Part) +191,331,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +191,332,191,Louisville KY-IN CSA (KY Part) +191,333,245,Charleston SC MSA +191,334,191,Louisville KY-IN CSA (KY Part) +191,335,176,Atlanta GA-AL CSA (GA Part) +191,336,176,Atlanta GA-AL CSA (GA Part) +191,337,231,Cincinnati OH-KY-IN CSA (OH Part) +191,338,266,Washington DC-MD-VA-WV CSA (VA Part) +191,339,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +191,340,217,New York NY-NJ-CT-PA CSA (NJ Part) +191,341,226,Charlotte NC-SC CSA (NC Part) +191,342,223,New York NY-NJ-CT-PA CSA (NY Part) +191,343,162,San Francisco CA CSA +191,344,223,New York NY-NJ-CT-PA CSA (NY Part) +191,345,191,Louisville KY-IN CSA (KY Part) +191,346,172,Miami FL MSA +191,347,223,New York NY-NJ-CT-PA CSA (NY Part) +191,348,203,Detroit MI CSA +191,349,12,Chicago IL-IN-WI CSA (IL Part) +191,350,223,New York NY-NJ-CT-PA CSA (NY Part) +191,351,217,New York NY-NJ-CT-PA CSA (NJ Part) +191,352,223,New York NY-NJ-CT-PA CSA (NY Part) +191,353,217,New York NY-NJ-CT-PA CSA (NJ Part) +191,354,12,Chicago IL-IN-WI CSA (IL Part) +191,355,172,Miami FL MSA +191,356,191,Louisville KY-IN CSA (KY Part) +191,357,192,Remainder of Kentucky +191,358,223,New York NY-NJ-CT-PA CSA (NY Part) +191,359,176,Atlanta GA-AL CSA (GA Part) +191,360,192,Remainder of Kentucky +191,361,203,Detroit MI CSA +191,362,231,Cincinnati OH-KY-IN CSA (OH Part) +191,363,176,Atlanta GA-AL CSA (GA Part) +191,364,266,Washington DC-MD-VA-WV CSA (VA Part) +191,365,266,Washington DC-MD-VA-WV CSA (VA Part) +191,366,217,New York NY-NJ-CT-PA CSA (NJ Part) +191,367,12,Chicago IL-IN-WI CSA (IL Part) +191,368,12,Chicago IL-IN-WI CSA (IL Part) +191,369,186,Indianapolis IN CSA +191,370,217,New York NY-NJ-CT-PA CSA (NJ Part) +191,371,223,New York NY-NJ-CT-PA CSA (NY Part) +191,372,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +191,373,176,Atlanta GA-AL CSA (GA Part) +191,374,154,Alaska +191,375,201,Boston MA-NH CSA (MA Part) +191,376,203,Detroit MI CSA +191,377,217,New York NY-NJ-CT-PA CSA (NJ Part) +191,378,266,Washington DC-MD-VA-WV CSA (VA Part) +191,379,201,Boston MA-NH CSA (MA Part) +191,380,217,New York NY-NJ-CT-PA CSA (NJ Part) +191,381,164,Denver CO CSA +191,382,217,New York NY-NJ-CT-PA CSA (NJ Part) +191,383,217,New York NY-NJ-CT-PA CSA (NJ Part) +191,384,217,New York NY-NJ-CT-PA CSA (NJ Part) +191,385,217,New York NY-NJ-CT-PA CSA (NJ Part) +191,386,191,Louisville KY-IN CSA (KY Part) +191,387,12,Chicago IL-IN-WI CSA (IL Part) +191,388,12,Chicago IL-IN-WI CSA (IL Part) +191,389,223,New York NY-NJ-CT-PA CSA (NY Part) +191,390,223,New York NY-NJ-CT-PA CSA (NY Part) +191,391,217,New York NY-NJ-CT-PA CSA (NJ Part) +191,392,186,Indianapolis IN CSA +191,393,223,New York NY-NJ-CT-PA CSA (NY Part) +191,394,12,Chicago IL-IN-WI CSA (IL Part) +191,395,191,Louisville KY-IN CSA (KY Part) +191,396,191,Louisville KY-IN CSA (KY Part) +191,397,176,Atlanta GA-AL CSA (GA Part) +191,398,217,New York NY-NJ-CT-PA CSA (NJ Part) +191,399,249,Memphis TN-MS-AR MSA (TN Part) +191,400,249,Memphis TN-MS-AR MSA (TN Part) +191,401,266,Washington DC-MD-VA-WV CSA (VA Part) +191,402,217,New York NY-NJ-CT-PA CSA (NJ Part) +191,403,12,Chicago IL-IN-WI CSA (IL Part) +191,404,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +191,405,172,Miami FL MSA +191,406,223,New York NY-NJ-CT-PA CSA (NY Part) +191,407,217,New York NY-NJ-CT-PA CSA (NJ Part) +191,408,12,Chicago IL-IN-WI CSA (IL Part) +191,409,153,Remainder of Alabama +191,410,12,Chicago IL-IN-WI CSA (IL Part) +191,411,191,Louisville KY-IN CSA (KY Part) +191,412,191,Louisville KY-IN CSA (KY Part) +191,413,257,Houston TX CSA +191,414,153,Remainder of Alabama +191,415,192,Remainder of Kentucky +191,416,201,Boston MA-NH CSA (MA Part) +191,417,162,San Francisco CA CSA +191,418,203,Detroit MI CSA +191,419,203,Detroit MI CSA +191,420,223,New York NY-NJ-CT-PA CSA (NY Part) +191,421,223,New York NY-NJ-CT-PA CSA (NY Part) +191,422,191,Louisville KY-IN CSA (KY Part) +191,423,266,Washington DC-MD-VA-WV CSA (VA Part) +191,424,176,Atlanta GA-AL CSA (GA Part) +191,425,159,Los Angeles CA CSA +191,426,172,Miami FL MSA +191,427,172,Miami FL MSA +191,428,12,Chicago IL-IN-WI CSA (IL Part) +191,429,257,Houston TX CSA +191,430,223,New York NY-NJ-CT-PA CSA (NY Part) +191,431,266,Washington DC-MD-VA-WV CSA (VA Part) +191,432,223,New York NY-NJ-CT-PA CSA (NY Part) +191,433,226,Charlotte NC-SC CSA (NC Part) +191,434,232,Cleveland OH CSA +191,435,223,New York NY-NJ-CT-PA CSA (NY Part) +191,436,223,New York NY-NJ-CT-PA CSA (NY Part) +191,437,176,Atlanta GA-AL CSA (GA Part) +191,438,172,Miami FL MSA +191,439,172,Miami FL MSA +191,440,172,Miami FL MSA +191,441,176,Atlanta GA-AL CSA (GA Part) +191,442,217,New York NY-NJ-CT-PA CSA (NJ Part) +191,443,201,Boston MA-NH CSA (MA Part) +191,444,12,Chicago IL-IN-WI CSA (IL Part) +191,445,192,Remainder of Kentucky +191,446,217,New York NY-NJ-CT-PA CSA (NJ Part) +191,447,223,New York NY-NJ-CT-PA CSA (NY Part) +191,448,223,New York NY-NJ-CT-PA CSA (NY Part) +191,449,217,New York NY-NJ-CT-PA CSA (NJ Part) +191,450,172,Miami FL MSA +191,451,266,Washington DC-MD-VA-WV CSA (VA Part) +191,452,223,New York NY-NJ-CT-PA CSA (NY Part) +191,453,12,Chicago IL-IN-WI CSA (IL Part) +191,454,232,Cleveland OH CSA +191,455,176,Atlanta GA-AL CSA (GA Part) +191,456,231,Cincinnati OH-KY-IN CSA (OH Part) +191,457,176,Atlanta GA-AL CSA (GA Part) +191,458,266,Washington DC-MD-VA-WV CSA (VA Part) +191,459,223,New York NY-NJ-CT-PA CSA (NY Part) +191,460,266,Washington DC-MD-VA-WV CSA (VA Part) +191,461,266,Washington DC-MD-VA-WV CSA (VA Part) +191,462,191,Louisville KY-IN CSA (KY Part) +191,463,266,Washington DC-MD-VA-WV CSA (VA Part) +191,464,12,Chicago IL-IN-WI CSA (IL Part) +191,465,223,New York NY-NJ-CT-PA CSA (NY Part) +191,466,231,Cincinnati OH-KY-IN CSA (OH Part) +191,467,12,Chicago IL-IN-WI CSA (IL Part) +191,468,12,Chicago IL-IN-WI CSA (IL Part) +191,469,266,Washington DC-MD-VA-WV CSA (VA Part) +191,470,268,Seattle WA CSA +191,471,217,New York NY-NJ-CT-PA CSA (NJ Part) +191,472,179,Honolulu HI MSA +191,473,191,Louisville KY-IN CSA (KY Part) +191,474,176,Atlanta GA-AL CSA (GA Part) +191,475,217,New York NY-NJ-CT-PA CSA (NJ Part) +191,476,223,New York NY-NJ-CT-PA CSA (NY Part) +191,477,223,New York NY-NJ-CT-PA CSA (NY Part) +191,478,172,Miami FL MSA +191,479,255,Dallas-Fort Worth TX CSA +191,480,223,New York NY-NJ-CT-PA CSA (NY Part) +191,481,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +191,482,201,Boston MA-NH CSA (MA Part) +191,483,191,Louisville KY-IN CSA (KY Part) +191,484,186,Indianapolis IN CSA +191,485,232,Cleveland OH CSA +191,486,159,Los Angeles CA CSA +191,487,172,Miami FL MSA +191,488,12,Chicago IL-IN-WI CSA (IL Part) +191,489,217,New York NY-NJ-CT-PA CSA (NJ Part) +191,490,266,Washington DC-MD-VA-WV CSA (VA Part) +191,491,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +192,274,223,New York NY-NJ-CT-PA CSA (NY Part) +192,275,186,Indianapolis IN CSA +192,276,266,Washington DC-MD-VA-WV CSA (VA Part) +192,277,217,New York NY-NJ-CT-PA CSA (NJ Part) +192,278,217,New York NY-NJ-CT-PA CSA (NJ Part) +192,279,191,Louisville KY-IN CSA (KY Part) +192,280,172,Miami FL MSA +192,281,172,Miami FL MSA +192,282,266,Washington DC-MD-VA-WV CSA (VA Part) +192,283,172,Miami FL MSA +192,284,162,San Francisco CA CSA +192,285,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +192,286,223,New York NY-NJ-CT-PA CSA (NY Part) +192,287,176,Atlanta GA-AL CSA (GA Part) +192,288,191,Louisville KY-IN CSA (KY Part) +192,289,223,New York NY-NJ-CT-PA CSA (NY Part) +192,290,231,Cincinnati OH-KY-IN CSA (OH Part) +192,291,266,Washington DC-MD-VA-WV CSA (VA Part) +192,292,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +192,293,195,New Orleans LA CSA +192,294,232,Cleveland OH CSA +192,295,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +192,296,12,Chicago IL-IN-WI CSA (IL Part) +192,297,176,Atlanta GA-AL CSA (GA Part) +192,298,12,Chicago IL-IN-WI CSA (IL Part) +192,299,223,New York NY-NJ-CT-PA CSA (NY Part) +192,300,176,Atlanta GA-AL CSA (GA Part) +192,301,217,New York NY-NJ-CT-PA CSA (NJ Part) +192,302,176,Atlanta GA-AL CSA (GA Part) +192,303,154,Alaska +192,304,223,New York NY-NJ-CT-PA CSA (NY Part) +192,305,223,New York NY-NJ-CT-PA CSA (NY Part) +192,306,12,Chicago IL-IN-WI CSA (IL Part) +192,307,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +192,308,217,New York NY-NJ-CT-PA CSA (NJ Part) +192,309,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +192,310,12,Chicago IL-IN-WI CSA (IL Part) +192,311,217,New York NY-NJ-CT-PA CSA (NJ Part) +192,312,172,Miami FL MSA +192,313,223,New York NY-NJ-CT-PA CSA (NY Part) +192,314,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +192,315,172,Miami FL MSA +192,316,231,Cincinnati OH-KY-IN CSA (OH Part) +192,317,154,Alaska +192,318,12,Chicago IL-IN-WI CSA (IL Part) +192,319,176,Atlanta GA-AL CSA (GA Part) +192,320,217,New York NY-NJ-CT-PA CSA (NJ Part) +192,321,223,New York NY-NJ-CT-PA CSA (NY Part) +192,322,255,Dallas-Fort Worth TX CSA +192,323,245,Charleston SC MSA +192,324,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +192,325,176,Atlanta GA-AL CSA (GA Part) +192,326,172,Miami FL MSA +192,327,192,Remainder of Kentucky +192,328,266,Washington DC-MD-VA-WV CSA (VA Part) +192,329,217,New York NY-NJ-CT-PA CSA (NJ Part) +192,330,223,New York NY-NJ-CT-PA CSA (NY Part) +192,331,232,Cleveland OH CSA +192,332,176,Atlanta GA-AL CSA (GA Part) +192,333,245,Charleston SC MSA +192,334,172,Miami FL MSA +192,335,201,Boston MA-NH CSA (MA Part) +192,336,195,New Orleans LA CSA +192,337,232,Cleveland OH CSA +192,338,223,New York NY-NJ-CT-PA CSA (NY Part) +192,339,217,New York NY-NJ-CT-PA CSA (NJ Part) +192,340,223,New York NY-NJ-CT-PA CSA (NY Part) +192,341,195,New Orleans LA CSA +192,342,201,Boston MA-NH CSA (MA Part) +192,343,231,Cincinnati OH-KY-IN CSA (OH Part) +192,344,12,Chicago IL-IN-WI CSA (IL Part) +192,345,223,New York NY-NJ-CT-PA CSA (NY Part) +192,346,231,Cincinnati OH-KY-IN CSA (OH Part) +192,347,217,New York NY-NJ-CT-PA CSA (NJ Part) +192,348,176,Atlanta GA-AL CSA (GA Part) +192,349,191,Louisville KY-IN CSA (KY Part) +192,350,223,New York NY-NJ-CT-PA CSA (NY Part) +192,351,217,New York NY-NJ-CT-PA CSA (NJ Part) +192,352,217,New York NY-NJ-CT-PA CSA (NJ Part) +192,353,266,Washington DC-MD-VA-WV CSA (VA Part) +192,354,266,Washington DC-MD-VA-WV CSA (VA Part) +192,355,176,Atlanta GA-AL CSA (GA Part) +192,356,176,Atlanta GA-AL CSA (GA Part) +192,357,232,Cleveland OH CSA +192,358,266,Washington DC-MD-VA-WV CSA (VA Part) +192,359,172,Miami FL MSA +192,360,172,Miami FL MSA +192,361,172,Miami FL MSA +192,362,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +192,363,172,Miami FL MSA +192,364,232,Cleveland OH CSA +192,365,217,New York NY-NJ-CT-PA CSA (NJ Part) +192,366,266,Washington DC-MD-VA-WV CSA (VA Part) +192,367,154,Alaska +192,368,217,New York NY-NJ-CT-PA CSA (NJ Part) +192,369,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +192,370,169,Delaware +192,371,201,Boston MA-NH CSA (MA Part) +192,372,223,New York NY-NJ-CT-PA CSA (NY Part) +192,373,176,Atlanta GA-AL CSA (GA Part) +192,374,154,Alaska +192,375,223,New York NY-NJ-CT-PA CSA (NY Part) +192,376,232,Cleveland OH CSA +192,377,266,Washington DC-MD-VA-WV CSA (VA Part) +192,378,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +192,379,191,Louisville KY-IN CSA (KY Part) +192,380,266,Washington DC-MD-VA-WV CSA (VA Part) +192,381,12,Chicago IL-IN-WI CSA (IL Part) +192,382,266,Washington DC-MD-VA-WV CSA (VA Part) +192,383,223,New York NY-NJ-CT-PA CSA (NY Part) +192,384,223,New York NY-NJ-CT-PA CSA (NY Part) +192,385,245,Charleston SC MSA +192,386,223,New York NY-NJ-CT-PA CSA (NY Part) +192,387,217,New York NY-NJ-CT-PA CSA (NJ Part) +192,388,266,Washington DC-MD-VA-WV CSA (VA Part) +192,389,223,New York NY-NJ-CT-PA CSA (NY Part) +192,390,203,Detroit MI CSA +192,391,217,New York NY-NJ-CT-PA CSA (NJ Part) +192,392,249,Memphis TN-MS-AR MSA (TN Part) +192,393,217,New York NY-NJ-CT-PA CSA (NJ Part) +192,394,217,New York NY-NJ-CT-PA CSA (NJ Part) +192,395,192,Remainder of Kentucky +192,396,186,Indianapolis IN CSA +192,397,223,New York NY-NJ-CT-PA CSA (NY Part) +192,398,12,Chicago IL-IN-WI CSA (IL Part) +192,399,195,New Orleans LA CSA +192,400,162,San Francisco CA CSA +192,401,266,Washington DC-MD-VA-WV CSA (VA Part) +192,402,223,New York NY-NJ-CT-PA CSA (NY Part) +192,403,217,New York NY-NJ-CT-PA CSA (NJ Part) +192,404,266,Washington DC-MD-VA-WV CSA (VA Part) +192,405,173,Orlando FL CSA +192,406,266,Washington DC-MD-VA-WV CSA (VA Part) +192,407,217,New York NY-NJ-CT-PA CSA (NJ Part) +192,408,191,Louisville KY-IN CSA (KY Part) +192,409,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +192,410,162,San Francisco CA CSA +192,411,232,Cleveland OH CSA +192,412,266,Washington DC-MD-VA-WV CSA (VA Part) +192,413,257,Houston TX CSA +192,414,153,Remainder of Alabama +192,415,266,Washington DC-MD-VA-WV CSA (VA Part) +192,416,223,New York NY-NJ-CT-PA CSA (NY Part) +192,417,162,San Francisco CA CSA +192,418,191,Louisville KY-IN CSA (KY Part) +192,419,12,Chicago IL-IN-WI CSA (IL Part) +192,420,223,New York NY-NJ-CT-PA CSA (NY Part) +192,421,223,New York NY-NJ-CT-PA CSA (NY Part) +192,422,191,Louisville KY-IN CSA (KY Part) +192,423,201,Boston MA-NH CSA (MA Part) +192,424,172,Miami FL MSA +192,425,179,Honolulu HI MSA +192,426,172,Miami FL MSA +192,427,266,Washington DC-MD-VA-WV CSA (VA Part) +192,428,12,Chicago IL-IN-WI CSA (IL Part) +192,429,249,Memphis TN-MS-AR MSA (TN Part) +192,430,223,New York NY-NJ-CT-PA CSA (NY Part) +192,431,223,New York NY-NJ-CT-PA CSA (NY Part) +192,432,217,New York NY-NJ-CT-PA CSA (NJ Part) +192,433,223,New York NY-NJ-CT-PA CSA (NY Part) +192,434,266,Washington DC-MD-VA-WV CSA (VA Part) +192,435,266,Washington DC-MD-VA-WV CSA (VA Part) +192,436,223,New York NY-NJ-CT-PA CSA (NY Part) +192,437,172,Miami FL MSA +192,438,176,Atlanta GA-AL CSA (GA Part) +192,439,169,Delaware +192,440,266,Washington DC-MD-VA-WV CSA (VA Part) +192,441,191,Louisville KY-IN CSA (KY Part) +192,442,191,Louisville KY-IN CSA (KY Part) +192,443,217,New York NY-NJ-CT-PA CSA (NJ Part) +192,444,12,Chicago IL-IN-WI CSA (IL Part) +192,445,217,New York NY-NJ-CT-PA CSA (NJ Part) +192,446,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +192,447,223,New York NY-NJ-CT-PA CSA (NY Part) +192,448,266,Washington DC-MD-VA-WV CSA (VA Part) +192,449,154,Alaska +192,450,176,Atlanta GA-AL CSA (GA Part) +192,451,223,New York NY-NJ-CT-PA CSA (NY Part) +192,452,232,Cleveland OH CSA +192,453,162,San Francisco CA CSA +192,454,217,New York NY-NJ-CT-PA CSA (NJ Part) +192,455,191,Louisville KY-IN CSA (KY Part) +192,456,191,Louisville KY-IN CSA (KY Part) +192,457,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +192,458,223,New York NY-NJ-CT-PA CSA (NY Part) +192,459,203,Detroit MI CSA +192,460,192,Remainder of Kentucky +192,461,153,Remainder of Alabama +192,462,223,New York NY-NJ-CT-PA CSA (NY Part) +192,463,223,New York NY-NJ-CT-PA CSA (NY Part) +192,464,203,Detroit MI CSA +192,465,223,New York NY-NJ-CT-PA CSA (NY Part) +192,466,217,New York NY-NJ-CT-PA CSA (NJ Part) +192,467,266,Washington DC-MD-VA-WV CSA (VA Part) +192,468,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +192,469,223,New York NY-NJ-CT-PA CSA (NY Part) +192,470,12,Chicago IL-IN-WI CSA (IL Part) +192,471,232,Cleveland OH CSA +192,472,162,San Francisco CA CSA +192,473,249,Memphis TN-MS-AR MSA (TN Part) +192,474,176,Atlanta GA-AL CSA (GA Part) +192,475,217,New York NY-NJ-CT-PA CSA (NJ Part) +192,476,223,New York NY-NJ-CT-PA CSA (NY Part) +192,477,266,Washington DC-MD-VA-WV CSA (VA Part) +192,478,192,Remainder of Kentucky +192,479,176,Atlanta GA-AL CSA (GA Part) +192,480,191,Louisville KY-IN CSA (KY Part) +192,481,223,New York NY-NJ-CT-PA CSA (NY Part) +192,482,203,Detroit MI CSA +192,483,266,Washington DC-MD-VA-WV CSA (VA Part) +192,484,186,Indianapolis IN CSA +192,485,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +192,486,192,Remainder of Kentucky +192,487,172,Miami FL MSA +192,488,154,Alaska +192,489,266,Washington DC-MD-VA-WV CSA (VA Part) +192,490,217,New York NY-NJ-CT-PA CSA (NJ Part) +192,491,232,Cleveland OH CSA +193,274,153,Remainder of Alabama +193,275,217,New York NY-NJ-CT-PA CSA (NJ Part) +193,276,176,Atlanta GA-AL CSA (GA Part) +193,277,223,New York NY-NJ-CT-PA CSA (NY Part) +193,278,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +193,279,172,Miami FL MSA +193,280,172,Miami FL MSA +193,281,195,New Orleans LA CSA +193,282,12,Chicago IL-IN-WI CSA (IL Part) +193,283,195,New Orleans LA CSA +193,284,257,Houston TX CSA +193,285,217,New York NY-NJ-CT-PA CSA (NJ Part) +193,286,12,Chicago IL-IN-WI CSA (IL Part) +193,287,172,Miami FL MSA +193,288,266,Washington DC-MD-VA-WV CSA (VA Part) +193,289,217,New York NY-NJ-CT-PA CSA (NJ Part) +193,290,172,Miami FL MSA +193,291,12,Chicago IL-IN-WI CSA (IL Part) +193,292,223,New York NY-NJ-CT-PA CSA (NY Part) +193,293,176,Atlanta GA-AL CSA (GA Part) +193,294,249,Memphis TN-MS-AR MSA (TN Part) +193,295,172,Miami FL MSA +193,296,223,New York NY-NJ-CT-PA CSA (NY Part) +193,297,172,Miami FL MSA +193,298,176,Atlanta GA-AL CSA (GA Part) +193,299,172,Miami FL MSA +193,300,172,Miami FL MSA +193,301,201,Boston MA-NH CSA (MA Part) +193,302,172,Miami FL MSA +193,303,159,Los Angeles CA CSA +193,304,201,Boston MA-NH CSA (MA Part) +193,305,231,Cincinnati OH-KY-IN CSA (OH Part) +193,306,192,Remainder of Kentucky +193,307,176,Atlanta GA-AL CSA (GA Part) +193,308,257,Houston TX CSA +193,309,217,New York NY-NJ-CT-PA CSA (NJ Part) +193,310,249,Memphis TN-MS-AR MSA (TN Part) +193,311,245,Charleston SC MSA +193,312,172,Miami FL MSA +193,313,172,Miami FL MSA +193,314,176,Atlanta GA-AL CSA (GA Part) +193,315,172,Miami FL MSA +193,316,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +193,317,154,Alaska +193,318,191,Louisville KY-IN CSA (KY Part) +193,319,172,Miami FL MSA +193,320,226,Charlotte NC-SC CSA (NC Part) +193,321,172,Miami FL MSA +193,322,159,Los Angeles CA CSA +193,323,257,Houston TX CSA +193,324,223,New York NY-NJ-CT-PA CSA (NY Part) +193,325,172,Miami FL MSA +193,326,176,Atlanta GA-AL CSA (GA Part) +193,327,249,Memphis TN-MS-AR MSA (TN Part) +193,328,249,Memphis TN-MS-AR MSA (TN Part) +193,329,266,Washington DC-MD-VA-WV CSA (VA Part) +193,330,223,New York NY-NJ-CT-PA CSA (NY Part) +193,331,249,Memphis TN-MS-AR MSA (TN Part) +193,332,172,Miami FL MSA +193,333,172,Miami FL MSA +193,334,172,Miami FL MSA +193,335,176,Atlanta GA-AL CSA (GA Part) +193,336,172,Miami FL MSA +193,337,153,Remainder of Alabama +193,338,12,Chicago IL-IN-WI CSA (IL Part) +193,339,12,Chicago IL-IN-WI CSA (IL Part) +193,340,217,New York NY-NJ-CT-PA CSA (NJ Part) +193,341,172,Miami FL MSA +193,342,217,New York NY-NJ-CT-PA CSA (NJ Part) +193,343,257,Houston TX CSA +193,344,201,Boston MA-NH CSA (MA Part) +193,345,249,Memphis TN-MS-AR MSA (TN Part) +193,346,172,Miami FL MSA +193,347,173,Orlando FL CSA +193,348,172,Miami FL MSA +193,349,249,Memphis TN-MS-AR MSA (TN Part) +193,350,232,Cleveland OH CSA +193,351,249,Memphis TN-MS-AR MSA (TN Part) +193,352,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +193,353,249,Memphis TN-MS-AR MSA (TN Part) +193,354,12,Chicago IL-IN-WI CSA (IL Part) +193,355,172,Miami FL MSA +193,356,249,Memphis TN-MS-AR MSA (TN Part) +193,357,153,Remainder of Alabama +193,358,176,Atlanta GA-AL CSA (GA Part) +193,359,176,Atlanta GA-AL CSA (GA Part) +193,360,172,Miami FL MSA +193,361,257,Houston TX CSA +193,362,217,New York NY-NJ-CT-PA CSA (NJ Part) +193,363,172,Miami FL MSA +193,364,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +193,365,249,Memphis TN-MS-AR MSA (TN Part) +193,366,266,Washington DC-MD-VA-WV CSA (VA Part) +193,367,159,Los Angeles CA CSA +193,368,201,Boston MA-NH CSA (MA Part) +193,369,203,Detroit MI CSA +193,370,217,New York NY-NJ-CT-PA CSA (NJ Part) +193,371,195,New Orleans LA CSA +193,372,266,Washington DC-MD-VA-WV CSA (VA Part) +193,373,172,Miami FL MSA +193,374,255,Dallas-Fort Worth TX CSA +193,375,203,Detroit MI CSA +193,376,231,Cincinnati OH-KY-IN CSA (OH Part) +193,377,217,New York NY-NJ-CT-PA CSA (NJ Part) +193,378,172,Miami FL MSA +193,379,12,Chicago IL-IN-WI CSA (IL Part) +193,380,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +193,381,154,Alaska +193,382,223,New York NY-NJ-CT-PA CSA (NY Part) +193,383,191,Louisville KY-IN CSA (KY Part) +193,384,172,Miami FL MSA +193,385,172,Miami FL MSA +193,386,223,New York NY-NJ-CT-PA CSA (NY Part) +193,387,232,Cleveland OH CSA +193,388,232,Cleveland OH CSA +193,389,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +193,390,172,Miami FL MSA +193,391,176,Atlanta GA-AL CSA (GA Part) +193,392,255,Dallas-Fort Worth TX CSA +193,393,173,Orlando FL CSA +193,394,223,New York NY-NJ-CT-PA CSA (NY Part) +193,395,203,Detroit MI CSA +193,396,162,San Francisco CA CSA +193,397,217,New York NY-NJ-CT-PA CSA (NJ Part) +193,398,12,Chicago IL-IN-WI CSA (IL Part) +193,399,257,Houston TX CSA +193,400,12,Chicago IL-IN-WI CSA (IL Part) +193,401,249,Memphis TN-MS-AR MSA (TN Part) +193,402,176,Atlanta GA-AL CSA (GA Part) +193,403,176,Atlanta GA-AL CSA (GA Part) +193,404,266,Washington DC-MD-VA-WV CSA (VA Part) +193,405,172,Miami FL MSA +193,406,266,Washington DC-MD-VA-WV CSA (VA Part) +193,407,176,Atlanta GA-AL CSA (GA Part) +193,408,249,Memphis TN-MS-AR MSA (TN Part) +193,409,172,Miami FL MSA +193,410,179,Honolulu HI MSA +193,411,223,New York NY-NJ-CT-PA CSA (NY Part) +193,412,153,Remainder of Alabama +193,413,176,Atlanta GA-AL CSA (GA Part) +193,414,176,Atlanta GA-AL CSA (GA Part) +193,415,172,Miami FL MSA +193,416,172,Miami FL MSA +193,417,162,San Francisco CA CSA +193,418,12,Chicago IL-IN-WI CSA (IL Part) +193,419,153,Remainder of Alabama +193,420,12,Chicago IL-IN-WI CSA (IL Part) +193,421,191,Louisville KY-IN CSA (KY Part) +193,422,159,Los Angeles CA CSA +193,423,223,New York NY-NJ-CT-PA CSA (NY Part) +193,424,257,Houston TX CSA +193,425,159,Los Angeles CA CSA +193,426,172,Miami FL MSA +193,427,172,Miami FL MSA +193,428,257,Houston TX CSA +193,429,255,Dallas-Fort Worth TX CSA +193,430,223,New York NY-NJ-CT-PA CSA (NY Part) +193,431,176,Atlanta GA-AL CSA (GA Part) +193,432,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +193,433,195,New Orleans LA CSA +193,434,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +193,435,191,Louisville KY-IN CSA (KY Part) +193,436,191,Louisville KY-IN CSA (KY Part) +193,437,172,Miami FL MSA +193,438,195,New Orleans LA CSA +193,439,172,Miami FL MSA +193,440,172,Miami FL MSA +193,441,159,Los Angeles CA CSA +193,442,153,Remainder of Alabama +193,443,223,New York NY-NJ-CT-PA CSA (NY Part) +193,444,223,New York NY-NJ-CT-PA CSA (NY Part) +193,445,223,New York NY-NJ-CT-PA CSA (NY Part) +193,446,231,Cincinnati OH-KY-IN CSA (OH Part) +193,447,201,Boston MA-NH CSA (MA Part) +193,448,172,Miami FL MSA +193,449,226,Charlotte NC-SC CSA (NC Part) +193,450,172,Miami FL MSA +193,451,231,Cincinnati OH-KY-IN CSA (OH Part) +193,452,192,Remainder of Kentucky +193,453,162,San Francisco CA CSA +193,454,201,Boston MA-NH CSA (MA Part) +193,455,249,Memphis TN-MS-AR MSA (TN Part) +193,456,255,Dallas-Fort Worth TX CSA +193,457,176,Atlanta GA-AL CSA (GA Part) +193,458,176,Atlanta GA-AL CSA (GA Part) +193,459,232,Cleveland OH CSA +193,460,195,New Orleans LA CSA +193,461,172,Miami FL MSA +193,462,195,New Orleans LA CSA +193,463,266,Washington DC-MD-VA-WV CSA (VA Part) +193,464,217,New York NY-NJ-CT-PA CSA (NJ Part) +193,465,201,Boston MA-NH CSA (MA Part) +193,466,192,Remainder of Kentucky +193,467,266,Washington DC-MD-VA-WV CSA (VA Part) +193,468,268,Seattle WA CSA +193,469,12,Chicago IL-IN-WI CSA (IL Part) +193,470,179,Honolulu HI MSA +193,471,223,New York NY-NJ-CT-PA CSA (NY Part) +193,472,159,Los Angeles CA CSA +193,473,162,San Francisco CA CSA +193,474,172,Miami FL MSA +193,475,223,New York NY-NJ-CT-PA CSA (NY Part) +193,476,186,Indianapolis IN CSA +193,477,191,Louisville KY-IN CSA (KY Part) +193,478,172,Miami FL MSA +193,479,268,Seattle WA CSA +193,480,223,New York NY-NJ-CT-PA CSA (NY Part) +193,481,223,New York NY-NJ-CT-PA CSA (NY Part) +193,482,201,Boston MA-NH CSA (MA Part) +193,483,223,New York NY-NJ-CT-PA CSA (NY Part) +193,484,172,Miami FL MSA +193,485,12,Chicago IL-IN-WI CSA (IL Part) +193,486,159,Los Angeles CA CSA +193,487,172,Miami FL MSA +193,488,176,Atlanta GA-AL CSA (GA Part) +193,489,266,Washington DC-MD-VA-WV CSA (VA Part) +193,490,232,Cleveland OH CSA +193,491,172,Miami FL MSA +194,274,195,New Orleans LA CSA +194,275,257,Houston TX CSA +194,276,249,Memphis TN-MS-AR MSA (TN Part) +194,277,153,Remainder of Alabama +194,278,176,Atlanta GA-AL CSA (GA Part) +194,279,172,Miami FL MSA +194,280,172,Miami FL MSA +194,281,195,New Orleans LA CSA +194,282,217,New York NY-NJ-CT-PA CSA (NJ Part) +194,283,172,Miami FL MSA +194,284,159,Los Angeles CA CSA +194,285,223,New York NY-NJ-CT-PA CSA (NY Part) +194,286,191,Louisville KY-IN CSA (KY Part) +194,287,172,Miami FL MSA +194,288,12,Chicago IL-IN-WI CSA (IL Part) +194,289,154,Alaska +194,290,172,Miami FL MSA +194,291,249,Memphis TN-MS-AR MSA (TN Part) +194,292,223,New York NY-NJ-CT-PA CSA (NY Part) +194,293,257,Houston TX CSA +194,294,153,Remainder of Alabama +194,295,172,Miami FL MSA +194,296,249,Memphis TN-MS-AR MSA (TN Part) +194,297,172,Miami FL MSA +194,298,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +194,299,172,Miami FL MSA +194,300,153,Remainder of Alabama +194,301,203,Detroit MI CSA +194,302,172,Miami FL MSA +194,303,257,Houston TX CSA +194,304,232,Cleveland OH CSA +194,305,217,New York NY-NJ-CT-PA CSA (NJ Part) +194,306,153,Remainder of Alabama +194,307,172,Miami FL MSA +194,308,154,Alaska +194,309,245,Charleston SC MSA +194,310,12,Chicago IL-IN-WI CSA (IL Part) +194,311,249,Memphis TN-MS-AR MSA (TN Part) +194,312,172,Miami FL MSA +194,313,153,Remainder of Alabama +194,314,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +194,315,172,Miami FL MSA +194,316,249,Memphis TN-MS-AR MSA (TN Part) +194,317,159,Los Angeles CA CSA +194,318,162,San Francisco CA CSA +194,319,172,Miami FL MSA +194,320,192,Remainder of Kentucky +194,321,176,Atlanta GA-AL CSA (GA Part) +194,322,162,San Francisco CA CSA +194,323,173,Orlando FL CSA +194,324,176,Atlanta GA-AL CSA (GA Part) +194,325,172,Miami FL MSA +194,326,172,Miami FL MSA +194,327,223,New York NY-NJ-CT-PA CSA (NY Part) +194,328,266,Washington DC-MD-VA-WV CSA (VA Part) +194,329,172,Miami FL MSA +194,330,176,Atlanta GA-AL CSA (GA Part) +194,331,266,Washington DC-MD-VA-WV CSA (VA Part) +194,332,249,Memphis TN-MS-AR MSA (TN Part) +194,333,172,Miami FL MSA +194,334,173,Orlando FL CSA +194,335,245,Charleston SC MSA +194,336,172,Miami FL MSA +194,337,266,Washington DC-MD-VA-WV CSA (VA Part) +194,338,223,New York NY-NJ-CT-PA CSA (NY Part) +194,339,223,New York NY-NJ-CT-PA CSA (NY Part) +194,340,223,New York NY-NJ-CT-PA CSA (NY Part) +194,341,176,Atlanta GA-AL CSA (GA Part) +194,342,223,New York NY-NJ-CT-PA CSA (NY Part) +194,343,195,New Orleans LA CSA +194,344,12,Chicago IL-IN-WI CSA (IL Part) +194,345,217,New York NY-NJ-CT-PA CSA (NJ Part) +194,346,255,Dallas-Fort Worth TX CSA +194,347,153,Remainder of Alabama +194,348,169,Delaware +194,349,257,Houston TX CSA +194,350,176,Atlanta GA-AL CSA (GA Part) +194,351,169,Delaware +194,352,191,Louisville KY-IN CSA (KY Part) +194,353,176,Atlanta GA-AL CSA (GA Part) +194,354,12,Chicago IL-IN-WI CSA (IL Part) +194,355,172,Miami FL MSA +194,356,255,Dallas-Fort Worth TX CSA +194,357,172,Miami FL MSA +194,358,173,Orlando FL CSA +194,359,245,Charleston SC MSA +194,360,172,Miami FL MSA +194,361,172,Miami FL MSA +194,362,223,New York NY-NJ-CT-PA CSA (NY Part) +194,363,173,Orlando FL CSA +194,364,153,Remainder of Alabama +194,365,195,New Orleans LA CSA +194,366,249,Memphis TN-MS-AR MSA (TN Part) +194,367,191,Louisville KY-IN CSA (KY Part) +194,368,223,New York NY-NJ-CT-PA CSA (NY Part) +194,369,223,New York NY-NJ-CT-PA CSA (NY Part) +194,370,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +194,371,249,Memphis TN-MS-AR MSA (TN Part) +194,372,217,New York NY-NJ-CT-PA CSA (NJ Part) +194,373,173,Orlando FL CSA +194,374,154,Alaska +194,375,255,Dallas-Fort Worth TX CSA +194,376,203,Detroit MI CSA +194,377,201,Boston MA-NH CSA (MA Part) +194,378,172,Miami FL MSA +194,379,249,Memphis TN-MS-AR MSA (TN Part) +194,380,12,Chicago IL-IN-WI CSA (IL Part) +194,381,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +194,382,217,New York NY-NJ-CT-PA CSA (NJ Part) +194,383,249,Memphis TN-MS-AR MSA (TN Part) +194,384,223,New York NY-NJ-CT-PA CSA (NY Part) +194,385,266,Washington DC-MD-VA-WV CSA (VA Part) +194,386,223,New York NY-NJ-CT-PA CSA (NY Part) +194,387,266,Washington DC-MD-VA-WV CSA (VA Part) +194,388,12,Chicago IL-IN-WI CSA (IL Part) +194,389,232,Cleveland OH CSA +194,390,12,Chicago IL-IN-WI CSA (IL Part) +194,391,201,Boston MA-NH CSA (MA Part) +194,392,12,Chicago IL-IN-WI CSA (IL Part) +194,393,195,New Orleans LA CSA +194,394,217,New York NY-NJ-CT-PA CSA (NJ Part) +194,395,191,Louisville KY-IN CSA (KY Part) +194,396,162,San Francisco CA CSA +194,397,223,New York NY-NJ-CT-PA CSA (NY Part) +194,398,12,Chicago IL-IN-WI CSA (IL Part) +194,399,257,Houston TX CSA +194,400,162,San Francisco CA CSA +194,401,257,Houston TX CSA +194,402,176,Atlanta GA-AL CSA (GA Part) +194,403,12,Chicago IL-IN-WI CSA (IL Part) +194,404,191,Louisville KY-IN CSA (KY Part) +194,405,176,Atlanta GA-AL CSA (GA Part) +194,406,232,Cleveland OH CSA +194,407,223,New York NY-NJ-CT-PA CSA (NY Part) +194,408,257,Houston TX CSA +194,409,169,Delaware +194,410,268,Seattle WA CSA +194,411,201,Boston MA-NH CSA (MA Part) +194,412,249,Memphis TN-MS-AR MSA (TN Part) +194,413,159,Los Angeles CA CSA +194,414,257,Houston TX CSA +194,415,249,Memphis TN-MS-AR MSA (TN Part) +194,416,172,Miami FL MSA +194,417,255,Dallas-Fort Worth TX CSA +194,418,154,Alaska +194,419,186,Indianapolis IN CSA +194,420,255,Dallas-Fort Worth TX CSA +194,421,223,New York NY-NJ-CT-PA CSA (NY Part) +194,422,159,Los Angeles CA CSA +194,423,226,Charlotte NC-SC CSA (NC Part) +194,424,172,Miami FL MSA +194,425,195,New Orleans LA CSA +194,426,249,Memphis TN-MS-AR MSA (TN Part) +194,427,172,Miami FL MSA +194,428,249,Memphis TN-MS-AR MSA (TN Part) +194,429,257,Houston TX CSA +194,430,191,Louisville KY-IN CSA (KY Part) +194,431,217,New York NY-NJ-CT-PA CSA (NJ Part) +194,432,249,Memphis TN-MS-AR MSA (TN Part) +194,433,249,Memphis TN-MS-AR MSA (TN Part) +194,434,249,Memphis TN-MS-AR MSA (TN Part) +194,435,176,Atlanta GA-AL CSA (GA Part) +194,436,217,New York NY-NJ-CT-PA CSA (NJ Part) +194,437,172,Miami FL MSA +194,438,172,Miami FL MSA +194,439,172,Miami FL MSA +194,440,172,Miami FL MSA +194,441,255,Dallas-Fort Worth TX CSA +194,442,223,New York NY-NJ-CT-PA CSA (NY Part) +194,443,266,Washington DC-MD-VA-WV CSA (VA Part) +194,444,266,Washington DC-MD-VA-WV CSA (VA Part) +194,445,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +194,446,223,New York NY-NJ-CT-PA CSA (NY Part) +194,447,172,Miami FL MSA +194,448,172,Miami FL MSA +194,449,154,Alaska +194,450,172,Miami FL MSA +194,451,153,Remainder of Alabama +194,452,217,New York NY-NJ-CT-PA CSA (NJ Part) +194,453,159,Los Angeles CA CSA +194,454,201,Boston MA-NH CSA (MA Part) +194,455,176,Atlanta GA-AL CSA (GA Part) +194,456,186,Indianapolis IN CSA +194,457,245,Charleston SC MSA +194,458,223,New York NY-NJ-CT-PA CSA (NY Part) +194,459,217,New York NY-NJ-CT-PA CSA (NJ Part) +194,460,176,Atlanta GA-AL CSA (GA Part) +194,461,172,Miami FL MSA +194,462,172,Miami FL MSA +194,463,12,Chicago IL-IN-WI CSA (IL Part) +194,464,232,Cleveland OH CSA +194,465,195,New Orleans LA CSA +194,466,266,Washington DC-MD-VA-WV CSA (VA Part) +194,467,249,Memphis TN-MS-AR MSA (TN Part) +194,468,154,Alaska +194,469,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +194,470,159,Los Angeles CA CSA +194,471,176,Atlanta GA-AL CSA (GA Part) +194,472,257,Houston TX CSA +194,473,255,Dallas-Fort Worth TX CSA +194,474,172,Miami FL MSA +194,475,201,Boston MA-NH CSA (MA Part) +194,476,217,New York NY-NJ-CT-PA CSA (NJ Part) +194,477,217,New York NY-NJ-CT-PA CSA (NJ Part) +194,478,172,Miami FL MSA +194,479,268,Seattle WA CSA +194,480,195,New Orleans LA CSA +194,481,12,Chicago IL-IN-WI CSA (IL Part) +194,482,176,Atlanta GA-AL CSA (GA Part) +194,483,176,Atlanta GA-AL CSA (GA Part) +194,484,176,Atlanta GA-AL CSA (GA Part) +194,485,176,Atlanta GA-AL CSA (GA Part) +194,486,195,New Orleans LA CSA +194,487,172,Miami FL MSA +194,488,195,New Orleans LA CSA +194,489,223,New York NY-NJ-CT-PA CSA (NY Part) +194,490,172,Miami FL MSA +194,491,172,Miami FL MSA +195,274,217,New York NY-NJ-CT-PA CSA (NJ Part) +195,275,231,Cincinnati OH-KY-IN CSA (OH Part) +195,276,172,Miami FL MSA +195,277,223,New York NY-NJ-CT-PA CSA (NY Part) +195,278,172,Miami FL MSA +195,279,172,Miami FL MSA +195,280,172,Miami FL MSA +195,281,172,Miami FL MSA +195,282,266,Washington DC-MD-VA-WV CSA (VA Part) +195,283,172,Miami FL MSA +195,284,268,Seattle WA CSA +195,285,266,Washington DC-MD-VA-WV CSA (VA Part) +195,286,153,Remainder of Alabama +195,287,172,Miami FL MSA +195,288,12,Chicago IL-IN-WI CSA (IL Part) +195,289,12,Chicago IL-IN-WI CSA (IL Part) +195,290,172,Miami FL MSA +195,291,153,Remainder of Alabama +195,292,186,Indianapolis IN CSA +195,293,172,Miami FL MSA +195,294,195,New Orleans LA CSA +195,295,153,Remainder of Alabama +195,296,176,Atlanta GA-AL CSA (GA Part) +195,297,257,Houston TX CSA +195,298,266,Washington DC-MD-VA-WV CSA (VA Part) +195,299,153,Remainder of Alabama +195,300,249,Memphis TN-MS-AR MSA (TN Part) +195,301,191,Louisville KY-IN CSA (KY Part) +195,302,172,Miami FL MSA +195,303,249,Memphis TN-MS-AR MSA (TN Part) +195,304,217,New York NY-NJ-CT-PA CSA (NJ Part) +195,305,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +195,306,173,Orlando FL CSA +195,307,232,Cleveland OH CSA +195,308,249,Memphis TN-MS-AR MSA (TN Part) +195,309,231,Cincinnati OH-KY-IN CSA (OH Part) +195,310,12,Chicago IL-IN-WI CSA (IL Part) +195,311,176,Atlanta GA-AL CSA (GA Part) +195,312,172,Miami FL MSA +195,313,217,New York NY-NJ-CT-PA CSA (NJ Part) +195,314,172,Miami FL MSA +195,315,249,Memphis TN-MS-AR MSA (TN Part) +195,316,249,Memphis TN-MS-AR MSA (TN Part) +195,317,154,Alaska +195,318,223,New York NY-NJ-CT-PA CSA (NY Part) +195,319,172,Miami FL MSA +195,320,172,Miami FL MSA +195,321,173,Orlando FL CSA +195,322,257,Houston TX CSA +195,323,172,Miami FL MSA +195,324,203,Detroit MI CSA +195,325,153,Remainder of Alabama +195,326,172,Miami FL MSA +195,327,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +195,328,12,Chicago IL-IN-WI CSA (IL Part) +195,329,195,New Orleans LA CSA +195,330,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +195,331,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +195,332,172,Miami FL MSA +195,333,172,Miami FL MSA +195,334,172,Miami FL MSA +195,335,232,Cleveland OH CSA +195,336,257,Houston TX CSA +195,337,223,New York NY-NJ-CT-PA CSA (NY Part) +195,338,176,Atlanta GA-AL CSA (GA Part) +195,339,195,New Orleans LA CSA +195,340,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +195,341,195,New Orleans LA CSA +195,342,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +195,343,159,Los Angeles CA CSA +195,344,223,New York NY-NJ-CT-PA CSA (NY Part) +195,345,217,New York NY-NJ-CT-PA CSA (NJ Part) +195,346,172,Miami FL MSA +195,347,172,Miami FL MSA +195,348,172,Miami FL MSA +195,349,223,New York NY-NJ-CT-PA CSA (NY Part) +195,350,223,New York NY-NJ-CT-PA CSA (NY Part) +195,351,266,Washington DC-MD-VA-WV CSA (VA Part) +195,352,192,Remainder of Kentucky +195,353,223,New York NY-NJ-CT-PA CSA (NY Part) +195,354,12,Chicago IL-IN-WI CSA (IL Part) +195,355,172,Miami FL MSA +195,356,172,Miami FL MSA +195,357,172,Miami FL MSA +195,358,172,Miami FL MSA +195,359,172,Miami FL MSA +195,360,176,Atlanta GA-AL CSA (GA Part) +195,361,176,Atlanta GA-AL CSA (GA Part) +195,362,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +195,363,172,Miami FL MSA +195,364,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +195,365,226,Charlotte NC-SC CSA (NC Part) +195,366,153,Remainder of Alabama +195,367,255,Dallas-Fort Worth TX CSA +195,368,201,Boston MA-NH CSA (MA Part) +195,369,169,Delaware +195,370,217,New York NY-NJ-CT-PA CSA (NJ Part) +195,371,186,Indianapolis IN CSA +195,372,232,Cleveland OH CSA +195,373,257,Houston TX CSA +195,374,12,Chicago IL-IN-WI CSA (IL Part) +195,375,249,Memphis TN-MS-AR MSA (TN Part) +195,376,203,Detroit MI CSA +195,377,176,Atlanta GA-AL CSA (GA Part) +195,378,172,Miami FL MSA +195,379,153,Remainder of Alabama +195,380,232,Cleveland OH CSA +195,381,195,New Orleans LA CSA +195,382,266,Washington DC-MD-VA-WV CSA (VA Part) +195,383,232,Cleveland OH CSA +195,384,223,New York NY-NJ-CT-PA CSA (NY Part) +195,385,176,Atlanta GA-AL CSA (GA Part) +195,386,169,Delaware +195,387,217,New York NY-NJ-CT-PA CSA (NJ Part) +195,388,249,Memphis TN-MS-AR MSA (TN Part) +195,389,217,New York NY-NJ-CT-PA CSA (NJ Part) +195,390,172,Miami FL MSA +195,391,266,Washington DC-MD-VA-WV CSA (VA Part) +195,392,192,Remainder of Kentucky +195,393,249,Memphis TN-MS-AR MSA (TN Part) +195,394,176,Atlanta GA-AL CSA (GA Part) +195,395,153,Remainder of Alabama +195,396,159,Los Angeles CA CSA +195,397,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +195,398,201,Boston MA-NH CSA (MA Part) +195,399,257,Houston TX CSA +195,400,159,Los Angeles CA CSA +195,401,232,Cleveland OH CSA +195,402,176,Atlanta GA-AL CSA (GA Part) +195,403,12,Chicago IL-IN-WI CSA (IL Part) +195,404,266,Washington DC-MD-VA-WV CSA (VA Part) +195,405,176,Atlanta GA-AL CSA (GA Part) +195,406,191,Louisville KY-IN CSA (KY Part) +195,407,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +195,408,192,Remainder of Kentucky +195,409,266,Washington DC-MD-VA-WV CSA (VA Part) +195,410,162,San Francisco CA CSA +195,411,255,Dallas-Fort Worth TX CSA +195,412,176,Atlanta GA-AL CSA (GA Part) +195,413,249,Memphis TN-MS-AR MSA (TN Part) +195,414,257,Houston TX CSA +195,415,169,Delaware +195,416,266,Washington DC-MD-VA-WV CSA (VA Part) +195,417,162,San Francisco CA CSA +195,418,154,Alaska +195,419,223,New York NY-NJ-CT-PA CSA (NY Part) +195,420,223,New York NY-NJ-CT-PA CSA (NY Part) +195,421,223,New York NY-NJ-CT-PA CSA (NY Part) +195,422,159,Los Angeles CA CSA +195,423,231,Cincinnati OH-KY-IN CSA (OH Part) +195,424,172,Miami FL MSA +195,425,159,Los Angeles CA CSA +195,426,172,Miami FL MSA +195,427,172,Miami FL MSA +195,428,159,Los Angeles CA CSA +195,429,172,Miami FL MSA +195,430,192,Remainder of Kentucky +195,431,223,New York NY-NJ-CT-PA CSA (NY Part) +195,432,176,Atlanta GA-AL CSA (GA Part) +195,433,223,New York NY-NJ-CT-PA CSA (NY Part) +195,434,249,Memphis TN-MS-AR MSA (TN Part) +195,435,255,Dallas-Fort Worth TX CSA +195,436,217,New York NY-NJ-CT-PA CSA (NJ Part) +195,437,172,Miami FL MSA +195,438,172,Miami FL MSA +195,439,172,Miami FL MSA +195,440,172,Miami FL MSA +195,441,195,New Orleans LA CSA +195,442,223,New York NY-NJ-CT-PA CSA (NY Part) +195,443,176,Atlanta GA-AL CSA (GA Part) +195,444,176,Atlanta GA-AL CSA (GA Part) +195,445,153,Remainder of Alabama +195,446,266,Washington DC-MD-VA-WV CSA (VA Part) +195,447,223,New York NY-NJ-CT-PA CSA (NY Part) +195,448,172,Miami FL MSA +195,449,176,Atlanta GA-AL CSA (GA Part) +195,450,172,Miami FL MSA +195,451,12,Chicago IL-IN-WI CSA (IL Part) +195,452,223,New York NY-NJ-CT-PA CSA (NY Part) +195,453,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +195,454,217,New York NY-NJ-CT-PA CSA (NJ Part) +195,455,191,Louisville KY-IN CSA (KY Part) +195,456,255,Dallas-Fort Worth TX CSA +195,457,223,New York NY-NJ-CT-PA CSA (NY Part) +195,458,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +195,459,217,New York NY-NJ-CT-PA CSA (NJ Part) +195,460,266,Washington DC-MD-VA-WV CSA (VA Part) +195,461,172,Miami FL MSA +195,462,169,Delaware +195,463,176,Atlanta GA-AL CSA (GA Part) +195,464,223,New York NY-NJ-CT-PA CSA (NY Part) +195,465,249,Memphis TN-MS-AR MSA (TN Part) +195,466,12,Chicago IL-IN-WI CSA (IL Part) +195,467,195,New Orleans LA CSA +195,468,217,New York NY-NJ-CT-PA CSA (NJ Part) +195,469,223,New York NY-NJ-CT-PA CSA (NY Part) +195,470,257,Houston TX CSA +195,471,172,Miami FL MSA +195,472,159,Los Angeles CA CSA +195,473,162,San Francisco CA CSA +195,474,176,Atlanta GA-AL CSA (GA Part) +195,475,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +195,476,12,Chicago IL-IN-WI CSA (IL Part) +195,477,191,Louisville KY-IN CSA (KY Part) +195,478,172,Miami FL MSA +195,479,159,Los Angeles CA CSA +195,480,266,Washington DC-MD-VA-WV CSA (VA Part) +195,481,223,New York NY-NJ-CT-PA CSA (NY Part) +195,482,223,New York NY-NJ-CT-PA CSA (NY Part) +195,483,232,Cleveland OH CSA +195,484,172,Miami FL MSA +195,485,217,New York NY-NJ-CT-PA CSA (NJ Part) +195,486,179,Honolulu HI MSA +195,487,172,Miami FL MSA +195,488,12,Chicago IL-IN-WI CSA (IL Part) +195,489,195,New Orleans LA CSA +195,490,176,Atlanta GA-AL CSA (GA Part) +195,491,266,Washington DC-MD-VA-WV CSA (VA Part) +196,274,12,Chicago IL-IN-WI CSA (IL Part) +196,275,217,New York NY-NJ-CT-PA CSA (NJ Part) +196,276,203,Detroit MI CSA +196,277,169,Delaware +196,278,172,Miami FL MSA +196,279,172,Miami FL MSA +196,280,195,New Orleans LA CSA +196,281,172,Miami FL MSA +196,282,217,New York NY-NJ-CT-PA CSA (NJ Part) +196,283,172,Miami FL MSA +196,284,179,Honolulu HI MSA +196,285,191,Louisville KY-IN CSA (KY Part) +196,286,176,Atlanta GA-AL CSA (GA Part) +196,287,172,Miami FL MSA +196,288,217,New York NY-NJ-CT-PA CSA (NJ Part) +196,289,195,New Orleans LA CSA +196,290,195,New Orleans LA CSA +196,291,176,Atlanta GA-AL CSA (GA Part) +196,292,223,New York NY-NJ-CT-PA CSA (NY Part) +196,293,195,New Orleans LA CSA +196,294,169,Delaware +196,295,176,Atlanta GA-AL CSA (GA Part) +196,296,12,Chicago IL-IN-WI CSA (IL Part) +196,297,249,Memphis TN-MS-AR MSA (TN Part) +196,298,223,New York NY-NJ-CT-PA CSA (NY Part) +196,299,249,Memphis TN-MS-AR MSA (TN Part) +196,300,172,Miami FL MSA +196,301,191,Louisville KY-IN CSA (KY Part) +196,302,172,Miami FL MSA +196,303,159,Los Angeles CA CSA +196,304,226,Charlotte NC-SC CSA (NC Part) +196,305,201,Boston MA-NH CSA (MA Part) +196,306,186,Indianapolis IN CSA +196,307,217,New York NY-NJ-CT-PA CSA (NJ Part) +196,308,249,Memphis TN-MS-AR MSA (TN Part) +196,309,217,New York NY-NJ-CT-PA CSA (NJ Part) +196,310,12,Chicago IL-IN-WI CSA (IL Part) +196,311,223,New York NY-NJ-CT-PA CSA (NY Part) +196,312,195,New Orleans LA CSA +196,313,223,New York NY-NJ-CT-PA CSA (NY Part) +196,314,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +196,315,172,Miami FL MSA +196,316,154,Alaska +196,317,154,Alaska +196,318,12,Chicago IL-IN-WI CSA (IL Part) +196,319,172,Miami FL MSA +196,320,169,Delaware +196,321,223,New York NY-NJ-CT-PA CSA (NY Part) +196,322,257,Houston TX CSA +196,323,173,Orlando FL CSA +196,324,176,Atlanta GA-AL CSA (GA Part) +196,325,172,Miami FL MSA +196,326,172,Miami FL MSA +196,327,231,Cincinnati OH-KY-IN CSA (OH Part) +196,328,232,Cleveland OH CSA +196,329,223,New York NY-NJ-CT-PA CSA (NY Part) +196,330,12,Chicago IL-IN-WI CSA (IL Part) +196,331,223,New York NY-NJ-CT-PA CSA (NY Part) +196,332,172,Miami FL MSA +196,333,172,Miami FL MSA +196,334,172,Miami FL MSA +196,335,249,Memphis TN-MS-AR MSA (TN Part) +196,336,249,Memphis TN-MS-AR MSA (TN Part) +196,337,186,Indianapolis IN CSA +196,338,176,Atlanta GA-AL CSA (GA Part) +196,339,201,Boston MA-NH CSA (MA Part) +196,340,217,New York NY-NJ-CT-PA CSA (NJ Part) +196,341,153,Remainder of Alabama +196,342,249,Memphis TN-MS-AR MSA (TN Part) +196,343,159,Los Angeles CA CSA +196,344,255,Dallas-Fort Worth TX CSA +196,345,192,Remainder of Kentucky +196,346,172,Miami FL MSA +196,347,176,Atlanta GA-AL CSA (GA Part) +196,348,153,Remainder of Alabama +196,349,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +196,350,217,New York NY-NJ-CT-PA CSA (NJ Part) +196,351,217,New York NY-NJ-CT-PA CSA (NJ Part) +196,352,217,New York NY-NJ-CT-PA CSA (NJ Part) +196,353,153,Remainder of Alabama +196,354,249,Memphis TN-MS-AR MSA (TN Part) +196,355,176,Atlanta GA-AL CSA (GA Part) +196,356,257,Houston TX CSA +196,357,223,New York NY-NJ-CT-PA CSA (NY Part) +196,358,195,New Orleans LA CSA +196,359,172,Miami FL MSA +196,360,172,Miami FL MSA +196,361,249,Memphis TN-MS-AR MSA (TN Part) +196,362,12,Chicago IL-IN-WI CSA (IL Part) +196,363,153,Remainder of Alabama +196,364,186,Indianapolis IN CSA +196,365,176,Atlanta GA-AL CSA (GA Part) +196,366,223,New York NY-NJ-CT-PA CSA (NY Part) +196,367,154,Alaska +196,368,223,New York NY-NJ-CT-PA CSA (NY Part) +196,369,169,Delaware +196,370,226,Charlotte NC-SC CSA (NC Part) +196,371,12,Chicago IL-IN-WI CSA (IL Part) +196,372,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +196,373,257,Houston TX CSA +196,374,12,Chicago IL-IN-WI CSA (IL Part) +196,375,223,New York NY-NJ-CT-PA CSA (NY Part) +196,376,249,Memphis TN-MS-AR MSA (TN Part) +196,377,217,New York NY-NJ-CT-PA CSA (NJ Part) +196,378,172,Miami FL MSA +196,379,12,Chicago IL-IN-WI CSA (IL Part) +196,380,223,New York NY-NJ-CT-PA CSA (NY Part) +196,381,176,Atlanta GA-AL CSA (GA Part) +196,382,249,Memphis TN-MS-AR MSA (TN Part) +196,383,12,Chicago IL-IN-WI CSA (IL Part) +196,384,172,Miami FL MSA +196,385,176,Atlanta GA-AL CSA (GA Part) +196,386,266,Washington DC-MD-VA-WV CSA (VA Part) +196,387,217,New York NY-NJ-CT-PA CSA (NJ Part) +196,388,223,New York NY-NJ-CT-PA CSA (NY Part) +196,389,249,Memphis TN-MS-AR MSA (TN Part) +196,390,249,Memphis TN-MS-AR MSA (TN Part) +196,391,223,New York NY-NJ-CT-PA CSA (NY Part) +196,392,154,Alaska +196,393,226,Charlotte NC-SC CSA (NC Part) +196,394,176,Atlanta GA-AL CSA (GA Part) +196,395,186,Indianapolis IN CSA +196,396,249,Memphis TN-MS-AR MSA (TN Part) +196,397,176,Atlanta GA-AL CSA (GA Part) +196,398,232,Cleveland OH CSA +196,399,249,Memphis TN-MS-AR MSA (TN Part) +196,400,249,Memphis TN-MS-AR MSA (TN Part) +196,401,223,New York NY-NJ-CT-PA CSA (NY Part) +196,402,217,New York NY-NJ-CT-PA CSA (NJ Part) +196,403,255,Dallas-Fort Worth TX CSA +196,404,12,Chicago IL-IN-WI CSA (IL Part) +196,405,172,Miami FL MSA +196,406,217,New York NY-NJ-CT-PA CSA (NJ Part) +196,407,191,Louisville KY-IN CSA (KY Part) +196,408,154,Alaska +196,409,191,Louisville KY-IN CSA (KY Part) +196,410,159,Los Angeles CA CSA +196,411,12,Chicago IL-IN-WI CSA (IL Part) +196,412,223,New York NY-NJ-CT-PA CSA (NY Part) +196,413,255,Dallas-Fort Worth TX CSA +196,414,257,Houston TX CSA +196,415,249,Memphis TN-MS-AR MSA (TN Part) +196,416,249,Memphis TN-MS-AR MSA (TN Part) +196,417,162,San Francisco CA CSA +196,418,154,Alaska +196,419,249,Memphis TN-MS-AR MSA (TN Part) +196,420,249,Memphis TN-MS-AR MSA (TN Part) +196,421,12,Chicago IL-IN-WI CSA (IL Part) +196,422,154,Alaska +196,423,217,New York NY-NJ-CT-PA CSA (NJ Part) +196,424,172,Miami FL MSA +196,425,159,Los Angeles CA CSA +196,426,173,Orlando FL CSA +196,427,195,New Orleans LA CSA +196,428,154,Alaska +196,429,176,Atlanta GA-AL CSA (GA Part) +196,430,249,Memphis TN-MS-AR MSA (TN Part) +196,431,223,New York NY-NJ-CT-PA CSA (NY Part) +196,432,217,New York NY-NJ-CT-PA CSA (NJ Part) +196,433,12,Chicago IL-IN-WI CSA (IL Part) +196,434,12,Chicago IL-IN-WI CSA (IL Part) +196,435,232,Cleveland OH CSA +196,436,176,Atlanta GA-AL CSA (GA Part) +196,437,249,Memphis TN-MS-AR MSA (TN Part) +196,438,172,Miami FL MSA +196,439,173,Orlando FL CSA +196,440,172,Miami FL MSA +196,441,162,San Francisco CA CSA +196,442,223,New York NY-NJ-CT-PA CSA (NY Part) +196,443,172,Miami FL MSA +196,444,186,Indianapolis IN CSA +196,445,153,Remainder of Alabama +196,446,223,New York NY-NJ-CT-PA CSA (NY Part) +196,447,223,New York NY-NJ-CT-PA CSA (NY Part) +196,448,153,Remainder of Alabama +196,449,257,Houston TX CSA +196,450,176,Atlanta GA-AL CSA (GA Part) +196,451,192,Remainder of Kentucky +196,452,266,Washington DC-MD-VA-WV CSA (VA Part) +196,453,12,Chicago IL-IN-WI CSA (IL Part) +196,454,172,Miami FL MSA +196,455,249,Memphis TN-MS-AR MSA (TN Part) +196,456,162,San Francisco CA CSA +196,457,172,Miami FL MSA +196,458,223,New York NY-NJ-CT-PA CSA (NY Part) +196,459,153,Remainder of Alabama +196,460,12,Chicago IL-IN-WI CSA (IL Part) +196,461,172,Miami FL MSA +196,462,172,Miami FL MSA +196,463,12,Chicago IL-IN-WI CSA (IL Part) +196,464,223,New York NY-NJ-CT-PA CSA (NY Part) +196,465,153,Remainder of Alabama +196,466,12,Chicago IL-IN-WI CSA (IL Part) +196,467,186,Indianapolis IN CSA +196,468,249,Memphis TN-MS-AR MSA (TN Part) +196,469,217,New York NY-NJ-CT-PA CSA (NJ Part) +196,470,162,San Francisco CA CSA +196,471,172,Miami FL MSA +196,472,257,Houston TX CSA +196,473,159,Los Angeles CA CSA +196,474,172,Miami FL MSA +196,475,245,Charleston SC MSA +196,476,223,New York NY-NJ-CT-PA CSA (NY Part) +196,477,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +196,478,172,Miami FL MSA +196,479,195,New Orleans LA CSA +196,480,223,New York NY-NJ-CT-PA CSA (NY Part) +196,481,231,Cincinnati OH-KY-IN CSA (OH Part) +196,482,217,New York NY-NJ-CT-PA CSA (NJ Part) +196,483,176,Atlanta GA-AL CSA (GA Part) +196,484,255,Dallas-Fort Worth TX CSA +196,485,153,Remainder of Alabama +196,486,162,San Francisco CA CSA +196,487,172,Miami FL MSA +196,488,268,Seattle WA CSA +196,489,217,New York NY-NJ-CT-PA CSA (NJ Part) +196,490,249,Memphis TN-MS-AR MSA (TN Part) +196,491,173,Orlando FL CSA +197,274,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,275,223,New York NY-NJ-CT-PA CSA (NY Part) +197,276,223,New York NY-NJ-CT-PA CSA (NY Part) +197,277,223,New York NY-NJ-CT-PA CSA (NY Part) +197,278,223,New York NY-NJ-CT-PA CSA (NY Part) +197,279,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +197,280,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,281,223,New York NY-NJ-CT-PA CSA (NY Part) +197,282,223,New York NY-NJ-CT-PA CSA (NY Part) +197,283,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +197,284,154,Alaska +197,285,223,New York NY-NJ-CT-PA CSA (NY Part) +197,286,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,287,223,New York NY-NJ-CT-PA CSA (NY Part) +197,288,223,New York NY-NJ-CT-PA CSA (NY Part) +197,289,223,New York NY-NJ-CT-PA CSA (NY Part) +197,290,223,New York NY-NJ-CT-PA CSA (NY Part) +197,291,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,292,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +197,293,172,Miami FL MSA +197,294,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +197,295,223,New York NY-NJ-CT-PA CSA (NY Part) +197,296,169,Delaware +197,297,223,New York NY-NJ-CT-PA CSA (NY Part) +197,298,223,New York NY-NJ-CT-PA CSA (NY Part) +197,299,226,Charlotte NC-SC CSA (NC Part) +197,300,223,New York NY-NJ-CT-PA CSA (NY Part) +197,301,223,New York NY-NJ-CT-PA CSA (NY Part) +197,302,223,New York NY-NJ-CT-PA CSA (NY Part) +197,303,154,Alaska +197,304,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +197,305,223,New York NY-NJ-CT-PA CSA (NY Part) +197,306,223,New York NY-NJ-CT-PA CSA (NY Part) +197,307,223,New York NY-NJ-CT-PA CSA (NY Part) +197,308,154,Alaska +197,309,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +197,310,223,New York NY-NJ-CT-PA CSA (NY Part) +197,311,223,New York NY-NJ-CT-PA CSA (NY Part) +197,312,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +197,313,232,Cleveland OH CSA +197,314,223,New York NY-NJ-CT-PA CSA (NY Part) +197,315,223,New York NY-NJ-CT-PA CSA (NY Part) +197,316,232,Cleveland OH CSA +197,317,223,New York NY-NJ-CT-PA CSA (NY Part) +197,318,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,319,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +197,320,223,New York NY-NJ-CT-PA CSA (NY Part) +197,321,266,Washington DC-MD-VA-WV CSA (VA Part) +197,322,203,Detroit MI CSA +197,323,223,New York NY-NJ-CT-PA CSA (NY Part) +197,324,223,New York NY-NJ-CT-PA CSA (NY Part) +197,325,223,New York NY-NJ-CT-PA CSA (NY Part) +197,326,223,New York NY-NJ-CT-PA CSA (NY Part) +197,327,223,New York NY-NJ-CT-PA CSA (NY Part) +197,328,223,New York NY-NJ-CT-PA CSA (NY Part) +197,329,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,330,201,Boston MA-NH CSA (MA Part) +197,331,201,Boston MA-NH CSA (MA Part) +197,332,223,New York NY-NJ-CT-PA CSA (NY Part) +197,333,223,New York NY-NJ-CT-PA CSA (NY Part) +197,334,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,335,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +197,336,172,Miami FL MSA +197,337,223,New York NY-NJ-CT-PA CSA (NY Part) +197,338,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,339,223,New York NY-NJ-CT-PA CSA (NY Part) +197,340,223,New York NY-NJ-CT-PA CSA (NY Part) +197,341,223,New York NY-NJ-CT-PA CSA (NY Part) +197,342,223,New York NY-NJ-CT-PA CSA (NY Part) +197,343,255,Dallas-Fort Worth TX CSA +197,344,223,New York NY-NJ-CT-PA CSA (NY Part) +197,345,223,New York NY-NJ-CT-PA CSA (NY Part) +197,346,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +197,347,223,New York NY-NJ-CT-PA CSA (NY Part) +197,348,223,New York NY-NJ-CT-PA CSA (NY Part) +197,349,223,New York NY-NJ-CT-PA CSA (NY Part) +197,350,266,Washington DC-MD-VA-WV CSA (VA Part) +197,351,223,New York NY-NJ-CT-PA CSA (NY Part) +197,352,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,353,223,New York NY-NJ-CT-PA CSA (NY Part) +197,354,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +197,355,223,New York NY-NJ-CT-PA CSA (NY Part) +197,356,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +197,357,223,New York NY-NJ-CT-PA CSA (NY Part) +197,358,232,Cleveland OH CSA +197,359,266,Washington DC-MD-VA-WV CSA (VA Part) +197,360,266,Washington DC-MD-VA-WV CSA (VA Part) +197,361,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,362,223,New York NY-NJ-CT-PA CSA (NY Part) +197,363,172,Miami FL MSA +197,364,223,New York NY-NJ-CT-PA CSA (NY Part) +197,365,223,New York NY-NJ-CT-PA CSA (NY Part) +197,366,192,Remainder of Kentucky +197,367,268,Seattle WA CSA +197,368,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,369,223,New York NY-NJ-CT-PA CSA (NY Part) +197,370,223,New York NY-NJ-CT-PA CSA (NY Part) +197,371,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,372,223,New York NY-NJ-CT-PA CSA (NY Part) +197,373,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +197,374,223,New York NY-NJ-CT-PA CSA (NY Part) +197,375,223,New York NY-NJ-CT-PA CSA (NY Part) +197,376,223,New York NY-NJ-CT-PA CSA (NY Part) +197,377,223,New York NY-NJ-CT-PA CSA (NY Part) +197,378,223,New York NY-NJ-CT-PA CSA (NY Part) +197,379,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,380,223,New York NY-NJ-CT-PA CSA (NY Part) +197,381,223,New York NY-NJ-CT-PA CSA (NY Part) +197,382,201,Boston MA-NH CSA (MA Part) +197,383,223,New York NY-NJ-CT-PA CSA (NY Part) +197,384,223,New York NY-NJ-CT-PA CSA (NY Part) +197,385,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,386,223,New York NY-NJ-CT-PA CSA (NY Part) +197,387,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,388,203,Detroit MI CSA +197,389,223,New York NY-NJ-CT-PA CSA (NY Part) +197,390,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,391,223,New York NY-NJ-CT-PA CSA (NY Part) +197,392,154,Alaska +197,393,223,New York NY-NJ-CT-PA CSA (NY Part) +197,394,223,New York NY-NJ-CT-PA CSA (NY Part) +197,395,223,New York NY-NJ-CT-PA CSA (NY Part) +197,396,159,Los Angeles CA CSA +197,397,223,New York NY-NJ-CT-PA CSA (NY Part) +197,398,12,Chicago IL-IN-WI CSA (IL Part) +197,399,195,New Orleans LA CSA +197,400,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,401,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +197,402,223,New York NY-NJ-CT-PA CSA (NY Part) +197,403,223,New York NY-NJ-CT-PA CSA (NY Part) +197,404,223,New York NY-NJ-CT-PA CSA (NY Part) +197,405,223,New York NY-NJ-CT-PA CSA (NY Part) +197,406,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +197,407,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,408,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,409,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,410,179,Honolulu HI MSA +197,411,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,412,201,Boston MA-NH CSA (MA Part) +197,413,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,414,223,New York NY-NJ-CT-PA CSA (NY Part) +197,415,223,New York NY-NJ-CT-PA CSA (NY Part) +197,416,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +197,417,12,Chicago IL-IN-WI CSA (IL Part) +197,418,154,Alaska +197,419,223,New York NY-NJ-CT-PA CSA (NY Part) +197,420,169,Delaware +197,421,223,New York NY-NJ-CT-PA CSA (NY Part) +197,422,154,Alaska +197,423,223,New York NY-NJ-CT-PA CSA (NY Part) +197,424,172,Miami FL MSA +197,425,154,Alaska +197,426,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,427,201,Boston MA-NH CSA (MA Part) +197,428,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +197,429,153,Remainder of Alabama +197,430,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +197,431,223,New York NY-NJ-CT-PA CSA (NY Part) +197,432,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,433,223,New York NY-NJ-CT-PA CSA (NY Part) +197,434,223,New York NY-NJ-CT-PA CSA (NY Part) +197,435,223,New York NY-NJ-CT-PA CSA (NY Part) +197,436,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,437,223,New York NY-NJ-CT-PA CSA (NY Part) +197,438,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,439,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,440,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,441,249,Memphis TN-MS-AR MSA (TN Part) +197,442,266,Washington DC-MD-VA-WV CSA (VA Part) +197,443,223,New York NY-NJ-CT-PA CSA (NY Part) +197,444,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,445,223,New York NY-NJ-CT-PA CSA (NY Part) +197,446,223,New York NY-NJ-CT-PA CSA (NY Part) +197,447,223,New York NY-NJ-CT-PA CSA (NY Part) +197,448,223,New York NY-NJ-CT-PA CSA (NY Part) +197,449,223,New York NY-NJ-CT-PA CSA (NY Part) +197,450,223,New York NY-NJ-CT-PA CSA (NY Part) +197,451,201,Boston MA-NH CSA (MA Part) +197,452,223,New York NY-NJ-CT-PA CSA (NY Part) +197,453,223,New York NY-NJ-CT-PA CSA (NY Part) +197,454,223,New York NY-NJ-CT-PA CSA (NY Part) +197,455,223,New York NY-NJ-CT-PA CSA (NY Part) +197,456,223,New York NY-NJ-CT-PA CSA (NY Part) +197,457,223,New York NY-NJ-CT-PA CSA (NY Part) +197,458,223,New York NY-NJ-CT-PA CSA (NY Part) +197,459,203,Detroit MI CSA +197,460,223,New York NY-NJ-CT-PA CSA (NY Part) +197,461,223,New York NY-NJ-CT-PA CSA (NY Part) +197,462,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,463,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,464,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,465,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,466,223,New York NY-NJ-CT-PA CSA (NY Part) +197,467,223,New York NY-NJ-CT-PA CSA (NY Part) +197,468,223,New York NY-NJ-CT-PA CSA (NY Part) +197,469,223,New York NY-NJ-CT-PA CSA (NY Part) +197,470,154,Alaska +197,471,223,New York NY-NJ-CT-PA CSA (NY Part) +197,472,191,Louisville KY-IN CSA (KY Part) +197,473,232,Cleveland OH CSA +197,474,223,New York NY-NJ-CT-PA CSA (NY Part) +197,475,266,Washington DC-MD-VA-WV CSA (VA Part) +197,476,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,477,223,New York NY-NJ-CT-PA CSA (NY Part) +197,478,223,New York NY-NJ-CT-PA CSA (NY Part) +197,479,203,Detroit MI CSA +197,480,223,New York NY-NJ-CT-PA CSA (NY Part) +197,481,223,New York NY-NJ-CT-PA CSA (NY Part) +197,482,223,New York NY-NJ-CT-PA CSA (NY Part) +197,483,223,New York NY-NJ-CT-PA CSA (NY Part) +197,484,172,Miami FL MSA +197,485,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,486,255,Dallas-Fort Worth TX CSA +197,487,217,New York NY-NJ-CT-PA CSA (NJ Part) +197,488,223,New York NY-NJ-CT-PA CSA (NY Part) +197,489,223,New York NY-NJ-CT-PA CSA (NY Part) +197,490,223,New York NY-NJ-CT-PA CSA (NY Part) +197,491,223,New York NY-NJ-CT-PA CSA (NY Part) +198,274,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +198,275,266,Washington DC-MD-VA-WV CSA (VA Part) +198,276,223,New York NY-NJ-CT-PA CSA (NY Part) +198,277,223,New York NY-NJ-CT-PA CSA (NY Part) +198,278,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,279,223,New York NY-NJ-CT-PA CSA (NY Part) +198,280,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +198,281,266,Washington DC-MD-VA-WV CSA (VA Part) +198,282,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,283,266,Washington DC-MD-VA-WV CSA (VA Part) +198,284,191,Louisville KY-IN CSA (KY Part) +198,285,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +198,286,223,New York NY-NJ-CT-PA CSA (NY Part) +198,287,226,Charlotte NC-SC CSA (NC Part) +198,288,223,New York NY-NJ-CT-PA CSA (NY Part) +198,289,223,New York NY-NJ-CT-PA CSA (NY Part) +198,290,173,Orlando FL CSA +198,291,223,New York NY-NJ-CT-PA CSA (NY Part) +198,292,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,293,172,Miami FL MSA +198,294,223,New York NY-NJ-CT-PA CSA (NY Part) +198,295,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,296,223,New York NY-NJ-CT-PA CSA (NY Part) +198,297,169,Delaware +198,298,232,Cleveland OH CSA +198,299,223,New York NY-NJ-CT-PA CSA (NY Part) +198,300,223,New York NY-NJ-CT-PA CSA (NY Part) +198,301,223,New York NY-NJ-CT-PA CSA (NY Part) +198,302,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,303,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,304,223,New York NY-NJ-CT-PA CSA (NY Part) +198,305,223,New York NY-NJ-CT-PA CSA (NY Part) +198,306,266,Washington DC-MD-VA-WV CSA (VA Part) +198,307,223,New York NY-NJ-CT-PA CSA (NY Part) +198,308,223,New York NY-NJ-CT-PA CSA (NY Part) +198,309,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,310,186,Indianapolis IN CSA +198,311,223,New York NY-NJ-CT-PA CSA (NY Part) +198,312,172,Miami FL MSA +198,313,223,New York NY-NJ-CT-PA CSA (NY Part) +198,314,223,New York NY-NJ-CT-PA CSA (NY Part) +198,315,223,New York NY-NJ-CT-PA CSA (NY Part) +198,316,203,Detroit MI CSA +198,317,12,Chicago IL-IN-WI CSA (IL Part) +198,318,223,New York NY-NJ-CT-PA CSA (NY Part) +198,319,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,320,223,New York NY-NJ-CT-PA CSA (NY Part) +198,321,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +198,322,232,Cleveland OH CSA +198,323,172,Miami FL MSA +198,324,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,325,172,Miami FL MSA +198,326,266,Washington DC-MD-VA-WV CSA (VA Part) +198,327,223,New York NY-NJ-CT-PA CSA (NY Part) +198,328,223,New York NY-NJ-CT-PA CSA (NY Part) +198,329,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,330,223,New York NY-NJ-CT-PA CSA (NY Part) +198,331,223,New York NY-NJ-CT-PA CSA (NY Part) +198,332,223,New York NY-NJ-CT-PA CSA (NY Part) +198,333,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,334,173,Orlando FL CSA +198,335,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,336,153,Remainder of Alabama +198,337,223,New York NY-NJ-CT-PA CSA (NY Part) +198,338,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,339,223,New York NY-NJ-CT-PA CSA (NY Part) +198,340,203,Detroit MI CSA +198,341,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,342,266,Washington DC-MD-VA-WV CSA (VA Part) +198,343,266,Washington DC-MD-VA-WV CSA (VA Part) +198,344,223,New York NY-NJ-CT-PA CSA (NY Part) +198,345,223,New York NY-NJ-CT-PA CSA (NY Part) +198,346,201,Boston MA-NH CSA (MA Part) +198,347,266,Washington DC-MD-VA-WV CSA (VA Part) +198,348,223,New York NY-NJ-CT-PA CSA (NY Part) +198,349,223,New York NY-NJ-CT-PA CSA (NY Part) +198,350,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +198,351,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +198,352,223,New York NY-NJ-CT-PA CSA (NY Part) +198,353,223,New York NY-NJ-CT-PA CSA (NY Part) +198,354,223,New York NY-NJ-CT-PA CSA (NY Part) +198,355,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +198,356,266,Washington DC-MD-VA-WV CSA (VA Part) +198,357,201,Boston MA-NH CSA (MA Part) +198,358,223,New York NY-NJ-CT-PA CSA (NY Part) +198,359,266,Washington DC-MD-VA-WV CSA (VA Part) +198,360,266,Washington DC-MD-VA-WV CSA (VA Part) +198,361,223,New York NY-NJ-CT-PA CSA (NY Part) +198,362,223,New York NY-NJ-CT-PA CSA (NY Part) +198,363,172,Miami FL MSA +198,364,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,365,223,New York NY-NJ-CT-PA CSA (NY Part) +198,366,223,New York NY-NJ-CT-PA CSA (NY Part) +198,367,154,Alaska +198,368,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,369,223,New York NY-NJ-CT-PA CSA (NY Part) +198,370,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,371,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +198,372,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,373,172,Miami FL MSA +198,374,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,375,223,New York NY-NJ-CT-PA CSA (NY Part) +198,376,223,New York NY-NJ-CT-PA CSA (NY Part) +198,377,169,Delaware +198,378,223,New York NY-NJ-CT-PA CSA (NY Part) +198,379,223,New York NY-NJ-CT-PA CSA (NY Part) +198,380,266,Washington DC-MD-VA-WV CSA (VA Part) +198,381,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,382,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +198,383,223,New York NY-NJ-CT-PA CSA (NY Part) +198,384,223,New York NY-NJ-CT-PA CSA (NY Part) +198,385,266,Washington DC-MD-VA-WV CSA (VA Part) +198,386,223,New York NY-NJ-CT-PA CSA (NY Part) +198,387,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,388,223,New York NY-NJ-CT-PA CSA (NY Part) +198,389,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,390,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,391,223,New York NY-NJ-CT-PA CSA (NY Part) +198,392,223,New York NY-NJ-CT-PA CSA (NY Part) +198,393,201,Boston MA-NH CSA (MA Part) +198,394,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,395,266,Washington DC-MD-VA-WV CSA (VA Part) +198,396,249,Memphis TN-MS-AR MSA (TN Part) +198,397,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +198,398,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +198,399,249,Memphis TN-MS-AR MSA (TN Part) +198,400,154,Alaska +198,401,223,New York NY-NJ-CT-PA CSA (NY Part) +198,402,223,New York NY-NJ-CT-PA CSA (NY Part) +198,403,232,Cleveland OH CSA +198,404,266,Washington DC-MD-VA-WV CSA (VA Part) +198,405,266,Washington DC-MD-VA-WV CSA (VA Part) +198,406,223,New York NY-NJ-CT-PA CSA (NY Part) +198,407,223,New York NY-NJ-CT-PA CSA (NY Part) +198,408,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +198,409,223,New York NY-NJ-CT-PA CSA (NY Part) +198,410,232,Cleveland OH CSA +198,411,223,New York NY-NJ-CT-PA CSA (NY Part) +198,412,223,New York NY-NJ-CT-PA CSA (NY Part) +198,413,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +198,414,226,Charlotte NC-SC CSA (NC Part) +198,415,223,New York NY-NJ-CT-PA CSA (NY Part) +198,416,223,New York NY-NJ-CT-PA CSA (NY Part) +198,417,162,San Francisco CA CSA +198,418,186,Indianapolis IN CSA +198,419,223,New York NY-NJ-CT-PA CSA (NY Part) +198,420,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,421,223,New York NY-NJ-CT-PA CSA (NY Part) +198,422,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,423,223,New York NY-NJ-CT-PA CSA (NY Part) +198,424,173,Orlando FL CSA +198,425,12,Chicago IL-IN-WI CSA (IL Part) +198,426,172,Miami FL MSA +198,427,266,Washington DC-MD-VA-WV CSA (VA Part) +198,428,154,Alaska +198,429,249,Memphis TN-MS-AR MSA (TN Part) +198,430,223,New York NY-NJ-CT-PA CSA (NY Part) +198,431,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,432,223,New York NY-NJ-CT-PA CSA (NY Part) +198,433,201,Boston MA-NH CSA (MA Part) +198,434,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,435,223,New York NY-NJ-CT-PA CSA (NY Part) +198,436,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +198,437,266,Washington DC-MD-VA-WV CSA (VA Part) +198,438,266,Washington DC-MD-VA-WV CSA (VA Part) +198,439,266,Washington DC-MD-VA-WV CSA (VA Part) +198,440,266,Washington DC-MD-VA-WV CSA (VA Part) +198,441,257,Houston TX CSA +198,442,223,New York NY-NJ-CT-PA CSA (NY Part) +198,443,266,Washington DC-MD-VA-WV CSA (VA Part) +198,444,201,Boston MA-NH CSA (MA Part) +198,445,223,New York NY-NJ-CT-PA CSA (NY Part) +198,446,223,New York NY-NJ-CT-PA CSA (NY Part) +198,447,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,448,223,New York NY-NJ-CT-PA CSA (NY Part) +198,449,266,Washington DC-MD-VA-WV CSA (VA Part) +198,450,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,451,201,Boston MA-NH CSA (MA Part) +198,452,266,Washington DC-MD-VA-WV CSA (VA Part) +198,453,179,Honolulu HI MSA +198,454,201,Boston MA-NH CSA (MA Part) +198,455,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,456,223,New York NY-NJ-CT-PA CSA (NY Part) +198,457,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,458,223,New York NY-NJ-CT-PA CSA (NY Part) +198,459,223,New York NY-NJ-CT-PA CSA (NY Part) +198,460,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,461,245,Charleston SC MSA +198,462,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,463,223,New York NY-NJ-CT-PA CSA (NY Part) +198,464,223,New York NY-NJ-CT-PA CSA (NY Part) +198,465,201,Boston MA-NH CSA (MA Part) +198,466,232,Cleveland OH CSA +198,467,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,468,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,469,223,New York NY-NJ-CT-PA CSA (NY Part) +198,470,162,San Francisco CA CSA +198,471,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,472,223,New York NY-NJ-CT-PA CSA (NY Part) +198,473,191,Louisville KY-IN CSA (KY Part) +198,474,266,Washington DC-MD-VA-WV CSA (VA Part) +198,475,266,Washington DC-MD-VA-WV CSA (VA Part) +198,476,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +198,477,203,Detroit MI CSA +198,478,266,Washington DC-MD-VA-WV CSA (VA Part) +198,479,249,Memphis TN-MS-AR MSA (TN Part) +198,480,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,481,266,Washington DC-MD-VA-WV CSA (VA Part) +198,482,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,483,223,New York NY-NJ-CT-PA CSA (NY Part) +198,484,172,Miami FL MSA +198,485,217,New York NY-NJ-CT-PA CSA (NJ Part) +198,486,12,Chicago IL-IN-WI CSA (IL Part) +198,487,169,Delaware +198,488,223,New York NY-NJ-CT-PA CSA (NY Part) +198,489,223,New York NY-NJ-CT-PA CSA (NY Part) +198,490,201,Boston MA-NH CSA (MA Part) +198,491,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +199,274,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +199,275,223,New York NY-NJ-CT-PA CSA (NY Part) +199,276,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +199,277,223,New York NY-NJ-CT-PA CSA (NY Part) +199,278,201,Boston MA-NH CSA (MA Part) +199,279,223,New York NY-NJ-CT-PA CSA (NY Part) +199,280,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,281,176,Atlanta GA-AL CSA (GA Part) +199,282,266,Washington DC-MD-VA-WV CSA (VA Part) +199,283,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +199,284,257,Houston TX CSA +199,285,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,286,223,New York NY-NJ-CT-PA CSA (NY Part) +199,287,266,Washington DC-MD-VA-WV CSA (VA Part) +199,288,223,New York NY-NJ-CT-PA CSA (NY Part) +199,289,203,Detroit MI CSA +199,290,266,Washington DC-MD-VA-WV CSA (VA Part) +199,291,203,Detroit MI CSA +199,292,223,New York NY-NJ-CT-PA CSA (NY Part) +199,293,176,Atlanta GA-AL CSA (GA Part) +199,294,223,New York NY-NJ-CT-PA CSA (NY Part) +199,295,223,New York NY-NJ-CT-PA CSA (NY Part) +199,296,201,Boston MA-NH CSA (MA Part) +199,297,266,Washington DC-MD-VA-WV CSA (VA Part) +199,298,223,New York NY-NJ-CT-PA CSA (NY Part) +199,299,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,300,172,Miami FL MSA +199,301,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,302,172,Miami FL MSA +199,303,12,Chicago IL-IN-WI CSA (IL Part) +199,304,266,Washington DC-MD-VA-WV CSA (VA Part) +199,305,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,306,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +199,307,223,New York NY-NJ-CT-PA CSA (NY Part) +199,308,231,Cincinnati OH-KY-IN CSA (OH Part) +199,309,223,New York NY-NJ-CT-PA CSA (NY Part) +199,310,12,Chicago IL-IN-WI CSA (IL Part) +199,311,223,New York NY-NJ-CT-PA CSA (NY Part) +199,312,172,Miami FL MSA +199,313,266,Washington DC-MD-VA-WV CSA (VA Part) +199,314,223,New York NY-NJ-CT-PA CSA (NY Part) +199,315,176,Atlanta GA-AL CSA (GA Part) +199,316,223,New York NY-NJ-CT-PA CSA (NY Part) +199,317,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +199,318,203,Detroit MI CSA +199,319,266,Washington DC-MD-VA-WV CSA (VA Part) +199,320,223,New York NY-NJ-CT-PA CSA (NY Part) +199,321,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +199,322,176,Atlanta GA-AL CSA (GA Part) +199,323,172,Miami FL MSA +199,324,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,325,266,Washington DC-MD-VA-WV CSA (VA Part) +199,326,172,Miami FL MSA +199,327,223,New York NY-NJ-CT-PA CSA (NY Part) +199,328,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,329,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,330,232,Cleveland OH CSA +199,331,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,332,223,New York NY-NJ-CT-PA CSA (NY Part) +199,333,245,Charleston SC MSA +199,334,172,Miami FL MSA +199,335,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,336,173,Orlando FL CSA +199,337,223,New York NY-NJ-CT-PA CSA (NY Part) +199,338,203,Detroit MI CSA +199,339,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +199,340,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +199,341,223,New York NY-NJ-CT-PA CSA (NY Part) +199,342,223,New York NY-NJ-CT-PA CSA (NY Part) +199,343,162,San Francisco CA CSA +199,344,223,New York NY-NJ-CT-PA CSA (NY Part) +199,345,223,New York NY-NJ-CT-PA CSA (NY Part) +199,346,223,New York NY-NJ-CT-PA CSA (NY Part) +199,347,223,New York NY-NJ-CT-PA CSA (NY Part) +199,348,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +199,349,169,Delaware +199,350,223,New York NY-NJ-CT-PA CSA (NY Part) +199,351,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +199,352,266,Washington DC-MD-VA-WV CSA (VA Part) +199,353,203,Detroit MI CSA +199,354,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,355,223,New York NY-NJ-CT-PA CSA (NY Part) +199,356,245,Charleston SC MSA +199,357,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +199,358,223,New York NY-NJ-CT-PA CSA (NY Part) +199,359,266,Washington DC-MD-VA-WV CSA (VA Part) +199,360,172,Miami FL MSA +199,361,223,New York NY-NJ-CT-PA CSA (NY Part) +199,362,223,New York NY-NJ-CT-PA CSA (NY Part) +199,363,172,Miami FL MSA +199,364,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +199,365,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,366,266,Washington DC-MD-VA-WV CSA (VA Part) +199,367,223,New York NY-NJ-CT-PA CSA (NY Part) +199,368,223,New York NY-NJ-CT-PA CSA (NY Part) +199,369,223,New York NY-NJ-CT-PA CSA (NY Part) +199,370,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,371,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,372,201,Boston MA-NH CSA (MA Part) +199,373,172,Miami FL MSA +199,374,201,Boston MA-NH CSA (MA Part) +199,375,266,Washington DC-MD-VA-WV CSA (VA Part) +199,376,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,377,223,New York NY-NJ-CT-PA CSA (NY Part) +199,378,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,379,266,Washington DC-MD-VA-WV CSA (VA Part) +199,380,201,Boston MA-NH CSA (MA Part) +199,381,223,New York NY-NJ-CT-PA CSA (NY Part) +199,382,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,383,223,New York NY-NJ-CT-PA CSA (NY Part) +199,384,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,385,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,386,266,Washington DC-MD-VA-WV CSA (VA Part) +199,387,266,Washington DC-MD-VA-WV CSA (VA Part) +199,388,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,389,201,Boston MA-NH CSA (MA Part) +199,390,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,391,201,Boston MA-NH CSA (MA Part) +199,392,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +199,393,223,New York NY-NJ-CT-PA CSA (NY Part) +199,394,223,New York NY-NJ-CT-PA CSA (NY Part) +199,395,201,Boston MA-NH CSA (MA Part) +199,396,231,Cincinnati OH-KY-IN CSA (OH Part) +199,397,223,New York NY-NJ-CT-PA CSA (NY Part) +199,398,192,Remainder of Kentucky +199,399,266,Washington DC-MD-VA-WV CSA (VA Part) +199,400,232,Cleveland OH CSA +199,401,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,402,203,Detroit MI CSA +199,403,12,Chicago IL-IN-WI CSA (IL Part) +199,404,223,New York NY-NJ-CT-PA CSA (NY Part) +199,405,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +199,406,223,New York NY-NJ-CT-PA CSA (NY Part) +199,407,169,Delaware +199,408,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +199,409,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,410,159,Los Angeles CA CSA +199,411,223,New York NY-NJ-CT-PA CSA (NY Part) +199,412,223,New York NY-NJ-CT-PA CSA (NY Part) +199,413,159,Los Angeles CA CSA +199,414,176,Atlanta GA-AL CSA (GA Part) +199,415,223,New York NY-NJ-CT-PA CSA (NY Part) +199,416,232,Cleveland OH CSA +199,417,159,Los Angeles CA CSA +199,418,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,419,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,420,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,421,223,New York NY-NJ-CT-PA CSA (NY Part) +199,422,12,Chicago IL-IN-WI CSA (IL Part) +199,423,223,New York NY-NJ-CT-PA CSA (NY Part) +199,424,172,Miami FL MSA +199,425,232,Cleveland OH CSA +199,426,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +199,427,172,Miami FL MSA +199,428,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,429,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +199,430,223,New York NY-NJ-CT-PA CSA (NY Part) +199,431,201,Boston MA-NH CSA (MA Part) +199,432,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,433,266,Washington DC-MD-VA-WV CSA (VA Part) +199,434,223,New York NY-NJ-CT-PA CSA (NY Part) +199,435,266,Washington DC-MD-VA-WV CSA (VA Part) +199,436,232,Cleveland OH CSA +199,437,266,Washington DC-MD-VA-WV CSA (VA Part) +199,438,266,Washington DC-MD-VA-WV CSA (VA Part) +199,439,266,Washington DC-MD-VA-WV CSA (VA Part) +199,440,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,441,176,Atlanta GA-AL CSA (GA Part) +199,442,223,New York NY-NJ-CT-PA CSA (NY Part) +199,443,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +199,444,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,445,223,New York NY-NJ-CT-PA CSA (NY Part) +199,446,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,447,266,Washington DC-MD-VA-WV CSA (VA Part) +199,448,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,449,12,Chicago IL-IN-WI CSA (IL Part) +199,450,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,451,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,452,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +199,453,232,Cleveland OH CSA +199,454,266,Washington DC-MD-VA-WV CSA (VA Part) +199,455,223,New York NY-NJ-CT-PA CSA (NY Part) +199,456,203,Detroit MI CSA +199,457,266,Washington DC-MD-VA-WV CSA (VA Part) +199,458,223,New York NY-NJ-CT-PA CSA (NY Part) +199,459,223,New York NY-NJ-CT-PA CSA (NY Part) +199,460,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,461,266,Washington DC-MD-VA-WV CSA (VA Part) +199,462,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,463,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +199,464,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,465,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,466,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,467,223,New York NY-NJ-CT-PA CSA (NY Part) +199,468,223,New York NY-NJ-CT-PA CSA (NY Part) +199,469,266,Washington DC-MD-VA-WV CSA (VA Part) +199,470,154,Alaska +199,471,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,472,12,Chicago IL-IN-WI CSA (IL Part) +199,473,257,Houston TX CSA +199,474,173,Orlando FL CSA +199,475,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,476,266,Washington DC-MD-VA-WV CSA (VA Part) +199,477,223,New York NY-NJ-CT-PA CSA (NY Part) +199,478,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +199,479,159,Los Angeles CA CSA +199,480,223,New York NY-NJ-CT-PA CSA (NY Part) +199,481,223,New York NY-NJ-CT-PA CSA (NY Part) +199,482,266,Washington DC-MD-VA-WV CSA (VA Part) +199,483,223,New York NY-NJ-CT-PA CSA (NY Part) +199,484,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,485,223,New York NY-NJ-CT-PA CSA (NY Part) +199,486,159,Los Angeles CA CSA +199,487,173,Orlando FL CSA +199,488,217,New York NY-NJ-CT-PA CSA (NJ Part) +199,489,223,New York NY-NJ-CT-PA CSA (NY Part) +199,490,223,New York NY-NJ-CT-PA CSA (NY Part) +199,491,223,New York NY-NJ-CT-PA CSA (NY Part) +200,274,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,275,266,Washington DC-MD-VA-WV CSA (VA Part) +200,276,223,New York NY-NJ-CT-PA CSA (NY Part) +200,277,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,278,223,New York NY-NJ-CT-PA CSA (NY Part) +200,279,223,New York NY-NJ-CT-PA CSA (NY Part) +200,280,223,New York NY-NJ-CT-PA CSA (NY Part) +200,281,266,Washington DC-MD-VA-WV CSA (VA Part) +200,282,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,283,172,Miami FL MSA +200,284,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,285,223,New York NY-NJ-CT-PA CSA (NY Part) +200,286,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,287,172,Miami FL MSA +200,288,266,Washington DC-MD-VA-WV CSA (VA Part) +200,289,232,Cleveland OH CSA +200,290,223,New York NY-NJ-CT-PA CSA (NY Part) +200,291,223,New York NY-NJ-CT-PA CSA (NY Part) +200,292,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,293,172,Miami FL MSA +200,294,223,New York NY-NJ-CT-PA CSA (NY Part) +200,295,223,New York NY-NJ-CT-PA CSA (NY Part) +200,296,266,Washington DC-MD-VA-WV CSA (VA Part) +200,297,172,Miami FL MSA +200,298,223,New York NY-NJ-CT-PA CSA (NY Part) +200,299,223,New York NY-NJ-CT-PA CSA (NY Part) +200,300,266,Washington DC-MD-VA-WV CSA (VA Part) +200,301,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,302,223,New York NY-NJ-CT-PA CSA (NY Part) +200,303,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,304,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,305,223,New York NY-NJ-CT-PA CSA (NY Part) +200,306,223,New York NY-NJ-CT-PA CSA (NY Part) +200,307,223,New York NY-NJ-CT-PA CSA (NY Part) +200,308,223,New York NY-NJ-CT-PA CSA (NY Part) +200,309,266,Washington DC-MD-VA-WV CSA (VA Part) +200,310,12,Chicago IL-IN-WI CSA (IL Part) +200,311,223,New York NY-NJ-CT-PA CSA (NY Part) +200,312,173,Orlando FL CSA +200,313,223,New York NY-NJ-CT-PA CSA (NY Part) +200,314,223,New York NY-NJ-CT-PA CSA (NY Part) +200,315,176,Atlanta GA-AL CSA (GA Part) +200,316,232,Cleveland OH CSA +200,317,232,Cleveland OH CSA +200,318,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,319,172,Miami FL MSA +200,320,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,321,223,New York NY-NJ-CT-PA CSA (NY Part) +200,322,12,Chicago IL-IN-WI CSA (IL Part) +200,323,169,Delaware +200,324,169,Delaware +200,325,172,Miami FL MSA +200,326,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,327,223,New York NY-NJ-CT-PA CSA (NY Part) +200,328,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,329,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,330,223,New York NY-NJ-CT-PA CSA (NY Part) +200,331,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,332,223,New York NY-NJ-CT-PA CSA (NY Part) +200,333,169,Delaware +200,334,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,335,223,New York NY-NJ-CT-PA CSA (NY Part) +200,336,176,Atlanta GA-AL CSA (GA Part) +200,337,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,338,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,339,223,New York NY-NJ-CT-PA CSA (NY Part) +200,340,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,341,172,Miami FL MSA +200,342,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,343,162,San Francisco CA CSA +200,344,223,New York NY-NJ-CT-PA CSA (NY Part) +200,345,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,346,223,New York NY-NJ-CT-PA CSA (NY Part) +200,347,201,Boston MA-NH CSA (MA Part) +200,348,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,349,223,New York NY-NJ-CT-PA CSA (NY Part) +200,350,266,Washington DC-MD-VA-WV CSA (VA Part) +200,351,223,New York NY-NJ-CT-PA CSA (NY Part) +200,352,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,353,223,New York NY-NJ-CT-PA CSA (NY Part) +200,354,223,New York NY-NJ-CT-PA CSA (NY Part) +200,355,172,Miami FL MSA +200,356,172,Miami FL MSA +200,357,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,358,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,359,172,Miami FL MSA +200,360,172,Miami FL MSA +200,361,176,Atlanta GA-AL CSA (GA Part) +200,362,266,Washington DC-MD-VA-WV CSA (VA Part) +200,363,266,Washington DC-MD-VA-WV CSA (VA Part) +200,364,266,Washington DC-MD-VA-WV CSA (VA Part) +200,365,201,Boston MA-NH CSA (MA Part) +200,366,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,367,223,New York NY-NJ-CT-PA CSA (NY Part) +200,368,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,369,223,New York NY-NJ-CT-PA CSA (NY Part) +200,370,223,New York NY-NJ-CT-PA CSA (NY Part) +200,371,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,372,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,373,172,Miami FL MSA +200,374,154,Alaska +200,375,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,376,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,377,223,New York NY-NJ-CT-PA CSA (NY Part) +200,378,223,New York NY-NJ-CT-PA CSA (NY Part) +200,379,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,380,12,Chicago IL-IN-WI CSA (IL Part) +200,381,223,New York NY-NJ-CT-PA CSA (NY Part) +200,382,223,New York NY-NJ-CT-PA CSA (NY Part) +200,383,223,New York NY-NJ-CT-PA CSA (NY Part) +200,384,223,New York NY-NJ-CT-PA CSA (NY Part) +200,385,223,New York NY-NJ-CT-PA CSA (NY Part) +200,386,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,387,223,New York NY-NJ-CT-PA CSA (NY Part) +200,388,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,389,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,390,223,New York NY-NJ-CT-PA CSA (NY Part) +200,391,201,Boston MA-NH CSA (MA Part) +200,392,223,New York NY-NJ-CT-PA CSA (NY Part) +200,393,191,Louisville KY-IN CSA (KY Part) +200,394,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,395,223,New York NY-NJ-CT-PA CSA (NY Part) +200,396,159,Los Angeles CA CSA +200,397,266,Washington DC-MD-VA-WV CSA (VA Part) +200,398,223,New York NY-NJ-CT-PA CSA (NY Part) +200,399,266,Washington DC-MD-VA-WV CSA (VA Part) +200,400,12,Chicago IL-IN-WI CSA (IL Part) +200,401,223,New York NY-NJ-CT-PA CSA (NY Part) +200,402,223,New York NY-NJ-CT-PA CSA (NY Part) +200,403,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,404,201,Boston MA-NH CSA (MA Part) +200,405,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,406,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,407,266,Washington DC-MD-VA-WV CSA (VA Part) +200,408,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,409,266,Washington DC-MD-VA-WV CSA (VA Part) +200,410,268,Seattle WA CSA +200,411,12,Chicago IL-IN-WI CSA (IL Part) +200,412,223,New York NY-NJ-CT-PA CSA (NY Part) +200,413,223,New York NY-NJ-CT-PA CSA (NY Part) +200,414,172,Miami FL MSA +200,415,223,New York NY-NJ-CT-PA CSA (NY Part) +200,416,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,417,266,Washington DC-MD-VA-WV CSA (VA Part) +200,418,266,Washington DC-MD-VA-WV CSA (VA Part) +200,419,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,420,203,Detroit MI CSA +200,421,12,Chicago IL-IN-WI CSA (IL Part) +200,422,223,New York NY-NJ-CT-PA CSA (NY Part) +200,423,223,New York NY-NJ-CT-PA CSA (NY Part) +200,424,266,Washington DC-MD-VA-WV CSA (VA Part) +200,425,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,426,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,427,266,Washington DC-MD-VA-WV CSA (VA Part) +200,428,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,429,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,430,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,431,223,New York NY-NJ-CT-PA CSA (NY Part) +200,432,223,New York NY-NJ-CT-PA CSA (NY Part) +200,433,266,Washington DC-MD-VA-WV CSA (VA Part) +200,434,266,Washington DC-MD-VA-WV CSA (VA Part) +200,435,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,436,223,New York NY-NJ-CT-PA CSA (NY Part) +200,437,223,New York NY-NJ-CT-PA CSA (NY Part) +200,438,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,439,223,New York NY-NJ-CT-PA CSA (NY Part) +200,440,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,441,191,Louisville KY-IN CSA (KY Part) +200,442,223,New York NY-NJ-CT-PA CSA (NY Part) +200,443,223,New York NY-NJ-CT-PA CSA (NY Part) +200,444,223,New York NY-NJ-CT-PA CSA (NY Part) +200,445,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,446,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,447,223,New York NY-NJ-CT-PA CSA (NY Part) +200,448,223,New York NY-NJ-CT-PA CSA (NY Part) +200,449,191,Louisville KY-IN CSA (KY Part) +200,450,266,Washington DC-MD-VA-WV CSA (VA Part) +200,451,223,New York NY-NJ-CT-PA CSA (NY Part) +200,452,201,Boston MA-NH CSA (MA Part) +200,453,12,Chicago IL-IN-WI CSA (IL Part) +200,454,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,455,223,New York NY-NJ-CT-PA CSA (NY Part) +200,456,203,Detroit MI CSA +200,457,223,New York NY-NJ-CT-PA CSA (NY Part) +200,458,223,New York NY-NJ-CT-PA CSA (NY Part) +200,459,186,Indianapolis IN CSA +200,460,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,461,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,462,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,463,223,New York NY-NJ-CT-PA CSA (NY Part) +200,464,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,465,266,Washington DC-MD-VA-WV CSA (VA Part) +200,466,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,467,223,New York NY-NJ-CT-PA CSA (NY Part) +200,468,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,469,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,470,164,Denver CO CSA +200,471,223,New York NY-NJ-CT-PA CSA (NY Part) +200,472,162,San Francisco CA CSA +200,473,266,Washington DC-MD-VA-WV CSA (VA Part) +200,474,266,Washington DC-MD-VA-WV CSA (VA Part) +200,475,201,Boston MA-NH CSA (MA Part) +200,476,223,New York NY-NJ-CT-PA CSA (NY Part) +200,477,223,New York NY-NJ-CT-PA CSA (NY Part) +200,478,266,Washington DC-MD-VA-WV CSA (VA Part) +200,479,266,Washington DC-MD-VA-WV CSA (VA Part) +200,480,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,481,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,482,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,483,223,New York NY-NJ-CT-PA CSA (NY Part) +200,484,172,Miami FL MSA +200,485,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,486,232,Cleveland OH CSA +200,487,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +200,488,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,489,266,Washington DC-MD-VA-WV CSA (VA Part) +200,490,217,New York NY-NJ-CT-PA CSA (NJ Part) +200,491,223,New York NY-NJ-CT-PA CSA (NY Part) +201,274,266,Washington DC-MD-VA-WV CSA (VA Part) +201,275,223,New York NY-NJ-CT-PA CSA (NY Part) +201,276,223,New York NY-NJ-CT-PA CSA (NY Part) +201,277,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +201,278,223,New York NY-NJ-CT-PA CSA (NY Part) +201,279,223,New York NY-NJ-CT-PA CSA (NY Part) +201,280,223,New York NY-NJ-CT-PA CSA (NY Part) +201,281,172,Miami FL MSA +201,282,223,New York NY-NJ-CT-PA CSA (NY Part) +201,283,223,New York NY-NJ-CT-PA CSA (NY Part) +201,284,159,Los Angeles CA CSA +201,285,217,New York NY-NJ-CT-PA CSA (NJ Part) +201,286,217,New York NY-NJ-CT-PA CSA (NJ Part) +201,287,223,New York NY-NJ-CT-PA CSA (NY Part) +201,288,223,New York NY-NJ-CT-PA CSA (NY Part) +201,289,223,New York NY-NJ-CT-PA CSA (NY Part) +201,290,223,New York NY-NJ-CT-PA CSA (NY Part) +201,291,223,New York NY-NJ-CT-PA CSA (NY Part) +201,292,223,New York NY-NJ-CT-PA CSA (NY Part) +201,293,217,New York NY-NJ-CT-PA CSA (NJ Part) +201,294,223,New York NY-NJ-CT-PA CSA (NY Part) +201,295,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +201,296,223,New York NY-NJ-CT-PA CSA (NY Part) +201,297,223,New York NY-NJ-CT-PA CSA (NY Part) +201,298,217,New York NY-NJ-CT-PA CSA (NJ Part) +201,299,201,Boston MA-NH CSA (MA Part) +201,300,223,New York NY-NJ-CT-PA CSA (NY Part) +201,301,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +201,302,217,New York NY-NJ-CT-PA CSA (NJ Part) +201,303,154,Alaska +201,304,223,New York NY-NJ-CT-PA CSA (NY Part) +201,305,223,New York NY-NJ-CT-PA CSA (NY Part) +201,306,217,New York NY-NJ-CT-PA CSA (NJ Part) +201,307,223,New York NY-NJ-CT-PA CSA (NY Part) +201,308,223,New York NY-NJ-CT-PA CSA (NY Part) +201,309,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +201,310,223,New York NY-NJ-CT-PA CSA (NY Part) +201,311,223,New York NY-NJ-CT-PA CSA (NY Part) +201,312,223,New York NY-NJ-CT-PA CSA (NY Part) +201,313,223,New York NY-NJ-CT-PA CSA (NY Part) +201,314,266,Washington DC-MD-VA-WV CSA (VA Part) +201,315,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +201,316,223,New York NY-NJ-CT-PA CSA (NY Part) +201,317,223,New York NY-NJ-CT-PA CSA (NY Part) +201,318,232,Cleveland OH CSA +201,319,223,New York NY-NJ-CT-PA CSA (NY Part) +201,320,223,New York NY-NJ-CT-PA CSA (NY Part) +201,321,223,New York NY-NJ-CT-PA CSA (NY Part) +201,322,226,Charlotte NC-SC CSA (NC Part) +201,323,173,Orlando FL CSA +201,324,201,Boston MA-NH CSA (MA Part) +201,325,217,New York NY-NJ-CT-PA CSA (NJ Part) +201,326,223,New York NY-NJ-CT-PA CSA (NY Part) +201,327,223,New York NY-NJ-CT-PA CSA (NY Part) +201,328,223,New York NY-NJ-CT-PA CSA (NY Part) +201,329,217,New York NY-NJ-CT-PA CSA (NJ Part) +201,330,223,New York NY-NJ-CT-PA CSA (NY Part) +201,331,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +201,332,223,New York NY-NJ-CT-PA CSA (NY Part) +201,333,169,Delaware +201,334,172,Miami FL MSA +201,335,223,New York NY-NJ-CT-PA CSA (NY Part) +201,336,172,Miami FL MSA +201,337,217,New York NY-NJ-CT-PA CSA (NJ Part) +201,338,201,Boston MA-NH CSA (MA Part) +201,339,223,New York NY-NJ-CT-PA CSA (NY Part) +201,340,223,New York NY-NJ-CT-PA CSA (NY Part) +201,341,266,Washington DC-MD-VA-WV CSA (VA Part) +201,342,223,New York NY-NJ-CT-PA CSA (NY Part) +201,343,223,New York NY-NJ-CT-PA CSA (NY Part) +201,344,201,Boston MA-NH CSA (MA Part) +201,345,223,New York NY-NJ-CT-PA CSA (NY Part) +201,346,172,Miami FL MSA +201,347,223,New York NY-NJ-CT-PA CSA (NY Part) +201,348,223,New York NY-NJ-CT-PA CSA (NY Part) +201,349,223,New York NY-NJ-CT-PA CSA (NY Part) +201,350,217,New York NY-NJ-CT-PA CSA (NJ Part) +201,351,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +201,352,223,New York NY-NJ-CT-PA CSA (NY Part) +201,353,223,New York NY-NJ-CT-PA CSA (NY Part) +201,354,223,New York NY-NJ-CT-PA CSA (NY Part) +201,355,223,New York NY-NJ-CT-PA CSA (NY Part) +201,356,217,New York NY-NJ-CT-PA CSA (NJ Part) +201,357,223,New York NY-NJ-CT-PA CSA (NY Part) +201,358,201,Boston MA-NH CSA (MA Part) +201,359,223,New York NY-NJ-CT-PA CSA (NY Part) +201,360,223,New York NY-NJ-CT-PA CSA (NY Part) +201,361,217,New York NY-NJ-CT-PA CSA (NJ Part) +201,362,232,Cleveland OH CSA +201,363,172,Miami FL MSA +201,364,223,New York NY-NJ-CT-PA CSA (NY Part) +201,365,223,New York NY-NJ-CT-PA CSA (NY Part) +201,366,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +201,367,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +201,368,223,New York NY-NJ-CT-PA CSA (NY Part) +201,369,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +201,370,223,New York NY-NJ-CT-PA CSA (NY Part) +201,371,223,New York NY-NJ-CT-PA CSA (NY Part) +201,372,223,New York NY-NJ-CT-PA CSA (NY Part) +201,373,223,New York NY-NJ-CT-PA CSA (NY Part) +201,374,154,Alaska +201,375,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +201,376,223,New York NY-NJ-CT-PA CSA (NY Part) +201,377,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +201,378,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +201,379,217,New York NY-NJ-CT-PA CSA (NJ Part) +201,380,223,New York NY-NJ-CT-PA CSA (NY Part) +201,381,203,Detroit MI CSA +201,382,223,New York NY-NJ-CT-PA CSA (NY Part) +201,383,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +201,384,223,New York NY-NJ-CT-PA CSA (NY Part) +201,385,223,New York NY-NJ-CT-PA CSA (NY Part) +201,386,223,New York NY-NJ-CT-PA CSA (NY Part) +201,387,223,New York NY-NJ-CT-PA CSA (NY Part) +201,388,266,Washington DC-MD-VA-WV CSA (VA Part) +201,389,217,New York NY-NJ-CT-PA CSA (NJ Part) +201,390,266,Washington DC-MD-VA-WV CSA (VA Part) +201,391,223,New York NY-NJ-CT-PA CSA (NY Part) +201,392,217,New York NY-NJ-CT-PA CSA (NJ Part) +201,393,223,New York NY-NJ-CT-PA CSA (NY Part) +201,394,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +201,395,266,Washington DC-MD-VA-WV CSA (VA Part) +201,396,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +201,397,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +201,398,266,Washington DC-MD-VA-WV CSA (VA Part) +201,399,217,New York NY-NJ-CT-PA CSA (NJ Part) +201,400,217,New York NY-NJ-CT-PA CSA (NJ Part) +201,401,223,New York NY-NJ-CT-PA CSA (NY Part) +201,402,169,Delaware +201,403,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +201,404,223,New York NY-NJ-CT-PA CSA (NY Part) +201,405,223,New York NY-NJ-CT-PA CSA (NY Part) +201,406,223,New York NY-NJ-CT-PA CSA (NY Part) +201,407,223,New York NY-NJ-CT-PA CSA (NY Part) +201,408,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +201,409,223,New York NY-NJ-CT-PA CSA (NY Part) +201,410,12,Chicago IL-IN-WI CSA (IL Part) +201,411,223,New York NY-NJ-CT-PA CSA (NY Part) +201,412,223,New York NY-NJ-CT-PA CSA (NY Part) +201,413,217,New York NY-NJ-CT-PA CSA (NJ Part) +201,414,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +201,415,223,New York NY-NJ-CT-PA CSA (NY Part) +201,416,223,New York NY-NJ-CT-PA CSA (NY Part) +201,417,12,Chicago IL-IN-WI CSA (IL Part) +201,418,201,Boston MA-NH CSA (MA Part) +201,419,169,Delaware +201,420,217,New York NY-NJ-CT-PA CSA (NJ Part) +201,421,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +201,422,154,Alaska +201,423,223,New York NY-NJ-CT-PA CSA (NY Part) +201,424,176,Atlanta GA-AL CSA (GA Part) +201,425,12,Chicago IL-IN-WI CSA (IL Part) +201,426,245,Charleston SC MSA +201,427,172,Miami FL MSA +201,428,154,Alaska +201,429,232,Cleveland OH CSA +201,430,223,New York NY-NJ-CT-PA CSA (NY Part) +201,431,223,New York NY-NJ-CT-PA CSA (NY Part) +201,432,201,Boston MA-NH CSA (MA Part) +201,433,223,New York NY-NJ-CT-PA CSA (NY Part) +201,434,201,Boston MA-NH CSA (MA Part) +201,435,223,New York NY-NJ-CT-PA CSA (NY Part) +201,436,169,Delaware +201,437,223,New York NY-NJ-CT-PA CSA (NY Part) +201,438,223,New York NY-NJ-CT-PA CSA (NY Part) +201,439,223,New York NY-NJ-CT-PA CSA (NY Part) +201,440,223,New York NY-NJ-CT-PA CSA (NY Part) +201,441,162,San Francisco CA CSA +201,442,223,New York NY-NJ-CT-PA CSA (NY Part) +201,443,223,New York NY-NJ-CT-PA CSA (NY Part) +201,444,223,New York NY-NJ-CT-PA CSA (NY Part) +201,445,223,New York NY-NJ-CT-PA CSA (NY Part) +201,446,223,New York NY-NJ-CT-PA CSA (NY Part) +201,447,217,New York NY-NJ-CT-PA CSA (NJ Part) +201,448,223,New York NY-NJ-CT-PA CSA (NY Part) +201,449,217,New York NY-NJ-CT-PA CSA (NJ Part) +201,450,223,New York NY-NJ-CT-PA CSA (NY Part) +201,451,223,New York NY-NJ-CT-PA CSA (NY Part) +201,452,223,New York NY-NJ-CT-PA CSA (NY Part) +201,453,12,Chicago IL-IN-WI CSA (IL Part) +201,454,223,New York NY-NJ-CT-PA CSA (NY Part) +201,455,217,New York NY-NJ-CT-PA CSA (NJ Part) +201,456,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +201,457,223,New York NY-NJ-CT-PA CSA (NY Part) +201,458,223,New York NY-NJ-CT-PA CSA (NY Part) +201,459,266,Washington DC-MD-VA-WV CSA (VA Part) +201,460,201,Boston MA-NH CSA (MA Part) +201,461,223,New York NY-NJ-CT-PA CSA (NY Part) +201,462,266,Washington DC-MD-VA-WV CSA (VA Part) +201,463,223,New York NY-NJ-CT-PA CSA (NY Part) +201,464,223,New York NY-NJ-CT-PA CSA (NY Part) +201,465,223,New York NY-NJ-CT-PA CSA (NY Part) +201,466,223,New York NY-NJ-CT-PA CSA (NY Part) +201,467,223,New York NY-NJ-CT-PA CSA (NY Part) +201,468,223,New York NY-NJ-CT-PA CSA (NY Part) +201,469,217,New York NY-NJ-CT-PA CSA (NJ Part) +201,470,154,Alaska +201,471,223,New York NY-NJ-CT-PA CSA (NY Part) +201,472,257,Houston TX CSA +201,473,223,New York NY-NJ-CT-PA CSA (NY Part) +201,474,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +201,475,217,New York NY-NJ-CT-PA CSA (NJ Part) +201,476,217,New York NY-NJ-CT-PA CSA (NJ Part) +201,477,266,Washington DC-MD-VA-WV CSA (VA Part) +201,478,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +201,479,217,New York NY-NJ-CT-PA CSA (NJ Part) +201,480,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +201,481,223,New York NY-NJ-CT-PA CSA (NY Part) +201,482,223,New York NY-NJ-CT-PA CSA (NY Part) +201,483,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +201,484,223,New York NY-NJ-CT-PA CSA (NY Part) +201,485,203,Detroit MI CSA +201,486,201,Boston MA-NH CSA (MA Part) +201,487,223,New York NY-NJ-CT-PA CSA (NY Part) +201,488,154,Alaska +201,489,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +201,490,217,New York NY-NJ-CT-PA CSA (NJ Part) +201,491,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,274,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,275,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,276,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,277,223,New York NY-NJ-CT-PA CSA (NY Part) +202,278,223,New York NY-NJ-CT-PA CSA (NY Part) +202,279,223,New York NY-NJ-CT-PA CSA (NY Part) +202,280,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,281,223,New York NY-NJ-CT-PA CSA (NY Part) +202,282,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,283,223,New York NY-NJ-CT-PA CSA (NY Part) +202,284,268,Seattle WA CSA +202,285,223,New York NY-NJ-CT-PA CSA (NY Part) +202,286,223,New York NY-NJ-CT-PA CSA (NY Part) +202,287,223,New York NY-NJ-CT-PA CSA (NY Part) +202,288,223,New York NY-NJ-CT-PA CSA (NY Part) +202,289,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,290,223,New York NY-NJ-CT-PA CSA (NY Part) +202,291,223,New York NY-NJ-CT-PA CSA (NY Part) +202,292,223,New York NY-NJ-CT-PA CSA (NY Part) +202,293,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +202,294,223,New York NY-NJ-CT-PA CSA (NY Part) +202,295,223,New York NY-NJ-CT-PA CSA (NY Part) +202,296,223,New York NY-NJ-CT-PA CSA (NY Part) +202,297,172,Miami FL MSA +202,298,223,New York NY-NJ-CT-PA CSA (NY Part) +202,299,266,Washington DC-MD-VA-WV CSA (VA Part) +202,300,245,Charleston SC MSA +202,301,203,Detroit MI CSA +202,302,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,303,169,Delaware +202,304,223,New York NY-NJ-CT-PA CSA (NY Part) +202,305,223,New York NY-NJ-CT-PA CSA (NY Part) +202,306,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,307,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,308,201,Boston MA-NH CSA (MA Part) +202,309,223,New York NY-NJ-CT-PA CSA (NY Part) +202,310,201,Boston MA-NH CSA (MA Part) +202,311,266,Washington DC-MD-VA-WV CSA (VA Part) +202,312,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,313,223,New York NY-NJ-CT-PA CSA (NY Part) +202,314,223,New York NY-NJ-CT-PA CSA (NY Part) +202,315,223,New York NY-NJ-CT-PA CSA (NY Part) +202,316,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,317,223,New York NY-NJ-CT-PA CSA (NY Part) +202,318,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,319,223,New York NY-NJ-CT-PA CSA (NY Part) +202,320,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,321,223,New York NY-NJ-CT-PA CSA (NY Part) +202,322,223,New York NY-NJ-CT-PA CSA (NY Part) +202,323,223,New York NY-NJ-CT-PA CSA (NY Part) +202,324,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,325,223,New York NY-NJ-CT-PA CSA (NY Part) +202,326,223,New York NY-NJ-CT-PA CSA (NY Part) +202,327,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,328,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +202,329,201,Boston MA-NH CSA (MA Part) +202,330,223,New York NY-NJ-CT-PA CSA (NY Part) +202,331,232,Cleveland OH CSA +202,332,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,333,223,New York NY-NJ-CT-PA CSA (NY Part) +202,334,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +202,335,223,New York NY-NJ-CT-PA CSA (NY Part) +202,336,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,337,223,New York NY-NJ-CT-PA CSA (NY Part) +202,338,223,New York NY-NJ-CT-PA CSA (NY Part) +202,339,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +202,340,266,Washington DC-MD-VA-WV CSA (VA Part) +202,341,223,New York NY-NJ-CT-PA CSA (NY Part) +202,342,223,New York NY-NJ-CT-PA CSA (NY Part) +202,343,159,Los Angeles CA CSA +202,344,223,New York NY-NJ-CT-PA CSA (NY Part) +202,345,223,New York NY-NJ-CT-PA CSA (NY Part) +202,346,223,New York NY-NJ-CT-PA CSA (NY Part) +202,347,223,New York NY-NJ-CT-PA CSA (NY Part) +202,348,232,Cleveland OH CSA +202,349,223,New York NY-NJ-CT-PA CSA (NY Part) +202,350,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,351,223,New York NY-NJ-CT-PA CSA (NY Part) +202,352,223,New York NY-NJ-CT-PA CSA (NY Part) +202,353,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +202,354,223,New York NY-NJ-CT-PA CSA (NY Part) +202,355,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,356,223,New York NY-NJ-CT-PA CSA (NY Part) +202,357,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,358,223,New York NY-NJ-CT-PA CSA (NY Part) +202,359,223,New York NY-NJ-CT-PA CSA (NY Part) +202,360,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,361,232,Cleveland OH CSA +202,362,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,363,172,Miami FL MSA +202,364,223,New York NY-NJ-CT-PA CSA (NY Part) +202,365,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,366,266,Washington DC-MD-VA-WV CSA (VA Part) +202,367,154,Alaska +202,368,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,369,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,370,223,New York NY-NJ-CT-PA CSA (NY Part) +202,371,266,Washington DC-MD-VA-WV CSA (VA Part) +202,372,223,New York NY-NJ-CT-PA CSA (NY Part) +202,373,172,Miami FL MSA +202,374,154,Alaska +202,375,223,New York NY-NJ-CT-PA CSA (NY Part) +202,376,223,New York NY-NJ-CT-PA CSA (NY Part) +202,377,223,New York NY-NJ-CT-PA CSA (NY Part) +202,378,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,379,223,New York NY-NJ-CT-PA CSA (NY Part) +202,380,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +202,381,201,Boston MA-NH CSA (MA Part) +202,382,201,Boston MA-NH CSA (MA Part) +202,383,223,New York NY-NJ-CT-PA CSA (NY Part) +202,384,223,New York NY-NJ-CT-PA CSA (NY Part) +202,385,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,386,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +202,387,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,388,223,New York NY-NJ-CT-PA CSA (NY Part) +202,389,223,New York NY-NJ-CT-PA CSA (NY Part) +202,390,232,Cleveland OH CSA +202,391,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +202,392,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,393,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +202,394,201,Boston MA-NH CSA (MA Part) +202,395,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +202,396,268,Seattle WA CSA +202,397,223,New York NY-NJ-CT-PA CSA (NY Part) +202,398,223,New York NY-NJ-CT-PA CSA (NY Part) +202,399,223,New York NY-NJ-CT-PA CSA (NY Part) +202,400,159,Los Angeles CA CSA +202,401,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,402,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,403,223,New York NY-NJ-CT-PA CSA (NY Part) +202,404,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +202,405,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +202,406,223,New York NY-NJ-CT-PA CSA (NY Part) +202,407,223,New York NY-NJ-CT-PA CSA (NY Part) +202,408,223,New York NY-NJ-CT-PA CSA (NY Part) +202,409,223,New York NY-NJ-CT-PA CSA (NY Part) +202,410,255,Dallas-Fort Worth TX CSA +202,411,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,412,223,New York NY-NJ-CT-PA CSA (NY Part) +202,413,257,Houston TX CSA +202,414,223,New York NY-NJ-CT-PA CSA (NY Part) +202,415,223,New York NY-NJ-CT-PA CSA (NY Part) +202,416,223,New York NY-NJ-CT-PA CSA (NY Part) +202,417,159,Los Angeles CA CSA +202,418,266,Washington DC-MD-VA-WV CSA (VA Part) +202,419,223,New York NY-NJ-CT-PA CSA (NY Part) +202,420,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,421,223,New York NY-NJ-CT-PA CSA (NY Part) +202,422,154,Alaska +202,423,223,New York NY-NJ-CT-PA CSA (NY Part) +202,424,172,Miami FL MSA +202,425,159,Los Angeles CA CSA +202,426,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +202,427,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +202,428,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +202,429,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +202,430,201,Boston MA-NH CSA (MA Part) +202,431,223,New York NY-NJ-CT-PA CSA (NY Part) +202,432,223,New York NY-NJ-CT-PA CSA (NY Part) +202,433,223,New York NY-NJ-CT-PA CSA (NY Part) +202,434,201,Boston MA-NH CSA (MA Part) +202,435,201,Boston MA-NH CSA (MA Part) +202,436,266,Washington DC-MD-VA-WV CSA (VA Part) +202,437,223,New York NY-NJ-CT-PA CSA (NY Part) +202,438,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,439,223,New York NY-NJ-CT-PA CSA (NY Part) +202,440,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,441,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,442,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,443,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,444,223,New York NY-NJ-CT-PA CSA (NY Part) +202,445,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +202,446,223,New York NY-NJ-CT-PA CSA (NY Part) +202,447,223,New York NY-NJ-CT-PA CSA (NY Part) +202,448,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,449,223,New York NY-NJ-CT-PA CSA (NY Part) +202,450,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,451,223,New York NY-NJ-CT-PA CSA (NY Part) +202,452,223,New York NY-NJ-CT-PA CSA (NY Part) +202,453,223,New York NY-NJ-CT-PA CSA (NY Part) +202,454,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,455,223,New York NY-NJ-CT-PA CSA (NY Part) +202,456,154,Alaska +202,457,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,458,223,New York NY-NJ-CT-PA CSA (NY Part) +202,459,223,New York NY-NJ-CT-PA CSA (NY Part) +202,460,223,New York NY-NJ-CT-PA CSA (NY Part) +202,461,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,462,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +202,463,223,New York NY-NJ-CT-PA CSA (NY Part) +202,464,223,New York NY-NJ-CT-PA CSA (NY Part) +202,465,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,466,223,New York NY-NJ-CT-PA CSA (NY Part) +202,467,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,468,223,New York NY-NJ-CT-PA CSA (NY Part) +202,469,223,New York NY-NJ-CT-PA CSA (NY Part) +202,470,162,San Francisco CA CSA +202,471,223,New York NY-NJ-CT-PA CSA (NY Part) +202,472,159,Los Angeles CA CSA +202,473,249,Memphis TN-MS-AR MSA (TN Part) +202,474,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +202,475,223,New York NY-NJ-CT-PA CSA (NY Part) +202,476,223,New York NY-NJ-CT-PA CSA (NY Part) +202,477,223,New York NY-NJ-CT-PA CSA (NY Part) +202,478,201,Boston MA-NH CSA (MA Part) +202,479,186,Indianapolis IN CSA +202,480,223,New York NY-NJ-CT-PA CSA (NY Part) +202,481,203,Detroit MI CSA +202,482,223,New York NY-NJ-CT-PA CSA (NY Part) +202,483,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,484,172,Miami FL MSA +202,485,223,New York NY-NJ-CT-PA CSA (NY Part) +202,486,179,Honolulu HI MSA +202,487,223,New York NY-NJ-CT-PA CSA (NY Part) +202,488,217,New York NY-NJ-CT-PA CSA (NJ Part) +202,489,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +202,490,223,New York NY-NJ-CT-PA CSA (NY Part) +202,491,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +203,274,223,New York NY-NJ-CT-PA CSA (NY Part) +203,275,223,New York NY-NJ-CT-PA CSA (NY Part) +203,276,223,New York NY-NJ-CT-PA CSA (NY Part) +203,277,232,Cleveland OH CSA +203,278,266,Washington DC-MD-VA-WV CSA (VA Part) +203,279,245,Charleston SC MSA +203,280,223,New York NY-NJ-CT-PA CSA (NY Part) +203,281,12,Chicago IL-IN-WI CSA (IL Part) +203,282,223,New York NY-NJ-CT-PA CSA (NY Part) +203,283,172,Miami FL MSA +203,284,249,Memphis TN-MS-AR MSA (TN Part) +203,285,223,New York NY-NJ-CT-PA CSA (NY Part) +203,286,203,Detroit MI CSA +203,287,173,Orlando FL CSA +203,288,186,Indianapolis IN CSA +203,289,12,Chicago IL-IN-WI CSA (IL Part) +203,290,191,Louisville KY-IN CSA (KY Part) +203,291,223,New York NY-NJ-CT-PA CSA (NY Part) +203,292,232,Cleveland OH CSA +203,293,191,Louisville KY-IN CSA (KY Part) +203,294,217,New York NY-NJ-CT-PA CSA (NJ Part) +203,295,217,New York NY-NJ-CT-PA CSA (NJ Part) +203,296,203,Detroit MI CSA +203,297,172,Miami FL MSA +203,298,223,New York NY-NJ-CT-PA CSA (NY Part) +203,299,217,New York NY-NJ-CT-PA CSA (NJ Part) +203,300,172,Miami FL MSA +203,301,223,New York NY-NJ-CT-PA CSA (NY Part) +203,302,217,New York NY-NJ-CT-PA CSA (NJ Part) +203,303,223,New York NY-NJ-CT-PA CSA (NY Part) +203,304,232,Cleveland OH CSA +203,305,266,Washington DC-MD-VA-WV CSA (VA Part) +203,306,223,New York NY-NJ-CT-PA CSA (NY Part) +203,307,223,New York NY-NJ-CT-PA CSA (NY Part) +203,308,232,Cleveland OH CSA +203,309,217,New York NY-NJ-CT-PA CSA (NJ Part) +203,310,232,Cleveland OH CSA +203,311,203,Detroit MI CSA +203,312,173,Orlando FL CSA +203,313,191,Louisville KY-IN CSA (KY Part) +203,314,266,Washington DC-MD-VA-WV CSA (VA Part) +203,315,195,New Orleans LA CSA +203,316,12,Chicago IL-IN-WI CSA (IL Part) +203,317,12,Chicago IL-IN-WI CSA (IL Part) +203,318,223,New York NY-NJ-CT-PA CSA (NY Part) +203,319,172,Miami FL MSA +203,320,223,New York NY-NJ-CT-PA CSA (NY Part) +203,321,223,New York NY-NJ-CT-PA CSA (NY Part) +203,322,159,Los Angeles CA CSA +203,323,176,Atlanta GA-AL CSA (GA Part) +203,324,232,Cleveland OH CSA +203,325,172,Miami FL MSA +203,326,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +203,327,12,Chicago IL-IN-WI CSA (IL Part) +203,328,223,New York NY-NJ-CT-PA CSA (NY Part) +203,329,266,Washington DC-MD-VA-WV CSA (VA Part) +203,330,12,Chicago IL-IN-WI CSA (IL Part) +203,331,217,New York NY-NJ-CT-PA CSA (NJ Part) +203,332,203,Detroit MI CSA +203,333,191,Louisville KY-IN CSA (KY Part) +203,334,232,Cleveland OH CSA +203,335,223,New York NY-NJ-CT-PA CSA (NY Part) +203,336,191,Louisville KY-IN CSA (KY Part) +203,337,266,Washington DC-MD-VA-WV CSA (VA Part) +203,338,217,New York NY-NJ-CT-PA CSA (NJ Part) +203,339,223,New York NY-NJ-CT-PA CSA (NY Part) +203,340,217,New York NY-NJ-CT-PA CSA (NJ Part) +203,341,172,Miami FL MSA +203,342,223,New York NY-NJ-CT-PA CSA (NY Part) +203,343,257,Houston TX CSA +203,344,223,New York NY-NJ-CT-PA CSA (NY Part) +203,345,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +203,346,266,Washington DC-MD-VA-WV CSA (VA Part) +203,347,12,Chicago IL-IN-WI CSA (IL Part) +203,348,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +203,349,203,Detroit MI CSA +203,350,223,New York NY-NJ-CT-PA CSA (NY Part) +203,351,223,New York NY-NJ-CT-PA CSA (NY Part) +203,352,201,Boston MA-NH CSA (MA Part) +203,353,223,New York NY-NJ-CT-PA CSA (NY Part) +203,354,12,Chicago IL-IN-WI CSA (IL Part) +203,355,169,Delaware +203,356,186,Indianapolis IN CSA +203,357,223,New York NY-NJ-CT-PA CSA (NY Part) +203,358,223,New York NY-NJ-CT-PA CSA (NY Part) +203,359,266,Washington DC-MD-VA-WV CSA (VA Part) +203,360,226,Charlotte NC-SC CSA (NC Part) +203,361,192,Remainder of Kentucky +203,362,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +203,363,195,New Orleans LA CSA +203,364,223,New York NY-NJ-CT-PA CSA (NY Part) +203,365,223,New York NY-NJ-CT-PA CSA (NY Part) +203,366,203,Detroit MI CSA +203,367,154,Alaska +203,368,217,New York NY-NJ-CT-PA CSA (NJ Part) +203,369,223,New York NY-NJ-CT-PA CSA (NY Part) +203,370,12,Chicago IL-IN-WI CSA (IL Part) +203,371,217,New York NY-NJ-CT-PA CSA (NJ Part) +203,372,223,New York NY-NJ-CT-PA CSA (NY Part) +203,373,172,Miami FL MSA +203,374,268,Seattle WA CSA +203,375,223,New York NY-NJ-CT-PA CSA (NY Part) +203,376,223,New York NY-NJ-CT-PA CSA (NY Part) +203,377,12,Chicago IL-IN-WI CSA (IL Part) +203,378,223,New York NY-NJ-CT-PA CSA (NY Part) +203,379,191,Louisville KY-IN CSA (KY Part) +203,380,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +203,381,12,Chicago IL-IN-WI CSA (IL Part) +203,382,223,New York NY-NJ-CT-PA CSA (NY Part) +203,383,266,Washington DC-MD-VA-WV CSA (VA Part) +203,384,201,Boston MA-NH CSA (MA Part) +203,385,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +203,386,217,New York NY-NJ-CT-PA CSA (NJ Part) +203,387,223,New York NY-NJ-CT-PA CSA (NY Part) +203,388,223,New York NY-NJ-CT-PA CSA (NY Part) +203,389,203,Detroit MI CSA +203,390,266,Washington DC-MD-VA-WV CSA (VA Part) +203,391,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +203,392,203,Detroit MI CSA +203,393,223,New York NY-NJ-CT-PA CSA (NY Part) +203,394,266,Washington DC-MD-VA-WV CSA (VA Part) +203,395,223,New York NY-NJ-CT-PA CSA (NY Part) +203,396,12,Chicago IL-IN-WI CSA (IL Part) +203,397,223,New York NY-NJ-CT-PA CSA (NY Part) +203,398,186,Indianapolis IN CSA +203,399,249,Memphis TN-MS-AR MSA (TN Part) +203,400,159,Los Angeles CA CSA +203,401,223,New York NY-NJ-CT-PA CSA (NY Part) +203,402,217,New York NY-NJ-CT-PA CSA (NJ Part) +203,403,12,Chicago IL-IN-WI CSA (IL Part) +203,404,203,Detroit MI CSA +203,405,232,Cleveland OH CSA +203,406,223,New York NY-NJ-CT-PA CSA (NY Part) +203,407,217,New York NY-NJ-CT-PA CSA (NJ Part) +203,408,154,Alaska +203,409,266,Washington DC-MD-VA-WV CSA (VA Part) +203,410,162,San Francisco CA CSA +203,411,154,Alaska +203,412,223,New York NY-NJ-CT-PA CSA (NY Part) +203,413,191,Louisville KY-IN CSA (KY Part) +203,414,172,Miami FL MSA +203,415,217,New York NY-NJ-CT-PA CSA (NJ Part) +203,416,223,New York NY-NJ-CT-PA CSA (NY Part) +203,417,249,Memphis TN-MS-AR MSA (TN Part) +203,418,154,Alaska +203,419,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +203,420,217,New York NY-NJ-CT-PA CSA (NJ Part) +203,421,217,New York NY-NJ-CT-PA CSA (NJ Part) +203,422,154,Alaska +203,423,223,New York NY-NJ-CT-PA CSA (NY Part) +203,424,172,Miami FL MSA +203,425,159,Los Angeles CA CSA +203,426,172,Miami FL MSA +203,427,232,Cleveland OH CSA +203,428,154,Alaska +203,429,203,Detroit MI CSA +203,430,223,New York NY-NJ-CT-PA CSA (NY Part) +203,431,266,Washington DC-MD-VA-WV CSA (VA Part) +203,432,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +203,433,266,Washington DC-MD-VA-WV CSA (VA Part) +203,434,223,New York NY-NJ-CT-PA CSA (NY Part) +203,435,223,New York NY-NJ-CT-PA CSA (NY Part) +203,436,217,New York NY-NJ-CT-PA CSA (NJ Part) +203,437,192,Remainder of Kentucky +203,438,266,Washington DC-MD-VA-WV CSA (VA Part) +203,439,203,Detroit MI CSA +203,440,266,Washington DC-MD-VA-WV CSA (VA Part) +203,441,191,Louisville KY-IN CSA (KY Part) +203,442,201,Boston MA-NH CSA (MA Part) +203,443,217,New York NY-NJ-CT-PA CSA (NJ Part) +203,444,223,New York NY-NJ-CT-PA CSA (NY Part) +203,445,223,New York NY-NJ-CT-PA CSA (NY Part) +203,446,266,Washington DC-MD-VA-WV CSA (VA Part) +203,447,201,Boston MA-NH CSA (MA Part) +203,448,223,New York NY-NJ-CT-PA CSA (NY Part) +203,449,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +203,450,231,Cincinnati OH-KY-IN CSA (OH Part) +203,451,223,New York NY-NJ-CT-PA CSA (NY Part) +203,452,217,New York NY-NJ-CT-PA CSA (NJ Part) +203,453,179,Honolulu HI MSA +203,454,266,Washington DC-MD-VA-WV CSA (VA Part) +203,455,223,New York NY-NJ-CT-PA CSA (NY Part) +203,456,203,Detroit MI CSA +203,457,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +203,458,223,New York NY-NJ-CT-PA CSA (NY Part) +203,459,12,Chicago IL-IN-WI CSA (IL Part) +203,460,223,New York NY-NJ-CT-PA CSA (NY Part) +203,461,176,Atlanta GA-AL CSA (GA Part) +203,462,232,Cleveland OH CSA +203,463,217,New York NY-NJ-CT-PA CSA (NJ Part) +203,464,266,Washington DC-MD-VA-WV CSA (VA Part) +203,465,217,New York NY-NJ-CT-PA CSA (NJ Part) +203,466,223,New York NY-NJ-CT-PA CSA (NY Part) +203,467,223,New York NY-NJ-CT-PA CSA (NY Part) +203,468,223,New York NY-NJ-CT-PA CSA (NY Part) +203,469,232,Cleveland OH CSA +203,470,154,Alaska +203,471,201,Boston MA-NH CSA (MA Part) +203,472,191,Louisville KY-IN CSA (KY Part) +203,473,162,San Francisco CA CSA +203,474,217,New York NY-NJ-CT-PA CSA (NJ Part) +203,475,201,Boston MA-NH CSA (MA Part) +203,476,203,Detroit MI CSA +203,477,217,New York NY-NJ-CT-PA CSA (NJ Part) +203,478,266,Washington DC-MD-VA-WV CSA (VA Part) +203,479,162,San Francisco CA CSA +203,480,232,Cleveland OH CSA +203,481,223,New York NY-NJ-CT-PA CSA (NY Part) +203,482,217,New York NY-NJ-CT-PA CSA (NJ Part) +203,483,232,Cleveland OH CSA +203,484,232,Cleveland OH CSA +203,485,223,New York NY-NJ-CT-PA CSA (NY Part) +203,486,12,Chicago IL-IN-WI CSA (IL Part) +203,487,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +203,488,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +203,489,266,Washington DC-MD-VA-WV CSA (VA Part) +203,490,203,Detroit MI CSA +203,491,266,Washington DC-MD-VA-WV CSA (VA Part) +204,274,223,New York NY-NJ-CT-PA CSA (NY Part) +204,275,12,Chicago IL-IN-WI CSA (IL Part) +204,276,217,New York NY-NJ-CT-PA CSA (NJ Part) +204,277,223,New York NY-NJ-CT-PA CSA (NY Part) +204,278,217,New York NY-NJ-CT-PA CSA (NJ Part) +204,279,176,Atlanta GA-AL CSA (GA Part) +204,280,203,Detroit MI CSA +204,281,217,New York NY-NJ-CT-PA CSA (NJ Part) +204,282,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +204,283,12,Chicago IL-IN-WI CSA (IL Part) +204,284,257,Houston TX CSA +204,285,223,New York NY-NJ-CT-PA CSA (NY Part) +204,286,223,New York NY-NJ-CT-PA CSA (NY Part) +204,287,173,Orlando FL CSA +204,288,223,New York NY-NJ-CT-PA CSA (NY Part) +204,289,12,Chicago IL-IN-WI CSA (IL Part) +204,290,223,New York NY-NJ-CT-PA CSA (NY Part) +204,291,223,New York NY-NJ-CT-PA CSA (NY Part) +204,292,12,Chicago IL-IN-WI CSA (IL Part) +204,293,176,Atlanta GA-AL CSA (GA Part) +204,294,203,Detroit MI CSA +204,295,217,New York NY-NJ-CT-PA CSA (NJ Part) +204,296,12,Chicago IL-IN-WI CSA (IL Part) +204,297,172,Miami FL MSA +204,298,232,Cleveland OH CSA +204,299,186,Indianapolis IN CSA +204,300,172,Miami FL MSA +204,301,266,Washington DC-MD-VA-WV CSA (VA Part) +204,302,266,Washington DC-MD-VA-WV CSA (VA Part) +204,303,154,Alaska +204,304,223,New York NY-NJ-CT-PA CSA (NY Part) +204,305,12,Chicago IL-IN-WI CSA (IL Part) +204,306,232,Cleveland OH CSA +204,307,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +204,308,186,Indianapolis IN CSA +204,309,223,New York NY-NJ-CT-PA CSA (NY Part) +204,310,232,Cleveland OH CSA +204,311,12,Chicago IL-IN-WI CSA (IL Part) +204,312,172,Miami FL MSA +204,313,217,New York NY-NJ-CT-PA CSA (NJ Part) +204,314,217,New York NY-NJ-CT-PA CSA (NJ Part) +204,315,226,Charlotte NC-SC CSA (NC Part) +204,316,203,Detroit MI CSA +204,317,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +204,318,223,New York NY-NJ-CT-PA CSA (NY Part) +204,319,176,Atlanta GA-AL CSA (GA Part) +204,320,12,Chicago IL-IN-WI CSA (IL Part) +204,321,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +204,322,159,Los Angeles CA CSA +204,323,173,Orlando FL CSA +204,324,203,Detroit MI CSA +204,325,245,Charleston SC MSA +204,326,169,Delaware +204,327,266,Washington DC-MD-VA-WV CSA (VA Part) +204,328,217,New York NY-NJ-CT-PA CSA (NJ Part) +204,329,223,New York NY-NJ-CT-PA CSA (NY Part) +204,330,223,New York NY-NJ-CT-PA CSA (NY Part) +204,331,217,New York NY-NJ-CT-PA CSA (NJ Part) +204,332,232,Cleveland OH CSA +204,333,245,Charleston SC MSA +204,334,172,Miami FL MSA +204,335,12,Chicago IL-IN-WI CSA (IL Part) +204,336,153,Remainder of Alabama +204,337,223,New York NY-NJ-CT-PA CSA (NY Part) +204,338,223,New York NY-NJ-CT-PA CSA (NY Part) +204,339,223,New York NY-NJ-CT-PA CSA (NY Part) +204,340,201,Boston MA-NH CSA (MA Part) +204,341,176,Atlanta GA-AL CSA (GA Part) +204,342,12,Chicago IL-IN-WI CSA (IL Part) +204,343,159,Los Angeles CA CSA +204,344,186,Indianapolis IN CSA +204,345,223,New York NY-NJ-CT-PA CSA (NY Part) +204,346,12,Chicago IL-IN-WI CSA (IL Part) +204,347,12,Chicago IL-IN-WI CSA (IL Part) +204,348,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +204,349,223,New York NY-NJ-CT-PA CSA (NY Part) +204,350,12,Chicago IL-IN-WI CSA (IL Part) +204,351,223,New York NY-NJ-CT-PA CSA (NY Part) +204,352,217,New York NY-NJ-CT-PA CSA (NJ Part) +204,353,203,Detroit MI CSA +204,354,223,New York NY-NJ-CT-PA CSA (NY Part) +204,355,223,New York NY-NJ-CT-PA CSA (NY Part) +204,356,176,Atlanta GA-AL CSA (GA Part) +204,357,223,New York NY-NJ-CT-PA CSA (NY Part) +204,358,12,Chicago IL-IN-WI CSA (IL Part) +204,359,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +204,360,172,Miami FL MSA +204,361,192,Remainder of Kentucky +204,362,203,Detroit MI CSA +204,363,12,Chicago IL-IN-WI CSA (IL Part) +204,364,191,Louisville KY-IN CSA (KY Part) +204,365,223,New York NY-NJ-CT-PA CSA (NY Part) +204,366,217,New York NY-NJ-CT-PA CSA (NJ Part) +204,367,232,Cleveland OH CSA +204,368,223,New York NY-NJ-CT-PA CSA (NY Part) +204,369,223,New York NY-NJ-CT-PA CSA (NY Part) +204,370,12,Chicago IL-IN-WI CSA (IL Part) +204,371,12,Chicago IL-IN-WI CSA (IL Part) +204,372,201,Boston MA-NH CSA (MA Part) +204,373,191,Louisville KY-IN CSA (KY Part) +204,374,154,Alaska +204,375,12,Chicago IL-IN-WI CSA (IL Part) +204,376,223,New York NY-NJ-CT-PA CSA (NY Part) +204,377,266,Washington DC-MD-VA-WV CSA (VA Part) +204,378,12,Chicago IL-IN-WI CSA (IL Part) +204,379,266,Washington DC-MD-VA-WV CSA (VA Part) +204,380,12,Chicago IL-IN-WI CSA (IL Part) +204,381,12,Chicago IL-IN-WI CSA (IL Part) +204,382,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +204,383,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +204,384,223,New York NY-NJ-CT-PA CSA (NY Part) +204,385,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +204,386,223,New York NY-NJ-CT-PA CSA (NY Part) +204,387,12,Chicago IL-IN-WI CSA (IL Part) +204,388,12,Chicago IL-IN-WI CSA (IL Part) +204,389,12,Chicago IL-IN-WI CSA (IL Part) +204,390,12,Chicago IL-IN-WI CSA (IL Part) +204,391,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +204,392,232,Cleveland OH CSA +204,393,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +204,394,223,New York NY-NJ-CT-PA CSA (NY Part) +204,395,223,New York NY-NJ-CT-PA CSA (NY Part) +204,396,12,Chicago IL-IN-WI CSA (IL Part) +204,397,266,Washington DC-MD-VA-WV CSA (VA Part) +204,398,223,New York NY-NJ-CT-PA CSA (NY Part) +204,399,12,Chicago IL-IN-WI CSA (IL Part) +204,400,179,Honolulu HI MSA +204,401,201,Boston MA-NH CSA (MA Part) +204,402,12,Chicago IL-IN-WI CSA (IL Part) +204,403,154,Alaska +204,404,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +204,405,266,Washington DC-MD-VA-WV CSA (VA Part) +204,406,231,Cincinnati OH-KY-IN CSA (OH Part) +204,407,231,Cincinnati OH-KY-IN CSA (OH Part) +204,408,231,Cincinnati OH-KY-IN CSA (OH Part) +204,409,169,Delaware +204,410,203,Detroit MI CSA +204,411,12,Chicago IL-IN-WI CSA (IL Part) +204,412,223,New York NY-NJ-CT-PA CSA (NY Part) +204,413,12,Chicago IL-IN-WI CSA (IL Part) +204,414,12,Chicago IL-IN-WI CSA (IL Part) +204,415,223,New York NY-NJ-CT-PA CSA (NY Part) +204,416,266,Washington DC-MD-VA-WV CSA (VA Part) +204,417,12,Chicago IL-IN-WI CSA (IL Part) +204,418,191,Louisville KY-IN CSA (KY Part) +204,419,223,New York NY-NJ-CT-PA CSA (NY Part) +204,420,12,Chicago IL-IN-WI CSA (IL Part) +204,421,12,Chicago IL-IN-WI CSA (IL Part) +204,422,154,Alaska +204,423,217,New York NY-NJ-CT-PA CSA (NJ Part) +204,424,12,Chicago IL-IN-WI CSA (IL Part) +204,425,162,San Francisco CA CSA +204,426,172,Miami FL MSA +204,427,172,Miami FL MSA +204,428,154,Alaska +204,429,255,Dallas-Fort Worth TX CSA +204,430,223,New York NY-NJ-CT-PA CSA (NY Part) +204,431,201,Boston MA-NH CSA (MA Part) +204,432,203,Detroit MI CSA +204,433,217,New York NY-NJ-CT-PA CSA (NJ Part) +204,434,223,New York NY-NJ-CT-PA CSA (NY Part) +204,435,12,Chicago IL-IN-WI CSA (IL Part) +204,436,12,Chicago IL-IN-WI CSA (IL Part) +204,437,217,New York NY-NJ-CT-PA CSA (NJ Part) +204,438,266,Washington DC-MD-VA-WV CSA (VA Part) +204,439,176,Atlanta GA-AL CSA (GA Part) +204,440,203,Detroit MI CSA +204,441,162,San Francisco CA CSA +204,442,12,Chicago IL-IN-WI CSA (IL Part) +204,443,266,Washington DC-MD-VA-WV CSA (VA Part) +204,444,223,New York NY-NJ-CT-PA CSA (NY Part) +204,445,203,Detroit MI CSA +204,446,217,New York NY-NJ-CT-PA CSA (NJ Part) +204,447,217,New York NY-NJ-CT-PA CSA (NJ Part) +204,448,266,Washington DC-MD-VA-WV CSA (VA Part) +204,449,232,Cleveland OH CSA +204,450,176,Atlanta GA-AL CSA (GA Part) +204,451,217,New York NY-NJ-CT-PA CSA (NJ Part) +204,452,223,New York NY-NJ-CT-PA CSA (NY Part) +204,453,12,Chicago IL-IN-WI CSA (IL Part) +204,454,223,New York NY-NJ-CT-PA CSA (NY Part) +204,455,217,New York NY-NJ-CT-PA CSA (NJ Part) +204,456,154,Alaska +204,457,223,New York NY-NJ-CT-PA CSA (NY Part) +204,458,223,New York NY-NJ-CT-PA CSA (NY Part) +204,459,12,Chicago IL-IN-WI CSA (IL Part) +204,460,223,New York NY-NJ-CT-PA CSA (NY Part) +204,461,12,Chicago IL-IN-WI CSA (IL Part) +204,462,12,Chicago IL-IN-WI CSA (IL Part) +204,463,12,Chicago IL-IN-WI CSA (IL Part) +204,464,203,Detroit MI CSA +204,465,12,Chicago IL-IN-WI CSA (IL Part) +204,466,223,New York NY-NJ-CT-PA CSA (NY Part) +204,467,266,Washington DC-MD-VA-WV CSA (VA Part) +204,468,154,Alaska +204,469,12,Chicago IL-IN-WI CSA (IL Part) +204,470,154,Alaska +204,471,203,Detroit MI CSA +204,472,268,Seattle WA CSA +204,473,179,Honolulu HI MSA +204,474,191,Louisville KY-IN CSA (KY Part) +204,475,201,Boston MA-NH CSA (MA Part) +204,476,217,New York NY-NJ-CT-PA CSA (NJ Part) +204,477,12,Chicago IL-IN-WI CSA (IL Part) +204,478,191,Louisville KY-IN CSA (KY Part) +204,479,159,Los Angeles CA CSA +204,480,223,New York NY-NJ-CT-PA CSA (NY Part) +204,481,201,Boston MA-NH CSA (MA Part) +204,482,201,Boston MA-NH CSA (MA Part) +204,483,186,Indianapolis IN CSA +204,484,12,Chicago IL-IN-WI CSA (IL Part) +204,485,223,New York NY-NJ-CT-PA CSA (NY Part) +204,486,179,Honolulu HI MSA +204,487,232,Cleveland OH CSA +204,488,154,Alaska +204,489,12,Chicago IL-IN-WI CSA (IL Part) +204,490,12,Chicago IL-IN-WI CSA (IL Part) +204,491,223,New York NY-NJ-CT-PA CSA (NY Part) +205,274,223,New York NY-NJ-CT-PA CSA (NY Part) +205,275,266,Washington DC-MD-VA-WV CSA (VA Part) +205,276,223,New York NY-NJ-CT-PA CSA (NY Part) +205,277,223,New York NY-NJ-CT-PA CSA (NY Part) +205,278,217,New York NY-NJ-CT-PA CSA (NJ Part) +205,279,217,New York NY-NJ-CT-PA CSA (NJ Part) +205,280,169,Delaware +205,281,176,Atlanta GA-AL CSA (GA Part) +205,282,232,Cleveland OH CSA +205,283,203,Detroit MI CSA +205,284,268,Seattle WA CSA +205,285,203,Detroit MI CSA +205,286,223,New York NY-NJ-CT-PA CSA (NY Part) +205,287,231,Cincinnati OH-KY-IN CSA (OH Part) +205,288,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +205,289,12,Chicago IL-IN-WI CSA (IL Part) +205,290,12,Chicago IL-IN-WI CSA (IL Part) +205,291,223,New York NY-NJ-CT-PA CSA (NY Part) +205,292,223,New York NY-NJ-CT-PA CSA (NY Part) +205,293,186,Indianapolis IN CSA +205,294,223,New York NY-NJ-CT-PA CSA (NY Part) +205,295,223,New York NY-NJ-CT-PA CSA (NY Part) +205,296,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +205,297,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +205,298,223,New York NY-NJ-CT-PA CSA (NY Part) +205,299,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +205,300,172,Miami FL MSA +205,301,223,New York NY-NJ-CT-PA CSA (NY Part) +205,302,266,Washington DC-MD-VA-WV CSA (VA Part) +205,303,12,Chicago IL-IN-WI CSA (IL Part) +205,304,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +205,305,12,Chicago IL-IN-WI CSA (IL Part) +205,306,12,Chicago IL-IN-WI CSA (IL Part) +205,307,223,New York NY-NJ-CT-PA CSA (NY Part) +205,308,154,Alaska +205,309,217,New York NY-NJ-CT-PA CSA (NJ Part) +205,310,12,Chicago IL-IN-WI CSA (IL Part) +205,311,223,New York NY-NJ-CT-PA CSA (NY Part) +205,312,172,Miami FL MSA +205,313,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +205,314,223,New York NY-NJ-CT-PA CSA (NY Part) +205,315,172,Miami FL MSA +205,316,268,Seattle WA CSA +205,317,154,Alaska +205,318,186,Indianapolis IN CSA +205,319,172,Miami FL MSA +205,320,223,New York NY-NJ-CT-PA CSA (NY Part) +205,321,217,New York NY-NJ-CT-PA CSA (NJ Part) +205,322,257,Houston TX CSA +205,323,172,Miami FL MSA +205,324,223,New York NY-NJ-CT-PA CSA (NY Part) +205,325,176,Atlanta GA-AL CSA (GA Part) +205,326,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +205,327,12,Chicago IL-IN-WI CSA (IL Part) +205,328,223,New York NY-NJ-CT-PA CSA (NY Part) +205,329,223,New York NY-NJ-CT-PA CSA (NY Part) +205,330,223,New York NY-NJ-CT-PA CSA (NY Part) +205,331,201,Boston MA-NH CSA (MA Part) +205,332,223,New York NY-NJ-CT-PA CSA (NY Part) +205,333,217,New York NY-NJ-CT-PA CSA (NJ Part) +205,334,203,Detroit MI CSA +205,335,12,Chicago IL-IN-WI CSA (IL Part) +205,336,191,Louisville KY-IN CSA (KY Part) +205,337,217,New York NY-NJ-CT-PA CSA (NJ Part) +205,338,223,New York NY-NJ-CT-PA CSA (NY Part) +205,339,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +205,340,223,New York NY-NJ-CT-PA CSA (NY Part) +205,341,203,Detroit MI CSA +205,342,12,Chicago IL-IN-WI CSA (IL Part) +205,343,257,Houston TX CSA +205,344,217,New York NY-NJ-CT-PA CSA (NJ Part) +205,345,12,Chicago IL-IN-WI CSA (IL Part) +205,346,217,New York NY-NJ-CT-PA CSA (NJ Part) +205,347,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +205,348,223,New York NY-NJ-CT-PA CSA (NY Part) +205,349,186,Indianapolis IN CSA +205,350,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +205,351,201,Boston MA-NH CSA (MA Part) +205,352,266,Washington DC-MD-VA-WV CSA (VA Part) +205,353,12,Chicago IL-IN-WI CSA (IL Part) +205,354,232,Cleveland OH CSA +205,355,217,New York NY-NJ-CT-PA CSA (NJ Part) +205,356,195,New Orleans LA CSA +205,357,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +205,358,223,New York NY-NJ-CT-PA CSA (NY Part) +205,359,266,Washington DC-MD-VA-WV CSA (VA Part) +205,360,232,Cleveland OH CSA +205,361,245,Charleston SC MSA +205,362,203,Detroit MI CSA +205,363,153,Remainder of Alabama +205,364,12,Chicago IL-IN-WI CSA (IL Part) +205,365,223,New York NY-NJ-CT-PA CSA (NY Part) +205,366,217,New York NY-NJ-CT-PA CSA (NJ Part) +205,367,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +205,368,223,New York NY-NJ-CT-PA CSA (NY Part) +205,369,223,New York NY-NJ-CT-PA CSA (NY Part) +205,370,217,New York NY-NJ-CT-PA CSA (NJ Part) +205,371,223,New York NY-NJ-CT-PA CSA (NY Part) +205,372,223,New York NY-NJ-CT-PA CSA (NY Part) +205,373,172,Miami FL MSA +205,374,12,Chicago IL-IN-WI CSA (IL Part) +205,375,266,Washington DC-MD-VA-WV CSA (VA Part) +205,376,12,Chicago IL-IN-WI CSA (IL Part) +205,377,223,New York NY-NJ-CT-PA CSA (NY Part) +205,378,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +205,379,232,Cleveland OH CSA +205,380,12,Chicago IL-IN-WI CSA (IL Part) +205,381,154,Alaska +205,382,12,Chicago IL-IN-WI CSA (IL Part) +205,383,12,Chicago IL-IN-WI CSA (IL Part) +205,384,266,Washington DC-MD-VA-WV CSA (VA Part) +205,385,223,New York NY-NJ-CT-PA CSA (NY Part) +205,386,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +205,387,12,Chicago IL-IN-WI CSA (IL Part) +205,388,217,New York NY-NJ-CT-PA CSA (NJ Part) +205,389,232,Cleveland OH CSA +205,390,223,New York NY-NJ-CT-PA CSA (NY Part) +205,391,223,New York NY-NJ-CT-PA CSA (NY Part) +205,392,203,Detroit MI CSA +205,393,223,New York NY-NJ-CT-PA CSA (NY Part) +205,394,217,New York NY-NJ-CT-PA CSA (NJ Part) +205,395,231,Cincinnati OH-KY-IN CSA (OH Part) +205,396,162,San Francisco CA CSA +205,397,232,Cleveland OH CSA +205,398,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +205,399,249,Memphis TN-MS-AR MSA (TN Part) +205,400,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +205,401,223,New York NY-NJ-CT-PA CSA (NY Part) +205,402,223,New York NY-NJ-CT-PA CSA (NY Part) +205,403,232,Cleveland OH CSA +205,404,223,New York NY-NJ-CT-PA CSA (NY Part) +205,405,217,New York NY-NJ-CT-PA CSA (NJ Part) +205,406,217,New York NY-NJ-CT-PA CSA (NJ Part) +205,407,12,Chicago IL-IN-WI CSA (IL Part) +205,408,266,Washington DC-MD-VA-WV CSA (VA Part) +205,409,192,Remainder of Kentucky +205,410,12,Chicago IL-IN-WI CSA (IL Part) +205,411,12,Chicago IL-IN-WI CSA (IL Part) +205,412,223,New York NY-NJ-CT-PA CSA (NY Part) +205,413,179,Honolulu HI MSA +205,414,203,Detroit MI CSA +205,415,232,Cleveland OH CSA +205,416,223,New York NY-NJ-CT-PA CSA (NY Part) +205,417,255,Dallas-Fort Worth TX CSA +205,418,12,Chicago IL-IN-WI CSA (IL Part) +205,419,232,Cleveland OH CSA +205,420,12,Chicago IL-IN-WI CSA (IL Part) +205,421,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +205,422,154,Alaska +205,423,266,Washington DC-MD-VA-WV CSA (VA Part) +205,424,172,Miami FL MSA +205,425,159,Los Angeles CA CSA +205,426,176,Atlanta GA-AL CSA (GA Part) +205,427,192,Remainder of Kentucky +205,428,12,Chicago IL-IN-WI CSA (IL Part) +205,429,255,Dallas-Fort Worth TX CSA +205,430,217,New York NY-NJ-CT-PA CSA (NJ Part) +205,431,223,New York NY-NJ-CT-PA CSA (NY Part) +205,432,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +205,433,12,Chicago IL-IN-WI CSA (IL Part) +205,434,217,New York NY-NJ-CT-PA CSA (NJ Part) +205,435,12,Chicago IL-IN-WI CSA (IL Part) +205,436,223,New York NY-NJ-CT-PA CSA (NY Part) +205,437,223,New York NY-NJ-CT-PA CSA (NY Part) +205,438,223,New York NY-NJ-CT-PA CSA (NY Part) +205,439,226,Charlotte NC-SC CSA (NC Part) +205,440,217,New York NY-NJ-CT-PA CSA (NJ Part) +205,441,179,Honolulu HI MSA +205,442,201,Boston MA-NH CSA (MA Part) +205,443,169,Delaware +205,444,192,Remainder of Kentucky +205,445,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +205,446,223,New York NY-NJ-CT-PA CSA (NY Part) +205,447,266,Washington DC-MD-VA-WV CSA (VA Part) +205,448,232,Cleveland OH CSA +205,449,223,New York NY-NJ-CT-PA CSA (NY Part) +205,450,266,Washington DC-MD-VA-WV CSA (VA Part) +205,451,12,Chicago IL-IN-WI CSA (IL Part) +205,452,223,New York NY-NJ-CT-PA CSA (NY Part) +205,453,154,Alaska +205,454,223,New York NY-NJ-CT-PA CSA (NY Part) +205,455,186,Indianapolis IN CSA +205,456,12,Chicago IL-IN-WI CSA (IL Part) +205,457,203,Detroit MI CSA +205,458,266,Washington DC-MD-VA-WV CSA (VA Part) +205,459,223,New York NY-NJ-CT-PA CSA (NY Part) +205,460,223,New York NY-NJ-CT-PA CSA (NY Part) +205,461,223,New York NY-NJ-CT-PA CSA (NY Part) +205,462,12,Chicago IL-IN-WI CSA (IL Part) +205,463,12,Chicago IL-IN-WI CSA (IL Part) +205,464,223,New York NY-NJ-CT-PA CSA (NY Part) +205,465,232,Cleveland OH CSA +205,466,12,Chicago IL-IN-WI CSA (IL Part) +205,467,217,New York NY-NJ-CT-PA CSA (NJ Part) +205,468,12,Chicago IL-IN-WI CSA (IL Part) +205,469,203,Detroit MI CSA +205,470,162,San Francisco CA CSA +205,471,201,Boston MA-NH CSA (MA Part) +205,472,159,Los Angeles CA CSA +205,473,257,Houston TX CSA +205,474,186,Indianapolis IN CSA +205,475,232,Cleveland OH CSA +205,476,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +205,477,223,New York NY-NJ-CT-PA CSA (NY Part) +205,478,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +205,479,186,Indianapolis IN CSA +205,480,266,Washington DC-MD-VA-WV CSA (VA Part) +205,481,203,Detroit MI CSA +205,482,12,Chicago IL-IN-WI CSA (IL Part) +205,483,203,Detroit MI CSA +205,484,12,Chicago IL-IN-WI CSA (IL Part) +205,485,223,New York NY-NJ-CT-PA CSA (NY Part) +205,486,12,Chicago IL-IN-WI CSA (IL Part) +205,487,172,Miami FL MSA +205,488,12,Chicago IL-IN-WI CSA (IL Part) +205,489,217,New York NY-NJ-CT-PA CSA (NJ Part) +205,490,169,Delaware +205,491,169,Delaware +206,274,12,Chicago IL-IN-WI CSA (IL Part) +206,275,12,Chicago IL-IN-WI CSA (IL Part) +206,276,203,Detroit MI CSA +206,277,223,New York NY-NJ-CT-PA CSA (NY Part) +206,278,217,New York NY-NJ-CT-PA CSA (NJ Part) +206,279,12,Chicago IL-IN-WI CSA (IL Part) +206,280,12,Chicago IL-IN-WI CSA (IL Part) +206,281,12,Chicago IL-IN-WI CSA (IL Part) +206,282,231,Cincinnati OH-KY-IN CSA (OH Part) +206,283,232,Cleveland OH CSA +206,284,159,Los Angeles CA CSA +206,285,223,New York NY-NJ-CT-PA CSA (NY Part) +206,286,203,Detroit MI CSA +206,287,176,Atlanta GA-AL CSA (GA Part) +206,288,12,Chicago IL-IN-WI CSA (IL Part) +206,289,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +206,290,191,Louisville KY-IN CSA (KY Part) +206,291,12,Chicago IL-IN-WI CSA (IL Part) +206,292,217,New York NY-NJ-CT-PA CSA (NJ Part) +206,293,176,Atlanta GA-AL CSA (GA Part) +206,294,223,New York NY-NJ-CT-PA CSA (NY Part) +206,295,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +206,296,154,Alaska +206,297,176,Atlanta GA-AL CSA (GA Part) +206,298,217,New York NY-NJ-CT-PA CSA (NJ Part) +206,299,201,Boston MA-NH CSA (MA Part) +206,300,12,Chicago IL-IN-WI CSA (IL Part) +206,301,266,Washington DC-MD-VA-WV CSA (VA Part) +206,302,191,Louisville KY-IN CSA (KY Part) +206,303,154,Alaska +206,304,223,New York NY-NJ-CT-PA CSA (NY Part) +206,305,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +206,306,203,Detroit MI CSA +206,307,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +206,308,154,Alaska +206,309,12,Chicago IL-IN-WI CSA (IL Part) +206,310,12,Chicago IL-IN-WI CSA (IL Part) +206,311,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +206,312,186,Indianapolis IN CSA +206,313,223,New York NY-NJ-CT-PA CSA (NY Part) +206,314,266,Washington DC-MD-VA-WV CSA (VA Part) +206,315,172,Miami FL MSA +206,316,12,Chicago IL-IN-WI CSA (IL Part) +206,317,154,Alaska +206,318,186,Indianapolis IN CSA +206,319,12,Chicago IL-IN-WI CSA (IL Part) +206,320,266,Washington DC-MD-VA-WV CSA (VA Part) +206,321,12,Chicago IL-IN-WI CSA (IL Part) +206,322,159,Los Angeles CA CSA +206,323,249,Memphis TN-MS-AR MSA (TN Part) +206,324,201,Boston MA-NH CSA (MA Part) +206,325,153,Remainder of Alabama +206,326,172,Miami FL MSA +206,327,232,Cleveland OH CSA +206,328,223,New York NY-NJ-CT-PA CSA (NY Part) +206,329,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +206,330,12,Chicago IL-IN-WI CSA (IL Part) +206,331,12,Chicago IL-IN-WI CSA (IL Part) +206,332,153,Remainder of Alabama +206,333,12,Chicago IL-IN-WI CSA (IL Part) +206,334,249,Memphis TN-MS-AR MSA (TN Part) +206,335,223,New York NY-NJ-CT-PA CSA (NY Part) +206,336,176,Atlanta GA-AL CSA (GA Part) +206,337,12,Chicago IL-IN-WI CSA (IL Part) +206,338,217,New York NY-NJ-CT-PA CSA (NJ Part) +206,339,12,Chicago IL-IN-WI CSA (IL Part) +206,340,223,New York NY-NJ-CT-PA CSA (NY Part) +206,341,176,Atlanta GA-AL CSA (GA Part) +206,342,12,Chicago IL-IN-WI CSA (IL Part) +206,343,159,Los Angeles CA CSA +206,344,223,New York NY-NJ-CT-PA CSA (NY Part) +206,345,232,Cleveland OH CSA +206,346,12,Chicago IL-IN-WI CSA (IL Part) +206,347,201,Boston MA-NH CSA (MA Part) +206,348,12,Chicago IL-IN-WI CSA (IL Part) +206,349,223,New York NY-NJ-CT-PA CSA (NY Part) +206,350,223,New York NY-NJ-CT-PA CSA (NY Part) +206,351,223,New York NY-NJ-CT-PA CSA (NY Part) +206,352,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +206,353,217,New York NY-NJ-CT-PA CSA (NJ Part) +206,354,12,Chicago IL-IN-WI CSA (IL Part) +206,355,232,Cleveland OH CSA +206,356,249,Memphis TN-MS-AR MSA (TN Part) +206,357,217,New York NY-NJ-CT-PA CSA (NJ Part) +206,358,192,Remainder of Kentucky +206,359,12,Chicago IL-IN-WI CSA (IL Part) +206,360,192,Remainder of Kentucky +206,361,232,Cleveland OH CSA +206,362,12,Chicago IL-IN-WI CSA (IL Part) +206,363,195,New Orleans LA CSA +206,364,217,New York NY-NJ-CT-PA CSA (NJ Part) +206,365,12,Chicago IL-IN-WI CSA (IL Part) +206,366,12,Chicago IL-IN-WI CSA (IL Part) +206,367,154,Alaska +206,368,203,Detroit MI CSA +206,369,12,Chicago IL-IN-WI CSA (IL Part) +206,370,223,New York NY-NJ-CT-PA CSA (NY Part) +206,371,203,Detroit MI CSA +206,372,223,New York NY-NJ-CT-PA CSA (NY Part) +206,373,249,Memphis TN-MS-AR MSA (TN Part) +206,374,154,Alaska +206,375,12,Chicago IL-IN-WI CSA (IL Part) +206,376,12,Chicago IL-IN-WI CSA (IL Part) +206,377,217,New York NY-NJ-CT-PA CSA (NJ Part) +206,378,266,Washington DC-MD-VA-WV CSA (VA Part) +206,379,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +206,380,154,Alaska +206,381,255,Dallas-Fort Worth TX CSA +206,382,223,New York NY-NJ-CT-PA CSA (NY Part) +206,383,223,New York NY-NJ-CT-PA CSA (NY Part) +206,384,169,Delaware +206,385,217,New York NY-NJ-CT-PA CSA (NJ Part) +206,386,12,Chicago IL-IN-WI CSA (IL Part) +206,387,203,Detroit MI CSA +206,388,203,Detroit MI CSA +206,389,12,Chicago IL-IN-WI CSA (IL Part) +206,390,223,New York NY-NJ-CT-PA CSA (NY Part) +206,391,266,Washington DC-MD-VA-WV CSA (VA Part) +206,392,223,New York NY-NJ-CT-PA CSA (NY Part) +206,393,12,Chicago IL-IN-WI CSA (IL Part) +206,394,223,New York NY-NJ-CT-PA CSA (NY Part) +206,395,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +206,396,179,Honolulu HI MSA +206,397,186,Indianapolis IN CSA +206,398,12,Chicago IL-IN-WI CSA (IL Part) +206,399,249,Memphis TN-MS-AR MSA (TN Part) +206,400,159,Los Angeles CA CSA +206,401,203,Detroit MI CSA +206,402,223,New York NY-NJ-CT-PA CSA (NY Part) +206,403,154,Alaska +206,404,12,Chicago IL-IN-WI CSA (IL Part) +206,405,12,Chicago IL-IN-WI CSA (IL Part) +206,406,201,Boston MA-NH CSA (MA Part) +206,407,12,Chicago IL-IN-WI CSA (IL Part) +206,408,154,Alaska +206,409,232,Cleveland OH CSA +206,410,162,San Francisco CA CSA +206,411,12,Chicago IL-IN-WI CSA (IL Part) +206,412,203,Detroit MI CSA +206,413,257,Houston TX CSA +206,414,257,Houston TX CSA +206,415,12,Chicago IL-IN-WI CSA (IL Part) +206,416,12,Chicago IL-IN-WI CSA (IL Part) +206,417,12,Chicago IL-IN-WI CSA (IL Part) +206,418,12,Chicago IL-IN-WI CSA (IL Part) +206,419,12,Chicago IL-IN-WI CSA (IL Part) +206,420,169,Delaware +206,421,12,Chicago IL-IN-WI CSA (IL Part) +206,422,162,San Francisco CA CSA +206,423,266,Washington DC-MD-VA-WV CSA (VA Part) +206,424,12,Chicago IL-IN-WI CSA (IL Part) +206,425,159,Los Angeles CA CSA +206,426,12,Chicago IL-IN-WI CSA (IL Part) +206,427,191,Louisville KY-IN CSA (KY Part) +206,428,154,Alaska +206,429,249,Memphis TN-MS-AR MSA (TN Part) +206,430,12,Chicago IL-IN-WI CSA (IL Part) +206,431,12,Chicago IL-IN-WI CSA (IL Part) +206,432,223,New York NY-NJ-CT-PA CSA (NY Part) +206,433,12,Chicago IL-IN-WI CSA (IL Part) +206,434,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +206,435,12,Chicago IL-IN-WI CSA (IL Part) +206,436,266,Washington DC-MD-VA-WV CSA (VA Part) +206,437,12,Chicago IL-IN-WI CSA (IL Part) +206,438,176,Atlanta GA-AL CSA (GA Part) +206,439,12,Chicago IL-IN-WI CSA (IL Part) +206,440,249,Memphis TN-MS-AR MSA (TN Part) +206,441,159,Los Angeles CA CSA +206,442,12,Chicago IL-IN-WI CSA (IL Part) +206,443,201,Boston MA-NH CSA (MA Part) +206,444,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +206,445,266,Washington DC-MD-VA-WV CSA (VA Part) +206,446,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +206,447,176,Atlanta GA-AL CSA (GA Part) +206,448,217,New York NY-NJ-CT-PA CSA (NJ Part) +206,449,12,Chicago IL-IN-WI CSA (IL Part) +206,450,176,Atlanta GA-AL CSA (GA Part) +206,451,12,Chicago IL-IN-WI CSA (IL Part) +206,452,201,Boston MA-NH CSA (MA Part) +206,453,268,Seattle WA CSA +206,454,223,New York NY-NJ-CT-PA CSA (NY Part) +206,455,12,Chicago IL-IN-WI CSA (IL Part) +206,456,268,Seattle WA CSA +206,457,223,New York NY-NJ-CT-PA CSA (NY Part) +206,458,12,Chicago IL-IN-WI CSA (IL Part) +206,459,223,New York NY-NJ-CT-PA CSA (NY Part) +206,460,232,Cleveland OH CSA +206,461,172,Miami FL MSA +206,462,169,Delaware +206,463,12,Chicago IL-IN-WI CSA (IL Part) +206,464,223,New York NY-NJ-CT-PA CSA (NY Part) +206,465,223,New York NY-NJ-CT-PA CSA (NY Part) +206,466,12,Chicago IL-IN-WI CSA (IL Part) +206,467,191,Louisville KY-IN CSA (KY Part) +206,468,154,Alaska +206,469,223,New York NY-NJ-CT-PA CSA (NY Part) +206,470,162,San Francisco CA CSA +206,471,223,New York NY-NJ-CT-PA CSA (NY Part) +206,472,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +206,473,159,Los Angeles CA CSA +206,474,12,Chicago IL-IN-WI CSA (IL Part) +206,475,223,New York NY-NJ-CT-PA CSA (NY Part) +206,476,201,Boston MA-NH CSA (MA Part) +206,477,12,Chicago IL-IN-WI CSA (IL Part) +206,478,172,Miami FL MSA +206,479,179,Honolulu HI MSA +206,480,201,Boston MA-NH CSA (MA Part) +206,481,201,Boston MA-NH CSA (MA Part) +206,482,12,Chicago IL-IN-WI CSA (IL Part) +206,483,203,Detroit MI CSA +206,484,249,Memphis TN-MS-AR MSA (TN Part) +206,485,203,Detroit MI CSA +206,486,159,Los Angeles CA CSA +206,487,176,Atlanta GA-AL CSA (GA Part) +206,488,154,Alaska +206,489,223,New York NY-NJ-CT-PA CSA (NY Part) +206,490,201,Boston MA-NH CSA (MA Part) +206,491,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +207,274,266,Washington DC-MD-VA-WV CSA (VA Part) +207,275,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +207,276,223,New York NY-NJ-CT-PA CSA (NY Part) +207,277,203,Detroit MI CSA +207,278,217,New York NY-NJ-CT-PA CSA (NJ Part) +207,279,231,Cincinnati OH-KY-IN CSA (OH Part) +207,280,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +207,281,172,Miami FL MSA +207,282,201,Boston MA-NH CSA (MA Part) +207,283,12,Chicago IL-IN-WI CSA (IL Part) +207,284,162,San Francisco CA CSA +207,285,223,New York NY-NJ-CT-PA CSA (NY Part) +207,286,203,Detroit MI CSA +207,287,249,Memphis TN-MS-AR MSA (TN Part) +207,288,12,Chicago IL-IN-WI CSA (IL Part) +207,289,223,New York NY-NJ-CT-PA CSA (NY Part) +207,290,203,Detroit MI CSA +207,291,12,Chicago IL-IN-WI CSA (IL Part) +207,292,12,Chicago IL-IN-WI CSA (IL Part) +207,293,249,Memphis TN-MS-AR MSA (TN Part) +207,294,203,Detroit MI CSA +207,295,223,New York NY-NJ-CT-PA CSA (NY Part) +207,296,223,New York NY-NJ-CT-PA CSA (NY Part) +207,297,172,Miami FL MSA +207,298,232,Cleveland OH CSA +207,299,217,New York NY-NJ-CT-PA CSA (NJ Part) +207,300,191,Louisville KY-IN CSA (KY Part) +207,301,223,New York NY-NJ-CT-PA CSA (NY Part) +207,302,223,New York NY-NJ-CT-PA CSA (NY Part) +207,303,154,Alaska +207,304,223,New York NY-NJ-CT-PA CSA (NY Part) +207,305,12,Chicago IL-IN-WI CSA (IL Part) +207,306,223,New York NY-NJ-CT-PA CSA (NY Part) +207,307,201,Boston MA-NH CSA (MA Part) +207,308,223,New York NY-NJ-CT-PA CSA (NY Part) +207,309,12,Chicago IL-IN-WI CSA (IL Part) +207,310,12,Chicago IL-IN-WI CSA (IL Part) +207,311,12,Chicago IL-IN-WI CSA (IL Part) +207,312,176,Atlanta GA-AL CSA (GA Part) +207,313,223,New York NY-NJ-CT-PA CSA (NY Part) +207,314,223,New York NY-NJ-CT-PA CSA (NY Part) +207,315,191,Louisville KY-IN CSA (KY Part) +207,316,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +207,317,159,Los Angeles CA CSA +207,318,154,Alaska +207,319,172,Miami FL MSA +207,320,266,Washington DC-MD-VA-WV CSA (VA Part) +207,321,223,New York NY-NJ-CT-PA CSA (NY Part) +207,322,159,Los Angeles CA CSA +207,323,153,Remainder of Alabama +207,324,12,Chicago IL-IN-WI CSA (IL Part) +207,325,12,Chicago IL-IN-WI CSA (IL Part) +207,326,172,Miami FL MSA +207,327,217,New York NY-NJ-CT-PA CSA (NJ Part) +207,328,203,Detroit MI CSA +207,329,186,Indianapolis IN CSA +207,330,217,New York NY-NJ-CT-PA CSA (NJ Part) +207,331,169,Delaware +207,332,12,Chicago IL-IN-WI CSA (IL Part) +207,333,12,Chicago IL-IN-WI CSA (IL Part) +207,334,249,Memphis TN-MS-AR MSA (TN Part) +207,335,266,Washington DC-MD-VA-WV CSA (VA Part) +207,336,12,Chicago IL-IN-WI CSA (IL Part) +207,337,12,Chicago IL-IN-WI CSA (IL Part) +207,338,12,Chicago IL-IN-WI CSA (IL Part) +207,339,12,Chicago IL-IN-WI CSA (IL Part) +207,340,266,Washington DC-MD-VA-WV CSA (VA Part) +207,341,203,Detroit MI CSA +207,342,12,Chicago IL-IN-WI CSA (IL Part) +207,343,179,Honolulu HI MSA +207,344,203,Detroit MI CSA +207,345,223,New York NY-NJ-CT-PA CSA (NY Part) +207,346,217,New York NY-NJ-CT-PA CSA (NJ Part) +207,347,266,Washington DC-MD-VA-WV CSA (VA Part) +207,348,217,New York NY-NJ-CT-PA CSA (NJ Part) +207,349,223,New York NY-NJ-CT-PA CSA (NY Part) +207,350,217,New York NY-NJ-CT-PA CSA (NJ Part) +207,351,217,New York NY-NJ-CT-PA CSA (NJ Part) +207,352,203,Detroit MI CSA +207,353,223,New York NY-NJ-CT-PA CSA (NY Part) +207,354,12,Chicago IL-IN-WI CSA (IL Part) +207,355,12,Chicago IL-IN-WI CSA (IL Part) +207,356,249,Memphis TN-MS-AR MSA (TN Part) +207,357,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +207,358,226,Charlotte NC-SC CSA (NC Part) +207,359,266,Washington DC-MD-VA-WV CSA (VA Part) +207,360,232,Cleveland OH CSA +207,361,217,New York NY-NJ-CT-PA CSA (NJ Part) +207,362,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +207,363,176,Atlanta GA-AL CSA (GA Part) +207,364,266,Washington DC-MD-VA-WV CSA (VA Part) +207,365,12,Chicago IL-IN-WI CSA (IL Part) +207,366,12,Chicago IL-IN-WI CSA (IL Part) +207,367,154,Alaska +207,368,12,Chicago IL-IN-WI CSA (IL Part) +207,369,223,New York NY-NJ-CT-PA CSA (NY Part) +207,370,223,New York NY-NJ-CT-PA CSA (NY Part) +207,371,12,Chicago IL-IN-WI CSA (IL Part) +207,372,217,New York NY-NJ-CT-PA CSA (NJ Part) +207,373,12,Chicago IL-IN-WI CSA (IL Part) +207,374,154,Alaska +207,375,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +207,376,232,Cleveland OH CSA +207,377,223,New York NY-NJ-CT-PA CSA (NY Part) +207,378,266,Washington DC-MD-VA-WV CSA (VA Part) +207,379,12,Chicago IL-IN-WI CSA (IL Part) +207,380,268,Seattle WA CSA +207,381,12,Chicago IL-IN-WI CSA (IL Part) +207,382,217,New York NY-NJ-CT-PA CSA (NJ Part) +207,383,223,New York NY-NJ-CT-PA CSA (NY Part) +207,384,223,New York NY-NJ-CT-PA CSA (NY Part) +207,385,203,Detroit MI CSA +207,386,12,Chicago IL-IN-WI CSA (IL Part) +207,387,231,Cincinnati OH-KY-IN CSA (OH Part) +207,388,12,Chicago IL-IN-WI CSA (IL Part) +207,389,232,Cleveland OH CSA +207,390,201,Boston MA-NH CSA (MA Part) +207,391,12,Chicago IL-IN-WI CSA (IL Part) +207,392,154,Alaska +207,393,268,Seattle WA CSA +207,394,12,Chicago IL-IN-WI CSA (IL Part) +207,395,217,New York NY-NJ-CT-PA CSA (NJ Part) +207,396,154,Alaska +207,397,12,Chicago IL-IN-WI CSA (IL Part) +207,398,223,New York NY-NJ-CT-PA CSA (NY Part) +207,399,249,Memphis TN-MS-AR MSA (TN Part) +207,400,154,Alaska +207,401,12,Chicago IL-IN-WI CSA (IL Part) +207,402,12,Chicago IL-IN-WI CSA (IL Part) +207,403,12,Chicago IL-IN-WI CSA (IL Part) +207,404,223,New York NY-NJ-CT-PA CSA (NY Part) +207,405,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +207,406,12,Chicago IL-IN-WI CSA (IL Part) +207,407,12,Chicago IL-IN-WI CSA (IL Part) +207,408,154,Alaska +207,409,201,Boston MA-NH CSA (MA Part) +207,410,159,Los Angeles CA CSA +207,411,154,Alaska +207,412,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +207,413,257,Houston TX CSA +207,414,172,Miami FL MSA +207,415,12,Chicago IL-IN-WI CSA (IL Part) +207,416,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +207,417,162,San Francisco CA CSA +207,418,268,Seattle WA CSA +207,419,12,Chicago IL-IN-WI CSA (IL Part) +207,420,217,New York NY-NJ-CT-PA CSA (NJ Part) +207,421,12,Chicago IL-IN-WI CSA (IL Part) +207,422,12,Chicago IL-IN-WI CSA (IL Part) +207,423,217,New York NY-NJ-CT-PA CSA (NJ Part) +207,424,12,Chicago IL-IN-WI CSA (IL Part) +207,425,154,Alaska +207,426,172,Miami FL MSA +207,427,245,Charleston SC MSA +207,428,154,Alaska +207,429,257,Houston TX CSA +207,430,223,New York NY-NJ-CT-PA CSA (NY Part) +207,431,217,New York NY-NJ-CT-PA CSA (NJ Part) +207,432,217,New York NY-NJ-CT-PA CSA (NJ Part) +207,433,203,Detroit MI CSA +207,434,203,Detroit MI CSA +207,435,12,Chicago IL-IN-WI CSA (IL Part) +207,436,223,New York NY-NJ-CT-PA CSA (NY Part) +207,437,223,New York NY-NJ-CT-PA CSA (NY Part) +207,438,231,Cincinnati OH-KY-IN CSA (OH Part) +207,439,217,New York NY-NJ-CT-PA CSA (NJ Part) +207,440,203,Detroit MI CSA +207,441,257,Houston TX CSA +207,442,12,Chicago IL-IN-WI CSA (IL Part) +207,443,223,New York NY-NJ-CT-PA CSA (NY Part) +207,444,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +207,445,169,Delaware +207,446,12,Chicago IL-IN-WI CSA (IL Part) +207,447,223,New York NY-NJ-CT-PA CSA (NY Part) +207,448,223,New York NY-NJ-CT-PA CSA (NY Part) +207,449,159,Los Angeles CA CSA +207,450,12,Chicago IL-IN-WI CSA (IL Part) +207,451,217,New York NY-NJ-CT-PA CSA (NJ Part) +207,452,217,New York NY-NJ-CT-PA CSA (NJ Part) +207,453,162,San Francisco CA CSA +207,454,12,Chicago IL-IN-WI CSA (IL Part) +207,455,217,New York NY-NJ-CT-PA CSA (NJ Part) +207,456,12,Chicago IL-IN-WI CSA (IL Part) +207,457,223,New York NY-NJ-CT-PA CSA (NY Part) +207,458,12,Chicago IL-IN-WI CSA (IL Part) +207,459,154,Alaska +207,460,12,Chicago IL-IN-WI CSA (IL Part) +207,461,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +207,462,12,Chicago IL-IN-WI CSA (IL Part) +207,463,12,Chicago IL-IN-WI CSA (IL Part) +207,464,217,New York NY-NJ-CT-PA CSA (NJ Part) +207,465,223,New York NY-NJ-CT-PA CSA (NY Part) +207,466,154,Alaska +207,467,217,New York NY-NJ-CT-PA CSA (NJ Part) +207,468,154,Alaska +207,469,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +207,470,179,Honolulu HI MSA +207,471,223,New York NY-NJ-CT-PA CSA (NY Part) +207,472,268,Seattle WA CSA +207,473,159,Los Angeles CA CSA +207,474,12,Chicago IL-IN-WI CSA (IL Part) +207,475,169,Delaware +207,476,12,Chicago IL-IN-WI CSA (IL Part) +207,477,201,Boston MA-NH CSA (MA Part) +207,478,192,Remainder of Kentucky +207,479,159,Los Angeles CA CSA +207,480,217,New York NY-NJ-CT-PA CSA (NJ Part) +207,481,12,Chicago IL-IN-WI CSA (IL Part) +207,482,217,New York NY-NJ-CT-PA CSA (NJ Part) +207,483,266,Washington DC-MD-VA-WV CSA (VA Part) +207,484,173,Orlando FL CSA +207,485,154,Alaska +207,486,162,San Francisco CA CSA +207,487,172,Miami FL MSA +207,488,186,Indianapolis IN CSA +207,489,223,New York NY-NJ-CT-PA CSA (NY Part) +207,490,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +207,491,223,New York NY-NJ-CT-PA CSA (NY Part) +208,274,217,New York NY-NJ-CT-PA CSA (NJ Part) +208,275,249,Memphis TN-MS-AR MSA (TN Part) +208,276,223,New York NY-NJ-CT-PA CSA (NY Part) +208,277,186,Indianapolis IN CSA +208,278,191,Louisville KY-IN CSA (KY Part) +208,279,172,Miami FL MSA +208,280,176,Atlanta GA-AL CSA (GA Part) +208,281,176,Atlanta GA-AL CSA (GA Part) +208,282,249,Memphis TN-MS-AR MSA (TN Part) +208,283,172,Miami FL MSA +208,284,249,Memphis TN-MS-AR MSA (TN Part) +208,285,217,New York NY-NJ-CT-PA CSA (NJ Part) +208,286,217,New York NY-NJ-CT-PA CSA (NJ Part) +208,287,172,Miami FL MSA +208,288,176,Atlanta GA-AL CSA (GA Part) +208,289,266,Washington DC-MD-VA-WV CSA (VA Part) +208,290,172,Miami FL MSA +208,291,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +208,292,223,New York NY-NJ-CT-PA CSA (NY Part) +208,293,172,Miami FL MSA +208,294,266,Washington DC-MD-VA-WV CSA (VA Part) +208,295,153,Remainder of Alabama +208,296,232,Cleveland OH CSA +208,297,172,Miami FL MSA +208,298,12,Chicago IL-IN-WI CSA (IL Part) +208,299,203,Detroit MI CSA +208,300,172,Miami FL MSA +208,301,192,Remainder of Kentucky +208,302,172,Miami FL MSA +208,303,12,Chicago IL-IN-WI CSA (IL Part) +208,304,232,Cleveland OH CSA +208,305,176,Atlanta GA-AL CSA (GA Part) +208,306,172,Miami FL MSA +208,307,186,Indianapolis IN CSA +208,308,268,Seattle WA CSA +208,309,245,Charleston SC MSA +208,310,12,Chicago IL-IN-WI CSA (IL Part) +208,311,172,Miami FL MSA +208,312,176,Atlanta GA-AL CSA (GA Part) +208,313,231,Cincinnati OH-KY-IN CSA (OH Part) +208,314,223,New York NY-NJ-CT-PA CSA (NY Part) +208,315,176,Atlanta GA-AL CSA (GA Part) +208,316,154,Alaska +208,317,12,Chicago IL-IN-WI CSA (IL Part) +208,318,176,Atlanta GA-AL CSA (GA Part) +208,319,172,Miami FL MSA +208,320,172,Miami FL MSA +208,321,153,Remainder of Alabama +208,322,255,Dallas-Fort Worth TX CSA +208,323,172,Miami FL MSA +208,324,12,Chicago IL-IN-WI CSA (IL Part) +208,325,176,Atlanta GA-AL CSA (GA Part) +208,326,172,Miami FL MSA +208,327,223,New York NY-NJ-CT-PA CSA (NY Part) +208,328,266,Washington DC-MD-VA-WV CSA (VA Part) +208,329,169,Delaware +208,330,203,Detroit MI CSA +208,331,249,Memphis TN-MS-AR MSA (TN Part) +208,332,172,Miami FL MSA +208,333,172,Miami FL MSA +208,334,176,Atlanta GA-AL CSA (GA Part) +208,335,201,Boston MA-NH CSA (MA Part) +208,336,176,Atlanta GA-AL CSA (GA Part) +208,337,191,Louisville KY-IN CSA (KY Part) +208,338,223,New York NY-NJ-CT-PA CSA (NY Part) +208,339,201,Boston MA-NH CSA (MA Part) +208,340,172,Miami FL MSA +208,341,255,Dallas-Fort Worth TX CSA +208,342,12,Chicago IL-IN-WI CSA (IL Part) +208,343,249,Memphis TN-MS-AR MSA (TN Part) +208,344,217,New York NY-NJ-CT-PA CSA (NJ Part) +208,345,223,New York NY-NJ-CT-PA CSA (NY Part) +208,346,195,New Orleans LA CSA +208,347,176,Atlanta GA-AL CSA (GA Part) +208,348,172,Miami FL MSA +208,349,12,Chicago IL-IN-WI CSA (IL Part) +208,350,223,New York NY-NJ-CT-PA CSA (NY Part) +208,351,217,New York NY-NJ-CT-PA CSA (NJ Part) +208,352,266,Washington DC-MD-VA-WV CSA (VA Part) +208,353,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +208,354,12,Chicago IL-IN-WI CSA (IL Part) +208,355,172,Miami FL MSA +208,356,176,Atlanta GA-AL CSA (GA Part) +208,357,176,Atlanta GA-AL CSA (GA Part) +208,358,266,Washington DC-MD-VA-WV CSA (VA Part) +208,359,195,New Orleans LA CSA +208,360,172,Miami FL MSA +208,361,195,New Orleans LA CSA +208,362,176,Atlanta GA-AL CSA (GA Part) +208,363,176,Atlanta GA-AL CSA (GA Part) +208,364,249,Memphis TN-MS-AR MSA (TN Part) +208,365,186,Indianapolis IN CSA +208,366,223,New York NY-NJ-CT-PA CSA (NY Part) +208,367,154,Alaska +208,368,12,Chicago IL-IN-WI CSA (IL Part) +208,369,249,Memphis TN-MS-AR MSA (TN Part) +208,370,203,Detroit MI CSA +208,371,266,Washington DC-MD-VA-WV CSA (VA Part) +208,372,12,Chicago IL-IN-WI CSA (IL Part) +208,373,195,New Orleans LA CSA +208,374,154,Alaska +208,375,249,Memphis TN-MS-AR MSA (TN Part) +208,376,249,Memphis TN-MS-AR MSA (TN Part) +208,377,223,New York NY-NJ-CT-PA CSA (NY Part) +208,378,172,Miami FL MSA +208,379,217,New York NY-NJ-CT-PA CSA (NJ Part) +208,380,223,New York NY-NJ-CT-PA CSA (NY Part) +208,381,191,Louisville KY-IN CSA (KY Part) +208,382,249,Memphis TN-MS-AR MSA (TN Part) +208,383,12,Chicago IL-IN-WI CSA (IL Part) +208,384,223,New York NY-NJ-CT-PA CSA (NY Part) +208,385,176,Atlanta GA-AL CSA (GA Part) +208,386,186,Indianapolis IN CSA +208,387,249,Memphis TN-MS-AR MSA (TN Part) +208,388,12,Chicago IL-IN-WI CSA (IL Part) +208,389,191,Louisville KY-IN CSA (KY Part) +208,390,172,Miami FL MSA +208,391,153,Remainder of Alabama +208,392,249,Memphis TN-MS-AR MSA (TN Part) +208,393,12,Chicago IL-IN-WI CSA (IL Part) +208,394,266,Washington DC-MD-VA-WV CSA (VA Part) +208,395,12,Chicago IL-IN-WI CSA (IL Part) +208,396,249,Memphis TN-MS-AR MSA (TN Part) +208,397,266,Washington DC-MD-VA-WV CSA (VA Part) +208,398,176,Atlanta GA-AL CSA (GA Part) +208,399,153,Remainder of Alabama +208,400,159,Los Angeles CA CSA +208,401,153,Remainder of Alabama +208,402,169,Delaware +208,403,249,Memphis TN-MS-AR MSA (TN Part) +208,404,12,Chicago IL-IN-WI CSA (IL Part) +208,405,172,Miami FL MSA +208,406,217,New York NY-NJ-CT-PA CSA (NJ Part) +208,407,172,Miami FL MSA +208,408,249,Memphis TN-MS-AR MSA (TN Part) +208,409,172,Miami FL MSA +208,410,159,Los Angeles CA CSA +208,411,12,Chicago IL-IN-WI CSA (IL Part) +208,412,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +208,413,255,Dallas-Fort Worth TX CSA +208,414,172,Miami FL MSA +208,415,169,Delaware +208,416,249,Memphis TN-MS-AR MSA (TN Part) +208,417,249,Memphis TN-MS-AR MSA (TN Part) +208,418,268,Seattle WA CSA +208,419,191,Louisville KY-IN CSA (KY Part) +208,420,217,New York NY-NJ-CT-PA CSA (NJ Part) +208,421,176,Atlanta GA-AL CSA (GA Part) +208,422,255,Dallas-Fort Worth TX CSA +208,423,232,Cleveland OH CSA +208,424,172,Miami FL MSA +208,425,179,Honolulu HI MSA +208,426,172,Miami FL MSA +208,427,172,Miami FL MSA +208,428,12,Chicago IL-IN-WI CSA (IL Part) +208,429,249,Memphis TN-MS-AR MSA (TN Part) +208,430,203,Detroit MI CSA +208,431,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +208,432,176,Atlanta GA-AL CSA (GA Part) +208,433,231,Cincinnati OH-KY-IN CSA (OH Part) +208,434,232,Cleveland OH CSA +208,435,203,Detroit MI CSA +208,436,172,Miami FL MSA +208,437,172,Miami FL MSA +208,438,245,Charleston SC MSA +208,439,176,Atlanta GA-AL CSA (GA Part) +208,440,172,Miami FL MSA +208,441,179,Honolulu HI MSA +208,442,201,Boston MA-NH CSA (MA Part) +208,443,217,New York NY-NJ-CT-PA CSA (NJ Part) +208,444,217,New York NY-NJ-CT-PA CSA (NJ Part) +208,445,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +208,446,186,Indianapolis IN CSA +208,447,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +208,448,176,Atlanta GA-AL CSA (GA Part) +208,449,12,Chicago IL-IN-WI CSA (IL Part) +208,450,172,Miami FL MSA +208,451,245,Charleston SC MSA +208,452,217,New York NY-NJ-CT-PA CSA (NJ Part) +208,453,255,Dallas-Fort Worth TX CSA +208,454,176,Atlanta GA-AL CSA (GA Part) +208,455,172,Miami FL MSA +208,456,162,San Francisco CA CSA +208,457,172,Miami FL MSA +208,458,232,Cleveland OH CSA +208,459,217,New York NY-NJ-CT-PA CSA (NJ Part) +208,460,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +208,461,172,Miami FL MSA +208,462,232,Cleveland OH CSA +208,463,266,Washington DC-MD-VA-WV CSA (VA Part) +208,464,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +208,465,217,New York NY-NJ-CT-PA CSA (NJ Part) +208,466,191,Louisville KY-IN CSA (KY Part) +208,467,249,Memphis TN-MS-AR MSA (TN Part) +208,468,154,Alaska +208,469,249,Memphis TN-MS-AR MSA (TN Part) +208,470,154,Alaska +208,471,195,New Orleans LA CSA +208,472,255,Dallas-Fort Worth TX CSA +208,473,159,Los Angeles CA CSA +208,474,176,Atlanta GA-AL CSA (GA Part) +208,475,192,Remainder of Kentucky +208,476,223,New York NY-NJ-CT-PA CSA (NY Part) +208,477,232,Cleveland OH CSA +208,478,172,Miami FL MSA +208,479,257,Houston TX CSA +208,480,223,New York NY-NJ-CT-PA CSA (NY Part) +208,481,201,Boston MA-NH CSA (MA Part) +208,482,232,Cleveland OH CSA +208,483,217,New York NY-NJ-CT-PA CSA (NJ Part) +208,484,176,Atlanta GA-AL CSA (GA Part) +208,485,217,New York NY-NJ-CT-PA CSA (NJ Part) +208,486,191,Louisville KY-IN CSA (KY Part) +208,487,172,Miami FL MSA +208,488,154,Alaska +208,489,217,New York NY-NJ-CT-PA CSA (NJ Part) +208,490,223,New York NY-NJ-CT-PA CSA (NY Part) +208,491,217,New York NY-NJ-CT-PA CSA (NJ Part) +209,274,186,Indianapolis IN CSA +209,275,201,Boston MA-NH CSA (MA Part) +209,276,12,Chicago IL-IN-WI CSA (IL Part) +209,277,186,Indianapolis IN CSA +209,278,226,Charlotte NC-SC CSA (NC Part) +209,279,176,Atlanta GA-AL CSA (GA Part) +209,280,249,Memphis TN-MS-AR MSA (TN Part) +209,281,176,Atlanta GA-AL CSA (GA Part) +209,282,223,New York NY-NJ-CT-PA CSA (NY Part) +209,283,176,Atlanta GA-AL CSA (GA Part) +209,284,249,Memphis TN-MS-AR MSA (TN Part) +209,285,223,New York NY-NJ-CT-PA CSA (NY Part) +209,286,223,New York NY-NJ-CT-PA CSA (NY Part) +209,287,172,Miami FL MSA +209,288,12,Chicago IL-IN-WI CSA (IL Part) +209,289,223,New York NY-NJ-CT-PA CSA (NY Part) +209,290,226,Charlotte NC-SC CSA (NC Part) +209,291,203,Detroit MI CSA +209,292,12,Chicago IL-IN-WI CSA (IL Part) +209,293,255,Dallas-Fort Worth TX CSA +209,294,176,Atlanta GA-AL CSA (GA Part) +209,295,245,Charleston SC MSA +209,296,12,Chicago IL-IN-WI CSA (IL Part) +209,297,249,Memphis TN-MS-AR MSA (TN Part) +209,298,266,Washington DC-MD-VA-WV CSA (VA Part) +209,299,153,Remainder of Alabama +209,300,191,Louisville KY-IN CSA (KY Part) +209,301,201,Boston MA-NH CSA (MA Part) +209,302,176,Atlanta GA-AL CSA (GA Part) +209,303,12,Chicago IL-IN-WI CSA (IL Part) +209,304,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +209,305,217,New York NY-NJ-CT-PA CSA (NJ Part) +209,306,232,Cleveland OH CSA +209,307,223,New York NY-NJ-CT-PA CSA (NY Part) +209,308,154,Alaska +209,309,217,New York NY-NJ-CT-PA CSA (NJ Part) +209,310,203,Detroit MI CSA +209,311,217,New York NY-NJ-CT-PA CSA (NJ Part) +209,312,176,Atlanta GA-AL CSA (GA Part) +209,313,223,New York NY-NJ-CT-PA CSA (NY Part) +209,314,192,Remainder of Kentucky +209,315,176,Atlanta GA-AL CSA (GA Part) +209,316,12,Chicago IL-IN-WI CSA (IL Part) +209,317,268,Seattle WA CSA +209,318,12,Chicago IL-IN-WI CSA (IL Part) +209,319,173,Orlando FL CSA +209,320,176,Atlanta GA-AL CSA (GA Part) +209,321,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +209,322,257,Houston TX CSA +209,323,255,Dallas-Fort Worth TX CSA +209,324,223,New York NY-NJ-CT-PA CSA (NY Part) +209,325,191,Louisville KY-IN CSA (KY Part) +209,326,153,Remainder of Alabama +209,327,203,Detroit MI CSA +209,328,203,Detroit MI CSA +209,329,217,New York NY-NJ-CT-PA CSA (NJ Part) +209,330,12,Chicago IL-IN-WI CSA (IL Part) +209,331,191,Louisville KY-IN CSA (KY Part) +209,332,176,Atlanta GA-AL CSA (GA Part) +209,333,172,Miami FL MSA +209,334,172,Miami FL MSA +209,335,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +209,336,249,Memphis TN-MS-AR MSA (TN Part) +209,337,192,Remainder of Kentucky +209,338,266,Washington DC-MD-VA-WV CSA (VA Part) +209,339,12,Chicago IL-IN-WI CSA (IL Part) +209,340,217,New York NY-NJ-CT-PA CSA (NJ Part) +209,341,257,Houston TX CSA +209,342,12,Chicago IL-IN-WI CSA (IL Part) +209,343,159,Los Angeles CA CSA +209,344,12,Chicago IL-IN-WI CSA (IL Part) +209,345,217,New York NY-NJ-CT-PA CSA (NJ Part) +209,346,172,Miami FL MSA +209,347,203,Detroit MI CSA +209,348,176,Atlanta GA-AL CSA (GA Part) +209,349,223,New York NY-NJ-CT-PA CSA (NY Part) +209,350,191,Louisville KY-IN CSA (KY Part) +209,351,169,Delaware +209,352,223,New York NY-NJ-CT-PA CSA (NY Part) +209,353,223,New York NY-NJ-CT-PA CSA (NY Part) +209,354,12,Chicago IL-IN-WI CSA (IL Part) +209,355,172,Miami FL MSA +209,356,249,Memphis TN-MS-AR MSA (TN Part) +209,357,223,New York NY-NJ-CT-PA CSA (NY Part) +209,358,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +209,359,172,Miami FL MSA +209,360,172,Miami FL MSA +209,361,266,Washington DC-MD-VA-WV CSA (VA Part) +209,362,12,Chicago IL-IN-WI CSA (IL Part) +209,363,255,Dallas-Fort Worth TX CSA +209,364,12,Chicago IL-IN-WI CSA (IL Part) +209,365,217,New York NY-NJ-CT-PA CSA (NJ Part) +209,366,232,Cleveland OH CSA +209,367,154,Alaska +209,368,266,Washington DC-MD-VA-WV CSA (VA Part) +209,369,266,Washington DC-MD-VA-WV CSA (VA Part) +209,370,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +209,371,217,New York NY-NJ-CT-PA CSA (NJ Part) +209,372,12,Chicago IL-IN-WI CSA (IL Part) +209,373,172,Miami FL MSA +209,374,186,Indianapolis IN CSA +209,375,223,New York NY-NJ-CT-PA CSA (NY Part) +209,376,169,Delaware +209,377,12,Chicago IL-IN-WI CSA (IL Part) +209,378,12,Chicago IL-IN-WI CSA (IL Part) +209,379,223,New York NY-NJ-CT-PA CSA (NY Part) +209,380,191,Louisville KY-IN CSA (KY Part) +209,381,12,Chicago IL-IN-WI CSA (IL Part) +209,382,223,New York NY-NJ-CT-PA CSA (NY Part) +209,383,191,Louisville KY-IN CSA (KY Part) +209,384,232,Cleveland OH CSA +209,385,176,Atlanta GA-AL CSA (GA Part) +209,386,217,New York NY-NJ-CT-PA CSA (NJ Part) +209,387,223,New York NY-NJ-CT-PA CSA (NY Part) +209,388,12,Chicago IL-IN-WI CSA (IL Part) +209,389,223,New York NY-NJ-CT-PA CSA (NY Part) +209,390,201,Boston MA-NH CSA (MA Part) +209,391,217,New York NY-NJ-CT-PA CSA (NJ Part) +209,392,12,Chicago IL-IN-WI CSA (IL Part) +209,393,12,Chicago IL-IN-WI CSA (IL Part) +209,394,12,Chicago IL-IN-WI CSA (IL Part) +209,395,12,Chicago IL-IN-WI CSA (IL Part) +209,396,159,Los Angeles CA CSA +209,397,203,Detroit MI CSA +209,398,169,Delaware +209,399,255,Dallas-Fort Worth TX CSA +209,400,162,San Francisco CA CSA +209,401,12,Chicago IL-IN-WI CSA (IL Part) +209,402,12,Chicago IL-IN-WI CSA (IL Part) +209,403,154,Alaska +209,404,201,Boston MA-NH CSA (MA Part) +209,405,172,Miami FL MSA +209,406,266,Washington DC-MD-VA-WV CSA (VA Part) +209,407,223,New York NY-NJ-CT-PA CSA (NY Part) +209,408,12,Chicago IL-IN-WI CSA (IL Part) +209,409,203,Detroit MI CSA +209,410,159,Los Angeles CA CSA +209,411,12,Chicago IL-IN-WI CSA (IL Part) +209,412,203,Detroit MI CSA +209,413,159,Los Angeles CA CSA +209,414,176,Atlanta GA-AL CSA (GA Part) +209,415,169,Delaware +209,416,192,Remainder of Kentucky +209,417,268,Seattle WA CSA +209,418,154,Alaska +209,419,12,Chicago IL-IN-WI CSA (IL Part) +209,420,217,New York NY-NJ-CT-PA CSA (NJ Part) +209,421,217,New York NY-NJ-CT-PA CSA (NJ Part) +209,422,154,Alaska +209,423,191,Louisville KY-IN CSA (KY Part) +209,424,153,Remainder of Alabama +209,425,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +209,426,172,Miami FL MSA +209,427,257,Houston TX CSA +209,428,203,Detroit MI CSA +209,429,257,Houston TX CSA +209,430,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +209,431,223,New York NY-NJ-CT-PA CSA (NY Part) +209,432,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +209,433,12,Chicago IL-IN-WI CSA (IL Part) +209,434,223,New York NY-NJ-CT-PA CSA (NY Part) +209,435,191,Louisville KY-IN CSA (KY Part) +209,436,217,New York NY-NJ-CT-PA CSA (NJ Part) +209,437,249,Memphis TN-MS-AR MSA (TN Part) +209,438,153,Remainder of Alabama +209,439,176,Atlanta GA-AL CSA (GA Part) +209,440,245,Charleston SC MSA +209,441,159,Los Angeles CA CSA +209,442,12,Chicago IL-IN-WI CSA (IL Part) +209,443,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +209,444,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +209,445,266,Washington DC-MD-VA-WV CSA (VA Part) +209,446,223,New York NY-NJ-CT-PA CSA (NY Part) +209,447,12,Chicago IL-IN-WI CSA (IL Part) +209,448,12,Chicago IL-IN-WI CSA (IL Part) +209,449,159,Los Angeles CA CSA +209,450,172,Miami FL MSA +209,451,186,Indianapolis IN CSA +209,452,203,Detroit MI CSA +209,453,191,Louisville KY-IN CSA (KY Part) +209,454,223,New York NY-NJ-CT-PA CSA (NY Part) +209,455,12,Chicago IL-IN-WI CSA (IL Part) +209,456,12,Chicago IL-IN-WI CSA (IL Part) +209,457,232,Cleveland OH CSA +209,458,203,Detroit MI CSA +209,459,12,Chicago IL-IN-WI CSA (IL Part) +209,460,12,Chicago IL-IN-WI CSA (IL Part) +209,461,249,Memphis TN-MS-AR MSA (TN Part) +209,462,186,Indianapolis IN CSA +209,463,12,Chicago IL-IN-WI CSA (IL Part) +209,464,203,Detroit MI CSA +209,465,12,Chicago IL-IN-WI CSA (IL Part) +209,466,12,Chicago IL-IN-WI CSA (IL Part) +209,467,201,Boston MA-NH CSA (MA Part) +209,468,232,Cleveland OH CSA +209,469,12,Chicago IL-IN-WI CSA (IL Part) +209,470,159,Los Angeles CA CSA +209,471,245,Charleston SC MSA +209,472,159,Los Angeles CA CSA +209,473,162,San Francisco CA CSA +209,474,191,Louisville KY-IN CSA (KY Part) +209,475,223,New York NY-NJ-CT-PA CSA (NY Part) +209,476,266,Washington DC-MD-VA-WV CSA (VA Part) +209,477,186,Indianapolis IN CSA +209,478,176,Atlanta GA-AL CSA (GA Part) +209,479,179,Honolulu HI MSA +209,480,191,Louisville KY-IN CSA (KY Part) +209,481,203,Detroit MI CSA +209,482,192,Remainder of Kentucky +209,483,217,New York NY-NJ-CT-PA CSA (NJ Part) +209,484,172,Miami FL MSA +209,485,186,Indianapolis IN CSA +209,486,12,Chicago IL-IN-WI CSA (IL Part) +209,487,172,Miami FL MSA +209,488,154,Alaska +209,489,217,New York NY-NJ-CT-PA CSA (NJ Part) +209,490,217,New York NY-NJ-CT-PA CSA (NJ Part) +209,491,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +210,274,217,New York NY-NJ-CT-PA CSA (NJ Part) +210,275,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +210,276,223,New York NY-NJ-CT-PA CSA (NY Part) +210,277,223,New York NY-NJ-CT-PA CSA (NY Part) +210,278,192,Remainder of Kentucky +210,279,172,Miami FL MSA +210,280,172,Miami FL MSA +210,281,255,Dallas-Fort Worth TX CSA +210,282,12,Chicago IL-IN-WI CSA (IL Part) +210,283,176,Atlanta GA-AL CSA (GA Part) +210,284,268,Seattle WA CSA +210,285,223,New York NY-NJ-CT-PA CSA (NY Part) +210,286,203,Detroit MI CSA +210,287,172,Miami FL MSA +210,288,217,New York NY-NJ-CT-PA CSA (NJ Part) +210,289,12,Chicago IL-IN-WI CSA (IL Part) +210,290,226,Charlotte NC-SC CSA (NC Part) +210,291,12,Chicago IL-IN-WI CSA (IL Part) +210,292,223,New York NY-NJ-CT-PA CSA (NY Part) +210,293,176,Atlanta GA-AL CSA (GA Part) +210,294,266,Washington DC-MD-VA-WV CSA (VA Part) +210,295,192,Remainder of Kentucky +210,296,186,Indianapolis IN CSA +210,297,249,Memphis TN-MS-AR MSA (TN Part) +210,298,232,Cleveland OH CSA +210,299,192,Remainder of Kentucky +210,300,176,Atlanta GA-AL CSA (GA Part) +210,301,223,New York NY-NJ-CT-PA CSA (NY Part) +210,302,172,Miami FL MSA +210,303,186,Indianapolis IN CSA +210,304,12,Chicago IL-IN-WI CSA (IL Part) +210,305,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +210,306,223,New York NY-NJ-CT-PA CSA (NY Part) +210,307,223,New York NY-NJ-CT-PA CSA (NY Part) +210,308,12,Chicago IL-IN-WI CSA (IL Part) +210,309,169,Delaware +210,310,12,Chicago IL-IN-WI CSA (IL Part) +210,311,266,Washington DC-MD-VA-WV CSA (VA Part) +210,312,176,Atlanta GA-AL CSA (GA Part) +210,313,12,Chicago IL-IN-WI CSA (IL Part) +210,314,223,New York NY-NJ-CT-PA CSA (NY Part) +210,315,173,Orlando FL CSA +210,316,232,Cleveland OH CSA +210,317,232,Cleveland OH CSA +210,318,12,Chicago IL-IN-WI CSA (IL Part) +210,319,172,Miami FL MSA +210,320,201,Boston MA-NH CSA (MA Part) +210,321,12,Chicago IL-IN-WI CSA (IL Part) +210,322,249,Memphis TN-MS-AR MSA (TN Part) +210,323,249,Memphis TN-MS-AR MSA (TN Part) +210,324,201,Boston MA-NH CSA (MA Part) +210,325,176,Atlanta GA-AL CSA (GA Part) +210,326,172,Miami FL MSA +210,327,223,New York NY-NJ-CT-PA CSA (NY Part) +210,328,203,Detroit MI CSA +210,329,203,Detroit MI CSA +210,330,266,Washington DC-MD-VA-WV CSA (VA Part) +210,331,191,Louisville KY-IN CSA (KY Part) +210,332,191,Louisville KY-IN CSA (KY Part) +210,333,192,Remainder of Kentucky +210,334,172,Miami FL MSA +210,335,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +210,336,257,Houston TX CSA +210,337,266,Washington DC-MD-VA-WV CSA (VA Part) +210,338,203,Detroit MI CSA +210,339,223,New York NY-NJ-CT-PA CSA (NY Part) +210,340,191,Louisville KY-IN CSA (KY Part) +210,341,172,Miami FL MSA +210,342,223,New York NY-NJ-CT-PA CSA (NY Part) +210,343,162,San Francisco CA CSA +210,344,12,Chicago IL-IN-WI CSA (IL Part) +210,345,12,Chicago IL-IN-WI CSA (IL Part) +210,346,12,Chicago IL-IN-WI CSA (IL Part) +210,347,266,Washington DC-MD-VA-WV CSA (VA Part) +210,348,12,Chicago IL-IN-WI CSA (IL Part) +210,349,223,New York NY-NJ-CT-PA CSA (NY Part) +210,350,191,Louisville KY-IN CSA (KY Part) +210,351,12,Chicago IL-IN-WI CSA (IL Part) +210,352,226,Charlotte NC-SC CSA (NC Part) +210,353,12,Chicago IL-IN-WI CSA (IL Part) +210,354,191,Louisville KY-IN CSA (KY Part) +210,355,176,Atlanta GA-AL CSA (GA Part) +210,356,257,Houston TX CSA +210,357,223,New York NY-NJ-CT-PA CSA (NY Part) +210,358,191,Louisville KY-IN CSA (KY Part) +210,359,172,Miami FL MSA +210,360,172,Miami FL MSA +210,361,186,Indianapolis IN CSA +210,362,223,New York NY-NJ-CT-PA CSA (NY Part) +210,363,257,Houston TX CSA +210,364,223,New York NY-NJ-CT-PA CSA (NY Part) +210,365,12,Chicago IL-IN-WI CSA (IL Part) +210,366,12,Chicago IL-IN-WI CSA (IL Part) +210,367,249,Memphis TN-MS-AR MSA (TN Part) +210,368,12,Chicago IL-IN-WI CSA (IL Part) +210,369,191,Louisville KY-IN CSA (KY Part) +210,370,191,Louisville KY-IN CSA (KY Part) +210,371,186,Indianapolis IN CSA +210,372,217,New York NY-NJ-CT-PA CSA (NJ Part) +210,373,176,Atlanta GA-AL CSA (GA Part) +210,374,154,Alaska +210,375,223,New York NY-NJ-CT-PA CSA (NY Part) +210,376,12,Chicago IL-IN-WI CSA (IL Part) +210,377,232,Cleveland OH CSA +210,378,226,Charlotte NC-SC CSA (NC Part) +210,379,223,New York NY-NJ-CT-PA CSA (NY Part) +210,380,12,Chicago IL-IN-WI CSA (IL Part) +210,381,164,Denver CO CSA +210,382,12,Chicago IL-IN-WI CSA (IL Part) +210,383,203,Detroit MI CSA +210,384,266,Washington DC-MD-VA-WV CSA (VA Part) +210,385,12,Chicago IL-IN-WI CSA (IL Part) +210,386,223,New York NY-NJ-CT-PA CSA (NY Part) +210,387,266,Washington DC-MD-VA-WV CSA (VA Part) +210,388,12,Chicago IL-IN-WI CSA (IL Part) +210,389,223,New York NY-NJ-CT-PA CSA (NY Part) +210,390,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +210,391,12,Chicago IL-IN-WI CSA (IL Part) +210,392,159,Los Angeles CA CSA +210,393,266,Washington DC-MD-VA-WV CSA (VA Part) +210,394,203,Detroit MI CSA +210,395,201,Boston MA-NH CSA (MA Part) +210,396,162,San Francisco CA CSA +210,397,12,Chicago IL-IN-WI CSA (IL Part) +210,398,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +210,399,255,Dallas-Fort Worth TX CSA +210,400,268,Seattle WA CSA +210,401,223,New York NY-NJ-CT-PA CSA (NY Part) +210,402,223,New York NY-NJ-CT-PA CSA (NY Part) +210,403,12,Chicago IL-IN-WI CSA (IL Part) +210,404,191,Louisville KY-IN CSA (KY Part) +210,405,191,Louisville KY-IN CSA (KY Part) +210,406,203,Detroit MI CSA +210,407,12,Chicago IL-IN-WI CSA (IL Part) +210,408,203,Detroit MI CSA +210,409,203,Detroit MI CSA +210,410,159,Los Angeles CA CSA +210,411,223,New York NY-NJ-CT-PA CSA (NY Part) +210,412,266,Washington DC-MD-VA-WV CSA (VA Part) +210,413,12,Chicago IL-IN-WI CSA (IL Part) +210,414,257,Houston TX CSA +210,415,232,Cleveland OH CSA +210,416,176,Atlanta GA-AL CSA (GA Part) +210,417,162,San Francisco CA CSA +210,418,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +210,419,12,Chicago IL-IN-WI CSA (IL Part) +210,420,217,New York NY-NJ-CT-PA CSA (NJ Part) +210,421,223,New York NY-NJ-CT-PA CSA (NY Part) +210,422,162,San Francisco CA CSA +210,423,223,New York NY-NJ-CT-PA CSA (NY Part) +210,424,249,Memphis TN-MS-AR MSA (TN Part) +210,425,12,Chicago IL-IN-WI CSA (IL Part) +210,426,172,Miami FL MSA +210,427,249,Memphis TN-MS-AR MSA (TN Part) +210,428,154,Alaska +210,429,191,Louisville KY-IN CSA (KY Part) +210,430,249,Memphis TN-MS-AR MSA (TN Part) +210,431,223,New York NY-NJ-CT-PA CSA (NY Part) +210,432,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +210,433,223,New York NY-NJ-CT-PA CSA (NY Part) +210,434,231,Cincinnati OH-KY-IN CSA (OH Part) +210,435,203,Detroit MI CSA +210,436,12,Chicago IL-IN-WI CSA (IL Part) +210,437,226,Charlotte NC-SC CSA (NC Part) +210,438,226,Charlotte NC-SC CSA (NC Part) +210,439,266,Washington DC-MD-VA-WV CSA (VA Part) +210,440,249,Memphis TN-MS-AR MSA (TN Part) +210,441,159,Los Angeles CA CSA +210,442,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +210,443,223,New York NY-NJ-CT-PA CSA (NY Part) +210,444,217,New York NY-NJ-CT-PA CSA (NJ Part) +210,445,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +210,446,266,Washington DC-MD-VA-WV CSA (VA Part) +210,447,176,Atlanta GA-AL CSA (GA Part) +210,448,266,Washington DC-MD-VA-WV CSA (VA Part) +210,449,162,San Francisco CA CSA +210,450,231,Cincinnati OH-KY-IN CSA (OH Part) +210,451,12,Chicago IL-IN-WI CSA (IL Part) +210,452,223,New York NY-NJ-CT-PA CSA (NY Part) +210,453,159,Los Angeles CA CSA +210,454,266,Washington DC-MD-VA-WV CSA (VA Part) +210,455,176,Atlanta GA-AL CSA (GA Part) +210,456,12,Chicago IL-IN-WI CSA (IL Part) +210,457,223,New York NY-NJ-CT-PA CSA (NY Part) +210,458,12,Chicago IL-IN-WI CSA (IL Part) +210,459,249,Memphis TN-MS-AR MSA (TN Part) +210,460,217,New York NY-NJ-CT-PA CSA (NJ Part) +210,461,176,Atlanta GA-AL CSA (GA Part) +210,462,223,New York NY-NJ-CT-PA CSA (NY Part) +210,463,12,Chicago IL-IN-WI CSA (IL Part) +210,464,266,Washington DC-MD-VA-WV CSA (VA Part) +210,465,223,New York NY-NJ-CT-PA CSA (NY Part) +210,466,223,New York NY-NJ-CT-PA CSA (NY Part) +210,467,223,New York NY-NJ-CT-PA CSA (NY Part) +210,468,154,Alaska +210,469,12,Chicago IL-IN-WI CSA (IL Part) +210,470,162,San Francisco CA CSA +210,471,12,Chicago IL-IN-WI CSA (IL Part) +210,472,249,Memphis TN-MS-AR MSA (TN Part) +210,473,249,Memphis TN-MS-AR MSA (TN Part) +210,474,226,Charlotte NC-SC CSA (NC Part) +210,475,203,Detroit MI CSA +210,476,12,Chicago IL-IN-WI CSA (IL Part) +210,477,249,Memphis TN-MS-AR MSA (TN Part) +210,478,176,Atlanta GA-AL CSA (GA Part) +210,479,159,Los Angeles CA CSA +210,480,223,New York NY-NJ-CT-PA CSA (NY Part) +210,481,217,New York NY-NJ-CT-PA CSA (NJ Part) +210,482,217,New York NY-NJ-CT-PA CSA (NJ Part) +210,483,12,Chicago IL-IN-WI CSA (IL Part) +210,484,172,Miami FL MSA +210,485,223,New York NY-NJ-CT-PA CSA (NY Part) +210,486,159,Los Angeles CA CSA +210,487,172,Miami FL MSA +210,488,12,Chicago IL-IN-WI CSA (IL Part) +210,489,203,Detroit MI CSA +210,490,223,New York NY-NJ-CT-PA CSA (NY Part) +210,491,217,New York NY-NJ-CT-PA CSA (NJ Part) +211,274,203,Detroit MI CSA +211,275,223,New York NY-NJ-CT-PA CSA (NY Part) +211,276,217,New York NY-NJ-CT-PA CSA (NJ Part) +211,277,12,Chicago IL-IN-WI CSA (IL Part) +211,278,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +211,279,172,Miami FL MSA +211,280,172,Miami FL MSA +211,281,153,Remainder of Alabama +211,282,223,New York NY-NJ-CT-PA CSA (NY Part) +211,283,176,Atlanta GA-AL CSA (GA Part) +211,284,257,Houston TX CSA +211,285,217,New York NY-NJ-CT-PA CSA (NJ Part) +211,286,201,Boston MA-NH CSA (MA Part) +211,287,172,Miami FL MSA +211,288,226,Charlotte NC-SC CSA (NC Part) +211,289,223,New York NY-NJ-CT-PA CSA (NY Part) +211,290,172,Miami FL MSA +211,291,203,Detroit MI CSA +211,292,217,New York NY-NJ-CT-PA CSA (NJ Part) +211,293,176,Atlanta GA-AL CSA (GA Part) +211,294,186,Indianapolis IN CSA +211,295,249,Memphis TN-MS-AR MSA (TN Part) +211,296,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +211,297,172,Miami FL MSA +211,298,203,Detroit MI CSA +211,299,249,Memphis TN-MS-AR MSA (TN Part) +211,300,172,Miami FL MSA +211,301,201,Boston MA-NH CSA (MA Part) +211,302,191,Louisville KY-IN CSA (KY Part) +211,303,154,Alaska +211,304,223,New York NY-NJ-CT-PA CSA (NY Part) +211,305,217,New York NY-NJ-CT-PA CSA (NJ Part) +211,306,266,Washington DC-MD-VA-WV CSA (VA Part) +211,307,203,Detroit MI CSA +211,308,12,Chicago IL-IN-WI CSA (IL Part) +211,309,12,Chicago IL-IN-WI CSA (IL Part) +211,310,12,Chicago IL-IN-WI CSA (IL Part) +211,311,12,Chicago IL-IN-WI CSA (IL Part) +211,312,172,Miami FL MSA +211,313,223,New York NY-NJ-CT-PA CSA (NY Part) +211,314,266,Washington DC-MD-VA-WV CSA (VA Part) +211,315,172,Miami FL MSA +211,316,249,Memphis TN-MS-AR MSA (TN Part) +211,317,154,Alaska +211,318,12,Chicago IL-IN-WI CSA (IL Part) +211,319,172,Miami FL MSA +211,320,223,New York NY-NJ-CT-PA CSA (NY Part) +211,321,176,Atlanta GA-AL CSA (GA Part) +211,322,255,Dallas-Fort Worth TX CSA +211,323,172,Miami FL MSA +211,324,12,Chicago IL-IN-WI CSA (IL Part) +211,325,176,Atlanta GA-AL CSA (GA Part) +211,326,249,Memphis TN-MS-AR MSA (TN Part) +211,327,266,Washington DC-MD-VA-WV CSA (VA Part) +211,328,203,Detroit MI CSA +211,329,191,Louisville KY-IN CSA (KY Part) +211,330,223,New York NY-NJ-CT-PA CSA (NY Part) +211,331,223,New York NY-NJ-CT-PA CSA (NY Part) +211,332,172,Miami FL MSA +211,333,172,Miami FL MSA +211,334,249,Memphis TN-MS-AR MSA (TN Part) +211,335,223,New York NY-NJ-CT-PA CSA (NY Part) +211,336,195,New Orleans LA CSA +211,337,169,Delaware +211,338,176,Atlanta GA-AL CSA (GA Part) +211,339,223,New York NY-NJ-CT-PA CSA (NY Part) +211,340,186,Indianapolis IN CSA +211,341,153,Remainder of Alabama +211,342,217,New York NY-NJ-CT-PA CSA (NJ Part) +211,343,257,Houston TX CSA +211,344,249,Memphis TN-MS-AR MSA (TN Part) +211,345,191,Louisville KY-IN CSA (KY Part) +211,346,249,Memphis TN-MS-AR MSA (TN Part) +211,347,201,Boston MA-NH CSA (MA Part) +211,348,266,Washington DC-MD-VA-WV CSA (VA Part) +211,349,223,New York NY-NJ-CT-PA CSA (NY Part) +211,350,223,New York NY-NJ-CT-PA CSA (NY Part) +211,351,201,Boston MA-NH CSA (MA Part) +211,352,223,New York NY-NJ-CT-PA CSA (NY Part) +211,353,203,Detroit MI CSA +211,354,12,Chicago IL-IN-WI CSA (IL Part) +211,355,176,Atlanta GA-AL CSA (GA Part) +211,356,249,Memphis TN-MS-AR MSA (TN Part) +211,357,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +211,358,223,New York NY-NJ-CT-PA CSA (NY Part) +211,359,172,Miami FL MSA +211,360,172,Miami FL MSA +211,361,176,Atlanta GA-AL CSA (GA Part) +211,362,217,New York NY-NJ-CT-PA CSA (NJ Part) +211,363,255,Dallas-Fort Worth TX CSA +211,364,12,Chicago IL-IN-WI CSA (IL Part) +211,365,12,Chicago IL-IN-WI CSA (IL Part) +211,366,12,Chicago IL-IN-WI CSA (IL Part) +211,367,159,Los Angeles CA CSA +211,368,12,Chicago IL-IN-WI CSA (IL Part) +211,369,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +211,370,266,Washington DC-MD-VA-WV CSA (VA Part) +211,371,232,Cleveland OH CSA +211,372,12,Chicago IL-IN-WI CSA (IL Part) +211,373,176,Atlanta GA-AL CSA (GA Part) +211,374,268,Seattle WA CSA +211,375,12,Chicago IL-IN-WI CSA (IL Part) +211,376,12,Chicago IL-IN-WI CSA (IL Part) +211,377,12,Chicago IL-IN-WI CSA (IL Part) +211,378,153,Remainder of Alabama +211,379,12,Chicago IL-IN-WI CSA (IL Part) +211,380,12,Chicago IL-IN-WI CSA (IL Part) +211,381,12,Chicago IL-IN-WI CSA (IL Part) +211,382,266,Washington DC-MD-VA-WV CSA (VA Part) +211,383,191,Louisville KY-IN CSA (KY Part) +211,384,176,Atlanta GA-AL CSA (GA Part) +211,385,12,Chicago IL-IN-WI CSA (IL Part) +211,386,217,New York NY-NJ-CT-PA CSA (NJ Part) +211,387,223,New York NY-NJ-CT-PA CSA (NY Part) +211,388,191,Louisville KY-IN CSA (KY Part) +211,389,12,Chicago IL-IN-WI CSA (IL Part) +211,390,223,New York NY-NJ-CT-PA CSA (NY Part) +211,391,232,Cleveland OH CSA +211,392,249,Memphis TN-MS-AR MSA (TN Part) +211,393,12,Chicago IL-IN-WI CSA (IL Part) +211,394,12,Chicago IL-IN-WI CSA (IL Part) +211,395,249,Memphis TN-MS-AR MSA (TN Part) +211,396,179,Honolulu HI MSA +211,397,223,New York NY-NJ-CT-PA CSA (NY Part) +211,398,266,Washington DC-MD-VA-WV CSA (VA Part) +211,399,176,Atlanta GA-AL CSA (GA Part) +211,400,159,Los Angeles CA CSA +211,401,203,Detroit MI CSA +211,402,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +211,403,12,Chicago IL-IN-WI CSA (IL Part) +211,404,191,Louisville KY-IN CSA (KY Part) +211,405,249,Memphis TN-MS-AR MSA (TN Part) +211,406,203,Detroit MI CSA +211,407,266,Washington DC-MD-VA-WV CSA (VA Part) +211,408,203,Detroit MI CSA +211,409,169,Delaware +211,410,179,Honolulu HI MSA +211,411,203,Detroit MI CSA +211,412,12,Chicago IL-IN-WI CSA (IL Part) +211,413,159,Los Angeles CA CSA +211,414,249,Memphis TN-MS-AR MSA (TN Part) +211,415,217,New York NY-NJ-CT-PA CSA (NJ Part) +211,416,232,Cleveland OH CSA +211,417,257,Houston TX CSA +211,418,154,Alaska +211,419,12,Chicago IL-IN-WI CSA (IL Part) +211,420,186,Indianapolis IN CSA +211,421,12,Chicago IL-IN-WI CSA (IL Part) +211,422,255,Dallas-Fort Worth TX CSA +211,423,223,New York NY-NJ-CT-PA CSA (NY Part) +211,424,172,Miami FL MSA +211,425,159,Los Angeles CA CSA +211,426,257,Houston TX CSA +211,427,257,Houston TX CSA +211,428,154,Alaska +211,429,255,Dallas-Fort Worth TX CSA +211,430,223,New York NY-NJ-CT-PA CSA (NY Part) +211,431,217,New York NY-NJ-CT-PA CSA (NJ Part) +211,432,249,Memphis TN-MS-AR MSA (TN Part) +211,433,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +211,434,217,New York NY-NJ-CT-PA CSA (NJ Part) +211,435,12,Chicago IL-IN-WI CSA (IL Part) +211,436,223,New York NY-NJ-CT-PA CSA (NY Part) +211,437,191,Louisville KY-IN CSA (KY Part) +211,438,153,Remainder of Alabama +211,439,249,Memphis TN-MS-AR MSA (TN Part) +211,440,172,Miami FL MSA +211,441,159,Los Angeles CA CSA +211,442,12,Chicago IL-IN-WI CSA (IL Part) +211,443,217,New York NY-NJ-CT-PA CSA (NJ Part) +211,444,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +211,445,12,Chicago IL-IN-WI CSA (IL Part) +211,446,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +211,447,217,New York NY-NJ-CT-PA CSA (NJ Part) +211,448,191,Louisville KY-IN CSA (KY Part) +211,449,249,Memphis TN-MS-AR MSA (TN Part) +211,450,172,Miami FL MSA +211,451,12,Chicago IL-IN-WI CSA (IL Part) +211,452,12,Chicago IL-IN-WI CSA (IL Part) +211,453,159,Los Angeles CA CSA +211,454,217,New York NY-NJ-CT-PA CSA (NJ Part) +211,455,217,New York NY-NJ-CT-PA CSA (NJ Part) +211,456,154,Alaska +211,457,186,Indianapolis IN CSA +211,458,223,New York NY-NJ-CT-PA CSA (NY Part) +211,459,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +211,460,217,New York NY-NJ-CT-PA CSA (NJ Part) +211,461,172,Miami FL MSA +211,462,12,Chicago IL-IN-WI CSA (IL Part) +211,463,232,Cleveland OH CSA +211,464,232,Cleveland OH CSA +211,465,203,Detroit MI CSA +211,466,12,Chicago IL-IN-WI CSA (IL Part) +211,467,203,Detroit MI CSA +211,468,232,Cleveland OH CSA +211,469,12,Chicago IL-IN-WI CSA (IL Part) +211,470,154,Alaska +211,471,12,Chicago IL-IN-WI CSA (IL Part) +211,472,195,New Orleans LA CSA +211,473,162,San Francisco CA CSA +211,474,249,Memphis TN-MS-AR MSA (TN Part) +211,475,201,Boston MA-NH CSA (MA Part) +211,476,12,Chicago IL-IN-WI CSA (IL Part) +211,477,191,Louisville KY-IN CSA (KY Part) +211,478,172,Miami FL MSA +211,479,159,Los Angeles CA CSA +211,480,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +211,481,12,Chicago IL-IN-WI CSA (IL Part) +211,482,12,Chicago IL-IN-WI CSA (IL Part) +211,483,191,Louisville KY-IN CSA (KY Part) +211,484,176,Atlanta GA-AL CSA (GA Part) +211,485,201,Boston MA-NH CSA (MA Part) +211,486,257,Houston TX CSA +211,487,172,Miami FL MSA +211,488,162,San Francisco CA CSA +211,489,12,Chicago IL-IN-WI CSA (IL Part) +211,490,249,Memphis TN-MS-AR MSA (TN Part) +211,491,191,Louisville KY-IN CSA (KY Part) +212,274,203,Detroit MI CSA +212,275,12,Chicago IL-IN-WI CSA (IL Part) +212,276,223,New York NY-NJ-CT-PA CSA (NY Part) +212,277,12,Chicago IL-IN-WI CSA (IL Part) +212,278,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +212,279,266,Washington DC-MD-VA-WV CSA (VA Part) +212,280,249,Memphis TN-MS-AR MSA (TN Part) +212,281,159,Los Angeles CA CSA +212,282,223,New York NY-NJ-CT-PA CSA (NY Part) +212,283,12,Chicago IL-IN-WI CSA (IL Part) +212,284,162,San Francisco CA CSA +212,285,217,New York NY-NJ-CT-PA CSA (NJ Part) +212,286,154,Alaska +212,287,176,Atlanta GA-AL CSA (GA Part) +212,288,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +212,289,154,Alaska +212,290,153,Remainder of Alabama +212,291,232,Cleveland OH CSA +212,292,223,New York NY-NJ-CT-PA CSA (NY Part) +212,293,249,Memphis TN-MS-AR MSA (TN Part) +212,294,223,New York NY-NJ-CT-PA CSA (NY Part) +212,295,191,Louisville KY-IN CSA (KY Part) +212,296,154,Alaska +212,297,255,Dallas-Fort Worth TX CSA +212,298,191,Louisville KY-IN CSA (KY Part) +212,299,226,Charlotte NC-SC CSA (NC Part) +212,300,12,Chicago IL-IN-WI CSA (IL Part) +212,301,12,Chicago IL-IN-WI CSA (IL Part) +212,302,12,Chicago IL-IN-WI CSA (IL Part) +212,303,154,Alaska +212,304,12,Chicago IL-IN-WI CSA (IL Part) +212,305,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +212,306,12,Chicago IL-IN-WI CSA (IL Part) +212,307,12,Chicago IL-IN-WI CSA (IL Part) +212,308,162,San Francisco CA CSA +212,309,201,Boston MA-NH CSA (MA Part) +212,310,12,Chicago IL-IN-WI CSA (IL Part) +212,311,223,New York NY-NJ-CT-PA CSA (NY Part) +212,312,176,Atlanta GA-AL CSA (GA Part) +212,313,176,Atlanta GA-AL CSA (GA Part) +212,314,217,New York NY-NJ-CT-PA CSA (NJ Part) +212,315,255,Dallas-Fort Worth TX CSA +212,316,154,Alaska +212,317,268,Seattle WA CSA +212,318,154,Alaska +212,319,257,Houston TX CSA +212,320,266,Washington DC-MD-VA-WV CSA (VA Part) +212,321,12,Chicago IL-IN-WI CSA (IL Part) +212,322,159,Los Angeles CA CSA +212,323,257,Houston TX CSA +212,324,223,New York NY-NJ-CT-PA CSA (NY Part) +212,325,191,Louisville KY-IN CSA (KY Part) +212,326,192,Remainder of Kentucky +212,327,201,Boston MA-NH CSA (MA Part) +212,328,12,Chicago IL-IN-WI CSA (IL Part) +212,329,223,New York NY-NJ-CT-PA CSA (NY Part) +212,330,232,Cleveland OH CSA +212,331,223,New York NY-NJ-CT-PA CSA (NY Part) +212,332,172,Miami FL MSA +212,333,195,New Orleans LA CSA +212,334,257,Houston TX CSA +212,335,223,New York NY-NJ-CT-PA CSA (NY Part) +212,336,249,Memphis TN-MS-AR MSA (TN Part) +212,337,12,Chicago IL-IN-WI CSA (IL Part) +212,338,223,New York NY-NJ-CT-PA CSA (NY Part) +212,339,154,Alaska +212,340,217,New York NY-NJ-CT-PA CSA (NJ Part) +212,341,249,Memphis TN-MS-AR MSA (TN Part) +212,342,268,Seattle WA CSA +212,343,268,Seattle WA CSA +212,344,154,Alaska +212,345,201,Boston MA-NH CSA (MA Part) +212,346,159,Los Angeles CA CSA +212,347,12,Chicago IL-IN-WI CSA (IL Part) +212,348,266,Washington DC-MD-VA-WV CSA (VA Part) +212,349,12,Chicago IL-IN-WI CSA (IL Part) +212,350,201,Boston MA-NH CSA (MA Part) +212,351,12,Chicago IL-IN-WI CSA (IL Part) +212,352,223,New York NY-NJ-CT-PA CSA (NY Part) +212,353,201,Boston MA-NH CSA (MA Part) +212,354,12,Chicago IL-IN-WI CSA (IL Part) +212,355,192,Remainder of Kentucky +212,356,255,Dallas-Fort Worth TX CSA +212,357,191,Louisville KY-IN CSA (KY Part) +212,358,232,Cleveland OH CSA +212,359,12,Chicago IL-IN-WI CSA (IL Part) +212,360,172,Miami FL MSA +212,361,179,Honolulu HI MSA +212,362,223,New York NY-NJ-CT-PA CSA (NY Part) +212,363,249,Memphis TN-MS-AR MSA (TN Part) +212,364,223,New York NY-NJ-CT-PA CSA (NY Part) +212,365,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +212,366,154,Alaska +212,367,154,Alaska +212,368,12,Chicago IL-IN-WI CSA (IL Part) +212,369,12,Chicago IL-IN-WI CSA (IL Part) +212,370,203,Detroit MI CSA +212,371,201,Boston MA-NH CSA (MA Part) +212,372,12,Chicago IL-IN-WI CSA (IL Part) +212,373,176,Atlanta GA-AL CSA (GA Part) +212,374,159,Los Angeles CA CSA +212,375,268,Seattle WA CSA +212,376,12,Chicago IL-IN-WI CSA (IL Part) +212,377,12,Chicago IL-IN-WI CSA (IL Part) +212,378,176,Atlanta GA-AL CSA (GA Part) +212,379,154,Alaska +212,380,154,Alaska +212,381,154,Alaska +212,382,12,Chicago IL-IN-WI CSA (IL Part) +212,383,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +212,384,223,New York NY-NJ-CT-PA CSA (NY Part) +212,385,223,New York NY-NJ-CT-PA CSA (NY Part) +212,386,217,New York NY-NJ-CT-PA CSA (NJ Part) +212,387,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +212,388,12,Chicago IL-IN-WI CSA (IL Part) +212,389,232,Cleveland OH CSA +212,390,12,Chicago IL-IN-WI CSA (IL Part) +212,391,232,Cleveland OH CSA +212,392,268,Seattle WA CSA +212,393,154,Alaska +212,394,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +212,395,12,Chicago IL-IN-WI CSA (IL Part) +212,396,179,Honolulu HI MSA +212,397,223,New York NY-NJ-CT-PA CSA (NY Part) +212,398,154,Alaska +212,399,159,Los Angeles CA CSA +212,400,162,San Francisco CA CSA +212,401,186,Indianapolis IN CSA +212,402,12,Chicago IL-IN-WI CSA (IL Part) +212,403,12,Chicago IL-IN-WI CSA (IL Part) +212,404,223,New York NY-NJ-CT-PA CSA (NY Part) +212,405,249,Memphis TN-MS-AR MSA (TN Part) +212,406,223,New York NY-NJ-CT-PA CSA (NY Part) +212,407,12,Chicago IL-IN-WI CSA (IL Part) +212,408,159,Los Angeles CA CSA +212,409,203,Detroit MI CSA +212,410,154,Alaska +212,411,203,Detroit MI CSA +212,412,12,Chicago IL-IN-WI CSA (IL Part) +212,413,159,Los Angeles CA CSA +212,414,153,Remainder of Alabama +212,415,223,New York NY-NJ-CT-PA CSA (NY Part) +212,416,217,New York NY-NJ-CT-PA CSA (NJ Part) +212,417,179,Honolulu HI MSA +212,418,154,Alaska +212,419,12,Chicago IL-IN-WI CSA (IL Part) +212,420,268,Seattle WA CSA +212,421,12,Chicago IL-IN-WI CSA (IL Part) +212,422,154,Alaska +212,423,12,Chicago IL-IN-WI CSA (IL Part) +212,424,12,Chicago IL-IN-WI CSA (IL Part) +212,425,162,San Francisco CA CSA +212,426,164,Denver CO CSA +212,427,176,Atlanta GA-AL CSA (GA Part) +212,428,154,Alaska +212,429,249,Memphis TN-MS-AR MSA (TN Part) +212,430,217,New York NY-NJ-CT-PA CSA (NJ Part) +212,431,223,New York NY-NJ-CT-PA CSA (NY Part) +212,432,154,Alaska +212,433,223,New York NY-NJ-CT-PA CSA (NY Part) +212,434,223,New York NY-NJ-CT-PA CSA (NY Part) +212,435,154,Alaska +212,436,203,Detroit MI CSA +212,437,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +212,438,203,Detroit MI CSA +212,439,172,Miami FL MSA +212,440,203,Detroit MI CSA +212,441,268,Seattle WA CSA +212,442,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +212,443,223,New York NY-NJ-CT-PA CSA (NY Part) +212,444,12,Chicago IL-IN-WI CSA (IL Part) +212,445,12,Chicago IL-IN-WI CSA (IL Part) +212,446,268,Seattle WA CSA +212,447,191,Louisville KY-IN CSA (KY Part) +212,448,266,Washington DC-MD-VA-WV CSA (VA Part) +212,449,154,Alaska +212,450,255,Dallas-Fort Worth TX CSA +212,451,223,New York NY-NJ-CT-PA CSA (NY Part) +212,452,217,New York NY-NJ-CT-PA CSA (NJ Part) +212,453,159,Los Angeles CA CSA +212,454,191,Louisville KY-IN CSA (KY Part) +212,455,232,Cleveland OH CSA +212,456,268,Seattle WA CSA +212,457,203,Detroit MI CSA +212,458,223,New York NY-NJ-CT-PA CSA (NY Part) +212,459,154,Alaska +212,460,266,Washington DC-MD-VA-WV CSA (VA Part) +212,461,249,Memphis TN-MS-AR MSA (TN Part) +212,462,245,Charleston SC MSA +212,463,12,Chicago IL-IN-WI CSA (IL Part) +212,464,12,Chicago IL-IN-WI CSA (IL Part) +212,465,266,Washington DC-MD-VA-WV CSA (VA Part) +212,466,154,Alaska +212,467,223,New York NY-NJ-CT-PA CSA (NY Part) +212,468,162,San Francisco CA CSA +212,469,12,Chicago IL-IN-WI CSA (IL Part) +212,470,154,Alaska +212,471,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +212,472,159,Los Angeles CA CSA +212,473,162,San Francisco CA CSA +212,474,266,Washington DC-MD-VA-WV CSA (VA Part) +212,475,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +212,476,203,Detroit MI CSA +212,477,12,Chicago IL-IN-WI CSA (IL Part) +212,478,176,Atlanta GA-AL CSA (GA Part) +212,479,162,San Francisco CA CSA +212,480,12,Chicago IL-IN-WI CSA (IL Part) +212,481,268,Seattle WA CSA +212,482,154,Alaska +212,483,203,Detroit MI CSA +212,484,249,Memphis TN-MS-AR MSA (TN Part) +212,485,154,Alaska +212,486,268,Seattle WA CSA +212,487,12,Chicago IL-IN-WI CSA (IL Part) +212,488,154,Alaska +212,489,266,Washington DC-MD-VA-WV CSA (VA Part) +212,490,223,New York NY-NJ-CT-PA CSA (NY Part) +212,491,12,Chicago IL-IN-WI CSA (IL Part) +213,274,154,Alaska +213,275,223,New York NY-NJ-CT-PA CSA (NY Part) +213,276,223,New York NY-NJ-CT-PA CSA (NY Part) +213,277,12,Chicago IL-IN-WI CSA (IL Part) +213,278,255,Dallas-Fort Worth TX CSA +213,279,176,Atlanta GA-AL CSA (GA Part) +213,280,176,Atlanta GA-AL CSA (GA Part) +213,281,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +213,282,223,New York NY-NJ-CT-PA CSA (NY Part) +213,283,172,Miami FL MSA +213,284,159,Los Angeles CA CSA +213,285,232,Cleveland OH CSA +213,286,249,Memphis TN-MS-AR MSA (TN Part) +213,287,249,Memphis TN-MS-AR MSA (TN Part) +213,288,12,Chicago IL-IN-WI CSA (IL Part) +213,289,154,Alaska +213,290,266,Washington DC-MD-VA-WV CSA (VA Part) +213,291,217,New York NY-NJ-CT-PA CSA (NJ Part) +213,292,203,Detroit MI CSA +213,293,249,Memphis TN-MS-AR MSA (TN Part) +213,294,201,Boston MA-NH CSA (MA Part) +213,295,223,New York NY-NJ-CT-PA CSA (NY Part) +213,296,203,Detroit MI CSA +213,297,164,Denver CO CSA +213,298,12,Chicago IL-IN-WI CSA (IL Part) +213,299,223,New York NY-NJ-CT-PA CSA (NY Part) +213,300,176,Atlanta GA-AL CSA (GA Part) +213,301,154,Alaska +213,302,249,Memphis TN-MS-AR MSA (TN Part) +213,303,154,Alaska +213,304,12,Chicago IL-IN-WI CSA (IL Part) +213,305,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +213,306,223,New York NY-NJ-CT-PA CSA (NY Part) +213,307,217,New York NY-NJ-CT-PA CSA (NJ Part) +213,308,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +213,309,223,New York NY-NJ-CT-PA CSA (NY Part) +213,310,12,Chicago IL-IN-WI CSA (IL Part) +213,311,223,New York NY-NJ-CT-PA CSA (NY Part) +213,312,172,Miami FL MSA +213,313,232,Cleveland OH CSA +213,314,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +213,315,12,Chicago IL-IN-WI CSA (IL Part) +213,316,154,Alaska +213,317,12,Chicago IL-IN-WI CSA (IL Part) +213,318,154,Alaska +213,319,172,Miami FL MSA +213,320,223,New York NY-NJ-CT-PA CSA (NY Part) +213,321,191,Louisville KY-IN CSA (KY Part) +213,322,268,Seattle WA CSA +213,323,249,Memphis TN-MS-AR MSA (TN Part) +213,324,12,Chicago IL-IN-WI CSA (IL Part) +213,325,176,Atlanta GA-AL CSA (GA Part) +213,326,226,Charlotte NC-SC CSA (NC Part) +213,327,12,Chicago IL-IN-WI CSA (IL Part) +213,328,12,Chicago IL-IN-WI CSA (IL Part) +213,329,186,Indianapolis IN CSA +213,330,12,Chicago IL-IN-WI CSA (IL Part) +213,331,12,Chicago IL-IN-WI CSA (IL Part) +213,332,12,Chicago IL-IN-WI CSA (IL Part) +213,333,176,Atlanta GA-AL CSA (GA Part) +213,334,176,Atlanta GA-AL CSA (GA Part) +213,335,223,New York NY-NJ-CT-PA CSA (NY Part) +213,336,257,Houston TX CSA +213,337,223,New York NY-NJ-CT-PA CSA (NY Part) +213,338,201,Boston MA-NH CSA (MA Part) +213,339,12,Chicago IL-IN-WI CSA (IL Part) +213,340,12,Chicago IL-IN-WI CSA (IL Part) +213,341,257,Houston TX CSA +213,342,12,Chicago IL-IN-WI CSA (IL Part) +213,343,255,Dallas-Fort Worth TX CSA +213,344,176,Atlanta GA-AL CSA (GA Part) +213,345,223,New York NY-NJ-CT-PA CSA (NY Part) +213,346,266,Washington DC-MD-VA-WV CSA (VA Part) +213,347,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +213,348,249,Memphis TN-MS-AR MSA (TN Part) +213,349,12,Chicago IL-IN-WI CSA (IL Part) +213,350,232,Cleveland OH CSA +213,351,266,Washington DC-MD-VA-WV CSA (VA Part) +213,352,203,Detroit MI CSA +213,353,217,New York NY-NJ-CT-PA CSA (NJ Part) +213,354,12,Chicago IL-IN-WI CSA (IL Part) +213,355,176,Atlanta GA-AL CSA (GA Part) +213,356,195,New Orleans LA CSA +213,357,186,Indianapolis IN CSA +213,358,231,Cincinnati OH-KY-IN CSA (OH Part) +213,359,172,Miami FL MSA +213,360,172,Miami FL MSA +213,361,176,Atlanta GA-AL CSA (GA Part) +213,362,223,New York NY-NJ-CT-PA CSA (NY Part) +213,363,255,Dallas-Fort Worth TX CSA +213,364,223,New York NY-NJ-CT-PA CSA (NY Part) +213,365,12,Chicago IL-IN-WI CSA (IL Part) +213,366,12,Chicago IL-IN-WI CSA (IL Part) +213,367,154,Alaska +213,368,232,Cleveland OH CSA +213,369,12,Chicago IL-IN-WI CSA (IL Part) +213,370,203,Detroit MI CSA +213,371,191,Louisville KY-IN CSA (KY Part) +213,372,201,Boston MA-NH CSA (MA Part) +213,373,172,Miami FL MSA +213,374,154,Alaska +213,375,223,New York NY-NJ-CT-PA CSA (NY Part) +213,376,12,Chicago IL-IN-WI CSA (IL Part) +213,377,217,New York NY-NJ-CT-PA CSA (NJ Part) +213,378,245,Charleston SC MSA +213,379,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +213,380,12,Chicago IL-IN-WI CSA (IL Part) +213,381,186,Indianapolis IN CSA +213,382,12,Chicago IL-IN-WI CSA (IL Part) +213,383,12,Chicago IL-IN-WI CSA (IL Part) +213,384,172,Miami FL MSA +213,385,249,Memphis TN-MS-AR MSA (TN Part) +213,386,12,Chicago IL-IN-WI CSA (IL Part) +213,387,12,Chicago IL-IN-WI CSA (IL Part) +213,388,203,Detroit MI CSA +213,389,12,Chicago IL-IN-WI CSA (IL Part) +213,390,249,Memphis TN-MS-AR MSA (TN Part) +213,391,176,Atlanta GA-AL CSA (GA Part) +213,392,268,Seattle WA CSA +213,393,154,Alaska +213,394,245,Charleston SC MSA +213,395,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +213,396,159,Los Angeles CA CSA +213,397,12,Chicago IL-IN-WI CSA (IL Part) +213,398,12,Chicago IL-IN-WI CSA (IL Part) +213,399,249,Memphis TN-MS-AR MSA (TN Part) +213,400,159,Los Angeles CA CSA +213,401,203,Detroit MI CSA +213,402,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +213,403,154,Alaska +213,404,12,Chicago IL-IN-WI CSA (IL Part) +213,405,172,Miami FL MSA +213,406,217,New York NY-NJ-CT-PA CSA (NJ Part) +213,407,203,Detroit MI CSA +213,408,154,Alaska +213,409,172,Miami FL MSA +213,410,162,San Francisco CA CSA +213,411,154,Alaska +213,412,191,Louisville KY-IN CSA (KY Part) +213,413,159,Los Angeles CA CSA +213,414,195,New Orleans LA CSA +213,415,232,Cleveland OH CSA +213,416,12,Chicago IL-IN-WI CSA (IL Part) +213,417,255,Dallas-Fort Worth TX CSA +213,418,154,Alaska +213,419,12,Chicago IL-IN-WI CSA (IL Part) +213,420,12,Chicago IL-IN-WI CSA (IL Part) +213,421,203,Detroit MI CSA +213,422,154,Alaska +213,423,217,New York NY-NJ-CT-PA CSA (NJ Part) +213,424,255,Dallas-Fort Worth TX CSA +213,425,162,San Francisco CA CSA +213,426,249,Memphis TN-MS-AR MSA (TN Part) +213,427,172,Miami FL MSA +213,428,154,Alaska +213,429,249,Memphis TN-MS-AR MSA (TN Part) +213,430,217,New York NY-NJ-CT-PA CSA (NJ Part) +213,431,232,Cleveland OH CSA +213,432,12,Chicago IL-IN-WI CSA (IL Part) +213,433,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +213,434,223,New York NY-NJ-CT-PA CSA (NY Part) +213,435,268,Seattle WA CSA +213,436,232,Cleveland OH CSA +213,437,12,Chicago IL-IN-WI CSA (IL Part) +213,438,249,Memphis TN-MS-AR MSA (TN Part) +213,439,172,Miami FL MSA +213,440,249,Memphis TN-MS-AR MSA (TN Part) +213,441,162,San Francisco CA CSA +213,442,217,New York NY-NJ-CT-PA CSA (NJ Part) +213,443,201,Boston MA-NH CSA (MA Part) +213,444,176,Atlanta GA-AL CSA (GA Part) +213,445,217,New York NY-NJ-CT-PA CSA (NJ Part) +213,446,186,Indianapolis IN CSA +213,447,266,Washington DC-MD-VA-WV CSA (VA Part) +213,448,266,Washington DC-MD-VA-WV CSA (VA Part) +213,449,154,Alaska +213,450,226,Charlotte NC-SC CSA (NC Part) +213,451,223,New York NY-NJ-CT-PA CSA (NY Part) +213,452,203,Detroit MI CSA +213,453,159,Los Angeles CA CSA +213,454,223,New York NY-NJ-CT-PA CSA (NY Part) +213,455,192,Remainder of Kentucky +213,456,154,Alaska +213,457,217,New York NY-NJ-CT-PA CSA (NJ Part) +213,458,223,New York NY-NJ-CT-PA CSA (NY Part) +213,459,268,Seattle WA CSA +213,460,12,Chicago IL-IN-WI CSA (IL Part) +213,461,192,Remainder of Kentucky +213,462,223,New York NY-NJ-CT-PA CSA (NY Part) +213,463,12,Chicago IL-IN-WI CSA (IL Part) +213,464,12,Chicago IL-IN-WI CSA (IL Part) +213,465,186,Indianapolis IN CSA +213,466,191,Louisville KY-IN CSA (KY Part) +213,467,201,Boston MA-NH CSA (MA Part) +213,468,154,Alaska +213,469,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +213,470,159,Los Angeles CA CSA +213,471,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +213,472,162,San Francisco CA CSA +213,473,159,Los Angeles CA CSA +213,474,172,Miami FL MSA +213,475,186,Indianapolis IN CSA +213,476,232,Cleveland OH CSA +213,477,12,Chicago IL-IN-WI CSA (IL Part) +213,478,172,Miami FL MSA +213,479,159,Los Angeles CA CSA +213,480,226,Charlotte NC-SC CSA (NC Part) +213,481,12,Chicago IL-IN-WI CSA (IL Part) +213,482,12,Chicago IL-IN-WI CSA (IL Part) +213,483,223,New York NY-NJ-CT-PA CSA (NY Part) +213,484,195,New Orleans LA CSA +213,485,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +213,486,162,San Francisco CA CSA +213,487,172,Miami FL MSA +213,488,12,Chicago IL-IN-WI CSA (IL Part) +213,489,203,Detroit MI CSA +213,490,232,Cleveland OH CSA +213,491,266,Washington DC-MD-VA-WV CSA (VA Part) +214,274,12,Chicago IL-IN-WI CSA (IL Part) +214,275,223,New York NY-NJ-CT-PA CSA (NY Part) +214,276,12,Chicago IL-IN-WI CSA (IL Part) +214,277,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +214,278,249,Memphis TN-MS-AR MSA (TN Part) +214,279,172,Miami FL MSA +214,280,173,Orlando FL CSA +214,281,159,Los Angeles CA CSA +214,282,162,San Francisco CA CSA +214,283,159,Los Angeles CA CSA +214,284,159,Los Angeles CA CSA +214,285,159,Los Angeles CA CSA +214,286,159,Los Angeles CA CSA +214,287,172,Miami FL MSA +214,288,159,Los Angeles CA CSA +214,289,154,Alaska +214,290,172,Miami FL MSA +214,291,162,San Francisco CA CSA +214,292,223,New York NY-NJ-CT-PA CSA (NY Part) +214,293,257,Houston TX CSA +214,294,226,Charlotte NC-SC CSA (NC Part) +214,295,249,Memphis TN-MS-AR MSA (TN Part) +214,296,162,San Francisco CA CSA +214,297,249,Memphis TN-MS-AR MSA (TN Part) +214,298,191,Louisville KY-IN CSA (KY Part) +214,299,12,Chicago IL-IN-WI CSA (IL Part) +214,300,172,Miami FL MSA +214,301,154,Alaska +214,302,172,Miami FL MSA +214,303,159,Los Angeles CA CSA +214,304,268,Seattle WA CSA +214,305,12,Chicago IL-IN-WI CSA (IL Part) +214,306,159,Los Angeles CA CSA +214,307,266,Washington DC-MD-VA-WV CSA (VA Part) +214,308,159,Los Angeles CA CSA +214,309,203,Detroit MI CSA +214,310,162,San Francisco CA CSA +214,311,186,Indianapolis IN CSA +214,312,159,Los Angeles CA CSA +214,313,201,Boston MA-NH CSA (MA Part) +214,314,159,Los Angeles CA CSA +214,315,159,Los Angeles CA CSA +214,316,159,Los Angeles CA CSA +214,317,162,San Francisco CA CSA +214,318,159,Los Angeles CA CSA +214,319,159,Los Angeles CA CSA +214,320,217,New York NY-NJ-CT-PA CSA (NJ Part) +214,321,223,New York NY-NJ-CT-PA CSA (NY Part) +214,322,179,Honolulu HI MSA +214,323,159,Los Angeles CA CSA +214,324,12,Chicago IL-IN-WI CSA (IL Part) +214,325,172,Miami FL MSA +214,326,172,Miami FL MSA +214,327,159,Los Angeles CA CSA +214,328,162,San Francisco CA CSA +214,329,223,New York NY-NJ-CT-PA CSA (NY Part) +214,330,162,San Francisco CA CSA +214,331,223,New York NY-NJ-CT-PA CSA (NY Part) +214,332,176,Atlanta GA-AL CSA (GA Part) +214,333,172,Miami FL MSA +214,334,195,New Orleans LA CSA +214,335,223,New York NY-NJ-CT-PA CSA (NY Part) +214,336,159,Los Angeles CA CSA +214,337,176,Atlanta GA-AL CSA (GA Part) +214,338,159,Los Angeles CA CSA +214,339,162,San Francisco CA CSA +214,340,191,Louisville KY-IN CSA (KY Part) +214,341,257,Houston TX CSA +214,342,203,Detroit MI CSA +214,343,159,Los Angeles CA CSA +214,344,159,Los Angeles CA CSA +214,345,203,Detroit MI CSA +214,346,159,Los Angeles CA CSA +214,347,223,New York NY-NJ-CT-PA CSA (NY Part) +214,348,249,Memphis TN-MS-AR MSA (TN Part) +214,349,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +214,350,249,Memphis TN-MS-AR MSA (TN Part) +214,351,223,New York NY-NJ-CT-PA CSA (NY Part) +214,352,232,Cleveland OH CSA +214,353,223,New York NY-NJ-CT-PA CSA (NY Part) +214,354,159,Los Angeles CA CSA +214,355,172,Miami FL MSA +214,356,159,Los Angeles CA CSA +214,357,12,Chicago IL-IN-WI CSA (IL Part) +214,358,172,Miami FL MSA +214,359,249,Memphis TN-MS-AR MSA (TN Part) +214,360,257,Houston TX CSA +214,361,162,San Francisco CA CSA +214,362,12,Chicago IL-IN-WI CSA (IL Part) +214,363,159,Los Angeles CA CSA +214,364,12,Chicago IL-IN-WI CSA (IL Part) +214,365,159,Los Angeles CA CSA +214,366,268,Seattle WA CSA +214,367,159,Los Angeles CA CSA +214,368,154,Alaska +214,369,162,San Francisco CA CSA +214,370,162,San Francisco CA CSA +214,371,12,Chicago IL-IN-WI CSA (IL Part) +214,372,232,Cleveland OH CSA +214,373,176,Atlanta GA-AL CSA (GA Part) +214,374,159,Los Angeles CA CSA +214,375,12,Chicago IL-IN-WI CSA (IL Part) +214,376,154,Alaska +214,377,217,New York NY-NJ-CT-PA CSA (NJ Part) +214,378,255,Dallas-Fort Worth TX CSA +214,379,223,New York NY-NJ-CT-PA CSA (NY Part) +214,380,268,Seattle WA CSA +214,381,154,Alaska +214,382,162,San Francisco CA CSA +214,383,12,Chicago IL-IN-WI CSA (IL Part) +214,384,172,Miami FL MSA +214,385,176,Atlanta GA-AL CSA (GA Part) +214,386,162,San Francisco CA CSA +214,387,12,Chicago IL-IN-WI CSA (IL Part) +214,388,159,Los Angeles CA CSA +214,389,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +214,390,12,Chicago IL-IN-WI CSA (IL Part) +214,391,266,Washington DC-MD-VA-WV CSA (VA Part) +214,392,154,Alaska +214,393,154,Alaska +214,394,201,Boston MA-NH CSA (MA Part) +214,395,12,Chicago IL-IN-WI CSA (IL Part) +214,396,159,Los Angeles CA CSA +214,397,12,Chicago IL-IN-WI CSA (IL Part) +214,398,217,New York NY-NJ-CT-PA CSA (NJ Part) +214,399,159,Los Angeles CA CSA +214,400,154,Alaska +214,401,223,New York NY-NJ-CT-PA CSA (NY Part) +214,402,12,Chicago IL-IN-WI CSA (IL Part) +214,403,162,San Francisco CA CSA +214,404,12,Chicago IL-IN-WI CSA (IL Part) +214,405,172,Miami FL MSA +214,406,231,Cincinnati OH-KY-IN CSA (OH Part) +214,407,12,Chicago IL-IN-WI CSA (IL Part) +214,408,154,Alaska +214,409,176,Atlanta GA-AL CSA (GA Part) +214,410,179,Honolulu HI MSA +214,411,162,San Francisco CA CSA +214,412,12,Chicago IL-IN-WI CSA (IL Part) +214,413,162,San Francisco CA CSA +214,414,255,Dallas-Fort Worth TX CSA +214,415,203,Detroit MI CSA +214,416,217,New York NY-NJ-CT-PA CSA (NJ Part) +214,417,159,Los Angeles CA CSA +214,418,162,San Francisco CA CSA +214,419,12,Chicago IL-IN-WI CSA (IL Part) +214,420,162,San Francisco CA CSA +214,421,12,Chicago IL-IN-WI CSA (IL Part) +214,422,162,San Francisco CA CSA +214,423,268,Seattle WA CSA +214,424,159,Los Angeles CA CSA +214,425,159,Los Angeles CA CSA +214,426,172,Miami FL MSA +214,427,159,Los Angeles CA CSA +214,428,268,Seattle WA CSA +214,429,162,San Francisco CA CSA +214,430,159,Los Angeles CA CSA +214,431,164,Denver CO CSA +214,432,154,Alaska +214,433,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +214,434,268,Seattle WA CSA +214,435,154,Alaska +214,436,223,New York NY-NJ-CT-PA CSA (NY Part) +214,437,159,Los Angeles CA CSA +214,438,176,Atlanta GA-AL CSA (GA Part) +214,439,172,Miami FL MSA +214,440,255,Dallas-Fort Worth TX CSA +214,441,159,Los Angeles CA CSA +214,442,217,New York NY-NJ-CT-PA CSA (NJ Part) +214,443,231,Cincinnati OH-KY-IN CSA (OH Part) +214,444,223,New York NY-NJ-CT-PA CSA (NY Part) +214,445,172,Miami FL MSA +214,446,223,New York NY-NJ-CT-PA CSA (NY Part) +214,447,154,Alaska +214,448,12,Chicago IL-IN-WI CSA (IL Part) +214,449,162,San Francisco CA CSA +214,450,195,New Orleans LA CSA +214,451,12,Chicago IL-IN-WI CSA (IL Part) +214,452,12,Chicago IL-IN-WI CSA (IL Part) +214,453,159,Los Angeles CA CSA +214,454,223,New York NY-NJ-CT-PA CSA (NY Part) +214,455,249,Memphis TN-MS-AR MSA (TN Part) +214,456,159,Los Angeles CA CSA +214,457,159,Los Angeles CA CSA +214,458,217,New York NY-NJ-CT-PA CSA (NJ Part) +214,459,159,Los Angeles CA CSA +214,460,223,New York NY-NJ-CT-PA CSA (NY Part) +214,461,172,Miami FL MSA +214,462,217,New York NY-NJ-CT-PA CSA (NJ Part) +214,463,268,Seattle WA CSA +214,464,268,Seattle WA CSA +214,465,186,Indianapolis IN CSA +214,466,154,Alaska +214,467,12,Chicago IL-IN-WI CSA (IL Part) +214,468,154,Alaska +214,469,12,Chicago IL-IN-WI CSA (IL Part) +214,470,179,Honolulu HI MSA +214,471,176,Atlanta GA-AL CSA (GA Part) +214,472,162,San Francisco CA CSA +214,473,162,San Francisco CA CSA +214,474,249,Memphis TN-MS-AR MSA (TN Part) +214,475,159,Los Angeles CA CSA +214,476,249,Memphis TN-MS-AR MSA (TN Part) +214,477,159,Los Angeles CA CSA +214,478,249,Memphis TN-MS-AR MSA (TN Part) +214,479,162,San Francisco CA CSA +214,480,186,Indianapolis IN CSA +214,481,159,Los Angeles CA CSA +214,482,154,Alaska +214,483,12,Chicago IL-IN-WI CSA (IL Part) +214,484,172,Miami FL MSA +214,485,159,Los Angeles CA CSA +214,486,159,Los Angeles CA CSA +214,487,172,Miami FL MSA +214,488,154,Alaska +214,489,268,Seattle WA CSA +214,490,217,New York NY-NJ-CT-PA CSA (NJ Part) +214,491,231,Cincinnati OH-KY-IN CSA (OH Part) +215,274,162,San Francisco CA CSA +215,275,12,Chicago IL-IN-WI CSA (IL Part) +215,276,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +215,277,192,Remainder of Kentucky +215,278,12,Chicago IL-IN-WI CSA (IL Part) +215,279,153,Remainder of Alabama +215,280,257,Houston TX CSA +215,281,257,Houston TX CSA +215,282,162,San Francisco CA CSA +215,283,176,Atlanta GA-AL CSA (GA Part) +215,284,159,Los Angeles CA CSA +215,285,12,Chicago IL-IN-WI CSA (IL Part) +215,286,154,Alaska +215,287,249,Memphis TN-MS-AR MSA (TN Part) +215,288,154,Alaska +215,289,159,Los Angeles CA CSA +215,290,173,Orlando FL CSA +215,291,159,Los Angeles CA CSA +215,292,162,San Francisco CA CSA +215,293,159,Los Angeles CA CSA +215,294,217,New York NY-NJ-CT-PA CSA (NJ Part) +215,295,266,Washington DC-MD-VA-WV CSA (VA Part) +215,296,159,Los Angeles CA CSA +215,297,159,Los Angeles CA CSA +215,298,201,Boston MA-NH CSA (MA Part) +215,299,203,Detroit MI CSA +215,300,257,Houston TX CSA +215,301,154,Alaska +215,302,176,Atlanta GA-AL CSA (GA Part) +215,303,154,Alaska +215,304,159,Los Angeles CA CSA +215,305,223,New York NY-NJ-CT-PA CSA (NY Part) +215,306,266,Washington DC-MD-VA-WV CSA (VA Part) +215,307,176,Atlanta GA-AL CSA (GA Part) +215,308,162,San Francisco CA CSA +215,309,249,Memphis TN-MS-AR MSA (TN Part) +215,310,159,Los Angeles CA CSA +215,311,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +215,312,159,Los Angeles CA CSA +215,313,223,New York NY-NJ-CT-PA CSA (NY Part) +215,314,12,Chicago IL-IN-WI CSA (IL Part) +215,315,172,Miami FL MSA +215,316,154,Alaska +215,317,159,Los Angeles CA CSA +215,318,162,San Francisco CA CSA +215,319,195,New Orleans LA CSA +215,320,223,New York NY-NJ-CT-PA CSA (NY Part) +215,321,223,New York NY-NJ-CT-PA CSA (NY Part) +215,322,159,Los Angeles CA CSA +215,323,159,Los Angeles CA CSA +215,324,12,Chicago IL-IN-WI CSA (IL Part) +215,325,249,Memphis TN-MS-AR MSA (TN Part) +215,326,172,Miami FL MSA +215,327,217,New York NY-NJ-CT-PA CSA (NJ Part) +215,328,232,Cleveland OH CSA +215,329,12,Chicago IL-IN-WI CSA (IL Part) +215,330,162,San Francisco CA CSA +215,331,192,Remainder of Kentucky +215,332,173,Orlando FL CSA +215,333,172,Miami FL MSA +215,334,172,Miami FL MSA +215,335,232,Cleveland OH CSA +215,336,159,Los Angeles CA CSA +215,337,217,New York NY-NJ-CT-PA CSA (NJ Part) +215,338,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +215,339,159,Los Angeles CA CSA +215,340,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +215,341,159,Los Angeles CA CSA +215,342,217,New York NY-NJ-CT-PA CSA (NJ Part) +215,343,162,San Francisco CA CSA +215,344,154,Alaska +215,345,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +215,346,191,Louisville KY-IN CSA (KY Part) +215,347,12,Chicago IL-IN-WI CSA (IL Part) +215,348,12,Chicago IL-IN-WI CSA (IL Part) +215,349,154,Alaska +215,350,255,Dallas-Fort Worth TX CSA +215,351,12,Chicago IL-IN-WI CSA (IL Part) +215,352,217,New York NY-NJ-CT-PA CSA (NJ Part) +215,353,12,Chicago IL-IN-WI CSA (IL Part) +215,354,159,Los Angeles CA CSA +215,355,176,Atlanta GA-AL CSA (GA Part) +215,356,159,Los Angeles CA CSA +215,357,249,Memphis TN-MS-AR MSA (TN Part) +215,358,12,Chicago IL-IN-WI CSA (IL Part) +215,359,255,Dallas-Fort Worth TX CSA +215,360,176,Atlanta GA-AL CSA (GA Part) +215,361,162,San Francisco CA CSA +215,362,12,Chicago IL-IN-WI CSA (IL Part) +215,363,255,Dallas-Fort Worth TX CSA +215,364,223,New York NY-NJ-CT-PA CSA (NY Part) +215,365,268,Seattle WA CSA +215,366,162,San Francisco CA CSA +215,367,154,Alaska +215,368,159,Los Angeles CA CSA +215,369,154,Alaska +215,370,162,San Francisco CA CSA +215,371,201,Boston MA-NH CSA (MA Part) +215,372,191,Louisville KY-IN CSA (KY Part) +215,373,255,Dallas-Fort Worth TX CSA +215,374,162,San Francisco CA CSA +215,375,12,Chicago IL-IN-WI CSA (IL Part) +215,376,159,Los Angeles CA CSA +215,377,223,New York NY-NJ-CT-PA CSA (NY Part) +215,378,172,Miami FL MSA +215,379,162,San Francisco CA CSA +215,380,159,Los Angeles CA CSA +215,381,154,Alaska +215,382,154,Alaska +215,383,217,New York NY-NJ-CT-PA CSA (NJ Part) +215,384,176,Atlanta GA-AL CSA (GA Part) +215,385,223,New York NY-NJ-CT-PA CSA (NY Part) +215,386,12,Chicago IL-IN-WI CSA (IL Part) +215,387,203,Detroit MI CSA +215,388,159,Los Angeles CA CSA +215,389,12,Chicago IL-IN-WI CSA (IL Part) +215,390,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +215,391,12,Chicago IL-IN-WI CSA (IL Part) +215,392,154,Alaska +215,393,223,New York NY-NJ-CT-PA CSA (NY Part) +215,394,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +215,395,268,Seattle WA CSA +215,396,159,Los Angeles CA CSA +215,397,169,Delaware +215,398,154,Alaska +215,399,257,Houston TX CSA +215,400,159,Los Angeles CA CSA +215,401,268,Seattle WA CSA +215,402,12,Chicago IL-IN-WI CSA (IL Part) +215,403,154,Alaska +215,404,223,New York NY-NJ-CT-PA CSA (NY Part) +215,405,153,Remainder of Alabama +215,406,191,Louisville KY-IN CSA (KY Part) +215,407,186,Indianapolis IN CSA +215,408,159,Los Angeles CA CSA +215,409,249,Memphis TN-MS-AR MSA (TN Part) +215,410,179,Honolulu HI MSA +215,411,268,Seattle WA CSA +215,412,232,Cleveland OH CSA +215,413,159,Los Angeles CA CSA +215,414,255,Dallas-Fort Worth TX CSA +215,415,186,Indianapolis IN CSA +215,416,223,New York NY-NJ-CT-PA CSA (NY Part) +215,417,159,Los Angeles CA CSA +215,418,268,Seattle WA CSA +215,419,159,Los Angeles CA CSA +215,420,162,San Francisco CA CSA +215,421,154,Alaska +215,422,159,Los Angeles CA CSA +215,423,12,Chicago IL-IN-WI CSA (IL Part) +215,424,255,Dallas-Fort Worth TX CSA +215,425,154,Alaska +215,426,257,Houston TX CSA +215,427,162,San Francisco CA CSA +215,428,154,Alaska +215,429,159,Los Angeles CA CSA +215,430,232,Cleveland OH CSA +215,431,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +215,432,12,Chicago IL-IN-WI CSA (IL Part) +215,433,249,Memphis TN-MS-AR MSA (TN Part) +215,434,159,Los Angeles CA CSA +215,435,154,Alaska +215,436,203,Detroit MI CSA +215,437,249,Memphis TN-MS-AR MSA (TN Part) +215,438,172,Miami FL MSA +215,439,176,Atlanta GA-AL CSA (GA Part) +215,440,249,Memphis TN-MS-AR MSA (TN Part) +215,441,159,Los Angeles CA CSA +215,442,223,New York NY-NJ-CT-PA CSA (NY Part) +215,443,223,New York NY-NJ-CT-PA CSA (NY Part) +215,444,217,New York NY-NJ-CT-PA CSA (NJ Part) +215,445,186,Indianapolis IN CSA +215,446,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +215,447,162,San Francisco CA CSA +215,448,223,New York NY-NJ-CT-PA CSA (NY Part) +215,449,154,Alaska +215,450,12,Chicago IL-IN-WI CSA (IL Part) +215,451,266,Washington DC-MD-VA-WV CSA (VA Part) +215,452,162,San Francisco CA CSA +215,453,154,Alaska +215,454,12,Chicago IL-IN-WI CSA (IL Part) +215,455,12,Chicago IL-IN-WI CSA (IL Part) +215,456,154,Alaska +215,457,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +215,458,223,New York NY-NJ-CT-PA CSA (NY Part) +215,459,154,Alaska +215,460,191,Louisville KY-IN CSA (KY Part) +215,461,249,Memphis TN-MS-AR MSA (TN Part) +215,462,226,Charlotte NC-SC CSA (NC Part) +215,463,12,Chicago IL-IN-WI CSA (IL Part) +215,464,12,Chicago IL-IN-WI CSA (IL Part) +215,465,159,Los Angeles CA CSA +215,466,154,Alaska +215,467,186,Indianapolis IN CSA +215,468,162,San Francisco CA CSA +215,469,186,Indianapolis IN CSA +215,470,162,San Francisco CA CSA +215,471,203,Detroit MI CSA +215,472,159,Los Angeles CA CSA +215,473,159,Los Angeles CA CSA +215,474,173,Orlando FL CSA +215,475,12,Chicago IL-IN-WI CSA (IL Part) +215,476,12,Chicago IL-IN-WI CSA (IL Part) +215,477,159,Los Angeles CA CSA +215,478,172,Miami FL MSA +215,479,159,Los Angeles CA CSA +215,480,12,Chicago IL-IN-WI CSA (IL Part) +215,481,12,Chicago IL-IN-WI CSA (IL Part) +215,482,154,Alaska +215,483,12,Chicago IL-IN-WI CSA (IL Part) +215,484,172,Miami FL MSA +215,485,154,Alaska +215,486,159,Los Angeles CA CSA +215,487,255,Dallas-Fort Worth TX CSA +215,488,154,Alaska +215,489,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +215,490,176,Atlanta GA-AL CSA (GA Part) +215,491,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,274,223,New York NY-NJ-CT-PA CSA (NY Part) +216,275,201,Boston MA-NH CSA (MA Part) +216,276,223,New York NY-NJ-CT-PA CSA (NY Part) +216,277,223,New York NY-NJ-CT-PA CSA (NY Part) +216,278,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,279,223,New York NY-NJ-CT-PA CSA (NY Part) +216,280,223,New York NY-NJ-CT-PA CSA (NY Part) +216,281,266,Washington DC-MD-VA-WV CSA (VA Part) +216,282,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,283,266,Washington DC-MD-VA-WV CSA (VA Part) +216,284,266,Washington DC-MD-VA-WV CSA (VA Part) +216,285,201,Boston MA-NH CSA (MA Part) +216,286,223,New York NY-NJ-CT-PA CSA (NY Part) +216,287,223,New York NY-NJ-CT-PA CSA (NY Part) +216,288,223,New York NY-NJ-CT-PA CSA (NY Part) +216,289,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,290,223,New York NY-NJ-CT-PA CSA (NY Part) +216,291,169,Delaware +216,292,232,Cleveland OH CSA +216,293,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +216,294,223,New York NY-NJ-CT-PA CSA (NY Part) +216,295,223,New York NY-NJ-CT-PA CSA (NY Part) +216,296,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,297,223,New York NY-NJ-CT-PA CSA (NY Part) +216,298,223,New York NY-NJ-CT-PA CSA (NY Part) +216,299,223,New York NY-NJ-CT-PA CSA (NY Part) +216,300,223,New York NY-NJ-CT-PA CSA (NY Part) +216,301,232,Cleveland OH CSA +216,302,223,New York NY-NJ-CT-PA CSA (NY Part) +216,303,12,Chicago IL-IN-WI CSA (IL Part) +216,304,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,305,223,New York NY-NJ-CT-PA CSA (NY Part) +216,306,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +216,307,223,New York NY-NJ-CT-PA CSA (NY Part) +216,308,223,New York NY-NJ-CT-PA CSA (NY Part) +216,309,223,New York NY-NJ-CT-PA CSA (NY Part) +216,310,223,New York NY-NJ-CT-PA CSA (NY Part) +216,311,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +216,312,223,New York NY-NJ-CT-PA CSA (NY Part) +216,313,223,New York NY-NJ-CT-PA CSA (NY Part) +216,314,266,Washington DC-MD-VA-WV CSA (VA Part) +216,315,172,Miami FL MSA +216,316,266,Washington DC-MD-VA-WV CSA (VA Part) +216,317,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +216,318,232,Cleveland OH CSA +216,319,201,Boston MA-NH CSA (MA Part) +216,320,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,321,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +216,322,201,Boston MA-NH CSA (MA Part) +216,323,172,Miami FL MSA +216,324,223,New York NY-NJ-CT-PA CSA (NY Part) +216,325,266,Washington DC-MD-VA-WV CSA (VA Part) +216,326,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,327,223,New York NY-NJ-CT-PA CSA (NY Part) +216,328,223,New York NY-NJ-CT-PA CSA (NY Part) +216,329,223,New York NY-NJ-CT-PA CSA (NY Part) +216,330,223,New York NY-NJ-CT-PA CSA (NY Part) +216,331,223,New York NY-NJ-CT-PA CSA (NY Part) +216,332,223,New York NY-NJ-CT-PA CSA (NY Part) +216,333,223,New York NY-NJ-CT-PA CSA (NY Part) +216,334,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,335,223,New York NY-NJ-CT-PA CSA (NY Part) +216,336,201,Boston MA-NH CSA (MA Part) +216,337,223,New York NY-NJ-CT-PA CSA (NY Part) +216,338,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,339,266,Washington DC-MD-VA-WV CSA (VA Part) +216,340,223,New York NY-NJ-CT-PA CSA (NY Part) +216,341,223,New York NY-NJ-CT-PA CSA (NY Part) +216,342,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,343,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,344,223,New York NY-NJ-CT-PA CSA (NY Part) +216,345,223,New York NY-NJ-CT-PA CSA (NY Part) +216,346,223,New York NY-NJ-CT-PA CSA (NY Part) +216,347,223,New York NY-NJ-CT-PA CSA (NY Part) +216,348,223,New York NY-NJ-CT-PA CSA (NY Part) +216,349,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,350,223,New York NY-NJ-CT-PA CSA (NY Part) +216,351,169,Delaware +216,352,223,New York NY-NJ-CT-PA CSA (NY Part) +216,353,223,New York NY-NJ-CT-PA CSA (NY Part) +216,354,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,355,223,New York NY-NJ-CT-PA CSA (NY Part) +216,356,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,357,223,New York NY-NJ-CT-PA CSA (NY Part) +216,358,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,359,223,New York NY-NJ-CT-PA CSA (NY Part) +216,360,223,New York NY-NJ-CT-PA CSA (NY Part) +216,361,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,362,223,New York NY-NJ-CT-PA CSA (NY Part) +216,363,266,Washington DC-MD-VA-WV CSA (VA Part) +216,364,223,New York NY-NJ-CT-PA CSA (NY Part) +216,365,223,New York NY-NJ-CT-PA CSA (NY Part) +216,366,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,367,268,Seattle WA CSA +216,368,223,New York NY-NJ-CT-PA CSA (NY Part) +216,369,223,New York NY-NJ-CT-PA CSA (NY Part) +216,370,223,New York NY-NJ-CT-PA CSA (NY Part) +216,371,232,Cleveland OH CSA +216,372,223,New York NY-NJ-CT-PA CSA (NY Part) +216,373,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +216,374,154,Alaska +216,375,169,Delaware +216,376,223,New York NY-NJ-CT-PA CSA (NY Part) +216,377,201,Boston MA-NH CSA (MA Part) +216,378,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +216,379,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,380,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +216,381,223,New York NY-NJ-CT-PA CSA (NY Part) +216,382,201,Boston MA-NH CSA (MA Part) +216,383,201,Boston MA-NH CSA (MA Part) +216,384,266,Washington DC-MD-VA-WV CSA (VA Part) +216,385,223,New York NY-NJ-CT-PA CSA (NY Part) +216,386,266,Washington DC-MD-VA-WV CSA (VA Part) +216,387,266,Washington DC-MD-VA-WV CSA (VA Part) +216,388,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,389,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +216,390,223,New York NY-NJ-CT-PA CSA (NY Part) +216,391,223,New York NY-NJ-CT-PA CSA (NY Part) +216,392,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,393,223,New York NY-NJ-CT-PA CSA (NY Part) +216,394,201,Boston MA-NH CSA (MA Part) +216,395,223,New York NY-NJ-CT-PA CSA (NY Part) +216,396,223,New York NY-NJ-CT-PA CSA (NY Part) +216,397,223,New York NY-NJ-CT-PA CSA (NY Part) +216,398,223,New York NY-NJ-CT-PA CSA (NY Part) +216,399,223,New York NY-NJ-CT-PA CSA (NY Part) +216,400,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +216,401,223,New York NY-NJ-CT-PA CSA (NY Part) +216,402,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +216,403,223,New York NY-NJ-CT-PA CSA (NY Part) +216,404,223,New York NY-NJ-CT-PA CSA (NY Part) +216,405,223,New York NY-NJ-CT-PA CSA (NY Part) +216,406,266,Washington DC-MD-VA-WV CSA (VA Part) +216,407,201,Boston MA-NH CSA (MA Part) +216,408,169,Delaware +216,409,266,Washington DC-MD-VA-WV CSA (VA Part) +216,410,162,San Francisco CA CSA +216,411,12,Chicago IL-IN-WI CSA (IL Part) +216,412,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +216,413,12,Chicago IL-IN-WI CSA (IL Part) +216,414,223,New York NY-NJ-CT-PA CSA (NY Part) +216,415,223,New York NY-NJ-CT-PA CSA (NY Part) +216,416,223,New York NY-NJ-CT-PA CSA (NY Part) +216,417,249,Memphis TN-MS-AR MSA (TN Part) +216,418,223,New York NY-NJ-CT-PA CSA (NY Part) +216,419,223,New York NY-NJ-CT-PA CSA (NY Part) +216,420,223,New York NY-NJ-CT-PA CSA (NY Part) +216,421,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,422,223,New York NY-NJ-CT-PA CSA (NY Part) +216,423,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,424,172,Miami FL MSA +216,425,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +216,426,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,427,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +216,428,232,Cleveland OH CSA +216,429,257,Houston TX CSA +216,430,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +216,431,223,New York NY-NJ-CT-PA CSA (NY Part) +216,432,223,New York NY-NJ-CT-PA CSA (NY Part) +216,433,223,New York NY-NJ-CT-PA CSA (NY Part) +216,434,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,435,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,436,223,New York NY-NJ-CT-PA CSA (NY Part) +216,437,223,New York NY-NJ-CT-PA CSA (NY Part) +216,438,266,Washington DC-MD-VA-WV CSA (VA Part) +216,439,223,New York NY-NJ-CT-PA CSA (NY Part) +216,440,223,New York NY-NJ-CT-PA CSA (NY Part) +216,441,223,New York NY-NJ-CT-PA CSA (NY Part) +216,442,223,New York NY-NJ-CT-PA CSA (NY Part) +216,443,223,New York NY-NJ-CT-PA CSA (NY Part) +216,444,223,New York NY-NJ-CT-PA CSA (NY Part) +216,445,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,446,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,447,223,New York NY-NJ-CT-PA CSA (NY Part) +216,448,223,New York NY-NJ-CT-PA CSA (NY Part) +216,449,266,Washington DC-MD-VA-WV CSA (VA Part) +216,450,223,New York NY-NJ-CT-PA CSA (NY Part) +216,451,223,New York NY-NJ-CT-PA CSA (NY Part) +216,452,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,453,162,San Francisco CA CSA +216,454,223,New York NY-NJ-CT-PA CSA (NY Part) +216,455,223,New York NY-NJ-CT-PA CSA (NY Part) +216,456,223,New York NY-NJ-CT-PA CSA (NY Part) +216,457,223,New York NY-NJ-CT-PA CSA (NY Part) +216,458,223,New York NY-NJ-CT-PA CSA (NY Part) +216,459,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +216,460,223,New York NY-NJ-CT-PA CSA (NY Part) +216,461,223,New York NY-NJ-CT-PA CSA (NY Part) +216,462,223,New York NY-NJ-CT-PA CSA (NY Part) +216,463,223,New York NY-NJ-CT-PA CSA (NY Part) +216,464,223,New York NY-NJ-CT-PA CSA (NY Part) +216,465,223,New York NY-NJ-CT-PA CSA (NY Part) +216,466,223,New York NY-NJ-CT-PA CSA (NY Part) +216,467,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +216,468,201,Boston MA-NH CSA (MA Part) +216,469,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,470,154,Alaska +216,471,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,472,162,San Francisco CA CSA +216,473,162,San Francisco CA CSA +216,474,266,Washington DC-MD-VA-WV CSA (VA Part) +216,475,223,New York NY-NJ-CT-PA CSA (NY Part) +216,476,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,477,223,New York NY-NJ-CT-PA CSA (NY Part) +216,478,223,New York NY-NJ-CT-PA CSA (NY Part) +216,479,12,Chicago IL-IN-WI CSA (IL Part) +216,480,223,New York NY-NJ-CT-PA CSA (NY Part) +216,481,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,482,223,New York NY-NJ-CT-PA CSA (NY Part) +216,483,223,New York NY-NJ-CT-PA CSA (NY Part) +216,484,226,Charlotte NC-SC CSA (NC Part) +216,485,223,New York NY-NJ-CT-PA CSA (NY Part) +216,486,223,New York NY-NJ-CT-PA CSA (NY Part) +216,487,245,Charleston SC MSA +216,488,217,New York NY-NJ-CT-PA CSA (NJ Part) +216,489,223,New York NY-NJ-CT-PA CSA (NY Part) +216,490,223,New York NY-NJ-CT-PA CSA (NY Part) +216,491,223,New York NY-NJ-CT-PA CSA (NY Part) +217,274,203,Detroit MI CSA +217,275,223,New York NY-NJ-CT-PA CSA (NY Part) +217,276,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,277,223,New York NY-NJ-CT-PA CSA (NY Part) +217,278,232,Cleveland OH CSA +217,279,223,New York NY-NJ-CT-PA CSA (NY Part) +217,280,266,Washington DC-MD-VA-WV CSA (VA Part) +217,281,223,New York NY-NJ-CT-PA CSA (NY Part) +217,282,223,New York NY-NJ-CT-PA CSA (NY Part) +217,283,266,Washington DC-MD-VA-WV CSA (VA Part) +217,284,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,285,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,286,223,New York NY-NJ-CT-PA CSA (NY Part) +217,287,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +217,288,223,New York NY-NJ-CT-PA CSA (NY Part) +217,289,201,Boston MA-NH CSA (MA Part) +217,290,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +217,291,223,New York NY-NJ-CT-PA CSA (NY Part) +217,292,223,New York NY-NJ-CT-PA CSA (NY Part) +217,293,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,294,223,New York NY-NJ-CT-PA CSA (NY Part) +217,295,223,New York NY-NJ-CT-PA CSA (NY Part) +217,296,266,Washington DC-MD-VA-WV CSA (VA Part) +217,297,223,New York NY-NJ-CT-PA CSA (NY Part) +217,298,223,New York NY-NJ-CT-PA CSA (NY Part) +217,299,223,New York NY-NJ-CT-PA CSA (NY Part) +217,300,223,New York NY-NJ-CT-PA CSA (NY Part) +217,301,223,New York NY-NJ-CT-PA CSA (NY Part) +217,302,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +217,303,154,Alaska +217,304,223,New York NY-NJ-CT-PA CSA (NY Part) +217,305,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,306,266,Washington DC-MD-VA-WV CSA (VA Part) +217,307,223,New York NY-NJ-CT-PA CSA (NY Part) +217,308,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,309,223,New York NY-NJ-CT-PA CSA (NY Part) +217,310,223,New York NY-NJ-CT-PA CSA (NY Part) +217,311,223,New York NY-NJ-CT-PA CSA (NY Part) +217,312,172,Miami FL MSA +217,313,223,New York NY-NJ-CT-PA CSA (NY Part) +217,314,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,315,172,Miami FL MSA +217,316,223,New York NY-NJ-CT-PA CSA (NY Part) +217,317,223,New York NY-NJ-CT-PA CSA (NY Part) +217,318,232,Cleveland OH CSA +217,319,266,Washington DC-MD-VA-WV CSA (VA Part) +217,320,223,New York NY-NJ-CT-PA CSA (NY Part) +217,321,223,New York NY-NJ-CT-PA CSA (NY Part) +217,322,195,New Orleans LA CSA +217,323,172,Miami FL MSA +217,324,223,New York NY-NJ-CT-PA CSA (NY Part) +217,325,172,Miami FL MSA +217,326,223,New York NY-NJ-CT-PA CSA (NY Part) +217,327,201,Boston MA-NH CSA (MA Part) +217,328,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,329,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,330,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,331,223,New York NY-NJ-CT-PA CSA (NY Part) +217,332,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,333,223,New York NY-NJ-CT-PA CSA (NY Part) +217,334,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,335,223,New York NY-NJ-CT-PA CSA (NY Part) +217,336,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,337,223,New York NY-NJ-CT-PA CSA (NY Part) +217,338,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,339,223,New York NY-NJ-CT-PA CSA (NY Part) +217,340,223,New York NY-NJ-CT-PA CSA (NY Part) +217,341,176,Atlanta GA-AL CSA (GA Part) +217,342,223,New York NY-NJ-CT-PA CSA (NY Part) +217,343,249,Memphis TN-MS-AR MSA (TN Part) +217,344,223,New York NY-NJ-CT-PA CSA (NY Part) +217,345,266,Washington DC-MD-VA-WV CSA (VA Part) +217,346,172,Miami FL MSA +217,347,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,348,223,New York NY-NJ-CT-PA CSA (NY Part) +217,349,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +217,350,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,351,223,New York NY-NJ-CT-PA CSA (NY Part) +217,352,223,New York NY-NJ-CT-PA CSA (NY Part) +217,353,223,New York NY-NJ-CT-PA CSA (NY Part) +217,354,223,New York NY-NJ-CT-PA CSA (NY Part) +217,355,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,356,172,Miami FL MSA +217,357,223,New York NY-NJ-CT-PA CSA (NY Part) +217,358,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,359,223,New York NY-NJ-CT-PA CSA (NY Part) +217,360,172,Miami FL MSA +217,361,172,Miami FL MSA +217,362,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,363,266,Washington DC-MD-VA-WV CSA (VA Part) +217,364,223,New York NY-NJ-CT-PA CSA (NY Part) +217,365,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +217,366,223,New York NY-NJ-CT-PA CSA (NY Part) +217,367,154,Alaska +217,368,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,369,223,New York NY-NJ-CT-PA CSA (NY Part) +217,370,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,371,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,372,223,New York NY-NJ-CT-PA CSA (NY Part) +217,373,172,Miami FL MSA +217,374,266,Washington DC-MD-VA-WV CSA (VA Part) +217,375,232,Cleveland OH CSA +217,376,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +217,377,223,New York NY-NJ-CT-PA CSA (NY Part) +217,378,223,New York NY-NJ-CT-PA CSA (NY Part) +217,379,223,New York NY-NJ-CT-PA CSA (NY Part) +217,380,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,381,154,Alaska +217,382,223,New York NY-NJ-CT-PA CSA (NY Part) +217,383,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,384,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,385,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,386,223,New York NY-NJ-CT-PA CSA (NY Part) +217,387,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,388,223,New York NY-NJ-CT-PA CSA (NY Part) +217,389,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +217,390,223,New York NY-NJ-CT-PA CSA (NY Part) +217,391,223,New York NY-NJ-CT-PA CSA (NY Part) +217,392,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +217,393,223,New York NY-NJ-CT-PA CSA (NY Part) +217,394,201,Boston MA-NH CSA (MA Part) +217,395,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,396,159,Los Angeles CA CSA +217,397,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,398,201,Boston MA-NH CSA (MA Part) +217,399,176,Atlanta GA-AL CSA (GA Part) +217,400,12,Chicago IL-IN-WI CSA (IL Part) +217,401,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,402,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,403,223,New York NY-NJ-CT-PA CSA (NY Part) +217,404,223,New York NY-NJ-CT-PA CSA (NY Part) +217,405,266,Washington DC-MD-VA-WV CSA (VA Part) +217,406,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +217,407,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +217,408,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,409,232,Cleveland OH CSA +217,410,12,Chicago IL-IN-WI CSA (IL Part) +217,411,223,New York NY-NJ-CT-PA CSA (NY Part) +217,412,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +217,413,12,Chicago IL-IN-WI CSA (IL Part) +217,414,172,Miami FL MSA +217,415,223,New York NY-NJ-CT-PA CSA (NY Part) +217,416,223,New York NY-NJ-CT-PA CSA (NY Part) +217,417,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,418,223,New York NY-NJ-CT-PA CSA (NY Part) +217,419,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,420,201,Boston MA-NH CSA (MA Part) +217,421,223,New York NY-NJ-CT-PA CSA (NY Part) +217,422,154,Alaska +217,423,223,New York NY-NJ-CT-PA CSA (NY Part) +217,424,172,Miami FL MSA +217,425,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,426,223,New York NY-NJ-CT-PA CSA (NY Part) +217,427,223,New York NY-NJ-CT-PA CSA (NY Part) +217,428,223,New York NY-NJ-CT-PA CSA (NY Part) +217,429,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,430,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,431,201,Boston MA-NH CSA (MA Part) +217,432,223,New York NY-NJ-CT-PA CSA (NY Part) +217,433,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,434,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +217,435,266,Washington DC-MD-VA-WV CSA (VA Part) +217,436,169,Delaware +217,437,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,438,223,New York NY-NJ-CT-PA CSA (NY Part) +217,439,223,New York NY-NJ-CT-PA CSA (NY Part) +217,440,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +217,441,249,Memphis TN-MS-AR MSA (TN Part) +217,442,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +217,443,201,Boston MA-NH CSA (MA Part) +217,444,223,New York NY-NJ-CT-PA CSA (NY Part) +217,445,223,New York NY-NJ-CT-PA CSA (NY Part) +217,446,223,New York NY-NJ-CT-PA CSA (NY Part) +217,447,223,New York NY-NJ-CT-PA CSA (NY Part) +217,448,223,New York NY-NJ-CT-PA CSA (NY Part) +217,449,232,Cleveland OH CSA +217,450,223,New York NY-NJ-CT-PA CSA (NY Part) +217,451,223,New York NY-NJ-CT-PA CSA (NY Part) +217,452,223,New York NY-NJ-CT-PA CSA (NY Part) +217,453,12,Chicago IL-IN-WI CSA (IL Part) +217,454,223,New York NY-NJ-CT-PA CSA (NY Part) +217,455,223,New York NY-NJ-CT-PA CSA (NY Part) +217,456,12,Chicago IL-IN-WI CSA (IL Part) +217,457,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +217,458,223,New York NY-NJ-CT-PA CSA (NY Part) +217,459,223,New York NY-NJ-CT-PA CSA (NY Part) +217,460,223,New York NY-NJ-CT-PA CSA (NY Part) +217,461,223,New York NY-NJ-CT-PA CSA (NY Part) +217,462,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,463,223,New York NY-NJ-CT-PA CSA (NY Part) +217,464,223,New York NY-NJ-CT-PA CSA (NY Part) +217,465,223,New York NY-NJ-CT-PA CSA (NY Part) +217,466,266,Washington DC-MD-VA-WV CSA (VA Part) +217,467,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +217,468,223,New York NY-NJ-CT-PA CSA (NY Part) +217,469,223,New York NY-NJ-CT-PA CSA (NY Part) +217,470,223,New York NY-NJ-CT-PA CSA (NY Part) +217,471,223,New York NY-NJ-CT-PA CSA (NY Part) +217,472,159,Los Angeles CA CSA +217,473,232,Cleveland OH CSA +217,474,223,New York NY-NJ-CT-PA CSA (NY Part) +217,475,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,476,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,477,203,Detroit MI CSA +217,478,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +217,479,191,Louisville KY-IN CSA (KY Part) +217,480,232,Cleveland OH CSA +217,481,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +217,482,223,New York NY-NJ-CT-PA CSA (NY Part) +217,483,223,New York NY-NJ-CT-PA CSA (NY Part) +217,484,223,New York NY-NJ-CT-PA CSA (NY Part) +217,485,223,New York NY-NJ-CT-PA CSA (NY Part) +217,486,159,Los Angeles CA CSA +217,487,223,New York NY-NJ-CT-PA CSA (NY Part) +217,488,154,Alaska +217,489,223,New York NY-NJ-CT-PA CSA (NY Part) +217,490,217,New York NY-NJ-CT-PA CSA (NJ Part) +217,491,223,New York NY-NJ-CT-PA CSA (NY Part) +218,274,223,New York NY-NJ-CT-PA CSA (NY Part) +218,275,223,New York NY-NJ-CT-PA CSA (NY Part) +218,276,223,New York NY-NJ-CT-PA CSA (NY Part) +218,277,223,New York NY-NJ-CT-PA CSA (NY Part) +218,278,223,New York NY-NJ-CT-PA CSA (NY Part) +218,279,223,New York NY-NJ-CT-PA CSA (NY Part) +218,280,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,281,172,Miami FL MSA +218,282,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +218,283,226,Charlotte NC-SC CSA (NC Part) +218,284,203,Detroit MI CSA +218,285,201,Boston MA-NH CSA (MA Part) +218,286,223,New York NY-NJ-CT-PA CSA (NY Part) +218,287,266,Washington DC-MD-VA-WV CSA (VA Part) +218,288,223,New York NY-NJ-CT-PA CSA (NY Part) +218,289,266,Washington DC-MD-VA-WV CSA (VA Part) +218,290,266,Washington DC-MD-VA-WV CSA (VA Part) +218,291,223,New York NY-NJ-CT-PA CSA (NY Part) +218,292,266,Washington DC-MD-VA-WV CSA (VA Part) +218,293,172,Miami FL MSA +218,294,223,New York NY-NJ-CT-PA CSA (NY Part) +218,295,223,New York NY-NJ-CT-PA CSA (NY Part) +218,296,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,297,172,Miami FL MSA +218,298,266,Washington DC-MD-VA-WV CSA (VA Part) +218,299,266,Washington DC-MD-VA-WV CSA (VA Part) +218,300,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,301,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +218,302,223,New York NY-NJ-CT-PA CSA (NY Part) +218,303,266,Washington DC-MD-VA-WV CSA (VA Part) +218,304,223,New York NY-NJ-CT-PA CSA (NY Part) +218,305,223,New York NY-NJ-CT-PA CSA (NY Part) +218,306,223,New York NY-NJ-CT-PA CSA (NY Part) +218,307,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +218,308,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,309,223,New York NY-NJ-CT-PA CSA (NY Part) +218,310,266,Washington DC-MD-VA-WV CSA (VA Part) +218,311,223,New York NY-NJ-CT-PA CSA (NY Part) +218,312,172,Miami FL MSA +218,313,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +218,314,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,315,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +218,316,223,New York NY-NJ-CT-PA CSA (NY Part) +218,317,192,Remainder of Kentucky +218,318,201,Boston MA-NH CSA (MA Part) +218,319,223,New York NY-NJ-CT-PA CSA (NY Part) +218,320,223,New York NY-NJ-CT-PA CSA (NY Part) +218,321,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,322,249,Memphis TN-MS-AR MSA (TN Part) +218,323,172,Miami FL MSA +218,324,223,New York NY-NJ-CT-PA CSA (NY Part) +218,325,266,Washington DC-MD-VA-WV CSA (VA Part) +218,326,223,New York NY-NJ-CT-PA CSA (NY Part) +218,327,223,New York NY-NJ-CT-PA CSA (NY Part) +218,328,223,New York NY-NJ-CT-PA CSA (NY Part) +218,329,223,New York NY-NJ-CT-PA CSA (NY Part) +218,330,223,New York NY-NJ-CT-PA CSA (NY Part) +218,331,266,Washington DC-MD-VA-WV CSA (VA Part) +218,332,223,New York NY-NJ-CT-PA CSA (NY Part) +218,333,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +218,334,172,Miami FL MSA +218,335,223,New York NY-NJ-CT-PA CSA (NY Part) +218,336,172,Miami FL MSA +218,337,223,New York NY-NJ-CT-PA CSA (NY Part) +218,338,223,New York NY-NJ-CT-PA CSA (NY Part) +218,339,223,New York NY-NJ-CT-PA CSA (NY Part) +218,340,223,New York NY-NJ-CT-PA CSA (NY Part) +218,341,266,Washington DC-MD-VA-WV CSA (VA Part) +218,342,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,343,159,Los Angeles CA CSA +218,344,223,New York NY-NJ-CT-PA CSA (NY Part) +218,345,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,346,223,New York NY-NJ-CT-PA CSA (NY Part) +218,347,223,New York NY-NJ-CT-PA CSA (NY Part) +218,348,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +218,349,223,New York NY-NJ-CT-PA CSA (NY Part) +218,350,223,New York NY-NJ-CT-PA CSA (NY Part) +218,351,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +218,352,223,New York NY-NJ-CT-PA CSA (NY Part) +218,353,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,354,223,New York NY-NJ-CT-PA CSA (NY Part) +218,355,223,New York NY-NJ-CT-PA CSA (NY Part) +218,356,172,Miami FL MSA +218,357,223,New York NY-NJ-CT-PA CSA (NY Part) +218,358,223,New York NY-NJ-CT-PA CSA (NY Part) +218,359,223,New York NY-NJ-CT-PA CSA (NY Part) +218,360,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +218,361,223,New York NY-NJ-CT-PA CSA (NY Part) +218,362,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,363,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +218,364,223,New York NY-NJ-CT-PA CSA (NY Part) +218,365,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +218,366,223,New York NY-NJ-CT-PA CSA (NY Part) +218,367,203,Detroit MI CSA +218,368,223,New York NY-NJ-CT-PA CSA (NY Part) +218,369,223,New York NY-NJ-CT-PA CSA (NY Part) +218,370,223,New York NY-NJ-CT-PA CSA (NY Part) +218,371,223,New York NY-NJ-CT-PA CSA (NY Part) +218,372,201,Boston MA-NH CSA (MA Part) +218,373,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +218,374,154,Alaska +218,375,223,New York NY-NJ-CT-PA CSA (NY Part) +218,376,223,New York NY-NJ-CT-PA CSA (NY Part) +218,377,223,New York NY-NJ-CT-PA CSA (NY Part) +218,378,223,New York NY-NJ-CT-PA CSA (NY Part) +218,379,223,New York NY-NJ-CT-PA CSA (NY Part) +218,380,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +218,381,223,New York NY-NJ-CT-PA CSA (NY Part) +218,382,223,New York NY-NJ-CT-PA CSA (NY Part) +218,383,266,Washington DC-MD-VA-WV CSA (VA Part) +218,384,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,385,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +218,386,223,New York NY-NJ-CT-PA CSA (NY Part) +218,387,223,New York NY-NJ-CT-PA CSA (NY Part) +218,388,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,389,223,New York NY-NJ-CT-PA CSA (NY Part) +218,390,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,391,223,New York NY-NJ-CT-PA CSA (NY Part) +218,392,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,393,223,New York NY-NJ-CT-PA CSA (NY Part) +218,394,223,New York NY-NJ-CT-PA CSA (NY Part) +218,395,223,New York NY-NJ-CT-PA CSA (NY Part) +218,396,162,San Francisco CA CSA +218,397,201,Boston MA-NH CSA (MA Part) +218,398,223,New York NY-NJ-CT-PA CSA (NY Part) +218,399,176,Atlanta GA-AL CSA (GA Part) +218,400,154,Alaska +218,401,223,New York NY-NJ-CT-PA CSA (NY Part) +218,402,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,403,266,Washington DC-MD-VA-WV CSA (VA Part) +218,404,223,New York NY-NJ-CT-PA CSA (NY Part) +218,405,223,New York NY-NJ-CT-PA CSA (NY Part) +218,406,223,New York NY-NJ-CT-PA CSA (NY Part) +218,407,223,New York NY-NJ-CT-PA CSA (NY Part) +218,408,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,409,245,Charleston SC MSA +218,410,159,Los Angeles CA CSA +218,411,223,New York NY-NJ-CT-PA CSA (NY Part) +218,412,223,New York NY-NJ-CT-PA CSA (NY Part) +218,413,266,Washington DC-MD-VA-WV CSA (VA Part) +218,414,172,Miami FL MSA +218,415,223,New York NY-NJ-CT-PA CSA (NY Part) +218,416,223,New York NY-NJ-CT-PA CSA (NY Part) +218,417,249,Memphis TN-MS-AR MSA (TN Part) +218,418,223,New York NY-NJ-CT-PA CSA (NY Part) +218,419,223,New York NY-NJ-CT-PA CSA (NY Part) +218,420,223,New York NY-NJ-CT-PA CSA (NY Part) +218,421,223,New York NY-NJ-CT-PA CSA (NY Part) +218,422,154,Alaska +218,423,266,Washington DC-MD-VA-WV CSA (VA Part) +218,424,172,Miami FL MSA +218,425,232,Cleveland OH CSA +218,426,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +218,427,172,Miami FL MSA +218,428,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,429,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,430,223,New York NY-NJ-CT-PA CSA (NY Part) +218,431,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,432,223,New York NY-NJ-CT-PA CSA (NY Part) +218,433,223,New York NY-NJ-CT-PA CSA (NY Part) +218,434,223,New York NY-NJ-CT-PA CSA (NY Part) +218,435,223,New York NY-NJ-CT-PA CSA (NY Part) +218,436,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,437,266,Washington DC-MD-VA-WV CSA (VA Part) +218,438,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +218,439,223,New York NY-NJ-CT-PA CSA (NY Part) +218,440,223,New York NY-NJ-CT-PA CSA (NY Part) +218,441,245,Charleston SC MSA +218,442,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,443,266,Washington DC-MD-VA-WV CSA (VA Part) +218,444,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,445,223,New York NY-NJ-CT-PA CSA (NY Part) +218,446,223,New York NY-NJ-CT-PA CSA (NY Part) +218,447,223,New York NY-NJ-CT-PA CSA (NY Part) +218,448,223,New York NY-NJ-CT-PA CSA (NY Part) +218,449,203,Detroit MI CSA +218,450,223,New York NY-NJ-CT-PA CSA (NY Part) +218,451,232,Cleveland OH CSA +218,452,223,New York NY-NJ-CT-PA CSA (NY Part) +218,453,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +218,454,266,Washington DC-MD-VA-WV CSA (VA Part) +218,455,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,456,191,Louisville KY-IN CSA (KY Part) +218,457,223,New York NY-NJ-CT-PA CSA (NY Part) +218,458,223,New York NY-NJ-CT-PA CSA (NY Part) +218,459,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +218,460,266,Washington DC-MD-VA-WV CSA (VA Part) +218,461,266,Washington DC-MD-VA-WV CSA (VA Part) +218,462,201,Boston MA-NH CSA (MA Part) +218,463,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,464,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +218,465,223,New York NY-NJ-CT-PA CSA (NY Part) +218,466,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,467,223,New York NY-NJ-CT-PA CSA (NY Part) +218,468,232,Cleveland OH CSA +218,469,169,Delaware +218,470,223,New York NY-NJ-CT-PA CSA (NY Part) +218,471,223,New York NY-NJ-CT-PA CSA (NY Part) +218,472,12,Chicago IL-IN-WI CSA (IL Part) +218,473,257,Houston TX CSA +218,474,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,475,201,Boston MA-NH CSA (MA Part) +218,476,266,Washington DC-MD-VA-WV CSA (VA Part) +218,477,223,New York NY-NJ-CT-PA CSA (NY Part) +218,478,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +218,479,268,Seattle WA CSA +218,480,223,New York NY-NJ-CT-PA CSA (NY Part) +218,481,223,New York NY-NJ-CT-PA CSA (NY Part) +218,482,201,Boston MA-NH CSA (MA Part) +218,483,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,484,173,Orlando FL CSA +218,485,223,New York NY-NJ-CT-PA CSA (NY Part) +218,486,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +218,487,217,New York NY-NJ-CT-PA CSA (NJ Part) +218,488,201,Boston MA-NH CSA (MA Part) +218,489,223,New York NY-NJ-CT-PA CSA (NY Part) +218,490,201,Boston MA-NH CSA (MA Part) +218,491,266,Washington DC-MD-VA-WV CSA (VA Part) +219,274,223,New York NY-NJ-CT-PA CSA (NY Part) +219,275,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,276,223,New York NY-NJ-CT-PA CSA (NY Part) +219,277,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,278,223,New York NY-NJ-CT-PA CSA (NY Part) +219,279,223,New York NY-NJ-CT-PA CSA (NY Part) +219,280,223,New York NY-NJ-CT-PA CSA (NY Part) +219,281,223,New York NY-NJ-CT-PA CSA (NY Part) +219,282,223,New York NY-NJ-CT-PA CSA (NY Part) +219,283,266,Washington DC-MD-VA-WV CSA (VA Part) +219,284,12,Chicago IL-IN-WI CSA (IL Part) +219,285,223,New York NY-NJ-CT-PA CSA (NY Part) +219,286,223,New York NY-NJ-CT-PA CSA (NY Part) +219,287,266,Washington DC-MD-VA-WV CSA (VA Part) +219,288,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,289,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,290,223,New York NY-NJ-CT-PA CSA (NY Part) +219,291,223,New York NY-NJ-CT-PA CSA (NY Part) +219,292,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,293,172,Miami FL MSA +219,294,223,New York NY-NJ-CT-PA CSA (NY Part) +219,295,223,New York NY-NJ-CT-PA CSA (NY Part) +219,296,266,Washington DC-MD-VA-WV CSA (VA Part) +219,297,172,Miami FL MSA +219,298,223,New York NY-NJ-CT-PA CSA (NY Part) +219,299,176,Atlanta GA-AL CSA (GA Part) +219,300,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,301,232,Cleveland OH CSA +219,302,223,New York NY-NJ-CT-PA CSA (NY Part) +219,303,186,Indianapolis IN CSA +219,304,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +219,305,223,New York NY-NJ-CT-PA CSA (NY Part) +219,306,223,New York NY-NJ-CT-PA CSA (NY Part) +219,307,223,New York NY-NJ-CT-PA CSA (NY Part) +219,308,191,Louisville KY-IN CSA (KY Part) +219,309,223,New York NY-NJ-CT-PA CSA (NY Part) +219,310,266,Washington DC-MD-VA-WV CSA (VA Part) +219,311,223,New York NY-NJ-CT-PA CSA (NY Part) +219,312,266,Washington DC-MD-VA-WV CSA (VA Part) +219,313,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +219,314,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,315,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,316,191,Louisville KY-IN CSA (KY Part) +219,317,169,Delaware +219,318,266,Washington DC-MD-VA-WV CSA (VA Part) +219,319,223,New York NY-NJ-CT-PA CSA (NY Part) +219,320,201,Boston MA-NH CSA (MA Part) +219,321,223,New York NY-NJ-CT-PA CSA (NY Part) +219,322,191,Louisville KY-IN CSA (KY Part) +219,323,172,Miami FL MSA +219,324,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +219,325,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +219,326,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +219,327,223,New York NY-NJ-CT-PA CSA (NY Part) +219,328,232,Cleveland OH CSA +219,329,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,330,223,New York NY-NJ-CT-PA CSA (NY Part) +219,331,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,332,223,New York NY-NJ-CT-PA CSA (NY Part) +219,333,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,334,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +219,335,232,Cleveland OH CSA +219,336,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +219,337,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,338,223,New York NY-NJ-CT-PA CSA (NY Part) +219,339,169,Delaware +219,340,266,Washington DC-MD-VA-WV CSA (VA Part) +219,341,223,New York NY-NJ-CT-PA CSA (NY Part) +219,342,223,New York NY-NJ-CT-PA CSA (NY Part) +219,343,201,Boston MA-NH CSA (MA Part) +219,344,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,345,223,New York NY-NJ-CT-PA CSA (NY Part) +219,346,223,New York NY-NJ-CT-PA CSA (NY Part) +219,347,223,New York NY-NJ-CT-PA CSA (NY Part) +219,348,223,New York NY-NJ-CT-PA CSA (NY Part) +219,349,223,New York NY-NJ-CT-PA CSA (NY Part) +219,350,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,351,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,352,223,New York NY-NJ-CT-PA CSA (NY Part) +219,353,223,New York NY-NJ-CT-PA CSA (NY Part) +219,354,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +219,355,223,New York NY-NJ-CT-PA CSA (NY Part) +219,356,176,Atlanta GA-AL CSA (GA Part) +219,357,266,Washington DC-MD-VA-WV CSA (VA Part) +219,358,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +219,359,266,Washington DC-MD-VA-WV CSA (VA Part) +219,360,266,Washington DC-MD-VA-WV CSA (VA Part) +219,361,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,362,223,New York NY-NJ-CT-PA CSA (NY Part) +219,363,172,Miami FL MSA +219,364,201,Boston MA-NH CSA (MA Part) +219,365,266,Washington DC-MD-VA-WV CSA (VA Part) +219,366,223,New York NY-NJ-CT-PA CSA (NY Part) +219,367,191,Louisville KY-IN CSA (KY Part) +219,368,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,369,223,New York NY-NJ-CT-PA CSA (NY Part) +219,370,223,New York NY-NJ-CT-PA CSA (NY Part) +219,371,223,New York NY-NJ-CT-PA CSA (NY Part) +219,372,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,373,172,Miami FL MSA +219,374,12,Chicago IL-IN-WI CSA (IL Part) +219,375,201,Boston MA-NH CSA (MA Part) +219,376,223,New York NY-NJ-CT-PA CSA (NY Part) +219,377,223,New York NY-NJ-CT-PA CSA (NY Part) +219,378,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +219,379,223,New York NY-NJ-CT-PA CSA (NY Part) +219,380,266,Washington DC-MD-VA-WV CSA (VA Part) +219,381,223,New York NY-NJ-CT-PA CSA (NY Part) +219,382,223,New York NY-NJ-CT-PA CSA (NY Part) +219,383,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,384,223,New York NY-NJ-CT-PA CSA (NY Part) +219,385,266,Washington DC-MD-VA-WV CSA (VA Part) +219,386,223,New York NY-NJ-CT-PA CSA (NY Part) +219,387,223,New York NY-NJ-CT-PA CSA (NY Part) +219,388,223,New York NY-NJ-CT-PA CSA (NY Part) +219,389,223,New York NY-NJ-CT-PA CSA (NY Part) +219,390,223,New York NY-NJ-CT-PA CSA (NY Part) +219,391,223,New York NY-NJ-CT-PA CSA (NY Part) +219,392,266,Washington DC-MD-VA-WV CSA (VA Part) +219,393,223,New York NY-NJ-CT-PA CSA (NY Part) +219,394,223,New York NY-NJ-CT-PA CSA (NY Part) +219,395,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,396,255,Dallas-Fort Worth TX CSA +219,397,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +219,398,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,399,176,Atlanta GA-AL CSA (GA Part) +219,400,12,Chicago IL-IN-WI CSA (IL Part) +219,401,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,402,223,New York NY-NJ-CT-PA CSA (NY Part) +219,403,186,Indianapolis IN CSA +219,404,223,New York NY-NJ-CT-PA CSA (NY Part) +219,405,266,Washington DC-MD-VA-WV CSA (VA Part) +219,406,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,407,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +219,408,223,New York NY-NJ-CT-PA CSA (NY Part) +219,409,223,New York NY-NJ-CT-PA CSA (NY Part) +219,410,12,Chicago IL-IN-WI CSA (IL Part) +219,411,223,New York NY-NJ-CT-PA CSA (NY Part) +219,412,223,New York NY-NJ-CT-PA CSA (NY Part) +219,413,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,414,173,Orlando FL CSA +219,415,223,New York NY-NJ-CT-PA CSA (NY Part) +219,416,223,New York NY-NJ-CT-PA CSA (NY Part) +219,417,195,New Orleans LA CSA +219,418,223,New York NY-NJ-CT-PA CSA (NY Part) +219,419,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,420,201,Boston MA-NH CSA (MA Part) +219,421,266,Washington DC-MD-VA-WV CSA (VA Part) +219,422,154,Alaska +219,423,223,New York NY-NJ-CT-PA CSA (NY Part) +219,424,172,Miami FL MSA +219,425,223,New York NY-NJ-CT-PA CSA (NY Part) +219,426,172,Miami FL MSA +219,427,223,New York NY-NJ-CT-PA CSA (NY Part) +219,428,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +219,429,172,Miami FL MSA +219,430,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,431,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,432,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,433,201,Boston MA-NH CSA (MA Part) +219,434,223,New York NY-NJ-CT-PA CSA (NY Part) +219,435,266,Washington DC-MD-VA-WV CSA (VA Part) +219,436,223,New York NY-NJ-CT-PA CSA (NY Part) +219,437,226,Charlotte NC-SC CSA (NC Part) +219,438,266,Washington DC-MD-VA-WV CSA (VA Part) +219,439,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +219,440,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,441,249,Memphis TN-MS-AR MSA (TN Part) +219,442,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,443,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,444,169,Delaware +219,445,223,New York NY-NJ-CT-PA CSA (NY Part) +219,446,266,Washington DC-MD-VA-WV CSA (VA Part) +219,447,223,New York NY-NJ-CT-PA CSA (NY Part) +219,448,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +219,449,12,Chicago IL-IN-WI CSA (IL Part) +219,450,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +219,451,223,New York NY-NJ-CT-PA CSA (NY Part) +219,452,266,Washington DC-MD-VA-WV CSA (VA Part) +219,453,203,Detroit MI CSA +219,454,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,455,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,456,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,457,223,New York NY-NJ-CT-PA CSA (NY Part) +219,458,266,Washington DC-MD-VA-WV CSA (VA Part) +219,459,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +219,460,266,Washington DC-MD-VA-WV CSA (VA Part) +219,461,223,New York NY-NJ-CT-PA CSA (NY Part) +219,462,266,Washington DC-MD-VA-WV CSA (VA Part) +219,463,223,New York NY-NJ-CT-PA CSA (NY Part) +219,464,223,New York NY-NJ-CT-PA CSA (NY Part) +219,465,203,Detroit MI CSA +219,466,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,467,223,New York NY-NJ-CT-PA CSA (NY Part) +219,468,201,Boston MA-NH CSA (MA Part) +219,469,223,New York NY-NJ-CT-PA CSA (NY Part) +219,470,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,471,223,New York NY-NJ-CT-PA CSA (NY Part) +219,472,12,Chicago IL-IN-WI CSA (IL Part) +219,473,249,Memphis TN-MS-AR MSA (TN Part) +219,474,266,Washington DC-MD-VA-WV CSA (VA Part) +219,475,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,476,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,477,223,New York NY-NJ-CT-PA CSA (NY Part) +219,478,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +219,479,164,Denver CO CSA +219,480,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,481,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +219,482,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,483,217,New York NY-NJ-CT-PA CSA (NJ Part) +219,484,172,Miami FL MSA +219,485,223,New York NY-NJ-CT-PA CSA (NY Part) +219,486,223,New York NY-NJ-CT-PA CSA (NY Part) +219,487,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +219,488,154,Alaska +219,489,223,New York NY-NJ-CT-PA CSA (NY Part) +219,490,201,Boston MA-NH CSA (MA Part) +219,491,266,Washington DC-MD-VA-WV CSA (VA Part) +220,274,249,Memphis TN-MS-AR MSA (TN Part) +220,275,249,Memphis TN-MS-AR MSA (TN Part) +220,276,201,Boston MA-NH CSA (MA Part) +220,277,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +220,278,173,Orlando FL CSA +220,279,176,Atlanta GA-AL CSA (GA Part) +220,280,172,Miami FL MSA +220,281,176,Atlanta GA-AL CSA (GA Part) +220,282,217,New York NY-NJ-CT-PA CSA (NJ Part) +220,283,172,Miami FL MSA +220,284,159,Los Angeles CA CSA +220,285,12,Chicago IL-IN-WI CSA (IL Part) +220,286,12,Chicago IL-IN-WI CSA (IL Part) +220,287,249,Memphis TN-MS-AR MSA (TN Part) +220,288,12,Chicago IL-IN-WI CSA (IL Part) +220,289,255,Dallas-Fort Worth TX CSA +220,290,176,Atlanta GA-AL CSA (GA Part) +220,291,255,Dallas-Fort Worth TX CSA +220,292,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +220,293,249,Memphis TN-MS-AR MSA (TN Part) +220,294,223,New York NY-NJ-CT-PA CSA (NY Part) +220,295,176,Atlanta GA-AL CSA (GA Part) +220,296,154,Alaska +220,297,172,Miami FL MSA +220,298,217,New York NY-NJ-CT-PA CSA (NJ Part) +220,299,266,Washington DC-MD-VA-WV CSA (VA Part) +220,300,172,Miami FL MSA +220,301,223,New York NY-NJ-CT-PA CSA (NY Part) +220,302,172,Miami FL MSA +220,303,159,Los Angeles CA CSA +220,304,223,New York NY-NJ-CT-PA CSA (NY Part) +220,305,12,Chicago IL-IN-WI CSA (IL Part) +220,306,217,New York NY-NJ-CT-PA CSA (NJ Part) +220,307,266,Washington DC-MD-VA-WV CSA (VA Part) +220,308,154,Alaska +220,309,191,Louisville KY-IN CSA (KY Part) +220,310,12,Chicago IL-IN-WI CSA (IL Part) +220,311,255,Dallas-Fort Worth TX CSA +220,312,172,Miami FL MSA +220,313,12,Chicago IL-IN-WI CSA (IL Part) +220,314,266,Washington DC-MD-VA-WV CSA (VA Part) +220,315,172,Miami FL MSA +220,316,154,Alaska +220,317,154,Alaska +220,318,154,Alaska +220,319,255,Dallas-Fort Worth TX CSA +220,320,257,Houston TX CSA +220,321,191,Louisville KY-IN CSA (KY Part) +220,322,162,San Francisco CA CSA +220,323,172,Miami FL MSA +220,324,192,Remainder of Kentucky +220,325,257,Houston TX CSA +220,326,176,Atlanta GA-AL CSA (GA Part) +220,327,169,Delaware +220,328,12,Chicago IL-IN-WI CSA (IL Part) +220,329,249,Memphis TN-MS-AR MSA (TN Part) +220,330,201,Boston MA-NH CSA (MA Part) +220,331,203,Detroit MI CSA +220,332,172,Miami FL MSA +220,333,176,Atlanta GA-AL CSA (GA Part) +220,334,195,New Orleans LA CSA +220,335,12,Chicago IL-IN-WI CSA (IL Part) +220,336,257,Houston TX CSA +220,337,266,Washington DC-MD-VA-WV CSA (VA Part) +220,338,223,New York NY-NJ-CT-PA CSA (NY Part) +220,339,255,Dallas-Fort Worth TX CSA +220,340,12,Chicago IL-IN-WI CSA (IL Part) +220,341,172,Miami FL MSA +220,342,223,New York NY-NJ-CT-PA CSA (NY Part) +220,343,179,Honolulu HI MSA +220,344,12,Chicago IL-IN-WI CSA (IL Part) +220,345,255,Dallas-Fort Worth TX CSA +220,346,255,Dallas-Fort Worth TX CSA +220,347,201,Boston MA-NH CSA (MA Part) +220,348,176,Atlanta GA-AL CSA (GA Part) +220,349,12,Chicago IL-IN-WI CSA (IL Part) +220,350,12,Chicago IL-IN-WI CSA (IL Part) +220,351,12,Chicago IL-IN-WI CSA (IL Part) +220,352,223,New York NY-NJ-CT-PA CSA (NY Part) +220,353,192,Remainder of Kentucky +220,354,12,Chicago IL-IN-WI CSA (IL Part) +220,355,172,Miami FL MSA +220,356,255,Dallas-Fort Worth TX CSA +220,357,223,New York NY-NJ-CT-PA CSA (NY Part) +220,358,153,Remainder of Alabama +220,359,172,Miami FL MSA +220,360,172,Miami FL MSA +220,361,159,Los Angeles CA CSA +220,362,217,New York NY-NJ-CT-PA CSA (NJ Part) +220,363,249,Memphis TN-MS-AR MSA (TN Part) +220,364,12,Chicago IL-IN-WI CSA (IL Part) +220,365,217,New York NY-NJ-CT-PA CSA (NJ Part) +220,366,154,Alaska +220,367,154,Alaska +220,368,249,Memphis TN-MS-AR MSA (TN Part) +220,369,223,New York NY-NJ-CT-PA CSA (NY Part) +220,370,201,Boston MA-NH CSA (MA Part) +220,371,223,New York NY-NJ-CT-PA CSA (NY Part) +220,372,249,Memphis TN-MS-AR MSA (TN Part) +220,373,172,Miami FL MSA +220,374,154,Alaska +220,375,217,New York NY-NJ-CT-PA CSA (NJ Part) +220,376,268,Seattle WA CSA +220,377,249,Memphis TN-MS-AR MSA (TN Part) +220,378,266,Washington DC-MD-VA-WV CSA (VA Part) +220,379,12,Chicago IL-IN-WI CSA (IL Part) +220,380,249,Memphis TN-MS-AR MSA (TN Part) +220,381,162,San Francisco CA CSA +220,382,169,Delaware +220,383,266,Washington DC-MD-VA-WV CSA (VA Part) +220,384,195,New Orleans LA CSA +220,385,217,New York NY-NJ-CT-PA CSA (NJ Part) +220,386,12,Chicago IL-IN-WI CSA (IL Part) +220,387,223,New York NY-NJ-CT-PA CSA (NY Part) +220,388,12,Chicago IL-IN-WI CSA (IL Part) +220,389,255,Dallas-Fort Worth TX CSA +220,390,255,Dallas-Fort Worth TX CSA +220,391,203,Detroit MI CSA +220,392,154,Alaska +220,393,12,Chicago IL-IN-WI CSA (IL Part) +220,394,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +220,395,164,Denver CO CSA +220,396,162,San Francisco CA CSA +220,397,255,Dallas-Fort Worth TX CSA +220,398,223,New York NY-NJ-CT-PA CSA (NY Part) +220,399,257,Houston TX CSA +220,400,159,Los Angeles CA CSA +220,401,232,Cleveland OH CSA +220,402,12,Chicago IL-IN-WI CSA (IL Part) +220,403,159,Los Angeles CA CSA +220,404,12,Chicago IL-IN-WI CSA (IL Part) +220,405,192,Remainder of Kentucky +220,406,12,Chicago IL-IN-WI CSA (IL Part) +220,407,255,Dallas-Fort Worth TX CSA +220,408,154,Alaska +220,409,223,New York NY-NJ-CT-PA CSA (NY Part) +220,410,255,Dallas-Fort Worth TX CSA +220,411,159,Los Angeles CA CSA +220,412,201,Boston MA-NH CSA (MA Part) +220,413,255,Dallas-Fort Worth TX CSA +220,414,255,Dallas-Fort Worth TX CSA +220,415,223,New York NY-NJ-CT-PA CSA (NY Part) +220,416,249,Memphis TN-MS-AR MSA (TN Part) +220,417,179,Honolulu HI MSA +220,418,154,Alaska +220,419,191,Louisville KY-IN CSA (KY Part) +220,420,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +220,421,12,Chicago IL-IN-WI CSA (IL Part) +220,422,154,Alaska +220,423,223,New York NY-NJ-CT-PA CSA (NY Part) +220,424,257,Houston TX CSA +220,425,179,Honolulu HI MSA +220,426,249,Memphis TN-MS-AR MSA (TN Part) +220,427,255,Dallas-Fort Worth TX CSA +220,428,159,Los Angeles CA CSA +220,429,159,Los Angeles CA CSA +220,430,191,Louisville KY-IN CSA (KY Part) +220,431,12,Chicago IL-IN-WI CSA (IL Part) +220,432,266,Washington DC-MD-VA-WV CSA (VA Part) +220,433,257,Houston TX CSA +220,434,186,Indianapolis IN CSA +220,435,154,Alaska +220,436,223,New York NY-NJ-CT-PA CSA (NY Part) +220,437,249,Memphis TN-MS-AR MSA (TN Part) +220,438,176,Atlanta GA-AL CSA (GA Part) +220,439,257,Houston TX CSA +220,440,249,Memphis TN-MS-AR MSA (TN Part) +220,441,179,Honolulu HI MSA +220,442,191,Louisville KY-IN CSA (KY Part) +220,443,266,Washington DC-MD-VA-WV CSA (VA Part) +220,444,232,Cleveland OH CSA +220,445,203,Detroit MI CSA +220,446,232,Cleveland OH CSA +220,447,249,Memphis TN-MS-AR MSA (TN Part) +220,448,186,Indianapolis IN CSA +220,449,154,Alaska +220,450,257,Houston TX CSA +220,451,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +220,452,255,Dallas-Fort Worth TX CSA +220,453,159,Los Angeles CA CSA +220,454,249,Memphis TN-MS-AR MSA (TN Part) +220,455,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +220,456,164,Denver CO CSA +220,457,223,New York NY-NJ-CT-PA CSA (NY Part) +220,458,223,New York NY-NJ-CT-PA CSA (NY Part) +220,459,162,San Francisco CA CSA +220,460,255,Dallas-Fort Worth TX CSA +220,461,257,Houston TX CSA +220,462,172,Miami FL MSA +220,463,223,New York NY-NJ-CT-PA CSA (NY Part) +220,464,203,Detroit MI CSA +220,465,223,New York NY-NJ-CT-PA CSA (NY Part) +220,466,154,Alaska +220,467,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +220,468,154,Alaska +220,469,12,Chicago IL-IN-WI CSA (IL Part) +220,470,162,San Francisco CA CSA +220,471,176,Atlanta GA-AL CSA (GA Part) +220,472,162,San Francisco CA CSA +220,473,162,San Francisco CA CSA +220,474,245,Charleston SC MSA +220,475,12,Chicago IL-IN-WI CSA (IL Part) +220,476,12,Chicago IL-IN-WI CSA (IL Part) +220,477,12,Chicago IL-IN-WI CSA (IL Part) +220,478,255,Dallas-Fort Worth TX CSA +220,479,159,Los Angeles CA CSA +220,480,176,Atlanta GA-AL CSA (GA Part) +220,481,186,Indianapolis IN CSA +220,482,191,Louisville KY-IN CSA (KY Part) +220,483,223,New York NY-NJ-CT-PA CSA (NY Part) +220,484,172,Miami FL MSA +220,485,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +220,486,162,San Francisco CA CSA +220,487,172,Miami FL MSA +220,488,154,Alaska +220,489,12,Chicago IL-IN-WI CSA (IL Part) +220,490,223,New York NY-NJ-CT-PA CSA (NY Part) +220,491,186,Indianapolis IN CSA +221,274,223,New York NY-NJ-CT-PA CSA (NY Part) +221,275,223,New York NY-NJ-CT-PA CSA (NY Part) +221,276,223,New York NY-NJ-CT-PA CSA (NY Part) +221,277,223,New York NY-NJ-CT-PA CSA (NY Part) +221,278,223,New York NY-NJ-CT-PA CSA (NY Part) +221,279,223,New York NY-NJ-CT-PA CSA (NY Part) +221,280,223,New York NY-NJ-CT-PA CSA (NY Part) +221,281,223,New York NY-NJ-CT-PA CSA (NY Part) +221,282,186,Indianapolis IN CSA +221,283,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,284,159,Los Angeles CA CSA +221,285,223,New York NY-NJ-CT-PA CSA (NY Part) +221,286,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,287,223,New York NY-NJ-CT-PA CSA (NY Part) +221,288,232,Cleveland OH CSA +221,289,223,New York NY-NJ-CT-PA CSA (NY Part) +221,290,223,New York NY-NJ-CT-PA CSA (NY Part) +221,291,201,Boston MA-NH CSA (MA Part) +221,292,223,New York NY-NJ-CT-PA CSA (NY Part) +221,293,223,New York NY-NJ-CT-PA CSA (NY Part) +221,294,223,New York NY-NJ-CT-PA CSA (NY Part) +221,295,223,New York NY-NJ-CT-PA CSA (NY Part) +221,296,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,297,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,298,223,New York NY-NJ-CT-PA CSA (NY Part) +221,299,223,New York NY-NJ-CT-PA CSA (NY Part) +221,300,172,Miami FL MSA +221,301,223,New York NY-NJ-CT-PA CSA (NY Part) +221,302,223,New York NY-NJ-CT-PA CSA (NY Part) +221,303,223,New York NY-NJ-CT-PA CSA (NY Part) +221,304,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,305,223,New York NY-NJ-CT-PA CSA (NY Part) +221,306,223,New York NY-NJ-CT-PA CSA (NY Part) +221,307,223,New York NY-NJ-CT-PA CSA (NY Part) +221,308,223,New York NY-NJ-CT-PA CSA (NY Part) +221,309,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,310,203,Detroit MI CSA +221,311,223,New York NY-NJ-CT-PA CSA (NY Part) +221,312,172,Miami FL MSA +221,313,223,New York NY-NJ-CT-PA CSA (NY Part) +221,314,223,New York NY-NJ-CT-PA CSA (NY Part) +221,315,223,New York NY-NJ-CT-PA CSA (NY Part) +221,316,223,New York NY-NJ-CT-PA CSA (NY Part) +221,317,266,Washington DC-MD-VA-WV CSA (VA Part) +221,318,223,New York NY-NJ-CT-PA CSA (NY Part) +221,319,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,320,223,New York NY-NJ-CT-PA CSA (NY Part) +221,321,223,New York NY-NJ-CT-PA CSA (NY Part) +221,322,192,Remainder of Kentucky +221,323,172,Miami FL MSA +221,324,223,New York NY-NJ-CT-PA CSA (NY Part) +221,325,266,Washington DC-MD-VA-WV CSA (VA Part) +221,326,266,Washington DC-MD-VA-WV CSA (VA Part) +221,327,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +221,328,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,329,223,New York NY-NJ-CT-PA CSA (NY Part) +221,330,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,331,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,332,201,Boston MA-NH CSA (MA Part) +221,333,266,Washington DC-MD-VA-WV CSA (VA Part) +221,334,172,Miami FL MSA +221,335,223,New York NY-NJ-CT-PA CSA (NY Part) +221,336,223,New York NY-NJ-CT-PA CSA (NY Part) +221,337,223,New York NY-NJ-CT-PA CSA (NY Part) +221,338,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,339,201,Boston MA-NH CSA (MA Part) +221,340,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,341,223,New York NY-NJ-CT-PA CSA (NY Part) +221,342,223,New York NY-NJ-CT-PA CSA (NY Part) +221,343,223,New York NY-NJ-CT-PA CSA (NY Part) +221,344,223,New York NY-NJ-CT-PA CSA (NY Part) +221,345,266,Washington DC-MD-VA-WV CSA (VA Part) +221,346,266,Washington DC-MD-VA-WV CSA (VA Part) +221,347,223,New York NY-NJ-CT-PA CSA (NY Part) +221,348,223,New York NY-NJ-CT-PA CSA (NY Part) +221,349,223,New York NY-NJ-CT-PA CSA (NY Part) +221,350,223,New York NY-NJ-CT-PA CSA (NY Part) +221,351,223,New York NY-NJ-CT-PA CSA (NY Part) +221,352,223,New York NY-NJ-CT-PA CSA (NY Part) +221,353,266,Washington DC-MD-VA-WV CSA (VA Part) +221,354,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,355,223,New York NY-NJ-CT-PA CSA (NY Part) +221,356,176,Atlanta GA-AL CSA (GA Part) +221,357,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +221,358,223,New York NY-NJ-CT-PA CSA (NY Part) +221,359,223,New York NY-NJ-CT-PA CSA (NY Part) +221,360,223,New York NY-NJ-CT-PA CSA (NY Part) +221,361,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +221,362,223,New York NY-NJ-CT-PA CSA (NY Part) +221,363,172,Miami FL MSA +221,364,223,New York NY-NJ-CT-PA CSA (NY Part) +221,365,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,366,223,New York NY-NJ-CT-PA CSA (NY Part) +221,367,12,Chicago IL-IN-WI CSA (IL Part) +221,368,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +221,369,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,370,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,371,223,New York NY-NJ-CT-PA CSA (NY Part) +221,372,223,New York NY-NJ-CT-PA CSA (NY Part) +221,373,223,New York NY-NJ-CT-PA CSA (NY Part) +221,374,154,Alaska +221,375,223,New York NY-NJ-CT-PA CSA (NY Part) +221,376,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +221,377,223,New York NY-NJ-CT-PA CSA (NY Part) +221,378,223,New York NY-NJ-CT-PA CSA (NY Part) +221,379,223,New York NY-NJ-CT-PA CSA (NY Part) +221,380,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +221,381,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,382,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,383,223,New York NY-NJ-CT-PA CSA (NY Part) +221,384,223,New York NY-NJ-CT-PA CSA (NY Part) +221,385,223,New York NY-NJ-CT-PA CSA (NY Part) +221,386,201,Boston MA-NH CSA (MA Part) +221,387,223,New York NY-NJ-CT-PA CSA (NY Part) +221,388,232,Cleveland OH CSA +221,389,266,Washington DC-MD-VA-WV CSA (VA Part) +221,390,223,New York NY-NJ-CT-PA CSA (NY Part) +221,391,223,New York NY-NJ-CT-PA CSA (NY Part) +221,392,223,New York NY-NJ-CT-PA CSA (NY Part) +221,393,223,New York NY-NJ-CT-PA CSA (NY Part) +221,394,169,Delaware +221,395,223,New York NY-NJ-CT-PA CSA (NY Part) +221,396,12,Chicago IL-IN-WI CSA (IL Part) +221,397,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,398,223,New York NY-NJ-CT-PA CSA (NY Part) +221,399,195,New Orleans LA CSA +221,400,12,Chicago IL-IN-WI CSA (IL Part) +221,401,266,Washington DC-MD-VA-WV CSA (VA Part) +221,402,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,403,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,404,223,New York NY-NJ-CT-PA CSA (NY Part) +221,405,201,Boston MA-NH CSA (MA Part) +221,406,223,New York NY-NJ-CT-PA CSA (NY Part) +221,407,223,New York NY-NJ-CT-PA CSA (NY Part) +221,408,223,New York NY-NJ-CT-PA CSA (NY Part) +221,409,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +221,410,154,Alaska +221,411,223,New York NY-NJ-CT-PA CSA (NY Part) +221,412,223,New York NY-NJ-CT-PA CSA (NY Part) +221,413,223,New York NY-NJ-CT-PA CSA (NY Part) +221,414,223,New York NY-NJ-CT-PA CSA (NY Part) +221,415,223,New York NY-NJ-CT-PA CSA (NY Part) +221,416,223,New York NY-NJ-CT-PA CSA (NY Part) +221,417,159,Los Angeles CA CSA +221,418,232,Cleveland OH CSA +221,419,223,New York NY-NJ-CT-PA CSA (NY Part) +221,420,223,New York NY-NJ-CT-PA CSA (NY Part) +221,421,169,Delaware +221,422,231,Cincinnati OH-KY-IN CSA (OH Part) +221,423,223,New York NY-NJ-CT-PA CSA (NY Part) +221,424,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +221,425,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,426,266,Washington DC-MD-VA-WV CSA (VA Part) +221,427,223,New York NY-NJ-CT-PA CSA (NY Part) +221,428,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,429,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,430,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,431,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,432,223,New York NY-NJ-CT-PA CSA (NY Part) +221,433,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,434,223,New York NY-NJ-CT-PA CSA (NY Part) +221,435,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,436,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,437,201,Boston MA-NH CSA (MA Part) +221,438,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,439,223,New York NY-NJ-CT-PA CSA (NY Part) +221,440,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,441,223,New York NY-NJ-CT-PA CSA (NY Part) +221,442,223,New York NY-NJ-CT-PA CSA (NY Part) +221,443,266,Washington DC-MD-VA-WV CSA (VA Part) +221,444,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,445,201,Boston MA-NH CSA (MA Part) +221,446,223,New York NY-NJ-CT-PA CSA (NY Part) +221,447,223,New York NY-NJ-CT-PA CSA (NY Part) +221,448,223,New York NY-NJ-CT-PA CSA (NY Part) +221,449,154,Alaska +221,450,223,New York NY-NJ-CT-PA CSA (NY Part) +221,451,223,New York NY-NJ-CT-PA CSA (NY Part) +221,452,223,New York NY-NJ-CT-PA CSA (NY Part) +221,453,223,New York NY-NJ-CT-PA CSA (NY Part) +221,454,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +221,455,223,New York NY-NJ-CT-PA CSA (NY Part) +221,456,223,New York NY-NJ-CT-PA CSA (NY Part) +221,457,223,New York NY-NJ-CT-PA CSA (NY Part) +221,458,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +221,459,201,Boston MA-NH CSA (MA Part) +221,460,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,461,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,462,223,New York NY-NJ-CT-PA CSA (NY Part) +221,463,223,New York NY-NJ-CT-PA CSA (NY Part) +221,464,223,New York NY-NJ-CT-PA CSA (NY Part) +221,465,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,466,203,Detroit MI CSA +221,467,232,Cleveland OH CSA +221,468,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,469,201,Boston MA-NH CSA (MA Part) +221,470,223,New York NY-NJ-CT-PA CSA (NY Part) +221,471,223,New York NY-NJ-CT-PA CSA (NY Part) +221,472,159,Los Angeles CA CSA +221,473,223,New York NY-NJ-CT-PA CSA (NY Part) +221,474,223,New York NY-NJ-CT-PA CSA (NY Part) +221,475,223,New York NY-NJ-CT-PA CSA (NY Part) +221,476,223,New York NY-NJ-CT-PA CSA (NY Part) +221,477,217,New York NY-NJ-CT-PA CSA (NJ Part) +221,478,223,New York NY-NJ-CT-PA CSA (NY Part) +221,479,249,Memphis TN-MS-AR MSA (TN Part) +221,480,223,New York NY-NJ-CT-PA CSA (NY Part) +221,481,223,New York NY-NJ-CT-PA CSA (NY Part) +221,482,223,New York NY-NJ-CT-PA CSA (NY Part) +221,483,223,New York NY-NJ-CT-PA CSA (NY Part) +221,484,223,New York NY-NJ-CT-PA CSA (NY Part) +221,485,223,New York NY-NJ-CT-PA CSA (NY Part) +221,486,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +221,487,223,New York NY-NJ-CT-PA CSA (NY Part) +221,488,154,Alaska +221,489,232,Cleveland OH CSA +221,490,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +221,491,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +222,274,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +222,275,223,New York NY-NJ-CT-PA CSA (NY Part) +222,276,223,New York NY-NJ-CT-PA CSA (NY Part) +222,277,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,278,266,Washington DC-MD-VA-WV CSA (VA Part) +222,279,266,Washington DC-MD-VA-WV CSA (VA Part) +222,280,169,Delaware +222,281,172,Miami FL MSA +222,282,223,New York NY-NJ-CT-PA CSA (NY Part) +222,283,223,New York NY-NJ-CT-PA CSA (NY Part) +222,284,12,Chicago IL-IN-WI CSA (IL Part) +222,285,232,Cleveland OH CSA +222,286,223,New York NY-NJ-CT-PA CSA (NY Part) +222,287,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +222,288,223,New York NY-NJ-CT-PA CSA (NY Part) +222,289,12,Chicago IL-IN-WI CSA (IL Part) +222,290,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,291,223,New York NY-NJ-CT-PA CSA (NY Part) +222,292,223,New York NY-NJ-CT-PA CSA (NY Part) +222,293,172,Miami FL MSA +222,294,223,New York NY-NJ-CT-PA CSA (NY Part) +222,295,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,296,223,New York NY-NJ-CT-PA CSA (NY Part) +222,297,173,Orlando FL CSA +222,298,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,299,266,Washington DC-MD-VA-WV CSA (VA Part) +222,300,266,Washington DC-MD-VA-WV CSA (VA Part) +222,301,231,Cincinnati OH-KY-IN CSA (OH Part) +222,302,223,New York NY-NJ-CT-PA CSA (NY Part) +222,303,12,Chicago IL-IN-WI CSA (IL Part) +222,304,223,New York NY-NJ-CT-PA CSA (NY Part) +222,305,223,New York NY-NJ-CT-PA CSA (NY Part) +222,306,223,New York NY-NJ-CT-PA CSA (NY Part) +222,307,266,Washington DC-MD-VA-WV CSA (VA Part) +222,308,12,Chicago IL-IN-WI CSA (IL Part) +222,309,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +222,310,203,Detroit MI CSA +222,311,223,New York NY-NJ-CT-PA CSA (NY Part) +222,312,172,Miami FL MSA +222,313,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,314,223,New York NY-NJ-CT-PA CSA (NY Part) +222,315,266,Washington DC-MD-VA-WV CSA (VA Part) +222,316,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,317,12,Chicago IL-IN-WI CSA (IL Part) +222,318,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +222,319,266,Washington DC-MD-VA-WV CSA (VA Part) +222,320,266,Washington DC-MD-VA-WV CSA (VA Part) +222,321,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,322,176,Atlanta GA-AL CSA (GA Part) +222,323,266,Washington DC-MD-VA-WV CSA (VA Part) +222,324,169,Delaware +222,325,266,Washington DC-MD-VA-WV CSA (VA Part) +222,326,172,Miami FL MSA +222,327,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,328,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +222,329,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,330,223,New York NY-NJ-CT-PA CSA (NY Part) +222,331,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,332,223,New York NY-NJ-CT-PA CSA (NY Part) +222,333,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +222,334,172,Miami FL MSA +222,335,223,New York NY-NJ-CT-PA CSA (NY Part) +222,336,172,Miami FL MSA +222,337,223,New York NY-NJ-CT-PA CSA (NY Part) +222,338,223,New York NY-NJ-CT-PA CSA (NY Part) +222,339,223,New York NY-NJ-CT-PA CSA (NY Part) +222,340,223,New York NY-NJ-CT-PA CSA (NY Part) +222,341,176,Atlanta GA-AL CSA (GA Part) +222,342,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,343,162,San Francisco CA CSA +222,344,201,Boston MA-NH CSA (MA Part) +222,345,223,New York NY-NJ-CT-PA CSA (NY Part) +222,346,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,347,223,New York NY-NJ-CT-PA CSA (NY Part) +222,348,266,Washington DC-MD-VA-WV CSA (VA Part) +222,349,266,Washington DC-MD-VA-WV CSA (VA Part) +222,350,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +222,351,223,New York NY-NJ-CT-PA CSA (NY Part) +222,352,223,New York NY-NJ-CT-PA CSA (NY Part) +222,353,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +222,354,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +222,355,223,New York NY-NJ-CT-PA CSA (NY Part) +222,356,192,Remainder of Kentucky +222,357,223,New York NY-NJ-CT-PA CSA (NY Part) +222,358,266,Washington DC-MD-VA-WV CSA (VA Part) +222,359,223,New York NY-NJ-CT-PA CSA (NY Part) +222,360,223,New York NY-NJ-CT-PA CSA (NY Part) +222,361,176,Atlanta GA-AL CSA (GA Part) +222,362,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,363,172,Miami FL MSA +222,364,223,New York NY-NJ-CT-PA CSA (NY Part) +222,365,223,New York NY-NJ-CT-PA CSA (NY Part) +222,366,201,Boston MA-NH CSA (MA Part) +222,367,201,Boston MA-NH CSA (MA Part) +222,368,223,New York NY-NJ-CT-PA CSA (NY Part) +222,369,192,Remainder of Kentucky +222,370,223,New York NY-NJ-CT-PA CSA (NY Part) +222,371,223,New York NY-NJ-CT-PA CSA (NY Part) +222,372,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +222,373,223,New York NY-NJ-CT-PA CSA (NY Part) +222,374,203,Detroit MI CSA +222,375,266,Washington DC-MD-VA-WV CSA (VA Part) +222,376,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,377,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,378,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,379,223,New York NY-NJ-CT-PA CSA (NY Part) +222,380,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,381,12,Chicago IL-IN-WI CSA (IL Part) +222,382,223,New York NY-NJ-CT-PA CSA (NY Part) +222,383,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,384,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,385,223,New York NY-NJ-CT-PA CSA (NY Part) +222,386,223,New York NY-NJ-CT-PA CSA (NY Part) +222,387,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,388,266,Washington DC-MD-VA-WV CSA (VA Part) +222,389,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,390,223,New York NY-NJ-CT-PA CSA (NY Part) +222,391,223,New York NY-NJ-CT-PA CSA (NY Part) +222,392,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,393,223,New York NY-NJ-CT-PA CSA (NY Part) +222,394,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +222,395,223,New York NY-NJ-CT-PA CSA (NY Part) +222,396,12,Chicago IL-IN-WI CSA (IL Part) +222,397,223,New York NY-NJ-CT-PA CSA (NY Part) +222,398,203,Detroit MI CSA +222,399,232,Cleveland OH CSA +222,400,154,Alaska +222,401,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,402,223,New York NY-NJ-CT-PA CSA (NY Part) +222,403,223,New York NY-NJ-CT-PA CSA (NY Part) +222,404,223,New York NY-NJ-CT-PA CSA (NY Part) +222,405,223,New York NY-NJ-CT-PA CSA (NY Part) +222,406,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,407,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +222,408,203,Detroit MI CSA +222,409,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,410,231,Cincinnati OH-KY-IN CSA (OH Part) +222,411,223,New York NY-NJ-CT-PA CSA (NY Part) +222,412,223,New York NY-NJ-CT-PA CSA (NY Part) +222,413,12,Chicago IL-IN-WI CSA (IL Part) +222,414,172,Miami FL MSA +222,415,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,416,266,Washington DC-MD-VA-WV CSA (VA Part) +222,417,159,Los Angeles CA CSA +222,418,154,Alaska +222,419,223,New York NY-NJ-CT-PA CSA (NY Part) +222,420,223,New York NY-NJ-CT-PA CSA (NY Part) +222,421,266,Washington DC-MD-VA-WV CSA (VA Part) +222,422,154,Alaska +222,423,223,New York NY-NJ-CT-PA CSA (NY Part) +222,424,266,Washington DC-MD-VA-WV CSA (VA Part) +222,425,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +222,426,172,Miami FL MSA +222,427,172,Miami FL MSA +222,428,154,Alaska +222,429,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,430,223,New York NY-NJ-CT-PA CSA (NY Part) +222,431,223,New York NY-NJ-CT-PA CSA (NY Part) +222,432,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,433,223,New York NY-NJ-CT-PA CSA (NY Part) +222,434,232,Cleveland OH CSA +222,435,223,New York NY-NJ-CT-PA CSA (NY Part) +222,436,223,New York NY-NJ-CT-PA CSA (NY Part) +222,437,232,Cleveland OH CSA +222,438,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,439,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,440,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,441,162,San Francisco CA CSA +222,442,266,Washington DC-MD-VA-WV CSA (VA Part) +222,443,266,Washington DC-MD-VA-WV CSA (VA Part) +222,444,223,New York NY-NJ-CT-PA CSA (NY Part) +222,445,223,New York NY-NJ-CT-PA CSA (NY Part) +222,446,223,New York NY-NJ-CT-PA CSA (NY Part) +222,447,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,448,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +222,449,232,Cleveland OH CSA +222,450,223,New York NY-NJ-CT-PA CSA (NY Part) +222,451,201,Boston MA-NH CSA (MA Part) +222,452,223,New York NY-NJ-CT-PA CSA (NY Part) +222,453,159,Los Angeles CA CSA +222,454,266,Washington DC-MD-VA-WV CSA (VA Part) +222,455,223,New York NY-NJ-CT-PA CSA (NY Part) +222,456,154,Alaska +222,457,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,458,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +222,459,203,Detroit MI CSA +222,460,223,New York NY-NJ-CT-PA CSA (NY Part) +222,461,223,New York NY-NJ-CT-PA CSA (NY Part) +222,462,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +222,463,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,464,223,New York NY-NJ-CT-PA CSA (NY Part) +222,465,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,466,223,New York NY-NJ-CT-PA CSA (NY Part) +222,467,223,New York NY-NJ-CT-PA CSA (NY Part) +222,468,191,Louisville KY-IN CSA (KY Part) +222,469,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,470,154,Alaska +222,471,223,New York NY-NJ-CT-PA CSA (NY Part) +222,472,176,Atlanta GA-AL CSA (GA Part) +222,473,159,Los Angeles CA CSA +222,474,223,New York NY-NJ-CT-PA CSA (NY Part) +222,475,201,Boston MA-NH CSA (MA Part) +222,476,223,New York NY-NJ-CT-PA CSA (NY Part) +222,477,12,Chicago IL-IN-WI CSA (IL Part) +222,478,223,New York NY-NJ-CT-PA CSA (NY Part) +222,479,249,Memphis TN-MS-AR MSA (TN Part) +222,480,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,481,223,New York NY-NJ-CT-PA CSA (NY Part) +222,482,223,New York NY-NJ-CT-PA CSA (NY Part) +222,483,223,New York NY-NJ-CT-PA CSA (NY Part) +222,484,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,485,223,New York NY-NJ-CT-PA CSA (NY Part) +222,486,159,Los Angeles CA CSA +222,487,172,Miami FL MSA +222,488,223,New York NY-NJ-CT-PA CSA (NY Part) +222,489,223,New York NY-NJ-CT-PA CSA (NY Part) +222,490,217,New York NY-NJ-CT-PA CSA (NJ Part) +222,491,223,New York NY-NJ-CT-PA CSA (NY Part) +223,274,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,275,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,276,201,Boston MA-NH CSA (MA Part) +223,277,223,New York NY-NJ-CT-PA CSA (NY Part) +223,278,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,279,223,New York NY-NJ-CT-PA CSA (NY Part) +223,280,266,Washington DC-MD-VA-WV CSA (VA Part) +223,281,223,New York NY-NJ-CT-PA CSA (NY Part) +223,282,223,New York NY-NJ-CT-PA CSA (NY Part) +223,283,223,New York NY-NJ-CT-PA CSA (NY Part) +223,284,179,Honolulu HI MSA +223,285,223,New York NY-NJ-CT-PA CSA (NY Part) +223,286,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,287,223,New York NY-NJ-CT-PA CSA (NY Part) +223,288,223,New York NY-NJ-CT-PA CSA (NY Part) +223,289,12,Chicago IL-IN-WI CSA (IL Part) +223,290,223,New York NY-NJ-CT-PA CSA (NY Part) +223,291,223,New York NY-NJ-CT-PA CSA (NY Part) +223,292,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +223,293,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,294,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +223,295,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,296,223,New York NY-NJ-CT-PA CSA (NY Part) +223,297,172,Miami FL MSA +223,298,266,Washington DC-MD-VA-WV CSA (VA Part) +223,299,223,New York NY-NJ-CT-PA CSA (NY Part) +223,300,223,New York NY-NJ-CT-PA CSA (NY Part) +223,301,223,New York NY-NJ-CT-PA CSA (NY Part) +223,302,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +223,303,186,Indianapolis IN CSA +223,304,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +223,305,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +223,306,223,New York NY-NJ-CT-PA CSA (NY Part) +223,307,223,New York NY-NJ-CT-PA CSA (NY Part) +223,308,266,Washington DC-MD-VA-WV CSA (VA Part) +223,309,223,New York NY-NJ-CT-PA CSA (NY Part) +223,310,232,Cleveland OH CSA +223,311,223,New York NY-NJ-CT-PA CSA (NY Part) +223,312,223,New York NY-NJ-CT-PA CSA (NY Part) +223,313,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +223,314,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,315,173,Orlando FL CSA +223,316,266,Washington DC-MD-VA-WV CSA (VA Part) +223,317,232,Cleveland OH CSA +223,318,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,319,223,New York NY-NJ-CT-PA CSA (NY Part) +223,320,223,New York NY-NJ-CT-PA CSA (NY Part) +223,321,266,Washington DC-MD-VA-WV CSA (VA Part) +223,322,249,Memphis TN-MS-AR MSA (TN Part) +223,323,172,Miami FL MSA +223,324,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,325,172,Miami FL MSA +223,326,172,Miami FL MSA +223,327,223,New York NY-NJ-CT-PA CSA (NY Part) +223,328,223,New York NY-NJ-CT-PA CSA (NY Part) +223,329,266,Washington DC-MD-VA-WV CSA (VA Part) +223,330,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,331,223,New York NY-NJ-CT-PA CSA (NY Part) +223,332,266,Washington DC-MD-VA-WV CSA (VA Part) +223,333,223,New York NY-NJ-CT-PA CSA (NY Part) +223,334,172,Miami FL MSA +223,335,223,New York NY-NJ-CT-PA CSA (NY Part) +223,336,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,337,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,338,203,Detroit MI CSA +223,339,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,340,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +223,341,172,Miami FL MSA +223,342,223,New York NY-NJ-CT-PA CSA (NY Part) +223,343,223,New York NY-NJ-CT-PA CSA (NY Part) +223,344,223,New York NY-NJ-CT-PA CSA (NY Part) +223,345,223,New York NY-NJ-CT-PA CSA (NY Part) +223,346,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +223,347,223,New York NY-NJ-CT-PA CSA (NY Part) +223,348,223,New York NY-NJ-CT-PA CSA (NY Part) +223,349,223,New York NY-NJ-CT-PA CSA (NY Part) +223,350,223,New York NY-NJ-CT-PA CSA (NY Part) +223,351,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,352,223,New York NY-NJ-CT-PA CSA (NY Part) +223,353,223,New York NY-NJ-CT-PA CSA (NY Part) +223,354,169,Delaware +223,355,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +223,356,153,Remainder of Alabama +223,357,223,New York NY-NJ-CT-PA CSA (NY Part) +223,358,223,New York NY-NJ-CT-PA CSA (NY Part) +223,359,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,360,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +223,361,266,Washington DC-MD-VA-WV CSA (VA Part) +223,362,223,New York NY-NJ-CT-PA CSA (NY Part) +223,363,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,364,223,New York NY-NJ-CT-PA CSA (NY Part) +223,365,223,New York NY-NJ-CT-PA CSA (NY Part) +223,366,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,367,223,New York NY-NJ-CT-PA CSA (NY Part) +223,368,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +223,369,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +223,370,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,371,223,New York NY-NJ-CT-PA CSA (NY Part) +223,372,223,New York NY-NJ-CT-PA CSA (NY Part) +223,373,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,374,223,New York NY-NJ-CT-PA CSA (NY Part) +223,375,223,New York NY-NJ-CT-PA CSA (NY Part) +223,376,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,377,223,New York NY-NJ-CT-PA CSA (NY Part) +223,378,266,Washington DC-MD-VA-WV CSA (VA Part) +223,379,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,380,223,New York NY-NJ-CT-PA CSA (NY Part) +223,381,223,New York NY-NJ-CT-PA CSA (NY Part) +223,382,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,383,223,New York NY-NJ-CT-PA CSA (NY Part) +223,384,223,New York NY-NJ-CT-PA CSA (NY Part) +223,385,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +223,386,223,New York NY-NJ-CT-PA CSA (NY Part) +223,387,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +223,388,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,389,201,Boston MA-NH CSA (MA Part) +223,390,223,New York NY-NJ-CT-PA CSA (NY Part) +223,391,223,New York NY-NJ-CT-PA CSA (NY Part) +223,392,154,Alaska +223,393,223,New York NY-NJ-CT-PA CSA (NY Part) +223,394,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +223,395,223,New York NY-NJ-CT-PA CSA (NY Part) +223,396,162,San Francisco CA CSA +223,397,223,New York NY-NJ-CT-PA CSA (NY Part) +223,398,223,New York NY-NJ-CT-PA CSA (NY Part) +223,399,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,400,203,Detroit MI CSA +223,401,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,402,201,Boston MA-NH CSA (MA Part) +223,403,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,404,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,405,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +223,406,223,New York NY-NJ-CT-PA CSA (NY Part) +223,407,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,408,223,New York NY-NJ-CT-PA CSA (NY Part) +223,409,223,New York NY-NJ-CT-PA CSA (NY Part) +223,410,159,Los Angeles CA CSA +223,411,223,New York NY-NJ-CT-PA CSA (NY Part) +223,412,223,New York NY-NJ-CT-PA CSA (NY Part) +223,413,12,Chicago IL-IN-WI CSA (IL Part) +223,414,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +223,415,223,New York NY-NJ-CT-PA CSA (NY Part) +223,416,223,New York NY-NJ-CT-PA CSA (NY Part) +223,417,203,Detroit MI CSA +223,418,154,Alaska +223,419,223,New York NY-NJ-CT-PA CSA (NY Part) +223,420,223,New York NY-NJ-CT-PA CSA (NY Part) +223,421,223,New York NY-NJ-CT-PA CSA (NY Part) +223,422,223,New York NY-NJ-CT-PA CSA (NY Part) +223,423,223,New York NY-NJ-CT-PA CSA (NY Part) +223,424,223,New York NY-NJ-CT-PA CSA (NY Part) +223,425,223,New York NY-NJ-CT-PA CSA (NY Part) +223,426,172,Miami FL MSA +223,427,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,428,169,Delaware +223,429,266,Washington DC-MD-VA-WV CSA (VA Part) +223,430,201,Boston MA-NH CSA (MA Part) +223,431,223,New York NY-NJ-CT-PA CSA (NY Part) +223,432,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +223,433,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,434,223,New York NY-NJ-CT-PA CSA (NY Part) +223,435,223,New York NY-NJ-CT-PA CSA (NY Part) +223,436,223,New York NY-NJ-CT-PA CSA (NY Part) +223,437,223,New York NY-NJ-CT-PA CSA (NY Part) +223,438,223,New York NY-NJ-CT-PA CSA (NY Part) +223,439,223,New York NY-NJ-CT-PA CSA (NY Part) +223,440,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,441,232,Cleveland OH CSA +223,442,223,New York NY-NJ-CT-PA CSA (NY Part) +223,443,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +223,444,223,New York NY-NJ-CT-PA CSA (NY Part) +223,445,223,New York NY-NJ-CT-PA CSA (NY Part) +223,446,223,New York NY-NJ-CT-PA CSA (NY Part) +223,447,223,New York NY-NJ-CT-PA CSA (NY Part) +223,448,223,New York NY-NJ-CT-PA CSA (NY Part) +223,449,266,Washington DC-MD-VA-WV CSA (VA Part) +223,450,223,New York NY-NJ-CT-PA CSA (NY Part) +223,451,223,New York NY-NJ-CT-PA CSA (NY Part) +223,452,223,New York NY-NJ-CT-PA CSA (NY Part) +223,453,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +223,454,223,New York NY-NJ-CT-PA CSA (NY Part) +223,455,223,New York NY-NJ-CT-PA CSA (NY Part) +223,456,232,Cleveland OH CSA +223,457,223,New York NY-NJ-CT-PA CSA (NY Part) +223,458,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,459,223,New York NY-NJ-CT-PA CSA (NY Part) +223,460,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,461,223,New York NY-NJ-CT-PA CSA (NY Part) +223,462,223,New York NY-NJ-CT-PA CSA (NY Part) +223,463,223,New York NY-NJ-CT-PA CSA (NY Part) +223,464,223,New York NY-NJ-CT-PA CSA (NY Part) +223,465,223,New York NY-NJ-CT-PA CSA (NY Part) +223,466,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,467,223,New York NY-NJ-CT-PA CSA (NY Part) +223,468,12,Chicago IL-IN-WI CSA (IL Part) +223,469,223,New York NY-NJ-CT-PA CSA (NY Part) +223,470,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,471,223,New York NY-NJ-CT-PA CSA (NY Part) +223,472,195,New Orleans LA CSA +223,473,159,Los Angeles CA CSA +223,474,223,New York NY-NJ-CT-PA CSA (NY Part) +223,475,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +223,476,223,New York NY-NJ-CT-PA CSA (NY Part) +223,477,223,New York NY-NJ-CT-PA CSA (NY Part) +223,478,223,New York NY-NJ-CT-PA CSA (NY Part) +223,479,159,Los Angeles CA CSA +223,480,223,New York NY-NJ-CT-PA CSA (NY Part) +223,481,223,New York NY-NJ-CT-PA CSA (NY Part) +223,482,223,New York NY-NJ-CT-PA CSA (NY Part) +223,483,223,New York NY-NJ-CT-PA CSA (NY Part) +223,484,172,Miami FL MSA +223,485,223,New York NY-NJ-CT-PA CSA (NY Part) +223,486,162,San Francisco CA CSA +223,487,223,New York NY-NJ-CT-PA CSA (NY Part) +223,488,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,489,217,New York NY-NJ-CT-PA CSA (NJ Part) +223,490,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +223,491,266,Washington DC-MD-VA-WV CSA (VA Part) +224,274,223,New York NY-NJ-CT-PA CSA (NY Part) +224,275,223,New York NY-NJ-CT-PA CSA (NY Part) +224,276,223,New York NY-NJ-CT-PA CSA (NY Part) +224,277,223,New York NY-NJ-CT-PA CSA (NY Part) +224,278,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,279,223,New York NY-NJ-CT-PA CSA (NY Part) +224,280,223,New York NY-NJ-CT-PA CSA (NY Part) +224,281,201,Boston MA-NH CSA (MA Part) +224,282,223,New York NY-NJ-CT-PA CSA (NY Part) +224,283,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,284,203,Detroit MI CSA +224,285,223,New York NY-NJ-CT-PA CSA (NY Part) +224,286,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,287,223,New York NY-NJ-CT-PA CSA (NY Part) +224,288,223,New York NY-NJ-CT-PA CSA (NY Part) +224,289,201,Boston MA-NH CSA (MA Part) +224,290,223,New York NY-NJ-CT-PA CSA (NY Part) +224,291,223,New York NY-NJ-CT-PA CSA (NY Part) +224,292,223,New York NY-NJ-CT-PA CSA (NY Part) +224,293,176,Atlanta GA-AL CSA (GA Part) +224,294,217,New York NY-NJ-CT-PA CSA (NJ Part) +224,295,223,New York NY-NJ-CT-PA CSA (NY Part) +224,296,223,New York NY-NJ-CT-PA CSA (NY Part) +224,297,223,New York NY-NJ-CT-PA CSA (NY Part) +224,298,266,Washington DC-MD-VA-WV CSA (VA Part) +224,299,217,New York NY-NJ-CT-PA CSA (NJ Part) +224,300,266,Washington DC-MD-VA-WV CSA (VA Part) +224,301,12,Chicago IL-IN-WI CSA (IL Part) +224,302,223,New York NY-NJ-CT-PA CSA (NY Part) +224,303,232,Cleveland OH CSA +224,304,223,New York NY-NJ-CT-PA CSA (NY Part) +224,305,223,New York NY-NJ-CT-PA CSA (NY Part) +224,306,223,New York NY-NJ-CT-PA CSA (NY Part) +224,307,217,New York NY-NJ-CT-PA CSA (NJ Part) +224,308,154,Alaska +224,309,223,New York NY-NJ-CT-PA CSA (NY Part) +224,310,186,Indianapolis IN CSA +224,311,217,New York NY-NJ-CT-PA CSA (NJ Part) +224,312,172,Miami FL MSA +224,313,223,New York NY-NJ-CT-PA CSA (NY Part) +224,314,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,315,172,Miami FL MSA +224,316,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,317,232,Cleveland OH CSA +224,318,223,New York NY-NJ-CT-PA CSA (NY Part) +224,319,172,Miami FL MSA +224,320,223,New York NY-NJ-CT-PA CSA (NY Part) +224,321,217,New York NY-NJ-CT-PA CSA (NJ Part) +224,322,159,Los Angeles CA CSA +224,323,172,Miami FL MSA +224,324,223,New York NY-NJ-CT-PA CSA (NY Part) +224,325,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,326,223,New York NY-NJ-CT-PA CSA (NY Part) +224,327,169,Delaware +224,328,217,New York NY-NJ-CT-PA CSA (NJ Part) +224,329,223,New York NY-NJ-CT-PA CSA (NY Part) +224,330,217,New York NY-NJ-CT-PA CSA (NJ Part) +224,331,223,New York NY-NJ-CT-PA CSA (NY Part) +224,332,223,New York NY-NJ-CT-PA CSA (NY Part) +224,333,223,New York NY-NJ-CT-PA CSA (NY Part) +224,334,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,335,12,Chicago IL-IN-WI CSA (IL Part) +224,336,176,Atlanta GA-AL CSA (GA Part) +224,337,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,338,223,New York NY-NJ-CT-PA CSA (NY Part) +224,339,223,New York NY-NJ-CT-PA CSA (NY Part) +224,340,223,New York NY-NJ-CT-PA CSA (NY Part) +224,341,232,Cleveland OH CSA +224,342,223,New York NY-NJ-CT-PA CSA (NY Part) +224,343,162,San Francisco CA CSA +224,344,223,New York NY-NJ-CT-PA CSA (NY Part) +224,345,223,New York NY-NJ-CT-PA CSA (NY Part) +224,346,172,Miami FL MSA +224,347,223,New York NY-NJ-CT-PA CSA (NY Part) +224,348,217,New York NY-NJ-CT-PA CSA (NJ Part) +224,349,266,Washington DC-MD-VA-WV CSA (VA Part) +224,350,223,New York NY-NJ-CT-PA CSA (NY Part) +224,351,223,New York NY-NJ-CT-PA CSA (NY Part) +224,352,223,New York NY-NJ-CT-PA CSA (NY Part) +224,353,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,354,217,New York NY-NJ-CT-PA CSA (NJ Part) +224,355,217,New York NY-NJ-CT-PA CSA (NJ Part) +224,356,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,357,266,Washington DC-MD-VA-WV CSA (VA Part) +224,358,223,New York NY-NJ-CT-PA CSA (NY Part) +224,359,266,Washington DC-MD-VA-WV CSA (VA Part) +224,360,223,New York NY-NJ-CT-PA CSA (NY Part) +224,361,223,New York NY-NJ-CT-PA CSA (NY Part) +224,362,266,Washington DC-MD-VA-WV CSA (VA Part) +224,363,226,Charlotte NC-SC CSA (NC Part) +224,364,223,New York NY-NJ-CT-PA CSA (NY Part) +224,365,223,New York NY-NJ-CT-PA CSA (NY Part) +224,366,223,New York NY-NJ-CT-PA CSA (NY Part) +224,367,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,368,223,New York NY-NJ-CT-PA CSA (NY Part) +224,369,217,New York NY-NJ-CT-PA CSA (NJ Part) +224,370,232,Cleveland OH CSA +224,371,223,New York NY-NJ-CT-PA CSA (NY Part) +224,372,223,New York NY-NJ-CT-PA CSA (NY Part) +224,373,266,Washington DC-MD-VA-WV CSA (VA Part) +224,374,223,New York NY-NJ-CT-PA CSA (NY Part) +224,375,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,376,223,New York NY-NJ-CT-PA CSA (NY Part) +224,377,217,New York NY-NJ-CT-PA CSA (NJ Part) +224,378,223,New York NY-NJ-CT-PA CSA (NY Part) +224,379,223,New York NY-NJ-CT-PA CSA (NY Part) +224,380,223,New York NY-NJ-CT-PA CSA (NY Part) +224,381,217,New York NY-NJ-CT-PA CSA (NJ Part) +224,382,201,Boston MA-NH CSA (MA Part) +224,383,223,New York NY-NJ-CT-PA CSA (NY Part) +224,384,223,New York NY-NJ-CT-PA CSA (NY Part) +224,385,217,New York NY-NJ-CT-PA CSA (NJ Part) +224,386,223,New York NY-NJ-CT-PA CSA (NY Part) +224,387,266,Washington DC-MD-VA-WV CSA (VA Part) +224,388,217,New York NY-NJ-CT-PA CSA (NJ Part) +224,389,217,New York NY-NJ-CT-PA CSA (NJ Part) +224,390,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,391,223,New York NY-NJ-CT-PA CSA (NY Part) +224,392,154,Alaska +224,393,223,New York NY-NJ-CT-PA CSA (NY Part) +224,394,223,New York NY-NJ-CT-PA CSA (NY Part) +224,395,223,New York NY-NJ-CT-PA CSA (NY Part) +224,396,12,Chicago IL-IN-WI CSA (IL Part) +224,397,217,New York NY-NJ-CT-PA CSA (NJ Part) +224,398,223,New York NY-NJ-CT-PA CSA (NY Part) +224,399,195,New Orleans LA CSA +224,400,154,Alaska +224,401,223,New York NY-NJ-CT-PA CSA (NY Part) +224,402,223,New York NY-NJ-CT-PA CSA (NY Part) +224,403,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,404,223,New York NY-NJ-CT-PA CSA (NY Part) +224,405,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,406,223,New York NY-NJ-CT-PA CSA (NY Part) +224,407,223,New York NY-NJ-CT-PA CSA (NY Part) +224,408,223,New York NY-NJ-CT-PA CSA (NY Part) +224,409,223,New York NY-NJ-CT-PA CSA (NY Part) +224,410,232,Cleveland OH CSA +224,411,223,New York NY-NJ-CT-PA CSA (NY Part) +224,412,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,413,255,Dallas-Fort Worth TX CSA +224,414,153,Remainder of Alabama +224,415,223,New York NY-NJ-CT-PA CSA (NY Part) +224,416,266,Washington DC-MD-VA-WV CSA (VA Part) +224,417,257,Houston TX CSA +224,418,223,New York NY-NJ-CT-PA CSA (NY Part) +224,419,232,Cleveland OH CSA +224,420,223,New York NY-NJ-CT-PA CSA (NY Part) +224,421,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,422,12,Chicago IL-IN-WI CSA (IL Part) +224,423,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,424,192,Remainder of Kentucky +224,425,232,Cleveland OH CSA +224,426,172,Miami FL MSA +224,427,223,New York NY-NJ-CT-PA CSA (NY Part) +224,428,154,Alaska +224,429,223,New York NY-NJ-CT-PA CSA (NY Part) +224,430,223,New York NY-NJ-CT-PA CSA (NY Part) +224,431,217,New York NY-NJ-CT-PA CSA (NJ Part) +224,432,223,New York NY-NJ-CT-PA CSA (NY Part) +224,433,266,Washington DC-MD-VA-WV CSA (VA Part) +224,434,223,New York NY-NJ-CT-PA CSA (NY Part) +224,435,217,New York NY-NJ-CT-PA CSA (NJ Part) +224,436,223,New York NY-NJ-CT-PA CSA (NY Part) +224,437,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,438,223,New York NY-NJ-CT-PA CSA (NY Part) +224,439,217,New York NY-NJ-CT-PA CSA (NJ Part) +224,440,223,New York NY-NJ-CT-PA CSA (NY Part) +224,441,255,Dallas-Fort Worth TX CSA +224,442,223,New York NY-NJ-CT-PA CSA (NY Part) +224,443,266,Washington DC-MD-VA-WV CSA (VA Part) +224,444,217,New York NY-NJ-CT-PA CSA (NJ Part) +224,445,223,New York NY-NJ-CT-PA CSA (NY Part) +224,446,201,Boston MA-NH CSA (MA Part) +224,447,223,New York NY-NJ-CT-PA CSA (NY Part) +224,448,223,New York NY-NJ-CT-PA CSA (NY Part) +224,449,154,Alaska +224,450,223,New York NY-NJ-CT-PA CSA (NY Part) +224,451,223,New York NY-NJ-CT-PA CSA (NY Part) +224,452,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,453,249,Memphis TN-MS-AR MSA (TN Part) +224,454,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,455,201,Boston MA-NH CSA (MA Part) +224,456,154,Alaska +224,457,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,458,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,459,223,New York NY-NJ-CT-PA CSA (NY Part) +224,460,223,New York NY-NJ-CT-PA CSA (NY Part) +224,461,245,Charleston SC MSA +224,462,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,463,203,Detroit MI CSA +224,464,223,New York NY-NJ-CT-PA CSA (NY Part) +224,465,223,New York NY-NJ-CT-PA CSA (NY Part) +224,466,223,New York NY-NJ-CT-PA CSA (NY Part) +224,467,217,New York NY-NJ-CT-PA CSA (NJ Part) +224,468,223,New York NY-NJ-CT-PA CSA (NY Part) +224,469,223,New York NY-NJ-CT-PA CSA (NY Part) +224,470,12,Chicago IL-IN-WI CSA (IL Part) +224,471,217,New York NY-NJ-CT-PA CSA (NJ Part) +224,472,12,Chicago IL-IN-WI CSA (IL Part) +224,473,159,Los Angeles CA CSA +224,474,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,475,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,476,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,477,217,New York NY-NJ-CT-PA CSA (NJ Part) +224,478,223,New York NY-NJ-CT-PA CSA (NY Part) +224,479,255,Dallas-Fort Worth TX CSA +224,480,223,New York NY-NJ-CT-PA CSA (NY Part) +224,481,223,New York NY-NJ-CT-PA CSA (NY Part) +224,482,223,New York NY-NJ-CT-PA CSA (NY Part) +224,483,217,New York NY-NJ-CT-PA CSA (NJ Part) +224,484,223,New York NY-NJ-CT-PA CSA (NY Part) +224,485,217,New York NY-NJ-CT-PA CSA (NJ Part) +224,486,192,Remainder of Kentucky +224,487,223,New York NY-NJ-CT-PA CSA (NY Part) +224,488,223,New York NY-NJ-CT-PA CSA (NY Part) +224,489,223,New York NY-NJ-CT-PA CSA (NY Part) +224,490,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +224,491,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,274,266,Washington DC-MD-VA-WV CSA (VA Part) +225,275,223,New York NY-NJ-CT-PA CSA (NY Part) +225,276,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,277,223,New York NY-NJ-CT-PA CSA (NY Part) +225,278,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,279,223,New York NY-NJ-CT-PA CSA (NY Part) +225,280,266,Washington DC-MD-VA-WV CSA (VA Part) +225,281,176,Atlanta GA-AL CSA (GA Part) +225,282,223,New York NY-NJ-CT-PA CSA (NY Part) +225,283,223,New York NY-NJ-CT-PA CSA (NY Part) +225,284,231,Cincinnati OH-KY-IN CSA (OH Part) +225,285,201,Boston MA-NH CSA (MA Part) +225,286,223,New York NY-NJ-CT-PA CSA (NY Part) +225,287,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,288,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,289,223,New York NY-NJ-CT-PA CSA (NY Part) +225,290,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +225,291,201,Boston MA-NH CSA (MA Part) +225,292,201,Boston MA-NH CSA (MA Part) +225,293,232,Cleveland OH CSA +225,294,203,Detroit MI CSA +225,295,223,New York NY-NJ-CT-PA CSA (NY Part) +225,296,223,New York NY-NJ-CT-PA CSA (NY Part) +225,297,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,298,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,299,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,300,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,301,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +225,302,223,New York NY-NJ-CT-PA CSA (NY Part) +225,303,232,Cleveland OH CSA +225,304,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,305,266,Washington DC-MD-VA-WV CSA (VA Part) +225,306,203,Detroit MI CSA +225,307,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +225,308,201,Boston MA-NH CSA (MA Part) +225,309,223,New York NY-NJ-CT-PA CSA (NY Part) +225,310,12,Chicago IL-IN-WI CSA (IL Part) +225,311,223,New York NY-NJ-CT-PA CSA (NY Part) +225,312,223,New York NY-NJ-CT-PA CSA (NY Part) +225,313,223,New York NY-NJ-CT-PA CSA (NY Part) +225,314,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,315,172,Miami FL MSA +225,316,223,New York NY-NJ-CT-PA CSA (NY Part) +225,317,223,New York NY-NJ-CT-PA CSA (NY Part) +225,318,201,Boston MA-NH CSA (MA Part) +225,319,266,Washington DC-MD-VA-WV CSA (VA Part) +225,320,266,Washington DC-MD-VA-WV CSA (VA Part) +225,321,223,New York NY-NJ-CT-PA CSA (NY Part) +225,322,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,323,169,Delaware +225,324,223,New York NY-NJ-CT-PA CSA (NY Part) +225,325,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,326,226,Charlotte NC-SC CSA (NC Part) +225,327,223,New York NY-NJ-CT-PA CSA (NY Part) +225,328,203,Detroit MI CSA +225,329,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,330,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,331,223,New York NY-NJ-CT-PA CSA (NY Part) +225,332,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,333,169,Delaware +225,334,223,New York NY-NJ-CT-PA CSA (NY Part) +225,335,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,336,153,Remainder of Alabama +225,337,223,New York NY-NJ-CT-PA CSA (NY Part) +225,338,223,New York NY-NJ-CT-PA CSA (NY Part) +225,339,201,Boston MA-NH CSA (MA Part) +225,340,223,New York NY-NJ-CT-PA CSA (NY Part) +225,341,223,New York NY-NJ-CT-PA CSA (NY Part) +225,342,223,New York NY-NJ-CT-PA CSA (NY Part) +225,343,159,Los Angeles CA CSA +225,344,223,New York NY-NJ-CT-PA CSA (NY Part) +225,345,169,Delaware +225,346,172,Miami FL MSA +225,347,266,Washington DC-MD-VA-WV CSA (VA Part) +225,348,223,New York NY-NJ-CT-PA CSA (NY Part) +225,349,223,New York NY-NJ-CT-PA CSA (NY Part) +225,350,223,New York NY-NJ-CT-PA CSA (NY Part) +225,351,223,New York NY-NJ-CT-PA CSA (NY Part) +225,352,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,353,223,New York NY-NJ-CT-PA CSA (NY Part) +225,354,223,New York NY-NJ-CT-PA CSA (NY Part) +225,355,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,356,249,Memphis TN-MS-AR MSA (TN Part) +225,357,223,New York NY-NJ-CT-PA CSA (NY Part) +225,358,223,New York NY-NJ-CT-PA CSA (NY Part) +225,359,223,New York NY-NJ-CT-PA CSA (NY Part) +225,360,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,361,172,Miami FL MSA +225,362,223,New York NY-NJ-CT-PA CSA (NY Part) +225,363,266,Washington DC-MD-VA-WV CSA (VA Part) +225,364,223,New York NY-NJ-CT-PA CSA (NY Part) +225,365,223,New York NY-NJ-CT-PA CSA (NY Part) +225,366,192,Remainder of Kentucky +225,367,154,Alaska +225,368,223,New York NY-NJ-CT-PA CSA (NY Part) +225,369,223,New York NY-NJ-CT-PA CSA (NY Part) +225,370,223,New York NY-NJ-CT-PA CSA (NY Part) +225,371,223,New York NY-NJ-CT-PA CSA (NY Part) +225,372,223,New York NY-NJ-CT-PA CSA (NY Part) +225,373,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,374,232,Cleveland OH CSA +225,375,223,New York NY-NJ-CT-PA CSA (NY Part) +225,376,201,Boston MA-NH CSA (MA Part) +225,377,223,New York NY-NJ-CT-PA CSA (NY Part) +225,378,223,New York NY-NJ-CT-PA CSA (NY Part) +225,379,223,New York NY-NJ-CT-PA CSA (NY Part) +225,380,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,381,223,New York NY-NJ-CT-PA CSA (NY Part) +225,382,223,New York NY-NJ-CT-PA CSA (NY Part) +225,383,232,Cleveland OH CSA +225,384,223,New York NY-NJ-CT-PA CSA (NY Part) +225,385,223,New York NY-NJ-CT-PA CSA (NY Part) +225,386,201,Boston MA-NH CSA (MA Part) +225,387,223,New York NY-NJ-CT-PA CSA (NY Part) +225,388,223,New York NY-NJ-CT-PA CSA (NY Part) +225,389,203,Detroit MI CSA +225,390,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +225,391,223,New York NY-NJ-CT-PA CSA (NY Part) +225,392,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +225,393,223,New York NY-NJ-CT-PA CSA (NY Part) +225,394,223,New York NY-NJ-CT-PA CSA (NY Part) +225,395,223,New York NY-NJ-CT-PA CSA (NY Part) +225,396,159,Los Angeles CA CSA +225,397,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,398,223,New York NY-NJ-CT-PA CSA (NY Part) +225,399,191,Louisville KY-IN CSA (KY Part) +225,400,154,Alaska +225,401,232,Cleveland OH CSA +225,402,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,403,201,Boston MA-NH CSA (MA Part) +225,404,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,405,223,New York NY-NJ-CT-PA CSA (NY Part) +225,406,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,407,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,408,232,Cleveland OH CSA +225,409,232,Cleveland OH CSA +225,410,162,San Francisco CA CSA +225,411,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +225,412,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,413,12,Chicago IL-IN-WI CSA (IL Part) +225,414,172,Miami FL MSA +225,415,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +225,416,223,New York NY-NJ-CT-PA CSA (NY Part) +225,417,159,Los Angeles CA CSA +225,418,154,Alaska +225,419,223,New York NY-NJ-CT-PA CSA (NY Part) +225,420,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +225,421,232,Cleveland OH CSA +225,422,223,New York NY-NJ-CT-PA CSA (NY Part) +225,423,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,424,172,Miami FL MSA +225,425,179,Honolulu HI MSA +225,426,266,Washington DC-MD-VA-WV CSA (VA Part) +225,427,266,Washington DC-MD-VA-WV CSA (VA Part) +225,428,154,Alaska +225,429,231,Cincinnati OH-KY-IN CSA (OH Part) +225,430,223,New York NY-NJ-CT-PA CSA (NY Part) +225,431,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,432,223,New York NY-NJ-CT-PA CSA (NY Part) +225,433,223,New York NY-NJ-CT-PA CSA (NY Part) +225,434,223,New York NY-NJ-CT-PA CSA (NY Part) +225,435,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +225,436,223,New York NY-NJ-CT-PA CSA (NY Part) +225,437,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,438,223,New York NY-NJ-CT-PA CSA (NY Part) +225,439,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,440,223,New York NY-NJ-CT-PA CSA (NY Part) +225,441,192,Remainder of Kentucky +225,442,223,New York NY-NJ-CT-PA CSA (NY Part) +225,443,223,New York NY-NJ-CT-PA CSA (NY Part) +225,444,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +225,445,223,New York NY-NJ-CT-PA CSA (NY Part) +225,446,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,447,223,New York NY-NJ-CT-PA CSA (NY Part) +225,448,223,New York NY-NJ-CT-PA CSA (NY Part) +225,449,266,Washington DC-MD-VA-WV CSA (VA Part) +225,450,223,New York NY-NJ-CT-PA CSA (NY Part) +225,451,203,Detroit MI CSA +225,452,223,New York NY-NJ-CT-PA CSA (NY Part) +225,453,162,San Francisco CA CSA +225,454,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,455,223,New York NY-NJ-CT-PA CSA (NY Part) +225,456,154,Alaska +225,457,223,New York NY-NJ-CT-PA CSA (NY Part) +225,458,223,New York NY-NJ-CT-PA CSA (NY Part) +225,459,223,New York NY-NJ-CT-PA CSA (NY Part) +225,460,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +225,461,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +225,462,223,New York NY-NJ-CT-PA CSA (NY Part) +225,463,223,New York NY-NJ-CT-PA CSA (NY Part) +225,464,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +225,465,223,New York NY-NJ-CT-PA CSA (NY Part) +225,466,223,New York NY-NJ-CT-PA CSA (NY Part) +225,467,223,New York NY-NJ-CT-PA CSA (NY Part) +225,468,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +225,469,223,New York NY-NJ-CT-PA CSA (NY Part) +225,470,186,Indianapolis IN CSA +225,471,223,New York NY-NJ-CT-PA CSA (NY Part) +225,472,245,Charleston SC MSA +225,473,255,Dallas-Fort Worth TX CSA +225,474,223,New York NY-NJ-CT-PA CSA (NY Part) +225,475,223,New York NY-NJ-CT-PA CSA (NY Part) +225,476,223,New York NY-NJ-CT-PA CSA (NY Part) +225,477,223,New York NY-NJ-CT-PA CSA (NY Part) +225,478,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,479,159,Los Angeles CA CSA +225,480,223,New York NY-NJ-CT-PA CSA (NY Part) +225,481,223,New York NY-NJ-CT-PA CSA (NY Part) +225,482,217,New York NY-NJ-CT-PA CSA (NJ Part) +225,483,232,Cleveland OH CSA +225,484,223,New York NY-NJ-CT-PA CSA (NY Part) +225,485,223,New York NY-NJ-CT-PA CSA (NY Part) +225,486,186,Indianapolis IN CSA +225,487,223,New York NY-NJ-CT-PA CSA (NY Part) +225,488,154,Alaska +225,489,223,New York NY-NJ-CT-PA CSA (NY Part) +225,490,169,Delaware +225,491,266,Washington DC-MD-VA-WV CSA (VA Part) +226,274,266,Washington DC-MD-VA-WV CSA (VA Part) +226,275,226,Charlotte NC-SC CSA (NC Part) +226,276,266,Washington DC-MD-VA-WV CSA (VA Part) +226,277,169,Delaware +226,278,266,Washington DC-MD-VA-WV CSA (VA Part) +226,279,172,Miami FL MSA +226,280,245,Charleston SC MSA +226,281,172,Miami FL MSA +226,282,232,Cleveland OH CSA +226,283,172,Miami FL MSA +226,284,159,Los Angeles CA CSA +226,285,201,Boston MA-NH CSA (MA Part) +226,286,223,New York NY-NJ-CT-PA CSA (NY Part) +226,287,172,Miami FL MSA +226,288,223,New York NY-NJ-CT-PA CSA (NY Part) +226,289,223,New York NY-NJ-CT-PA CSA (NY Part) +226,290,172,Miami FL MSA +226,291,266,Washington DC-MD-VA-WV CSA (VA Part) +226,292,217,New York NY-NJ-CT-PA CSA (NJ Part) +226,293,245,Charleston SC MSA +226,294,217,New York NY-NJ-CT-PA CSA (NJ Part) +226,295,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +226,296,176,Atlanta GA-AL CSA (GA Part) +226,297,172,Miami FL MSA +226,298,217,New York NY-NJ-CT-PA CSA (NJ Part) +226,299,223,New York NY-NJ-CT-PA CSA (NY Part) +226,300,172,Miami FL MSA +226,301,223,New York NY-NJ-CT-PA CSA (NY Part) +226,302,172,Miami FL MSA +226,303,12,Chicago IL-IN-WI CSA (IL Part) +226,304,266,Washington DC-MD-VA-WV CSA (VA Part) +226,305,176,Atlanta GA-AL CSA (GA Part) +226,306,266,Washington DC-MD-VA-WV CSA (VA Part) +226,307,266,Washington DC-MD-VA-WV CSA (VA Part) +226,308,223,New York NY-NJ-CT-PA CSA (NY Part) +226,309,223,New York NY-NJ-CT-PA CSA (NY Part) +226,310,203,Detroit MI CSA +226,311,223,New York NY-NJ-CT-PA CSA (NY Part) +226,312,245,Charleston SC MSA +226,313,203,Detroit MI CSA +226,314,176,Atlanta GA-AL CSA (GA Part) +226,315,172,Miami FL MSA +226,316,226,Charlotte NC-SC CSA (NC Part) +226,317,154,Alaska +226,318,217,New York NY-NJ-CT-PA CSA (NJ Part) +226,319,172,Miami FL MSA +226,320,266,Washington DC-MD-VA-WV CSA (VA Part) +226,321,223,New York NY-NJ-CT-PA CSA (NY Part) +226,322,249,Memphis TN-MS-AR MSA (TN Part) +226,323,172,Miami FL MSA +226,324,226,Charlotte NC-SC CSA (NC Part) +226,325,172,Miami FL MSA +226,326,172,Miami FL MSA +226,327,266,Washington DC-MD-VA-WV CSA (VA Part) +226,328,223,New York NY-NJ-CT-PA CSA (NY Part) +226,329,223,New York NY-NJ-CT-PA CSA (NY Part) +226,330,266,Washington DC-MD-VA-WV CSA (VA Part) +226,331,223,New York NY-NJ-CT-PA CSA (NY Part) +226,332,172,Miami FL MSA +226,333,176,Atlanta GA-AL CSA (GA Part) +226,334,172,Miami FL MSA +226,335,223,New York NY-NJ-CT-PA CSA (NY Part) +226,336,172,Miami FL MSA +226,337,226,Charlotte NC-SC CSA (NC Part) +226,338,266,Washington DC-MD-VA-WV CSA (VA Part) +226,339,226,Charlotte NC-SC CSA (NC Part) +226,340,232,Cleveland OH CSA +226,341,186,Indianapolis IN CSA +226,342,217,New York NY-NJ-CT-PA CSA (NJ Part) +226,343,162,San Francisco CA CSA +226,344,203,Detroit MI CSA +226,345,223,New York NY-NJ-CT-PA CSA (NY Part) +226,346,176,Atlanta GA-AL CSA (GA Part) +226,347,223,New York NY-NJ-CT-PA CSA (NY Part) +226,348,217,New York NY-NJ-CT-PA CSA (NJ Part) +226,349,12,Chicago IL-IN-WI CSA (IL Part) +226,350,223,New York NY-NJ-CT-PA CSA (NY Part) +226,351,201,Boston MA-NH CSA (MA Part) +226,352,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +226,353,223,New York NY-NJ-CT-PA CSA (NY Part) +226,354,223,New York NY-NJ-CT-PA CSA (NY Part) +226,355,172,Miami FL MSA +226,356,172,Miami FL MSA +226,357,217,New York NY-NJ-CT-PA CSA (NJ Part) +226,358,217,New York NY-NJ-CT-PA CSA (NJ Part) +226,359,173,Orlando FL CSA +226,360,172,Miami FL MSA +226,361,172,Miami FL MSA +226,362,217,New York NY-NJ-CT-PA CSA (NJ Part) +226,363,176,Atlanta GA-AL CSA (GA Part) +226,364,217,New York NY-NJ-CT-PA CSA (NJ Part) +226,365,223,New York NY-NJ-CT-PA CSA (NY Part) +226,366,186,Indianapolis IN CSA +226,367,223,New York NY-NJ-CT-PA CSA (NY Part) +226,368,266,Washington DC-MD-VA-WV CSA (VA Part) +226,369,12,Chicago IL-IN-WI CSA (IL Part) +226,370,223,New York NY-NJ-CT-PA CSA (NY Part) +226,371,223,New York NY-NJ-CT-PA CSA (NY Part) +226,372,223,New York NY-NJ-CT-PA CSA (NY Part) +226,373,172,Miami FL MSA +226,374,268,Seattle WA CSA +226,375,12,Chicago IL-IN-WI CSA (IL Part) +226,376,223,New York NY-NJ-CT-PA CSA (NY Part) +226,377,223,New York NY-NJ-CT-PA CSA (NY Part) +226,378,172,Miami FL MSA +226,379,217,New York NY-NJ-CT-PA CSA (NJ Part) +226,380,191,Louisville KY-IN CSA (KY Part) +226,381,203,Detroit MI CSA +226,382,217,New York NY-NJ-CT-PA CSA (NJ Part) +226,383,217,New York NY-NJ-CT-PA CSA (NJ Part) +226,384,266,Washington DC-MD-VA-WV CSA (VA Part) +226,385,217,New York NY-NJ-CT-PA CSA (NJ Part) +226,386,201,Boston MA-NH CSA (MA Part) +226,387,232,Cleveland OH CSA +226,388,266,Washington DC-MD-VA-WV CSA (VA Part) +226,389,223,New York NY-NJ-CT-PA CSA (NY Part) +226,390,217,New York NY-NJ-CT-PA CSA (NJ Part) +226,391,201,Boston MA-NH CSA (MA Part) +226,392,266,Washington DC-MD-VA-WV CSA (VA Part) +226,393,226,Charlotte NC-SC CSA (NC Part) +226,394,266,Washington DC-MD-VA-WV CSA (VA Part) +226,395,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +226,396,162,San Francisco CA CSA +226,397,169,Delaware +226,398,176,Atlanta GA-AL CSA (GA Part) +226,399,176,Atlanta GA-AL CSA (GA Part) +226,400,12,Chicago IL-IN-WI CSA (IL Part) +226,401,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +226,402,191,Louisville KY-IN CSA (KY Part) +226,403,191,Louisville KY-IN CSA (KY Part) +226,404,223,New York NY-NJ-CT-PA CSA (NY Part) +226,405,172,Miami FL MSA +226,406,169,Delaware +226,407,223,New York NY-NJ-CT-PA CSA (NY Part) +226,408,223,New York NY-NJ-CT-PA CSA (NY Part) +226,409,223,New York NY-NJ-CT-PA CSA (NY Part) +226,410,179,Honolulu HI MSA +226,411,223,New York NY-NJ-CT-PA CSA (NY Part) +226,412,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +226,413,172,Miami FL MSA +226,414,172,Miami FL MSA +226,415,223,New York NY-NJ-CT-PA CSA (NY Part) +226,416,223,New York NY-NJ-CT-PA CSA (NY Part) +226,417,249,Memphis TN-MS-AR MSA (TN Part) +226,418,186,Indianapolis IN CSA +226,419,217,New York NY-NJ-CT-PA CSA (NJ Part) +226,420,223,New York NY-NJ-CT-PA CSA (NY Part) +226,421,223,New York NY-NJ-CT-PA CSA (NY Part) +226,422,162,San Francisco CA CSA +226,423,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +226,424,172,Miami FL MSA +226,425,162,San Francisco CA CSA +226,426,172,Miami FL MSA +226,427,172,Miami FL MSA +226,428,12,Chicago IL-IN-WI CSA (IL Part) +226,429,249,Memphis TN-MS-AR MSA (TN Part) +226,430,223,New York NY-NJ-CT-PA CSA (NY Part) +226,431,266,Washington DC-MD-VA-WV CSA (VA Part) +226,432,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +226,433,223,New York NY-NJ-CT-PA CSA (NY Part) +226,434,223,New York NY-NJ-CT-PA CSA (NY Part) +226,435,223,New York NY-NJ-CT-PA CSA (NY Part) +226,436,217,New York NY-NJ-CT-PA CSA (NJ Part) +226,437,169,Delaware +226,438,245,Charleston SC MSA +226,439,172,Miami FL MSA +226,440,172,Miami FL MSA +226,441,192,Remainder of Kentucky +226,442,223,New York NY-NJ-CT-PA CSA (NY Part) +226,443,173,Orlando FL CSA +226,444,217,New York NY-NJ-CT-PA CSA (NJ Part) +226,445,223,New York NY-NJ-CT-PA CSA (NY Part) +226,446,226,Charlotte NC-SC CSA (NC Part) +226,447,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +226,448,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +226,449,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +226,450,172,Miami FL MSA +226,451,223,New York NY-NJ-CT-PA CSA (NY Part) +226,452,223,New York NY-NJ-CT-PA CSA (NY Part) +226,453,153,Remainder of Alabama +226,454,266,Washington DC-MD-VA-WV CSA (VA Part) +226,455,172,Miami FL MSA +226,456,232,Cleveland OH CSA +226,457,231,Cincinnati OH-KY-IN CSA (OH Part) +226,458,245,Charleston SC MSA +226,459,203,Detroit MI CSA +226,460,223,New York NY-NJ-CT-PA CSA (NY Part) +226,461,172,Miami FL MSA +226,462,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +226,463,223,New York NY-NJ-CT-PA CSA (NY Part) +226,464,201,Boston MA-NH CSA (MA Part) +226,465,217,New York NY-NJ-CT-PA CSA (NJ Part) +226,466,223,New York NY-NJ-CT-PA CSA (NY Part) +226,467,223,New York NY-NJ-CT-PA CSA (NY Part) +226,468,266,Washington DC-MD-VA-WV CSA (VA Part) +226,469,223,New York NY-NJ-CT-PA CSA (NY Part) +226,470,268,Seattle WA CSA +226,471,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +226,472,179,Honolulu HI MSA +226,473,257,Houston TX CSA +226,474,172,Miami FL MSA +226,475,223,New York NY-NJ-CT-PA CSA (NY Part) +226,476,203,Detroit MI CSA +226,477,226,Charlotte NC-SC CSA (NC Part) +226,478,172,Miami FL MSA +226,479,159,Los Angeles CA CSA +226,480,266,Washington DC-MD-VA-WV CSA (VA Part) +226,481,217,New York NY-NJ-CT-PA CSA (NJ Part) +226,482,217,New York NY-NJ-CT-PA CSA (NJ Part) +226,483,223,New York NY-NJ-CT-PA CSA (NY Part) +226,484,172,Miami FL MSA +226,485,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +226,486,12,Chicago IL-IN-WI CSA (IL Part) +226,487,172,Miami FL MSA +226,488,223,New York NY-NJ-CT-PA CSA (NY Part) +226,489,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +226,490,223,New York NY-NJ-CT-PA CSA (NY Part) +226,491,223,New York NY-NJ-CT-PA CSA (NY Part) +227,274,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,275,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,276,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,277,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,278,223,New York NY-NJ-CT-PA CSA (NY Part) +227,279,172,Miami FL MSA +227,280,172,Miami FL MSA +227,281,172,Miami FL MSA +227,282,223,New York NY-NJ-CT-PA CSA (NY Part) +227,283,172,Miami FL MSA +227,284,12,Chicago IL-IN-WI CSA (IL Part) +227,285,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +227,286,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +227,287,176,Atlanta GA-AL CSA (GA Part) +227,288,223,New York NY-NJ-CT-PA CSA (NY Part) +227,289,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,290,172,Miami FL MSA +227,291,223,New York NY-NJ-CT-PA CSA (NY Part) +227,292,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,293,176,Atlanta GA-AL CSA (GA Part) +227,294,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +227,295,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,296,223,New York NY-NJ-CT-PA CSA (NY Part) +227,297,172,Miami FL MSA +227,298,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +227,299,232,Cleveland OH CSA +227,300,172,Miami FL MSA +227,301,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,302,172,Miami FL MSA +227,303,176,Atlanta GA-AL CSA (GA Part) +227,304,223,New York NY-NJ-CT-PA CSA (NY Part) +227,305,223,New York NY-NJ-CT-PA CSA (NY Part) +227,306,223,New York NY-NJ-CT-PA CSA (NY Part) +227,307,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +227,308,223,New York NY-NJ-CT-PA CSA (NY Part) +227,309,266,Washington DC-MD-VA-WV CSA (VA Part) +227,310,203,Detroit MI CSA +227,311,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,312,172,Miami FL MSA +227,313,201,Boston MA-NH CSA (MA Part) +227,314,223,New York NY-NJ-CT-PA CSA (NY Part) +227,315,172,Miami FL MSA +227,316,223,New York NY-NJ-CT-PA CSA (NY Part) +227,317,201,Boston MA-NH CSA (MA Part) +227,318,223,New York NY-NJ-CT-PA CSA (NY Part) +227,319,245,Charleston SC MSA +227,320,223,New York NY-NJ-CT-PA CSA (NY Part) +227,321,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,322,249,Memphis TN-MS-AR MSA (TN Part) +227,323,172,Miami FL MSA +227,324,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +227,325,172,Miami FL MSA +227,326,172,Miami FL MSA +227,327,223,New York NY-NJ-CT-PA CSA (NY Part) +227,328,191,Louisville KY-IN CSA (KY Part) +227,329,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,330,223,New York NY-NJ-CT-PA CSA (NY Part) +227,331,245,Charleston SC MSA +227,332,172,Miami FL MSA +227,333,172,Miami FL MSA +227,334,192,Remainder of Kentucky +227,335,223,New York NY-NJ-CT-PA CSA (NY Part) +227,336,176,Atlanta GA-AL CSA (GA Part) +227,337,245,Charleston SC MSA +227,338,223,New York NY-NJ-CT-PA CSA (NY Part) +227,339,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,340,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +227,341,153,Remainder of Alabama +227,342,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,343,255,Dallas-Fort Worth TX CSA +227,344,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,345,223,New York NY-NJ-CT-PA CSA (NY Part) +227,346,176,Atlanta GA-AL CSA (GA Part) +227,347,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +227,348,223,New York NY-NJ-CT-PA CSA (NY Part) +227,349,266,Washington DC-MD-VA-WV CSA (VA Part) +227,350,201,Boston MA-NH CSA (MA Part) +227,351,266,Washington DC-MD-VA-WV CSA (VA Part) +227,352,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +227,353,223,New York NY-NJ-CT-PA CSA (NY Part) +227,354,223,New York NY-NJ-CT-PA CSA (NY Part) +227,355,172,Miami FL MSA +227,356,172,Miami FL MSA +227,357,223,New York NY-NJ-CT-PA CSA (NY Part) +227,358,223,New York NY-NJ-CT-PA CSA (NY Part) +227,359,173,Orlando FL CSA +227,360,245,Charleston SC MSA +227,361,172,Miami FL MSA +227,362,223,New York NY-NJ-CT-PA CSA (NY Part) +227,363,172,Miami FL MSA +227,364,201,Boston MA-NH CSA (MA Part) +227,365,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,366,12,Chicago IL-IN-WI CSA (IL Part) +227,367,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +227,368,203,Detroit MI CSA +227,369,223,New York NY-NJ-CT-PA CSA (NY Part) +227,370,223,New York NY-NJ-CT-PA CSA (NY Part) +227,371,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +227,372,223,New York NY-NJ-CT-PA CSA (NY Part) +227,373,172,Miami FL MSA +227,374,223,New York NY-NJ-CT-PA CSA (NY Part) +227,375,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,376,232,Cleveland OH CSA +227,377,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +227,378,172,Miami FL MSA +227,379,223,New York NY-NJ-CT-PA CSA (NY Part) +227,380,223,New York NY-NJ-CT-PA CSA (NY Part) +227,381,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +227,382,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +227,383,266,Washington DC-MD-VA-WV CSA (VA Part) +227,384,223,New York NY-NJ-CT-PA CSA (NY Part) +227,385,266,Washington DC-MD-VA-WV CSA (VA Part) +227,386,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +227,387,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,388,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,389,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,390,223,New York NY-NJ-CT-PA CSA (NY Part) +227,391,266,Washington DC-MD-VA-WV CSA (VA Part) +227,392,249,Memphis TN-MS-AR MSA (TN Part) +227,393,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,394,169,Delaware +227,395,266,Washington DC-MD-VA-WV CSA (VA Part) +227,396,12,Chicago IL-IN-WI CSA (IL Part) +227,397,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,398,223,New York NY-NJ-CT-PA CSA (NY Part) +227,399,257,Houston TX CSA +227,400,12,Chicago IL-IN-WI CSA (IL Part) +227,401,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +227,402,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +227,403,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,404,223,New York NY-NJ-CT-PA CSA (NY Part) +227,405,266,Washington DC-MD-VA-WV CSA (VA Part) +227,406,223,New York NY-NJ-CT-PA CSA (NY Part) +227,407,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,408,12,Chicago IL-IN-WI CSA (IL Part) +227,409,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +227,410,249,Memphis TN-MS-AR MSA (TN Part) +227,411,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,412,223,New York NY-NJ-CT-PA CSA (NY Part) +227,413,172,Miami FL MSA +227,414,172,Miami FL MSA +227,415,226,Charlotte NC-SC CSA (NC Part) +227,416,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,417,257,Houston TX CSA +227,418,12,Chicago IL-IN-WI CSA (IL Part) +227,419,223,New York NY-NJ-CT-PA CSA (NY Part) +227,420,223,New York NY-NJ-CT-PA CSA (NY Part) +227,421,223,New York NY-NJ-CT-PA CSA (NY Part) +227,422,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +227,423,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +227,424,172,Miami FL MSA +227,425,203,Detroit MI CSA +227,426,172,Miami FL MSA +227,427,245,Charleston SC MSA +227,428,154,Alaska +227,429,257,Houston TX CSA +227,430,223,New York NY-NJ-CT-PA CSA (NY Part) +227,431,223,New York NY-NJ-CT-PA CSA (NY Part) +227,432,203,Detroit MI CSA +227,433,203,Detroit MI CSA +227,434,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,435,12,Chicago IL-IN-WI CSA (IL Part) +227,436,223,New York NY-NJ-CT-PA CSA (NY Part) +227,437,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +227,438,173,Orlando FL CSA +227,439,172,Miami FL MSA +227,440,172,Miami FL MSA +227,441,195,New Orleans LA CSA +227,442,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,443,201,Boston MA-NH CSA (MA Part) +227,444,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +227,445,223,New York NY-NJ-CT-PA CSA (NY Part) +227,446,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,447,266,Washington DC-MD-VA-WV CSA (VA Part) +227,448,223,New York NY-NJ-CT-PA CSA (NY Part) +227,449,203,Detroit MI CSA +227,450,172,Miami FL MSA +227,451,232,Cleveland OH CSA +227,452,266,Washington DC-MD-VA-WV CSA (VA Part) +227,453,159,Los Angeles CA CSA +227,454,266,Washington DC-MD-VA-WV CSA (VA Part) +227,455,223,New York NY-NJ-CT-PA CSA (NY Part) +227,456,266,Washington DC-MD-VA-WV CSA (VA Part) +227,457,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,458,266,Washington DC-MD-VA-WV CSA (VA Part) +227,459,266,Washington DC-MD-VA-WV CSA (VA Part) +227,460,169,Delaware +227,461,172,Miami FL MSA +227,462,223,New York NY-NJ-CT-PA CSA (NY Part) +227,463,223,New York NY-NJ-CT-PA CSA (NY Part) +227,464,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,465,266,Washington DC-MD-VA-WV CSA (VA Part) +227,466,223,New York NY-NJ-CT-PA CSA (NY Part) +227,467,223,New York NY-NJ-CT-PA CSA (NY Part) +227,468,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +227,469,223,New York NY-NJ-CT-PA CSA (NY Part) +227,470,268,Seattle WA CSA +227,471,266,Washington DC-MD-VA-WV CSA (VA Part) +227,472,249,Memphis TN-MS-AR MSA (TN Part) +227,473,153,Remainder of Alabama +227,474,172,Miami FL MSA +227,475,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,476,223,New York NY-NJ-CT-PA CSA (NY Part) +227,477,232,Cleveland OH CSA +227,478,172,Miami FL MSA +227,479,12,Chicago IL-IN-WI CSA (IL Part) +227,480,266,Washington DC-MD-VA-WV CSA (VA Part) +227,481,223,New York NY-NJ-CT-PA CSA (NY Part) +227,482,266,Washington DC-MD-VA-WV CSA (VA Part) +227,483,223,New York NY-NJ-CT-PA CSA (NY Part) +227,484,172,Miami FL MSA +227,485,12,Chicago IL-IN-WI CSA (IL Part) +227,486,249,Memphis TN-MS-AR MSA (TN Part) +227,487,172,Miami FL MSA +227,488,217,New York NY-NJ-CT-PA CSA (NJ Part) +227,489,223,New York NY-NJ-CT-PA CSA (NY Part) +227,490,223,New York NY-NJ-CT-PA CSA (NY Part) +227,491,192,Remainder of Kentucky +228,274,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +228,275,223,New York NY-NJ-CT-PA CSA (NY Part) +228,276,223,New York NY-NJ-CT-PA CSA (NY Part) +228,277,217,New York NY-NJ-CT-PA CSA (NJ Part) +228,278,223,New York NY-NJ-CT-PA CSA (NY Part) +228,279,266,Washington DC-MD-VA-WV CSA (VA Part) +228,280,226,Charlotte NC-SC CSA (NC Part) +228,281,172,Miami FL MSA +228,282,201,Boston MA-NH CSA (MA Part) +228,283,172,Miami FL MSA +228,284,12,Chicago IL-IN-WI CSA (IL Part) +228,285,223,New York NY-NJ-CT-PA CSA (NY Part) +228,286,201,Boston MA-NH CSA (MA Part) +228,287,266,Washington DC-MD-VA-WV CSA (VA Part) +228,288,266,Washington DC-MD-VA-WV CSA (VA Part) +228,289,12,Chicago IL-IN-WI CSA (IL Part) +228,290,172,Miami FL MSA +228,291,223,New York NY-NJ-CT-PA CSA (NY Part) +228,292,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +228,293,172,Miami FL MSA +228,294,223,New York NY-NJ-CT-PA CSA (NY Part) +228,295,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +228,296,217,New York NY-NJ-CT-PA CSA (NJ Part) +228,297,172,Miami FL MSA +228,298,266,Washington DC-MD-VA-WV CSA (VA Part) +228,299,223,New York NY-NJ-CT-PA CSA (NY Part) +228,300,172,Miami FL MSA +228,301,223,New York NY-NJ-CT-PA CSA (NY Part) +228,302,173,Orlando FL CSA +228,303,154,Alaska +228,304,223,New York NY-NJ-CT-PA CSA (NY Part) +228,305,223,New York NY-NJ-CT-PA CSA (NY Part) +228,306,223,New York NY-NJ-CT-PA CSA (NY Part) +228,307,223,New York NY-NJ-CT-PA CSA (NY Part) +228,308,223,New York NY-NJ-CT-PA CSA (NY Part) +228,309,169,Delaware +228,310,12,Chicago IL-IN-WI CSA (IL Part) +228,311,217,New York NY-NJ-CT-PA CSA (NJ Part) +228,312,172,Miami FL MSA +228,313,232,Cleveland OH CSA +228,314,223,New York NY-NJ-CT-PA CSA (NY Part) +228,315,192,Remainder of Kentucky +228,316,232,Cleveland OH CSA +228,317,231,Cincinnati OH-KY-IN CSA (OH Part) +228,318,169,Delaware +228,319,172,Miami FL MSA +228,320,217,New York NY-NJ-CT-PA CSA (NJ Part) +228,321,223,New York NY-NJ-CT-PA CSA (NY Part) +228,322,176,Atlanta GA-AL CSA (GA Part) +228,323,172,Miami FL MSA +228,324,223,New York NY-NJ-CT-PA CSA (NY Part) +228,325,172,Miami FL MSA +228,326,172,Miami FL MSA +228,327,217,New York NY-NJ-CT-PA CSA (NJ Part) +228,328,223,New York NY-NJ-CT-PA CSA (NY Part) +228,329,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +228,330,217,New York NY-NJ-CT-PA CSA (NJ Part) +228,331,201,Boston MA-NH CSA (MA Part) +228,332,172,Miami FL MSA +228,333,172,Miami FL MSA +228,334,172,Miami FL MSA +228,335,217,New York NY-NJ-CT-PA CSA (NJ Part) +228,336,172,Miami FL MSA +228,337,217,New York NY-NJ-CT-PA CSA (NJ Part) +228,338,176,Atlanta GA-AL CSA (GA Part) +228,339,232,Cleveland OH CSA +228,340,223,New York NY-NJ-CT-PA CSA (NY Part) +228,341,172,Miami FL MSA +228,342,223,New York NY-NJ-CT-PA CSA (NY Part) +228,343,162,San Francisco CA CSA +228,344,231,Cincinnati OH-KY-IN CSA (OH Part) +228,345,266,Washington DC-MD-VA-WV CSA (VA Part) +228,346,217,New York NY-NJ-CT-PA CSA (NJ Part) +228,347,217,New York NY-NJ-CT-PA CSA (NJ Part) +228,348,223,New York NY-NJ-CT-PA CSA (NY Part) +228,349,217,New York NY-NJ-CT-PA CSA (NJ Part) +228,350,201,Boston MA-NH CSA (MA Part) +228,351,266,Washington DC-MD-VA-WV CSA (VA Part) +228,352,223,New York NY-NJ-CT-PA CSA (NY Part) +228,353,223,New York NY-NJ-CT-PA CSA (NY Part) +228,354,266,Washington DC-MD-VA-WV CSA (VA Part) +228,355,245,Charleston SC MSA +228,356,172,Miami FL MSA +228,357,266,Washington DC-MD-VA-WV CSA (VA Part) +228,358,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +228,359,172,Miami FL MSA +228,360,172,Miami FL MSA +228,361,223,New York NY-NJ-CT-PA CSA (NY Part) +228,362,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +228,363,172,Miami FL MSA +228,364,223,New York NY-NJ-CT-PA CSA (NY Part) +228,365,266,Washington DC-MD-VA-WV CSA (VA Part) +228,366,223,New York NY-NJ-CT-PA CSA (NY Part) +228,367,249,Memphis TN-MS-AR MSA (TN Part) +228,368,223,New York NY-NJ-CT-PA CSA (NY Part) +228,369,223,New York NY-NJ-CT-PA CSA (NY Part) +228,370,223,New York NY-NJ-CT-PA CSA (NY Part) +228,371,223,New York NY-NJ-CT-PA CSA (NY Part) +228,372,217,New York NY-NJ-CT-PA CSA (NJ Part) +228,373,176,Atlanta GA-AL CSA (GA Part) +228,374,12,Chicago IL-IN-WI CSA (IL Part) +228,375,217,New York NY-NJ-CT-PA CSA (NJ Part) +228,376,266,Washington DC-MD-VA-WV CSA (VA Part) +228,377,266,Washington DC-MD-VA-WV CSA (VA Part) +228,378,172,Miami FL MSA +228,379,201,Boston MA-NH CSA (MA Part) +228,380,217,New York NY-NJ-CT-PA CSA (NJ Part) +228,381,12,Chicago IL-IN-WI CSA (IL Part) +228,382,217,New York NY-NJ-CT-PA CSA (NJ Part) +228,383,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +228,384,172,Miami FL MSA +228,385,223,New York NY-NJ-CT-PA CSA (NY Part) +228,386,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +228,387,223,New York NY-NJ-CT-PA CSA (NY Part) +228,388,266,Washington DC-MD-VA-WV CSA (VA Part) +228,389,223,New York NY-NJ-CT-PA CSA (NY Part) +228,390,223,New York NY-NJ-CT-PA CSA (NY Part) +228,391,223,New York NY-NJ-CT-PA CSA (NY Part) +228,392,176,Atlanta GA-AL CSA (GA Part) +228,393,226,Charlotte NC-SC CSA (NC Part) +228,394,223,New York NY-NJ-CT-PA CSA (NY Part) +228,395,266,Washington DC-MD-VA-WV CSA (VA Part) +228,396,12,Chicago IL-IN-WI CSA (IL Part) +228,397,266,Washington DC-MD-VA-WV CSA (VA Part) +228,398,217,New York NY-NJ-CT-PA CSA (NJ Part) +228,399,176,Atlanta GA-AL CSA (GA Part) +228,400,12,Chicago IL-IN-WI CSA (IL Part) +228,401,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +228,402,223,New York NY-NJ-CT-PA CSA (NY Part) +228,403,169,Delaware +228,404,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +228,405,172,Miami FL MSA +228,406,217,New York NY-NJ-CT-PA CSA (NJ Part) +228,407,266,Washington DC-MD-VA-WV CSA (VA Part) +228,408,223,New York NY-NJ-CT-PA CSA (NY Part) +228,409,223,New York NY-NJ-CT-PA CSA (NY Part) +228,410,162,San Francisco CA CSA +228,411,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +228,412,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +228,413,249,Memphis TN-MS-AR MSA (TN Part) +228,414,172,Miami FL MSA +228,415,223,New York NY-NJ-CT-PA CSA (NY Part) +228,416,223,New York NY-NJ-CT-PA CSA (NY Part) +228,417,257,Houston TX CSA +228,418,223,New York NY-NJ-CT-PA CSA (NY Part) +228,419,217,New York NY-NJ-CT-PA CSA (NJ Part) +228,420,191,Louisville KY-IN CSA (KY Part) +228,421,217,New York NY-NJ-CT-PA CSA (NJ Part) +228,422,12,Chicago IL-IN-WI CSA (IL Part) +228,423,223,New York NY-NJ-CT-PA CSA (NY Part) +228,424,245,Charleston SC MSA +228,425,12,Chicago IL-IN-WI CSA (IL Part) +228,426,172,Miami FL MSA +228,427,172,Miami FL MSA +228,428,153,Remainder of Alabama +228,429,255,Dallas-Fort Worth TX CSA +228,430,223,New York NY-NJ-CT-PA CSA (NY Part) +228,431,266,Washington DC-MD-VA-WV CSA (VA Part) +228,432,201,Boston MA-NH CSA (MA Part) +228,433,191,Louisville KY-IN CSA (KY Part) +228,434,231,Cincinnati OH-KY-IN CSA (OH Part) +228,435,266,Washington DC-MD-VA-WV CSA (VA Part) +228,436,223,New York NY-NJ-CT-PA CSA (NY Part) +228,437,172,Miami FL MSA +228,438,266,Washington DC-MD-VA-WV CSA (VA Part) +228,439,176,Atlanta GA-AL CSA (GA Part) +228,440,245,Charleston SC MSA +228,441,191,Louisville KY-IN CSA (KY Part) +228,442,245,Charleston SC MSA +228,443,223,New York NY-NJ-CT-PA CSA (NY Part) +228,444,201,Boston MA-NH CSA (MA Part) +228,445,217,New York NY-NJ-CT-PA CSA (NJ Part) +228,446,223,New York NY-NJ-CT-PA CSA (NY Part) +228,447,217,New York NY-NJ-CT-PA CSA (NJ Part) +228,448,266,Washington DC-MD-VA-WV CSA (VA Part) +228,449,217,New York NY-NJ-CT-PA CSA (NJ Part) +228,450,172,Miami FL MSA +228,451,223,New York NY-NJ-CT-PA CSA (NY Part) +228,452,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +228,453,162,San Francisco CA CSA +228,454,245,Charleston SC MSA +228,455,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +228,456,223,New York NY-NJ-CT-PA CSA (NY Part) +228,457,217,New York NY-NJ-CT-PA CSA (NJ Part) +228,458,223,New York NY-NJ-CT-PA CSA (NY Part) +228,459,266,Washington DC-MD-VA-WV CSA (VA Part) +228,460,223,New York NY-NJ-CT-PA CSA (NY Part) +228,461,172,Miami FL MSA +228,462,223,New York NY-NJ-CT-PA CSA (NY Part) +228,463,223,New York NY-NJ-CT-PA CSA (NY Part) +228,464,223,New York NY-NJ-CT-PA CSA (NY Part) +228,465,223,New York NY-NJ-CT-PA CSA (NY Part) +228,466,266,Washington DC-MD-VA-WV CSA (VA Part) +228,467,223,New York NY-NJ-CT-PA CSA (NY Part) +228,468,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +228,469,217,New York NY-NJ-CT-PA CSA (NJ Part) +228,470,223,New York NY-NJ-CT-PA CSA (NY Part) +228,471,266,Washington DC-MD-VA-WV CSA (VA Part) +228,472,249,Memphis TN-MS-AR MSA (TN Part) +228,473,159,Los Angeles CA CSA +228,474,172,Miami FL MSA +228,475,223,New York NY-NJ-CT-PA CSA (NY Part) +228,476,223,New York NY-NJ-CT-PA CSA (NY Part) +228,477,217,New York NY-NJ-CT-PA CSA (NJ Part) +228,478,172,Miami FL MSA +228,479,176,Atlanta GA-AL CSA (GA Part) +228,480,223,New York NY-NJ-CT-PA CSA (NY Part) +228,481,223,New York NY-NJ-CT-PA CSA (NY Part) +228,482,223,New York NY-NJ-CT-PA CSA (NY Part) +228,483,223,New York NY-NJ-CT-PA CSA (NY Part) +228,484,266,Washington DC-MD-VA-WV CSA (VA Part) +228,485,266,Washington DC-MD-VA-WV CSA (VA Part) +228,486,257,Houston TX CSA +228,487,172,Miami FL MSA +228,488,176,Atlanta GA-AL CSA (GA Part) +228,489,223,New York NY-NJ-CT-PA CSA (NY Part) +228,490,217,New York NY-NJ-CT-PA CSA (NJ Part) +228,491,223,New York NY-NJ-CT-PA CSA (NY Part) +229,274,223,New York NY-NJ-CT-PA CSA (NY Part) +229,275,266,Washington DC-MD-VA-WV CSA (VA Part) +229,276,201,Boston MA-NH CSA (MA Part) +229,277,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +229,278,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +229,279,172,Miami FL MSA +229,280,172,Miami FL MSA +229,281,172,Miami FL MSA +229,282,201,Boston MA-NH CSA (MA Part) +229,283,173,Orlando FL CSA +229,284,195,New Orleans LA CSA +229,285,223,New York NY-NJ-CT-PA CSA (NY Part) +229,286,223,New York NY-NJ-CT-PA CSA (NY Part) +229,287,176,Atlanta GA-AL CSA (GA Part) +229,288,203,Detroit MI CSA +229,289,223,New York NY-NJ-CT-PA CSA (NY Part) +229,290,172,Miami FL MSA +229,291,266,Washington DC-MD-VA-WV CSA (VA Part) +229,292,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +229,293,172,Miami FL MSA +229,294,266,Washington DC-MD-VA-WV CSA (VA Part) +229,295,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +229,296,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +229,297,172,Miami FL MSA +229,298,217,New York NY-NJ-CT-PA CSA (NJ Part) +229,299,217,New York NY-NJ-CT-PA CSA (NJ Part) +229,300,172,Miami FL MSA +229,301,217,New York NY-NJ-CT-PA CSA (NJ Part) +229,302,172,Miami FL MSA +229,303,201,Boston MA-NH CSA (MA Part) +229,304,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +229,305,217,New York NY-NJ-CT-PA CSA (NJ Part) +229,306,223,New York NY-NJ-CT-PA CSA (NY Part) +229,307,217,New York NY-NJ-CT-PA CSA (NJ Part) +229,308,232,Cleveland OH CSA +229,309,223,New York NY-NJ-CT-PA CSA (NY Part) +229,310,12,Chicago IL-IN-WI CSA (IL Part) +229,311,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +229,312,172,Miami FL MSA +229,313,201,Boston MA-NH CSA (MA Part) +229,314,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +229,315,172,Miami FL MSA +229,316,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +229,317,12,Chicago IL-IN-WI CSA (IL Part) +229,318,223,New York NY-NJ-CT-PA CSA (NY Part) +229,319,172,Miami FL MSA +229,320,217,New York NY-NJ-CT-PA CSA (NJ Part) +229,321,223,New York NY-NJ-CT-PA CSA (NY Part) +229,322,255,Dallas-Fort Worth TX CSA +229,323,173,Orlando FL CSA +229,324,232,Cleveland OH CSA +229,325,172,Miami FL MSA +229,326,172,Miami FL MSA +229,327,223,New York NY-NJ-CT-PA CSA (NY Part) +229,328,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +229,329,217,New York NY-NJ-CT-PA CSA (NJ Part) +229,330,223,New York NY-NJ-CT-PA CSA (NY Part) +229,331,217,New York NY-NJ-CT-PA CSA (NJ Part) +229,332,172,Miami FL MSA +229,333,172,Miami FL MSA +229,334,172,Miami FL MSA +229,335,223,New York NY-NJ-CT-PA CSA (NY Part) +229,336,153,Remainder of Alabama +229,337,266,Washington DC-MD-VA-WV CSA (VA Part) +229,338,245,Charleston SC MSA +229,339,223,New York NY-NJ-CT-PA CSA (NY Part) +229,340,217,New York NY-NJ-CT-PA CSA (NJ Part) +229,341,176,Atlanta GA-AL CSA (GA Part) +229,342,223,New York NY-NJ-CT-PA CSA (NY Part) +229,343,249,Memphis TN-MS-AR MSA (TN Part) +229,344,201,Boston MA-NH CSA (MA Part) +229,345,217,New York NY-NJ-CT-PA CSA (NJ Part) +229,346,201,Boston MA-NH CSA (MA Part) +229,347,245,Charleston SC MSA +229,348,223,New York NY-NJ-CT-PA CSA (NY Part) +229,349,203,Detroit MI CSA +229,350,223,New York NY-NJ-CT-PA CSA (NY Part) +229,351,217,New York NY-NJ-CT-PA CSA (NJ Part) +229,352,223,New York NY-NJ-CT-PA CSA (NY Part) +229,353,217,New York NY-NJ-CT-PA CSA (NJ Part) +229,354,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +229,355,172,Miami FL MSA +229,356,176,Atlanta GA-AL CSA (GA Part) +229,357,226,Charlotte NC-SC CSA (NC Part) +229,358,266,Washington DC-MD-VA-WV CSA (VA Part) +229,359,172,Miami FL MSA +229,360,172,Miami FL MSA +229,361,245,Charleston SC MSA +229,362,223,New York NY-NJ-CT-PA CSA (NY Part) +229,363,172,Miami FL MSA +229,364,223,New York NY-NJ-CT-PA CSA (NY Part) +229,365,223,New York NY-NJ-CT-PA CSA (NY Part) +229,366,266,Washington DC-MD-VA-WV CSA (VA Part) +229,367,249,Memphis TN-MS-AR MSA (TN Part) +229,368,217,New York NY-NJ-CT-PA CSA (NJ Part) +229,369,223,New York NY-NJ-CT-PA CSA (NY Part) +229,370,223,New York NY-NJ-CT-PA CSA (NY Part) +229,371,223,New York NY-NJ-CT-PA CSA (NY Part) +229,372,266,Washington DC-MD-VA-WV CSA (VA Part) +229,373,172,Miami FL MSA +229,374,154,Alaska +229,375,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +229,376,266,Washington DC-MD-VA-WV CSA (VA Part) +229,377,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +229,378,173,Orlando FL CSA +229,379,217,New York NY-NJ-CT-PA CSA (NJ Part) +229,380,203,Detroit MI CSA +229,381,12,Chicago IL-IN-WI CSA (IL Part) +229,382,266,Washington DC-MD-VA-WV CSA (VA Part) +229,383,217,New York NY-NJ-CT-PA CSA (NJ Part) +229,384,223,New York NY-NJ-CT-PA CSA (NY Part) +229,385,217,New York NY-NJ-CT-PA CSA (NJ Part) +229,386,223,New York NY-NJ-CT-PA CSA (NY Part) +229,387,223,New York NY-NJ-CT-PA CSA (NY Part) +229,388,223,New York NY-NJ-CT-PA CSA (NY Part) +229,389,266,Washington DC-MD-VA-WV CSA (VA Part) +229,390,217,New York NY-NJ-CT-PA CSA (NJ Part) +229,391,176,Atlanta GA-AL CSA (GA Part) +229,392,223,New York NY-NJ-CT-PA CSA (NY Part) +229,393,201,Boston MA-NH CSA (MA Part) +229,394,223,New York NY-NJ-CT-PA CSA (NY Part) +229,395,223,New York NY-NJ-CT-PA CSA (NY Part) +229,396,159,Los Angeles CA CSA +229,397,223,New York NY-NJ-CT-PA CSA (NY Part) +229,398,266,Washington DC-MD-VA-WV CSA (VA Part) +229,399,195,New Orleans LA CSA +229,400,162,San Francisco CA CSA +229,401,223,New York NY-NJ-CT-PA CSA (NY Part) +229,402,223,New York NY-NJ-CT-PA CSA (NY Part) +229,403,12,Chicago IL-IN-WI CSA (IL Part) +229,404,223,New York NY-NJ-CT-PA CSA (NY Part) +229,405,172,Miami FL MSA +229,406,223,New York NY-NJ-CT-PA CSA (NY Part) +229,407,223,New York NY-NJ-CT-PA CSA (NY Part) +229,408,223,New York NY-NJ-CT-PA CSA (NY Part) +229,409,223,New York NY-NJ-CT-PA CSA (NY Part) +229,410,191,Louisville KY-IN CSA (KY Part) +229,411,201,Boston MA-NH CSA (MA Part) +229,412,217,New York NY-NJ-CT-PA CSA (NJ Part) +229,413,249,Memphis TN-MS-AR MSA (TN Part) +229,414,172,Miami FL MSA +229,415,266,Washington DC-MD-VA-WV CSA (VA Part) +229,416,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +229,417,255,Dallas-Fort Worth TX CSA +229,418,226,Charlotte NC-SC CSA (NC Part) +229,419,223,New York NY-NJ-CT-PA CSA (NY Part) +229,420,266,Washington DC-MD-VA-WV CSA (VA Part) +229,421,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +229,422,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +229,423,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +229,424,176,Atlanta GA-AL CSA (GA Part) +229,425,186,Indianapolis IN CSA +229,426,172,Miami FL MSA +229,427,172,Miami FL MSA +229,428,223,New York NY-NJ-CT-PA CSA (NY Part) +229,429,172,Miami FL MSA +229,430,217,New York NY-NJ-CT-PA CSA (NJ Part) +229,431,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +229,432,232,Cleveland OH CSA +229,433,266,Washington DC-MD-VA-WV CSA (VA Part) +229,434,223,New York NY-NJ-CT-PA CSA (NY Part) +229,435,223,New York NY-NJ-CT-PA CSA (NY Part) +229,436,217,New York NY-NJ-CT-PA CSA (NJ Part) +229,437,176,Atlanta GA-AL CSA (GA Part) +229,438,266,Washington DC-MD-VA-WV CSA (VA Part) +229,439,172,Miami FL MSA +229,440,172,Miami FL MSA +229,441,176,Atlanta GA-AL CSA (GA Part) +229,442,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +229,443,266,Washington DC-MD-VA-WV CSA (VA Part) +229,444,223,New York NY-NJ-CT-PA CSA (NY Part) +229,445,223,New York NY-NJ-CT-PA CSA (NY Part) +229,446,266,Washington DC-MD-VA-WV CSA (VA Part) +229,447,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +229,448,226,Charlotte NC-SC CSA (NC Part) +229,449,223,New York NY-NJ-CT-PA CSA (NY Part) +229,450,266,Washington DC-MD-VA-WV CSA (VA Part) +229,451,217,New York NY-NJ-CT-PA CSA (NJ Part) +229,452,223,New York NY-NJ-CT-PA CSA (NY Part) +229,453,159,Los Angeles CA CSA +229,454,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +229,455,266,Washington DC-MD-VA-WV CSA (VA Part) +229,456,201,Boston MA-NH CSA (MA Part) +229,457,217,New York NY-NJ-CT-PA CSA (NJ Part) +229,458,201,Boston MA-NH CSA (MA Part) +229,459,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +229,460,217,New York NY-NJ-CT-PA CSA (NJ Part) +229,461,266,Washington DC-MD-VA-WV CSA (VA Part) +229,462,223,New York NY-NJ-CT-PA CSA (NY Part) +229,463,217,New York NY-NJ-CT-PA CSA (NJ Part) +229,464,223,New York NY-NJ-CT-PA CSA (NY Part) +229,465,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +229,466,223,New York NY-NJ-CT-PA CSA (NY Part) +229,467,266,Washington DC-MD-VA-WV CSA (VA Part) +229,468,232,Cleveland OH CSA +229,469,223,New York NY-NJ-CT-PA CSA (NY Part) +229,470,12,Chicago IL-IN-WI CSA (IL Part) +229,471,266,Washington DC-MD-VA-WV CSA (VA Part) +229,472,159,Los Angeles CA CSA +229,473,255,Dallas-Fort Worth TX CSA +229,474,172,Miami FL MSA +229,475,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +229,476,217,New York NY-NJ-CT-PA CSA (NJ Part) +229,477,223,New York NY-NJ-CT-PA CSA (NY Part) +229,478,172,Miami FL MSA +229,479,159,Los Angeles CA CSA +229,480,176,Atlanta GA-AL CSA (GA Part) +229,481,223,New York NY-NJ-CT-PA CSA (NY Part) +229,482,223,New York NY-NJ-CT-PA CSA (NY Part) +229,483,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +229,484,172,Miami FL MSA +229,485,217,New York NY-NJ-CT-PA CSA (NJ Part) +229,486,257,Houston TX CSA +229,487,266,Washington DC-MD-VA-WV CSA (VA Part) +229,488,203,Detroit MI CSA +229,489,223,New York NY-NJ-CT-PA CSA (NY Part) +229,490,223,New York NY-NJ-CT-PA CSA (NY Part) +229,491,217,New York NY-NJ-CT-PA CSA (NJ Part) +230,274,154,Alaska +230,275,12,Chicago IL-IN-WI CSA (IL Part) +230,276,223,New York NY-NJ-CT-PA CSA (NY Part) +230,277,217,New York NY-NJ-CT-PA CSA (NJ Part) +230,278,223,New York NY-NJ-CT-PA CSA (NY Part) +230,279,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +230,280,203,Detroit MI CSA +230,281,172,Miami FL MSA +230,282,232,Cleveland OH CSA +230,283,191,Louisville KY-IN CSA (KY Part) +230,284,154,Alaska +230,285,223,New York NY-NJ-CT-PA CSA (NY Part) +230,286,223,New York NY-NJ-CT-PA CSA (NY Part) +230,287,172,Miami FL MSA +230,288,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +230,289,154,Alaska +230,290,249,Memphis TN-MS-AR MSA (TN Part) +230,291,232,Cleveland OH CSA +230,292,266,Washington DC-MD-VA-WV CSA (VA Part) +230,293,249,Memphis TN-MS-AR MSA (TN Part) +230,294,217,New York NY-NJ-CT-PA CSA (NJ Part) +230,295,191,Louisville KY-IN CSA (KY Part) +230,296,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +230,297,176,Atlanta GA-AL CSA (GA Part) +230,298,223,New York NY-NJ-CT-PA CSA (NY Part) +230,299,245,Charleston SC MSA +230,300,172,Miami FL MSA +230,301,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +230,302,226,Charlotte NC-SC CSA (NC Part) +230,303,154,Alaska +230,304,223,New York NY-NJ-CT-PA CSA (NY Part) +230,305,201,Boston MA-NH CSA (MA Part) +230,306,201,Boston MA-NH CSA (MA Part) +230,307,191,Louisville KY-IN CSA (KY Part) +230,308,154,Alaska +230,309,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +230,310,12,Chicago IL-IN-WI CSA (IL Part) +230,311,217,New York NY-NJ-CT-PA CSA (NJ Part) +230,312,172,Miami FL MSA +230,313,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +230,314,12,Chicago IL-IN-WI CSA (IL Part) +230,315,172,Miami FL MSA +230,316,154,Alaska +230,317,154,Alaska +230,318,154,Alaska +230,319,12,Chicago IL-IN-WI CSA (IL Part) +230,320,217,New York NY-NJ-CT-PA CSA (NJ Part) +230,321,176,Atlanta GA-AL CSA (GA Part) +230,322,159,Los Angeles CA CSA +230,323,249,Memphis TN-MS-AR MSA (TN Part) +230,324,203,Detroit MI CSA +230,325,172,Miami FL MSA +230,326,172,Miami FL MSA +230,327,203,Detroit MI CSA +230,328,223,New York NY-NJ-CT-PA CSA (NY Part) +230,329,12,Chicago IL-IN-WI CSA (IL Part) +230,330,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +230,331,191,Louisville KY-IN CSA (KY Part) +230,332,192,Remainder of Kentucky +230,333,12,Chicago IL-IN-WI CSA (IL Part) +230,334,172,Miami FL MSA +230,335,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +230,336,249,Memphis TN-MS-AR MSA (TN Part) +230,337,201,Boston MA-NH CSA (MA Part) +230,338,12,Chicago IL-IN-WI CSA (IL Part) +230,339,203,Detroit MI CSA +230,340,12,Chicago IL-IN-WI CSA (IL Part) +230,341,172,Miami FL MSA +230,342,223,New York NY-NJ-CT-PA CSA (NY Part) +230,343,159,Los Angeles CA CSA +230,344,201,Boston MA-NH CSA (MA Part) +230,345,223,New York NY-NJ-CT-PA CSA (NY Part) +230,346,231,Cincinnati OH-KY-IN CSA (OH Part) +230,347,12,Chicago IL-IN-WI CSA (IL Part) +230,348,12,Chicago IL-IN-WI CSA (IL Part) +230,349,203,Detroit MI CSA +230,350,217,New York NY-NJ-CT-PA CSA (NJ Part) +230,351,223,New York NY-NJ-CT-PA CSA (NY Part) +230,352,201,Boston MA-NH CSA (MA Part) +230,353,223,New York NY-NJ-CT-PA CSA (NY Part) +230,354,12,Chicago IL-IN-WI CSA (IL Part) +230,355,176,Atlanta GA-AL CSA (GA Part) +230,356,249,Memphis TN-MS-AR MSA (TN Part) +230,357,191,Louisville KY-IN CSA (KY Part) +230,358,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +230,359,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +230,360,172,Miami FL MSA +230,361,172,Miami FL MSA +230,362,217,New York NY-NJ-CT-PA CSA (NJ Part) +230,363,195,New Orleans LA CSA +230,364,223,New York NY-NJ-CT-PA CSA (NY Part) +230,365,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +230,366,162,San Francisco CA CSA +230,367,268,Seattle WA CSA +230,368,12,Chicago IL-IN-WI CSA (IL Part) +230,369,12,Chicago IL-IN-WI CSA (IL Part) +230,370,12,Chicago IL-IN-WI CSA (IL Part) +230,371,223,New York NY-NJ-CT-PA CSA (NY Part) +230,372,12,Chicago IL-IN-WI CSA (IL Part) +230,373,172,Miami FL MSA +230,374,268,Seattle WA CSA +230,375,223,New York NY-NJ-CT-PA CSA (NY Part) +230,376,12,Chicago IL-IN-WI CSA (IL Part) +230,377,223,New York NY-NJ-CT-PA CSA (NY Part) +230,378,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +230,379,12,Chicago IL-IN-WI CSA (IL Part) +230,380,154,Alaska +230,381,154,Alaska +230,382,12,Chicago IL-IN-WI CSA (IL Part) +230,383,217,New York NY-NJ-CT-PA CSA (NJ Part) +230,384,223,New York NY-NJ-CT-PA CSA (NY Part) +230,385,201,Boston MA-NH CSA (MA Part) +230,386,223,New York NY-NJ-CT-PA CSA (NY Part) +230,387,223,New York NY-NJ-CT-PA CSA (NY Part) +230,388,232,Cleveland OH CSA +230,389,223,New York NY-NJ-CT-PA CSA (NY Part) +230,390,223,New York NY-NJ-CT-PA CSA (NY Part) +230,391,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +230,392,154,Alaska +230,393,12,Chicago IL-IN-WI CSA (IL Part) +230,394,12,Chicago IL-IN-WI CSA (IL Part) +230,395,223,New York NY-NJ-CT-PA CSA (NY Part) +230,396,162,San Francisco CA CSA +230,397,12,Chicago IL-IN-WI CSA (IL Part) +230,398,169,Delaware +230,399,164,Denver CO CSA +230,400,159,Los Angeles CA CSA +230,401,223,New York NY-NJ-CT-PA CSA (NY Part) +230,402,217,New York NY-NJ-CT-PA CSA (NJ Part) +230,403,154,Alaska +230,404,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +230,405,249,Memphis TN-MS-AR MSA (TN Part) +230,406,217,New York NY-NJ-CT-PA CSA (NJ Part) +230,407,12,Chicago IL-IN-WI CSA (IL Part) +230,408,268,Seattle WA CSA +230,409,223,New York NY-NJ-CT-PA CSA (NY Part) +230,410,159,Los Angeles CA CSA +230,411,154,Alaska +230,412,12,Chicago IL-IN-WI CSA (IL Part) +230,413,159,Los Angeles CA CSA +230,414,153,Remainder of Alabama +230,415,266,Washington DC-MD-VA-WV CSA (VA Part) +230,416,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +230,417,162,San Francisco CA CSA +230,418,154,Alaska +230,419,203,Detroit MI CSA +230,420,12,Chicago IL-IN-WI CSA (IL Part) +230,421,12,Chicago IL-IN-WI CSA (IL Part) +230,422,154,Alaska +230,423,217,New York NY-NJ-CT-PA CSA (NJ Part) +230,424,191,Louisville KY-IN CSA (KY Part) +230,425,154,Alaska +230,426,231,Cincinnati OH-KY-IN CSA (OH Part) +230,427,172,Miami FL MSA +230,428,154,Alaska +230,429,162,San Francisco CA CSA +230,430,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +230,431,12,Chicago IL-IN-WI CSA (IL Part) +230,432,203,Detroit MI CSA +230,433,232,Cleveland OH CSA +230,434,203,Detroit MI CSA +230,435,12,Chicago IL-IN-WI CSA (IL Part) +230,436,217,New York NY-NJ-CT-PA CSA (NJ Part) +230,437,176,Atlanta GA-AL CSA (GA Part) +230,438,172,Miami FL MSA +230,439,12,Chicago IL-IN-WI CSA (IL Part) +230,440,12,Chicago IL-IN-WI CSA (IL Part) +230,441,159,Los Angeles CA CSA +230,442,12,Chicago IL-IN-WI CSA (IL Part) +230,443,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +230,444,201,Boston MA-NH CSA (MA Part) +230,445,186,Indianapolis IN CSA +230,446,217,New York NY-NJ-CT-PA CSA (NJ Part) +230,447,201,Boston MA-NH CSA (MA Part) +230,448,217,New York NY-NJ-CT-PA CSA (NJ Part) +230,449,159,Los Angeles CA CSA +230,450,186,Indianapolis IN CSA +230,451,223,New York NY-NJ-CT-PA CSA (NY Part) +230,452,169,Delaware +230,453,162,San Francisco CA CSA +230,454,217,New York NY-NJ-CT-PA CSA (NJ Part) +230,455,201,Boston MA-NH CSA (MA Part) +230,456,154,Alaska +230,457,217,New York NY-NJ-CT-PA CSA (NJ Part) +230,458,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +230,459,154,Alaska +230,460,12,Chicago IL-IN-WI CSA (IL Part) +230,461,176,Atlanta GA-AL CSA (GA Part) +230,462,223,New York NY-NJ-CT-PA CSA (NY Part) +230,463,12,Chicago IL-IN-WI CSA (IL Part) +230,464,223,New York NY-NJ-CT-PA CSA (NY Part) +230,465,223,New York NY-NJ-CT-PA CSA (NY Part) +230,466,217,New York NY-NJ-CT-PA CSA (NJ Part) +230,467,12,Chicago IL-IN-WI CSA (IL Part) +230,468,268,Seattle WA CSA +230,469,12,Chicago IL-IN-WI CSA (IL Part) +230,470,162,San Francisco CA CSA +230,471,191,Louisville KY-IN CSA (KY Part) +230,472,159,Los Angeles CA CSA +230,473,159,Los Angeles CA CSA +230,474,172,Miami FL MSA +230,475,203,Detroit MI CSA +230,476,12,Chicago IL-IN-WI CSA (IL Part) +230,477,154,Alaska +230,478,12,Chicago IL-IN-WI CSA (IL Part) +230,479,268,Seattle WA CSA +230,480,12,Chicago IL-IN-WI CSA (IL Part) +230,481,203,Detroit MI CSA +230,482,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +230,483,12,Chicago IL-IN-WI CSA (IL Part) +230,484,249,Memphis TN-MS-AR MSA (TN Part) +230,485,154,Alaska +230,486,159,Los Angeles CA CSA +230,487,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +230,488,154,Alaska +230,489,186,Indianapolis IN CSA +230,490,223,New York NY-NJ-CT-PA CSA (NY Part) +230,491,223,New York NY-NJ-CT-PA CSA (NY Part) +231,274,12,Chicago IL-IN-WI CSA (IL Part) +231,275,217,New York NY-NJ-CT-PA CSA (NJ Part) +231,276,186,Indianapolis IN CSA +231,277,217,New York NY-NJ-CT-PA CSA (NJ Part) +231,278,217,New York NY-NJ-CT-PA CSA (NJ Part) +231,279,266,Washington DC-MD-VA-WV CSA (VA Part) +231,280,266,Washington DC-MD-VA-WV CSA (VA Part) +231,281,176,Atlanta GA-AL CSA (GA Part) +231,282,223,New York NY-NJ-CT-PA CSA (NY Part) +231,283,176,Atlanta GA-AL CSA (GA Part) +231,284,154,Alaska +231,285,217,New York NY-NJ-CT-PA CSA (NJ Part) +231,286,223,New York NY-NJ-CT-PA CSA (NY Part) +231,287,226,Charlotte NC-SC CSA (NC Part) +231,288,223,New York NY-NJ-CT-PA CSA (NY Part) +231,289,176,Atlanta GA-AL CSA (GA Part) +231,290,176,Atlanta GA-AL CSA (GA Part) +231,291,217,New York NY-NJ-CT-PA CSA (NJ Part) +231,292,217,New York NY-NJ-CT-PA CSA (NJ Part) +231,293,192,Remainder of Kentucky +231,294,217,New York NY-NJ-CT-PA CSA (NJ Part) +231,295,266,Washington DC-MD-VA-WV CSA (VA Part) +231,296,249,Memphis TN-MS-AR MSA (TN Part) +231,297,172,Miami FL MSA +231,298,217,New York NY-NJ-CT-PA CSA (NJ Part) +231,299,223,New York NY-NJ-CT-PA CSA (NY Part) +231,300,173,Orlando FL CSA +231,301,232,Cleveland OH CSA +231,302,176,Atlanta GA-AL CSA (GA Part) +231,303,162,San Francisco CA CSA +231,304,217,New York NY-NJ-CT-PA CSA (NJ Part) +231,305,201,Boston MA-NH CSA (MA Part) +231,306,12,Chicago IL-IN-WI CSA (IL Part) +231,307,223,New York NY-NJ-CT-PA CSA (NY Part) +231,308,12,Chicago IL-IN-WI CSA (IL Part) +231,309,226,Charlotte NC-SC CSA (NC Part) +231,310,12,Chicago IL-IN-WI CSA (IL Part) +231,311,191,Louisville KY-IN CSA (KY Part) +231,312,172,Miami FL MSA +231,313,191,Louisville KY-IN CSA (KY Part) +231,314,217,New York NY-NJ-CT-PA CSA (NJ Part) +231,315,176,Atlanta GA-AL CSA (GA Part) +231,316,12,Chicago IL-IN-WI CSA (IL Part) +231,317,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +231,318,12,Chicago IL-IN-WI CSA (IL Part) +231,319,173,Orlando FL CSA +231,320,223,New York NY-NJ-CT-PA CSA (NY Part) +231,321,203,Detroit MI CSA +231,322,186,Indianapolis IN CSA +231,323,191,Louisville KY-IN CSA (KY Part) +231,324,191,Louisville KY-IN CSA (KY Part) +231,325,172,Miami FL MSA +231,326,192,Remainder of Kentucky +231,327,223,New York NY-NJ-CT-PA CSA (NY Part) +231,328,223,New York NY-NJ-CT-PA CSA (NY Part) +231,329,266,Washington DC-MD-VA-WV CSA (VA Part) +231,330,223,New York NY-NJ-CT-PA CSA (NY Part) +231,331,186,Indianapolis IN CSA +231,332,266,Washington DC-MD-VA-WV CSA (VA Part) +231,333,226,Charlotte NC-SC CSA (NC Part) +231,334,172,Miami FL MSA +231,335,223,New York NY-NJ-CT-PA CSA (NY Part) +231,336,249,Memphis TN-MS-AR MSA (TN Part) +231,337,223,New York NY-NJ-CT-PA CSA (NY Part) +231,338,217,New York NY-NJ-CT-PA CSA (NJ Part) +231,339,223,New York NY-NJ-CT-PA CSA (NY Part) +231,340,186,Indianapolis IN CSA +231,341,176,Atlanta GA-AL CSA (GA Part) +231,342,223,New York NY-NJ-CT-PA CSA (NY Part) +231,343,12,Chicago IL-IN-WI CSA (IL Part) +231,344,223,New York NY-NJ-CT-PA CSA (NY Part) +231,345,223,New York NY-NJ-CT-PA CSA (NY Part) +231,346,266,Washington DC-MD-VA-WV CSA (VA Part) +231,347,186,Indianapolis IN CSA +231,348,266,Washington DC-MD-VA-WV CSA (VA Part) +231,349,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +231,350,223,New York NY-NJ-CT-PA CSA (NY Part) +231,351,223,New York NY-NJ-CT-PA CSA (NY Part) +231,352,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +231,353,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +231,354,186,Indianapolis IN CSA +231,355,172,Miami FL MSA +231,356,153,Remainder of Alabama +231,357,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +231,358,217,New York NY-NJ-CT-PA CSA (NJ Part) +231,359,266,Washington DC-MD-VA-WV CSA (VA Part) +231,360,226,Charlotte NC-SC CSA (NC Part) +231,361,172,Miami FL MSA +231,362,232,Cleveland OH CSA +231,363,176,Atlanta GA-AL CSA (GA Part) +231,364,223,New York NY-NJ-CT-PA CSA (NY Part) +231,365,232,Cleveland OH CSA +231,366,12,Chicago IL-IN-WI CSA (IL Part) +231,367,12,Chicago IL-IN-WI CSA (IL Part) +231,368,223,New York NY-NJ-CT-PA CSA (NY Part) +231,369,217,New York NY-NJ-CT-PA CSA (NJ Part) +231,370,223,New York NY-NJ-CT-PA CSA (NY Part) +231,371,203,Detroit MI CSA +231,372,12,Chicago IL-IN-WI CSA (IL Part) +231,373,226,Charlotte NC-SC CSA (NC Part) +231,374,203,Detroit MI CSA +231,375,266,Washington DC-MD-VA-WV CSA (VA Part) +231,376,12,Chicago IL-IN-WI CSA (IL Part) +231,377,191,Louisville KY-IN CSA (KY Part) +231,378,217,New York NY-NJ-CT-PA CSA (NJ Part) +231,379,232,Cleveland OH CSA +231,380,223,New York NY-NJ-CT-PA CSA (NY Part) +231,381,12,Chicago IL-IN-WI CSA (IL Part) +231,382,203,Detroit MI CSA +231,383,203,Detroit MI CSA +231,384,266,Washington DC-MD-VA-WV CSA (VA Part) +231,385,266,Washington DC-MD-VA-WV CSA (VA Part) +231,386,266,Washington DC-MD-VA-WV CSA (VA Part) +231,387,192,Remainder of Kentucky +231,388,223,New York NY-NJ-CT-PA CSA (NY Part) +231,389,12,Chicago IL-IN-WI CSA (IL Part) +231,390,191,Louisville KY-IN CSA (KY Part) +231,391,203,Detroit MI CSA +231,392,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +231,393,12,Chicago IL-IN-WI CSA (IL Part) +231,394,223,New York NY-NJ-CT-PA CSA (NY Part) +231,395,201,Boston MA-NH CSA (MA Part) +231,396,249,Memphis TN-MS-AR MSA (TN Part) +231,397,223,New York NY-NJ-CT-PA CSA (NY Part) +231,398,201,Boston MA-NH CSA (MA Part) +231,399,249,Memphis TN-MS-AR MSA (TN Part) +231,400,249,Memphis TN-MS-AR MSA (TN Part) +231,401,192,Remainder of Kentucky +231,402,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +231,403,191,Louisville KY-IN CSA (KY Part) +231,404,223,New York NY-NJ-CT-PA CSA (NY Part) +231,405,266,Washington DC-MD-VA-WV CSA (VA Part) +231,406,217,New York NY-NJ-CT-PA CSA (NJ Part) +231,407,12,Chicago IL-IN-WI CSA (IL Part) +231,408,12,Chicago IL-IN-WI CSA (IL Part) +231,409,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +231,410,255,Dallas-Fort Worth TX CSA +231,411,223,New York NY-NJ-CT-PA CSA (NY Part) +231,412,203,Detroit MI CSA +231,413,249,Memphis TN-MS-AR MSA (TN Part) +231,414,172,Miami FL MSA +231,415,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +231,416,223,New York NY-NJ-CT-PA CSA (NY Part) +231,417,179,Honolulu HI MSA +231,418,154,Alaska +231,419,203,Detroit MI CSA +231,420,223,New York NY-NJ-CT-PA CSA (NY Part) +231,421,223,New York NY-NJ-CT-PA CSA (NY Part) +231,422,203,Detroit MI CSA +231,423,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +231,424,173,Orlando FL CSA +231,425,255,Dallas-Fort Worth TX CSA +231,426,172,Miami FL MSA +231,427,232,Cleveland OH CSA +231,428,249,Memphis TN-MS-AR MSA (TN Part) +231,429,249,Memphis TN-MS-AR MSA (TN Part) +231,430,186,Indianapolis IN CSA +231,431,191,Louisville KY-IN CSA (KY Part) +231,432,203,Detroit MI CSA +231,433,223,New York NY-NJ-CT-PA CSA (NY Part) +231,434,191,Louisville KY-IN CSA (KY Part) +231,435,12,Chicago IL-IN-WI CSA (IL Part) +231,436,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +231,437,172,Miami FL MSA +231,438,266,Washington DC-MD-VA-WV CSA (VA Part) +231,439,176,Atlanta GA-AL CSA (GA Part) +231,440,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +231,441,249,Memphis TN-MS-AR MSA (TN Part) +231,442,223,New York NY-NJ-CT-PA CSA (NY Part) +231,443,12,Chicago IL-IN-WI CSA (IL Part) +231,444,217,New York NY-NJ-CT-PA CSA (NJ Part) +231,445,232,Cleveland OH CSA +231,446,223,New York NY-NJ-CT-PA CSA (NY Part) +231,447,223,New York NY-NJ-CT-PA CSA (NY Part) +231,448,266,Washington DC-MD-VA-WV CSA (VA Part) +231,449,12,Chicago IL-IN-WI CSA (IL Part) +231,450,192,Remainder of Kentucky +231,451,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +231,452,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +231,453,268,Seattle WA CSA +231,454,223,New York NY-NJ-CT-PA CSA (NY Part) +231,455,201,Boston MA-NH CSA (MA Part) +231,456,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +231,457,223,New York NY-NJ-CT-PA CSA (NY Part) +231,458,217,New York NY-NJ-CT-PA CSA (NJ Part) +231,459,12,Chicago IL-IN-WI CSA (IL Part) +231,460,232,Cleveland OH CSA +231,461,226,Charlotte NC-SC CSA (NC Part) +231,462,223,New York NY-NJ-CT-PA CSA (NY Part) +231,463,223,New York NY-NJ-CT-PA CSA (NY Part) +231,464,217,New York NY-NJ-CT-PA CSA (NJ Part) +231,465,12,Chicago IL-IN-WI CSA (IL Part) +231,466,203,Detroit MI CSA +231,467,266,Washington DC-MD-VA-WV CSA (VA Part) +231,468,12,Chicago IL-IN-WI CSA (IL Part) +231,469,223,New York NY-NJ-CT-PA CSA (NY Part) +231,470,191,Louisville KY-IN CSA (KY Part) +231,471,217,New York NY-NJ-CT-PA CSA (NJ Part) +231,472,255,Dallas-Fort Worth TX CSA +231,473,12,Chicago IL-IN-WI CSA (IL Part) +231,474,226,Charlotte NC-SC CSA (NC Part) +231,475,12,Chicago IL-IN-WI CSA (IL Part) +231,476,12,Chicago IL-IN-WI CSA (IL Part) +231,477,266,Washington DC-MD-VA-WV CSA (VA Part) +231,478,192,Remainder of Kentucky +231,479,249,Memphis TN-MS-AR MSA (TN Part) +231,480,217,New York NY-NJ-CT-PA CSA (NJ Part) +231,481,203,Detroit MI CSA +231,482,12,Chicago IL-IN-WI CSA (IL Part) +231,483,266,Washington DC-MD-VA-WV CSA (VA Part) +231,484,172,Miami FL MSA +231,485,266,Washington DC-MD-VA-WV CSA (VA Part) +231,486,191,Louisville KY-IN CSA (KY Part) +231,487,172,Miami FL MSA +231,488,12,Chicago IL-IN-WI CSA (IL Part) +231,489,223,New York NY-NJ-CT-PA CSA (NY Part) +231,490,217,New York NY-NJ-CT-PA CSA (NJ Part) +231,491,201,Boston MA-NH CSA (MA Part) +232,274,223,New York NY-NJ-CT-PA CSA (NY Part) +232,275,223,New York NY-NJ-CT-PA CSA (NY Part) +232,276,203,Detroit MI CSA +232,277,223,New York NY-NJ-CT-PA CSA (NY Part) +232,278,203,Detroit MI CSA +232,279,266,Washington DC-MD-VA-WV CSA (VA Part) +232,280,223,New York NY-NJ-CT-PA CSA (NY Part) +232,281,172,Miami FL MSA +232,282,223,New York NY-NJ-CT-PA CSA (NY Part) +232,283,266,Washington DC-MD-VA-WV CSA (VA Part) +232,284,162,San Francisco CA CSA +232,285,223,New York NY-NJ-CT-PA CSA (NY Part) +232,286,217,New York NY-NJ-CT-PA CSA (NJ Part) +232,287,232,Cleveland OH CSA +232,288,223,New York NY-NJ-CT-PA CSA (NY Part) +232,289,266,Washington DC-MD-VA-WV CSA (VA Part) +232,290,266,Washington DC-MD-VA-WV CSA (VA Part) +232,291,232,Cleveland OH CSA +232,292,217,New York NY-NJ-CT-PA CSA (NJ Part) +232,293,153,Remainder of Alabama +232,294,223,New York NY-NJ-CT-PA CSA (NY Part) +232,295,232,Cleveland OH CSA +232,296,232,Cleveland OH CSA +232,297,172,Miami FL MSA +232,298,223,New York NY-NJ-CT-PA CSA (NY Part) +232,299,223,New York NY-NJ-CT-PA CSA (NY Part) +232,300,232,Cleveland OH CSA +232,301,217,New York NY-NJ-CT-PA CSA (NJ Part) +232,302,232,Cleveland OH CSA +232,303,232,Cleveland OH CSA +232,304,217,New York NY-NJ-CT-PA CSA (NJ Part) +232,305,266,Washington DC-MD-VA-WV CSA (VA Part) +232,306,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +232,307,201,Boston MA-NH CSA (MA Part) +232,308,268,Seattle WA CSA +232,309,223,New York NY-NJ-CT-PA CSA (NY Part) +232,310,12,Chicago IL-IN-WI CSA (IL Part) +232,311,223,New York NY-NJ-CT-PA CSA (NY Part) +232,312,172,Miami FL MSA +232,313,223,New York NY-NJ-CT-PA CSA (NY Part) +232,314,217,New York NY-NJ-CT-PA CSA (NJ Part) +232,315,217,New York NY-NJ-CT-PA CSA (NJ Part) +232,316,217,New York NY-NJ-CT-PA CSA (NJ Part) +232,317,203,Detroit MI CSA +232,318,266,Washington DC-MD-VA-WV CSA (VA Part) +232,319,176,Atlanta GA-AL CSA (GA Part) +232,320,266,Washington DC-MD-VA-WV CSA (VA Part) +232,321,266,Washington DC-MD-VA-WV CSA (VA Part) +232,322,12,Chicago IL-IN-WI CSA (IL Part) +232,323,191,Louisville KY-IN CSA (KY Part) +232,324,201,Boston MA-NH CSA (MA Part) +232,325,173,Orlando FL CSA +232,326,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +232,327,223,New York NY-NJ-CT-PA CSA (NY Part) +232,328,217,New York NY-NJ-CT-PA CSA (NJ Part) +232,329,232,Cleveland OH CSA +232,330,223,New York NY-NJ-CT-PA CSA (NY Part) +232,331,266,Washington DC-MD-VA-WV CSA (VA Part) +232,332,232,Cleveland OH CSA +232,333,266,Washington DC-MD-VA-WV CSA (VA Part) +232,334,172,Miami FL MSA +232,335,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +232,336,172,Miami FL MSA +232,337,223,New York NY-NJ-CT-PA CSA (NY Part) +232,338,223,New York NY-NJ-CT-PA CSA (NY Part) +232,339,223,New York NY-NJ-CT-PA CSA (NY Part) +232,340,223,New York NY-NJ-CT-PA CSA (NY Part) +232,341,217,New York NY-NJ-CT-PA CSA (NJ Part) +232,342,232,Cleveland OH CSA +232,343,191,Louisville KY-IN CSA (KY Part) +232,344,223,New York NY-NJ-CT-PA CSA (NY Part) +232,345,223,New York NY-NJ-CT-PA CSA (NY Part) +232,346,223,New York NY-NJ-CT-PA CSA (NY Part) +232,347,223,New York NY-NJ-CT-PA CSA (NY Part) +232,348,232,Cleveland OH CSA +232,349,12,Chicago IL-IN-WI CSA (IL Part) +232,350,223,New York NY-NJ-CT-PA CSA (NY Part) +232,351,266,Washington DC-MD-VA-WV CSA (VA Part) +232,352,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +232,353,217,New York NY-NJ-CT-PA CSA (NJ Part) +232,354,203,Detroit MI CSA +232,355,266,Washington DC-MD-VA-WV CSA (VA Part) +232,356,176,Atlanta GA-AL CSA (GA Part) +232,357,186,Indianapolis IN CSA +232,358,266,Washington DC-MD-VA-WV CSA (VA Part) +232,359,172,Miami FL MSA +232,360,172,Miami FL MSA +232,361,249,Memphis TN-MS-AR MSA (TN Part) +232,362,217,New York NY-NJ-CT-PA CSA (NJ Part) +232,363,176,Atlanta GA-AL CSA (GA Part) +232,364,232,Cleveland OH CSA +232,365,266,Washington DC-MD-VA-WV CSA (VA Part) +232,366,217,New York NY-NJ-CT-PA CSA (NJ Part) +232,367,154,Alaska +232,368,223,New York NY-NJ-CT-PA CSA (NY Part) +232,369,223,New York NY-NJ-CT-PA CSA (NY Part) +232,370,217,New York NY-NJ-CT-PA CSA (NJ Part) +232,371,203,Detroit MI CSA +232,372,266,Washington DC-MD-VA-WV CSA (VA Part) +232,373,173,Orlando FL CSA +232,374,231,Cincinnati OH-KY-IN CSA (OH Part) +232,375,232,Cleveland OH CSA +232,376,266,Washington DC-MD-VA-WV CSA (VA Part) +232,377,223,New York NY-NJ-CT-PA CSA (NY Part) +232,378,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +232,379,232,Cleveland OH CSA +232,380,266,Washington DC-MD-VA-WV CSA (VA Part) +232,381,154,Alaska +232,382,223,New York NY-NJ-CT-PA CSA (NY Part) +232,383,223,New York NY-NJ-CT-PA CSA (NY Part) +232,384,217,New York NY-NJ-CT-PA CSA (NJ Part) +232,385,203,Detroit MI CSA +232,386,201,Boston MA-NH CSA (MA Part) +232,387,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +232,388,201,Boston MA-NH CSA (MA Part) +232,389,223,New York NY-NJ-CT-PA CSA (NY Part) +232,390,223,New York NY-NJ-CT-PA CSA (NY Part) +232,391,201,Boston MA-NH CSA (MA Part) +232,392,12,Chicago IL-IN-WI CSA (IL Part) +232,393,223,New York NY-NJ-CT-PA CSA (NY Part) +232,394,223,New York NY-NJ-CT-PA CSA (NY Part) +232,395,266,Washington DC-MD-VA-WV CSA (VA Part) +232,396,12,Chicago IL-IN-WI CSA (IL Part) +232,397,203,Detroit MI CSA +232,398,191,Louisville KY-IN CSA (KY Part) +232,399,249,Memphis TN-MS-AR MSA (TN Part) +232,400,162,San Francisco CA CSA +232,401,223,New York NY-NJ-CT-PA CSA (NY Part) +232,402,223,New York NY-NJ-CT-PA CSA (NY Part) +232,403,223,New York NY-NJ-CT-PA CSA (NY Part) +232,404,232,Cleveland OH CSA +232,405,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +232,406,223,New York NY-NJ-CT-PA CSA (NY Part) +232,407,223,New York NY-NJ-CT-PA CSA (NY Part) +232,408,203,Detroit MI CSA +232,409,223,New York NY-NJ-CT-PA CSA (NY Part) +232,410,162,San Francisco CA CSA +232,411,223,New York NY-NJ-CT-PA CSA (NY Part) +232,412,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +232,413,12,Chicago IL-IN-WI CSA (IL Part) +232,414,172,Miami FL MSA +232,415,169,Delaware +232,416,223,New York NY-NJ-CT-PA CSA (NY Part) +232,417,162,San Francisco CA CSA +232,418,12,Chicago IL-IN-WI CSA (IL Part) +232,419,201,Boston MA-NH CSA (MA Part) +232,420,266,Washington DC-MD-VA-WV CSA (VA Part) +232,421,217,New York NY-NJ-CT-PA CSA (NJ Part) +232,422,12,Chicago IL-IN-WI CSA (IL Part) +232,423,223,New York NY-NJ-CT-PA CSA (NY Part) +232,424,176,Atlanta GA-AL CSA (GA Part) +232,425,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +232,426,176,Atlanta GA-AL CSA (GA Part) +232,427,176,Atlanta GA-AL CSA (GA Part) +232,428,223,New York NY-NJ-CT-PA CSA (NY Part) +232,429,192,Remainder of Kentucky +232,430,201,Boston MA-NH CSA (MA Part) +232,431,223,New York NY-NJ-CT-PA CSA (NY Part) +232,432,12,Chicago IL-IN-WI CSA (IL Part) +232,433,201,Boston MA-NH CSA (MA Part) +232,434,217,New York NY-NJ-CT-PA CSA (NJ Part) +232,435,223,New York NY-NJ-CT-PA CSA (NY Part) +232,436,266,Washington DC-MD-VA-WV CSA (VA Part) +232,437,217,New York NY-NJ-CT-PA CSA (NJ Part) +232,438,266,Washington DC-MD-VA-WV CSA (VA Part) +232,439,217,New York NY-NJ-CT-PA CSA (NJ Part) +232,440,217,New York NY-NJ-CT-PA CSA (NJ Part) +232,441,195,New Orleans LA CSA +232,442,217,New York NY-NJ-CT-PA CSA (NJ Part) +232,443,217,New York NY-NJ-CT-PA CSA (NJ Part) +232,444,223,New York NY-NJ-CT-PA CSA (NY Part) +232,445,223,New York NY-NJ-CT-PA CSA (NY Part) +232,446,223,New York NY-NJ-CT-PA CSA (NY Part) +232,447,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +232,448,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +232,449,12,Chicago IL-IN-WI CSA (IL Part) +232,450,266,Washington DC-MD-VA-WV CSA (VA Part) +232,451,232,Cleveland OH CSA +232,452,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +232,453,191,Louisville KY-IN CSA (KY Part) +232,454,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +232,455,217,New York NY-NJ-CT-PA CSA (NJ Part) +232,456,12,Chicago IL-IN-WI CSA (IL Part) +232,457,223,New York NY-NJ-CT-PA CSA (NY Part) +232,458,223,New York NY-NJ-CT-PA CSA (NY Part) +232,459,217,New York NY-NJ-CT-PA CSA (NJ Part) +232,460,223,New York NY-NJ-CT-PA CSA (NY Part) +232,461,223,New York NY-NJ-CT-PA CSA (NY Part) +232,462,169,Delaware +232,463,203,Detroit MI CSA +232,464,217,New York NY-NJ-CT-PA CSA (NJ Part) +232,465,12,Chicago IL-IN-WI CSA (IL Part) +232,466,203,Detroit MI CSA +232,467,223,New York NY-NJ-CT-PA CSA (NY Part) +232,468,223,New York NY-NJ-CT-PA CSA (NY Part) +232,469,223,New York NY-NJ-CT-PA CSA (NY Part) +232,470,203,Detroit MI CSA +232,471,266,Washington DC-MD-VA-WV CSA (VA Part) +232,472,231,Cincinnati OH-KY-IN CSA (OH Part) +232,473,12,Chicago IL-IN-WI CSA (IL Part) +232,474,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +232,475,217,New York NY-NJ-CT-PA CSA (NJ Part) +232,476,223,New York NY-NJ-CT-PA CSA (NY Part) +232,477,223,New York NY-NJ-CT-PA CSA (NY Part) +232,478,266,Washington DC-MD-VA-WV CSA (VA Part) +232,479,179,Honolulu HI MSA +232,480,217,New York NY-NJ-CT-PA CSA (NJ Part) +232,481,266,Washington DC-MD-VA-WV CSA (VA Part) +232,482,266,Washington DC-MD-VA-WV CSA (VA Part) +232,483,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +232,484,217,New York NY-NJ-CT-PA CSA (NJ Part) +232,485,266,Washington DC-MD-VA-WV CSA (VA Part) +232,486,162,San Francisco CA CSA +232,487,232,Cleveland OH CSA +232,488,201,Boston MA-NH CSA (MA Part) +232,489,169,Delaware +232,490,232,Cleveland OH CSA +232,491,223,New York NY-NJ-CT-PA CSA (NY Part) +233,274,191,Louisville KY-IN CSA (KY Part) +233,275,231,Cincinnati OH-KY-IN CSA (OH Part) +233,276,217,New York NY-NJ-CT-PA CSA (NJ Part) +233,277,266,Washington DC-MD-VA-WV CSA (VA Part) +233,278,223,New York NY-NJ-CT-PA CSA (NY Part) +233,279,266,Washington DC-MD-VA-WV CSA (VA Part) +233,280,266,Washington DC-MD-VA-WV CSA (VA Part) +233,281,226,Charlotte NC-SC CSA (NC Part) +233,282,217,New York NY-NJ-CT-PA CSA (NJ Part) +233,283,232,Cleveland OH CSA +233,284,154,Alaska +233,285,223,New York NY-NJ-CT-PA CSA (NY Part) +233,286,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +233,287,176,Atlanta GA-AL CSA (GA Part) +233,288,217,New York NY-NJ-CT-PA CSA (NJ Part) +233,289,232,Cleveland OH CSA +233,290,266,Washington DC-MD-VA-WV CSA (VA Part) +233,291,223,New York NY-NJ-CT-PA CSA (NY Part) +233,292,186,Indianapolis IN CSA +233,293,191,Louisville KY-IN CSA (KY Part) +233,294,217,New York NY-NJ-CT-PA CSA (NJ Part) +233,295,232,Cleveland OH CSA +233,296,203,Detroit MI CSA +233,297,266,Washington DC-MD-VA-WV CSA (VA Part) +233,298,169,Delaware +233,299,223,New York NY-NJ-CT-PA CSA (NY Part) +233,300,232,Cleveland OH CSA +233,301,266,Washington DC-MD-VA-WV CSA (VA Part) +233,302,232,Cleveland OH CSA +233,303,223,New York NY-NJ-CT-PA CSA (NY Part) +233,304,223,New York NY-NJ-CT-PA CSA (NY Part) +233,305,231,Cincinnati OH-KY-IN CSA (OH Part) +233,306,217,New York NY-NJ-CT-PA CSA (NJ Part) +233,307,266,Washington DC-MD-VA-WV CSA (VA Part) +233,308,201,Boston MA-NH CSA (MA Part) +233,309,217,New York NY-NJ-CT-PA CSA (NJ Part) +233,310,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +233,311,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +233,312,192,Remainder of Kentucky +233,313,201,Boston MA-NH CSA (MA Part) +233,314,223,New York NY-NJ-CT-PA CSA (NY Part) +233,315,172,Miami FL MSA +233,316,12,Chicago IL-IN-WI CSA (IL Part) +233,317,223,New York NY-NJ-CT-PA CSA (NY Part) +233,318,12,Chicago IL-IN-WI CSA (IL Part) +233,319,172,Miami FL MSA +233,320,217,New York NY-NJ-CT-PA CSA (NJ Part) +233,321,201,Boston MA-NH CSA (MA Part) +233,322,249,Memphis TN-MS-AR MSA (TN Part) +233,323,172,Miami FL MSA +233,324,223,New York NY-NJ-CT-PA CSA (NY Part) +233,325,172,Miami FL MSA +233,326,192,Remainder of Kentucky +233,327,223,New York NY-NJ-CT-PA CSA (NY Part) +233,328,223,New York NY-NJ-CT-PA CSA (NY Part) +233,329,232,Cleveland OH CSA +233,330,223,New York NY-NJ-CT-PA CSA (NY Part) +233,331,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +233,332,266,Washington DC-MD-VA-WV CSA (VA Part) +233,333,172,Miami FL MSA +233,334,176,Atlanta GA-AL CSA (GA Part) +233,335,223,New York NY-NJ-CT-PA CSA (NY Part) +233,336,176,Atlanta GA-AL CSA (GA Part) +233,337,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +233,338,217,New York NY-NJ-CT-PA CSA (NJ Part) +233,339,223,New York NY-NJ-CT-PA CSA (NY Part) +233,340,223,New York NY-NJ-CT-PA CSA (NY Part) +233,341,245,Charleston SC MSA +233,342,266,Washington DC-MD-VA-WV CSA (VA Part) +233,343,12,Chicago IL-IN-WI CSA (IL Part) +233,344,223,New York NY-NJ-CT-PA CSA (NY Part) +233,345,223,New York NY-NJ-CT-PA CSA (NY Part) +233,346,266,Washington DC-MD-VA-WV CSA (VA Part) +233,347,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +233,348,266,Washington DC-MD-VA-WV CSA (VA Part) +233,349,203,Detroit MI CSA +233,350,223,New York NY-NJ-CT-PA CSA (NY Part) +233,351,223,New York NY-NJ-CT-PA CSA (NY Part) +233,352,223,New York NY-NJ-CT-PA CSA (NY Part) +233,353,223,New York NY-NJ-CT-PA CSA (NY Part) +233,354,223,New York NY-NJ-CT-PA CSA (NY Part) +233,355,231,Cincinnati OH-KY-IN CSA (OH Part) +233,356,153,Remainder of Alabama +233,357,192,Remainder of Kentucky +233,358,266,Washington DC-MD-VA-WV CSA (VA Part) +233,359,192,Remainder of Kentucky +233,360,172,Miami FL MSA +233,361,169,Delaware +233,362,266,Washington DC-MD-VA-WV CSA (VA Part) +233,363,192,Remainder of Kentucky +233,364,191,Louisville KY-IN CSA (KY Part) +233,365,201,Boston MA-NH CSA (MA Part) +233,366,232,Cleveland OH CSA +233,367,192,Remainder of Kentucky +233,368,223,New York NY-NJ-CT-PA CSA (NY Part) +233,369,186,Indianapolis IN CSA +233,370,223,New York NY-NJ-CT-PA CSA (NY Part) +233,371,203,Detroit MI CSA +233,372,201,Boston MA-NH CSA (MA Part) +233,373,176,Atlanta GA-AL CSA (GA Part) +233,374,154,Alaska +233,375,266,Washington DC-MD-VA-WV CSA (VA Part) +233,376,12,Chicago IL-IN-WI CSA (IL Part) +233,377,223,New York NY-NJ-CT-PA CSA (NY Part) +233,378,266,Washington DC-MD-VA-WV CSA (VA Part) +233,379,169,Delaware +233,380,12,Chicago IL-IN-WI CSA (IL Part) +233,381,203,Detroit MI CSA +233,382,231,Cincinnati OH-KY-IN CSA (OH Part) +233,383,217,New York NY-NJ-CT-PA CSA (NJ Part) +233,384,217,New York NY-NJ-CT-PA CSA (NJ Part) +233,385,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +233,386,223,New York NY-NJ-CT-PA CSA (NY Part) +233,387,217,New York NY-NJ-CT-PA CSA (NJ Part) +233,388,223,New York NY-NJ-CT-PA CSA (NY Part) +233,389,201,Boston MA-NH CSA (MA Part) +233,390,176,Atlanta GA-AL CSA (GA Part) +233,391,223,New York NY-NJ-CT-PA CSA (NY Part) +233,392,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +233,393,223,New York NY-NJ-CT-PA CSA (NY Part) +233,394,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +233,395,217,New York NY-NJ-CT-PA CSA (NJ Part) +233,396,249,Memphis TN-MS-AR MSA (TN Part) +233,397,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +233,398,266,Washington DC-MD-VA-WV CSA (VA Part) +233,399,249,Memphis TN-MS-AR MSA (TN Part) +233,400,249,Memphis TN-MS-AR MSA (TN Part) +233,401,203,Detroit MI CSA +233,402,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +233,403,266,Washington DC-MD-VA-WV CSA (VA Part) +233,404,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +233,405,266,Washington DC-MD-VA-WV CSA (VA Part) +233,406,217,New York NY-NJ-CT-PA CSA (NJ Part) +233,407,223,New York NY-NJ-CT-PA CSA (NY Part) +233,408,154,Alaska +233,409,266,Washington DC-MD-VA-WV CSA (VA Part) +233,410,159,Los Angeles CA CSA +233,411,12,Chicago IL-IN-WI CSA (IL Part) +233,412,223,New York NY-NJ-CT-PA CSA (NY Part) +233,413,266,Washington DC-MD-VA-WV CSA (VA Part) +233,414,172,Miami FL MSA +233,415,12,Chicago IL-IN-WI CSA (IL Part) +233,416,217,New York NY-NJ-CT-PA CSA (NJ Part) +233,417,249,Memphis TN-MS-AR MSA (TN Part) +233,418,12,Chicago IL-IN-WI CSA (IL Part) +233,419,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +233,420,223,New York NY-NJ-CT-PA CSA (NY Part) +233,421,12,Chicago IL-IN-WI CSA (IL Part) +233,422,203,Detroit MI CSA +233,423,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +233,424,172,Miami FL MSA +233,425,159,Los Angeles CA CSA +233,426,172,Miami FL MSA +233,427,172,Miami FL MSA +233,428,203,Detroit MI CSA +233,429,249,Memphis TN-MS-AR MSA (TN Part) +233,430,169,Delaware +233,431,223,New York NY-NJ-CT-PA CSA (NY Part) +233,432,217,New York NY-NJ-CT-PA CSA (NJ Part) +233,433,203,Detroit MI CSA +233,434,217,New York NY-NJ-CT-PA CSA (NJ Part) +233,435,203,Detroit MI CSA +233,436,217,New York NY-NJ-CT-PA CSA (NJ Part) +233,437,191,Louisville KY-IN CSA (KY Part) +233,438,176,Atlanta GA-AL CSA (GA Part) +233,439,172,Miami FL MSA +233,440,266,Washington DC-MD-VA-WV CSA (VA Part) +233,441,159,Los Angeles CA CSA +233,442,223,New York NY-NJ-CT-PA CSA (NY Part) +233,443,217,New York NY-NJ-CT-PA CSA (NJ Part) +233,444,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +233,445,223,New York NY-NJ-CT-PA CSA (NY Part) +233,446,192,Remainder of Kentucky +233,447,12,Chicago IL-IN-WI CSA (IL Part) +233,448,223,New York NY-NJ-CT-PA CSA (NY Part) +233,449,154,Alaska +233,450,266,Washington DC-MD-VA-WV CSA (VA Part) +233,451,223,New York NY-NJ-CT-PA CSA (NY Part) +233,452,203,Detroit MI CSA +233,453,249,Memphis TN-MS-AR MSA (TN Part) +233,454,223,New York NY-NJ-CT-PA CSA (NY Part) +233,455,232,Cleveland OH CSA +233,456,12,Chicago IL-IN-WI CSA (IL Part) +233,457,223,New York NY-NJ-CT-PA CSA (NY Part) +233,458,201,Boston MA-NH CSA (MA Part) +233,459,217,New York NY-NJ-CT-PA CSA (NJ Part) +233,460,217,New York NY-NJ-CT-PA CSA (NJ Part) +233,461,172,Miami FL MSA +233,462,201,Boston MA-NH CSA (MA Part) +233,463,223,New York NY-NJ-CT-PA CSA (NY Part) +233,464,232,Cleveland OH CSA +233,465,217,New York NY-NJ-CT-PA CSA (NJ Part) +233,466,232,Cleveland OH CSA +233,467,232,Cleveland OH CSA +233,468,154,Alaska +233,469,231,Cincinnati OH-KY-IN CSA (OH Part) +233,470,159,Los Angeles CA CSA +233,471,266,Washington DC-MD-VA-WV CSA (VA Part) +233,472,186,Indianapolis IN CSA +233,473,203,Detroit MI CSA +233,474,226,Charlotte NC-SC CSA (NC Part) +233,475,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +233,476,232,Cleveland OH CSA +233,477,266,Washington DC-MD-VA-WV CSA (VA Part) +233,478,191,Louisville KY-IN CSA (KY Part) +233,479,186,Indianapolis IN CSA +233,480,217,New York NY-NJ-CT-PA CSA (NJ Part) +233,481,223,New York NY-NJ-CT-PA CSA (NY Part) +233,482,203,Detroit MI CSA +233,483,223,New York NY-NJ-CT-PA CSA (NY Part) +233,484,217,New York NY-NJ-CT-PA CSA (NJ Part) +233,485,12,Chicago IL-IN-WI CSA (IL Part) +233,486,186,Indianapolis IN CSA +233,487,172,Miami FL MSA +233,488,223,New York NY-NJ-CT-PA CSA (NY Part) +233,489,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +233,490,176,Atlanta GA-AL CSA (GA Part) +233,491,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,274,12,Chicago IL-IN-WI CSA (IL Part) +234,275,266,Washington DC-MD-VA-WV CSA (VA Part) +234,276,203,Detroit MI CSA +234,277,12,Chicago IL-IN-WI CSA (IL Part) +234,278,223,New York NY-NJ-CT-PA CSA (NY Part) +234,279,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,280,169,Delaware +234,281,191,Louisville KY-IN CSA (KY Part) +234,282,231,Cincinnati OH-KY-IN CSA (OH Part) +234,283,176,Atlanta GA-AL CSA (GA Part) +234,284,162,San Francisco CA CSA +234,285,223,New York NY-NJ-CT-PA CSA (NY Part) +234,286,266,Washington DC-MD-VA-WV CSA (VA Part) +234,287,192,Remainder of Kentucky +234,288,186,Indianapolis IN CSA +234,289,186,Indianapolis IN CSA +234,290,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,291,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,292,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,293,195,New Orleans LA CSA +234,294,223,New York NY-NJ-CT-PA CSA (NY Part) +234,295,266,Washington DC-MD-VA-WV CSA (VA Part) +234,296,266,Washington DC-MD-VA-WV CSA (VA Part) +234,297,172,Miami FL MSA +234,298,203,Detroit MI CSA +234,299,192,Remainder of Kentucky +234,300,249,Memphis TN-MS-AR MSA (TN Part) +234,301,223,New York NY-NJ-CT-PA CSA (NY Part) +234,302,176,Atlanta GA-AL CSA (GA Part) +234,303,12,Chicago IL-IN-WI CSA (IL Part) +234,304,223,New York NY-NJ-CT-PA CSA (NY Part) +234,305,223,New York NY-NJ-CT-PA CSA (NY Part) +234,306,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,307,201,Boston MA-NH CSA (MA Part) +234,308,12,Chicago IL-IN-WI CSA (IL Part) +234,309,266,Washington DC-MD-VA-WV CSA (VA Part) +234,310,12,Chicago IL-IN-WI CSA (IL Part) +234,311,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +234,312,231,Cincinnati OH-KY-IN CSA (OH Part) +234,313,12,Chicago IL-IN-WI CSA (IL Part) +234,314,201,Boston MA-NH CSA (MA Part) +234,315,176,Atlanta GA-AL CSA (GA Part) +234,316,223,New York NY-NJ-CT-PA CSA (NY Part) +234,317,232,Cleveland OH CSA +234,318,12,Chicago IL-IN-WI CSA (IL Part) +234,319,172,Miami FL MSA +234,320,186,Indianapolis IN CSA +234,321,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,322,12,Chicago IL-IN-WI CSA (IL Part) +234,323,172,Miami FL MSA +234,324,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,325,231,Cincinnati OH-KY-IN CSA (OH Part) +234,326,172,Miami FL MSA +234,327,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,328,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,329,223,New York NY-NJ-CT-PA CSA (NY Part) +234,330,223,New York NY-NJ-CT-PA CSA (NY Part) +234,331,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,332,226,Charlotte NC-SC CSA (NC Part) +234,333,172,Miami FL MSA +234,334,191,Louisville KY-IN CSA (KY Part) +234,335,223,New York NY-NJ-CT-PA CSA (NY Part) +234,336,176,Atlanta GA-AL CSA (GA Part) +234,337,266,Washington DC-MD-VA-WV CSA (VA Part) +234,338,266,Washington DC-MD-VA-WV CSA (VA Part) +234,339,223,New York NY-NJ-CT-PA CSA (NY Part) +234,340,223,New York NY-NJ-CT-PA CSA (NY Part) +234,341,249,Memphis TN-MS-AR MSA (TN Part) +234,342,12,Chicago IL-IN-WI CSA (IL Part) +234,343,255,Dallas-Fort Worth TX CSA +234,344,223,New York NY-NJ-CT-PA CSA (NY Part) +234,345,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +234,346,191,Louisville KY-IN CSA (KY Part) +234,347,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,348,231,Cincinnati OH-KY-IN CSA (OH Part) +234,349,203,Detroit MI CSA +234,350,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,351,223,New York NY-NJ-CT-PA CSA (NY Part) +234,352,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,353,203,Detroit MI CSA +234,354,203,Detroit MI CSA +234,355,231,Cincinnati OH-KY-IN CSA (OH Part) +234,356,195,New Orleans LA CSA +234,357,223,New York NY-NJ-CT-PA CSA (NY Part) +234,358,203,Detroit MI CSA +234,359,172,Miami FL MSA +234,360,172,Miami FL MSA +234,361,245,Charleston SC MSA +234,362,223,New York NY-NJ-CT-PA CSA (NY Part) +234,363,192,Remainder of Kentucky +234,364,203,Detroit MI CSA +234,365,223,New York NY-NJ-CT-PA CSA (NY Part) +234,366,191,Louisville KY-IN CSA (KY Part) +234,367,12,Chicago IL-IN-WI CSA (IL Part) +234,368,231,Cincinnati OH-KY-IN CSA (OH Part) +234,369,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,370,223,New York NY-NJ-CT-PA CSA (NY Part) +234,371,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,372,223,New York NY-NJ-CT-PA CSA (NY Part) +234,373,245,Charleston SC MSA +234,374,154,Alaska +234,375,12,Chicago IL-IN-WI CSA (IL Part) +234,376,12,Chicago IL-IN-WI CSA (IL Part) +234,377,223,New York NY-NJ-CT-PA CSA (NY Part) +234,378,191,Louisville KY-IN CSA (KY Part) +234,379,12,Chicago IL-IN-WI CSA (IL Part) +234,380,12,Chicago IL-IN-WI CSA (IL Part) +234,381,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +234,382,223,New York NY-NJ-CT-PA CSA (NY Part) +234,383,232,Cleveland OH CSA +234,384,192,Remainder of Kentucky +234,385,223,New York NY-NJ-CT-PA CSA (NY Part) +234,386,232,Cleveland OH CSA +234,387,223,New York NY-NJ-CT-PA CSA (NY Part) +234,388,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +234,389,223,New York NY-NJ-CT-PA CSA (NY Part) +234,390,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,391,223,New York NY-NJ-CT-PA CSA (NY Part) +234,392,232,Cleveland OH CSA +234,393,203,Detroit MI CSA +234,394,223,New York NY-NJ-CT-PA CSA (NY Part) +234,395,223,New York NY-NJ-CT-PA CSA (NY Part) +234,396,159,Los Angeles CA CSA +234,397,266,Washington DC-MD-VA-WV CSA (VA Part) +234,398,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,399,257,Houston TX CSA +234,400,203,Detroit MI CSA +234,401,266,Washington DC-MD-VA-WV CSA (VA Part) +234,402,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +234,403,12,Chicago IL-IN-WI CSA (IL Part) +234,404,223,New York NY-NJ-CT-PA CSA (NY Part) +234,405,192,Remainder of Kentucky +234,406,223,New York NY-NJ-CT-PA CSA (NY Part) +234,407,186,Indianapolis IN CSA +234,408,12,Chicago IL-IN-WI CSA (IL Part) +234,409,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +234,410,162,San Francisco CA CSA +234,411,12,Chicago IL-IN-WI CSA (IL Part) +234,412,223,New York NY-NJ-CT-PA CSA (NY Part) +234,413,203,Detroit MI CSA +234,414,176,Atlanta GA-AL CSA (GA Part) +234,415,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,416,201,Boston MA-NH CSA (MA Part) +234,417,257,Houston TX CSA +234,418,203,Detroit MI CSA +234,419,223,New York NY-NJ-CT-PA CSA (NY Part) +234,420,12,Chicago IL-IN-WI CSA (IL Part) +234,421,12,Chicago IL-IN-WI CSA (IL Part) +234,422,162,San Francisco CA CSA +234,423,12,Chicago IL-IN-WI CSA (IL Part) +234,424,226,Charlotte NC-SC CSA (NC Part) +234,425,12,Chicago IL-IN-WI CSA (IL Part) +234,426,172,Miami FL MSA +234,427,266,Washington DC-MD-VA-WV CSA (VA Part) +234,428,12,Chicago IL-IN-WI CSA (IL Part) +234,429,257,Houston TX CSA +234,430,223,New York NY-NJ-CT-PA CSA (NY Part) +234,431,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,432,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,433,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +234,434,266,Washington DC-MD-VA-WV CSA (VA Part) +234,435,232,Cleveland OH CSA +234,436,223,New York NY-NJ-CT-PA CSA (NY Part) +234,437,223,New York NY-NJ-CT-PA CSA (NY Part) +234,438,266,Washington DC-MD-VA-WV CSA (VA Part) +234,439,266,Washington DC-MD-VA-WV CSA (VA Part) +234,440,266,Washington DC-MD-VA-WV CSA (VA Part) +234,441,249,Memphis TN-MS-AR MSA (TN Part) +234,442,12,Chicago IL-IN-WI CSA (IL Part) +234,443,176,Atlanta GA-AL CSA (GA Part) +234,444,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,445,223,New York NY-NJ-CT-PA CSA (NY Part) +234,446,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,447,245,Charleston SC MSA +234,448,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,449,12,Chicago IL-IN-WI CSA (IL Part) +234,450,245,Charleston SC MSA +234,451,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,452,186,Indianapolis IN CSA +234,453,159,Los Angeles CA CSA +234,454,223,New York NY-NJ-CT-PA CSA (NY Part) +234,455,223,New York NY-NJ-CT-PA CSA (NY Part) +234,456,12,Chicago IL-IN-WI CSA (IL Part) +234,457,12,Chicago IL-IN-WI CSA (IL Part) +234,458,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,459,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,460,223,New York NY-NJ-CT-PA CSA (NY Part) +234,461,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,462,223,New York NY-NJ-CT-PA CSA (NY Part) +234,463,203,Detroit MI CSA +234,464,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +234,465,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +234,466,186,Indianapolis IN CSA +234,467,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +234,468,223,New York NY-NJ-CT-PA CSA (NY Part) +234,469,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,470,232,Cleveland OH CSA +234,471,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,472,12,Chicago IL-IN-WI CSA (IL Part) +234,473,12,Chicago IL-IN-WI CSA (IL Part) +234,474,172,Miami FL MSA +234,475,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,476,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,477,12,Chicago IL-IN-WI CSA (IL Part) +234,478,245,Charleston SC MSA +234,479,159,Los Angeles CA CSA +234,480,223,New York NY-NJ-CT-PA CSA (NY Part) +234,481,217,New York NY-NJ-CT-PA CSA (NJ Part) +234,482,203,Detroit MI CSA +234,483,266,Washington DC-MD-VA-WV CSA (VA Part) +234,484,172,Miami FL MSA +234,485,191,Louisville KY-IN CSA (KY Part) +234,486,179,Honolulu HI MSA +234,487,192,Remainder of Kentucky +234,488,12,Chicago IL-IN-WI CSA (IL Part) +234,489,223,New York NY-NJ-CT-PA CSA (NY Part) +234,490,266,Washington DC-MD-VA-WV CSA (VA Part) +234,491,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,274,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +235,275,223,New York NY-NJ-CT-PA CSA (NY Part) +235,276,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,277,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +235,278,12,Chicago IL-IN-WI CSA (IL Part) +235,279,266,Washington DC-MD-VA-WV CSA (VA Part) +235,280,176,Atlanta GA-AL CSA (GA Part) +235,281,172,Miami FL MSA +235,282,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,283,172,Miami FL MSA +235,284,249,Memphis TN-MS-AR MSA (TN Part) +235,285,201,Boston MA-NH CSA (MA Part) +235,286,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +235,287,172,Miami FL MSA +235,288,12,Chicago IL-IN-WI CSA (IL Part) +235,289,12,Chicago IL-IN-WI CSA (IL Part) +235,290,266,Washington DC-MD-VA-WV CSA (VA Part) +235,291,223,New York NY-NJ-CT-PA CSA (NY Part) +235,292,232,Cleveland OH CSA +235,293,173,Orlando FL CSA +235,294,266,Washington DC-MD-VA-WV CSA (VA Part) +235,295,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,296,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +235,297,172,Miami FL MSA +235,298,266,Washington DC-MD-VA-WV CSA (VA Part) +235,299,223,New York NY-NJ-CT-PA CSA (NY Part) +235,300,266,Washington DC-MD-VA-WV CSA (VA Part) +235,301,226,Charlotte NC-SC CSA (NC Part) +235,302,266,Washington DC-MD-VA-WV CSA (VA Part) +235,303,12,Chicago IL-IN-WI CSA (IL Part) +235,304,223,New York NY-NJ-CT-PA CSA (NY Part) +235,305,203,Detroit MI CSA +235,306,223,New York NY-NJ-CT-PA CSA (NY Part) +235,307,266,Washington DC-MD-VA-WV CSA (VA Part) +235,308,12,Chicago IL-IN-WI CSA (IL Part) +235,309,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,310,12,Chicago IL-IN-WI CSA (IL Part) +235,311,223,New York NY-NJ-CT-PA CSA (NY Part) +235,312,172,Miami FL MSA +235,313,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,314,223,New York NY-NJ-CT-PA CSA (NY Part) +235,315,172,Miami FL MSA +235,316,191,Louisville KY-IN CSA (KY Part) +235,317,154,Alaska +235,318,154,Alaska +235,319,192,Remainder of Kentucky +235,320,266,Washington DC-MD-VA-WV CSA (VA Part) +235,321,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,322,232,Cleveland OH CSA +235,323,173,Orlando FL CSA +235,324,232,Cleveland OH CSA +235,325,245,Charleston SC MSA +235,326,172,Miami FL MSA +235,327,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,328,232,Cleveland OH CSA +235,329,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +235,330,223,New York NY-NJ-CT-PA CSA (NY Part) +235,331,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +235,332,226,Charlotte NC-SC CSA (NC Part) +235,333,266,Washington DC-MD-VA-WV CSA (VA Part) +235,334,172,Miami FL MSA +235,335,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +235,336,186,Indianapolis IN CSA +235,337,223,New York NY-NJ-CT-PA CSA (NY Part) +235,338,223,New York NY-NJ-CT-PA CSA (NY Part) +235,339,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,340,203,Detroit MI CSA +235,341,245,Charleston SC MSA +235,342,201,Boston MA-NH CSA (MA Part) +235,343,268,Seattle WA CSA +235,344,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,345,232,Cleveland OH CSA +235,346,153,Remainder of Alabama +235,347,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,348,266,Washington DC-MD-VA-WV CSA (VA Part) +235,349,203,Detroit MI CSA +235,350,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,351,266,Washington DC-MD-VA-WV CSA (VA Part) +235,352,223,New York NY-NJ-CT-PA CSA (NY Part) +235,353,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +235,354,203,Detroit MI CSA +235,355,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +235,356,195,New Orleans LA CSA +235,357,223,New York NY-NJ-CT-PA CSA (NY Part) +235,358,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +235,359,176,Atlanta GA-AL CSA (GA Part) +235,360,232,Cleveland OH CSA +235,361,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +235,362,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,363,191,Louisville KY-IN CSA (KY Part) +235,364,223,New York NY-NJ-CT-PA CSA (NY Part) +235,365,12,Chicago IL-IN-WI CSA (IL Part) +235,366,223,New York NY-NJ-CT-PA CSA (NY Part) +235,367,12,Chicago IL-IN-WI CSA (IL Part) +235,368,223,New York NY-NJ-CT-PA CSA (NY Part) +235,369,223,New York NY-NJ-CT-PA CSA (NY Part) +235,370,223,New York NY-NJ-CT-PA CSA (NY Part) +235,371,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +235,372,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,373,172,Miami FL MSA +235,374,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +235,375,12,Chicago IL-IN-WI CSA (IL Part) +235,376,231,Cincinnati OH-KY-IN CSA (OH Part) +235,377,223,New York NY-NJ-CT-PA CSA (NY Part) +235,378,223,New York NY-NJ-CT-PA CSA (NY Part) +235,379,223,New York NY-NJ-CT-PA CSA (NY Part) +235,380,12,Chicago IL-IN-WI CSA (IL Part) +235,381,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,382,201,Boston MA-NH CSA (MA Part) +235,383,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,384,223,New York NY-NJ-CT-PA CSA (NY Part) +235,385,223,New York NY-NJ-CT-PA CSA (NY Part) +235,386,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,387,169,Delaware +235,388,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,389,201,Boston MA-NH CSA (MA Part) +235,390,266,Washington DC-MD-VA-WV CSA (VA Part) +235,391,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,392,266,Washington DC-MD-VA-WV CSA (VA Part) +235,393,223,New York NY-NJ-CT-PA CSA (NY Part) +235,394,223,New York NY-NJ-CT-PA CSA (NY Part) +235,395,203,Detroit MI CSA +235,396,191,Louisville KY-IN CSA (KY Part) +235,397,232,Cleveland OH CSA +235,398,223,New York NY-NJ-CT-PA CSA (NY Part) +235,399,186,Indianapolis IN CSA +235,400,232,Cleveland OH CSA +235,401,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,402,223,New York NY-NJ-CT-PA CSA (NY Part) +235,403,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +235,404,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,405,266,Washington DC-MD-VA-WV CSA (VA Part) +235,406,266,Washington DC-MD-VA-WV CSA (VA Part) +235,407,223,New York NY-NJ-CT-PA CSA (NY Part) +235,408,191,Louisville KY-IN CSA (KY Part) +235,409,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,410,179,Honolulu HI MSA +235,411,201,Boston MA-NH CSA (MA Part) +235,412,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,413,12,Chicago IL-IN-WI CSA (IL Part) +235,414,172,Miami FL MSA +235,415,191,Louisville KY-IN CSA (KY Part) +235,416,223,New York NY-NJ-CT-PA CSA (NY Part) +235,417,162,San Francisco CA CSA +235,418,12,Chicago IL-IN-WI CSA (IL Part) +235,419,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,420,223,New York NY-NJ-CT-PA CSA (NY Part) +235,421,232,Cleveland OH CSA +235,422,249,Memphis TN-MS-AR MSA (TN Part) +235,423,186,Indianapolis IN CSA +235,424,172,Miami FL MSA +235,425,12,Chicago IL-IN-WI CSA (IL Part) +235,426,223,New York NY-NJ-CT-PA CSA (NY Part) +235,427,172,Miami FL MSA +235,428,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +235,429,191,Louisville KY-IN CSA (KY Part) +235,430,223,New York NY-NJ-CT-PA CSA (NY Part) +235,431,223,New York NY-NJ-CT-PA CSA (NY Part) +235,432,169,Delaware +235,433,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +235,434,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,435,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +235,436,266,Washington DC-MD-VA-WV CSA (VA Part) +235,437,201,Boston MA-NH CSA (MA Part) +235,438,192,Remainder of Kentucky +235,439,223,New York NY-NJ-CT-PA CSA (NY Part) +235,440,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +235,441,191,Louisville KY-IN CSA (KY Part) +235,442,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,443,223,New York NY-NJ-CT-PA CSA (NY Part) +235,444,223,New York NY-NJ-CT-PA CSA (NY Part) +235,445,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,446,203,Detroit MI CSA +235,447,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +235,448,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +235,449,12,Chicago IL-IN-WI CSA (IL Part) +235,450,192,Remainder of Kentucky +235,451,191,Louisville KY-IN CSA (KY Part) +235,452,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +235,453,203,Detroit MI CSA +235,454,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,455,266,Washington DC-MD-VA-WV CSA (VA Part) +235,456,203,Detroit MI CSA +235,457,266,Washington DC-MD-VA-WV CSA (VA Part) +235,458,232,Cleveland OH CSA +235,459,223,New York NY-NJ-CT-PA CSA (NY Part) +235,460,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,461,172,Miami FL MSA +235,462,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,463,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +235,464,12,Chicago IL-IN-WI CSA (IL Part) +235,465,203,Detroit MI CSA +235,466,203,Detroit MI CSA +235,467,223,New York NY-NJ-CT-PA CSA (NY Part) +235,468,232,Cleveland OH CSA +235,469,223,New York NY-NJ-CT-PA CSA (NY Part) +235,470,154,Alaska +235,471,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,472,159,Los Angeles CA CSA +235,473,162,San Francisco CA CSA +235,474,266,Washington DC-MD-VA-WV CSA (VA Part) +235,475,232,Cleveland OH CSA +235,476,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,477,201,Boston MA-NH CSA (MA Part) +235,478,232,Cleveland OH CSA +235,479,192,Remainder of Kentucky +235,480,266,Washington DC-MD-VA-WV CSA (VA Part) +235,481,223,New York NY-NJ-CT-PA CSA (NY Part) +235,482,232,Cleveland OH CSA +235,483,223,New York NY-NJ-CT-PA CSA (NY Part) +235,484,176,Atlanta GA-AL CSA (GA Part) +235,485,223,New York NY-NJ-CT-PA CSA (NY Part) +235,486,232,Cleveland OH CSA +235,487,172,Miami FL MSA +235,488,223,New York NY-NJ-CT-PA CSA (NY Part) +235,489,217,New York NY-NJ-CT-PA CSA (NJ Part) +235,490,203,Detroit MI CSA +235,491,245,Charleston SC MSA +236,274,12,Chicago IL-IN-WI CSA (IL Part) +236,275,223,New York NY-NJ-CT-PA CSA (NY Part) +236,276,12,Chicago IL-IN-WI CSA (IL Part) +236,277,12,Chicago IL-IN-WI CSA (IL Part) +236,278,203,Detroit MI CSA +236,279,172,Miami FL MSA +236,280,249,Memphis TN-MS-AR MSA (TN Part) +236,281,172,Miami FL MSA +236,282,12,Chicago IL-IN-WI CSA (IL Part) +236,283,249,Memphis TN-MS-AR MSA (TN Part) +236,284,268,Seattle WA CSA +236,285,232,Cleveland OH CSA +236,286,266,Washington DC-MD-VA-WV CSA (VA Part) +236,287,172,Miami FL MSA +236,288,223,New York NY-NJ-CT-PA CSA (NY Part) +236,289,268,Seattle WA CSA +236,290,249,Memphis TN-MS-AR MSA (TN Part) +236,291,223,New York NY-NJ-CT-PA CSA (NY Part) +236,292,217,New York NY-NJ-CT-PA CSA (NJ Part) +236,293,255,Dallas-Fort Worth TX CSA +236,294,223,New York NY-NJ-CT-PA CSA (NY Part) +236,295,245,Charleston SC MSA +236,296,255,Dallas-Fort Worth TX CSA +236,297,257,Houston TX CSA +236,298,249,Memphis TN-MS-AR MSA (TN Part) +236,299,266,Washington DC-MD-VA-WV CSA (VA Part) +236,300,153,Remainder of Alabama +236,301,164,Denver CO CSA +236,302,172,Miami FL MSA +236,303,154,Alaska +236,304,12,Chicago IL-IN-WI CSA (IL Part) +236,305,223,New York NY-NJ-CT-PA CSA (NY Part) +236,306,12,Chicago IL-IN-WI CSA (IL Part) +236,307,249,Memphis TN-MS-AR MSA (TN Part) +236,308,255,Dallas-Fort Worth TX CSA +236,309,223,New York NY-NJ-CT-PA CSA (NY Part) +236,310,255,Dallas-Fort Worth TX CSA +236,311,12,Chicago IL-IN-WI CSA (IL Part) +236,312,249,Memphis TN-MS-AR MSA (TN Part) +236,313,12,Chicago IL-IN-WI CSA (IL Part) +236,314,12,Chicago IL-IN-WI CSA (IL Part) +236,315,172,Miami FL MSA +236,316,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +236,317,154,Alaska +236,318,255,Dallas-Fort Worth TX CSA +236,319,195,New Orleans LA CSA +236,320,12,Chicago IL-IN-WI CSA (IL Part) +236,321,255,Dallas-Fort Worth TX CSA +236,322,257,Houston TX CSA +236,323,257,Houston TX CSA +236,324,12,Chicago IL-IN-WI CSA (IL Part) +236,325,172,Miami FL MSA +236,326,172,Miami FL MSA +236,327,12,Chicago IL-IN-WI CSA (IL Part) +236,328,12,Chicago IL-IN-WI CSA (IL Part) +236,329,12,Chicago IL-IN-WI CSA (IL Part) +236,330,217,New York NY-NJ-CT-PA CSA (NJ Part) +236,331,223,New York NY-NJ-CT-PA CSA (NY Part) +236,332,249,Memphis TN-MS-AR MSA (TN Part) +236,333,255,Dallas-Fort Worth TX CSA +236,334,257,Houston TX CSA +236,335,201,Boston MA-NH CSA (MA Part) +236,336,255,Dallas-Fort Worth TX CSA +236,337,12,Chicago IL-IN-WI CSA (IL Part) +236,338,201,Boston MA-NH CSA (MA Part) +236,339,12,Chicago IL-IN-WI CSA (IL Part) +236,340,223,New York NY-NJ-CT-PA CSA (NY Part) +236,341,249,Memphis TN-MS-AR MSA (TN Part) +236,342,186,Indianapolis IN CSA +236,343,159,Los Angeles CA CSA +236,344,266,Washington DC-MD-VA-WV CSA (VA Part) +236,345,169,Delaware +236,346,172,Miami FL MSA +236,347,223,New York NY-NJ-CT-PA CSA (NY Part) +236,348,223,New York NY-NJ-CT-PA CSA (NY Part) +236,349,191,Louisville KY-IN CSA (KY Part) +236,350,249,Memphis TN-MS-AR MSA (TN Part) +236,351,226,Charlotte NC-SC CSA (NC Part) +236,352,12,Chicago IL-IN-WI CSA (IL Part) +236,353,232,Cleveland OH CSA +236,354,186,Indianapolis IN CSA +236,355,172,Miami FL MSA +236,356,255,Dallas-Fort Worth TX CSA +236,357,223,New York NY-NJ-CT-PA CSA (NY Part) +236,358,217,New York NY-NJ-CT-PA CSA (NJ Part) +236,359,257,Houston TX CSA +236,360,172,Miami FL MSA +236,361,231,Cincinnati OH-KY-IN CSA (OH Part) +236,362,223,New York NY-NJ-CT-PA CSA (NY Part) +236,363,249,Memphis TN-MS-AR MSA (TN Part) +236,364,12,Chicago IL-IN-WI CSA (IL Part) +236,365,203,Detroit MI CSA +236,366,191,Louisville KY-IN CSA (KY Part) +236,367,255,Dallas-Fort Worth TX CSA +236,368,249,Memphis TN-MS-AR MSA (TN Part) +236,369,249,Memphis TN-MS-AR MSA (TN Part) +236,370,12,Chicago IL-IN-WI CSA (IL Part) +236,371,217,New York NY-NJ-CT-PA CSA (NJ Part) +236,372,249,Memphis TN-MS-AR MSA (TN Part) +236,373,257,Houston TX CSA +236,374,162,San Francisco CA CSA +236,375,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +236,376,203,Detroit MI CSA +236,377,223,New York NY-NJ-CT-PA CSA (NY Part) +236,378,226,Charlotte NC-SC CSA (NC Part) +236,379,266,Washington DC-MD-VA-WV CSA (VA Part) +236,380,12,Chicago IL-IN-WI CSA (IL Part) +236,381,268,Seattle WA CSA +236,382,232,Cleveland OH CSA +236,383,217,New York NY-NJ-CT-PA CSA (NJ Part) +236,384,255,Dallas-Fort Worth TX CSA +236,385,223,New York NY-NJ-CT-PA CSA (NY Part) +236,386,203,Detroit MI CSA +236,387,12,Chicago IL-IN-WI CSA (IL Part) +236,388,12,Chicago IL-IN-WI CSA (IL Part) +236,389,12,Chicago IL-IN-WI CSA (IL Part) +236,390,266,Washington DC-MD-VA-WV CSA (VA Part) +236,391,223,New York NY-NJ-CT-PA CSA (NY Part) +236,392,159,Los Angeles CA CSA +236,393,12,Chicago IL-IN-WI CSA (IL Part) +236,394,172,Miami FL MSA +236,395,223,New York NY-NJ-CT-PA CSA (NY Part) +236,396,159,Los Angeles CA CSA +236,397,217,New York NY-NJ-CT-PA CSA (NJ Part) +236,398,217,New York NY-NJ-CT-PA CSA (NJ Part) +236,399,164,Denver CO CSA +236,400,255,Dallas-Fort Worth TX CSA +236,401,249,Memphis TN-MS-AR MSA (TN Part) +236,402,249,Memphis TN-MS-AR MSA (TN Part) +236,403,12,Chicago IL-IN-WI CSA (IL Part) +236,404,191,Louisville KY-IN CSA (KY Part) +236,405,172,Miami FL MSA +236,406,223,New York NY-NJ-CT-PA CSA (NY Part) +236,407,266,Washington DC-MD-VA-WV CSA (VA Part) +236,408,255,Dallas-Fort Worth TX CSA +236,409,153,Remainder of Alabama +236,410,159,Los Angeles CA CSA +236,411,217,New York NY-NJ-CT-PA CSA (NJ Part) +236,412,192,Remainder of Kentucky +236,413,159,Los Angeles CA CSA +236,414,255,Dallas-Fort Worth TX CSA +236,415,201,Boston MA-NH CSA (MA Part) +236,416,12,Chicago IL-IN-WI CSA (IL Part) +236,417,255,Dallas-Fort Worth TX CSA +236,418,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +236,419,232,Cleveland OH CSA +236,420,249,Memphis TN-MS-AR MSA (TN Part) +236,421,203,Detroit MI CSA +236,422,268,Seattle WA CSA +236,423,232,Cleveland OH CSA +236,424,257,Houston TX CSA +236,425,159,Los Angeles CA CSA +236,426,172,Miami FL MSA +236,427,257,Houston TX CSA +236,428,159,Los Angeles CA CSA +236,429,249,Memphis TN-MS-AR MSA (TN Part) +236,430,223,New York NY-NJ-CT-PA CSA (NY Part) +236,431,12,Chicago IL-IN-WI CSA (IL Part) +236,432,12,Chicago IL-IN-WI CSA (IL Part) +236,433,217,New York NY-NJ-CT-PA CSA (NJ Part) +236,434,223,New York NY-NJ-CT-PA CSA (NY Part) +236,435,154,Alaska +236,436,255,Dallas-Fort Worth TX CSA +236,437,172,Miami FL MSA +236,438,172,Miami FL MSA +236,439,249,Memphis TN-MS-AR MSA (TN Part) +236,440,249,Memphis TN-MS-AR MSA (TN Part) +236,441,162,San Francisco CA CSA +236,442,12,Chicago IL-IN-WI CSA (IL Part) +236,443,249,Memphis TN-MS-AR MSA (TN Part) +236,444,249,Memphis TN-MS-AR MSA (TN Part) +236,445,153,Remainder of Alabama +236,446,217,New York NY-NJ-CT-PA CSA (NJ Part) +236,447,12,Chicago IL-IN-WI CSA (IL Part) +236,448,172,Miami FL MSA +236,449,154,Alaska +236,450,172,Miami FL MSA +236,451,232,Cleveland OH CSA +236,452,223,New York NY-NJ-CT-PA CSA (NY Part) +236,453,255,Dallas-Fort Worth TX CSA +236,454,203,Detroit MI CSA +236,455,195,New Orleans LA CSA +236,456,255,Dallas-Fort Worth TX CSA +236,457,223,New York NY-NJ-CT-PA CSA (NY Part) +236,458,223,New York NY-NJ-CT-PA CSA (NY Part) +236,459,12,Chicago IL-IN-WI CSA (IL Part) +236,460,232,Cleveland OH CSA +236,461,172,Miami FL MSA +236,462,223,New York NY-NJ-CT-PA CSA (NY Part) +236,463,249,Memphis TN-MS-AR MSA (TN Part) +236,464,217,New York NY-NJ-CT-PA CSA (NJ Part) +236,465,217,New York NY-NJ-CT-PA CSA (NJ Part) +236,466,12,Chicago IL-IN-WI CSA (IL Part) +236,467,266,Washington DC-MD-VA-WV CSA (VA Part) +236,468,12,Chicago IL-IN-WI CSA (IL Part) +236,469,12,Chicago IL-IN-WI CSA (IL Part) +236,470,162,San Francisco CA CSA +236,471,249,Memphis TN-MS-AR MSA (TN Part) +236,472,179,Honolulu HI MSA +236,473,162,San Francisco CA CSA +236,474,249,Memphis TN-MS-AR MSA (TN Part) +236,475,223,New York NY-NJ-CT-PA CSA (NY Part) +236,476,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +236,477,223,New York NY-NJ-CT-PA CSA (NY Part) +236,478,172,Miami FL MSA +236,479,255,Dallas-Fort Worth TX CSA +236,480,266,Washington DC-MD-VA-WV CSA (VA Part) +236,481,232,Cleveland OH CSA +236,482,191,Louisville KY-IN CSA (KY Part) +236,483,266,Washington DC-MD-VA-WV CSA (VA Part) +236,484,172,Miami FL MSA +236,485,203,Detroit MI CSA +236,486,159,Los Angeles CA CSA +236,487,257,Houston TX CSA +236,488,154,Alaska +236,489,249,Memphis TN-MS-AR MSA (TN Part) +236,490,245,Charleston SC MSA +236,491,255,Dallas-Fort Worth TX CSA +237,274,217,New York NY-NJ-CT-PA CSA (NJ Part) +237,275,266,Washington DC-MD-VA-WV CSA (VA Part) +237,276,217,New York NY-NJ-CT-PA CSA (NJ Part) +237,277,217,New York NY-NJ-CT-PA CSA (NJ Part) +237,278,176,Atlanta GA-AL CSA (GA Part) +237,279,195,New Orleans LA CSA +237,280,172,Miami FL MSA +237,281,257,Houston TX CSA +237,282,217,New York NY-NJ-CT-PA CSA (NJ Part) +237,283,172,Miami FL MSA +237,284,159,Los Angeles CA CSA +237,285,255,Dallas-Fort Worth TX CSA +237,286,223,New York NY-NJ-CT-PA CSA (NY Part) +237,287,173,Orlando FL CSA +237,288,12,Chicago IL-IN-WI CSA (IL Part) +237,289,154,Alaska +237,290,191,Louisville KY-IN CSA (KY Part) +237,291,223,New York NY-NJ-CT-PA CSA (NY Part) +237,292,12,Chicago IL-IN-WI CSA (IL Part) +237,293,255,Dallas-Fort Worth TX CSA +237,294,217,New York NY-NJ-CT-PA CSA (NJ Part) +237,295,231,Cincinnati OH-KY-IN CSA (OH Part) +237,296,154,Alaska +237,297,172,Miami FL MSA +237,298,232,Cleveland OH CSA +237,299,169,Delaware +237,300,172,Miami FL MSA +237,301,12,Chicago IL-IN-WI CSA (IL Part) +237,302,249,Memphis TN-MS-AR MSA (TN Part) +237,303,154,Alaska +237,304,223,New York NY-NJ-CT-PA CSA (NY Part) +237,305,223,New York NY-NJ-CT-PA CSA (NY Part) +237,306,12,Chicago IL-IN-WI CSA (IL Part) +237,307,12,Chicago IL-IN-WI CSA (IL Part) +237,308,231,Cincinnati OH-KY-IN CSA (OH Part) +237,309,266,Washington DC-MD-VA-WV CSA (VA Part) +237,310,12,Chicago IL-IN-WI CSA (IL Part) +237,311,223,New York NY-NJ-CT-PA CSA (NY Part) +237,312,255,Dallas-Fort Worth TX CSA +237,313,223,New York NY-NJ-CT-PA CSA (NY Part) +237,314,223,New York NY-NJ-CT-PA CSA (NY Part) +237,315,172,Miami FL MSA +237,316,12,Chicago IL-IN-WI CSA (IL Part) +237,317,159,Los Angeles CA CSA +237,318,255,Dallas-Fort Worth TX CSA +237,319,172,Miami FL MSA +237,320,226,Charlotte NC-SC CSA (NC Part) +237,321,176,Atlanta GA-AL CSA (GA Part) +237,322,159,Los Angeles CA CSA +237,323,195,New Orleans LA CSA +237,324,201,Boston MA-NH CSA (MA Part) +237,325,172,Miami FL MSA +237,326,195,New Orleans LA CSA +237,327,191,Louisville KY-IN CSA (KY Part) +237,328,223,New York NY-NJ-CT-PA CSA (NY Part) +237,329,266,Washington DC-MD-VA-WV CSA (VA Part) +237,330,12,Chicago IL-IN-WI CSA (IL Part) +237,331,266,Washington DC-MD-VA-WV CSA (VA Part) +237,332,249,Memphis TN-MS-AR MSA (TN Part) +237,333,172,Miami FL MSA +237,334,249,Memphis TN-MS-AR MSA (TN Part) +237,335,266,Washington DC-MD-VA-WV CSA (VA Part) +237,336,249,Memphis TN-MS-AR MSA (TN Part) +237,337,217,New York NY-NJ-CT-PA CSA (NJ Part) +237,338,176,Atlanta GA-AL CSA (GA Part) +237,339,232,Cleveland OH CSA +237,340,255,Dallas-Fort Worth TX CSA +237,341,172,Miami FL MSA +237,342,232,Cleveland OH CSA +237,343,159,Los Angeles CA CSA +237,344,12,Chicago IL-IN-WI CSA (IL Part) +237,345,232,Cleveland OH CSA +237,346,257,Houston TX CSA +237,347,223,New York NY-NJ-CT-PA CSA (NY Part) +237,348,176,Atlanta GA-AL CSA (GA Part) +237,349,186,Indianapolis IN CSA +237,350,203,Detroit MI CSA +237,351,12,Chicago IL-IN-WI CSA (IL Part) +237,352,217,New York NY-NJ-CT-PA CSA (NJ Part) +237,353,223,New York NY-NJ-CT-PA CSA (NY Part) +237,354,191,Louisville KY-IN CSA (KY Part) +237,355,172,Miami FL MSA +237,356,255,Dallas-Fort Worth TX CSA +237,357,203,Detroit MI CSA +237,358,223,New York NY-NJ-CT-PA CSA (NY Part) +237,359,249,Memphis TN-MS-AR MSA (TN Part) +237,360,172,Miami FL MSA +237,361,255,Dallas-Fort Worth TX CSA +237,362,12,Chicago IL-IN-WI CSA (IL Part) +237,363,257,Houston TX CSA +237,364,203,Detroit MI CSA +237,365,223,New York NY-NJ-CT-PA CSA (NY Part) +237,366,12,Chicago IL-IN-WI CSA (IL Part) +237,367,159,Los Angeles CA CSA +237,368,223,New York NY-NJ-CT-PA CSA (NY Part) +237,369,12,Chicago IL-IN-WI CSA (IL Part) +237,370,266,Washington DC-MD-VA-WV CSA (VA Part) +237,371,203,Detroit MI CSA +237,372,12,Chicago IL-IN-WI CSA (IL Part) +237,373,172,Miami FL MSA +237,374,154,Alaska +237,375,249,Memphis TN-MS-AR MSA (TN Part) +237,376,12,Chicago IL-IN-WI CSA (IL Part) +237,377,217,New York NY-NJ-CT-PA CSA (NJ Part) +237,378,172,Miami FL MSA +237,379,266,Washington DC-MD-VA-WV CSA (VA Part) +237,380,186,Indianapolis IN CSA +237,381,268,Seattle WA CSA +237,382,12,Chicago IL-IN-WI CSA (IL Part) +237,383,12,Chicago IL-IN-WI CSA (IL Part) +237,384,169,Delaware +237,385,266,Washington DC-MD-VA-WV CSA (VA Part) +237,386,176,Atlanta GA-AL CSA (GA Part) +237,387,201,Boston MA-NH CSA (MA Part) +237,388,12,Chicago IL-IN-WI CSA (IL Part) +237,389,12,Chicago IL-IN-WI CSA (IL Part) +237,390,12,Chicago IL-IN-WI CSA (IL Part) +237,391,201,Boston MA-NH CSA (MA Part) +237,392,186,Indianapolis IN CSA +237,393,12,Chicago IL-IN-WI CSA (IL Part) +237,394,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +237,395,223,New York NY-NJ-CT-PA CSA (NY Part) +237,396,159,Los Angeles CA CSA +237,397,172,Miami FL MSA +237,398,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +237,399,255,Dallas-Fort Worth TX CSA +237,400,162,San Francisco CA CSA +237,401,12,Chicago IL-IN-WI CSA (IL Part) +237,402,223,New York NY-NJ-CT-PA CSA (NY Part) +237,403,249,Memphis TN-MS-AR MSA (TN Part) +237,404,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +237,405,176,Atlanta GA-AL CSA (GA Part) +237,406,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +237,407,266,Washington DC-MD-VA-WV CSA (VA Part) +237,408,154,Alaska +237,409,173,Orlando FL CSA +237,410,159,Los Angeles CA CSA +237,411,12,Chicago IL-IN-WI CSA (IL Part) +237,412,223,New York NY-NJ-CT-PA CSA (NY Part) +237,413,249,Memphis TN-MS-AR MSA (TN Part) +237,414,195,New Orleans LA CSA +237,415,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +237,416,223,New York NY-NJ-CT-PA CSA (NY Part) +237,417,159,Los Angeles CA CSA +237,418,268,Seattle WA CSA +237,419,232,Cleveland OH CSA +237,420,12,Chicago IL-IN-WI CSA (IL Part) +237,421,223,New York NY-NJ-CT-PA CSA (NY Part) +237,422,162,San Francisco CA CSA +237,423,203,Detroit MI CSA +237,424,249,Memphis TN-MS-AR MSA (TN Part) +237,425,162,San Francisco CA CSA +237,426,153,Remainder of Alabama +237,427,257,Houston TX CSA +237,428,154,Alaska +237,429,255,Dallas-Fort Worth TX CSA +237,430,12,Chicago IL-IN-WI CSA (IL Part) +237,431,203,Detroit MI CSA +237,432,266,Washington DC-MD-VA-WV CSA (VA Part) +237,433,203,Detroit MI CSA +237,434,191,Louisville KY-IN CSA (KY Part) +237,435,12,Chicago IL-IN-WI CSA (IL Part) +237,436,223,New York NY-NJ-CT-PA CSA (NY Part) +237,437,176,Atlanta GA-AL CSA (GA Part) +237,438,191,Louisville KY-IN CSA (KY Part) +237,439,173,Orlando FL CSA +237,440,172,Miami FL MSA +237,441,249,Memphis TN-MS-AR MSA (TN Part) +237,442,231,Cincinnati OH-KY-IN CSA (OH Part) +237,443,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +237,444,223,New York NY-NJ-CT-PA CSA (NY Part) +237,445,249,Memphis TN-MS-AR MSA (TN Part) +237,446,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +237,447,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +237,448,217,New York NY-NJ-CT-PA CSA (NJ Part) +237,449,154,Alaska +237,450,176,Atlanta GA-AL CSA (GA Part) +237,451,12,Chicago IL-IN-WI CSA (IL Part) +237,452,12,Chicago IL-IN-WI CSA (IL Part) +237,453,164,Denver CO CSA +237,454,232,Cleveland OH CSA +237,455,195,New Orleans LA CSA +237,456,249,Memphis TN-MS-AR MSA (TN Part) +237,457,223,New York NY-NJ-CT-PA CSA (NY Part) +237,458,249,Memphis TN-MS-AR MSA (TN Part) +237,459,176,Atlanta GA-AL CSA (GA Part) +237,460,231,Cincinnati OH-KY-IN CSA (OH Part) +237,461,172,Miami FL MSA +237,462,12,Chicago IL-IN-WI CSA (IL Part) +237,463,12,Chicago IL-IN-WI CSA (IL Part) +237,464,266,Washington DC-MD-VA-WV CSA (VA Part) +237,465,203,Detroit MI CSA +237,466,12,Chicago IL-IN-WI CSA (IL Part) +237,467,12,Chicago IL-IN-WI CSA (IL Part) +237,468,203,Detroit MI CSA +237,469,223,New York NY-NJ-CT-PA CSA (NY Part) +237,470,162,San Francisco CA CSA +237,471,12,Chicago IL-IN-WI CSA (IL Part) +237,472,159,Los Angeles CA CSA +237,473,257,Houston TX CSA +237,474,172,Miami FL MSA +237,475,223,New York NY-NJ-CT-PA CSA (NY Part) +237,476,12,Chicago IL-IN-WI CSA (IL Part) +237,477,12,Chicago IL-IN-WI CSA (IL Part) +237,478,191,Louisville KY-IN CSA (KY Part) +237,479,159,Los Angeles CA CSA +237,480,12,Chicago IL-IN-WI CSA (IL Part) +237,481,203,Detroit MI CSA +237,482,12,Chicago IL-IN-WI CSA (IL Part) +237,483,217,New York NY-NJ-CT-PA CSA (NJ Part) +237,484,249,Memphis TN-MS-AR MSA (TN Part) +237,485,249,Memphis TN-MS-AR MSA (TN Part) +237,486,255,Dallas-Fort Worth TX CSA +237,487,172,Miami FL MSA +237,488,249,Memphis TN-MS-AR MSA (TN Part) +237,489,249,Memphis TN-MS-AR MSA (TN Part) +237,490,255,Dallas-Fort Worth TX CSA +237,491,195,New Orleans LA CSA +238,274,186,Indianapolis IN CSA +238,275,217,New York NY-NJ-CT-PA CSA (NJ Part) +238,276,12,Chicago IL-IN-WI CSA (IL Part) +238,277,203,Detroit MI CSA +238,278,266,Washington DC-MD-VA-WV CSA (VA Part) +238,279,249,Memphis TN-MS-AR MSA (TN Part) +238,280,172,Miami FL MSA +238,281,195,New Orleans LA CSA +238,282,203,Detroit MI CSA +238,283,172,Miami FL MSA +238,284,159,Los Angeles CA CSA +238,285,266,Washington DC-MD-VA-WV CSA (VA Part) +238,286,12,Chicago IL-IN-WI CSA (IL Part) +238,287,172,Miami FL MSA +238,288,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +238,289,154,Alaska +238,290,257,Houston TX CSA +238,291,12,Chicago IL-IN-WI CSA (IL Part) +238,292,223,New York NY-NJ-CT-PA CSA (NY Part) +238,293,249,Memphis TN-MS-AR MSA (TN Part) +238,294,12,Chicago IL-IN-WI CSA (IL Part) +238,295,186,Indianapolis IN CSA +238,296,12,Chicago IL-IN-WI CSA (IL Part) +238,297,172,Miami FL MSA +238,298,191,Louisville KY-IN CSA (KY Part) +238,299,203,Detroit MI CSA +238,300,172,Miami FL MSA +238,301,232,Cleveland OH CSA +238,302,172,Miami FL MSA +238,303,159,Los Angeles CA CSA +238,304,217,New York NY-NJ-CT-PA CSA (NJ Part) +238,305,12,Chicago IL-IN-WI CSA (IL Part) +238,306,223,New York NY-NJ-CT-PA CSA (NY Part) +238,307,223,New York NY-NJ-CT-PA CSA (NY Part) +238,308,159,Los Angeles CA CSA +238,309,249,Memphis TN-MS-AR MSA (TN Part) +238,310,12,Chicago IL-IN-WI CSA (IL Part) +238,311,191,Louisville KY-IN CSA (KY Part) +238,312,172,Miami FL MSA +238,313,223,New York NY-NJ-CT-PA CSA (NY Part) +238,314,231,Cincinnati OH-KY-IN CSA (OH Part) +238,315,257,Houston TX CSA +238,316,162,San Francisco CA CSA +238,317,162,San Francisco CA CSA +238,318,154,Alaska +238,319,249,Memphis TN-MS-AR MSA (TN Part) +238,320,176,Atlanta GA-AL CSA (GA Part) +238,321,176,Atlanta GA-AL CSA (GA Part) +238,322,159,Los Angeles CA CSA +238,323,249,Memphis TN-MS-AR MSA (TN Part) +238,324,186,Indianapolis IN CSA +238,325,172,Miami FL MSA +238,326,172,Miami FL MSA +238,327,12,Chicago IL-IN-WI CSA (IL Part) +238,328,186,Indianapolis IN CSA +238,329,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +238,330,255,Dallas-Fort Worth TX CSA +238,331,223,New York NY-NJ-CT-PA CSA (NY Part) +238,332,176,Atlanta GA-AL CSA (GA Part) +238,333,195,New Orleans LA CSA +238,334,257,Houston TX CSA +238,335,217,New York NY-NJ-CT-PA CSA (NJ Part) +238,336,153,Remainder of Alabama +238,337,186,Indianapolis IN CSA +238,338,266,Washington DC-MD-VA-WV CSA (VA Part) +238,339,223,New York NY-NJ-CT-PA CSA (NY Part) +238,340,217,New York NY-NJ-CT-PA CSA (NJ Part) +238,341,153,Remainder of Alabama +238,342,12,Chicago IL-IN-WI CSA (IL Part) +238,343,159,Los Angeles CA CSA +238,344,12,Chicago IL-IN-WI CSA (IL Part) +238,345,12,Chicago IL-IN-WI CSA (IL Part) +238,346,172,Miami FL MSA +238,347,217,New York NY-NJ-CT-PA CSA (NJ Part) +238,348,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +238,349,191,Louisville KY-IN CSA (KY Part) +238,350,203,Detroit MI CSA +238,351,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +238,352,12,Chicago IL-IN-WI CSA (IL Part) +238,353,12,Chicago IL-IN-WI CSA (IL Part) +238,354,203,Detroit MI CSA +238,355,172,Miami FL MSA +238,356,153,Remainder of Alabama +238,357,176,Atlanta GA-AL CSA (GA Part) +238,358,176,Atlanta GA-AL CSA (GA Part) +238,359,255,Dallas-Fort Worth TX CSA +238,360,176,Atlanta GA-AL CSA (GA Part) +238,361,257,Houston TX CSA +238,362,191,Louisville KY-IN CSA (KY Part) +238,363,257,Houston TX CSA +238,364,12,Chicago IL-IN-WI CSA (IL Part) +238,365,203,Detroit MI CSA +238,366,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +238,367,154,Alaska +238,368,203,Detroit MI CSA +238,369,255,Dallas-Fort Worth TX CSA +238,370,217,New York NY-NJ-CT-PA CSA (NJ Part) +238,371,223,New York NY-NJ-CT-PA CSA (NY Part) +238,372,232,Cleveland OH CSA +238,373,172,Miami FL MSA +238,374,154,Alaska +238,375,12,Chicago IL-IN-WI CSA (IL Part) +238,376,191,Louisville KY-IN CSA (KY Part) +238,377,172,Miami FL MSA +238,378,257,Houston TX CSA +238,379,266,Washington DC-MD-VA-WV CSA (VA Part) +238,380,12,Chicago IL-IN-WI CSA (IL Part) +238,381,162,San Francisco CA CSA +238,382,12,Chicago IL-IN-WI CSA (IL Part) +238,383,217,New York NY-NJ-CT-PA CSA (NJ Part) +238,384,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +238,385,226,Charlotte NC-SC CSA (NC Part) +238,386,266,Washington DC-MD-VA-WV CSA (VA Part) +238,387,223,New York NY-NJ-CT-PA CSA (NY Part) +238,388,12,Chicago IL-IN-WI CSA (IL Part) +238,389,12,Chicago IL-IN-WI CSA (IL Part) +238,390,191,Louisville KY-IN CSA (KY Part) +238,391,172,Miami FL MSA +238,392,154,Alaska +238,393,201,Boston MA-NH CSA (MA Part) +238,394,249,Memphis TN-MS-AR MSA (TN Part) +238,395,12,Chicago IL-IN-WI CSA (IL Part) +238,396,179,Honolulu HI MSA +238,397,12,Chicago IL-IN-WI CSA (IL Part) +238,398,201,Boston MA-NH CSA (MA Part) +238,399,164,Denver CO CSA +238,400,159,Los Angeles CA CSA +238,401,12,Chicago IL-IN-WI CSA (IL Part) +238,402,223,New York NY-NJ-CT-PA CSA (NY Part) +238,403,249,Memphis TN-MS-AR MSA (TN Part) +238,404,217,New York NY-NJ-CT-PA CSA (NJ Part) +238,405,249,Memphis TN-MS-AR MSA (TN Part) +238,406,232,Cleveland OH CSA +238,407,232,Cleveland OH CSA +238,408,192,Remainder of Kentucky +238,409,249,Memphis TN-MS-AR MSA (TN Part) +238,410,162,San Francisco CA CSA +238,411,249,Memphis TN-MS-AR MSA (TN Part) +238,412,223,New York NY-NJ-CT-PA CSA (NY Part) +238,413,159,Los Angeles CA CSA +238,414,257,Houston TX CSA +238,415,217,New York NY-NJ-CT-PA CSA (NJ Part) +238,416,223,New York NY-NJ-CT-PA CSA (NY Part) +238,417,159,Los Angeles CA CSA +238,418,154,Alaska +238,419,223,New York NY-NJ-CT-PA CSA (NY Part) +238,420,203,Detroit MI CSA +238,421,223,New York NY-NJ-CT-PA CSA (NY Part) +238,422,154,Alaska +238,423,169,Delaware +238,424,172,Miami FL MSA +238,425,159,Los Angeles CA CSA +238,426,249,Memphis TN-MS-AR MSA (TN Part) +238,427,176,Atlanta GA-AL CSA (GA Part) +238,428,12,Chicago IL-IN-WI CSA (IL Part) +238,429,255,Dallas-Fort Worth TX CSA +238,430,217,New York NY-NJ-CT-PA CSA (NJ Part) +238,431,12,Chicago IL-IN-WI CSA (IL Part) +238,432,226,Charlotte NC-SC CSA (NC Part) +238,433,223,New York NY-NJ-CT-PA CSA (NY Part) +238,434,203,Detroit MI CSA +238,435,154,Alaska +238,436,226,Charlotte NC-SC CSA (NC Part) +238,437,172,Miami FL MSA +238,438,176,Atlanta GA-AL CSA (GA Part) +238,439,176,Atlanta GA-AL CSA (GA Part) +238,440,172,Miami FL MSA +238,441,159,Los Angeles CA CSA +238,442,192,Remainder of Kentucky +238,443,249,Memphis TN-MS-AR MSA (TN Part) +238,444,12,Chicago IL-IN-WI CSA (IL Part) +238,445,249,Memphis TN-MS-AR MSA (TN Part) +238,446,203,Detroit MI CSA +238,447,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +238,448,255,Dallas-Fort Worth TX CSA +238,449,159,Los Angeles CA CSA +238,450,249,Memphis TN-MS-AR MSA (TN Part) +238,451,203,Detroit MI CSA +238,452,217,New York NY-NJ-CT-PA CSA (NJ Part) +238,453,159,Los Angeles CA CSA +238,454,12,Chicago IL-IN-WI CSA (IL Part) +238,455,257,Houston TX CSA +238,456,154,Alaska +238,457,249,Memphis TN-MS-AR MSA (TN Part) +238,458,203,Detroit MI CSA +238,459,203,Detroit MI CSA +238,460,223,New York NY-NJ-CT-PA CSA (NY Part) +238,461,176,Atlanta GA-AL CSA (GA Part) +238,462,223,New York NY-NJ-CT-PA CSA (NY Part) +238,463,12,Chicago IL-IN-WI CSA (IL Part) +238,464,12,Chicago IL-IN-WI CSA (IL Part) +238,465,223,New York NY-NJ-CT-PA CSA (NY Part) +238,466,12,Chicago IL-IN-WI CSA (IL Part) +238,467,172,Miami FL MSA +238,468,12,Chicago IL-IN-WI CSA (IL Part) +238,469,223,New York NY-NJ-CT-PA CSA (NY Part) +238,470,179,Honolulu HI MSA +238,471,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +238,472,257,Houston TX CSA +238,473,159,Los Angeles CA CSA +238,474,172,Miami FL MSA +238,475,223,New York NY-NJ-CT-PA CSA (NY Part) +238,476,12,Chicago IL-IN-WI CSA (IL Part) +238,477,203,Detroit MI CSA +238,478,172,Miami FL MSA +238,479,162,San Francisco CA CSA +238,480,249,Memphis TN-MS-AR MSA (TN Part) +238,481,192,Remainder of Kentucky +238,482,223,New York NY-NJ-CT-PA CSA (NY Part) +238,483,12,Chicago IL-IN-WI CSA (IL Part) +238,484,172,Miami FL MSA +238,485,232,Cleveland OH CSA +238,486,159,Los Angeles CA CSA +238,487,176,Atlanta GA-AL CSA (GA Part) +238,488,12,Chicago IL-IN-WI CSA (IL Part) +238,489,217,New York NY-NJ-CT-PA CSA (NJ Part) +238,490,232,Cleveland OH CSA +238,491,186,Indianapolis IN CSA +239,274,159,Los Angeles CA CSA +239,275,154,Alaska +239,276,223,New York NY-NJ-CT-PA CSA (NY Part) +239,277,231,Cincinnati OH-KY-IN CSA (OH Part) +239,278,268,Seattle WA CSA +239,279,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +239,280,172,Miami FL MSA +239,281,195,New Orleans LA CSA +239,282,154,Alaska +239,283,195,New Orleans LA CSA +239,284,159,Los Angeles CA CSA +239,285,203,Detroit MI CSA +239,286,12,Chicago IL-IN-WI CSA (IL Part) +239,287,172,Miami FL MSA +239,288,154,Alaska +239,289,179,Honolulu HI MSA +239,290,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +239,291,162,San Francisco CA CSA +239,292,268,Seattle WA CSA +239,293,159,Los Angeles CA CSA +239,294,186,Indianapolis IN CSA +239,295,201,Boston MA-NH CSA (MA Part) +239,296,154,Alaska +239,297,176,Atlanta GA-AL CSA (GA Part) +239,298,162,San Francisco CA CSA +239,299,186,Indianapolis IN CSA +239,300,172,Miami FL MSA +239,301,12,Chicago IL-IN-WI CSA (IL Part) +239,302,191,Louisville KY-IN CSA (KY Part) +239,303,268,Seattle WA CSA +239,304,154,Alaska +239,305,176,Atlanta GA-AL CSA (GA Part) +239,306,12,Chicago IL-IN-WI CSA (IL Part) +239,307,223,New York NY-NJ-CT-PA CSA (NY Part) +239,308,154,Alaska +239,309,12,Chicago IL-IN-WI CSA (IL Part) +239,310,159,Los Angeles CA CSA +239,311,201,Boston MA-NH CSA (MA Part) +239,312,257,Houston TX CSA +239,313,12,Chicago IL-IN-WI CSA (IL Part) +239,314,217,New York NY-NJ-CT-PA CSA (NJ Part) +239,315,195,New Orleans LA CSA +239,316,159,Los Angeles CA CSA +239,317,159,Los Angeles CA CSA +239,318,162,San Francisco CA CSA +239,319,159,Los Angeles CA CSA +239,320,223,New York NY-NJ-CT-PA CSA (NY Part) +239,321,268,Seattle WA CSA +239,322,162,San Francisco CA CSA +239,323,257,Houston TX CSA +239,324,268,Seattle WA CSA +239,325,249,Memphis TN-MS-AR MSA (TN Part) +239,326,255,Dallas-Fort Worth TX CSA +239,327,154,Alaska +239,328,12,Chicago IL-IN-WI CSA (IL Part) +239,329,266,Washington DC-MD-VA-WV CSA (VA Part) +239,330,159,Los Angeles CA CSA +239,331,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +239,332,249,Memphis TN-MS-AR MSA (TN Part) +239,333,257,Houston TX CSA +239,334,159,Los Angeles CA CSA +239,335,268,Seattle WA CSA +239,336,159,Los Angeles CA CSA +239,337,266,Washington DC-MD-VA-WV CSA (VA Part) +239,338,231,Cincinnati OH-KY-IN CSA (OH Part) +239,339,162,San Francisco CA CSA +239,340,223,New York NY-NJ-CT-PA CSA (NY Part) +239,341,159,Los Angeles CA CSA +239,342,12,Chicago IL-IN-WI CSA (IL Part) +239,343,159,Los Angeles CA CSA +239,344,154,Alaska +239,345,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +239,346,159,Los Angeles CA CSA +239,347,191,Louisville KY-IN CSA (KY Part) +239,348,12,Chicago IL-IN-WI CSA (IL Part) +239,349,203,Detroit MI CSA +239,350,223,New York NY-NJ-CT-PA CSA (NY Part) +239,351,191,Louisville KY-IN CSA (KY Part) +239,352,223,New York NY-NJ-CT-PA CSA (NY Part) +239,353,154,Alaska +239,354,12,Chicago IL-IN-WI CSA (IL Part) +239,355,249,Memphis TN-MS-AR MSA (TN Part) +239,356,268,Seattle WA CSA +239,357,223,New York NY-NJ-CT-PA CSA (NY Part) +239,358,266,Washington DC-MD-VA-WV CSA (VA Part) +239,359,257,Houston TX CSA +239,360,172,Miami FL MSA +239,361,159,Los Angeles CA CSA +239,362,217,New York NY-NJ-CT-PA CSA (NJ Part) +239,363,257,Houston TX CSA +239,364,162,San Francisco CA CSA +239,365,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +239,366,162,San Francisco CA CSA +239,367,268,Seattle WA CSA +239,368,154,Alaska +239,369,154,Alaska +239,370,223,New York NY-NJ-CT-PA CSA (NY Part) +239,371,217,New York NY-NJ-CT-PA CSA (NJ Part) +239,372,12,Chicago IL-IN-WI CSA (IL Part) +239,373,255,Dallas-Fort Worth TX CSA +239,374,162,San Francisco CA CSA +239,375,164,Denver CO CSA +239,376,154,Alaska +239,377,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +239,378,191,Louisville KY-IN CSA (KY Part) +239,379,154,Alaska +239,380,154,Alaska +239,381,179,Honolulu HI MSA +239,382,154,Alaska +239,383,154,Alaska +239,384,203,Detroit MI CSA +239,385,245,Charleston SC MSA +239,386,203,Detroit MI CSA +239,387,12,Chicago IL-IN-WI CSA (IL Part) +239,388,12,Chicago IL-IN-WI CSA (IL Part) +239,389,223,New York NY-NJ-CT-PA CSA (NY Part) +239,390,268,Seattle WA CSA +239,391,223,New York NY-NJ-CT-PA CSA (NY Part) +239,392,154,Alaska +239,393,154,Alaska +239,394,266,Washington DC-MD-VA-WV CSA (VA Part) +239,395,266,Washington DC-MD-VA-WV CSA (VA Part) +239,396,154,Alaska +239,397,223,New York NY-NJ-CT-PA CSA (NY Part) +239,398,154,Alaska +239,399,159,Los Angeles CA CSA +239,400,159,Los Angeles CA CSA +239,401,12,Chicago IL-IN-WI CSA (IL Part) +239,402,268,Seattle WA CSA +239,403,154,Alaska +239,404,268,Seattle WA CSA +239,405,249,Memphis TN-MS-AR MSA (TN Part) +239,406,232,Cleveland OH CSA +239,407,12,Chicago IL-IN-WI CSA (IL Part) +239,408,159,Los Angeles CA CSA +239,409,191,Louisville KY-IN CSA (KY Part) +239,410,159,Los Angeles CA CSA +239,411,162,San Francisco CA CSA +239,412,268,Seattle WA CSA +239,413,154,Alaska +239,414,159,Los Angeles CA CSA +239,415,12,Chicago IL-IN-WI CSA (IL Part) +239,416,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +239,417,268,Seattle WA CSA +239,418,154,Alaska +239,419,154,Alaska +239,420,154,Alaska +239,421,12,Chicago IL-IN-WI CSA (IL Part) +239,422,154,Alaska +239,423,203,Detroit MI CSA +239,424,249,Memphis TN-MS-AR MSA (TN Part) +239,425,159,Los Angeles CA CSA +239,426,159,Los Angeles CA CSA +239,427,159,Los Angeles CA CSA +239,428,154,Alaska +239,429,159,Los Angeles CA CSA +239,430,201,Boston MA-NH CSA (MA Part) +239,431,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +239,432,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +239,433,223,New York NY-NJ-CT-PA CSA (NY Part) +239,434,162,San Francisco CA CSA +239,435,12,Chicago IL-IN-WI CSA (IL Part) +239,436,12,Chicago IL-IN-WI CSA (IL Part) +239,437,12,Chicago IL-IN-WI CSA (IL Part) +239,438,186,Indianapolis IN CSA +239,439,249,Memphis TN-MS-AR MSA (TN Part) +239,440,172,Miami FL MSA +239,441,159,Los Angeles CA CSA +239,442,223,New York NY-NJ-CT-PA CSA (NY Part) +239,443,12,Chicago IL-IN-WI CSA (IL Part) +239,444,154,Alaska +239,445,203,Detroit MI CSA +239,446,232,Cleveland OH CSA +239,447,154,Alaska +239,448,223,New York NY-NJ-CT-PA CSA (NY Part) +239,449,162,San Francisco CA CSA +239,450,249,Memphis TN-MS-AR MSA (TN Part) +239,451,154,Alaska +239,452,154,Alaska +239,453,154,Alaska +239,454,186,Indianapolis IN CSA +239,455,217,New York NY-NJ-CT-PA CSA (NJ Part) +239,456,159,Los Angeles CA CSA +239,457,154,Alaska +239,458,164,Denver CO CSA +239,459,12,Chicago IL-IN-WI CSA (IL Part) +239,460,12,Chicago IL-IN-WI CSA (IL Part) +239,461,249,Memphis TN-MS-AR MSA (TN Part) +239,462,176,Atlanta GA-AL CSA (GA Part) +239,463,223,New York NY-NJ-CT-PA CSA (NY Part) +239,464,223,New York NY-NJ-CT-PA CSA (NY Part) +239,465,203,Detroit MI CSA +239,466,12,Chicago IL-IN-WI CSA (IL Part) +239,467,12,Chicago IL-IN-WI CSA (IL Part) +239,468,154,Alaska +239,469,162,San Francisco CA CSA +239,470,162,San Francisco CA CSA +239,471,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +239,472,162,San Francisco CA CSA +239,473,154,Alaska +239,474,172,Miami FL MSA +239,475,223,New York NY-NJ-CT-PA CSA (NY Part) +239,476,154,Alaska +239,477,154,Alaska +239,478,257,Houston TX CSA +239,479,154,Alaska +239,480,12,Chicago IL-IN-WI CSA (IL Part) +239,481,154,Alaska +239,482,162,San Francisco CA CSA +239,483,162,San Francisco CA CSA +239,484,176,Atlanta GA-AL CSA (GA Part) +239,485,159,Los Angeles CA CSA +239,486,162,San Francisco CA CSA +239,487,12,Chicago IL-IN-WI CSA (IL Part) +239,488,162,San Francisco CA CSA +239,489,268,Seattle WA CSA +239,490,203,Detroit MI CSA +239,491,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +240,274,154,Alaska +240,275,223,New York NY-NJ-CT-PA CSA (NY Part) +240,276,232,Cleveland OH CSA +240,277,12,Chicago IL-IN-WI CSA (IL Part) +240,278,176,Atlanta GA-AL CSA (GA Part) +240,279,12,Chicago IL-IN-WI CSA (IL Part) +240,280,191,Louisville KY-IN CSA (KY Part) +240,281,162,San Francisco CA CSA +240,282,232,Cleveland OH CSA +240,283,191,Louisville KY-IN CSA (KY Part) +240,284,154,Alaska +240,285,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +240,286,162,San Francisco CA CSA +240,287,172,Miami FL MSA +240,288,154,Alaska +240,289,179,Honolulu HI MSA +240,290,249,Memphis TN-MS-AR MSA (TN Part) +240,291,12,Chicago IL-IN-WI CSA (IL Part) +240,292,203,Detroit MI CSA +240,293,162,San Francisco CA CSA +240,294,223,New York NY-NJ-CT-PA CSA (NY Part) +240,295,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +240,296,159,Los Angeles CA CSA +240,297,195,New Orleans LA CSA +240,298,12,Chicago IL-IN-WI CSA (IL Part) +240,299,191,Louisville KY-IN CSA (KY Part) +240,300,245,Charleston SC MSA +240,301,268,Seattle WA CSA +240,302,172,Miami FL MSA +240,303,154,Alaska +240,304,186,Indianapolis IN CSA +240,305,231,Cincinnati OH-KY-IN CSA (OH Part) +240,306,268,Seattle WA CSA +240,307,217,New York NY-NJ-CT-PA CSA (NJ Part) +240,308,159,Los Angeles CA CSA +240,309,223,New York NY-NJ-CT-PA CSA (NY Part) +240,310,159,Los Angeles CA CSA +240,311,266,Washington DC-MD-VA-WV CSA (VA Part) +240,312,172,Miami FL MSA +240,313,223,New York NY-NJ-CT-PA CSA (NY Part) +240,314,223,New York NY-NJ-CT-PA CSA (NY Part) +240,315,172,Miami FL MSA +240,316,162,San Francisco CA CSA +240,317,159,Los Angeles CA CSA +240,318,268,Seattle WA CSA +240,319,255,Dallas-Fort Worth TX CSA +240,320,232,Cleveland OH CSA +240,321,232,Cleveland OH CSA +240,322,159,Los Angeles CA CSA +240,323,159,Los Angeles CA CSA +240,324,217,New York NY-NJ-CT-PA CSA (NJ Part) +240,325,172,Miami FL MSA +240,326,176,Atlanta GA-AL CSA (GA Part) +240,327,154,Alaska +240,328,203,Detroit MI CSA +240,329,12,Chicago IL-IN-WI CSA (IL Part) +240,330,12,Chicago IL-IN-WI CSA (IL Part) +240,331,154,Alaska +240,332,153,Remainder of Alabama +240,333,255,Dallas-Fort Worth TX CSA +240,334,172,Miami FL MSA +240,335,201,Boston MA-NH CSA (MA Part) +240,336,249,Memphis TN-MS-AR MSA (TN Part) +240,337,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +240,338,223,New York NY-NJ-CT-PA CSA (NY Part) +240,339,162,San Francisco CA CSA +240,340,164,Denver CO CSA +240,341,162,San Francisco CA CSA +240,342,186,Indianapolis IN CSA +240,343,162,San Francisco CA CSA +240,344,164,Denver CO CSA +240,345,12,Chicago IL-IN-WI CSA (IL Part) +240,346,172,Miami FL MSA +240,347,191,Louisville KY-IN CSA (KY Part) +240,348,223,New York NY-NJ-CT-PA CSA (NY Part) +240,349,268,Seattle WA CSA +240,350,232,Cleveland OH CSA +240,351,12,Chicago IL-IN-WI CSA (IL Part) +240,352,191,Louisville KY-IN CSA (KY Part) +240,353,268,Seattle WA CSA +240,354,154,Alaska +240,355,172,Miami FL MSA +240,356,159,Los Angeles CA CSA +240,357,12,Chicago IL-IN-WI CSA (IL Part) +240,358,223,New York NY-NJ-CT-PA CSA (NY Part) +240,359,172,Miami FL MSA +240,360,176,Atlanta GA-AL CSA (GA Part) +240,361,268,Seattle WA CSA +240,362,268,Seattle WA CSA +240,363,159,Los Angeles CA CSA +240,364,12,Chicago IL-IN-WI CSA (IL Part) +240,365,12,Chicago IL-IN-WI CSA (IL Part) +240,366,159,Los Angeles CA CSA +240,367,162,San Francisco CA CSA +240,368,12,Chicago IL-IN-WI CSA (IL Part) +240,369,154,Alaska +240,370,12,Chicago IL-IN-WI CSA (IL Part) +240,371,12,Chicago IL-IN-WI CSA (IL Part) +240,372,12,Chicago IL-IN-WI CSA (IL Part) +240,373,172,Miami FL MSA +240,374,154,Alaska +240,375,154,Alaska +240,376,12,Chicago IL-IN-WI CSA (IL Part) +240,377,162,San Francisco CA CSA +240,378,255,Dallas-Fort Worth TX CSA +240,379,154,Alaska +240,380,159,Los Angeles CA CSA +240,381,154,Alaska +240,382,159,Los Angeles CA CSA +240,383,154,Alaska +240,384,172,Miami FL MSA +240,385,12,Chicago IL-IN-WI CSA (IL Part) +240,386,268,Seattle WA CSA +240,387,268,Seattle WA CSA +240,388,12,Chicago IL-IN-WI CSA (IL Part) +240,389,223,New York NY-NJ-CT-PA CSA (NY Part) +240,390,154,Alaska +240,391,223,New York NY-NJ-CT-PA CSA (NY Part) +240,392,159,Los Angeles CA CSA +240,393,162,San Francisco CA CSA +240,394,268,Seattle WA CSA +240,395,12,Chicago IL-IN-WI CSA (IL Part) +240,396,159,Los Angeles CA CSA +240,397,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +240,398,154,Alaska +240,399,159,Los Angeles CA CSA +240,400,159,Los Angeles CA CSA +240,401,154,Alaska +240,402,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +240,403,162,San Francisco CA CSA +240,404,266,Washington DC-MD-VA-WV CSA (VA Part) +240,405,186,Indianapolis IN CSA +240,406,191,Louisville KY-IN CSA (KY Part) +240,407,223,New York NY-NJ-CT-PA CSA (NY Part) +240,408,154,Alaska +240,409,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +240,410,159,Los Angeles CA CSA +240,411,154,Alaska +240,412,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +240,413,162,San Francisco CA CSA +240,414,249,Memphis TN-MS-AR MSA (TN Part) +240,415,268,Seattle WA CSA +240,416,223,New York NY-NJ-CT-PA CSA (NY Part) +240,417,154,Alaska +240,418,159,Los Angeles CA CSA +240,419,154,Alaska +240,420,268,Seattle WA CSA +240,421,154,Alaska +240,422,159,Los Angeles CA CSA +240,423,154,Alaska +240,424,249,Memphis TN-MS-AR MSA (TN Part) +240,425,154,Alaska +240,426,249,Memphis TN-MS-AR MSA (TN Part) +240,427,159,Los Angeles CA CSA +240,428,154,Alaska +240,429,159,Los Angeles CA CSA +240,430,154,Alaska +240,431,217,New York NY-NJ-CT-PA CSA (NJ Part) +240,432,154,Alaska +240,433,154,Alaska +240,434,268,Seattle WA CSA +240,435,268,Seattle WA CSA +240,436,176,Atlanta GA-AL CSA (GA Part) +240,437,255,Dallas-Fort Worth TX CSA +240,438,191,Louisville KY-IN CSA (KY Part) +240,439,173,Orlando FL CSA +240,440,176,Atlanta GA-AL CSA (GA Part) +240,441,159,Los Angeles CA CSA +240,442,268,Seattle WA CSA +240,443,12,Chicago IL-IN-WI CSA (IL Part) +240,444,201,Boston MA-NH CSA (MA Part) +240,445,223,New York NY-NJ-CT-PA CSA (NY Part) +240,446,268,Seattle WA CSA +240,447,217,New York NY-NJ-CT-PA CSA (NJ Part) +240,448,12,Chicago IL-IN-WI CSA (IL Part) +240,449,159,Los Angeles CA CSA +240,450,255,Dallas-Fort Worth TX CSA +240,451,268,Seattle WA CSA +240,452,223,New York NY-NJ-CT-PA CSA (NY Part) +240,453,159,Los Angeles CA CSA +240,454,223,New York NY-NJ-CT-PA CSA (NY Part) +240,455,186,Indianapolis IN CSA +240,456,154,Alaska +240,457,192,Remainder of Kentucky +240,458,268,Seattle WA CSA +240,459,12,Chicago IL-IN-WI CSA (IL Part) +240,460,268,Seattle WA CSA +240,461,172,Miami FL MSA +240,462,217,New York NY-NJ-CT-PA CSA (NJ Part) +240,463,12,Chicago IL-IN-WI CSA (IL Part) +240,464,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +240,465,154,Alaska +240,466,154,Alaska +240,467,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +240,468,154,Alaska +240,469,154,Alaska +240,470,154,Alaska +240,471,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +240,472,162,San Francisco CA CSA +240,473,159,Los Angeles CA CSA +240,474,176,Atlanta GA-AL CSA (GA Part) +240,475,266,Washington DC-MD-VA-WV CSA (VA Part) +240,476,162,San Francisco CA CSA +240,477,154,Alaska +240,478,255,Dallas-Fort Worth TX CSA +240,479,162,San Francisco CA CSA +240,480,12,Chicago IL-IN-WI CSA (IL Part) +240,481,159,Los Angeles CA CSA +240,482,12,Chicago IL-IN-WI CSA (IL Part) +240,483,162,San Francisco CA CSA +240,484,12,Chicago IL-IN-WI CSA (IL Part) +240,485,154,Alaska +240,486,159,Los Angeles CA CSA +240,487,172,Miami FL MSA +240,488,154,Alaska +240,489,154,Alaska +240,490,223,New York NY-NJ-CT-PA CSA (NY Part) +240,491,164,Denver CO CSA +241,274,223,New York NY-NJ-CT-PA CSA (NY Part) +241,275,223,New York NY-NJ-CT-PA CSA (NY Part) +241,276,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,277,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,278,266,Washington DC-MD-VA-WV CSA (VA Part) +241,279,223,New York NY-NJ-CT-PA CSA (NY Part) +241,280,266,Washington DC-MD-VA-WV CSA (VA Part) +241,281,172,Miami FL MSA +241,282,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,283,223,New York NY-NJ-CT-PA CSA (NY Part) +241,284,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +241,285,266,Washington DC-MD-VA-WV CSA (VA Part) +241,286,223,New York NY-NJ-CT-PA CSA (NY Part) +241,287,266,Washington DC-MD-VA-WV CSA (VA Part) +241,288,223,New York NY-NJ-CT-PA CSA (NY Part) +241,289,201,Boston MA-NH CSA (MA Part) +241,290,266,Washington DC-MD-VA-WV CSA (VA Part) +241,291,223,New York NY-NJ-CT-PA CSA (NY Part) +241,292,201,Boston MA-NH CSA (MA Part) +241,293,173,Orlando FL CSA +241,294,266,Washington DC-MD-VA-WV CSA (VA Part) +241,295,266,Washington DC-MD-VA-WV CSA (VA Part) +241,296,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,297,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +241,298,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,299,223,New York NY-NJ-CT-PA CSA (NY Part) +241,300,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +241,301,223,New York NY-NJ-CT-PA CSA (NY Part) +241,302,223,New York NY-NJ-CT-PA CSA (NY Part) +241,303,201,Boston MA-NH CSA (MA Part) +241,304,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,305,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,306,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +241,307,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,308,232,Cleveland OH CSA +241,309,223,New York NY-NJ-CT-PA CSA (NY Part) +241,310,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,311,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,312,172,Miami FL MSA +241,313,266,Washington DC-MD-VA-WV CSA (VA Part) +241,314,223,New York NY-NJ-CT-PA CSA (NY Part) +241,315,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +241,316,223,New York NY-NJ-CT-PA CSA (NY Part) +241,317,232,Cleveland OH CSA +241,318,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,319,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,320,223,New York NY-NJ-CT-PA CSA (NY Part) +241,321,266,Washington DC-MD-VA-WV CSA (VA Part) +241,322,232,Cleveland OH CSA +241,323,172,Miami FL MSA +241,324,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +241,325,172,Miami FL MSA +241,326,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +241,327,223,New York NY-NJ-CT-PA CSA (NY Part) +241,328,223,New York NY-NJ-CT-PA CSA (NY Part) +241,329,232,Cleveland OH CSA +241,330,223,New York NY-NJ-CT-PA CSA (NY Part) +241,331,266,Washington DC-MD-VA-WV CSA (VA Part) +241,332,223,New York NY-NJ-CT-PA CSA (NY Part) +241,333,266,Washington DC-MD-VA-WV CSA (VA Part) +241,334,172,Miami FL MSA +241,335,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +241,336,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +241,337,266,Washington DC-MD-VA-WV CSA (VA Part) +241,338,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +241,339,223,New York NY-NJ-CT-PA CSA (NY Part) +241,340,201,Boston MA-NH CSA (MA Part) +241,341,223,New York NY-NJ-CT-PA CSA (NY Part) +241,342,223,New York NY-NJ-CT-PA CSA (NY Part) +241,343,12,Chicago IL-IN-WI CSA (IL Part) +241,344,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,345,223,New York NY-NJ-CT-PA CSA (NY Part) +241,346,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,347,223,New York NY-NJ-CT-PA CSA (NY Part) +241,348,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,349,223,New York NY-NJ-CT-PA CSA (NY Part) +241,350,223,New York NY-NJ-CT-PA CSA (NY Part) +241,351,223,New York NY-NJ-CT-PA CSA (NY Part) +241,352,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,353,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,354,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,355,266,Washington DC-MD-VA-WV CSA (VA Part) +241,356,172,Miami FL MSA +241,357,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +241,358,266,Washington DC-MD-VA-WV CSA (VA Part) +241,359,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,360,172,Miami FL MSA +241,361,186,Indianapolis IN CSA +241,362,201,Boston MA-NH CSA (MA Part) +241,363,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,364,223,New York NY-NJ-CT-PA CSA (NY Part) +241,365,223,New York NY-NJ-CT-PA CSA (NY Part) +241,366,12,Chicago IL-IN-WI CSA (IL Part) +241,367,266,Washington DC-MD-VA-WV CSA (VA Part) +241,368,201,Boston MA-NH CSA (MA Part) +241,369,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,370,223,New York NY-NJ-CT-PA CSA (NY Part) +241,371,223,New York NY-NJ-CT-PA CSA (NY Part) +241,372,223,New York NY-NJ-CT-PA CSA (NY Part) +241,373,266,Washington DC-MD-VA-WV CSA (VA Part) +241,374,266,Washington DC-MD-VA-WV CSA (VA Part) +241,375,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,376,223,New York NY-NJ-CT-PA CSA (NY Part) +241,377,223,New York NY-NJ-CT-PA CSA (NY Part) +241,378,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +241,379,223,New York NY-NJ-CT-PA CSA (NY Part) +241,380,203,Detroit MI CSA +241,381,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,382,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +241,383,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,384,223,New York NY-NJ-CT-PA CSA (NY Part) +241,385,223,New York NY-NJ-CT-PA CSA (NY Part) +241,386,223,New York NY-NJ-CT-PA CSA (NY Part) +241,387,223,New York NY-NJ-CT-PA CSA (NY Part) +241,388,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,389,223,New York NY-NJ-CT-PA CSA (NY Part) +241,390,223,New York NY-NJ-CT-PA CSA (NY Part) +241,391,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,392,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,393,266,Washington DC-MD-VA-WV CSA (VA Part) +241,394,223,New York NY-NJ-CT-PA CSA (NY Part) +241,395,201,Boston MA-NH CSA (MA Part) +241,396,266,Washington DC-MD-VA-WV CSA (VA Part) +241,397,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,398,223,New York NY-NJ-CT-PA CSA (NY Part) +241,399,257,Houston TX CSA +241,400,223,New York NY-NJ-CT-PA CSA (NY Part) +241,401,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,402,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,403,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +241,404,223,New York NY-NJ-CT-PA CSA (NY Part) +241,405,223,New York NY-NJ-CT-PA CSA (NY Part) +241,406,223,New York NY-NJ-CT-PA CSA (NY Part) +241,407,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,408,266,Washington DC-MD-VA-WV CSA (VA Part) +241,409,223,New York NY-NJ-CT-PA CSA (NY Part) +241,410,257,Houston TX CSA +241,411,232,Cleveland OH CSA +241,412,266,Washington DC-MD-VA-WV CSA (VA Part) +241,413,266,Washington DC-MD-VA-WV CSA (VA Part) +241,414,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,415,223,New York NY-NJ-CT-PA CSA (NY Part) +241,416,266,Washington DC-MD-VA-WV CSA (VA Part) +241,417,255,Dallas-Fort Worth TX CSA +241,418,223,New York NY-NJ-CT-PA CSA (NY Part) +241,419,223,New York NY-NJ-CT-PA CSA (NY Part) +241,420,223,New York NY-NJ-CT-PA CSA (NY Part) +241,421,223,New York NY-NJ-CT-PA CSA (NY Part) +241,422,154,Alaska +241,423,203,Detroit MI CSA +241,424,223,New York NY-NJ-CT-PA CSA (NY Part) +241,425,12,Chicago IL-IN-WI CSA (IL Part) +241,426,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +241,427,176,Atlanta GA-AL CSA (GA Part) +241,428,223,New York NY-NJ-CT-PA CSA (NY Part) +241,429,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,430,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,431,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +241,432,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,433,223,New York NY-NJ-CT-PA CSA (NY Part) +241,434,223,New York NY-NJ-CT-PA CSA (NY Part) +241,435,12,Chicago IL-IN-WI CSA (IL Part) +241,436,201,Boston MA-NH CSA (MA Part) +241,437,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +241,438,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,439,223,New York NY-NJ-CT-PA CSA (NY Part) +241,440,223,New York NY-NJ-CT-PA CSA (NY Part) +241,441,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,442,223,New York NY-NJ-CT-PA CSA (NY Part) +241,443,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,444,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +241,445,266,Washington DC-MD-VA-WV CSA (VA Part) +241,446,223,New York NY-NJ-CT-PA CSA (NY Part) +241,447,223,New York NY-NJ-CT-PA CSA (NY Part) +241,448,223,New York NY-NJ-CT-PA CSA (NY Part) +241,449,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +241,450,223,New York NY-NJ-CT-PA CSA (NY Part) +241,451,201,Boston MA-NH CSA (MA Part) +241,452,223,New York NY-NJ-CT-PA CSA (NY Part) +241,453,162,San Francisco CA CSA +241,454,232,Cleveland OH CSA +241,455,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,456,223,New York NY-NJ-CT-PA CSA (NY Part) +241,457,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,458,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,459,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +241,460,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,461,223,New York NY-NJ-CT-PA CSA (NY Part) +241,462,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +241,463,223,New York NY-NJ-CT-PA CSA (NY Part) +241,464,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,465,223,New York NY-NJ-CT-PA CSA (NY Part) +241,466,223,New York NY-NJ-CT-PA CSA (NY Part) +241,467,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +241,468,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +241,469,223,New York NY-NJ-CT-PA CSA (NY Part) +241,470,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,471,223,New York NY-NJ-CT-PA CSA (NY Part) +241,472,12,Chicago IL-IN-WI CSA (IL Part) +241,473,159,Los Angeles CA CSA +241,474,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,475,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,476,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,477,223,New York NY-NJ-CT-PA CSA (NY Part) +241,478,266,Washington DC-MD-VA-WV CSA (VA Part) +241,479,203,Detroit MI CSA +241,480,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +241,481,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +241,482,223,New York NY-NJ-CT-PA CSA (NY Part) +241,483,223,New York NY-NJ-CT-PA CSA (NY Part) +241,484,232,Cleveland OH CSA +241,485,223,New York NY-NJ-CT-PA CSA (NY Part) +241,486,12,Chicago IL-IN-WI CSA (IL Part) +241,487,172,Miami FL MSA +241,488,217,New York NY-NJ-CT-PA CSA (NJ Part) +241,489,201,Boston MA-NH CSA (MA Part) +241,490,223,New York NY-NJ-CT-PA CSA (NY Part) +241,491,223,New York NY-NJ-CT-PA CSA (NY Part) +242,274,223,New York NY-NJ-CT-PA CSA (NY Part) +242,275,217,New York NY-NJ-CT-PA CSA (NJ Part) +242,276,223,New York NY-NJ-CT-PA CSA (NY Part) +242,277,266,Washington DC-MD-VA-WV CSA (VA Part) +242,278,266,Washington DC-MD-VA-WV CSA (VA Part) +242,279,217,New York NY-NJ-CT-PA CSA (NJ Part) +242,280,217,New York NY-NJ-CT-PA CSA (NJ Part) +242,281,245,Charleston SC MSA +242,282,203,Detroit MI CSA +242,283,172,Miami FL MSA +242,284,191,Louisville KY-IN CSA (KY Part) +242,285,223,New York NY-NJ-CT-PA CSA (NY Part) +242,286,223,New York NY-NJ-CT-PA CSA (NY Part) +242,287,266,Washington DC-MD-VA-WV CSA (VA Part) +242,288,232,Cleveland OH CSA +242,289,154,Alaska +242,290,223,New York NY-NJ-CT-PA CSA (NY Part) +242,291,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +242,292,223,New York NY-NJ-CT-PA CSA (NY Part) +242,293,191,Louisville KY-IN CSA (KY Part) +242,294,223,New York NY-NJ-CT-PA CSA (NY Part) +242,295,223,New York NY-NJ-CT-PA CSA (NY Part) +242,296,266,Washington DC-MD-VA-WV CSA (VA Part) +242,297,172,Miami FL MSA +242,298,223,New York NY-NJ-CT-PA CSA (NY Part) +242,299,223,New York NY-NJ-CT-PA CSA (NY Part) +242,300,266,Washington DC-MD-VA-WV CSA (VA Part) +242,301,223,New York NY-NJ-CT-PA CSA (NY Part) +242,302,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +242,303,12,Chicago IL-IN-WI CSA (IL Part) +242,304,203,Detroit MI CSA +242,305,223,New York NY-NJ-CT-PA CSA (NY Part) +242,306,223,New York NY-NJ-CT-PA CSA (NY Part) +242,307,223,New York NY-NJ-CT-PA CSA (NY Part) +242,308,12,Chicago IL-IN-WI CSA (IL Part) +242,309,217,New York NY-NJ-CT-PA CSA (NJ Part) +242,310,12,Chicago IL-IN-WI CSA (IL Part) +242,311,217,New York NY-NJ-CT-PA CSA (NJ Part) +242,312,172,Miami FL MSA +242,313,217,New York NY-NJ-CT-PA CSA (NJ Part) +242,314,223,New York NY-NJ-CT-PA CSA (NY Part) +242,315,176,Atlanta GA-AL CSA (GA Part) +242,316,232,Cleveland OH CSA +242,317,203,Detroit MI CSA +242,318,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +242,319,172,Miami FL MSA +242,320,223,New York NY-NJ-CT-PA CSA (NY Part) +242,321,223,New York NY-NJ-CT-PA CSA (NY Part) +242,322,153,Remainder of Alabama +242,323,266,Washington DC-MD-VA-WV CSA (VA Part) +242,324,223,New York NY-NJ-CT-PA CSA (NY Part) +242,325,172,Miami FL MSA +242,326,172,Miami FL MSA +242,327,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +242,328,223,New York NY-NJ-CT-PA CSA (NY Part) +242,329,223,New York NY-NJ-CT-PA CSA (NY Part) +242,330,201,Boston MA-NH CSA (MA Part) +242,331,223,New York NY-NJ-CT-PA CSA (NY Part) +242,332,223,New York NY-NJ-CT-PA CSA (NY Part) +242,333,217,New York NY-NJ-CT-PA CSA (NJ Part) +242,334,172,Miami FL MSA +242,335,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +242,336,231,Cincinnati OH-KY-IN CSA (OH Part) +242,337,217,New York NY-NJ-CT-PA CSA (NJ Part) +242,338,223,New York NY-NJ-CT-PA CSA (NY Part) +242,339,223,New York NY-NJ-CT-PA CSA (NY Part) +242,340,223,New York NY-NJ-CT-PA CSA (NY Part) +242,341,186,Indianapolis IN CSA +242,342,217,New York NY-NJ-CT-PA CSA (NJ Part) +242,343,195,New Orleans LA CSA +242,344,203,Detroit MI CSA +242,345,223,New York NY-NJ-CT-PA CSA (NY Part) +242,346,172,Miami FL MSA +242,347,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +242,348,223,New York NY-NJ-CT-PA CSA (NY Part) +242,349,217,New York NY-NJ-CT-PA CSA (NJ Part) +242,350,223,New York NY-NJ-CT-PA CSA (NY Part) +242,351,223,New York NY-NJ-CT-PA CSA (NY Part) +242,352,201,Boston MA-NH CSA (MA Part) +242,353,223,New York NY-NJ-CT-PA CSA (NY Part) +242,354,223,New York NY-NJ-CT-PA CSA (NY Part) +242,355,172,Miami FL MSA +242,356,232,Cleveland OH CSA +242,357,223,New York NY-NJ-CT-PA CSA (NY Part) +242,358,217,New York NY-NJ-CT-PA CSA (NJ Part) +242,359,266,Washington DC-MD-VA-WV CSA (VA Part) +242,360,266,Washington DC-MD-VA-WV CSA (VA Part) +242,361,217,New York NY-NJ-CT-PA CSA (NJ Part) +242,362,201,Boston MA-NH CSA (MA Part) +242,363,172,Miami FL MSA +242,364,223,New York NY-NJ-CT-PA CSA (NY Part) +242,365,223,New York NY-NJ-CT-PA CSA (NY Part) +242,366,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +242,367,223,New York NY-NJ-CT-PA CSA (NY Part) +242,368,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +242,369,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +242,370,223,New York NY-NJ-CT-PA CSA (NY Part) +242,371,203,Detroit MI CSA +242,372,223,New York NY-NJ-CT-PA CSA (NY Part) +242,373,172,Miami FL MSA +242,374,154,Alaska +242,375,217,New York NY-NJ-CT-PA CSA (NJ Part) +242,376,223,New York NY-NJ-CT-PA CSA (NY Part) +242,377,266,Washington DC-MD-VA-WV CSA (VA Part) +242,378,266,Washington DC-MD-VA-WV CSA (VA Part) +242,379,223,New York NY-NJ-CT-PA CSA (NY Part) +242,380,223,New York NY-NJ-CT-PA CSA (NY Part) +242,381,266,Washington DC-MD-VA-WV CSA (VA Part) +242,382,201,Boston MA-NH CSA (MA Part) +242,383,223,New York NY-NJ-CT-PA CSA (NY Part) +242,384,191,Louisville KY-IN CSA (KY Part) +242,385,203,Detroit MI CSA +242,386,266,Washington DC-MD-VA-WV CSA (VA Part) +242,387,217,New York NY-NJ-CT-PA CSA (NJ Part) +242,388,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +242,389,223,New York NY-NJ-CT-PA CSA (NY Part) +242,390,223,New York NY-NJ-CT-PA CSA (NY Part) +242,391,232,Cleveland OH CSA +242,392,217,New York NY-NJ-CT-PA CSA (NJ Part) +242,393,223,New York NY-NJ-CT-PA CSA (NY Part) +242,394,223,New York NY-NJ-CT-PA CSA (NY Part) +242,395,223,New York NY-NJ-CT-PA CSA (NY Part) +242,396,12,Chicago IL-IN-WI CSA (IL Part) +242,397,223,New York NY-NJ-CT-PA CSA (NY Part) +242,398,232,Cleveland OH CSA +242,399,255,Dallas-Fort Worth TX CSA +242,400,191,Louisville KY-IN CSA (KY Part) +242,401,217,New York NY-NJ-CT-PA CSA (NJ Part) +242,402,232,Cleveland OH CSA +242,403,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +242,404,223,New York NY-NJ-CT-PA CSA (NY Part) +242,405,217,New York NY-NJ-CT-PA CSA (NJ Part) +242,406,223,New York NY-NJ-CT-PA CSA (NY Part) +242,407,223,New York NY-NJ-CT-PA CSA (NY Part) +242,408,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +242,409,217,New York NY-NJ-CT-PA CSA (NJ Part) +242,410,268,Seattle WA CSA +242,411,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +242,412,223,New York NY-NJ-CT-PA CSA (NY Part) +242,413,195,New Orleans LA CSA +242,414,176,Atlanta GA-AL CSA (GA Part) +242,415,223,New York NY-NJ-CT-PA CSA (NY Part) +242,416,217,New York NY-NJ-CT-PA CSA (NJ Part) +242,417,186,Indianapolis IN CSA +242,418,232,Cleveland OH CSA +242,419,223,New York NY-NJ-CT-PA CSA (NY Part) +242,420,232,Cleveland OH CSA +242,421,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +242,422,249,Memphis TN-MS-AR MSA (TN Part) +242,423,223,New York NY-NJ-CT-PA CSA (NY Part) +242,424,232,Cleveland OH CSA +242,425,249,Memphis TN-MS-AR MSA (TN Part) +242,426,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +242,427,266,Washington DC-MD-VA-WV CSA (VA Part) +242,428,12,Chicago IL-IN-WI CSA (IL Part) +242,429,191,Louisville KY-IN CSA (KY Part) +242,430,201,Boston MA-NH CSA (MA Part) +242,431,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +242,432,203,Detroit MI CSA +242,433,223,New York NY-NJ-CT-PA CSA (NY Part) +242,434,223,New York NY-NJ-CT-PA CSA (NY Part) +242,435,232,Cleveland OH CSA +242,436,266,Washington DC-MD-VA-WV CSA (VA Part) +242,437,176,Atlanta GA-AL CSA (GA Part) +242,438,266,Washington DC-MD-VA-WV CSA (VA Part) +242,439,223,New York NY-NJ-CT-PA CSA (NY Part) +242,440,217,New York NY-NJ-CT-PA CSA (NJ Part) +242,441,191,Louisville KY-IN CSA (KY Part) +242,442,266,Washington DC-MD-VA-WV CSA (VA Part) +242,443,223,New York NY-NJ-CT-PA CSA (NY Part) +242,444,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +242,445,217,New York NY-NJ-CT-PA CSA (NJ Part) +242,446,266,Washington DC-MD-VA-WV CSA (VA Part) +242,447,232,Cleveland OH CSA +242,448,223,New York NY-NJ-CT-PA CSA (NY Part) +242,449,12,Chicago IL-IN-WI CSA (IL Part) +242,450,266,Washington DC-MD-VA-WV CSA (VA Part) +242,451,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +242,452,223,New York NY-NJ-CT-PA CSA (NY Part) +242,453,12,Chicago IL-IN-WI CSA (IL Part) +242,454,223,New York NY-NJ-CT-PA CSA (NY Part) +242,455,217,New York NY-NJ-CT-PA CSA (NJ Part) +242,456,154,Alaska +242,457,223,New York NY-NJ-CT-PA CSA (NY Part) +242,458,223,New York NY-NJ-CT-PA CSA (NY Part) +242,459,223,New York NY-NJ-CT-PA CSA (NY Part) +242,460,223,New York NY-NJ-CT-PA CSA (NY Part) +242,461,232,Cleveland OH CSA +242,462,223,New York NY-NJ-CT-PA CSA (NY Part) +242,463,223,New York NY-NJ-CT-PA CSA (NY Part) +242,464,223,New York NY-NJ-CT-PA CSA (NY Part) +242,465,217,New York NY-NJ-CT-PA CSA (NJ Part) +242,466,12,Chicago IL-IN-WI CSA (IL Part) +242,467,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +242,468,223,New York NY-NJ-CT-PA CSA (NY Part) +242,469,232,Cleveland OH CSA +242,470,179,Honolulu HI MSA +242,471,223,New York NY-NJ-CT-PA CSA (NY Part) +242,472,186,Indianapolis IN CSA +242,473,257,Houston TX CSA +242,474,217,New York NY-NJ-CT-PA CSA (NJ Part) +242,475,223,New York NY-NJ-CT-PA CSA (NY Part) +242,476,223,New York NY-NJ-CT-PA CSA (NY Part) +242,477,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +242,478,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +242,479,159,Los Angeles CA CSA +242,480,217,New York NY-NJ-CT-PA CSA (NJ Part) +242,481,223,New York NY-NJ-CT-PA CSA (NY Part) +242,482,217,New York NY-NJ-CT-PA CSA (NJ Part) +242,483,223,New York NY-NJ-CT-PA CSA (NY Part) +242,484,223,New York NY-NJ-CT-PA CSA (NY Part) +242,485,232,Cleveland OH CSA +242,486,192,Remainder of Kentucky +242,487,192,Remainder of Kentucky +242,488,12,Chicago IL-IN-WI CSA (IL Part) +242,489,223,New York NY-NJ-CT-PA CSA (NY Part) +242,490,223,New York NY-NJ-CT-PA CSA (NY Part) +242,491,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,274,223,New York NY-NJ-CT-PA CSA (NY Part) +243,275,223,New York NY-NJ-CT-PA CSA (NY Part) +243,276,201,Boston MA-NH CSA (MA Part) +243,277,266,Washington DC-MD-VA-WV CSA (VA Part) +243,278,223,New York NY-NJ-CT-PA CSA (NY Part) +243,279,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +243,280,266,Washington DC-MD-VA-WV CSA (VA Part) +243,281,172,Miami FL MSA +243,282,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +243,283,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,284,12,Chicago IL-IN-WI CSA (IL Part) +243,285,223,New York NY-NJ-CT-PA CSA (NY Part) +243,286,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +243,287,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +243,288,223,New York NY-NJ-CT-PA CSA (NY Part) +243,289,223,New York NY-NJ-CT-PA CSA (NY Part) +243,290,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +243,291,223,New York NY-NJ-CT-PA CSA (NY Part) +243,292,223,New York NY-NJ-CT-PA CSA (NY Part) +243,293,176,Atlanta GA-AL CSA (GA Part) +243,294,169,Delaware +243,295,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,296,232,Cleveland OH CSA +243,297,223,New York NY-NJ-CT-PA CSA (NY Part) +243,298,223,New York NY-NJ-CT-PA CSA (NY Part) +243,299,223,New York NY-NJ-CT-PA CSA (NY Part) +243,300,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,301,12,Chicago IL-IN-WI CSA (IL Part) +243,302,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,303,223,New York NY-NJ-CT-PA CSA (NY Part) +243,304,223,New York NY-NJ-CT-PA CSA (NY Part) +243,305,223,New York NY-NJ-CT-PA CSA (NY Part) +243,306,223,New York NY-NJ-CT-PA CSA (NY Part) +243,307,223,New York NY-NJ-CT-PA CSA (NY Part) +243,308,223,New York NY-NJ-CT-PA CSA (NY Part) +243,309,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,310,12,Chicago IL-IN-WI CSA (IL Part) +243,311,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +243,312,176,Atlanta GA-AL CSA (GA Part) +243,313,223,New York NY-NJ-CT-PA CSA (NY Part) +243,314,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,315,172,Miami FL MSA +243,316,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,317,203,Detroit MI CSA +243,318,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,319,223,New York NY-NJ-CT-PA CSA (NY Part) +243,320,191,Louisville KY-IN CSA (KY Part) +243,321,223,New York NY-NJ-CT-PA CSA (NY Part) +243,322,12,Chicago IL-IN-WI CSA (IL Part) +243,323,172,Miami FL MSA +243,324,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,325,172,Miami FL MSA +243,326,226,Charlotte NC-SC CSA (NC Part) +243,327,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +243,328,223,New York NY-NJ-CT-PA CSA (NY Part) +243,329,266,Washington DC-MD-VA-WV CSA (VA Part) +243,330,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,331,223,New York NY-NJ-CT-PA CSA (NY Part) +243,332,223,New York NY-NJ-CT-PA CSA (NY Part) +243,333,223,New York NY-NJ-CT-PA CSA (NY Part) +243,334,172,Miami FL MSA +243,335,223,New York NY-NJ-CT-PA CSA (NY Part) +243,336,266,Washington DC-MD-VA-WV CSA (VA Part) +243,337,223,New York NY-NJ-CT-PA CSA (NY Part) +243,338,266,Washington DC-MD-VA-WV CSA (VA Part) +243,339,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +243,340,266,Washington DC-MD-VA-WV CSA (VA Part) +243,341,223,New York NY-NJ-CT-PA CSA (NY Part) +243,342,223,New York NY-NJ-CT-PA CSA (NY Part) +243,343,255,Dallas-Fort Worth TX CSA +243,344,223,New York NY-NJ-CT-PA CSA (NY Part) +243,345,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,346,223,New York NY-NJ-CT-PA CSA (NY Part) +243,347,201,Boston MA-NH CSA (MA Part) +243,348,223,New York NY-NJ-CT-PA CSA (NY Part) +243,349,223,New York NY-NJ-CT-PA CSA (NY Part) +243,350,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,351,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +243,352,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,353,223,New York NY-NJ-CT-PA CSA (NY Part) +243,354,223,New York NY-NJ-CT-PA CSA (NY Part) +243,355,223,New York NY-NJ-CT-PA CSA (NY Part) +243,356,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +243,357,223,New York NY-NJ-CT-PA CSA (NY Part) +243,358,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +243,359,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,360,266,Washington DC-MD-VA-WV CSA (VA Part) +243,361,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,362,223,New York NY-NJ-CT-PA CSA (NY Part) +243,363,266,Washington DC-MD-VA-WV CSA (VA Part) +243,364,201,Boston MA-NH CSA (MA Part) +243,365,223,New York NY-NJ-CT-PA CSA (NY Part) +243,366,12,Chicago IL-IN-WI CSA (IL Part) +243,367,266,Washington DC-MD-VA-WV CSA (VA Part) +243,368,223,New York NY-NJ-CT-PA CSA (NY Part) +243,369,266,Washington DC-MD-VA-WV CSA (VA Part) +243,370,232,Cleveland OH CSA +243,371,223,New York NY-NJ-CT-PA CSA (NY Part) +243,372,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,373,172,Miami FL MSA +243,374,203,Detroit MI CSA +243,375,223,New York NY-NJ-CT-PA CSA (NY Part) +243,376,223,New York NY-NJ-CT-PA CSA (NY Part) +243,377,223,New York NY-NJ-CT-PA CSA (NY Part) +243,378,223,New York NY-NJ-CT-PA CSA (NY Part) +243,379,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,380,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,381,12,Chicago IL-IN-WI CSA (IL Part) +243,382,223,New York NY-NJ-CT-PA CSA (NY Part) +243,383,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +243,384,223,New York NY-NJ-CT-PA CSA (NY Part) +243,385,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,386,223,New York NY-NJ-CT-PA CSA (NY Part) +243,387,223,New York NY-NJ-CT-PA CSA (NY Part) +243,388,266,Washington DC-MD-VA-WV CSA (VA Part) +243,389,266,Washington DC-MD-VA-WV CSA (VA Part) +243,390,223,New York NY-NJ-CT-PA CSA (NY Part) +243,391,266,Washington DC-MD-VA-WV CSA (VA Part) +243,392,12,Chicago IL-IN-WI CSA (IL Part) +243,393,223,New York NY-NJ-CT-PA CSA (NY Part) +243,394,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,395,266,Washington DC-MD-VA-WV CSA (VA Part) +243,396,268,Seattle WA CSA +243,397,223,New York NY-NJ-CT-PA CSA (NY Part) +243,398,203,Detroit MI CSA +243,399,257,Houston TX CSA +243,400,12,Chicago IL-IN-WI CSA (IL Part) +243,401,266,Washington DC-MD-VA-WV CSA (VA Part) +243,402,169,Delaware +243,403,12,Chicago IL-IN-WI CSA (IL Part) +243,404,223,New York NY-NJ-CT-PA CSA (NY Part) +243,405,223,New York NY-NJ-CT-PA CSA (NY Part) +243,406,266,Washington DC-MD-VA-WV CSA (VA Part) +243,407,203,Detroit MI CSA +243,408,223,New York NY-NJ-CT-PA CSA (NY Part) +243,409,169,Delaware +243,410,232,Cleveland OH CSA +243,411,223,New York NY-NJ-CT-PA CSA (NY Part) +243,412,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,413,195,New Orleans LA CSA +243,414,266,Washington DC-MD-VA-WV CSA (VA Part) +243,415,223,New York NY-NJ-CT-PA CSA (NY Part) +243,416,223,New York NY-NJ-CT-PA CSA (NY Part) +243,417,186,Indianapolis IN CSA +243,418,12,Chicago IL-IN-WI CSA (IL Part) +243,419,223,New York NY-NJ-CT-PA CSA (NY Part) +243,420,266,Washington DC-MD-VA-WV CSA (VA Part) +243,421,266,Washington DC-MD-VA-WV CSA (VA Part) +243,422,203,Detroit MI CSA +243,423,223,New York NY-NJ-CT-PA CSA (NY Part) +243,424,172,Miami FL MSA +243,425,223,New York NY-NJ-CT-PA CSA (NY Part) +243,426,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,427,172,Miami FL MSA +243,428,232,Cleveland OH CSA +243,429,255,Dallas-Fort Worth TX CSA +243,430,223,New York NY-NJ-CT-PA CSA (NY Part) +243,431,232,Cleveland OH CSA +243,432,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,433,266,Washington DC-MD-VA-WV CSA (VA Part) +243,434,201,Boston MA-NH CSA (MA Part) +243,435,12,Chicago IL-IN-WI CSA (IL Part) +243,436,223,New York NY-NJ-CT-PA CSA (NY Part) +243,437,223,New York NY-NJ-CT-PA CSA (NY Part) +243,438,223,New York NY-NJ-CT-PA CSA (NY Part) +243,439,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,440,223,New York NY-NJ-CT-PA CSA (NY Part) +243,441,249,Memphis TN-MS-AR MSA (TN Part) +243,442,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +243,443,223,New York NY-NJ-CT-PA CSA (NY Part) +243,444,223,New York NY-NJ-CT-PA CSA (NY Part) +243,445,223,New York NY-NJ-CT-PA CSA (NY Part) +243,446,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +243,447,223,New York NY-NJ-CT-PA CSA (NY Part) +243,448,266,Washington DC-MD-VA-WV CSA (VA Part) +243,449,223,New York NY-NJ-CT-PA CSA (NY Part) +243,450,223,New York NY-NJ-CT-PA CSA (NY Part) +243,451,203,Detroit MI CSA +243,452,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,453,162,San Francisco CA CSA +243,454,223,New York NY-NJ-CT-PA CSA (NY Part) +243,455,223,New York NY-NJ-CT-PA CSA (NY Part) +243,456,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +243,457,223,New York NY-NJ-CT-PA CSA (NY Part) +243,458,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,459,12,Chicago IL-IN-WI CSA (IL Part) +243,460,223,New York NY-NJ-CT-PA CSA (NY Part) +243,461,223,New York NY-NJ-CT-PA CSA (NY Part) +243,462,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,463,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,464,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,465,223,New York NY-NJ-CT-PA CSA (NY Part) +243,466,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,467,266,Washington DC-MD-VA-WV CSA (VA Part) +243,468,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +243,469,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,470,12,Chicago IL-IN-WI CSA (IL Part) +243,471,223,New York NY-NJ-CT-PA CSA (NY Part) +243,472,159,Los Angeles CA CSA +243,473,191,Louisville KY-IN CSA (KY Part) +243,474,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +243,475,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,476,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,477,223,New York NY-NJ-CT-PA CSA (NY Part) +243,478,266,Washington DC-MD-VA-WV CSA (VA Part) +243,479,266,Washington DC-MD-VA-WV CSA (VA Part) +243,480,223,New York NY-NJ-CT-PA CSA (NY Part) +243,481,223,New York NY-NJ-CT-PA CSA (NY Part) +243,482,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,483,217,New York NY-NJ-CT-PA CSA (NJ Part) +243,484,223,New York NY-NJ-CT-PA CSA (NY Part) +243,485,223,New York NY-NJ-CT-PA CSA (NY Part) +243,486,266,Washington DC-MD-VA-WV CSA (VA Part) +243,487,266,Washington DC-MD-VA-WV CSA (VA Part) +243,488,266,Washington DC-MD-VA-WV CSA (VA Part) +243,489,223,New York NY-NJ-CT-PA CSA (NY Part) +243,490,186,Indianapolis IN CSA +243,491,201,Boston MA-NH CSA (MA Part) +244,274,201,Boston MA-NH CSA (MA Part) +244,275,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +244,276,223,New York NY-NJ-CT-PA CSA (NY Part) +244,277,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,278,223,New York NY-NJ-CT-PA CSA (NY Part) +244,279,223,New York NY-NJ-CT-PA CSA (NY Part) +244,280,201,Boston MA-NH CSA (MA Part) +244,281,232,Cleveland OH CSA +244,282,169,Delaware +244,283,201,Boston MA-NH CSA (MA Part) +244,284,154,Alaska +244,285,223,New York NY-NJ-CT-PA CSA (NY Part) +244,286,223,New York NY-NJ-CT-PA CSA (NY Part) +244,287,266,Washington DC-MD-VA-WV CSA (VA Part) +244,288,223,New York NY-NJ-CT-PA CSA (NY Part) +244,289,266,Washington DC-MD-VA-WV CSA (VA Part) +244,290,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,291,201,Boston MA-NH CSA (MA Part) +244,292,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,293,172,Miami FL MSA +244,294,223,New York NY-NJ-CT-PA CSA (NY Part) +244,295,223,New York NY-NJ-CT-PA CSA (NY Part) +244,296,223,New York NY-NJ-CT-PA CSA (NY Part) +244,297,223,New York NY-NJ-CT-PA CSA (NY Part) +244,298,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +244,299,266,Washington DC-MD-VA-WV CSA (VA Part) +244,300,223,New York NY-NJ-CT-PA CSA (NY Part) +244,301,223,New York NY-NJ-CT-PA CSA (NY Part) +244,302,223,New York NY-NJ-CT-PA CSA (NY Part) +244,303,12,Chicago IL-IN-WI CSA (IL Part) +244,304,223,New York NY-NJ-CT-PA CSA (NY Part) +244,305,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +244,306,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +244,307,223,New York NY-NJ-CT-PA CSA (NY Part) +244,308,223,New York NY-NJ-CT-PA CSA (NY Part) +244,309,201,Boston MA-NH CSA (MA Part) +244,310,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,311,223,New York NY-NJ-CT-PA CSA (NY Part) +244,312,172,Miami FL MSA +244,313,223,New York NY-NJ-CT-PA CSA (NY Part) +244,314,223,New York NY-NJ-CT-PA CSA (NY Part) +244,315,223,New York NY-NJ-CT-PA CSA (NY Part) +244,316,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +244,317,154,Alaska +244,318,223,New York NY-NJ-CT-PA CSA (NY Part) +244,319,223,New York NY-NJ-CT-PA CSA (NY Part) +244,320,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,321,223,New York NY-NJ-CT-PA CSA (NY Part) +244,322,159,Los Angeles CA CSA +244,323,266,Washington DC-MD-VA-WV CSA (VA Part) +244,324,223,New York NY-NJ-CT-PA CSA (NY Part) +244,325,223,New York NY-NJ-CT-PA CSA (NY Part) +244,326,266,Washington DC-MD-VA-WV CSA (VA Part) +244,327,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,328,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,329,223,New York NY-NJ-CT-PA CSA (NY Part) +244,330,203,Detroit MI CSA +244,331,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,332,223,New York NY-NJ-CT-PA CSA (NY Part) +244,333,223,New York NY-NJ-CT-PA CSA (NY Part) +244,334,172,Miami FL MSA +244,335,223,New York NY-NJ-CT-PA CSA (NY Part) +244,336,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,337,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,338,201,Boston MA-NH CSA (MA Part) +244,339,223,New York NY-NJ-CT-PA CSA (NY Part) +244,340,223,New York NY-NJ-CT-PA CSA (NY Part) +244,341,223,New York NY-NJ-CT-PA CSA (NY Part) +244,342,223,New York NY-NJ-CT-PA CSA (NY Part) +244,343,223,New York NY-NJ-CT-PA CSA (NY Part) +244,344,223,New York NY-NJ-CT-PA CSA (NY Part) +244,345,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,346,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,347,223,New York NY-NJ-CT-PA CSA (NY Part) +244,348,223,New York NY-NJ-CT-PA CSA (NY Part) +244,349,223,New York NY-NJ-CT-PA CSA (NY Part) +244,350,223,New York NY-NJ-CT-PA CSA (NY Part) +244,351,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,352,201,Boston MA-NH CSA (MA Part) +244,353,223,New York NY-NJ-CT-PA CSA (NY Part) +244,354,223,New York NY-NJ-CT-PA CSA (NY Part) +244,355,266,Washington DC-MD-VA-WV CSA (VA Part) +244,356,172,Miami FL MSA +244,357,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,358,223,New York NY-NJ-CT-PA CSA (NY Part) +244,359,223,New York NY-NJ-CT-PA CSA (NY Part) +244,360,266,Washington DC-MD-VA-WV CSA (VA Part) +244,361,201,Boston MA-NH CSA (MA Part) +244,362,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,363,223,New York NY-NJ-CT-PA CSA (NY Part) +244,364,223,New York NY-NJ-CT-PA CSA (NY Part) +244,365,223,New York NY-NJ-CT-PA CSA (NY Part) +244,366,12,Chicago IL-IN-WI CSA (IL Part) +244,367,223,New York NY-NJ-CT-PA CSA (NY Part) +244,368,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,369,223,New York NY-NJ-CT-PA CSA (NY Part) +244,370,223,New York NY-NJ-CT-PA CSA (NY Part) +244,371,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,372,223,New York NY-NJ-CT-PA CSA (NY Part) +244,373,266,Washington DC-MD-VA-WV CSA (VA Part) +244,374,186,Indianapolis IN CSA +244,375,223,New York NY-NJ-CT-PA CSA (NY Part) +244,376,223,New York NY-NJ-CT-PA CSA (NY Part) +244,377,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +244,378,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,379,223,New York NY-NJ-CT-PA CSA (NY Part) +244,380,232,Cleveland OH CSA +244,381,223,New York NY-NJ-CT-PA CSA (NY Part) +244,382,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,383,223,New York NY-NJ-CT-PA CSA (NY Part) +244,384,223,New York NY-NJ-CT-PA CSA (NY Part) +244,385,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,386,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +244,387,223,New York NY-NJ-CT-PA CSA (NY Part) +244,388,223,New York NY-NJ-CT-PA CSA (NY Part) +244,389,223,New York NY-NJ-CT-PA CSA (NY Part) +244,390,223,New York NY-NJ-CT-PA CSA (NY Part) +244,391,223,New York NY-NJ-CT-PA CSA (NY Part) +244,392,154,Alaska +244,393,223,New York NY-NJ-CT-PA CSA (NY Part) +244,394,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +244,395,223,New York NY-NJ-CT-PA CSA (NY Part) +244,396,203,Detroit MI CSA +244,397,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,398,223,New York NY-NJ-CT-PA CSA (NY Part) +244,399,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,400,223,New York NY-NJ-CT-PA CSA (NY Part) +244,401,223,New York NY-NJ-CT-PA CSA (NY Part) +244,402,223,New York NY-NJ-CT-PA CSA (NY Part) +244,403,223,New York NY-NJ-CT-PA CSA (NY Part) +244,404,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,405,223,New York NY-NJ-CT-PA CSA (NY Part) +244,406,223,New York NY-NJ-CT-PA CSA (NY Part) +244,407,266,Washington DC-MD-VA-WV CSA (VA Part) +244,408,223,New York NY-NJ-CT-PA CSA (NY Part) +244,409,223,New York NY-NJ-CT-PA CSA (NY Part) +244,410,266,Washington DC-MD-VA-WV CSA (VA Part) +244,411,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,412,223,New York NY-NJ-CT-PA CSA (NY Part) +244,413,257,Houston TX CSA +244,414,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +244,415,201,Boston MA-NH CSA (MA Part) +244,416,266,Washington DC-MD-VA-WV CSA (VA Part) +244,417,169,Delaware +244,418,201,Boston MA-NH CSA (MA Part) +244,419,223,New York NY-NJ-CT-PA CSA (NY Part) +244,420,223,New York NY-NJ-CT-PA CSA (NY Part) +244,421,201,Boston MA-NH CSA (MA Part) +244,422,223,New York NY-NJ-CT-PA CSA (NY Part) +244,423,223,New York NY-NJ-CT-PA CSA (NY Part) +244,424,172,Miami FL MSA +244,425,154,Alaska +244,426,172,Miami FL MSA +244,427,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,428,154,Alaska +244,429,201,Boston MA-NH CSA (MA Part) +244,430,223,New York NY-NJ-CT-PA CSA (NY Part) +244,431,266,Washington DC-MD-VA-WV CSA (VA Part) +244,432,266,Washington DC-MD-VA-WV CSA (VA Part) +244,433,223,New York NY-NJ-CT-PA CSA (NY Part) +244,434,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +244,435,223,New York NY-NJ-CT-PA CSA (NY Part) +244,436,266,Washington DC-MD-VA-WV CSA (VA Part) +244,437,266,Washington DC-MD-VA-WV CSA (VA Part) +244,438,223,New York NY-NJ-CT-PA CSA (NY Part) +244,439,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +244,440,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,441,192,Remainder of Kentucky +244,442,223,New York NY-NJ-CT-PA CSA (NY Part) +244,443,223,New York NY-NJ-CT-PA CSA (NY Part) +244,444,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,445,223,New York NY-NJ-CT-PA CSA (NY Part) +244,446,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,447,201,Boston MA-NH CSA (MA Part) +244,448,223,New York NY-NJ-CT-PA CSA (NY Part) +244,449,223,New York NY-NJ-CT-PA CSA (NY Part) +244,450,223,New York NY-NJ-CT-PA CSA (NY Part) +244,451,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,452,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,453,176,Atlanta GA-AL CSA (GA Part) +244,454,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,455,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,456,154,Alaska +244,457,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,458,223,New York NY-NJ-CT-PA CSA (NY Part) +244,459,223,New York NY-NJ-CT-PA CSA (NY Part) +244,460,223,New York NY-NJ-CT-PA CSA (NY Part) +244,461,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +244,462,223,New York NY-NJ-CT-PA CSA (NY Part) +244,463,223,New York NY-NJ-CT-PA CSA (NY Part) +244,464,223,New York NY-NJ-CT-PA CSA (NY Part) +244,465,223,New York NY-NJ-CT-PA CSA (NY Part) +244,466,203,Detroit MI CSA +244,467,223,New York NY-NJ-CT-PA CSA (NY Part) +244,468,12,Chicago IL-IN-WI CSA (IL Part) +244,469,201,Boston MA-NH CSA (MA Part) +244,470,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,471,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +244,472,249,Memphis TN-MS-AR MSA (TN Part) +244,473,195,New Orleans LA CSA +244,474,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,475,223,New York NY-NJ-CT-PA CSA (NY Part) +244,476,266,Washington DC-MD-VA-WV CSA (VA Part) +244,477,223,New York NY-NJ-CT-PA CSA (NY Part) +244,478,223,New York NY-NJ-CT-PA CSA (NY Part) +244,479,249,Memphis TN-MS-AR MSA (TN Part) +244,480,223,New York NY-NJ-CT-PA CSA (NY Part) +244,481,223,New York NY-NJ-CT-PA CSA (NY Part) +244,482,223,New York NY-NJ-CT-PA CSA (NY Part) +244,483,201,Boston MA-NH CSA (MA Part) +244,484,266,Washington DC-MD-VA-WV CSA (VA Part) +244,485,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,486,257,Houston TX CSA +244,487,217,New York NY-NJ-CT-PA CSA (NJ Part) +244,488,12,Chicago IL-IN-WI CSA (IL Part) +244,489,223,New York NY-NJ-CT-PA CSA (NY Part) +244,490,266,Washington DC-MD-VA-WV CSA (VA Part) +244,491,223,New York NY-NJ-CT-PA CSA (NY Part) +245,274,223,New York NY-NJ-CT-PA CSA (NY Part) +245,275,217,New York NY-NJ-CT-PA CSA (NJ Part) +245,276,223,New York NY-NJ-CT-PA CSA (NY Part) +245,277,223,New York NY-NJ-CT-PA CSA (NY Part) +245,278,266,Washington DC-MD-VA-WV CSA (VA Part) +245,279,176,Atlanta GA-AL CSA (GA Part) +245,280,172,Miami FL MSA +245,281,172,Miami FL MSA +245,282,231,Cincinnati OH-KY-IN CSA (OH Part) +245,283,176,Atlanta GA-AL CSA (GA Part) +245,284,159,Los Angeles CA CSA +245,285,223,New York NY-NJ-CT-PA CSA (NY Part) +245,286,223,New York NY-NJ-CT-PA CSA (NY Part) +245,287,176,Atlanta GA-AL CSA (GA Part) +245,288,232,Cleveland OH CSA +245,289,223,New York NY-NJ-CT-PA CSA (NY Part) +245,290,172,Miami FL MSA +245,291,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +245,292,217,New York NY-NJ-CT-PA CSA (NJ Part) +245,293,176,Atlanta GA-AL CSA (GA Part) +245,294,223,New York NY-NJ-CT-PA CSA (NY Part) +245,295,266,Washington DC-MD-VA-WV CSA (VA Part) +245,296,223,New York NY-NJ-CT-PA CSA (NY Part) +245,297,153,Remainder of Alabama +245,298,217,New York NY-NJ-CT-PA CSA (NJ Part) +245,299,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +245,300,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +245,301,223,New York NY-NJ-CT-PA CSA (NY Part) +245,302,172,Miami FL MSA +245,303,176,Atlanta GA-AL CSA (GA Part) +245,304,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +245,305,245,Charleston SC MSA +245,306,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +245,307,217,New York NY-NJ-CT-PA CSA (NJ Part) +245,308,191,Louisville KY-IN CSA (KY Part) +245,309,245,Charleston SC MSA +245,310,191,Louisville KY-IN CSA (KY Part) +245,311,232,Cleveland OH CSA +245,312,172,Miami FL MSA +245,313,217,New York NY-NJ-CT-PA CSA (NJ Part) +245,314,217,New York NY-NJ-CT-PA CSA (NJ Part) +245,315,172,Miami FL MSA +245,316,203,Detroit MI CSA +245,317,201,Boston MA-NH CSA (MA Part) +245,318,12,Chicago IL-IN-WI CSA (IL Part) +245,319,172,Miami FL MSA +245,320,176,Atlanta GA-AL CSA (GA Part) +245,321,172,Miami FL MSA +245,322,191,Louisville KY-IN CSA (KY Part) +245,323,172,Miami FL MSA +245,324,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +245,325,172,Miami FL MSA +245,326,172,Miami FL MSA +245,327,217,New York NY-NJ-CT-PA CSA (NJ Part) +245,328,223,New York NY-NJ-CT-PA CSA (NY Part) +245,329,266,Washington DC-MD-VA-WV CSA (VA Part) +245,330,223,New York NY-NJ-CT-PA CSA (NY Part) +245,331,223,New York NY-NJ-CT-PA CSA (NY Part) +245,332,176,Atlanta GA-AL CSA (GA Part) +245,333,176,Atlanta GA-AL CSA (GA Part) +245,334,172,Miami FL MSA +245,335,169,Delaware +245,336,172,Miami FL MSA +245,337,223,New York NY-NJ-CT-PA CSA (NY Part) +245,338,223,New York NY-NJ-CT-PA CSA (NY Part) +245,339,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +245,340,217,New York NY-NJ-CT-PA CSA (NJ Part) +245,341,172,Miami FL MSA +245,342,203,Detroit MI CSA +245,343,159,Los Angeles CA CSA +245,344,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +245,345,266,Washington DC-MD-VA-WV CSA (VA Part) +245,346,217,New York NY-NJ-CT-PA CSA (NJ Part) +245,347,226,Charlotte NC-SC CSA (NC Part) +245,348,266,Washington DC-MD-VA-WV CSA (VA Part) +245,349,217,New York NY-NJ-CT-PA CSA (NJ Part) +245,350,223,New York NY-NJ-CT-PA CSA (NY Part) +245,351,176,Atlanta GA-AL CSA (GA Part) +245,352,217,New York NY-NJ-CT-PA CSA (NJ Part) +245,353,223,New York NY-NJ-CT-PA CSA (NY Part) +245,354,245,Charleston SC MSA +245,355,172,Miami FL MSA +245,356,172,Miami FL MSA +245,357,172,Miami FL MSA +245,358,173,Orlando FL CSA +245,359,172,Miami FL MSA +245,360,172,Miami FL MSA +245,361,173,Orlando FL CSA +245,362,201,Boston MA-NH CSA (MA Part) +245,363,176,Atlanta GA-AL CSA (GA Part) +245,364,217,New York NY-NJ-CT-PA CSA (NJ Part) +245,365,223,New York NY-NJ-CT-PA CSA (NY Part) +245,366,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +245,367,186,Indianapolis IN CSA +245,368,201,Boston MA-NH CSA (MA Part) +245,369,201,Boston MA-NH CSA (MA Part) +245,370,201,Boston MA-NH CSA (MA Part) +245,371,176,Atlanta GA-AL CSA (GA Part) +245,372,176,Atlanta GA-AL CSA (GA Part) +245,373,245,Charleston SC MSA +245,374,12,Chicago IL-IN-WI CSA (IL Part) +245,375,192,Remainder of Kentucky +245,376,232,Cleveland OH CSA +245,377,217,New York NY-NJ-CT-PA CSA (NJ Part) +245,378,172,Miami FL MSA +245,379,223,New York NY-NJ-CT-PA CSA (NY Part) +245,380,266,Washington DC-MD-VA-WV CSA (VA Part) +245,381,223,New York NY-NJ-CT-PA CSA (NY Part) +245,382,223,New York NY-NJ-CT-PA CSA (NY Part) +245,383,232,Cleveland OH CSA +245,384,266,Washington DC-MD-VA-WV CSA (VA Part) +245,385,217,New York NY-NJ-CT-PA CSA (NJ Part) +245,386,266,Washington DC-MD-VA-WV CSA (VA Part) +245,387,223,New York NY-NJ-CT-PA CSA (NY Part) +245,388,226,Charlotte NC-SC CSA (NC Part) +245,389,201,Boston MA-NH CSA (MA Part) +245,390,266,Washington DC-MD-VA-WV CSA (VA Part) +245,391,223,New York NY-NJ-CT-PA CSA (NY Part) +245,392,176,Atlanta GA-AL CSA (GA Part) +245,393,217,New York NY-NJ-CT-PA CSA (NJ Part) +245,394,223,New York NY-NJ-CT-PA CSA (NY Part) +245,395,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +245,396,249,Memphis TN-MS-AR MSA (TN Part) +245,397,266,Washington DC-MD-VA-WV CSA (VA Part) +245,398,217,New York NY-NJ-CT-PA CSA (NJ Part) +245,399,245,Charleston SC MSA +245,400,12,Chicago IL-IN-WI CSA (IL Part) +245,401,223,New York NY-NJ-CT-PA CSA (NY Part) +245,402,223,New York NY-NJ-CT-PA CSA (NY Part) +245,403,223,New York NY-NJ-CT-PA CSA (NY Part) +245,404,201,Boston MA-NH CSA (MA Part) +245,405,172,Miami FL MSA +245,406,172,Miami FL MSA +245,407,266,Washington DC-MD-VA-WV CSA (VA Part) +245,408,223,New York NY-NJ-CT-PA CSA (NY Part) +245,409,172,Miami FL MSA +245,410,249,Memphis TN-MS-AR MSA (TN Part) +245,411,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +245,412,266,Washington DC-MD-VA-WV CSA (VA Part) +245,413,173,Orlando FL CSA +245,414,172,Miami FL MSA +245,415,223,New York NY-NJ-CT-PA CSA (NY Part) +245,416,217,New York NY-NJ-CT-PA CSA (NJ Part) +245,417,249,Memphis TN-MS-AR MSA (TN Part) +245,418,266,Washington DC-MD-VA-WV CSA (VA Part) +245,419,266,Washington DC-MD-VA-WV CSA (VA Part) +245,420,217,New York NY-NJ-CT-PA CSA (NJ Part) +245,421,176,Atlanta GA-AL CSA (GA Part) +245,422,266,Washington DC-MD-VA-WV CSA (VA Part) +245,423,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +245,424,172,Miami FL MSA +245,425,266,Washington DC-MD-VA-WV CSA (VA Part) +245,426,172,Miami FL MSA +245,427,172,Miami FL MSA +245,428,176,Atlanta GA-AL CSA (GA Part) +245,429,195,New Orleans LA CSA +245,430,201,Boston MA-NH CSA (MA Part) +245,431,201,Boston MA-NH CSA (MA Part) +245,432,223,New York NY-NJ-CT-PA CSA (NY Part) +245,433,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +245,434,201,Boston MA-NH CSA (MA Part) +245,435,203,Detroit MI CSA +245,436,201,Boston MA-NH CSA (MA Part) +245,437,172,Miami FL MSA +245,438,172,Miami FL MSA +245,439,172,Miami FL MSA +245,440,176,Atlanta GA-AL CSA (GA Part) +245,441,12,Chicago IL-IN-WI CSA (IL Part) +245,442,217,New York NY-NJ-CT-PA CSA (NJ Part) +245,443,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +245,444,201,Boston MA-NH CSA (MA Part) +245,445,223,New York NY-NJ-CT-PA CSA (NY Part) +245,446,223,New York NY-NJ-CT-PA CSA (NY Part) +245,447,217,New York NY-NJ-CT-PA CSA (NJ Part) +245,448,173,Orlando FL CSA +245,449,203,Detroit MI CSA +245,450,172,Miami FL MSA +245,451,266,Washington DC-MD-VA-WV CSA (VA Part) +245,452,266,Washington DC-MD-VA-WV CSA (VA Part) +245,453,162,San Francisco CA CSA +245,454,223,New York NY-NJ-CT-PA CSA (NY Part) +245,455,245,Charleston SC MSA +245,456,245,Charleston SC MSA +245,457,217,New York NY-NJ-CT-PA CSA (NJ Part) +245,458,223,New York NY-NJ-CT-PA CSA (NY Part) +245,459,12,Chicago IL-IN-WI CSA (IL Part) +245,460,172,Miami FL MSA +245,461,172,Miami FL MSA +245,462,172,Miami FL MSA +245,463,223,New York NY-NJ-CT-PA CSA (NY Part) +245,464,223,New York NY-NJ-CT-PA CSA (NY Part) +245,465,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +245,466,12,Chicago IL-IN-WI CSA (IL Part) +245,467,223,New York NY-NJ-CT-PA CSA (NY Part) +245,468,12,Chicago IL-IN-WI CSA (IL Part) +245,469,266,Washington DC-MD-VA-WV CSA (VA Part) +245,470,176,Atlanta GA-AL CSA (GA Part) +245,471,266,Washington DC-MD-VA-WV CSA (VA Part) +245,472,245,Charleston SC MSA +245,473,255,Dallas-Fort Worth TX CSA +245,474,172,Miami FL MSA +245,475,223,New York NY-NJ-CT-PA CSA (NY Part) +245,476,223,New York NY-NJ-CT-PA CSA (NY Part) +245,477,217,New York NY-NJ-CT-PA CSA (NJ Part) +245,478,176,Atlanta GA-AL CSA (GA Part) +245,479,162,San Francisco CA CSA +245,480,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +245,481,223,New York NY-NJ-CT-PA CSA (NY Part) +245,482,223,New York NY-NJ-CT-PA CSA (NY Part) +245,483,223,New York NY-NJ-CT-PA CSA (NY Part) +245,484,172,Miami FL MSA +245,485,217,New York NY-NJ-CT-PA CSA (NJ Part) +245,486,173,Orlando FL CSA +245,487,172,Miami FL MSA +245,488,223,New York NY-NJ-CT-PA CSA (NY Part) +245,489,201,Boston MA-NH CSA (MA Part) +245,490,223,New York NY-NJ-CT-PA CSA (NY Part) +245,491,172,Miami FL MSA +246,274,203,Detroit MI CSA +246,275,217,New York NY-NJ-CT-PA CSA (NJ Part) +246,276,223,New York NY-NJ-CT-PA CSA (NY Part) +246,277,266,Washington DC-MD-VA-WV CSA (VA Part) +246,278,191,Louisville KY-IN CSA (KY Part) +246,279,172,Miami FL MSA +246,280,172,Miami FL MSA +246,281,176,Atlanta GA-AL CSA (GA Part) +246,282,223,New York NY-NJ-CT-PA CSA (NY Part) +246,283,176,Atlanta GA-AL CSA (GA Part) +246,284,249,Memphis TN-MS-AR MSA (TN Part) +246,285,223,New York NY-NJ-CT-PA CSA (NY Part) +246,286,223,New York NY-NJ-CT-PA CSA (NY Part) +246,287,172,Miami FL MSA +246,288,223,New York NY-NJ-CT-PA CSA (NY Part) +246,289,266,Washington DC-MD-VA-WV CSA (VA Part) +246,290,176,Atlanta GA-AL CSA (GA Part) +246,291,223,New York NY-NJ-CT-PA CSA (NY Part) +246,292,217,New York NY-NJ-CT-PA CSA (NJ Part) +246,293,172,Miami FL MSA +246,294,217,New York NY-NJ-CT-PA CSA (NJ Part) +246,295,176,Atlanta GA-AL CSA (GA Part) +246,296,192,Remainder of Kentucky +246,297,176,Atlanta GA-AL CSA (GA Part) +246,298,223,New York NY-NJ-CT-PA CSA (NY Part) +246,299,172,Miami FL MSA +246,300,266,Washington DC-MD-VA-WV CSA (VA Part) +246,301,266,Washington DC-MD-VA-WV CSA (VA Part) +246,302,176,Atlanta GA-AL CSA (GA Part) +246,303,12,Chicago IL-IN-WI CSA (IL Part) +246,304,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +246,305,223,New York NY-NJ-CT-PA CSA (NY Part) +246,306,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +246,307,223,New York NY-NJ-CT-PA CSA (NY Part) +246,308,232,Cleveland OH CSA +246,309,217,New York NY-NJ-CT-PA CSA (NJ Part) +246,310,232,Cleveland OH CSA +246,311,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +246,312,172,Miami FL MSA +246,313,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +246,314,223,New York NY-NJ-CT-PA CSA (NY Part) +246,315,176,Atlanta GA-AL CSA (GA Part) +246,316,186,Indianapolis IN CSA +246,317,232,Cleveland OH CSA +246,318,176,Atlanta GA-AL CSA (GA Part) +246,319,172,Miami FL MSA +246,320,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +246,321,223,New York NY-NJ-CT-PA CSA (NY Part) +246,322,153,Remainder of Alabama +246,323,172,Miami FL MSA +246,324,217,New York NY-NJ-CT-PA CSA (NJ Part) +246,325,245,Charleston SC MSA +246,326,172,Miami FL MSA +246,327,266,Washington DC-MD-VA-WV CSA (VA Part) +246,328,192,Remainder of Kentucky +246,329,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +246,330,217,New York NY-NJ-CT-PA CSA (NJ Part) +246,331,226,Charlotte NC-SC CSA (NC Part) +246,332,172,Miami FL MSA +246,333,172,Miami FL MSA +246,334,172,Miami FL MSA +246,335,266,Washington DC-MD-VA-WV CSA (VA Part) +246,336,172,Miami FL MSA +246,337,223,New York NY-NJ-CT-PA CSA (NY Part) +246,338,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +246,339,223,New York NY-NJ-CT-PA CSA (NY Part) +246,340,201,Boston MA-NH CSA (MA Part) +246,341,172,Miami FL MSA +246,342,223,New York NY-NJ-CT-PA CSA (NY Part) +246,343,192,Remainder of Kentucky +246,344,217,New York NY-NJ-CT-PA CSA (NJ Part) +246,345,217,New York NY-NJ-CT-PA CSA (NJ Part) +246,346,192,Remainder of Kentucky +246,347,217,New York NY-NJ-CT-PA CSA (NJ Part) +246,348,176,Atlanta GA-AL CSA (GA Part) +246,349,12,Chicago IL-IN-WI CSA (IL Part) +246,350,266,Washington DC-MD-VA-WV CSA (VA Part) +246,351,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +246,352,223,New York NY-NJ-CT-PA CSA (NY Part) +246,353,223,New York NY-NJ-CT-PA CSA (NY Part) +246,354,266,Washington DC-MD-VA-WV CSA (VA Part) +246,355,172,Miami FL MSA +246,356,176,Atlanta GA-AL CSA (GA Part) +246,357,172,Miami FL MSA +246,358,192,Remainder of Kentucky +246,359,172,Miami FL MSA +246,360,172,Miami FL MSA +246,361,176,Atlanta GA-AL CSA (GA Part) +246,362,217,New York NY-NJ-CT-PA CSA (NJ Part) +246,363,172,Miami FL MSA +246,364,266,Washington DC-MD-VA-WV CSA (VA Part) +246,365,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +246,366,223,New York NY-NJ-CT-PA CSA (NY Part) +246,367,268,Seattle WA CSA +246,368,12,Chicago IL-IN-WI CSA (IL Part) +246,369,203,Detroit MI CSA +246,370,232,Cleveland OH CSA +246,371,217,New York NY-NJ-CT-PA CSA (NJ Part) +246,372,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +246,373,172,Miami FL MSA +246,374,232,Cleveland OH CSA +246,375,232,Cleveland OH CSA +246,376,191,Louisville KY-IN CSA (KY Part) +246,377,266,Washington DC-MD-VA-WV CSA (VA Part) +246,378,266,Washington DC-MD-VA-WV CSA (VA Part) +246,379,223,New York NY-NJ-CT-PA CSA (NY Part) +246,380,223,New York NY-NJ-CT-PA CSA (NY Part) +246,381,249,Memphis TN-MS-AR MSA (TN Part) +246,382,223,New York NY-NJ-CT-PA CSA (NY Part) +246,383,266,Washington DC-MD-VA-WV CSA (VA Part) +246,384,172,Miami FL MSA +246,385,223,New York NY-NJ-CT-PA CSA (NY Part) +246,386,266,Washington DC-MD-VA-WV CSA (VA Part) +246,387,226,Charlotte NC-SC CSA (NC Part) +246,388,223,New York NY-NJ-CT-PA CSA (NY Part) +246,389,223,New York NY-NJ-CT-PA CSA (NY Part) +246,390,266,Washington DC-MD-VA-WV CSA (VA Part) +246,391,172,Miami FL MSA +246,392,12,Chicago IL-IN-WI CSA (IL Part) +246,393,223,New York NY-NJ-CT-PA CSA (NY Part) +246,394,223,New York NY-NJ-CT-PA CSA (NY Part) +246,395,201,Boston MA-NH CSA (MA Part) +246,396,159,Los Angeles CA CSA +246,397,169,Delaware +246,398,169,Delaware +246,399,153,Remainder of Alabama +246,400,12,Chicago IL-IN-WI CSA (IL Part) +246,401,191,Louisville KY-IN CSA (KY Part) +246,402,217,New York NY-NJ-CT-PA CSA (NJ Part) +246,403,223,New York NY-NJ-CT-PA CSA (NY Part) +246,404,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +246,405,176,Atlanta GA-AL CSA (GA Part) +246,406,217,New York NY-NJ-CT-PA CSA (NJ Part) +246,407,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +246,408,217,New York NY-NJ-CT-PA CSA (NJ Part) +246,409,217,New York NY-NJ-CT-PA CSA (NJ Part) +246,410,153,Remainder of Alabama +246,411,217,New York NY-NJ-CT-PA CSA (NJ Part) +246,412,217,New York NY-NJ-CT-PA CSA (NJ Part) +246,413,257,Houston TX CSA +246,414,176,Atlanta GA-AL CSA (GA Part) +246,415,176,Atlanta GA-AL CSA (GA Part) +246,416,176,Atlanta GA-AL CSA (GA Part) +246,417,255,Dallas-Fort Worth TX CSA +246,418,154,Alaska +246,419,223,New York NY-NJ-CT-PA CSA (NY Part) +246,420,223,New York NY-NJ-CT-PA CSA (NY Part) +246,421,223,New York NY-NJ-CT-PA CSA (NY Part) +246,422,191,Louisville KY-IN CSA (KY Part) +246,423,217,New York NY-NJ-CT-PA CSA (NJ Part) +246,424,176,Atlanta GA-AL CSA (GA Part) +246,425,231,Cincinnati OH-KY-IN CSA (OH Part) +246,426,172,Miami FL MSA +246,427,172,Miami FL MSA +246,428,203,Detroit MI CSA +246,429,172,Miami FL MSA +246,430,191,Louisville KY-IN CSA (KY Part) +246,431,217,New York NY-NJ-CT-PA CSA (NJ Part) +246,432,223,New York NY-NJ-CT-PA CSA (NY Part) +246,433,172,Miami FL MSA +246,434,223,New York NY-NJ-CT-PA CSA (NY Part) +246,435,249,Memphis TN-MS-AR MSA (TN Part) +246,436,266,Washington DC-MD-VA-WV CSA (VA Part) +246,437,176,Atlanta GA-AL CSA (GA Part) +246,438,172,Miami FL MSA +246,439,172,Miami FL MSA +246,440,172,Miami FL MSA +246,441,186,Indianapolis IN CSA +246,442,266,Washington DC-MD-VA-WV CSA (VA Part) +246,443,217,New York NY-NJ-CT-PA CSA (NJ Part) +246,444,217,New York NY-NJ-CT-PA CSA (NJ Part) +246,445,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +246,446,201,Boston MA-NH CSA (MA Part) +246,447,226,Charlotte NC-SC CSA (NC Part) +246,448,217,New York NY-NJ-CT-PA CSA (NJ Part) +246,449,232,Cleveland OH CSA +246,450,172,Miami FL MSA +246,451,203,Detroit MI CSA +246,452,223,New York NY-NJ-CT-PA CSA (NY Part) +246,453,153,Remainder of Alabama +246,454,217,New York NY-NJ-CT-PA CSA (NJ Part) +246,455,232,Cleveland OH CSA +246,456,249,Memphis TN-MS-AR MSA (TN Part) +246,457,223,New York NY-NJ-CT-PA CSA (NY Part) +246,458,223,New York NY-NJ-CT-PA CSA (NY Part) +246,459,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +246,460,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +246,461,172,Miami FL MSA +246,462,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +246,463,223,New York NY-NJ-CT-PA CSA (NY Part) +246,464,223,New York NY-NJ-CT-PA CSA (NY Part) +246,465,223,New York NY-NJ-CT-PA CSA (NY Part) +246,466,266,Washington DC-MD-VA-WV CSA (VA Part) +246,467,223,New York NY-NJ-CT-PA CSA (NY Part) +246,468,223,New York NY-NJ-CT-PA CSA (NY Part) +246,469,266,Washington DC-MD-VA-WV CSA (VA Part) +246,470,12,Chicago IL-IN-WI CSA (IL Part) +246,471,223,New York NY-NJ-CT-PA CSA (NY Part) +246,472,176,Atlanta GA-AL CSA (GA Part) +246,473,192,Remainder of Kentucky +246,474,172,Miami FL MSA +246,475,201,Boston MA-NH CSA (MA Part) +246,476,223,New York NY-NJ-CT-PA CSA (NY Part) +246,477,232,Cleveland OH CSA +246,478,172,Miami FL MSA +246,479,159,Los Angeles CA CSA +246,480,223,New York NY-NJ-CT-PA CSA (NY Part) +246,481,223,New York NY-NJ-CT-PA CSA (NY Part) +246,482,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +246,483,169,Delaware +246,484,172,Miami FL MSA +246,485,266,Washington DC-MD-VA-WV CSA (VA Part) +246,486,249,Memphis TN-MS-AR MSA (TN Part) +246,487,172,Miami FL MSA +246,488,12,Chicago IL-IN-WI CSA (IL Part) +246,489,176,Atlanta GA-AL CSA (GA Part) +246,490,232,Cleveland OH CSA +246,491,223,New York NY-NJ-CT-PA CSA (NY Part) +247,274,12,Chicago IL-IN-WI CSA (IL Part) +247,275,223,New York NY-NJ-CT-PA CSA (NY Part) +247,276,223,New York NY-NJ-CT-PA CSA (NY Part) +247,277,266,Washington DC-MD-VA-WV CSA (VA Part) +247,278,223,New York NY-NJ-CT-PA CSA (NY Part) +247,279,176,Atlanta GA-AL CSA (GA Part) +247,280,172,Miami FL MSA +247,281,172,Miami FL MSA +247,282,232,Cleveland OH CSA +247,283,172,Miami FL MSA +247,284,186,Indianapolis IN CSA +247,285,217,New York NY-NJ-CT-PA CSA (NJ Part) +247,286,223,New York NY-NJ-CT-PA CSA (NY Part) +247,287,172,Miami FL MSA +247,288,223,New York NY-NJ-CT-PA CSA (NY Part) +247,289,223,New York NY-NJ-CT-PA CSA (NY Part) +247,290,172,Miami FL MSA +247,291,266,Washington DC-MD-VA-WV CSA (VA Part) +247,292,266,Washington DC-MD-VA-WV CSA (VA Part) +247,293,172,Miami FL MSA +247,294,266,Washington DC-MD-VA-WV CSA (VA Part) +247,295,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +247,296,266,Washington DC-MD-VA-WV CSA (VA Part) +247,297,172,Miami FL MSA +247,298,223,New York NY-NJ-CT-PA CSA (NY Part) +247,299,223,New York NY-NJ-CT-PA CSA (NY Part) +247,300,176,Atlanta GA-AL CSA (GA Part) +247,301,217,New York NY-NJ-CT-PA CSA (NJ Part) +247,302,172,Miami FL MSA +247,303,268,Seattle WA CSA +247,304,266,Washington DC-MD-VA-WV CSA (VA Part) +247,305,245,Charleston SC MSA +247,306,266,Washington DC-MD-VA-WV CSA (VA Part) +247,307,217,New York NY-NJ-CT-PA CSA (NJ Part) +247,308,223,New York NY-NJ-CT-PA CSA (NY Part) +247,309,223,New York NY-NJ-CT-PA CSA (NY Part) +247,310,12,Chicago IL-IN-WI CSA (IL Part) +247,311,223,New York NY-NJ-CT-PA CSA (NY Part) +247,312,172,Miami FL MSA +247,313,223,New York NY-NJ-CT-PA CSA (NY Part) +247,314,201,Boston MA-NH CSA (MA Part) +247,315,172,Miami FL MSA +247,316,266,Washington DC-MD-VA-WV CSA (VA Part) +247,317,217,New York NY-NJ-CT-PA CSA (NJ Part) +247,318,192,Remainder of Kentucky +247,319,172,Miami FL MSA +247,320,223,New York NY-NJ-CT-PA CSA (NY Part) +247,321,172,Miami FL MSA +247,322,153,Remainder of Alabama +247,323,172,Miami FL MSA +247,324,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +247,325,172,Miami FL MSA +247,326,245,Charleston SC MSA +247,327,266,Washington DC-MD-VA-WV CSA (VA Part) +247,328,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +247,329,223,New York NY-NJ-CT-PA CSA (NY Part) +247,330,266,Washington DC-MD-VA-WV CSA (VA Part) +247,331,266,Washington DC-MD-VA-WV CSA (VA Part) +247,332,172,Miami FL MSA +247,333,172,Miami FL MSA +247,334,172,Miami FL MSA +247,335,245,Charleston SC MSA +247,336,176,Atlanta GA-AL CSA (GA Part) +247,337,201,Boston MA-NH CSA (MA Part) +247,338,217,New York NY-NJ-CT-PA CSA (NJ Part) +247,339,217,New York NY-NJ-CT-PA CSA (NJ Part) +247,340,223,New York NY-NJ-CT-PA CSA (NY Part) +247,341,172,Miami FL MSA +247,342,223,New York NY-NJ-CT-PA CSA (NY Part) +247,343,159,Los Angeles CA CSA +247,344,266,Washington DC-MD-VA-WV CSA (VA Part) +247,345,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +247,346,176,Atlanta GA-AL CSA (GA Part) +247,347,223,New York NY-NJ-CT-PA CSA (NY Part) +247,348,217,New York NY-NJ-CT-PA CSA (NJ Part) +247,349,232,Cleveland OH CSA +247,350,176,Atlanta GA-AL CSA (GA Part) +247,351,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +247,352,201,Boston MA-NH CSA (MA Part) +247,353,223,New York NY-NJ-CT-PA CSA (NY Part) +247,354,203,Detroit MI CSA +247,355,172,Miami FL MSA +247,356,172,Miami FL MSA +247,357,223,New York NY-NJ-CT-PA CSA (NY Part) +247,358,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +247,359,172,Miami FL MSA +247,360,172,Miami FL MSA +247,361,172,Miami FL MSA +247,362,223,New York NY-NJ-CT-PA CSA (NY Part) +247,363,172,Miami FL MSA +247,364,217,New York NY-NJ-CT-PA CSA (NJ Part) +247,365,223,New York NY-NJ-CT-PA CSA (NY Part) +247,366,266,Washington DC-MD-VA-WV CSA (VA Part) +247,367,12,Chicago IL-IN-WI CSA (IL Part) +247,368,217,New York NY-NJ-CT-PA CSA (NJ Part) +247,369,223,New York NY-NJ-CT-PA CSA (NY Part) +247,370,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +247,371,217,New York NY-NJ-CT-PA CSA (NJ Part) +247,372,223,New York NY-NJ-CT-PA CSA (NY Part) +247,373,176,Atlanta GA-AL CSA (GA Part) +247,374,186,Indianapolis IN CSA +247,375,201,Boston MA-NH CSA (MA Part) +247,376,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +247,377,223,New York NY-NJ-CT-PA CSA (NY Part) +247,378,176,Atlanta GA-AL CSA (GA Part) +247,379,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +247,380,217,New York NY-NJ-CT-PA CSA (NJ Part) +247,381,192,Remainder of Kentucky +247,382,245,Charleston SC MSA +247,383,223,New York NY-NJ-CT-PA CSA (NY Part) +247,384,223,New York NY-NJ-CT-PA CSA (NY Part) +247,385,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +247,386,223,New York NY-NJ-CT-PA CSA (NY Part) +247,387,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +247,388,12,Chicago IL-IN-WI CSA (IL Part) +247,389,201,Boston MA-NH CSA (MA Part) +247,390,223,New York NY-NJ-CT-PA CSA (NY Part) +247,391,245,Charleston SC MSA +247,392,191,Louisville KY-IN CSA (KY Part) +247,393,223,New York NY-NJ-CT-PA CSA (NY Part) +247,394,223,New York NY-NJ-CT-PA CSA (NY Part) +247,395,223,New York NY-NJ-CT-PA CSA (NY Part) +247,396,231,Cincinnati OH-KY-IN CSA (OH Part) +247,397,217,New York NY-NJ-CT-PA CSA (NJ Part) +247,398,266,Washington DC-MD-VA-WV CSA (VA Part) +247,399,153,Remainder of Alabama +247,400,179,Honolulu HI MSA +247,401,223,New York NY-NJ-CT-PA CSA (NY Part) +247,402,223,New York NY-NJ-CT-PA CSA (NY Part) +247,403,232,Cleveland OH CSA +247,404,223,New York NY-NJ-CT-PA CSA (NY Part) +247,405,172,Miami FL MSA +247,406,223,New York NY-NJ-CT-PA CSA (NY Part) +247,407,217,New York NY-NJ-CT-PA CSA (NJ Part) +247,408,186,Indianapolis IN CSA +247,409,172,Miami FL MSA +247,410,191,Louisville KY-IN CSA (KY Part) +247,411,223,New York NY-NJ-CT-PA CSA (NY Part) +247,412,223,New York NY-NJ-CT-PA CSA (NY Part) +247,413,12,Chicago IL-IN-WI CSA (IL Part) +247,414,172,Miami FL MSA +247,415,223,New York NY-NJ-CT-PA CSA (NY Part) +247,416,223,New York NY-NJ-CT-PA CSA (NY Part) +247,417,176,Atlanta GA-AL CSA (GA Part) +247,418,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +247,419,217,New York NY-NJ-CT-PA CSA (NJ Part) +247,420,223,New York NY-NJ-CT-PA CSA (NY Part) +247,421,223,New York NY-NJ-CT-PA CSA (NY Part) +247,422,12,Chicago IL-IN-WI CSA (IL Part) +247,423,232,Cleveland OH CSA +247,424,172,Miami FL MSA +247,425,255,Dallas-Fort Worth TX CSA +247,426,172,Miami FL MSA +247,427,172,Miami FL MSA +247,428,249,Memphis TN-MS-AR MSA (TN Part) +247,429,249,Memphis TN-MS-AR MSA (TN Part) +247,430,217,New York NY-NJ-CT-PA CSA (NJ Part) +247,431,169,Delaware +247,432,217,New York NY-NJ-CT-PA CSA (NJ Part) +247,433,201,Boston MA-NH CSA (MA Part) +247,434,217,New York NY-NJ-CT-PA CSA (NJ Part) +247,435,201,Boston MA-NH CSA (MA Part) +247,436,172,Miami FL MSA +247,437,223,New York NY-NJ-CT-PA CSA (NY Part) +247,438,172,Miami FL MSA +247,439,172,Miami FL MSA +247,440,173,Orlando FL CSA +247,441,159,Los Angeles CA CSA +247,442,223,New York NY-NJ-CT-PA CSA (NY Part) +247,443,232,Cleveland OH CSA +247,444,201,Boston MA-NH CSA (MA Part) +247,445,223,New York NY-NJ-CT-PA CSA (NY Part) +247,446,266,Washington DC-MD-VA-WV CSA (VA Part) +247,447,186,Indianapolis IN CSA +247,448,217,New York NY-NJ-CT-PA CSA (NJ Part) +247,449,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +247,450,172,Miami FL MSA +247,451,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +247,452,223,New York NY-NJ-CT-PA CSA (NY Part) +247,453,255,Dallas-Fort Worth TX CSA +247,454,223,New York NY-NJ-CT-PA CSA (NY Part) +247,455,172,Miami FL MSA +247,456,266,Washington DC-MD-VA-WV CSA (VA Part) +247,457,232,Cleveland OH CSA +247,458,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +247,459,201,Boston MA-NH CSA (MA Part) +247,460,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +247,461,172,Miami FL MSA +247,462,172,Miami FL MSA +247,463,223,New York NY-NJ-CT-PA CSA (NY Part) +247,464,223,New York NY-NJ-CT-PA CSA (NY Part) +247,465,176,Atlanta GA-AL CSA (GA Part) +247,466,186,Indianapolis IN CSA +247,467,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +247,468,154,Alaska +247,469,201,Boston MA-NH CSA (MA Part) +247,470,249,Memphis TN-MS-AR MSA (TN Part) +247,471,223,New York NY-NJ-CT-PA CSA (NY Part) +247,472,159,Los Angeles CA CSA +247,473,176,Atlanta GA-AL CSA (GA Part) +247,474,172,Miami FL MSA +247,475,266,Washington DC-MD-VA-WV CSA (VA Part) +247,476,223,New York NY-NJ-CT-PA CSA (NY Part) +247,477,223,New York NY-NJ-CT-PA CSA (NY Part) +247,478,172,Miami FL MSA +247,479,245,Charleston SC MSA +247,480,172,Miami FL MSA +247,481,192,Remainder of Kentucky +247,482,223,New York NY-NJ-CT-PA CSA (NY Part) +247,483,217,New York NY-NJ-CT-PA CSA (NJ Part) +247,484,172,Miami FL MSA +247,485,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +247,486,249,Memphis TN-MS-AR MSA (TN Part) +247,487,172,Miami FL MSA +247,488,217,New York NY-NJ-CT-PA CSA (NJ Part) +247,489,266,Washington DC-MD-VA-WV CSA (VA Part) +247,490,172,Miami FL MSA +247,491,223,New York NY-NJ-CT-PA CSA (NY Part) +248,274,12,Chicago IL-IN-WI CSA (IL Part) +248,275,223,New York NY-NJ-CT-PA CSA (NY Part) +248,276,12,Chicago IL-IN-WI CSA (IL Part) +248,277,232,Cleveland OH CSA +248,278,266,Washington DC-MD-VA-WV CSA (VA Part) +248,279,249,Memphis TN-MS-AR MSA (TN Part) +248,280,12,Chicago IL-IN-WI CSA (IL Part) +248,281,192,Remainder of Kentucky +248,282,12,Chicago IL-IN-WI CSA (IL Part) +248,283,172,Miami FL MSA +248,284,159,Los Angeles CA CSA +248,285,266,Washington DC-MD-VA-WV CSA (VA Part) +248,286,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +248,287,172,Miami FL MSA +248,288,12,Chicago IL-IN-WI CSA (IL Part) +248,289,154,Alaska +248,290,192,Remainder of Kentucky +248,291,203,Detroit MI CSA +248,292,203,Detroit MI CSA +248,293,257,Houston TX CSA +248,294,12,Chicago IL-IN-WI CSA (IL Part) +248,295,266,Washington DC-MD-VA-WV CSA (VA Part) +248,296,154,Alaska +248,297,172,Miami FL MSA +248,298,223,New York NY-NJ-CT-PA CSA (NY Part) +248,299,223,New York NY-NJ-CT-PA CSA (NY Part) +248,300,191,Louisville KY-IN CSA (KY Part) +248,301,12,Chicago IL-IN-WI CSA (IL Part) +248,302,191,Louisville KY-IN CSA (KY Part) +248,303,154,Alaska +248,304,266,Washington DC-MD-VA-WV CSA (VA Part) +248,305,191,Louisville KY-IN CSA (KY Part) +248,306,12,Chicago IL-IN-WI CSA (IL Part) +248,307,217,New York NY-NJ-CT-PA CSA (NJ Part) +248,308,154,Alaska +248,309,191,Louisville KY-IN CSA (KY Part) +248,310,203,Detroit MI CSA +248,311,203,Detroit MI CSA +248,312,172,Miami FL MSA +248,313,223,New York NY-NJ-CT-PA CSA (NY Part) +248,314,223,New York NY-NJ-CT-PA CSA (NY Part) +248,315,255,Dallas-Fort Worth TX CSA +248,316,154,Alaska +248,317,154,Alaska +248,318,154,Alaska +248,319,249,Memphis TN-MS-AR MSA (TN Part) +248,320,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +248,321,12,Chicago IL-IN-WI CSA (IL Part) +248,322,257,Houston TX CSA +248,323,176,Atlanta GA-AL CSA (GA Part) +248,324,12,Chicago IL-IN-WI CSA (IL Part) +248,325,12,Chicago IL-IN-WI CSA (IL Part) +248,326,176,Atlanta GA-AL CSA (GA Part) +248,327,201,Boston MA-NH CSA (MA Part) +248,328,186,Indianapolis IN CSA +248,329,217,New York NY-NJ-CT-PA CSA (NJ Part) +248,330,12,Chicago IL-IN-WI CSA (IL Part) +248,331,223,New York NY-NJ-CT-PA CSA (NY Part) +248,332,249,Memphis TN-MS-AR MSA (TN Part) +248,333,12,Chicago IL-IN-WI CSA (IL Part) +248,334,172,Miami FL MSA +248,335,232,Cleveland OH CSA +248,336,153,Remainder of Alabama +248,337,223,New York NY-NJ-CT-PA CSA (NY Part) +248,338,201,Boston MA-NH CSA (MA Part) +248,339,12,Chicago IL-IN-WI CSA (IL Part) +248,340,12,Chicago IL-IN-WI CSA (IL Part) +248,341,257,Houston TX CSA +248,342,12,Chicago IL-IN-WI CSA (IL Part) +248,343,164,Denver CO CSA +248,344,12,Chicago IL-IN-WI CSA (IL Part) +248,345,201,Boston MA-NH CSA (MA Part) +248,346,172,Miami FL MSA +248,347,223,New York NY-NJ-CT-PA CSA (NY Part) +248,348,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +248,349,12,Chicago IL-IN-WI CSA (IL Part) +248,350,12,Chicago IL-IN-WI CSA (IL Part) +248,351,217,New York NY-NJ-CT-PA CSA (NJ Part) +248,352,12,Chicago IL-IN-WI CSA (IL Part) +248,353,186,Indianapolis IN CSA +248,354,186,Indianapolis IN CSA +248,355,249,Memphis TN-MS-AR MSA (TN Part) +248,356,255,Dallas-Fort Worth TX CSA +248,357,217,New York NY-NJ-CT-PA CSA (NJ Part) +248,358,223,New York NY-NJ-CT-PA CSA (NY Part) +248,359,172,Miami FL MSA +248,360,173,Orlando FL CSA +248,361,173,Orlando FL CSA +248,362,12,Chicago IL-IN-WI CSA (IL Part) +248,363,249,Memphis TN-MS-AR MSA (TN Part) +248,364,266,Washington DC-MD-VA-WV CSA (VA Part) +248,365,12,Chicago IL-IN-WI CSA (IL Part) +248,366,232,Cleveland OH CSA +248,367,154,Alaska +248,368,12,Chicago IL-IN-WI CSA (IL Part) +248,369,231,Cincinnati OH-KY-IN CSA (OH Part) +248,370,12,Chicago IL-IN-WI CSA (IL Part) +248,371,223,New York NY-NJ-CT-PA CSA (NY Part) +248,372,223,New York NY-NJ-CT-PA CSA (NY Part) +248,373,172,Miami FL MSA +248,374,154,Alaska +248,375,223,New York NY-NJ-CT-PA CSA (NY Part) +248,376,249,Memphis TN-MS-AR MSA (TN Part) +248,377,266,Washington DC-MD-VA-WV CSA (VA Part) +248,378,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +248,379,12,Chicago IL-IN-WI CSA (IL Part) +248,380,203,Detroit MI CSA +248,381,154,Alaska +248,382,12,Chicago IL-IN-WI CSA (IL Part) +248,383,223,New York NY-NJ-CT-PA CSA (NY Part) +248,384,266,Washington DC-MD-VA-WV CSA (VA Part) +248,385,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +248,386,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +248,387,201,Boston MA-NH CSA (MA Part) +248,388,223,New York NY-NJ-CT-PA CSA (NY Part) +248,389,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +248,390,217,New York NY-NJ-CT-PA CSA (NJ Part) +248,391,223,New York NY-NJ-CT-PA CSA (NY Part) +248,392,164,Denver CO CSA +248,393,203,Detroit MI CSA +248,394,232,Cleveland OH CSA +248,395,12,Chicago IL-IN-WI CSA (IL Part) +248,396,162,San Francisco CA CSA +248,397,223,New York NY-NJ-CT-PA CSA (NY Part) +248,398,201,Boston MA-NH CSA (MA Part) +248,399,249,Memphis TN-MS-AR MSA (TN Part) +248,400,154,Alaska +248,401,201,Boston MA-NH CSA (MA Part) +248,402,232,Cleveland OH CSA +248,403,154,Alaska +248,404,192,Remainder of Kentucky +248,405,191,Louisville KY-IN CSA (KY Part) +248,406,223,New York NY-NJ-CT-PA CSA (NY Part) +248,407,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +248,408,154,Alaska +248,409,176,Atlanta GA-AL CSA (GA Part) +248,410,159,Los Angeles CA CSA +248,411,191,Louisville KY-IN CSA (KY Part) +248,412,217,New York NY-NJ-CT-PA CSA (NJ Part) +248,413,195,New Orleans LA CSA +248,414,257,Houston TX CSA +248,415,217,New York NY-NJ-CT-PA CSA (NJ Part) +248,416,12,Chicago IL-IN-WI CSA (IL Part) +248,417,268,Seattle WA CSA +248,418,154,Alaska +248,419,12,Chicago IL-IN-WI CSA (IL Part) +248,420,201,Boston MA-NH CSA (MA Part) +248,421,12,Chicago IL-IN-WI CSA (IL Part) +248,422,159,Los Angeles CA CSA +248,423,186,Indianapolis IN CSA +248,424,195,New Orleans LA CSA +248,425,154,Alaska +248,426,255,Dallas-Fort Worth TX CSA +248,427,172,Miami FL MSA +248,428,268,Seattle WA CSA +248,429,257,Houston TX CSA +248,430,12,Chicago IL-IN-WI CSA (IL Part) +248,431,12,Chicago IL-IN-WI CSA (IL Part) +248,432,12,Chicago IL-IN-WI CSA (IL Part) +248,433,266,Washington DC-MD-VA-WV CSA (VA Part) +248,434,12,Chicago IL-IN-WI CSA (IL Part) +248,435,268,Seattle WA CSA +248,436,12,Chicago IL-IN-WI CSA (IL Part) +248,437,217,New York NY-NJ-CT-PA CSA (NJ Part) +248,438,266,Washington DC-MD-VA-WV CSA (VA Part) +248,439,245,Charleston SC MSA +248,440,172,Miami FL MSA +248,441,159,Los Angeles CA CSA +248,442,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +248,443,191,Louisville KY-IN CSA (KY Part) +248,444,191,Louisville KY-IN CSA (KY Part) +248,445,266,Washington DC-MD-VA-WV CSA (VA Part) +248,446,223,New York NY-NJ-CT-PA CSA (NY Part) +248,447,232,Cleveland OH CSA +248,448,226,Charlotte NC-SC CSA (NC Part) +248,449,154,Alaska +248,450,172,Miami FL MSA +248,451,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +248,452,223,New York NY-NJ-CT-PA CSA (NY Part) +248,453,159,Los Angeles CA CSA +248,454,217,New York NY-NJ-CT-PA CSA (NJ Part) +248,455,172,Miami FL MSA +248,456,162,San Francisco CA CSA +248,457,12,Chicago IL-IN-WI CSA (IL Part) +248,458,12,Chicago IL-IN-WI CSA (IL Part) +248,459,12,Chicago IL-IN-WI CSA (IL Part) +248,460,12,Chicago IL-IN-WI CSA (IL Part) +248,461,12,Chicago IL-IN-WI CSA (IL Part) +248,462,173,Orlando FL CSA +248,463,12,Chicago IL-IN-WI CSA (IL Part) +248,464,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +248,465,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +248,466,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +248,467,231,Cincinnati OH-KY-IN CSA (OH Part) +248,468,159,Los Angeles CA CSA +248,469,223,New York NY-NJ-CT-PA CSA (NY Part) +248,470,159,Los Angeles CA CSA +248,471,203,Detroit MI CSA +248,472,162,San Francisco CA CSA +248,473,249,Memphis TN-MS-AR MSA (TN Part) +248,474,232,Cleveland OH CSA +248,475,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +248,476,12,Chicago IL-IN-WI CSA (IL Part) +248,477,12,Chicago IL-IN-WI CSA (IL Part) +248,478,192,Remainder of Kentucky +248,479,162,San Francisco CA CSA +248,480,12,Chicago IL-IN-WI CSA (IL Part) +248,481,12,Chicago IL-IN-WI CSA (IL Part) +248,482,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +248,483,217,New York NY-NJ-CT-PA CSA (NJ Part) +248,484,255,Dallas-Fort Worth TX CSA +248,485,12,Chicago IL-IN-WI CSA (IL Part) +248,486,159,Los Angeles CA CSA +248,487,12,Chicago IL-IN-WI CSA (IL Part) +248,488,159,Los Angeles CA CSA +248,489,12,Chicago IL-IN-WI CSA (IL Part) +248,490,223,New York NY-NJ-CT-PA CSA (NY Part) +248,491,176,Atlanta GA-AL CSA (GA Part) +249,274,186,Indianapolis IN CSA +249,275,201,Boston MA-NH CSA (MA Part) +249,276,217,New York NY-NJ-CT-PA CSA (NJ Part) +249,277,232,Cleveland OH CSA +249,278,12,Chicago IL-IN-WI CSA (IL Part) +249,279,172,Miami FL MSA +249,280,176,Atlanta GA-AL CSA (GA Part) +249,281,173,Orlando FL CSA +249,282,217,New York NY-NJ-CT-PA CSA (NJ Part) +249,283,172,Miami FL MSA +249,284,249,Memphis TN-MS-AR MSA (TN Part) +249,285,186,Indianapolis IN CSA +249,286,223,New York NY-NJ-CT-PA CSA (NY Part) +249,287,172,Miami FL MSA +249,288,223,New York NY-NJ-CT-PA CSA (NY Part) +249,289,232,Cleveland OH CSA +249,290,176,Atlanta GA-AL CSA (GA Part) +249,291,231,Cincinnati OH-KY-IN CSA (OH Part) +249,292,186,Indianapolis IN CSA +249,293,257,Houston TX CSA +249,294,249,Memphis TN-MS-AR MSA (TN Part) +249,295,176,Atlanta GA-AL CSA (GA Part) +249,296,223,New York NY-NJ-CT-PA CSA (NY Part) +249,297,176,Atlanta GA-AL CSA (GA Part) +249,298,12,Chicago IL-IN-WI CSA (IL Part) +249,299,172,Miami FL MSA +249,300,172,Miami FL MSA +249,301,203,Detroit MI CSA +249,302,176,Atlanta GA-AL CSA (GA Part) +249,303,154,Alaska +249,304,12,Chicago IL-IN-WI CSA (IL Part) +249,305,223,New York NY-NJ-CT-PA CSA (NY Part) +249,306,223,New York NY-NJ-CT-PA CSA (NY Part) +249,307,231,Cincinnati OH-KY-IN CSA (OH Part) +249,308,249,Memphis TN-MS-AR MSA (TN Part) +249,309,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +249,310,12,Chicago IL-IN-WI CSA (IL Part) +249,311,266,Washington DC-MD-VA-WV CSA (VA Part) +249,312,172,Miami FL MSA +249,313,223,New York NY-NJ-CT-PA CSA (NY Part) +249,314,249,Memphis TN-MS-AR MSA (TN Part) +249,315,195,New Orleans LA CSA +249,316,12,Chicago IL-IN-WI CSA (IL Part) +249,317,154,Alaska +249,318,249,Memphis TN-MS-AR MSA (TN Part) +249,319,172,Miami FL MSA +249,320,266,Washington DC-MD-VA-WV CSA (VA Part) +249,321,217,New York NY-NJ-CT-PA CSA (NJ Part) +249,322,159,Los Angeles CA CSA +249,323,195,New Orleans LA CSA +249,324,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +249,325,172,Miami FL MSA +249,326,245,Charleston SC MSA +249,327,223,New York NY-NJ-CT-PA CSA (NY Part) +249,328,203,Detroit MI CSA +249,329,217,New York NY-NJ-CT-PA CSA (NJ Part) +249,330,12,Chicago IL-IN-WI CSA (IL Part) +249,331,266,Washington DC-MD-VA-WV CSA (VA Part) +249,332,176,Atlanta GA-AL CSA (GA Part) +249,333,249,Memphis TN-MS-AR MSA (TN Part) +249,334,172,Miami FL MSA +249,335,12,Chicago IL-IN-WI CSA (IL Part) +249,336,176,Atlanta GA-AL CSA (GA Part) +249,337,245,Charleston SC MSA +249,338,223,New York NY-NJ-CT-PA CSA (NY Part) +249,339,217,New York NY-NJ-CT-PA CSA (NJ Part) +249,340,169,Delaware +249,341,257,Houston TX CSA +249,342,249,Memphis TN-MS-AR MSA (TN Part) +249,343,162,San Francisco CA CSA +249,344,223,New York NY-NJ-CT-PA CSA (NY Part) +249,345,191,Louisville KY-IN CSA (KY Part) +249,346,257,Houston TX CSA +249,347,249,Memphis TN-MS-AR MSA (TN Part) +249,348,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +249,349,176,Atlanta GA-AL CSA (GA Part) +249,350,249,Memphis TN-MS-AR MSA (TN Part) +249,351,249,Memphis TN-MS-AR MSA (TN Part) +249,352,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +249,353,191,Louisville KY-IN CSA (KY Part) +249,354,232,Cleveland OH CSA +249,355,176,Atlanta GA-AL CSA (GA Part) +249,356,249,Memphis TN-MS-AR MSA (TN Part) +249,357,191,Louisville KY-IN CSA (KY Part) +249,358,266,Washington DC-MD-VA-WV CSA (VA Part) +249,359,176,Atlanta GA-AL CSA (GA Part) +249,360,172,Miami FL MSA +249,361,172,Miami FL MSA +249,362,12,Chicago IL-IN-WI CSA (IL Part) +249,363,195,New Orleans LA CSA +249,364,203,Detroit MI CSA +249,365,249,Memphis TN-MS-AR MSA (TN Part) +249,366,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +249,367,162,San Francisco CA CSA +249,368,223,New York NY-NJ-CT-PA CSA (NY Part) +249,369,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +249,370,249,Memphis TN-MS-AR MSA (TN Part) +249,371,223,New York NY-NJ-CT-PA CSA (NY Part) +249,372,169,Delaware +249,373,176,Atlanta GA-AL CSA (GA Part) +249,374,12,Chicago IL-IN-WI CSA (IL Part) +249,375,217,New York NY-NJ-CT-PA CSA (NJ Part) +249,376,249,Memphis TN-MS-AR MSA (TN Part) +249,377,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +249,378,249,Memphis TN-MS-AR MSA (TN Part) +249,379,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +249,380,249,Memphis TN-MS-AR MSA (TN Part) +249,381,186,Indianapolis IN CSA +249,382,223,New York NY-NJ-CT-PA CSA (NY Part) +249,383,217,New York NY-NJ-CT-PA CSA (NJ Part) +249,384,172,Miami FL MSA +249,385,217,New York NY-NJ-CT-PA CSA (NJ Part) +249,386,223,New York NY-NJ-CT-PA CSA (NY Part) +249,387,223,New York NY-NJ-CT-PA CSA (NY Part) +249,388,203,Detroit MI CSA +249,389,249,Memphis TN-MS-AR MSA (TN Part) +249,390,176,Atlanta GA-AL CSA (GA Part) +249,391,231,Cincinnati OH-KY-IN CSA (OH Part) +249,392,154,Alaska +249,393,223,New York NY-NJ-CT-PA CSA (NY Part) +249,394,176,Atlanta GA-AL CSA (GA Part) +249,395,12,Chicago IL-IN-WI CSA (IL Part) +249,396,257,Houston TX CSA +249,397,12,Chicago IL-IN-WI CSA (IL Part) +249,398,153,Remainder of Alabama +249,399,249,Memphis TN-MS-AR MSA (TN Part) +249,400,162,San Francisco CA CSA +249,401,12,Chicago IL-IN-WI CSA (IL Part) +249,402,217,New York NY-NJ-CT-PA CSA (NJ Part) +249,403,12,Chicago IL-IN-WI CSA (IL Part) +249,404,191,Louisville KY-IN CSA (KY Part) +249,405,249,Memphis TN-MS-AR MSA (TN Part) +249,406,176,Atlanta GA-AL CSA (GA Part) +249,407,176,Atlanta GA-AL CSA (GA Part) +249,408,12,Chicago IL-IN-WI CSA (IL Part) +249,409,266,Washington DC-MD-VA-WV CSA (VA Part) +249,410,179,Honolulu HI MSA +249,411,153,Remainder of Alabama +249,412,203,Detroit MI CSA +249,413,257,Houston TX CSA +249,414,172,Miami FL MSA +249,415,223,New York NY-NJ-CT-PA CSA (NY Part) +249,416,217,New York NY-NJ-CT-PA CSA (NJ Part) +249,417,159,Los Angeles CA CSA +249,418,268,Seattle WA CSA +249,419,249,Memphis TN-MS-AR MSA (TN Part) +249,420,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +249,421,217,New York NY-NJ-CT-PA CSA (NJ Part) +249,422,255,Dallas-Fort Worth TX CSA +249,423,176,Atlanta GA-AL CSA (GA Part) +249,424,172,Miami FL MSA +249,425,179,Honolulu HI MSA +249,426,172,Miami FL MSA +249,427,173,Orlando FL CSA +249,428,154,Alaska +249,429,255,Dallas-Fort Worth TX CSA +249,430,223,New York NY-NJ-CT-PA CSA (NY Part) +249,431,12,Chicago IL-IN-WI CSA (IL Part) +249,432,223,New York NY-NJ-CT-PA CSA (NY Part) +249,433,203,Detroit MI CSA +249,434,231,Cincinnati OH-KY-IN CSA (OH Part) +249,435,176,Atlanta GA-AL CSA (GA Part) +249,436,201,Boston MA-NH CSA (MA Part) +249,437,169,Delaware +249,438,172,Miami FL MSA +249,439,173,Orlando FL CSA +249,440,176,Atlanta GA-AL CSA (GA Part) +249,441,255,Dallas-Fort Worth TX CSA +249,442,169,Delaware +249,443,172,Miami FL MSA +249,444,186,Indianapolis IN CSA +249,445,169,Delaware +249,446,223,New York NY-NJ-CT-PA CSA (NY Part) +249,447,176,Atlanta GA-AL CSA (GA Part) +249,448,217,New York NY-NJ-CT-PA CSA (NJ Part) +249,449,154,Alaska +249,450,176,Atlanta GA-AL CSA (GA Part) +249,451,203,Detroit MI CSA +249,452,266,Washington DC-MD-VA-WV CSA (VA Part) +249,453,12,Chicago IL-IN-WI CSA (IL Part) +249,454,12,Chicago IL-IN-WI CSA (IL Part) +249,455,249,Memphis TN-MS-AR MSA (TN Part) +249,456,154,Alaska +249,457,217,New York NY-NJ-CT-PA CSA (NJ Part) +249,458,12,Chicago IL-IN-WI CSA (IL Part) +249,459,249,Memphis TN-MS-AR MSA (TN Part) +249,460,266,Washington DC-MD-VA-WV CSA (VA Part) +249,461,176,Atlanta GA-AL CSA (GA Part) +249,462,172,Miami FL MSA +249,463,12,Chicago IL-IN-WI CSA (IL Part) +249,464,217,New York NY-NJ-CT-PA CSA (NJ Part) +249,465,217,New York NY-NJ-CT-PA CSA (NJ Part) +249,466,249,Memphis TN-MS-AR MSA (TN Part) +249,467,223,New York NY-NJ-CT-PA CSA (NY Part) +249,468,12,Chicago IL-IN-WI CSA (IL Part) +249,469,231,Cincinnati OH-KY-IN CSA (OH Part) +249,470,154,Alaska +249,471,217,New York NY-NJ-CT-PA CSA (NJ Part) +249,472,179,Honolulu HI MSA +249,473,257,Houston TX CSA +249,474,172,Miami FL MSA +249,475,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +249,476,12,Chicago IL-IN-WI CSA (IL Part) +249,477,223,New York NY-NJ-CT-PA CSA (NY Part) +249,478,249,Memphis TN-MS-AR MSA (TN Part) +249,479,176,Atlanta GA-AL CSA (GA Part) +249,480,176,Atlanta GA-AL CSA (GA Part) +249,481,186,Indianapolis IN CSA +249,482,223,New York NY-NJ-CT-PA CSA (NY Part) +249,483,232,Cleveland OH CSA +249,484,249,Memphis TN-MS-AR MSA (TN Part) +249,485,12,Chicago IL-IN-WI CSA (IL Part) +249,486,257,Houston TX CSA +249,487,176,Atlanta GA-AL CSA (GA Part) +249,488,176,Atlanta GA-AL CSA (GA Part) +249,489,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +249,490,12,Chicago IL-IN-WI CSA (IL Part) +249,491,191,Louisville KY-IN CSA (KY Part) +250,274,232,Cleveland OH CSA +250,275,203,Detroit MI CSA +250,276,223,New York NY-NJ-CT-PA CSA (NY Part) +250,277,223,New York NY-NJ-CT-PA CSA (NY Part) +250,278,223,New York NY-NJ-CT-PA CSA (NY Part) +250,279,176,Atlanta GA-AL CSA (GA Part) +250,280,245,Charleston SC MSA +250,281,172,Miami FL MSA +250,282,191,Louisville KY-IN CSA (KY Part) +250,283,172,Miami FL MSA +250,284,159,Los Angeles CA CSA +250,285,12,Chicago IL-IN-WI CSA (IL Part) +250,286,176,Atlanta GA-AL CSA (GA Part) +250,287,172,Miami FL MSA +250,288,223,New York NY-NJ-CT-PA CSA (NY Part) +250,289,12,Chicago IL-IN-WI CSA (IL Part) +250,290,172,Miami FL MSA +250,291,217,New York NY-NJ-CT-PA CSA (NJ Part) +250,292,223,New York NY-NJ-CT-PA CSA (NY Part) +250,293,176,Atlanta GA-AL CSA (GA Part) +250,294,245,Charleston SC MSA +250,295,192,Remainder of Kentucky +250,296,176,Atlanta GA-AL CSA (GA Part) +250,297,172,Miami FL MSA +250,298,223,New York NY-NJ-CT-PA CSA (NY Part) +250,299,191,Louisville KY-IN CSA (KY Part) +250,300,172,Miami FL MSA +250,301,249,Memphis TN-MS-AR MSA (TN Part) +250,302,172,Miami FL MSA +250,303,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +250,304,223,New York NY-NJ-CT-PA CSA (NY Part) +250,305,169,Delaware +250,306,217,New York NY-NJ-CT-PA CSA (NJ Part) +250,307,223,New York NY-NJ-CT-PA CSA (NY Part) +250,308,176,Atlanta GA-AL CSA (GA Part) +250,309,223,New York NY-NJ-CT-PA CSA (NY Part) +250,310,191,Louisville KY-IN CSA (KY Part) +250,311,191,Louisville KY-IN CSA (KY Part) +250,312,172,Miami FL MSA +250,313,226,Charlotte NC-SC CSA (NC Part) +250,314,217,New York NY-NJ-CT-PA CSA (NJ Part) +250,315,195,New Orleans LA CSA +250,316,249,Memphis TN-MS-AR MSA (TN Part) +250,317,249,Memphis TN-MS-AR MSA (TN Part) +250,318,191,Louisville KY-IN CSA (KY Part) +250,319,172,Miami FL MSA +250,320,266,Washington DC-MD-VA-WV CSA (VA Part) +250,321,203,Detroit MI CSA +250,322,162,San Francisco CA CSA +250,323,176,Atlanta GA-AL CSA (GA Part) +250,324,217,New York NY-NJ-CT-PA CSA (NJ Part) +250,325,172,Miami FL MSA +250,326,172,Miami FL MSA +250,327,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +250,328,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +250,329,266,Washington DC-MD-VA-WV CSA (VA Part) +250,330,191,Louisville KY-IN CSA (KY Part) +250,331,223,New York NY-NJ-CT-PA CSA (NY Part) +250,332,173,Orlando FL CSA +250,333,173,Orlando FL CSA +250,334,172,Miami FL MSA +250,335,223,New York NY-NJ-CT-PA CSA (NY Part) +250,336,172,Miami FL MSA +250,337,176,Atlanta GA-AL CSA (GA Part) +250,338,176,Atlanta GA-AL CSA (GA Part) +250,339,203,Detroit MI CSA +250,340,223,New York NY-NJ-CT-PA CSA (NY Part) +250,341,172,Miami FL MSA +250,342,223,New York NY-NJ-CT-PA CSA (NY Part) +250,343,153,Remainder of Alabama +250,344,232,Cleveland OH CSA +250,345,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +250,346,172,Miami FL MSA +250,347,217,New York NY-NJ-CT-PA CSA (NJ Part) +250,348,231,Cincinnati OH-KY-IN CSA (OH Part) +250,349,217,New York NY-NJ-CT-PA CSA (NJ Part) +250,350,176,Atlanta GA-AL CSA (GA Part) +250,351,217,New York NY-NJ-CT-PA CSA (NJ Part) +250,352,186,Indianapolis IN CSA +250,353,266,Washington DC-MD-VA-WV CSA (VA Part) +250,354,192,Remainder of Kentucky +250,355,176,Atlanta GA-AL CSA (GA Part) +250,356,257,Houston TX CSA +250,357,176,Atlanta GA-AL CSA (GA Part) +250,358,217,New York NY-NJ-CT-PA CSA (NJ Part) +250,359,153,Remainder of Alabama +250,360,172,Miami FL MSA +250,361,172,Miami FL MSA +250,362,217,New York NY-NJ-CT-PA CSA (NJ Part) +250,363,176,Atlanta GA-AL CSA (GA Part) +250,364,176,Atlanta GA-AL CSA (GA Part) +250,365,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +250,366,217,New York NY-NJ-CT-PA CSA (NJ Part) +250,367,249,Memphis TN-MS-AR MSA (TN Part) +250,368,266,Washington DC-MD-VA-WV CSA (VA Part) +250,369,217,New York NY-NJ-CT-PA CSA (NJ Part) +250,370,203,Detroit MI CSA +250,371,12,Chicago IL-IN-WI CSA (IL Part) +250,372,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +250,373,226,Charlotte NC-SC CSA (NC Part) +250,374,12,Chicago IL-IN-WI CSA (IL Part) +250,375,217,New York NY-NJ-CT-PA CSA (NJ Part) +250,376,153,Remainder of Alabama +250,377,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +250,378,172,Miami FL MSA +250,379,249,Memphis TN-MS-AR MSA (TN Part) +250,380,249,Memphis TN-MS-AR MSA (TN Part) +250,381,192,Remainder of Kentucky +250,382,203,Detroit MI CSA +250,383,223,New York NY-NJ-CT-PA CSA (NY Part) +250,384,172,Miami FL MSA +250,385,232,Cleveland OH CSA +250,386,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +250,387,223,New York NY-NJ-CT-PA CSA (NY Part) +250,388,232,Cleveland OH CSA +250,389,191,Louisville KY-IN CSA (KY Part) +250,390,201,Boston MA-NH CSA (MA Part) +250,391,153,Remainder of Alabama +250,392,154,Alaska +250,393,176,Atlanta GA-AL CSA (GA Part) +250,394,266,Washington DC-MD-VA-WV CSA (VA Part) +250,395,191,Louisville KY-IN CSA (KY Part) +250,396,179,Honolulu HI MSA +250,397,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +250,398,176,Atlanta GA-AL CSA (GA Part) +250,399,257,Houston TX CSA +250,400,159,Los Angeles CA CSA +250,401,12,Chicago IL-IN-WI CSA (IL Part) +250,402,12,Chicago IL-IN-WI CSA (IL Part) +250,403,191,Louisville KY-IN CSA (KY Part) +250,404,217,New York NY-NJ-CT-PA CSA (NJ Part) +250,405,176,Atlanta GA-AL CSA (GA Part) +250,406,231,Cincinnati OH-KY-IN CSA (OH Part) +250,407,201,Boston MA-NH CSA (MA Part) +250,408,12,Chicago IL-IN-WI CSA (IL Part) +250,409,186,Indianapolis IN CSA +250,410,153,Remainder of Alabama +250,411,191,Louisville KY-IN CSA (KY Part) +250,412,223,New York NY-NJ-CT-PA CSA (NY Part) +250,413,159,Los Angeles CA CSA +250,414,172,Miami FL MSA +250,415,223,New York NY-NJ-CT-PA CSA (NY Part) +250,416,176,Atlanta GA-AL CSA (GA Part) +250,417,179,Honolulu HI MSA +250,418,154,Alaska +250,419,203,Detroit MI CSA +250,420,191,Louisville KY-IN CSA (KY Part) +250,421,223,New York NY-NJ-CT-PA CSA (NY Part) +250,422,12,Chicago IL-IN-WI CSA (IL Part) +250,423,223,New York NY-NJ-CT-PA CSA (NY Part) +250,424,172,Miami FL MSA +250,425,159,Los Angeles CA CSA +250,426,249,Memphis TN-MS-AR MSA (TN Part) +250,427,172,Miami FL MSA +250,428,12,Chicago IL-IN-WI CSA (IL Part) +250,429,257,Houston TX CSA +250,430,201,Boston MA-NH CSA (MA Part) +250,431,223,New York NY-NJ-CT-PA CSA (NY Part) +250,432,232,Cleveland OH CSA +250,433,191,Louisville KY-IN CSA (KY Part) +250,434,191,Louisville KY-IN CSA (KY Part) +250,435,223,New York NY-NJ-CT-PA CSA (NY Part) +250,436,217,New York NY-NJ-CT-PA CSA (NJ Part) +250,437,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +250,438,173,Orlando FL CSA +250,439,172,Miami FL MSA +250,440,172,Miami FL MSA +250,441,257,Houston TX CSA +250,442,169,Delaware +250,443,223,New York NY-NJ-CT-PA CSA (NY Part) +250,444,203,Detroit MI CSA +250,445,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +250,446,192,Remainder of Kentucky +250,447,266,Washington DC-MD-VA-WV CSA (VA Part) +250,448,176,Atlanta GA-AL CSA (GA Part) +250,449,154,Alaska +250,450,172,Miami FL MSA +250,451,266,Washington DC-MD-VA-WV CSA (VA Part) +250,452,12,Chicago IL-IN-WI CSA (IL Part) +250,453,162,San Francisco CA CSA +250,454,232,Cleveland OH CSA +250,455,172,Miami FL MSA +250,456,154,Alaska +250,457,12,Chicago IL-IN-WI CSA (IL Part) +250,458,12,Chicago IL-IN-WI CSA (IL Part) +250,459,176,Atlanta GA-AL CSA (GA Part) +250,460,266,Washington DC-MD-VA-WV CSA (VA Part) +250,461,153,Remainder of Alabama +250,462,176,Atlanta GA-AL CSA (GA Part) +250,463,176,Atlanta GA-AL CSA (GA Part) +250,464,223,New York NY-NJ-CT-PA CSA (NY Part) +250,465,217,New York NY-NJ-CT-PA CSA (NJ Part) +250,466,191,Louisville KY-IN CSA (KY Part) +250,467,217,New York NY-NJ-CT-PA CSA (NJ Part) +250,468,12,Chicago IL-IN-WI CSA (IL Part) +250,469,266,Washington DC-MD-VA-WV CSA (VA Part) +250,470,249,Memphis TN-MS-AR MSA (TN Part) +250,471,217,New York NY-NJ-CT-PA CSA (NJ Part) +250,472,257,Houston TX CSA +250,473,255,Dallas-Fort Worth TX CSA +250,474,176,Atlanta GA-AL CSA (GA Part) +250,475,217,New York NY-NJ-CT-PA CSA (NJ Part) +250,476,192,Remainder of Kentucky +250,477,217,New York NY-NJ-CT-PA CSA (NJ Part) +250,478,172,Miami FL MSA +250,479,195,New Orleans LA CSA +250,480,12,Chicago IL-IN-WI CSA (IL Part) +250,481,223,New York NY-NJ-CT-PA CSA (NY Part) +250,482,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +250,483,232,Cleveland OH CSA +250,484,172,Miami FL MSA +250,485,186,Indianapolis IN CSA +250,486,176,Atlanta GA-AL CSA (GA Part) +250,487,172,Miami FL MSA +250,488,203,Detroit MI CSA +250,489,176,Atlanta GA-AL CSA (GA Part) +250,490,186,Indianapolis IN CSA +250,491,176,Atlanta GA-AL CSA (GA Part) +251,274,12,Chicago IL-IN-WI CSA (IL Part) +251,275,266,Washington DC-MD-VA-WV CSA (VA Part) +251,276,232,Cleveland OH CSA +251,277,192,Remainder of Kentucky +251,278,266,Washington DC-MD-VA-WV CSA (VA Part) +251,279,176,Atlanta GA-AL CSA (GA Part) +251,280,176,Atlanta GA-AL CSA (GA Part) +251,281,172,Miami FL MSA +251,282,232,Cleveland OH CSA +251,283,172,Miami FL MSA +251,284,249,Memphis TN-MS-AR MSA (TN Part) +251,285,223,New York NY-NJ-CT-PA CSA (NY Part) +251,286,191,Louisville KY-IN CSA (KY Part) +251,287,172,Miami FL MSA +251,288,12,Chicago IL-IN-WI CSA (IL Part) +251,289,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +251,290,176,Atlanta GA-AL CSA (GA Part) +251,291,12,Chicago IL-IN-WI CSA (IL Part) +251,292,217,New York NY-NJ-CT-PA CSA (NJ Part) +251,293,172,Miami FL MSA +251,294,223,New York NY-NJ-CT-PA CSA (NY Part) +251,295,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +251,296,192,Remainder of Kentucky +251,297,176,Atlanta GA-AL CSA (GA Part) +251,298,266,Washington DC-MD-VA-WV CSA (VA Part) +251,299,176,Atlanta GA-AL CSA (GA Part) +251,300,176,Atlanta GA-AL CSA (GA Part) +251,301,176,Atlanta GA-AL CSA (GA Part) +251,302,172,Miami FL MSA +251,303,249,Memphis TN-MS-AR MSA (TN Part) +251,304,191,Louisville KY-IN CSA (KY Part) +251,305,176,Atlanta GA-AL CSA (GA Part) +251,306,223,New York NY-NJ-CT-PA CSA (NY Part) +251,307,192,Remainder of Kentucky +251,308,249,Memphis TN-MS-AR MSA (TN Part) +251,309,223,New York NY-NJ-CT-PA CSA (NY Part) +251,310,186,Indianapolis IN CSA +251,311,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +251,312,176,Atlanta GA-AL CSA (GA Part) +251,313,223,New York NY-NJ-CT-PA CSA (NY Part) +251,314,223,New York NY-NJ-CT-PA CSA (NY Part) +251,315,176,Atlanta GA-AL CSA (GA Part) +251,316,223,New York NY-NJ-CT-PA CSA (NY Part) +251,317,154,Alaska +251,318,223,New York NY-NJ-CT-PA CSA (NY Part) +251,319,172,Miami FL MSA +251,320,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +251,321,223,New York NY-NJ-CT-PA CSA (NY Part) +251,322,257,Houston TX CSA +251,323,176,Atlanta GA-AL CSA (GA Part) +251,324,186,Indianapolis IN CSA +251,325,176,Atlanta GA-AL CSA (GA Part) +251,326,172,Miami FL MSA +251,327,223,New York NY-NJ-CT-PA CSA (NY Part) +251,328,245,Charleston SC MSA +251,329,223,New York NY-NJ-CT-PA CSA (NY Part) +251,330,217,New York NY-NJ-CT-PA CSA (NJ Part) +251,331,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +251,332,172,Miami FL MSA +251,333,176,Atlanta GA-AL CSA (GA Part) +251,334,153,Remainder of Alabama +251,335,203,Detroit MI CSA +251,336,153,Remainder of Alabama +251,337,191,Louisville KY-IN CSA (KY Part) +251,338,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +251,339,266,Washington DC-MD-VA-WV CSA (VA Part) +251,340,266,Washington DC-MD-VA-WV CSA (VA Part) +251,341,172,Miami FL MSA +251,342,201,Boston MA-NH CSA (MA Part) +251,343,12,Chicago IL-IN-WI CSA (IL Part) +251,344,223,New York NY-NJ-CT-PA CSA (NY Part) +251,345,176,Atlanta GA-AL CSA (GA Part) +251,346,226,Charlotte NC-SC CSA (NC Part) +251,347,245,Charleston SC MSA +251,348,203,Detroit MI CSA +251,349,232,Cleveland OH CSA +251,350,217,New York NY-NJ-CT-PA CSA (NJ Part) +251,351,176,Atlanta GA-AL CSA (GA Part) +251,352,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +251,353,223,New York NY-NJ-CT-PA CSA (NY Part) +251,354,232,Cleveland OH CSA +251,355,176,Atlanta GA-AL CSA (GA Part) +251,356,176,Atlanta GA-AL CSA (GA Part) +251,357,217,New York NY-NJ-CT-PA CSA (NJ Part) +251,358,217,New York NY-NJ-CT-PA CSA (NJ Part) +251,359,172,Miami FL MSA +251,360,172,Miami FL MSA +251,361,195,New Orleans LA CSA +251,362,192,Remainder of Kentucky +251,363,172,Miami FL MSA +251,364,223,New York NY-NJ-CT-PA CSA (NY Part) +251,365,191,Louisville KY-IN CSA (KY Part) +251,366,231,Cincinnati OH-KY-IN CSA (OH Part) +251,367,154,Alaska +251,368,12,Chicago IL-IN-WI CSA (IL Part) +251,369,223,New York NY-NJ-CT-PA CSA (NY Part) +251,370,223,New York NY-NJ-CT-PA CSA (NY Part) +251,371,223,New York NY-NJ-CT-PA CSA (NY Part) +251,372,223,New York NY-NJ-CT-PA CSA (NY Part) +251,373,172,Miami FL MSA +251,374,12,Chicago IL-IN-WI CSA (IL Part) +251,375,201,Boston MA-NH CSA (MA Part) +251,376,12,Chicago IL-IN-WI CSA (IL Part) +251,377,217,New York NY-NJ-CT-PA CSA (NJ Part) +251,378,172,Miami FL MSA +251,379,217,New York NY-NJ-CT-PA CSA (NJ Part) +251,380,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +251,381,154,Alaska +251,382,223,New York NY-NJ-CT-PA CSA (NY Part) +251,383,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +251,384,176,Atlanta GA-AL CSA (GA Part) +251,385,266,Washington DC-MD-VA-WV CSA (VA Part) +251,386,201,Boston MA-NH CSA (MA Part) +251,387,12,Chicago IL-IN-WI CSA (IL Part) +251,388,176,Atlanta GA-AL CSA (GA Part) +251,389,176,Atlanta GA-AL CSA (GA Part) +251,390,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +251,391,223,New York NY-NJ-CT-PA CSA (NY Part) +251,392,176,Atlanta GA-AL CSA (GA Part) +251,393,245,Charleston SC MSA +251,394,176,Atlanta GA-AL CSA (GA Part) +251,395,223,New York NY-NJ-CT-PA CSA (NY Part) +251,396,12,Chicago IL-IN-WI CSA (IL Part) +251,397,176,Atlanta GA-AL CSA (GA Part) +251,398,176,Atlanta GA-AL CSA (GA Part) +251,399,257,Houston TX CSA +251,400,12,Chicago IL-IN-WI CSA (IL Part) +251,401,12,Chicago IL-IN-WI CSA (IL Part) +251,402,232,Cleveland OH CSA +251,403,249,Memphis TN-MS-AR MSA (TN Part) +251,404,226,Charlotte NC-SC CSA (NC Part) +251,405,172,Miami FL MSA +251,406,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +251,407,217,New York NY-NJ-CT-PA CSA (NJ Part) +251,408,186,Indianapolis IN CSA +251,409,176,Atlanta GA-AL CSA (GA Part) +251,410,268,Seattle WA CSA +251,411,12,Chicago IL-IN-WI CSA (IL Part) +251,412,217,New York NY-NJ-CT-PA CSA (NJ Part) +251,413,176,Atlanta GA-AL CSA (GA Part) +251,414,176,Atlanta GA-AL CSA (GA Part) +251,415,223,New York NY-NJ-CT-PA CSA (NY Part) +251,416,223,New York NY-NJ-CT-PA CSA (NY Part) +251,417,255,Dallas-Fort Worth TX CSA +251,418,154,Alaska +251,419,223,New York NY-NJ-CT-PA CSA (NY Part) +251,420,223,New York NY-NJ-CT-PA CSA (NY Part) +251,421,223,New York NY-NJ-CT-PA CSA (NY Part) +251,422,176,Atlanta GA-AL CSA (GA Part) +251,423,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +251,424,172,Miami FL MSA +251,425,249,Memphis TN-MS-AR MSA (TN Part) +251,426,226,Charlotte NC-SC CSA (NC Part) +251,427,176,Atlanta GA-AL CSA (GA Part) +251,428,154,Alaska +251,429,249,Memphis TN-MS-AR MSA (TN Part) +251,430,223,New York NY-NJ-CT-PA CSA (NY Part) +251,431,201,Boston MA-NH CSA (MA Part) +251,432,169,Delaware +251,433,223,New York NY-NJ-CT-PA CSA (NY Part) +251,434,223,New York NY-NJ-CT-PA CSA (NY Part) +251,435,203,Detroit MI CSA +251,436,266,Washington DC-MD-VA-WV CSA (VA Part) +251,437,223,New York NY-NJ-CT-PA CSA (NY Part) +251,438,176,Atlanta GA-AL CSA (GA Part) +251,439,176,Atlanta GA-AL CSA (GA Part) +251,440,172,Miami FL MSA +251,441,249,Memphis TN-MS-AR MSA (TN Part) +251,442,201,Boston MA-NH CSA (MA Part) +251,443,245,Charleston SC MSA +251,444,176,Atlanta GA-AL CSA (GA Part) +251,445,176,Atlanta GA-AL CSA (GA Part) +251,446,191,Louisville KY-IN CSA (KY Part) +251,447,226,Charlotte NC-SC CSA (NC Part) +251,448,172,Miami FL MSA +251,449,154,Alaska +251,450,172,Miami FL MSA +251,451,217,New York NY-NJ-CT-PA CSA (NJ Part) +251,452,223,New York NY-NJ-CT-PA CSA (NY Part) +251,453,176,Atlanta GA-AL CSA (GA Part) +251,454,266,Washington DC-MD-VA-WV CSA (VA Part) +251,455,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +251,456,186,Indianapolis IN CSA +251,457,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +251,458,217,New York NY-NJ-CT-PA CSA (NJ Part) +251,459,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +251,460,201,Boston MA-NH CSA (MA Part) +251,461,226,Charlotte NC-SC CSA (NC Part) +251,462,223,New York NY-NJ-CT-PA CSA (NY Part) +251,463,217,New York NY-NJ-CT-PA CSA (NJ Part) +251,464,191,Louisville KY-IN CSA (KY Part) +251,465,192,Remainder of Kentucky +251,466,203,Detroit MI CSA +251,467,232,Cleveland OH CSA +251,468,186,Indianapolis IN CSA +251,469,192,Remainder of Kentucky +251,470,255,Dallas-Fort Worth TX CSA +251,471,192,Remainder of Kentucky +251,472,176,Atlanta GA-AL CSA (GA Part) +251,473,249,Memphis TN-MS-AR MSA (TN Part) +251,474,172,Miami FL MSA +251,475,223,New York NY-NJ-CT-PA CSA (NY Part) +251,476,191,Louisville KY-IN CSA (KY Part) +251,477,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +251,478,153,Remainder of Alabama +251,479,159,Los Angeles CA CSA +251,480,217,New York NY-NJ-CT-PA CSA (NJ Part) +251,481,176,Atlanta GA-AL CSA (GA Part) +251,482,186,Indianapolis IN CSA +251,483,266,Washington DC-MD-VA-WV CSA (VA Part) +251,484,195,New Orleans LA CSA +251,485,217,New York NY-NJ-CT-PA CSA (NJ Part) +251,486,12,Chicago IL-IN-WI CSA (IL Part) +251,487,172,Miami FL MSA +251,488,12,Chicago IL-IN-WI CSA (IL Part) +251,489,223,New York NY-NJ-CT-PA CSA (NY Part) +251,490,191,Louisville KY-IN CSA (KY Part) +251,491,176,Atlanta GA-AL CSA (GA Part) +252,274,255,Dallas-Fort Worth TX CSA +252,275,223,New York NY-NJ-CT-PA CSA (NY Part) +252,276,257,Houston TX CSA +252,277,257,Houston TX CSA +252,278,172,Miami FL MSA +252,279,172,Miami FL MSA +252,280,153,Remainder of Alabama +252,281,172,Miami FL MSA +252,282,169,Delaware +252,283,172,Miami FL MSA +252,284,159,Los Angeles CA CSA +252,285,203,Detroit MI CSA +252,286,12,Chicago IL-IN-WI CSA (IL Part) +252,287,172,Miami FL MSA +252,288,12,Chicago IL-IN-WI CSA (IL Part) +252,289,255,Dallas-Fort Worth TX CSA +252,290,172,Miami FL MSA +252,291,12,Chicago IL-IN-WI CSA (IL Part) +252,292,217,New York NY-NJ-CT-PA CSA (NJ Part) +252,293,249,Memphis TN-MS-AR MSA (TN Part) +252,294,176,Atlanta GA-AL CSA (GA Part) +252,295,176,Atlanta GA-AL CSA (GA Part) +252,296,154,Alaska +252,297,172,Miami FL MSA +252,298,223,New York NY-NJ-CT-PA CSA (NY Part) +252,299,176,Atlanta GA-AL CSA (GA Part) +252,300,172,Miami FL MSA +252,301,223,New York NY-NJ-CT-PA CSA (NY Part) +252,302,172,Miami FL MSA +252,303,159,Los Angeles CA CSA +252,304,266,Washington DC-MD-VA-WV CSA (VA Part) +252,305,217,New York NY-NJ-CT-PA CSA (NJ Part) +252,306,172,Miami FL MSA +252,307,223,New York NY-NJ-CT-PA CSA (NY Part) +252,308,203,Detroit MI CSA +252,309,249,Memphis TN-MS-AR MSA (TN Part) +252,310,249,Memphis TN-MS-AR MSA (TN Part) +252,311,195,New Orleans LA CSA +252,312,172,Miami FL MSA +252,313,203,Detroit MI CSA +252,314,191,Louisville KY-IN CSA (KY Part) +252,315,173,Orlando FL CSA +252,316,159,Los Angeles CA CSA +252,317,154,Alaska +252,318,186,Indianapolis IN CSA +252,319,257,Houston TX CSA +252,320,176,Atlanta GA-AL CSA (GA Part) +252,321,176,Atlanta GA-AL CSA (GA Part) +252,322,255,Dallas-Fort Worth TX CSA +252,323,172,Miami FL MSA +252,324,201,Boston MA-NH CSA (MA Part) +252,325,172,Miami FL MSA +252,326,172,Miami FL MSA +252,327,223,New York NY-NJ-CT-PA CSA (NY Part) +252,328,255,Dallas-Fort Worth TX CSA +252,329,217,New York NY-NJ-CT-PA CSA (NJ Part) +252,330,217,New York NY-NJ-CT-PA CSA (NJ Part) +252,331,266,Washington DC-MD-VA-WV CSA (VA Part) +252,332,172,Miami FL MSA +252,333,172,Miami FL MSA +252,334,172,Miami FL MSA +252,335,245,Charleston SC MSA +252,336,172,Miami FL MSA +252,337,226,Charlotte NC-SC CSA (NC Part) +252,338,12,Chicago IL-IN-WI CSA (IL Part) +252,339,12,Chicago IL-IN-WI CSA (IL Part) +252,340,266,Washington DC-MD-VA-WV CSA (VA Part) +252,341,255,Dallas-Fort Worth TX CSA +252,342,12,Chicago IL-IN-WI CSA (IL Part) +252,343,255,Dallas-Fort Worth TX CSA +252,344,255,Dallas-Fort Worth TX CSA +252,345,195,New Orleans LA CSA +252,346,176,Atlanta GA-AL CSA (GA Part) +252,347,176,Atlanta GA-AL CSA (GA Part) +252,348,172,Miami FL MSA +252,349,223,New York NY-NJ-CT-PA CSA (NY Part) +252,350,257,Houston TX CSA +252,351,223,New York NY-NJ-CT-PA CSA (NY Part) +252,352,257,Houston TX CSA +252,353,12,Chicago IL-IN-WI CSA (IL Part) +252,354,186,Indianapolis IN CSA +252,355,257,Houston TX CSA +252,356,249,Memphis TN-MS-AR MSA (TN Part) +252,357,172,Miami FL MSA +252,358,255,Dallas-Fort Worth TX CSA +252,359,172,Miami FL MSA +252,360,257,Houston TX CSA +252,361,172,Miami FL MSA +252,362,217,New York NY-NJ-CT-PA CSA (NJ Part) +252,363,257,Houston TX CSA +252,364,217,New York NY-NJ-CT-PA CSA (NJ Part) +252,365,217,New York NY-NJ-CT-PA CSA (NJ Part) +252,366,12,Chicago IL-IN-WI CSA (IL Part) +252,367,162,San Francisco CA CSA +252,368,266,Washington DC-MD-VA-WV CSA (VA Part) +252,369,12,Chicago IL-IN-WI CSA (IL Part) +252,370,223,New York NY-NJ-CT-PA CSA (NY Part) +252,371,217,New York NY-NJ-CT-PA CSA (NJ Part) +252,372,257,Houston TX CSA +252,373,172,Miami FL MSA +252,374,159,Los Angeles CA CSA +252,375,176,Atlanta GA-AL CSA (GA Part) +252,376,12,Chicago IL-IN-WI CSA (IL Part) +252,377,223,New York NY-NJ-CT-PA CSA (NY Part) +252,378,226,Charlotte NC-SC CSA (NC Part) +252,379,257,Houston TX CSA +252,380,217,New York NY-NJ-CT-PA CSA (NJ Part) +252,381,255,Dallas-Fort Worth TX CSA +252,382,12,Chicago IL-IN-WI CSA (IL Part) +252,383,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +252,384,172,Miami FL MSA +252,385,266,Washington DC-MD-VA-WV CSA (VA Part) +252,386,217,New York NY-NJ-CT-PA CSA (NJ Part) +252,387,232,Cleveland OH CSA +252,388,195,New Orleans LA CSA +252,389,266,Washington DC-MD-VA-WV CSA (VA Part) +252,390,176,Atlanta GA-AL CSA (GA Part) +252,391,255,Dallas-Fort Worth TX CSA +252,392,154,Alaska +252,393,12,Chicago IL-IN-WI CSA (IL Part) +252,394,172,Miami FL MSA +252,395,176,Atlanta GA-AL CSA (GA Part) +252,396,159,Los Angeles CA CSA +252,397,173,Orlando FL CSA +252,398,12,Chicago IL-IN-WI CSA (IL Part) +252,399,249,Memphis TN-MS-AR MSA (TN Part) +252,400,154,Alaska +252,401,203,Detroit MI CSA +252,402,266,Washington DC-MD-VA-WV CSA (VA Part) +252,403,159,Los Angeles CA CSA +252,404,223,New York NY-NJ-CT-PA CSA (NY Part) +252,405,172,Miami FL MSA +252,406,266,Washington DC-MD-VA-WV CSA (VA Part) +252,407,217,New York NY-NJ-CT-PA CSA (NJ Part) +252,408,268,Seattle WA CSA +252,409,257,Houston TX CSA +252,410,162,San Francisco CA CSA +252,411,153,Remainder of Alabama +252,412,257,Houston TX CSA +252,413,159,Los Angeles CA CSA +252,414,172,Miami FL MSA +252,415,249,Memphis TN-MS-AR MSA (TN Part) +252,416,172,Miami FL MSA +252,417,255,Dallas-Fort Worth TX CSA +252,418,159,Los Angeles CA CSA +252,419,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +252,420,223,New York NY-NJ-CT-PA CSA (NY Part) +252,421,223,New York NY-NJ-CT-PA CSA (NY Part) +252,422,159,Los Angeles CA CSA +252,423,217,New York NY-NJ-CT-PA CSA (NJ Part) +252,424,172,Miami FL MSA +252,425,255,Dallas-Fort Worth TX CSA +252,426,176,Atlanta GA-AL CSA (GA Part) +252,427,172,Miami FL MSA +252,428,255,Dallas-Fort Worth TX CSA +252,429,159,Los Angeles CA CSA +252,430,223,New York NY-NJ-CT-PA CSA (NY Part) +252,431,226,Charlotte NC-SC CSA (NC Part) +252,432,191,Louisville KY-IN CSA (KY Part) +252,433,176,Atlanta GA-AL CSA (GA Part) +252,434,176,Atlanta GA-AL CSA (GA Part) +252,435,257,Houston TX CSA +252,436,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +252,437,173,Orlando FL CSA +252,438,172,Miami FL MSA +252,439,176,Atlanta GA-AL CSA (GA Part) +252,440,173,Orlando FL CSA +252,441,159,Los Angeles CA CSA +252,442,257,Houston TX CSA +252,443,249,Memphis TN-MS-AR MSA (TN Part) +252,444,231,Cincinnati OH-KY-IN CSA (OH Part) +252,445,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +252,446,186,Indianapolis IN CSA +252,447,176,Atlanta GA-AL CSA (GA Part) +252,448,249,Memphis TN-MS-AR MSA (TN Part) +252,449,159,Los Angeles CA CSA +252,450,176,Atlanta GA-AL CSA (GA Part) +252,451,223,New York NY-NJ-CT-PA CSA (NY Part) +252,452,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +252,453,162,San Francisco CA CSA +252,454,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +252,455,249,Memphis TN-MS-AR MSA (TN Part) +252,456,268,Seattle WA CSA +252,457,12,Chicago IL-IN-WI CSA (IL Part) +252,458,249,Memphis TN-MS-AR MSA (TN Part) +252,459,249,Memphis TN-MS-AR MSA (TN Part) +252,460,217,New York NY-NJ-CT-PA CSA (NJ Part) +252,461,172,Miami FL MSA +252,462,257,Houston TX CSA +252,463,231,Cincinnati OH-KY-IN CSA (OH Part) +252,464,176,Atlanta GA-AL CSA (GA Part) +252,465,12,Chicago IL-IN-WI CSA (IL Part) +252,466,12,Chicago IL-IN-WI CSA (IL Part) +252,467,176,Atlanta GA-AL CSA (GA Part) +252,468,162,San Francisco CA CSA +252,469,201,Boston MA-NH CSA (MA Part) +252,470,162,San Francisco CA CSA +252,471,249,Memphis TN-MS-AR MSA (TN Part) +252,472,159,Los Angeles CA CSA +252,473,257,Houston TX CSA +252,474,173,Orlando FL CSA +252,475,257,Houston TX CSA +252,476,12,Chicago IL-IN-WI CSA (IL Part) +252,477,176,Atlanta GA-AL CSA (GA Part) +252,478,257,Houston TX CSA +252,479,159,Los Angeles CA CSA +252,480,191,Louisville KY-IN CSA (KY Part) +252,481,266,Washington DC-MD-VA-WV CSA (VA Part) +252,482,231,Cincinnati OH-KY-IN CSA (OH Part) +252,483,257,Houston TX CSA +252,484,172,Miami FL MSA +252,485,12,Chicago IL-IN-WI CSA (IL Part) +252,486,159,Los Angeles CA CSA +252,487,172,Miami FL MSA +252,488,154,Alaska +252,489,217,New York NY-NJ-CT-PA CSA (NJ Part) +252,490,172,Miami FL MSA +252,491,186,Indianapolis IN CSA +253,274,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +253,275,12,Chicago IL-IN-WI CSA (IL Part) +253,276,223,New York NY-NJ-CT-PA CSA (NY Part) +253,277,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +253,278,176,Atlanta GA-AL CSA (GA Part) +253,279,172,Miami FL MSA +253,280,172,Miami FL MSA +253,281,172,Miami FL MSA +253,282,257,Houston TX CSA +253,283,172,Miami FL MSA +253,284,257,Houston TX CSA +253,285,217,New York NY-NJ-CT-PA CSA (NJ Part) +253,286,266,Washington DC-MD-VA-WV CSA (VA Part) +253,287,172,Miami FL MSA +253,288,223,New York NY-NJ-CT-PA CSA (NY Part) +253,289,223,New York NY-NJ-CT-PA CSA (NY Part) +253,290,257,Houston TX CSA +253,291,223,New York NY-NJ-CT-PA CSA (NY Part) +253,292,217,New York NY-NJ-CT-PA CSA (NJ Part) +253,293,173,Orlando FL CSA +253,294,266,Washington DC-MD-VA-WV CSA (VA Part) +253,295,195,New Orleans LA CSA +253,296,249,Memphis TN-MS-AR MSA (TN Part) +253,297,172,Miami FL MSA +253,298,217,New York NY-NJ-CT-PA CSA (NJ Part) +253,299,176,Atlanta GA-AL CSA (GA Part) +253,300,172,Miami FL MSA +253,301,153,Remainder of Alabama +253,302,172,Miami FL MSA +253,303,159,Los Angeles CA CSA +253,304,266,Washington DC-MD-VA-WV CSA (VA Part) +253,305,176,Atlanta GA-AL CSA (GA Part) +253,306,217,New York NY-NJ-CT-PA CSA (NJ Part) +253,307,172,Miami FL MSA +253,308,164,Denver CO CSA +253,309,266,Washington DC-MD-VA-WV CSA (VA Part) +253,310,249,Memphis TN-MS-AR MSA (TN Part) +253,311,257,Houston TX CSA +253,312,172,Miami FL MSA +253,313,12,Chicago IL-IN-WI CSA (IL Part) +253,314,249,Memphis TN-MS-AR MSA (TN Part) +253,315,173,Orlando FL CSA +253,316,257,Houston TX CSA +253,317,162,San Francisco CA CSA +253,318,249,Memphis TN-MS-AR MSA (TN Part) +253,319,173,Orlando FL CSA +253,320,172,Miami FL MSA +253,321,257,Houston TX CSA +253,322,179,Honolulu HI MSA +253,323,176,Atlanta GA-AL CSA (GA Part) +253,324,266,Washington DC-MD-VA-WV CSA (VA Part) +253,325,172,Miami FL MSA +253,326,153,Remainder of Alabama +253,327,217,New York NY-NJ-CT-PA CSA (NJ Part) +253,328,257,Houston TX CSA +253,329,223,New York NY-NJ-CT-PA CSA (NY Part) +253,330,201,Boston MA-NH CSA (MA Part) +253,331,232,Cleveland OH CSA +253,332,172,Miami FL MSA +253,333,172,Miami FL MSA +253,334,172,Miami FL MSA +253,335,223,New York NY-NJ-CT-PA CSA (NY Part) +253,336,255,Dallas-Fort Worth TX CSA +253,337,172,Miami FL MSA +253,338,249,Memphis TN-MS-AR MSA (TN Part) +253,339,12,Chicago IL-IN-WI CSA (IL Part) +253,340,223,New York NY-NJ-CT-PA CSA (NY Part) +253,341,172,Miami FL MSA +253,342,249,Memphis TN-MS-AR MSA (TN Part) +253,343,159,Los Angeles CA CSA +253,344,249,Memphis TN-MS-AR MSA (TN Part) +253,345,201,Boston MA-NH CSA (MA Part) +253,346,195,New Orleans LA CSA +253,347,176,Atlanta GA-AL CSA (GA Part) +253,348,172,Miami FL MSA +253,349,12,Chicago IL-IN-WI CSA (IL Part) +253,350,191,Louisville KY-IN CSA (KY Part) +253,351,172,Miami FL MSA +253,352,249,Memphis TN-MS-AR MSA (TN Part) +253,353,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +253,354,192,Remainder of Kentucky +253,355,172,Miami FL MSA +253,356,257,Houston TX CSA +253,357,249,Memphis TN-MS-AR MSA (TN Part) +253,358,172,Miami FL MSA +253,359,257,Houston TX CSA +253,360,172,Miami FL MSA +253,361,172,Miami FL MSA +253,362,249,Memphis TN-MS-AR MSA (TN Part) +253,363,172,Miami FL MSA +253,364,266,Washington DC-MD-VA-WV CSA (VA Part) +253,365,217,New York NY-NJ-CT-PA CSA (NJ Part) +253,366,223,New York NY-NJ-CT-PA CSA (NY Part) +253,367,159,Los Angeles CA CSA +253,368,201,Boston MA-NH CSA (MA Part) +253,369,226,Charlotte NC-SC CSA (NC Part) +253,370,223,New York NY-NJ-CT-PA CSA (NY Part) +253,371,217,New York NY-NJ-CT-PA CSA (NJ Part) +253,372,266,Washington DC-MD-VA-WV CSA (VA Part) +253,373,172,Miami FL MSA +253,374,162,San Francisco CA CSA +253,375,12,Chicago IL-IN-WI CSA (IL Part) +253,376,12,Chicago IL-IN-WI CSA (IL Part) +253,377,176,Atlanta GA-AL CSA (GA Part) +253,378,257,Houston TX CSA +253,379,192,Remainder of Kentucky +253,380,203,Detroit MI CSA +253,381,154,Alaska +253,382,203,Detroit MI CSA +253,383,12,Chicago IL-IN-WI CSA (IL Part) +253,384,172,Miami FL MSA +253,385,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +253,386,249,Memphis TN-MS-AR MSA (TN Part) +253,387,176,Atlanta GA-AL CSA (GA Part) +253,388,176,Atlanta GA-AL CSA (GA Part) +253,389,223,New York NY-NJ-CT-PA CSA (NY Part) +253,390,249,Memphis TN-MS-AR MSA (TN Part) +253,391,257,Houston TX CSA +253,392,154,Alaska +253,393,249,Memphis TN-MS-AR MSA (TN Part) +253,394,172,Miami FL MSA +253,395,176,Atlanta GA-AL CSA (GA Part) +253,396,159,Los Angeles CA CSA +253,397,257,Houston TX CSA +253,398,191,Louisville KY-IN CSA (KY Part) +253,399,249,Memphis TN-MS-AR MSA (TN Part) +253,400,162,San Francisco CA CSA +253,401,12,Chicago IL-IN-WI CSA (IL Part) +253,402,217,New York NY-NJ-CT-PA CSA (NJ Part) +253,403,176,Atlanta GA-AL CSA (GA Part) +253,404,223,New York NY-NJ-CT-PA CSA (NY Part) +253,405,172,Miami FL MSA +253,406,195,New Orleans LA CSA +253,407,153,Remainder of Alabama +253,408,154,Alaska +253,409,223,New York NY-NJ-CT-PA CSA (NY Part) +253,410,159,Los Angeles CA CSA +253,411,192,Remainder of Kentucky +253,412,217,New York NY-NJ-CT-PA CSA (NJ Part) +253,413,159,Los Angeles CA CSA +253,414,172,Miami FL MSA +253,415,12,Chicago IL-IN-WI CSA (IL Part) +253,416,172,Miami FL MSA +253,417,153,Remainder of Alabama +253,418,249,Memphis TN-MS-AR MSA (TN Part) +253,419,223,New York NY-NJ-CT-PA CSA (NY Part) +253,420,176,Atlanta GA-AL CSA (GA Part) +253,421,255,Dallas-Fort Worth TX CSA +253,422,159,Los Angeles CA CSA +253,423,223,New York NY-NJ-CT-PA CSA (NY Part) +253,424,172,Miami FL MSA +253,425,159,Los Angeles CA CSA +253,426,172,Miami FL MSA +253,427,172,Miami FL MSA +253,428,159,Los Angeles CA CSA +253,429,257,Houston TX CSA +253,430,223,New York NY-NJ-CT-PA CSA (NY Part) +253,431,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +253,432,217,New York NY-NJ-CT-PA CSA (NJ Part) +253,433,172,Miami FL MSA +253,434,257,Houston TX CSA +253,435,257,Houston TX CSA +253,436,223,New York NY-NJ-CT-PA CSA (NY Part) +253,437,176,Atlanta GA-AL CSA (GA Part) +253,438,172,Miami FL MSA +253,439,172,Miami FL MSA +253,440,172,Miami FL MSA +253,441,164,Denver CO CSA +253,442,266,Washington DC-MD-VA-WV CSA (VA Part) +253,443,223,New York NY-NJ-CT-PA CSA (NY Part) +253,444,176,Atlanta GA-AL CSA (GA Part) +253,445,223,New York NY-NJ-CT-PA CSA (NY Part) +253,446,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +253,447,249,Memphis TN-MS-AR MSA (TN Part) +253,448,249,Memphis TN-MS-AR MSA (TN Part) +253,449,249,Memphis TN-MS-AR MSA (TN Part) +253,450,172,Miami FL MSA +253,451,223,New York NY-NJ-CT-PA CSA (NY Part) +253,452,266,Washington DC-MD-VA-WV CSA (VA Part) +253,453,159,Los Angeles CA CSA +253,454,223,New York NY-NJ-CT-PA CSA (NY Part) +253,455,176,Atlanta GA-AL CSA (GA Part) +253,456,159,Los Angeles CA CSA +253,457,217,New York NY-NJ-CT-PA CSA (NJ Part) +253,458,223,New York NY-NJ-CT-PA CSA (NY Part) +253,459,232,Cleveland OH CSA +253,460,245,Charleston SC MSA +253,461,257,Houston TX CSA +253,462,176,Atlanta GA-AL CSA (GA Part) +253,463,153,Remainder of Alabama +253,464,255,Dallas-Fort Worth TX CSA +253,465,255,Dallas-Fort Worth TX CSA +253,466,223,New York NY-NJ-CT-PA CSA (NY Part) +253,467,12,Chicago IL-IN-WI CSA (IL Part) +253,468,268,Seattle WA CSA +253,469,191,Louisville KY-IN CSA (KY Part) +253,470,179,Honolulu HI MSA +253,471,223,New York NY-NJ-CT-PA CSA (NY Part) +253,472,179,Honolulu HI MSA +253,473,255,Dallas-Fort Worth TX CSA +253,474,172,Miami FL MSA +253,475,257,Houston TX CSA +253,476,203,Detroit MI CSA +253,477,249,Memphis TN-MS-AR MSA (TN Part) +253,478,172,Miami FL MSA +253,479,179,Honolulu HI MSA +253,480,176,Atlanta GA-AL CSA (GA Part) +253,481,223,New York NY-NJ-CT-PA CSA (NY Part) +253,482,266,Washington DC-MD-VA-WV CSA (VA Part) +253,483,217,New York NY-NJ-CT-PA CSA (NJ Part) +253,484,172,Miami FL MSA +253,485,195,New Orleans LA CSA +253,486,179,Honolulu HI MSA +253,487,172,Miami FL MSA +253,488,257,Houston TX CSA +253,489,217,New York NY-NJ-CT-PA CSA (NJ Part) +253,490,195,New Orleans LA CSA +253,491,153,Remainder of Alabama +254,274,266,Washington DC-MD-VA-WV CSA (VA Part) +254,275,223,New York NY-NJ-CT-PA CSA (NY Part) +254,276,249,Memphis TN-MS-AR MSA (TN Part) +254,277,203,Detroit MI CSA +254,278,217,New York NY-NJ-CT-PA CSA (NJ Part) +254,279,257,Houston TX CSA +254,280,172,Miami FL MSA +254,281,176,Atlanta GA-AL CSA (GA Part) +254,282,249,Memphis TN-MS-AR MSA (TN Part) +254,283,172,Miami FL MSA +254,284,159,Los Angeles CA CSA +254,285,217,New York NY-NJ-CT-PA CSA (NJ Part) +254,286,249,Memphis TN-MS-AR MSA (TN Part) +254,287,172,Miami FL MSA +254,288,12,Chicago IL-IN-WI CSA (IL Part) +254,289,12,Chicago IL-IN-WI CSA (IL Part) +254,290,172,Miami FL MSA +254,291,186,Indianapolis IN CSA +254,292,255,Dallas-Fort Worth TX CSA +254,293,172,Miami FL MSA +254,294,266,Washington DC-MD-VA-WV CSA (VA Part) +254,295,176,Atlanta GA-AL CSA (GA Part) +254,296,191,Louisville KY-IN CSA (KY Part) +254,297,172,Miami FL MSA +254,298,203,Detroit MI CSA +254,299,249,Memphis TN-MS-AR MSA (TN Part) +254,300,172,Miami FL MSA +254,301,217,New York NY-NJ-CT-PA CSA (NJ Part) +254,302,176,Atlanta GA-AL CSA (GA Part) +254,303,159,Los Angeles CA CSA +254,304,176,Atlanta GA-AL CSA (GA Part) +254,305,172,Miami FL MSA +254,306,195,New Orleans LA CSA +254,307,255,Dallas-Fort Worth TX CSA +254,308,12,Chicago IL-IN-WI CSA (IL Part) +254,309,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +254,310,164,Denver CO CSA +254,311,223,New York NY-NJ-CT-PA CSA (NY Part) +254,312,172,Miami FL MSA +254,313,169,Delaware +254,314,223,New York NY-NJ-CT-PA CSA (NY Part) +254,315,257,Houston TX CSA +254,316,154,Alaska +254,317,154,Alaska +254,318,162,San Francisco CA CSA +254,319,172,Miami FL MSA +254,320,249,Memphis TN-MS-AR MSA (TN Part) +254,321,153,Remainder of Alabama +254,322,159,Los Angeles CA CSA +254,323,195,New Orleans LA CSA +254,324,195,New Orleans LA CSA +254,325,153,Remainder of Alabama +254,326,172,Miami FL MSA +254,327,203,Detroit MI CSA +254,328,12,Chicago IL-IN-WI CSA (IL Part) +254,329,217,New York NY-NJ-CT-PA CSA (NJ Part) +254,330,217,New York NY-NJ-CT-PA CSA (NJ Part) +254,331,223,New York NY-NJ-CT-PA CSA (NY Part) +254,332,195,New Orleans LA CSA +254,333,172,Miami FL MSA +254,334,172,Miami FL MSA +254,335,12,Chicago IL-IN-WI CSA (IL Part) +254,336,172,Miami FL MSA +254,337,257,Houston TX CSA +254,338,249,Memphis TN-MS-AR MSA (TN Part) +254,339,255,Dallas-Fort Worth TX CSA +254,340,223,New York NY-NJ-CT-PA CSA (NY Part) +254,341,172,Miami FL MSA +254,342,223,New York NY-NJ-CT-PA CSA (NY Part) +254,343,255,Dallas-Fort Worth TX CSA +254,344,257,Houston TX CSA +254,345,12,Chicago IL-IN-WI CSA (IL Part) +254,346,249,Memphis TN-MS-AR MSA (TN Part) +254,347,176,Atlanta GA-AL CSA (GA Part) +254,348,257,Houston TX CSA +254,349,223,New York NY-NJ-CT-PA CSA (NY Part) +254,350,203,Detroit MI CSA +254,351,176,Atlanta GA-AL CSA (GA Part) +254,352,201,Boston MA-NH CSA (MA Part) +254,353,201,Boston MA-NH CSA (MA Part) +254,354,203,Detroit MI CSA +254,355,172,Miami FL MSA +254,356,195,New Orleans LA CSA +254,357,217,New York NY-NJ-CT-PA CSA (NJ Part) +254,358,176,Atlanta GA-AL CSA (GA Part) +254,359,172,Miami FL MSA +254,360,257,Houston TX CSA +254,361,172,Miami FL MSA +254,362,186,Indianapolis IN CSA +254,363,257,Houston TX CSA +254,364,217,New York NY-NJ-CT-PA CSA (NJ Part) +254,365,191,Louisville KY-IN CSA (KY Part) +254,366,255,Dallas-Fort Worth TX CSA +254,367,162,San Francisco CA CSA +254,368,176,Atlanta GA-AL CSA (GA Part) +254,369,176,Atlanta GA-AL CSA (GA Part) +254,370,223,New York NY-NJ-CT-PA CSA (NY Part) +254,371,255,Dallas-Fort Worth TX CSA +254,372,176,Atlanta GA-AL CSA (GA Part) +254,373,172,Miami FL MSA +254,374,154,Alaska +254,375,186,Indianapolis IN CSA +254,376,186,Indianapolis IN CSA +254,377,223,New York NY-NJ-CT-PA CSA (NY Part) +254,378,172,Miami FL MSA +254,379,266,Washington DC-MD-VA-WV CSA (VA Part) +254,380,249,Memphis TN-MS-AR MSA (TN Part) +254,381,154,Alaska +254,382,191,Louisville KY-IN CSA (KY Part) +254,383,217,New York NY-NJ-CT-PA CSA (NJ Part) +254,384,172,Miami FL MSA +254,385,257,Houston TX CSA +254,386,257,Houston TX CSA +254,387,217,New York NY-NJ-CT-PA CSA (NJ Part) +254,388,249,Memphis TN-MS-AR MSA (TN Part) +254,389,223,New York NY-NJ-CT-PA CSA (NY Part) +254,390,176,Atlanta GA-AL CSA (GA Part) +254,391,172,Miami FL MSA +254,392,154,Alaska +254,393,12,Chicago IL-IN-WI CSA (IL Part) +254,394,169,Delaware +254,395,257,Houston TX CSA +254,396,255,Dallas-Fort Worth TX CSA +254,397,257,Houston TX CSA +254,398,223,New York NY-NJ-CT-PA CSA (NY Part) +254,399,255,Dallas-Fort Worth TX CSA +254,400,159,Los Angeles CA CSA +254,401,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +254,402,191,Louisville KY-IN CSA (KY Part) +254,403,249,Memphis TN-MS-AR MSA (TN Part) +254,404,255,Dallas-Fort Worth TX CSA +254,405,257,Houston TX CSA +254,406,172,Miami FL MSA +254,407,223,New York NY-NJ-CT-PA CSA (NY Part) +254,408,203,Detroit MI CSA +254,409,226,Charlotte NC-SC CSA (NC Part) +254,410,159,Los Angeles CA CSA +254,411,257,Houston TX CSA +254,412,217,New York NY-NJ-CT-PA CSA (NJ Part) +254,413,162,San Francisco CA CSA +254,414,255,Dallas-Fort Worth TX CSA +254,415,191,Louisville KY-IN CSA (KY Part) +254,416,172,Miami FL MSA +254,417,159,Los Angeles CA CSA +254,418,154,Alaska +254,419,255,Dallas-Fort Worth TX CSA +254,420,217,New York NY-NJ-CT-PA CSA (NJ Part) +254,421,249,Memphis TN-MS-AR MSA (TN Part) +254,422,162,San Francisco CA CSA +254,423,223,New York NY-NJ-CT-PA CSA (NY Part) +254,424,172,Miami FL MSA +254,425,159,Los Angeles CA CSA +254,426,172,Miami FL MSA +254,427,172,Miami FL MSA +254,428,162,San Francisco CA CSA +254,429,249,Memphis TN-MS-AR MSA (TN Part) +254,430,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +254,431,186,Indianapolis IN CSA +254,432,255,Dallas-Fort Worth TX CSA +254,433,176,Atlanta GA-AL CSA (GA Part) +254,434,223,New York NY-NJ-CT-PA CSA (NY Part) +254,435,268,Seattle WA CSA +254,436,249,Memphis TN-MS-AR MSA (TN Part) +254,437,257,Houston TX CSA +254,438,172,Miami FL MSA +254,439,172,Miami FL MSA +254,440,172,Miami FL MSA +254,441,162,San Francisco CA CSA +254,442,266,Washington DC-MD-VA-WV CSA (VA Part) +254,443,195,New Orleans LA CSA +254,444,217,New York NY-NJ-CT-PA CSA (NJ Part) +254,445,172,Miami FL MSA +254,446,12,Chicago IL-IN-WI CSA (IL Part) +254,447,192,Remainder of Kentucky +254,448,223,New York NY-NJ-CT-PA CSA (NY Part) +254,449,154,Alaska +254,450,172,Miami FL MSA +254,451,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +254,452,255,Dallas-Fort Worth TX CSA +254,453,159,Los Angeles CA CSA +254,454,12,Chicago IL-IN-WI CSA (IL Part) +254,455,255,Dallas-Fort Worth TX CSA +254,456,12,Chicago IL-IN-WI CSA (IL Part) +254,457,176,Atlanta GA-AL CSA (GA Part) +254,458,12,Chicago IL-IN-WI CSA (IL Part) +254,459,176,Atlanta GA-AL CSA (GA Part) +254,460,266,Washington DC-MD-VA-WV CSA (VA Part) +254,461,176,Atlanta GA-AL CSA (GA Part) +254,462,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +254,463,217,New York NY-NJ-CT-PA CSA (NJ Part) +254,464,223,New York NY-NJ-CT-PA CSA (NY Part) +254,465,217,New York NY-NJ-CT-PA CSA (NJ Part) +254,466,223,New York NY-NJ-CT-PA CSA (NY Part) +254,467,217,New York NY-NJ-CT-PA CSA (NJ Part) +254,468,159,Los Angeles CA CSA +254,469,223,New York NY-NJ-CT-PA CSA (NY Part) +254,470,12,Chicago IL-IN-WI CSA (IL Part) +254,471,173,Orlando FL CSA +254,472,159,Los Angeles CA CSA +254,473,159,Los Angeles CA CSA +254,474,172,Miami FL MSA +254,475,172,Miami FL MSA +254,476,223,New York NY-NJ-CT-PA CSA (NY Part) +254,477,255,Dallas-Fort Worth TX CSA +254,478,172,Miami FL MSA +254,479,162,San Francisco CA CSA +254,480,172,Miami FL MSA +254,481,176,Atlanta GA-AL CSA (GA Part) +254,482,169,Delaware +254,483,12,Chicago IL-IN-WI CSA (IL Part) +254,484,172,Miami FL MSA +254,485,232,Cleveland OH CSA +254,486,159,Los Angeles CA CSA +254,487,172,Miami FL MSA +254,488,268,Seattle WA CSA +254,489,232,Cleveland OH CSA +254,490,195,New Orleans LA CSA +254,491,172,Miami FL MSA +255,274,12,Chicago IL-IN-WI CSA (IL Part) +255,275,217,New York NY-NJ-CT-PA CSA (NJ Part) +255,276,217,New York NY-NJ-CT-PA CSA (NJ Part) +255,277,217,New York NY-NJ-CT-PA CSA (NJ Part) +255,278,226,Charlotte NC-SC CSA (NC Part) +255,279,172,Miami FL MSA +255,280,172,Miami FL MSA +255,281,176,Atlanta GA-AL CSA (GA Part) +255,282,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +255,283,257,Houston TX CSA +255,284,162,San Francisco CA CSA +255,285,191,Louisville KY-IN CSA (KY Part) +255,286,223,New York NY-NJ-CT-PA CSA (NY Part) +255,287,172,Miami FL MSA +255,288,12,Chicago IL-IN-WI CSA (IL Part) +255,289,12,Chicago IL-IN-WI CSA (IL Part) +255,290,257,Houston TX CSA +255,291,223,New York NY-NJ-CT-PA CSA (NY Part) +255,292,232,Cleveland OH CSA +255,293,195,New Orleans LA CSA +255,294,191,Louisville KY-IN CSA (KY Part) +255,295,191,Louisville KY-IN CSA (KY Part) +255,296,12,Chicago IL-IN-WI CSA (IL Part) +255,297,255,Dallas-Fort Worth TX CSA +255,298,223,New York NY-NJ-CT-PA CSA (NY Part) +255,299,176,Atlanta GA-AL CSA (GA Part) +255,300,255,Dallas-Fort Worth TX CSA +255,301,255,Dallas-Fort Worth TX CSA +255,302,172,Miami FL MSA +255,303,154,Alaska +255,304,266,Washington DC-MD-VA-WV CSA (VA Part) +255,305,191,Louisville KY-IN CSA (KY Part) +255,306,203,Detroit MI CSA +255,307,266,Washington DC-MD-VA-WV CSA (VA Part) +255,308,154,Alaska +255,309,172,Miami FL MSA +255,310,164,Denver CO CSA +255,311,257,Houston TX CSA +255,312,255,Dallas-Fort Worth TX CSA +255,313,153,Remainder of Alabama +255,314,12,Chicago IL-IN-WI CSA (IL Part) +255,315,172,Miami FL MSA +255,316,12,Chicago IL-IN-WI CSA (IL Part) +255,317,162,San Francisco CA CSA +255,318,154,Alaska +255,319,172,Miami FL MSA +255,320,172,Miami FL MSA +255,321,201,Boston MA-NH CSA (MA Part) +255,322,255,Dallas-Fort Worth TX CSA +255,323,249,Memphis TN-MS-AR MSA (TN Part) +255,324,176,Atlanta GA-AL CSA (GA Part) +255,325,173,Orlando FL CSA +255,326,172,Miami FL MSA +255,327,255,Dallas-Fort Worth TX CSA +255,328,232,Cleveland OH CSA +255,329,249,Memphis TN-MS-AR MSA (TN Part) +255,330,12,Chicago IL-IN-WI CSA (IL Part) +255,331,186,Indianapolis IN CSA +255,332,172,Miami FL MSA +255,333,176,Atlanta GA-AL CSA (GA Part) +255,334,249,Memphis TN-MS-AR MSA (TN Part) +255,335,217,New York NY-NJ-CT-PA CSA (NJ Part) +255,336,255,Dallas-Fort Worth TX CSA +255,337,217,New York NY-NJ-CT-PA CSA (NJ Part) +255,338,186,Indianapolis IN CSA +255,339,12,Chicago IL-IN-WI CSA (IL Part) +255,340,223,New York NY-NJ-CT-PA CSA (NY Part) +255,341,257,Houston TX CSA +255,342,231,Cincinnati OH-KY-IN CSA (OH Part) +255,343,257,Houston TX CSA +255,344,12,Chicago IL-IN-WI CSA (IL Part) +255,345,223,New York NY-NJ-CT-PA CSA (NY Part) +255,346,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +255,347,12,Chicago IL-IN-WI CSA (IL Part) +255,348,169,Delaware +255,349,232,Cleveland OH CSA +255,350,217,New York NY-NJ-CT-PA CSA (NJ Part) +255,351,176,Atlanta GA-AL CSA (GA Part) +255,352,176,Atlanta GA-AL CSA (GA Part) +255,353,249,Memphis TN-MS-AR MSA (TN Part) +255,354,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +255,355,172,Miami FL MSA +255,356,257,Houston TX CSA +255,357,173,Orlando FL CSA +255,358,217,New York NY-NJ-CT-PA CSA (NJ Part) +255,359,257,Houston TX CSA +255,360,172,Miami FL MSA +255,361,217,New York NY-NJ-CT-PA CSA (NJ Part) +255,362,186,Indianapolis IN CSA +255,363,255,Dallas-Fort Worth TX CSA +255,364,153,Remainder of Alabama +255,365,255,Dallas-Fort Worth TX CSA +255,366,154,Alaska +255,367,154,Alaska +255,368,12,Chicago IL-IN-WI CSA (IL Part) +255,369,232,Cleveland OH CSA +255,370,176,Atlanta GA-AL CSA (GA Part) +255,371,249,Memphis TN-MS-AR MSA (TN Part) +255,372,223,New York NY-NJ-CT-PA CSA (NY Part) +255,373,172,Miami FL MSA +255,374,162,San Francisco CA CSA +255,375,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +255,376,232,Cleveland OH CSA +255,377,223,New York NY-NJ-CT-PA CSA (NY Part) +255,378,173,Orlando FL CSA +255,379,12,Chicago IL-IN-WI CSA (IL Part) +255,380,232,Cleveland OH CSA +255,381,154,Alaska +255,382,12,Chicago IL-IN-WI CSA (IL Part) +255,383,255,Dallas-Fort Worth TX CSA +255,384,249,Memphis TN-MS-AR MSA (TN Part) +255,385,217,New York NY-NJ-CT-PA CSA (NJ Part) +255,386,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +255,387,191,Louisville KY-IN CSA (KY Part) +255,388,191,Louisville KY-IN CSA (KY Part) +255,389,231,Cincinnati OH-KY-IN CSA (OH Part) +255,390,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +255,391,223,New York NY-NJ-CT-PA CSA (NY Part) +255,392,164,Denver CO CSA +255,393,232,Cleveland OH CSA +255,394,153,Remainder of Alabama +255,395,223,New York NY-NJ-CT-PA CSA (NY Part) +255,396,159,Los Angeles CA CSA +255,397,226,Charlotte NC-SC CSA (NC Part) +255,398,173,Orlando FL CSA +255,399,249,Memphis TN-MS-AR MSA (TN Part) +255,400,257,Houston TX CSA +255,401,12,Chicago IL-IN-WI CSA (IL Part) +255,402,223,New York NY-NJ-CT-PA CSA (NY Part) +255,403,268,Seattle WA CSA +255,404,191,Louisville KY-IN CSA (KY Part) +255,405,172,Miami FL MSA +255,406,223,New York NY-NJ-CT-PA CSA (NY Part) +255,407,12,Chicago IL-IN-WI CSA (IL Part) +255,408,12,Chicago IL-IN-WI CSA (IL Part) +255,409,172,Miami FL MSA +255,410,255,Dallas-Fort Worth TX CSA +255,411,12,Chicago IL-IN-WI CSA (IL Part) +255,412,223,New York NY-NJ-CT-PA CSA (NY Part) +255,413,255,Dallas-Fort Worth TX CSA +255,414,195,New Orleans LA CSA +255,415,266,Washington DC-MD-VA-WV CSA (VA Part) +255,416,191,Louisville KY-IN CSA (KY Part) +255,417,255,Dallas-Fort Worth TX CSA +255,418,159,Los Angeles CA CSA +255,419,191,Louisville KY-IN CSA (KY Part) +255,420,223,New York NY-NJ-CT-PA CSA (NY Part) +255,421,201,Boston MA-NH CSA (MA Part) +255,422,179,Honolulu HI MSA +255,423,217,New York NY-NJ-CT-PA CSA (NJ Part) +255,424,255,Dallas-Fort Worth TX CSA +255,425,249,Memphis TN-MS-AR MSA (TN Part) +255,426,172,Miami FL MSA +255,427,172,Miami FL MSA +255,428,268,Seattle WA CSA +255,429,257,Houston TX CSA +255,430,12,Chicago IL-IN-WI CSA (IL Part) +255,431,12,Chicago IL-IN-WI CSA (IL Part) +255,432,255,Dallas-Fort Worth TX CSA +255,433,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +255,434,203,Detroit MI CSA +255,435,249,Memphis TN-MS-AR MSA (TN Part) +255,436,257,Houston TX CSA +255,437,12,Chicago IL-IN-WI CSA (IL Part) +255,438,172,Miami FL MSA +255,439,249,Memphis TN-MS-AR MSA (TN Part) +255,440,257,Houston TX CSA +255,441,255,Dallas-Fort Worth TX CSA +255,442,223,New York NY-NJ-CT-PA CSA (NY Part) +255,443,217,New York NY-NJ-CT-PA CSA (NJ Part) +255,444,223,New York NY-NJ-CT-PA CSA (NY Part) +255,445,169,Delaware +255,446,12,Chicago IL-IN-WI CSA (IL Part) +255,447,172,Miami FL MSA +255,448,153,Remainder of Alabama +255,449,154,Alaska +255,450,195,New Orleans LA CSA +255,451,249,Memphis TN-MS-AR MSA (TN Part) +255,452,12,Chicago IL-IN-WI CSA (IL Part) +255,453,159,Los Angeles CA CSA +255,454,266,Washington DC-MD-VA-WV CSA (VA Part) +255,455,257,Houston TX CSA +255,456,154,Alaska +255,457,172,Miami FL MSA +255,458,223,New York NY-NJ-CT-PA CSA (NY Part) +255,459,154,Alaska +255,460,223,New York NY-NJ-CT-PA CSA (NY Part) +255,461,176,Atlanta GA-AL CSA (GA Part) +255,462,223,New York NY-NJ-CT-PA CSA (NY Part) +255,463,249,Memphis TN-MS-AR MSA (TN Part) +255,464,249,Memphis TN-MS-AR MSA (TN Part) +255,465,217,New York NY-NJ-CT-PA CSA (NJ Part) +255,466,12,Chicago IL-IN-WI CSA (IL Part) +255,467,232,Cleveland OH CSA +255,468,255,Dallas-Fort Worth TX CSA +255,469,12,Chicago IL-IN-WI CSA (IL Part) +255,470,195,New Orleans LA CSA +255,471,249,Memphis TN-MS-AR MSA (TN Part) +255,472,159,Los Angeles CA CSA +255,473,159,Los Angeles CA CSA +255,474,249,Memphis TN-MS-AR MSA (TN Part) +255,475,12,Chicago IL-IN-WI CSA (IL Part) +255,476,232,Cleveland OH CSA +255,477,12,Chicago IL-IN-WI CSA (IL Part) +255,478,176,Atlanta GA-AL CSA (GA Part) +255,479,159,Los Angeles CA CSA +255,480,266,Washington DC-MD-VA-WV CSA (VA Part) +255,481,12,Chicago IL-IN-WI CSA (IL Part) +255,482,223,New York NY-NJ-CT-PA CSA (NY Part) +255,483,223,New York NY-NJ-CT-PA CSA (NY Part) +255,484,257,Houston TX CSA +255,485,255,Dallas-Fort Worth TX CSA +255,486,159,Los Angeles CA CSA +255,487,257,Houston TX CSA +255,488,203,Detroit MI CSA +255,489,217,New York NY-NJ-CT-PA CSA (NJ Part) +255,490,172,Miami FL MSA +255,491,223,New York NY-NJ-CT-PA CSA (NY Part) +256,274,191,Louisville KY-IN CSA (KY Part) +256,275,201,Boston MA-NH CSA (MA Part) +256,276,217,New York NY-NJ-CT-PA CSA (NJ Part) +256,277,223,New York NY-NJ-CT-PA CSA (NY Part) +256,278,172,Miami FL MSA +256,279,172,Miami FL MSA +256,280,255,Dallas-Fort Worth TX CSA +256,281,255,Dallas-Fort Worth TX CSA +256,282,255,Dallas-Fort Worth TX CSA +256,283,172,Miami FL MSA +256,284,162,San Francisco CA CSA +256,285,217,New York NY-NJ-CT-PA CSA (NJ Part) +256,286,255,Dallas-Fort Worth TX CSA +256,287,172,Miami FL MSA +256,288,249,Memphis TN-MS-AR MSA (TN Part) +256,289,159,Los Angeles CA CSA +256,290,172,Miami FL MSA +256,291,12,Chicago IL-IN-WI CSA (IL Part) +256,292,223,New York NY-NJ-CT-PA CSA (NY Part) +256,293,249,Memphis TN-MS-AR MSA (TN Part) +256,294,223,New York NY-NJ-CT-PA CSA (NY Part) +256,295,176,Atlanta GA-AL CSA (GA Part) +256,296,255,Dallas-Fort Worth TX CSA +256,297,153,Remainder of Alabama +256,298,12,Chicago IL-IN-WI CSA (IL Part) +256,299,12,Chicago IL-IN-WI CSA (IL Part) +256,300,255,Dallas-Fort Worth TX CSA +256,301,159,Los Angeles CA CSA +256,302,172,Miami FL MSA +256,303,154,Alaska +256,304,255,Dallas-Fort Worth TX CSA +256,305,266,Washington DC-MD-VA-WV CSA (VA Part) +256,306,12,Chicago IL-IN-WI CSA (IL Part) +256,307,232,Cleveland OH CSA +256,308,159,Los Angeles CA CSA +256,309,153,Remainder of Alabama +256,310,159,Los Angeles CA CSA +256,311,173,Orlando FL CSA +256,312,257,Houston TX CSA +256,313,249,Memphis TN-MS-AR MSA (TN Part) +256,314,266,Washington DC-MD-VA-WV CSA (VA Part) +256,315,172,Miami FL MSA +256,316,159,Los Angeles CA CSA +256,317,162,San Francisco CA CSA +256,318,162,San Francisco CA CSA +256,319,249,Memphis TN-MS-AR MSA (TN Part) +256,320,257,Houston TX CSA +256,321,12,Chicago IL-IN-WI CSA (IL Part) +256,322,179,Honolulu HI MSA +256,323,195,New Orleans LA CSA +256,324,223,New York NY-NJ-CT-PA CSA (NY Part) +256,325,172,Miami FL MSA +256,326,172,Miami FL MSA +256,327,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +256,328,12,Chicago IL-IN-WI CSA (IL Part) +256,329,257,Houston TX CSA +256,330,12,Chicago IL-IN-WI CSA (IL Part) +256,331,266,Washington DC-MD-VA-WV CSA (VA Part) +256,332,257,Houston TX CSA +256,333,172,Miami FL MSA +256,334,255,Dallas-Fort Worth TX CSA +256,335,255,Dallas-Fort Worth TX CSA +256,336,255,Dallas-Fort Worth TX CSA +256,337,245,Charleston SC MSA +256,338,223,New York NY-NJ-CT-PA CSA (NY Part) +256,339,217,New York NY-NJ-CT-PA CSA (NJ Part) +256,340,249,Memphis TN-MS-AR MSA (TN Part) +256,341,176,Atlanta GA-AL CSA (GA Part) +256,342,191,Louisville KY-IN CSA (KY Part) +256,343,159,Los Angeles CA CSA +256,344,203,Detroit MI CSA +256,345,192,Remainder of Kentucky +256,346,249,Memphis TN-MS-AR MSA (TN Part) +256,347,176,Atlanta GA-AL CSA (GA Part) +256,348,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +256,349,203,Detroit MI CSA +256,350,12,Chicago IL-IN-WI CSA (IL Part) +256,351,12,Chicago IL-IN-WI CSA (IL Part) +256,352,232,Cleveland OH CSA +256,353,12,Chicago IL-IN-WI CSA (IL Part) +256,354,255,Dallas-Fort Worth TX CSA +256,355,172,Miami FL MSA +256,356,249,Memphis TN-MS-AR MSA (TN Part) +256,357,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +256,358,176,Atlanta GA-AL CSA (GA Part) +256,359,172,Miami FL MSA +256,360,172,Miami FL MSA +256,361,172,Miami FL MSA +256,362,203,Detroit MI CSA +256,363,172,Miami FL MSA +256,364,226,Charlotte NC-SC CSA (NC Part) +256,365,12,Chicago IL-IN-WI CSA (IL Part) +256,366,154,Alaska +256,367,162,San Francisco CA CSA +256,368,176,Atlanta GA-AL CSA (GA Part) +256,369,12,Chicago IL-IN-WI CSA (IL Part) +256,370,217,New York NY-NJ-CT-PA CSA (NJ Part) +256,371,232,Cleveland OH CSA +256,372,191,Louisville KY-IN CSA (KY Part) +256,373,172,Miami FL MSA +256,374,268,Seattle WA CSA +256,375,176,Atlanta GA-AL CSA (GA Part) +256,376,231,Cincinnati OH-KY-IN CSA (OH Part) +256,377,12,Chicago IL-IN-WI CSA (IL Part) +256,378,172,Miami FL MSA +256,379,12,Chicago IL-IN-WI CSA (IL Part) +256,380,159,Los Angeles CA CSA +256,381,154,Alaska +256,382,232,Cleveland OH CSA +256,383,201,Boston MA-NH CSA (MA Part) +256,384,249,Memphis TN-MS-AR MSA (TN Part) +256,385,255,Dallas-Fort Worth TX CSA +256,386,192,Remainder of Kentucky +256,387,223,New York NY-NJ-CT-PA CSA (NY Part) +256,388,249,Memphis TN-MS-AR MSA (TN Part) +256,389,12,Chicago IL-IN-WI CSA (IL Part) +256,390,266,Washington DC-MD-VA-WV CSA (VA Part) +256,391,12,Chicago IL-IN-WI CSA (IL Part) +256,392,159,Los Angeles CA CSA +256,393,231,Cincinnati OH-KY-IN CSA (OH Part) +256,394,195,New Orleans LA CSA +256,395,12,Chicago IL-IN-WI CSA (IL Part) +256,396,159,Los Angeles CA CSA +256,397,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +256,398,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +256,399,159,Los Angeles CA CSA +256,400,159,Los Angeles CA CSA +256,401,176,Atlanta GA-AL CSA (GA Part) +256,402,203,Detroit MI CSA +256,403,159,Los Angeles CA CSA +256,404,203,Detroit MI CSA +256,405,172,Miami FL MSA +256,406,266,Washington DC-MD-VA-WV CSA (VA Part) +256,407,266,Washington DC-MD-VA-WV CSA (VA Part) +256,408,268,Seattle WA CSA +256,409,153,Remainder of Alabama +256,410,159,Los Angeles CA CSA +256,411,159,Los Angeles CA CSA +256,412,266,Washington DC-MD-VA-WV CSA (VA Part) +256,413,179,Honolulu HI MSA +256,414,249,Memphis TN-MS-AR MSA (TN Part) +256,415,176,Atlanta GA-AL CSA (GA Part) +256,416,223,New York NY-NJ-CT-PA CSA (NY Part) +256,417,164,Denver CO CSA +256,418,154,Alaska +256,419,12,Chicago IL-IN-WI CSA (IL Part) +256,420,249,Memphis TN-MS-AR MSA (TN Part) +256,421,217,New York NY-NJ-CT-PA CSA (NJ Part) +256,422,159,Los Angeles CA CSA +256,423,12,Chicago IL-IN-WI CSA (IL Part) +256,424,172,Miami FL MSA +256,425,159,Los Angeles CA CSA +256,426,172,Miami FL MSA +256,427,195,New Orleans LA CSA +256,428,159,Los Angeles CA CSA +256,429,162,San Francisco CA CSA +256,430,232,Cleveland OH CSA +256,431,249,Memphis TN-MS-AR MSA (TN Part) +256,432,12,Chicago IL-IN-WI CSA (IL Part) +256,433,223,New York NY-NJ-CT-PA CSA (NY Part) +256,434,176,Atlanta GA-AL CSA (GA Part) +256,435,268,Seattle WA CSA +256,436,223,New York NY-NJ-CT-PA CSA (NY Part) +256,437,172,Miami FL MSA +256,438,257,Houston TX CSA +256,439,249,Memphis TN-MS-AR MSA (TN Part) +256,440,172,Miami FL MSA +256,441,257,Houston TX CSA +256,442,249,Memphis TN-MS-AR MSA (TN Part) +256,443,217,New York NY-NJ-CT-PA CSA (NJ Part) +256,444,223,New York NY-NJ-CT-PA CSA (NY Part) +256,445,191,Louisville KY-IN CSA (KY Part) +256,446,12,Chicago IL-IN-WI CSA (IL Part) +256,447,249,Memphis TN-MS-AR MSA (TN Part) +256,448,245,Charleston SC MSA +256,449,154,Alaska +256,450,257,Houston TX CSA +256,451,223,New York NY-NJ-CT-PA CSA (NY Part) +256,452,12,Chicago IL-IN-WI CSA (IL Part) +256,453,159,Los Angeles CA CSA +256,454,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +256,455,172,Miami FL MSA +256,456,154,Alaska +256,457,12,Chicago IL-IN-WI CSA (IL Part) +256,458,223,New York NY-NJ-CT-PA CSA (NY Part) +256,459,154,Alaska +256,460,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +256,461,176,Atlanta GA-AL CSA (GA Part) +256,462,217,New York NY-NJ-CT-PA CSA (NJ Part) +256,463,217,New York NY-NJ-CT-PA CSA (NJ Part) +256,464,266,Washington DC-MD-VA-WV CSA (VA Part) +256,465,186,Indianapolis IN CSA +256,466,12,Chicago IL-IN-WI CSA (IL Part) +256,467,231,Cincinnati OH-KY-IN CSA (OH Part) +256,468,159,Los Angeles CA CSA +256,469,203,Detroit MI CSA +256,470,159,Los Angeles CA CSA +256,471,195,New Orleans LA CSA +256,472,159,Los Angeles CA CSA +256,473,159,Los Angeles CA CSA +256,474,257,Houston TX CSA +256,475,203,Detroit MI CSA +256,476,201,Boston MA-NH CSA (MA Part) +256,477,186,Indianapolis IN CSA +256,478,172,Miami FL MSA +256,479,159,Los Angeles CA CSA +256,480,223,New York NY-NJ-CT-PA CSA (NY Part) +256,481,217,New York NY-NJ-CT-PA CSA (NJ Part) +256,482,249,Memphis TN-MS-AR MSA (TN Part) +256,483,232,Cleveland OH CSA +256,484,172,Miami FL MSA +256,485,249,Memphis TN-MS-AR MSA (TN Part) +256,486,162,San Francisco CA CSA +256,487,257,Houston TX CSA +256,488,154,Alaska +256,489,191,Louisville KY-IN CSA (KY Part) +256,490,172,Miami FL MSA +256,491,217,New York NY-NJ-CT-PA CSA (NJ Part) +257,274,176,Atlanta GA-AL CSA (GA Part) +257,275,223,New York NY-NJ-CT-PA CSA (NY Part) +257,276,191,Louisville KY-IN CSA (KY Part) +257,277,223,New York NY-NJ-CT-PA CSA (NY Part) +257,278,172,Miami FL MSA +257,279,172,Miami FL MSA +257,280,172,Miami FL MSA +257,281,255,Dallas-Fort Worth TX CSA +257,282,201,Boston MA-NH CSA (MA Part) +257,283,172,Miami FL MSA +257,284,255,Dallas-Fort Worth TX CSA +257,285,12,Chicago IL-IN-WI CSA (IL Part) +257,286,266,Washington DC-MD-VA-WV CSA (VA Part) +257,287,172,Miami FL MSA +257,288,191,Louisville KY-IN CSA (KY Part) +257,289,255,Dallas-Fort Worth TX CSA +257,290,172,Miami FL MSA +257,291,266,Washington DC-MD-VA-WV CSA (VA Part) +257,292,232,Cleveland OH CSA +257,293,249,Memphis TN-MS-AR MSA (TN Part) +257,294,223,New York NY-NJ-CT-PA CSA (NY Part) +257,295,249,Memphis TN-MS-AR MSA (TN Part) +257,296,257,Houston TX CSA +257,297,172,Miami FL MSA +257,298,12,Chicago IL-IN-WI CSA (IL Part) +257,299,172,Miami FL MSA +257,300,172,Miami FL MSA +257,301,203,Detroit MI CSA +257,302,176,Atlanta GA-AL CSA (GA Part) +257,303,154,Alaska +257,304,217,New York NY-NJ-CT-PA CSA (NJ Part) +257,305,201,Boston MA-NH CSA (MA Part) +257,306,223,New York NY-NJ-CT-PA CSA (NY Part) +257,307,192,Remainder of Kentucky +257,308,154,Alaska +257,309,203,Detroit MI CSA +257,310,249,Memphis TN-MS-AR MSA (TN Part) +257,311,172,Miami FL MSA +257,312,172,Miami FL MSA +257,313,172,Miami FL MSA +257,314,201,Boston MA-NH CSA (MA Part) +257,315,153,Remainder of Alabama +257,316,255,Dallas-Fort Worth TX CSA +257,317,154,Alaska +257,318,255,Dallas-Fort Worth TX CSA +257,319,257,Houston TX CSA +257,320,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +257,321,217,New York NY-NJ-CT-PA CSA (NJ Part) +257,322,249,Memphis TN-MS-AR MSA (TN Part) +257,323,172,Miami FL MSA +257,324,249,Memphis TN-MS-AR MSA (TN Part) +257,325,172,Miami FL MSA +257,326,172,Miami FL MSA +257,327,12,Chicago IL-IN-WI CSA (IL Part) +257,328,12,Chicago IL-IN-WI CSA (IL Part) +257,329,176,Atlanta GA-AL CSA (GA Part) +257,330,12,Chicago IL-IN-WI CSA (IL Part) +257,331,223,New York NY-NJ-CT-PA CSA (NY Part) +257,332,172,Miami FL MSA +257,333,257,Houston TX CSA +257,334,172,Miami FL MSA +257,335,249,Memphis TN-MS-AR MSA (TN Part) +257,336,249,Memphis TN-MS-AR MSA (TN Part) +257,337,217,New York NY-NJ-CT-PA CSA (NJ Part) +257,338,192,Remainder of Kentucky +257,339,12,Chicago IL-IN-WI CSA (IL Part) +257,340,195,New Orleans LA CSA +257,341,195,New Orleans LA CSA +257,342,223,New York NY-NJ-CT-PA CSA (NY Part) +257,343,159,Los Angeles CA CSA +257,344,255,Dallas-Fort Worth TX CSA +257,345,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +257,346,172,Miami FL MSA +257,347,223,New York NY-NJ-CT-PA CSA (NY Part) +257,348,226,Charlotte NC-SC CSA (NC Part) +257,349,201,Boston MA-NH CSA (MA Part) +257,350,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +257,351,266,Washington DC-MD-VA-WV CSA (VA Part) +257,352,217,New York NY-NJ-CT-PA CSA (NJ Part) +257,353,217,New York NY-NJ-CT-PA CSA (NJ Part) +257,354,232,Cleveland OH CSA +257,355,172,Miami FL MSA +257,356,249,Memphis TN-MS-AR MSA (TN Part) +257,357,217,New York NY-NJ-CT-PA CSA (NJ Part) +257,358,172,Miami FL MSA +257,359,173,Orlando FL CSA +257,360,172,Miami FL MSA +257,361,249,Memphis TN-MS-AR MSA (TN Part) +257,362,249,Memphis TN-MS-AR MSA (TN Part) +257,363,172,Miami FL MSA +257,364,12,Chicago IL-IN-WI CSA (IL Part) +257,365,203,Detroit MI CSA +257,366,249,Memphis TN-MS-AR MSA (TN Part) +257,367,195,New Orleans LA CSA +257,368,191,Louisville KY-IN CSA (KY Part) +257,369,266,Washington DC-MD-VA-WV CSA (VA Part) +257,370,266,Washington DC-MD-VA-WV CSA (VA Part) +257,371,176,Atlanta GA-AL CSA (GA Part) +257,372,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +257,373,172,Miami FL MSA +257,374,154,Alaska +257,375,12,Chicago IL-IN-WI CSA (IL Part) +257,376,255,Dallas-Fort Worth TX CSA +257,377,191,Louisville KY-IN CSA (KY Part) +257,378,176,Atlanta GA-AL CSA (GA Part) +257,379,12,Chicago IL-IN-WI CSA (IL Part) +257,380,249,Memphis TN-MS-AR MSA (TN Part) +257,381,192,Remainder of Kentucky +257,382,12,Chicago IL-IN-WI CSA (IL Part) +257,383,249,Memphis TN-MS-AR MSA (TN Part) +257,384,192,Remainder of Kentucky +257,385,249,Memphis TN-MS-AR MSA (TN Part) +257,386,217,New York NY-NJ-CT-PA CSA (NJ Part) +257,387,266,Washington DC-MD-VA-WV CSA (VA Part) +257,388,217,New York NY-NJ-CT-PA CSA (NJ Part) +257,389,223,New York NY-NJ-CT-PA CSA (NY Part) +257,390,153,Remainder of Alabama +257,391,172,Miami FL MSA +257,392,255,Dallas-Fort Worth TX CSA +257,393,203,Detroit MI CSA +257,394,172,Miami FL MSA +257,395,203,Detroit MI CSA +257,396,159,Los Angeles CA CSA +257,397,217,New York NY-NJ-CT-PA CSA (NJ Part) +257,398,153,Remainder of Alabama +257,399,195,New Orleans LA CSA +257,400,159,Los Angeles CA CSA +257,401,223,New York NY-NJ-CT-PA CSA (NY Part) +257,402,153,Remainder of Alabama +257,403,192,Remainder of Kentucky +257,404,12,Chicago IL-IN-WI CSA (IL Part) +257,405,172,Miami FL MSA +257,406,176,Atlanta GA-AL CSA (GA Part) +257,407,153,Remainder of Alabama +257,408,255,Dallas-Fort Worth TX CSA +257,409,186,Indianapolis IN CSA +257,410,255,Dallas-Fort Worth TX CSA +257,411,249,Memphis TN-MS-AR MSA (TN Part) +257,412,223,New York NY-NJ-CT-PA CSA (NY Part) +257,413,159,Los Angeles CA CSA +257,414,257,Houston TX CSA +257,415,192,Remainder of Kentucky +257,416,172,Miami FL MSA +257,417,255,Dallas-Fort Worth TX CSA +257,418,249,Memphis TN-MS-AR MSA (TN Part) +257,419,249,Memphis TN-MS-AR MSA (TN Part) +257,420,223,New York NY-NJ-CT-PA CSA (NY Part) +257,421,192,Remainder of Kentucky +257,422,257,Houston TX CSA +257,423,176,Atlanta GA-AL CSA (GA Part) +257,424,255,Dallas-Fort Worth TX CSA +257,425,268,Seattle WA CSA +257,426,172,Miami FL MSA +257,427,172,Miami FL MSA +257,428,154,Alaska +257,429,255,Dallas-Fort Worth TX CSA +257,430,217,New York NY-NJ-CT-PA CSA (NJ Part) +257,431,223,New York NY-NJ-CT-PA CSA (NY Part) +257,432,176,Atlanta GA-AL CSA (GA Part) +257,433,266,Washington DC-MD-VA-WV CSA (VA Part) +257,434,12,Chicago IL-IN-WI CSA (IL Part) +257,435,255,Dallas-Fort Worth TX CSA +257,436,217,New York NY-NJ-CT-PA CSA (NJ Part) +257,437,257,Houston TX CSA +257,438,172,Miami FL MSA +257,439,172,Miami FL MSA +257,440,172,Miami FL MSA +257,441,162,San Francisco CA CSA +257,442,223,New York NY-NJ-CT-PA CSA (NY Part) +257,443,186,Indianapolis IN CSA +257,444,257,Houston TX CSA +257,445,195,New Orleans LA CSA +257,446,191,Louisville KY-IN CSA (KY Part) +257,447,249,Memphis TN-MS-AR MSA (TN Part) +257,448,257,Houston TX CSA +257,449,154,Alaska +257,450,172,Miami FL MSA +257,451,186,Indianapolis IN CSA +257,452,232,Cleveland OH CSA +257,453,255,Dallas-Fort Worth TX CSA +257,454,245,Charleston SC MSA +257,455,249,Memphis TN-MS-AR MSA (TN Part) +257,456,154,Alaska +257,457,173,Orlando FL CSA +257,458,217,New York NY-NJ-CT-PA CSA (NJ Part) +257,459,223,New York NY-NJ-CT-PA CSA (NY Part) +257,460,186,Indianapolis IN CSA +257,461,172,Miami FL MSA +257,462,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +257,463,12,Chicago IL-IN-WI CSA (IL Part) +257,464,223,New York NY-NJ-CT-PA CSA (NY Part) +257,465,257,Houston TX CSA +257,466,257,Houston TX CSA +257,467,172,Miami FL MSA +257,468,154,Alaska +257,469,255,Dallas-Fort Worth TX CSA +257,470,179,Honolulu HI MSA +257,471,249,Memphis TN-MS-AR MSA (TN Part) +257,472,159,Los Angeles CA CSA +257,473,249,Memphis TN-MS-AR MSA (TN Part) +257,474,257,Houston TX CSA +257,475,176,Atlanta GA-AL CSA (GA Part) +257,476,176,Atlanta GA-AL CSA (GA Part) +257,477,223,New York NY-NJ-CT-PA CSA (NY Part) +257,478,172,Miami FL MSA +257,479,162,San Francisco CA CSA +257,480,257,Houston TX CSA +257,481,191,Louisville KY-IN CSA (KY Part) +257,482,12,Chicago IL-IN-WI CSA (IL Part) +257,483,12,Chicago IL-IN-WI CSA (IL Part) +257,484,176,Atlanta GA-AL CSA (GA Part) +257,485,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +257,486,162,San Francisco CA CSA +257,487,257,Houston TX CSA +257,488,191,Louisville KY-IN CSA (KY Part) +257,489,249,Memphis TN-MS-AR MSA (TN Part) +257,490,223,New York NY-NJ-CT-PA CSA (NY Part) +257,491,153,Remainder of Alabama +258,274,12,Chicago IL-IN-WI CSA (IL Part) +258,275,223,New York NY-NJ-CT-PA CSA (NY Part) +258,276,153,Remainder of Alabama +258,277,186,Indianapolis IN CSA +258,278,153,Remainder of Alabama +258,279,172,Miami FL MSA +258,280,172,Miami FL MSA +258,281,153,Remainder of Alabama +258,282,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +258,283,172,Miami FL MSA +258,284,159,Los Angeles CA CSA +258,285,266,Washington DC-MD-VA-WV CSA (VA Part) +258,286,249,Memphis TN-MS-AR MSA (TN Part) +258,287,172,Miami FL MSA +258,288,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +258,289,12,Chicago IL-IN-WI CSA (IL Part) +258,290,172,Miami FL MSA +258,291,12,Chicago IL-IN-WI CSA (IL Part) +258,292,201,Boston MA-NH CSA (MA Part) +258,293,257,Houston TX CSA +258,294,12,Chicago IL-IN-WI CSA (IL Part) +258,295,172,Miami FL MSA +258,296,257,Houston TX CSA +258,297,257,Houston TX CSA +258,298,223,New York NY-NJ-CT-PA CSA (NY Part) +258,299,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +258,300,172,Miami FL MSA +258,301,223,New York NY-NJ-CT-PA CSA (NY Part) +258,302,172,Miami FL MSA +258,303,154,Alaska +258,304,153,Remainder of Alabama +258,305,191,Louisville KY-IN CSA (KY Part) +258,306,257,Houston TX CSA +258,307,172,Miami FL MSA +258,308,179,Honolulu HI MSA +258,309,176,Atlanta GA-AL CSA (GA Part) +258,310,164,Denver CO CSA +258,311,172,Miami FL MSA +258,312,172,Miami FL MSA +258,313,223,New York NY-NJ-CT-PA CSA (NY Part) +258,314,169,Delaware +258,315,172,Miami FL MSA +258,316,231,Cincinnati OH-KY-IN CSA (OH Part) +258,317,159,Los Angeles CA CSA +258,318,255,Dallas-Fort Worth TX CSA +258,319,172,Miami FL MSA +258,320,223,New York NY-NJ-CT-PA CSA (NY Part) +258,321,223,New York NY-NJ-CT-PA CSA (NY Part) +258,322,255,Dallas-Fort Worth TX CSA +258,323,172,Miami FL MSA +258,324,186,Indianapolis IN CSA +258,325,172,Miami FL MSA +258,326,172,Miami FL MSA +258,327,231,Cincinnati OH-KY-IN CSA (OH Part) +258,328,12,Chicago IL-IN-WI CSA (IL Part) +258,329,195,New Orleans LA CSA +258,330,255,Dallas-Fort Worth TX CSA +258,331,255,Dallas-Fort Worth TX CSA +258,332,257,Houston TX CSA +258,333,172,Miami FL MSA +258,334,153,Remainder of Alabama +258,335,266,Washington DC-MD-VA-WV CSA (VA Part) +258,336,172,Miami FL MSA +258,337,217,New York NY-NJ-CT-PA CSA (NJ Part) +258,338,176,Atlanta GA-AL CSA (GA Part) +258,339,249,Memphis TN-MS-AR MSA (TN Part) +258,340,217,New York NY-NJ-CT-PA CSA (NJ Part) +258,341,172,Miami FL MSA +258,342,191,Louisville KY-IN CSA (KY Part) +258,343,159,Los Angeles CA CSA +258,344,266,Washington DC-MD-VA-WV CSA (VA Part) +258,345,226,Charlotte NC-SC CSA (NC Part) +258,346,255,Dallas-Fort Worth TX CSA +258,347,176,Atlanta GA-AL CSA (GA Part) +258,348,257,Houston TX CSA +258,349,176,Atlanta GA-AL CSA (GA Part) +258,350,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +258,351,172,Miami FL MSA +258,352,217,New York NY-NJ-CT-PA CSA (NJ Part) +258,353,12,Chicago IL-IN-WI CSA (IL Part) +258,354,191,Louisville KY-IN CSA (KY Part) +258,355,172,Miami FL MSA +258,356,153,Remainder of Alabama +258,357,172,Miami FL MSA +258,358,176,Atlanta GA-AL CSA (GA Part) +258,359,255,Dallas-Fort Worth TX CSA +258,360,172,Miami FL MSA +258,361,176,Atlanta GA-AL CSA (GA Part) +258,362,266,Washington DC-MD-VA-WV CSA (VA Part) +258,363,195,New Orleans LA CSA +258,364,223,New York NY-NJ-CT-PA CSA (NY Part) +258,365,191,Louisville KY-IN CSA (KY Part) +258,366,249,Memphis TN-MS-AR MSA (TN Part) +258,367,159,Los Angeles CA CSA +258,368,257,Houston TX CSA +258,369,201,Boston MA-NH CSA (MA Part) +258,370,192,Remainder of Kentucky +258,371,223,New York NY-NJ-CT-PA CSA (NY Part) +258,372,12,Chicago IL-IN-WI CSA (IL Part) +258,373,172,Miami FL MSA +258,374,255,Dallas-Fort Worth TX CSA +258,375,223,New York NY-NJ-CT-PA CSA (NY Part) +258,376,223,New York NY-NJ-CT-PA CSA (NY Part) +258,377,245,Charleston SC MSA +258,378,172,Miami FL MSA +258,379,223,New York NY-NJ-CT-PA CSA (NY Part) +258,380,12,Chicago IL-IN-WI CSA (IL Part) +258,381,186,Indianapolis IN CSA +258,382,223,New York NY-NJ-CT-PA CSA (NY Part) +258,383,195,New Orleans LA CSA +258,384,172,Miami FL MSA +258,385,172,Miami FL MSA +258,386,223,New York NY-NJ-CT-PA CSA (NY Part) +258,387,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +258,388,257,Houston TX CSA +258,389,266,Washington DC-MD-VA-WV CSA (VA Part) +258,390,249,Memphis TN-MS-AR MSA (TN Part) +258,391,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +258,392,162,San Francisco CA CSA +258,393,12,Chicago IL-IN-WI CSA (IL Part) +258,394,12,Chicago IL-IN-WI CSA (IL Part) +258,395,223,New York NY-NJ-CT-PA CSA (NY Part) +258,396,159,Los Angeles CA CSA +258,397,223,New York NY-NJ-CT-PA CSA (NY Part) +258,398,12,Chicago IL-IN-WI CSA (IL Part) +258,399,257,Houston TX CSA +258,400,162,San Francisco CA CSA +258,401,12,Chicago IL-IN-WI CSA (IL Part) +258,402,223,New York NY-NJ-CT-PA CSA (NY Part) +258,403,257,Houston TX CSA +258,404,223,New York NY-NJ-CT-PA CSA (NY Part) +258,405,172,Miami FL MSA +258,406,195,New Orleans LA CSA +258,407,217,New York NY-NJ-CT-PA CSA (NJ Part) +258,408,257,Houston TX CSA +258,409,249,Memphis TN-MS-AR MSA (TN Part) +258,410,179,Honolulu HI MSA +258,411,203,Detroit MI CSA +258,412,245,Charleston SC MSA +258,413,179,Honolulu HI MSA +258,414,255,Dallas-Fort Worth TX CSA +258,415,153,Remainder of Alabama +258,416,249,Memphis TN-MS-AR MSA (TN Part) +258,417,162,San Francisco CA CSA +258,418,159,Los Angeles CA CSA +258,419,223,New York NY-NJ-CT-PA CSA (NY Part) +258,420,223,New York NY-NJ-CT-PA CSA (NY Part) +258,421,192,Remainder of Kentucky +258,422,159,Los Angeles CA CSA +258,423,255,Dallas-Fort Worth TX CSA +258,424,172,Miami FL MSA +258,425,179,Honolulu HI MSA +258,426,172,Miami FL MSA +258,427,172,Miami FL MSA +258,428,159,Los Angeles CA CSA +258,429,153,Remainder of Alabama +258,430,249,Memphis TN-MS-AR MSA (TN Part) +258,431,191,Louisville KY-IN CSA (KY Part) +258,432,12,Chicago IL-IN-WI CSA (IL Part) +258,433,223,New York NY-NJ-CT-PA CSA (NY Part) +258,434,12,Chicago IL-IN-WI CSA (IL Part) +258,435,257,Houston TX CSA +258,436,217,New York NY-NJ-CT-PA CSA (NJ Part) +258,437,172,Miami FL MSA +258,438,195,New Orleans LA CSA +258,439,172,Miami FL MSA +258,440,172,Miami FL MSA +258,441,257,Houston TX CSA +258,442,223,New York NY-NJ-CT-PA CSA (NY Part) +258,443,249,Memphis TN-MS-AR MSA (TN Part) +258,444,12,Chicago IL-IN-WI CSA (IL Part) +258,445,217,New York NY-NJ-CT-PA CSA (NJ Part) +258,446,12,Chicago IL-IN-WI CSA (IL Part) +258,447,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +258,448,223,New York NY-NJ-CT-PA CSA (NY Part) +258,449,231,Cincinnati OH-KY-IN CSA (OH Part) +258,450,172,Miami FL MSA +258,451,203,Detroit MI CSA +258,452,217,New York NY-NJ-CT-PA CSA (NJ Part) +258,453,159,Los Angeles CA CSA +258,454,257,Houston TX CSA +258,455,257,Houston TX CSA +258,456,159,Los Angeles CA CSA +258,457,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +258,458,257,Houston TX CSA +258,459,255,Dallas-Fort Worth TX CSA +258,460,232,Cleveland OH CSA +258,461,257,Houston TX CSA +258,462,255,Dallas-Fort Worth TX CSA +258,463,217,New York NY-NJ-CT-PA CSA (NJ Part) +258,464,12,Chicago IL-IN-WI CSA (IL Part) +258,465,217,New York NY-NJ-CT-PA CSA (NJ Part) +258,466,232,Cleveland OH CSA +258,467,176,Atlanta GA-AL CSA (GA Part) +258,468,162,San Francisco CA CSA +258,469,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +258,470,257,Houston TX CSA +258,471,223,New York NY-NJ-CT-PA CSA (NY Part) +258,472,159,Los Angeles CA CSA +258,473,159,Los Angeles CA CSA +258,474,172,Miami FL MSA +258,475,176,Atlanta GA-AL CSA (GA Part) +258,476,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +258,477,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +258,478,172,Miami FL MSA +258,479,159,Los Angeles CA CSA +258,480,12,Chicago IL-IN-WI CSA (IL Part) +258,481,12,Chicago IL-IN-WI CSA (IL Part) +258,482,12,Chicago IL-IN-WI CSA (IL Part) +258,483,249,Memphis TN-MS-AR MSA (TN Part) +258,484,172,Miami FL MSA +258,485,195,New Orleans LA CSA +258,486,268,Seattle WA CSA +258,487,172,Miami FL MSA +258,488,154,Alaska +258,489,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +258,490,223,New York NY-NJ-CT-PA CSA (NY Part) +258,491,201,Boston MA-NH CSA (MA Part) +259,274,203,Detroit MI CSA +259,275,257,Houston TX CSA +259,276,12,Chicago IL-IN-WI CSA (IL Part) +259,277,12,Chicago IL-IN-WI CSA (IL Part) +259,278,12,Chicago IL-IN-WI CSA (IL Part) +259,279,172,Miami FL MSA +259,280,172,Miami FL MSA +259,281,172,Miami FL MSA +259,282,223,New York NY-NJ-CT-PA CSA (NY Part) +259,283,257,Houston TX CSA +259,284,159,Los Angeles CA CSA +259,285,249,Memphis TN-MS-AR MSA (TN Part) +259,286,223,New York NY-NJ-CT-PA CSA (NY Part) +259,287,172,Miami FL MSA +259,288,12,Chicago IL-IN-WI CSA (IL Part) +259,289,12,Chicago IL-IN-WI CSA (IL Part) +259,290,257,Houston TX CSA +259,291,203,Detroit MI CSA +259,292,217,New York NY-NJ-CT-PA CSA (NJ Part) +259,293,249,Memphis TN-MS-AR MSA (TN Part) +259,294,223,New York NY-NJ-CT-PA CSA (NY Part) +259,295,176,Atlanta GA-AL CSA (GA Part) +259,296,159,Los Angeles CA CSA +259,297,249,Memphis TN-MS-AR MSA (TN Part) +259,298,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +259,299,153,Remainder of Alabama +259,300,172,Miami FL MSA +259,301,12,Chicago IL-IN-WI CSA (IL Part) +259,302,172,Miami FL MSA +259,303,154,Alaska +259,304,257,Houston TX CSA +259,305,172,Miami FL MSA +259,306,217,New York NY-NJ-CT-PA CSA (NJ Part) +259,307,176,Atlanta GA-AL CSA (GA Part) +259,308,12,Chicago IL-IN-WI CSA (IL Part) +259,309,223,New York NY-NJ-CT-PA CSA (NY Part) +259,310,249,Memphis TN-MS-AR MSA (TN Part) +259,311,257,Houston TX CSA +259,312,172,Miami FL MSA +259,313,153,Remainder of Alabama +259,314,249,Memphis TN-MS-AR MSA (TN Part) +259,315,172,Miami FL MSA +259,316,255,Dallas-Fort Worth TX CSA +259,317,159,Los Angeles CA CSA +259,318,257,Houston TX CSA +259,319,172,Miami FL MSA +259,320,232,Cleveland OH CSA +259,321,203,Detroit MI CSA +259,322,249,Memphis TN-MS-AR MSA (TN Part) +259,323,172,Miami FL MSA +259,324,223,New York NY-NJ-CT-PA CSA (NY Part) +259,325,257,Houston TX CSA +259,326,173,Orlando FL CSA +259,327,12,Chicago IL-IN-WI CSA (IL Part) +259,328,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +259,329,266,Washington DC-MD-VA-WV CSA (VA Part) +259,330,255,Dallas-Fort Worth TX CSA +259,331,176,Atlanta GA-AL CSA (GA Part) +259,332,176,Atlanta GA-AL CSA (GA Part) +259,333,172,Miami FL MSA +259,334,195,New Orleans LA CSA +259,335,249,Memphis TN-MS-AR MSA (TN Part) +259,336,172,Miami FL MSA +259,337,176,Atlanta GA-AL CSA (GA Part) +259,338,249,Memphis TN-MS-AR MSA (TN Part) +259,339,12,Chicago IL-IN-WI CSA (IL Part) +259,340,12,Chicago IL-IN-WI CSA (IL Part) +259,341,257,Houston TX CSA +259,342,12,Chicago IL-IN-WI CSA (IL Part) +259,343,162,San Francisco CA CSA +259,344,249,Memphis TN-MS-AR MSA (TN Part) +259,345,191,Louisville KY-IN CSA (KY Part) +259,346,245,Charleston SC MSA +259,347,223,New York NY-NJ-CT-PA CSA (NY Part) +259,348,223,New York NY-NJ-CT-PA CSA (NY Part) +259,349,201,Boston MA-NH CSA (MA Part) +259,350,266,Washington DC-MD-VA-WV CSA (VA Part) +259,351,186,Indianapolis IN CSA +259,352,203,Detroit MI CSA +259,353,203,Detroit MI CSA +259,354,12,Chicago IL-IN-WI CSA (IL Part) +259,355,153,Remainder of Alabama +259,356,195,New Orleans LA CSA +259,357,257,Houston TX CSA +259,358,176,Atlanta GA-AL CSA (GA Part) +259,359,172,Miami FL MSA +259,360,172,Miami FL MSA +259,361,176,Atlanta GA-AL CSA (GA Part) +259,362,12,Chicago IL-IN-WI CSA (IL Part) +259,363,172,Miami FL MSA +259,364,176,Atlanta GA-AL CSA (GA Part) +259,365,223,New York NY-NJ-CT-PA CSA (NY Part) +259,366,12,Chicago IL-IN-WI CSA (IL Part) +259,367,154,Alaska +259,368,12,Chicago IL-IN-WI CSA (IL Part) +259,369,192,Remainder of Kentucky +259,370,217,New York NY-NJ-CT-PA CSA (NJ Part) +259,371,223,New York NY-NJ-CT-PA CSA (NY Part) +259,372,12,Chicago IL-IN-WI CSA (IL Part) +259,373,172,Miami FL MSA +259,374,159,Los Angeles CA CSA +259,375,223,New York NY-NJ-CT-PA CSA (NY Part) +259,376,249,Memphis TN-MS-AR MSA (TN Part) +259,377,249,Memphis TN-MS-AR MSA (TN Part) +259,378,257,Houston TX CSA +259,379,266,Washington DC-MD-VA-WV CSA (VA Part) +259,380,12,Chicago IL-IN-WI CSA (IL Part) +259,381,249,Memphis TN-MS-AR MSA (TN Part) +259,382,249,Memphis TN-MS-AR MSA (TN Part) +259,383,176,Atlanta GA-AL CSA (GA Part) +259,384,176,Atlanta GA-AL CSA (GA Part) +259,385,223,New York NY-NJ-CT-PA CSA (NY Part) +259,386,195,New Orleans LA CSA +259,387,223,New York NY-NJ-CT-PA CSA (NY Part) +259,388,12,Chicago IL-IN-WI CSA (IL Part) +259,389,223,New York NY-NJ-CT-PA CSA (NY Part) +259,390,176,Atlanta GA-AL CSA (GA Part) +259,391,172,Miami FL MSA +259,392,179,Honolulu HI MSA +259,393,12,Chicago IL-IN-WI CSA (IL Part) +259,394,217,New York NY-NJ-CT-PA CSA (NJ Part) +259,395,223,New York NY-NJ-CT-PA CSA (NY Part) +259,396,159,Los Angeles CA CSA +259,397,176,Atlanta GA-AL CSA (GA Part) +259,398,176,Atlanta GA-AL CSA (GA Part) +259,399,249,Memphis TN-MS-AR MSA (TN Part) +259,400,159,Los Angeles CA CSA +259,401,266,Washington DC-MD-VA-WV CSA (VA Part) +259,402,191,Louisville KY-IN CSA (KY Part) +259,403,268,Seattle WA CSA +259,404,223,New York NY-NJ-CT-PA CSA (NY Part) +259,405,172,Miami FL MSA +259,406,173,Orlando FL CSA +259,407,153,Remainder of Alabama +259,408,255,Dallas-Fort Worth TX CSA +259,409,172,Miami FL MSA +259,410,162,San Francisco CA CSA +259,411,249,Memphis TN-MS-AR MSA (TN Part) +259,412,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +259,413,255,Dallas-Fort Worth TX CSA +259,414,172,Miami FL MSA +259,415,232,Cleveland OH CSA +259,416,201,Boston MA-NH CSA (MA Part) +259,417,159,Los Angeles CA CSA +259,418,268,Seattle WA CSA +259,419,249,Memphis TN-MS-AR MSA (TN Part) +259,420,266,Washington DC-MD-VA-WV CSA (VA Part) +259,421,176,Atlanta GA-AL CSA (GA Part) +259,422,162,San Francisco CA CSA +259,423,203,Detroit MI CSA +259,424,172,Miami FL MSA +259,425,179,Honolulu HI MSA +259,426,172,Miami FL MSA +259,427,172,Miami FL MSA +259,428,159,Los Angeles CA CSA +259,429,159,Los Angeles CA CSA +259,430,191,Louisville KY-IN CSA (KY Part) +259,431,266,Washington DC-MD-VA-WV CSA (VA Part) +259,432,232,Cleveland OH CSA +259,433,195,New Orleans LA CSA +259,434,203,Detroit MI CSA +259,435,257,Houston TX CSA +259,436,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +259,437,176,Atlanta GA-AL CSA (GA Part) +259,438,257,Houston TX CSA +259,439,195,New Orleans LA CSA +259,440,172,Miami FL MSA +259,441,255,Dallas-Fort Worth TX CSA +259,442,223,New York NY-NJ-CT-PA CSA (NY Part) +259,443,201,Boston MA-NH CSA (MA Part) +259,444,249,Memphis TN-MS-AR MSA (TN Part) +259,445,176,Atlanta GA-AL CSA (GA Part) +259,446,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +259,447,249,Memphis TN-MS-AR MSA (TN Part) +259,448,176,Atlanta GA-AL CSA (GA Part) +259,449,255,Dallas-Fort Worth TX CSA +259,450,172,Miami FL MSA +259,451,217,New York NY-NJ-CT-PA CSA (NJ Part) +259,452,266,Washington DC-MD-VA-WV CSA (VA Part) +259,453,159,Los Angeles CA CSA +259,454,223,New York NY-NJ-CT-PA CSA (NY Part) +259,455,217,New York NY-NJ-CT-PA CSA (NJ Part) +259,456,154,Alaska +259,457,172,Miami FL MSA +259,458,266,Washington DC-MD-VA-WV CSA (VA Part) +259,459,266,Washington DC-MD-VA-WV CSA (VA Part) +259,460,217,New York NY-NJ-CT-PA CSA (NJ Part) +259,461,172,Miami FL MSA +259,462,232,Cleveland OH CSA +259,463,186,Indianapolis IN CSA +259,464,217,New York NY-NJ-CT-PA CSA (NJ Part) +259,465,12,Chicago IL-IN-WI CSA (IL Part) +259,466,257,Houston TX CSA +259,467,232,Cleveland OH CSA +259,468,257,Houston TX CSA +259,469,12,Chicago IL-IN-WI CSA (IL Part) +259,470,159,Los Angeles CA CSA +259,471,176,Atlanta GA-AL CSA (GA Part) +259,472,257,Houston TX CSA +259,473,162,San Francisco CA CSA +259,474,257,Houston TX CSA +259,475,217,New York NY-NJ-CT-PA CSA (NJ Part) +259,476,255,Dallas-Fort Worth TX CSA +259,477,12,Chicago IL-IN-WI CSA (IL Part) +259,478,257,Houston TX CSA +259,479,162,San Francisco CA CSA +259,480,176,Atlanta GA-AL CSA (GA Part) +259,481,232,Cleveland OH CSA +259,482,217,New York NY-NJ-CT-PA CSA (NJ Part) +259,483,257,Houston TX CSA +259,484,172,Miami FL MSA +259,485,12,Chicago IL-IN-WI CSA (IL Part) +259,486,159,Los Angeles CA CSA +259,487,172,Miami FL MSA +259,488,255,Dallas-Fort Worth TX CSA +259,489,249,Memphis TN-MS-AR MSA (TN Part) +259,490,172,Miami FL MSA +259,491,257,Houston TX CSA +260,274,217,New York NY-NJ-CT-PA CSA (NJ Part) +260,275,232,Cleveland OH CSA +260,276,255,Dallas-Fort Worth TX CSA +260,277,223,New York NY-NJ-CT-PA CSA (NY Part) +260,278,223,New York NY-NJ-CT-PA CSA (NY Part) +260,279,172,Miami FL MSA +260,280,176,Atlanta GA-AL CSA (GA Part) +260,281,255,Dallas-Fort Worth TX CSA +260,282,203,Detroit MI CSA +260,283,172,Miami FL MSA +260,284,162,San Francisco CA CSA +260,285,203,Detroit MI CSA +260,286,255,Dallas-Fort Worth TX CSA +260,287,172,Miami FL MSA +260,288,12,Chicago IL-IN-WI CSA (IL Part) +260,289,154,Alaska +260,290,173,Orlando FL CSA +260,291,12,Chicago IL-IN-WI CSA (IL Part) +260,292,186,Indianapolis IN CSA +260,293,257,Houston TX CSA +260,294,266,Washington DC-MD-VA-WV CSA (VA Part) +260,295,176,Atlanta GA-AL CSA (GA Part) +260,296,12,Chicago IL-IN-WI CSA (IL Part) +260,297,176,Atlanta GA-AL CSA (GA Part) +260,298,12,Chicago IL-IN-WI CSA (IL Part) +260,299,245,Charleston SC MSA +260,300,257,Houston TX CSA +260,301,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +260,302,153,Remainder of Alabama +260,303,159,Los Angeles CA CSA +260,304,153,Remainder of Alabama +260,305,217,New York NY-NJ-CT-PA CSA (NJ Part) +260,306,266,Washington DC-MD-VA-WV CSA (VA Part) +260,307,217,New York NY-NJ-CT-PA CSA (NJ Part) +260,308,257,Houston TX CSA +260,309,245,Charleston SC MSA +260,310,249,Memphis TN-MS-AR MSA (TN Part) +260,311,249,Memphis TN-MS-AR MSA (TN Part) +260,312,255,Dallas-Fort Worth TX CSA +260,313,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +260,314,255,Dallas-Fort Worth TX CSA +260,315,255,Dallas-Fort Worth TX CSA +260,316,159,Los Angeles CA CSA +260,317,12,Chicago IL-IN-WI CSA (IL Part) +260,318,159,Los Angeles CA CSA +260,319,172,Miami FL MSA +260,320,203,Detroit MI CSA +260,321,195,New Orleans LA CSA +260,322,159,Los Angeles CA CSA +260,323,176,Atlanta GA-AL CSA (GA Part) +260,324,255,Dallas-Fort Worth TX CSA +260,325,195,New Orleans LA CSA +260,326,172,Miami FL MSA +260,327,249,Memphis TN-MS-AR MSA (TN Part) +260,328,191,Louisville KY-IN CSA (KY Part) +260,329,223,New York NY-NJ-CT-PA CSA (NY Part) +260,330,232,Cleveland OH CSA +260,331,266,Washington DC-MD-VA-WV CSA (VA Part) +260,332,172,Miami FL MSA +260,333,172,Miami FL MSA +260,334,257,Houston TX CSA +260,335,266,Washington DC-MD-VA-WV CSA (VA Part) +260,336,257,Houston TX CSA +260,337,176,Atlanta GA-AL CSA (GA Part) +260,338,217,New York NY-NJ-CT-PA CSA (NJ Part) +260,339,203,Detroit MI CSA +260,340,249,Memphis TN-MS-AR MSA (TN Part) +260,341,172,Miami FL MSA +260,342,12,Chicago IL-IN-WI CSA (IL Part) +260,343,255,Dallas-Fort Worth TX CSA +260,344,12,Chicago IL-IN-WI CSA (IL Part) +260,345,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +260,346,172,Miami FL MSA +260,347,217,New York NY-NJ-CT-PA CSA (NJ Part) +260,348,153,Remainder of Alabama +260,349,12,Chicago IL-IN-WI CSA (IL Part) +260,350,255,Dallas-Fort Worth TX CSA +260,351,172,Miami FL MSA +260,352,223,New York NY-NJ-CT-PA CSA (NY Part) +260,353,176,Atlanta GA-AL CSA (GA Part) +260,354,12,Chicago IL-IN-WI CSA (IL Part) +260,355,257,Houston TX CSA +260,356,255,Dallas-Fort Worth TX CSA +260,357,172,Miami FL MSA +260,358,173,Orlando FL CSA +260,359,176,Atlanta GA-AL CSA (GA Part) +260,360,172,Miami FL MSA +260,361,226,Charlotte NC-SC CSA (NC Part) +260,362,223,New York NY-NJ-CT-PA CSA (NY Part) +260,363,257,Houston TX CSA +260,364,223,New York NY-NJ-CT-PA CSA (NY Part) +260,365,217,New York NY-NJ-CT-PA CSA (NJ Part) +260,366,255,Dallas-Fort Worth TX CSA +260,367,154,Alaska +260,368,232,Cleveland OH CSA +260,369,249,Memphis TN-MS-AR MSA (TN Part) +260,370,176,Atlanta GA-AL CSA (GA Part) +260,371,223,New York NY-NJ-CT-PA CSA (NY Part) +260,372,266,Washington DC-MD-VA-WV CSA (VA Part) +260,373,172,Miami FL MSA +260,374,154,Alaska +260,375,195,New Orleans LA CSA +260,376,191,Louisville KY-IN CSA (KY Part) +260,377,226,Charlotte NC-SC CSA (NC Part) +260,378,176,Atlanta GA-AL CSA (GA Part) +260,379,12,Chicago IL-IN-WI CSA (IL Part) +260,380,255,Dallas-Fort Worth TX CSA +260,381,159,Los Angeles CA CSA +260,382,12,Chicago IL-IN-WI CSA (IL Part) +260,383,223,New York NY-NJ-CT-PA CSA (NY Part) +260,384,176,Atlanta GA-AL CSA (GA Part) +260,385,255,Dallas-Fort Worth TX CSA +260,386,12,Chicago IL-IN-WI CSA (IL Part) +260,387,255,Dallas-Fort Worth TX CSA +260,388,191,Louisville KY-IN CSA (KY Part) +260,389,255,Dallas-Fort Worth TX CSA +260,390,223,New York NY-NJ-CT-PA CSA (NY Part) +260,391,172,Miami FL MSA +260,392,255,Dallas-Fort Worth TX CSA +260,393,203,Detroit MI CSA +260,394,217,New York NY-NJ-CT-PA CSA (NJ Part) +260,395,223,New York NY-NJ-CT-PA CSA (NY Part) +260,396,159,Los Angeles CA CSA +260,397,223,New York NY-NJ-CT-PA CSA (NY Part) +260,398,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +260,399,255,Dallas-Fort Worth TX CSA +260,400,159,Los Angeles CA CSA +260,401,266,Washington DC-MD-VA-WV CSA (VA Part) +260,402,186,Indianapolis IN CSA +260,403,255,Dallas-Fort Worth TX CSA +260,404,201,Boston MA-NH CSA (MA Part) +260,405,172,Miami FL MSA +260,406,217,New York NY-NJ-CT-PA CSA (NJ Part) +260,407,172,Miami FL MSA +260,408,12,Chicago IL-IN-WI CSA (IL Part) +260,409,176,Atlanta GA-AL CSA (GA Part) +260,410,164,Denver CO CSA +260,411,154,Alaska +260,412,249,Memphis TN-MS-AR MSA (TN Part) +260,413,162,San Francisco CA CSA +260,414,255,Dallas-Fort Worth TX CSA +260,415,191,Louisville KY-IN CSA (KY Part) +260,416,232,Cleveland OH CSA +260,417,195,New Orleans LA CSA +260,418,154,Alaska +260,419,203,Detroit MI CSA +260,420,176,Atlanta GA-AL CSA (GA Part) +260,421,217,New York NY-NJ-CT-PA CSA (NJ Part) +260,422,162,San Francisco CA CSA +260,423,255,Dallas-Fort Worth TX CSA +260,424,172,Miami FL MSA +260,425,159,Los Angeles CA CSA +260,426,249,Memphis TN-MS-AR MSA (TN Part) +260,427,257,Houston TX CSA +260,428,154,Alaska +260,429,159,Los Angeles CA CSA +260,430,249,Memphis TN-MS-AR MSA (TN Part) +260,431,266,Washington DC-MD-VA-WV CSA (VA Part) +260,432,217,New York NY-NJ-CT-PA CSA (NJ Part) +260,433,255,Dallas-Fort Worth TX CSA +260,434,231,Cincinnati OH-KY-IN CSA (OH Part) +260,435,255,Dallas-Fort Worth TX CSA +260,436,255,Dallas-Fort Worth TX CSA +260,437,255,Dallas-Fort Worth TX CSA +260,438,172,Miami FL MSA +260,439,172,Miami FL MSA +260,440,172,Miami FL MSA +260,441,255,Dallas-Fort Worth TX CSA +260,442,255,Dallas-Fort Worth TX CSA +260,443,172,Miami FL MSA +260,444,195,New Orleans LA CSA +260,445,153,Remainder of Alabama +260,446,169,Delaware +260,447,245,Charleston SC MSA +260,448,255,Dallas-Fort Worth TX CSA +260,449,154,Alaska +260,450,255,Dallas-Fort Worth TX CSA +260,451,176,Atlanta GA-AL CSA (GA Part) +260,452,191,Louisville KY-IN CSA (KY Part) +260,453,179,Honolulu HI MSA +260,454,257,Houston TX CSA +260,455,217,New York NY-NJ-CT-PA CSA (NJ Part) +260,456,162,San Francisco CA CSA +260,457,232,Cleveland OH CSA +260,458,223,New York NY-NJ-CT-PA CSA (NY Part) +260,459,159,Los Angeles CA CSA +260,460,223,New York NY-NJ-CT-PA CSA (NY Part) +260,461,255,Dallas-Fort Worth TX CSA +260,462,201,Boston MA-NH CSA (MA Part) +260,463,217,New York NY-NJ-CT-PA CSA (NJ Part) +260,464,223,New York NY-NJ-CT-PA CSA (NY Part) +260,465,223,New York NY-NJ-CT-PA CSA (NY Part) +260,466,223,New York NY-NJ-CT-PA CSA (NY Part) +260,467,172,Miami FL MSA +260,468,164,Denver CO CSA +260,469,176,Atlanta GA-AL CSA (GA Part) +260,470,179,Honolulu HI MSA +260,471,176,Atlanta GA-AL CSA (GA Part) +260,472,257,Houston TX CSA +260,473,162,San Francisco CA CSA +260,474,172,Miami FL MSA +260,475,232,Cleveland OH CSA +260,476,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +260,477,217,New York NY-NJ-CT-PA CSA (NJ Part) +260,478,255,Dallas-Fort Worth TX CSA +260,479,159,Los Angeles CA CSA +260,480,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +260,481,255,Dallas-Fort Worth TX CSA +260,482,217,New York NY-NJ-CT-PA CSA (NJ Part) +260,483,186,Indianapolis IN CSA +260,484,245,Charleston SC MSA +260,485,223,New York NY-NJ-CT-PA CSA (NY Part) +260,486,257,Houston TX CSA +260,487,172,Miami FL MSA +260,488,159,Los Angeles CA CSA +260,489,176,Atlanta GA-AL CSA (GA Part) +260,490,191,Louisville KY-IN CSA (KY Part) +260,491,176,Atlanta GA-AL CSA (GA Part) +261,274,268,Seattle WA CSA +261,275,217,New York NY-NJ-CT-PA CSA (NJ Part) +261,276,217,New York NY-NJ-CT-PA CSA (NJ Part) +261,277,12,Chicago IL-IN-WI CSA (IL Part) +261,278,12,Chicago IL-IN-WI CSA (IL Part) +261,279,172,Miami FL MSA +261,280,172,Miami FL MSA +261,281,176,Atlanta GA-AL CSA (GA Part) +261,282,12,Chicago IL-IN-WI CSA (IL Part) +261,283,172,Miami FL MSA +261,284,179,Honolulu HI MSA +261,285,223,New York NY-NJ-CT-PA CSA (NY Part) +261,286,203,Detroit MI CSA +261,287,195,New Orleans LA CSA +261,288,255,Dallas-Fort Worth TX CSA +261,289,159,Los Angeles CA CSA +261,290,172,Miami FL MSA +261,291,12,Chicago IL-IN-WI CSA (IL Part) +261,292,12,Chicago IL-IN-WI CSA (IL Part) +261,293,255,Dallas-Fort Worth TX CSA +261,294,223,New York NY-NJ-CT-PA CSA (NY Part) +261,295,191,Louisville KY-IN CSA (KY Part) +261,296,154,Alaska +261,297,176,Atlanta GA-AL CSA (GA Part) +261,298,223,New York NY-NJ-CT-PA CSA (NY Part) +261,299,203,Detroit MI CSA +261,300,255,Dallas-Fort Worth TX CSA +261,301,12,Chicago IL-IN-WI CSA (IL Part) +261,302,249,Memphis TN-MS-AR MSA (TN Part) +261,303,159,Los Angeles CA CSA +261,304,186,Indianapolis IN CSA +261,305,12,Chicago IL-IN-WI CSA (IL Part) +261,306,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +261,307,12,Chicago IL-IN-WI CSA (IL Part) +261,308,154,Alaska +261,309,12,Chicago IL-IN-WI CSA (IL Part) +261,310,159,Los Angeles CA CSA +261,311,223,New York NY-NJ-CT-PA CSA (NY Part) +261,312,172,Miami FL MSA +261,313,217,New York NY-NJ-CT-PA CSA (NJ Part) +261,314,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +261,315,12,Chicago IL-IN-WI CSA (IL Part) +261,316,159,Los Angeles CA CSA +261,317,154,Alaska +261,318,159,Los Angeles CA CSA +261,319,255,Dallas-Fort Worth TX CSA +261,320,223,New York NY-NJ-CT-PA CSA (NY Part) +261,321,266,Washington DC-MD-VA-WV CSA (VA Part) +261,322,159,Los Angeles CA CSA +261,323,257,Houston TX CSA +261,324,201,Boston MA-NH CSA (MA Part) +261,325,172,Miami FL MSA +261,326,249,Memphis TN-MS-AR MSA (TN Part) +261,327,186,Indianapolis IN CSA +261,328,217,New York NY-NJ-CT-PA CSA (NJ Part) +261,329,191,Louisville KY-IN CSA (KY Part) +261,330,249,Memphis TN-MS-AR MSA (TN Part) +261,331,266,Washington DC-MD-VA-WV CSA (VA Part) +261,332,255,Dallas-Fort Worth TX CSA +261,333,257,Houston TX CSA +261,334,257,Houston TX CSA +261,335,12,Chicago IL-IN-WI CSA (IL Part) +261,336,195,New Orleans LA CSA +261,337,217,New York NY-NJ-CT-PA CSA (NJ Part) +261,338,12,Chicago IL-IN-WI CSA (IL Part) +261,339,268,Seattle WA CSA +261,340,223,New York NY-NJ-CT-PA CSA (NY Part) +261,341,192,Remainder of Kentucky +261,342,268,Seattle WA CSA +261,343,159,Los Angeles CA CSA +261,344,191,Louisville KY-IN CSA (KY Part) +261,345,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +261,346,245,Charleston SC MSA +261,347,176,Atlanta GA-AL CSA (GA Part) +261,348,223,New York NY-NJ-CT-PA CSA (NY Part) +261,349,232,Cleveland OH CSA +261,350,203,Detroit MI CSA +261,351,266,Washington DC-MD-VA-WV CSA (VA Part) +261,352,201,Boston MA-NH CSA (MA Part) +261,353,201,Boston MA-NH CSA (MA Part) +261,354,268,Seattle WA CSA +261,355,191,Louisville KY-IN CSA (KY Part) +261,356,255,Dallas-Fort Worth TX CSA +261,357,12,Chicago IL-IN-WI CSA (IL Part) +261,358,232,Cleveland OH CSA +261,359,153,Remainder of Alabama +261,360,172,Miami FL MSA +261,361,159,Los Angeles CA CSA +261,362,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +261,363,255,Dallas-Fort Worth TX CSA +261,364,223,New York NY-NJ-CT-PA CSA (NY Part) +261,365,12,Chicago IL-IN-WI CSA (IL Part) +261,366,159,Los Angeles CA CSA +261,367,154,Alaska +261,368,162,San Francisco CA CSA +261,369,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +261,370,12,Chicago IL-IN-WI CSA (IL Part) +261,371,12,Chicago IL-IN-WI CSA (IL Part) +261,372,223,New York NY-NJ-CT-PA CSA (NY Part) +261,373,257,Houston TX CSA +261,374,268,Seattle WA CSA +261,375,266,Washington DC-MD-VA-WV CSA (VA Part) +261,376,268,Seattle WA CSA +261,377,223,New York NY-NJ-CT-PA CSA (NY Part) +261,378,249,Memphis TN-MS-AR MSA (TN Part) +261,379,154,Alaska +261,380,159,Los Angeles CA CSA +261,381,154,Alaska +261,382,203,Detroit MI CSA +261,383,245,Charleston SC MSA +261,384,172,Miami FL MSA +261,385,12,Chicago IL-IN-WI CSA (IL Part) +261,386,223,New York NY-NJ-CT-PA CSA (NY Part) +261,387,191,Louisville KY-IN CSA (KY Part) +261,388,159,Los Angeles CA CSA +261,389,223,New York NY-NJ-CT-PA CSA (NY Part) +261,390,201,Boston MA-NH CSA (MA Part) +261,391,266,Washington DC-MD-VA-WV CSA (VA Part) +261,392,154,Alaska +261,393,154,Alaska +261,394,223,New York NY-NJ-CT-PA CSA (NY Part) +261,395,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +261,396,159,Los Angeles CA CSA +261,397,12,Chicago IL-IN-WI CSA (IL Part) +261,398,12,Chicago IL-IN-WI CSA (IL Part) +261,399,255,Dallas-Fort Worth TX CSA +261,400,154,Alaska +261,401,159,Los Angeles CA CSA +261,402,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +261,403,162,San Francisco CA CSA +261,404,217,New York NY-NJ-CT-PA CSA (NJ Part) +261,405,249,Memphis TN-MS-AR MSA (TN Part) +261,406,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +261,407,249,Memphis TN-MS-AR MSA (TN Part) +261,408,154,Alaska +261,409,12,Chicago IL-IN-WI CSA (IL Part) +261,410,179,Honolulu HI MSA +261,411,154,Alaska +261,412,12,Chicago IL-IN-WI CSA (IL Part) +261,413,159,Los Angeles CA CSA +261,414,255,Dallas-Fort Worth TX CSA +261,415,223,New York NY-NJ-CT-PA CSA (NY Part) +261,416,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +261,417,159,Los Angeles CA CSA +261,418,159,Los Angeles CA CSA +261,419,203,Detroit MI CSA +261,420,203,Detroit MI CSA +261,421,162,San Francisco CA CSA +261,422,162,San Francisco CA CSA +261,423,268,Seattle WA CSA +261,424,257,Houston TX CSA +261,425,159,Los Angeles CA CSA +261,426,172,Miami FL MSA +261,427,255,Dallas-Fort Worth TX CSA +261,428,159,Los Angeles CA CSA +261,429,162,San Francisco CA CSA +261,430,12,Chicago IL-IN-WI CSA (IL Part) +261,431,12,Chicago IL-IN-WI CSA (IL Part) +261,432,154,Alaska +261,433,154,Alaska +261,434,268,Seattle WA CSA +261,435,162,San Francisco CA CSA +261,436,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +261,437,217,New York NY-NJ-CT-PA CSA (NJ Part) +261,438,231,Cincinnati OH-KY-IN CSA (OH Part) +261,439,172,Miami FL MSA +261,440,249,Memphis TN-MS-AR MSA (TN Part) +261,441,159,Los Angeles CA CSA +261,442,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +261,443,192,Remainder of Kentucky +261,444,12,Chicago IL-IN-WI CSA (IL Part) +261,445,191,Louisville KY-IN CSA (KY Part) +261,446,191,Louisville KY-IN CSA (KY Part) +261,447,154,Alaska +261,448,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +261,449,159,Los Angeles CA CSA +261,450,249,Memphis TN-MS-AR MSA (TN Part) +261,451,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +261,452,266,Washington DC-MD-VA-WV CSA (VA Part) +261,453,268,Seattle WA CSA +261,454,12,Chicago IL-IN-WI CSA (IL Part) +261,455,249,Memphis TN-MS-AR MSA (TN Part) +261,456,154,Alaska +261,457,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +261,458,203,Detroit MI CSA +261,459,154,Alaska +261,460,223,New York NY-NJ-CT-PA CSA (NY Part) +261,461,153,Remainder of Alabama +261,462,217,New York NY-NJ-CT-PA CSA (NJ Part) +261,463,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +261,464,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +261,465,164,Denver CO CSA +261,466,154,Alaska +261,467,266,Washington DC-MD-VA-WV CSA (VA Part) +261,468,159,Los Angeles CA CSA +261,469,12,Chicago IL-IN-WI CSA (IL Part) +261,470,159,Los Angeles CA CSA +261,471,249,Memphis TN-MS-AR MSA (TN Part) +261,472,159,Los Angeles CA CSA +261,473,162,San Francisco CA CSA +261,474,186,Indianapolis IN CSA +261,475,232,Cleveland OH CSA +261,476,154,Alaska +261,477,12,Chicago IL-IN-WI CSA (IL Part) +261,478,164,Denver CO CSA +261,479,162,San Francisco CA CSA +261,480,223,New York NY-NJ-CT-PA CSA (NY Part) +261,481,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +261,482,203,Detroit MI CSA +261,483,12,Chicago IL-IN-WI CSA (IL Part) +261,484,257,Houston TX CSA +261,485,154,Alaska +261,486,268,Seattle WA CSA +261,487,172,Miami FL MSA +261,488,154,Alaska +261,489,201,Boston MA-NH CSA (MA Part) +261,490,201,Boston MA-NH CSA (MA Part) +261,491,223,New York NY-NJ-CT-PA CSA (NY Part) +262,274,162,San Francisco CA CSA +262,275,223,New York NY-NJ-CT-PA CSA (NY Part) +262,276,176,Atlanta GA-AL CSA (GA Part) +262,277,266,Washington DC-MD-VA-WV CSA (VA Part) +262,278,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +262,279,249,Memphis TN-MS-AR MSA (TN Part) +262,280,257,Houston TX CSA +262,281,173,Orlando FL CSA +262,282,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +262,283,255,Dallas-Fort Worth TX CSA +262,284,162,San Francisco CA CSA +262,285,12,Chicago IL-IN-WI CSA (IL Part) +262,286,159,Los Angeles CA CSA +262,287,249,Memphis TN-MS-AR MSA (TN Part) +262,288,12,Chicago IL-IN-WI CSA (IL Part) +262,289,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +262,290,249,Memphis TN-MS-AR MSA (TN Part) +262,291,159,Los Angeles CA CSA +262,292,203,Detroit MI CSA +262,293,257,Houston TX CSA +262,294,201,Boston MA-NH CSA (MA Part) +262,295,186,Indianapolis IN CSA +262,296,162,San Francisco CA CSA +262,297,172,Miami FL MSA +262,298,12,Chicago IL-IN-WI CSA (IL Part) +262,299,223,New York NY-NJ-CT-PA CSA (NY Part) +262,300,257,Houston TX CSA +262,301,154,Alaska +262,302,249,Memphis TN-MS-AR MSA (TN Part) +262,303,159,Los Angeles CA CSA +262,304,223,New York NY-NJ-CT-PA CSA (NY Part) +262,305,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +262,306,223,New York NY-NJ-CT-PA CSA (NY Part) +262,307,223,New York NY-NJ-CT-PA CSA (NY Part) +262,308,159,Los Angeles CA CSA +262,309,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +262,310,159,Los Angeles CA CSA +262,311,191,Louisville KY-IN CSA (KY Part) +262,312,255,Dallas-Fort Worth TX CSA +262,313,12,Chicago IL-IN-WI CSA (IL Part) +262,314,12,Chicago IL-IN-WI CSA (IL Part) +262,315,249,Memphis TN-MS-AR MSA (TN Part) +262,316,159,Los Angeles CA CSA +262,317,159,Los Angeles CA CSA +262,318,159,Los Angeles CA CSA +262,319,195,New Orleans LA CSA +262,320,255,Dallas-Fort Worth TX CSA +262,321,173,Orlando FL CSA +262,322,159,Los Angeles CA CSA +262,323,255,Dallas-Fort Worth TX CSA +262,324,223,New York NY-NJ-CT-PA CSA (NY Part) +262,325,249,Memphis TN-MS-AR MSA (TN Part) +262,326,172,Miami FL MSA +262,327,223,New York NY-NJ-CT-PA CSA (NY Part) +262,328,12,Chicago IL-IN-WI CSA (IL Part) +262,329,266,Washington DC-MD-VA-WV CSA (VA Part) +262,330,12,Chicago IL-IN-WI CSA (IL Part) +262,331,217,New York NY-NJ-CT-PA CSA (NJ Part) +262,332,172,Miami FL MSA +262,333,153,Remainder of Alabama +262,334,257,Houston TX CSA +262,335,186,Indianapolis IN CSA +262,336,159,Los Angeles CA CSA +262,337,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +262,338,203,Detroit MI CSA +262,339,162,San Francisco CA CSA +262,340,191,Louisville KY-IN CSA (KY Part) +262,341,195,New Orleans LA CSA +262,342,12,Chicago IL-IN-WI CSA (IL Part) +262,343,159,Los Angeles CA CSA +262,344,203,Detroit MI CSA +262,345,223,New York NY-NJ-CT-PA CSA (NY Part) +262,346,257,Houston TX CSA +262,347,191,Louisville KY-IN CSA (KY Part) +262,348,217,New York NY-NJ-CT-PA CSA (NJ Part) +262,349,203,Detroit MI CSA +262,350,232,Cleveland OH CSA +262,351,231,Cincinnati OH-KY-IN CSA (OH Part) +262,352,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +262,353,249,Memphis TN-MS-AR MSA (TN Part) +262,354,159,Los Angeles CA CSA +262,355,257,Houston TX CSA +262,356,255,Dallas-Fort Worth TX CSA +262,357,217,New York NY-NJ-CT-PA CSA (NJ Part) +262,358,176,Atlanta GA-AL CSA (GA Part) +262,359,172,Miami FL MSA +262,360,172,Miami FL MSA +262,361,12,Chicago IL-IN-WI CSA (IL Part) +262,362,217,New York NY-NJ-CT-PA CSA (NJ Part) +262,363,257,Houston TX CSA +262,364,203,Detroit MI CSA +262,365,191,Louisville KY-IN CSA (KY Part) +262,366,162,San Francisco CA CSA +262,367,154,Alaska +262,368,164,Denver CO CSA +262,369,223,New York NY-NJ-CT-PA CSA (NY Part) +262,370,217,New York NY-NJ-CT-PA CSA (NJ Part) +262,371,217,New York NY-NJ-CT-PA CSA (NJ Part) +262,372,223,New York NY-NJ-CT-PA CSA (NY Part) +262,373,255,Dallas-Fort Worth TX CSA +262,374,159,Los Angeles CA CSA +262,375,249,Memphis TN-MS-AR MSA (TN Part) +262,376,154,Alaska +262,377,223,New York NY-NJ-CT-PA CSA (NY Part) +262,378,176,Atlanta GA-AL CSA (GA Part) +262,379,12,Chicago IL-IN-WI CSA (IL Part) +262,380,154,Alaska +262,381,159,Los Angeles CA CSA +262,382,268,Seattle WA CSA +262,383,223,New York NY-NJ-CT-PA CSA (NY Part) +262,384,12,Chicago IL-IN-WI CSA (IL Part) +262,385,223,New York NY-NJ-CT-PA CSA (NY Part) +262,386,12,Chicago IL-IN-WI CSA (IL Part) +262,387,201,Boston MA-NH CSA (MA Part) +262,388,223,New York NY-NJ-CT-PA CSA (NY Part) +262,389,203,Detroit MI CSA +262,390,217,New York NY-NJ-CT-PA CSA (NJ Part) +262,391,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +262,392,162,San Francisco CA CSA +262,393,223,New York NY-NJ-CT-PA CSA (NY Part) +262,394,249,Memphis TN-MS-AR MSA (TN Part) +262,395,12,Chicago IL-IN-WI CSA (IL Part) +262,396,268,Seattle WA CSA +262,397,201,Boston MA-NH CSA (MA Part) +262,398,249,Memphis TN-MS-AR MSA (TN Part) +262,399,159,Los Angeles CA CSA +262,400,159,Los Angeles CA CSA +262,401,266,Washington DC-MD-VA-WV CSA (VA Part) +262,402,186,Indianapolis IN CSA +262,403,159,Los Angeles CA CSA +262,404,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +262,405,172,Miami FL MSA +262,406,203,Detroit MI CSA +262,407,172,Miami FL MSA +262,408,159,Los Angeles CA CSA +262,409,191,Louisville KY-IN CSA (KY Part) +262,410,159,Los Angeles CA CSA +262,411,12,Chicago IL-IN-WI CSA (IL Part) +262,412,249,Memphis TN-MS-AR MSA (TN Part) +262,413,162,San Francisco CA CSA +262,414,249,Memphis TN-MS-AR MSA (TN Part) +262,415,176,Atlanta GA-AL CSA (GA Part) +262,416,223,New York NY-NJ-CT-PA CSA (NY Part) +262,417,159,Los Angeles CA CSA +262,418,159,Los Angeles CA CSA +262,419,12,Chicago IL-IN-WI CSA (IL Part) +262,420,154,Alaska +262,421,268,Seattle WA CSA +262,422,154,Alaska +262,423,12,Chicago IL-IN-WI CSA (IL Part) +262,424,255,Dallas-Fort Worth TX CSA +262,425,159,Los Angeles CA CSA +262,426,172,Miami FL MSA +262,427,172,Miami FL MSA +262,428,159,Los Angeles CA CSA +262,429,255,Dallas-Fort Worth TX CSA +262,430,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +262,431,223,New York NY-NJ-CT-PA CSA (NY Part) +262,432,223,New York NY-NJ-CT-PA CSA (NY Part) +262,433,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +262,434,232,Cleveland OH CSA +262,435,159,Los Angeles CA CSA +262,436,217,New York NY-NJ-CT-PA CSA (NJ Part) +262,437,172,Miami FL MSA +262,438,195,New Orleans LA CSA +262,439,172,Miami FL MSA +262,440,176,Atlanta GA-AL CSA (GA Part) +262,441,159,Los Angeles CA CSA +262,442,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +262,443,12,Chicago IL-IN-WI CSA (IL Part) +262,444,12,Chicago IL-IN-WI CSA (IL Part) +262,445,203,Detroit MI CSA +262,446,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +262,447,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +262,448,223,New York NY-NJ-CT-PA CSA (NY Part) +262,449,159,Los Angeles CA CSA +262,450,176,Atlanta GA-AL CSA (GA Part) +262,451,12,Chicago IL-IN-WI CSA (IL Part) +262,452,268,Seattle WA CSA +262,453,268,Seattle WA CSA +262,454,217,New York NY-NJ-CT-PA CSA (NJ Part) +262,455,255,Dallas-Fort Worth TX CSA +262,456,154,Alaska +262,457,12,Chicago IL-IN-WI CSA (IL Part) +262,458,223,New York NY-NJ-CT-PA CSA (NY Part) +262,459,154,Alaska +262,460,12,Chicago IL-IN-WI CSA (IL Part) +262,461,255,Dallas-Fort Worth TX CSA +262,462,176,Atlanta GA-AL CSA (GA Part) +262,463,159,Los Angeles CA CSA +262,464,191,Louisville KY-IN CSA (KY Part) +262,465,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +262,466,12,Chicago IL-IN-WI CSA (IL Part) +262,467,266,Washington DC-MD-VA-WV CSA (VA Part) +262,468,154,Alaska +262,469,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +262,470,159,Los Angeles CA CSA +262,471,223,New York NY-NJ-CT-PA CSA (NY Part) +262,472,159,Los Angeles CA CSA +262,473,159,Los Angeles CA CSA +262,474,172,Miami FL MSA +262,475,232,Cleveland OH CSA +262,476,223,New York NY-NJ-CT-PA CSA (NY Part) +262,477,154,Alaska +262,478,172,Miami FL MSA +262,479,159,Los Angeles CA CSA +262,480,217,New York NY-NJ-CT-PA CSA (NJ Part) +262,481,268,Seattle WA CSA +262,482,12,Chicago IL-IN-WI CSA (IL Part) +262,483,12,Chicago IL-IN-WI CSA (IL Part) +262,484,176,Atlanta GA-AL CSA (GA Part) +262,485,232,Cleveland OH CSA +262,486,159,Los Angeles CA CSA +262,487,164,Denver CO CSA +262,488,159,Los Angeles CA CSA +262,489,268,Seattle WA CSA +262,490,12,Chicago IL-IN-WI CSA (IL Part) +262,491,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,274,223,New York NY-NJ-CT-PA CSA (NY Part) +263,275,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +263,276,223,New York NY-NJ-CT-PA CSA (NY Part) +263,277,223,New York NY-NJ-CT-PA CSA (NY Part) +263,278,226,Charlotte NC-SC CSA (NC Part) +263,279,223,New York NY-NJ-CT-PA CSA (NY Part) +263,280,223,New York NY-NJ-CT-PA CSA (NY Part) +263,281,172,Miami FL MSA +263,282,223,New York NY-NJ-CT-PA CSA (NY Part) +263,283,223,New York NY-NJ-CT-PA CSA (NY Part) +263,284,12,Chicago IL-IN-WI CSA (IL Part) +263,285,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +263,286,266,Washington DC-MD-VA-WV CSA (VA Part) +263,287,223,New York NY-NJ-CT-PA CSA (NY Part) +263,288,223,New York NY-NJ-CT-PA CSA (NY Part) +263,289,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,290,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,291,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +263,292,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,293,172,Miami FL MSA +263,294,223,New York NY-NJ-CT-PA CSA (NY Part) +263,295,201,Boston MA-NH CSA (MA Part) +263,296,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,297,223,New York NY-NJ-CT-PA CSA (NY Part) +263,298,266,Washington DC-MD-VA-WV CSA (VA Part) +263,299,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +263,300,172,Miami FL MSA +263,301,223,New York NY-NJ-CT-PA CSA (NY Part) +263,302,223,New York NY-NJ-CT-PA CSA (NY Part) +263,303,154,Alaska +263,304,223,New York NY-NJ-CT-PA CSA (NY Part) +263,305,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,306,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,307,223,New York NY-NJ-CT-PA CSA (NY Part) +263,308,154,Alaska +263,309,266,Washington DC-MD-VA-WV CSA (VA Part) +263,310,203,Detroit MI CSA +263,311,201,Boston MA-NH CSA (MA Part) +263,312,172,Miami FL MSA +263,313,223,New York NY-NJ-CT-PA CSA (NY Part) +263,314,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,315,172,Miami FL MSA +263,316,201,Boston MA-NH CSA (MA Part) +263,317,154,Alaska +263,318,154,Alaska +263,319,201,Boston MA-NH CSA (MA Part) +263,320,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,321,223,New York NY-NJ-CT-PA CSA (NY Part) +263,322,12,Chicago IL-IN-WI CSA (IL Part) +263,323,223,New York NY-NJ-CT-PA CSA (NY Part) +263,324,223,New York NY-NJ-CT-PA CSA (NY Part) +263,325,223,New York NY-NJ-CT-PA CSA (NY Part) +263,326,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,327,223,New York NY-NJ-CT-PA CSA (NY Part) +263,328,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,329,223,New York NY-NJ-CT-PA CSA (NY Part) +263,330,223,New York NY-NJ-CT-PA CSA (NY Part) +263,331,223,New York NY-NJ-CT-PA CSA (NY Part) +263,332,223,New York NY-NJ-CT-PA CSA (NY Part) +263,333,223,New York NY-NJ-CT-PA CSA (NY Part) +263,334,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +263,335,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,336,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,337,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,338,223,New York NY-NJ-CT-PA CSA (NY Part) +263,339,203,Detroit MI CSA +263,340,223,New York NY-NJ-CT-PA CSA (NY Part) +263,341,176,Atlanta GA-AL CSA (GA Part) +263,342,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,343,12,Chicago IL-IN-WI CSA (IL Part) +263,344,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,345,223,New York NY-NJ-CT-PA CSA (NY Part) +263,346,266,Washington DC-MD-VA-WV CSA (VA Part) +263,347,223,New York NY-NJ-CT-PA CSA (NY Part) +263,348,223,New York NY-NJ-CT-PA CSA (NY Part) +263,349,223,New York NY-NJ-CT-PA CSA (NY Part) +263,350,201,Boston MA-NH CSA (MA Part) +263,351,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,352,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,353,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +263,354,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,355,223,New York NY-NJ-CT-PA CSA (NY Part) +263,356,223,New York NY-NJ-CT-PA CSA (NY Part) +263,357,223,New York NY-NJ-CT-PA CSA (NY Part) +263,358,266,Washington DC-MD-VA-WV CSA (VA Part) +263,359,223,New York NY-NJ-CT-PA CSA (NY Part) +263,360,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,361,266,Washington DC-MD-VA-WV CSA (VA Part) +263,362,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +263,363,223,New York NY-NJ-CT-PA CSA (NY Part) +263,364,223,New York NY-NJ-CT-PA CSA (NY Part) +263,365,223,New York NY-NJ-CT-PA CSA (NY Part) +263,366,223,New York NY-NJ-CT-PA CSA (NY Part) +263,367,192,Remainder of Kentucky +263,368,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,369,223,New York NY-NJ-CT-PA CSA (NY Part) +263,370,223,New York NY-NJ-CT-PA CSA (NY Part) +263,371,223,New York NY-NJ-CT-PA CSA (NY Part) +263,372,223,New York NY-NJ-CT-PA CSA (NY Part) +263,373,223,New York NY-NJ-CT-PA CSA (NY Part) +263,374,154,Alaska +263,375,203,Detroit MI CSA +263,376,266,Washington DC-MD-VA-WV CSA (VA Part) +263,377,223,New York NY-NJ-CT-PA CSA (NY Part) +263,378,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +263,379,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +263,380,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,381,223,New York NY-NJ-CT-PA CSA (NY Part) +263,382,223,New York NY-NJ-CT-PA CSA (NY Part) +263,383,223,New York NY-NJ-CT-PA CSA (NY Part) +263,384,223,New York NY-NJ-CT-PA CSA (NY Part) +263,385,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,386,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,387,169,Delaware +263,388,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +263,389,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +263,390,223,New York NY-NJ-CT-PA CSA (NY Part) +263,391,223,New York NY-NJ-CT-PA CSA (NY Part) +263,392,154,Alaska +263,393,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,394,223,New York NY-NJ-CT-PA CSA (NY Part) +263,395,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,396,232,Cleveland OH CSA +263,397,266,Washington DC-MD-VA-WV CSA (VA Part) +263,398,201,Boston MA-NH CSA (MA Part) +263,399,223,New York NY-NJ-CT-PA CSA (NY Part) +263,400,203,Detroit MI CSA +263,401,223,New York NY-NJ-CT-PA CSA (NY Part) +263,402,266,Washington DC-MD-VA-WV CSA (VA Part) +263,403,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,404,223,New York NY-NJ-CT-PA CSA (NY Part) +263,405,223,New York NY-NJ-CT-PA CSA (NY Part) +263,406,223,New York NY-NJ-CT-PA CSA (NY Part) +263,407,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,408,232,Cleveland OH CSA +263,409,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +263,410,12,Chicago IL-IN-WI CSA (IL Part) +263,411,223,New York NY-NJ-CT-PA CSA (NY Part) +263,412,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,413,266,Washington DC-MD-VA-WV CSA (VA Part) +263,414,223,New York NY-NJ-CT-PA CSA (NY Part) +263,415,223,New York NY-NJ-CT-PA CSA (NY Part) +263,416,223,New York NY-NJ-CT-PA CSA (NY Part) +263,417,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,418,223,New York NY-NJ-CT-PA CSA (NY Part) +263,419,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,420,223,New York NY-NJ-CT-PA CSA (NY Part) +263,421,223,New York NY-NJ-CT-PA CSA (NY Part) +263,422,154,Alaska +263,423,223,New York NY-NJ-CT-PA CSA (NY Part) +263,424,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,425,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +263,426,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,427,223,New York NY-NJ-CT-PA CSA (NY Part) +263,428,203,Detroit MI CSA +263,429,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,430,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,431,223,New York NY-NJ-CT-PA CSA (NY Part) +263,432,223,New York NY-NJ-CT-PA CSA (NY Part) +263,433,223,New York NY-NJ-CT-PA CSA (NY Part) +263,434,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +263,435,266,Washington DC-MD-VA-WV CSA (VA Part) +263,436,201,Boston MA-NH CSA (MA Part) +263,437,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +263,438,223,New York NY-NJ-CT-PA CSA (NY Part) +263,439,223,New York NY-NJ-CT-PA CSA (NY Part) +263,440,223,New York NY-NJ-CT-PA CSA (NY Part) +263,441,203,Detroit MI CSA +263,442,223,New York NY-NJ-CT-PA CSA (NY Part) +263,443,223,New York NY-NJ-CT-PA CSA (NY Part) +263,444,201,Boston MA-NH CSA (MA Part) +263,445,223,New York NY-NJ-CT-PA CSA (NY Part) +263,446,223,New York NY-NJ-CT-PA CSA (NY Part) +263,447,223,New York NY-NJ-CT-PA CSA (NY Part) +263,448,201,Boston MA-NH CSA (MA Part) +263,449,12,Chicago IL-IN-WI CSA (IL Part) +263,450,223,New York NY-NJ-CT-PA CSA (NY Part) +263,451,223,New York NY-NJ-CT-PA CSA (NY Part) +263,452,223,New York NY-NJ-CT-PA CSA (NY Part) +263,453,203,Detroit MI CSA +263,454,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +263,455,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +263,456,154,Alaska +263,457,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,458,223,New York NY-NJ-CT-PA CSA (NY Part) +263,459,223,New York NY-NJ-CT-PA CSA (NY Part) +263,460,266,Washington DC-MD-VA-WV CSA (VA Part) +263,461,223,New York NY-NJ-CT-PA CSA (NY Part) +263,462,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,463,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,464,201,Boston MA-NH CSA (MA Part) +263,465,223,New York NY-NJ-CT-PA CSA (NY Part) +263,466,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +263,467,223,New York NY-NJ-CT-PA CSA (NY Part) +263,468,223,New York NY-NJ-CT-PA CSA (NY Part) +263,469,223,New York NY-NJ-CT-PA CSA (NY Part) +263,470,176,Atlanta GA-AL CSA (GA Part) +263,471,223,New York NY-NJ-CT-PA CSA (NY Part) +263,472,249,Memphis TN-MS-AR MSA (TN Part) +263,473,12,Chicago IL-IN-WI CSA (IL Part) +263,474,223,New York NY-NJ-CT-PA CSA (NY Part) +263,475,223,New York NY-NJ-CT-PA CSA (NY Part) +263,476,266,Washington DC-MD-VA-WV CSA (VA Part) +263,477,223,New York NY-NJ-CT-PA CSA (NY Part) +263,478,266,Washington DC-MD-VA-WV CSA (VA Part) +263,479,223,New York NY-NJ-CT-PA CSA (NY Part) +263,480,223,New York NY-NJ-CT-PA CSA (NY Part) +263,481,223,New York NY-NJ-CT-PA CSA (NY Part) +263,482,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,483,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +263,484,223,New York NY-NJ-CT-PA CSA (NY Part) +263,485,223,New York NY-NJ-CT-PA CSA (NY Part) +263,486,179,Honolulu HI MSA +263,487,223,New York NY-NJ-CT-PA CSA (NY Part) +263,488,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,489,223,New York NY-NJ-CT-PA CSA (NY Part) +263,490,217,New York NY-NJ-CT-PA CSA (NJ Part) +263,491,223,New York NY-NJ-CT-PA CSA (NY Part) +264,274,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +264,275,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,276,201,Boston MA-NH CSA (MA Part) +264,277,169,Delaware +264,278,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,279,266,Washington DC-MD-VA-WV CSA (VA Part) +264,280,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +264,281,172,Miami FL MSA +264,282,223,New York NY-NJ-CT-PA CSA (NY Part) +264,283,266,Washington DC-MD-VA-WV CSA (VA Part) +264,284,12,Chicago IL-IN-WI CSA (IL Part) +264,285,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,286,203,Detroit MI CSA +264,287,266,Washington DC-MD-VA-WV CSA (VA Part) +264,288,223,New York NY-NJ-CT-PA CSA (NY Part) +264,289,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,290,266,Washington DC-MD-VA-WV CSA (VA Part) +264,291,223,New York NY-NJ-CT-PA CSA (NY Part) +264,292,223,New York NY-NJ-CT-PA CSA (NY Part) +264,293,172,Miami FL MSA +264,294,223,New York NY-NJ-CT-PA CSA (NY Part) +264,295,223,New York NY-NJ-CT-PA CSA (NY Part) +264,296,223,New York NY-NJ-CT-PA CSA (NY Part) +264,297,172,Miami FL MSA +264,298,223,New York NY-NJ-CT-PA CSA (NY Part) +264,299,201,Boston MA-NH CSA (MA Part) +264,300,172,Miami FL MSA +264,301,223,New York NY-NJ-CT-PA CSA (NY Part) +264,302,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +264,303,245,Charleston SC MSA +264,304,266,Washington DC-MD-VA-WV CSA (VA Part) +264,305,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,306,226,Charlotte NC-SC CSA (NC Part) +264,307,266,Washington DC-MD-VA-WV CSA (VA Part) +264,308,191,Louisville KY-IN CSA (KY Part) +264,309,223,New York NY-NJ-CT-PA CSA (NY Part) +264,310,203,Detroit MI CSA +264,311,266,Washington DC-MD-VA-WV CSA (VA Part) +264,312,172,Miami FL MSA +264,313,223,New York NY-NJ-CT-PA CSA (NY Part) +264,314,266,Washington DC-MD-VA-WV CSA (VA Part) +264,315,172,Miami FL MSA +264,316,223,New York NY-NJ-CT-PA CSA (NY Part) +264,317,154,Alaska +264,318,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +264,319,172,Miami FL MSA +264,320,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +264,321,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,322,172,Miami FL MSA +264,323,226,Charlotte NC-SC CSA (NC Part) +264,324,266,Washington DC-MD-VA-WV CSA (VA Part) +264,325,172,Miami FL MSA +264,326,266,Washington DC-MD-VA-WV CSA (VA Part) +264,327,266,Washington DC-MD-VA-WV CSA (VA Part) +264,328,223,New York NY-NJ-CT-PA CSA (NY Part) +264,329,223,New York NY-NJ-CT-PA CSA (NY Part) +264,330,223,New York NY-NJ-CT-PA CSA (NY Part) +264,331,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,332,172,Miami FL MSA +264,333,172,Miami FL MSA +264,334,172,Miami FL MSA +264,335,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,336,172,Miami FL MSA +264,337,223,New York NY-NJ-CT-PA CSA (NY Part) +264,338,266,Washington DC-MD-VA-WV CSA (VA Part) +264,339,223,New York NY-NJ-CT-PA CSA (NY Part) +264,340,266,Washington DC-MD-VA-WV CSA (VA Part) +264,341,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,342,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,343,266,Washington DC-MD-VA-WV CSA (VA Part) +264,344,223,New York NY-NJ-CT-PA CSA (NY Part) +264,345,266,Washington DC-MD-VA-WV CSA (VA Part) +264,346,172,Miami FL MSA +264,347,223,New York NY-NJ-CT-PA CSA (NY Part) +264,348,223,New York NY-NJ-CT-PA CSA (NY Part) +264,349,223,New York NY-NJ-CT-PA CSA (NY Part) +264,350,223,New York NY-NJ-CT-PA CSA (NY Part) +264,351,223,New York NY-NJ-CT-PA CSA (NY Part) +264,352,201,Boston MA-NH CSA (MA Part) +264,353,201,Boston MA-NH CSA (MA Part) +264,354,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +264,355,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +264,356,176,Atlanta GA-AL CSA (GA Part) +264,357,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,358,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,359,172,Miami FL MSA +264,360,172,Miami FL MSA +264,361,172,Miami FL MSA +264,362,223,New York NY-NJ-CT-PA CSA (NY Part) +264,363,172,Miami FL MSA +264,364,223,New York NY-NJ-CT-PA CSA (NY Part) +264,365,223,New York NY-NJ-CT-PA CSA (NY Part) +264,366,266,Washington DC-MD-VA-WV CSA (VA Part) +264,367,223,New York NY-NJ-CT-PA CSA (NY Part) +264,368,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,369,223,New York NY-NJ-CT-PA CSA (NY Part) +264,370,266,Washington DC-MD-VA-WV CSA (VA Part) +264,371,223,New York NY-NJ-CT-PA CSA (NY Part) +264,372,223,New York NY-NJ-CT-PA CSA (NY Part) +264,373,245,Charleston SC MSA +264,374,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,375,232,Cleveland OH CSA +264,376,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,377,266,Washington DC-MD-VA-WV CSA (VA Part) +264,378,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,379,201,Boston MA-NH CSA (MA Part) +264,380,266,Washington DC-MD-VA-WV CSA (VA Part) +264,381,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +264,382,223,New York NY-NJ-CT-PA CSA (NY Part) +264,383,223,New York NY-NJ-CT-PA CSA (NY Part) +264,384,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,385,266,Washington DC-MD-VA-WV CSA (VA Part) +264,386,223,New York NY-NJ-CT-PA CSA (NY Part) +264,387,223,New York NY-NJ-CT-PA CSA (NY Part) +264,388,223,New York NY-NJ-CT-PA CSA (NY Part) +264,389,223,New York NY-NJ-CT-PA CSA (NY Part) +264,390,223,New York NY-NJ-CT-PA CSA (NY Part) +264,391,12,Chicago IL-IN-WI CSA (IL Part) +264,392,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,393,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,394,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,395,223,New York NY-NJ-CT-PA CSA (NY Part) +264,396,191,Louisville KY-IN CSA (KY Part) +264,397,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,398,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,399,176,Atlanta GA-AL CSA (GA Part) +264,400,159,Los Angeles CA CSA +264,401,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +264,402,223,New York NY-NJ-CT-PA CSA (NY Part) +264,403,232,Cleveland OH CSA +264,404,223,New York NY-NJ-CT-PA CSA (NY Part) +264,405,266,Washington DC-MD-VA-WV CSA (VA Part) +264,406,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +264,407,223,New York NY-NJ-CT-PA CSA (NY Part) +264,408,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +264,409,266,Washington DC-MD-VA-WV CSA (VA Part) +264,410,12,Chicago IL-IN-WI CSA (IL Part) +264,411,266,Washington DC-MD-VA-WV CSA (VA Part) +264,412,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +264,413,172,Miami FL MSA +264,414,172,Miami FL MSA +264,415,223,New York NY-NJ-CT-PA CSA (NY Part) +264,416,223,New York NY-NJ-CT-PA CSA (NY Part) +264,417,159,Los Angeles CA CSA +264,418,186,Indianapolis IN CSA +264,419,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +264,420,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,421,201,Boston MA-NH CSA (MA Part) +264,422,266,Washington DC-MD-VA-WV CSA (VA Part) +264,423,223,New York NY-NJ-CT-PA CSA (NY Part) +264,424,173,Orlando FL CSA +264,425,12,Chicago IL-IN-WI CSA (IL Part) +264,426,172,Miami FL MSA +264,427,172,Miami FL MSA +264,428,249,Memphis TN-MS-AR MSA (TN Part) +264,429,191,Louisville KY-IN CSA (KY Part) +264,430,223,New York NY-NJ-CT-PA CSA (NY Part) +264,431,223,New York NY-NJ-CT-PA CSA (NY Part) +264,432,223,New York NY-NJ-CT-PA CSA (NY Part) +264,433,266,Washington DC-MD-VA-WV CSA (VA Part) +264,434,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,435,223,New York NY-NJ-CT-PA CSA (NY Part) +264,436,201,Boston MA-NH CSA (MA Part) +264,437,223,New York NY-NJ-CT-PA CSA (NY Part) +264,438,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +264,439,266,Washington DC-MD-VA-WV CSA (VA Part) +264,440,172,Miami FL MSA +264,441,176,Atlanta GA-AL CSA (GA Part) +264,442,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,443,223,New York NY-NJ-CT-PA CSA (NY Part) +264,444,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +264,445,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,446,223,New York NY-NJ-CT-PA CSA (NY Part) +264,447,223,New York NY-NJ-CT-PA CSA (NY Part) +264,448,223,New York NY-NJ-CT-PA CSA (NY Part) +264,449,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +264,450,266,Washington DC-MD-VA-WV CSA (VA Part) +264,451,223,New York NY-NJ-CT-PA CSA (NY Part) +264,452,266,Washington DC-MD-VA-WV CSA (VA Part) +264,453,12,Chicago IL-IN-WI CSA (IL Part) +264,454,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,455,201,Boston MA-NH CSA (MA Part) +264,456,169,Delaware +264,457,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,458,232,Cleveland OH CSA +264,459,266,Washington DC-MD-VA-WV CSA (VA Part) +264,460,266,Washington DC-MD-VA-WV CSA (VA Part) +264,461,223,New York NY-NJ-CT-PA CSA (NY Part) +264,462,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,463,223,New York NY-NJ-CT-PA CSA (NY Part) +264,464,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,465,266,Washington DC-MD-VA-WV CSA (VA Part) +264,466,231,Cincinnati OH-KY-IN CSA (OH Part) +264,467,266,Washington DC-MD-VA-WV CSA (VA Part) +264,468,223,New York NY-NJ-CT-PA CSA (NY Part) +264,469,223,New York NY-NJ-CT-PA CSA (NY Part) +264,470,154,Alaska +264,471,223,New York NY-NJ-CT-PA CSA (NY Part) +264,472,191,Louisville KY-IN CSA (KY Part) +264,473,176,Atlanta GA-AL CSA (GA Part) +264,474,223,New York NY-NJ-CT-PA CSA (NY Part) +264,475,266,Washington DC-MD-VA-WV CSA (VA Part) +264,476,223,New York NY-NJ-CT-PA CSA (NY Part) +264,477,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +264,478,172,Miami FL MSA +264,479,162,San Francisco CA CSA +264,480,223,New York NY-NJ-CT-PA CSA (NY Part) +264,481,217,New York NY-NJ-CT-PA CSA (NJ Part) +264,482,266,Washington DC-MD-VA-WV CSA (VA Part) +264,483,223,New York NY-NJ-CT-PA CSA (NY Part) +264,484,172,Miami FL MSA +264,485,232,Cleveland OH CSA +264,486,12,Chicago IL-IN-WI CSA (IL Part) +264,487,172,Miami FL MSA +264,488,191,Louisville KY-IN CSA (KY Part) +264,489,223,New York NY-NJ-CT-PA CSA (NY Part) +264,490,266,Washington DC-MD-VA-WV CSA (VA Part) +264,491,201,Boston MA-NH CSA (MA Part) +265,274,223,New York NY-NJ-CT-PA CSA (NY Part) +265,275,223,New York NY-NJ-CT-PA CSA (NY Part) +265,276,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,277,266,Washington DC-MD-VA-WV CSA (VA Part) +265,278,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,279,223,New York NY-NJ-CT-PA CSA (NY Part) +265,280,223,New York NY-NJ-CT-PA CSA (NY Part) +265,281,173,Orlando FL CSA +265,282,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,283,172,Miami FL MSA +265,284,12,Chicago IL-IN-WI CSA (IL Part) +265,285,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,286,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,287,172,Miami FL MSA +265,288,223,New York NY-NJ-CT-PA CSA (NY Part) +265,289,223,New York NY-NJ-CT-PA CSA (NY Part) +265,290,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +265,291,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,292,266,Washington DC-MD-VA-WV CSA (VA Part) +265,293,172,Miami FL MSA +265,294,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +265,295,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +265,296,223,New York NY-NJ-CT-PA CSA (NY Part) +265,297,223,New York NY-NJ-CT-PA CSA (NY Part) +265,298,223,New York NY-NJ-CT-PA CSA (NY Part) +265,299,223,New York NY-NJ-CT-PA CSA (NY Part) +265,300,172,Miami FL MSA +265,301,223,New York NY-NJ-CT-PA CSA (NY Part) +265,302,266,Washington DC-MD-VA-WV CSA (VA Part) +265,303,266,Washington DC-MD-VA-WV CSA (VA Part) +265,304,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,305,223,New York NY-NJ-CT-PA CSA (NY Part) +265,306,223,New York NY-NJ-CT-PA CSA (NY Part) +265,307,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,308,266,Washington DC-MD-VA-WV CSA (VA Part) +265,309,223,New York NY-NJ-CT-PA CSA (NY Part) +265,310,266,Washington DC-MD-VA-WV CSA (VA Part) +265,311,169,Delaware +265,312,172,Miami FL MSA +265,313,223,New York NY-NJ-CT-PA CSA (NY Part) +265,314,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,315,172,Miami FL MSA +265,316,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,317,12,Chicago IL-IN-WI CSA (IL Part) +265,318,223,New York NY-NJ-CT-PA CSA (NY Part) +265,319,172,Miami FL MSA +265,320,223,New York NY-NJ-CT-PA CSA (NY Part) +265,321,266,Washington DC-MD-VA-WV CSA (VA Part) +265,322,266,Washington DC-MD-VA-WV CSA (VA Part) +265,323,172,Miami FL MSA +265,324,223,New York NY-NJ-CT-PA CSA (NY Part) +265,325,172,Miami FL MSA +265,326,172,Miami FL MSA +265,327,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +265,328,266,Washington DC-MD-VA-WV CSA (VA Part) +265,329,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,330,266,Washington DC-MD-VA-WV CSA (VA Part) +265,331,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,332,245,Charleston SC MSA +265,333,172,Miami FL MSA +265,334,172,Miami FL MSA +265,335,223,New York NY-NJ-CT-PA CSA (NY Part) +265,336,172,Miami FL MSA +265,337,223,New York NY-NJ-CT-PA CSA (NY Part) +265,338,223,New York NY-NJ-CT-PA CSA (NY Part) +265,339,223,New York NY-NJ-CT-PA CSA (NY Part) +265,340,223,New York NY-NJ-CT-PA CSA (NY Part) +265,341,172,Miami FL MSA +265,342,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,343,159,Los Angeles CA CSA +265,344,223,New York NY-NJ-CT-PA CSA (NY Part) +265,345,266,Washington DC-MD-VA-WV CSA (VA Part) +265,346,266,Washington DC-MD-VA-WV CSA (VA Part) +265,347,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +265,348,223,New York NY-NJ-CT-PA CSA (NY Part) +265,349,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,350,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,351,201,Boston MA-NH CSA (MA Part) +265,352,266,Washington DC-MD-VA-WV CSA (VA Part) +265,353,201,Boston MA-NH CSA (MA Part) +265,354,223,New York NY-NJ-CT-PA CSA (NY Part) +265,355,245,Charleston SC MSA +265,356,172,Miami FL MSA +265,357,266,Washington DC-MD-VA-WV CSA (VA Part) +265,358,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +265,359,176,Atlanta GA-AL CSA (GA Part) +265,360,266,Washington DC-MD-VA-WV CSA (VA Part) +265,361,176,Atlanta GA-AL CSA (GA Part) +265,362,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,363,245,Charleston SC MSA +265,364,223,New York NY-NJ-CT-PA CSA (NY Part) +265,365,223,New York NY-NJ-CT-PA CSA (NY Part) +265,366,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +265,367,12,Chicago IL-IN-WI CSA (IL Part) +265,368,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,369,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,370,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,371,223,New York NY-NJ-CT-PA CSA (NY Part) +265,372,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +265,373,172,Miami FL MSA +265,374,201,Boston MA-NH CSA (MA Part) +265,375,223,New York NY-NJ-CT-PA CSA (NY Part) +265,376,266,Washington DC-MD-VA-WV CSA (VA Part) +265,377,223,New York NY-NJ-CT-PA CSA (NY Part) +265,378,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,379,223,New York NY-NJ-CT-PA CSA (NY Part) +265,380,232,Cleveland OH CSA +265,381,223,New York NY-NJ-CT-PA CSA (NY Part) +265,382,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,383,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +265,384,223,New York NY-NJ-CT-PA CSA (NY Part) +265,385,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,386,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,387,223,New York NY-NJ-CT-PA CSA (NY Part) +265,388,223,New York NY-NJ-CT-PA CSA (NY Part) +265,389,223,New York NY-NJ-CT-PA CSA (NY Part) +265,390,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +265,391,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,392,12,Chicago IL-IN-WI CSA (IL Part) +265,393,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,394,223,New York NY-NJ-CT-PA CSA (NY Part) +265,395,223,New York NY-NJ-CT-PA CSA (NY Part) +265,396,12,Chicago IL-IN-WI CSA (IL Part) +265,397,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +265,398,232,Cleveland OH CSA +265,399,226,Charlotte NC-SC CSA (NC Part) +265,400,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +265,401,223,New York NY-NJ-CT-PA CSA (NY Part) +265,402,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +265,403,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,404,266,Washington DC-MD-VA-WV CSA (VA Part) +265,405,172,Miami FL MSA +265,406,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,407,266,Washington DC-MD-VA-WV CSA (VA Part) +265,408,266,Washington DC-MD-VA-WV CSA (VA Part) +265,409,176,Atlanta GA-AL CSA (GA Part) +265,410,245,Charleston SC MSA +265,411,223,New York NY-NJ-CT-PA CSA (NY Part) +265,412,201,Boston MA-NH CSA (MA Part) +265,413,255,Dallas-Fort Worth TX CSA +265,414,172,Miami FL MSA +265,415,223,New York NY-NJ-CT-PA CSA (NY Part) +265,416,201,Boston MA-NH CSA (MA Part) +265,417,159,Los Angeles CA CSA +265,418,12,Chicago IL-IN-WI CSA (IL Part) +265,419,223,New York NY-NJ-CT-PA CSA (NY Part) +265,420,223,New York NY-NJ-CT-PA CSA (NY Part) +265,421,203,Detroit MI CSA +265,422,186,Indianapolis IN CSA +265,423,203,Detroit MI CSA +265,424,172,Miami FL MSA +265,425,12,Chicago IL-IN-WI CSA (IL Part) +265,426,172,Miami FL MSA +265,427,172,Miami FL MSA +265,428,266,Washington DC-MD-VA-WV CSA (VA Part) +265,429,257,Houston TX CSA +265,430,223,New York NY-NJ-CT-PA CSA (NY Part) +265,431,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,432,223,New York NY-NJ-CT-PA CSA (NY Part) +265,433,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,434,266,Washington DC-MD-VA-WV CSA (VA Part) +265,435,223,New York NY-NJ-CT-PA CSA (NY Part) +265,436,223,New York NY-NJ-CT-PA CSA (NY Part) +265,437,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +265,438,172,Miami FL MSA +265,439,172,Miami FL MSA +265,440,172,Miami FL MSA +265,441,12,Chicago IL-IN-WI CSA (IL Part) +265,442,223,New York NY-NJ-CT-PA CSA (NY Part) +265,443,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,444,266,Washington DC-MD-VA-WV CSA (VA Part) +265,445,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,446,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +265,447,223,New York NY-NJ-CT-PA CSA (NY Part) +265,448,223,New York NY-NJ-CT-PA CSA (NY Part) +265,449,203,Detroit MI CSA +265,450,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +265,451,223,New York NY-NJ-CT-PA CSA (NY Part) +265,452,223,New York NY-NJ-CT-PA CSA (NY Part) +265,453,159,Los Angeles CA CSA +265,454,223,New York NY-NJ-CT-PA CSA (NY Part) +265,455,172,Miami FL MSA +265,456,12,Chicago IL-IN-WI CSA (IL Part) +265,457,201,Boston MA-NH CSA (MA Part) +265,458,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,459,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,460,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,461,266,Washington DC-MD-VA-WV CSA (VA Part) +265,462,223,New York NY-NJ-CT-PA CSA (NY Part) +265,463,223,New York NY-NJ-CT-PA CSA (NY Part) +265,464,223,New York NY-NJ-CT-PA CSA (NY Part) +265,465,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +265,466,223,New York NY-NJ-CT-PA CSA (NY Part) +265,467,232,Cleveland OH CSA +265,468,169,Delaware +265,469,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,470,12,Chicago IL-IN-WI CSA (IL Part) +265,471,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,472,257,Houston TX CSA +265,473,186,Indianapolis IN CSA +265,474,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,475,169,Delaware +265,476,223,New York NY-NJ-CT-PA CSA (NY Part) +265,477,223,New York NY-NJ-CT-PA CSA (NY Part) +265,478,172,Miami FL MSA +265,479,159,Los Angeles CA CSA +265,480,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,481,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,482,223,New York NY-NJ-CT-PA CSA (NY Part) +265,483,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,484,172,Miami FL MSA +265,485,266,Washington DC-MD-VA-WV CSA (VA Part) +265,486,268,Seattle WA CSA +265,487,172,Miami FL MSA +265,488,217,New York NY-NJ-CT-PA CSA (NJ Part) +265,489,223,New York NY-NJ-CT-PA CSA (NY Part) +265,490,232,Cleveland OH CSA +265,491,201,Boston MA-NH CSA (MA Part) +266,274,223,New York NY-NJ-CT-PA CSA (NY Part) +266,275,266,Washington DC-MD-VA-WV CSA (VA Part) +266,276,201,Boston MA-NH CSA (MA Part) +266,277,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +266,278,223,New York NY-NJ-CT-PA CSA (NY Part) +266,279,226,Charlotte NC-SC CSA (NC Part) +266,280,266,Washington DC-MD-VA-WV CSA (VA Part) +266,281,172,Miami FL MSA +266,282,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,283,266,Washington DC-MD-VA-WV CSA (VA Part) +266,284,159,Los Angeles CA CSA +266,285,223,New York NY-NJ-CT-PA CSA (NY Part) +266,286,223,New York NY-NJ-CT-PA CSA (NY Part) +266,287,172,Miami FL MSA +266,288,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,289,203,Detroit MI CSA +266,290,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,291,223,New York NY-NJ-CT-PA CSA (NY Part) +266,292,223,New York NY-NJ-CT-PA CSA (NY Part) +266,293,266,Washington DC-MD-VA-WV CSA (VA Part) +266,294,223,New York NY-NJ-CT-PA CSA (NY Part) +266,295,223,New York NY-NJ-CT-PA CSA (NY Part) +266,296,266,Washington DC-MD-VA-WV CSA (VA Part) +266,297,172,Miami FL MSA +266,298,223,New York NY-NJ-CT-PA CSA (NY Part) +266,299,266,Washington DC-MD-VA-WV CSA (VA Part) +266,300,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +266,301,266,Washington DC-MD-VA-WV CSA (VA Part) +266,302,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +266,303,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +266,304,223,New York NY-NJ-CT-PA CSA (NY Part) +266,305,223,New York NY-NJ-CT-PA CSA (NY Part) +266,306,223,New York NY-NJ-CT-PA CSA (NY Part) +266,307,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +266,308,223,New York NY-NJ-CT-PA CSA (NY Part) +266,309,223,New York NY-NJ-CT-PA CSA (NY Part) +266,310,12,Chicago IL-IN-WI CSA (IL Part) +266,311,223,New York NY-NJ-CT-PA CSA (NY Part) +266,312,172,Miami FL MSA +266,313,266,Washington DC-MD-VA-WV CSA (VA Part) +266,314,223,New York NY-NJ-CT-PA CSA (NY Part) +266,315,172,Miami FL MSA +266,316,223,New York NY-NJ-CT-PA CSA (NY Part) +266,317,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +266,318,12,Chicago IL-IN-WI CSA (IL Part) +266,319,172,Miami FL MSA +266,320,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +266,321,191,Louisville KY-IN CSA (KY Part) +266,322,159,Los Angeles CA CSA +266,323,176,Atlanta GA-AL CSA (GA Part) +266,324,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,325,172,Miami FL MSA +266,326,172,Miami FL MSA +266,327,266,Washington DC-MD-VA-WV CSA (VA Part) +266,328,223,New York NY-NJ-CT-PA CSA (NY Part) +266,329,226,Charlotte NC-SC CSA (NC Part) +266,330,223,New York NY-NJ-CT-PA CSA (NY Part) +266,331,223,New York NY-NJ-CT-PA CSA (NY Part) +266,332,266,Washington DC-MD-VA-WV CSA (VA Part) +266,333,266,Washington DC-MD-VA-WV CSA (VA Part) +266,334,153,Remainder of Alabama +266,335,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +266,336,266,Washington DC-MD-VA-WV CSA (VA Part) +266,337,223,New York NY-NJ-CT-PA CSA (NY Part) +266,338,266,Washington DC-MD-VA-WV CSA (VA Part) +266,339,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,340,223,New York NY-NJ-CT-PA CSA (NY Part) +266,341,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +266,342,223,New York NY-NJ-CT-PA CSA (NY Part) +266,343,169,Delaware +266,344,223,New York NY-NJ-CT-PA CSA (NY Part) +266,345,223,New York NY-NJ-CT-PA CSA (NY Part) +266,346,223,New York NY-NJ-CT-PA CSA (NY Part) +266,347,266,Washington DC-MD-VA-WV CSA (VA Part) +266,348,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,349,223,New York NY-NJ-CT-PA CSA (NY Part) +266,350,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,351,223,New York NY-NJ-CT-PA CSA (NY Part) +266,352,266,Washington DC-MD-VA-WV CSA (VA Part) +266,353,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,354,266,Washington DC-MD-VA-WV CSA (VA Part) +266,355,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,356,173,Orlando FL CSA +266,357,223,New York NY-NJ-CT-PA CSA (NY Part) +266,358,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,359,172,Miami FL MSA +266,360,266,Washington DC-MD-VA-WV CSA (VA Part) +266,361,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,362,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,363,172,Miami FL MSA +266,364,223,New York NY-NJ-CT-PA CSA (NY Part) +266,365,223,New York NY-NJ-CT-PA CSA (NY Part) +266,366,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +266,367,266,Washington DC-MD-VA-WV CSA (VA Part) +266,368,223,New York NY-NJ-CT-PA CSA (NY Part) +266,369,223,New York NY-NJ-CT-PA CSA (NY Part) +266,370,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,371,201,Boston MA-NH CSA (MA Part) +266,372,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +266,373,172,Miami FL MSA +266,374,266,Washington DC-MD-VA-WV CSA (VA Part) +266,375,223,New York NY-NJ-CT-PA CSA (NY Part) +266,376,223,New York NY-NJ-CT-PA CSA (NY Part) +266,377,223,New York NY-NJ-CT-PA CSA (NY Part) +266,378,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +266,379,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +266,380,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,381,266,Washington DC-MD-VA-WV CSA (VA Part) +266,382,223,New York NY-NJ-CT-PA CSA (NY Part) +266,383,266,Washington DC-MD-VA-WV CSA (VA Part) +266,384,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,385,223,New York NY-NJ-CT-PA CSA (NY Part) +266,386,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +266,387,223,New York NY-NJ-CT-PA CSA (NY Part) +266,388,223,New York NY-NJ-CT-PA CSA (NY Part) +266,389,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,390,266,Washington DC-MD-VA-WV CSA (VA Part) +266,391,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,392,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,393,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +266,394,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +266,395,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,396,266,Washington DC-MD-VA-WV CSA (VA Part) +266,397,223,New York NY-NJ-CT-PA CSA (NY Part) +266,398,203,Detroit MI CSA +266,399,195,New Orleans LA CSA +266,400,12,Chicago IL-IN-WI CSA (IL Part) +266,401,266,Washington DC-MD-VA-WV CSA (VA Part) +266,402,266,Washington DC-MD-VA-WV CSA (VA Part) +266,403,223,New York NY-NJ-CT-PA CSA (NY Part) +266,404,266,Washington DC-MD-VA-WV CSA (VA Part) +266,405,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +266,406,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,407,223,New York NY-NJ-CT-PA CSA (NY Part) +266,408,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +266,409,223,New York NY-NJ-CT-PA CSA (NY Part) +266,410,159,Los Angeles CA CSA +266,411,223,New York NY-NJ-CT-PA CSA (NY Part) +266,412,223,New York NY-NJ-CT-PA CSA (NY Part) +266,413,191,Louisville KY-IN CSA (KY Part) +266,414,176,Atlanta GA-AL CSA (GA Part) +266,415,223,New York NY-NJ-CT-PA CSA (NY Part) +266,416,223,New York NY-NJ-CT-PA CSA (NY Part) +266,417,257,Houston TX CSA +266,418,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,419,223,New York NY-NJ-CT-PA CSA (NY Part) +266,420,223,New York NY-NJ-CT-PA CSA (NY Part) +266,421,223,New York NY-NJ-CT-PA CSA (NY Part) +266,422,203,Detroit MI CSA +266,423,223,New York NY-NJ-CT-PA CSA (NY Part) +266,424,169,Delaware +266,425,162,San Francisco CA CSA +266,426,223,New York NY-NJ-CT-PA CSA (NY Part) +266,427,153,Remainder of Alabama +266,428,268,Seattle WA CSA +266,429,249,Memphis TN-MS-AR MSA (TN Part) +266,430,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +266,431,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,432,223,New York NY-NJ-CT-PA CSA (NY Part) +266,433,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,434,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,435,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,436,266,Washington DC-MD-VA-WV CSA (VA Part) +266,437,172,Miami FL MSA +266,438,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +266,439,266,Washington DC-MD-VA-WV CSA (VA Part) +266,440,266,Washington DC-MD-VA-WV CSA (VA Part) +266,441,232,Cleveland OH CSA +266,442,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,443,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,444,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,445,266,Washington DC-MD-VA-WV CSA (VA Part) +266,446,223,New York NY-NJ-CT-PA CSA (NY Part) +266,447,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,448,266,Washington DC-MD-VA-WV CSA (VA Part) +266,449,154,Alaska +266,450,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,451,266,Washington DC-MD-VA-WV CSA (VA Part) +266,452,223,New York NY-NJ-CT-PA CSA (NY Part) +266,453,176,Atlanta GA-AL CSA (GA Part) +266,454,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +266,455,223,New York NY-NJ-CT-PA CSA (NY Part) +266,456,12,Chicago IL-IN-WI CSA (IL Part) +266,457,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +266,458,217,New York NY-NJ-CT-PA CSA (NJ Part) +266,459,203,Detroit MI CSA +266,460,223,New York NY-NJ-CT-PA CSA (NY Part) +266,461,172,Miami FL MSA +266,462,223,New York NY-NJ-CT-PA CSA (NY Part) +266,463,223,New York NY-NJ-CT-PA CSA (NY Part) +266,464,203,Detroit MI CSA +266,465,223,New York NY-NJ-CT-PA CSA (NY Part) +266,466,201,Boston MA-NH CSA (MA Part) +266,467,266,Washington DC-MD-VA-WV CSA (VA Part) +266,468,266,Washington DC-MD-VA-WV CSA (VA Part) +266,469,223,New York NY-NJ-CT-PA CSA (NY Part) +266,470,12,Chicago IL-IN-WI CSA (IL Part) +266,471,169,Delaware +266,472,159,Los Angeles CA CSA +266,473,249,Memphis TN-MS-AR MSA (TN Part) +266,474,266,Washington DC-MD-VA-WV CSA (VA Part) +266,475,226,Charlotte NC-SC CSA (NC Part) +266,476,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +266,477,266,Washington DC-MD-VA-WV CSA (VA Part) +266,478,245,Charleston SC MSA +266,479,232,Cleveland OH CSA +266,480,223,New York NY-NJ-CT-PA CSA (NY Part) +266,481,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +266,482,201,Boston MA-NH CSA (MA Part) +266,483,223,New York NY-NJ-CT-PA CSA (NY Part) +266,484,201,Boston MA-NH CSA (MA Part) +266,485,223,New York NY-NJ-CT-PA CSA (NY Part) +266,486,162,San Francisco CA CSA +266,487,245,Charleston SC MSA +266,488,201,Boston MA-NH CSA (MA Part) +266,489,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +266,490,223,New York NY-NJ-CT-PA CSA (NY Part) +266,491,169,Delaware +267,274,223,New York NY-NJ-CT-PA CSA (NY Part) +267,275,169,Delaware +267,276,223,New York NY-NJ-CT-PA CSA (NY Part) +267,277,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,278,223,New York NY-NJ-CT-PA CSA (NY Part) +267,279,266,Washington DC-MD-VA-WV CSA (VA Part) +267,280,226,Charlotte NC-SC CSA (NC Part) +267,281,266,Washington DC-MD-VA-WV CSA (VA Part) +267,282,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,283,172,Miami FL MSA +267,284,159,Los Angeles CA CSA +267,285,223,New York NY-NJ-CT-PA CSA (NY Part) +267,286,223,New York NY-NJ-CT-PA CSA (NY Part) +267,287,172,Miami FL MSA +267,288,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,289,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,290,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,291,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +267,292,266,Washington DC-MD-VA-WV CSA (VA Part) +267,293,176,Atlanta GA-AL CSA (GA Part) +267,294,245,Charleston SC MSA +267,295,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +267,296,223,New York NY-NJ-CT-PA CSA (NY Part) +267,297,172,Miami FL MSA +267,298,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,299,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +267,300,172,Miami FL MSA +267,301,232,Cleveland OH CSA +267,302,172,Miami FL MSA +267,303,201,Boston MA-NH CSA (MA Part) +267,304,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,305,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +267,306,266,Washington DC-MD-VA-WV CSA (VA Part) +267,307,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +267,308,223,New York NY-NJ-CT-PA CSA (NY Part) +267,309,223,New York NY-NJ-CT-PA CSA (NY Part) +267,310,232,Cleveland OH CSA +267,311,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,312,172,Miami FL MSA +267,313,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +267,314,245,Charleston SC MSA +267,315,176,Atlanta GA-AL CSA (GA Part) +267,316,223,New York NY-NJ-CT-PA CSA (NY Part) +267,317,154,Alaska +267,318,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +267,319,172,Miami FL MSA +267,320,223,New York NY-NJ-CT-PA CSA (NY Part) +267,321,226,Charlotte NC-SC CSA (NC Part) +267,322,176,Atlanta GA-AL CSA (GA Part) +267,323,172,Miami FL MSA +267,324,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,325,172,Miami FL MSA +267,326,172,Miami FL MSA +267,327,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,328,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,329,223,New York NY-NJ-CT-PA CSA (NY Part) +267,330,223,New York NY-NJ-CT-PA CSA (NY Part) +267,331,223,New York NY-NJ-CT-PA CSA (NY Part) +267,332,172,Miami FL MSA +267,333,172,Miami FL MSA +267,334,172,Miami FL MSA +267,335,266,Washington DC-MD-VA-WV CSA (VA Part) +267,336,176,Atlanta GA-AL CSA (GA Part) +267,337,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +267,338,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,339,223,New York NY-NJ-CT-PA CSA (NY Part) +267,340,266,Washington DC-MD-VA-WV CSA (VA Part) +267,341,232,Cleveland OH CSA +267,342,223,New York NY-NJ-CT-PA CSA (NY Part) +267,343,159,Los Angeles CA CSA +267,344,223,New York NY-NJ-CT-PA CSA (NY Part) +267,345,223,New York NY-NJ-CT-PA CSA (NY Part) +267,346,226,Charlotte NC-SC CSA (NC Part) +267,347,176,Atlanta GA-AL CSA (GA Part) +267,348,266,Washington DC-MD-VA-WV CSA (VA Part) +267,349,223,New York NY-NJ-CT-PA CSA (NY Part) +267,350,223,New York NY-NJ-CT-PA CSA (NY Part) +267,351,223,New York NY-NJ-CT-PA CSA (NY Part) +267,352,223,New York NY-NJ-CT-PA CSA (NY Part) +267,353,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +267,354,266,Washington DC-MD-VA-WV CSA (VA Part) +267,355,172,Miami FL MSA +267,356,195,New Orleans LA CSA +267,357,266,Washington DC-MD-VA-WV CSA (VA Part) +267,358,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +267,359,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +267,360,245,Charleston SC MSA +267,361,172,Miami FL MSA +267,362,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,363,176,Atlanta GA-AL CSA (GA Part) +267,364,223,New York NY-NJ-CT-PA CSA (NY Part) +267,365,223,New York NY-NJ-CT-PA CSA (NY Part) +267,366,223,New York NY-NJ-CT-PA CSA (NY Part) +267,367,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +267,368,223,New York NY-NJ-CT-PA CSA (NY Part) +267,369,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +267,370,223,New York NY-NJ-CT-PA CSA (NY Part) +267,371,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,372,223,New York NY-NJ-CT-PA CSA (NY Part) +267,373,172,Miami FL MSA +267,374,154,Alaska +267,375,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +267,376,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,377,223,New York NY-NJ-CT-PA CSA (NY Part) +267,378,266,Washington DC-MD-VA-WV CSA (VA Part) +267,379,223,New York NY-NJ-CT-PA CSA (NY Part) +267,380,223,New York NY-NJ-CT-PA CSA (NY Part) +267,381,12,Chicago IL-IN-WI CSA (IL Part) +267,382,223,New York NY-NJ-CT-PA CSA (NY Part) +267,383,223,New York NY-NJ-CT-PA CSA (NY Part) +267,384,223,New York NY-NJ-CT-PA CSA (NY Part) +267,385,223,New York NY-NJ-CT-PA CSA (NY Part) +267,386,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,387,223,New York NY-NJ-CT-PA CSA (NY Part) +267,388,266,Washington DC-MD-VA-WV CSA (VA Part) +267,389,223,New York NY-NJ-CT-PA CSA (NY Part) +267,390,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,391,223,New York NY-NJ-CT-PA CSA (NY Part) +267,392,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,393,223,New York NY-NJ-CT-PA CSA (NY Part) +267,394,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,395,223,New York NY-NJ-CT-PA CSA (NY Part) +267,396,191,Louisville KY-IN CSA (KY Part) +267,397,223,New York NY-NJ-CT-PA CSA (NY Part) +267,398,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,399,249,Memphis TN-MS-AR MSA (TN Part) +267,400,159,Los Angeles CA CSA +267,401,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,402,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +267,403,223,New York NY-NJ-CT-PA CSA (NY Part) +267,404,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +267,405,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +267,406,169,Delaware +267,407,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +267,408,12,Chicago IL-IN-WI CSA (IL Part) +267,409,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,410,159,Los Angeles CA CSA +267,411,223,New York NY-NJ-CT-PA CSA (NY Part) +267,412,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,413,231,Cincinnati OH-KY-IN CSA (OH Part) +267,414,176,Atlanta GA-AL CSA (GA Part) +267,415,223,New York NY-NJ-CT-PA CSA (NY Part) +267,416,201,Boston MA-NH CSA (MA Part) +267,417,191,Louisville KY-IN CSA (KY Part) +267,418,203,Detroit MI CSA +267,419,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +267,420,12,Chicago IL-IN-WI CSA (IL Part) +267,421,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,422,191,Louisville KY-IN CSA (KY Part) +267,423,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,424,172,Miami FL MSA +267,425,179,Honolulu HI MSA +267,426,192,Remainder of Kentucky +267,427,172,Miami FL MSA +267,428,203,Detroit MI CSA +267,429,192,Remainder of Kentucky +267,430,223,New York NY-NJ-CT-PA CSA (NY Part) +267,431,203,Detroit MI CSA +267,432,223,New York NY-NJ-CT-PA CSA (NY Part) +267,433,223,New York NY-NJ-CT-PA CSA (NY Part) +267,434,223,New York NY-NJ-CT-PA CSA (NY Part) +267,435,232,Cleveland OH CSA +267,436,223,New York NY-NJ-CT-PA CSA (NY Part) +267,437,172,Miami FL MSA +267,438,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +267,439,226,Charlotte NC-SC CSA (NC Part) +267,440,172,Miami FL MSA +267,441,159,Los Angeles CA CSA +267,442,266,Washington DC-MD-VA-WV CSA (VA Part) +267,443,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,444,266,Washington DC-MD-VA-WV CSA (VA Part) +267,445,223,New York NY-NJ-CT-PA CSA (NY Part) +267,446,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +267,447,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,448,223,New York NY-NJ-CT-PA CSA (NY Part) +267,449,223,New York NY-NJ-CT-PA CSA (NY Part) +267,450,172,Miami FL MSA +267,451,223,New York NY-NJ-CT-PA CSA (NY Part) +267,452,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,453,203,Detroit MI CSA +267,454,223,New York NY-NJ-CT-PA CSA (NY Part) +267,455,223,New York NY-NJ-CT-PA CSA (NY Part) +267,456,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +267,457,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,458,223,New York NY-NJ-CT-PA CSA (NY Part) +267,459,223,New York NY-NJ-CT-PA CSA (NY Part) +267,460,266,Washington DC-MD-VA-WV CSA (VA Part) +267,461,172,Miami FL MSA +267,462,266,Washington DC-MD-VA-WV CSA (VA Part) +267,463,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,464,266,Washington DC-MD-VA-WV CSA (VA Part) +267,465,266,Washington DC-MD-VA-WV CSA (VA Part) +267,466,223,New York NY-NJ-CT-PA CSA (NY Part) +267,467,223,New York NY-NJ-CT-PA CSA (NY Part) +267,468,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,469,223,New York NY-NJ-CT-PA CSA (NY Part) +267,470,268,Seattle WA CSA +267,471,266,Washington DC-MD-VA-WV CSA (VA Part) +267,472,257,Houston TX CSA +267,473,203,Detroit MI CSA +267,474,266,Washington DC-MD-VA-WV CSA (VA Part) +267,475,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,476,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,477,217,New York NY-NJ-CT-PA CSA (NJ Part) +267,478,169,Delaware +267,479,179,Honolulu HI MSA +267,480,266,Washington DC-MD-VA-WV CSA (VA Part) +267,481,223,New York NY-NJ-CT-PA CSA (NY Part) +267,482,266,Washington DC-MD-VA-WV CSA (VA Part) +267,483,223,New York NY-NJ-CT-PA CSA (NY Part) +267,484,191,Louisville KY-IN CSA (KY Part) +267,485,223,New York NY-NJ-CT-PA CSA (NY Part) +267,486,249,Memphis TN-MS-AR MSA (TN Part) +267,487,176,Atlanta GA-AL CSA (GA Part) +267,488,232,Cleveland OH CSA +267,489,223,New York NY-NJ-CT-PA CSA (NY Part) +267,490,223,New York NY-NJ-CT-PA CSA (NY Part) +267,491,266,Washington DC-MD-VA-WV CSA (VA Part) +268,274,162,San Francisco CA CSA +268,275,12,Chicago IL-IN-WI CSA (IL Part) +268,276,12,Chicago IL-IN-WI CSA (IL Part) +268,277,203,Detroit MI CSA +268,278,249,Memphis TN-MS-AR MSA (TN Part) +268,279,249,Memphis TN-MS-AR MSA (TN Part) +268,280,266,Washington DC-MD-VA-WV CSA (VA Part) +268,281,159,Los Angeles CA CSA +268,282,154,Alaska +268,283,249,Memphis TN-MS-AR MSA (TN Part) +268,284,162,San Francisco CA CSA +268,285,12,Chicago IL-IN-WI CSA (IL Part) +268,286,154,Alaska +268,287,172,Miami FL MSA +268,288,154,Alaska +268,289,154,Alaska +268,290,245,Charleston SC MSA +268,291,154,Alaska +268,292,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +268,293,195,New Orleans LA CSA +268,294,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +268,295,223,New York NY-NJ-CT-PA CSA (NY Part) +268,296,268,Seattle WA CSA +268,297,162,San Francisco CA CSA +268,298,12,Chicago IL-IN-WI CSA (IL Part) +268,299,176,Atlanta GA-AL CSA (GA Part) +268,300,226,Charlotte NC-SC CSA (NC Part) +268,301,154,Alaska +268,302,232,Cleveland OH CSA +268,303,162,San Francisco CA CSA +268,304,162,San Francisco CA CSA +268,305,232,Cleveland OH CSA +268,306,268,Seattle WA CSA +268,307,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +268,308,154,Alaska +268,309,223,New York NY-NJ-CT-PA CSA (NY Part) +268,310,159,Los Angeles CA CSA +268,311,12,Chicago IL-IN-WI CSA (IL Part) +268,312,249,Memphis TN-MS-AR MSA (TN Part) +268,313,268,Seattle WA CSA +268,314,223,New York NY-NJ-CT-PA CSA (NY Part) +268,315,176,Atlanta GA-AL CSA (GA Part) +268,316,162,San Francisco CA CSA +268,317,154,Alaska +268,318,154,Alaska +268,319,172,Miami FL MSA +268,320,154,Alaska +268,321,217,New York NY-NJ-CT-PA CSA (NJ Part) +268,322,159,Los Angeles CA CSA +268,323,255,Dallas-Fort Worth TX CSA +268,324,268,Seattle WA CSA +268,325,172,Miami FL MSA +268,326,191,Louisville KY-IN CSA (KY Part) +268,327,154,Alaska +268,328,154,Alaska +268,329,223,New York NY-NJ-CT-PA CSA (NY Part) +268,330,154,Alaska +268,331,154,Alaska +268,332,12,Chicago IL-IN-WI CSA (IL Part) +268,333,172,Miami FL MSA +268,334,159,Los Angeles CA CSA +268,335,203,Detroit MI CSA +268,336,162,San Francisco CA CSA +268,337,223,New York NY-NJ-CT-PA CSA (NY Part) +268,338,12,Chicago IL-IN-WI CSA (IL Part) +268,339,159,Los Angeles CA CSA +268,340,223,New York NY-NJ-CT-PA CSA (NY Part) +268,341,162,San Francisco CA CSA +268,342,154,Alaska +268,343,159,Los Angeles CA CSA +268,344,154,Alaska +268,345,12,Chicago IL-IN-WI CSA (IL Part) +268,346,162,San Francisco CA CSA +268,347,217,New York NY-NJ-CT-PA CSA (NJ Part) +268,348,223,New York NY-NJ-CT-PA CSA (NY Part) +268,349,154,Alaska +268,350,186,Indianapolis IN CSA +268,351,231,Cincinnati OH-KY-IN CSA (OH Part) +268,352,223,New York NY-NJ-CT-PA CSA (NY Part) +268,353,223,New York NY-NJ-CT-PA CSA (NY Part) +268,354,164,Denver CO CSA +268,355,172,Miami FL MSA +268,356,255,Dallas-Fort Worth TX CSA +268,357,223,New York NY-NJ-CT-PA CSA (NY Part) +268,358,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +268,359,176,Atlanta GA-AL CSA (GA Part) +268,360,268,Seattle WA CSA +268,361,12,Chicago IL-IN-WI CSA (IL Part) +268,362,186,Indianapolis IN CSA +268,363,159,Los Angeles CA CSA +268,364,12,Chicago IL-IN-WI CSA (IL Part) +268,365,186,Indianapolis IN CSA +268,366,154,Alaska +268,367,159,Los Angeles CA CSA +268,368,268,Seattle WA CSA +268,369,154,Alaska +268,370,12,Chicago IL-IN-WI CSA (IL Part) +268,371,154,Alaska +268,372,268,Seattle WA CSA +268,373,176,Atlanta GA-AL CSA (GA Part) +268,374,159,Los Angeles CA CSA +268,375,154,Alaska +268,376,268,Seattle WA CSA +268,377,154,Alaska +268,378,164,Denver CO CSA +268,379,154,Alaska +268,380,268,Seattle WA CSA +268,381,154,Alaska +268,382,162,San Francisco CA CSA +268,383,217,New York NY-NJ-CT-PA CSA (NJ Part) +268,384,186,Indianapolis IN CSA +268,385,223,New York NY-NJ-CT-PA CSA (NY Part) +268,386,12,Chicago IL-IN-WI CSA (IL Part) +268,387,12,Chicago IL-IN-WI CSA (IL Part) +268,388,154,Alaska +268,389,12,Chicago IL-IN-WI CSA (IL Part) +268,390,154,Alaska +268,391,203,Detroit MI CSA +268,392,154,Alaska +268,393,154,Alaska +268,394,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +268,395,268,Seattle WA CSA +268,396,159,Los Angeles CA CSA +268,397,223,New York NY-NJ-CT-PA CSA (NY Part) +268,398,154,Alaska +268,399,162,San Francisco CA CSA +268,400,154,Alaska +268,401,154,Alaska +268,402,154,Alaska +268,403,154,Alaska +268,404,154,Alaska +268,405,172,Miami FL MSA +268,406,217,New York NY-NJ-CT-PA CSA (NJ Part) +268,407,268,Seattle WA CSA +268,408,154,Alaska +268,409,12,Chicago IL-IN-WI CSA (IL Part) +268,410,159,Los Angeles CA CSA +268,411,159,Los Angeles CA CSA +268,412,223,New York NY-NJ-CT-PA CSA (NY Part) +268,413,154,Alaska +268,414,255,Dallas-Fort Worth TX CSA +268,415,203,Detroit MI CSA +268,416,12,Chicago IL-IN-WI CSA (IL Part) +268,417,159,Los Angeles CA CSA +268,418,154,Alaska +268,419,154,Alaska +268,420,12,Chicago IL-IN-WI CSA (IL Part) +268,421,12,Chicago IL-IN-WI CSA (IL Part) +268,422,154,Alaska +268,423,164,Denver CO CSA +268,424,195,New Orleans LA CSA +268,425,159,Los Angeles CA CSA +268,426,153,Remainder of Alabama +268,427,255,Dallas-Fort Worth TX CSA +268,428,162,San Francisco CA CSA +268,429,257,Houston TX CSA +268,430,154,Alaska +268,431,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +268,432,154,Alaska +268,433,154,Alaska +268,434,162,San Francisco CA CSA +268,435,154,Alaska +268,436,201,Boston MA-NH CSA (MA Part) +268,437,217,New York NY-NJ-CT-PA CSA (NJ Part) +268,438,266,Washington DC-MD-VA-WV CSA (VA Part) +268,439,172,Miami FL MSA +268,440,249,Memphis TN-MS-AR MSA (TN Part) +268,441,154,Alaska +268,442,223,New York NY-NJ-CT-PA CSA (NY Part) +268,443,266,Washington DC-MD-VA-WV CSA (VA Part) +268,444,154,Alaska +268,445,232,Cleveland OH CSA +268,446,154,Alaska +268,447,223,New York NY-NJ-CT-PA CSA (NY Part) +268,448,223,New York NY-NJ-CT-PA CSA (NY Part) +268,449,159,Los Angeles CA CSA +268,450,245,Charleston SC MSA +268,451,154,Alaska +268,452,154,Alaska +268,453,154,Alaska +268,454,186,Indianapolis IN CSA +268,455,223,New York NY-NJ-CT-PA CSA (NY Part) +268,456,154,Alaska +268,457,223,New York NY-NJ-CT-PA CSA (NY Part) +268,458,268,Seattle WA CSA +268,459,162,San Francisco CA CSA +268,460,223,New York NY-NJ-CT-PA CSA (NY Part) +268,461,176,Atlanta GA-AL CSA (GA Part) +268,462,217,New York NY-NJ-CT-PA CSA (NJ Part) +268,463,154,Alaska +268,464,12,Chicago IL-IN-WI CSA (IL Part) +268,465,154,Alaska +268,466,162,San Francisco CA CSA +268,467,223,New York NY-NJ-CT-PA CSA (NY Part) +268,468,154,Alaska +268,469,154,Alaska +268,470,159,Los Angeles CA CSA +268,471,217,New York NY-NJ-CT-PA CSA (NJ Part) +268,472,268,Seattle WA CSA +268,473,162,San Francisco CA CSA +268,474,249,Memphis TN-MS-AR MSA (TN Part) +268,475,203,Detroit MI CSA +268,476,154,Alaska +268,477,159,Los Angeles CA CSA +268,478,195,New Orleans LA CSA +268,479,162,San Francisco CA CSA +268,480,217,New York NY-NJ-CT-PA CSA (NJ Part) +268,481,12,Chicago IL-IN-WI CSA (IL Part) +268,482,12,Chicago IL-IN-WI CSA (IL Part) +268,483,203,Detroit MI CSA +268,484,191,Louisville KY-IN CSA (KY Part) +268,485,154,Alaska +268,486,159,Los Angeles CA CSA +268,487,12,Chicago IL-IN-WI CSA (IL Part) +268,488,162,San Francisco CA CSA +268,489,154,Alaska +268,490,232,Cleveland OH CSA +268,491,12,Chicago IL-IN-WI CSA (IL Part) +269,274,162,San Francisco CA CSA +269,275,203,Detroit MI CSA +269,276,232,Cleveland OH CSA +269,277,266,Washington DC-MD-VA-WV CSA (VA Part) +269,278,201,Boston MA-NH CSA (MA Part) +269,279,266,Washington DC-MD-VA-WV CSA (VA Part) +269,280,172,Miami FL MSA +269,281,162,San Francisco CA CSA +269,282,154,Alaska +269,283,172,Miami FL MSA +269,284,268,Seattle WA CSA +269,285,203,Detroit MI CSA +269,286,162,San Francisco CA CSA +269,287,172,Miami FL MSA +269,288,154,Alaska +269,289,159,Los Angeles CA CSA +269,290,266,Washington DC-MD-VA-WV CSA (VA Part) +269,291,12,Chicago IL-IN-WI CSA (IL Part) +269,292,268,Seattle WA CSA +269,293,257,Houston TX CSA +269,294,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +269,295,12,Chicago IL-IN-WI CSA (IL Part) +269,296,12,Chicago IL-IN-WI CSA (IL Part) +269,297,159,Los Angeles CA CSA +269,298,203,Detroit MI CSA +269,299,268,Seattle WA CSA +269,300,176,Atlanta GA-AL CSA (GA Part) +269,301,154,Alaska +269,302,12,Chicago IL-IN-WI CSA (IL Part) +269,303,179,Honolulu HI MSA +269,304,217,New York NY-NJ-CT-PA CSA (NJ Part) +269,305,12,Chicago IL-IN-WI CSA (IL Part) +269,306,268,Seattle WA CSA +269,307,217,New York NY-NJ-CT-PA CSA (NJ Part) +269,308,154,Alaska +269,309,223,New York NY-NJ-CT-PA CSA (NY Part) +269,310,159,Los Angeles CA CSA +269,311,186,Indianapolis IN CSA +269,312,172,Miami FL MSA +269,313,223,New York NY-NJ-CT-PA CSA (NY Part) +269,314,176,Atlanta GA-AL CSA (GA Part) +269,315,159,Los Angeles CA CSA +269,316,159,Los Angeles CA CSA +269,317,159,Los Angeles CA CSA +269,318,159,Los Angeles CA CSA +269,319,153,Remainder of Alabama +269,320,154,Alaska +269,321,176,Atlanta GA-AL CSA (GA Part) +269,322,159,Los Angeles CA CSA +269,323,255,Dallas-Fort Worth TX CSA +269,324,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +269,325,195,New Orleans LA CSA +269,326,195,New Orleans LA CSA +269,327,12,Chicago IL-IN-WI CSA (IL Part) +269,328,268,Seattle WA CSA +269,329,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +269,330,232,Cleveland OH CSA +269,331,12,Chicago IL-IN-WI CSA (IL Part) +269,332,249,Memphis TN-MS-AR MSA (TN Part) +269,333,255,Dallas-Fort Worth TX CSA +269,334,255,Dallas-Fort Worth TX CSA +269,335,154,Alaska +269,336,255,Dallas-Fort Worth TX CSA +269,337,223,New York NY-NJ-CT-PA CSA (NY Part) +269,338,154,Alaska +269,339,12,Chicago IL-IN-WI CSA (IL Part) +269,340,12,Chicago IL-IN-WI CSA (IL Part) +269,341,162,San Francisco CA CSA +269,342,154,Alaska +269,343,162,San Francisco CA CSA +269,344,268,Seattle WA CSA +269,345,223,New York NY-NJ-CT-PA CSA (NY Part) +269,346,162,San Francisco CA CSA +269,347,245,Charleston SC MSA +269,348,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +269,349,154,Alaska +269,350,12,Chicago IL-IN-WI CSA (IL Part) +269,351,232,Cleveland OH CSA +269,352,217,New York NY-NJ-CT-PA CSA (NJ Part) +269,353,223,New York NY-NJ-CT-PA CSA (NY Part) +269,354,12,Chicago IL-IN-WI CSA (IL Part) +269,355,226,Charlotte NC-SC CSA (NC Part) +269,356,159,Los Angeles CA CSA +269,357,223,New York NY-NJ-CT-PA CSA (NY Part) +269,358,268,Seattle WA CSA +269,359,172,Miami FL MSA +269,360,257,Houston TX CSA +269,361,162,San Francisco CA CSA +269,362,268,Seattle WA CSA +269,363,255,Dallas-Fort Worth TX CSA +269,364,223,New York NY-NJ-CT-PA CSA (NY Part) +269,365,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +269,366,154,Alaska +269,367,159,Los Angeles CA CSA +269,368,154,Alaska +269,369,223,New York NY-NJ-CT-PA CSA (NY Part) +269,370,203,Detroit MI CSA +269,371,268,Seattle WA CSA +269,372,268,Seattle WA CSA +269,373,153,Remainder of Alabama +269,374,154,Alaska +269,375,217,New York NY-NJ-CT-PA CSA (NJ Part) +269,376,154,Alaska +269,377,217,New York NY-NJ-CT-PA CSA (NJ Part) +269,378,12,Chicago IL-IN-WI CSA (IL Part) +269,379,154,Alaska +269,380,12,Chicago IL-IN-WI CSA (IL Part) +269,381,162,San Francisco CA CSA +269,382,154,Alaska +269,383,268,Seattle WA CSA +269,384,223,New York NY-NJ-CT-PA CSA (NY Part) +269,385,169,Delaware +269,386,12,Chicago IL-IN-WI CSA (IL Part) +269,387,223,New York NY-NJ-CT-PA CSA (NY Part) +269,388,201,Boston MA-NH CSA (MA Part) +269,389,268,Seattle WA CSA +269,390,12,Chicago IL-IN-WI CSA (IL Part) +269,391,217,New York NY-NJ-CT-PA CSA (NJ Part) +269,392,162,San Francisco CA CSA +269,393,159,Los Angeles CA CSA +269,394,223,New York NY-NJ-CT-PA CSA (NY Part) +269,395,12,Chicago IL-IN-WI CSA (IL Part) +269,396,159,Los Angeles CA CSA +269,397,223,New York NY-NJ-CT-PA CSA (NY Part) +269,398,266,Washington DC-MD-VA-WV CSA (VA Part) +269,399,255,Dallas-Fort Worth TX CSA +269,400,162,San Francisco CA CSA +269,401,12,Chicago IL-IN-WI CSA (IL Part) +269,402,268,Seattle WA CSA +269,403,154,Alaska +269,404,12,Chicago IL-IN-WI CSA (IL Part) +269,405,12,Chicago IL-IN-WI CSA (IL Part) +269,406,12,Chicago IL-IN-WI CSA (IL Part) +269,407,12,Chicago IL-IN-WI CSA (IL Part) +269,408,154,Alaska +269,409,12,Chicago IL-IN-WI CSA (IL Part) +269,410,154,Alaska +269,411,162,San Francisco CA CSA +269,412,217,New York NY-NJ-CT-PA CSA (NJ Part) +269,413,159,Los Angeles CA CSA +269,414,257,Houston TX CSA +269,415,266,Washington DC-MD-VA-WV CSA (VA Part) +269,416,217,New York NY-NJ-CT-PA CSA (NJ Part) +269,417,268,Seattle WA CSA +269,418,164,Denver CO CSA +269,419,12,Chicago IL-IN-WI CSA (IL Part) +269,420,162,San Francisco CA CSA +269,421,154,Alaska +269,422,162,San Francisco CA CSA +269,423,201,Boston MA-NH CSA (MA Part) +269,424,249,Memphis TN-MS-AR MSA (TN Part) +269,425,154,Alaska +269,426,159,Los Angeles CA CSA +269,427,176,Atlanta GA-AL CSA (GA Part) +269,428,162,San Francisco CA CSA +269,429,159,Los Angeles CA CSA +269,430,12,Chicago IL-IN-WI CSA (IL Part) +269,431,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +269,432,154,Alaska +269,433,266,Washington DC-MD-VA-WV CSA (VA Part) +269,434,223,New York NY-NJ-CT-PA CSA (NY Part) +269,435,162,San Francisco CA CSA +269,436,223,New York NY-NJ-CT-PA CSA (NY Part) +269,437,176,Atlanta GA-AL CSA (GA Part) +269,438,12,Chicago IL-IN-WI CSA (IL Part) +269,439,12,Chicago IL-IN-WI CSA (IL Part) +269,440,266,Washington DC-MD-VA-WV CSA (VA Part) +269,441,159,Los Angeles CA CSA +269,442,217,New York NY-NJ-CT-PA CSA (NJ Part) +269,443,12,Chicago IL-IN-WI CSA (IL Part) +269,444,154,Alaska +269,445,232,Cleveland OH CSA +269,446,154,Alaska +269,447,223,New York NY-NJ-CT-PA CSA (NY Part) +269,448,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +269,449,154,Alaska +269,450,172,Miami FL MSA +269,451,223,New York NY-NJ-CT-PA CSA (NY Part) +269,452,186,Indianapolis IN CSA +269,453,159,Los Angeles CA CSA +269,454,154,Alaska +269,455,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +269,456,159,Los Angeles CA CSA +269,457,223,New York NY-NJ-CT-PA CSA (NY Part) +269,458,268,Seattle WA CSA +269,459,154,Alaska +269,460,154,Alaska +269,461,245,Charleston SC MSA +269,462,249,Memphis TN-MS-AR MSA (TN Part) +269,463,162,San Francisco CA CSA +269,464,201,Boston MA-NH CSA (MA Part) +269,465,12,Chicago IL-IN-WI CSA (IL Part) +269,466,154,Alaska +269,467,249,Memphis TN-MS-AR MSA (TN Part) +269,468,154,Alaska +269,469,223,New York NY-NJ-CT-PA CSA (NY Part) +269,470,154,Alaska +269,471,12,Chicago IL-IN-WI CSA (IL Part) +269,472,154,Alaska +269,473,162,San Francisco CA CSA +269,474,231,Cincinnati OH-KY-IN CSA (OH Part) +269,475,12,Chicago IL-IN-WI CSA (IL Part) +269,476,186,Indianapolis IN CSA +269,477,154,Alaska +269,478,12,Chicago IL-IN-WI CSA (IL Part) +269,479,162,San Francisco CA CSA +269,480,266,Washington DC-MD-VA-WV CSA (VA Part) +269,481,223,New York NY-NJ-CT-PA CSA (NY Part) +269,482,154,Alaska +269,483,12,Chicago IL-IN-WI CSA (IL Part) +269,484,176,Atlanta GA-AL CSA (GA Part) +269,485,159,Los Angeles CA CSA +269,486,159,Los Angeles CA CSA +269,487,255,Dallas-Fort Worth TX CSA +269,488,159,Los Angeles CA CSA +269,489,154,Alaska +269,490,266,Washington DC-MD-VA-WV CSA (VA Part) +269,491,245,Charleston SC MSA +270,274,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,275,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +270,276,223,New York NY-NJ-CT-PA CSA (NY Part) +270,277,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,278,201,Boston MA-NH CSA (MA Part) +270,279,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +270,280,176,Atlanta GA-AL CSA (GA Part) +270,281,172,Miami FL MSA +270,282,223,New York NY-NJ-CT-PA CSA (NY Part) +270,283,172,Miami FL MSA +270,284,191,Louisville KY-IN CSA (KY Part) +270,285,223,New York NY-NJ-CT-PA CSA (NY Part) +270,286,223,New York NY-NJ-CT-PA CSA (NY Part) +270,287,176,Atlanta GA-AL CSA (GA Part) +270,288,223,New York NY-NJ-CT-PA CSA (NY Part) +270,289,191,Louisville KY-IN CSA (KY Part) +270,290,245,Charleston SC MSA +270,291,232,Cleveland OH CSA +270,292,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,293,172,Miami FL MSA +270,294,266,Washington DC-MD-VA-WV CSA (VA Part) +270,295,226,Charlotte NC-SC CSA (NC Part) +270,296,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,297,172,Miami FL MSA +270,298,223,New York NY-NJ-CT-PA CSA (NY Part) +270,299,176,Atlanta GA-AL CSA (GA Part) +270,300,172,Miami FL MSA +270,301,201,Boston MA-NH CSA (MA Part) +270,302,172,Miami FL MSA +270,303,266,Washington DC-MD-VA-WV CSA (VA Part) +270,304,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,305,223,New York NY-NJ-CT-PA CSA (NY Part) +270,306,223,New York NY-NJ-CT-PA CSA (NY Part) +270,307,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,308,154,Alaska +270,309,266,Washington DC-MD-VA-WV CSA (VA Part) +270,310,12,Chicago IL-IN-WI CSA (IL Part) +270,311,266,Washington DC-MD-VA-WV CSA (VA Part) +270,312,172,Miami FL MSA +270,313,223,New York NY-NJ-CT-PA CSA (NY Part) +270,314,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,315,172,Miami FL MSA +270,316,266,Washington DC-MD-VA-WV CSA (VA Part) +270,317,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,318,232,Cleveland OH CSA +270,319,172,Miami FL MSA +270,320,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +270,321,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,322,176,Atlanta GA-AL CSA (GA Part) +270,323,172,Miami FL MSA +270,324,223,New York NY-NJ-CT-PA CSA (NY Part) +270,325,172,Miami FL MSA +270,326,266,Washington DC-MD-VA-WV CSA (VA Part) +270,327,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,328,266,Washington DC-MD-VA-WV CSA (VA Part) +270,329,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,330,232,Cleveland OH CSA +270,331,266,Washington DC-MD-VA-WV CSA (VA Part) +270,332,192,Remainder of Kentucky +270,333,266,Washington DC-MD-VA-WV CSA (VA Part) +270,334,172,Miami FL MSA +270,335,223,New York NY-NJ-CT-PA CSA (NY Part) +270,336,176,Atlanta GA-AL CSA (GA Part) +270,337,223,New York NY-NJ-CT-PA CSA (NY Part) +270,338,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,339,232,Cleveland OH CSA +270,340,223,New York NY-NJ-CT-PA CSA (NY Part) +270,341,172,Miami FL MSA +270,342,223,New York NY-NJ-CT-PA CSA (NY Part) +270,343,162,San Francisco CA CSA +270,344,12,Chicago IL-IN-WI CSA (IL Part) +270,345,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +270,346,223,New York NY-NJ-CT-PA CSA (NY Part) +270,347,201,Boston MA-NH CSA (MA Part) +270,348,223,New York NY-NJ-CT-PA CSA (NY Part) +270,349,12,Chicago IL-IN-WI CSA (IL Part) +270,350,223,New York NY-NJ-CT-PA CSA (NY Part) +270,351,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +270,352,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,353,223,New York NY-NJ-CT-PA CSA (NY Part) +270,354,223,New York NY-NJ-CT-PA CSA (NY Part) +270,355,266,Washington DC-MD-VA-WV CSA (VA Part) +270,356,195,New Orleans LA CSA +270,357,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +270,358,223,New York NY-NJ-CT-PA CSA (NY Part) +270,359,172,Miami FL MSA +270,360,172,Miami FL MSA +270,361,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,362,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +270,363,176,Atlanta GA-AL CSA (GA Part) +270,364,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,365,223,New York NY-NJ-CT-PA CSA (NY Part) +270,366,232,Cleveland OH CSA +270,367,266,Washington DC-MD-VA-WV CSA (VA Part) +270,368,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +270,369,223,New York NY-NJ-CT-PA CSA (NY Part) +270,370,223,New York NY-NJ-CT-PA CSA (NY Part) +270,371,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +270,372,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,373,172,Miami FL MSA +270,374,12,Chicago IL-IN-WI CSA (IL Part) +270,375,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +270,376,266,Washington DC-MD-VA-WV CSA (VA Part) +270,377,266,Washington DC-MD-VA-WV CSA (VA Part) +270,378,245,Charleston SC MSA +270,379,223,New York NY-NJ-CT-PA CSA (NY Part) +270,380,203,Detroit MI CSA +270,381,203,Detroit MI CSA +270,382,232,Cleveland OH CSA +270,383,192,Remainder of Kentucky +270,384,172,Miami FL MSA +270,385,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,386,201,Boston MA-NH CSA (MA Part) +270,387,201,Boston MA-NH CSA (MA Part) +270,388,223,New York NY-NJ-CT-PA CSA (NY Part) +270,389,223,New York NY-NJ-CT-PA CSA (NY Part) +270,390,223,New York NY-NJ-CT-PA CSA (NY Part) +270,391,223,New York NY-NJ-CT-PA CSA (NY Part) +270,392,154,Alaska +270,393,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,394,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,395,203,Detroit MI CSA +270,396,232,Cleveland OH CSA +270,397,223,New York NY-NJ-CT-PA CSA (NY Part) +270,398,223,New York NY-NJ-CT-PA CSA (NY Part) +270,399,257,Houston TX CSA +270,400,12,Chicago IL-IN-WI CSA (IL Part) +270,401,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,402,201,Boston MA-NH CSA (MA Part) +270,403,186,Indianapolis IN CSA +270,404,223,New York NY-NJ-CT-PA CSA (NY Part) +270,405,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +270,406,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,407,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,408,232,Cleveland OH CSA +270,409,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,410,255,Dallas-Fort Worth TX CSA +270,411,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,412,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,413,176,Atlanta GA-AL CSA (GA Part) +270,414,176,Atlanta GA-AL CSA (GA Part) +270,415,266,Washington DC-MD-VA-WV CSA (VA Part) +270,416,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +270,417,12,Chicago IL-IN-WI CSA (IL Part) +270,418,154,Alaska +270,419,223,New York NY-NJ-CT-PA CSA (NY Part) +270,420,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +270,421,266,Washington DC-MD-VA-WV CSA (VA Part) +270,422,223,New York NY-NJ-CT-PA CSA (NY Part) +270,423,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,424,172,Miami FL MSA +270,425,179,Honolulu HI MSA +270,426,172,Miami FL MSA +270,427,172,Miami FL MSA +270,428,266,Washington DC-MD-VA-WV CSA (VA Part) +270,429,249,Memphis TN-MS-AR MSA (TN Part) +270,430,231,Cincinnati OH-KY-IN CSA (OH Part) +270,431,232,Cleveland OH CSA +270,432,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,433,266,Washington DC-MD-VA-WV CSA (VA Part) +270,434,223,New York NY-NJ-CT-PA CSA (NY Part) +270,435,12,Chicago IL-IN-WI CSA (IL Part) +270,436,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +270,437,172,Miami FL MSA +270,438,172,Miami FL MSA +270,439,245,Charleston SC MSA +270,440,266,Washington DC-MD-VA-WV CSA (VA Part) +270,441,159,Los Angeles CA CSA +270,442,223,New York NY-NJ-CT-PA CSA (NY Part) +270,443,245,Charleston SC MSA +270,444,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,445,266,Washington DC-MD-VA-WV CSA (VA Part) +270,446,223,New York NY-NJ-CT-PA CSA (NY Part) +270,447,223,New York NY-NJ-CT-PA CSA (NY Part) +270,448,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,449,176,Atlanta GA-AL CSA (GA Part) +270,450,245,Charleston SC MSA +270,451,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,452,223,New York NY-NJ-CT-PA CSA (NY Part) +270,453,162,San Francisco CA CSA +270,454,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,455,201,Boston MA-NH CSA (MA Part) +270,456,12,Chicago IL-IN-WI CSA (IL Part) +270,457,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +270,458,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,459,223,New York NY-NJ-CT-PA CSA (NY Part) +270,460,223,New York NY-NJ-CT-PA CSA (NY Part) +270,461,176,Atlanta GA-AL CSA (GA Part) +270,462,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +270,463,266,Washington DC-MD-VA-WV CSA (VA Part) +270,464,232,Cleveland OH CSA +270,465,223,New York NY-NJ-CT-PA CSA (NY Part) +270,466,223,New York NY-NJ-CT-PA CSA (NY Part) +270,467,201,Boston MA-NH CSA (MA Part) +270,468,223,New York NY-NJ-CT-PA CSA (NY Part) +270,469,223,New York NY-NJ-CT-PA CSA (NY Part) +270,470,162,San Francisco CA CSA +270,471,201,Boston MA-NH CSA (MA Part) +270,472,12,Chicago IL-IN-WI CSA (IL Part) +270,473,249,Memphis TN-MS-AR MSA (TN Part) +270,474,172,Miami FL MSA +270,475,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,476,223,New York NY-NJ-CT-PA CSA (NY Part) +270,477,223,New York NY-NJ-CT-PA CSA (NY Part) +270,478,266,Washington DC-MD-VA-WV CSA (VA Part) +270,479,162,San Francisco CA CSA +270,480,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +270,481,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +270,482,186,Indianapolis IN CSA +270,483,217,New York NY-NJ-CT-PA CSA (NJ Part) +270,484,176,Atlanta GA-AL CSA (GA Part) +270,485,266,Washington DC-MD-VA-WV CSA (VA Part) +270,486,191,Louisville KY-IN CSA (KY Part) +270,487,266,Washington DC-MD-VA-WV CSA (VA Part) +270,488,169,Delaware +270,489,266,Washington DC-MD-VA-WV CSA (VA Part) +270,490,223,New York NY-NJ-CT-PA CSA (NY Part) +270,491,223,New York NY-NJ-CT-PA CSA (NY Part) +271,274,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +271,275,12,Chicago IL-IN-WI CSA (IL Part) +271,276,223,New York NY-NJ-CT-PA CSA (NY Part) +271,277,12,Chicago IL-IN-WI CSA (IL Part) +271,278,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +271,279,266,Washington DC-MD-VA-WV CSA (VA Part) +271,280,12,Chicago IL-IN-WI CSA (IL Part) +271,281,172,Miami FL MSA +271,282,12,Chicago IL-IN-WI CSA (IL Part) +271,283,176,Atlanta GA-AL CSA (GA Part) +271,284,154,Alaska +271,285,203,Detroit MI CSA +271,286,232,Cleveland OH CSA +271,287,12,Chicago IL-IN-WI CSA (IL Part) +271,288,223,New York NY-NJ-CT-PA CSA (NY Part) +271,289,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +271,290,176,Atlanta GA-AL CSA (GA Part) +271,291,217,New York NY-NJ-CT-PA CSA (NJ Part) +271,292,223,New York NY-NJ-CT-PA CSA (NY Part) +271,293,191,Louisville KY-IN CSA (KY Part) +271,294,203,Detroit MI CSA +271,295,266,Washington DC-MD-VA-WV CSA (VA Part) +271,296,223,New York NY-NJ-CT-PA CSA (NY Part) +271,297,176,Atlanta GA-AL CSA (GA Part) +271,298,12,Chicago IL-IN-WI CSA (IL Part) +271,299,223,New York NY-NJ-CT-PA CSA (NY Part) +271,300,192,Remainder of Kentucky +271,301,223,New York NY-NJ-CT-PA CSA (NY Part) +271,302,203,Detroit MI CSA +271,303,154,Alaska +271,304,203,Detroit MI CSA +271,305,223,New York NY-NJ-CT-PA CSA (NY Part) +271,306,201,Boston MA-NH CSA (MA Part) +271,307,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +271,308,268,Seattle WA CSA +271,309,232,Cleveland OH CSA +271,310,186,Indianapolis IN CSA +271,311,266,Washington DC-MD-VA-WV CSA (VA Part) +271,312,176,Atlanta GA-AL CSA (GA Part) +271,313,12,Chicago IL-IN-WI CSA (IL Part) +271,314,266,Washington DC-MD-VA-WV CSA (VA Part) +271,315,232,Cleveland OH CSA +271,316,12,Chicago IL-IN-WI CSA (IL Part) +271,317,162,San Francisco CA CSA +271,318,154,Alaska +271,319,176,Atlanta GA-AL CSA (GA Part) +271,320,223,New York NY-NJ-CT-PA CSA (NY Part) +271,321,217,New York NY-NJ-CT-PA CSA (NJ Part) +271,322,12,Chicago IL-IN-WI CSA (IL Part) +271,323,172,Miami FL MSA +271,324,12,Chicago IL-IN-WI CSA (IL Part) +271,325,176,Atlanta GA-AL CSA (GA Part) +271,326,12,Chicago IL-IN-WI CSA (IL Part) +271,327,223,New York NY-NJ-CT-PA CSA (NY Part) +271,328,186,Indianapolis IN CSA +271,329,223,New York NY-NJ-CT-PA CSA (NY Part) +271,330,12,Chicago IL-IN-WI CSA (IL Part) +271,331,223,New York NY-NJ-CT-PA CSA (NY Part) +271,332,223,New York NY-NJ-CT-PA CSA (NY Part) +271,333,12,Chicago IL-IN-WI CSA (IL Part) +271,334,173,Orlando FL CSA +271,335,223,New York NY-NJ-CT-PA CSA (NY Part) +271,336,12,Chicago IL-IN-WI CSA (IL Part) +271,337,232,Cleveland OH CSA +271,338,12,Chicago IL-IN-WI CSA (IL Part) +271,339,12,Chicago IL-IN-WI CSA (IL Part) +271,340,12,Chicago IL-IN-WI CSA (IL Part) +271,341,249,Memphis TN-MS-AR MSA (TN Part) +271,342,12,Chicago IL-IN-WI CSA (IL Part) +271,343,162,San Francisco CA CSA +271,344,12,Chicago IL-IN-WI CSA (IL Part) +271,345,266,Washington DC-MD-VA-WV CSA (VA Part) +271,346,223,New York NY-NJ-CT-PA CSA (NY Part) +271,347,223,New York NY-NJ-CT-PA CSA (NY Part) +271,348,217,New York NY-NJ-CT-PA CSA (NJ Part) +271,349,169,Delaware +271,350,12,Chicago IL-IN-WI CSA (IL Part) +271,351,217,New York NY-NJ-CT-PA CSA (NJ Part) +271,352,232,Cleveland OH CSA +271,353,223,New York NY-NJ-CT-PA CSA (NY Part) +271,354,12,Chicago IL-IN-WI CSA (IL Part) +271,355,172,Miami FL MSA +271,356,153,Remainder of Alabama +271,357,217,New York NY-NJ-CT-PA CSA (NJ Part) +271,358,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +271,359,186,Indianapolis IN CSA +271,360,172,Miami FL MSA +271,361,172,Miami FL MSA +271,362,223,New York NY-NJ-CT-PA CSA (NY Part) +271,363,12,Chicago IL-IN-WI CSA (IL Part) +271,364,12,Chicago IL-IN-WI CSA (IL Part) +271,365,12,Chicago IL-IN-WI CSA (IL Part) +271,366,12,Chicago IL-IN-WI CSA (IL Part) +271,367,217,New York NY-NJ-CT-PA CSA (NJ Part) +271,368,203,Detroit MI CSA +271,369,12,Chicago IL-IN-WI CSA (IL Part) +271,370,223,New York NY-NJ-CT-PA CSA (NY Part) +271,371,12,Chicago IL-IN-WI CSA (IL Part) +271,372,223,New York NY-NJ-CT-PA CSA (NY Part) +271,373,191,Louisville KY-IN CSA (KY Part) +271,374,154,Alaska +271,375,203,Detroit MI CSA +271,376,12,Chicago IL-IN-WI CSA (IL Part) +271,377,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +271,378,266,Washington DC-MD-VA-WV CSA (VA Part) +271,379,203,Detroit MI CSA +271,380,12,Chicago IL-IN-WI CSA (IL Part) +271,381,154,Alaska +271,382,12,Chicago IL-IN-WI CSA (IL Part) +271,383,203,Detroit MI CSA +271,384,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +271,385,176,Atlanta GA-AL CSA (GA Part) +271,386,223,New York NY-NJ-CT-PA CSA (NY Part) +271,387,203,Detroit MI CSA +271,388,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +271,389,12,Chicago IL-IN-WI CSA (IL Part) +271,390,223,New York NY-NJ-CT-PA CSA (NY Part) +271,391,12,Chicago IL-IN-WI CSA (IL Part) +271,392,203,Detroit MI CSA +271,393,232,Cleveland OH CSA +271,394,223,New York NY-NJ-CT-PA CSA (NY Part) +271,395,223,New York NY-NJ-CT-PA CSA (NY Part) +271,396,159,Los Angeles CA CSA +271,397,223,New York NY-NJ-CT-PA CSA (NY Part) +271,398,231,Cincinnati OH-KY-IN CSA (OH Part) +271,399,12,Chicago IL-IN-WI CSA (IL Part) +271,400,12,Chicago IL-IN-WI CSA (IL Part) +271,401,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +271,402,223,New York NY-NJ-CT-PA CSA (NY Part) +271,403,12,Chicago IL-IN-WI CSA (IL Part) +271,404,201,Boston MA-NH CSA (MA Part) +271,405,192,Remainder of Kentucky +271,406,266,Washington DC-MD-VA-WV CSA (VA Part) +271,407,12,Chicago IL-IN-WI CSA (IL Part) +271,408,223,New York NY-NJ-CT-PA CSA (NY Part) +271,409,223,New York NY-NJ-CT-PA CSA (NY Part) +271,410,154,Alaska +271,411,12,Chicago IL-IN-WI CSA (IL Part) +271,412,223,New York NY-NJ-CT-PA CSA (NY Part) +271,413,12,Chicago IL-IN-WI CSA (IL Part) +271,414,195,New Orleans LA CSA +271,415,223,New York NY-NJ-CT-PA CSA (NY Part) +271,416,223,New York NY-NJ-CT-PA CSA (NY Part) +271,417,203,Detroit MI CSA +271,418,154,Alaska +271,419,12,Chicago IL-IN-WI CSA (IL Part) +271,420,12,Chicago IL-IN-WI CSA (IL Part) +271,421,223,New York NY-NJ-CT-PA CSA (NY Part) +271,422,12,Chicago IL-IN-WI CSA (IL Part) +271,423,12,Chicago IL-IN-WI CSA (IL Part) +271,424,173,Orlando FL CSA +271,425,179,Honolulu HI MSA +271,426,172,Miami FL MSA +271,427,266,Washington DC-MD-VA-WV CSA (VA Part) +271,428,154,Alaska +271,429,257,Houston TX CSA +271,430,12,Chicago IL-IN-WI CSA (IL Part) +271,431,223,New York NY-NJ-CT-PA CSA (NY Part) +271,432,266,Washington DC-MD-VA-WV CSA (VA Part) +271,433,223,New York NY-NJ-CT-PA CSA (NY Part) +271,434,203,Detroit MI CSA +271,435,12,Chicago IL-IN-WI CSA (IL Part) +271,436,266,Washington DC-MD-VA-WV CSA (VA Part) +271,437,12,Chicago IL-IN-WI CSA (IL Part) +271,438,12,Chicago IL-IN-WI CSA (IL Part) +271,439,217,New York NY-NJ-CT-PA CSA (NJ Part) +271,440,191,Louisville KY-IN CSA (KY Part) +271,441,255,Dallas-Fort Worth TX CSA +271,442,169,Delaware +271,443,223,New York NY-NJ-CT-PA CSA (NY Part) +271,444,223,New York NY-NJ-CT-PA CSA (NY Part) +271,445,223,New York NY-NJ-CT-PA CSA (NY Part) +271,446,186,Indianapolis IN CSA +271,447,217,New York NY-NJ-CT-PA CSA (NJ Part) +271,448,217,New York NY-NJ-CT-PA CSA (NJ Part) +271,449,12,Chicago IL-IN-WI CSA (IL Part) +271,450,186,Indianapolis IN CSA +271,451,12,Chicago IL-IN-WI CSA (IL Part) +271,452,217,New York NY-NJ-CT-PA CSA (NJ Part) +271,453,159,Los Angeles CA CSA +271,454,223,New York NY-NJ-CT-PA CSA (NY Part) +271,455,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +271,456,12,Chicago IL-IN-WI CSA (IL Part) +271,457,232,Cleveland OH CSA +271,458,217,New York NY-NJ-CT-PA CSA (NJ Part) +271,459,203,Detroit MI CSA +271,460,223,New York NY-NJ-CT-PA CSA (NY Part) +271,461,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +271,462,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +271,463,12,Chicago IL-IN-WI CSA (IL Part) +271,464,12,Chicago IL-IN-WI CSA (IL Part) +271,465,12,Chicago IL-IN-WI CSA (IL Part) +271,466,191,Louisville KY-IN CSA (KY Part) +271,467,12,Chicago IL-IN-WI CSA (IL Part) +271,468,12,Chicago IL-IN-WI CSA (IL Part) +271,469,201,Boston MA-NH CSA (MA Part) +271,470,159,Los Angeles CA CSA +271,471,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +271,472,12,Chicago IL-IN-WI CSA (IL Part) +271,473,249,Memphis TN-MS-AR MSA (TN Part) +271,474,217,New York NY-NJ-CT-PA CSA (NJ Part) +271,475,223,New York NY-NJ-CT-PA CSA (NY Part) +271,476,12,Chicago IL-IN-WI CSA (IL Part) +271,477,12,Chicago IL-IN-WI CSA (IL Part) +271,478,186,Indianapolis IN CSA +271,479,12,Chicago IL-IN-WI CSA (IL Part) +271,480,226,Charlotte NC-SC CSA (NC Part) +271,481,12,Chicago IL-IN-WI CSA (IL Part) +271,482,223,New York NY-NJ-CT-PA CSA (NY Part) +271,483,12,Chicago IL-IN-WI CSA (IL Part) +271,484,172,Miami FL MSA +271,485,203,Detroit MI CSA +271,486,12,Chicago IL-IN-WI CSA (IL Part) +271,487,172,Miami FL MSA +271,488,154,Alaska +271,489,223,New York NY-NJ-CT-PA CSA (NY Part) +271,490,232,Cleveland OH CSA +271,491,223,New York NY-NJ-CT-PA CSA (NY Part) +272,274,223,New York NY-NJ-CT-PA CSA (NY Part) +272,275,12,Chicago IL-IN-WI CSA (IL Part) +272,276,203,Detroit MI CSA +272,277,223,New York NY-NJ-CT-PA CSA (NY Part) +272,278,169,Delaware +272,279,176,Atlanta GA-AL CSA (GA Part) +272,280,12,Chicago IL-IN-WI CSA (IL Part) +272,281,153,Remainder of Alabama +272,282,12,Chicago IL-IN-WI CSA (IL Part) +272,283,176,Atlanta GA-AL CSA (GA Part) +272,284,159,Los Angeles CA CSA +272,285,201,Boston MA-NH CSA (MA Part) +272,286,12,Chicago IL-IN-WI CSA (IL Part) +272,287,176,Atlanta GA-AL CSA (GA Part) +272,288,223,New York NY-NJ-CT-PA CSA (NY Part) +272,289,154,Alaska +272,290,232,Cleveland OH CSA +272,291,217,New York NY-NJ-CT-PA CSA (NJ Part) +272,292,12,Chicago IL-IN-WI CSA (IL Part) +272,293,12,Chicago IL-IN-WI CSA (IL Part) +272,294,217,New York NY-NJ-CT-PA CSA (NJ Part) +272,295,266,Washington DC-MD-VA-WV CSA (VA Part) +272,296,186,Indianapolis IN CSA +272,297,153,Remainder of Alabama +272,298,12,Chicago IL-IN-WI CSA (IL Part) +272,299,232,Cleveland OH CSA +272,300,231,Cincinnati OH-KY-IN CSA (OH Part) +272,301,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +272,302,176,Atlanta GA-AL CSA (GA Part) +272,303,154,Alaska +272,304,203,Detroit MI CSA +272,305,217,New York NY-NJ-CT-PA CSA (NJ Part) +272,306,12,Chicago IL-IN-WI CSA (IL Part) +272,307,12,Chicago IL-IN-WI CSA (IL Part) +272,308,203,Detroit MI CSA +272,309,201,Boston MA-NH CSA (MA Part) +272,310,12,Chicago IL-IN-WI CSA (IL Part) +272,311,223,New York NY-NJ-CT-PA CSA (NY Part) +272,312,172,Miami FL MSA +272,313,232,Cleveland OH CSA +272,314,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +272,315,245,Charleston SC MSA +272,316,192,Remainder of Kentucky +272,317,154,Alaska +272,318,223,New York NY-NJ-CT-PA CSA (NY Part) +272,319,172,Miami FL MSA +272,320,12,Chicago IL-IN-WI CSA (IL Part) +272,321,223,New York NY-NJ-CT-PA CSA (NY Part) +272,322,162,San Francisco CA CSA +272,323,249,Memphis TN-MS-AR MSA (TN Part) +272,324,203,Detroit MI CSA +272,325,172,Miami FL MSA +272,326,232,Cleveland OH CSA +272,327,266,Washington DC-MD-VA-WV CSA (VA Part) +272,328,266,Washington DC-MD-VA-WV CSA (VA Part) +272,329,12,Chicago IL-IN-WI CSA (IL Part) +272,330,223,New York NY-NJ-CT-PA CSA (NY Part) +272,331,232,Cleveland OH CSA +272,332,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +272,333,12,Chicago IL-IN-WI CSA (IL Part) +272,334,176,Atlanta GA-AL CSA (GA Part) +272,335,12,Chicago IL-IN-WI CSA (IL Part) +272,336,192,Remainder of Kentucky +272,337,217,New York NY-NJ-CT-PA CSA (NJ Part) +272,338,232,Cleveland OH CSA +272,339,12,Chicago IL-IN-WI CSA (IL Part) +272,340,223,New York NY-NJ-CT-PA CSA (NY Part) +272,341,203,Detroit MI CSA +272,342,12,Chicago IL-IN-WI CSA (IL Part) +272,343,12,Chicago IL-IN-WI CSA (IL Part) +272,344,12,Chicago IL-IN-WI CSA (IL Part) +272,345,12,Chicago IL-IN-WI CSA (IL Part) +272,346,172,Miami FL MSA +272,347,223,New York NY-NJ-CT-PA CSA (NY Part) +272,348,223,New York NY-NJ-CT-PA CSA (NY Part) +272,349,203,Detroit MI CSA +272,350,12,Chicago IL-IN-WI CSA (IL Part) +272,351,186,Indianapolis IN CSA +272,352,223,New York NY-NJ-CT-PA CSA (NY Part) +272,353,12,Chicago IL-IN-WI CSA (IL Part) +272,354,12,Chicago IL-IN-WI CSA (IL Part) +272,355,172,Miami FL MSA +272,356,12,Chicago IL-IN-WI CSA (IL Part) +272,357,12,Chicago IL-IN-WI CSA (IL Part) +272,358,201,Boston MA-NH CSA (MA Part) +272,359,12,Chicago IL-IN-WI CSA (IL Part) +272,360,172,Miami FL MSA +272,361,12,Chicago IL-IN-WI CSA (IL Part) +272,362,12,Chicago IL-IN-WI CSA (IL Part) +272,363,153,Remainder of Alabama +272,364,217,New York NY-NJ-CT-PA CSA (NJ Part) +272,365,12,Chicago IL-IN-WI CSA (IL Part) +272,366,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +272,367,12,Chicago IL-IN-WI CSA (IL Part) +272,368,223,New York NY-NJ-CT-PA CSA (NY Part) +272,369,203,Detroit MI CSA +272,370,12,Chicago IL-IN-WI CSA (IL Part) +272,371,217,New York NY-NJ-CT-PA CSA (NJ Part) +272,372,223,New York NY-NJ-CT-PA CSA (NY Part) +272,373,172,Miami FL MSA +272,374,203,Detroit MI CSA +272,375,223,New York NY-NJ-CT-PA CSA (NY Part) +272,376,232,Cleveland OH CSA +272,377,223,New York NY-NJ-CT-PA CSA (NY Part) +272,378,245,Charleston SC MSA +272,379,203,Detroit MI CSA +272,380,12,Chicago IL-IN-WI CSA (IL Part) +272,381,154,Alaska +272,382,12,Chicago IL-IN-WI CSA (IL Part) +272,383,223,New York NY-NJ-CT-PA CSA (NY Part) +272,384,245,Charleston SC MSA +272,385,223,New York NY-NJ-CT-PA CSA (NY Part) +272,386,223,New York NY-NJ-CT-PA CSA (NY Part) +272,387,223,New York NY-NJ-CT-PA CSA (NY Part) +272,388,12,Chicago IL-IN-WI CSA (IL Part) +272,389,12,Chicago IL-IN-WI CSA (IL Part) +272,390,191,Louisville KY-IN CSA (KY Part) +272,391,12,Chicago IL-IN-WI CSA (IL Part) +272,392,162,San Francisco CA CSA +272,393,169,Delaware +272,394,12,Chicago IL-IN-WI CSA (IL Part) +272,395,12,Chicago IL-IN-WI CSA (IL Part) +272,396,162,San Francisco CA CSA +272,397,266,Washington DC-MD-VA-WV CSA (VA Part) +272,398,12,Chicago IL-IN-WI CSA (IL Part) +272,399,12,Chicago IL-IN-WI CSA (IL Part) +272,400,12,Chicago IL-IN-WI CSA (IL Part) +272,401,217,New York NY-NJ-CT-PA CSA (NJ Part) +272,402,12,Chicago IL-IN-WI CSA (IL Part) +272,403,186,Indianapolis IN CSA +272,404,223,New York NY-NJ-CT-PA CSA (NY Part) +272,405,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +272,406,223,New York NY-NJ-CT-PA CSA (NY Part) +272,407,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +272,408,154,Alaska +272,409,223,New York NY-NJ-CT-PA CSA (NY Part) +272,410,159,Los Angeles CA CSA +272,411,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +272,412,223,New York NY-NJ-CT-PA CSA (NY Part) +272,413,12,Chicago IL-IN-WI CSA (IL Part) +272,414,186,Indianapolis IN CSA +272,415,223,New York NY-NJ-CT-PA CSA (NY Part) +272,416,12,Chicago IL-IN-WI CSA (IL Part) +272,417,255,Dallas-Fort Worth TX CSA +272,418,232,Cleveland OH CSA +272,419,12,Chicago IL-IN-WI CSA (IL Part) +272,420,12,Chicago IL-IN-WI CSA (IL Part) +272,421,12,Chicago IL-IN-WI CSA (IL Part) +272,422,162,San Francisco CA CSA +272,423,223,New York NY-NJ-CT-PA CSA (NY Part) +272,424,172,Miami FL MSA +272,425,162,San Francisco CA CSA +272,426,12,Chicago IL-IN-WI CSA (IL Part) +272,427,172,Miami FL MSA +272,428,12,Chicago IL-IN-WI CSA (IL Part) +272,429,249,Memphis TN-MS-AR MSA (TN Part) +272,430,223,New York NY-NJ-CT-PA CSA (NY Part) +272,431,232,Cleveland OH CSA +272,432,12,Chicago IL-IN-WI CSA (IL Part) +272,433,12,Chicago IL-IN-WI CSA (IL Part) +272,434,217,New York NY-NJ-CT-PA CSA (NJ Part) +272,435,154,Alaska +272,436,266,Washington DC-MD-VA-WV CSA (VA Part) +272,437,203,Detroit MI CSA +272,438,217,New York NY-NJ-CT-PA CSA (NJ Part) +272,439,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +272,440,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +272,441,12,Chicago IL-IN-WI CSA (IL Part) +272,442,223,New York NY-NJ-CT-PA CSA (NY Part) +272,443,223,New York NY-NJ-CT-PA CSA (NY Part) +272,444,12,Chicago IL-IN-WI CSA (IL Part) +272,445,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +272,446,223,New York NY-NJ-CT-PA CSA (NY Part) +272,447,201,Boston MA-NH CSA (MA Part) +272,448,12,Chicago IL-IN-WI CSA (IL Part) +272,449,232,Cleveland OH CSA +272,450,176,Atlanta GA-AL CSA (GA Part) +272,451,223,New York NY-NJ-CT-PA CSA (NY Part) +272,452,223,New York NY-NJ-CT-PA CSA (NY Part) +272,453,12,Chicago IL-IN-WI CSA (IL Part) +272,454,201,Boston MA-NH CSA (MA Part) +272,455,223,New York NY-NJ-CT-PA CSA (NY Part) +272,456,12,Chicago IL-IN-WI CSA (IL Part) +272,457,223,New York NY-NJ-CT-PA CSA (NY Part) +272,458,266,Washington DC-MD-VA-WV CSA (VA Part) +272,459,217,New York NY-NJ-CT-PA CSA (NJ Part) +272,460,12,Chicago IL-IN-WI CSA (IL Part) +272,461,217,New York NY-NJ-CT-PA CSA (NJ Part) +272,462,266,Washington DC-MD-VA-WV CSA (VA Part) +272,463,12,Chicago IL-IN-WI CSA (IL Part) +272,464,223,New York NY-NJ-CT-PA CSA (NY Part) +272,465,223,New York NY-NJ-CT-PA CSA (NY Part) +272,466,223,New York NY-NJ-CT-PA CSA (NY Part) +272,467,201,Boston MA-NH CSA (MA Part) +272,468,154,Alaska +272,469,12,Chicago IL-IN-WI CSA (IL Part) +272,470,12,Chicago IL-IN-WI CSA (IL Part) +272,471,203,Detroit MI CSA +272,472,162,San Francisco CA CSA +272,473,12,Chicago IL-IN-WI CSA (IL Part) +272,474,12,Chicago IL-IN-WI CSA (IL Part) +272,475,12,Chicago IL-IN-WI CSA (IL Part) +272,476,12,Chicago IL-IN-WI CSA (IL Part) +272,477,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +272,478,12,Chicago IL-IN-WI CSA (IL Part) +272,479,159,Los Angeles CA CSA +272,480,223,New York NY-NJ-CT-PA CSA (NY Part) +272,481,203,Detroit MI CSA +272,482,201,Boston MA-NH CSA (MA Part) +272,483,217,New York NY-NJ-CT-PA CSA (NJ Part) +272,484,176,Atlanta GA-AL CSA (GA Part) +272,485,223,New York NY-NJ-CT-PA CSA (NY Part) +272,486,159,Los Angeles CA CSA +272,487,172,Miami FL MSA +272,488,203,Detroit MI CSA +272,489,12,Chicago IL-IN-WI CSA (IL Part) +272,490,217,New York NY-NJ-CT-PA CSA (NJ Part) +272,491,245,Charleston SC MSA +273,274,12,Chicago IL-IN-WI CSA (IL Part) +273,275,266,Washington DC-MD-VA-WV CSA (VA Part) +273,276,12,Chicago IL-IN-WI CSA (IL Part) +273,277,203,Detroit MI CSA +273,278,176,Atlanta GA-AL CSA (GA Part) +273,279,186,Indianapolis IN CSA +273,280,172,Miami FL MSA +273,281,231,Cincinnati OH-KY-IN CSA (OH Part) +273,282,12,Chicago IL-IN-WI CSA (IL Part) +273,283,172,Miami FL MSA +273,284,159,Los Angeles CA CSA +273,285,203,Detroit MI CSA +273,286,154,Alaska +273,287,249,Memphis TN-MS-AR MSA (TN Part) +273,288,154,Alaska +273,289,154,Alaska +273,290,232,Cleveland OH CSA +273,291,203,Detroit MI CSA +273,292,12,Chicago IL-IN-WI CSA (IL Part) +273,293,249,Memphis TN-MS-AR MSA (TN Part) +273,294,217,New York NY-NJ-CT-PA CSA (NJ Part) +273,295,12,Chicago IL-IN-WI CSA (IL Part) +273,296,162,San Francisco CA CSA +273,297,172,Miami FL MSA +273,298,201,Boston MA-NH CSA (MA Part) +273,299,12,Chicago IL-IN-WI CSA (IL Part) +273,300,249,Memphis TN-MS-AR MSA (TN Part) +273,301,223,New York NY-NJ-CT-PA CSA (NY Part) +273,302,172,Miami FL MSA +273,303,162,San Francisco CA CSA +273,304,217,New York NY-NJ-CT-PA CSA (NJ Part) +273,305,12,Chicago IL-IN-WI CSA (IL Part) +273,306,217,New York NY-NJ-CT-PA CSA (NJ Part) +273,307,217,New York NY-NJ-CT-PA CSA (NJ Part) +273,308,154,Alaska +273,309,217,New York NY-NJ-CT-PA CSA (NJ Part) +273,310,12,Chicago IL-IN-WI CSA (IL Part) +273,311,232,Cleveland OH CSA +273,312,172,Miami FL MSA +273,313,186,Indianapolis IN CSA +273,314,232,Cleveland OH CSA +273,315,176,Atlanta GA-AL CSA (GA Part) +273,316,154,Alaska +273,317,268,Seattle WA CSA +273,318,154,Alaska +273,319,257,Houston TX CSA +273,320,201,Boston MA-NH CSA (MA Part) +273,321,217,New York NY-NJ-CT-PA CSA (NJ Part) +273,322,179,Honolulu HI MSA +273,323,255,Dallas-Fort Worth TX CSA +273,324,217,New York NY-NJ-CT-PA CSA (NJ Part) +273,325,249,Memphis TN-MS-AR MSA (TN Part) +273,326,172,Miami FL MSA +273,327,217,New York NY-NJ-CT-PA CSA (NJ Part) +273,328,232,Cleveland OH CSA +273,329,203,Detroit MI CSA +273,330,217,New York NY-NJ-CT-PA CSA (NJ Part) +273,331,203,Detroit MI CSA +273,332,176,Atlanta GA-AL CSA (GA Part) +273,333,153,Remainder of Alabama +273,334,257,Houston TX CSA +273,335,12,Chicago IL-IN-WI CSA (IL Part) +273,336,257,Houston TX CSA +273,337,192,Remainder of Kentucky +273,338,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +273,339,186,Indianapolis IN CSA +273,340,266,Washington DC-MD-VA-WV CSA (VA Part) +273,341,172,Miami FL MSA +273,342,217,New York NY-NJ-CT-PA CSA (NJ Part) +273,343,154,Alaska +273,344,268,Seattle WA CSA +273,345,12,Chicago IL-IN-WI CSA (IL Part) +273,346,257,Houston TX CSA +273,347,223,New York NY-NJ-CT-PA CSA (NY Part) +273,348,223,New York NY-NJ-CT-PA CSA (NY Part) +273,349,203,Detroit MI CSA +273,350,223,New York NY-NJ-CT-PA CSA (NY Part) +273,351,201,Boston MA-NH CSA (MA Part) +273,352,12,Chicago IL-IN-WI CSA (IL Part) +273,353,223,New York NY-NJ-CT-PA CSA (NY Part) +273,354,12,Chicago IL-IN-WI CSA (IL Part) +273,355,12,Chicago IL-IN-WI CSA (IL Part) +273,356,257,Houston TX CSA +273,357,186,Indianapolis IN CSA +273,358,249,Memphis TN-MS-AR MSA (TN Part) +273,359,12,Chicago IL-IN-WI CSA (IL Part) +273,360,172,Miami FL MSA +273,361,266,Washington DC-MD-VA-WV CSA (VA Part) +273,362,223,New York NY-NJ-CT-PA CSA (NY Part) +273,363,153,Remainder of Alabama +273,364,223,New York NY-NJ-CT-PA CSA (NY Part) +273,365,12,Chicago IL-IN-WI CSA (IL Part) +273,366,154,Alaska +273,367,159,Los Angeles CA CSA +273,368,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +273,369,223,New York NY-NJ-CT-PA CSA (NY Part) +273,370,12,Chicago IL-IN-WI CSA (IL Part) +273,371,12,Chicago IL-IN-WI CSA (IL Part) +273,372,223,New York NY-NJ-CT-PA CSA (NY Part) +273,373,172,Miami FL MSA +273,374,162,San Francisco CA CSA +273,375,223,New York NY-NJ-CT-PA CSA (NY Part) +273,376,154,Alaska +273,377,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +273,378,172,Miami FL MSA +273,379,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +273,380,268,Seattle WA CSA +273,381,159,Los Angeles CA CSA +273,382,203,Detroit MI CSA +273,383,201,Boston MA-NH CSA (MA Part) +273,384,12,Chicago IL-IN-WI CSA (IL Part) +273,385,266,Washington DC-MD-VA-WV CSA (VA Part) +273,386,191,Louisville KY-IN CSA (KY Part) +273,387,12,Chicago IL-IN-WI CSA (IL Part) +273,388,191,Louisville KY-IN CSA (KY Part) +273,389,12,Chicago IL-IN-WI CSA (IL Part) +273,390,232,Cleveland OH CSA +273,391,266,Washington DC-MD-VA-WV CSA (VA Part) +273,392,179,Honolulu HI MSA +273,393,154,Alaska +273,394,12,Chicago IL-IN-WI CSA (IL Part) +273,395,12,Chicago IL-IN-WI CSA (IL Part) +273,396,162,San Francisco CA CSA +273,397,223,New York NY-NJ-CT-PA CSA (NY Part) +273,398,12,Chicago IL-IN-WI CSA (IL Part) +273,399,249,Memphis TN-MS-AR MSA (TN Part) +273,400,162,San Francisco CA CSA +273,401,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +273,402,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +273,403,154,Alaska +273,404,186,Indianapolis IN CSA +273,405,186,Indianapolis IN CSA +273,406,203,Detroit MI CSA +273,407,223,New York NY-NJ-CT-PA CSA (NY Part) +273,408,154,Alaska +273,409,266,Washington DC-MD-VA-WV CSA (VA Part) +273,410,159,Los Angeles CA CSA +273,411,154,Alaska +273,412,12,Chicago IL-IN-WI CSA (IL Part) +273,413,162,San Francisco CA CSA +273,414,195,New Orleans LA CSA +273,415,12,Chicago IL-IN-WI CSA (IL Part) +273,416,12,Chicago IL-IN-WI CSA (IL Part) +273,417,162,San Francisco CA CSA +273,418,159,Los Angeles CA CSA +273,419,12,Chicago IL-IN-WI CSA (IL Part) +273,420,223,New York NY-NJ-CT-PA CSA (NY Part) +273,421,12,Chicago IL-IN-WI CSA (IL Part) +273,422,154,Alaska +273,423,201,Boston MA-NH CSA (MA Part) +273,424,173,Orlando FL CSA +273,425,154,Alaska +273,426,249,Memphis TN-MS-AR MSA (TN Part) +273,427,172,Miami FL MSA +273,428,159,Los Angeles CA CSA +273,429,159,Los Angeles CA CSA +273,430,223,New York NY-NJ-CT-PA CSA (NY Part) +273,431,203,Detroit MI CSA +273,432,268,Seattle WA CSA +273,433,203,Detroit MI CSA +273,434,12,Chicago IL-IN-WI CSA (IL Part) +273,435,159,Los Angeles CA CSA +273,436,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +273,437,192,Remainder of Kentucky +273,438,172,Miami FL MSA +273,439,172,Miami FL MSA +273,440,249,Memphis TN-MS-AR MSA (TN Part) +273,441,159,Los Angeles CA CSA +273,442,223,New York NY-NJ-CT-PA CSA (NY Part) +273,443,12,Chicago IL-IN-WI CSA (IL Part) +273,444,12,Chicago IL-IN-WI CSA (IL Part) +273,445,223,New York NY-NJ-CT-PA CSA (NY Part) +273,446,232,Cleveland OH CSA +273,447,232,Cleveland OH CSA +273,448,217,New York NY-NJ-CT-PA CSA (NJ Part) +273,449,154,Alaska +273,450,172,Miami FL MSA +273,451,12,Chicago IL-IN-WI CSA (IL Part) +273,452,12,Chicago IL-IN-WI CSA (IL Part) +273,453,159,Los Angeles CA CSA +273,454,232,Cleveland OH CSA +273,455,223,New York NY-NJ-CT-PA CSA (NY Part) +273,456,268,Seattle WA CSA +273,457,223,New York NY-NJ-CT-PA CSA (NY Part) +273,458,164,Denver CO CSA +273,459,203,Detroit MI CSA +273,460,191,Louisville KY-IN CSA (KY Part) +273,461,176,Atlanta GA-AL CSA (GA Part) +273,462,203,Detroit MI CSA +273,463,12,Chicago IL-IN-WI CSA (IL Part) +273,464,203,Detroit MI CSA +273,465,223,New York NY-NJ-CT-PA CSA (NY Part) +273,466,154,Alaska +273,467,201,Boston MA-NH CSA (MA Part) +273,468,159,Los Angeles CA CSA +273,469,232,Cleveland OH CSA +273,470,162,San Francisco CA CSA +273,471,12,Chicago IL-IN-WI CSA (IL Part) +273,472,159,Los Angeles CA CSA +273,473,159,Los Angeles CA CSA +273,474,172,Miami FL MSA +273,475,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +273,476,217,New York NY-NJ-CT-PA CSA (NJ Part) +273,477,12,Chicago IL-IN-WI CSA (IL Part) +273,478,153,Remainder of Alabama +273,479,159,Los Angeles CA CSA +273,480,153,Remainder of Alabama +273,481,12,Chicago IL-IN-WI CSA (IL Part) +273,482,154,Alaska +273,483,223,New York NY-NJ-CT-PA CSA (NY Part) +273,484,176,Atlanta GA-AL CSA (GA Part) +273,485,154,Alaska +273,486,179,Honolulu HI MSA +273,487,172,Miami FL MSA +273,488,162,San Francisco CA CSA +273,489,232,Cleveland OH CSA +273,490,223,New York NY-NJ-CT-PA CSA (NY Part) +273,491,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +274,152,223,New York NY-NJ-CT-PA CSA (NY Part) +274,153,217,New York NY-NJ-CT-PA CSA (NJ Part) +274,154,154,Alaska +274,155,12,Chicago IL-IN-WI CSA (IL Part) +274,156,12,Chicago IL-IN-WI CSA (IL Part) +274,157,159,Los Angeles CA CSA +274,158,223,New York NY-NJ-CT-PA CSA (NY Part) +274,159,154,Alaska +274,160,159,Los Angeles CA CSA +274,161,154,Alaska +274,162,154,Alaska +274,163,162,San Francisco CA CSA +274,164,268,Seattle WA CSA +274,165,249,Memphis TN-MS-AR MSA (TN Part) +274,166,266,Washington DC-MD-VA-WV CSA (VA Part) +274,167,266,Washington DC-MD-VA-WV CSA (VA Part) +274,168,266,Washington DC-MD-VA-WV CSA (VA Part) +274,169,223,New York NY-NJ-CT-PA CSA (NY Part) +274,170,223,New York NY-NJ-CT-PA CSA (NY Part) +274,171,217,New York NY-NJ-CT-PA CSA (NJ Part) +274,172,245,Charleston SC MSA +274,173,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +274,174,172,Miami FL MSA +274,175,232,Cleveland OH CSA +274,176,201,Boston MA-NH CSA (MA Part) +274,177,223,New York NY-NJ-CT-PA CSA (NY Part) +274,178,12,Chicago IL-IN-WI CSA (IL Part) +274,179,154,Alaska +274,180,162,San Francisco CA CSA +274,181,154,Alaska +274,183,192,Remainder of Kentucky +274,184,203,Detroit MI CSA +274,185,266,Washington DC-MD-VA-WV CSA (VA Part) +274,186,12,Chicago IL-IN-WI CSA (IL Part) +274,187,12,Chicago IL-IN-WI CSA (IL Part) +274,188,12,Chicago IL-IN-WI CSA (IL Part) +274,189,231,Cincinnati OH-KY-IN CSA (OH Part) +274,190,12,Chicago IL-IN-WI CSA (IL Part) +274,191,266,Washington DC-MD-VA-WV CSA (VA Part) +274,192,223,New York NY-NJ-CT-PA CSA (NY Part) +274,193,153,Remainder of Alabama +274,194,195,New Orleans LA CSA +274,195,217,New York NY-NJ-CT-PA CSA (NJ Part) +274,196,12,Chicago IL-IN-WI CSA (IL Part) +274,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +274,198,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +274,199,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +274,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +274,201,266,Washington DC-MD-VA-WV CSA (VA Part) +274,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +274,203,223,New York NY-NJ-CT-PA CSA (NY Part) +274,204,223,New York NY-NJ-CT-PA CSA (NY Part) +274,205,223,New York NY-NJ-CT-PA CSA (NY Part) +274,206,12,Chicago IL-IN-WI CSA (IL Part) +274,207,266,Washington DC-MD-VA-WV CSA (VA Part) +274,208,217,New York NY-NJ-CT-PA CSA (NJ Part) +274,209,186,Indianapolis IN CSA +274,210,217,New York NY-NJ-CT-PA CSA (NJ Part) +274,211,203,Detroit MI CSA +274,212,203,Detroit MI CSA +274,213,154,Alaska +274,214,12,Chicago IL-IN-WI CSA (IL Part) +274,215,162,San Francisco CA CSA +274,216,223,New York NY-NJ-CT-PA CSA (NY Part) +274,217,203,Detroit MI CSA +274,218,223,New York NY-NJ-CT-PA CSA (NY Part) +274,219,223,New York NY-NJ-CT-PA CSA (NY Part) +274,220,249,Memphis TN-MS-AR MSA (TN Part) +274,221,223,New York NY-NJ-CT-PA CSA (NY Part) +274,222,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +274,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +274,224,223,New York NY-NJ-CT-PA CSA (NY Part) +274,225,266,Washington DC-MD-VA-WV CSA (VA Part) +274,226,266,Washington DC-MD-VA-WV CSA (VA Part) +274,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +274,228,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +274,229,223,New York NY-NJ-CT-PA CSA (NY Part) +274,230,154,Alaska +274,231,12,Chicago IL-IN-WI CSA (IL Part) +274,232,223,New York NY-NJ-CT-PA CSA (NY Part) +274,233,191,Louisville KY-IN CSA (KY Part) +274,234,12,Chicago IL-IN-WI CSA (IL Part) +274,235,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +274,236,12,Chicago IL-IN-WI CSA (IL Part) +274,237,217,New York NY-NJ-CT-PA CSA (NJ Part) +274,238,186,Indianapolis IN CSA +274,239,159,Los Angeles CA CSA +274,240,154,Alaska +274,241,223,New York NY-NJ-CT-PA CSA (NY Part) +274,242,223,New York NY-NJ-CT-PA CSA (NY Part) +274,243,223,New York NY-NJ-CT-PA CSA (NY Part) +274,244,201,Boston MA-NH CSA (MA Part) +274,245,223,New York NY-NJ-CT-PA CSA (NY Part) +274,246,203,Detroit MI CSA +274,247,12,Chicago IL-IN-WI CSA (IL Part) +274,248,12,Chicago IL-IN-WI CSA (IL Part) +274,249,186,Indianapolis IN CSA +274,250,232,Cleveland OH CSA +274,251,12,Chicago IL-IN-WI CSA (IL Part) +274,252,255,Dallas-Fort Worth TX CSA +274,253,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +274,254,266,Washington DC-MD-VA-WV CSA (VA Part) +274,255,12,Chicago IL-IN-WI CSA (IL Part) +274,256,191,Louisville KY-IN CSA (KY Part) +274,257,176,Atlanta GA-AL CSA (GA Part) +274,258,12,Chicago IL-IN-WI CSA (IL Part) +274,259,203,Detroit MI CSA +274,260,217,New York NY-NJ-CT-PA CSA (NJ Part) +274,261,268,Seattle WA CSA +274,262,162,San Francisco CA CSA +274,263,223,New York NY-NJ-CT-PA CSA (NY Part) +274,264,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +274,265,223,New York NY-NJ-CT-PA CSA (NY Part) +274,266,223,New York NY-NJ-CT-PA CSA (NY Part) +274,267,223,New York NY-NJ-CT-PA CSA (NY Part) +274,268,162,San Francisco CA CSA +274,269,162,San Francisco CA CSA +274,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +274,271,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +274,272,223,New York NY-NJ-CT-PA CSA (NY Part) +274,273,12,Chicago IL-IN-WI CSA (IL Part) +275,152,176,Atlanta GA-AL CSA (GA Part) +275,153,217,New York NY-NJ-CT-PA CSA (NJ Part) +275,154,154,Alaska +275,155,249,Memphis TN-MS-AR MSA (TN Part) +275,156,249,Memphis TN-MS-AR MSA (TN Part) +275,157,201,Boston MA-NH CSA (MA Part) +275,158,201,Boston MA-NH CSA (MA Part) +275,159,12,Chicago IL-IN-WI CSA (IL Part) +275,160,159,Los Angeles CA CSA +275,161,159,Los Angeles CA CSA +275,162,12,Chicago IL-IN-WI CSA (IL Part) +275,163,12,Chicago IL-IN-WI CSA (IL Part) +275,164,12,Chicago IL-IN-WI CSA (IL Part) +275,165,223,New York NY-NJ-CT-PA CSA (NY Part) +275,166,223,New York NY-NJ-CT-PA CSA (NY Part) +275,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +275,168,223,New York NY-NJ-CT-PA CSA (NY Part) +275,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +275,170,223,New York NY-NJ-CT-PA CSA (NY Part) +275,171,223,New York NY-NJ-CT-PA CSA (NY Part) +275,172,172,Miami FL MSA +275,173,201,Boston MA-NH CSA (MA Part) +275,174,223,New York NY-NJ-CT-PA CSA (NY Part) +275,175,245,Charleston SC MSA +275,176,217,New York NY-NJ-CT-PA CSA (NJ Part) +275,177,217,New York NY-NJ-CT-PA CSA (NJ Part) +275,178,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +275,179,223,New York NY-NJ-CT-PA CSA (NY Part) +275,180,154,Alaska +275,181,223,New York NY-NJ-CT-PA CSA (NY Part) +275,183,223,New York NY-NJ-CT-PA CSA (NY Part) +275,184,12,Chicago IL-IN-WI CSA (IL Part) +275,185,192,Remainder of Kentucky +275,186,191,Louisville KY-IN CSA (KY Part) +275,187,169,Delaware +275,188,223,New York NY-NJ-CT-PA CSA (NY Part) +275,189,223,New York NY-NJ-CT-PA CSA (NY Part) +275,190,266,Washington DC-MD-VA-WV CSA (VA Part) +275,191,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +275,192,186,Indianapolis IN CSA +275,193,217,New York NY-NJ-CT-PA CSA (NJ Part) +275,194,257,Houston TX CSA +275,195,231,Cincinnati OH-KY-IN CSA (OH Part) +275,196,217,New York NY-NJ-CT-PA CSA (NJ Part) +275,197,223,New York NY-NJ-CT-PA CSA (NY Part) +275,198,266,Washington DC-MD-VA-WV CSA (VA Part) +275,199,223,New York NY-NJ-CT-PA CSA (NY Part) +275,200,266,Washington DC-MD-VA-WV CSA (VA Part) +275,201,223,New York NY-NJ-CT-PA CSA (NY Part) +275,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +275,203,223,New York NY-NJ-CT-PA CSA (NY Part) +275,204,12,Chicago IL-IN-WI CSA (IL Part) +275,205,266,Washington DC-MD-VA-WV CSA (VA Part) +275,206,12,Chicago IL-IN-WI CSA (IL Part) +275,207,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +275,208,249,Memphis TN-MS-AR MSA (TN Part) +275,209,201,Boston MA-NH CSA (MA Part) +275,210,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +275,211,223,New York NY-NJ-CT-PA CSA (NY Part) +275,212,12,Chicago IL-IN-WI CSA (IL Part) +275,213,223,New York NY-NJ-CT-PA CSA (NY Part) +275,214,223,New York NY-NJ-CT-PA CSA (NY Part) +275,215,12,Chicago IL-IN-WI CSA (IL Part) +275,216,201,Boston MA-NH CSA (MA Part) +275,217,223,New York NY-NJ-CT-PA CSA (NY Part) +275,218,223,New York NY-NJ-CT-PA CSA (NY Part) +275,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +275,220,249,Memphis TN-MS-AR MSA (TN Part) +275,221,223,New York NY-NJ-CT-PA CSA (NY Part) +275,222,223,New York NY-NJ-CT-PA CSA (NY Part) +275,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +275,224,223,New York NY-NJ-CT-PA CSA (NY Part) +275,225,223,New York NY-NJ-CT-PA CSA (NY Part) +275,226,226,Charlotte NC-SC CSA (NC Part) +275,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +275,228,223,New York NY-NJ-CT-PA CSA (NY Part) +275,229,266,Washington DC-MD-VA-WV CSA (VA Part) +275,230,12,Chicago IL-IN-WI CSA (IL Part) +275,231,217,New York NY-NJ-CT-PA CSA (NJ Part) +275,232,223,New York NY-NJ-CT-PA CSA (NY Part) +275,233,231,Cincinnati OH-KY-IN CSA (OH Part) +275,234,266,Washington DC-MD-VA-WV CSA (VA Part) +275,235,223,New York NY-NJ-CT-PA CSA (NY Part) +275,236,223,New York NY-NJ-CT-PA CSA (NY Part) +275,237,266,Washington DC-MD-VA-WV CSA (VA Part) +275,238,217,New York NY-NJ-CT-PA CSA (NJ Part) +275,239,154,Alaska +275,240,223,New York NY-NJ-CT-PA CSA (NY Part) +275,241,223,New York NY-NJ-CT-PA CSA (NY Part) +275,242,217,New York NY-NJ-CT-PA CSA (NJ Part) +275,243,223,New York NY-NJ-CT-PA CSA (NY Part) +275,244,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +275,245,217,New York NY-NJ-CT-PA CSA (NJ Part) +275,246,217,New York NY-NJ-CT-PA CSA (NJ Part) +275,247,223,New York NY-NJ-CT-PA CSA (NY Part) +275,248,223,New York NY-NJ-CT-PA CSA (NY Part) +275,249,201,Boston MA-NH CSA (MA Part) +275,250,203,Detroit MI CSA +275,251,266,Washington DC-MD-VA-WV CSA (VA Part) +275,252,223,New York NY-NJ-CT-PA CSA (NY Part) +275,253,12,Chicago IL-IN-WI CSA (IL Part) +275,254,223,New York NY-NJ-CT-PA CSA (NY Part) +275,255,217,New York NY-NJ-CT-PA CSA (NJ Part) +275,256,201,Boston MA-NH CSA (MA Part) +275,257,223,New York NY-NJ-CT-PA CSA (NY Part) +275,258,223,New York NY-NJ-CT-PA CSA (NY Part) +275,259,257,Houston TX CSA +275,260,232,Cleveland OH CSA +275,261,217,New York NY-NJ-CT-PA CSA (NJ Part) +275,262,223,New York NY-NJ-CT-PA CSA (NY Part) +275,263,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +275,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +275,265,223,New York NY-NJ-CT-PA CSA (NY Part) +275,266,266,Washington DC-MD-VA-WV CSA (VA Part) +275,267,169,Delaware +275,268,12,Chicago IL-IN-WI CSA (IL Part) +275,269,203,Detroit MI CSA +275,270,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +275,271,12,Chicago IL-IN-WI CSA (IL Part) +275,272,12,Chicago IL-IN-WI CSA (IL Part) +275,273,266,Washington DC-MD-VA-WV CSA (VA Part) +276,152,223,New York NY-NJ-CT-PA CSA (NY Part) +276,153,153,Remainder of Alabama +276,154,154,Alaska +276,155,192,Remainder of Kentucky +276,156,164,Denver CO CSA +276,157,12,Chicago IL-IN-WI CSA (IL Part) +276,158,176,Atlanta GA-AL CSA (GA Part) +276,159,159,Los Angeles CA CSA +276,160,162,San Francisco CA CSA +276,161,232,Cleveland OH CSA +276,162,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +276,163,12,Chicago IL-IN-WI CSA (IL Part) +276,164,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +276,165,232,Cleveland OH CSA +276,166,223,New York NY-NJ-CT-PA CSA (NY Part) +276,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +276,168,223,New York NY-NJ-CT-PA CSA (NY Part) +276,169,223,New York NY-NJ-CT-PA CSA (NY Part) +276,170,223,New York NY-NJ-CT-PA CSA (NY Part) +276,171,266,Washington DC-MD-VA-WV CSA (VA Part) +276,172,172,Miami FL MSA +276,173,172,Miami FL MSA +276,174,172,Miami FL MSA +276,175,201,Boston MA-NH CSA (MA Part) +276,176,223,New York NY-NJ-CT-PA CSA (NY Part) +276,177,245,Charleston SC MSA +276,178,223,New York NY-NJ-CT-PA CSA (NY Part) +276,179,217,New York NY-NJ-CT-PA CSA (NJ Part) +276,180,217,New York NY-NJ-CT-PA CSA (NJ Part) +276,181,186,Indianapolis IN CSA +276,183,12,Chicago IL-IN-WI CSA (IL Part) +276,184,12,Chicago IL-IN-WI CSA (IL Part) +276,185,12,Chicago IL-IN-WI CSA (IL Part) +276,186,203,Detroit MI CSA +276,187,201,Boston MA-NH CSA (MA Part) +276,188,12,Chicago IL-IN-WI CSA (IL Part) +276,189,203,Detroit MI CSA +276,190,223,New York NY-NJ-CT-PA CSA (NY Part) +276,191,266,Washington DC-MD-VA-WV CSA (VA Part) +276,192,266,Washington DC-MD-VA-WV CSA (VA Part) +276,193,176,Atlanta GA-AL CSA (GA Part) +276,194,249,Memphis TN-MS-AR MSA (TN Part) +276,195,172,Miami FL MSA +276,196,203,Detroit MI CSA +276,197,223,New York NY-NJ-CT-PA CSA (NY Part) +276,198,223,New York NY-NJ-CT-PA CSA (NY Part) +276,199,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +276,200,223,New York NY-NJ-CT-PA CSA (NY Part) +276,201,223,New York NY-NJ-CT-PA CSA (NY Part) +276,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +276,203,223,New York NY-NJ-CT-PA CSA (NY Part) +276,204,217,New York NY-NJ-CT-PA CSA (NJ Part) +276,205,223,New York NY-NJ-CT-PA CSA (NY Part) +276,206,203,Detroit MI CSA +276,207,223,New York NY-NJ-CT-PA CSA (NY Part) +276,208,223,New York NY-NJ-CT-PA CSA (NY Part) +276,209,12,Chicago IL-IN-WI CSA (IL Part) +276,210,223,New York NY-NJ-CT-PA CSA (NY Part) +276,211,217,New York NY-NJ-CT-PA CSA (NJ Part) +276,212,223,New York NY-NJ-CT-PA CSA (NY Part) +276,213,223,New York NY-NJ-CT-PA CSA (NY Part) +276,214,12,Chicago IL-IN-WI CSA (IL Part) +276,215,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +276,216,223,New York NY-NJ-CT-PA CSA (NY Part) +276,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +276,218,223,New York NY-NJ-CT-PA CSA (NY Part) +276,219,223,New York NY-NJ-CT-PA CSA (NY Part) +276,220,201,Boston MA-NH CSA (MA Part) +276,221,223,New York NY-NJ-CT-PA CSA (NY Part) +276,222,223,New York NY-NJ-CT-PA CSA (NY Part) +276,223,201,Boston MA-NH CSA (MA Part) +276,224,223,New York NY-NJ-CT-PA CSA (NY Part) +276,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +276,226,266,Washington DC-MD-VA-WV CSA (VA Part) +276,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +276,228,223,New York NY-NJ-CT-PA CSA (NY Part) +276,229,201,Boston MA-NH CSA (MA Part) +276,230,223,New York NY-NJ-CT-PA CSA (NY Part) +276,231,186,Indianapolis IN CSA +276,232,203,Detroit MI CSA +276,233,217,New York NY-NJ-CT-PA CSA (NJ Part) +276,234,203,Detroit MI CSA +276,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +276,236,12,Chicago IL-IN-WI CSA (IL Part) +276,237,217,New York NY-NJ-CT-PA CSA (NJ Part) +276,238,12,Chicago IL-IN-WI CSA (IL Part) +276,239,223,New York NY-NJ-CT-PA CSA (NY Part) +276,240,232,Cleveland OH CSA +276,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +276,242,223,New York NY-NJ-CT-PA CSA (NY Part) +276,243,201,Boston MA-NH CSA (MA Part) +276,244,223,New York NY-NJ-CT-PA CSA (NY Part) +276,245,223,New York NY-NJ-CT-PA CSA (NY Part) +276,246,223,New York NY-NJ-CT-PA CSA (NY Part) +276,247,223,New York NY-NJ-CT-PA CSA (NY Part) +276,248,12,Chicago IL-IN-WI CSA (IL Part) +276,249,217,New York NY-NJ-CT-PA CSA (NJ Part) +276,250,223,New York NY-NJ-CT-PA CSA (NY Part) +276,251,232,Cleveland OH CSA +276,252,257,Houston TX CSA +276,253,223,New York NY-NJ-CT-PA CSA (NY Part) +276,254,249,Memphis TN-MS-AR MSA (TN Part) +276,255,217,New York NY-NJ-CT-PA CSA (NJ Part) +276,256,217,New York NY-NJ-CT-PA CSA (NJ Part) +276,257,191,Louisville KY-IN CSA (KY Part) +276,258,153,Remainder of Alabama +276,259,12,Chicago IL-IN-WI CSA (IL Part) +276,260,255,Dallas-Fort Worth TX CSA +276,261,217,New York NY-NJ-CT-PA CSA (NJ Part) +276,262,176,Atlanta GA-AL CSA (GA Part) +276,263,223,New York NY-NJ-CT-PA CSA (NY Part) +276,264,201,Boston MA-NH CSA (MA Part) +276,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +276,266,201,Boston MA-NH CSA (MA Part) +276,267,223,New York NY-NJ-CT-PA CSA (NY Part) +276,268,12,Chicago IL-IN-WI CSA (IL Part) +276,269,232,Cleveland OH CSA +276,270,223,New York NY-NJ-CT-PA CSA (NY Part) +276,271,223,New York NY-NJ-CT-PA CSA (NY Part) +276,272,203,Detroit MI CSA +276,273,12,Chicago IL-IN-WI CSA (IL Part) +277,152,266,Washington DC-MD-VA-WV CSA (VA Part) +277,153,223,New York NY-NJ-CT-PA CSA (NY Part) +277,154,12,Chicago IL-IN-WI CSA (IL Part) +277,155,266,Washington DC-MD-VA-WV CSA (VA Part) +277,156,249,Memphis TN-MS-AR MSA (TN Part) +277,157,191,Louisville KY-IN CSA (KY Part) +277,158,191,Louisville KY-IN CSA (KY Part) +277,159,223,New York NY-NJ-CT-PA CSA (NY Part) +277,160,12,Chicago IL-IN-WI CSA (IL Part) +277,161,203,Detroit MI CSA +277,162,223,New York NY-NJ-CT-PA CSA (NY Part) +277,163,231,Cincinnati OH-KY-IN CSA (OH Part) +277,164,217,New York NY-NJ-CT-PA CSA (NJ Part) +277,165,203,Detroit MI CSA +277,166,266,Washington DC-MD-VA-WV CSA (VA Part) +277,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +277,168,223,New York NY-NJ-CT-PA CSA (NY Part) +277,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +277,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +277,171,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +277,172,176,Atlanta GA-AL CSA (GA Part) +277,173,201,Boston MA-NH CSA (MA Part) +277,174,217,New York NY-NJ-CT-PA CSA (NJ Part) +277,175,223,New York NY-NJ-CT-PA CSA (NY Part) +277,176,266,Washington DC-MD-VA-WV CSA (VA Part) +277,177,217,New York NY-NJ-CT-PA CSA (NJ Part) +277,178,217,New York NY-NJ-CT-PA CSA (NJ Part) +277,179,159,Los Angeles CA CSA +277,180,162,San Francisco CA CSA +277,181,217,New York NY-NJ-CT-PA CSA (NJ Part) +277,183,203,Detroit MI CSA +277,184,266,Washington DC-MD-VA-WV CSA (VA Part) +277,185,12,Chicago IL-IN-WI CSA (IL Part) +277,186,223,New York NY-NJ-CT-PA CSA (NY Part) +277,187,12,Chicago IL-IN-WI CSA (IL Part) +277,188,217,New York NY-NJ-CT-PA CSA (NJ Part) +277,189,191,Louisville KY-IN CSA (KY Part) +277,190,12,Chicago IL-IN-WI CSA (IL Part) +277,191,232,Cleveland OH CSA +277,192,217,New York NY-NJ-CT-PA CSA (NJ Part) +277,193,223,New York NY-NJ-CT-PA CSA (NY Part) +277,194,153,Remainder of Alabama +277,195,223,New York NY-NJ-CT-PA CSA (NY Part) +277,196,169,Delaware +277,197,223,New York NY-NJ-CT-PA CSA (NY Part) +277,198,223,New York NY-NJ-CT-PA CSA (NY Part) +277,199,223,New York NY-NJ-CT-PA CSA (NY Part) +277,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +277,201,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +277,202,223,New York NY-NJ-CT-PA CSA (NY Part) +277,203,232,Cleveland OH CSA +277,204,223,New York NY-NJ-CT-PA CSA (NY Part) +277,205,223,New York NY-NJ-CT-PA CSA (NY Part) +277,206,223,New York NY-NJ-CT-PA CSA (NY Part) +277,207,203,Detroit MI CSA +277,208,186,Indianapolis IN CSA +277,209,186,Indianapolis IN CSA +277,210,223,New York NY-NJ-CT-PA CSA (NY Part) +277,211,12,Chicago IL-IN-WI CSA (IL Part) +277,212,12,Chicago IL-IN-WI CSA (IL Part) +277,213,12,Chicago IL-IN-WI CSA (IL Part) +277,214,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +277,215,192,Remainder of Kentucky +277,216,223,New York NY-NJ-CT-PA CSA (NY Part) +277,217,223,New York NY-NJ-CT-PA CSA (NY Part) +277,218,223,New York NY-NJ-CT-PA CSA (NY Part) +277,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +277,220,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +277,221,223,New York NY-NJ-CT-PA CSA (NY Part) +277,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +277,223,223,New York NY-NJ-CT-PA CSA (NY Part) +277,224,223,New York NY-NJ-CT-PA CSA (NY Part) +277,225,223,New York NY-NJ-CT-PA CSA (NY Part) +277,226,169,Delaware +277,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +277,228,217,New York NY-NJ-CT-PA CSA (NJ Part) +277,229,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +277,230,217,New York NY-NJ-CT-PA CSA (NJ Part) +277,231,217,New York NY-NJ-CT-PA CSA (NJ Part) +277,232,223,New York NY-NJ-CT-PA CSA (NY Part) +277,233,266,Washington DC-MD-VA-WV CSA (VA Part) +277,234,12,Chicago IL-IN-WI CSA (IL Part) +277,235,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +277,236,12,Chicago IL-IN-WI CSA (IL Part) +277,237,217,New York NY-NJ-CT-PA CSA (NJ Part) +277,238,203,Detroit MI CSA +277,239,231,Cincinnati OH-KY-IN CSA (OH Part) +277,240,12,Chicago IL-IN-WI CSA (IL Part) +277,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +277,242,266,Washington DC-MD-VA-WV CSA (VA Part) +277,243,266,Washington DC-MD-VA-WV CSA (VA Part) +277,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +277,245,223,New York NY-NJ-CT-PA CSA (NY Part) +277,246,266,Washington DC-MD-VA-WV CSA (VA Part) +277,247,266,Washington DC-MD-VA-WV CSA (VA Part) +277,248,232,Cleveland OH CSA +277,249,232,Cleveland OH CSA +277,250,223,New York NY-NJ-CT-PA CSA (NY Part) +277,251,192,Remainder of Kentucky +277,252,257,Houston TX CSA +277,253,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +277,254,203,Detroit MI CSA +277,255,217,New York NY-NJ-CT-PA CSA (NJ Part) +277,256,223,New York NY-NJ-CT-PA CSA (NY Part) +277,257,223,New York NY-NJ-CT-PA CSA (NY Part) +277,258,186,Indianapolis IN CSA +277,259,12,Chicago IL-IN-WI CSA (IL Part) +277,260,223,New York NY-NJ-CT-PA CSA (NY Part) +277,261,12,Chicago IL-IN-WI CSA (IL Part) +277,262,266,Washington DC-MD-VA-WV CSA (VA Part) +277,263,223,New York NY-NJ-CT-PA CSA (NY Part) +277,264,169,Delaware +277,265,266,Washington DC-MD-VA-WV CSA (VA Part) +277,266,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +277,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +277,268,203,Detroit MI CSA +277,269,266,Washington DC-MD-VA-WV CSA (VA Part) +277,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +277,271,12,Chicago IL-IN-WI CSA (IL Part) +277,272,223,New York NY-NJ-CT-PA CSA (NY Part) +277,273,203,Detroit MI CSA +278,152,172,Miami FL MSA +278,153,266,Washington DC-MD-VA-WV CSA (VA Part) +278,154,154,Alaska +278,155,266,Washington DC-MD-VA-WV CSA (VA Part) +278,156,153,Remainder of Alabama +278,157,176,Atlanta GA-AL CSA (GA Part) +278,158,172,Miami FL MSA +278,159,201,Boston MA-NH CSA (MA Part) +278,160,176,Atlanta GA-AL CSA (GA Part) +278,161,172,Miami FL MSA +278,162,255,Dallas-Fort Worth TX CSA +278,163,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +278,164,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +278,165,191,Louisville KY-IN CSA (KY Part) +278,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +278,167,266,Washington DC-MD-VA-WV CSA (VA Part) +278,168,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +278,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +278,170,223,New York NY-NJ-CT-PA CSA (NY Part) +278,171,172,Miami FL MSA +278,172,172,Miami FL MSA +278,173,172,Miami FL MSA +278,174,172,Miami FL MSA +278,175,223,New York NY-NJ-CT-PA CSA (NY Part) +278,176,223,New York NY-NJ-CT-PA CSA (NY Part) +278,177,173,Orlando FL CSA +278,178,172,Miami FL MSA +278,179,217,New York NY-NJ-CT-PA CSA (NJ Part) +278,180,172,Miami FL MSA +278,181,191,Louisville KY-IN CSA (KY Part) +278,183,223,New York NY-NJ-CT-PA CSA (NY Part) +278,184,192,Remainder of Kentucky +278,185,223,New York NY-NJ-CT-PA CSA (NY Part) +278,186,223,New York NY-NJ-CT-PA CSA (NY Part) +278,187,223,New York NY-NJ-CT-PA CSA (NY Part) +278,188,12,Chicago IL-IN-WI CSA (IL Part) +278,189,12,Chicago IL-IN-WI CSA (IL Part) +278,190,12,Chicago IL-IN-WI CSA (IL Part) +278,191,173,Orlando FL CSA +278,192,217,New York NY-NJ-CT-PA CSA (NJ Part) +278,193,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +278,194,176,Atlanta GA-AL CSA (GA Part) +278,195,172,Miami FL MSA +278,196,172,Miami FL MSA +278,197,223,New York NY-NJ-CT-PA CSA (NY Part) +278,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +278,199,201,Boston MA-NH CSA (MA Part) +278,200,223,New York NY-NJ-CT-PA CSA (NY Part) +278,201,223,New York NY-NJ-CT-PA CSA (NY Part) +278,202,223,New York NY-NJ-CT-PA CSA (NY Part) +278,203,266,Washington DC-MD-VA-WV CSA (VA Part) +278,204,217,New York NY-NJ-CT-PA CSA (NJ Part) +278,205,217,New York NY-NJ-CT-PA CSA (NJ Part) +278,206,217,New York NY-NJ-CT-PA CSA (NJ Part) +278,207,217,New York NY-NJ-CT-PA CSA (NJ Part) +278,208,191,Louisville KY-IN CSA (KY Part) +278,209,226,Charlotte NC-SC CSA (NC Part) +278,210,192,Remainder of Kentucky +278,211,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +278,212,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +278,213,255,Dallas-Fort Worth TX CSA +278,214,249,Memphis TN-MS-AR MSA (TN Part) +278,215,12,Chicago IL-IN-WI CSA (IL Part) +278,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +278,217,232,Cleveland OH CSA +278,218,223,New York NY-NJ-CT-PA CSA (NY Part) +278,219,223,New York NY-NJ-CT-PA CSA (NY Part) +278,220,173,Orlando FL CSA +278,221,223,New York NY-NJ-CT-PA CSA (NY Part) +278,222,266,Washington DC-MD-VA-WV CSA (VA Part) +278,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +278,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +278,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +278,226,266,Washington DC-MD-VA-WV CSA (VA Part) +278,227,223,New York NY-NJ-CT-PA CSA (NY Part) +278,228,223,New York NY-NJ-CT-PA CSA (NY Part) +278,229,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +278,230,223,New York NY-NJ-CT-PA CSA (NY Part) +278,231,217,New York NY-NJ-CT-PA CSA (NJ Part) +278,232,203,Detroit MI CSA +278,233,223,New York NY-NJ-CT-PA CSA (NY Part) +278,234,223,New York NY-NJ-CT-PA CSA (NY Part) +278,235,12,Chicago IL-IN-WI CSA (IL Part) +278,236,203,Detroit MI CSA +278,237,176,Atlanta GA-AL CSA (GA Part) +278,238,266,Washington DC-MD-VA-WV CSA (VA Part) +278,239,268,Seattle WA CSA +278,240,176,Atlanta GA-AL CSA (GA Part) +278,241,266,Washington DC-MD-VA-WV CSA (VA Part) +278,242,266,Washington DC-MD-VA-WV CSA (VA Part) +278,243,223,New York NY-NJ-CT-PA CSA (NY Part) +278,244,223,New York NY-NJ-CT-PA CSA (NY Part) +278,245,266,Washington DC-MD-VA-WV CSA (VA Part) +278,246,191,Louisville KY-IN CSA (KY Part) +278,247,223,New York NY-NJ-CT-PA CSA (NY Part) +278,248,266,Washington DC-MD-VA-WV CSA (VA Part) +278,249,12,Chicago IL-IN-WI CSA (IL Part) +278,250,223,New York NY-NJ-CT-PA CSA (NY Part) +278,251,266,Washington DC-MD-VA-WV CSA (VA Part) +278,252,172,Miami FL MSA +278,253,176,Atlanta GA-AL CSA (GA Part) +278,254,217,New York NY-NJ-CT-PA CSA (NJ Part) +278,255,226,Charlotte NC-SC CSA (NC Part) +278,256,172,Miami FL MSA +278,257,172,Miami FL MSA +278,258,153,Remainder of Alabama +278,259,12,Chicago IL-IN-WI CSA (IL Part) +278,260,223,New York NY-NJ-CT-PA CSA (NY Part) +278,261,12,Chicago IL-IN-WI CSA (IL Part) +278,262,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +278,263,226,Charlotte NC-SC CSA (NC Part) +278,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +278,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +278,266,223,New York NY-NJ-CT-PA CSA (NY Part) +278,267,223,New York NY-NJ-CT-PA CSA (NY Part) +278,268,249,Memphis TN-MS-AR MSA (TN Part) +278,269,201,Boston MA-NH CSA (MA Part) +278,270,201,Boston MA-NH CSA (MA Part) +278,271,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +278,272,169,Delaware +278,273,176,Atlanta GA-AL CSA (GA Part) +279,152,172,Miami FL MSA +279,153,172,Miami FL MSA +279,154,266,Washington DC-MD-VA-WV CSA (VA Part) +279,155,172,Miami FL MSA +279,156,172,Miami FL MSA +279,157,172,Miami FL MSA +279,158,153,Remainder of Alabama +279,159,159,Los Angeles CA CSA +279,160,172,Miami FL MSA +279,161,172,Miami FL MSA +279,162,257,Houston TX CSA +279,163,249,Memphis TN-MS-AR MSA (TN Part) +279,164,191,Louisville KY-IN CSA (KY Part) +279,165,172,Miami FL MSA +279,166,201,Boston MA-NH CSA (MA Part) +279,167,223,New York NY-NJ-CT-PA CSA (NY Part) +279,168,223,New York NY-NJ-CT-PA CSA (NY Part) +279,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +279,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +279,171,172,Miami FL MSA +279,172,245,Charleston SC MSA +279,173,172,Miami FL MSA +279,174,172,Miami FL MSA +279,175,172,Miami FL MSA +279,176,172,Miami FL MSA +279,177,172,Miami FL MSA +279,178,245,Charleston SC MSA +279,179,172,Miami FL MSA +279,180,257,Houston TX CSA +279,181,176,Atlanta GA-AL CSA (GA Part) +279,183,176,Atlanta GA-AL CSA (GA Part) +279,184,191,Louisville KY-IN CSA (KY Part) +279,185,245,Charleston SC MSA +279,186,176,Atlanta GA-AL CSA (GA Part) +279,187,191,Louisville KY-IN CSA (KY Part) +279,188,249,Memphis TN-MS-AR MSA (TN Part) +279,189,176,Atlanta GA-AL CSA (GA Part) +279,190,176,Atlanta GA-AL CSA (GA Part) +279,191,172,Miami FL MSA +279,192,191,Louisville KY-IN CSA (KY Part) +279,193,172,Miami FL MSA +279,194,172,Miami FL MSA +279,195,172,Miami FL MSA +279,196,172,Miami FL MSA +279,197,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +279,198,223,New York NY-NJ-CT-PA CSA (NY Part) +279,199,223,New York NY-NJ-CT-PA CSA (NY Part) +279,200,223,New York NY-NJ-CT-PA CSA (NY Part) +279,201,223,New York NY-NJ-CT-PA CSA (NY Part) +279,202,223,New York NY-NJ-CT-PA CSA (NY Part) +279,203,245,Charleston SC MSA +279,204,176,Atlanta GA-AL CSA (GA Part) +279,205,217,New York NY-NJ-CT-PA CSA (NJ Part) +279,206,12,Chicago IL-IN-WI CSA (IL Part) +279,207,231,Cincinnati OH-KY-IN CSA (OH Part) +279,208,172,Miami FL MSA +279,209,176,Atlanta GA-AL CSA (GA Part) +279,210,172,Miami FL MSA +279,211,172,Miami FL MSA +279,212,266,Washington DC-MD-VA-WV CSA (VA Part) +279,213,176,Atlanta GA-AL CSA (GA Part) +279,214,172,Miami FL MSA +279,215,153,Remainder of Alabama +279,216,223,New York NY-NJ-CT-PA CSA (NY Part) +279,217,223,New York NY-NJ-CT-PA CSA (NY Part) +279,218,223,New York NY-NJ-CT-PA CSA (NY Part) +279,219,223,New York NY-NJ-CT-PA CSA (NY Part) +279,220,176,Atlanta GA-AL CSA (GA Part) +279,221,223,New York NY-NJ-CT-PA CSA (NY Part) +279,222,266,Washington DC-MD-VA-WV CSA (VA Part) +279,223,223,New York NY-NJ-CT-PA CSA (NY Part) +279,224,223,New York NY-NJ-CT-PA CSA (NY Part) +279,225,223,New York NY-NJ-CT-PA CSA (NY Part) +279,226,172,Miami FL MSA +279,227,172,Miami FL MSA +279,228,266,Washington DC-MD-VA-WV CSA (VA Part) +279,229,172,Miami FL MSA +279,230,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +279,231,266,Washington DC-MD-VA-WV CSA (VA Part) +279,232,266,Washington DC-MD-VA-WV CSA (VA Part) +279,233,266,Washington DC-MD-VA-WV CSA (VA Part) +279,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +279,235,266,Washington DC-MD-VA-WV CSA (VA Part) +279,236,172,Miami FL MSA +279,237,195,New Orleans LA CSA +279,238,249,Memphis TN-MS-AR MSA (TN Part) +279,239,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +279,240,12,Chicago IL-IN-WI CSA (IL Part) +279,241,223,New York NY-NJ-CT-PA CSA (NY Part) +279,242,217,New York NY-NJ-CT-PA CSA (NJ Part) +279,243,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +279,244,223,New York NY-NJ-CT-PA CSA (NY Part) +279,245,176,Atlanta GA-AL CSA (GA Part) +279,246,172,Miami FL MSA +279,247,176,Atlanta GA-AL CSA (GA Part) +279,248,249,Memphis TN-MS-AR MSA (TN Part) +279,249,172,Miami FL MSA +279,250,176,Atlanta GA-AL CSA (GA Part) +279,251,176,Atlanta GA-AL CSA (GA Part) +279,252,172,Miami FL MSA +279,253,172,Miami FL MSA +279,254,257,Houston TX CSA +279,255,172,Miami FL MSA +279,256,172,Miami FL MSA +279,257,172,Miami FL MSA +279,258,172,Miami FL MSA +279,259,172,Miami FL MSA +279,260,172,Miami FL MSA +279,261,172,Miami FL MSA +279,262,249,Memphis TN-MS-AR MSA (TN Part) +279,263,223,New York NY-NJ-CT-PA CSA (NY Part) +279,264,266,Washington DC-MD-VA-WV CSA (VA Part) +279,265,223,New York NY-NJ-CT-PA CSA (NY Part) +279,266,226,Charlotte NC-SC CSA (NC Part) +279,267,266,Washington DC-MD-VA-WV CSA (VA Part) +279,268,249,Memphis TN-MS-AR MSA (TN Part) +279,269,266,Washington DC-MD-VA-WV CSA (VA Part) +279,270,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +279,271,266,Washington DC-MD-VA-WV CSA (VA Part) +279,272,176,Atlanta GA-AL CSA (GA Part) +279,273,186,Indianapolis IN CSA +280,152,172,Miami FL MSA +280,153,176,Atlanta GA-AL CSA (GA Part) +280,154,203,Detroit MI CSA +280,155,195,New Orleans LA CSA +280,156,173,Orlando FL CSA +280,157,257,Houston TX CSA +280,158,172,Miami FL MSA +280,159,172,Miami FL MSA +280,160,172,Miami FL MSA +280,161,172,Miami FL MSA +280,162,162,San Francisco CA CSA +280,163,172,Miami FL MSA +280,164,255,Dallas-Fort Worth TX CSA +280,165,172,Miami FL MSA +280,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +280,167,223,New York NY-NJ-CT-PA CSA (NY Part) +280,168,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +280,169,223,New York NY-NJ-CT-PA CSA (NY Part) +280,170,223,New York NY-NJ-CT-PA CSA (NY Part) +280,171,172,Miami FL MSA +280,172,172,Miami FL MSA +280,173,172,Miami FL MSA +280,174,172,Miami FL MSA +280,175,172,Miami FL MSA +280,176,172,Miami FL MSA +280,177,172,Miami FL MSA +280,178,172,Miami FL MSA +280,179,162,San Francisco CA CSA +280,180,159,Los Angeles CA CSA +280,181,172,Miami FL MSA +280,183,176,Atlanta GA-AL CSA (GA Part) +280,184,172,Miami FL MSA +280,185,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +280,186,176,Atlanta GA-AL CSA (GA Part) +280,187,266,Washington DC-MD-VA-WV CSA (VA Part) +280,188,172,Miami FL MSA +280,189,176,Atlanta GA-AL CSA (GA Part) +280,190,172,Miami FL MSA +280,191,191,Louisville KY-IN CSA (KY Part) +280,192,172,Miami FL MSA +280,193,172,Miami FL MSA +280,194,172,Miami FL MSA +280,195,172,Miami FL MSA +280,196,195,New Orleans LA CSA +280,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +280,198,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +280,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +280,200,223,New York NY-NJ-CT-PA CSA (NY Part) +280,201,223,New York NY-NJ-CT-PA CSA (NY Part) +280,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +280,203,223,New York NY-NJ-CT-PA CSA (NY Part) +280,204,203,Detroit MI CSA +280,205,169,Delaware +280,206,12,Chicago IL-IN-WI CSA (IL Part) +280,207,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +280,208,176,Atlanta GA-AL CSA (GA Part) +280,209,249,Memphis TN-MS-AR MSA (TN Part) +280,210,172,Miami FL MSA +280,211,172,Miami FL MSA +280,212,249,Memphis TN-MS-AR MSA (TN Part) +280,213,176,Atlanta GA-AL CSA (GA Part) +280,214,173,Orlando FL CSA +280,215,257,Houston TX CSA +280,216,223,New York NY-NJ-CT-PA CSA (NY Part) +280,217,266,Washington DC-MD-VA-WV CSA (VA Part) +280,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +280,219,223,New York NY-NJ-CT-PA CSA (NY Part) +280,220,172,Miami FL MSA +280,221,223,New York NY-NJ-CT-PA CSA (NY Part) +280,222,169,Delaware +280,223,266,Washington DC-MD-VA-WV CSA (VA Part) +280,224,223,New York NY-NJ-CT-PA CSA (NY Part) +280,225,266,Washington DC-MD-VA-WV CSA (VA Part) +280,226,245,Charleston SC MSA +280,227,172,Miami FL MSA +280,228,226,Charlotte NC-SC CSA (NC Part) +280,229,172,Miami FL MSA +280,230,203,Detroit MI CSA +280,231,266,Washington DC-MD-VA-WV CSA (VA Part) +280,232,223,New York NY-NJ-CT-PA CSA (NY Part) +280,233,266,Washington DC-MD-VA-WV CSA (VA Part) +280,234,169,Delaware +280,235,176,Atlanta GA-AL CSA (GA Part) +280,236,249,Memphis TN-MS-AR MSA (TN Part) +280,237,172,Miami FL MSA +280,238,172,Miami FL MSA +280,239,172,Miami FL MSA +280,240,191,Louisville KY-IN CSA (KY Part) +280,241,266,Washington DC-MD-VA-WV CSA (VA Part) +280,242,217,New York NY-NJ-CT-PA CSA (NJ Part) +280,243,266,Washington DC-MD-VA-WV CSA (VA Part) +280,244,201,Boston MA-NH CSA (MA Part) +280,245,172,Miami FL MSA +280,246,172,Miami FL MSA +280,247,172,Miami FL MSA +280,248,12,Chicago IL-IN-WI CSA (IL Part) +280,249,176,Atlanta GA-AL CSA (GA Part) +280,250,245,Charleston SC MSA +280,251,176,Atlanta GA-AL CSA (GA Part) +280,252,153,Remainder of Alabama +280,253,172,Miami FL MSA +280,254,172,Miami FL MSA +280,255,172,Miami FL MSA +280,256,255,Dallas-Fort Worth TX CSA +280,257,172,Miami FL MSA +280,258,172,Miami FL MSA +280,259,172,Miami FL MSA +280,260,176,Atlanta GA-AL CSA (GA Part) +280,261,172,Miami FL MSA +280,262,257,Houston TX CSA +280,263,223,New York NY-NJ-CT-PA CSA (NY Part) +280,264,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +280,265,223,New York NY-NJ-CT-PA CSA (NY Part) +280,266,266,Washington DC-MD-VA-WV CSA (VA Part) +280,267,226,Charlotte NC-SC CSA (NC Part) +280,268,266,Washington DC-MD-VA-WV CSA (VA Part) +280,269,172,Miami FL MSA +280,270,176,Atlanta GA-AL CSA (GA Part) +280,271,12,Chicago IL-IN-WI CSA (IL Part) +280,272,12,Chicago IL-IN-WI CSA (IL Part) +280,273,172,Miami FL MSA +281,152,172,Miami FL MSA +281,153,176,Atlanta GA-AL CSA (GA Part) +281,154,162,San Francisco CA CSA +281,155,159,Los Angeles CA CSA +281,156,249,Memphis TN-MS-AR MSA (TN Part) +281,157,173,Orlando FL CSA +281,158,249,Memphis TN-MS-AR MSA (TN Part) +281,159,172,Miami FL MSA +281,160,162,San Francisco CA CSA +281,161,159,Los Angeles CA CSA +281,162,164,Denver CO CSA +281,163,255,Dallas-Fort Worth TX CSA +281,164,249,Memphis TN-MS-AR MSA (TN Part) +281,165,172,Miami FL MSA +281,166,223,New York NY-NJ-CT-PA CSA (NY Part) +281,167,223,New York NY-NJ-CT-PA CSA (NY Part) +281,168,176,Atlanta GA-AL CSA (GA Part) +281,169,266,Washington DC-MD-VA-WV CSA (VA Part) +281,170,223,New York NY-NJ-CT-PA CSA (NY Part) +281,171,172,Miami FL MSA +281,172,172,Miami FL MSA +281,173,172,Miami FL MSA +281,174,172,Miami FL MSA +281,175,172,Miami FL MSA +281,176,172,Miami FL MSA +281,177,172,Miami FL MSA +281,178,172,Miami FL MSA +281,179,159,Los Angeles CA CSA +281,180,195,New Orleans LA CSA +281,181,172,Miami FL MSA +281,183,249,Memphis TN-MS-AR MSA (TN Part) +281,184,249,Memphis TN-MS-AR MSA (TN Part) +281,185,172,Miami FL MSA +281,186,191,Louisville KY-IN CSA (KY Part) +281,187,186,Indianapolis IN CSA +281,188,249,Memphis TN-MS-AR MSA (TN Part) +281,189,176,Atlanta GA-AL CSA (GA Part) +281,190,172,Miami FL MSA +281,191,172,Miami FL MSA +281,192,172,Miami FL MSA +281,193,195,New Orleans LA CSA +281,194,195,New Orleans LA CSA +281,195,172,Miami FL MSA +281,196,172,Miami FL MSA +281,197,223,New York NY-NJ-CT-PA CSA (NY Part) +281,198,266,Washington DC-MD-VA-WV CSA (VA Part) +281,199,176,Atlanta GA-AL CSA (GA Part) +281,200,266,Washington DC-MD-VA-WV CSA (VA Part) +281,201,172,Miami FL MSA +281,202,223,New York NY-NJ-CT-PA CSA (NY Part) +281,203,12,Chicago IL-IN-WI CSA (IL Part) +281,204,217,New York NY-NJ-CT-PA CSA (NJ Part) +281,205,176,Atlanta GA-AL CSA (GA Part) +281,206,12,Chicago IL-IN-WI CSA (IL Part) +281,207,172,Miami FL MSA +281,208,176,Atlanta GA-AL CSA (GA Part) +281,209,176,Atlanta GA-AL CSA (GA Part) +281,210,255,Dallas-Fort Worth TX CSA +281,211,153,Remainder of Alabama +281,212,159,Los Angeles CA CSA +281,213,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +281,214,159,Los Angeles CA CSA +281,215,257,Houston TX CSA +281,216,266,Washington DC-MD-VA-WV CSA (VA Part) +281,217,223,New York NY-NJ-CT-PA CSA (NY Part) +281,218,172,Miami FL MSA +281,219,223,New York NY-NJ-CT-PA CSA (NY Part) +281,220,176,Atlanta GA-AL CSA (GA Part) +281,221,223,New York NY-NJ-CT-PA CSA (NY Part) +281,222,172,Miami FL MSA +281,223,223,New York NY-NJ-CT-PA CSA (NY Part) +281,224,201,Boston MA-NH CSA (MA Part) +281,225,176,Atlanta GA-AL CSA (GA Part) +281,226,172,Miami FL MSA +281,227,172,Miami FL MSA +281,228,172,Miami FL MSA +281,229,172,Miami FL MSA +281,230,172,Miami FL MSA +281,231,176,Atlanta GA-AL CSA (GA Part) +281,232,172,Miami FL MSA +281,233,226,Charlotte NC-SC CSA (NC Part) +281,234,191,Louisville KY-IN CSA (KY Part) +281,235,172,Miami FL MSA +281,236,172,Miami FL MSA +281,237,257,Houston TX CSA +281,238,195,New Orleans LA CSA +281,239,195,New Orleans LA CSA +281,240,162,San Francisco CA CSA +281,241,172,Miami FL MSA +281,242,245,Charleston SC MSA +281,243,172,Miami FL MSA +281,244,232,Cleveland OH CSA +281,245,172,Miami FL MSA +281,246,176,Atlanta GA-AL CSA (GA Part) +281,247,172,Miami FL MSA +281,248,192,Remainder of Kentucky +281,249,173,Orlando FL CSA +281,250,172,Miami FL MSA +281,251,172,Miami FL MSA +281,252,172,Miami FL MSA +281,253,172,Miami FL MSA +281,254,176,Atlanta GA-AL CSA (GA Part) +281,255,176,Atlanta GA-AL CSA (GA Part) +281,256,255,Dallas-Fort Worth TX CSA +281,257,255,Dallas-Fort Worth TX CSA +281,258,153,Remainder of Alabama +281,259,172,Miami FL MSA +281,260,255,Dallas-Fort Worth TX CSA +281,261,176,Atlanta GA-AL CSA (GA Part) +281,262,173,Orlando FL CSA +281,263,172,Miami FL MSA +281,264,172,Miami FL MSA +281,265,173,Orlando FL CSA +281,266,172,Miami FL MSA +281,267,266,Washington DC-MD-VA-WV CSA (VA Part) +281,268,159,Los Angeles CA CSA +281,269,162,San Francisco CA CSA +281,270,172,Miami FL MSA +281,271,172,Miami FL MSA +281,272,153,Remainder of Alabama +281,273,231,Cincinnati OH-KY-IN CSA (OH Part) +282,152,223,New York NY-NJ-CT-PA CSA (NY Part) +282,153,266,Washington DC-MD-VA-WV CSA (VA Part) +282,154,223,New York NY-NJ-CT-PA CSA (NY Part) +282,155,12,Chicago IL-IN-WI CSA (IL Part) +282,156,159,Los Angeles CA CSA +282,157,223,New York NY-NJ-CT-PA CSA (NY Part) +282,158,223,New York NY-NJ-CT-PA CSA (NY Part) +282,159,223,New York NY-NJ-CT-PA CSA (NY Part) +282,160,203,Detroit MI CSA +282,161,159,Los Angeles CA CSA +282,162,162,San Francisco CA CSA +282,163,159,Los Angeles CA CSA +282,164,223,New York NY-NJ-CT-PA CSA (NY Part) +282,165,186,Indianapolis IN CSA +282,166,223,New York NY-NJ-CT-PA CSA (NY Part) +282,167,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +282,168,201,Boston MA-NH CSA (MA Part) +282,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +282,170,223,New York NY-NJ-CT-PA CSA (NY Part) +282,171,223,New York NY-NJ-CT-PA CSA (NY Part) +282,172,191,Louisville KY-IN CSA (KY Part) +282,173,203,Detroit MI CSA +282,174,217,New York NY-NJ-CT-PA CSA (NJ Part) +282,175,172,Miami FL MSA +282,176,191,Louisville KY-IN CSA (KY Part) +282,177,217,New York NY-NJ-CT-PA CSA (NJ Part) +282,178,223,New York NY-NJ-CT-PA CSA (NY Part) +282,179,159,Los Angeles CA CSA +282,180,162,San Francisco CA CSA +282,181,154,Alaska +282,183,232,Cleveland OH CSA +282,184,223,New York NY-NJ-CT-PA CSA (NY Part) +282,185,223,New York NY-NJ-CT-PA CSA (NY Part) +282,186,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +282,187,12,Chicago IL-IN-WI CSA (IL Part) +282,188,232,Cleveland OH CSA +282,189,217,New York NY-NJ-CT-PA CSA (NJ Part) +282,190,12,Chicago IL-IN-WI CSA (IL Part) +282,191,203,Detroit MI CSA +282,192,266,Washington DC-MD-VA-WV CSA (VA Part) +282,193,12,Chicago IL-IN-WI CSA (IL Part) +282,194,217,New York NY-NJ-CT-PA CSA (NJ Part) +282,195,266,Washington DC-MD-VA-WV CSA (VA Part) +282,196,217,New York NY-NJ-CT-PA CSA (NJ Part) +282,197,223,New York NY-NJ-CT-PA CSA (NY Part) +282,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +282,199,266,Washington DC-MD-VA-WV CSA (VA Part) +282,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +282,201,223,New York NY-NJ-CT-PA CSA (NY Part) +282,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +282,203,223,New York NY-NJ-CT-PA CSA (NY Part) +282,204,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +282,205,232,Cleveland OH CSA +282,206,231,Cincinnati OH-KY-IN CSA (OH Part) +282,207,201,Boston MA-NH CSA (MA Part) +282,208,249,Memphis TN-MS-AR MSA (TN Part) +282,209,223,New York NY-NJ-CT-PA CSA (NY Part) +282,210,12,Chicago IL-IN-WI CSA (IL Part) +282,211,223,New York NY-NJ-CT-PA CSA (NY Part) +282,212,223,New York NY-NJ-CT-PA CSA (NY Part) +282,213,223,New York NY-NJ-CT-PA CSA (NY Part) +282,214,162,San Francisco CA CSA +282,215,162,San Francisco CA CSA +282,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +282,217,223,New York NY-NJ-CT-PA CSA (NY Part) +282,218,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +282,219,223,New York NY-NJ-CT-PA CSA (NY Part) +282,220,217,New York NY-NJ-CT-PA CSA (NJ Part) +282,221,186,Indianapolis IN CSA +282,222,223,New York NY-NJ-CT-PA CSA (NY Part) +282,223,223,New York NY-NJ-CT-PA CSA (NY Part) +282,224,223,New York NY-NJ-CT-PA CSA (NY Part) +282,225,223,New York NY-NJ-CT-PA CSA (NY Part) +282,226,232,Cleveland OH CSA +282,227,223,New York NY-NJ-CT-PA CSA (NY Part) +282,228,201,Boston MA-NH CSA (MA Part) +282,229,201,Boston MA-NH CSA (MA Part) +282,230,232,Cleveland OH CSA +282,231,223,New York NY-NJ-CT-PA CSA (NY Part) +282,232,223,New York NY-NJ-CT-PA CSA (NY Part) +282,233,217,New York NY-NJ-CT-PA CSA (NJ Part) +282,234,231,Cincinnati OH-KY-IN CSA (OH Part) +282,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +282,236,12,Chicago IL-IN-WI CSA (IL Part) +282,237,217,New York NY-NJ-CT-PA CSA (NJ Part) +282,238,203,Detroit MI CSA +282,239,154,Alaska +282,240,232,Cleveland OH CSA +282,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +282,242,203,Detroit MI CSA +282,243,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +282,244,169,Delaware +282,245,231,Cincinnati OH-KY-IN CSA (OH Part) +282,246,223,New York NY-NJ-CT-PA CSA (NY Part) +282,247,232,Cleveland OH CSA +282,248,12,Chicago IL-IN-WI CSA (IL Part) +282,249,217,New York NY-NJ-CT-PA CSA (NJ Part) +282,250,191,Louisville KY-IN CSA (KY Part) +282,251,232,Cleveland OH CSA +282,252,169,Delaware +282,253,257,Houston TX CSA +282,254,249,Memphis TN-MS-AR MSA (TN Part) +282,255,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +282,256,255,Dallas-Fort Worth TX CSA +282,257,201,Boston MA-NH CSA (MA Part) +282,258,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +282,259,223,New York NY-NJ-CT-PA CSA (NY Part) +282,260,203,Detroit MI CSA +282,261,12,Chicago IL-IN-WI CSA (IL Part) +282,262,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +282,263,223,New York NY-NJ-CT-PA CSA (NY Part) +282,264,223,New York NY-NJ-CT-PA CSA (NY Part) +282,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +282,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +282,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +282,268,154,Alaska +282,269,154,Alaska +282,270,223,New York NY-NJ-CT-PA CSA (NY Part) +282,271,12,Chicago IL-IN-WI CSA (IL Part) +282,272,12,Chicago IL-IN-WI CSA (IL Part) +282,273,12,Chicago IL-IN-WI CSA (IL Part) +283,152,173,Orlando FL CSA +283,153,172,Miami FL MSA +283,154,249,Memphis TN-MS-AR MSA (TN Part) +283,155,172,Miami FL MSA +283,156,172,Miami FL MSA +283,157,255,Dallas-Fort Worth TX CSA +283,158,172,Miami FL MSA +283,159,172,Miami FL MSA +283,160,195,New Orleans LA CSA +283,161,172,Miami FL MSA +283,162,172,Miami FL MSA +283,163,172,Miami FL MSA +283,164,176,Atlanta GA-AL CSA (GA Part) +283,165,172,Miami FL MSA +283,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +283,167,223,New York NY-NJ-CT-PA CSA (NY Part) +283,168,266,Washington DC-MD-VA-WV CSA (VA Part) +283,169,172,Miami FL MSA +283,170,266,Washington DC-MD-VA-WV CSA (VA Part) +283,171,172,Miami FL MSA +283,172,172,Miami FL MSA +283,173,172,Miami FL MSA +283,174,172,Miami FL MSA +283,175,172,Miami FL MSA +283,176,172,Miami FL MSA +283,177,172,Miami FL MSA +283,178,176,Atlanta GA-AL CSA (GA Part) +283,179,172,Miami FL MSA +283,180,172,Miami FL MSA +283,181,176,Atlanta GA-AL CSA (GA Part) +283,183,173,Orlando FL CSA +283,184,176,Atlanta GA-AL CSA (GA Part) +283,185,172,Miami FL MSA +283,186,231,Cincinnati OH-KY-IN CSA (OH Part) +283,187,172,Miami FL MSA +283,188,249,Memphis TN-MS-AR MSA (TN Part) +283,189,172,Miami FL MSA +283,190,172,Miami FL MSA +283,191,245,Charleston SC MSA +283,192,172,Miami FL MSA +283,193,195,New Orleans LA CSA +283,194,172,Miami FL MSA +283,195,172,Miami FL MSA +283,196,172,Miami FL MSA +283,197,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +283,198,266,Washington DC-MD-VA-WV CSA (VA Part) +283,199,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +283,200,172,Miami FL MSA +283,201,223,New York NY-NJ-CT-PA CSA (NY Part) +283,202,223,New York NY-NJ-CT-PA CSA (NY Part) +283,203,172,Miami FL MSA +283,204,12,Chicago IL-IN-WI CSA (IL Part) +283,205,203,Detroit MI CSA +283,206,232,Cleveland OH CSA +283,207,12,Chicago IL-IN-WI CSA (IL Part) +283,208,172,Miami FL MSA +283,209,176,Atlanta GA-AL CSA (GA Part) +283,210,176,Atlanta GA-AL CSA (GA Part) +283,211,176,Atlanta GA-AL CSA (GA Part) +283,212,12,Chicago IL-IN-WI CSA (IL Part) +283,213,172,Miami FL MSA +283,214,159,Los Angeles CA CSA +283,215,176,Atlanta GA-AL CSA (GA Part) +283,216,266,Washington DC-MD-VA-WV CSA (VA Part) +283,217,266,Washington DC-MD-VA-WV CSA (VA Part) +283,218,226,Charlotte NC-SC CSA (NC Part) +283,219,266,Washington DC-MD-VA-WV CSA (VA Part) +283,220,172,Miami FL MSA +283,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +283,222,223,New York NY-NJ-CT-PA CSA (NY Part) +283,223,223,New York NY-NJ-CT-PA CSA (NY Part) +283,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +283,225,223,New York NY-NJ-CT-PA CSA (NY Part) +283,226,172,Miami FL MSA +283,227,172,Miami FL MSA +283,228,172,Miami FL MSA +283,229,173,Orlando FL CSA +283,230,191,Louisville KY-IN CSA (KY Part) +283,231,176,Atlanta GA-AL CSA (GA Part) +283,232,266,Washington DC-MD-VA-WV CSA (VA Part) +283,233,232,Cleveland OH CSA +283,234,176,Atlanta GA-AL CSA (GA Part) +283,235,172,Miami FL MSA +283,236,249,Memphis TN-MS-AR MSA (TN Part) +283,237,172,Miami FL MSA +283,238,172,Miami FL MSA +283,239,195,New Orleans LA CSA +283,240,191,Louisville KY-IN CSA (KY Part) +283,241,223,New York NY-NJ-CT-PA CSA (NY Part) +283,242,172,Miami FL MSA +283,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +283,244,201,Boston MA-NH CSA (MA Part) +283,245,176,Atlanta GA-AL CSA (GA Part) +283,246,176,Atlanta GA-AL CSA (GA Part) +283,247,172,Miami FL MSA +283,248,172,Miami FL MSA +283,249,172,Miami FL MSA +283,250,172,Miami FL MSA +283,251,172,Miami FL MSA +283,252,172,Miami FL MSA +283,253,172,Miami FL MSA +283,254,172,Miami FL MSA +283,255,257,Houston TX CSA +283,256,172,Miami FL MSA +283,257,172,Miami FL MSA +283,258,172,Miami FL MSA +283,259,257,Houston TX CSA +283,260,172,Miami FL MSA +283,261,172,Miami FL MSA +283,262,255,Dallas-Fort Worth TX CSA +283,263,223,New York NY-NJ-CT-PA CSA (NY Part) +283,264,266,Washington DC-MD-VA-WV CSA (VA Part) +283,265,172,Miami FL MSA +283,266,266,Washington DC-MD-VA-WV CSA (VA Part) +283,267,172,Miami FL MSA +283,268,249,Memphis TN-MS-AR MSA (TN Part) +283,269,172,Miami FL MSA +283,270,172,Miami FL MSA +283,271,176,Atlanta GA-AL CSA (GA Part) +283,272,176,Atlanta GA-AL CSA (GA Part) +283,273,172,Miami FL MSA +284,152,249,Memphis TN-MS-AR MSA (TN Part) +284,153,176,Atlanta GA-AL CSA (GA Part) +284,154,159,Los Angeles CA CSA +284,155,268,Seattle WA CSA +284,156,159,Los Angeles CA CSA +284,157,162,San Francisco CA CSA +284,158,162,San Francisco CA CSA +284,159,268,Seattle WA CSA +284,160,159,Los Angeles CA CSA +284,161,159,Los Angeles CA CSA +284,162,159,Los Angeles CA CSA +284,163,162,San Francisco CA CSA +284,164,268,Seattle WA CSA +284,165,255,Dallas-Fort Worth TX CSA +284,166,223,New York NY-NJ-CT-PA CSA (NY Part) +284,167,249,Memphis TN-MS-AR MSA (TN Part) +284,168,176,Atlanta GA-AL CSA (GA Part) +284,169,176,Atlanta GA-AL CSA (GA Part) +284,170,268,Seattle WA CSA +284,171,159,Los Angeles CA CSA +284,172,172,Miami FL MSA +284,173,255,Dallas-Fort Worth TX CSA +284,174,159,Los Angeles CA CSA +284,175,186,Indianapolis IN CSA +284,176,191,Louisville KY-IN CSA (KY Part) +284,177,249,Memphis TN-MS-AR MSA (TN Part) +284,178,257,Houston TX CSA +284,179,154,Alaska +284,180,162,San Francisco CA CSA +284,181,159,Los Angeles CA CSA +284,183,268,Seattle WA CSA +284,184,159,Los Angeles CA CSA +284,185,159,Los Angeles CA CSA +284,186,12,Chicago IL-IN-WI CSA (IL Part) +284,187,179,Honolulu HI MSA +284,188,179,Honolulu HI MSA +284,189,179,Honolulu HI MSA +284,190,162,San Francisco CA CSA +284,191,257,Houston TX CSA +284,192,162,San Francisco CA CSA +284,193,257,Houston TX CSA +284,194,159,Los Angeles CA CSA +284,195,268,Seattle WA CSA +284,196,179,Honolulu HI MSA +284,197,154,Alaska +284,198,191,Louisville KY-IN CSA (KY Part) +284,199,257,Houston TX CSA +284,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +284,201,159,Los Angeles CA CSA +284,202,268,Seattle WA CSA +284,203,249,Memphis TN-MS-AR MSA (TN Part) +284,204,257,Houston TX CSA +284,205,268,Seattle WA CSA +284,206,159,Los Angeles CA CSA +284,207,162,San Francisco CA CSA +284,208,249,Memphis TN-MS-AR MSA (TN Part) +284,209,249,Memphis TN-MS-AR MSA (TN Part) +284,210,268,Seattle WA CSA +284,211,257,Houston TX CSA +284,212,162,San Francisco CA CSA +284,213,159,Los Angeles CA CSA +284,214,159,Los Angeles CA CSA +284,215,159,Los Angeles CA CSA +284,216,266,Washington DC-MD-VA-WV CSA (VA Part) +284,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +284,218,203,Detroit MI CSA +284,219,12,Chicago IL-IN-WI CSA (IL Part) +284,220,159,Los Angeles CA CSA +284,221,159,Los Angeles CA CSA +284,222,12,Chicago IL-IN-WI CSA (IL Part) +284,223,179,Honolulu HI MSA +284,224,203,Detroit MI CSA +284,225,231,Cincinnati OH-KY-IN CSA (OH Part) +284,226,159,Los Angeles CA CSA +284,227,12,Chicago IL-IN-WI CSA (IL Part) +284,228,12,Chicago IL-IN-WI CSA (IL Part) +284,229,195,New Orleans LA CSA +284,230,154,Alaska +284,231,154,Alaska +284,232,162,San Francisco CA CSA +284,233,154,Alaska +284,234,162,San Francisco CA CSA +284,235,249,Memphis TN-MS-AR MSA (TN Part) +284,236,268,Seattle WA CSA +284,237,159,Los Angeles CA CSA +284,238,159,Los Angeles CA CSA +284,239,159,Los Angeles CA CSA +284,240,154,Alaska +284,241,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +284,242,191,Louisville KY-IN CSA (KY Part) +284,243,12,Chicago IL-IN-WI CSA (IL Part) +284,244,154,Alaska +284,245,159,Los Angeles CA CSA +284,246,249,Memphis TN-MS-AR MSA (TN Part) +284,247,186,Indianapolis IN CSA +284,248,159,Los Angeles CA CSA +284,249,249,Memphis TN-MS-AR MSA (TN Part) +284,250,159,Los Angeles CA CSA +284,251,249,Memphis TN-MS-AR MSA (TN Part) +284,252,159,Los Angeles CA CSA +284,253,257,Houston TX CSA +284,254,159,Los Angeles CA CSA +284,255,162,San Francisco CA CSA +284,256,162,San Francisco CA CSA +284,257,255,Dallas-Fort Worth TX CSA +284,258,159,Los Angeles CA CSA +284,259,159,Los Angeles CA CSA +284,260,162,San Francisco CA CSA +284,261,179,Honolulu HI MSA +284,262,162,San Francisco CA CSA +284,263,12,Chicago IL-IN-WI CSA (IL Part) +284,264,12,Chicago IL-IN-WI CSA (IL Part) +284,265,12,Chicago IL-IN-WI CSA (IL Part) +284,266,159,Los Angeles CA CSA +284,267,159,Los Angeles CA CSA +284,268,162,San Francisco CA CSA +284,269,268,Seattle WA CSA +284,270,191,Louisville KY-IN CSA (KY Part) +284,271,154,Alaska +284,272,159,Los Angeles CA CSA +284,273,159,Los Angeles CA CSA +285,152,266,Washington DC-MD-VA-WV CSA (VA Part) +285,153,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +285,154,154,Alaska +285,155,257,Houston TX CSA +285,156,12,Chicago IL-IN-WI CSA (IL Part) +285,157,12,Chicago IL-IN-WI CSA (IL Part) +285,158,223,New York NY-NJ-CT-PA CSA (NY Part) +285,159,268,Seattle WA CSA +285,160,268,Seattle WA CSA +285,161,201,Boston MA-NH CSA (MA Part) +285,162,12,Chicago IL-IN-WI CSA (IL Part) +285,163,203,Detroit MI CSA +285,164,217,New York NY-NJ-CT-PA CSA (NJ Part) +285,165,231,Cincinnati OH-KY-IN CSA (OH Part) +285,166,266,Washington DC-MD-VA-WV CSA (VA Part) +285,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +285,168,223,New York NY-NJ-CT-PA CSA (NY Part) +285,169,223,New York NY-NJ-CT-PA CSA (NY Part) +285,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +285,171,232,Cleveland OH CSA +285,172,217,New York NY-NJ-CT-PA CSA (NJ Part) +285,173,223,New York NY-NJ-CT-PA CSA (NY Part) +285,174,203,Detroit MI CSA +285,175,217,New York NY-NJ-CT-PA CSA (NJ Part) +285,176,201,Boston MA-NH CSA (MA Part) +285,177,223,New York NY-NJ-CT-PA CSA (NY Part) +285,178,203,Detroit MI CSA +285,179,154,Alaska +285,180,154,Alaska +285,181,268,Seattle WA CSA +285,183,12,Chicago IL-IN-WI CSA (IL Part) +285,184,12,Chicago IL-IN-WI CSA (IL Part) +285,185,223,New York NY-NJ-CT-PA CSA (NY Part) +285,186,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +285,187,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +285,188,223,New York NY-NJ-CT-PA CSA (NY Part) +285,189,223,New York NY-NJ-CT-PA CSA (NY Part) +285,190,223,New York NY-NJ-CT-PA CSA (NY Part) +285,191,203,Detroit MI CSA +285,192,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +285,193,217,New York NY-NJ-CT-PA CSA (NJ Part) +285,194,223,New York NY-NJ-CT-PA CSA (NY Part) +285,195,266,Washington DC-MD-VA-WV CSA (VA Part) +285,196,191,Louisville KY-IN CSA (KY Part) +285,197,223,New York NY-NJ-CT-PA CSA (NY Part) +285,198,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +285,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +285,200,223,New York NY-NJ-CT-PA CSA (NY Part) +285,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +285,202,223,New York NY-NJ-CT-PA CSA (NY Part) +285,203,223,New York NY-NJ-CT-PA CSA (NY Part) +285,204,223,New York NY-NJ-CT-PA CSA (NY Part) +285,205,203,Detroit MI CSA +285,206,223,New York NY-NJ-CT-PA CSA (NY Part) +285,207,223,New York NY-NJ-CT-PA CSA (NY Part) +285,208,217,New York NY-NJ-CT-PA CSA (NJ Part) +285,209,223,New York NY-NJ-CT-PA CSA (NY Part) +285,210,223,New York NY-NJ-CT-PA CSA (NY Part) +285,211,217,New York NY-NJ-CT-PA CSA (NJ Part) +285,212,217,New York NY-NJ-CT-PA CSA (NJ Part) +285,213,232,Cleveland OH CSA +285,214,159,Los Angeles CA CSA +285,215,12,Chicago IL-IN-WI CSA (IL Part) +285,216,201,Boston MA-NH CSA (MA Part) +285,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +285,218,201,Boston MA-NH CSA (MA Part) +285,219,223,New York NY-NJ-CT-PA CSA (NY Part) +285,220,12,Chicago IL-IN-WI CSA (IL Part) +285,221,223,New York NY-NJ-CT-PA CSA (NY Part) +285,222,232,Cleveland OH CSA +285,223,223,New York NY-NJ-CT-PA CSA (NY Part) +285,224,223,New York NY-NJ-CT-PA CSA (NY Part) +285,225,201,Boston MA-NH CSA (MA Part) +285,226,201,Boston MA-NH CSA (MA Part) +285,227,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +285,228,223,New York NY-NJ-CT-PA CSA (NY Part) +285,229,223,New York NY-NJ-CT-PA CSA (NY Part) +285,230,223,New York NY-NJ-CT-PA CSA (NY Part) +285,231,217,New York NY-NJ-CT-PA CSA (NJ Part) +285,232,223,New York NY-NJ-CT-PA CSA (NY Part) +285,233,223,New York NY-NJ-CT-PA CSA (NY Part) +285,234,223,New York NY-NJ-CT-PA CSA (NY Part) +285,235,201,Boston MA-NH CSA (MA Part) +285,236,232,Cleveland OH CSA +285,237,255,Dallas-Fort Worth TX CSA +285,238,266,Washington DC-MD-VA-WV CSA (VA Part) +285,239,203,Detroit MI CSA +285,240,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +285,241,266,Washington DC-MD-VA-WV CSA (VA Part) +285,242,223,New York NY-NJ-CT-PA CSA (NY Part) +285,243,223,New York NY-NJ-CT-PA CSA (NY Part) +285,244,223,New York NY-NJ-CT-PA CSA (NY Part) +285,245,223,New York NY-NJ-CT-PA CSA (NY Part) +285,246,223,New York NY-NJ-CT-PA CSA (NY Part) +285,247,217,New York NY-NJ-CT-PA CSA (NJ Part) +285,248,266,Washington DC-MD-VA-WV CSA (VA Part) +285,249,186,Indianapolis IN CSA +285,250,12,Chicago IL-IN-WI CSA (IL Part) +285,251,223,New York NY-NJ-CT-PA CSA (NY Part) +285,252,203,Detroit MI CSA +285,253,217,New York NY-NJ-CT-PA CSA (NJ Part) +285,254,217,New York NY-NJ-CT-PA CSA (NJ Part) +285,255,191,Louisville KY-IN CSA (KY Part) +285,256,217,New York NY-NJ-CT-PA CSA (NJ Part) +285,257,12,Chicago IL-IN-WI CSA (IL Part) +285,258,266,Washington DC-MD-VA-WV CSA (VA Part) +285,259,249,Memphis TN-MS-AR MSA (TN Part) +285,260,203,Detroit MI CSA +285,261,223,New York NY-NJ-CT-PA CSA (NY Part) +285,262,12,Chicago IL-IN-WI CSA (IL Part) +285,263,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +285,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +285,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +285,266,223,New York NY-NJ-CT-PA CSA (NY Part) +285,267,223,New York NY-NJ-CT-PA CSA (NY Part) +285,268,12,Chicago IL-IN-WI CSA (IL Part) +285,269,203,Detroit MI CSA +285,270,223,New York NY-NJ-CT-PA CSA (NY Part) +285,271,203,Detroit MI CSA +285,272,201,Boston MA-NH CSA (MA Part) +285,273,203,Detroit MI CSA +286,152,169,Delaware +286,153,266,Washington DC-MD-VA-WV CSA (VA Part) +286,154,268,Seattle WA CSA +286,155,12,Chicago IL-IN-WI CSA (IL Part) +286,156,223,New York NY-NJ-CT-PA CSA (NY Part) +286,157,201,Boston MA-NH CSA (MA Part) +286,158,176,Atlanta GA-AL CSA (GA Part) +286,159,12,Chicago IL-IN-WI CSA (IL Part) +286,160,154,Alaska +286,161,159,Los Angeles CA CSA +286,162,162,San Francisco CA CSA +286,163,12,Chicago IL-IN-WI CSA (IL Part) +286,164,12,Chicago IL-IN-WI CSA (IL Part) +286,165,12,Chicago IL-IN-WI CSA (IL Part) +286,166,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +286,167,223,New York NY-NJ-CT-PA CSA (NY Part) +286,168,223,New York NY-NJ-CT-PA CSA (NY Part) +286,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +286,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +286,171,217,New York NY-NJ-CT-PA CSA (NJ Part) +286,172,266,Washington DC-MD-VA-WV CSA (VA Part) +286,173,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +286,174,266,Washington DC-MD-VA-WV CSA (VA Part) +286,175,223,New York NY-NJ-CT-PA CSA (NY Part) +286,176,266,Washington DC-MD-VA-WV CSA (VA Part) +286,177,217,New York NY-NJ-CT-PA CSA (NJ Part) +286,178,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +286,179,154,Alaska +286,180,179,Honolulu HI MSA +286,181,201,Boston MA-NH CSA (MA Part) +286,183,12,Chicago IL-IN-WI CSA (IL Part) +286,184,12,Chicago IL-IN-WI CSA (IL Part) +286,185,12,Chicago IL-IN-WI CSA (IL Part) +286,186,12,Chicago IL-IN-WI CSA (IL Part) +286,187,186,Indianapolis IN CSA +286,188,266,Washington DC-MD-VA-WV CSA (VA Part) +286,189,12,Chicago IL-IN-WI CSA (IL Part) +286,190,12,Chicago IL-IN-WI CSA (IL Part) +286,191,223,New York NY-NJ-CT-PA CSA (NY Part) +286,192,223,New York NY-NJ-CT-PA CSA (NY Part) +286,193,12,Chicago IL-IN-WI CSA (IL Part) +286,194,191,Louisville KY-IN CSA (KY Part) +286,195,153,Remainder of Alabama +286,196,176,Atlanta GA-AL CSA (GA Part) +286,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +286,198,223,New York NY-NJ-CT-PA CSA (NY Part) +286,199,223,New York NY-NJ-CT-PA CSA (NY Part) +286,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +286,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +286,202,223,New York NY-NJ-CT-PA CSA (NY Part) +286,203,203,Detroit MI CSA +286,204,223,New York NY-NJ-CT-PA CSA (NY Part) +286,205,223,New York NY-NJ-CT-PA CSA (NY Part) +286,206,203,Detroit MI CSA +286,207,203,Detroit MI CSA +286,208,217,New York NY-NJ-CT-PA CSA (NJ Part) +286,209,223,New York NY-NJ-CT-PA CSA (NY Part) +286,210,203,Detroit MI CSA +286,211,201,Boston MA-NH CSA (MA Part) +286,212,154,Alaska +286,213,249,Memphis TN-MS-AR MSA (TN Part) +286,214,159,Los Angeles CA CSA +286,215,154,Alaska +286,216,223,New York NY-NJ-CT-PA CSA (NY Part) +286,217,223,New York NY-NJ-CT-PA CSA (NY Part) +286,218,223,New York NY-NJ-CT-PA CSA (NY Part) +286,219,223,New York NY-NJ-CT-PA CSA (NY Part) +286,220,12,Chicago IL-IN-WI CSA (IL Part) +286,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +286,222,223,New York NY-NJ-CT-PA CSA (NY Part) +286,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +286,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +286,225,223,New York NY-NJ-CT-PA CSA (NY Part) +286,226,223,New York NY-NJ-CT-PA CSA (NY Part) +286,227,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +286,228,201,Boston MA-NH CSA (MA Part) +286,229,223,New York NY-NJ-CT-PA CSA (NY Part) +286,230,223,New York NY-NJ-CT-PA CSA (NY Part) +286,231,223,New York NY-NJ-CT-PA CSA (NY Part) +286,232,217,New York NY-NJ-CT-PA CSA (NJ Part) +286,233,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +286,234,266,Washington DC-MD-VA-WV CSA (VA Part) +286,235,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +286,236,266,Washington DC-MD-VA-WV CSA (VA Part) +286,237,223,New York NY-NJ-CT-PA CSA (NY Part) +286,238,12,Chicago IL-IN-WI CSA (IL Part) +286,239,12,Chicago IL-IN-WI CSA (IL Part) +286,240,162,San Francisco CA CSA +286,241,223,New York NY-NJ-CT-PA CSA (NY Part) +286,242,223,New York NY-NJ-CT-PA CSA (NY Part) +286,243,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +286,244,223,New York NY-NJ-CT-PA CSA (NY Part) +286,245,223,New York NY-NJ-CT-PA CSA (NY Part) +286,246,223,New York NY-NJ-CT-PA CSA (NY Part) +286,247,223,New York NY-NJ-CT-PA CSA (NY Part) +286,248,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +286,249,223,New York NY-NJ-CT-PA CSA (NY Part) +286,250,176,Atlanta GA-AL CSA (GA Part) +286,251,191,Louisville KY-IN CSA (KY Part) +286,252,12,Chicago IL-IN-WI CSA (IL Part) +286,253,266,Washington DC-MD-VA-WV CSA (VA Part) +286,254,249,Memphis TN-MS-AR MSA (TN Part) +286,255,223,New York NY-NJ-CT-PA CSA (NY Part) +286,256,255,Dallas-Fort Worth TX CSA +286,257,266,Washington DC-MD-VA-WV CSA (VA Part) +286,258,249,Memphis TN-MS-AR MSA (TN Part) +286,259,223,New York NY-NJ-CT-PA CSA (NY Part) +286,260,255,Dallas-Fort Worth TX CSA +286,261,203,Detroit MI CSA +286,262,159,Los Angeles CA CSA +286,263,266,Washington DC-MD-VA-WV CSA (VA Part) +286,264,203,Detroit MI CSA +286,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +286,266,223,New York NY-NJ-CT-PA CSA (NY Part) +286,267,223,New York NY-NJ-CT-PA CSA (NY Part) +286,268,154,Alaska +286,269,162,San Francisco CA CSA +286,270,223,New York NY-NJ-CT-PA CSA (NY Part) +286,271,232,Cleveland OH CSA +286,272,12,Chicago IL-IN-WI CSA (IL Part) +286,273,154,Alaska +287,152,176,Atlanta GA-AL CSA (GA Part) +287,153,172,Miami FL MSA +287,154,12,Chicago IL-IN-WI CSA (IL Part) +287,155,172,Miami FL MSA +287,156,257,Houston TX CSA +287,157,172,Miami FL MSA +287,158,195,New Orleans LA CSA +287,159,249,Memphis TN-MS-AR MSA (TN Part) +287,160,159,Los Angeles CA CSA +287,161,159,Los Angeles CA CSA +287,162,159,Los Angeles CA CSA +287,163,172,Miami FL MSA +287,164,172,Miami FL MSA +287,165,255,Dallas-Fort Worth TX CSA +287,166,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +287,167,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +287,168,223,New York NY-NJ-CT-PA CSA (NY Part) +287,169,172,Miami FL MSA +287,170,172,Miami FL MSA +287,171,176,Atlanta GA-AL CSA (GA Part) +287,172,172,Miami FL MSA +287,173,176,Atlanta GA-AL CSA (GA Part) +287,174,172,Miami FL MSA +287,175,172,Miami FL MSA +287,176,172,Miami FL MSA +287,177,173,Orlando FL CSA +287,178,172,Miami FL MSA +287,179,159,Los Angeles CA CSA +287,180,159,Los Angeles CA CSA +287,181,172,Miami FL MSA +287,183,172,Miami FL MSA +287,184,172,Miami FL MSA +287,185,191,Louisville KY-IN CSA (KY Part) +287,186,176,Atlanta GA-AL CSA (GA Part) +287,187,176,Atlanta GA-AL CSA (GA Part) +287,188,176,Atlanta GA-AL CSA (GA Part) +287,189,172,Miami FL MSA +287,190,173,Orlando FL CSA +287,191,172,Miami FL MSA +287,192,176,Atlanta GA-AL CSA (GA Part) +287,193,172,Miami FL MSA +287,194,172,Miami FL MSA +287,195,172,Miami FL MSA +287,196,172,Miami FL MSA +287,197,223,New York NY-NJ-CT-PA CSA (NY Part) +287,198,226,Charlotte NC-SC CSA (NC Part) +287,199,266,Washington DC-MD-VA-WV CSA (VA Part) +287,200,172,Miami FL MSA +287,201,223,New York NY-NJ-CT-PA CSA (NY Part) +287,202,223,New York NY-NJ-CT-PA CSA (NY Part) +287,203,173,Orlando FL CSA +287,204,173,Orlando FL CSA +287,205,231,Cincinnati OH-KY-IN CSA (OH Part) +287,206,176,Atlanta GA-AL CSA (GA Part) +287,207,249,Memphis TN-MS-AR MSA (TN Part) +287,208,172,Miami FL MSA +287,209,172,Miami FL MSA +287,210,172,Miami FL MSA +287,211,172,Miami FL MSA +287,212,176,Atlanta GA-AL CSA (GA Part) +287,213,249,Memphis TN-MS-AR MSA (TN Part) +287,214,172,Miami FL MSA +287,215,249,Memphis TN-MS-AR MSA (TN Part) +287,216,223,New York NY-NJ-CT-PA CSA (NY Part) +287,217,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +287,218,266,Washington DC-MD-VA-WV CSA (VA Part) +287,219,266,Washington DC-MD-VA-WV CSA (VA Part) +287,220,249,Memphis TN-MS-AR MSA (TN Part) +287,221,223,New York NY-NJ-CT-PA CSA (NY Part) +287,222,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +287,223,223,New York NY-NJ-CT-PA CSA (NY Part) +287,224,223,New York NY-NJ-CT-PA CSA (NY Part) +287,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +287,226,172,Miami FL MSA +287,227,176,Atlanta GA-AL CSA (GA Part) +287,228,266,Washington DC-MD-VA-WV CSA (VA Part) +287,229,176,Atlanta GA-AL CSA (GA Part) +287,230,172,Miami FL MSA +287,231,226,Charlotte NC-SC CSA (NC Part) +287,232,232,Cleveland OH CSA +287,233,176,Atlanta GA-AL CSA (GA Part) +287,234,192,Remainder of Kentucky +287,235,172,Miami FL MSA +287,236,172,Miami FL MSA +287,237,173,Orlando FL CSA +287,238,172,Miami FL MSA +287,239,172,Miami FL MSA +287,240,172,Miami FL MSA +287,241,266,Washington DC-MD-VA-WV CSA (VA Part) +287,242,266,Washington DC-MD-VA-WV CSA (VA Part) +287,243,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +287,244,266,Washington DC-MD-VA-WV CSA (VA Part) +287,245,176,Atlanta GA-AL CSA (GA Part) +287,246,172,Miami FL MSA +287,247,172,Miami FL MSA +287,248,172,Miami FL MSA +287,249,172,Miami FL MSA +287,250,172,Miami FL MSA +287,251,172,Miami FL MSA +287,252,172,Miami FL MSA +287,253,172,Miami FL MSA +287,254,172,Miami FL MSA +287,255,172,Miami FL MSA +287,256,172,Miami FL MSA +287,257,172,Miami FL MSA +287,258,172,Miami FL MSA +287,259,172,Miami FL MSA +287,260,172,Miami FL MSA +287,261,195,New Orleans LA CSA +287,262,249,Memphis TN-MS-AR MSA (TN Part) +287,263,223,New York NY-NJ-CT-PA CSA (NY Part) +287,264,266,Washington DC-MD-VA-WV CSA (VA Part) +287,265,172,Miami FL MSA +287,266,172,Miami FL MSA +287,267,172,Miami FL MSA +287,268,172,Miami FL MSA +287,269,172,Miami FL MSA +287,270,176,Atlanta GA-AL CSA (GA Part) +287,271,12,Chicago IL-IN-WI CSA (IL Part) +287,272,176,Atlanta GA-AL CSA (GA Part) +287,273,249,Memphis TN-MS-AR MSA (TN Part) +288,152,192,Remainder of Kentucky +288,153,223,New York NY-NJ-CT-PA CSA (NY Part) +288,154,154,Alaska +288,155,162,San Francisco CA CSA +288,156,191,Louisville KY-IN CSA (KY Part) +288,157,203,Detroit MI CSA +288,158,153,Remainder of Alabama +288,159,154,Alaska +288,160,162,San Francisco CA CSA +288,161,159,Los Angeles CA CSA +288,162,159,Los Angeles CA CSA +288,163,12,Chicago IL-IN-WI CSA (IL Part) +288,164,217,New York NY-NJ-CT-PA CSA (NJ Part) +288,165,12,Chicago IL-IN-WI CSA (IL Part) +288,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +288,167,223,New York NY-NJ-CT-PA CSA (NY Part) +288,168,223,New York NY-NJ-CT-PA CSA (NY Part) +288,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +288,170,203,Detroit MI CSA +288,171,172,Miami FL MSA +288,172,201,Boston MA-NH CSA (MA Part) +288,173,201,Boston MA-NH CSA (MA Part) +288,174,176,Atlanta GA-AL CSA (GA Part) +288,175,223,New York NY-NJ-CT-PA CSA (NY Part) +288,176,201,Boston MA-NH CSA (MA Part) +288,177,169,Delaware +288,178,192,Remainder of Kentucky +288,179,154,Alaska +288,180,179,Honolulu HI MSA +288,181,154,Alaska +288,183,223,New York NY-NJ-CT-PA CSA (NY Part) +288,184,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +288,185,223,New York NY-NJ-CT-PA CSA (NY Part) +288,186,231,Cincinnati OH-KY-IN CSA (OH Part) +288,187,12,Chicago IL-IN-WI CSA (IL Part) +288,188,203,Detroit MI CSA +288,189,192,Remainder of Kentucky +288,190,223,New York NY-NJ-CT-PA CSA (NY Part) +288,191,12,Chicago IL-IN-WI CSA (IL Part) +288,192,191,Louisville KY-IN CSA (KY Part) +288,193,266,Washington DC-MD-VA-WV CSA (VA Part) +288,194,12,Chicago IL-IN-WI CSA (IL Part) +288,195,12,Chicago IL-IN-WI CSA (IL Part) +288,196,217,New York NY-NJ-CT-PA CSA (NJ Part) +288,197,223,New York NY-NJ-CT-PA CSA (NY Part) +288,198,223,New York NY-NJ-CT-PA CSA (NY Part) +288,199,223,New York NY-NJ-CT-PA CSA (NY Part) +288,200,266,Washington DC-MD-VA-WV CSA (VA Part) +288,201,223,New York NY-NJ-CT-PA CSA (NY Part) +288,202,223,New York NY-NJ-CT-PA CSA (NY Part) +288,203,186,Indianapolis IN CSA +288,204,223,New York NY-NJ-CT-PA CSA (NY Part) +288,205,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +288,206,12,Chicago IL-IN-WI CSA (IL Part) +288,207,12,Chicago IL-IN-WI CSA (IL Part) +288,208,176,Atlanta GA-AL CSA (GA Part) +288,209,12,Chicago IL-IN-WI CSA (IL Part) +288,210,217,New York NY-NJ-CT-PA CSA (NJ Part) +288,211,226,Charlotte NC-SC CSA (NC Part) +288,212,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +288,213,12,Chicago IL-IN-WI CSA (IL Part) +288,214,159,Los Angeles CA CSA +288,215,154,Alaska +288,216,223,New York NY-NJ-CT-PA CSA (NY Part) +288,217,223,New York NY-NJ-CT-PA CSA (NY Part) +288,218,223,New York NY-NJ-CT-PA CSA (NY Part) +288,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +288,220,12,Chicago IL-IN-WI CSA (IL Part) +288,221,232,Cleveland OH CSA +288,222,223,New York NY-NJ-CT-PA CSA (NY Part) +288,223,223,New York NY-NJ-CT-PA CSA (NY Part) +288,224,223,New York NY-NJ-CT-PA CSA (NY Part) +288,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +288,226,223,New York NY-NJ-CT-PA CSA (NY Part) +288,227,223,New York NY-NJ-CT-PA CSA (NY Part) +288,228,266,Washington DC-MD-VA-WV CSA (VA Part) +288,229,203,Detroit MI CSA +288,230,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +288,231,223,New York NY-NJ-CT-PA CSA (NY Part) +288,232,223,New York NY-NJ-CT-PA CSA (NY Part) +288,233,217,New York NY-NJ-CT-PA CSA (NJ Part) +288,234,186,Indianapolis IN CSA +288,235,12,Chicago IL-IN-WI CSA (IL Part) +288,236,223,New York NY-NJ-CT-PA CSA (NY Part) +288,237,12,Chicago IL-IN-WI CSA (IL Part) +288,238,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +288,239,154,Alaska +288,240,154,Alaska +288,241,223,New York NY-NJ-CT-PA CSA (NY Part) +288,242,232,Cleveland OH CSA +288,243,223,New York NY-NJ-CT-PA CSA (NY Part) +288,244,223,New York NY-NJ-CT-PA CSA (NY Part) +288,245,232,Cleveland OH CSA +288,246,223,New York NY-NJ-CT-PA CSA (NY Part) +288,247,223,New York NY-NJ-CT-PA CSA (NY Part) +288,248,12,Chicago IL-IN-WI CSA (IL Part) +288,249,223,New York NY-NJ-CT-PA CSA (NY Part) +288,250,223,New York NY-NJ-CT-PA CSA (NY Part) +288,251,12,Chicago IL-IN-WI CSA (IL Part) +288,252,12,Chicago IL-IN-WI CSA (IL Part) +288,253,223,New York NY-NJ-CT-PA CSA (NY Part) +288,254,12,Chicago IL-IN-WI CSA (IL Part) +288,255,12,Chicago IL-IN-WI CSA (IL Part) +288,256,249,Memphis TN-MS-AR MSA (TN Part) +288,257,191,Louisville KY-IN CSA (KY Part) +288,258,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +288,259,12,Chicago IL-IN-WI CSA (IL Part) +288,260,12,Chicago IL-IN-WI CSA (IL Part) +288,261,255,Dallas-Fort Worth TX CSA +288,262,12,Chicago IL-IN-WI CSA (IL Part) +288,263,223,New York NY-NJ-CT-PA CSA (NY Part) +288,264,223,New York NY-NJ-CT-PA CSA (NY Part) +288,265,223,New York NY-NJ-CT-PA CSA (NY Part) +288,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +288,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +288,268,154,Alaska +288,269,154,Alaska +288,270,223,New York NY-NJ-CT-PA CSA (NY Part) +288,271,223,New York NY-NJ-CT-PA CSA (NY Part) +288,272,223,New York NY-NJ-CT-PA CSA (NY Part) +288,273,154,Alaska +289,152,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +289,153,12,Chicago IL-IN-WI CSA (IL Part) +289,154,154,Alaska +289,155,159,Los Angeles CA CSA +289,156,162,San Francisco CA CSA +289,157,159,Los Angeles CA CSA +289,158,231,Cincinnati OH-KY-IN CSA (OH Part) +289,159,154,Alaska +289,160,159,Los Angeles CA CSA +289,161,268,Seattle WA CSA +289,162,162,San Francisco CA CSA +289,163,154,Alaska +289,164,12,Chicago IL-IN-WI CSA (IL Part) +289,165,159,Los Angeles CA CSA +289,166,223,New York NY-NJ-CT-PA CSA (NY Part) +289,167,223,New York NY-NJ-CT-PA CSA (NY Part) +289,168,223,New York NY-NJ-CT-PA CSA (NY Part) +289,169,201,Boston MA-NH CSA (MA Part) +289,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +289,171,191,Louisville KY-IN CSA (KY Part) +289,172,223,New York NY-NJ-CT-PA CSA (NY Part) +289,173,191,Louisville KY-IN CSA (KY Part) +289,174,203,Detroit MI CSA +289,175,266,Washington DC-MD-VA-WV CSA (VA Part) +289,176,191,Louisville KY-IN CSA (KY Part) +289,177,169,Delaware +289,178,223,New York NY-NJ-CT-PA CSA (NY Part) +289,179,154,Alaska +289,180,179,Honolulu HI MSA +289,181,159,Los Angeles CA CSA +289,183,12,Chicago IL-IN-WI CSA (IL Part) +289,184,12,Chicago IL-IN-WI CSA (IL Part) +289,185,201,Boston MA-NH CSA (MA Part) +289,186,223,New York NY-NJ-CT-PA CSA (NY Part) +289,187,12,Chicago IL-IN-WI CSA (IL Part) +289,188,203,Detroit MI CSA +289,189,154,Alaska +289,190,154,Alaska +289,191,223,New York NY-NJ-CT-PA CSA (NY Part) +289,192,223,New York NY-NJ-CT-PA CSA (NY Part) +289,193,217,New York NY-NJ-CT-PA CSA (NJ Part) +289,194,154,Alaska +289,195,12,Chicago IL-IN-WI CSA (IL Part) +289,196,195,New Orleans LA CSA +289,197,223,New York NY-NJ-CT-PA CSA (NY Part) +289,198,223,New York NY-NJ-CT-PA CSA (NY Part) +289,199,203,Detroit MI CSA +289,200,232,Cleveland OH CSA +289,201,223,New York NY-NJ-CT-PA CSA (NY Part) +289,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +289,203,12,Chicago IL-IN-WI CSA (IL Part) +289,204,12,Chicago IL-IN-WI CSA (IL Part) +289,205,12,Chicago IL-IN-WI CSA (IL Part) +289,206,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +289,207,223,New York NY-NJ-CT-PA CSA (NY Part) +289,208,266,Washington DC-MD-VA-WV CSA (VA Part) +289,209,223,New York NY-NJ-CT-PA CSA (NY Part) +289,210,12,Chicago IL-IN-WI CSA (IL Part) +289,211,223,New York NY-NJ-CT-PA CSA (NY Part) +289,212,154,Alaska +289,213,154,Alaska +289,214,154,Alaska +289,215,159,Los Angeles CA CSA +289,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +289,217,201,Boston MA-NH CSA (MA Part) +289,218,266,Washington DC-MD-VA-WV CSA (VA Part) +289,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +289,220,255,Dallas-Fort Worth TX CSA +289,221,223,New York NY-NJ-CT-PA CSA (NY Part) +289,222,12,Chicago IL-IN-WI CSA (IL Part) +289,223,12,Chicago IL-IN-WI CSA (IL Part) +289,224,201,Boston MA-NH CSA (MA Part) +289,225,223,New York NY-NJ-CT-PA CSA (NY Part) +289,226,223,New York NY-NJ-CT-PA CSA (NY Part) +289,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +289,228,12,Chicago IL-IN-WI CSA (IL Part) +289,229,223,New York NY-NJ-CT-PA CSA (NY Part) +289,230,154,Alaska +289,231,176,Atlanta GA-AL CSA (GA Part) +289,232,266,Washington DC-MD-VA-WV CSA (VA Part) +289,233,232,Cleveland OH CSA +289,234,186,Indianapolis IN CSA +289,235,12,Chicago IL-IN-WI CSA (IL Part) +289,236,268,Seattle WA CSA +289,237,154,Alaska +289,238,154,Alaska +289,239,179,Honolulu HI MSA +289,240,179,Honolulu HI MSA +289,241,201,Boston MA-NH CSA (MA Part) +289,242,154,Alaska +289,243,223,New York NY-NJ-CT-PA CSA (NY Part) +289,244,266,Washington DC-MD-VA-WV CSA (VA Part) +289,245,223,New York NY-NJ-CT-PA CSA (NY Part) +289,246,266,Washington DC-MD-VA-WV CSA (VA Part) +289,247,223,New York NY-NJ-CT-PA CSA (NY Part) +289,248,154,Alaska +289,249,232,Cleveland OH CSA +289,250,12,Chicago IL-IN-WI CSA (IL Part) +289,251,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +289,252,255,Dallas-Fort Worth TX CSA +289,253,223,New York NY-NJ-CT-PA CSA (NY Part) +289,254,12,Chicago IL-IN-WI CSA (IL Part) +289,255,12,Chicago IL-IN-WI CSA (IL Part) +289,256,159,Los Angeles CA CSA +289,257,255,Dallas-Fort Worth TX CSA +289,258,12,Chicago IL-IN-WI CSA (IL Part) +289,259,12,Chicago IL-IN-WI CSA (IL Part) +289,260,154,Alaska +289,261,159,Los Angeles CA CSA +289,262,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +289,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +289,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +289,265,223,New York NY-NJ-CT-PA CSA (NY Part) +289,266,203,Detroit MI CSA +289,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +289,268,154,Alaska +289,269,159,Los Angeles CA CSA +289,270,191,Louisville KY-IN CSA (KY Part) +289,271,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +289,272,154,Alaska +289,273,154,Alaska +290,152,172,Miami FL MSA +290,153,172,Miami FL MSA +290,154,169,Delaware +290,155,172,Miami FL MSA +290,156,257,Houston TX CSA +290,157,257,Houston TX CSA +290,158,172,Miami FL MSA +290,159,159,Los Angeles CA CSA +290,160,249,Memphis TN-MS-AR MSA (TN Part) +290,161,172,Miami FL MSA +290,162,245,Charleston SC MSA +290,163,172,Miami FL MSA +290,164,172,Miami FL MSA +290,165,153,Remainder of Alabama +290,166,223,New York NY-NJ-CT-PA CSA (NY Part) +290,167,223,New York NY-NJ-CT-PA CSA (NY Part) +290,168,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +290,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +290,170,266,Washington DC-MD-VA-WV CSA (VA Part) +290,171,172,Miami FL MSA +290,172,172,Miami FL MSA +290,173,153,Remainder of Alabama +290,174,172,Miami FL MSA +290,175,172,Miami FL MSA +290,176,176,Atlanta GA-AL CSA (GA Part) +290,177,176,Atlanta GA-AL CSA (GA Part) +290,178,172,Miami FL MSA +290,179,172,Miami FL MSA +290,180,162,San Francisco CA CSA +290,181,12,Chicago IL-IN-WI CSA (IL Part) +290,183,249,Memphis TN-MS-AR MSA (TN Part) +290,184,176,Atlanta GA-AL CSA (GA Part) +290,185,191,Louisville KY-IN CSA (KY Part) +290,186,191,Louisville KY-IN CSA (KY Part) +290,187,203,Detroit MI CSA +290,188,176,Atlanta GA-AL CSA (GA Part) +290,189,176,Atlanta GA-AL CSA (GA Part) +290,190,172,Miami FL MSA +290,191,191,Louisville KY-IN CSA (KY Part) +290,192,231,Cincinnati OH-KY-IN CSA (OH Part) +290,193,172,Miami FL MSA +290,194,172,Miami FL MSA +290,195,172,Miami FL MSA +290,196,195,New Orleans LA CSA +290,197,223,New York NY-NJ-CT-PA CSA (NY Part) +290,198,173,Orlando FL CSA +290,199,266,Washington DC-MD-VA-WV CSA (VA Part) +290,200,223,New York NY-NJ-CT-PA CSA (NY Part) +290,201,223,New York NY-NJ-CT-PA CSA (NY Part) +290,202,223,New York NY-NJ-CT-PA CSA (NY Part) +290,203,191,Louisville KY-IN CSA (KY Part) +290,204,223,New York NY-NJ-CT-PA CSA (NY Part) +290,205,12,Chicago IL-IN-WI CSA (IL Part) +290,206,191,Louisville KY-IN CSA (KY Part) +290,207,203,Detroit MI CSA +290,208,172,Miami FL MSA +290,209,226,Charlotte NC-SC CSA (NC Part) +290,210,226,Charlotte NC-SC CSA (NC Part) +290,211,172,Miami FL MSA +290,212,153,Remainder of Alabama +290,213,266,Washington DC-MD-VA-WV CSA (VA Part) +290,214,172,Miami FL MSA +290,215,173,Orlando FL CSA +290,216,223,New York NY-NJ-CT-PA CSA (NY Part) +290,217,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +290,218,266,Washington DC-MD-VA-WV CSA (VA Part) +290,219,223,New York NY-NJ-CT-PA CSA (NY Part) +290,220,176,Atlanta GA-AL CSA (GA Part) +290,221,223,New York NY-NJ-CT-PA CSA (NY Part) +290,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +290,223,223,New York NY-NJ-CT-PA CSA (NY Part) +290,224,223,New York NY-NJ-CT-PA CSA (NY Part) +290,225,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +290,226,172,Miami FL MSA +290,227,172,Miami FL MSA +290,228,172,Miami FL MSA +290,229,172,Miami FL MSA +290,230,249,Memphis TN-MS-AR MSA (TN Part) +290,231,176,Atlanta GA-AL CSA (GA Part) +290,232,266,Washington DC-MD-VA-WV CSA (VA Part) +290,233,266,Washington DC-MD-VA-WV CSA (VA Part) +290,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +290,235,266,Washington DC-MD-VA-WV CSA (VA Part) +290,236,249,Memphis TN-MS-AR MSA (TN Part) +290,237,191,Louisville KY-IN CSA (KY Part) +290,238,257,Houston TX CSA +290,239,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +290,240,249,Memphis TN-MS-AR MSA (TN Part) +290,241,266,Washington DC-MD-VA-WV CSA (VA Part) +290,242,223,New York NY-NJ-CT-PA CSA (NY Part) +290,243,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +290,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +290,245,172,Miami FL MSA +290,246,176,Atlanta GA-AL CSA (GA Part) +290,247,172,Miami FL MSA +290,248,192,Remainder of Kentucky +290,249,176,Atlanta GA-AL CSA (GA Part) +290,250,172,Miami FL MSA +290,251,176,Atlanta GA-AL CSA (GA Part) +290,252,172,Miami FL MSA +290,253,257,Houston TX CSA +290,254,172,Miami FL MSA +290,255,257,Houston TX CSA +290,256,172,Miami FL MSA +290,257,172,Miami FL MSA +290,258,172,Miami FL MSA +290,259,257,Houston TX CSA +290,260,173,Orlando FL CSA +290,261,172,Miami FL MSA +290,262,249,Memphis TN-MS-AR MSA (TN Part) +290,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +290,264,266,Washington DC-MD-VA-WV CSA (VA Part) +290,265,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +290,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +290,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +290,268,245,Charleston SC MSA +290,269,266,Washington DC-MD-VA-WV CSA (VA Part) +290,270,245,Charleston SC MSA +290,271,176,Atlanta GA-AL CSA (GA Part) +290,272,232,Cleveland OH CSA +290,273,232,Cleveland OH CSA +291,152,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +291,153,223,New York NY-NJ-CT-PA CSA (NY Part) +291,154,223,New York NY-NJ-CT-PA CSA (NY Part) +291,155,266,Washington DC-MD-VA-WV CSA (VA Part) +291,156,268,Seattle WA CSA +291,157,12,Chicago IL-IN-WI CSA (IL Part) +291,158,223,New York NY-NJ-CT-PA CSA (NY Part) +291,159,159,Los Angeles CA CSA +291,160,159,Los Angeles CA CSA +291,161,201,Boston MA-NH CSA (MA Part) +291,162,159,Los Angeles CA CSA +291,163,159,Los Angeles CA CSA +291,164,223,New York NY-NJ-CT-PA CSA (NY Part) +291,165,12,Chicago IL-IN-WI CSA (IL Part) +291,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +291,167,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +291,168,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +291,169,223,New York NY-NJ-CT-PA CSA (NY Part) +291,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +291,171,172,Miami FL MSA +291,172,226,Charlotte NC-SC CSA (NC Part) +291,173,169,Delaware +291,174,217,New York NY-NJ-CT-PA CSA (NJ Part) +291,175,153,Remainder of Alabama +291,176,223,New York NY-NJ-CT-PA CSA (NY Part) +291,177,203,Detroit MI CSA +291,178,232,Cleveland OH CSA +291,179,162,San Francisco CA CSA +291,180,159,Los Angeles CA CSA +291,181,12,Chicago IL-IN-WI CSA (IL Part) +291,183,12,Chicago IL-IN-WI CSA (IL Part) +291,184,266,Washington DC-MD-VA-WV CSA (VA Part) +291,185,12,Chicago IL-IN-WI CSA (IL Part) +291,186,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +291,187,203,Detroit MI CSA +291,188,217,New York NY-NJ-CT-PA CSA (NJ Part) +291,189,12,Chicago IL-IN-WI CSA (IL Part) +291,190,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +291,191,191,Louisville KY-IN CSA (KY Part) +291,192,266,Washington DC-MD-VA-WV CSA (VA Part) +291,193,12,Chicago IL-IN-WI CSA (IL Part) +291,194,249,Memphis TN-MS-AR MSA (TN Part) +291,195,153,Remainder of Alabama +291,196,176,Atlanta GA-AL CSA (GA Part) +291,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +291,198,223,New York NY-NJ-CT-PA CSA (NY Part) +291,199,203,Detroit MI CSA +291,200,223,New York NY-NJ-CT-PA CSA (NY Part) +291,201,223,New York NY-NJ-CT-PA CSA (NY Part) +291,202,223,New York NY-NJ-CT-PA CSA (NY Part) +291,203,223,New York NY-NJ-CT-PA CSA (NY Part) +291,204,223,New York NY-NJ-CT-PA CSA (NY Part) +291,205,223,New York NY-NJ-CT-PA CSA (NY Part) +291,206,12,Chicago IL-IN-WI CSA (IL Part) +291,207,12,Chicago IL-IN-WI CSA (IL Part) +291,208,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +291,209,203,Detroit MI CSA +291,210,12,Chicago IL-IN-WI CSA (IL Part) +291,211,203,Detroit MI CSA +291,212,232,Cleveland OH CSA +291,213,217,New York NY-NJ-CT-PA CSA (NJ Part) +291,214,162,San Francisco CA CSA +291,215,159,Los Angeles CA CSA +291,216,169,Delaware +291,217,223,New York NY-NJ-CT-PA CSA (NY Part) +291,218,223,New York NY-NJ-CT-PA CSA (NY Part) +291,219,223,New York NY-NJ-CT-PA CSA (NY Part) +291,220,255,Dallas-Fort Worth TX CSA +291,221,201,Boston MA-NH CSA (MA Part) +291,222,223,New York NY-NJ-CT-PA CSA (NY Part) +291,223,223,New York NY-NJ-CT-PA CSA (NY Part) +291,224,223,New York NY-NJ-CT-PA CSA (NY Part) +291,225,201,Boston MA-NH CSA (MA Part) +291,226,266,Washington DC-MD-VA-WV CSA (VA Part) +291,227,223,New York NY-NJ-CT-PA CSA (NY Part) +291,228,223,New York NY-NJ-CT-PA CSA (NY Part) +291,229,266,Washington DC-MD-VA-WV CSA (VA Part) +291,230,232,Cleveland OH CSA +291,231,217,New York NY-NJ-CT-PA CSA (NJ Part) +291,232,232,Cleveland OH CSA +291,233,223,New York NY-NJ-CT-PA CSA (NY Part) +291,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +291,235,223,New York NY-NJ-CT-PA CSA (NY Part) +291,236,223,New York NY-NJ-CT-PA CSA (NY Part) +291,237,223,New York NY-NJ-CT-PA CSA (NY Part) +291,238,12,Chicago IL-IN-WI CSA (IL Part) +291,239,162,San Francisco CA CSA +291,240,12,Chicago IL-IN-WI CSA (IL Part) +291,241,223,New York NY-NJ-CT-PA CSA (NY Part) +291,242,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +291,243,223,New York NY-NJ-CT-PA CSA (NY Part) +291,244,201,Boston MA-NH CSA (MA Part) +291,245,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +291,246,223,New York NY-NJ-CT-PA CSA (NY Part) +291,247,266,Washington DC-MD-VA-WV CSA (VA Part) +291,248,203,Detroit MI CSA +291,249,231,Cincinnati OH-KY-IN CSA (OH Part) +291,250,217,New York NY-NJ-CT-PA CSA (NJ Part) +291,251,12,Chicago IL-IN-WI CSA (IL Part) +291,252,12,Chicago IL-IN-WI CSA (IL Part) +291,253,223,New York NY-NJ-CT-PA CSA (NY Part) +291,254,186,Indianapolis IN CSA +291,255,223,New York NY-NJ-CT-PA CSA (NY Part) +291,256,12,Chicago IL-IN-WI CSA (IL Part) +291,257,266,Washington DC-MD-VA-WV CSA (VA Part) +291,258,12,Chicago IL-IN-WI CSA (IL Part) +291,259,203,Detroit MI CSA +291,260,12,Chicago IL-IN-WI CSA (IL Part) +291,261,12,Chicago IL-IN-WI CSA (IL Part) +291,262,159,Los Angeles CA CSA +291,263,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +291,264,223,New York NY-NJ-CT-PA CSA (NY Part) +291,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +291,266,223,New York NY-NJ-CT-PA CSA (NY Part) +291,267,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +291,268,154,Alaska +291,269,12,Chicago IL-IN-WI CSA (IL Part) +291,270,232,Cleveland OH CSA +291,271,217,New York NY-NJ-CT-PA CSA (NJ Part) +291,272,217,New York NY-NJ-CT-PA CSA (NJ Part) +291,273,203,Detroit MI CSA +292,152,176,Atlanta GA-AL CSA (GA Part) +292,153,232,Cleveland OH CSA +292,154,154,Alaska +292,155,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +292,156,186,Indianapolis IN CSA +292,157,203,Detroit MI CSA +292,158,186,Indianapolis IN CSA +292,159,223,New York NY-NJ-CT-PA CSA (NY Part) +292,160,162,San Francisco CA CSA +292,161,201,Boston MA-NH CSA (MA Part) +292,162,223,New York NY-NJ-CT-PA CSA (NY Part) +292,163,12,Chicago IL-IN-WI CSA (IL Part) +292,164,192,Remainder of Kentucky +292,165,217,New York NY-NJ-CT-PA CSA (NJ Part) +292,166,223,New York NY-NJ-CT-PA CSA (NY Part) +292,167,223,New York NY-NJ-CT-PA CSA (NY Part) +292,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +292,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +292,170,223,New York NY-NJ-CT-PA CSA (NY Part) +292,171,201,Boston MA-NH CSA (MA Part) +292,172,201,Boston MA-NH CSA (MA Part) +292,173,266,Washington DC-MD-VA-WV CSA (VA Part) +292,174,223,New York NY-NJ-CT-PA CSA (NY Part) +292,175,266,Washington DC-MD-VA-WV CSA (VA Part) +292,176,186,Indianapolis IN CSA +292,177,192,Remainder of Kentucky +292,178,176,Atlanta GA-AL CSA (GA Part) +292,179,223,New York NY-NJ-CT-PA CSA (NY Part) +292,180,179,Honolulu HI MSA +292,181,223,New York NY-NJ-CT-PA CSA (NY Part) +292,183,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +292,184,223,New York NY-NJ-CT-PA CSA (NY Part) +292,185,201,Boston MA-NH CSA (MA Part) +292,186,12,Chicago IL-IN-WI CSA (IL Part) +292,187,201,Boston MA-NH CSA (MA Part) +292,188,223,New York NY-NJ-CT-PA CSA (NY Part) +292,189,223,New York NY-NJ-CT-PA CSA (NY Part) +292,190,201,Boston MA-NH CSA (MA Part) +292,191,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +292,192,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +292,193,223,New York NY-NJ-CT-PA CSA (NY Part) +292,194,223,New York NY-NJ-CT-PA CSA (NY Part) +292,195,186,Indianapolis IN CSA +292,196,223,New York NY-NJ-CT-PA CSA (NY Part) +292,197,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +292,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +292,199,223,New York NY-NJ-CT-PA CSA (NY Part) +292,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +292,201,223,New York NY-NJ-CT-PA CSA (NY Part) +292,202,223,New York NY-NJ-CT-PA CSA (NY Part) +292,203,232,Cleveland OH CSA +292,204,12,Chicago IL-IN-WI CSA (IL Part) +292,205,223,New York NY-NJ-CT-PA CSA (NY Part) +292,206,217,New York NY-NJ-CT-PA CSA (NJ Part) +292,207,12,Chicago IL-IN-WI CSA (IL Part) +292,208,223,New York NY-NJ-CT-PA CSA (NY Part) +292,209,12,Chicago IL-IN-WI CSA (IL Part) +292,210,223,New York NY-NJ-CT-PA CSA (NY Part) +292,211,217,New York NY-NJ-CT-PA CSA (NJ Part) +292,212,223,New York NY-NJ-CT-PA CSA (NY Part) +292,213,203,Detroit MI CSA +292,214,223,New York NY-NJ-CT-PA CSA (NY Part) +292,215,162,San Francisco CA CSA +292,216,232,Cleveland OH CSA +292,217,223,New York NY-NJ-CT-PA CSA (NY Part) +292,218,266,Washington DC-MD-VA-WV CSA (VA Part) +292,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +292,220,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +292,221,223,New York NY-NJ-CT-PA CSA (NY Part) +292,222,223,New York NY-NJ-CT-PA CSA (NY Part) +292,223,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +292,224,223,New York NY-NJ-CT-PA CSA (NY Part) +292,225,201,Boston MA-NH CSA (MA Part) +292,226,217,New York NY-NJ-CT-PA CSA (NJ Part) +292,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +292,228,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +292,229,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +292,230,266,Washington DC-MD-VA-WV CSA (VA Part) +292,231,217,New York NY-NJ-CT-PA CSA (NJ Part) +292,232,217,New York NY-NJ-CT-PA CSA (NJ Part) +292,233,186,Indianapolis IN CSA +292,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +292,235,232,Cleveland OH CSA +292,236,217,New York NY-NJ-CT-PA CSA (NJ Part) +292,237,12,Chicago IL-IN-WI CSA (IL Part) +292,238,223,New York NY-NJ-CT-PA CSA (NY Part) +292,239,268,Seattle WA CSA +292,240,203,Detroit MI CSA +292,241,201,Boston MA-NH CSA (MA Part) +292,242,223,New York NY-NJ-CT-PA CSA (NY Part) +292,243,223,New York NY-NJ-CT-PA CSA (NY Part) +292,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +292,245,217,New York NY-NJ-CT-PA CSA (NJ Part) +292,246,217,New York NY-NJ-CT-PA CSA (NJ Part) +292,247,266,Washington DC-MD-VA-WV CSA (VA Part) +292,248,203,Detroit MI CSA +292,249,186,Indianapolis IN CSA +292,250,223,New York NY-NJ-CT-PA CSA (NY Part) +292,251,217,New York NY-NJ-CT-PA CSA (NJ Part) +292,252,217,New York NY-NJ-CT-PA CSA (NJ Part) +292,253,217,New York NY-NJ-CT-PA CSA (NJ Part) +292,254,255,Dallas-Fort Worth TX CSA +292,255,232,Cleveland OH CSA +292,256,223,New York NY-NJ-CT-PA CSA (NY Part) +292,257,232,Cleveland OH CSA +292,258,201,Boston MA-NH CSA (MA Part) +292,259,217,New York NY-NJ-CT-PA CSA (NJ Part) +292,260,186,Indianapolis IN CSA +292,261,12,Chicago IL-IN-WI CSA (IL Part) +292,262,203,Detroit MI CSA +292,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +292,264,223,New York NY-NJ-CT-PA CSA (NY Part) +292,265,266,Washington DC-MD-VA-WV CSA (VA Part) +292,266,223,New York NY-NJ-CT-PA CSA (NY Part) +292,267,266,Washington DC-MD-VA-WV CSA (VA Part) +292,268,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +292,269,268,Seattle WA CSA +292,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +292,271,223,New York NY-NJ-CT-PA CSA (NY Part) +292,272,12,Chicago IL-IN-WI CSA (IL Part) +292,273,12,Chicago IL-IN-WI CSA (IL Part) +293,152,172,Miami FL MSA +293,153,172,Miami FL MSA +293,154,162,San Francisco CA CSA +293,155,255,Dallas-Fort Worth TX CSA +293,156,257,Houston TX CSA +293,157,159,Los Angeles CA CSA +293,158,255,Dallas-Fort Worth TX CSA +293,159,159,Los Angeles CA CSA +293,160,159,Los Angeles CA CSA +293,161,159,Los Angeles CA CSA +293,162,159,Los Angeles CA CSA +293,163,255,Dallas-Fort Worth TX CSA +293,164,255,Dallas-Fort Worth TX CSA +293,165,257,Houston TX CSA +293,166,223,New York NY-NJ-CT-PA CSA (NY Part) +293,167,223,New York NY-NJ-CT-PA CSA (NY Part) +293,168,172,Miami FL MSA +293,169,172,Miami FL MSA +293,170,266,Washington DC-MD-VA-WV CSA (VA Part) +293,171,172,Miami FL MSA +293,172,195,New Orleans LA CSA +293,173,153,Remainder of Alabama +293,174,172,Miami FL MSA +293,175,176,Atlanta GA-AL CSA (GA Part) +293,176,172,Miami FL MSA +293,177,176,Atlanta GA-AL CSA (GA Part) +293,178,176,Atlanta GA-AL CSA (GA Part) +293,179,162,San Francisco CA CSA +293,180,257,Houston TX CSA +293,181,195,New Orleans LA CSA +293,183,257,Houston TX CSA +293,184,249,Memphis TN-MS-AR MSA (TN Part) +293,185,153,Remainder of Alabama +293,186,176,Atlanta GA-AL CSA (GA Part) +293,187,191,Louisville KY-IN CSA (KY Part) +293,188,191,Louisville KY-IN CSA (KY Part) +293,189,195,New Orleans LA CSA +293,190,153,Remainder of Alabama +293,191,195,New Orleans LA CSA +293,192,195,New Orleans LA CSA +293,193,176,Atlanta GA-AL CSA (GA Part) +293,194,257,Houston TX CSA +293,195,172,Miami FL MSA +293,196,195,New Orleans LA CSA +293,197,172,Miami FL MSA +293,198,172,Miami FL MSA +293,199,176,Atlanta GA-AL CSA (GA Part) +293,200,172,Miami FL MSA +293,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +293,202,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +293,203,191,Louisville KY-IN CSA (KY Part) +293,204,176,Atlanta GA-AL CSA (GA Part) +293,205,186,Indianapolis IN CSA +293,206,176,Atlanta GA-AL CSA (GA Part) +293,207,249,Memphis TN-MS-AR MSA (TN Part) +293,208,172,Miami FL MSA +293,209,255,Dallas-Fort Worth TX CSA +293,210,176,Atlanta GA-AL CSA (GA Part) +293,211,176,Atlanta GA-AL CSA (GA Part) +293,212,249,Memphis TN-MS-AR MSA (TN Part) +293,213,249,Memphis TN-MS-AR MSA (TN Part) +293,214,257,Houston TX CSA +293,215,159,Los Angeles CA CSA +293,216,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +293,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +293,218,172,Miami FL MSA +293,219,172,Miami FL MSA +293,220,249,Memphis TN-MS-AR MSA (TN Part) +293,221,223,New York NY-NJ-CT-PA CSA (NY Part) +293,222,172,Miami FL MSA +293,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +293,224,176,Atlanta GA-AL CSA (GA Part) +293,225,232,Cleveland OH CSA +293,226,245,Charleston SC MSA +293,227,176,Atlanta GA-AL CSA (GA Part) +293,228,172,Miami FL MSA +293,229,172,Miami FL MSA +293,230,249,Memphis TN-MS-AR MSA (TN Part) +293,231,192,Remainder of Kentucky +293,232,153,Remainder of Alabama +293,233,191,Louisville KY-IN CSA (KY Part) +293,234,195,New Orleans LA CSA +293,235,173,Orlando FL CSA +293,236,255,Dallas-Fort Worth TX CSA +293,237,255,Dallas-Fort Worth TX CSA +293,238,249,Memphis TN-MS-AR MSA (TN Part) +293,239,159,Los Angeles CA CSA +293,240,162,San Francisco CA CSA +293,241,173,Orlando FL CSA +293,242,191,Louisville KY-IN CSA (KY Part) +293,243,176,Atlanta GA-AL CSA (GA Part) +293,244,172,Miami FL MSA +293,245,176,Atlanta GA-AL CSA (GA Part) +293,246,172,Miami FL MSA +293,247,172,Miami FL MSA +293,248,257,Houston TX CSA +293,249,257,Houston TX CSA +293,250,176,Atlanta GA-AL CSA (GA Part) +293,251,172,Miami FL MSA +293,252,249,Memphis TN-MS-AR MSA (TN Part) +293,253,173,Orlando FL CSA +293,254,172,Miami FL MSA +293,255,195,New Orleans LA CSA +293,256,249,Memphis TN-MS-AR MSA (TN Part) +293,257,249,Memphis TN-MS-AR MSA (TN Part) +293,258,257,Houston TX CSA +293,259,249,Memphis TN-MS-AR MSA (TN Part) +293,260,257,Houston TX CSA +293,261,255,Dallas-Fort Worth TX CSA +293,262,257,Houston TX CSA +293,263,172,Miami FL MSA +293,264,172,Miami FL MSA +293,265,172,Miami FL MSA +293,266,266,Washington DC-MD-VA-WV CSA (VA Part) +293,267,176,Atlanta GA-AL CSA (GA Part) +293,268,195,New Orleans LA CSA +293,269,257,Houston TX CSA +293,270,172,Miami FL MSA +293,271,191,Louisville KY-IN CSA (KY Part) +293,272,12,Chicago IL-IN-WI CSA (IL Part) +293,273,249,Memphis TN-MS-AR MSA (TN Part) +294,152,249,Memphis TN-MS-AR MSA (TN Part) +294,153,223,New York NY-NJ-CT-PA CSA (NY Part) +294,154,154,Alaska +294,155,12,Chicago IL-IN-WI CSA (IL Part) +294,156,249,Memphis TN-MS-AR MSA (TN Part) +294,157,217,New York NY-NJ-CT-PA CSA (NJ Part) +294,158,223,New York NY-NJ-CT-PA CSA (NY Part) +294,159,203,Detroit MI CSA +294,160,12,Chicago IL-IN-WI CSA (IL Part) +294,161,176,Atlanta GA-AL CSA (GA Part) +294,162,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +294,163,191,Louisville KY-IN CSA (KY Part) +294,164,223,New York NY-NJ-CT-PA CSA (NY Part) +294,165,203,Detroit MI CSA +294,166,223,New York NY-NJ-CT-PA CSA (NY Part) +294,167,201,Boston MA-NH CSA (MA Part) +294,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +294,169,223,New York NY-NJ-CT-PA CSA (NY Part) +294,170,266,Washington DC-MD-VA-WV CSA (VA Part) +294,171,172,Miami FL MSA +294,172,172,Miami FL MSA +294,173,176,Atlanta GA-AL CSA (GA Part) +294,174,172,Miami FL MSA +294,175,176,Atlanta GA-AL CSA (GA Part) +294,176,223,New York NY-NJ-CT-PA CSA (NY Part) +294,177,245,Charleston SC MSA +294,178,176,Atlanta GA-AL CSA (GA Part) +294,179,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +294,180,159,Los Angeles CA CSA +294,181,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +294,183,231,Cincinnati OH-KY-IN CSA (OH Part) +294,184,201,Boston MA-NH CSA (MA Part) +294,185,223,New York NY-NJ-CT-PA CSA (NY Part) +294,186,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +294,187,191,Louisville KY-IN CSA (KY Part) +294,188,223,New York NY-NJ-CT-PA CSA (NY Part) +294,189,201,Boston MA-NH CSA (MA Part) +294,190,12,Chicago IL-IN-WI CSA (IL Part) +294,191,223,New York NY-NJ-CT-PA CSA (NY Part) +294,192,232,Cleveland OH CSA +294,193,249,Memphis TN-MS-AR MSA (TN Part) +294,194,153,Remainder of Alabama +294,195,195,New Orleans LA CSA +294,196,169,Delaware +294,197,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +294,198,223,New York NY-NJ-CT-PA CSA (NY Part) +294,199,223,New York NY-NJ-CT-PA CSA (NY Part) +294,200,223,New York NY-NJ-CT-PA CSA (NY Part) +294,201,223,New York NY-NJ-CT-PA CSA (NY Part) +294,202,223,New York NY-NJ-CT-PA CSA (NY Part) +294,203,217,New York NY-NJ-CT-PA CSA (NJ Part) +294,204,203,Detroit MI CSA +294,205,223,New York NY-NJ-CT-PA CSA (NY Part) +294,206,223,New York NY-NJ-CT-PA CSA (NY Part) +294,207,203,Detroit MI CSA +294,208,266,Washington DC-MD-VA-WV CSA (VA Part) +294,209,176,Atlanta GA-AL CSA (GA Part) +294,210,266,Washington DC-MD-VA-WV CSA (VA Part) +294,211,186,Indianapolis IN CSA +294,212,223,New York NY-NJ-CT-PA CSA (NY Part) +294,213,201,Boston MA-NH CSA (MA Part) +294,214,226,Charlotte NC-SC CSA (NC Part) +294,215,217,New York NY-NJ-CT-PA CSA (NJ Part) +294,216,223,New York NY-NJ-CT-PA CSA (NY Part) +294,217,223,New York NY-NJ-CT-PA CSA (NY Part) +294,218,223,New York NY-NJ-CT-PA CSA (NY Part) +294,219,223,New York NY-NJ-CT-PA CSA (NY Part) +294,220,223,New York NY-NJ-CT-PA CSA (NY Part) +294,221,223,New York NY-NJ-CT-PA CSA (NY Part) +294,222,223,New York NY-NJ-CT-PA CSA (NY Part) +294,223,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +294,224,217,New York NY-NJ-CT-PA CSA (NJ Part) +294,225,203,Detroit MI CSA +294,226,217,New York NY-NJ-CT-PA CSA (NJ Part) +294,227,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +294,228,223,New York NY-NJ-CT-PA CSA (NY Part) +294,229,266,Washington DC-MD-VA-WV CSA (VA Part) +294,230,217,New York NY-NJ-CT-PA CSA (NJ Part) +294,231,217,New York NY-NJ-CT-PA CSA (NJ Part) +294,232,223,New York NY-NJ-CT-PA CSA (NY Part) +294,233,217,New York NY-NJ-CT-PA CSA (NJ Part) +294,234,223,New York NY-NJ-CT-PA CSA (NY Part) +294,235,266,Washington DC-MD-VA-WV CSA (VA Part) +294,236,223,New York NY-NJ-CT-PA CSA (NY Part) +294,237,217,New York NY-NJ-CT-PA CSA (NJ Part) +294,238,12,Chicago IL-IN-WI CSA (IL Part) +294,239,186,Indianapolis IN CSA +294,240,223,New York NY-NJ-CT-PA CSA (NY Part) +294,241,266,Washington DC-MD-VA-WV CSA (VA Part) +294,242,223,New York NY-NJ-CT-PA CSA (NY Part) +294,243,169,Delaware +294,244,223,New York NY-NJ-CT-PA CSA (NY Part) +294,245,223,New York NY-NJ-CT-PA CSA (NY Part) +294,246,217,New York NY-NJ-CT-PA CSA (NJ Part) +294,247,266,Washington DC-MD-VA-WV CSA (VA Part) +294,248,12,Chicago IL-IN-WI CSA (IL Part) +294,249,249,Memphis TN-MS-AR MSA (TN Part) +294,250,245,Charleston SC MSA +294,251,223,New York NY-NJ-CT-PA CSA (NY Part) +294,252,176,Atlanta GA-AL CSA (GA Part) +294,253,266,Washington DC-MD-VA-WV CSA (VA Part) +294,254,266,Washington DC-MD-VA-WV CSA (VA Part) +294,255,191,Louisville KY-IN CSA (KY Part) +294,256,223,New York NY-NJ-CT-PA CSA (NY Part) +294,257,223,New York NY-NJ-CT-PA CSA (NY Part) +294,258,12,Chicago IL-IN-WI CSA (IL Part) +294,259,223,New York NY-NJ-CT-PA CSA (NY Part) +294,260,266,Washington DC-MD-VA-WV CSA (VA Part) +294,261,223,New York NY-NJ-CT-PA CSA (NY Part) +294,262,201,Boston MA-NH CSA (MA Part) +294,263,223,New York NY-NJ-CT-PA CSA (NY Part) +294,264,223,New York NY-NJ-CT-PA CSA (NY Part) +294,265,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +294,266,223,New York NY-NJ-CT-PA CSA (NY Part) +294,267,245,Charleston SC MSA +294,268,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +294,269,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +294,270,266,Washington DC-MD-VA-WV CSA (VA Part) +294,271,203,Detroit MI CSA +294,272,217,New York NY-NJ-CT-PA CSA (NJ Part) +294,273,217,New York NY-NJ-CT-PA CSA (NJ Part) +295,152,176,Atlanta GA-AL CSA (GA Part) +295,153,176,Atlanta GA-AL CSA (GA Part) +295,154,223,New York NY-NJ-CT-PA CSA (NY Part) +295,155,192,Remainder of Kentucky +295,156,266,Washington DC-MD-VA-WV CSA (VA Part) +295,157,176,Atlanta GA-AL CSA (GA Part) +295,158,192,Remainder of Kentucky +295,159,176,Atlanta GA-AL CSA (GA Part) +295,160,12,Chicago IL-IN-WI CSA (IL Part) +295,161,232,Cleveland OH CSA +295,162,176,Atlanta GA-AL CSA (GA Part) +295,163,266,Washington DC-MD-VA-WV CSA (VA Part) +295,164,176,Atlanta GA-AL CSA (GA Part) +295,165,255,Dallas-Fort Worth TX CSA +295,166,169,Delaware +295,167,223,New York NY-NJ-CT-PA CSA (NY Part) +295,168,201,Boston MA-NH CSA (MA Part) +295,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +295,170,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +295,171,172,Miami FL MSA +295,172,226,Charlotte NC-SC CSA (NC Part) +295,173,172,Miami FL MSA +295,174,176,Atlanta GA-AL CSA (GA Part) +295,175,172,Miami FL MSA +295,176,173,Orlando FL CSA +295,177,245,Charleston SC MSA +295,178,176,Atlanta GA-AL CSA (GA Part) +295,179,176,Atlanta GA-AL CSA (GA Part) +295,180,176,Atlanta GA-AL CSA (GA Part) +295,181,203,Detroit MI CSA +295,183,192,Remainder of Kentucky +295,184,186,Indianapolis IN CSA +295,185,266,Washington DC-MD-VA-WV CSA (VA Part) +295,186,191,Louisville KY-IN CSA (KY Part) +295,187,266,Washington DC-MD-VA-WV CSA (VA Part) +295,188,217,New York NY-NJ-CT-PA CSA (NJ Part) +295,189,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +295,190,249,Memphis TN-MS-AR MSA (TN Part) +295,191,266,Washington DC-MD-VA-WV CSA (VA Part) +295,192,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +295,193,172,Miami FL MSA +295,194,172,Miami FL MSA +295,195,153,Remainder of Alabama +295,196,176,Atlanta GA-AL CSA (GA Part) +295,197,223,New York NY-NJ-CT-PA CSA (NY Part) +295,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +295,199,223,New York NY-NJ-CT-PA CSA (NY Part) +295,200,223,New York NY-NJ-CT-PA CSA (NY Part) +295,201,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +295,202,223,New York NY-NJ-CT-PA CSA (NY Part) +295,203,217,New York NY-NJ-CT-PA CSA (NJ Part) +295,204,217,New York NY-NJ-CT-PA CSA (NJ Part) +295,205,223,New York NY-NJ-CT-PA CSA (NY Part) +295,206,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +295,207,223,New York NY-NJ-CT-PA CSA (NY Part) +295,208,153,Remainder of Alabama +295,209,245,Charleston SC MSA +295,210,192,Remainder of Kentucky +295,211,249,Memphis TN-MS-AR MSA (TN Part) +295,212,191,Louisville KY-IN CSA (KY Part) +295,213,223,New York NY-NJ-CT-PA CSA (NY Part) +295,214,249,Memphis TN-MS-AR MSA (TN Part) +295,215,266,Washington DC-MD-VA-WV CSA (VA Part) +295,216,223,New York NY-NJ-CT-PA CSA (NY Part) +295,217,223,New York NY-NJ-CT-PA CSA (NY Part) +295,218,223,New York NY-NJ-CT-PA CSA (NY Part) +295,219,223,New York NY-NJ-CT-PA CSA (NY Part) +295,220,176,Atlanta GA-AL CSA (GA Part) +295,221,223,New York NY-NJ-CT-PA CSA (NY Part) +295,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +295,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +295,224,223,New York NY-NJ-CT-PA CSA (NY Part) +295,225,223,New York NY-NJ-CT-PA CSA (NY Part) +295,226,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +295,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +295,228,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +295,229,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +295,230,191,Louisville KY-IN CSA (KY Part) +295,231,266,Washington DC-MD-VA-WV CSA (VA Part) +295,232,232,Cleveland OH CSA +295,233,232,Cleveland OH CSA +295,234,266,Washington DC-MD-VA-WV CSA (VA Part) +295,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +295,236,245,Charleston SC MSA +295,237,231,Cincinnati OH-KY-IN CSA (OH Part) +295,238,186,Indianapolis IN CSA +295,239,201,Boston MA-NH CSA (MA Part) +295,240,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +295,241,266,Washington DC-MD-VA-WV CSA (VA Part) +295,242,223,New York NY-NJ-CT-PA CSA (NY Part) +295,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +295,244,223,New York NY-NJ-CT-PA CSA (NY Part) +295,245,266,Washington DC-MD-VA-WV CSA (VA Part) +295,246,176,Atlanta GA-AL CSA (GA Part) +295,247,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +295,248,266,Washington DC-MD-VA-WV CSA (VA Part) +295,249,176,Atlanta GA-AL CSA (GA Part) +295,250,192,Remainder of Kentucky +295,251,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +295,252,176,Atlanta GA-AL CSA (GA Part) +295,253,195,New Orleans LA CSA +295,254,176,Atlanta GA-AL CSA (GA Part) +295,255,191,Louisville KY-IN CSA (KY Part) +295,256,176,Atlanta GA-AL CSA (GA Part) +295,257,249,Memphis TN-MS-AR MSA (TN Part) +295,258,172,Miami FL MSA +295,259,176,Atlanta GA-AL CSA (GA Part) +295,260,176,Atlanta GA-AL CSA (GA Part) +295,261,191,Louisville KY-IN CSA (KY Part) +295,262,186,Indianapolis IN CSA +295,263,201,Boston MA-NH CSA (MA Part) +295,264,223,New York NY-NJ-CT-PA CSA (NY Part) +295,265,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +295,266,223,New York NY-NJ-CT-PA CSA (NY Part) +295,267,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +295,268,223,New York NY-NJ-CT-PA CSA (NY Part) +295,269,12,Chicago IL-IN-WI CSA (IL Part) +295,270,226,Charlotte NC-SC CSA (NC Part) +295,271,266,Washington DC-MD-VA-WV CSA (VA Part) +295,272,266,Washington DC-MD-VA-WV CSA (VA Part) +295,273,12,Chicago IL-IN-WI CSA (IL Part) +296,152,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +296,153,12,Chicago IL-IN-WI CSA (IL Part) +296,154,154,Alaska +296,155,154,Alaska +296,156,268,Seattle WA CSA +296,157,154,Alaska +296,158,176,Atlanta GA-AL CSA (GA Part) +296,159,159,Los Angeles CA CSA +296,160,154,Alaska +296,161,268,Seattle WA CSA +296,162,159,Los Angeles CA CSA +296,163,154,Alaska +296,164,154,Alaska +296,165,154,Alaska +296,166,223,New York NY-NJ-CT-PA CSA (NY Part) +296,167,169,Delaware +296,168,223,New York NY-NJ-CT-PA CSA (NY Part) +296,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +296,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +296,171,201,Boston MA-NH CSA (MA Part) +296,172,172,Miami FL MSA +296,173,186,Indianapolis IN CSA +296,174,176,Atlanta GA-AL CSA (GA Part) +296,175,186,Indianapolis IN CSA +296,176,249,Memphis TN-MS-AR MSA (TN Part) +296,177,245,Charleston SC MSA +296,178,12,Chicago IL-IN-WI CSA (IL Part) +296,179,162,San Francisco CA CSA +296,180,162,San Francisco CA CSA +296,181,154,Alaska +296,183,232,Cleveland OH CSA +296,184,12,Chicago IL-IN-WI CSA (IL Part) +296,185,232,Cleveland OH CSA +296,186,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +296,187,186,Indianapolis IN CSA +296,188,154,Alaska +296,189,12,Chicago IL-IN-WI CSA (IL Part) +296,190,154,Alaska +296,191,191,Louisville KY-IN CSA (KY Part) +296,192,12,Chicago IL-IN-WI CSA (IL Part) +296,193,223,New York NY-NJ-CT-PA CSA (NY Part) +296,194,249,Memphis TN-MS-AR MSA (TN Part) +296,195,176,Atlanta GA-AL CSA (GA Part) +296,196,12,Chicago IL-IN-WI CSA (IL Part) +296,197,169,Delaware +296,198,223,New York NY-NJ-CT-PA CSA (NY Part) +296,199,201,Boston MA-NH CSA (MA Part) +296,200,266,Washington DC-MD-VA-WV CSA (VA Part) +296,201,223,New York NY-NJ-CT-PA CSA (NY Part) +296,202,223,New York NY-NJ-CT-PA CSA (NY Part) +296,203,203,Detroit MI CSA +296,204,12,Chicago IL-IN-WI CSA (IL Part) +296,205,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +296,206,154,Alaska +296,207,223,New York NY-NJ-CT-PA CSA (NY Part) +296,208,232,Cleveland OH CSA +296,209,12,Chicago IL-IN-WI CSA (IL Part) +296,210,186,Indianapolis IN CSA +296,211,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +296,212,154,Alaska +296,213,203,Detroit MI CSA +296,214,162,San Francisco CA CSA +296,215,159,Los Angeles CA CSA +296,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +296,217,266,Washington DC-MD-VA-WV CSA (VA Part) +296,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +296,219,266,Washington DC-MD-VA-WV CSA (VA Part) +296,220,154,Alaska +296,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +296,222,223,New York NY-NJ-CT-PA CSA (NY Part) +296,223,223,New York NY-NJ-CT-PA CSA (NY Part) +296,224,223,New York NY-NJ-CT-PA CSA (NY Part) +296,225,223,New York NY-NJ-CT-PA CSA (NY Part) +296,226,176,Atlanta GA-AL CSA (GA Part) +296,227,223,New York NY-NJ-CT-PA CSA (NY Part) +296,228,217,New York NY-NJ-CT-PA CSA (NJ Part) +296,229,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +296,230,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +296,231,249,Memphis TN-MS-AR MSA (TN Part) +296,232,232,Cleveland OH CSA +296,233,203,Detroit MI CSA +296,234,266,Washington DC-MD-VA-WV CSA (VA Part) +296,235,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +296,236,255,Dallas-Fort Worth TX CSA +296,237,154,Alaska +296,238,12,Chicago IL-IN-WI CSA (IL Part) +296,239,154,Alaska +296,240,159,Los Angeles CA CSA +296,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +296,242,266,Washington DC-MD-VA-WV CSA (VA Part) +296,243,232,Cleveland OH CSA +296,244,223,New York NY-NJ-CT-PA CSA (NY Part) +296,245,223,New York NY-NJ-CT-PA CSA (NY Part) +296,246,192,Remainder of Kentucky +296,247,266,Washington DC-MD-VA-WV CSA (VA Part) +296,248,154,Alaska +296,249,223,New York NY-NJ-CT-PA CSA (NY Part) +296,250,176,Atlanta GA-AL CSA (GA Part) +296,251,192,Remainder of Kentucky +296,252,154,Alaska +296,253,249,Memphis TN-MS-AR MSA (TN Part) +296,254,191,Louisville KY-IN CSA (KY Part) +296,255,12,Chicago IL-IN-WI CSA (IL Part) +296,256,255,Dallas-Fort Worth TX CSA +296,257,257,Houston TX CSA +296,258,257,Houston TX CSA +296,259,159,Los Angeles CA CSA +296,260,12,Chicago IL-IN-WI CSA (IL Part) +296,261,154,Alaska +296,262,162,San Francisco CA CSA +296,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +296,264,223,New York NY-NJ-CT-PA CSA (NY Part) +296,265,223,New York NY-NJ-CT-PA CSA (NY Part) +296,266,266,Washington DC-MD-VA-WV CSA (VA Part) +296,267,223,New York NY-NJ-CT-PA CSA (NY Part) +296,268,268,Seattle WA CSA +296,269,12,Chicago IL-IN-WI CSA (IL Part) +296,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +296,271,223,New York NY-NJ-CT-PA CSA (NY Part) +296,272,186,Indianapolis IN CSA +296,273,162,San Francisco CA CSA +297,152,172,Miami FL MSA +297,153,172,Miami FL MSA +297,154,249,Memphis TN-MS-AR MSA (TN Part) +297,155,172,Miami FL MSA +297,156,249,Memphis TN-MS-AR MSA (TN Part) +297,157,172,Miami FL MSA +297,158,172,Miami FL MSA +297,159,159,Los Angeles CA CSA +297,160,257,Houston TX CSA +297,161,255,Dallas-Fort Worth TX CSA +297,162,249,Memphis TN-MS-AR MSA (TN Part) +297,163,159,Los Angeles CA CSA +297,164,176,Atlanta GA-AL CSA (GA Part) +297,165,257,Houston TX CSA +297,166,266,Washington DC-MD-VA-WV CSA (VA Part) +297,167,172,Miami FL MSA +297,168,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +297,169,176,Atlanta GA-AL CSA (GA Part) +297,170,176,Atlanta GA-AL CSA (GA Part) +297,171,172,Miami FL MSA +297,172,176,Atlanta GA-AL CSA (GA Part) +297,173,172,Miami FL MSA +297,174,172,Miami FL MSA +297,175,172,Miami FL MSA +297,176,172,Miami FL MSA +297,177,172,Miami FL MSA +297,178,172,Miami FL MSA +297,179,179,Honolulu HI MSA +297,180,159,Los Angeles CA CSA +297,181,257,Houston TX CSA +297,183,249,Memphis TN-MS-AR MSA (TN Part) +297,184,245,Charleston SC MSA +297,185,12,Chicago IL-IN-WI CSA (IL Part) +297,186,245,Charleston SC MSA +297,187,172,Miami FL MSA +297,188,249,Memphis TN-MS-AR MSA (TN Part) +297,189,191,Louisville KY-IN CSA (KY Part) +297,190,249,Memphis TN-MS-AR MSA (TN Part) +297,191,172,Miami FL MSA +297,192,176,Atlanta GA-AL CSA (GA Part) +297,193,172,Miami FL MSA +297,194,172,Miami FL MSA +297,195,257,Houston TX CSA +297,196,249,Memphis TN-MS-AR MSA (TN Part) +297,197,223,New York NY-NJ-CT-PA CSA (NY Part) +297,198,169,Delaware +297,199,266,Washington DC-MD-VA-WV CSA (VA Part) +297,200,172,Miami FL MSA +297,201,223,New York NY-NJ-CT-PA CSA (NY Part) +297,202,172,Miami FL MSA +297,203,172,Miami FL MSA +297,204,172,Miami FL MSA +297,205,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +297,206,176,Atlanta GA-AL CSA (GA Part) +297,207,172,Miami FL MSA +297,208,172,Miami FL MSA +297,209,249,Memphis TN-MS-AR MSA (TN Part) +297,210,249,Memphis TN-MS-AR MSA (TN Part) +297,211,172,Miami FL MSA +297,212,255,Dallas-Fort Worth TX CSA +297,213,164,Denver CO CSA +297,214,249,Memphis TN-MS-AR MSA (TN Part) +297,215,159,Los Angeles CA CSA +297,216,223,New York NY-NJ-CT-PA CSA (NY Part) +297,217,223,New York NY-NJ-CT-PA CSA (NY Part) +297,218,172,Miami FL MSA +297,219,172,Miami FL MSA +297,220,172,Miami FL MSA +297,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +297,222,173,Orlando FL CSA +297,223,172,Miami FL MSA +297,224,223,New York NY-NJ-CT-PA CSA (NY Part) +297,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +297,226,172,Miami FL MSA +297,227,172,Miami FL MSA +297,228,172,Miami FL MSA +297,229,172,Miami FL MSA +297,230,176,Atlanta GA-AL CSA (GA Part) +297,231,172,Miami FL MSA +297,232,172,Miami FL MSA +297,233,266,Washington DC-MD-VA-WV CSA (VA Part) +297,234,172,Miami FL MSA +297,235,172,Miami FL MSA +297,236,257,Houston TX CSA +297,237,172,Miami FL MSA +297,238,172,Miami FL MSA +297,239,176,Atlanta GA-AL CSA (GA Part) +297,240,195,New Orleans LA CSA +297,241,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +297,242,172,Miami FL MSA +297,243,223,New York NY-NJ-CT-PA CSA (NY Part) +297,244,223,New York NY-NJ-CT-PA CSA (NY Part) +297,245,153,Remainder of Alabama +297,246,176,Atlanta GA-AL CSA (GA Part) +297,247,172,Miami FL MSA +297,248,172,Miami FL MSA +297,249,176,Atlanta GA-AL CSA (GA Part) +297,250,172,Miami FL MSA +297,251,176,Atlanta GA-AL CSA (GA Part) +297,252,172,Miami FL MSA +297,253,172,Miami FL MSA +297,254,172,Miami FL MSA +297,255,255,Dallas-Fort Worth TX CSA +297,256,153,Remainder of Alabama +297,257,172,Miami FL MSA +297,258,257,Houston TX CSA +297,259,249,Memphis TN-MS-AR MSA (TN Part) +297,260,176,Atlanta GA-AL CSA (GA Part) +297,261,176,Atlanta GA-AL CSA (GA Part) +297,262,172,Miami FL MSA +297,263,223,New York NY-NJ-CT-PA CSA (NY Part) +297,264,172,Miami FL MSA +297,265,223,New York NY-NJ-CT-PA CSA (NY Part) +297,266,172,Miami FL MSA +297,267,172,Miami FL MSA +297,268,162,San Francisco CA CSA +297,269,159,Los Angeles CA CSA +297,270,172,Miami FL MSA +297,271,176,Atlanta GA-AL CSA (GA Part) +297,272,153,Remainder of Alabama +297,273,172,Miami FL MSA +298,152,223,New York NY-NJ-CT-PA CSA (NY Part) +298,153,223,New York NY-NJ-CT-PA CSA (NY Part) +298,154,154,Alaska +298,155,159,Los Angeles CA CSA +298,156,12,Chicago IL-IN-WI CSA (IL Part) +298,157,12,Chicago IL-IN-WI CSA (IL Part) +298,158,203,Detroit MI CSA +298,159,201,Boston MA-NH CSA (MA Part) +298,160,223,New York NY-NJ-CT-PA CSA (NY Part) +298,161,159,Los Angeles CA CSA +298,162,268,Seattle WA CSA +298,163,159,Los Angeles CA CSA +298,164,217,New York NY-NJ-CT-PA CSA (NJ Part) +298,165,12,Chicago IL-IN-WI CSA (IL Part) +298,166,223,New York NY-NJ-CT-PA CSA (NY Part) +298,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +298,168,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +298,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +298,170,223,New York NY-NJ-CT-PA CSA (NY Part) +298,171,223,New York NY-NJ-CT-PA CSA (NY Part) +298,172,172,Miami FL MSA +298,173,191,Louisville KY-IN CSA (KY Part) +298,174,172,Miami FL MSA +298,175,223,New York NY-NJ-CT-PA CSA (NY Part) +298,176,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +298,177,266,Washington DC-MD-VA-WV CSA (VA Part) +298,178,217,New York NY-NJ-CT-PA CSA (NJ Part) +298,179,154,Alaska +298,180,154,Alaska +298,181,201,Boston MA-NH CSA (MA Part) +298,183,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +298,184,223,New York NY-NJ-CT-PA CSA (NY Part) +298,185,266,Washington DC-MD-VA-WV CSA (VA Part) +298,186,217,New York NY-NJ-CT-PA CSA (NJ Part) +298,187,223,New York NY-NJ-CT-PA CSA (NY Part) +298,188,12,Chicago IL-IN-WI CSA (IL Part) +298,189,12,Chicago IL-IN-WI CSA (IL Part) +298,190,12,Chicago IL-IN-WI CSA (IL Part) +298,191,217,New York NY-NJ-CT-PA CSA (NJ Part) +298,192,12,Chicago IL-IN-WI CSA (IL Part) +298,193,176,Atlanta GA-AL CSA (GA Part) +298,194,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +298,195,266,Washington DC-MD-VA-WV CSA (VA Part) +298,196,223,New York NY-NJ-CT-PA CSA (NY Part) +298,197,223,New York NY-NJ-CT-PA CSA (NY Part) +298,198,232,Cleveland OH CSA +298,199,223,New York NY-NJ-CT-PA CSA (NY Part) +298,200,223,New York NY-NJ-CT-PA CSA (NY Part) +298,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +298,202,223,New York NY-NJ-CT-PA CSA (NY Part) +298,203,223,New York NY-NJ-CT-PA CSA (NY Part) +298,204,232,Cleveland OH CSA +298,205,223,New York NY-NJ-CT-PA CSA (NY Part) +298,206,217,New York NY-NJ-CT-PA CSA (NJ Part) +298,207,232,Cleveland OH CSA +298,208,12,Chicago IL-IN-WI CSA (IL Part) +298,209,266,Washington DC-MD-VA-WV CSA (VA Part) +298,210,232,Cleveland OH CSA +298,211,203,Detroit MI CSA +298,212,191,Louisville KY-IN CSA (KY Part) +298,213,12,Chicago IL-IN-WI CSA (IL Part) +298,214,191,Louisville KY-IN CSA (KY Part) +298,215,201,Boston MA-NH CSA (MA Part) +298,216,223,New York NY-NJ-CT-PA CSA (NY Part) +298,217,223,New York NY-NJ-CT-PA CSA (NY Part) +298,218,266,Washington DC-MD-VA-WV CSA (VA Part) +298,219,223,New York NY-NJ-CT-PA CSA (NY Part) +298,220,217,New York NY-NJ-CT-PA CSA (NJ Part) +298,221,223,New York NY-NJ-CT-PA CSA (NY Part) +298,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +298,223,266,Washington DC-MD-VA-WV CSA (VA Part) +298,224,266,Washington DC-MD-VA-WV CSA (VA Part) +298,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +298,226,217,New York NY-NJ-CT-PA CSA (NJ Part) +298,227,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +298,228,266,Washington DC-MD-VA-WV CSA (VA Part) +298,229,217,New York NY-NJ-CT-PA CSA (NJ Part) +298,230,223,New York NY-NJ-CT-PA CSA (NY Part) +298,231,217,New York NY-NJ-CT-PA CSA (NJ Part) +298,232,223,New York NY-NJ-CT-PA CSA (NY Part) +298,233,169,Delaware +298,234,203,Detroit MI CSA +298,235,266,Washington DC-MD-VA-WV CSA (VA Part) +298,236,249,Memphis TN-MS-AR MSA (TN Part) +298,237,232,Cleveland OH CSA +298,238,191,Louisville KY-IN CSA (KY Part) +298,239,162,San Francisco CA CSA +298,240,12,Chicago IL-IN-WI CSA (IL Part) +298,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +298,242,223,New York NY-NJ-CT-PA CSA (NY Part) +298,243,223,New York NY-NJ-CT-PA CSA (NY Part) +298,244,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +298,245,217,New York NY-NJ-CT-PA CSA (NJ Part) +298,246,223,New York NY-NJ-CT-PA CSA (NY Part) +298,247,223,New York NY-NJ-CT-PA CSA (NY Part) +298,248,223,New York NY-NJ-CT-PA CSA (NY Part) +298,249,12,Chicago IL-IN-WI CSA (IL Part) +298,250,223,New York NY-NJ-CT-PA CSA (NY Part) +298,251,266,Washington DC-MD-VA-WV CSA (VA Part) +298,252,223,New York NY-NJ-CT-PA CSA (NY Part) +298,253,217,New York NY-NJ-CT-PA CSA (NJ Part) +298,254,203,Detroit MI CSA +298,255,223,New York NY-NJ-CT-PA CSA (NY Part) +298,256,12,Chicago IL-IN-WI CSA (IL Part) +298,257,12,Chicago IL-IN-WI CSA (IL Part) +298,258,223,New York NY-NJ-CT-PA CSA (NY Part) +298,259,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +298,260,12,Chicago IL-IN-WI CSA (IL Part) +298,261,223,New York NY-NJ-CT-PA CSA (NY Part) +298,262,12,Chicago IL-IN-WI CSA (IL Part) +298,263,266,Washington DC-MD-VA-WV CSA (VA Part) +298,264,223,New York NY-NJ-CT-PA CSA (NY Part) +298,265,223,New York NY-NJ-CT-PA CSA (NY Part) +298,266,223,New York NY-NJ-CT-PA CSA (NY Part) +298,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +298,268,12,Chicago IL-IN-WI CSA (IL Part) +298,269,203,Detroit MI CSA +298,270,223,New York NY-NJ-CT-PA CSA (NY Part) +298,271,12,Chicago IL-IN-WI CSA (IL Part) +298,272,12,Chicago IL-IN-WI CSA (IL Part) +298,273,201,Boston MA-NH CSA (MA Part) +299,152,191,Louisville KY-IN CSA (KY Part) +299,153,172,Miami FL MSA +299,154,154,Alaska +299,155,249,Memphis TN-MS-AR MSA (TN Part) +299,156,257,Houston TX CSA +299,157,172,Miami FL MSA +299,158,223,New York NY-NJ-CT-PA CSA (NY Part) +299,159,176,Atlanta GA-AL CSA (GA Part) +299,160,164,Denver CO CSA +299,161,176,Atlanta GA-AL CSA (GA Part) +299,162,172,Miami FL MSA +299,163,172,Miami FL MSA +299,164,172,Miami FL MSA +299,165,217,New York NY-NJ-CT-PA CSA (NJ Part) +299,166,223,New York NY-NJ-CT-PA CSA (NY Part) +299,167,223,New York NY-NJ-CT-PA CSA (NY Part) +299,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +299,169,223,New York NY-NJ-CT-PA CSA (NY Part) +299,170,266,Washington DC-MD-VA-WV CSA (VA Part) +299,171,172,Miami FL MSA +299,172,172,Miami FL MSA +299,173,223,New York NY-NJ-CT-PA CSA (NY Part) +299,174,223,New York NY-NJ-CT-PA CSA (NY Part) +299,175,223,New York NY-NJ-CT-PA CSA (NY Part) +299,176,172,Miami FL MSA +299,177,172,Miami FL MSA +299,178,223,New York NY-NJ-CT-PA CSA (NY Part) +299,179,217,New York NY-NJ-CT-PA CSA (NJ Part) +299,180,154,Alaska +299,181,226,Charlotte NC-SC CSA (NC Part) +299,183,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +299,184,172,Miami FL MSA +299,185,266,Washington DC-MD-VA-WV CSA (VA Part) +299,186,201,Boston MA-NH CSA (MA Part) +299,187,266,Washington DC-MD-VA-WV CSA (VA Part) +299,188,191,Louisville KY-IN CSA (KY Part) +299,189,176,Atlanta GA-AL CSA (GA Part) +299,190,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +299,191,191,Louisville KY-IN CSA (KY Part) +299,192,223,New York NY-NJ-CT-PA CSA (NY Part) +299,193,172,Miami FL MSA +299,194,172,Miami FL MSA +299,195,153,Remainder of Alabama +299,196,249,Memphis TN-MS-AR MSA (TN Part) +299,197,226,Charlotte NC-SC CSA (NC Part) +299,198,223,New York NY-NJ-CT-PA CSA (NY Part) +299,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +299,200,223,New York NY-NJ-CT-PA CSA (NY Part) +299,201,201,Boston MA-NH CSA (MA Part) +299,202,266,Washington DC-MD-VA-WV CSA (VA Part) +299,203,217,New York NY-NJ-CT-PA CSA (NJ Part) +299,204,186,Indianapolis IN CSA +299,205,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +299,206,201,Boston MA-NH CSA (MA Part) +299,207,217,New York NY-NJ-CT-PA CSA (NJ Part) +299,208,203,Detroit MI CSA +299,209,153,Remainder of Alabama +299,210,192,Remainder of Kentucky +299,211,249,Memphis TN-MS-AR MSA (TN Part) +299,212,226,Charlotte NC-SC CSA (NC Part) +299,213,223,New York NY-NJ-CT-PA CSA (NY Part) +299,214,12,Chicago IL-IN-WI CSA (IL Part) +299,215,203,Detroit MI CSA +299,216,223,New York NY-NJ-CT-PA CSA (NY Part) +299,217,223,New York NY-NJ-CT-PA CSA (NY Part) +299,218,266,Washington DC-MD-VA-WV CSA (VA Part) +299,219,176,Atlanta GA-AL CSA (GA Part) +299,220,266,Washington DC-MD-VA-WV CSA (VA Part) +299,221,223,New York NY-NJ-CT-PA CSA (NY Part) +299,222,266,Washington DC-MD-VA-WV CSA (VA Part) +299,223,223,New York NY-NJ-CT-PA CSA (NY Part) +299,224,217,New York NY-NJ-CT-PA CSA (NJ Part) +299,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +299,226,223,New York NY-NJ-CT-PA CSA (NY Part) +299,227,232,Cleveland OH CSA +299,228,223,New York NY-NJ-CT-PA CSA (NY Part) +299,229,217,New York NY-NJ-CT-PA CSA (NJ Part) +299,230,245,Charleston SC MSA +299,231,223,New York NY-NJ-CT-PA CSA (NY Part) +299,232,223,New York NY-NJ-CT-PA CSA (NY Part) +299,233,223,New York NY-NJ-CT-PA CSA (NY Part) +299,234,192,Remainder of Kentucky +299,235,223,New York NY-NJ-CT-PA CSA (NY Part) +299,236,266,Washington DC-MD-VA-WV CSA (VA Part) +299,237,169,Delaware +299,238,203,Detroit MI CSA +299,239,186,Indianapolis IN CSA +299,240,191,Louisville KY-IN CSA (KY Part) +299,241,223,New York NY-NJ-CT-PA CSA (NY Part) +299,242,223,New York NY-NJ-CT-PA CSA (NY Part) +299,243,223,New York NY-NJ-CT-PA CSA (NY Part) +299,244,266,Washington DC-MD-VA-WV CSA (VA Part) +299,245,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +299,246,172,Miami FL MSA +299,247,223,New York NY-NJ-CT-PA CSA (NY Part) +299,248,223,New York NY-NJ-CT-PA CSA (NY Part) +299,249,172,Miami FL MSA +299,250,191,Louisville KY-IN CSA (KY Part) +299,251,176,Atlanta GA-AL CSA (GA Part) +299,252,176,Atlanta GA-AL CSA (GA Part) +299,253,176,Atlanta GA-AL CSA (GA Part) +299,254,249,Memphis TN-MS-AR MSA (TN Part) +299,255,176,Atlanta GA-AL CSA (GA Part) +299,256,12,Chicago IL-IN-WI CSA (IL Part) +299,257,172,Miami FL MSA +299,258,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +299,259,153,Remainder of Alabama +299,260,245,Charleston SC MSA +299,261,203,Detroit MI CSA +299,262,223,New York NY-NJ-CT-PA CSA (NY Part) +299,263,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +299,264,201,Boston MA-NH CSA (MA Part) +299,265,223,New York NY-NJ-CT-PA CSA (NY Part) +299,266,266,Washington DC-MD-VA-WV CSA (VA Part) +299,267,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +299,268,176,Atlanta GA-AL CSA (GA Part) +299,269,268,Seattle WA CSA +299,270,176,Atlanta GA-AL CSA (GA Part) +299,271,223,New York NY-NJ-CT-PA CSA (NY Part) +299,272,232,Cleveland OH CSA +299,273,12,Chicago IL-IN-WI CSA (IL Part) +300,152,172,Miami FL MSA +300,153,172,Miami FL MSA +300,154,231,Cincinnati OH-KY-IN CSA (OH Part) +300,155,172,Miami FL MSA +300,156,172,Miami FL MSA +300,157,172,Miami FL MSA +300,158,172,Miami FL MSA +300,159,172,Miami FL MSA +300,160,159,Los Angeles CA CSA +300,161,255,Dallas-Fort Worth TX CSA +300,162,172,Miami FL MSA +300,163,172,Miami FL MSA +300,164,195,New Orleans LA CSA +300,165,195,New Orleans LA CSA +300,166,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +300,167,223,New York NY-NJ-CT-PA CSA (NY Part) +300,168,223,New York NY-NJ-CT-PA CSA (NY Part) +300,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +300,170,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +300,171,172,Miami FL MSA +300,172,172,Miami FL MSA +300,173,172,Miami FL MSA +300,174,173,Orlando FL CSA +300,175,176,Atlanta GA-AL CSA (GA Part) +300,176,176,Atlanta GA-AL CSA (GA Part) +300,177,226,Charlotte NC-SC CSA (NC Part) +300,178,172,Miami FL MSA +300,179,172,Miami FL MSA +300,180,172,Miami FL MSA +300,181,176,Atlanta GA-AL CSA (GA Part) +300,183,186,Indianapolis IN CSA +300,184,12,Chicago IL-IN-WI CSA (IL Part) +300,185,173,Orlando FL CSA +300,186,186,Indianapolis IN CSA +300,187,266,Washington DC-MD-VA-WV CSA (VA Part) +300,188,172,Miami FL MSA +300,189,249,Memphis TN-MS-AR MSA (TN Part) +300,190,172,Miami FL MSA +300,191,191,Louisville KY-IN CSA (KY Part) +300,192,176,Atlanta GA-AL CSA (GA Part) +300,193,172,Miami FL MSA +300,194,153,Remainder of Alabama +300,195,249,Memphis TN-MS-AR MSA (TN Part) +300,196,172,Miami FL MSA +300,197,223,New York NY-NJ-CT-PA CSA (NY Part) +300,198,223,New York NY-NJ-CT-PA CSA (NY Part) +300,199,172,Miami FL MSA +300,200,266,Washington DC-MD-VA-WV CSA (VA Part) +300,201,223,New York NY-NJ-CT-PA CSA (NY Part) +300,202,245,Charleston SC MSA +300,203,172,Miami FL MSA +300,204,172,Miami FL MSA +300,205,172,Miami FL MSA +300,206,12,Chicago IL-IN-WI CSA (IL Part) +300,207,191,Louisville KY-IN CSA (KY Part) +300,208,172,Miami FL MSA +300,209,191,Louisville KY-IN CSA (KY Part) +300,210,176,Atlanta GA-AL CSA (GA Part) +300,211,172,Miami FL MSA +300,212,12,Chicago IL-IN-WI CSA (IL Part) +300,213,176,Atlanta GA-AL CSA (GA Part) +300,214,172,Miami FL MSA +300,215,257,Houston TX CSA +300,216,223,New York NY-NJ-CT-PA CSA (NY Part) +300,217,223,New York NY-NJ-CT-PA CSA (NY Part) +300,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +300,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +300,220,172,Miami FL MSA +300,221,172,Miami FL MSA +300,222,266,Washington DC-MD-VA-WV CSA (VA Part) +300,223,223,New York NY-NJ-CT-PA CSA (NY Part) +300,224,266,Washington DC-MD-VA-WV CSA (VA Part) +300,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +300,226,172,Miami FL MSA +300,227,172,Miami FL MSA +300,228,172,Miami FL MSA +300,229,172,Miami FL MSA +300,230,172,Miami FL MSA +300,231,173,Orlando FL CSA +300,232,232,Cleveland OH CSA +300,233,232,Cleveland OH CSA +300,234,249,Memphis TN-MS-AR MSA (TN Part) +300,235,266,Washington DC-MD-VA-WV CSA (VA Part) +300,236,153,Remainder of Alabama +300,237,172,Miami FL MSA +300,238,172,Miami FL MSA +300,239,172,Miami FL MSA +300,240,245,Charleston SC MSA +300,241,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +300,242,266,Washington DC-MD-VA-WV CSA (VA Part) +300,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +300,244,223,New York NY-NJ-CT-PA CSA (NY Part) +300,245,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +300,246,266,Washington DC-MD-VA-WV CSA (VA Part) +300,247,176,Atlanta GA-AL CSA (GA Part) +300,248,191,Louisville KY-IN CSA (KY Part) +300,249,172,Miami FL MSA +300,250,172,Miami FL MSA +300,251,176,Atlanta GA-AL CSA (GA Part) +300,252,172,Miami FL MSA +300,253,172,Miami FL MSA +300,254,172,Miami FL MSA +300,255,255,Dallas-Fort Worth TX CSA +300,256,255,Dallas-Fort Worth TX CSA +300,257,172,Miami FL MSA +300,258,172,Miami FL MSA +300,259,172,Miami FL MSA +300,260,257,Houston TX CSA +300,261,255,Dallas-Fort Worth TX CSA +300,262,257,Houston TX CSA +300,263,172,Miami FL MSA +300,264,172,Miami FL MSA +300,265,172,Miami FL MSA +300,266,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +300,267,172,Miami FL MSA +300,268,226,Charlotte NC-SC CSA (NC Part) +300,269,176,Atlanta GA-AL CSA (GA Part) +300,270,172,Miami FL MSA +300,271,192,Remainder of Kentucky +300,272,231,Cincinnati OH-KY-IN CSA (OH Part) +300,273,249,Memphis TN-MS-AR MSA (TN Part) +301,152,172,Miami FL MSA +301,153,176,Atlanta GA-AL CSA (GA Part) +301,154,179,Honolulu HI MSA +301,155,154,Alaska +301,156,257,Houston TX CSA +301,157,231,Cincinnati OH-KY-IN CSA (OH Part) +301,158,266,Washington DC-MD-VA-WV CSA (VA Part) +301,159,162,San Francisco CA CSA +301,160,162,San Francisco CA CSA +301,161,154,Alaska +301,162,154,Alaska +301,163,154,Alaska +301,164,201,Boston MA-NH CSA (MA Part) +301,165,12,Chicago IL-IN-WI CSA (IL Part) +301,166,223,New York NY-NJ-CT-PA CSA (NY Part) +301,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +301,168,223,New York NY-NJ-CT-PA CSA (NY Part) +301,169,223,New York NY-NJ-CT-PA CSA (NY Part) +301,170,223,New York NY-NJ-CT-PA CSA (NY Part) +301,171,223,New York NY-NJ-CT-PA CSA (NY Part) +301,172,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +301,173,223,New York NY-NJ-CT-PA CSA (NY Part) +301,174,231,Cincinnati OH-KY-IN CSA (OH Part) +301,175,169,Delaware +301,176,217,New York NY-NJ-CT-PA CSA (NJ Part) +301,177,266,Washington DC-MD-VA-WV CSA (VA Part) +301,178,173,Orlando FL CSA +301,179,162,San Francisco CA CSA +301,180,154,Alaska +301,181,154,Alaska +301,183,217,New York NY-NJ-CT-PA CSA (NJ Part) +301,184,12,Chicago IL-IN-WI CSA (IL Part) +301,185,223,New York NY-NJ-CT-PA CSA (NY Part) +301,186,223,New York NY-NJ-CT-PA CSA (NY Part) +301,187,232,Cleveland OH CSA +301,188,12,Chicago IL-IN-WI CSA (IL Part) +301,189,12,Chicago IL-IN-WI CSA (IL Part) +301,190,12,Chicago IL-IN-WI CSA (IL Part) +301,191,201,Boston MA-NH CSA (MA Part) +301,192,217,New York NY-NJ-CT-PA CSA (NJ Part) +301,193,201,Boston MA-NH CSA (MA Part) +301,194,203,Detroit MI CSA +301,195,191,Louisville KY-IN CSA (KY Part) +301,196,191,Louisville KY-IN CSA (KY Part) +301,197,223,New York NY-NJ-CT-PA CSA (NY Part) +301,198,223,New York NY-NJ-CT-PA CSA (NY Part) +301,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +301,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +301,201,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +301,202,203,Detroit MI CSA +301,203,223,New York NY-NJ-CT-PA CSA (NY Part) +301,204,266,Washington DC-MD-VA-WV CSA (VA Part) +301,205,223,New York NY-NJ-CT-PA CSA (NY Part) +301,206,266,Washington DC-MD-VA-WV CSA (VA Part) +301,207,223,New York NY-NJ-CT-PA CSA (NY Part) +301,208,192,Remainder of Kentucky +301,209,201,Boston MA-NH CSA (MA Part) +301,210,223,New York NY-NJ-CT-PA CSA (NY Part) +301,211,201,Boston MA-NH CSA (MA Part) +301,212,12,Chicago IL-IN-WI CSA (IL Part) +301,213,154,Alaska +301,214,154,Alaska +301,215,154,Alaska +301,216,232,Cleveland OH CSA +301,217,223,New York NY-NJ-CT-PA CSA (NY Part) +301,218,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +301,219,232,Cleveland OH CSA +301,220,223,New York NY-NJ-CT-PA CSA (NY Part) +301,221,223,New York NY-NJ-CT-PA CSA (NY Part) +301,222,231,Cincinnati OH-KY-IN CSA (OH Part) +301,223,223,New York NY-NJ-CT-PA CSA (NY Part) +301,224,12,Chicago IL-IN-WI CSA (IL Part) +301,225,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +301,226,223,New York NY-NJ-CT-PA CSA (NY Part) +301,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +301,228,223,New York NY-NJ-CT-PA CSA (NY Part) +301,229,217,New York NY-NJ-CT-PA CSA (NJ Part) +301,230,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +301,231,232,Cleveland OH CSA +301,232,217,New York NY-NJ-CT-PA CSA (NJ Part) +301,233,266,Washington DC-MD-VA-WV CSA (VA Part) +301,234,223,New York NY-NJ-CT-PA CSA (NY Part) +301,235,226,Charlotte NC-SC CSA (NC Part) +301,236,164,Denver CO CSA +301,237,12,Chicago IL-IN-WI CSA (IL Part) +301,238,232,Cleveland OH CSA +301,239,12,Chicago IL-IN-WI CSA (IL Part) +301,240,268,Seattle WA CSA +301,241,223,New York NY-NJ-CT-PA CSA (NY Part) +301,242,223,New York NY-NJ-CT-PA CSA (NY Part) +301,243,12,Chicago IL-IN-WI CSA (IL Part) +301,244,223,New York NY-NJ-CT-PA CSA (NY Part) +301,245,223,New York NY-NJ-CT-PA CSA (NY Part) +301,246,266,Washington DC-MD-VA-WV CSA (VA Part) +301,247,217,New York NY-NJ-CT-PA CSA (NJ Part) +301,248,12,Chicago IL-IN-WI CSA (IL Part) +301,249,203,Detroit MI CSA +301,250,249,Memphis TN-MS-AR MSA (TN Part) +301,251,176,Atlanta GA-AL CSA (GA Part) +301,252,223,New York NY-NJ-CT-PA CSA (NY Part) +301,253,153,Remainder of Alabama +301,254,217,New York NY-NJ-CT-PA CSA (NJ Part) +301,255,255,Dallas-Fort Worth TX CSA +301,256,159,Los Angeles CA CSA +301,257,203,Detroit MI CSA +301,258,223,New York NY-NJ-CT-PA CSA (NY Part) +301,259,12,Chicago IL-IN-WI CSA (IL Part) +301,260,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +301,261,12,Chicago IL-IN-WI CSA (IL Part) +301,262,154,Alaska +301,263,223,New York NY-NJ-CT-PA CSA (NY Part) +301,264,223,New York NY-NJ-CT-PA CSA (NY Part) +301,265,223,New York NY-NJ-CT-PA CSA (NY Part) +301,266,266,Washington DC-MD-VA-WV CSA (VA Part) +301,267,232,Cleveland OH CSA +301,268,154,Alaska +301,269,154,Alaska +301,270,201,Boston MA-NH CSA (MA Part) +301,271,223,New York NY-NJ-CT-PA CSA (NY Part) +301,272,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +301,273,223,New York NY-NJ-CT-PA CSA (NY Part) +302,152,172,Miami FL MSA +302,153,172,Miami FL MSA +302,154,12,Chicago IL-IN-WI CSA (IL Part) +302,155,195,New Orleans LA CSA +302,156,257,Houston TX CSA +302,157,172,Miami FL MSA +302,158,172,Miami FL MSA +302,159,172,Miami FL MSA +302,160,159,Los Angeles CA CSA +302,161,257,Houston TX CSA +302,162,159,Los Angeles CA CSA +302,163,195,New Orleans LA CSA +302,164,186,Indianapolis IN CSA +302,165,255,Dallas-Fort Worth TX CSA +302,166,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +302,167,223,New York NY-NJ-CT-PA CSA (NY Part) +302,168,223,New York NY-NJ-CT-PA CSA (NY Part) +302,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +302,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +302,171,172,Miami FL MSA +302,172,172,Miami FL MSA +302,173,172,Miami FL MSA +302,174,172,Miami FL MSA +302,175,172,Miami FL MSA +302,176,172,Miami FL MSA +302,177,176,Atlanta GA-AL CSA (GA Part) +302,178,172,Miami FL MSA +302,179,172,Miami FL MSA +302,180,172,Miami FL MSA +302,181,176,Atlanta GA-AL CSA (GA Part) +302,183,245,Charleston SC MSA +302,184,12,Chicago IL-IN-WI CSA (IL Part) +302,185,203,Detroit MI CSA +302,186,169,Delaware +302,187,176,Atlanta GA-AL CSA (GA Part) +302,188,172,Miami FL MSA +302,189,173,Orlando FL CSA +302,190,249,Memphis TN-MS-AR MSA (TN Part) +302,191,191,Louisville KY-IN CSA (KY Part) +302,192,176,Atlanta GA-AL CSA (GA Part) +302,193,172,Miami FL MSA +302,194,172,Miami FL MSA +302,195,172,Miami FL MSA +302,196,172,Miami FL MSA +302,197,223,New York NY-NJ-CT-PA CSA (NY Part) +302,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +302,199,172,Miami FL MSA +302,200,223,New York NY-NJ-CT-PA CSA (NY Part) +302,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +302,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +302,203,217,New York NY-NJ-CT-PA CSA (NJ Part) +302,204,266,Washington DC-MD-VA-WV CSA (VA Part) +302,205,266,Washington DC-MD-VA-WV CSA (VA Part) +302,206,191,Louisville KY-IN CSA (KY Part) +302,207,223,New York NY-NJ-CT-PA CSA (NY Part) +302,208,172,Miami FL MSA +302,209,176,Atlanta GA-AL CSA (GA Part) +302,210,172,Miami FL MSA +302,211,191,Louisville KY-IN CSA (KY Part) +302,212,12,Chicago IL-IN-WI CSA (IL Part) +302,213,249,Memphis TN-MS-AR MSA (TN Part) +302,214,172,Miami FL MSA +302,215,176,Atlanta GA-AL CSA (GA Part) +302,216,223,New York NY-NJ-CT-PA CSA (NY Part) +302,217,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +302,218,223,New York NY-NJ-CT-PA CSA (NY Part) +302,219,223,New York NY-NJ-CT-PA CSA (NY Part) +302,220,172,Miami FL MSA +302,221,223,New York NY-NJ-CT-PA CSA (NY Part) +302,222,223,New York NY-NJ-CT-PA CSA (NY Part) +302,223,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +302,224,223,New York NY-NJ-CT-PA CSA (NY Part) +302,225,223,New York NY-NJ-CT-PA CSA (NY Part) +302,226,172,Miami FL MSA +302,227,172,Miami FL MSA +302,228,173,Orlando FL CSA +302,229,172,Miami FL MSA +302,230,226,Charlotte NC-SC CSA (NC Part) +302,231,176,Atlanta GA-AL CSA (GA Part) +302,232,232,Cleveland OH CSA +302,233,232,Cleveland OH CSA +302,234,176,Atlanta GA-AL CSA (GA Part) +302,235,266,Washington DC-MD-VA-WV CSA (VA Part) +302,236,172,Miami FL MSA +302,237,249,Memphis TN-MS-AR MSA (TN Part) +302,238,172,Miami FL MSA +302,239,191,Louisville KY-IN CSA (KY Part) +302,240,172,Miami FL MSA +302,241,223,New York NY-NJ-CT-PA CSA (NY Part) +302,242,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +302,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +302,244,223,New York NY-NJ-CT-PA CSA (NY Part) +302,245,172,Miami FL MSA +302,246,176,Atlanta GA-AL CSA (GA Part) +302,247,172,Miami FL MSA +302,248,191,Louisville KY-IN CSA (KY Part) +302,249,176,Atlanta GA-AL CSA (GA Part) +302,250,172,Miami FL MSA +302,251,172,Miami FL MSA +302,252,172,Miami FL MSA +302,253,172,Miami FL MSA +302,254,176,Atlanta GA-AL CSA (GA Part) +302,255,172,Miami FL MSA +302,256,172,Miami FL MSA +302,257,176,Atlanta GA-AL CSA (GA Part) +302,258,172,Miami FL MSA +302,259,172,Miami FL MSA +302,260,153,Remainder of Alabama +302,261,249,Memphis TN-MS-AR MSA (TN Part) +302,262,249,Memphis TN-MS-AR MSA (TN Part) +302,263,223,New York NY-NJ-CT-PA CSA (NY Part) +302,264,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +302,265,266,Washington DC-MD-VA-WV CSA (VA Part) +302,266,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +302,267,172,Miami FL MSA +302,268,232,Cleveland OH CSA +302,269,12,Chicago IL-IN-WI CSA (IL Part) +302,270,172,Miami FL MSA +302,271,203,Detroit MI CSA +302,272,176,Atlanta GA-AL CSA (GA Part) +302,273,172,Miami FL MSA +303,152,159,Los Angeles CA CSA +303,153,154,Alaska +303,154,154,Alaska +303,155,159,Los Angeles CA CSA +303,156,159,Los Angeles CA CSA +303,157,154,Alaska +303,158,257,Houston TX CSA +303,159,154,Alaska +303,160,268,Seattle WA CSA +303,161,154,Alaska +303,162,159,Los Angeles CA CSA +303,163,159,Los Angeles CA CSA +303,164,154,Alaska +303,165,154,Alaska +303,166,154,Alaska +303,167,12,Chicago IL-IN-WI CSA (IL Part) +303,168,154,Alaska +303,169,186,Indianapolis IN CSA +303,170,12,Chicago IL-IN-WI CSA (IL Part) +303,171,12,Chicago IL-IN-WI CSA (IL Part) +303,172,231,Cincinnati OH-KY-IN CSA (OH Part) +303,173,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +303,174,249,Memphis TN-MS-AR MSA (TN Part) +303,175,162,San Francisco CA CSA +303,176,191,Louisville KY-IN CSA (KY Part) +303,177,154,Alaska +303,178,154,Alaska +303,179,154,Alaska +303,180,159,Los Angeles CA CSA +303,181,159,Los Angeles CA CSA +303,183,12,Chicago IL-IN-WI CSA (IL Part) +303,184,12,Chicago IL-IN-WI CSA (IL Part) +303,185,268,Seattle WA CSA +303,186,191,Louisville KY-IN CSA (KY Part) +303,187,217,New York NY-NJ-CT-PA CSA (NJ Part) +303,188,12,Chicago IL-IN-WI CSA (IL Part) +303,189,154,Alaska +303,190,268,Seattle WA CSA +303,191,154,Alaska +303,192,154,Alaska +303,193,159,Los Angeles CA CSA +303,194,257,Houston TX CSA +303,195,249,Memphis TN-MS-AR MSA (TN Part) +303,196,159,Los Angeles CA CSA +303,197,154,Alaska +303,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +303,199,12,Chicago IL-IN-WI CSA (IL Part) +303,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +303,201,154,Alaska +303,202,169,Delaware +303,203,223,New York NY-NJ-CT-PA CSA (NY Part) +303,204,154,Alaska +303,205,12,Chicago IL-IN-WI CSA (IL Part) +303,206,154,Alaska +303,207,154,Alaska +303,208,12,Chicago IL-IN-WI CSA (IL Part) +303,209,12,Chicago IL-IN-WI CSA (IL Part) +303,210,186,Indianapolis IN CSA +303,211,154,Alaska +303,212,154,Alaska +303,213,154,Alaska +303,214,159,Los Angeles CA CSA +303,215,154,Alaska +303,216,12,Chicago IL-IN-WI CSA (IL Part) +303,217,154,Alaska +303,218,266,Washington DC-MD-VA-WV CSA (VA Part) +303,219,186,Indianapolis IN CSA +303,220,159,Los Angeles CA CSA +303,221,223,New York NY-NJ-CT-PA CSA (NY Part) +303,222,12,Chicago IL-IN-WI CSA (IL Part) +303,223,186,Indianapolis IN CSA +303,224,232,Cleveland OH CSA +303,225,232,Cleveland OH CSA +303,226,12,Chicago IL-IN-WI CSA (IL Part) +303,227,176,Atlanta GA-AL CSA (GA Part) +303,228,154,Alaska +303,229,201,Boston MA-NH CSA (MA Part) +303,230,154,Alaska +303,231,162,San Francisco CA CSA +303,232,232,Cleveland OH CSA +303,233,223,New York NY-NJ-CT-PA CSA (NY Part) +303,234,12,Chicago IL-IN-WI CSA (IL Part) +303,235,12,Chicago IL-IN-WI CSA (IL Part) +303,236,154,Alaska +303,237,154,Alaska +303,238,159,Los Angeles CA CSA +303,239,268,Seattle WA CSA +303,240,154,Alaska +303,241,201,Boston MA-NH CSA (MA Part) +303,242,12,Chicago IL-IN-WI CSA (IL Part) +303,243,223,New York NY-NJ-CT-PA CSA (NY Part) +303,244,12,Chicago IL-IN-WI CSA (IL Part) +303,245,176,Atlanta GA-AL CSA (GA Part) +303,246,12,Chicago IL-IN-WI CSA (IL Part) +303,247,268,Seattle WA CSA +303,248,154,Alaska +303,249,154,Alaska +303,250,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +303,251,249,Memphis TN-MS-AR MSA (TN Part) +303,252,159,Los Angeles CA CSA +303,253,159,Los Angeles CA CSA +303,254,159,Los Angeles CA CSA +303,255,154,Alaska +303,256,154,Alaska +303,257,154,Alaska +303,258,154,Alaska +303,259,154,Alaska +303,260,159,Los Angeles CA CSA +303,261,159,Los Angeles CA CSA +303,262,159,Los Angeles CA CSA +303,263,154,Alaska +303,264,245,Charleston SC MSA +303,265,266,Washington DC-MD-VA-WV CSA (VA Part) +303,266,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +303,267,201,Boston MA-NH CSA (MA Part) +303,268,162,San Francisco CA CSA +303,269,179,Honolulu HI MSA +303,270,266,Washington DC-MD-VA-WV CSA (VA Part) +303,271,154,Alaska +303,272,154,Alaska +303,273,162,San Francisco CA CSA +304,152,249,Memphis TN-MS-AR MSA (TN Part) +304,153,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +304,154,154,Alaska +304,155,12,Chicago IL-IN-WI CSA (IL Part) +304,156,223,New York NY-NJ-CT-PA CSA (NY Part) +304,157,159,Los Angeles CA CSA +304,158,217,New York NY-NJ-CT-PA CSA (NJ Part) +304,159,12,Chicago IL-IN-WI CSA (IL Part) +304,160,12,Chicago IL-IN-WI CSA (IL Part) +304,161,159,Los Angeles CA CSA +304,162,162,San Francisco CA CSA +304,163,162,San Francisco CA CSA +304,164,232,Cleveland OH CSA +304,165,12,Chicago IL-IN-WI CSA (IL Part) +304,166,223,New York NY-NJ-CT-PA CSA (NY Part) +304,167,223,New York NY-NJ-CT-PA CSA (NY Part) +304,168,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +304,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +304,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +304,171,217,New York NY-NJ-CT-PA CSA (NJ Part) +304,172,223,New York NY-NJ-CT-PA CSA (NY Part) +304,173,223,New York NY-NJ-CT-PA CSA (NY Part) +304,174,173,Orlando FL CSA +304,175,217,New York NY-NJ-CT-PA CSA (NJ Part) +304,176,203,Detroit MI CSA +304,177,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +304,178,12,Chicago IL-IN-WI CSA (IL Part) +304,179,154,Alaska +304,180,162,San Francisco CA CSA +304,181,268,Seattle WA CSA +304,183,12,Chicago IL-IN-WI CSA (IL Part) +304,184,217,New York NY-NJ-CT-PA CSA (NJ Part) +304,185,203,Detroit MI CSA +304,186,203,Detroit MI CSA +304,187,223,New York NY-NJ-CT-PA CSA (NY Part) +304,188,12,Chicago IL-IN-WI CSA (IL Part) +304,189,12,Chicago IL-IN-WI CSA (IL Part) +304,190,223,New York NY-NJ-CT-PA CSA (NY Part) +304,191,201,Boston MA-NH CSA (MA Part) +304,192,223,New York NY-NJ-CT-PA CSA (NY Part) +304,193,201,Boston MA-NH CSA (MA Part) +304,194,232,Cleveland OH CSA +304,195,217,New York NY-NJ-CT-PA CSA (NJ Part) +304,196,226,Charlotte NC-SC CSA (NC Part) +304,197,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +304,198,223,New York NY-NJ-CT-PA CSA (NY Part) +304,199,266,Washington DC-MD-VA-WV CSA (VA Part) +304,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +304,201,223,New York NY-NJ-CT-PA CSA (NY Part) +304,202,223,New York NY-NJ-CT-PA CSA (NY Part) +304,203,232,Cleveland OH CSA +304,204,223,New York NY-NJ-CT-PA CSA (NY Part) +304,205,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +304,206,223,New York NY-NJ-CT-PA CSA (NY Part) +304,207,223,New York NY-NJ-CT-PA CSA (NY Part) +304,208,232,Cleveland OH CSA +304,209,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +304,210,12,Chicago IL-IN-WI CSA (IL Part) +304,211,223,New York NY-NJ-CT-PA CSA (NY Part) +304,212,12,Chicago IL-IN-WI CSA (IL Part) +304,213,12,Chicago IL-IN-WI CSA (IL Part) +304,214,268,Seattle WA CSA +304,215,159,Los Angeles CA CSA +304,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +304,217,223,New York NY-NJ-CT-PA CSA (NY Part) +304,218,223,New York NY-NJ-CT-PA CSA (NY Part) +304,219,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +304,220,223,New York NY-NJ-CT-PA CSA (NY Part) +304,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +304,222,223,New York NY-NJ-CT-PA CSA (NY Part) +304,223,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +304,224,223,New York NY-NJ-CT-PA CSA (NY Part) +304,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +304,226,266,Washington DC-MD-VA-WV CSA (VA Part) +304,227,223,New York NY-NJ-CT-PA CSA (NY Part) +304,228,223,New York NY-NJ-CT-PA CSA (NY Part) +304,229,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +304,230,223,New York NY-NJ-CT-PA CSA (NY Part) +304,231,217,New York NY-NJ-CT-PA CSA (NJ Part) +304,232,217,New York NY-NJ-CT-PA CSA (NJ Part) +304,233,223,New York NY-NJ-CT-PA CSA (NY Part) +304,234,223,New York NY-NJ-CT-PA CSA (NY Part) +304,235,223,New York NY-NJ-CT-PA CSA (NY Part) +304,236,12,Chicago IL-IN-WI CSA (IL Part) +304,237,223,New York NY-NJ-CT-PA CSA (NY Part) +304,238,217,New York NY-NJ-CT-PA CSA (NJ Part) +304,239,154,Alaska +304,240,186,Indianapolis IN CSA +304,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +304,242,203,Detroit MI CSA +304,243,223,New York NY-NJ-CT-PA CSA (NY Part) +304,244,223,New York NY-NJ-CT-PA CSA (NY Part) +304,245,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +304,246,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +304,247,266,Washington DC-MD-VA-WV CSA (VA Part) +304,248,266,Washington DC-MD-VA-WV CSA (VA Part) +304,249,12,Chicago IL-IN-WI CSA (IL Part) +304,250,223,New York NY-NJ-CT-PA CSA (NY Part) +304,251,191,Louisville KY-IN CSA (KY Part) +304,252,266,Washington DC-MD-VA-WV CSA (VA Part) +304,253,266,Washington DC-MD-VA-WV CSA (VA Part) +304,254,176,Atlanta GA-AL CSA (GA Part) +304,255,266,Washington DC-MD-VA-WV CSA (VA Part) +304,256,255,Dallas-Fort Worth TX CSA +304,257,217,New York NY-NJ-CT-PA CSA (NJ Part) +304,258,153,Remainder of Alabama +304,259,257,Houston TX CSA +304,260,153,Remainder of Alabama +304,261,186,Indianapolis IN CSA +304,262,223,New York NY-NJ-CT-PA CSA (NY Part) +304,263,223,New York NY-NJ-CT-PA CSA (NY Part) +304,264,266,Washington DC-MD-VA-WV CSA (VA Part) +304,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +304,266,223,New York NY-NJ-CT-PA CSA (NY Part) +304,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +304,268,162,San Francisco CA CSA +304,269,217,New York NY-NJ-CT-PA CSA (NJ Part) +304,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +304,271,203,Detroit MI CSA +304,272,203,Detroit MI CSA +304,273,217,New York NY-NJ-CT-PA CSA (NJ Part) +305,152,223,New York NY-NJ-CT-PA CSA (NY Part) +305,153,191,Louisville KY-IN CSA (KY Part) +305,154,154,Alaska +305,155,153,Remainder of Alabama +305,156,186,Indianapolis IN CSA +305,157,12,Chicago IL-IN-WI CSA (IL Part) +305,158,217,New York NY-NJ-CT-PA CSA (NJ Part) +305,159,232,Cleveland OH CSA +305,160,217,New York NY-NJ-CT-PA CSA (NJ Part) +305,161,159,Los Angeles CA CSA +305,162,223,New York NY-NJ-CT-PA CSA (NY Part) +305,163,266,Washington DC-MD-VA-WV CSA (VA Part) +305,164,12,Chicago IL-IN-WI CSA (IL Part) +305,165,12,Chicago IL-IN-WI CSA (IL Part) +305,166,266,Washington DC-MD-VA-WV CSA (VA Part) +305,167,223,New York NY-NJ-CT-PA CSA (NY Part) +305,168,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +305,169,266,Washington DC-MD-VA-WV CSA (VA Part) +305,170,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +305,171,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +305,172,172,Miami FL MSA +305,173,172,Miami FL MSA +305,174,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +305,175,223,New York NY-NJ-CT-PA CSA (NY Part) +305,176,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +305,177,172,Miami FL MSA +305,178,223,New York NY-NJ-CT-PA CSA (NY Part) +305,179,159,Los Angeles CA CSA +305,180,249,Memphis TN-MS-AR MSA (TN Part) +305,181,217,New York NY-NJ-CT-PA CSA (NJ Part) +305,183,223,New York NY-NJ-CT-PA CSA (NY Part) +305,184,217,New York NY-NJ-CT-PA CSA (NJ Part) +305,185,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +305,186,266,Washington DC-MD-VA-WV CSA (VA Part) +305,187,223,New York NY-NJ-CT-PA CSA (NY Part) +305,188,217,New York NY-NJ-CT-PA CSA (NJ Part) +305,189,232,Cleveland OH CSA +305,190,217,New York NY-NJ-CT-PA CSA (NJ Part) +305,191,201,Boston MA-NH CSA (MA Part) +305,192,223,New York NY-NJ-CT-PA CSA (NY Part) +305,193,231,Cincinnati OH-KY-IN CSA (OH Part) +305,194,217,New York NY-NJ-CT-PA CSA (NJ Part) +305,195,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +305,196,201,Boston MA-NH CSA (MA Part) +305,197,223,New York NY-NJ-CT-PA CSA (NY Part) +305,198,223,New York NY-NJ-CT-PA CSA (NY Part) +305,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +305,200,223,New York NY-NJ-CT-PA CSA (NY Part) +305,201,223,New York NY-NJ-CT-PA CSA (NY Part) +305,202,223,New York NY-NJ-CT-PA CSA (NY Part) +305,203,266,Washington DC-MD-VA-WV CSA (VA Part) +305,204,12,Chicago IL-IN-WI CSA (IL Part) +305,205,12,Chicago IL-IN-WI CSA (IL Part) +305,206,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +305,207,12,Chicago IL-IN-WI CSA (IL Part) +305,208,176,Atlanta GA-AL CSA (GA Part) +305,209,217,New York NY-NJ-CT-PA CSA (NJ Part) +305,210,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +305,211,217,New York NY-NJ-CT-PA CSA (NJ Part) +305,212,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +305,213,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +305,214,12,Chicago IL-IN-WI CSA (IL Part) +305,215,223,New York NY-NJ-CT-PA CSA (NY Part) +305,216,223,New York NY-NJ-CT-PA CSA (NY Part) +305,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +305,218,223,New York NY-NJ-CT-PA CSA (NY Part) +305,219,223,New York NY-NJ-CT-PA CSA (NY Part) +305,220,12,Chicago IL-IN-WI CSA (IL Part) +305,221,223,New York NY-NJ-CT-PA CSA (NY Part) +305,222,223,New York NY-NJ-CT-PA CSA (NY Part) +305,223,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +305,224,223,New York NY-NJ-CT-PA CSA (NY Part) +305,225,266,Washington DC-MD-VA-WV CSA (VA Part) +305,226,176,Atlanta GA-AL CSA (GA Part) +305,227,223,New York NY-NJ-CT-PA CSA (NY Part) +305,228,223,New York NY-NJ-CT-PA CSA (NY Part) +305,229,217,New York NY-NJ-CT-PA CSA (NJ Part) +305,230,201,Boston MA-NH CSA (MA Part) +305,231,201,Boston MA-NH CSA (MA Part) +305,232,266,Washington DC-MD-VA-WV CSA (VA Part) +305,233,231,Cincinnati OH-KY-IN CSA (OH Part) +305,234,223,New York NY-NJ-CT-PA CSA (NY Part) +305,235,203,Detroit MI CSA +305,236,223,New York NY-NJ-CT-PA CSA (NY Part) +305,237,223,New York NY-NJ-CT-PA CSA (NY Part) +305,238,12,Chicago IL-IN-WI CSA (IL Part) +305,239,176,Atlanta GA-AL CSA (GA Part) +305,240,231,Cincinnati OH-KY-IN CSA (OH Part) +305,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +305,242,223,New York NY-NJ-CT-PA CSA (NY Part) +305,243,223,New York NY-NJ-CT-PA CSA (NY Part) +305,244,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +305,245,245,Charleston SC MSA +305,246,223,New York NY-NJ-CT-PA CSA (NY Part) +305,247,245,Charleston SC MSA +305,248,191,Louisville KY-IN CSA (KY Part) +305,249,223,New York NY-NJ-CT-PA CSA (NY Part) +305,250,169,Delaware +305,251,176,Atlanta GA-AL CSA (GA Part) +305,252,217,New York NY-NJ-CT-PA CSA (NJ Part) +305,253,176,Atlanta GA-AL CSA (GA Part) +305,254,172,Miami FL MSA +305,255,191,Louisville KY-IN CSA (KY Part) +305,256,266,Washington DC-MD-VA-WV CSA (VA Part) +305,257,201,Boston MA-NH CSA (MA Part) +305,258,191,Louisville KY-IN CSA (KY Part) +305,259,172,Miami FL MSA +305,260,217,New York NY-NJ-CT-PA CSA (NJ Part) +305,261,12,Chicago IL-IN-WI CSA (IL Part) +305,262,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +305,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +305,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +305,265,223,New York NY-NJ-CT-PA CSA (NY Part) +305,266,223,New York NY-NJ-CT-PA CSA (NY Part) +305,267,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +305,268,232,Cleveland OH CSA +305,269,12,Chicago IL-IN-WI CSA (IL Part) +305,270,223,New York NY-NJ-CT-PA CSA (NY Part) +305,271,223,New York NY-NJ-CT-PA CSA (NY Part) +305,272,217,New York NY-NJ-CT-PA CSA (NJ Part) +305,273,12,Chicago IL-IN-WI CSA (IL Part) +306,152,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +306,153,223,New York NY-NJ-CT-PA CSA (NY Part) +306,154,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +306,155,176,Atlanta GA-AL CSA (GA Part) +306,156,255,Dallas-Fort Worth TX CSA +306,157,12,Chicago IL-IN-WI CSA (IL Part) +306,158,191,Louisville KY-IN CSA (KY Part) +306,159,266,Washington DC-MD-VA-WV CSA (VA Part) +306,160,12,Chicago IL-IN-WI CSA (IL Part) +306,161,223,New York NY-NJ-CT-PA CSA (NY Part) +306,162,162,San Francisco CA CSA +306,163,255,Dallas-Fort Worth TX CSA +306,164,226,Charlotte NC-SC CSA (NC Part) +306,165,223,New York NY-NJ-CT-PA CSA (NY Part) +306,166,223,New York NY-NJ-CT-PA CSA (NY Part) +306,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +306,168,266,Washington DC-MD-VA-WV CSA (VA Part) +306,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +306,170,266,Washington DC-MD-VA-WV CSA (VA Part) +306,171,223,New York NY-NJ-CT-PA CSA (NY Part) +306,172,217,New York NY-NJ-CT-PA CSA (NJ Part) +306,173,223,New York NY-NJ-CT-PA CSA (NY Part) +306,174,172,Miami FL MSA +306,175,223,New York NY-NJ-CT-PA CSA (NY Part) +306,176,232,Cleveland OH CSA +306,177,176,Atlanta GA-AL CSA (GA Part) +306,178,172,Miami FL MSA +306,179,159,Los Angeles CA CSA +306,180,159,Los Angeles CA CSA +306,181,223,New York NY-NJ-CT-PA CSA (NY Part) +306,183,223,New York NY-NJ-CT-PA CSA (NY Part) +306,184,217,New York NY-NJ-CT-PA CSA (NJ Part) +306,185,223,New York NY-NJ-CT-PA CSA (NY Part) +306,186,12,Chicago IL-IN-WI CSA (IL Part) +306,187,223,New York NY-NJ-CT-PA CSA (NY Part) +306,188,232,Cleveland OH CSA +306,189,12,Chicago IL-IN-WI CSA (IL Part) +306,190,201,Boston MA-NH CSA (MA Part) +306,191,266,Washington DC-MD-VA-WV CSA (VA Part) +306,192,12,Chicago IL-IN-WI CSA (IL Part) +306,193,192,Remainder of Kentucky +306,194,153,Remainder of Alabama +306,195,173,Orlando FL CSA +306,196,186,Indianapolis IN CSA +306,197,223,New York NY-NJ-CT-PA CSA (NY Part) +306,198,266,Washington DC-MD-VA-WV CSA (VA Part) +306,199,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +306,200,223,New York NY-NJ-CT-PA CSA (NY Part) +306,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +306,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +306,203,223,New York NY-NJ-CT-PA CSA (NY Part) +306,204,232,Cleveland OH CSA +306,205,12,Chicago IL-IN-WI CSA (IL Part) +306,206,203,Detroit MI CSA +306,207,223,New York NY-NJ-CT-PA CSA (NY Part) +306,208,172,Miami FL MSA +306,209,232,Cleveland OH CSA +306,210,223,New York NY-NJ-CT-PA CSA (NY Part) +306,211,266,Washington DC-MD-VA-WV CSA (VA Part) +306,212,12,Chicago IL-IN-WI CSA (IL Part) +306,213,223,New York NY-NJ-CT-PA CSA (NY Part) +306,214,159,Los Angeles CA CSA +306,215,266,Washington DC-MD-VA-WV CSA (VA Part) +306,216,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +306,217,266,Washington DC-MD-VA-WV CSA (VA Part) +306,218,223,New York NY-NJ-CT-PA CSA (NY Part) +306,219,223,New York NY-NJ-CT-PA CSA (NY Part) +306,220,217,New York NY-NJ-CT-PA CSA (NJ Part) +306,221,223,New York NY-NJ-CT-PA CSA (NY Part) +306,222,223,New York NY-NJ-CT-PA CSA (NY Part) +306,223,223,New York NY-NJ-CT-PA CSA (NY Part) +306,224,223,New York NY-NJ-CT-PA CSA (NY Part) +306,225,203,Detroit MI CSA +306,226,266,Washington DC-MD-VA-WV CSA (VA Part) +306,227,223,New York NY-NJ-CT-PA CSA (NY Part) +306,228,223,New York NY-NJ-CT-PA CSA (NY Part) +306,229,223,New York NY-NJ-CT-PA CSA (NY Part) +306,230,201,Boston MA-NH CSA (MA Part) +306,231,12,Chicago IL-IN-WI CSA (IL Part) +306,232,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +306,233,217,New York NY-NJ-CT-PA CSA (NJ Part) +306,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +306,235,223,New York NY-NJ-CT-PA CSA (NY Part) +306,236,12,Chicago IL-IN-WI CSA (IL Part) +306,237,12,Chicago IL-IN-WI CSA (IL Part) +306,238,223,New York NY-NJ-CT-PA CSA (NY Part) +306,239,12,Chicago IL-IN-WI CSA (IL Part) +306,240,268,Seattle WA CSA +306,241,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +306,242,223,New York NY-NJ-CT-PA CSA (NY Part) +306,243,223,New York NY-NJ-CT-PA CSA (NY Part) +306,244,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +306,245,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +306,246,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +306,247,266,Washington DC-MD-VA-WV CSA (VA Part) +306,248,12,Chicago IL-IN-WI CSA (IL Part) +306,249,223,New York NY-NJ-CT-PA CSA (NY Part) +306,250,217,New York NY-NJ-CT-PA CSA (NJ Part) +306,251,223,New York NY-NJ-CT-PA CSA (NY Part) +306,252,172,Miami FL MSA +306,253,217,New York NY-NJ-CT-PA CSA (NJ Part) +306,254,195,New Orleans LA CSA +306,255,203,Detroit MI CSA +306,256,12,Chicago IL-IN-WI CSA (IL Part) +306,257,223,New York NY-NJ-CT-PA CSA (NY Part) +306,258,257,Houston TX CSA +306,259,217,New York NY-NJ-CT-PA CSA (NJ Part) +306,260,266,Washington DC-MD-VA-WV CSA (VA Part) +306,261,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +306,262,223,New York NY-NJ-CT-PA CSA (NY Part) +306,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +306,264,226,Charlotte NC-SC CSA (NC Part) +306,265,223,New York NY-NJ-CT-PA CSA (NY Part) +306,266,223,New York NY-NJ-CT-PA CSA (NY Part) +306,267,266,Washington DC-MD-VA-WV CSA (VA Part) +306,268,268,Seattle WA CSA +306,269,268,Seattle WA CSA +306,270,223,New York NY-NJ-CT-PA CSA (NY Part) +306,271,201,Boston MA-NH CSA (MA Part) +306,272,12,Chicago IL-IN-WI CSA (IL Part) +306,273,217,New York NY-NJ-CT-PA CSA (NJ Part) +307,152,266,Washington DC-MD-VA-WV CSA (VA Part) +307,153,176,Atlanta GA-AL CSA (GA Part) +307,154,223,New York NY-NJ-CT-PA CSA (NY Part) +307,155,223,New York NY-NJ-CT-PA CSA (NY Part) +307,156,232,Cleveland OH CSA +307,157,223,New York NY-NJ-CT-PA CSA (NY Part) +307,158,266,Washington DC-MD-VA-WV CSA (VA Part) +307,159,255,Dallas-Fort Worth TX CSA +307,160,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +307,161,257,Houston TX CSA +307,162,172,Miami FL MSA +307,163,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +307,164,223,New York NY-NJ-CT-PA CSA (NY Part) +307,165,223,New York NY-NJ-CT-PA CSA (NY Part) +307,166,223,New York NY-NJ-CT-PA CSA (NY Part) +307,167,223,New York NY-NJ-CT-PA CSA (NY Part) +307,168,223,New York NY-NJ-CT-PA CSA (NY Part) +307,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +307,170,223,New York NY-NJ-CT-PA CSA (NY Part) +307,171,172,Miami FL MSA +307,172,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +307,173,172,Miami FL MSA +307,174,172,Miami FL MSA +307,175,172,Miami FL MSA +307,176,223,New York NY-NJ-CT-PA CSA (NY Part) +307,177,223,New York NY-NJ-CT-PA CSA (NY Part) +307,178,176,Atlanta GA-AL CSA (GA Part) +307,179,12,Chicago IL-IN-WI CSA (IL Part) +307,180,217,New York NY-NJ-CT-PA CSA (NJ Part) +307,181,192,Remainder of Kentucky +307,183,217,New York NY-NJ-CT-PA CSA (NJ Part) +307,184,223,New York NY-NJ-CT-PA CSA (NY Part) +307,185,176,Atlanta GA-AL CSA (GA Part) +307,186,223,New York NY-NJ-CT-PA CSA (NY Part) +307,187,232,Cleveland OH CSA +307,188,266,Washington DC-MD-VA-WV CSA (VA Part) +307,189,223,New York NY-NJ-CT-PA CSA (NY Part) +307,190,176,Atlanta GA-AL CSA (GA Part) +307,191,217,New York NY-NJ-CT-PA CSA (NJ Part) +307,192,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +307,193,176,Atlanta GA-AL CSA (GA Part) +307,194,172,Miami FL MSA +307,195,232,Cleveland OH CSA +307,196,217,New York NY-NJ-CT-PA CSA (NJ Part) +307,197,223,New York NY-NJ-CT-PA CSA (NY Part) +307,198,223,New York NY-NJ-CT-PA CSA (NY Part) +307,199,223,New York NY-NJ-CT-PA CSA (NY Part) +307,200,223,New York NY-NJ-CT-PA CSA (NY Part) +307,201,223,New York NY-NJ-CT-PA CSA (NY Part) +307,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +307,203,223,New York NY-NJ-CT-PA CSA (NY Part) +307,204,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +307,205,223,New York NY-NJ-CT-PA CSA (NY Part) +307,206,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +307,207,201,Boston MA-NH CSA (MA Part) +307,208,186,Indianapolis IN CSA +307,209,223,New York NY-NJ-CT-PA CSA (NY Part) +307,210,223,New York NY-NJ-CT-PA CSA (NY Part) +307,211,203,Detroit MI CSA +307,212,12,Chicago IL-IN-WI CSA (IL Part) +307,213,217,New York NY-NJ-CT-PA CSA (NJ Part) +307,214,266,Washington DC-MD-VA-WV CSA (VA Part) +307,215,176,Atlanta GA-AL CSA (GA Part) +307,216,223,New York NY-NJ-CT-PA CSA (NY Part) +307,217,223,New York NY-NJ-CT-PA CSA (NY Part) +307,218,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +307,219,223,New York NY-NJ-CT-PA CSA (NY Part) +307,220,266,Washington DC-MD-VA-WV CSA (VA Part) +307,221,223,New York NY-NJ-CT-PA CSA (NY Part) +307,222,266,Washington DC-MD-VA-WV CSA (VA Part) +307,223,223,New York NY-NJ-CT-PA CSA (NY Part) +307,224,217,New York NY-NJ-CT-PA CSA (NJ Part) +307,225,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +307,226,266,Washington DC-MD-VA-WV CSA (VA Part) +307,227,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +307,228,223,New York NY-NJ-CT-PA CSA (NY Part) +307,229,217,New York NY-NJ-CT-PA CSA (NJ Part) +307,230,191,Louisville KY-IN CSA (KY Part) +307,231,223,New York NY-NJ-CT-PA CSA (NY Part) +307,232,201,Boston MA-NH CSA (MA Part) +307,233,266,Washington DC-MD-VA-WV CSA (VA Part) +307,234,201,Boston MA-NH CSA (MA Part) +307,235,266,Washington DC-MD-VA-WV CSA (VA Part) +307,236,249,Memphis TN-MS-AR MSA (TN Part) +307,237,12,Chicago IL-IN-WI CSA (IL Part) +307,238,223,New York NY-NJ-CT-PA CSA (NY Part) +307,239,223,New York NY-NJ-CT-PA CSA (NY Part) +307,240,217,New York NY-NJ-CT-PA CSA (NJ Part) +307,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +307,242,223,New York NY-NJ-CT-PA CSA (NY Part) +307,243,223,New York NY-NJ-CT-PA CSA (NY Part) +307,244,223,New York NY-NJ-CT-PA CSA (NY Part) +307,245,217,New York NY-NJ-CT-PA CSA (NJ Part) +307,246,223,New York NY-NJ-CT-PA CSA (NY Part) +307,247,217,New York NY-NJ-CT-PA CSA (NJ Part) +307,248,217,New York NY-NJ-CT-PA CSA (NJ Part) +307,249,231,Cincinnati OH-KY-IN CSA (OH Part) +307,250,223,New York NY-NJ-CT-PA CSA (NY Part) +307,251,192,Remainder of Kentucky +307,252,223,New York NY-NJ-CT-PA CSA (NY Part) +307,253,172,Miami FL MSA +307,254,255,Dallas-Fort Worth TX CSA +307,255,266,Washington DC-MD-VA-WV CSA (VA Part) +307,256,232,Cleveland OH CSA +307,257,192,Remainder of Kentucky +307,258,172,Miami FL MSA +307,259,176,Atlanta GA-AL CSA (GA Part) +307,260,217,New York NY-NJ-CT-PA CSA (NJ Part) +307,261,12,Chicago IL-IN-WI CSA (IL Part) +307,262,223,New York NY-NJ-CT-PA CSA (NY Part) +307,263,223,New York NY-NJ-CT-PA CSA (NY Part) +307,264,266,Washington DC-MD-VA-WV CSA (VA Part) +307,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +307,266,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +307,267,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +307,268,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +307,269,217,New York NY-NJ-CT-PA CSA (NJ Part) +307,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +307,271,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +307,272,12,Chicago IL-IN-WI CSA (IL Part) +307,273,217,New York NY-NJ-CT-PA CSA (NJ Part) +308,152,154,Alaska +308,153,268,Seattle WA CSA +308,154,154,Alaska +308,155,159,Los Angeles CA CSA +308,156,154,Alaska +308,157,154,Alaska +308,158,154,Alaska +308,159,162,San Francisco CA CSA +308,160,159,Los Angeles CA CSA +308,161,154,Alaska +308,162,154,Alaska +308,163,154,Alaska +308,164,203,Detroit MI CSA +308,165,268,Seattle WA CSA +308,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +308,167,223,New York NY-NJ-CT-PA CSA (NY Part) +308,168,223,New York NY-NJ-CT-PA CSA (NY Part) +308,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +308,170,201,Boston MA-NH CSA (MA Part) +308,171,12,Chicago IL-IN-WI CSA (IL Part) +308,172,223,New York NY-NJ-CT-PA CSA (NY Part) +308,173,223,New York NY-NJ-CT-PA CSA (NY Part) +308,174,12,Chicago IL-IN-WI CSA (IL Part) +308,175,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +308,176,266,Washington DC-MD-VA-WV CSA (VA Part) +308,177,191,Louisville KY-IN CSA (KY Part) +308,178,249,Memphis TN-MS-AR MSA (TN Part) +308,179,162,San Francisco CA CSA +308,180,159,Los Angeles CA CSA +308,181,154,Alaska +308,183,12,Chicago IL-IN-WI CSA (IL Part) +308,184,154,Alaska +308,185,12,Chicago IL-IN-WI CSA (IL Part) +308,186,12,Chicago IL-IN-WI CSA (IL Part) +308,187,223,New York NY-NJ-CT-PA CSA (NY Part) +308,188,154,Alaska +308,189,12,Chicago IL-IN-WI CSA (IL Part) +308,190,154,Alaska +308,191,12,Chicago IL-IN-WI CSA (IL Part) +308,192,217,New York NY-NJ-CT-PA CSA (NJ Part) +308,193,257,Houston TX CSA +308,194,154,Alaska +308,195,249,Memphis TN-MS-AR MSA (TN Part) +308,196,249,Memphis TN-MS-AR MSA (TN Part) +308,197,154,Alaska +308,198,223,New York NY-NJ-CT-PA CSA (NY Part) +308,199,231,Cincinnati OH-KY-IN CSA (OH Part) +308,200,223,New York NY-NJ-CT-PA CSA (NY Part) +308,201,223,New York NY-NJ-CT-PA CSA (NY Part) +308,202,201,Boston MA-NH CSA (MA Part) +308,203,232,Cleveland OH CSA +308,204,186,Indianapolis IN CSA +308,205,154,Alaska +308,206,154,Alaska +308,207,223,New York NY-NJ-CT-PA CSA (NY Part) +308,208,268,Seattle WA CSA +308,209,154,Alaska +308,210,12,Chicago IL-IN-WI CSA (IL Part) +308,211,12,Chicago IL-IN-WI CSA (IL Part) +308,212,162,San Francisco CA CSA +308,213,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +308,214,159,Los Angeles CA CSA +308,215,162,San Francisco CA CSA +308,216,223,New York NY-NJ-CT-PA CSA (NY Part) +308,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +308,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +308,219,191,Louisville KY-IN CSA (KY Part) +308,220,154,Alaska +308,221,223,New York NY-NJ-CT-PA CSA (NY Part) +308,222,12,Chicago IL-IN-WI CSA (IL Part) +308,223,266,Washington DC-MD-VA-WV CSA (VA Part) +308,224,154,Alaska +308,225,201,Boston MA-NH CSA (MA Part) +308,226,223,New York NY-NJ-CT-PA CSA (NY Part) +308,227,223,New York NY-NJ-CT-PA CSA (NY Part) +308,228,223,New York NY-NJ-CT-PA CSA (NY Part) +308,229,232,Cleveland OH CSA +308,230,154,Alaska +308,231,12,Chicago IL-IN-WI CSA (IL Part) +308,232,268,Seattle WA CSA +308,233,201,Boston MA-NH CSA (MA Part) +308,234,12,Chicago IL-IN-WI CSA (IL Part) +308,235,12,Chicago IL-IN-WI CSA (IL Part) +308,236,255,Dallas-Fort Worth TX CSA +308,237,231,Cincinnati OH-KY-IN CSA (OH Part) +308,238,159,Los Angeles CA CSA +308,239,154,Alaska +308,240,159,Los Angeles CA CSA +308,241,232,Cleveland OH CSA +308,242,12,Chicago IL-IN-WI CSA (IL Part) +308,243,223,New York NY-NJ-CT-PA CSA (NY Part) +308,244,223,New York NY-NJ-CT-PA CSA (NY Part) +308,245,191,Louisville KY-IN CSA (KY Part) +308,246,232,Cleveland OH CSA +308,247,223,New York NY-NJ-CT-PA CSA (NY Part) +308,248,154,Alaska +308,249,249,Memphis TN-MS-AR MSA (TN Part) +308,250,176,Atlanta GA-AL CSA (GA Part) +308,251,249,Memphis TN-MS-AR MSA (TN Part) +308,252,203,Detroit MI CSA +308,253,164,Denver CO CSA +308,254,12,Chicago IL-IN-WI CSA (IL Part) +308,255,154,Alaska +308,256,159,Los Angeles CA CSA +308,257,154,Alaska +308,258,179,Honolulu HI MSA +308,259,12,Chicago IL-IN-WI CSA (IL Part) +308,260,257,Houston TX CSA +308,261,154,Alaska +308,262,159,Los Angeles CA CSA +308,263,154,Alaska +308,264,191,Louisville KY-IN CSA (KY Part) +308,265,266,Washington DC-MD-VA-WV CSA (VA Part) +308,266,223,New York NY-NJ-CT-PA CSA (NY Part) +308,267,223,New York NY-NJ-CT-PA CSA (NY Part) +308,268,154,Alaska +308,269,154,Alaska +308,270,154,Alaska +308,271,268,Seattle WA CSA +308,272,203,Detroit MI CSA +308,273,154,Alaska +309,152,266,Washington DC-MD-VA-WV CSA (VA Part) +309,153,153,Remainder of Alabama +309,154,217,New York NY-NJ-CT-PA CSA (NJ Part) +309,155,186,Indianapolis IN CSA +309,156,223,New York NY-NJ-CT-PA CSA (NY Part) +309,157,266,Washington DC-MD-VA-WV CSA (VA Part) +309,158,217,New York NY-NJ-CT-PA CSA (NJ Part) +309,159,249,Memphis TN-MS-AR MSA (TN Part) +309,160,217,New York NY-NJ-CT-PA CSA (NJ Part) +309,161,223,New York NY-NJ-CT-PA CSA (NY Part) +309,162,255,Dallas-Fort Worth TX CSA +309,163,153,Remainder of Alabama +309,164,249,Memphis TN-MS-AR MSA (TN Part) +309,165,203,Detroit MI CSA +309,166,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +309,167,223,New York NY-NJ-CT-PA CSA (NY Part) +309,168,223,New York NY-NJ-CT-PA CSA (NY Part) +309,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +309,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +309,171,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +309,172,172,Miami FL MSA +309,173,172,Miami FL MSA +309,174,223,New York NY-NJ-CT-PA CSA (NY Part) +309,175,172,Miami FL MSA +309,176,217,New York NY-NJ-CT-PA CSA (NJ Part) +309,177,191,Louisville KY-IN CSA (KY Part) +309,178,217,New York NY-NJ-CT-PA CSA (NJ Part) +309,179,191,Louisville KY-IN CSA (KY Part) +309,180,191,Louisville KY-IN CSA (KY Part) +309,181,232,Cleveland OH CSA +309,183,223,New York NY-NJ-CT-PA CSA (NY Part) +309,184,223,New York NY-NJ-CT-PA CSA (NY Part) +309,185,232,Cleveland OH CSA +309,186,266,Washington DC-MD-VA-WV CSA (VA Part) +309,187,223,New York NY-NJ-CT-PA CSA (NY Part) +309,188,223,New York NY-NJ-CT-PA CSA (NY Part) +309,189,12,Chicago IL-IN-WI CSA (IL Part) +309,190,12,Chicago IL-IN-WI CSA (IL Part) +309,191,223,New York NY-NJ-CT-PA CSA (NY Part) +309,192,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +309,193,217,New York NY-NJ-CT-PA CSA (NJ Part) +309,194,245,Charleston SC MSA +309,195,231,Cincinnati OH-KY-IN CSA (OH Part) +309,196,217,New York NY-NJ-CT-PA CSA (NJ Part) +309,197,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +309,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +309,199,223,New York NY-NJ-CT-PA CSA (NY Part) +309,200,266,Washington DC-MD-VA-WV CSA (VA Part) +309,201,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +309,202,223,New York NY-NJ-CT-PA CSA (NY Part) +309,203,217,New York NY-NJ-CT-PA CSA (NJ Part) +309,204,223,New York NY-NJ-CT-PA CSA (NY Part) +309,205,217,New York NY-NJ-CT-PA CSA (NJ Part) +309,206,12,Chicago IL-IN-WI CSA (IL Part) +309,207,12,Chicago IL-IN-WI CSA (IL Part) +309,208,245,Charleston SC MSA +309,209,217,New York NY-NJ-CT-PA CSA (NJ Part) +309,210,169,Delaware +309,211,12,Chicago IL-IN-WI CSA (IL Part) +309,212,201,Boston MA-NH CSA (MA Part) +309,213,223,New York NY-NJ-CT-PA CSA (NY Part) +309,214,203,Detroit MI CSA +309,215,249,Memphis TN-MS-AR MSA (TN Part) +309,216,223,New York NY-NJ-CT-PA CSA (NY Part) +309,217,223,New York NY-NJ-CT-PA CSA (NY Part) +309,218,223,New York NY-NJ-CT-PA CSA (NY Part) +309,219,223,New York NY-NJ-CT-PA CSA (NY Part) +309,220,191,Louisville KY-IN CSA (KY Part) +309,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +309,222,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +309,223,223,New York NY-NJ-CT-PA CSA (NY Part) +309,224,223,New York NY-NJ-CT-PA CSA (NY Part) +309,225,223,New York NY-NJ-CT-PA CSA (NY Part) +309,226,223,New York NY-NJ-CT-PA CSA (NY Part) +309,227,266,Washington DC-MD-VA-WV CSA (VA Part) +309,228,169,Delaware +309,229,223,New York NY-NJ-CT-PA CSA (NY Part) +309,230,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +309,231,226,Charlotte NC-SC CSA (NC Part) +309,232,223,New York NY-NJ-CT-PA CSA (NY Part) +309,233,217,New York NY-NJ-CT-PA CSA (NJ Part) +309,234,266,Washington DC-MD-VA-WV CSA (VA Part) +309,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +309,236,223,New York NY-NJ-CT-PA CSA (NY Part) +309,237,266,Washington DC-MD-VA-WV CSA (VA Part) +309,238,249,Memphis TN-MS-AR MSA (TN Part) +309,239,12,Chicago IL-IN-WI CSA (IL Part) +309,240,223,New York NY-NJ-CT-PA CSA (NY Part) +309,241,223,New York NY-NJ-CT-PA CSA (NY Part) +309,242,217,New York NY-NJ-CT-PA CSA (NJ Part) +309,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +309,244,201,Boston MA-NH CSA (MA Part) +309,245,245,Charleston SC MSA +309,246,217,New York NY-NJ-CT-PA CSA (NJ Part) +309,247,223,New York NY-NJ-CT-PA CSA (NY Part) +309,248,191,Louisville KY-IN CSA (KY Part) +309,249,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +309,250,223,New York NY-NJ-CT-PA CSA (NY Part) +309,251,223,New York NY-NJ-CT-PA CSA (NY Part) +309,252,249,Memphis TN-MS-AR MSA (TN Part) +309,253,266,Washington DC-MD-VA-WV CSA (VA Part) +309,254,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +309,255,172,Miami FL MSA +309,256,153,Remainder of Alabama +309,257,203,Detroit MI CSA +309,258,176,Atlanta GA-AL CSA (GA Part) +309,259,223,New York NY-NJ-CT-PA CSA (NY Part) +309,260,245,Charleston SC MSA +309,261,12,Chicago IL-IN-WI CSA (IL Part) +309,262,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +309,263,266,Washington DC-MD-VA-WV CSA (VA Part) +309,264,223,New York NY-NJ-CT-PA CSA (NY Part) +309,265,223,New York NY-NJ-CT-PA CSA (NY Part) +309,266,223,New York NY-NJ-CT-PA CSA (NY Part) +309,267,223,New York NY-NJ-CT-PA CSA (NY Part) +309,268,223,New York NY-NJ-CT-PA CSA (NY Part) +309,269,223,New York NY-NJ-CT-PA CSA (NY Part) +309,270,266,Washington DC-MD-VA-WV CSA (VA Part) +309,271,232,Cleveland OH CSA +309,272,201,Boston MA-NH CSA (MA Part) +309,273,217,New York NY-NJ-CT-PA CSA (NJ Part) +310,152,191,Louisville KY-IN CSA (KY Part) +310,153,12,Chicago IL-IN-WI CSA (IL Part) +310,154,154,Alaska +310,155,162,San Francisco CA CSA +310,156,159,Los Angeles CA CSA +310,157,159,Los Angeles CA CSA +310,158,191,Louisville KY-IN CSA (KY Part) +310,159,159,Los Angeles CA CSA +310,160,268,Seattle WA CSA +310,161,162,San Francisco CA CSA +310,162,159,Los Angeles CA CSA +310,163,159,Los Angeles CA CSA +310,164,12,Chicago IL-IN-WI CSA (IL Part) +310,165,12,Chicago IL-IN-WI CSA (IL Part) +310,166,223,New York NY-NJ-CT-PA CSA (NY Part) +310,167,223,New York NY-NJ-CT-PA CSA (NY Part) +310,168,223,New York NY-NJ-CT-PA CSA (NY Part) +310,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +310,170,12,Chicago IL-IN-WI CSA (IL Part) +310,171,12,Chicago IL-IN-WI CSA (IL Part) +310,172,249,Memphis TN-MS-AR MSA (TN Part) +310,173,192,Remainder of Kentucky +310,174,191,Louisville KY-IN CSA (KY Part) +310,175,12,Chicago IL-IN-WI CSA (IL Part) +310,176,12,Chicago IL-IN-WI CSA (IL Part) +310,177,12,Chicago IL-IN-WI CSA (IL Part) +310,178,231,Cincinnati OH-KY-IN CSA (OH Part) +310,179,159,Los Angeles CA CSA +310,180,159,Los Angeles CA CSA +310,181,162,San Francisco CA CSA +310,183,12,Chicago IL-IN-WI CSA (IL Part) +310,184,12,Chicago IL-IN-WI CSA (IL Part) +310,185,12,Chicago IL-IN-WI CSA (IL Part) +310,186,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +310,187,12,Chicago IL-IN-WI CSA (IL Part) +310,188,12,Chicago IL-IN-WI CSA (IL Part) +310,189,186,Indianapolis IN CSA +310,190,12,Chicago IL-IN-WI CSA (IL Part) +310,191,12,Chicago IL-IN-WI CSA (IL Part) +310,192,12,Chicago IL-IN-WI CSA (IL Part) +310,193,249,Memphis TN-MS-AR MSA (TN Part) +310,194,12,Chicago IL-IN-WI CSA (IL Part) +310,195,12,Chicago IL-IN-WI CSA (IL Part) +310,196,12,Chicago IL-IN-WI CSA (IL Part) +310,197,223,New York NY-NJ-CT-PA CSA (NY Part) +310,198,186,Indianapolis IN CSA +310,199,12,Chicago IL-IN-WI CSA (IL Part) +310,200,12,Chicago IL-IN-WI CSA (IL Part) +310,201,223,New York NY-NJ-CT-PA CSA (NY Part) +310,202,201,Boston MA-NH CSA (MA Part) +310,203,232,Cleveland OH CSA +310,204,232,Cleveland OH CSA +310,205,12,Chicago IL-IN-WI CSA (IL Part) +310,206,12,Chicago IL-IN-WI CSA (IL Part) +310,207,12,Chicago IL-IN-WI CSA (IL Part) +310,208,12,Chicago IL-IN-WI CSA (IL Part) +310,209,203,Detroit MI CSA +310,210,12,Chicago IL-IN-WI CSA (IL Part) +310,211,12,Chicago IL-IN-WI CSA (IL Part) +310,212,12,Chicago IL-IN-WI CSA (IL Part) +310,213,12,Chicago IL-IN-WI CSA (IL Part) +310,214,162,San Francisco CA CSA +310,215,159,Los Angeles CA CSA +310,216,223,New York NY-NJ-CT-PA CSA (NY Part) +310,217,223,New York NY-NJ-CT-PA CSA (NY Part) +310,218,266,Washington DC-MD-VA-WV CSA (VA Part) +310,219,266,Washington DC-MD-VA-WV CSA (VA Part) +310,220,12,Chicago IL-IN-WI CSA (IL Part) +310,221,203,Detroit MI CSA +310,222,203,Detroit MI CSA +310,223,232,Cleveland OH CSA +310,224,186,Indianapolis IN CSA +310,225,12,Chicago IL-IN-WI CSA (IL Part) +310,226,203,Detroit MI CSA +310,227,203,Detroit MI CSA +310,228,12,Chicago IL-IN-WI CSA (IL Part) +310,229,12,Chicago IL-IN-WI CSA (IL Part) +310,230,12,Chicago IL-IN-WI CSA (IL Part) +310,231,12,Chicago IL-IN-WI CSA (IL Part) +310,232,12,Chicago IL-IN-WI CSA (IL Part) +310,233,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +310,234,12,Chicago IL-IN-WI CSA (IL Part) +310,235,12,Chicago IL-IN-WI CSA (IL Part) +310,236,255,Dallas-Fort Worth TX CSA +310,237,12,Chicago IL-IN-WI CSA (IL Part) +310,238,12,Chicago IL-IN-WI CSA (IL Part) +310,239,159,Los Angeles CA CSA +310,240,159,Los Angeles CA CSA +310,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +310,242,12,Chicago IL-IN-WI CSA (IL Part) +310,243,12,Chicago IL-IN-WI CSA (IL Part) +310,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +310,245,191,Louisville KY-IN CSA (KY Part) +310,246,232,Cleveland OH CSA +310,247,12,Chicago IL-IN-WI CSA (IL Part) +310,248,203,Detroit MI CSA +310,249,12,Chicago IL-IN-WI CSA (IL Part) +310,250,191,Louisville KY-IN CSA (KY Part) +310,251,186,Indianapolis IN CSA +310,252,249,Memphis TN-MS-AR MSA (TN Part) +310,253,249,Memphis TN-MS-AR MSA (TN Part) +310,254,164,Denver CO CSA +310,255,164,Denver CO CSA +310,256,159,Los Angeles CA CSA +310,257,249,Memphis TN-MS-AR MSA (TN Part) +310,258,164,Denver CO CSA +310,259,249,Memphis TN-MS-AR MSA (TN Part) +310,260,249,Memphis TN-MS-AR MSA (TN Part) +310,261,159,Los Angeles CA CSA +310,262,159,Los Angeles CA CSA +310,263,203,Detroit MI CSA +310,264,203,Detroit MI CSA +310,265,266,Washington DC-MD-VA-WV CSA (VA Part) +310,266,12,Chicago IL-IN-WI CSA (IL Part) +310,267,232,Cleveland OH CSA +310,268,159,Los Angeles CA CSA +310,269,159,Los Angeles CA CSA +310,270,12,Chicago IL-IN-WI CSA (IL Part) +310,271,186,Indianapolis IN CSA +310,272,12,Chicago IL-IN-WI CSA (IL Part) +310,273,12,Chicago IL-IN-WI CSA (IL Part) +311,152,249,Memphis TN-MS-AR MSA (TN Part) +311,153,266,Washington DC-MD-VA-WV CSA (VA Part) +311,154,217,New York NY-NJ-CT-PA CSA (NJ Part) +311,155,176,Atlanta GA-AL CSA (GA Part) +311,156,255,Dallas-Fort Worth TX CSA +311,157,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +311,158,249,Memphis TN-MS-AR MSA (TN Part) +311,159,223,New York NY-NJ-CT-PA CSA (NY Part) +311,160,172,Miami FL MSA +311,161,191,Louisville KY-IN CSA (KY Part) +311,162,176,Atlanta GA-AL CSA (GA Part) +311,163,223,New York NY-NJ-CT-PA CSA (NY Part) +311,164,12,Chicago IL-IN-WI CSA (IL Part) +311,165,223,New York NY-NJ-CT-PA CSA (NY Part) +311,166,223,New York NY-NJ-CT-PA CSA (NY Part) +311,167,223,New York NY-NJ-CT-PA CSA (NY Part) +311,168,223,New York NY-NJ-CT-PA CSA (NY Part) +311,169,223,New York NY-NJ-CT-PA CSA (NY Part) +311,170,223,New York NY-NJ-CT-PA CSA (NY Part) +311,171,172,Miami FL MSA +311,172,153,Remainder of Alabama +311,173,245,Charleston SC MSA +311,174,172,Miami FL MSA +311,175,172,Miami FL MSA +311,176,266,Washington DC-MD-VA-WV CSA (VA Part) +311,177,223,New York NY-NJ-CT-PA CSA (NY Part) +311,178,217,New York NY-NJ-CT-PA CSA (NJ Part) +311,179,245,Charleston SC MSA +311,180,172,Miami FL MSA +311,181,217,New York NY-NJ-CT-PA CSA (NJ Part) +311,183,223,New York NY-NJ-CT-PA CSA (NY Part) +311,184,223,New York NY-NJ-CT-PA CSA (NY Part) +311,185,217,New York NY-NJ-CT-PA CSA (NJ Part) +311,186,223,New York NY-NJ-CT-PA CSA (NY Part) +311,187,217,New York NY-NJ-CT-PA CSA (NJ Part) +311,188,203,Detroit MI CSA +311,189,249,Memphis TN-MS-AR MSA (TN Part) +311,190,191,Louisville KY-IN CSA (KY Part) +311,191,223,New York NY-NJ-CT-PA CSA (NY Part) +311,192,217,New York NY-NJ-CT-PA CSA (NJ Part) +311,193,245,Charleston SC MSA +311,194,249,Memphis TN-MS-AR MSA (TN Part) +311,195,176,Atlanta GA-AL CSA (GA Part) +311,196,223,New York NY-NJ-CT-PA CSA (NY Part) +311,197,223,New York NY-NJ-CT-PA CSA (NY Part) +311,198,223,New York NY-NJ-CT-PA CSA (NY Part) +311,199,223,New York NY-NJ-CT-PA CSA (NY Part) +311,200,223,New York NY-NJ-CT-PA CSA (NY Part) +311,201,223,New York NY-NJ-CT-PA CSA (NY Part) +311,202,266,Washington DC-MD-VA-WV CSA (VA Part) +311,203,203,Detroit MI CSA +311,204,12,Chicago IL-IN-WI CSA (IL Part) +311,205,223,New York NY-NJ-CT-PA CSA (NY Part) +311,206,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +311,207,12,Chicago IL-IN-WI CSA (IL Part) +311,208,172,Miami FL MSA +311,209,217,New York NY-NJ-CT-PA CSA (NJ Part) +311,210,266,Washington DC-MD-VA-WV CSA (VA Part) +311,211,12,Chicago IL-IN-WI CSA (IL Part) +311,212,223,New York NY-NJ-CT-PA CSA (NY Part) +311,213,223,New York NY-NJ-CT-PA CSA (NY Part) +311,214,186,Indianapolis IN CSA +311,215,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +311,216,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +311,217,223,New York NY-NJ-CT-PA CSA (NY Part) +311,218,223,New York NY-NJ-CT-PA CSA (NY Part) +311,219,223,New York NY-NJ-CT-PA CSA (NY Part) +311,220,255,Dallas-Fort Worth TX CSA +311,221,223,New York NY-NJ-CT-PA CSA (NY Part) +311,222,223,New York NY-NJ-CT-PA CSA (NY Part) +311,223,223,New York NY-NJ-CT-PA CSA (NY Part) +311,224,217,New York NY-NJ-CT-PA CSA (NJ Part) +311,225,223,New York NY-NJ-CT-PA CSA (NY Part) +311,226,223,New York NY-NJ-CT-PA CSA (NY Part) +311,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +311,228,217,New York NY-NJ-CT-PA CSA (NJ Part) +311,229,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +311,230,217,New York NY-NJ-CT-PA CSA (NJ Part) +311,231,191,Louisville KY-IN CSA (KY Part) +311,232,223,New York NY-NJ-CT-PA CSA (NY Part) +311,233,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +311,234,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +311,235,223,New York NY-NJ-CT-PA CSA (NY Part) +311,236,12,Chicago IL-IN-WI CSA (IL Part) +311,237,223,New York NY-NJ-CT-PA CSA (NY Part) +311,238,191,Louisville KY-IN CSA (KY Part) +311,239,201,Boston MA-NH CSA (MA Part) +311,240,266,Washington DC-MD-VA-WV CSA (VA Part) +311,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +311,242,217,New York NY-NJ-CT-PA CSA (NJ Part) +311,243,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +311,244,223,New York NY-NJ-CT-PA CSA (NY Part) +311,245,232,Cleveland OH CSA +311,246,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +311,247,223,New York NY-NJ-CT-PA CSA (NY Part) +311,248,203,Detroit MI CSA +311,249,266,Washington DC-MD-VA-WV CSA (VA Part) +311,250,191,Louisville KY-IN CSA (KY Part) +311,251,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +311,252,195,New Orleans LA CSA +311,253,257,Houston TX CSA +311,254,223,New York NY-NJ-CT-PA CSA (NY Part) +311,255,257,Houston TX CSA +311,256,173,Orlando FL CSA +311,257,172,Miami FL MSA +311,258,172,Miami FL MSA +311,259,257,Houston TX CSA +311,260,249,Memphis TN-MS-AR MSA (TN Part) +311,261,223,New York NY-NJ-CT-PA CSA (NY Part) +311,262,191,Louisville KY-IN CSA (KY Part) +311,263,201,Boston MA-NH CSA (MA Part) +311,264,266,Washington DC-MD-VA-WV CSA (VA Part) +311,265,169,Delaware +311,266,223,New York NY-NJ-CT-PA CSA (NY Part) +311,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +311,268,12,Chicago IL-IN-WI CSA (IL Part) +311,269,186,Indianapolis IN CSA +311,270,266,Washington DC-MD-VA-WV CSA (VA Part) +311,271,266,Washington DC-MD-VA-WV CSA (VA Part) +311,272,223,New York NY-NJ-CT-PA CSA (NY Part) +311,273,232,Cleveland OH CSA +312,152,172,Miami FL MSA +312,153,172,Miami FL MSA +312,154,172,Miami FL MSA +312,155,257,Houston TX CSA +312,156,249,Memphis TN-MS-AR MSA (TN Part) +312,157,153,Remainder of Alabama +312,158,172,Miami FL MSA +312,159,172,Miami FL MSA +312,160,172,Miami FL MSA +312,161,257,Houston TX CSA +312,162,162,San Francisco CA CSA +312,163,159,Los Angeles CA CSA +312,164,249,Memphis TN-MS-AR MSA (TN Part) +312,165,257,Houston TX CSA +312,166,172,Miami FL MSA +312,167,172,Miami FL MSA +312,168,266,Washington DC-MD-VA-WV CSA (VA Part) +312,169,172,Miami FL MSA +312,170,172,Miami FL MSA +312,171,176,Atlanta GA-AL CSA (GA Part) +312,172,245,Charleston SC MSA +312,173,172,Miami FL MSA +312,174,176,Atlanta GA-AL CSA (GA Part) +312,175,176,Atlanta GA-AL CSA (GA Part) +312,176,172,Miami FL MSA +312,177,172,Miami FL MSA +312,178,172,Miami FL MSA +312,179,249,Memphis TN-MS-AR MSA (TN Part) +312,180,172,Miami FL MSA +312,181,255,Dallas-Fort Worth TX CSA +312,183,176,Atlanta GA-AL CSA (GA Part) +312,184,172,Miami FL MSA +312,185,172,Miami FL MSA +312,186,245,Charleston SC MSA +312,187,192,Remainder of Kentucky +312,188,249,Memphis TN-MS-AR MSA (TN Part) +312,189,153,Remainder of Alabama +312,190,249,Memphis TN-MS-AR MSA (TN Part) +312,191,172,Miami FL MSA +312,192,172,Miami FL MSA +312,193,172,Miami FL MSA +312,194,172,Miami FL MSA +312,195,172,Miami FL MSA +312,196,195,New Orleans LA CSA +312,197,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +312,198,172,Miami FL MSA +312,199,172,Miami FL MSA +312,200,173,Orlando FL CSA +312,201,223,New York NY-NJ-CT-PA CSA (NY Part) +312,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +312,203,173,Orlando FL CSA +312,204,172,Miami FL MSA +312,205,172,Miami FL MSA +312,206,186,Indianapolis IN CSA +312,207,176,Atlanta GA-AL CSA (GA Part) +312,208,176,Atlanta GA-AL CSA (GA Part) +312,209,176,Atlanta GA-AL CSA (GA Part) +312,210,176,Atlanta GA-AL CSA (GA Part) +312,211,172,Miami FL MSA +312,212,176,Atlanta GA-AL CSA (GA Part) +312,213,172,Miami FL MSA +312,214,159,Los Angeles CA CSA +312,215,159,Los Angeles CA CSA +312,216,223,New York NY-NJ-CT-PA CSA (NY Part) +312,217,172,Miami FL MSA +312,218,172,Miami FL MSA +312,219,266,Washington DC-MD-VA-WV CSA (VA Part) +312,220,172,Miami FL MSA +312,221,172,Miami FL MSA +312,222,172,Miami FL MSA +312,223,223,New York NY-NJ-CT-PA CSA (NY Part) +312,224,172,Miami FL MSA +312,225,223,New York NY-NJ-CT-PA CSA (NY Part) +312,226,245,Charleston SC MSA +312,227,172,Miami FL MSA +312,228,172,Miami FL MSA +312,229,172,Miami FL MSA +312,230,172,Miami FL MSA +312,231,172,Miami FL MSA +312,232,172,Miami FL MSA +312,233,192,Remainder of Kentucky +312,234,231,Cincinnati OH-KY-IN CSA (OH Part) +312,235,172,Miami FL MSA +312,236,249,Memphis TN-MS-AR MSA (TN Part) +312,237,255,Dallas-Fort Worth TX CSA +312,238,172,Miami FL MSA +312,239,257,Houston TX CSA +312,240,172,Miami FL MSA +312,241,172,Miami FL MSA +312,242,172,Miami FL MSA +312,243,176,Atlanta GA-AL CSA (GA Part) +312,244,172,Miami FL MSA +312,245,172,Miami FL MSA +312,246,172,Miami FL MSA +312,247,172,Miami FL MSA +312,248,172,Miami FL MSA +312,249,172,Miami FL MSA +312,250,172,Miami FL MSA +312,251,176,Atlanta GA-AL CSA (GA Part) +312,252,172,Miami FL MSA +312,253,172,Miami FL MSA +312,254,172,Miami FL MSA +312,255,255,Dallas-Fort Worth TX CSA +312,256,257,Houston TX CSA +312,257,172,Miami FL MSA +312,258,172,Miami FL MSA +312,259,172,Miami FL MSA +312,260,255,Dallas-Fort Worth TX CSA +312,261,172,Miami FL MSA +312,262,255,Dallas-Fort Worth TX CSA +312,263,172,Miami FL MSA +312,264,172,Miami FL MSA +312,265,172,Miami FL MSA +312,266,172,Miami FL MSA +312,267,172,Miami FL MSA +312,268,249,Memphis TN-MS-AR MSA (TN Part) +312,269,172,Miami FL MSA +312,270,172,Miami FL MSA +312,271,176,Atlanta GA-AL CSA (GA Part) +312,272,172,Miami FL MSA +312,273,172,Miami FL MSA +313,152,266,Washington DC-MD-VA-WV CSA (VA Part) +313,153,266,Washington DC-MD-VA-WV CSA (VA Part) +313,154,223,New York NY-NJ-CT-PA CSA (NY Part) +313,155,12,Chicago IL-IN-WI CSA (IL Part) +313,156,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +313,157,255,Dallas-Fort Worth TX CSA +313,158,191,Louisville KY-IN CSA (KY Part) +313,159,266,Washington DC-MD-VA-WV CSA (VA Part) +313,160,162,San Francisco CA CSA +313,161,232,Cleveland OH CSA +313,162,217,New York NY-NJ-CT-PA CSA (NJ Part) +313,163,191,Louisville KY-IN CSA (KY Part) +313,164,186,Indianapolis IN CSA +313,165,249,Memphis TN-MS-AR MSA (TN Part) +313,166,223,New York NY-NJ-CT-PA CSA (NY Part) +313,167,223,New York NY-NJ-CT-PA CSA (NY Part) +313,168,266,Washington DC-MD-VA-WV CSA (VA Part) +313,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +313,170,192,Remainder of Kentucky +313,171,176,Atlanta GA-AL CSA (GA Part) +313,172,172,Miami FL MSA +313,173,223,New York NY-NJ-CT-PA CSA (NY Part) +313,174,217,New York NY-NJ-CT-PA CSA (NJ Part) +313,175,172,Miami FL MSA +313,176,201,Boston MA-NH CSA (MA Part) +313,177,223,New York NY-NJ-CT-PA CSA (NY Part) +313,178,266,Washington DC-MD-VA-WV CSA (VA Part) +313,179,154,Alaska +313,180,162,San Francisco CA CSA +313,181,223,New York NY-NJ-CT-PA CSA (NY Part) +313,183,223,New York NY-NJ-CT-PA CSA (NY Part) +313,184,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +313,185,192,Remainder of Kentucky +313,186,191,Louisville KY-IN CSA (KY Part) +313,187,223,New York NY-NJ-CT-PA CSA (NY Part) +313,188,191,Louisville KY-IN CSA (KY Part) +313,189,12,Chicago IL-IN-WI CSA (IL Part) +313,190,223,New York NY-NJ-CT-PA CSA (NY Part) +313,191,223,New York NY-NJ-CT-PA CSA (NY Part) +313,192,223,New York NY-NJ-CT-PA CSA (NY Part) +313,193,172,Miami FL MSA +313,194,153,Remainder of Alabama +313,195,217,New York NY-NJ-CT-PA CSA (NJ Part) +313,196,223,New York NY-NJ-CT-PA CSA (NY Part) +313,197,232,Cleveland OH CSA +313,198,223,New York NY-NJ-CT-PA CSA (NY Part) +313,199,266,Washington DC-MD-VA-WV CSA (VA Part) +313,200,223,New York NY-NJ-CT-PA CSA (NY Part) +313,201,223,New York NY-NJ-CT-PA CSA (NY Part) +313,202,223,New York NY-NJ-CT-PA CSA (NY Part) +313,203,191,Louisville KY-IN CSA (KY Part) +313,204,217,New York NY-NJ-CT-PA CSA (NJ Part) +313,205,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +313,206,223,New York NY-NJ-CT-PA CSA (NY Part) +313,207,223,New York NY-NJ-CT-PA CSA (NY Part) +313,208,231,Cincinnati OH-KY-IN CSA (OH Part) +313,209,223,New York NY-NJ-CT-PA CSA (NY Part) +313,210,12,Chicago IL-IN-WI CSA (IL Part) +313,211,223,New York NY-NJ-CT-PA CSA (NY Part) +313,212,176,Atlanta GA-AL CSA (GA Part) +313,213,232,Cleveland OH CSA +313,214,201,Boston MA-NH CSA (MA Part) +313,215,223,New York NY-NJ-CT-PA CSA (NY Part) +313,216,223,New York NY-NJ-CT-PA CSA (NY Part) +313,217,223,New York NY-NJ-CT-PA CSA (NY Part) +313,218,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +313,219,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +313,220,12,Chicago IL-IN-WI CSA (IL Part) +313,221,223,New York NY-NJ-CT-PA CSA (NY Part) +313,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +313,223,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +313,224,223,New York NY-NJ-CT-PA CSA (NY Part) +313,225,223,New York NY-NJ-CT-PA CSA (NY Part) +313,226,203,Detroit MI CSA +313,227,201,Boston MA-NH CSA (MA Part) +313,228,232,Cleveland OH CSA +313,229,201,Boston MA-NH CSA (MA Part) +313,230,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +313,231,191,Louisville KY-IN CSA (KY Part) +313,232,223,New York NY-NJ-CT-PA CSA (NY Part) +313,233,201,Boston MA-NH CSA (MA Part) +313,234,12,Chicago IL-IN-WI CSA (IL Part) +313,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +313,236,12,Chicago IL-IN-WI CSA (IL Part) +313,237,223,New York NY-NJ-CT-PA CSA (NY Part) +313,238,223,New York NY-NJ-CT-PA CSA (NY Part) +313,239,12,Chicago IL-IN-WI CSA (IL Part) +313,240,223,New York NY-NJ-CT-PA CSA (NY Part) +313,241,266,Washington DC-MD-VA-WV CSA (VA Part) +313,242,217,New York NY-NJ-CT-PA CSA (NJ Part) +313,243,223,New York NY-NJ-CT-PA CSA (NY Part) +313,244,223,New York NY-NJ-CT-PA CSA (NY Part) +313,245,217,New York NY-NJ-CT-PA CSA (NJ Part) +313,246,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +313,247,223,New York NY-NJ-CT-PA CSA (NY Part) +313,248,223,New York NY-NJ-CT-PA CSA (NY Part) +313,249,223,New York NY-NJ-CT-PA CSA (NY Part) +313,250,226,Charlotte NC-SC CSA (NC Part) +313,251,223,New York NY-NJ-CT-PA CSA (NY Part) +313,252,203,Detroit MI CSA +313,253,12,Chicago IL-IN-WI CSA (IL Part) +313,254,169,Delaware +313,255,153,Remainder of Alabama +313,256,249,Memphis TN-MS-AR MSA (TN Part) +313,257,172,Miami FL MSA +313,258,223,New York NY-NJ-CT-PA CSA (NY Part) +313,259,153,Remainder of Alabama +313,260,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +313,261,217,New York NY-NJ-CT-PA CSA (NJ Part) +313,262,12,Chicago IL-IN-WI CSA (IL Part) +313,263,223,New York NY-NJ-CT-PA CSA (NY Part) +313,264,223,New York NY-NJ-CT-PA CSA (NY Part) +313,265,223,New York NY-NJ-CT-PA CSA (NY Part) +313,266,266,Washington DC-MD-VA-WV CSA (VA Part) +313,267,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +313,268,268,Seattle WA CSA +313,269,223,New York NY-NJ-CT-PA CSA (NY Part) +313,270,223,New York NY-NJ-CT-PA CSA (NY Part) +313,271,12,Chicago IL-IN-WI CSA (IL Part) +313,272,232,Cleveland OH CSA +313,273,186,Indianapolis IN CSA +314,152,266,Washington DC-MD-VA-WV CSA (VA Part) +314,153,172,Miami FL MSA +314,154,154,Alaska +314,155,217,New York NY-NJ-CT-PA CSA (NJ Part) +314,156,217,New York NY-NJ-CT-PA CSA (NJ Part) +314,157,249,Memphis TN-MS-AR MSA (TN Part) +314,158,176,Atlanta GA-AL CSA (GA Part) +314,159,159,Los Angeles CA CSA +314,160,159,Los Angeles CA CSA +314,161,223,New York NY-NJ-CT-PA CSA (NY Part) +314,162,266,Washington DC-MD-VA-WV CSA (VA Part) +314,163,159,Los Angeles CA CSA +314,164,223,New York NY-NJ-CT-PA CSA (NY Part) +314,165,12,Chicago IL-IN-WI CSA (IL Part) +314,166,223,New York NY-NJ-CT-PA CSA (NY Part) +314,167,223,New York NY-NJ-CT-PA CSA (NY Part) +314,168,223,New York NY-NJ-CT-PA CSA (NY Part) +314,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +314,170,223,New York NY-NJ-CT-PA CSA (NY Part) +314,171,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +314,172,217,New York NY-NJ-CT-PA CSA (NJ Part) +314,173,223,New York NY-NJ-CT-PA CSA (NY Part) +314,174,172,Miami FL MSA +314,175,245,Charleston SC MSA +314,176,176,Atlanta GA-AL CSA (GA Part) +314,177,223,New York NY-NJ-CT-PA CSA (NY Part) +314,178,169,Delaware +314,179,159,Los Angeles CA CSA +314,180,223,New York NY-NJ-CT-PA CSA (NY Part) +314,181,203,Detroit MI CSA +314,183,266,Washington DC-MD-VA-WV CSA (VA Part) +314,184,191,Louisville KY-IN CSA (KY Part) +314,185,203,Detroit MI CSA +314,186,223,New York NY-NJ-CT-PA CSA (NY Part) +314,187,223,New York NY-NJ-CT-PA CSA (NY Part) +314,188,217,New York NY-NJ-CT-PA CSA (NJ Part) +314,189,223,New York NY-NJ-CT-PA CSA (NY Part) +314,190,12,Chicago IL-IN-WI CSA (IL Part) +314,191,169,Delaware +314,192,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +314,193,176,Atlanta GA-AL CSA (GA Part) +314,194,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +314,195,172,Miami FL MSA +314,196,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +314,197,223,New York NY-NJ-CT-PA CSA (NY Part) +314,198,223,New York NY-NJ-CT-PA CSA (NY Part) +314,199,223,New York NY-NJ-CT-PA CSA (NY Part) +314,200,223,New York NY-NJ-CT-PA CSA (NY Part) +314,201,266,Washington DC-MD-VA-WV CSA (VA Part) +314,202,223,New York NY-NJ-CT-PA CSA (NY Part) +314,203,266,Washington DC-MD-VA-WV CSA (VA Part) +314,204,217,New York NY-NJ-CT-PA CSA (NJ Part) +314,205,223,New York NY-NJ-CT-PA CSA (NY Part) +314,206,266,Washington DC-MD-VA-WV CSA (VA Part) +314,207,223,New York NY-NJ-CT-PA CSA (NY Part) +314,208,223,New York NY-NJ-CT-PA CSA (NY Part) +314,209,192,Remainder of Kentucky +314,210,223,New York NY-NJ-CT-PA CSA (NY Part) +314,211,266,Washington DC-MD-VA-WV CSA (VA Part) +314,212,217,New York NY-NJ-CT-PA CSA (NJ Part) +314,213,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +314,214,159,Los Angeles CA CSA +314,215,12,Chicago IL-IN-WI CSA (IL Part) +314,216,266,Washington DC-MD-VA-WV CSA (VA Part) +314,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +314,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +314,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +314,220,266,Washington DC-MD-VA-WV CSA (VA Part) +314,221,223,New York NY-NJ-CT-PA CSA (NY Part) +314,222,223,New York NY-NJ-CT-PA CSA (NY Part) +314,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +314,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +314,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +314,226,176,Atlanta GA-AL CSA (GA Part) +314,227,223,New York NY-NJ-CT-PA CSA (NY Part) +314,228,223,New York NY-NJ-CT-PA CSA (NY Part) +314,229,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +314,230,12,Chicago IL-IN-WI CSA (IL Part) +314,231,217,New York NY-NJ-CT-PA CSA (NJ Part) +314,232,217,New York NY-NJ-CT-PA CSA (NJ Part) +314,233,223,New York NY-NJ-CT-PA CSA (NY Part) +314,234,201,Boston MA-NH CSA (MA Part) +314,235,223,New York NY-NJ-CT-PA CSA (NY Part) +314,236,12,Chicago IL-IN-WI CSA (IL Part) +314,237,223,New York NY-NJ-CT-PA CSA (NY Part) +314,238,231,Cincinnati OH-KY-IN CSA (OH Part) +314,239,217,New York NY-NJ-CT-PA CSA (NJ Part) +314,240,223,New York NY-NJ-CT-PA CSA (NY Part) +314,241,223,New York NY-NJ-CT-PA CSA (NY Part) +314,242,223,New York NY-NJ-CT-PA CSA (NY Part) +314,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +314,244,223,New York NY-NJ-CT-PA CSA (NY Part) +314,245,217,New York NY-NJ-CT-PA CSA (NJ Part) +314,246,223,New York NY-NJ-CT-PA CSA (NY Part) +314,247,201,Boston MA-NH CSA (MA Part) +314,248,223,New York NY-NJ-CT-PA CSA (NY Part) +314,249,249,Memphis TN-MS-AR MSA (TN Part) +314,250,217,New York NY-NJ-CT-PA CSA (NJ Part) +314,251,223,New York NY-NJ-CT-PA CSA (NY Part) +314,252,191,Louisville KY-IN CSA (KY Part) +314,253,249,Memphis TN-MS-AR MSA (TN Part) +314,254,223,New York NY-NJ-CT-PA CSA (NY Part) +314,255,12,Chicago IL-IN-WI CSA (IL Part) +314,256,266,Washington DC-MD-VA-WV CSA (VA Part) +314,257,201,Boston MA-NH CSA (MA Part) +314,258,169,Delaware +314,259,249,Memphis TN-MS-AR MSA (TN Part) +314,260,255,Dallas-Fort Worth TX CSA +314,261,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +314,262,12,Chicago IL-IN-WI CSA (IL Part) +314,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +314,264,266,Washington DC-MD-VA-WV CSA (VA Part) +314,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +314,266,223,New York NY-NJ-CT-PA CSA (NY Part) +314,267,245,Charleston SC MSA +314,268,223,New York NY-NJ-CT-PA CSA (NY Part) +314,269,176,Atlanta GA-AL CSA (GA Part) +314,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +314,271,266,Washington DC-MD-VA-WV CSA (VA Part) +314,272,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +314,273,232,Cleveland OH CSA +315,152,195,New Orleans LA CSA +315,153,172,Miami FL MSA +315,154,257,Houston TX CSA +315,155,159,Los Angeles CA CSA +315,156,159,Los Angeles CA CSA +315,157,255,Dallas-Fort Worth TX CSA +315,158,249,Memphis TN-MS-AR MSA (TN Part) +315,159,249,Memphis TN-MS-AR MSA (TN Part) +315,160,172,Miami FL MSA +315,161,159,Los Angeles CA CSA +315,162,164,Denver CO CSA +315,163,162,San Francisco CA CSA +315,164,172,Miami FL MSA +315,165,249,Memphis TN-MS-AR MSA (TN Part) +315,166,172,Miami FL MSA +315,167,172,Miami FL MSA +315,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +315,169,223,New York NY-NJ-CT-PA CSA (NY Part) +315,170,172,Miami FL MSA +315,171,172,Miami FL MSA +315,172,172,Miami FL MSA +315,173,172,Miami FL MSA +315,174,249,Memphis TN-MS-AR MSA (TN Part) +315,175,257,Houston TX CSA +315,176,173,Orlando FL CSA +315,177,172,Miami FL MSA +315,178,245,Charleston SC MSA +315,179,172,Miami FL MSA +315,180,162,San Francisco CA CSA +315,181,159,Los Angeles CA CSA +315,183,249,Memphis TN-MS-AR MSA (TN Part) +315,184,172,Miami FL MSA +315,185,257,Houston TX CSA +315,186,172,Miami FL MSA +315,187,176,Atlanta GA-AL CSA (GA Part) +315,188,12,Chicago IL-IN-WI CSA (IL Part) +315,189,249,Memphis TN-MS-AR MSA (TN Part) +315,190,172,Miami FL MSA +315,191,172,Miami FL MSA +315,192,172,Miami FL MSA +315,193,172,Miami FL MSA +315,194,172,Miami FL MSA +315,195,249,Memphis TN-MS-AR MSA (TN Part) +315,196,172,Miami FL MSA +315,197,223,New York NY-NJ-CT-PA CSA (NY Part) +315,198,223,New York NY-NJ-CT-PA CSA (NY Part) +315,199,176,Atlanta GA-AL CSA (GA Part) +315,200,176,Atlanta GA-AL CSA (GA Part) +315,201,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +315,202,223,New York NY-NJ-CT-PA CSA (NY Part) +315,203,195,New Orleans LA CSA +315,204,226,Charlotte NC-SC CSA (NC Part) +315,205,172,Miami FL MSA +315,206,172,Miami FL MSA +315,207,191,Louisville KY-IN CSA (KY Part) +315,208,176,Atlanta GA-AL CSA (GA Part) +315,209,176,Atlanta GA-AL CSA (GA Part) +315,210,173,Orlando FL CSA +315,211,172,Miami FL MSA +315,212,255,Dallas-Fort Worth TX CSA +315,213,12,Chicago IL-IN-WI CSA (IL Part) +315,214,159,Los Angeles CA CSA +315,215,172,Miami FL MSA +315,216,172,Miami FL MSA +315,217,172,Miami FL MSA +315,218,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +315,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +315,220,172,Miami FL MSA +315,221,223,New York NY-NJ-CT-PA CSA (NY Part) +315,222,266,Washington DC-MD-VA-WV CSA (VA Part) +315,223,173,Orlando FL CSA +315,224,172,Miami FL MSA +315,225,172,Miami FL MSA +315,226,172,Miami FL MSA +315,227,172,Miami FL MSA +315,228,192,Remainder of Kentucky +315,229,172,Miami FL MSA +315,230,172,Miami FL MSA +315,231,176,Atlanta GA-AL CSA (GA Part) +315,232,217,New York NY-NJ-CT-PA CSA (NJ Part) +315,233,172,Miami FL MSA +315,234,176,Atlanta GA-AL CSA (GA Part) +315,235,172,Miami FL MSA +315,236,172,Miami FL MSA +315,237,172,Miami FL MSA +315,238,257,Houston TX CSA +315,239,195,New Orleans LA CSA +315,240,172,Miami FL MSA +315,241,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +315,242,176,Atlanta GA-AL CSA (GA Part) +315,243,172,Miami FL MSA +315,244,223,New York NY-NJ-CT-PA CSA (NY Part) +315,245,172,Miami FL MSA +315,246,176,Atlanta GA-AL CSA (GA Part) +315,247,172,Miami FL MSA +315,248,255,Dallas-Fort Worth TX CSA +315,249,195,New Orleans LA CSA +315,250,195,New Orleans LA CSA +315,251,176,Atlanta GA-AL CSA (GA Part) +315,252,173,Orlando FL CSA +315,253,173,Orlando FL CSA +315,254,257,Houston TX CSA +315,255,172,Miami FL MSA +315,256,172,Miami FL MSA +315,257,153,Remainder of Alabama +315,258,172,Miami FL MSA +315,259,172,Miami FL MSA +315,260,255,Dallas-Fort Worth TX CSA +315,261,12,Chicago IL-IN-WI CSA (IL Part) +315,262,249,Memphis TN-MS-AR MSA (TN Part) +315,263,172,Miami FL MSA +315,264,172,Miami FL MSA +315,265,172,Miami FL MSA +315,266,172,Miami FL MSA +315,267,176,Atlanta GA-AL CSA (GA Part) +315,268,176,Atlanta GA-AL CSA (GA Part) +315,269,159,Los Angeles CA CSA +315,270,172,Miami FL MSA +315,271,232,Cleveland OH CSA +315,272,245,Charleston SC MSA +315,273,176,Atlanta GA-AL CSA (GA Part) +316,152,192,Remainder of Kentucky +316,153,192,Remainder of Kentucky +316,154,154,Alaska +316,155,154,Alaska +316,156,154,Alaska +316,157,159,Los Angeles CA CSA +316,158,249,Memphis TN-MS-AR MSA (TN Part) +316,159,154,Alaska +316,160,154,Alaska +316,161,154,Alaska +316,162,159,Los Angeles CA CSA +316,163,154,Alaska +316,164,162,San Francisco CA CSA +316,165,159,Los Angeles CA CSA +316,166,223,New York NY-NJ-CT-PA CSA (NY Part) +316,167,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +316,168,266,Washington DC-MD-VA-WV CSA (VA Part) +316,169,223,New York NY-NJ-CT-PA CSA (NY Part) +316,170,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +316,171,203,Detroit MI CSA +316,172,191,Louisville KY-IN CSA (KY Part) +316,173,266,Washington DC-MD-VA-WV CSA (VA Part) +316,174,153,Remainder of Alabama +316,175,12,Chicago IL-IN-WI CSA (IL Part) +316,176,176,Atlanta GA-AL CSA (GA Part) +316,177,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +316,178,153,Remainder of Alabama +316,179,268,Seattle WA CSA +316,180,159,Los Angeles CA CSA +316,181,162,San Francisco CA CSA +316,183,12,Chicago IL-IN-WI CSA (IL Part) +316,184,12,Chicago IL-IN-WI CSA (IL Part) +316,185,154,Alaska +316,186,191,Louisville KY-IN CSA (KY Part) +316,187,12,Chicago IL-IN-WI CSA (IL Part) +316,188,12,Chicago IL-IN-WI CSA (IL Part) +316,189,154,Alaska +316,190,154,Alaska +316,191,154,Alaska +316,192,231,Cincinnati OH-KY-IN CSA (OH Part) +316,193,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +316,194,249,Memphis TN-MS-AR MSA (TN Part) +316,195,249,Memphis TN-MS-AR MSA (TN Part) +316,196,154,Alaska +316,197,232,Cleveland OH CSA +316,198,203,Detroit MI CSA +316,199,223,New York NY-NJ-CT-PA CSA (NY Part) +316,200,232,Cleveland OH CSA +316,201,223,New York NY-NJ-CT-PA CSA (NY Part) +316,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +316,203,12,Chicago IL-IN-WI CSA (IL Part) +316,204,203,Detroit MI CSA +316,205,268,Seattle WA CSA +316,206,12,Chicago IL-IN-WI CSA (IL Part) +316,207,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +316,208,154,Alaska +316,209,12,Chicago IL-IN-WI CSA (IL Part) +316,210,232,Cleveland OH CSA +316,211,249,Memphis TN-MS-AR MSA (TN Part) +316,212,154,Alaska +316,213,154,Alaska +316,214,159,Los Angeles CA CSA +316,215,154,Alaska +316,216,266,Washington DC-MD-VA-WV CSA (VA Part) +316,217,223,New York NY-NJ-CT-PA CSA (NY Part) +316,218,223,New York NY-NJ-CT-PA CSA (NY Part) +316,219,191,Louisville KY-IN CSA (KY Part) +316,220,154,Alaska +316,221,223,New York NY-NJ-CT-PA CSA (NY Part) +316,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +316,223,266,Washington DC-MD-VA-WV CSA (VA Part) +316,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +316,225,223,New York NY-NJ-CT-PA CSA (NY Part) +316,226,226,Charlotte NC-SC CSA (NC Part) +316,227,223,New York NY-NJ-CT-PA CSA (NY Part) +316,228,232,Cleveland OH CSA +316,229,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +316,230,154,Alaska +316,231,12,Chicago IL-IN-WI CSA (IL Part) +316,232,217,New York NY-NJ-CT-PA CSA (NJ Part) +316,233,12,Chicago IL-IN-WI CSA (IL Part) +316,234,223,New York NY-NJ-CT-PA CSA (NY Part) +316,235,191,Louisville KY-IN CSA (KY Part) +316,236,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +316,237,12,Chicago IL-IN-WI CSA (IL Part) +316,238,162,San Francisco CA CSA +316,239,159,Los Angeles CA CSA +316,240,162,San Francisco CA CSA +316,241,223,New York NY-NJ-CT-PA CSA (NY Part) +316,242,232,Cleveland OH CSA +316,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +316,244,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +316,245,203,Detroit MI CSA +316,246,186,Indianapolis IN CSA +316,247,266,Washington DC-MD-VA-WV CSA (VA Part) +316,248,154,Alaska +316,249,12,Chicago IL-IN-WI CSA (IL Part) +316,250,249,Memphis TN-MS-AR MSA (TN Part) +316,251,223,New York NY-NJ-CT-PA CSA (NY Part) +316,252,159,Los Angeles CA CSA +316,253,257,Houston TX CSA +316,254,154,Alaska +316,255,12,Chicago IL-IN-WI CSA (IL Part) +316,256,159,Los Angeles CA CSA +316,257,255,Dallas-Fort Worth TX CSA +316,258,231,Cincinnati OH-KY-IN CSA (OH Part) +316,259,255,Dallas-Fort Worth TX CSA +316,260,159,Los Angeles CA CSA +316,261,159,Los Angeles CA CSA +316,262,159,Los Angeles CA CSA +316,263,201,Boston MA-NH CSA (MA Part) +316,264,223,New York NY-NJ-CT-PA CSA (NY Part) +316,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +316,266,223,New York NY-NJ-CT-PA CSA (NY Part) +316,267,223,New York NY-NJ-CT-PA CSA (NY Part) +316,268,162,San Francisco CA CSA +316,269,159,Los Angeles CA CSA +316,270,266,Washington DC-MD-VA-WV CSA (VA Part) +316,271,12,Chicago IL-IN-WI CSA (IL Part) +316,272,192,Remainder of Kentucky +316,273,154,Alaska +317,152,154,Alaska +317,153,255,Dallas-Fort Worth TX CSA +317,154,154,Alaska +317,155,154,Alaska +317,156,154,Alaska +317,157,162,San Francisco CA CSA +317,158,154,Alaska +317,159,154,Alaska +317,160,159,Los Angeles CA CSA +317,161,159,Los Angeles CA CSA +317,162,179,Honolulu HI MSA +317,163,162,San Francisco CA CSA +317,164,154,Alaska +317,165,268,Seattle WA CSA +317,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +317,167,232,Cleveland OH CSA +317,168,154,Alaska +317,169,154,Alaska +317,170,266,Washington DC-MD-VA-WV CSA (VA Part) +317,171,176,Atlanta GA-AL CSA (GA Part) +317,172,162,San Francisco CA CSA +317,173,154,Alaska +317,174,159,Los Angeles CA CSA +317,175,154,Alaska +317,176,203,Detroit MI CSA +317,177,203,Detroit MI CSA +317,178,12,Chicago IL-IN-WI CSA (IL Part) +317,179,154,Alaska +317,180,159,Los Angeles CA CSA +317,181,159,Los Angeles CA CSA +317,183,257,Houston TX CSA +317,184,179,Honolulu HI MSA +317,185,12,Chicago IL-IN-WI CSA (IL Part) +317,186,12,Chicago IL-IN-WI CSA (IL Part) +317,187,12,Chicago IL-IN-WI CSA (IL Part) +317,188,154,Alaska +317,189,191,Louisville KY-IN CSA (KY Part) +317,190,159,Los Angeles CA CSA +317,191,12,Chicago IL-IN-WI CSA (IL Part) +317,192,154,Alaska +317,193,154,Alaska +317,194,159,Los Angeles CA CSA +317,195,154,Alaska +317,196,154,Alaska +317,197,223,New York NY-NJ-CT-PA CSA (NY Part) +317,198,12,Chicago IL-IN-WI CSA (IL Part) +317,199,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +317,200,232,Cleveland OH CSA +317,201,223,New York NY-NJ-CT-PA CSA (NY Part) +317,202,223,New York NY-NJ-CT-PA CSA (NY Part) +317,203,12,Chicago IL-IN-WI CSA (IL Part) +317,204,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +317,205,154,Alaska +317,206,154,Alaska +317,207,159,Los Angeles CA CSA +317,208,12,Chicago IL-IN-WI CSA (IL Part) +317,209,268,Seattle WA CSA +317,210,232,Cleveland OH CSA +317,211,154,Alaska +317,212,268,Seattle WA CSA +317,213,12,Chicago IL-IN-WI CSA (IL Part) +317,214,162,San Francisco CA CSA +317,215,159,Los Angeles CA CSA +317,216,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +317,217,223,New York NY-NJ-CT-PA CSA (NY Part) +317,218,192,Remainder of Kentucky +317,219,169,Delaware +317,220,154,Alaska +317,221,266,Washington DC-MD-VA-WV CSA (VA Part) +317,222,12,Chicago IL-IN-WI CSA (IL Part) +317,223,232,Cleveland OH CSA +317,224,232,Cleveland OH CSA +317,225,223,New York NY-NJ-CT-PA CSA (NY Part) +317,226,154,Alaska +317,227,201,Boston MA-NH CSA (MA Part) +317,228,231,Cincinnati OH-KY-IN CSA (OH Part) +317,229,12,Chicago IL-IN-WI CSA (IL Part) +317,230,154,Alaska +317,231,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +317,232,203,Detroit MI CSA +317,233,223,New York NY-NJ-CT-PA CSA (NY Part) +317,234,232,Cleveland OH CSA +317,235,154,Alaska +317,236,154,Alaska +317,237,159,Los Angeles CA CSA +317,238,162,San Francisco CA CSA +317,239,159,Los Angeles CA CSA +317,240,159,Los Angeles CA CSA +317,241,232,Cleveland OH CSA +317,242,203,Detroit MI CSA +317,243,203,Detroit MI CSA +317,244,154,Alaska +317,245,201,Boston MA-NH CSA (MA Part) +317,246,232,Cleveland OH CSA +317,247,217,New York NY-NJ-CT-PA CSA (NJ Part) +317,248,154,Alaska +317,249,154,Alaska +317,250,249,Memphis TN-MS-AR MSA (TN Part) +317,251,154,Alaska +317,252,154,Alaska +317,253,162,San Francisco CA CSA +317,254,154,Alaska +317,255,162,San Francisco CA CSA +317,256,162,San Francisco CA CSA +317,257,154,Alaska +317,258,159,Los Angeles CA CSA +317,259,159,Los Angeles CA CSA +317,260,12,Chicago IL-IN-WI CSA (IL Part) +317,261,154,Alaska +317,262,159,Los Angeles CA CSA +317,263,154,Alaska +317,264,154,Alaska +317,265,12,Chicago IL-IN-WI CSA (IL Part) +317,266,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +317,267,154,Alaska +317,268,154,Alaska +317,269,159,Los Angeles CA CSA +317,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +317,271,162,San Francisco CA CSA +317,272,154,Alaska +317,273,268,Seattle WA CSA +318,152,153,Remainder of Alabama +318,153,162,San Francisco CA CSA +318,154,154,Alaska +318,155,162,San Francisco CA CSA +318,156,159,Los Angeles CA CSA +318,157,159,Los Angeles CA CSA +318,158,268,Seattle WA CSA +318,159,159,Los Angeles CA CSA +318,160,154,Alaska +318,161,159,Los Angeles CA CSA +318,162,154,Alaska +318,163,268,Seattle WA CSA +318,164,154,Alaska +318,165,154,Alaska +318,166,266,Washington DC-MD-VA-WV CSA (VA Part) +318,167,192,Remainder of Kentucky +318,168,223,New York NY-NJ-CT-PA CSA (NY Part) +318,169,223,New York NY-NJ-CT-PA CSA (NY Part) +318,170,12,Chicago IL-IN-WI CSA (IL Part) +318,171,217,New York NY-NJ-CT-PA CSA (NJ Part) +318,172,172,Miami FL MSA +318,173,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +318,174,217,New York NY-NJ-CT-PA CSA (NJ Part) +318,175,249,Memphis TN-MS-AR MSA (TN Part) +318,176,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +318,177,223,New York NY-NJ-CT-PA CSA (NY Part) +318,178,153,Remainder of Alabama +318,179,154,Alaska +318,180,154,Alaska +318,181,162,San Francisco CA CSA +318,183,154,Alaska +318,184,12,Chicago IL-IN-WI CSA (IL Part) +318,185,154,Alaska +318,186,12,Chicago IL-IN-WI CSA (IL Part) +318,187,154,Alaska +318,188,164,Denver CO CSA +318,189,162,San Francisco CA CSA +318,190,159,Los Angeles CA CSA +318,191,217,New York NY-NJ-CT-PA CSA (NJ Part) +318,192,12,Chicago IL-IN-WI CSA (IL Part) +318,193,191,Louisville KY-IN CSA (KY Part) +318,194,162,San Francisco CA CSA +318,195,223,New York NY-NJ-CT-PA CSA (NY Part) +318,196,12,Chicago IL-IN-WI CSA (IL Part) +318,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +318,198,223,New York NY-NJ-CT-PA CSA (NY Part) +318,199,203,Detroit MI CSA +318,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +318,201,232,Cleveland OH CSA +318,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +318,203,223,New York NY-NJ-CT-PA CSA (NY Part) +318,204,223,New York NY-NJ-CT-PA CSA (NY Part) +318,205,186,Indianapolis IN CSA +318,206,186,Indianapolis IN CSA +318,207,154,Alaska +318,208,176,Atlanta GA-AL CSA (GA Part) +318,209,12,Chicago IL-IN-WI CSA (IL Part) +318,210,12,Chicago IL-IN-WI CSA (IL Part) +318,211,12,Chicago IL-IN-WI CSA (IL Part) +318,212,154,Alaska +318,213,154,Alaska +318,214,159,Los Angeles CA CSA +318,215,162,San Francisco CA CSA +318,216,232,Cleveland OH CSA +318,217,232,Cleveland OH CSA +318,218,201,Boston MA-NH CSA (MA Part) +318,219,266,Washington DC-MD-VA-WV CSA (VA Part) +318,220,154,Alaska +318,221,223,New York NY-NJ-CT-PA CSA (NY Part) +318,222,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +318,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +318,224,223,New York NY-NJ-CT-PA CSA (NY Part) +318,225,201,Boston MA-NH CSA (MA Part) +318,226,217,New York NY-NJ-CT-PA CSA (NJ Part) +318,227,223,New York NY-NJ-CT-PA CSA (NY Part) +318,228,169,Delaware +318,229,223,New York NY-NJ-CT-PA CSA (NY Part) +318,230,154,Alaska +318,231,12,Chicago IL-IN-WI CSA (IL Part) +318,232,266,Washington DC-MD-VA-WV CSA (VA Part) +318,233,12,Chicago IL-IN-WI CSA (IL Part) +318,234,12,Chicago IL-IN-WI CSA (IL Part) +318,235,154,Alaska +318,236,255,Dallas-Fort Worth TX CSA +318,237,255,Dallas-Fort Worth TX CSA +318,238,154,Alaska +318,239,162,San Francisco CA CSA +318,240,268,Seattle WA CSA +318,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +318,242,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +318,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +318,244,223,New York NY-NJ-CT-PA CSA (NY Part) +318,245,12,Chicago IL-IN-WI CSA (IL Part) +318,246,176,Atlanta GA-AL CSA (GA Part) +318,247,192,Remainder of Kentucky +318,248,154,Alaska +318,249,249,Memphis TN-MS-AR MSA (TN Part) +318,250,191,Louisville KY-IN CSA (KY Part) +318,251,223,New York NY-NJ-CT-PA CSA (NY Part) +318,252,186,Indianapolis IN CSA +318,253,249,Memphis TN-MS-AR MSA (TN Part) +318,254,162,San Francisco CA CSA +318,255,154,Alaska +318,256,162,San Francisco CA CSA +318,257,255,Dallas-Fort Worth TX CSA +318,258,255,Dallas-Fort Worth TX CSA +318,259,257,Houston TX CSA +318,260,159,Los Angeles CA CSA +318,261,159,Los Angeles CA CSA +318,262,159,Los Angeles CA CSA +318,263,154,Alaska +318,264,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +318,265,223,New York NY-NJ-CT-PA CSA (NY Part) +318,266,12,Chicago IL-IN-WI CSA (IL Part) +318,267,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +318,268,154,Alaska +318,269,159,Los Angeles CA CSA +318,270,232,Cleveland OH CSA +318,271,154,Alaska +318,272,223,New York NY-NJ-CT-PA CSA (NY Part) +318,273,154,Alaska +319,152,172,Miami FL MSA +319,153,176,Atlanta GA-AL CSA (GA Part) +319,154,172,Miami FL MSA +319,155,195,New Orleans LA CSA +319,156,159,Los Angeles CA CSA +319,157,172,Miami FL MSA +319,158,172,Miami FL MSA +319,159,172,Miami FL MSA +319,160,255,Dallas-Fort Worth TX CSA +319,161,249,Memphis TN-MS-AR MSA (TN Part) +319,162,159,Los Angeles CA CSA +319,163,153,Remainder of Alabama +319,164,255,Dallas-Fort Worth TX CSA +319,165,172,Miami FL MSA +319,166,223,New York NY-NJ-CT-PA CSA (NY Part) +319,167,223,New York NY-NJ-CT-PA CSA (NY Part) +319,168,223,New York NY-NJ-CT-PA CSA (NY Part) +319,169,169,Delaware +319,170,172,Miami FL MSA +319,171,172,Miami FL MSA +319,172,172,Miami FL MSA +319,173,172,Miami FL MSA +319,174,172,Miami FL MSA +319,175,195,New Orleans LA CSA +319,176,172,Miami FL MSA +319,177,172,Miami FL MSA +319,178,176,Atlanta GA-AL CSA (GA Part) +319,179,249,Memphis TN-MS-AR MSA (TN Part) +319,180,159,Los Angeles CA CSA +319,181,245,Charleston SC MSA +319,183,176,Atlanta GA-AL CSA (GA Part) +319,184,153,Remainder of Alabama +319,185,245,Charleston SC MSA +319,186,176,Atlanta GA-AL CSA (GA Part) +319,187,245,Charleston SC MSA +319,188,12,Chicago IL-IN-WI CSA (IL Part) +319,189,176,Atlanta GA-AL CSA (GA Part) +319,190,249,Memphis TN-MS-AR MSA (TN Part) +319,191,191,Louisville KY-IN CSA (KY Part) +319,192,176,Atlanta GA-AL CSA (GA Part) +319,193,172,Miami FL MSA +319,194,172,Miami FL MSA +319,195,172,Miami FL MSA +319,196,172,Miami FL MSA +319,197,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +319,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +319,199,266,Washington DC-MD-VA-WV CSA (VA Part) +319,200,172,Miami FL MSA +319,201,223,New York NY-NJ-CT-PA CSA (NY Part) +319,202,223,New York NY-NJ-CT-PA CSA (NY Part) +319,203,172,Miami FL MSA +319,204,176,Atlanta GA-AL CSA (GA Part) +319,205,172,Miami FL MSA +319,206,12,Chicago IL-IN-WI CSA (IL Part) +319,207,172,Miami FL MSA +319,208,172,Miami FL MSA +319,209,173,Orlando FL CSA +319,210,172,Miami FL MSA +319,211,172,Miami FL MSA +319,212,257,Houston TX CSA +319,213,172,Miami FL MSA +319,214,159,Los Angeles CA CSA +319,215,195,New Orleans LA CSA +319,216,201,Boston MA-NH CSA (MA Part) +319,217,266,Washington DC-MD-VA-WV CSA (VA Part) +319,218,223,New York NY-NJ-CT-PA CSA (NY Part) +319,219,223,New York NY-NJ-CT-PA CSA (NY Part) +319,220,255,Dallas-Fort Worth TX CSA +319,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +319,222,266,Washington DC-MD-VA-WV CSA (VA Part) +319,223,223,New York NY-NJ-CT-PA CSA (NY Part) +319,224,172,Miami FL MSA +319,225,266,Washington DC-MD-VA-WV CSA (VA Part) +319,226,172,Miami FL MSA +319,227,245,Charleston SC MSA +319,228,172,Miami FL MSA +319,229,172,Miami FL MSA +319,230,12,Chicago IL-IN-WI CSA (IL Part) +319,231,173,Orlando FL CSA +319,232,176,Atlanta GA-AL CSA (GA Part) +319,233,172,Miami FL MSA +319,234,172,Miami FL MSA +319,235,192,Remainder of Kentucky +319,236,195,New Orleans LA CSA +319,237,172,Miami FL MSA +319,238,249,Memphis TN-MS-AR MSA (TN Part) +319,239,159,Los Angeles CA CSA +319,240,255,Dallas-Fort Worth TX CSA +319,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +319,242,172,Miami FL MSA +319,243,223,New York NY-NJ-CT-PA CSA (NY Part) +319,244,223,New York NY-NJ-CT-PA CSA (NY Part) +319,245,172,Miami FL MSA +319,246,172,Miami FL MSA +319,247,172,Miami FL MSA +319,248,249,Memphis TN-MS-AR MSA (TN Part) +319,249,172,Miami FL MSA +319,250,172,Miami FL MSA +319,251,172,Miami FL MSA +319,252,257,Houston TX CSA +319,253,173,Orlando FL CSA +319,254,172,Miami FL MSA +319,255,172,Miami FL MSA +319,256,249,Memphis TN-MS-AR MSA (TN Part) +319,257,257,Houston TX CSA +319,258,172,Miami FL MSA +319,259,172,Miami FL MSA +319,260,172,Miami FL MSA +319,261,255,Dallas-Fort Worth TX CSA +319,262,195,New Orleans LA CSA +319,263,201,Boston MA-NH CSA (MA Part) +319,264,172,Miami FL MSA +319,265,172,Miami FL MSA +319,266,172,Miami FL MSA +319,267,172,Miami FL MSA +319,268,172,Miami FL MSA +319,269,153,Remainder of Alabama +319,270,172,Miami FL MSA +319,271,176,Atlanta GA-AL CSA (GA Part) +319,272,172,Miami FL MSA +319,273,257,Houston TX CSA +320,152,172,Miami FL MSA +320,153,217,New York NY-NJ-CT-PA CSA (NJ Part) +320,154,223,New York NY-NJ-CT-PA CSA (NY Part) +320,155,203,Detroit MI CSA +320,156,223,New York NY-NJ-CT-PA CSA (NY Part) +320,157,217,New York NY-NJ-CT-PA CSA (NJ Part) +320,158,232,Cleveland OH CSA +320,159,223,New York NY-NJ-CT-PA CSA (NY Part) +320,160,223,New York NY-NJ-CT-PA CSA (NY Part) +320,161,159,Los Angeles CA CSA +320,162,162,San Francisco CA CSA +320,163,173,Orlando FL CSA +320,164,12,Chicago IL-IN-WI CSA (IL Part) +320,165,223,New York NY-NJ-CT-PA CSA (NY Part) +320,166,266,Washington DC-MD-VA-WV CSA (VA Part) +320,167,223,New York NY-NJ-CT-PA CSA (NY Part) +320,168,201,Boston MA-NH CSA (MA Part) +320,169,266,Washington DC-MD-VA-WV CSA (VA Part) +320,170,223,New York NY-NJ-CT-PA CSA (NY Part) +320,171,173,Orlando FL CSA +320,172,172,Miami FL MSA +320,173,172,Miami FL MSA +320,174,266,Washington DC-MD-VA-WV CSA (VA Part) +320,175,226,Charlotte NC-SC CSA (NC Part) +320,176,223,New York NY-NJ-CT-PA CSA (NY Part) +320,177,172,Miami FL MSA +320,178,223,New York NY-NJ-CT-PA CSA (NY Part) +320,179,201,Boston MA-NH CSA (MA Part) +320,180,154,Alaska +320,181,12,Chicago IL-IN-WI CSA (IL Part) +320,183,223,New York NY-NJ-CT-PA CSA (NY Part) +320,184,217,New York NY-NJ-CT-PA CSA (NJ Part) +320,185,201,Boston MA-NH CSA (MA Part) +320,186,223,New York NY-NJ-CT-PA CSA (NY Part) +320,187,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +320,188,12,Chicago IL-IN-WI CSA (IL Part) +320,189,231,Cincinnati OH-KY-IN CSA (OH Part) +320,190,223,New York NY-NJ-CT-PA CSA (NY Part) +320,191,192,Remainder of Kentucky +320,192,217,New York NY-NJ-CT-PA CSA (NJ Part) +320,193,226,Charlotte NC-SC CSA (NC Part) +320,194,192,Remainder of Kentucky +320,195,172,Miami FL MSA +320,196,169,Delaware +320,197,223,New York NY-NJ-CT-PA CSA (NY Part) +320,198,223,New York NY-NJ-CT-PA CSA (NY Part) +320,199,223,New York NY-NJ-CT-PA CSA (NY Part) +320,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +320,201,223,New York NY-NJ-CT-PA CSA (NY Part) +320,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +320,203,223,New York NY-NJ-CT-PA CSA (NY Part) +320,204,12,Chicago IL-IN-WI CSA (IL Part) +320,205,223,New York NY-NJ-CT-PA CSA (NY Part) +320,206,266,Washington DC-MD-VA-WV CSA (VA Part) +320,207,266,Washington DC-MD-VA-WV CSA (VA Part) +320,208,172,Miami FL MSA +320,209,176,Atlanta GA-AL CSA (GA Part) +320,210,201,Boston MA-NH CSA (MA Part) +320,211,223,New York NY-NJ-CT-PA CSA (NY Part) +320,212,266,Washington DC-MD-VA-WV CSA (VA Part) +320,213,223,New York NY-NJ-CT-PA CSA (NY Part) +320,214,217,New York NY-NJ-CT-PA CSA (NJ Part) +320,215,223,New York NY-NJ-CT-PA CSA (NY Part) +320,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +320,217,223,New York NY-NJ-CT-PA CSA (NY Part) +320,218,223,New York NY-NJ-CT-PA CSA (NY Part) +320,219,201,Boston MA-NH CSA (MA Part) +320,220,257,Houston TX CSA +320,221,223,New York NY-NJ-CT-PA CSA (NY Part) +320,222,266,Washington DC-MD-VA-WV CSA (VA Part) +320,223,223,New York NY-NJ-CT-PA CSA (NY Part) +320,224,223,New York NY-NJ-CT-PA CSA (NY Part) +320,225,266,Washington DC-MD-VA-WV CSA (VA Part) +320,226,266,Washington DC-MD-VA-WV CSA (VA Part) +320,227,223,New York NY-NJ-CT-PA CSA (NY Part) +320,228,217,New York NY-NJ-CT-PA CSA (NJ Part) +320,229,217,New York NY-NJ-CT-PA CSA (NJ Part) +320,230,217,New York NY-NJ-CT-PA CSA (NJ Part) +320,231,223,New York NY-NJ-CT-PA CSA (NY Part) +320,232,266,Washington DC-MD-VA-WV CSA (VA Part) +320,233,217,New York NY-NJ-CT-PA CSA (NJ Part) +320,234,186,Indianapolis IN CSA +320,235,266,Washington DC-MD-VA-WV CSA (VA Part) +320,236,12,Chicago IL-IN-WI CSA (IL Part) +320,237,226,Charlotte NC-SC CSA (NC Part) +320,238,176,Atlanta GA-AL CSA (GA Part) +320,239,223,New York NY-NJ-CT-PA CSA (NY Part) +320,240,232,Cleveland OH CSA +320,241,223,New York NY-NJ-CT-PA CSA (NY Part) +320,242,223,New York NY-NJ-CT-PA CSA (NY Part) +320,243,191,Louisville KY-IN CSA (KY Part) +320,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +320,245,176,Atlanta GA-AL CSA (GA Part) +320,246,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +320,247,223,New York NY-NJ-CT-PA CSA (NY Part) +320,248,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +320,249,266,Washington DC-MD-VA-WV CSA (VA Part) +320,250,266,Washington DC-MD-VA-WV CSA (VA Part) +320,251,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +320,252,176,Atlanta GA-AL CSA (GA Part) +320,253,172,Miami FL MSA +320,254,249,Memphis TN-MS-AR MSA (TN Part) +320,255,172,Miami FL MSA +320,256,257,Houston TX CSA +320,257,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +320,258,223,New York NY-NJ-CT-PA CSA (NY Part) +320,259,232,Cleveland OH CSA +320,260,203,Detroit MI CSA +320,261,223,New York NY-NJ-CT-PA CSA (NY Part) +320,262,255,Dallas-Fort Worth TX CSA +320,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +320,264,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +320,265,223,New York NY-NJ-CT-PA CSA (NY Part) +320,266,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +320,267,223,New York NY-NJ-CT-PA CSA (NY Part) +320,268,154,Alaska +320,269,154,Alaska +320,270,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +320,271,223,New York NY-NJ-CT-PA CSA (NY Part) +320,272,12,Chicago IL-IN-WI CSA (IL Part) +320,273,201,Boston MA-NH CSA (MA Part) +321,152,223,New York NY-NJ-CT-PA CSA (NY Part) +321,153,223,New York NY-NJ-CT-PA CSA (NY Part) +321,154,154,Alaska +321,155,172,Miami FL MSA +321,156,249,Memphis TN-MS-AR MSA (TN Part) +321,157,223,New York NY-NJ-CT-PA CSA (NY Part) +321,158,186,Indianapolis IN CSA +321,159,217,New York NY-NJ-CT-PA CSA (NJ Part) +321,160,249,Memphis TN-MS-AR MSA (TN Part) +321,161,249,Memphis TN-MS-AR MSA (TN Part) +321,162,266,Washington DC-MD-VA-WV CSA (VA Part) +321,163,201,Boston MA-NH CSA (MA Part) +321,164,12,Chicago IL-IN-WI CSA (IL Part) +321,165,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +321,166,223,New York NY-NJ-CT-PA CSA (NY Part) +321,167,266,Washington DC-MD-VA-WV CSA (VA Part) +321,168,201,Boston MA-NH CSA (MA Part) +321,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +321,170,223,New York NY-NJ-CT-PA CSA (NY Part) +321,171,172,Miami FL MSA +321,172,266,Washington DC-MD-VA-WV CSA (VA Part) +321,173,172,Miami FL MSA +321,174,172,Miami FL MSA +321,175,172,Miami FL MSA +321,176,266,Washington DC-MD-VA-WV CSA (VA Part) +321,177,172,Miami FL MSA +321,178,223,New York NY-NJ-CT-PA CSA (NY Part) +321,179,223,New York NY-NJ-CT-PA CSA (NY Part) +321,180,12,Chicago IL-IN-WI CSA (IL Part) +321,181,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +321,183,223,New York NY-NJ-CT-PA CSA (NY Part) +321,184,232,Cleveland OH CSA +321,185,223,New York NY-NJ-CT-PA CSA (NY Part) +321,186,223,New York NY-NJ-CT-PA CSA (NY Part) +321,187,217,New York NY-NJ-CT-PA CSA (NJ Part) +321,188,201,Boston MA-NH CSA (MA Part) +321,189,217,New York NY-NJ-CT-PA CSA (NJ Part) +321,190,223,New York NY-NJ-CT-PA CSA (NY Part) +321,191,192,Remainder of Kentucky +321,192,223,New York NY-NJ-CT-PA CSA (NY Part) +321,193,172,Miami FL MSA +321,194,176,Atlanta GA-AL CSA (GA Part) +321,195,173,Orlando FL CSA +321,196,223,New York NY-NJ-CT-PA CSA (NY Part) +321,197,266,Washington DC-MD-VA-WV CSA (VA Part) +321,198,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +321,199,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +321,200,223,New York NY-NJ-CT-PA CSA (NY Part) +321,201,223,New York NY-NJ-CT-PA CSA (NY Part) +321,202,223,New York NY-NJ-CT-PA CSA (NY Part) +321,203,223,New York NY-NJ-CT-PA CSA (NY Part) +321,204,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +321,205,217,New York NY-NJ-CT-PA CSA (NJ Part) +321,206,12,Chicago IL-IN-WI CSA (IL Part) +321,207,223,New York NY-NJ-CT-PA CSA (NY Part) +321,208,153,Remainder of Alabama +321,209,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +321,210,12,Chicago IL-IN-WI CSA (IL Part) +321,211,176,Atlanta GA-AL CSA (GA Part) +321,212,12,Chicago IL-IN-WI CSA (IL Part) +321,213,191,Louisville KY-IN CSA (KY Part) +321,214,223,New York NY-NJ-CT-PA CSA (NY Part) +321,215,223,New York NY-NJ-CT-PA CSA (NY Part) +321,216,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +321,217,223,New York NY-NJ-CT-PA CSA (NY Part) +321,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +321,219,223,New York NY-NJ-CT-PA CSA (NY Part) +321,220,191,Louisville KY-IN CSA (KY Part) +321,221,223,New York NY-NJ-CT-PA CSA (NY Part) +321,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +321,223,266,Washington DC-MD-VA-WV CSA (VA Part) +321,224,217,New York NY-NJ-CT-PA CSA (NJ Part) +321,225,223,New York NY-NJ-CT-PA CSA (NY Part) +321,226,223,New York NY-NJ-CT-PA CSA (NY Part) +321,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +321,228,223,New York NY-NJ-CT-PA CSA (NY Part) +321,229,223,New York NY-NJ-CT-PA CSA (NY Part) +321,230,176,Atlanta GA-AL CSA (GA Part) +321,231,203,Detroit MI CSA +321,232,266,Washington DC-MD-VA-WV CSA (VA Part) +321,233,201,Boston MA-NH CSA (MA Part) +321,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +321,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +321,236,255,Dallas-Fort Worth TX CSA +321,237,176,Atlanta GA-AL CSA (GA Part) +321,238,176,Atlanta GA-AL CSA (GA Part) +321,239,268,Seattle WA CSA +321,240,232,Cleveland OH CSA +321,241,266,Washington DC-MD-VA-WV CSA (VA Part) +321,242,223,New York NY-NJ-CT-PA CSA (NY Part) +321,243,223,New York NY-NJ-CT-PA CSA (NY Part) +321,244,223,New York NY-NJ-CT-PA CSA (NY Part) +321,245,172,Miami FL MSA +321,246,223,New York NY-NJ-CT-PA CSA (NY Part) +321,247,172,Miami FL MSA +321,248,12,Chicago IL-IN-WI CSA (IL Part) +321,249,217,New York NY-NJ-CT-PA CSA (NJ Part) +321,250,203,Detroit MI CSA +321,251,223,New York NY-NJ-CT-PA CSA (NY Part) +321,252,176,Atlanta GA-AL CSA (GA Part) +321,253,257,Houston TX CSA +321,254,153,Remainder of Alabama +321,255,201,Boston MA-NH CSA (MA Part) +321,256,12,Chicago IL-IN-WI CSA (IL Part) +321,257,217,New York NY-NJ-CT-PA CSA (NJ Part) +321,258,223,New York NY-NJ-CT-PA CSA (NY Part) +321,259,203,Detroit MI CSA +321,260,195,New Orleans LA CSA +321,261,266,Washington DC-MD-VA-WV CSA (VA Part) +321,262,173,Orlando FL CSA +321,263,223,New York NY-NJ-CT-PA CSA (NY Part) +321,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +321,265,266,Washington DC-MD-VA-WV CSA (VA Part) +321,266,191,Louisville KY-IN CSA (KY Part) +321,267,226,Charlotte NC-SC CSA (NC Part) +321,268,217,New York NY-NJ-CT-PA CSA (NJ Part) +321,269,176,Atlanta GA-AL CSA (GA Part) +321,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +321,271,217,New York NY-NJ-CT-PA CSA (NJ Part) +321,272,223,New York NY-NJ-CT-PA CSA (NY Part) +321,273,217,New York NY-NJ-CT-PA CSA (NJ Part) +322,152,249,Memphis TN-MS-AR MSA (TN Part) +322,153,255,Dallas-Fort Worth TX CSA +322,154,154,Alaska +322,155,159,Los Angeles CA CSA +322,156,159,Los Angeles CA CSA +322,157,162,San Francisco CA CSA +322,158,249,Memphis TN-MS-AR MSA (TN Part) +322,159,159,Los Angeles CA CSA +322,160,159,Los Angeles CA CSA +322,161,159,Los Angeles CA CSA +322,162,162,San Francisco CA CSA +322,163,159,Los Angeles CA CSA +322,164,268,Seattle WA CSA +322,165,159,Los Angeles CA CSA +322,166,223,New York NY-NJ-CT-PA CSA (NY Part) +322,167,223,New York NY-NJ-CT-PA CSA (NY Part) +322,168,249,Memphis TN-MS-AR MSA (TN Part) +322,169,223,New York NY-NJ-CT-PA CSA (NY Part) +322,170,159,Los Angeles CA CSA +322,171,249,Memphis TN-MS-AR MSA (TN Part) +322,172,172,Miami FL MSA +322,173,172,Miami FL MSA +322,174,172,Miami FL MSA +322,175,172,Miami FL MSA +322,176,249,Memphis TN-MS-AR MSA (TN Part) +322,177,257,Houston TX CSA +322,178,255,Dallas-Fort Worth TX CSA +322,179,159,Los Angeles CA CSA +322,180,159,Los Angeles CA CSA +322,181,268,Seattle WA CSA +322,183,162,San Francisco CA CSA +322,184,255,Dallas-Fort Worth TX CSA +322,185,12,Chicago IL-IN-WI CSA (IL Part) +322,186,192,Remainder of Kentucky +322,187,176,Atlanta GA-AL CSA (GA Part) +322,188,159,Los Angeles CA CSA +322,189,162,San Francisco CA CSA +322,190,159,Los Angeles CA CSA +322,191,231,Cincinnati OH-KY-IN CSA (OH Part) +322,192,255,Dallas-Fort Worth TX CSA +322,193,159,Los Angeles CA CSA +322,194,162,San Francisco CA CSA +322,195,257,Houston TX CSA +322,196,257,Houston TX CSA +322,197,203,Detroit MI CSA +322,198,232,Cleveland OH CSA +322,199,176,Atlanta GA-AL CSA (GA Part) +322,200,12,Chicago IL-IN-WI CSA (IL Part) +322,201,226,Charlotte NC-SC CSA (NC Part) +322,202,223,New York NY-NJ-CT-PA CSA (NY Part) +322,203,159,Los Angeles CA CSA +322,204,159,Los Angeles CA CSA +322,205,257,Houston TX CSA +322,206,159,Los Angeles CA CSA +322,207,159,Los Angeles CA CSA +322,208,255,Dallas-Fort Worth TX CSA +322,209,257,Houston TX CSA +322,210,249,Memphis TN-MS-AR MSA (TN Part) +322,211,255,Dallas-Fort Worth TX CSA +322,212,159,Los Angeles CA CSA +322,213,268,Seattle WA CSA +322,214,179,Honolulu HI MSA +322,215,159,Los Angeles CA CSA +322,216,201,Boston MA-NH CSA (MA Part) +322,217,195,New Orleans LA CSA +322,218,249,Memphis TN-MS-AR MSA (TN Part) +322,219,191,Louisville KY-IN CSA (KY Part) +322,220,162,San Francisco CA CSA +322,221,192,Remainder of Kentucky +322,222,176,Atlanta GA-AL CSA (GA Part) +322,223,249,Memphis TN-MS-AR MSA (TN Part) +322,224,159,Los Angeles CA CSA +322,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +322,226,249,Memphis TN-MS-AR MSA (TN Part) +322,227,249,Memphis TN-MS-AR MSA (TN Part) +322,228,176,Atlanta GA-AL CSA (GA Part) +322,229,255,Dallas-Fort Worth TX CSA +322,230,159,Los Angeles CA CSA +322,231,186,Indianapolis IN CSA +322,232,12,Chicago IL-IN-WI CSA (IL Part) +322,233,249,Memphis TN-MS-AR MSA (TN Part) +322,234,12,Chicago IL-IN-WI CSA (IL Part) +322,235,232,Cleveland OH CSA +322,236,257,Houston TX CSA +322,237,159,Los Angeles CA CSA +322,238,159,Los Angeles CA CSA +322,239,162,San Francisco CA CSA +322,240,159,Los Angeles CA CSA +322,241,232,Cleveland OH CSA +322,242,153,Remainder of Alabama +322,243,12,Chicago IL-IN-WI CSA (IL Part) +322,244,159,Los Angeles CA CSA +322,245,191,Louisville KY-IN CSA (KY Part) +322,246,153,Remainder of Alabama +322,247,153,Remainder of Alabama +322,248,257,Houston TX CSA +322,249,159,Los Angeles CA CSA +322,250,162,San Francisco CA CSA +322,251,257,Houston TX CSA +322,252,255,Dallas-Fort Worth TX CSA +322,253,179,Honolulu HI MSA +322,254,159,Los Angeles CA CSA +322,255,255,Dallas-Fort Worth TX CSA +322,256,179,Honolulu HI MSA +322,257,249,Memphis TN-MS-AR MSA (TN Part) +322,258,255,Dallas-Fort Worth TX CSA +322,259,249,Memphis TN-MS-AR MSA (TN Part) +322,260,159,Los Angeles CA CSA +322,261,159,Los Angeles CA CSA +322,262,159,Los Angeles CA CSA +322,263,12,Chicago IL-IN-WI CSA (IL Part) +322,264,172,Miami FL MSA +322,265,266,Washington DC-MD-VA-WV CSA (VA Part) +322,266,159,Los Angeles CA CSA +322,267,176,Atlanta GA-AL CSA (GA Part) +322,268,159,Los Angeles CA CSA +322,269,159,Los Angeles CA CSA +322,270,176,Atlanta GA-AL CSA (GA Part) +322,271,12,Chicago IL-IN-WI CSA (IL Part) +322,272,162,San Francisco CA CSA +322,273,179,Honolulu HI MSA +323,152,172,Miami FL MSA +323,153,172,Miami FL MSA +323,154,257,Houston TX CSA +323,155,195,New Orleans LA CSA +323,156,257,Houston TX CSA +323,157,255,Dallas-Fort Worth TX CSA +323,158,249,Memphis TN-MS-AR MSA (TN Part) +323,159,255,Dallas-Fort Worth TX CSA +323,160,162,San Francisco CA CSA +323,161,159,Los Angeles CA CSA +323,162,162,San Francisco CA CSA +323,163,162,San Francisco CA CSA +323,164,255,Dallas-Fort Worth TX CSA +323,165,257,Houston TX CSA +323,166,169,Delaware +323,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +323,168,176,Atlanta GA-AL CSA (GA Part) +323,169,172,Miami FL MSA +323,170,176,Atlanta GA-AL CSA (GA Part) +323,171,195,New Orleans LA CSA +323,172,172,Miami FL MSA +323,173,172,Miami FL MSA +323,174,172,Miami FL MSA +323,175,172,Miami FL MSA +323,176,172,Miami FL MSA +323,177,172,Miami FL MSA +323,178,176,Atlanta GA-AL CSA (GA Part) +323,179,257,Houston TX CSA +323,180,159,Los Angeles CA CSA +323,181,195,New Orleans LA CSA +323,183,153,Remainder of Alabama +323,184,186,Indianapolis IN CSA +323,185,176,Atlanta GA-AL CSA (GA Part) +323,186,173,Orlando FL CSA +323,187,191,Louisville KY-IN CSA (KY Part) +323,188,176,Atlanta GA-AL CSA (GA Part) +323,189,176,Atlanta GA-AL CSA (GA Part) +323,190,176,Atlanta GA-AL CSA (GA Part) +323,191,176,Atlanta GA-AL CSA (GA Part) +323,192,245,Charleston SC MSA +323,193,257,Houston TX CSA +323,194,173,Orlando FL CSA +323,195,172,Miami FL MSA +323,196,173,Orlando FL CSA +323,197,223,New York NY-NJ-CT-PA CSA (NY Part) +323,198,172,Miami FL MSA +323,199,172,Miami FL MSA +323,200,169,Delaware +323,201,173,Orlando FL CSA +323,202,223,New York NY-NJ-CT-PA CSA (NY Part) +323,203,176,Atlanta GA-AL CSA (GA Part) +323,204,173,Orlando FL CSA +323,205,172,Miami FL MSA +323,206,249,Memphis TN-MS-AR MSA (TN Part) +323,207,153,Remainder of Alabama +323,208,172,Miami FL MSA +323,209,255,Dallas-Fort Worth TX CSA +323,210,249,Memphis TN-MS-AR MSA (TN Part) +323,211,172,Miami FL MSA +323,212,257,Houston TX CSA +323,213,249,Memphis TN-MS-AR MSA (TN Part) +323,214,159,Los Angeles CA CSA +323,215,159,Los Angeles CA CSA +323,216,172,Miami FL MSA +323,217,172,Miami FL MSA +323,218,172,Miami FL MSA +323,219,172,Miami FL MSA +323,220,172,Miami FL MSA +323,221,172,Miami FL MSA +323,222,266,Washington DC-MD-VA-WV CSA (VA Part) +323,223,172,Miami FL MSA +323,224,172,Miami FL MSA +323,225,169,Delaware +323,226,172,Miami FL MSA +323,227,172,Miami FL MSA +323,228,172,Miami FL MSA +323,229,173,Orlando FL CSA +323,230,249,Memphis TN-MS-AR MSA (TN Part) +323,231,191,Louisville KY-IN CSA (KY Part) +323,232,191,Louisville KY-IN CSA (KY Part) +323,233,172,Miami FL MSA +323,234,172,Miami FL MSA +323,235,173,Orlando FL CSA +323,236,257,Houston TX CSA +323,237,195,New Orleans LA CSA +323,238,249,Memphis TN-MS-AR MSA (TN Part) +323,239,257,Houston TX CSA +323,240,159,Los Angeles CA CSA +323,241,172,Miami FL MSA +323,242,266,Washington DC-MD-VA-WV CSA (VA Part) +323,243,172,Miami FL MSA +323,244,266,Washington DC-MD-VA-WV CSA (VA Part) +323,245,172,Miami FL MSA +323,246,172,Miami FL MSA +323,247,172,Miami FL MSA +323,248,176,Atlanta GA-AL CSA (GA Part) +323,249,195,New Orleans LA CSA +323,250,176,Atlanta GA-AL CSA (GA Part) +323,251,176,Atlanta GA-AL CSA (GA Part) +323,252,172,Miami FL MSA +323,253,176,Atlanta GA-AL CSA (GA Part) +323,254,195,New Orleans LA CSA +323,255,249,Memphis TN-MS-AR MSA (TN Part) +323,256,195,New Orleans LA CSA +323,257,172,Miami FL MSA +323,258,172,Miami FL MSA +323,259,172,Miami FL MSA +323,260,176,Atlanta GA-AL CSA (GA Part) +323,261,257,Houston TX CSA +323,262,255,Dallas-Fort Worth TX CSA +323,263,223,New York NY-NJ-CT-PA CSA (NY Part) +323,264,226,Charlotte NC-SC CSA (NC Part) +323,265,172,Miami FL MSA +323,266,176,Atlanta GA-AL CSA (GA Part) +323,267,172,Miami FL MSA +323,268,255,Dallas-Fort Worth TX CSA +323,269,255,Dallas-Fort Worth TX CSA +323,270,172,Miami FL MSA +323,271,172,Miami FL MSA +323,272,249,Memphis TN-MS-AR MSA (TN Part) +323,273,255,Dallas-Fort Worth TX CSA +324,152,201,Boston MA-NH CSA (MA Part) +324,153,245,Charleston SC MSA +324,154,154,Alaska +324,155,12,Chicago IL-IN-WI CSA (IL Part) +324,156,12,Chicago IL-IN-WI CSA (IL Part) +324,157,249,Memphis TN-MS-AR MSA (TN Part) +324,158,232,Cleveland OH CSA +324,159,159,Los Angeles CA CSA +324,160,223,New York NY-NJ-CT-PA CSA (NY Part) +324,161,159,Los Angeles CA CSA +324,162,217,New York NY-NJ-CT-PA CSA (NJ Part) +324,163,12,Chicago IL-IN-WI CSA (IL Part) +324,164,223,New York NY-NJ-CT-PA CSA (NY Part) +324,165,255,Dallas-Fort Worth TX CSA +324,166,223,New York NY-NJ-CT-PA CSA (NY Part) +324,167,223,New York NY-NJ-CT-PA CSA (NY Part) +324,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +324,169,223,New York NY-NJ-CT-PA CSA (NY Part) +324,170,223,New York NY-NJ-CT-PA CSA (NY Part) +324,171,217,New York NY-NJ-CT-PA CSA (NJ Part) +324,172,266,Washington DC-MD-VA-WV CSA (VA Part) +324,173,172,Miami FL MSA +324,174,172,Miami FL MSA +324,175,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +324,176,176,Atlanta GA-AL CSA (GA Part) +324,177,217,New York NY-NJ-CT-PA CSA (NJ Part) +324,178,201,Boston MA-NH CSA (MA Part) +324,179,154,Alaska +324,180,159,Los Angeles CA CSA +324,181,223,New York NY-NJ-CT-PA CSA (NY Part) +324,183,203,Detroit MI CSA +324,184,223,New York NY-NJ-CT-PA CSA (NY Part) +324,185,203,Detroit MI CSA +324,186,12,Chicago IL-IN-WI CSA (IL Part) +324,187,217,New York NY-NJ-CT-PA CSA (NJ Part) +324,188,266,Washington DC-MD-VA-WV CSA (VA Part) +324,189,192,Remainder of Kentucky +324,190,223,New York NY-NJ-CT-PA CSA (NY Part) +324,191,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +324,192,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +324,193,223,New York NY-NJ-CT-PA CSA (NY Part) +324,194,176,Atlanta GA-AL CSA (GA Part) +324,195,203,Detroit MI CSA +324,196,176,Atlanta GA-AL CSA (GA Part) +324,197,223,New York NY-NJ-CT-PA CSA (NY Part) +324,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +324,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +324,200,169,Delaware +324,201,201,Boston MA-NH CSA (MA Part) +324,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +324,203,232,Cleveland OH CSA +324,204,203,Detroit MI CSA +324,205,223,New York NY-NJ-CT-PA CSA (NY Part) +324,206,201,Boston MA-NH CSA (MA Part) +324,207,12,Chicago IL-IN-WI CSA (IL Part) +324,208,12,Chicago IL-IN-WI CSA (IL Part) +324,209,223,New York NY-NJ-CT-PA CSA (NY Part) +324,210,201,Boston MA-NH CSA (MA Part) +324,211,12,Chicago IL-IN-WI CSA (IL Part) +324,212,223,New York NY-NJ-CT-PA CSA (NY Part) +324,213,12,Chicago IL-IN-WI CSA (IL Part) +324,214,12,Chicago IL-IN-WI CSA (IL Part) +324,215,12,Chicago IL-IN-WI CSA (IL Part) +324,216,223,New York NY-NJ-CT-PA CSA (NY Part) +324,217,223,New York NY-NJ-CT-PA CSA (NY Part) +324,218,223,New York NY-NJ-CT-PA CSA (NY Part) +324,219,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +324,220,192,Remainder of Kentucky +324,221,223,New York NY-NJ-CT-PA CSA (NY Part) +324,222,169,Delaware +324,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +324,224,223,New York NY-NJ-CT-PA CSA (NY Part) +324,225,223,New York NY-NJ-CT-PA CSA (NY Part) +324,226,226,Charlotte NC-SC CSA (NC Part) +324,227,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +324,228,223,New York NY-NJ-CT-PA CSA (NY Part) +324,229,232,Cleveland OH CSA +324,230,203,Detroit MI CSA +324,231,191,Louisville KY-IN CSA (KY Part) +324,232,201,Boston MA-NH CSA (MA Part) +324,233,223,New York NY-NJ-CT-PA CSA (NY Part) +324,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +324,235,232,Cleveland OH CSA +324,236,12,Chicago IL-IN-WI CSA (IL Part) +324,237,201,Boston MA-NH CSA (MA Part) +324,238,186,Indianapolis IN CSA +324,239,268,Seattle WA CSA +324,240,217,New York NY-NJ-CT-PA CSA (NJ Part) +324,241,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +324,242,223,New York NY-NJ-CT-PA CSA (NY Part) +324,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +324,244,223,New York NY-NJ-CT-PA CSA (NY Part) +324,245,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +324,246,217,New York NY-NJ-CT-PA CSA (NJ Part) +324,247,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +324,248,12,Chicago IL-IN-WI CSA (IL Part) +324,249,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +324,250,217,New York NY-NJ-CT-PA CSA (NJ Part) +324,251,186,Indianapolis IN CSA +324,252,201,Boston MA-NH CSA (MA Part) +324,253,266,Washington DC-MD-VA-WV CSA (VA Part) +324,254,195,New Orleans LA CSA +324,255,176,Atlanta GA-AL CSA (GA Part) +324,256,223,New York NY-NJ-CT-PA CSA (NY Part) +324,257,249,Memphis TN-MS-AR MSA (TN Part) +324,258,186,Indianapolis IN CSA +324,259,223,New York NY-NJ-CT-PA CSA (NY Part) +324,260,255,Dallas-Fort Worth TX CSA +324,261,201,Boston MA-NH CSA (MA Part) +324,262,223,New York NY-NJ-CT-PA CSA (NY Part) +324,263,223,New York NY-NJ-CT-PA CSA (NY Part) +324,264,266,Washington DC-MD-VA-WV CSA (VA Part) +324,265,223,New York NY-NJ-CT-PA CSA (NY Part) +324,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +324,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +324,268,268,Seattle WA CSA +324,269,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +324,270,223,New York NY-NJ-CT-PA CSA (NY Part) +324,271,12,Chicago IL-IN-WI CSA (IL Part) +324,272,203,Detroit MI CSA +324,273,217,New York NY-NJ-CT-PA CSA (NJ Part) +325,152,172,Miami FL MSA +325,153,172,Miami FL MSA +325,154,249,Memphis TN-MS-AR MSA (TN Part) +325,155,257,Houston TX CSA +325,156,172,Miami FL MSA +325,157,172,Miami FL MSA +325,158,172,Miami FL MSA +325,159,172,Miami FL MSA +325,160,249,Memphis TN-MS-AR MSA (TN Part) +325,161,257,Houston TX CSA +325,162,159,Los Angeles CA CSA +325,163,255,Dallas-Fort Worth TX CSA +325,164,249,Memphis TN-MS-AR MSA (TN Part) +325,165,172,Miami FL MSA +325,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +325,167,223,New York NY-NJ-CT-PA CSA (NY Part) +325,168,172,Miami FL MSA +325,169,172,Miami FL MSA +325,170,172,Miami FL MSA +325,171,176,Atlanta GA-AL CSA (GA Part) +325,172,172,Miami FL MSA +325,173,172,Miami FL MSA +325,174,172,Miami FL MSA +325,175,172,Miami FL MSA +325,176,172,Miami FL MSA +325,177,172,Miami FL MSA +325,178,172,Miami FL MSA +325,179,159,Los Angeles CA CSA +325,180,255,Dallas-Fort Worth TX CSA +325,181,257,Houston TX CSA +325,183,176,Atlanta GA-AL CSA (GA Part) +325,184,172,Miami FL MSA +325,185,191,Louisville KY-IN CSA (KY Part) +325,186,172,Miami FL MSA +325,187,186,Indianapolis IN CSA +325,188,249,Memphis TN-MS-AR MSA (TN Part) +325,189,172,Miami FL MSA +325,190,172,Miami FL MSA +325,191,172,Miami FL MSA +325,192,176,Atlanta GA-AL CSA (GA Part) +325,193,172,Miami FL MSA +325,194,172,Miami FL MSA +325,195,153,Remainder of Alabama +325,196,172,Miami FL MSA +325,197,223,New York NY-NJ-CT-PA CSA (NY Part) +325,198,172,Miami FL MSA +325,199,266,Washington DC-MD-VA-WV CSA (VA Part) +325,200,172,Miami FL MSA +325,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +325,202,223,New York NY-NJ-CT-PA CSA (NY Part) +325,203,172,Miami FL MSA +325,204,245,Charleston SC MSA +325,205,176,Atlanta GA-AL CSA (GA Part) +325,206,153,Remainder of Alabama +325,207,12,Chicago IL-IN-WI CSA (IL Part) +325,208,176,Atlanta GA-AL CSA (GA Part) +325,209,191,Louisville KY-IN CSA (KY Part) +325,210,176,Atlanta GA-AL CSA (GA Part) +325,211,176,Atlanta GA-AL CSA (GA Part) +325,212,191,Louisville KY-IN CSA (KY Part) +325,213,176,Atlanta GA-AL CSA (GA Part) +325,214,172,Miami FL MSA +325,215,249,Memphis TN-MS-AR MSA (TN Part) +325,216,266,Washington DC-MD-VA-WV CSA (VA Part) +325,217,172,Miami FL MSA +325,218,266,Washington DC-MD-VA-WV CSA (VA Part) +325,219,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +325,220,257,Houston TX CSA +325,221,266,Washington DC-MD-VA-WV CSA (VA Part) +325,222,266,Washington DC-MD-VA-WV CSA (VA Part) +325,223,172,Miami FL MSA +325,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +325,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +325,226,172,Miami FL MSA +325,227,172,Miami FL MSA +325,228,172,Miami FL MSA +325,229,172,Miami FL MSA +325,230,172,Miami FL MSA +325,231,172,Miami FL MSA +325,232,173,Orlando FL CSA +325,233,172,Miami FL MSA +325,234,231,Cincinnati OH-KY-IN CSA (OH Part) +325,235,245,Charleston SC MSA +325,236,172,Miami FL MSA +325,237,172,Miami FL MSA +325,238,172,Miami FL MSA +325,239,249,Memphis TN-MS-AR MSA (TN Part) +325,240,172,Miami FL MSA +325,241,172,Miami FL MSA +325,242,172,Miami FL MSA +325,243,172,Miami FL MSA +325,244,223,New York NY-NJ-CT-PA CSA (NY Part) +325,245,172,Miami FL MSA +325,246,245,Charleston SC MSA +325,247,172,Miami FL MSA +325,248,12,Chicago IL-IN-WI CSA (IL Part) +325,249,172,Miami FL MSA +325,250,172,Miami FL MSA +325,251,176,Atlanta GA-AL CSA (GA Part) +325,252,172,Miami FL MSA +325,253,172,Miami FL MSA +325,254,153,Remainder of Alabama +325,255,173,Orlando FL CSA +325,256,172,Miami FL MSA +325,257,172,Miami FL MSA +325,258,172,Miami FL MSA +325,259,257,Houston TX CSA +325,260,195,New Orleans LA CSA +325,261,172,Miami FL MSA +325,262,249,Memphis TN-MS-AR MSA (TN Part) +325,263,223,New York NY-NJ-CT-PA CSA (NY Part) +325,264,172,Miami FL MSA +325,265,172,Miami FL MSA +325,266,172,Miami FL MSA +325,267,172,Miami FL MSA +325,268,172,Miami FL MSA +325,269,195,New Orleans LA CSA +325,270,172,Miami FL MSA +325,271,176,Atlanta GA-AL CSA (GA Part) +325,272,172,Miami FL MSA +325,273,249,Memphis TN-MS-AR MSA (TN Part) +326,152,172,Miami FL MSA +326,153,176,Atlanta GA-AL CSA (GA Part) +326,154,12,Chicago IL-IN-WI CSA (IL Part) +326,155,172,Miami FL MSA +326,156,153,Remainder of Alabama +326,157,255,Dallas-Fort Worth TX CSA +326,158,172,Miami FL MSA +326,159,159,Los Angeles CA CSA +326,160,257,Houston TX CSA +326,161,159,Los Angeles CA CSA +326,162,255,Dallas-Fort Worth TX CSA +326,163,153,Remainder of Alabama +326,164,172,Miami FL MSA +326,165,172,Miami FL MSA +326,166,223,New York NY-NJ-CT-PA CSA (NY Part) +326,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +326,168,223,New York NY-NJ-CT-PA CSA (NY Part) +326,169,172,Miami FL MSA +326,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +326,171,172,Miami FL MSA +326,172,172,Miami FL MSA +326,173,172,Miami FL MSA +326,174,172,Miami FL MSA +326,175,172,Miami FL MSA +326,176,176,Atlanta GA-AL CSA (GA Part) +326,177,172,Miami FL MSA +326,178,176,Atlanta GA-AL CSA (GA Part) +326,179,179,Honolulu HI MSA +326,180,172,Miami FL MSA +326,181,172,Miami FL MSA +326,183,176,Atlanta GA-AL CSA (GA Part) +326,184,191,Louisville KY-IN CSA (KY Part) +326,185,226,Charlotte NC-SC CSA (NC Part) +326,186,172,Miami FL MSA +326,187,176,Atlanta GA-AL CSA (GA Part) +326,188,191,Louisville KY-IN CSA (KY Part) +326,189,249,Memphis TN-MS-AR MSA (TN Part) +326,190,172,Miami FL MSA +326,191,192,Remainder of Kentucky +326,192,172,Miami FL MSA +326,193,176,Atlanta GA-AL CSA (GA Part) +326,194,172,Miami FL MSA +326,195,172,Miami FL MSA +326,196,172,Miami FL MSA +326,197,223,New York NY-NJ-CT-PA CSA (NY Part) +326,198,266,Washington DC-MD-VA-WV CSA (VA Part) +326,199,172,Miami FL MSA +326,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +326,201,223,New York NY-NJ-CT-PA CSA (NY Part) +326,202,223,New York NY-NJ-CT-PA CSA (NY Part) +326,203,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +326,204,169,Delaware +326,205,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +326,206,172,Miami FL MSA +326,207,172,Miami FL MSA +326,208,172,Miami FL MSA +326,209,153,Remainder of Alabama +326,210,172,Miami FL MSA +326,211,249,Memphis TN-MS-AR MSA (TN Part) +326,212,192,Remainder of Kentucky +326,213,226,Charlotte NC-SC CSA (NC Part) +326,214,172,Miami FL MSA +326,215,172,Miami FL MSA +326,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +326,217,223,New York NY-NJ-CT-PA CSA (NY Part) +326,218,223,New York NY-NJ-CT-PA CSA (NY Part) +326,219,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +326,220,176,Atlanta GA-AL CSA (GA Part) +326,221,266,Washington DC-MD-VA-WV CSA (VA Part) +326,222,172,Miami FL MSA +326,223,172,Miami FL MSA +326,224,223,New York NY-NJ-CT-PA CSA (NY Part) +326,225,226,Charlotte NC-SC CSA (NC Part) +326,226,172,Miami FL MSA +326,227,172,Miami FL MSA +326,228,172,Miami FL MSA +326,229,172,Miami FL MSA +326,230,172,Miami FL MSA +326,231,192,Remainder of Kentucky +326,232,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +326,233,192,Remainder of Kentucky +326,234,172,Miami FL MSA +326,235,172,Miami FL MSA +326,236,172,Miami FL MSA +326,237,195,New Orleans LA CSA +326,238,172,Miami FL MSA +326,239,255,Dallas-Fort Worth TX CSA +326,240,176,Atlanta GA-AL CSA (GA Part) +326,241,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +326,242,172,Miami FL MSA +326,243,226,Charlotte NC-SC CSA (NC Part) +326,244,266,Washington DC-MD-VA-WV CSA (VA Part) +326,245,172,Miami FL MSA +326,246,172,Miami FL MSA +326,247,245,Charleston SC MSA +326,248,176,Atlanta GA-AL CSA (GA Part) +326,249,245,Charleston SC MSA +326,250,172,Miami FL MSA +326,251,172,Miami FL MSA +326,252,172,Miami FL MSA +326,253,153,Remainder of Alabama +326,254,172,Miami FL MSA +326,255,172,Miami FL MSA +326,256,172,Miami FL MSA +326,257,172,Miami FL MSA +326,258,172,Miami FL MSA +326,259,173,Orlando FL CSA +326,260,172,Miami FL MSA +326,261,249,Memphis TN-MS-AR MSA (TN Part) +326,262,172,Miami FL MSA +326,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +326,264,266,Washington DC-MD-VA-WV CSA (VA Part) +326,265,172,Miami FL MSA +326,266,172,Miami FL MSA +326,267,172,Miami FL MSA +326,268,191,Louisville KY-IN CSA (KY Part) +326,269,195,New Orleans LA CSA +326,270,266,Washington DC-MD-VA-WV CSA (VA Part) +326,271,12,Chicago IL-IN-WI CSA (IL Part) +326,272,232,Cleveland OH CSA +326,273,172,Miami FL MSA +327,152,232,Cleveland OH CSA +327,153,217,New York NY-NJ-CT-PA CSA (NJ Part) +327,154,268,Seattle WA CSA +327,155,223,New York NY-NJ-CT-PA CSA (NY Part) +327,156,266,Washington DC-MD-VA-WV CSA (VA Part) +327,157,191,Louisville KY-IN CSA (KY Part) +327,158,201,Boston MA-NH CSA (MA Part) +327,159,159,Los Angeles CA CSA +327,160,154,Alaska +327,161,12,Chicago IL-IN-WI CSA (IL Part) +327,162,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +327,163,223,New York NY-NJ-CT-PA CSA (NY Part) +327,164,223,New York NY-NJ-CT-PA CSA (NY Part) +327,165,12,Chicago IL-IN-WI CSA (IL Part) +327,166,223,New York NY-NJ-CT-PA CSA (NY Part) +327,167,201,Boston MA-NH CSA (MA Part) +327,168,223,New York NY-NJ-CT-PA CSA (NY Part) +327,169,223,New York NY-NJ-CT-PA CSA (NY Part) +327,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +327,171,203,Detroit MI CSA +327,172,223,New York NY-NJ-CT-PA CSA (NY Part) +327,173,217,New York NY-NJ-CT-PA CSA (NJ Part) +327,174,266,Washington DC-MD-VA-WV CSA (VA Part) +327,175,217,New York NY-NJ-CT-PA CSA (NJ Part) +327,176,223,New York NY-NJ-CT-PA CSA (NY Part) +327,177,201,Boston MA-NH CSA (MA Part) +327,178,217,New York NY-NJ-CT-PA CSA (NJ Part) +327,179,162,San Francisco CA CSA +327,180,162,San Francisco CA CSA +327,181,201,Boston MA-NH CSA (MA Part) +327,183,191,Louisville KY-IN CSA (KY Part) +327,184,12,Chicago IL-IN-WI CSA (IL Part) +327,185,223,New York NY-NJ-CT-PA CSA (NY Part) +327,186,223,New York NY-NJ-CT-PA CSA (NY Part) +327,187,232,Cleveland OH CSA +327,188,201,Boston MA-NH CSA (MA Part) +327,189,12,Chicago IL-IN-WI CSA (IL Part) +327,190,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +327,191,223,New York NY-NJ-CT-PA CSA (NY Part) +327,192,192,Remainder of Kentucky +327,193,249,Memphis TN-MS-AR MSA (TN Part) +327,194,223,New York NY-NJ-CT-PA CSA (NY Part) +327,195,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +327,196,231,Cincinnati OH-KY-IN CSA (OH Part) +327,197,223,New York NY-NJ-CT-PA CSA (NY Part) +327,198,223,New York NY-NJ-CT-PA CSA (NY Part) +327,199,223,New York NY-NJ-CT-PA CSA (NY Part) +327,200,223,New York NY-NJ-CT-PA CSA (NY Part) +327,201,223,New York NY-NJ-CT-PA CSA (NY Part) +327,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +327,203,12,Chicago IL-IN-WI CSA (IL Part) +327,204,266,Washington DC-MD-VA-WV CSA (VA Part) +327,205,12,Chicago IL-IN-WI CSA (IL Part) +327,206,232,Cleveland OH CSA +327,207,217,New York NY-NJ-CT-PA CSA (NJ Part) +327,208,223,New York NY-NJ-CT-PA CSA (NY Part) +327,209,203,Detroit MI CSA +327,210,223,New York NY-NJ-CT-PA CSA (NY Part) +327,211,266,Washington DC-MD-VA-WV CSA (VA Part) +327,212,201,Boston MA-NH CSA (MA Part) +327,213,12,Chicago IL-IN-WI CSA (IL Part) +327,214,159,Los Angeles CA CSA +327,215,217,New York NY-NJ-CT-PA CSA (NJ Part) +327,216,223,New York NY-NJ-CT-PA CSA (NY Part) +327,217,201,Boston MA-NH CSA (MA Part) +327,218,223,New York NY-NJ-CT-PA CSA (NY Part) +327,219,223,New York NY-NJ-CT-PA CSA (NY Part) +327,220,169,Delaware +327,221,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +327,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +327,223,223,New York NY-NJ-CT-PA CSA (NY Part) +327,224,169,Delaware +327,225,223,New York NY-NJ-CT-PA CSA (NY Part) +327,226,266,Washington DC-MD-VA-WV CSA (VA Part) +327,227,223,New York NY-NJ-CT-PA CSA (NY Part) +327,228,217,New York NY-NJ-CT-PA CSA (NJ Part) +327,229,223,New York NY-NJ-CT-PA CSA (NY Part) +327,230,203,Detroit MI CSA +327,231,223,New York NY-NJ-CT-PA CSA (NY Part) +327,232,223,New York NY-NJ-CT-PA CSA (NY Part) +327,233,223,New York NY-NJ-CT-PA CSA (NY Part) +327,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +327,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +327,236,12,Chicago IL-IN-WI CSA (IL Part) +327,237,191,Louisville KY-IN CSA (KY Part) +327,238,12,Chicago IL-IN-WI CSA (IL Part) +327,239,154,Alaska +327,240,154,Alaska +327,241,223,New York NY-NJ-CT-PA CSA (NY Part) +327,242,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +327,243,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +327,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +327,245,217,New York NY-NJ-CT-PA CSA (NJ Part) +327,246,266,Washington DC-MD-VA-WV CSA (VA Part) +327,247,266,Washington DC-MD-VA-WV CSA (VA Part) +327,248,201,Boston MA-NH CSA (MA Part) +327,249,223,New York NY-NJ-CT-PA CSA (NY Part) +327,250,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +327,251,223,New York NY-NJ-CT-PA CSA (NY Part) +327,252,223,New York NY-NJ-CT-PA CSA (NY Part) +327,253,217,New York NY-NJ-CT-PA CSA (NJ Part) +327,254,203,Detroit MI CSA +327,255,255,Dallas-Fort Worth TX CSA +327,256,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +327,257,12,Chicago IL-IN-WI CSA (IL Part) +327,258,231,Cincinnati OH-KY-IN CSA (OH Part) +327,259,12,Chicago IL-IN-WI CSA (IL Part) +327,260,249,Memphis TN-MS-AR MSA (TN Part) +327,261,186,Indianapolis IN CSA +327,262,223,New York NY-NJ-CT-PA CSA (NY Part) +327,263,223,New York NY-NJ-CT-PA CSA (NY Part) +327,264,266,Washington DC-MD-VA-WV CSA (VA Part) +327,265,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +327,266,266,Washington DC-MD-VA-WV CSA (VA Part) +327,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +327,268,154,Alaska +327,269,12,Chicago IL-IN-WI CSA (IL Part) +327,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +327,271,223,New York NY-NJ-CT-PA CSA (NY Part) +327,272,266,Washington DC-MD-VA-WV CSA (VA Part) +327,273,217,New York NY-NJ-CT-PA CSA (NJ Part) +328,152,266,Washington DC-MD-VA-WV CSA (VA Part) +328,153,176,Atlanta GA-AL CSA (GA Part) +328,154,217,New York NY-NJ-CT-PA CSA (NJ Part) +328,155,12,Chicago IL-IN-WI CSA (IL Part) +328,156,223,New York NY-NJ-CT-PA CSA (NY Part) +328,157,203,Detroit MI CSA +328,158,223,New York NY-NJ-CT-PA CSA (NY Part) +328,159,164,Denver CO CSA +328,160,223,New York NY-NJ-CT-PA CSA (NY Part) +328,161,159,Los Angeles CA CSA +328,162,159,Los Angeles CA CSA +328,163,223,New York NY-NJ-CT-PA CSA (NY Part) +328,164,223,New York NY-NJ-CT-PA CSA (NY Part) +328,165,223,New York NY-NJ-CT-PA CSA (NY Part) +328,166,223,New York NY-NJ-CT-PA CSA (NY Part) +328,167,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +328,168,223,New York NY-NJ-CT-PA CSA (NY Part) +328,169,201,Boston MA-NH CSA (MA Part) +328,170,223,New York NY-NJ-CT-PA CSA (NY Part) +328,171,223,New York NY-NJ-CT-PA CSA (NY Part) +328,172,172,Miami FL MSA +328,173,172,Miami FL MSA +328,174,226,Charlotte NC-SC CSA (NC Part) +328,175,226,Charlotte NC-SC CSA (NC Part) +328,176,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +328,177,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +328,178,223,New York NY-NJ-CT-PA CSA (NY Part) +328,179,162,San Francisco CA CSA +328,180,179,Honolulu HI MSA +328,181,223,New York NY-NJ-CT-PA CSA (NY Part) +328,183,186,Indianapolis IN CSA +328,184,217,New York NY-NJ-CT-PA CSA (NJ Part) +328,185,217,New York NY-NJ-CT-PA CSA (NJ Part) +328,186,223,New York NY-NJ-CT-PA CSA (NY Part) +328,187,217,New York NY-NJ-CT-PA CSA (NJ Part) +328,188,203,Detroit MI CSA +328,189,12,Chicago IL-IN-WI CSA (IL Part) +328,190,223,New York NY-NJ-CT-PA CSA (NY Part) +328,191,217,New York NY-NJ-CT-PA CSA (NJ Part) +328,192,266,Washington DC-MD-VA-WV CSA (VA Part) +328,193,249,Memphis TN-MS-AR MSA (TN Part) +328,194,266,Washington DC-MD-VA-WV CSA (VA Part) +328,195,12,Chicago IL-IN-WI CSA (IL Part) +328,196,232,Cleveland OH CSA +328,197,223,New York NY-NJ-CT-PA CSA (NY Part) +328,198,223,New York NY-NJ-CT-PA CSA (NY Part) +328,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +328,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +328,201,223,New York NY-NJ-CT-PA CSA (NY Part) +328,202,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +328,203,223,New York NY-NJ-CT-PA CSA (NY Part) +328,204,217,New York NY-NJ-CT-PA CSA (NJ Part) +328,205,223,New York NY-NJ-CT-PA CSA (NY Part) +328,206,223,New York NY-NJ-CT-PA CSA (NY Part) +328,207,203,Detroit MI CSA +328,208,266,Washington DC-MD-VA-WV CSA (VA Part) +328,209,203,Detroit MI CSA +328,210,203,Detroit MI CSA +328,211,203,Detroit MI CSA +328,212,12,Chicago IL-IN-WI CSA (IL Part) +328,213,12,Chicago IL-IN-WI CSA (IL Part) +328,214,162,San Francisco CA CSA +328,215,232,Cleveland OH CSA +328,216,223,New York NY-NJ-CT-PA CSA (NY Part) +328,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +328,218,223,New York NY-NJ-CT-PA CSA (NY Part) +328,219,232,Cleveland OH CSA +328,220,12,Chicago IL-IN-WI CSA (IL Part) +328,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +328,222,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +328,223,223,New York NY-NJ-CT-PA CSA (NY Part) +328,224,217,New York NY-NJ-CT-PA CSA (NJ Part) +328,225,203,Detroit MI CSA +328,226,223,New York NY-NJ-CT-PA CSA (NY Part) +328,227,191,Louisville KY-IN CSA (KY Part) +328,228,223,New York NY-NJ-CT-PA CSA (NY Part) +328,229,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +328,230,223,New York NY-NJ-CT-PA CSA (NY Part) +328,231,223,New York NY-NJ-CT-PA CSA (NY Part) +328,232,217,New York NY-NJ-CT-PA CSA (NJ Part) +328,233,223,New York NY-NJ-CT-PA CSA (NY Part) +328,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +328,235,232,Cleveland OH CSA +328,236,12,Chicago IL-IN-WI CSA (IL Part) +328,237,223,New York NY-NJ-CT-PA CSA (NY Part) +328,238,186,Indianapolis IN CSA +328,239,12,Chicago IL-IN-WI CSA (IL Part) +328,240,203,Detroit MI CSA +328,241,223,New York NY-NJ-CT-PA CSA (NY Part) +328,242,223,New York NY-NJ-CT-PA CSA (NY Part) +328,243,223,New York NY-NJ-CT-PA CSA (NY Part) +328,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +328,245,223,New York NY-NJ-CT-PA CSA (NY Part) +328,246,192,Remainder of Kentucky +328,247,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +328,248,186,Indianapolis IN CSA +328,249,203,Detroit MI CSA +328,250,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +328,251,245,Charleston SC MSA +328,252,255,Dallas-Fort Worth TX CSA +328,253,257,Houston TX CSA +328,254,12,Chicago IL-IN-WI CSA (IL Part) +328,255,232,Cleveland OH CSA +328,256,12,Chicago IL-IN-WI CSA (IL Part) +328,257,12,Chicago IL-IN-WI CSA (IL Part) +328,258,12,Chicago IL-IN-WI CSA (IL Part) +328,259,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +328,260,191,Louisville KY-IN CSA (KY Part) +328,261,217,New York NY-NJ-CT-PA CSA (NJ Part) +328,262,12,Chicago IL-IN-WI CSA (IL Part) +328,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +328,264,223,New York NY-NJ-CT-PA CSA (NY Part) +328,265,266,Washington DC-MD-VA-WV CSA (VA Part) +328,266,223,New York NY-NJ-CT-PA CSA (NY Part) +328,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +328,268,154,Alaska +328,269,268,Seattle WA CSA +328,270,266,Washington DC-MD-VA-WV CSA (VA Part) +328,271,186,Indianapolis IN CSA +328,272,266,Washington DC-MD-VA-WV CSA (VA Part) +328,273,232,Cleveland OH CSA +329,152,217,New York NY-NJ-CT-PA CSA (NJ Part) +329,153,249,Memphis TN-MS-AR MSA (TN Part) +329,154,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +329,155,12,Chicago IL-IN-WI CSA (IL Part) +329,156,203,Detroit MI CSA +329,157,223,New York NY-NJ-CT-PA CSA (NY Part) +329,158,176,Atlanta GA-AL CSA (GA Part) +329,159,176,Atlanta GA-AL CSA (GA Part) +329,160,191,Louisville KY-IN CSA (KY Part) +329,161,176,Atlanta GA-AL CSA (GA Part) +329,162,153,Remainder of Alabama +329,163,153,Remainder of Alabama +329,164,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +329,165,203,Detroit MI CSA +329,166,223,New York NY-NJ-CT-PA CSA (NY Part) +329,167,223,New York NY-NJ-CT-PA CSA (NY Part) +329,168,223,New York NY-NJ-CT-PA CSA (NY Part) +329,169,223,New York NY-NJ-CT-PA CSA (NY Part) +329,170,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +329,171,223,New York NY-NJ-CT-PA CSA (NY Part) +329,172,172,Miami FL MSA +329,173,172,Miami FL MSA +329,174,223,New York NY-NJ-CT-PA CSA (NY Part) +329,175,172,Miami FL MSA +329,176,266,Washington DC-MD-VA-WV CSA (VA Part) +329,177,176,Atlanta GA-AL CSA (GA Part) +329,178,176,Atlanta GA-AL CSA (GA Part) +329,179,159,Los Angeles CA CSA +329,180,159,Los Angeles CA CSA +329,181,201,Boston MA-NH CSA (MA Part) +329,183,192,Remainder of Kentucky +329,184,266,Washington DC-MD-VA-WV CSA (VA Part) +329,185,223,New York NY-NJ-CT-PA CSA (NY Part) +329,186,266,Washington DC-MD-VA-WV CSA (VA Part) +329,187,223,New York NY-NJ-CT-PA CSA (NY Part) +329,188,217,New York NY-NJ-CT-PA CSA (NJ Part) +329,189,12,Chicago IL-IN-WI CSA (IL Part) +329,190,217,New York NY-NJ-CT-PA CSA (NJ Part) +329,191,217,New York NY-NJ-CT-PA CSA (NJ Part) +329,192,217,New York NY-NJ-CT-PA CSA (NJ Part) +329,193,266,Washington DC-MD-VA-WV CSA (VA Part) +329,194,172,Miami FL MSA +329,195,195,New Orleans LA CSA +329,196,223,New York NY-NJ-CT-PA CSA (NY Part) +329,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +329,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +329,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +329,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +329,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +329,202,201,Boston MA-NH CSA (MA Part) +329,203,266,Washington DC-MD-VA-WV CSA (VA Part) +329,204,223,New York NY-NJ-CT-PA CSA (NY Part) +329,205,223,New York NY-NJ-CT-PA CSA (NY Part) +329,206,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +329,207,186,Indianapolis IN CSA +329,208,169,Delaware +329,209,217,New York NY-NJ-CT-PA CSA (NJ Part) +329,210,203,Detroit MI CSA +329,211,191,Louisville KY-IN CSA (KY Part) +329,212,223,New York NY-NJ-CT-PA CSA (NY Part) +329,213,186,Indianapolis IN CSA +329,214,223,New York NY-NJ-CT-PA CSA (NY Part) +329,215,12,Chicago IL-IN-WI CSA (IL Part) +329,216,223,New York NY-NJ-CT-PA CSA (NY Part) +329,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +329,218,223,New York NY-NJ-CT-PA CSA (NY Part) +329,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +329,220,249,Memphis TN-MS-AR MSA (TN Part) +329,221,223,New York NY-NJ-CT-PA CSA (NY Part) +329,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +329,223,266,Washington DC-MD-VA-WV CSA (VA Part) +329,224,223,New York NY-NJ-CT-PA CSA (NY Part) +329,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +329,226,223,New York NY-NJ-CT-PA CSA (NY Part) +329,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +329,228,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +329,229,217,New York NY-NJ-CT-PA CSA (NJ Part) +329,230,12,Chicago IL-IN-WI CSA (IL Part) +329,231,266,Washington DC-MD-VA-WV CSA (VA Part) +329,232,232,Cleveland OH CSA +329,233,232,Cleveland OH CSA +329,234,223,New York NY-NJ-CT-PA CSA (NY Part) +329,235,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +329,236,12,Chicago IL-IN-WI CSA (IL Part) +329,237,266,Washington DC-MD-VA-WV CSA (VA Part) +329,238,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +329,239,266,Washington DC-MD-VA-WV CSA (VA Part) +329,240,12,Chicago IL-IN-WI CSA (IL Part) +329,241,232,Cleveland OH CSA +329,242,223,New York NY-NJ-CT-PA CSA (NY Part) +329,243,266,Washington DC-MD-VA-WV CSA (VA Part) +329,244,223,New York NY-NJ-CT-PA CSA (NY Part) +329,245,266,Washington DC-MD-VA-WV CSA (VA Part) +329,246,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +329,247,223,New York NY-NJ-CT-PA CSA (NY Part) +329,248,217,New York NY-NJ-CT-PA CSA (NJ Part) +329,249,217,New York NY-NJ-CT-PA CSA (NJ Part) +329,250,266,Washington DC-MD-VA-WV CSA (VA Part) +329,251,223,New York NY-NJ-CT-PA CSA (NY Part) +329,252,217,New York NY-NJ-CT-PA CSA (NJ Part) +329,253,223,New York NY-NJ-CT-PA CSA (NY Part) +329,254,217,New York NY-NJ-CT-PA CSA (NJ Part) +329,255,249,Memphis TN-MS-AR MSA (TN Part) +329,256,257,Houston TX CSA +329,257,176,Atlanta GA-AL CSA (GA Part) +329,258,195,New Orleans LA CSA +329,259,266,Washington DC-MD-VA-WV CSA (VA Part) +329,260,223,New York NY-NJ-CT-PA CSA (NY Part) +329,261,191,Louisville KY-IN CSA (KY Part) +329,262,266,Washington DC-MD-VA-WV CSA (VA Part) +329,263,223,New York NY-NJ-CT-PA CSA (NY Part) +329,264,223,New York NY-NJ-CT-PA CSA (NY Part) +329,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +329,266,226,Charlotte NC-SC CSA (NC Part) +329,267,223,New York NY-NJ-CT-PA CSA (NY Part) +329,268,223,New York NY-NJ-CT-PA CSA (NY Part) +329,269,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +329,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +329,271,223,New York NY-NJ-CT-PA CSA (NY Part) +329,272,12,Chicago IL-IN-WI CSA (IL Part) +329,273,203,Detroit MI CSA +330,152,245,Charleston SC MSA +330,153,191,Louisville KY-IN CSA (KY Part) +330,154,154,Alaska +330,155,223,New York NY-NJ-CT-PA CSA (NY Part) +330,156,12,Chicago IL-IN-WI CSA (IL Part) +330,157,12,Chicago IL-IN-WI CSA (IL Part) +330,158,223,New York NY-NJ-CT-PA CSA (NY Part) +330,159,12,Chicago IL-IN-WI CSA (IL Part) +330,160,159,Los Angeles CA CSA +330,161,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +330,162,12,Chicago IL-IN-WI CSA (IL Part) +330,163,12,Chicago IL-IN-WI CSA (IL Part) +330,164,12,Chicago IL-IN-WI CSA (IL Part) +330,165,12,Chicago IL-IN-WI CSA (IL Part) +330,166,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +330,167,223,New York NY-NJ-CT-PA CSA (NY Part) +330,168,223,New York NY-NJ-CT-PA CSA (NY Part) +330,169,223,New York NY-NJ-CT-PA CSA (NY Part) +330,170,266,Washington DC-MD-VA-WV CSA (VA Part) +330,171,226,Charlotte NC-SC CSA (NC Part) +330,172,223,New York NY-NJ-CT-PA CSA (NY Part) +330,173,203,Detroit MI CSA +330,174,223,New York NY-NJ-CT-PA CSA (NY Part) +330,175,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +330,176,223,New York NY-NJ-CT-PA CSA (NY Part) +330,177,245,Charleston SC MSA +330,178,176,Atlanta GA-AL CSA (GA Part) +330,179,159,Los Angeles CA CSA +330,180,159,Los Angeles CA CSA +330,181,12,Chicago IL-IN-WI CSA (IL Part) +330,183,217,New York NY-NJ-CT-PA CSA (NJ Part) +330,184,12,Chicago IL-IN-WI CSA (IL Part) +330,185,232,Cleveland OH CSA +330,186,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +330,187,12,Chicago IL-IN-WI CSA (IL Part) +330,188,12,Chicago IL-IN-WI CSA (IL Part) +330,189,186,Indianapolis IN CSA +330,190,217,New York NY-NJ-CT-PA CSA (NJ Part) +330,191,191,Louisville KY-IN CSA (KY Part) +330,192,223,New York NY-NJ-CT-PA CSA (NY Part) +330,193,223,New York NY-NJ-CT-PA CSA (NY Part) +330,194,176,Atlanta GA-AL CSA (GA Part) +330,195,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +330,196,12,Chicago IL-IN-WI CSA (IL Part) +330,197,201,Boston MA-NH CSA (MA Part) +330,198,223,New York NY-NJ-CT-PA CSA (NY Part) +330,199,232,Cleveland OH CSA +330,200,223,New York NY-NJ-CT-PA CSA (NY Part) +330,201,223,New York NY-NJ-CT-PA CSA (NY Part) +330,202,223,New York NY-NJ-CT-PA CSA (NY Part) +330,203,12,Chicago IL-IN-WI CSA (IL Part) +330,204,223,New York NY-NJ-CT-PA CSA (NY Part) +330,205,223,New York NY-NJ-CT-PA CSA (NY Part) +330,206,12,Chicago IL-IN-WI CSA (IL Part) +330,207,217,New York NY-NJ-CT-PA CSA (NJ Part) +330,208,203,Detroit MI CSA +330,209,12,Chicago IL-IN-WI CSA (IL Part) +330,210,266,Washington DC-MD-VA-WV CSA (VA Part) +330,211,223,New York NY-NJ-CT-PA CSA (NY Part) +330,212,232,Cleveland OH CSA +330,213,12,Chicago IL-IN-WI CSA (IL Part) +330,214,162,San Francisco CA CSA +330,215,162,San Francisco CA CSA +330,216,223,New York NY-NJ-CT-PA CSA (NY Part) +330,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +330,218,223,New York NY-NJ-CT-PA CSA (NY Part) +330,219,223,New York NY-NJ-CT-PA CSA (NY Part) +330,220,201,Boston MA-NH CSA (MA Part) +330,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +330,222,223,New York NY-NJ-CT-PA CSA (NY Part) +330,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +330,224,217,New York NY-NJ-CT-PA CSA (NJ Part) +330,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +330,226,266,Washington DC-MD-VA-WV CSA (VA Part) +330,227,223,New York NY-NJ-CT-PA CSA (NY Part) +330,228,217,New York NY-NJ-CT-PA CSA (NJ Part) +330,229,223,New York NY-NJ-CT-PA CSA (NY Part) +330,230,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +330,231,223,New York NY-NJ-CT-PA CSA (NY Part) +330,232,223,New York NY-NJ-CT-PA CSA (NY Part) +330,233,223,New York NY-NJ-CT-PA CSA (NY Part) +330,234,223,New York NY-NJ-CT-PA CSA (NY Part) +330,235,223,New York NY-NJ-CT-PA CSA (NY Part) +330,236,217,New York NY-NJ-CT-PA CSA (NJ Part) +330,237,12,Chicago IL-IN-WI CSA (IL Part) +330,238,255,Dallas-Fort Worth TX CSA +330,239,159,Los Angeles CA CSA +330,240,12,Chicago IL-IN-WI CSA (IL Part) +330,241,223,New York NY-NJ-CT-PA CSA (NY Part) +330,242,201,Boston MA-NH CSA (MA Part) +330,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +330,244,203,Detroit MI CSA +330,245,223,New York NY-NJ-CT-PA CSA (NY Part) +330,246,217,New York NY-NJ-CT-PA CSA (NJ Part) +330,247,266,Washington DC-MD-VA-WV CSA (VA Part) +330,248,12,Chicago IL-IN-WI CSA (IL Part) +330,249,12,Chicago IL-IN-WI CSA (IL Part) +330,250,191,Louisville KY-IN CSA (KY Part) +330,251,217,New York NY-NJ-CT-PA CSA (NJ Part) +330,252,217,New York NY-NJ-CT-PA CSA (NJ Part) +330,253,201,Boston MA-NH CSA (MA Part) +330,254,217,New York NY-NJ-CT-PA CSA (NJ Part) +330,255,12,Chicago IL-IN-WI CSA (IL Part) +330,256,12,Chicago IL-IN-WI CSA (IL Part) +330,257,12,Chicago IL-IN-WI CSA (IL Part) +330,258,255,Dallas-Fort Worth TX CSA +330,259,255,Dallas-Fort Worth TX CSA +330,260,232,Cleveland OH CSA +330,261,249,Memphis TN-MS-AR MSA (TN Part) +330,262,12,Chicago IL-IN-WI CSA (IL Part) +330,263,223,New York NY-NJ-CT-PA CSA (NY Part) +330,264,223,New York NY-NJ-CT-PA CSA (NY Part) +330,265,266,Washington DC-MD-VA-WV CSA (VA Part) +330,266,223,New York NY-NJ-CT-PA CSA (NY Part) +330,267,223,New York NY-NJ-CT-PA CSA (NY Part) +330,268,154,Alaska +330,269,232,Cleveland OH CSA +330,270,232,Cleveland OH CSA +330,271,12,Chicago IL-IN-WI CSA (IL Part) +330,272,223,New York NY-NJ-CT-PA CSA (NY Part) +330,273,217,New York NY-NJ-CT-PA CSA (NJ Part) +331,152,217,New York NY-NJ-CT-PA CSA (NJ Part) +331,153,223,New York NY-NJ-CT-PA CSA (NY Part) +331,154,154,Alaska +331,155,232,Cleveland OH CSA +331,156,12,Chicago IL-IN-WI CSA (IL Part) +331,157,223,New York NY-NJ-CT-PA CSA (NY Part) +331,158,153,Remainder of Alabama +331,159,201,Boston MA-NH CSA (MA Part) +331,160,154,Alaska +331,161,162,San Francisco CA CSA +331,162,154,Alaska +331,163,223,New York NY-NJ-CT-PA CSA (NY Part) +331,164,217,New York NY-NJ-CT-PA CSA (NJ Part) +331,165,217,New York NY-NJ-CT-PA CSA (NJ Part) +331,166,223,New York NY-NJ-CT-PA CSA (NY Part) +331,167,223,New York NY-NJ-CT-PA CSA (NY Part) +331,168,201,Boston MA-NH CSA (MA Part) +331,169,223,New York NY-NJ-CT-PA CSA (NY Part) +331,170,223,New York NY-NJ-CT-PA CSA (NY Part) +331,171,223,New York NY-NJ-CT-PA CSA (NY Part) +331,172,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +331,173,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +331,174,266,Washington DC-MD-VA-WV CSA (VA Part) +331,175,176,Atlanta GA-AL CSA (GA Part) +331,176,223,New York NY-NJ-CT-PA CSA (NY Part) +331,177,223,New York NY-NJ-CT-PA CSA (NY Part) +331,178,223,New York NY-NJ-CT-PA CSA (NY Part) +331,179,164,Denver CO CSA +331,180,162,San Francisco CA CSA +331,181,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +331,183,203,Detroit MI CSA +331,184,223,New York NY-NJ-CT-PA CSA (NY Part) +331,185,232,Cleveland OH CSA +331,186,186,Indianapolis IN CSA +331,187,223,New York NY-NJ-CT-PA CSA (NY Part) +331,188,203,Detroit MI CSA +331,189,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +331,190,266,Washington DC-MD-VA-WV CSA (VA Part) +331,191,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +331,192,232,Cleveland OH CSA +331,193,249,Memphis TN-MS-AR MSA (TN Part) +331,194,266,Washington DC-MD-VA-WV CSA (VA Part) +331,195,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +331,196,223,New York NY-NJ-CT-PA CSA (NY Part) +331,197,201,Boston MA-NH CSA (MA Part) +331,198,223,New York NY-NJ-CT-PA CSA (NY Part) +331,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +331,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +331,201,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +331,202,232,Cleveland OH CSA +331,203,217,New York NY-NJ-CT-PA CSA (NJ Part) +331,204,217,New York NY-NJ-CT-PA CSA (NJ Part) +331,205,201,Boston MA-NH CSA (MA Part) +331,206,12,Chicago IL-IN-WI CSA (IL Part) +331,207,169,Delaware +331,208,249,Memphis TN-MS-AR MSA (TN Part) +331,209,191,Louisville KY-IN CSA (KY Part) +331,210,191,Louisville KY-IN CSA (KY Part) +331,211,223,New York NY-NJ-CT-PA CSA (NY Part) +331,212,223,New York NY-NJ-CT-PA CSA (NY Part) +331,213,12,Chicago IL-IN-WI CSA (IL Part) +331,214,223,New York NY-NJ-CT-PA CSA (NY Part) +331,215,192,Remainder of Kentucky +331,216,223,New York NY-NJ-CT-PA CSA (NY Part) +331,217,223,New York NY-NJ-CT-PA CSA (NY Part) +331,218,266,Washington DC-MD-VA-WV CSA (VA Part) +331,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +331,220,203,Detroit MI CSA +331,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +331,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +331,223,223,New York NY-NJ-CT-PA CSA (NY Part) +331,224,223,New York NY-NJ-CT-PA CSA (NY Part) +331,225,223,New York NY-NJ-CT-PA CSA (NY Part) +331,226,223,New York NY-NJ-CT-PA CSA (NY Part) +331,227,245,Charleston SC MSA +331,228,201,Boston MA-NH CSA (MA Part) +331,229,217,New York NY-NJ-CT-PA CSA (NJ Part) +331,230,191,Louisville KY-IN CSA (KY Part) +331,231,186,Indianapolis IN CSA +331,232,266,Washington DC-MD-VA-WV CSA (VA Part) +331,233,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +331,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +331,235,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +331,236,223,New York NY-NJ-CT-PA CSA (NY Part) +331,237,266,Washington DC-MD-VA-WV CSA (VA Part) +331,238,223,New York NY-NJ-CT-PA CSA (NY Part) +331,239,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +331,240,154,Alaska +331,241,266,Washington DC-MD-VA-WV CSA (VA Part) +331,242,223,New York NY-NJ-CT-PA CSA (NY Part) +331,243,223,New York NY-NJ-CT-PA CSA (NY Part) +331,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +331,245,223,New York NY-NJ-CT-PA CSA (NY Part) +331,246,226,Charlotte NC-SC CSA (NC Part) +331,247,266,Washington DC-MD-VA-WV CSA (VA Part) +331,248,223,New York NY-NJ-CT-PA CSA (NY Part) +331,249,266,Washington DC-MD-VA-WV CSA (VA Part) +331,250,223,New York NY-NJ-CT-PA CSA (NY Part) +331,251,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +331,252,266,Washington DC-MD-VA-WV CSA (VA Part) +331,253,232,Cleveland OH CSA +331,254,223,New York NY-NJ-CT-PA CSA (NY Part) +331,255,186,Indianapolis IN CSA +331,256,266,Washington DC-MD-VA-WV CSA (VA Part) +331,257,223,New York NY-NJ-CT-PA CSA (NY Part) +331,258,255,Dallas-Fort Worth TX CSA +331,259,176,Atlanta GA-AL CSA (GA Part) +331,260,266,Washington DC-MD-VA-WV CSA (VA Part) +331,261,266,Washington DC-MD-VA-WV CSA (VA Part) +331,262,217,New York NY-NJ-CT-PA CSA (NJ Part) +331,263,223,New York NY-NJ-CT-PA CSA (NY Part) +331,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +331,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +331,266,223,New York NY-NJ-CT-PA CSA (NY Part) +331,267,223,New York NY-NJ-CT-PA CSA (NY Part) +331,268,154,Alaska +331,269,12,Chicago IL-IN-WI CSA (IL Part) +331,270,266,Washington DC-MD-VA-WV CSA (VA Part) +331,271,223,New York NY-NJ-CT-PA CSA (NY Part) +331,272,232,Cleveland OH CSA +331,273,203,Detroit MI CSA +332,152,172,Miami FL MSA +332,153,172,Miami FL MSA +332,154,217,New York NY-NJ-CT-PA CSA (NJ Part) +332,155,172,Miami FL MSA +332,156,172,Miami FL MSA +332,157,172,Miami FL MSA +332,158,172,Miami FL MSA +332,159,195,New Orleans LA CSA +332,160,12,Chicago IL-IN-WI CSA (IL Part) +332,161,245,Charleston SC MSA +332,162,172,Miami FL MSA +332,163,159,Los Angeles CA CSA +332,164,172,Miami FL MSA +332,165,176,Atlanta GA-AL CSA (GA Part) +332,166,223,New York NY-NJ-CT-PA CSA (NY Part) +332,167,223,New York NY-NJ-CT-PA CSA (NY Part) +332,168,223,New York NY-NJ-CT-PA CSA (NY Part) +332,169,266,Washington DC-MD-VA-WV CSA (VA Part) +332,170,266,Washington DC-MD-VA-WV CSA (VA Part) +332,171,172,Miami FL MSA +332,172,245,Charleston SC MSA +332,173,172,Miami FL MSA +332,174,172,Miami FL MSA +332,175,176,Atlanta GA-AL CSA (GA Part) +332,176,172,Miami FL MSA +332,177,172,Miami FL MSA +332,178,172,Miami FL MSA +332,179,191,Louisville KY-IN CSA (KY Part) +332,180,191,Louisville KY-IN CSA (KY Part) +332,181,266,Washington DC-MD-VA-WV CSA (VA Part) +332,183,186,Indianapolis IN CSA +332,184,186,Indianapolis IN CSA +332,185,192,Remainder of Kentucky +332,186,191,Louisville KY-IN CSA (KY Part) +332,187,176,Atlanta GA-AL CSA (GA Part) +332,188,176,Atlanta GA-AL CSA (GA Part) +332,189,172,Miami FL MSA +332,190,249,Memphis TN-MS-AR MSA (TN Part) +332,191,191,Louisville KY-IN CSA (KY Part) +332,192,176,Atlanta GA-AL CSA (GA Part) +332,193,172,Miami FL MSA +332,194,249,Memphis TN-MS-AR MSA (TN Part) +332,195,172,Miami FL MSA +332,196,172,Miami FL MSA +332,197,223,New York NY-NJ-CT-PA CSA (NY Part) +332,198,223,New York NY-NJ-CT-PA CSA (NY Part) +332,199,223,New York NY-NJ-CT-PA CSA (NY Part) +332,200,223,New York NY-NJ-CT-PA CSA (NY Part) +332,201,223,New York NY-NJ-CT-PA CSA (NY Part) +332,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +332,203,203,Detroit MI CSA +332,204,232,Cleveland OH CSA +332,205,223,New York NY-NJ-CT-PA CSA (NY Part) +332,206,153,Remainder of Alabama +332,207,12,Chicago IL-IN-WI CSA (IL Part) +332,208,172,Miami FL MSA +332,209,176,Atlanta GA-AL CSA (GA Part) +332,210,191,Louisville KY-IN CSA (KY Part) +332,211,172,Miami FL MSA +332,212,172,Miami FL MSA +332,213,12,Chicago IL-IN-WI CSA (IL Part) +332,214,176,Atlanta GA-AL CSA (GA Part) +332,215,173,Orlando FL CSA +332,216,223,New York NY-NJ-CT-PA CSA (NY Part) +332,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +332,218,223,New York NY-NJ-CT-PA CSA (NY Part) +332,219,223,New York NY-NJ-CT-PA CSA (NY Part) +332,220,172,Miami FL MSA +332,221,201,Boston MA-NH CSA (MA Part) +332,222,223,New York NY-NJ-CT-PA CSA (NY Part) +332,223,266,Washington DC-MD-VA-WV CSA (VA Part) +332,224,223,New York NY-NJ-CT-PA CSA (NY Part) +332,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +332,226,172,Miami FL MSA +332,227,172,Miami FL MSA +332,228,172,Miami FL MSA +332,229,172,Miami FL MSA +332,230,192,Remainder of Kentucky +332,231,266,Washington DC-MD-VA-WV CSA (VA Part) +332,232,232,Cleveland OH CSA +332,233,266,Washington DC-MD-VA-WV CSA (VA Part) +332,234,226,Charlotte NC-SC CSA (NC Part) +332,235,226,Charlotte NC-SC CSA (NC Part) +332,236,249,Memphis TN-MS-AR MSA (TN Part) +332,237,249,Memphis TN-MS-AR MSA (TN Part) +332,238,176,Atlanta GA-AL CSA (GA Part) +332,239,249,Memphis TN-MS-AR MSA (TN Part) +332,240,153,Remainder of Alabama +332,241,223,New York NY-NJ-CT-PA CSA (NY Part) +332,242,223,New York NY-NJ-CT-PA CSA (NY Part) +332,243,223,New York NY-NJ-CT-PA CSA (NY Part) +332,244,223,New York NY-NJ-CT-PA CSA (NY Part) +332,245,176,Atlanta GA-AL CSA (GA Part) +332,246,172,Miami FL MSA +332,247,172,Miami FL MSA +332,248,249,Memphis TN-MS-AR MSA (TN Part) +332,249,176,Atlanta GA-AL CSA (GA Part) +332,250,173,Orlando FL CSA +332,251,172,Miami FL MSA +332,252,172,Miami FL MSA +332,253,172,Miami FL MSA +332,254,195,New Orleans LA CSA +332,255,172,Miami FL MSA +332,256,257,Houston TX CSA +332,257,172,Miami FL MSA +332,258,257,Houston TX CSA +332,259,176,Atlanta GA-AL CSA (GA Part) +332,260,172,Miami FL MSA +332,261,255,Dallas-Fort Worth TX CSA +332,262,172,Miami FL MSA +332,263,223,New York NY-NJ-CT-PA CSA (NY Part) +332,264,172,Miami FL MSA +332,265,245,Charleston SC MSA +332,266,266,Washington DC-MD-VA-WV CSA (VA Part) +332,267,172,Miami FL MSA +332,268,12,Chicago IL-IN-WI CSA (IL Part) +332,269,249,Memphis TN-MS-AR MSA (TN Part) +332,270,192,Remainder of Kentucky +332,271,223,New York NY-NJ-CT-PA CSA (NY Part) +332,272,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +332,273,176,Atlanta GA-AL CSA (GA Part) +333,152,172,Miami FL MSA +333,153,172,Miami FL MSA +333,154,172,Miami FL MSA +333,155,172,Miami FL MSA +333,156,172,Miami FL MSA +333,157,172,Miami FL MSA +333,158,195,New Orleans LA CSA +333,159,172,Miami FL MSA +333,160,257,Houston TX CSA +333,161,172,Miami FL MSA +333,162,159,Los Angeles CA CSA +333,163,172,Miami FL MSA +333,164,176,Atlanta GA-AL CSA (GA Part) +333,165,172,Miami FL MSA +333,166,223,New York NY-NJ-CT-PA CSA (NY Part) +333,167,223,New York NY-NJ-CT-PA CSA (NY Part) +333,168,223,New York NY-NJ-CT-PA CSA (NY Part) +333,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +333,170,172,Miami FL MSA +333,171,172,Miami FL MSA +333,172,172,Miami FL MSA +333,173,172,Miami FL MSA +333,174,172,Miami FL MSA +333,175,172,Miami FL MSA +333,176,172,Miami FL MSA +333,177,172,Miami FL MSA +333,178,176,Atlanta GA-AL CSA (GA Part) +333,179,159,Los Angeles CA CSA +333,180,153,Remainder of Alabama +333,181,245,Charleston SC MSA +333,183,176,Atlanta GA-AL CSA (GA Part) +333,184,172,Miami FL MSA +333,185,192,Remainder of Kentucky +333,186,172,Miami FL MSA +333,187,176,Atlanta GA-AL CSA (GA Part) +333,188,191,Louisville KY-IN CSA (KY Part) +333,189,172,Miami FL MSA +333,190,172,Miami FL MSA +333,191,245,Charleston SC MSA +333,192,245,Charleston SC MSA +333,193,172,Miami FL MSA +333,194,172,Miami FL MSA +333,195,172,Miami FL MSA +333,196,172,Miami FL MSA +333,197,223,New York NY-NJ-CT-PA CSA (NY Part) +333,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +333,199,245,Charleston SC MSA +333,200,169,Delaware +333,201,169,Delaware +333,202,223,New York NY-NJ-CT-PA CSA (NY Part) +333,203,191,Louisville KY-IN CSA (KY Part) +333,204,245,Charleston SC MSA +333,205,217,New York NY-NJ-CT-PA CSA (NJ Part) +333,206,12,Chicago IL-IN-WI CSA (IL Part) +333,207,12,Chicago IL-IN-WI CSA (IL Part) +333,208,172,Miami FL MSA +333,209,172,Miami FL MSA +333,210,192,Remainder of Kentucky +333,211,172,Miami FL MSA +333,212,195,New Orleans LA CSA +333,213,176,Atlanta GA-AL CSA (GA Part) +333,214,172,Miami FL MSA +333,215,172,Miami FL MSA +333,216,223,New York NY-NJ-CT-PA CSA (NY Part) +333,217,223,New York NY-NJ-CT-PA CSA (NY Part) +333,218,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +333,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +333,220,176,Atlanta GA-AL CSA (GA Part) +333,221,266,Washington DC-MD-VA-WV CSA (VA Part) +333,222,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +333,223,223,New York NY-NJ-CT-PA CSA (NY Part) +333,224,223,New York NY-NJ-CT-PA CSA (NY Part) +333,225,169,Delaware +333,226,176,Atlanta GA-AL CSA (GA Part) +333,227,172,Miami FL MSA +333,228,172,Miami FL MSA +333,229,172,Miami FL MSA +333,230,12,Chicago IL-IN-WI CSA (IL Part) +333,231,226,Charlotte NC-SC CSA (NC Part) +333,232,266,Washington DC-MD-VA-WV CSA (VA Part) +333,233,172,Miami FL MSA +333,234,172,Miami FL MSA +333,235,266,Washington DC-MD-VA-WV CSA (VA Part) +333,236,255,Dallas-Fort Worth TX CSA +333,237,172,Miami FL MSA +333,238,195,New Orleans LA CSA +333,239,257,Houston TX CSA +333,240,255,Dallas-Fort Worth TX CSA +333,241,266,Washington DC-MD-VA-WV CSA (VA Part) +333,242,217,New York NY-NJ-CT-PA CSA (NJ Part) +333,243,223,New York NY-NJ-CT-PA CSA (NY Part) +333,244,223,New York NY-NJ-CT-PA CSA (NY Part) +333,245,176,Atlanta GA-AL CSA (GA Part) +333,246,172,Miami FL MSA +333,247,172,Miami FL MSA +333,248,12,Chicago IL-IN-WI CSA (IL Part) +333,249,249,Memphis TN-MS-AR MSA (TN Part) +333,250,173,Orlando FL CSA +333,251,176,Atlanta GA-AL CSA (GA Part) +333,252,172,Miami FL MSA +333,253,172,Miami FL MSA +333,254,172,Miami FL MSA +333,255,176,Atlanta GA-AL CSA (GA Part) +333,256,172,Miami FL MSA +333,257,257,Houston TX CSA +333,258,172,Miami FL MSA +333,259,172,Miami FL MSA +333,260,172,Miami FL MSA +333,261,257,Houston TX CSA +333,262,153,Remainder of Alabama +333,263,223,New York NY-NJ-CT-PA CSA (NY Part) +333,264,172,Miami FL MSA +333,265,172,Miami FL MSA +333,266,266,Washington DC-MD-VA-WV CSA (VA Part) +333,267,172,Miami FL MSA +333,268,172,Miami FL MSA +333,269,255,Dallas-Fort Worth TX CSA +333,270,266,Washington DC-MD-VA-WV CSA (VA Part) +333,271,12,Chicago IL-IN-WI CSA (IL Part) +333,272,12,Chicago IL-IN-WI CSA (IL Part) +333,273,153,Remainder of Alabama +334,152,176,Atlanta GA-AL CSA (GA Part) +334,153,172,Miami FL MSA +334,154,268,Seattle WA CSA +334,155,159,Los Angeles CA CSA +334,156,159,Los Angeles CA CSA +334,157,257,Houston TX CSA +334,158,172,Miami FL MSA +334,159,159,Los Angeles CA CSA +334,160,195,New Orleans LA CSA +334,161,159,Los Angeles CA CSA +334,162,159,Los Angeles CA CSA +334,163,257,Houston TX CSA +334,164,257,Houston TX CSA +334,165,255,Dallas-Fort Worth TX CSA +334,166,173,Orlando FL CSA +334,167,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +334,168,223,New York NY-NJ-CT-PA CSA (NY Part) +334,169,172,Miami FL MSA +334,170,172,Miami FL MSA +334,171,172,Miami FL MSA +334,172,172,Miami FL MSA +334,173,172,Miami FL MSA +334,174,172,Miami FL MSA +334,175,176,Atlanta GA-AL CSA (GA Part) +334,176,153,Remainder of Alabama +334,177,172,Miami FL MSA +334,178,172,Miami FL MSA +334,179,159,Los Angeles CA CSA +334,180,172,Miami FL MSA +334,181,257,Houston TX CSA +334,183,249,Memphis TN-MS-AR MSA (TN Part) +334,184,172,Miami FL MSA +334,185,12,Chicago IL-IN-WI CSA (IL Part) +334,186,191,Louisville KY-IN CSA (KY Part) +334,187,249,Memphis TN-MS-AR MSA (TN Part) +334,188,249,Memphis TN-MS-AR MSA (TN Part) +334,189,172,Miami FL MSA +334,190,195,New Orleans LA CSA +334,191,191,Louisville KY-IN CSA (KY Part) +334,192,172,Miami FL MSA +334,193,172,Miami FL MSA +334,194,173,Orlando FL CSA +334,195,172,Miami FL MSA +334,196,172,Miami FL MSA +334,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +334,198,173,Orlando FL CSA +334,199,172,Miami FL MSA +334,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +334,201,172,Miami FL MSA +334,202,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +334,203,232,Cleveland OH CSA +334,204,172,Miami FL MSA +334,205,203,Detroit MI CSA +334,206,249,Memphis TN-MS-AR MSA (TN Part) +334,207,249,Memphis TN-MS-AR MSA (TN Part) +334,208,176,Atlanta GA-AL CSA (GA Part) +334,209,172,Miami FL MSA +334,210,172,Miami FL MSA +334,211,249,Memphis TN-MS-AR MSA (TN Part) +334,212,257,Houston TX CSA +334,213,176,Atlanta GA-AL CSA (GA Part) +334,214,195,New Orleans LA CSA +334,215,172,Miami FL MSA +334,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +334,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +334,218,172,Miami FL MSA +334,219,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +334,220,195,New Orleans LA CSA +334,221,172,Miami FL MSA +334,222,172,Miami FL MSA +334,223,172,Miami FL MSA +334,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +334,225,223,New York NY-NJ-CT-PA CSA (NY Part) +334,226,172,Miami FL MSA +334,227,192,Remainder of Kentucky +334,228,172,Miami FL MSA +334,229,172,Miami FL MSA +334,230,172,Miami FL MSA +334,231,172,Miami FL MSA +334,232,172,Miami FL MSA +334,233,176,Atlanta GA-AL CSA (GA Part) +334,234,191,Louisville KY-IN CSA (KY Part) +334,235,172,Miami FL MSA +334,236,257,Houston TX CSA +334,237,249,Memphis TN-MS-AR MSA (TN Part) +334,238,257,Houston TX CSA +334,239,159,Los Angeles CA CSA +334,240,172,Miami FL MSA +334,241,172,Miami FL MSA +334,242,172,Miami FL MSA +334,243,172,Miami FL MSA +334,244,172,Miami FL MSA +334,245,172,Miami FL MSA +334,246,172,Miami FL MSA +334,247,172,Miami FL MSA +334,248,172,Miami FL MSA +334,249,172,Miami FL MSA +334,250,172,Miami FL MSA +334,251,153,Remainder of Alabama +334,252,172,Miami FL MSA +334,253,172,Miami FL MSA +334,254,172,Miami FL MSA +334,255,249,Memphis TN-MS-AR MSA (TN Part) +334,256,255,Dallas-Fort Worth TX CSA +334,257,172,Miami FL MSA +334,258,153,Remainder of Alabama +334,259,195,New Orleans LA CSA +334,260,257,Houston TX CSA +334,261,257,Houston TX CSA +334,262,257,Houston TX CSA +334,263,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +334,264,172,Miami FL MSA +334,265,172,Miami FL MSA +334,266,153,Remainder of Alabama +334,267,172,Miami FL MSA +334,268,159,Los Angeles CA CSA +334,269,255,Dallas-Fort Worth TX CSA +334,270,172,Miami FL MSA +334,271,173,Orlando FL CSA +334,272,176,Atlanta GA-AL CSA (GA Part) +334,273,257,Houston TX CSA +335,152,176,Atlanta GA-AL CSA (GA Part) +335,153,153,Remainder of Alabama +335,154,217,New York NY-NJ-CT-PA CSA (NJ Part) +335,155,217,New York NY-NJ-CT-PA CSA (NJ Part) +335,156,217,New York NY-NJ-CT-PA CSA (NJ Part) +335,157,191,Louisville KY-IN CSA (KY Part) +335,158,249,Memphis TN-MS-AR MSA (TN Part) +335,159,223,New York NY-NJ-CT-PA CSA (NY Part) +335,160,268,Seattle WA CSA +335,161,159,Los Angeles CA CSA +335,162,12,Chicago IL-IN-WI CSA (IL Part) +335,163,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +335,164,164,Denver CO CSA +335,165,223,New York NY-NJ-CT-PA CSA (NY Part) +335,166,223,New York NY-NJ-CT-PA CSA (NY Part) +335,167,223,New York NY-NJ-CT-PA CSA (NY Part) +335,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +335,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +335,170,223,New York NY-NJ-CT-PA CSA (NY Part) +335,171,217,New York NY-NJ-CT-PA CSA (NJ Part) +335,172,172,Miami FL MSA +335,173,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +335,174,153,Remainder of Alabama +335,175,223,New York NY-NJ-CT-PA CSA (NY Part) +335,176,176,Atlanta GA-AL CSA (GA Part) +335,177,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +335,178,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +335,179,154,Alaska +335,180,154,Alaska +335,181,186,Indianapolis IN CSA +335,183,12,Chicago IL-IN-WI CSA (IL Part) +335,184,223,New York NY-NJ-CT-PA CSA (NY Part) +335,185,12,Chicago IL-IN-WI CSA (IL Part) +335,186,223,New York NY-NJ-CT-PA CSA (NY Part) +335,187,217,New York NY-NJ-CT-PA CSA (NJ Part) +335,188,12,Chicago IL-IN-WI CSA (IL Part) +335,189,223,New York NY-NJ-CT-PA CSA (NY Part) +335,190,266,Washington DC-MD-VA-WV CSA (VA Part) +335,191,176,Atlanta GA-AL CSA (GA Part) +335,192,201,Boston MA-NH CSA (MA Part) +335,193,176,Atlanta GA-AL CSA (GA Part) +335,194,245,Charleston SC MSA +335,195,232,Cleveland OH CSA +335,196,249,Memphis TN-MS-AR MSA (TN Part) +335,197,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +335,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +335,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +335,200,223,New York NY-NJ-CT-PA CSA (NY Part) +335,201,223,New York NY-NJ-CT-PA CSA (NY Part) +335,202,223,New York NY-NJ-CT-PA CSA (NY Part) +335,203,223,New York NY-NJ-CT-PA CSA (NY Part) +335,204,12,Chicago IL-IN-WI CSA (IL Part) +335,205,12,Chicago IL-IN-WI CSA (IL Part) +335,206,223,New York NY-NJ-CT-PA CSA (NY Part) +335,207,266,Washington DC-MD-VA-WV CSA (VA Part) +335,208,201,Boston MA-NH CSA (MA Part) +335,209,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +335,210,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +335,211,223,New York NY-NJ-CT-PA CSA (NY Part) +335,212,223,New York NY-NJ-CT-PA CSA (NY Part) +335,213,223,New York NY-NJ-CT-PA CSA (NY Part) +335,214,223,New York NY-NJ-CT-PA CSA (NY Part) +335,215,232,Cleveland OH CSA +335,216,223,New York NY-NJ-CT-PA CSA (NY Part) +335,217,223,New York NY-NJ-CT-PA CSA (NY Part) +335,218,223,New York NY-NJ-CT-PA CSA (NY Part) +335,219,232,Cleveland OH CSA +335,220,12,Chicago IL-IN-WI CSA (IL Part) +335,221,223,New York NY-NJ-CT-PA CSA (NY Part) +335,222,223,New York NY-NJ-CT-PA CSA (NY Part) +335,223,223,New York NY-NJ-CT-PA CSA (NY Part) +335,224,12,Chicago IL-IN-WI CSA (IL Part) +335,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +335,226,223,New York NY-NJ-CT-PA CSA (NY Part) +335,227,223,New York NY-NJ-CT-PA CSA (NY Part) +335,228,217,New York NY-NJ-CT-PA CSA (NJ Part) +335,229,223,New York NY-NJ-CT-PA CSA (NY Part) +335,230,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +335,231,223,New York NY-NJ-CT-PA CSA (NY Part) +335,232,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +335,233,223,New York NY-NJ-CT-PA CSA (NY Part) +335,234,223,New York NY-NJ-CT-PA CSA (NY Part) +335,235,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +335,236,201,Boston MA-NH CSA (MA Part) +335,237,266,Washington DC-MD-VA-WV CSA (VA Part) +335,238,217,New York NY-NJ-CT-PA CSA (NJ Part) +335,239,268,Seattle WA CSA +335,240,201,Boston MA-NH CSA (MA Part) +335,241,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +335,242,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +335,243,223,New York NY-NJ-CT-PA CSA (NY Part) +335,244,223,New York NY-NJ-CT-PA CSA (NY Part) +335,245,169,Delaware +335,246,266,Washington DC-MD-VA-WV CSA (VA Part) +335,247,245,Charleston SC MSA +335,248,232,Cleveland OH CSA +335,249,12,Chicago IL-IN-WI CSA (IL Part) +335,250,223,New York NY-NJ-CT-PA CSA (NY Part) +335,251,203,Detroit MI CSA +335,252,245,Charleston SC MSA +335,253,223,New York NY-NJ-CT-PA CSA (NY Part) +335,254,12,Chicago IL-IN-WI CSA (IL Part) +335,255,217,New York NY-NJ-CT-PA CSA (NJ Part) +335,256,255,Dallas-Fort Worth TX CSA +335,257,249,Memphis TN-MS-AR MSA (TN Part) +335,258,266,Washington DC-MD-VA-WV CSA (VA Part) +335,259,249,Memphis TN-MS-AR MSA (TN Part) +335,260,266,Washington DC-MD-VA-WV CSA (VA Part) +335,261,12,Chicago IL-IN-WI CSA (IL Part) +335,262,186,Indianapolis IN CSA +335,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +335,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +335,265,223,New York NY-NJ-CT-PA CSA (NY Part) +335,266,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +335,267,266,Washington DC-MD-VA-WV CSA (VA Part) +335,268,203,Detroit MI CSA +335,269,154,Alaska +335,270,223,New York NY-NJ-CT-PA CSA (NY Part) +335,271,223,New York NY-NJ-CT-PA CSA (NY Part) +335,272,12,Chicago IL-IN-WI CSA (IL Part) +335,273,12,Chicago IL-IN-WI CSA (IL Part) +336,152,257,Houston TX CSA +336,153,172,Miami FL MSA +336,154,249,Memphis TN-MS-AR MSA (TN Part) +336,155,159,Los Angeles CA CSA +336,156,159,Los Angeles CA CSA +336,157,255,Dallas-Fort Worth TX CSA +336,158,153,Remainder of Alabama +336,159,159,Los Angeles CA CSA +336,160,159,Los Angeles CA CSA +336,161,249,Memphis TN-MS-AR MSA (TN Part) +336,162,159,Los Angeles CA CSA +336,163,162,San Francisco CA CSA +336,164,255,Dallas-Fort Worth TX CSA +336,165,257,Houston TX CSA +336,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +336,167,223,New York NY-NJ-CT-PA CSA (NY Part) +336,168,223,New York NY-NJ-CT-PA CSA (NY Part) +336,169,172,Miami FL MSA +336,170,172,Miami FL MSA +336,171,172,Miami FL MSA +336,172,172,Miami FL MSA +336,173,172,Miami FL MSA +336,174,172,Miami FL MSA +336,175,176,Atlanta GA-AL CSA (GA Part) +336,176,173,Orlando FL CSA +336,177,172,Miami FL MSA +336,178,176,Atlanta GA-AL CSA (GA Part) +336,179,257,Houston TX CSA +336,180,159,Los Angeles CA CSA +336,181,255,Dallas-Fort Worth TX CSA +336,183,249,Memphis TN-MS-AR MSA (TN Part) +336,184,191,Louisville KY-IN CSA (KY Part) +336,185,153,Remainder of Alabama +336,186,249,Memphis TN-MS-AR MSA (TN Part) +336,187,176,Atlanta GA-AL CSA (GA Part) +336,188,249,Memphis TN-MS-AR MSA (TN Part) +336,189,255,Dallas-Fort Worth TX CSA +336,190,249,Memphis TN-MS-AR MSA (TN Part) +336,191,176,Atlanta GA-AL CSA (GA Part) +336,192,195,New Orleans LA CSA +336,193,172,Miami FL MSA +336,194,172,Miami FL MSA +336,195,257,Houston TX CSA +336,196,249,Memphis TN-MS-AR MSA (TN Part) +336,197,172,Miami FL MSA +336,198,153,Remainder of Alabama +336,199,173,Orlando FL CSA +336,200,176,Atlanta GA-AL CSA (GA Part) +336,201,172,Miami FL MSA +336,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +336,203,191,Louisville KY-IN CSA (KY Part) +336,204,153,Remainder of Alabama +336,205,191,Louisville KY-IN CSA (KY Part) +336,206,176,Atlanta GA-AL CSA (GA Part) +336,207,12,Chicago IL-IN-WI CSA (IL Part) +336,208,176,Atlanta GA-AL CSA (GA Part) +336,209,249,Memphis TN-MS-AR MSA (TN Part) +336,210,257,Houston TX CSA +336,211,195,New Orleans LA CSA +336,212,249,Memphis TN-MS-AR MSA (TN Part) +336,213,257,Houston TX CSA +336,214,159,Los Angeles CA CSA +336,215,159,Los Angeles CA CSA +336,216,201,Boston MA-NH CSA (MA Part) +336,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +336,218,172,Miami FL MSA +336,219,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +336,220,257,Houston TX CSA +336,221,223,New York NY-NJ-CT-PA CSA (NY Part) +336,222,172,Miami FL MSA +336,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +336,224,176,Atlanta GA-AL CSA (GA Part) +336,225,153,Remainder of Alabama +336,226,172,Miami FL MSA +336,227,176,Atlanta GA-AL CSA (GA Part) +336,228,172,Miami FL MSA +336,229,153,Remainder of Alabama +336,230,249,Memphis TN-MS-AR MSA (TN Part) +336,231,249,Memphis TN-MS-AR MSA (TN Part) +336,232,172,Miami FL MSA +336,233,176,Atlanta GA-AL CSA (GA Part) +336,234,176,Atlanta GA-AL CSA (GA Part) +336,235,186,Indianapolis IN CSA +336,236,255,Dallas-Fort Worth TX CSA +336,237,249,Memphis TN-MS-AR MSA (TN Part) +336,238,153,Remainder of Alabama +336,239,159,Los Angeles CA CSA +336,240,249,Memphis TN-MS-AR MSA (TN Part) +336,241,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +336,242,231,Cincinnati OH-KY-IN CSA (OH Part) +336,243,266,Washington DC-MD-VA-WV CSA (VA Part) +336,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +336,245,172,Miami FL MSA +336,246,172,Miami FL MSA +336,247,176,Atlanta GA-AL CSA (GA Part) +336,248,153,Remainder of Alabama +336,249,176,Atlanta GA-AL CSA (GA Part) +336,250,172,Miami FL MSA +336,251,153,Remainder of Alabama +336,252,172,Miami FL MSA +336,253,255,Dallas-Fort Worth TX CSA +336,254,172,Miami FL MSA +336,255,255,Dallas-Fort Worth TX CSA +336,256,255,Dallas-Fort Worth TX CSA +336,257,249,Memphis TN-MS-AR MSA (TN Part) +336,258,172,Miami FL MSA +336,259,172,Miami FL MSA +336,260,257,Houston TX CSA +336,261,195,New Orleans LA CSA +336,262,159,Los Angeles CA CSA +336,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +336,264,172,Miami FL MSA +336,265,172,Miami FL MSA +336,266,266,Washington DC-MD-VA-WV CSA (VA Part) +336,267,176,Atlanta GA-AL CSA (GA Part) +336,268,162,San Francisco CA CSA +336,269,255,Dallas-Fort Worth TX CSA +336,270,176,Atlanta GA-AL CSA (GA Part) +336,271,12,Chicago IL-IN-WI CSA (IL Part) +336,272,192,Remainder of Kentucky +336,273,257,Houston TX CSA +337,152,176,Atlanta GA-AL CSA (GA Part) +337,153,176,Atlanta GA-AL CSA (GA Part) +337,154,154,Alaska +337,155,191,Louisville KY-IN CSA (KY Part) +337,156,12,Chicago IL-IN-WI CSA (IL Part) +337,157,223,New York NY-NJ-CT-PA CSA (NY Part) +337,158,12,Chicago IL-IN-WI CSA (IL Part) +337,159,186,Indianapolis IN CSA +337,160,12,Chicago IL-IN-WI CSA (IL Part) +337,161,159,Los Angeles CA CSA +337,162,186,Indianapolis IN CSA +337,163,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +337,164,232,Cleveland OH CSA +337,165,255,Dallas-Fort Worth TX CSA +337,166,223,New York NY-NJ-CT-PA CSA (NY Part) +337,167,223,New York NY-NJ-CT-PA CSA (NY Part) +337,168,223,New York NY-NJ-CT-PA CSA (NY Part) +337,169,223,New York NY-NJ-CT-PA CSA (NY Part) +337,170,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +337,171,223,New York NY-NJ-CT-PA CSA (NY Part) +337,172,172,Miami FL MSA +337,173,172,Miami FL MSA +337,174,172,Miami FL MSA +337,175,172,Miami FL MSA +337,176,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +337,177,266,Washington DC-MD-VA-WV CSA (VA Part) +337,178,226,Charlotte NC-SC CSA (NC Part) +337,179,201,Boston MA-NH CSA (MA Part) +337,180,176,Atlanta GA-AL CSA (GA Part) +337,181,232,Cleveland OH CSA +337,183,231,Cincinnati OH-KY-IN CSA (OH Part) +337,184,217,New York NY-NJ-CT-PA CSA (NJ Part) +337,185,266,Washington DC-MD-VA-WV CSA (VA Part) +337,186,191,Louisville KY-IN CSA (KY Part) +337,187,223,New York NY-NJ-CT-PA CSA (NY Part) +337,188,231,Cincinnati OH-KY-IN CSA (OH Part) +337,189,203,Detroit MI CSA +337,190,217,New York NY-NJ-CT-PA CSA (NJ Part) +337,191,231,Cincinnati OH-KY-IN CSA (OH Part) +337,192,232,Cleveland OH CSA +337,193,153,Remainder of Alabama +337,194,266,Washington DC-MD-VA-WV CSA (VA Part) +337,195,223,New York NY-NJ-CT-PA CSA (NY Part) +337,196,186,Indianapolis IN CSA +337,197,223,New York NY-NJ-CT-PA CSA (NY Part) +337,198,223,New York NY-NJ-CT-PA CSA (NY Part) +337,199,223,New York NY-NJ-CT-PA CSA (NY Part) +337,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +337,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +337,202,223,New York NY-NJ-CT-PA CSA (NY Part) +337,203,266,Washington DC-MD-VA-WV CSA (VA Part) +337,204,223,New York NY-NJ-CT-PA CSA (NY Part) +337,205,217,New York NY-NJ-CT-PA CSA (NJ Part) +337,206,12,Chicago IL-IN-WI CSA (IL Part) +337,207,12,Chicago IL-IN-WI CSA (IL Part) +337,208,191,Louisville KY-IN CSA (KY Part) +337,209,192,Remainder of Kentucky +337,210,266,Washington DC-MD-VA-WV CSA (VA Part) +337,211,169,Delaware +337,212,12,Chicago IL-IN-WI CSA (IL Part) +337,213,223,New York NY-NJ-CT-PA CSA (NY Part) +337,214,176,Atlanta GA-AL CSA (GA Part) +337,215,217,New York NY-NJ-CT-PA CSA (NJ Part) +337,216,223,New York NY-NJ-CT-PA CSA (NY Part) +337,217,223,New York NY-NJ-CT-PA CSA (NY Part) +337,218,223,New York NY-NJ-CT-PA CSA (NY Part) +337,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +337,220,266,Washington DC-MD-VA-WV CSA (VA Part) +337,221,223,New York NY-NJ-CT-PA CSA (NY Part) +337,222,223,New York NY-NJ-CT-PA CSA (NY Part) +337,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +337,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +337,225,223,New York NY-NJ-CT-PA CSA (NY Part) +337,226,226,Charlotte NC-SC CSA (NC Part) +337,227,245,Charleston SC MSA +337,228,217,New York NY-NJ-CT-PA CSA (NJ Part) +337,229,266,Washington DC-MD-VA-WV CSA (VA Part) +337,230,201,Boston MA-NH CSA (MA Part) +337,231,223,New York NY-NJ-CT-PA CSA (NY Part) +337,232,223,New York NY-NJ-CT-PA CSA (NY Part) +337,233,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +337,234,266,Washington DC-MD-VA-WV CSA (VA Part) +337,235,223,New York NY-NJ-CT-PA CSA (NY Part) +337,236,12,Chicago IL-IN-WI CSA (IL Part) +337,237,217,New York NY-NJ-CT-PA CSA (NJ Part) +337,238,186,Indianapolis IN CSA +337,239,266,Washington DC-MD-VA-WV CSA (VA Part) +337,240,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +337,241,266,Washington DC-MD-VA-WV CSA (VA Part) +337,242,217,New York NY-NJ-CT-PA CSA (NJ Part) +337,243,223,New York NY-NJ-CT-PA CSA (NY Part) +337,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +337,245,223,New York NY-NJ-CT-PA CSA (NY Part) +337,246,223,New York NY-NJ-CT-PA CSA (NY Part) +337,247,201,Boston MA-NH CSA (MA Part) +337,248,223,New York NY-NJ-CT-PA CSA (NY Part) +337,249,245,Charleston SC MSA +337,250,176,Atlanta GA-AL CSA (GA Part) +337,251,191,Louisville KY-IN CSA (KY Part) +337,252,226,Charlotte NC-SC CSA (NC Part) +337,253,172,Miami FL MSA +337,254,257,Houston TX CSA +337,255,217,New York NY-NJ-CT-PA CSA (NJ Part) +337,256,245,Charleston SC MSA +337,257,217,New York NY-NJ-CT-PA CSA (NJ Part) +337,258,217,New York NY-NJ-CT-PA CSA (NJ Part) +337,259,176,Atlanta GA-AL CSA (GA Part) +337,260,176,Atlanta GA-AL CSA (GA Part) +337,261,217,New York NY-NJ-CT-PA CSA (NJ Part) +337,262,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +337,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +337,264,223,New York NY-NJ-CT-PA CSA (NY Part) +337,265,223,New York NY-NJ-CT-PA CSA (NY Part) +337,266,223,New York NY-NJ-CT-PA CSA (NY Part) +337,267,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +337,268,223,New York NY-NJ-CT-PA CSA (NY Part) +337,269,223,New York NY-NJ-CT-PA CSA (NY Part) +337,270,223,New York NY-NJ-CT-PA CSA (NY Part) +337,271,232,Cleveland OH CSA +337,272,217,New York NY-NJ-CT-PA CSA (NJ Part) +337,273,192,Remainder of Kentucky +338,152,266,Washington DC-MD-VA-WV CSA (VA Part) +338,153,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +338,154,154,Alaska +338,155,223,New York NY-NJ-CT-PA CSA (NY Part) +338,156,223,New York NY-NJ-CT-PA CSA (NY Part) +338,157,255,Dallas-Fort Worth TX CSA +338,158,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +338,159,12,Chicago IL-IN-WI CSA (IL Part) +338,160,159,Los Angeles CA CSA +338,161,201,Boston MA-NH CSA (MA Part) +338,162,12,Chicago IL-IN-WI CSA (IL Part) +338,163,162,San Francisco CA CSA +338,164,232,Cleveland OH CSA +338,165,201,Boston MA-NH CSA (MA Part) +338,166,223,New York NY-NJ-CT-PA CSA (NY Part) +338,167,223,New York NY-NJ-CT-PA CSA (NY Part) +338,168,223,New York NY-NJ-CT-PA CSA (NY Part) +338,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +338,170,223,New York NY-NJ-CT-PA CSA (NY Part) +338,171,245,Charleston SC MSA +338,172,172,Miami FL MSA +338,173,201,Boston MA-NH CSA (MA Part) +338,174,266,Washington DC-MD-VA-WV CSA (VA Part) +338,175,201,Boston MA-NH CSA (MA Part) +338,176,169,Delaware +338,177,217,New York NY-NJ-CT-PA CSA (NJ Part) +338,178,223,New York NY-NJ-CT-PA CSA (NY Part) +338,179,154,Alaska +338,180,154,Alaska +338,181,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +338,183,12,Chicago IL-IN-WI CSA (IL Part) +338,184,223,New York NY-NJ-CT-PA CSA (NY Part) +338,185,232,Cleveland OH CSA +338,186,266,Washington DC-MD-VA-WV CSA (VA Part) +338,187,223,New York NY-NJ-CT-PA CSA (NY Part) +338,188,203,Detroit MI CSA +338,189,12,Chicago IL-IN-WI CSA (IL Part) +338,190,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +338,191,266,Washington DC-MD-VA-WV CSA (VA Part) +338,192,223,New York NY-NJ-CT-PA CSA (NY Part) +338,193,12,Chicago IL-IN-WI CSA (IL Part) +338,194,223,New York NY-NJ-CT-PA CSA (NY Part) +338,195,176,Atlanta GA-AL CSA (GA Part) +338,196,176,Atlanta GA-AL CSA (GA Part) +338,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +338,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +338,199,203,Detroit MI CSA +338,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +338,201,201,Boston MA-NH CSA (MA Part) +338,202,223,New York NY-NJ-CT-PA CSA (NY Part) +338,203,217,New York NY-NJ-CT-PA CSA (NJ Part) +338,204,223,New York NY-NJ-CT-PA CSA (NY Part) +338,205,223,New York NY-NJ-CT-PA CSA (NY Part) +338,206,217,New York NY-NJ-CT-PA CSA (NJ Part) +338,207,12,Chicago IL-IN-WI CSA (IL Part) +338,208,223,New York NY-NJ-CT-PA CSA (NY Part) +338,209,266,Washington DC-MD-VA-WV CSA (VA Part) +338,210,203,Detroit MI CSA +338,211,176,Atlanta GA-AL CSA (GA Part) +338,212,223,New York NY-NJ-CT-PA CSA (NY Part) +338,213,201,Boston MA-NH CSA (MA Part) +338,214,159,Los Angeles CA CSA +338,215,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +338,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +338,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +338,218,223,New York NY-NJ-CT-PA CSA (NY Part) +338,219,223,New York NY-NJ-CT-PA CSA (NY Part) +338,220,223,New York NY-NJ-CT-PA CSA (NY Part) +338,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +338,222,223,New York NY-NJ-CT-PA CSA (NY Part) +338,223,203,Detroit MI CSA +338,224,223,New York NY-NJ-CT-PA CSA (NY Part) +338,225,223,New York NY-NJ-CT-PA CSA (NY Part) +338,226,266,Washington DC-MD-VA-WV CSA (VA Part) +338,227,223,New York NY-NJ-CT-PA CSA (NY Part) +338,228,176,Atlanta GA-AL CSA (GA Part) +338,229,245,Charleston SC MSA +338,230,12,Chicago IL-IN-WI CSA (IL Part) +338,231,217,New York NY-NJ-CT-PA CSA (NJ Part) +338,232,223,New York NY-NJ-CT-PA CSA (NY Part) +338,233,217,New York NY-NJ-CT-PA CSA (NJ Part) +338,234,266,Washington DC-MD-VA-WV CSA (VA Part) +338,235,223,New York NY-NJ-CT-PA CSA (NY Part) +338,236,201,Boston MA-NH CSA (MA Part) +338,237,176,Atlanta GA-AL CSA (GA Part) +338,238,266,Washington DC-MD-VA-WV CSA (VA Part) +338,239,231,Cincinnati OH-KY-IN CSA (OH Part) +338,240,223,New York NY-NJ-CT-PA CSA (NY Part) +338,241,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +338,242,223,New York NY-NJ-CT-PA CSA (NY Part) +338,243,266,Washington DC-MD-VA-WV CSA (VA Part) +338,244,201,Boston MA-NH CSA (MA Part) +338,245,223,New York NY-NJ-CT-PA CSA (NY Part) +338,246,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +338,247,217,New York NY-NJ-CT-PA CSA (NJ Part) +338,248,201,Boston MA-NH CSA (MA Part) +338,249,223,New York NY-NJ-CT-PA CSA (NY Part) +338,250,176,Atlanta GA-AL CSA (GA Part) +338,251,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +338,252,12,Chicago IL-IN-WI CSA (IL Part) +338,253,249,Memphis TN-MS-AR MSA (TN Part) +338,254,249,Memphis TN-MS-AR MSA (TN Part) +338,255,186,Indianapolis IN CSA +338,256,223,New York NY-NJ-CT-PA CSA (NY Part) +338,257,192,Remainder of Kentucky +338,258,176,Atlanta GA-AL CSA (GA Part) +338,259,249,Memphis TN-MS-AR MSA (TN Part) +338,260,217,New York NY-NJ-CT-PA CSA (NJ Part) +338,261,12,Chicago IL-IN-WI CSA (IL Part) +338,262,203,Detroit MI CSA +338,263,223,New York NY-NJ-CT-PA CSA (NY Part) +338,264,266,Washington DC-MD-VA-WV CSA (VA Part) +338,265,223,New York NY-NJ-CT-PA CSA (NY Part) +338,266,266,Washington DC-MD-VA-WV CSA (VA Part) +338,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +338,268,12,Chicago IL-IN-WI CSA (IL Part) +338,269,154,Alaska +338,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +338,271,12,Chicago IL-IN-WI CSA (IL Part) +338,272,232,Cleveland OH CSA +338,273,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +339,152,192,Remainder of Kentucky +339,153,12,Chicago IL-IN-WI CSA (IL Part) +339,154,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +339,155,159,Los Angeles CA CSA +339,156,255,Dallas-Fort Worth TX CSA +339,157,203,Detroit MI CSA +339,158,192,Remainder of Kentucky +339,159,159,Los Angeles CA CSA +339,160,154,Alaska +339,161,159,Los Angeles CA CSA +339,162,268,Seattle WA CSA +339,163,159,Los Angeles CA CSA +339,164,268,Seattle WA CSA +339,165,164,Denver CO CSA +339,166,223,New York NY-NJ-CT-PA CSA (NY Part) +339,167,223,New York NY-NJ-CT-PA CSA (NY Part) +339,168,223,New York NY-NJ-CT-PA CSA (NY Part) +339,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +339,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +339,171,217,New York NY-NJ-CT-PA CSA (NJ Part) +339,172,223,New York NY-NJ-CT-PA CSA (NY Part) +339,173,176,Atlanta GA-AL CSA (GA Part) +339,174,176,Atlanta GA-AL CSA (GA Part) +339,175,169,Delaware +339,176,223,New York NY-NJ-CT-PA CSA (NY Part) +339,177,176,Atlanta GA-AL CSA (GA Part) +339,178,217,New York NY-NJ-CT-PA CSA (NJ Part) +339,179,154,Alaska +339,180,162,San Francisco CA CSA +339,181,268,Seattle WA CSA +339,183,232,Cleveland OH CSA +339,184,266,Washington DC-MD-VA-WV CSA (VA Part) +339,185,203,Detroit MI CSA +339,186,12,Chicago IL-IN-WI CSA (IL Part) +339,187,203,Detroit MI CSA +339,188,12,Chicago IL-IN-WI CSA (IL Part) +339,189,12,Chicago IL-IN-WI CSA (IL Part) +339,190,12,Chicago IL-IN-WI CSA (IL Part) +339,191,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +339,192,217,New York NY-NJ-CT-PA CSA (NJ Part) +339,193,12,Chicago IL-IN-WI CSA (IL Part) +339,194,223,New York NY-NJ-CT-PA CSA (NY Part) +339,195,195,New Orleans LA CSA +339,196,201,Boston MA-NH CSA (MA Part) +339,197,223,New York NY-NJ-CT-PA CSA (NY Part) +339,198,223,New York NY-NJ-CT-PA CSA (NY Part) +339,199,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +339,200,223,New York NY-NJ-CT-PA CSA (NY Part) +339,201,223,New York NY-NJ-CT-PA CSA (NY Part) +339,202,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +339,203,223,New York NY-NJ-CT-PA CSA (NY Part) +339,204,223,New York NY-NJ-CT-PA CSA (NY Part) +339,205,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +339,206,12,Chicago IL-IN-WI CSA (IL Part) +339,207,12,Chicago IL-IN-WI CSA (IL Part) +339,208,201,Boston MA-NH CSA (MA Part) +339,209,12,Chicago IL-IN-WI CSA (IL Part) +339,210,223,New York NY-NJ-CT-PA CSA (NY Part) +339,211,223,New York NY-NJ-CT-PA CSA (NY Part) +339,212,154,Alaska +339,213,12,Chicago IL-IN-WI CSA (IL Part) +339,214,162,San Francisco CA CSA +339,215,159,Los Angeles CA CSA +339,216,266,Washington DC-MD-VA-WV CSA (VA Part) +339,217,223,New York NY-NJ-CT-PA CSA (NY Part) +339,218,223,New York NY-NJ-CT-PA CSA (NY Part) +339,219,169,Delaware +339,220,255,Dallas-Fort Worth TX CSA +339,221,201,Boston MA-NH CSA (MA Part) +339,222,223,New York NY-NJ-CT-PA CSA (NY Part) +339,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +339,224,223,New York NY-NJ-CT-PA CSA (NY Part) +339,225,201,Boston MA-NH CSA (MA Part) +339,226,226,Charlotte NC-SC CSA (NC Part) +339,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +339,228,232,Cleveland OH CSA +339,229,223,New York NY-NJ-CT-PA CSA (NY Part) +339,230,203,Detroit MI CSA +339,231,223,New York NY-NJ-CT-PA CSA (NY Part) +339,232,223,New York NY-NJ-CT-PA CSA (NY Part) +339,233,223,New York NY-NJ-CT-PA CSA (NY Part) +339,234,223,New York NY-NJ-CT-PA CSA (NY Part) +339,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +339,236,12,Chicago IL-IN-WI CSA (IL Part) +339,237,232,Cleveland OH CSA +339,238,223,New York NY-NJ-CT-PA CSA (NY Part) +339,239,162,San Francisco CA CSA +339,240,162,San Francisco CA CSA +339,241,223,New York NY-NJ-CT-PA CSA (NY Part) +339,242,223,New York NY-NJ-CT-PA CSA (NY Part) +339,243,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +339,244,223,New York NY-NJ-CT-PA CSA (NY Part) +339,245,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +339,246,223,New York NY-NJ-CT-PA CSA (NY Part) +339,247,217,New York NY-NJ-CT-PA CSA (NJ Part) +339,248,12,Chicago IL-IN-WI CSA (IL Part) +339,249,217,New York NY-NJ-CT-PA CSA (NJ Part) +339,250,203,Detroit MI CSA +339,251,266,Washington DC-MD-VA-WV CSA (VA Part) +339,252,12,Chicago IL-IN-WI CSA (IL Part) +339,253,12,Chicago IL-IN-WI CSA (IL Part) +339,254,255,Dallas-Fort Worth TX CSA +339,255,12,Chicago IL-IN-WI CSA (IL Part) +339,256,217,New York NY-NJ-CT-PA CSA (NJ Part) +339,257,12,Chicago IL-IN-WI CSA (IL Part) +339,258,249,Memphis TN-MS-AR MSA (TN Part) +339,259,12,Chicago IL-IN-WI CSA (IL Part) +339,260,203,Detroit MI CSA +339,261,268,Seattle WA CSA +339,262,162,San Francisco CA CSA +339,263,203,Detroit MI CSA +339,264,223,New York NY-NJ-CT-PA CSA (NY Part) +339,265,223,New York NY-NJ-CT-PA CSA (NY Part) +339,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +339,267,223,New York NY-NJ-CT-PA CSA (NY Part) +339,268,159,Los Angeles CA CSA +339,269,12,Chicago IL-IN-WI CSA (IL Part) +339,270,232,Cleveland OH CSA +339,271,12,Chicago IL-IN-WI CSA (IL Part) +339,272,12,Chicago IL-IN-WI CSA (IL Part) +339,273,186,Indianapolis IN CSA +340,152,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +340,153,266,Washington DC-MD-VA-WV CSA (VA Part) +340,154,266,Washington DC-MD-VA-WV CSA (VA Part) +340,155,217,New York NY-NJ-CT-PA CSA (NJ Part) +340,156,217,New York NY-NJ-CT-PA CSA (NJ Part) +340,157,192,Remainder of Kentucky +340,158,176,Atlanta GA-AL CSA (GA Part) +340,159,217,New York NY-NJ-CT-PA CSA (NJ Part) +340,160,162,San Francisco CA CSA +340,161,159,Los Angeles CA CSA +340,162,154,Alaska +340,163,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +340,164,266,Washington DC-MD-VA-WV CSA (VA Part) +340,165,217,New York NY-NJ-CT-PA CSA (NJ Part) +340,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +340,167,223,New York NY-NJ-CT-PA CSA (NY Part) +340,168,223,New York NY-NJ-CT-PA CSA (NY Part) +340,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +340,170,223,New York NY-NJ-CT-PA CSA (NY Part) +340,171,245,Charleston SC MSA +340,172,176,Atlanta GA-AL CSA (GA Part) +340,173,176,Atlanta GA-AL CSA (GA Part) +340,174,176,Atlanta GA-AL CSA (GA Part) +340,175,223,New York NY-NJ-CT-PA CSA (NY Part) +340,176,217,New York NY-NJ-CT-PA CSA (NJ Part) +340,177,172,Miami FL MSA +340,178,223,New York NY-NJ-CT-PA CSA (NY Part) +340,179,162,San Francisco CA CSA +340,180,154,Alaska +340,181,223,New York NY-NJ-CT-PA CSA (NY Part) +340,183,223,New York NY-NJ-CT-PA CSA (NY Part) +340,184,223,New York NY-NJ-CT-PA CSA (NY Part) +340,185,223,New York NY-NJ-CT-PA CSA (NY Part) +340,186,12,Chicago IL-IN-WI CSA (IL Part) +340,187,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +340,188,223,New York NY-NJ-CT-PA CSA (NY Part) +340,189,217,New York NY-NJ-CT-PA CSA (NJ Part) +340,190,266,Washington DC-MD-VA-WV CSA (VA Part) +340,191,217,New York NY-NJ-CT-PA CSA (NJ Part) +340,192,223,New York NY-NJ-CT-PA CSA (NY Part) +340,193,217,New York NY-NJ-CT-PA CSA (NJ Part) +340,194,223,New York NY-NJ-CT-PA CSA (NY Part) +340,195,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +340,196,217,New York NY-NJ-CT-PA CSA (NJ Part) +340,197,223,New York NY-NJ-CT-PA CSA (NY Part) +340,198,203,Detroit MI CSA +340,199,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +340,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +340,201,223,New York NY-NJ-CT-PA CSA (NY Part) +340,202,266,Washington DC-MD-VA-WV CSA (VA Part) +340,203,217,New York NY-NJ-CT-PA CSA (NJ Part) +340,204,201,Boston MA-NH CSA (MA Part) +340,205,223,New York NY-NJ-CT-PA CSA (NY Part) +340,206,223,New York NY-NJ-CT-PA CSA (NY Part) +340,207,266,Washington DC-MD-VA-WV CSA (VA Part) +340,208,172,Miami FL MSA +340,209,217,New York NY-NJ-CT-PA CSA (NJ Part) +340,210,191,Louisville KY-IN CSA (KY Part) +340,211,186,Indianapolis IN CSA +340,212,217,New York NY-NJ-CT-PA CSA (NJ Part) +340,213,12,Chicago IL-IN-WI CSA (IL Part) +340,214,191,Louisville KY-IN CSA (KY Part) +340,215,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +340,216,223,New York NY-NJ-CT-PA CSA (NY Part) +340,217,223,New York NY-NJ-CT-PA CSA (NY Part) +340,218,223,New York NY-NJ-CT-PA CSA (NY Part) +340,219,266,Washington DC-MD-VA-WV CSA (VA Part) +340,220,12,Chicago IL-IN-WI CSA (IL Part) +340,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +340,222,223,New York NY-NJ-CT-PA CSA (NY Part) +340,223,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +340,224,223,New York NY-NJ-CT-PA CSA (NY Part) +340,225,223,New York NY-NJ-CT-PA CSA (NY Part) +340,226,232,Cleveland OH CSA +340,227,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +340,228,223,New York NY-NJ-CT-PA CSA (NY Part) +340,229,217,New York NY-NJ-CT-PA CSA (NJ Part) +340,230,12,Chicago IL-IN-WI CSA (IL Part) +340,231,186,Indianapolis IN CSA +340,232,223,New York NY-NJ-CT-PA CSA (NY Part) +340,233,223,New York NY-NJ-CT-PA CSA (NY Part) +340,234,223,New York NY-NJ-CT-PA CSA (NY Part) +340,235,203,Detroit MI CSA +340,236,223,New York NY-NJ-CT-PA CSA (NY Part) +340,237,255,Dallas-Fort Worth TX CSA +340,238,217,New York NY-NJ-CT-PA CSA (NJ Part) +340,239,223,New York NY-NJ-CT-PA CSA (NY Part) +340,240,164,Denver CO CSA +340,241,201,Boston MA-NH CSA (MA Part) +340,242,223,New York NY-NJ-CT-PA CSA (NY Part) +340,243,266,Washington DC-MD-VA-WV CSA (VA Part) +340,244,223,New York NY-NJ-CT-PA CSA (NY Part) +340,245,217,New York NY-NJ-CT-PA CSA (NJ Part) +340,246,201,Boston MA-NH CSA (MA Part) +340,247,223,New York NY-NJ-CT-PA CSA (NY Part) +340,248,12,Chicago IL-IN-WI CSA (IL Part) +340,249,169,Delaware +340,250,223,New York NY-NJ-CT-PA CSA (NY Part) +340,251,266,Washington DC-MD-VA-WV CSA (VA Part) +340,252,266,Washington DC-MD-VA-WV CSA (VA Part) +340,253,223,New York NY-NJ-CT-PA CSA (NY Part) +340,254,223,New York NY-NJ-CT-PA CSA (NY Part) +340,255,223,New York NY-NJ-CT-PA CSA (NY Part) +340,256,249,Memphis TN-MS-AR MSA (TN Part) +340,257,195,New Orleans LA CSA +340,258,217,New York NY-NJ-CT-PA CSA (NJ Part) +340,259,12,Chicago IL-IN-WI CSA (IL Part) +340,260,249,Memphis TN-MS-AR MSA (TN Part) +340,261,223,New York NY-NJ-CT-PA CSA (NY Part) +340,262,191,Louisville KY-IN CSA (KY Part) +340,263,223,New York NY-NJ-CT-PA CSA (NY Part) +340,264,266,Washington DC-MD-VA-WV CSA (VA Part) +340,265,223,New York NY-NJ-CT-PA CSA (NY Part) +340,266,223,New York NY-NJ-CT-PA CSA (NY Part) +340,267,266,Washington DC-MD-VA-WV CSA (VA Part) +340,268,223,New York NY-NJ-CT-PA CSA (NY Part) +340,269,12,Chicago IL-IN-WI CSA (IL Part) +340,270,223,New York NY-NJ-CT-PA CSA (NY Part) +340,271,12,Chicago IL-IN-WI CSA (IL Part) +340,272,223,New York NY-NJ-CT-PA CSA (NY Part) +340,273,266,Washington DC-MD-VA-WV CSA (VA Part) +341,152,176,Atlanta GA-AL CSA (GA Part) +341,153,172,Miami FL MSA +341,154,249,Memphis TN-MS-AR MSA (TN Part) +341,155,159,Los Angeles CA CSA +341,156,249,Memphis TN-MS-AR MSA (TN Part) +341,157,162,San Francisco CA CSA +341,158,191,Louisville KY-IN CSA (KY Part) +341,159,159,Los Angeles CA CSA +341,160,159,Los Angeles CA CSA +341,161,255,Dallas-Fort Worth TX CSA +341,162,159,Los Angeles CA CSA +341,163,173,Orlando FL CSA +341,164,153,Remainder of Alabama +341,165,172,Miami FL MSA +341,166,223,New York NY-NJ-CT-PA CSA (NY Part) +341,167,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +341,168,223,New York NY-NJ-CT-PA CSA (NY Part) +341,169,172,Miami FL MSA +341,170,172,Miami FL MSA +341,171,172,Miami FL MSA +341,172,172,Miami FL MSA +341,173,172,Miami FL MSA +341,174,195,New Orleans LA CSA +341,175,172,Miami FL MSA +341,176,153,Remainder of Alabama +341,177,172,Miami FL MSA +341,178,172,Miami FL MSA +341,179,179,Honolulu HI MSA +341,180,255,Dallas-Fort Worth TX CSA +341,181,255,Dallas-Fort Worth TX CSA +341,183,176,Atlanta GA-AL CSA (GA Part) +341,184,192,Remainder of Kentucky +341,185,249,Memphis TN-MS-AR MSA (TN Part) +341,186,186,Indianapolis IN CSA +341,187,172,Miami FL MSA +341,188,173,Orlando FL CSA +341,189,249,Memphis TN-MS-AR MSA (TN Part) +341,190,249,Memphis TN-MS-AR MSA (TN Part) +341,191,226,Charlotte NC-SC CSA (NC Part) +341,192,195,New Orleans LA CSA +341,193,172,Miami FL MSA +341,194,176,Atlanta GA-AL CSA (GA Part) +341,195,195,New Orleans LA CSA +341,196,153,Remainder of Alabama +341,197,223,New York NY-NJ-CT-PA CSA (NY Part) +341,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +341,199,223,New York NY-NJ-CT-PA CSA (NY Part) +341,200,172,Miami FL MSA +341,201,266,Washington DC-MD-VA-WV CSA (VA Part) +341,202,223,New York NY-NJ-CT-PA CSA (NY Part) +341,203,172,Miami FL MSA +341,204,176,Atlanta GA-AL CSA (GA Part) +341,205,203,Detroit MI CSA +341,206,176,Atlanta GA-AL CSA (GA Part) +341,207,203,Detroit MI CSA +341,208,255,Dallas-Fort Worth TX CSA +341,209,257,Houston TX CSA +341,210,172,Miami FL MSA +341,211,153,Remainder of Alabama +341,212,249,Memphis TN-MS-AR MSA (TN Part) +341,213,257,Houston TX CSA +341,214,257,Houston TX CSA +341,215,159,Los Angeles CA CSA +341,216,223,New York NY-NJ-CT-PA CSA (NY Part) +341,217,176,Atlanta GA-AL CSA (GA Part) +341,218,266,Washington DC-MD-VA-WV CSA (VA Part) +341,219,223,New York NY-NJ-CT-PA CSA (NY Part) +341,220,172,Miami FL MSA +341,221,223,New York NY-NJ-CT-PA CSA (NY Part) +341,222,176,Atlanta GA-AL CSA (GA Part) +341,223,172,Miami FL MSA +341,224,232,Cleveland OH CSA +341,225,223,New York NY-NJ-CT-PA CSA (NY Part) +341,226,186,Indianapolis IN CSA +341,227,153,Remainder of Alabama +341,228,172,Miami FL MSA +341,229,176,Atlanta GA-AL CSA (GA Part) +341,230,172,Miami FL MSA +341,231,176,Atlanta GA-AL CSA (GA Part) +341,232,217,New York NY-NJ-CT-PA CSA (NJ Part) +341,233,245,Charleston SC MSA +341,234,249,Memphis TN-MS-AR MSA (TN Part) +341,235,245,Charleston SC MSA +341,236,249,Memphis TN-MS-AR MSA (TN Part) +341,237,172,Miami FL MSA +341,238,153,Remainder of Alabama +341,239,159,Los Angeles CA CSA +341,240,162,San Francisco CA CSA +341,241,223,New York NY-NJ-CT-PA CSA (NY Part) +341,242,186,Indianapolis IN CSA +341,243,223,New York NY-NJ-CT-PA CSA (NY Part) +341,244,223,New York NY-NJ-CT-PA CSA (NY Part) +341,245,172,Miami FL MSA +341,246,172,Miami FL MSA +341,247,172,Miami FL MSA +341,248,257,Houston TX CSA +341,249,257,Houston TX CSA +341,250,172,Miami FL MSA +341,251,172,Miami FL MSA +341,252,255,Dallas-Fort Worth TX CSA +341,253,172,Miami FL MSA +341,254,172,Miami FL MSA +341,255,257,Houston TX CSA +341,256,176,Atlanta GA-AL CSA (GA Part) +341,257,195,New Orleans LA CSA +341,258,172,Miami FL MSA +341,259,257,Houston TX CSA +341,260,172,Miami FL MSA +341,261,192,Remainder of Kentucky +341,262,195,New Orleans LA CSA +341,263,176,Atlanta GA-AL CSA (GA Part) +341,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +341,265,172,Miami FL MSA +341,266,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +341,267,232,Cleveland OH CSA +341,268,162,San Francisco CA CSA +341,269,162,San Francisco CA CSA +341,270,172,Miami FL MSA +341,271,249,Memphis TN-MS-AR MSA (TN Part) +341,272,203,Detroit MI CSA +341,273,172,Miami FL MSA +342,152,176,Atlanta GA-AL CSA (GA Part) +342,153,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +342,154,154,Alaska +342,155,159,Los Angeles CA CSA +342,156,12,Chicago IL-IN-WI CSA (IL Part) +342,157,159,Los Angeles CA CSA +342,158,232,Cleveland OH CSA +342,159,159,Los Angeles CA CSA +342,160,268,Seattle WA CSA +342,161,159,Los Angeles CA CSA +342,162,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +342,163,159,Los Angeles CA CSA +342,164,12,Chicago IL-IN-WI CSA (IL Part) +342,165,12,Chicago IL-IN-WI CSA (IL Part) +342,166,223,New York NY-NJ-CT-PA CSA (NY Part) +342,167,223,New York NY-NJ-CT-PA CSA (NY Part) +342,168,223,New York NY-NJ-CT-PA CSA (NY Part) +342,169,223,New York NY-NJ-CT-PA CSA (NY Part) +342,170,223,New York NY-NJ-CT-PA CSA (NY Part) +342,171,223,New York NY-NJ-CT-PA CSA (NY Part) +342,172,172,Miami FL MSA +342,173,217,New York NY-NJ-CT-PA CSA (NJ Part) +342,174,223,New York NY-NJ-CT-PA CSA (NY Part) +342,175,217,New York NY-NJ-CT-PA CSA (NJ Part) +342,176,176,Atlanta GA-AL CSA (GA Part) +342,177,226,Charlotte NC-SC CSA (NC Part) +342,178,223,New York NY-NJ-CT-PA CSA (NY Part) +342,179,179,Honolulu HI MSA +342,180,154,Alaska +342,181,268,Seattle WA CSA +342,183,186,Indianapolis IN CSA +342,184,12,Chicago IL-IN-WI CSA (IL Part) +342,185,12,Chicago IL-IN-WI CSA (IL Part) +342,186,201,Boston MA-NH CSA (MA Part) +342,187,12,Chicago IL-IN-WI CSA (IL Part) +342,188,12,Chicago IL-IN-WI CSA (IL Part) +342,189,12,Chicago IL-IN-WI CSA (IL Part) +342,190,186,Indianapolis IN CSA +342,191,223,New York NY-NJ-CT-PA CSA (NY Part) +342,192,201,Boston MA-NH CSA (MA Part) +342,193,217,New York NY-NJ-CT-PA CSA (NJ Part) +342,194,223,New York NY-NJ-CT-PA CSA (NY Part) +342,195,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +342,196,249,Memphis TN-MS-AR MSA (TN Part) +342,197,223,New York NY-NJ-CT-PA CSA (NY Part) +342,198,266,Washington DC-MD-VA-WV CSA (VA Part) +342,199,223,New York NY-NJ-CT-PA CSA (NY Part) +342,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +342,201,223,New York NY-NJ-CT-PA CSA (NY Part) +342,202,223,New York NY-NJ-CT-PA CSA (NY Part) +342,203,223,New York NY-NJ-CT-PA CSA (NY Part) +342,204,12,Chicago IL-IN-WI CSA (IL Part) +342,205,12,Chicago IL-IN-WI CSA (IL Part) +342,206,12,Chicago IL-IN-WI CSA (IL Part) +342,207,12,Chicago IL-IN-WI CSA (IL Part) +342,208,12,Chicago IL-IN-WI CSA (IL Part) +342,209,12,Chicago IL-IN-WI CSA (IL Part) +342,210,223,New York NY-NJ-CT-PA CSA (NY Part) +342,211,217,New York NY-NJ-CT-PA CSA (NJ Part) +342,212,268,Seattle WA CSA +342,213,12,Chicago IL-IN-WI CSA (IL Part) +342,214,203,Detroit MI CSA +342,215,217,New York NY-NJ-CT-PA CSA (NJ Part) +342,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +342,217,223,New York NY-NJ-CT-PA CSA (NY Part) +342,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +342,219,223,New York NY-NJ-CT-PA CSA (NY Part) +342,220,223,New York NY-NJ-CT-PA CSA (NY Part) +342,221,223,New York NY-NJ-CT-PA CSA (NY Part) +342,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +342,223,223,New York NY-NJ-CT-PA CSA (NY Part) +342,224,223,New York NY-NJ-CT-PA CSA (NY Part) +342,225,223,New York NY-NJ-CT-PA CSA (NY Part) +342,226,217,New York NY-NJ-CT-PA CSA (NJ Part) +342,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +342,228,223,New York NY-NJ-CT-PA CSA (NY Part) +342,229,223,New York NY-NJ-CT-PA CSA (NY Part) +342,230,223,New York NY-NJ-CT-PA CSA (NY Part) +342,231,223,New York NY-NJ-CT-PA CSA (NY Part) +342,232,232,Cleveland OH CSA +342,233,266,Washington DC-MD-VA-WV CSA (VA Part) +342,234,12,Chicago IL-IN-WI CSA (IL Part) +342,235,201,Boston MA-NH CSA (MA Part) +342,236,186,Indianapolis IN CSA +342,237,232,Cleveland OH CSA +342,238,12,Chicago IL-IN-WI CSA (IL Part) +342,239,12,Chicago IL-IN-WI CSA (IL Part) +342,240,186,Indianapolis IN CSA +342,241,223,New York NY-NJ-CT-PA CSA (NY Part) +342,242,217,New York NY-NJ-CT-PA CSA (NJ Part) +342,243,223,New York NY-NJ-CT-PA CSA (NY Part) +342,244,223,New York NY-NJ-CT-PA CSA (NY Part) +342,245,203,Detroit MI CSA +342,246,223,New York NY-NJ-CT-PA CSA (NY Part) +342,247,223,New York NY-NJ-CT-PA CSA (NY Part) +342,248,12,Chicago IL-IN-WI CSA (IL Part) +342,249,249,Memphis TN-MS-AR MSA (TN Part) +342,250,223,New York NY-NJ-CT-PA CSA (NY Part) +342,251,201,Boston MA-NH CSA (MA Part) +342,252,12,Chicago IL-IN-WI CSA (IL Part) +342,253,249,Memphis TN-MS-AR MSA (TN Part) +342,254,223,New York NY-NJ-CT-PA CSA (NY Part) +342,255,231,Cincinnati OH-KY-IN CSA (OH Part) +342,256,191,Louisville KY-IN CSA (KY Part) +342,257,223,New York NY-NJ-CT-PA CSA (NY Part) +342,258,191,Louisville KY-IN CSA (KY Part) +342,259,12,Chicago IL-IN-WI CSA (IL Part) +342,260,12,Chicago IL-IN-WI CSA (IL Part) +342,261,268,Seattle WA CSA +342,262,12,Chicago IL-IN-WI CSA (IL Part) +342,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +342,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +342,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +342,266,223,New York NY-NJ-CT-PA CSA (NY Part) +342,267,223,New York NY-NJ-CT-PA CSA (NY Part) +342,268,154,Alaska +342,269,154,Alaska +342,270,223,New York NY-NJ-CT-PA CSA (NY Part) +342,271,12,Chicago IL-IN-WI CSA (IL Part) +342,272,12,Chicago IL-IN-WI CSA (IL Part) +342,273,217,New York NY-NJ-CT-PA CSA (NJ Part) +343,152,249,Memphis TN-MS-AR MSA (TN Part) +343,153,268,Seattle WA CSA +343,154,162,San Francisco CA CSA +343,155,159,Los Angeles CA CSA +343,156,159,Los Angeles CA CSA +343,157,159,Los Angeles CA CSA +343,158,162,San Francisco CA CSA +343,159,154,Alaska +343,160,159,Los Angeles CA CSA +343,161,159,Los Angeles CA CSA +343,162,159,Los Angeles CA CSA +343,163,159,Los Angeles CA CSA +343,164,162,San Francisco CA CSA +343,165,159,Los Angeles CA CSA +343,166,159,Los Angeles CA CSA +343,167,159,Los Angeles CA CSA +343,168,159,Los Angeles CA CSA +343,169,266,Washington DC-MD-VA-WV CSA (VA Part) +343,170,192,Remainder of Kentucky +343,171,159,Los Angeles CA CSA +343,172,162,San Francisco CA CSA +343,173,176,Atlanta GA-AL CSA (GA Part) +343,174,257,Houston TX CSA +343,175,172,Miami FL MSA +343,176,255,Dallas-Fort Worth TX CSA +343,177,255,Dallas-Fort Worth TX CSA +343,178,159,Los Angeles CA CSA +343,179,162,San Francisco CA CSA +343,180,154,Alaska +343,181,162,San Francisco CA CSA +343,183,162,San Francisco CA CSA +343,184,186,Indianapolis IN CSA +343,185,268,Seattle WA CSA +343,186,255,Dallas-Fort Worth TX CSA +343,187,186,Indianapolis IN CSA +343,188,186,Indianapolis IN CSA +343,189,268,Seattle WA CSA +343,190,159,Los Angeles CA CSA +343,191,162,San Francisco CA CSA +343,192,231,Cincinnati OH-KY-IN CSA (OH Part) +343,193,257,Houston TX CSA +343,194,195,New Orleans LA CSA +343,195,159,Los Angeles CA CSA +343,196,159,Los Angeles CA CSA +343,197,255,Dallas-Fort Worth TX CSA +343,198,266,Washington DC-MD-VA-WV CSA (VA Part) +343,199,162,San Francisco CA CSA +343,200,162,San Francisco CA CSA +343,201,223,New York NY-NJ-CT-PA CSA (NY Part) +343,202,159,Los Angeles CA CSA +343,203,257,Houston TX CSA +343,204,159,Los Angeles CA CSA +343,205,257,Houston TX CSA +343,206,159,Los Angeles CA CSA +343,207,179,Honolulu HI MSA +343,208,249,Memphis TN-MS-AR MSA (TN Part) +343,209,159,Los Angeles CA CSA +343,210,162,San Francisco CA CSA +343,211,257,Houston TX CSA +343,212,268,Seattle WA CSA +343,213,255,Dallas-Fort Worth TX CSA +343,214,159,Los Angeles CA CSA +343,215,162,San Francisco CA CSA +343,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +343,217,249,Memphis TN-MS-AR MSA (TN Part) +343,218,159,Los Angeles CA CSA +343,219,201,Boston MA-NH CSA (MA Part) +343,220,179,Honolulu HI MSA +343,221,223,New York NY-NJ-CT-PA CSA (NY Part) +343,222,162,San Francisco CA CSA +343,223,223,New York NY-NJ-CT-PA CSA (NY Part) +343,224,162,San Francisco CA CSA +343,225,159,Los Angeles CA CSA +343,226,162,San Francisco CA CSA +343,227,255,Dallas-Fort Worth TX CSA +343,228,162,San Francisco CA CSA +343,229,249,Memphis TN-MS-AR MSA (TN Part) +343,230,159,Los Angeles CA CSA +343,231,12,Chicago IL-IN-WI CSA (IL Part) +343,232,191,Louisville KY-IN CSA (KY Part) +343,233,12,Chicago IL-IN-WI CSA (IL Part) +343,234,255,Dallas-Fort Worth TX CSA +343,235,268,Seattle WA CSA +343,236,159,Los Angeles CA CSA +343,237,159,Los Angeles CA CSA +343,238,159,Los Angeles CA CSA +343,239,159,Los Angeles CA CSA +343,240,162,San Francisco CA CSA +343,241,12,Chicago IL-IN-WI CSA (IL Part) +343,242,195,New Orleans LA CSA +343,243,255,Dallas-Fort Worth TX CSA +343,244,223,New York NY-NJ-CT-PA CSA (NY Part) +343,245,159,Los Angeles CA CSA +343,246,192,Remainder of Kentucky +343,247,159,Los Angeles CA CSA +343,248,164,Denver CO CSA +343,249,162,San Francisco CA CSA +343,250,153,Remainder of Alabama +343,251,12,Chicago IL-IN-WI CSA (IL Part) +343,252,255,Dallas-Fort Worth TX CSA +343,253,159,Los Angeles CA CSA +343,254,255,Dallas-Fort Worth TX CSA +343,255,257,Houston TX CSA +343,256,159,Los Angeles CA CSA +343,257,159,Los Angeles CA CSA +343,258,159,Los Angeles CA CSA +343,259,162,San Francisco CA CSA +343,260,255,Dallas-Fort Worth TX CSA +343,261,159,Los Angeles CA CSA +343,262,159,Los Angeles CA CSA +343,263,12,Chicago IL-IN-WI CSA (IL Part) +343,264,266,Washington DC-MD-VA-WV CSA (VA Part) +343,265,159,Los Angeles CA CSA +343,266,169,Delaware +343,267,159,Los Angeles CA CSA +343,268,159,Los Angeles CA CSA +343,269,162,San Francisco CA CSA +343,270,162,San Francisco CA CSA +343,271,162,San Francisco CA CSA +343,272,12,Chicago IL-IN-WI CSA (IL Part) +343,273,154,Alaska +344,152,223,New York NY-NJ-CT-PA CSA (NY Part) +344,153,12,Chicago IL-IN-WI CSA (IL Part) +344,154,12,Chicago IL-IN-WI CSA (IL Part) +344,155,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +344,156,159,Los Angeles CA CSA +344,157,12,Chicago IL-IN-WI CSA (IL Part) +344,158,12,Chicago IL-IN-WI CSA (IL Part) +344,159,162,San Francisco CA CSA +344,160,162,San Francisco CA CSA +344,161,159,Los Angeles CA CSA +344,162,154,Alaska +344,163,159,Los Angeles CA CSA +344,164,12,Chicago IL-IN-WI CSA (IL Part) +344,165,12,Chicago IL-IN-WI CSA (IL Part) +344,166,223,New York NY-NJ-CT-PA CSA (NY Part) +344,167,223,New York NY-NJ-CT-PA CSA (NY Part) +344,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +344,169,169,Delaware +344,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +344,171,217,New York NY-NJ-CT-PA CSA (NJ Part) +344,172,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +344,173,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +344,174,172,Miami FL MSA +344,175,176,Atlanta GA-AL CSA (GA Part) +344,176,232,Cleveland OH CSA +344,177,266,Washington DC-MD-VA-WV CSA (VA Part) +344,178,223,New York NY-NJ-CT-PA CSA (NY Part) +344,179,159,Los Angeles CA CSA +344,180,159,Los Angeles CA CSA +344,181,268,Seattle WA CSA +344,183,223,New York NY-NJ-CT-PA CSA (NY Part) +344,184,186,Indianapolis IN CSA +344,185,203,Detroit MI CSA +344,186,12,Chicago IL-IN-WI CSA (IL Part) +344,187,12,Chicago IL-IN-WI CSA (IL Part) +344,188,203,Detroit MI CSA +344,189,203,Detroit MI CSA +344,190,12,Chicago IL-IN-WI CSA (IL Part) +344,191,223,New York NY-NJ-CT-PA CSA (NY Part) +344,192,12,Chicago IL-IN-WI CSA (IL Part) +344,193,201,Boston MA-NH CSA (MA Part) +344,194,12,Chicago IL-IN-WI CSA (IL Part) +344,195,223,New York NY-NJ-CT-PA CSA (NY Part) +344,196,255,Dallas-Fort Worth TX CSA +344,197,223,New York NY-NJ-CT-PA CSA (NY Part) +344,198,223,New York NY-NJ-CT-PA CSA (NY Part) +344,199,223,New York NY-NJ-CT-PA CSA (NY Part) +344,200,223,New York NY-NJ-CT-PA CSA (NY Part) +344,201,201,Boston MA-NH CSA (MA Part) +344,202,223,New York NY-NJ-CT-PA CSA (NY Part) +344,203,223,New York NY-NJ-CT-PA CSA (NY Part) +344,204,186,Indianapolis IN CSA +344,205,217,New York NY-NJ-CT-PA CSA (NJ Part) +344,206,223,New York NY-NJ-CT-PA CSA (NY Part) +344,207,203,Detroit MI CSA +344,208,217,New York NY-NJ-CT-PA CSA (NJ Part) +344,209,12,Chicago IL-IN-WI CSA (IL Part) +344,210,12,Chicago IL-IN-WI CSA (IL Part) +344,211,249,Memphis TN-MS-AR MSA (TN Part) +344,212,154,Alaska +344,213,176,Atlanta GA-AL CSA (GA Part) +344,214,159,Los Angeles CA CSA +344,215,154,Alaska +344,216,223,New York NY-NJ-CT-PA CSA (NY Part) +344,217,223,New York NY-NJ-CT-PA CSA (NY Part) +344,218,223,New York NY-NJ-CT-PA CSA (NY Part) +344,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +344,220,12,Chicago IL-IN-WI CSA (IL Part) +344,221,223,New York NY-NJ-CT-PA CSA (NY Part) +344,222,201,Boston MA-NH CSA (MA Part) +344,223,223,New York NY-NJ-CT-PA CSA (NY Part) +344,224,223,New York NY-NJ-CT-PA CSA (NY Part) +344,225,223,New York NY-NJ-CT-PA CSA (NY Part) +344,226,203,Detroit MI CSA +344,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +344,228,231,Cincinnati OH-KY-IN CSA (OH Part) +344,229,201,Boston MA-NH CSA (MA Part) +344,230,201,Boston MA-NH CSA (MA Part) +344,231,223,New York NY-NJ-CT-PA CSA (NY Part) +344,232,223,New York NY-NJ-CT-PA CSA (NY Part) +344,233,223,New York NY-NJ-CT-PA CSA (NY Part) +344,234,223,New York NY-NJ-CT-PA CSA (NY Part) +344,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +344,236,266,Washington DC-MD-VA-WV CSA (VA Part) +344,237,12,Chicago IL-IN-WI CSA (IL Part) +344,238,12,Chicago IL-IN-WI CSA (IL Part) +344,239,154,Alaska +344,240,164,Denver CO CSA +344,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +344,242,203,Detroit MI CSA +344,243,223,New York NY-NJ-CT-PA CSA (NY Part) +344,244,223,New York NY-NJ-CT-PA CSA (NY Part) +344,245,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +344,246,217,New York NY-NJ-CT-PA CSA (NJ Part) +344,247,266,Washington DC-MD-VA-WV CSA (VA Part) +344,248,12,Chicago IL-IN-WI CSA (IL Part) +344,249,223,New York NY-NJ-CT-PA CSA (NY Part) +344,250,232,Cleveland OH CSA +344,251,223,New York NY-NJ-CT-PA CSA (NY Part) +344,252,255,Dallas-Fort Worth TX CSA +344,253,249,Memphis TN-MS-AR MSA (TN Part) +344,254,257,Houston TX CSA +344,255,12,Chicago IL-IN-WI CSA (IL Part) +344,256,203,Detroit MI CSA +344,257,255,Dallas-Fort Worth TX CSA +344,258,266,Washington DC-MD-VA-WV CSA (VA Part) +344,259,249,Memphis TN-MS-AR MSA (TN Part) +344,260,12,Chicago IL-IN-WI CSA (IL Part) +344,261,191,Louisville KY-IN CSA (KY Part) +344,262,203,Detroit MI CSA +344,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +344,264,223,New York NY-NJ-CT-PA CSA (NY Part) +344,265,223,New York NY-NJ-CT-PA CSA (NY Part) +344,266,223,New York NY-NJ-CT-PA CSA (NY Part) +344,267,223,New York NY-NJ-CT-PA CSA (NY Part) +344,268,154,Alaska +344,269,268,Seattle WA CSA +344,270,12,Chicago IL-IN-WI CSA (IL Part) +344,271,12,Chicago IL-IN-WI CSA (IL Part) +344,272,12,Chicago IL-IN-WI CSA (IL Part) +344,273,268,Seattle WA CSA +345,152,266,Washington DC-MD-VA-WV CSA (VA Part) +345,153,223,New York NY-NJ-CT-PA CSA (NY Part) +345,154,266,Washington DC-MD-VA-WV CSA (VA Part) +345,155,159,Los Angeles CA CSA +345,156,255,Dallas-Fort Worth TX CSA +345,157,249,Memphis TN-MS-AR MSA (TN Part) +345,158,169,Delaware +345,159,159,Los Angeles CA CSA +345,160,162,San Francisco CA CSA +345,161,12,Chicago IL-IN-WI CSA (IL Part) +345,162,169,Delaware +345,163,268,Seattle WA CSA +345,164,12,Chicago IL-IN-WI CSA (IL Part) +345,165,223,New York NY-NJ-CT-PA CSA (NY Part) +345,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +345,167,223,New York NY-NJ-CT-PA CSA (NY Part) +345,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +345,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +345,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +345,171,223,New York NY-NJ-CT-PA CSA (NY Part) +345,172,226,Charlotte NC-SC CSA (NC Part) +345,173,226,Charlotte NC-SC CSA (NC Part) +345,174,223,New York NY-NJ-CT-PA CSA (NY Part) +345,175,266,Washington DC-MD-VA-WV CSA (VA Part) +345,176,176,Atlanta GA-AL CSA (GA Part) +345,177,223,New York NY-NJ-CT-PA CSA (NY Part) +345,178,223,New York NY-NJ-CT-PA CSA (NY Part) +345,179,162,San Francisco CA CSA +345,180,162,San Francisco CA CSA +345,181,12,Chicago IL-IN-WI CSA (IL Part) +345,183,217,New York NY-NJ-CT-PA CSA (NJ Part) +345,184,12,Chicago IL-IN-WI CSA (IL Part) +345,185,223,New York NY-NJ-CT-PA CSA (NY Part) +345,186,217,New York NY-NJ-CT-PA CSA (NJ Part) +345,187,201,Boston MA-NH CSA (MA Part) +345,188,12,Chicago IL-IN-WI CSA (IL Part) +345,189,223,New York NY-NJ-CT-PA CSA (NY Part) +345,190,232,Cleveland OH CSA +345,191,191,Louisville KY-IN CSA (KY Part) +345,192,223,New York NY-NJ-CT-PA CSA (NY Part) +345,193,249,Memphis TN-MS-AR MSA (TN Part) +345,194,217,New York NY-NJ-CT-PA CSA (NJ Part) +345,195,217,New York NY-NJ-CT-PA CSA (NJ Part) +345,196,192,Remainder of Kentucky +345,197,223,New York NY-NJ-CT-PA CSA (NY Part) +345,198,223,New York NY-NJ-CT-PA CSA (NY Part) +345,199,223,New York NY-NJ-CT-PA CSA (NY Part) +345,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +345,201,223,New York NY-NJ-CT-PA CSA (NY Part) +345,202,223,New York NY-NJ-CT-PA CSA (NY Part) +345,203,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +345,204,223,New York NY-NJ-CT-PA CSA (NY Part) +345,205,12,Chicago IL-IN-WI CSA (IL Part) +345,206,232,Cleveland OH CSA +345,207,223,New York NY-NJ-CT-PA CSA (NY Part) +345,208,223,New York NY-NJ-CT-PA CSA (NY Part) +345,209,217,New York NY-NJ-CT-PA CSA (NJ Part) +345,210,12,Chicago IL-IN-WI CSA (IL Part) +345,211,191,Louisville KY-IN CSA (KY Part) +345,212,201,Boston MA-NH CSA (MA Part) +345,213,223,New York NY-NJ-CT-PA CSA (NY Part) +345,214,203,Detroit MI CSA +345,215,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +345,216,223,New York NY-NJ-CT-PA CSA (NY Part) +345,217,266,Washington DC-MD-VA-WV CSA (VA Part) +345,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +345,219,223,New York NY-NJ-CT-PA CSA (NY Part) +345,220,255,Dallas-Fort Worth TX CSA +345,221,266,Washington DC-MD-VA-WV CSA (VA Part) +345,222,223,New York NY-NJ-CT-PA CSA (NY Part) +345,223,223,New York NY-NJ-CT-PA CSA (NY Part) +345,224,223,New York NY-NJ-CT-PA CSA (NY Part) +345,225,169,Delaware +345,226,223,New York NY-NJ-CT-PA CSA (NY Part) +345,227,223,New York NY-NJ-CT-PA CSA (NY Part) +345,228,266,Washington DC-MD-VA-WV CSA (VA Part) +345,229,217,New York NY-NJ-CT-PA CSA (NJ Part) +345,230,223,New York NY-NJ-CT-PA CSA (NY Part) +345,231,223,New York NY-NJ-CT-PA CSA (NY Part) +345,232,223,New York NY-NJ-CT-PA CSA (NY Part) +345,233,223,New York NY-NJ-CT-PA CSA (NY Part) +345,234,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +345,235,232,Cleveland OH CSA +345,236,169,Delaware +345,237,232,Cleveland OH CSA +345,238,12,Chicago IL-IN-WI CSA (IL Part) +345,239,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +345,240,12,Chicago IL-IN-WI CSA (IL Part) +345,241,223,New York NY-NJ-CT-PA CSA (NY Part) +345,242,223,New York NY-NJ-CT-PA CSA (NY Part) +345,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +345,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +345,245,266,Washington DC-MD-VA-WV CSA (VA Part) +345,246,217,New York NY-NJ-CT-PA CSA (NJ Part) +345,247,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +345,248,201,Boston MA-NH CSA (MA Part) +345,249,191,Louisville KY-IN CSA (KY Part) +345,250,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +345,251,176,Atlanta GA-AL CSA (GA Part) +345,252,195,New Orleans LA CSA +345,253,201,Boston MA-NH CSA (MA Part) +345,254,12,Chicago IL-IN-WI CSA (IL Part) +345,255,223,New York NY-NJ-CT-PA CSA (NY Part) +345,256,192,Remainder of Kentucky +345,257,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +345,258,226,Charlotte NC-SC CSA (NC Part) +345,259,191,Louisville KY-IN CSA (KY Part) +345,260,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +345,261,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +345,262,223,New York NY-NJ-CT-PA CSA (NY Part) +345,263,223,New York NY-NJ-CT-PA CSA (NY Part) +345,264,266,Washington DC-MD-VA-WV CSA (VA Part) +345,265,266,Washington DC-MD-VA-WV CSA (VA Part) +345,266,223,New York NY-NJ-CT-PA CSA (NY Part) +345,267,223,New York NY-NJ-CT-PA CSA (NY Part) +345,268,12,Chicago IL-IN-WI CSA (IL Part) +345,269,223,New York NY-NJ-CT-PA CSA (NY Part) +345,270,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +345,271,266,Washington DC-MD-VA-WV CSA (VA Part) +345,272,12,Chicago IL-IN-WI CSA (IL Part) +345,273,12,Chicago IL-IN-WI CSA (IL Part) +346,152,172,Miami FL MSA +346,153,257,Houston TX CSA +346,154,154,Alaska +346,155,159,Los Angeles CA CSA +346,156,179,Honolulu HI MSA +346,157,159,Los Angeles CA CSA +346,158,217,New York NY-NJ-CT-PA CSA (NJ Part) +346,159,172,Miami FL MSA +346,160,172,Miami FL MSA +346,161,159,Los Angeles CA CSA +346,162,195,New Orleans LA CSA +346,163,159,Los Angeles CA CSA +346,164,195,New Orleans LA CSA +346,165,191,Louisville KY-IN CSA (KY Part) +346,166,172,Miami FL MSA +346,167,223,New York NY-NJ-CT-PA CSA (NY Part) +346,168,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +346,169,223,New York NY-NJ-CT-PA CSA (NY Part) +346,170,172,Miami FL MSA +346,171,153,Remainder of Alabama +346,172,176,Atlanta GA-AL CSA (GA Part) +346,173,266,Washington DC-MD-VA-WV CSA (VA Part) +346,174,172,Miami FL MSA +346,175,172,Miami FL MSA +346,176,176,Atlanta GA-AL CSA (GA Part) +346,177,172,Miami FL MSA +346,178,217,New York NY-NJ-CT-PA CSA (NJ Part) +346,179,154,Alaska +346,180,179,Honolulu HI MSA +346,181,257,Houston TX CSA +346,183,176,Atlanta GA-AL CSA (GA Part) +346,184,172,Miami FL MSA +346,185,231,Cincinnati OH-KY-IN CSA (OH Part) +346,186,217,New York NY-NJ-CT-PA CSA (NJ Part) +346,187,203,Detroit MI CSA +346,188,191,Louisville KY-IN CSA (KY Part) +346,189,257,Houston TX CSA +346,190,12,Chicago IL-IN-WI CSA (IL Part) +346,191,172,Miami FL MSA +346,192,231,Cincinnati OH-KY-IN CSA (OH Part) +346,193,172,Miami FL MSA +346,194,255,Dallas-Fort Worth TX CSA +346,195,172,Miami FL MSA +346,196,172,Miami FL MSA +346,197,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +346,198,201,Boston MA-NH CSA (MA Part) +346,199,223,New York NY-NJ-CT-PA CSA (NY Part) +346,200,223,New York NY-NJ-CT-PA CSA (NY Part) +346,201,172,Miami FL MSA +346,202,223,New York NY-NJ-CT-PA CSA (NY Part) +346,203,266,Washington DC-MD-VA-WV CSA (VA Part) +346,204,12,Chicago IL-IN-WI CSA (IL Part) +346,205,217,New York NY-NJ-CT-PA CSA (NJ Part) +346,206,12,Chicago IL-IN-WI CSA (IL Part) +346,207,217,New York NY-NJ-CT-PA CSA (NJ Part) +346,208,195,New Orleans LA CSA +346,209,172,Miami FL MSA +346,210,12,Chicago IL-IN-WI CSA (IL Part) +346,211,249,Memphis TN-MS-AR MSA (TN Part) +346,212,159,Los Angeles CA CSA +346,213,266,Washington DC-MD-VA-WV CSA (VA Part) +346,214,159,Los Angeles CA CSA +346,215,191,Louisville KY-IN CSA (KY Part) +346,216,223,New York NY-NJ-CT-PA CSA (NY Part) +346,217,172,Miami FL MSA +346,218,223,New York NY-NJ-CT-PA CSA (NY Part) +346,219,223,New York NY-NJ-CT-PA CSA (NY Part) +346,220,255,Dallas-Fort Worth TX CSA +346,221,266,Washington DC-MD-VA-WV CSA (VA Part) +346,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +346,223,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +346,224,172,Miami FL MSA +346,225,172,Miami FL MSA +346,226,176,Atlanta GA-AL CSA (GA Part) +346,227,176,Atlanta GA-AL CSA (GA Part) +346,228,217,New York NY-NJ-CT-PA CSA (NJ Part) +346,229,201,Boston MA-NH CSA (MA Part) +346,230,231,Cincinnati OH-KY-IN CSA (OH Part) +346,231,266,Washington DC-MD-VA-WV CSA (VA Part) +346,232,223,New York NY-NJ-CT-PA CSA (NY Part) +346,233,266,Washington DC-MD-VA-WV CSA (VA Part) +346,234,191,Louisville KY-IN CSA (KY Part) +346,235,153,Remainder of Alabama +346,236,172,Miami FL MSA +346,237,257,Houston TX CSA +346,238,172,Miami FL MSA +346,239,159,Los Angeles CA CSA +346,240,172,Miami FL MSA +346,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +346,242,172,Miami FL MSA +346,243,223,New York NY-NJ-CT-PA CSA (NY Part) +346,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +346,245,217,New York NY-NJ-CT-PA CSA (NJ Part) +346,246,192,Remainder of Kentucky +346,247,176,Atlanta GA-AL CSA (GA Part) +346,248,172,Miami FL MSA +346,249,257,Houston TX CSA +346,250,172,Miami FL MSA +346,251,226,Charlotte NC-SC CSA (NC Part) +346,252,176,Atlanta GA-AL CSA (GA Part) +346,253,195,New Orleans LA CSA +346,254,249,Memphis TN-MS-AR MSA (TN Part) +346,255,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +346,256,249,Memphis TN-MS-AR MSA (TN Part) +346,257,172,Miami FL MSA +346,258,255,Dallas-Fort Worth TX CSA +346,259,245,Charleston SC MSA +346,260,172,Miami FL MSA +346,261,245,Charleston SC MSA +346,262,257,Houston TX CSA +346,263,266,Washington DC-MD-VA-WV CSA (VA Part) +346,264,172,Miami FL MSA +346,265,266,Washington DC-MD-VA-WV CSA (VA Part) +346,266,223,New York NY-NJ-CT-PA CSA (NY Part) +346,267,226,Charlotte NC-SC CSA (NC Part) +346,268,162,San Francisco CA CSA +346,269,162,San Francisco CA CSA +346,270,223,New York NY-NJ-CT-PA CSA (NY Part) +346,271,223,New York NY-NJ-CT-PA CSA (NY Part) +346,272,172,Miami FL MSA +346,273,257,Houston TX CSA +347,152,172,Miami FL MSA +347,153,172,Miami FL MSA +347,154,223,New York NY-NJ-CT-PA CSA (NY Part) +347,155,12,Chicago IL-IN-WI CSA (IL Part) +347,156,186,Indianapolis IN CSA +347,157,192,Remainder of Kentucky +347,158,217,New York NY-NJ-CT-PA CSA (NJ Part) +347,159,217,New York NY-NJ-CT-PA CSA (NJ Part) +347,160,217,New York NY-NJ-CT-PA CSA (NJ Part) +347,161,12,Chicago IL-IN-WI CSA (IL Part) +347,162,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +347,163,159,Los Angeles CA CSA +347,164,192,Remainder of Kentucky +347,165,223,New York NY-NJ-CT-PA CSA (NY Part) +347,166,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +347,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +347,168,223,New York NY-NJ-CT-PA CSA (NY Part) +347,169,223,New York NY-NJ-CT-PA CSA (NY Part) +347,170,223,New York NY-NJ-CT-PA CSA (NY Part) +347,171,176,Atlanta GA-AL CSA (GA Part) +347,172,172,Miami FL MSA +347,173,172,Miami FL MSA +347,174,172,Miami FL MSA +347,175,172,Miami FL MSA +347,176,191,Louisville KY-IN CSA (KY Part) +347,177,223,New York NY-NJ-CT-PA CSA (NY Part) +347,178,266,Washington DC-MD-VA-WV CSA (VA Part) +347,179,154,Alaska +347,180,179,Honolulu HI MSA +347,181,176,Atlanta GA-AL CSA (GA Part) +347,183,191,Louisville KY-IN CSA (KY Part) +347,184,223,New York NY-NJ-CT-PA CSA (NY Part) +347,185,217,New York NY-NJ-CT-PA CSA (NJ Part) +347,186,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +347,187,217,New York NY-NJ-CT-PA CSA (NJ Part) +347,188,232,Cleveland OH CSA +347,189,203,Detroit MI CSA +347,190,232,Cleveland OH CSA +347,191,223,New York NY-NJ-CT-PA CSA (NY Part) +347,192,217,New York NY-NJ-CT-PA CSA (NJ Part) +347,193,173,Orlando FL CSA +347,194,153,Remainder of Alabama +347,195,172,Miami FL MSA +347,196,176,Atlanta GA-AL CSA (GA Part) +347,197,223,New York NY-NJ-CT-PA CSA (NY Part) +347,198,266,Washington DC-MD-VA-WV CSA (VA Part) +347,199,223,New York NY-NJ-CT-PA CSA (NY Part) +347,200,201,Boston MA-NH CSA (MA Part) +347,201,223,New York NY-NJ-CT-PA CSA (NY Part) +347,202,223,New York NY-NJ-CT-PA CSA (NY Part) +347,203,12,Chicago IL-IN-WI CSA (IL Part) +347,204,12,Chicago IL-IN-WI CSA (IL Part) +347,205,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +347,206,201,Boston MA-NH CSA (MA Part) +347,207,266,Washington DC-MD-VA-WV CSA (VA Part) +347,208,176,Atlanta GA-AL CSA (GA Part) +347,209,203,Detroit MI CSA +347,210,266,Washington DC-MD-VA-WV CSA (VA Part) +347,211,201,Boston MA-NH CSA (MA Part) +347,212,12,Chicago IL-IN-WI CSA (IL Part) +347,213,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +347,214,223,New York NY-NJ-CT-PA CSA (NY Part) +347,215,12,Chicago IL-IN-WI CSA (IL Part) +347,216,223,New York NY-NJ-CT-PA CSA (NY Part) +347,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +347,218,223,New York NY-NJ-CT-PA CSA (NY Part) +347,219,223,New York NY-NJ-CT-PA CSA (NY Part) +347,220,201,Boston MA-NH CSA (MA Part) +347,221,223,New York NY-NJ-CT-PA CSA (NY Part) +347,222,223,New York NY-NJ-CT-PA CSA (NY Part) +347,223,223,New York NY-NJ-CT-PA CSA (NY Part) +347,224,223,New York NY-NJ-CT-PA CSA (NY Part) +347,225,266,Washington DC-MD-VA-WV CSA (VA Part) +347,226,223,New York NY-NJ-CT-PA CSA (NY Part) +347,227,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +347,228,217,New York NY-NJ-CT-PA CSA (NJ Part) +347,229,245,Charleston SC MSA +347,230,12,Chicago IL-IN-WI CSA (IL Part) +347,231,186,Indianapolis IN CSA +347,232,223,New York NY-NJ-CT-PA CSA (NY Part) +347,233,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +347,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +347,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +347,236,223,New York NY-NJ-CT-PA CSA (NY Part) +347,237,223,New York NY-NJ-CT-PA CSA (NY Part) +347,238,217,New York NY-NJ-CT-PA CSA (NJ Part) +347,239,191,Louisville KY-IN CSA (KY Part) +347,240,191,Louisville KY-IN CSA (KY Part) +347,241,223,New York NY-NJ-CT-PA CSA (NY Part) +347,242,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +347,243,201,Boston MA-NH CSA (MA Part) +347,244,223,New York NY-NJ-CT-PA CSA (NY Part) +347,245,226,Charlotte NC-SC CSA (NC Part) +347,246,217,New York NY-NJ-CT-PA CSA (NJ Part) +347,247,223,New York NY-NJ-CT-PA CSA (NY Part) +347,248,223,New York NY-NJ-CT-PA CSA (NY Part) +347,249,249,Memphis TN-MS-AR MSA (TN Part) +347,250,217,New York NY-NJ-CT-PA CSA (NJ Part) +347,251,245,Charleston SC MSA +347,252,176,Atlanta GA-AL CSA (GA Part) +347,253,176,Atlanta GA-AL CSA (GA Part) +347,254,176,Atlanta GA-AL CSA (GA Part) +347,255,12,Chicago IL-IN-WI CSA (IL Part) +347,256,176,Atlanta GA-AL CSA (GA Part) +347,257,223,New York NY-NJ-CT-PA CSA (NY Part) +347,258,176,Atlanta GA-AL CSA (GA Part) +347,259,223,New York NY-NJ-CT-PA CSA (NY Part) +347,260,217,New York NY-NJ-CT-PA CSA (NJ Part) +347,261,176,Atlanta GA-AL CSA (GA Part) +347,262,191,Louisville KY-IN CSA (KY Part) +347,263,223,New York NY-NJ-CT-PA CSA (NY Part) +347,264,223,New York NY-NJ-CT-PA CSA (NY Part) +347,265,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +347,266,266,Washington DC-MD-VA-WV CSA (VA Part) +347,267,176,Atlanta GA-AL CSA (GA Part) +347,268,217,New York NY-NJ-CT-PA CSA (NJ Part) +347,269,245,Charleston SC MSA +347,270,201,Boston MA-NH CSA (MA Part) +347,271,223,New York NY-NJ-CT-PA CSA (NY Part) +347,272,223,New York NY-NJ-CT-PA CSA (NY Part) +347,273,223,New York NY-NJ-CT-PA CSA (NY Part) +348,152,217,New York NY-NJ-CT-PA CSA (NJ Part) +348,153,172,Miami FL MSA +348,154,154,Alaska +348,155,232,Cleveland OH CSA +348,156,223,New York NY-NJ-CT-PA CSA (NY Part) +348,157,232,Cleveland OH CSA +348,158,195,New Orleans LA CSA +348,159,266,Washington DC-MD-VA-WV CSA (VA Part) +348,160,191,Louisville KY-IN CSA (KY Part) +348,161,191,Louisville KY-IN CSA (KY Part) +348,162,162,San Francisco CA CSA +348,163,176,Atlanta GA-AL CSA (GA Part) +348,164,223,New York NY-NJ-CT-PA CSA (NY Part) +348,165,191,Louisville KY-IN CSA (KY Part) +348,166,223,New York NY-NJ-CT-PA CSA (NY Part) +348,167,223,New York NY-NJ-CT-PA CSA (NY Part) +348,168,266,Washington DC-MD-VA-WV CSA (VA Part) +348,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +348,170,223,New York NY-NJ-CT-PA CSA (NY Part) +348,171,172,Miami FL MSA +348,172,172,Miami FL MSA +348,173,217,New York NY-NJ-CT-PA CSA (NJ Part) +348,174,223,New York NY-NJ-CT-PA CSA (NY Part) +348,175,172,Miami FL MSA +348,176,217,New York NY-NJ-CT-PA CSA (NJ Part) +348,177,172,Miami FL MSA +348,178,176,Atlanta GA-AL CSA (GA Part) +348,179,162,San Francisco CA CSA +348,180,176,Atlanta GA-AL CSA (GA Part) +348,181,176,Atlanta GA-AL CSA (GA Part) +348,183,223,New York NY-NJ-CT-PA CSA (NY Part) +348,184,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +348,185,223,New York NY-NJ-CT-PA CSA (NY Part) +348,186,169,Delaware +348,187,12,Chicago IL-IN-WI CSA (IL Part) +348,188,12,Chicago IL-IN-WI CSA (IL Part) +348,189,217,New York NY-NJ-CT-PA CSA (NJ Part) +348,190,217,New York NY-NJ-CT-PA CSA (NJ Part) +348,191,203,Detroit MI CSA +348,192,176,Atlanta GA-AL CSA (GA Part) +348,193,172,Miami FL MSA +348,194,169,Delaware +348,195,172,Miami FL MSA +348,196,153,Remainder of Alabama +348,197,223,New York NY-NJ-CT-PA CSA (NY Part) +348,198,223,New York NY-NJ-CT-PA CSA (NY Part) +348,199,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +348,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +348,201,223,New York NY-NJ-CT-PA CSA (NY Part) +348,202,232,Cleveland OH CSA +348,203,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +348,204,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +348,205,223,New York NY-NJ-CT-PA CSA (NY Part) +348,206,12,Chicago IL-IN-WI CSA (IL Part) +348,207,217,New York NY-NJ-CT-PA CSA (NJ Part) +348,208,172,Miami FL MSA +348,209,176,Atlanta GA-AL CSA (GA Part) +348,210,12,Chicago IL-IN-WI CSA (IL Part) +348,211,266,Washington DC-MD-VA-WV CSA (VA Part) +348,212,266,Washington DC-MD-VA-WV CSA (VA Part) +348,213,249,Memphis TN-MS-AR MSA (TN Part) +348,214,249,Memphis TN-MS-AR MSA (TN Part) +348,215,12,Chicago IL-IN-WI CSA (IL Part) +348,216,223,New York NY-NJ-CT-PA CSA (NY Part) +348,217,223,New York NY-NJ-CT-PA CSA (NY Part) +348,218,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +348,219,223,New York NY-NJ-CT-PA CSA (NY Part) +348,220,176,Atlanta GA-AL CSA (GA Part) +348,221,223,New York NY-NJ-CT-PA CSA (NY Part) +348,222,266,Washington DC-MD-VA-WV CSA (VA Part) +348,223,223,New York NY-NJ-CT-PA CSA (NY Part) +348,224,217,New York NY-NJ-CT-PA CSA (NJ Part) +348,225,223,New York NY-NJ-CT-PA CSA (NY Part) +348,226,217,New York NY-NJ-CT-PA CSA (NJ Part) +348,227,223,New York NY-NJ-CT-PA CSA (NY Part) +348,228,223,New York NY-NJ-CT-PA CSA (NY Part) +348,229,223,New York NY-NJ-CT-PA CSA (NY Part) +348,230,12,Chicago IL-IN-WI CSA (IL Part) +348,231,266,Washington DC-MD-VA-WV CSA (VA Part) +348,232,232,Cleveland OH CSA +348,233,266,Washington DC-MD-VA-WV CSA (VA Part) +348,234,231,Cincinnati OH-KY-IN CSA (OH Part) +348,235,266,Washington DC-MD-VA-WV CSA (VA Part) +348,236,223,New York NY-NJ-CT-PA CSA (NY Part) +348,237,176,Atlanta GA-AL CSA (GA Part) +348,238,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +348,239,12,Chicago IL-IN-WI CSA (IL Part) +348,240,223,New York NY-NJ-CT-PA CSA (NY Part) +348,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +348,242,223,New York NY-NJ-CT-PA CSA (NY Part) +348,243,223,New York NY-NJ-CT-PA CSA (NY Part) +348,244,223,New York NY-NJ-CT-PA CSA (NY Part) +348,245,266,Washington DC-MD-VA-WV CSA (VA Part) +348,246,176,Atlanta GA-AL CSA (GA Part) +348,247,217,New York NY-NJ-CT-PA CSA (NJ Part) +348,248,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +348,249,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +348,250,231,Cincinnati OH-KY-IN CSA (OH Part) +348,251,203,Detroit MI CSA +348,252,172,Miami FL MSA +348,253,172,Miami FL MSA +348,254,257,Houston TX CSA +348,255,169,Delaware +348,256,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +348,257,226,Charlotte NC-SC CSA (NC Part) +348,258,257,Houston TX CSA +348,259,223,New York NY-NJ-CT-PA CSA (NY Part) +348,260,153,Remainder of Alabama +348,261,223,New York NY-NJ-CT-PA CSA (NY Part) +348,262,217,New York NY-NJ-CT-PA CSA (NJ Part) +348,263,223,New York NY-NJ-CT-PA CSA (NY Part) +348,264,223,New York NY-NJ-CT-PA CSA (NY Part) +348,265,223,New York NY-NJ-CT-PA CSA (NY Part) +348,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +348,267,266,Washington DC-MD-VA-WV CSA (VA Part) +348,268,223,New York NY-NJ-CT-PA CSA (NY Part) +348,269,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +348,270,223,New York NY-NJ-CT-PA CSA (NY Part) +348,271,217,New York NY-NJ-CT-PA CSA (NJ Part) +348,272,223,New York NY-NJ-CT-PA CSA (NY Part) +348,273,223,New York NY-NJ-CT-PA CSA (NY Part) +349,152,226,Charlotte NC-SC CSA (NC Part) +349,153,176,Atlanta GA-AL CSA (GA Part) +349,154,154,Alaska +349,155,266,Washington DC-MD-VA-WV CSA (VA Part) +349,156,268,Seattle WA CSA +349,157,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +349,158,12,Chicago IL-IN-WI CSA (IL Part) +349,159,154,Alaska +349,160,159,Los Angeles CA CSA +349,161,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +349,162,162,San Francisco CA CSA +349,163,162,San Francisco CA CSA +349,164,12,Chicago IL-IN-WI CSA (IL Part) +349,165,12,Chicago IL-IN-WI CSA (IL Part) +349,166,201,Boston MA-NH CSA (MA Part) +349,167,266,Washington DC-MD-VA-WV CSA (VA Part) +349,168,223,New York NY-NJ-CT-PA CSA (NY Part) +349,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +349,170,223,New York NY-NJ-CT-PA CSA (NY Part) +349,171,12,Chicago IL-IN-WI CSA (IL Part) +349,172,172,Miami FL MSA +349,173,266,Washington DC-MD-VA-WV CSA (VA Part) +349,174,191,Louisville KY-IN CSA (KY Part) +349,175,176,Atlanta GA-AL CSA (GA Part) +349,176,176,Atlanta GA-AL CSA (GA Part) +349,177,223,New York NY-NJ-CT-PA CSA (NY Part) +349,178,223,New York NY-NJ-CT-PA CSA (NY Part) +349,179,162,San Francisco CA CSA +349,180,154,Alaska +349,181,159,Los Angeles CA CSA +349,183,191,Louisville KY-IN CSA (KY Part) +349,184,12,Chicago IL-IN-WI CSA (IL Part) +349,185,203,Detroit MI CSA +349,186,223,New York NY-NJ-CT-PA CSA (NY Part) +349,187,12,Chicago IL-IN-WI CSA (IL Part) +349,188,217,New York NY-NJ-CT-PA CSA (NJ Part) +349,189,192,Remainder of Kentucky +349,190,191,Louisville KY-IN CSA (KY Part) +349,191,12,Chicago IL-IN-WI CSA (IL Part) +349,192,191,Louisville KY-IN CSA (KY Part) +349,193,249,Memphis TN-MS-AR MSA (TN Part) +349,194,257,Houston TX CSA +349,195,223,New York NY-NJ-CT-PA CSA (NY Part) +349,196,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +349,197,223,New York NY-NJ-CT-PA CSA (NY Part) +349,198,223,New York NY-NJ-CT-PA CSA (NY Part) +349,199,169,Delaware +349,200,223,New York NY-NJ-CT-PA CSA (NY Part) +349,201,223,New York NY-NJ-CT-PA CSA (NY Part) +349,202,223,New York NY-NJ-CT-PA CSA (NY Part) +349,203,203,Detroit MI CSA +349,204,223,New York NY-NJ-CT-PA CSA (NY Part) +349,205,186,Indianapolis IN CSA +349,206,223,New York NY-NJ-CT-PA CSA (NY Part) +349,207,223,New York NY-NJ-CT-PA CSA (NY Part) +349,208,12,Chicago IL-IN-WI CSA (IL Part) +349,209,223,New York NY-NJ-CT-PA CSA (NY Part) +349,210,223,New York NY-NJ-CT-PA CSA (NY Part) +349,211,223,New York NY-NJ-CT-PA CSA (NY Part) +349,212,12,Chicago IL-IN-WI CSA (IL Part) +349,213,12,Chicago IL-IN-WI CSA (IL Part) +349,214,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +349,215,154,Alaska +349,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +349,217,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +349,218,223,New York NY-NJ-CT-PA CSA (NY Part) +349,219,223,New York NY-NJ-CT-PA CSA (NY Part) +349,220,12,Chicago IL-IN-WI CSA (IL Part) +349,221,223,New York NY-NJ-CT-PA CSA (NY Part) +349,222,266,Washington DC-MD-VA-WV CSA (VA Part) +349,223,223,New York NY-NJ-CT-PA CSA (NY Part) +349,224,266,Washington DC-MD-VA-WV CSA (VA Part) +349,225,223,New York NY-NJ-CT-PA CSA (NY Part) +349,226,12,Chicago IL-IN-WI CSA (IL Part) +349,227,266,Washington DC-MD-VA-WV CSA (VA Part) +349,228,217,New York NY-NJ-CT-PA CSA (NJ Part) +349,229,203,Detroit MI CSA +349,230,203,Detroit MI CSA +349,231,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +349,232,12,Chicago IL-IN-WI CSA (IL Part) +349,233,203,Detroit MI CSA +349,234,203,Detroit MI CSA +349,235,203,Detroit MI CSA +349,236,191,Louisville KY-IN CSA (KY Part) +349,237,186,Indianapolis IN CSA +349,238,191,Louisville KY-IN CSA (KY Part) +349,239,203,Detroit MI CSA +349,240,268,Seattle WA CSA +349,241,223,New York NY-NJ-CT-PA CSA (NY Part) +349,242,217,New York NY-NJ-CT-PA CSA (NJ Part) +349,243,223,New York NY-NJ-CT-PA CSA (NY Part) +349,244,223,New York NY-NJ-CT-PA CSA (NY Part) +349,245,217,New York NY-NJ-CT-PA CSA (NJ Part) +349,246,12,Chicago IL-IN-WI CSA (IL Part) +349,247,232,Cleveland OH CSA +349,248,12,Chicago IL-IN-WI CSA (IL Part) +349,249,176,Atlanta GA-AL CSA (GA Part) +349,250,217,New York NY-NJ-CT-PA CSA (NJ Part) +349,251,232,Cleveland OH CSA +349,252,223,New York NY-NJ-CT-PA CSA (NY Part) +349,253,12,Chicago IL-IN-WI CSA (IL Part) +349,254,223,New York NY-NJ-CT-PA CSA (NY Part) +349,255,232,Cleveland OH CSA +349,256,203,Detroit MI CSA +349,257,201,Boston MA-NH CSA (MA Part) +349,258,176,Atlanta GA-AL CSA (GA Part) +349,259,201,Boston MA-NH CSA (MA Part) +349,260,12,Chicago IL-IN-WI CSA (IL Part) +349,261,232,Cleveland OH CSA +349,262,203,Detroit MI CSA +349,263,223,New York NY-NJ-CT-PA CSA (NY Part) +349,264,223,New York NY-NJ-CT-PA CSA (NY Part) +349,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +349,266,223,New York NY-NJ-CT-PA CSA (NY Part) +349,267,223,New York NY-NJ-CT-PA CSA (NY Part) +349,268,154,Alaska +349,269,154,Alaska +349,270,12,Chicago IL-IN-WI CSA (IL Part) +349,271,169,Delaware +349,272,203,Detroit MI CSA +349,273,203,Detroit MI CSA +350,152,176,Atlanta GA-AL CSA (GA Part) +350,153,223,New York NY-NJ-CT-PA CSA (NY Part) +350,154,223,New York NY-NJ-CT-PA CSA (NY Part) +350,155,12,Chicago IL-IN-WI CSA (IL Part) +350,156,159,Los Angeles CA CSA +350,157,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +350,158,249,Memphis TN-MS-AR MSA (TN Part) +350,159,159,Los Angeles CA CSA +350,160,162,San Francisco CA CSA +350,161,159,Los Angeles CA CSA +350,162,12,Chicago IL-IN-WI CSA (IL Part) +350,163,12,Chicago IL-IN-WI CSA (IL Part) +350,164,217,New York NY-NJ-CT-PA CSA (NJ Part) +350,165,255,Dallas-Fort Worth TX CSA +350,166,169,Delaware +350,167,223,New York NY-NJ-CT-PA CSA (NY Part) +350,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +350,169,223,New York NY-NJ-CT-PA CSA (NY Part) +350,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +350,171,266,Washington DC-MD-VA-WV CSA (VA Part) +350,172,201,Boston MA-NH CSA (MA Part) +350,173,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +350,174,176,Atlanta GA-AL CSA (GA Part) +350,175,223,New York NY-NJ-CT-PA CSA (NY Part) +350,176,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +350,177,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +350,178,223,New York NY-NJ-CT-PA CSA (NY Part) +350,179,154,Alaska +350,180,179,Honolulu HI MSA +350,181,223,New York NY-NJ-CT-PA CSA (NY Part) +350,183,12,Chicago IL-IN-WI CSA (IL Part) +350,184,232,Cleveland OH CSA +350,185,12,Chicago IL-IN-WI CSA (IL Part) +350,186,223,New York NY-NJ-CT-PA CSA (NY Part) +350,187,223,New York NY-NJ-CT-PA CSA (NY Part) +350,188,266,Washington DC-MD-VA-WV CSA (VA Part) +350,189,191,Louisville KY-IN CSA (KY Part) +350,190,223,New York NY-NJ-CT-PA CSA (NY Part) +350,191,223,New York NY-NJ-CT-PA CSA (NY Part) +350,192,223,New York NY-NJ-CT-PA CSA (NY Part) +350,193,232,Cleveland OH CSA +350,194,176,Atlanta GA-AL CSA (GA Part) +350,195,223,New York NY-NJ-CT-PA CSA (NY Part) +350,196,217,New York NY-NJ-CT-PA CSA (NJ Part) +350,197,266,Washington DC-MD-VA-WV CSA (VA Part) +350,198,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +350,199,223,New York NY-NJ-CT-PA CSA (NY Part) +350,200,266,Washington DC-MD-VA-WV CSA (VA Part) +350,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +350,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +350,203,223,New York NY-NJ-CT-PA CSA (NY Part) +350,204,12,Chicago IL-IN-WI CSA (IL Part) +350,205,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +350,206,223,New York NY-NJ-CT-PA CSA (NY Part) +350,207,217,New York NY-NJ-CT-PA CSA (NJ Part) +350,208,223,New York NY-NJ-CT-PA CSA (NY Part) +350,209,191,Louisville KY-IN CSA (KY Part) +350,210,191,Louisville KY-IN CSA (KY Part) +350,211,223,New York NY-NJ-CT-PA CSA (NY Part) +350,212,201,Boston MA-NH CSA (MA Part) +350,213,232,Cleveland OH CSA +350,214,249,Memphis TN-MS-AR MSA (TN Part) +350,215,255,Dallas-Fort Worth TX CSA +350,216,223,New York NY-NJ-CT-PA CSA (NY Part) +350,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +350,218,223,New York NY-NJ-CT-PA CSA (NY Part) +350,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +350,220,12,Chicago IL-IN-WI CSA (IL Part) +350,221,223,New York NY-NJ-CT-PA CSA (NY Part) +350,222,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +350,223,223,New York NY-NJ-CT-PA CSA (NY Part) +350,224,223,New York NY-NJ-CT-PA CSA (NY Part) +350,225,223,New York NY-NJ-CT-PA CSA (NY Part) +350,226,223,New York NY-NJ-CT-PA CSA (NY Part) +350,227,201,Boston MA-NH CSA (MA Part) +350,228,201,Boston MA-NH CSA (MA Part) +350,229,223,New York NY-NJ-CT-PA CSA (NY Part) +350,230,217,New York NY-NJ-CT-PA CSA (NJ Part) +350,231,223,New York NY-NJ-CT-PA CSA (NY Part) +350,232,223,New York NY-NJ-CT-PA CSA (NY Part) +350,233,223,New York NY-NJ-CT-PA CSA (NY Part) +350,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +350,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +350,236,249,Memphis TN-MS-AR MSA (TN Part) +350,237,203,Detroit MI CSA +350,238,203,Detroit MI CSA +350,239,223,New York NY-NJ-CT-PA CSA (NY Part) +350,240,232,Cleveland OH CSA +350,241,223,New York NY-NJ-CT-PA CSA (NY Part) +350,242,223,New York NY-NJ-CT-PA CSA (NY Part) +350,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +350,244,223,New York NY-NJ-CT-PA CSA (NY Part) +350,245,223,New York NY-NJ-CT-PA CSA (NY Part) +350,246,266,Washington DC-MD-VA-WV CSA (VA Part) +350,247,176,Atlanta GA-AL CSA (GA Part) +350,248,12,Chicago IL-IN-WI CSA (IL Part) +350,249,249,Memphis TN-MS-AR MSA (TN Part) +350,250,176,Atlanta GA-AL CSA (GA Part) +350,251,217,New York NY-NJ-CT-PA CSA (NJ Part) +350,252,257,Houston TX CSA +350,253,191,Louisville KY-IN CSA (KY Part) +350,254,203,Detroit MI CSA +350,255,217,New York NY-NJ-CT-PA CSA (NJ Part) +350,256,12,Chicago IL-IN-WI CSA (IL Part) +350,257,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +350,258,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +350,259,266,Washington DC-MD-VA-WV CSA (VA Part) +350,260,255,Dallas-Fort Worth TX CSA +350,261,203,Detroit MI CSA +350,262,232,Cleveland OH CSA +350,263,201,Boston MA-NH CSA (MA Part) +350,264,223,New York NY-NJ-CT-PA CSA (NY Part) +350,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +350,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +350,267,223,New York NY-NJ-CT-PA CSA (NY Part) +350,268,186,Indianapolis IN CSA +350,269,12,Chicago IL-IN-WI CSA (IL Part) +350,270,223,New York NY-NJ-CT-PA CSA (NY Part) +350,271,12,Chicago IL-IN-WI CSA (IL Part) +350,272,12,Chicago IL-IN-WI CSA (IL Part) +350,273,223,New York NY-NJ-CT-PA CSA (NY Part) +351,152,172,Miami FL MSA +351,153,176,Atlanta GA-AL CSA (GA Part) +351,154,154,Alaska +351,155,12,Chicago IL-IN-WI CSA (IL Part) +351,156,223,New York NY-NJ-CT-PA CSA (NY Part) +351,157,249,Memphis TN-MS-AR MSA (TN Part) +351,158,12,Chicago IL-IN-WI CSA (IL Part) +351,159,186,Indianapolis IN CSA +351,160,176,Atlanta GA-AL CSA (GA Part) +351,161,164,Denver CO CSA +351,162,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +351,163,249,Memphis TN-MS-AR MSA (TN Part) +351,164,12,Chicago IL-IN-WI CSA (IL Part) +351,165,232,Cleveland OH CSA +351,166,223,New York NY-NJ-CT-PA CSA (NY Part) +351,167,223,New York NY-NJ-CT-PA CSA (NY Part) +351,168,223,New York NY-NJ-CT-PA CSA (NY Part) +351,169,266,Washington DC-MD-VA-WV CSA (VA Part) +351,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +351,171,172,Miami FL MSA +351,172,172,Miami FL MSA +351,173,176,Atlanta GA-AL CSA (GA Part) +351,174,266,Washington DC-MD-VA-WV CSA (VA Part) +351,175,172,Miami FL MSA +351,176,176,Atlanta GA-AL CSA (GA Part) +351,177,172,Miami FL MSA +351,178,203,Detroit MI CSA +351,179,186,Indianapolis IN CSA +351,180,12,Chicago IL-IN-WI CSA (IL Part) +351,181,201,Boston MA-NH CSA (MA Part) +351,183,223,New York NY-NJ-CT-PA CSA (NY Part) +351,184,223,New York NY-NJ-CT-PA CSA (NY Part) +351,185,223,New York NY-NJ-CT-PA CSA (NY Part) +351,186,176,Atlanta GA-AL CSA (GA Part) +351,187,217,New York NY-NJ-CT-PA CSA (NJ Part) +351,188,245,Charleston SC MSA +351,189,217,New York NY-NJ-CT-PA CSA (NJ Part) +351,190,173,Orlando FL CSA +351,191,217,New York NY-NJ-CT-PA CSA (NJ Part) +351,192,217,New York NY-NJ-CT-PA CSA (NJ Part) +351,193,249,Memphis TN-MS-AR MSA (TN Part) +351,194,169,Delaware +351,195,266,Washington DC-MD-VA-WV CSA (VA Part) +351,196,217,New York NY-NJ-CT-PA CSA (NJ Part) +351,197,223,New York NY-NJ-CT-PA CSA (NY Part) +351,198,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +351,199,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +351,200,223,New York NY-NJ-CT-PA CSA (NY Part) +351,201,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +351,202,223,New York NY-NJ-CT-PA CSA (NY Part) +351,203,223,New York NY-NJ-CT-PA CSA (NY Part) +351,204,223,New York NY-NJ-CT-PA CSA (NY Part) +351,205,201,Boston MA-NH CSA (MA Part) +351,206,223,New York NY-NJ-CT-PA CSA (NY Part) +351,207,217,New York NY-NJ-CT-PA CSA (NJ Part) +351,208,217,New York NY-NJ-CT-PA CSA (NJ Part) +351,209,169,Delaware +351,210,12,Chicago IL-IN-WI CSA (IL Part) +351,211,201,Boston MA-NH CSA (MA Part) +351,212,12,Chicago IL-IN-WI CSA (IL Part) +351,213,266,Washington DC-MD-VA-WV CSA (VA Part) +351,214,223,New York NY-NJ-CT-PA CSA (NY Part) +351,215,12,Chicago IL-IN-WI CSA (IL Part) +351,216,169,Delaware +351,217,223,New York NY-NJ-CT-PA CSA (NY Part) +351,218,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +351,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +351,220,12,Chicago IL-IN-WI CSA (IL Part) +351,221,223,New York NY-NJ-CT-PA CSA (NY Part) +351,222,223,New York NY-NJ-CT-PA CSA (NY Part) +351,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +351,224,223,New York NY-NJ-CT-PA CSA (NY Part) +351,225,223,New York NY-NJ-CT-PA CSA (NY Part) +351,226,201,Boston MA-NH CSA (MA Part) +351,227,266,Washington DC-MD-VA-WV CSA (VA Part) +351,228,266,Washington DC-MD-VA-WV CSA (VA Part) +351,229,217,New York NY-NJ-CT-PA CSA (NJ Part) +351,230,223,New York NY-NJ-CT-PA CSA (NY Part) +351,231,223,New York NY-NJ-CT-PA CSA (NY Part) +351,232,266,Washington DC-MD-VA-WV CSA (VA Part) +351,233,223,New York NY-NJ-CT-PA CSA (NY Part) +351,234,223,New York NY-NJ-CT-PA CSA (NY Part) +351,235,266,Washington DC-MD-VA-WV CSA (VA Part) +351,236,226,Charlotte NC-SC CSA (NC Part) +351,237,12,Chicago IL-IN-WI CSA (IL Part) +351,238,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +351,239,191,Louisville KY-IN CSA (KY Part) +351,240,12,Chicago IL-IN-WI CSA (IL Part) +351,241,223,New York NY-NJ-CT-PA CSA (NY Part) +351,242,223,New York NY-NJ-CT-PA CSA (NY Part) +351,243,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +351,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +351,245,176,Atlanta GA-AL CSA (GA Part) +351,246,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +351,247,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +351,248,217,New York NY-NJ-CT-PA CSA (NJ Part) +351,249,249,Memphis TN-MS-AR MSA (TN Part) +351,250,217,New York NY-NJ-CT-PA CSA (NJ Part) +351,251,176,Atlanta GA-AL CSA (GA Part) +351,252,223,New York NY-NJ-CT-PA CSA (NY Part) +351,253,172,Miami FL MSA +351,254,176,Atlanta GA-AL CSA (GA Part) +351,255,176,Atlanta GA-AL CSA (GA Part) +351,256,12,Chicago IL-IN-WI CSA (IL Part) +351,257,266,Washington DC-MD-VA-WV CSA (VA Part) +351,258,172,Miami FL MSA +351,259,186,Indianapolis IN CSA +351,260,172,Miami FL MSA +351,261,266,Washington DC-MD-VA-WV CSA (VA Part) +351,262,231,Cincinnati OH-KY-IN CSA (OH Part) +351,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +351,264,223,New York NY-NJ-CT-PA CSA (NY Part) +351,265,201,Boston MA-NH CSA (MA Part) +351,266,223,New York NY-NJ-CT-PA CSA (NY Part) +351,267,223,New York NY-NJ-CT-PA CSA (NY Part) +351,268,231,Cincinnati OH-KY-IN CSA (OH Part) +351,269,232,Cleveland OH CSA +351,270,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +351,271,217,New York NY-NJ-CT-PA CSA (NJ Part) +351,272,186,Indianapolis IN CSA +351,273,201,Boston MA-NH CSA (MA Part) +352,152,217,New York NY-NJ-CT-PA CSA (NJ Part) +352,153,217,New York NY-NJ-CT-PA CSA (NJ Part) +352,154,154,Alaska +352,155,12,Chicago IL-IN-WI CSA (IL Part) +352,156,176,Atlanta GA-AL CSA (GA Part) +352,157,223,New York NY-NJ-CT-PA CSA (NY Part) +352,158,201,Boston MA-NH CSA (MA Part) +352,159,12,Chicago IL-IN-WI CSA (IL Part) +352,160,226,Charlotte NC-SC CSA (NC Part) +352,161,159,Los Angeles CA CSA +352,162,192,Remainder of Kentucky +352,163,232,Cleveland OH CSA +352,164,12,Chicago IL-IN-WI CSA (IL Part) +352,165,192,Remainder of Kentucky +352,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +352,167,223,New York NY-NJ-CT-PA CSA (NY Part) +352,168,223,New York NY-NJ-CT-PA CSA (NY Part) +352,169,223,New York NY-NJ-CT-PA CSA (NY Part) +352,170,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +352,171,217,New York NY-NJ-CT-PA CSA (NJ Part) +352,172,176,Atlanta GA-AL CSA (GA Part) +352,173,172,Miami FL MSA +352,174,172,Miami FL MSA +352,175,172,Miami FL MSA +352,176,192,Remainder of Kentucky +352,177,245,Charleston SC MSA +352,178,217,New York NY-NJ-CT-PA CSA (NJ Part) +352,179,154,Alaska +352,180,12,Chicago IL-IN-WI CSA (IL Part) +352,181,223,New York NY-NJ-CT-PA CSA (NY Part) +352,183,186,Indianapolis IN CSA +352,184,223,New York NY-NJ-CT-PA CSA (NY Part) +352,185,203,Detroit MI CSA +352,186,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +352,187,223,New York NY-NJ-CT-PA CSA (NY Part) +352,188,12,Chicago IL-IN-WI CSA (IL Part) +352,189,223,New York NY-NJ-CT-PA CSA (NY Part) +352,190,217,New York NY-NJ-CT-PA CSA (NJ Part) +352,191,223,New York NY-NJ-CT-PA CSA (NY Part) +352,192,217,New York NY-NJ-CT-PA CSA (NJ Part) +352,193,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +352,194,191,Louisville KY-IN CSA (KY Part) +352,195,192,Remainder of Kentucky +352,196,217,New York NY-NJ-CT-PA CSA (NJ Part) +352,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +352,198,223,New York NY-NJ-CT-PA CSA (NY Part) +352,199,266,Washington DC-MD-VA-WV CSA (VA Part) +352,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +352,201,223,New York NY-NJ-CT-PA CSA (NY Part) +352,202,223,New York NY-NJ-CT-PA CSA (NY Part) +352,203,201,Boston MA-NH CSA (MA Part) +352,204,217,New York NY-NJ-CT-PA CSA (NJ Part) +352,205,266,Washington DC-MD-VA-WV CSA (VA Part) +352,206,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +352,207,203,Detroit MI CSA +352,208,266,Washington DC-MD-VA-WV CSA (VA Part) +352,209,223,New York NY-NJ-CT-PA CSA (NY Part) +352,210,226,Charlotte NC-SC CSA (NC Part) +352,211,223,New York NY-NJ-CT-PA CSA (NY Part) +352,212,223,New York NY-NJ-CT-PA CSA (NY Part) +352,213,203,Detroit MI CSA +352,214,232,Cleveland OH CSA +352,215,217,New York NY-NJ-CT-PA CSA (NJ Part) +352,216,223,New York NY-NJ-CT-PA CSA (NY Part) +352,217,223,New York NY-NJ-CT-PA CSA (NY Part) +352,218,223,New York NY-NJ-CT-PA CSA (NY Part) +352,219,223,New York NY-NJ-CT-PA CSA (NY Part) +352,220,223,New York NY-NJ-CT-PA CSA (NY Part) +352,221,223,New York NY-NJ-CT-PA CSA (NY Part) +352,222,223,New York NY-NJ-CT-PA CSA (NY Part) +352,223,223,New York NY-NJ-CT-PA CSA (NY Part) +352,224,223,New York NY-NJ-CT-PA CSA (NY Part) +352,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +352,226,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +352,227,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +352,228,223,New York NY-NJ-CT-PA CSA (NY Part) +352,229,223,New York NY-NJ-CT-PA CSA (NY Part) +352,230,201,Boston MA-NH CSA (MA Part) +352,231,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +352,232,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +352,233,223,New York NY-NJ-CT-PA CSA (NY Part) +352,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +352,235,223,New York NY-NJ-CT-PA CSA (NY Part) +352,236,12,Chicago IL-IN-WI CSA (IL Part) +352,237,217,New York NY-NJ-CT-PA CSA (NJ Part) +352,238,12,Chicago IL-IN-WI CSA (IL Part) +352,239,223,New York NY-NJ-CT-PA CSA (NY Part) +352,240,191,Louisville KY-IN CSA (KY Part) +352,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +352,242,201,Boston MA-NH CSA (MA Part) +352,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +352,244,201,Boston MA-NH CSA (MA Part) +352,245,217,New York NY-NJ-CT-PA CSA (NJ Part) +352,246,223,New York NY-NJ-CT-PA CSA (NY Part) +352,247,201,Boston MA-NH CSA (MA Part) +352,248,12,Chicago IL-IN-WI CSA (IL Part) +352,249,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +352,250,186,Indianapolis IN CSA +352,251,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +352,252,257,Houston TX CSA +352,253,249,Memphis TN-MS-AR MSA (TN Part) +352,254,201,Boston MA-NH CSA (MA Part) +352,255,176,Atlanta GA-AL CSA (GA Part) +352,256,232,Cleveland OH CSA +352,257,217,New York NY-NJ-CT-PA CSA (NJ Part) +352,258,217,New York NY-NJ-CT-PA CSA (NJ Part) +352,259,203,Detroit MI CSA +352,260,223,New York NY-NJ-CT-PA CSA (NY Part) +352,261,201,Boston MA-NH CSA (MA Part) +352,262,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +352,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +352,264,201,Boston MA-NH CSA (MA Part) +352,265,266,Washington DC-MD-VA-WV CSA (VA Part) +352,266,266,Washington DC-MD-VA-WV CSA (VA Part) +352,267,223,New York NY-NJ-CT-PA CSA (NY Part) +352,268,223,New York NY-NJ-CT-PA CSA (NY Part) +352,269,217,New York NY-NJ-CT-PA CSA (NJ Part) +352,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +352,271,232,Cleveland OH CSA +352,272,223,New York NY-NJ-CT-PA CSA (NY Part) +352,273,12,Chicago IL-IN-WI CSA (IL Part) +353,152,266,Washington DC-MD-VA-WV CSA (VA Part) +353,153,223,New York NY-NJ-CT-PA CSA (NY Part) +353,154,164,Denver CO CSA +353,155,159,Los Angeles CA CSA +353,156,12,Chicago IL-IN-WI CSA (IL Part) +353,157,266,Washington DC-MD-VA-WV CSA (VA Part) +353,158,249,Memphis TN-MS-AR MSA (TN Part) +353,159,159,Los Angeles CA CSA +353,160,12,Chicago IL-IN-WI CSA (IL Part) +353,161,12,Chicago IL-IN-WI CSA (IL Part) +353,162,223,New York NY-NJ-CT-PA CSA (NY Part) +353,163,12,Chicago IL-IN-WI CSA (IL Part) +353,164,12,Chicago IL-IN-WI CSA (IL Part) +353,165,12,Chicago IL-IN-WI CSA (IL Part) +353,166,169,Delaware +353,167,223,New York NY-NJ-CT-PA CSA (NY Part) +353,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +353,169,223,New York NY-NJ-CT-PA CSA (NY Part) +353,170,223,New York NY-NJ-CT-PA CSA (NY Part) +353,171,223,New York NY-NJ-CT-PA CSA (NY Part) +353,172,172,Miami FL MSA +353,173,191,Louisville KY-IN CSA (KY Part) +353,174,172,Miami FL MSA +353,175,217,New York NY-NJ-CT-PA CSA (NJ Part) +353,176,201,Boston MA-NH CSA (MA Part) +353,177,226,Charlotte NC-SC CSA (NC Part) +353,178,223,New York NY-NJ-CT-PA CSA (NY Part) +353,179,154,Alaska +353,180,162,San Francisco CA CSA +353,181,223,New York NY-NJ-CT-PA CSA (NY Part) +353,183,12,Chicago IL-IN-WI CSA (IL Part) +353,184,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +353,185,223,New York NY-NJ-CT-PA CSA (NY Part) +353,186,223,New York NY-NJ-CT-PA CSA (NY Part) +353,187,231,Cincinnati OH-KY-IN CSA (OH Part) +353,188,12,Chicago IL-IN-WI CSA (IL Part) +353,189,266,Washington DC-MD-VA-WV CSA (VA Part) +353,190,223,New York NY-NJ-CT-PA CSA (NY Part) +353,191,217,New York NY-NJ-CT-PA CSA (NJ Part) +353,192,266,Washington DC-MD-VA-WV CSA (VA Part) +353,193,249,Memphis TN-MS-AR MSA (TN Part) +353,194,176,Atlanta GA-AL CSA (GA Part) +353,195,223,New York NY-NJ-CT-PA CSA (NY Part) +353,196,153,Remainder of Alabama +353,197,223,New York NY-NJ-CT-PA CSA (NY Part) +353,198,223,New York NY-NJ-CT-PA CSA (NY Part) +353,199,203,Detroit MI CSA +353,200,223,New York NY-NJ-CT-PA CSA (NY Part) +353,201,223,New York NY-NJ-CT-PA CSA (NY Part) +353,202,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +353,203,223,New York NY-NJ-CT-PA CSA (NY Part) +353,204,203,Detroit MI CSA +353,205,12,Chicago IL-IN-WI CSA (IL Part) +353,206,217,New York NY-NJ-CT-PA CSA (NJ Part) +353,207,223,New York NY-NJ-CT-PA CSA (NY Part) +353,208,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +353,209,223,New York NY-NJ-CT-PA CSA (NY Part) +353,210,12,Chicago IL-IN-WI CSA (IL Part) +353,211,203,Detroit MI CSA +353,212,201,Boston MA-NH CSA (MA Part) +353,213,217,New York NY-NJ-CT-PA CSA (NJ Part) +353,214,223,New York NY-NJ-CT-PA CSA (NY Part) +353,215,12,Chicago IL-IN-WI CSA (IL Part) +353,216,223,New York NY-NJ-CT-PA CSA (NY Part) +353,217,223,New York NY-NJ-CT-PA CSA (NY Part) +353,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +353,219,223,New York NY-NJ-CT-PA CSA (NY Part) +353,220,192,Remainder of Kentucky +353,221,266,Washington DC-MD-VA-WV CSA (VA Part) +353,222,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +353,223,223,New York NY-NJ-CT-PA CSA (NY Part) +353,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +353,225,223,New York NY-NJ-CT-PA CSA (NY Part) +353,226,223,New York NY-NJ-CT-PA CSA (NY Part) +353,227,223,New York NY-NJ-CT-PA CSA (NY Part) +353,228,223,New York NY-NJ-CT-PA CSA (NY Part) +353,229,217,New York NY-NJ-CT-PA CSA (NJ Part) +353,230,223,New York NY-NJ-CT-PA CSA (NY Part) +353,231,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +353,232,217,New York NY-NJ-CT-PA CSA (NJ Part) +353,233,223,New York NY-NJ-CT-PA CSA (NY Part) +353,234,203,Detroit MI CSA +353,235,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +353,236,232,Cleveland OH CSA +353,237,223,New York NY-NJ-CT-PA CSA (NY Part) +353,238,12,Chicago IL-IN-WI CSA (IL Part) +353,239,154,Alaska +353,240,268,Seattle WA CSA +353,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +353,242,223,New York NY-NJ-CT-PA CSA (NY Part) +353,243,223,New York NY-NJ-CT-PA CSA (NY Part) +353,244,223,New York NY-NJ-CT-PA CSA (NY Part) +353,245,223,New York NY-NJ-CT-PA CSA (NY Part) +353,246,223,New York NY-NJ-CT-PA CSA (NY Part) +353,247,223,New York NY-NJ-CT-PA CSA (NY Part) +353,248,186,Indianapolis IN CSA +353,249,191,Louisville KY-IN CSA (KY Part) +353,250,266,Washington DC-MD-VA-WV CSA (VA Part) +353,251,223,New York NY-NJ-CT-PA CSA (NY Part) +353,252,12,Chicago IL-IN-WI CSA (IL Part) +353,253,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +353,254,201,Boston MA-NH CSA (MA Part) +353,255,249,Memphis TN-MS-AR MSA (TN Part) +353,256,12,Chicago IL-IN-WI CSA (IL Part) +353,257,217,New York NY-NJ-CT-PA CSA (NJ Part) +353,258,12,Chicago IL-IN-WI CSA (IL Part) +353,259,203,Detroit MI CSA +353,260,176,Atlanta GA-AL CSA (GA Part) +353,261,201,Boston MA-NH CSA (MA Part) +353,262,249,Memphis TN-MS-AR MSA (TN Part) +353,263,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +353,264,201,Boston MA-NH CSA (MA Part) +353,265,201,Boston MA-NH CSA (MA Part) +353,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +353,267,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +353,268,223,New York NY-NJ-CT-PA CSA (NY Part) +353,269,223,New York NY-NJ-CT-PA CSA (NY Part) +353,270,223,New York NY-NJ-CT-PA CSA (NY Part) +353,271,223,New York NY-NJ-CT-PA CSA (NY Part) +353,272,12,Chicago IL-IN-WI CSA (IL Part) +353,273,223,New York NY-NJ-CT-PA CSA (NY Part) +354,152,176,Atlanta GA-AL CSA (GA Part) +354,153,153,Remainder of Alabama +354,154,154,Alaska +354,155,159,Los Angeles CA CSA +354,156,159,Los Angeles CA CSA +354,157,159,Los Angeles CA CSA +354,158,203,Detroit MI CSA +354,159,159,Los Angeles CA CSA +354,160,159,Los Angeles CA CSA +354,161,12,Chicago IL-IN-WI CSA (IL Part) +354,162,159,Los Angeles CA CSA +354,163,159,Los Angeles CA CSA +354,164,203,Detroit MI CSA +354,165,268,Seattle WA CSA +354,166,223,New York NY-NJ-CT-PA CSA (NY Part) +354,167,223,New York NY-NJ-CT-PA CSA (NY Part) +354,168,223,New York NY-NJ-CT-PA CSA (NY Part) +354,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +354,170,266,Washington DC-MD-VA-WV CSA (VA Part) +354,171,266,Washington DC-MD-VA-WV CSA (VA Part) +354,172,172,Miami FL MSA +354,173,192,Remainder of Kentucky +354,174,192,Remainder of Kentucky +354,175,223,New York NY-NJ-CT-PA CSA (NY Part) +354,176,232,Cleveland OH CSA +354,177,217,New York NY-NJ-CT-PA CSA (NJ Part) +354,178,217,New York NY-NJ-CT-PA CSA (NJ Part) +354,179,159,Los Angeles CA CSA +354,180,268,Seattle WA CSA +354,181,268,Seattle WA CSA +354,183,12,Chicago IL-IN-WI CSA (IL Part) +354,184,203,Detroit MI CSA +354,185,203,Detroit MI CSA +354,186,12,Chicago IL-IN-WI CSA (IL Part) +354,187,12,Chicago IL-IN-WI CSA (IL Part) +354,188,12,Chicago IL-IN-WI CSA (IL Part) +354,189,203,Detroit MI CSA +354,190,12,Chicago IL-IN-WI CSA (IL Part) +354,191,12,Chicago IL-IN-WI CSA (IL Part) +354,192,266,Washington DC-MD-VA-WV CSA (VA Part) +354,193,12,Chicago IL-IN-WI CSA (IL Part) +354,194,12,Chicago IL-IN-WI CSA (IL Part) +354,195,12,Chicago IL-IN-WI CSA (IL Part) +354,196,249,Memphis TN-MS-AR MSA (TN Part) +354,197,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +354,198,223,New York NY-NJ-CT-PA CSA (NY Part) +354,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +354,200,223,New York NY-NJ-CT-PA CSA (NY Part) +354,201,223,New York NY-NJ-CT-PA CSA (NY Part) +354,202,223,New York NY-NJ-CT-PA CSA (NY Part) +354,203,12,Chicago IL-IN-WI CSA (IL Part) +354,204,223,New York NY-NJ-CT-PA CSA (NY Part) +354,205,232,Cleveland OH CSA +354,206,12,Chicago IL-IN-WI CSA (IL Part) +354,207,12,Chicago IL-IN-WI CSA (IL Part) +354,208,12,Chicago IL-IN-WI CSA (IL Part) +354,209,12,Chicago IL-IN-WI CSA (IL Part) +354,210,191,Louisville KY-IN CSA (KY Part) +354,211,12,Chicago IL-IN-WI CSA (IL Part) +354,212,12,Chicago IL-IN-WI CSA (IL Part) +354,213,12,Chicago IL-IN-WI CSA (IL Part) +354,214,159,Los Angeles CA CSA +354,215,159,Los Angeles CA CSA +354,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +354,217,223,New York NY-NJ-CT-PA CSA (NY Part) +354,218,223,New York NY-NJ-CT-PA CSA (NY Part) +354,219,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +354,220,12,Chicago IL-IN-WI CSA (IL Part) +354,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +354,222,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +354,223,169,Delaware +354,224,217,New York NY-NJ-CT-PA CSA (NJ Part) +354,225,223,New York NY-NJ-CT-PA CSA (NY Part) +354,226,223,New York NY-NJ-CT-PA CSA (NY Part) +354,227,223,New York NY-NJ-CT-PA CSA (NY Part) +354,228,266,Washington DC-MD-VA-WV CSA (VA Part) +354,229,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +354,230,12,Chicago IL-IN-WI CSA (IL Part) +354,231,186,Indianapolis IN CSA +354,232,203,Detroit MI CSA +354,233,223,New York NY-NJ-CT-PA CSA (NY Part) +354,234,203,Detroit MI CSA +354,235,203,Detroit MI CSA +354,236,186,Indianapolis IN CSA +354,237,191,Louisville KY-IN CSA (KY Part) +354,238,203,Detroit MI CSA +354,239,12,Chicago IL-IN-WI CSA (IL Part) +354,240,154,Alaska +354,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +354,242,223,New York NY-NJ-CT-PA CSA (NY Part) +354,243,223,New York NY-NJ-CT-PA CSA (NY Part) +354,244,223,New York NY-NJ-CT-PA CSA (NY Part) +354,245,245,Charleston SC MSA +354,246,266,Washington DC-MD-VA-WV CSA (VA Part) +354,247,203,Detroit MI CSA +354,248,186,Indianapolis IN CSA +354,249,232,Cleveland OH CSA +354,250,192,Remainder of Kentucky +354,251,232,Cleveland OH CSA +354,252,186,Indianapolis IN CSA +354,253,192,Remainder of Kentucky +354,254,203,Detroit MI CSA +354,255,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +354,256,255,Dallas-Fort Worth TX CSA +354,257,232,Cleveland OH CSA +354,258,191,Louisville KY-IN CSA (KY Part) +354,259,12,Chicago IL-IN-WI CSA (IL Part) +354,260,12,Chicago IL-IN-WI CSA (IL Part) +354,261,268,Seattle WA CSA +354,262,159,Los Angeles CA CSA +354,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +354,264,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +354,265,223,New York NY-NJ-CT-PA CSA (NY Part) +354,266,266,Washington DC-MD-VA-WV CSA (VA Part) +354,267,266,Washington DC-MD-VA-WV CSA (VA Part) +354,268,164,Denver CO CSA +354,269,12,Chicago IL-IN-WI CSA (IL Part) +354,270,223,New York NY-NJ-CT-PA CSA (NY Part) +354,271,12,Chicago IL-IN-WI CSA (IL Part) +354,272,12,Chicago IL-IN-WI CSA (IL Part) +354,273,12,Chicago IL-IN-WI CSA (IL Part) +355,152,245,Charleston SC MSA +355,153,172,Miami FL MSA +355,154,172,Miami FL MSA +355,155,172,Miami FL MSA +355,156,172,Miami FL MSA +355,157,153,Remainder of Alabama +355,158,153,Remainder of Alabama +355,159,172,Miami FL MSA +355,160,191,Louisville KY-IN CSA (KY Part) +355,161,255,Dallas-Fort Worth TX CSA +355,162,249,Memphis TN-MS-AR MSA (TN Part) +355,163,172,Miami FL MSA +355,164,191,Louisville KY-IN CSA (KY Part) +355,165,153,Remainder of Alabama +355,166,223,New York NY-NJ-CT-PA CSA (NY Part) +355,167,223,New York NY-NJ-CT-PA CSA (NY Part) +355,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +355,169,169,Delaware +355,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +355,171,176,Atlanta GA-AL CSA (GA Part) +355,172,172,Miami FL MSA +355,173,172,Miami FL MSA +355,174,173,Orlando FL CSA +355,175,172,Miami FL MSA +355,176,176,Atlanta GA-AL CSA (GA Part) +355,177,172,Miami FL MSA +355,178,172,Miami FL MSA +355,179,255,Dallas-Fort Worth TX CSA +355,180,159,Los Angeles CA CSA +355,181,172,Miami FL MSA +355,183,249,Memphis TN-MS-AR MSA (TN Part) +355,184,191,Louisville KY-IN CSA (KY Part) +355,185,12,Chicago IL-IN-WI CSA (IL Part) +355,186,172,Miami FL MSA +355,187,203,Detroit MI CSA +355,188,153,Remainder of Alabama +355,189,191,Louisville KY-IN CSA (KY Part) +355,190,172,Miami FL MSA +355,191,172,Miami FL MSA +355,192,176,Atlanta GA-AL CSA (GA Part) +355,193,172,Miami FL MSA +355,194,172,Miami FL MSA +355,195,172,Miami FL MSA +355,196,176,Atlanta GA-AL CSA (GA Part) +355,197,223,New York NY-NJ-CT-PA CSA (NY Part) +355,198,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +355,199,223,New York NY-NJ-CT-PA CSA (NY Part) +355,200,172,Miami FL MSA +355,201,223,New York NY-NJ-CT-PA CSA (NY Part) +355,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +355,203,169,Delaware +355,204,223,New York NY-NJ-CT-PA CSA (NY Part) +355,205,217,New York NY-NJ-CT-PA CSA (NJ Part) +355,206,232,Cleveland OH CSA +355,207,12,Chicago IL-IN-WI CSA (IL Part) +355,208,172,Miami FL MSA +355,209,172,Miami FL MSA +355,210,176,Atlanta GA-AL CSA (GA Part) +355,211,176,Atlanta GA-AL CSA (GA Part) +355,212,192,Remainder of Kentucky +355,213,176,Atlanta GA-AL CSA (GA Part) +355,214,172,Miami FL MSA +355,215,176,Atlanta GA-AL CSA (GA Part) +355,216,223,New York NY-NJ-CT-PA CSA (NY Part) +355,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +355,218,223,New York NY-NJ-CT-PA CSA (NY Part) +355,219,223,New York NY-NJ-CT-PA CSA (NY Part) +355,220,172,Miami FL MSA +355,221,223,New York NY-NJ-CT-PA CSA (NY Part) +355,222,223,New York NY-NJ-CT-PA CSA (NY Part) +355,223,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +355,224,217,New York NY-NJ-CT-PA CSA (NJ Part) +355,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +355,226,172,Miami FL MSA +355,227,172,Miami FL MSA +355,228,245,Charleston SC MSA +355,229,172,Miami FL MSA +355,230,176,Atlanta GA-AL CSA (GA Part) +355,231,172,Miami FL MSA +355,232,266,Washington DC-MD-VA-WV CSA (VA Part) +355,233,231,Cincinnati OH-KY-IN CSA (OH Part) +355,234,231,Cincinnati OH-KY-IN CSA (OH Part) +355,235,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +355,236,172,Miami FL MSA +355,237,172,Miami FL MSA +355,238,172,Miami FL MSA +355,239,249,Memphis TN-MS-AR MSA (TN Part) +355,240,172,Miami FL MSA +355,241,266,Washington DC-MD-VA-WV CSA (VA Part) +355,242,172,Miami FL MSA +355,243,223,New York NY-NJ-CT-PA CSA (NY Part) +355,244,266,Washington DC-MD-VA-WV CSA (VA Part) +355,245,172,Miami FL MSA +355,246,172,Miami FL MSA +355,247,172,Miami FL MSA +355,248,249,Memphis TN-MS-AR MSA (TN Part) +355,249,176,Atlanta GA-AL CSA (GA Part) +355,250,176,Atlanta GA-AL CSA (GA Part) +355,251,176,Atlanta GA-AL CSA (GA Part) +355,252,257,Houston TX CSA +355,253,172,Miami FL MSA +355,254,172,Miami FL MSA +355,255,172,Miami FL MSA +355,256,172,Miami FL MSA +355,257,172,Miami FL MSA +355,258,172,Miami FL MSA +355,259,153,Remainder of Alabama +355,260,257,Houston TX CSA +355,261,191,Louisville KY-IN CSA (KY Part) +355,262,257,Houston TX CSA +355,263,223,New York NY-NJ-CT-PA CSA (NY Part) +355,264,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +355,265,245,Charleston SC MSA +355,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +355,267,172,Miami FL MSA +355,268,172,Miami FL MSA +355,269,226,Charlotte NC-SC CSA (NC Part) +355,270,266,Washington DC-MD-VA-WV CSA (VA Part) +355,271,172,Miami FL MSA +355,272,172,Miami FL MSA +355,273,12,Chicago IL-IN-WI CSA (IL Part) +356,152,172,Miami FL MSA +356,153,172,Miami FL MSA +356,154,268,Seattle WA CSA +356,155,159,Los Angeles CA CSA +356,156,249,Memphis TN-MS-AR MSA (TN Part) +356,157,159,Los Angeles CA CSA +356,158,255,Dallas-Fort Worth TX CSA +356,159,257,Houston TX CSA +356,160,159,Los Angeles CA CSA +356,161,159,Los Angeles CA CSA +356,162,159,Los Angeles CA CSA +356,163,159,Los Angeles CA CSA +356,164,249,Memphis TN-MS-AR MSA (TN Part) +356,165,257,Houston TX CSA +356,166,176,Atlanta GA-AL CSA (GA Part) +356,167,223,New York NY-NJ-CT-PA CSA (NY Part) +356,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +356,169,172,Miami FL MSA +356,170,266,Washington DC-MD-VA-WV CSA (VA Part) +356,171,172,Miami FL MSA +356,172,173,Orlando FL CSA +356,173,176,Atlanta GA-AL CSA (GA Part) +356,174,245,Charleston SC MSA +356,175,172,Miami FL MSA +356,176,172,Miami FL MSA +356,177,172,Miami FL MSA +356,178,172,Miami FL MSA +356,179,159,Los Angeles CA CSA +356,180,159,Los Angeles CA CSA +356,181,257,Houston TX CSA +356,183,249,Memphis TN-MS-AR MSA (TN Part) +356,184,176,Atlanta GA-AL CSA (GA Part) +356,185,195,New Orleans LA CSA +356,186,195,New Orleans LA CSA +356,187,257,Houston TX CSA +356,188,257,Houston TX CSA +356,189,195,New Orleans LA CSA +356,190,257,Houston TX CSA +356,191,191,Louisville KY-IN CSA (KY Part) +356,192,176,Atlanta GA-AL CSA (GA Part) +356,193,249,Memphis TN-MS-AR MSA (TN Part) +356,194,255,Dallas-Fort Worth TX CSA +356,195,172,Miami FL MSA +356,196,257,Houston TX CSA +356,197,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +356,198,266,Washington DC-MD-VA-WV CSA (VA Part) +356,199,245,Charleston SC MSA +356,200,172,Miami FL MSA +356,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +356,202,223,New York NY-NJ-CT-PA CSA (NY Part) +356,203,186,Indianapolis IN CSA +356,204,176,Atlanta GA-AL CSA (GA Part) +356,205,195,New Orleans LA CSA +356,206,249,Memphis TN-MS-AR MSA (TN Part) +356,207,249,Memphis TN-MS-AR MSA (TN Part) +356,208,176,Atlanta GA-AL CSA (GA Part) +356,209,249,Memphis TN-MS-AR MSA (TN Part) +356,210,257,Houston TX CSA +356,211,249,Memphis TN-MS-AR MSA (TN Part) +356,212,255,Dallas-Fort Worth TX CSA +356,213,195,New Orleans LA CSA +356,214,159,Los Angeles CA CSA +356,215,159,Los Angeles CA CSA +356,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +356,217,172,Miami FL MSA +356,218,172,Miami FL MSA +356,219,176,Atlanta GA-AL CSA (GA Part) +356,220,255,Dallas-Fort Worth TX CSA +356,221,176,Atlanta GA-AL CSA (GA Part) +356,222,192,Remainder of Kentucky +356,223,153,Remainder of Alabama +356,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +356,225,249,Memphis TN-MS-AR MSA (TN Part) +356,226,172,Miami FL MSA +356,227,172,Miami FL MSA +356,228,172,Miami FL MSA +356,229,176,Atlanta GA-AL CSA (GA Part) +356,230,249,Memphis TN-MS-AR MSA (TN Part) +356,231,153,Remainder of Alabama +356,232,176,Atlanta GA-AL CSA (GA Part) +356,233,153,Remainder of Alabama +356,234,195,New Orleans LA CSA +356,235,195,New Orleans LA CSA +356,236,255,Dallas-Fort Worth TX CSA +356,237,255,Dallas-Fort Worth TX CSA +356,238,153,Remainder of Alabama +356,239,268,Seattle WA CSA +356,240,159,Los Angeles CA CSA +356,241,172,Miami FL MSA +356,242,232,Cleveland OH CSA +356,243,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +356,244,172,Miami FL MSA +356,245,172,Miami FL MSA +356,246,176,Atlanta GA-AL CSA (GA Part) +356,247,172,Miami FL MSA +356,248,255,Dallas-Fort Worth TX CSA +356,249,249,Memphis TN-MS-AR MSA (TN Part) +356,250,257,Houston TX CSA +356,251,176,Atlanta GA-AL CSA (GA Part) +356,252,249,Memphis TN-MS-AR MSA (TN Part) +356,253,257,Houston TX CSA +356,254,195,New Orleans LA CSA +356,255,257,Houston TX CSA +356,256,249,Memphis TN-MS-AR MSA (TN Part) +356,257,249,Memphis TN-MS-AR MSA (TN Part) +356,258,153,Remainder of Alabama +356,259,195,New Orleans LA CSA +356,260,255,Dallas-Fort Worth TX CSA +356,261,255,Dallas-Fort Worth TX CSA +356,262,255,Dallas-Fort Worth TX CSA +356,263,223,New York NY-NJ-CT-PA CSA (NY Part) +356,264,176,Atlanta GA-AL CSA (GA Part) +356,265,172,Miami FL MSA +356,266,173,Orlando FL CSA +356,267,195,New Orleans LA CSA +356,268,255,Dallas-Fort Worth TX CSA +356,269,159,Los Angeles CA CSA +356,270,195,New Orleans LA CSA +356,271,153,Remainder of Alabama +356,272,12,Chicago IL-IN-WI CSA (IL Part) +356,273,257,Houston TX CSA +357,152,172,Miami FL MSA +357,153,153,Remainder of Alabama +357,154,154,Alaska +357,155,153,Remainder of Alabama +357,156,176,Atlanta GA-AL CSA (GA Part) +357,157,232,Cleveland OH CSA +357,158,186,Indianapolis IN CSA +357,159,223,New York NY-NJ-CT-PA CSA (NY Part) +357,160,217,New York NY-NJ-CT-PA CSA (NJ Part) +357,161,12,Chicago IL-IN-WI CSA (IL Part) +357,162,223,New York NY-NJ-CT-PA CSA (NY Part) +357,163,266,Washington DC-MD-VA-WV CSA (VA Part) +357,164,12,Chicago IL-IN-WI CSA (IL Part) +357,165,255,Dallas-Fort Worth TX CSA +357,166,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +357,167,223,New York NY-NJ-CT-PA CSA (NY Part) +357,168,223,New York NY-NJ-CT-PA CSA (NY Part) +357,169,223,New York NY-NJ-CT-PA CSA (NY Part) +357,170,223,New York NY-NJ-CT-PA CSA (NY Part) +357,171,172,Miami FL MSA +357,172,172,Miami FL MSA +357,173,172,Miami FL MSA +357,174,172,Miami FL MSA +357,175,176,Atlanta GA-AL CSA (GA Part) +357,176,217,New York NY-NJ-CT-PA CSA (NJ Part) +357,177,172,Miami FL MSA +357,178,176,Atlanta GA-AL CSA (GA Part) +357,179,266,Washington DC-MD-VA-WV CSA (VA Part) +357,180,255,Dallas-Fort Worth TX CSA +357,181,201,Boston MA-NH CSA (MA Part) +357,183,203,Detroit MI CSA +357,184,223,New York NY-NJ-CT-PA CSA (NY Part) +357,185,266,Washington DC-MD-VA-WV CSA (VA Part) +357,186,266,Washington DC-MD-VA-WV CSA (VA Part) +357,187,232,Cleveland OH CSA +357,188,12,Chicago IL-IN-WI CSA (IL Part) +357,189,223,New York NY-NJ-CT-PA CSA (NY Part) +357,190,223,New York NY-NJ-CT-PA CSA (NY Part) +357,191,192,Remainder of Kentucky +357,192,232,Cleveland OH CSA +357,193,153,Remainder of Alabama +357,194,172,Miami FL MSA +357,195,172,Miami FL MSA +357,196,223,New York NY-NJ-CT-PA CSA (NY Part) +357,197,223,New York NY-NJ-CT-PA CSA (NY Part) +357,198,201,Boston MA-NH CSA (MA Part) +357,199,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +357,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +357,201,223,New York NY-NJ-CT-PA CSA (NY Part) +357,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +357,203,223,New York NY-NJ-CT-PA CSA (NY Part) +357,204,223,New York NY-NJ-CT-PA CSA (NY Part) +357,205,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +357,206,217,New York NY-NJ-CT-PA CSA (NJ Part) +357,207,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +357,208,176,Atlanta GA-AL CSA (GA Part) +357,209,223,New York NY-NJ-CT-PA CSA (NY Part) +357,210,223,New York NY-NJ-CT-PA CSA (NY Part) +357,211,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +357,212,191,Louisville KY-IN CSA (KY Part) +357,213,186,Indianapolis IN CSA +357,214,12,Chicago IL-IN-WI CSA (IL Part) +357,215,249,Memphis TN-MS-AR MSA (TN Part) +357,216,223,New York NY-NJ-CT-PA CSA (NY Part) +357,217,223,New York NY-NJ-CT-PA CSA (NY Part) +357,218,223,New York NY-NJ-CT-PA CSA (NY Part) +357,219,266,Washington DC-MD-VA-WV CSA (VA Part) +357,220,223,New York NY-NJ-CT-PA CSA (NY Part) +357,221,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +357,222,223,New York NY-NJ-CT-PA CSA (NY Part) +357,223,223,New York NY-NJ-CT-PA CSA (NY Part) +357,224,266,Washington DC-MD-VA-WV CSA (VA Part) +357,225,223,New York NY-NJ-CT-PA CSA (NY Part) +357,226,217,New York NY-NJ-CT-PA CSA (NJ Part) +357,227,223,New York NY-NJ-CT-PA CSA (NY Part) +357,228,266,Washington DC-MD-VA-WV CSA (VA Part) +357,229,226,Charlotte NC-SC CSA (NC Part) +357,230,191,Louisville KY-IN CSA (KY Part) +357,231,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +357,232,186,Indianapolis IN CSA +357,233,192,Remainder of Kentucky +357,234,223,New York NY-NJ-CT-PA CSA (NY Part) +357,235,223,New York NY-NJ-CT-PA CSA (NY Part) +357,236,223,New York NY-NJ-CT-PA CSA (NY Part) +357,237,203,Detroit MI CSA +357,238,176,Atlanta GA-AL CSA (GA Part) +357,239,223,New York NY-NJ-CT-PA CSA (NY Part) +357,240,12,Chicago IL-IN-WI CSA (IL Part) +357,241,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +357,242,223,New York NY-NJ-CT-PA CSA (NY Part) +357,243,223,New York NY-NJ-CT-PA CSA (NY Part) +357,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +357,245,172,Miami FL MSA +357,246,172,Miami FL MSA +357,247,223,New York NY-NJ-CT-PA CSA (NY Part) +357,248,217,New York NY-NJ-CT-PA CSA (NJ Part) +357,249,191,Louisville KY-IN CSA (KY Part) +357,250,176,Atlanta GA-AL CSA (GA Part) +357,251,217,New York NY-NJ-CT-PA CSA (NJ Part) +357,252,172,Miami FL MSA +357,253,249,Memphis TN-MS-AR MSA (TN Part) +357,254,217,New York NY-NJ-CT-PA CSA (NJ Part) +357,255,173,Orlando FL CSA +357,256,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +357,257,217,New York NY-NJ-CT-PA CSA (NJ Part) +357,258,172,Miami FL MSA +357,259,257,Houston TX CSA +357,260,172,Miami FL MSA +357,261,12,Chicago IL-IN-WI CSA (IL Part) +357,262,217,New York NY-NJ-CT-PA CSA (NJ Part) +357,263,223,New York NY-NJ-CT-PA CSA (NY Part) +357,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +357,265,266,Washington DC-MD-VA-WV CSA (VA Part) +357,266,223,New York NY-NJ-CT-PA CSA (NY Part) +357,267,266,Washington DC-MD-VA-WV CSA (VA Part) +357,268,223,New York NY-NJ-CT-PA CSA (NY Part) +357,269,223,New York NY-NJ-CT-PA CSA (NY Part) +357,270,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +357,271,217,New York NY-NJ-CT-PA CSA (NJ Part) +357,272,12,Chicago IL-IN-WI CSA (IL Part) +357,273,186,Indianapolis IN CSA +358,152,223,New York NY-NJ-CT-PA CSA (NY Part) +358,153,172,Miami FL MSA +358,154,12,Chicago IL-IN-WI CSA (IL Part) +358,155,257,Houston TX CSA +358,156,266,Washington DC-MD-VA-WV CSA (VA Part) +358,157,203,Detroit MI CSA +358,158,223,New York NY-NJ-CT-PA CSA (NY Part) +358,159,12,Chicago IL-IN-WI CSA (IL Part) +358,160,249,Memphis TN-MS-AR MSA (TN Part) +358,161,255,Dallas-Fort Worth TX CSA +358,162,232,Cleveland OH CSA +358,163,223,New York NY-NJ-CT-PA CSA (NY Part) +358,164,12,Chicago IL-IN-WI CSA (IL Part) +358,165,203,Detroit MI CSA +358,166,223,New York NY-NJ-CT-PA CSA (NY Part) +358,167,223,New York NY-NJ-CT-PA CSA (NY Part) +358,168,223,New York NY-NJ-CT-PA CSA (NY Part) +358,169,201,Boston MA-NH CSA (MA Part) +358,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +358,171,172,Miami FL MSA +358,172,173,Orlando FL CSA +358,173,172,Miami FL MSA +358,174,172,Miami FL MSA +358,175,223,New York NY-NJ-CT-PA CSA (NY Part) +358,176,172,Miami FL MSA +358,177,172,Miami FL MSA +358,178,266,Washington DC-MD-VA-WV CSA (VA Part) +358,179,162,San Francisco CA CSA +358,180,159,Los Angeles CA CSA +358,181,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +358,183,232,Cleveland OH CSA +358,184,191,Louisville KY-IN CSA (KY Part) +358,185,223,New York NY-NJ-CT-PA CSA (NY Part) +358,186,186,Indianapolis IN CSA +358,187,223,New York NY-NJ-CT-PA CSA (NY Part) +358,188,266,Washington DC-MD-VA-WV CSA (VA Part) +358,189,266,Washington DC-MD-VA-WV CSA (VA Part) +358,190,186,Indianapolis IN CSA +358,191,223,New York NY-NJ-CT-PA CSA (NY Part) +358,192,266,Washington DC-MD-VA-WV CSA (VA Part) +358,193,176,Atlanta GA-AL CSA (GA Part) +358,194,173,Orlando FL CSA +358,195,172,Miami FL MSA +358,196,195,New Orleans LA CSA +358,197,232,Cleveland OH CSA +358,198,223,New York NY-NJ-CT-PA CSA (NY Part) +358,199,223,New York NY-NJ-CT-PA CSA (NY Part) +358,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +358,201,201,Boston MA-NH CSA (MA Part) +358,202,223,New York NY-NJ-CT-PA CSA (NY Part) +358,203,223,New York NY-NJ-CT-PA CSA (NY Part) +358,204,12,Chicago IL-IN-WI CSA (IL Part) +358,205,223,New York NY-NJ-CT-PA CSA (NY Part) +358,206,192,Remainder of Kentucky +358,207,226,Charlotte NC-SC CSA (NC Part) +358,208,266,Washington DC-MD-VA-WV CSA (VA Part) +358,209,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +358,210,191,Louisville KY-IN CSA (KY Part) +358,211,223,New York NY-NJ-CT-PA CSA (NY Part) +358,212,232,Cleveland OH CSA +358,213,231,Cincinnati OH-KY-IN CSA (OH Part) +358,214,172,Miami FL MSA +358,215,12,Chicago IL-IN-WI CSA (IL Part) +358,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +358,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +358,218,223,New York NY-NJ-CT-PA CSA (NY Part) +358,219,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +358,220,153,Remainder of Alabama +358,221,223,New York NY-NJ-CT-PA CSA (NY Part) +358,222,266,Washington DC-MD-VA-WV CSA (VA Part) +358,223,223,New York NY-NJ-CT-PA CSA (NY Part) +358,224,223,New York NY-NJ-CT-PA CSA (NY Part) +358,225,223,New York NY-NJ-CT-PA CSA (NY Part) +358,226,217,New York NY-NJ-CT-PA CSA (NJ Part) +358,227,223,New York NY-NJ-CT-PA CSA (NY Part) +358,228,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +358,229,266,Washington DC-MD-VA-WV CSA (VA Part) +358,230,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +358,231,217,New York NY-NJ-CT-PA CSA (NJ Part) +358,232,266,Washington DC-MD-VA-WV CSA (VA Part) +358,233,266,Washington DC-MD-VA-WV CSA (VA Part) +358,234,203,Detroit MI CSA +358,235,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +358,236,217,New York NY-NJ-CT-PA CSA (NJ Part) +358,237,223,New York NY-NJ-CT-PA CSA (NY Part) +358,238,176,Atlanta GA-AL CSA (GA Part) +358,239,266,Washington DC-MD-VA-WV CSA (VA Part) +358,240,223,New York NY-NJ-CT-PA CSA (NY Part) +358,241,266,Washington DC-MD-VA-WV CSA (VA Part) +358,242,217,New York NY-NJ-CT-PA CSA (NJ Part) +358,243,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +358,244,223,New York NY-NJ-CT-PA CSA (NY Part) +358,245,173,Orlando FL CSA +358,246,192,Remainder of Kentucky +358,247,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +358,248,223,New York NY-NJ-CT-PA CSA (NY Part) +358,249,266,Washington DC-MD-VA-WV CSA (VA Part) +358,250,217,New York NY-NJ-CT-PA CSA (NJ Part) +358,251,217,New York NY-NJ-CT-PA CSA (NJ Part) +358,252,255,Dallas-Fort Worth TX CSA +358,253,172,Miami FL MSA +358,254,176,Atlanta GA-AL CSA (GA Part) +358,255,217,New York NY-NJ-CT-PA CSA (NJ Part) +358,256,176,Atlanta GA-AL CSA (GA Part) +358,257,172,Miami FL MSA +358,258,176,Atlanta GA-AL CSA (GA Part) +358,259,176,Atlanta GA-AL CSA (GA Part) +358,260,173,Orlando FL CSA +358,261,232,Cleveland OH CSA +358,262,176,Atlanta GA-AL CSA (GA Part) +358,263,266,Washington DC-MD-VA-WV CSA (VA Part) +358,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +358,265,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +358,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +358,267,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +358,268,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +358,269,268,Seattle WA CSA +358,270,223,New York NY-NJ-CT-PA CSA (NY Part) +358,271,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +358,272,201,Boston MA-NH CSA (MA Part) +358,273,249,Memphis TN-MS-AR MSA (TN Part) +359,152,195,New Orleans LA CSA +359,153,172,Miami FL MSA +359,154,176,Atlanta GA-AL CSA (GA Part) +359,155,192,Remainder of Kentucky +359,156,173,Orlando FL CSA +359,157,172,Miami FL MSA +359,158,172,Miami FL MSA +359,159,172,Miami FL MSA +359,160,195,New Orleans LA CSA +359,161,195,New Orleans LA CSA +359,162,159,Los Angeles CA CSA +359,163,159,Los Angeles CA CSA +359,164,153,Remainder of Alabama +359,165,153,Remainder of Alabama +359,166,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +359,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +359,168,223,New York NY-NJ-CT-PA CSA (NY Part) +359,169,223,New York NY-NJ-CT-PA CSA (NY Part) +359,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +359,171,172,Miami FL MSA +359,172,172,Miami FL MSA +359,173,172,Miami FL MSA +359,174,172,Miami FL MSA +359,175,172,Miami FL MSA +359,176,172,Miami FL MSA +359,177,172,Miami FL MSA +359,178,176,Atlanta GA-AL CSA (GA Part) +359,179,159,Los Angeles CA CSA +359,180,172,Miami FL MSA +359,181,249,Memphis TN-MS-AR MSA (TN Part) +359,183,195,New Orleans LA CSA +359,184,195,New Orleans LA CSA +359,185,266,Washington DC-MD-VA-WV CSA (VA Part) +359,186,176,Atlanta GA-AL CSA (GA Part) +359,187,172,Miami FL MSA +359,188,172,Miami FL MSA +359,189,249,Memphis TN-MS-AR MSA (TN Part) +359,190,249,Memphis TN-MS-AR MSA (TN Part) +359,191,176,Atlanta GA-AL CSA (GA Part) +359,192,172,Miami FL MSA +359,193,176,Atlanta GA-AL CSA (GA Part) +359,194,245,Charleston SC MSA +359,195,172,Miami FL MSA +359,196,172,Miami FL MSA +359,197,266,Washington DC-MD-VA-WV CSA (VA Part) +359,198,266,Washington DC-MD-VA-WV CSA (VA Part) +359,199,266,Washington DC-MD-VA-WV CSA (VA Part) +359,200,172,Miami FL MSA +359,201,223,New York NY-NJ-CT-PA CSA (NY Part) +359,202,223,New York NY-NJ-CT-PA CSA (NY Part) +359,203,266,Washington DC-MD-VA-WV CSA (VA Part) +359,204,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +359,205,266,Washington DC-MD-VA-WV CSA (VA Part) +359,206,12,Chicago IL-IN-WI CSA (IL Part) +359,207,266,Washington DC-MD-VA-WV CSA (VA Part) +359,208,195,New Orleans LA CSA +359,209,172,Miami FL MSA +359,210,172,Miami FL MSA +359,211,172,Miami FL MSA +359,212,12,Chicago IL-IN-WI CSA (IL Part) +359,213,172,Miami FL MSA +359,214,249,Memphis TN-MS-AR MSA (TN Part) +359,215,255,Dallas-Fort Worth TX CSA +359,216,223,New York NY-NJ-CT-PA CSA (NY Part) +359,217,223,New York NY-NJ-CT-PA CSA (NY Part) +359,218,223,New York NY-NJ-CT-PA CSA (NY Part) +359,219,266,Washington DC-MD-VA-WV CSA (VA Part) +359,220,172,Miami FL MSA +359,221,223,New York NY-NJ-CT-PA CSA (NY Part) +359,222,223,New York NY-NJ-CT-PA CSA (NY Part) +359,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +359,224,266,Washington DC-MD-VA-WV CSA (VA Part) +359,225,223,New York NY-NJ-CT-PA CSA (NY Part) +359,226,173,Orlando FL CSA +359,227,173,Orlando FL CSA +359,228,172,Miami FL MSA +359,229,172,Miami FL MSA +359,230,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +359,231,266,Washington DC-MD-VA-WV CSA (VA Part) +359,232,172,Miami FL MSA +359,233,192,Remainder of Kentucky +359,234,172,Miami FL MSA +359,235,176,Atlanta GA-AL CSA (GA Part) +359,236,257,Houston TX CSA +359,237,249,Memphis TN-MS-AR MSA (TN Part) +359,238,255,Dallas-Fort Worth TX CSA +359,239,257,Houston TX CSA +359,240,172,Miami FL MSA +359,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +359,242,266,Washington DC-MD-VA-WV CSA (VA Part) +359,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +359,244,223,New York NY-NJ-CT-PA CSA (NY Part) +359,245,172,Miami FL MSA +359,246,172,Miami FL MSA +359,247,172,Miami FL MSA +359,248,172,Miami FL MSA +359,249,176,Atlanta GA-AL CSA (GA Part) +359,250,153,Remainder of Alabama +359,251,172,Miami FL MSA +359,252,172,Miami FL MSA +359,253,257,Houston TX CSA +359,254,172,Miami FL MSA +359,255,257,Houston TX CSA +359,256,172,Miami FL MSA +359,257,173,Orlando FL CSA +359,258,255,Dallas-Fort Worth TX CSA +359,259,172,Miami FL MSA +359,260,176,Atlanta GA-AL CSA (GA Part) +359,261,153,Remainder of Alabama +359,262,172,Miami FL MSA +359,263,223,New York NY-NJ-CT-PA CSA (NY Part) +359,264,172,Miami FL MSA +359,265,176,Atlanta GA-AL CSA (GA Part) +359,266,172,Miami FL MSA +359,267,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +359,268,176,Atlanta GA-AL CSA (GA Part) +359,269,172,Miami FL MSA +359,270,172,Miami FL MSA +359,271,186,Indianapolis IN CSA +359,272,12,Chicago IL-IN-WI CSA (IL Part) +359,273,12,Chicago IL-IN-WI CSA (IL Part) +360,152,176,Atlanta GA-AL CSA (GA Part) +360,153,172,Miami FL MSA +360,154,249,Memphis TN-MS-AR MSA (TN Part) +360,155,153,Remainder of Alabama +360,156,195,New Orleans LA CSA +360,157,172,Miami FL MSA +360,158,172,Miami FL MSA +360,159,159,Los Angeles CA CSA +360,160,159,Los Angeles CA CSA +360,161,195,New Orleans LA CSA +360,162,172,Miami FL MSA +360,163,195,New Orleans LA CSA +360,164,172,Miami FL MSA +360,165,172,Miami FL MSA +360,166,223,New York NY-NJ-CT-PA CSA (NY Part) +360,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +360,168,223,New York NY-NJ-CT-PA CSA (NY Part) +360,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +360,170,266,Washington DC-MD-VA-WV CSA (VA Part) +360,171,172,Miami FL MSA +360,172,176,Atlanta GA-AL CSA (GA Part) +360,173,172,Miami FL MSA +360,174,172,Miami FL MSA +360,175,172,Miami FL MSA +360,176,172,Miami FL MSA +360,177,172,Miami FL MSA +360,178,172,Miami FL MSA +360,179,255,Dallas-Fort Worth TX CSA +360,180,176,Atlanta GA-AL CSA (GA Part) +360,181,249,Memphis TN-MS-AR MSA (TN Part) +360,183,172,Miami FL MSA +360,184,176,Atlanta GA-AL CSA (GA Part) +360,185,153,Remainder of Alabama +360,186,172,Miami FL MSA +360,187,245,Charleston SC MSA +360,188,176,Atlanta GA-AL CSA (GA Part) +360,189,172,Miami FL MSA +360,190,172,Miami FL MSA +360,191,192,Remainder of Kentucky +360,192,172,Miami FL MSA +360,193,172,Miami FL MSA +360,194,172,Miami FL MSA +360,195,176,Atlanta GA-AL CSA (GA Part) +360,196,172,Miami FL MSA +360,197,266,Washington DC-MD-VA-WV CSA (VA Part) +360,198,266,Washington DC-MD-VA-WV CSA (VA Part) +360,199,172,Miami FL MSA +360,200,172,Miami FL MSA +360,201,223,New York NY-NJ-CT-PA CSA (NY Part) +360,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +360,203,226,Charlotte NC-SC CSA (NC Part) +360,204,172,Miami FL MSA +360,205,232,Cleveland OH CSA +360,206,192,Remainder of Kentucky +360,207,232,Cleveland OH CSA +360,208,172,Miami FL MSA +360,209,172,Miami FL MSA +360,210,172,Miami FL MSA +360,211,172,Miami FL MSA +360,212,172,Miami FL MSA +360,213,172,Miami FL MSA +360,214,257,Houston TX CSA +360,215,176,Atlanta GA-AL CSA (GA Part) +360,216,223,New York NY-NJ-CT-PA CSA (NY Part) +360,217,172,Miami FL MSA +360,218,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +360,219,266,Washington DC-MD-VA-WV CSA (VA Part) +360,220,172,Miami FL MSA +360,221,223,New York NY-NJ-CT-PA CSA (NY Part) +360,222,223,New York NY-NJ-CT-PA CSA (NY Part) +360,223,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +360,224,223,New York NY-NJ-CT-PA CSA (NY Part) +360,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +360,226,172,Miami FL MSA +360,227,245,Charleston SC MSA +360,228,172,Miami FL MSA +360,229,172,Miami FL MSA +360,230,172,Miami FL MSA +360,231,226,Charlotte NC-SC CSA (NC Part) +360,232,172,Miami FL MSA +360,233,172,Miami FL MSA +360,234,172,Miami FL MSA +360,235,232,Cleveland OH CSA +360,236,172,Miami FL MSA +360,237,172,Miami FL MSA +360,238,176,Atlanta GA-AL CSA (GA Part) +360,239,172,Miami FL MSA +360,240,176,Atlanta GA-AL CSA (GA Part) +360,241,172,Miami FL MSA +360,242,266,Washington DC-MD-VA-WV CSA (VA Part) +360,243,266,Washington DC-MD-VA-WV CSA (VA Part) +360,244,266,Washington DC-MD-VA-WV CSA (VA Part) +360,245,172,Miami FL MSA +360,246,172,Miami FL MSA +360,247,172,Miami FL MSA +360,248,173,Orlando FL CSA +360,249,172,Miami FL MSA +360,250,172,Miami FL MSA +360,251,172,Miami FL MSA +360,252,257,Houston TX CSA +360,253,172,Miami FL MSA +360,254,257,Houston TX CSA +360,255,172,Miami FL MSA +360,256,172,Miami FL MSA +360,257,172,Miami FL MSA +360,258,172,Miami FL MSA +360,259,172,Miami FL MSA +360,260,172,Miami FL MSA +360,261,172,Miami FL MSA +360,262,172,Miami FL MSA +360,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +360,264,172,Miami FL MSA +360,265,266,Washington DC-MD-VA-WV CSA (VA Part) +360,266,266,Washington DC-MD-VA-WV CSA (VA Part) +360,267,245,Charleston SC MSA +360,268,268,Seattle WA CSA +360,269,257,Houston TX CSA +360,270,172,Miami FL MSA +360,271,172,Miami FL MSA +360,272,172,Miami FL MSA +360,273,172,Miami FL MSA +361,152,176,Atlanta GA-AL CSA (GA Part) +361,153,195,New Orleans LA CSA +361,154,159,Los Angeles CA CSA +361,155,179,Honolulu HI MSA +361,156,172,Miami FL MSA +361,157,159,Los Angeles CA CSA +361,158,176,Atlanta GA-AL CSA (GA Part) +361,159,159,Los Angeles CA CSA +361,160,172,Miami FL MSA +361,161,159,Los Angeles CA CSA +361,162,159,Los Angeles CA CSA +361,163,154,Alaska +361,164,162,San Francisco CA CSA +361,165,159,Los Angeles CA CSA +361,166,223,New York NY-NJ-CT-PA CSA (NY Part) +361,167,223,New York NY-NJ-CT-PA CSA (NY Part) +361,168,223,New York NY-NJ-CT-PA CSA (NY Part) +361,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +361,170,223,New York NY-NJ-CT-PA CSA (NY Part) +361,171,153,Remainder of Alabama +361,172,172,Miami FL MSA +361,173,176,Atlanta GA-AL CSA (GA Part) +361,174,172,Miami FL MSA +361,175,172,Miami FL MSA +361,176,223,New York NY-NJ-CT-PA CSA (NY Part) +361,177,223,New York NY-NJ-CT-PA CSA (NY Part) +361,178,176,Atlanta GA-AL CSA (GA Part) +361,179,159,Los Angeles CA CSA +361,180,159,Los Angeles CA CSA +361,181,257,Houston TX CSA +361,183,172,Miami FL MSA +361,184,176,Atlanta GA-AL CSA (GA Part) +361,185,223,New York NY-NJ-CT-PA CSA (NY Part) +361,186,223,New York NY-NJ-CT-PA CSA (NY Part) +361,187,176,Atlanta GA-AL CSA (GA Part) +361,188,12,Chicago IL-IN-WI CSA (IL Part) +361,189,172,Miami FL MSA +361,190,255,Dallas-Fort Worth TX CSA +361,191,203,Detroit MI CSA +361,192,172,Miami FL MSA +361,193,257,Houston TX CSA +361,194,172,Miami FL MSA +361,195,176,Atlanta GA-AL CSA (GA Part) +361,196,249,Memphis TN-MS-AR MSA (TN Part) +361,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +361,198,223,New York NY-NJ-CT-PA CSA (NY Part) +361,199,223,New York NY-NJ-CT-PA CSA (NY Part) +361,200,176,Atlanta GA-AL CSA (GA Part) +361,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +361,202,232,Cleveland OH CSA +361,203,192,Remainder of Kentucky +361,204,192,Remainder of Kentucky +361,205,245,Charleston SC MSA +361,206,232,Cleveland OH CSA +361,207,217,New York NY-NJ-CT-PA CSA (NJ Part) +361,208,195,New Orleans LA CSA +361,209,266,Washington DC-MD-VA-WV CSA (VA Part) +361,210,186,Indianapolis IN CSA +361,211,176,Atlanta GA-AL CSA (GA Part) +361,212,179,Honolulu HI MSA +361,213,176,Atlanta GA-AL CSA (GA Part) +361,214,162,San Francisco CA CSA +361,215,162,San Francisco CA CSA +361,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +361,217,172,Miami FL MSA +361,218,223,New York NY-NJ-CT-PA CSA (NY Part) +361,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +361,220,159,Los Angeles CA CSA +361,221,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +361,222,176,Atlanta GA-AL CSA (GA Part) +361,223,266,Washington DC-MD-VA-WV CSA (VA Part) +361,224,223,New York NY-NJ-CT-PA CSA (NY Part) +361,225,172,Miami FL MSA +361,226,172,Miami FL MSA +361,227,172,Miami FL MSA +361,228,223,New York NY-NJ-CT-PA CSA (NY Part) +361,229,245,Charleston SC MSA +361,230,172,Miami FL MSA +361,231,172,Miami FL MSA +361,232,249,Memphis TN-MS-AR MSA (TN Part) +361,233,169,Delaware +361,234,245,Charleston SC MSA +361,235,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +361,236,231,Cincinnati OH-KY-IN CSA (OH Part) +361,237,255,Dallas-Fort Worth TX CSA +361,238,257,Houston TX CSA +361,239,159,Los Angeles CA CSA +361,240,268,Seattle WA CSA +361,241,186,Indianapolis IN CSA +361,242,217,New York NY-NJ-CT-PA CSA (NJ Part) +361,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +361,244,201,Boston MA-NH CSA (MA Part) +361,245,173,Orlando FL CSA +361,246,176,Atlanta GA-AL CSA (GA Part) +361,247,172,Miami FL MSA +361,248,173,Orlando FL CSA +361,249,172,Miami FL MSA +361,250,172,Miami FL MSA +361,251,195,New Orleans LA CSA +361,252,172,Miami FL MSA +361,253,172,Miami FL MSA +361,254,172,Miami FL MSA +361,255,217,New York NY-NJ-CT-PA CSA (NJ Part) +361,256,172,Miami FL MSA +361,257,249,Memphis TN-MS-AR MSA (TN Part) +361,258,176,Atlanta GA-AL CSA (GA Part) +361,259,176,Atlanta GA-AL CSA (GA Part) +361,260,226,Charlotte NC-SC CSA (NC Part) +361,261,159,Los Angeles CA CSA +361,262,12,Chicago IL-IN-WI CSA (IL Part) +361,263,266,Washington DC-MD-VA-WV CSA (VA Part) +361,264,172,Miami FL MSA +361,265,176,Atlanta GA-AL CSA (GA Part) +361,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +361,267,172,Miami FL MSA +361,268,12,Chicago IL-IN-WI CSA (IL Part) +361,269,162,San Francisco CA CSA +361,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +361,271,172,Miami FL MSA +361,272,12,Chicago IL-IN-WI CSA (IL Part) +361,273,266,Washington DC-MD-VA-WV CSA (VA Part) +362,152,176,Atlanta GA-AL CSA (GA Part) +362,153,266,Washington DC-MD-VA-WV CSA (VA Part) +362,154,223,New York NY-NJ-CT-PA CSA (NY Part) +362,155,249,Memphis TN-MS-AR MSA (TN Part) +362,156,249,Memphis TN-MS-AR MSA (TN Part) +362,157,255,Dallas-Fort Worth TX CSA +362,158,203,Detroit MI CSA +362,159,159,Los Angeles CA CSA +362,160,268,Seattle WA CSA +362,161,12,Chicago IL-IN-WI CSA (IL Part) +362,162,191,Louisville KY-IN CSA (KY Part) +362,163,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +362,164,12,Chicago IL-IN-WI CSA (IL Part) +362,165,12,Chicago IL-IN-WI CSA (IL Part) +362,166,223,New York NY-NJ-CT-PA CSA (NY Part) +362,167,223,New York NY-NJ-CT-PA CSA (NY Part) +362,168,223,New York NY-NJ-CT-PA CSA (NY Part) +362,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +362,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +362,171,223,New York NY-NJ-CT-PA CSA (NY Part) +362,172,266,Washington DC-MD-VA-WV CSA (VA Part) +362,173,223,New York NY-NJ-CT-PA CSA (NY Part) +362,174,172,Miami FL MSA +362,175,223,New York NY-NJ-CT-PA CSA (NY Part) +362,176,223,New York NY-NJ-CT-PA CSA (NY Part) +362,177,176,Atlanta GA-AL CSA (GA Part) +362,178,266,Washington DC-MD-VA-WV CSA (VA Part) +362,179,154,Alaska +362,180,154,Alaska +362,181,12,Chicago IL-IN-WI CSA (IL Part) +362,183,12,Chicago IL-IN-WI CSA (IL Part) +362,184,266,Washington DC-MD-VA-WV CSA (VA Part) +362,185,223,New York NY-NJ-CT-PA CSA (NY Part) +362,186,192,Remainder of Kentucky +362,187,223,New York NY-NJ-CT-PA CSA (NY Part) +362,188,223,New York NY-NJ-CT-PA CSA (NY Part) +362,189,232,Cleveland OH CSA +362,190,266,Washington DC-MD-VA-WV CSA (VA Part) +362,191,231,Cincinnati OH-KY-IN CSA (OH Part) +362,192,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +362,193,217,New York NY-NJ-CT-PA CSA (NJ Part) +362,194,223,New York NY-NJ-CT-PA CSA (NY Part) +362,195,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +362,196,12,Chicago IL-IN-WI CSA (IL Part) +362,197,223,New York NY-NJ-CT-PA CSA (NY Part) +362,198,223,New York NY-NJ-CT-PA CSA (NY Part) +362,199,223,New York NY-NJ-CT-PA CSA (NY Part) +362,200,266,Washington DC-MD-VA-WV CSA (VA Part) +362,201,232,Cleveland OH CSA +362,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +362,203,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +362,204,203,Detroit MI CSA +362,205,203,Detroit MI CSA +362,206,12,Chicago IL-IN-WI CSA (IL Part) +362,207,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +362,208,176,Atlanta GA-AL CSA (GA Part) +362,209,12,Chicago IL-IN-WI CSA (IL Part) +362,210,223,New York NY-NJ-CT-PA CSA (NY Part) +362,211,217,New York NY-NJ-CT-PA CSA (NJ Part) +362,212,223,New York NY-NJ-CT-PA CSA (NY Part) +362,213,223,New York NY-NJ-CT-PA CSA (NY Part) +362,214,12,Chicago IL-IN-WI CSA (IL Part) +362,215,12,Chicago IL-IN-WI CSA (IL Part) +362,216,223,New York NY-NJ-CT-PA CSA (NY Part) +362,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +362,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +362,219,223,New York NY-NJ-CT-PA CSA (NY Part) +362,220,217,New York NY-NJ-CT-PA CSA (NJ Part) +362,221,223,New York NY-NJ-CT-PA CSA (NY Part) +362,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +362,223,223,New York NY-NJ-CT-PA CSA (NY Part) +362,224,266,Washington DC-MD-VA-WV CSA (VA Part) +362,225,223,New York NY-NJ-CT-PA CSA (NY Part) +362,226,217,New York NY-NJ-CT-PA CSA (NJ Part) +362,227,223,New York NY-NJ-CT-PA CSA (NY Part) +362,228,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +362,229,223,New York NY-NJ-CT-PA CSA (NY Part) +362,230,217,New York NY-NJ-CT-PA CSA (NJ Part) +362,231,232,Cleveland OH CSA +362,232,217,New York NY-NJ-CT-PA CSA (NJ Part) +362,233,266,Washington DC-MD-VA-WV CSA (VA Part) +362,234,223,New York NY-NJ-CT-PA CSA (NY Part) +362,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +362,236,223,New York NY-NJ-CT-PA CSA (NY Part) +362,237,12,Chicago IL-IN-WI CSA (IL Part) +362,238,191,Louisville KY-IN CSA (KY Part) +362,239,217,New York NY-NJ-CT-PA CSA (NJ Part) +362,240,268,Seattle WA CSA +362,241,201,Boston MA-NH CSA (MA Part) +362,242,201,Boston MA-NH CSA (MA Part) +362,243,223,New York NY-NJ-CT-PA CSA (NY Part) +362,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +362,245,201,Boston MA-NH CSA (MA Part) +362,246,217,New York NY-NJ-CT-PA CSA (NJ Part) +362,247,223,New York NY-NJ-CT-PA CSA (NY Part) +362,248,12,Chicago IL-IN-WI CSA (IL Part) +362,249,12,Chicago IL-IN-WI CSA (IL Part) +362,250,217,New York NY-NJ-CT-PA CSA (NJ Part) +362,251,192,Remainder of Kentucky +362,252,217,New York NY-NJ-CT-PA CSA (NJ Part) +362,253,249,Memphis TN-MS-AR MSA (TN Part) +362,254,186,Indianapolis IN CSA +362,255,186,Indianapolis IN CSA +362,256,203,Detroit MI CSA +362,257,249,Memphis TN-MS-AR MSA (TN Part) +362,258,266,Washington DC-MD-VA-WV CSA (VA Part) +362,259,12,Chicago IL-IN-WI CSA (IL Part) +362,260,223,New York NY-NJ-CT-PA CSA (NY Part) +362,261,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +362,262,217,New York NY-NJ-CT-PA CSA (NJ Part) +362,263,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +362,264,223,New York NY-NJ-CT-PA CSA (NY Part) +362,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +362,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +362,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +362,268,186,Indianapolis IN CSA +362,269,268,Seattle WA CSA +362,270,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +362,271,223,New York NY-NJ-CT-PA CSA (NY Part) +362,272,12,Chicago IL-IN-WI CSA (IL Part) +362,273,223,New York NY-NJ-CT-PA CSA (NY Part) +363,152,172,Miami FL MSA +363,153,172,Miami FL MSA +363,154,159,Los Angeles CA CSA +363,155,159,Los Angeles CA CSA +363,156,172,Miami FL MSA +363,157,159,Los Angeles CA CSA +363,158,257,Houston TX CSA +363,159,159,Los Angeles CA CSA +363,160,257,Houston TX CSA +363,161,159,Los Angeles CA CSA +363,162,162,San Francisco CA CSA +363,163,257,Houston TX CSA +363,164,255,Dallas-Fort Worth TX CSA +363,165,249,Memphis TN-MS-AR MSA (TN Part) +363,166,172,Miami FL MSA +363,167,172,Miami FL MSA +363,168,176,Atlanta GA-AL CSA (GA Part) +363,169,266,Washington DC-MD-VA-WV CSA (VA Part) +363,170,172,Miami FL MSA +363,171,172,Miami FL MSA +363,172,172,Miami FL MSA +363,173,172,Miami FL MSA +363,174,173,Orlando FL CSA +363,175,172,Miami FL MSA +363,176,176,Atlanta GA-AL CSA (GA Part) +363,177,172,Miami FL MSA +363,178,176,Atlanta GA-AL CSA (GA Part) +363,179,162,San Francisco CA CSA +363,180,159,Los Angeles CA CSA +363,181,255,Dallas-Fort Worth TX CSA +363,183,257,Houston TX CSA +363,184,249,Memphis TN-MS-AR MSA (TN Part) +363,185,12,Chicago IL-IN-WI CSA (IL Part) +363,186,195,New Orleans LA CSA +363,187,176,Atlanta GA-AL CSA (GA Part) +363,188,249,Memphis TN-MS-AR MSA (TN Part) +363,189,176,Atlanta GA-AL CSA (GA Part) +363,190,255,Dallas-Fort Worth TX CSA +363,191,176,Atlanta GA-AL CSA (GA Part) +363,192,172,Miami FL MSA +363,193,172,Miami FL MSA +363,194,173,Orlando FL CSA +363,195,172,Miami FL MSA +363,196,153,Remainder of Alabama +363,197,172,Miami FL MSA +363,198,172,Miami FL MSA +363,199,172,Miami FL MSA +363,200,266,Washington DC-MD-VA-WV CSA (VA Part) +363,201,172,Miami FL MSA +363,202,172,Miami FL MSA +363,203,195,New Orleans LA CSA +363,204,12,Chicago IL-IN-WI CSA (IL Part) +363,205,153,Remainder of Alabama +363,206,195,New Orleans LA CSA +363,207,176,Atlanta GA-AL CSA (GA Part) +363,208,176,Atlanta GA-AL CSA (GA Part) +363,209,255,Dallas-Fort Worth TX CSA +363,210,257,Houston TX CSA +363,211,255,Dallas-Fort Worth TX CSA +363,212,249,Memphis TN-MS-AR MSA (TN Part) +363,213,255,Dallas-Fort Worth TX CSA +363,214,159,Los Angeles CA CSA +363,215,255,Dallas-Fort Worth TX CSA +363,216,266,Washington DC-MD-VA-WV CSA (VA Part) +363,217,266,Washington DC-MD-VA-WV CSA (VA Part) +363,218,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +363,219,172,Miami FL MSA +363,220,249,Memphis TN-MS-AR MSA (TN Part) +363,221,172,Miami FL MSA +363,222,172,Miami FL MSA +363,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +363,224,226,Charlotte NC-SC CSA (NC Part) +363,225,266,Washington DC-MD-VA-WV CSA (VA Part) +363,226,176,Atlanta GA-AL CSA (GA Part) +363,227,172,Miami FL MSA +363,228,172,Miami FL MSA +363,229,172,Miami FL MSA +363,230,195,New Orleans LA CSA +363,231,176,Atlanta GA-AL CSA (GA Part) +363,232,176,Atlanta GA-AL CSA (GA Part) +363,233,192,Remainder of Kentucky +363,234,192,Remainder of Kentucky +363,235,191,Louisville KY-IN CSA (KY Part) +363,236,249,Memphis TN-MS-AR MSA (TN Part) +363,237,257,Houston TX CSA +363,238,257,Houston TX CSA +363,239,257,Houston TX CSA +363,240,159,Los Angeles CA CSA +363,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +363,242,172,Miami FL MSA +363,243,266,Washington DC-MD-VA-WV CSA (VA Part) +363,244,223,New York NY-NJ-CT-PA CSA (NY Part) +363,245,176,Atlanta GA-AL CSA (GA Part) +363,246,172,Miami FL MSA +363,247,172,Miami FL MSA +363,248,249,Memphis TN-MS-AR MSA (TN Part) +363,249,195,New Orleans LA CSA +363,250,176,Atlanta GA-AL CSA (GA Part) +363,251,172,Miami FL MSA +363,252,257,Houston TX CSA +363,253,172,Miami FL MSA +363,254,257,Houston TX CSA +363,255,255,Dallas-Fort Worth TX CSA +363,256,172,Miami FL MSA +363,257,172,Miami FL MSA +363,258,195,New Orleans LA CSA +363,259,172,Miami FL MSA +363,260,257,Houston TX CSA +363,261,255,Dallas-Fort Worth TX CSA +363,262,257,Houston TX CSA +363,263,223,New York NY-NJ-CT-PA CSA (NY Part) +363,264,172,Miami FL MSA +363,265,245,Charleston SC MSA +363,266,172,Miami FL MSA +363,267,176,Atlanta GA-AL CSA (GA Part) +363,268,159,Los Angeles CA CSA +363,269,255,Dallas-Fort Worth TX CSA +363,270,176,Atlanta GA-AL CSA (GA Part) +363,271,12,Chicago IL-IN-WI CSA (IL Part) +363,272,153,Remainder of Alabama +363,273,153,Remainder of Alabama +364,152,12,Chicago IL-IN-WI CSA (IL Part) +364,153,223,New York NY-NJ-CT-PA CSA (NY Part) +364,154,12,Chicago IL-IN-WI CSA (IL Part) +364,155,12,Chicago IL-IN-WI CSA (IL Part) +364,156,12,Chicago IL-IN-WI CSA (IL Part) +364,157,268,Seattle WA CSA +364,158,232,Cleveland OH CSA +364,159,159,Los Angeles CA CSA +364,160,162,San Francisco CA CSA +364,161,232,Cleveland OH CSA +364,162,186,Indianapolis IN CSA +364,163,201,Boston MA-NH CSA (MA Part) +364,164,164,Denver CO CSA +364,165,266,Washington DC-MD-VA-WV CSA (VA Part) +364,166,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +364,167,223,New York NY-NJ-CT-PA CSA (NY Part) +364,168,201,Boston MA-NH CSA (MA Part) +364,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +364,170,223,New York NY-NJ-CT-PA CSA (NY Part) +364,171,201,Boston MA-NH CSA (MA Part) +364,172,172,Miami FL MSA +364,173,245,Charleston SC MSA +364,174,223,New York NY-NJ-CT-PA CSA (NY Part) +364,175,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +364,176,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +364,177,223,New York NY-NJ-CT-PA CSA (NY Part) +364,178,217,New York NY-NJ-CT-PA CSA (NJ Part) +364,179,232,Cleveland OH CSA +364,180,159,Los Angeles CA CSA +364,181,217,New York NY-NJ-CT-PA CSA (NJ Part) +364,183,231,Cincinnati OH-KY-IN CSA (OH Part) +364,184,223,New York NY-NJ-CT-PA CSA (NY Part) +364,185,217,New York NY-NJ-CT-PA CSA (NJ Part) +364,186,217,New York NY-NJ-CT-PA CSA (NJ Part) +364,187,217,New York NY-NJ-CT-PA CSA (NJ Part) +364,188,223,New York NY-NJ-CT-PA CSA (NY Part) +364,189,217,New York NY-NJ-CT-PA CSA (NJ Part) +364,190,231,Cincinnati OH-KY-IN CSA (OH Part) +364,191,266,Washington DC-MD-VA-WV CSA (VA Part) +364,192,232,Cleveland OH CSA +364,193,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +364,194,153,Remainder of Alabama +364,195,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +364,196,186,Indianapolis IN CSA +364,197,223,New York NY-NJ-CT-PA CSA (NY Part) +364,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +364,199,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +364,200,266,Washington DC-MD-VA-WV CSA (VA Part) +364,201,223,New York NY-NJ-CT-PA CSA (NY Part) +364,202,223,New York NY-NJ-CT-PA CSA (NY Part) +364,203,223,New York NY-NJ-CT-PA CSA (NY Part) +364,204,191,Louisville KY-IN CSA (KY Part) +364,205,12,Chicago IL-IN-WI CSA (IL Part) +364,206,217,New York NY-NJ-CT-PA CSA (NJ Part) +364,207,266,Washington DC-MD-VA-WV CSA (VA Part) +364,208,249,Memphis TN-MS-AR MSA (TN Part) +364,209,12,Chicago IL-IN-WI CSA (IL Part) +364,210,223,New York NY-NJ-CT-PA CSA (NY Part) +364,211,12,Chicago IL-IN-WI CSA (IL Part) +364,212,223,New York NY-NJ-CT-PA CSA (NY Part) +364,213,223,New York NY-NJ-CT-PA CSA (NY Part) +364,214,12,Chicago IL-IN-WI CSA (IL Part) +364,215,223,New York NY-NJ-CT-PA CSA (NY Part) +364,216,223,New York NY-NJ-CT-PA CSA (NY Part) +364,217,223,New York NY-NJ-CT-PA CSA (NY Part) +364,218,223,New York NY-NJ-CT-PA CSA (NY Part) +364,219,201,Boston MA-NH CSA (MA Part) +364,220,12,Chicago IL-IN-WI CSA (IL Part) +364,221,223,New York NY-NJ-CT-PA CSA (NY Part) +364,222,223,New York NY-NJ-CT-PA CSA (NY Part) +364,223,223,New York NY-NJ-CT-PA CSA (NY Part) +364,224,223,New York NY-NJ-CT-PA CSA (NY Part) +364,225,223,New York NY-NJ-CT-PA CSA (NY Part) +364,226,217,New York NY-NJ-CT-PA CSA (NJ Part) +364,227,201,Boston MA-NH CSA (MA Part) +364,228,223,New York NY-NJ-CT-PA CSA (NY Part) +364,229,223,New York NY-NJ-CT-PA CSA (NY Part) +364,230,223,New York NY-NJ-CT-PA CSA (NY Part) +364,231,223,New York NY-NJ-CT-PA CSA (NY Part) +364,232,232,Cleveland OH CSA +364,233,191,Louisville KY-IN CSA (KY Part) +364,234,203,Detroit MI CSA +364,235,223,New York NY-NJ-CT-PA CSA (NY Part) +364,236,12,Chicago IL-IN-WI CSA (IL Part) +364,237,203,Detroit MI CSA +364,238,12,Chicago IL-IN-WI CSA (IL Part) +364,239,162,San Francisco CA CSA +364,240,12,Chicago IL-IN-WI CSA (IL Part) +364,241,223,New York NY-NJ-CT-PA CSA (NY Part) +364,242,223,New York NY-NJ-CT-PA CSA (NY Part) +364,243,201,Boston MA-NH CSA (MA Part) +364,244,223,New York NY-NJ-CT-PA CSA (NY Part) +364,245,217,New York NY-NJ-CT-PA CSA (NJ Part) +364,246,266,Washington DC-MD-VA-WV CSA (VA Part) +364,247,217,New York NY-NJ-CT-PA CSA (NJ Part) +364,248,266,Washington DC-MD-VA-WV CSA (VA Part) +364,249,203,Detroit MI CSA +364,250,176,Atlanta GA-AL CSA (GA Part) +364,251,223,New York NY-NJ-CT-PA CSA (NY Part) +364,252,217,New York NY-NJ-CT-PA CSA (NJ Part) +364,253,266,Washington DC-MD-VA-WV CSA (VA Part) +364,254,217,New York NY-NJ-CT-PA CSA (NJ Part) +364,255,153,Remainder of Alabama +364,256,226,Charlotte NC-SC CSA (NC Part) +364,257,12,Chicago IL-IN-WI CSA (IL Part) +364,258,223,New York NY-NJ-CT-PA CSA (NY Part) +364,259,176,Atlanta GA-AL CSA (GA Part) +364,260,223,New York NY-NJ-CT-PA CSA (NY Part) +364,261,223,New York NY-NJ-CT-PA CSA (NY Part) +364,262,203,Detroit MI CSA +364,263,223,New York NY-NJ-CT-PA CSA (NY Part) +364,264,223,New York NY-NJ-CT-PA CSA (NY Part) +364,265,223,New York NY-NJ-CT-PA CSA (NY Part) +364,266,223,New York NY-NJ-CT-PA CSA (NY Part) +364,267,223,New York NY-NJ-CT-PA CSA (NY Part) +364,268,12,Chicago IL-IN-WI CSA (IL Part) +364,269,223,New York NY-NJ-CT-PA CSA (NY Part) +364,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +364,271,12,Chicago IL-IN-WI CSA (IL Part) +364,272,217,New York NY-NJ-CT-PA CSA (NJ Part) +364,273,223,New York NY-NJ-CT-PA CSA (NY Part) +365,152,176,Atlanta GA-AL CSA (GA Part) +365,153,266,Washington DC-MD-VA-WV CSA (VA Part) +365,154,223,New York NY-NJ-CT-PA CSA (NY Part) +365,155,203,Detroit MI CSA +365,156,249,Memphis TN-MS-AR MSA (TN Part) +365,157,12,Chicago IL-IN-WI CSA (IL Part) +365,158,249,Memphis TN-MS-AR MSA (TN Part) +365,159,159,Los Angeles CA CSA +365,160,162,San Francisco CA CSA +365,161,12,Chicago IL-IN-WI CSA (IL Part) +365,162,159,Los Angeles CA CSA +365,163,159,Los Angeles CA CSA +365,164,12,Chicago IL-IN-WI CSA (IL Part) +365,165,12,Chicago IL-IN-WI CSA (IL Part) +365,166,223,New York NY-NJ-CT-PA CSA (NY Part) +365,167,223,New York NY-NJ-CT-PA CSA (NY Part) +365,168,201,Boston MA-NH CSA (MA Part) +365,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +365,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +365,171,169,Delaware +365,172,226,Charlotte NC-SC CSA (NC Part) +365,173,223,New York NY-NJ-CT-PA CSA (NY Part) +365,174,223,New York NY-NJ-CT-PA CSA (NY Part) +365,175,176,Atlanta GA-AL CSA (GA Part) +365,176,176,Atlanta GA-AL CSA (GA Part) +365,177,223,New York NY-NJ-CT-PA CSA (NY Part) +365,178,223,New York NY-NJ-CT-PA CSA (NY Part) +365,179,154,Alaska +365,180,154,Alaska +365,181,223,New York NY-NJ-CT-PA CSA (NY Part) +365,183,223,New York NY-NJ-CT-PA CSA (NY Part) +365,184,12,Chicago IL-IN-WI CSA (IL Part) +365,185,12,Chicago IL-IN-WI CSA (IL Part) +365,186,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +365,187,201,Boston MA-NH CSA (MA Part) +365,188,12,Chicago IL-IN-WI CSA (IL Part) +365,189,12,Chicago IL-IN-WI CSA (IL Part) +365,190,203,Detroit MI CSA +365,191,266,Washington DC-MD-VA-WV CSA (VA Part) +365,192,217,New York NY-NJ-CT-PA CSA (NJ Part) +365,193,249,Memphis TN-MS-AR MSA (TN Part) +365,194,195,New Orleans LA CSA +365,195,226,Charlotte NC-SC CSA (NC Part) +365,196,176,Atlanta GA-AL CSA (GA Part) +365,197,223,New York NY-NJ-CT-PA CSA (NY Part) +365,198,223,New York NY-NJ-CT-PA CSA (NY Part) +365,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +365,200,201,Boston MA-NH CSA (MA Part) +365,201,223,New York NY-NJ-CT-PA CSA (NY Part) +365,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +365,203,223,New York NY-NJ-CT-PA CSA (NY Part) +365,204,223,New York NY-NJ-CT-PA CSA (NY Part) +365,205,223,New York NY-NJ-CT-PA CSA (NY Part) +365,206,12,Chicago IL-IN-WI CSA (IL Part) +365,207,12,Chicago IL-IN-WI CSA (IL Part) +365,208,186,Indianapolis IN CSA +365,209,217,New York NY-NJ-CT-PA CSA (NJ Part) +365,210,12,Chicago IL-IN-WI CSA (IL Part) +365,211,12,Chicago IL-IN-WI CSA (IL Part) +365,212,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +365,213,12,Chicago IL-IN-WI CSA (IL Part) +365,214,159,Los Angeles CA CSA +365,215,268,Seattle WA CSA +365,216,223,New York NY-NJ-CT-PA CSA (NY Part) +365,217,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +365,218,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +365,219,266,Washington DC-MD-VA-WV CSA (VA Part) +365,220,217,New York NY-NJ-CT-PA CSA (NJ Part) +365,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +365,222,223,New York NY-NJ-CT-PA CSA (NY Part) +365,223,223,New York NY-NJ-CT-PA CSA (NY Part) +365,224,223,New York NY-NJ-CT-PA CSA (NY Part) +365,225,223,New York NY-NJ-CT-PA CSA (NY Part) +365,226,223,New York NY-NJ-CT-PA CSA (NY Part) +365,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +365,228,266,Washington DC-MD-VA-WV CSA (VA Part) +365,229,223,New York NY-NJ-CT-PA CSA (NY Part) +365,230,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +365,231,232,Cleveland OH CSA +365,232,266,Washington DC-MD-VA-WV CSA (VA Part) +365,233,201,Boston MA-NH CSA (MA Part) +365,234,223,New York NY-NJ-CT-PA CSA (NY Part) +365,235,12,Chicago IL-IN-WI CSA (IL Part) +365,236,203,Detroit MI CSA +365,237,223,New York NY-NJ-CT-PA CSA (NY Part) +365,238,203,Detroit MI CSA +365,239,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +365,240,12,Chicago IL-IN-WI CSA (IL Part) +365,241,223,New York NY-NJ-CT-PA CSA (NY Part) +365,242,223,New York NY-NJ-CT-PA CSA (NY Part) +365,243,223,New York NY-NJ-CT-PA CSA (NY Part) +365,244,223,New York NY-NJ-CT-PA CSA (NY Part) +365,245,223,New York NY-NJ-CT-PA CSA (NY Part) +365,246,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +365,247,223,New York NY-NJ-CT-PA CSA (NY Part) +365,248,12,Chicago IL-IN-WI CSA (IL Part) +365,249,249,Memphis TN-MS-AR MSA (TN Part) +365,250,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +365,251,191,Louisville KY-IN CSA (KY Part) +365,252,217,New York NY-NJ-CT-PA CSA (NJ Part) +365,253,217,New York NY-NJ-CT-PA CSA (NJ Part) +365,254,191,Louisville KY-IN CSA (KY Part) +365,255,255,Dallas-Fort Worth TX CSA +365,256,12,Chicago IL-IN-WI CSA (IL Part) +365,257,203,Detroit MI CSA +365,258,191,Louisville KY-IN CSA (KY Part) +365,259,223,New York NY-NJ-CT-PA CSA (NY Part) +365,260,217,New York NY-NJ-CT-PA CSA (NJ Part) +365,261,12,Chicago IL-IN-WI CSA (IL Part) +365,262,191,Louisville KY-IN CSA (KY Part) +365,263,223,New York NY-NJ-CT-PA CSA (NY Part) +365,264,223,New York NY-NJ-CT-PA CSA (NY Part) +365,265,223,New York NY-NJ-CT-PA CSA (NY Part) +365,266,223,New York NY-NJ-CT-PA CSA (NY Part) +365,267,223,New York NY-NJ-CT-PA CSA (NY Part) +365,268,186,Indianapolis IN CSA +365,269,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +365,270,223,New York NY-NJ-CT-PA CSA (NY Part) +365,271,12,Chicago IL-IN-WI CSA (IL Part) +365,272,12,Chicago IL-IN-WI CSA (IL Part) +365,273,12,Chicago IL-IN-WI CSA (IL Part) +366,152,192,Remainder of Kentucky +366,153,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +366,154,154,Alaska +366,155,12,Chicago IL-IN-WI CSA (IL Part) +366,156,154,Alaska +366,157,159,Los Angeles CA CSA +366,158,12,Chicago IL-IN-WI CSA (IL Part) +366,159,162,San Francisco CA CSA +366,160,154,Alaska +366,161,162,San Francisco CA CSA +366,162,159,Los Angeles CA CSA +366,163,159,Los Angeles CA CSA +366,164,154,Alaska +366,165,159,Los Angeles CA CSA +366,166,223,New York NY-NJ-CT-PA CSA (NY Part) +366,167,223,New York NY-NJ-CT-PA CSA (NY Part) +366,168,201,Boston MA-NH CSA (MA Part) +366,169,223,New York NY-NJ-CT-PA CSA (NY Part) +366,170,223,New York NY-NJ-CT-PA CSA (NY Part) +366,171,192,Remainder of Kentucky +366,172,217,New York NY-NJ-CT-PA CSA (NJ Part) +366,173,12,Chicago IL-IN-WI CSA (IL Part) +366,174,223,New York NY-NJ-CT-PA CSA (NY Part) +366,175,223,New York NY-NJ-CT-PA CSA (NY Part) +366,176,223,New York NY-NJ-CT-PA CSA (NY Part) +366,177,266,Washington DC-MD-VA-WV CSA (VA Part) +366,178,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +366,179,154,Alaska +366,180,268,Seattle WA CSA +366,181,162,San Francisco CA CSA +366,183,232,Cleveland OH CSA +366,184,266,Washington DC-MD-VA-WV CSA (VA Part) +366,185,223,New York NY-NJ-CT-PA CSA (NY Part) +366,186,12,Chicago IL-IN-WI CSA (IL Part) +366,187,223,New York NY-NJ-CT-PA CSA (NY Part) +366,188,12,Chicago IL-IN-WI CSA (IL Part) +366,189,12,Chicago IL-IN-WI CSA (IL Part) +366,190,255,Dallas-Fort Worth TX CSA +366,191,217,New York NY-NJ-CT-PA CSA (NJ Part) +366,192,266,Washington DC-MD-VA-WV CSA (VA Part) +366,193,266,Washington DC-MD-VA-WV CSA (VA Part) +366,194,249,Memphis TN-MS-AR MSA (TN Part) +366,195,153,Remainder of Alabama +366,196,223,New York NY-NJ-CT-PA CSA (NY Part) +366,197,192,Remainder of Kentucky +366,198,223,New York NY-NJ-CT-PA CSA (NY Part) +366,199,266,Washington DC-MD-VA-WV CSA (VA Part) +366,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +366,201,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +366,202,266,Washington DC-MD-VA-WV CSA (VA Part) +366,203,203,Detroit MI CSA +366,204,217,New York NY-NJ-CT-PA CSA (NJ Part) +366,205,217,New York NY-NJ-CT-PA CSA (NJ Part) +366,206,12,Chicago IL-IN-WI CSA (IL Part) +366,207,12,Chicago IL-IN-WI CSA (IL Part) +366,208,223,New York NY-NJ-CT-PA CSA (NY Part) +366,209,232,Cleveland OH CSA +366,210,12,Chicago IL-IN-WI CSA (IL Part) +366,211,12,Chicago IL-IN-WI CSA (IL Part) +366,212,154,Alaska +366,213,12,Chicago IL-IN-WI CSA (IL Part) +366,214,268,Seattle WA CSA +366,215,162,San Francisco CA CSA +366,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +366,217,223,New York NY-NJ-CT-PA CSA (NY Part) +366,218,223,New York NY-NJ-CT-PA CSA (NY Part) +366,219,223,New York NY-NJ-CT-PA CSA (NY Part) +366,220,154,Alaska +366,221,223,New York NY-NJ-CT-PA CSA (NY Part) +366,222,201,Boston MA-NH CSA (MA Part) +366,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +366,224,223,New York NY-NJ-CT-PA CSA (NY Part) +366,225,192,Remainder of Kentucky +366,226,186,Indianapolis IN CSA +366,227,12,Chicago IL-IN-WI CSA (IL Part) +366,228,223,New York NY-NJ-CT-PA CSA (NY Part) +366,229,266,Washington DC-MD-VA-WV CSA (VA Part) +366,230,162,San Francisco CA CSA +366,231,12,Chicago IL-IN-WI CSA (IL Part) +366,232,217,New York NY-NJ-CT-PA CSA (NJ Part) +366,233,232,Cleveland OH CSA +366,234,191,Louisville KY-IN CSA (KY Part) +366,235,223,New York NY-NJ-CT-PA CSA (NY Part) +366,236,191,Louisville KY-IN CSA (KY Part) +366,237,12,Chicago IL-IN-WI CSA (IL Part) +366,238,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +366,239,162,San Francisco CA CSA +366,240,159,Los Angeles CA CSA +366,241,12,Chicago IL-IN-WI CSA (IL Part) +366,242,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +366,243,12,Chicago IL-IN-WI CSA (IL Part) +366,244,12,Chicago IL-IN-WI CSA (IL Part) +366,245,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +366,246,223,New York NY-NJ-CT-PA CSA (NY Part) +366,247,266,Washington DC-MD-VA-WV CSA (VA Part) +366,248,232,Cleveland OH CSA +366,249,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +366,250,217,New York NY-NJ-CT-PA CSA (NJ Part) +366,251,231,Cincinnati OH-KY-IN CSA (OH Part) +366,252,12,Chicago IL-IN-WI CSA (IL Part) +366,253,223,New York NY-NJ-CT-PA CSA (NY Part) +366,254,255,Dallas-Fort Worth TX CSA +366,255,154,Alaska +366,256,154,Alaska +366,257,249,Memphis TN-MS-AR MSA (TN Part) +366,258,249,Memphis TN-MS-AR MSA (TN Part) +366,259,12,Chicago IL-IN-WI CSA (IL Part) +366,260,255,Dallas-Fort Worth TX CSA +366,261,159,Los Angeles CA CSA +366,262,162,San Francisco CA CSA +366,263,223,New York NY-NJ-CT-PA CSA (NY Part) +366,264,266,Washington DC-MD-VA-WV CSA (VA Part) +366,265,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +366,266,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +366,267,223,New York NY-NJ-CT-PA CSA (NY Part) +366,268,154,Alaska +366,269,154,Alaska +366,270,232,Cleveland OH CSA +366,271,12,Chicago IL-IN-WI CSA (IL Part) +366,272,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +366,273,154,Alaska +367,152,162,San Francisco CA CSA +367,153,257,Houston TX CSA +367,154,268,Seattle WA CSA +367,155,154,Alaska +367,156,162,San Francisco CA CSA +367,157,154,Alaska +367,158,159,Los Angeles CA CSA +367,159,154,Alaska +367,160,162,San Francisco CA CSA +367,161,268,Seattle WA CSA +367,162,162,San Francisco CA CSA +367,163,154,Alaska +367,164,179,Honolulu HI MSA +367,165,154,Alaska +367,166,223,New York NY-NJ-CT-PA CSA (NY Part) +367,167,154,Alaska +367,168,154,Alaska +367,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +367,170,223,New York NY-NJ-CT-PA CSA (NY Part) +367,171,12,Chicago IL-IN-WI CSA (IL Part) +367,172,268,Seattle WA CSA +367,173,268,Seattle WA CSA +367,174,159,Los Angeles CA CSA +367,175,159,Los Angeles CA CSA +367,176,12,Chicago IL-IN-WI CSA (IL Part) +367,177,176,Atlanta GA-AL CSA (GA Part) +367,178,255,Dallas-Fort Worth TX CSA +367,179,154,Alaska +367,180,159,Los Angeles CA CSA +367,181,162,San Francisco CA CSA +367,183,255,Dallas-Fort Worth TX CSA +367,184,159,Los Angeles CA CSA +367,185,154,Alaska +367,186,203,Detroit MI CSA +367,187,268,Seattle WA CSA +367,188,162,San Francisco CA CSA +367,189,164,Denver CO CSA +367,190,159,Los Angeles CA CSA +367,191,12,Chicago IL-IN-WI CSA (IL Part) +367,192,154,Alaska +367,193,159,Los Angeles CA CSA +367,194,191,Louisville KY-IN CSA (KY Part) +367,195,255,Dallas-Fort Worth TX CSA +367,196,154,Alaska +367,197,268,Seattle WA CSA +367,198,154,Alaska +367,199,223,New York NY-NJ-CT-PA CSA (NY Part) +367,200,223,New York NY-NJ-CT-PA CSA (NY Part) +367,201,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +367,202,154,Alaska +367,203,154,Alaska +367,204,232,Cleveland OH CSA +367,205,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +367,206,154,Alaska +367,207,154,Alaska +367,208,154,Alaska +367,209,154,Alaska +367,210,249,Memphis TN-MS-AR MSA (TN Part) +367,211,159,Los Angeles CA CSA +367,212,154,Alaska +367,213,154,Alaska +367,214,159,Los Angeles CA CSA +367,215,154,Alaska +367,216,268,Seattle WA CSA +367,217,154,Alaska +367,218,203,Detroit MI CSA +367,219,191,Louisville KY-IN CSA (KY Part) +367,220,154,Alaska +367,221,12,Chicago IL-IN-WI CSA (IL Part) +367,222,201,Boston MA-NH CSA (MA Part) +367,223,223,New York NY-NJ-CT-PA CSA (NY Part) +367,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +367,225,154,Alaska +367,226,223,New York NY-NJ-CT-PA CSA (NY Part) +367,227,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +367,228,249,Memphis TN-MS-AR MSA (TN Part) +367,229,249,Memphis TN-MS-AR MSA (TN Part) +367,230,268,Seattle WA CSA +367,231,12,Chicago IL-IN-WI CSA (IL Part) +367,232,154,Alaska +367,233,192,Remainder of Kentucky +367,234,12,Chicago IL-IN-WI CSA (IL Part) +367,235,12,Chicago IL-IN-WI CSA (IL Part) +367,236,255,Dallas-Fort Worth TX CSA +367,237,159,Los Angeles CA CSA +367,238,154,Alaska +367,239,268,Seattle WA CSA +367,240,162,San Francisco CA CSA +367,241,266,Washington DC-MD-VA-WV CSA (VA Part) +367,242,223,New York NY-NJ-CT-PA CSA (NY Part) +367,243,266,Washington DC-MD-VA-WV CSA (VA Part) +367,244,223,New York NY-NJ-CT-PA CSA (NY Part) +367,245,186,Indianapolis IN CSA +367,246,268,Seattle WA CSA +367,247,12,Chicago IL-IN-WI CSA (IL Part) +367,248,154,Alaska +367,249,162,San Francisco CA CSA +367,250,249,Memphis TN-MS-AR MSA (TN Part) +367,251,154,Alaska +367,252,162,San Francisco CA CSA +367,253,159,Los Angeles CA CSA +367,254,162,San Francisco CA CSA +367,255,154,Alaska +367,256,162,San Francisco CA CSA +367,257,195,New Orleans LA CSA +367,258,159,Los Angeles CA CSA +367,259,154,Alaska +367,260,154,Alaska +367,261,154,Alaska +367,262,154,Alaska +367,263,192,Remainder of Kentucky +367,264,223,New York NY-NJ-CT-PA CSA (NY Part) +367,265,12,Chicago IL-IN-WI CSA (IL Part) +367,266,266,Washington DC-MD-VA-WV CSA (VA Part) +367,267,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +367,268,159,Los Angeles CA CSA +367,269,159,Los Angeles CA CSA +367,270,266,Washington DC-MD-VA-WV CSA (VA Part) +367,271,217,New York NY-NJ-CT-PA CSA (NJ Part) +367,272,12,Chicago IL-IN-WI CSA (IL Part) +367,273,159,Los Angeles CA CSA +368,152,176,Atlanta GA-AL CSA (GA Part) +368,153,223,New York NY-NJ-CT-PA CSA (NY Part) +368,154,154,Alaska +368,155,154,Alaska +368,156,159,Los Angeles CA CSA +368,157,231,Cincinnati OH-KY-IN CSA (OH Part) +368,158,191,Louisville KY-IN CSA (KY Part) +368,159,154,Alaska +368,160,162,San Francisco CA CSA +368,161,159,Los Angeles CA CSA +368,162,154,Alaska +368,163,162,San Francisco CA CSA +368,164,203,Detroit MI CSA +368,165,203,Detroit MI CSA +368,166,223,New York NY-NJ-CT-PA CSA (NY Part) +368,167,223,New York NY-NJ-CT-PA CSA (NY Part) +368,168,223,New York NY-NJ-CT-PA CSA (NY Part) +368,169,266,Washington DC-MD-VA-WV CSA (VA Part) +368,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +368,171,232,Cleveland OH CSA +368,172,266,Washington DC-MD-VA-WV CSA (VA Part) +368,173,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +368,174,173,Orlando FL CSA +368,175,201,Boston MA-NH CSA (MA Part) +368,176,12,Chicago IL-IN-WI CSA (IL Part) +368,177,223,New York NY-NJ-CT-PA CSA (NY Part) +368,178,266,Washington DC-MD-VA-WV CSA (VA Part) +368,179,154,Alaska +368,180,154,Alaska +368,181,268,Seattle WA CSA +368,183,249,Memphis TN-MS-AR MSA (TN Part) +368,184,226,Charlotte NC-SC CSA (NC Part) +368,185,12,Chicago IL-IN-WI CSA (IL Part) +368,186,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +368,187,223,New York NY-NJ-CT-PA CSA (NY Part) +368,188,223,New York NY-NJ-CT-PA CSA (NY Part) +368,189,232,Cleveland OH CSA +368,190,217,New York NY-NJ-CT-PA CSA (NJ Part) +368,191,12,Chicago IL-IN-WI CSA (IL Part) +368,192,217,New York NY-NJ-CT-PA CSA (NJ Part) +368,193,201,Boston MA-NH CSA (MA Part) +368,194,223,New York NY-NJ-CT-PA CSA (NY Part) +368,195,201,Boston MA-NH CSA (MA Part) +368,196,223,New York NY-NJ-CT-PA CSA (NY Part) +368,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +368,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +368,199,223,New York NY-NJ-CT-PA CSA (NY Part) +368,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +368,201,223,New York NY-NJ-CT-PA CSA (NY Part) +368,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +368,203,217,New York NY-NJ-CT-PA CSA (NJ Part) +368,204,223,New York NY-NJ-CT-PA CSA (NY Part) +368,205,223,New York NY-NJ-CT-PA CSA (NY Part) +368,206,203,Detroit MI CSA +368,207,12,Chicago IL-IN-WI CSA (IL Part) +368,208,12,Chicago IL-IN-WI CSA (IL Part) +368,209,266,Washington DC-MD-VA-WV CSA (VA Part) +368,210,12,Chicago IL-IN-WI CSA (IL Part) +368,211,12,Chicago IL-IN-WI CSA (IL Part) +368,212,12,Chicago IL-IN-WI CSA (IL Part) +368,213,232,Cleveland OH CSA +368,214,154,Alaska +368,215,159,Los Angeles CA CSA +368,216,223,New York NY-NJ-CT-PA CSA (NY Part) +368,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +368,218,223,New York NY-NJ-CT-PA CSA (NY Part) +368,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +368,220,249,Memphis TN-MS-AR MSA (TN Part) +368,221,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +368,222,223,New York NY-NJ-CT-PA CSA (NY Part) +368,223,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +368,224,223,New York NY-NJ-CT-PA CSA (NY Part) +368,225,223,New York NY-NJ-CT-PA CSA (NY Part) +368,226,266,Washington DC-MD-VA-WV CSA (VA Part) +368,227,203,Detroit MI CSA +368,228,223,New York NY-NJ-CT-PA CSA (NY Part) +368,229,217,New York NY-NJ-CT-PA CSA (NJ Part) +368,230,12,Chicago IL-IN-WI CSA (IL Part) +368,231,223,New York NY-NJ-CT-PA CSA (NY Part) +368,232,223,New York NY-NJ-CT-PA CSA (NY Part) +368,233,223,New York NY-NJ-CT-PA CSA (NY Part) +368,234,231,Cincinnati OH-KY-IN CSA (OH Part) +368,235,223,New York NY-NJ-CT-PA CSA (NY Part) +368,236,249,Memphis TN-MS-AR MSA (TN Part) +368,237,223,New York NY-NJ-CT-PA CSA (NY Part) +368,238,203,Detroit MI CSA +368,239,154,Alaska +368,240,12,Chicago IL-IN-WI CSA (IL Part) +368,241,201,Boston MA-NH CSA (MA Part) +368,242,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +368,243,223,New York NY-NJ-CT-PA CSA (NY Part) +368,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +368,245,201,Boston MA-NH CSA (MA Part) +368,246,12,Chicago IL-IN-WI CSA (IL Part) +368,247,217,New York NY-NJ-CT-PA CSA (NJ Part) +368,248,12,Chicago IL-IN-WI CSA (IL Part) +368,249,223,New York NY-NJ-CT-PA CSA (NY Part) +368,250,266,Washington DC-MD-VA-WV CSA (VA Part) +368,251,12,Chicago IL-IN-WI CSA (IL Part) +368,252,266,Washington DC-MD-VA-WV CSA (VA Part) +368,253,201,Boston MA-NH CSA (MA Part) +368,254,176,Atlanta GA-AL CSA (GA Part) +368,255,12,Chicago IL-IN-WI CSA (IL Part) +368,256,176,Atlanta GA-AL CSA (GA Part) +368,257,191,Louisville KY-IN CSA (KY Part) +368,258,257,Houston TX CSA +368,259,12,Chicago IL-IN-WI CSA (IL Part) +368,260,232,Cleveland OH CSA +368,261,162,San Francisco CA CSA +368,262,164,Denver CO CSA +368,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +368,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +368,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +368,266,223,New York NY-NJ-CT-PA CSA (NY Part) +368,267,223,New York NY-NJ-CT-PA CSA (NY Part) +368,268,268,Seattle WA CSA +368,269,154,Alaska +368,270,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +368,271,203,Detroit MI CSA +368,272,223,New York NY-NJ-CT-PA CSA (NY Part) +368,273,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +369,152,223,New York NY-NJ-CT-PA CSA (NY Part) +369,153,266,Washington DC-MD-VA-WV CSA (VA Part) +369,154,154,Alaska +369,155,162,San Francisco CA CSA +369,156,223,New York NY-NJ-CT-PA CSA (NY Part) +369,157,203,Detroit MI CSA +369,158,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +369,159,217,New York NY-NJ-CT-PA CSA (NJ Part) +369,160,154,Alaska +369,161,159,Los Angeles CA CSA +369,162,159,Los Angeles CA CSA +369,163,159,Los Angeles CA CSA +369,164,12,Chicago IL-IN-WI CSA (IL Part) +369,165,249,Memphis TN-MS-AR MSA (TN Part) +369,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +369,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +369,168,223,New York NY-NJ-CT-PA CSA (NY Part) +369,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +369,170,223,New York NY-NJ-CT-PA CSA (NY Part) +369,171,223,New York NY-NJ-CT-PA CSA (NY Part) +369,172,172,Miami FL MSA +369,173,217,New York NY-NJ-CT-PA CSA (NJ Part) +369,174,172,Miami FL MSA +369,175,223,New York NY-NJ-CT-PA CSA (NY Part) +369,176,201,Boston MA-NH CSA (MA Part) +369,177,176,Atlanta GA-AL CSA (GA Part) +369,178,223,New York NY-NJ-CT-PA CSA (NY Part) +369,179,159,Los Angeles CA CSA +369,180,154,Alaska +369,181,154,Alaska +369,183,223,New York NY-NJ-CT-PA CSA (NY Part) +369,184,266,Washington DC-MD-VA-WV CSA (VA Part) +369,185,231,Cincinnati OH-KY-IN CSA (OH Part) +369,186,12,Chicago IL-IN-WI CSA (IL Part) +369,187,223,New York NY-NJ-CT-PA CSA (NY Part) +369,188,12,Chicago IL-IN-WI CSA (IL Part) +369,189,12,Chicago IL-IN-WI CSA (IL Part) +369,190,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +369,191,186,Indianapolis IN CSA +369,192,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +369,193,203,Detroit MI CSA +369,194,223,New York NY-NJ-CT-PA CSA (NY Part) +369,195,169,Delaware +369,196,169,Delaware +369,197,223,New York NY-NJ-CT-PA CSA (NY Part) +369,198,223,New York NY-NJ-CT-PA CSA (NY Part) +369,199,223,New York NY-NJ-CT-PA CSA (NY Part) +369,200,223,New York NY-NJ-CT-PA CSA (NY Part) +369,201,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +369,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +369,203,223,New York NY-NJ-CT-PA CSA (NY Part) +369,204,223,New York NY-NJ-CT-PA CSA (NY Part) +369,205,223,New York NY-NJ-CT-PA CSA (NY Part) +369,206,12,Chicago IL-IN-WI CSA (IL Part) +369,207,223,New York NY-NJ-CT-PA CSA (NY Part) +369,208,249,Memphis TN-MS-AR MSA (TN Part) +369,209,266,Washington DC-MD-VA-WV CSA (VA Part) +369,210,191,Louisville KY-IN CSA (KY Part) +369,211,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +369,212,12,Chicago IL-IN-WI CSA (IL Part) +369,213,12,Chicago IL-IN-WI CSA (IL Part) +369,214,162,San Francisco CA CSA +369,215,154,Alaska +369,216,223,New York NY-NJ-CT-PA CSA (NY Part) +369,217,223,New York NY-NJ-CT-PA CSA (NY Part) +369,218,223,New York NY-NJ-CT-PA CSA (NY Part) +369,219,223,New York NY-NJ-CT-PA CSA (NY Part) +369,220,223,New York NY-NJ-CT-PA CSA (NY Part) +369,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +369,222,192,Remainder of Kentucky +369,223,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +369,224,217,New York NY-NJ-CT-PA CSA (NJ Part) +369,225,223,New York NY-NJ-CT-PA CSA (NY Part) +369,226,12,Chicago IL-IN-WI CSA (IL Part) +369,227,223,New York NY-NJ-CT-PA CSA (NY Part) +369,228,223,New York NY-NJ-CT-PA CSA (NY Part) +369,229,223,New York NY-NJ-CT-PA CSA (NY Part) +369,230,12,Chicago IL-IN-WI CSA (IL Part) +369,231,217,New York NY-NJ-CT-PA CSA (NJ Part) +369,232,223,New York NY-NJ-CT-PA CSA (NY Part) +369,233,186,Indianapolis IN CSA +369,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +369,235,223,New York NY-NJ-CT-PA CSA (NY Part) +369,236,249,Memphis TN-MS-AR MSA (TN Part) +369,237,12,Chicago IL-IN-WI CSA (IL Part) +369,238,255,Dallas-Fort Worth TX CSA +369,239,154,Alaska +369,240,154,Alaska +369,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +369,242,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +369,243,266,Washington DC-MD-VA-WV CSA (VA Part) +369,244,223,New York NY-NJ-CT-PA CSA (NY Part) +369,245,201,Boston MA-NH CSA (MA Part) +369,246,203,Detroit MI CSA +369,247,223,New York NY-NJ-CT-PA CSA (NY Part) +369,248,231,Cincinnati OH-KY-IN CSA (OH Part) +369,249,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +369,250,217,New York NY-NJ-CT-PA CSA (NJ Part) +369,251,223,New York NY-NJ-CT-PA CSA (NY Part) +369,252,12,Chicago IL-IN-WI CSA (IL Part) +369,253,226,Charlotte NC-SC CSA (NC Part) +369,254,176,Atlanta GA-AL CSA (GA Part) +369,255,232,Cleveland OH CSA +369,256,12,Chicago IL-IN-WI CSA (IL Part) +369,257,266,Washington DC-MD-VA-WV CSA (VA Part) +369,258,201,Boston MA-NH CSA (MA Part) +369,259,192,Remainder of Kentucky +369,260,249,Memphis TN-MS-AR MSA (TN Part) +369,261,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +369,262,223,New York NY-NJ-CT-PA CSA (NY Part) +369,263,223,New York NY-NJ-CT-PA CSA (NY Part) +369,264,223,New York NY-NJ-CT-PA CSA (NY Part) +369,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +369,266,223,New York NY-NJ-CT-PA CSA (NY Part) +369,267,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +369,268,154,Alaska +369,269,223,New York NY-NJ-CT-PA CSA (NY Part) +369,270,223,New York NY-NJ-CT-PA CSA (NY Part) +369,271,12,Chicago IL-IN-WI CSA (IL Part) +369,272,203,Detroit MI CSA +369,273,223,New York NY-NJ-CT-PA CSA (NY Part) +370,152,232,Cleveland OH CSA +370,153,231,Cincinnati OH-KY-IN CSA (OH Part) +370,154,223,New York NY-NJ-CT-PA CSA (NY Part) +370,155,12,Chicago IL-IN-WI CSA (IL Part) +370,156,203,Detroit MI CSA +370,157,12,Chicago IL-IN-WI CSA (IL Part) +370,158,12,Chicago IL-IN-WI CSA (IL Part) +370,159,223,New York NY-NJ-CT-PA CSA (NY Part) +370,160,12,Chicago IL-IN-WI CSA (IL Part) +370,161,12,Chicago IL-IN-WI CSA (IL Part) +370,162,12,Chicago IL-IN-WI CSA (IL Part) +370,163,159,Los Angeles CA CSA +370,164,12,Chicago IL-IN-WI CSA (IL Part) +370,165,12,Chicago IL-IN-WI CSA (IL Part) +370,166,223,New York NY-NJ-CT-PA CSA (NY Part) +370,167,223,New York NY-NJ-CT-PA CSA (NY Part) +370,168,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +370,169,266,Washington DC-MD-VA-WV CSA (VA Part) +370,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +370,171,266,Washington DC-MD-VA-WV CSA (VA Part) +370,172,223,New York NY-NJ-CT-PA CSA (NY Part) +370,173,201,Boston MA-NH CSA (MA Part) +370,174,176,Atlanta GA-AL CSA (GA Part) +370,175,266,Washington DC-MD-VA-WV CSA (VA Part) +370,176,169,Delaware +370,177,217,New York NY-NJ-CT-PA CSA (NJ Part) +370,178,176,Atlanta GA-AL CSA (GA Part) +370,179,159,Los Angeles CA CSA +370,180,154,Alaska +370,181,223,New York NY-NJ-CT-PA CSA (NY Part) +370,183,12,Chicago IL-IN-WI CSA (IL Part) +370,184,223,New York NY-NJ-CT-PA CSA (NY Part) +370,185,12,Chicago IL-IN-WI CSA (IL Part) +370,186,223,New York NY-NJ-CT-PA CSA (NY Part) +370,187,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +370,188,231,Cincinnati OH-KY-IN CSA (OH Part) +370,189,217,New York NY-NJ-CT-PA CSA (NJ Part) +370,190,203,Detroit MI CSA +370,191,217,New York NY-NJ-CT-PA CSA (NJ Part) +370,192,169,Delaware +370,193,217,New York NY-NJ-CT-PA CSA (NJ Part) +370,194,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +370,195,217,New York NY-NJ-CT-PA CSA (NJ Part) +370,196,226,Charlotte NC-SC CSA (NC Part) +370,197,223,New York NY-NJ-CT-PA CSA (NY Part) +370,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +370,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +370,200,223,New York NY-NJ-CT-PA CSA (NY Part) +370,201,223,New York NY-NJ-CT-PA CSA (NY Part) +370,202,223,New York NY-NJ-CT-PA CSA (NY Part) +370,203,12,Chicago IL-IN-WI CSA (IL Part) +370,204,12,Chicago IL-IN-WI CSA (IL Part) +370,205,217,New York NY-NJ-CT-PA CSA (NJ Part) +370,206,223,New York NY-NJ-CT-PA CSA (NY Part) +370,207,223,New York NY-NJ-CT-PA CSA (NY Part) +370,208,203,Detroit MI CSA +370,209,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +370,210,191,Louisville KY-IN CSA (KY Part) +370,211,266,Washington DC-MD-VA-WV CSA (VA Part) +370,212,203,Detroit MI CSA +370,213,203,Detroit MI CSA +370,214,162,San Francisco CA CSA +370,215,162,San Francisco CA CSA +370,216,223,New York NY-NJ-CT-PA CSA (NY Part) +370,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +370,218,223,New York NY-NJ-CT-PA CSA (NY Part) +370,219,223,New York NY-NJ-CT-PA CSA (NY Part) +370,220,201,Boston MA-NH CSA (MA Part) +370,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +370,222,223,New York NY-NJ-CT-PA CSA (NY Part) +370,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +370,224,232,Cleveland OH CSA +370,225,223,New York NY-NJ-CT-PA CSA (NY Part) +370,226,223,New York NY-NJ-CT-PA CSA (NY Part) +370,227,223,New York NY-NJ-CT-PA CSA (NY Part) +370,228,223,New York NY-NJ-CT-PA CSA (NY Part) +370,229,223,New York NY-NJ-CT-PA CSA (NY Part) +370,230,12,Chicago IL-IN-WI CSA (IL Part) +370,231,223,New York NY-NJ-CT-PA CSA (NY Part) +370,232,217,New York NY-NJ-CT-PA CSA (NJ Part) +370,233,223,New York NY-NJ-CT-PA CSA (NY Part) +370,234,223,New York NY-NJ-CT-PA CSA (NY Part) +370,235,223,New York NY-NJ-CT-PA CSA (NY Part) +370,236,12,Chicago IL-IN-WI CSA (IL Part) +370,237,266,Washington DC-MD-VA-WV CSA (VA Part) +370,238,217,New York NY-NJ-CT-PA CSA (NJ Part) +370,239,223,New York NY-NJ-CT-PA CSA (NY Part) +370,240,12,Chicago IL-IN-WI CSA (IL Part) +370,241,223,New York NY-NJ-CT-PA CSA (NY Part) +370,242,223,New York NY-NJ-CT-PA CSA (NY Part) +370,243,232,Cleveland OH CSA +370,244,223,New York NY-NJ-CT-PA CSA (NY Part) +370,245,201,Boston MA-NH CSA (MA Part) +370,246,232,Cleveland OH CSA +370,247,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +370,248,12,Chicago IL-IN-WI CSA (IL Part) +370,249,249,Memphis TN-MS-AR MSA (TN Part) +370,250,203,Detroit MI CSA +370,251,223,New York NY-NJ-CT-PA CSA (NY Part) +370,252,223,New York NY-NJ-CT-PA CSA (NY Part) +370,253,223,New York NY-NJ-CT-PA CSA (NY Part) +370,254,223,New York NY-NJ-CT-PA CSA (NY Part) +370,255,176,Atlanta GA-AL CSA (GA Part) +370,256,217,New York NY-NJ-CT-PA CSA (NJ Part) +370,257,266,Washington DC-MD-VA-WV CSA (VA Part) +370,258,192,Remainder of Kentucky +370,259,217,New York NY-NJ-CT-PA CSA (NJ Part) +370,260,176,Atlanta GA-AL CSA (GA Part) +370,261,12,Chicago IL-IN-WI CSA (IL Part) +370,262,217,New York NY-NJ-CT-PA CSA (NJ Part) +370,263,223,New York NY-NJ-CT-PA CSA (NY Part) +370,264,266,Washington DC-MD-VA-WV CSA (VA Part) +370,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +370,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +370,267,223,New York NY-NJ-CT-PA CSA (NY Part) +370,268,12,Chicago IL-IN-WI CSA (IL Part) +370,269,203,Detroit MI CSA +370,270,223,New York NY-NJ-CT-PA CSA (NY Part) +370,271,223,New York NY-NJ-CT-PA CSA (NY Part) +370,272,12,Chicago IL-IN-WI CSA (IL Part) +370,273,12,Chicago IL-IN-WI CSA (IL Part) +371,152,153,Remainder of Alabama +371,153,232,Cleveland OH CSA +371,154,268,Seattle WA CSA +371,155,186,Indianapolis IN CSA +371,156,176,Atlanta GA-AL CSA (GA Part) +371,157,232,Cleveland OH CSA +371,158,266,Washington DC-MD-VA-WV CSA (VA Part) +371,159,201,Boston MA-NH CSA (MA Part) +371,160,12,Chicago IL-IN-WI CSA (IL Part) +371,161,266,Washington DC-MD-VA-WV CSA (VA Part) +371,162,154,Alaska +371,163,159,Los Angeles CA CSA +371,164,217,New York NY-NJ-CT-PA CSA (NJ Part) +371,165,223,New York NY-NJ-CT-PA CSA (NY Part) +371,166,223,New York NY-NJ-CT-PA CSA (NY Part) +371,167,223,New York NY-NJ-CT-PA CSA (NY Part) +371,168,223,New York NY-NJ-CT-PA CSA (NY Part) +371,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +371,170,266,Washington DC-MD-VA-WV CSA (VA Part) +371,171,245,Charleston SC MSA +371,172,266,Washington DC-MD-VA-WV CSA (VA Part) +371,173,217,New York NY-NJ-CT-PA CSA (NJ Part) +371,174,226,Charlotte NC-SC CSA (NC Part) +371,175,176,Atlanta GA-AL CSA (GA Part) +371,176,266,Washington DC-MD-VA-WV CSA (VA Part) +371,177,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +371,178,231,Cincinnati OH-KY-IN CSA (OH Part) +371,179,154,Alaska +371,180,162,San Francisco CA CSA +371,181,154,Alaska +371,183,266,Washington DC-MD-VA-WV CSA (VA Part) +371,184,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +371,185,186,Indianapolis IN CSA +371,186,266,Washington DC-MD-VA-WV CSA (VA Part) +371,187,266,Washington DC-MD-VA-WV CSA (VA Part) +371,188,192,Remainder of Kentucky +371,189,223,New York NY-NJ-CT-PA CSA (NY Part) +371,190,217,New York NY-NJ-CT-PA CSA (NJ Part) +371,191,223,New York NY-NJ-CT-PA CSA (NY Part) +371,192,201,Boston MA-NH CSA (MA Part) +371,193,195,New Orleans LA CSA +371,194,249,Memphis TN-MS-AR MSA (TN Part) +371,195,186,Indianapolis IN CSA +371,196,12,Chicago IL-IN-WI CSA (IL Part) +371,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +371,198,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +371,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +371,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +371,201,223,New York NY-NJ-CT-PA CSA (NY Part) +371,202,266,Washington DC-MD-VA-WV CSA (VA Part) +371,203,217,New York NY-NJ-CT-PA CSA (NJ Part) +371,204,12,Chicago IL-IN-WI CSA (IL Part) +371,205,223,New York NY-NJ-CT-PA CSA (NY Part) +371,206,203,Detroit MI CSA +371,207,12,Chicago IL-IN-WI CSA (IL Part) +371,208,266,Washington DC-MD-VA-WV CSA (VA Part) +371,209,217,New York NY-NJ-CT-PA CSA (NJ Part) +371,210,186,Indianapolis IN CSA +371,211,232,Cleveland OH CSA +371,212,201,Boston MA-NH CSA (MA Part) +371,213,191,Louisville KY-IN CSA (KY Part) +371,214,12,Chicago IL-IN-WI CSA (IL Part) +371,215,201,Boston MA-NH CSA (MA Part) +371,216,232,Cleveland OH CSA +371,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +371,218,223,New York NY-NJ-CT-PA CSA (NY Part) +371,219,223,New York NY-NJ-CT-PA CSA (NY Part) +371,220,223,New York NY-NJ-CT-PA CSA (NY Part) +371,221,223,New York NY-NJ-CT-PA CSA (NY Part) +371,222,223,New York NY-NJ-CT-PA CSA (NY Part) +371,223,223,New York NY-NJ-CT-PA CSA (NY Part) +371,224,223,New York NY-NJ-CT-PA CSA (NY Part) +371,225,223,New York NY-NJ-CT-PA CSA (NY Part) +371,226,223,New York NY-NJ-CT-PA CSA (NY Part) +371,227,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +371,228,223,New York NY-NJ-CT-PA CSA (NY Part) +371,229,223,New York NY-NJ-CT-PA CSA (NY Part) +371,230,223,New York NY-NJ-CT-PA CSA (NY Part) +371,231,203,Detroit MI CSA +371,232,203,Detroit MI CSA +371,233,203,Detroit MI CSA +371,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +371,235,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +371,236,217,New York NY-NJ-CT-PA CSA (NJ Part) +371,237,203,Detroit MI CSA +371,238,223,New York NY-NJ-CT-PA CSA (NY Part) +371,239,217,New York NY-NJ-CT-PA CSA (NJ Part) +371,240,12,Chicago IL-IN-WI CSA (IL Part) +371,241,223,New York NY-NJ-CT-PA CSA (NY Part) +371,242,203,Detroit MI CSA +371,243,223,New York NY-NJ-CT-PA CSA (NY Part) +371,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +371,245,176,Atlanta GA-AL CSA (GA Part) +371,246,217,New York NY-NJ-CT-PA CSA (NJ Part) +371,247,217,New York NY-NJ-CT-PA CSA (NJ Part) +371,248,223,New York NY-NJ-CT-PA CSA (NY Part) +371,249,223,New York NY-NJ-CT-PA CSA (NY Part) +371,250,12,Chicago IL-IN-WI CSA (IL Part) +371,251,223,New York NY-NJ-CT-PA CSA (NY Part) +371,252,217,New York NY-NJ-CT-PA CSA (NJ Part) +371,253,217,New York NY-NJ-CT-PA CSA (NJ Part) +371,254,255,Dallas-Fort Worth TX CSA +371,255,249,Memphis TN-MS-AR MSA (TN Part) +371,256,232,Cleveland OH CSA +371,257,176,Atlanta GA-AL CSA (GA Part) +371,258,223,New York NY-NJ-CT-PA CSA (NY Part) +371,259,223,New York NY-NJ-CT-PA CSA (NY Part) +371,260,223,New York NY-NJ-CT-PA CSA (NY Part) +371,261,12,Chicago IL-IN-WI CSA (IL Part) +371,262,217,New York NY-NJ-CT-PA CSA (NJ Part) +371,263,223,New York NY-NJ-CT-PA CSA (NY Part) +371,264,223,New York NY-NJ-CT-PA CSA (NY Part) +371,265,223,New York NY-NJ-CT-PA CSA (NY Part) +371,266,201,Boston MA-NH CSA (MA Part) +371,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +371,268,154,Alaska +371,269,268,Seattle WA CSA +371,270,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +371,271,12,Chicago IL-IN-WI CSA (IL Part) +371,272,217,New York NY-NJ-CT-PA CSA (NJ Part) +371,273,12,Chicago IL-IN-WI CSA (IL Part) +372,152,217,New York NY-NJ-CT-PA CSA (NJ Part) +372,153,176,Atlanta GA-AL CSA (GA Part) +372,154,268,Seattle WA CSA +372,155,223,New York NY-NJ-CT-PA CSA (NY Part) +372,156,266,Washington DC-MD-VA-WV CSA (VA Part) +372,157,191,Louisville KY-IN CSA (KY Part) +372,158,12,Chicago IL-IN-WI CSA (IL Part) +372,159,249,Memphis TN-MS-AR MSA (TN Part) +372,160,164,Denver CO CSA +372,161,159,Los Angeles CA CSA +372,162,162,San Francisco CA CSA +372,163,232,Cleveland OH CSA +372,164,12,Chicago IL-IN-WI CSA (IL Part) +372,165,217,New York NY-NJ-CT-PA CSA (NJ Part) +372,166,223,New York NY-NJ-CT-PA CSA (NY Part) +372,167,223,New York NY-NJ-CT-PA CSA (NY Part) +372,168,201,Boston MA-NH CSA (MA Part) +372,169,223,New York NY-NJ-CT-PA CSA (NY Part) +372,170,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +372,171,223,New York NY-NJ-CT-PA CSA (NY Part) +372,172,176,Atlanta GA-AL CSA (GA Part) +372,173,266,Washington DC-MD-VA-WV CSA (VA Part) +372,174,223,New York NY-NJ-CT-PA CSA (NY Part) +372,175,223,New York NY-NJ-CT-PA CSA (NY Part) +372,176,231,Cincinnati OH-KY-IN CSA (OH Part) +372,177,266,Washington DC-MD-VA-WV CSA (VA Part) +372,178,223,New York NY-NJ-CT-PA CSA (NY Part) +372,179,223,New York NY-NJ-CT-PA CSA (NY Part) +372,180,179,Honolulu HI MSA +372,181,223,New York NY-NJ-CT-PA CSA (NY Part) +372,183,217,New York NY-NJ-CT-PA CSA (NJ Part) +372,184,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +372,185,12,Chicago IL-IN-WI CSA (IL Part) +372,186,12,Chicago IL-IN-WI CSA (IL Part) +372,187,201,Boston MA-NH CSA (MA Part) +372,188,12,Chicago IL-IN-WI CSA (IL Part) +372,189,12,Chicago IL-IN-WI CSA (IL Part) +372,190,249,Memphis TN-MS-AR MSA (TN Part) +372,191,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +372,192,223,New York NY-NJ-CT-PA CSA (NY Part) +372,193,266,Washington DC-MD-VA-WV CSA (VA Part) +372,194,217,New York NY-NJ-CT-PA CSA (NJ Part) +372,195,232,Cleveland OH CSA +372,196,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +372,197,223,New York NY-NJ-CT-PA CSA (NY Part) +372,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +372,199,201,Boston MA-NH CSA (MA Part) +372,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +372,201,223,New York NY-NJ-CT-PA CSA (NY Part) +372,202,223,New York NY-NJ-CT-PA CSA (NY Part) +372,203,223,New York NY-NJ-CT-PA CSA (NY Part) +372,204,201,Boston MA-NH CSA (MA Part) +372,205,223,New York NY-NJ-CT-PA CSA (NY Part) +372,206,223,New York NY-NJ-CT-PA CSA (NY Part) +372,207,217,New York NY-NJ-CT-PA CSA (NJ Part) +372,208,12,Chicago IL-IN-WI CSA (IL Part) +372,209,12,Chicago IL-IN-WI CSA (IL Part) +372,210,217,New York NY-NJ-CT-PA CSA (NJ Part) +372,211,12,Chicago IL-IN-WI CSA (IL Part) +372,212,12,Chicago IL-IN-WI CSA (IL Part) +372,213,201,Boston MA-NH CSA (MA Part) +372,214,232,Cleveland OH CSA +372,215,191,Louisville KY-IN CSA (KY Part) +372,216,223,New York NY-NJ-CT-PA CSA (NY Part) +372,217,223,New York NY-NJ-CT-PA CSA (NY Part) +372,218,201,Boston MA-NH CSA (MA Part) +372,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +372,220,249,Memphis TN-MS-AR MSA (TN Part) +372,221,223,New York NY-NJ-CT-PA CSA (NY Part) +372,222,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +372,223,223,New York NY-NJ-CT-PA CSA (NY Part) +372,224,223,New York NY-NJ-CT-PA CSA (NY Part) +372,225,223,New York NY-NJ-CT-PA CSA (NY Part) +372,226,223,New York NY-NJ-CT-PA CSA (NY Part) +372,227,223,New York NY-NJ-CT-PA CSA (NY Part) +372,228,217,New York NY-NJ-CT-PA CSA (NJ Part) +372,229,266,Washington DC-MD-VA-WV CSA (VA Part) +372,230,12,Chicago IL-IN-WI CSA (IL Part) +372,231,12,Chicago IL-IN-WI CSA (IL Part) +372,232,266,Washington DC-MD-VA-WV CSA (VA Part) +372,233,201,Boston MA-NH CSA (MA Part) +372,234,223,New York NY-NJ-CT-PA CSA (NY Part) +372,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +372,236,249,Memphis TN-MS-AR MSA (TN Part) +372,237,12,Chicago IL-IN-WI CSA (IL Part) +372,238,232,Cleveland OH CSA +372,239,12,Chicago IL-IN-WI CSA (IL Part) +372,240,12,Chicago IL-IN-WI CSA (IL Part) +372,241,223,New York NY-NJ-CT-PA CSA (NY Part) +372,242,223,New York NY-NJ-CT-PA CSA (NY Part) +372,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +372,244,223,New York NY-NJ-CT-PA CSA (NY Part) +372,245,176,Atlanta GA-AL CSA (GA Part) +372,246,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +372,247,223,New York NY-NJ-CT-PA CSA (NY Part) +372,248,223,New York NY-NJ-CT-PA CSA (NY Part) +372,249,169,Delaware +372,250,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +372,251,223,New York NY-NJ-CT-PA CSA (NY Part) +372,252,257,Houston TX CSA +372,253,266,Washington DC-MD-VA-WV CSA (VA Part) +372,254,176,Atlanta GA-AL CSA (GA Part) +372,255,223,New York NY-NJ-CT-PA CSA (NY Part) +372,256,191,Louisville KY-IN CSA (KY Part) +372,257,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +372,258,12,Chicago IL-IN-WI CSA (IL Part) +372,259,12,Chicago IL-IN-WI CSA (IL Part) +372,260,266,Washington DC-MD-VA-WV CSA (VA Part) +372,261,223,New York NY-NJ-CT-PA CSA (NY Part) +372,262,223,New York NY-NJ-CT-PA CSA (NY Part) +372,263,223,New York NY-NJ-CT-PA CSA (NY Part) +372,264,223,New York NY-NJ-CT-PA CSA (NY Part) +372,265,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +372,266,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +372,267,223,New York NY-NJ-CT-PA CSA (NY Part) +372,268,268,Seattle WA CSA +372,269,268,Seattle WA CSA +372,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +372,271,223,New York NY-NJ-CT-PA CSA (NY Part) +372,272,223,New York NY-NJ-CT-PA CSA (NY Part) +372,273,223,New York NY-NJ-CT-PA CSA (NY Part) +373,152,176,Atlanta GA-AL CSA (GA Part) +373,153,172,Miami FL MSA +373,154,191,Louisville KY-IN CSA (KY Part) +373,155,172,Miami FL MSA +373,156,172,Miami FL MSA +373,157,195,New Orleans LA CSA +373,158,172,Miami FL MSA +373,159,255,Dallas-Fort Worth TX CSA +373,160,162,San Francisco CA CSA +373,161,257,Houston TX CSA +373,162,162,San Francisco CA CSA +373,163,159,Los Angeles CA CSA +373,164,172,Miami FL MSA +373,165,172,Miami FL MSA +373,166,223,New York NY-NJ-CT-PA CSA (NY Part) +373,167,223,New York NY-NJ-CT-PA CSA (NY Part) +373,168,172,Miami FL MSA +373,169,266,Washington DC-MD-VA-WV CSA (VA Part) +373,170,172,Miami FL MSA +373,171,172,Miami FL MSA +373,172,172,Miami FL MSA +373,173,172,Miami FL MSA +373,174,172,Miami FL MSA +373,175,172,Miami FL MSA +373,176,172,Miami FL MSA +373,177,172,Miami FL MSA +373,178,172,Miami FL MSA +373,179,172,Miami FL MSA +373,180,159,Los Angeles CA CSA +373,181,249,Memphis TN-MS-AR MSA (TN Part) +373,183,249,Memphis TN-MS-AR MSA (TN Part) +373,184,172,Miami FL MSA +373,185,245,Charleston SC MSA +373,186,191,Louisville KY-IN CSA (KY Part) +373,187,172,Miami FL MSA +373,188,172,Miami FL MSA +373,189,249,Memphis TN-MS-AR MSA (TN Part) +373,190,176,Atlanta GA-AL CSA (GA Part) +373,191,176,Atlanta GA-AL CSA (GA Part) +373,192,176,Atlanta GA-AL CSA (GA Part) +373,193,172,Miami FL MSA +373,194,173,Orlando FL CSA +373,195,257,Houston TX CSA +373,196,257,Houston TX CSA +373,197,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +373,198,172,Miami FL MSA +373,199,172,Miami FL MSA +373,200,172,Miami FL MSA +373,201,223,New York NY-NJ-CT-PA CSA (NY Part) +373,202,172,Miami FL MSA +373,203,172,Miami FL MSA +373,204,191,Louisville KY-IN CSA (KY Part) +373,205,172,Miami FL MSA +373,206,249,Memphis TN-MS-AR MSA (TN Part) +373,207,12,Chicago IL-IN-WI CSA (IL Part) +373,208,195,New Orleans LA CSA +373,209,172,Miami FL MSA +373,210,176,Atlanta GA-AL CSA (GA Part) +373,211,176,Atlanta GA-AL CSA (GA Part) +373,212,176,Atlanta GA-AL CSA (GA Part) +373,213,172,Miami FL MSA +373,214,176,Atlanta GA-AL CSA (GA Part) +373,215,255,Dallas-Fort Worth TX CSA +373,216,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +373,217,172,Miami FL MSA +373,218,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +373,219,172,Miami FL MSA +373,220,172,Miami FL MSA +373,221,223,New York NY-NJ-CT-PA CSA (NY Part) +373,222,223,New York NY-NJ-CT-PA CSA (NY Part) +373,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +373,224,266,Washington DC-MD-VA-WV CSA (VA Part) +373,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +373,226,172,Miami FL MSA +373,227,172,Miami FL MSA +373,228,176,Atlanta GA-AL CSA (GA Part) +373,229,172,Miami FL MSA +373,230,172,Miami FL MSA +373,231,226,Charlotte NC-SC CSA (NC Part) +373,232,173,Orlando FL CSA +373,233,176,Atlanta GA-AL CSA (GA Part) +373,234,245,Charleston SC MSA +373,235,172,Miami FL MSA +373,236,257,Houston TX CSA +373,237,172,Miami FL MSA +373,238,172,Miami FL MSA +373,239,255,Dallas-Fort Worth TX CSA +373,240,172,Miami FL MSA +373,241,266,Washington DC-MD-VA-WV CSA (VA Part) +373,242,172,Miami FL MSA +373,243,172,Miami FL MSA +373,244,266,Washington DC-MD-VA-WV CSA (VA Part) +373,245,245,Charleston SC MSA +373,246,172,Miami FL MSA +373,247,176,Atlanta GA-AL CSA (GA Part) +373,248,172,Miami FL MSA +373,249,176,Atlanta GA-AL CSA (GA Part) +373,250,226,Charlotte NC-SC CSA (NC Part) +373,251,172,Miami FL MSA +373,252,172,Miami FL MSA +373,253,172,Miami FL MSA +373,254,172,Miami FL MSA +373,255,172,Miami FL MSA +373,256,172,Miami FL MSA +373,257,172,Miami FL MSA +373,258,172,Miami FL MSA +373,259,172,Miami FL MSA +373,260,172,Miami FL MSA +373,261,257,Houston TX CSA +373,262,255,Dallas-Fort Worth TX CSA +373,263,223,New York NY-NJ-CT-PA CSA (NY Part) +373,264,245,Charleston SC MSA +373,265,172,Miami FL MSA +373,266,172,Miami FL MSA +373,267,172,Miami FL MSA +373,268,176,Atlanta GA-AL CSA (GA Part) +373,269,153,Remainder of Alabama +373,270,172,Miami FL MSA +373,271,191,Louisville KY-IN CSA (KY Part) +373,272,172,Miami FL MSA +373,273,172,Miami FL MSA +374,152,176,Atlanta GA-AL CSA (GA Part) +374,153,12,Chicago IL-IN-WI CSA (IL Part) +374,154,154,Alaska +374,155,154,Alaska +374,156,154,Alaska +374,157,159,Los Angeles CA CSA +374,158,154,Alaska +374,159,268,Seattle WA CSA +374,160,159,Los Angeles CA CSA +374,161,159,Los Angeles CA CSA +374,162,159,Los Angeles CA CSA +374,163,154,Alaska +374,164,268,Seattle WA CSA +374,165,162,San Francisco CA CSA +374,166,201,Boston MA-NH CSA (MA Part) +374,167,223,New York NY-NJ-CT-PA CSA (NY Part) +374,168,223,New York NY-NJ-CT-PA CSA (NY Part) +374,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +374,170,12,Chicago IL-IN-WI CSA (IL Part) +374,171,268,Seattle WA CSA +374,172,249,Memphis TN-MS-AR MSA (TN Part) +374,173,203,Detroit MI CSA +374,174,176,Atlanta GA-AL CSA (GA Part) +374,175,12,Chicago IL-IN-WI CSA (IL Part) +374,176,154,Alaska +374,177,176,Atlanta GA-AL CSA (GA Part) +374,178,232,Cleveland OH CSA +374,179,154,Alaska +374,180,162,San Francisco CA CSA +374,181,268,Seattle WA CSA +374,183,12,Chicago IL-IN-WI CSA (IL Part) +374,184,154,Alaska +374,185,12,Chicago IL-IN-WI CSA (IL Part) +374,186,154,Alaska +374,187,154,Alaska +374,188,154,Alaska +374,189,162,San Francisco CA CSA +374,190,154,Alaska +374,191,154,Alaska +374,192,154,Alaska +374,193,255,Dallas-Fort Worth TX CSA +374,194,154,Alaska +374,195,12,Chicago IL-IN-WI CSA (IL Part) +374,196,12,Chicago IL-IN-WI CSA (IL Part) +374,197,223,New York NY-NJ-CT-PA CSA (NY Part) +374,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +374,199,201,Boston MA-NH CSA (MA Part) +374,200,154,Alaska +374,201,154,Alaska +374,202,154,Alaska +374,203,268,Seattle WA CSA +374,204,154,Alaska +374,205,12,Chicago IL-IN-WI CSA (IL Part) +374,206,154,Alaska +374,207,154,Alaska +374,208,154,Alaska +374,209,186,Indianapolis IN CSA +374,210,154,Alaska +374,211,268,Seattle WA CSA +374,212,159,Los Angeles CA CSA +374,213,154,Alaska +374,214,159,Los Angeles CA CSA +374,215,162,San Francisco CA CSA +374,216,154,Alaska +374,217,266,Washington DC-MD-VA-WV CSA (VA Part) +374,218,154,Alaska +374,219,12,Chicago IL-IN-WI CSA (IL Part) +374,220,154,Alaska +374,221,154,Alaska +374,222,203,Detroit MI CSA +374,223,223,New York NY-NJ-CT-PA CSA (NY Part) +374,224,223,New York NY-NJ-CT-PA CSA (NY Part) +374,225,232,Cleveland OH CSA +374,226,268,Seattle WA CSA +374,227,223,New York NY-NJ-CT-PA CSA (NY Part) +374,228,12,Chicago IL-IN-WI CSA (IL Part) +374,229,154,Alaska +374,230,268,Seattle WA CSA +374,231,203,Detroit MI CSA +374,232,231,Cincinnati OH-KY-IN CSA (OH Part) +374,233,154,Alaska +374,234,154,Alaska +374,235,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +374,236,162,San Francisco CA CSA +374,237,154,Alaska +374,238,154,Alaska +374,239,162,San Francisco CA CSA +374,240,154,Alaska +374,241,266,Washington DC-MD-VA-WV CSA (VA Part) +374,242,154,Alaska +374,243,203,Detroit MI CSA +374,244,186,Indianapolis IN CSA +374,245,12,Chicago IL-IN-WI CSA (IL Part) +374,246,232,Cleveland OH CSA +374,247,186,Indianapolis IN CSA +374,248,154,Alaska +374,249,12,Chicago IL-IN-WI CSA (IL Part) +374,250,12,Chicago IL-IN-WI CSA (IL Part) +374,251,12,Chicago IL-IN-WI CSA (IL Part) +374,252,159,Los Angeles CA CSA +374,253,162,San Francisco CA CSA +374,254,154,Alaska +374,255,162,San Francisco CA CSA +374,256,268,Seattle WA CSA +374,257,154,Alaska +374,258,255,Dallas-Fort Worth TX CSA +374,259,159,Los Angeles CA CSA +374,260,154,Alaska +374,261,268,Seattle WA CSA +374,262,159,Los Angeles CA CSA +374,263,154,Alaska +374,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +374,265,201,Boston MA-NH CSA (MA Part) +374,266,266,Washington DC-MD-VA-WV CSA (VA Part) +374,267,154,Alaska +374,268,159,Los Angeles CA CSA +374,269,154,Alaska +374,270,12,Chicago IL-IN-WI CSA (IL Part) +374,271,154,Alaska +374,272,203,Detroit MI CSA +374,273,162,San Francisco CA CSA +375,152,249,Memphis TN-MS-AR MSA (TN Part) +375,153,232,Cleveland OH CSA +375,154,154,Alaska +375,155,192,Remainder of Kentucky +375,156,249,Memphis TN-MS-AR MSA (TN Part) +375,157,223,New York NY-NJ-CT-PA CSA (NY Part) +375,158,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +375,159,192,Remainder of Kentucky +375,160,12,Chicago IL-IN-WI CSA (IL Part) +375,161,217,New York NY-NJ-CT-PA CSA (NJ Part) +375,162,159,Los Angeles CA CSA +375,163,268,Seattle WA CSA +375,164,191,Louisville KY-IN CSA (KY Part) +375,165,223,New York NY-NJ-CT-PA CSA (NY Part) +375,166,169,Delaware +375,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +375,168,223,New York NY-NJ-CT-PA CSA (NY Part) +375,169,223,New York NY-NJ-CT-PA CSA (NY Part) +375,170,223,New York NY-NJ-CT-PA CSA (NY Part) +375,171,245,Charleston SC MSA +375,172,172,Miami FL MSA +375,173,201,Boston MA-NH CSA (MA Part) +375,174,223,New York NY-NJ-CT-PA CSA (NY Part) +375,175,223,New York NY-NJ-CT-PA CSA (NY Part) +375,176,169,Delaware +375,177,203,Detroit MI CSA +375,178,176,Atlanta GA-AL CSA (GA Part) +375,179,162,San Francisco CA CSA +375,180,154,Alaska +375,181,217,New York NY-NJ-CT-PA CSA (NJ Part) +375,183,223,New York NY-NJ-CT-PA CSA (NY Part) +375,184,223,New York NY-NJ-CT-PA CSA (NY Part) +375,185,12,Chicago IL-IN-WI CSA (IL Part) +375,186,191,Louisville KY-IN CSA (KY Part) +375,187,169,Delaware +375,188,223,New York NY-NJ-CT-PA CSA (NY Part) +375,189,203,Detroit MI CSA +375,190,223,New York NY-NJ-CT-PA CSA (NY Part) +375,191,201,Boston MA-NH CSA (MA Part) +375,192,223,New York NY-NJ-CT-PA CSA (NY Part) +375,193,203,Detroit MI CSA +375,194,255,Dallas-Fort Worth TX CSA +375,195,249,Memphis TN-MS-AR MSA (TN Part) +375,196,223,New York NY-NJ-CT-PA CSA (NY Part) +375,197,223,New York NY-NJ-CT-PA CSA (NY Part) +375,198,223,New York NY-NJ-CT-PA CSA (NY Part) +375,199,266,Washington DC-MD-VA-WV CSA (VA Part) +375,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +375,201,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +375,202,223,New York NY-NJ-CT-PA CSA (NY Part) +375,203,223,New York NY-NJ-CT-PA CSA (NY Part) +375,204,12,Chicago IL-IN-WI CSA (IL Part) +375,205,266,Washington DC-MD-VA-WV CSA (VA Part) +375,206,12,Chicago IL-IN-WI CSA (IL Part) +375,207,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +375,208,249,Memphis TN-MS-AR MSA (TN Part) +375,209,223,New York NY-NJ-CT-PA CSA (NY Part) +375,210,223,New York NY-NJ-CT-PA CSA (NY Part) +375,211,12,Chicago IL-IN-WI CSA (IL Part) +375,212,268,Seattle WA CSA +375,213,223,New York NY-NJ-CT-PA CSA (NY Part) +375,214,12,Chicago IL-IN-WI CSA (IL Part) +375,215,12,Chicago IL-IN-WI CSA (IL Part) +375,216,169,Delaware +375,217,232,Cleveland OH CSA +375,218,223,New York NY-NJ-CT-PA CSA (NY Part) +375,219,201,Boston MA-NH CSA (MA Part) +375,220,217,New York NY-NJ-CT-PA CSA (NJ Part) +375,221,223,New York NY-NJ-CT-PA CSA (NY Part) +375,222,266,Washington DC-MD-VA-WV CSA (VA Part) +375,223,223,New York NY-NJ-CT-PA CSA (NY Part) +375,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +375,225,223,New York NY-NJ-CT-PA CSA (NY Part) +375,226,12,Chicago IL-IN-WI CSA (IL Part) +375,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +375,228,217,New York NY-NJ-CT-PA CSA (NJ Part) +375,229,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +375,230,223,New York NY-NJ-CT-PA CSA (NY Part) +375,231,266,Washington DC-MD-VA-WV CSA (VA Part) +375,232,232,Cleveland OH CSA +375,233,266,Washington DC-MD-VA-WV CSA (VA Part) +375,234,12,Chicago IL-IN-WI CSA (IL Part) +375,235,12,Chicago IL-IN-WI CSA (IL Part) +375,236,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +375,237,249,Memphis TN-MS-AR MSA (TN Part) +375,238,12,Chicago IL-IN-WI CSA (IL Part) +375,239,164,Denver CO CSA +375,240,154,Alaska +375,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +375,242,217,New York NY-NJ-CT-PA CSA (NJ Part) +375,243,223,New York NY-NJ-CT-PA CSA (NY Part) +375,244,223,New York NY-NJ-CT-PA CSA (NY Part) +375,245,192,Remainder of Kentucky +375,246,232,Cleveland OH CSA +375,247,201,Boston MA-NH CSA (MA Part) +375,248,223,New York NY-NJ-CT-PA CSA (NY Part) +375,249,217,New York NY-NJ-CT-PA CSA (NJ Part) +375,250,217,New York NY-NJ-CT-PA CSA (NJ Part) +375,251,201,Boston MA-NH CSA (MA Part) +375,252,176,Atlanta GA-AL CSA (GA Part) +375,253,12,Chicago IL-IN-WI CSA (IL Part) +375,254,186,Indianapolis IN CSA +375,255,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +375,256,176,Atlanta GA-AL CSA (GA Part) +375,257,12,Chicago IL-IN-WI CSA (IL Part) +375,258,223,New York NY-NJ-CT-PA CSA (NY Part) +375,259,223,New York NY-NJ-CT-PA CSA (NY Part) +375,260,195,New Orleans LA CSA +375,261,266,Washington DC-MD-VA-WV CSA (VA Part) +375,262,249,Memphis TN-MS-AR MSA (TN Part) +375,263,203,Detroit MI CSA +375,264,232,Cleveland OH CSA +375,265,223,New York NY-NJ-CT-PA CSA (NY Part) +375,266,223,New York NY-NJ-CT-PA CSA (NY Part) +375,267,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +375,268,154,Alaska +375,269,217,New York NY-NJ-CT-PA CSA (NJ Part) +375,270,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +375,271,203,Detroit MI CSA +375,272,223,New York NY-NJ-CT-PA CSA (NY Part) +375,273,223,New York NY-NJ-CT-PA CSA (NY Part) +376,152,191,Louisville KY-IN CSA (KY Part) +376,153,176,Atlanta GA-AL CSA (GA Part) +376,154,268,Seattle WA CSA +376,155,12,Chicago IL-IN-WI CSA (IL Part) +376,156,12,Chicago IL-IN-WI CSA (IL Part) +376,157,159,Los Angeles CA CSA +376,158,255,Dallas-Fort Worth TX CSA +376,159,12,Chicago IL-IN-WI CSA (IL Part) +376,160,162,San Francisco CA CSA +376,161,159,Los Angeles CA CSA +376,162,159,Los Angeles CA CSA +376,163,154,Alaska +376,164,255,Dallas-Fort Worth TX CSA +376,165,164,Denver CO CSA +376,166,223,New York NY-NJ-CT-PA CSA (NY Part) +376,167,223,New York NY-NJ-CT-PA CSA (NY Part) +376,168,232,Cleveland OH CSA +376,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +376,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +376,171,223,New York NY-NJ-CT-PA CSA (NY Part) +376,172,201,Boston MA-NH CSA (MA Part) +376,173,192,Remainder of Kentucky +376,174,217,New York NY-NJ-CT-PA CSA (NJ Part) +376,175,217,New York NY-NJ-CT-PA CSA (NJ Part) +376,176,266,Washington DC-MD-VA-WV CSA (VA Part) +376,177,203,Detroit MI CSA +376,178,191,Louisville KY-IN CSA (KY Part) +376,179,154,Alaska +376,180,154,Alaska +376,181,154,Alaska +376,183,186,Indianapolis IN CSA +376,184,232,Cleveland OH CSA +376,185,12,Chicago IL-IN-WI CSA (IL Part) +376,186,232,Cleveland OH CSA +376,187,232,Cleveland OH CSA +376,188,12,Chicago IL-IN-WI CSA (IL Part) +376,189,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +376,190,12,Chicago IL-IN-WI CSA (IL Part) +376,191,203,Detroit MI CSA +376,192,232,Cleveland OH CSA +376,193,231,Cincinnati OH-KY-IN CSA (OH Part) +376,194,203,Detroit MI CSA +376,195,203,Detroit MI CSA +376,196,249,Memphis TN-MS-AR MSA (TN Part) +376,197,223,New York NY-NJ-CT-PA CSA (NY Part) +376,198,223,New York NY-NJ-CT-PA CSA (NY Part) +376,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +376,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +376,201,223,New York NY-NJ-CT-PA CSA (NY Part) +376,202,223,New York NY-NJ-CT-PA CSA (NY Part) +376,203,223,New York NY-NJ-CT-PA CSA (NY Part) +376,204,223,New York NY-NJ-CT-PA CSA (NY Part) +376,205,12,Chicago IL-IN-WI CSA (IL Part) +376,206,12,Chicago IL-IN-WI CSA (IL Part) +376,207,232,Cleveland OH CSA +376,208,249,Memphis TN-MS-AR MSA (TN Part) +376,209,169,Delaware +376,210,12,Chicago IL-IN-WI CSA (IL Part) +376,211,12,Chicago IL-IN-WI CSA (IL Part) +376,212,12,Chicago IL-IN-WI CSA (IL Part) +376,213,12,Chicago IL-IN-WI CSA (IL Part) +376,214,154,Alaska +376,215,159,Los Angeles CA CSA +376,216,223,New York NY-NJ-CT-PA CSA (NY Part) +376,217,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +376,218,223,New York NY-NJ-CT-PA CSA (NY Part) +376,219,223,New York NY-NJ-CT-PA CSA (NY Part) +376,220,268,Seattle WA CSA +376,221,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +376,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +376,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +376,224,223,New York NY-NJ-CT-PA CSA (NY Part) +376,225,201,Boston MA-NH CSA (MA Part) +376,226,223,New York NY-NJ-CT-PA CSA (NY Part) +376,227,232,Cleveland OH CSA +376,228,266,Washington DC-MD-VA-WV CSA (VA Part) +376,229,266,Washington DC-MD-VA-WV CSA (VA Part) +376,230,12,Chicago IL-IN-WI CSA (IL Part) +376,231,12,Chicago IL-IN-WI CSA (IL Part) +376,232,266,Washington DC-MD-VA-WV CSA (VA Part) +376,233,12,Chicago IL-IN-WI CSA (IL Part) +376,234,12,Chicago IL-IN-WI CSA (IL Part) +376,235,231,Cincinnati OH-KY-IN CSA (OH Part) +376,236,203,Detroit MI CSA +376,237,12,Chicago IL-IN-WI CSA (IL Part) +376,238,191,Louisville KY-IN CSA (KY Part) +376,239,154,Alaska +376,240,12,Chicago IL-IN-WI CSA (IL Part) +376,241,223,New York NY-NJ-CT-PA CSA (NY Part) +376,242,223,New York NY-NJ-CT-PA CSA (NY Part) +376,243,223,New York NY-NJ-CT-PA CSA (NY Part) +376,244,223,New York NY-NJ-CT-PA CSA (NY Part) +376,245,232,Cleveland OH CSA +376,246,191,Louisville KY-IN CSA (KY Part) +376,247,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +376,248,249,Memphis TN-MS-AR MSA (TN Part) +376,249,249,Memphis TN-MS-AR MSA (TN Part) +376,250,153,Remainder of Alabama +376,251,12,Chicago IL-IN-WI CSA (IL Part) +376,252,12,Chicago IL-IN-WI CSA (IL Part) +376,253,12,Chicago IL-IN-WI CSA (IL Part) +376,254,186,Indianapolis IN CSA +376,255,232,Cleveland OH CSA +376,256,231,Cincinnati OH-KY-IN CSA (OH Part) +376,257,255,Dallas-Fort Worth TX CSA +376,258,223,New York NY-NJ-CT-PA CSA (NY Part) +376,259,249,Memphis TN-MS-AR MSA (TN Part) +376,260,191,Louisville KY-IN CSA (KY Part) +376,261,268,Seattle WA CSA +376,262,154,Alaska +376,263,266,Washington DC-MD-VA-WV CSA (VA Part) +376,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +376,265,266,Washington DC-MD-VA-WV CSA (VA Part) +376,266,223,New York NY-NJ-CT-PA CSA (NY Part) +376,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +376,268,268,Seattle WA CSA +376,269,154,Alaska +376,270,266,Washington DC-MD-VA-WV CSA (VA Part) +376,271,12,Chicago IL-IN-WI CSA (IL Part) +376,272,232,Cleveland OH CSA +376,273,154,Alaska +377,152,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +377,153,223,New York NY-NJ-CT-PA CSA (NY Part) +377,154,201,Boston MA-NH CSA (MA Part) +377,155,186,Indianapolis IN CSA +377,156,153,Remainder of Alabama +377,157,12,Chicago IL-IN-WI CSA (IL Part) +377,158,186,Indianapolis IN CSA +377,159,217,New York NY-NJ-CT-PA CSA (NJ Part) +377,160,268,Seattle WA CSA +377,161,255,Dallas-Fort Worth TX CSA +377,162,223,New York NY-NJ-CT-PA CSA (NY Part) +377,163,12,Chicago IL-IN-WI CSA (IL Part) +377,164,201,Boston MA-NH CSA (MA Part) +377,165,223,New York NY-NJ-CT-PA CSA (NY Part) +377,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +377,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +377,168,223,New York NY-NJ-CT-PA CSA (NY Part) +377,169,232,Cleveland OH CSA +377,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +377,171,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +377,172,176,Atlanta GA-AL CSA (GA Part) +377,173,172,Miami FL MSA +377,174,172,Miami FL MSA +377,175,153,Remainder of Alabama +377,176,223,New York NY-NJ-CT-PA CSA (NY Part) +377,177,223,New York NY-NJ-CT-PA CSA (NY Part) +377,178,245,Charleston SC MSA +377,179,192,Remainder of Kentucky +377,180,154,Alaska +377,181,12,Chicago IL-IN-WI CSA (IL Part) +377,183,223,New York NY-NJ-CT-PA CSA (NY Part) +377,184,232,Cleveland OH CSA +377,185,12,Chicago IL-IN-WI CSA (IL Part) +377,186,201,Boston MA-NH CSA (MA Part) +377,187,201,Boston MA-NH CSA (MA Part) +377,188,203,Detroit MI CSA +377,189,226,Charlotte NC-SC CSA (NC Part) +377,190,201,Boston MA-NH CSA (MA Part) +377,191,217,New York NY-NJ-CT-PA CSA (NJ Part) +377,192,266,Washington DC-MD-VA-WV CSA (VA Part) +377,193,217,New York NY-NJ-CT-PA CSA (NJ Part) +377,194,201,Boston MA-NH CSA (MA Part) +377,195,176,Atlanta GA-AL CSA (GA Part) +377,196,217,New York NY-NJ-CT-PA CSA (NJ Part) +377,197,223,New York NY-NJ-CT-PA CSA (NY Part) +377,198,169,Delaware +377,199,223,New York NY-NJ-CT-PA CSA (NY Part) +377,200,223,New York NY-NJ-CT-PA CSA (NY Part) +377,201,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +377,202,223,New York NY-NJ-CT-PA CSA (NY Part) +377,203,12,Chicago IL-IN-WI CSA (IL Part) +377,204,266,Washington DC-MD-VA-WV CSA (VA Part) +377,205,223,New York NY-NJ-CT-PA CSA (NY Part) +377,206,217,New York NY-NJ-CT-PA CSA (NJ Part) +377,207,223,New York NY-NJ-CT-PA CSA (NY Part) +377,208,223,New York NY-NJ-CT-PA CSA (NY Part) +377,209,12,Chicago IL-IN-WI CSA (IL Part) +377,210,232,Cleveland OH CSA +377,211,12,Chicago IL-IN-WI CSA (IL Part) +377,212,12,Chicago IL-IN-WI CSA (IL Part) +377,213,217,New York NY-NJ-CT-PA CSA (NJ Part) +377,214,217,New York NY-NJ-CT-PA CSA (NJ Part) +377,215,223,New York NY-NJ-CT-PA CSA (NY Part) +377,216,201,Boston MA-NH CSA (MA Part) +377,217,223,New York NY-NJ-CT-PA CSA (NY Part) +377,218,223,New York NY-NJ-CT-PA CSA (NY Part) +377,219,223,New York NY-NJ-CT-PA CSA (NY Part) +377,220,249,Memphis TN-MS-AR MSA (TN Part) +377,221,223,New York NY-NJ-CT-PA CSA (NY Part) +377,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +377,223,223,New York NY-NJ-CT-PA CSA (NY Part) +377,224,217,New York NY-NJ-CT-PA CSA (NJ Part) +377,225,223,New York NY-NJ-CT-PA CSA (NY Part) +377,226,223,New York NY-NJ-CT-PA CSA (NY Part) +377,227,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +377,228,266,Washington DC-MD-VA-WV CSA (VA Part) +377,229,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +377,230,223,New York NY-NJ-CT-PA CSA (NY Part) +377,231,191,Louisville KY-IN CSA (KY Part) +377,232,223,New York NY-NJ-CT-PA CSA (NY Part) +377,233,223,New York NY-NJ-CT-PA CSA (NY Part) +377,234,223,New York NY-NJ-CT-PA CSA (NY Part) +377,235,223,New York NY-NJ-CT-PA CSA (NY Part) +377,236,223,New York NY-NJ-CT-PA CSA (NY Part) +377,237,217,New York NY-NJ-CT-PA CSA (NJ Part) +377,238,172,Miami FL MSA +377,239,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +377,240,162,San Francisco CA CSA +377,241,223,New York NY-NJ-CT-PA CSA (NY Part) +377,242,266,Washington DC-MD-VA-WV CSA (VA Part) +377,243,223,New York NY-NJ-CT-PA CSA (NY Part) +377,244,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +377,245,217,New York NY-NJ-CT-PA CSA (NJ Part) +377,246,266,Washington DC-MD-VA-WV CSA (VA Part) +377,247,223,New York NY-NJ-CT-PA CSA (NY Part) +377,248,266,Washington DC-MD-VA-WV CSA (VA Part) +377,249,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +377,250,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +377,251,217,New York NY-NJ-CT-PA CSA (NJ Part) +377,252,223,New York NY-NJ-CT-PA CSA (NY Part) +377,253,176,Atlanta GA-AL CSA (GA Part) +377,254,223,New York NY-NJ-CT-PA CSA (NY Part) +377,255,223,New York NY-NJ-CT-PA CSA (NY Part) +377,256,12,Chicago IL-IN-WI CSA (IL Part) +377,257,191,Louisville KY-IN CSA (KY Part) +377,258,245,Charleston SC MSA +377,259,249,Memphis TN-MS-AR MSA (TN Part) +377,260,226,Charlotte NC-SC CSA (NC Part) +377,261,223,New York NY-NJ-CT-PA CSA (NY Part) +377,262,223,New York NY-NJ-CT-PA CSA (NY Part) +377,263,223,New York NY-NJ-CT-PA CSA (NY Part) +377,264,266,Washington DC-MD-VA-WV CSA (VA Part) +377,265,223,New York NY-NJ-CT-PA CSA (NY Part) +377,266,223,New York NY-NJ-CT-PA CSA (NY Part) +377,267,223,New York NY-NJ-CT-PA CSA (NY Part) +377,268,154,Alaska +377,269,217,New York NY-NJ-CT-PA CSA (NJ Part) +377,270,266,Washington DC-MD-VA-WV CSA (VA Part) +377,271,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +377,272,223,New York NY-NJ-CT-PA CSA (NY Part) +377,273,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +378,152,172,Miami FL MSA +378,153,172,Miami FL MSA +378,154,266,Washington DC-MD-VA-WV CSA (VA Part) +378,155,172,Miami FL MSA +378,156,176,Atlanta GA-AL CSA (GA Part) +378,157,255,Dallas-Fort Worth TX CSA +378,158,266,Washington DC-MD-VA-WV CSA (VA Part) +378,159,159,Los Angeles CA CSA +378,160,249,Memphis TN-MS-AR MSA (TN Part) +378,161,257,Houston TX CSA +378,162,232,Cleveland OH CSA +378,163,257,Houston TX CSA +378,164,255,Dallas-Fort Worth TX CSA +378,165,176,Atlanta GA-AL CSA (GA Part) +378,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +378,167,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +378,168,223,New York NY-NJ-CT-PA CSA (NY Part) +378,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +378,170,223,New York NY-NJ-CT-PA CSA (NY Part) +378,171,176,Atlanta GA-AL CSA (GA Part) +378,172,172,Miami FL MSA +378,173,172,Miami FL MSA +378,174,172,Miami FL MSA +378,175,245,Charleston SC MSA +378,176,245,Charleston SC MSA +378,177,172,Miami FL MSA +378,178,172,Miami FL MSA +378,179,153,Remainder of Alabama +378,180,195,New Orleans LA CSA +378,181,176,Atlanta GA-AL CSA (GA Part) +378,183,245,Charleston SC MSA +378,184,176,Atlanta GA-AL CSA (GA Part) +378,185,266,Washington DC-MD-VA-WV CSA (VA Part) +378,186,231,Cincinnati OH-KY-IN CSA (OH Part) +378,187,217,New York NY-NJ-CT-PA CSA (NJ Part) +378,188,203,Detroit MI CSA +378,189,172,Miami FL MSA +378,190,245,Charleston SC MSA +378,191,266,Washington DC-MD-VA-WV CSA (VA Part) +378,192,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +378,193,172,Miami FL MSA +378,194,172,Miami FL MSA +378,195,172,Miami FL MSA +378,196,172,Miami FL MSA +378,197,223,New York NY-NJ-CT-PA CSA (NY Part) +378,198,223,New York NY-NJ-CT-PA CSA (NY Part) +378,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +378,200,223,New York NY-NJ-CT-PA CSA (NY Part) +378,201,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +378,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +378,203,223,New York NY-NJ-CT-PA CSA (NY Part) +378,204,12,Chicago IL-IN-WI CSA (IL Part) +378,205,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +378,206,266,Washington DC-MD-VA-WV CSA (VA Part) +378,207,266,Washington DC-MD-VA-WV CSA (VA Part) +378,208,172,Miami FL MSA +378,209,12,Chicago IL-IN-WI CSA (IL Part) +378,210,226,Charlotte NC-SC CSA (NC Part) +378,211,153,Remainder of Alabama +378,212,176,Atlanta GA-AL CSA (GA Part) +378,213,245,Charleston SC MSA +378,214,255,Dallas-Fort Worth TX CSA +378,215,172,Miami FL MSA +378,216,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +378,217,223,New York NY-NJ-CT-PA CSA (NY Part) +378,218,223,New York NY-NJ-CT-PA CSA (NY Part) +378,219,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +378,220,266,Washington DC-MD-VA-WV CSA (VA Part) +378,221,223,New York NY-NJ-CT-PA CSA (NY Part) +378,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +378,223,266,Washington DC-MD-VA-WV CSA (VA Part) +378,224,223,New York NY-NJ-CT-PA CSA (NY Part) +378,225,223,New York NY-NJ-CT-PA CSA (NY Part) +378,226,172,Miami FL MSA +378,227,172,Miami FL MSA +378,228,172,Miami FL MSA +378,229,173,Orlando FL CSA +378,230,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +378,231,217,New York NY-NJ-CT-PA CSA (NJ Part) +378,232,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +378,233,266,Washington DC-MD-VA-WV CSA (VA Part) +378,234,191,Louisville KY-IN CSA (KY Part) +378,235,223,New York NY-NJ-CT-PA CSA (NY Part) +378,236,226,Charlotte NC-SC CSA (NC Part) +378,237,172,Miami FL MSA +378,238,257,Houston TX CSA +378,239,191,Louisville KY-IN CSA (KY Part) +378,240,255,Dallas-Fort Worth TX CSA +378,241,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +378,242,266,Washington DC-MD-VA-WV CSA (VA Part) +378,243,223,New York NY-NJ-CT-PA CSA (NY Part) +378,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +378,245,172,Miami FL MSA +378,246,266,Washington DC-MD-VA-WV CSA (VA Part) +378,247,176,Atlanta GA-AL CSA (GA Part) +378,248,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +378,249,249,Memphis TN-MS-AR MSA (TN Part) +378,250,172,Miami FL MSA +378,251,172,Miami FL MSA +378,252,226,Charlotte NC-SC CSA (NC Part) +378,253,257,Houston TX CSA +378,254,172,Miami FL MSA +378,255,173,Orlando FL CSA +378,256,172,Miami FL MSA +378,257,176,Atlanta GA-AL CSA (GA Part) +378,258,172,Miami FL MSA +378,259,257,Houston TX CSA +378,260,176,Atlanta GA-AL CSA (GA Part) +378,261,249,Memphis TN-MS-AR MSA (TN Part) +378,262,176,Atlanta GA-AL CSA (GA Part) +378,263,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +378,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +378,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +378,266,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +378,267,266,Washington DC-MD-VA-WV CSA (VA Part) +378,268,164,Denver CO CSA +378,269,12,Chicago IL-IN-WI CSA (IL Part) +378,270,245,Charleston SC MSA +378,271,266,Washington DC-MD-VA-WV CSA (VA Part) +378,272,245,Charleston SC MSA +378,273,172,Miami FL MSA +379,152,203,Detroit MI CSA +379,153,191,Louisville KY-IN CSA (KY Part) +379,154,217,New York NY-NJ-CT-PA CSA (NJ Part) +379,155,268,Seattle WA CSA +379,156,203,Detroit MI CSA +379,157,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +379,158,223,New York NY-NJ-CT-PA CSA (NY Part) +379,159,159,Los Angeles CA CSA +379,160,159,Los Angeles CA CSA +379,161,162,San Francisco CA CSA +379,162,162,San Francisco CA CSA +379,163,162,San Francisco CA CSA +379,164,217,New York NY-NJ-CT-PA CSA (NJ Part) +379,165,12,Chicago IL-IN-WI CSA (IL Part) +379,166,223,New York NY-NJ-CT-PA CSA (NY Part) +379,167,223,New York NY-NJ-CT-PA CSA (NY Part) +379,168,223,New York NY-NJ-CT-PA CSA (NY Part) +379,169,266,Washington DC-MD-VA-WV CSA (VA Part) +379,170,201,Boston MA-NH CSA (MA Part) +379,171,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +379,172,223,New York NY-NJ-CT-PA CSA (NY Part) +379,173,223,New York NY-NJ-CT-PA CSA (NY Part) +379,174,232,Cleveland OH CSA +379,175,223,New York NY-NJ-CT-PA CSA (NY Part) +379,176,245,Charleston SC MSA +379,177,223,New York NY-NJ-CT-PA CSA (NY Part) +379,178,217,New York NY-NJ-CT-PA CSA (NJ Part) +379,179,154,Alaska +379,180,179,Honolulu HI MSA +379,181,154,Alaska +379,183,12,Chicago IL-IN-WI CSA (IL Part) +379,184,186,Indianapolis IN CSA +379,185,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +379,186,223,New York NY-NJ-CT-PA CSA (NY Part) +379,187,192,Remainder of Kentucky +379,188,12,Chicago IL-IN-WI CSA (IL Part) +379,189,223,New York NY-NJ-CT-PA CSA (NY Part) +379,190,232,Cleveland OH CSA +379,191,201,Boston MA-NH CSA (MA Part) +379,192,191,Louisville KY-IN CSA (KY Part) +379,193,12,Chicago IL-IN-WI CSA (IL Part) +379,194,249,Memphis TN-MS-AR MSA (TN Part) +379,195,153,Remainder of Alabama +379,196,12,Chicago IL-IN-WI CSA (IL Part) +379,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +379,198,223,New York NY-NJ-CT-PA CSA (NY Part) +379,199,266,Washington DC-MD-VA-WV CSA (VA Part) +379,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +379,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +379,202,223,New York NY-NJ-CT-PA CSA (NY Part) +379,203,191,Louisville KY-IN CSA (KY Part) +379,204,266,Washington DC-MD-VA-WV CSA (VA Part) +379,205,232,Cleveland OH CSA +379,206,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +379,207,12,Chicago IL-IN-WI CSA (IL Part) +379,208,217,New York NY-NJ-CT-PA CSA (NJ Part) +379,209,223,New York NY-NJ-CT-PA CSA (NY Part) +379,210,223,New York NY-NJ-CT-PA CSA (NY Part) +379,211,12,Chicago IL-IN-WI CSA (IL Part) +379,212,154,Alaska +379,213,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +379,214,223,New York NY-NJ-CT-PA CSA (NY Part) +379,215,162,San Francisco CA CSA +379,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +379,217,223,New York NY-NJ-CT-PA CSA (NY Part) +379,218,223,New York NY-NJ-CT-PA CSA (NY Part) +379,219,223,New York NY-NJ-CT-PA CSA (NY Part) +379,220,12,Chicago IL-IN-WI CSA (IL Part) +379,221,223,New York NY-NJ-CT-PA CSA (NY Part) +379,222,223,New York NY-NJ-CT-PA CSA (NY Part) +379,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +379,224,223,New York NY-NJ-CT-PA CSA (NY Part) +379,225,223,New York NY-NJ-CT-PA CSA (NY Part) +379,226,217,New York NY-NJ-CT-PA CSA (NJ Part) +379,227,223,New York NY-NJ-CT-PA CSA (NY Part) +379,228,201,Boston MA-NH CSA (MA Part) +379,229,217,New York NY-NJ-CT-PA CSA (NJ Part) +379,230,12,Chicago IL-IN-WI CSA (IL Part) +379,231,232,Cleveland OH CSA +379,232,232,Cleveland OH CSA +379,233,169,Delaware +379,234,12,Chicago IL-IN-WI CSA (IL Part) +379,235,223,New York NY-NJ-CT-PA CSA (NY Part) +379,236,266,Washington DC-MD-VA-WV CSA (VA Part) +379,237,266,Washington DC-MD-VA-WV CSA (VA Part) +379,238,266,Washington DC-MD-VA-WV CSA (VA Part) +379,239,154,Alaska +379,240,154,Alaska +379,241,223,New York NY-NJ-CT-PA CSA (NY Part) +379,242,223,New York NY-NJ-CT-PA CSA (NY Part) +379,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +379,244,223,New York NY-NJ-CT-PA CSA (NY Part) +379,245,223,New York NY-NJ-CT-PA CSA (NY Part) +379,246,223,New York NY-NJ-CT-PA CSA (NY Part) +379,247,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +379,248,12,Chicago IL-IN-WI CSA (IL Part) +379,249,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +379,250,249,Memphis TN-MS-AR MSA (TN Part) +379,251,217,New York NY-NJ-CT-PA CSA (NJ Part) +379,252,257,Houston TX CSA +379,253,192,Remainder of Kentucky +379,254,266,Washington DC-MD-VA-WV CSA (VA Part) +379,255,12,Chicago IL-IN-WI CSA (IL Part) +379,256,12,Chicago IL-IN-WI CSA (IL Part) +379,257,12,Chicago IL-IN-WI CSA (IL Part) +379,258,223,New York NY-NJ-CT-PA CSA (NY Part) +379,259,266,Washington DC-MD-VA-WV CSA (VA Part) +379,260,12,Chicago IL-IN-WI CSA (IL Part) +379,261,154,Alaska +379,262,12,Chicago IL-IN-WI CSA (IL Part) +379,263,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +379,264,201,Boston MA-NH CSA (MA Part) +379,265,223,New York NY-NJ-CT-PA CSA (NY Part) +379,266,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +379,267,223,New York NY-NJ-CT-PA CSA (NY Part) +379,268,154,Alaska +379,269,154,Alaska +379,270,223,New York NY-NJ-CT-PA CSA (NY Part) +379,271,203,Detroit MI CSA +379,272,203,Detroit MI CSA +379,273,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +380,152,176,Atlanta GA-AL CSA (GA Part) +380,153,223,New York NY-NJ-CT-PA CSA (NY Part) +380,154,159,Los Angeles CA CSA +380,155,162,San Francisco CA CSA +380,156,154,Alaska +380,157,159,Los Angeles CA CSA +380,158,203,Detroit MI CSA +380,159,162,San Francisco CA CSA +380,160,162,San Francisco CA CSA +380,161,268,Seattle WA CSA +380,162,159,Los Angeles CA CSA +380,163,154,Alaska +380,164,186,Indianapolis IN CSA +380,165,12,Chicago IL-IN-WI CSA (IL Part) +380,166,201,Boston MA-NH CSA (MA Part) +380,167,223,New York NY-NJ-CT-PA CSA (NY Part) +380,168,223,New York NY-NJ-CT-PA CSA (NY Part) +380,169,223,New York NY-NJ-CT-PA CSA (NY Part) +380,170,266,Washington DC-MD-VA-WV CSA (VA Part) +380,171,217,New York NY-NJ-CT-PA CSA (NJ Part) +380,172,226,Charlotte NC-SC CSA (NC Part) +380,173,223,New York NY-NJ-CT-PA CSA (NY Part) +380,174,217,New York NY-NJ-CT-PA CSA (NJ Part) +380,175,217,New York NY-NJ-CT-PA CSA (NJ Part) +380,176,223,New York NY-NJ-CT-PA CSA (NY Part) +380,177,266,Washington DC-MD-VA-WV CSA (VA Part) +380,178,223,New York NY-NJ-CT-PA CSA (NY Part) +380,179,154,Alaska +380,180,179,Honolulu HI MSA +380,181,162,San Francisco CA CSA +380,183,249,Memphis TN-MS-AR MSA (TN Part) +380,184,223,New York NY-NJ-CT-PA CSA (NY Part) +380,185,12,Chicago IL-IN-WI CSA (IL Part) +380,186,203,Detroit MI CSA +380,187,223,New York NY-NJ-CT-PA CSA (NY Part) +380,188,12,Chicago IL-IN-WI CSA (IL Part) +380,189,232,Cleveland OH CSA +380,190,12,Chicago IL-IN-WI CSA (IL Part) +380,191,217,New York NY-NJ-CT-PA CSA (NJ Part) +380,192,266,Washington DC-MD-VA-WV CSA (VA Part) +380,193,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +380,194,12,Chicago IL-IN-WI CSA (IL Part) +380,195,232,Cleveland OH CSA +380,196,223,New York NY-NJ-CT-PA CSA (NY Part) +380,197,223,New York NY-NJ-CT-PA CSA (NY Part) +380,198,266,Washington DC-MD-VA-WV CSA (VA Part) +380,199,201,Boston MA-NH CSA (MA Part) +380,200,12,Chicago IL-IN-WI CSA (IL Part) +380,201,223,New York NY-NJ-CT-PA CSA (NY Part) +380,202,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +380,203,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +380,204,12,Chicago IL-IN-WI CSA (IL Part) +380,205,12,Chicago IL-IN-WI CSA (IL Part) +380,206,154,Alaska +380,207,268,Seattle WA CSA +380,208,223,New York NY-NJ-CT-PA CSA (NY Part) +380,209,191,Louisville KY-IN CSA (KY Part) +380,210,12,Chicago IL-IN-WI CSA (IL Part) +380,211,12,Chicago IL-IN-WI CSA (IL Part) +380,212,154,Alaska +380,213,12,Chicago IL-IN-WI CSA (IL Part) +380,214,268,Seattle WA CSA +380,215,159,Los Angeles CA CSA +380,216,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +380,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +380,218,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +380,219,266,Washington DC-MD-VA-WV CSA (VA Part) +380,220,249,Memphis TN-MS-AR MSA (TN Part) +380,221,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +380,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +380,223,223,New York NY-NJ-CT-PA CSA (NY Part) +380,224,223,New York NY-NJ-CT-PA CSA (NY Part) +380,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +380,226,191,Louisville KY-IN CSA (KY Part) +380,227,223,New York NY-NJ-CT-PA CSA (NY Part) +380,228,217,New York NY-NJ-CT-PA CSA (NJ Part) +380,229,203,Detroit MI CSA +380,230,154,Alaska +380,231,223,New York NY-NJ-CT-PA CSA (NY Part) +380,232,266,Washington DC-MD-VA-WV CSA (VA Part) +380,233,12,Chicago IL-IN-WI CSA (IL Part) +380,234,12,Chicago IL-IN-WI CSA (IL Part) +380,235,12,Chicago IL-IN-WI CSA (IL Part) +380,236,12,Chicago IL-IN-WI CSA (IL Part) +380,237,186,Indianapolis IN CSA +380,238,12,Chicago IL-IN-WI CSA (IL Part) +380,239,154,Alaska +380,240,159,Los Angeles CA CSA +380,241,203,Detroit MI CSA +380,242,223,New York NY-NJ-CT-PA CSA (NY Part) +380,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +380,244,232,Cleveland OH CSA +380,245,266,Washington DC-MD-VA-WV CSA (VA Part) +380,246,223,New York NY-NJ-CT-PA CSA (NY Part) +380,247,217,New York NY-NJ-CT-PA CSA (NJ Part) +380,248,203,Detroit MI CSA +380,249,249,Memphis TN-MS-AR MSA (TN Part) +380,250,249,Memphis TN-MS-AR MSA (TN Part) +380,251,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +380,252,217,New York NY-NJ-CT-PA CSA (NJ Part) +380,253,203,Detroit MI CSA +380,254,249,Memphis TN-MS-AR MSA (TN Part) +380,255,232,Cleveland OH CSA +380,256,159,Los Angeles CA CSA +380,257,249,Memphis TN-MS-AR MSA (TN Part) +380,258,12,Chicago IL-IN-WI CSA (IL Part) +380,259,12,Chicago IL-IN-WI CSA (IL Part) +380,260,255,Dallas-Fort Worth TX CSA +380,261,159,Los Angeles CA CSA +380,262,154,Alaska +380,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +380,264,266,Washington DC-MD-VA-WV CSA (VA Part) +380,265,232,Cleveland OH CSA +380,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +380,267,223,New York NY-NJ-CT-PA CSA (NY Part) +380,268,268,Seattle WA CSA +380,269,12,Chicago IL-IN-WI CSA (IL Part) +380,270,203,Detroit MI CSA +380,271,12,Chicago IL-IN-WI CSA (IL Part) +380,272,12,Chicago IL-IN-WI CSA (IL Part) +380,273,268,Seattle WA CSA +381,152,266,Washington DC-MD-VA-WV CSA (VA Part) +381,153,255,Dallas-Fort Worth TX CSA +381,154,154,Alaska +381,155,154,Alaska +381,156,154,Alaska +381,157,162,San Francisco CA CSA +381,158,12,Chicago IL-IN-WI CSA (IL Part) +381,159,268,Seattle WA CSA +381,160,162,San Francisco CA CSA +381,161,162,San Francisco CA CSA +381,162,154,Alaska +381,163,162,San Francisco CA CSA +381,164,159,Los Angeles CA CSA +381,165,159,Los Angeles CA CSA +381,166,266,Washington DC-MD-VA-WV CSA (VA Part) +381,167,266,Washington DC-MD-VA-WV CSA (VA Part) +381,168,223,New York NY-NJ-CT-PA CSA (NY Part) +381,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +381,170,232,Cleveland OH CSA +381,171,176,Atlanta GA-AL CSA (GA Part) +381,172,172,Miami FL MSA +381,173,223,New York NY-NJ-CT-PA CSA (NY Part) +381,174,223,New York NY-NJ-CT-PA CSA (NY Part) +381,175,192,Remainder of Kentucky +381,176,186,Indianapolis IN CSA +381,177,245,Charleston SC MSA +381,178,12,Chicago IL-IN-WI CSA (IL Part) +381,179,159,Los Angeles CA CSA +381,180,154,Alaska +381,181,159,Los Angeles CA CSA +381,183,164,Denver CO CSA +381,184,223,New York NY-NJ-CT-PA CSA (NY Part) +381,185,154,Alaska +381,186,12,Chicago IL-IN-WI CSA (IL Part) +381,187,266,Washington DC-MD-VA-WV CSA (VA Part) +381,188,154,Alaska +381,189,186,Indianapolis IN CSA +381,190,162,San Francisco CA CSA +381,191,164,Denver CO CSA +381,192,12,Chicago IL-IN-WI CSA (IL Part) +381,193,154,Alaska +381,194,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +381,195,195,New Orleans LA CSA +381,196,176,Atlanta GA-AL CSA (GA Part) +381,197,223,New York NY-NJ-CT-PA CSA (NY Part) +381,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +381,199,223,New York NY-NJ-CT-PA CSA (NY Part) +381,200,223,New York NY-NJ-CT-PA CSA (NY Part) +381,201,203,Detroit MI CSA +381,202,201,Boston MA-NH CSA (MA Part) +381,203,12,Chicago IL-IN-WI CSA (IL Part) +381,204,12,Chicago IL-IN-WI CSA (IL Part) +381,205,154,Alaska +381,206,255,Dallas-Fort Worth TX CSA +381,207,12,Chicago IL-IN-WI CSA (IL Part) +381,208,191,Louisville KY-IN CSA (KY Part) +381,209,12,Chicago IL-IN-WI CSA (IL Part) +381,210,164,Denver CO CSA +381,211,12,Chicago IL-IN-WI CSA (IL Part) +381,212,154,Alaska +381,213,186,Indianapolis IN CSA +381,214,154,Alaska +381,215,154,Alaska +381,216,223,New York NY-NJ-CT-PA CSA (NY Part) +381,217,154,Alaska +381,218,223,New York NY-NJ-CT-PA CSA (NY Part) +381,219,223,New York NY-NJ-CT-PA CSA (NY Part) +381,220,162,San Francisco CA CSA +381,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +381,222,12,Chicago IL-IN-WI CSA (IL Part) +381,223,223,New York NY-NJ-CT-PA CSA (NY Part) +381,224,217,New York NY-NJ-CT-PA CSA (NJ Part) +381,225,223,New York NY-NJ-CT-PA CSA (NY Part) +381,226,203,Detroit MI CSA +381,227,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +381,228,12,Chicago IL-IN-WI CSA (IL Part) +381,229,12,Chicago IL-IN-WI CSA (IL Part) +381,230,154,Alaska +381,231,12,Chicago IL-IN-WI CSA (IL Part) +381,232,154,Alaska +381,233,203,Detroit MI CSA +381,234,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +381,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +381,236,268,Seattle WA CSA +381,237,268,Seattle WA CSA +381,238,162,San Francisco CA CSA +381,239,179,Honolulu HI MSA +381,240,154,Alaska +381,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +381,242,266,Washington DC-MD-VA-WV CSA (VA Part) +381,243,12,Chicago IL-IN-WI CSA (IL Part) +381,244,223,New York NY-NJ-CT-PA CSA (NY Part) +381,245,223,New York NY-NJ-CT-PA CSA (NY Part) +381,246,249,Memphis TN-MS-AR MSA (TN Part) +381,247,192,Remainder of Kentucky +381,248,154,Alaska +381,249,186,Indianapolis IN CSA +381,250,192,Remainder of Kentucky +381,251,154,Alaska +381,252,255,Dallas-Fort Worth TX CSA +381,253,154,Alaska +381,254,154,Alaska +381,255,154,Alaska +381,256,154,Alaska +381,257,192,Remainder of Kentucky +381,258,186,Indianapolis IN CSA +381,259,249,Memphis TN-MS-AR MSA (TN Part) +381,260,159,Los Angeles CA CSA +381,261,154,Alaska +381,262,159,Los Angeles CA CSA +381,263,223,New York NY-NJ-CT-PA CSA (NY Part) +381,264,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +381,265,223,New York NY-NJ-CT-PA CSA (NY Part) +381,266,266,Washington DC-MD-VA-WV CSA (VA Part) +381,267,12,Chicago IL-IN-WI CSA (IL Part) +381,268,154,Alaska +381,269,162,San Francisco CA CSA +381,270,203,Detroit MI CSA +381,271,154,Alaska +381,272,154,Alaska +381,273,159,Los Angeles CA CSA +382,152,176,Atlanta GA-AL CSA (GA Part) +382,153,266,Washington DC-MD-VA-WV CSA (VA Part) +382,154,154,Alaska +382,155,186,Indianapolis IN CSA +382,156,255,Dallas-Fort Worth TX CSA +382,157,223,New York NY-NJ-CT-PA CSA (NY Part) +382,158,249,Memphis TN-MS-AR MSA (TN Part) +382,159,12,Chicago IL-IN-WI CSA (IL Part) +382,160,159,Los Angeles CA CSA +382,161,162,San Francisco CA CSA +382,162,154,Alaska +382,163,159,Los Angeles CA CSA +382,164,249,Memphis TN-MS-AR MSA (TN Part) +382,165,12,Chicago IL-IN-WI CSA (IL Part) +382,166,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +382,167,223,New York NY-NJ-CT-PA CSA (NY Part) +382,168,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +382,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +382,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +382,171,226,Charlotte NC-SC CSA (NC Part) +382,172,223,New York NY-NJ-CT-PA CSA (NY Part) +382,173,223,New York NY-NJ-CT-PA CSA (NY Part) +382,174,266,Washington DC-MD-VA-WV CSA (VA Part) +382,175,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +382,176,266,Washington DC-MD-VA-WV CSA (VA Part) +382,177,266,Washington DC-MD-VA-WV CSA (VA Part) +382,178,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +382,179,159,Los Angeles CA CSA +382,180,159,Los Angeles CA CSA +382,181,223,New York NY-NJ-CT-PA CSA (NY Part) +382,183,223,New York NY-NJ-CT-PA CSA (NY Part) +382,184,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +382,185,223,New York NY-NJ-CT-PA CSA (NY Part) +382,186,12,Chicago IL-IN-WI CSA (IL Part) +382,187,217,New York NY-NJ-CT-PA CSA (NJ Part) +382,188,12,Chicago IL-IN-WI CSA (IL Part) +382,189,217,New York NY-NJ-CT-PA CSA (NJ Part) +382,190,201,Boston MA-NH CSA (MA Part) +382,191,217,New York NY-NJ-CT-PA CSA (NJ Part) +382,192,266,Washington DC-MD-VA-WV CSA (VA Part) +382,193,223,New York NY-NJ-CT-PA CSA (NY Part) +382,194,217,New York NY-NJ-CT-PA CSA (NJ Part) +382,195,266,Washington DC-MD-VA-WV CSA (VA Part) +382,196,249,Memphis TN-MS-AR MSA (TN Part) +382,197,201,Boston MA-NH CSA (MA Part) +382,198,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +382,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +382,200,223,New York NY-NJ-CT-PA CSA (NY Part) +382,201,223,New York NY-NJ-CT-PA CSA (NY Part) +382,202,201,Boston MA-NH CSA (MA Part) +382,203,223,New York NY-NJ-CT-PA CSA (NY Part) +382,204,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +382,205,12,Chicago IL-IN-WI CSA (IL Part) +382,206,223,New York NY-NJ-CT-PA CSA (NY Part) +382,207,217,New York NY-NJ-CT-PA CSA (NJ Part) +382,208,249,Memphis TN-MS-AR MSA (TN Part) +382,209,223,New York NY-NJ-CT-PA CSA (NY Part) +382,210,12,Chicago IL-IN-WI CSA (IL Part) +382,211,266,Washington DC-MD-VA-WV CSA (VA Part) +382,212,12,Chicago IL-IN-WI CSA (IL Part) +382,213,12,Chicago IL-IN-WI CSA (IL Part) +382,214,162,San Francisco CA CSA +382,215,154,Alaska +382,216,201,Boston MA-NH CSA (MA Part) +382,217,223,New York NY-NJ-CT-PA CSA (NY Part) +382,218,223,New York NY-NJ-CT-PA CSA (NY Part) +382,219,223,New York NY-NJ-CT-PA CSA (NY Part) +382,220,169,Delaware +382,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +382,222,223,New York NY-NJ-CT-PA CSA (NY Part) +382,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +382,224,201,Boston MA-NH CSA (MA Part) +382,225,223,New York NY-NJ-CT-PA CSA (NY Part) +382,226,217,New York NY-NJ-CT-PA CSA (NJ Part) +382,227,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +382,228,217,New York NY-NJ-CT-PA CSA (NJ Part) +382,229,266,Washington DC-MD-VA-WV CSA (VA Part) +382,230,12,Chicago IL-IN-WI CSA (IL Part) +382,231,203,Detroit MI CSA +382,232,223,New York NY-NJ-CT-PA CSA (NY Part) +382,233,231,Cincinnati OH-KY-IN CSA (OH Part) +382,234,223,New York NY-NJ-CT-PA CSA (NY Part) +382,235,201,Boston MA-NH CSA (MA Part) +382,236,232,Cleveland OH CSA +382,237,12,Chicago IL-IN-WI CSA (IL Part) +382,238,12,Chicago IL-IN-WI CSA (IL Part) +382,239,154,Alaska +382,240,159,Los Angeles CA CSA +382,241,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +382,242,201,Boston MA-NH CSA (MA Part) +382,243,223,New York NY-NJ-CT-PA CSA (NY Part) +382,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +382,245,223,New York NY-NJ-CT-PA CSA (NY Part) +382,246,223,New York NY-NJ-CT-PA CSA (NY Part) +382,247,245,Charleston SC MSA +382,248,12,Chicago IL-IN-WI CSA (IL Part) +382,249,223,New York NY-NJ-CT-PA CSA (NY Part) +382,250,203,Detroit MI CSA +382,251,223,New York NY-NJ-CT-PA CSA (NY Part) +382,252,12,Chicago IL-IN-WI CSA (IL Part) +382,253,203,Detroit MI CSA +382,254,191,Louisville KY-IN CSA (KY Part) +382,255,12,Chicago IL-IN-WI CSA (IL Part) +382,256,232,Cleveland OH CSA +382,257,12,Chicago IL-IN-WI CSA (IL Part) +382,258,223,New York NY-NJ-CT-PA CSA (NY Part) +382,259,249,Memphis TN-MS-AR MSA (TN Part) +382,260,12,Chicago IL-IN-WI CSA (IL Part) +382,261,203,Detroit MI CSA +382,262,268,Seattle WA CSA +382,263,223,New York NY-NJ-CT-PA CSA (NY Part) +382,264,223,New York NY-NJ-CT-PA CSA (NY Part) +382,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +382,266,223,New York NY-NJ-CT-PA CSA (NY Part) +382,267,223,New York NY-NJ-CT-PA CSA (NY Part) +382,268,162,San Francisco CA CSA +382,269,154,Alaska +382,270,232,Cleveland OH CSA +382,271,12,Chicago IL-IN-WI CSA (IL Part) +382,272,12,Chicago IL-IN-WI CSA (IL Part) +382,273,203,Detroit MI CSA +383,152,223,New York NY-NJ-CT-PA CSA (NY Part) +383,153,201,Boston MA-NH CSA (MA Part) +383,154,154,Alaska +383,155,223,New York NY-NJ-CT-PA CSA (NY Part) +383,156,12,Chicago IL-IN-WI CSA (IL Part) +383,157,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +383,158,217,New York NY-NJ-CT-PA CSA (NJ Part) +383,159,162,San Francisco CA CSA +383,160,162,San Francisco CA CSA +383,161,12,Chicago IL-IN-WI CSA (IL Part) +383,162,268,Seattle WA CSA +383,163,12,Chicago IL-IN-WI CSA (IL Part) +383,164,232,Cleveland OH CSA +383,165,249,Memphis TN-MS-AR MSA (TN Part) +383,166,223,New York NY-NJ-CT-PA CSA (NY Part) +383,167,266,Washington DC-MD-VA-WV CSA (VA Part) +383,168,223,New York NY-NJ-CT-PA CSA (NY Part) +383,169,223,New York NY-NJ-CT-PA CSA (NY Part) +383,170,232,Cleveland OH CSA +383,171,223,New York NY-NJ-CT-PA CSA (NY Part) +383,172,217,New York NY-NJ-CT-PA CSA (NJ Part) +383,173,223,New York NY-NJ-CT-PA CSA (NY Part) +383,174,176,Atlanta GA-AL CSA (GA Part) +383,175,173,Orlando FL CSA +383,176,12,Chicago IL-IN-WI CSA (IL Part) +383,177,223,New York NY-NJ-CT-PA CSA (NY Part) +383,178,176,Atlanta GA-AL CSA (GA Part) +383,179,154,Alaska +383,180,154,Alaska +383,181,12,Chicago IL-IN-WI CSA (IL Part) +383,183,192,Remainder of Kentucky +383,184,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +383,185,201,Boston MA-NH CSA (MA Part) +383,186,12,Chicago IL-IN-WI CSA (IL Part) +383,187,169,Delaware +383,188,223,New York NY-NJ-CT-PA CSA (NY Part) +383,189,12,Chicago IL-IN-WI CSA (IL Part) +383,190,12,Chicago IL-IN-WI CSA (IL Part) +383,191,217,New York NY-NJ-CT-PA CSA (NJ Part) +383,192,223,New York NY-NJ-CT-PA CSA (NY Part) +383,193,191,Louisville KY-IN CSA (KY Part) +383,194,249,Memphis TN-MS-AR MSA (TN Part) +383,195,232,Cleveland OH CSA +383,196,12,Chicago IL-IN-WI CSA (IL Part) +383,197,223,New York NY-NJ-CT-PA CSA (NY Part) +383,198,223,New York NY-NJ-CT-PA CSA (NY Part) +383,199,223,New York NY-NJ-CT-PA CSA (NY Part) +383,200,223,New York NY-NJ-CT-PA CSA (NY Part) +383,201,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +383,202,223,New York NY-NJ-CT-PA CSA (NY Part) +383,203,266,Washington DC-MD-VA-WV CSA (VA Part) +383,204,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +383,205,12,Chicago IL-IN-WI CSA (IL Part) +383,206,223,New York NY-NJ-CT-PA CSA (NY Part) +383,207,223,New York NY-NJ-CT-PA CSA (NY Part) +383,208,12,Chicago IL-IN-WI CSA (IL Part) +383,209,191,Louisville KY-IN CSA (KY Part) +383,210,203,Detroit MI CSA +383,211,191,Louisville KY-IN CSA (KY Part) +383,212,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +383,213,12,Chicago IL-IN-WI CSA (IL Part) +383,214,12,Chicago IL-IN-WI CSA (IL Part) +383,215,217,New York NY-NJ-CT-PA CSA (NJ Part) +383,216,201,Boston MA-NH CSA (MA Part) +383,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +383,218,266,Washington DC-MD-VA-WV CSA (VA Part) +383,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +383,220,266,Washington DC-MD-VA-WV CSA (VA Part) +383,221,223,New York NY-NJ-CT-PA CSA (NY Part) +383,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +383,223,223,New York NY-NJ-CT-PA CSA (NY Part) +383,224,223,New York NY-NJ-CT-PA CSA (NY Part) +383,225,232,Cleveland OH CSA +383,226,217,New York NY-NJ-CT-PA CSA (NJ Part) +383,227,266,Washington DC-MD-VA-WV CSA (VA Part) +383,228,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +383,229,217,New York NY-NJ-CT-PA CSA (NJ Part) +383,230,217,New York NY-NJ-CT-PA CSA (NJ Part) +383,231,203,Detroit MI CSA +383,232,223,New York NY-NJ-CT-PA CSA (NY Part) +383,233,217,New York NY-NJ-CT-PA CSA (NJ Part) +383,234,232,Cleveland OH CSA +383,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +383,236,217,New York NY-NJ-CT-PA CSA (NJ Part) +383,237,12,Chicago IL-IN-WI CSA (IL Part) +383,238,217,New York NY-NJ-CT-PA CSA (NJ Part) +383,239,154,Alaska +383,240,154,Alaska +383,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +383,242,223,New York NY-NJ-CT-PA CSA (NY Part) +383,243,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +383,244,223,New York NY-NJ-CT-PA CSA (NY Part) +383,245,232,Cleveland OH CSA +383,246,266,Washington DC-MD-VA-WV CSA (VA Part) +383,247,223,New York NY-NJ-CT-PA CSA (NY Part) +383,248,223,New York NY-NJ-CT-PA CSA (NY Part) +383,249,217,New York NY-NJ-CT-PA CSA (NJ Part) +383,250,223,New York NY-NJ-CT-PA CSA (NY Part) +383,251,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +383,252,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +383,253,12,Chicago IL-IN-WI CSA (IL Part) +383,254,217,New York NY-NJ-CT-PA CSA (NJ Part) +383,255,255,Dallas-Fort Worth TX CSA +383,256,201,Boston MA-NH CSA (MA Part) +383,257,249,Memphis TN-MS-AR MSA (TN Part) +383,258,195,New Orleans LA CSA +383,259,176,Atlanta GA-AL CSA (GA Part) +383,260,223,New York NY-NJ-CT-PA CSA (NY Part) +383,261,245,Charleston SC MSA +383,262,223,New York NY-NJ-CT-PA CSA (NY Part) +383,263,223,New York NY-NJ-CT-PA CSA (NY Part) +383,264,223,New York NY-NJ-CT-PA CSA (NY Part) +383,265,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +383,266,266,Washington DC-MD-VA-WV CSA (VA Part) +383,267,223,New York NY-NJ-CT-PA CSA (NY Part) +383,268,217,New York NY-NJ-CT-PA CSA (NJ Part) +383,269,268,Seattle WA CSA +383,270,192,Remainder of Kentucky +383,271,203,Detroit MI CSA +383,272,223,New York NY-NJ-CT-PA CSA (NY Part) +383,273,201,Boston MA-NH CSA (MA Part) +384,152,172,Miami FL MSA +384,153,172,Miami FL MSA +384,154,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +384,155,172,Miami FL MSA +384,156,266,Washington DC-MD-VA-WV CSA (VA Part) +384,157,223,New York NY-NJ-CT-PA CSA (NY Part) +384,158,172,Miami FL MSA +384,159,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +384,160,162,San Francisco CA CSA +384,161,172,Miami FL MSA +384,162,257,Houston TX CSA +384,163,176,Atlanta GA-AL CSA (GA Part) +384,164,266,Washington DC-MD-VA-WV CSA (VA Part) +384,165,249,Memphis TN-MS-AR MSA (TN Part) +384,166,223,New York NY-NJ-CT-PA CSA (NY Part) +384,167,223,New York NY-NJ-CT-PA CSA (NY Part) +384,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +384,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +384,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +384,171,172,Miami FL MSA +384,172,172,Miami FL MSA +384,173,172,Miami FL MSA +384,174,172,Miami FL MSA +384,175,173,Orlando FL CSA +384,176,173,Orlando FL CSA +384,177,172,Miami FL MSA +384,178,249,Memphis TN-MS-AR MSA (TN Part) +384,179,172,Miami FL MSA +384,180,217,New York NY-NJ-CT-PA CSA (NJ Part) +384,181,203,Detroit MI CSA +384,183,12,Chicago IL-IN-WI CSA (IL Part) +384,184,176,Atlanta GA-AL CSA (GA Part) +384,185,223,New York NY-NJ-CT-PA CSA (NY Part) +384,186,203,Detroit MI CSA +384,187,217,New York NY-NJ-CT-PA CSA (NJ Part) +384,188,192,Remainder of Kentucky +384,189,12,Chicago IL-IN-WI CSA (IL Part) +384,190,217,New York NY-NJ-CT-PA CSA (NJ Part) +384,191,217,New York NY-NJ-CT-PA CSA (NJ Part) +384,192,223,New York NY-NJ-CT-PA CSA (NY Part) +384,193,172,Miami FL MSA +384,194,223,New York NY-NJ-CT-PA CSA (NY Part) +384,195,223,New York NY-NJ-CT-PA CSA (NY Part) +384,196,172,Miami FL MSA +384,197,223,New York NY-NJ-CT-PA CSA (NY Part) +384,198,223,New York NY-NJ-CT-PA CSA (NY Part) +384,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +384,200,223,New York NY-NJ-CT-PA CSA (NY Part) +384,201,223,New York NY-NJ-CT-PA CSA (NY Part) +384,202,223,New York NY-NJ-CT-PA CSA (NY Part) +384,203,201,Boston MA-NH CSA (MA Part) +384,204,223,New York NY-NJ-CT-PA CSA (NY Part) +384,205,266,Washington DC-MD-VA-WV CSA (VA Part) +384,206,169,Delaware +384,207,223,New York NY-NJ-CT-PA CSA (NY Part) +384,208,223,New York NY-NJ-CT-PA CSA (NY Part) +384,209,232,Cleveland OH CSA +384,210,266,Washington DC-MD-VA-WV CSA (VA Part) +384,211,176,Atlanta GA-AL CSA (GA Part) +384,212,223,New York NY-NJ-CT-PA CSA (NY Part) +384,213,172,Miami FL MSA +384,214,172,Miami FL MSA +384,215,176,Atlanta GA-AL CSA (GA Part) +384,216,266,Washington DC-MD-VA-WV CSA (VA Part) +384,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +384,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +384,219,223,New York NY-NJ-CT-PA CSA (NY Part) +384,220,195,New Orleans LA CSA +384,221,223,New York NY-NJ-CT-PA CSA (NY Part) +384,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +384,223,223,New York NY-NJ-CT-PA CSA (NY Part) +384,224,223,New York NY-NJ-CT-PA CSA (NY Part) +384,225,223,New York NY-NJ-CT-PA CSA (NY Part) +384,226,266,Washington DC-MD-VA-WV CSA (VA Part) +384,227,223,New York NY-NJ-CT-PA CSA (NY Part) +384,228,172,Miami FL MSA +384,229,223,New York NY-NJ-CT-PA CSA (NY Part) +384,230,223,New York NY-NJ-CT-PA CSA (NY Part) +384,231,266,Washington DC-MD-VA-WV CSA (VA Part) +384,232,217,New York NY-NJ-CT-PA CSA (NJ Part) +384,233,217,New York NY-NJ-CT-PA CSA (NJ Part) +384,234,192,Remainder of Kentucky +384,235,223,New York NY-NJ-CT-PA CSA (NY Part) +384,236,255,Dallas-Fort Worth TX CSA +384,237,169,Delaware +384,238,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +384,239,203,Detroit MI CSA +384,240,172,Miami FL MSA +384,241,223,New York NY-NJ-CT-PA CSA (NY Part) +384,242,191,Louisville KY-IN CSA (KY Part) +384,243,223,New York NY-NJ-CT-PA CSA (NY Part) +384,244,223,New York NY-NJ-CT-PA CSA (NY Part) +384,245,266,Washington DC-MD-VA-WV CSA (VA Part) +384,246,172,Miami FL MSA +384,247,223,New York NY-NJ-CT-PA CSA (NY Part) +384,248,266,Washington DC-MD-VA-WV CSA (VA Part) +384,249,172,Miami FL MSA +384,250,172,Miami FL MSA +384,251,176,Atlanta GA-AL CSA (GA Part) +384,252,172,Miami FL MSA +384,253,172,Miami FL MSA +384,254,172,Miami FL MSA +384,255,249,Memphis TN-MS-AR MSA (TN Part) +384,256,249,Memphis TN-MS-AR MSA (TN Part) +384,257,192,Remainder of Kentucky +384,258,172,Miami FL MSA +384,259,176,Atlanta GA-AL CSA (GA Part) +384,260,176,Atlanta GA-AL CSA (GA Part) +384,261,172,Miami FL MSA +384,262,12,Chicago IL-IN-WI CSA (IL Part) +384,263,223,New York NY-NJ-CT-PA CSA (NY Part) +384,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +384,265,223,New York NY-NJ-CT-PA CSA (NY Part) +384,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +384,267,223,New York NY-NJ-CT-PA CSA (NY Part) +384,268,186,Indianapolis IN CSA +384,269,223,New York NY-NJ-CT-PA CSA (NY Part) +384,270,172,Miami FL MSA +384,271,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +384,272,245,Charleston SC MSA +384,273,12,Chicago IL-IN-WI CSA (IL Part) +385,152,172,Miami FL MSA +385,153,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +385,154,201,Boston MA-NH CSA (MA Part) +385,155,203,Detroit MI CSA +385,156,186,Indianapolis IN CSA +385,157,249,Memphis TN-MS-AR MSA (TN Part) +385,158,172,Miami FL MSA +385,159,176,Atlanta GA-AL CSA (GA Part) +385,160,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +385,161,255,Dallas-Fort Worth TX CSA +385,162,223,New York NY-NJ-CT-PA CSA (NY Part) +385,163,201,Boston MA-NH CSA (MA Part) +385,164,217,New York NY-NJ-CT-PA CSA (NJ Part) +385,165,231,Cincinnati OH-KY-IN CSA (OH Part) +385,166,169,Delaware +385,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +385,168,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +385,169,223,New York NY-NJ-CT-PA CSA (NY Part) +385,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +385,171,172,Miami FL MSA +385,172,172,Miami FL MSA +385,173,173,Orlando FL CSA +385,174,172,Miami FL MSA +385,175,217,New York NY-NJ-CT-PA CSA (NJ Part) +385,176,266,Washington DC-MD-VA-WV CSA (VA Part) +385,177,266,Washington DC-MD-VA-WV CSA (VA Part) +385,178,172,Miami FL MSA +385,179,223,New York NY-NJ-CT-PA CSA (NY Part) +385,180,223,New York NY-NJ-CT-PA CSA (NY Part) +385,181,223,New York NY-NJ-CT-PA CSA (NY Part) +385,183,266,Washington DC-MD-VA-WV CSA (VA Part) +385,184,12,Chicago IL-IN-WI CSA (IL Part) +385,185,266,Washington DC-MD-VA-WV CSA (VA Part) +385,186,266,Washington DC-MD-VA-WV CSA (VA Part) +385,187,203,Detroit MI CSA +385,188,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +385,189,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +385,190,12,Chicago IL-IN-WI CSA (IL Part) +385,191,217,New York NY-NJ-CT-PA CSA (NJ Part) +385,192,245,Charleston SC MSA +385,193,172,Miami FL MSA +385,194,266,Washington DC-MD-VA-WV CSA (VA Part) +385,195,176,Atlanta GA-AL CSA (GA Part) +385,196,176,Atlanta GA-AL CSA (GA Part) +385,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +385,198,266,Washington DC-MD-VA-WV CSA (VA Part) +385,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +385,200,223,New York NY-NJ-CT-PA CSA (NY Part) +385,201,223,New York NY-NJ-CT-PA CSA (NY Part) +385,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +385,203,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +385,204,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +385,205,223,New York NY-NJ-CT-PA CSA (NY Part) +385,206,217,New York NY-NJ-CT-PA CSA (NJ Part) +385,207,203,Detroit MI CSA +385,208,176,Atlanta GA-AL CSA (GA Part) +385,209,176,Atlanta GA-AL CSA (GA Part) +385,210,12,Chicago IL-IN-WI CSA (IL Part) +385,211,12,Chicago IL-IN-WI CSA (IL Part) +385,212,223,New York NY-NJ-CT-PA CSA (NY Part) +385,213,249,Memphis TN-MS-AR MSA (TN Part) +385,214,176,Atlanta GA-AL CSA (GA Part) +385,215,223,New York NY-NJ-CT-PA CSA (NY Part) +385,216,223,New York NY-NJ-CT-PA CSA (NY Part) +385,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +385,218,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +385,219,266,Washington DC-MD-VA-WV CSA (VA Part) +385,220,217,New York NY-NJ-CT-PA CSA (NJ Part) +385,221,223,New York NY-NJ-CT-PA CSA (NY Part) +385,222,223,New York NY-NJ-CT-PA CSA (NY Part) +385,223,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +385,224,217,New York NY-NJ-CT-PA CSA (NJ Part) +385,225,223,New York NY-NJ-CT-PA CSA (NY Part) +385,226,217,New York NY-NJ-CT-PA CSA (NJ Part) +385,227,266,Washington DC-MD-VA-WV CSA (VA Part) +385,228,223,New York NY-NJ-CT-PA CSA (NY Part) +385,229,217,New York NY-NJ-CT-PA CSA (NJ Part) +385,230,201,Boston MA-NH CSA (MA Part) +385,231,266,Washington DC-MD-VA-WV CSA (VA Part) +385,232,203,Detroit MI CSA +385,233,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +385,234,223,New York NY-NJ-CT-PA CSA (NY Part) +385,235,223,New York NY-NJ-CT-PA CSA (NY Part) +385,236,223,New York NY-NJ-CT-PA CSA (NY Part) +385,237,266,Washington DC-MD-VA-WV CSA (VA Part) +385,238,226,Charlotte NC-SC CSA (NC Part) +385,239,245,Charleston SC MSA +385,240,12,Chicago IL-IN-WI CSA (IL Part) +385,241,223,New York NY-NJ-CT-PA CSA (NY Part) +385,242,203,Detroit MI CSA +385,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +385,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +385,245,217,New York NY-NJ-CT-PA CSA (NJ Part) +385,246,223,New York NY-NJ-CT-PA CSA (NY Part) +385,247,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +385,248,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +385,249,217,New York NY-NJ-CT-PA CSA (NJ Part) +385,250,232,Cleveland OH CSA +385,251,266,Washington DC-MD-VA-WV CSA (VA Part) +385,252,266,Washington DC-MD-VA-WV CSA (VA Part) +385,253,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +385,254,257,Houston TX CSA +385,255,217,New York NY-NJ-CT-PA CSA (NJ Part) +385,256,255,Dallas-Fort Worth TX CSA +385,257,249,Memphis TN-MS-AR MSA (TN Part) +385,258,172,Miami FL MSA +385,259,223,New York NY-NJ-CT-PA CSA (NY Part) +385,260,255,Dallas-Fort Worth TX CSA +385,261,12,Chicago IL-IN-WI CSA (IL Part) +385,262,223,New York NY-NJ-CT-PA CSA (NY Part) +385,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +385,264,266,Washington DC-MD-VA-WV CSA (VA Part) +385,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +385,266,223,New York NY-NJ-CT-PA CSA (NY Part) +385,267,223,New York NY-NJ-CT-PA CSA (NY Part) +385,268,223,New York NY-NJ-CT-PA CSA (NY Part) +385,269,169,Delaware +385,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +385,271,176,Atlanta GA-AL CSA (GA Part) +385,272,223,New York NY-NJ-CT-PA CSA (NY Part) +385,273,266,Washington DC-MD-VA-WV CSA (VA Part) +386,152,223,New York NY-NJ-CT-PA CSA (NY Part) +386,153,176,Atlanta GA-AL CSA (GA Part) +386,154,154,Alaska +386,155,223,New York NY-NJ-CT-PA CSA (NY Part) +386,156,217,New York NY-NJ-CT-PA CSA (NJ Part) +386,157,191,Louisville KY-IN CSA (KY Part) +386,158,266,Washington DC-MD-VA-WV CSA (VA Part) +386,159,159,Los Angeles CA CSA +386,160,268,Seattle WA CSA +386,161,223,New York NY-NJ-CT-PA CSA (NY Part) +386,162,12,Chicago IL-IN-WI CSA (IL Part) +386,163,217,New York NY-NJ-CT-PA CSA (NJ Part) +386,164,223,New York NY-NJ-CT-PA CSA (NY Part) +386,165,223,New York NY-NJ-CT-PA CSA (NY Part) +386,166,223,New York NY-NJ-CT-PA CSA (NY Part) +386,167,223,New York NY-NJ-CT-PA CSA (NY Part) +386,168,223,New York NY-NJ-CT-PA CSA (NY Part) +386,169,223,New York NY-NJ-CT-PA CSA (NY Part) +386,170,223,New York NY-NJ-CT-PA CSA (NY Part) +386,171,172,Miami FL MSA +386,172,172,Miami FL MSA +386,173,172,Miami FL MSA +386,174,217,New York NY-NJ-CT-PA CSA (NJ Part) +386,175,176,Atlanta GA-AL CSA (GA Part) +386,176,217,New York NY-NJ-CT-PA CSA (NJ Part) +386,177,223,New York NY-NJ-CT-PA CSA (NY Part) +386,178,217,New York NY-NJ-CT-PA CSA (NJ Part) +386,179,159,Los Angeles CA CSA +386,180,154,Alaska +386,181,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +386,183,232,Cleveland OH CSA +386,184,12,Chicago IL-IN-WI CSA (IL Part) +386,185,266,Washington DC-MD-VA-WV CSA (VA Part) +386,186,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +386,187,217,New York NY-NJ-CT-PA CSA (NJ Part) +386,188,12,Chicago IL-IN-WI CSA (IL Part) +386,189,223,New York NY-NJ-CT-PA CSA (NY Part) +386,190,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +386,191,191,Louisville KY-IN CSA (KY Part) +386,192,223,New York NY-NJ-CT-PA CSA (NY Part) +386,193,223,New York NY-NJ-CT-PA CSA (NY Part) +386,194,223,New York NY-NJ-CT-PA CSA (NY Part) +386,195,169,Delaware +386,196,266,Washington DC-MD-VA-WV CSA (VA Part) +386,197,223,New York NY-NJ-CT-PA CSA (NY Part) +386,198,223,New York NY-NJ-CT-PA CSA (NY Part) +386,199,266,Washington DC-MD-VA-WV CSA (VA Part) +386,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +386,201,223,New York NY-NJ-CT-PA CSA (NY Part) +386,202,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +386,203,217,New York NY-NJ-CT-PA CSA (NJ Part) +386,204,223,New York NY-NJ-CT-PA CSA (NY Part) +386,205,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +386,206,12,Chicago IL-IN-WI CSA (IL Part) +386,207,12,Chicago IL-IN-WI CSA (IL Part) +386,208,186,Indianapolis IN CSA +386,209,217,New York NY-NJ-CT-PA CSA (NJ Part) +386,210,223,New York NY-NJ-CT-PA CSA (NY Part) +386,211,217,New York NY-NJ-CT-PA CSA (NJ Part) +386,212,217,New York NY-NJ-CT-PA CSA (NJ Part) +386,213,12,Chicago IL-IN-WI CSA (IL Part) +386,214,162,San Francisco CA CSA +386,215,12,Chicago IL-IN-WI CSA (IL Part) +386,216,266,Washington DC-MD-VA-WV CSA (VA Part) +386,217,223,New York NY-NJ-CT-PA CSA (NY Part) +386,218,223,New York NY-NJ-CT-PA CSA (NY Part) +386,219,223,New York NY-NJ-CT-PA CSA (NY Part) +386,220,12,Chicago IL-IN-WI CSA (IL Part) +386,221,201,Boston MA-NH CSA (MA Part) +386,222,223,New York NY-NJ-CT-PA CSA (NY Part) +386,223,223,New York NY-NJ-CT-PA CSA (NY Part) +386,224,223,New York NY-NJ-CT-PA CSA (NY Part) +386,225,201,Boston MA-NH CSA (MA Part) +386,226,201,Boston MA-NH CSA (MA Part) +386,227,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +386,228,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +386,229,223,New York NY-NJ-CT-PA CSA (NY Part) +386,230,223,New York NY-NJ-CT-PA CSA (NY Part) +386,231,266,Washington DC-MD-VA-WV CSA (VA Part) +386,232,201,Boston MA-NH CSA (MA Part) +386,233,223,New York NY-NJ-CT-PA CSA (NY Part) +386,234,232,Cleveland OH CSA +386,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +386,236,203,Detroit MI CSA +386,237,176,Atlanta GA-AL CSA (GA Part) +386,238,266,Washington DC-MD-VA-WV CSA (VA Part) +386,239,203,Detroit MI CSA +386,240,268,Seattle WA CSA +386,241,223,New York NY-NJ-CT-PA CSA (NY Part) +386,242,266,Washington DC-MD-VA-WV CSA (VA Part) +386,243,223,New York NY-NJ-CT-PA CSA (NY Part) +386,244,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +386,245,266,Washington DC-MD-VA-WV CSA (VA Part) +386,246,266,Washington DC-MD-VA-WV CSA (VA Part) +386,247,223,New York NY-NJ-CT-PA CSA (NY Part) +386,248,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +386,249,223,New York NY-NJ-CT-PA CSA (NY Part) +386,250,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +386,251,201,Boston MA-NH CSA (MA Part) +386,252,217,New York NY-NJ-CT-PA CSA (NJ Part) +386,253,249,Memphis TN-MS-AR MSA (TN Part) +386,254,257,Houston TX CSA +386,255,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +386,256,192,Remainder of Kentucky +386,257,217,New York NY-NJ-CT-PA CSA (NJ Part) +386,258,223,New York NY-NJ-CT-PA CSA (NY Part) +386,259,195,New Orleans LA CSA +386,260,12,Chicago IL-IN-WI CSA (IL Part) +386,261,223,New York NY-NJ-CT-PA CSA (NY Part) +386,262,12,Chicago IL-IN-WI CSA (IL Part) +386,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +386,264,223,New York NY-NJ-CT-PA CSA (NY Part) +386,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +386,266,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +386,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +386,268,12,Chicago IL-IN-WI CSA (IL Part) +386,269,12,Chicago IL-IN-WI CSA (IL Part) +386,270,201,Boston MA-NH CSA (MA Part) +386,271,223,New York NY-NJ-CT-PA CSA (NY Part) +386,272,223,New York NY-NJ-CT-PA CSA (NY Part) +386,273,191,Louisville KY-IN CSA (KY Part) +387,152,192,Remainder of Kentucky +387,153,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +387,154,154,Alaska +387,155,12,Chicago IL-IN-WI CSA (IL Part) +387,156,153,Remainder of Alabama +387,157,186,Indianapolis IN CSA +387,158,266,Washington DC-MD-VA-WV CSA (VA Part) +387,159,12,Chicago IL-IN-WI CSA (IL Part) +387,160,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +387,161,12,Chicago IL-IN-WI CSA (IL Part) +387,162,12,Chicago IL-IN-WI CSA (IL Part) +387,163,159,Los Angeles CA CSA +387,164,249,Memphis TN-MS-AR MSA (TN Part) +387,165,223,New York NY-NJ-CT-PA CSA (NY Part) +387,166,223,New York NY-NJ-CT-PA CSA (NY Part) +387,167,223,New York NY-NJ-CT-PA CSA (NY Part) +387,168,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +387,169,223,New York NY-NJ-CT-PA CSA (NY Part) +387,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +387,171,223,New York NY-NJ-CT-PA CSA (NY Part) +387,172,172,Miami FL MSA +387,173,172,Miami FL MSA +387,174,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +387,175,217,New York NY-NJ-CT-PA CSA (NJ Part) +387,176,266,Washington DC-MD-VA-WV CSA (VA Part) +387,177,217,New York NY-NJ-CT-PA CSA (NJ Part) +387,178,223,New York NY-NJ-CT-PA CSA (NY Part) +387,179,162,San Francisco CA CSA +387,180,154,Alaska +387,181,201,Boston MA-NH CSA (MA Part) +387,183,12,Chicago IL-IN-WI CSA (IL Part) +387,184,217,New York NY-NJ-CT-PA CSA (NJ Part) +387,185,12,Chicago IL-IN-WI CSA (IL Part) +387,186,223,New York NY-NJ-CT-PA CSA (NY Part) +387,187,266,Washington DC-MD-VA-WV CSA (VA Part) +387,188,223,New York NY-NJ-CT-PA CSA (NY Part) +387,189,266,Washington DC-MD-VA-WV CSA (VA Part) +387,190,217,New York NY-NJ-CT-PA CSA (NJ Part) +387,191,12,Chicago IL-IN-WI CSA (IL Part) +387,192,217,New York NY-NJ-CT-PA CSA (NJ Part) +387,193,232,Cleveland OH CSA +387,194,266,Washington DC-MD-VA-WV CSA (VA Part) +387,195,217,New York NY-NJ-CT-PA CSA (NJ Part) +387,196,217,New York NY-NJ-CT-PA CSA (NJ Part) +387,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +387,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +387,199,266,Washington DC-MD-VA-WV CSA (VA Part) +387,200,223,New York NY-NJ-CT-PA CSA (NY Part) +387,201,223,New York NY-NJ-CT-PA CSA (NY Part) +387,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +387,203,223,New York NY-NJ-CT-PA CSA (NY Part) +387,204,12,Chicago IL-IN-WI CSA (IL Part) +387,205,12,Chicago IL-IN-WI CSA (IL Part) +387,206,203,Detroit MI CSA +387,207,231,Cincinnati OH-KY-IN CSA (OH Part) +387,208,249,Memphis TN-MS-AR MSA (TN Part) +387,209,223,New York NY-NJ-CT-PA CSA (NY Part) +387,210,266,Washington DC-MD-VA-WV CSA (VA Part) +387,211,223,New York NY-NJ-CT-PA CSA (NY Part) +387,212,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +387,213,12,Chicago IL-IN-WI CSA (IL Part) +387,214,12,Chicago IL-IN-WI CSA (IL Part) +387,215,203,Detroit MI CSA +387,216,266,Washington DC-MD-VA-WV CSA (VA Part) +387,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +387,218,223,New York NY-NJ-CT-PA CSA (NY Part) +387,219,223,New York NY-NJ-CT-PA CSA (NY Part) +387,220,223,New York NY-NJ-CT-PA CSA (NY Part) +387,221,223,New York NY-NJ-CT-PA CSA (NY Part) +387,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +387,223,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +387,224,266,Washington DC-MD-VA-WV CSA (VA Part) +387,225,223,New York NY-NJ-CT-PA CSA (NY Part) +387,226,232,Cleveland OH CSA +387,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +387,228,223,New York NY-NJ-CT-PA CSA (NY Part) +387,229,223,New York NY-NJ-CT-PA CSA (NY Part) +387,230,223,New York NY-NJ-CT-PA CSA (NY Part) +387,231,192,Remainder of Kentucky +387,232,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +387,233,217,New York NY-NJ-CT-PA CSA (NJ Part) +387,234,223,New York NY-NJ-CT-PA CSA (NY Part) +387,235,169,Delaware +387,236,12,Chicago IL-IN-WI CSA (IL Part) +387,237,201,Boston MA-NH CSA (MA Part) +387,238,223,New York NY-NJ-CT-PA CSA (NY Part) +387,239,12,Chicago IL-IN-WI CSA (IL Part) +387,240,268,Seattle WA CSA +387,241,223,New York NY-NJ-CT-PA CSA (NY Part) +387,242,217,New York NY-NJ-CT-PA CSA (NJ Part) +387,243,223,New York NY-NJ-CT-PA CSA (NY Part) +387,244,223,New York NY-NJ-CT-PA CSA (NY Part) +387,245,223,New York NY-NJ-CT-PA CSA (NY Part) +387,246,226,Charlotte NC-SC CSA (NC Part) +387,247,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +387,248,201,Boston MA-NH CSA (MA Part) +387,249,223,New York NY-NJ-CT-PA CSA (NY Part) +387,250,223,New York NY-NJ-CT-PA CSA (NY Part) +387,251,12,Chicago IL-IN-WI CSA (IL Part) +387,252,232,Cleveland OH CSA +387,253,176,Atlanta GA-AL CSA (GA Part) +387,254,217,New York NY-NJ-CT-PA CSA (NJ Part) +387,255,191,Louisville KY-IN CSA (KY Part) +387,256,223,New York NY-NJ-CT-PA CSA (NY Part) +387,257,266,Washington DC-MD-VA-WV CSA (VA Part) +387,258,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +387,259,223,New York NY-NJ-CT-PA CSA (NY Part) +387,260,255,Dallas-Fort Worth TX CSA +387,261,191,Louisville KY-IN CSA (KY Part) +387,262,201,Boston MA-NH CSA (MA Part) +387,263,169,Delaware +387,264,223,New York NY-NJ-CT-PA CSA (NY Part) +387,265,223,New York NY-NJ-CT-PA CSA (NY Part) +387,266,223,New York NY-NJ-CT-PA CSA (NY Part) +387,267,223,New York NY-NJ-CT-PA CSA (NY Part) +387,268,12,Chicago IL-IN-WI CSA (IL Part) +387,269,223,New York NY-NJ-CT-PA CSA (NY Part) +387,270,201,Boston MA-NH CSA (MA Part) +387,271,203,Detroit MI CSA +387,272,223,New York NY-NJ-CT-PA CSA (NY Part) +387,273,12,Chicago IL-IN-WI CSA (IL Part) +388,152,176,Atlanta GA-AL CSA (GA Part) +388,153,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +388,154,162,San Francisco CA CSA +388,155,164,Denver CO CSA +388,156,12,Chicago IL-IN-WI CSA (IL Part) +388,157,12,Chicago IL-IN-WI CSA (IL Part) +388,158,12,Chicago IL-IN-WI CSA (IL Part) +388,159,268,Seattle WA CSA +388,160,154,Alaska +388,161,249,Memphis TN-MS-AR MSA (TN Part) +388,162,268,Seattle WA CSA +388,163,162,San Francisco CA CSA +388,164,12,Chicago IL-IN-WI CSA (IL Part) +388,165,223,New York NY-NJ-CT-PA CSA (NY Part) +388,166,223,New York NY-NJ-CT-PA CSA (NY Part) +388,167,223,New York NY-NJ-CT-PA CSA (NY Part) +388,168,223,New York NY-NJ-CT-PA CSA (NY Part) +388,169,223,New York NY-NJ-CT-PA CSA (NY Part) +388,170,201,Boston MA-NH CSA (MA Part) +388,171,223,New York NY-NJ-CT-PA CSA (NY Part) +388,172,223,New York NY-NJ-CT-PA CSA (NY Part) +388,173,232,Cleveland OH CSA +388,174,223,New York NY-NJ-CT-PA CSA (NY Part) +388,175,176,Atlanta GA-AL CSA (GA Part) +388,176,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +388,177,223,New York NY-NJ-CT-PA CSA (NY Part) +388,178,232,Cleveland OH CSA +388,179,12,Chicago IL-IN-WI CSA (IL Part) +388,180,159,Los Angeles CA CSA +388,181,268,Seattle WA CSA +388,183,232,Cleveland OH CSA +388,184,12,Chicago IL-IN-WI CSA (IL Part) +388,185,12,Chicago IL-IN-WI CSA (IL Part) +388,186,223,New York NY-NJ-CT-PA CSA (NY Part) +388,187,12,Chicago IL-IN-WI CSA (IL Part) +388,188,12,Chicago IL-IN-WI CSA (IL Part) +388,189,223,New York NY-NJ-CT-PA CSA (NY Part) +388,190,223,New York NY-NJ-CT-PA CSA (NY Part) +388,191,12,Chicago IL-IN-WI CSA (IL Part) +388,192,266,Washington DC-MD-VA-WV CSA (VA Part) +388,193,232,Cleveland OH CSA +388,194,12,Chicago IL-IN-WI CSA (IL Part) +388,195,249,Memphis TN-MS-AR MSA (TN Part) +388,196,223,New York NY-NJ-CT-PA CSA (NY Part) +388,197,203,Detroit MI CSA +388,198,223,New York NY-NJ-CT-PA CSA (NY Part) +388,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +388,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +388,201,266,Washington DC-MD-VA-WV CSA (VA Part) +388,202,223,New York NY-NJ-CT-PA CSA (NY Part) +388,203,223,New York NY-NJ-CT-PA CSA (NY Part) +388,204,12,Chicago IL-IN-WI CSA (IL Part) +388,205,217,New York NY-NJ-CT-PA CSA (NJ Part) +388,206,203,Detroit MI CSA +388,207,12,Chicago IL-IN-WI CSA (IL Part) +388,208,12,Chicago IL-IN-WI CSA (IL Part) +388,209,12,Chicago IL-IN-WI CSA (IL Part) +388,210,12,Chicago IL-IN-WI CSA (IL Part) +388,211,191,Louisville KY-IN CSA (KY Part) +388,212,12,Chicago IL-IN-WI CSA (IL Part) +388,213,203,Detroit MI CSA +388,214,159,Los Angeles CA CSA +388,215,159,Los Angeles CA CSA +388,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +388,217,223,New York NY-NJ-CT-PA CSA (NY Part) +388,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +388,219,223,New York NY-NJ-CT-PA CSA (NY Part) +388,220,12,Chicago IL-IN-WI CSA (IL Part) +388,221,232,Cleveland OH CSA +388,222,266,Washington DC-MD-VA-WV CSA (VA Part) +388,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +388,224,217,New York NY-NJ-CT-PA CSA (NJ Part) +388,225,223,New York NY-NJ-CT-PA CSA (NY Part) +388,226,266,Washington DC-MD-VA-WV CSA (VA Part) +388,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +388,228,266,Washington DC-MD-VA-WV CSA (VA Part) +388,229,223,New York NY-NJ-CT-PA CSA (NY Part) +388,230,232,Cleveland OH CSA +388,231,223,New York NY-NJ-CT-PA CSA (NY Part) +388,232,201,Boston MA-NH CSA (MA Part) +388,233,223,New York NY-NJ-CT-PA CSA (NY Part) +388,234,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +388,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +388,236,12,Chicago IL-IN-WI CSA (IL Part) +388,237,12,Chicago IL-IN-WI CSA (IL Part) +388,238,12,Chicago IL-IN-WI CSA (IL Part) +388,239,12,Chicago IL-IN-WI CSA (IL Part) +388,240,12,Chicago IL-IN-WI CSA (IL Part) +388,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +388,242,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +388,243,266,Washington DC-MD-VA-WV CSA (VA Part) +388,244,223,New York NY-NJ-CT-PA CSA (NY Part) +388,245,226,Charlotte NC-SC CSA (NC Part) +388,246,223,New York NY-NJ-CT-PA CSA (NY Part) +388,247,12,Chicago IL-IN-WI CSA (IL Part) +388,248,223,New York NY-NJ-CT-PA CSA (NY Part) +388,249,203,Detroit MI CSA +388,250,232,Cleveland OH CSA +388,251,176,Atlanta GA-AL CSA (GA Part) +388,252,195,New Orleans LA CSA +388,253,176,Atlanta GA-AL CSA (GA Part) +388,254,249,Memphis TN-MS-AR MSA (TN Part) +388,255,191,Louisville KY-IN CSA (KY Part) +388,256,249,Memphis TN-MS-AR MSA (TN Part) +388,257,217,New York NY-NJ-CT-PA CSA (NJ Part) +388,258,257,Houston TX CSA +388,259,12,Chicago IL-IN-WI CSA (IL Part) +388,260,191,Louisville KY-IN CSA (KY Part) +388,261,159,Los Angeles CA CSA +388,262,223,New York NY-NJ-CT-PA CSA (NY Part) +388,263,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +388,264,223,New York NY-NJ-CT-PA CSA (NY Part) +388,265,223,New York NY-NJ-CT-PA CSA (NY Part) +388,266,223,New York NY-NJ-CT-PA CSA (NY Part) +388,267,266,Washington DC-MD-VA-WV CSA (VA Part) +388,268,154,Alaska +388,269,201,Boston MA-NH CSA (MA Part) +388,270,223,New York NY-NJ-CT-PA CSA (NY Part) +388,271,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +388,272,12,Chicago IL-IN-WI CSA (IL Part) +388,273,191,Louisville KY-IN CSA (KY Part) +389,152,223,New York NY-NJ-CT-PA CSA (NY Part) +389,153,232,Cleveland OH CSA +389,154,154,Alaska +389,155,232,Cleveland OH CSA +389,156,12,Chicago IL-IN-WI CSA (IL Part) +389,157,223,New York NY-NJ-CT-PA CSA (NY Part) +389,158,217,New York NY-NJ-CT-PA CSA (NJ Part) +389,159,159,Los Angeles CA CSA +389,160,268,Seattle WA CSA +389,161,159,Los Angeles CA CSA +389,162,268,Seattle WA CSA +389,163,162,San Francisco CA CSA +389,164,12,Chicago IL-IN-WI CSA (IL Part) +389,165,12,Chicago IL-IN-WI CSA (IL Part) +389,166,223,New York NY-NJ-CT-PA CSA (NY Part) +389,167,223,New York NY-NJ-CT-PA CSA (NY Part) +389,168,223,New York NY-NJ-CT-PA CSA (NY Part) +389,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +389,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +389,171,266,Washington DC-MD-VA-WV CSA (VA Part) +389,172,223,New York NY-NJ-CT-PA CSA (NY Part) +389,173,201,Boston MA-NH CSA (MA Part) +389,174,217,New York NY-NJ-CT-PA CSA (NJ Part) +389,175,176,Atlanta GA-AL CSA (GA Part) +389,176,201,Boston MA-NH CSA (MA Part) +389,177,223,New York NY-NJ-CT-PA CSA (NY Part) +389,178,217,New York NY-NJ-CT-PA CSA (NJ Part) +389,179,162,San Francisco CA CSA +389,180,159,Los Angeles CA CSA +389,181,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +389,183,266,Washington DC-MD-VA-WV CSA (VA Part) +389,184,223,New York NY-NJ-CT-PA CSA (NY Part) +389,185,232,Cleveland OH CSA +389,186,223,New York NY-NJ-CT-PA CSA (NY Part) +389,187,217,New York NY-NJ-CT-PA CSA (NJ Part) +389,188,232,Cleveland OH CSA +389,189,223,New York NY-NJ-CT-PA CSA (NY Part) +389,190,12,Chicago IL-IN-WI CSA (IL Part) +389,191,223,New York NY-NJ-CT-PA CSA (NY Part) +389,192,223,New York NY-NJ-CT-PA CSA (NY Part) +389,193,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +389,194,232,Cleveland OH CSA +389,195,217,New York NY-NJ-CT-PA CSA (NJ Part) +389,196,249,Memphis TN-MS-AR MSA (TN Part) +389,197,223,New York NY-NJ-CT-PA CSA (NY Part) +389,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +389,199,201,Boston MA-NH CSA (MA Part) +389,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +389,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +389,202,223,New York NY-NJ-CT-PA CSA (NY Part) +389,203,203,Detroit MI CSA +389,204,12,Chicago IL-IN-WI CSA (IL Part) +389,205,232,Cleveland OH CSA +389,206,12,Chicago IL-IN-WI CSA (IL Part) +389,207,232,Cleveland OH CSA +389,208,191,Louisville KY-IN CSA (KY Part) +389,209,223,New York NY-NJ-CT-PA CSA (NY Part) +389,210,223,New York NY-NJ-CT-PA CSA (NY Part) +389,211,12,Chicago IL-IN-WI CSA (IL Part) +389,212,232,Cleveland OH CSA +389,213,12,Chicago IL-IN-WI CSA (IL Part) +389,214,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +389,215,12,Chicago IL-IN-WI CSA (IL Part) +389,216,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +389,217,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +389,218,223,New York NY-NJ-CT-PA CSA (NY Part) +389,219,223,New York NY-NJ-CT-PA CSA (NY Part) +389,220,255,Dallas-Fort Worth TX CSA +389,221,266,Washington DC-MD-VA-WV CSA (VA Part) +389,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +389,223,201,Boston MA-NH CSA (MA Part) +389,224,217,New York NY-NJ-CT-PA CSA (NJ Part) +389,225,203,Detroit MI CSA +389,226,223,New York NY-NJ-CT-PA CSA (NY Part) +389,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +389,228,223,New York NY-NJ-CT-PA CSA (NY Part) +389,229,266,Washington DC-MD-VA-WV CSA (VA Part) +389,230,223,New York NY-NJ-CT-PA CSA (NY Part) +389,231,12,Chicago IL-IN-WI CSA (IL Part) +389,232,223,New York NY-NJ-CT-PA CSA (NY Part) +389,233,201,Boston MA-NH CSA (MA Part) +389,234,223,New York NY-NJ-CT-PA CSA (NY Part) +389,235,201,Boston MA-NH CSA (MA Part) +389,236,12,Chicago IL-IN-WI CSA (IL Part) +389,237,12,Chicago IL-IN-WI CSA (IL Part) +389,238,12,Chicago IL-IN-WI CSA (IL Part) +389,239,223,New York NY-NJ-CT-PA CSA (NY Part) +389,240,223,New York NY-NJ-CT-PA CSA (NY Part) +389,241,223,New York NY-NJ-CT-PA CSA (NY Part) +389,242,223,New York NY-NJ-CT-PA CSA (NY Part) +389,243,266,Washington DC-MD-VA-WV CSA (VA Part) +389,244,223,New York NY-NJ-CT-PA CSA (NY Part) +389,245,201,Boston MA-NH CSA (MA Part) +389,246,223,New York NY-NJ-CT-PA CSA (NY Part) +389,247,201,Boston MA-NH CSA (MA Part) +389,248,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +389,249,249,Memphis TN-MS-AR MSA (TN Part) +389,250,191,Louisville KY-IN CSA (KY Part) +389,251,176,Atlanta GA-AL CSA (GA Part) +389,252,266,Washington DC-MD-VA-WV CSA (VA Part) +389,253,223,New York NY-NJ-CT-PA CSA (NY Part) +389,254,223,New York NY-NJ-CT-PA CSA (NY Part) +389,255,231,Cincinnati OH-KY-IN CSA (OH Part) +389,256,12,Chicago IL-IN-WI CSA (IL Part) +389,257,223,New York NY-NJ-CT-PA CSA (NY Part) +389,258,266,Washington DC-MD-VA-WV CSA (VA Part) +389,259,223,New York NY-NJ-CT-PA CSA (NY Part) +389,260,255,Dallas-Fort Worth TX CSA +389,261,223,New York NY-NJ-CT-PA CSA (NY Part) +389,262,203,Detroit MI CSA +389,263,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +389,264,223,New York NY-NJ-CT-PA CSA (NY Part) +389,265,223,New York NY-NJ-CT-PA CSA (NY Part) +389,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +389,267,223,New York NY-NJ-CT-PA CSA (NY Part) +389,268,12,Chicago IL-IN-WI CSA (IL Part) +389,269,268,Seattle WA CSA +389,270,223,New York NY-NJ-CT-PA CSA (NY Part) +389,271,12,Chicago IL-IN-WI CSA (IL Part) +389,272,12,Chicago IL-IN-WI CSA (IL Part) +389,273,12,Chicago IL-IN-WI CSA (IL Part) +390,152,172,Miami FL MSA +390,153,231,Cincinnati OH-KY-IN CSA (OH Part) +390,154,201,Boston MA-NH CSA (MA Part) +390,155,12,Chicago IL-IN-WI CSA (IL Part) +390,156,266,Washington DC-MD-VA-WV CSA (VA Part) +390,157,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +390,158,249,Memphis TN-MS-AR MSA (TN Part) +390,159,172,Miami FL MSA +390,160,231,Cincinnati OH-KY-IN CSA (OH Part) +390,161,176,Atlanta GA-AL CSA (GA Part) +390,162,268,Seattle WA CSA +390,163,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +390,164,169,Delaware +390,165,12,Chicago IL-IN-WI CSA (IL Part) +390,166,223,New York NY-NJ-CT-PA CSA (NY Part) +390,167,223,New York NY-NJ-CT-PA CSA (NY Part) +390,168,201,Boston MA-NH CSA (MA Part) +390,169,223,New York NY-NJ-CT-PA CSA (NY Part) +390,170,223,New York NY-NJ-CT-PA CSA (NY Part) +390,171,223,New York NY-NJ-CT-PA CSA (NY Part) +390,172,172,Miami FL MSA +390,173,172,Miami FL MSA +390,174,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +390,175,191,Louisville KY-IN CSA (KY Part) +390,176,172,Miami FL MSA +390,177,172,Miami FL MSA +390,178,172,Miami FL MSA +390,179,154,Alaska +390,180,179,Honolulu HI MSA +390,181,266,Washington DC-MD-VA-WV CSA (VA Part) +390,183,223,New York NY-NJ-CT-PA CSA (NY Part) +390,184,223,New York NY-NJ-CT-PA CSA (NY Part) +390,185,12,Chicago IL-IN-WI CSA (IL Part) +390,186,169,Delaware +390,187,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +390,188,12,Chicago IL-IN-WI CSA (IL Part) +390,189,192,Remainder of Kentucky +390,190,176,Atlanta GA-AL CSA (GA Part) +390,191,223,New York NY-NJ-CT-PA CSA (NY Part) +390,192,203,Detroit MI CSA +390,193,172,Miami FL MSA +390,194,12,Chicago IL-IN-WI CSA (IL Part) +390,195,172,Miami FL MSA +390,196,249,Memphis TN-MS-AR MSA (TN Part) +390,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +390,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +390,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +390,200,223,New York NY-NJ-CT-PA CSA (NY Part) +390,201,266,Washington DC-MD-VA-WV CSA (VA Part) +390,202,232,Cleveland OH CSA +390,203,266,Washington DC-MD-VA-WV CSA (VA Part) +390,204,12,Chicago IL-IN-WI CSA (IL Part) +390,205,223,New York NY-NJ-CT-PA CSA (NY Part) +390,206,223,New York NY-NJ-CT-PA CSA (NY Part) +390,207,201,Boston MA-NH CSA (MA Part) +390,208,172,Miami FL MSA +390,209,201,Boston MA-NH CSA (MA Part) +390,210,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +390,211,223,New York NY-NJ-CT-PA CSA (NY Part) +390,212,12,Chicago IL-IN-WI CSA (IL Part) +390,213,249,Memphis TN-MS-AR MSA (TN Part) +390,214,12,Chicago IL-IN-WI CSA (IL Part) +390,215,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +390,216,223,New York NY-NJ-CT-PA CSA (NY Part) +390,217,223,New York NY-NJ-CT-PA CSA (NY Part) +390,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +390,219,223,New York NY-NJ-CT-PA CSA (NY Part) +390,220,255,Dallas-Fort Worth TX CSA +390,221,223,New York NY-NJ-CT-PA CSA (NY Part) +390,222,223,New York NY-NJ-CT-PA CSA (NY Part) +390,223,223,New York NY-NJ-CT-PA CSA (NY Part) +390,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +390,225,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +390,226,217,New York NY-NJ-CT-PA CSA (NJ Part) +390,227,223,New York NY-NJ-CT-PA CSA (NY Part) +390,228,223,New York NY-NJ-CT-PA CSA (NY Part) +390,229,217,New York NY-NJ-CT-PA CSA (NJ Part) +390,230,223,New York NY-NJ-CT-PA CSA (NY Part) +390,231,191,Louisville KY-IN CSA (KY Part) +390,232,223,New York NY-NJ-CT-PA CSA (NY Part) +390,233,176,Atlanta GA-AL CSA (GA Part) +390,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +390,235,266,Washington DC-MD-VA-WV CSA (VA Part) +390,236,266,Washington DC-MD-VA-WV CSA (VA Part) +390,237,12,Chicago IL-IN-WI CSA (IL Part) +390,238,191,Louisville KY-IN CSA (KY Part) +390,239,268,Seattle WA CSA +390,240,154,Alaska +390,241,223,New York NY-NJ-CT-PA CSA (NY Part) +390,242,223,New York NY-NJ-CT-PA CSA (NY Part) +390,243,223,New York NY-NJ-CT-PA CSA (NY Part) +390,244,223,New York NY-NJ-CT-PA CSA (NY Part) +390,245,266,Washington DC-MD-VA-WV CSA (VA Part) +390,246,266,Washington DC-MD-VA-WV CSA (VA Part) +390,247,223,New York NY-NJ-CT-PA CSA (NY Part) +390,248,217,New York NY-NJ-CT-PA CSA (NJ Part) +390,249,176,Atlanta GA-AL CSA (GA Part) +390,250,201,Boston MA-NH CSA (MA Part) +390,251,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +390,252,176,Atlanta GA-AL CSA (GA Part) +390,253,249,Memphis TN-MS-AR MSA (TN Part) +390,254,176,Atlanta GA-AL CSA (GA Part) +390,255,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +390,256,266,Washington DC-MD-VA-WV CSA (VA Part) +390,257,153,Remainder of Alabama +390,258,249,Memphis TN-MS-AR MSA (TN Part) +390,259,176,Atlanta GA-AL CSA (GA Part) +390,260,223,New York NY-NJ-CT-PA CSA (NY Part) +390,261,201,Boston MA-NH CSA (MA Part) +390,262,217,New York NY-NJ-CT-PA CSA (NJ Part) +390,263,223,New York NY-NJ-CT-PA CSA (NY Part) +390,264,223,New York NY-NJ-CT-PA CSA (NY Part) +390,265,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +390,266,266,Washington DC-MD-VA-WV CSA (VA Part) +390,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +390,268,154,Alaska +390,269,12,Chicago IL-IN-WI CSA (IL Part) +390,270,223,New York NY-NJ-CT-PA CSA (NY Part) +390,271,223,New York NY-NJ-CT-PA CSA (NY Part) +390,272,191,Louisville KY-IN CSA (KY Part) +390,273,232,Cleveland OH CSA +391,152,173,Orlando FL CSA +391,153,172,Miami FL MSA +391,154,223,New York NY-NJ-CT-PA CSA (NY Part) +391,155,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +391,156,12,Chicago IL-IN-WI CSA (IL Part) +391,157,12,Chicago IL-IN-WI CSA (IL Part) +391,158,266,Washington DC-MD-VA-WV CSA (VA Part) +391,159,255,Dallas-Fort Worth TX CSA +391,160,12,Chicago IL-IN-WI CSA (IL Part) +391,161,223,New York NY-NJ-CT-PA CSA (NY Part) +391,162,255,Dallas-Fort Worth TX CSA +391,163,232,Cleveland OH CSA +391,164,217,New York NY-NJ-CT-PA CSA (NJ Part) +391,165,12,Chicago IL-IN-WI CSA (IL Part) +391,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +391,167,223,New York NY-NJ-CT-PA CSA (NY Part) +391,168,201,Boston MA-NH CSA (MA Part) +391,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +391,170,223,New York NY-NJ-CT-PA CSA (NY Part) +391,171,176,Atlanta GA-AL CSA (GA Part) +391,172,217,New York NY-NJ-CT-PA CSA (NJ Part) +391,173,223,New York NY-NJ-CT-PA CSA (NY Part) +391,174,172,Miami FL MSA +391,175,153,Remainder of Alabama +391,176,172,Miami FL MSA +391,177,172,Miami FL MSA +391,178,266,Washington DC-MD-VA-WV CSA (VA Part) +391,179,203,Detroit MI CSA +391,180,154,Alaska +391,181,223,New York NY-NJ-CT-PA CSA (NY Part) +391,183,191,Louisville KY-IN CSA (KY Part) +391,184,217,New York NY-NJ-CT-PA CSA (NJ Part) +391,185,266,Washington DC-MD-VA-WV CSA (VA Part) +391,186,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +391,187,223,New York NY-NJ-CT-PA CSA (NY Part) +391,188,217,New York NY-NJ-CT-PA CSA (NJ Part) +391,189,217,New York NY-NJ-CT-PA CSA (NJ Part) +391,190,176,Atlanta GA-AL CSA (GA Part) +391,191,217,New York NY-NJ-CT-PA CSA (NJ Part) +391,192,217,New York NY-NJ-CT-PA CSA (NJ Part) +391,193,176,Atlanta GA-AL CSA (GA Part) +391,194,201,Boston MA-NH CSA (MA Part) +391,195,266,Washington DC-MD-VA-WV CSA (VA Part) +391,196,223,New York NY-NJ-CT-PA CSA (NY Part) +391,197,223,New York NY-NJ-CT-PA CSA (NY Part) +391,198,223,New York NY-NJ-CT-PA CSA (NY Part) +391,199,201,Boston MA-NH CSA (MA Part) +391,200,201,Boston MA-NH CSA (MA Part) +391,201,223,New York NY-NJ-CT-PA CSA (NY Part) +391,202,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +391,203,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +391,204,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +391,205,223,New York NY-NJ-CT-PA CSA (NY Part) +391,206,266,Washington DC-MD-VA-WV CSA (VA Part) +391,207,12,Chicago IL-IN-WI CSA (IL Part) +391,208,153,Remainder of Alabama +391,209,217,New York NY-NJ-CT-PA CSA (NJ Part) +391,210,12,Chicago IL-IN-WI CSA (IL Part) +391,211,232,Cleveland OH CSA +391,212,232,Cleveland OH CSA +391,213,176,Atlanta GA-AL CSA (GA Part) +391,214,266,Washington DC-MD-VA-WV CSA (VA Part) +391,215,12,Chicago IL-IN-WI CSA (IL Part) +391,216,223,New York NY-NJ-CT-PA CSA (NY Part) +391,217,223,New York NY-NJ-CT-PA CSA (NY Part) +391,218,223,New York NY-NJ-CT-PA CSA (NY Part) +391,219,223,New York NY-NJ-CT-PA CSA (NY Part) +391,220,203,Detroit MI CSA +391,221,223,New York NY-NJ-CT-PA CSA (NY Part) +391,222,223,New York NY-NJ-CT-PA CSA (NY Part) +391,223,223,New York NY-NJ-CT-PA CSA (NY Part) +391,224,223,New York NY-NJ-CT-PA CSA (NY Part) +391,225,223,New York NY-NJ-CT-PA CSA (NY Part) +391,226,201,Boston MA-NH CSA (MA Part) +391,227,266,Washington DC-MD-VA-WV CSA (VA Part) +391,228,223,New York NY-NJ-CT-PA CSA (NY Part) +391,229,176,Atlanta GA-AL CSA (GA Part) +391,230,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +391,231,203,Detroit MI CSA +391,232,201,Boston MA-NH CSA (MA Part) +391,233,223,New York NY-NJ-CT-PA CSA (NY Part) +391,234,223,New York NY-NJ-CT-PA CSA (NY Part) +391,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +391,236,223,New York NY-NJ-CT-PA CSA (NY Part) +391,237,201,Boston MA-NH CSA (MA Part) +391,238,172,Miami FL MSA +391,239,223,New York NY-NJ-CT-PA CSA (NY Part) +391,240,223,New York NY-NJ-CT-PA CSA (NY Part) +391,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +391,242,232,Cleveland OH CSA +391,243,266,Washington DC-MD-VA-WV CSA (VA Part) +391,244,223,New York NY-NJ-CT-PA CSA (NY Part) +391,245,223,New York NY-NJ-CT-PA CSA (NY Part) +391,246,172,Miami FL MSA +391,247,245,Charleston SC MSA +391,248,223,New York NY-NJ-CT-PA CSA (NY Part) +391,249,231,Cincinnati OH-KY-IN CSA (OH Part) +391,250,153,Remainder of Alabama +391,251,223,New York NY-NJ-CT-PA CSA (NY Part) +391,252,255,Dallas-Fort Worth TX CSA +391,253,257,Houston TX CSA +391,254,172,Miami FL MSA +391,255,223,New York NY-NJ-CT-PA CSA (NY Part) +391,256,12,Chicago IL-IN-WI CSA (IL Part) +391,257,172,Miami FL MSA +391,258,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +391,259,172,Miami FL MSA +391,260,172,Miami FL MSA +391,261,266,Washington DC-MD-VA-WV CSA (VA Part) +391,262,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +391,263,223,New York NY-NJ-CT-PA CSA (NY Part) +391,264,12,Chicago IL-IN-WI CSA (IL Part) +391,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +391,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +391,267,223,New York NY-NJ-CT-PA CSA (NY Part) +391,268,203,Detroit MI CSA +391,269,217,New York NY-NJ-CT-PA CSA (NJ Part) +391,270,223,New York NY-NJ-CT-PA CSA (NY Part) +391,271,12,Chicago IL-IN-WI CSA (IL Part) +391,272,12,Chicago IL-IN-WI CSA (IL Part) +391,273,266,Washington DC-MD-VA-WV CSA (VA Part) +392,152,162,San Francisco CA CSA +392,153,162,San Francisco CA CSA +392,154,159,Los Angeles CA CSA +392,155,162,San Francisco CA CSA +392,156,154,Alaska +392,157,154,Alaska +392,158,257,Houston TX CSA +392,159,159,Los Angeles CA CSA +392,160,162,San Francisco CA CSA +392,161,154,Alaska +392,162,268,Seattle WA CSA +392,163,159,Los Angeles CA CSA +392,164,159,Los Angeles CA CSA +392,165,154,Alaska +392,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +392,167,154,Alaska +392,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +392,169,154,Alaska +392,170,154,Alaska +392,171,154,Alaska +392,172,172,Miami FL MSA +392,173,255,Dallas-Fort Worth TX CSA +392,174,217,New York NY-NJ-CT-PA CSA (NJ Part) +392,175,154,Alaska +392,176,249,Memphis TN-MS-AR MSA (TN Part) +392,177,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +392,178,232,Cleveland OH CSA +392,179,159,Los Angeles CA CSA +392,180,159,Los Angeles CA CSA +392,181,159,Los Angeles CA CSA +392,183,12,Chicago IL-IN-WI CSA (IL Part) +392,184,203,Detroit MI CSA +392,185,12,Chicago IL-IN-WI CSA (IL Part) +392,186,154,Alaska +392,187,249,Memphis TN-MS-AR MSA (TN Part) +392,188,12,Chicago IL-IN-WI CSA (IL Part) +392,189,154,Alaska +392,190,159,Los Angeles CA CSA +392,191,186,Indianapolis IN CSA +392,192,249,Memphis TN-MS-AR MSA (TN Part) +392,193,255,Dallas-Fort Worth TX CSA +392,194,12,Chicago IL-IN-WI CSA (IL Part) +392,195,192,Remainder of Kentucky +392,196,154,Alaska +392,197,154,Alaska +392,198,223,New York NY-NJ-CT-PA CSA (NY Part) +392,199,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +392,200,223,New York NY-NJ-CT-PA CSA (NY Part) +392,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +392,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +392,203,203,Detroit MI CSA +392,204,232,Cleveland OH CSA +392,205,203,Detroit MI CSA +392,206,223,New York NY-NJ-CT-PA CSA (NY Part) +392,207,154,Alaska +392,208,249,Memphis TN-MS-AR MSA (TN Part) +392,209,12,Chicago IL-IN-WI CSA (IL Part) +392,210,159,Los Angeles CA CSA +392,211,249,Memphis TN-MS-AR MSA (TN Part) +392,212,268,Seattle WA CSA +392,213,268,Seattle WA CSA +392,214,154,Alaska +392,215,154,Alaska +392,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +392,217,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +392,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +392,219,266,Washington DC-MD-VA-WV CSA (VA Part) +392,220,154,Alaska +392,221,223,New York NY-NJ-CT-PA CSA (NY Part) +392,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +392,223,154,Alaska +392,224,154,Alaska +392,225,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +392,226,266,Washington DC-MD-VA-WV CSA (VA Part) +392,227,249,Memphis TN-MS-AR MSA (TN Part) +392,228,176,Atlanta GA-AL CSA (GA Part) +392,229,223,New York NY-NJ-CT-PA CSA (NY Part) +392,230,154,Alaska +392,231,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +392,232,12,Chicago IL-IN-WI CSA (IL Part) +392,233,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +392,234,232,Cleveland OH CSA +392,235,266,Washington DC-MD-VA-WV CSA (VA Part) +392,236,159,Los Angeles CA CSA +392,237,186,Indianapolis IN CSA +392,238,154,Alaska +392,239,154,Alaska +392,240,159,Los Angeles CA CSA +392,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +392,242,217,New York NY-NJ-CT-PA CSA (NJ Part) +392,243,12,Chicago IL-IN-WI CSA (IL Part) +392,244,154,Alaska +392,245,176,Atlanta GA-AL CSA (GA Part) +392,246,12,Chicago IL-IN-WI CSA (IL Part) +392,247,191,Louisville KY-IN CSA (KY Part) +392,248,164,Denver CO CSA +392,249,154,Alaska +392,250,154,Alaska +392,251,176,Atlanta GA-AL CSA (GA Part) +392,252,154,Alaska +392,253,154,Alaska +392,254,154,Alaska +392,255,164,Denver CO CSA +392,256,159,Los Angeles CA CSA +392,257,255,Dallas-Fort Worth TX CSA +392,258,162,San Francisco CA CSA +392,259,179,Honolulu HI MSA +392,260,255,Dallas-Fort Worth TX CSA +392,261,154,Alaska +392,262,162,San Francisco CA CSA +392,263,154,Alaska +392,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +392,265,12,Chicago IL-IN-WI CSA (IL Part) +392,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +392,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +392,268,154,Alaska +392,269,162,San Francisco CA CSA +392,270,154,Alaska +392,271,203,Detroit MI CSA +392,272,162,San Francisco CA CSA +392,273,179,Honolulu HI MSA +393,152,176,Atlanta GA-AL CSA (GA Part) +393,153,176,Atlanta GA-AL CSA (GA Part) +393,154,154,Alaska +393,155,159,Los Angeles CA CSA +393,156,249,Memphis TN-MS-AR MSA (TN Part) +393,157,154,Alaska +393,158,201,Boston MA-NH CSA (MA Part) +393,159,159,Los Angeles CA CSA +393,160,12,Chicago IL-IN-WI CSA (IL Part) +393,161,159,Los Angeles CA CSA +393,162,159,Los Angeles CA CSA +393,163,162,San Francisco CA CSA +393,164,217,New York NY-NJ-CT-PA CSA (NJ Part) +393,165,12,Chicago IL-IN-WI CSA (IL Part) +393,166,223,New York NY-NJ-CT-PA CSA (NY Part) +393,167,245,Charleston SC MSA +393,168,12,Chicago IL-IN-WI CSA (IL Part) +393,169,266,Washington DC-MD-VA-WV CSA (VA Part) +393,170,266,Washington DC-MD-VA-WV CSA (VA Part) +393,171,223,New York NY-NJ-CT-PA CSA (NY Part) +393,172,172,Miami FL MSA +393,173,223,New York NY-NJ-CT-PA CSA (NY Part) +393,174,223,New York NY-NJ-CT-PA CSA (NY Part) +393,175,249,Memphis TN-MS-AR MSA (TN Part) +393,176,203,Detroit MI CSA +393,177,191,Louisville KY-IN CSA (KY Part) +393,178,266,Washington DC-MD-VA-WV CSA (VA Part) +393,179,159,Los Angeles CA CSA +393,180,154,Alaska +393,181,154,Alaska +393,183,223,New York NY-NJ-CT-PA CSA (NY Part) +393,184,203,Detroit MI CSA +393,185,12,Chicago IL-IN-WI CSA (IL Part) +393,186,12,Chicago IL-IN-WI CSA (IL Part) +393,187,12,Chicago IL-IN-WI CSA (IL Part) +393,188,12,Chicago IL-IN-WI CSA (IL Part) +393,189,176,Atlanta GA-AL CSA (GA Part) +393,190,266,Washington DC-MD-VA-WV CSA (VA Part) +393,191,223,New York NY-NJ-CT-PA CSA (NY Part) +393,192,217,New York NY-NJ-CT-PA CSA (NJ Part) +393,193,173,Orlando FL CSA +393,194,195,New Orleans LA CSA +393,195,249,Memphis TN-MS-AR MSA (TN Part) +393,196,226,Charlotte NC-SC CSA (NC Part) +393,197,223,New York NY-NJ-CT-PA CSA (NY Part) +393,198,201,Boston MA-NH CSA (MA Part) +393,199,223,New York NY-NJ-CT-PA CSA (NY Part) +393,200,191,Louisville KY-IN CSA (KY Part) +393,201,223,New York NY-NJ-CT-PA CSA (NY Part) +393,202,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +393,203,223,New York NY-NJ-CT-PA CSA (NY Part) +393,204,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +393,205,223,New York NY-NJ-CT-PA CSA (NY Part) +393,206,12,Chicago IL-IN-WI CSA (IL Part) +393,207,268,Seattle WA CSA +393,208,12,Chicago IL-IN-WI CSA (IL Part) +393,209,12,Chicago IL-IN-WI CSA (IL Part) +393,210,266,Washington DC-MD-VA-WV CSA (VA Part) +393,211,12,Chicago IL-IN-WI CSA (IL Part) +393,212,154,Alaska +393,213,154,Alaska +393,214,154,Alaska +393,215,223,New York NY-NJ-CT-PA CSA (NY Part) +393,216,223,New York NY-NJ-CT-PA CSA (NY Part) +393,217,223,New York NY-NJ-CT-PA CSA (NY Part) +393,218,223,New York NY-NJ-CT-PA CSA (NY Part) +393,219,223,New York NY-NJ-CT-PA CSA (NY Part) +393,220,12,Chicago IL-IN-WI CSA (IL Part) +393,221,223,New York NY-NJ-CT-PA CSA (NY Part) +393,222,223,New York NY-NJ-CT-PA CSA (NY Part) +393,223,223,New York NY-NJ-CT-PA CSA (NY Part) +393,224,223,New York NY-NJ-CT-PA CSA (NY Part) +393,225,223,New York NY-NJ-CT-PA CSA (NY Part) +393,226,226,Charlotte NC-SC CSA (NC Part) +393,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +393,228,226,Charlotte NC-SC CSA (NC Part) +393,229,201,Boston MA-NH CSA (MA Part) +393,230,12,Chicago IL-IN-WI CSA (IL Part) +393,231,12,Chicago IL-IN-WI CSA (IL Part) +393,232,223,New York NY-NJ-CT-PA CSA (NY Part) +393,233,223,New York NY-NJ-CT-PA CSA (NY Part) +393,234,203,Detroit MI CSA +393,235,223,New York NY-NJ-CT-PA CSA (NY Part) +393,236,12,Chicago IL-IN-WI CSA (IL Part) +393,237,12,Chicago IL-IN-WI CSA (IL Part) +393,238,201,Boston MA-NH CSA (MA Part) +393,239,154,Alaska +393,240,162,San Francisco CA CSA +393,241,266,Washington DC-MD-VA-WV CSA (VA Part) +393,242,223,New York NY-NJ-CT-PA CSA (NY Part) +393,243,223,New York NY-NJ-CT-PA CSA (NY Part) +393,244,223,New York NY-NJ-CT-PA CSA (NY Part) +393,245,217,New York NY-NJ-CT-PA CSA (NJ Part) +393,246,223,New York NY-NJ-CT-PA CSA (NY Part) +393,247,223,New York NY-NJ-CT-PA CSA (NY Part) +393,248,203,Detroit MI CSA +393,249,223,New York NY-NJ-CT-PA CSA (NY Part) +393,250,176,Atlanta GA-AL CSA (GA Part) +393,251,245,Charleston SC MSA +393,252,12,Chicago IL-IN-WI CSA (IL Part) +393,253,249,Memphis TN-MS-AR MSA (TN Part) +393,254,12,Chicago IL-IN-WI CSA (IL Part) +393,255,232,Cleveland OH CSA +393,256,231,Cincinnati OH-KY-IN CSA (OH Part) +393,257,203,Detroit MI CSA +393,258,12,Chicago IL-IN-WI CSA (IL Part) +393,259,12,Chicago IL-IN-WI CSA (IL Part) +393,260,203,Detroit MI CSA +393,261,154,Alaska +393,262,223,New York NY-NJ-CT-PA CSA (NY Part) +393,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +393,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +393,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +393,266,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +393,267,223,New York NY-NJ-CT-PA CSA (NY Part) +393,268,154,Alaska +393,269,159,Los Angeles CA CSA +393,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +393,271,232,Cleveland OH CSA +393,272,169,Delaware +393,273,154,Alaska +394,152,176,Atlanta GA-AL CSA (GA Part) +394,153,172,Miami FL MSA +394,154,12,Chicago IL-IN-WI CSA (IL Part) +394,155,12,Chicago IL-IN-WI CSA (IL Part) +394,156,173,Orlando FL CSA +394,157,232,Cleveland OH CSA +394,158,176,Atlanta GA-AL CSA (GA Part) +394,159,223,New York NY-NJ-CT-PA CSA (NY Part) +394,160,223,New York NY-NJ-CT-PA CSA (NY Part) +394,161,12,Chicago IL-IN-WI CSA (IL Part) +394,162,186,Indianapolis IN CSA +394,163,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +394,164,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +394,165,249,Memphis TN-MS-AR MSA (TN Part) +394,166,223,New York NY-NJ-CT-PA CSA (NY Part) +394,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +394,168,223,New York NY-NJ-CT-PA CSA (NY Part) +394,169,223,New York NY-NJ-CT-PA CSA (NY Part) +394,170,223,New York NY-NJ-CT-PA CSA (NY Part) +394,171,172,Miami FL MSA +394,172,172,Miami FL MSA +394,173,172,Miami FL MSA +394,174,172,Miami FL MSA +394,175,172,Miami FL MSA +394,176,153,Remainder of Alabama +394,177,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +394,178,266,Washington DC-MD-VA-WV CSA (VA Part) +394,179,176,Atlanta GA-AL CSA (GA Part) +394,180,257,Houston TX CSA +394,181,169,Delaware +394,183,12,Chicago IL-IN-WI CSA (IL Part) +394,184,245,Charleston SC MSA +394,185,217,New York NY-NJ-CT-PA CSA (NJ Part) +394,186,223,New York NY-NJ-CT-PA CSA (NY Part) +394,187,203,Detroit MI CSA +394,188,266,Washington DC-MD-VA-WV CSA (VA Part) +394,189,231,Cincinnati OH-KY-IN CSA (OH Part) +394,190,201,Boston MA-NH CSA (MA Part) +394,191,12,Chicago IL-IN-WI CSA (IL Part) +394,192,217,New York NY-NJ-CT-PA CSA (NJ Part) +394,193,223,New York NY-NJ-CT-PA CSA (NY Part) +394,194,217,New York NY-NJ-CT-PA CSA (NJ Part) +394,195,176,Atlanta GA-AL CSA (GA Part) +394,196,176,Atlanta GA-AL CSA (GA Part) +394,197,223,New York NY-NJ-CT-PA CSA (NY Part) +394,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +394,199,223,New York NY-NJ-CT-PA CSA (NY Part) +394,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +394,201,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +394,202,201,Boston MA-NH CSA (MA Part) +394,203,266,Washington DC-MD-VA-WV CSA (VA Part) +394,204,223,New York NY-NJ-CT-PA CSA (NY Part) +394,205,217,New York NY-NJ-CT-PA CSA (NJ Part) +394,206,223,New York NY-NJ-CT-PA CSA (NY Part) +394,207,12,Chicago IL-IN-WI CSA (IL Part) +394,208,266,Washington DC-MD-VA-WV CSA (VA Part) +394,209,12,Chicago IL-IN-WI CSA (IL Part) +394,210,203,Detroit MI CSA +394,211,12,Chicago IL-IN-WI CSA (IL Part) +394,212,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +394,213,245,Charleston SC MSA +394,214,201,Boston MA-NH CSA (MA Part) +394,215,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +394,216,201,Boston MA-NH CSA (MA Part) +394,217,201,Boston MA-NH CSA (MA Part) +394,218,223,New York NY-NJ-CT-PA CSA (NY Part) +394,219,223,New York NY-NJ-CT-PA CSA (NY Part) +394,220,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +394,221,169,Delaware +394,222,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +394,223,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +394,224,223,New York NY-NJ-CT-PA CSA (NY Part) +394,225,223,New York NY-NJ-CT-PA CSA (NY Part) +394,226,266,Washington DC-MD-VA-WV CSA (VA Part) +394,227,169,Delaware +394,228,223,New York NY-NJ-CT-PA CSA (NY Part) +394,229,223,New York NY-NJ-CT-PA CSA (NY Part) +394,230,12,Chicago IL-IN-WI CSA (IL Part) +394,231,223,New York NY-NJ-CT-PA CSA (NY Part) +394,232,223,New York NY-NJ-CT-PA CSA (NY Part) +394,233,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +394,234,223,New York NY-NJ-CT-PA CSA (NY Part) +394,235,223,New York NY-NJ-CT-PA CSA (NY Part) +394,236,172,Miami FL MSA +394,237,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +394,238,249,Memphis TN-MS-AR MSA (TN Part) +394,239,266,Washington DC-MD-VA-WV CSA (VA Part) +394,240,268,Seattle WA CSA +394,241,223,New York NY-NJ-CT-PA CSA (NY Part) +394,242,223,New York NY-NJ-CT-PA CSA (NY Part) +394,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +394,244,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +394,245,223,New York NY-NJ-CT-PA CSA (NY Part) +394,246,223,New York NY-NJ-CT-PA CSA (NY Part) +394,247,223,New York NY-NJ-CT-PA CSA (NY Part) +394,248,232,Cleveland OH CSA +394,249,176,Atlanta GA-AL CSA (GA Part) +394,250,266,Washington DC-MD-VA-WV CSA (VA Part) +394,251,176,Atlanta GA-AL CSA (GA Part) +394,252,172,Miami FL MSA +394,253,172,Miami FL MSA +394,254,169,Delaware +394,255,153,Remainder of Alabama +394,256,195,New Orleans LA CSA +394,257,172,Miami FL MSA +394,258,12,Chicago IL-IN-WI CSA (IL Part) +394,259,217,New York NY-NJ-CT-PA CSA (NJ Part) +394,260,217,New York NY-NJ-CT-PA CSA (NJ Part) +394,261,223,New York NY-NJ-CT-PA CSA (NY Part) +394,262,249,Memphis TN-MS-AR MSA (TN Part) +394,263,223,New York NY-NJ-CT-PA CSA (NY Part) +394,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +394,265,223,New York NY-NJ-CT-PA CSA (NY Part) +394,266,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +394,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +394,268,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +394,269,223,New York NY-NJ-CT-PA CSA (NY Part) +394,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +394,271,223,New York NY-NJ-CT-PA CSA (NY Part) +394,272,12,Chicago IL-IN-WI CSA (IL Part) +394,273,12,Chicago IL-IN-WI CSA (IL Part) +395,152,176,Atlanta GA-AL CSA (GA Part) +395,153,217,New York NY-NJ-CT-PA CSA (NJ Part) +395,154,154,Alaska +395,155,12,Chicago IL-IN-WI CSA (IL Part) +395,156,12,Chicago IL-IN-WI CSA (IL Part) +395,157,223,New York NY-NJ-CT-PA CSA (NY Part) +395,158,201,Boston MA-NH CSA (MA Part) +395,159,12,Chicago IL-IN-WI CSA (IL Part) +395,160,12,Chicago IL-IN-WI CSA (IL Part) +395,161,164,Denver CO CSA +395,162,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +395,163,162,San Francisco CA CSA +395,164,12,Chicago IL-IN-WI CSA (IL Part) +395,165,12,Chicago IL-IN-WI CSA (IL Part) +395,166,223,New York NY-NJ-CT-PA CSA (NY Part) +395,167,223,New York NY-NJ-CT-PA CSA (NY Part) +395,168,223,New York NY-NJ-CT-PA CSA (NY Part) +395,169,223,New York NY-NJ-CT-PA CSA (NY Part) +395,170,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +395,171,217,New York NY-NJ-CT-PA CSA (NJ Part) +395,172,201,Boston MA-NH CSA (MA Part) +395,173,169,Delaware +395,174,223,New York NY-NJ-CT-PA CSA (NY Part) +395,175,217,New York NY-NJ-CT-PA CSA (NJ Part) +395,176,192,Remainder of Kentucky +395,177,223,New York NY-NJ-CT-PA CSA (NY Part) +395,178,176,Atlanta GA-AL CSA (GA Part) +395,179,217,New York NY-NJ-CT-PA CSA (NJ Part) +395,180,268,Seattle WA CSA +395,181,223,New York NY-NJ-CT-PA CSA (NY Part) +395,183,203,Detroit MI CSA +395,184,186,Indianapolis IN CSA +395,185,266,Washington DC-MD-VA-WV CSA (VA Part) +395,186,223,New York NY-NJ-CT-PA CSA (NY Part) +395,187,266,Washington DC-MD-VA-WV CSA (VA Part) +395,188,223,New York NY-NJ-CT-PA CSA (NY Part) +395,189,223,New York NY-NJ-CT-PA CSA (NY Part) +395,190,217,New York NY-NJ-CT-PA CSA (NJ Part) +395,191,191,Louisville KY-IN CSA (KY Part) +395,192,192,Remainder of Kentucky +395,193,203,Detroit MI CSA +395,194,191,Louisville KY-IN CSA (KY Part) +395,195,153,Remainder of Alabama +395,196,186,Indianapolis IN CSA +395,197,223,New York NY-NJ-CT-PA CSA (NY Part) +395,198,266,Washington DC-MD-VA-WV CSA (VA Part) +395,199,201,Boston MA-NH CSA (MA Part) +395,200,223,New York NY-NJ-CT-PA CSA (NY Part) +395,201,266,Washington DC-MD-VA-WV CSA (VA Part) +395,202,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +395,203,223,New York NY-NJ-CT-PA CSA (NY Part) +395,204,223,New York NY-NJ-CT-PA CSA (NY Part) +395,205,231,Cincinnati OH-KY-IN CSA (OH Part) +395,206,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +395,207,217,New York NY-NJ-CT-PA CSA (NJ Part) +395,208,12,Chicago IL-IN-WI CSA (IL Part) +395,209,12,Chicago IL-IN-WI CSA (IL Part) +395,210,201,Boston MA-NH CSA (MA Part) +395,211,249,Memphis TN-MS-AR MSA (TN Part) +395,212,12,Chicago IL-IN-WI CSA (IL Part) +395,213,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +395,214,12,Chicago IL-IN-WI CSA (IL Part) +395,215,268,Seattle WA CSA +395,216,223,New York NY-NJ-CT-PA CSA (NY Part) +395,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +395,218,223,New York NY-NJ-CT-PA CSA (NY Part) +395,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +395,220,164,Denver CO CSA +395,221,223,New York NY-NJ-CT-PA CSA (NY Part) +395,222,223,New York NY-NJ-CT-PA CSA (NY Part) +395,223,223,New York NY-NJ-CT-PA CSA (NY Part) +395,224,223,New York NY-NJ-CT-PA CSA (NY Part) +395,225,223,New York NY-NJ-CT-PA CSA (NY Part) +395,226,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +395,227,266,Washington DC-MD-VA-WV CSA (VA Part) +395,228,266,Washington DC-MD-VA-WV CSA (VA Part) +395,229,223,New York NY-NJ-CT-PA CSA (NY Part) +395,230,223,New York NY-NJ-CT-PA CSA (NY Part) +395,231,201,Boston MA-NH CSA (MA Part) +395,232,266,Washington DC-MD-VA-WV CSA (VA Part) +395,233,217,New York NY-NJ-CT-PA CSA (NJ Part) +395,234,223,New York NY-NJ-CT-PA CSA (NY Part) +395,235,203,Detroit MI CSA +395,236,223,New York NY-NJ-CT-PA CSA (NY Part) +395,237,223,New York NY-NJ-CT-PA CSA (NY Part) +395,238,12,Chicago IL-IN-WI CSA (IL Part) +395,239,266,Washington DC-MD-VA-WV CSA (VA Part) +395,240,12,Chicago IL-IN-WI CSA (IL Part) +395,241,201,Boston MA-NH CSA (MA Part) +395,242,223,New York NY-NJ-CT-PA CSA (NY Part) +395,243,266,Washington DC-MD-VA-WV CSA (VA Part) +395,244,223,New York NY-NJ-CT-PA CSA (NY Part) +395,245,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +395,246,201,Boston MA-NH CSA (MA Part) +395,247,223,New York NY-NJ-CT-PA CSA (NY Part) +395,248,12,Chicago IL-IN-WI CSA (IL Part) +395,249,12,Chicago IL-IN-WI CSA (IL Part) +395,250,191,Louisville KY-IN CSA (KY Part) +395,251,223,New York NY-NJ-CT-PA CSA (NY Part) +395,252,176,Atlanta GA-AL CSA (GA Part) +395,253,176,Atlanta GA-AL CSA (GA Part) +395,254,257,Houston TX CSA +395,255,223,New York NY-NJ-CT-PA CSA (NY Part) +395,256,12,Chicago IL-IN-WI CSA (IL Part) +395,257,203,Detroit MI CSA +395,258,223,New York NY-NJ-CT-PA CSA (NY Part) +395,259,223,New York NY-NJ-CT-PA CSA (NY Part) +395,260,223,New York NY-NJ-CT-PA CSA (NY Part) +395,261,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +395,262,12,Chicago IL-IN-WI CSA (IL Part) +395,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +395,264,223,New York NY-NJ-CT-PA CSA (NY Part) +395,265,223,New York NY-NJ-CT-PA CSA (NY Part) +395,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +395,267,223,New York NY-NJ-CT-PA CSA (NY Part) +395,268,268,Seattle WA CSA +395,269,12,Chicago IL-IN-WI CSA (IL Part) +395,270,203,Detroit MI CSA +395,271,223,New York NY-NJ-CT-PA CSA (NY Part) +395,272,12,Chicago IL-IN-WI CSA (IL Part) +395,273,12,Chicago IL-IN-WI CSA (IL Part) +396,152,176,Atlanta GA-AL CSA (GA Part) +396,153,268,Seattle WA CSA +396,154,154,Alaska +396,155,268,Seattle WA CSA +396,156,159,Los Angeles CA CSA +396,157,159,Los Angeles CA CSA +396,158,12,Chicago IL-IN-WI CSA (IL Part) +396,159,159,Los Angeles CA CSA +396,160,154,Alaska +396,161,162,San Francisco CA CSA +396,162,162,San Francisco CA CSA +396,163,159,Los Angeles CA CSA +396,164,164,Denver CO CSA +396,165,159,Los Angeles CA CSA +396,166,203,Detroit MI CSA +396,167,159,Los Angeles CA CSA +396,168,232,Cleveland OH CSA +396,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +396,170,203,Detroit MI CSA +396,171,255,Dallas-Fort Worth TX CSA +396,172,191,Louisville KY-IN CSA (KY Part) +396,173,162,San Francisco CA CSA +396,174,162,San Francisco CA CSA +396,175,176,Atlanta GA-AL CSA (GA Part) +396,176,12,Chicago IL-IN-WI CSA (IL Part) +396,177,159,Los Angeles CA CSA +396,178,191,Louisville KY-IN CSA (KY Part) +396,179,159,Los Angeles CA CSA +396,180,154,Alaska +396,181,154,Alaska +396,183,249,Memphis TN-MS-AR MSA (TN Part) +396,184,268,Seattle WA CSA +396,185,12,Chicago IL-IN-WI CSA (IL Part) +396,186,12,Chicago IL-IN-WI CSA (IL Part) +396,187,12,Chicago IL-IN-WI CSA (IL Part) +396,188,12,Chicago IL-IN-WI CSA (IL Part) +396,189,159,Los Angeles CA CSA +396,190,162,San Francisco CA CSA +396,191,191,Louisville KY-IN CSA (KY Part) +396,192,186,Indianapolis IN CSA +396,193,162,San Francisco CA CSA +396,194,162,San Francisco CA CSA +396,195,159,Los Angeles CA CSA +396,196,249,Memphis TN-MS-AR MSA (TN Part) +396,197,159,Los Angeles CA CSA +396,198,249,Memphis TN-MS-AR MSA (TN Part) +396,199,231,Cincinnati OH-KY-IN CSA (OH Part) +396,200,159,Los Angeles CA CSA +396,201,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +396,202,268,Seattle WA CSA +396,203,12,Chicago IL-IN-WI CSA (IL Part) +396,204,12,Chicago IL-IN-WI CSA (IL Part) +396,205,162,San Francisco CA CSA +396,206,179,Honolulu HI MSA +396,207,154,Alaska +396,208,249,Memphis TN-MS-AR MSA (TN Part) +396,209,159,Los Angeles CA CSA +396,210,162,San Francisco CA CSA +396,211,179,Honolulu HI MSA +396,212,179,Honolulu HI MSA +396,213,159,Los Angeles CA CSA +396,214,159,Los Angeles CA CSA +396,215,159,Los Angeles CA CSA +396,216,223,New York NY-NJ-CT-PA CSA (NY Part) +396,217,159,Los Angeles CA CSA +396,218,162,San Francisco CA CSA +396,219,255,Dallas-Fort Worth TX CSA +396,220,162,San Francisco CA CSA +396,221,12,Chicago IL-IN-WI CSA (IL Part) +396,222,12,Chicago IL-IN-WI CSA (IL Part) +396,223,162,San Francisco CA CSA +396,224,12,Chicago IL-IN-WI CSA (IL Part) +396,225,159,Los Angeles CA CSA +396,226,162,San Francisco CA CSA +396,227,12,Chicago IL-IN-WI CSA (IL Part) +396,228,12,Chicago IL-IN-WI CSA (IL Part) +396,229,159,Los Angeles CA CSA +396,230,162,San Francisco CA CSA +396,231,249,Memphis TN-MS-AR MSA (TN Part) +396,232,12,Chicago IL-IN-WI CSA (IL Part) +396,233,249,Memphis TN-MS-AR MSA (TN Part) +396,234,159,Los Angeles CA CSA +396,235,191,Louisville KY-IN CSA (KY Part) +396,236,159,Los Angeles CA CSA +396,237,159,Los Angeles CA CSA +396,238,179,Honolulu HI MSA +396,239,154,Alaska +396,240,159,Los Angeles CA CSA +396,241,266,Washington DC-MD-VA-WV CSA (VA Part) +396,242,12,Chicago IL-IN-WI CSA (IL Part) +396,243,268,Seattle WA CSA +396,244,203,Detroit MI CSA +396,245,249,Memphis TN-MS-AR MSA (TN Part) +396,246,159,Los Angeles CA CSA +396,247,231,Cincinnati OH-KY-IN CSA (OH Part) +396,248,162,San Francisco CA CSA +396,249,257,Houston TX CSA +396,250,179,Honolulu HI MSA +396,251,12,Chicago IL-IN-WI CSA (IL Part) +396,252,159,Los Angeles CA CSA +396,253,159,Los Angeles CA CSA +396,254,255,Dallas-Fort Worth TX CSA +396,255,159,Los Angeles CA CSA +396,256,159,Los Angeles CA CSA +396,257,159,Los Angeles CA CSA +396,258,159,Los Angeles CA CSA +396,259,159,Los Angeles CA CSA +396,260,159,Los Angeles CA CSA +396,261,159,Los Angeles CA CSA +396,262,268,Seattle WA CSA +396,263,232,Cleveland OH CSA +396,264,191,Louisville KY-IN CSA (KY Part) +396,265,12,Chicago IL-IN-WI CSA (IL Part) +396,266,266,Washington DC-MD-VA-WV CSA (VA Part) +396,267,191,Louisville KY-IN CSA (KY Part) +396,268,159,Los Angeles CA CSA +396,269,159,Los Angeles CA CSA +396,270,232,Cleveland OH CSA +396,271,159,Los Angeles CA CSA +396,272,162,San Francisco CA CSA +396,273,162,San Francisco CA CSA +397,152,176,Atlanta GA-AL CSA (GA Part) +397,153,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +397,154,154,Alaska +397,155,266,Washington DC-MD-VA-WV CSA (VA Part) +397,156,192,Remainder of Kentucky +397,157,223,New York NY-NJ-CT-PA CSA (NY Part) +397,158,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +397,159,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +397,160,191,Louisville KY-IN CSA (KY Part) +397,161,232,Cleveland OH CSA +397,162,203,Detroit MI CSA +397,163,232,Cleveland OH CSA +397,164,12,Chicago IL-IN-WI CSA (IL Part) +397,165,249,Memphis TN-MS-AR MSA (TN Part) +397,166,223,New York NY-NJ-CT-PA CSA (NY Part) +397,167,223,New York NY-NJ-CT-PA CSA (NY Part) +397,168,223,New York NY-NJ-CT-PA CSA (NY Part) +397,169,223,New York NY-NJ-CT-PA CSA (NY Part) +397,170,223,New York NY-NJ-CT-PA CSA (NY Part) +397,171,172,Miami FL MSA +397,172,172,Miami FL MSA +397,173,223,New York NY-NJ-CT-PA CSA (NY Part) +397,174,176,Atlanta GA-AL CSA (GA Part) +397,175,223,New York NY-NJ-CT-PA CSA (NY Part) +397,176,223,New York NY-NJ-CT-PA CSA (NY Part) +397,177,223,New York NY-NJ-CT-PA CSA (NY Part) +397,178,217,New York NY-NJ-CT-PA CSA (NJ Part) +397,179,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +397,180,159,Los Angeles CA CSA +397,181,223,New York NY-NJ-CT-PA CSA (NY Part) +397,183,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +397,184,232,Cleveland OH CSA +397,185,203,Detroit MI CSA +397,186,232,Cleveland OH CSA +397,187,203,Detroit MI CSA +397,188,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +397,189,223,New York NY-NJ-CT-PA CSA (NY Part) +397,190,217,New York NY-NJ-CT-PA CSA (NJ Part) +397,191,176,Atlanta GA-AL CSA (GA Part) +397,192,223,New York NY-NJ-CT-PA CSA (NY Part) +397,193,217,New York NY-NJ-CT-PA CSA (NJ Part) +397,194,223,New York NY-NJ-CT-PA CSA (NY Part) +397,195,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +397,196,176,Atlanta GA-AL CSA (GA Part) +397,197,223,New York NY-NJ-CT-PA CSA (NY Part) +397,198,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +397,199,223,New York NY-NJ-CT-PA CSA (NY Part) +397,200,266,Washington DC-MD-VA-WV CSA (VA Part) +397,201,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +397,202,223,New York NY-NJ-CT-PA CSA (NY Part) +397,203,223,New York NY-NJ-CT-PA CSA (NY Part) +397,204,266,Washington DC-MD-VA-WV CSA (VA Part) +397,205,232,Cleveland OH CSA +397,206,186,Indianapolis IN CSA +397,207,12,Chicago IL-IN-WI CSA (IL Part) +397,208,266,Washington DC-MD-VA-WV CSA (VA Part) +397,209,203,Detroit MI CSA +397,210,12,Chicago IL-IN-WI CSA (IL Part) +397,211,223,New York NY-NJ-CT-PA CSA (NY Part) +397,212,223,New York NY-NJ-CT-PA CSA (NY Part) +397,213,12,Chicago IL-IN-WI CSA (IL Part) +397,214,12,Chicago IL-IN-WI CSA (IL Part) +397,215,169,Delaware +397,216,223,New York NY-NJ-CT-PA CSA (NY Part) +397,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +397,218,201,Boston MA-NH CSA (MA Part) +397,219,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +397,220,255,Dallas-Fort Worth TX CSA +397,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +397,222,223,New York NY-NJ-CT-PA CSA (NY Part) +397,223,223,New York NY-NJ-CT-PA CSA (NY Part) +397,224,217,New York NY-NJ-CT-PA CSA (NJ Part) +397,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +397,226,169,Delaware +397,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +397,228,266,Washington DC-MD-VA-WV CSA (VA Part) +397,229,223,New York NY-NJ-CT-PA CSA (NY Part) +397,230,12,Chicago IL-IN-WI CSA (IL Part) +397,231,223,New York NY-NJ-CT-PA CSA (NY Part) +397,232,203,Detroit MI CSA +397,233,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +397,234,266,Washington DC-MD-VA-WV CSA (VA Part) +397,235,232,Cleveland OH CSA +397,236,217,New York NY-NJ-CT-PA CSA (NJ Part) +397,237,172,Miami FL MSA +397,238,12,Chicago IL-IN-WI CSA (IL Part) +397,239,223,New York NY-NJ-CT-PA CSA (NY Part) +397,240,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +397,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +397,242,223,New York NY-NJ-CT-PA CSA (NY Part) +397,243,223,New York NY-NJ-CT-PA CSA (NY Part) +397,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +397,245,266,Washington DC-MD-VA-WV CSA (VA Part) +397,246,169,Delaware +397,247,217,New York NY-NJ-CT-PA CSA (NJ Part) +397,248,223,New York NY-NJ-CT-PA CSA (NY Part) +397,249,12,Chicago IL-IN-WI CSA (IL Part) +397,250,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +397,251,176,Atlanta GA-AL CSA (GA Part) +397,252,173,Orlando FL CSA +397,253,257,Houston TX CSA +397,254,257,Houston TX CSA +397,255,226,Charlotte NC-SC CSA (NC Part) +397,256,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +397,257,217,New York NY-NJ-CT-PA CSA (NJ Part) +397,258,223,New York NY-NJ-CT-PA CSA (NY Part) +397,259,176,Atlanta GA-AL CSA (GA Part) +397,260,223,New York NY-NJ-CT-PA CSA (NY Part) +397,261,12,Chicago IL-IN-WI CSA (IL Part) +397,262,201,Boston MA-NH CSA (MA Part) +397,263,266,Washington DC-MD-VA-WV CSA (VA Part) +397,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +397,265,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +397,266,223,New York NY-NJ-CT-PA CSA (NY Part) +397,267,223,New York NY-NJ-CT-PA CSA (NY Part) +397,268,223,New York NY-NJ-CT-PA CSA (NY Part) +397,269,223,New York NY-NJ-CT-PA CSA (NY Part) +397,270,223,New York NY-NJ-CT-PA CSA (NY Part) +397,271,223,New York NY-NJ-CT-PA CSA (NY Part) +397,272,266,Washington DC-MD-VA-WV CSA (VA Part) +397,273,223,New York NY-NJ-CT-PA CSA (NY Part) +398,152,249,Memphis TN-MS-AR MSA (TN Part) +398,153,191,Louisville KY-IN CSA (KY Part) +398,154,223,New York NY-NJ-CT-PA CSA (NY Part) +398,155,223,New York NY-NJ-CT-PA CSA (NY Part) +398,156,12,Chicago IL-IN-WI CSA (IL Part) +398,157,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +398,158,203,Detroit MI CSA +398,159,12,Chicago IL-IN-WI CSA (IL Part) +398,160,201,Boston MA-NH CSA (MA Part) +398,161,223,New York NY-NJ-CT-PA CSA (NY Part) +398,162,162,San Francisco CA CSA +398,163,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +398,164,223,New York NY-NJ-CT-PA CSA (NY Part) +398,165,12,Chicago IL-IN-WI CSA (IL Part) +398,166,223,New York NY-NJ-CT-PA CSA (NY Part) +398,167,223,New York NY-NJ-CT-PA CSA (NY Part) +398,168,223,New York NY-NJ-CT-PA CSA (NY Part) +398,169,223,New York NY-NJ-CT-PA CSA (NY Part) +398,170,223,New York NY-NJ-CT-PA CSA (NY Part) +398,171,245,Charleston SC MSA +398,172,217,New York NY-NJ-CT-PA CSA (NJ Part) +398,173,217,New York NY-NJ-CT-PA CSA (NJ Part) +398,174,172,Miami FL MSA +398,175,176,Atlanta GA-AL CSA (GA Part) +398,176,223,New York NY-NJ-CT-PA CSA (NY Part) +398,177,266,Washington DC-MD-VA-WV CSA (VA Part) +398,178,172,Miami FL MSA +398,179,12,Chicago IL-IN-WI CSA (IL Part) +398,180,179,Honolulu HI MSA +398,181,154,Alaska +398,183,12,Chicago IL-IN-WI CSA (IL Part) +398,184,266,Washington DC-MD-VA-WV CSA (VA Part) +398,185,223,New York NY-NJ-CT-PA CSA (NY Part) +398,186,266,Washington DC-MD-VA-WV CSA (VA Part) +398,187,217,New York NY-NJ-CT-PA CSA (NJ Part) +398,188,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +398,189,12,Chicago IL-IN-WI CSA (IL Part) +398,190,12,Chicago IL-IN-WI CSA (IL Part) +398,191,217,New York NY-NJ-CT-PA CSA (NJ Part) +398,192,12,Chicago IL-IN-WI CSA (IL Part) +398,193,12,Chicago IL-IN-WI CSA (IL Part) +398,194,12,Chicago IL-IN-WI CSA (IL Part) +398,195,201,Boston MA-NH CSA (MA Part) +398,196,232,Cleveland OH CSA +398,197,12,Chicago IL-IN-WI CSA (IL Part) +398,198,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +398,199,192,Remainder of Kentucky +398,200,223,New York NY-NJ-CT-PA CSA (NY Part) +398,201,266,Washington DC-MD-VA-WV CSA (VA Part) +398,202,223,New York NY-NJ-CT-PA CSA (NY Part) +398,203,186,Indianapolis IN CSA +398,204,223,New York NY-NJ-CT-PA CSA (NY Part) +398,205,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +398,206,12,Chicago IL-IN-WI CSA (IL Part) +398,207,223,New York NY-NJ-CT-PA CSA (NY Part) +398,208,176,Atlanta GA-AL CSA (GA Part) +398,209,169,Delaware +398,210,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +398,211,266,Washington DC-MD-VA-WV CSA (VA Part) +398,212,154,Alaska +398,213,12,Chicago IL-IN-WI CSA (IL Part) +398,214,217,New York NY-NJ-CT-PA CSA (NJ Part) +398,215,154,Alaska +398,216,223,New York NY-NJ-CT-PA CSA (NY Part) +398,217,201,Boston MA-NH CSA (MA Part) +398,218,223,New York NY-NJ-CT-PA CSA (NY Part) +398,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +398,220,223,New York NY-NJ-CT-PA CSA (NY Part) +398,221,223,New York NY-NJ-CT-PA CSA (NY Part) +398,222,203,Detroit MI CSA +398,223,223,New York NY-NJ-CT-PA CSA (NY Part) +398,224,223,New York NY-NJ-CT-PA CSA (NY Part) +398,225,223,New York NY-NJ-CT-PA CSA (NY Part) +398,226,176,Atlanta GA-AL CSA (GA Part) +398,227,223,New York NY-NJ-CT-PA CSA (NY Part) +398,228,217,New York NY-NJ-CT-PA CSA (NJ Part) +398,229,266,Washington DC-MD-VA-WV CSA (VA Part) +398,230,169,Delaware +398,231,201,Boston MA-NH CSA (MA Part) +398,232,191,Louisville KY-IN CSA (KY Part) +398,233,266,Washington DC-MD-VA-WV CSA (VA Part) +398,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +398,235,223,New York NY-NJ-CT-PA CSA (NY Part) +398,236,217,New York NY-NJ-CT-PA CSA (NJ Part) +398,237,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +398,238,201,Boston MA-NH CSA (MA Part) +398,239,154,Alaska +398,240,154,Alaska +398,241,223,New York NY-NJ-CT-PA CSA (NY Part) +398,242,232,Cleveland OH CSA +398,243,203,Detroit MI CSA +398,244,223,New York NY-NJ-CT-PA CSA (NY Part) +398,245,217,New York NY-NJ-CT-PA CSA (NJ Part) +398,246,169,Delaware +398,247,266,Washington DC-MD-VA-WV CSA (VA Part) +398,248,201,Boston MA-NH CSA (MA Part) +398,249,153,Remainder of Alabama +398,250,176,Atlanta GA-AL CSA (GA Part) +398,251,176,Atlanta GA-AL CSA (GA Part) +398,252,12,Chicago IL-IN-WI CSA (IL Part) +398,253,191,Louisville KY-IN CSA (KY Part) +398,254,223,New York NY-NJ-CT-PA CSA (NY Part) +398,255,173,Orlando FL CSA +398,256,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +398,257,153,Remainder of Alabama +398,258,12,Chicago IL-IN-WI CSA (IL Part) +398,259,176,Atlanta GA-AL CSA (GA Part) +398,260,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +398,261,12,Chicago IL-IN-WI CSA (IL Part) +398,262,249,Memphis TN-MS-AR MSA (TN Part) +398,263,201,Boston MA-NH CSA (MA Part) +398,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +398,265,232,Cleveland OH CSA +398,266,203,Detroit MI CSA +398,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +398,268,154,Alaska +398,269,266,Washington DC-MD-VA-WV CSA (VA Part) +398,270,223,New York NY-NJ-CT-PA CSA (NY Part) +398,271,231,Cincinnati OH-KY-IN CSA (OH Part) +398,272,12,Chicago IL-IN-WI CSA (IL Part) +398,273,12,Chicago IL-IN-WI CSA (IL Part) +399,152,255,Dallas-Fort Worth TX CSA +399,153,249,Memphis TN-MS-AR MSA (TN Part) +399,154,162,San Francisco CA CSA +399,155,257,Houston TX CSA +399,156,159,Los Angeles CA CSA +399,157,255,Dallas-Fort Worth TX CSA +399,158,257,Houston TX CSA +399,159,159,Los Angeles CA CSA +399,160,162,San Francisco CA CSA +399,161,159,Los Angeles CA CSA +399,162,162,San Francisco CA CSA +399,163,159,Los Angeles CA CSA +399,164,159,Los Angeles CA CSA +399,165,249,Memphis TN-MS-AR MSA (TN Part) +399,166,176,Atlanta GA-AL CSA (GA Part) +399,167,223,New York NY-NJ-CT-PA CSA (NY Part) +399,168,176,Atlanta GA-AL CSA (GA Part) +399,169,153,Remainder of Alabama +399,170,266,Washington DC-MD-VA-WV CSA (VA Part) +399,171,195,New Orleans LA CSA +399,172,172,Miami FL MSA +399,173,172,Miami FL MSA +399,174,172,Miami FL MSA +399,175,172,Miami FL MSA +399,176,257,Houston TX CSA +399,177,176,Atlanta GA-AL CSA (GA Part) +399,178,176,Atlanta GA-AL CSA (GA Part) +399,179,162,San Francisco CA CSA +399,180,162,San Francisco CA CSA +399,181,159,Los Angeles CA CSA +399,183,195,New Orleans LA CSA +399,184,255,Dallas-Fort Worth TX CSA +399,185,249,Memphis TN-MS-AR MSA (TN Part) +399,186,255,Dallas-Fort Worth TX CSA +399,187,249,Memphis TN-MS-AR MSA (TN Part) +399,188,257,Houston TX CSA +399,189,257,Houston TX CSA +399,190,195,New Orleans LA CSA +399,191,249,Memphis TN-MS-AR MSA (TN Part) +399,192,195,New Orleans LA CSA +399,193,257,Houston TX CSA +399,194,257,Houston TX CSA +399,195,257,Houston TX CSA +399,196,249,Memphis TN-MS-AR MSA (TN Part) +399,197,195,New Orleans LA CSA +399,198,249,Memphis TN-MS-AR MSA (TN Part) +399,199,266,Washington DC-MD-VA-WV CSA (VA Part) +399,200,266,Washington DC-MD-VA-WV CSA (VA Part) +399,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +399,202,223,New York NY-NJ-CT-PA CSA (NY Part) +399,203,249,Memphis TN-MS-AR MSA (TN Part) +399,204,12,Chicago IL-IN-WI CSA (IL Part) +399,205,249,Memphis TN-MS-AR MSA (TN Part) +399,206,249,Memphis TN-MS-AR MSA (TN Part) +399,207,249,Memphis TN-MS-AR MSA (TN Part) +399,208,153,Remainder of Alabama +399,209,255,Dallas-Fort Worth TX CSA +399,210,255,Dallas-Fort Worth TX CSA +399,211,176,Atlanta GA-AL CSA (GA Part) +399,212,159,Los Angeles CA CSA +399,213,249,Memphis TN-MS-AR MSA (TN Part) +399,214,159,Los Angeles CA CSA +399,215,257,Houston TX CSA +399,216,223,New York NY-NJ-CT-PA CSA (NY Part) +399,217,176,Atlanta GA-AL CSA (GA Part) +399,218,176,Atlanta GA-AL CSA (GA Part) +399,219,176,Atlanta GA-AL CSA (GA Part) +399,220,257,Houston TX CSA +399,221,195,New Orleans LA CSA +399,222,232,Cleveland OH CSA +399,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +399,224,195,New Orleans LA CSA +399,225,191,Louisville KY-IN CSA (KY Part) +399,226,176,Atlanta GA-AL CSA (GA Part) +399,227,257,Houston TX CSA +399,228,176,Atlanta GA-AL CSA (GA Part) +399,229,195,New Orleans LA CSA +399,230,164,Denver CO CSA +399,231,249,Memphis TN-MS-AR MSA (TN Part) +399,232,249,Memphis TN-MS-AR MSA (TN Part) +399,233,249,Memphis TN-MS-AR MSA (TN Part) +399,234,257,Houston TX CSA +399,235,186,Indianapolis IN CSA +399,236,164,Denver CO CSA +399,237,255,Dallas-Fort Worth TX CSA +399,238,164,Denver CO CSA +399,239,159,Los Angeles CA CSA +399,240,159,Los Angeles CA CSA +399,241,257,Houston TX CSA +399,242,255,Dallas-Fort Worth TX CSA +399,243,257,Houston TX CSA +399,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +399,245,245,Charleston SC MSA +399,246,153,Remainder of Alabama +399,247,153,Remainder of Alabama +399,248,249,Memphis TN-MS-AR MSA (TN Part) +399,249,249,Memphis TN-MS-AR MSA (TN Part) +399,250,257,Houston TX CSA +399,251,257,Houston TX CSA +399,252,249,Memphis TN-MS-AR MSA (TN Part) +399,253,249,Memphis TN-MS-AR MSA (TN Part) +399,254,255,Dallas-Fort Worth TX CSA +399,255,249,Memphis TN-MS-AR MSA (TN Part) +399,256,159,Los Angeles CA CSA +399,257,195,New Orleans LA CSA +399,258,257,Houston TX CSA +399,259,249,Memphis TN-MS-AR MSA (TN Part) +399,260,255,Dallas-Fort Worth TX CSA +399,261,255,Dallas-Fort Worth TX CSA +399,262,159,Los Angeles CA CSA +399,263,223,New York NY-NJ-CT-PA CSA (NY Part) +399,264,176,Atlanta GA-AL CSA (GA Part) +399,265,226,Charlotte NC-SC CSA (NC Part) +399,266,195,New Orleans LA CSA +399,267,249,Memphis TN-MS-AR MSA (TN Part) +399,268,162,San Francisco CA CSA +399,269,255,Dallas-Fort Worth TX CSA +399,270,257,Houston TX CSA +399,271,12,Chicago IL-IN-WI CSA (IL Part) +399,272,12,Chicago IL-IN-WI CSA (IL Part) +399,273,249,Memphis TN-MS-AR MSA (TN Part) +400,152,176,Atlanta GA-AL CSA (GA Part) +400,153,191,Louisville KY-IN CSA (KY Part) +400,154,179,Honolulu HI MSA +400,155,162,San Francisco CA CSA +400,156,154,Alaska +400,157,154,Alaska +400,158,12,Chicago IL-IN-WI CSA (IL Part) +400,159,159,Los Angeles CA CSA +400,160,159,Los Angeles CA CSA +400,161,154,Alaska +400,162,179,Honolulu HI MSA +400,163,159,Los Angeles CA CSA +400,164,159,Los Angeles CA CSA +400,165,162,San Francisco CA CSA +400,166,268,Seattle WA CSA +400,167,162,San Francisco CA CSA +400,168,12,Chicago IL-IN-WI CSA (IL Part) +400,169,223,New York NY-NJ-CT-PA CSA (NY Part) +400,170,268,Seattle WA CSA +400,171,226,Charlotte NC-SC CSA (NC Part) +400,172,159,Los Angeles CA CSA +400,173,203,Detroit MI CSA +400,174,176,Atlanta GA-AL CSA (GA Part) +400,175,162,San Francisco CA CSA +400,176,162,San Francisco CA CSA +400,177,249,Memphis TN-MS-AR MSA (TN Part) +400,178,164,Denver CO CSA +400,179,162,San Francisco CA CSA +400,180,159,Los Angeles CA CSA +400,181,154,Alaska +400,183,12,Chicago IL-IN-WI CSA (IL Part) +400,184,12,Chicago IL-IN-WI CSA (IL Part) +400,185,203,Detroit MI CSA +400,186,12,Chicago IL-IN-WI CSA (IL Part) +400,187,159,Los Angeles CA CSA +400,188,159,Los Angeles CA CSA +400,189,268,Seattle WA CSA +400,190,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +400,191,249,Memphis TN-MS-AR MSA (TN Part) +400,192,162,San Francisco CA CSA +400,193,12,Chicago IL-IN-WI CSA (IL Part) +400,194,162,San Francisco CA CSA +400,195,159,Los Angeles CA CSA +400,196,249,Memphis TN-MS-AR MSA (TN Part) +400,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +400,198,154,Alaska +400,199,232,Cleveland OH CSA +400,200,12,Chicago IL-IN-WI CSA (IL Part) +400,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +400,202,159,Los Angeles CA CSA +400,203,159,Los Angeles CA CSA +400,204,179,Honolulu HI MSA +400,205,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +400,206,159,Los Angeles CA CSA +400,207,154,Alaska +400,208,159,Los Angeles CA CSA +400,209,162,San Francisco CA CSA +400,210,268,Seattle WA CSA +400,211,159,Los Angeles CA CSA +400,212,162,San Francisco CA CSA +400,213,159,Los Angeles CA CSA +400,214,154,Alaska +400,215,159,Los Angeles CA CSA +400,216,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +400,217,12,Chicago IL-IN-WI CSA (IL Part) +400,218,154,Alaska +400,219,12,Chicago IL-IN-WI CSA (IL Part) +400,220,159,Los Angeles CA CSA +400,221,12,Chicago IL-IN-WI CSA (IL Part) +400,222,154,Alaska +400,223,203,Detroit MI CSA +400,224,154,Alaska +400,225,154,Alaska +400,226,12,Chicago IL-IN-WI CSA (IL Part) +400,227,12,Chicago IL-IN-WI CSA (IL Part) +400,228,12,Chicago IL-IN-WI CSA (IL Part) +400,229,162,San Francisco CA CSA +400,230,159,Los Angeles CA CSA +400,231,249,Memphis TN-MS-AR MSA (TN Part) +400,232,162,San Francisco CA CSA +400,233,249,Memphis TN-MS-AR MSA (TN Part) +400,234,203,Detroit MI CSA +400,235,232,Cleveland OH CSA +400,236,255,Dallas-Fort Worth TX CSA +400,237,162,San Francisco CA CSA +400,238,159,Los Angeles CA CSA +400,239,159,Los Angeles CA CSA +400,240,159,Los Angeles CA CSA +400,241,223,New York NY-NJ-CT-PA CSA (NY Part) +400,242,191,Louisville KY-IN CSA (KY Part) +400,243,12,Chicago IL-IN-WI CSA (IL Part) +400,244,223,New York NY-NJ-CT-PA CSA (NY Part) +400,245,12,Chicago IL-IN-WI CSA (IL Part) +400,246,12,Chicago IL-IN-WI CSA (IL Part) +400,247,179,Honolulu HI MSA +400,248,154,Alaska +400,249,162,San Francisco CA CSA +400,250,159,Los Angeles CA CSA +400,251,12,Chicago IL-IN-WI CSA (IL Part) +400,252,154,Alaska +400,253,162,San Francisco CA CSA +400,254,159,Los Angeles CA CSA +400,255,257,Houston TX CSA +400,256,159,Los Angeles CA CSA +400,257,159,Los Angeles CA CSA +400,258,162,San Francisco CA CSA +400,259,159,Los Angeles CA CSA +400,260,159,Los Angeles CA CSA +400,261,154,Alaska +400,262,159,Los Angeles CA CSA +400,263,203,Detroit MI CSA +400,264,159,Los Angeles CA CSA +400,265,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +400,266,12,Chicago IL-IN-WI CSA (IL Part) +400,267,159,Los Angeles CA CSA +400,268,154,Alaska +400,269,162,San Francisco CA CSA +400,270,12,Chicago IL-IN-WI CSA (IL Part) +400,271,12,Chicago IL-IN-WI CSA (IL Part) +400,272,12,Chicago IL-IN-WI CSA (IL Part) +400,273,162,San Francisco CA CSA +401,152,223,New York NY-NJ-CT-PA CSA (NY Part) +401,153,176,Atlanta GA-AL CSA (GA Part) +401,154,268,Seattle WA CSA +401,155,12,Chicago IL-IN-WI CSA (IL Part) +401,156,12,Chicago IL-IN-WI CSA (IL Part) +401,157,12,Chicago IL-IN-WI CSA (IL Part) +401,158,191,Louisville KY-IN CSA (KY Part) +401,159,162,San Francisco CA CSA +401,160,162,San Francisco CA CSA +401,161,223,New York NY-NJ-CT-PA CSA (NY Part) +401,162,159,Los Angeles CA CSA +401,163,162,San Francisco CA CSA +401,164,12,Chicago IL-IN-WI CSA (IL Part) +401,165,223,New York NY-NJ-CT-PA CSA (NY Part) +401,166,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +401,167,223,New York NY-NJ-CT-PA CSA (NY Part) +401,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +401,169,223,New York NY-NJ-CT-PA CSA (NY Part) +401,170,223,New York NY-NJ-CT-PA CSA (NY Part) +401,171,176,Atlanta GA-AL CSA (GA Part) +401,172,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +401,173,223,New York NY-NJ-CT-PA CSA (NY Part) +401,174,223,New York NY-NJ-CT-PA CSA (NY Part) +401,175,217,New York NY-NJ-CT-PA CSA (NJ Part) +401,176,191,Louisville KY-IN CSA (KY Part) +401,177,223,New York NY-NJ-CT-PA CSA (NY Part) +401,178,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +401,179,268,Seattle WA CSA +401,180,154,Alaska +401,181,203,Detroit MI CSA +401,183,223,New York NY-NJ-CT-PA CSA (NY Part) +401,184,12,Chicago IL-IN-WI CSA (IL Part) +401,185,223,New York NY-NJ-CT-PA CSA (NY Part) +401,186,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +401,187,12,Chicago IL-IN-WI CSA (IL Part) +401,188,201,Boston MA-NH CSA (MA Part) +401,189,266,Washington DC-MD-VA-WV CSA (VA Part) +401,190,12,Chicago IL-IN-WI CSA (IL Part) +401,191,266,Washington DC-MD-VA-WV CSA (VA Part) +401,192,266,Washington DC-MD-VA-WV CSA (VA Part) +401,193,249,Memphis TN-MS-AR MSA (TN Part) +401,194,257,Houston TX CSA +401,195,232,Cleveland OH CSA +401,196,223,New York NY-NJ-CT-PA CSA (NY Part) +401,197,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +401,198,223,New York NY-NJ-CT-PA CSA (NY Part) +401,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +401,200,223,New York NY-NJ-CT-PA CSA (NY Part) +401,201,223,New York NY-NJ-CT-PA CSA (NY Part) +401,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +401,203,223,New York NY-NJ-CT-PA CSA (NY Part) +401,204,201,Boston MA-NH CSA (MA Part) +401,205,223,New York NY-NJ-CT-PA CSA (NY Part) +401,206,203,Detroit MI CSA +401,207,12,Chicago IL-IN-WI CSA (IL Part) +401,208,153,Remainder of Alabama +401,209,12,Chicago IL-IN-WI CSA (IL Part) +401,210,223,New York NY-NJ-CT-PA CSA (NY Part) +401,211,203,Detroit MI CSA +401,212,186,Indianapolis IN CSA +401,213,203,Detroit MI CSA +401,214,223,New York NY-NJ-CT-PA CSA (NY Part) +401,215,268,Seattle WA CSA +401,216,223,New York NY-NJ-CT-PA CSA (NY Part) +401,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +401,218,223,New York NY-NJ-CT-PA CSA (NY Part) +401,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +401,220,232,Cleveland OH CSA +401,221,266,Washington DC-MD-VA-WV CSA (VA Part) +401,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +401,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +401,224,223,New York NY-NJ-CT-PA CSA (NY Part) +401,225,232,Cleveland OH CSA +401,226,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +401,227,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +401,228,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +401,229,223,New York NY-NJ-CT-PA CSA (NY Part) +401,230,223,New York NY-NJ-CT-PA CSA (NY Part) +401,231,192,Remainder of Kentucky +401,232,223,New York NY-NJ-CT-PA CSA (NY Part) +401,233,203,Detroit MI CSA +401,234,266,Washington DC-MD-VA-WV CSA (VA Part) +401,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +401,236,249,Memphis TN-MS-AR MSA (TN Part) +401,237,12,Chicago IL-IN-WI CSA (IL Part) +401,238,12,Chicago IL-IN-WI CSA (IL Part) +401,239,12,Chicago IL-IN-WI CSA (IL Part) +401,240,154,Alaska +401,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +401,242,217,New York NY-NJ-CT-PA CSA (NJ Part) +401,243,266,Washington DC-MD-VA-WV CSA (VA Part) +401,244,223,New York NY-NJ-CT-PA CSA (NY Part) +401,245,223,New York NY-NJ-CT-PA CSA (NY Part) +401,246,191,Louisville KY-IN CSA (KY Part) +401,247,223,New York NY-NJ-CT-PA CSA (NY Part) +401,248,201,Boston MA-NH CSA (MA Part) +401,249,12,Chicago IL-IN-WI CSA (IL Part) +401,250,12,Chicago IL-IN-WI CSA (IL Part) +401,251,12,Chicago IL-IN-WI CSA (IL Part) +401,252,203,Detroit MI CSA +401,253,12,Chicago IL-IN-WI CSA (IL Part) +401,254,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +401,255,12,Chicago IL-IN-WI CSA (IL Part) +401,256,176,Atlanta GA-AL CSA (GA Part) +401,257,223,New York NY-NJ-CT-PA CSA (NY Part) +401,258,12,Chicago IL-IN-WI CSA (IL Part) +401,259,266,Washington DC-MD-VA-WV CSA (VA Part) +401,260,266,Washington DC-MD-VA-WV CSA (VA Part) +401,261,159,Los Angeles CA CSA +401,262,266,Washington DC-MD-VA-WV CSA (VA Part) +401,263,223,New York NY-NJ-CT-PA CSA (NY Part) +401,264,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +401,265,223,New York NY-NJ-CT-PA CSA (NY Part) +401,266,266,Washington DC-MD-VA-WV CSA (VA Part) +401,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +401,268,154,Alaska +401,269,12,Chicago IL-IN-WI CSA (IL Part) +401,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +401,271,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +401,272,217,New York NY-NJ-CT-PA CSA (NJ Part) +401,273,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +402,152,176,Atlanta GA-AL CSA (GA Part) +402,153,176,Atlanta GA-AL CSA (GA Part) +402,154,154,Alaska +402,155,12,Chicago IL-IN-WI CSA (IL Part) +402,156,223,New York NY-NJ-CT-PA CSA (NY Part) +402,157,217,New York NY-NJ-CT-PA CSA (NJ Part) +402,158,217,New York NY-NJ-CT-PA CSA (NJ Part) +402,159,12,Chicago IL-IN-WI CSA (IL Part) +402,160,201,Boston MA-NH CSA (MA Part) +402,161,201,Boston MA-NH CSA (MA Part) +402,162,203,Detroit MI CSA +402,163,159,Los Angeles CA CSA +402,164,12,Chicago IL-IN-WI CSA (IL Part) +402,165,249,Memphis TN-MS-AR MSA (TN Part) +402,166,223,New York NY-NJ-CT-PA CSA (NY Part) +402,167,223,New York NY-NJ-CT-PA CSA (NY Part) +402,168,223,New York NY-NJ-CT-PA CSA (NY Part) +402,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +402,170,201,Boston MA-NH CSA (MA Part) +402,171,191,Louisville KY-IN CSA (KY Part) +402,172,172,Miami FL MSA +402,173,201,Boston MA-NH CSA (MA Part) +402,174,169,Delaware +402,175,176,Atlanta GA-AL CSA (GA Part) +402,176,176,Atlanta GA-AL CSA (GA Part) +402,177,223,New York NY-NJ-CT-PA CSA (NY Part) +402,178,232,Cleveland OH CSA +402,179,154,Alaska +402,180,154,Alaska +402,181,223,New York NY-NJ-CT-PA CSA (NY Part) +402,183,12,Chicago IL-IN-WI CSA (IL Part) +402,184,12,Chicago IL-IN-WI CSA (IL Part) +402,185,12,Chicago IL-IN-WI CSA (IL Part) +402,186,217,New York NY-NJ-CT-PA CSA (NJ Part) +402,187,223,New York NY-NJ-CT-PA CSA (NY Part) +402,188,12,Chicago IL-IN-WI CSA (IL Part) +402,189,203,Detroit MI CSA +402,190,249,Memphis TN-MS-AR MSA (TN Part) +402,191,217,New York NY-NJ-CT-PA CSA (NJ Part) +402,192,223,New York NY-NJ-CT-PA CSA (NY Part) +402,193,176,Atlanta GA-AL CSA (GA Part) +402,194,176,Atlanta GA-AL CSA (GA Part) +402,195,176,Atlanta GA-AL CSA (GA Part) +402,196,217,New York NY-NJ-CT-PA CSA (NJ Part) +402,197,223,New York NY-NJ-CT-PA CSA (NY Part) +402,198,223,New York NY-NJ-CT-PA CSA (NY Part) +402,199,203,Detroit MI CSA +402,200,223,New York NY-NJ-CT-PA CSA (NY Part) +402,201,169,Delaware +402,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +402,203,217,New York NY-NJ-CT-PA CSA (NJ Part) +402,204,12,Chicago IL-IN-WI CSA (IL Part) +402,205,223,New York NY-NJ-CT-PA CSA (NY Part) +402,206,223,New York NY-NJ-CT-PA CSA (NY Part) +402,207,12,Chicago IL-IN-WI CSA (IL Part) +402,208,169,Delaware +402,209,12,Chicago IL-IN-WI CSA (IL Part) +402,210,223,New York NY-NJ-CT-PA CSA (NY Part) +402,211,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +402,212,12,Chicago IL-IN-WI CSA (IL Part) +402,213,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +402,214,12,Chicago IL-IN-WI CSA (IL Part) +402,215,12,Chicago IL-IN-WI CSA (IL Part) +402,216,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +402,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +402,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +402,219,223,New York NY-NJ-CT-PA CSA (NY Part) +402,220,12,Chicago IL-IN-WI CSA (IL Part) +402,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +402,222,223,New York NY-NJ-CT-PA CSA (NY Part) +402,223,201,Boston MA-NH CSA (MA Part) +402,224,223,New York NY-NJ-CT-PA CSA (NY Part) +402,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +402,226,191,Louisville KY-IN CSA (KY Part) +402,227,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +402,228,223,New York NY-NJ-CT-PA CSA (NY Part) +402,229,223,New York NY-NJ-CT-PA CSA (NY Part) +402,230,217,New York NY-NJ-CT-PA CSA (NJ Part) +402,231,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +402,232,223,New York NY-NJ-CT-PA CSA (NY Part) +402,233,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +402,234,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +402,235,223,New York NY-NJ-CT-PA CSA (NY Part) +402,236,249,Memphis TN-MS-AR MSA (TN Part) +402,237,223,New York NY-NJ-CT-PA CSA (NY Part) +402,238,223,New York NY-NJ-CT-PA CSA (NY Part) +402,239,268,Seattle WA CSA +402,240,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +402,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +402,242,232,Cleveland OH CSA +402,243,169,Delaware +402,244,223,New York NY-NJ-CT-PA CSA (NY Part) +402,245,223,New York NY-NJ-CT-PA CSA (NY Part) +402,246,217,New York NY-NJ-CT-PA CSA (NJ Part) +402,247,223,New York NY-NJ-CT-PA CSA (NY Part) +402,248,232,Cleveland OH CSA +402,249,217,New York NY-NJ-CT-PA CSA (NJ Part) +402,250,12,Chicago IL-IN-WI CSA (IL Part) +402,251,232,Cleveland OH CSA +402,252,266,Washington DC-MD-VA-WV CSA (VA Part) +402,253,217,New York NY-NJ-CT-PA CSA (NJ Part) +402,254,191,Louisville KY-IN CSA (KY Part) +402,255,223,New York NY-NJ-CT-PA CSA (NY Part) +402,256,203,Detroit MI CSA +402,257,153,Remainder of Alabama +402,258,223,New York NY-NJ-CT-PA CSA (NY Part) +402,259,191,Louisville KY-IN CSA (KY Part) +402,260,186,Indianapolis IN CSA +402,261,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +402,262,186,Indianapolis IN CSA +402,263,266,Washington DC-MD-VA-WV CSA (VA Part) +402,264,223,New York NY-NJ-CT-PA CSA (NY Part) +402,265,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +402,266,266,Washington DC-MD-VA-WV CSA (VA Part) +402,267,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +402,268,154,Alaska +402,269,268,Seattle WA CSA +402,270,201,Boston MA-NH CSA (MA Part) +402,271,223,New York NY-NJ-CT-PA CSA (NY Part) +402,272,12,Chicago IL-IN-WI CSA (IL Part) +402,273,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +403,152,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +403,153,12,Chicago IL-IN-WI CSA (IL Part) +403,154,159,Los Angeles CA CSA +403,155,154,Alaska +403,156,159,Los Angeles CA CSA +403,157,154,Alaska +403,158,12,Chicago IL-IN-WI CSA (IL Part) +403,159,159,Los Angeles CA CSA +403,160,159,Los Angeles CA CSA +403,161,159,Los Angeles CA CSA +403,162,159,Los Angeles CA CSA +403,163,159,Los Angeles CA CSA +403,164,162,San Francisco CA CSA +403,165,154,Alaska +403,166,12,Chicago IL-IN-WI CSA (IL Part) +403,167,223,New York NY-NJ-CT-PA CSA (NY Part) +403,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +403,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +403,170,223,New York NY-NJ-CT-PA CSA (NY Part) +403,171,203,Detroit MI CSA +403,172,176,Atlanta GA-AL CSA (GA Part) +403,173,12,Chicago IL-IN-WI CSA (IL Part) +403,174,266,Washington DC-MD-VA-WV CSA (VA Part) +403,175,201,Boston MA-NH CSA (MA Part) +403,176,217,New York NY-NJ-CT-PA CSA (NJ Part) +403,177,176,Atlanta GA-AL CSA (GA Part) +403,178,266,Washington DC-MD-VA-WV CSA (VA Part) +403,179,154,Alaska +403,180,159,Los Angeles CA CSA +403,181,12,Chicago IL-IN-WI CSA (IL Part) +403,183,12,Chicago IL-IN-WI CSA (IL Part) +403,184,154,Alaska +403,185,186,Indianapolis IN CSA +403,186,192,Remainder of Kentucky +403,187,191,Louisville KY-IN CSA (KY Part) +403,188,154,Alaska +403,189,154,Alaska +403,190,154,Alaska +403,191,12,Chicago IL-IN-WI CSA (IL Part) +403,192,217,New York NY-NJ-CT-PA CSA (NJ Part) +403,193,176,Atlanta GA-AL CSA (GA Part) +403,194,12,Chicago IL-IN-WI CSA (IL Part) +403,195,12,Chicago IL-IN-WI CSA (IL Part) +403,196,255,Dallas-Fort Worth TX CSA +403,197,223,New York NY-NJ-CT-PA CSA (NY Part) +403,198,232,Cleveland OH CSA +403,199,12,Chicago IL-IN-WI CSA (IL Part) +403,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +403,201,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +403,202,223,New York NY-NJ-CT-PA CSA (NY Part) +403,203,12,Chicago IL-IN-WI CSA (IL Part) +403,204,154,Alaska +403,205,232,Cleveland OH CSA +403,206,154,Alaska +403,207,12,Chicago IL-IN-WI CSA (IL Part) +403,208,249,Memphis TN-MS-AR MSA (TN Part) +403,209,154,Alaska +403,210,12,Chicago IL-IN-WI CSA (IL Part) +403,211,12,Chicago IL-IN-WI CSA (IL Part) +403,212,12,Chicago IL-IN-WI CSA (IL Part) +403,213,154,Alaska +403,214,162,San Francisco CA CSA +403,215,154,Alaska +403,216,223,New York NY-NJ-CT-PA CSA (NY Part) +403,217,223,New York NY-NJ-CT-PA CSA (NY Part) +403,218,266,Washington DC-MD-VA-WV CSA (VA Part) +403,219,186,Indianapolis IN CSA +403,220,159,Los Angeles CA CSA +403,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +403,222,223,New York NY-NJ-CT-PA CSA (NY Part) +403,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +403,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +403,225,201,Boston MA-NH CSA (MA Part) +403,226,191,Louisville KY-IN CSA (KY Part) +403,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +403,228,169,Delaware +403,229,12,Chicago IL-IN-WI CSA (IL Part) +403,230,154,Alaska +403,231,191,Louisville KY-IN CSA (KY Part) +403,232,223,New York NY-NJ-CT-PA CSA (NY Part) +403,233,266,Washington DC-MD-VA-WV CSA (VA Part) +403,234,12,Chicago IL-IN-WI CSA (IL Part) +403,235,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +403,236,12,Chicago IL-IN-WI CSA (IL Part) +403,237,249,Memphis TN-MS-AR MSA (TN Part) +403,238,249,Memphis TN-MS-AR MSA (TN Part) +403,239,154,Alaska +403,240,162,San Francisco CA CSA +403,241,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +403,242,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +403,243,12,Chicago IL-IN-WI CSA (IL Part) +403,244,223,New York NY-NJ-CT-PA CSA (NY Part) +403,245,223,New York NY-NJ-CT-PA CSA (NY Part) +403,246,223,New York NY-NJ-CT-PA CSA (NY Part) +403,247,232,Cleveland OH CSA +403,248,154,Alaska +403,249,12,Chicago IL-IN-WI CSA (IL Part) +403,250,191,Louisville KY-IN CSA (KY Part) +403,251,249,Memphis TN-MS-AR MSA (TN Part) +403,252,159,Los Angeles CA CSA +403,253,176,Atlanta GA-AL CSA (GA Part) +403,254,249,Memphis TN-MS-AR MSA (TN Part) +403,255,268,Seattle WA CSA +403,256,159,Los Angeles CA CSA +403,257,192,Remainder of Kentucky +403,258,257,Houston TX CSA +403,259,268,Seattle WA CSA +403,260,255,Dallas-Fort Worth TX CSA +403,261,162,San Francisco CA CSA +403,262,159,Los Angeles CA CSA +403,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +403,264,232,Cleveland OH CSA +403,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +403,266,223,New York NY-NJ-CT-PA CSA (NY Part) +403,267,223,New York NY-NJ-CT-PA CSA (NY Part) +403,268,154,Alaska +403,269,154,Alaska +403,270,186,Indianapolis IN CSA +403,271,12,Chicago IL-IN-WI CSA (IL Part) +403,272,186,Indianapolis IN CSA +403,273,154,Alaska +404,152,223,New York NY-NJ-CT-PA CSA (NY Part) +404,153,223,New York NY-NJ-CT-PA CSA (NY Part) +404,154,217,New York NY-NJ-CT-PA CSA (NJ Part) +404,155,12,Chicago IL-IN-WI CSA (IL Part) +404,156,12,Chicago IL-IN-WI CSA (IL Part) +404,157,266,Washington DC-MD-VA-WV CSA (VA Part) +404,158,176,Atlanta GA-AL CSA (GA Part) +404,159,159,Los Angeles CA CSA +404,160,223,New York NY-NJ-CT-PA CSA (NY Part) +404,161,159,Los Angeles CA CSA +404,162,162,San Francisco CA CSA +404,163,162,San Francisco CA CSA +404,164,12,Chicago IL-IN-WI CSA (IL Part) +404,165,186,Indianapolis IN CSA +404,166,223,New York NY-NJ-CT-PA CSA (NY Part) +404,167,223,New York NY-NJ-CT-PA CSA (NY Part) +404,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +404,169,223,New York NY-NJ-CT-PA CSA (NY Part) +404,170,223,New York NY-NJ-CT-PA CSA (NY Part) +404,171,201,Boston MA-NH CSA (MA Part) +404,172,223,New York NY-NJ-CT-PA CSA (NY Part) +404,173,223,New York NY-NJ-CT-PA CSA (NY Part) +404,174,173,Orlando FL CSA +404,175,176,Atlanta GA-AL CSA (GA Part) +404,176,201,Boston MA-NH CSA (MA Part) +404,177,245,Charleston SC MSA +404,178,223,New York NY-NJ-CT-PA CSA (NY Part) +404,179,154,Alaska +404,180,154,Alaska +404,181,12,Chicago IL-IN-WI CSA (IL Part) +404,183,12,Chicago IL-IN-WI CSA (IL Part) +404,184,186,Indianapolis IN CSA +404,185,266,Washington DC-MD-VA-WV CSA (VA Part) +404,186,217,New York NY-NJ-CT-PA CSA (NJ Part) +404,187,201,Boston MA-NH CSA (MA Part) +404,188,169,Delaware +404,189,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +404,190,249,Memphis TN-MS-AR MSA (TN Part) +404,191,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +404,192,266,Washington DC-MD-VA-WV CSA (VA Part) +404,193,266,Washington DC-MD-VA-WV CSA (VA Part) +404,194,191,Louisville KY-IN CSA (KY Part) +404,195,266,Washington DC-MD-VA-WV CSA (VA Part) +404,196,12,Chicago IL-IN-WI CSA (IL Part) +404,197,223,New York NY-NJ-CT-PA CSA (NY Part) +404,198,266,Washington DC-MD-VA-WV CSA (VA Part) +404,199,223,New York NY-NJ-CT-PA CSA (NY Part) +404,200,201,Boston MA-NH CSA (MA Part) +404,201,223,New York NY-NJ-CT-PA CSA (NY Part) +404,202,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +404,203,203,Detroit MI CSA +404,204,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +404,205,223,New York NY-NJ-CT-PA CSA (NY Part) +404,206,12,Chicago IL-IN-WI CSA (IL Part) +404,207,223,New York NY-NJ-CT-PA CSA (NY Part) +404,208,12,Chicago IL-IN-WI CSA (IL Part) +404,209,201,Boston MA-NH CSA (MA Part) +404,210,191,Louisville KY-IN CSA (KY Part) +404,211,191,Louisville KY-IN CSA (KY Part) +404,212,223,New York NY-NJ-CT-PA CSA (NY Part) +404,213,12,Chicago IL-IN-WI CSA (IL Part) +404,214,12,Chicago IL-IN-WI CSA (IL Part) +404,215,223,New York NY-NJ-CT-PA CSA (NY Part) +404,216,223,New York NY-NJ-CT-PA CSA (NY Part) +404,217,223,New York NY-NJ-CT-PA CSA (NY Part) +404,218,223,New York NY-NJ-CT-PA CSA (NY Part) +404,219,223,New York NY-NJ-CT-PA CSA (NY Part) +404,220,12,Chicago IL-IN-WI CSA (IL Part) +404,221,223,New York NY-NJ-CT-PA CSA (NY Part) +404,222,223,New York NY-NJ-CT-PA CSA (NY Part) +404,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +404,224,223,New York NY-NJ-CT-PA CSA (NY Part) +404,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +404,226,223,New York NY-NJ-CT-PA CSA (NY Part) +404,227,223,New York NY-NJ-CT-PA CSA (NY Part) +404,228,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +404,229,223,New York NY-NJ-CT-PA CSA (NY Part) +404,230,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +404,231,223,New York NY-NJ-CT-PA CSA (NY Part) +404,232,232,Cleveland OH CSA +404,233,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +404,234,223,New York NY-NJ-CT-PA CSA (NY Part) +404,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +404,236,191,Louisville KY-IN CSA (KY Part) +404,237,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +404,238,217,New York NY-NJ-CT-PA CSA (NJ Part) +404,239,268,Seattle WA CSA +404,240,266,Washington DC-MD-VA-WV CSA (VA Part) +404,241,223,New York NY-NJ-CT-PA CSA (NY Part) +404,242,223,New York NY-NJ-CT-PA CSA (NY Part) +404,243,223,New York NY-NJ-CT-PA CSA (NY Part) +404,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +404,245,201,Boston MA-NH CSA (MA Part) +404,246,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +404,247,223,New York NY-NJ-CT-PA CSA (NY Part) +404,248,192,Remainder of Kentucky +404,249,191,Louisville KY-IN CSA (KY Part) +404,250,217,New York NY-NJ-CT-PA CSA (NJ Part) +404,251,226,Charlotte NC-SC CSA (NC Part) +404,252,223,New York NY-NJ-CT-PA CSA (NY Part) +404,253,223,New York NY-NJ-CT-PA CSA (NY Part) +404,254,255,Dallas-Fort Worth TX CSA +404,255,191,Louisville KY-IN CSA (KY Part) +404,256,203,Detroit MI CSA +404,257,12,Chicago IL-IN-WI CSA (IL Part) +404,258,223,New York NY-NJ-CT-PA CSA (NY Part) +404,259,223,New York NY-NJ-CT-PA CSA (NY Part) +404,260,201,Boston MA-NH CSA (MA Part) +404,261,217,New York NY-NJ-CT-PA CSA (NJ Part) +404,262,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +404,263,223,New York NY-NJ-CT-PA CSA (NY Part) +404,264,223,New York NY-NJ-CT-PA CSA (NY Part) +404,265,266,Washington DC-MD-VA-WV CSA (VA Part) +404,266,266,Washington DC-MD-VA-WV CSA (VA Part) +404,267,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +404,268,154,Alaska +404,269,12,Chicago IL-IN-WI CSA (IL Part) +404,270,223,New York NY-NJ-CT-PA CSA (NY Part) +404,271,201,Boston MA-NH CSA (MA Part) +404,272,223,New York NY-NJ-CT-PA CSA (NY Part) +404,273,186,Indianapolis IN CSA +405,152,176,Atlanta GA-AL CSA (GA Part) +405,153,172,Miami FL MSA +405,154,245,Charleston SC MSA +405,155,172,Miami FL MSA +405,156,176,Atlanta GA-AL CSA (GA Part) +405,157,172,Miami FL MSA +405,158,249,Memphis TN-MS-AR MSA (TN Part) +405,159,195,New Orleans LA CSA +405,160,172,Miami FL MSA +405,161,257,Houston TX CSA +405,162,257,Houston TX CSA +405,163,172,Miami FL MSA +405,164,191,Louisville KY-IN CSA (KY Part) +405,165,176,Atlanta GA-AL CSA (GA Part) +405,166,223,New York NY-NJ-CT-PA CSA (NY Part) +405,167,223,New York NY-NJ-CT-PA CSA (NY Part) +405,168,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +405,169,266,Washington DC-MD-VA-WV CSA (VA Part) +405,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +405,171,172,Miami FL MSA +405,172,176,Atlanta GA-AL CSA (GA Part) +405,173,172,Miami FL MSA +405,174,172,Miami FL MSA +405,175,172,Miami FL MSA +405,176,172,Miami FL MSA +405,177,176,Atlanta GA-AL CSA (GA Part) +405,178,172,Miami FL MSA +405,179,172,Miami FL MSA +405,180,172,Miami FL MSA +405,181,255,Dallas-Fort Worth TX CSA +405,183,172,Miami FL MSA +405,184,176,Atlanta GA-AL CSA (GA Part) +405,185,192,Remainder of Kentucky +405,186,176,Atlanta GA-AL CSA (GA Part) +405,187,217,New York NY-NJ-CT-PA CSA (NJ Part) +405,188,249,Memphis TN-MS-AR MSA (TN Part) +405,189,172,Miami FL MSA +405,190,172,Miami FL MSA +405,191,172,Miami FL MSA +405,192,173,Orlando FL CSA +405,193,172,Miami FL MSA +405,194,176,Atlanta GA-AL CSA (GA Part) +405,195,176,Atlanta GA-AL CSA (GA Part) +405,196,172,Miami FL MSA +405,197,223,New York NY-NJ-CT-PA CSA (NY Part) +405,198,266,Washington DC-MD-VA-WV CSA (VA Part) +405,199,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +405,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +405,201,223,New York NY-NJ-CT-PA CSA (NY Part) +405,202,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +405,203,232,Cleveland OH CSA +405,204,266,Washington DC-MD-VA-WV CSA (VA Part) +405,205,217,New York NY-NJ-CT-PA CSA (NJ Part) +405,206,12,Chicago IL-IN-WI CSA (IL Part) +405,207,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +405,208,172,Miami FL MSA +405,209,172,Miami FL MSA +405,210,191,Louisville KY-IN CSA (KY Part) +405,211,249,Memphis TN-MS-AR MSA (TN Part) +405,212,249,Memphis TN-MS-AR MSA (TN Part) +405,213,172,Miami FL MSA +405,214,172,Miami FL MSA +405,215,153,Remainder of Alabama +405,216,223,New York NY-NJ-CT-PA CSA (NY Part) +405,217,266,Washington DC-MD-VA-WV CSA (VA Part) +405,218,223,New York NY-NJ-CT-PA CSA (NY Part) +405,219,266,Washington DC-MD-VA-WV CSA (VA Part) +405,220,192,Remainder of Kentucky +405,221,201,Boston MA-NH CSA (MA Part) +405,222,223,New York NY-NJ-CT-PA CSA (NY Part) +405,223,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +405,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +405,225,223,New York NY-NJ-CT-PA CSA (NY Part) +405,226,172,Miami FL MSA +405,227,266,Washington DC-MD-VA-WV CSA (VA Part) +405,228,172,Miami FL MSA +405,229,172,Miami FL MSA +405,230,249,Memphis TN-MS-AR MSA (TN Part) +405,231,266,Washington DC-MD-VA-WV CSA (VA Part) +405,232,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +405,233,266,Washington DC-MD-VA-WV CSA (VA Part) +405,234,192,Remainder of Kentucky +405,235,266,Washington DC-MD-VA-WV CSA (VA Part) +405,236,172,Miami FL MSA +405,237,176,Atlanta GA-AL CSA (GA Part) +405,238,249,Memphis TN-MS-AR MSA (TN Part) +405,239,249,Memphis TN-MS-AR MSA (TN Part) +405,240,186,Indianapolis IN CSA +405,241,223,New York NY-NJ-CT-PA CSA (NY Part) +405,242,217,New York NY-NJ-CT-PA CSA (NJ Part) +405,243,223,New York NY-NJ-CT-PA CSA (NY Part) +405,244,223,New York NY-NJ-CT-PA CSA (NY Part) +405,245,172,Miami FL MSA +405,246,176,Atlanta GA-AL CSA (GA Part) +405,247,172,Miami FL MSA +405,248,191,Louisville KY-IN CSA (KY Part) +405,249,249,Memphis TN-MS-AR MSA (TN Part) +405,250,176,Atlanta GA-AL CSA (GA Part) +405,251,172,Miami FL MSA +405,252,172,Miami FL MSA +405,253,172,Miami FL MSA +405,254,257,Houston TX CSA +405,255,172,Miami FL MSA +405,256,172,Miami FL MSA +405,257,172,Miami FL MSA +405,258,172,Miami FL MSA +405,259,172,Miami FL MSA +405,260,172,Miami FL MSA +405,261,249,Memphis TN-MS-AR MSA (TN Part) +405,262,172,Miami FL MSA +405,263,223,New York NY-NJ-CT-PA CSA (NY Part) +405,264,266,Washington DC-MD-VA-WV CSA (VA Part) +405,265,172,Miami FL MSA +405,266,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +405,267,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +405,268,172,Miami FL MSA +405,269,12,Chicago IL-IN-WI CSA (IL Part) +405,270,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +405,271,192,Remainder of Kentucky +405,272,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +405,273,186,Indianapolis IN CSA +406,152,176,Atlanta GA-AL CSA (GA Part) +406,153,223,New York NY-NJ-CT-PA CSA (NY Part) +406,154,201,Boston MA-NH CSA (MA Part) +406,155,249,Memphis TN-MS-AR MSA (TN Part) +406,156,191,Louisville KY-IN CSA (KY Part) +406,157,203,Detroit MI CSA +406,158,223,New York NY-NJ-CT-PA CSA (NY Part) +406,159,217,New York NY-NJ-CT-PA CSA (NJ Part) +406,160,12,Chicago IL-IN-WI CSA (IL Part) +406,161,12,Chicago IL-IN-WI CSA (IL Part) +406,162,12,Chicago IL-IN-WI CSA (IL Part) +406,163,266,Washington DC-MD-VA-WV CSA (VA Part) +406,164,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +406,165,226,Charlotte NC-SC CSA (NC Part) +406,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +406,167,223,New York NY-NJ-CT-PA CSA (NY Part) +406,168,266,Washington DC-MD-VA-WV CSA (VA Part) +406,169,223,New York NY-NJ-CT-PA CSA (NY Part) +406,170,201,Boston MA-NH CSA (MA Part) +406,171,173,Orlando FL CSA +406,172,172,Miami FL MSA +406,173,172,Miami FL MSA +406,174,172,Miami FL MSA +406,175,201,Boston MA-NH CSA (MA Part) +406,176,176,Atlanta GA-AL CSA (GA Part) +406,177,217,New York NY-NJ-CT-PA CSA (NJ Part) +406,178,176,Atlanta GA-AL CSA (GA Part) +406,179,201,Boston MA-NH CSA (MA Part) +406,180,231,Cincinnati OH-KY-IN CSA (OH Part) +406,181,186,Indianapolis IN CSA +406,183,232,Cleveland OH CSA +406,184,201,Boston MA-NH CSA (MA Part) +406,185,12,Chicago IL-IN-WI CSA (IL Part) +406,186,201,Boston MA-NH CSA (MA Part) +406,187,223,New York NY-NJ-CT-PA CSA (NY Part) +406,188,12,Chicago IL-IN-WI CSA (IL Part) +406,189,191,Louisville KY-IN CSA (KY Part) +406,190,223,New York NY-NJ-CT-PA CSA (NY Part) +406,191,223,New York NY-NJ-CT-PA CSA (NY Part) +406,192,266,Washington DC-MD-VA-WV CSA (VA Part) +406,193,266,Washington DC-MD-VA-WV CSA (VA Part) +406,194,232,Cleveland OH CSA +406,195,191,Louisville KY-IN CSA (KY Part) +406,196,217,New York NY-NJ-CT-PA CSA (NJ Part) +406,197,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +406,198,223,New York NY-NJ-CT-PA CSA (NY Part) +406,199,223,New York NY-NJ-CT-PA CSA (NY Part) +406,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +406,201,223,New York NY-NJ-CT-PA CSA (NY Part) +406,202,223,New York NY-NJ-CT-PA CSA (NY Part) +406,203,223,New York NY-NJ-CT-PA CSA (NY Part) +406,204,231,Cincinnati OH-KY-IN CSA (OH Part) +406,205,217,New York NY-NJ-CT-PA CSA (NJ Part) +406,206,201,Boston MA-NH CSA (MA Part) +406,207,12,Chicago IL-IN-WI CSA (IL Part) +406,208,217,New York NY-NJ-CT-PA CSA (NJ Part) +406,209,266,Washington DC-MD-VA-WV CSA (VA Part) +406,210,203,Detroit MI CSA +406,211,203,Detroit MI CSA +406,212,223,New York NY-NJ-CT-PA CSA (NY Part) +406,213,217,New York NY-NJ-CT-PA CSA (NJ Part) +406,214,231,Cincinnati OH-KY-IN CSA (OH Part) +406,215,191,Louisville KY-IN CSA (KY Part) +406,216,266,Washington DC-MD-VA-WV CSA (VA Part) +406,217,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +406,218,223,New York NY-NJ-CT-PA CSA (NY Part) +406,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +406,220,12,Chicago IL-IN-WI CSA (IL Part) +406,221,223,New York NY-NJ-CT-PA CSA (NY Part) +406,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +406,223,223,New York NY-NJ-CT-PA CSA (NY Part) +406,224,223,New York NY-NJ-CT-PA CSA (NY Part) +406,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +406,226,169,Delaware +406,227,223,New York NY-NJ-CT-PA CSA (NY Part) +406,228,217,New York NY-NJ-CT-PA CSA (NJ Part) +406,229,223,New York NY-NJ-CT-PA CSA (NY Part) +406,230,217,New York NY-NJ-CT-PA CSA (NJ Part) +406,231,217,New York NY-NJ-CT-PA CSA (NJ Part) +406,232,223,New York NY-NJ-CT-PA CSA (NY Part) +406,233,217,New York NY-NJ-CT-PA CSA (NJ Part) +406,234,223,New York NY-NJ-CT-PA CSA (NY Part) +406,235,266,Washington DC-MD-VA-WV CSA (VA Part) +406,236,223,New York NY-NJ-CT-PA CSA (NY Part) +406,237,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +406,238,232,Cleveland OH CSA +406,239,232,Cleveland OH CSA +406,240,191,Louisville KY-IN CSA (KY Part) +406,241,223,New York NY-NJ-CT-PA CSA (NY Part) +406,242,223,New York NY-NJ-CT-PA CSA (NY Part) +406,243,266,Washington DC-MD-VA-WV CSA (VA Part) +406,244,223,New York NY-NJ-CT-PA CSA (NY Part) +406,245,172,Miami FL MSA +406,246,217,New York NY-NJ-CT-PA CSA (NJ Part) +406,247,223,New York NY-NJ-CT-PA CSA (NY Part) +406,248,223,New York NY-NJ-CT-PA CSA (NY Part) +406,249,176,Atlanta GA-AL CSA (GA Part) +406,250,231,Cincinnati OH-KY-IN CSA (OH Part) +406,251,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +406,252,266,Washington DC-MD-VA-WV CSA (VA Part) +406,253,195,New Orleans LA CSA +406,254,172,Miami FL MSA +406,255,223,New York NY-NJ-CT-PA CSA (NY Part) +406,256,266,Washington DC-MD-VA-WV CSA (VA Part) +406,257,176,Atlanta GA-AL CSA (GA Part) +406,258,195,New Orleans LA CSA +406,259,173,Orlando FL CSA +406,260,217,New York NY-NJ-CT-PA CSA (NJ Part) +406,261,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +406,262,203,Detroit MI CSA +406,263,223,New York NY-NJ-CT-PA CSA (NY Part) +406,264,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +406,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +406,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +406,267,169,Delaware +406,268,217,New York NY-NJ-CT-PA CSA (NJ Part) +406,269,12,Chicago IL-IN-WI CSA (IL Part) +406,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +406,271,266,Washington DC-MD-VA-WV CSA (VA Part) +406,272,223,New York NY-NJ-CT-PA CSA (NY Part) +406,273,203,Detroit MI CSA +407,152,172,Miami FL MSA +407,153,176,Atlanta GA-AL CSA (GA Part) +407,154,154,Alaska +407,155,191,Louisville KY-IN CSA (KY Part) +407,156,223,New York NY-NJ-CT-PA CSA (NY Part) +407,157,217,New York NY-NJ-CT-PA CSA (NJ Part) +407,158,172,Miami FL MSA +407,159,172,Miami FL MSA +407,160,255,Dallas-Fort Worth TX CSA +407,161,173,Orlando FL CSA +407,162,266,Washington DC-MD-VA-WV CSA (VA Part) +407,163,186,Indianapolis IN CSA +407,164,176,Atlanta GA-AL CSA (GA Part) +407,165,217,New York NY-NJ-CT-PA CSA (NJ Part) +407,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +407,167,223,New York NY-NJ-CT-PA CSA (NY Part) +407,168,223,New York NY-NJ-CT-PA CSA (NY Part) +407,169,223,New York NY-NJ-CT-PA CSA (NY Part) +407,170,223,New York NY-NJ-CT-PA CSA (NY Part) +407,171,153,Remainder of Alabama +407,172,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +407,173,217,New York NY-NJ-CT-PA CSA (NJ Part) +407,174,172,Miami FL MSA +407,175,172,Miami FL MSA +407,176,223,New York NY-NJ-CT-PA CSA (NY Part) +407,177,176,Atlanta GA-AL CSA (GA Part) +407,178,153,Remainder of Alabama +407,179,154,Alaska +407,180,266,Washington DC-MD-VA-WV CSA (VA Part) +407,181,249,Memphis TN-MS-AR MSA (TN Part) +407,183,223,New York NY-NJ-CT-PA CSA (NY Part) +407,184,266,Washington DC-MD-VA-WV CSA (VA Part) +407,185,201,Boston MA-NH CSA (MA Part) +407,186,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +407,187,223,New York NY-NJ-CT-PA CSA (NY Part) +407,188,223,New York NY-NJ-CT-PA CSA (NY Part) +407,189,231,Cincinnati OH-KY-IN CSA (OH Part) +407,190,169,Delaware +407,191,217,New York NY-NJ-CT-PA CSA (NJ Part) +407,192,217,New York NY-NJ-CT-PA CSA (NJ Part) +407,193,176,Atlanta GA-AL CSA (GA Part) +407,194,223,New York NY-NJ-CT-PA CSA (NY Part) +407,195,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +407,196,191,Louisville KY-IN CSA (KY Part) +407,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +407,198,223,New York NY-NJ-CT-PA CSA (NY Part) +407,199,169,Delaware +407,200,266,Washington DC-MD-VA-WV CSA (VA Part) +407,201,223,New York NY-NJ-CT-PA CSA (NY Part) +407,202,223,New York NY-NJ-CT-PA CSA (NY Part) +407,203,217,New York NY-NJ-CT-PA CSA (NJ Part) +407,204,231,Cincinnati OH-KY-IN CSA (OH Part) +407,205,12,Chicago IL-IN-WI CSA (IL Part) +407,206,12,Chicago IL-IN-WI CSA (IL Part) +407,207,12,Chicago IL-IN-WI CSA (IL Part) +407,208,172,Miami FL MSA +407,209,223,New York NY-NJ-CT-PA CSA (NY Part) +407,210,12,Chicago IL-IN-WI CSA (IL Part) +407,211,266,Washington DC-MD-VA-WV CSA (VA Part) +407,212,12,Chicago IL-IN-WI CSA (IL Part) +407,213,203,Detroit MI CSA +407,214,12,Chicago IL-IN-WI CSA (IL Part) +407,215,186,Indianapolis IN CSA +407,216,201,Boston MA-NH CSA (MA Part) +407,217,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +407,218,223,New York NY-NJ-CT-PA CSA (NY Part) +407,219,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +407,220,255,Dallas-Fort Worth TX CSA +407,221,223,New York NY-NJ-CT-PA CSA (NY Part) +407,222,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +407,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +407,224,223,New York NY-NJ-CT-PA CSA (NY Part) +407,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +407,226,223,New York NY-NJ-CT-PA CSA (NY Part) +407,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +407,228,266,Washington DC-MD-VA-WV CSA (VA Part) +407,229,223,New York NY-NJ-CT-PA CSA (NY Part) +407,230,12,Chicago IL-IN-WI CSA (IL Part) +407,231,12,Chicago IL-IN-WI CSA (IL Part) +407,232,223,New York NY-NJ-CT-PA CSA (NY Part) +407,233,223,New York NY-NJ-CT-PA CSA (NY Part) +407,234,186,Indianapolis IN CSA +407,235,223,New York NY-NJ-CT-PA CSA (NY Part) +407,236,266,Washington DC-MD-VA-WV CSA (VA Part) +407,237,266,Washington DC-MD-VA-WV CSA (VA Part) +407,238,232,Cleveland OH CSA +407,239,12,Chicago IL-IN-WI CSA (IL Part) +407,240,223,New York NY-NJ-CT-PA CSA (NY Part) +407,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +407,242,223,New York NY-NJ-CT-PA CSA (NY Part) +407,243,203,Detroit MI CSA +407,244,266,Washington DC-MD-VA-WV CSA (VA Part) +407,245,266,Washington DC-MD-VA-WV CSA (VA Part) +407,246,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +407,247,217,New York NY-NJ-CT-PA CSA (NJ Part) +407,248,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +407,249,176,Atlanta GA-AL CSA (GA Part) +407,250,201,Boston MA-NH CSA (MA Part) +407,251,217,New York NY-NJ-CT-PA CSA (NJ Part) +407,252,217,New York NY-NJ-CT-PA CSA (NJ Part) +407,253,153,Remainder of Alabama +407,254,223,New York NY-NJ-CT-PA CSA (NY Part) +407,255,12,Chicago IL-IN-WI CSA (IL Part) +407,256,266,Washington DC-MD-VA-WV CSA (VA Part) +407,257,153,Remainder of Alabama +407,258,217,New York NY-NJ-CT-PA CSA (NJ Part) +407,259,153,Remainder of Alabama +407,260,172,Miami FL MSA +407,261,249,Memphis TN-MS-AR MSA (TN Part) +407,262,172,Miami FL MSA +407,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +407,264,223,New York NY-NJ-CT-PA CSA (NY Part) +407,265,266,Washington DC-MD-VA-WV CSA (VA Part) +407,266,223,New York NY-NJ-CT-PA CSA (NY Part) +407,267,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +407,268,268,Seattle WA CSA +407,269,12,Chicago IL-IN-WI CSA (IL Part) +407,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +407,271,12,Chicago IL-IN-WI CSA (IL Part) +407,272,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +407,273,223,New York NY-NJ-CT-PA CSA (NY Part) +408,152,249,Memphis TN-MS-AR MSA (TN Part) +408,153,232,Cleveland OH CSA +408,154,154,Alaska +408,155,162,San Francisco CA CSA +408,156,159,Los Angeles CA CSA +408,157,268,Seattle WA CSA +408,158,12,Chicago IL-IN-WI CSA (IL Part) +408,159,162,San Francisco CA CSA +408,160,268,Seattle WA CSA +408,161,159,Los Angeles CA CSA +408,162,159,Los Angeles CA CSA +408,163,162,San Francisco CA CSA +408,164,159,Los Angeles CA CSA +408,165,154,Alaska +408,166,223,New York NY-NJ-CT-PA CSA (NY Part) +408,167,12,Chicago IL-IN-WI CSA (IL Part) +408,168,223,New York NY-NJ-CT-PA CSA (NY Part) +408,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +408,170,266,Washington DC-MD-VA-WV CSA (VA Part) +408,171,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +408,172,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +408,173,226,Charlotte NC-SC CSA (NC Part) +408,174,217,New York NY-NJ-CT-PA CSA (NJ Part) +408,175,192,Remainder of Kentucky +408,176,231,Cincinnati OH-KY-IN CSA (OH Part) +408,177,12,Chicago IL-IN-WI CSA (IL Part) +408,178,223,New York NY-NJ-CT-PA CSA (NY Part) +408,179,154,Alaska +408,180,154,Alaska +408,181,159,Los Angeles CA CSA +408,183,154,Alaska +408,184,154,Alaska +408,185,12,Chicago IL-IN-WI CSA (IL Part) +408,186,12,Chicago IL-IN-WI CSA (IL Part) +408,187,249,Memphis TN-MS-AR MSA (TN Part) +408,188,154,Alaska +408,189,154,Alaska +408,190,12,Chicago IL-IN-WI CSA (IL Part) +408,191,12,Chicago IL-IN-WI CSA (IL Part) +408,192,191,Louisville KY-IN CSA (KY Part) +408,193,249,Memphis TN-MS-AR MSA (TN Part) +408,194,257,Houston TX CSA +408,195,192,Remainder of Kentucky +408,196,154,Alaska +408,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +408,198,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +408,199,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +408,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +408,201,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +408,202,223,New York NY-NJ-CT-PA CSA (NY Part) +408,203,154,Alaska +408,204,231,Cincinnati OH-KY-IN CSA (OH Part) +408,205,266,Washington DC-MD-VA-WV CSA (VA Part) +408,206,154,Alaska +408,207,154,Alaska +408,208,249,Memphis TN-MS-AR MSA (TN Part) +408,209,12,Chicago IL-IN-WI CSA (IL Part) +408,210,203,Detroit MI CSA +408,211,203,Detroit MI CSA +408,212,159,Los Angeles CA CSA +408,213,154,Alaska +408,214,154,Alaska +408,215,159,Los Angeles CA CSA +408,216,169,Delaware +408,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +408,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +408,219,223,New York NY-NJ-CT-PA CSA (NY Part) +408,220,154,Alaska +408,221,223,New York NY-NJ-CT-PA CSA (NY Part) +408,222,203,Detroit MI CSA +408,223,223,New York NY-NJ-CT-PA CSA (NY Part) +408,224,223,New York NY-NJ-CT-PA CSA (NY Part) +408,225,232,Cleveland OH CSA +408,226,223,New York NY-NJ-CT-PA CSA (NY Part) +408,227,12,Chicago IL-IN-WI CSA (IL Part) +408,228,223,New York NY-NJ-CT-PA CSA (NY Part) +408,229,223,New York NY-NJ-CT-PA CSA (NY Part) +408,230,268,Seattle WA CSA +408,231,12,Chicago IL-IN-WI CSA (IL Part) +408,232,203,Detroit MI CSA +408,233,154,Alaska +408,234,12,Chicago IL-IN-WI CSA (IL Part) +408,235,191,Louisville KY-IN CSA (KY Part) +408,236,255,Dallas-Fort Worth TX CSA +408,237,154,Alaska +408,238,192,Remainder of Kentucky +408,239,159,Los Angeles CA CSA +408,240,154,Alaska +408,241,266,Washington DC-MD-VA-WV CSA (VA Part) +408,242,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +408,243,223,New York NY-NJ-CT-PA CSA (NY Part) +408,244,223,New York NY-NJ-CT-PA CSA (NY Part) +408,245,223,New York NY-NJ-CT-PA CSA (NY Part) +408,246,217,New York NY-NJ-CT-PA CSA (NJ Part) +408,247,186,Indianapolis IN CSA +408,248,154,Alaska +408,249,12,Chicago IL-IN-WI CSA (IL Part) +408,250,12,Chicago IL-IN-WI CSA (IL Part) +408,251,186,Indianapolis IN CSA +408,252,268,Seattle WA CSA +408,253,154,Alaska +408,254,203,Detroit MI CSA +408,255,12,Chicago IL-IN-WI CSA (IL Part) +408,256,268,Seattle WA CSA +408,257,255,Dallas-Fort Worth TX CSA +408,258,257,Houston TX CSA +408,259,255,Dallas-Fort Worth TX CSA +408,260,12,Chicago IL-IN-WI CSA (IL Part) +408,261,154,Alaska +408,262,159,Los Angeles CA CSA +408,263,232,Cleveland OH CSA +408,264,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +408,265,266,Washington DC-MD-VA-WV CSA (VA Part) +408,266,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +408,267,12,Chicago IL-IN-WI CSA (IL Part) +408,268,154,Alaska +408,269,154,Alaska +408,270,232,Cleveland OH CSA +408,271,223,New York NY-NJ-CT-PA CSA (NY Part) +408,272,154,Alaska +408,273,154,Alaska +409,152,153,Remainder of Alabama +409,153,172,Miami FL MSA +409,154,154,Alaska +409,155,217,New York NY-NJ-CT-PA CSA (NJ Part) +409,156,176,Atlanta GA-AL CSA (GA Part) +409,157,255,Dallas-Fort Worth TX CSA +409,158,217,New York NY-NJ-CT-PA CSA (NJ Part) +409,159,172,Miami FL MSA +409,160,172,Miami FL MSA +409,161,257,Houston TX CSA +409,162,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +409,163,255,Dallas-Fort Worth TX CSA +409,164,223,New York NY-NJ-CT-PA CSA (NY Part) +409,165,217,New York NY-NJ-CT-PA CSA (NJ Part) +409,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +409,167,223,New York NY-NJ-CT-PA CSA (NY Part) +409,168,223,New York NY-NJ-CT-PA CSA (NY Part) +409,169,266,Washington DC-MD-VA-WV CSA (VA Part) +409,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +409,171,172,Miami FL MSA +409,172,172,Miami FL MSA +409,173,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +409,174,245,Charleston SC MSA +409,175,176,Atlanta GA-AL CSA (GA Part) +409,176,223,New York NY-NJ-CT-PA CSA (NY Part) +409,177,217,New York NY-NJ-CT-PA CSA (NJ Part) +409,178,172,Miami FL MSA +409,179,268,Seattle WA CSA +409,180,162,San Francisco CA CSA +409,181,172,Miami FL MSA +409,183,266,Washington DC-MD-VA-WV CSA (VA Part) +409,184,12,Chicago IL-IN-WI CSA (IL Part) +409,185,176,Atlanta GA-AL CSA (GA Part) +409,186,172,Miami FL MSA +409,187,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +409,188,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +409,189,217,New York NY-NJ-CT-PA CSA (NJ Part) +409,190,169,Delaware +409,191,153,Remainder of Alabama +409,192,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +409,193,172,Miami FL MSA +409,194,169,Delaware +409,195,266,Washington DC-MD-VA-WV CSA (VA Part) +409,196,191,Louisville KY-IN CSA (KY Part) +409,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +409,198,223,New York NY-NJ-CT-PA CSA (NY Part) +409,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +409,200,266,Washington DC-MD-VA-WV CSA (VA Part) +409,201,223,New York NY-NJ-CT-PA CSA (NY Part) +409,202,223,New York NY-NJ-CT-PA CSA (NY Part) +409,203,266,Washington DC-MD-VA-WV CSA (VA Part) +409,204,169,Delaware +409,205,192,Remainder of Kentucky +409,206,232,Cleveland OH CSA +409,207,201,Boston MA-NH CSA (MA Part) +409,208,172,Miami FL MSA +409,209,203,Detroit MI CSA +409,210,203,Detroit MI CSA +409,211,169,Delaware +409,212,203,Detroit MI CSA +409,213,172,Miami FL MSA +409,214,176,Atlanta GA-AL CSA (GA Part) +409,215,249,Memphis TN-MS-AR MSA (TN Part) +409,216,266,Washington DC-MD-VA-WV CSA (VA Part) +409,217,232,Cleveland OH CSA +409,218,245,Charleston SC MSA +409,219,223,New York NY-NJ-CT-PA CSA (NY Part) +409,220,223,New York NY-NJ-CT-PA CSA (NY Part) +409,221,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +409,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +409,223,223,New York NY-NJ-CT-PA CSA (NY Part) +409,224,223,New York NY-NJ-CT-PA CSA (NY Part) +409,225,232,Cleveland OH CSA +409,226,223,New York NY-NJ-CT-PA CSA (NY Part) +409,227,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +409,228,223,New York NY-NJ-CT-PA CSA (NY Part) +409,229,223,New York NY-NJ-CT-PA CSA (NY Part) +409,230,223,New York NY-NJ-CT-PA CSA (NY Part) +409,231,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +409,232,223,New York NY-NJ-CT-PA CSA (NY Part) +409,233,266,Washington DC-MD-VA-WV CSA (VA Part) +409,234,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +409,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +409,236,153,Remainder of Alabama +409,237,173,Orlando FL CSA +409,238,249,Memphis TN-MS-AR MSA (TN Part) +409,239,191,Louisville KY-IN CSA (KY Part) +409,240,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +409,241,223,New York NY-NJ-CT-PA CSA (NY Part) +409,242,217,New York NY-NJ-CT-PA CSA (NJ Part) +409,243,169,Delaware +409,244,223,New York NY-NJ-CT-PA CSA (NY Part) +409,245,172,Miami FL MSA +409,246,217,New York NY-NJ-CT-PA CSA (NJ Part) +409,247,172,Miami FL MSA +409,248,176,Atlanta GA-AL CSA (GA Part) +409,249,266,Washington DC-MD-VA-WV CSA (VA Part) +409,250,186,Indianapolis IN CSA +409,251,176,Atlanta GA-AL CSA (GA Part) +409,252,257,Houston TX CSA +409,253,223,New York NY-NJ-CT-PA CSA (NY Part) +409,254,226,Charlotte NC-SC CSA (NC Part) +409,255,172,Miami FL MSA +409,256,153,Remainder of Alabama +409,257,186,Indianapolis IN CSA +409,258,249,Memphis TN-MS-AR MSA (TN Part) +409,259,172,Miami FL MSA +409,260,176,Atlanta GA-AL CSA (GA Part) +409,261,12,Chicago IL-IN-WI CSA (IL Part) +409,262,191,Louisville KY-IN CSA (KY Part) +409,263,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +409,264,266,Washington DC-MD-VA-WV CSA (VA Part) +409,265,176,Atlanta GA-AL CSA (GA Part) +409,266,223,New York NY-NJ-CT-PA CSA (NY Part) +409,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +409,268,12,Chicago IL-IN-WI CSA (IL Part) +409,269,12,Chicago IL-IN-WI CSA (IL Part) +409,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +409,271,223,New York NY-NJ-CT-PA CSA (NY Part) +409,272,223,New York NY-NJ-CT-PA CSA (NY Part) +409,273,266,Washington DC-MD-VA-WV CSA (VA Part) +410,152,159,Los Angeles CA CSA +410,153,268,Seattle WA CSA +410,154,159,Los Angeles CA CSA +410,155,159,Los Angeles CA CSA +410,156,159,Los Angeles CA CSA +410,157,159,Los Angeles CA CSA +410,158,162,San Francisco CA CSA +410,159,159,Los Angeles CA CSA +410,160,159,Los Angeles CA CSA +410,161,179,Honolulu HI MSA +410,162,159,Los Angeles CA CSA +410,163,159,Los Angeles CA CSA +410,164,162,San Francisco CA CSA +410,165,179,Honolulu HI MSA +410,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +410,167,266,Washington DC-MD-VA-WV CSA (VA Part) +410,168,191,Louisville KY-IN CSA (KY Part) +410,169,159,Los Angeles CA CSA +410,170,179,Honolulu HI MSA +410,171,249,Memphis TN-MS-AR MSA (TN Part) +410,172,249,Memphis TN-MS-AR MSA (TN Part) +410,173,249,Memphis TN-MS-AR MSA (TN Part) +410,174,257,Houston TX CSA +410,175,176,Atlanta GA-AL CSA (GA Part) +410,176,195,New Orleans LA CSA +410,177,249,Memphis TN-MS-AR MSA (TN Part) +410,178,257,Houston TX CSA +410,179,154,Alaska +410,180,159,Los Angeles CA CSA +410,181,268,Seattle WA CSA +410,183,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +410,184,12,Chicago IL-IN-WI CSA (IL Part) +410,185,12,Chicago IL-IN-WI CSA (IL Part) +410,186,12,Chicago IL-IN-WI CSA (IL Part) +410,187,162,San Francisco CA CSA +410,188,179,Honolulu HI MSA +410,189,162,San Francisco CA CSA +410,190,159,Los Angeles CA CSA +410,191,12,Chicago IL-IN-WI CSA (IL Part) +410,192,162,San Francisco CA CSA +410,193,179,Honolulu HI MSA +410,194,268,Seattle WA CSA +410,195,162,San Francisco CA CSA +410,196,159,Los Angeles CA CSA +410,197,179,Honolulu HI MSA +410,198,232,Cleveland OH CSA +410,199,159,Los Angeles CA CSA +410,200,268,Seattle WA CSA +410,201,12,Chicago IL-IN-WI CSA (IL Part) +410,202,255,Dallas-Fort Worth TX CSA +410,203,162,San Francisco CA CSA +410,204,203,Detroit MI CSA +410,205,12,Chicago IL-IN-WI CSA (IL Part) +410,206,162,San Francisco CA CSA +410,207,159,Los Angeles CA CSA +410,208,159,Los Angeles CA CSA +410,209,159,Los Angeles CA CSA +410,210,159,Los Angeles CA CSA +410,211,179,Honolulu HI MSA +410,212,154,Alaska +410,213,162,San Francisco CA CSA +410,214,179,Honolulu HI MSA +410,215,179,Honolulu HI MSA +410,216,162,San Francisco CA CSA +410,217,12,Chicago IL-IN-WI CSA (IL Part) +410,218,159,Los Angeles CA CSA +410,219,12,Chicago IL-IN-WI CSA (IL Part) +410,220,255,Dallas-Fort Worth TX CSA +410,221,154,Alaska +410,222,231,Cincinnati OH-KY-IN CSA (OH Part) +410,223,159,Los Angeles CA CSA +410,224,232,Cleveland OH CSA +410,225,162,San Francisco CA CSA +410,226,179,Honolulu HI MSA +410,227,249,Memphis TN-MS-AR MSA (TN Part) +410,228,162,San Francisco CA CSA +410,229,191,Louisville KY-IN CSA (KY Part) +410,230,159,Los Angeles CA CSA +410,231,255,Dallas-Fort Worth TX CSA +410,232,162,San Francisco CA CSA +410,233,159,Los Angeles CA CSA +410,234,162,San Francisco CA CSA +410,235,179,Honolulu HI MSA +410,236,159,Los Angeles CA CSA +410,237,159,Los Angeles CA CSA +410,238,162,San Francisco CA CSA +410,239,159,Los Angeles CA CSA +410,240,159,Los Angeles CA CSA +410,241,257,Houston TX CSA +410,242,268,Seattle WA CSA +410,243,232,Cleveland OH CSA +410,244,266,Washington DC-MD-VA-WV CSA (VA Part) +410,245,249,Memphis TN-MS-AR MSA (TN Part) +410,246,153,Remainder of Alabama +410,247,191,Louisville KY-IN CSA (KY Part) +410,248,159,Los Angeles CA CSA +410,249,179,Honolulu HI MSA +410,250,153,Remainder of Alabama +410,251,268,Seattle WA CSA +410,252,162,San Francisco CA CSA +410,253,159,Los Angeles CA CSA +410,254,159,Los Angeles CA CSA +410,255,255,Dallas-Fort Worth TX CSA +410,256,159,Los Angeles CA CSA +410,257,255,Dallas-Fort Worth TX CSA +410,258,179,Honolulu HI MSA +410,259,162,San Francisco CA CSA +410,260,164,Denver CO CSA +410,261,179,Honolulu HI MSA +410,262,159,Los Angeles CA CSA +410,263,12,Chicago IL-IN-WI CSA (IL Part) +410,264,12,Chicago IL-IN-WI CSA (IL Part) +410,265,245,Charleston SC MSA +410,266,159,Los Angeles CA CSA +410,267,159,Los Angeles CA CSA +410,268,159,Los Angeles CA CSA +410,269,154,Alaska +410,270,255,Dallas-Fort Worth TX CSA +410,271,154,Alaska +410,272,159,Los Angeles CA CSA +410,273,159,Los Angeles CA CSA +411,152,226,Charlotte NC-SC CSA (NC Part) +411,153,12,Chicago IL-IN-WI CSA (IL Part) +411,154,162,San Francisco CA CSA +411,155,154,Alaska +411,156,159,Los Angeles CA CSA +411,157,159,Los Angeles CA CSA +411,158,249,Memphis TN-MS-AR MSA (TN Part) +411,159,159,Los Angeles CA CSA +411,160,268,Seattle WA CSA +411,161,159,Los Angeles CA CSA +411,162,159,Los Angeles CA CSA +411,163,154,Alaska +411,164,12,Chicago IL-IN-WI CSA (IL Part) +411,165,154,Alaska +411,166,223,New York NY-NJ-CT-PA CSA (NY Part) +411,167,223,New York NY-NJ-CT-PA CSA (NY Part) +411,168,186,Indianapolis IN CSA +411,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +411,170,223,New York NY-NJ-CT-PA CSA (NY Part) +411,171,191,Louisville KY-IN CSA (KY Part) +411,172,223,New York NY-NJ-CT-PA CSA (NY Part) +411,173,223,New York NY-NJ-CT-PA CSA (NY Part) +411,174,266,Washington DC-MD-VA-WV CSA (VA Part) +411,175,217,New York NY-NJ-CT-PA CSA (NJ Part) +411,176,176,Atlanta GA-AL CSA (GA Part) +411,177,203,Detroit MI CSA +411,178,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +411,179,162,San Francisco CA CSA +411,180,154,Alaska +411,181,154,Alaska +411,183,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +411,184,12,Chicago IL-IN-WI CSA (IL Part) +411,185,186,Indianapolis IN CSA +411,186,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +411,187,169,Delaware +411,188,12,Chicago IL-IN-WI CSA (IL Part) +411,189,12,Chicago IL-IN-WI CSA (IL Part) +411,190,203,Detroit MI CSA +411,191,191,Louisville KY-IN CSA (KY Part) +411,192,232,Cleveland OH CSA +411,193,223,New York NY-NJ-CT-PA CSA (NY Part) +411,194,201,Boston MA-NH CSA (MA Part) +411,195,255,Dallas-Fort Worth TX CSA +411,196,12,Chicago IL-IN-WI CSA (IL Part) +411,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +411,198,223,New York NY-NJ-CT-PA CSA (NY Part) +411,199,223,New York NY-NJ-CT-PA CSA (NY Part) +411,200,12,Chicago IL-IN-WI CSA (IL Part) +411,201,223,New York NY-NJ-CT-PA CSA (NY Part) +411,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +411,203,154,Alaska +411,204,12,Chicago IL-IN-WI CSA (IL Part) +411,205,12,Chicago IL-IN-WI CSA (IL Part) +411,206,12,Chicago IL-IN-WI CSA (IL Part) +411,207,154,Alaska +411,208,12,Chicago IL-IN-WI CSA (IL Part) +411,209,12,Chicago IL-IN-WI CSA (IL Part) +411,210,223,New York NY-NJ-CT-PA CSA (NY Part) +411,211,203,Detroit MI CSA +411,212,203,Detroit MI CSA +411,213,154,Alaska +411,214,162,San Francisco CA CSA +411,215,268,Seattle WA CSA +411,216,12,Chicago IL-IN-WI CSA (IL Part) +411,217,223,New York NY-NJ-CT-PA CSA (NY Part) +411,218,223,New York NY-NJ-CT-PA CSA (NY Part) +411,219,223,New York NY-NJ-CT-PA CSA (NY Part) +411,220,159,Los Angeles CA CSA +411,221,223,New York NY-NJ-CT-PA CSA (NY Part) +411,222,223,New York NY-NJ-CT-PA CSA (NY Part) +411,223,223,New York NY-NJ-CT-PA CSA (NY Part) +411,224,223,New York NY-NJ-CT-PA CSA (NY Part) +411,225,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +411,226,223,New York NY-NJ-CT-PA CSA (NY Part) +411,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +411,228,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +411,229,201,Boston MA-NH CSA (MA Part) +411,230,154,Alaska +411,231,223,New York NY-NJ-CT-PA CSA (NY Part) +411,232,223,New York NY-NJ-CT-PA CSA (NY Part) +411,233,12,Chicago IL-IN-WI CSA (IL Part) +411,234,12,Chicago IL-IN-WI CSA (IL Part) +411,235,201,Boston MA-NH CSA (MA Part) +411,236,217,New York NY-NJ-CT-PA CSA (NJ Part) +411,237,12,Chicago IL-IN-WI CSA (IL Part) +411,238,249,Memphis TN-MS-AR MSA (TN Part) +411,239,162,San Francisco CA CSA +411,240,154,Alaska +411,241,232,Cleveland OH CSA +411,242,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +411,243,223,New York NY-NJ-CT-PA CSA (NY Part) +411,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +411,245,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +411,246,217,New York NY-NJ-CT-PA CSA (NJ Part) +411,247,223,New York NY-NJ-CT-PA CSA (NY Part) +411,248,191,Louisville KY-IN CSA (KY Part) +411,249,153,Remainder of Alabama +411,250,191,Louisville KY-IN CSA (KY Part) +411,251,12,Chicago IL-IN-WI CSA (IL Part) +411,252,153,Remainder of Alabama +411,253,192,Remainder of Kentucky +411,254,257,Houston TX CSA +411,255,12,Chicago IL-IN-WI CSA (IL Part) +411,256,159,Los Angeles CA CSA +411,257,249,Memphis TN-MS-AR MSA (TN Part) +411,258,203,Detroit MI CSA +411,259,249,Memphis TN-MS-AR MSA (TN Part) +411,260,154,Alaska +411,261,154,Alaska +411,262,12,Chicago IL-IN-WI CSA (IL Part) +411,263,223,New York NY-NJ-CT-PA CSA (NY Part) +411,264,266,Washington DC-MD-VA-WV CSA (VA Part) +411,265,223,New York NY-NJ-CT-PA CSA (NY Part) +411,266,223,New York NY-NJ-CT-PA CSA (NY Part) +411,267,223,New York NY-NJ-CT-PA CSA (NY Part) +411,268,159,Los Angeles CA CSA +411,269,162,San Francisco CA CSA +411,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +411,271,12,Chicago IL-IN-WI CSA (IL Part) +411,272,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +411,273,154,Alaska +412,152,217,New York NY-NJ-CT-PA CSA (NJ Part) +412,153,217,New York NY-NJ-CT-PA CSA (NJ Part) +412,154,154,Alaska +412,155,255,Dallas-Fort Worth TX CSA +412,156,12,Chicago IL-IN-WI CSA (IL Part) +412,157,266,Washington DC-MD-VA-WV CSA (VA Part) +412,158,217,New York NY-NJ-CT-PA CSA (NJ Part) +412,159,223,New York NY-NJ-CT-PA CSA (NY Part) +412,160,268,Seattle WA CSA +412,161,266,Washington DC-MD-VA-WV CSA (VA Part) +412,162,159,Los Angeles CA CSA +412,163,12,Chicago IL-IN-WI CSA (IL Part) +412,164,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +412,165,223,New York NY-NJ-CT-PA CSA (NY Part) +412,166,223,New York NY-NJ-CT-PA CSA (NY Part) +412,167,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +412,168,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +412,169,223,New York NY-NJ-CT-PA CSA (NY Part) +412,170,223,New York NY-NJ-CT-PA CSA (NY Part) +412,171,223,New York NY-NJ-CT-PA CSA (NY Part) +412,172,266,Washington DC-MD-VA-WV CSA (VA Part) +412,173,223,New York NY-NJ-CT-PA CSA (NY Part) +412,174,232,Cleveland OH CSA +412,175,176,Atlanta GA-AL CSA (GA Part) +412,176,223,New York NY-NJ-CT-PA CSA (NY Part) +412,177,266,Washington DC-MD-VA-WV CSA (VA Part) +412,178,203,Detroit MI CSA +412,179,268,Seattle WA CSA +412,180,12,Chicago IL-IN-WI CSA (IL Part) +412,181,201,Boston MA-NH CSA (MA Part) +412,183,217,New York NY-NJ-CT-PA CSA (NJ Part) +412,184,186,Indianapolis IN CSA +412,185,12,Chicago IL-IN-WI CSA (IL Part) +412,186,201,Boston MA-NH CSA (MA Part) +412,187,223,New York NY-NJ-CT-PA CSA (NY Part) +412,188,217,New York NY-NJ-CT-PA CSA (NJ Part) +412,189,12,Chicago IL-IN-WI CSA (IL Part) +412,190,217,New York NY-NJ-CT-PA CSA (NJ Part) +412,191,191,Louisville KY-IN CSA (KY Part) +412,192,266,Washington DC-MD-VA-WV CSA (VA Part) +412,193,153,Remainder of Alabama +412,194,249,Memphis TN-MS-AR MSA (TN Part) +412,195,176,Atlanta GA-AL CSA (GA Part) +412,196,223,New York NY-NJ-CT-PA CSA (NY Part) +412,197,201,Boston MA-NH CSA (MA Part) +412,198,223,New York NY-NJ-CT-PA CSA (NY Part) +412,199,223,New York NY-NJ-CT-PA CSA (NY Part) +412,200,223,New York NY-NJ-CT-PA CSA (NY Part) +412,201,223,New York NY-NJ-CT-PA CSA (NY Part) +412,202,223,New York NY-NJ-CT-PA CSA (NY Part) +412,203,223,New York NY-NJ-CT-PA CSA (NY Part) +412,204,223,New York NY-NJ-CT-PA CSA (NY Part) +412,205,223,New York NY-NJ-CT-PA CSA (NY Part) +412,206,203,Detroit MI CSA +412,207,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +412,208,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +412,209,203,Detroit MI CSA +412,210,266,Washington DC-MD-VA-WV CSA (VA Part) +412,211,12,Chicago IL-IN-WI CSA (IL Part) +412,212,12,Chicago IL-IN-WI CSA (IL Part) +412,213,191,Louisville KY-IN CSA (KY Part) +412,214,12,Chicago IL-IN-WI CSA (IL Part) +412,215,232,Cleveland OH CSA +412,216,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +412,217,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +412,218,223,New York NY-NJ-CT-PA CSA (NY Part) +412,219,223,New York NY-NJ-CT-PA CSA (NY Part) +412,220,201,Boston MA-NH CSA (MA Part) +412,221,223,New York NY-NJ-CT-PA CSA (NY Part) +412,222,223,New York NY-NJ-CT-PA CSA (NY Part) +412,223,223,New York NY-NJ-CT-PA CSA (NY Part) +412,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +412,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +412,226,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +412,227,223,New York NY-NJ-CT-PA CSA (NY Part) +412,228,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +412,229,217,New York NY-NJ-CT-PA CSA (NJ Part) +412,230,12,Chicago IL-IN-WI CSA (IL Part) +412,231,203,Detroit MI CSA +412,232,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +412,233,223,New York NY-NJ-CT-PA CSA (NY Part) +412,234,223,New York NY-NJ-CT-PA CSA (NY Part) +412,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +412,236,192,Remainder of Kentucky +412,237,223,New York NY-NJ-CT-PA CSA (NY Part) +412,238,223,New York NY-NJ-CT-PA CSA (NY Part) +412,239,268,Seattle WA CSA +412,240,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +412,241,266,Washington DC-MD-VA-WV CSA (VA Part) +412,242,223,New York NY-NJ-CT-PA CSA (NY Part) +412,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +412,244,223,New York NY-NJ-CT-PA CSA (NY Part) +412,245,266,Washington DC-MD-VA-WV CSA (VA Part) +412,246,217,New York NY-NJ-CT-PA CSA (NJ Part) +412,247,223,New York NY-NJ-CT-PA CSA (NY Part) +412,248,217,New York NY-NJ-CT-PA CSA (NJ Part) +412,249,203,Detroit MI CSA +412,250,223,New York NY-NJ-CT-PA CSA (NY Part) +412,251,217,New York NY-NJ-CT-PA CSA (NJ Part) +412,252,257,Houston TX CSA +412,253,217,New York NY-NJ-CT-PA CSA (NJ Part) +412,254,217,New York NY-NJ-CT-PA CSA (NJ Part) +412,255,223,New York NY-NJ-CT-PA CSA (NY Part) +412,256,266,Washington DC-MD-VA-WV CSA (VA Part) +412,257,223,New York NY-NJ-CT-PA CSA (NY Part) +412,258,245,Charleston SC MSA +412,259,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +412,260,249,Memphis TN-MS-AR MSA (TN Part) +412,261,12,Chicago IL-IN-WI CSA (IL Part) +412,262,249,Memphis TN-MS-AR MSA (TN Part) +412,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +412,264,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +412,265,201,Boston MA-NH CSA (MA Part) +412,266,223,New York NY-NJ-CT-PA CSA (NY Part) +412,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +412,268,223,New York NY-NJ-CT-PA CSA (NY Part) +412,269,217,New York NY-NJ-CT-PA CSA (NJ Part) +412,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +412,271,223,New York NY-NJ-CT-PA CSA (NY Part) +412,272,223,New York NY-NJ-CT-PA CSA (NY Part) +412,273,12,Chicago IL-IN-WI CSA (IL Part) +413,152,172,Miami FL MSA +413,153,249,Memphis TN-MS-AR MSA (TN Part) +413,154,268,Seattle WA CSA +413,155,162,San Francisco CA CSA +413,156,179,Honolulu HI MSA +413,157,255,Dallas-Fort Worth TX CSA +413,158,159,Los Angeles CA CSA +413,159,257,Houston TX CSA +413,160,159,Los Angeles CA CSA +413,161,179,Honolulu HI MSA +413,162,159,Los Angeles CA CSA +413,163,159,Los Angeles CA CSA +413,164,159,Los Angeles CA CSA +413,165,159,Los Angeles CA CSA +413,166,245,Charleston SC MSA +413,167,223,New York NY-NJ-CT-PA CSA (NY Part) +413,168,159,Los Angeles CA CSA +413,169,249,Memphis TN-MS-AR MSA (TN Part) +413,170,191,Louisville KY-IN CSA (KY Part) +413,171,257,Houston TX CSA +413,172,172,Miami FL MSA +413,173,172,Miami FL MSA +413,174,255,Dallas-Fort Worth TX CSA +413,175,257,Houston TX CSA +413,176,153,Remainder of Alabama +413,177,257,Houston TX CSA +413,178,173,Orlando FL CSA +413,179,154,Alaska +413,180,159,Los Angeles CA CSA +413,181,268,Seattle WA CSA +413,183,159,Los Angeles CA CSA +413,184,159,Los Angeles CA CSA +413,185,159,Los Angeles CA CSA +413,186,255,Dallas-Fort Worth TX CSA +413,187,159,Los Angeles CA CSA +413,188,179,Honolulu HI MSA +413,189,257,Houston TX CSA +413,190,159,Los Angeles CA CSA +413,191,257,Houston TX CSA +413,192,257,Houston TX CSA +413,193,176,Atlanta GA-AL CSA (GA Part) +413,194,159,Los Angeles CA CSA +413,195,249,Memphis TN-MS-AR MSA (TN Part) +413,196,255,Dallas-Fort Worth TX CSA +413,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +413,198,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +413,199,159,Los Angeles CA CSA +413,200,223,New York NY-NJ-CT-PA CSA (NY Part) +413,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +413,202,257,Houston TX CSA +413,203,191,Louisville KY-IN CSA (KY Part) +413,204,12,Chicago IL-IN-WI CSA (IL Part) +413,205,179,Honolulu HI MSA +413,206,257,Houston TX CSA +413,207,257,Houston TX CSA +413,208,255,Dallas-Fort Worth TX CSA +413,209,159,Los Angeles CA CSA +413,210,12,Chicago IL-IN-WI CSA (IL Part) +413,211,159,Los Angeles CA CSA +413,212,159,Los Angeles CA CSA +413,213,159,Los Angeles CA CSA +413,214,162,San Francisco CA CSA +413,215,159,Los Angeles CA CSA +413,216,12,Chicago IL-IN-WI CSA (IL Part) +413,217,12,Chicago IL-IN-WI CSA (IL Part) +413,218,266,Washington DC-MD-VA-WV CSA (VA Part) +413,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +413,220,255,Dallas-Fort Worth TX CSA +413,221,223,New York NY-NJ-CT-PA CSA (NY Part) +413,222,12,Chicago IL-IN-WI CSA (IL Part) +413,223,12,Chicago IL-IN-WI CSA (IL Part) +413,224,255,Dallas-Fort Worth TX CSA +413,225,12,Chicago IL-IN-WI CSA (IL Part) +413,226,172,Miami FL MSA +413,227,172,Miami FL MSA +413,228,249,Memphis TN-MS-AR MSA (TN Part) +413,229,249,Memphis TN-MS-AR MSA (TN Part) +413,230,159,Los Angeles CA CSA +413,231,249,Memphis TN-MS-AR MSA (TN Part) +413,232,12,Chicago IL-IN-WI CSA (IL Part) +413,233,266,Washington DC-MD-VA-WV CSA (VA Part) +413,234,203,Detroit MI CSA +413,235,12,Chicago IL-IN-WI CSA (IL Part) +413,236,159,Los Angeles CA CSA +413,237,249,Memphis TN-MS-AR MSA (TN Part) +413,238,159,Los Angeles CA CSA +413,239,154,Alaska +413,240,162,San Francisco CA CSA +413,241,266,Washington DC-MD-VA-WV CSA (VA Part) +413,242,195,New Orleans LA CSA +413,243,195,New Orleans LA CSA +413,244,257,Houston TX CSA +413,245,173,Orlando FL CSA +413,246,257,Houston TX CSA +413,247,12,Chicago IL-IN-WI CSA (IL Part) +413,248,195,New Orleans LA CSA +413,249,257,Houston TX CSA +413,250,159,Los Angeles CA CSA +413,251,176,Atlanta GA-AL CSA (GA Part) +413,252,159,Los Angeles CA CSA +413,253,159,Los Angeles CA CSA +413,254,162,San Francisco CA CSA +413,255,255,Dallas-Fort Worth TX CSA +413,256,179,Honolulu HI MSA +413,257,159,Los Angeles CA CSA +413,258,179,Honolulu HI MSA +413,259,255,Dallas-Fort Worth TX CSA +413,260,162,San Francisco CA CSA +413,261,159,Los Angeles CA CSA +413,262,162,San Francisco CA CSA +413,263,266,Washington DC-MD-VA-WV CSA (VA Part) +413,264,172,Miami FL MSA +413,265,255,Dallas-Fort Worth TX CSA +413,266,191,Louisville KY-IN CSA (KY Part) +413,267,231,Cincinnati OH-KY-IN CSA (OH Part) +413,268,154,Alaska +413,269,159,Los Angeles CA CSA +413,270,176,Atlanta GA-AL CSA (GA Part) +413,271,12,Chicago IL-IN-WI CSA (IL Part) +413,272,12,Chicago IL-IN-WI CSA (IL Part) +413,273,162,San Francisco CA CSA +414,152,172,Miami FL MSA +414,153,172,Miami FL MSA +414,154,12,Chicago IL-IN-WI CSA (IL Part) +414,155,153,Remainder of Alabama +414,156,159,Los Angeles CA CSA +414,157,255,Dallas-Fort Worth TX CSA +414,158,255,Dallas-Fort Worth TX CSA +414,159,159,Los Angeles CA CSA +414,160,257,Houston TX CSA +414,161,257,Houston TX CSA +414,162,162,San Francisco CA CSA +414,163,162,San Francisco CA CSA +414,164,257,Houston TX CSA +414,165,153,Remainder of Alabama +414,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +414,167,223,New York NY-NJ-CT-PA CSA (NY Part) +414,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +414,169,172,Miami FL MSA +414,170,176,Atlanta GA-AL CSA (GA Part) +414,171,172,Miami FL MSA +414,172,195,New Orleans LA CSA +414,173,172,Miami FL MSA +414,174,172,Miami FL MSA +414,175,172,Miami FL MSA +414,176,172,Miami FL MSA +414,177,172,Miami FL MSA +414,178,172,Miami FL MSA +414,179,159,Los Angeles CA CSA +414,180,162,San Francisco CA CSA +414,181,176,Atlanta GA-AL CSA (GA Part) +414,183,176,Atlanta GA-AL CSA (GA Part) +414,184,153,Remainder of Alabama +414,185,249,Memphis TN-MS-AR MSA (TN Part) +414,186,173,Orlando FL CSA +414,187,191,Louisville KY-IN CSA (KY Part) +414,188,255,Dallas-Fort Worth TX CSA +414,189,153,Remainder of Alabama +414,190,249,Memphis TN-MS-AR MSA (TN Part) +414,191,153,Remainder of Alabama +414,192,153,Remainder of Alabama +414,193,176,Atlanta GA-AL CSA (GA Part) +414,194,257,Houston TX CSA +414,195,257,Houston TX CSA +414,196,257,Houston TX CSA +414,197,223,New York NY-NJ-CT-PA CSA (NY Part) +414,198,226,Charlotte NC-SC CSA (NC Part) +414,199,176,Atlanta GA-AL CSA (GA Part) +414,200,172,Miami FL MSA +414,201,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +414,202,223,New York NY-NJ-CT-PA CSA (NY Part) +414,203,172,Miami FL MSA +414,204,12,Chicago IL-IN-WI CSA (IL Part) +414,205,203,Detroit MI CSA +414,206,257,Houston TX CSA +414,207,172,Miami FL MSA +414,208,172,Miami FL MSA +414,209,176,Atlanta GA-AL CSA (GA Part) +414,210,257,Houston TX CSA +414,211,249,Memphis TN-MS-AR MSA (TN Part) +414,212,153,Remainder of Alabama +414,213,195,New Orleans LA CSA +414,214,255,Dallas-Fort Worth TX CSA +414,215,255,Dallas-Fort Worth TX CSA +414,216,223,New York NY-NJ-CT-PA CSA (NY Part) +414,217,172,Miami FL MSA +414,218,172,Miami FL MSA +414,219,173,Orlando FL CSA +414,220,255,Dallas-Fort Worth TX CSA +414,221,223,New York NY-NJ-CT-PA CSA (NY Part) +414,222,172,Miami FL MSA +414,223,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +414,224,153,Remainder of Alabama +414,225,172,Miami FL MSA +414,226,172,Miami FL MSA +414,227,172,Miami FL MSA +414,228,172,Miami FL MSA +414,229,172,Miami FL MSA +414,230,153,Remainder of Alabama +414,231,172,Miami FL MSA +414,232,172,Miami FL MSA +414,233,172,Miami FL MSA +414,234,176,Atlanta GA-AL CSA (GA Part) +414,235,172,Miami FL MSA +414,236,255,Dallas-Fort Worth TX CSA +414,237,195,New Orleans LA CSA +414,238,257,Houston TX CSA +414,239,159,Los Angeles CA CSA +414,240,249,Memphis TN-MS-AR MSA (TN Part) +414,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +414,242,176,Atlanta GA-AL CSA (GA Part) +414,243,266,Washington DC-MD-VA-WV CSA (VA Part) +414,244,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +414,245,172,Miami FL MSA +414,246,176,Atlanta GA-AL CSA (GA Part) +414,247,172,Miami FL MSA +414,248,257,Houston TX CSA +414,249,172,Miami FL MSA +414,250,172,Miami FL MSA +414,251,176,Atlanta GA-AL CSA (GA Part) +414,252,172,Miami FL MSA +414,253,172,Miami FL MSA +414,254,255,Dallas-Fort Worth TX CSA +414,255,195,New Orleans LA CSA +414,256,249,Memphis TN-MS-AR MSA (TN Part) +414,257,257,Houston TX CSA +414,258,255,Dallas-Fort Worth TX CSA +414,259,172,Miami FL MSA +414,260,255,Dallas-Fort Worth TX CSA +414,261,255,Dallas-Fort Worth TX CSA +414,262,249,Memphis TN-MS-AR MSA (TN Part) +414,263,223,New York NY-NJ-CT-PA CSA (NY Part) +414,264,172,Miami FL MSA +414,265,172,Miami FL MSA +414,266,176,Atlanta GA-AL CSA (GA Part) +414,267,176,Atlanta GA-AL CSA (GA Part) +414,268,255,Dallas-Fort Worth TX CSA +414,269,257,Houston TX CSA +414,270,176,Atlanta GA-AL CSA (GA Part) +414,271,195,New Orleans LA CSA +414,272,186,Indianapolis IN CSA +414,273,195,New Orleans LA CSA +415,152,172,Miami FL MSA +415,153,201,Boston MA-NH CSA (MA Part) +415,154,268,Seattle WA CSA +415,155,217,New York NY-NJ-CT-PA CSA (NJ Part) +415,156,232,Cleveland OH CSA +415,157,12,Chicago IL-IN-WI CSA (IL Part) +415,158,223,New York NY-NJ-CT-PA CSA (NY Part) +415,159,255,Dallas-Fort Worth TX CSA +415,160,223,New York NY-NJ-CT-PA CSA (NY Part) +415,161,12,Chicago IL-IN-WI CSA (IL Part) +415,162,266,Washington DC-MD-VA-WV CSA (VA Part) +415,163,223,New York NY-NJ-CT-PA CSA (NY Part) +415,164,223,New York NY-NJ-CT-PA CSA (NY Part) +415,165,201,Boston MA-NH CSA (MA Part) +415,166,223,New York NY-NJ-CT-PA CSA (NY Part) +415,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +415,168,201,Boston MA-NH CSA (MA Part) +415,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +415,170,266,Washington DC-MD-VA-WV CSA (VA Part) +415,171,172,Miami FL MSA +415,172,217,New York NY-NJ-CT-PA CSA (NJ Part) +415,173,172,Miami FL MSA +415,174,172,Miami FL MSA +415,175,217,New York NY-NJ-CT-PA CSA (NJ Part) +415,176,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +415,177,172,Miami FL MSA +415,178,223,New York NY-NJ-CT-PA CSA (NY Part) +415,179,232,Cleveland OH CSA +415,180,159,Los Angeles CA CSA +415,181,226,Charlotte NC-SC CSA (NC Part) +415,183,223,New York NY-NJ-CT-PA CSA (NY Part) +415,184,266,Washington DC-MD-VA-WV CSA (VA Part) +415,185,223,New York NY-NJ-CT-PA CSA (NY Part) +415,186,223,New York NY-NJ-CT-PA CSA (NY Part) +415,187,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +415,188,203,Detroit MI CSA +415,189,232,Cleveland OH CSA +415,190,12,Chicago IL-IN-WI CSA (IL Part) +415,191,192,Remainder of Kentucky +415,192,266,Washington DC-MD-VA-WV CSA (VA Part) +415,193,172,Miami FL MSA +415,194,249,Memphis TN-MS-AR MSA (TN Part) +415,195,169,Delaware +415,196,249,Memphis TN-MS-AR MSA (TN Part) +415,197,223,New York NY-NJ-CT-PA CSA (NY Part) +415,198,223,New York NY-NJ-CT-PA CSA (NY Part) +415,199,223,New York NY-NJ-CT-PA CSA (NY Part) +415,200,223,New York NY-NJ-CT-PA CSA (NY Part) +415,201,223,New York NY-NJ-CT-PA CSA (NY Part) +415,202,223,New York NY-NJ-CT-PA CSA (NY Part) +415,203,217,New York NY-NJ-CT-PA CSA (NJ Part) +415,204,223,New York NY-NJ-CT-PA CSA (NY Part) +415,205,232,Cleveland OH CSA +415,206,12,Chicago IL-IN-WI CSA (IL Part) +415,207,12,Chicago IL-IN-WI CSA (IL Part) +415,208,169,Delaware +415,209,169,Delaware +415,210,232,Cleveland OH CSA +415,211,217,New York NY-NJ-CT-PA CSA (NJ Part) +415,212,223,New York NY-NJ-CT-PA CSA (NY Part) +415,213,232,Cleveland OH CSA +415,214,203,Detroit MI CSA +415,215,186,Indianapolis IN CSA +415,216,223,New York NY-NJ-CT-PA CSA (NY Part) +415,217,223,New York NY-NJ-CT-PA CSA (NY Part) +415,218,223,New York NY-NJ-CT-PA CSA (NY Part) +415,219,223,New York NY-NJ-CT-PA CSA (NY Part) +415,220,223,New York NY-NJ-CT-PA CSA (NY Part) +415,221,223,New York NY-NJ-CT-PA CSA (NY Part) +415,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +415,223,223,New York NY-NJ-CT-PA CSA (NY Part) +415,224,223,New York NY-NJ-CT-PA CSA (NY Part) +415,225,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +415,226,223,New York NY-NJ-CT-PA CSA (NY Part) +415,227,226,Charlotte NC-SC CSA (NC Part) +415,228,223,New York NY-NJ-CT-PA CSA (NY Part) +415,229,266,Washington DC-MD-VA-WV CSA (VA Part) +415,230,266,Washington DC-MD-VA-WV CSA (VA Part) +415,231,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +415,232,169,Delaware +415,233,12,Chicago IL-IN-WI CSA (IL Part) +415,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +415,235,191,Louisville KY-IN CSA (KY Part) +415,236,201,Boston MA-NH CSA (MA Part) +415,237,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +415,238,217,New York NY-NJ-CT-PA CSA (NJ Part) +415,239,12,Chicago IL-IN-WI CSA (IL Part) +415,240,268,Seattle WA CSA +415,241,223,New York NY-NJ-CT-PA CSA (NY Part) +415,242,223,New York NY-NJ-CT-PA CSA (NY Part) +415,243,223,New York NY-NJ-CT-PA CSA (NY Part) +415,244,201,Boston MA-NH CSA (MA Part) +415,245,223,New York NY-NJ-CT-PA CSA (NY Part) +415,246,176,Atlanta GA-AL CSA (GA Part) +415,247,223,New York NY-NJ-CT-PA CSA (NY Part) +415,248,217,New York NY-NJ-CT-PA CSA (NJ Part) +415,249,223,New York NY-NJ-CT-PA CSA (NY Part) +415,250,223,New York NY-NJ-CT-PA CSA (NY Part) +415,251,223,New York NY-NJ-CT-PA CSA (NY Part) +415,252,249,Memphis TN-MS-AR MSA (TN Part) +415,253,12,Chicago IL-IN-WI CSA (IL Part) +415,254,191,Louisville KY-IN CSA (KY Part) +415,255,266,Washington DC-MD-VA-WV CSA (VA Part) +415,256,176,Atlanta GA-AL CSA (GA Part) +415,257,192,Remainder of Kentucky +415,258,153,Remainder of Alabama +415,259,232,Cleveland OH CSA +415,260,191,Louisville KY-IN CSA (KY Part) +415,261,223,New York NY-NJ-CT-PA CSA (NY Part) +415,262,176,Atlanta GA-AL CSA (GA Part) +415,263,223,New York NY-NJ-CT-PA CSA (NY Part) +415,264,223,New York NY-NJ-CT-PA CSA (NY Part) +415,265,223,New York NY-NJ-CT-PA CSA (NY Part) +415,266,223,New York NY-NJ-CT-PA CSA (NY Part) +415,267,223,New York NY-NJ-CT-PA CSA (NY Part) +415,268,203,Detroit MI CSA +415,269,266,Washington DC-MD-VA-WV CSA (VA Part) +415,270,266,Washington DC-MD-VA-WV CSA (VA Part) +415,271,223,New York NY-NJ-CT-PA CSA (NY Part) +415,272,223,New York NY-NJ-CT-PA CSA (NY Part) +415,273,12,Chicago IL-IN-WI CSA (IL Part) +416,152,172,Miami FL MSA +416,153,191,Louisville KY-IN CSA (KY Part) +416,154,223,New York NY-NJ-CT-PA CSA (NY Part) +416,155,186,Indianapolis IN CSA +416,156,164,Denver CO CSA +416,157,266,Washington DC-MD-VA-WV CSA (VA Part) +416,158,249,Memphis TN-MS-AR MSA (TN Part) +416,159,159,Los Angeles CA CSA +416,160,12,Chicago IL-IN-WI CSA (IL Part) +416,161,231,Cincinnati OH-KY-IN CSA (OH Part) +416,162,153,Remainder of Alabama +416,163,255,Dallas-Fort Worth TX CSA +416,164,191,Louisville KY-IN CSA (KY Part) +416,165,217,New York NY-NJ-CT-PA CSA (NJ Part) +416,166,223,New York NY-NJ-CT-PA CSA (NY Part) +416,167,223,New York NY-NJ-CT-PA CSA (NY Part) +416,168,223,New York NY-NJ-CT-PA CSA (NY Part) +416,169,223,New York NY-NJ-CT-PA CSA (NY Part) +416,170,201,Boston MA-NH CSA (MA Part) +416,171,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +416,172,176,Atlanta GA-AL CSA (GA Part) +416,173,176,Atlanta GA-AL CSA (GA Part) +416,174,266,Washington DC-MD-VA-WV CSA (VA Part) +416,175,172,Miami FL MSA +416,176,191,Louisville KY-IN CSA (KY Part) +416,177,176,Atlanta GA-AL CSA (GA Part) +416,178,245,Charleston SC MSA +416,179,223,New York NY-NJ-CT-PA CSA (NY Part) +416,180,154,Alaska +416,181,12,Chicago IL-IN-WI CSA (IL Part) +416,183,223,New York NY-NJ-CT-PA CSA (NY Part) +416,184,12,Chicago IL-IN-WI CSA (IL Part) +416,185,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +416,186,223,New York NY-NJ-CT-PA CSA (NY Part) +416,187,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +416,188,12,Chicago IL-IN-WI CSA (IL Part) +416,189,223,New York NY-NJ-CT-PA CSA (NY Part) +416,190,249,Memphis TN-MS-AR MSA (TN Part) +416,191,201,Boston MA-NH CSA (MA Part) +416,192,223,New York NY-NJ-CT-PA CSA (NY Part) +416,193,172,Miami FL MSA +416,194,172,Miami FL MSA +416,195,266,Washington DC-MD-VA-WV CSA (VA Part) +416,196,249,Memphis TN-MS-AR MSA (TN Part) +416,197,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +416,198,223,New York NY-NJ-CT-PA CSA (NY Part) +416,199,232,Cleveland OH CSA +416,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +416,201,223,New York NY-NJ-CT-PA CSA (NY Part) +416,202,223,New York NY-NJ-CT-PA CSA (NY Part) +416,203,223,New York NY-NJ-CT-PA CSA (NY Part) +416,204,266,Washington DC-MD-VA-WV CSA (VA Part) +416,205,223,New York NY-NJ-CT-PA CSA (NY Part) +416,206,12,Chicago IL-IN-WI CSA (IL Part) +416,207,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +416,208,249,Memphis TN-MS-AR MSA (TN Part) +416,209,192,Remainder of Kentucky +416,210,176,Atlanta GA-AL CSA (GA Part) +416,211,232,Cleveland OH CSA +416,212,217,New York NY-NJ-CT-PA CSA (NJ Part) +416,213,12,Chicago IL-IN-WI CSA (IL Part) +416,214,217,New York NY-NJ-CT-PA CSA (NJ Part) +416,215,223,New York NY-NJ-CT-PA CSA (NY Part) +416,216,223,New York NY-NJ-CT-PA CSA (NY Part) +416,217,223,New York NY-NJ-CT-PA CSA (NY Part) +416,218,223,New York NY-NJ-CT-PA CSA (NY Part) +416,219,223,New York NY-NJ-CT-PA CSA (NY Part) +416,220,249,Memphis TN-MS-AR MSA (TN Part) +416,221,223,New York NY-NJ-CT-PA CSA (NY Part) +416,222,266,Washington DC-MD-VA-WV CSA (VA Part) +416,223,223,New York NY-NJ-CT-PA CSA (NY Part) +416,224,266,Washington DC-MD-VA-WV CSA (VA Part) +416,225,223,New York NY-NJ-CT-PA CSA (NY Part) +416,226,223,New York NY-NJ-CT-PA CSA (NY Part) +416,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +416,228,223,New York NY-NJ-CT-PA CSA (NY Part) +416,229,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +416,230,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +416,231,223,New York NY-NJ-CT-PA CSA (NY Part) +416,232,223,New York NY-NJ-CT-PA CSA (NY Part) +416,233,217,New York NY-NJ-CT-PA CSA (NJ Part) +416,234,201,Boston MA-NH CSA (MA Part) +416,235,223,New York NY-NJ-CT-PA CSA (NY Part) +416,236,12,Chicago IL-IN-WI CSA (IL Part) +416,237,223,New York NY-NJ-CT-PA CSA (NY Part) +416,238,223,New York NY-NJ-CT-PA CSA (NY Part) +416,239,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +416,240,223,New York NY-NJ-CT-PA CSA (NY Part) +416,241,266,Washington DC-MD-VA-WV CSA (VA Part) +416,242,217,New York NY-NJ-CT-PA CSA (NJ Part) +416,243,223,New York NY-NJ-CT-PA CSA (NY Part) +416,244,266,Washington DC-MD-VA-WV CSA (VA Part) +416,245,217,New York NY-NJ-CT-PA CSA (NJ Part) +416,246,176,Atlanta GA-AL CSA (GA Part) +416,247,223,New York NY-NJ-CT-PA CSA (NY Part) +416,248,12,Chicago IL-IN-WI CSA (IL Part) +416,249,217,New York NY-NJ-CT-PA CSA (NJ Part) +416,250,176,Atlanta GA-AL CSA (GA Part) +416,251,223,New York NY-NJ-CT-PA CSA (NY Part) +416,252,172,Miami FL MSA +416,253,172,Miami FL MSA +416,254,172,Miami FL MSA +416,255,191,Louisville KY-IN CSA (KY Part) +416,256,223,New York NY-NJ-CT-PA CSA (NY Part) +416,257,172,Miami FL MSA +416,258,249,Memphis TN-MS-AR MSA (TN Part) +416,259,201,Boston MA-NH CSA (MA Part) +416,260,232,Cleveland OH CSA +416,261,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +416,262,223,New York NY-NJ-CT-PA CSA (NY Part) +416,263,223,New York NY-NJ-CT-PA CSA (NY Part) +416,264,223,New York NY-NJ-CT-PA CSA (NY Part) +416,265,201,Boston MA-NH CSA (MA Part) +416,266,223,New York NY-NJ-CT-PA CSA (NY Part) +416,267,201,Boston MA-NH CSA (MA Part) +416,268,12,Chicago IL-IN-WI CSA (IL Part) +416,269,217,New York NY-NJ-CT-PA CSA (NJ Part) +416,270,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +416,271,223,New York NY-NJ-CT-PA CSA (NY Part) +416,272,12,Chicago IL-IN-WI CSA (IL Part) +416,273,12,Chicago IL-IN-WI CSA (IL Part) +417,152,249,Memphis TN-MS-AR MSA (TN Part) +417,153,249,Memphis TN-MS-AR MSA (TN Part) +417,154,162,San Francisco CA CSA +417,155,162,San Francisco CA CSA +417,156,255,Dallas-Fort Worth TX CSA +417,157,159,Los Angeles CA CSA +417,158,162,San Francisco CA CSA +417,159,162,San Francisco CA CSA +417,160,164,Denver CO CSA +417,161,179,Honolulu HI MSA +417,162,162,San Francisco CA CSA +417,163,159,Los Angeles CA CSA +417,164,162,San Francisco CA CSA +417,165,159,Los Angeles CA CSA +417,166,203,Detroit MI CSA +417,167,162,San Francisco CA CSA +417,168,12,Chicago IL-IN-WI CSA (IL Part) +417,169,231,Cincinnati OH-KY-IN CSA (OH Part) +417,170,266,Washington DC-MD-VA-WV CSA (VA Part) +417,171,195,New Orleans LA CSA +417,172,255,Dallas-Fort Worth TX CSA +417,173,172,Miami FL MSA +417,174,257,Houston TX CSA +417,175,172,Miami FL MSA +417,176,257,Houston TX CSA +417,177,172,Miami FL MSA +417,178,153,Remainder of Alabama +417,179,159,Los Angeles CA CSA +417,180,154,Alaska +417,181,159,Los Angeles CA CSA +417,183,12,Chicago IL-IN-WI CSA (IL Part) +417,184,257,Houston TX CSA +417,185,12,Chicago IL-IN-WI CSA (IL Part) +417,186,162,San Francisco CA CSA +417,187,162,San Francisco CA CSA +417,188,162,San Francisco CA CSA +417,189,159,Los Angeles CA CSA +417,190,162,San Francisco CA CSA +417,191,162,San Francisco CA CSA +417,192,162,San Francisco CA CSA +417,193,162,San Francisco CA CSA +417,194,255,Dallas-Fort Worth TX CSA +417,195,162,San Francisco CA CSA +417,196,162,San Francisco CA CSA +417,197,12,Chicago IL-IN-WI CSA (IL Part) +417,198,162,San Francisco CA CSA +417,199,159,Los Angeles CA CSA +417,200,266,Washington DC-MD-VA-WV CSA (VA Part) +417,201,12,Chicago IL-IN-WI CSA (IL Part) +417,202,159,Los Angeles CA CSA +417,203,249,Memphis TN-MS-AR MSA (TN Part) +417,204,12,Chicago IL-IN-WI CSA (IL Part) +417,205,255,Dallas-Fort Worth TX CSA +417,206,12,Chicago IL-IN-WI CSA (IL Part) +417,207,162,San Francisco CA CSA +417,208,249,Memphis TN-MS-AR MSA (TN Part) +417,209,268,Seattle WA CSA +417,210,162,San Francisco CA CSA +417,211,257,Houston TX CSA +417,212,179,Honolulu HI MSA +417,213,255,Dallas-Fort Worth TX CSA +417,214,159,Los Angeles CA CSA +417,215,159,Los Angeles CA CSA +417,216,249,Memphis TN-MS-AR MSA (TN Part) +417,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +417,218,249,Memphis TN-MS-AR MSA (TN Part) +417,219,195,New Orleans LA CSA +417,220,179,Honolulu HI MSA +417,221,159,Los Angeles CA CSA +417,222,159,Los Angeles CA CSA +417,223,203,Detroit MI CSA +417,224,257,Houston TX CSA +417,225,159,Los Angeles CA CSA +417,226,249,Memphis TN-MS-AR MSA (TN Part) +417,227,257,Houston TX CSA +417,228,257,Houston TX CSA +417,229,255,Dallas-Fort Worth TX CSA +417,230,162,San Francisco CA CSA +417,231,179,Honolulu HI MSA +417,232,162,San Francisco CA CSA +417,233,249,Memphis TN-MS-AR MSA (TN Part) +417,234,257,Houston TX CSA +417,235,162,San Francisco CA CSA +417,236,255,Dallas-Fort Worth TX CSA +417,237,159,Los Angeles CA CSA +417,238,159,Los Angeles CA CSA +417,239,268,Seattle WA CSA +417,240,154,Alaska +417,241,255,Dallas-Fort Worth TX CSA +417,242,186,Indianapolis IN CSA +417,243,186,Indianapolis IN CSA +417,244,169,Delaware +417,245,249,Memphis TN-MS-AR MSA (TN Part) +417,246,255,Dallas-Fort Worth TX CSA +417,247,176,Atlanta GA-AL CSA (GA Part) +417,248,268,Seattle WA CSA +417,249,159,Los Angeles CA CSA +417,250,179,Honolulu HI MSA +417,251,255,Dallas-Fort Worth TX CSA +417,252,255,Dallas-Fort Worth TX CSA +417,253,153,Remainder of Alabama +417,254,159,Los Angeles CA CSA +417,255,255,Dallas-Fort Worth TX CSA +417,256,164,Denver CO CSA +417,257,255,Dallas-Fort Worth TX CSA +417,258,162,San Francisco CA CSA +417,259,159,Los Angeles CA CSA +417,260,195,New Orleans LA CSA +417,261,159,Los Angeles CA CSA +417,262,159,Los Angeles CA CSA +417,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +417,264,159,Los Angeles CA CSA +417,265,159,Los Angeles CA CSA +417,266,257,Houston TX CSA +417,267,191,Louisville KY-IN CSA (KY Part) +417,268,159,Los Angeles CA CSA +417,269,268,Seattle WA CSA +417,270,12,Chicago IL-IN-WI CSA (IL Part) +417,271,203,Detroit MI CSA +417,272,255,Dallas-Fort Worth TX CSA +417,273,162,San Francisco CA CSA +418,152,153,Remainder of Alabama +418,153,268,Seattle WA CSA +418,154,154,Alaska +418,155,154,Alaska +418,156,162,San Francisco CA CSA +418,157,154,Alaska +418,158,154,Alaska +418,159,159,Los Angeles CA CSA +418,160,159,Los Angeles CA CSA +418,161,154,Alaska +418,162,154,Alaska +418,163,154,Alaska +418,164,154,Alaska +418,165,154,Alaska +418,166,154,Alaska +418,167,203,Detroit MI CSA +418,168,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +418,169,223,New York NY-NJ-CT-PA CSA (NY Part) +418,170,266,Washington DC-MD-VA-WV CSA (VA Part) +418,171,154,Alaska +418,172,172,Miami FL MSA +418,173,154,Alaska +418,174,176,Atlanta GA-AL CSA (GA Part) +418,175,12,Chicago IL-IN-WI CSA (IL Part) +418,176,268,Seattle WA CSA +418,177,191,Louisville KY-IN CSA (KY Part) +418,178,191,Louisville KY-IN CSA (KY Part) +418,179,159,Los Angeles CA CSA +418,180,154,Alaska +418,181,162,San Francisco CA CSA +418,183,12,Chicago IL-IN-WI CSA (IL Part) +418,184,12,Chicago IL-IN-WI CSA (IL Part) +418,185,154,Alaska +418,186,203,Detroit MI CSA +418,187,12,Chicago IL-IN-WI CSA (IL Part) +418,188,154,Alaska +418,189,255,Dallas-Fort Worth TX CSA +418,190,154,Alaska +418,191,203,Detroit MI CSA +418,192,191,Louisville KY-IN CSA (KY Part) +418,193,12,Chicago IL-IN-WI CSA (IL Part) +418,194,154,Alaska +418,195,154,Alaska +418,196,154,Alaska +418,197,154,Alaska +418,198,186,Indianapolis IN CSA +418,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +418,200,266,Washington DC-MD-VA-WV CSA (VA Part) +418,201,201,Boston MA-NH CSA (MA Part) +418,202,266,Washington DC-MD-VA-WV CSA (VA Part) +418,203,154,Alaska +418,204,191,Louisville KY-IN CSA (KY Part) +418,205,12,Chicago IL-IN-WI CSA (IL Part) +418,206,12,Chicago IL-IN-WI CSA (IL Part) +418,207,268,Seattle WA CSA +418,208,268,Seattle WA CSA +418,209,154,Alaska +418,210,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +418,211,154,Alaska +418,212,154,Alaska +418,213,154,Alaska +418,214,162,San Francisco CA CSA +418,215,268,Seattle WA CSA +418,216,223,New York NY-NJ-CT-PA CSA (NY Part) +418,217,223,New York NY-NJ-CT-PA CSA (NY Part) +418,218,223,New York NY-NJ-CT-PA CSA (NY Part) +418,219,223,New York NY-NJ-CT-PA CSA (NY Part) +418,220,154,Alaska +418,221,232,Cleveland OH CSA +418,222,154,Alaska +418,223,154,Alaska +418,224,223,New York NY-NJ-CT-PA CSA (NY Part) +418,225,154,Alaska +418,226,186,Indianapolis IN CSA +418,227,12,Chicago IL-IN-WI CSA (IL Part) +418,228,223,New York NY-NJ-CT-PA CSA (NY Part) +418,229,226,Charlotte NC-SC CSA (NC Part) +418,230,154,Alaska +418,231,154,Alaska +418,232,12,Chicago IL-IN-WI CSA (IL Part) +418,233,12,Chicago IL-IN-WI CSA (IL Part) +418,234,203,Detroit MI CSA +418,235,12,Chicago IL-IN-WI CSA (IL Part) +418,236,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +418,237,268,Seattle WA CSA +418,238,154,Alaska +418,239,154,Alaska +418,240,159,Los Angeles CA CSA +418,241,223,New York NY-NJ-CT-PA CSA (NY Part) +418,242,232,Cleveland OH CSA +418,243,12,Chicago IL-IN-WI CSA (IL Part) +418,244,201,Boston MA-NH CSA (MA Part) +418,245,266,Washington DC-MD-VA-WV CSA (VA Part) +418,246,154,Alaska +418,247,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +418,248,154,Alaska +418,249,268,Seattle WA CSA +418,250,154,Alaska +418,251,154,Alaska +418,252,159,Los Angeles CA CSA +418,253,249,Memphis TN-MS-AR MSA (TN Part) +418,254,154,Alaska +418,255,159,Los Angeles CA CSA +418,256,154,Alaska +418,257,249,Memphis TN-MS-AR MSA (TN Part) +418,258,159,Los Angeles CA CSA +418,259,268,Seattle WA CSA +418,260,154,Alaska +418,261,159,Los Angeles CA CSA +418,262,159,Los Angeles CA CSA +418,263,223,New York NY-NJ-CT-PA CSA (NY Part) +418,264,186,Indianapolis IN CSA +418,265,12,Chicago IL-IN-WI CSA (IL Part) +418,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +418,267,203,Detroit MI CSA +418,268,154,Alaska +418,269,164,Denver CO CSA +418,270,154,Alaska +418,271,154,Alaska +418,272,232,Cleveland OH CSA +418,273,159,Los Angeles CA CSA +419,152,176,Atlanta GA-AL CSA (GA Part) +419,153,12,Chicago IL-IN-WI CSA (IL Part) +419,154,154,Alaska +419,155,12,Chicago IL-IN-WI CSA (IL Part) +419,156,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +419,157,159,Los Angeles CA CSA +419,158,12,Chicago IL-IN-WI CSA (IL Part) +419,159,159,Los Angeles CA CSA +419,160,159,Los Angeles CA CSA +419,161,12,Chicago IL-IN-WI CSA (IL Part) +419,162,159,Los Angeles CA CSA +419,163,159,Los Angeles CA CSA +419,164,12,Chicago IL-IN-WI CSA (IL Part) +419,165,12,Chicago IL-IN-WI CSA (IL Part) +419,166,223,New York NY-NJ-CT-PA CSA (NY Part) +419,167,223,New York NY-NJ-CT-PA CSA (NY Part) +419,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +419,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +419,170,223,New York NY-NJ-CT-PA CSA (NY Part) +419,171,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +419,172,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +419,173,217,New York NY-NJ-CT-PA CSA (NJ Part) +419,174,176,Atlanta GA-AL CSA (GA Part) +419,175,223,New York NY-NJ-CT-PA CSA (NY Part) +419,176,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +419,177,176,Atlanta GA-AL CSA (GA Part) +419,178,191,Louisville KY-IN CSA (KY Part) +419,179,154,Alaska +419,180,162,San Francisco CA CSA +419,181,162,San Francisco CA CSA +419,183,12,Chicago IL-IN-WI CSA (IL Part) +419,184,12,Chicago IL-IN-WI CSA (IL Part) +419,185,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +419,186,12,Chicago IL-IN-WI CSA (IL Part) +419,187,217,New York NY-NJ-CT-PA CSA (NJ Part) +419,188,223,New York NY-NJ-CT-PA CSA (NY Part) +419,189,12,Chicago IL-IN-WI CSA (IL Part) +419,190,203,Detroit MI CSA +419,191,203,Detroit MI CSA +419,192,12,Chicago IL-IN-WI CSA (IL Part) +419,193,153,Remainder of Alabama +419,194,186,Indianapolis IN CSA +419,195,223,New York NY-NJ-CT-PA CSA (NY Part) +419,196,249,Memphis TN-MS-AR MSA (TN Part) +419,197,223,New York NY-NJ-CT-PA CSA (NY Part) +419,198,223,New York NY-NJ-CT-PA CSA (NY Part) +419,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +419,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +419,201,169,Delaware +419,202,223,New York NY-NJ-CT-PA CSA (NY Part) +419,203,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +419,204,223,New York NY-NJ-CT-PA CSA (NY Part) +419,205,232,Cleveland OH CSA +419,206,12,Chicago IL-IN-WI CSA (IL Part) +419,207,12,Chicago IL-IN-WI CSA (IL Part) +419,208,191,Louisville KY-IN CSA (KY Part) +419,209,12,Chicago IL-IN-WI CSA (IL Part) +419,210,12,Chicago IL-IN-WI CSA (IL Part) +419,211,12,Chicago IL-IN-WI CSA (IL Part) +419,212,12,Chicago IL-IN-WI CSA (IL Part) +419,213,12,Chicago IL-IN-WI CSA (IL Part) +419,214,12,Chicago IL-IN-WI CSA (IL Part) +419,215,159,Los Angeles CA CSA +419,216,223,New York NY-NJ-CT-PA CSA (NY Part) +419,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +419,218,223,New York NY-NJ-CT-PA CSA (NY Part) +419,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +419,220,191,Louisville KY-IN CSA (KY Part) +419,221,223,New York NY-NJ-CT-PA CSA (NY Part) +419,222,223,New York NY-NJ-CT-PA CSA (NY Part) +419,223,223,New York NY-NJ-CT-PA CSA (NY Part) +419,224,232,Cleveland OH CSA +419,225,223,New York NY-NJ-CT-PA CSA (NY Part) +419,226,217,New York NY-NJ-CT-PA CSA (NJ Part) +419,227,223,New York NY-NJ-CT-PA CSA (NY Part) +419,228,217,New York NY-NJ-CT-PA CSA (NJ Part) +419,229,223,New York NY-NJ-CT-PA CSA (NY Part) +419,230,203,Detroit MI CSA +419,231,203,Detroit MI CSA +419,232,201,Boston MA-NH CSA (MA Part) +419,233,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +419,234,223,New York NY-NJ-CT-PA CSA (NY Part) +419,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +419,236,232,Cleveland OH CSA +419,237,232,Cleveland OH CSA +419,238,223,New York NY-NJ-CT-PA CSA (NY Part) +419,239,154,Alaska +419,240,154,Alaska +419,241,223,New York NY-NJ-CT-PA CSA (NY Part) +419,242,223,New York NY-NJ-CT-PA CSA (NY Part) +419,243,223,New York NY-NJ-CT-PA CSA (NY Part) +419,244,223,New York NY-NJ-CT-PA CSA (NY Part) +419,245,266,Washington DC-MD-VA-WV CSA (VA Part) +419,246,223,New York NY-NJ-CT-PA CSA (NY Part) +419,247,217,New York NY-NJ-CT-PA CSA (NJ Part) +419,248,12,Chicago IL-IN-WI CSA (IL Part) +419,249,249,Memphis TN-MS-AR MSA (TN Part) +419,250,203,Detroit MI CSA +419,251,223,New York NY-NJ-CT-PA CSA (NY Part) +419,252,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +419,253,223,New York NY-NJ-CT-PA CSA (NY Part) +419,254,255,Dallas-Fort Worth TX CSA +419,255,191,Louisville KY-IN CSA (KY Part) +419,256,12,Chicago IL-IN-WI CSA (IL Part) +419,257,249,Memphis TN-MS-AR MSA (TN Part) +419,258,223,New York NY-NJ-CT-PA CSA (NY Part) +419,259,249,Memphis TN-MS-AR MSA (TN Part) +419,260,203,Detroit MI CSA +419,261,203,Detroit MI CSA +419,262,12,Chicago IL-IN-WI CSA (IL Part) +419,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +419,264,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +419,265,223,New York NY-NJ-CT-PA CSA (NY Part) +419,266,223,New York NY-NJ-CT-PA CSA (NY Part) +419,267,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +419,268,154,Alaska +419,269,12,Chicago IL-IN-WI CSA (IL Part) +419,270,223,New York NY-NJ-CT-PA CSA (NY Part) +419,271,12,Chicago IL-IN-WI CSA (IL Part) +419,272,12,Chicago IL-IN-WI CSA (IL Part) +419,273,12,Chicago IL-IN-WI CSA (IL Part) +420,152,217,New York NY-NJ-CT-PA CSA (NJ Part) +420,153,169,Delaware +420,154,154,Alaska +420,155,12,Chicago IL-IN-WI CSA (IL Part) +420,156,223,New York NY-NJ-CT-PA CSA (NY Part) +420,157,255,Dallas-Fort Worth TX CSA +420,158,186,Indianapolis IN CSA +420,159,154,Alaska +420,160,154,Alaska +420,161,154,Alaska +420,162,159,Los Angeles CA CSA +420,163,162,San Francisco CA CSA +420,164,223,New York NY-NJ-CT-PA CSA (NY Part) +420,165,249,Memphis TN-MS-AR MSA (TN Part) +420,166,232,Cleveland OH CSA +420,167,223,New York NY-NJ-CT-PA CSA (NY Part) +420,168,223,New York NY-NJ-CT-PA CSA (NY Part) +420,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +420,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +420,171,172,Miami FL MSA +420,172,12,Chicago IL-IN-WI CSA (IL Part) +420,173,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +420,174,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +420,175,266,Washington DC-MD-VA-WV CSA (VA Part) +420,176,176,Atlanta GA-AL CSA (GA Part) +420,177,203,Detroit MI CSA +420,178,232,Cleveland OH CSA +420,179,179,Honolulu HI MSA +420,180,154,Alaska +420,181,154,Alaska +420,183,266,Washington DC-MD-VA-WV CSA (VA Part) +420,184,223,New York NY-NJ-CT-PA CSA (NY Part) +420,185,217,New York NY-NJ-CT-PA CSA (NJ Part) +420,186,201,Boston MA-NH CSA (MA Part) +420,187,12,Chicago IL-IN-WI CSA (IL Part) +420,188,12,Chicago IL-IN-WI CSA (IL Part) +420,189,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +420,190,231,Cincinnati OH-KY-IN CSA (OH Part) +420,191,223,New York NY-NJ-CT-PA CSA (NY Part) +420,192,223,New York NY-NJ-CT-PA CSA (NY Part) +420,193,12,Chicago IL-IN-WI CSA (IL Part) +420,194,255,Dallas-Fort Worth TX CSA +420,195,223,New York NY-NJ-CT-PA CSA (NY Part) +420,196,249,Memphis TN-MS-AR MSA (TN Part) +420,197,169,Delaware +420,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +420,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +420,200,203,Detroit MI CSA +420,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +420,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +420,203,217,New York NY-NJ-CT-PA CSA (NJ Part) +420,204,12,Chicago IL-IN-WI CSA (IL Part) +420,205,12,Chicago IL-IN-WI CSA (IL Part) +420,206,169,Delaware +420,207,217,New York NY-NJ-CT-PA CSA (NJ Part) +420,208,217,New York NY-NJ-CT-PA CSA (NJ Part) +420,209,217,New York NY-NJ-CT-PA CSA (NJ Part) +420,210,217,New York NY-NJ-CT-PA CSA (NJ Part) +420,211,186,Indianapolis IN CSA +420,212,268,Seattle WA CSA +420,213,12,Chicago IL-IN-WI CSA (IL Part) +420,214,162,San Francisco CA CSA +420,215,162,San Francisco CA CSA +420,216,223,New York NY-NJ-CT-PA CSA (NY Part) +420,217,201,Boston MA-NH CSA (MA Part) +420,218,223,New York NY-NJ-CT-PA CSA (NY Part) +420,219,201,Boston MA-NH CSA (MA Part) +420,220,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +420,221,223,New York NY-NJ-CT-PA CSA (NY Part) +420,222,223,New York NY-NJ-CT-PA CSA (NY Part) +420,223,223,New York NY-NJ-CT-PA CSA (NY Part) +420,224,223,New York NY-NJ-CT-PA CSA (NY Part) +420,225,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +420,226,223,New York NY-NJ-CT-PA CSA (NY Part) +420,227,223,New York NY-NJ-CT-PA CSA (NY Part) +420,228,191,Louisville KY-IN CSA (KY Part) +420,229,266,Washington DC-MD-VA-WV CSA (VA Part) +420,230,12,Chicago IL-IN-WI CSA (IL Part) +420,231,223,New York NY-NJ-CT-PA CSA (NY Part) +420,232,266,Washington DC-MD-VA-WV CSA (VA Part) +420,233,223,New York NY-NJ-CT-PA CSA (NY Part) +420,234,12,Chicago IL-IN-WI CSA (IL Part) +420,235,223,New York NY-NJ-CT-PA CSA (NY Part) +420,236,249,Memphis TN-MS-AR MSA (TN Part) +420,237,12,Chicago IL-IN-WI CSA (IL Part) +420,238,203,Detroit MI CSA +420,239,154,Alaska +420,240,268,Seattle WA CSA +420,241,223,New York NY-NJ-CT-PA CSA (NY Part) +420,242,232,Cleveland OH CSA +420,243,266,Washington DC-MD-VA-WV CSA (VA Part) +420,244,223,New York NY-NJ-CT-PA CSA (NY Part) +420,245,217,New York NY-NJ-CT-PA CSA (NJ Part) +420,246,223,New York NY-NJ-CT-PA CSA (NY Part) +420,247,223,New York NY-NJ-CT-PA CSA (NY Part) +420,248,201,Boston MA-NH CSA (MA Part) +420,249,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +420,250,191,Louisville KY-IN CSA (KY Part) +420,251,223,New York NY-NJ-CT-PA CSA (NY Part) +420,252,223,New York NY-NJ-CT-PA CSA (NY Part) +420,253,176,Atlanta GA-AL CSA (GA Part) +420,254,217,New York NY-NJ-CT-PA CSA (NJ Part) +420,255,223,New York NY-NJ-CT-PA CSA (NY Part) +420,256,249,Memphis TN-MS-AR MSA (TN Part) +420,257,223,New York NY-NJ-CT-PA CSA (NY Part) +420,258,223,New York NY-NJ-CT-PA CSA (NY Part) +420,259,266,Washington DC-MD-VA-WV CSA (VA Part) +420,260,176,Atlanta GA-AL CSA (GA Part) +420,261,203,Detroit MI CSA +420,262,154,Alaska +420,263,223,New York NY-NJ-CT-PA CSA (NY Part) +420,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +420,265,223,New York NY-NJ-CT-PA CSA (NY Part) +420,266,223,New York NY-NJ-CT-PA CSA (NY Part) +420,267,12,Chicago IL-IN-WI CSA (IL Part) +420,268,12,Chicago IL-IN-WI CSA (IL Part) +420,269,162,San Francisco CA CSA +420,270,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +420,271,12,Chicago IL-IN-WI CSA (IL Part) +420,272,12,Chicago IL-IN-WI CSA (IL Part) +420,273,223,New York NY-NJ-CT-PA CSA (NY Part) +421,152,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +421,153,203,Detroit MI CSA +421,154,154,Alaska +421,155,12,Chicago IL-IN-WI CSA (IL Part) +421,156,12,Chicago IL-IN-WI CSA (IL Part) +421,157,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +421,158,201,Boston MA-NH CSA (MA Part) +421,159,159,Los Angeles CA CSA +421,160,154,Alaska +421,161,159,Los Angeles CA CSA +421,162,154,Alaska +421,163,154,Alaska +421,164,268,Seattle WA CSA +421,165,191,Louisville KY-IN CSA (KY Part) +421,166,223,New York NY-NJ-CT-PA CSA (NY Part) +421,167,266,Washington DC-MD-VA-WV CSA (VA Part) +421,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +421,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +421,170,223,New York NY-NJ-CT-PA CSA (NY Part) +421,171,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +421,172,12,Chicago IL-IN-WI CSA (IL Part) +421,173,223,New York NY-NJ-CT-PA CSA (NY Part) +421,174,223,New York NY-NJ-CT-PA CSA (NY Part) +421,175,223,New York NY-NJ-CT-PA CSA (NY Part) +421,176,223,New York NY-NJ-CT-PA CSA (NY Part) +421,177,266,Washington DC-MD-VA-WV CSA (VA Part) +421,178,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +421,179,154,Alaska +421,180,159,Los Angeles CA CSA +421,181,159,Los Angeles CA CSA +421,183,203,Detroit MI CSA +421,184,12,Chicago IL-IN-WI CSA (IL Part) +421,185,12,Chicago IL-IN-WI CSA (IL Part) +421,186,223,New York NY-NJ-CT-PA CSA (NY Part) +421,187,223,New York NY-NJ-CT-PA CSA (NY Part) +421,188,203,Detroit MI CSA +421,189,164,Denver CO CSA +421,190,268,Seattle WA CSA +421,191,223,New York NY-NJ-CT-PA CSA (NY Part) +421,192,223,New York NY-NJ-CT-PA CSA (NY Part) +421,193,191,Louisville KY-IN CSA (KY Part) +421,194,223,New York NY-NJ-CT-PA CSA (NY Part) +421,195,223,New York NY-NJ-CT-PA CSA (NY Part) +421,196,12,Chicago IL-IN-WI CSA (IL Part) +421,197,223,New York NY-NJ-CT-PA CSA (NY Part) +421,198,223,New York NY-NJ-CT-PA CSA (NY Part) +421,199,223,New York NY-NJ-CT-PA CSA (NY Part) +421,200,12,Chicago IL-IN-WI CSA (IL Part) +421,201,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +421,202,223,New York NY-NJ-CT-PA CSA (NY Part) +421,203,217,New York NY-NJ-CT-PA CSA (NJ Part) +421,204,12,Chicago IL-IN-WI CSA (IL Part) +421,205,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +421,206,12,Chicago IL-IN-WI CSA (IL Part) +421,207,12,Chicago IL-IN-WI CSA (IL Part) +421,208,176,Atlanta GA-AL CSA (GA Part) +421,209,217,New York NY-NJ-CT-PA CSA (NJ Part) +421,210,223,New York NY-NJ-CT-PA CSA (NY Part) +421,211,12,Chicago IL-IN-WI CSA (IL Part) +421,212,12,Chicago IL-IN-WI CSA (IL Part) +421,213,203,Detroit MI CSA +421,214,12,Chicago IL-IN-WI CSA (IL Part) +421,215,154,Alaska +421,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +421,217,223,New York NY-NJ-CT-PA CSA (NY Part) +421,218,223,New York NY-NJ-CT-PA CSA (NY Part) +421,219,266,Washington DC-MD-VA-WV CSA (VA Part) +421,220,12,Chicago IL-IN-WI CSA (IL Part) +421,221,169,Delaware +421,222,266,Washington DC-MD-VA-WV CSA (VA Part) +421,223,223,New York NY-NJ-CT-PA CSA (NY Part) +421,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +421,225,232,Cleveland OH CSA +421,226,223,New York NY-NJ-CT-PA CSA (NY Part) +421,227,223,New York NY-NJ-CT-PA CSA (NY Part) +421,228,217,New York NY-NJ-CT-PA CSA (NJ Part) +421,229,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +421,230,12,Chicago IL-IN-WI CSA (IL Part) +421,231,223,New York NY-NJ-CT-PA CSA (NY Part) +421,232,217,New York NY-NJ-CT-PA CSA (NJ Part) +421,233,12,Chicago IL-IN-WI CSA (IL Part) +421,234,12,Chicago IL-IN-WI CSA (IL Part) +421,235,232,Cleveland OH CSA +421,236,203,Detroit MI CSA +421,237,223,New York NY-NJ-CT-PA CSA (NY Part) +421,238,223,New York NY-NJ-CT-PA CSA (NY Part) +421,239,12,Chicago IL-IN-WI CSA (IL Part) +421,240,154,Alaska +421,241,223,New York NY-NJ-CT-PA CSA (NY Part) +421,242,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +421,243,266,Washington DC-MD-VA-WV CSA (VA Part) +421,244,201,Boston MA-NH CSA (MA Part) +421,245,176,Atlanta GA-AL CSA (GA Part) +421,246,223,New York NY-NJ-CT-PA CSA (NY Part) +421,247,223,New York NY-NJ-CT-PA CSA (NY Part) +421,248,12,Chicago IL-IN-WI CSA (IL Part) +421,249,217,New York NY-NJ-CT-PA CSA (NJ Part) +421,250,223,New York NY-NJ-CT-PA CSA (NY Part) +421,251,223,New York NY-NJ-CT-PA CSA (NY Part) +421,252,223,New York NY-NJ-CT-PA CSA (NY Part) +421,253,255,Dallas-Fort Worth TX CSA +421,254,249,Memphis TN-MS-AR MSA (TN Part) +421,255,201,Boston MA-NH CSA (MA Part) +421,256,217,New York NY-NJ-CT-PA CSA (NJ Part) +421,257,192,Remainder of Kentucky +421,258,192,Remainder of Kentucky +421,259,176,Atlanta GA-AL CSA (GA Part) +421,260,217,New York NY-NJ-CT-PA CSA (NJ Part) +421,261,162,San Francisco CA CSA +421,262,268,Seattle WA CSA +421,263,223,New York NY-NJ-CT-PA CSA (NY Part) +421,264,201,Boston MA-NH CSA (MA Part) +421,265,203,Detroit MI CSA +421,266,223,New York NY-NJ-CT-PA CSA (NY Part) +421,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +421,268,12,Chicago IL-IN-WI CSA (IL Part) +421,269,154,Alaska +421,270,266,Washington DC-MD-VA-WV CSA (VA Part) +421,271,223,New York NY-NJ-CT-PA CSA (NY Part) +421,272,12,Chicago IL-IN-WI CSA (IL Part) +421,273,12,Chicago IL-IN-WI CSA (IL Part) +422,152,159,Los Angeles CA CSA +422,153,153,Remainder of Alabama +422,154,154,Alaska +422,155,159,Los Angeles CA CSA +422,156,268,Seattle WA CSA +422,157,159,Los Angeles CA CSA +422,158,257,Houston TX CSA +422,159,159,Los Angeles CA CSA +422,160,159,Los Angeles CA CSA +422,161,159,Los Angeles CA CSA +422,162,154,Alaska +422,163,154,Alaska +422,164,154,Alaska +422,165,162,San Francisco CA CSA +422,166,154,Alaska +422,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +422,168,223,New York NY-NJ-CT-PA CSA (NY Part) +422,169,223,New York NY-NJ-CT-PA CSA (NY Part) +422,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +422,171,176,Atlanta GA-AL CSA (GA Part) +422,172,255,Dallas-Fort Worth TX CSA +422,173,176,Atlanta GA-AL CSA (GA Part) +422,174,249,Memphis TN-MS-AR MSA (TN Part) +422,175,268,Seattle WA CSA +422,176,268,Seattle WA CSA +422,177,162,San Francisco CA CSA +422,178,154,Alaska +422,179,159,Los Angeles CA CSA +422,180,154,Alaska +422,181,154,Alaska +422,183,154,Alaska +422,184,162,San Francisco CA CSA +422,185,192,Remainder of Kentucky +422,186,268,Seattle WA CSA +422,187,154,Alaska +422,188,154,Alaska +422,189,162,San Francisco CA CSA +422,190,159,Los Angeles CA CSA +422,191,191,Louisville KY-IN CSA (KY Part) +422,192,191,Louisville KY-IN CSA (KY Part) +422,193,159,Los Angeles CA CSA +422,194,159,Los Angeles CA CSA +422,195,159,Los Angeles CA CSA +422,196,154,Alaska +422,197,154,Alaska +422,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +422,199,12,Chicago IL-IN-WI CSA (IL Part) +422,200,223,New York NY-NJ-CT-PA CSA (NY Part) +422,201,154,Alaska +422,202,154,Alaska +422,203,154,Alaska +422,204,154,Alaska +422,205,154,Alaska +422,206,162,San Francisco CA CSA +422,207,12,Chicago IL-IN-WI CSA (IL Part) +422,208,255,Dallas-Fort Worth TX CSA +422,209,154,Alaska +422,210,162,San Francisco CA CSA +422,211,255,Dallas-Fort Worth TX CSA +422,212,154,Alaska +422,213,154,Alaska +422,214,162,San Francisco CA CSA +422,215,159,Los Angeles CA CSA +422,216,223,New York NY-NJ-CT-PA CSA (NY Part) +422,217,154,Alaska +422,218,154,Alaska +422,219,154,Alaska +422,220,154,Alaska +422,221,231,Cincinnati OH-KY-IN CSA (OH Part) +422,222,154,Alaska +422,223,223,New York NY-NJ-CT-PA CSA (NY Part) +422,224,12,Chicago IL-IN-WI CSA (IL Part) +422,225,223,New York NY-NJ-CT-PA CSA (NY Part) +422,226,162,San Francisco CA CSA +422,227,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +422,228,12,Chicago IL-IN-WI CSA (IL Part) +422,229,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +422,230,154,Alaska +422,231,203,Detroit MI CSA +422,232,12,Chicago IL-IN-WI CSA (IL Part) +422,233,203,Detroit MI CSA +422,234,162,San Francisco CA CSA +422,235,249,Memphis TN-MS-AR MSA (TN Part) +422,236,268,Seattle WA CSA +422,237,162,San Francisco CA CSA +422,238,154,Alaska +422,239,154,Alaska +422,240,159,Los Angeles CA CSA +422,241,154,Alaska +422,242,249,Memphis TN-MS-AR MSA (TN Part) +422,243,203,Detroit MI CSA +422,244,223,New York NY-NJ-CT-PA CSA (NY Part) +422,245,266,Washington DC-MD-VA-WV CSA (VA Part) +422,246,191,Louisville KY-IN CSA (KY Part) +422,247,12,Chicago IL-IN-WI CSA (IL Part) +422,248,159,Los Angeles CA CSA +422,249,255,Dallas-Fort Worth TX CSA +422,250,12,Chicago IL-IN-WI CSA (IL Part) +422,251,176,Atlanta GA-AL CSA (GA Part) +422,252,159,Los Angeles CA CSA +422,253,159,Los Angeles CA CSA +422,254,162,San Francisco CA CSA +422,255,179,Honolulu HI MSA +422,256,159,Los Angeles CA CSA +422,257,257,Houston TX CSA +422,258,159,Los Angeles CA CSA +422,259,162,San Francisco CA CSA +422,260,162,San Francisco CA CSA +422,261,162,San Francisco CA CSA +422,262,154,Alaska +422,263,154,Alaska +422,264,266,Washington DC-MD-VA-WV CSA (VA Part) +422,265,186,Indianapolis IN CSA +422,266,203,Detroit MI CSA +422,267,191,Louisville KY-IN CSA (KY Part) +422,268,154,Alaska +422,269,162,San Francisco CA CSA +422,270,223,New York NY-NJ-CT-PA CSA (NY Part) +422,271,12,Chicago IL-IN-WI CSA (IL Part) +422,272,162,San Francisco CA CSA +422,273,154,Alaska +423,152,176,Atlanta GA-AL CSA (GA Part) +423,153,176,Atlanta GA-AL CSA (GA Part) +423,154,223,New York NY-NJ-CT-PA CSA (NY Part) +423,155,12,Chicago IL-IN-WI CSA (IL Part) +423,156,12,Chicago IL-IN-WI CSA (IL Part) +423,157,12,Chicago IL-IN-WI CSA (IL Part) +423,158,201,Boston MA-NH CSA (MA Part) +423,159,223,New York NY-NJ-CT-PA CSA (NY Part) +423,160,232,Cleveland OH CSA +423,161,162,San Francisco CA CSA +423,162,268,Seattle WA CSA +423,163,12,Chicago IL-IN-WI CSA (IL Part) +423,164,12,Chicago IL-IN-WI CSA (IL Part) +423,165,203,Detroit MI CSA +423,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +423,167,223,New York NY-NJ-CT-PA CSA (NY Part) +423,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +423,169,223,New York NY-NJ-CT-PA CSA (NY Part) +423,170,223,New York NY-NJ-CT-PA CSA (NY Part) +423,171,169,Delaware +423,172,172,Miami FL MSA +423,173,172,Miami FL MSA +423,174,223,New York NY-NJ-CT-PA CSA (NY Part) +423,175,217,New York NY-NJ-CT-PA CSA (NJ Part) +423,176,201,Boston MA-NH CSA (MA Part) +423,177,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +423,178,201,Boston MA-NH CSA (MA Part) +423,179,154,Alaska +423,180,162,San Francisco CA CSA +423,181,203,Detroit MI CSA +423,183,192,Remainder of Kentucky +423,184,223,New York NY-NJ-CT-PA CSA (NY Part) +423,185,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +423,186,232,Cleveland OH CSA +423,187,217,New York NY-NJ-CT-PA CSA (NJ Part) +423,188,201,Boston MA-NH CSA (MA Part) +423,189,226,Charlotte NC-SC CSA (NC Part) +423,190,223,New York NY-NJ-CT-PA CSA (NY Part) +423,191,266,Washington DC-MD-VA-WV CSA (VA Part) +423,192,201,Boston MA-NH CSA (MA Part) +423,193,223,New York NY-NJ-CT-PA CSA (NY Part) +423,194,226,Charlotte NC-SC CSA (NC Part) +423,195,231,Cincinnati OH-KY-IN CSA (OH Part) +423,196,217,New York NY-NJ-CT-PA CSA (NJ Part) +423,197,223,New York NY-NJ-CT-PA CSA (NY Part) +423,198,223,New York NY-NJ-CT-PA CSA (NY Part) +423,199,223,New York NY-NJ-CT-PA CSA (NY Part) +423,200,223,New York NY-NJ-CT-PA CSA (NY Part) +423,201,223,New York NY-NJ-CT-PA CSA (NY Part) +423,202,223,New York NY-NJ-CT-PA CSA (NY Part) +423,203,223,New York NY-NJ-CT-PA CSA (NY Part) +423,204,217,New York NY-NJ-CT-PA CSA (NJ Part) +423,205,266,Washington DC-MD-VA-WV CSA (VA Part) +423,206,266,Washington DC-MD-VA-WV CSA (VA Part) +423,207,217,New York NY-NJ-CT-PA CSA (NJ Part) +423,208,232,Cleveland OH CSA +423,209,191,Louisville KY-IN CSA (KY Part) +423,210,223,New York NY-NJ-CT-PA CSA (NY Part) +423,211,223,New York NY-NJ-CT-PA CSA (NY Part) +423,212,12,Chicago IL-IN-WI CSA (IL Part) +423,213,217,New York NY-NJ-CT-PA CSA (NJ Part) +423,214,268,Seattle WA CSA +423,215,12,Chicago IL-IN-WI CSA (IL Part) +423,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +423,217,223,New York NY-NJ-CT-PA CSA (NY Part) +423,218,266,Washington DC-MD-VA-WV CSA (VA Part) +423,219,223,New York NY-NJ-CT-PA CSA (NY Part) +423,220,223,New York NY-NJ-CT-PA CSA (NY Part) +423,221,223,New York NY-NJ-CT-PA CSA (NY Part) +423,222,223,New York NY-NJ-CT-PA CSA (NY Part) +423,223,223,New York NY-NJ-CT-PA CSA (NY Part) +423,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +423,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +423,226,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +423,227,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +423,228,223,New York NY-NJ-CT-PA CSA (NY Part) +423,229,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +423,230,217,New York NY-NJ-CT-PA CSA (NJ Part) +423,231,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +423,232,223,New York NY-NJ-CT-PA CSA (NY Part) +423,233,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +423,234,12,Chicago IL-IN-WI CSA (IL Part) +423,235,186,Indianapolis IN CSA +423,236,232,Cleveland OH CSA +423,237,203,Detroit MI CSA +423,238,169,Delaware +423,239,203,Detroit MI CSA +423,240,154,Alaska +423,241,203,Detroit MI CSA +423,242,223,New York NY-NJ-CT-PA CSA (NY Part) +423,243,223,New York NY-NJ-CT-PA CSA (NY Part) +423,244,223,New York NY-NJ-CT-PA CSA (NY Part) +423,245,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +423,246,217,New York NY-NJ-CT-PA CSA (NJ Part) +423,247,232,Cleveland OH CSA +423,248,186,Indianapolis IN CSA +423,249,176,Atlanta GA-AL CSA (GA Part) +423,250,223,New York NY-NJ-CT-PA CSA (NY Part) +423,251,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +423,252,217,New York NY-NJ-CT-PA CSA (NJ Part) +423,253,223,New York NY-NJ-CT-PA CSA (NY Part) +423,254,223,New York NY-NJ-CT-PA CSA (NY Part) +423,255,217,New York NY-NJ-CT-PA CSA (NJ Part) +423,256,12,Chicago IL-IN-WI CSA (IL Part) +423,257,176,Atlanta GA-AL CSA (GA Part) +423,258,255,Dallas-Fort Worth TX CSA +423,259,203,Detroit MI CSA +423,260,255,Dallas-Fort Worth TX CSA +423,261,268,Seattle WA CSA +423,262,12,Chicago IL-IN-WI CSA (IL Part) +423,263,223,New York NY-NJ-CT-PA CSA (NY Part) +423,264,223,New York NY-NJ-CT-PA CSA (NY Part) +423,265,203,Detroit MI CSA +423,266,223,New York NY-NJ-CT-PA CSA (NY Part) +423,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +423,268,164,Denver CO CSA +423,269,201,Boston MA-NH CSA (MA Part) +423,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +423,271,12,Chicago IL-IN-WI CSA (IL Part) +423,272,223,New York NY-NJ-CT-PA CSA (NY Part) +423,273,201,Boston MA-NH CSA (MA Part) +424,152,172,Miami FL MSA +424,153,172,Miami FL MSA +424,154,176,Atlanta GA-AL CSA (GA Part) +424,155,249,Memphis TN-MS-AR MSA (TN Part) +424,156,172,Miami FL MSA +424,157,172,Miami FL MSA +424,158,249,Memphis TN-MS-AR MSA (TN Part) +424,159,159,Los Angeles CA CSA +424,160,159,Los Angeles CA CSA +424,161,159,Los Angeles CA CSA +424,162,159,Los Angeles CA CSA +424,163,172,Miami FL MSA +424,164,257,Houston TX CSA +424,165,249,Memphis TN-MS-AR MSA (TN Part) +424,166,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +424,167,172,Miami FL MSA +424,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +424,169,169,Delaware +424,170,172,Miami FL MSA +424,171,172,Miami FL MSA +424,172,172,Miami FL MSA +424,173,172,Miami FL MSA +424,174,172,Miami FL MSA +424,175,172,Miami FL MSA +424,176,172,Miami FL MSA +424,177,172,Miami FL MSA +424,178,172,Miami FL MSA +424,179,195,New Orleans LA CSA +424,180,162,San Francisco CA CSA +424,181,257,Houston TX CSA +424,183,172,Miami FL MSA +424,184,172,Miami FL MSA +424,185,12,Chicago IL-IN-WI CSA (IL Part) +424,186,172,Miami FL MSA +424,187,191,Louisville KY-IN CSA (KY Part) +424,188,226,Charlotte NC-SC CSA (NC Part) +424,189,172,Miami FL MSA +424,190,153,Remainder of Alabama +424,191,176,Atlanta GA-AL CSA (GA Part) +424,192,172,Miami FL MSA +424,193,257,Houston TX CSA +424,194,172,Miami FL MSA +424,195,172,Miami FL MSA +424,196,172,Miami FL MSA +424,197,172,Miami FL MSA +424,198,173,Orlando FL CSA +424,199,172,Miami FL MSA +424,200,266,Washington DC-MD-VA-WV CSA (VA Part) +424,201,176,Atlanta GA-AL CSA (GA Part) +424,202,172,Miami FL MSA +424,203,172,Miami FL MSA +424,204,12,Chicago IL-IN-WI CSA (IL Part) +424,205,172,Miami FL MSA +424,206,12,Chicago IL-IN-WI CSA (IL Part) +424,207,12,Chicago IL-IN-WI CSA (IL Part) +424,208,172,Miami FL MSA +424,209,153,Remainder of Alabama +424,210,249,Memphis TN-MS-AR MSA (TN Part) +424,211,172,Miami FL MSA +424,212,12,Chicago IL-IN-WI CSA (IL Part) +424,213,255,Dallas-Fort Worth TX CSA +424,214,159,Los Angeles CA CSA +424,215,255,Dallas-Fort Worth TX CSA +424,216,172,Miami FL MSA +424,217,172,Miami FL MSA +424,218,172,Miami FL MSA +424,219,172,Miami FL MSA +424,220,257,Houston TX CSA +424,221,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +424,222,266,Washington DC-MD-VA-WV CSA (VA Part) +424,223,223,New York NY-NJ-CT-PA CSA (NY Part) +424,224,192,Remainder of Kentucky +424,225,172,Miami FL MSA +424,226,172,Miami FL MSA +424,227,172,Miami FL MSA +424,228,245,Charleston SC MSA +424,229,176,Atlanta GA-AL CSA (GA Part) +424,230,191,Louisville KY-IN CSA (KY Part) +424,231,173,Orlando FL CSA +424,232,176,Atlanta GA-AL CSA (GA Part) +424,233,172,Miami FL MSA +424,234,226,Charlotte NC-SC CSA (NC Part) +424,235,172,Miami FL MSA +424,236,257,Houston TX CSA +424,237,249,Memphis TN-MS-AR MSA (TN Part) +424,238,172,Miami FL MSA +424,239,249,Memphis TN-MS-AR MSA (TN Part) +424,240,249,Memphis TN-MS-AR MSA (TN Part) +424,241,223,New York NY-NJ-CT-PA CSA (NY Part) +424,242,232,Cleveland OH CSA +424,243,172,Miami FL MSA +424,244,172,Miami FL MSA +424,245,172,Miami FL MSA +424,246,176,Atlanta GA-AL CSA (GA Part) +424,247,172,Miami FL MSA +424,248,195,New Orleans LA CSA +424,249,172,Miami FL MSA +424,250,172,Miami FL MSA +424,251,172,Miami FL MSA +424,252,172,Miami FL MSA +424,253,172,Miami FL MSA +424,254,172,Miami FL MSA +424,255,255,Dallas-Fort Worth TX CSA +424,256,172,Miami FL MSA +424,257,255,Dallas-Fort Worth TX CSA +424,258,172,Miami FL MSA +424,259,172,Miami FL MSA +424,260,172,Miami FL MSA +424,261,257,Houston TX CSA +424,262,255,Dallas-Fort Worth TX CSA +424,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +424,264,173,Orlando FL CSA +424,265,172,Miami FL MSA +424,266,169,Delaware +424,267,172,Miami FL MSA +424,268,195,New Orleans LA CSA +424,269,249,Memphis TN-MS-AR MSA (TN Part) +424,270,172,Miami FL MSA +424,271,173,Orlando FL CSA +424,272,172,Miami FL MSA +424,273,173,Orlando FL CSA +425,152,154,Alaska +425,153,162,San Francisco CA CSA +425,154,162,San Francisco CA CSA +425,155,159,Los Angeles CA CSA +425,156,154,Alaska +425,157,159,Los Angeles CA CSA +425,158,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +425,159,154,Alaska +425,160,154,Alaska +425,161,159,Los Angeles CA CSA +425,162,154,Alaska +425,163,159,Los Angeles CA CSA +425,164,154,Alaska +425,165,159,Los Angeles CA CSA +425,166,223,New York NY-NJ-CT-PA CSA (NY Part) +425,167,266,Washington DC-MD-VA-WV CSA (VA Part) +425,168,186,Indianapolis IN CSA +425,169,232,Cleveland OH CSA +425,170,162,San Francisco CA CSA +425,171,176,Atlanta GA-AL CSA (GA Part) +425,172,172,Miami FL MSA +425,173,249,Memphis TN-MS-AR MSA (TN Part) +425,174,257,Houston TX CSA +425,175,162,San Francisco CA CSA +425,176,176,Atlanta GA-AL CSA (GA Part) +425,177,12,Chicago IL-IN-WI CSA (IL Part) +425,178,249,Memphis TN-MS-AR MSA (TN Part) +425,179,154,Alaska +425,180,162,San Francisco CA CSA +425,181,154,Alaska +425,183,159,Los Angeles CA CSA +425,184,164,Denver CO CSA +425,185,255,Dallas-Fort Worth TX CSA +425,186,162,San Francisco CA CSA +425,187,162,San Francisco CA CSA +425,188,12,Chicago IL-IN-WI CSA (IL Part) +425,189,179,Honolulu HI MSA +425,190,268,Seattle WA CSA +425,191,159,Los Angeles CA CSA +425,192,179,Honolulu HI MSA +425,193,159,Los Angeles CA CSA +425,194,195,New Orleans LA CSA +425,195,159,Los Angeles CA CSA +425,196,159,Los Angeles CA CSA +425,197,154,Alaska +425,198,12,Chicago IL-IN-WI CSA (IL Part) +425,199,232,Cleveland OH CSA +425,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +425,201,12,Chicago IL-IN-WI CSA (IL Part) +425,202,159,Los Angeles CA CSA +425,203,159,Los Angeles CA CSA +425,204,162,San Francisco CA CSA +425,205,159,Los Angeles CA CSA +425,206,159,Los Angeles CA CSA +425,207,154,Alaska +425,208,179,Honolulu HI MSA +425,209,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +425,210,12,Chicago IL-IN-WI CSA (IL Part) +425,211,159,Los Angeles CA CSA +425,212,162,San Francisco CA CSA +425,213,162,San Francisco CA CSA +425,214,159,Los Angeles CA CSA +425,215,154,Alaska +425,216,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +425,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +425,218,232,Cleveland OH CSA +425,219,223,New York NY-NJ-CT-PA CSA (NY Part) +425,220,179,Honolulu HI MSA +425,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +425,222,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +425,223,223,New York NY-NJ-CT-PA CSA (NY Part) +425,224,232,Cleveland OH CSA +425,225,179,Honolulu HI MSA +425,226,162,San Francisco CA CSA +425,227,203,Detroit MI CSA +425,228,12,Chicago IL-IN-WI CSA (IL Part) +425,229,186,Indianapolis IN CSA +425,230,154,Alaska +425,231,255,Dallas-Fort Worth TX CSA +425,232,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +425,233,159,Los Angeles CA CSA +425,234,12,Chicago IL-IN-WI CSA (IL Part) +425,235,12,Chicago IL-IN-WI CSA (IL Part) +425,236,159,Los Angeles CA CSA +425,237,162,San Francisco CA CSA +425,238,159,Los Angeles CA CSA +425,239,159,Los Angeles CA CSA +425,240,154,Alaska +425,241,12,Chicago IL-IN-WI CSA (IL Part) +425,242,249,Memphis TN-MS-AR MSA (TN Part) +425,243,223,New York NY-NJ-CT-PA CSA (NY Part) +425,244,154,Alaska +425,245,266,Washington DC-MD-VA-WV CSA (VA Part) +425,246,231,Cincinnati OH-KY-IN CSA (OH Part) +425,247,255,Dallas-Fort Worth TX CSA +425,248,154,Alaska +425,249,179,Honolulu HI MSA +425,250,159,Los Angeles CA CSA +425,251,249,Memphis TN-MS-AR MSA (TN Part) +425,252,255,Dallas-Fort Worth TX CSA +425,253,159,Los Angeles CA CSA +425,254,159,Los Angeles CA CSA +425,255,249,Memphis TN-MS-AR MSA (TN Part) +425,256,159,Los Angeles CA CSA +425,257,268,Seattle WA CSA +425,258,179,Honolulu HI MSA +425,259,179,Honolulu HI MSA +425,260,159,Los Angeles CA CSA +425,261,159,Los Angeles CA CSA +425,262,159,Los Angeles CA CSA +425,263,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +425,264,12,Chicago IL-IN-WI CSA (IL Part) +425,265,12,Chicago IL-IN-WI CSA (IL Part) +425,266,162,San Francisco CA CSA +425,267,179,Honolulu HI MSA +425,268,159,Los Angeles CA CSA +425,269,154,Alaska +425,270,179,Honolulu HI MSA +425,271,179,Honolulu HI MSA +425,272,162,San Francisco CA CSA +425,273,154,Alaska +426,152,172,Miami FL MSA +426,153,172,Miami FL MSA +426,154,223,New York NY-NJ-CT-PA CSA (NY Part) +426,155,159,Los Angeles CA CSA +426,156,159,Los Angeles CA CSA +426,157,245,Charleston SC MSA +426,158,255,Dallas-Fort Worth TX CSA +426,159,159,Los Angeles CA CSA +426,160,172,Miami FL MSA +426,161,195,New Orleans LA CSA +426,162,159,Los Angeles CA CSA +426,163,159,Los Angeles CA CSA +426,164,191,Louisville KY-IN CSA (KY Part) +426,165,257,Houston TX CSA +426,166,223,New York NY-NJ-CT-PA CSA (NY Part) +426,167,223,New York NY-NJ-CT-PA CSA (NY Part) +426,168,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +426,169,223,New York NY-NJ-CT-PA CSA (NY Part) +426,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +426,171,176,Atlanta GA-AL CSA (GA Part) +426,172,172,Miami FL MSA +426,173,172,Miami FL MSA +426,174,172,Miami FL MSA +426,175,172,Miami FL MSA +426,176,172,Miami FL MSA +426,177,172,Miami FL MSA +426,178,172,Miami FL MSA +426,179,172,Miami FL MSA +426,180,172,Miami FL MSA +426,181,172,Miami FL MSA +426,183,191,Louisville KY-IN CSA (KY Part) +426,184,176,Atlanta GA-AL CSA (GA Part) +426,185,173,Orlando FL CSA +426,186,172,Miami FL MSA +426,187,191,Louisville KY-IN CSA (KY Part) +426,188,249,Memphis TN-MS-AR MSA (TN Part) +426,189,172,Miami FL MSA +426,190,172,Miami FL MSA +426,191,172,Miami FL MSA +426,192,172,Miami FL MSA +426,193,172,Miami FL MSA +426,194,249,Memphis TN-MS-AR MSA (TN Part) +426,195,172,Miami FL MSA +426,196,173,Orlando FL CSA +426,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +426,198,172,Miami FL MSA +426,199,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +426,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +426,201,245,Charleston SC MSA +426,202,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +426,203,172,Miami FL MSA +426,204,172,Miami FL MSA +426,205,176,Atlanta GA-AL CSA (GA Part) +426,206,12,Chicago IL-IN-WI CSA (IL Part) +426,207,172,Miami FL MSA +426,208,172,Miami FL MSA +426,209,172,Miami FL MSA +426,210,172,Miami FL MSA +426,211,257,Houston TX CSA +426,212,164,Denver CO CSA +426,213,249,Memphis TN-MS-AR MSA (TN Part) +426,214,172,Miami FL MSA +426,215,257,Houston TX CSA +426,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +426,217,223,New York NY-NJ-CT-PA CSA (NY Part) +426,218,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +426,219,172,Miami FL MSA +426,220,249,Memphis TN-MS-AR MSA (TN Part) +426,221,266,Washington DC-MD-VA-WV CSA (VA Part) +426,222,172,Miami FL MSA +426,223,172,Miami FL MSA +426,224,172,Miami FL MSA +426,225,266,Washington DC-MD-VA-WV CSA (VA Part) +426,226,172,Miami FL MSA +426,227,172,Miami FL MSA +426,228,172,Miami FL MSA +426,229,172,Miami FL MSA +426,230,231,Cincinnati OH-KY-IN CSA (OH Part) +426,231,172,Miami FL MSA +426,232,176,Atlanta GA-AL CSA (GA Part) +426,233,172,Miami FL MSA +426,234,172,Miami FL MSA +426,235,223,New York NY-NJ-CT-PA CSA (NY Part) +426,236,172,Miami FL MSA +426,237,153,Remainder of Alabama +426,238,249,Memphis TN-MS-AR MSA (TN Part) +426,239,159,Los Angeles CA CSA +426,240,249,Memphis TN-MS-AR MSA (TN Part) +426,241,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +426,242,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +426,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +426,244,172,Miami FL MSA +426,245,172,Miami FL MSA +426,246,172,Miami FL MSA +426,247,172,Miami FL MSA +426,248,255,Dallas-Fort Worth TX CSA +426,249,172,Miami FL MSA +426,250,249,Memphis TN-MS-AR MSA (TN Part) +426,251,226,Charlotte NC-SC CSA (NC Part) +426,252,176,Atlanta GA-AL CSA (GA Part) +426,253,172,Miami FL MSA +426,254,172,Miami FL MSA +426,255,172,Miami FL MSA +426,256,172,Miami FL MSA +426,257,172,Miami FL MSA +426,258,172,Miami FL MSA +426,259,172,Miami FL MSA +426,260,249,Memphis TN-MS-AR MSA (TN Part) +426,261,172,Miami FL MSA +426,262,172,Miami FL MSA +426,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +426,264,172,Miami FL MSA +426,265,172,Miami FL MSA +426,266,223,New York NY-NJ-CT-PA CSA (NY Part) +426,267,192,Remainder of Kentucky +426,268,153,Remainder of Alabama +426,269,159,Los Angeles CA CSA +426,270,172,Miami FL MSA +426,271,172,Miami FL MSA +426,272,12,Chicago IL-IN-WI CSA (IL Part) +426,273,249,Memphis TN-MS-AR MSA (TN Part) +427,152,172,Miami FL MSA +427,153,172,Miami FL MSA +427,154,176,Atlanta GA-AL CSA (GA Part) +427,155,249,Memphis TN-MS-AR MSA (TN Part) +427,156,257,Houston TX CSA +427,157,255,Dallas-Fort Worth TX CSA +427,158,176,Atlanta GA-AL CSA (GA Part) +427,159,172,Miami FL MSA +427,160,195,New Orleans LA CSA +427,161,172,Miami FL MSA +427,162,159,Los Angeles CA CSA +427,163,159,Los Angeles CA CSA +427,164,195,New Orleans LA CSA +427,165,226,Charlotte NC-SC CSA (NC Part) +427,166,172,Miami FL MSA +427,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +427,168,172,Miami FL MSA +427,169,266,Washington DC-MD-VA-WV CSA (VA Part) +427,170,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +427,171,172,Miami FL MSA +427,172,153,Remainder of Alabama +427,173,172,Miami FL MSA +427,174,172,Miami FL MSA +427,175,172,Miami FL MSA +427,176,172,Miami FL MSA +427,177,172,Miami FL MSA +427,178,172,Miami FL MSA +427,179,159,Los Angeles CA CSA +427,180,172,Miami FL MSA +427,181,172,Miami FL MSA +427,183,172,Miami FL MSA +427,184,176,Atlanta GA-AL CSA (GA Part) +427,185,172,Miami FL MSA +427,186,176,Atlanta GA-AL CSA (GA Part) +427,187,191,Louisville KY-IN CSA (KY Part) +427,188,255,Dallas-Fort Worth TX CSA +427,189,172,Miami FL MSA +427,190,172,Miami FL MSA +427,191,172,Miami FL MSA +427,192,266,Washington DC-MD-VA-WV CSA (VA Part) +427,193,172,Miami FL MSA +427,194,172,Miami FL MSA +427,195,172,Miami FL MSA +427,196,195,New Orleans LA CSA +427,197,201,Boston MA-NH CSA (MA Part) +427,198,266,Washington DC-MD-VA-WV CSA (VA Part) +427,199,172,Miami FL MSA +427,200,266,Washington DC-MD-VA-WV CSA (VA Part) +427,201,172,Miami FL MSA +427,202,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +427,203,232,Cleveland OH CSA +427,204,172,Miami FL MSA +427,205,192,Remainder of Kentucky +427,206,191,Louisville KY-IN CSA (KY Part) +427,207,245,Charleston SC MSA +427,208,172,Miami FL MSA +427,209,257,Houston TX CSA +427,210,249,Memphis TN-MS-AR MSA (TN Part) +427,211,257,Houston TX CSA +427,212,176,Atlanta GA-AL CSA (GA Part) +427,213,172,Miami FL MSA +427,214,159,Los Angeles CA CSA +427,215,162,San Francisco CA CSA +427,216,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +427,217,223,New York NY-NJ-CT-PA CSA (NY Part) +427,218,172,Miami FL MSA +427,219,223,New York NY-NJ-CT-PA CSA (NY Part) +427,220,255,Dallas-Fort Worth TX CSA +427,221,223,New York NY-NJ-CT-PA CSA (NY Part) +427,222,172,Miami FL MSA +427,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +427,224,223,New York NY-NJ-CT-PA CSA (NY Part) +427,225,266,Washington DC-MD-VA-WV CSA (VA Part) +427,226,172,Miami FL MSA +427,227,245,Charleston SC MSA +427,228,172,Miami FL MSA +427,229,172,Miami FL MSA +427,230,172,Miami FL MSA +427,231,232,Cleveland OH CSA +427,232,176,Atlanta GA-AL CSA (GA Part) +427,233,172,Miami FL MSA +427,234,266,Washington DC-MD-VA-WV CSA (VA Part) +427,235,172,Miami FL MSA +427,236,257,Houston TX CSA +427,237,257,Houston TX CSA +427,238,176,Atlanta GA-AL CSA (GA Part) +427,239,159,Los Angeles CA CSA +427,240,159,Los Angeles CA CSA +427,241,176,Atlanta GA-AL CSA (GA Part) +427,242,266,Washington DC-MD-VA-WV CSA (VA Part) +427,243,172,Miami FL MSA +427,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +427,245,172,Miami FL MSA +427,246,172,Miami FL MSA +427,247,172,Miami FL MSA +427,248,172,Miami FL MSA +427,249,173,Orlando FL CSA +427,250,172,Miami FL MSA +427,251,176,Atlanta GA-AL CSA (GA Part) +427,252,172,Miami FL MSA +427,253,172,Miami FL MSA +427,254,172,Miami FL MSA +427,255,172,Miami FL MSA +427,256,195,New Orleans LA CSA +427,257,172,Miami FL MSA +427,258,172,Miami FL MSA +427,259,172,Miami FL MSA +427,260,257,Houston TX CSA +427,261,255,Dallas-Fort Worth TX CSA +427,262,172,Miami FL MSA +427,263,223,New York NY-NJ-CT-PA CSA (NY Part) +427,264,172,Miami FL MSA +427,265,172,Miami FL MSA +427,266,153,Remainder of Alabama +427,267,172,Miami FL MSA +427,268,255,Dallas-Fort Worth TX CSA +427,269,176,Atlanta GA-AL CSA (GA Part) +427,270,172,Miami FL MSA +427,271,266,Washington DC-MD-VA-WV CSA (VA Part) +427,272,172,Miami FL MSA +427,273,172,Miami FL MSA +428,152,249,Memphis TN-MS-AR MSA (TN Part) +428,153,154,Alaska +428,154,159,Los Angeles CA CSA +428,155,159,Los Angeles CA CSA +428,156,159,Los Angeles CA CSA +428,157,154,Alaska +428,158,159,Los Angeles CA CSA +428,159,162,San Francisco CA CSA +428,160,154,Alaska +428,161,162,San Francisco CA CSA +428,162,162,San Francisco CA CSA +428,163,154,Alaska +428,164,268,Seattle WA CSA +428,165,154,Alaska +428,166,154,Alaska +428,167,232,Cleveland OH CSA +428,168,268,Seattle WA CSA +428,169,12,Chicago IL-IN-WI CSA (IL Part) +428,170,223,New York NY-NJ-CT-PA CSA (NY Part) +428,171,176,Atlanta GA-AL CSA (GA Part) +428,172,203,Detroit MI CSA +428,173,162,San Francisco CA CSA +428,174,249,Memphis TN-MS-AR MSA (TN Part) +428,175,153,Remainder of Alabama +428,176,12,Chicago IL-IN-WI CSA (IL Part) +428,177,176,Atlanta GA-AL CSA (GA Part) +428,178,257,Houston TX CSA +428,179,159,Los Angeles CA CSA +428,180,154,Alaska +428,181,159,Los Angeles CA CSA +428,183,268,Seattle WA CSA +428,184,232,Cleveland OH CSA +428,185,12,Chicago IL-IN-WI CSA (IL Part) +428,186,186,Indianapolis IN CSA +428,187,154,Alaska +428,188,154,Alaska +428,189,255,Dallas-Fort Worth TX CSA +428,190,154,Alaska +428,191,12,Chicago IL-IN-WI CSA (IL Part) +428,192,12,Chicago IL-IN-WI CSA (IL Part) +428,193,257,Houston TX CSA +428,194,249,Memphis TN-MS-AR MSA (TN Part) +428,195,159,Los Angeles CA CSA +428,196,154,Alaska +428,197,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +428,198,154,Alaska +428,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +428,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +428,201,154,Alaska +428,202,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +428,203,154,Alaska +428,204,154,Alaska +428,205,12,Chicago IL-IN-WI CSA (IL Part) +428,206,154,Alaska +428,207,154,Alaska +428,208,12,Chicago IL-IN-WI CSA (IL Part) +428,209,203,Detroit MI CSA +428,210,154,Alaska +428,211,154,Alaska +428,212,154,Alaska +428,213,154,Alaska +428,214,268,Seattle WA CSA +428,215,154,Alaska +428,216,232,Cleveland OH CSA +428,217,223,New York NY-NJ-CT-PA CSA (NY Part) +428,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +428,219,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +428,220,159,Los Angeles CA CSA +428,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +428,222,154,Alaska +428,223,169,Delaware +428,224,154,Alaska +428,225,154,Alaska +428,226,12,Chicago IL-IN-WI CSA (IL Part) +428,227,154,Alaska +428,228,153,Remainder of Alabama +428,229,223,New York NY-NJ-CT-PA CSA (NY Part) +428,230,154,Alaska +428,231,249,Memphis TN-MS-AR MSA (TN Part) +428,232,223,New York NY-NJ-CT-PA CSA (NY Part) +428,233,203,Detroit MI CSA +428,234,12,Chicago IL-IN-WI CSA (IL Part) +428,235,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +428,236,159,Los Angeles CA CSA +428,237,154,Alaska +428,238,12,Chicago IL-IN-WI CSA (IL Part) +428,239,154,Alaska +428,240,154,Alaska +428,241,223,New York NY-NJ-CT-PA CSA (NY Part) +428,242,12,Chicago IL-IN-WI CSA (IL Part) +428,243,232,Cleveland OH CSA +428,244,154,Alaska +428,245,176,Atlanta GA-AL CSA (GA Part) +428,246,203,Detroit MI CSA +428,247,249,Memphis TN-MS-AR MSA (TN Part) +428,248,268,Seattle WA CSA +428,249,154,Alaska +428,250,12,Chicago IL-IN-WI CSA (IL Part) +428,251,154,Alaska +428,252,255,Dallas-Fort Worth TX CSA +428,253,159,Los Angeles CA CSA +428,254,162,San Francisco CA CSA +428,255,268,Seattle WA CSA +428,256,159,Los Angeles CA CSA +428,257,154,Alaska +428,258,159,Los Angeles CA CSA +428,259,159,Los Angeles CA CSA +428,260,154,Alaska +428,261,159,Los Angeles CA CSA +428,262,159,Los Angeles CA CSA +428,263,203,Detroit MI CSA +428,264,249,Memphis TN-MS-AR MSA (TN Part) +428,265,266,Washington DC-MD-VA-WV CSA (VA Part) +428,266,268,Seattle WA CSA +428,267,203,Detroit MI CSA +428,268,162,San Francisco CA CSA +428,269,162,San Francisco CA CSA +428,270,266,Washington DC-MD-VA-WV CSA (VA Part) +428,271,154,Alaska +428,272,12,Chicago IL-IN-WI CSA (IL Part) +428,273,159,Los Angeles CA CSA +429,152,195,New Orleans LA CSA +429,153,195,New Orleans LA CSA +429,154,154,Alaska +429,155,159,Los Angeles CA CSA +429,156,159,Los Angeles CA CSA +429,157,164,Denver CO CSA +429,158,255,Dallas-Fort Worth TX CSA +429,159,159,Los Angeles CA CSA +429,160,159,Los Angeles CA CSA +429,161,159,Los Angeles CA CSA +429,162,162,San Francisco CA CSA +429,163,159,Los Angeles CA CSA +429,164,159,Los Angeles CA CSA +429,165,257,Houston TX CSA +429,166,201,Boston MA-NH CSA (MA Part) +429,167,172,Miami FL MSA +429,168,266,Washington DC-MD-VA-WV CSA (VA Part) +429,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +429,170,266,Washington DC-MD-VA-WV CSA (VA Part) +429,171,176,Atlanta GA-AL CSA (GA Part) +429,172,172,Miami FL MSA +429,173,172,Miami FL MSA +429,174,176,Atlanta GA-AL CSA (GA Part) +429,175,172,Miami FL MSA +429,176,153,Remainder of Alabama +429,177,172,Miami FL MSA +429,178,176,Atlanta GA-AL CSA (GA Part) +429,179,257,Houston TX CSA +429,180,162,San Francisco CA CSA +429,181,159,Los Angeles CA CSA +429,183,249,Memphis TN-MS-AR MSA (TN Part) +429,184,249,Memphis TN-MS-AR MSA (TN Part) +429,185,257,Houston TX CSA +429,186,12,Chicago IL-IN-WI CSA (IL Part) +429,187,232,Cleveland OH CSA +429,188,249,Memphis TN-MS-AR MSA (TN Part) +429,189,164,Denver CO CSA +429,190,249,Memphis TN-MS-AR MSA (TN Part) +429,191,257,Houston TX CSA +429,192,249,Memphis TN-MS-AR MSA (TN Part) +429,193,255,Dallas-Fort Worth TX CSA +429,194,257,Houston TX CSA +429,195,172,Miami FL MSA +429,196,176,Atlanta GA-AL CSA (GA Part) +429,197,153,Remainder of Alabama +429,198,249,Memphis TN-MS-AR MSA (TN Part) +429,199,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +429,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +429,201,232,Cleveland OH CSA +429,202,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +429,203,203,Detroit MI CSA +429,204,255,Dallas-Fort Worth TX CSA +429,205,255,Dallas-Fort Worth TX CSA +429,206,249,Memphis TN-MS-AR MSA (TN Part) +429,207,257,Houston TX CSA +429,208,249,Memphis TN-MS-AR MSA (TN Part) +429,209,257,Houston TX CSA +429,210,191,Louisville KY-IN CSA (KY Part) +429,211,255,Dallas-Fort Worth TX CSA +429,212,249,Memphis TN-MS-AR MSA (TN Part) +429,213,249,Memphis TN-MS-AR MSA (TN Part) +429,214,162,San Francisco CA CSA +429,215,159,Los Angeles CA CSA +429,216,257,Houston TX CSA +429,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +429,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +429,219,172,Miami FL MSA +429,220,159,Los Angeles CA CSA +429,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +429,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +429,223,266,Washington DC-MD-VA-WV CSA (VA Part) +429,224,223,New York NY-NJ-CT-PA CSA (NY Part) +429,225,231,Cincinnati OH-KY-IN CSA (OH Part) +429,226,249,Memphis TN-MS-AR MSA (TN Part) +429,227,257,Houston TX CSA +429,228,255,Dallas-Fort Worth TX CSA +429,229,172,Miami FL MSA +429,230,162,San Francisco CA CSA +429,231,249,Memphis TN-MS-AR MSA (TN Part) +429,232,192,Remainder of Kentucky +429,233,249,Memphis TN-MS-AR MSA (TN Part) +429,234,257,Houston TX CSA +429,235,191,Louisville KY-IN CSA (KY Part) +429,236,249,Memphis TN-MS-AR MSA (TN Part) +429,237,255,Dallas-Fort Worth TX CSA +429,238,255,Dallas-Fort Worth TX CSA +429,239,159,Los Angeles CA CSA +429,240,159,Los Angeles CA CSA +429,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +429,242,191,Louisville KY-IN CSA (KY Part) +429,243,255,Dallas-Fort Worth TX CSA +429,244,201,Boston MA-NH CSA (MA Part) +429,245,195,New Orleans LA CSA +429,246,172,Miami FL MSA +429,247,249,Memphis TN-MS-AR MSA (TN Part) +429,248,257,Houston TX CSA +429,249,255,Dallas-Fort Worth TX CSA +429,250,257,Houston TX CSA +429,251,249,Memphis TN-MS-AR MSA (TN Part) +429,252,159,Los Angeles CA CSA +429,253,257,Houston TX CSA +429,254,249,Memphis TN-MS-AR MSA (TN Part) +429,255,257,Houston TX CSA +429,256,162,San Francisco CA CSA +429,257,255,Dallas-Fort Worth TX CSA +429,258,153,Remainder of Alabama +429,259,159,Los Angeles CA CSA +429,260,159,Los Angeles CA CSA +429,261,162,San Francisco CA CSA +429,262,255,Dallas-Fort Worth TX CSA +429,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +429,264,191,Louisville KY-IN CSA (KY Part) +429,265,257,Houston TX CSA +429,266,249,Memphis TN-MS-AR MSA (TN Part) +429,267,192,Remainder of Kentucky +429,268,257,Houston TX CSA +429,269,159,Los Angeles CA CSA +429,270,249,Memphis TN-MS-AR MSA (TN Part) +429,271,257,Houston TX CSA +429,272,249,Memphis TN-MS-AR MSA (TN Part) +429,273,159,Los Angeles CA CSA +430,152,223,New York NY-NJ-CT-PA CSA (NY Part) +430,153,231,Cincinnati OH-KY-IN CSA (OH Part) +430,154,154,Alaska +430,155,249,Memphis TN-MS-AR MSA (TN Part) +430,156,12,Chicago IL-IN-WI CSA (IL Part) +430,157,223,New York NY-NJ-CT-PA CSA (NY Part) +430,158,223,New York NY-NJ-CT-PA CSA (NY Part) +430,159,159,Los Angeles CA CSA +430,160,268,Seattle WA CSA +430,161,217,New York NY-NJ-CT-PA CSA (NJ Part) +430,162,159,Los Angeles CA CSA +430,163,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +430,164,249,Memphis TN-MS-AR MSA (TN Part) +430,165,203,Detroit MI CSA +430,166,223,New York NY-NJ-CT-PA CSA (NY Part) +430,167,223,New York NY-NJ-CT-PA CSA (NY Part) +430,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +430,169,223,New York NY-NJ-CT-PA CSA (NY Part) +430,170,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +430,171,245,Charleston SC MSA +430,172,223,New York NY-NJ-CT-PA CSA (NY Part) +430,173,172,Miami FL MSA +430,174,223,New York NY-NJ-CT-PA CSA (NY Part) +430,175,266,Washington DC-MD-VA-WV CSA (VA Part) +430,176,223,New York NY-NJ-CT-PA CSA (NY Part) +430,177,266,Washington DC-MD-VA-WV CSA (VA Part) +430,178,223,New York NY-NJ-CT-PA CSA (NY Part) +430,179,154,Alaska +430,180,162,San Francisco CA CSA +430,181,268,Seattle WA CSA +430,183,12,Chicago IL-IN-WI CSA (IL Part) +430,184,12,Chicago IL-IN-WI CSA (IL Part) +430,185,223,New York NY-NJ-CT-PA CSA (NY Part) +430,186,217,New York NY-NJ-CT-PA CSA (NJ Part) +430,187,232,Cleveland OH CSA +430,188,12,Chicago IL-IN-WI CSA (IL Part) +430,189,223,New York NY-NJ-CT-PA CSA (NY Part) +430,190,191,Louisville KY-IN CSA (KY Part) +430,191,223,New York NY-NJ-CT-PA CSA (NY Part) +430,192,223,New York NY-NJ-CT-PA CSA (NY Part) +430,193,223,New York NY-NJ-CT-PA CSA (NY Part) +430,194,191,Louisville KY-IN CSA (KY Part) +430,195,192,Remainder of Kentucky +430,196,249,Memphis TN-MS-AR MSA (TN Part) +430,197,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +430,198,223,New York NY-NJ-CT-PA CSA (NY Part) +430,199,223,New York NY-NJ-CT-PA CSA (NY Part) +430,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +430,201,223,New York NY-NJ-CT-PA CSA (NY Part) +430,202,201,Boston MA-NH CSA (MA Part) +430,203,223,New York NY-NJ-CT-PA CSA (NY Part) +430,204,223,New York NY-NJ-CT-PA CSA (NY Part) +430,205,217,New York NY-NJ-CT-PA CSA (NJ Part) +430,206,12,Chicago IL-IN-WI CSA (IL Part) +430,207,223,New York NY-NJ-CT-PA CSA (NY Part) +430,208,203,Detroit MI CSA +430,209,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +430,210,249,Memphis TN-MS-AR MSA (TN Part) +430,211,223,New York NY-NJ-CT-PA CSA (NY Part) +430,212,217,New York NY-NJ-CT-PA CSA (NJ Part) +430,213,217,New York NY-NJ-CT-PA CSA (NJ Part) +430,214,159,Los Angeles CA CSA +430,215,232,Cleveland OH CSA +430,216,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +430,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +430,218,223,New York NY-NJ-CT-PA CSA (NY Part) +430,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +430,220,191,Louisville KY-IN CSA (KY Part) +430,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +430,222,223,New York NY-NJ-CT-PA CSA (NY Part) +430,223,201,Boston MA-NH CSA (MA Part) +430,224,223,New York NY-NJ-CT-PA CSA (NY Part) +430,225,223,New York NY-NJ-CT-PA CSA (NY Part) +430,226,223,New York NY-NJ-CT-PA CSA (NY Part) +430,227,223,New York NY-NJ-CT-PA CSA (NY Part) +430,228,223,New York NY-NJ-CT-PA CSA (NY Part) +430,229,217,New York NY-NJ-CT-PA CSA (NJ Part) +430,230,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +430,231,186,Indianapolis IN CSA +430,232,201,Boston MA-NH CSA (MA Part) +430,233,169,Delaware +430,234,223,New York NY-NJ-CT-PA CSA (NY Part) +430,235,223,New York NY-NJ-CT-PA CSA (NY Part) +430,236,223,New York NY-NJ-CT-PA CSA (NY Part) +430,237,12,Chicago IL-IN-WI CSA (IL Part) +430,238,217,New York NY-NJ-CT-PA CSA (NJ Part) +430,239,201,Boston MA-NH CSA (MA Part) +430,240,154,Alaska +430,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +430,242,201,Boston MA-NH CSA (MA Part) +430,243,223,New York NY-NJ-CT-PA CSA (NY Part) +430,244,223,New York NY-NJ-CT-PA CSA (NY Part) +430,245,201,Boston MA-NH CSA (MA Part) +430,246,191,Louisville KY-IN CSA (KY Part) +430,247,217,New York NY-NJ-CT-PA CSA (NJ Part) +430,248,12,Chicago IL-IN-WI CSA (IL Part) +430,249,223,New York NY-NJ-CT-PA CSA (NY Part) +430,250,201,Boston MA-NH CSA (MA Part) +430,251,223,New York NY-NJ-CT-PA CSA (NY Part) +430,252,223,New York NY-NJ-CT-PA CSA (NY Part) +430,253,223,New York NY-NJ-CT-PA CSA (NY Part) +430,254,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +430,255,12,Chicago IL-IN-WI CSA (IL Part) +430,256,232,Cleveland OH CSA +430,257,217,New York NY-NJ-CT-PA CSA (NJ Part) +430,258,249,Memphis TN-MS-AR MSA (TN Part) +430,259,191,Louisville KY-IN CSA (KY Part) +430,260,249,Memphis TN-MS-AR MSA (TN Part) +430,261,12,Chicago IL-IN-WI CSA (IL Part) +430,262,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +430,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +430,264,223,New York NY-NJ-CT-PA CSA (NY Part) +430,265,223,New York NY-NJ-CT-PA CSA (NY Part) +430,266,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +430,267,223,New York NY-NJ-CT-PA CSA (NY Part) +430,268,154,Alaska +430,269,12,Chicago IL-IN-WI CSA (IL Part) +430,270,231,Cincinnati OH-KY-IN CSA (OH Part) +430,271,12,Chicago IL-IN-WI CSA (IL Part) +430,272,223,New York NY-NJ-CT-PA CSA (NY Part) +430,273,223,New York NY-NJ-CT-PA CSA (NY Part) +431,152,176,Atlanta GA-AL CSA (GA Part) +431,153,201,Boston MA-NH CSA (MA Part) +431,154,154,Alaska +431,155,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +431,156,232,Cleveland OH CSA +431,157,12,Chicago IL-IN-WI CSA (IL Part) +431,158,186,Indianapolis IN CSA +431,159,159,Los Angeles CA CSA +431,160,12,Chicago IL-IN-WI CSA (IL Part) +431,161,223,New York NY-NJ-CT-PA CSA (NY Part) +431,162,268,Seattle WA CSA +431,163,159,Los Angeles CA CSA +431,164,12,Chicago IL-IN-WI CSA (IL Part) +431,165,12,Chicago IL-IN-WI CSA (IL Part) +431,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +431,167,266,Washington DC-MD-VA-WV CSA (VA Part) +431,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +431,169,223,New York NY-NJ-CT-PA CSA (NY Part) +431,170,223,New York NY-NJ-CT-PA CSA (NY Part) +431,171,217,New York NY-NJ-CT-PA CSA (NJ Part) +431,172,217,New York NY-NJ-CT-PA CSA (NJ Part) +431,173,223,New York NY-NJ-CT-PA CSA (NY Part) +431,174,223,New York NY-NJ-CT-PA CSA (NY Part) +431,175,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +431,176,223,New York NY-NJ-CT-PA CSA (NY Part) +431,177,217,New York NY-NJ-CT-PA CSA (NJ Part) +431,178,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +431,179,159,Los Angeles CA CSA +431,180,12,Chicago IL-IN-WI CSA (IL Part) +431,181,12,Chicago IL-IN-WI CSA (IL Part) +431,183,232,Cleveland OH CSA +431,184,223,New York NY-NJ-CT-PA CSA (NY Part) +431,185,201,Boston MA-NH CSA (MA Part) +431,186,266,Washington DC-MD-VA-WV CSA (VA Part) +431,187,232,Cleveland OH CSA +431,188,223,New York NY-NJ-CT-PA CSA (NY Part) +431,189,12,Chicago IL-IN-WI CSA (IL Part) +431,190,217,New York NY-NJ-CT-PA CSA (NJ Part) +431,191,266,Washington DC-MD-VA-WV CSA (VA Part) +431,192,223,New York NY-NJ-CT-PA CSA (NY Part) +431,193,176,Atlanta GA-AL CSA (GA Part) +431,194,217,New York NY-NJ-CT-PA CSA (NJ Part) +431,195,223,New York NY-NJ-CT-PA CSA (NY Part) +431,196,223,New York NY-NJ-CT-PA CSA (NY Part) +431,197,223,New York NY-NJ-CT-PA CSA (NY Part) +431,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +431,199,201,Boston MA-NH CSA (MA Part) +431,200,223,New York NY-NJ-CT-PA CSA (NY Part) +431,201,223,New York NY-NJ-CT-PA CSA (NY Part) +431,202,223,New York NY-NJ-CT-PA CSA (NY Part) +431,203,266,Washington DC-MD-VA-WV CSA (VA Part) +431,204,201,Boston MA-NH CSA (MA Part) +431,205,223,New York NY-NJ-CT-PA CSA (NY Part) +431,206,12,Chicago IL-IN-WI CSA (IL Part) +431,207,217,New York NY-NJ-CT-PA CSA (NJ Part) +431,208,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +431,209,223,New York NY-NJ-CT-PA CSA (NY Part) +431,210,223,New York NY-NJ-CT-PA CSA (NY Part) +431,211,217,New York NY-NJ-CT-PA CSA (NJ Part) +431,212,223,New York NY-NJ-CT-PA CSA (NY Part) +431,213,232,Cleveland OH CSA +431,214,164,Denver CO CSA +431,215,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +431,216,223,New York NY-NJ-CT-PA CSA (NY Part) +431,217,201,Boston MA-NH CSA (MA Part) +431,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +431,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +431,220,12,Chicago IL-IN-WI CSA (IL Part) +431,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +431,222,223,New York NY-NJ-CT-PA CSA (NY Part) +431,223,223,New York NY-NJ-CT-PA CSA (NY Part) +431,224,217,New York NY-NJ-CT-PA CSA (NJ Part) +431,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +431,226,266,Washington DC-MD-VA-WV CSA (VA Part) +431,227,223,New York NY-NJ-CT-PA CSA (NY Part) +431,228,266,Washington DC-MD-VA-WV CSA (VA Part) +431,229,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +431,230,12,Chicago IL-IN-WI CSA (IL Part) +431,231,191,Louisville KY-IN CSA (KY Part) +431,232,223,New York NY-NJ-CT-PA CSA (NY Part) +431,233,223,New York NY-NJ-CT-PA CSA (NY Part) +431,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +431,235,223,New York NY-NJ-CT-PA CSA (NY Part) +431,236,12,Chicago IL-IN-WI CSA (IL Part) +431,237,203,Detroit MI CSA +431,238,12,Chicago IL-IN-WI CSA (IL Part) +431,239,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +431,240,217,New York NY-NJ-CT-PA CSA (NJ Part) +431,241,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +431,242,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +431,243,232,Cleveland OH CSA +431,244,266,Washington DC-MD-VA-WV CSA (VA Part) +431,245,201,Boston MA-NH CSA (MA Part) +431,246,217,New York NY-NJ-CT-PA CSA (NJ Part) +431,247,169,Delaware +431,248,12,Chicago IL-IN-WI CSA (IL Part) +431,249,12,Chicago IL-IN-WI CSA (IL Part) +431,250,223,New York NY-NJ-CT-PA CSA (NY Part) +431,251,201,Boston MA-NH CSA (MA Part) +431,252,226,Charlotte NC-SC CSA (NC Part) +431,253,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +431,254,186,Indianapolis IN CSA +431,255,12,Chicago IL-IN-WI CSA (IL Part) +431,256,249,Memphis TN-MS-AR MSA (TN Part) +431,257,223,New York NY-NJ-CT-PA CSA (NY Part) +431,258,191,Louisville KY-IN CSA (KY Part) +431,259,266,Washington DC-MD-VA-WV CSA (VA Part) +431,260,266,Washington DC-MD-VA-WV CSA (VA Part) +431,261,12,Chicago IL-IN-WI CSA (IL Part) +431,262,223,New York NY-NJ-CT-PA CSA (NY Part) +431,263,223,New York NY-NJ-CT-PA CSA (NY Part) +431,264,223,New York NY-NJ-CT-PA CSA (NY Part) +431,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +431,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +431,267,203,Detroit MI CSA +431,268,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +431,269,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +431,270,232,Cleveland OH CSA +431,271,223,New York NY-NJ-CT-PA CSA (NY Part) +431,272,232,Cleveland OH CSA +431,273,203,Detroit MI CSA +432,152,223,New York NY-NJ-CT-PA CSA (NY Part) +432,153,223,New York NY-NJ-CT-PA CSA (NY Part) +432,154,154,Alaska +432,155,257,Houston TX CSA +432,156,249,Memphis TN-MS-AR MSA (TN Part) +432,157,268,Seattle WA CSA +432,158,223,New York NY-NJ-CT-PA CSA (NY Part) +432,159,223,New York NY-NJ-CT-PA CSA (NY Part) +432,160,268,Seattle WA CSA +432,161,159,Los Angeles CA CSA +432,162,159,Los Angeles CA CSA +432,163,162,San Francisco CA CSA +432,164,203,Detroit MI CSA +432,165,223,New York NY-NJ-CT-PA CSA (NY Part) +432,166,169,Delaware +432,167,169,Delaware +432,168,223,New York NY-NJ-CT-PA CSA (NY Part) +432,169,266,Washington DC-MD-VA-WV CSA (VA Part) +432,170,223,New York NY-NJ-CT-PA CSA (NY Part) +432,171,201,Boston MA-NH CSA (MA Part) +432,172,172,Miami FL MSA +432,173,266,Washington DC-MD-VA-WV CSA (VA Part) +432,174,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +432,175,201,Boston MA-NH CSA (MA Part) +432,176,169,Delaware +432,177,217,New York NY-NJ-CT-PA CSA (NJ Part) +432,178,176,Atlanta GA-AL CSA (GA Part) +432,179,159,Los Angeles CA CSA +432,180,154,Alaska +432,181,191,Louisville KY-IN CSA (KY Part) +432,183,12,Chicago IL-IN-WI CSA (IL Part) +432,184,249,Memphis TN-MS-AR MSA (TN Part) +432,185,217,New York NY-NJ-CT-PA CSA (NJ Part) +432,186,266,Washington DC-MD-VA-WV CSA (VA Part) +432,187,203,Detroit MI CSA +432,188,266,Washington DC-MD-VA-WV CSA (VA Part) +432,189,12,Chicago IL-IN-WI CSA (IL Part) +432,190,223,New York NY-NJ-CT-PA CSA (NY Part) +432,191,223,New York NY-NJ-CT-PA CSA (NY Part) +432,192,217,New York NY-NJ-CT-PA CSA (NJ Part) +432,193,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +432,194,249,Memphis TN-MS-AR MSA (TN Part) +432,195,176,Atlanta GA-AL CSA (GA Part) +432,196,217,New York NY-NJ-CT-PA CSA (NJ Part) +432,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +432,198,223,New York NY-NJ-CT-PA CSA (NY Part) +432,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +432,200,223,New York NY-NJ-CT-PA CSA (NY Part) +432,201,201,Boston MA-NH CSA (MA Part) +432,202,223,New York NY-NJ-CT-PA CSA (NY Part) +432,203,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +432,204,203,Detroit MI CSA +432,205,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +432,206,223,New York NY-NJ-CT-PA CSA (NY Part) +432,207,217,New York NY-NJ-CT-PA CSA (NJ Part) +432,208,176,Atlanta GA-AL CSA (GA Part) +432,209,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +432,210,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +432,211,249,Memphis TN-MS-AR MSA (TN Part) +432,212,154,Alaska +432,213,12,Chicago IL-IN-WI CSA (IL Part) +432,214,154,Alaska +432,215,12,Chicago IL-IN-WI CSA (IL Part) +432,216,223,New York NY-NJ-CT-PA CSA (NY Part) +432,217,223,New York NY-NJ-CT-PA CSA (NY Part) +432,218,223,New York NY-NJ-CT-PA CSA (NY Part) +432,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +432,220,266,Washington DC-MD-VA-WV CSA (VA Part) +432,221,223,New York NY-NJ-CT-PA CSA (NY Part) +432,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +432,223,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +432,224,223,New York NY-NJ-CT-PA CSA (NY Part) +432,225,223,New York NY-NJ-CT-PA CSA (NY Part) +432,226,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +432,227,203,Detroit MI CSA +432,228,201,Boston MA-NH CSA (MA Part) +432,229,232,Cleveland OH CSA +432,230,203,Detroit MI CSA +432,231,203,Detroit MI CSA +432,232,12,Chicago IL-IN-WI CSA (IL Part) +432,233,217,New York NY-NJ-CT-PA CSA (NJ Part) +432,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +432,235,169,Delaware +432,236,12,Chicago IL-IN-WI CSA (IL Part) +432,237,266,Washington DC-MD-VA-WV CSA (VA Part) +432,238,226,Charlotte NC-SC CSA (NC Part) +432,239,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +432,240,154,Alaska +432,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +432,242,203,Detroit MI CSA +432,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +432,244,266,Washington DC-MD-VA-WV CSA (VA Part) +432,245,223,New York NY-NJ-CT-PA CSA (NY Part) +432,246,223,New York NY-NJ-CT-PA CSA (NY Part) +432,247,217,New York NY-NJ-CT-PA CSA (NJ Part) +432,248,12,Chicago IL-IN-WI CSA (IL Part) +432,249,223,New York NY-NJ-CT-PA CSA (NY Part) +432,250,232,Cleveland OH CSA +432,251,169,Delaware +432,252,191,Louisville KY-IN CSA (KY Part) +432,253,217,New York NY-NJ-CT-PA CSA (NJ Part) +432,254,255,Dallas-Fort Worth TX CSA +432,255,255,Dallas-Fort Worth TX CSA +432,256,12,Chicago IL-IN-WI CSA (IL Part) +432,257,176,Atlanta GA-AL CSA (GA Part) +432,258,12,Chicago IL-IN-WI CSA (IL Part) +432,259,232,Cleveland OH CSA +432,260,217,New York NY-NJ-CT-PA CSA (NJ Part) +432,261,154,Alaska +432,262,223,New York NY-NJ-CT-PA CSA (NY Part) +432,263,223,New York NY-NJ-CT-PA CSA (NY Part) +432,264,223,New York NY-NJ-CT-PA CSA (NY Part) +432,265,223,New York NY-NJ-CT-PA CSA (NY Part) +432,266,223,New York NY-NJ-CT-PA CSA (NY Part) +432,267,223,New York NY-NJ-CT-PA CSA (NY Part) +432,268,154,Alaska +432,269,154,Alaska +432,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +432,271,266,Washington DC-MD-VA-WV CSA (VA Part) +432,272,12,Chicago IL-IN-WI CSA (IL Part) +432,273,268,Seattle WA CSA +433,152,172,Miami FL MSA +433,153,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +433,154,223,New York NY-NJ-CT-PA CSA (NY Part) +433,155,176,Atlanta GA-AL CSA (GA Part) +433,156,226,Charlotte NC-SC CSA (NC Part) +433,157,266,Washington DC-MD-VA-WV CSA (VA Part) +433,158,203,Detroit MI CSA +433,159,249,Memphis TN-MS-AR MSA (TN Part) +433,160,162,San Francisco CA CSA +433,161,176,Atlanta GA-AL CSA (GA Part) +433,162,154,Alaska +433,163,217,New York NY-NJ-CT-PA CSA (NJ Part) +433,164,12,Chicago IL-IN-WI CSA (IL Part) +433,165,217,New York NY-NJ-CT-PA CSA (NJ Part) +433,166,223,New York NY-NJ-CT-PA CSA (NY Part) +433,167,223,New York NY-NJ-CT-PA CSA (NY Part) +433,168,223,New York NY-NJ-CT-PA CSA (NY Part) +433,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +433,170,223,New York NY-NJ-CT-PA CSA (NY Part) +433,171,176,Atlanta GA-AL CSA (GA Part) +433,172,223,New York NY-NJ-CT-PA CSA (NY Part) +433,173,245,Charleston SC MSA +433,174,173,Orlando FL CSA +433,175,266,Washington DC-MD-VA-WV CSA (VA Part) +433,176,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +433,177,172,Miami FL MSA +433,178,223,New York NY-NJ-CT-PA CSA (NY Part) +433,179,154,Alaska +433,180,154,Alaska +433,181,223,New York NY-NJ-CT-PA CSA (NY Part) +433,183,217,New York NY-NJ-CT-PA CSA (NJ Part) +433,184,203,Detroit MI CSA +433,185,223,New York NY-NJ-CT-PA CSA (NY Part) +433,186,266,Washington DC-MD-VA-WV CSA (VA Part) +433,187,203,Detroit MI CSA +433,188,176,Atlanta GA-AL CSA (GA Part) +433,189,186,Indianapolis IN CSA +433,190,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +433,191,226,Charlotte NC-SC CSA (NC Part) +433,192,223,New York NY-NJ-CT-PA CSA (NY Part) +433,193,195,New Orleans LA CSA +433,194,249,Memphis TN-MS-AR MSA (TN Part) +433,195,223,New York NY-NJ-CT-PA CSA (NY Part) +433,196,12,Chicago IL-IN-WI CSA (IL Part) +433,197,223,New York NY-NJ-CT-PA CSA (NY Part) +433,198,201,Boston MA-NH CSA (MA Part) +433,199,266,Washington DC-MD-VA-WV CSA (VA Part) +433,200,266,Washington DC-MD-VA-WV CSA (VA Part) +433,201,223,New York NY-NJ-CT-PA CSA (NY Part) +433,202,223,New York NY-NJ-CT-PA CSA (NY Part) +433,203,266,Washington DC-MD-VA-WV CSA (VA Part) +433,204,217,New York NY-NJ-CT-PA CSA (NJ Part) +433,205,12,Chicago IL-IN-WI CSA (IL Part) +433,206,12,Chicago IL-IN-WI CSA (IL Part) +433,207,203,Detroit MI CSA +433,208,231,Cincinnati OH-KY-IN CSA (OH Part) +433,209,12,Chicago IL-IN-WI CSA (IL Part) +433,210,223,New York NY-NJ-CT-PA CSA (NY Part) +433,211,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +433,212,223,New York NY-NJ-CT-PA CSA (NY Part) +433,213,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +433,214,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +433,215,249,Memphis TN-MS-AR MSA (TN Part) +433,216,223,New York NY-NJ-CT-PA CSA (NY Part) +433,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +433,218,223,New York NY-NJ-CT-PA CSA (NY Part) +433,219,201,Boston MA-NH CSA (MA Part) +433,220,257,Houston TX CSA +433,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +433,222,223,New York NY-NJ-CT-PA CSA (NY Part) +433,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +433,224,266,Washington DC-MD-VA-WV CSA (VA Part) +433,225,223,New York NY-NJ-CT-PA CSA (NY Part) +433,226,223,New York NY-NJ-CT-PA CSA (NY Part) +433,227,203,Detroit MI CSA +433,228,191,Louisville KY-IN CSA (KY Part) +433,229,266,Washington DC-MD-VA-WV CSA (VA Part) +433,230,232,Cleveland OH CSA +433,231,223,New York NY-NJ-CT-PA CSA (NY Part) +433,232,201,Boston MA-NH CSA (MA Part) +433,233,203,Detroit MI CSA +433,234,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +433,235,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +433,236,217,New York NY-NJ-CT-PA CSA (NJ Part) +433,237,203,Detroit MI CSA +433,238,223,New York NY-NJ-CT-PA CSA (NY Part) +433,239,223,New York NY-NJ-CT-PA CSA (NY Part) +433,240,154,Alaska +433,241,223,New York NY-NJ-CT-PA CSA (NY Part) +433,242,223,New York NY-NJ-CT-PA CSA (NY Part) +433,243,266,Washington DC-MD-VA-WV CSA (VA Part) +433,244,223,New York NY-NJ-CT-PA CSA (NY Part) +433,245,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +433,246,172,Miami FL MSA +433,247,201,Boston MA-NH CSA (MA Part) +433,248,266,Washington DC-MD-VA-WV CSA (VA Part) +433,249,203,Detroit MI CSA +433,250,191,Louisville KY-IN CSA (KY Part) +433,251,223,New York NY-NJ-CT-PA CSA (NY Part) +433,252,176,Atlanta GA-AL CSA (GA Part) +433,253,172,Miami FL MSA +433,254,176,Atlanta GA-AL CSA (GA Part) +433,255,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +433,256,223,New York NY-NJ-CT-PA CSA (NY Part) +433,257,266,Washington DC-MD-VA-WV CSA (VA Part) +433,258,223,New York NY-NJ-CT-PA CSA (NY Part) +433,259,195,New Orleans LA CSA +433,260,255,Dallas-Fort Worth TX CSA +433,261,154,Alaska +433,262,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +433,263,223,New York NY-NJ-CT-PA CSA (NY Part) +433,264,266,Washington DC-MD-VA-WV CSA (VA Part) +433,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +433,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +433,267,223,New York NY-NJ-CT-PA CSA (NY Part) +433,268,154,Alaska +433,269,266,Washington DC-MD-VA-WV CSA (VA Part) +433,270,266,Washington DC-MD-VA-WV CSA (VA Part) +433,271,223,New York NY-NJ-CT-PA CSA (NY Part) +433,272,12,Chicago IL-IN-WI CSA (IL Part) +433,273,203,Detroit MI CSA +434,152,12,Chicago IL-IN-WI CSA (IL Part) +434,153,186,Indianapolis IN CSA +434,154,154,Alaska +434,155,203,Detroit MI CSA +434,156,201,Boston MA-NH CSA (MA Part) +434,157,232,Cleveland OH CSA +434,158,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +434,159,162,San Francisco CA CSA +434,160,162,San Francisco CA CSA +434,161,159,Los Angeles CA CSA +434,162,162,San Francisco CA CSA +434,163,186,Indianapolis IN CSA +434,164,223,New York NY-NJ-CT-PA CSA (NY Part) +434,165,266,Washington DC-MD-VA-WV CSA (VA Part) +434,166,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +434,167,223,New York NY-NJ-CT-PA CSA (NY Part) +434,168,223,New York NY-NJ-CT-PA CSA (NY Part) +434,169,223,New York NY-NJ-CT-PA CSA (NY Part) +434,170,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +434,171,266,Washington DC-MD-VA-WV CSA (VA Part) +434,172,172,Miami FL MSA +434,173,176,Atlanta GA-AL CSA (GA Part) +434,174,223,New York NY-NJ-CT-PA CSA (NY Part) +434,175,217,New York NY-NJ-CT-PA CSA (NJ Part) +434,176,203,Detroit MI CSA +434,177,223,New York NY-NJ-CT-PA CSA (NY Part) +434,178,266,Washington DC-MD-VA-WV CSA (VA Part) +434,179,154,Alaska +434,180,162,San Francisco CA CSA +434,181,223,New York NY-NJ-CT-PA CSA (NY Part) +434,183,12,Chicago IL-IN-WI CSA (IL Part) +434,184,217,New York NY-NJ-CT-PA CSA (NJ Part) +434,185,12,Chicago IL-IN-WI CSA (IL Part) +434,186,223,New York NY-NJ-CT-PA CSA (NY Part) +434,187,12,Chicago IL-IN-WI CSA (IL Part) +434,188,217,New York NY-NJ-CT-PA CSA (NJ Part) +434,189,12,Chicago IL-IN-WI CSA (IL Part) +434,190,186,Indianapolis IN CSA +434,191,232,Cleveland OH CSA +434,192,266,Washington DC-MD-VA-WV CSA (VA Part) +434,193,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +434,194,249,Memphis TN-MS-AR MSA (TN Part) +434,195,249,Memphis TN-MS-AR MSA (TN Part) +434,196,12,Chicago IL-IN-WI CSA (IL Part) +434,197,223,New York NY-NJ-CT-PA CSA (NY Part) +434,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +434,199,223,New York NY-NJ-CT-PA CSA (NY Part) +434,200,266,Washington DC-MD-VA-WV CSA (VA Part) +434,201,201,Boston MA-NH CSA (MA Part) +434,202,201,Boston MA-NH CSA (MA Part) +434,203,223,New York NY-NJ-CT-PA CSA (NY Part) +434,204,223,New York NY-NJ-CT-PA CSA (NY Part) +434,205,217,New York NY-NJ-CT-PA CSA (NJ Part) +434,206,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +434,207,203,Detroit MI CSA +434,208,232,Cleveland OH CSA +434,209,223,New York NY-NJ-CT-PA CSA (NY Part) +434,210,231,Cincinnati OH-KY-IN CSA (OH Part) +434,211,217,New York NY-NJ-CT-PA CSA (NJ Part) +434,212,223,New York NY-NJ-CT-PA CSA (NY Part) +434,213,223,New York NY-NJ-CT-PA CSA (NY Part) +434,214,268,Seattle WA CSA +434,215,159,Los Angeles CA CSA +434,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +434,217,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +434,218,223,New York NY-NJ-CT-PA CSA (NY Part) +434,219,223,New York NY-NJ-CT-PA CSA (NY Part) +434,220,186,Indianapolis IN CSA +434,221,223,New York NY-NJ-CT-PA CSA (NY Part) +434,222,232,Cleveland OH CSA +434,223,223,New York NY-NJ-CT-PA CSA (NY Part) +434,224,223,New York NY-NJ-CT-PA CSA (NY Part) +434,225,223,New York NY-NJ-CT-PA CSA (NY Part) +434,226,223,New York NY-NJ-CT-PA CSA (NY Part) +434,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +434,228,231,Cincinnati OH-KY-IN CSA (OH Part) +434,229,223,New York NY-NJ-CT-PA CSA (NY Part) +434,230,203,Detroit MI CSA +434,231,191,Louisville KY-IN CSA (KY Part) +434,232,217,New York NY-NJ-CT-PA CSA (NJ Part) +434,233,217,New York NY-NJ-CT-PA CSA (NJ Part) +434,234,266,Washington DC-MD-VA-WV CSA (VA Part) +434,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +434,236,223,New York NY-NJ-CT-PA CSA (NY Part) +434,237,191,Louisville KY-IN CSA (KY Part) +434,238,203,Detroit MI CSA +434,239,162,San Francisco CA CSA +434,240,268,Seattle WA CSA +434,241,223,New York NY-NJ-CT-PA CSA (NY Part) +434,242,223,New York NY-NJ-CT-PA CSA (NY Part) +434,243,201,Boston MA-NH CSA (MA Part) +434,244,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +434,245,201,Boston MA-NH CSA (MA Part) +434,246,223,New York NY-NJ-CT-PA CSA (NY Part) +434,247,217,New York NY-NJ-CT-PA CSA (NJ Part) +434,248,12,Chicago IL-IN-WI CSA (IL Part) +434,249,231,Cincinnati OH-KY-IN CSA (OH Part) +434,250,191,Louisville KY-IN CSA (KY Part) +434,251,223,New York NY-NJ-CT-PA CSA (NY Part) +434,252,176,Atlanta GA-AL CSA (GA Part) +434,253,257,Houston TX CSA +434,254,223,New York NY-NJ-CT-PA CSA (NY Part) +434,255,203,Detroit MI CSA +434,256,176,Atlanta GA-AL CSA (GA Part) +434,257,12,Chicago IL-IN-WI CSA (IL Part) +434,258,12,Chicago IL-IN-WI CSA (IL Part) +434,259,203,Detroit MI CSA +434,260,231,Cincinnati OH-KY-IN CSA (OH Part) +434,261,268,Seattle WA CSA +434,262,232,Cleveland OH CSA +434,263,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +434,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +434,265,266,Washington DC-MD-VA-WV CSA (VA Part) +434,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +434,267,223,New York NY-NJ-CT-PA CSA (NY Part) +434,268,162,San Francisco CA CSA +434,269,223,New York NY-NJ-CT-PA CSA (NY Part) +434,270,223,New York NY-NJ-CT-PA CSA (NY Part) +434,271,203,Detroit MI CSA +434,272,217,New York NY-NJ-CT-PA CSA (NJ Part) +434,273,12,Chicago IL-IN-WI CSA (IL Part) +435,152,266,Washington DC-MD-VA-WV CSA (VA Part) +435,153,186,Indianapolis IN CSA +435,154,154,Alaska +435,155,154,Alaska +435,156,159,Los Angeles CA CSA +435,157,159,Los Angeles CA CSA +435,158,232,Cleveland OH CSA +435,159,154,Alaska +435,160,154,Alaska +435,161,154,Alaska +435,162,159,Los Angeles CA CSA +435,163,268,Seattle WA CSA +435,164,154,Alaska +435,165,154,Alaska +435,166,223,New York NY-NJ-CT-PA CSA (NY Part) +435,167,223,New York NY-NJ-CT-PA CSA (NY Part) +435,168,223,New York NY-NJ-CT-PA CSA (NY Part) +435,169,223,New York NY-NJ-CT-PA CSA (NY Part) +435,170,223,New York NY-NJ-CT-PA CSA (NY Part) +435,171,201,Boston MA-NH CSA (MA Part) +435,172,12,Chicago IL-IN-WI CSA (IL Part) +435,173,203,Detroit MI CSA +435,174,249,Memphis TN-MS-AR MSA (TN Part) +435,175,217,New York NY-NJ-CT-PA CSA (NJ Part) +435,176,186,Indianapolis IN CSA +435,177,223,New York NY-NJ-CT-PA CSA (NY Part) +435,178,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +435,179,159,Los Angeles CA CSA +435,180,159,Los Angeles CA CSA +435,181,154,Alaska +435,183,12,Chicago IL-IN-WI CSA (IL Part) +435,184,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +435,185,231,Cincinnati OH-KY-IN CSA (OH Part) +435,186,12,Chicago IL-IN-WI CSA (IL Part) +435,187,12,Chicago IL-IN-WI CSA (IL Part) +435,188,12,Chicago IL-IN-WI CSA (IL Part) +435,189,12,Chicago IL-IN-WI CSA (IL Part) +435,190,12,Chicago IL-IN-WI CSA (IL Part) +435,191,223,New York NY-NJ-CT-PA CSA (NY Part) +435,192,266,Washington DC-MD-VA-WV CSA (VA Part) +435,193,191,Louisville KY-IN CSA (KY Part) +435,194,176,Atlanta GA-AL CSA (GA Part) +435,195,255,Dallas-Fort Worth TX CSA +435,196,232,Cleveland OH CSA +435,197,223,New York NY-NJ-CT-PA CSA (NY Part) +435,198,223,New York NY-NJ-CT-PA CSA (NY Part) +435,199,266,Washington DC-MD-VA-WV CSA (VA Part) +435,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +435,201,223,New York NY-NJ-CT-PA CSA (NY Part) +435,202,201,Boston MA-NH CSA (MA Part) +435,203,223,New York NY-NJ-CT-PA CSA (NY Part) +435,204,12,Chicago IL-IN-WI CSA (IL Part) +435,205,12,Chicago IL-IN-WI CSA (IL Part) +435,206,12,Chicago IL-IN-WI CSA (IL Part) +435,207,12,Chicago IL-IN-WI CSA (IL Part) +435,208,203,Detroit MI CSA +435,209,191,Louisville KY-IN CSA (KY Part) +435,210,203,Detroit MI CSA +435,211,12,Chicago IL-IN-WI CSA (IL Part) +435,212,154,Alaska +435,213,268,Seattle WA CSA +435,214,154,Alaska +435,215,154,Alaska +435,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +435,217,266,Washington DC-MD-VA-WV CSA (VA Part) +435,218,223,New York NY-NJ-CT-PA CSA (NY Part) +435,219,266,Washington DC-MD-VA-WV CSA (VA Part) +435,220,154,Alaska +435,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +435,222,223,New York NY-NJ-CT-PA CSA (NY Part) +435,223,223,New York NY-NJ-CT-PA CSA (NY Part) +435,224,217,New York NY-NJ-CT-PA CSA (NJ Part) +435,225,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +435,226,223,New York NY-NJ-CT-PA CSA (NY Part) +435,227,12,Chicago IL-IN-WI CSA (IL Part) +435,228,266,Washington DC-MD-VA-WV CSA (VA Part) +435,229,223,New York NY-NJ-CT-PA CSA (NY Part) +435,230,12,Chicago IL-IN-WI CSA (IL Part) +435,231,12,Chicago IL-IN-WI CSA (IL Part) +435,232,223,New York NY-NJ-CT-PA CSA (NY Part) +435,233,203,Detroit MI CSA +435,234,232,Cleveland OH CSA +435,235,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +435,236,154,Alaska +435,237,12,Chicago IL-IN-WI CSA (IL Part) +435,238,154,Alaska +435,239,12,Chicago IL-IN-WI CSA (IL Part) +435,240,268,Seattle WA CSA +435,241,12,Chicago IL-IN-WI CSA (IL Part) +435,242,232,Cleveland OH CSA +435,243,12,Chicago IL-IN-WI CSA (IL Part) +435,244,223,New York NY-NJ-CT-PA CSA (NY Part) +435,245,203,Detroit MI CSA +435,246,249,Memphis TN-MS-AR MSA (TN Part) +435,247,201,Boston MA-NH CSA (MA Part) +435,248,268,Seattle WA CSA +435,249,176,Atlanta GA-AL CSA (GA Part) +435,250,223,New York NY-NJ-CT-PA CSA (NY Part) +435,251,203,Detroit MI CSA +435,252,257,Houston TX CSA +435,253,257,Houston TX CSA +435,254,268,Seattle WA CSA +435,255,249,Memphis TN-MS-AR MSA (TN Part) +435,256,268,Seattle WA CSA +435,257,255,Dallas-Fort Worth TX CSA +435,258,257,Houston TX CSA +435,259,257,Houston TX CSA +435,260,255,Dallas-Fort Worth TX CSA +435,261,162,San Francisco CA CSA +435,262,159,Los Angeles CA CSA +435,263,266,Washington DC-MD-VA-WV CSA (VA Part) +435,264,223,New York NY-NJ-CT-PA CSA (NY Part) +435,265,223,New York NY-NJ-CT-PA CSA (NY Part) +435,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +435,267,232,Cleveland OH CSA +435,268,154,Alaska +435,269,162,San Francisco CA CSA +435,270,12,Chicago IL-IN-WI CSA (IL Part) +435,271,12,Chicago IL-IN-WI CSA (IL Part) +435,272,154,Alaska +435,273,159,Los Angeles CA CSA +436,152,217,New York NY-NJ-CT-PA CSA (NJ Part) +436,153,266,Washington DC-MD-VA-WV CSA (VA Part) +436,154,223,New York NY-NJ-CT-PA CSA (NY Part) +436,155,255,Dallas-Fort Worth TX CSA +436,156,255,Dallas-Fort Worth TX CSA +436,157,12,Chicago IL-IN-WI CSA (IL Part) +436,158,217,New York NY-NJ-CT-PA CSA (NJ Part) +436,159,176,Atlanta GA-AL CSA (GA Part) +436,160,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +436,161,12,Chicago IL-IN-WI CSA (IL Part) +436,162,217,New York NY-NJ-CT-PA CSA (NJ Part) +436,163,191,Louisville KY-IN CSA (KY Part) +436,164,223,New York NY-NJ-CT-PA CSA (NY Part) +436,165,203,Detroit MI CSA +436,166,223,New York NY-NJ-CT-PA CSA (NY Part) +436,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +436,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +436,169,266,Washington DC-MD-VA-WV CSA (VA Part) +436,170,266,Washington DC-MD-VA-WV CSA (VA Part) +436,171,223,New York NY-NJ-CT-PA CSA (NY Part) +436,172,223,New York NY-NJ-CT-PA CSA (NY Part) +436,173,223,New York NY-NJ-CT-PA CSA (NY Part) +436,174,191,Louisville KY-IN CSA (KY Part) +436,175,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +436,176,223,New York NY-NJ-CT-PA CSA (NY Part) +436,177,186,Indianapolis IN CSA +436,178,172,Miami FL MSA +436,179,191,Louisville KY-IN CSA (KY Part) +436,180,223,New York NY-NJ-CT-PA CSA (NY Part) +436,181,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +436,183,186,Indianapolis IN CSA +436,184,192,Remainder of Kentucky +436,185,192,Remainder of Kentucky +436,186,266,Washington DC-MD-VA-WV CSA (VA Part) +436,187,231,Cincinnati OH-KY-IN CSA (OH Part) +436,188,223,New York NY-NJ-CT-PA CSA (NY Part) +436,189,266,Washington DC-MD-VA-WV CSA (VA Part) +436,190,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +436,191,223,New York NY-NJ-CT-PA CSA (NY Part) +436,192,223,New York NY-NJ-CT-PA CSA (NY Part) +436,193,191,Louisville KY-IN CSA (KY Part) +436,194,217,New York NY-NJ-CT-PA CSA (NJ Part) +436,195,217,New York NY-NJ-CT-PA CSA (NJ Part) +436,196,176,Atlanta GA-AL CSA (GA Part) +436,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +436,198,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +436,199,232,Cleveland OH CSA +436,200,223,New York NY-NJ-CT-PA CSA (NY Part) +436,201,169,Delaware +436,202,266,Washington DC-MD-VA-WV CSA (VA Part) +436,203,217,New York NY-NJ-CT-PA CSA (NJ Part) +436,204,12,Chicago IL-IN-WI CSA (IL Part) +436,205,223,New York NY-NJ-CT-PA CSA (NY Part) +436,206,266,Washington DC-MD-VA-WV CSA (VA Part) +436,207,223,New York NY-NJ-CT-PA CSA (NY Part) +436,208,172,Miami FL MSA +436,209,217,New York NY-NJ-CT-PA CSA (NJ Part) +436,210,12,Chicago IL-IN-WI CSA (IL Part) +436,211,223,New York NY-NJ-CT-PA CSA (NY Part) +436,212,203,Detroit MI CSA +436,213,232,Cleveland OH CSA +436,214,223,New York NY-NJ-CT-PA CSA (NY Part) +436,215,203,Detroit MI CSA +436,216,223,New York NY-NJ-CT-PA CSA (NY Part) +436,217,169,Delaware +436,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +436,219,223,New York NY-NJ-CT-PA CSA (NY Part) +436,220,223,New York NY-NJ-CT-PA CSA (NY Part) +436,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +436,222,223,New York NY-NJ-CT-PA CSA (NY Part) +436,223,223,New York NY-NJ-CT-PA CSA (NY Part) +436,224,223,New York NY-NJ-CT-PA CSA (NY Part) +436,225,223,New York NY-NJ-CT-PA CSA (NY Part) +436,226,217,New York NY-NJ-CT-PA CSA (NJ Part) +436,227,223,New York NY-NJ-CT-PA CSA (NY Part) +436,228,223,New York NY-NJ-CT-PA CSA (NY Part) +436,229,217,New York NY-NJ-CT-PA CSA (NJ Part) +436,230,217,New York NY-NJ-CT-PA CSA (NJ Part) +436,231,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +436,232,266,Washington DC-MD-VA-WV CSA (VA Part) +436,233,217,New York NY-NJ-CT-PA CSA (NJ Part) +436,234,223,New York NY-NJ-CT-PA CSA (NY Part) +436,235,266,Washington DC-MD-VA-WV CSA (VA Part) +436,236,255,Dallas-Fort Worth TX CSA +436,237,223,New York NY-NJ-CT-PA CSA (NY Part) +436,238,226,Charlotte NC-SC CSA (NC Part) +436,239,12,Chicago IL-IN-WI CSA (IL Part) +436,240,176,Atlanta GA-AL CSA (GA Part) +436,241,201,Boston MA-NH CSA (MA Part) +436,242,266,Washington DC-MD-VA-WV CSA (VA Part) +436,243,223,New York NY-NJ-CT-PA CSA (NY Part) +436,244,266,Washington DC-MD-VA-WV CSA (VA Part) +436,245,201,Boston MA-NH CSA (MA Part) +436,246,266,Washington DC-MD-VA-WV CSA (VA Part) +436,247,172,Miami FL MSA +436,248,12,Chicago IL-IN-WI CSA (IL Part) +436,249,201,Boston MA-NH CSA (MA Part) +436,250,217,New York NY-NJ-CT-PA CSA (NJ Part) +436,251,266,Washington DC-MD-VA-WV CSA (VA Part) +436,252,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +436,253,223,New York NY-NJ-CT-PA CSA (NY Part) +436,254,249,Memphis TN-MS-AR MSA (TN Part) +436,255,257,Houston TX CSA +436,256,223,New York NY-NJ-CT-PA CSA (NY Part) +436,257,217,New York NY-NJ-CT-PA CSA (NJ Part) +436,258,217,New York NY-NJ-CT-PA CSA (NJ Part) +436,259,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +436,260,255,Dallas-Fort Worth TX CSA +436,261,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +436,262,217,New York NY-NJ-CT-PA CSA (NJ Part) +436,263,201,Boston MA-NH CSA (MA Part) +436,264,201,Boston MA-NH CSA (MA Part) +436,265,223,New York NY-NJ-CT-PA CSA (NY Part) +436,266,266,Washington DC-MD-VA-WV CSA (VA Part) +436,267,223,New York NY-NJ-CT-PA CSA (NY Part) +436,268,201,Boston MA-NH CSA (MA Part) +436,269,223,New York NY-NJ-CT-PA CSA (NY Part) +436,270,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +436,271,266,Washington DC-MD-VA-WV CSA (VA Part) +436,272,266,Washington DC-MD-VA-WV CSA (VA Part) +436,273,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +437,152,223,New York NY-NJ-CT-PA CSA (NY Part) +437,153,169,Delaware +437,154,12,Chicago IL-IN-WI CSA (IL Part) +437,155,257,Houston TX CSA +437,156,172,Miami FL MSA +437,157,173,Orlando FL CSA +437,158,249,Memphis TN-MS-AR MSA (TN Part) +437,159,159,Los Angeles CA CSA +437,160,186,Indianapolis IN CSA +437,161,176,Atlanta GA-AL CSA (GA Part) +437,162,223,New York NY-NJ-CT-PA CSA (NY Part) +437,163,249,Memphis TN-MS-AR MSA (TN Part) +437,164,172,Miami FL MSA +437,165,172,Miami FL MSA +437,166,201,Boston MA-NH CSA (MA Part) +437,167,223,New York NY-NJ-CT-PA CSA (NY Part) +437,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +437,169,223,New York NY-NJ-CT-PA CSA (NY Part) +437,170,172,Miami FL MSA +437,171,172,Miami FL MSA +437,172,172,Miami FL MSA +437,173,173,Orlando FL CSA +437,174,176,Atlanta GA-AL CSA (GA Part) +437,175,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +437,176,176,Atlanta GA-AL CSA (GA Part) +437,177,176,Atlanta GA-AL CSA (GA Part) +437,178,172,Miami FL MSA +437,179,159,Los Angeles CA CSA +437,180,195,New Orleans LA CSA +437,181,172,Miami FL MSA +437,183,153,Remainder of Alabama +437,184,172,Miami FL MSA +437,185,223,New York NY-NJ-CT-PA CSA (NY Part) +437,186,191,Louisville KY-IN CSA (KY Part) +437,187,173,Orlando FL CSA +437,188,201,Boston MA-NH CSA (MA Part) +437,189,153,Remainder of Alabama +437,190,172,Miami FL MSA +437,191,176,Atlanta GA-AL CSA (GA Part) +437,192,172,Miami FL MSA +437,193,172,Miami FL MSA +437,194,172,Miami FL MSA +437,195,172,Miami FL MSA +437,196,249,Memphis TN-MS-AR MSA (TN Part) +437,197,223,New York NY-NJ-CT-PA CSA (NY Part) +437,198,266,Washington DC-MD-VA-WV CSA (VA Part) +437,199,266,Washington DC-MD-VA-WV CSA (VA Part) +437,200,223,New York NY-NJ-CT-PA CSA (NY Part) +437,201,223,New York NY-NJ-CT-PA CSA (NY Part) +437,202,223,New York NY-NJ-CT-PA CSA (NY Part) +437,203,192,Remainder of Kentucky +437,204,217,New York NY-NJ-CT-PA CSA (NJ Part) +437,205,223,New York NY-NJ-CT-PA CSA (NY Part) +437,206,12,Chicago IL-IN-WI CSA (IL Part) +437,207,223,New York NY-NJ-CT-PA CSA (NY Part) +437,208,172,Miami FL MSA +437,209,249,Memphis TN-MS-AR MSA (TN Part) +437,210,226,Charlotte NC-SC CSA (NC Part) +437,211,191,Louisville KY-IN CSA (KY Part) +437,212,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +437,213,12,Chicago IL-IN-WI CSA (IL Part) +437,214,159,Los Angeles CA CSA +437,215,249,Memphis TN-MS-AR MSA (TN Part) +437,216,223,New York NY-NJ-CT-PA CSA (NY Part) +437,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +437,218,266,Washington DC-MD-VA-WV CSA (VA Part) +437,219,226,Charlotte NC-SC CSA (NC Part) +437,220,249,Memphis TN-MS-AR MSA (TN Part) +437,221,201,Boston MA-NH CSA (MA Part) +437,222,232,Cleveland OH CSA +437,223,223,New York NY-NJ-CT-PA CSA (NY Part) +437,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +437,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +437,226,169,Delaware +437,227,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +437,228,172,Miami FL MSA +437,229,176,Atlanta GA-AL CSA (GA Part) +437,230,176,Atlanta GA-AL CSA (GA Part) +437,231,172,Miami FL MSA +437,232,217,New York NY-NJ-CT-PA CSA (NJ Part) +437,233,191,Louisville KY-IN CSA (KY Part) +437,234,223,New York NY-NJ-CT-PA CSA (NY Part) +437,235,201,Boston MA-NH CSA (MA Part) +437,236,172,Miami FL MSA +437,237,176,Atlanta GA-AL CSA (GA Part) +437,238,172,Miami FL MSA +437,239,12,Chicago IL-IN-WI CSA (IL Part) +437,240,255,Dallas-Fort Worth TX CSA +437,241,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +437,242,176,Atlanta GA-AL CSA (GA Part) +437,243,223,New York NY-NJ-CT-PA CSA (NY Part) +437,244,266,Washington DC-MD-VA-WV CSA (VA Part) +437,245,172,Miami FL MSA +437,246,176,Atlanta GA-AL CSA (GA Part) +437,247,223,New York NY-NJ-CT-PA CSA (NY Part) +437,248,217,New York NY-NJ-CT-PA CSA (NJ Part) +437,249,169,Delaware +437,250,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +437,251,223,New York NY-NJ-CT-PA CSA (NY Part) +437,252,173,Orlando FL CSA +437,253,176,Atlanta GA-AL CSA (GA Part) +437,254,257,Houston TX CSA +437,255,12,Chicago IL-IN-WI CSA (IL Part) +437,256,172,Miami FL MSA +437,257,257,Houston TX CSA +437,258,172,Miami FL MSA +437,259,176,Atlanta GA-AL CSA (GA Part) +437,260,255,Dallas-Fort Worth TX CSA +437,261,217,New York NY-NJ-CT-PA CSA (NJ Part) +437,262,172,Miami FL MSA +437,263,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +437,264,223,New York NY-NJ-CT-PA CSA (NY Part) +437,265,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +437,266,172,Miami FL MSA +437,267,172,Miami FL MSA +437,268,217,New York NY-NJ-CT-PA CSA (NJ Part) +437,269,176,Atlanta GA-AL CSA (GA Part) +437,270,172,Miami FL MSA +437,271,12,Chicago IL-IN-WI CSA (IL Part) +437,272,203,Detroit MI CSA +437,273,192,Remainder of Kentucky +438,152,172,Miami FL MSA +438,153,173,Orlando FL CSA +438,154,217,New York NY-NJ-CT-PA CSA (NJ Part) +438,155,172,Miami FL MSA +438,156,172,Miami FL MSA +438,157,172,Miami FL MSA +438,158,249,Memphis TN-MS-AR MSA (TN Part) +438,159,172,Miami FL MSA +438,160,191,Louisville KY-IN CSA (KY Part) +438,161,195,New Orleans LA CSA +438,162,162,San Francisco CA CSA +438,163,195,New Orleans LA CSA +438,164,172,Miami FL MSA +438,165,195,New Orleans LA CSA +438,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +438,167,223,New York NY-NJ-CT-PA CSA (NY Part) +438,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +438,169,223,New York NY-NJ-CT-PA CSA (NY Part) +438,170,266,Washington DC-MD-VA-WV CSA (VA Part) +438,171,176,Atlanta GA-AL CSA (GA Part) +438,172,176,Atlanta GA-AL CSA (GA Part) +438,173,176,Atlanta GA-AL CSA (GA Part) +438,174,172,Miami FL MSA +438,175,172,Miami FL MSA +438,176,176,Atlanta GA-AL CSA (GA Part) +438,177,172,Miami FL MSA +438,178,172,Miami FL MSA +438,179,162,San Francisco CA CSA +438,180,159,Los Angeles CA CSA +438,181,249,Memphis TN-MS-AR MSA (TN Part) +438,183,153,Remainder of Alabama +438,184,176,Atlanta GA-AL CSA (GA Part) +438,185,191,Louisville KY-IN CSA (KY Part) +438,186,191,Louisville KY-IN CSA (KY Part) +438,187,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +438,188,172,Miami FL MSA +438,189,153,Remainder of Alabama +438,190,172,Miami FL MSA +438,191,172,Miami FL MSA +438,192,176,Atlanta GA-AL CSA (GA Part) +438,193,195,New Orleans LA CSA +438,194,172,Miami FL MSA +438,195,172,Miami FL MSA +438,196,172,Miami FL MSA +438,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +438,198,266,Washington DC-MD-VA-WV CSA (VA Part) +438,199,266,Washington DC-MD-VA-WV CSA (VA Part) +438,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +438,201,223,New York NY-NJ-CT-PA CSA (NY Part) +438,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +438,203,266,Washington DC-MD-VA-WV CSA (VA Part) +438,204,266,Washington DC-MD-VA-WV CSA (VA Part) +438,205,223,New York NY-NJ-CT-PA CSA (NY Part) +438,206,176,Atlanta GA-AL CSA (GA Part) +438,207,231,Cincinnati OH-KY-IN CSA (OH Part) +438,208,245,Charleston SC MSA +438,209,153,Remainder of Alabama +438,210,226,Charlotte NC-SC CSA (NC Part) +438,211,153,Remainder of Alabama +438,212,203,Detroit MI CSA +438,213,249,Memphis TN-MS-AR MSA (TN Part) +438,214,176,Atlanta GA-AL CSA (GA Part) +438,215,172,Miami FL MSA +438,216,266,Washington DC-MD-VA-WV CSA (VA Part) +438,217,223,New York NY-NJ-CT-PA CSA (NY Part) +438,218,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +438,219,266,Washington DC-MD-VA-WV CSA (VA Part) +438,220,176,Atlanta GA-AL CSA (GA Part) +438,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +438,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +438,223,223,New York NY-NJ-CT-PA CSA (NY Part) +438,224,223,New York NY-NJ-CT-PA CSA (NY Part) +438,225,223,New York NY-NJ-CT-PA CSA (NY Part) +438,226,245,Charleston SC MSA +438,227,173,Orlando FL CSA +438,228,266,Washington DC-MD-VA-WV CSA (VA Part) +438,229,266,Washington DC-MD-VA-WV CSA (VA Part) +438,230,172,Miami FL MSA +438,231,266,Washington DC-MD-VA-WV CSA (VA Part) +438,232,266,Washington DC-MD-VA-WV CSA (VA Part) +438,233,176,Atlanta GA-AL CSA (GA Part) +438,234,266,Washington DC-MD-VA-WV CSA (VA Part) +438,235,192,Remainder of Kentucky +438,236,172,Miami FL MSA +438,237,191,Louisville KY-IN CSA (KY Part) +438,238,176,Atlanta GA-AL CSA (GA Part) +438,239,186,Indianapolis IN CSA +438,240,191,Louisville KY-IN CSA (KY Part) +438,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +438,242,266,Washington DC-MD-VA-WV CSA (VA Part) +438,243,223,New York NY-NJ-CT-PA CSA (NY Part) +438,244,223,New York NY-NJ-CT-PA CSA (NY Part) +438,245,172,Miami FL MSA +438,246,172,Miami FL MSA +438,247,172,Miami FL MSA +438,248,266,Washington DC-MD-VA-WV CSA (VA Part) +438,249,172,Miami FL MSA +438,250,173,Orlando FL CSA +438,251,176,Atlanta GA-AL CSA (GA Part) +438,252,172,Miami FL MSA +438,253,172,Miami FL MSA +438,254,172,Miami FL MSA +438,255,172,Miami FL MSA +438,256,257,Houston TX CSA +438,257,172,Miami FL MSA +438,258,195,New Orleans LA CSA +438,259,257,Houston TX CSA +438,260,172,Miami FL MSA +438,261,231,Cincinnati OH-KY-IN CSA (OH Part) +438,262,195,New Orleans LA CSA +438,263,223,New York NY-NJ-CT-PA CSA (NY Part) +438,264,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +438,265,172,Miami FL MSA +438,266,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +438,267,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +438,268,266,Washington DC-MD-VA-WV CSA (VA Part) +438,269,12,Chicago IL-IN-WI CSA (IL Part) +438,270,172,Miami FL MSA +438,271,12,Chicago IL-IN-WI CSA (IL Part) +438,272,217,New York NY-NJ-CT-PA CSA (NJ Part) +438,273,172,Miami FL MSA +439,152,172,Miami FL MSA +439,153,172,Miami FL MSA +439,154,266,Washington DC-MD-VA-WV CSA (VA Part) +439,155,195,New Orleans LA CSA +439,156,255,Dallas-Fort Worth TX CSA +439,157,176,Atlanta GA-AL CSA (GA Part) +439,158,172,Miami FL MSA +439,159,245,Charleston SC MSA +439,160,172,Miami FL MSA +439,161,195,New Orleans LA CSA +439,162,195,New Orleans LA CSA +439,163,172,Miami FL MSA +439,164,172,Miami FL MSA +439,165,172,Miami FL MSA +439,166,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +439,167,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +439,168,223,New York NY-NJ-CT-PA CSA (NY Part) +439,169,223,New York NY-NJ-CT-PA CSA (NY Part) +439,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +439,171,172,Miami FL MSA +439,172,172,Miami FL MSA +439,173,172,Miami FL MSA +439,174,176,Atlanta GA-AL CSA (GA Part) +439,175,176,Atlanta GA-AL CSA (GA Part) +439,176,176,Atlanta GA-AL CSA (GA Part) +439,177,172,Miami FL MSA +439,178,172,Miami FL MSA +439,179,159,Los Angeles CA CSA +439,180,159,Los Angeles CA CSA +439,181,249,Memphis TN-MS-AR MSA (TN Part) +439,183,172,Miami FL MSA +439,184,172,Miami FL MSA +439,185,12,Chicago IL-IN-WI CSA (IL Part) +439,186,172,Miami FL MSA +439,187,186,Indianapolis IN CSA +439,188,172,Miami FL MSA +439,189,172,Miami FL MSA +439,190,172,Miami FL MSA +439,191,172,Miami FL MSA +439,192,169,Delaware +439,193,172,Miami FL MSA +439,194,172,Miami FL MSA +439,195,172,Miami FL MSA +439,196,173,Orlando FL CSA +439,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +439,198,266,Washington DC-MD-VA-WV CSA (VA Part) +439,199,266,Washington DC-MD-VA-WV CSA (VA Part) +439,200,223,New York NY-NJ-CT-PA CSA (NY Part) +439,201,223,New York NY-NJ-CT-PA CSA (NY Part) +439,202,223,New York NY-NJ-CT-PA CSA (NY Part) +439,203,203,Detroit MI CSA +439,204,176,Atlanta GA-AL CSA (GA Part) +439,205,226,Charlotte NC-SC CSA (NC Part) +439,206,12,Chicago IL-IN-WI CSA (IL Part) +439,207,217,New York NY-NJ-CT-PA CSA (NJ Part) +439,208,176,Atlanta GA-AL CSA (GA Part) +439,209,176,Atlanta GA-AL CSA (GA Part) +439,210,266,Washington DC-MD-VA-WV CSA (VA Part) +439,211,249,Memphis TN-MS-AR MSA (TN Part) +439,212,172,Miami FL MSA +439,213,172,Miami FL MSA +439,214,172,Miami FL MSA +439,215,176,Atlanta GA-AL CSA (GA Part) +439,216,223,New York NY-NJ-CT-PA CSA (NY Part) +439,217,223,New York NY-NJ-CT-PA CSA (NY Part) +439,218,223,New York NY-NJ-CT-PA CSA (NY Part) +439,219,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +439,220,257,Houston TX CSA +439,221,223,New York NY-NJ-CT-PA CSA (NY Part) +439,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +439,223,223,New York NY-NJ-CT-PA CSA (NY Part) +439,224,217,New York NY-NJ-CT-PA CSA (NJ Part) +439,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +439,226,172,Miami FL MSA +439,227,172,Miami FL MSA +439,228,176,Atlanta GA-AL CSA (GA Part) +439,229,172,Miami FL MSA +439,230,12,Chicago IL-IN-WI CSA (IL Part) +439,231,176,Atlanta GA-AL CSA (GA Part) +439,232,217,New York NY-NJ-CT-PA CSA (NJ Part) +439,233,172,Miami FL MSA +439,234,266,Washington DC-MD-VA-WV CSA (VA Part) +439,235,223,New York NY-NJ-CT-PA CSA (NY Part) +439,236,249,Memphis TN-MS-AR MSA (TN Part) +439,237,173,Orlando FL CSA +439,238,176,Atlanta GA-AL CSA (GA Part) +439,239,249,Memphis TN-MS-AR MSA (TN Part) +439,240,173,Orlando FL CSA +439,241,223,New York NY-NJ-CT-PA CSA (NY Part) +439,242,223,New York NY-NJ-CT-PA CSA (NY Part) +439,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +439,244,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +439,245,172,Miami FL MSA +439,246,172,Miami FL MSA +439,247,172,Miami FL MSA +439,248,245,Charleston SC MSA +439,249,173,Orlando FL CSA +439,250,172,Miami FL MSA +439,251,176,Atlanta GA-AL CSA (GA Part) +439,252,176,Atlanta GA-AL CSA (GA Part) +439,253,172,Miami FL MSA +439,254,172,Miami FL MSA +439,255,249,Memphis TN-MS-AR MSA (TN Part) +439,256,249,Memphis TN-MS-AR MSA (TN Part) +439,257,172,Miami FL MSA +439,258,172,Miami FL MSA +439,259,195,New Orleans LA CSA +439,260,172,Miami FL MSA +439,261,172,Miami FL MSA +439,262,172,Miami FL MSA +439,263,223,New York NY-NJ-CT-PA CSA (NY Part) +439,264,266,Washington DC-MD-VA-WV CSA (VA Part) +439,265,172,Miami FL MSA +439,266,266,Washington DC-MD-VA-WV CSA (VA Part) +439,267,226,Charlotte NC-SC CSA (NC Part) +439,268,172,Miami FL MSA +439,269,12,Chicago IL-IN-WI CSA (IL Part) +439,270,245,Charleston SC MSA +439,271,217,New York NY-NJ-CT-PA CSA (NJ Part) +439,272,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +439,273,172,Miami FL MSA +440,152,172,Miami FL MSA +440,153,172,Miami FL MSA +440,154,217,New York NY-NJ-CT-PA CSA (NJ Part) +440,155,257,Houston TX CSA +440,156,176,Atlanta GA-AL CSA (GA Part) +440,157,172,Miami FL MSA +440,158,172,Miami FL MSA +440,159,255,Dallas-Fort Worth TX CSA +440,160,257,Houston TX CSA +440,161,159,Los Angeles CA CSA +440,162,249,Memphis TN-MS-AR MSA (TN Part) +440,163,195,New Orleans LA CSA +440,164,249,Memphis TN-MS-AR MSA (TN Part) +440,165,164,Denver CO CSA +440,166,223,New York NY-NJ-CT-PA CSA (NY Part) +440,167,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +440,168,223,New York NY-NJ-CT-PA CSA (NY Part) +440,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +440,170,226,Charlotte NC-SC CSA (NC Part) +440,171,172,Miami FL MSA +440,172,176,Atlanta GA-AL CSA (GA Part) +440,173,172,Miami FL MSA +440,174,172,Miami FL MSA +440,175,172,Miami FL MSA +440,176,172,Miami FL MSA +440,177,172,Miami FL MSA +440,178,172,Miami FL MSA +440,179,257,Houston TX CSA +440,180,176,Atlanta GA-AL CSA (GA Part) +440,181,12,Chicago IL-IN-WI CSA (IL Part) +440,183,172,Miami FL MSA +440,184,176,Atlanta GA-AL CSA (GA Part) +440,185,191,Louisville KY-IN CSA (KY Part) +440,186,176,Atlanta GA-AL CSA (GA Part) +440,187,245,Charleston SC MSA +440,188,191,Louisville KY-IN CSA (KY Part) +440,189,249,Memphis TN-MS-AR MSA (TN Part) +440,190,172,Miami FL MSA +440,191,172,Miami FL MSA +440,192,266,Washington DC-MD-VA-WV CSA (VA Part) +440,193,172,Miami FL MSA +440,194,172,Miami FL MSA +440,195,172,Miami FL MSA +440,196,172,Miami FL MSA +440,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +440,198,266,Washington DC-MD-VA-WV CSA (VA Part) +440,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +440,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +440,201,223,New York NY-NJ-CT-PA CSA (NY Part) +440,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +440,203,266,Washington DC-MD-VA-WV CSA (VA Part) +440,204,203,Detroit MI CSA +440,205,217,New York NY-NJ-CT-PA CSA (NJ Part) +440,206,249,Memphis TN-MS-AR MSA (TN Part) +440,207,203,Detroit MI CSA +440,208,172,Miami FL MSA +440,209,245,Charleston SC MSA +440,210,249,Memphis TN-MS-AR MSA (TN Part) +440,211,172,Miami FL MSA +440,212,203,Detroit MI CSA +440,213,249,Memphis TN-MS-AR MSA (TN Part) +440,214,255,Dallas-Fort Worth TX CSA +440,215,249,Memphis TN-MS-AR MSA (TN Part) +440,216,223,New York NY-NJ-CT-PA CSA (NY Part) +440,217,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +440,218,223,New York NY-NJ-CT-PA CSA (NY Part) +440,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +440,220,249,Memphis TN-MS-AR MSA (TN Part) +440,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +440,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +440,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +440,224,223,New York NY-NJ-CT-PA CSA (NY Part) +440,225,223,New York NY-NJ-CT-PA CSA (NY Part) +440,226,172,Miami FL MSA +440,227,172,Miami FL MSA +440,228,245,Charleston SC MSA +440,229,172,Miami FL MSA +440,230,12,Chicago IL-IN-WI CSA (IL Part) +440,231,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +440,232,217,New York NY-NJ-CT-PA CSA (NJ Part) +440,233,266,Washington DC-MD-VA-WV CSA (VA Part) +440,234,266,Washington DC-MD-VA-WV CSA (VA Part) +440,235,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +440,236,249,Memphis TN-MS-AR MSA (TN Part) +440,237,172,Miami FL MSA +440,238,172,Miami FL MSA +440,239,172,Miami FL MSA +440,240,176,Atlanta GA-AL CSA (GA Part) +440,241,223,New York NY-NJ-CT-PA CSA (NY Part) +440,242,217,New York NY-NJ-CT-PA CSA (NJ Part) +440,243,223,New York NY-NJ-CT-PA CSA (NY Part) +440,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +440,245,176,Atlanta GA-AL CSA (GA Part) +440,246,172,Miami FL MSA +440,247,173,Orlando FL CSA +440,248,172,Miami FL MSA +440,249,176,Atlanta GA-AL CSA (GA Part) +440,250,172,Miami FL MSA +440,251,172,Miami FL MSA +440,252,173,Orlando FL CSA +440,253,172,Miami FL MSA +440,254,172,Miami FL MSA +440,255,257,Houston TX CSA +440,256,172,Miami FL MSA +440,257,172,Miami FL MSA +440,258,172,Miami FL MSA +440,259,172,Miami FL MSA +440,260,172,Miami FL MSA +440,261,249,Memphis TN-MS-AR MSA (TN Part) +440,262,176,Atlanta GA-AL CSA (GA Part) +440,263,223,New York NY-NJ-CT-PA CSA (NY Part) +440,264,172,Miami FL MSA +440,265,172,Miami FL MSA +440,266,266,Washington DC-MD-VA-WV CSA (VA Part) +440,267,172,Miami FL MSA +440,268,249,Memphis TN-MS-AR MSA (TN Part) +440,269,266,Washington DC-MD-VA-WV CSA (VA Part) +440,270,266,Washington DC-MD-VA-WV CSA (VA Part) +440,271,191,Louisville KY-IN CSA (KY Part) +440,272,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +440,273,249,Memphis TN-MS-AR MSA (TN Part) +441,152,257,Houston TX CSA +441,153,162,San Francisco CA CSA +441,154,159,Los Angeles CA CSA +441,155,162,San Francisco CA CSA +441,156,164,Denver CO CSA +441,157,159,Los Angeles CA CSA +441,158,162,San Francisco CA CSA +441,159,179,Honolulu HI MSA +441,160,159,Los Angeles CA CSA +441,161,255,Dallas-Fort Worth TX CSA +441,162,159,Los Angeles CA CSA +441,163,162,San Francisco CA CSA +441,164,159,Los Angeles CA CSA +441,165,255,Dallas-Fort Worth TX CSA +441,166,159,Los Angeles CA CSA +441,167,223,New York NY-NJ-CT-PA CSA (NY Part) +441,168,255,Dallas-Fort Worth TX CSA +441,169,12,Chicago IL-IN-WI CSA (IL Part) +441,170,12,Chicago IL-IN-WI CSA (IL Part) +441,171,153,Remainder of Alabama +441,172,249,Memphis TN-MS-AR MSA (TN Part) +441,173,153,Remainder of Alabama +441,174,176,Atlanta GA-AL CSA (GA Part) +441,175,172,Miami FL MSA +441,176,255,Dallas-Fort Worth TX CSA +441,177,176,Atlanta GA-AL CSA (GA Part) +441,178,249,Memphis TN-MS-AR MSA (TN Part) +441,179,154,Alaska +441,180,159,Los Angeles CA CSA +441,181,159,Los Angeles CA CSA +441,183,249,Memphis TN-MS-AR MSA (TN Part) +441,184,249,Memphis TN-MS-AR MSA (TN Part) +441,185,191,Louisville KY-IN CSA (KY Part) +441,186,255,Dallas-Fort Worth TX CSA +441,187,12,Chicago IL-IN-WI CSA (IL Part) +441,188,159,Los Angeles CA CSA +441,189,159,Los Angeles CA CSA +441,190,159,Los Angeles CA CSA +441,191,176,Atlanta GA-AL CSA (GA Part) +441,192,191,Louisville KY-IN CSA (KY Part) +441,193,159,Los Angeles CA CSA +441,194,255,Dallas-Fort Worth TX CSA +441,195,195,New Orleans LA CSA +441,196,162,San Francisco CA CSA +441,197,249,Memphis TN-MS-AR MSA (TN Part) +441,198,257,Houston TX CSA +441,199,176,Atlanta GA-AL CSA (GA Part) +441,200,191,Louisville KY-IN CSA (KY Part) +441,201,162,San Francisco CA CSA +441,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +441,203,191,Louisville KY-IN CSA (KY Part) +441,204,162,San Francisco CA CSA +441,205,179,Honolulu HI MSA +441,206,159,Los Angeles CA CSA +441,207,257,Houston TX CSA +441,208,179,Honolulu HI MSA +441,209,159,Los Angeles CA CSA +441,210,159,Los Angeles CA CSA +441,211,159,Los Angeles CA CSA +441,212,268,Seattle WA CSA +441,213,162,San Francisco CA CSA +441,214,159,Los Angeles CA CSA +441,215,159,Los Angeles CA CSA +441,216,223,New York NY-NJ-CT-PA CSA (NY Part) +441,217,249,Memphis TN-MS-AR MSA (TN Part) +441,218,245,Charleston SC MSA +441,219,249,Memphis TN-MS-AR MSA (TN Part) +441,220,179,Honolulu HI MSA +441,221,223,New York NY-NJ-CT-PA CSA (NY Part) +441,222,162,San Francisco CA CSA +441,223,232,Cleveland OH CSA +441,224,255,Dallas-Fort Worth TX CSA +441,225,192,Remainder of Kentucky +441,226,192,Remainder of Kentucky +441,227,195,New Orleans LA CSA +441,228,191,Louisville KY-IN CSA (KY Part) +441,229,176,Atlanta GA-AL CSA (GA Part) +441,230,159,Los Angeles CA CSA +441,231,249,Memphis TN-MS-AR MSA (TN Part) +441,232,195,New Orleans LA CSA +441,233,159,Los Angeles CA CSA +441,234,249,Memphis TN-MS-AR MSA (TN Part) +441,235,191,Louisville KY-IN CSA (KY Part) +441,236,162,San Francisco CA CSA +441,237,249,Memphis TN-MS-AR MSA (TN Part) +441,238,159,Los Angeles CA CSA +441,239,159,Los Angeles CA CSA +441,240,159,Los Angeles CA CSA +441,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +441,242,191,Louisville KY-IN CSA (KY Part) +441,243,249,Memphis TN-MS-AR MSA (TN Part) +441,244,192,Remainder of Kentucky +441,245,12,Chicago IL-IN-WI CSA (IL Part) +441,246,186,Indianapolis IN CSA +441,247,159,Los Angeles CA CSA +441,248,159,Los Angeles CA CSA +441,249,255,Dallas-Fort Worth TX CSA +441,250,257,Houston TX CSA +441,251,249,Memphis TN-MS-AR MSA (TN Part) +441,252,159,Los Angeles CA CSA +441,253,164,Denver CO CSA +441,254,162,San Francisco CA CSA +441,255,255,Dallas-Fort Worth TX CSA +441,256,257,Houston TX CSA +441,257,162,San Francisco CA CSA +441,258,257,Houston TX CSA +441,259,255,Dallas-Fort Worth TX CSA +441,260,255,Dallas-Fort Worth TX CSA +441,261,159,Los Angeles CA CSA +441,262,159,Los Angeles CA CSA +441,263,203,Detroit MI CSA +441,264,176,Atlanta GA-AL CSA (GA Part) +441,265,12,Chicago IL-IN-WI CSA (IL Part) +441,266,232,Cleveland OH CSA +441,267,159,Los Angeles CA CSA +441,268,154,Alaska +441,269,159,Los Angeles CA CSA +441,270,159,Los Angeles CA CSA +441,271,255,Dallas-Fort Worth TX CSA +441,272,12,Chicago IL-IN-WI CSA (IL Part) +441,273,159,Los Angeles CA CSA +442,152,232,Cleveland OH CSA +442,153,217,New York NY-NJ-CT-PA CSA (NJ Part) +442,154,154,Alaska +442,155,266,Washington DC-MD-VA-WV CSA (VA Part) +442,156,12,Chicago IL-IN-WI CSA (IL Part) +442,157,12,Chicago IL-IN-WI CSA (IL Part) +442,158,217,New York NY-NJ-CT-PA CSA (NJ Part) +442,159,217,New York NY-NJ-CT-PA CSA (NJ Part) +442,160,223,New York NY-NJ-CT-PA CSA (NY Part) +442,161,223,New York NY-NJ-CT-PA CSA (NY Part) +442,162,12,Chicago IL-IN-WI CSA (IL Part) +442,163,203,Detroit MI CSA +442,164,12,Chicago IL-IN-WI CSA (IL Part) +442,165,232,Cleveland OH CSA +442,166,223,New York NY-NJ-CT-PA CSA (NY Part) +442,167,201,Boston MA-NH CSA (MA Part) +442,168,223,New York NY-NJ-CT-PA CSA (NY Part) +442,169,223,New York NY-NJ-CT-PA CSA (NY Part) +442,170,223,New York NY-NJ-CT-PA CSA (NY Part) +442,171,217,New York NY-NJ-CT-PA CSA (NJ Part) +442,172,172,Miami FL MSA +442,173,223,New York NY-NJ-CT-PA CSA (NY Part) +442,174,223,New York NY-NJ-CT-PA CSA (NY Part) +442,175,266,Washington DC-MD-VA-WV CSA (VA Part) +442,176,226,Charlotte NC-SC CSA (NC Part) +442,177,223,New York NY-NJ-CT-PA CSA (NY Part) +442,178,176,Atlanta GA-AL CSA (GA Part) +442,179,179,Honolulu HI MSA +442,180,154,Alaska +442,181,266,Washington DC-MD-VA-WV CSA (VA Part) +442,183,223,New York NY-NJ-CT-PA CSA (NY Part) +442,184,223,New York NY-NJ-CT-PA CSA (NY Part) +442,185,12,Chicago IL-IN-WI CSA (IL Part) +442,186,223,New York NY-NJ-CT-PA CSA (NY Part) +442,187,12,Chicago IL-IN-WI CSA (IL Part) +442,188,12,Chicago IL-IN-WI CSA (IL Part) +442,189,12,Chicago IL-IN-WI CSA (IL Part) +442,190,12,Chicago IL-IN-WI CSA (IL Part) +442,191,217,New York NY-NJ-CT-PA CSA (NJ Part) +442,192,191,Louisville KY-IN CSA (KY Part) +442,193,153,Remainder of Alabama +442,194,223,New York NY-NJ-CT-PA CSA (NY Part) +442,195,223,New York NY-NJ-CT-PA CSA (NY Part) +442,196,223,New York NY-NJ-CT-PA CSA (NY Part) +442,197,266,Washington DC-MD-VA-WV CSA (VA Part) +442,198,223,New York NY-NJ-CT-PA CSA (NY Part) +442,199,223,New York NY-NJ-CT-PA CSA (NY Part) +442,200,223,New York NY-NJ-CT-PA CSA (NY Part) +442,201,223,New York NY-NJ-CT-PA CSA (NY Part) +442,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +442,203,201,Boston MA-NH CSA (MA Part) +442,204,12,Chicago IL-IN-WI CSA (IL Part) +442,205,201,Boston MA-NH CSA (MA Part) +442,206,12,Chicago IL-IN-WI CSA (IL Part) +442,207,12,Chicago IL-IN-WI CSA (IL Part) +442,208,201,Boston MA-NH CSA (MA Part) +442,209,12,Chicago IL-IN-WI CSA (IL Part) +442,210,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +442,211,12,Chicago IL-IN-WI CSA (IL Part) +442,212,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +442,213,217,New York NY-NJ-CT-PA CSA (NJ Part) +442,214,217,New York NY-NJ-CT-PA CSA (NJ Part) +442,215,223,New York NY-NJ-CT-PA CSA (NY Part) +442,216,223,New York NY-NJ-CT-PA CSA (NY Part) +442,217,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +442,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +442,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +442,220,191,Louisville KY-IN CSA (KY Part) +442,221,223,New York NY-NJ-CT-PA CSA (NY Part) +442,222,266,Washington DC-MD-VA-WV CSA (VA Part) +442,223,223,New York NY-NJ-CT-PA CSA (NY Part) +442,224,223,New York NY-NJ-CT-PA CSA (NY Part) +442,225,223,New York NY-NJ-CT-PA CSA (NY Part) +442,226,223,New York NY-NJ-CT-PA CSA (NY Part) +442,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +442,228,245,Charleston SC MSA +442,229,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +442,230,12,Chicago IL-IN-WI CSA (IL Part) +442,231,223,New York NY-NJ-CT-PA CSA (NY Part) +442,232,217,New York NY-NJ-CT-PA CSA (NJ Part) +442,233,223,New York NY-NJ-CT-PA CSA (NY Part) +442,234,12,Chicago IL-IN-WI CSA (IL Part) +442,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +442,236,12,Chicago IL-IN-WI CSA (IL Part) +442,237,231,Cincinnati OH-KY-IN CSA (OH Part) +442,238,192,Remainder of Kentucky +442,239,223,New York NY-NJ-CT-PA CSA (NY Part) +442,240,268,Seattle WA CSA +442,241,223,New York NY-NJ-CT-PA CSA (NY Part) +442,242,266,Washington DC-MD-VA-WV CSA (VA Part) +442,243,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +442,244,223,New York NY-NJ-CT-PA CSA (NY Part) +442,245,217,New York NY-NJ-CT-PA CSA (NJ Part) +442,246,266,Washington DC-MD-VA-WV CSA (VA Part) +442,247,223,New York NY-NJ-CT-PA CSA (NY Part) +442,248,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +442,249,169,Delaware +442,250,169,Delaware +442,251,201,Boston MA-NH CSA (MA Part) +442,252,257,Houston TX CSA +442,253,266,Washington DC-MD-VA-WV CSA (VA Part) +442,254,266,Washington DC-MD-VA-WV CSA (VA Part) +442,255,223,New York NY-NJ-CT-PA CSA (NY Part) +442,256,249,Memphis TN-MS-AR MSA (TN Part) +442,257,223,New York NY-NJ-CT-PA CSA (NY Part) +442,258,223,New York NY-NJ-CT-PA CSA (NY Part) +442,259,223,New York NY-NJ-CT-PA CSA (NY Part) +442,260,255,Dallas-Fort Worth TX CSA +442,261,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +442,262,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +442,263,223,New York NY-NJ-CT-PA CSA (NY Part) +442,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +442,265,223,New York NY-NJ-CT-PA CSA (NY Part) +442,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +442,267,266,Washington DC-MD-VA-WV CSA (VA Part) +442,268,223,New York NY-NJ-CT-PA CSA (NY Part) +442,269,217,New York NY-NJ-CT-PA CSA (NJ Part) +442,270,223,New York NY-NJ-CT-PA CSA (NY Part) +442,271,169,Delaware +442,272,223,New York NY-NJ-CT-PA CSA (NY Part) +442,273,223,New York NY-NJ-CT-PA CSA (NY Part) +443,152,266,Washington DC-MD-VA-WV CSA (VA Part) +443,153,223,New York NY-NJ-CT-PA CSA (NY Part) +443,154,154,Alaska +443,155,172,Miami FL MSA +443,156,232,Cleveland OH CSA +443,157,249,Memphis TN-MS-AR MSA (TN Part) +443,158,12,Chicago IL-IN-WI CSA (IL Part) +443,159,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +443,160,172,Miami FL MSA +443,161,195,New Orleans LA CSA +443,162,12,Chicago IL-IN-WI CSA (IL Part) +443,163,12,Chicago IL-IN-WI CSA (IL Part) +443,164,249,Memphis TN-MS-AR MSA (TN Part) +443,165,12,Chicago IL-IN-WI CSA (IL Part) +443,166,223,New York NY-NJ-CT-PA CSA (NY Part) +443,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +443,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +443,169,223,New York NY-NJ-CT-PA CSA (NY Part) +443,170,223,New York NY-NJ-CT-PA CSA (NY Part) +443,171,176,Atlanta GA-AL CSA (GA Part) +443,172,176,Atlanta GA-AL CSA (GA Part) +443,173,176,Atlanta GA-AL CSA (GA Part) +443,174,172,Miami FL MSA +443,175,245,Charleston SC MSA +443,176,217,New York NY-NJ-CT-PA CSA (NJ Part) +443,177,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +443,178,192,Remainder of Kentucky +443,179,159,Los Angeles CA CSA +443,180,249,Memphis TN-MS-AR MSA (TN Part) +443,181,217,New York NY-NJ-CT-PA CSA (NJ Part) +443,183,12,Chicago IL-IN-WI CSA (IL Part) +443,184,232,Cleveland OH CSA +443,185,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +443,186,223,New York NY-NJ-CT-PA CSA (NY Part) +443,187,203,Detroit MI CSA +443,188,223,New York NY-NJ-CT-PA CSA (NY Part) +443,189,12,Chicago IL-IN-WI CSA (IL Part) +443,190,12,Chicago IL-IN-WI CSA (IL Part) +443,191,201,Boston MA-NH CSA (MA Part) +443,192,217,New York NY-NJ-CT-PA CSA (NJ Part) +443,193,223,New York NY-NJ-CT-PA CSA (NY Part) +443,194,266,Washington DC-MD-VA-WV CSA (VA Part) +443,195,176,Atlanta GA-AL CSA (GA Part) +443,196,172,Miami FL MSA +443,197,223,New York NY-NJ-CT-PA CSA (NY Part) +443,198,266,Washington DC-MD-VA-WV CSA (VA Part) +443,199,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +443,200,223,New York NY-NJ-CT-PA CSA (NY Part) +443,201,223,New York NY-NJ-CT-PA CSA (NY Part) +443,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +443,203,217,New York NY-NJ-CT-PA CSA (NJ Part) +443,204,266,Washington DC-MD-VA-WV CSA (VA Part) +443,205,169,Delaware +443,206,201,Boston MA-NH CSA (MA Part) +443,207,223,New York NY-NJ-CT-PA CSA (NY Part) +443,208,217,New York NY-NJ-CT-PA CSA (NJ Part) +443,209,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +443,210,223,New York NY-NJ-CT-PA CSA (NY Part) +443,211,217,New York NY-NJ-CT-PA CSA (NJ Part) +443,212,223,New York NY-NJ-CT-PA CSA (NY Part) +443,213,201,Boston MA-NH CSA (MA Part) +443,214,231,Cincinnati OH-KY-IN CSA (OH Part) +443,215,223,New York NY-NJ-CT-PA CSA (NY Part) +443,216,223,New York NY-NJ-CT-PA CSA (NY Part) +443,217,201,Boston MA-NH CSA (MA Part) +443,218,266,Washington DC-MD-VA-WV CSA (VA Part) +443,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +443,220,266,Washington DC-MD-VA-WV CSA (VA Part) +443,221,266,Washington DC-MD-VA-WV CSA (VA Part) +443,222,266,Washington DC-MD-VA-WV CSA (VA Part) +443,223,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +443,224,266,Washington DC-MD-VA-WV CSA (VA Part) +443,225,223,New York NY-NJ-CT-PA CSA (NY Part) +443,226,173,Orlando FL CSA +443,227,201,Boston MA-NH CSA (MA Part) +443,228,223,New York NY-NJ-CT-PA CSA (NY Part) +443,229,266,Washington DC-MD-VA-WV CSA (VA Part) +443,230,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +443,231,12,Chicago IL-IN-WI CSA (IL Part) +443,232,217,New York NY-NJ-CT-PA CSA (NJ Part) +443,233,217,New York NY-NJ-CT-PA CSA (NJ Part) +443,234,176,Atlanta GA-AL CSA (GA Part) +443,235,223,New York NY-NJ-CT-PA CSA (NY Part) +443,236,249,Memphis TN-MS-AR MSA (TN Part) +443,237,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +443,238,249,Memphis TN-MS-AR MSA (TN Part) +443,239,12,Chicago IL-IN-WI CSA (IL Part) +443,240,12,Chicago IL-IN-WI CSA (IL Part) +443,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +443,242,223,New York NY-NJ-CT-PA CSA (NY Part) +443,243,223,New York NY-NJ-CT-PA CSA (NY Part) +443,244,223,New York NY-NJ-CT-PA CSA (NY Part) +443,245,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +443,246,217,New York NY-NJ-CT-PA CSA (NJ Part) +443,247,232,Cleveland OH CSA +443,248,191,Louisville KY-IN CSA (KY Part) +443,249,172,Miami FL MSA +443,250,223,New York NY-NJ-CT-PA CSA (NY Part) +443,251,245,Charleston SC MSA +443,252,249,Memphis TN-MS-AR MSA (TN Part) +443,253,223,New York NY-NJ-CT-PA CSA (NY Part) +443,254,195,New Orleans LA CSA +443,255,217,New York NY-NJ-CT-PA CSA (NJ Part) +443,256,217,New York NY-NJ-CT-PA CSA (NJ Part) +443,257,186,Indianapolis IN CSA +443,258,249,Memphis TN-MS-AR MSA (TN Part) +443,259,201,Boston MA-NH CSA (MA Part) +443,260,172,Miami FL MSA +443,261,192,Remainder of Kentucky +443,262,12,Chicago IL-IN-WI CSA (IL Part) +443,263,223,New York NY-NJ-CT-PA CSA (NY Part) +443,264,223,New York NY-NJ-CT-PA CSA (NY Part) +443,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +443,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +443,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +443,268,266,Washington DC-MD-VA-WV CSA (VA Part) +443,269,12,Chicago IL-IN-WI CSA (IL Part) +443,270,245,Charleston SC MSA +443,271,223,New York NY-NJ-CT-PA CSA (NY Part) +443,272,223,New York NY-NJ-CT-PA CSA (NY Part) +443,273,12,Chicago IL-IN-WI CSA (IL Part) +444,152,172,Miami FL MSA +444,153,176,Atlanta GA-AL CSA (GA Part) +444,154,12,Chicago IL-IN-WI CSA (IL Part) +444,155,223,New York NY-NJ-CT-PA CSA (NY Part) +444,156,217,New York NY-NJ-CT-PA CSA (NJ Part) +444,157,223,New York NY-NJ-CT-PA CSA (NY Part) +444,158,186,Indianapolis IN CSA +444,159,159,Los Angeles CA CSA +444,160,203,Detroit MI CSA +444,161,12,Chicago IL-IN-WI CSA (IL Part) +444,162,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +444,163,154,Alaska +444,164,217,New York NY-NJ-CT-PA CSA (NJ Part) +444,165,203,Detroit MI CSA +444,166,223,New York NY-NJ-CT-PA CSA (NY Part) +444,167,203,Detroit MI CSA +444,168,223,New York NY-NJ-CT-PA CSA (NY Part) +444,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +444,170,169,Delaware +444,171,203,Detroit MI CSA +444,172,172,Miami FL MSA +444,173,172,Miami FL MSA +444,174,266,Washington DC-MD-VA-WV CSA (VA Part) +444,175,203,Detroit MI CSA +444,176,176,Atlanta GA-AL CSA (GA Part) +444,177,223,New York NY-NJ-CT-PA CSA (NY Part) +444,178,223,New York NY-NJ-CT-PA CSA (NY Part) +444,179,162,San Francisco CA CSA +444,180,154,Alaska +444,181,217,New York NY-NJ-CT-PA CSA (NJ Part) +444,183,201,Boston MA-NH CSA (MA Part) +444,184,203,Detroit MI CSA +444,185,223,New York NY-NJ-CT-PA CSA (NY Part) +444,186,232,Cleveland OH CSA +444,187,201,Boston MA-NH CSA (MA Part) +444,188,223,New York NY-NJ-CT-PA CSA (NY Part) +444,189,266,Washington DC-MD-VA-WV CSA (VA Part) +444,190,12,Chicago IL-IN-WI CSA (IL Part) +444,191,12,Chicago IL-IN-WI CSA (IL Part) +444,192,12,Chicago IL-IN-WI CSA (IL Part) +444,193,223,New York NY-NJ-CT-PA CSA (NY Part) +444,194,266,Washington DC-MD-VA-WV CSA (VA Part) +444,195,176,Atlanta GA-AL CSA (GA Part) +444,196,186,Indianapolis IN CSA +444,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +444,198,201,Boston MA-NH CSA (MA Part) +444,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +444,200,223,New York NY-NJ-CT-PA CSA (NY Part) +444,201,223,New York NY-NJ-CT-PA CSA (NY Part) +444,202,223,New York NY-NJ-CT-PA CSA (NY Part) +444,203,223,New York NY-NJ-CT-PA CSA (NY Part) +444,204,223,New York NY-NJ-CT-PA CSA (NY Part) +444,205,192,Remainder of Kentucky +444,206,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +444,207,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +444,208,217,New York NY-NJ-CT-PA CSA (NJ Part) +444,209,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +444,210,217,New York NY-NJ-CT-PA CSA (NJ Part) +444,211,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +444,212,12,Chicago IL-IN-WI CSA (IL Part) +444,213,176,Atlanta GA-AL CSA (GA Part) +444,214,223,New York NY-NJ-CT-PA CSA (NY Part) +444,215,217,New York NY-NJ-CT-PA CSA (NJ Part) +444,216,223,New York NY-NJ-CT-PA CSA (NY Part) +444,217,223,New York NY-NJ-CT-PA CSA (NY Part) +444,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +444,219,169,Delaware +444,220,232,Cleveland OH CSA +444,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +444,222,223,New York NY-NJ-CT-PA CSA (NY Part) +444,223,223,New York NY-NJ-CT-PA CSA (NY Part) +444,224,217,New York NY-NJ-CT-PA CSA (NJ Part) +444,225,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +444,226,217,New York NY-NJ-CT-PA CSA (NJ Part) +444,227,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +444,228,201,Boston MA-NH CSA (MA Part) +444,229,223,New York NY-NJ-CT-PA CSA (NY Part) +444,230,201,Boston MA-NH CSA (MA Part) +444,231,217,New York NY-NJ-CT-PA CSA (NJ Part) +444,232,223,New York NY-NJ-CT-PA CSA (NY Part) +444,233,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +444,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +444,235,223,New York NY-NJ-CT-PA CSA (NY Part) +444,236,249,Memphis TN-MS-AR MSA (TN Part) +444,237,223,New York NY-NJ-CT-PA CSA (NY Part) +444,238,12,Chicago IL-IN-WI CSA (IL Part) +444,239,154,Alaska +444,240,201,Boston MA-NH CSA (MA Part) +444,241,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +444,242,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +444,243,223,New York NY-NJ-CT-PA CSA (NY Part) +444,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +444,245,201,Boston MA-NH CSA (MA Part) +444,246,217,New York NY-NJ-CT-PA CSA (NJ Part) +444,247,201,Boston MA-NH CSA (MA Part) +444,248,191,Louisville KY-IN CSA (KY Part) +444,249,186,Indianapolis IN CSA +444,250,203,Detroit MI CSA +444,251,176,Atlanta GA-AL CSA (GA Part) +444,252,231,Cincinnati OH-KY-IN CSA (OH Part) +444,253,176,Atlanta GA-AL CSA (GA Part) +444,254,217,New York NY-NJ-CT-PA CSA (NJ Part) +444,255,223,New York NY-NJ-CT-PA CSA (NY Part) +444,256,223,New York NY-NJ-CT-PA CSA (NY Part) +444,257,257,Houston TX CSA +444,258,12,Chicago IL-IN-WI CSA (IL Part) +444,259,249,Memphis TN-MS-AR MSA (TN Part) +444,260,195,New Orleans LA CSA +444,261,12,Chicago IL-IN-WI CSA (IL Part) +444,262,12,Chicago IL-IN-WI CSA (IL Part) +444,263,201,Boston MA-NH CSA (MA Part) +444,264,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +444,265,266,Washington DC-MD-VA-WV CSA (VA Part) +444,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +444,267,266,Washington DC-MD-VA-WV CSA (VA Part) +444,268,154,Alaska +444,269,154,Alaska +444,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +444,271,223,New York NY-NJ-CT-PA CSA (NY Part) +444,272,12,Chicago IL-IN-WI CSA (IL Part) +444,273,12,Chicago IL-IN-WI CSA (IL Part) +445,152,172,Miami FL MSA +445,153,172,Miami FL MSA +445,154,217,New York NY-NJ-CT-PA CSA (NJ Part) +445,155,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +445,156,153,Remainder of Alabama +445,157,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +445,158,223,New York NY-NJ-CT-PA CSA (NY Part) +445,159,159,Los Angeles CA CSA +445,160,201,Boston MA-NH CSA (MA Part) +445,161,249,Memphis TN-MS-AR MSA (TN Part) +445,162,162,San Francisco CA CSA +445,163,12,Chicago IL-IN-WI CSA (IL Part) +445,164,226,Charlotte NC-SC CSA (NC Part) +445,165,223,New York NY-NJ-CT-PA CSA (NY Part) +445,166,223,New York NY-NJ-CT-PA CSA (NY Part) +445,167,223,New York NY-NJ-CT-PA CSA (NY Part) +445,168,223,New York NY-NJ-CT-PA CSA (NY Part) +445,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +445,170,223,New York NY-NJ-CT-PA CSA (NY Part) +445,171,223,New York NY-NJ-CT-PA CSA (NY Part) +445,172,223,New York NY-NJ-CT-PA CSA (NY Part) +445,173,172,Miami FL MSA +445,174,172,Miami FL MSA +445,175,172,Miami FL MSA +445,176,201,Boston MA-NH CSA (MA Part) +445,177,223,New York NY-NJ-CT-PA CSA (NY Part) +445,178,191,Louisville KY-IN CSA (KY Part) +445,179,12,Chicago IL-IN-WI CSA (IL Part) +445,180,217,New York NY-NJ-CT-PA CSA (NJ Part) +445,181,217,New York NY-NJ-CT-PA CSA (NJ Part) +445,183,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +445,184,223,New York NY-NJ-CT-PA CSA (NY Part) +445,185,12,Chicago IL-IN-WI CSA (IL Part) +445,186,266,Washington DC-MD-VA-WV CSA (VA Part) +445,187,203,Detroit MI CSA +445,188,223,New York NY-NJ-CT-PA CSA (NY Part) +445,189,203,Detroit MI CSA +445,190,266,Washington DC-MD-VA-WV CSA (VA Part) +445,191,192,Remainder of Kentucky +445,192,217,New York NY-NJ-CT-PA CSA (NJ Part) +445,193,223,New York NY-NJ-CT-PA CSA (NY Part) +445,194,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +445,195,153,Remainder of Alabama +445,196,153,Remainder of Alabama +445,197,223,New York NY-NJ-CT-PA CSA (NY Part) +445,198,223,New York NY-NJ-CT-PA CSA (NY Part) +445,199,223,New York NY-NJ-CT-PA CSA (NY Part) +445,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +445,201,223,New York NY-NJ-CT-PA CSA (NY Part) +445,202,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +445,203,223,New York NY-NJ-CT-PA CSA (NY Part) +445,204,203,Detroit MI CSA +445,205,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +445,206,266,Washington DC-MD-VA-WV CSA (VA Part) +445,207,169,Delaware +445,208,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +445,209,266,Washington DC-MD-VA-WV CSA (VA Part) +445,210,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +445,211,12,Chicago IL-IN-WI CSA (IL Part) +445,212,12,Chicago IL-IN-WI CSA (IL Part) +445,213,217,New York NY-NJ-CT-PA CSA (NJ Part) +445,214,172,Miami FL MSA +445,215,186,Indianapolis IN CSA +445,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +445,217,223,New York NY-NJ-CT-PA CSA (NY Part) +445,218,223,New York NY-NJ-CT-PA CSA (NY Part) +445,219,223,New York NY-NJ-CT-PA CSA (NY Part) +445,220,203,Detroit MI CSA +445,221,201,Boston MA-NH CSA (MA Part) +445,222,223,New York NY-NJ-CT-PA CSA (NY Part) +445,223,223,New York NY-NJ-CT-PA CSA (NY Part) +445,224,223,New York NY-NJ-CT-PA CSA (NY Part) +445,225,223,New York NY-NJ-CT-PA CSA (NY Part) +445,226,223,New York NY-NJ-CT-PA CSA (NY Part) +445,227,223,New York NY-NJ-CT-PA CSA (NY Part) +445,228,217,New York NY-NJ-CT-PA CSA (NJ Part) +445,229,223,New York NY-NJ-CT-PA CSA (NY Part) +445,230,186,Indianapolis IN CSA +445,231,232,Cleveland OH CSA +445,232,223,New York NY-NJ-CT-PA CSA (NY Part) +445,233,223,New York NY-NJ-CT-PA CSA (NY Part) +445,234,223,New York NY-NJ-CT-PA CSA (NY Part) +445,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +445,236,153,Remainder of Alabama +445,237,249,Memphis TN-MS-AR MSA (TN Part) +445,238,249,Memphis TN-MS-AR MSA (TN Part) +445,239,203,Detroit MI CSA +445,240,223,New York NY-NJ-CT-PA CSA (NY Part) +445,241,266,Washington DC-MD-VA-WV CSA (VA Part) +445,242,217,New York NY-NJ-CT-PA CSA (NJ Part) +445,243,223,New York NY-NJ-CT-PA CSA (NY Part) +445,244,223,New York NY-NJ-CT-PA CSA (NY Part) +445,245,223,New York NY-NJ-CT-PA CSA (NY Part) +445,246,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +445,247,223,New York NY-NJ-CT-PA CSA (NY Part) +445,248,266,Washington DC-MD-VA-WV CSA (VA Part) +445,249,169,Delaware +445,250,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +445,251,176,Atlanta GA-AL CSA (GA Part) +445,252,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +445,253,223,New York NY-NJ-CT-PA CSA (NY Part) +445,254,172,Miami FL MSA +445,255,169,Delaware +445,256,191,Louisville KY-IN CSA (KY Part) +445,257,195,New Orleans LA CSA +445,258,217,New York NY-NJ-CT-PA CSA (NJ Part) +445,259,176,Atlanta GA-AL CSA (GA Part) +445,260,153,Remainder of Alabama +445,261,191,Louisville KY-IN CSA (KY Part) +445,262,203,Detroit MI CSA +445,263,223,New York NY-NJ-CT-PA CSA (NY Part) +445,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +445,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +445,266,266,Washington DC-MD-VA-WV CSA (VA Part) +445,267,223,New York NY-NJ-CT-PA CSA (NY Part) +445,268,232,Cleveland OH CSA +445,269,232,Cleveland OH CSA +445,270,266,Washington DC-MD-VA-WV CSA (VA Part) +445,271,223,New York NY-NJ-CT-PA CSA (NY Part) +445,272,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +445,273,223,New York NY-NJ-CT-PA CSA (NY Part) +446,152,223,New York NY-NJ-CT-PA CSA (NY Part) +446,153,217,New York NY-NJ-CT-PA CSA (NJ Part) +446,154,154,Alaska +446,155,223,New York NY-NJ-CT-PA CSA (NY Part) +446,156,191,Louisville KY-IN CSA (KY Part) +446,157,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +446,158,217,New York NY-NJ-CT-PA CSA (NJ Part) +446,159,223,New York NY-NJ-CT-PA CSA (NY Part) +446,160,162,San Francisco CA CSA +446,161,12,Chicago IL-IN-WI CSA (IL Part) +446,162,223,New York NY-NJ-CT-PA CSA (NY Part) +446,163,223,New York NY-NJ-CT-PA CSA (NY Part) +446,164,12,Chicago IL-IN-WI CSA (IL Part) +446,165,217,New York NY-NJ-CT-PA CSA (NJ Part) +446,166,223,New York NY-NJ-CT-PA CSA (NY Part) +446,167,223,New York NY-NJ-CT-PA CSA (NY Part) +446,168,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +446,169,223,New York NY-NJ-CT-PA CSA (NY Part) +446,170,266,Washington DC-MD-VA-WV CSA (VA Part) +446,171,223,New York NY-NJ-CT-PA CSA (NY Part) +446,172,172,Miami FL MSA +446,173,217,New York NY-NJ-CT-PA CSA (NJ Part) +446,174,245,Charleston SC MSA +446,175,176,Atlanta GA-AL CSA (GA Part) +446,176,223,New York NY-NJ-CT-PA CSA (NY Part) +446,177,223,New York NY-NJ-CT-PA CSA (NY Part) +446,178,217,New York NY-NJ-CT-PA CSA (NJ Part) +446,179,154,Alaska +446,180,154,Alaska +446,181,268,Seattle WA CSA +446,183,266,Washington DC-MD-VA-WV CSA (VA Part) +446,184,203,Detroit MI CSA +446,185,217,New York NY-NJ-CT-PA CSA (NJ Part) +446,186,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +446,187,223,New York NY-NJ-CT-PA CSA (NY Part) +446,188,12,Chicago IL-IN-WI CSA (IL Part) +446,189,12,Chicago IL-IN-WI CSA (IL Part) +446,190,266,Washington DC-MD-VA-WV CSA (VA Part) +446,191,217,New York NY-NJ-CT-PA CSA (NJ Part) +446,192,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +446,193,231,Cincinnati OH-KY-IN CSA (OH Part) +446,194,223,New York NY-NJ-CT-PA CSA (NY Part) +446,195,266,Washington DC-MD-VA-WV CSA (VA Part) +446,196,223,New York NY-NJ-CT-PA CSA (NY Part) +446,197,223,New York NY-NJ-CT-PA CSA (NY Part) +446,198,223,New York NY-NJ-CT-PA CSA (NY Part) +446,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +446,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +446,201,223,New York NY-NJ-CT-PA CSA (NY Part) +446,202,223,New York NY-NJ-CT-PA CSA (NY Part) +446,203,266,Washington DC-MD-VA-WV CSA (VA Part) +446,204,217,New York NY-NJ-CT-PA CSA (NJ Part) +446,205,223,New York NY-NJ-CT-PA CSA (NY Part) +446,206,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +446,207,12,Chicago IL-IN-WI CSA (IL Part) +446,208,186,Indianapolis IN CSA +446,209,223,New York NY-NJ-CT-PA CSA (NY Part) +446,210,266,Washington DC-MD-VA-WV CSA (VA Part) +446,211,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +446,212,268,Seattle WA CSA +446,213,186,Indianapolis IN CSA +446,214,223,New York NY-NJ-CT-PA CSA (NY Part) +446,215,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +446,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +446,217,223,New York NY-NJ-CT-PA CSA (NY Part) +446,218,223,New York NY-NJ-CT-PA CSA (NY Part) +446,219,266,Washington DC-MD-VA-WV CSA (VA Part) +446,220,232,Cleveland OH CSA +446,221,223,New York NY-NJ-CT-PA CSA (NY Part) +446,222,223,New York NY-NJ-CT-PA CSA (NY Part) +446,223,223,New York NY-NJ-CT-PA CSA (NY Part) +446,224,201,Boston MA-NH CSA (MA Part) +446,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +446,226,226,Charlotte NC-SC CSA (NC Part) +446,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +446,228,223,New York NY-NJ-CT-PA CSA (NY Part) +446,229,266,Washington DC-MD-VA-WV CSA (VA Part) +446,230,217,New York NY-NJ-CT-PA CSA (NJ Part) +446,231,223,New York NY-NJ-CT-PA CSA (NY Part) +446,232,223,New York NY-NJ-CT-PA CSA (NY Part) +446,233,192,Remainder of Kentucky +446,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +446,235,203,Detroit MI CSA +446,236,217,New York NY-NJ-CT-PA CSA (NJ Part) +446,237,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +446,238,203,Detroit MI CSA +446,239,232,Cleveland OH CSA +446,240,268,Seattle WA CSA +446,241,223,New York NY-NJ-CT-PA CSA (NY Part) +446,242,266,Washington DC-MD-VA-WV CSA (VA Part) +446,243,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +446,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +446,245,223,New York NY-NJ-CT-PA CSA (NY Part) +446,246,201,Boston MA-NH CSA (MA Part) +446,247,266,Washington DC-MD-VA-WV CSA (VA Part) +446,248,223,New York NY-NJ-CT-PA CSA (NY Part) +446,249,223,New York NY-NJ-CT-PA CSA (NY Part) +446,250,192,Remainder of Kentucky +446,251,191,Louisville KY-IN CSA (KY Part) +446,252,186,Indianapolis IN CSA +446,253,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +446,254,12,Chicago IL-IN-WI CSA (IL Part) +446,255,12,Chicago IL-IN-WI CSA (IL Part) +446,256,12,Chicago IL-IN-WI CSA (IL Part) +446,257,191,Louisville KY-IN CSA (KY Part) +446,258,12,Chicago IL-IN-WI CSA (IL Part) +446,259,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +446,260,169,Delaware +446,261,191,Louisville KY-IN CSA (KY Part) +446,262,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +446,263,223,New York NY-NJ-CT-PA CSA (NY Part) +446,264,223,New York NY-NJ-CT-PA CSA (NY Part) +446,265,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +446,266,223,New York NY-NJ-CT-PA CSA (NY Part) +446,267,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +446,268,154,Alaska +446,269,154,Alaska +446,270,223,New York NY-NJ-CT-PA CSA (NY Part) +446,271,186,Indianapolis IN CSA +446,272,223,New York NY-NJ-CT-PA CSA (NY Part) +446,273,232,Cleveland OH CSA +447,152,176,Atlanta GA-AL CSA (GA Part) +447,153,217,New York NY-NJ-CT-PA CSA (NJ Part) +447,154,223,New York NY-NJ-CT-PA CSA (NY Part) +447,155,217,New York NY-NJ-CT-PA CSA (NJ Part) +447,156,12,Chicago IL-IN-WI CSA (IL Part) +447,157,223,New York NY-NJ-CT-PA CSA (NY Part) +447,158,201,Boston MA-NH CSA (MA Part) +447,159,159,Los Angeles CA CSA +447,160,12,Chicago IL-IN-WI CSA (IL Part) +447,161,268,Seattle WA CSA +447,162,12,Chicago IL-IN-WI CSA (IL Part) +447,163,201,Boston MA-NH CSA (MA Part) +447,164,245,Charleston SC MSA +447,165,191,Louisville KY-IN CSA (KY Part) +447,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +447,167,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +447,168,223,New York NY-NJ-CT-PA CSA (NY Part) +447,169,201,Boston MA-NH CSA (MA Part) +447,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +447,171,172,Miami FL MSA +447,172,172,Miami FL MSA +447,173,172,Miami FL MSA +447,174,266,Washington DC-MD-VA-WV CSA (VA Part) +447,175,217,New York NY-NJ-CT-PA CSA (NJ Part) +447,176,169,Delaware +447,177,266,Washington DC-MD-VA-WV CSA (VA Part) +447,178,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +447,179,154,Alaska +447,180,154,Alaska +447,181,223,New York NY-NJ-CT-PA CSA (NY Part) +447,183,12,Chicago IL-IN-WI CSA (IL Part) +447,184,203,Detroit MI CSA +447,185,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +447,186,266,Washington DC-MD-VA-WV CSA (VA Part) +447,187,217,New York NY-NJ-CT-PA CSA (NJ Part) +447,188,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +447,189,191,Louisville KY-IN CSA (KY Part) +447,190,217,New York NY-NJ-CT-PA CSA (NJ Part) +447,191,223,New York NY-NJ-CT-PA CSA (NY Part) +447,192,223,New York NY-NJ-CT-PA CSA (NY Part) +447,193,201,Boston MA-NH CSA (MA Part) +447,194,172,Miami FL MSA +447,195,223,New York NY-NJ-CT-PA CSA (NY Part) +447,196,223,New York NY-NJ-CT-PA CSA (NY Part) +447,197,223,New York NY-NJ-CT-PA CSA (NY Part) +447,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +447,199,266,Washington DC-MD-VA-WV CSA (VA Part) +447,200,223,New York NY-NJ-CT-PA CSA (NY Part) +447,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +447,202,223,New York NY-NJ-CT-PA CSA (NY Part) +447,203,201,Boston MA-NH CSA (MA Part) +447,204,217,New York NY-NJ-CT-PA CSA (NJ Part) +447,205,266,Washington DC-MD-VA-WV CSA (VA Part) +447,206,176,Atlanta GA-AL CSA (GA Part) +447,207,223,New York NY-NJ-CT-PA CSA (NY Part) +447,208,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +447,209,12,Chicago IL-IN-WI CSA (IL Part) +447,210,176,Atlanta GA-AL CSA (GA Part) +447,211,217,New York NY-NJ-CT-PA CSA (NJ Part) +447,212,191,Louisville KY-IN CSA (KY Part) +447,213,266,Washington DC-MD-VA-WV CSA (VA Part) +447,214,154,Alaska +447,215,162,San Francisco CA CSA +447,216,223,New York NY-NJ-CT-PA CSA (NY Part) +447,217,223,New York NY-NJ-CT-PA CSA (NY Part) +447,218,223,New York NY-NJ-CT-PA CSA (NY Part) +447,219,223,New York NY-NJ-CT-PA CSA (NY Part) +447,220,249,Memphis TN-MS-AR MSA (TN Part) +447,221,223,New York NY-NJ-CT-PA CSA (NY Part) +447,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +447,223,223,New York NY-NJ-CT-PA CSA (NY Part) +447,224,223,New York NY-NJ-CT-PA CSA (NY Part) +447,225,223,New York NY-NJ-CT-PA CSA (NY Part) +447,226,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +447,227,266,Washington DC-MD-VA-WV CSA (VA Part) +447,228,217,New York NY-NJ-CT-PA CSA (NJ Part) +447,229,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +447,230,201,Boston MA-NH CSA (MA Part) +447,231,223,New York NY-NJ-CT-PA CSA (NY Part) +447,232,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +447,233,12,Chicago IL-IN-WI CSA (IL Part) +447,234,245,Charleston SC MSA +447,235,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +447,236,12,Chicago IL-IN-WI CSA (IL Part) +447,237,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +447,238,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +447,239,154,Alaska +447,240,217,New York NY-NJ-CT-PA CSA (NJ Part) +447,241,223,New York NY-NJ-CT-PA CSA (NY Part) +447,242,232,Cleveland OH CSA +447,243,223,New York NY-NJ-CT-PA CSA (NY Part) +447,244,201,Boston MA-NH CSA (MA Part) +447,245,217,New York NY-NJ-CT-PA CSA (NJ Part) +447,246,226,Charlotte NC-SC CSA (NC Part) +447,247,186,Indianapolis IN CSA +447,248,232,Cleveland OH CSA +447,249,176,Atlanta GA-AL CSA (GA Part) +447,250,266,Washington DC-MD-VA-WV CSA (VA Part) +447,251,226,Charlotte NC-SC CSA (NC Part) +447,252,176,Atlanta GA-AL CSA (GA Part) +447,253,249,Memphis TN-MS-AR MSA (TN Part) +447,254,192,Remainder of Kentucky +447,255,172,Miami FL MSA +447,256,249,Memphis TN-MS-AR MSA (TN Part) +447,257,249,Memphis TN-MS-AR MSA (TN Part) +447,258,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +447,259,249,Memphis TN-MS-AR MSA (TN Part) +447,260,245,Charleston SC MSA +447,261,154,Alaska +447,262,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +447,263,223,New York NY-NJ-CT-PA CSA (NY Part) +447,264,223,New York NY-NJ-CT-PA CSA (NY Part) +447,265,223,New York NY-NJ-CT-PA CSA (NY Part) +447,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +447,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +447,268,223,New York NY-NJ-CT-PA CSA (NY Part) +447,269,223,New York NY-NJ-CT-PA CSA (NY Part) +447,270,223,New York NY-NJ-CT-PA CSA (NY Part) +447,271,217,New York NY-NJ-CT-PA CSA (NJ Part) +447,272,201,Boston MA-NH CSA (MA Part) +447,273,232,Cleveland OH CSA +448,152,176,Atlanta GA-AL CSA (GA Part) +448,153,186,Indianapolis IN CSA +448,154,154,Alaska +448,155,176,Atlanta GA-AL CSA (GA Part) +448,156,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +448,157,217,New York NY-NJ-CT-PA CSA (NJ Part) +448,158,232,Cleveland OH CSA +448,159,159,Los Angeles CA CSA +448,160,176,Atlanta GA-AL CSA (GA Part) +448,161,217,New York NY-NJ-CT-PA CSA (NJ Part) +448,162,217,New York NY-NJ-CT-PA CSA (NJ Part) +448,163,223,New York NY-NJ-CT-PA CSA (NY Part) +448,164,266,Washington DC-MD-VA-WV CSA (VA Part) +448,165,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +448,166,223,New York NY-NJ-CT-PA CSA (NY Part) +448,167,223,New York NY-NJ-CT-PA CSA (NY Part) +448,168,223,New York NY-NJ-CT-PA CSA (NY Part) +448,169,223,New York NY-NJ-CT-PA CSA (NY Part) +448,170,266,Washington DC-MD-VA-WV CSA (VA Part) +448,171,172,Miami FL MSA +448,172,172,Miami FL MSA +448,173,223,New York NY-NJ-CT-PA CSA (NY Part) +448,174,172,Miami FL MSA +448,175,217,New York NY-NJ-CT-PA CSA (NJ Part) +448,176,176,Atlanta GA-AL CSA (GA Part) +448,177,176,Atlanta GA-AL CSA (GA Part) +448,178,176,Atlanta GA-AL CSA (GA Part) +448,179,179,Honolulu HI MSA +448,180,12,Chicago IL-IN-WI CSA (IL Part) +448,181,266,Washington DC-MD-VA-WV CSA (VA Part) +448,183,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +448,184,201,Boston MA-NH CSA (MA Part) +448,185,223,New York NY-NJ-CT-PA CSA (NY Part) +448,186,217,New York NY-NJ-CT-PA CSA (NJ Part) +448,187,191,Louisville KY-IN CSA (KY Part) +448,188,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +448,189,191,Louisville KY-IN CSA (KY Part) +448,190,192,Remainder of Kentucky +448,191,223,New York NY-NJ-CT-PA CSA (NY Part) +448,192,266,Washington DC-MD-VA-WV CSA (VA Part) +448,193,172,Miami FL MSA +448,194,172,Miami FL MSA +448,195,172,Miami FL MSA +448,196,153,Remainder of Alabama +448,197,223,New York NY-NJ-CT-PA CSA (NY Part) +448,198,223,New York NY-NJ-CT-PA CSA (NY Part) +448,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +448,200,223,New York NY-NJ-CT-PA CSA (NY Part) +448,201,223,New York NY-NJ-CT-PA CSA (NY Part) +448,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +448,203,223,New York NY-NJ-CT-PA CSA (NY Part) +448,204,266,Washington DC-MD-VA-WV CSA (VA Part) +448,205,232,Cleveland OH CSA +448,206,217,New York NY-NJ-CT-PA CSA (NJ Part) +448,207,223,New York NY-NJ-CT-PA CSA (NY Part) +448,208,176,Atlanta GA-AL CSA (GA Part) +448,209,12,Chicago IL-IN-WI CSA (IL Part) +448,210,266,Washington DC-MD-VA-WV CSA (VA Part) +448,211,191,Louisville KY-IN CSA (KY Part) +448,212,266,Washington DC-MD-VA-WV CSA (VA Part) +448,213,266,Washington DC-MD-VA-WV CSA (VA Part) +448,214,12,Chicago IL-IN-WI CSA (IL Part) +448,215,223,New York NY-NJ-CT-PA CSA (NY Part) +448,216,223,New York NY-NJ-CT-PA CSA (NY Part) +448,217,223,New York NY-NJ-CT-PA CSA (NY Part) +448,218,223,New York NY-NJ-CT-PA CSA (NY Part) +448,219,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +448,220,186,Indianapolis IN CSA +448,221,223,New York NY-NJ-CT-PA CSA (NY Part) +448,222,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +448,223,223,New York NY-NJ-CT-PA CSA (NY Part) +448,224,223,New York NY-NJ-CT-PA CSA (NY Part) +448,225,223,New York NY-NJ-CT-PA CSA (NY Part) +448,226,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +448,227,223,New York NY-NJ-CT-PA CSA (NY Part) +448,228,266,Washington DC-MD-VA-WV CSA (VA Part) +448,229,226,Charlotte NC-SC CSA (NC Part) +448,230,217,New York NY-NJ-CT-PA CSA (NJ Part) +448,231,266,Washington DC-MD-VA-WV CSA (VA Part) +448,232,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +448,233,223,New York NY-NJ-CT-PA CSA (NY Part) +448,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +448,235,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +448,236,172,Miami FL MSA +448,237,217,New York NY-NJ-CT-PA CSA (NJ Part) +448,238,255,Dallas-Fort Worth TX CSA +448,239,223,New York NY-NJ-CT-PA CSA (NY Part) +448,240,12,Chicago IL-IN-WI CSA (IL Part) +448,241,223,New York NY-NJ-CT-PA CSA (NY Part) +448,242,223,New York NY-NJ-CT-PA CSA (NY Part) +448,243,266,Washington DC-MD-VA-WV CSA (VA Part) +448,244,223,New York NY-NJ-CT-PA CSA (NY Part) +448,245,173,Orlando FL CSA +448,246,217,New York NY-NJ-CT-PA CSA (NJ Part) +448,247,217,New York NY-NJ-CT-PA CSA (NJ Part) +448,248,226,Charlotte NC-SC CSA (NC Part) +448,249,217,New York NY-NJ-CT-PA CSA (NJ Part) +448,250,176,Atlanta GA-AL CSA (GA Part) +448,251,172,Miami FL MSA +448,252,249,Memphis TN-MS-AR MSA (TN Part) +448,253,249,Memphis TN-MS-AR MSA (TN Part) +448,254,223,New York NY-NJ-CT-PA CSA (NY Part) +448,255,153,Remainder of Alabama +448,256,245,Charleston SC MSA +448,257,257,Houston TX CSA +448,258,223,New York NY-NJ-CT-PA CSA (NY Part) +448,259,176,Atlanta GA-AL CSA (GA Part) +448,260,255,Dallas-Fort Worth TX CSA +448,261,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +448,262,223,New York NY-NJ-CT-PA CSA (NY Part) +448,263,201,Boston MA-NH CSA (MA Part) +448,264,223,New York NY-NJ-CT-PA CSA (NY Part) +448,265,223,New York NY-NJ-CT-PA CSA (NY Part) +448,266,266,Washington DC-MD-VA-WV CSA (VA Part) +448,267,223,New York NY-NJ-CT-PA CSA (NY Part) +448,268,223,New York NY-NJ-CT-PA CSA (NY Part) +448,269,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +448,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +448,271,217,New York NY-NJ-CT-PA CSA (NJ Part) +448,272,12,Chicago IL-IN-WI CSA (IL Part) +448,273,217,New York NY-NJ-CT-PA CSA (NJ Part) +449,152,232,Cleveland OH CSA +449,153,154,Alaska +449,154,154,Alaska +449,155,154,Alaska +449,156,268,Seattle WA CSA +449,157,154,Alaska +449,158,249,Memphis TN-MS-AR MSA (TN Part) +449,159,154,Alaska +449,160,162,San Francisco CA CSA +449,161,159,Los Angeles CA CSA +449,162,159,Los Angeles CA CSA +449,163,154,Alaska +449,164,154,Alaska +449,165,154,Alaska +449,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +449,167,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +449,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +449,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +449,170,154,Alaska +449,171,201,Boston MA-NH CSA (MA Part) +449,172,172,Miami FL MSA +449,173,255,Dallas-Fort Worth TX CSA +449,174,12,Chicago IL-IN-WI CSA (IL Part) +449,175,154,Alaska +449,176,223,New York NY-NJ-CT-PA CSA (NY Part) +449,177,266,Washington DC-MD-VA-WV CSA (VA Part) +449,178,176,Atlanta GA-AL CSA (GA Part) +449,179,268,Seattle WA CSA +449,180,154,Alaska +449,181,154,Alaska +449,183,249,Memphis TN-MS-AR MSA (TN Part) +449,184,12,Chicago IL-IN-WI CSA (IL Part) +449,185,12,Chicago IL-IN-WI CSA (IL Part) +449,186,268,Seattle WA CSA +449,187,12,Chicago IL-IN-WI CSA (IL Part) +449,188,154,Alaska +449,189,154,Alaska +449,190,159,Los Angeles CA CSA +449,191,217,New York NY-NJ-CT-PA CSA (NJ Part) +449,192,154,Alaska +449,193,226,Charlotte NC-SC CSA (NC Part) +449,194,154,Alaska +449,195,176,Atlanta GA-AL CSA (GA Part) +449,196,257,Houston TX CSA +449,197,223,New York NY-NJ-CT-PA CSA (NY Part) +449,198,266,Washington DC-MD-VA-WV CSA (VA Part) +449,199,12,Chicago IL-IN-WI CSA (IL Part) +449,200,191,Louisville KY-IN CSA (KY Part) +449,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +449,202,223,New York NY-NJ-CT-PA CSA (NY Part) +449,203,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +449,204,232,Cleveland OH CSA +449,205,223,New York NY-NJ-CT-PA CSA (NY Part) +449,206,12,Chicago IL-IN-WI CSA (IL Part) +449,207,159,Los Angeles CA CSA +449,208,12,Chicago IL-IN-WI CSA (IL Part) +449,209,159,Los Angeles CA CSA +449,210,162,San Francisco CA CSA +449,211,249,Memphis TN-MS-AR MSA (TN Part) +449,212,154,Alaska +449,213,154,Alaska +449,214,162,San Francisco CA CSA +449,215,154,Alaska +449,216,266,Washington DC-MD-VA-WV CSA (VA Part) +449,217,232,Cleveland OH CSA +449,218,203,Detroit MI CSA +449,219,12,Chicago IL-IN-WI CSA (IL Part) +449,220,154,Alaska +449,221,154,Alaska +449,222,232,Cleveland OH CSA +449,223,266,Washington DC-MD-VA-WV CSA (VA Part) +449,224,154,Alaska +449,225,266,Washington DC-MD-VA-WV CSA (VA Part) +449,226,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +449,227,203,Detroit MI CSA +449,228,217,New York NY-NJ-CT-PA CSA (NJ Part) +449,229,223,New York NY-NJ-CT-PA CSA (NY Part) +449,230,159,Los Angeles CA CSA +449,231,12,Chicago IL-IN-WI CSA (IL Part) +449,232,12,Chicago IL-IN-WI CSA (IL Part) +449,233,154,Alaska +449,234,12,Chicago IL-IN-WI CSA (IL Part) +449,235,12,Chicago IL-IN-WI CSA (IL Part) +449,236,154,Alaska +449,237,154,Alaska +449,238,159,Los Angeles CA CSA +449,239,162,San Francisco CA CSA +449,240,159,Los Angeles CA CSA +449,241,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +449,242,12,Chicago IL-IN-WI CSA (IL Part) +449,243,223,New York NY-NJ-CT-PA CSA (NY Part) +449,244,223,New York NY-NJ-CT-PA CSA (NY Part) +449,245,203,Detroit MI CSA +449,246,232,Cleveland OH CSA +449,247,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +449,248,154,Alaska +449,249,154,Alaska +449,250,154,Alaska +449,251,154,Alaska +449,252,159,Los Angeles CA CSA +449,253,249,Memphis TN-MS-AR MSA (TN Part) +449,254,154,Alaska +449,255,154,Alaska +449,256,154,Alaska +449,257,154,Alaska +449,258,231,Cincinnati OH-KY-IN CSA (OH Part) +449,259,255,Dallas-Fort Worth TX CSA +449,260,154,Alaska +449,261,159,Los Angeles CA CSA +449,262,159,Los Angeles CA CSA +449,263,12,Chicago IL-IN-WI CSA (IL Part) +449,264,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +449,265,203,Detroit MI CSA +449,266,154,Alaska +449,267,223,New York NY-NJ-CT-PA CSA (NY Part) +449,268,159,Los Angeles CA CSA +449,269,154,Alaska +449,270,176,Atlanta GA-AL CSA (GA Part) +449,271,12,Chicago IL-IN-WI CSA (IL Part) +449,272,232,Cleveland OH CSA +449,273,154,Alaska +450,152,172,Miami FL MSA +450,153,176,Atlanta GA-AL CSA (GA Part) +450,154,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +450,155,172,Miami FL MSA +450,156,172,Miami FL MSA +450,157,249,Memphis TN-MS-AR MSA (TN Part) +450,158,176,Atlanta GA-AL CSA (GA Part) +450,159,257,Houston TX CSA +450,160,176,Atlanta GA-AL CSA (GA Part) +450,161,195,New Orleans LA CSA +450,162,255,Dallas-Fort Worth TX CSA +450,163,172,Miami FL MSA +450,164,153,Remainder of Alabama +450,165,195,New Orleans LA CSA +450,166,266,Washington DC-MD-VA-WV CSA (VA Part) +450,167,223,New York NY-NJ-CT-PA CSA (NY Part) +450,168,223,New York NY-NJ-CT-PA CSA (NY Part) +450,169,223,New York NY-NJ-CT-PA CSA (NY Part) +450,170,266,Washington DC-MD-VA-WV CSA (VA Part) +450,171,245,Charleston SC MSA +450,172,176,Atlanta GA-AL CSA (GA Part) +450,173,172,Miami FL MSA +450,174,245,Charleston SC MSA +450,175,172,Miami FL MSA +450,176,172,Miami FL MSA +450,177,172,Miami FL MSA +450,178,172,Miami FL MSA +450,179,159,Los Angeles CA CSA +450,180,257,Houston TX CSA +450,181,191,Louisville KY-IN CSA (KY Part) +450,183,249,Memphis TN-MS-AR MSA (TN Part) +450,184,191,Louisville KY-IN CSA (KY Part) +450,185,266,Washington DC-MD-VA-WV CSA (VA Part) +450,186,231,Cincinnati OH-KY-IN CSA (OH Part) +450,187,231,Cincinnati OH-KY-IN CSA (OH Part) +450,188,153,Remainder of Alabama +450,189,249,Memphis TN-MS-AR MSA (TN Part) +450,190,249,Memphis TN-MS-AR MSA (TN Part) +450,191,172,Miami FL MSA +450,192,176,Atlanta GA-AL CSA (GA Part) +450,193,172,Miami FL MSA +450,194,172,Miami FL MSA +450,195,172,Miami FL MSA +450,196,176,Atlanta GA-AL CSA (GA Part) +450,197,223,New York NY-NJ-CT-PA CSA (NY Part) +450,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +450,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +450,200,266,Washington DC-MD-VA-WV CSA (VA Part) +450,201,223,New York NY-NJ-CT-PA CSA (NY Part) +450,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +450,203,231,Cincinnati OH-KY-IN CSA (OH Part) +450,204,176,Atlanta GA-AL CSA (GA Part) +450,205,266,Washington DC-MD-VA-WV CSA (VA Part) +450,206,176,Atlanta GA-AL CSA (GA Part) +450,207,12,Chicago IL-IN-WI CSA (IL Part) +450,208,172,Miami FL MSA +450,209,172,Miami FL MSA +450,210,231,Cincinnati OH-KY-IN CSA (OH Part) +450,211,172,Miami FL MSA +450,212,255,Dallas-Fort Worth TX CSA +450,213,226,Charlotte NC-SC CSA (NC Part) +450,214,195,New Orleans LA CSA +450,215,12,Chicago IL-IN-WI CSA (IL Part) +450,216,223,New York NY-NJ-CT-PA CSA (NY Part) +450,217,223,New York NY-NJ-CT-PA CSA (NY Part) +450,218,223,New York NY-NJ-CT-PA CSA (NY Part) +450,219,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +450,220,257,Houston TX CSA +450,221,223,New York NY-NJ-CT-PA CSA (NY Part) +450,222,223,New York NY-NJ-CT-PA CSA (NY Part) +450,223,223,New York NY-NJ-CT-PA CSA (NY Part) +450,224,223,New York NY-NJ-CT-PA CSA (NY Part) +450,225,223,New York NY-NJ-CT-PA CSA (NY Part) +450,226,172,Miami FL MSA +450,227,172,Miami FL MSA +450,228,172,Miami FL MSA +450,229,266,Washington DC-MD-VA-WV CSA (VA Part) +450,230,186,Indianapolis IN CSA +450,231,192,Remainder of Kentucky +450,232,266,Washington DC-MD-VA-WV CSA (VA Part) +450,233,266,Washington DC-MD-VA-WV CSA (VA Part) +450,234,245,Charleston SC MSA +450,235,192,Remainder of Kentucky +450,236,172,Miami FL MSA +450,237,176,Atlanta GA-AL CSA (GA Part) +450,238,249,Memphis TN-MS-AR MSA (TN Part) +450,239,249,Memphis TN-MS-AR MSA (TN Part) +450,240,255,Dallas-Fort Worth TX CSA +450,241,223,New York NY-NJ-CT-PA CSA (NY Part) +450,242,266,Washington DC-MD-VA-WV CSA (VA Part) +450,243,223,New York NY-NJ-CT-PA CSA (NY Part) +450,244,223,New York NY-NJ-CT-PA CSA (NY Part) +450,245,172,Miami FL MSA +450,246,172,Miami FL MSA +450,247,172,Miami FL MSA +450,248,172,Miami FL MSA +450,249,176,Atlanta GA-AL CSA (GA Part) +450,250,172,Miami FL MSA +450,251,172,Miami FL MSA +450,252,176,Atlanta GA-AL CSA (GA Part) +450,253,172,Miami FL MSA +450,254,172,Miami FL MSA +450,255,195,New Orleans LA CSA +450,256,257,Houston TX CSA +450,257,172,Miami FL MSA +450,258,172,Miami FL MSA +450,259,172,Miami FL MSA +450,260,255,Dallas-Fort Worth TX CSA +450,261,249,Memphis TN-MS-AR MSA (TN Part) +450,262,176,Atlanta GA-AL CSA (GA Part) +450,263,223,New York NY-NJ-CT-PA CSA (NY Part) +450,264,266,Washington DC-MD-VA-WV CSA (VA Part) +450,265,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +450,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +450,267,172,Miami FL MSA +450,268,245,Charleston SC MSA +450,269,172,Miami FL MSA +450,270,245,Charleston SC MSA +450,271,186,Indianapolis IN CSA +450,272,176,Atlanta GA-AL CSA (GA Part) +450,273,172,Miami FL MSA +451,152,201,Boston MA-NH CSA (MA Part) +451,153,223,New York NY-NJ-CT-PA CSA (NY Part) +451,154,217,New York NY-NJ-CT-PA CSA (NJ Part) +451,155,164,Denver CO CSA +451,156,12,Chicago IL-IN-WI CSA (IL Part) +451,157,12,Chicago IL-IN-WI CSA (IL Part) +451,158,203,Detroit MI CSA +451,159,159,Los Angeles CA CSA +451,160,223,New York NY-NJ-CT-PA CSA (NY Part) +451,161,186,Indianapolis IN CSA +451,162,159,Los Angeles CA CSA +451,163,162,San Francisco CA CSA +451,164,191,Louisville KY-IN CSA (KY Part) +451,165,223,New York NY-NJ-CT-PA CSA (NY Part) +451,166,169,Delaware +451,167,223,New York NY-NJ-CT-PA CSA (NY Part) +451,168,223,New York NY-NJ-CT-PA CSA (NY Part) +451,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +451,170,223,New York NY-NJ-CT-PA CSA (NY Part) +451,171,223,New York NY-NJ-CT-PA CSA (NY Part) +451,172,172,Miami FL MSA +451,173,217,New York NY-NJ-CT-PA CSA (NJ Part) +451,174,172,Miami FL MSA +451,175,223,New York NY-NJ-CT-PA CSA (NY Part) +451,176,201,Boston MA-NH CSA (MA Part) +451,177,223,New York NY-NJ-CT-PA CSA (NY Part) +451,178,226,Charlotte NC-SC CSA (NC Part) +451,179,12,Chicago IL-IN-WI CSA (IL Part) +451,180,162,San Francisco CA CSA +451,181,223,New York NY-NJ-CT-PA CSA (NY Part) +451,183,12,Chicago IL-IN-WI CSA (IL Part) +451,184,12,Chicago IL-IN-WI CSA (IL Part) +451,185,266,Washington DC-MD-VA-WV CSA (VA Part) +451,186,12,Chicago IL-IN-WI CSA (IL Part) +451,187,12,Chicago IL-IN-WI CSA (IL Part) +451,188,12,Chicago IL-IN-WI CSA (IL Part) +451,189,223,New York NY-NJ-CT-PA CSA (NY Part) +451,190,217,New York NY-NJ-CT-PA CSA (NJ Part) +451,191,266,Washington DC-MD-VA-WV CSA (VA Part) +451,192,223,New York NY-NJ-CT-PA CSA (NY Part) +451,193,231,Cincinnati OH-KY-IN CSA (OH Part) +451,194,153,Remainder of Alabama +451,195,12,Chicago IL-IN-WI CSA (IL Part) +451,196,192,Remainder of Kentucky +451,197,201,Boston MA-NH CSA (MA Part) +451,198,201,Boston MA-NH CSA (MA Part) +451,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +451,200,223,New York NY-NJ-CT-PA CSA (NY Part) +451,201,223,New York NY-NJ-CT-PA CSA (NY Part) +451,202,223,New York NY-NJ-CT-PA CSA (NY Part) +451,203,223,New York NY-NJ-CT-PA CSA (NY Part) +451,204,217,New York NY-NJ-CT-PA CSA (NJ Part) +451,205,12,Chicago IL-IN-WI CSA (IL Part) +451,206,12,Chicago IL-IN-WI CSA (IL Part) +451,207,217,New York NY-NJ-CT-PA CSA (NJ Part) +451,208,245,Charleston SC MSA +451,209,186,Indianapolis IN CSA +451,210,12,Chicago IL-IN-WI CSA (IL Part) +451,211,12,Chicago IL-IN-WI CSA (IL Part) +451,212,223,New York NY-NJ-CT-PA CSA (NY Part) +451,213,223,New York NY-NJ-CT-PA CSA (NY Part) +451,214,12,Chicago IL-IN-WI CSA (IL Part) +451,215,266,Washington DC-MD-VA-WV CSA (VA Part) +451,216,223,New York NY-NJ-CT-PA CSA (NY Part) +451,217,223,New York NY-NJ-CT-PA CSA (NY Part) +451,218,232,Cleveland OH CSA +451,219,223,New York NY-NJ-CT-PA CSA (NY Part) +451,220,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +451,221,223,New York NY-NJ-CT-PA CSA (NY Part) +451,222,201,Boston MA-NH CSA (MA Part) +451,223,223,New York NY-NJ-CT-PA CSA (NY Part) +451,224,223,New York NY-NJ-CT-PA CSA (NY Part) +451,225,203,Detroit MI CSA +451,226,223,New York NY-NJ-CT-PA CSA (NY Part) +451,227,232,Cleveland OH CSA +451,228,223,New York NY-NJ-CT-PA CSA (NY Part) +451,229,217,New York NY-NJ-CT-PA CSA (NJ Part) +451,230,223,New York NY-NJ-CT-PA CSA (NY Part) +451,231,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +451,232,232,Cleveland OH CSA +451,233,223,New York NY-NJ-CT-PA CSA (NY Part) +451,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +451,235,191,Louisville KY-IN CSA (KY Part) +451,236,232,Cleveland OH CSA +451,237,12,Chicago IL-IN-WI CSA (IL Part) +451,238,203,Detroit MI CSA +451,239,154,Alaska +451,240,268,Seattle WA CSA +451,241,201,Boston MA-NH CSA (MA Part) +451,242,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +451,243,203,Detroit MI CSA +451,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +451,245,266,Washington DC-MD-VA-WV CSA (VA Part) +451,246,203,Detroit MI CSA +451,247,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +451,248,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +451,249,203,Detroit MI CSA +451,250,266,Washington DC-MD-VA-WV CSA (VA Part) +451,251,217,New York NY-NJ-CT-PA CSA (NJ Part) +451,252,223,New York NY-NJ-CT-PA CSA (NY Part) +451,253,223,New York NY-NJ-CT-PA CSA (NY Part) +451,254,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +451,255,249,Memphis TN-MS-AR MSA (TN Part) +451,256,223,New York NY-NJ-CT-PA CSA (NY Part) +451,257,186,Indianapolis IN CSA +451,258,203,Detroit MI CSA +451,259,217,New York NY-NJ-CT-PA CSA (NJ Part) +451,260,176,Atlanta GA-AL CSA (GA Part) +451,261,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +451,262,12,Chicago IL-IN-WI CSA (IL Part) +451,263,223,New York NY-NJ-CT-PA CSA (NY Part) +451,264,223,New York NY-NJ-CT-PA CSA (NY Part) +451,265,223,New York NY-NJ-CT-PA CSA (NY Part) +451,266,266,Washington DC-MD-VA-WV CSA (VA Part) +451,267,223,New York NY-NJ-CT-PA CSA (NY Part) +451,268,154,Alaska +451,269,223,New York NY-NJ-CT-PA CSA (NY Part) +451,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +451,271,12,Chicago IL-IN-WI CSA (IL Part) +451,272,223,New York NY-NJ-CT-PA CSA (NY Part) +451,273,12,Chicago IL-IN-WI CSA (IL Part) +452,152,266,Washington DC-MD-VA-WV CSA (VA Part) +452,153,176,Atlanta GA-AL CSA (GA Part) +452,154,154,Alaska +452,155,223,New York NY-NJ-CT-PA CSA (NY Part) +452,156,164,Denver CO CSA +452,157,223,New York NY-NJ-CT-PA CSA (NY Part) +452,158,223,New York NY-NJ-CT-PA CSA (NY Part) +452,159,162,San Francisco CA CSA +452,160,159,Los Angeles CA CSA +452,161,12,Chicago IL-IN-WI CSA (IL Part) +452,162,249,Memphis TN-MS-AR MSA (TN Part) +452,163,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +452,164,12,Chicago IL-IN-WI CSA (IL Part) +452,165,232,Cleveland OH CSA +452,166,223,New York NY-NJ-CT-PA CSA (NY Part) +452,167,223,New York NY-NJ-CT-PA CSA (NY Part) +452,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +452,169,223,New York NY-NJ-CT-PA CSA (NY Part) +452,170,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +452,171,201,Boston MA-NH CSA (MA Part) +452,172,172,Miami FL MSA +452,173,223,New York NY-NJ-CT-PA CSA (NY Part) +452,174,223,New York NY-NJ-CT-PA CSA (NY Part) +452,175,231,Cincinnati OH-KY-IN CSA (OH Part) +452,176,223,New York NY-NJ-CT-PA CSA (NY Part) +452,177,201,Boston MA-NH CSA (MA Part) +452,178,223,New York NY-NJ-CT-PA CSA (NY Part) +452,179,162,San Francisco CA CSA +452,180,154,Alaska +452,181,12,Chicago IL-IN-WI CSA (IL Part) +452,183,217,New York NY-NJ-CT-PA CSA (NJ Part) +452,184,217,New York NY-NJ-CT-PA CSA (NJ Part) +452,185,12,Chicago IL-IN-WI CSA (IL Part) +452,186,223,New York NY-NJ-CT-PA CSA (NY Part) +452,187,266,Washington DC-MD-VA-WV CSA (VA Part) +452,188,217,New York NY-NJ-CT-PA CSA (NJ Part) +452,189,203,Detroit MI CSA +452,190,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +452,191,223,New York NY-NJ-CT-PA CSA (NY Part) +452,192,232,Cleveland OH CSA +452,193,192,Remainder of Kentucky +452,194,217,New York NY-NJ-CT-PA CSA (NJ Part) +452,195,223,New York NY-NJ-CT-PA CSA (NY Part) +452,196,266,Washington DC-MD-VA-WV CSA (VA Part) +452,197,223,New York NY-NJ-CT-PA CSA (NY Part) +452,198,266,Washington DC-MD-VA-WV CSA (VA Part) +452,199,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +452,200,201,Boston MA-NH CSA (MA Part) +452,201,223,New York NY-NJ-CT-PA CSA (NY Part) +452,202,223,New York NY-NJ-CT-PA CSA (NY Part) +452,203,217,New York NY-NJ-CT-PA CSA (NJ Part) +452,204,223,New York NY-NJ-CT-PA CSA (NY Part) +452,205,223,New York NY-NJ-CT-PA CSA (NY Part) +452,206,201,Boston MA-NH CSA (MA Part) +452,207,217,New York NY-NJ-CT-PA CSA (NJ Part) +452,208,217,New York NY-NJ-CT-PA CSA (NJ Part) +452,209,203,Detroit MI CSA +452,210,223,New York NY-NJ-CT-PA CSA (NY Part) +452,211,12,Chicago IL-IN-WI CSA (IL Part) +452,212,217,New York NY-NJ-CT-PA CSA (NJ Part) +452,213,203,Detroit MI CSA +452,214,12,Chicago IL-IN-WI CSA (IL Part) +452,215,162,San Francisco CA CSA +452,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +452,217,223,New York NY-NJ-CT-PA CSA (NY Part) +452,218,223,New York NY-NJ-CT-PA CSA (NY Part) +452,219,266,Washington DC-MD-VA-WV CSA (VA Part) +452,220,255,Dallas-Fort Worth TX CSA +452,221,223,New York NY-NJ-CT-PA CSA (NY Part) +452,222,223,New York NY-NJ-CT-PA CSA (NY Part) +452,223,223,New York NY-NJ-CT-PA CSA (NY Part) +452,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +452,225,223,New York NY-NJ-CT-PA CSA (NY Part) +452,226,223,New York NY-NJ-CT-PA CSA (NY Part) +452,227,266,Washington DC-MD-VA-WV CSA (VA Part) +452,228,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +452,229,223,New York NY-NJ-CT-PA CSA (NY Part) +452,230,169,Delaware +452,231,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +452,232,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +452,233,203,Detroit MI CSA +452,234,186,Indianapolis IN CSA +452,235,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +452,236,223,New York NY-NJ-CT-PA CSA (NY Part) +452,237,12,Chicago IL-IN-WI CSA (IL Part) +452,238,217,New York NY-NJ-CT-PA CSA (NJ Part) +452,239,154,Alaska +452,240,223,New York NY-NJ-CT-PA CSA (NY Part) +452,241,223,New York NY-NJ-CT-PA CSA (NY Part) +452,242,223,New York NY-NJ-CT-PA CSA (NY Part) +452,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +452,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +452,245,266,Washington DC-MD-VA-WV CSA (VA Part) +452,246,223,New York NY-NJ-CT-PA CSA (NY Part) +452,247,223,New York NY-NJ-CT-PA CSA (NY Part) +452,248,223,New York NY-NJ-CT-PA CSA (NY Part) +452,249,266,Washington DC-MD-VA-WV CSA (VA Part) +452,250,12,Chicago IL-IN-WI CSA (IL Part) +452,251,223,New York NY-NJ-CT-PA CSA (NY Part) +452,252,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +452,253,266,Washington DC-MD-VA-WV CSA (VA Part) +452,254,255,Dallas-Fort Worth TX CSA +452,255,12,Chicago IL-IN-WI CSA (IL Part) +452,256,12,Chicago IL-IN-WI CSA (IL Part) +452,257,232,Cleveland OH CSA +452,258,217,New York NY-NJ-CT-PA CSA (NJ Part) +452,259,266,Washington DC-MD-VA-WV CSA (VA Part) +452,260,191,Louisville KY-IN CSA (KY Part) +452,261,266,Washington DC-MD-VA-WV CSA (VA Part) +452,262,268,Seattle WA CSA +452,263,223,New York NY-NJ-CT-PA CSA (NY Part) +452,264,266,Washington DC-MD-VA-WV CSA (VA Part) +452,265,223,New York NY-NJ-CT-PA CSA (NY Part) +452,266,223,New York NY-NJ-CT-PA CSA (NY Part) +452,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +452,268,154,Alaska +452,269,186,Indianapolis IN CSA +452,270,223,New York NY-NJ-CT-PA CSA (NY Part) +452,271,217,New York NY-NJ-CT-PA CSA (NJ Part) +452,272,223,New York NY-NJ-CT-PA CSA (NY Part) +452,273,12,Chicago IL-IN-WI CSA (IL Part) +453,152,257,Houston TX CSA +453,153,159,Los Angeles CA CSA +453,154,268,Seattle WA CSA +453,155,162,San Francisco CA CSA +453,156,255,Dallas-Fort Worth TX CSA +453,157,162,San Francisco CA CSA +453,158,179,Honolulu HI MSA +453,159,159,Los Angeles CA CSA +453,160,159,Los Angeles CA CSA +453,161,162,San Francisco CA CSA +453,162,154,Alaska +453,163,159,Los Angeles CA CSA +453,164,159,Los Angeles CA CSA +453,165,159,Los Angeles CA CSA +453,166,176,Atlanta GA-AL CSA (GA Part) +453,167,162,San Francisco CA CSA +453,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +453,169,203,Detroit MI CSA +453,170,159,Los Angeles CA CSA +453,171,162,San Francisco CA CSA +453,172,172,Miami FL MSA +453,173,153,Remainder of Alabama +453,174,172,Miami FL MSA +453,175,159,Los Angeles CA CSA +453,176,195,New Orleans LA CSA +453,177,162,San Francisco CA CSA +453,178,159,Los Angeles CA CSA +453,179,162,San Francisco CA CSA +453,180,268,Seattle WA CSA +453,181,268,Seattle WA CSA +453,183,159,Los Angeles CA CSA +453,184,12,Chicago IL-IN-WI CSA (IL Part) +453,185,191,Louisville KY-IN CSA (KY Part) +453,186,232,Cleveland OH CSA +453,187,249,Memphis TN-MS-AR MSA (TN Part) +453,188,159,Los Angeles CA CSA +453,189,162,San Francisco CA CSA +453,190,255,Dallas-Fort Worth TX CSA +453,191,12,Chicago IL-IN-WI CSA (IL Part) +453,192,162,San Francisco CA CSA +453,193,162,San Francisco CA CSA +453,194,159,Los Angeles CA CSA +453,195,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +453,196,12,Chicago IL-IN-WI CSA (IL Part) +453,197,223,New York NY-NJ-CT-PA CSA (NY Part) +453,198,179,Honolulu HI MSA +453,199,232,Cleveland OH CSA +453,200,12,Chicago IL-IN-WI CSA (IL Part) +453,201,12,Chicago IL-IN-WI CSA (IL Part) +453,202,223,New York NY-NJ-CT-PA CSA (NY Part) +453,203,179,Honolulu HI MSA +453,204,12,Chicago IL-IN-WI CSA (IL Part) +453,205,154,Alaska +453,206,268,Seattle WA CSA +453,207,162,San Francisco CA CSA +453,208,255,Dallas-Fort Worth TX CSA +453,209,191,Louisville KY-IN CSA (KY Part) +453,210,159,Los Angeles CA CSA +453,211,159,Los Angeles CA CSA +453,212,159,Los Angeles CA CSA +453,213,159,Los Angeles CA CSA +453,214,159,Los Angeles CA CSA +453,215,154,Alaska +453,216,162,San Francisco CA CSA +453,217,12,Chicago IL-IN-WI CSA (IL Part) +453,218,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +453,219,203,Detroit MI CSA +453,220,159,Los Angeles CA CSA +453,221,223,New York NY-NJ-CT-PA CSA (NY Part) +453,222,159,Los Angeles CA CSA +453,223,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +453,224,249,Memphis TN-MS-AR MSA (TN Part) +453,225,162,San Francisco CA CSA +453,226,153,Remainder of Alabama +453,227,159,Los Angeles CA CSA +453,228,162,San Francisco CA CSA +453,229,159,Los Angeles CA CSA +453,230,162,San Francisco CA CSA +453,231,268,Seattle WA CSA +453,232,191,Louisville KY-IN CSA (KY Part) +453,233,249,Memphis TN-MS-AR MSA (TN Part) +453,234,159,Los Angeles CA CSA +453,235,203,Detroit MI CSA +453,236,255,Dallas-Fort Worth TX CSA +453,237,164,Denver CO CSA +453,238,159,Los Angeles CA CSA +453,239,154,Alaska +453,240,159,Los Angeles CA CSA +453,241,162,San Francisco CA CSA +453,242,12,Chicago IL-IN-WI CSA (IL Part) +453,243,162,San Francisco CA CSA +453,244,176,Atlanta GA-AL CSA (GA Part) +453,245,162,San Francisco CA CSA +453,246,153,Remainder of Alabama +453,247,255,Dallas-Fort Worth TX CSA +453,248,159,Los Angeles CA CSA +453,249,12,Chicago IL-IN-WI CSA (IL Part) +453,250,162,San Francisco CA CSA +453,251,176,Atlanta GA-AL CSA (GA Part) +453,252,162,San Francisco CA CSA +453,253,159,Los Angeles CA CSA +453,254,159,Los Angeles CA CSA +453,255,159,Los Angeles CA CSA +453,256,159,Los Angeles CA CSA +453,257,255,Dallas-Fort Worth TX CSA +453,258,159,Los Angeles CA CSA +453,259,159,Los Angeles CA CSA +453,260,179,Honolulu HI MSA +453,261,268,Seattle WA CSA +453,262,268,Seattle WA CSA +453,263,203,Detroit MI CSA +453,264,12,Chicago IL-IN-WI CSA (IL Part) +453,265,159,Los Angeles CA CSA +453,266,176,Atlanta GA-AL CSA (GA Part) +453,267,203,Detroit MI CSA +453,268,154,Alaska +453,269,159,Los Angeles CA CSA +453,270,162,San Francisco CA CSA +453,271,159,Los Angeles CA CSA +453,272,12,Chicago IL-IN-WI CSA (IL Part) +453,273,159,Los Angeles CA CSA +454,152,223,New York NY-NJ-CT-PA CSA (NY Part) +454,153,203,Detroit MI CSA +454,154,154,Alaska +454,155,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +454,156,186,Indianapolis IN CSA +454,157,217,New York NY-NJ-CT-PA CSA (NJ Part) +454,158,191,Louisville KY-IN CSA (KY Part) +454,159,217,New York NY-NJ-CT-PA CSA (NJ Part) +454,160,268,Seattle WA CSA +454,161,162,San Francisco CA CSA +454,162,223,New York NY-NJ-CT-PA CSA (NY Part) +454,163,223,New York NY-NJ-CT-PA CSA (NY Part) +454,164,12,Chicago IL-IN-WI CSA (IL Part) +454,165,223,New York NY-NJ-CT-PA CSA (NY Part) +454,166,223,New York NY-NJ-CT-PA CSA (NY Part) +454,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +454,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +454,169,201,Boston MA-NH CSA (MA Part) +454,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +454,171,172,Miami FL MSA +454,172,266,Washington DC-MD-VA-WV CSA (VA Part) +454,173,223,New York NY-NJ-CT-PA CSA (NY Part) +454,174,192,Remainder of Kentucky +454,175,217,New York NY-NJ-CT-PA CSA (NJ Part) +454,176,201,Boston MA-NH CSA (MA Part) +454,177,266,Washington DC-MD-VA-WV CSA (VA Part) +454,178,217,New York NY-NJ-CT-PA CSA (NJ Part) +454,179,223,New York NY-NJ-CT-PA CSA (NY Part) +454,180,159,Los Angeles CA CSA +454,181,223,New York NY-NJ-CT-PA CSA (NY Part) +454,183,266,Washington DC-MD-VA-WV CSA (VA Part) +454,184,191,Louisville KY-IN CSA (KY Part) +454,185,217,New York NY-NJ-CT-PA CSA (NJ Part) +454,186,223,New York NY-NJ-CT-PA CSA (NY Part) +454,187,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +454,188,223,New York NY-NJ-CT-PA CSA (NY Part) +454,189,217,New York NY-NJ-CT-PA CSA (NJ Part) +454,190,223,New York NY-NJ-CT-PA CSA (NY Part) +454,191,232,Cleveland OH CSA +454,192,217,New York NY-NJ-CT-PA CSA (NJ Part) +454,193,201,Boston MA-NH CSA (MA Part) +454,194,201,Boston MA-NH CSA (MA Part) +454,195,217,New York NY-NJ-CT-PA CSA (NJ Part) +454,196,172,Miami FL MSA +454,197,223,New York NY-NJ-CT-PA CSA (NY Part) +454,198,201,Boston MA-NH CSA (MA Part) +454,199,266,Washington DC-MD-VA-WV CSA (VA Part) +454,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +454,201,223,New York NY-NJ-CT-PA CSA (NY Part) +454,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +454,203,266,Washington DC-MD-VA-WV CSA (VA Part) +454,204,223,New York NY-NJ-CT-PA CSA (NY Part) +454,205,223,New York NY-NJ-CT-PA CSA (NY Part) +454,206,223,New York NY-NJ-CT-PA CSA (NY Part) +454,207,12,Chicago IL-IN-WI CSA (IL Part) +454,208,176,Atlanta GA-AL CSA (GA Part) +454,209,223,New York NY-NJ-CT-PA CSA (NY Part) +454,210,266,Washington DC-MD-VA-WV CSA (VA Part) +454,211,217,New York NY-NJ-CT-PA CSA (NJ Part) +454,212,191,Louisville KY-IN CSA (KY Part) +454,213,223,New York NY-NJ-CT-PA CSA (NY Part) +454,214,223,New York NY-NJ-CT-PA CSA (NY Part) +454,215,12,Chicago IL-IN-WI CSA (IL Part) +454,216,223,New York NY-NJ-CT-PA CSA (NY Part) +454,217,223,New York NY-NJ-CT-PA CSA (NY Part) +454,218,266,Washington DC-MD-VA-WV CSA (VA Part) +454,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +454,220,249,Memphis TN-MS-AR MSA (TN Part) +454,221,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +454,222,266,Washington DC-MD-VA-WV CSA (VA Part) +454,223,223,New York NY-NJ-CT-PA CSA (NY Part) +454,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +454,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +454,226,266,Washington DC-MD-VA-WV CSA (VA Part) +454,227,266,Washington DC-MD-VA-WV CSA (VA Part) +454,228,245,Charleston SC MSA +454,229,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +454,230,217,New York NY-NJ-CT-PA CSA (NJ Part) +454,231,223,New York NY-NJ-CT-PA CSA (NY Part) +454,232,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +454,233,223,New York NY-NJ-CT-PA CSA (NY Part) +454,234,223,New York NY-NJ-CT-PA CSA (NY Part) +454,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +454,236,203,Detroit MI CSA +454,237,232,Cleveland OH CSA +454,238,12,Chicago IL-IN-WI CSA (IL Part) +454,239,186,Indianapolis IN CSA +454,240,223,New York NY-NJ-CT-PA CSA (NY Part) +454,241,232,Cleveland OH CSA +454,242,223,New York NY-NJ-CT-PA CSA (NY Part) +454,243,223,New York NY-NJ-CT-PA CSA (NY Part) +454,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +454,245,223,New York NY-NJ-CT-PA CSA (NY Part) +454,246,217,New York NY-NJ-CT-PA CSA (NJ Part) +454,247,223,New York NY-NJ-CT-PA CSA (NY Part) +454,248,217,New York NY-NJ-CT-PA CSA (NJ Part) +454,249,12,Chicago IL-IN-WI CSA (IL Part) +454,250,232,Cleveland OH CSA +454,251,266,Washington DC-MD-VA-WV CSA (VA Part) +454,252,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +454,253,223,New York NY-NJ-CT-PA CSA (NY Part) +454,254,12,Chicago IL-IN-WI CSA (IL Part) +454,255,266,Washington DC-MD-VA-WV CSA (VA Part) +454,256,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +454,257,245,Charleston SC MSA +454,258,257,Houston TX CSA +454,259,223,New York NY-NJ-CT-PA CSA (NY Part) +454,260,257,Houston TX CSA +454,261,12,Chicago IL-IN-WI CSA (IL Part) +454,262,217,New York NY-NJ-CT-PA CSA (NJ Part) +454,263,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +454,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +454,265,223,New York NY-NJ-CT-PA CSA (NY Part) +454,266,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +454,267,223,New York NY-NJ-CT-PA CSA (NY Part) +454,268,186,Indianapolis IN CSA +454,269,154,Alaska +454,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +454,271,223,New York NY-NJ-CT-PA CSA (NY Part) +454,272,201,Boston MA-NH CSA (MA Part) +454,273,232,Cleveland OH CSA +455,152,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +455,153,172,Miami FL MSA +455,154,217,New York NY-NJ-CT-PA CSA (NJ Part) +455,155,231,Cincinnati OH-KY-IN CSA (OH Part) +455,156,266,Washington DC-MD-VA-WV CSA (VA Part) +455,157,173,Orlando FL CSA +455,158,217,New York NY-NJ-CT-PA CSA (NJ Part) +455,159,172,Miami FL MSA +455,160,12,Chicago IL-IN-WI CSA (IL Part) +455,161,257,Houston TX CSA +455,162,159,Los Angeles CA CSA +455,163,217,New York NY-NJ-CT-PA CSA (NJ Part) +455,164,191,Louisville KY-IN CSA (KY Part) +455,165,266,Washington DC-MD-VA-WV CSA (VA Part) +455,166,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +455,167,223,New York NY-NJ-CT-PA CSA (NY Part) +455,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +455,169,172,Miami FL MSA +455,170,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +455,171,223,New York NY-NJ-CT-PA CSA (NY Part) +455,172,172,Miami FL MSA +455,173,266,Washington DC-MD-VA-WV CSA (VA Part) +455,174,172,Miami FL MSA +455,175,172,Miami FL MSA +455,176,176,Atlanta GA-AL CSA (GA Part) +455,177,172,Miami FL MSA +455,178,172,Miami FL MSA +455,179,162,San Francisco CA CSA +455,180,266,Washington DC-MD-VA-WV CSA (VA Part) +455,181,266,Washington DC-MD-VA-WV CSA (VA Part) +455,183,172,Miami FL MSA +455,184,153,Remainder of Alabama +455,185,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +455,186,217,New York NY-NJ-CT-PA CSA (NJ Part) +455,187,186,Indianapolis IN CSA +455,188,223,New York NY-NJ-CT-PA CSA (NY Part) +455,189,191,Louisville KY-IN CSA (KY Part) +455,190,231,Cincinnati OH-KY-IN CSA (OH Part) +455,191,176,Atlanta GA-AL CSA (GA Part) +455,192,191,Louisville KY-IN CSA (KY Part) +455,193,249,Memphis TN-MS-AR MSA (TN Part) +455,194,176,Atlanta GA-AL CSA (GA Part) +455,195,191,Louisville KY-IN CSA (KY Part) +455,196,249,Memphis TN-MS-AR MSA (TN Part) +455,197,223,New York NY-NJ-CT-PA CSA (NY Part) +455,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +455,199,223,New York NY-NJ-CT-PA CSA (NY Part) +455,200,223,New York NY-NJ-CT-PA CSA (NY Part) +455,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +455,202,223,New York NY-NJ-CT-PA CSA (NY Part) +455,203,223,New York NY-NJ-CT-PA CSA (NY Part) +455,204,217,New York NY-NJ-CT-PA CSA (NJ Part) +455,205,186,Indianapolis IN CSA +455,206,12,Chicago IL-IN-WI CSA (IL Part) +455,207,217,New York NY-NJ-CT-PA CSA (NJ Part) +455,208,172,Miami FL MSA +455,209,12,Chicago IL-IN-WI CSA (IL Part) +455,210,176,Atlanta GA-AL CSA (GA Part) +455,211,217,New York NY-NJ-CT-PA CSA (NJ Part) +455,212,232,Cleveland OH CSA +455,213,192,Remainder of Kentucky +455,214,249,Memphis TN-MS-AR MSA (TN Part) +455,215,12,Chicago IL-IN-WI CSA (IL Part) +455,216,223,New York NY-NJ-CT-PA CSA (NY Part) +455,217,223,New York NY-NJ-CT-PA CSA (NY Part) +455,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +455,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +455,220,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +455,221,223,New York NY-NJ-CT-PA CSA (NY Part) +455,222,223,New York NY-NJ-CT-PA CSA (NY Part) +455,223,223,New York NY-NJ-CT-PA CSA (NY Part) +455,224,201,Boston MA-NH CSA (MA Part) +455,225,223,New York NY-NJ-CT-PA CSA (NY Part) +455,226,172,Miami FL MSA +455,227,223,New York NY-NJ-CT-PA CSA (NY Part) +455,228,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +455,229,266,Washington DC-MD-VA-WV CSA (VA Part) +455,230,201,Boston MA-NH CSA (MA Part) +455,231,201,Boston MA-NH CSA (MA Part) +455,232,217,New York NY-NJ-CT-PA CSA (NJ Part) +455,233,232,Cleveland OH CSA +455,234,223,New York NY-NJ-CT-PA CSA (NY Part) +455,235,266,Washington DC-MD-VA-WV CSA (VA Part) +455,236,195,New Orleans LA CSA +455,237,195,New Orleans LA CSA +455,238,257,Houston TX CSA +455,239,217,New York NY-NJ-CT-PA CSA (NJ Part) +455,240,186,Indianapolis IN CSA +455,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +455,242,217,New York NY-NJ-CT-PA CSA (NJ Part) +455,243,223,New York NY-NJ-CT-PA CSA (NY Part) +455,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +455,245,245,Charleston SC MSA +455,246,232,Cleveland OH CSA +455,247,172,Miami FL MSA +455,248,172,Miami FL MSA +455,249,249,Memphis TN-MS-AR MSA (TN Part) +455,250,172,Miami FL MSA +455,251,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +455,252,249,Memphis TN-MS-AR MSA (TN Part) +455,253,176,Atlanta GA-AL CSA (GA Part) +455,254,255,Dallas-Fort Worth TX CSA +455,255,257,Houston TX CSA +455,256,172,Miami FL MSA +455,257,249,Memphis TN-MS-AR MSA (TN Part) +455,258,257,Houston TX CSA +455,259,217,New York NY-NJ-CT-PA CSA (NJ Part) +455,260,217,New York NY-NJ-CT-PA CSA (NJ Part) +455,261,249,Memphis TN-MS-AR MSA (TN Part) +455,262,255,Dallas-Fort Worth TX CSA +455,263,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +455,264,201,Boston MA-NH CSA (MA Part) +455,265,172,Miami FL MSA +455,266,223,New York NY-NJ-CT-PA CSA (NY Part) +455,267,223,New York NY-NJ-CT-PA CSA (NY Part) +455,268,223,New York NY-NJ-CT-PA CSA (NY Part) +455,269,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +455,270,201,Boston MA-NH CSA (MA Part) +455,271,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +455,272,223,New York NY-NJ-CT-PA CSA (NY Part) +455,273,223,New York NY-NJ-CT-PA CSA (NY Part) +456,152,159,Los Angeles CA CSA +456,153,154,Alaska +456,154,162,San Francisco CA CSA +456,155,154,Alaska +456,156,154,Alaska +456,157,154,Alaska +456,158,159,Los Angeles CA CSA +456,159,159,Los Angeles CA CSA +456,160,154,Alaska +456,161,162,San Francisco CA CSA +456,162,162,San Francisco CA CSA +456,163,268,Seattle WA CSA +456,164,159,Los Angeles CA CSA +456,165,154,Alaska +456,166,266,Washington DC-MD-VA-WV CSA (VA Part) +456,167,12,Chicago IL-IN-WI CSA (IL Part) +456,168,232,Cleveland OH CSA +456,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +456,170,223,New York NY-NJ-CT-PA CSA (NY Part) +456,171,266,Washington DC-MD-VA-WV CSA (VA Part) +456,172,172,Miami FL MSA +456,173,191,Louisville KY-IN CSA (KY Part) +456,174,255,Dallas-Fort Worth TX CSA +456,175,249,Memphis TN-MS-AR MSA (TN Part) +456,176,176,Atlanta GA-AL CSA (GA Part) +456,177,12,Chicago IL-IN-WI CSA (IL Part) +456,178,266,Washington DC-MD-VA-WV CSA (VA Part) +456,179,154,Alaska +456,180,159,Los Angeles CA CSA +456,181,154,Alaska +456,183,154,Alaska +456,184,186,Indianapolis IN CSA +456,185,268,Seattle WA CSA +456,186,154,Alaska +456,187,12,Chicago IL-IN-WI CSA (IL Part) +456,188,159,Los Angeles CA CSA +456,189,154,Alaska +456,190,249,Memphis TN-MS-AR MSA (TN Part) +456,191,231,Cincinnati OH-KY-IN CSA (OH Part) +456,192,191,Louisville KY-IN CSA (KY Part) +456,193,255,Dallas-Fort Worth TX CSA +456,194,186,Indianapolis IN CSA +456,195,255,Dallas-Fort Worth TX CSA +456,196,162,San Francisco CA CSA +456,197,223,New York NY-NJ-CT-PA CSA (NY Part) +456,198,223,New York NY-NJ-CT-PA CSA (NY Part) +456,199,203,Detroit MI CSA +456,200,203,Detroit MI CSA +456,201,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +456,202,154,Alaska +456,203,203,Detroit MI CSA +456,204,154,Alaska +456,205,12,Chicago IL-IN-WI CSA (IL Part) +456,206,268,Seattle WA CSA +456,207,12,Chicago IL-IN-WI CSA (IL Part) +456,208,162,San Francisco CA CSA +456,209,12,Chicago IL-IN-WI CSA (IL Part) +456,210,12,Chicago IL-IN-WI CSA (IL Part) +456,211,154,Alaska +456,212,268,Seattle WA CSA +456,213,154,Alaska +456,214,159,Los Angeles CA CSA +456,215,154,Alaska +456,216,223,New York NY-NJ-CT-PA CSA (NY Part) +456,217,12,Chicago IL-IN-WI CSA (IL Part) +456,218,191,Louisville KY-IN CSA (KY Part) +456,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +456,220,164,Denver CO CSA +456,221,223,New York NY-NJ-CT-PA CSA (NY Part) +456,222,154,Alaska +456,223,232,Cleveland OH CSA +456,224,154,Alaska +456,225,154,Alaska +456,226,232,Cleveland OH CSA +456,227,266,Washington DC-MD-VA-WV CSA (VA Part) +456,228,223,New York NY-NJ-CT-PA CSA (NY Part) +456,229,201,Boston MA-NH CSA (MA Part) +456,230,154,Alaska +456,231,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +456,232,12,Chicago IL-IN-WI CSA (IL Part) +456,233,12,Chicago IL-IN-WI CSA (IL Part) +456,234,12,Chicago IL-IN-WI CSA (IL Part) +456,235,203,Detroit MI CSA +456,236,255,Dallas-Fort Worth TX CSA +456,237,249,Memphis TN-MS-AR MSA (TN Part) +456,238,154,Alaska +456,239,159,Los Angeles CA CSA +456,240,154,Alaska +456,241,223,New York NY-NJ-CT-PA CSA (NY Part) +456,242,154,Alaska +456,243,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +456,244,154,Alaska +456,245,245,Charleston SC MSA +456,246,249,Memphis TN-MS-AR MSA (TN Part) +456,247,266,Washington DC-MD-VA-WV CSA (VA Part) +456,248,162,San Francisco CA CSA +456,249,154,Alaska +456,250,154,Alaska +456,251,186,Indianapolis IN CSA +456,252,268,Seattle WA CSA +456,253,159,Los Angeles CA CSA +456,254,12,Chicago IL-IN-WI CSA (IL Part) +456,255,154,Alaska +456,256,154,Alaska +456,257,154,Alaska +456,258,159,Los Angeles CA CSA +456,259,154,Alaska +456,260,162,San Francisco CA CSA +456,261,154,Alaska +456,262,154,Alaska +456,263,154,Alaska +456,264,169,Delaware +456,265,12,Chicago IL-IN-WI CSA (IL Part) +456,266,12,Chicago IL-IN-WI CSA (IL Part) +456,267,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +456,268,154,Alaska +456,269,159,Los Angeles CA CSA +456,270,12,Chicago IL-IN-WI CSA (IL Part) +456,271,12,Chicago IL-IN-WI CSA (IL Part) +456,272,12,Chicago IL-IN-WI CSA (IL Part) +456,273,268,Seattle WA CSA +457,152,232,Cleveland OH CSA +457,153,176,Atlanta GA-AL CSA (GA Part) +457,154,154,Alaska +457,155,245,Charleston SC MSA +457,156,231,Cincinnati OH-KY-IN CSA (OH Part) +457,157,186,Indianapolis IN CSA +457,158,176,Atlanta GA-AL CSA (GA Part) +457,159,159,Los Angeles CA CSA +457,160,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +457,161,159,Los Angeles CA CSA +457,162,12,Chicago IL-IN-WI CSA (IL Part) +457,163,12,Chicago IL-IN-WI CSA (IL Part) +457,164,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +457,165,176,Atlanta GA-AL CSA (GA Part) +457,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +457,167,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +457,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +457,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +457,170,223,New York NY-NJ-CT-PA CSA (NY Part) +457,171,176,Atlanta GA-AL CSA (GA Part) +457,172,172,Miami FL MSA +457,173,172,Miami FL MSA +457,174,172,Miami FL MSA +457,175,201,Boston MA-NH CSA (MA Part) +457,176,223,New York NY-NJ-CT-PA CSA (NY Part) +457,177,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +457,178,176,Atlanta GA-AL CSA (GA Part) +457,179,223,New York NY-NJ-CT-PA CSA (NY Part) +457,180,154,Alaska +457,181,223,New York NY-NJ-CT-PA CSA (NY Part) +457,183,203,Detroit MI CSA +457,184,191,Louisville KY-IN CSA (KY Part) +457,185,217,New York NY-NJ-CT-PA CSA (NJ Part) +457,186,217,New York NY-NJ-CT-PA CSA (NJ Part) +457,187,266,Washington DC-MD-VA-WV CSA (VA Part) +457,188,203,Detroit MI CSA +457,189,12,Chicago IL-IN-WI CSA (IL Part) +457,190,12,Chicago IL-IN-WI CSA (IL Part) +457,191,176,Atlanta GA-AL CSA (GA Part) +457,192,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +457,193,176,Atlanta GA-AL CSA (GA Part) +457,194,245,Charleston SC MSA +457,195,223,New York NY-NJ-CT-PA CSA (NY Part) +457,196,172,Miami FL MSA +457,197,223,New York NY-NJ-CT-PA CSA (NY Part) +457,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +457,199,266,Washington DC-MD-VA-WV CSA (VA Part) +457,200,223,New York NY-NJ-CT-PA CSA (NY Part) +457,201,223,New York NY-NJ-CT-PA CSA (NY Part) +457,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +457,203,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +457,204,223,New York NY-NJ-CT-PA CSA (NY Part) +457,205,203,Detroit MI CSA +457,206,223,New York NY-NJ-CT-PA CSA (NY Part) +457,207,223,New York NY-NJ-CT-PA CSA (NY Part) +457,208,172,Miami FL MSA +457,209,232,Cleveland OH CSA +457,210,223,New York NY-NJ-CT-PA CSA (NY Part) +457,211,186,Indianapolis IN CSA +457,212,203,Detroit MI CSA +457,213,217,New York NY-NJ-CT-PA CSA (NJ Part) +457,214,159,Los Angeles CA CSA +457,215,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +457,216,223,New York NY-NJ-CT-PA CSA (NY Part) +457,217,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +457,218,223,New York NY-NJ-CT-PA CSA (NY Part) +457,219,223,New York NY-NJ-CT-PA CSA (NY Part) +457,220,223,New York NY-NJ-CT-PA CSA (NY Part) +457,221,223,New York NY-NJ-CT-PA CSA (NY Part) +457,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +457,223,223,New York NY-NJ-CT-PA CSA (NY Part) +457,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +457,225,223,New York NY-NJ-CT-PA CSA (NY Part) +457,226,231,Cincinnati OH-KY-IN CSA (OH Part) +457,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +457,228,217,New York NY-NJ-CT-PA CSA (NJ Part) +457,229,217,New York NY-NJ-CT-PA CSA (NJ Part) +457,230,217,New York NY-NJ-CT-PA CSA (NJ Part) +457,231,223,New York NY-NJ-CT-PA CSA (NY Part) +457,232,223,New York NY-NJ-CT-PA CSA (NY Part) +457,233,223,New York NY-NJ-CT-PA CSA (NY Part) +457,234,12,Chicago IL-IN-WI CSA (IL Part) +457,235,266,Washington DC-MD-VA-WV CSA (VA Part) +457,236,223,New York NY-NJ-CT-PA CSA (NY Part) +457,237,223,New York NY-NJ-CT-PA CSA (NY Part) +457,238,249,Memphis TN-MS-AR MSA (TN Part) +457,239,154,Alaska +457,240,192,Remainder of Kentucky +457,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +457,242,223,New York NY-NJ-CT-PA CSA (NY Part) +457,243,223,New York NY-NJ-CT-PA CSA (NY Part) +457,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +457,245,217,New York NY-NJ-CT-PA CSA (NJ Part) +457,246,223,New York NY-NJ-CT-PA CSA (NY Part) +457,247,232,Cleveland OH CSA +457,248,12,Chicago IL-IN-WI CSA (IL Part) +457,249,217,New York NY-NJ-CT-PA CSA (NJ Part) +457,250,12,Chicago IL-IN-WI CSA (IL Part) +457,251,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +457,252,12,Chicago IL-IN-WI CSA (IL Part) +457,253,217,New York NY-NJ-CT-PA CSA (NJ Part) +457,254,176,Atlanta GA-AL CSA (GA Part) +457,255,172,Miami FL MSA +457,256,12,Chicago IL-IN-WI CSA (IL Part) +457,257,173,Orlando FL CSA +457,258,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +457,259,172,Miami FL MSA +457,260,232,Cleveland OH CSA +457,261,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +457,262,12,Chicago IL-IN-WI CSA (IL Part) +457,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +457,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +457,265,201,Boston MA-NH CSA (MA Part) +457,266,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +457,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +457,268,223,New York NY-NJ-CT-PA CSA (NY Part) +457,269,223,New York NY-NJ-CT-PA CSA (NY Part) +457,270,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +457,271,232,Cleveland OH CSA +457,272,223,New York NY-NJ-CT-PA CSA (NY Part) +457,273,223,New York NY-NJ-CT-PA CSA (NY Part) +458,152,223,New York NY-NJ-CT-PA CSA (NY Part) +458,153,223,New York NY-NJ-CT-PA CSA (NY Part) +458,154,154,Alaska +458,155,217,New York NY-NJ-CT-PA CSA (NJ Part) +458,156,266,Washington DC-MD-VA-WV CSA (VA Part) +458,157,186,Indianapolis IN CSA +458,158,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +458,159,192,Remainder of Kentucky +458,160,12,Chicago IL-IN-WI CSA (IL Part) +458,161,201,Boston MA-NH CSA (MA Part) +458,162,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +458,163,162,San Francisco CA CSA +458,164,223,New York NY-NJ-CT-PA CSA (NY Part) +458,165,217,New York NY-NJ-CT-PA CSA (NJ Part) +458,166,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +458,167,223,New York NY-NJ-CT-PA CSA (NY Part) +458,168,223,New York NY-NJ-CT-PA CSA (NY Part) +458,169,223,New York NY-NJ-CT-PA CSA (NY Part) +458,170,223,New York NY-NJ-CT-PA CSA (NY Part) +458,171,169,Delaware +458,172,172,Miami FL MSA +458,173,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +458,174,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +458,175,201,Boston MA-NH CSA (MA Part) +458,176,201,Boston MA-NH CSA (MA Part) +458,177,232,Cleveland OH CSA +458,178,201,Boston MA-NH CSA (MA Part) +458,179,176,Atlanta GA-AL CSA (GA Part) +458,180,154,Alaska +458,181,203,Detroit MI CSA +458,183,201,Boston MA-NH CSA (MA Part) +458,184,223,New York NY-NJ-CT-PA CSA (NY Part) +458,185,12,Chicago IL-IN-WI CSA (IL Part) +458,186,223,New York NY-NJ-CT-PA CSA (NY Part) +458,187,217,New York NY-NJ-CT-PA CSA (NJ Part) +458,188,223,New York NY-NJ-CT-PA CSA (NY Part) +458,189,266,Washington DC-MD-VA-WV CSA (VA Part) +458,190,223,New York NY-NJ-CT-PA CSA (NY Part) +458,191,266,Washington DC-MD-VA-WV CSA (VA Part) +458,192,223,New York NY-NJ-CT-PA CSA (NY Part) +458,193,176,Atlanta GA-AL CSA (GA Part) +458,194,223,New York NY-NJ-CT-PA CSA (NY Part) +458,195,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +458,196,223,New York NY-NJ-CT-PA CSA (NY Part) +458,197,223,New York NY-NJ-CT-PA CSA (NY Part) +458,198,223,New York NY-NJ-CT-PA CSA (NY Part) +458,199,223,New York NY-NJ-CT-PA CSA (NY Part) +458,200,223,New York NY-NJ-CT-PA CSA (NY Part) +458,201,223,New York NY-NJ-CT-PA CSA (NY Part) +458,202,223,New York NY-NJ-CT-PA CSA (NY Part) +458,203,223,New York NY-NJ-CT-PA CSA (NY Part) +458,204,223,New York NY-NJ-CT-PA CSA (NY Part) +458,205,266,Washington DC-MD-VA-WV CSA (VA Part) +458,206,12,Chicago IL-IN-WI CSA (IL Part) +458,207,12,Chicago IL-IN-WI CSA (IL Part) +458,208,232,Cleveland OH CSA +458,209,203,Detroit MI CSA +458,210,12,Chicago IL-IN-WI CSA (IL Part) +458,211,223,New York NY-NJ-CT-PA CSA (NY Part) +458,212,223,New York NY-NJ-CT-PA CSA (NY Part) +458,213,223,New York NY-NJ-CT-PA CSA (NY Part) +458,214,217,New York NY-NJ-CT-PA CSA (NJ Part) +458,215,223,New York NY-NJ-CT-PA CSA (NY Part) +458,216,223,New York NY-NJ-CT-PA CSA (NY Part) +458,217,223,New York NY-NJ-CT-PA CSA (NY Part) +458,218,223,New York NY-NJ-CT-PA CSA (NY Part) +458,219,266,Washington DC-MD-VA-WV CSA (VA Part) +458,220,223,New York NY-NJ-CT-PA CSA (NY Part) +458,221,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +458,222,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +458,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +458,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +458,225,223,New York NY-NJ-CT-PA CSA (NY Part) +458,226,245,Charleston SC MSA +458,227,266,Washington DC-MD-VA-WV CSA (VA Part) +458,228,223,New York NY-NJ-CT-PA CSA (NY Part) +458,229,201,Boston MA-NH CSA (MA Part) +458,230,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +458,231,217,New York NY-NJ-CT-PA CSA (NJ Part) +458,232,223,New York NY-NJ-CT-PA CSA (NY Part) +458,233,201,Boston MA-NH CSA (MA Part) +458,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +458,235,232,Cleveland OH CSA +458,236,223,New York NY-NJ-CT-PA CSA (NY Part) +458,237,249,Memphis TN-MS-AR MSA (TN Part) +458,238,203,Detroit MI CSA +458,239,164,Denver CO CSA +458,240,268,Seattle WA CSA +458,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +458,242,223,New York NY-NJ-CT-PA CSA (NY Part) +458,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +458,244,223,New York NY-NJ-CT-PA CSA (NY Part) +458,245,223,New York NY-NJ-CT-PA CSA (NY Part) +458,246,223,New York NY-NJ-CT-PA CSA (NY Part) +458,247,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +458,248,12,Chicago IL-IN-WI CSA (IL Part) +458,249,12,Chicago IL-IN-WI CSA (IL Part) +458,250,12,Chicago IL-IN-WI CSA (IL Part) +458,251,217,New York NY-NJ-CT-PA CSA (NJ Part) +458,252,249,Memphis TN-MS-AR MSA (TN Part) +458,253,223,New York NY-NJ-CT-PA CSA (NY Part) +458,254,12,Chicago IL-IN-WI CSA (IL Part) +458,255,223,New York NY-NJ-CT-PA CSA (NY Part) +458,256,223,New York NY-NJ-CT-PA CSA (NY Part) +458,257,217,New York NY-NJ-CT-PA CSA (NJ Part) +458,258,257,Houston TX CSA +458,259,266,Washington DC-MD-VA-WV CSA (VA Part) +458,260,223,New York NY-NJ-CT-PA CSA (NY Part) +458,261,203,Detroit MI CSA +458,262,223,New York NY-NJ-CT-PA CSA (NY Part) +458,263,223,New York NY-NJ-CT-PA CSA (NY Part) +458,264,232,Cleveland OH CSA +458,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +458,266,217,New York NY-NJ-CT-PA CSA (NJ Part) +458,267,223,New York NY-NJ-CT-PA CSA (NY Part) +458,268,268,Seattle WA CSA +458,269,268,Seattle WA CSA +458,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +458,271,217,New York NY-NJ-CT-PA CSA (NJ Part) +458,272,266,Washington DC-MD-VA-WV CSA (VA Part) +458,273,164,Denver CO CSA +459,152,223,New York NY-NJ-CT-PA CSA (NY Part) +459,153,192,Remainder of Kentucky +459,154,12,Chicago IL-IN-WI CSA (IL Part) +459,155,159,Los Angeles CA CSA +459,156,159,Los Angeles CA CSA +459,157,159,Los Angeles CA CSA +459,158,154,Alaska +459,159,154,Alaska +459,160,268,Seattle WA CSA +459,161,268,Seattle WA CSA +459,162,268,Seattle WA CSA +459,163,154,Alaska +459,164,12,Chicago IL-IN-WI CSA (IL Part) +459,165,154,Alaska +459,166,223,New York NY-NJ-CT-PA CSA (NY Part) +459,167,232,Cleveland OH CSA +459,168,223,New York NY-NJ-CT-PA CSA (NY Part) +459,169,223,New York NY-NJ-CT-PA CSA (NY Part) +459,170,203,Detroit MI CSA +459,171,223,New York NY-NJ-CT-PA CSA (NY Part) +459,172,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +459,173,12,Chicago IL-IN-WI CSA (IL Part) +459,174,223,New York NY-NJ-CT-PA CSA (NY Part) +459,175,217,New York NY-NJ-CT-PA CSA (NJ Part) +459,176,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +459,177,217,New York NY-NJ-CT-PA CSA (NJ Part) +459,178,12,Chicago IL-IN-WI CSA (IL Part) +459,179,154,Alaska +459,180,162,San Francisco CA CSA +459,181,154,Alaska +459,183,12,Chicago IL-IN-WI CSA (IL Part) +459,184,12,Chicago IL-IN-WI CSA (IL Part) +459,185,223,New York NY-NJ-CT-PA CSA (NY Part) +459,186,223,New York NY-NJ-CT-PA CSA (NY Part) +459,187,223,New York NY-NJ-CT-PA CSA (NY Part) +459,188,12,Chicago IL-IN-WI CSA (IL Part) +459,189,266,Washington DC-MD-VA-WV CSA (VA Part) +459,190,12,Chicago IL-IN-WI CSA (IL Part) +459,191,223,New York NY-NJ-CT-PA CSA (NY Part) +459,192,203,Detroit MI CSA +459,193,232,Cleveland OH CSA +459,194,217,New York NY-NJ-CT-PA CSA (NJ Part) +459,195,217,New York NY-NJ-CT-PA CSA (NJ Part) +459,196,153,Remainder of Alabama +459,197,203,Detroit MI CSA +459,198,223,New York NY-NJ-CT-PA CSA (NY Part) +459,199,223,New York NY-NJ-CT-PA CSA (NY Part) +459,200,186,Indianapolis IN CSA +459,201,266,Washington DC-MD-VA-WV CSA (VA Part) +459,202,223,New York NY-NJ-CT-PA CSA (NY Part) +459,203,12,Chicago IL-IN-WI CSA (IL Part) +459,204,12,Chicago IL-IN-WI CSA (IL Part) +459,205,223,New York NY-NJ-CT-PA CSA (NY Part) +459,206,223,New York NY-NJ-CT-PA CSA (NY Part) +459,207,154,Alaska +459,208,217,New York NY-NJ-CT-PA CSA (NJ Part) +459,209,12,Chicago IL-IN-WI CSA (IL Part) +459,210,249,Memphis TN-MS-AR MSA (TN Part) +459,211,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +459,212,154,Alaska +459,213,268,Seattle WA CSA +459,214,159,Los Angeles CA CSA +459,215,154,Alaska +459,216,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +459,217,223,New York NY-NJ-CT-PA CSA (NY Part) +459,218,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +459,219,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +459,220,162,San Francisco CA CSA +459,221,201,Boston MA-NH CSA (MA Part) +459,222,203,Detroit MI CSA +459,223,223,New York NY-NJ-CT-PA CSA (NY Part) +459,224,223,New York NY-NJ-CT-PA CSA (NY Part) +459,225,223,New York NY-NJ-CT-PA CSA (NY Part) +459,226,203,Detroit MI CSA +459,227,266,Washington DC-MD-VA-WV CSA (VA Part) +459,228,266,Washington DC-MD-VA-WV CSA (VA Part) +459,229,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +459,230,154,Alaska +459,231,12,Chicago IL-IN-WI CSA (IL Part) +459,232,217,New York NY-NJ-CT-PA CSA (NJ Part) +459,233,217,New York NY-NJ-CT-PA CSA (NJ Part) +459,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +459,235,223,New York NY-NJ-CT-PA CSA (NY Part) +459,236,12,Chicago IL-IN-WI CSA (IL Part) +459,237,176,Atlanta GA-AL CSA (GA Part) +459,238,203,Detroit MI CSA +459,239,12,Chicago IL-IN-WI CSA (IL Part) +459,240,12,Chicago IL-IN-WI CSA (IL Part) +459,241,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +459,242,223,New York NY-NJ-CT-PA CSA (NY Part) +459,243,12,Chicago IL-IN-WI CSA (IL Part) +459,244,223,New York NY-NJ-CT-PA CSA (NY Part) +459,245,12,Chicago IL-IN-WI CSA (IL Part) +459,246,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +459,247,201,Boston MA-NH CSA (MA Part) +459,248,12,Chicago IL-IN-WI CSA (IL Part) +459,249,249,Memphis TN-MS-AR MSA (TN Part) +459,250,176,Atlanta GA-AL CSA (GA Part) +459,251,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +459,252,249,Memphis TN-MS-AR MSA (TN Part) +459,253,232,Cleveland OH CSA +459,254,176,Atlanta GA-AL CSA (GA Part) +459,255,154,Alaska +459,256,154,Alaska +459,257,223,New York NY-NJ-CT-PA CSA (NY Part) +459,258,255,Dallas-Fort Worth TX CSA +459,259,266,Washington DC-MD-VA-WV CSA (VA Part) +459,260,159,Los Angeles CA CSA +459,261,154,Alaska +459,262,154,Alaska +459,263,223,New York NY-NJ-CT-PA CSA (NY Part) +459,264,266,Washington DC-MD-VA-WV CSA (VA Part) +459,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +459,266,203,Detroit MI CSA +459,267,223,New York NY-NJ-CT-PA CSA (NY Part) +459,268,162,San Francisco CA CSA +459,269,154,Alaska +459,270,223,New York NY-NJ-CT-PA CSA (NY Part) +459,271,203,Detroit MI CSA +459,272,217,New York NY-NJ-CT-PA CSA (NJ Part) +459,273,203,Detroit MI CSA +460,152,176,Atlanta GA-AL CSA (GA Part) +460,153,223,New York NY-NJ-CT-PA CSA (NY Part) +460,154,154,Alaska +460,155,203,Detroit MI CSA +460,156,191,Louisville KY-IN CSA (KY Part) +460,157,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +460,158,249,Memphis TN-MS-AR MSA (TN Part) +460,159,231,Cincinnati OH-KY-IN CSA (OH Part) +460,160,268,Seattle WA CSA +460,161,159,Los Angeles CA CSA +460,162,223,New York NY-NJ-CT-PA CSA (NY Part) +460,163,159,Los Angeles CA CSA +460,164,232,Cleveland OH CSA +460,165,217,New York NY-NJ-CT-PA CSA (NJ Part) +460,166,223,New York NY-NJ-CT-PA CSA (NY Part) +460,167,223,New York NY-NJ-CT-PA CSA (NY Part) +460,168,223,New York NY-NJ-CT-PA CSA (NY Part) +460,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +460,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +460,171,172,Miami FL MSA +460,172,172,Miami FL MSA +460,173,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +460,174,153,Remainder of Alabama +460,175,217,New York NY-NJ-CT-PA CSA (NJ Part) +460,176,191,Louisville KY-IN CSA (KY Part) +460,177,176,Atlanta GA-AL CSA (GA Part) +460,178,223,New York NY-NJ-CT-PA CSA (NY Part) +460,179,154,Alaska +460,180,154,Alaska +460,181,223,New York NY-NJ-CT-PA CSA (NY Part) +460,183,191,Louisville KY-IN CSA (KY Part) +460,184,223,New York NY-NJ-CT-PA CSA (NY Part) +460,185,12,Chicago IL-IN-WI CSA (IL Part) +460,186,223,New York NY-NJ-CT-PA CSA (NY Part) +460,187,223,New York NY-NJ-CT-PA CSA (NY Part) +460,188,191,Louisville KY-IN CSA (KY Part) +460,189,217,New York NY-NJ-CT-PA CSA (NJ Part) +460,190,223,New York NY-NJ-CT-PA CSA (NY Part) +460,191,266,Washington DC-MD-VA-WV CSA (VA Part) +460,192,192,Remainder of Kentucky +460,193,195,New Orleans LA CSA +460,194,176,Atlanta GA-AL CSA (GA Part) +460,195,266,Washington DC-MD-VA-WV CSA (VA Part) +460,196,12,Chicago IL-IN-WI CSA (IL Part) +460,197,223,New York NY-NJ-CT-PA CSA (NY Part) +460,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +460,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +460,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +460,201,201,Boston MA-NH CSA (MA Part) +460,202,223,New York NY-NJ-CT-PA CSA (NY Part) +460,203,223,New York NY-NJ-CT-PA CSA (NY Part) +460,204,223,New York NY-NJ-CT-PA CSA (NY Part) +460,205,223,New York NY-NJ-CT-PA CSA (NY Part) +460,206,232,Cleveland OH CSA +460,207,12,Chicago IL-IN-WI CSA (IL Part) +460,208,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +460,209,12,Chicago IL-IN-WI CSA (IL Part) +460,210,217,New York NY-NJ-CT-PA CSA (NJ Part) +460,211,217,New York NY-NJ-CT-PA CSA (NJ Part) +460,212,266,Washington DC-MD-VA-WV CSA (VA Part) +460,213,12,Chicago IL-IN-WI CSA (IL Part) +460,214,223,New York NY-NJ-CT-PA CSA (NY Part) +460,215,191,Louisville KY-IN CSA (KY Part) +460,216,223,New York NY-NJ-CT-PA CSA (NY Part) +460,217,223,New York NY-NJ-CT-PA CSA (NY Part) +460,218,266,Washington DC-MD-VA-WV CSA (VA Part) +460,219,266,Washington DC-MD-VA-WV CSA (VA Part) +460,220,255,Dallas-Fort Worth TX CSA +460,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +460,222,223,New York NY-NJ-CT-PA CSA (NY Part) +460,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +460,224,223,New York NY-NJ-CT-PA CSA (NY Part) +460,225,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +460,226,223,New York NY-NJ-CT-PA CSA (NY Part) +460,227,169,Delaware +460,228,223,New York NY-NJ-CT-PA CSA (NY Part) +460,229,217,New York NY-NJ-CT-PA CSA (NJ Part) +460,230,12,Chicago IL-IN-WI CSA (IL Part) +460,231,232,Cleveland OH CSA +460,232,223,New York NY-NJ-CT-PA CSA (NY Part) +460,233,217,New York NY-NJ-CT-PA CSA (NJ Part) +460,234,223,New York NY-NJ-CT-PA CSA (NY Part) +460,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +460,236,232,Cleveland OH CSA +460,237,231,Cincinnati OH-KY-IN CSA (OH Part) +460,238,223,New York NY-NJ-CT-PA CSA (NY Part) +460,239,12,Chicago IL-IN-WI CSA (IL Part) +460,240,268,Seattle WA CSA +460,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +460,242,223,New York NY-NJ-CT-PA CSA (NY Part) +460,243,223,New York NY-NJ-CT-PA CSA (NY Part) +460,244,223,New York NY-NJ-CT-PA CSA (NY Part) +460,245,172,Miami FL MSA +460,246,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +460,247,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +460,248,12,Chicago IL-IN-WI CSA (IL Part) +460,249,266,Washington DC-MD-VA-WV CSA (VA Part) +460,250,266,Washington DC-MD-VA-WV CSA (VA Part) +460,251,201,Boston MA-NH CSA (MA Part) +460,252,217,New York NY-NJ-CT-PA CSA (NJ Part) +460,253,245,Charleston SC MSA +460,254,266,Washington DC-MD-VA-WV CSA (VA Part) +460,255,223,New York NY-NJ-CT-PA CSA (NY Part) +460,256,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +460,257,186,Indianapolis IN CSA +460,258,232,Cleveland OH CSA +460,259,217,New York NY-NJ-CT-PA CSA (NJ Part) +460,260,223,New York NY-NJ-CT-PA CSA (NY Part) +460,261,223,New York NY-NJ-CT-PA CSA (NY Part) +460,262,12,Chicago IL-IN-WI CSA (IL Part) +460,263,266,Washington DC-MD-VA-WV CSA (VA Part) +460,264,266,Washington DC-MD-VA-WV CSA (VA Part) +460,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +460,266,223,New York NY-NJ-CT-PA CSA (NY Part) +460,267,266,Washington DC-MD-VA-WV CSA (VA Part) +460,268,223,New York NY-NJ-CT-PA CSA (NY Part) +460,269,154,Alaska +460,270,223,New York NY-NJ-CT-PA CSA (NY Part) +460,271,223,New York NY-NJ-CT-PA CSA (NY Part) +460,272,12,Chicago IL-IN-WI CSA (IL Part) +460,273,191,Louisville KY-IN CSA (KY Part) +461,152,172,Miami FL MSA +461,153,153,Remainder of Alabama +461,154,223,New York NY-NJ-CT-PA CSA (NY Part) +461,155,195,New Orleans LA CSA +461,156,172,Miami FL MSA +461,157,195,New Orleans LA CSA +461,158,249,Memphis TN-MS-AR MSA (TN Part) +461,159,249,Memphis TN-MS-AR MSA (TN Part) +461,160,172,Miami FL MSA +461,161,176,Atlanta GA-AL CSA (GA Part) +461,162,159,Los Angeles CA CSA +461,163,159,Los Angeles CA CSA +461,164,173,Orlando FL CSA +461,165,172,Miami FL MSA +461,166,223,New York NY-NJ-CT-PA CSA (NY Part) +461,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +461,168,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +461,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +461,170,172,Miami FL MSA +461,171,172,Miami FL MSA +461,172,172,Miami FL MSA +461,173,172,Miami FL MSA +461,174,172,Miami FL MSA +461,175,172,Miami FL MSA +461,176,176,Atlanta GA-AL CSA (GA Part) +461,177,172,Miami FL MSA +461,178,172,Miami FL MSA +461,179,232,Cleveland OH CSA +461,180,176,Atlanta GA-AL CSA (GA Part) +461,181,249,Memphis TN-MS-AR MSA (TN Part) +461,183,192,Remainder of Kentucky +461,184,191,Louisville KY-IN CSA (KY Part) +461,185,217,New York NY-NJ-CT-PA CSA (NJ Part) +461,186,226,Charlotte NC-SC CSA (NC Part) +461,187,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +461,188,172,Miami FL MSA +461,189,176,Atlanta GA-AL CSA (GA Part) +461,190,153,Remainder of Alabama +461,191,266,Washington DC-MD-VA-WV CSA (VA Part) +461,192,153,Remainder of Alabama +461,193,172,Miami FL MSA +461,194,172,Miami FL MSA +461,195,172,Miami FL MSA +461,196,172,Miami FL MSA +461,197,223,New York NY-NJ-CT-PA CSA (NY Part) +461,198,245,Charleston SC MSA +461,199,266,Washington DC-MD-VA-WV CSA (VA Part) +461,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +461,201,223,New York NY-NJ-CT-PA CSA (NY Part) +461,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +461,203,176,Atlanta GA-AL CSA (GA Part) +461,204,12,Chicago IL-IN-WI CSA (IL Part) +461,205,223,New York NY-NJ-CT-PA CSA (NY Part) +461,206,172,Miami FL MSA +461,207,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +461,208,172,Miami FL MSA +461,209,249,Memphis TN-MS-AR MSA (TN Part) +461,210,176,Atlanta GA-AL CSA (GA Part) +461,211,172,Miami FL MSA +461,212,249,Memphis TN-MS-AR MSA (TN Part) +461,213,192,Remainder of Kentucky +461,214,172,Miami FL MSA +461,215,249,Memphis TN-MS-AR MSA (TN Part) +461,216,223,New York NY-NJ-CT-PA CSA (NY Part) +461,217,223,New York NY-NJ-CT-PA CSA (NY Part) +461,218,266,Washington DC-MD-VA-WV CSA (VA Part) +461,219,223,New York NY-NJ-CT-PA CSA (NY Part) +461,220,257,Houston TX CSA +461,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +461,222,223,New York NY-NJ-CT-PA CSA (NY Part) +461,223,223,New York NY-NJ-CT-PA CSA (NY Part) +461,224,245,Charleston SC MSA +461,225,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +461,226,172,Miami FL MSA +461,227,172,Miami FL MSA +461,228,172,Miami FL MSA +461,229,266,Washington DC-MD-VA-WV CSA (VA Part) +461,230,176,Atlanta GA-AL CSA (GA Part) +461,231,226,Charlotte NC-SC CSA (NC Part) +461,232,223,New York NY-NJ-CT-PA CSA (NY Part) +461,233,172,Miami FL MSA +461,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +461,235,172,Miami FL MSA +461,236,172,Miami FL MSA +461,237,172,Miami FL MSA +461,238,176,Atlanta GA-AL CSA (GA Part) +461,239,249,Memphis TN-MS-AR MSA (TN Part) +461,240,172,Miami FL MSA +461,241,223,New York NY-NJ-CT-PA CSA (NY Part) +461,242,232,Cleveland OH CSA +461,243,223,New York NY-NJ-CT-PA CSA (NY Part) +461,244,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +461,245,172,Miami FL MSA +461,246,172,Miami FL MSA +461,247,172,Miami FL MSA +461,248,12,Chicago IL-IN-WI CSA (IL Part) +461,249,176,Atlanta GA-AL CSA (GA Part) +461,250,153,Remainder of Alabama +461,251,226,Charlotte NC-SC CSA (NC Part) +461,252,172,Miami FL MSA +461,253,257,Houston TX CSA +461,254,176,Atlanta GA-AL CSA (GA Part) +461,255,176,Atlanta GA-AL CSA (GA Part) +461,256,176,Atlanta GA-AL CSA (GA Part) +461,257,172,Miami FL MSA +461,258,257,Houston TX CSA +461,259,172,Miami FL MSA +461,260,255,Dallas-Fort Worth TX CSA +461,261,153,Remainder of Alabama +461,262,255,Dallas-Fort Worth TX CSA +461,263,223,New York NY-NJ-CT-PA CSA (NY Part) +461,264,223,New York NY-NJ-CT-PA CSA (NY Part) +461,265,266,Washington DC-MD-VA-WV CSA (VA Part) +461,266,172,Miami FL MSA +461,267,172,Miami FL MSA +461,268,176,Atlanta GA-AL CSA (GA Part) +461,269,245,Charleston SC MSA +461,270,176,Atlanta GA-AL CSA (GA Part) +461,271,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +461,272,217,New York NY-NJ-CT-PA CSA (NJ Part) +461,273,176,Atlanta GA-AL CSA (GA Part) +462,152,172,Miami FL MSA +462,153,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +462,154,223,New York NY-NJ-CT-PA CSA (NY Part) +462,155,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +462,156,12,Chicago IL-IN-WI CSA (IL Part) +462,157,245,Charleston SC MSA +462,158,12,Chicago IL-IN-WI CSA (IL Part) +462,159,186,Indianapolis IN CSA +462,160,172,Miami FL MSA +462,161,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +462,162,176,Atlanta GA-AL CSA (GA Part) +462,163,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +462,164,217,New York NY-NJ-CT-PA CSA (NJ Part) +462,165,192,Remainder of Kentucky +462,166,266,Washington DC-MD-VA-WV CSA (VA Part) +462,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +462,168,223,New York NY-NJ-CT-PA CSA (NY Part) +462,169,176,Atlanta GA-AL CSA (GA Part) +462,170,223,New York NY-NJ-CT-PA CSA (NY Part) +462,171,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +462,172,172,Miami FL MSA +462,173,172,Miami FL MSA +462,174,223,New York NY-NJ-CT-PA CSA (NY Part) +462,175,223,New York NY-NJ-CT-PA CSA (NY Part) +462,176,232,Cleveland OH CSA +462,177,172,Miami FL MSA +462,178,266,Washington DC-MD-VA-WV CSA (VA Part) +462,179,223,New York NY-NJ-CT-PA CSA (NY Part) +462,180,12,Chicago IL-IN-WI CSA (IL Part) +462,181,223,New York NY-NJ-CT-PA CSA (NY Part) +462,183,217,New York NY-NJ-CT-PA CSA (NJ Part) +462,184,226,Charlotte NC-SC CSA (NC Part) +462,185,217,New York NY-NJ-CT-PA CSA (NJ Part) +462,186,203,Detroit MI CSA +462,187,232,Cleveland OH CSA +462,188,266,Washington DC-MD-VA-WV CSA (VA Part) +462,189,12,Chicago IL-IN-WI CSA (IL Part) +462,190,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +462,191,191,Louisville KY-IN CSA (KY Part) +462,192,223,New York NY-NJ-CT-PA CSA (NY Part) +462,193,195,New Orleans LA CSA +462,194,172,Miami FL MSA +462,195,169,Delaware +462,196,172,Miami FL MSA +462,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +462,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +462,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +462,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +462,201,266,Washington DC-MD-VA-WV CSA (VA Part) +462,202,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +462,203,232,Cleveland OH CSA +462,204,12,Chicago IL-IN-WI CSA (IL Part) +462,205,12,Chicago IL-IN-WI CSA (IL Part) +462,206,169,Delaware +462,207,12,Chicago IL-IN-WI CSA (IL Part) +462,208,232,Cleveland OH CSA +462,209,186,Indianapolis IN CSA +462,210,223,New York NY-NJ-CT-PA CSA (NY Part) +462,211,12,Chicago IL-IN-WI CSA (IL Part) +462,212,245,Charleston SC MSA +462,213,223,New York NY-NJ-CT-PA CSA (NY Part) +462,214,217,New York NY-NJ-CT-PA CSA (NJ Part) +462,215,226,Charlotte NC-SC CSA (NC Part) +462,216,223,New York NY-NJ-CT-PA CSA (NY Part) +462,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +462,218,201,Boston MA-NH CSA (MA Part) +462,219,266,Washington DC-MD-VA-WV CSA (VA Part) +462,220,172,Miami FL MSA +462,221,223,New York NY-NJ-CT-PA CSA (NY Part) +462,222,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +462,223,223,New York NY-NJ-CT-PA CSA (NY Part) +462,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +462,225,223,New York NY-NJ-CT-PA CSA (NY Part) +462,226,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +462,227,223,New York NY-NJ-CT-PA CSA (NY Part) +462,228,223,New York NY-NJ-CT-PA CSA (NY Part) +462,229,223,New York NY-NJ-CT-PA CSA (NY Part) +462,230,223,New York NY-NJ-CT-PA CSA (NY Part) +462,231,223,New York NY-NJ-CT-PA CSA (NY Part) +462,232,169,Delaware +462,233,201,Boston MA-NH CSA (MA Part) +462,234,223,New York NY-NJ-CT-PA CSA (NY Part) +462,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +462,236,223,New York NY-NJ-CT-PA CSA (NY Part) +462,237,12,Chicago IL-IN-WI CSA (IL Part) +462,238,223,New York NY-NJ-CT-PA CSA (NY Part) +462,239,176,Atlanta GA-AL CSA (GA Part) +462,240,217,New York NY-NJ-CT-PA CSA (NJ Part) +462,241,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +462,242,223,New York NY-NJ-CT-PA CSA (NY Part) +462,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +462,244,223,New York NY-NJ-CT-PA CSA (NY Part) +462,245,172,Miami FL MSA +462,246,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +462,247,172,Miami FL MSA +462,248,173,Orlando FL CSA +462,249,172,Miami FL MSA +462,250,176,Atlanta GA-AL CSA (GA Part) +462,251,223,New York NY-NJ-CT-PA CSA (NY Part) +462,252,257,Houston TX CSA +462,253,176,Atlanta GA-AL CSA (GA Part) +462,254,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +462,255,223,New York NY-NJ-CT-PA CSA (NY Part) +462,256,217,New York NY-NJ-CT-PA CSA (NJ Part) +462,257,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +462,258,255,Dallas-Fort Worth TX CSA +462,259,232,Cleveland OH CSA +462,260,201,Boston MA-NH CSA (MA Part) +462,261,217,New York NY-NJ-CT-PA CSA (NJ Part) +462,262,176,Atlanta GA-AL CSA (GA Part) +462,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +462,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +462,265,223,New York NY-NJ-CT-PA CSA (NY Part) +462,266,223,New York NY-NJ-CT-PA CSA (NY Part) +462,267,266,Washington DC-MD-VA-WV CSA (VA Part) +462,268,217,New York NY-NJ-CT-PA CSA (NJ Part) +462,269,249,Memphis TN-MS-AR MSA (TN Part) +462,270,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +462,271,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +462,272,266,Washington DC-MD-VA-WV CSA (VA Part) +462,273,203,Detroit MI CSA +463,152,201,Boston MA-NH CSA (MA Part) +463,153,217,New York NY-NJ-CT-PA CSA (NJ Part) +463,154,268,Seattle WA CSA +463,155,203,Detroit MI CSA +463,156,12,Chicago IL-IN-WI CSA (IL Part) +463,157,217,New York NY-NJ-CT-PA CSA (NJ Part) +463,158,249,Memphis TN-MS-AR MSA (TN Part) +463,159,159,Los Angeles CA CSA +463,160,162,San Francisco CA CSA +463,161,12,Chicago IL-IN-WI CSA (IL Part) +463,162,162,San Francisco CA CSA +463,163,159,Los Angeles CA CSA +463,164,12,Chicago IL-IN-WI CSA (IL Part) +463,165,249,Memphis TN-MS-AR MSA (TN Part) +463,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +463,167,223,New York NY-NJ-CT-PA CSA (NY Part) +463,168,223,New York NY-NJ-CT-PA CSA (NY Part) +463,169,223,New York NY-NJ-CT-PA CSA (NY Part) +463,170,223,New York NY-NJ-CT-PA CSA (NY Part) +463,171,217,New York NY-NJ-CT-PA CSA (NJ Part) +463,172,172,Miami FL MSA +463,173,223,New York NY-NJ-CT-PA CSA (NY Part) +463,174,223,New York NY-NJ-CT-PA CSA (NY Part) +463,175,223,New York NY-NJ-CT-PA CSA (NY Part) +463,176,217,New York NY-NJ-CT-PA CSA (NJ Part) +463,177,217,New York NY-NJ-CT-PA CSA (NJ Part) +463,178,176,Atlanta GA-AL CSA (GA Part) +463,179,159,Los Angeles CA CSA +463,180,154,Alaska +463,181,12,Chicago IL-IN-WI CSA (IL Part) +463,183,232,Cleveland OH CSA +463,184,223,New York NY-NJ-CT-PA CSA (NY Part) +463,185,223,New York NY-NJ-CT-PA CSA (NY Part) +463,186,12,Chicago IL-IN-WI CSA (IL Part) +463,187,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +463,188,12,Chicago IL-IN-WI CSA (IL Part) +463,189,12,Chicago IL-IN-WI CSA (IL Part) +463,190,12,Chicago IL-IN-WI CSA (IL Part) +463,191,266,Washington DC-MD-VA-WV CSA (VA Part) +463,192,223,New York NY-NJ-CT-PA CSA (NY Part) +463,193,266,Washington DC-MD-VA-WV CSA (VA Part) +463,194,12,Chicago IL-IN-WI CSA (IL Part) +463,195,176,Atlanta GA-AL CSA (GA Part) +463,196,12,Chicago IL-IN-WI CSA (IL Part) +463,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +463,198,223,New York NY-NJ-CT-PA CSA (NY Part) +463,199,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +463,200,223,New York NY-NJ-CT-PA CSA (NY Part) +463,201,223,New York NY-NJ-CT-PA CSA (NY Part) +463,202,223,New York NY-NJ-CT-PA CSA (NY Part) +463,203,217,New York NY-NJ-CT-PA CSA (NJ Part) +463,204,12,Chicago IL-IN-WI CSA (IL Part) +463,205,12,Chicago IL-IN-WI CSA (IL Part) +463,206,12,Chicago IL-IN-WI CSA (IL Part) +463,207,12,Chicago IL-IN-WI CSA (IL Part) +463,208,266,Washington DC-MD-VA-WV CSA (VA Part) +463,209,12,Chicago IL-IN-WI CSA (IL Part) +463,210,12,Chicago IL-IN-WI CSA (IL Part) +463,211,232,Cleveland OH CSA +463,212,12,Chicago IL-IN-WI CSA (IL Part) +463,213,12,Chicago IL-IN-WI CSA (IL Part) +463,214,268,Seattle WA CSA +463,215,12,Chicago IL-IN-WI CSA (IL Part) +463,216,223,New York NY-NJ-CT-PA CSA (NY Part) +463,217,223,New York NY-NJ-CT-PA CSA (NY Part) +463,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +463,219,223,New York NY-NJ-CT-PA CSA (NY Part) +463,220,223,New York NY-NJ-CT-PA CSA (NY Part) +463,221,223,New York NY-NJ-CT-PA CSA (NY Part) +463,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +463,223,223,New York NY-NJ-CT-PA CSA (NY Part) +463,224,203,Detroit MI CSA +463,225,223,New York NY-NJ-CT-PA CSA (NY Part) +463,226,223,New York NY-NJ-CT-PA CSA (NY Part) +463,227,223,New York NY-NJ-CT-PA CSA (NY Part) +463,228,223,New York NY-NJ-CT-PA CSA (NY Part) +463,229,217,New York NY-NJ-CT-PA CSA (NJ Part) +463,230,12,Chicago IL-IN-WI CSA (IL Part) +463,231,223,New York NY-NJ-CT-PA CSA (NY Part) +463,232,203,Detroit MI CSA +463,233,223,New York NY-NJ-CT-PA CSA (NY Part) +463,234,203,Detroit MI CSA +463,235,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +463,236,249,Memphis TN-MS-AR MSA (TN Part) +463,237,12,Chicago IL-IN-WI CSA (IL Part) +463,238,12,Chicago IL-IN-WI CSA (IL Part) +463,239,223,New York NY-NJ-CT-PA CSA (NY Part) +463,240,12,Chicago IL-IN-WI CSA (IL Part) +463,241,223,New York NY-NJ-CT-PA CSA (NY Part) +463,242,223,New York NY-NJ-CT-PA CSA (NY Part) +463,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +463,244,223,New York NY-NJ-CT-PA CSA (NY Part) +463,245,223,New York NY-NJ-CT-PA CSA (NY Part) +463,246,223,New York NY-NJ-CT-PA CSA (NY Part) +463,247,223,New York NY-NJ-CT-PA CSA (NY Part) +463,248,12,Chicago IL-IN-WI CSA (IL Part) +463,249,12,Chicago IL-IN-WI CSA (IL Part) +463,250,176,Atlanta GA-AL CSA (GA Part) +463,251,217,New York NY-NJ-CT-PA CSA (NJ Part) +463,252,231,Cincinnati OH-KY-IN CSA (OH Part) +463,253,153,Remainder of Alabama +463,254,217,New York NY-NJ-CT-PA CSA (NJ Part) +463,255,249,Memphis TN-MS-AR MSA (TN Part) +463,256,217,New York NY-NJ-CT-PA CSA (NJ Part) +463,257,12,Chicago IL-IN-WI CSA (IL Part) +463,258,217,New York NY-NJ-CT-PA CSA (NJ Part) +463,259,186,Indianapolis IN CSA +463,260,217,New York NY-NJ-CT-PA CSA (NJ Part) +463,261,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +463,262,159,Los Angeles CA CSA +463,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +463,264,223,New York NY-NJ-CT-PA CSA (NY Part) +463,265,223,New York NY-NJ-CT-PA CSA (NY Part) +463,266,223,New York NY-NJ-CT-PA CSA (NY Part) +463,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +463,268,154,Alaska +463,269,162,San Francisco CA CSA +463,270,266,Washington DC-MD-VA-WV CSA (VA Part) +463,271,12,Chicago IL-IN-WI CSA (IL Part) +463,272,12,Chicago IL-IN-WI CSA (IL Part) +463,273,12,Chicago IL-IN-WI CSA (IL Part) +464,152,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +464,153,266,Washington DC-MD-VA-WV CSA (VA Part) +464,154,12,Chicago IL-IN-WI CSA (IL Part) +464,155,159,Los Angeles CA CSA +464,156,12,Chicago IL-IN-WI CSA (IL Part) +464,157,223,New York NY-NJ-CT-PA CSA (NY Part) +464,158,223,New York NY-NJ-CT-PA CSA (NY Part) +464,159,186,Indianapolis IN CSA +464,160,162,San Francisco CA CSA +464,161,232,Cleveland OH CSA +464,162,217,New York NY-NJ-CT-PA CSA (NJ Part) +464,163,12,Chicago IL-IN-WI CSA (IL Part) +464,164,203,Detroit MI CSA +464,165,12,Chicago IL-IN-WI CSA (IL Part) +464,166,223,New York NY-NJ-CT-PA CSA (NY Part) +464,167,223,New York NY-NJ-CT-PA CSA (NY Part) +464,168,223,New York NY-NJ-CT-PA CSA (NY Part) +464,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +464,170,223,New York NY-NJ-CT-PA CSA (NY Part) +464,171,176,Atlanta GA-AL CSA (GA Part) +464,172,223,New York NY-NJ-CT-PA CSA (NY Part) +464,173,217,New York NY-NJ-CT-PA CSA (NJ Part) +464,174,217,New York NY-NJ-CT-PA CSA (NJ Part) +464,175,176,Atlanta GA-AL CSA (GA Part) +464,176,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +464,177,223,New York NY-NJ-CT-PA CSA (NY Part) +464,178,266,Washington DC-MD-VA-WV CSA (VA Part) +464,179,159,Los Angeles CA CSA +464,180,159,Los Angeles CA CSA +464,181,223,New York NY-NJ-CT-PA CSA (NY Part) +464,183,12,Chicago IL-IN-WI CSA (IL Part) +464,184,12,Chicago IL-IN-WI CSA (IL Part) +464,185,12,Chicago IL-IN-WI CSA (IL Part) +464,186,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +464,187,217,New York NY-NJ-CT-PA CSA (NJ Part) +464,188,12,Chicago IL-IN-WI CSA (IL Part) +464,189,223,New York NY-NJ-CT-PA CSA (NY Part) +464,190,232,Cleveland OH CSA +464,191,12,Chicago IL-IN-WI CSA (IL Part) +464,192,203,Detroit MI CSA +464,193,217,New York NY-NJ-CT-PA CSA (NJ Part) +464,194,232,Cleveland OH CSA +464,195,223,New York NY-NJ-CT-PA CSA (NY Part) +464,196,223,New York NY-NJ-CT-PA CSA (NY Part) +464,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +464,198,223,New York NY-NJ-CT-PA CSA (NY Part) +464,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +464,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +464,201,223,New York NY-NJ-CT-PA CSA (NY Part) +464,202,223,New York NY-NJ-CT-PA CSA (NY Part) +464,203,266,Washington DC-MD-VA-WV CSA (VA Part) +464,204,203,Detroit MI CSA +464,205,223,New York NY-NJ-CT-PA CSA (NY Part) +464,206,223,New York NY-NJ-CT-PA CSA (NY Part) +464,207,217,New York NY-NJ-CT-PA CSA (NJ Part) +464,208,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +464,209,203,Detroit MI CSA +464,210,266,Washington DC-MD-VA-WV CSA (VA Part) +464,211,232,Cleveland OH CSA +464,212,12,Chicago IL-IN-WI CSA (IL Part) +464,213,12,Chicago IL-IN-WI CSA (IL Part) +464,214,268,Seattle WA CSA +464,215,12,Chicago IL-IN-WI CSA (IL Part) +464,216,223,New York NY-NJ-CT-PA CSA (NY Part) +464,217,223,New York NY-NJ-CT-PA CSA (NY Part) +464,218,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +464,219,223,New York NY-NJ-CT-PA CSA (NY Part) +464,220,203,Detroit MI CSA +464,221,223,New York NY-NJ-CT-PA CSA (NY Part) +464,222,223,New York NY-NJ-CT-PA CSA (NY Part) +464,223,223,New York NY-NJ-CT-PA CSA (NY Part) +464,224,223,New York NY-NJ-CT-PA CSA (NY Part) +464,225,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +464,226,201,Boston MA-NH CSA (MA Part) +464,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +464,228,223,New York NY-NJ-CT-PA CSA (NY Part) +464,229,223,New York NY-NJ-CT-PA CSA (NY Part) +464,230,223,New York NY-NJ-CT-PA CSA (NY Part) +464,231,217,New York NY-NJ-CT-PA CSA (NJ Part) +464,232,217,New York NY-NJ-CT-PA CSA (NJ Part) +464,233,232,Cleveland OH CSA +464,234,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +464,235,12,Chicago IL-IN-WI CSA (IL Part) +464,236,217,New York NY-NJ-CT-PA CSA (NJ Part) +464,237,266,Washington DC-MD-VA-WV CSA (VA Part) +464,238,12,Chicago IL-IN-WI CSA (IL Part) +464,239,223,New York NY-NJ-CT-PA CSA (NY Part) +464,240,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +464,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +464,242,223,New York NY-NJ-CT-PA CSA (NY Part) +464,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +464,244,223,New York NY-NJ-CT-PA CSA (NY Part) +464,245,223,New York NY-NJ-CT-PA CSA (NY Part) +464,246,223,New York NY-NJ-CT-PA CSA (NY Part) +464,247,223,New York NY-NJ-CT-PA CSA (NY Part) +464,248,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +464,249,217,New York NY-NJ-CT-PA CSA (NJ Part) +464,250,223,New York NY-NJ-CT-PA CSA (NY Part) +464,251,191,Louisville KY-IN CSA (KY Part) +464,252,176,Atlanta GA-AL CSA (GA Part) +464,253,255,Dallas-Fort Worth TX CSA +464,254,223,New York NY-NJ-CT-PA CSA (NY Part) +464,255,249,Memphis TN-MS-AR MSA (TN Part) +464,256,266,Washington DC-MD-VA-WV CSA (VA Part) +464,257,223,New York NY-NJ-CT-PA CSA (NY Part) +464,258,12,Chicago IL-IN-WI CSA (IL Part) +464,259,217,New York NY-NJ-CT-PA CSA (NJ Part) +464,260,223,New York NY-NJ-CT-PA CSA (NY Part) +464,261,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +464,262,191,Louisville KY-IN CSA (KY Part) +464,263,201,Boston MA-NH CSA (MA Part) +464,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +464,265,223,New York NY-NJ-CT-PA CSA (NY Part) +464,266,203,Detroit MI CSA +464,267,266,Washington DC-MD-VA-WV CSA (VA Part) +464,268,12,Chicago IL-IN-WI CSA (IL Part) +464,269,201,Boston MA-NH CSA (MA Part) +464,270,232,Cleveland OH CSA +464,271,12,Chicago IL-IN-WI CSA (IL Part) +464,272,223,New York NY-NJ-CT-PA CSA (NY Part) +464,273,203,Detroit MI CSA +465,152,176,Atlanta GA-AL CSA (GA Part) +465,153,12,Chicago IL-IN-WI CSA (IL Part) +465,154,154,Alaska +465,155,159,Los Angeles CA CSA +465,156,232,Cleveland OH CSA +465,157,203,Detroit MI CSA +465,158,176,Atlanta GA-AL CSA (GA Part) +465,159,159,Los Angeles CA CSA +465,160,223,New York NY-NJ-CT-PA CSA (NY Part) +465,161,191,Louisville KY-IN CSA (KY Part) +465,162,154,Alaska +465,163,154,Alaska +465,164,203,Detroit MI CSA +465,165,186,Indianapolis IN CSA +465,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +465,167,223,New York NY-NJ-CT-PA CSA (NY Part) +465,168,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +465,169,223,New York NY-NJ-CT-PA CSA (NY Part) +465,170,223,New York NY-NJ-CT-PA CSA (NY Part) +465,171,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +465,172,172,Miami FL MSA +465,173,223,New York NY-NJ-CT-PA CSA (NY Part) +465,174,172,Miami FL MSA +465,175,223,New York NY-NJ-CT-PA CSA (NY Part) +465,176,217,New York NY-NJ-CT-PA CSA (NJ Part) +465,177,223,New York NY-NJ-CT-PA CSA (NY Part) +465,178,223,New York NY-NJ-CT-PA CSA (NY Part) +465,179,162,San Francisco CA CSA +465,180,154,Alaska +465,181,12,Chicago IL-IN-WI CSA (IL Part) +465,183,201,Boston MA-NH CSA (MA Part) +465,184,223,New York NY-NJ-CT-PA CSA (NY Part) +465,185,217,New York NY-NJ-CT-PA CSA (NJ Part) +465,186,201,Boston MA-NH CSA (MA Part) +465,187,217,New York NY-NJ-CT-PA CSA (NJ Part) +465,188,223,New York NY-NJ-CT-PA CSA (NY Part) +465,189,223,New York NY-NJ-CT-PA CSA (NY Part) +465,190,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +465,191,223,New York NY-NJ-CT-PA CSA (NY Part) +465,192,223,New York NY-NJ-CT-PA CSA (NY Part) +465,193,201,Boston MA-NH CSA (MA Part) +465,194,195,New Orleans LA CSA +465,195,249,Memphis TN-MS-AR MSA (TN Part) +465,196,153,Remainder of Alabama +465,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +465,198,201,Boston MA-NH CSA (MA Part) +465,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +465,200,266,Washington DC-MD-VA-WV CSA (VA Part) +465,201,223,New York NY-NJ-CT-PA CSA (NY Part) +465,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +465,203,217,New York NY-NJ-CT-PA CSA (NJ Part) +465,204,12,Chicago IL-IN-WI CSA (IL Part) +465,205,232,Cleveland OH CSA +465,206,223,New York NY-NJ-CT-PA CSA (NY Part) +465,207,223,New York NY-NJ-CT-PA CSA (NY Part) +465,208,217,New York NY-NJ-CT-PA CSA (NJ Part) +465,209,12,Chicago IL-IN-WI CSA (IL Part) +465,210,223,New York NY-NJ-CT-PA CSA (NY Part) +465,211,203,Detroit MI CSA +465,212,266,Washington DC-MD-VA-WV CSA (VA Part) +465,213,186,Indianapolis IN CSA +465,214,186,Indianapolis IN CSA +465,215,159,Los Angeles CA CSA +465,216,223,New York NY-NJ-CT-PA CSA (NY Part) +465,217,223,New York NY-NJ-CT-PA CSA (NY Part) +465,218,223,New York NY-NJ-CT-PA CSA (NY Part) +465,219,203,Detroit MI CSA +465,220,223,New York NY-NJ-CT-PA CSA (NY Part) +465,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +465,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +465,223,223,New York NY-NJ-CT-PA CSA (NY Part) +465,224,223,New York NY-NJ-CT-PA CSA (NY Part) +465,225,223,New York NY-NJ-CT-PA CSA (NY Part) +465,226,217,New York NY-NJ-CT-PA CSA (NJ Part) +465,227,266,Washington DC-MD-VA-WV CSA (VA Part) +465,228,223,New York NY-NJ-CT-PA CSA (NY Part) +465,229,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +465,230,223,New York NY-NJ-CT-PA CSA (NY Part) +465,231,12,Chicago IL-IN-WI CSA (IL Part) +465,232,12,Chicago IL-IN-WI CSA (IL Part) +465,233,217,New York NY-NJ-CT-PA CSA (NJ Part) +465,234,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +465,235,203,Detroit MI CSA +465,236,217,New York NY-NJ-CT-PA CSA (NJ Part) +465,237,203,Detroit MI CSA +465,238,223,New York NY-NJ-CT-PA CSA (NY Part) +465,239,203,Detroit MI CSA +465,240,154,Alaska +465,241,223,New York NY-NJ-CT-PA CSA (NY Part) +465,242,217,New York NY-NJ-CT-PA CSA (NJ Part) +465,243,223,New York NY-NJ-CT-PA CSA (NY Part) +465,244,223,New York NY-NJ-CT-PA CSA (NY Part) +465,245,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +465,246,223,New York NY-NJ-CT-PA CSA (NY Part) +465,247,176,Atlanta GA-AL CSA (GA Part) +465,248,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +465,249,217,New York NY-NJ-CT-PA CSA (NJ Part) +465,250,217,New York NY-NJ-CT-PA CSA (NJ Part) +465,251,192,Remainder of Kentucky +465,252,12,Chicago IL-IN-WI CSA (IL Part) +465,253,255,Dallas-Fort Worth TX CSA +465,254,217,New York NY-NJ-CT-PA CSA (NJ Part) +465,255,217,New York NY-NJ-CT-PA CSA (NJ Part) +465,256,186,Indianapolis IN CSA +465,257,257,Houston TX CSA +465,258,217,New York NY-NJ-CT-PA CSA (NJ Part) +465,259,12,Chicago IL-IN-WI CSA (IL Part) +465,260,223,New York NY-NJ-CT-PA CSA (NY Part) +465,261,164,Denver CO CSA +465,262,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +465,263,223,New York NY-NJ-CT-PA CSA (NY Part) +465,264,266,Washington DC-MD-VA-WV CSA (VA Part) +465,265,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +465,266,223,New York NY-NJ-CT-PA CSA (NY Part) +465,267,266,Washington DC-MD-VA-WV CSA (VA Part) +465,268,154,Alaska +465,269,12,Chicago IL-IN-WI CSA (IL Part) +465,270,223,New York NY-NJ-CT-PA CSA (NY Part) +465,271,12,Chicago IL-IN-WI CSA (IL Part) +465,272,223,New York NY-NJ-CT-PA CSA (NY Part) +465,273,223,New York NY-NJ-CT-PA CSA (NY Part) +466,152,12,Chicago IL-IN-WI CSA (IL Part) +466,153,223,New York NY-NJ-CT-PA CSA (NY Part) +466,154,159,Los Angeles CA CSA +466,155,159,Los Angeles CA CSA +466,156,159,Los Angeles CA CSA +466,157,268,Seattle WA CSA +466,158,266,Washington DC-MD-VA-WV CSA (VA Part) +466,159,154,Alaska +466,160,159,Los Angeles CA CSA +466,161,154,Alaska +466,162,154,Alaska +466,163,159,Los Angeles CA CSA +466,164,203,Detroit MI CSA +466,165,12,Chicago IL-IN-WI CSA (IL Part) +466,166,232,Cleveland OH CSA +466,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +466,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +466,169,223,New York NY-NJ-CT-PA CSA (NY Part) +466,170,223,New York NY-NJ-CT-PA CSA (NY Part) +466,171,266,Washington DC-MD-VA-WV CSA (VA Part) +466,172,201,Boston MA-NH CSA (MA Part) +466,173,153,Remainder of Alabama +466,174,266,Washington DC-MD-VA-WV CSA (VA Part) +466,175,191,Louisville KY-IN CSA (KY Part) +466,176,153,Remainder of Alabama +466,177,223,New York NY-NJ-CT-PA CSA (NY Part) +466,178,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +466,179,162,San Francisco CA CSA +466,180,154,Alaska +466,181,154,Alaska +466,183,186,Indianapolis IN CSA +466,184,12,Chicago IL-IN-WI CSA (IL Part) +466,185,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +466,186,186,Indianapolis IN CSA +466,187,12,Chicago IL-IN-WI CSA (IL Part) +466,188,186,Indianapolis IN CSA +466,189,203,Detroit MI CSA +466,190,231,Cincinnati OH-KY-IN CSA (OH Part) +466,191,231,Cincinnati OH-KY-IN CSA (OH Part) +466,192,217,New York NY-NJ-CT-PA CSA (NJ Part) +466,193,192,Remainder of Kentucky +466,194,266,Washington DC-MD-VA-WV CSA (VA Part) +466,195,12,Chicago IL-IN-WI CSA (IL Part) +466,196,12,Chicago IL-IN-WI CSA (IL Part) +466,197,223,New York NY-NJ-CT-PA CSA (NY Part) +466,198,232,Cleveland OH CSA +466,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +466,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +466,201,223,New York NY-NJ-CT-PA CSA (NY Part) +466,202,223,New York NY-NJ-CT-PA CSA (NY Part) +466,203,223,New York NY-NJ-CT-PA CSA (NY Part) +466,204,223,New York NY-NJ-CT-PA CSA (NY Part) +466,205,12,Chicago IL-IN-WI CSA (IL Part) +466,206,12,Chicago IL-IN-WI CSA (IL Part) +466,207,154,Alaska +466,208,191,Louisville KY-IN CSA (KY Part) +466,209,12,Chicago IL-IN-WI CSA (IL Part) +466,210,223,New York NY-NJ-CT-PA CSA (NY Part) +466,211,12,Chicago IL-IN-WI CSA (IL Part) +466,212,154,Alaska +466,213,191,Louisville KY-IN CSA (KY Part) +466,214,154,Alaska +466,215,154,Alaska +466,216,223,New York NY-NJ-CT-PA CSA (NY Part) +466,217,266,Washington DC-MD-VA-WV CSA (VA Part) +466,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +466,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +466,220,154,Alaska +466,221,203,Detroit MI CSA +466,222,223,New York NY-NJ-CT-PA CSA (NY Part) +466,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +466,224,223,New York NY-NJ-CT-PA CSA (NY Part) +466,225,223,New York NY-NJ-CT-PA CSA (NY Part) +466,226,223,New York NY-NJ-CT-PA CSA (NY Part) +466,227,223,New York NY-NJ-CT-PA CSA (NY Part) +466,228,266,Washington DC-MD-VA-WV CSA (VA Part) +466,229,223,New York NY-NJ-CT-PA CSA (NY Part) +466,230,217,New York NY-NJ-CT-PA CSA (NJ Part) +466,231,203,Detroit MI CSA +466,232,203,Detroit MI CSA +466,233,232,Cleveland OH CSA +466,234,186,Indianapolis IN CSA +466,235,203,Detroit MI CSA +466,236,12,Chicago IL-IN-WI CSA (IL Part) +466,237,12,Chicago IL-IN-WI CSA (IL Part) +466,238,12,Chicago IL-IN-WI CSA (IL Part) +466,239,12,Chicago IL-IN-WI CSA (IL Part) +466,240,154,Alaska +466,241,223,New York NY-NJ-CT-PA CSA (NY Part) +466,242,12,Chicago IL-IN-WI CSA (IL Part) +466,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +466,244,203,Detroit MI CSA +466,245,12,Chicago IL-IN-WI CSA (IL Part) +466,246,266,Washington DC-MD-VA-WV CSA (VA Part) +466,247,186,Indianapolis IN CSA +466,248,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +466,249,249,Memphis TN-MS-AR MSA (TN Part) +466,250,191,Louisville KY-IN CSA (KY Part) +466,251,203,Detroit MI CSA +466,252,12,Chicago IL-IN-WI CSA (IL Part) +466,253,223,New York NY-NJ-CT-PA CSA (NY Part) +466,254,223,New York NY-NJ-CT-PA CSA (NY Part) +466,255,12,Chicago IL-IN-WI CSA (IL Part) +466,256,12,Chicago IL-IN-WI CSA (IL Part) +466,257,257,Houston TX CSA +466,258,232,Cleveland OH CSA +466,259,257,Houston TX CSA +466,260,223,New York NY-NJ-CT-PA CSA (NY Part) +466,261,154,Alaska +466,262,12,Chicago IL-IN-WI CSA (IL Part) +466,263,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +466,264,231,Cincinnati OH-KY-IN CSA (OH Part) +466,265,223,New York NY-NJ-CT-PA CSA (NY Part) +466,266,201,Boston MA-NH CSA (MA Part) +466,267,223,New York NY-NJ-CT-PA CSA (NY Part) +466,268,162,San Francisco CA CSA +466,269,154,Alaska +466,270,223,New York NY-NJ-CT-PA CSA (NY Part) +466,271,191,Louisville KY-IN CSA (KY Part) +466,272,223,New York NY-NJ-CT-PA CSA (NY Part) +466,273,154,Alaska +467,152,266,Washington DC-MD-VA-WV CSA (VA Part) +467,153,223,New York NY-NJ-CT-PA CSA (NY Part) +467,154,154,Alaska +467,155,201,Boston MA-NH CSA (MA Part) +467,156,176,Atlanta GA-AL CSA (GA Part) +467,157,203,Detroit MI CSA +467,158,266,Washington DC-MD-VA-WV CSA (VA Part) +467,159,223,New York NY-NJ-CT-PA CSA (NY Part) +467,160,164,Denver CO CSA +467,161,12,Chicago IL-IN-WI CSA (IL Part) +467,162,162,San Francisco CA CSA +467,163,203,Detroit MI CSA +467,164,12,Chicago IL-IN-WI CSA (IL Part) +467,165,223,New York NY-NJ-CT-PA CSA (NY Part) +467,166,223,New York NY-NJ-CT-PA CSA (NY Part) +467,167,223,New York NY-NJ-CT-PA CSA (NY Part) +467,168,223,New York NY-NJ-CT-PA CSA (NY Part) +467,169,266,Washington DC-MD-VA-WV CSA (VA Part) +467,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +467,171,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +467,172,176,Atlanta GA-AL CSA (GA Part) +467,173,223,New York NY-NJ-CT-PA CSA (NY Part) +467,174,266,Washington DC-MD-VA-WV CSA (VA Part) +467,175,172,Miami FL MSA +467,176,223,New York NY-NJ-CT-PA CSA (NY Part) +467,177,217,New York NY-NJ-CT-PA CSA (NJ Part) +467,178,173,Orlando FL CSA +467,179,201,Boston MA-NH CSA (MA Part) +467,180,249,Memphis TN-MS-AR MSA (TN Part) +467,181,223,New York NY-NJ-CT-PA CSA (NY Part) +467,183,223,New York NY-NJ-CT-PA CSA (NY Part) +467,184,266,Washington DC-MD-VA-WV CSA (VA Part) +467,185,223,New York NY-NJ-CT-PA CSA (NY Part) +467,186,192,Remainder of Kentucky +467,187,223,New York NY-NJ-CT-PA CSA (NY Part) +467,188,203,Detroit MI CSA +467,189,223,New York NY-NJ-CT-PA CSA (NY Part) +467,190,249,Memphis TN-MS-AR MSA (TN Part) +467,191,12,Chicago IL-IN-WI CSA (IL Part) +467,192,266,Washington DC-MD-VA-WV CSA (VA Part) +467,193,266,Washington DC-MD-VA-WV CSA (VA Part) +467,194,249,Memphis TN-MS-AR MSA (TN Part) +467,195,195,New Orleans LA CSA +467,196,186,Indianapolis IN CSA +467,197,223,New York NY-NJ-CT-PA CSA (NY Part) +467,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +467,199,223,New York NY-NJ-CT-PA CSA (NY Part) +467,200,223,New York NY-NJ-CT-PA CSA (NY Part) +467,201,223,New York NY-NJ-CT-PA CSA (NY Part) +467,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +467,203,223,New York NY-NJ-CT-PA CSA (NY Part) +467,204,266,Washington DC-MD-VA-WV CSA (VA Part) +467,205,217,New York NY-NJ-CT-PA CSA (NJ Part) +467,206,191,Louisville KY-IN CSA (KY Part) +467,207,217,New York NY-NJ-CT-PA CSA (NJ Part) +467,208,249,Memphis TN-MS-AR MSA (TN Part) +467,209,201,Boston MA-NH CSA (MA Part) +467,210,223,New York NY-NJ-CT-PA CSA (NY Part) +467,211,203,Detroit MI CSA +467,212,223,New York NY-NJ-CT-PA CSA (NY Part) +467,213,201,Boston MA-NH CSA (MA Part) +467,214,12,Chicago IL-IN-WI CSA (IL Part) +467,215,186,Indianapolis IN CSA +467,216,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +467,217,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +467,218,223,New York NY-NJ-CT-PA CSA (NY Part) +467,219,223,New York NY-NJ-CT-PA CSA (NY Part) +467,220,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +467,221,232,Cleveland OH CSA +467,222,223,New York NY-NJ-CT-PA CSA (NY Part) +467,223,223,New York NY-NJ-CT-PA CSA (NY Part) +467,224,217,New York NY-NJ-CT-PA CSA (NJ Part) +467,225,223,New York NY-NJ-CT-PA CSA (NY Part) +467,226,223,New York NY-NJ-CT-PA CSA (NY Part) +467,227,223,New York NY-NJ-CT-PA CSA (NY Part) +467,228,223,New York NY-NJ-CT-PA CSA (NY Part) +467,229,266,Washington DC-MD-VA-WV CSA (VA Part) +467,230,12,Chicago IL-IN-WI CSA (IL Part) +467,231,266,Washington DC-MD-VA-WV CSA (VA Part) +467,232,223,New York NY-NJ-CT-PA CSA (NY Part) +467,233,232,Cleveland OH CSA +467,234,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +467,235,223,New York NY-NJ-CT-PA CSA (NY Part) +467,236,266,Washington DC-MD-VA-WV CSA (VA Part) +467,237,12,Chicago IL-IN-WI CSA (IL Part) +467,238,172,Miami FL MSA +467,239,12,Chicago IL-IN-WI CSA (IL Part) +467,240,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +467,241,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +467,242,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +467,243,266,Washington DC-MD-VA-WV CSA (VA Part) +467,244,223,New York NY-NJ-CT-PA CSA (NY Part) +467,245,223,New York NY-NJ-CT-PA CSA (NY Part) +467,246,223,New York NY-NJ-CT-PA CSA (NY Part) +467,247,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +467,248,231,Cincinnati OH-KY-IN CSA (OH Part) +467,249,223,New York NY-NJ-CT-PA CSA (NY Part) +467,250,217,New York NY-NJ-CT-PA CSA (NJ Part) +467,251,232,Cleveland OH CSA +467,252,176,Atlanta GA-AL CSA (GA Part) +467,253,12,Chicago IL-IN-WI CSA (IL Part) +467,254,217,New York NY-NJ-CT-PA CSA (NJ Part) +467,255,232,Cleveland OH CSA +467,256,231,Cincinnati OH-KY-IN CSA (OH Part) +467,257,172,Miami FL MSA +467,258,176,Atlanta GA-AL CSA (GA Part) +467,259,232,Cleveland OH CSA +467,260,172,Miami FL MSA +467,261,266,Washington DC-MD-VA-WV CSA (VA Part) +467,262,266,Washington DC-MD-VA-WV CSA (VA Part) +467,263,223,New York NY-NJ-CT-PA CSA (NY Part) +467,264,266,Washington DC-MD-VA-WV CSA (VA Part) +467,265,232,Cleveland OH CSA +467,266,266,Washington DC-MD-VA-WV CSA (VA Part) +467,267,223,New York NY-NJ-CT-PA CSA (NY Part) +467,268,223,New York NY-NJ-CT-PA CSA (NY Part) +467,269,249,Memphis TN-MS-AR MSA (TN Part) +467,270,201,Boston MA-NH CSA (MA Part) +467,271,12,Chicago IL-IN-WI CSA (IL Part) +467,272,201,Boston MA-NH CSA (MA Part) +467,273,201,Boston MA-NH CSA (MA Part) +468,152,154,Alaska +468,153,249,Memphis TN-MS-AR MSA (TN Part) +468,154,154,Alaska +468,155,159,Los Angeles CA CSA +468,156,268,Seattle WA CSA +468,157,179,Honolulu HI MSA +468,158,154,Alaska +468,159,154,Alaska +468,160,159,Los Angeles CA CSA +468,161,162,San Francisco CA CSA +468,162,154,Alaska +468,163,154,Alaska +468,164,154,Alaska +468,165,162,San Francisco CA CSA +468,166,223,New York NY-NJ-CT-PA CSA (NY Part) +468,167,266,Washington DC-MD-VA-WV CSA (VA Part) +468,168,203,Detroit MI CSA +468,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +468,170,154,Alaska +468,171,217,New York NY-NJ-CT-PA CSA (NJ Part) +468,172,12,Chicago IL-IN-WI CSA (IL Part) +468,173,266,Washington DC-MD-VA-WV CSA (VA Part) +468,174,217,New York NY-NJ-CT-PA CSA (NJ Part) +468,175,203,Detroit MI CSA +468,176,217,New York NY-NJ-CT-PA CSA (NJ Part) +468,177,232,Cleveland OH CSA +468,178,12,Chicago IL-IN-WI CSA (IL Part) +468,179,162,San Francisco CA CSA +468,180,159,Los Angeles CA CSA +468,181,162,San Francisco CA CSA +468,183,12,Chicago IL-IN-WI CSA (IL Part) +468,184,192,Remainder of Kentucky +468,185,154,Alaska +468,186,223,New York NY-NJ-CT-PA CSA (NY Part) +468,187,266,Washington DC-MD-VA-WV CSA (VA Part) +468,188,154,Alaska +468,189,154,Alaska +468,190,268,Seattle WA CSA +468,191,12,Chicago IL-IN-WI CSA (IL Part) +468,192,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +468,193,268,Seattle WA CSA +468,194,154,Alaska +468,195,217,New York NY-NJ-CT-PA CSA (NJ Part) +468,196,249,Memphis TN-MS-AR MSA (TN Part) +468,197,223,New York NY-NJ-CT-PA CSA (NY Part) +468,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +468,199,223,New York NY-NJ-CT-PA CSA (NY Part) +468,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +468,201,223,New York NY-NJ-CT-PA CSA (NY Part) +468,202,223,New York NY-NJ-CT-PA CSA (NY Part) +468,203,223,New York NY-NJ-CT-PA CSA (NY Part) +468,204,154,Alaska +468,205,12,Chicago IL-IN-WI CSA (IL Part) +468,206,154,Alaska +468,207,154,Alaska +468,208,154,Alaska +468,209,232,Cleveland OH CSA +468,210,154,Alaska +468,211,232,Cleveland OH CSA +468,212,162,San Francisco CA CSA +468,213,154,Alaska +468,214,154,Alaska +468,215,162,San Francisco CA CSA +468,216,201,Boston MA-NH CSA (MA Part) +468,217,223,New York NY-NJ-CT-PA CSA (NY Part) +468,218,232,Cleveland OH CSA +468,219,201,Boston MA-NH CSA (MA Part) +468,220,154,Alaska +468,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +468,222,191,Louisville KY-IN CSA (KY Part) +468,223,12,Chicago IL-IN-WI CSA (IL Part) +468,224,223,New York NY-NJ-CT-PA CSA (NY Part) +468,225,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +468,226,266,Washington DC-MD-VA-WV CSA (VA Part) +468,227,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +468,228,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +468,229,232,Cleveland OH CSA +468,230,268,Seattle WA CSA +468,231,12,Chicago IL-IN-WI CSA (IL Part) +468,232,223,New York NY-NJ-CT-PA CSA (NY Part) +468,233,154,Alaska +468,234,223,New York NY-NJ-CT-PA CSA (NY Part) +468,235,232,Cleveland OH CSA +468,236,12,Chicago IL-IN-WI CSA (IL Part) +468,237,203,Detroit MI CSA +468,238,12,Chicago IL-IN-WI CSA (IL Part) +468,239,154,Alaska +468,240,154,Alaska +468,241,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +468,242,223,New York NY-NJ-CT-PA CSA (NY Part) +468,243,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +468,244,12,Chicago IL-IN-WI CSA (IL Part) +468,245,12,Chicago IL-IN-WI CSA (IL Part) +468,246,223,New York NY-NJ-CT-PA CSA (NY Part) +468,247,154,Alaska +468,248,159,Los Angeles CA CSA +468,249,12,Chicago IL-IN-WI CSA (IL Part) +468,250,12,Chicago IL-IN-WI CSA (IL Part) +468,251,186,Indianapolis IN CSA +468,252,162,San Francisco CA CSA +468,253,268,Seattle WA CSA +468,254,159,Los Angeles CA CSA +468,255,255,Dallas-Fort Worth TX CSA +468,256,159,Los Angeles CA CSA +468,257,154,Alaska +468,258,162,San Francisco CA CSA +468,259,257,Houston TX CSA +468,260,164,Denver CO CSA +468,261,159,Los Angeles CA CSA +468,262,154,Alaska +468,263,223,New York NY-NJ-CT-PA CSA (NY Part) +468,264,223,New York NY-NJ-CT-PA CSA (NY Part) +468,265,169,Delaware +468,266,266,Washington DC-MD-VA-WV CSA (VA Part) +468,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +468,268,154,Alaska +468,269,154,Alaska +468,270,223,New York NY-NJ-CT-PA CSA (NY Part) +468,271,12,Chicago IL-IN-WI CSA (IL Part) +468,272,154,Alaska +468,273,159,Los Angeles CA CSA +469,152,223,New York NY-NJ-CT-PA CSA (NY Part) +469,153,223,New York NY-NJ-CT-PA CSA (NY Part) +469,154,201,Boston MA-NH CSA (MA Part) +469,155,266,Washington DC-MD-VA-WV CSA (VA Part) +469,156,226,Charlotte NC-SC CSA (NC Part) +469,157,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +469,158,192,Remainder of Kentucky +469,159,162,San Francisco CA CSA +469,160,162,San Francisco CA CSA +469,161,159,Los Angeles CA CSA +469,162,164,Denver CO CSA +469,163,164,Denver CO CSA +469,164,12,Chicago IL-IN-WI CSA (IL Part) +469,165,223,New York NY-NJ-CT-PA CSA (NY Part) +469,166,266,Washington DC-MD-VA-WV CSA (VA Part) +469,167,223,New York NY-NJ-CT-PA CSA (NY Part) +469,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +469,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +469,170,169,Delaware +469,171,176,Atlanta GA-AL CSA (GA Part) +469,172,223,New York NY-NJ-CT-PA CSA (NY Part) +469,173,217,New York NY-NJ-CT-PA CSA (NJ Part) +469,174,232,Cleveland OH CSA +469,175,217,New York NY-NJ-CT-PA CSA (NJ Part) +469,176,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +469,177,217,New York NY-NJ-CT-PA CSA (NJ Part) +469,178,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +469,179,154,Alaska +469,180,154,Alaska +469,181,201,Boston MA-NH CSA (MA Part) +469,183,12,Chicago IL-IN-WI CSA (IL Part) +469,184,217,New York NY-NJ-CT-PA CSA (NJ Part) +469,185,201,Boston MA-NH CSA (MA Part) +469,186,12,Chicago IL-IN-WI CSA (IL Part) +469,187,232,Cleveland OH CSA +469,188,12,Chicago IL-IN-WI CSA (IL Part) +469,189,266,Washington DC-MD-VA-WV CSA (VA Part) +469,190,12,Chicago IL-IN-WI CSA (IL Part) +469,191,266,Washington DC-MD-VA-WV CSA (VA Part) +469,192,223,New York NY-NJ-CT-PA CSA (NY Part) +469,193,12,Chicago IL-IN-WI CSA (IL Part) +469,194,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +469,195,223,New York NY-NJ-CT-PA CSA (NY Part) +469,196,217,New York NY-NJ-CT-PA CSA (NJ Part) +469,197,223,New York NY-NJ-CT-PA CSA (NY Part) +469,198,223,New York NY-NJ-CT-PA CSA (NY Part) +469,199,266,Washington DC-MD-VA-WV CSA (VA Part) +469,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +469,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +469,202,223,New York NY-NJ-CT-PA CSA (NY Part) +469,203,232,Cleveland OH CSA +469,204,12,Chicago IL-IN-WI CSA (IL Part) +469,205,203,Detroit MI CSA +469,206,223,New York NY-NJ-CT-PA CSA (NY Part) +469,207,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +469,208,249,Memphis TN-MS-AR MSA (TN Part) +469,209,12,Chicago IL-IN-WI CSA (IL Part) +469,210,12,Chicago IL-IN-WI CSA (IL Part) +469,211,12,Chicago IL-IN-WI CSA (IL Part) +469,212,12,Chicago IL-IN-WI CSA (IL Part) +469,213,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +469,214,12,Chicago IL-IN-WI CSA (IL Part) +469,215,186,Indianapolis IN CSA +469,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +469,217,223,New York NY-NJ-CT-PA CSA (NY Part) +469,218,169,Delaware +469,219,223,New York NY-NJ-CT-PA CSA (NY Part) +469,220,12,Chicago IL-IN-WI CSA (IL Part) +469,221,201,Boston MA-NH CSA (MA Part) +469,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +469,223,223,New York NY-NJ-CT-PA CSA (NY Part) +469,224,223,New York NY-NJ-CT-PA CSA (NY Part) +469,225,223,New York NY-NJ-CT-PA CSA (NY Part) +469,226,223,New York NY-NJ-CT-PA CSA (NY Part) +469,227,223,New York NY-NJ-CT-PA CSA (NY Part) +469,228,217,New York NY-NJ-CT-PA CSA (NJ Part) +469,229,223,New York NY-NJ-CT-PA CSA (NY Part) +469,230,12,Chicago IL-IN-WI CSA (IL Part) +469,231,223,New York NY-NJ-CT-PA CSA (NY Part) +469,232,223,New York NY-NJ-CT-PA CSA (NY Part) +469,233,231,Cincinnati OH-KY-IN CSA (OH Part) +469,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +469,235,223,New York NY-NJ-CT-PA CSA (NY Part) +469,236,12,Chicago IL-IN-WI CSA (IL Part) +469,237,223,New York NY-NJ-CT-PA CSA (NY Part) +469,238,223,New York NY-NJ-CT-PA CSA (NY Part) +469,239,162,San Francisco CA CSA +469,240,154,Alaska +469,241,223,New York NY-NJ-CT-PA CSA (NY Part) +469,242,232,Cleveland OH CSA +469,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +469,244,201,Boston MA-NH CSA (MA Part) +469,245,266,Washington DC-MD-VA-WV CSA (VA Part) +469,246,266,Washington DC-MD-VA-WV CSA (VA Part) +469,247,201,Boston MA-NH CSA (MA Part) +469,248,223,New York NY-NJ-CT-PA CSA (NY Part) +469,249,231,Cincinnati OH-KY-IN CSA (OH Part) +469,250,266,Washington DC-MD-VA-WV CSA (VA Part) +469,251,192,Remainder of Kentucky +469,252,201,Boston MA-NH CSA (MA Part) +469,253,191,Louisville KY-IN CSA (KY Part) +469,254,223,New York NY-NJ-CT-PA CSA (NY Part) +469,255,12,Chicago IL-IN-WI CSA (IL Part) +469,256,203,Detroit MI CSA +469,257,255,Dallas-Fort Worth TX CSA +469,258,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +469,259,12,Chicago IL-IN-WI CSA (IL Part) +469,260,176,Atlanta GA-AL CSA (GA Part) +469,261,12,Chicago IL-IN-WI CSA (IL Part) +469,262,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +469,263,223,New York NY-NJ-CT-PA CSA (NY Part) +469,264,223,New York NY-NJ-CT-PA CSA (NY Part) +469,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +469,266,223,New York NY-NJ-CT-PA CSA (NY Part) +469,267,223,New York NY-NJ-CT-PA CSA (NY Part) +469,268,154,Alaska +469,269,223,New York NY-NJ-CT-PA CSA (NY Part) +469,270,223,New York NY-NJ-CT-PA CSA (NY Part) +469,271,201,Boston MA-NH CSA (MA Part) +469,272,12,Chicago IL-IN-WI CSA (IL Part) +469,273,232,Cleveland OH CSA +470,152,12,Chicago IL-IN-WI CSA (IL Part) +470,153,159,Los Angeles CA CSA +470,154,154,Alaska +470,155,159,Los Angeles CA CSA +470,156,159,Los Angeles CA CSA +470,157,159,Los Angeles CA CSA +470,158,12,Chicago IL-IN-WI CSA (IL Part) +470,159,162,San Francisco CA CSA +470,160,159,Los Angeles CA CSA +470,161,159,Los Angeles CA CSA +470,162,154,Alaska +470,163,268,Seattle WA CSA +470,164,154,Alaska +470,165,154,Alaska +470,166,223,New York NY-NJ-CT-PA CSA (NY Part) +470,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +470,168,12,Chicago IL-IN-WI CSA (IL Part) +470,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +470,170,154,Alaska +470,171,186,Indianapolis IN CSA +470,172,154,Alaska +470,173,12,Chicago IL-IN-WI CSA (IL Part) +470,174,154,Alaska +470,175,162,San Francisco CA CSA +470,176,162,San Francisco CA CSA +470,177,232,Cleveland OH CSA +470,178,154,Alaska +470,179,159,Los Angeles CA CSA +470,180,179,Honolulu HI MSA +470,181,162,San Francisco CA CSA +470,183,249,Memphis TN-MS-AR MSA (TN Part) +470,184,179,Honolulu HI MSA +470,185,12,Chicago IL-IN-WI CSA (IL Part) +470,186,179,Honolulu HI MSA +470,187,159,Los Angeles CA CSA +470,188,186,Indianapolis IN CSA +470,189,154,Alaska +470,190,162,San Francisco CA CSA +470,191,268,Seattle WA CSA +470,192,12,Chicago IL-IN-WI CSA (IL Part) +470,193,179,Honolulu HI MSA +470,194,159,Los Angeles CA CSA +470,195,257,Houston TX CSA +470,196,162,San Francisco CA CSA +470,197,154,Alaska +470,198,162,San Francisco CA CSA +470,199,154,Alaska +470,200,164,Denver CO CSA +470,201,154,Alaska +470,202,162,San Francisco CA CSA +470,203,154,Alaska +470,204,154,Alaska +470,205,162,San Francisco CA CSA +470,206,162,San Francisco CA CSA +470,207,179,Honolulu HI MSA +470,208,154,Alaska +470,209,159,Los Angeles CA CSA +470,210,162,San Francisco CA CSA +470,211,154,Alaska +470,212,154,Alaska +470,213,159,Los Angeles CA CSA +470,214,179,Honolulu HI MSA +470,215,162,San Francisco CA CSA +470,216,154,Alaska +470,217,223,New York NY-NJ-CT-PA CSA (NY Part) +470,218,223,New York NY-NJ-CT-PA CSA (NY Part) +470,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +470,220,162,San Francisco CA CSA +470,221,223,New York NY-NJ-CT-PA CSA (NY Part) +470,222,154,Alaska +470,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +470,224,12,Chicago IL-IN-WI CSA (IL Part) +470,225,186,Indianapolis IN CSA +470,226,268,Seattle WA CSA +470,227,268,Seattle WA CSA +470,228,223,New York NY-NJ-CT-PA CSA (NY Part) +470,229,12,Chicago IL-IN-WI CSA (IL Part) +470,230,162,San Francisco CA CSA +470,231,191,Louisville KY-IN CSA (KY Part) +470,232,203,Detroit MI CSA +470,233,159,Los Angeles CA CSA +470,234,232,Cleveland OH CSA +470,235,154,Alaska +470,236,162,San Francisco CA CSA +470,237,162,San Francisco CA CSA +470,238,179,Honolulu HI MSA +470,239,162,San Francisco CA CSA +470,240,154,Alaska +470,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +470,242,179,Honolulu HI MSA +470,243,12,Chicago IL-IN-WI CSA (IL Part) +470,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +470,245,176,Atlanta GA-AL CSA (GA Part) +470,246,12,Chicago IL-IN-WI CSA (IL Part) +470,247,249,Memphis TN-MS-AR MSA (TN Part) +470,248,159,Los Angeles CA CSA +470,249,154,Alaska +470,250,249,Memphis TN-MS-AR MSA (TN Part) +470,251,255,Dallas-Fort Worth TX CSA +470,252,162,San Francisco CA CSA +470,253,179,Honolulu HI MSA +470,254,12,Chicago IL-IN-WI CSA (IL Part) +470,255,195,New Orleans LA CSA +470,256,159,Los Angeles CA CSA +470,257,179,Honolulu HI MSA +470,258,257,Houston TX CSA +470,259,159,Los Angeles CA CSA +470,260,179,Honolulu HI MSA +470,261,159,Los Angeles CA CSA +470,262,159,Los Angeles CA CSA +470,263,176,Atlanta GA-AL CSA (GA Part) +470,264,154,Alaska +470,265,12,Chicago IL-IN-WI CSA (IL Part) +470,266,12,Chicago IL-IN-WI CSA (IL Part) +470,267,268,Seattle WA CSA +470,268,159,Los Angeles CA CSA +470,269,154,Alaska +470,270,162,San Francisco CA CSA +470,271,159,Los Angeles CA CSA +470,272,12,Chicago IL-IN-WI CSA (IL Part) +470,273,162,San Francisco CA CSA +471,152,223,New York NY-NJ-CT-PA CSA (NY Part) +471,153,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +471,154,154,Alaska +471,155,257,Houston TX CSA +471,156,249,Memphis TN-MS-AR MSA (TN Part) +471,157,173,Orlando FL CSA +471,158,192,Remainder of Kentucky +471,159,159,Los Angeles CA CSA +471,160,223,New York NY-NJ-CT-PA CSA (NY Part) +471,161,191,Louisville KY-IN CSA (KY Part) +471,162,217,New York NY-NJ-CT-PA CSA (NJ Part) +471,163,266,Washington DC-MD-VA-WV CSA (VA Part) +471,164,217,New York NY-NJ-CT-PA CSA (NJ Part) +471,165,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +471,166,223,New York NY-NJ-CT-PA CSA (NY Part) +471,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +471,168,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +471,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +471,170,223,New York NY-NJ-CT-PA CSA (NY Part) +471,171,172,Miami FL MSA +471,172,172,Miami FL MSA +471,173,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +471,174,176,Atlanta GA-AL CSA (GA Part) +471,175,172,Miami FL MSA +471,176,172,Miami FL MSA +471,177,223,New York NY-NJ-CT-PA CSA (NY Part) +471,178,172,Miami FL MSA +471,179,162,San Francisco CA CSA +471,180,162,San Francisco CA CSA +471,181,12,Chicago IL-IN-WI CSA (IL Part) +471,183,12,Chicago IL-IN-WI CSA (IL Part) +471,184,191,Louisville KY-IN CSA (KY Part) +471,185,12,Chicago IL-IN-WI CSA (IL Part) +471,186,223,New York NY-NJ-CT-PA CSA (NY Part) +471,187,201,Boston MA-NH CSA (MA Part) +471,188,12,Chicago IL-IN-WI CSA (IL Part) +471,189,203,Detroit MI CSA +471,190,232,Cleveland OH CSA +471,191,217,New York NY-NJ-CT-PA CSA (NJ Part) +471,192,232,Cleveland OH CSA +471,193,223,New York NY-NJ-CT-PA CSA (NY Part) +471,194,176,Atlanta GA-AL CSA (GA Part) +471,195,172,Miami FL MSA +471,196,172,Miami FL MSA +471,197,223,New York NY-NJ-CT-PA CSA (NY Part) +471,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +471,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +471,200,223,New York NY-NJ-CT-PA CSA (NY Part) +471,201,223,New York NY-NJ-CT-PA CSA (NY Part) +471,202,223,New York NY-NJ-CT-PA CSA (NY Part) +471,203,201,Boston MA-NH CSA (MA Part) +471,204,203,Detroit MI CSA +471,205,201,Boston MA-NH CSA (MA Part) +471,206,223,New York NY-NJ-CT-PA CSA (NY Part) +471,207,223,New York NY-NJ-CT-PA CSA (NY Part) +471,208,195,New Orleans LA CSA +471,209,245,Charleston SC MSA +471,210,12,Chicago IL-IN-WI CSA (IL Part) +471,211,12,Chicago IL-IN-WI CSA (IL Part) +471,212,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +471,213,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +471,214,176,Atlanta GA-AL CSA (GA Part) +471,215,203,Detroit MI CSA +471,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +471,217,223,New York NY-NJ-CT-PA CSA (NY Part) +471,218,223,New York NY-NJ-CT-PA CSA (NY Part) +471,219,223,New York NY-NJ-CT-PA CSA (NY Part) +471,220,176,Atlanta GA-AL CSA (GA Part) +471,221,223,New York NY-NJ-CT-PA CSA (NY Part) +471,222,223,New York NY-NJ-CT-PA CSA (NY Part) +471,223,223,New York NY-NJ-CT-PA CSA (NY Part) +471,224,217,New York NY-NJ-CT-PA CSA (NJ Part) +471,225,223,New York NY-NJ-CT-PA CSA (NY Part) +471,226,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +471,227,266,Washington DC-MD-VA-WV CSA (VA Part) +471,228,266,Washington DC-MD-VA-WV CSA (VA Part) +471,229,266,Washington DC-MD-VA-WV CSA (VA Part) +471,230,191,Louisville KY-IN CSA (KY Part) +471,231,217,New York NY-NJ-CT-PA CSA (NJ Part) +471,232,266,Washington DC-MD-VA-WV CSA (VA Part) +471,233,266,Washington DC-MD-VA-WV CSA (VA Part) +471,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +471,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +471,236,249,Memphis TN-MS-AR MSA (TN Part) +471,237,12,Chicago IL-IN-WI CSA (IL Part) +471,238,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +471,239,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +471,240,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +471,241,223,New York NY-NJ-CT-PA CSA (NY Part) +471,242,223,New York NY-NJ-CT-PA CSA (NY Part) +471,243,223,New York NY-NJ-CT-PA CSA (NY Part) +471,244,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +471,245,266,Washington DC-MD-VA-WV CSA (VA Part) +471,246,223,New York NY-NJ-CT-PA CSA (NY Part) +471,247,223,New York NY-NJ-CT-PA CSA (NY Part) +471,248,203,Detroit MI CSA +471,249,217,New York NY-NJ-CT-PA CSA (NJ Part) +471,250,217,New York NY-NJ-CT-PA CSA (NJ Part) +471,251,192,Remainder of Kentucky +471,252,249,Memphis TN-MS-AR MSA (TN Part) +471,253,223,New York NY-NJ-CT-PA CSA (NY Part) +471,254,173,Orlando FL CSA +471,255,249,Memphis TN-MS-AR MSA (TN Part) +471,256,195,New Orleans LA CSA +471,257,249,Memphis TN-MS-AR MSA (TN Part) +471,258,223,New York NY-NJ-CT-PA CSA (NY Part) +471,259,176,Atlanta GA-AL CSA (GA Part) +471,260,176,Atlanta GA-AL CSA (GA Part) +471,261,249,Memphis TN-MS-AR MSA (TN Part) +471,262,223,New York NY-NJ-CT-PA CSA (NY Part) +471,263,223,New York NY-NJ-CT-PA CSA (NY Part) +471,264,223,New York NY-NJ-CT-PA CSA (NY Part) +471,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +471,266,169,Delaware +471,267,266,Washington DC-MD-VA-WV CSA (VA Part) +471,268,217,New York NY-NJ-CT-PA CSA (NJ Part) +471,269,12,Chicago IL-IN-WI CSA (IL Part) +471,270,201,Boston MA-NH CSA (MA Part) +471,271,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +471,272,203,Detroit MI CSA +471,273,12,Chicago IL-IN-WI CSA (IL Part) +472,152,159,Los Angeles CA CSA +472,153,162,San Francisco CA CSA +472,154,162,San Francisco CA CSA +472,155,159,Los Angeles CA CSA +472,156,159,Los Angeles CA CSA +472,157,159,Los Angeles CA CSA +472,158,257,Houston TX CSA +472,159,162,San Francisco CA CSA +472,160,159,Los Angeles CA CSA +472,161,159,Los Angeles CA CSA +472,162,162,San Francisco CA CSA +472,163,159,Los Angeles CA CSA +472,164,159,Los Angeles CA CSA +472,165,159,Los Angeles CA CSA +472,166,169,Delaware +472,167,249,Memphis TN-MS-AR MSA (TN Part) +472,168,12,Chicago IL-IN-WI CSA (IL Part) +472,169,266,Washington DC-MD-VA-WV CSA (VA Part) +472,170,159,Los Angeles CA CSA +472,171,159,Los Angeles CA CSA +472,172,172,Miami FL MSA +472,173,249,Memphis TN-MS-AR MSA (TN Part) +472,174,249,Memphis TN-MS-AR MSA (TN Part) +472,175,159,Los Angeles CA CSA +472,176,159,Los Angeles CA CSA +472,177,249,Memphis TN-MS-AR MSA (TN Part) +472,178,257,Houston TX CSA +472,179,154,Alaska +472,180,162,San Francisco CA CSA +472,181,162,San Francisco CA CSA +472,183,159,Los Angeles CA CSA +472,184,153,Remainder of Alabama +472,185,162,San Francisco CA CSA +472,186,162,San Francisco CA CSA +472,187,268,Seattle WA CSA +472,188,159,Los Angeles CA CSA +472,189,159,Los Angeles CA CSA +472,190,162,San Francisco CA CSA +472,191,179,Honolulu HI MSA +472,192,162,San Francisco CA CSA +472,193,159,Los Angeles CA CSA +472,194,257,Houston TX CSA +472,195,159,Los Angeles CA CSA +472,196,257,Houston TX CSA +472,197,191,Louisville KY-IN CSA (KY Part) +472,198,223,New York NY-NJ-CT-PA CSA (NY Part) +472,199,12,Chicago IL-IN-WI CSA (IL Part) +472,200,162,San Francisco CA CSA +472,201,257,Houston TX CSA +472,202,159,Los Angeles CA CSA +472,203,191,Louisville KY-IN CSA (KY Part) +472,204,268,Seattle WA CSA +472,205,159,Los Angeles CA CSA +472,206,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +472,207,268,Seattle WA CSA +472,208,255,Dallas-Fort Worth TX CSA +472,209,159,Los Angeles CA CSA +472,210,249,Memphis TN-MS-AR MSA (TN Part) +472,211,195,New Orleans LA CSA +472,212,159,Los Angeles CA CSA +472,213,162,San Francisco CA CSA +472,214,162,San Francisco CA CSA +472,215,159,Los Angeles CA CSA +472,216,162,San Francisco CA CSA +472,217,159,Los Angeles CA CSA +472,218,12,Chicago IL-IN-WI CSA (IL Part) +472,219,12,Chicago IL-IN-WI CSA (IL Part) +472,220,162,San Francisco CA CSA +472,221,159,Los Angeles CA CSA +472,222,176,Atlanta GA-AL CSA (GA Part) +472,223,195,New Orleans LA CSA +472,224,12,Chicago IL-IN-WI CSA (IL Part) +472,225,245,Charleston SC MSA +472,226,179,Honolulu HI MSA +472,227,249,Memphis TN-MS-AR MSA (TN Part) +472,228,249,Memphis TN-MS-AR MSA (TN Part) +472,229,159,Los Angeles CA CSA +472,230,159,Los Angeles CA CSA +472,231,255,Dallas-Fort Worth TX CSA +472,232,231,Cincinnati OH-KY-IN CSA (OH Part) +472,233,186,Indianapolis IN CSA +472,234,12,Chicago IL-IN-WI CSA (IL Part) +472,235,159,Los Angeles CA CSA +472,236,179,Honolulu HI MSA +472,237,159,Los Angeles CA CSA +472,238,257,Houston TX CSA +472,239,162,San Francisco CA CSA +472,240,162,San Francisco CA CSA +472,241,12,Chicago IL-IN-WI CSA (IL Part) +472,242,186,Indianapolis IN CSA +472,243,159,Los Angeles CA CSA +472,244,249,Memphis TN-MS-AR MSA (TN Part) +472,245,245,Charleston SC MSA +472,246,176,Atlanta GA-AL CSA (GA Part) +472,247,159,Los Angeles CA CSA +472,248,162,San Francisco CA CSA +472,249,179,Honolulu HI MSA +472,250,257,Houston TX CSA +472,251,176,Atlanta GA-AL CSA (GA Part) +472,252,159,Los Angeles CA CSA +472,253,179,Honolulu HI MSA +472,254,159,Los Angeles CA CSA +472,255,159,Los Angeles CA CSA +472,256,159,Los Angeles CA CSA +472,257,159,Los Angeles CA CSA +472,258,159,Los Angeles CA CSA +472,259,257,Houston TX CSA +472,260,257,Houston TX CSA +472,261,159,Los Angeles CA CSA +472,262,159,Los Angeles CA CSA +472,263,249,Memphis TN-MS-AR MSA (TN Part) +472,264,191,Louisville KY-IN CSA (KY Part) +472,265,257,Houston TX CSA +472,266,159,Los Angeles CA CSA +472,267,257,Houston TX CSA +472,268,268,Seattle WA CSA +472,269,154,Alaska +472,270,12,Chicago IL-IN-WI CSA (IL Part) +472,271,12,Chicago IL-IN-WI CSA (IL Part) +472,272,162,San Francisco CA CSA +472,273,159,Los Angeles CA CSA +473,152,159,Los Angeles CA CSA +473,153,176,Atlanta GA-AL CSA (GA Part) +473,154,159,Los Angeles CA CSA +473,155,159,Los Angeles CA CSA +473,156,162,San Francisco CA CSA +473,157,159,Los Angeles CA CSA +473,158,257,Houston TX CSA +473,159,268,Seattle WA CSA +473,160,159,Los Angeles CA CSA +473,161,162,San Francisco CA CSA +473,162,154,Alaska +473,163,159,Los Angeles CA CSA +473,164,159,Los Angeles CA CSA +473,165,159,Los Angeles CA CSA +473,166,159,Los Angeles CA CSA +473,167,249,Memphis TN-MS-AR MSA (TN Part) +473,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +473,169,255,Dallas-Fort Worth TX CSA +473,170,249,Memphis TN-MS-AR MSA (TN Part) +473,171,176,Atlanta GA-AL CSA (GA Part) +473,172,172,Miami FL MSA +473,173,172,Miami FL MSA +473,174,255,Dallas-Fort Worth TX CSA +473,175,172,Miami FL MSA +473,176,176,Atlanta GA-AL CSA (GA Part) +473,177,172,Miami FL MSA +473,178,249,Memphis TN-MS-AR MSA (TN Part) +473,179,154,Alaska +473,180,159,Los Angeles CA CSA +473,181,268,Seattle WA CSA +473,183,12,Chicago IL-IN-WI CSA (IL Part) +473,184,159,Los Angeles CA CSA +473,185,12,Chicago IL-IN-WI CSA (IL Part) +473,186,159,Los Angeles CA CSA +473,187,203,Detroit MI CSA +473,188,159,Los Angeles CA CSA +473,189,249,Memphis TN-MS-AR MSA (TN Part) +473,190,159,Los Angeles CA CSA +473,191,191,Louisville KY-IN CSA (KY Part) +473,192,249,Memphis TN-MS-AR MSA (TN Part) +473,193,162,San Francisco CA CSA +473,194,255,Dallas-Fort Worth TX CSA +473,195,162,San Francisco CA CSA +473,196,159,Los Angeles CA CSA +473,197,232,Cleveland OH CSA +473,198,191,Louisville KY-IN CSA (KY Part) +473,199,257,Houston TX CSA +473,200,266,Washington DC-MD-VA-WV CSA (VA Part) +473,201,223,New York NY-NJ-CT-PA CSA (NY Part) +473,202,249,Memphis TN-MS-AR MSA (TN Part) +473,203,162,San Francisco CA CSA +473,204,179,Honolulu HI MSA +473,205,257,Houston TX CSA +473,206,159,Los Angeles CA CSA +473,207,159,Los Angeles CA CSA +473,208,159,Los Angeles CA CSA +473,209,162,San Francisco CA CSA +473,210,249,Memphis TN-MS-AR MSA (TN Part) +473,211,162,San Francisco CA CSA +473,212,162,San Francisco CA CSA +473,213,159,Los Angeles CA CSA +473,214,162,San Francisco CA CSA +473,215,159,Los Angeles CA CSA +473,216,162,San Francisco CA CSA +473,217,232,Cleveland OH CSA +473,218,257,Houston TX CSA +473,219,249,Memphis TN-MS-AR MSA (TN Part) +473,220,162,San Francisco CA CSA +473,221,223,New York NY-NJ-CT-PA CSA (NY Part) +473,222,159,Los Angeles CA CSA +473,223,159,Los Angeles CA CSA +473,224,159,Los Angeles CA CSA +473,225,255,Dallas-Fort Worth TX CSA +473,226,257,Houston TX CSA +473,227,153,Remainder of Alabama +473,228,159,Los Angeles CA CSA +473,229,255,Dallas-Fort Worth TX CSA +473,230,159,Los Angeles CA CSA +473,231,12,Chicago IL-IN-WI CSA (IL Part) +473,232,12,Chicago IL-IN-WI CSA (IL Part) +473,233,203,Detroit MI CSA +473,234,12,Chicago IL-IN-WI CSA (IL Part) +473,235,162,San Francisco CA CSA +473,236,162,San Francisco CA CSA +473,237,257,Houston TX CSA +473,238,159,Los Angeles CA CSA +473,239,154,Alaska +473,240,159,Los Angeles CA CSA +473,241,159,Los Angeles CA CSA +473,242,257,Houston TX CSA +473,243,191,Louisville KY-IN CSA (KY Part) +473,244,195,New Orleans LA CSA +473,245,255,Dallas-Fort Worth TX CSA +473,246,192,Remainder of Kentucky +473,247,176,Atlanta GA-AL CSA (GA Part) +473,248,249,Memphis TN-MS-AR MSA (TN Part) +473,249,257,Houston TX CSA +473,250,255,Dallas-Fort Worth TX CSA +473,251,249,Memphis TN-MS-AR MSA (TN Part) +473,252,257,Houston TX CSA +473,253,255,Dallas-Fort Worth TX CSA +473,254,159,Los Angeles CA CSA +473,255,159,Los Angeles CA CSA +473,256,159,Los Angeles CA CSA +473,257,249,Memphis TN-MS-AR MSA (TN Part) +473,258,159,Los Angeles CA CSA +473,259,162,San Francisco CA CSA +473,260,162,San Francisco CA CSA +473,261,162,San Francisco CA CSA +473,262,159,Los Angeles CA CSA +473,263,12,Chicago IL-IN-WI CSA (IL Part) +473,264,176,Atlanta GA-AL CSA (GA Part) +473,265,186,Indianapolis IN CSA +473,266,249,Memphis TN-MS-AR MSA (TN Part) +473,267,203,Detroit MI CSA +473,268,162,San Francisco CA CSA +473,269,162,San Francisco CA CSA +473,270,249,Memphis TN-MS-AR MSA (TN Part) +473,271,249,Memphis TN-MS-AR MSA (TN Part) +473,272,12,Chicago IL-IN-WI CSA (IL Part) +473,273,159,Los Angeles CA CSA +474,152,172,Miami FL MSA +474,153,172,Miami FL MSA +474,154,176,Atlanta GA-AL CSA (GA Part) +474,155,176,Atlanta GA-AL CSA (GA Part) +474,156,255,Dallas-Fort Worth TX CSA +474,157,172,Miami FL MSA +474,158,172,Miami FL MSA +474,159,172,Miami FL MSA +474,160,255,Dallas-Fort Worth TX CSA +474,161,172,Miami FL MSA +474,162,159,Los Angeles CA CSA +474,163,172,Miami FL MSA +474,164,249,Memphis TN-MS-AR MSA (TN Part) +474,165,255,Dallas-Fort Worth TX CSA +474,166,223,New York NY-NJ-CT-PA CSA (NY Part) +474,167,223,New York NY-NJ-CT-PA CSA (NY Part) +474,168,223,New York NY-NJ-CT-PA CSA (NY Part) +474,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +474,170,223,New York NY-NJ-CT-PA CSA (NY Part) +474,171,172,Miami FL MSA +474,172,172,Miami FL MSA +474,173,172,Miami FL MSA +474,174,172,Miami FL MSA +474,175,245,Charleston SC MSA +474,176,176,Atlanta GA-AL CSA (GA Part) +474,177,172,Miami FL MSA +474,178,172,Miami FL MSA +474,179,172,Miami FL MSA +474,180,195,New Orleans LA CSA +474,181,172,Miami FL MSA +474,183,191,Louisville KY-IN CSA (KY Part) +474,184,172,Miami FL MSA +474,185,266,Washington DC-MD-VA-WV CSA (VA Part) +474,186,176,Atlanta GA-AL CSA (GA Part) +474,187,232,Cleveland OH CSA +474,188,176,Atlanta GA-AL CSA (GA Part) +474,189,172,Miami FL MSA +474,190,186,Indianapolis IN CSA +474,191,176,Atlanta GA-AL CSA (GA Part) +474,192,176,Atlanta GA-AL CSA (GA Part) +474,193,172,Miami FL MSA +474,194,172,Miami FL MSA +474,195,176,Atlanta GA-AL CSA (GA Part) +474,196,172,Miami FL MSA +474,197,223,New York NY-NJ-CT-PA CSA (NY Part) +474,198,266,Washington DC-MD-VA-WV CSA (VA Part) +474,199,173,Orlando FL CSA +474,200,266,Washington DC-MD-VA-WV CSA (VA Part) +474,201,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +474,202,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +474,203,217,New York NY-NJ-CT-PA CSA (NJ Part) +474,204,191,Louisville KY-IN CSA (KY Part) +474,205,186,Indianapolis IN CSA +474,206,12,Chicago IL-IN-WI CSA (IL Part) +474,207,12,Chicago IL-IN-WI CSA (IL Part) +474,208,176,Atlanta GA-AL CSA (GA Part) +474,209,191,Louisville KY-IN CSA (KY Part) +474,210,226,Charlotte NC-SC CSA (NC Part) +474,211,249,Memphis TN-MS-AR MSA (TN Part) +474,212,266,Washington DC-MD-VA-WV CSA (VA Part) +474,213,172,Miami FL MSA +474,214,249,Memphis TN-MS-AR MSA (TN Part) +474,215,173,Orlando FL CSA +474,216,266,Washington DC-MD-VA-WV CSA (VA Part) +474,217,223,New York NY-NJ-CT-PA CSA (NY Part) +474,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +474,219,266,Washington DC-MD-VA-WV CSA (VA Part) +474,220,245,Charleston SC MSA +474,221,223,New York NY-NJ-CT-PA CSA (NY Part) +474,222,223,New York NY-NJ-CT-PA CSA (NY Part) +474,223,223,New York NY-NJ-CT-PA CSA (NY Part) +474,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +474,225,223,New York NY-NJ-CT-PA CSA (NY Part) +474,226,172,Miami FL MSA +474,227,172,Miami FL MSA +474,228,172,Miami FL MSA +474,229,172,Miami FL MSA +474,230,172,Miami FL MSA +474,231,226,Charlotte NC-SC CSA (NC Part) +474,232,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +474,233,226,Charlotte NC-SC CSA (NC Part) +474,234,172,Miami FL MSA +474,235,266,Washington DC-MD-VA-WV CSA (VA Part) +474,236,249,Memphis TN-MS-AR MSA (TN Part) +474,237,172,Miami FL MSA +474,238,172,Miami FL MSA +474,239,172,Miami FL MSA +474,240,176,Atlanta GA-AL CSA (GA Part) +474,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +474,242,217,New York NY-NJ-CT-PA CSA (NJ Part) +474,243,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +474,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +474,245,172,Miami FL MSA +474,246,172,Miami FL MSA +474,247,172,Miami FL MSA +474,248,232,Cleveland OH CSA +474,249,172,Miami FL MSA +474,250,176,Atlanta GA-AL CSA (GA Part) +474,251,172,Miami FL MSA +474,252,173,Orlando FL CSA +474,253,172,Miami FL MSA +474,254,172,Miami FL MSA +474,255,249,Memphis TN-MS-AR MSA (TN Part) +474,256,257,Houston TX CSA +474,257,257,Houston TX CSA +474,258,172,Miami FL MSA +474,259,257,Houston TX CSA +474,260,172,Miami FL MSA +474,261,186,Indianapolis IN CSA +474,262,172,Miami FL MSA +474,263,223,New York NY-NJ-CT-PA CSA (NY Part) +474,264,223,New York NY-NJ-CT-PA CSA (NY Part) +474,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +474,266,266,Washington DC-MD-VA-WV CSA (VA Part) +474,267,266,Washington DC-MD-VA-WV CSA (VA Part) +474,268,249,Memphis TN-MS-AR MSA (TN Part) +474,269,231,Cincinnati OH-KY-IN CSA (OH Part) +474,270,172,Miami FL MSA +474,271,217,New York NY-NJ-CT-PA CSA (NJ Part) +474,272,12,Chicago IL-IN-WI CSA (IL Part) +474,273,172,Miami FL MSA +475,152,169,Delaware +475,153,232,Cleveland OH CSA +475,154,268,Seattle WA CSA +475,155,232,Cleveland OH CSA +475,156,217,New York NY-NJ-CT-PA CSA (NJ Part) +475,157,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +475,158,266,Washington DC-MD-VA-WV CSA (VA Part) +475,159,186,Indianapolis IN CSA +475,160,217,New York NY-NJ-CT-PA CSA (NJ Part) +475,161,191,Louisville KY-IN CSA (KY Part) +475,162,176,Atlanta GA-AL CSA (GA Part) +475,163,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +475,164,217,New York NY-NJ-CT-PA CSA (NJ Part) +475,165,223,New York NY-NJ-CT-PA CSA (NY Part) +475,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +475,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +475,168,223,New York NY-NJ-CT-PA CSA (NY Part) +475,169,223,New York NY-NJ-CT-PA CSA (NY Part) +475,170,201,Boston MA-NH CSA (MA Part) +475,171,217,New York NY-NJ-CT-PA CSA (NJ Part) +475,172,172,Miami FL MSA +475,173,172,Miami FL MSA +475,174,223,New York NY-NJ-CT-PA CSA (NY Part) +475,175,223,New York NY-NJ-CT-PA CSA (NY Part) +475,176,201,Boston MA-NH CSA (MA Part) +475,177,223,New York NY-NJ-CT-PA CSA (NY Part) +475,178,173,Orlando FL CSA +475,179,154,Alaska +475,180,154,Alaska +475,181,217,New York NY-NJ-CT-PA CSA (NJ Part) +475,183,203,Detroit MI CSA +475,184,223,New York NY-NJ-CT-PA CSA (NY Part) +475,185,12,Chicago IL-IN-WI CSA (IL Part) +475,186,217,New York NY-NJ-CT-PA CSA (NJ Part) +475,187,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +475,188,12,Chicago IL-IN-WI CSA (IL Part) +475,189,191,Louisville KY-IN CSA (KY Part) +475,190,191,Louisville KY-IN CSA (KY Part) +475,191,217,New York NY-NJ-CT-PA CSA (NJ Part) +475,192,217,New York NY-NJ-CT-PA CSA (NJ Part) +475,193,223,New York NY-NJ-CT-PA CSA (NY Part) +475,194,201,Boston MA-NH CSA (MA Part) +475,195,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +475,196,245,Charleston SC MSA +475,197,266,Washington DC-MD-VA-WV CSA (VA Part) +475,198,266,Washington DC-MD-VA-WV CSA (VA Part) +475,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +475,200,201,Boston MA-NH CSA (MA Part) +475,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +475,202,223,New York NY-NJ-CT-PA CSA (NY Part) +475,203,201,Boston MA-NH CSA (MA Part) +475,204,201,Boston MA-NH CSA (MA Part) +475,205,232,Cleveland OH CSA +475,206,223,New York NY-NJ-CT-PA CSA (NY Part) +475,207,169,Delaware +475,208,192,Remainder of Kentucky +475,209,223,New York NY-NJ-CT-PA CSA (NY Part) +475,210,203,Detroit MI CSA +475,211,201,Boston MA-NH CSA (MA Part) +475,212,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +475,213,186,Indianapolis IN CSA +475,214,159,Los Angeles CA CSA +475,215,12,Chicago IL-IN-WI CSA (IL Part) +475,216,223,New York NY-NJ-CT-PA CSA (NY Part) +475,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +475,218,201,Boston MA-NH CSA (MA Part) +475,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +475,220,12,Chicago IL-IN-WI CSA (IL Part) +475,221,223,New York NY-NJ-CT-PA CSA (NY Part) +475,222,201,Boston MA-NH CSA (MA Part) +475,223,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +475,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +475,225,223,New York NY-NJ-CT-PA CSA (NY Part) +475,226,223,New York NY-NJ-CT-PA CSA (NY Part) +475,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +475,228,223,New York NY-NJ-CT-PA CSA (NY Part) +475,229,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +475,230,203,Detroit MI CSA +475,231,12,Chicago IL-IN-WI CSA (IL Part) +475,232,217,New York NY-NJ-CT-PA CSA (NJ Part) +475,233,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +475,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +475,235,232,Cleveland OH CSA +475,236,223,New York NY-NJ-CT-PA CSA (NY Part) +475,237,223,New York NY-NJ-CT-PA CSA (NY Part) +475,238,223,New York NY-NJ-CT-PA CSA (NY Part) +475,239,223,New York NY-NJ-CT-PA CSA (NY Part) +475,240,266,Washington DC-MD-VA-WV CSA (VA Part) +475,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +475,242,223,New York NY-NJ-CT-PA CSA (NY Part) +475,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +475,244,223,New York NY-NJ-CT-PA CSA (NY Part) +475,245,223,New York NY-NJ-CT-PA CSA (NY Part) +475,246,201,Boston MA-NH CSA (MA Part) +475,247,266,Washington DC-MD-VA-WV CSA (VA Part) +475,248,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +475,249,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +475,250,217,New York NY-NJ-CT-PA CSA (NJ Part) +475,251,223,New York NY-NJ-CT-PA CSA (NY Part) +475,252,257,Houston TX CSA +475,253,257,Houston TX CSA +475,254,172,Miami FL MSA +475,255,12,Chicago IL-IN-WI CSA (IL Part) +475,256,203,Detroit MI CSA +475,257,176,Atlanta GA-AL CSA (GA Part) +475,258,176,Atlanta GA-AL CSA (GA Part) +475,259,217,New York NY-NJ-CT-PA CSA (NJ Part) +475,260,232,Cleveland OH CSA +475,261,232,Cleveland OH CSA +475,262,232,Cleveland OH CSA +475,263,223,New York NY-NJ-CT-PA CSA (NY Part) +475,264,266,Washington DC-MD-VA-WV CSA (VA Part) +475,265,169,Delaware +475,266,226,Charlotte NC-SC CSA (NC Part) +475,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +475,268,203,Detroit MI CSA +475,269,12,Chicago IL-IN-WI CSA (IL Part) +475,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +475,271,223,New York NY-NJ-CT-PA CSA (NY Part) +475,272,12,Chicago IL-IN-WI CSA (IL Part) +475,273,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +476,152,223,New York NY-NJ-CT-PA CSA (NY Part) +476,153,153,Remainder of Alabama +476,154,169,Delaware +476,155,164,Denver CO CSA +476,156,232,Cleveland OH CSA +476,157,12,Chicago IL-IN-WI CSA (IL Part) +476,158,266,Washington DC-MD-VA-WV CSA (VA Part) +476,159,159,Los Angeles CA CSA +476,160,159,Los Angeles CA CSA +476,161,159,Los Angeles CA CSA +476,162,12,Chicago IL-IN-WI CSA (IL Part) +476,163,162,San Francisco CA CSA +476,164,12,Chicago IL-IN-WI CSA (IL Part) +476,165,203,Detroit MI CSA +476,166,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +476,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +476,168,223,New York NY-NJ-CT-PA CSA (NY Part) +476,169,223,New York NY-NJ-CT-PA CSA (NY Part) +476,170,266,Washington DC-MD-VA-WV CSA (VA Part) +476,171,203,Detroit MI CSA +476,172,172,Miami FL MSA +476,173,217,New York NY-NJ-CT-PA CSA (NJ Part) +476,174,245,Charleston SC MSA +476,175,266,Washington DC-MD-VA-WV CSA (VA Part) +476,176,223,New York NY-NJ-CT-PA CSA (NY Part) +476,177,217,New York NY-NJ-CT-PA CSA (NJ Part) +476,178,223,New York NY-NJ-CT-PA CSA (NY Part) +476,179,154,Alaska +476,180,159,Los Angeles CA CSA +476,181,203,Detroit MI CSA +476,183,217,New York NY-NJ-CT-PA CSA (NJ Part) +476,184,12,Chicago IL-IN-WI CSA (IL Part) +476,185,12,Chicago IL-IN-WI CSA (IL Part) +476,186,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +476,187,223,New York NY-NJ-CT-PA CSA (NY Part) +476,188,217,New York NY-NJ-CT-PA CSA (NJ Part) +476,189,12,Chicago IL-IN-WI CSA (IL Part) +476,190,223,New York NY-NJ-CT-PA CSA (NY Part) +476,191,223,New York NY-NJ-CT-PA CSA (NY Part) +476,192,223,New York NY-NJ-CT-PA CSA (NY Part) +476,193,186,Indianapolis IN CSA +476,194,217,New York NY-NJ-CT-PA CSA (NJ Part) +476,195,12,Chicago IL-IN-WI CSA (IL Part) +476,196,223,New York NY-NJ-CT-PA CSA (NY Part) +476,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +476,198,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +476,199,266,Washington DC-MD-VA-WV CSA (VA Part) +476,200,223,New York NY-NJ-CT-PA CSA (NY Part) +476,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +476,202,223,New York NY-NJ-CT-PA CSA (NY Part) +476,203,203,Detroit MI CSA +476,204,217,New York NY-NJ-CT-PA CSA (NJ Part) +476,205,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +476,206,201,Boston MA-NH CSA (MA Part) +476,207,12,Chicago IL-IN-WI CSA (IL Part) +476,208,223,New York NY-NJ-CT-PA CSA (NY Part) +476,209,266,Washington DC-MD-VA-WV CSA (VA Part) +476,210,12,Chicago IL-IN-WI CSA (IL Part) +476,211,12,Chicago IL-IN-WI CSA (IL Part) +476,212,203,Detroit MI CSA +476,213,232,Cleveland OH CSA +476,214,249,Memphis TN-MS-AR MSA (TN Part) +476,215,12,Chicago IL-IN-WI CSA (IL Part) +476,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +476,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +476,218,266,Washington DC-MD-VA-WV CSA (VA Part) +476,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +476,220,12,Chicago IL-IN-WI CSA (IL Part) +476,221,223,New York NY-NJ-CT-PA CSA (NY Part) +476,222,223,New York NY-NJ-CT-PA CSA (NY Part) +476,223,223,New York NY-NJ-CT-PA CSA (NY Part) +476,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +476,225,223,New York NY-NJ-CT-PA CSA (NY Part) +476,226,203,Detroit MI CSA +476,227,223,New York NY-NJ-CT-PA CSA (NY Part) +476,228,223,New York NY-NJ-CT-PA CSA (NY Part) +476,229,217,New York NY-NJ-CT-PA CSA (NJ Part) +476,230,12,Chicago IL-IN-WI CSA (IL Part) +476,231,12,Chicago IL-IN-WI CSA (IL Part) +476,232,223,New York NY-NJ-CT-PA CSA (NY Part) +476,233,232,Cleveland OH CSA +476,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +476,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +476,236,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +476,237,12,Chicago IL-IN-WI CSA (IL Part) +476,238,12,Chicago IL-IN-WI CSA (IL Part) +476,239,154,Alaska +476,240,162,San Francisco CA CSA +476,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +476,242,223,New York NY-NJ-CT-PA CSA (NY Part) +476,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +476,244,266,Washington DC-MD-VA-WV CSA (VA Part) +476,245,223,New York NY-NJ-CT-PA CSA (NY Part) +476,246,223,New York NY-NJ-CT-PA CSA (NY Part) +476,247,223,New York NY-NJ-CT-PA CSA (NY Part) +476,248,12,Chicago IL-IN-WI CSA (IL Part) +476,249,12,Chicago IL-IN-WI CSA (IL Part) +476,250,192,Remainder of Kentucky +476,251,191,Louisville KY-IN CSA (KY Part) +476,252,12,Chicago IL-IN-WI CSA (IL Part) +476,253,203,Detroit MI CSA +476,254,223,New York NY-NJ-CT-PA CSA (NY Part) +476,255,232,Cleveland OH CSA +476,256,201,Boston MA-NH CSA (MA Part) +476,257,176,Atlanta GA-AL CSA (GA Part) +476,258,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +476,259,255,Dallas-Fort Worth TX CSA +476,260,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +476,261,154,Alaska +476,262,223,New York NY-NJ-CT-PA CSA (NY Part) +476,263,266,Washington DC-MD-VA-WV CSA (VA Part) +476,264,223,New York NY-NJ-CT-PA CSA (NY Part) +476,265,223,New York NY-NJ-CT-PA CSA (NY Part) +476,266,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +476,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +476,268,154,Alaska +476,269,186,Indianapolis IN CSA +476,270,223,New York NY-NJ-CT-PA CSA (NY Part) +476,271,12,Chicago IL-IN-WI CSA (IL Part) +476,272,12,Chicago IL-IN-WI CSA (IL Part) +476,273,217,New York NY-NJ-CT-PA CSA (NJ Part) +477,152,203,Detroit MI CSA +477,153,249,Memphis TN-MS-AR MSA (TN Part) +477,154,154,Alaska +477,155,12,Chicago IL-IN-WI CSA (IL Part) +477,156,162,San Francisco CA CSA +477,157,12,Chicago IL-IN-WI CSA (IL Part) +477,158,249,Memphis TN-MS-AR MSA (TN Part) +477,159,159,Los Angeles CA CSA +477,160,162,San Francisco CA CSA +477,161,159,Los Angeles CA CSA +477,162,154,Alaska +477,163,154,Alaska +477,164,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +477,165,232,Cleveland OH CSA +477,166,223,New York NY-NJ-CT-PA CSA (NY Part) +477,167,223,New York NY-NJ-CT-PA CSA (NY Part) +477,168,223,New York NY-NJ-CT-PA CSA (NY Part) +477,169,223,New York NY-NJ-CT-PA CSA (NY Part) +477,170,192,Remainder of Kentucky +477,171,223,New York NY-NJ-CT-PA CSA (NY Part) +477,172,172,Miami FL MSA +477,173,223,New York NY-NJ-CT-PA CSA (NY Part) +477,174,232,Cleveland OH CSA +477,175,186,Indianapolis IN CSA +477,176,266,Washington DC-MD-VA-WV CSA (VA Part) +477,177,203,Detroit MI CSA +477,178,223,New York NY-NJ-CT-PA CSA (NY Part) +477,179,154,Alaska +477,180,154,Alaska +477,181,154,Alaska +477,183,186,Indianapolis IN CSA +477,184,12,Chicago IL-IN-WI CSA (IL Part) +477,185,217,New York NY-NJ-CT-PA CSA (NJ Part) +477,186,12,Chicago IL-IN-WI CSA (IL Part) +477,187,223,New York NY-NJ-CT-PA CSA (NY Part) +477,188,203,Detroit MI CSA +477,189,201,Boston MA-NH CSA (MA Part) +477,190,217,New York NY-NJ-CT-PA CSA (NJ Part) +477,191,223,New York NY-NJ-CT-PA CSA (NY Part) +477,192,266,Washington DC-MD-VA-WV CSA (VA Part) +477,193,191,Louisville KY-IN CSA (KY Part) +477,194,217,New York NY-NJ-CT-PA CSA (NJ Part) +477,195,191,Louisville KY-IN CSA (KY Part) +477,196,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +477,197,223,New York NY-NJ-CT-PA CSA (NY Part) +477,198,203,Detroit MI CSA +477,199,223,New York NY-NJ-CT-PA CSA (NY Part) +477,200,223,New York NY-NJ-CT-PA CSA (NY Part) +477,201,266,Washington DC-MD-VA-WV CSA (VA Part) +477,202,223,New York NY-NJ-CT-PA CSA (NY Part) +477,203,217,New York NY-NJ-CT-PA CSA (NJ Part) +477,204,12,Chicago IL-IN-WI CSA (IL Part) +477,205,223,New York NY-NJ-CT-PA CSA (NY Part) +477,206,12,Chicago IL-IN-WI CSA (IL Part) +477,207,201,Boston MA-NH CSA (MA Part) +477,208,232,Cleveland OH CSA +477,209,186,Indianapolis IN CSA +477,210,249,Memphis TN-MS-AR MSA (TN Part) +477,211,191,Louisville KY-IN CSA (KY Part) +477,212,12,Chicago IL-IN-WI CSA (IL Part) +477,213,12,Chicago IL-IN-WI CSA (IL Part) +477,214,159,Los Angeles CA CSA +477,215,159,Los Angeles CA CSA +477,216,223,New York NY-NJ-CT-PA CSA (NY Part) +477,217,203,Detroit MI CSA +477,218,223,New York NY-NJ-CT-PA CSA (NY Part) +477,219,223,New York NY-NJ-CT-PA CSA (NY Part) +477,220,12,Chicago IL-IN-WI CSA (IL Part) +477,221,217,New York NY-NJ-CT-PA CSA (NJ Part) +477,222,12,Chicago IL-IN-WI CSA (IL Part) +477,223,223,New York NY-NJ-CT-PA CSA (NY Part) +477,224,217,New York NY-NJ-CT-PA CSA (NJ Part) +477,225,223,New York NY-NJ-CT-PA CSA (NY Part) +477,226,226,Charlotte NC-SC CSA (NC Part) +477,227,232,Cleveland OH CSA +477,228,217,New York NY-NJ-CT-PA CSA (NJ Part) +477,229,223,New York NY-NJ-CT-PA CSA (NY Part) +477,230,154,Alaska +477,231,266,Washington DC-MD-VA-WV CSA (VA Part) +477,232,223,New York NY-NJ-CT-PA CSA (NY Part) +477,233,266,Washington DC-MD-VA-WV CSA (VA Part) +477,234,12,Chicago IL-IN-WI CSA (IL Part) +477,235,201,Boston MA-NH CSA (MA Part) +477,236,223,New York NY-NJ-CT-PA CSA (NY Part) +477,237,12,Chicago IL-IN-WI CSA (IL Part) +477,238,203,Detroit MI CSA +477,239,154,Alaska +477,240,154,Alaska +477,241,223,New York NY-NJ-CT-PA CSA (NY Part) +477,242,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +477,243,223,New York NY-NJ-CT-PA CSA (NY Part) +477,244,223,New York NY-NJ-CT-PA CSA (NY Part) +477,245,217,New York NY-NJ-CT-PA CSA (NJ Part) +477,246,232,Cleveland OH CSA +477,247,223,New York NY-NJ-CT-PA CSA (NY Part) +477,248,12,Chicago IL-IN-WI CSA (IL Part) +477,249,223,New York NY-NJ-CT-PA CSA (NY Part) +477,250,217,New York NY-NJ-CT-PA CSA (NJ Part) +477,251,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +477,252,176,Atlanta GA-AL CSA (GA Part) +477,253,249,Memphis TN-MS-AR MSA (TN Part) +477,254,255,Dallas-Fort Worth TX CSA +477,255,12,Chicago IL-IN-WI CSA (IL Part) +477,256,186,Indianapolis IN CSA +477,257,223,New York NY-NJ-CT-PA CSA (NY Part) +477,258,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +477,259,12,Chicago IL-IN-WI CSA (IL Part) +477,260,217,New York NY-NJ-CT-PA CSA (NJ Part) +477,261,12,Chicago IL-IN-WI CSA (IL Part) +477,262,154,Alaska +477,263,223,New York NY-NJ-CT-PA CSA (NY Part) +477,264,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +477,265,223,New York NY-NJ-CT-PA CSA (NY Part) +477,266,266,Washington DC-MD-VA-WV CSA (VA Part) +477,267,217,New York NY-NJ-CT-PA CSA (NJ Part) +477,268,159,Los Angeles CA CSA +477,269,154,Alaska +477,270,223,New York NY-NJ-CT-PA CSA (NY Part) +477,271,12,Chicago IL-IN-WI CSA (IL Part) +477,272,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +477,273,12,Chicago IL-IN-WI CSA (IL Part) +478,152,172,Miami FL MSA +478,153,172,Miami FL MSA +478,154,203,Detroit MI CSA +478,155,255,Dallas-Fort Worth TX CSA +478,156,172,Miami FL MSA +478,157,255,Dallas-Fort Worth TX CSA +478,158,249,Memphis TN-MS-AR MSA (TN Part) +478,159,159,Los Angeles CA CSA +478,160,172,Miami FL MSA +478,161,172,Miami FL MSA +478,162,249,Memphis TN-MS-AR MSA (TN Part) +478,163,172,Miami FL MSA +478,164,195,New Orleans LA CSA +478,165,255,Dallas-Fort Worth TX CSA +478,166,223,New York NY-NJ-CT-PA CSA (NY Part) +478,167,223,New York NY-NJ-CT-PA CSA (NY Part) +478,168,223,New York NY-NJ-CT-PA CSA (NY Part) +478,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +478,170,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +478,171,172,Miami FL MSA +478,172,172,Miami FL MSA +478,173,172,Miami FL MSA +478,174,172,Miami FL MSA +478,175,172,Miami FL MSA +478,176,172,Miami FL MSA +478,177,176,Atlanta GA-AL CSA (GA Part) +478,178,172,Miami FL MSA +478,179,257,Houston TX CSA +478,180,172,Miami FL MSA +478,181,172,Miami FL MSA +478,183,172,Miami FL MSA +478,184,172,Miami FL MSA +478,185,186,Indianapolis IN CSA +478,186,191,Louisville KY-IN CSA (KY Part) +478,187,226,Charlotte NC-SC CSA (NC Part) +478,188,226,Charlotte NC-SC CSA (NC Part) +478,189,249,Memphis TN-MS-AR MSA (TN Part) +478,190,172,Miami FL MSA +478,191,172,Miami FL MSA +478,192,192,Remainder of Kentucky +478,193,172,Miami FL MSA +478,194,172,Miami FL MSA +478,195,172,Miami FL MSA +478,196,172,Miami FL MSA +478,197,223,New York NY-NJ-CT-PA CSA (NY Part) +478,198,266,Washington DC-MD-VA-WV CSA (VA Part) +478,199,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +478,200,266,Washington DC-MD-VA-WV CSA (VA Part) +478,201,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +478,202,201,Boston MA-NH CSA (MA Part) +478,203,266,Washington DC-MD-VA-WV CSA (VA Part) +478,204,191,Louisville KY-IN CSA (KY Part) +478,205,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +478,206,172,Miami FL MSA +478,207,192,Remainder of Kentucky +478,208,172,Miami FL MSA +478,209,176,Atlanta GA-AL CSA (GA Part) +478,210,176,Atlanta GA-AL CSA (GA Part) +478,211,172,Miami FL MSA +478,212,176,Atlanta GA-AL CSA (GA Part) +478,213,172,Miami FL MSA +478,214,249,Memphis TN-MS-AR MSA (TN Part) +478,215,172,Miami FL MSA +478,216,223,New York NY-NJ-CT-PA CSA (NY Part) +478,217,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +478,218,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +478,219,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +478,220,255,Dallas-Fort Worth TX CSA +478,221,223,New York NY-NJ-CT-PA CSA (NY Part) +478,222,223,New York NY-NJ-CT-PA CSA (NY Part) +478,223,223,New York NY-NJ-CT-PA CSA (NY Part) +478,224,223,New York NY-NJ-CT-PA CSA (NY Part) +478,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +478,226,172,Miami FL MSA +478,227,172,Miami FL MSA +478,228,172,Miami FL MSA +478,229,172,Miami FL MSA +478,230,12,Chicago IL-IN-WI CSA (IL Part) +478,231,192,Remainder of Kentucky +478,232,266,Washington DC-MD-VA-WV CSA (VA Part) +478,233,191,Louisville KY-IN CSA (KY Part) +478,234,245,Charleston SC MSA +478,235,232,Cleveland OH CSA +478,236,172,Miami FL MSA +478,237,191,Louisville KY-IN CSA (KY Part) +478,238,172,Miami FL MSA +478,239,257,Houston TX CSA +478,240,255,Dallas-Fort Worth TX CSA +478,241,266,Washington DC-MD-VA-WV CSA (VA Part) +478,242,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +478,243,266,Washington DC-MD-VA-WV CSA (VA Part) +478,244,223,New York NY-NJ-CT-PA CSA (NY Part) +478,245,176,Atlanta GA-AL CSA (GA Part) +478,246,172,Miami FL MSA +478,247,172,Miami FL MSA +478,248,192,Remainder of Kentucky +478,249,249,Memphis TN-MS-AR MSA (TN Part) +478,250,172,Miami FL MSA +478,251,153,Remainder of Alabama +478,252,257,Houston TX CSA +478,253,172,Miami FL MSA +478,254,172,Miami FL MSA +478,255,176,Atlanta GA-AL CSA (GA Part) +478,256,172,Miami FL MSA +478,257,172,Miami FL MSA +478,258,172,Miami FL MSA +478,259,257,Houston TX CSA +478,260,255,Dallas-Fort Worth TX CSA +478,261,164,Denver CO CSA +478,262,172,Miami FL MSA +478,263,266,Washington DC-MD-VA-WV CSA (VA Part) +478,264,172,Miami FL MSA +478,265,172,Miami FL MSA +478,266,245,Charleston SC MSA +478,267,169,Delaware +478,268,195,New Orleans LA CSA +478,269,12,Chicago IL-IN-WI CSA (IL Part) +478,270,266,Washington DC-MD-VA-WV CSA (VA Part) +478,271,186,Indianapolis IN CSA +478,272,12,Chicago IL-IN-WI CSA (IL Part) +478,273,153,Remainder of Alabama +479,152,162,San Francisco CA CSA +479,153,257,Houston TX CSA +479,154,154,Alaska +479,155,159,Los Angeles CA CSA +479,156,159,Los Angeles CA CSA +479,157,179,Honolulu HI MSA +479,158,257,Houston TX CSA +479,159,268,Seattle WA CSA +479,160,179,Honolulu HI MSA +479,161,159,Los Angeles CA CSA +479,162,162,San Francisco CA CSA +479,163,268,Seattle WA CSA +479,164,162,San Francisco CA CSA +479,165,162,San Francisco CA CSA +479,166,159,Los Angeles CA CSA +479,167,266,Washington DC-MD-VA-WV CSA (VA Part) +479,168,159,Los Angeles CA CSA +479,169,12,Chicago IL-IN-WI CSA (IL Part) +479,170,266,Washington DC-MD-VA-WV CSA (VA Part) +479,171,191,Louisville KY-IN CSA (KY Part) +479,172,172,Miami FL MSA +479,173,249,Memphis TN-MS-AR MSA (TN Part) +479,174,176,Atlanta GA-AL CSA (GA Part) +479,175,153,Remainder of Alabama +479,176,255,Dallas-Fort Worth TX CSA +479,177,159,Los Angeles CA CSA +479,178,257,Houston TX CSA +479,179,162,San Francisco CA CSA +479,180,159,Los Angeles CA CSA +479,181,159,Los Angeles CA CSA +479,183,162,San Francisco CA CSA +479,184,12,Chicago IL-IN-WI CSA (IL Part) +479,185,159,Los Angeles CA CSA +479,186,12,Chicago IL-IN-WI CSA (IL Part) +479,187,255,Dallas-Fort Worth TX CSA +479,188,249,Memphis TN-MS-AR MSA (TN Part) +479,189,162,San Francisco CA CSA +479,190,159,Los Angeles CA CSA +479,191,255,Dallas-Fort Worth TX CSA +479,192,176,Atlanta GA-AL CSA (GA Part) +479,193,268,Seattle WA CSA +479,194,268,Seattle WA CSA +479,195,159,Los Angeles CA CSA +479,196,195,New Orleans LA CSA +479,197,203,Detroit MI CSA +479,198,249,Memphis TN-MS-AR MSA (TN Part) +479,199,159,Los Angeles CA CSA +479,200,266,Washington DC-MD-VA-WV CSA (VA Part) +479,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +479,202,186,Indianapolis IN CSA +479,203,162,San Francisco CA CSA +479,204,159,Los Angeles CA CSA +479,205,186,Indianapolis IN CSA +479,206,179,Honolulu HI MSA +479,207,159,Los Angeles CA CSA +479,208,257,Houston TX CSA +479,209,179,Honolulu HI MSA +479,210,159,Los Angeles CA CSA +479,211,159,Los Angeles CA CSA +479,212,162,San Francisco CA CSA +479,213,159,Los Angeles CA CSA +479,214,162,San Francisco CA CSA +479,215,159,Los Angeles CA CSA +479,216,12,Chicago IL-IN-WI CSA (IL Part) +479,217,191,Louisville KY-IN CSA (KY Part) +479,218,268,Seattle WA CSA +479,219,164,Denver CO CSA +479,220,159,Los Angeles CA CSA +479,221,249,Memphis TN-MS-AR MSA (TN Part) +479,222,249,Memphis TN-MS-AR MSA (TN Part) +479,223,159,Los Angeles CA CSA +479,224,255,Dallas-Fort Worth TX CSA +479,225,159,Los Angeles CA CSA +479,226,159,Los Angeles CA CSA +479,227,12,Chicago IL-IN-WI CSA (IL Part) +479,228,176,Atlanta GA-AL CSA (GA Part) +479,229,159,Los Angeles CA CSA +479,230,268,Seattle WA CSA +479,231,249,Memphis TN-MS-AR MSA (TN Part) +479,232,179,Honolulu HI MSA +479,233,186,Indianapolis IN CSA +479,234,159,Los Angeles CA CSA +479,235,192,Remainder of Kentucky +479,236,255,Dallas-Fort Worth TX CSA +479,237,159,Los Angeles CA CSA +479,238,162,San Francisco CA CSA +479,239,154,Alaska +479,240,162,San Francisco CA CSA +479,241,203,Detroit MI CSA +479,242,159,Los Angeles CA CSA +479,243,266,Washington DC-MD-VA-WV CSA (VA Part) +479,244,249,Memphis TN-MS-AR MSA (TN Part) +479,245,162,San Francisco CA CSA +479,246,159,Los Angeles CA CSA +479,247,245,Charleston SC MSA +479,248,162,San Francisco CA CSA +479,249,176,Atlanta GA-AL CSA (GA Part) +479,250,195,New Orleans LA CSA +479,251,159,Los Angeles CA CSA +479,252,159,Los Angeles CA CSA +479,253,179,Honolulu HI MSA +479,254,162,San Francisco CA CSA +479,255,159,Los Angeles CA CSA +479,256,159,Los Angeles CA CSA +479,257,162,San Francisco CA CSA +479,258,159,Los Angeles CA CSA +479,259,162,San Francisco CA CSA +479,260,159,Los Angeles CA CSA +479,261,162,San Francisco CA CSA +479,262,159,Los Angeles CA CSA +479,263,223,New York NY-NJ-CT-PA CSA (NY Part) +479,264,162,San Francisco CA CSA +479,265,159,Los Angeles CA CSA +479,266,232,Cleveland OH CSA +479,267,179,Honolulu HI MSA +479,268,162,San Francisco CA CSA +479,269,162,San Francisco CA CSA +479,270,162,San Francisco CA CSA +479,271,12,Chicago IL-IN-WI CSA (IL Part) +479,272,159,Los Angeles CA CSA +479,273,159,Los Angeles CA CSA +480,152,245,Charleston SC MSA +480,153,223,New York NY-NJ-CT-PA CSA (NY Part) +480,154,223,New York NY-NJ-CT-PA CSA (NY Part) +480,155,12,Chicago IL-IN-WI CSA (IL Part) +480,156,203,Detroit MI CSA +480,157,186,Indianapolis IN CSA +480,158,201,Boston MA-NH CSA (MA Part) +480,159,268,Seattle WA CSA +480,160,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +480,161,186,Indianapolis IN CSA +480,162,268,Seattle WA CSA +480,163,192,Remainder of Kentucky +480,164,266,Washington DC-MD-VA-WV CSA (VA Part) +480,165,191,Louisville KY-IN CSA (KY Part) +480,166,223,New York NY-NJ-CT-PA CSA (NY Part) +480,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +480,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +480,169,266,Washington DC-MD-VA-WV CSA (VA Part) +480,170,223,New York NY-NJ-CT-PA CSA (NY Part) +480,171,173,Orlando FL CSA +480,172,223,New York NY-NJ-CT-PA CSA (NY Part) +480,173,226,Charlotte NC-SC CSA (NC Part) +480,174,266,Washington DC-MD-VA-WV CSA (VA Part) +480,175,172,Miami FL MSA +480,176,176,Atlanta GA-AL CSA (GA Part) +480,177,176,Atlanta GA-AL CSA (GA Part) +480,178,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +480,179,223,New York NY-NJ-CT-PA CSA (NY Part) +480,180,159,Los Angeles CA CSA +480,181,266,Washington DC-MD-VA-WV CSA (VA Part) +480,183,12,Chicago IL-IN-WI CSA (IL Part) +480,184,223,New York NY-NJ-CT-PA CSA (NY Part) +480,185,201,Boston MA-NH CSA (MA Part) +480,186,217,New York NY-NJ-CT-PA CSA (NJ Part) +480,187,266,Washington DC-MD-VA-WV CSA (VA Part) +480,188,191,Louisville KY-IN CSA (KY Part) +480,189,266,Washington DC-MD-VA-WV CSA (VA Part) +480,190,12,Chicago IL-IN-WI CSA (IL Part) +480,191,223,New York NY-NJ-CT-PA CSA (NY Part) +480,192,191,Louisville KY-IN CSA (KY Part) +480,193,223,New York NY-NJ-CT-PA CSA (NY Part) +480,194,195,New Orleans LA CSA +480,195,266,Washington DC-MD-VA-WV CSA (VA Part) +480,196,223,New York NY-NJ-CT-PA CSA (NY Part) +480,197,223,New York NY-NJ-CT-PA CSA (NY Part) +480,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +480,199,223,New York NY-NJ-CT-PA CSA (NY Part) +480,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +480,201,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +480,202,223,New York NY-NJ-CT-PA CSA (NY Part) +480,203,232,Cleveland OH CSA +480,204,223,New York NY-NJ-CT-PA CSA (NY Part) +480,205,266,Washington DC-MD-VA-WV CSA (VA Part) +480,206,201,Boston MA-NH CSA (MA Part) +480,207,217,New York NY-NJ-CT-PA CSA (NJ Part) +480,208,223,New York NY-NJ-CT-PA CSA (NY Part) +480,209,191,Louisville KY-IN CSA (KY Part) +480,210,223,New York NY-NJ-CT-PA CSA (NY Part) +480,211,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +480,212,12,Chicago IL-IN-WI CSA (IL Part) +480,213,226,Charlotte NC-SC CSA (NC Part) +480,214,186,Indianapolis IN CSA +480,215,12,Chicago IL-IN-WI CSA (IL Part) +480,216,223,New York NY-NJ-CT-PA CSA (NY Part) +480,217,232,Cleveland OH CSA +480,218,223,New York NY-NJ-CT-PA CSA (NY Part) +480,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +480,220,176,Atlanta GA-AL CSA (GA Part) +480,221,223,New York NY-NJ-CT-PA CSA (NY Part) +480,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +480,223,223,New York NY-NJ-CT-PA CSA (NY Part) +480,224,223,New York NY-NJ-CT-PA CSA (NY Part) +480,225,223,New York NY-NJ-CT-PA CSA (NY Part) +480,226,266,Washington DC-MD-VA-WV CSA (VA Part) +480,227,266,Washington DC-MD-VA-WV CSA (VA Part) +480,228,223,New York NY-NJ-CT-PA CSA (NY Part) +480,229,176,Atlanta GA-AL CSA (GA Part) +480,230,12,Chicago IL-IN-WI CSA (IL Part) +480,231,217,New York NY-NJ-CT-PA CSA (NJ Part) +480,232,217,New York NY-NJ-CT-PA CSA (NJ Part) +480,233,217,New York NY-NJ-CT-PA CSA (NJ Part) +480,234,223,New York NY-NJ-CT-PA CSA (NY Part) +480,235,266,Washington DC-MD-VA-WV CSA (VA Part) +480,236,266,Washington DC-MD-VA-WV CSA (VA Part) +480,237,12,Chicago IL-IN-WI CSA (IL Part) +480,238,249,Memphis TN-MS-AR MSA (TN Part) +480,239,12,Chicago IL-IN-WI CSA (IL Part) +480,240,12,Chicago IL-IN-WI CSA (IL Part) +480,241,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +480,242,217,New York NY-NJ-CT-PA CSA (NJ Part) +480,243,223,New York NY-NJ-CT-PA CSA (NY Part) +480,244,223,New York NY-NJ-CT-PA CSA (NY Part) +480,245,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +480,246,223,New York NY-NJ-CT-PA CSA (NY Part) +480,247,172,Miami FL MSA +480,248,12,Chicago IL-IN-WI CSA (IL Part) +480,249,176,Atlanta GA-AL CSA (GA Part) +480,250,12,Chicago IL-IN-WI CSA (IL Part) +480,251,217,New York NY-NJ-CT-PA CSA (NJ Part) +480,252,191,Louisville KY-IN CSA (KY Part) +480,253,176,Atlanta GA-AL CSA (GA Part) +480,254,172,Miami FL MSA +480,255,266,Washington DC-MD-VA-WV CSA (VA Part) +480,256,223,New York NY-NJ-CT-PA CSA (NY Part) +480,257,257,Houston TX CSA +480,258,12,Chicago IL-IN-WI CSA (IL Part) +480,259,176,Atlanta GA-AL CSA (GA Part) +480,260,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +480,261,223,New York NY-NJ-CT-PA CSA (NY Part) +480,262,217,New York NY-NJ-CT-PA CSA (NJ Part) +480,263,223,New York NY-NJ-CT-PA CSA (NY Part) +480,264,223,New York NY-NJ-CT-PA CSA (NY Part) +480,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +480,266,223,New York NY-NJ-CT-PA CSA (NY Part) +480,267,266,Washington DC-MD-VA-WV CSA (VA Part) +480,268,217,New York NY-NJ-CT-PA CSA (NJ Part) +480,269,266,Washington DC-MD-VA-WV CSA (VA Part) +480,270,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +480,271,226,Charlotte NC-SC CSA (NC Part) +480,272,223,New York NY-NJ-CT-PA CSA (NY Part) +480,273,153,Remainder of Alabama +481,152,249,Memphis TN-MS-AR MSA (TN Part) +481,153,249,Memphis TN-MS-AR MSA (TN Part) +481,154,223,New York NY-NJ-CT-PA CSA (NY Part) +481,155,266,Washington DC-MD-VA-WV CSA (VA Part) +481,156,12,Chicago IL-IN-WI CSA (IL Part) +481,157,191,Louisville KY-IN CSA (KY Part) +481,158,223,New York NY-NJ-CT-PA CSA (NY Part) +481,159,159,Los Angeles CA CSA +481,160,162,San Francisco CA CSA +481,161,159,Los Angeles CA CSA +481,162,162,San Francisco CA CSA +481,163,159,Los Angeles CA CSA +481,164,12,Chicago IL-IN-WI CSA (IL Part) +481,165,12,Chicago IL-IN-WI CSA (IL Part) +481,166,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +481,167,223,New York NY-NJ-CT-PA CSA (NY Part) +481,168,223,New York NY-NJ-CT-PA CSA (NY Part) +481,169,223,New York NY-NJ-CT-PA CSA (NY Part) +481,170,266,Washington DC-MD-VA-WV CSA (VA Part) +481,171,223,New York NY-NJ-CT-PA CSA (NY Part) +481,172,172,Miami FL MSA +481,173,169,Delaware +481,174,223,New York NY-NJ-CT-PA CSA (NY Part) +481,175,223,New York NY-NJ-CT-PA CSA (NY Part) +481,176,223,New York NY-NJ-CT-PA CSA (NY Part) +481,177,223,New York NY-NJ-CT-PA CSA (NY Part) +481,178,223,New York NY-NJ-CT-PA CSA (NY Part) +481,179,154,Alaska +481,180,12,Chicago IL-IN-WI CSA (IL Part) +481,181,217,New York NY-NJ-CT-PA CSA (NJ Part) +481,183,186,Indianapolis IN CSA +481,184,12,Chicago IL-IN-WI CSA (IL Part) +481,185,266,Washington DC-MD-VA-WV CSA (VA Part) +481,186,12,Chicago IL-IN-WI CSA (IL Part) +481,187,217,New York NY-NJ-CT-PA CSA (NJ Part) +481,188,191,Louisville KY-IN CSA (KY Part) +481,189,217,New York NY-NJ-CT-PA CSA (NJ Part) +481,190,12,Chicago IL-IN-WI CSA (IL Part) +481,191,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +481,192,223,New York NY-NJ-CT-PA CSA (NY Part) +481,193,223,New York NY-NJ-CT-PA CSA (NY Part) +481,194,12,Chicago IL-IN-WI CSA (IL Part) +481,195,223,New York NY-NJ-CT-PA CSA (NY Part) +481,196,231,Cincinnati OH-KY-IN CSA (OH Part) +481,197,223,New York NY-NJ-CT-PA CSA (NY Part) +481,198,266,Washington DC-MD-VA-WV CSA (VA Part) +481,199,223,New York NY-NJ-CT-PA CSA (NY Part) +481,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +481,201,223,New York NY-NJ-CT-PA CSA (NY Part) +481,202,203,Detroit MI CSA +481,203,223,New York NY-NJ-CT-PA CSA (NY Part) +481,204,201,Boston MA-NH CSA (MA Part) +481,205,203,Detroit MI CSA +481,206,201,Boston MA-NH CSA (MA Part) +481,207,12,Chicago IL-IN-WI CSA (IL Part) +481,208,201,Boston MA-NH CSA (MA Part) +481,209,203,Detroit MI CSA +481,210,217,New York NY-NJ-CT-PA CSA (NJ Part) +481,211,12,Chicago IL-IN-WI CSA (IL Part) +481,212,268,Seattle WA CSA +481,213,12,Chicago IL-IN-WI CSA (IL Part) +481,214,159,Los Angeles CA CSA +481,215,12,Chicago IL-IN-WI CSA (IL Part) +481,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +481,217,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +481,218,223,New York NY-NJ-CT-PA CSA (NY Part) +481,219,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +481,220,186,Indianapolis IN CSA +481,221,223,New York NY-NJ-CT-PA CSA (NY Part) +481,222,223,New York NY-NJ-CT-PA CSA (NY Part) +481,223,223,New York NY-NJ-CT-PA CSA (NY Part) +481,224,223,New York NY-NJ-CT-PA CSA (NY Part) +481,225,223,New York NY-NJ-CT-PA CSA (NY Part) +481,226,217,New York NY-NJ-CT-PA CSA (NJ Part) +481,227,223,New York NY-NJ-CT-PA CSA (NY Part) +481,228,223,New York NY-NJ-CT-PA CSA (NY Part) +481,229,223,New York NY-NJ-CT-PA CSA (NY Part) +481,230,203,Detroit MI CSA +481,231,203,Detroit MI CSA +481,232,266,Washington DC-MD-VA-WV CSA (VA Part) +481,233,223,New York NY-NJ-CT-PA CSA (NY Part) +481,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +481,235,223,New York NY-NJ-CT-PA CSA (NY Part) +481,236,232,Cleveland OH CSA +481,237,203,Detroit MI CSA +481,238,192,Remainder of Kentucky +481,239,154,Alaska +481,240,159,Los Angeles CA CSA +481,241,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +481,242,223,New York NY-NJ-CT-PA CSA (NY Part) +481,243,223,New York NY-NJ-CT-PA CSA (NY Part) +481,244,223,New York NY-NJ-CT-PA CSA (NY Part) +481,245,223,New York NY-NJ-CT-PA CSA (NY Part) +481,246,223,New York NY-NJ-CT-PA CSA (NY Part) +481,247,192,Remainder of Kentucky +481,248,12,Chicago IL-IN-WI CSA (IL Part) +481,249,186,Indianapolis IN CSA +481,250,223,New York NY-NJ-CT-PA CSA (NY Part) +481,251,176,Atlanta GA-AL CSA (GA Part) +481,252,266,Washington DC-MD-VA-WV CSA (VA Part) +481,253,223,New York NY-NJ-CT-PA CSA (NY Part) +481,254,176,Atlanta GA-AL CSA (GA Part) +481,255,12,Chicago IL-IN-WI CSA (IL Part) +481,256,217,New York NY-NJ-CT-PA CSA (NJ Part) +481,257,191,Louisville KY-IN CSA (KY Part) +481,258,12,Chicago IL-IN-WI CSA (IL Part) +481,259,232,Cleveland OH CSA +481,260,255,Dallas-Fort Worth TX CSA +481,261,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +481,262,268,Seattle WA CSA +481,263,223,New York NY-NJ-CT-PA CSA (NY Part) +481,264,217,New York NY-NJ-CT-PA CSA (NJ Part) +481,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +481,266,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +481,267,223,New York NY-NJ-CT-PA CSA (NY Part) +481,268,12,Chicago IL-IN-WI CSA (IL Part) +481,269,223,New York NY-NJ-CT-PA CSA (NY Part) +481,270,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +481,271,12,Chicago IL-IN-WI CSA (IL Part) +481,272,203,Detroit MI CSA +481,273,12,Chicago IL-IN-WI CSA (IL Part) +482,152,12,Chicago IL-IN-WI CSA (IL Part) +482,153,223,New York NY-NJ-CT-PA CSA (NY Part) +482,154,154,Alaska +482,155,12,Chicago IL-IN-WI CSA (IL Part) +482,156,186,Indianapolis IN CSA +482,157,266,Washington DC-MD-VA-WV CSA (VA Part) +482,158,232,Cleveland OH CSA +482,159,162,San Francisco CA CSA +482,160,154,Alaska +482,161,223,New York NY-NJ-CT-PA CSA (NY Part) +482,162,154,Alaska +482,163,154,Alaska +482,164,217,New York NY-NJ-CT-PA CSA (NJ Part) +482,165,192,Remainder of Kentucky +482,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +482,167,223,New York NY-NJ-CT-PA CSA (NY Part) +482,168,217,New York NY-NJ-CT-PA CSA (NJ Part) +482,169,226,Charlotte NC-SC CSA (NC Part) +482,170,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +482,171,223,New York NY-NJ-CT-PA CSA (NY Part) +482,172,266,Washington DC-MD-VA-WV CSA (VA Part) +482,173,232,Cleveland OH CSA +482,174,223,New York NY-NJ-CT-PA CSA (NY Part) +482,175,12,Chicago IL-IN-WI CSA (IL Part) +482,176,266,Washington DC-MD-VA-WV CSA (VA Part) +482,177,245,Charleston SC MSA +482,178,223,New York NY-NJ-CT-PA CSA (NY Part) +482,179,164,Denver CO CSA +482,180,162,San Francisco CA CSA +482,181,12,Chicago IL-IN-WI CSA (IL Part) +482,183,203,Detroit MI CSA +482,184,12,Chicago IL-IN-WI CSA (IL Part) +482,185,186,Indianapolis IN CSA +482,186,203,Detroit MI CSA +482,187,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +482,188,217,New York NY-NJ-CT-PA CSA (NJ Part) +482,189,266,Washington DC-MD-VA-WV CSA (VA Part) +482,190,12,Chicago IL-IN-WI CSA (IL Part) +482,191,201,Boston MA-NH CSA (MA Part) +482,192,203,Detroit MI CSA +482,193,201,Boston MA-NH CSA (MA Part) +482,194,176,Atlanta GA-AL CSA (GA Part) +482,195,223,New York NY-NJ-CT-PA CSA (NY Part) +482,196,217,New York NY-NJ-CT-PA CSA (NJ Part) +482,197,223,New York NY-NJ-CT-PA CSA (NY Part) +482,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +482,199,266,Washington DC-MD-VA-WV CSA (VA Part) +482,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +482,201,223,New York NY-NJ-CT-PA CSA (NY Part) +482,202,223,New York NY-NJ-CT-PA CSA (NY Part) +482,203,217,New York NY-NJ-CT-PA CSA (NJ Part) +482,204,201,Boston MA-NH CSA (MA Part) +482,205,12,Chicago IL-IN-WI CSA (IL Part) +482,206,12,Chicago IL-IN-WI CSA (IL Part) +482,207,217,New York NY-NJ-CT-PA CSA (NJ Part) +482,208,232,Cleveland OH CSA +482,209,192,Remainder of Kentucky +482,210,217,New York NY-NJ-CT-PA CSA (NJ Part) +482,211,12,Chicago IL-IN-WI CSA (IL Part) +482,212,154,Alaska +482,213,12,Chicago IL-IN-WI CSA (IL Part) +482,214,154,Alaska +482,215,154,Alaska +482,216,223,New York NY-NJ-CT-PA CSA (NY Part) +482,217,223,New York NY-NJ-CT-PA CSA (NY Part) +482,218,201,Boston MA-NH CSA (MA Part) +482,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +482,220,191,Louisville KY-IN CSA (KY Part) +482,221,223,New York NY-NJ-CT-PA CSA (NY Part) +482,222,223,New York NY-NJ-CT-PA CSA (NY Part) +482,223,223,New York NY-NJ-CT-PA CSA (NY Part) +482,224,223,New York NY-NJ-CT-PA CSA (NY Part) +482,225,217,New York NY-NJ-CT-PA CSA (NJ Part) +482,226,217,New York NY-NJ-CT-PA CSA (NJ Part) +482,227,266,Washington DC-MD-VA-WV CSA (VA Part) +482,228,223,New York NY-NJ-CT-PA CSA (NY Part) +482,229,223,New York NY-NJ-CT-PA CSA (NY Part) +482,230,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +482,231,12,Chicago IL-IN-WI CSA (IL Part) +482,232,266,Washington DC-MD-VA-WV CSA (VA Part) +482,233,203,Detroit MI CSA +482,234,203,Detroit MI CSA +482,235,232,Cleveland OH CSA +482,236,191,Louisville KY-IN CSA (KY Part) +482,237,12,Chicago IL-IN-WI CSA (IL Part) +482,238,223,New York NY-NJ-CT-PA CSA (NY Part) +482,239,162,San Francisco CA CSA +482,240,12,Chicago IL-IN-WI CSA (IL Part) +482,241,223,New York NY-NJ-CT-PA CSA (NY Part) +482,242,217,New York NY-NJ-CT-PA CSA (NJ Part) +482,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +482,244,223,New York NY-NJ-CT-PA CSA (NY Part) +482,245,223,New York NY-NJ-CT-PA CSA (NY Part) +482,246,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +482,247,223,New York NY-NJ-CT-PA CSA (NY Part) +482,248,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +482,249,223,New York NY-NJ-CT-PA CSA (NY Part) +482,250,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +482,251,186,Indianapolis IN CSA +482,252,231,Cincinnati OH-KY-IN CSA (OH Part) +482,253,266,Washington DC-MD-VA-WV CSA (VA Part) +482,254,169,Delaware +482,255,223,New York NY-NJ-CT-PA CSA (NY Part) +482,256,249,Memphis TN-MS-AR MSA (TN Part) +482,257,12,Chicago IL-IN-WI CSA (IL Part) +482,258,12,Chicago IL-IN-WI CSA (IL Part) +482,259,217,New York NY-NJ-CT-PA CSA (NJ Part) +482,260,217,New York NY-NJ-CT-PA CSA (NJ Part) +482,261,203,Detroit MI CSA +482,262,12,Chicago IL-IN-WI CSA (IL Part) +482,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +482,264,266,Washington DC-MD-VA-WV CSA (VA Part) +482,265,223,New York NY-NJ-CT-PA CSA (NY Part) +482,266,201,Boston MA-NH CSA (MA Part) +482,267,266,Washington DC-MD-VA-WV CSA (VA Part) +482,268,12,Chicago IL-IN-WI CSA (IL Part) +482,269,154,Alaska +482,270,186,Indianapolis IN CSA +482,271,223,New York NY-NJ-CT-PA CSA (NY Part) +482,272,201,Boston MA-NH CSA (MA Part) +482,273,154,Alaska +483,152,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +483,153,223,New York NY-NJ-CT-PA CSA (NY Part) +483,154,217,New York NY-NJ-CT-PA CSA (NJ Part) +483,155,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +483,156,249,Memphis TN-MS-AR MSA (TN Part) +483,157,186,Indianapolis IN CSA +483,158,186,Indianapolis IN CSA +483,159,159,Los Angeles CA CSA +483,160,162,San Francisco CA CSA +483,161,159,Los Angeles CA CSA +483,162,159,Los Angeles CA CSA +483,163,159,Los Angeles CA CSA +483,164,12,Chicago IL-IN-WI CSA (IL Part) +483,165,12,Chicago IL-IN-WI CSA (IL Part) +483,166,223,New York NY-NJ-CT-PA CSA (NY Part) +483,167,201,Boston MA-NH CSA (MA Part) +483,168,232,Cleveland OH CSA +483,169,223,New York NY-NJ-CT-PA CSA (NY Part) +483,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +483,171,223,New York NY-NJ-CT-PA CSA (NY Part) +483,172,172,Miami FL MSA +483,173,266,Washington DC-MD-VA-WV CSA (VA Part) +483,174,169,Delaware +483,175,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +483,176,223,New York NY-NJ-CT-PA CSA (NY Part) +483,177,266,Washington DC-MD-VA-WV CSA (VA Part) +483,178,266,Washington DC-MD-VA-WV CSA (VA Part) +483,179,268,Seattle WA CSA +483,180,162,San Francisco CA CSA +483,181,223,New York NY-NJ-CT-PA CSA (NY Part) +483,183,12,Chicago IL-IN-WI CSA (IL Part) +483,184,226,Charlotte NC-SC CSA (NC Part) +483,185,232,Cleveland OH CSA +483,186,12,Chicago IL-IN-WI CSA (IL Part) +483,187,223,New York NY-NJ-CT-PA CSA (NY Part) +483,188,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +483,189,12,Chicago IL-IN-WI CSA (IL Part) +483,190,232,Cleveland OH CSA +483,191,191,Louisville KY-IN CSA (KY Part) +483,192,266,Washington DC-MD-VA-WV CSA (VA Part) +483,193,223,New York NY-NJ-CT-PA CSA (NY Part) +483,194,176,Atlanta GA-AL CSA (GA Part) +483,195,232,Cleveland OH CSA +483,196,176,Atlanta GA-AL CSA (GA Part) +483,197,223,New York NY-NJ-CT-PA CSA (NY Part) +483,198,223,New York NY-NJ-CT-PA CSA (NY Part) +483,199,223,New York NY-NJ-CT-PA CSA (NY Part) +483,200,223,New York NY-NJ-CT-PA CSA (NY Part) +483,201,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +483,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +483,203,232,Cleveland OH CSA +483,204,186,Indianapolis IN CSA +483,205,203,Detroit MI CSA +483,206,203,Detroit MI CSA +483,207,266,Washington DC-MD-VA-WV CSA (VA Part) +483,208,217,New York NY-NJ-CT-PA CSA (NJ Part) +483,209,217,New York NY-NJ-CT-PA CSA (NJ Part) +483,210,12,Chicago IL-IN-WI CSA (IL Part) +483,211,191,Louisville KY-IN CSA (KY Part) +483,212,203,Detroit MI CSA +483,213,223,New York NY-NJ-CT-PA CSA (NY Part) +483,214,12,Chicago IL-IN-WI CSA (IL Part) +483,215,12,Chicago IL-IN-WI CSA (IL Part) +483,216,223,New York NY-NJ-CT-PA CSA (NY Part) +483,217,223,New York NY-NJ-CT-PA CSA (NY Part) +483,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +483,219,217,New York NY-NJ-CT-PA CSA (NJ Part) +483,220,223,New York NY-NJ-CT-PA CSA (NY Part) +483,221,223,New York NY-NJ-CT-PA CSA (NY Part) +483,222,223,New York NY-NJ-CT-PA CSA (NY Part) +483,223,223,New York NY-NJ-CT-PA CSA (NY Part) +483,224,217,New York NY-NJ-CT-PA CSA (NJ Part) +483,225,232,Cleveland OH CSA +483,226,223,New York NY-NJ-CT-PA CSA (NY Part) +483,227,223,New York NY-NJ-CT-PA CSA (NY Part) +483,228,223,New York NY-NJ-CT-PA CSA (NY Part) +483,229,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +483,230,12,Chicago IL-IN-WI CSA (IL Part) +483,231,266,Washington DC-MD-VA-WV CSA (VA Part) +483,232,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +483,233,223,New York NY-NJ-CT-PA CSA (NY Part) +483,234,266,Washington DC-MD-VA-WV CSA (VA Part) +483,235,223,New York NY-NJ-CT-PA CSA (NY Part) +483,236,266,Washington DC-MD-VA-WV CSA (VA Part) +483,237,217,New York NY-NJ-CT-PA CSA (NJ Part) +483,238,12,Chicago IL-IN-WI CSA (IL Part) +483,239,162,San Francisco CA CSA +483,240,162,San Francisco CA CSA +483,241,223,New York NY-NJ-CT-PA CSA (NY Part) +483,242,223,New York NY-NJ-CT-PA CSA (NY Part) +483,243,217,New York NY-NJ-CT-PA CSA (NJ Part) +483,244,201,Boston MA-NH CSA (MA Part) +483,245,223,New York NY-NJ-CT-PA CSA (NY Part) +483,246,169,Delaware +483,247,217,New York NY-NJ-CT-PA CSA (NJ Part) +483,248,217,New York NY-NJ-CT-PA CSA (NJ Part) +483,249,232,Cleveland OH CSA +483,250,232,Cleveland OH CSA +483,251,266,Washington DC-MD-VA-WV CSA (VA Part) +483,252,257,Houston TX CSA +483,253,217,New York NY-NJ-CT-PA CSA (NJ Part) +483,254,12,Chicago IL-IN-WI CSA (IL Part) +483,255,223,New York NY-NJ-CT-PA CSA (NY Part) +483,256,232,Cleveland OH CSA +483,257,12,Chicago IL-IN-WI CSA (IL Part) +483,258,249,Memphis TN-MS-AR MSA (TN Part) +483,259,257,Houston TX CSA +483,260,186,Indianapolis IN CSA +483,261,12,Chicago IL-IN-WI CSA (IL Part) +483,262,12,Chicago IL-IN-WI CSA (IL Part) +483,263,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +483,264,223,New York NY-NJ-CT-PA CSA (NY Part) +483,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +483,266,223,New York NY-NJ-CT-PA CSA (NY Part) +483,267,223,New York NY-NJ-CT-PA CSA (NY Part) +483,268,203,Detroit MI CSA +483,269,12,Chicago IL-IN-WI CSA (IL Part) +483,270,217,New York NY-NJ-CT-PA CSA (NJ Part) +483,271,12,Chicago IL-IN-WI CSA (IL Part) +483,272,217,New York NY-NJ-CT-PA CSA (NJ Part) +483,273,223,New York NY-NJ-CT-PA CSA (NY Part) +484,152,257,Houston TX CSA +484,153,172,Miami FL MSA +484,154,172,Miami FL MSA +484,155,159,Los Angeles CA CSA +484,156,172,Miami FL MSA +484,157,153,Remainder of Alabama +484,158,172,Miami FL MSA +484,159,159,Los Angeles CA CSA +484,160,249,Memphis TN-MS-AR MSA (TN Part) +484,161,159,Los Angeles CA CSA +484,162,172,Miami FL MSA +484,163,172,Miami FL MSA +484,164,172,Miami FL MSA +484,165,172,Miami FL MSA +484,166,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +484,167,172,Miami FL MSA +484,168,266,Washington DC-MD-VA-WV CSA (VA Part) +484,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +484,170,176,Atlanta GA-AL CSA (GA Part) +484,171,172,Miami FL MSA +484,172,172,Miami FL MSA +484,173,172,Miami FL MSA +484,174,172,Miami FL MSA +484,175,176,Atlanta GA-AL CSA (GA Part) +484,176,172,Miami FL MSA +484,177,172,Miami FL MSA +484,178,172,Miami FL MSA +484,179,255,Dallas-Fort Worth TX CSA +484,180,179,Honolulu HI MSA +484,181,176,Atlanta GA-AL CSA (GA Part) +484,183,153,Remainder of Alabama +484,184,172,Miami FL MSA +484,185,172,Miami FL MSA +484,186,191,Louisville KY-IN CSA (KY Part) +484,187,266,Washington DC-MD-VA-WV CSA (VA Part) +484,188,195,New Orleans LA CSA +484,189,226,Charlotte NC-SC CSA (NC Part) +484,190,255,Dallas-Fort Worth TX CSA +484,191,186,Indianapolis IN CSA +484,192,186,Indianapolis IN CSA +484,193,172,Miami FL MSA +484,194,176,Atlanta GA-AL CSA (GA Part) +484,195,172,Miami FL MSA +484,196,255,Dallas-Fort Worth TX CSA +484,197,172,Miami FL MSA +484,198,172,Miami FL MSA +484,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +484,200,172,Miami FL MSA +484,201,223,New York NY-NJ-CT-PA CSA (NY Part) +484,202,172,Miami FL MSA +484,203,232,Cleveland OH CSA +484,204,12,Chicago IL-IN-WI CSA (IL Part) +484,205,12,Chicago IL-IN-WI CSA (IL Part) +484,206,249,Memphis TN-MS-AR MSA (TN Part) +484,207,173,Orlando FL CSA +484,208,176,Atlanta GA-AL CSA (GA Part) +484,209,172,Miami FL MSA +484,210,172,Miami FL MSA +484,211,176,Atlanta GA-AL CSA (GA Part) +484,212,249,Memphis TN-MS-AR MSA (TN Part) +484,213,195,New Orleans LA CSA +484,214,172,Miami FL MSA +484,215,172,Miami FL MSA +484,216,226,Charlotte NC-SC CSA (NC Part) +484,217,223,New York NY-NJ-CT-PA CSA (NY Part) +484,218,173,Orlando FL CSA +484,219,172,Miami FL MSA +484,220,172,Miami FL MSA +484,221,223,New York NY-NJ-CT-PA CSA (NY Part) +484,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +484,223,172,Miami FL MSA +484,224,223,New York NY-NJ-CT-PA CSA (NY Part) +484,225,223,New York NY-NJ-CT-PA CSA (NY Part) +484,226,172,Miami FL MSA +484,227,172,Miami FL MSA +484,228,266,Washington DC-MD-VA-WV CSA (VA Part) +484,229,172,Miami FL MSA +484,230,249,Memphis TN-MS-AR MSA (TN Part) +484,231,172,Miami FL MSA +484,232,217,New York NY-NJ-CT-PA CSA (NJ Part) +484,233,217,New York NY-NJ-CT-PA CSA (NJ Part) +484,234,172,Miami FL MSA +484,235,176,Atlanta GA-AL CSA (GA Part) +484,236,172,Miami FL MSA +484,237,249,Memphis TN-MS-AR MSA (TN Part) +484,238,172,Miami FL MSA +484,239,176,Atlanta GA-AL CSA (GA Part) +484,240,12,Chicago IL-IN-WI CSA (IL Part) +484,241,232,Cleveland OH CSA +484,242,223,New York NY-NJ-CT-PA CSA (NY Part) +484,243,223,New York NY-NJ-CT-PA CSA (NY Part) +484,244,266,Washington DC-MD-VA-WV CSA (VA Part) +484,245,172,Miami FL MSA +484,246,172,Miami FL MSA +484,247,172,Miami FL MSA +484,248,255,Dallas-Fort Worth TX CSA +484,249,249,Memphis TN-MS-AR MSA (TN Part) +484,250,172,Miami FL MSA +484,251,195,New Orleans LA CSA +484,252,172,Miami FL MSA +484,253,172,Miami FL MSA +484,254,172,Miami FL MSA +484,255,257,Houston TX CSA +484,256,172,Miami FL MSA +484,257,176,Atlanta GA-AL CSA (GA Part) +484,258,172,Miami FL MSA +484,259,172,Miami FL MSA +484,260,245,Charleston SC MSA +484,261,257,Houston TX CSA +484,262,176,Atlanta GA-AL CSA (GA Part) +484,263,223,New York NY-NJ-CT-PA CSA (NY Part) +484,264,172,Miami FL MSA +484,265,172,Miami FL MSA +484,266,201,Boston MA-NH CSA (MA Part) +484,267,191,Louisville KY-IN CSA (KY Part) +484,268,191,Louisville KY-IN CSA (KY Part) +484,269,176,Atlanta GA-AL CSA (GA Part) +484,270,176,Atlanta GA-AL CSA (GA Part) +484,271,172,Miami FL MSA +484,272,176,Atlanta GA-AL CSA (GA Part) +484,273,176,Atlanta GA-AL CSA (GA Part) +485,152,203,Detroit MI CSA +485,153,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +485,154,12,Chicago IL-IN-WI CSA (IL Part) +485,155,159,Los Angeles CA CSA +485,156,159,Los Angeles CA CSA +485,157,154,Alaska +485,158,249,Memphis TN-MS-AR MSA (TN Part) +485,159,12,Chicago IL-IN-WI CSA (IL Part) +485,160,154,Alaska +485,161,162,San Francisco CA CSA +485,162,162,San Francisco CA CSA +485,163,159,Los Angeles CA CSA +485,164,232,Cleveland OH CSA +485,165,154,Alaska +485,166,223,New York NY-NJ-CT-PA CSA (NY Part) +485,167,217,New York NY-NJ-CT-PA CSA (NJ Part) +485,168,232,Cleveland OH CSA +485,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +485,170,217,New York NY-NJ-CT-PA CSA (NJ Part) +485,171,223,New York NY-NJ-CT-PA CSA (NY Part) +485,172,223,New York NY-NJ-CT-PA CSA (NY Part) +485,173,217,New York NY-NJ-CT-PA CSA (NJ Part) +485,174,223,New York NY-NJ-CT-PA CSA (NY Part) +485,175,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +485,176,223,New York NY-NJ-CT-PA CSA (NY Part) +485,177,217,New York NY-NJ-CT-PA CSA (NJ Part) +485,178,249,Memphis TN-MS-AR MSA (TN Part) +485,179,154,Alaska +485,180,154,Alaska +485,181,154,Alaska +485,183,12,Chicago IL-IN-WI CSA (IL Part) +485,184,192,Remainder of Kentucky +485,185,203,Detroit MI CSA +485,186,12,Chicago IL-IN-WI CSA (IL Part) +485,187,203,Detroit MI CSA +485,188,249,Memphis TN-MS-AR MSA (TN Part) +485,189,12,Chicago IL-IN-WI CSA (IL Part) +485,190,169,Delaware +485,191,232,Cleveland OH CSA +485,192,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +485,193,12,Chicago IL-IN-WI CSA (IL Part) +485,194,176,Atlanta GA-AL CSA (GA Part) +485,195,217,New York NY-NJ-CT-PA CSA (NJ Part) +485,196,153,Remainder of Alabama +485,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +485,198,217,New York NY-NJ-CT-PA CSA (NJ Part) +485,199,223,New York NY-NJ-CT-PA CSA (NY Part) +485,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +485,201,203,Detroit MI CSA +485,202,223,New York NY-NJ-CT-PA CSA (NY Part) +485,203,223,New York NY-NJ-CT-PA CSA (NY Part) +485,204,223,New York NY-NJ-CT-PA CSA (NY Part) +485,205,223,New York NY-NJ-CT-PA CSA (NY Part) +485,206,203,Detroit MI CSA +485,207,154,Alaska +485,208,217,New York NY-NJ-CT-PA CSA (NJ Part) +485,209,186,Indianapolis IN CSA +485,210,223,New York NY-NJ-CT-PA CSA (NY Part) +485,211,201,Boston MA-NH CSA (MA Part) +485,212,154,Alaska +485,213,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +485,214,159,Los Angeles CA CSA +485,215,154,Alaska +485,216,223,New York NY-NJ-CT-PA CSA (NY Part) +485,217,223,New York NY-NJ-CT-PA CSA (NY Part) +485,218,223,New York NY-NJ-CT-PA CSA (NY Part) +485,219,223,New York NY-NJ-CT-PA CSA (NY Part) +485,220,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +485,221,223,New York NY-NJ-CT-PA CSA (NY Part) +485,222,223,New York NY-NJ-CT-PA CSA (NY Part) +485,223,223,New York NY-NJ-CT-PA CSA (NY Part) +485,224,217,New York NY-NJ-CT-PA CSA (NJ Part) +485,225,223,New York NY-NJ-CT-PA CSA (NY Part) +485,226,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +485,227,12,Chicago IL-IN-WI CSA (IL Part) +485,228,266,Washington DC-MD-VA-WV CSA (VA Part) +485,229,217,New York NY-NJ-CT-PA CSA (NJ Part) +485,230,154,Alaska +485,231,266,Washington DC-MD-VA-WV CSA (VA Part) +485,232,266,Washington DC-MD-VA-WV CSA (VA Part) +485,233,12,Chicago IL-IN-WI CSA (IL Part) +485,234,191,Louisville KY-IN CSA (KY Part) +485,235,223,New York NY-NJ-CT-PA CSA (NY Part) +485,236,203,Detroit MI CSA +485,237,249,Memphis TN-MS-AR MSA (TN Part) +485,238,232,Cleveland OH CSA +485,239,159,Los Angeles CA CSA +485,240,154,Alaska +485,241,223,New York NY-NJ-CT-PA CSA (NY Part) +485,242,232,Cleveland OH CSA +485,243,223,New York NY-NJ-CT-PA CSA (NY Part) +485,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +485,245,217,New York NY-NJ-CT-PA CSA (NJ Part) +485,246,266,Washington DC-MD-VA-WV CSA (VA Part) +485,247,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +485,248,12,Chicago IL-IN-WI CSA (IL Part) +485,249,12,Chicago IL-IN-WI CSA (IL Part) +485,250,186,Indianapolis IN CSA +485,251,217,New York NY-NJ-CT-PA CSA (NJ Part) +485,252,12,Chicago IL-IN-WI CSA (IL Part) +485,253,195,New Orleans LA CSA +485,254,232,Cleveland OH CSA +485,255,255,Dallas-Fort Worth TX CSA +485,256,249,Memphis TN-MS-AR MSA (TN Part) +485,257,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +485,258,195,New Orleans LA CSA +485,259,12,Chicago IL-IN-WI CSA (IL Part) +485,260,223,New York NY-NJ-CT-PA CSA (NY Part) +485,261,154,Alaska +485,262,232,Cleveland OH CSA +485,263,223,New York NY-NJ-CT-PA CSA (NY Part) +485,264,232,Cleveland OH CSA +485,265,266,Washington DC-MD-VA-WV CSA (VA Part) +485,266,223,New York NY-NJ-CT-PA CSA (NY Part) +485,267,223,New York NY-NJ-CT-PA CSA (NY Part) +485,268,154,Alaska +485,269,159,Los Angeles CA CSA +485,270,266,Washington DC-MD-VA-WV CSA (VA Part) +485,271,203,Detroit MI CSA +485,272,223,New York NY-NJ-CT-PA CSA (NY Part) +485,273,154,Alaska +486,152,159,Los Angeles CA CSA +486,153,176,Atlanta GA-AL CSA (GA Part) +486,154,159,Los Angeles CA CSA +486,155,159,Los Angeles CA CSA +486,156,159,Los Angeles CA CSA +486,157,159,Los Angeles CA CSA +486,158,257,Houston TX CSA +486,159,268,Seattle WA CSA +486,160,159,Los Angeles CA CSA +486,161,179,Honolulu HI MSA +486,162,268,Seattle WA CSA +486,163,159,Los Angeles CA CSA +486,164,159,Los Angeles CA CSA +486,165,268,Seattle WA CSA +486,166,266,Washington DC-MD-VA-WV CSA (VA Part) +486,167,203,Detroit MI CSA +486,168,159,Los Angeles CA CSA +486,169,179,Honolulu HI MSA +486,170,255,Dallas-Fort Worth TX CSA +486,171,159,Los Angeles CA CSA +486,172,249,Memphis TN-MS-AR MSA (TN Part) +486,173,176,Atlanta GA-AL CSA (GA Part) +486,174,159,Los Angeles CA CSA +486,175,153,Remainder of Alabama +486,176,153,Remainder of Alabama +486,177,162,San Francisco CA CSA +486,178,162,San Francisco CA CSA +486,179,159,Los Angeles CA CSA +486,180,179,Honolulu HI MSA +486,181,162,San Francisco CA CSA +486,183,255,Dallas-Fort Worth TX CSA +486,184,257,Houston TX CSA +486,185,159,Los Angeles CA CSA +486,186,159,Los Angeles CA CSA +486,187,12,Chicago IL-IN-WI CSA (IL Part) +486,188,159,Los Angeles CA CSA +486,189,159,Los Angeles CA CSA +486,190,159,Los Angeles CA CSA +486,191,159,Los Angeles CA CSA +486,192,192,Remainder of Kentucky +486,193,159,Los Angeles CA CSA +486,194,195,New Orleans LA CSA +486,195,179,Honolulu HI MSA +486,196,162,San Francisco CA CSA +486,197,255,Dallas-Fort Worth TX CSA +486,198,12,Chicago IL-IN-WI CSA (IL Part) +486,199,159,Los Angeles CA CSA +486,200,232,Cleveland OH CSA +486,201,201,Boston MA-NH CSA (MA Part) +486,202,179,Honolulu HI MSA +486,203,12,Chicago IL-IN-WI CSA (IL Part) +486,204,179,Honolulu HI MSA +486,205,12,Chicago IL-IN-WI CSA (IL Part) +486,206,159,Los Angeles CA CSA +486,207,162,San Francisco CA CSA +486,208,191,Louisville KY-IN CSA (KY Part) +486,209,12,Chicago IL-IN-WI CSA (IL Part) +486,210,159,Los Angeles CA CSA +486,211,257,Houston TX CSA +486,212,268,Seattle WA CSA +486,213,162,San Francisco CA CSA +486,214,159,Los Angeles CA CSA +486,215,159,Los Angeles CA CSA +486,216,223,New York NY-NJ-CT-PA CSA (NY Part) +486,217,159,Los Angeles CA CSA +486,218,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +486,219,223,New York NY-NJ-CT-PA CSA (NY Part) +486,220,162,San Francisco CA CSA +486,221,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +486,222,159,Los Angeles CA CSA +486,223,162,San Francisco CA CSA +486,224,192,Remainder of Kentucky +486,225,186,Indianapolis IN CSA +486,226,12,Chicago IL-IN-WI CSA (IL Part) +486,227,249,Memphis TN-MS-AR MSA (TN Part) +486,228,257,Houston TX CSA +486,229,257,Houston TX CSA +486,230,159,Los Angeles CA CSA +486,231,191,Louisville KY-IN CSA (KY Part) +486,232,162,San Francisco CA CSA +486,233,186,Indianapolis IN CSA +486,234,179,Honolulu HI MSA +486,235,232,Cleveland OH CSA +486,236,159,Los Angeles CA CSA +486,237,255,Dallas-Fort Worth TX CSA +486,238,159,Los Angeles CA CSA +486,239,162,San Francisco CA CSA +486,240,159,Los Angeles CA CSA +486,241,12,Chicago IL-IN-WI CSA (IL Part) +486,242,192,Remainder of Kentucky +486,243,266,Washington DC-MD-VA-WV CSA (VA Part) +486,244,257,Houston TX CSA +486,245,173,Orlando FL CSA +486,246,249,Memphis TN-MS-AR MSA (TN Part) +486,247,249,Memphis TN-MS-AR MSA (TN Part) +486,248,159,Los Angeles CA CSA +486,249,257,Houston TX CSA +486,250,176,Atlanta GA-AL CSA (GA Part) +486,251,12,Chicago IL-IN-WI CSA (IL Part) +486,252,159,Los Angeles CA CSA +486,253,179,Honolulu HI MSA +486,254,159,Los Angeles CA CSA +486,255,159,Los Angeles CA CSA +486,256,162,San Francisco CA CSA +486,257,162,San Francisco CA CSA +486,258,268,Seattle WA CSA +486,259,159,Los Angeles CA CSA +486,260,257,Houston TX CSA +486,261,268,Seattle WA CSA +486,262,159,Los Angeles CA CSA +486,263,179,Honolulu HI MSA +486,264,12,Chicago IL-IN-WI CSA (IL Part) +486,265,268,Seattle WA CSA +486,266,162,San Francisco CA CSA +486,267,249,Memphis TN-MS-AR MSA (TN Part) +486,268,159,Los Angeles CA CSA +486,269,159,Los Angeles CA CSA +486,270,191,Louisville KY-IN CSA (KY Part) +486,271,12,Chicago IL-IN-WI CSA (IL Part) +486,272,159,Los Angeles CA CSA +486,273,179,Honolulu HI MSA +487,152,176,Atlanta GA-AL CSA (GA Part) +487,153,172,Miami FL MSA +487,154,249,Memphis TN-MS-AR MSA (TN Part) +487,155,172,Miami FL MSA +487,156,172,Miami FL MSA +487,157,257,Houston TX CSA +487,158,172,Miami FL MSA +487,159,159,Los Angeles CA CSA +487,160,172,Miami FL MSA +487,161,159,Los Angeles CA CSA +487,162,255,Dallas-Fort Worth TX CSA +487,163,159,Los Angeles CA CSA +487,164,172,Miami FL MSA +487,165,172,Miami FL MSA +487,166,223,New York NY-NJ-CT-PA CSA (NY Part) +487,167,223,New York NY-NJ-CT-PA CSA (NY Part) +487,168,223,New York NY-NJ-CT-PA CSA (NY Part) +487,169,172,Miami FL MSA +487,170,266,Washington DC-MD-VA-WV CSA (VA Part) +487,171,153,Remainder of Alabama +487,172,172,Miami FL MSA +487,173,172,Miami FL MSA +487,174,172,Miami FL MSA +487,175,172,Miami FL MSA +487,176,172,Miami FL MSA +487,177,176,Atlanta GA-AL CSA (GA Part) +487,178,153,Remainder of Alabama +487,179,159,Los Angeles CA CSA +487,180,159,Los Angeles CA CSA +487,181,186,Indianapolis IN CSA +487,183,172,Miami FL MSA +487,184,176,Atlanta GA-AL CSA (GA Part) +487,185,172,Miami FL MSA +487,186,176,Atlanta GA-AL CSA (GA Part) +487,187,232,Cleveland OH CSA +487,188,176,Atlanta GA-AL CSA (GA Part) +487,189,172,Miami FL MSA +487,190,245,Charleston SC MSA +487,191,172,Miami FL MSA +487,192,172,Miami FL MSA +487,193,172,Miami FL MSA +487,194,172,Miami FL MSA +487,195,172,Miami FL MSA +487,196,172,Miami FL MSA +487,197,217,New York NY-NJ-CT-PA CSA (NJ Part) +487,198,169,Delaware +487,199,173,Orlando FL CSA +487,200,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +487,201,223,New York NY-NJ-CT-PA CSA (NY Part) +487,202,223,New York NY-NJ-CT-PA CSA (NY Part) +487,203,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +487,204,232,Cleveland OH CSA +487,205,172,Miami FL MSA +487,206,176,Atlanta GA-AL CSA (GA Part) +487,207,172,Miami FL MSA +487,208,172,Miami FL MSA +487,209,172,Miami FL MSA +487,210,172,Miami FL MSA +487,211,172,Miami FL MSA +487,212,12,Chicago IL-IN-WI CSA (IL Part) +487,213,172,Miami FL MSA +487,214,172,Miami FL MSA +487,215,255,Dallas-Fort Worth TX CSA +487,216,245,Charleston SC MSA +487,217,223,New York NY-NJ-CT-PA CSA (NY Part) +487,218,217,New York NY-NJ-CT-PA CSA (NJ Part) +487,219,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +487,220,172,Miami FL MSA +487,221,223,New York NY-NJ-CT-PA CSA (NY Part) +487,222,172,Miami FL MSA +487,223,223,New York NY-NJ-CT-PA CSA (NY Part) +487,224,223,New York NY-NJ-CT-PA CSA (NY Part) +487,225,223,New York NY-NJ-CT-PA CSA (NY Part) +487,226,172,Miami FL MSA +487,227,172,Miami FL MSA +487,228,172,Miami FL MSA +487,229,266,Washington DC-MD-VA-WV CSA (VA Part) +487,230,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +487,231,172,Miami FL MSA +487,232,232,Cleveland OH CSA +487,233,172,Miami FL MSA +487,234,192,Remainder of Kentucky +487,235,172,Miami FL MSA +487,236,257,Houston TX CSA +487,237,172,Miami FL MSA +487,238,176,Atlanta GA-AL CSA (GA Part) +487,239,12,Chicago IL-IN-WI CSA (IL Part) +487,240,172,Miami FL MSA +487,241,172,Miami FL MSA +487,242,192,Remainder of Kentucky +487,243,266,Washington DC-MD-VA-WV CSA (VA Part) +487,244,217,New York NY-NJ-CT-PA CSA (NJ Part) +487,245,172,Miami FL MSA +487,246,172,Miami FL MSA +487,247,172,Miami FL MSA +487,248,12,Chicago IL-IN-WI CSA (IL Part) +487,249,176,Atlanta GA-AL CSA (GA Part) +487,250,172,Miami FL MSA +487,251,172,Miami FL MSA +487,252,172,Miami FL MSA +487,253,172,Miami FL MSA +487,254,172,Miami FL MSA +487,255,257,Houston TX CSA +487,256,257,Houston TX CSA +487,257,257,Houston TX CSA +487,258,172,Miami FL MSA +487,259,172,Miami FL MSA +487,260,172,Miami FL MSA +487,261,172,Miami FL MSA +487,262,164,Denver CO CSA +487,263,223,New York NY-NJ-CT-PA CSA (NY Part) +487,264,172,Miami FL MSA +487,265,172,Miami FL MSA +487,266,245,Charleston SC MSA +487,267,176,Atlanta GA-AL CSA (GA Part) +487,268,12,Chicago IL-IN-WI CSA (IL Part) +487,269,255,Dallas-Fort Worth TX CSA +487,270,266,Washington DC-MD-VA-WV CSA (VA Part) +487,271,172,Miami FL MSA +487,272,172,Miami FL MSA +487,273,172,Miami FL MSA +488,152,203,Detroit MI CSA +488,153,176,Atlanta GA-AL CSA (GA Part) +488,154,154,Alaska +488,155,154,Alaska +488,156,154,Alaska +488,157,159,Los Angeles CA CSA +488,158,203,Detroit MI CSA +488,159,268,Seattle WA CSA +488,160,159,Los Angeles CA CSA +488,161,159,Los Angeles CA CSA +488,162,159,Los Angeles CA CSA +488,163,154,Alaska +488,164,162,San Francisco CA CSA +488,165,154,Alaska +488,166,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +488,167,223,New York NY-NJ-CT-PA CSA (NY Part) +488,168,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +488,169,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +488,170,223,New York NY-NJ-CT-PA CSA (NY Part) +488,171,266,Washington DC-MD-VA-WV CSA (VA Part) +488,172,217,New York NY-NJ-CT-PA CSA (NJ Part) +488,173,266,Washington DC-MD-VA-WV CSA (VA Part) +488,174,173,Orlando FL CSA +488,175,154,Alaska +488,176,176,Atlanta GA-AL CSA (GA Part) +488,177,176,Atlanta GA-AL CSA (GA Part) +488,178,232,Cleveland OH CSA +488,179,179,Honolulu HI MSA +488,180,159,Los Angeles CA CSA +488,181,154,Alaska +488,183,154,Alaska +488,184,12,Chicago IL-IN-WI CSA (IL Part) +488,185,186,Indianapolis IN CSA +488,186,12,Chicago IL-IN-WI CSA (IL Part) +488,187,223,New York NY-NJ-CT-PA CSA (NY Part) +488,188,154,Alaska +488,189,154,Alaska +488,190,162,San Francisco CA CSA +488,191,12,Chicago IL-IN-WI CSA (IL Part) +488,192,154,Alaska +488,193,176,Atlanta GA-AL CSA (GA Part) +488,194,195,New Orleans LA CSA +488,195,12,Chicago IL-IN-WI CSA (IL Part) +488,196,268,Seattle WA CSA +488,197,223,New York NY-NJ-CT-PA CSA (NY Part) +488,198,223,New York NY-NJ-CT-PA CSA (NY Part) +488,199,217,New York NY-NJ-CT-PA CSA (NJ Part) +488,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +488,201,154,Alaska +488,202,217,New York NY-NJ-CT-PA CSA (NJ Part) +488,203,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +488,204,154,Alaska +488,205,12,Chicago IL-IN-WI CSA (IL Part) +488,206,154,Alaska +488,207,186,Indianapolis IN CSA +488,208,154,Alaska +488,209,154,Alaska +488,210,12,Chicago IL-IN-WI CSA (IL Part) +488,211,162,San Francisco CA CSA +488,212,154,Alaska +488,213,12,Chicago IL-IN-WI CSA (IL Part) +488,214,154,Alaska +488,215,154,Alaska +488,216,217,New York NY-NJ-CT-PA CSA (NJ Part) +488,217,154,Alaska +488,218,201,Boston MA-NH CSA (MA Part) +488,219,154,Alaska +488,220,154,Alaska +488,221,154,Alaska +488,222,223,New York NY-NJ-CT-PA CSA (NY Part) +488,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +488,224,223,New York NY-NJ-CT-PA CSA (NY Part) +488,225,154,Alaska +488,226,223,New York NY-NJ-CT-PA CSA (NY Part) +488,227,217,New York NY-NJ-CT-PA CSA (NJ Part) +488,228,176,Atlanta GA-AL CSA (GA Part) +488,229,203,Detroit MI CSA +488,230,154,Alaska +488,231,12,Chicago IL-IN-WI CSA (IL Part) +488,232,201,Boston MA-NH CSA (MA Part) +488,233,223,New York NY-NJ-CT-PA CSA (NY Part) +488,234,12,Chicago IL-IN-WI CSA (IL Part) +488,235,223,New York NY-NJ-CT-PA CSA (NY Part) +488,236,154,Alaska +488,237,249,Memphis TN-MS-AR MSA (TN Part) +488,238,12,Chicago IL-IN-WI CSA (IL Part) +488,239,162,San Francisco CA CSA +488,240,154,Alaska +488,241,217,New York NY-NJ-CT-PA CSA (NJ Part) +488,242,12,Chicago IL-IN-WI CSA (IL Part) +488,243,266,Washington DC-MD-VA-WV CSA (VA Part) +488,244,12,Chicago IL-IN-WI CSA (IL Part) +488,245,223,New York NY-NJ-CT-PA CSA (NY Part) +488,246,12,Chicago IL-IN-WI CSA (IL Part) +488,247,217,New York NY-NJ-CT-PA CSA (NJ Part) +488,248,159,Los Angeles CA CSA +488,249,176,Atlanta GA-AL CSA (GA Part) +488,250,203,Detroit MI CSA +488,251,12,Chicago IL-IN-WI CSA (IL Part) +488,252,154,Alaska +488,253,257,Houston TX CSA +488,254,268,Seattle WA CSA +488,255,203,Detroit MI CSA +488,256,154,Alaska +488,257,191,Louisville KY-IN CSA (KY Part) +488,258,154,Alaska +488,259,255,Dallas-Fort Worth TX CSA +488,260,159,Los Angeles CA CSA +488,261,154,Alaska +488,262,159,Los Angeles CA CSA +488,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +488,264,191,Louisville KY-IN CSA (KY Part) +488,265,217,New York NY-NJ-CT-PA CSA (NJ Part) +488,266,201,Boston MA-NH CSA (MA Part) +488,267,232,Cleveland OH CSA +488,268,162,San Francisco CA CSA +488,269,159,Los Angeles CA CSA +488,270,169,Delaware +488,271,154,Alaska +488,272,203,Detroit MI CSA +488,273,162,San Francisco CA CSA +489,152,192,Remainder of Kentucky +489,153,203,Detroit MI CSA +489,154,154,Alaska +489,155,203,Detroit MI CSA +489,156,223,New York NY-NJ-CT-PA CSA (NY Part) +489,157,176,Atlanta GA-AL CSA (GA Part) +489,158,266,Washington DC-MD-VA-WV CSA (VA Part) +489,159,162,San Francisco CA CSA +489,160,159,Los Angeles CA CSA +489,161,12,Chicago IL-IN-WI CSA (IL Part) +489,162,154,Alaska +489,163,217,New York NY-NJ-CT-PA CSA (NJ Part) +489,164,223,New York NY-NJ-CT-PA CSA (NY Part) +489,165,268,Seattle WA CSA +489,166,217,New York NY-NJ-CT-PA CSA (NJ Part) +489,167,223,New York NY-NJ-CT-PA CSA (NY Part) +489,168,223,New York NY-NJ-CT-PA CSA (NY Part) +489,169,217,New York NY-NJ-CT-PA CSA (NJ Part) +489,170,223,New York NY-NJ-CT-PA CSA (NY Part) +489,171,217,New York NY-NJ-CT-PA CSA (NJ Part) +489,172,223,New York NY-NJ-CT-PA CSA (NY Part) +489,173,223,New York NY-NJ-CT-PA CSA (NY Part) +489,174,176,Atlanta GA-AL CSA (GA Part) +489,175,217,New York NY-NJ-CT-PA CSA (NJ Part) +489,176,186,Indianapolis IN CSA +489,177,223,New York NY-NJ-CT-PA CSA (NY Part) +489,178,186,Indianapolis IN CSA +489,179,154,Alaska +489,180,162,San Francisco CA CSA +489,181,268,Seattle WA CSA +489,183,223,New York NY-NJ-CT-PA CSA (NY Part) +489,184,223,New York NY-NJ-CT-PA CSA (NY Part) +489,185,231,Cincinnati OH-KY-IN CSA (OH Part) +489,186,12,Chicago IL-IN-WI CSA (IL Part) +489,187,12,Chicago IL-IN-WI CSA (IL Part) +489,188,12,Chicago IL-IN-WI CSA (IL Part) +489,189,12,Chicago IL-IN-WI CSA (IL Part) +489,190,191,Louisville KY-IN CSA (KY Part) +489,191,217,New York NY-NJ-CT-PA CSA (NJ Part) +489,192,266,Washington DC-MD-VA-WV CSA (VA Part) +489,193,266,Washington DC-MD-VA-WV CSA (VA Part) +489,194,223,New York NY-NJ-CT-PA CSA (NY Part) +489,195,195,New Orleans LA CSA +489,196,217,New York NY-NJ-CT-PA CSA (NJ Part) +489,197,223,New York NY-NJ-CT-PA CSA (NY Part) +489,198,223,New York NY-NJ-CT-PA CSA (NY Part) +489,199,223,New York NY-NJ-CT-PA CSA (NY Part) +489,200,266,Washington DC-MD-VA-WV CSA (VA Part) +489,201,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +489,202,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +489,203,266,Washington DC-MD-VA-WV CSA (VA Part) +489,204,12,Chicago IL-IN-WI CSA (IL Part) +489,205,217,New York NY-NJ-CT-PA CSA (NJ Part) +489,206,223,New York NY-NJ-CT-PA CSA (NY Part) +489,207,223,New York NY-NJ-CT-PA CSA (NY Part) +489,208,217,New York NY-NJ-CT-PA CSA (NJ Part) +489,209,217,New York NY-NJ-CT-PA CSA (NJ Part) +489,210,203,Detroit MI CSA +489,211,12,Chicago IL-IN-WI CSA (IL Part) +489,212,266,Washington DC-MD-VA-WV CSA (VA Part) +489,213,203,Detroit MI CSA +489,214,268,Seattle WA CSA +489,215,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +489,216,223,New York NY-NJ-CT-PA CSA (NY Part) +489,217,223,New York NY-NJ-CT-PA CSA (NY Part) +489,218,223,New York NY-NJ-CT-PA CSA (NY Part) +489,219,223,New York NY-NJ-CT-PA CSA (NY Part) +489,220,12,Chicago IL-IN-WI CSA (IL Part) +489,221,232,Cleveland OH CSA +489,222,223,New York NY-NJ-CT-PA CSA (NY Part) +489,223,217,New York NY-NJ-CT-PA CSA (NJ Part) +489,224,223,New York NY-NJ-CT-PA CSA (NY Part) +489,225,223,New York NY-NJ-CT-PA CSA (NY Part) +489,226,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +489,227,223,New York NY-NJ-CT-PA CSA (NY Part) +489,228,223,New York NY-NJ-CT-PA CSA (NY Part) +489,229,223,New York NY-NJ-CT-PA CSA (NY Part) +489,230,186,Indianapolis IN CSA +489,231,223,New York NY-NJ-CT-PA CSA (NY Part) +489,232,169,Delaware +489,233,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +489,234,223,New York NY-NJ-CT-PA CSA (NY Part) +489,235,217,New York NY-NJ-CT-PA CSA (NJ Part) +489,236,249,Memphis TN-MS-AR MSA (TN Part) +489,237,249,Memphis TN-MS-AR MSA (TN Part) +489,238,217,New York NY-NJ-CT-PA CSA (NJ Part) +489,239,268,Seattle WA CSA +489,240,154,Alaska +489,241,201,Boston MA-NH CSA (MA Part) +489,242,223,New York NY-NJ-CT-PA CSA (NY Part) +489,243,223,New York NY-NJ-CT-PA CSA (NY Part) +489,244,223,New York NY-NJ-CT-PA CSA (NY Part) +489,245,201,Boston MA-NH CSA (MA Part) +489,246,176,Atlanta GA-AL CSA (GA Part) +489,247,266,Washington DC-MD-VA-WV CSA (VA Part) +489,248,12,Chicago IL-IN-WI CSA (IL Part) +489,249,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +489,250,176,Atlanta GA-AL CSA (GA Part) +489,251,223,New York NY-NJ-CT-PA CSA (NY Part) +489,252,217,New York NY-NJ-CT-PA CSA (NJ Part) +489,253,217,New York NY-NJ-CT-PA CSA (NJ Part) +489,254,232,Cleveland OH CSA +489,255,217,New York NY-NJ-CT-PA CSA (NJ Part) +489,256,191,Louisville KY-IN CSA (KY Part) +489,257,249,Memphis TN-MS-AR MSA (TN Part) +489,258,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +489,259,249,Memphis TN-MS-AR MSA (TN Part) +489,260,176,Atlanta GA-AL CSA (GA Part) +489,261,201,Boston MA-NH CSA (MA Part) +489,262,268,Seattle WA CSA +489,263,223,New York NY-NJ-CT-PA CSA (NY Part) +489,264,223,New York NY-NJ-CT-PA CSA (NY Part) +489,265,223,New York NY-NJ-CT-PA CSA (NY Part) +489,266,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +489,267,223,New York NY-NJ-CT-PA CSA (NY Part) +489,268,154,Alaska +489,269,154,Alaska +489,270,266,Washington DC-MD-VA-WV CSA (VA Part) +489,271,223,New York NY-NJ-CT-PA CSA (NY Part) +489,272,12,Chicago IL-IN-WI CSA (IL Part) +489,273,232,Cleveland OH CSA +490,152,172,Miami FL MSA +490,153,172,Miami FL MSA +490,154,154,Alaska +490,155,255,Dallas-Fort Worth TX CSA +490,156,226,Charlotte NC-SC CSA (NC Part) +490,157,12,Chicago IL-IN-WI CSA (IL Part) +490,158,223,New York NY-NJ-CT-PA CSA (NY Part) +490,159,159,Los Angeles CA CSA +490,160,162,San Francisco CA CSA +490,161,223,New York NY-NJ-CT-PA CSA (NY Part) +490,162,223,New York NY-NJ-CT-PA CSA (NY Part) +490,163,266,Washington DC-MD-VA-WV CSA (VA Part) +490,164,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +490,165,266,Washington DC-MD-VA-WV CSA (VA Part) +490,166,223,New York NY-NJ-CT-PA CSA (NY Part) +490,167,223,New York NY-NJ-CT-PA CSA (NY Part) +490,168,223,New York NY-NJ-CT-PA CSA (NY Part) +490,169,266,Washington DC-MD-VA-WV CSA (VA Part) +490,170,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +490,171,245,Charleston SC MSA +490,172,172,Miami FL MSA +490,173,173,Orlando FL CSA +490,174,172,Miami FL MSA +490,175,223,New York NY-NJ-CT-PA CSA (NY Part) +490,176,153,Remainder of Alabama +490,177,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +490,178,223,New York NY-NJ-CT-PA CSA (NY Part) +490,179,154,Alaska +490,180,223,New York NY-NJ-CT-PA CSA (NY Part) +490,181,201,Boston MA-NH CSA (MA Part) +490,183,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +490,184,266,Washington DC-MD-VA-WV CSA (VA Part) +490,185,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +490,186,223,New York NY-NJ-CT-PA CSA (NY Part) +490,187,223,New York NY-NJ-CT-PA CSA (NY Part) +490,188,186,Indianapolis IN CSA +490,189,176,Atlanta GA-AL CSA (GA Part) +490,190,186,Indianapolis IN CSA +490,191,266,Washington DC-MD-VA-WV CSA (VA Part) +490,192,217,New York NY-NJ-CT-PA CSA (NJ Part) +490,193,232,Cleveland OH CSA +490,194,172,Miami FL MSA +490,195,176,Atlanta GA-AL CSA (GA Part) +490,196,249,Memphis TN-MS-AR MSA (TN Part) +490,197,223,New York NY-NJ-CT-PA CSA (NY Part) +490,198,201,Boston MA-NH CSA (MA Part) +490,199,223,New York NY-NJ-CT-PA CSA (NY Part) +490,200,217,New York NY-NJ-CT-PA CSA (NJ Part) +490,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +490,202,223,New York NY-NJ-CT-PA CSA (NY Part) +490,203,203,Detroit MI CSA +490,204,12,Chicago IL-IN-WI CSA (IL Part) +490,205,169,Delaware +490,206,201,Boston MA-NH CSA (MA Part) +490,207,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +490,208,223,New York NY-NJ-CT-PA CSA (NY Part) +490,209,217,New York NY-NJ-CT-PA CSA (NJ Part) +490,210,223,New York NY-NJ-CT-PA CSA (NY Part) +490,211,249,Memphis TN-MS-AR MSA (TN Part) +490,212,223,New York NY-NJ-CT-PA CSA (NY Part) +490,213,232,Cleveland OH CSA +490,214,217,New York NY-NJ-CT-PA CSA (NJ Part) +490,215,176,Atlanta GA-AL CSA (GA Part) +490,216,223,New York NY-NJ-CT-PA CSA (NY Part) +490,217,217,New York NY-NJ-CT-PA CSA (NJ Part) +490,218,201,Boston MA-NH CSA (MA Part) +490,219,201,Boston MA-NH CSA (MA Part) +490,220,223,New York NY-NJ-CT-PA CSA (NY Part) +490,221,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +490,222,217,New York NY-NJ-CT-PA CSA (NJ Part) +490,223,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +490,224,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +490,225,169,Delaware +490,226,223,New York NY-NJ-CT-PA CSA (NY Part) +490,227,223,New York NY-NJ-CT-PA CSA (NY Part) +490,228,217,New York NY-NJ-CT-PA CSA (NJ Part) +490,229,223,New York NY-NJ-CT-PA CSA (NY Part) +490,230,223,New York NY-NJ-CT-PA CSA (NY Part) +490,231,217,New York NY-NJ-CT-PA CSA (NJ Part) +490,232,232,Cleveland OH CSA +490,233,176,Atlanta GA-AL CSA (GA Part) +490,234,266,Washington DC-MD-VA-WV CSA (VA Part) +490,235,203,Detroit MI CSA +490,236,245,Charleston SC MSA +490,237,255,Dallas-Fort Worth TX CSA +490,238,232,Cleveland OH CSA +490,239,203,Detroit MI CSA +490,240,223,New York NY-NJ-CT-PA CSA (NY Part) +490,241,223,New York NY-NJ-CT-PA CSA (NY Part) +490,242,223,New York NY-NJ-CT-PA CSA (NY Part) +490,243,186,Indianapolis IN CSA +490,244,266,Washington DC-MD-VA-WV CSA (VA Part) +490,245,223,New York NY-NJ-CT-PA CSA (NY Part) +490,246,232,Cleveland OH CSA +490,247,172,Miami FL MSA +490,248,223,New York NY-NJ-CT-PA CSA (NY Part) +490,249,12,Chicago IL-IN-WI CSA (IL Part) +490,250,186,Indianapolis IN CSA +490,251,191,Louisville KY-IN CSA (KY Part) +490,252,172,Miami FL MSA +490,253,195,New Orleans LA CSA +490,254,195,New Orleans LA CSA +490,255,172,Miami FL MSA +490,256,172,Miami FL MSA +490,257,223,New York NY-NJ-CT-PA CSA (NY Part) +490,258,223,New York NY-NJ-CT-PA CSA (NY Part) +490,259,172,Miami FL MSA +490,260,191,Louisville KY-IN CSA (KY Part) +490,261,201,Boston MA-NH CSA (MA Part) +490,262,12,Chicago IL-IN-WI CSA (IL Part) +490,263,217,New York NY-NJ-CT-PA CSA (NJ Part) +490,264,266,Washington DC-MD-VA-WV CSA (VA Part) +490,265,232,Cleveland OH CSA +490,266,223,New York NY-NJ-CT-PA CSA (NY Part) +490,267,223,New York NY-NJ-CT-PA CSA (NY Part) +490,268,232,Cleveland OH CSA +490,269,266,Washington DC-MD-VA-WV CSA (VA Part) +490,270,223,New York NY-NJ-CT-PA CSA (NY Part) +490,271,232,Cleveland OH CSA +490,272,217,New York NY-NJ-CT-PA CSA (NJ Part) +490,273,223,New York NY-NJ-CT-PA CSA (NY Part) +491,152,249,Memphis TN-MS-AR MSA (TN Part) +491,153,176,Atlanta GA-AL CSA (GA Part) +491,154,154,Alaska +491,155,191,Louisville KY-IN CSA (KY Part) +491,156,217,New York NY-NJ-CT-PA CSA (NJ Part) +491,157,223,New York NY-NJ-CT-PA CSA (NY Part) +491,158,191,Louisville KY-IN CSA (KY Part) +491,159,217,New York NY-NJ-CT-PA CSA (NJ Part) +491,160,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +491,161,176,Atlanta GA-AL CSA (GA Part) +491,162,192,Remainder of Kentucky +491,163,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +491,164,12,Chicago IL-IN-WI CSA (IL Part) +491,165,266,Washington DC-MD-VA-WV CSA (VA Part) +491,166,223,New York NY-NJ-CT-PA CSA (NY Part) +491,167,201,Boston MA-NH CSA (MA Part) +491,168,223,New York NY-NJ-CT-PA CSA (NY Part) +491,169,266,Washington DC-MD-VA-WV CSA (VA Part) +491,170,266,Washington DC-MD-VA-WV CSA (VA Part) +491,171,172,Miami FL MSA +491,172,266,Washington DC-MD-VA-WV CSA (VA Part) +491,173,172,Miami FL MSA +491,174,172,Miami FL MSA +491,175,172,Miami FL MSA +491,176,176,Atlanta GA-AL CSA (GA Part) +491,177,176,Atlanta GA-AL CSA (GA Part) +491,178,172,Miami FL MSA +491,179,172,Miami FL MSA +491,180,159,Los Angeles CA CSA +491,181,12,Chicago IL-IN-WI CSA (IL Part) +491,183,12,Chicago IL-IN-WI CSA (IL Part) +491,184,232,Cleveland OH CSA +491,185,266,Washington DC-MD-VA-WV CSA (VA Part) +491,186,191,Louisville KY-IN CSA (KY Part) +491,187,223,New York NY-NJ-CT-PA CSA (NY Part) +491,188,217,New York NY-NJ-CT-PA CSA (NJ Part) +491,189,12,Chicago IL-IN-WI CSA (IL Part) +491,190,226,Charlotte NC-SC CSA (NC Part) +491,191,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +491,192,232,Cleveland OH CSA +491,193,172,Miami FL MSA +491,194,172,Miami FL MSA +491,195,266,Washington DC-MD-VA-WV CSA (VA Part) +491,196,173,Orlando FL CSA +491,197,223,New York NY-NJ-CT-PA CSA (NY Part) +491,198,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +491,199,223,New York NY-NJ-CT-PA CSA (NY Part) +491,200,223,New York NY-NJ-CT-PA CSA (NY Part) +491,201,217,New York NY-NJ-CT-PA CSA (NJ Part) +491,202,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +491,203,266,Washington DC-MD-VA-WV CSA (VA Part) +491,204,223,New York NY-NJ-CT-PA CSA (NY Part) +491,205,169,Delaware +491,206,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +491,207,223,New York NY-NJ-CT-PA CSA (NY Part) +491,208,217,New York NY-NJ-CT-PA CSA (NJ Part) +491,209,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +491,210,217,New York NY-NJ-CT-PA CSA (NJ Part) +491,211,191,Louisville KY-IN CSA (KY Part) +491,212,12,Chicago IL-IN-WI CSA (IL Part) +491,213,266,Washington DC-MD-VA-WV CSA (VA Part) +491,214,231,Cincinnati OH-KY-IN CSA (OH Part) +491,215,217,New York NY-NJ-CT-PA CSA (NJ Part) +491,216,223,New York NY-NJ-CT-PA CSA (NY Part) +491,217,223,New York NY-NJ-CT-PA CSA (NY Part) +491,218,266,Washington DC-MD-VA-WV CSA (VA Part) +491,219,266,Washington DC-MD-VA-WV CSA (VA Part) +491,220,186,Indianapolis IN CSA +491,221,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) +491,222,223,New York NY-NJ-CT-PA CSA (NY Part) +491,223,266,Washington DC-MD-VA-WV CSA (VA Part) +491,224,217,New York NY-NJ-CT-PA CSA (NJ Part) +491,225,266,Washington DC-MD-VA-WV CSA (VA Part) +491,226,223,New York NY-NJ-CT-PA CSA (NY Part) +491,227,192,Remainder of Kentucky +491,228,223,New York NY-NJ-CT-PA CSA (NY Part) +491,229,217,New York NY-NJ-CT-PA CSA (NJ Part) +491,230,223,New York NY-NJ-CT-PA CSA (NY Part) +491,231,201,Boston MA-NH CSA (MA Part) +491,232,223,New York NY-NJ-CT-PA CSA (NY Part) +491,233,217,New York NY-NJ-CT-PA CSA (NJ Part) +491,234,217,New York NY-NJ-CT-PA CSA (NJ Part) +491,235,245,Charleston SC MSA +491,236,255,Dallas-Fort Worth TX CSA +491,237,195,New Orleans LA CSA +491,238,186,Indianapolis IN CSA +491,239,206,Minneapolis-St. Paul MN-WI CSA (MN Part) +491,240,164,Denver CO CSA +491,241,223,New York NY-NJ-CT-PA CSA (NY Part) +491,242,217,New York NY-NJ-CT-PA CSA (NJ Part) +491,243,201,Boston MA-NH CSA (MA Part) +491,244,223,New York NY-NJ-CT-PA CSA (NY Part) +491,245,172,Miami FL MSA +491,246,223,New York NY-NJ-CT-PA CSA (NY Part) +491,247,223,New York NY-NJ-CT-PA CSA (NY Part) +491,248,176,Atlanta GA-AL CSA (GA Part) +491,249,191,Louisville KY-IN CSA (KY Part) +491,250,176,Atlanta GA-AL CSA (GA Part) +491,251,176,Atlanta GA-AL CSA (GA Part) +491,252,186,Indianapolis IN CSA +491,253,153,Remainder of Alabama +491,254,172,Miami FL MSA +491,255,223,New York NY-NJ-CT-PA CSA (NY Part) +491,256,217,New York NY-NJ-CT-PA CSA (NJ Part) +491,257,153,Remainder of Alabama +491,258,201,Boston MA-NH CSA (MA Part) +491,259,257,Houston TX CSA +491,260,176,Atlanta GA-AL CSA (GA Part) +491,261,223,New York NY-NJ-CT-PA CSA (NY Part) +491,262,217,New York NY-NJ-CT-PA CSA (NJ Part) +491,263,223,New York NY-NJ-CT-PA CSA (NY Part) +491,264,201,Boston MA-NH CSA (MA Part) +491,265,201,Boston MA-NH CSA (MA Part) +491,266,169,Delaware +491,267,266,Washington DC-MD-VA-WV CSA (VA Part) +491,268,12,Chicago IL-IN-WI CSA (IL Part) +491,269,245,Charleston SC MSA +491,270,223,New York NY-NJ-CT-PA CSA (NY Part) +491,271,223,New York NY-NJ-CT-PA CSA (NY Part) +491,272,245,Charleston SC MSA +491,273,241,Philadelphia PA-NJ-DE-MD CSA (PA Part) diff --git a/lib/data/data_modepath_availability.csv b/lib/data/data_modepath_availability.csv new file mode 100644 index 0000000..9894727 --- /dev/null +++ b/lib/data/data_modepath_availability.csv @@ -0,0 +1,87 @@ +ODSegment,Commodity_SCTG,Commodity_SCTG_desc_short,1_Water,2_Water,3_Rail,4_Rail,5_Rail,6_Rail,7_Rail,8_Rail,9_Rail,10_Rail,11_Rail,12_Rail,13_Rail,14_Rail,15_Rail,16_Rail,17_Rail,18_Rail,19_Rail,20_Rail,21_Rail,22_Rail,23_Rail,24_Rail,25_Rail,26_Rail,27_Rail,28_Rail,29_Rail,30_Rail,31_Truck,32_Truck,33_Truck,34_Truck,35_Truck,36_Truck,37_Truck,38_Truck,39_Truck,40_Truck,41_Truck,42_Truck,43_Truck,44_Truck,45_Truck,46_Truck,47_Air,48_Air,49_Air,50_Air,51_Truck,52_Truck,53_Truck,54_Truck,55_Pipeline,56_Pipeline,57_Pipeline +I,1,Live animals/fish,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,2,Cereal grains,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,3,Other ag prods.,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,4,Animal feed,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,5,Meat/seafood,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,6,Milled grain prods.,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,7,Other foodstuffs,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,8,Alcoholic beverages,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,9,Tobacco prods.,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,10,Building stone,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,11,Natural sands,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,12,Gravel,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,13,Nonmetallic minerals,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,14,Metallic ores,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,15,Coal,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,16,Crude petroleum,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE +I,17,Gasoline,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,TRUE,FALSE +I,18,Fuel oils,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,TRUE,FALSE +I,19,Coal-n.e.c.,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,TRUE +I,20,Basic chemicals,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,21,Pharmaceuticals,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,22,Fertilizers,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,23,Chemical prods.,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,24,Plastics/rubber,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,25,Logs,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,26,Wood prods.,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,27,Newsprint/paper,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,28,Paper articles,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,29,Printed prods.,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,30,Textiles/leather,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,31,Nonmetal min. prods.,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,32,Base metals,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,33,Articles-base metal,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,34,Machinery,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,35,Electronics,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,36,Motorized vehicles,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,37,Transport equip.,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,38,Precision instruments,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,39,Furniture,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,40,Misc. mfg. prods.,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,41,Waste/scrap,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,43,Mixed freight,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +I,99,Unknown,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,1,Live animals/fish,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,2,Cereal grains,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,3,Other ag prods.,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,4,Animal feed,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,5,Meat/seafood,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,6,Milled grain prods.,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,7,Other foodstuffs,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,8,Alcoholic beverages,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,9,Tobacco prods.,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,10,Building stone,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,11,Natural sands,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,12,Gravel,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,13,Nonmetallic minerals,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,14,Metallic ores,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,15,Coal,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,16,Crude petroleum,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE +X,17,Gasoline,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,TRUE,FALSE +X,18,Fuel oils,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,TRUE,FALSE +X,19,Coal-n.e.c.,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,TRUE +X,20,Basic chemicals,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,21,Pharmaceuticals,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,22,Fertilizers,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,23,Chemical prods.,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,24,Plastics/rubber,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,25,Logs,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,26,Wood prods.,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,27,Newsprint/paper,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,28,Paper articles,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,29,Printed prods.,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,30,Textiles/leather,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,31,Nonmetal min. prods.,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,32,Base metals,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,33,Articles-base metal,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,34,Machinery,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,35,Electronics,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,36,Motorized vehicles,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,37,Transport equip.,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,38,Precision instruments,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,39,Furniture,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,40,Misc. mfg. prods.,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,41,Waste/scrap,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,43,Mixed freight,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE +X,99,Unknown,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE diff --git a/lib/data/data_modepath_ports.csv b/lib/data/data_modepath_ports.csv new file mode 100644 index 0000000..7b46df7 --- /dev/null +++ b/lib/data/data_modepath_ports.csv @@ -0,0 +1,112260 @@ +Production_zone,Consumption_zone,Port_mesozoneNB,Port_NameNB,Port_mesozoneB,Port_NameB +1,154,159,"Long Beach, CA",159,"Long Beach, CA" +1,179,268,"Seattle, WA",268,"Seattle, WA" +1,180,162,"Oakland, CA",162,"Oakland, CA" +1,274,268,"Seattle, WA",268,"Seattle, WA" +1,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +1,278,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +1,280,245,"Charleston, SC",245,"Charleston, SC" +1,281,253,"Beaumont, TX",253,"Beaumont, TX" +1,282,169,"Wilmington, DE",169,"Wilmington, DE" +1,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +1,284,159,"Long Beach, CA",159,"Long Beach, CA" +1,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,286,244,"Providence, RI",244,"Providence, RI" +1,287,174,"Tampa, FL",174,"Tampa, FL" +1,288,162,"Oakland, CA",162,"Oakland, CA" +1,289,159,"Long Beach, CA",159,"Long Beach, CA" +1,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +1,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +1,293,195,"New Orleans, LA",195,"New Orleans, LA" +1,294,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +1,295,241,"Philadelphia, PA",241,"Philadelphia, PA" +1,296,159,"Long Beach, CA",159,"Long Beach, CA" +1,297,195,"New Orleans, LA",195,"New Orleans, LA" +1,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +1,299,217,"New York, NY and NJ",217,"New York, NY and NJ" +1,300,152,"Mobile, AL",152,"Mobile, AL" +1,301,198,"Baltimore, MD",198,"Baltimore, MD" +1,302,245,"Charleston, SC",245,"Charleston, SC" +1,303,159,"Long Beach, CA",159,"Long Beach, CA" +1,304,217,"New York, NY and NJ",217,"New York, NY and NJ" +1,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,306,245,"Charleston, SC",245,"Charleston, SC" +1,307,241,"Philadelphia, PA",241,"Philadelphia, PA" +1,308,159,"Long Beach, CA",159,"Long Beach, CA" +1,309,201,"Boston, MA",201,"Boston, MA" +1,310,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,311,169,"Wilmington, DE",169,"Wilmington, DE" +1,312,152,"Mobile, AL",152,"Mobile, AL" +1,313,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,314,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,315,257,"Houston, TX",257,"Houston, TX" +1,316,268,"Seattle, WA",268,"Seattle, WA" +1,317,239,"Portland, OR",239,"Portland, OR" +1,318,268,"Seattle, WA",268,"Seattle, WA" +1,319,152,"Mobile, AL",152,"Mobile, AL" +1,320,198,"Baltimore, MD",198,"Baltimore, MD" +1,321,229,"Wilmington, NC",229,"Wilmington, NC" +1,322,159,"Long Beach, CA",159,"Long Beach, CA" +1,323,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +1,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,325,177,"Savannah, GA",177,"Savannah, GA" +1,326,174,"Tampa, FL",174,"Tampa, FL" +1,327,241,"Philadelphia, PA",241,"Philadelphia, PA" +1,328,241,"Philadelphia, PA",241,"Philadelphia, PA" +1,329,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +1,330,241,"Philadelphia, PA",241,"Philadelphia, PA" +1,331,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +1,333,245,"Charleston, SC",245,"Charleston, SC" +1,334,195,"New Orleans, LA",195,"New Orleans, LA" +1,335,244,"Providence, RI",244,"Providence, RI" +1,336,177,"Savannah, GA",177,"Savannah, GA" +1,337,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +1,338,241,"Philadelphia, PA",241,"Philadelphia, PA" +1,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +1,340,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +1,341,195,"New Orleans, LA",195,"New Orleans, LA" +1,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,343,159,"Long Beach, CA",159,"Long Beach, CA" +1,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +1,345,241,"Philadelphia, PA",241,"Philadelphia, PA" +1,346,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +1,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +1,348,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +1,349,201,"Boston, MA",201,"Boston, MA" +1,350,217,"New York, NY and NJ",217,"New York, NY and NJ" +1,351,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,353,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +1,354,241,"Philadelphia, PA",241,"Philadelphia, PA" +1,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +1,356,195,"New Orleans, LA",195,"New Orleans, LA" +1,357,197,"Portland, ME",197,"Portland, ME" +1,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +1,359,177,"Savannah, GA",177,"Savannah, GA" +1,360,177,"Savannah, GA",177,"Savannah, GA" +1,361,253,"Beaumont, TX",253,"Beaumont, TX" +1,362,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +1,363,195,"New Orleans, LA",195,"New Orleans, LA" +1,364,198,"Baltimore, MD",198,"Baltimore, MD" +1,365,217,"New York, NY and NJ",217,"New York, NY and NJ" +1,366,268,"Seattle, WA",268,"Seattle, WA" +1,367,268,"Seattle, WA",268,"Seattle, WA" +1,368,159,"Long Beach, CA",159,"Long Beach, CA" +1,369,159,"Long Beach, CA",159,"Long Beach, CA" +1,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,371,162,"Oakland, CA",162,"Oakland, CA" +1,372,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +1,373,177,"Savannah, GA",177,"Savannah, GA" +1,374,159,"Long Beach, CA",159,"Long Beach, CA" +1,375,269,"Longview, WA",269,"Longview, WA" +1,376,159,"Long Beach, CA",159,"Long Beach, CA" +1,377,241,"Philadelphia, PA",241,"Philadelphia, PA" +1,378,245,"Charleston, SC",245,"Charleston, SC" +1,379,268,"Seattle, WA",268,"Seattle, WA" +1,380,159,"Long Beach, CA",159,"Long Beach, CA" +1,381,269,"Longview, WA",269,"Longview, WA" +1,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,383,162,"Oakland, CA",162,"Oakland, CA" +1,384,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,385,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +1,386,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +1,387,198,"Baltimore, MD",198,"Baltimore, MD" +1,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +1,390,241,"Philadelphia, PA",241,"Philadelphia, PA" +1,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +1,392,159,"Long Beach, CA",159,"Long Beach, CA" +1,393,159,"Long Beach, CA",159,"Long Beach, CA" +1,394,197,"Portland, ME",197,"Portland, ME" +1,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,396,239,"Portland, OR",239,"Portland, OR" +1,397,197,"Portland, ME",197,"Portland, ME" +1,398,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,399,152,"Mobile, AL",152,"Mobile, AL" +1,400,162,"Oakland, CA",162,"Oakland, CA" +1,401,241,"Philadelphia, PA",241,"Philadelphia, PA" +1,402,197,"Portland, ME",197,"Portland, ME" +1,403,159,"Long Beach, CA",159,"Long Beach, CA" +1,404,198,"Baltimore, MD",198,"Baltimore, MD" +1,405,241,"Philadelphia, PA",241,"Philadelphia, PA" +1,406,169,"Wilmington, DE",169,"Wilmington, DE" +1,407,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,408,159,"Long Beach, CA",159,"Long Beach, CA" +1,409,197,"Portland, ME",197,"Portland, ME" +1,410,159,"Long Beach, CA",159,"Long Beach, CA" +1,411,159,"Long Beach, CA",159,"Long Beach, CA" +1,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,413,159,"Long Beach, CA",159,"Long Beach, CA" +1,414,171,"Jacksonville, FL",171,"Jacksonville, FL" +1,415,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +1,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +1,417,162,"Oakland, CA",162,"Oakland, CA" +1,418,159,"Long Beach, CA",159,"Long Beach, CA" +1,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,420,268,"Seattle, WA",268,"Seattle, WA" +1,421,159,"Long Beach, CA",159,"Long Beach, CA" +1,422,268,"Seattle, WA",268,"Seattle, WA" +1,423,159,"Long Beach, CA",159,"Long Beach, CA" +1,424,195,"New Orleans, LA",195,"New Orleans, LA" +1,425,159,"Long Beach, CA",159,"Long Beach, CA" +1,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +1,427,174,"Tampa, FL",174,"Tampa, FL" +1,428,159,"Long Beach, CA",159,"Long Beach, CA" +1,429,171,"Jacksonville, FL",171,"Jacksonville, FL" +1,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +1,431,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,432,159,"Long Beach, CA",159,"Long Beach, CA" +1,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +1,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,435,197,"Portland, ME",197,"Portland, ME" +1,436,217,"New York, NY and NJ",217,"New York, NY and NJ" +1,437,244,"Providence, RI",244,"Providence, RI" +1,438,174,"Tampa, FL",174,"Tampa, FL" +1,439,245,"Charleston, SC",245,"Charleston, SC" +1,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +1,441,159,"Long Beach, CA",159,"Long Beach, CA" +1,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,443,217,"New York, NY and NJ",217,"New York, NY and NJ" +1,444,159,"Long Beach, CA",159,"Long Beach, CA" +1,445,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +1,446,241,"Philadelphia, PA",241,"Philadelphia, PA" +1,447,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +1,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +1,449,159,"Long Beach, CA",159,"Long Beach, CA" +1,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +1,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,452,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +1,453,162,"Oakland, CA",162,"Oakland, CA" +1,454,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,455,241,"Philadelphia, PA",241,"Philadelphia, PA" +1,456,159,"Long Beach, CA",159,"Long Beach, CA" +1,457,241,"Philadelphia, PA",241,"Philadelphia, PA" +1,458,217,"New York, NY and NJ",217,"New York, NY and NJ" +1,459,159,"Long Beach, CA",159,"Long Beach, CA" +1,460,241,"Philadelphia, PA",241,"Philadelphia, PA" +1,461,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +1,462,197,"Portland, ME",197,"Portland, ME" +1,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,465,268,"Seattle, WA",268,"Seattle, WA" +1,466,159,"Long Beach, CA",159,"Long Beach, CA" +1,467,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,468,239,"Portland, OR",239,"Portland, OR" +1,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +1,470,268,"Seattle, WA",268,"Seattle, WA" +1,471,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,472,159,"Long Beach, CA",159,"Long Beach, CA" +1,473,162,"Oakland, CA",162,"Oakland, CA" +1,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +1,475,217,"New York, NY and NJ",217,"New York, NY and NJ" +1,476,159,"Long Beach, CA",159,"Long Beach, CA" +1,477,162,"Oakland, CA",162,"Oakland, CA" +1,478,245,"Charleston, SC",245,"Charleston, SC" +1,479,159,"Long Beach, CA",159,"Long Beach, CA" +1,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +1,481,169,"Wilmington, DE",169,"Wilmington, DE" +1,482,162,"Oakland, CA",162,"Oakland, CA" +1,483,244,"Providence, RI",244,"Providence, RI" +1,484,195,"New Orleans, LA",195,"New Orleans, LA" +1,485,159,"Long Beach, CA",159,"Long Beach, CA" +1,486,159,"Long Beach, CA",159,"Long Beach, CA" +1,487,174,"Tampa, FL",174,"Tampa, FL" +1,488,159,"Long Beach, CA",159,"Long Beach, CA" +1,489,159,"Long Beach, CA",159,"Long Beach, CA" +1,490,229,"Wilmington, NC",229,"Wilmington, NC" +1,491,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,154,162,"Oakland, CA",162,"Oakland, CA" +2,179,159,"Long Beach, CA",159,"Long Beach, CA" +2,180,159,"Long Beach, CA",159,"Long Beach, CA" +2,274,159,"Long Beach, CA",159,"Long Beach, CA" +2,275,201,"Boston, MA",201,"Boston, MA" +2,276,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,278,244,"Providence, RI",244,"Providence, RI" +2,279,177,"Savannah, GA",177,"Savannah, GA" +2,280,177,"Savannah, GA",177,"Savannah, GA" +2,281,195,"New Orleans, LA",195,"New Orleans, LA" +2,282,198,"Baltimore, MD",198,"Baltimore, MD" +2,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +2,284,159,"Long Beach, CA",159,"Long Beach, CA" +2,285,241,"Philadelphia, PA",241,"Philadelphia, PA" +2,286,241,"Philadelphia, PA",241,"Philadelphia, PA" +2,287,177,"Savannah, GA",177,"Savannah, GA" +2,288,162,"Oakland, CA",162,"Oakland, CA" +2,289,159,"Long Beach, CA",159,"Long Beach, CA" +2,290,244,"Providence, RI",244,"Providence, RI" +2,291,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,292,244,"Providence, RI",244,"Providence, RI" +2,293,172,"Port Everglades, FL",172,"Port Everglades, FL" +2,294,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,295,241,"Philadelphia, PA",241,"Philadelphia, PA" +2,296,162,"Oakland, CA",162,"Oakland, CA" +2,297,208,"Pascagoula, MS",208,"Pascagoula, MS" +2,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +2,299,172,"Port Everglades, FL",172,"Port Everglades, FL" +2,300,172,"Port Everglades, FL",172,"Port Everglades, FL" +2,301,241,"Philadelphia, PA",241,"Philadelphia, PA" +2,302,245,"Charleston, SC",245,"Charleston, SC" +2,303,268,"Seattle, WA",268,"Seattle, WA" +2,304,201,"Boston, MA",201,"Boston, MA" +2,305,198,"Baltimore, MD",198,"Baltimore, MD" +2,306,223,"New York, NY and NJ",223,"New York, NY and NJ" +2,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,308,159,"Long Beach, CA",159,"Long Beach, CA" +2,309,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +2,310,198,"Baltimore, MD",198,"Baltimore, MD" +2,311,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +2,312,171,"Jacksonville, FL",171,"Jacksonville, FL" +2,313,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +2,314,197,"Portland, ME",197,"Portland, ME" +2,315,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +2,316,162,"Oakland, CA",162,"Oakland, CA" +2,317,159,"Long Beach, CA",159,"Long Beach, CA" +2,318,159,"Long Beach, CA",159,"Long Beach, CA" +2,319,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +2,320,229,"Wilmington, NC",229,"Wilmington, NC" +2,321,201,"Boston, MA",201,"Boston, MA" +2,322,159,"Long Beach, CA",159,"Long Beach, CA" +2,323,172,"Port Everglades, FL",172,"Port Everglades, FL" +2,324,241,"Philadelphia, PA",241,"Philadelphia, PA" +2,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +2,326,178,"Brunswick, GA",178,"Brunswick, GA" +2,327,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +2,328,241,"Philadelphia, PA",241,"Philadelphia, PA" +2,329,223,"New York, NY and NJ",223,"New York, NY and NJ" +2,330,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +2,331,244,"Providence, RI",244,"Providence, RI" +2,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +2,333,174,"Tampa, FL",174,"Tampa, FL" +2,334,245,"Charleston, SC",245,"Charleston, SC" +2,335,198,"Baltimore, MD",198,"Baltimore, MD" +2,336,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +2,337,198,"Baltimore, MD",198,"Baltimore, MD" +2,338,198,"Baltimore, MD",198,"Baltimore, MD" +2,339,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +2,340,198,"Baltimore, MD",198,"Baltimore, MD" +2,341,257,"Houston, TX",257,"Houston, TX" +2,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,343,162,"Oakland, CA",162,"Oakland, CA" +2,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +2,345,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,346,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +2,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,348,197,"Portland, ME",197,"Portland, ME" +2,349,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +2,351,198,"Baltimore, MD",198,"Baltimore, MD" +2,352,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,354,197,"Portland, ME",197,"Portland, ME" +2,355,177,"Savannah, GA",177,"Savannah, GA" +2,356,194,"Lake Charles, LA",194,"Lake Charles, LA" +2,357,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,358,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,359,245,"Charleston, SC",245,"Charleston, SC" +2,360,229,"Wilmington, NC",229,"Wilmington, NC" +2,361,229,"Wilmington, NC",229,"Wilmington, NC" +2,362,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +2,363,195,"New Orleans, LA",195,"New Orleans, LA" +2,364,244,"Providence, RI",244,"Providence, RI" +2,365,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,366,159,"Long Beach, CA",159,"Long Beach, CA" +2,367,239,"Portland, OR",239,"Portland, OR" +2,368,268,"Seattle, WA",268,"Seattle, WA" +2,369,159,"Long Beach, CA",159,"Long Beach, CA" +2,370,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +2,371,159,"Long Beach, CA",159,"Long Beach, CA" +2,372,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +2,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +2,374,159,"Long Beach, CA",159,"Long Beach, CA" +2,375,159,"Long Beach, CA",159,"Long Beach, CA" +2,376,159,"Long Beach, CA",159,"Long Beach, CA" +2,377,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,378,253,"Beaumont, TX",253,"Beaumont, TX" +2,379,268,"Seattle, WA",268,"Seattle, WA" +2,380,159,"Long Beach, CA",159,"Long Beach, CA" +2,381,268,"Seattle, WA",268,"Seattle, WA" +2,382,201,"Boston, MA",201,"Boston, MA" +2,383,159,"Long Beach, CA",159,"Long Beach, CA" +2,384,245,"Charleston, SC",245,"Charleston, SC" +2,385,245,"Charleston, SC",245,"Charleston, SC" +2,386,197,"Portland, ME",197,"Portland, ME" +2,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,388,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +2,390,223,"New York, NY and NJ",223,"New York, NY and NJ" +2,391,198,"Baltimore, MD",198,"Baltimore, MD" +2,392,159,"Long Beach, CA",159,"Long Beach, CA" +2,393,159,"Long Beach, CA",159,"Long Beach, CA" +2,394,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,395,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,396,159,"Long Beach, CA",159,"Long Beach, CA" +2,397,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +2,398,171,"Jacksonville, FL",171,"Jacksonville, FL" +2,399,194,"Lake Charles, LA",194,"Lake Charles, LA" +2,400,159,"Long Beach, CA",159,"Long Beach, CA" +2,401,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +2,402,197,"Portland, ME",197,"Portland, ME" +2,403,269,"Longview, WA",269,"Longview, WA" +2,404,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +2,405,245,"Charleston, SC",245,"Charleston, SC" +2,406,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +2,407,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +2,408,268,"Seattle, WA",268,"Seattle, WA" +2,409,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,410,268,"Seattle, WA",268,"Seattle, WA" +2,411,268,"Seattle, WA",268,"Seattle, WA" +2,412,197,"Portland, ME",197,"Portland, ME" +2,413,159,"Long Beach, CA",159,"Long Beach, CA" +2,414,195,"New Orleans, LA",195,"New Orleans, LA" +2,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +2,416,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +2,417,239,"Portland, OR",239,"Portland, OR" +2,418,159,"Long Beach, CA",159,"Long Beach, CA" +2,419,201,"Boston, MA",201,"Boston, MA" +2,420,268,"Seattle, WA",268,"Seattle, WA" +2,421,159,"Long Beach, CA",159,"Long Beach, CA" +2,422,159,"Long Beach, CA",159,"Long Beach, CA" +2,423,239,"Portland, OR",239,"Portland, OR" +2,424,152,"Mobile, AL",152,"Mobile, AL" +2,425,159,"Long Beach, CA",159,"Long Beach, CA" +2,426,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +2,427,152,"Mobile, AL",152,"Mobile, AL" +2,428,268,"Seattle, WA",268,"Seattle, WA" +2,429,159,"Long Beach, CA",159,"Long Beach, CA" +2,430,197,"Portland, ME",197,"Portland, ME" +2,431,241,"Philadelphia, PA",241,"Philadelphia, PA" +2,432,159,"Long Beach, CA",159,"Long Beach, CA" +2,433,244,"Providence, RI",244,"Providence, RI" +2,434,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +2,435,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,436,198,"Baltimore, MD",198,"Baltimore, MD" +2,437,171,"Jacksonville, FL",171,"Jacksonville, FL" +2,438,245,"Charleston, SC",245,"Charleston, SC" +2,439,241,"Philadelphia, PA",241,"Philadelphia, PA" +2,440,171,"Jacksonville, FL",171,"Jacksonville, FL" +2,441,269,"Longview, WA",269,"Longview, WA" +2,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,443,197,"Portland, ME",197,"Portland, ME" +2,444,159,"Long Beach, CA",159,"Long Beach, CA" +2,445,241,"Philadelphia, PA",241,"Philadelphia, PA" +2,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +2,447,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,448,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +2,449,159,"Long Beach, CA",159,"Long Beach, CA" +2,450,172,"Port Everglades, FL",172,"Port Everglades, FL" +2,451,244,"Providence, RI",244,"Providence, RI" +2,452,201,"Boston, MA",201,"Boston, MA" +2,453,239,"Portland, OR",239,"Portland, OR" +2,454,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +2,455,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +2,456,162,"Oakland, CA",162,"Oakland, CA" +2,457,223,"New York, NY and NJ",223,"New York, NY and NJ" +2,458,197,"Portland, ME",197,"Portland, ME" +2,459,159,"Long Beach, CA",159,"Long Beach, CA" +2,460,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,461,174,"Tampa, FL",174,"Tampa, FL" +2,462,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,463,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,464,244,"Providence, RI",244,"Providence, RI" +2,465,159,"Long Beach, CA",159,"Long Beach, CA" +2,466,268,"Seattle, WA",268,"Seattle, WA" +2,467,223,"New York, NY and NJ",223,"New York, NY and NJ" +2,468,269,"Longview, WA",269,"Longview, WA" +2,469,198,"Baltimore, MD",198,"Baltimore, MD" +2,470,159,"Long Beach, CA",159,"Long Beach, CA" +2,471,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +2,472,268,"Seattle, WA",268,"Seattle, WA" +2,473,159,"Long Beach, CA",159,"Long Beach, CA" +2,474,177,"Savannah, GA",177,"Savannah, GA" +2,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +2,476,268,"Seattle, WA",268,"Seattle, WA" +2,477,159,"Long Beach, CA",159,"Long Beach, CA" +2,478,229,"Wilmington, NC",229,"Wilmington, NC" +2,479,268,"Seattle, WA",268,"Seattle, WA" +2,480,201,"Boston, MA",201,"Boston, MA" +2,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +2,482,268,"Seattle, WA",268,"Seattle, WA" +2,483,197,"Portland, ME",197,"Portland, ME" +2,484,174,"Tampa, FL",174,"Tampa, FL" +2,485,159,"Long Beach, CA",159,"Long Beach, CA" +2,486,159,"Long Beach, CA",159,"Long Beach, CA" +2,487,177,"Savannah, GA",177,"Savannah, GA" +2,488,268,"Seattle, WA",268,"Seattle, WA" +2,489,159,"Long Beach, CA",159,"Long Beach, CA" +2,490,223,"New York, NY and NJ",223,"New York, NY and NJ" +2,491,217,"New York, NY and NJ",217,"New York, NY and NJ" +3,154,159,"Long Beach, CA",159,"Long Beach, CA" +3,179,159,"Long Beach, CA",159,"Long Beach, CA" +3,180,239,"Portland, OR",239,"Portland, OR" +3,274,268,"Seattle, WA",268,"Seattle, WA" +3,275,198,"Baltimore, MD",198,"Baltimore, MD" +3,276,217,"New York, NY and NJ",217,"New York, NY and NJ" +3,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +3,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +3,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +3,280,174,"Tampa, FL",174,"Tampa, FL" +3,281,177,"Savannah, GA",177,"Savannah, GA" +3,282,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +3,283,177,"Savannah, GA",177,"Savannah, GA" +3,284,268,"Seattle, WA",268,"Seattle, WA" +3,285,244,"Providence, RI",244,"Providence, RI" +3,286,244,"Providence, RI",244,"Providence, RI" +3,287,245,"Charleston, SC",245,"Charleston, SC" +3,288,159,"Long Beach, CA",159,"Long Beach, CA" +3,289,162,"Oakland, CA",162,"Oakland, CA" +3,290,245,"Charleston, SC",245,"Charleston, SC" +3,291,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +3,292,201,"Boston, MA",201,"Boston, MA" +3,293,257,"Houston, TX",257,"Houston, TX" +3,294,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +3,295,223,"New York, NY and NJ",223,"New York, NY and NJ" +3,296,269,"Longview, WA",269,"Longview, WA" +3,297,177,"Savannah, GA",177,"Savannah, GA" +3,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +3,299,198,"Baltimore, MD",198,"Baltimore, MD" +3,300,177,"Savannah, GA",177,"Savannah, GA" +3,301,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +3,302,245,"Charleston, SC",245,"Charleston, SC" +3,303,159,"Long Beach, CA",159,"Long Beach, CA" +3,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +3,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +3,306,245,"Charleston, SC",245,"Charleston, SC" +3,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +3,308,159,"Long Beach, CA",159,"Long Beach, CA" +3,309,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +3,310,208,"Pascagoula, MS",208,"Pascagoula, MS" +3,311,169,"Wilmington, DE",169,"Wilmington, DE" +3,312,177,"Savannah, GA",177,"Savannah, GA" +3,313,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +3,314,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +3,315,257,"Houston, TX",257,"Houston, TX" +3,316,268,"Seattle, WA",268,"Seattle, WA" +3,317,159,"Long Beach, CA",159,"Long Beach, CA" +3,318,268,"Seattle, WA",268,"Seattle, WA" +3,319,172,"Port Everglades, FL",172,"Port Everglades, FL" +3,320,217,"New York, NY and NJ",217,"New York, NY and NJ" +3,321,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +3,322,159,"Long Beach, CA",159,"Long Beach, CA" +3,323,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +3,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +3,325,174,"Tampa, FL",174,"Tampa, FL" +3,326,174,"Tampa, FL",174,"Tampa, FL" +3,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +3,328,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +3,329,244,"Providence, RI",244,"Providence, RI" +3,330,198,"Baltimore, MD",198,"Baltimore, MD" +3,331,241,"Philadelphia, PA",241,"Philadelphia, PA" +3,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +3,333,177,"Savannah, GA",177,"Savannah, GA" +3,334,174,"Tampa, FL",174,"Tampa, FL" +3,335,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +3,336,177,"Savannah, GA",177,"Savannah, GA" +3,337,197,"Portland, ME",197,"Portland, ME" +3,338,223,"New York, NY and NJ",223,"New York, NY and NJ" +3,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +3,340,217,"New York, NY and NJ",217,"New York, NY and NJ" +3,341,171,"Jacksonville, FL",171,"Jacksonville, FL" +3,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +3,343,162,"Oakland, CA",162,"Oakland, CA" +3,344,241,"Philadelphia, PA",241,"Philadelphia, PA" +3,345,201,"Boston, MA",201,"Boston, MA" +3,346,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +3,347,197,"Portland, ME",197,"Portland, ME" +3,348,241,"Philadelphia, PA",241,"Philadelphia, PA" +3,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +3,350,217,"New York, NY and NJ",217,"New York, NY and NJ" +3,351,223,"New York, NY and NJ",223,"New York, NY and NJ" +3,352,197,"Portland, ME",197,"Portland, ME" +3,353,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +3,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +3,355,177,"Savannah, GA",177,"Savannah, GA" +3,356,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +3,357,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +3,358,217,"New York, NY and NJ",217,"New York, NY and NJ" +3,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +3,360,174,"Tampa, FL",174,"Tampa, FL" +3,361,177,"Savannah, GA",177,"Savannah, GA" +3,362,201,"Boston, MA",201,"Boston, MA" +3,363,172,"Port Everglades, FL",172,"Port Everglades, FL" +3,364,244,"Providence, RI",244,"Providence, RI" +3,365,197,"Portland, ME",197,"Portland, ME" +3,366,159,"Long Beach, CA",159,"Long Beach, CA" +3,367,159,"Long Beach, CA",159,"Long Beach, CA" +3,368,162,"Oakland, CA",162,"Oakland, CA" +3,369,159,"Long Beach, CA",159,"Long Beach, CA" +3,370,244,"Providence, RI",244,"Providence, RI" +3,371,159,"Long Beach, CA",159,"Long Beach, CA" +3,372,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +3,373,174,"Tampa, FL",174,"Tampa, FL" +3,374,268,"Seattle, WA",268,"Seattle, WA" +3,375,162,"Oakland, CA",162,"Oakland, CA" +3,376,159,"Long Beach, CA",159,"Long Beach, CA" +3,377,198,"Baltimore, MD",198,"Baltimore, MD" +3,378,245,"Charleston, SC",245,"Charleston, SC" +3,379,159,"Long Beach, CA",159,"Long Beach, CA" +3,380,268,"Seattle, WA",268,"Seattle, WA" +3,381,268,"Seattle, WA",268,"Seattle, WA" +3,382,198,"Baltimore, MD",198,"Baltimore, MD" +3,383,159,"Long Beach, CA",159,"Long Beach, CA" +3,384,217,"New York, NY and NJ",217,"New York, NY and NJ" +3,385,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +3,386,201,"Boston, MA",201,"Boston, MA" +3,387,244,"Providence, RI",244,"Providence, RI" +3,388,217,"New York, NY and NJ",217,"New York, NY and NJ" +3,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +3,390,241,"Philadelphia, PA",241,"Philadelphia, PA" +3,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +3,392,159,"Long Beach, CA",159,"Long Beach, CA" +3,393,159,"Long Beach, CA",159,"Long Beach, CA" +3,394,197,"Portland, ME",197,"Portland, ME" +3,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +3,396,159,"Long Beach, CA",159,"Long Beach, CA" +3,397,198,"Baltimore, MD",198,"Baltimore, MD" +3,398,217,"New York, NY and NJ",217,"New York, NY and NJ" +3,399,257,"Houston, TX",257,"Houston, TX" +3,400,159,"Long Beach, CA",159,"Long Beach, CA" +3,401,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +3,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +3,403,268,"Seattle, WA",268,"Seattle, WA" +3,404,217,"New York, NY and NJ",217,"New York, NY and NJ" +3,405,245,"Charleston, SC",245,"Charleston, SC" +3,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +3,407,241,"Philadelphia, PA",241,"Philadelphia, PA" +3,408,159,"Long Beach, CA",159,"Long Beach, CA" +3,409,217,"New York, NY and NJ",217,"New York, NY and NJ" +3,410,159,"Long Beach, CA",159,"Long Beach, CA" +3,411,159,"Long Beach, CA",159,"Long Beach, CA" +3,412,244,"Providence, RI",244,"Providence, RI" +3,413,159,"Long Beach, CA",159,"Long Beach, CA" +3,414,195,"New Orleans, LA",195,"New Orleans, LA" +3,415,241,"Philadelphia, PA",241,"Philadelphia, PA" +3,416,241,"Philadelphia, PA",241,"Philadelphia, PA" +3,417,159,"Long Beach, CA",159,"Long Beach, CA" +3,418,239,"Portland, OR",239,"Portland, OR" +3,419,217,"New York, NY and NJ",217,"New York, NY and NJ" +3,420,159,"Long Beach, CA",159,"Long Beach, CA" +3,421,159,"Long Beach, CA",159,"Long Beach, CA" +3,422,239,"Portland, OR",239,"Portland, OR" +3,423,162,"Oakland, CA",162,"Oakland, CA" +3,424,245,"Charleston, SC",245,"Charleston, SC" +3,425,159,"Long Beach, CA",159,"Long Beach, CA" +3,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +3,427,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +3,428,268,"Seattle, WA",268,"Seattle, WA" +3,429,172,"Port Everglades, FL",172,"Port Everglades, FL" +3,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +3,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +3,432,268,"Seattle, WA",268,"Seattle, WA" +3,433,174,"Tampa, FL",174,"Tampa, FL" +3,434,198,"Baltimore, MD",198,"Baltimore, MD" +3,435,244,"Providence, RI",244,"Providence, RI" +3,436,201,"Boston, MA",201,"Boston, MA" +3,437,223,"New York, NY and NJ",223,"New York, NY and NJ" +3,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +3,439,177,"Savannah, GA",177,"Savannah, GA" +3,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +3,441,162,"Oakland, CA",162,"Oakland, CA" +3,442,241,"Philadelphia, PA",241,"Philadelphia, PA" +3,443,198,"Baltimore, MD",198,"Baltimore, MD" +3,444,159,"Long Beach, CA",159,"Long Beach, CA" +3,445,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +3,446,217,"New York, NY and NJ",217,"New York, NY and NJ" +3,447,241,"Philadelphia, PA",241,"Philadelphia, PA" +3,448,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +3,449,159,"Long Beach, CA",159,"Long Beach, CA" +3,450,177,"Savannah, GA",177,"Savannah, GA" +3,451,241,"Philadelphia, PA",241,"Philadelphia, PA" +3,452,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +3,453,159,"Long Beach, CA",159,"Long Beach, CA" +3,454,198,"Baltimore, MD",198,"Baltimore, MD" +3,455,217,"New York, NY and NJ",217,"New York, NY and NJ" +3,456,159,"Long Beach, CA",159,"Long Beach, CA" +3,457,245,"Charleston, SC",245,"Charleston, SC" +3,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +3,459,159,"Long Beach, CA",159,"Long Beach, CA" +3,460,201,"Boston, MA",201,"Boston, MA" +3,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +3,462,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +3,463,217,"New York, NY and NJ",217,"New York, NY and NJ" +3,464,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +3,465,268,"Seattle, WA",268,"Seattle, WA" +3,466,159,"Long Beach, CA",159,"Long Beach, CA" +3,467,198,"Baltimore, MD",198,"Baltimore, MD" +3,468,268,"Seattle, WA",268,"Seattle, WA" +3,469,197,"Portland, ME",197,"Portland, ME" +3,470,268,"Seattle, WA",268,"Seattle, WA" +3,471,217,"New York, NY and NJ",217,"New York, NY and NJ" +3,472,159,"Long Beach, CA",159,"Long Beach, CA" +3,473,268,"Seattle, WA",268,"Seattle, WA" +3,474,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +3,475,241,"Philadelphia, PA",241,"Philadelphia, PA" +3,476,162,"Oakland, CA",162,"Oakland, CA" +3,477,159,"Long Beach, CA",159,"Long Beach, CA" +3,478,177,"Savannah, GA",177,"Savannah, GA" +3,479,159,"Long Beach, CA",159,"Long Beach, CA" +3,480,197,"Portland, ME",197,"Portland, ME" +3,481,223,"New York, NY and NJ",223,"New York, NY and NJ" +3,482,159,"Long Beach, CA",159,"Long Beach, CA" +3,483,223,"New York, NY and NJ",223,"New York, NY and NJ" +3,484,195,"New Orleans, LA",195,"New Orleans, LA" +3,485,162,"Oakland, CA",162,"Oakland, CA" +3,486,159,"Long Beach, CA",159,"Long Beach, CA" +3,487,171,"Jacksonville, FL",171,"Jacksonville, FL" +3,488,162,"Oakland, CA",162,"Oakland, CA" +3,489,268,"Seattle, WA",268,"Seattle, WA" +3,490,198,"Baltimore, MD",198,"Baltimore, MD" +3,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +4,154,159,"Long Beach, CA",159,"Long Beach, CA" +4,179,159,"Long Beach, CA",159,"Long Beach, CA" +4,180,159,"Long Beach, CA",159,"Long Beach, CA" +4,274,159,"Long Beach, CA",159,"Long Beach, CA" +4,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +4,276,241,"Philadelphia, PA",241,"Philadelphia, PA" +4,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +4,278,245,"Charleston, SC",245,"Charleston, SC" +4,279,174,"Tampa, FL",174,"Tampa, FL" +4,280,171,"Jacksonville, FL",171,"Jacksonville, FL" +4,281,253,"Beaumont, TX",253,"Beaumont, TX" +4,282,198,"Baltimore, MD",198,"Baltimore, MD" +4,283,177,"Savannah, GA",177,"Savannah, GA" +4,284,268,"Seattle, WA",268,"Seattle, WA" +4,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +4,286,197,"Portland, ME",197,"Portland, ME" +4,287,177,"Savannah, GA",177,"Savannah, GA" +4,288,159,"Long Beach, CA",159,"Long Beach, CA" +4,289,239,"Portland, OR",239,"Portland, OR" +4,290,245,"Charleston, SC",245,"Charleston, SC" +4,291,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +4,292,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +4,293,195,"New Orleans, LA",195,"New Orleans, LA" +4,294,241,"Philadelphia, PA",241,"Philadelphia, PA" +4,295,169,"Wilmington, DE",169,"Wilmington, DE" +4,296,159,"Long Beach, CA",159,"Long Beach, CA" +4,297,172,"Port Everglades, FL",172,"Port Everglades, FL" +4,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +4,299,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +4,300,174,"Tampa, FL",174,"Tampa, FL" +4,301,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +4,302,198,"Baltimore, MD",198,"Baltimore, MD" +4,303,159,"Long Beach, CA",159,"Long Beach, CA" +4,304,217,"New York, NY and NJ",217,"New York, NY and NJ" +4,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +4,306,241,"Philadelphia, PA",241,"Philadelphia, PA" +4,307,241,"Philadelphia, PA",241,"Philadelphia, PA" +4,308,159,"Long Beach, CA",159,"Long Beach, CA" +4,309,197,"Portland, ME",197,"Portland, ME" +4,310,198,"Baltimore, MD",198,"Baltimore, MD" +4,311,217,"New York, NY and NJ",217,"New York, NY and NJ" +4,312,195,"New Orleans, LA",195,"New Orleans, LA" +4,313,217,"New York, NY and NJ",217,"New York, NY and NJ" +4,314,241,"Philadelphia, PA",241,"Philadelphia, PA" +4,315,152,"Mobile, AL",152,"Mobile, AL" +4,316,159,"Long Beach, CA",159,"Long Beach, CA" +4,317,269,"Longview, WA",269,"Longview, WA" +4,318,159,"Long Beach, CA",159,"Long Beach, CA" +4,319,171,"Jacksonville, FL",171,"Jacksonville, FL" +4,320,223,"New York, NY and NJ",223,"New York, NY and NJ" +4,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +4,322,269,"Longview, WA",269,"Longview, WA" +4,323,194,"Lake Charles, LA",194,"Lake Charles, LA" +4,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +4,325,245,"Charleston, SC",245,"Charleston, SC" +4,326,171,"Jacksonville, FL",171,"Jacksonville, FL" +4,327,197,"Portland, ME",197,"Portland, ME" +4,328,244,"Providence, RI",244,"Providence, RI" +4,329,198,"Baltimore, MD",198,"Baltimore, MD" +4,330,217,"New York, NY and NJ",217,"New York, NY and NJ" +4,331,201,"Boston, MA",201,"Boston, MA" +4,332,171,"Jacksonville, FL",171,"Jacksonville, FL" +4,333,245,"Charleston, SC",245,"Charleston, SC" +4,334,194,"Lake Charles, LA",194,"Lake Charles, LA" +4,335,197,"Portland, ME",197,"Portland, ME" +4,336,152,"Mobile, AL",152,"Mobile, AL" +4,337,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +4,338,241,"Philadelphia, PA",241,"Philadelphia, PA" +4,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +4,340,241,"Philadelphia, PA",241,"Philadelphia, PA" +4,341,172,"Port Everglades, FL",172,"Port Everglades, FL" +4,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +4,343,162,"Oakland, CA",162,"Oakland, CA" +4,344,197,"Portland, ME",197,"Portland, ME" +4,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +4,346,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +4,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +4,348,201,"Boston, MA",201,"Boston, MA" +4,349,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +4,350,198,"Baltimore, MD",198,"Baltimore, MD" +4,351,198,"Baltimore, MD",198,"Baltimore, MD" +4,352,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +4,353,198,"Baltimore, MD",198,"Baltimore, MD" +4,354,197,"Portland, ME",197,"Portland, ME" +4,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +4,356,257,"Houston, TX",257,"Houston, TX" +4,357,223,"New York, NY and NJ",223,"New York, NY and NJ" +4,358,245,"Charleston, SC",245,"Charleston, SC" +4,359,171,"Jacksonville, FL",171,"Jacksonville, FL" +4,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +4,361,195,"New Orleans, LA",195,"New Orleans, LA" +4,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +4,363,171,"Jacksonville, FL",171,"Jacksonville, FL" +4,364,241,"Philadelphia, PA",241,"Philadelphia, PA" +4,365,197,"Portland, ME",197,"Portland, ME" +4,366,159,"Long Beach, CA",159,"Long Beach, CA" +4,367,159,"Long Beach, CA",159,"Long Beach, CA" +4,368,159,"Long Beach, CA",159,"Long Beach, CA" +4,369,159,"Long Beach, CA",159,"Long Beach, CA" +4,370,201,"Boston, MA",201,"Boston, MA" +4,371,159,"Long Beach, CA",159,"Long Beach, CA" +4,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +4,373,245,"Charleston, SC",245,"Charleston, SC" +4,374,159,"Long Beach, CA",159,"Long Beach, CA" +4,375,162,"Oakland, CA",162,"Oakland, CA" +4,376,159,"Long Beach, CA",159,"Long Beach, CA" +4,377,223,"New York, NY and NJ",223,"New York, NY and NJ" +4,378,245,"Charleston, SC",245,"Charleston, SC" +4,379,159,"Long Beach, CA",159,"Long Beach, CA" +4,380,162,"Oakland, CA",162,"Oakland, CA" +4,381,268,"Seattle, WA",268,"Seattle, WA" +4,382,241,"Philadelphia, PA",241,"Philadelphia, PA" +4,383,159,"Long Beach, CA",159,"Long Beach, CA" +4,384,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +4,385,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +4,386,201,"Boston, MA",201,"Boston, MA" +4,387,198,"Baltimore, MD",198,"Baltimore, MD" +4,388,217,"New York, NY and NJ",217,"New York, NY and NJ" +4,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +4,390,217,"New York, NY and NJ",217,"New York, NY and NJ" +4,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +4,392,159,"Long Beach, CA",159,"Long Beach, CA" +4,393,162,"Oakland, CA",162,"Oakland, CA" +4,394,244,"Providence, RI",244,"Providence, RI" +4,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +4,396,159,"Long Beach, CA",159,"Long Beach, CA" +4,397,169,"Wilmington, DE",169,"Wilmington, DE" +4,398,241,"Philadelphia, PA",241,"Philadelphia, PA" +4,399,257,"Houston, TX",257,"Houston, TX" +4,400,268,"Seattle, WA",268,"Seattle, WA" +4,401,197,"Portland, ME",197,"Portland, ME" +4,402,169,"Wilmington, DE",169,"Wilmington, DE" +4,403,159,"Long Beach, CA",159,"Long Beach, CA" +4,404,217,"New York, NY and NJ",217,"New York, NY and NJ" +4,405,245,"Charleston, SC",245,"Charleston, SC" +4,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +4,407,223,"New York, NY and NJ",223,"New York, NY and NJ" +4,408,268,"Seattle, WA",268,"Seattle, WA" +4,409,241,"Philadelphia, PA",241,"Philadelphia, PA" +4,410,159,"Long Beach, CA",159,"Long Beach, CA" +4,411,159,"Long Beach, CA",159,"Long Beach, CA" +4,412,217,"New York, NY and NJ",217,"New York, NY and NJ" +4,413,159,"Long Beach, CA",159,"Long Beach, CA" +4,414,172,"Port Everglades, FL",172,"Port Everglades, FL" +4,415,201,"Boston, MA",201,"Boston, MA" +4,416,197,"Portland, ME",197,"Portland, ME" +4,417,159,"Long Beach, CA",159,"Long Beach, CA" +4,418,162,"Oakland, CA",162,"Oakland, CA" +4,419,197,"Portland, ME",197,"Portland, ME" +4,420,159,"Long Beach, CA",159,"Long Beach, CA" +4,421,159,"Long Beach, CA",159,"Long Beach, CA" +4,422,159,"Long Beach, CA",159,"Long Beach, CA" +4,423,268,"Seattle, WA",268,"Seattle, WA" +4,424,152,"Mobile, AL",152,"Mobile, AL" +4,425,268,"Seattle, WA",268,"Seattle, WA" +4,426,152,"Mobile, AL",152,"Mobile, AL" +4,427,195,"New Orleans, LA",195,"New Orleans, LA" +4,428,162,"Oakland, CA",162,"Oakland, CA" +4,429,159,"Long Beach, CA",159,"Long Beach, CA" +4,430,241,"Philadelphia, PA",241,"Philadelphia, PA" +4,431,244,"Providence, RI",244,"Providence, RI" +4,432,239,"Portland, OR",239,"Portland, OR" +4,433,241,"Philadelphia, PA",241,"Philadelphia, PA" +4,434,198,"Baltimore, MD",198,"Baltimore, MD" +4,435,217,"New York, NY and NJ",217,"New York, NY and NJ" +4,436,217,"New York, NY and NJ",217,"New York, NY and NJ" +4,437,198,"Baltimore, MD",198,"Baltimore, MD" +4,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +4,439,245,"Charleston, SC",245,"Charleston, SC" +4,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +4,441,159,"Long Beach, CA",159,"Long Beach, CA" +4,442,198,"Baltimore, MD",198,"Baltimore, MD" +4,443,169,"Wilmington, DE",169,"Wilmington, DE" +4,444,159,"Long Beach, CA",159,"Long Beach, CA" +4,445,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +4,446,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +4,447,217,"New York, NY and NJ",217,"New York, NY and NJ" +4,448,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +4,449,162,"Oakland, CA",162,"Oakland, CA" +4,450,177,"Savannah, GA",177,"Savannah, GA" +4,451,198,"Baltimore, MD",198,"Baltimore, MD" +4,452,198,"Baltimore, MD",198,"Baltimore, MD" +4,453,268,"Seattle, WA",268,"Seattle, WA" +4,454,217,"New York, NY and NJ",217,"New York, NY and NJ" +4,455,244,"Providence, RI",244,"Providence, RI" +4,456,159,"Long Beach, CA",159,"Long Beach, CA" +4,457,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +4,458,197,"Portland, ME",197,"Portland, ME" +4,459,239,"Portland, OR",239,"Portland, OR" +4,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +4,461,229,"Wilmington, NC",229,"Wilmington, NC" +4,462,217,"New York, NY and NJ",217,"New York, NY and NJ" +4,463,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +4,464,201,"Boston, MA",201,"Boston, MA" +4,465,159,"Long Beach, CA",159,"Long Beach, CA" +4,466,268,"Seattle, WA",268,"Seattle, WA" +4,467,197,"Portland, ME",197,"Portland, ME" +4,468,268,"Seattle, WA",268,"Seattle, WA" +4,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +4,470,268,"Seattle, WA",268,"Seattle, WA" +4,471,217,"New York, NY and NJ",217,"New York, NY and NJ" +4,472,162,"Oakland, CA",162,"Oakland, CA" +4,473,162,"Oakland, CA",162,"Oakland, CA" +4,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +4,475,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +4,476,268,"Seattle, WA",268,"Seattle, WA" +4,477,159,"Long Beach, CA",159,"Long Beach, CA" +4,478,177,"Savannah, GA",177,"Savannah, GA" +4,479,159,"Long Beach, CA",159,"Long Beach, CA" +4,480,198,"Baltimore, MD",198,"Baltimore, MD" +4,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +4,482,268,"Seattle, WA",268,"Seattle, WA" +4,483,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +4,484,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +4,485,269,"Longview, WA",269,"Longview, WA" +4,486,159,"Long Beach, CA",159,"Long Beach, CA" +4,487,245,"Charleston, SC",245,"Charleston, SC" +4,488,159,"Long Beach, CA",159,"Long Beach, CA" +4,489,195,"New Orleans, LA",195,"New Orleans, LA" +4,490,223,"New York, NY and NJ",223,"New York, NY and NJ" +4,491,217,"New York, NY and NJ",217,"New York, NY and NJ" +5,154,159,"Long Beach, CA",159,"Long Beach, CA" +5,179,159,"Long Beach, CA",159,"Long Beach, CA" +5,180,268,"Seattle, WA",268,"Seattle, WA" +5,274,159,"Long Beach, CA",159,"Long Beach, CA" +5,275,197,"Portland, ME",197,"Portland, ME" +5,276,217,"New York, NY and NJ",217,"New York, NY and NJ" +5,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +5,278,223,"New York, NY and NJ",223,"New York, NY and NJ" +5,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +5,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +5,281,152,"Mobile, AL",152,"Mobile, AL" +5,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +5,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +5,284,269,"Longview, WA",269,"Longview, WA" +5,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +5,286,197,"Portland, ME",197,"Portland, ME" +5,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +5,288,268,"Seattle, WA",268,"Seattle, WA" +5,289,159,"Long Beach, CA",159,"Long Beach, CA" +5,290,198,"Baltimore, MD",198,"Baltimore, MD" +5,291,197,"Portland, ME",197,"Portland, ME" +5,292,197,"Portland, ME",197,"Portland, ME" +5,293,257,"Houston, TX",257,"Houston, TX" +5,294,197,"Portland, ME",197,"Portland, ME" +5,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +5,296,159,"Long Beach, CA",159,"Long Beach, CA" +5,297,178,"Brunswick, GA",178,"Brunswick, GA" +5,298,198,"Baltimore, MD",198,"Baltimore, MD" +5,299,241,"Philadelphia, PA",241,"Philadelphia, PA" +5,300,195,"New Orleans, LA",195,"New Orleans, LA" +5,301,217,"New York, NY and NJ",217,"New York, NY and NJ" +5,302,171,"Jacksonville, FL",171,"Jacksonville, FL" +5,303,239,"Portland, OR",239,"Portland, OR" +5,304,169,"Wilmington, DE",169,"Wilmington, DE" +5,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +5,306,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +5,307,201,"Boston, MA",201,"Boston, MA" +5,308,268,"Seattle, WA",268,"Seattle, WA" +5,309,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +5,310,223,"New York, NY and NJ",223,"New York, NY and NJ" +5,311,197,"Portland, ME",197,"Portland, ME" +5,312,195,"New Orleans, LA",195,"New Orleans, LA" +5,313,241,"Philadelphia, PA",241,"Philadelphia, PA" +5,314,241,"Philadelphia, PA",241,"Philadelphia, PA" +5,315,257,"Houston, TX",257,"Houston, TX" +5,316,159,"Long Beach, CA",159,"Long Beach, CA" +5,317,159,"Long Beach, CA",159,"Long Beach, CA" +5,318,159,"Long Beach, CA",159,"Long Beach, CA" +5,319,172,"Port Everglades, FL",172,"Port Everglades, FL" +5,320,223,"New York, NY and NJ",223,"New York, NY and NJ" +5,321,198,"Baltimore, MD",198,"Baltimore, MD" +5,322,159,"Long Beach, CA",159,"Long Beach, CA" +5,323,171,"Jacksonville, FL",171,"Jacksonville, FL" +5,324,197,"Portland, ME",197,"Portland, ME" +5,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +5,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +5,327,241,"Philadelphia, PA",241,"Philadelphia, PA" +5,328,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +5,329,217,"New York, NY and NJ",217,"New York, NY and NJ" +5,330,198,"Baltimore, MD",198,"Baltimore, MD" +5,331,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +5,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +5,333,245,"Charleston, SC",245,"Charleston, SC" +5,334,195,"New Orleans, LA",195,"New Orleans, LA" +5,335,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +5,336,174,"Tampa, FL",174,"Tampa, FL" +5,337,223,"New York, NY and NJ",223,"New York, NY and NJ" +5,338,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +5,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +5,340,217,"New York, NY and NJ",217,"New York, NY and NJ" +5,341,195,"New Orleans, LA",195,"New Orleans, LA" +5,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +5,343,159,"Long Beach, CA",159,"Long Beach, CA" +5,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +5,345,201,"Boston, MA",201,"Boston, MA" +5,346,177,"Savannah, GA",177,"Savannah, GA" +5,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +5,348,198,"Baltimore, MD",198,"Baltimore, MD" +5,349,244,"Providence, RI",244,"Providence, RI" +5,350,217,"New York, NY and NJ",217,"New York, NY and NJ" +5,351,198,"Baltimore, MD",198,"Baltimore, MD" +5,352,217,"New York, NY and NJ",217,"New York, NY and NJ" +5,353,241,"Philadelphia, PA",241,"Philadelphia, PA" +5,354,198,"Baltimore, MD",198,"Baltimore, MD" +5,355,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +5,356,195,"New Orleans, LA",195,"New Orleans, LA" +5,357,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +5,358,241,"Philadelphia, PA",241,"Philadelphia, PA" +5,359,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +5,360,177,"Savannah, GA",177,"Savannah, GA" +5,361,257,"Houston, TX",257,"Houston, TX" +5,362,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +5,363,195,"New Orleans, LA",195,"New Orleans, LA" +5,364,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +5,365,169,"Wilmington, DE",169,"Wilmington, DE" +5,366,162,"Oakland, CA",162,"Oakland, CA" +5,367,159,"Long Beach, CA",159,"Long Beach, CA" +5,368,268,"Seattle, WA",268,"Seattle, WA" +5,369,159,"Long Beach, CA",159,"Long Beach, CA" +5,370,201,"Boston, MA",201,"Boston, MA" +5,371,159,"Long Beach, CA",159,"Long Beach, CA" +5,372,197,"Portland, ME",197,"Portland, ME" +5,373,171,"Jacksonville, FL",171,"Jacksonville, FL" +5,374,162,"Oakland, CA",162,"Oakland, CA" +5,375,159,"Long Beach, CA",159,"Long Beach, CA" +5,376,162,"Oakland, CA",162,"Oakland, CA" +5,377,223,"New York, NY and NJ",223,"New York, NY and NJ" +5,378,195,"New Orleans, LA",195,"New Orleans, LA" +5,379,268,"Seattle, WA",268,"Seattle, WA" +5,380,269,"Longview, WA",269,"Longview, WA" +5,381,268,"Seattle, WA",268,"Seattle, WA" +5,382,198,"Baltimore, MD",198,"Baltimore, MD" +5,383,159,"Long Beach, CA",159,"Long Beach, CA" +5,384,198,"Baltimore, MD",198,"Baltimore, MD" +5,385,244,"Providence, RI",244,"Providence, RI" +5,386,223,"New York, NY and NJ",223,"New York, NY and NJ" +5,387,197,"Portland, ME",197,"Portland, ME" +5,388,197,"Portland, ME",197,"Portland, ME" +5,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +5,390,197,"Portland, ME",197,"Portland, ME" +5,391,241,"Philadelphia, PA",241,"Philadelphia, PA" +5,392,159,"Long Beach, CA",159,"Long Beach, CA" +5,393,268,"Seattle, WA",268,"Seattle, WA" +5,394,198,"Baltimore, MD",198,"Baltimore, MD" +5,395,217,"New York, NY and NJ",217,"New York, NY and NJ" +5,396,269,"Longview, WA",269,"Longview, WA" +5,397,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +5,398,241,"Philadelphia, PA",241,"Philadelphia, PA" +5,399,268,"Seattle, WA",268,"Seattle, WA" +5,400,162,"Oakland, CA",162,"Oakland, CA" +5,401,241,"Philadelphia, PA",241,"Philadelphia, PA" +5,402,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +5,403,162,"Oakland, CA",162,"Oakland, CA" +5,404,217,"New York, NY and NJ",217,"New York, NY and NJ" +5,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +5,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +5,407,172,"Port Everglades, FL",172,"Port Everglades, FL" +5,408,162,"Oakland, CA",162,"Oakland, CA" +5,409,169,"Wilmington, DE",169,"Wilmington, DE" +5,410,159,"Long Beach, CA",159,"Long Beach, CA" +5,411,162,"Oakland, CA",162,"Oakland, CA" +5,412,201,"Boston, MA",201,"Boston, MA" +5,413,239,"Portland, OR",239,"Portland, OR" +5,414,195,"New Orleans, LA",195,"New Orleans, LA" +5,415,245,"Charleston, SC",245,"Charleston, SC" +5,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +5,417,159,"Long Beach, CA",159,"Long Beach, CA" +5,418,159,"Long Beach, CA",159,"Long Beach, CA" +5,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +5,420,159,"Long Beach, CA",159,"Long Beach, CA" +5,421,159,"Long Beach, CA",159,"Long Beach, CA" +5,422,159,"Long Beach, CA",159,"Long Beach, CA" +5,423,162,"Oakland, CA",162,"Oakland, CA" +5,424,195,"New Orleans, LA",195,"New Orleans, LA" +5,425,159,"Long Beach, CA",159,"Long Beach, CA" +5,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +5,427,195,"New Orleans, LA",195,"New Orleans, LA" +5,428,268,"Seattle, WA",268,"Seattle, WA" +5,429,159,"Long Beach, CA",159,"Long Beach, CA" +5,430,241,"Philadelphia, PA",241,"Philadelphia, PA" +5,431,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +5,432,162,"Oakland, CA",162,"Oakland, CA" +5,433,197,"Portland, ME",197,"Portland, ME" +5,434,169,"Wilmington, DE",169,"Wilmington, DE" +5,435,217,"New York, NY and NJ",217,"New York, NY and NJ" +5,436,197,"Portland, ME",197,"Portland, ME" +5,437,223,"New York, NY and NJ",223,"New York, NY and NJ" +5,438,245,"Charleston, SC",245,"Charleston, SC" +5,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +5,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +5,441,239,"Portland, OR",239,"Portland, OR" +5,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +5,443,223,"New York, NY and NJ",223,"New York, NY and NJ" +5,444,268,"Seattle, WA",268,"Seattle, WA" +5,445,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +5,446,197,"Portland, ME",197,"Portland, ME" +5,447,201,"Boston, MA",201,"Boston, MA" +5,448,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +5,449,268,"Seattle, WA",268,"Seattle, WA" +5,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +5,451,217,"New York, NY and NJ",217,"New York, NY and NJ" +5,452,198,"Baltimore, MD",198,"Baltimore, MD" +5,453,162,"Oakland, CA",162,"Oakland, CA" +5,454,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +5,455,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +5,456,159,"Long Beach, CA",159,"Long Beach, CA" +5,457,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +5,458,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +5,459,268,"Seattle, WA",268,"Seattle, WA" +5,460,241,"Philadelphia, PA",241,"Philadelphia, PA" +5,461,217,"New York, NY and NJ",217,"New York, NY and NJ" +5,462,217,"New York, NY and NJ",217,"New York, NY and NJ" +5,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +5,464,244,"Providence, RI",244,"Providence, RI" +5,465,269,"Longview, WA",269,"Longview, WA" +5,466,268,"Seattle, WA",268,"Seattle, WA" +5,467,197,"Portland, ME",197,"Portland, ME" +5,468,268,"Seattle, WA",268,"Seattle, WA" +5,469,198,"Baltimore, MD",198,"Baltimore, MD" +5,470,268,"Seattle, WA",268,"Seattle, WA" +5,471,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +5,472,269,"Longview, WA",269,"Longview, WA" +5,473,159,"Long Beach, CA",159,"Long Beach, CA" +5,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +5,475,197,"Portland, ME",197,"Portland, ME" +5,476,162,"Oakland, CA",162,"Oakland, CA" +5,477,159,"Long Beach, CA",159,"Long Beach, CA" +5,478,245,"Charleston, SC",245,"Charleston, SC" +5,479,268,"Seattle, WA",268,"Seattle, WA" +5,480,198,"Baltimore, MD",198,"Baltimore, MD" +5,481,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +5,482,159,"Long Beach, CA",159,"Long Beach, CA" +5,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +5,484,152,"Mobile, AL",152,"Mobile, AL" +5,485,239,"Portland, OR",239,"Portland, OR" +5,486,159,"Long Beach, CA",159,"Long Beach, CA" +5,487,245,"Charleston, SC",245,"Charleston, SC" +5,488,268,"Seattle, WA",268,"Seattle, WA" +5,489,162,"Oakland, CA",162,"Oakland, CA" +5,490,223,"New York, NY and NJ",223,"New York, NY and NJ" +5,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +6,154,159,"Long Beach, CA",159,"Long Beach, CA" +6,179,239,"Portland, OR",239,"Portland, OR" +6,180,268,"Seattle, WA",268,"Seattle, WA" +6,274,159,"Long Beach, CA",159,"Long Beach, CA" +6,275,217,"New York, NY and NJ",217,"New York, NY and NJ" +6,276,201,"Boston, MA",201,"Boston, MA" +6,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +6,278,241,"Philadelphia, PA",241,"Philadelphia, PA" +6,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +6,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +6,281,257,"Houston, TX",257,"Houston, TX" +6,282,197,"Portland, ME",197,"Portland, ME" +6,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +6,284,162,"Oakland, CA",162,"Oakland, CA" +6,285,201,"Boston, MA",201,"Boston, MA" +6,286,198,"Baltimore, MD",198,"Baltimore, MD" +6,287,177,"Savannah, GA",177,"Savannah, GA" +6,288,159,"Long Beach, CA",159,"Long Beach, CA" +6,289,268,"Seattle, WA",268,"Seattle, WA" +6,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +6,291,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +6,292,197,"Portland, ME",197,"Portland, ME" +6,293,195,"New Orleans, LA",195,"New Orleans, LA" +6,294,241,"Philadelphia, PA",241,"Philadelphia, PA" +6,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +6,296,162,"Oakland, CA",162,"Oakland, CA" +6,297,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +6,298,201,"Boston, MA",201,"Boston, MA" +6,299,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +6,300,171,"Jacksonville, FL",171,"Jacksonville, FL" +6,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +6,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +6,303,268,"Seattle, WA",268,"Seattle, WA" +6,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +6,305,241,"Philadelphia, PA",241,"Philadelphia, PA" +6,306,217,"New York, NY and NJ",217,"New York, NY and NJ" +6,307,241,"Philadelphia, PA",241,"Philadelphia, PA" +6,308,268,"Seattle, WA",268,"Seattle, WA" +6,309,223,"New York, NY and NJ",223,"New York, NY and NJ" +6,310,159,"Long Beach, CA",159,"Long Beach, CA" +6,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +6,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +6,313,197,"Portland, ME",197,"Portland, ME" +6,314,223,"New York, NY and NJ",223,"New York, NY and NJ" +6,315,194,"Lake Charles, LA",194,"Lake Charles, LA" +6,316,269,"Longview, WA",269,"Longview, WA" +6,317,162,"Oakland, CA",162,"Oakland, CA" +6,318,159,"Long Beach, CA",159,"Long Beach, CA" +6,319,177,"Savannah, GA",177,"Savannah, GA" +6,320,201,"Boston, MA",201,"Boston, MA" +6,321,198,"Baltimore, MD",198,"Baltimore, MD" +6,322,159,"Long Beach, CA",159,"Long Beach, CA" +6,323,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +6,324,244,"Providence, RI",244,"Providence, RI" +6,325,177,"Savannah, GA",177,"Savannah, GA" +6,326,174,"Tampa, FL",174,"Tampa, FL" +6,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +6,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +6,329,244,"Providence, RI",244,"Providence, RI" +6,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +6,331,197,"Portland, ME",197,"Portland, ME" +6,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +6,333,171,"Jacksonville, FL",171,"Jacksonville, FL" +6,334,195,"New Orleans, LA",195,"New Orleans, LA" +6,335,241,"Philadelphia, PA",241,"Philadelphia, PA" +6,336,253,"Beaumont, TX",253,"Beaumont, TX" +6,337,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +6,338,245,"Charleston, SC",245,"Charleston, SC" +6,339,197,"Portland, ME",197,"Portland, ME" +6,340,198,"Baltimore, MD",198,"Baltimore, MD" +6,341,152,"Mobile, AL",152,"Mobile, AL" +6,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +6,343,268,"Seattle, WA",268,"Seattle, WA" +6,344,197,"Portland, ME",197,"Portland, ME" +6,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +6,346,198,"Baltimore, MD",198,"Baltimore, MD" +6,347,197,"Portland, ME",197,"Portland, ME" +6,348,198,"Baltimore, MD",198,"Baltimore, MD" +6,349,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +6,350,197,"Portland, ME",197,"Portland, ME" +6,351,241,"Philadelphia, PA",241,"Philadelphia, PA" +6,352,217,"New York, NY and NJ",217,"New York, NY and NJ" +6,353,197,"Portland, ME",197,"Portland, ME" +6,354,241,"Philadelphia, PA",241,"Philadelphia, PA" +6,355,174,"Tampa, FL",174,"Tampa, FL" +6,356,195,"New Orleans, LA",195,"New Orleans, LA" +6,357,241,"Philadelphia, PA",241,"Philadelphia, PA" +6,358,223,"New York, NY and NJ",223,"New York, NY and NJ" +6,359,171,"Jacksonville, FL",171,"Jacksonville, FL" +6,360,174,"Tampa, FL",174,"Tampa, FL" +6,361,208,"Pascagoula, MS",208,"Pascagoula, MS" +6,362,217,"New York, NY and NJ",217,"New York, NY and NJ" +6,363,152,"Mobile, AL",152,"Mobile, AL" +6,364,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +6,365,217,"New York, NY and NJ",217,"New York, NY and NJ" +6,366,159,"Long Beach, CA",159,"Long Beach, CA" +6,367,239,"Portland, OR",239,"Portland, OR" +6,368,268,"Seattle, WA",268,"Seattle, WA" +6,369,162,"Oakland, CA",162,"Oakland, CA" +6,370,197,"Portland, ME",197,"Portland, ME" +6,371,269,"Longview, WA",269,"Longview, WA" +6,372,201,"Boston, MA",201,"Boston, MA" +6,373,174,"Tampa, FL",174,"Tampa, FL" +6,374,159,"Long Beach, CA",159,"Long Beach, CA" +6,375,159,"Long Beach, CA",159,"Long Beach, CA" +6,376,159,"Long Beach, CA",159,"Long Beach, CA" +6,377,217,"New York, NY and NJ",217,"New York, NY and NJ" +6,378,195,"New Orleans, LA",195,"New Orleans, LA" +6,379,268,"Seattle, WA",268,"Seattle, WA" +6,380,159,"Long Beach, CA",159,"Long Beach, CA" +6,381,159,"Long Beach, CA",159,"Long Beach, CA" +6,382,197,"Portland, ME",197,"Portland, ME" +6,383,268,"Seattle, WA",268,"Seattle, WA" +6,384,217,"New York, NY and NJ",217,"New York, NY and NJ" +6,385,197,"Portland, ME",197,"Portland, ME" +6,386,244,"Providence, RI",244,"Providence, RI" +6,387,201,"Boston, MA",201,"Boston, MA" +6,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +6,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +6,390,197,"Portland, ME",197,"Portland, ME" +6,391,198,"Baltimore, MD",198,"Baltimore, MD" +6,392,159,"Long Beach, CA",159,"Long Beach, CA" +6,393,268,"Seattle, WA",268,"Seattle, WA" +6,394,201,"Boston, MA",201,"Boston, MA" +6,395,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +6,396,159,"Long Beach, CA",159,"Long Beach, CA" +6,397,198,"Baltimore, MD",198,"Baltimore, MD" +6,398,217,"New York, NY and NJ",217,"New York, NY and NJ" +6,399,268,"Seattle, WA",268,"Seattle, WA" +6,400,268,"Seattle, WA",268,"Seattle, WA" +6,401,217,"New York, NY and NJ",217,"New York, NY and NJ" +6,402,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +6,403,159,"Long Beach, CA",159,"Long Beach, CA" +6,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +6,405,174,"Tampa, FL",174,"Tampa, FL" +6,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +6,407,197,"Portland, ME",197,"Portland, ME" +6,408,162,"Oakland, CA",162,"Oakland, CA" +6,409,197,"Portland, ME",197,"Portland, ME" +6,410,239,"Portland, OR",239,"Portland, OR" +6,411,159,"Long Beach, CA",159,"Long Beach, CA" +6,412,241,"Philadelphia, PA",241,"Philadelphia, PA" +6,413,159,"Long Beach, CA",159,"Long Beach, CA" +6,414,152,"Mobile, AL",152,"Mobile, AL" +6,415,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +6,416,223,"New York, NY and NJ",223,"New York, NY and NJ" +6,417,162,"Oakland, CA",162,"Oakland, CA" +6,418,268,"Seattle, WA",268,"Seattle, WA" +6,419,197,"Portland, ME",197,"Portland, ME" +6,420,268,"Seattle, WA",268,"Seattle, WA" +6,421,159,"Long Beach, CA",159,"Long Beach, CA" +6,422,159,"Long Beach, CA",159,"Long Beach, CA" +6,423,162,"Oakland, CA",162,"Oakland, CA" +6,424,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +6,425,159,"Long Beach, CA",159,"Long Beach, CA" +6,426,195,"New Orleans, LA",195,"New Orleans, LA" +6,427,195,"New Orleans, LA",195,"New Orleans, LA" +6,428,159,"Long Beach, CA",159,"Long Beach, CA" +6,429,159,"Long Beach, CA",159,"Long Beach, CA" +6,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +6,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +6,432,159,"Long Beach, CA",159,"Long Beach, CA" +6,433,223,"New York, NY and NJ",223,"New York, NY and NJ" +6,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +6,435,197,"Portland, ME",197,"Portland, ME" +6,436,201,"Boston, MA",201,"Boston, MA" +6,437,223,"New York, NY and NJ",223,"New York, NY and NJ" +6,438,172,"Port Everglades, FL",172,"Port Everglades, FL" +6,439,174,"Tampa, FL",174,"Tampa, FL" +6,440,177,"Savannah, GA",177,"Savannah, GA" +6,441,159,"Long Beach, CA",159,"Long Beach, CA" +6,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +6,443,217,"New York, NY and NJ",217,"New York, NY and NJ" +6,444,269,"Longview, WA",269,"Longview, WA" +6,445,197,"Portland, ME",197,"Portland, ME" +6,446,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +6,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +6,448,197,"Portland, ME",197,"Portland, ME" +6,449,159,"Long Beach, CA",159,"Long Beach, CA" +6,450,177,"Savannah, GA",177,"Savannah, GA" +6,451,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +6,452,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +6,453,269,"Longview, WA",269,"Longview, WA" +6,454,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +6,455,217,"New York, NY and NJ",217,"New York, NY and NJ" +6,456,268,"Seattle, WA",268,"Seattle, WA" +6,457,197,"Portland, ME",197,"Portland, ME" +6,458,198,"Baltimore, MD",198,"Baltimore, MD" +6,459,162,"Oakland, CA",162,"Oakland, CA" +6,460,197,"Portland, ME",197,"Portland, ME" +6,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +6,462,201,"Boston, MA",201,"Boston, MA" +6,463,198,"Baltimore, MD",198,"Baltimore, MD" +6,464,197,"Portland, ME",197,"Portland, ME" +6,465,159,"Long Beach, CA",159,"Long Beach, CA" +6,466,159,"Long Beach, CA",159,"Long Beach, CA" +6,467,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +6,468,159,"Long Beach, CA",159,"Long Beach, CA" +6,469,244,"Providence, RI",244,"Providence, RI" +6,470,268,"Seattle, WA",268,"Seattle, WA" +6,471,244,"Providence, RI",244,"Providence, RI" +6,472,159,"Long Beach, CA",159,"Long Beach, CA" +6,473,162,"Oakland, CA",162,"Oakland, CA" +6,474,174,"Tampa, FL",174,"Tampa, FL" +6,475,244,"Providence, RI",244,"Providence, RI" +6,476,268,"Seattle, WA",268,"Seattle, WA" +6,477,239,"Portland, OR",239,"Portland, OR" +6,478,171,"Jacksonville, FL",171,"Jacksonville, FL" +6,479,159,"Long Beach, CA",159,"Long Beach, CA" +6,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +6,481,201,"Boston, MA",201,"Boston, MA" +6,482,159,"Long Beach, CA",159,"Long Beach, CA" +6,483,198,"Baltimore, MD",198,"Baltimore, MD" +6,484,253,"Beaumont, TX",253,"Beaumont, TX" +6,485,159,"Long Beach, CA",159,"Long Beach, CA" +6,486,162,"Oakland, CA",162,"Oakland, CA" +6,487,177,"Savannah, GA",177,"Savannah, GA" +6,488,159,"Long Beach, CA",159,"Long Beach, CA" +6,489,159,"Long Beach, CA",159,"Long Beach, CA" +6,490,201,"Boston, MA",201,"Boston, MA" +6,491,198,"Baltimore, MD",198,"Baltimore, MD" +7,154,159,"Long Beach, CA",159,"Long Beach, CA" +7,179,159,"Long Beach, CA",159,"Long Beach, CA" +7,180,159,"Long Beach, CA",159,"Long Beach, CA" +7,274,269,"Longview, WA",269,"Longview, WA" +7,275,201,"Boston, MA",201,"Boston, MA" +7,276,198,"Baltimore, MD",198,"Baltimore, MD" +7,277,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +7,278,241,"Philadelphia, PA",241,"Philadelphia, PA" +7,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +7,280,177,"Savannah, GA",177,"Savannah, GA" +7,281,172,"Port Everglades, FL",172,"Port Everglades, FL" +7,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +7,283,174,"Tampa, FL",174,"Tampa, FL" +7,284,159,"Long Beach, CA",159,"Long Beach, CA" +7,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +7,286,197,"Portland, ME",197,"Portland, ME" +7,287,177,"Savannah, GA",177,"Savannah, GA" +7,288,239,"Portland, OR",239,"Portland, OR" +7,289,162,"Oakland, CA",162,"Oakland, CA" +7,290,177,"Savannah, GA",177,"Savannah, GA" +7,291,169,"Wilmington, DE",169,"Wilmington, DE" +7,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +7,293,195,"New Orleans, LA",195,"New Orleans, LA" +7,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +7,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +7,296,159,"Long Beach, CA",159,"Long Beach, CA" +7,297,195,"New Orleans, LA",195,"New Orleans, LA" +7,298,197,"Portland, ME",197,"Portland, ME" +7,299,217,"New York, NY and NJ",217,"New York, NY and NJ" +7,300,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +7,301,198,"Baltimore, MD",198,"Baltimore, MD" +7,302,172,"Port Everglades, FL",172,"Port Everglades, FL" +7,303,159,"Long Beach, CA",159,"Long Beach, CA" +7,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +7,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +7,306,198,"Baltimore, MD",198,"Baltimore, MD" +7,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +7,308,162,"Oakland, CA",162,"Oakland, CA" +7,309,241,"Philadelphia, PA",241,"Philadelphia, PA" +7,310,195,"New Orleans, LA",195,"New Orleans, LA" +7,311,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +7,312,177,"Savannah, GA",177,"Savannah, GA" +7,313,201,"Boston, MA",201,"Boston, MA" +7,314,198,"Baltimore, MD",198,"Baltimore, MD" +7,315,195,"New Orleans, LA",195,"New Orleans, LA" +7,316,162,"Oakland, CA",162,"Oakland, CA" +7,317,159,"Long Beach, CA",159,"Long Beach, CA" +7,318,159,"Long Beach, CA",159,"Long Beach, CA" +7,319,177,"Savannah, GA",177,"Savannah, GA" +7,320,197,"Portland, ME",197,"Portland, ME" +7,321,217,"New York, NY and NJ",217,"New York, NY and NJ" +7,322,159,"Long Beach, CA",159,"Long Beach, CA" +7,323,257,"Houston, TX",257,"Houston, TX" +7,324,198,"Baltimore, MD",198,"Baltimore, MD" +7,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +7,326,174,"Tampa, FL",174,"Tampa, FL" +7,327,198,"Baltimore, MD",198,"Baltimore, MD" +7,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +7,329,241,"Philadelphia, PA",241,"Philadelphia, PA" +7,330,197,"Portland, ME",197,"Portland, ME" +7,331,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +7,332,245,"Charleston, SC",245,"Charleston, SC" +7,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +7,334,195,"New Orleans, LA",195,"New Orleans, LA" +7,335,223,"New York, NY and NJ",223,"New York, NY and NJ" +7,336,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +7,337,217,"New York, NY and NJ",217,"New York, NY and NJ" +7,338,244,"Providence, RI",244,"Providence, RI" +7,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +7,340,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +7,341,194,"Lake Charles, LA",194,"Lake Charles, LA" +7,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +7,343,159,"Long Beach, CA",159,"Long Beach, CA" +7,344,241,"Philadelphia, PA",241,"Philadelphia, PA" +7,345,197,"Portland, ME",197,"Portland, ME" +7,346,223,"New York, NY and NJ",223,"New York, NY and NJ" +7,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +7,348,223,"New York, NY and NJ",223,"New York, NY and NJ" +7,349,201,"Boston, MA",201,"Boston, MA" +7,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +7,351,197,"Portland, ME",197,"Portland, ME" +7,352,217,"New York, NY and NJ",217,"New York, NY and NJ" +7,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +7,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +7,355,171,"Jacksonville, FL",171,"Jacksonville, FL" +7,356,257,"Houston, TX",257,"Houston, TX" +7,357,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +7,358,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +7,359,177,"Savannah, GA",177,"Savannah, GA" +7,360,174,"Tampa, FL",174,"Tampa, FL" +7,361,253,"Beaumont, TX",253,"Beaumont, TX" +7,362,201,"Boston, MA",201,"Boston, MA" +7,363,253,"Beaumont, TX",253,"Beaumont, TX" +7,364,201,"Boston, MA",201,"Boston, MA" +7,365,201,"Boston, MA",201,"Boston, MA" +7,366,159,"Long Beach, CA",159,"Long Beach, CA" +7,367,268,"Seattle, WA",268,"Seattle, WA" +7,368,159,"Long Beach, CA",159,"Long Beach, CA" +7,369,162,"Oakland, CA",162,"Oakland, CA" +7,370,201,"Boston, MA",201,"Boston, MA" +7,371,159,"Long Beach, CA",159,"Long Beach, CA" +7,372,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +7,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +7,374,162,"Oakland, CA",162,"Oakland, CA" +7,375,268,"Seattle, WA",268,"Seattle, WA" +7,376,159,"Long Beach, CA",159,"Long Beach, CA" +7,377,197,"Portland, ME",197,"Portland, ME" +7,378,152,"Mobile, AL",152,"Mobile, AL" +7,379,159,"Long Beach, CA",159,"Long Beach, CA" +7,380,159,"Long Beach, CA",159,"Long Beach, CA" +7,381,268,"Seattle, WA",268,"Seattle, WA" +7,382,198,"Baltimore, MD",198,"Baltimore, MD" +7,383,162,"Oakland, CA",162,"Oakland, CA" +7,384,217,"New York, NY and NJ",217,"New York, NY and NJ" +7,385,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +7,386,223,"New York, NY and NJ",223,"New York, NY and NJ" +7,387,244,"Providence, RI",244,"Providence, RI" +7,388,197,"Portland, ME",197,"Portland, ME" +7,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +7,390,174,"Tampa, FL",174,"Tampa, FL" +7,391,201,"Boston, MA",201,"Boston, MA" +7,392,239,"Portland, OR",239,"Portland, OR" +7,393,159,"Long Beach, CA",159,"Long Beach, CA" +7,394,217,"New York, NY and NJ",217,"New York, NY and NJ" +7,395,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +7,396,159,"Long Beach, CA",159,"Long Beach, CA" +7,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +7,398,241,"Philadelphia, PA",241,"Philadelphia, PA" +7,399,253,"Beaumont, TX",253,"Beaumont, TX" +7,400,268,"Seattle, WA",268,"Seattle, WA" +7,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +7,402,197,"Portland, ME",197,"Portland, ME" +7,403,268,"Seattle, WA",268,"Seattle, WA" +7,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +7,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +7,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +7,407,217,"New York, NY and NJ",217,"New York, NY and NJ" +7,408,162,"Oakland, CA",162,"Oakland, CA" +7,409,197,"Portland, ME",197,"Portland, ME" +7,410,269,"Longview, WA",269,"Longview, WA" +7,411,268,"Seattle, WA",268,"Seattle, WA" +7,412,241,"Philadelphia, PA",241,"Philadelphia, PA" +7,413,159,"Long Beach, CA",159,"Long Beach, CA" +7,414,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +7,415,244,"Providence, RI",244,"Providence, RI" +7,416,201,"Boston, MA",201,"Boston, MA" +7,417,239,"Portland, OR",239,"Portland, OR" +7,418,159,"Long Beach, CA",159,"Long Beach, CA" +7,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +7,420,159,"Long Beach, CA",159,"Long Beach, CA" +7,421,162,"Oakland, CA",162,"Oakland, CA" +7,422,159,"Long Beach, CA",159,"Long Beach, CA" +7,423,159,"Long Beach, CA",159,"Long Beach, CA" +7,424,152,"Mobile, AL",152,"Mobile, AL" +7,425,159,"Long Beach, CA",159,"Long Beach, CA" +7,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +7,427,253,"Beaumont, TX",253,"Beaumont, TX" +7,428,159,"Long Beach, CA",159,"Long Beach, CA" +7,429,159,"Long Beach, CA",159,"Long Beach, CA" +7,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +7,431,223,"New York, NY and NJ",223,"New York, NY and NJ" +7,432,159,"Long Beach, CA",159,"Long Beach, CA" +7,433,198,"Baltimore, MD",198,"Baltimore, MD" +7,434,244,"Providence, RI",244,"Providence, RI" +7,435,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +7,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +7,437,201,"Boston, MA",201,"Boston, MA" +7,438,245,"Charleston, SC",245,"Charleston, SC" +7,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +7,440,245,"Charleston, SC",245,"Charleston, SC" +7,441,239,"Portland, OR",239,"Portland, OR" +7,442,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +7,443,177,"Savannah, GA",177,"Savannah, GA" +7,444,159,"Long Beach, CA",159,"Long Beach, CA" +7,445,241,"Philadelphia, PA",241,"Philadelphia, PA" +7,446,197,"Portland, ME",197,"Portland, ME" +7,447,198,"Baltimore, MD",198,"Baltimore, MD" +7,448,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +7,449,162,"Oakland, CA",162,"Oakland, CA" +7,450,198,"Baltimore, MD",198,"Baltimore, MD" +7,451,217,"New York, NY and NJ",217,"New York, NY and NJ" +7,452,197,"Portland, ME",197,"Portland, ME" +7,453,162,"Oakland, CA",162,"Oakland, CA" +7,454,241,"Philadelphia, PA",241,"Philadelphia, PA" +7,455,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +7,456,268,"Seattle, WA",268,"Seattle, WA" +7,457,198,"Baltimore, MD",198,"Baltimore, MD" +7,458,241,"Philadelphia, PA",241,"Philadelphia, PA" +7,459,162,"Oakland, CA",162,"Oakland, CA" +7,460,245,"Charleston, SC",245,"Charleston, SC" +7,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +7,462,198,"Baltimore, MD",198,"Baltimore, MD" +7,463,217,"New York, NY and NJ",217,"New York, NY and NJ" +7,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +7,465,162,"Oakland, CA",162,"Oakland, CA" +7,466,159,"Long Beach, CA",159,"Long Beach, CA" +7,467,217,"New York, NY and NJ",217,"New York, NY and NJ" +7,468,159,"Long Beach, CA",159,"Long Beach, CA" +7,469,198,"Baltimore, MD",198,"Baltimore, MD" +7,470,268,"Seattle, WA",268,"Seattle, WA" +7,471,217,"New York, NY and NJ",217,"New York, NY and NJ" +7,472,159,"Long Beach, CA",159,"Long Beach, CA" +7,473,159,"Long Beach, CA",159,"Long Beach, CA" +7,474,171,"Jacksonville, FL",171,"Jacksonville, FL" +7,475,217,"New York, NY and NJ",217,"New York, NY and NJ" +7,476,162,"Oakland, CA",162,"Oakland, CA" +7,477,268,"Seattle, WA",268,"Seattle, WA" +7,478,177,"Savannah, GA",177,"Savannah, GA" +7,479,162,"Oakland, CA",162,"Oakland, CA" +7,480,197,"Portland, ME",197,"Portland, ME" +7,481,223,"New York, NY and NJ",223,"New York, NY and NJ" +7,482,239,"Portland, OR",239,"Portland, OR" +7,483,201,"Boston, MA",201,"Boston, MA" +7,484,194,"Lake Charles, LA",194,"Lake Charles, LA" +7,485,159,"Long Beach, CA",159,"Long Beach, CA" +7,486,159,"Long Beach, CA",159,"Long Beach, CA" +7,487,171,"Jacksonville, FL",171,"Jacksonville, FL" +7,488,159,"Long Beach, CA",159,"Long Beach, CA" +7,489,159,"Long Beach, CA",159,"Long Beach, CA" +7,490,241,"Philadelphia, PA",241,"Philadelphia, PA" +7,491,177,"Savannah, GA",177,"Savannah, GA" +8,154,159,"Long Beach, CA",159,"Long Beach, CA" +8,179,159,"Long Beach, CA",159,"Long Beach, CA" +8,180,268,"Seattle, WA",268,"Seattle, WA" +8,274,159,"Long Beach, CA",159,"Long Beach, CA" +8,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +8,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +8,277,198,"Baltimore, MD",198,"Baltimore, MD" +8,278,169,"Wilmington, DE",169,"Wilmington, DE" +8,279,177,"Savannah, GA",177,"Savannah, GA" +8,280,229,"Wilmington, NC",229,"Wilmington, NC" +8,281,178,"Brunswick, GA",178,"Brunswick, GA" +8,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +8,283,174,"Tampa, FL",174,"Tampa, FL" +8,284,269,"Longview, WA",269,"Longview, WA" +8,285,201,"Boston, MA",201,"Boston, MA" +8,286,241,"Philadelphia, PA",241,"Philadelphia, PA" +8,287,177,"Savannah, GA",177,"Savannah, GA" +8,288,159,"Long Beach, CA",159,"Long Beach, CA" +8,289,159,"Long Beach, CA",159,"Long Beach, CA" +8,290,229,"Wilmington, NC",229,"Wilmington, NC" +8,291,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +8,292,201,"Boston, MA",201,"Boston, MA" +8,293,195,"New Orleans, LA",195,"New Orleans, LA" +8,294,241,"Philadelphia, PA",241,"Philadelphia, PA" +8,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +8,296,159,"Long Beach, CA",159,"Long Beach, CA" +8,297,195,"New Orleans, LA",195,"New Orleans, LA" +8,298,198,"Baltimore, MD",198,"Baltimore, MD" +8,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +8,300,177,"Savannah, GA",177,"Savannah, GA" +8,301,208,"Pascagoula, MS",208,"Pascagoula, MS" +8,302,177,"Savannah, GA",177,"Savannah, GA" +8,303,159,"Long Beach, CA",159,"Long Beach, CA" +8,304,198,"Baltimore, MD",198,"Baltimore, MD" +8,305,197,"Portland, ME",197,"Portland, ME" +8,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +8,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +8,308,159,"Long Beach, CA",159,"Long Beach, CA" +8,309,241,"Philadelphia, PA",241,"Philadelphia, PA" +8,310,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +8,311,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +8,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +8,313,198,"Baltimore, MD",198,"Baltimore, MD" +8,314,241,"Philadelphia, PA",241,"Philadelphia, PA" +8,315,194,"Lake Charles, LA",194,"Lake Charles, LA" +8,316,162,"Oakland, CA",162,"Oakland, CA" +8,317,162,"Oakland, CA",162,"Oakland, CA" +8,318,268,"Seattle, WA",268,"Seattle, WA" +8,319,152,"Mobile, AL",152,"Mobile, AL" +8,320,197,"Portland, ME",197,"Portland, ME" +8,321,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +8,322,268,"Seattle, WA",268,"Seattle, WA" +8,323,257,"Houston, TX",257,"Houston, TX" +8,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +8,325,174,"Tampa, FL",174,"Tampa, FL" +8,326,171,"Jacksonville, FL",171,"Jacksonville, FL" +8,327,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +8,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +8,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +8,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +8,331,169,"Wilmington, DE",169,"Wilmington, DE" +8,332,174,"Tampa, FL",174,"Tampa, FL" +8,333,171,"Jacksonville, FL",171,"Jacksonville, FL" +8,334,195,"New Orleans, LA",195,"New Orleans, LA" +8,335,198,"Baltimore, MD",198,"Baltimore, MD" +8,336,195,"New Orleans, LA",195,"New Orleans, LA" +8,337,217,"New York, NY and NJ",217,"New York, NY and NJ" +8,338,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +8,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +8,340,223,"New York, NY and NJ",223,"New York, NY and NJ" +8,341,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +8,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +8,343,159,"Long Beach, CA",159,"Long Beach, CA" +8,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +8,345,217,"New York, NY and NJ",217,"New York, NY and NJ" +8,346,195,"New Orleans, LA",195,"New Orleans, LA" +8,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +8,348,201,"Boston, MA",201,"Boston, MA" +8,349,201,"Boston, MA",201,"Boston, MA" +8,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +8,351,241,"Philadelphia, PA",241,"Philadelphia, PA" +8,352,198,"Baltimore, MD",198,"Baltimore, MD" +8,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +8,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +8,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +8,356,194,"Lake Charles, LA",194,"Lake Charles, LA" +8,357,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +8,358,217,"New York, NY and NJ",217,"New York, NY and NJ" +8,359,177,"Savannah, GA",177,"Savannah, GA" +8,360,174,"Tampa, FL",174,"Tampa, FL" +8,361,194,"Lake Charles, LA",194,"Lake Charles, LA" +8,362,198,"Baltimore, MD",198,"Baltimore, MD" +8,363,174,"Tampa, FL",174,"Tampa, FL" +8,364,201,"Boston, MA",201,"Boston, MA" +8,365,241,"Philadelphia, PA",241,"Philadelphia, PA" +8,366,239,"Portland, OR",239,"Portland, OR" +8,367,239,"Portland, OR",239,"Portland, OR" +8,368,159,"Long Beach, CA",159,"Long Beach, CA" +8,369,159,"Long Beach, CA",159,"Long Beach, CA" +8,370,201,"Boston, MA",201,"Boston, MA" +8,371,239,"Portland, OR",239,"Portland, OR" +8,372,244,"Providence, RI",244,"Providence, RI" +8,373,177,"Savannah, GA",177,"Savannah, GA" +8,374,268,"Seattle, WA",268,"Seattle, WA" +8,375,162,"Oakland, CA",162,"Oakland, CA" +8,376,159,"Long Beach, CA",159,"Long Beach, CA" +8,377,201,"Boston, MA",201,"Boston, MA" +8,378,177,"Savannah, GA",177,"Savannah, GA" +8,379,268,"Seattle, WA",268,"Seattle, WA" +8,380,269,"Longview, WA",269,"Longview, WA" +8,381,269,"Longview, WA",269,"Longview, WA" +8,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +8,383,269,"Longview, WA",269,"Longview, WA" +8,384,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +8,385,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +8,386,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +8,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +8,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +8,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +8,390,198,"Baltimore, MD",198,"Baltimore, MD" +8,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +8,392,159,"Long Beach, CA",159,"Long Beach, CA" +8,393,159,"Long Beach, CA",159,"Long Beach, CA" +8,394,201,"Boston, MA",201,"Boston, MA" +8,395,244,"Providence, RI",244,"Providence, RI" +8,396,268,"Seattle, WA",268,"Seattle, WA" +8,397,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +8,398,241,"Philadelphia, PA",241,"Philadelphia, PA" +8,399,159,"Long Beach, CA",159,"Long Beach, CA" +8,400,269,"Longview, WA",269,"Longview, WA" +8,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +8,402,201,"Boston, MA",201,"Boston, MA" +8,403,159,"Long Beach, CA",159,"Long Beach, CA" +8,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +8,405,171,"Jacksonville, FL",171,"Jacksonville, FL" +8,406,241,"Philadelphia, PA",241,"Philadelphia, PA" +8,407,169,"Wilmington, DE",169,"Wilmington, DE" +8,408,159,"Long Beach, CA",159,"Long Beach, CA" +8,409,169,"Wilmington, DE",169,"Wilmington, DE" +8,410,159,"Long Beach, CA",159,"Long Beach, CA" +8,411,162,"Oakland, CA",162,"Oakland, CA" +8,412,241,"Philadelphia, PA",241,"Philadelphia, PA" +8,413,159,"Long Beach, CA",159,"Long Beach, CA" +8,414,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +8,415,201,"Boston, MA",201,"Boston, MA" +8,416,198,"Baltimore, MD",198,"Baltimore, MD" +8,417,159,"Long Beach, CA",159,"Long Beach, CA" +8,418,159,"Long Beach, CA",159,"Long Beach, CA" +8,419,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +8,420,159,"Long Beach, CA",159,"Long Beach, CA" +8,421,159,"Long Beach, CA",159,"Long Beach, CA" +8,422,239,"Portland, OR",239,"Portland, OR" +8,423,239,"Portland, OR",239,"Portland, OR" +8,424,152,"Mobile, AL",152,"Mobile, AL" +8,425,239,"Portland, OR",239,"Portland, OR" +8,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +8,427,172,"Port Everglades, FL",172,"Port Everglades, FL" +8,428,162,"Oakland, CA",162,"Oakland, CA" +8,429,159,"Long Beach, CA",159,"Long Beach, CA" +8,430,197,"Portland, ME",197,"Portland, ME" +8,431,198,"Baltimore, MD",198,"Baltimore, MD" +8,432,159,"Long Beach, CA",159,"Long Beach, CA" +8,433,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +8,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +8,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +8,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +8,437,198,"Baltimore, MD",198,"Baltimore, MD" +8,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +8,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +8,440,245,"Charleston, SC",245,"Charleston, SC" +8,441,162,"Oakland, CA",162,"Oakland, CA" +8,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +8,443,217,"New York, NY and NJ",217,"New York, NY and NJ" +8,444,268,"Seattle, WA",268,"Seattle, WA" +8,445,198,"Baltimore, MD",198,"Baltimore, MD" +8,446,201,"Boston, MA",201,"Boston, MA" +8,447,245,"Charleston, SC",245,"Charleston, SC" +8,448,241,"Philadelphia, PA",241,"Philadelphia, PA" +8,449,268,"Seattle, WA",268,"Seattle, WA" +8,450,245,"Charleston, SC",245,"Charleston, SC" +8,451,217,"New York, NY and NJ",217,"New York, NY and NJ" +8,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +8,453,159,"Long Beach, CA",159,"Long Beach, CA" +8,454,244,"Providence, RI",244,"Providence, RI" +8,455,177,"Savannah, GA",177,"Savannah, GA" +8,456,159,"Long Beach, CA",159,"Long Beach, CA" +8,457,201,"Boston, MA",201,"Boston, MA" +8,458,217,"New York, NY and NJ",217,"New York, NY and NJ" +8,459,268,"Seattle, WA",268,"Seattle, WA" +8,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +8,461,174,"Tampa, FL",174,"Tampa, FL" +8,462,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +8,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +8,464,201,"Boston, MA",201,"Boston, MA" +8,465,159,"Long Beach, CA",159,"Long Beach, CA" +8,466,159,"Long Beach, CA",159,"Long Beach, CA" +8,467,217,"New York, NY and NJ",217,"New York, NY and NJ" +8,468,268,"Seattle, WA",268,"Seattle, WA" +8,469,198,"Baltimore, MD",198,"Baltimore, MD" +8,470,268,"Seattle, WA",268,"Seattle, WA" +8,471,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +8,472,159,"Long Beach, CA",159,"Long Beach, CA" +8,473,159,"Long Beach, CA",159,"Long Beach, CA" +8,474,177,"Savannah, GA",177,"Savannah, GA" +8,475,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +8,476,268,"Seattle, WA",268,"Seattle, WA" +8,477,159,"Long Beach, CA",159,"Long Beach, CA" +8,478,174,"Tampa, FL",174,"Tampa, FL" +8,479,162,"Oakland, CA",162,"Oakland, CA" +8,480,197,"Portland, ME",197,"Portland, ME" +8,481,197,"Portland, ME",197,"Portland, ME" +8,482,159,"Long Beach, CA",159,"Long Beach, CA" +8,483,223,"New York, NY and NJ",223,"New York, NY and NJ" +8,484,177,"Savannah, GA",177,"Savannah, GA" +8,485,162,"Oakland, CA",162,"Oakland, CA" +8,486,159,"Long Beach, CA",159,"Long Beach, CA" +8,487,178,"Brunswick, GA",178,"Brunswick, GA" +8,488,159,"Long Beach, CA",159,"Long Beach, CA" +8,489,159,"Long Beach, CA",159,"Long Beach, CA" +8,490,223,"New York, NY and NJ",223,"New York, NY and NJ" +8,491,223,"New York, NY and NJ",223,"New York, NY and NJ" +9,154,239,"Portland, OR",239,"Portland, OR" +9,179,159,"Long Beach, CA",159,"Long Beach, CA" +9,180,159,"Long Beach, CA",159,"Long Beach, CA" +9,274,159,"Long Beach, CA",159,"Long Beach, CA" +9,275,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +9,276,241,"Philadelphia, PA",241,"Philadelphia, PA" +9,277,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +9,278,198,"Baltimore, MD",198,"Baltimore, MD" +9,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +9,280,177,"Savannah, GA",177,"Savannah, GA" +9,281,178,"Brunswick, GA",178,"Brunswick, GA" +9,282,201,"Boston, MA",201,"Boston, MA" +9,283,174,"Tampa, FL",174,"Tampa, FL" +9,284,239,"Portland, OR",239,"Portland, OR" +9,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +9,286,241,"Philadelphia, PA",241,"Philadelphia, PA" +9,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +9,288,159,"Long Beach, CA",159,"Long Beach, CA" +9,289,159,"Long Beach, CA",159,"Long Beach, CA" +9,290,229,"Wilmington, NC",229,"Wilmington, NC" +9,291,217,"New York, NY and NJ",217,"New York, NY and NJ" +9,292,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +9,293,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +9,294,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +9,295,223,"New York, NY and NJ",223,"New York, NY and NJ" +9,296,162,"Oakland, CA",162,"Oakland, CA" +9,297,257,"Houston, TX",257,"Houston, TX" +9,298,197,"Portland, ME",197,"Portland, ME" +9,299,198,"Baltimore, MD",198,"Baltimore, MD" +9,300,177,"Savannah, GA",177,"Savannah, GA" +9,301,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +9,302,245,"Charleston, SC",245,"Charleston, SC" +9,303,159,"Long Beach, CA",159,"Long Beach, CA" +9,304,198,"Baltimore, MD",198,"Baltimore, MD" +9,305,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +9,306,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +9,307,201,"Boston, MA",201,"Boston, MA" +9,308,239,"Portland, OR",239,"Portland, OR" +9,309,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +9,310,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +9,311,241,"Philadelphia, PA",241,"Philadelphia, PA" +9,312,177,"Savannah, GA",177,"Savannah, GA" +9,313,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +9,314,241,"Philadelphia, PA",241,"Philadelphia, PA" +9,315,195,"New Orleans, LA",195,"New Orleans, LA" +9,316,268,"Seattle, WA",268,"Seattle, WA" +9,317,159,"Long Beach, CA",159,"Long Beach, CA" +9,318,268,"Seattle, WA",268,"Seattle, WA" +9,319,172,"Port Everglades, FL",172,"Port Everglades, FL" +9,320,223,"New York, NY and NJ",223,"New York, NY and NJ" +9,321,169,"Wilmington, DE",169,"Wilmington, DE" +9,322,268,"Seattle, WA",268,"Seattle, WA" +9,323,195,"New Orleans, LA",195,"New Orleans, LA" +9,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +9,325,245,"Charleston, SC",245,"Charleston, SC" +9,326,174,"Tampa, FL",174,"Tampa, FL" +9,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +9,328,241,"Philadelphia, PA",241,"Philadelphia, PA" +9,329,223,"New York, NY and NJ",223,"New York, NY and NJ" +9,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +9,331,201,"Boston, MA",201,"Boston, MA" +9,332,177,"Savannah, GA",177,"Savannah, GA" +9,333,245,"Charleston, SC",245,"Charleston, SC" +9,334,195,"New Orleans, LA",195,"New Orleans, LA" +9,335,201,"Boston, MA",201,"Boston, MA" +9,336,195,"New Orleans, LA",195,"New Orleans, LA" +9,337,223,"New York, NY and NJ",223,"New York, NY and NJ" +9,338,217,"New York, NY and NJ",217,"New York, NY and NJ" +9,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +9,340,241,"Philadelphia, PA",241,"Philadelphia, PA" +9,341,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +9,342,198,"Baltimore, MD",198,"Baltimore, MD" +9,343,159,"Long Beach, CA",159,"Long Beach, CA" +9,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +9,345,241,"Philadelphia, PA",241,"Philadelphia, PA" +9,346,195,"New Orleans, LA",195,"New Orleans, LA" +9,347,198,"Baltimore, MD",198,"Baltimore, MD" +9,348,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +9,349,198,"Baltimore, MD",198,"Baltimore, MD" +9,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +9,351,217,"New York, NY and NJ",217,"New York, NY and NJ" +9,352,241,"Philadelphia, PA",241,"Philadelphia, PA" +9,353,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +9,354,197,"Portland, ME",197,"Portland, ME" +9,355,245,"Charleston, SC",245,"Charleston, SC" +9,356,257,"Houston, TX",257,"Houston, TX" +9,357,245,"Charleston, SC",245,"Charleston, SC" +9,358,223,"New York, NY and NJ",223,"New York, NY and NJ" +9,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +9,360,174,"Tampa, FL",174,"Tampa, FL" +9,361,253,"Beaumont, TX",253,"Beaumont, TX" +9,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +9,363,208,"Pascagoula, MS",208,"Pascagoula, MS" +9,364,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +9,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +9,366,268,"Seattle, WA",268,"Seattle, WA" +9,367,239,"Portland, OR",239,"Portland, OR" +9,368,239,"Portland, OR",239,"Portland, OR" +9,369,159,"Long Beach, CA",159,"Long Beach, CA" +9,370,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +9,371,269,"Longview, WA",269,"Longview, WA" +9,372,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +9,373,174,"Tampa, FL",174,"Tampa, FL" +9,374,159,"Long Beach, CA",159,"Long Beach, CA" +9,375,268,"Seattle, WA",268,"Seattle, WA" +9,376,159,"Long Beach, CA",159,"Long Beach, CA" +9,377,217,"New York, NY and NJ",217,"New York, NY and NJ" +9,378,172,"Port Everglades, FL",172,"Port Everglades, FL" +9,379,159,"Long Beach, CA",159,"Long Beach, CA" +9,380,159,"Long Beach, CA",159,"Long Beach, CA" +9,381,268,"Seattle, WA",268,"Seattle, WA" +9,382,197,"Portland, ME",197,"Portland, ME" +9,383,159,"Long Beach, CA",159,"Long Beach, CA" +9,384,174,"Tampa, FL",174,"Tampa, FL" +9,385,241,"Philadelphia, PA",241,"Philadelphia, PA" +9,386,223,"New York, NY and NJ",223,"New York, NY and NJ" +9,387,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +9,388,197,"Portland, ME",197,"Portland, ME" +9,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +9,390,201,"Boston, MA",201,"Boston, MA" +9,391,217,"New York, NY and NJ",217,"New York, NY and NJ" +9,392,159,"Long Beach, CA",159,"Long Beach, CA" +9,393,159,"Long Beach, CA",159,"Long Beach, CA" +9,394,229,"Wilmington, NC",229,"Wilmington, NC" +9,395,244,"Providence, RI",244,"Providence, RI" +9,396,159,"Long Beach, CA",159,"Long Beach, CA" +9,397,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +9,398,198,"Baltimore, MD",198,"Baltimore, MD" +9,399,253,"Beaumont, TX",253,"Beaumont, TX" +9,400,159,"Long Beach, CA",159,"Long Beach, CA" +9,401,197,"Portland, ME",197,"Portland, ME" +9,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +9,403,159,"Long Beach, CA",159,"Long Beach, CA" +9,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +9,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +9,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +9,407,198,"Baltimore, MD",198,"Baltimore, MD" +9,408,268,"Seattle, WA",268,"Seattle, WA" +9,409,198,"Baltimore, MD",198,"Baltimore, MD" +9,410,159,"Long Beach, CA",159,"Long Beach, CA" +9,411,239,"Portland, OR",239,"Portland, OR" +9,412,197,"Portland, ME",197,"Portland, ME" +9,413,159,"Long Beach, CA",159,"Long Beach, CA" +9,414,195,"New Orleans, LA",195,"New Orleans, LA" +9,415,217,"New York, NY and NJ",217,"New York, NY and NJ" +9,416,223,"New York, NY and NJ",223,"New York, NY and NJ" +9,417,159,"Long Beach, CA",159,"Long Beach, CA" +9,418,159,"Long Beach, CA",159,"Long Beach, CA" +9,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +9,420,159,"Long Beach, CA",159,"Long Beach, CA" +9,421,159,"Long Beach, CA",159,"Long Beach, CA" +9,422,159,"Long Beach, CA",159,"Long Beach, CA" +9,423,159,"Long Beach, CA",159,"Long Beach, CA" +9,424,195,"New Orleans, LA",195,"New Orleans, LA" +9,425,268,"Seattle, WA",268,"Seattle, WA" +9,426,195,"New Orleans, LA",195,"New Orleans, LA" +9,427,195,"New Orleans, LA",195,"New Orleans, LA" +9,428,268,"Seattle, WA",268,"Seattle, WA" +9,429,159,"Long Beach, CA",159,"Long Beach, CA" +9,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +9,431,244,"Providence, RI",244,"Providence, RI" +9,432,159,"Long Beach, CA",159,"Long Beach, CA" +9,433,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +9,434,241,"Philadelphia, PA",241,"Philadelphia, PA" +9,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +9,436,245,"Charleston, SC",245,"Charleston, SC" +9,437,201,"Boston, MA",201,"Boston, MA" +9,438,172,"Port Everglades, FL",172,"Port Everglades, FL" +9,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +9,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +9,441,159,"Long Beach, CA",159,"Long Beach, CA" +9,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +9,443,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +9,444,268,"Seattle, WA",268,"Seattle, WA" +9,445,217,"New York, NY and NJ",217,"New York, NY and NJ" +9,446,201,"Boston, MA",201,"Boston, MA" +9,447,217,"New York, NY and NJ",217,"New York, NY and NJ" +9,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +9,449,162,"Oakland, CA",162,"Oakland, CA" +9,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +9,451,217,"New York, NY and NJ",217,"New York, NY and NJ" +9,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +9,453,162,"Oakland, CA",162,"Oakland, CA" +9,454,223,"New York, NY and NJ",223,"New York, NY and NJ" +9,455,197,"Portland, ME",197,"Portland, ME" +9,456,159,"Long Beach, CA",159,"Long Beach, CA" +9,457,217,"New York, NY and NJ",217,"New York, NY and NJ" +9,458,217,"New York, NY and NJ",217,"New York, NY and NJ" +9,459,159,"Long Beach, CA",159,"Long Beach, CA" +9,460,198,"Baltimore, MD",198,"Baltimore, MD" +9,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +9,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +9,463,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +9,464,241,"Philadelphia, PA",241,"Philadelphia, PA" +9,465,159,"Long Beach, CA",159,"Long Beach, CA" +9,466,159,"Long Beach, CA",159,"Long Beach, CA" +9,467,201,"Boston, MA",201,"Boston, MA" +9,468,159,"Long Beach, CA",159,"Long Beach, CA" +9,469,197,"Portland, ME",197,"Portland, ME" +9,470,269,"Longview, WA",269,"Longview, WA" +9,471,241,"Philadelphia, PA",241,"Philadelphia, PA" +9,472,162,"Oakland, CA",162,"Oakland, CA" +9,473,268,"Seattle, WA",268,"Seattle, WA" +9,474,174,"Tampa, FL",174,"Tampa, FL" +9,475,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +9,476,159,"Long Beach, CA",159,"Long Beach, CA" +9,477,159,"Long Beach, CA",159,"Long Beach, CA" +9,478,177,"Savannah, GA",177,"Savannah, GA" +9,479,159,"Long Beach, CA",159,"Long Beach, CA" +9,480,245,"Charleston, SC",245,"Charleston, SC" +9,481,223,"New York, NY and NJ",223,"New York, NY and NJ" +9,482,159,"Long Beach, CA",159,"Long Beach, CA" +9,483,197,"Portland, ME",197,"Portland, ME" +9,484,172,"Port Everglades, FL",172,"Port Everglades, FL" +9,485,159,"Long Beach, CA",159,"Long Beach, CA" +9,486,159,"Long Beach, CA",159,"Long Beach, CA" +9,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +9,488,269,"Longview, WA",269,"Longview, WA" +9,489,162,"Oakland, CA",162,"Oakland, CA" +9,490,198,"Baltimore, MD",198,"Baltimore, MD" +9,491,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +10,154,162,"Oakland, CA",162,"Oakland, CA" +10,179,159,"Long Beach, CA",159,"Long Beach, CA" +10,180,159,"Long Beach, CA",159,"Long Beach, CA" +10,274,159,"Long Beach, CA",159,"Long Beach, CA" +10,275,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +10,276,201,"Boston, MA",201,"Boston, MA" +10,277,201,"Boston, MA",201,"Boston, MA" +10,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +10,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +10,280,177,"Savannah, GA",177,"Savannah, GA" +10,281,195,"New Orleans, LA",195,"New Orleans, LA" +10,282,198,"Baltimore, MD",198,"Baltimore, MD" +10,283,177,"Savannah, GA",177,"Savannah, GA" +10,284,162,"Oakland, CA",162,"Oakland, CA" +10,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +10,286,197,"Portland, ME",197,"Portland, ME" +10,287,171,"Jacksonville, FL",171,"Jacksonville, FL" +10,288,159,"Long Beach, CA",159,"Long Beach, CA" +10,289,159,"Long Beach, CA",159,"Long Beach, CA" +10,290,171,"Jacksonville, FL",171,"Jacksonville, FL" +10,291,169,"Wilmington, DE",169,"Wilmington, DE" +10,292,241,"Philadelphia, PA",241,"Philadelphia, PA" +10,293,195,"New Orleans, LA",195,"New Orleans, LA" +10,294,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +10,295,223,"New York, NY and NJ",223,"New York, NY and NJ" +10,296,159,"Long Beach, CA",159,"Long Beach, CA" +10,297,172,"Port Everglades, FL",172,"Port Everglades, FL" +10,298,241,"Philadelphia, PA",241,"Philadelphia, PA" +10,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +10,300,174,"Tampa, FL",174,"Tampa, FL" +10,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +10,302,177,"Savannah, GA",177,"Savannah, GA" +10,303,162,"Oakland, CA",162,"Oakland, CA" +10,304,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +10,305,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +10,306,241,"Philadelphia, PA",241,"Philadelphia, PA" +10,307,198,"Baltimore, MD",198,"Baltimore, MD" +10,308,269,"Longview, WA",269,"Longview, WA" +10,309,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +10,310,194,"Lake Charles, LA",194,"Lake Charles, LA" +10,311,198,"Baltimore, MD",198,"Baltimore, MD" +10,312,177,"Savannah, GA",177,"Savannah, GA" +10,313,223,"New York, NY and NJ",223,"New York, NY and NJ" +10,314,197,"Portland, ME",197,"Portland, ME" +10,315,195,"New Orleans, LA",195,"New Orleans, LA" +10,316,159,"Long Beach, CA",159,"Long Beach, CA" +10,317,268,"Seattle, WA",268,"Seattle, WA" +10,318,268,"Seattle, WA",268,"Seattle, WA" +10,319,195,"New Orleans, LA",195,"New Orleans, LA" +10,320,245,"Charleston, SC",245,"Charleston, SC" +10,321,217,"New York, NY and NJ",217,"New York, NY and NJ" +10,322,159,"Long Beach, CA",159,"Long Beach, CA" +10,323,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +10,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +10,325,177,"Savannah, GA",177,"Savannah, GA" +10,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +10,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +10,328,217,"New York, NY and NJ",217,"New York, NY and NJ" +10,329,223,"New York, NY and NJ",223,"New York, NY and NJ" +10,330,217,"New York, NY and NJ",217,"New York, NY and NJ" +10,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +10,332,198,"Baltimore, MD",198,"Baltimore, MD" +10,333,177,"Savannah, GA",177,"Savannah, GA" +10,334,172,"Port Everglades, FL",172,"Port Everglades, FL" +10,335,197,"Portland, ME",197,"Portland, ME" +10,336,195,"New Orleans, LA",195,"New Orleans, LA" +10,337,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +10,338,201,"Boston, MA",201,"Boston, MA" +10,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +10,340,223,"New York, NY and NJ",223,"New York, NY and NJ" +10,341,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +10,342,197,"Portland, ME",197,"Portland, ME" +10,343,162,"Oakland, CA",162,"Oakland, CA" +10,344,244,"Providence, RI",244,"Providence, RI" +10,345,217,"New York, NY and NJ",217,"New York, NY and NJ" +10,346,171,"Jacksonville, FL",171,"Jacksonville, FL" +10,347,169,"Wilmington, DE",169,"Wilmington, DE" +10,348,198,"Baltimore, MD",198,"Baltimore, MD" +10,349,217,"New York, NY and NJ",217,"New York, NY and NJ" +10,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +10,351,229,"Wilmington, NC",229,"Wilmington, NC" +10,352,197,"Portland, ME",197,"Portland, ME" +10,353,201,"Boston, MA",201,"Boston, MA" +10,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +10,355,177,"Savannah, GA",177,"Savannah, GA" +10,356,194,"Lake Charles, LA",194,"Lake Charles, LA" +10,357,223,"New York, NY and NJ",223,"New York, NY and NJ" +10,358,223,"New York, NY and NJ",223,"New York, NY and NJ" +10,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +10,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +10,361,229,"Wilmington, NC",229,"Wilmington, NC" +10,362,217,"New York, NY and NJ",217,"New York, NY and NJ" +10,363,172,"Port Everglades, FL",172,"Port Everglades, FL" +10,364,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +10,365,197,"Portland, ME",197,"Portland, ME" +10,366,159,"Long Beach, CA",159,"Long Beach, CA" +10,367,159,"Long Beach, CA",159,"Long Beach, CA" +10,368,159,"Long Beach, CA",159,"Long Beach, CA" +10,369,159,"Long Beach, CA",159,"Long Beach, CA" +10,370,197,"Portland, ME",197,"Portland, ME" +10,371,159,"Long Beach, CA",159,"Long Beach, CA" +10,372,197,"Portland, ME",197,"Portland, ME" +10,373,245,"Charleston, SC",245,"Charleston, SC" +10,374,159,"Long Beach, CA",159,"Long Beach, CA" +10,375,239,"Portland, OR",239,"Portland, OR" +10,376,159,"Long Beach, CA",159,"Long Beach, CA" +10,377,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +10,378,195,"New Orleans, LA",195,"New Orleans, LA" +10,379,162,"Oakland, CA",162,"Oakland, CA" +10,380,268,"Seattle, WA",268,"Seattle, WA" +10,381,159,"Long Beach, CA",159,"Long Beach, CA" +10,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +10,383,268,"Seattle, WA",268,"Seattle, WA" +10,384,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +10,385,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +10,386,198,"Baltimore, MD",198,"Baltimore, MD" +10,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +10,388,241,"Philadelphia, PA",241,"Philadelphia, PA" +10,389,198,"Baltimore, MD",198,"Baltimore, MD" +10,390,217,"New York, NY and NJ",217,"New York, NY and NJ" +10,391,229,"Wilmington, NC",229,"Wilmington, NC" +10,392,268,"Seattle, WA",268,"Seattle, WA" +10,393,159,"Long Beach, CA",159,"Long Beach, CA" +10,394,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +10,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +10,396,159,"Long Beach, CA",159,"Long Beach, CA" +10,397,229,"Wilmington, NC",229,"Wilmington, NC" +10,398,241,"Philadelphia, PA",241,"Philadelphia, PA" +10,399,239,"Portland, OR",239,"Portland, OR" +10,400,159,"Long Beach, CA",159,"Long Beach, CA" +10,401,244,"Providence, RI",244,"Providence, RI" +10,402,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +10,403,159,"Long Beach, CA",159,"Long Beach, CA" +10,404,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +10,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +10,406,201,"Boston, MA",201,"Boston, MA" +10,407,198,"Baltimore, MD",198,"Baltimore, MD" +10,408,159,"Long Beach, CA",159,"Long Beach, CA" +10,409,229,"Wilmington, NC",229,"Wilmington, NC" +10,410,162,"Oakland, CA",162,"Oakland, CA" +10,411,162,"Oakland, CA",162,"Oakland, CA" +10,412,217,"New York, NY and NJ",217,"New York, NY and NJ" +10,413,162,"Oakland, CA",162,"Oakland, CA" +10,414,195,"New Orleans, LA",195,"New Orleans, LA" +10,415,197,"Portland, ME",197,"Portland, ME" +10,416,198,"Baltimore, MD",198,"Baltimore, MD" +10,417,268,"Seattle, WA",268,"Seattle, WA" +10,418,159,"Long Beach, CA",159,"Long Beach, CA" +10,419,201,"Boston, MA",201,"Boston, MA" +10,420,239,"Portland, OR",239,"Portland, OR" +10,421,162,"Oakland, CA",162,"Oakland, CA" +10,422,159,"Long Beach, CA",159,"Long Beach, CA" +10,423,159,"Long Beach, CA",159,"Long Beach, CA" +10,424,174,"Tampa, FL",174,"Tampa, FL" +10,425,239,"Portland, OR",239,"Portland, OR" +10,426,174,"Tampa, FL",174,"Tampa, FL" +10,427,194,"Lake Charles, LA",194,"Lake Charles, LA" +10,428,159,"Long Beach, CA",159,"Long Beach, CA" +10,429,152,"Mobile, AL",152,"Mobile, AL" +10,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +10,431,223,"New York, NY and NJ",223,"New York, NY and NJ" +10,432,268,"Seattle, WA",268,"Seattle, WA" +10,433,223,"New York, NY and NJ",223,"New York, NY and NJ" +10,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +10,435,217,"New York, NY and NJ",217,"New York, NY and NJ" +10,436,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +10,437,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +10,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +10,439,174,"Tampa, FL",174,"Tampa, FL" +10,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +10,441,268,"Seattle, WA",268,"Seattle, WA" +10,442,198,"Baltimore, MD",198,"Baltimore, MD" +10,443,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +10,444,159,"Long Beach, CA",159,"Long Beach, CA" +10,445,217,"New York, NY and NJ",217,"New York, NY and NJ" +10,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +10,447,197,"Portland, ME",197,"Portland, ME" +10,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +10,449,159,"Long Beach, CA",159,"Long Beach, CA" +10,450,177,"Savannah, GA",177,"Savannah, GA" +10,451,217,"New York, NY and NJ",217,"New York, NY and NJ" +10,452,197,"Portland, ME",197,"Portland, ME" +10,453,268,"Seattle, WA",268,"Seattle, WA" +10,454,198,"Baltimore, MD",198,"Baltimore, MD" +10,455,177,"Savannah, GA",177,"Savannah, GA" +10,456,159,"Long Beach, CA",159,"Long Beach, CA" +10,457,241,"Philadelphia, PA",241,"Philadelphia, PA" +10,458,201,"Boston, MA",201,"Boston, MA" +10,459,159,"Long Beach, CA",159,"Long Beach, CA" +10,460,197,"Portland, ME",197,"Portland, ME" +10,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +10,462,241,"Philadelphia, PA",241,"Philadelphia, PA" +10,463,198,"Baltimore, MD",198,"Baltimore, MD" +10,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +10,465,239,"Portland, OR",239,"Portland, OR" +10,466,159,"Long Beach, CA",159,"Long Beach, CA" +10,467,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +10,468,162,"Oakland, CA",162,"Oakland, CA" +10,469,201,"Boston, MA",201,"Boston, MA" +10,470,159,"Long Beach, CA",159,"Long Beach, CA" +10,471,201,"Boston, MA",201,"Boston, MA" +10,472,159,"Long Beach, CA",159,"Long Beach, CA" +10,473,159,"Long Beach, CA",159,"Long Beach, CA" +10,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +10,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +10,476,159,"Long Beach, CA",159,"Long Beach, CA" +10,477,159,"Long Beach, CA",159,"Long Beach, CA" +10,478,245,"Charleston, SC",245,"Charleston, SC" +10,479,268,"Seattle, WA",268,"Seattle, WA" +10,480,169,"Wilmington, DE",169,"Wilmington, DE" +10,481,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +10,482,159,"Long Beach, CA",159,"Long Beach, CA" +10,483,197,"Portland, ME",197,"Portland, ME" +10,484,172,"Port Everglades, FL",172,"Port Everglades, FL" +10,485,162,"Oakland, CA",162,"Oakland, CA" +10,486,159,"Long Beach, CA",159,"Long Beach, CA" +10,487,174,"Tampa, FL",174,"Tampa, FL" +10,488,159,"Long Beach, CA",159,"Long Beach, CA" +10,489,162,"Oakland, CA",162,"Oakland, CA" +10,490,244,"Providence, RI",244,"Providence, RI" +10,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +11,154,159,"Long Beach, CA",159,"Long Beach, CA" +11,179,162,"Oakland, CA",162,"Oakland, CA" +11,180,159,"Long Beach, CA",159,"Long Beach, CA" +11,274,268,"Seattle, WA",268,"Seattle, WA" +11,275,241,"Philadelphia, PA",241,"Philadelphia, PA" +11,276,198,"Baltimore, MD",198,"Baltimore, MD" +11,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +11,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +11,279,177,"Savannah, GA",177,"Savannah, GA" +11,280,171,"Jacksonville, FL",171,"Jacksonville, FL" +11,281,195,"New Orleans, LA",195,"New Orleans, LA" +11,282,244,"Providence, RI",244,"Providence, RI" +11,283,177,"Savannah, GA",177,"Savannah, GA" +11,284,159,"Long Beach, CA",159,"Long Beach, CA" +11,285,201,"Boston, MA",201,"Boston, MA" +11,286,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +11,287,171,"Jacksonville, FL",171,"Jacksonville, FL" +11,288,268,"Seattle, WA",268,"Seattle, WA" +11,289,162,"Oakland, CA",162,"Oakland, CA" +11,290,172,"Port Everglades, FL",172,"Port Everglades, FL" +11,291,197,"Portland, ME",197,"Portland, ME" +11,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +11,293,195,"New Orleans, LA",195,"New Orleans, LA" +11,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +11,295,223,"New York, NY and NJ",223,"New York, NY and NJ" +11,296,159,"Long Beach, CA",159,"Long Beach, CA" +11,297,194,"Lake Charles, LA",194,"Lake Charles, LA" +11,298,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +11,299,241,"Philadelphia, PA",241,"Philadelphia, PA" +11,300,177,"Savannah, GA",177,"Savannah, GA" +11,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +11,302,245,"Charleston, SC",245,"Charleston, SC" +11,303,159,"Long Beach, CA",159,"Long Beach, CA" +11,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +11,305,198,"Baltimore, MD",198,"Baltimore, MD" +11,306,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +11,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +11,308,268,"Seattle, WA",268,"Seattle, WA" +11,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +11,310,162,"Oakland, CA",162,"Oakland, CA" +11,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +11,312,174,"Tampa, FL",174,"Tampa, FL" +11,313,241,"Philadelphia, PA",241,"Philadelphia, PA" +11,314,241,"Philadelphia, PA",241,"Philadelphia, PA" +11,315,194,"Lake Charles, LA",194,"Lake Charles, LA" +11,316,162,"Oakland, CA",162,"Oakland, CA" +11,317,268,"Seattle, WA",268,"Seattle, WA" +11,318,159,"Long Beach, CA",159,"Long Beach, CA" +11,319,194,"Lake Charles, LA",194,"Lake Charles, LA" +11,320,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +11,321,229,"Wilmington, NC",229,"Wilmington, NC" +11,322,159,"Long Beach, CA",159,"Long Beach, CA" +11,323,177,"Savannah, GA",177,"Savannah, GA" +11,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +11,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +11,326,229,"Wilmington, NC",229,"Wilmington, NC" +11,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +11,328,197,"Portland, ME",197,"Portland, ME" +11,329,244,"Providence, RI",244,"Providence, RI" +11,330,217,"New York, NY and NJ",217,"New York, NY and NJ" +11,331,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +11,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +11,333,174,"Tampa, FL",174,"Tampa, FL" +11,334,152,"Mobile, AL",152,"Mobile, AL" +11,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +11,336,195,"New Orleans, LA",195,"New Orleans, LA" +11,337,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +11,338,223,"New York, NY and NJ",223,"New York, NY and NJ" +11,339,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +11,340,223,"New York, NY and NJ",223,"New York, NY and NJ" +11,341,195,"New Orleans, LA",195,"New Orleans, LA" +11,342,197,"Portland, ME",197,"Portland, ME" +11,343,159,"Long Beach, CA",159,"Long Beach, CA" +11,344,197,"Portland, ME",197,"Portland, ME" +11,345,217,"New York, NY and NJ",217,"New York, NY and NJ" +11,346,195,"New Orleans, LA",195,"New Orleans, LA" +11,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +11,348,197,"Portland, ME",197,"Portland, ME" +11,349,197,"Portland, ME",197,"Portland, ME" +11,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +11,351,223,"New York, NY and NJ",223,"New York, NY and NJ" +11,352,197,"Portland, ME",197,"Portland, ME" +11,353,197,"Portland, ME",197,"Portland, ME" +11,354,198,"Baltimore, MD",198,"Baltimore, MD" +11,355,245,"Charleston, SC",245,"Charleston, SC" +11,356,195,"New Orleans, LA",195,"New Orleans, LA" +11,357,217,"New York, NY and NJ",217,"New York, NY and NJ" +11,358,177,"Savannah, GA",177,"Savannah, GA" +11,359,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +11,360,177,"Savannah, GA",177,"Savannah, GA" +11,361,194,"Lake Charles, LA",194,"Lake Charles, LA" +11,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +11,363,195,"New Orleans, LA",195,"New Orleans, LA" +11,364,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +11,365,201,"Boston, MA",201,"Boston, MA" +11,366,159,"Long Beach, CA",159,"Long Beach, CA" +11,367,159,"Long Beach, CA",159,"Long Beach, CA" +11,368,159,"Long Beach, CA",159,"Long Beach, CA" +11,369,162,"Oakland, CA",162,"Oakland, CA" +11,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +11,371,159,"Long Beach, CA",159,"Long Beach, CA" +11,372,223,"New York, NY and NJ",223,"New York, NY and NJ" +11,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +11,374,159,"Long Beach, CA",159,"Long Beach, CA" +11,375,239,"Portland, OR",239,"Portland, OR" +11,376,159,"Long Beach, CA",159,"Long Beach, CA" +11,377,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +11,378,195,"New Orleans, LA",195,"New Orleans, LA" +11,379,159,"Long Beach, CA",159,"Long Beach, CA" +11,380,159,"Long Beach, CA",159,"Long Beach, CA" +11,381,268,"Seattle, WA",268,"Seattle, WA" +11,382,197,"Portland, ME",197,"Portland, ME" +11,383,268,"Seattle, WA",268,"Seattle, WA" +11,384,201,"Boston, MA",201,"Boston, MA" +11,385,201,"Boston, MA",201,"Boston, MA" +11,386,223,"New York, NY and NJ",223,"New York, NY and NJ" +11,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +11,388,197,"Portland, ME",197,"Portland, ME" +11,389,197,"Portland, ME",197,"Portland, ME" +11,390,223,"New York, NY and NJ",223,"New York, NY and NJ" +11,391,217,"New York, NY and NJ",217,"New York, NY and NJ" +11,392,162,"Oakland, CA",162,"Oakland, CA" +11,393,159,"Long Beach, CA",159,"Long Beach, CA" +11,394,198,"Baltimore, MD",198,"Baltimore, MD" +11,395,197,"Portland, ME",197,"Portland, ME" +11,396,162,"Oakland, CA",162,"Oakland, CA" +11,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +11,398,198,"Baltimore, MD",198,"Baltimore, MD" +11,399,162,"Oakland, CA",162,"Oakland, CA" +11,400,159,"Long Beach, CA",159,"Long Beach, CA" +11,401,197,"Portland, ME",197,"Portland, ME" +11,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +11,403,268,"Seattle, WA",268,"Seattle, WA" +11,404,241,"Philadelphia, PA",241,"Philadelphia, PA" +11,405,172,"Port Everglades, FL",172,"Port Everglades, FL" +11,406,198,"Baltimore, MD",198,"Baltimore, MD" +11,407,171,"Jacksonville, FL",171,"Jacksonville, FL" +11,408,159,"Long Beach, CA",159,"Long Beach, CA" +11,409,178,"Brunswick, GA",178,"Brunswick, GA" +11,410,162,"Oakland, CA",162,"Oakland, CA" +11,411,159,"Long Beach, CA",159,"Long Beach, CA" +11,412,197,"Portland, ME",197,"Portland, ME" +11,413,269,"Longview, WA",269,"Longview, WA" +11,414,195,"New Orleans, LA",195,"New Orleans, LA" +11,415,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +11,416,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +11,417,239,"Portland, OR",239,"Portland, OR" +11,418,159,"Long Beach, CA",159,"Long Beach, CA" +11,419,198,"Baltimore, MD",198,"Baltimore, MD" +11,420,268,"Seattle, WA",268,"Seattle, WA" +11,421,159,"Long Beach, CA",159,"Long Beach, CA" +11,422,159,"Long Beach, CA",159,"Long Beach, CA" +11,423,159,"Long Beach, CA",159,"Long Beach, CA" +11,424,172,"Port Everglades, FL",172,"Port Everglades, FL" +11,425,159,"Long Beach, CA",159,"Long Beach, CA" +11,426,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +11,427,195,"New Orleans, LA",195,"New Orleans, LA" +11,428,159,"Long Beach, CA",159,"Long Beach, CA" +11,429,159,"Long Beach, CA",159,"Long Beach, CA" +11,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +11,431,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +11,432,159,"Long Beach, CA",159,"Long Beach, CA" +11,433,223,"New York, NY and NJ",223,"New York, NY and NJ" +11,434,198,"Baltimore, MD",198,"Baltimore, MD" +11,435,217,"New York, NY and NJ",217,"New York, NY and NJ" +11,436,245,"Charleston, SC",245,"Charleston, SC" +11,437,241,"Philadelphia, PA",241,"Philadelphia, PA" +11,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +11,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +11,440,245,"Charleston, SC",245,"Charleston, SC" +11,441,268,"Seattle, WA",268,"Seattle, WA" +11,442,244,"Providence, RI",244,"Providence, RI" +11,443,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +11,444,159,"Long Beach, CA",159,"Long Beach, CA" +11,445,223,"New York, NY and NJ",223,"New York, NY and NJ" +11,446,217,"New York, NY and NJ",217,"New York, NY and NJ" +11,447,217,"New York, NY and NJ",217,"New York, NY and NJ" +11,448,241,"Philadelphia, PA",241,"Philadelphia, PA" +11,449,159,"Long Beach, CA",159,"Long Beach, CA" +11,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +11,451,217,"New York, NY and NJ",217,"New York, NY and NJ" +11,452,201,"Boston, MA",201,"Boston, MA" +11,453,159,"Long Beach, CA",159,"Long Beach, CA" +11,454,197,"Portland, ME",197,"Portland, ME" +11,455,241,"Philadelphia, PA",241,"Philadelphia, PA" +11,456,268,"Seattle, WA",268,"Seattle, WA" +11,457,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +11,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +11,459,159,"Long Beach, CA",159,"Long Beach, CA" +11,460,198,"Baltimore, MD",198,"Baltimore, MD" +11,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +11,462,241,"Philadelphia, PA",241,"Philadelphia, PA" +11,463,201,"Boston, MA",201,"Boston, MA" +11,464,217,"New York, NY and NJ",217,"New York, NY and NJ" +11,465,268,"Seattle, WA",268,"Seattle, WA" +11,466,239,"Portland, OR",239,"Portland, OR" +11,467,241,"Philadelphia, PA",241,"Philadelphia, PA" +11,468,159,"Long Beach, CA",159,"Long Beach, CA" +11,469,198,"Baltimore, MD",198,"Baltimore, MD" +11,470,159,"Long Beach, CA",159,"Long Beach, CA" +11,471,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +11,472,239,"Portland, OR",239,"Portland, OR" +11,473,159,"Long Beach, CA",159,"Long Beach, CA" +11,474,171,"Jacksonville, FL",171,"Jacksonville, FL" +11,475,217,"New York, NY and NJ",217,"New York, NY and NJ" +11,476,159,"Long Beach, CA",159,"Long Beach, CA" +11,477,159,"Long Beach, CA",159,"Long Beach, CA" +11,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +11,479,162,"Oakland, CA",162,"Oakland, CA" +11,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +11,481,201,"Boston, MA",201,"Boston, MA" +11,482,159,"Long Beach, CA",159,"Long Beach, CA" +11,483,201,"Boston, MA",201,"Boston, MA" +11,484,229,"Wilmington, NC",229,"Wilmington, NC" +11,485,268,"Seattle, WA",268,"Seattle, WA" +11,486,159,"Long Beach, CA",159,"Long Beach, CA" +11,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +11,488,159,"Long Beach, CA",159,"Long Beach, CA" +11,489,159,"Long Beach, CA",159,"Long Beach, CA" +11,490,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +11,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +12,154,268,"Seattle, WA",268,"Seattle, WA" +12,179,159,"Long Beach, CA",159,"Long Beach, CA" +12,180,268,"Seattle, WA",268,"Seattle, WA" +12,274,268,"Seattle, WA",268,"Seattle, WA" +12,275,198,"Baltimore, MD",198,"Baltimore, MD" +12,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +12,277,241,"Philadelphia, PA",241,"Philadelphia, PA" +12,278,241,"Philadelphia, PA",241,"Philadelphia, PA" +12,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +12,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +12,281,208,"Pascagoula, MS",208,"Pascagoula, MS" +12,282,198,"Baltimore, MD",198,"Baltimore, MD" +12,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +12,284,159,"Long Beach, CA",159,"Long Beach, CA" +12,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +12,286,241,"Philadelphia, PA",241,"Philadelphia, PA" +12,287,177,"Savannah, GA",177,"Savannah, GA" +12,288,159,"Long Beach, CA",159,"Long Beach, CA" +12,289,159,"Long Beach, CA",159,"Long Beach, CA" +12,290,172,"Port Everglades, FL",172,"Port Everglades, FL" +12,291,217,"New York, NY and NJ",217,"New York, NY and NJ" +12,292,197,"Portland, ME",197,"Portland, ME" +12,293,172,"Port Everglades, FL",172,"Port Everglades, FL" +12,294,201,"Boston, MA",201,"Boston, MA" +12,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +12,296,159,"Long Beach, CA",159,"Long Beach, CA" +12,297,172,"Port Everglades, FL",172,"Port Everglades, FL" +12,298,241,"Philadelphia, PA",241,"Philadelphia, PA" +12,299,241,"Philadelphia, PA",241,"Philadelphia, PA" +12,300,152,"Mobile, AL",152,"Mobile, AL" +12,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +12,302,177,"Savannah, GA",177,"Savannah, GA" +12,303,268,"Seattle, WA",268,"Seattle, WA" +12,304,201,"Boston, MA",201,"Boston, MA" +12,305,241,"Philadelphia, PA",241,"Philadelphia, PA" +12,306,217,"New York, NY and NJ",217,"New York, NY and NJ" +12,307,197,"Portland, ME",197,"Portland, ME" +12,308,268,"Seattle, WA",268,"Seattle, WA" +12,309,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +12,310,159,"Long Beach, CA",159,"Long Beach, CA" +12,311,241,"Philadelphia, PA",241,"Philadelphia, PA" +12,312,152,"Mobile, AL",152,"Mobile, AL" +12,313,177,"Savannah, GA",177,"Savannah, GA" +12,314,223,"New York, NY and NJ",223,"New York, NY and NJ" +12,315,177,"Savannah, GA",177,"Savannah, GA" +12,316,159,"Long Beach, CA",159,"Long Beach, CA" +12,317,268,"Seattle, WA",268,"Seattle, WA" +12,318,239,"Portland, OR",239,"Portland, OR" +12,319,172,"Port Everglades, FL",172,"Port Everglades, FL" +12,320,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +12,321,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +12,322,159,"Long Beach, CA",159,"Long Beach, CA" +12,323,171,"Jacksonville, FL",171,"Jacksonville, FL" +12,324,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +12,325,245,"Charleston, SC",245,"Charleston, SC" +12,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +12,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +12,328,241,"Philadelphia, PA",241,"Philadelphia, PA" +12,329,241,"Philadelphia, PA",241,"Philadelphia, PA" +12,330,201,"Boston, MA",201,"Boston, MA" +12,331,198,"Baltimore, MD",198,"Baltimore, MD" +12,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +12,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +12,334,152,"Mobile, AL",152,"Mobile, AL" +12,335,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +12,336,195,"New Orleans, LA",195,"New Orleans, LA" +12,337,198,"Baltimore, MD",198,"Baltimore, MD" +12,338,198,"Baltimore, MD",198,"Baltimore, MD" +12,339,241,"Philadelphia, PA",241,"Philadelphia, PA" +12,340,217,"New York, NY and NJ",217,"New York, NY and NJ" +12,341,253,"Beaumont, TX",253,"Beaumont, TX" +12,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +12,343,159,"Long Beach, CA",159,"Long Beach, CA" +12,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +12,345,198,"Baltimore, MD",198,"Baltimore, MD" +12,346,152,"Mobile, AL",152,"Mobile, AL" +12,347,197,"Portland, ME",197,"Portland, ME" +12,348,223,"New York, NY and NJ",223,"New York, NY and NJ" +12,349,201,"Boston, MA",201,"Boston, MA" +12,350,217,"New York, NY and NJ",217,"New York, NY and NJ" +12,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +12,352,244,"Providence, RI",244,"Providence, RI" +12,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +12,354,241,"Philadelphia, PA",241,"Philadelphia, PA" +12,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +12,356,177,"Savannah, GA",177,"Savannah, GA" +12,357,198,"Baltimore, MD",198,"Baltimore, MD" +12,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +12,359,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +12,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +12,361,195,"New Orleans, LA",195,"New Orleans, LA" +12,362,217,"New York, NY and NJ",217,"New York, NY and NJ" +12,363,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +12,364,241,"Philadelphia, PA",241,"Philadelphia, PA" +12,365,201,"Boston, MA",201,"Boston, MA" +12,366,159,"Long Beach, CA",159,"Long Beach, CA" +12,367,159,"Long Beach, CA",159,"Long Beach, CA" +12,368,159,"Long Beach, CA",159,"Long Beach, CA" +12,369,159,"Long Beach, CA",159,"Long Beach, CA" +12,370,169,"Wilmington, DE",169,"Wilmington, DE" +12,371,269,"Longview, WA",269,"Longview, WA" +12,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +12,373,174,"Tampa, FL",174,"Tampa, FL" +12,374,159,"Long Beach, CA",159,"Long Beach, CA" +12,375,159,"Long Beach, CA",159,"Long Beach, CA" +12,376,162,"Oakland, CA",162,"Oakland, CA" +12,377,241,"Philadelphia, PA",241,"Philadelphia, PA" +12,378,172,"Port Everglades, FL",172,"Port Everglades, FL" +12,379,159,"Long Beach, CA",159,"Long Beach, CA" +12,380,159,"Long Beach, CA",159,"Long Beach, CA" +12,381,159,"Long Beach, CA",159,"Long Beach, CA" +12,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +12,383,239,"Portland, OR",239,"Portland, OR" +12,384,177,"Savannah, GA",177,"Savannah, GA" +12,385,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +12,386,169,"Wilmington, DE",169,"Wilmington, DE" +12,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +12,388,197,"Portland, ME",197,"Portland, ME" +12,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +12,390,245,"Charleston, SC",245,"Charleston, SC" +12,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +12,392,159,"Long Beach, CA",159,"Long Beach, CA" +12,393,159,"Long Beach, CA",159,"Long Beach, CA" +12,394,169,"Wilmington, DE",169,"Wilmington, DE" +12,395,169,"Wilmington, DE",169,"Wilmington, DE" +12,396,239,"Portland, OR",239,"Portland, OR" +12,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +12,398,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +12,399,253,"Beaumont, TX",253,"Beaumont, TX" +12,400,269,"Longview, WA",269,"Longview, WA" +12,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +12,402,241,"Philadelphia, PA",241,"Philadelphia, PA" +12,403,162,"Oakland, CA",162,"Oakland, CA" +12,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +12,405,174,"Tampa, FL",174,"Tampa, FL" +12,406,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +12,407,217,"New York, NY and NJ",217,"New York, NY and NJ" +12,408,268,"Seattle, WA",268,"Seattle, WA" +12,409,197,"Portland, ME",197,"Portland, ME" +12,410,159,"Long Beach, CA",159,"Long Beach, CA" +12,411,162,"Oakland, CA",162,"Oakland, CA" +12,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +12,413,162,"Oakland, CA",162,"Oakland, CA" +12,414,195,"New Orleans, LA",195,"New Orleans, LA" +12,415,217,"New York, NY and NJ",217,"New York, NY and NJ" +12,416,229,"Wilmington, NC",229,"Wilmington, NC" +12,417,239,"Portland, OR",239,"Portland, OR" +12,418,268,"Seattle, WA",268,"Seattle, WA" +12,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +12,420,159,"Long Beach, CA",159,"Long Beach, CA" +12,421,159,"Long Beach, CA",159,"Long Beach, CA" +12,422,239,"Portland, OR",239,"Portland, OR" +12,423,159,"Long Beach, CA",159,"Long Beach, CA" +12,424,195,"New Orleans, LA",195,"New Orleans, LA" +12,425,159,"Long Beach, CA",159,"Long Beach, CA" +12,426,195,"New Orleans, LA",195,"New Orleans, LA" +12,427,257,"Houston, TX",257,"Houston, TX" +12,428,269,"Longview, WA",269,"Longview, WA" +12,429,152,"Mobile, AL",152,"Mobile, AL" +12,430,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +12,431,201,"Boston, MA",201,"Boston, MA" +12,432,159,"Long Beach, CA",159,"Long Beach, CA" +12,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +12,434,201,"Boston, MA",201,"Boston, MA" +12,435,217,"New York, NY and NJ",217,"New York, NY and NJ" +12,436,245,"Charleston, SC",245,"Charleston, SC" +12,437,197,"Portland, ME",197,"Portland, ME" +12,438,172,"Port Everglades, FL",172,"Port Everglades, FL" +12,439,174,"Tampa, FL",174,"Tampa, FL" +12,440,229,"Wilmington, NC",229,"Wilmington, NC" +12,441,268,"Seattle, WA",268,"Seattle, WA" +12,442,241,"Philadelphia, PA",241,"Philadelphia, PA" +12,443,217,"New York, NY and NJ",217,"New York, NY and NJ" +12,444,159,"Long Beach, CA",159,"Long Beach, CA" +12,445,217,"New York, NY and NJ",217,"New York, NY and NJ" +12,446,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +12,447,217,"New York, NY and NJ",217,"New York, NY and NJ" +12,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +12,449,268,"Seattle, WA",268,"Seattle, WA" +12,450,229,"Wilmington, NC",229,"Wilmington, NC" +12,451,217,"New York, NY and NJ",217,"New York, NY and NJ" +12,452,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +12,453,159,"Long Beach, CA",159,"Long Beach, CA" +12,454,223,"New York, NY and NJ",223,"New York, NY and NJ" +12,455,177,"Savannah, GA",177,"Savannah, GA" +12,456,159,"Long Beach, CA",159,"Long Beach, CA" +12,457,244,"Providence, RI",244,"Providence, RI" +12,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +12,459,159,"Long Beach, CA",159,"Long Beach, CA" +12,460,197,"Portland, ME",197,"Portland, ME" +12,461,229,"Wilmington, NC",229,"Wilmington, NC" +12,462,241,"Philadelphia, PA",241,"Philadelphia, PA" +12,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +12,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +12,465,239,"Portland, OR",239,"Portland, OR" +12,466,269,"Longview, WA",269,"Longview, WA" +12,467,245,"Charleston, SC",245,"Charleston, SC" +12,468,269,"Longview, WA",269,"Longview, WA" +12,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +12,470,162,"Oakland, CA",162,"Oakland, CA" +12,471,198,"Baltimore, MD",198,"Baltimore, MD" +12,472,269,"Longview, WA",269,"Longview, WA" +12,473,239,"Portland, OR",239,"Portland, OR" +12,474,245,"Charleston, SC",245,"Charleston, SC" +12,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +12,476,268,"Seattle, WA",268,"Seattle, WA" +12,477,162,"Oakland, CA",162,"Oakland, CA" +12,478,171,"Jacksonville, FL",171,"Jacksonville, FL" +12,479,268,"Seattle, WA",268,"Seattle, WA" +12,480,197,"Portland, ME",197,"Portland, ME" +12,481,241,"Philadelphia, PA",241,"Philadelphia, PA" +12,482,172,"Port Everglades, FL",172,"Port Everglades, FL" +12,483,223,"New York, NY and NJ",223,"New York, NY and NJ" +12,484,177,"Savannah, GA",177,"Savannah, GA" +12,485,162,"Oakland, CA",162,"Oakland, CA" +12,486,268,"Seattle, WA",268,"Seattle, WA" +12,487,174,"Tampa, FL",174,"Tampa, FL" +12,488,159,"Long Beach, CA",159,"Long Beach, CA" +12,489,162,"Oakland, CA",162,"Oakland, CA" +12,490,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +12,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +13,154,159,"Long Beach, CA",159,"Long Beach, CA" +13,179,159,"Long Beach, CA",159,"Long Beach, CA" +13,180,268,"Seattle, WA",268,"Seattle, WA" +13,274,159,"Long Beach, CA",159,"Long Beach, CA" +13,275,197,"Portland, ME",197,"Portland, ME" +13,276,197,"Portland, ME",197,"Portland, ME" +13,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +13,278,244,"Providence, RI",244,"Providence, RI" +13,279,245,"Charleston, SC",245,"Charleston, SC" +13,280,177,"Savannah, GA",177,"Savannah, GA" +13,281,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +13,282,217,"New York, NY and NJ",217,"New York, NY and NJ" +13,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +13,284,268,"Seattle, WA",268,"Seattle, WA" +13,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +13,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +13,287,174,"Tampa, FL",174,"Tampa, FL" +13,288,268,"Seattle, WA",268,"Seattle, WA" +13,289,159,"Long Beach, CA",159,"Long Beach, CA" +13,290,174,"Tampa, FL",174,"Tampa, FL" +13,291,198,"Baltimore, MD",198,"Baltimore, MD" +13,292,198,"Baltimore, MD",198,"Baltimore, MD" +13,293,195,"New Orleans, LA",195,"New Orleans, LA" +13,294,198,"Baltimore, MD",198,"Baltimore, MD" +13,295,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +13,296,162,"Oakland, CA",162,"Oakland, CA" +13,297,152,"Mobile, AL",152,"Mobile, AL" +13,298,169,"Wilmington, DE",169,"Wilmington, DE" +13,299,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +13,300,177,"Savannah, GA",177,"Savannah, GA" +13,301,198,"Baltimore, MD",198,"Baltimore, MD" +13,302,174,"Tampa, FL",174,"Tampa, FL" +13,303,239,"Portland, OR",239,"Portland, OR" +13,304,198,"Baltimore, MD",198,"Baltimore, MD" +13,305,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +13,306,223,"New York, NY and NJ",223,"New York, NY and NJ" +13,307,198,"Baltimore, MD",198,"Baltimore, MD" +13,308,159,"Long Beach, CA",159,"Long Beach, CA" +13,309,223,"New York, NY and NJ",223,"New York, NY and NJ" +13,310,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +13,311,217,"New York, NY and NJ",217,"New York, NY and NJ" +13,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +13,313,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +13,314,197,"Portland, ME",197,"Portland, ME" +13,315,152,"Mobile, AL",152,"Mobile, AL" +13,316,159,"Long Beach, CA",159,"Long Beach, CA" +13,317,239,"Portland, OR",239,"Portland, OR" +13,318,159,"Long Beach, CA",159,"Long Beach, CA" +13,319,195,"New Orleans, LA",195,"New Orleans, LA" +13,320,244,"Providence, RI",244,"Providence, RI" +13,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +13,322,162,"Oakland, CA",162,"Oakland, CA" +13,323,194,"Lake Charles, LA",194,"Lake Charles, LA" +13,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +13,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +13,326,245,"Charleston, SC",245,"Charleston, SC" +13,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +13,328,197,"Portland, ME",197,"Portland, ME" +13,329,201,"Boston, MA",201,"Boston, MA" +13,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +13,331,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +13,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +13,333,177,"Savannah, GA",177,"Savannah, GA" +13,334,172,"Port Everglades, FL",172,"Port Everglades, FL" +13,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +13,336,177,"Savannah, GA",177,"Savannah, GA" +13,337,201,"Boston, MA",201,"Boston, MA" +13,338,201,"Boston, MA",201,"Boston, MA" +13,339,198,"Baltimore, MD",198,"Baltimore, MD" +13,340,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +13,341,253,"Beaumont, TX",253,"Beaumont, TX" +13,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +13,343,162,"Oakland, CA",162,"Oakland, CA" +13,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +13,345,198,"Baltimore, MD",198,"Baltimore, MD" +13,346,223,"New York, NY and NJ",223,"New York, NY and NJ" +13,347,245,"Charleston, SC",245,"Charleston, SC" +13,348,223,"New York, NY and NJ",223,"New York, NY and NJ" +13,349,201,"Boston, MA",201,"Boston, MA" +13,350,197,"Portland, ME",197,"Portland, ME" +13,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +13,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +13,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +13,354,241,"Philadelphia, PA",241,"Philadelphia, PA" +13,355,174,"Tampa, FL",174,"Tampa, FL" +13,356,257,"Houston, TX",257,"Houston, TX" +13,357,241,"Philadelphia, PA",241,"Philadelphia, PA" +13,358,241,"Philadelphia, PA",241,"Philadelphia, PA" +13,359,177,"Savannah, GA",177,"Savannah, GA" +13,360,171,"Jacksonville, FL",171,"Jacksonville, FL" +13,361,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +13,362,217,"New York, NY and NJ",217,"New York, NY and NJ" +13,363,253,"Beaumont, TX",253,"Beaumont, TX" +13,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +13,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +13,366,268,"Seattle, WA",268,"Seattle, WA" +13,367,159,"Long Beach, CA",159,"Long Beach, CA" +13,368,159,"Long Beach, CA",159,"Long Beach, CA" +13,369,159,"Long Beach, CA",159,"Long Beach, CA" +13,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +13,371,159,"Long Beach, CA",159,"Long Beach, CA" +13,372,223,"New York, NY and NJ",223,"New York, NY and NJ" +13,373,177,"Savannah, GA",177,"Savannah, GA" +13,374,239,"Portland, OR",239,"Portland, OR" +13,375,269,"Longview, WA",269,"Longview, WA" +13,376,159,"Long Beach, CA",159,"Long Beach, CA" +13,377,197,"Portland, ME",197,"Portland, ME" +13,378,174,"Tampa, FL",174,"Tampa, FL" +13,379,268,"Seattle, WA",268,"Seattle, WA" +13,380,239,"Portland, OR",239,"Portland, OR" +13,381,159,"Long Beach, CA",159,"Long Beach, CA" +13,382,198,"Baltimore, MD",198,"Baltimore, MD" +13,383,268,"Seattle, WA",268,"Seattle, WA" +13,384,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +13,385,217,"New York, NY and NJ",217,"New York, NY and NJ" +13,386,197,"Portland, ME",197,"Portland, ME" +13,387,197,"Portland, ME",197,"Portland, ME" +13,388,198,"Baltimore, MD",198,"Baltimore, MD" +13,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +13,390,241,"Philadelphia, PA",241,"Philadelphia, PA" +13,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +13,392,268,"Seattle, WA",268,"Seattle, WA" +13,393,159,"Long Beach, CA",159,"Long Beach, CA" +13,394,197,"Portland, ME",197,"Portland, ME" +13,395,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +13,396,159,"Long Beach, CA",159,"Long Beach, CA" +13,397,198,"Baltimore, MD",198,"Baltimore, MD" +13,398,201,"Boston, MA",201,"Boston, MA" +13,399,257,"Houston, TX",257,"Houston, TX" +13,400,162,"Oakland, CA",162,"Oakland, CA" +13,401,201,"Boston, MA",201,"Boston, MA" +13,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +13,403,268,"Seattle, WA",268,"Seattle, WA" +13,404,201,"Boston, MA",201,"Boston, MA" +13,405,172,"Port Everglades, FL",172,"Port Everglades, FL" +13,406,169,"Wilmington, DE",169,"Wilmington, DE" +13,407,198,"Baltimore, MD",198,"Baltimore, MD" +13,408,159,"Long Beach, CA",159,"Long Beach, CA" +13,409,223,"New York, NY and NJ",223,"New York, NY and NJ" +13,410,268,"Seattle, WA",268,"Seattle, WA" +13,411,268,"Seattle, WA",268,"Seattle, WA" +13,412,201,"Boston, MA",201,"Boston, MA" +13,413,159,"Long Beach, CA",159,"Long Beach, CA" +13,414,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +13,415,217,"New York, NY and NJ",217,"New York, NY and NJ" +13,416,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +13,417,159,"Long Beach, CA",159,"Long Beach, CA" +13,418,159,"Long Beach, CA",159,"Long Beach, CA" +13,419,197,"Portland, ME",197,"Portland, ME" +13,420,268,"Seattle, WA",268,"Seattle, WA" +13,421,159,"Long Beach, CA",159,"Long Beach, CA" +13,422,239,"Portland, OR",239,"Portland, OR" +13,423,268,"Seattle, WA",268,"Seattle, WA" +13,424,195,"New Orleans, LA",195,"New Orleans, LA" +13,425,269,"Longview, WA",269,"Longview, WA" +13,426,208,"Pascagoula, MS",208,"Pascagoula, MS" +13,427,177,"Savannah, GA",177,"Savannah, GA" +13,428,239,"Portland, OR",239,"Portland, OR" +13,429,159,"Long Beach, CA",159,"Long Beach, CA" +13,430,201,"Boston, MA",201,"Boston, MA" +13,431,201,"Boston, MA",201,"Boston, MA" +13,432,159,"Long Beach, CA",159,"Long Beach, CA" +13,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +13,434,197,"Portland, ME",197,"Portland, ME" +13,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +13,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +13,437,223,"New York, NY and NJ",223,"New York, NY and NJ" +13,438,174,"Tampa, FL",174,"Tampa, FL" +13,439,245,"Charleston, SC",245,"Charleston, SC" +13,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +13,441,159,"Long Beach, CA",159,"Long Beach, CA" +13,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +13,443,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +13,444,239,"Portland, OR",239,"Portland, OR" +13,445,198,"Baltimore, MD",198,"Baltimore, MD" +13,446,217,"New York, NY and NJ",217,"New York, NY and NJ" +13,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +13,448,197,"Portland, ME",197,"Portland, ME" +13,449,159,"Long Beach, CA",159,"Long Beach, CA" +13,450,177,"Savannah, GA",177,"Savannah, GA" +13,451,198,"Baltimore, MD",198,"Baltimore, MD" +13,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +13,453,159,"Long Beach, CA",159,"Long Beach, CA" +13,454,198,"Baltimore, MD",198,"Baltimore, MD" +13,455,198,"Baltimore, MD",198,"Baltimore, MD" +13,456,159,"Long Beach, CA",159,"Long Beach, CA" +13,457,223,"New York, NY and NJ",223,"New York, NY and NJ" +13,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +13,459,268,"Seattle, WA",268,"Seattle, WA" +13,460,217,"New York, NY and NJ",217,"New York, NY and NJ" +13,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +13,462,223,"New York, NY and NJ",223,"New York, NY and NJ" +13,463,217,"New York, NY and NJ",217,"New York, NY and NJ" +13,464,241,"Philadelphia, PA",241,"Philadelphia, PA" +13,465,159,"Long Beach, CA",159,"Long Beach, CA" +13,466,159,"Long Beach, CA",159,"Long Beach, CA" +13,467,197,"Portland, ME",197,"Portland, ME" +13,468,159,"Long Beach, CA",159,"Long Beach, CA" +13,469,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +13,470,268,"Seattle, WA",268,"Seattle, WA" +13,471,169,"Wilmington, DE",169,"Wilmington, DE" +13,472,162,"Oakland, CA",162,"Oakland, CA" +13,473,159,"Long Beach, CA",159,"Long Beach, CA" +13,474,171,"Jacksonville, FL",171,"Jacksonville, FL" +13,475,217,"New York, NY and NJ",217,"New York, NY and NJ" +13,476,162,"Oakland, CA",162,"Oakland, CA" +13,477,159,"Long Beach, CA",159,"Long Beach, CA" +13,478,245,"Charleston, SC",245,"Charleston, SC" +13,479,159,"Long Beach, CA",159,"Long Beach, CA" +13,480,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +13,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +13,482,159,"Long Beach, CA",159,"Long Beach, CA" +13,483,241,"Philadelphia, PA",241,"Philadelphia, PA" +13,484,195,"New Orleans, LA",195,"New Orleans, LA" +13,485,159,"Long Beach, CA",159,"Long Beach, CA" +13,486,162,"Oakland, CA",162,"Oakland, CA" +13,487,177,"Savannah, GA",177,"Savannah, GA" +13,488,159,"Long Beach, CA",159,"Long Beach, CA" +13,489,239,"Portland, OR",239,"Portland, OR" +13,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +13,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +14,154,159,"Long Beach, CA",159,"Long Beach, CA" +14,179,162,"Oakland, CA",162,"Oakland, CA" +14,180,159,"Long Beach, CA",159,"Long Beach, CA" +14,274,159,"Long Beach, CA",159,"Long Beach, CA" +14,275,201,"Boston, MA",201,"Boston, MA" +14,276,244,"Providence, RI",244,"Providence, RI" +14,277,169,"Wilmington, DE",169,"Wilmington, DE" +14,278,217,"New York, NY and NJ",217,"New York, NY and NJ" +14,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +14,280,174,"Tampa, FL",174,"Tampa, FL" +14,281,177,"Savannah, GA",177,"Savannah, GA" +14,282,241,"Philadelphia, PA",241,"Philadelphia, PA" +14,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +14,284,268,"Seattle, WA",268,"Seattle, WA" +14,285,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +14,286,201,"Boston, MA",201,"Boston, MA" +14,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +14,288,162,"Oakland, CA",162,"Oakland, CA" +14,289,159,"Long Beach, CA",159,"Long Beach, CA" +14,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +14,291,198,"Baltimore, MD",198,"Baltimore, MD" +14,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +14,293,152,"Mobile, AL",152,"Mobile, AL" +14,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +14,295,241,"Philadelphia, PA",241,"Philadelphia, PA" +14,296,239,"Portland, OR",239,"Portland, OR" +14,297,195,"New Orleans, LA",195,"New Orleans, LA" +14,298,241,"Philadelphia, PA",241,"Philadelphia, PA" +14,299,241,"Philadelphia, PA",241,"Philadelphia, PA" +14,300,195,"New Orleans, LA",195,"New Orleans, LA" +14,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +14,302,177,"Savannah, GA",177,"Savannah, GA" +14,303,159,"Long Beach, CA",159,"Long Beach, CA" +14,304,197,"Portland, ME",197,"Portland, ME" +14,305,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +14,306,241,"Philadelphia, PA",241,"Philadelphia, PA" +14,307,198,"Baltimore, MD",198,"Baltimore, MD" +14,308,268,"Seattle, WA",268,"Seattle, WA" +14,309,223,"New York, NY and NJ",223,"New York, NY and NJ" +14,310,195,"New Orleans, LA",195,"New Orleans, LA" +14,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +14,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +14,313,217,"New York, NY and NJ",217,"New York, NY and NJ" +14,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +14,315,195,"New Orleans, LA",195,"New Orleans, LA" +14,316,159,"Long Beach, CA",159,"Long Beach, CA" +14,317,159,"Long Beach, CA",159,"Long Beach, CA" +14,318,162,"Oakland, CA",162,"Oakland, CA" +14,319,174,"Tampa, FL",174,"Tampa, FL" +14,320,198,"Baltimore, MD",198,"Baltimore, MD" +14,321,197,"Portland, ME",197,"Portland, ME" +14,322,159,"Long Beach, CA",159,"Long Beach, CA" +14,323,195,"New Orleans, LA",195,"New Orleans, LA" +14,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +14,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +14,326,245,"Charleston, SC",245,"Charleston, SC" +14,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +14,328,217,"New York, NY and NJ",217,"New York, NY and NJ" +14,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +14,330,217,"New York, NY and NJ",217,"New York, NY and NJ" +14,331,223,"New York, NY and NJ",223,"New York, NY and NJ" +14,332,245,"Charleston, SC",245,"Charleston, SC" +14,333,245,"Charleston, SC",245,"Charleston, SC" +14,334,174,"Tampa, FL",174,"Tampa, FL" +14,335,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +14,336,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +14,337,217,"New York, NY and NJ",217,"New York, NY and NJ" +14,338,217,"New York, NY and NJ",217,"New York, NY and NJ" +14,339,241,"Philadelphia, PA",241,"Philadelphia, PA" +14,340,244,"Providence, RI",244,"Providence, RI" +14,341,195,"New Orleans, LA",195,"New Orleans, LA" +14,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +14,343,268,"Seattle, WA",268,"Seattle, WA" +14,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +14,345,197,"Portland, ME",197,"Portland, ME" +14,346,195,"New Orleans, LA",195,"New Orleans, LA" +14,347,198,"Baltimore, MD",198,"Baltimore, MD" +14,348,201,"Boston, MA",201,"Boston, MA" +14,349,244,"Providence, RI",244,"Providence, RI" +14,350,201,"Boston, MA",201,"Boston, MA" +14,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +14,352,201,"Boston, MA",201,"Boston, MA" +14,353,201,"Boston, MA",201,"Boston, MA" +14,354,198,"Baltimore, MD",198,"Baltimore, MD" +14,355,245,"Charleston, SC",245,"Charleston, SC" +14,356,253,"Beaumont, TX",253,"Beaumont, TX" +14,357,241,"Philadelphia, PA",241,"Philadelphia, PA" +14,358,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +14,359,174,"Tampa, FL",174,"Tampa, FL" +14,360,245,"Charleston, SC",245,"Charleston, SC" +14,361,177,"Savannah, GA",177,"Savannah, GA" +14,362,198,"Baltimore, MD",198,"Baltimore, MD" +14,363,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +14,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +14,365,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +14,366,162,"Oakland, CA",162,"Oakland, CA" +14,367,162,"Oakland, CA",162,"Oakland, CA" +14,368,159,"Long Beach, CA",159,"Long Beach, CA" +14,369,159,"Long Beach, CA",159,"Long Beach, CA" +14,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +14,371,162,"Oakland, CA",162,"Oakland, CA" +14,372,197,"Portland, ME",197,"Portland, ME" +14,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +14,374,239,"Portland, OR",239,"Portland, OR" +14,375,162,"Oakland, CA",162,"Oakland, CA" +14,376,159,"Long Beach, CA",159,"Long Beach, CA" +14,377,223,"New York, NY and NJ",223,"New York, NY and NJ" +14,378,177,"Savannah, GA",177,"Savannah, GA" +14,379,159,"Long Beach, CA",159,"Long Beach, CA" +14,380,159,"Long Beach, CA",159,"Long Beach, CA" +14,381,159,"Long Beach, CA",159,"Long Beach, CA" +14,382,241,"Philadelphia, PA",241,"Philadelphia, PA" +14,383,239,"Portland, OR",239,"Portland, OR" +14,384,217,"New York, NY and NJ",217,"New York, NY and NJ" +14,385,223,"New York, NY and NJ",223,"New York, NY and NJ" +14,386,223,"New York, NY and NJ",223,"New York, NY and NJ" +14,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +14,388,241,"Philadelphia, PA",241,"Philadelphia, PA" +14,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +14,390,241,"Philadelphia, PA",241,"Philadelphia, PA" +14,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +14,392,159,"Long Beach, CA",159,"Long Beach, CA" +14,393,268,"Seattle, WA",268,"Seattle, WA" +14,394,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +14,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +14,396,269,"Longview, WA",269,"Longview, WA" +14,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +14,398,198,"Baltimore, MD",198,"Baltimore, MD" +14,399,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +14,400,162,"Oakland, CA",162,"Oakland, CA" +14,401,241,"Philadelphia, PA",241,"Philadelphia, PA" +14,402,198,"Baltimore, MD",198,"Baltimore, MD" +14,403,159,"Long Beach, CA",159,"Long Beach, CA" +14,404,217,"New York, NY and NJ",217,"New York, NY and NJ" +14,405,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +14,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +14,407,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +14,408,159,"Long Beach, CA",159,"Long Beach, CA" +14,409,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +14,410,159,"Long Beach, CA",159,"Long Beach, CA" +14,411,159,"Long Beach, CA",159,"Long Beach, CA" +14,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +14,413,268,"Seattle, WA",268,"Seattle, WA" +14,414,177,"Savannah, GA",177,"Savannah, GA" +14,415,198,"Baltimore, MD",198,"Baltimore, MD" +14,416,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +14,417,159,"Long Beach, CA",159,"Long Beach, CA" +14,418,159,"Long Beach, CA",159,"Long Beach, CA" +14,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +14,420,159,"Long Beach, CA",159,"Long Beach, CA" +14,421,159,"Long Beach, CA",159,"Long Beach, CA" +14,422,159,"Long Beach, CA",159,"Long Beach, CA" +14,423,159,"Long Beach, CA",159,"Long Beach, CA" +14,424,171,"Jacksonville, FL",171,"Jacksonville, FL" +14,425,239,"Portland, OR",239,"Portland, OR" +14,426,195,"New Orleans, LA",195,"New Orleans, LA" +14,427,195,"New Orleans, LA",195,"New Orleans, LA" +14,428,159,"Long Beach, CA",159,"Long Beach, CA" +14,429,159,"Long Beach, CA",159,"Long Beach, CA" +14,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +14,431,241,"Philadelphia, PA",241,"Philadelphia, PA" +14,432,268,"Seattle, WA",268,"Seattle, WA" +14,433,197,"Portland, ME",197,"Portland, ME" +14,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +14,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +14,436,217,"New York, NY and NJ",217,"New York, NY and NJ" +14,437,217,"New York, NY and NJ",217,"New York, NY and NJ" +14,438,177,"Savannah, GA",177,"Savannah, GA" +14,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +14,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +14,441,159,"Long Beach, CA",159,"Long Beach, CA" +14,442,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +14,443,241,"Philadelphia, PA",241,"Philadelphia, PA" +14,444,159,"Long Beach, CA",159,"Long Beach, CA" +14,445,217,"New York, NY and NJ",217,"New York, NY and NJ" +14,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +14,447,197,"Portland, ME",197,"Portland, ME" +14,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +14,449,159,"Long Beach, CA",159,"Long Beach, CA" +14,450,172,"Port Everglades, FL",172,"Port Everglades, FL" +14,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +14,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +14,453,268,"Seattle, WA",268,"Seattle, WA" +14,454,244,"Providence, RI",244,"Providence, RI" +14,455,201,"Boston, MA",201,"Boston, MA" +14,456,159,"Long Beach, CA",159,"Long Beach, CA" +14,457,217,"New York, NY and NJ",217,"New York, NY and NJ" +14,458,244,"Providence, RI",244,"Providence, RI" +14,459,159,"Long Beach, CA",159,"Long Beach, CA" +14,460,217,"New York, NY and NJ",217,"New York, NY and NJ" +14,461,178,"Brunswick, GA",178,"Brunswick, GA" +14,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +14,463,197,"Portland, ME",197,"Portland, ME" +14,464,241,"Philadelphia, PA",241,"Philadelphia, PA" +14,465,162,"Oakland, CA",162,"Oakland, CA" +14,466,162,"Oakland, CA",162,"Oakland, CA" +14,467,198,"Baltimore, MD",198,"Baltimore, MD" +14,468,159,"Long Beach, CA",159,"Long Beach, CA" +14,469,197,"Portland, ME",197,"Portland, ME" +14,470,162,"Oakland, CA",162,"Oakland, CA" +14,471,223,"New York, NY and NJ",223,"New York, NY and NJ" +14,472,159,"Long Beach, CA",159,"Long Beach, CA" +14,473,159,"Long Beach, CA",159,"Long Beach, CA" +14,474,178,"Brunswick, GA",178,"Brunswick, GA" +14,475,217,"New York, NY and NJ",217,"New York, NY and NJ" +14,476,268,"Seattle, WA",268,"Seattle, WA" +14,477,268,"Seattle, WA",268,"Seattle, WA" +14,478,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +14,479,159,"Long Beach, CA",159,"Long Beach, CA" +14,480,197,"Portland, ME",197,"Portland, ME" +14,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +14,482,269,"Longview, WA",269,"Longview, WA" +14,483,201,"Boston, MA",201,"Boston, MA" +14,484,245,"Charleston, SC",245,"Charleston, SC" +14,485,162,"Oakland, CA",162,"Oakland, CA" +14,486,162,"Oakland, CA",162,"Oakland, CA" +14,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +14,488,159,"Long Beach, CA",159,"Long Beach, CA" +14,489,159,"Long Beach, CA",159,"Long Beach, CA" +14,490,197,"Portland, ME",197,"Portland, ME" +14,491,217,"New York, NY and NJ",217,"New York, NY and NJ" +15,154,268,"Seattle, WA",268,"Seattle, WA" +15,179,239,"Portland, OR",239,"Portland, OR" +15,180,159,"Long Beach, CA",159,"Long Beach, CA" +15,274,268,"Seattle, WA",268,"Seattle, WA" +15,275,197,"Portland, ME",197,"Portland, ME" +15,276,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +15,277,241,"Philadelphia, PA",241,"Philadelphia, PA" +15,278,223,"New York, NY and NJ",223,"New York, NY and NJ" +15,279,245,"Charleston, SC",245,"Charleston, SC" +15,280,245,"Charleston, SC",245,"Charleston, SC" +15,281,195,"New Orleans, LA",195,"New Orleans, LA" +15,282,217,"New York, NY and NJ",217,"New York, NY and NJ" +15,283,174,"Tampa, FL",174,"Tampa, FL" +15,284,162,"Oakland, CA",162,"Oakland, CA" +15,285,244,"Providence, RI",244,"Providence, RI" +15,286,198,"Baltimore, MD",198,"Baltimore, MD" +15,287,174,"Tampa, FL",174,"Tampa, FL" +15,288,159,"Long Beach, CA",159,"Long Beach, CA" +15,289,269,"Longview, WA",269,"Longview, WA" +15,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +15,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +15,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +15,293,195,"New Orleans, LA",195,"New Orleans, LA" +15,294,241,"Philadelphia, PA",241,"Philadelphia, PA" +15,295,223,"New York, NY and NJ",223,"New York, NY and NJ" +15,296,162,"Oakland, CA",162,"Oakland, CA" +15,297,195,"New Orleans, LA",195,"New Orleans, LA" +15,298,241,"Philadelphia, PA",241,"Philadelphia, PA" +15,299,169,"Wilmington, DE",169,"Wilmington, DE" +15,300,152,"Mobile, AL",152,"Mobile, AL" +15,301,217,"New York, NY and NJ",217,"New York, NY and NJ" +15,302,177,"Savannah, GA",177,"Savannah, GA" +15,303,159,"Long Beach, CA",159,"Long Beach, CA" +15,304,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +15,305,198,"Baltimore, MD",198,"Baltimore, MD" +15,306,198,"Baltimore, MD",198,"Baltimore, MD" +15,307,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +15,308,159,"Long Beach, CA",159,"Long Beach, CA" +15,309,223,"New York, NY and NJ",223,"New York, NY and NJ" +15,310,223,"New York, NY and NJ",223,"New York, NY and NJ" +15,311,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +15,312,152,"Mobile, AL",152,"Mobile, AL" +15,313,198,"Baltimore, MD",198,"Baltimore, MD" +15,314,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +15,315,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +15,316,159,"Long Beach, CA",159,"Long Beach, CA" +15,317,159,"Long Beach, CA",159,"Long Beach, CA" +15,318,268,"Seattle, WA",268,"Seattle, WA" +15,319,195,"New Orleans, LA",195,"New Orleans, LA" +15,320,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +15,321,201,"Boston, MA",201,"Boston, MA" +15,322,159,"Long Beach, CA",159,"Long Beach, CA" +15,323,257,"Houston, TX",257,"Houston, TX" +15,324,241,"Philadelphia, PA",241,"Philadelphia, PA" +15,325,171,"Jacksonville, FL",171,"Jacksonville, FL" +15,326,177,"Savannah, GA",177,"Savannah, GA" +15,327,244,"Providence, RI",244,"Providence, RI" +15,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +15,329,223,"New York, NY and NJ",223,"New York, NY and NJ" +15,330,197,"Portland, ME",197,"Portland, ME" +15,331,241,"Philadelphia, PA",241,"Philadelphia, PA" +15,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +15,333,177,"Savannah, GA",177,"Savannah, GA" +15,334,174,"Tampa, FL",174,"Tampa, FL" +15,335,223,"New York, NY and NJ",223,"New York, NY and NJ" +15,336,174,"Tampa, FL",174,"Tampa, FL" +15,337,198,"Baltimore, MD",198,"Baltimore, MD" +15,338,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +15,339,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +15,340,223,"New York, NY and NJ",223,"New York, NY and NJ" +15,341,195,"New Orleans, LA",195,"New Orleans, LA" +15,342,197,"Portland, ME",197,"Portland, ME" +15,343,159,"Long Beach, CA",159,"Long Beach, CA" +15,344,241,"Philadelphia, PA",241,"Philadelphia, PA" +15,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +15,346,245,"Charleston, SC",245,"Charleston, SC" +15,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +15,348,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +15,349,241,"Philadelphia, PA",241,"Philadelphia, PA" +15,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +15,351,201,"Boston, MA",201,"Boston, MA" +15,352,217,"New York, NY and NJ",217,"New York, NY and NJ" +15,353,241,"Philadelphia, PA",241,"Philadelphia, PA" +15,354,197,"Portland, ME",197,"Portland, ME" +15,355,177,"Savannah, GA",177,"Savannah, GA" +15,356,257,"Houston, TX",257,"Houston, TX" +15,357,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +15,358,201,"Boston, MA",201,"Boston, MA" +15,359,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +15,360,174,"Tampa, FL",174,"Tampa, FL" +15,361,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +15,362,217,"New York, NY and NJ",217,"New York, NY and NJ" +15,363,195,"New Orleans, LA",195,"New Orleans, LA" +15,364,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +15,365,201,"Boston, MA",201,"Boston, MA" +15,366,159,"Long Beach, CA",159,"Long Beach, CA" +15,367,239,"Portland, OR",239,"Portland, OR" +15,368,162,"Oakland, CA",162,"Oakland, CA" +15,369,159,"Long Beach, CA",159,"Long Beach, CA" +15,370,198,"Baltimore, MD",198,"Baltimore, MD" +15,371,159,"Long Beach, CA",159,"Long Beach, CA" +15,372,244,"Providence, RI",244,"Providence, RI" +15,373,177,"Savannah, GA",177,"Savannah, GA" +15,374,159,"Long Beach, CA",159,"Long Beach, CA" +15,375,268,"Seattle, WA",268,"Seattle, WA" +15,376,159,"Long Beach, CA",159,"Long Beach, CA" +15,377,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +15,378,195,"New Orleans, LA",195,"New Orleans, LA" +15,379,159,"Long Beach, CA",159,"Long Beach, CA" +15,380,268,"Seattle, WA",268,"Seattle, WA" +15,381,159,"Long Beach, CA",159,"Long Beach, CA" +15,382,201,"Boston, MA",201,"Boston, MA" +15,383,159,"Long Beach, CA",159,"Long Beach, CA" +15,384,229,"Wilmington, NC",229,"Wilmington, NC" +15,385,223,"New York, NY and NJ",223,"New York, NY and NJ" +15,386,223,"New York, NY and NJ",223,"New York, NY and NJ" +15,387,198,"Baltimore, MD",198,"Baltimore, MD" +15,388,169,"Wilmington, DE",169,"Wilmington, DE" +15,389,198,"Baltimore, MD",198,"Baltimore, MD" +15,390,198,"Baltimore, MD",198,"Baltimore, MD" +15,391,198,"Baltimore, MD",198,"Baltimore, MD" +15,392,159,"Long Beach, CA",159,"Long Beach, CA" +15,393,159,"Long Beach, CA",159,"Long Beach, CA" +15,394,223,"New York, NY and NJ",223,"New York, NY and NJ" +15,395,244,"Providence, RI",244,"Providence, RI" +15,396,162,"Oakland, CA",162,"Oakland, CA" +15,397,169,"Wilmington, DE",169,"Wilmington, DE" +15,398,223,"New York, NY and NJ",223,"New York, NY and NJ" +15,399,257,"Houston, TX",257,"Houston, TX" +15,400,159,"Long Beach, CA",159,"Long Beach, CA" +15,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +15,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +15,403,239,"Portland, OR",239,"Portland, OR" +15,404,201,"Boston, MA",201,"Boston, MA" +15,405,172,"Port Everglades, FL",172,"Port Everglades, FL" +15,406,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +15,407,217,"New York, NY and NJ",217,"New York, NY and NJ" +15,408,268,"Seattle, WA",268,"Seattle, WA" +15,409,172,"Port Everglades, FL",172,"Port Everglades, FL" +15,410,159,"Long Beach, CA",159,"Long Beach, CA" +15,411,159,"Long Beach, CA",159,"Long Beach, CA" +15,412,217,"New York, NY and NJ",217,"New York, NY and NJ" +15,413,162,"Oakland, CA",162,"Oakland, CA" +15,414,177,"Savannah, GA",177,"Savannah, GA" +15,415,217,"New York, NY and NJ",217,"New York, NY and NJ" +15,416,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +15,417,159,"Long Beach, CA",159,"Long Beach, CA" +15,418,269,"Longview, WA",269,"Longview, WA" +15,419,241,"Philadelphia, PA",241,"Philadelphia, PA" +15,420,162,"Oakland, CA",162,"Oakland, CA" +15,421,269,"Longview, WA",269,"Longview, WA" +15,422,159,"Long Beach, CA",159,"Long Beach, CA" +15,423,159,"Long Beach, CA",159,"Long Beach, CA" +15,424,195,"New Orleans, LA",195,"New Orleans, LA" +15,425,162,"Oakland, CA",162,"Oakland, CA" +15,426,195,"New Orleans, LA",195,"New Orleans, LA" +15,427,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +15,428,268,"Seattle, WA",268,"Seattle, WA" +15,429,159,"Long Beach, CA",159,"Long Beach, CA" +15,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +15,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +15,432,268,"Seattle, WA",268,"Seattle, WA" +15,433,244,"Providence, RI",244,"Providence, RI" +15,434,197,"Portland, ME",197,"Portland, ME" +15,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +15,436,217,"New York, NY and NJ",217,"New York, NY and NJ" +15,437,172,"Port Everglades, FL",172,"Port Everglades, FL" +15,438,177,"Savannah, GA",177,"Savannah, GA" +15,439,245,"Charleston, SC",245,"Charleston, SC" +15,440,229,"Wilmington, NC",229,"Wilmington, NC" +15,441,159,"Long Beach, CA",159,"Long Beach, CA" +15,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +15,443,177,"Savannah, GA",177,"Savannah, GA" +15,444,159,"Long Beach, CA",159,"Long Beach, CA" +15,445,201,"Boston, MA",201,"Boston, MA" +15,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +15,447,217,"New York, NY and NJ",217,"New York, NY and NJ" +15,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +15,449,268,"Seattle, WA",268,"Seattle, WA" +15,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +15,451,169,"Wilmington, DE",169,"Wilmington, DE" +15,452,244,"Providence, RI",244,"Providence, RI" +15,453,239,"Portland, OR",239,"Portland, OR" +15,454,197,"Portland, ME",197,"Portland, ME" +15,455,169,"Wilmington, DE",169,"Wilmington, DE" +15,456,159,"Long Beach, CA",159,"Long Beach, CA" +15,457,241,"Philadelphia, PA",241,"Philadelphia, PA" +15,458,217,"New York, NY and NJ",217,"New York, NY and NJ" +15,459,162,"Oakland, CA",162,"Oakland, CA" +15,460,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +15,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +15,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +15,463,201,"Boston, MA",201,"Boston, MA" +15,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +15,465,159,"Long Beach, CA",159,"Long Beach, CA" +15,466,159,"Long Beach, CA",159,"Long Beach, CA" +15,467,177,"Savannah, GA",177,"Savannah, GA" +15,468,159,"Long Beach, CA",159,"Long Beach, CA" +15,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +15,470,159,"Long Beach, CA",159,"Long Beach, CA" +15,471,245,"Charleston, SC",245,"Charleston, SC" +15,472,159,"Long Beach, CA",159,"Long Beach, CA" +15,473,159,"Long Beach, CA",159,"Long Beach, CA" +15,474,245,"Charleston, SC",245,"Charleston, SC" +15,475,217,"New York, NY and NJ",217,"New York, NY and NJ" +15,476,162,"Oakland, CA",162,"Oakland, CA" +15,477,159,"Long Beach, CA",159,"Long Beach, CA" +15,478,171,"Jacksonville, FL",171,"Jacksonville, FL" +15,479,159,"Long Beach, CA",159,"Long Beach, CA" +15,480,217,"New York, NY and NJ",217,"New York, NY and NJ" +15,481,241,"Philadelphia, PA",241,"Philadelphia, PA" +15,482,162,"Oakland, CA",162,"Oakland, CA" +15,483,241,"Philadelphia, PA",241,"Philadelphia, PA" +15,484,174,"Tampa, FL",174,"Tampa, FL" +15,485,268,"Seattle, WA",268,"Seattle, WA" +15,486,159,"Long Beach, CA",159,"Long Beach, CA" +15,487,195,"New Orleans, LA",195,"New Orleans, LA" +15,488,159,"Long Beach, CA",159,"Long Beach, CA" +15,489,208,"Pascagoula, MS",208,"Pascagoula, MS" +15,490,223,"New York, NY and NJ",223,"New York, NY and NJ" +15,491,217,"New York, NY and NJ",217,"New York, NY and NJ" +16,154,239,"Portland, OR",239,"Portland, OR" +16,179,239,"Portland, OR",239,"Portland, OR" +16,180,159,"Long Beach, CA",159,"Long Beach, CA" +16,274,159,"Long Beach, CA",159,"Long Beach, CA" +16,275,217,"New York, NY and NJ",217,"New York, NY and NJ" +16,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +16,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +16,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +16,279,177,"Savannah, GA",177,"Savannah, GA" +16,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +16,281,177,"Savannah, GA",177,"Savannah, GA" +16,282,198,"Baltimore, MD",198,"Baltimore, MD" +16,283,177,"Savannah, GA",177,"Savannah, GA" +16,284,159,"Long Beach, CA",159,"Long Beach, CA" +16,285,244,"Providence, RI",244,"Providence, RI" +16,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +16,287,177,"Savannah, GA",177,"Savannah, GA" +16,288,162,"Oakland, CA",162,"Oakland, CA" +16,289,159,"Long Beach, CA",159,"Long Beach, CA" +16,290,172,"Port Everglades, FL",172,"Port Everglades, FL" +16,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +16,292,198,"Baltimore, MD",198,"Baltimore, MD" +16,293,195,"New Orleans, LA",195,"New Orleans, LA" +16,294,217,"New York, NY and NJ",217,"New York, NY and NJ" +16,295,223,"New York, NY and NJ",223,"New York, NY and NJ" +16,296,239,"Portland, OR",239,"Portland, OR" +16,297,245,"Charleston, SC",245,"Charleston, SC" +16,298,197,"Portland, ME",197,"Portland, ME" +16,299,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +16,300,178,"Brunswick, GA",178,"Brunswick, GA" +16,301,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +16,302,174,"Tampa, FL",174,"Tampa, FL" +16,303,269,"Longview, WA",269,"Longview, WA" +16,304,197,"Portland, ME",197,"Portland, ME" +16,305,201,"Boston, MA",201,"Boston, MA" +16,306,201,"Boston, MA",201,"Boston, MA" +16,307,178,"Brunswick, GA",178,"Brunswick, GA" +16,308,268,"Seattle, WA",268,"Seattle, WA" +16,309,198,"Baltimore, MD",198,"Baltimore, MD" +16,310,223,"New York, NY and NJ",223,"New York, NY and NJ" +16,311,217,"New York, NY and NJ",217,"New York, NY and NJ" +16,312,245,"Charleston, SC",245,"Charleston, SC" +16,313,201,"Boston, MA",201,"Boston, MA" +16,314,223,"New York, NY and NJ",223,"New York, NY and NJ" +16,315,257,"Houston, TX",257,"Houston, TX" +16,316,239,"Portland, OR",239,"Portland, OR" +16,317,159,"Long Beach, CA",159,"Long Beach, CA" +16,318,159,"Long Beach, CA",159,"Long Beach, CA" +16,319,195,"New Orleans, LA",195,"New Orleans, LA" +16,320,172,"Port Everglades, FL",172,"Port Everglades, FL" +16,321,201,"Boston, MA",201,"Boston, MA" +16,322,159,"Long Beach, CA",159,"Long Beach, CA" +16,323,152,"Mobile, AL",152,"Mobile, AL" +16,324,198,"Baltimore, MD",198,"Baltimore, MD" +16,325,171,"Jacksonville, FL",171,"Jacksonville, FL" +16,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +16,327,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +16,328,217,"New York, NY and NJ",217,"New York, NY and NJ" +16,329,241,"Philadelphia, PA",241,"Philadelphia, PA" +16,330,244,"Providence, RI",244,"Providence, RI" +16,331,201,"Boston, MA",201,"Boston, MA" +16,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +16,333,177,"Savannah, GA",177,"Savannah, GA" +16,334,178,"Brunswick, GA",178,"Brunswick, GA" +16,335,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +16,336,195,"New Orleans, LA",195,"New Orleans, LA" +16,337,217,"New York, NY and NJ",217,"New York, NY and NJ" +16,338,244,"Providence, RI",244,"Providence, RI" +16,339,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +16,340,245,"Charleston, SC",245,"Charleston, SC" +16,341,195,"New Orleans, LA",195,"New Orleans, LA" +16,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +16,343,159,"Long Beach, CA",159,"Long Beach, CA" +16,344,198,"Baltimore, MD",198,"Baltimore, MD" +16,345,201,"Boston, MA",201,"Boston, MA" +16,346,195,"New Orleans, LA",195,"New Orleans, LA" +16,347,241,"Philadelphia, PA",241,"Philadelphia, PA" +16,348,217,"New York, NY and NJ",217,"New York, NY and NJ" +16,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +16,350,241,"Philadelphia, PA",241,"Philadelphia, PA" +16,351,217,"New York, NY and NJ",217,"New York, NY and NJ" +16,352,201,"Boston, MA",201,"Boston, MA" +16,353,241,"Philadelphia, PA",241,"Philadelphia, PA" +16,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +16,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +16,356,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +16,357,217,"New York, NY and NJ",217,"New York, NY and NJ" +16,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +16,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +16,360,177,"Savannah, GA",177,"Savannah, GA" +16,361,195,"New Orleans, LA",195,"New Orleans, LA" +16,362,217,"New York, NY and NJ",217,"New York, NY and NJ" +16,363,195,"New Orleans, LA",195,"New Orleans, LA" +16,364,201,"Boston, MA",201,"Boston, MA" +16,365,217,"New York, NY and NJ",217,"New York, NY and NJ" +16,366,159,"Long Beach, CA",159,"Long Beach, CA" +16,367,159,"Long Beach, CA",159,"Long Beach, CA" +16,368,159,"Long Beach, CA",159,"Long Beach, CA" +16,369,269,"Longview, WA",269,"Longview, WA" +16,370,217,"New York, NY and NJ",217,"New York, NY and NJ" +16,371,268,"Seattle, WA",268,"Seattle, WA" +16,372,223,"New York, NY and NJ",223,"New York, NY and NJ" +16,373,178,"Brunswick, GA",178,"Brunswick, GA" +16,374,268,"Seattle, WA",268,"Seattle, WA" +16,375,159,"Long Beach, CA",159,"Long Beach, CA" +16,376,159,"Long Beach, CA",159,"Long Beach, CA" +16,377,223,"New York, NY and NJ",223,"New York, NY and NJ" +16,378,172,"Port Everglades, FL",172,"Port Everglades, FL" +16,379,159,"Long Beach, CA",159,"Long Beach, CA" +16,380,162,"Oakland, CA",162,"Oakland, CA" +16,381,162,"Oakland, CA",162,"Oakland, CA" +16,382,197,"Portland, ME",197,"Portland, ME" +16,383,269,"Longview, WA",269,"Longview, WA" +16,384,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +16,385,177,"Savannah, GA",177,"Savannah, GA" +16,386,241,"Philadelphia, PA",241,"Philadelphia, PA" +16,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +16,388,217,"New York, NY and NJ",217,"New York, NY and NJ" +16,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +16,390,197,"Portland, ME",197,"Portland, ME" +16,391,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +16,392,159,"Long Beach, CA",159,"Long Beach, CA" +16,393,159,"Long Beach, CA",159,"Long Beach, CA" +16,394,198,"Baltimore, MD",198,"Baltimore, MD" +16,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +16,396,159,"Long Beach, CA",159,"Long Beach, CA" +16,397,169,"Wilmington, DE",169,"Wilmington, DE" +16,398,245,"Charleston, SC",245,"Charleston, SC" +16,399,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +16,400,268,"Seattle, WA",268,"Seattle, WA" +16,401,244,"Providence, RI",244,"Providence, RI" +16,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +16,403,162,"Oakland, CA",162,"Oakland, CA" +16,404,217,"New York, NY and NJ",217,"New York, NY and NJ" +16,405,229,"Wilmington, NC",229,"Wilmington, NC" +16,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +16,407,245,"Charleston, SC",245,"Charleston, SC" +16,408,159,"Long Beach, CA",159,"Long Beach, CA" +16,409,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +16,410,159,"Long Beach, CA",159,"Long Beach, CA" +16,411,269,"Longview, WA",269,"Longview, WA" +16,412,201,"Boston, MA",201,"Boston, MA" +16,413,268,"Seattle, WA",268,"Seattle, WA" +16,414,195,"New Orleans, LA",195,"New Orleans, LA" +16,415,229,"Wilmington, NC",229,"Wilmington, NC" +16,416,245,"Charleston, SC",245,"Charleston, SC" +16,417,268,"Seattle, WA",268,"Seattle, WA" +16,418,159,"Long Beach, CA",159,"Long Beach, CA" +16,419,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +16,420,159,"Long Beach, CA",159,"Long Beach, CA" +16,421,159,"Long Beach, CA",159,"Long Beach, CA" +16,422,268,"Seattle, WA",268,"Seattle, WA" +16,423,159,"Long Beach, CA",159,"Long Beach, CA" +16,424,245,"Charleston, SC",245,"Charleston, SC" +16,425,162,"Oakland, CA",162,"Oakland, CA" +16,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +16,427,257,"Houston, TX",257,"Houston, TX" +16,428,162,"Oakland, CA",162,"Oakland, CA" +16,429,159,"Long Beach, CA",159,"Long Beach, CA" +16,430,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +16,431,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +16,432,159,"Long Beach, CA",159,"Long Beach, CA" +16,433,198,"Baltimore, MD",198,"Baltimore, MD" +16,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +16,435,241,"Philadelphia, PA",241,"Philadelphia, PA" +16,436,201,"Boston, MA",201,"Boston, MA" +16,437,172,"Port Everglades, FL",172,"Port Everglades, FL" +16,438,174,"Tampa, FL",174,"Tampa, FL" +16,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +16,440,177,"Savannah, GA",177,"Savannah, GA" +16,441,159,"Long Beach, CA",159,"Long Beach, CA" +16,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +16,443,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +16,444,159,"Long Beach, CA",159,"Long Beach, CA" +16,445,197,"Portland, ME",197,"Portland, ME" +16,446,241,"Philadelphia, PA",241,"Philadelphia, PA" +16,447,201,"Boston, MA",201,"Boston, MA" +16,448,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +16,449,159,"Long Beach, CA",159,"Long Beach, CA" +16,450,174,"Tampa, FL",174,"Tampa, FL" +16,451,197,"Portland, ME",197,"Portland, ME" +16,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +16,453,159,"Long Beach, CA",159,"Long Beach, CA" +16,454,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +16,455,217,"New York, NY and NJ",217,"New York, NY and NJ" +16,456,268,"Seattle, WA",268,"Seattle, WA" +16,457,244,"Providence, RI",244,"Providence, RI" +16,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +16,459,268,"Seattle, WA",268,"Seattle, WA" +16,460,201,"Boston, MA",201,"Boston, MA" +16,461,152,"Mobile, AL",152,"Mobile, AL" +16,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +16,463,217,"New York, NY and NJ",217,"New York, NY and NJ" +16,464,201,"Boston, MA",201,"Boston, MA" +16,465,159,"Long Beach, CA",159,"Long Beach, CA" +16,466,159,"Long Beach, CA",159,"Long Beach, CA" +16,467,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +16,468,268,"Seattle, WA",268,"Seattle, WA" +16,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +16,470,159,"Long Beach, CA",159,"Long Beach, CA" +16,471,198,"Baltimore, MD",198,"Baltimore, MD" +16,472,269,"Longview, WA",269,"Longview, WA" +16,473,239,"Portland, OR",239,"Portland, OR" +16,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +16,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +16,476,268,"Seattle, WA",268,"Seattle, WA" +16,477,239,"Portland, OR",239,"Portland, OR" +16,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +16,479,268,"Seattle, WA",268,"Seattle, WA" +16,480,197,"Portland, ME",197,"Portland, ME" +16,481,169,"Wilmington, DE",169,"Wilmington, DE" +16,482,159,"Long Beach, CA",159,"Long Beach, CA" +16,483,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +16,484,152,"Mobile, AL",152,"Mobile, AL" +16,485,268,"Seattle, WA",268,"Seattle, WA" +16,486,159,"Long Beach, CA",159,"Long Beach, CA" +16,487,177,"Savannah, GA",177,"Savannah, GA" +16,488,159,"Long Beach, CA",159,"Long Beach, CA" +16,489,159,"Long Beach, CA",159,"Long Beach, CA" +16,490,197,"Portland, ME",197,"Portland, ME" +16,491,223,"New York, NY and NJ",223,"New York, NY and NJ" +17,154,268,"Seattle, WA",268,"Seattle, WA" +17,179,268,"Seattle, WA",268,"Seattle, WA" +17,180,159,"Long Beach, CA",159,"Long Beach, CA" +17,274,268,"Seattle, WA",268,"Seattle, WA" +17,275,244,"Providence, RI",244,"Providence, RI" +17,276,241,"Philadelphia, PA",241,"Philadelphia, PA" +17,277,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +17,278,197,"Portland, ME",197,"Portland, ME" +17,279,177,"Savannah, GA",177,"Savannah, GA" +17,280,174,"Tampa, FL",174,"Tampa, FL" +17,281,257,"Houston, TX",257,"Houston, TX" +17,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +17,283,177,"Savannah, GA",177,"Savannah, GA" +17,284,159,"Long Beach, CA",159,"Long Beach, CA" +17,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +17,286,217,"New York, NY and NJ",217,"New York, NY and NJ" +17,287,171,"Jacksonville, FL",171,"Jacksonville, FL" +17,288,159,"Long Beach, CA",159,"Long Beach, CA" +17,289,159,"Long Beach, CA",159,"Long Beach, CA" +17,290,198,"Baltimore, MD",198,"Baltimore, MD" +17,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +17,292,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +17,293,195,"New Orleans, LA",195,"New Orleans, LA" +17,294,217,"New York, NY and NJ",217,"New York, NY and NJ" +17,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +17,296,159,"Long Beach, CA",159,"Long Beach, CA" +17,297,172,"Port Everglades, FL",172,"Port Everglades, FL" +17,298,198,"Baltimore, MD",198,"Baltimore, MD" +17,299,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +17,300,174,"Tampa, FL",174,"Tampa, FL" +17,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +17,302,172,"Port Everglades, FL",172,"Port Everglades, FL" +17,303,159,"Long Beach, CA",159,"Long Beach, CA" +17,304,241,"Philadelphia, PA",241,"Philadelphia, PA" +17,305,198,"Baltimore, MD",198,"Baltimore, MD" +17,306,198,"Baltimore, MD",198,"Baltimore, MD" +17,307,198,"Baltimore, MD",198,"Baltimore, MD" +17,308,162,"Oakland, CA",162,"Oakland, CA" +17,309,198,"Baltimore, MD",198,"Baltimore, MD" +17,310,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +17,311,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +17,312,195,"New Orleans, LA",195,"New Orleans, LA" +17,313,197,"Portland, ME",197,"Portland, ME" +17,314,245,"Charleston, SC",245,"Charleston, SC" +17,315,195,"New Orleans, LA",195,"New Orleans, LA" +17,316,269,"Longview, WA",269,"Longview, WA" +17,317,159,"Long Beach, CA",159,"Long Beach, CA" +17,318,162,"Oakland, CA",162,"Oakland, CA" +17,319,172,"Port Everglades, FL",172,"Port Everglades, FL" +17,320,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +17,321,217,"New York, NY and NJ",217,"New York, NY and NJ" +17,322,159,"Long Beach, CA",159,"Long Beach, CA" +17,323,195,"New Orleans, LA",195,"New Orleans, LA" +17,324,201,"Boston, MA",201,"Boston, MA" +17,325,177,"Savannah, GA",177,"Savannah, GA" +17,326,177,"Savannah, GA",177,"Savannah, GA" +17,327,241,"Philadelphia, PA",241,"Philadelphia, PA" +17,328,217,"New York, NY and NJ",217,"New York, NY and NJ" +17,329,241,"Philadelphia, PA",241,"Philadelphia, PA" +17,330,197,"Portland, ME",197,"Portland, ME" +17,331,229,"Wilmington, NC",229,"Wilmington, NC" +17,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +17,333,171,"Jacksonville, FL",171,"Jacksonville, FL" +17,334,195,"New Orleans, LA",195,"New Orleans, LA" +17,335,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +17,336,177,"Savannah, GA",177,"Savannah, GA" +17,337,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +17,338,197,"Portland, ME",197,"Portland, ME" +17,339,201,"Boston, MA",201,"Boston, MA" +17,340,198,"Baltimore, MD",198,"Baltimore, MD" +17,341,195,"New Orleans, LA",195,"New Orleans, LA" +17,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +17,343,268,"Seattle, WA",268,"Seattle, WA" +17,344,201,"Boston, MA",201,"Boston, MA" +17,345,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +17,346,223,"New York, NY and NJ",223,"New York, NY and NJ" +17,347,197,"Portland, ME",197,"Portland, ME" +17,348,217,"New York, NY and NJ",217,"New York, NY and NJ" +17,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +17,350,217,"New York, NY and NJ",217,"New York, NY and NJ" +17,351,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +17,352,244,"Providence, RI",244,"Providence, RI" +17,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +17,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +17,355,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +17,356,195,"New Orleans, LA",195,"New Orleans, LA" +17,357,244,"Providence, RI",244,"Providence, RI" +17,358,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +17,359,174,"Tampa, FL",174,"Tampa, FL" +17,360,171,"Jacksonville, FL",171,"Jacksonville, FL" +17,361,195,"New Orleans, LA",195,"New Orleans, LA" +17,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +17,363,253,"Beaumont, TX",253,"Beaumont, TX" +17,364,197,"Portland, ME",197,"Portland, ME" +17,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +17,366,159,"Long Beach, CA",159,"Long Beach, CA" +17,367,159,"Long Beach, CA",159,"Long Beach, CA" +17,368,268,"Seattle, WA",268,"Seattle, WA" +17,369,269,"Longview, WA",269,"Longview, WA" +17,370,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +17,371,159,"Long Beach, CA",159,"Long Beach, CA" +17,372,197,"Portland, ME",197,"Portland, ME" +17,373,195,"New Orleans, LA",195,"New Orleans, LA" +17,374,159,"Long Beach, CA",159,"Long Beach, CA" +17,375,159,"Long Beach, CA",159,"Long Beach, CA" +17,376,162,"Oakland, CA",162,"Oakland, CA" +17,377,217,"New York, NY and NJ",217,"New York, NY and NJ" +17,378,152,"Mobile, AL",152,"Mobile, AL" +17,379,159,"Long Beach, CA",159,"Long Beach, CA" +17,380,268,"Seattle, WA",268,"Seattle, WA" +17,381,159,"Long Beach, CA",159,"Long Beach, CA" +17,382,201,"Boston, MA",201,"Boston, MA" +17,383,159,"Long Beach, CA",159,"Long Beach, CA" +17,384,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +17,385,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +17,386,241,"Philadelphia, PA",241,"Philadelphia, PA" +17,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +17,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +17,389,197,"Portland, ME",197,"Portland, ME" +17,390,241,"Philadelphia, PA",241,"Philadelphia, PA" +17,391,245,"Charleston, SC",245,"Charleston, SC" +17,392,159,"Long Beach, CA",159,"Long Beach, CA" +17,393,159,"Long Beach, CA",159,"Long Beach, CA" +17,394,197,"Portland, ME",197,"Portland, ME" +17,395,241,"Philadelphia, PA",241,"Philadelphia, PA" +17,396,239,"Portland, OR",239,"Portland, OR" +17,397,198,"Baltimore, MD",198,"Baltimore, MD" +17,398,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +17,399,194,"Lake Charles, LA",194,"Lake Charles, LA" +17,400,162,"Oakland, CA",162,"Oakland, CA" +17,401,217,"New York, NY and NJ",217,"New York, NY and NJ" +17,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +17,403,159,"Long Beach, CA",159,"Long Beach, CA" +17,404,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +17,405,198,"Baltimore, MD",198,"Baltimore, MD" +17,406,197,"Portland, ME",197,"Portland, ME" +17,407,169,"Wilmington, DE",169,"Wilmington, DE" +17,408,268,"Seattle, WA",268,"Seattle, WA" +17,409,198,"Baltimore, MD",198,"Baltimore, MD" +17,410,159,"Long Beach, CA",159,"Long Beach, CA" +17,411,162,"Oakland, CA",162,"Oakland, CA" +17,412,201,"Boston, MA",201,"Boston, MA" +17,413,159,"Long Beach, CA",159,"Long Beach, CA" +17,414,195,"New Orleans, LA",195,"New Orleans, LA" +17,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +17,416,229,"Wilmington, NC",229,"Wilmington, NC" +17,417,268,"Seattle, WA",268,"Seattle, WA" +17,418,159,"Long Beach, CA",159,"Long Beach, CA" +17,419,201,"Boston, MA",201,"Boston, MA" +17,420,159,"Long Beach, CA",159,"Long Beach, CA" +17,421,162,"Oakland, CA",162,"Oakland, CA" +17,422,159,"Long Beach, CA",159,"Long Beach, CA" +17,423,159,"Long Beach, CA",159,"Long Beach, CA" +17,424,172,"Port Everglades, FL",172,"Port Everglades, FL" +17,425,159,"Long Beach, CA",159,"Long Beach, CA" +17,426,194,"Lake Charles, LA",194,"Lake Charles, LA" +17,427,257,"Houston, TX",257,"Houston, TX" +17,428,159,"Long Beach, CA",159,"Long Beach, CA" +17,429,159,"Long Beach, CA",159,"Long Beach, CA" +17,430,241,"Philadelphia, PA",241,"Philadelphia, PA" +17,431,223,"New York, NY and NJ",223,"New York, NY and NJ" +17,432,239,"Portland, OR",239,"Portland, OR" +17,433,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +17,434,198,"Baltimore, MD",198,"Baltimore, MD" +17,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +17,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +17,437,198,"Baltimore, MD",198,"Baltimore, MD" +17,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +17,439,171,"Jacksonville, FL",171,"Jacksonville, FL" +17,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +17,441,162,"Oakland, CA",162,"Oakland, CA" +17,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +17,443,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +17,444,159,"Long Beach, CA",159,"Long Beach, CA" +17,445,198,"Baltimore, MD",198,"Baltimore, MD" +17,446,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +17,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +17,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +17,449,159,"Long Beach, CA",159,"Long Beach, CA" +17,450,198,"Baltimore, MD",198,"Baltimore, MD" +17,451,217,"New York, NY and NJ",217,"New York, NY and NJ" +17,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +17,453,159,"Long Beach, CA",159,"Long Beach, CA" +17,454,197,"Portland, ME",197,"Portland, ME" +17,455,174,"Tampa, FL",174,"Tampa, FL" +17,456,159,"Long Beach, CA",159,"Long Beach, CA" +17,457,217,"New York, NY and NJ",217,"New York, NY and NJ" +17,458,197,"Portland, ME",197,"Portland, ME" +17,459,159,"Long Beach, CA",159,"Long Beach, CA" +17,460,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +17,461,177,"Savannah, GA",177,"Savannah, GA" +17,462,217,"New York, NY and NJ",217,"New York, NY and NJ" +17,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +17,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +17,465,159,"Long Beach, CA",159,"Long Beach, CA" +17,466,159,"Long Beach, CA",159,"Long Beach, CA" +17,467,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +17,468,159,"Long Beach, CA",159,"Long Beach, CA" +17,469,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +17,470,162,"Oakland, CA",162,"Oakland, CA" +17,471,198,"Baltimore, MD",198,"Baltimore, MD" +17,472,269,"Longview, WA",269,"Longview, WA" +17,473,159,"Long Beach, CA",159,"Long Beach, CA" +17,474,177,"Savannah, GA",177,"Savannah, GA" +17,475,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +17,476,159,"Long Beach, CA",159,"Long Beach, CA" +17,477,162,"Oakland, CA",162,"Oakland, CA" +17,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +17,479,268,"Seattle, WA",268,"Seattle, WA" +17,480,169,"Wilmington, DE",169,"Wilmington, DE" +17,481,223,"New York, NY and NJ",223,"New York, NY and NJ" +17,482,268,"Seattle, WA",268,"Seattle, WA" +17,483,223,"New York, NY and NJ",223,"New York, NY and NJ" +17,484,195,"New Orleans, LA",195,"New Orleans, LA" +17,485,159,"Long Beach, CA",159,"Long Beach, CA" +17,486,159,"Long Beach, CA",159,"Long Beach, CA" +17,487,171,"Jacksonville, FL",171,"Jacksonville, FL" +17,488,162,"Oakland, CA",162,"Oakland, CA" +17,489,162,"Oakland, CA",162,"Oakland, CA" +17,490,245,"Charleston, SC",245,"Charleston, SC" +17,491,241,"Philadelphia, PA",241,"Philadelphia, PA" +18,154,268,"Seattle, WA",268,"Seattle, WA" +18,179,239,"Portland, OR",239,"Portland, OR" +18,180,268,"Seattle, WA",268,"Seattle, WA" +18,274,239,"Portland, OR",239,"Portland, OR" +18,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +18,276,198,"Baltimore, MD",198,"Baltimore, MD" +18,277,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +18,278,217,"New York, NY and NJ",217,"New York, NY and NJ" +18,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +18,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +18,281,152,"Mobile, AL",152,"Mobile, AL" +18,282,201,"Boston, MA",201,"Boston, MA" +18,283,178,"Brunswick, GA",178,"Brunswick, GA" +18,284,159,"Long Beach, CA",159,"Long Beach, CA" +18,285,197,"Portland, ME",197,"Portland, ME" +18,286,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +18,287,174,"Tampa, FL",174,"Tampa, FL" +18,288,159,"Long Beach, CA",159,"Long Beach, CA" +18,289,159,"Long Beach, CA",159,"Long Beach, CA" +18,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +18,291,217,"New York, NY and NJ",217,"New York, NY and NJ" +18,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +18,293,194,"Lake Charles, LA",194,"Lake Charles, LA" +18,294,197,"Portland, ME",197,"Portland, ME" +18,295,198,"Baltimore, MD",198,"Baltimore, MD" +18,296,159,"Long Beach, CA",159,"Long Beach, CA" +18,297,172,"Port Everglades, FL",172,"Port Everglades, FL" +18,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +18,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +18,300,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +18,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +18,302,172,"Port Everglades, FL",172,"Port Everglades, FL" +18,303,269,"Longview, WA",269,"Longview, WA" +18,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +18,305,197,"Portland, ME",197,"Portland, ME" +18,306,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +18,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +18,308,268,"Seattle, WA",268,"Seattle, WA" +18,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +18,310,217,"New York, NY and NJ",217,"New York, NY and NJ" +18,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +18,312,152,"Mobile, AL",152,"Mobile, AL" +18,313,223,"New York, NY and NJ",223,"New York, NY and NJ" +18,314,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +18,315,195,"New Orleans, LA",195,"New Orleans, LA" +18,316,159,"Long Beach, CA",159,"Long Beach, CA" +18,317,159,"Long Beach, CA",159,"Long Beach, CA" +18,318,159,"Long Beach, CA",159,"Long Beach, CA" +18,319,172,"Port Everglades, FL",172,"Port Everglades, FL" +18,320,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +18,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +18,322,269,"Longview, WA",269,"Longview, WA" +18,323,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +18,324,198,"Baltimore, MD",198,"Baltimore, MD" +18,325,177,"Savannah, GA",177,"Savannah, GA" +18,326,171,"Jacksonville, FL",171,"Jacksonville, FL" +18,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +18,328,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +18,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +18,330,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +18,331,241,"Philadelphia, PA",241,"Philadelphia, PA" +18,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +18,333,177,"Savannah, GA",177,"Savannah, GA" +18,334,172,"Port Everglades, FL",172,"Port Everglades, FL" +18,335,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +18,336,195,"New Orleans, LA",195,"New Orleans, LA" +18,337,244,"Providence, RI",244,"Providence, RI" +18,338,198,"Baltimore, MD",198,"Baltimore, MD" +18,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +18,340,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +18,341,171,"Jacksonville, FL",171,"Jacksonville, FL" +18,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +18,343,159,"Long Beach, CA",159,"Long Beach, CA" +18,344,197,"Portland, ME",197,"Portland, ME" +18,345,201,"Boston, MA",201,"Boston, MA" +18,346,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +18,347,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +18,348,241,"Philadelphia, PA",241,"Philadelphia, PA" +18,349,201,"Boston, MA",201,"Boston, MA" +18,350,197,"Portland, ME",197,"Portland, ME" +18,351,198,"Baltimore, MD",198,"Baltimore, MD" +18,352,217,"New York, NY and NJ",217,"New York, NY and NJ" +18,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +18,354,244,"Providence, RI",244,"Providence, RI" +18,355,177,"Savannah, GA",177,"Savannah, GA" +18,356,195,"New Orleans, LA",195,"New Orleans, LA" +18,357,197,"Portland, ME",197,"Portland, ME" +18,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +18,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +18,360,177,"Savannah, GA",177,"Savannah, GA" +18,361,195,"New Orleans, LA",195,"New Orleans, LA" +18,362,201,"Boston, MA",201,"Boston, MA" +18,363,195,"New Orleans, LA",195,"New Orleans, LA" +18,364,244,"Providence, RI",244,"Providence, RI" +18,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +18,366,159,"Long Beach, CA",159,"Long Beach, CA" +18,367,159,"Long Beach, CA",159,"Long Beach, CA" +18,368,162,"Oakland, CA",162,"Oakland, CA" +18,369,159,"Long Beach, CA",159,"Long Beach, CA" +18,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +18,371,159,"Long Beach, CA",159,"Long Beach, CA" +18,372,198,"Baltimore, MD",198,"Baltimore, MD" +18,373,245,"Charleston, SC",245,"Charleston, SC" +18,374,159,"Long Beach, CA",159,"Long Beach, CA" +18,375,195,"New Orleans, LA",195,"New Orleans, LA" +18,376,159,"Long Beach, CA",159,"Long Beach, CA" +18,377,169,"Wilmington, DE",169,"Wilmington, DE" +18,378,177,"Savannah, GA",177,"Savannah, GA" +18,379,159,"Long Beach, CA",159,"Long Beach, CA" +18,380,159,"Long Beach, CA",159,"Long Beach, CA" +18,381,159,"Long Beach, CA",159,"Long Beach, CA" +18,382,197,"Portland, ME",197,"Portland, ME" +18,383,159,"Long Beach, CA",159,"Long Beach, CA" +18,384,172,"Port Everglades, FL",172,"Port Everglades, FL" +18,385,223,"New York, NY and NJ",223,"New York, NY and NJ" +18,386,241,"Philadelphia, PA",241,"Philadelphia, PA" +18,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +18,388,201,"Boston, MA",201,"Boston, MA" +18,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +18,390,198,"Baltimore, MD",198,"Baltimore, MD" +18,391,241,"Philadelphia, PA",241,"Philadelphia, PA" +18,392,159,"Long Beach, CA",159,"Long Beach, CA" +18,393,159,"Long Beach, CA",159,"Long Beach, CA" +18,394,217,"New York, NY and NJ",217,"New York, NY and NJ" +18,395,217,"New York, NY and NJ",217,"New York, NY and NJ" +18,396,159,"Long Beach, CA",159,"Long Beach, CA" +18,397,223,"New York, NY and NJ",223,"New York, NY and NJ" +18,398,198,"Baltimore, MD",198,"Baltimore, MD" +18,399,159,"Long Beach, CA",159,"Long Beach, CA" +18,400,159,"Long Beach, CA",159,"Long Beach, CA" +18,401,241,"Philadelphia, PA",241,"Philadelphia, PA" +18,402,198,"Baltimore, MD",198,"Baltimore, MD" +18,403,268,"Seattle, WA",268,"Seattle, WA" +18,404,217,"New York, NY and NJ",217,"New York, NY and NJ" +18,405,174,"Tampa, FL",174,"Tampa, FL" +18,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +18,407,229,"Wilmington, NC",229,"Wilmington, NC" +18,408,159,"Long Beach, CA",159,"Long Beach, CA" +18,409,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +18,410,159,"Long Beach, CA",159,"Long Beach, CA" +18,411,159,"Long Beach, CA",159,"Long Beach, CA" +18,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +18,413,159,"Long Beach, CA",159,"Long Beach, CA" +18,414,172,"Port Everglades, FL",172,"Port Everglades, FL" +18,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +18,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +18,417,159,"Long Beach, CA",159,"Long Beach, CA" +18,418,268,"Seattle, WA",268,"Seattle, WA" +18,419,197,"Portland, ME",197,"Portland, ME" +18,420,159,"Long Beach, CA",159,"Long Beach, CA" +18,421,159,"Long Beach, CA",159,"Long Beach, CA" +18,422,162,"Oakland, CA",162,"Oakland, CA" +18,423,162,"Oakland, CA",162,"Oakland, CA" +18,424,177,"Savannah, GA",177,"Savannah, GA" +18,425,239,"Portland, OR",239,"Portland, OR" +18,426,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +18,427,195,"New Orleans, LA",195,"New Orleans, LA" +18,428,159,"Long Beach, CA",159,"Long Beach, CA" +18,429,159,"Long Beach, CA",159,"Long Beach, CA" +18,430,241,"Philadelphia, PA",241,"Philadelphia, PA" +18,431,241,"Philadelphia, PA",241,"Philadelphia, PA" +18,432,162,"Oakland, CA",162,"Oakland, CA" +18,433,198,"Baltimore, MD",198,"Baltimore, MD" +18,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +18,435,197,"Portland, ME",197,"Portland, ME" +18,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +18,437,223,"New York, NY and NJ",223,"New York, NY and NJ" +18,438,171,"Jacksonville, FL",171,"Jacksonville, FL" +18,439,171,"Jacksonville, FL",171,"Jacksonville, FL" +18,440,171,"Jacksonville, FL",171,"Jacksonville, FL" +18,441,159,"Long Beach, CA",159,"Long Beach, CA" +18,442,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +18,443,201,"Boston, MA",201,"Boston, MA" +18,444,159,"Long Beach, CA",159,"Long Beach, CA" +18,445,217,"New York, NY and NJ",217,"New York, NY and NJ" +18,446,198,"Baltimore, MD",198,"Baltimore, MD" +18,447,198,"Baltimore, MD",198,"Baltimore, MD" +18,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +18,449,159,"Long Beach, CA",159,"Long Beach, CA" +18,450,172,"Port Everglades, FL",172,"Port Everglades, FL" +18,451,244,"Providence, RI",244,"Providence, RI" +18,452,197,"Portland, ME",197,"Portland, ME" +18,453,159,"Long Beach, CA",159,"Long Beach, CA" +18,454,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +18,455,244,"Providence, RI",244,"Providence, RI" +18,456,159,"Long Beach, CA",159,"Long Beach, CA" +18,457,201,"Boston, MA",201,"Boston, MA" +18,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +18,459,162,"Oakland, CA",162,"Oakland, CA" +18,460,198,"Baltimore, MD",198,"Baltimore, MD" +18,461,245,"Charleston, SC",245,"Charleston, SC" +18,462,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +18,463,197,"Portland, ME",197,"Portland, ME" +18,464,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +18,465,162,"Oakland, CA",162,"Oakland, CA" +18,466,268,"Seattle, WA",268,"Seattle, WA" +18,467,201,"Boston, MA",201,"Boston, MA" +18,468,239,"Portland, OR",239,"Portland, OR" +18,469,201,"Boston, MA",201,"Boston, MA" +18,470,159,"Long Beach, CA",159,"Long Beach, CA" +18,471,201,"Boston, MA",201,"Boston, MA" +18,472,159,"Long Beach, CA",159,"Long Beach, CA" +18,473,159,"Long Beach, CA",159,"Long Beach, CA" +18,474,174,"Tampa, FL",174,"Tampa, FL" +18,475,169,"Wilmington, DE",169,"Wilmington, DE" +18,476,268,"Seattle, WA",268,"Seattle, WA" +18,477,268,"Seattle, WA",268,"Seattle, WA" +18,478,177,"Savannah, GA",177,"Savannah, GA" +18,479,159,"Long Beach, CA",159,"Long Beach, CA" +18,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +18,481,197,"Portland, ME",197,"Portland, ME" +18,482,162,"Oakland, CA",162,"Oakland, CA" +18,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +18,484,208,"Pascagoula, MS",208,"Pascagoula, MS" +18,485,162,"Oakland, CA",162,"Oakland, CA" +18,486,239,"Portland, OR",239,"Portland, OR" +18,487,245,"Charleston, SC",245,"Charleston, SC" +18,488,162,"Oakland, CA",162,"Oakland, CA" +18,489,162,"Oakland, CA",162,"Oakland, CA" +18,490,229,"Wilmington, NC",229,"Wilmington, NC" +18,491,197,"Portland, ME",197,"Portland, ME" +19,154,159,"Long Beach, CA",159,"Long Beach, CA" +19,179,159,"Long Beach, CA",159,"Long Beach, CA" +19,180,159,"Long Beach, CA",159,"Long Beach, CA" +19,274,239,"Portland, OR",239,"Portland, OR" +19,275,201,"Boston, MA",201,"Boston, MA" +19,276,244,"Providence, RI",244,"Providence, RI" +19,277,201,"Boston, MA",201,"Boston, MA" +19,278,201,"Boston, MA",201,"Boston, MA" +19,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +19,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +19,281,195,"New Orleans, LA",195,"New Orleans, LA" +19,282,198,"Baltimore, MD",198,"Baltimore, MD" +19,283,245,"Charleston, SC",245,"Charleston, SC" +19,284,269,"Longview, WA",269,"Longview, WA" +19,285,197,"Portland, ME",197,"Portland, ME" +19,286,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +19,287,178,"Brunswick, GA",178,"Brunswick, GA" +19,288,159,"Long Beach, CA",159,"Long Beach, CA" +19,289,159,"Long Beach, CA",159,"Long Beach, CA" +19,290,245,"Charleston, SC",245,"Charleston, SC" +19,291,241,"Philadelphia, PA",241,"Philadelphia, PA" +19,292,198,"Baltimore, MD",198,"Baltimore, MD" +19,293,195,"New Orleans, LA",195,"New Orleans, LA" +19,294,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,295,198,"Baltimore, MD",198,"Baltimore, MD" +19,296,159,"Long Beach, CA",159,"Long Beach, CA" +19,297,195,"New Orleans, LA",195,"New Orleans, LA" +19,298,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +19,299,197,"Portland, ME",197,"Portland, ME" +19,300,174,"Tampa, FL",174,"Tampa, FL" +19,301,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,302,174,"Tampa, FL",174,"Tampa, FL" +19,303,159,"Long Beach, CA",159,"Long Beach, CA" +19,304,198,"Baltimore, MD",198,"Baltimore, MD" +19,305,197,"Portland, ME",197,"Portland, ME" +19,306,169,"Wilmington, DE",169,"Wilmington, DE" +19,307,241,"Philadelphia, PA",241,"Philadelphia, PA" +19,308,239,"Portland, OR",239,"Portland, OR" +19,309,223,"New York, NY and NJ",223,"New York, NY and NJ" +19,310,169,"Wilmington, DE",169,"Wilmington, DE" +19,311,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +19,312,174,"Tampa, FL",174,"Tampa, FL" +19,313,197,"Portland, ME",197,"Portland, ME" +19,314,197,"Portland, ME",197,"Portland, ME" +19,315,195,"New Orleans, LA",195,"New Orleans, LA" +19,316,162,"Oakland, CA",162,"Oakland, CA" +19,317,162,"Oakland, CA",162,"Oakland, CA" +19,318,269,"Longview, WA",269,"Longview, WA" +19,319,172,"Port Everglades, FL",172,"Port Everglades, FL" +19,320,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,321,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,322,159,"Long Beach, CA",159,"Long Beach, CA" +19,323,195,"New Orleans, LA",195,"New Orleans, LA" +19,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +19,325,245,"Charleston, SC",245,"Charleston, SC" +19,326,245,"Charleston, SC",245,"Charleston, SC" +19,327,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +19,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +19,329,245,"Charleston, SC",245,"Charleston, SC" +19,330,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,331,197,"Portland, ME",197,"Portland, ME" +19,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +19,333,245,"Charleston, SC",245,"Charleston, SC" +19,334,195,"New Orleans, LA",195,"New Orleans, LA" +19,335,223,"New York, NY and NJ",223,"New York, NY and NJ" +19,336,172,"Port Everglades, FL",172,"Port Everglades, FL" +19,337,201,"Boston, MA",201,"Boston, MA" +19,338,223,"New York, NY and NJ",223,"New York, NY and NJ" +19,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,340,241,"Philadelphia, PA",241,"Philadelphia, PA" +19,341,194,"Lake Charles, LA",194,"Lake Charles, LA" +19,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +19,343,268,"Seattle, WA",268,"Seattle, WA" +19,344,241,"Philadelphia, PA",241,"Philadelphia, PA" +19,345,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,346,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +19,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,348,223,"New York, NY and NJ",223,"New York, NY and NJ" +19,349,244,"Providence, RI",244,"Providence, RI" +19,350,197,"Portland, ME",197,"Portland, ME" +19,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +19,352,244,"Providence, RI",244,"Providence, RI" +19,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,354,197,"Portland, ME",197,"Portland, ME" +19,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +19,356,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +19,357,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +19,358,229,"Wilmington, NC",229,"Wilmington, NC" +19,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +19,360,171,"Jacksonville, FL",171,"Jacksonville, FL" +19,361,253,"Beaumont, TX",253,"Beaumont, TX" +19,362,198,"Baltimore, MD",198,"Baltimore, MD" +19,363,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +19,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +19,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +19,366,268,"Seattle, WA",268,"Seattle, WA" +19,367,159,"Long Beach, CA",159,"Long Beach, CA" +19,368,159,"Long Beach, CA",159,"Long Beach, CA" +19,369,159,"Long Beach, CA",159,"Long Beach, CA" +19,370,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,371,239,"Portland, OR",239,"Portland, OR" +19,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,373,174,"Tampa, FL",174,"Tampa, FL" +19,374,159,"Long Beach, CA",159,"Long Beach, CA" +19,375,269,"Longview, WA",269,"Longview, WA" +19,376,159,"Long Beach, CA",159,"Long Beach, CA" +19,377,201,"Boston, MA",201,"Boston, MA" +19,378,172,"Port Everglades, FL",172,"Port Everglades, FL" +19,379,159,"Long Beach, CA",159,"Long Beach, CA" +19,380,162,"Oakland, CA",162,"Oakland, CA" +19,381,159,"Long Beach, CA",159,"Long Beach, CA" +19,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,383,159,"Long Beach, CA",159,"Long Beach, CA" +19,384,177,"Savannah, GA",177,"Savannah, GA" +19,385,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,386,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +19,388,241,"Philadelphia, PA",241,"Philadelphia, PA" +19,389,198,"Baltimore, MD",198,"Baltimore, MD" +19,390,201,"Boston, MA",201,"Boston, MA" +19,391,241,"Philadelphia, PA",241,"Philadelphia, PA" +19,392,162,"Oakland, CA",162,"Oakland, CA" +19,393,159,"Long Beach, CA",159,"Long Beach, CA" +19,394,201,"Boston, MA",201,"Boston, MA" +19,395,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,396,159,"Long Beach, CA",159,"Long Beach, CA" +19,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,398,223,"New York, NY and NJ",223,"New York, NY and NJ" +19,399,194,"Lake Charles, LA",194,"Lake Charles, LA" +19,400,268,"Seattle, WA",268,"Seattle, WA" +19,401,198,"Baltimore, MD",198,"Baltimore, MD" +19,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,403,159,"Long Beach, CA",159,"Long Beach, CA" +19,404,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,405,245,"Charleston, SC",245,"Charleston, SC" +19,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,407,244,"Providence, RI",244,"Providence, RI" +19,408,268,"Seattle, WA",268,"Seattle, WA" +19,409,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,410,162,"Oakland, CA",162,"Oakland, CA" +19,411,159,"Long Beach, CA",159,"Long Beach, CA" +19,412,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,413,162,"Oakland, CA",162,"Oakland, CA" +19,414,172,"Port Everglades, FL",172,"Port Everglades, FL" +19,415,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +19,416,223,"New York, NY and NJ",223,"New York, NY and NJ" +19,417,159,"Long Beach, CA",159,"Long Beach, CA" +19,418,159,"Long Beach, CA",159,"Long Beach, CA" +19,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +19,420,268,"Seattle, WA",268,"Seattle, WA" +19,421,159,"Long Beach, CA",159,"Long Beach, CA" +19,422,239,"Portland, OR",239,"Portland, OR" +19,423,268,"Seattle, WA",268,"Seattle, WA" +19,424,208,"Pascagoula, MS",208,"Pascagoula, MS" +19,425,159,"Long Beach, CA",159,"Long Beach, CA" +19,426,177,"Savannah, GA",177,"Savannah, GA" +19,427,195,"New Orleans, LA",195,"New Orleans, LA" +19,428,268,"Seattle, WA",268,"Seattle, WA" +19,429,162,"Oakland, CA",162,"Oakland, CA" +19,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,432,159,"Long Beach, CA",159,"Long Beach, CA" +19,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +19,434,197,"Portland, ME",197,"Portland, ME" +19,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +19,436,241,"Philadelphia, PA",241,"Philadelphia, PA" +19,437,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +19,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +19,439,177,"Savannah, GA",177,"Savannah, GA" +19,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +19,441,162,"Oakland, CA",162,"Oakland, CA" +19,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,443,223,"New York, NY and NJ",223,"New York, NY and NJ" +19,444,269,"Longview, WA",269,"Longview, WA" +19,445,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +19,446,241,"Philadelphia, PA",241,"Philadelphia, PA" +19,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +19,448,241,"Philadelphia, PA",241,"Philadelphia, PA" +19,449,159,"Long Beach, CA",159,"Long Beach, CA" +19,450,245,"Charleston, SC",245,"Charleston, SC" +19,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +19,452,201,"Boston, MA",201,"Boston, MA" +19,453,159,"Long Beach, CA",159,"Long Beach, CA" +19,454,201,"Boston, MA",201,"Boston, MA" +19,455,172,"Port Everglades, FL",172,"Port Everglades, FL" +19,456,159,"Long Beach, CA",159,"Long Beach, CA" +19,457,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +19,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +19,459,268,"Seattle, WA",268,"Seattle, WA" +19,460,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,461,177,"Savannah, GA",177,"Savannah, GA" +19,462,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,463,201,"Boston, MA",201,"Boston, MA" +19,464,201,"Boston, MA",201,"Boston, MA" +19,465,159,"Long Beach, CA",159,"Long Beach, CA" +19,466,159,"Long Beach, CA",159,"Long Beach, CA" +19,467,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,468,269,"Longview, WA",269,"Longview, WA" +19,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,470,159,"Long Beach, CA",159,"Long Beach, CA" +19,471,223,"New York, NY and NJ",223,"New York, NY and NJ" +19,472,162,"Oakland, CA",162,"Oakland, CA" +19,473,162,"Oakland, CA",162,"Oakland, CA" +19,474,171,"Jacksonville, FL",171,"Jacksonville, FL" +19,475,198,"Baltimore, MD",198,"Baltimore, MD" +19,476,268,"Seattle, WA",268,"Seattle, WA" +19,477,162,"Oakland, CA",162,"Oakland, CA" +19,478,245,"Charleston, SC",245,"Charleston, SC" +19,479,159,"Long Beach, CA",159,"Long Beach, CA" +19,480,198,"Baltimore, MD",198,"Baltimore, MD" +19,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +19,482,159,"Long Beach, CA",159,"Long Beach, CA" +19,483,223,"New York, NY and NJ",223,"New York, NY and NJ" +19,484,198,"Baltimore, MD",198,"Baltimore, MD" +19,485,268,"Seattle, WA",268,"Seattle, WA" +19,486,159,"Long Beach, CA",159,"Long Beach, CA" +19,487,177,"Savannah, GA",177,"Savannah, GA" +19,488,159,"Long Beach, CA",159,"Long Beach, CA" +19,489,159,"Long Beach, CA",159,"Long Beach, CA" +19,490,223,"New York, NY and NJ",223,"New York, NY and NJ" +19,491,197,"Portland, ME",197,"Portland, ME" +20,154,268,"Seattle, WA",268,"Seattle, WA" +20,179,159,"Long Beach, CA",159,"Long Beach, CA" +20,180,239,"Portland, OR",239,"Portland, OR" +20,274,268,"Seattle, WA",268,"Seattle, WA" +20,275,197,"Portland, ME",197,"Portland, ME" +20,276,217,"New York, NY and NJ",217,"New York, NY and NJ" +20,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +20,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +20,279,229,"Wilmington, NC",229,"Wilmington, NC" +20,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +20,281,195,"New Orleans, LA",195,"New Orleans, LA" +20,282,217,"New York, NY and NJ",217,"New York, NY and NJ" +20,283,174,"Tampa, FL",174,"Tampa, FL" +20,284,159,"Long Beach, CA",159,"Long Beach, CA" +20,285,198,"Baltimore, MD",198,"Baltimore, MD" +20,286,217,"New York, NY and NJ",217,"New York, NY and NJ" +20,287,245,"Charleston, SC",245,"Charleston, SC" +20,288,159,"Long Beach, CA",159,"Long Beach, CA" +20,289,268,"Seattle, WA",268,"Seattle, WA" +20,290,172,"Port Everglades, FL",172,"Port Everglades, FL" +20,291,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +20,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +20,293,195,"New Orleans, LA",195,"New Orleans, LA" +20,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +20,295,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +20,296,159,"Long Beach, CA",159,"Long Beach, CA" +20,297,174,"Tampa, FL",174,"Tampa, FL" +20,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +20,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +20,300,178,"Brunswick, GA",178,"Brunswick, GA" +20,301,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +20,302,171,"Jacksonville, FL",171,"Jacksonville, FL" +20,303,159,"Long Beach, CA",159,"Long Beach, CA" +20,304,197,"Portland, ME",197,"Portland, ME" +20,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +20,306,223,"New York, NY and NJ",223,"New York, NY and NJ" +20,307,223,"New York, NY and NJ",223,"New York, NY and NJ" +20,308,162,"Oakland, CA",162,"Oakland, CA" +20,309,223,"New York, NY and NJ",223,"New York, NY and NJ" +20,310,223,"New York, NY and NJ",223,"New York, NY and NJ" +20,311,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +20,312,174,"Tampa, FL",174,"Tampa, FL" +20,313,198,"Baltimore, MD",198,"Baltimore, MD" +20,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +20,315,253,"Beaumont, TX",253,"Beaumont, TX" +20,316,159,"Long Beach, CA",159,"Long Beach, CA" +20,317,268,"Seattle, WA",268,"Seattle, WA" +20,318,268,"Seattle, WA",268,"Seattle, WA" +20,319,245,"Charleston, SC",245,"Charleston, SC" +20,320,229,"Wilmington, NC",229,"Wilmington, NC" +20,321,177,"Savannah, GA",177,"Savannah, GA" +20,322,162,"Oakland, CA",162,"Oakland, CA" +20,323,152,"Mobile, AL",152,"Mobile, AL" +20,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +20,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +20,326,245,"Charleston, SC",245,"Charleston, SC" +20,327,241,"Philadelphia, PA",241,"Philadelphia, PA" +20,328,241,"Philadelphia, PA",241,"Philadelphia, PA" +20,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +20,330,201,"Boston, MA",201,"Boston, MA" +20,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +20,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +20,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +20,334,171,"Jacksonville, FL",171,"Jacksonville, FL" +20,335,241,"Philadelphia, PA",241,"Philadelphia, PA" +20,336,177,"Savannah, GA",177,"Savannah, GA" +20,337,198,"Baltimore, MD",198,"Baltimore, MD" +20,338,198,"Baltimore, MD",198,"Baltimore, MD" +20,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +20,340,198,"Baltimore, MD",198,"Baltimore, MD" +20,341,195,"New Orleans, LA",195,"New Orleans, LA" +20,342,198,"Baltimore, MD",198,"Baltimore, MD" +20,343,162,"Oakland, CA",162,"Oakland, CA" +20,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +20,345,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +20,346,152,"Mobile, AL",152,"Mobile, AL" +20,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +20,348,198,"Baltimore, MD",198,"Baltimore, MD" +20,349,197,"Portland, ME",197,"Portland, ME" +20,350,217,"New York, NY and NJ",217,"New York, NY and NJ" +20,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +20,352,201,"Boston, MA",201,"Boston, MA" +20,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +20,354,201,"Boston, MA",201,"Boston, MA" +20,355,169,"Wilmington, DE",169,"Wilmington, DE" +20,356,195,"New Orleans, LA",195,"New Orleans, LA" +20,357,217,"New York, NY and NJ",217,"New York, NY and NJ" +20,358,223,"New York, NY and NJ",223,"New York, NY and NJ" +20,359,198,"Baltimore, MD",198,"Baltimore, MD" +20,360,245,"Charleston, SC",245,"Charleston, SC" +20,361,195,"New Orleans, LA",195,"New Orleans, LA" +20,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +20,363,253,"Beaumont, TX",253,"Beaumont, TX" +20,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +20,365,201,"Boston, MA",201,"Boston, MA" +20,366,162,"Oakland, CA",162,"Oakland, CA" +20,367,162,"Oakland, CA",162,"Oakland, CA" +20,368,159,"Long Beach, CA",159,"Long Beach, CA" +20,369,159,"Long Beach, CA",159,"Long Beach, CA" +20,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +20,371,159,"Long Beach, CA",159,"Long Beach, CA" +20,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +20,373,152,"Mobile, AL",152,"Mobile, AL" +20,374,239,"Portland, OR",239,"Portland, OR" +20,375,159,"Long Beach, CA",159,"Long Beach, CA" +20,376,159,"Long Beach, CA",159,"Long Beach, CA" +20,377,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +20,378,195,"New Orleans, LA",195,"New Orleans, LA" +20,379,159,"Long Beach, CA",159,"Long Beach, CA" +20,380,159,"Long Beach, CA",159,"Long Beach, CA" +20,381,268,"Seattle, WA",268,"Seattle, WA" +20,382,197,"Portland, ME",197,"Portland, ME" +20,383,162,"Oakland, CA",162,"Oakland, CA" +20,384,201,"Boston, MA",201,"Boston, MA" +20,385,223,"New York, NY and NJ",223,"New York, NY and NJ" +20,386,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +20,387,201,"Boston, MA",201,"Boston, MA" +20,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +20,389,241,"Philadelphia, PA",241,"Philadelphia, PA" +20,390,201,"Boston, MA",201,"Boston, MA" +20,391,198,"Baltimore, MD",198,"Baltimore, MD" +20,392,159,"Long Beach, CA",159,"Long Beach, CA" +20,393,159,"Long Beach, CA",159,"Long Beach, CA" +20,394,217,"New York, NY and NJ",217,"New York, NY and NJ" +20,395,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +20,396,268,"Seattle, WA",268,"Seattle, WA" +20,397,241,"Philadelphia, PA",241,"Philadelphia, PA" +20,398,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +20,399,195,"New Orleans, LA",195,"New Orleans, LA" +20,400,159,"Long Beach, CA",159,"Long Beach, CA" +20,401,241,"Philadelphia, PA",241,"Philadelphia, PA" +20,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +20,403,159,"Long Beach, CA",159,"Long Beach, CA" +20,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +20,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +20,406,201,"Boston, MA",201,"Boston, MA" +20,407,241,"Philadelphia, PA",241,"Philadelphia, PA" +20,408,239,"Portland, OR",239,"Portland, OR" +20,409,241,"Philadelphia, PA",241,"Philadelphia, PA" +20,410,269,"Longview, WA",269,"Longview, WA" +20,411,269,"Longview, WA",269,"Longview, WA" +20,412,241,"Philadelphia, PA",241,"Philadelphia, PA" +20,413,159,"Long Beach, CA",159,"Long Beach, CA" +20,414,245,"Charleston, SC",245,"Charleston, SC" +20,415,217,"New York, NY and NJ",217,"New York, NY and NJ" +20,416,198,"Baltimore, MD",198,"Baltimore, MD" +20,417,159,"Long Beach, CA",159,"Long Beach, CA" +20,418,159,"Long Beach, CA",159,"Long Beach, CA" +20,419,197,"Portland, ME",197,"Portland, ME" +20,420,268,"Seattle, WA",268,"Seattle, WA" +20,421,159,"Long Beach, CA",159,"Long Beach, CA" +20,422,159,"Long Beach, CA",159,"Long Beach, CA" +20,423,159,"Long Beach, CA",159,"Long Beach, CA" +20,424,152,"Mobile, AL",152,"Mobile, AL" +20,425,159,"Long Beach, CA",159,"Long Beach, CA" +20,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +20,427,195,"New Orleans, LA",195,"New Orleans, LA" +20,428,162,"Oakland, CA",162,"Oakland, CA" +20,429,162,"Oakland, CA",162,"Oakland, CA" +20,430,197,"Portland, ME",197,"Portland, ME" +20,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +20,432,159,"Long Beach, CA",159,"Long Beach, CA" +20,433,223,"New York, NY and NJ",223,"New York, NY and NJ" +20,434,241,"Philadelphia, PA",241,"Philadelphia, PA" +20,435,198,"Baltimore, MD",198,"Baltimore, MD" +20,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +20,437,217,"New York, NY and NJ",217,"New York, NY and NJ" +20,438,177,"Savannah, GA",177,"Savannah, GA" +20,439,177,"Savannah, GA",177,"Savannah, GA" +20,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +20,441,159,"Long Beach, CA",159,"Long Beach, CA" +20,442,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +20,443,241,"Philadelphia, PA",241,"Philadelphia, PA" +20,444,239,"Portland, OR",239,"Portland, OR" +20,445,244,"Providence, RI",244,"Providence, RI" +20,446,201,"Boston, MA",201,"Boston, MA" +20,447,197,"Portland, ME",197,"Portland, ME" +20,448,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +20,449,268,"Seattle, WA",268,"Seattle, WA" +20,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +20,451,197,"Portland, ME",197,"Portland, ME" +20,452,197,"Portland, ME",197,"Portland, ME" +20,453,162,"Oakland, CA",162,"Oakland, CA" +20,454,197,"Portland, ME",197,"Portland, ME" +20,455,197,"Portland, ME",197,"Portland, ME" +20,456,159,"Long Beach, CA",159,"Long Beach, CA" +20,457,223,"New York, NY and NJ",223,"New York, NY and NJ" +20,458,197,"Portland, ME",197,"Portland, ME" +20,459,268,"Seattle, WA",268,"Seattle, WA" +20,460,217,"New York, NY and NJ",217,"New York, NY and NJ" +20,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +20,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +20,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +20,464,241,"Philadelphia, PA",241,"Philadelphia, PA" +20,465,159,"Long Beach, CA",159,"Long Beach, CA" +20,466,159,"Long Beach, CA",159,"Long Beach, CA" +20,467,223,"New York, NY and NJ",223,"New York, NY and NJ" +20,468,159,"Long Beach, CA",159,"Long Beach, CA" +20,469,198,"Baltimore, MD",198,"Baltimore, MD" +20,470,159,"Long Beach, CA",159,"Long Beach, CA" +20,471,223,"New York, NY and NJ",223,"New York, NY and NJ" +20,472,268,"Seattle, WA",268,"Seattle, WA" +20,473,159,"Long Beach, CA",159,"Long Beach, CA" +20,474,177,"Savannah, GA",177,"Savannah, GA" +20,475,201,"Boston, MA",201,"Boston, MA" +20,476,239,"Portland, OR",239,"Portland, OR" +20,477,159,"Long Beach, CA",159,"Long Beach, CA" +20,478,174,"Tampa, FL",174,"Tampa, FL" +20,479,268,"Seattle, WA",268,"Seattle, WA" +20,480,217,"New York, NY and NJ",217,"New York, NY and NJ" +20,481,201,"Boston, MA",201,"Boston, MA" +20,482,239,"Portland, OR",239,"Portland, OR" +20,483,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +20,484,257,"Houston, TX",257,"Houston, TX" +20,485,159,"Long Beach, CA",159,"Long Beach, CA" +20,486,269,"Longview, WA",269,"Longview, WA" +20,487,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +20,488,159,"Long Beach, CA",159,"Long Beach, CA" +20,489,159,"Long Beach, CA",159,"Long Beach, CA" +20,490,223,"New York, NY and NJ",223,"New York, NY and NJ" +20,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +21,154,159,"Long Beach, CA",159,"Long Beach, CA" +21,179,162,"Oakland, CA",162,"Oakland, CA" +21,180,268,"Seattle, WA",268,"Seattle, WA" +21,274,159,"Long Beach, CA",159,"Long Beach, CA" +21,275,241,"Philadelphia, PA",241,"Philadelphia, PA" +21,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,278,198,"Baltimore, MD",198,"Baltimore, MD" +21,279,177,"Savannah, GA",177,"Savannah, GA" +21,280,241,"Philadelphia, PA",241,"Philadelphia, PA" +21,281,172,"Port Everglades, FL",172,"Port Everglades, FL" +21,282,241,"Philadelphia, PA",241,"Philadelphia, PA" +21,283,174,"Tampa, FL",174,"Tampa, FL" +21,284,159,"Long Beach, CA",159,"Long Beach, CA" +21,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +21,286,241,"Philadelphia, PA",241,"Philadelphia, PA" +21,287,177,"Savannah, GA",177,"Savannah, GA" +21,288,159,"Long Beach, CA",159,"Long Beach, CA" +21,289,159,"Long Beach, CA",159,"Long Beach, CA" +21,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +21,291,198,"Baltimore, MD",198,"Baltimore, MD" +21,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +21,293,195,"New Orleans, LA",195,"New Orleans, LA" +21,294,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +21,295,241,"Philadelphia, PA",241,"Philadelphia, PA" +21,296,159,"Long Beach, CA",159,"Long Beach, CA" +21,297,195,"New Orleans, LA",195,"New Orleans, LA" +21,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,299,217,"New York, NY and NJ",217,"New York, NY and NJ" +21,300,171,"Jacksonville, FL",171,"Jacksonville, FL" +21,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +21,303,239,"Portland, OR",239,"Portland, OR" +21,304,217,"New York, NY and NJ",217,"New York, NY and NJ" +21,305,169,"Wilmington, DE",169,"Wilmington, DE" +21,306,244,"Providence, RI",244,"Providence, RI" +21,307,198,"Baltimore, MD",198,"Baltimore, MD" +21,308,159,"Long Beach, CA",159,"Long Beach, CA" +21,309,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,310,241,"Philadelphia, PA",241,"Philadelphia, PA" +21,311,217,"New York, NY and NJ",217,"New York, NY and NJ" +21,312,195,"New Orleans, LA",195,"New Orleans, LA" +21,313,217,"New York, NY and NJ",217,"New York, NY and NJ" +21,314,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +21,315,152,"Mobile, AL",152,"Mobile, AL" +21,316,269,"Longview, WA",269,"Longview, WA" +21,317,159,"Long Beach, CA",159,"Long Beach, CA" +21,318,268,"Seattle, WA",268,"Seattle, WA" +21,319,195,"New Orleans, LA",195,"New Orleans, LA" +21,320,198,"Baltimore, MD",198,"Baltimore, MD" +21,321,217,"New York, NY and NJ",217,"New York, NY and NJ" +21,322,162,"Oakland, CA",162,"Oakland, CA" +21,323,257,"Houston, TX",257,"Houston, TX" +21,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +21,326,245,"Charleston, SC",245,"Charleston, SC" +21,327,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +21,328,244,"Providence, RI",244,"Providence, RI" +21,329,198,"Baltimore, MD",198,"Baltimore, MD" +21,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +21,332,174,"Tampa, FL",174,"Tampa, FL" +21,333,177,"Savannah, GA",177,"Savannah, GA" +21,334,195,"New Orleans, LA",195,"New Orleans, LA" +21,335,198,"Baltimore, MD",198,"Baltimore, MD" +21,336,195,"New Orleans, LA",195,"New Orleans, LA" +21,337,197,"Portland, ME",197,"Portland, ME" +21,338,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +21,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +21,340,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,341,257,"Houston, TX",257,"Houston, TX" +21,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +21,343,159,"Long Beach, CA",159,"Long Beach, CA" +21,344,197,"Portland, ME",197,"Portland, ME" +21,345,217,"New York, NY and NJ",217,"New York, NY and NJ" +21,346,245,"Charleston, SC",245,"Charleston, SC" +21,347,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +21,348,197,"Portland, ME",197,"Portland, ME" +21,349,201,"Boston, MA",201,"Boston, MA" +21,350,217,"New York, NY and NJ",217,"New York, NY and NJ" +21,351,198,"Baltimore, MD",198,"Baltimore, MD" +21,352,198,"Baltimore, MD",198,"Baltimore, MD" +21,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,354,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +21,355,178,"Brunswick, GA",178,"Brunswick, GA" +21,356,257,"Houston, TX",257,"Houston, TX" +21,357,197,"Portland, ME",197,"Portland, ME" +21,358,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,359,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,360,174,"Tampa, FL",174,"Tampa, FL" +21,361,172,"Port Everglades, FL",172,"Port Everglades, FL" +21,362,217,"New York, NY and NJ",217,"New York, NY and NJ" +21,363,169,"Wilmington, DE",169,"Wilmington, DE" +21,364,217,"New York, NY and NJ",217,"New York, NY and NJ" +21,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,366,159,"Long Beach, CA",159,"Long Beach, CA" +21,367,268,"Seattle, WA",268,"Seattle, WA" +21,368,159,"Long Beach, CA",159,"Long Beach, CA" +21,369,268,"Seattle, WA",268,"Seattle, WA" +21,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,371,159,"Long Beach, CA",159,"Long Beach, CA" +21,372,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +21,373,177,"Savannah, GA",177,"Savannah, GA" +21,374,268,"Seattle, WA",268,"Seattle, WA" +21,375,159,"Long Beach, CA",159,"Long Beach, CA" +21,376,159,"Long Beach, CA",159,"Long Beach, CA" +21,377,217,"New York, NY and NJ",217,"New York, NY and NJ" +21,378,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +21,379,268,"Seattle, WA",268,"Seattle, WA" +21,380,268,"Seattle, WA",268,"Seattle, WA" +21,381,162,"Oakland, CA",162,"Oakland, CA" +21,382,197,"Portland, ME",197,"Portland, ME" +21,383,159,"Long Beach, CA",159,"Long Beach, CA" +21,384,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,385,217,"New York, NY and NJ",217,"New York, NY and NJ" +21,386,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,388,217,"New York, NY and NJ",217,"New York, NY and NJ" +21,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,390,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,392,239,"Portland, OR",239,"Portland, OR" +21,393,268,"Seattle, WA",268,"Seattle, WA" +21,394,197,"Portland, ME",197,"Portland, ME" +21,395,244,"Providence, RI",244,"Providence, RI" +21,396,268,"Seattle, WA",268,"Seattle, WA" +21,397,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +21,398,217,"New York, NY and NJ",217,"New York, NY and NJ" +21,399,195,"New Orleans, LA",195,"New Orleans, LA" +21,400,159,"Long Beach, CA",159,"Long Beach, CA" +21,401,197,"Portland, ME",197,"Portland, ME" +21,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +21,403,159,"Long Beach, CA",159,"Long Beach, CA" +21,404,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +21,405,177,"Savannah, GA",177,"Savannah, GA" +21,406,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +21,407,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +21,408,268,"Seattle, WA",268,"Seattle, WA" +21,409,241,"Philadelphia, PA",241,"Philadelphia, PA" +21,410,159,"Long Beach, CA",159,"Long Beach, CA" +21,411,159,"Long Beach, CA",159,"Long Beach, CA" +21,412,241,"Philadelphia, PA",241,"Philadelphia, PA" +21,413,159,"Long Beach, CA",159,"Long Beach, CA" +21,414,152,"Mobile, AL",152,"Mobile, AL" +21,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,416,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +21,417,239,"Portland, OR",239,"Portland, OR" +21,418,159,"Long Beach, CA",159,"Long Beach, CA" +21,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,420,159,"Long Beach, CA",159,"Long Beach, CA" +21,421,159,"Long Beach, CA",159,"Long Beach, CA" +21,422,159,"Long Beach, CA",159,"Long Beach, CA" +21,423,159,"Long Beach, CA",159,"Long Beach, CA" +21,424,195,"New Orleans, LA",195,"New Orleans, LA" +21,425,159,"Long Beach, CA",159,"Long Beach, CA" +21,426,245,"Charleston, SC",245,"Charleston, SC" +21,427,174,"Tampa, FL",174,"Tampa, FL" +21,428,159,"Long Beach, CA",159,"Long Beach, CA" +21,429,159,"Long Beach, CA",159,"Long Beach, CA" +21,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,431,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,432,159,"Long Beach, CA",159,"Long Beach, CA" +21,433,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,434,244,"Providence, RI",244,"Providence, RI" +21,435,217,"New York, NY and NJ",217,"New York, NY and NJ" +21,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +21,437,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +21,438,172,"Port Everglades, FL",172,"Port Everglades, FL" +21,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +21,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +21,441,162,"Oakland, CA",162,"Oakland, CA" +21,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,443,241,"Philadelphia, PA",241,"Philadelphia, PA" +21,444,159,"Long Beach, CA",159,"Long Beach, CA" +21,445,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +21,446,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +21,447,217,"New York, NY and NJ",217,"New York, NY and NJ" +21,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,449,159,"Long Beach, CA",159,"Long Beach, CA" +21,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +21,451,197,"Portland, ME",197,"Portland, ME" +21,452,241,"Philadelphia, PA",241,"Philadelphia, PA" +21,453,159,"Long Beach, CA",159,"Long Beach, CA" +21,454,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +21,455,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +21,456,162,"Oakland, CA",162,"Oakland, CA" +21,457,201,"Boston, MA",201,"Boston, MA" +21,458,201,"Boston, MA",201,"Boston, MA" +21,459,162,"Oakland, CA",162,"Oakland, CA" +21,460,217,"New York, NY and NJ",217,"New York, NY and NJ" +21,461,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,462,217,"New York, NY and NJ",217,"New York, NY and NJ" +21,463,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +21,464,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +21,465,159,"Long Beach, CA",159,"Long Beach, CA" +21,466,159,"Long Beach, CA",159,"Long Beach, CA" +21,467,201,"Boston, MA",201,"Boston, MA" +21,468,159,"Long Beach, CA",159,"Long Beach, CA" +21,469,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +21,470,159,"Long Beach, CA",159,"Long Beach, CA" +21,471,241,"Philadelphia, PA",241,"Philadelphia, PA" +21,472,159,"Long Beach, CA",159,"Long Beach, CA" +21,473,159,"Long Beach, CA",159,"Long Beach, CA" +21,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +21,475,217,"New York, NY and NJ",217,"New York, NY and NJ" +21,476,239,"Portland, OR",239,"Portland, OR" +21,477,159,"Long Beach, CA",159,"Long Beach, CA" +21,478,177,"Savannah, GA",177,"Savannah, GA" +21,479,159,"Long Beach, CA",159,"Long Beach, CA" +21,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,481,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +21,482,159,"Long Beach, CA",159,"Long Beach, CA" +21,483,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,484,152,"Mobile, AL",152,"Mobile, AL" +21,485,159,"Long Beach, CA",159,"Long Beach, CA" +21,486,159,"Long Beach, CA",159,"Long Beach, CA" +21,487,195,"New Orleans, LA",195,"New Orleans, LA" +21,488,159,"Long Beach, CA",159,"Long Beach, CA" +21,489,269,"Longview, WA",269,"Longview, WA" +21,490,223,"New York, NY and NJ",223,"New York, NY and NJ" +21,491,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +22,154,268,"Seattle, WA",268,"Seattle, WA" +22,179,162,"Oakland, CA",162,"Oakland, CA" +22,180,268,"Seattle, WA",268,"Seattle, WA" +22,274,159,"Long Beach, CA",159,"Long Beach, CA" +22,275,217,"New York, NY and NJ",217,"New York, NY and NJ" +22,276,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +22,277,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +22,278,241,"Philadelphia, PA",241,"Philadelphia, PA" +22,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +22,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +22,281,172,"Port Everglades, FL",172,"Port Everglades, FL" +22,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +22,283,174,"Tampa, FL",174,"Tampa, FL" +22,284,162,"Oakland, CA",162,"Oakland, CA" +22,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +22,286,198,"Baltimore, MD",198,"Baltimore, MD" +22,287,171,"Jacksonville, FL",171,"Jacksonville, FL" +22,288,268,"Seattle, WA",268,"Seattle, WA" +22,289,268,"Seattle, WA",268,"Seattle, WA" +22,290,198,"Baltimore, MD",198,"Baltimore, MD" +22,291,197,"Portland, ME",197,"Portland, ME" +22,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +22,293,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +22,294,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +22,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +22,296,239,"Portland, OR",239,"Portland, OR" +22,297,194,"Lake Charles, LA",194,"Lake Charles, LA" +22,298,197,"Portland, ME",197,"Portland, ME" +22,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +22,300,195,"New Orleans, LA",195,"New Orleans, LA" +22,301,201,"Boston, MA",201,"Boston, MA" +22,302,172,"Port Everglades, FL",172,"Port Everglades, FL" +22,303,159,"Long Beach, CA",159,"Long Beach, CA" +22,304,201,"Boston, MA",201,"Boston, MA" +22,305,241,"Philadelphia, PA",241,"Philadelphia, PA" +22,306,177,"Savannah, GA",177,"Savannah, GA" +22,307,223,"New York, NY and NJ",223,"New York, NY and NJ" +22,308,159,"Long Beach, CA",159,"Long Beach, CA" +22,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +22,310,268,"Seattle, WA",268,"Seattle, WA" +22,311,244,"Providence, RI",244,"Providence, RI" +22,312,178,"Brunswick, GA",178,"Brunswick, GA" +22,313,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +22,314,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +22,315,195,"New Orleans, LA",195,"New Orleans, LA" +22,316,159,"Long Beach, CA",159,"Long Beach, CA" +22,317,162,"Oakland, CA",162,"Oakland, CA" +22,318,269,"Longview, WA",269,"Longview, WA" +22,319,195,"New Orleans, LA",195,"New Orleans, LA" +22,320,217,"New York, NY and NJ",217,"New York, NY and NJ" +22,321,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +22,322,159,"Long Beach, CA",159,"Long Beach, CA" +22,323,171,"Jacksonville, FL",171,"Jacksonville, FL" +22,324,244,"Providence, RI",244,"Providence, RI" +22,325,174,"Tampa, FL",174,"Tampa, FL" +22,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +22,327,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +22,328,241,"Philadelphia, PA",241,"Philadelphia, PA" +22,329,223,"New York, NY and NJ",223,"New York, NY and NJ" +22,330,217,"New York, NY and NJ",217,"New York, NY and NJ" +22,331,201,"Boston, MA",201,"Boston, MA" +22,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +22,333,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +22,334,177,"Savannah, GA",177,"Savannah, GA" +22,335,241,"Philadelphia, PA",241,"Philadelphia, PA" +22,336,208,"Pascagoula, MS",208,"Pascagoula, MS" +22,337,197,"Portland, ME",197,"Portland, ME" +22,338,197,"Portland, ME",197,"Portland, ME" +22,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +22,340,229,"Wilmington, NC",229,"Wilmington, NC" +22,341,253,"Beaumont, TX",253,"Beaumont, TX" +22,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +22,343,268,"Seattle, WA",268,"Seattle, WA" +22,344,197,"Portland, ME",197,"Portland, ME" +22,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +22,346,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +22,347,229,"Wilmington, NC",229,"Wilmington, NC" +22,348,217,"New York, NY and NJ",217,"New York, NY and NJ" +22,349,217,"New York, NY and NJ",217,"New York, NY and NJ" +22,350,217,"New York, NY and NJ",217,"New York, NY and NJ" +22,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +22,352,241,"Philadelphia, PA",241,"Philadelphia, PA" +22,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +22,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +22,355,245,"Charleston, SC",245,"Charleston, SC" +22,356,257,"Houston, TX",257,"Houston, TX" +22,357,245,"Charleston, SC",245,"Charleston, SC" +22,358,223,"New York, NY and NJ",223,"New York, NY and NJ" +22,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +22,360,177,"Savannah, GA",177,"Savannah, GA" +22,361,177,"Savannah, GA",177,"Savannah, GA" +22,362,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +22,363,195,"New Orleans, LA",195,"New Orleans, LA" +22,364,201,"Boston, MA",201,"Boston, MA" +22,365,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +22,366,159,"Long Beach, CA",159,"Long Beach, CA" +22,367,268,"Seattle, WA",268,"Seattle, WA" +22,368,162,"Oakland, CA",162,"Oakland, CA" +22,369,268,"Seattle, WA",268,"Seattle, WA" +22,370,198,"Baltimore, MD",198,"Baltimore, MD" +22,371,239,"Portland, OR",239,"Portland, OR" +22,372,197,"Portland, ME",197,"Portland, ME" +22,373,177,"Savannah, GA",177,"Savannah, GA" +22,374,159,"Long Beach, CA",159,"Long Beach, CA" +22,375,268,"Seattle, WA",268,"Seattle, WA" +22,376,162,"Oakland, CA",162,"Oakland, CA" +22,377,223,"New York, NY and NJ",223,"New York, NY and NJ" +22,378,195,"New Orleans, LA",195,"New Orleans, LA" +22,379,162,"Oakland, CA",162,"Oakland, CA" +22,380,159,"Long Beach, CA",159,"Long Beach, CA" +22,381,159,"Long Beach, CA",159,"Long Beach, CA" +22,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +22,383,159,"Long Beach, CA",159,"Long Beach, CA" +22,384,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +22,385,201,"Boston, MA",201,"Boston, MA" +22,386,241,"Philadelphia, PA",241,"Philadelphia, PA" +22,387,169,"Wilmington, DE",169,"Wilmington, DE" +22,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +22,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +22,390,177,"Savannah, GA",177,"Savannah, GA" +22,391,217,"New York, NY and NJ",217,"New York, NY and NJ" +22,392,159,"Long Beach, CA",159,"Long Beach, CA" +22,393,268,"Seattle, WA",268,"Seattle, WA" +22,394,241,"Philadelphia, PA",241,"Philadelphia, PA" +22,395,241,"Philadelphia, PA",241,"Philadelphia, PA" +22,396,162,"Oakland, CA",162,"Oakland, CA" +22,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +22,398,217,"New York, NY and NJ",217,"New York, NY and NJ" +22,399,257,"Houston, TX",257,"Houston, TX" +22,400,159,"Long Beach, CA",159,"Long Beach, CA" +22,401,201,"Boston, MA",201,"Boston, MA" +22,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +22,403,159,"Long Beach, CA",159,"Long Beach, CA" +22,404,241,"Philadelphia, PA",241,"Philadelphia, PA" +22,405,172,"Port Everglades, FL",172,"Port Everglades, FL" +22,406,169,"Wilmington, DE",169,"Wilmington, DE" +22,407,198,"Baltimore, MD",198,"Baltimore, MD" +22,408,162,"Oakland, CA",162,"Oakland, CA" +22,409,198,"Baltimore, MD",198,"Baltimore, MD" +22,410,159,"Long Beach, CA",159,"Long Beach, CA" +22,411,162,"Oakland, CA",162,"Oakland, CA" +22,412,197,"Portland, ME",197,"Portland, ME" +22,413,159,"Long Beach, CA",159,"Long Beach, CA" +22,414,194,"Lake Charles, LA",194,"Lake Charles, LA" +22,415,197,"Portland, ME",197,"Portland, ME" +22,416,201,"Boston, MA",201,"Boston, MA" +22,417,162,"Oakland, CA",162,"Oakland, CA" +22,418,159,"Long Beach, CA",159,"Long Beach, CA" +22,419,198,"Baltimore, MD",198,"Baltimore, MD" +22,420,159,"Long Beach, CA",159,"Long Beach, CA" +22,421,162,"Oakland, CA",162,"Oakland, CA" +22,422,162,"Oakland, CA",162,"Oakland, CA" +22,423,162,"Oakland, CA",162,"Oakland, CA" +22,424,172,"Port Everglades, FL",172,"Port Everglades, FL" +22,425,159,"Long Beach, CA",159,"Long Beach, CA" +22,426,152,"Mobile, AL",152,"Mobile, AL" +22,427,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +22,428,159,"Long Beach, CA",159,"Long Beach, CA" +22,429,159,"Long Beach, CA",159,"Long Beach, CA" +22,430,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +22,431,197,"Portland, ME",197,"Portland, ME" +22,432,159,"Long Beach, CA",159,"Long Beach, CA" +22,433,244,"Providence, RI",244,"Providence, RI" +22,434,197,"Portland, ME",197,"Portland, ME" +22,435,169,"Wilmington, DE",169,"Wilmington, DE" +22,436,198,"Baltimore, MD",198,"Baltimore, MD" +22,437,245,"Charleston, SC",245,"Charleston, SC" +22,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +22,439,174,"Tampa, FL",174,"Tampa, FL" +22,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +22,441,159,"Long Beach, CA",159,"Long Beach, CA" +22,442,241,"Philadelphia, PA",241,"Philadelphia, PA" +22,443,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +22,444,171,"Jacksonville, FL",171,"Jacksonville, FL" +22,445,198,"Baltimore, MD",198,"Baltimore, MD" +22,446,201,"Boston, MA",201,"Boston, MA" +22,447,198,"Baltimore, MD",198,"Baltimore, MD" +22,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +22,449,159,"Long Beach, CA",159,"Long Beach, CA" +22,450,172,"Port Everglades, FL",172,"Port Everglades, FL" +22,451,217,"New York, NY and NJ",217,"New York, NY and NJ" +22,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +22,453,159,"Long Beach, CA",159,"Long Beach, CA" +22,454,217,"New York, NY and NJ",217,"New York, NY and NJ" +22,455,223,"New York, NY and NJ",223,"New York, NY and NJ" +22,456,159,"Long Beach, CA",159,"Long Beach, CA" +22,457,201,"Boston, MA",201,"Boston, MA" +22,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +22,459,159,"Long Beach, CA",159,"Long Beach, CA" +22,460,217,"New York, NY and NJ",217,"New York, NY and NJ" +22,461,171,"Jacksonville, FL",171,"Jacksonville, FL" +22,462,197,"Portland, ME",197,"Portland, ME" +22,463,241,"Philadelphia, PA",241,"Philadelphia, PA" +22,464,201,"Boston, MA",201,"Boston, MA" +22,465,162,"Oakland, CA",162,"Oakland, CA" +22,466,159,"Long Beach, CA",159,"Long Beach, CA" +22,467,223,"New York, NY and NJ",223,"New York, NY and NJ" +22,468,268,"Seattle, WA",268,"Seattle, WA" +22,469,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +22,470,159,"Long Beach, CA",159,"Long Beach, CA" +22,471,197,"Portland, ME",197,"Portland, ME" +22,472,159,"Long Beach, CA",159,"Long Beach, CA" +22,473,268,"Seattle, WA",268,"Seattle, WA" +22,474,177,"Savannah, GA",177,"Savannah, GA" +22,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +22,476,159,"Long Beach, CA",159,"Long Beach, CA" +22,477,239,"Portland, OR",239,"Portland, OR" +22,478,177,"Savannah, GA",177,"Savannah, GA" +22,479,159,"Long Beach, CA",159,"Long Beach, CA" +22,480,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +22,481,169,"Wilmington, DE",169,"Wilmington, DE" +22,482,159,"Long Beach, CA",159,"Long Beach, CA" +22,483,223,"New York, NY and NJ",223,"New York, NY and NJ" +22,484,257,"Houston, TX",257,"Houston, TX" +22,485,159,"Long Beach, CA",159,"Long Beach, CA" +22,486,268,"Seattle, WA",268,"Seattle, WA" +22,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +22,488,159,"Long Beach, CA",159,"Long Beach, CA" +22,489,268,"Seattle, WA",268,"Seattle, WA" +22,490,197,"Portland, ME",197,"Portland, ME" +22,491,223,"New York, NY and NJ",223,"New York, NY and NJ" +23,154,159,"Long Beach, CA",159,"Long Beach, CA" +23,179,159,"Long Beach, CA",159,"Long Beach, CA" +23,180,162,"Oakland, CA",162,"Oakland, CA" +23,274,268,"Seattle, WA",268,"Seattle, WA" +23,275,241,"Philadelphia, PA",241,"Philadelphia, PA" +23,276,198,"Baltimore, MD",198,"Baltimore, MD" +23,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +23,278,241,"Philadelphia, PA",241,"Philadelphia, PA" +23,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +23,280,245,"Charleston, SC",245,"Charleston, SC" +23,281,177,"Savannah, GA",177,"Savannah, GA" +23,282,201,"Boston, MA",201,"Boston, MA" +23,283,152,"Mobile, AL",152,"Mobile, AL" +23,284,162,"Oakland, CA",162,"Oakland, CA" +23,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +23,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +23,287,171,"Jacksonville, FL",171,"Jacksonville, FL" +23,288,159,"Long Beach, CA",159,"Long Beach, CA" +23,289,159,"Long Beach, CA",159,"Long Beach, CA" +23,290,174,"Tampa, FL",174,"Tampa, FL" +23,291,241,"Philadelphia, PA",241,"Philadelphia, PA" +23,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +23,293,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +23,294,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +23,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +23,296,268,"Seattle, WA",268,"Seattle, WA" +23,297,152,"Mobile, AL",152,"Mobile, AL" +23,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +23,299,177,"Savannah, GA",177,"Savannah, GA" +23,300,241,"Philadelphia, PA",241,"Philadelphia, PA" +23,301,217,"New York, NY and NJ",217,"New York, NY and NJ" +23,302,177,"Savannah, GA",177,"Savannah, GA" +23,303,159,"Long Beach, CA",159,"Long Beach, CA" +23,304,217,"New York, NY and NJ",217,"New York, NY and NJ" +23,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +23,306,223,"New York, NY and NJ",223,"New York, NY and NJ" +23,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +23,308,162,"Oakland, CA",162,"Oakland, CA" +23,309,198,"Baltimore, MD",198,"Baltimore, MD" +23,310,217,"New York, NY and NJ",217,"New York, NY and NJ" +23,311,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +23,312,177,"Savannah, GA",177,"Savannah, GA" +23,313,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +23,314,201,"Boston, MA",201,"Boston, MA" +23,315,195,"New Orleans, LA",195,"New Orleans, LA" +23,316,159,"Long Beach, CA",159,"Long Beach, CA" +23,317,159,"Long Beach, CA",159,"Long Beach, CA" +23,318,159,"Long Beach, CA",159,"Long Beach, CA" +23,319,195,"New Orleans, LA",195,"New Orleans, LA" +23,320,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +23,321,229,"Wilmington, NC",229,"Wilmington, NC" +23,322,269,"Longview, WA",269,"Longview, WA" +23,323,177,"Savannah, GA",177,"Savannah, GA" +23,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +23,325,152,"Mobile, AL",152,"Mobile, AL" +23,326,174,"Tampa, FL",174,"Tampa, FL" +23,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +23,328,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +23,329,223,"New York, NY and NJ",223,"New York, NY and NJ" +23,330,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +23,331,201,"Boston, MA",201,"Boston, MA" +23,332,245,"Charleston, SC",245,"Charleston, SC" +23,333,177,"Savannah, GA",177,"Savannah, GA" +23,334,152,"Mobile, AL",152,"Mobile, AL" +23,335,223,"New York, NY and NJ",223,"New York, NY and NJ" +23,336,195,"New Orleans, LA",195,"New Orleans, LA" +23,337,197,"Portland, ME",197,"Portland, ME" +23,338,197,"Portland, ME",197,"Portland, ME" +23,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +23,340,223,"New York, NY and NJ",223,"New York, NY and NJ" +23,341,257,"Houston, TX",257,"Houston, TX" +23,342,197,"Portland, ME",197,"Portland, ME" +23,343,162,"Oakland, CA",162,"Oakland, CA" +23,344,197,"Portland, ME",197,"Portland, ME" +23,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +23,346,172,"Port Everglades, FL",172,"Port Everglades, FL" +23,347,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +23,348,223,"New York, NY and NJ",223,"New York, NY and NJ" +23,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +23,350,197,"Portland, ME",197,"Portland, ME" +23,351,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +23,352,217,"New York, NY and NJ",217,"New York, NY and NJ" +23,353,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +23,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +23,355,229,"Wilmington, NC",229,"Wilmington, NC" +23,356,195,"New Orleans, LA",195,"New Orleans, LA" +23,357,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +23,358,229,"Wilmington, NC",229,"Wilmington, NC" +23,359,174,"Tampa, FL",174,"Tampa, FL" +23,360,177,"Savannah, GA",177,"Savannah, GA" +23,361,253,"Beaumont, TX",253,"Beaumont, TX" +23,362,197,"Portland, ME",197,"Portland, ME" +23,363,195,"New Orleans, LA",195,"New Orleans, LA" +23,364,201,"Boston, MA",201,"Boston, MA" +23,365,241,"Philadelphia, PA",241,"Philadelphia, PA" +23,366,159,"Long Beach, CA",159,"Long Beach, CA" +23,367,239,"Portland, OR",239,"Portland, OR" +23,368,159,"Long Beach, CA",159,"Long Beach, CA" +23,369,159,"Long Beach, CA",159,"Long Beach, CA" +23,370,198,"Baltimore, MD",198,"Baltimore, MD" +23,371,239,"Portland, OR",239,"Portland, OR" +23,372,201,"Boston, MA",201,"Boston, MA" +23,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +23,374,159,"Long Beach, CA",159,"Long Beach, CA" +23,375,159,"Long Beach, CA",159,"Long Beach, CA" +23,376,159,"Long Beach, CA",159,"Long Beach, CA" +23,377,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +23,378,195,"New Orleans, LA",195,"New Orleans, LA" +23,379,159,"Long Beach, CA",159,"Long Beach, CA" +23,380,162,"Oakland, CA",162,"Oakland, CA" +23,381,162,"Oakland, CA",162,"Oakland, CA" +23,382,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +23,383,159,"Long Beach, CA",159,"Long Beach, CA" +23,384,223,"New York, NY and NJ",223,"New York, NY and NJ" +23,385,244,"Providence, RI",244,"Providence, RI" +23,386,241,"Philadelphia, PA",241,"Philadelphia, PA" +23,387,241,"Philadelphia, PA",241,"Philadelphia, PA" +23,388,198,"Baltimore, MD",198,"Baltimore, MD" +23,389,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +23,390,241,"Philadelphia, PA",241,"Philadelphia, PA" +23,391,217,"New York, NY and NJ",217,"New York, NY and NJ" +23,392,159,"Long Beach, CA",159,"Long Beach, CA" +23,393,268,"Seattle, WA",268,"Seattle, WA" +23,394,198,"Baltimore, MD",198,"Baltimore, MD" +23,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +23,396,162,"Oakland, CA",162,"Oakland, CA" +23,397,201,"Boston, MA",201,"Boston, MA" +23,398,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +23,399,257,"Houston, TX",257,"Houston, TX" +23,400,159,"Long Beach, CA",159,"Long Beach, CA" +23,401,217,"New York, NY and NJ",217,"New York, NY and NJ" +23,402,198,"Baltimore, MD",198,"Baltimore, MD" +23,403,159,"Long Beach, CA",159,"Long Beach, CA" +23,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +23,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +23,406,197,"Portland, ME",197,"Portland, ME" +23,407,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +23,408,162,"Oakland, CA",162,"Oakland, CA" +23,409,217,"New York, NY and NJ",217,"New York, NY and NJ" +23,410,162,"Oakland, CA",162,"Oakland, CA" +23,411,159,"Long Beach, CA",159,"Long Beach, CA" +23,412,241,"Philadelphia, PA",241,"Philadelphia, PA" +23,413,268,"Seattle, WA",268,"Seattle, WA" +23,414,195,"New Orleans, LA",195,"New Orleans, LA" +23,415,241,"Philadelphia, PA",241,"Philadelphia, PA" +23,416,244,"Providence, RI",244,"Providence, RI" +23,417,268,"Seattle, WA",268,"Seattle, WA" +23,418,159,"Long Beach, CA",159,"Long Beach, CA" +23,419,197,"Portland, ME",197,"Portland, ME" +23,420,159,"Long Beach, CA",159,"Long Beach, CA" +23,421,159,"Long Beach, CA",159,"Long Beach, CA" +23,422,268,"Seattle, WA",268,"Seattle, WA" +23,423,159,"Long Beach, CA",159,"Long Beach, CA" +23,424,195,"New Orleans, LA",195,"New Orleans, LA" +23,425,268,"Seattle, WA",268,"Seattle, WA" +23,426,195,"New Orleans, LA",195,"New Orleans, LA" +23,427,245,"Charleston, SC",245,"Charleston, SC" +23,428,159,"Long Beach, CA",159,"Long Beach, CA" +23,429,159,"Long Beach, CA",159,"Long Beach, CA" +23,430,201,"Boston, MA",201,"Boston, MA" +23,431,201,"Boston, MA",201,"Boston, MA" +23,432,239,"Portland, OR",239,"Portland, OR" +23,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +23,434,197,"Portland, ME",197,"Portland, ME" +23,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +23,436,177,"Savannah, GA",177,"Savannah, GA" +23,437,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +23,438,177,"Savannah, GA",177,"Savannah, GA" +23,439,169,"Wilmington, DE",169,"Wilmington, DE" +23,440,177,"Savannah, GA",177,"Savannah, GA" +23,441,162,"Oakland, CA",162,"Oakland, CA" +23,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +23,443,241,"Philadelphia, PA",241,"Philadelphia, PA" +23,444,268,"Seattle, WA",268,"Seattle, WA" +23,445,201,"Boston, MA",201,"Boston, MA" +23,446,197,"Portland, ME",197,"Portland, ME" +23,447,244,"Providence, RI",244,"Providence, RI" +23,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +23,449,162,"Oakland, CA",162,"Oakland, CA" +23,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +23,451,201,"Boston, MA",201,"Boston, MA" +23,452,241,"Philadelphia, PA",241,"Philadelphia, PA" +23,453,268,"Seattle, WA",268,"Seattle, WA" +23,454,201,"Boston, MA",201,"Boston, MA" +23,455,229,"Wilmington, NC",229,"Wilmington, NC" +23,456,159,"Long Beach, CA",159,"Long Beach, CA" +23,457,229,"Wilmington, NC",229,"Wilmington, NC" +23,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +23,459,162,"Oakland, CA",162,"Oakland, CA" +23,460,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +23,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +23,462,217,"New York, NY and NJ",217,"New York, NY and NJ" +23,463,217,"New York, NY and NJ",217,"New York, NY and NJ" +23,464,217,"New York, NY and NJ",217,"New York, NY and NJ" +23,465,162,"Oakland, CA",162,"Oakland, CA" +23,466,159,"Long Beach, CA",159,"Long Beach, CA" +23,467,217,"New York, NY and NJ",217,"New York, NY and NJ" +23,468,159,"Long Beach, CA",159,"Long Beach, CA" +23,469,198,"Baltimore, MD",198,"Baltimore, MD" +23,470,159,"Long Beach, CA",159,"Long Beach, CA" +23,471,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +23,472,239,"Portland, OR",239,"Portland, OR" +23,473,159,"Long Beach, CA",159,"Long Beach, CA" +23,474,171,"Jacksonville, FL",171,"Jacksonville, FL" +23,475,241,"Philadelphia, PA",241,"Philadelphia, PA" +23,476,269,"Longview, WA",269,"Longview, WA" +23,477,159,"Long Beach, CA",159,"Long Beach, CA" +23,478,177,"Savannah, GA",177,"Savannah, GA" +23,479,268,"Seattle, WA",268,"Seattle, WA" +23,480,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +23,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +23,482,159,"Long Beach, CA",159,"Long Beach, CA" +23,483,241,"Philadelphia, PA",241,"Philadelphia, PA" +23,484,177,"Savannah, GA",177,"Savannah, GA" +23,485,159,"Long Beach, CA",159,"Long Beach, CA" +23,486,159,"Long Beach, CA",159,"Long Beach, CA" +23,487,174,"Tampa, FL",174,"Tampa, FL" +23,488,162,"Oakland, CA",162,"Oakland, CA" +23,489,162,"Oakland, CA",162,"Oakland, CA" +23,490,201,"Boston, MA",201,"Boston, MA" +23,491,198,"Baltimore, MD",198,"Baltimore, MD" +24,154,159,"Long Beach, CA",159,"Long Beach, CA" +24,179,159,"Long Beach, CA",159,"Long Beach, CA" +24,180,159,"Long Beach, CA",159,"Long Beach, CA" +24,274,159,"Long Beach, CA",159,"Long Beach, CA" +24,275,169,"Wilmington, DE",169,"Wilmington, DE" +24,276,217,"New York, NY and NJ",217,"New York, NY and NJ" +24,277,201,"Boston, MA",201,"Boston, MA" +24,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +24,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +24,280,171,"Jacksonville, FL",171,"Jacksonville, FL" +24,281,253,"Beaumont, TX",253,"Beaumont, TX" +24,282,217,"New York, NY and NJ",217,"New York, NY and NJ" +24,283,171,"Jacksonville, FL",171,"Jacksonville, FL" +24,284,159,"Long Beach, CA",159,"Long Beach, CA" +24,285,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +24,286,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +24,287,171,"Jacksonville, FL",171,"Jacksonville, FL" +24,288,268,"Seattle, WA",268,"Seattle, WA" +24,289,159,"Long Beach, CA",159,"Long Beach, CA" +24,290,245,"Charleston, SC",245,"Charleston, SC" +24,291,197,"Portland, ME",197,"Portland, ME" +24,292,197,"Portland, ME",197,"Portland, ME" +24,293,208,"Pascagoula, MS",208,"Pascagoula, MS" +24,294,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +24,295,223,"New York, NY and NJ",223,"New York, NY and NJ" +24,296,159,"Long Beach, CA",159,"Long Beach, CA" +24,297,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +24,298,201,"Boston, MA",201,"Boston, MA" +24,299,177,"Savannah, GA",177,"Savannah, GA" +24,300,177,"Savannah, GA",177,"Savannah, GA" +24,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +24,302,177,"Savannah, GA",177,"Savannah, GA" +24,303,268,"Seattle, WA",268,"Seattle, WA" +24,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +24,305,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +24,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +24,307,197,"Portland, ME",197,"Portland, ME" +24,308,162,"Oakland, CA",162,"Oakland, CA" +24,309,201,"Boston, MA",201,"Boston, MA" +24,310,159,"Long Beach, CA",159,"Long Beach, CA" +24,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +24,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +24,313,223,"New York, NY and NJ",223,"New York, NY and NJ" +24,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +24,315,253,"Beaumont, TX",253,"Beaumont, TX" +24,316,268,"Seattle, WA",268,"Seattle, WA" +24,317,159,"Long Beach, CA",159,"Long Beach, CA" +24,318,162,"Oakland, CA",162,"Oakland, CA" +24,319,172,"Port Everglades, FL",172,"Port Everglades, FL" +24,320,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +24,321,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +24,322,162,"Oakland, CA",162,"Oakland, CA" +24,323,195,"New Orleans, LA",195,"New Orleans, LA" +24,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +24,325,177,"Savannah, GA",177,"Savannah, GA" +24,326,245,"Charleston, SC",245,"Charleston, SC" +24,327,201,"Boston, MA",201,"Boston, MA" +24,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +24,329,201,"Boston, MA",201,"Boston, MA" +24,330,198,"Baltimore, MD",198,"Baltimore, MD" +24,331,198,"Baltimore, MD",198,"Baltimore, MD" +24,332,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +24,333,174,"Tampa, FL",174,"Tampa, FL" +24,334,208,"Pascagoula, MS",208,"Pascagoula, MS" +24,335,241,"Philadelphia, PA",241,"Philadelphia, PA" +24,336,152,"Mobile, AL",152,"Mobile, AL" +24,337,241,"Philadelphia, PA",241,"Philadelphia, PA" +24,338,217,"New York, NY and NJ",217,"New York, NY and NJ" +24,339,197,"Portland, ME",197,"Portland, ME" +24,340,217,"New York, NY and NJ",217,"New York, NY and NJ" +24,341,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +24,342,201,"Boston, MA",201,"Boston, MA" +24,343,268,"Seattle, WA",268,"Seattle, WA" +24,344,198,"Baltimore, MD",198,"Baltimore, MD" +24,345,201,"Boston, MA",201,"Boston, MA" +24,346,174,"Tampa, FL",174,"Tampa, FL" +24,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +24,348,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +24,349,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +24,350,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +24,351,198,"Baltimore, MD",198,"Baltimore, MD" +24,352,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +24,353,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +24,354,197,"Portland, ME",197,"Portland, ME" +24,355,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +24,356,253,"Beaumont, TX",253,"Beaumont, TX" +24,357,217,"New York, NY and NJ",217,"New York, NY and NJ" +24,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +24,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +24,360,171,"Jacksonville, FL",171,"Jacksonville, FL" +24,361,152,"Mobile, AL",152,"Mobile, AL" +24,362,198,"Baltimore, MD",198,"Baltimore, MD" +24,363,172,"Port Everglades, FL",172,"Port Everglades, FL" +24,364,198,"Baltimore, MD",198,"Baltimore, MD" +24,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +24,366,239,"Portland, OR",239,"Portland, OR" +24,367,159,"Long Beach, CA",159,"Long Beach, CA" +24,368,159,"Long Beach, CA",159,"Long Beach, CA" +24,369,239,"Portland, OR",239,"Portland, OR" +24,370,217,"New York, NY and NJ",217,"New York, NY and NJ" +24,371,269,"Longview, WA",269,"Longview, WA" +24,372,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +24,373,245,"Charleston, SC",245,"Charleston, SC" +24,374,159,"Long Beach, CA",159,"Long Beach, CA" +24,375,268,"Seattle, WA",268,"Seattle, WA" +24,376,268,"Seattle, WA",268,"Seattle, WA" +24,377,217,"New York, NY and NJ",217,"New York, NY and NJ" +24,378,195,"New Orleans, LA",195,"New Orleans, LA" +24,379,159,"Long Beach, CA",159,"Long Beach, CA" +24,380,268,"Seattle, WA",268,"Seattle, WA" +24,381,268,"Seattle, WA",268,"Seattle, WA" +24,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +24,383,159,"Long Beach, CA",159,"Long Beach, CA" +24,384,217,"New York, NY and NJ",217,"New York, NY and NJ" +24,385,223,"New York, NY and NJ",223,"New York, NY and NJ" +24,386,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +24,387,244,"Providence, RI",244,"Providence, RI" +24,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +24,389,198,"Baltimore, MD",198,"Baltimore, MD" +24,390,229,"Wilmington, NC",229,"Wilmington, NC" +24,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +24,392,162,"Oakland, CA",162,"Oakland, CA" +24,393,268,"Seattle, WA",268,"Seattle, WA" +24,394,241,"Philadelphia, PA",241,"Philadelphia, PA" +24,395,241,"Philadelphia, PA",241,"Philadelphia, PA" +24,396,268,"Seattle, WA",268,"Seattle, WA" +24,397,223,"New York, NY and NJ",223,"New York, NY and NJ" +24,398,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +24,399,257,"Houston, TX",257,"Houston, TX" +24,400,269,"Longview, WA",269,"Longview, WA" +24,401,244,"Providence, RI",244,"Providence, RI" +24,402,197,"Portland, ME",197,"Portland, ME" +24,403,159,"Long Beach, CA",159,"Long Beach, CA" +24,404,217,"New York, NY and NJ",217,"New York, NY and NJ" +24,405,171,"Jacksonville, FL",171,"Jacksonville, FL" +24,406,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +24,407,198,"Baltimore, MD",198,"Baltimore, MD" +24,408,159,"Long Beach, CA",159,"Long Beach, CA" +24,409,229,"Wilmington, NC",229,"Wilmington, NC" +24,410,159,"Long Beach, CA",159,"Long Beach, CA" +24,411,162,"Oakland, CA",162,"Oakland, CA" +24,412,241,"Philadelphia, PA",241,"Philadelphia, PA" +24,413,268,"Seattle, WA",268,"Seattle, WA" +24,414,152,"Mobile, AL",152,"Mobile, AL" +24,415,198,"Baltimore, MD",198,"Baltimore, MD" +24,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +24,417,239,"Portland, OR",239,"Portland, OR" +24,418,239,"Portland, OR",239,"Portland, OR" +24,419,201,"Boston, MA",201,"Boston, MA" +24,420,159,"Long Beach, CA",159,"Long Beach, CA" +24,421,159,"Long Beach, CA",159,"Long Beach, CA" +24,422,162,"Oakland, CA",162,"Oakland, CA" +24,423,162,"Oakland, CA",162,"Oakland, CA" +24,424,194,"Lake Charles, LA",194,"Lake Charles, LA" +24,425,159,"Long Beach, CA",159,"Long Beach, CA" +24,426,152,"Mobile, AL",152,"Mobile, AL" +24,427,177,"Savannah, GA",177,"Savannah, GA" +24,428,268,"Seattle, WA",268,"Seattle, WA" +24,429,159,"Long Beach, CA",159,"Long Beach, CA" +24,430,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +24,431,169,"Wilmington, DE",169,"Wilmington, DE" +24,432,159,"Long Beach, CA",159,"Long Beach, CA" +24,433,241,"Philadelphia, PA",241,"Philadelphia, PA" +24,434,198,"Baltimore, MD",198,"Baltimore, MD" +24,435,241,"Philadelphia, PA",241,"Philadelphia, PA" +24,436,201,"Boston, MA",201,"Boston, MA" +24,437,245,"Charleston, SC",245,"Charleston, SC" +24,438,172,"Port Everglades, FL",172,"Port Everglades, FL" +24,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +24,440,245,"Charleston, SC",245,"Charleston, SC" +24,441,268,"Seattle, WA",268,"Seattle, WA" +24,442,197,"Portland, ME",197,"Portland, ME" +24,443,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +24,444,268,"Seattle, WA",268,"Seattle, WA" +24,445,197,"Portland, ME",197,"Portland, ME" +24,446,201,"Boston, MA",201,"Boston, MA" +24,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +24,448,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +24,449,159,"Long Beach, CA",159,"Long Beach, CA" +24,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +24,451,244,"Providence, RI",244,"Providence, RI" +24,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +24,453,159,"Long Beach, CA",159,"Long Beach, CA" +24,454,197,"Portland, ME",197,"Portland, ME" +24,455,217,"New York, NY and NJ",217,"New York, NY and NJ" +24,456,268,"Seattle, WA",268,"Seattle, WA" +24,457,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +24,458,201,"Boston, MA",201,"Boston, MA" +24,459,268,"Seattle, WA",268,"Seattle, WA" +24,460,201,"Boston, MA",201,"Boston, MA" +24,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +24,462,223,"New York, NY and NJ",223,"New York, NY and NJ" +24,463,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +24,464,198,"Baltimore, MD",198,"Baltimore, MD" +24,465,159,"Long Beach, CA",159,"Long Beach, CA" +24,466,159,"Long Beach, CA",159,"Long Beach, CA" +24,467,241,"Philadelphia, PA",241,"Philadelphia, PA" +24,468,159,"Long Beach, CA",159,"Long Beach, CA" +24,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +24,470,162,"Oakland, CA",162,"Oakland, CA" +24,471,217,"New York, NY and NJ",217,"New York, NY and NJ" +24,472,162,"Oakland, CA",162,"Oakland, CA" +24,473,159,"Long Beach, CA",159,"Long Beach, CA" +24,474,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +24,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +24,476,268,"Seattle, WA",268,"Seattle, WA" +24,477,159,"Long Beach, CA",159,"Long Beach, CA" +24,478,178,"Brunswick, GA",178,"Brunswick, GA" +24,479,268,"Seattle, WA",268,"Seattle, WA" +24,480,217,"New York, NY and NJ",217,"New York, NY and NJ" +24,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +24,482,162,"Oakland, CA",162,"Oakland, CA" +24,483,244,"Providence, RI",244,"Providence, RI" +24,484,174,"Tampa, FL",174,"Tampa, FL" +24,485,239,"Portland, OR",239,"Portland, OR" +24,486,159,"Long Beach, CA",159,"Long Beach, CA" +24,487,245,"Charleston, SC",245,"Charleston, SC" +24,488,159,"Long Beach, CA",159,"Long Beach, CA" +24,489,159,"Long Beach, CA",159,"Long Beach, CA" +24,490,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +24,491,198,"Baltimore, MD",198,"Baltimore, MD" +25,154,159,"Long Beach, CA",159,"Long Beach, CA" +25,179,159,"Long Beach, CA",159,"Long Beach, CA" +25,180,159,"Long Beach, CA",159,"Long Beach, CA" +25,274,159,"Long Beach, CA",159,"Long Beach, CA" +25,275,201,"Boston, MA",201,"Boston, MA" +25,276,244,"Providence, RI",244,"Providence, RI" +25,277,197,"Portland, ME",197,"Portland, ME" +25,278,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +25,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +25,280,217,"New York, NY and NJ",217,"New York, NY and NJ" +25,281,195,"New Orleans, LA",195,"New Orleans, LA" +25,282,241,"Philadelphia, PA",241,"Philadelphia, PA" +25,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +25,284,159,"Long Beach, CA",159,"Long Beach, CA" +25,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +25,286,197,"Portland, ME",197,"Portland, ME" +25,287,245,"Charleston, SC",245,"Charleston, SC" +25,288,159,"Long Beach, CA",159,"Long Beach, CA" +25,289,162,"Oakland, CA",162,"Oakland, CA" +25,290,229,"Wilmington, NC",229,"Wilmington, NC" +25,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +25,292,244,"Providence, RI",244,"Providence, RI" +25,293,195,"New Orleans, LA",195,"New Orleans, LA" +25,294,217,"New York, NY and NJ",217,"New York, NY and NJ" +25,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +25,296,159,"Long Beach, CA",159,"Long Beach, CA" +25,297,177,"Savannah, GA",177,"Savannah, GA" +25,298,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +25,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +25,300,172,"Port Everglades, FL",172,"Port Everglades, FL" +25,301,217,"New York, NY and NJ",217,"New York, NY and NJ" +25,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +25,303,162,"Oakland, CA",162,"Oakland, CA" +25,304,201,"Boston, MA",201,"Boston, MA" +25,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +25,306,217,"New York, NY and NJ",217,"New York, NY and NJ" +25,307,223,"New York, NY and NJ",223,"New York, NY and NJ" +25,308,269,"Longview, WA",269,"Longview, WA" +25,309,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +25,310,169,"Wilmington, DE",169,"Wilmington, DE" +25,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +25,312,195,"New Orleans, LA",195,"New Orleans, LA" +25,313,223,"New York, NY and NJ",223,"New York, NY and NJ" +25,314,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +25,315,177,"Savannah, GA",177,"Savannah, GA" +25,316,269,"Longview, WA",269,"Longview, WA" +25,317,159,"Long Beach, CA",159,"Long Beach, CA" +25,318,268,"Seattle, WA",268,"Seattle, WA" +25,319,195,"New Orleans, LA",195,"New Orleans, LA" +25,320,217,"New York, NY and NJ",217,"New York, NY and NJ" +25,321,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +25,322,159,"Long Beach, CA",159,"Long Beach, CA" +25,323,208,"Pascagoula, MS",208,"Pascagoula, MS" +25,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +25,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +25,326,171,"Jacksonville, FL",171,"Jacksonville, FL" +25,327,241,"Philadelphia, PA",241,"Philadelphia, PA" +25,328,197,"Portland, ME",197,"Portland, ME" +25,329,217,"New York, NY and NJ",217,"New York, NY and NJ" +25,330,198,"Baltimore, MD",198,"Baltimore, MD" +25,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +25,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +25,333,245,"Charleston, SC",245,"Charleston, SC" +25,334,172,"Port Everglades, FL",172,"Port Everglades, FL" +25,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +25,336,194,"Lake Charles, LA",194,"Lake Charles, LA" +25,337,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +25,338,201,"Boston, MA",201,"Boston, MA" +25,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +25,340,197,"Portland, ME",197,"Portland, ME" +25,341,195,"New Orleans, LA",195,"New Orleans, LA" +25,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +25,343,159,"Long Beach, CA",159,"Long Beach, CA" +25,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +25,345,241,"Philadelphia, PA",241,"Philadelphia, PA" +25,346,171,"Jacksonville, FL",171,"Jacksonville, FL" +25,347,198,"Baltimore, MD",198,"Baltimore, MD" +25,348,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +25,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +25,350,201,"Boston, MA",201,"Boston, MA" +25,351,197,"Portland, ME",197,"Portland, ME" +25,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +25,353,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +25,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +25,355,177,"Savannah, GA",177,"Savannah, GA" +25,356,195,"New Orleans, LA",195,"New Orleans, LA" +25,357,217,"New York, NY and NJ",217,"New York, NY and NJ" +25,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +25,359,177,"Savannah, GA",177,"Savannah, GA" +25,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +25,361,194,"Lake Charles, LA",194,"Lake Charles, LA" +25,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +25,363,195,"New Orleans, LA",195,"New Orleans, LA" +25,364,198,"Baltimore, MD",198,"Baltimore, MD" +25,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +25,366,239,"Portland, OR",239,"Portland, OR" +25,367,159,"Long Beach, CA",159,"Long Beach, CA" +25,368,159,"Long Beach, CA",159,"Long Beach, CA" +25,369,159,"Long Beach, CA",159,"Long Beach, CA" +25,370,241,"Philadelphia, PA",241,"Philadelphia, PA" +25,371,268,"Seattle, WA",268,"Seattle, WA" +25,372,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +25,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +25,374,159,"Long Beach, CA",159,"Long Beach, CA" +25,375,162,"Oakland, CA",162,"Oakland, CA" +25,376,159,"Long Beach, CA",159,"Long Beach, CA" +25,377,217,"New York, NY and NJ",217,"New York, NY and NJ" +25,378,177,"Savannah, GA",177,"Savannah, GA" +25,379,268,"Seattle, WA",268,"Seattle, WA" +25,380,159,"Long Beach, CA",159,"Long Beach, CA" +25,381,162,"Oakland, CA",162,"Oakland, CA" +25,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +25,383,159,"Long Beach, CA",159,"Long Beach, CA" +25,384,229,"Wilmington, NC",229,"Wilmington, NC" +25,385,223,"New York, NY and NJ",223,"New York, NY and NJ" +25,386,197,"Portland, ME",197,"Portland, ME" +25,387,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +25,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +25,389,198,"Baltimore, MD",198,"Baltimore, MD" +25,390,217,"New York, NY and NJ",217,"New York, NY and NJ" +25,391,217,"New York, NY and NJ",217,"New York, NY and NJ" +25,392,268,"Seattle, WA",268,"Seattle, WA" +25,393,268,"Seattle, WA",268,"Seattle, WA" +25,394,197,"Portland, ME",197,"Portland, ME" +25,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +25,396,268,"Seattle, WA",268,"Seattle, WA" +25,397,241,"Philadelphia, PA",241,"Philadelphia, PA" +25,398,198,"Baltimore, MD",198,"Baltimore, MD" +25,399,257,"Houston, TX",257,"Houston, TX" +25,400,268,"Seattle, WA",268,"Seattle, WA" +25,401,217,"New York, NY and NJ",217,"New York, NY and NJ" +25,402,241,"Philadelphia, PA",241,"Philadelphia, PA" +25,403,269,"Longview, WA",269,"Longview, WA" +25,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +25,405,229,"Wilmington, NC",229,"Wilmington, NC" +25,406,198,"Baltimore, MD",198,"Baltimore, MD" +25,407,241,"Philadelphia, PA",241,"Philadelphia, PA" +25,408,269,"Longview, WA",269,"Longview, WA" +25,409,217,"New York, NY and NJ",217,"New York, NY and NJ" +25,410,159,"Long Beach, CA",159,"Long Beach, CA" +25,411,162,"Oakland, CA",162,"Oakland, CA" +25,412,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +25,413,239,"Portland, OR",239,"Portland, OR" +25,414,177,"Savannah, GA",177,"Savannah, GA" +25,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +25,416,223,"New York, NY and NJ",223,"New York, NY and NJ" +25,417,159,"Long Beach, CA",159,"Long Beach, CA" +25,418,162,"Oakland, CA",162,"Oakland, CA" +25,419,201,"Boston, MA",201,"Boston, MA" +25,420,159,"Long Beach, CA",159,"Long Beach, CA" +25,421,159,"Long Beach, CA",159,"Long Beach, CA" +25,422,269,"Longview, WA",269,"Longview, WA" +25,423,159,"Long Beach, CA",159,"Long Beach, CA" +25,424,177,"Savannah, GA",177,"Savannah, GA" +25,425,239,"Portland, OR",239,"Portland, OR" +25,426,177,"Savannah, GA",177,"Savannah, GA" +25,427,195,"New Orleans, LA",195,"New Orleans, LA" +25,428,159,"Long Beach, CA",159,"Long Beach, CA" +25,429,159,"Long Beach, CA",159,"Long Beach, CA" +25,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +25,431,201,"Boston, MA",201,"Boston, MA" +25,432,159,"Long Beach, CA",159,"Long Beach, CA" +25,433,201,"Boston, MA",201,"Boston, MA" +25,434,197,"Portland, ME",197,"Portland, ME" +25,435,229,"Wilmington, NC",229,"Wilmington, NC" +25,436,197,"Portland, ME",197,"Portland, ME" +25,437,245,"Charleston, SC",245,"Charleston, SC" +25,438,229,"Wilmington, NC",229,"Wilmington, NC" +25,439,241,"Philadelphia, PA",241,"Philadelphia, PA" +25,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +25,441,268,"Seattle, WA",268,"Seattle, WA" +25,442,241,"Philadelphia, PA",241,"Philadelphia, PA" +25,443,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +25,444,159,"Long Beach, CA",159,"Long Beach, CA" +25,445,223,"New York, NY and NJ",223,"New York, NY and NJ" +25,446,244,"Providence, RI",244,"Providence, RI" +25,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +25,448,201,"Boston, MA",201,"Boston, MA" +25,449,159,"Long Beach, CA",159,"Long Beach, CA" +25,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +25,451,244,"Providence, RI",244,"Providence, RI" +25,452,197,"Portland, ME",197,"Portland, ME" +25,453,268,"Seattle, WA",268,"Seattle, WA" +25,454,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +25,455,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +25,456,268,"Seattle, WA",268,"Seattle, WA" +25,457,198,"Baltimore, MD",198,"Baltimore, MD" +25,458,198,"Baltimore, MD",198,"Baltimore, MD" +25,459,162,"Oakland, CA",162,"Oakland, CA" +25,460,217,"New York, NY and NJ",217,"New York, NY and NJ" +25,461,171,"Jacksonville, FL",171,"Jacksonville, FL" +25,462,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +25,463,217,"New York, NY and NJ",217,"New York, NY and NJ" +25,464,201,"Boston, MA",201,"Boston, MA" +25,465,159,"Long Beach, CA",159,"Long Beach, CA" +25,466,268,"Seattle, WA",268,"Seattle, WA" +25,467,217,"New York, NY and NJ",217,"New York, NY and NJ" +25,468,159,"Long Beach, CA",159,"Long Beach, CA" +25,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +25,470,162,"Oakland, CA",162,"Oakland, CA" +25,471,201,"Boston, MA",201,"Boston, MA" +25,472,159,"Long Beach, CA",159,"Long Beach, CA" +25,473,159,"Long Beach, CA",159,"Long Beach, CA" +25,474,174,"Tampa, FL",174,"Tampa, FL" +25,475,217,"New York, NY and NJ",217,"New York, NY and NJ" +25,476,159,"Long Beach, CA",159,"Long Beach, CA" +25,477,162,"Oakland, CA",162,"Oakland, CA" +25,478,177,"Savannah, GA",177,"Savannah, GA" +25,479,159,"Long Beach, CA",159,"Long Beach, CA" +25,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +25,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +25,482,159,"Long Beach, CA",159,"Long Beach, CA" +25,483,201,"Boston, MA",201,"Boston, MA" +25,484,152,"Mobile, AL",152,"Mobile, AL" +25,485,269,"Longview, WA",269,"Longview, WA" +25,486,159,"Long Beach, CA",159,"Long Beach, CA" +25,487,245,"Charleston, SC",245,"Charleston, SC" +25,488,159,"Long Beach, CA",159,"Long Beach, CA" +25,489,159,"Long Beach, CA",159,"Long Beach, CA" +25,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +25,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +26,154,159,"Long Beach, CA",159,"Long Beach, CA" +26,179,269,"Longview, WA",269,"Longview, WA" +26,180,162,"Oakland, CA",162,"Oakland, CA" +26,274,162,"Oakland, CA",162,"Oakland, CA" +26,275,198,"Baltimore, MD",198,"Baltimore, MD" +26,276,217,"New York, NY and NJ",217,"New York, NY and NJ" +26,277,201,"Boston, MA",201,"Boston, MA" +26,278,197,"Portland, ME",197,"Portland, ME" +26,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +26,280,171,"Jacksonville, FL",171,"Jacksonville, FL" +26,281,194,"Lake Charles, LA",194,"Lake Charles, LA" +26,282,241,"Philadelphia, PA",241,"Philadelphia, PA" +26,283,171,"Jacksonville, FL",171,"Jacksonville, FL" +26,284,159,"Long Beach, CA",159,"Long Beach, CA" +26,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +26,286,198,"Baltimore, MD",198,"Baltimore, MD" +26,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +26,288,159,"Long Beach, CA",159,"Long Beach, CA" +26,289,269,"Longview, WA",269,"Longview, WA" +26,290,172,"Port Everglades, FL",172,"Port Everglades, FL" +26,291,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +26,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +26,293,195,"New Orleans, LA",195,"New Orleans, LA" +26,294,198,"Baltimore, MD",198,"Baltimore, MD" +26,295,198,"Baltimore, MD",198,"Baltimore, MD" +26,296,159,"Long Beach, CA",159,"Long Beach, CA" +26,297,257,"Houston, TX",257,"Houston, TX" +26,298,198,"Baltimore, MD",198,"Baltimore, MD" +26,299,217,"New York, NY and NJ",217,"New York, NY and NJ" +26,300,174,"Tampa, FL",174,"Tampa, FL" +26,301,217,"New York, NY and NJ",217,"New York, NY and NJ" +26,302,177,"Savannah, GA",177,"Savannah, GA" +26,303,159,"Long Beach, CA",159,"Long Beach, CA" +26,304,198,"Baltimore, MD",198,"Baltimore, MD" +26,305,198,"Baltimore, MD",198,"Baltimore, MD" +26,306,223,"New York, NY and NJ",223,"New York, NY and NJ" +26,307,169,"Wilmington, DE",169,"Wilmington, DE" +26,308,159,"Long Beach, CA",159,"Long Beach, CA" +26,309,223,"New York, NY and NJ",223,"New York, NY and NJ" +26,310,241,"Philadelphia, PA",241,"Philadelphia, PA" +26,311,241,"Philadelphia, PA",241,"Philadelphia, PA" +26,312,177,"Savannah, GA",177,"Savannah, GA" +26,313,223,"New York, NY and NJ",223,"New York, NY and NJ" +26,314,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +26,315,253,"Beaumont, TX",253,"Beaumont, TX" +26,316,159,"Long Beach, CA",159,"Long Beach, CA" +26,317,162,"Oakland, CA",162,"Oakland, CA" +26,318,159,"Long Beach, CA",159,"Long Beach, CA" +26,319,195,"New Orleans, LA",195,"New Orleans, LA" +26,320,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +26,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +26,322,239,"Portland, OR",239,"Portland, OR" +26,323,253,"Beaumont, TX",253,"Beaumont, TX" +26,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +26,325,177,"Savannah, GA",177,"Savannah, GA" +26,326,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +26,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +26,328,244,"Providence, RI",244,"Providence, RI" +26,329,201,"Boston, MA",201,"Boston, MA" +26,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +26,331,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +26,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +26,333,177,"Savannah, GA",177,"Savannah, GA" +26,334,152,"Mobile, AL",152,"Mobile, AL" +26,335,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +26,336,172,"Port Everglades, FL",172,"Port Everglades, FL" +26,337,223,"New York, NY and NJ",223,"New York, NY and NJ" +26,338,217,"New York, NY and NJ",217,"New York, NY and NJ" +26,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +26,340,217,"New York, NY and NJ",217,"New York, NY and NJ" +26,341,208,"Pascagoula, MS",208,"Pascagoula, MS" +26,342,201,"Boston, MA",201,"Boston, MA" +26,343,268,"Seattle, WA",268,"Seattle, WA" +26,344,198,"Baltimore, MD",198,"Baltimore, MD" +26,345,197,"Portland, ME",197,"Portland, ME" +26,346,194,"Lake Charles, LA",194,"Lake Charles, LA" +26,347,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +26,348,244,"Providence, RI",244,"Providence, RI" +26,349,241,"Philadelphia, PA",241,"Philadelphia, PA" +26,350,241,"Philadelphia, PA",241,"Philadelphia, PA" +26,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +26,352,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +26,353,241,"Philadelphia, PA",241,"Philadelphia, PA" +26,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +26,355,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +26,356,257,"Houston, TX",257,"Houston, TX" +26,357,217,"New York, NY and NJ",217,"New York, NY and NJ" +26,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +26,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +26,360,174,"Tampa, FL",174,"Tampa, FL" +26,361,152,"Mobile, AL",152,"Mobile, AL" +26,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +26,363,208,"Pascagoula, MS",208,"Pascagoula, MS" +26,364,197,"Portland, ME",197,"Portland, ME" +26,365,241,"Philadelphia, PA",241,"Philadelphia, PA" +26,366,239,"Portland, OR",239,"Portland, OR" +26,367,159,"Long Beach, CA",159,"Long Beach, CA" +26,368,269,"Longview, WA",269,"Longview, WA" +26,369,159,"Long Beach, CA",159,"Long Beach, CA" +26,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +26,371,159,"Long Beach, CA",159,"Long Beach, CA" +26,372,198,"Baltimore, MD",198,"Baltimore, MD" +26,373,245,"Charleston, SC",245,"Charleston, SC" +26,374,268,"Seattle, WA",268,"Seattle, WA" +26,375,159,"Long Beach, CA",159,"Long Beach, CA" +26,376,268,"Seattle, WA",268,"Seattle, WA" +26,377,198,"Baltimore, MD",198,"Baltimore, MD" +26,378,195,"New Orleans, LA",195,"New Orleans, LA" +26,379,162,"Oakland, CA",162,"Oakland, CA" +26,380,159,"Long Beach, CA",159,"Long Beach, CA" +26,381,159,"Long Beach, CA",159,"Long Beach, CA" +26,382,197,"Portland, ME",197,"Portland, ME" +26,383,162,"Oakland, CA",162,"Oakland, CA" +26,384,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +26,385,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +26,386,197,"Portland, ME",197,"Portland, ME" +26,387,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +26,388,201,"Boston, MA",201,"Boston, MA" +26,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +26,390,241,"Philadelphia, PA",241,"Philadelphia, PA" +26,391,241,"Philadelphia, PA",241,"Philadelphia, PA" +26,392,159,"Long Beach, CA",159,"Long Beach, CA" +26,393,159,"Long Beach, CA",159,"Long Beach, CA" +26,394,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +26,395,241,"Philadelphia, PA",241,"Philadelphia, PA" +26,396,239,"Portland, OR",239,"Portland, OR" +26,397,223,"New York, NY and NJ",223,"New York, NY and NJ" +26,398,217,"New York, NY and NJ",217,"New York, NY and NJ" +26,399,195,"New Orleans, LA",195,"New Orleans, LA" +26,400,268,"Seattle, WA",268,"Seattle, WA" +26,401,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +26,402,198,"Baltimore, MD",198,"Baltimore, MD" +26,403,268,"Seattle, WA",268,"Seattle, WA" +26,404,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +26,405,177,"Savannah, GA",177,"Savannah, GA" +26,406,241,"Philadelphia, PA",241,"Philadelphia, PA" +26,407,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +26,408,268,"Seattle, WA",268,"Seattle, WA" +26,409,169,"Wilmington, DE",169,"Wilmington, DE" +26,410,159,"Long Beach, CA",159,"Long Beach, CA" +26,411,159,"Long Beach, CA",159,"Long Beach, CA" +26,412,197,"Portland, ME",197,"Portland, ME" +26,413,159,"Long Beach, CA",159,"Long Beach, CA" +26,414,172,"Port Everglades, FL",172,"Port Everglades, FL" +26,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +26,416,245,"Charleston, SC",245,"Charleston, SC" +26,417,162,"Oakland, CA",162,"Oakland, CA" +26,418,159,"Long Beach, CA",159,"Long Beach, CA" +26,419,241,"Philadelphia, PA",241,"Philadelphia, PA" +26,420,159,"Long Beach, CA",159,"Long Beach, CA" +26,421,162,"Oakland, CA",162,"Oakland, CA" +26,422,159,"Long Beach, CA",159,"Long Beach, CA" +26,423,174,"Tampa, FL",174,"Tampa, FL" +26,424,195,"New Orleans, LA",195,"New Orleans, LA" +26,425,159,"Long Beach, CA",159,"Long Beach, CA" +26,426,177,"Savannah, GA",177,"Savannah, GA" +26,427,172,"Port Everglades, FL",172,"Port Everglades, FL" +26,428,159,"Long Beach, CA",159,"Long Beach, CA" +26,429,159,"Long Beach, CA",159,"Long Beach, CA" +26,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +26,431,241,"Philadelphia, PA",241,"Philadelphia, PA" +26,432,159,"Long Beach, CA",159,"Long Beach, CA" +26,433,223,"New York, NY and NJ",223,"New York, NY and NJ" +26,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +26,435,217,"New York, NY and NJ",217,"New York, NY and NJ" +26,436,198,"Baltimore, MD",198,"Baltimore, MD" +26,437,245,"Charleston, SC",245,"Charleston, SC" +26,438,172,"Port Everglades, FL",172,"Port Everglades, FL" +26,439,171,"Jacksonville, FL",171,"Jacksonville, FL" +26,440,245,"Charleston, SC",245,"Charleston, SC" +26,441,159,"Long Beach, CA",159,"Long Beach, CA" +26,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +26,443,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +26,444,159,"Long Beach, CA",159,"Long Beach, CA" +26,445,217,"New York, NY and NJ",217,"New York, NY and NJ" +26,446,201,"Boston, MA",201,"Boston, MA" +26,447,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +26,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +26,449,159,"Long Beach, CA",159,"Long Beach, CA" +26,450,245,"Charleston, SC",245,"Charleston, SC" +26,451,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +26,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +26,453,159,"Long Beach, CA",159,"Long Beach, CA" +26,454,217,"New York, NY and NJ",217,"New York, NY and NJ" +26,455,198,"Baltimore, MD",198,"Baltimore, MD" +26,456,268,"Seattle, WA",268,"Seattle, WA" +26,457,223,"New York, NY and NJ",223,"New York, NY and NJ" +26,458,241,"Philadelphia, PA",241,"Philadelphia, PA" +26,459,269,"Longview, WA",269,"Longview, WA" +26,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +26,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +26,462,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +26,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +26,464,201,"Boston, MA",201,"Boston, MA" +26,465,269,"Longview, WA",269,"Longview, WA" +26,466,162,"Oakland, CA",162,"Oakland, CA" +26,467,217,"New York, NY and NJ",217,"New York, NY and NJ" +26,468,159,"Long Beach, CA",159,"Long Beach, CA" +26,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +26,470,162,"Oakland, CA",162,"Oakland, CA" +26,471,229,"Wilmington, NC",229,"Wilmington, NC" +26,472,268,"Seattle, WA",268,"Seattle, WA" +26,473,239,"Portland, OR",239,"Portland, OR" +26,474,177,"Savannah, GA",177,"Savannah, GA" +26,475,217,"New York, NY and NJ",217,"New York, NY and NJ" +26,476,159,"Long Beach, CA",159,"Long Beach, CA" +26,477,159,"Long Beach, CA",159,"Long Beach, CA" +26,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +26,479,159,"Long Beach, CA",159,"Long Beach, CA" +26,480,217,"New York, NY and NJ",217,"New York, NY and NJ" +26,481,223,"New York, NY and NJ",223,"New York, NY and NJ" +26,482,159,"Long Beach, CA",159,"Long Beach, CA" +26,483,241,"Philadelphia, PA",241,"Philadelphia, PA" +26,484,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +26,485,159,"Long Beach, CA",159,"Long Beach, CA" +26,486,268,"Seattle, WA",268,"Seattle, WA" +26,487,177,"Savannah, GA",177,"Savannah, GA" +26,488,159,"Long Beach, CA",159,"Long Beach, CA" +26,489,268,"Seattle, WA",268,"Seattle, WA" +26,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +26,491,223,"New York, NY and NJ",223,"New York, NY and NJ" +27,154,159,"Long Beach, CA",159,"Long Beach, CA" +27,179,269,"Longview, WA",269,"Longview, WA" +27,180,162,"Oakland, CA",162,"Oakland, CA" +27,274,159,"Long Beach, CA",159,"Long Beach, CA" +27,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +27,276,197,"Portland, ME",197,"Portland, ME" +27,277,197,"Portland, ME",197,"Portland, ME" +27,278,197,"Portland, ME",197,"Portland, ME" +27,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +27,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +27,281,172,"Port Everglades, FL",172,"Port Everglades, FL" +27,282,197,"Portland, ME",197,"Portland, ME" +27,283,177,"Savannah, GA",177,"Savannah, GA" +27,284,268,"Seattle, WA",268,"Seattle, WA" +27,285,241,"Philadelphia, PA",241,"Philadelphia, PA" +27,286,244,"Providence, RI",244,"Providence, RI" +27,287,177,"Savannah, GA",177,"Savannah, GA" +27,288,239,"Portland, OR",239,"Portland, OR" +27,289,159,"Long Beach, CA",159,"Long Beach, CA" +27,290,177,"Savannah, GA",177,"Savannah, GA" +27,291,198,"Baltimore, MD",198,"Baltimore, MD" +27,292,201,"Boston, MA",201,"Boston, MA" +27,293,174,"Tampa, FL",174,"Tampa, FL" +27,294,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +27,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +27,296,159,"Long Beach, CA",159,"Long Beach, CA" +27,297,195,"New Orleans, LA",195,"New Orleans, LA" +27,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +27,299,198,"Baltimore, MD",198,"Baltimore, MD" +27,300,208,"Pascagoula, MS",208,"Pascagoula, MS" +27,301,169,"Wilmington, DE",169,"Wilmington, DE" +27,302,245,"Charleston, SC",245,"Charleston, SC" +27,303,159,"Long Beach, CA",159,"Long Beach, CA" +27,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +27,305,197,"Portland, ME",197,"Portland, ME" +27,306,217,"New York, NY and NJ",217,"New York, NY and NJ" +27,307,198,"Baltimore, MD",198,"Baltimore, MD" +27,308,268,"Seattle, WA",268,"Seattle, WA" +27,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +27,310,198,"Baltimore, MD",198,"Baltimore, MD" +27,311,198,"Baltimore, MD",198,"Baltimore, MD" +27,312,177,"Savannah, GA",177,"Savannah, GA" +27,313,198,"Baltimore, MD",198,"Baltimore, MD" +27,314,241,"Philadelphia, PA",241,"Philadelphia, PA" +27,315,195,"New Orleans, LA",195,"New Orleans, LA" +27,316,159,"Long Beach, CA",159,"Long Beach, CA" +27,317,268,"Seattle, WA",268,"Seattle, WA" +27,318,159,"Long Beach, CA",159,"Long Beach, CA" +27,319,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +27,320,177,"Savannah, GA",177,"Savannah, GA" +27,321,198,"Baltimore, MD",198,"Baltimore, MD" +27,322,159,"Long Beach, CA",159,"Long Beach, CA" +27,323,195,"New Orleans, LA",195,"New Orleans, LA" +27,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +27,325,174,"Tampa, FL",174,"Tampa, FL" +27,326,177,"Savannah, GA",177,"Savannah, GA" +27,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +27,328,198,"Baltimore, MD",198,"Baltimore, MD" +27,329,244,"Providence, RI",244,"Providence, RI" +27,330,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +27,331,223,"New York, NY and NJ",223,"New York, NY and NJ" +27,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +27,333,177,"Savannah, GA",177,"Savannah, GA" +27,334,195,"New Orleans, LA",195,"New Orleans, LA" +27,335,197,"Portland, ME",197,"Portland, ME" +27,336,195,"New Orleans, LA",195,"New Orleans, LA" +27,337,241,"Philadelphia, PA",241,"Philadelphia, PA" +27,338,217,"New York, NY and NJ",217,"New York, NY and NJ" +27,339,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +27,340,197,"Portland, ME",197,"Portland, ME" +27,341,195,"New Orleans, LA",195,"New Orleans, LA" +27,342,244,"Providence, RI",244,"Providence, RI" +27,343,162,"Oakland, CA",162,"Oakland, CA" +27,344,197,"Portland, ME",197,"Portland, ME" +27,345,169,"Wilmington, DE",169,"Wilmington, DE" +27,346,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +27,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +27,348,217,"New York, NY and NJ",217,"New York, NY and NJ" +27,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +27,350,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +27,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +27,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +27,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +27,354,197,"Portland, ME",197,"Portland, ME" +27,355,177,"Savannah, GA",177,"Savannah, GA" +27,356,195,"New Orleans, LA",195,"New Orleans, LA" +27,357,217,"New York, NY and NJ",217,"New York, NY and NJ" +27,358,198,"Baltimore, MD",198,"Baltimore, MD" +27,359,174,"Tampa, FL",174,"Tampa, FL" +27,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +27,361,177,"Savannah, GA",177,"Savannah, GA" +27,362,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +27,363,257,"Houston, TX",257,"Houston, TX" +27,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +27,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +27,366,268,"Seattle, WA",268,"Seattle, WA" +27,367,159,"Long Beach, CA",159,"Long Beach, CA" +27,368,159,"Long Beach, CA",159,"Long Beach, CA" +27,369,268,"Seattle, WA",268,"Seattle, WA" +27,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +27,371,159,"Long Beach, CA",159,"Long Beach, CA" +27,372,198,"Baltimore, MD",198,"Baltimore, MD" +27,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +27,374,268,"Seattle, WA",268,"Seattle, WA" +27,375,159,"Long Beach, CA",159,"Long Beach, CA" +27,376,268,"Seattle, WA",268,"Seattle, WA" +27,377,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +27,378,177,"Savannah, GA",177,"Savannah, GA" +27,379,159,"Long Beach, CA",159,"Long Beach, CA" +27,380,268,"Seattle, WA",268,"Seattle, WA" +27,381,162,"Oakland, CA",162,"Oakland, CA" +27,382,198,"Baltimore, MD",198,"Baltimore, MD" +27,383,268,"Seattle, WA",268,"Seattle, WA" +27,384,197,"Portland, ME",197,"Portland, ME" +27,385,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +27,386,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +27,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +27,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +27,389,198,"Baltimore, MD",198,"Baltimore, MD" +27,390,241,"Philadelphia, PA",241,"Philadelphia, PA" +27,391,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +27,392,159,"Long Beach, CA",159,"Long Beach, CA" +27,393,268,"Seattle, WA",268,"Seattle, WA" +27,394,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +27,395,217,"New York, NY and NJ",217,"New York, NY and NJ" +27,396,159,"Long Beach, CA",159,"Long Beach, CA" +27,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +27,398,174,"Tampa, FL",174,"Tampa, FL" +27,399,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +27,400,159,"Long Beach, CA",159,"Long Beach, CA" +27,401,197,"Portland, ME",197,"Portland, ME" +27,402,198,"Baltimore, MD",198,"Baltimore, MD" +27,403,268,"Seattle, WA",268,"Seattle, WA" +27,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +27,405,245,"Charleston, SC",245,"Charleston, SC" +27,406,241,"Philadelphia, PA",241,"Philadelphia, PA" +27,407,201,"Boston, MA",201,"Boston, MA" +27,408,162,"Oakland, CA",162,"Oakland, CA" +27,409,223,"New York, NY and NJ",223,"New York, NY and NJ" +27,410,159,"Long Beach, CA",159,"Long Beach, CA" +27,411,269,"Longview, WA",269,"Longview, WA" +27,412,201,"Boston, MA",201,"Boston, MA" +27,413,159,"Long Beach, CA",159,"Long Beach, CA" +27,414,152,"Mobile, AL",152,"Mobile, AL" +27,415,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +27,416,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +27,417,162,"Oakland, CA",162,"Oakland, CA" +27,418,239,"Portland, OR",239,"Portland, OR" +27,419,241,"Philadelphia, PA",241,"Philadelphia, PA" +27,420,159,"Long Beach, CA",159,"Long Beach, CA" +27,421,269,"Longview, WA",269,"Longview, WA" +27,422,159,"Long Beach, CA",159,"Long Beach, CA" +27,423,268,"Seattle, WA",268,"Seattle, WA" +27,424,195,"New Orleans, LA",195,"New Orleans, LA" +27,425,162,"Oakland, CA",162,"Oakland, CA" +27,426,195,"New Orleans, LA",195,"New Orleans, LA" +27,427,195,"New Orleans, LA",195,"New Orleans, LA" +27,428,162,"Oakland, CA",162,"Oakland, CA" +27,429,172,"Port Everglades, FL",172,"Port Everglades, FL" +27,430,197,"Portland, ME",197,"Portland, ME" +27,431,197,"Portland, ME",197,"Portland, ME" +27,432,172,"Port Everglades, FL",172,"Port Everglades, FL" +27,433,217,"New York, NY and NJ",217,"New York, NY and NJ" +27,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +27,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +27,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +27,437,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +27,438,174,"Tampa, FL",174,"Tampa, FL" +27,439,245,"Charleston, SC",245,"Charleston, SC" +27,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +27,441,159,"Long Beach, CA",159,"Long Beach, CA" +27,442,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +27,443,217,"New York, NY and NJ",217,"New York, NY and NJ" +27,444,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +27,445,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +27,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +27,447,217,"New York, NY and NJ",217,"New York, NY and NJ" +27,448,241,"Philadelphia, PA",241,"Philadelphia, PA" +27,449,239,"Portland, OR",239,"Portland, OR" +27,450,172,"Port Everglades, FL",172,"Port Everglades, FL" +27,451,198,"Baltimore, MD",198,"Baltimore, MD" +27,452,198,"Baltimore, MD",198,"Baltimore, MD" +27,453,159,"Long Beach, CA",159,"Long Beach, CA" +27,454,241,"Philadelphia, PA",241,"Philadelphia, PA" +27,455,217,"New York, NY and NJ",217,"New York, NY and NJ" +27,456,269,"Longview, WA",269,"Longview, WA" +27,457,217,"New York, NY and NJ",217,"New York, NY and NJ" +27,458,201,"Boston, MA",201,"Boston, MA" +27,459,159,"Long Beach, CA",159,"Long Beach, CA" +27,460,217,"New York, NY and NJ",217,"New York, NY and NJ" +27,461,178,"Brunswick, GA",178,"Brunswick, GA" +27,462,201,"Boston, MA",201,"Boston, MA" +27,463,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +27,464,201,"Boston, MA",201,"Boston, MA" +27,465,159,"Long Beach, CA",159,"Long Beach, CA" +27,466,162,"Oakland, CA",162,"Oakland, CA" +27,467,198,"Baltimore, MD",198,"Baltimore, MD" +27,468,159,"Long Beach, CA",159,"Long Beach, CA" +27,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +27,470,269,"Longview, WA",269,"Longview, WA" +27,471,217,"New York, NY and NJ",217,"New York, NY and NJ" +27,472,159,"Long Beach, CA",159,"Long Beach, CA" +27,473,162,"Oakland, CA",162,"Oakland, CA" +27,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +27,475,244,"Providence, RI",244,"Providence, RI" +27,476,268,"Seattle, WA",268,"Seattle, WA" +27,477,159,"Long Beach, CA",159,"Long Beach, CA" +27,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +27,479,159,"Long Beach, CA",159,"Long Beach, CA" +27,480,241,"Philadelphia, PA",241,"Philadelphia, PA" +27,481,241,"Philadelphia, PA",241,"Philadelphia, PA" +27,482,159,"Long Beach, CA",159,"Long Beach, CA" +27,483,197,"Portland, ME",197,"Portland, ME" +27,484,257,"Houston, TX",257,"Houston, TX" +27,485,159,"Long Beach, CA",159,"Long Beach, CA" +27,486,159,"Long Beach, CA",159,"Long Beach, CA" +27,487,245,"Charleston, SC",245,"Charleston, SC" +27,488,268,"Seattle, WA",268,"Seattle, WA" +27,489,159,"Long Beach, CA",159,"Long Beach, CA" +27,490,223,"New York, NY and NJ",223,"New York, NY and NJ" +27,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +28,154,162,"Oakland, CA",162,"Oakland, CA" +28,179,159,"Long Beach, CA",159,"Long Beach, CA" +28,180,268,"Seattle, WA",268,"Seattle, WA" +28,274,268,"Seattle, WA",268,"Seattle, WA" +28,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +28,276,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +28,277,244,"Providence, RI",244,"Providence, RI" +28,278,241,"Philadelphia, PA",241,"Philadelphia, PA" +28,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +28,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +28,281,177,"Savannah, GA",177,"Savannah, GA" +28,282,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +28,283,171,"Jacksonville, FL",171,"Jacksonville, FL" +28,284,159,"Long Beach, CA",159,"Long Beach, CA" +28,285,198,"Baltimore, MD",198,"Baltimore, MD" +28,286,241,"Philadelphia, PA",241,"Philadelphia, PA" +28,287,245,"Charleston, SC",245,"Charleston, SC" +28,288,159,"Long Beach, CA",159,"Long Beach, CA" +28,289,159,"Long Beach, CA",159,"Long Beach, CA" +28,290,177,"Savannah, GA",177,"Savannah, GA" +28,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +28,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +28,293,195,"New Orleans, LA",195,"New Orleans, LA" +28,294,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +28,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +28,296,159,"Long Beach, CA",159,"Long Beach, CA" +28,297,194,"Lake Charles, LA",194,"Lake Charles, LA" +28,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +28,299,177,"Savannah, GA",177,"Savannah, GA" +28,300,229,"Wilmington, NC",229,"Wilmington, NC" +28,301,198,"Baltimore, MD",198,"Baltimore, MD" +28,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +28,303,268,"Seattle, WA",268,"Seattle, WA" +28,304,244,"Providence, RI",244,"Providence, RI" +28,305,241,"Philadelphia, PA",241,"Philadelphia, PA" +28,306,244,"Providence, RI",244,"Providence, RI" +28,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +28,308,159,"Long Beach, CA",159,"Long Beach, CA" +28,309,223,"New York, NY and NJ",223,"New York, NY and NJ" +28,310,198,"Baltimore, MD",198,"Baltimore, MD" +28,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +28,312,177,"Savannah, GA",177,"Savannah, GA" +28,313,197,"Portland, ME",197,"Portland, ME" +28,314,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +28,315,194,"Lake Charles, LA",194,"Lake Charles, LA" +28,316,159,"Long Beach, CA",159,"Long Beach, CA" +28,317,159,"Long Beach, CA",159,"Long Beach, CA" +28,318,268,"Seattle, WA",268,"Seattle, WA" +28,319,208,"Pascagoula, MS",208,"Pascagoula, MS" +28,320,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +28,321,177,"Savannah, GA",177,"Savannah, GA" +28,322,268,"Seattle, WA",268,"Seattle, WA" +28,323,194,"Lake Charles, LA",194,"Lake Charles, LA" +28,324,201,"Boston, MA",201,"Boston, MA" +28,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +28,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +28,327,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +28,328,217,"New York, NY and NJ",217,"New York, NY and NJ" +28,329,223,"New York, NY and NJ",223,"New York, NY and NJ" +28,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +28,331,169,"Wilmington, DE",169,"Wilmington, DE" +28,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +28,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +28,334,194,"Lake Charles, LA",194,"Lake Charles, LA" +28,335,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +28,336,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +28,337,217,"New York, NY and NJ",217,"New York, NY and NJ" +28,338,241,"Philadelphia, PA",241,"Philadelphia, PA" +28,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +28,340,198,"Baltimore, MD",198,"Baltimore, MD" +28,341,177,"Savannah, GA",177,"Savannah, GA" +28,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +28,343,159,"Long Beach, CA",159,"Long Beach, CA" +28,344,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +28,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +28,346,217,"New York, NY and NJ",217,"New York, NY and NJ" +28,347,223,"New York, NY and NJ",223,"New York, NY and NJ" +28,348,201,"Boston, MA",201,"Boston, MA" +28,349,197,"Portland, ME",197,"Portland, ME" +28,350,217,"New York, NY and NJ",217,"New York, NY and NJ" +28,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +28,352,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +28,353,169,"Wilmington, DE",169,"Wilmington, DE" +28,354,197,"Portland, ME",197,"Portland, ME" +28,355,171,"Jacksonville, FL",171,"Jacksonville, FL" +28,356,195,"New Orleans, LA",195,"New Orleans, LA" +28,357,197,"Portland, ME",197,"Portland, ME" +28,358,217,"New York, NY and NJ",217,"New York, NY and NJ" +28,359,177,"Savannah, GA",177,"Savannah, GA" +28,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +28,361,195,"New Orleans, LA",195,"New Orleans, LA" +28,362,241,"Philadelphia, PA",241,"Philadelphia, PA" +28,363,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +28,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +28,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +28,366,159,"Long Beach, CA",159,"Long Beach, CA" +28,367,269,"Longview, WA",269,"Longview, WA" +28,368,162,"Oakland, CA",162,"Oakland, CA" +28,369,268,"Seattle, WA",268,"Seattle, WA" +28,370,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +28,371,159,"Long Beach, CA",159,"Long Beach, CA" +28,372,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +28,373,245,"Charleston, SC",245,"Charleston, SC" +28,374,268,"Seattle, WA",268,"Seattle, WA" +28,375,268,"Seattle, WA",268,"Seattle, WA" +28,376,268,"Seattle, WA",268,"Seattle, WA" +28,377,198,"Baltimore, MD",198,"Baltimore, MD" +28,378,152,"Mobile, AL",152,"Mobile, AL" +28,379,268,"Seattle, WA",268,"Seattle, WA" +28,380,159,"Long Beach, CA",159,"Long Beach, CA" +28,381,159,"Long Beach, CA",159,"Long Beach, CA" +28,382,197,"Portland, ME",197,"Portland, ME" +28,383,159,"Long Beach, CA",159,"Long Beach, CA" +28,384,197,"Portland, ME",197,"Portland, ME" +28,385,217,"New York, NY and NJ",217,"New York, NY and NJ" +28,386,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +28,387,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +28,388,201,"Boston, MA",201,"Boston, MA" +28,389,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +28,390,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +28,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +28,392,159,"Long Beach, CA",159,"Long Beach, CA" +28,393,239,"Portland, OR",239,"Portland, OR" +28,394,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +28,395,244,"Providence, RI",244,"Providence, RI" +28,396,239,"Portland, OR",239,"Portland, OR" +28,397,169,"Wilmington, DE",169,"Wilmington, DE" +28,398,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +28,399,268,"Seattle, WA",268,"Seattle, WA" +28,400,159,"Long Beach, CA",159,"Long Beach, CA" +28,401,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +28,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +28,403,268,"Seattle, WA",268,"Seattle, WA" +28,404,201,"Boston, MA",201,"Boston, MA" +28,405,229,"Wilmington, NC",229,"Wilmington, NC" +28,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +28,407,201,"Boston, MA",201,"Boston, MA" +28,408,159,"Long Beach, CA",159,"Long Beach, CA" +28,409,223,"New York, NY and NJ",223,"New York, NY and NJ" +28,410,268,"Seattle, WA",268,"Seattle, WA" +28,411,268,"Seattle, WA",268,"Seattle, WA" +28,412,201,"Boston, MA",201,"Boston, MA" +28,413,159,"Long Beach, CA",159,"Long Beach, CA" +28,414,174,"Tampa, FL",174,"Tampa, FL" +28,415,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +28,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +28,417,159,"Long Beach, CA",159,"Long Beach, CA" +28,418,268,"Seattle, WA",268,"Seattle, WA" +28,419,201,"Boston, MA",201,"Boston, MA" +28,420,159,"Long Beach, CA",159,"Long Beach, CA" +28,421,162,"Oakland, CA",162,"Oakland, CA" +28,422,268,"Seattle, WA",268,"Seattle, WA" +28,423,239,"Portland, OR",239,"Portland, OR" +28,424,195,"New Orleans, LA",195,"New Orleans, LA" +28,425,268,"Seattle, WA",268,"Seattle, WA" +28,426,194,"Lake Charles, LA",194,"Lake Charles, LA" +28,427,253,"Beaumont, TX",253,"Beaumont, TX" +28,428,268,"Seattle, WA",268,"Seattle, WA" +28,429,159,"Long Beach, CA",159,"Long Beach, CA" +28,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +28,431,223,"New York, NY and NJ",223,"New York, NY and NJ" +28,432,159,"Long Beach, CA",159,"Long Beach, CA" +28,433,169,"Wilmington, DE",169,"Wilmington, DE" +28,434,201,"Boston, MA",201,"Boston, MA" +28,435,241,"Philadelphia, PA",241,"Philadelphia, PA" +28,436,217,"New York, NY and NJ",217,"New York, NY and NJ" +28,437,198,"Baltimore, MD",198,"Baltimore, MD" +28,438,171,"Jacksonville, FL",171,"Jacksonville, FL" +28,439,171,"Jacksonville, FL",171,"Jacksonville, FL" +28,440,174,"Tampa, FL",174,"Tampa, FL" +28,441,268,"Seattle, WA",268,"Seattle, WA" +28,442,201,"Boston, MA",201,"Boston, MA" +28,443,217,"New York, NY and NJ",217,"New York, NY and NJ" +28,444,159,"Long Beach, CA",159,"Long Beach, CA" +28,445,241,"Philadelphia, PA",241,"Philadelphia, PA" +28,446,197,"Portland, ME",197,"Portland, ME" +28,447,201,"Boston, MA",201,"Boston, MA" +28,448,241,"Philadelphia, PA",241,"Philadelphia, PA" +28,449,159,"Long Beach, CA",159,"Long Beach, CA" +28,450,245,"Charleston, SC",245,"Charleston, SC" +28,451,201,"Boston, MA",201,"Boston, MA" +28,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +28,453,268,"Seattle, WA",268,"Seattle, WA" +28,454,223,"New York, NY and NJ",223,"New York, NY and NJ" +28,455,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +28,456,268,"Seattle, WA",268,"Seattle, WA" +28,457,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +28,458,201,"Boston, MA",201,"Boston, MA" +28,459,159,"Long Beach, CA",159,"Long Beach, CA" +28,460,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +28,461,245,"Charleston, SC",245,"Charleston, SC" +28,462,217,"New York, NY and NJ",217,"New York, NY and NJ" +28,463,217,"New York, NY and NJ",217,"New York, NY and NJ" +28,464,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +28,465,162,"Oakland, CA",162,"Oakland, CA" +28,466,159,"Long Beach, CA",159,"Long Beach, CA" +28,467,197,"Portland, ME",197,"Portland, ME" +28,468,159,"Long Beach, CA",159,"Long Beach, CA" +28,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +28,470,159,"Long Beach, CA",159,"Long Beach, CA" +28,471,223,"New York, NY and NJ",223,"New York, NY and NJ" +28,472,268,"Seattle, WA",268,"Seattle, WA" +28,473,268,"Seattle, WA",268,"Seattle, WA" +28,474,177,"Savannah, GA",177,"Savannah, GA" +28,475,197,"Portland, ME",197,"Portland, ME" +28,476,159,"Long Beach, CA",159,"Long Beach, CA" +28,477,268,"Seattle, WA",268,"Seattle, WA" +28,478,177,"Savannah, GA",177,"Savannah, GA" +28,479,159,"Long Beach, CA",159,"Long Beach, CA" +28,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +28,481,197,"Portland, ME",197,"Portland, ME" +28,482,159,"Long Beach, CA",159,"Long Beach, CA" +28,483,244,"Providence, RI",244,"Providence, RI" +28,484,172,"Port Everglades, FL",172,"Port Everglades, FL" +28,485,159,"Long Beach, CA",159,"Long Beach, CA" +28,486,159,"Long Beach, CA",159,"Long Beach, CA" +28,487,177,"Savannah, GA",177,"Savannah, GA" +28,488,239,"Portland, OR",239,"Portland, OR" +28,489,269,"Longview, WA",269,"Longview, WA" +28,490,223,"New York, NY and NJ",223,"New York, NY and NJ" +28,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +29,154,159,"Long Beach, CA",159,"Long Beach, CA" +29,179,159,"Long Beach, CA",159,"Long Beach, CA" +29,180,268,"Seattle, WA",268,"Seattle, WA" +29,274,159,"Long Beach, CA",159,"Long Beach, CA" +29,275,197,"Portland, ME",197,"Portland, ME" +29,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +29,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +29,278,197,"Portland, ME",197,"Portland, ME" +29,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +29,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +29,281,152,"Mobile, AL",152,"Mobile, AL" +29,282,169,"Wilmington, DE",169,"Wilmington, DE" +29,283,177,"Savannah, GA",177,"Savannah, GA" +29,284,159,"Long Beach, CA",159,"Long Beach, CA" +29,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +29,286,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +29,287,171,"Jacksonville, FL",171,"Jacksonville, FL" +29,288,268,"Seattle, WA",268,"Seattle, WA" +29,289,162,"Oakland, CA",162,"Oakland, CA" +29,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +29,291,198,"Baltimore, MD",198,"Baltimore, MD" +29,292,198,"Baltimore, MD",198,"Baltimore, MD" +29,293,195,"New Orleans, LA",195,"New Orleans, LA" +29,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +29,295,223,"New York, NY and NJ",223,"New York, NY and NJ" +29,296,159,"Long Beach, CA",159,"Long Beach, CA" +29,297,177,"Savannah, GA",177,"Savannah, GA" +29,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +29,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +29,300,152,"Mobile, AL",152,"Mobile, AL" +29,301,217,"New York, NY and NJ",217,"New York, NY and NJ" +29,302,172,"Port Everglades, FL",172,"Port Everglades, FL" +29,303,159,"Long Beach, CA",159,"Long Beach, CA" +29,304,217,"New York, NY and NJ",217,"New York, NY and NJ" +29,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +29,306,198,"Baltimore, MD",198,"Baltimore, MD" +29,307,223,"New York, NY and NJ",223,"New York, NY and NJ" +29,308,159,"Long Beach, CA",159,"Long Beach, CA" +29,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +29,310,208,"Pascagoula, MS",208,"Pascagoula, MS" +29,311,217,"New York, NY and NJ",217,"New York, NY and NJ" +29,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +29,313,201,"Boston, MA",201,"Boston, MA" +29,314,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +29,315,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +29,316,159,"Long Beach, CA",159,"Long Beach, CA" +29,317,162,"Oakland, CA",162,"Oakland, CA" +29,318,159,"Long Beach, CA",159,"Long Beach, CA" +29,319,195,"New Orleans, LA",195,"New Orleans, LA" +29,320,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +29,321,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +29,322,159,"Long Beach, CA",159,"Long Beach, CA" +29,323,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +29,324,201,"Boston, MA",201,"Boston, MA" +29,325,177,"Savannah, GA",177,"Savannah, GA" +29,326,245,"Charleston, SC",245,"Charleston, SC" +29,327,201,"Boston, MA",201,"Boston, MA" +29,328,241,"Philadelphia, PA",241,"Philadelphia, PA" +29,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +29,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +29,331,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +29,332,177,"Savannah, GA",177,"Savannah, GA" +29,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +29,334,195,"New Orleans, LA",195,"New Orleans, LA" +29,335,197,"Portland, ME",197,"Portland, ME" +29,336,177,"Savannah, GA",177,"Savannah, GA" +29,337,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +29,338,198,"Baltimore, MD",198,"Baltimore, MD" +29,339,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +29,340,169,"Wilmington, DE",169,"Wilmington, DE" +29,341,253,"Beaumont, TX",253,"Beaumont, TX" +29,342,198,"Baltimore, MD",198,"Baltimore, MD" +29,343,159,"Long Beach, CA",159,"Long Beach, CA" +29,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +29,345,198,"Baltimore, MD",198,"Baltimore, MD" +29,346,152,"Mobile, AL",152,"Mobile, AL" +29,347,223,"New York, NY and NJ",223,"New York, NY and NJ" +29,348,201,"Boston, MA",201,"Boston, MA" +29,349,217,"New York, NY and NJ",217,"New York, NY and NJ" +29,350,197,"Portland, ME",197,"Portland, ME" +29,351,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +29,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +29,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +29,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +29,355,171,"Jacksonville, FL",171,"Jacksonville, FL" +29,356,195,"New Orleans, LA",195,"New Orleans, LA" +29,357,198,"Baltimore, MD",198,"Baltimore, MD" +29,358,217,"New York, NY and NJ",217,"New York, NY and NJ" +29,359,177,"Savannah, GA",177,"Savannah, GA" +29,360,177,"Savannah, GA",177,"Savannah, GA" +29,361,195,"New Orleans, LA",195,"New Orleans, LA" +29,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +29,363,195,"New Orleans, LA",195,"New Orleans, LA" +29,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +29,365,217,"New York, NY and NJ",217,"New York, NY and NJ" +29,366,162,"Oakland, CA",162,"Oakland, CA" +29,367,159,"Long Beach, CA",159,"Long Beach, CA" +29,368,268,"Seattle, WA",268,"Seattle, WA" +29,369,159,"Long Beach, CA",159,"Long Beach, CA" +29,370,201,"Boston, MA",201,"Boston, MA" +29,371,239,"Portland, OR",239,"Portland, OR" +29,372,241,"Philadelphia, PA",241,"Philadelphia, PA" +29,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +29,374,162,"Oakland, CA",162,"Oakland, CA" +29,375,159,"Long Beach, CA",159,"Long Beach, CA" +29,376,159,"Long Beach, CA",159,"Long Beach, CA" +29,377,201,"Boston, MA",201,"Boston, MA" +29,378,172,"Port Everglades, FL",172,"Port Everglades, FL" +29,379,159,"Long Beach, CA",159,"Long Beach, CA" +29,380,162,"Oakland, CA",162,"Oakland, CA" +29,381,159,"Long Beach, CA",159,"Long Beach, CA" +29,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +29,383,239,"Portland, OR",239,"Portland, OR" +29,384,195,"New Orleans, LA",195,"New Orleans, LA" +29,385,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +29,386,198,"Baltimore, MD",198,"Baltimore, MD" +29,387,198,"Baltimore, MD",198,"Baltimore, MD" +29,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +29,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +29,390,223,"New York, NY and NJ",223,"New York, NY and NJ" +29,391,177,"Savannah, GA",177,"Savannah, GA" +29,392,268,"Seattle, WA",268,"Seattle, WA" +29,393,268,"Seattle, WA",268,"Seattle, WA" +29,394,217,"New York, NY and NJ",217,"New York, NY and NJ" +29,395,169,"Wilmington, DE",169,"Wilmington, DE" +29,396,162,"Oakland, CA",162,"Oakland, CA" +29,397,201,"Boston, MA",201,"Boston, MA" +29,398,223,"New York, NY and NJ",223,"New York, NY and NJ" +29,399,195,"New Orleans, LA",195,"New Orleans, LA" +29,400,159,"Long Beach, CA",159,"Long Beach, CA" +29,401,217,"New York, NY and NJ",217,"New York, NY and NJ" +29,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +29,403,159,"Long Beach, CA",159,"Long Beach, CA" +29,404,201,"Boston, MA",201,"Boston, MA" +29,405,177,"Savannah, GA",177,"Savannah, GA" +29,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +29,407,223,"New York, NY and NJ",223,"New York, NY and NJ" +29,408,268,"Seattle, WA",268,"Seattle, WA" +29,409,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +29,410,159,"Long Beach, CA",159,"Long Beach, CA" +29,411,162,"Oakland, CA",162,"Oakland, CA" +29,412,198,"Baltimore, MD",198,"Baltimore, MD" +29,413,159,"Long Beach, CA",159,"Long Beach, CA" +29,414,195,"New Orleans, LA",195,"New Orleans, LA" +29,415,245,"Charleston, SC",245,"Charleston, SC" +29,416,198,"Baltimore, MD",198,"Baltimore, MD" +29,417,159,"Long Beach, CA",159,"Long Beach, CA" +29,418,159,"Long Beach, CA",159,"Long Beach, CA" +29,419,198,"Baltimore, MD",198,"Baltimore, MD" +29,420,159,"Long Beach, CA",159,"Long Beach, CA" +29,421,239,"Portland, OR",239,"Portland, OR" +29,422,159,"Long Beach, CA",159,"Long Beach, CA" +29,423,268,"Seattle, WA",268,"Seattle, WA" +29,424,195,"New Orleans, LA",195,"New Orleans, LA" +29,425,269,"Longview, WA",269,"Longview, WA" +29,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +29,427,195,"New Orleans, LA",195,"New Orleans, LA" +29,428,159,"Long Beach, CA",159,"Long Beach, CA" +29,429,159,"Long Beach, CA",159,"Long Beach, CA" +29,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +29,431,201,"Boston, MA",201,"Boston, MA" +29,432,159,"Long Beach, CA",159,"Long Beach, CA" +29,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +29,434,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +29,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +29,436,198,"Baltimore, MD",198,"Baltimore, MD" +29,437,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +29,438,172,"Port Everglades, FL",172,"Port Everglades, FL" +29,439,177,"Savannah, GA",177,"Savannah, GA" +29,440,174,"Tampa, FL",174,"Tampa, FL" +29,441,268,"Seattle, WA",268,"Seattle, WA" +29,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +29,443,198,"Baltimore, MD",198,"Baltimore, MD" +29,444,268,"Seattle, WA",268,"Seattle, WA" +29,445,201,"Boston, MA",201,"Boston, MA" +29,446,244,"Providence, RI",244,"Providence, RI" +29,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +29,448,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +29,449,159,"Long Beach, CA",159,"Long Beach, CA" +29,450,245,"Charleston, SC",245,"Charleston, SC" +29,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +29,452,201,"Boston, MA",201,"Boston, MA" +29,453,162,"Oakland, CA",162,"Oakland, CA" +29,454,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +29,455,217,"New York, NY and NJ",217,"New York, NY and NJ" +29,456,268,"Seattle, WA",268,"Seattle, WA" +29,457,217,"New York, NY and NJ",217,"New York, NY and NJ" +29,458,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +29,459,268,"Seattle, WA",268,"Seattle, WA" +29,460,197,"Portland, ME",197,"Portland, ME" +29,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +29,462,217,"New York, NY and NJ",217,"New York, NY and NJ" +29,463,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +29,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +29,465,269,"Longview, WA",269,"Longview, WA" +29,466,268,"Seattle, WA",268,"Seattle, WA" +29,467,217,"New York, NY and NJ",217,"New York, NY and NJ" +29,468,159,"Long Beach, CA",159,"Long Beach, CA" +29,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +29,470,159,"Long Beach, CA",159,"Long Beach, CA" +29,471,223,"New York, NY and NJ",223,"New York, NY and NJ" +29,472,268,"Seattle, WA",268,"Seattle, WA" +29,473,159,"Long Beach, CA",159,"Long Beach, CA" +29,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +29,475,241,"Philadelphia, PA",241,"Philadelphia, PA" +29,476,159,"Long Beach, CA",159,"Long Beach, CA" +29,477,268,"Seattle, WA",268,"Seattle, WA" +29,478,177,"Savannah, GA",177,"Savannah, GA" +29,479,162,"Oakland, CA",162,"Oakland, CA" +29,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +29,481,241,"Philadelphia, PA",241,"Philadelphia, PA" +29,482,159,"Long Beach, CA",159,"Long Beach, CA" +29,483,241,"Philadelphia, PA",241,"Philadelphia, PA" +29,484,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +29,485,159,"Long Beach, CA",159,"Long Beach, CA" +29,486,159,"Long Beach, CA",159,"Long Beach, CA" +29,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +29,488,162,"Oakland, CA",162,"Oakland, CA" +29,489,159,"Long Beach, CA",159,"Long Beach, CA" +29,490,198,"Baltimore, MD",198,"Baltimore, MD" +29,491,244,"Providence, RI",244,"Providence, RI" +30,154,159,"Long Beach, CA",159,"Long Beach, CA" +30,179,269,"Longview, WA",269,"Longview, WA" +30,180,162,"Oakland, CA",162,"Oakland, CA" +30,274,159,"Long Beach, CA",159,"Long Beach, CA" +30,275,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +30,276,241,"Philadelphia, PA",241,"Philadelphia, PA" +30,277,197,"Portland, ME",197,"Portland, ME" +30,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +30,279,177,"Savannah, GA",177,"Savannah, GA" +30,280,177,"Savannah, GA",177,"Savannah, GA" +30,281,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +30,282,197,"Portland, ME",197,"Portland, ME" +30,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +30,284,159,"Long Beach, CA",159,"Long Beach, CA" +30,285,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +30,286,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +30,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +30,288,159,"Long Beach, CA",159,"Long Beach, CA" +30,289,239,"Portland, OR",239,"Portland, OR" +30,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +30,291,201,"Boston, MA",201,"Boston, MA" +30,292,197,"Portland, ME",197,"Portland, ME" +30,293,257,"Houston, TX",257,"Houston, TX" +30,294,201,"Boston, MA",201,"Boston, MA" +30,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +30,296,159,"Long Beach, CA",159,"Long Beach, CA" +30,297,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +30,298,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +30,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +30,300,171,"Jacksonville, FL",171,"Jacksonville, FL" +30,301,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +30,302,171,"Jacksonville, FL",171,"Jacksonville, FL" +30,303,162,"Oakland, CA",162,"Oakland, CA" +30,304,197,"Portland, ME",197,"Portland, ME" +30,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +30,306,223,"New York, NY and NJ",223,"New York, NY and NJ" +30,307,241,"Philadelphia, PA",241,"Philadelphia, PA" +30,308,162,"Oakland, CA",162,"Oakland, CA" +30,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +30,310,162,"Oakland, CA",162,"Oakland, CA" +30,311,217,"New York, NY and NJ",217,"New York, NY and NJ" +30,312,177,"Savannah, GA",177,"Savannah, GA" +30,313,241,"Philadelphia, PA",241,"Philadelphia, PA" +30,314,223,"New York, NY and NJ",223,"New York, NY and NJ" +30,315,152,"Mobile, AL",152,"Mobile, AL" +30,316,268,"Seattle, WA",268,"Seattle, WA" +30,317,159,"Long Beach, CA",159,"Long Beach, CA" +30,318,268,"Seattle, WA",268,"Seattle, WA" +30,319,174,"Tampa, FL",174,"Tampa, FL" +30,320,241,"Philadelphia, PA",241,"Philadelphia, PA" +30,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +30,322,159,"Long Beach, CA",159,"Long Beach, CA" +30,323,195,"New Orleans, LA",195,"New Orleans, LA" +30,324,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +30,325,177,"Savannah, GA",177,"Savannah, GA" +30,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +30,327,198,"Baltimore, MD",198,"Baltimore, MD" +30,328,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +30,329,197,"Portland, ME",197,"Portland, ME" +30,330,241,"Philadelphia, PA",241,"Philadelphia, PA" +30,331,201,"Boston, MA",201,"Boston, MA" +30,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +30,333,177,"Savannah, GA",177,"Savannah, GA" +30,334,172,"Port Everglades, FL",172,"Port Everglades, FL" +30,335,223,"New York, NY and NJ",223,"New York, NY and NJ" +30,336,195,"New Orleans, LA",195,"New Orleans, LA" +30,337,223,"New York, NY and NJ",223,"New York, NY and NJ" +30,338,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +30,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +30,340,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +30,341,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +30,342,201,"Boston, MA",201,"Boston, MA" +30,343,269,"Longview, WA",269,"Longview, WA" +30,344,201,"Boston, MA",201,"Boston, MA" +30,345,201,"Boston, MA",201,"Boston, MA" +30,346,195,"New Orleans, LA",195,"New Orleans, LA" +30,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +30,348,217,"New York, NY and NJ",217,"New York, NY and NJ" +30,349,197,"Portland, ME",197,"Portland, ME" +30,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +30,351,197,"Portland, ME",197,"Portland, ME" +30,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +30,353,201,"Boston, MA",201,"Boston, MA" +30,354,201,"Boston, MA",201,"Boston, MA" +30,355,245,"Charleston, SC",245,"Charleston, SC" +30,356,195,"New Orleans, LA",195,"New Orleans, LA" +30,357,198,"Baltimore, MD",198,"Baltimore, MD" +30,358,217,"New York, NY and NJ",217,"New York, NY and NJ" +30,359,177,"Savannah, GA",177,"Savannah, GA" +30,360,177,"Savannah, GA",177,"Savannah, GA" +30,361,253,"Beaumont, TX",253,"Beaumont, TX" +30,362,217,"New York, NY and NJ",217,"New York, NY and NJ" +30,363,195,"New Orleans, LA",195,"New Orleans, LA" +30,364,201,"Boston, MA",201,"Boston, MA" +30,365,201,"Boston, MA",201,"Boston, MA" +30,366,268,"Seattle, WA",268,"Seattle, WA" +30,367,268,"Seattle, WA",268,"Seattle, WA" +30,368,162,"Oakland, CA",162,"Oakland, CA" +30,369,162,"Oakland, CA",162,"Oakland, CA" +30,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +30,371,159,"Long Beach, CA",159,"Long Beach, CA" +30,372,197,"Portland, ME",197,"Portland, ME" +30,373,171,"Jacksonville, FL",171,"Jacksonville, FL" +30,374,269,"Longview, WA",269,"Longview, WA" +30,375,172,"Port Everglades, FL",172,"Port Everglades, FL" +30,376,239,"Portland, OR",239,"Portland, OR" +30,377,245,"Charleston, SC",245,"Charleston, SC" +30,378,171,"Jacksonville, FL",171,"Jacksonville, FL" +30,379,159,"Long Beach, CA",159,"Long Beach, CA" +30,380,268,"Seattle, WA",268,"Seattle, WA" +30,381,159,"Long Beach, CA",159,"Long Beach, CA" +30,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +30,383,159,"Long Beach, CA",159,"Long Beach, CA" +30,384,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +30,385,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +30,386,198,"Baltimore, MD",198,"Baltimore, MD" +30,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +30,388,244,"Providence, RI",244,"Providence, RI" +30,389,197,"Portland, ME",197,"Portland, ME" +30,390,229,"Wilmington, NC",229,"Wilmington, NC" +30,391,169,"Wilmington, DE",169,"Wilmington, DE" +30,392,269,"Longview, WA",269,"Longview, WA" +30,393,159,"Long Beach, CA",159,"Long Beach, CA" +30,394,201,"Boston, MA",201,"Boston, MA" +30,395,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +30,396,268,"Seattle, WA",268,"Seattle, WA" +30,397,197,"Portland, ME",197,"Portland, ME" +30,398,198,"Baltimore, MD",198,"Baltimore, MD" +30,399,159,"Long Beach, CA",159,"Long Beach, CA" +30,400,268,"Seattle, WA",268,"Seattle, WA" +30,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +30,402,198,"Baltimore, MD",198,"Baltimore, MD" +30,403,159,"Long Beach, CA",159,"Long Beach, CA" +30,404,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +30,405,172,"Port Everglades, FL",172,"Port Everglades, FL" +30,406,197,"Portland, ME",197,"Portland, ME" +30,407,244,"Providence, RI",244,"Providence, RI" +30,408,162,"Oakland, CA",162,"Oakland, CA" +30,409,223,"New York, NY and NJ",223,"New York, NY and NJ" +30,410,159,"Long Beach, CA",159,"Long Beach, CA" +30,411,162,"Oakland, CA",162,"Oakland, CA" +30,412,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +30,413,239,"Portland, OR",239,"Portland, OR" +30,414,172,"Port Everglades, FL",172,"Port Everglades, FL" +30,415,201,"Boston, MA",201,"Boston, MA" +30,416,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +30,417,268,"Seattle, WA",268,"Seattle, WA" +30,418,159,"Long Beach, CA",159,"Long Beach, CA" +30,419,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +30,420,159,"Long Beach, CA",159,"Long Beach, CA" +30,421,159,"Long Beach, CA",159,"Long Beach, CA" +30,422,159,"Long Beach, CA",159,"Long Beach, CA" +30,423,268,"Seattle, WA",268,"Seattle, WA" +30,424,172,"Port Everglades, FL",172,"Port Everglades, FL" +30,425,159,"Long Beach, CA",159,"Long Beach, CA" +30,426,195,"New Orleans, LA",195,"New Orleans, LA" +30,427,195,"New Orleans, LA",195,"New Orleans, LA" +30,428,162,"Oakland, CA",162,"Oakland, CA" +30,429,162,"Oakland, CA",162,"Oakland, CA" +30,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +30,431,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +30,432,239,"Portland, OR",239,"Portland, OR" +30,433,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +30,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +30,435,197,"Portland, ME",197,"Portland, ME" +30,436,177,"Savannah, GA",177,"Savannah, GA" +30,437,245,"Charleston, SC",245,"Charleston, SC" +30,438,245,"Charleston, SC",245,"Charleston, SC" +30,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +30,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +30,441,159,"Long Beach, CA",159,"Long Beach, CA" +30,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +30,443,201,"Boston, MA",201,"Boston, MA" +30,444,159,"Long Beach, CA",159,"Long Beach, CA" +30,445,217,"New York, NY and NJ",217,"New York, NY and NJ" +30,446,201,"Boston, MA",201,"Boston, MA" +30,447,241,"Philadelphia, PA",241,"Philadelphia, PA" +30,448,197,"Portland, ME",197,"Portland, ME" +30,449,159,"Long Beach, CA",159,"Long Beach, CA" +30,450,229,"Wilmington, NC",229,"Wilmington, NC" +30,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +30,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +30,453,159,"Long Beach, CA",159,"Long Beach, CA" +30,454,217,"New York, NY and NJ",217,"New York, NY and NJ" +30,455,197,"Portland, ME",197,"Portland, ME" +30,456,239,"Portland, OR",239,"Portland, OR" +30,457,217,"New York, NY and NJ",217,"New York, NY and NJ" +30,458,197,"Portland, ME",197,"Portland, ME" +30,459,159,"Long Beach, CA",159,"Long Beach, CA" +30,460,201,"Boston, MA",201,"Boston, MA" +30,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +30,462,177,"Savannah, GA",177,"Savannah, GA" +30,463,241,"Philadelphia, PA",241,"Philadelphia, PA" +30,464,217,"New York, NY and NJ",217,"New York, NY and NJ" +30,465,159,"Long Beach, CA",159,"Long Beach, CA" +30,466,159,"Long Beach, CA",159,"Long Beach, CA" +30,467,223,"New York, NY and NJ",223,"New York, NY and NJ" +30,468,159,"Long Beach, CA",159,"Long Beach, CA" +30,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +30,470,159,"Long Beach, CA",159,"Long Beach, CA" +30,471,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +30,472,159,"Long Beach, CA",159,"Long Beach, CA" +30,473,159,"Long Beach, CA",159,"Long Beach, CA" +30,474,241,"Philadelphia, PA",241,"Philadelphia, PA" +30,475,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +30,476,159,"Long Beach, CA",159,"Long Beach, CA" +30,477,159,"Long Beach, CA",159,"Long Beach, CA" +30,478,177,"Savannah, GA",177,"Savannah, GA" +30,479,268,"Seattle, WA",268,"Seattle, WA" +30,480,217,"New York, NY and NJ",217,"New York, NY and NJ" +30,481,169,"Wilmington, DE",169,"Wilmington, DE" +30,482,159,"Long Beach, CA",159,"Long Beach, CA" +30,483,198,"Baltimore, MD",198,"Baltimore, MD" +30,484,171,"Jacksonville, FL",171,"Jacksonville, FL" +30,485,159,"Long Beach, CA",159,"Long Beach, CA" +30,486,268,"Seattle, WA",268,"Seattle, WA" +30,487,177,"Savannah, GA",177,"Savannah, GA" +30,488,159,"Long Beach, CA",159,"Long Beach, CA" +30,489,159,"Long Beach, CA",159,"Long Beach, CA" +30,490,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +30,491,201,"Boston, MA",201,"Boston, MA" +31,154,162,"Oakland, CA",162,"Oakland, CA" +31,179,268,"Seattle, WA",268,"Seattle, WA" +31,180,268,"Seattle, WA",268,"Seattle, WA" +31,274,269,"Longview, WA",269,"Longview, WA" +31,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +31,276,201,"Boston, MA",201,"Boston, MA" +31,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +31,278,241,"Philadelphia, PA",241,"Philadelphia, PA" +31,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +31,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +31,281,257,"Houston, TX",257,"Houston, TX" +31,282,217,"New York, NY and NJ",217,"New York, NY and NJ" +31,283,174,"Tampa, FL",174,"Tampa, FL" +31,284,162,"Oakland, CA",162,"Oakland, CA" +31,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +31,286,201,"Boston, MA",201,"Boston, MA" +31,287,245,"Charleston, SC",245,"Charleston, SC" +31,288,159,"Long Beach, CA",159,"Long Beach, CA" +31,289,268,"Seattle, WA",268,"Seattle, WA" +31,290,172,"Port Everglades, FL",172,"Port Everglades, FL" +31,291,217,"New York, NY and NJ",217,"New York, NY and NJ" +31,292,198,"Baltimore, MD",198,"Baltimore, MD" +31,293,195,"New Orleans, LA",195,"New Orleans, LA" +31,294,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +31,295,241,"Philadelphia, PA",241,"Philadelphia, PA" +31,296,159,"Long Beach, CA",159,"Long Beach, CA" +31,297,177,"Savannah, GA",177,"Savannah, GA" +31,298,198,"Baltimore, MD",198,"Baltimore, MD" +31,299,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +31,300,177,"Savannah, GA",177,"Savannah, GA" +31,301,217,"New York, NY and NJ",217,"New York, NY and NJ" +31,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +31,303,159,"Long Beach, CA",159,"Long Beach, CA" +31,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +31,305,197,"Portland, ME",197,"Portland, ME" +31,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +31,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +31,308,162,"Oakland, CA",162,"Oakland, CA" +31,309,198,"Baltimore, MD",198,"Baltimore, MD" +31,310,208,"Pascagoula, MS",208,"Pascagoula, MS" +31,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +31,312,152,"Mobile, AL",152,"Mobile, AL" +31,313,197,"Portland, ME",197,"Portland, ME" +31,314,198,"Baltimore, MD",198,"Baltimore, MD" +31,315,152,"Mobile, AL",152,"Mobile, AL" +31,316,159,"Long Beach, CA",159,"Long Beach, CA" +31,317,159,"Long Beach, CA",159,"Long Beach, CA" +31,318,268,"Seattle, WA",268,"Seattle, WA" +31,319,195,"New Orleans, LA",195,"New Orleans, LA" +31,320,201,"Boston, MA",201,"Boston, MA" +31,321,197,"Portland, ME",197,"Portland, ME" +31,322,159,"Long Beach, CA",159,"Long Beach, CA" +31,323,194,"Lake Charles, LA",194,"Lake Charles, LA" +31,324,197,"Portland, ME",197,"Portland, ME" +31,325,174,"Tampa, FL",174,"Tampa, FL" +31,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +31,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +31,328,217,"New York, NY and NJ",217,"New York, NY and NJ" +31,329,198,"Baltimore, MD",198,"Baltimore, MD" +31,330,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +31,331,245,"Charleston, SC",245,"Charleston, SC" +31,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +31,333,245,"Charleston, SC",245,"Charleston, SC" +31,334,195,"New Orleans, LA",195,"New Orleans, LA" +31,335,223,"New York, NY and NJ",223,"New York, NY and NJ" +31,336,195,"New Orleans, LA",195,"New Orleans, LA" +31,337,172,"Port Everglades, FL",172,"Port Everglades, FL" +31,338,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +31,339,201,"Boston, MA",201,"Boston, MA" +31,340,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +31,341,253,"Beaumont, TX",253,"Beaumont, TX" +31,342,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +31,343,159,"Long Beach, CA",159,"Long Beach, CA" +31,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +31,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +31,346,177,"Savannah, GA",177,"Savannah, GA" +31,347,241,"Philadelphia, PA",241,"Philadelphia, PA" +31,348,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +31,349,217,"New York, NY and NJ",217,"New York, NY and NJ" +31,350,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +31,351,241,"Philadelphia, PA",241,"Philadelphia, PA" +31,352,201,"Boston, MA",201,"Boston, MA" +31,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +31,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +31,355,177,"Savannah, GA",177,"Savannah, GA" +31,356,195,"New Orleans, LA",195,"New Orleans, LA" +31,357,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +31,358,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +31,359,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +31,360,171,"Jacksonville, FL",171,"Jacksonville, FL" +31,361,257,"Houston, TX",257,"Houston, TX" +31,362,201,"Boston, MA",201,"Boston, MA" +31,363,257,"Houston, TX",257,"Houston, TX" +31,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +31,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +31,366,159,"Long Beach, CA",159,"Long Beach, CA" +31,367,162,"Oakland, CA",162,"Oakland, CA" +31,368,159,"Long Beach, CA",159,"Long Beach, CA" +31,369,159,"Long Beach, CA",159,"Long Beach, CA" +31,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +31,371,268,"Seattle, WA",268,"Seattle, WA" +31,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +31,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +31,374,159,"Long Beach, CA",159,"Long Beach, CA" +31,375,162,"Oakland, CA",162,"Oakland, CA" +31,376,239,"Portland, OR",239,"Portland, OR" +31,377,244,"Providence, RI",244,"Providence, RI" +31,378,253,"Beaumont, TX",253,"Beaumont, TX" +31,379,159,"Long Beach, CA",159,"Long Beach, CA" +31,380,269,"Longview, WA",269,"Longview, WA" +31,381,268,"Seattle, WA",268,"Seattle, WA" +31,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +31,383,268,"Seattle, WA",268,"Seattle, WA" +31,384,201,"Boston, MA",201,"Boston, MA" +31,385,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +31,386,223,"New York, NY and NJ",223,"New York, NY and NJ" +31,387,197,"Portland, ME",197,"Portland, ME" +31,388,198,"Baltimore, MD",198,"Baltimore, MD" +31,389,201,"Boston, MA",201,"Boston, MA" +31,390,244,"Providence, RI",244,"Providence, RI" +31,391,198,"Baltimore, MD",198,"Baltimore, MD" +31,392,159,"Long Beach, CA",159,"Long Beach, CA" +31,393,159,"Long Beach, CA",159,"Long Beach, CA" +31,394,217,"New York, NY and NJ",217,"New York, NY and NJ" +31,395,241,"Philadelphia, PA",241,"Philadelphia, PA" +31,396,268,"Seattle, WA",268,"Seattle, WA" +31,397,198,"Baltimore, MD",198,"Baltimore, MD" +31,398,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +31,399,195,"New Orleans, LA",195,"New Orleans, LA" +31,400,159,"Long Beach, CA",159,"Long Beach, CA" +31,401,201,"Boston, MA",201,"Boston, MA" +31,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +31,403,162,"Oakland, CA",162,"Oakland, CA" +31,404,198,"Baltimore, MD",198,"Baltimore, MD" +31,405,177,"Savannah, GA",177,"Savannah, GA" +31,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +31,407,177,"Savannah, GA",177,"Savannah, GA" +31,408,239,"Portland, OR",239,"Portland, OR" +31,409,177,"Savannah, GA",177,"Savannah, GA" +31,410,162,"Oakland, CA",162,"Oakland, CA" +31,411,268,"Seattle, WA",268,"Seattle, WA" +31,412,198,"Baltimore, MD",198,"Baltimore, MD" +31,413,162,"Oakland, CA",162,"Oakland, CA" +31,414,253,"Beaumont, TX",253,"Beaumont, TX" +31,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +31,416,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +31,417,268,"Seattle, WA",268,"Seattle, WA" +31,418,162,"Oakland, CA",162,"Oakland, CA" +31,419,197,"Portland, ME",197,"Portland, ME" +31,420,268,"Seattle, WA",268,"Seattle, WA" +31,421,268,"Seattle, WA",268,"Seattle, WA" +31,422,159,"Long Beach, CA",159,"Long Beach, CA" +31,423,268,"Seattle, WA",268,"Seattle, WA" +31,424,152,"Mobile, AL",152,"Mobile, AL" +31,425,162,"Oakland, CA",162,"Oakland, CA" +31,426,195,"New Orleans, LA",195,"New Orleans, LA" +31,427,152,"Mobile, AL",152,"Mobile, AL" +31,428,268,"Seattle, WA",268,"Seattle, WA" +31,429,159,"Long Beach, CA",159,"Long Beach, CA" +31,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +31,431,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +31,432,159,"Long Beach, CA",159,"Long Beach, CA" +31,433,197,"Portland, ME",197,"Portland, ME" +31,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +31,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +31,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +31,437,172,"Port Everglades, FL",172,"Port Everglades, FL" +31,438,245,"Charleston, SC",245,"Charleston, SC" +31,439,174,"Tampa, FL",174,"Tampa, FL" +31,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +31,441,159,"Long Beach, CA",159,"Long Beach, CA" +31,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +31,443,198,"Baltimore, MD",198,"Baltimore, MD" +31,444,159,"Long Beach, CA",159,"Long Beach, CA" +31,445,198,"Baltimore, MD",198,"Baltimore, MD" +31,446,244,"Providence, RI",244,"Providence, RI" +31,447,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +31,448,201,"Boston, MA",201,"Boston, MA" +31,449,268,"Seattle, WA",268,"Seattle, WA" +31,450,245,"Charleston, SC",245,"Charleston, SC" +31,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +31,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +31,453,159,"Long Beach, CA",159,"Long Beach, CA" +31,454,217,"New York, NY and NJ",217,"New York, NY and NJ" +31,455,223,"New York, NY and NJ",223,"New York, NY and NJ" +31,456,268,"Seattle, WA",268,"Seattle, WA" +31,457,223,"New York, NY and NJ",223,"New York, NY and NJ" +31,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +31,459,268,"Seattle, WA",268,"Seattle, WA" +31,460,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +31,461,198,"Baltimore, MD",198,"Baltimore, MD" +31,462,201,"Boston, MA",201,"Boston, MA" +31,463,217,"New York, NY and NJ",217,"New York, NY and NJ" +31,464,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +31,465,159,"Long Beach, CA",159,"Long Beach, CA" +31,466,159,"Long Beach, CA",159,"Long Beach, CA" +31,467,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +31,468,162,"Oakland, CA",162,"Oakland, CA" +31,469,244,"Providence, RI",244,"Providence, RI" +31,470,159,"Long Beach, CA",159,"Long Beach, CA" +31,471,197,"Portland, ME",197,"Portland, ME" +31,472,159,"Long Beach, CA",159,"Long Beach, CA" +31,473,268,"Seattle, WA",268,"Seattle, WA" +31,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +31,475,241,"Philadelphia, PA",241,"Philadelphia, PA" +31,476,268,"Seattle, WA",268,"Seattle, WA" +31,477,162,"Oakland, CA",162,"Oakland, CA" +31,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +31,479,159,"Long Beach, CA",159,"Long Beach, CA" +31,480,198,"Baltimore, MD",198,"Baltimore, MD" +31,481,241,"Philadelphia, PA",241,"Philadelphia, PA" +31,482,159,"Long Beach, CA",159,"Long Beach, CA" +31,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +31,484,177,"Savannah, GA",177,"Savannah, GA" +31,485,239,"Portland, OR",239,"Portland, OR" +31,486,268,"Seattle, WA",268,"Seattle, WA" +31,487,177,"Savannah, GA",177,"Savannah, GA" +31,488,159,"Long Beach, CA",159,"Long Beach, CA" +31,489,159,"Long Beach, CA",159,"Long Beach, CA" +31,490,197,"Portland, ME",197,"Portland, ME" +31,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +32,154,159,"Long Beach, CA",159,"Long Beach, CA" +32,179,159,"Long Beach, CA",159,"Long Beach, CA" +32,180,159,"Long Beach, CA",159,"Long Beach, CA" +32,274,159,"Long Beach, CA",159,"Long Beach, CA" +32,275,244,"Providence, RI",244,"Providence, RI" +32,276,197,"Portland, ME",197,"Portland, ME" +32,277,197,"Portland, ME",197,"Portland, ME" +32,278,241,"Philadelphia, PA",241,"Philadelphia, PA" +32,279,177,"Savannah, GA",177,"Savannah, GA" +32,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +32,281,195,"New Orleans, LA",195,"New Orleans, LA" +32,282,197,"Portland, ME",197,"Portland, ME" +32,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +32,284,268,"Seattle, WA",268,"Seattle, WA" +32,285,198,"Baltimore, MD",198,"Baltimore, MD" +32,286,201,"Boston, MA",201,"Boston, MA" +32,287,177,"Savannah, GA",177,"Savannah, GA" +32,288,162,"Oakland, CA",162,"Oakland, CA" +32,289,239,"Portland, OR",239,"Portland, OR" +32,290,177,"Savannah, GA",177,"Savannah, GA" +32,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +32,292,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +32,293,194,"Lake Charles, LA",194,"Lake Charles, LA" +32,294,244,"Providence, RI",244,"Providence, RI" +32,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +32,296,239,"Portland, OR",239,"Portland, OR" +32,297,253,"Beaumont, TX",253,"Beaumont, TX" +32,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +32,299,198,"Baltimore, MD",198,"Baltimore, MD" +32,300,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +32,301,198,"Baltimore, MD",198,"Baltimore, MD" +32,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +32,303,268,"Seattle, WA",268,"Seattle, WA" +32,304,201,"Boston, MA",201,"Boston, MA" +32,305,201,"Boston, MA",201,"Boston, MA" +32,306,217,"New York, NY and NJ",217,"New York, NY and NJ" +32,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +32,308,159,"Long Beach, CA",159,"Long Beach, CA" +32,309,197,"Portland, ME",197,"Portland, ME" +32,310,223,"New York, NY and NJ",223,"New York, NY and NJ" +32,311,201,"Boston, MA",201,"Boston, MA" +32,312,152,"Mobile, AL",152,"Mobile, AL" +32,313,223,"New York, NY and NJ",223,"New York, NY and NJ" +32,314,197,"Portland, ME",197,"Portland, ME" +32,315,194,"Lake Charles, LA",194,"Lake Charles, LA" +32,316,159,"Long Beach, CA",159,"Long Beach, CA" +32,317,159,"Long Beach, CA",159,"Long Beach, CA" +32,318,268,"Seattle, WA",268,"Seattle, WA" +32,319,194,"Lake Charles, LA",194,"Lake Charles, LA" +32,320,198,"Baltimore, MD",198,"Baltimore, MD" +32,321,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +32,322,159,"Long Beach, CA",159,"Long Beach, CA" +32,323,177,"Savannah, GA",177,"Savannah, GA" +32,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +32,325,245,"Charleston, SC",245,"Charleston, SC" +32,326,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +32,327,198,"Baltimore, MD",198,"Baltimore, MD" +32,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +32,329,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +32,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +32,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +32,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +32,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +32,334,195,"New Orleans, LA",195,"New Orleans, LA" +32,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +32,336,177,"Savannah, GA",177,"Savannah, GA" +32,337,197,"Portland, ME",197,"Portland, ME" +32,338,217,"New York, NY and NJ",217,"New York, NY and NJ" +32,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +32,340,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +32,341,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +32,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +32,343,239,"Portland, OR",239,"Portland, OR" +32,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +32,345,197,"Portland, ME",197,"Portland, ME" +32,346,253,"Beaumont, TX",253,"Beaumont, TX" +32,347,171,"Jacksonville, FL",171,"Jacksonville, FL" +32,348,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +32,349,217,"New York, NY and NJ",217,"New York, NY and NJ" +32,350,169,"Wilmington, DE",169,"Wilmington, DE" +32,351,245,"Charleston, SC",245,"Charleston, SC" +32,352,241,"Philadelphia, PA",241,"Philadelphia, PA" +32,353,198,"Baltimore, MD",198,"Baltimore, MD" +32,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +32,355,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +32,356,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +32,357,201,"Boston, MA",201,"Boston, MA" +32,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +32,359,245,"Charleston, SC",245,"Charleston, SC" +32,360,171,"Jacksonville, FL",171,"Jacksonville, FL" +32,361,172,"Port Everglades, FL",172,"Port Everglades, FL" +32,362,198,"Baltimore, MD",198,"Baltimore, MD" +32,363,172,"Port Everglades, FL",172,"Port Everglades, FL" +32,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +32,365,217,"New York, NY and NJ",217,"New York, NY and NJ" +32,366,162,"Oakland, CA",162,"Oakland, CA" +32,367,162,"Oakland, CA",162,"Oakland, CA" +32,368,159,"Long Beach, CA",159,"Long Beach, CA" +32,369,162,"Oakland, CA",162,"Oakland, CA" +32,370,201,"Boston, MA",201,"Boston, MA" +32,371,159,"Long Beach, CA",159,"Long Beach, CA" +32,372,169,"Wilmington, DE",169,"Wilmington, DE" +32,373,171,"Jacksonville, FL",171,"Jacksonville, FL" +32,374,162,"Oakland, CA",162,"Oakland, CA" +32,375,159,"Long Beach, CA",159,"Long Beach, CA" +32,376,159,"Long Beach, CA",159,"Long Beach, CA" +32,377,241,"Philadelphia, PA",241,"Philadelphia, PA" +32,378,195,"New Orleans, LA",195,"New Orleans, LA" +32,379,162,"Oakland, CA",162,"Oakland, CA" +32,380,268,"Seattle, WA",268,"Seattle, WA" +32,381,268,"Seattle, WA",268,"Seattle, WA" +32,382,197,"Portland, ME",197,"Portland, ME" +32,383,162,"Oakland, CA",162,"Oakland, CA" +32,384,198,"Baltimore, MD",198,"Baltimore, MD" +32,385,223,"New York, NY and NJ",223,"New York, NY and NJ" +32,386,197,"Portland, ME",197,"Portland, ME" +32,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +32,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +32,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +32,390,245,"Charleston, SC",245,"Charleston, SC" +32,391,217,"New York, NY and NJ",217,"New York, NY and NJ" +32,392,159,"Long Beach, CA",159,"Long Beach, CA" +32,393,159,"Long Beach, CA",159,"Long Beach, CA" +32,394,197,"Portland, ME",197,"Portland, ME" +32,395,244,"Providence, RI",244,"Providence, RI" +32,396,269,"Longview, WA",269,"Longview, WA" +32,397,223,"New York, NY and NJ",223,"New York, NY and NJ" +32,398,217,"New York, NY and NJ",217,"New York, NY and NJ" +32,399,195,"New Orleans, LA",195,"New Orleans, LA" +32,400,162,"Oakland, CA",162,"Oakland, CA" +32,401,217,"New York, NY and NJ",217,"New York, NY and NJ" +32,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +32,403,159,"Long Beach, CA",159,"Long Beach, CA" +32,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +32,405,245,"Charleston, SC",245,"Charleston, SC" +32,406,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +32,407,241,"Philadelphia, PA",241,"Philadelphia, PA" +32,408,269,"Longview, WA",269,"Longview, WA" +32,409,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +32,410,159,"Long Beach, CA",159,"Long Beach, CA" +32,411,159,"Long Beach, CA",159,"Long Beach, CA" +32,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +32,413,159,"Long Beach, CA",159,"Long Beach, CA" +32,414,253,"Beaumont, TX",253,"Beaumont, TX" +32,415,197,"Portland, ME",197,"Portland, ME" +32,416,201,"Boston, MA",201,"Boston, MA" +32,417,159,"Long Beach, CA",159,"Long Beach, CA" +32,418,239,"Portland, OR",239,"Portland, OR" +32,419,197,"Portland, ME",197,"Portland, ME" +32,420,159,"Long Beach, CA",159,"Long Beach, CA" +32,421,159,"Long Beach, CA",159,"Long Beach, CA" +32,422,159,"Long Beach, CA",159,"Long Beach, CA" +32,423,162,"Oakland, CA",162,"Oakland, CA" +32,424,195,"New Orleans, LA",195,"New Orleans, LA" +32,425,159,"Long Beach, CA",159,"Long Beach, CA" +32,426,195,"New Orleans, LA",195,"New Orleans, LA" +32,427,152,"Mobile, AL",152,"Mobile, AL" +32,428,268,"Seattle, WA",268,"Seattle, WA" +32,429,159,"Long Beach, CA",159,"Long Beach, CA" +32,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +32,431,223,"New York, NY and NJ",223,"New York, NY and NJ" +32,432,159,"Long Beach, CA",159,"Long Beach, CA" +32,433,198,"Baltimore, MD",198,"Baltimore, MD" +32,434,198,"Baltimore, MD",198,"Baltimore, MD" +32,435,217,"New York, NY and NJ",217,"New York, NY and NJ" +32,436,217,"New York, NY and NJ",217,"New York, NY and NJ" +32,437,198,"Baltimore, MD",198,"Baltimore, MD" +32,438,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +32,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +32,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +32,441,159,"Long Beach, CA",159,"Long Beach, CA" +32,442,241,"Philadelphia, PA",241,"Philadelphia, PA" +32,443,245,"Charleston, SC",245,"Charleston, SC" +32,444,159,"Long Beach, CA",159,"Long Beach, CA" +32,445,201,"Boston, MA",201,"Boston, MA" +32,446,197,"Portland, ME",197,"Portland, ME" +32,447,217,"New York, NY and NJ",217,"New York, NY and NJ" +32,448,198,"Baltimore, MD",198,"Baltimore, MD" +32,449,269,"Longview, WA",269,"Longview, WA" +32,450,174,"Tampa, FL",174,"Tampa, FL" +32,451,201,"Boston, MA",201,"Boston, MA" +32,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +32,453,269,"Longview, WA",269,"Longview, WA" +32,454,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +32,455,229,"Wilmington, NC",229,"Wilmington, NC" +32,456,268,"Seattle, WA",268,"Seattle, WA" +32,457,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +32,458,197,"Portland, ME",197,"Portland, ME" +32,459,239,"Portland, OR",239,"Portland, OR" +32,460,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +32,461,177,"Savannah, GA",177,"Savannah, GA" +32,462,198,"Baltimore, MD",198,"Baltimore, MD" +32,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +32,464,197,"Portland, ME",197,"Portland, ME" +32,465,162,"Oakland, CA",162,"Oakland, CA" +32,466,159,"Long Beach, CA",159,"Long Beach, CA" +32,467,217,"New York, NY and NJ",217,"New York, NY and NJ" +32,468,159,"Long Beach, CA",159,"Long Beach, CA" +32,469,197,"Portland, ME",197,"Portland, ME" +32,470,159,"Long Beach, CA",159,"Long Beach, CA" +32,471,198,"Baltimore, MD",198,"Baltimore, MD" +32,472,239,"Portland, OR",239,"Portland, OR" +32,473,159,"Long Beach, CA",159,"Long Beach, CA" +32,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +32,475,169,"Wilmington, DE",169,"Wilmington, DE" +32,476,159,"Long Beach, CA",159,"Long Beach, CA" +32,477,159,"Long Beach, CA",159,"Long Beach, CA" +32,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +32,479,159,"Long Beach, CA",159,"Long Beach, CA" +32,480,198,"Baltimore, MD",198,"Baltimore, MD" +32,481,223,"New York, NY and NJ",223,"New York, NY and NJ" +32,482,159,"Long Beach, CA",159,"Long Beach, CA" +32,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +32,484,174,"Tampa, FL",174,"Tampa, FL" +32,485,159,"Long Beach, CA",159,"Long Beach, CA" +32,486,159,"Long Beach, CA",159,"Long Beach, CA" +32,487,177,"Savannah, GA",177,"Savannah, GA" +32,488,162,"Oakland, CA",162,"Oakland, CA" +32,489,159,"Long Beach, CA",159,"Long Beach, CA" +32,490,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +32,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +33,154,159,"Long Beach, CA",159,"Long Beach, CA" +33,179,162,"Oakland, CA",162,"Oakland, CA" +33,180,159,"Long Beach, CA",159,"Long Beach, CA" +33,274,159,"Long Beach, CA",159,"Long Beach, CA" +33,275,197,"Portland, ME",197,"Portland, ME" +33,276,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +33,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +33,278,223,"New York, NY and NJ",223,"New York, NY and NJ" +33,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +33,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +33,281,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +33,282,198,"Baltimore, MD",198,"Baltimore, MD" +33,283,171,"Jacksonville, FL",171,"Jacksonville, FL" +33,284,159,"Long Beach, CA",159,"Long Beach, CA" +33,285,241,"Philadelphia, PA",241,"Philadelphia, PA" +33,286,197,"Portland, ME",197,"Portland, ME" +33,287,177,"Savannah, GA",177,"Savannah, GA" +33,288,268,"Seattle, WA",268,"Seattle, WA" +33,289,159,"Long Beach, CA",159,"Long Beach, CA" +33,290,229,"Wilmington, NC",229,"Wilmington, NC" +33,291,241,"Philadelphia, PA",241,"Philadelphia, PA" +33,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +33,293,195,"New Orleans, LA",195,"New Orleans, LA" +33,294,197,"Portland, ME",197,"Portland, ME" +33,295,198,"Baltimore, MD",198,"Baltimore, MD" +33,296,268,"Seattle, WA",268,"Seattle, WA" +33,297,152,"Mobile, AL",152,"Mobile, AL" +33,298,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +33,299,171,"Jacksonville, FL",171,"Jacksonville, FL" +33,300,245,"Charleston, SC",245,"Charleston, SC" +33,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +33,302,172,"Port Everglades, FL",172,"Port Everglades, FL" +33,303,269,"Longview, WA",269,"Longview, WA" +33,304,197,"Portland, ME",197,"Portland, ME" +33,305,197,"Portland, ME",197,"Portland, ME" +33,306,244,"Providence, RI",244,"Providence, RI" +33,307,201,"Boston, MA",201,"Boston, MA" +33,308,162,"Oakland, CA",162,"Oakland, CA" +33,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +33,310,152,"Mobile, AL",152,"Mobile, AL" +33,311,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +33,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +33,313,198,"Baltimore, MD",198,"Baltimore, MD" +33,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +33,315,208,"Pascagoula, MS",208,"Pascagoula, MS" +33,316,268,"Seattle, WA",268,"Seattle, WA" +33,317,159,"Long Beach, CA",159,"Long Beach, CA" +33,318,159,"Long Beach, CA",159,"Long Beach, CA" +33,319,172,"Port Everglades, FL",172,"Port Everglades, FL" +33,320,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +33,321,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +33,322,162,"Oakland, CA",162,"Oakland, CA" +33,323,174,"Tampa, FL",174,"Tampa, FL" +33,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +33,325,174,"Tampa, FL",174,"Tampa, FL" +33,326,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +33,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +33,328,241,"Philadelphia, PA",241,"Philadelphia, PA" +33,329,171,"Jacksonville, FL",171,"Jacksonville, FL" +33,330,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +33,331,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +33,332,177,"Savannah, GA",177,"Savannah, GA" +33,333,174,"Tampa, FL",174,"Tampa, FL" +33,334,177,"Savannah, GA",177,"Savannah, GA" +33,335,241,"Philadelphia, PA",241,"Philadelphia, PA" +33,336,152,"Mobile, AL",152,"Mobile, AL" +33,337,197,"Portland, ME",197,"Portland, ME" +33,338,217,"New York, NY and NJ",217,"New York, NY and NJ" +33,339,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +33,340,198,"Baltimore, MD",198,"Baltimore, MD" +33,341,152,"Mobile, AL",152,"Mobile, AL" +33,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +33,343,239,"Portland, OR",239,"Portland, OR" +33,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +33,345,217,"New York, NY and NJ",217,"New York, NY and NJ" +33,346,198,"Baltimore, MD",198,"Baltimore, MD" +33,347,223,"New York, NY and NJ",223,"New York, NY and NJ" +33,348,201,"Boston, MA",201,"Boston, MA" +33,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +33,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +33,351,197,"Portland, ME",197,"Portland, ME" +33,352,197,"Portland, ME",197,"Portland, ME" +33,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +33,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +33,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +33,356,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +33,357,223,"New York, NY and NJ",223,"New York, NY and NJ" +33,358,197,"Portland, ME",197,"Portland, ME" +33,359,177,"Savannah, GA",177,"Savannah, GA" +33,360,177,"Savannah, GA",177,"Savannah, GA" +33,361,257,"Houston, TX",257,"Houston, TX" +33,362,217,"New York, NY and NJ",217,"New York, NY and NJ" +33,363,152,"Mobile, AL",152,"Mobile, AL" +33,364,201,"Boston, MA",201,"Boston, MA" +33,365,241,"Philadelphia, PA",241,"Philadelphia, PA" +33,366,268,"Seattle, WA",268,"Seattle, WA" +33,367,159,"Long Beach, CA",159,"Long Beach, CA" +33,368,162,"Oakland, CA",162,"Oakland, CA" +33,369,159,"Long Beach, CA",159,"Long Beach, CA" +33,370,201,"Boston, MA",201,"Boston, MA" +33,371,159,"Long Beach, CA",159,"Long Beach, CA" +33,372,223,"New York, NY and NJ",223,"New York, NY and NJ" +33,373,171,"Jacksonville, FL",171,"Jacksonville, FL" +33,374,162,"Oakland, CA",162,"Oakland, CA" +33,375,159,"Long Beach, CA",159,"Long Beach, CA" +33,376,268,"Seattle, WA",268,"Seattle, WA" +33,377,198,"Baltimore, MD",198,"Baltimore, MD" +33,378,194,"Lake Charles, LA",194,"Lake Charles, LA" +33,379,159,"Long Beach, CA",159,"Long Beach, CA" +33,380,268,"Seattle, WA",268,"Seattle, WA" +33,381,159,"Long Beach, CA",159,"Long Beach, CA" +33,382,241,"Philadelphia, PA",241,"Philadelphia, PA" +33,383,159,"Long Beach, CA",159,"Long Beach, CA" +33,384,201,"Boston, MA",201,"Boston, MA" +33,385,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +33,386,197,"Portland, ME",197,"Portland, ME" +33,387,198,"Baltimore, MD",198,"Baltimore, MD" +33,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +33,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +33,390,223,"New York, NY and NJ",223,"New York, NY and NJ" +33,391,241,"Philadelphia, PA",241,"Philadelphia, PA" +33,392,268,"Seattle, WA",268,"Seattle, WA" +33,393,268,"Seattle, WA",268,"Seattle, WA" +33,394,241,"Philadelphia, PA",241,"Philadelphia, PA" +33,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +33,396,159,"Long Beach, CA",159,"Long Beach, CA" +33,397,223,"New York, NY and NJ",223,"New York, NY and NJ" +33,398,217,"New York, NY and NJ",217,"New York, NY and NJ" +33,399,172,"Port Everglades, FL",172,"Port Everglades, FL" +33,400,159,"Long Beach, CA",159,"Long Beach, CA" +33,401,198,"Baltimore, MD",198,"Baltimore, MD" +33,402,244,"Providence, RI",244,"Providence, RI" +33,403,268,"Seattle, WA",268,"Seattle, WA" +33,404,241,"Philadelphia, PA",241,"Philadelphia, PA" +33,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +33,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +33,407,223,"New York, NY and NJ",223,"New York, NY and NJ" +33,408,162,"Oakland, CA",162,"Oakland, CA" +33,409,223,"New York, NY and NJ",223,"New York, NY and NJ" +33,410,159,"Long Beach, CA",159,"Long Beach, CA" +33,411,162,"Oakland, CA",162,"Oakland, CA" +33,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +33,413,159,"Long Beach, CA",159,"Long Beach, CA" +33,414,194,"Lake Charles, LA",194,"Lake Charles, LA" +33,415,198,"Baltimore, MD",198,"Baltimore, MD" +33,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +33,417,268,"Seattle, WA",268,"Seattle, WA" +33,418,159,"Long Beach, CA",159,"Long Beach, CA" +33,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +33,420,159,"Long Beach, CA",159,"Long Beach, CA" +33,421,268,"Seattle, WA",268,"Seattle, WA" +33,422,268,"Seattle, WA",268,"Seattle, WA" +33,423,268,"Seattle, WA",268,"Seattle, WA" +33,424,177,"Savannah, GA",177,"Savannah, GA" +33,425,159,"Long Beach, CA",159,"Long Beach, CA" +33,426,177,"Savannah, GA",177,"Savannah, GA" +33,427,195,"New Orleans, LA",195,"New Orleans, LA" +33,428,268,"Seattle, WA",268,"Seattle, WA" +33,429,162,"Oakland, CA",162,"Oakland, CA" +33,430,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +33,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +33,432,268,"Seattle, WA",268,"Seattle, WA" +33,433,198,"Baltimore, MD",198,"Baltimore, MD" +33,434,201,"Boston, MA",201,"Boston, MA" +33,435,244,"Providence, RI",244,"Providence, RI" +33,436,198,"Baltimore, MD",198,"Baltimore, MD" +33,437,169,"Wilmington, DE",169,"Wilmington, DE" +33,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +33,439,245,"Charleston, SC",245,"Charleston, SC" +33,440,177,"Savannah, GA",177,"Savannah, GA" +33,441,268,"Seattle, WA",268,"Seattle, WA" +33,442,198,"Baltimore, MD",198,"Baltimore, MD" +33,443,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +33,444,159,"Long Beach, CA",159,"Long Beach, CA" +33,445,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +33,446,217,"New York, NY and NJ",217,"New York, NY and NJ" +33,447,197,"Portland, ME",197,"Portland, ME" +33,448,198,"Baltimore, MD",198,"Baltimore, MD" +33,449,268,"Seattle, WA",268,"Seattle, WA" +33,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +33,451,201,"Boston, MA",201,"Boston, MA" +33,452,201,"Boston, MA",201,"Boston, MA" +33,453,159,"Long Beach, CA",159,"Long Beach, CA" +33,454,223,"New York, NY and NJ",223,"New York, NY and NJ" +33,455,201,"Boston, MA",201,"Boston, MA" +33,456,159,"Long Beach, CA",159,"Long Beach, CA" +33,457,198,"Baltimore, MD",198,"Baltimore, MD" +33,458,201,"Boston, MA",201,"Boston, MA" +33,459,268,"Seattle, WA",268,"Seattle, WA" +33,460,197,"Portland, ME",197,"Portland, ME" +33,461,174,"Tampa, FL",174,"Tampa, FL" +33,462,217,"New York, NY and NJ",217,"New York, NY and NJ" +33,463,201,"Boston, MA",201,"Boston, MA" +33,464,201,"Boston, MA",201,"Boston, MA" +33,465,269,"Longview, WA",269,"Longview, WA" +33,466,159,"Long Beach, CA",159,"Long Beach, CA" +33,467,241,"Philadelphia, PA",241,"Philadelphia, PA" +33,468,268,"Seattle, WA",268,"Seattle, WA" +33,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +33,470,159,"Long Beach, CA",159,"Long Beach, CA" +33,471,197,"Portland, ME",197,"Portland, ME" +33,472,159,"Long Beach, CA",159,"Long Beach, CA" +33,473,162,"Oakland, CA",162,"Oakland, CA" +33,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +33,475,217,"New York, NY and NJ",217,"New York, NY and NJ" +33,476,268,"Seattle, WA",268,"Seattle, WA" +33,477,162,"Oakland, CA",162,"Oakland, CA" +33,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +33,479,269,"Longview, WA",269,"Longview, WA" +33,480,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +33,481,244,"Providence, RI",244,"Providence, RI" +33,482,268,"Seattle, WA",268,"Seattle, WA" +33,483,223,"New York, NY and NJ",223,"New York, NY and NJ" +33,484,253,"Beaumont, TX",253,"Beaumont, TX" +33,485,159,"Long Beach, CA",159,"Long Beach, CA" +33,486,159,"Long Beach, CA",159,"Long Beach, CA" +33,487,171,"Jacksonville, FL",171,"Jacksonville, FL" +33,488,162,"Oakland, CA",162,"Oakland, CA" +33,489,162,"Oakland, CA",162,"Oakland, CA" +33,490,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +33,491,198,"Baltimore, MD",198,"Baltimore, MD" +34,154,268,"Seattle, WA",268,"Seattle, WA" +34,179,162,"Oakland, CA",162,"Oakland, CA" +34,180,239,"Portland, OR",239,"Portland, OR" +34,274,159,"Long Beach, CA",159,"Long Beach, CA" +34,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +34,276,244,"Providence, RI",244,"Providence, RI" +34,277,198,"Baltimore, MD",198,"Baltimore, MD" +34,278,217,"New York, NY and NJ",217,"New York, NY and NJ" +34,279,245,"Charleston, SC",245,"Charleston, SC" +34,280,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +34,281,195,"New Orleans, LA",195,"New Orleans, LA" +34,282,217,"New York, NY and NJ",217,"New York, NY and NJ" +34,283,174,"Tampa, FL",174,"Tampa, FL" +34,284,269,"Longview, WA",269,"Longview, WA" +34,285,197,"Portland, ME",197,"Portland, ME" +34,286,241,"Philadelphia, PA",241,"Philadelphia, PA" +34,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +34,288,162,"Oakland, CA",162,"Oakland, CA" +34,289,159,"Long Beach, CA",159,"Long Beach, CA" +34,290,172,"Port Everglades, FL",172,"Port Everglades, FL" +34,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +34,292,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +34,293,253,"Beaumont, TX",253,"Beaumont, TX" +34,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +34,295,198,"Baltimore, MD",198,"Baltimore, MD" +34,296,159,"Long Beach, CA",159,"Long Beach, CA" +34,297,208,"Pascagoula, MS",208,"Pascagoula, MS" +34,298,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +34,299,172,"Port Everglades, FL",172,"Port Everglades, FL" +34,300,172,"Port Everglades, FL",172,"Port Everglades, FL" +34,301,201,"Boston, MA",201,"Boston, MA" +34,302,174,"Tampa, FL",174,"Tampa, FL" +34,303,159,"Long Beach, CA",159,"Long Beach, CA" +34,304,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +34,305,198,"Baltimore, MD",198,"Baltimore, MD" +34,306,201,"Boston, MA",201,"Boston, MA" +34,307,201,"Boston, MA",201,"Boston, MA" +34,308,268,"Seattle, WA",268,"Seattle, WA" +34,309,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +34,310,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +34,311,197,"Portland, ME",197,"Portland, ME" +34,312,177,"Savannah, GA",177,"Savannah, GA" +34,313,177,"Savannah, GA",177,"Savannah, GA" +34,314,244,"Providence, RI",244,"Providence, RI" +34,315,195,"New Orleans, LA",195,"New Orleans, LA" +34,316,159,"Long Beach, CA",159,"Long Beach, CA" +34,317,159,"Long Beach, CA",159,"Long Beach, CA" +34,318,268,"Seattle, WA",268,"Seattle, WA" +34,319,195,"New Orleans, LA",195,"New Orleans, LA" +34,320,198,"Baltimore, MD",198,"Baltimore, MD" +34,321,197,"Portland, ME",197,"Portland, ME" +34,322,162,"Oakland, CA",162,"Oakland, CA" +34,323,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +34,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +34,325,171,"Jacksonville, FL",171,"Jacksonville, FL" +34,326,171,"Jacksonville, FL",171,"Jacksonville, FL" +34,327,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +34,328,217,"New York, NY and NJ",217,"New York, NY and NJ" +34,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +34,330,244,"Providence, RI",244,"Providence, RI" +34,331,197,"Portland, ME",197,"Portland, ME" +34,332,198,"Baltimore, MD",198,"Baltimore, MD" +34,333,177,"Savannah, GA",177,"Savannah, GA" +34,334,177,"Savannah, GA",177,"Savannah, GA" +34,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +34,336,171,"Jacksonville, FL",171,"Jacksonville, FL" +34,337,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +34,338,223,"New York, NY and NJ",223,"New York, NY and NJ" +34,339,198,"Baltimore, MD",198,"Baltimore, MD" +34,340,198,"Baltimore, MD",198,"Baltimore, MD" +34,341,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +34,342,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +34,343,162,"Oakland, CA",162,"Oakland, CA" +34,344,201,"Boston, MA",201,"Boston, MA" +34,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +34,346,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +34,347,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +34,348,244,"Providence, RI",244,"Providence, RI" +34,349,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +34,350,217,"New York, NY and NJ",217,"New York, NY and NJ" +34,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +34,352,241,"Philadelphia, PA",241,"Philadelphia, PA" +34,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +34,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +34,355,245,"Charleston, SC",245,"Charleston, SC" +34,356,195,"New Orleans, LA",195,"New Orleans, LA" +34,357,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +34,358,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +34,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +34,360,177,"Savannah, GA",177,"Savannah, GA" +34,361,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +34,362,197,"Portland, ME",197,"Portland, ME" +34,363,195,"New Orleans, LA",195,"New Orleans, LA" +34,364,198,"Baltimore, MD",198,"Baltimore, MD" +34,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +34,366,268,"Seattle, WA",268,"Seattle, WA" +34,367,162,"Oakland, CA",162,"Oakland, CA" +34,368,159,"Long Beach, CA",159,"Long Beach, CA" +34,369,159,"Long Beach, CA",159,"Long Beach, CA" +34,370,217,"New York, NY and NJ",217,"New York, NY and NJ" +34,371,239,"Portland, OR",239,"Portland, OR" +34,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +34,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +34,374,162,"Oakland, CA",162,"Oakland, CA" +34,375,269,"Longview, WA",269,"Longview, WA" +34,376,159,"Long Beach, CA",159,"Long Beach, CA" +34,377,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +34,378,171,"Jacksonville, FL",171,"Jacksonville, FL" +34,379,269,"Longview, WA",269,"Longview, WA" +34,380,159,"Long Beach, CA",159,"Long Beach, CA" +34,381,159,"Long Beach, CA",159,"Long Beach, CA" +34,382,201,"Boston, MA",201,"Boston, MA" +34,383,268,"Seattle, WA",268,"Seattle, WA" +34,384,198,"Baltimore, MD",198,"Baltimore, MD" +34,385,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +34,386,217,"New York, NY and NJ",217,"New York, NY and NJ" +34,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +34,388,197,"Portland, ME",197,"Portland, ME" +34,389,197,"Portland, ME",197,"Portland, ME" +34,390,198,"Baltimore, MD",198,"Baltimore, MD" +34,391,201,"Boston, MA",201,"Boston, MA" +34,392,159,"Long Beach, CA",159,"Long Beach, CA" +34,393,268,"Seattle, WA",268,"Seattle, WA" +34,394,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +34,395,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +34,396,159,"Long Beach, CA",159,"Long Beach, CA" +34,397,198,"Baltimore, MD",198,"Baltimore, MD" +34,398,198,"Baltimore, MD",198,"Baltimore, MD" +34,399,159,"Long Beach, CA",159,"Long Beach, CA" +34,400,269,"Longview, WA",269,"Longview, WA" +34,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +34,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +34,403,159,"Long Beach, CA",159,"Long Beach, CA" +34,404,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +34,405,245,"Charleston, SC",245,"Charleston, SC" +34,406,197,"Portland, ME",197,"Portland, ME" +34,407,217,"New York, NY and NJ",217,"New York, NY and NJ" +34,408,159,"Long Beach, CA",159,"Long Beach, CA" +34,409,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +34,410,159,"Long Beach, CA",159,"Long Beach, CA" +34,411,162,"Oakland, CA",162,"Oakland, CA" +34,412,197,"Portland, ME",197,"Portland, ME" +34,413,159,"Long Beach, CA",159,"Long Beach, CA" +34,414,177,"Savannah, GA",177,"Savannah, GA" +34,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +34,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +34,417,239,"Portland, OR",239,"Portland, OR" +34,418,162,"Oakland, CA",162,"Oakland, CA" +34,419,197,"Portland, ME",197,"Portland, ME" +34,420,159,"Long Beach, CA",159,"Long Beach, CA" +34,421,159,"Long Beach, CA",159,"Long Beach, CA" +34,422,159,"Long Beach, CA",159,"Long Beach, CA" +34,423,159,"Long Beach, CA",159,"Long Beach, CA" +34,424,195,"New Orleans, LA",195,"New Orleans, LA" +34,425,268,"Seattle, WA",268,"Seattle, WA" +34,426,174,"Tampa, FL",174,"Tampa, FL" +34,427,195,"New Orleans, LA",195,"New Orleans, LA" +34,428,162,"Oakland, CA",162,"Oakland, CA" +34,429,195,"New Orleans, LA",195,"New Orleans, LA" +34,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +34,431,198,"Baltimore, MD",198,"Baltimore, MD" +34,432,159,"Long Beach, CA",159,"Long Beach, CA" +34,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +34,434,197,"Portland, ME",197,"Portland, ME" +34,435,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +34,436,197,"Portland, ME",197,"Portland, ME" +34,437,217,"New York, NY and NJ",217,"New York, NY and NJ" +34,438,174,"Tampa, FL",174,"Tampa, FL" +34,439,198,"Baltimore, MD",198,"Baltimore, MD" +34,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +34,441,268,"Seattle, WA",268,"Seattle, WA" +34,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +34,443,241,"Philadelphia, PA",241,"Philadelphia, PA" +34,444,269,"Longview, WA",269,"Longview, WA" +34,445,244,"Providence, RI",244,"Providence, RI" +34,446,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +34,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +34,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +34,449,269,"Longview, WA",269,"Longview, WA" +34,450,245,"Charleston, SC",245,"Charleston, SC" +34,451,244,"Providence, RI",244,"Providence, RI" +34,452,198,"Baltimore, MD",198,"Baltimore, MD" +34,453,159,"Long Beach, CA",159,"Long Beach, CA" +34,454,217,"New York, NY and NJ",217,"New York, NY and NJ" +34,455,197,"Portland, ME",197,"Portland, ME" +34,456,269,"Longview, WA",269,"Longview, WA" +34,457,223,"New York, NY and NJ",223,"New York, NY and NJ" +34,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +34,459,159,"Long Beach, CA",159,"Long Beach, CA" +34,460,241,"Philadelphia, PA",241,"Philadelphia, PA" +34,461,174,"Tampa, FL",174,"Tampa, FL" +34,462,217,"New York, NY and NJ",217,"New York, NY and NJ" +34,463,198,"Baltimore, MD",198,"Baltimore, MD" +34,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +34,465,159,"Long Beach, CA",159,"Long Beach, CA" +34,466,162,"Oakland, CA",162,"Oakland, CA" +34,467,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +34,468,159,"Long Beach, CA",159,"Long Beach, CA" +34,469,197,"Portland, ME",197,"Portland, ME" +34,470,162,"Oakland, CA",162,"Oakland, CA" +34,471,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +34,472,159,"Long Beach, CA",159,"Long Beach, CA" +34,473,159,"Long Beach, CA",159,"Long Beach, CA" +34,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +34,475,217,"New York, NY and NJ",217,"New York, NY and NJ" +34,476,162,"Oakland, CA",162,"Oakland, CA" +34,477,159,"Long Beach, CA",159,"Long Beach, CA" +34,478,177,"Savannah, GA",177,"Savannah, GA" +34,479,159,"Long Beach, CA",159,"Long Beach, CA" +34,480,197,"Portland, ME",197,"Portland, ME" +34,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +34,482,159,"Long Beach, CA",159,"Long Beach, CA" +34,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +34,484,195,"New Orleans, LA",195,"New Orleans, LA" +34,485,268,"Seattle, WA",268,"Seattle, WA" +34,486,159,"Long Beach, CA",159,"Long Beach, CA" +34,487,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +34,488,159,"Long Beach, CA",159,"Long Beach, CA" +34,489,162,"Oakland, CA",162,"Oakland, CA" +34,490,198,"Baltimore, MD",198,"Baltimore, MD" +34,491,245,"Charleston, SC",245,"Charleston, SC" +35,154,159,"Long Beach, CA",159,"Long Beach, CA" +35,179,268,"Seattle, WA",268,"Seattle, WA" +35,180,159,"Long Beach, CA",159,"Long Beach, CA" +35,274,159,"Long Beach, CA",159,"Long Beach, CA" +35,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +35,276,198,"Baltimore, MD",198,"Baltimore, MD" +35,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +35,278,217,"New York, NY and NJ",217,"New York, NY and NJ" +35,279,223,"New York, NY and NJ",223,"New York, NY and NJ" +35,280,229,"Wilmington, NC",229,"Wilmington, NC" +35,281,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +35,282,197,"Portland, ME",197,"Portland, ME" +35,283,174,"Tampa, FL",174,"Tampa, FL" +35,284,159,"Long Beach, CA",159,"Long Beach, CA" +35,285,198,"Baltimore, MD",198,"Baltimore, MD" +35,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +35,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +35,288,269,"Longview, WA",269,"Longview, WA" +35,289,239,"Portland, OR",239,"Portland, OR" +35,290,172,"Port Everglades, FL",172,"Port Everglades, FL" +35,291,217,"New York, NY and NJ",217,"New York, NY and NJ" +35,292,197,"Portland, ME",197,"Portland, ME" +35,293,195,"New Orleans, LA",195,"New Orleans, LA" +35,294,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +35,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +35,296,162,"Oakland, CA",162,"Oakland, CA" +35,297,195,"New Orleans, LA",195,"New Orleans, LA" +35,298,197,"Portland, ME",197,"Portland, ME" +35,299,198,"Baltimore, MD",198,"Baltimore, MD" +35,300,174,"Tampa, FL",174,"Tampa, FL" +35,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +35,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +35,303,239,"Portland, OR",239,"Portland, OR" +35,304,201,"Boston, MA",201,"Boston, MA" +35,305,201,"Boston, MA",201,"Boston, MA" +35,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +35,307,223,"New York, NY and NJ",223,"New York, NY and NJ" +35,308,269,"Longview, WA",269,"Longview, WA" +35,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +35,310,172,"Port Everglades, FL",172,"Port Everglades, FL" +35,311,198,"Baltimore, MD",198,"Baltimore, MD" +35,312,177,"Savannah, GA",177,"Savannah, GA" +35,313,223,"New York, NY and NJ",223,"New York, NY and NJ" +35,314,198,"Baltimore, MD",198,"Baltimore, MD" +35,315,152,"Mobile, AL",152,"Mobile, AL" +35,316,159,"Long Beach, CA",159,"Long Beach, CA" +35,317,162,"Oakland, CA",162,"Oakland, CA" +35,318,159,"Long Beach, CA",159,"Long Beach, CA" +35,319,195,"New Orleans, LA",195,"New Orleans, LA" +35,320,169,"Wilmington, DE",169,"Wilmington, DE" +35,321,197,"Portland, ME",197,"Portland, ME" +35,322,159,"Long Beach, CA",159,"Long Beach, CA" +35,323,171,"Jacksonville, FL",171,"Jacksonville, FL" +35,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +35,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +35,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +35,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +35,328,197,"Portland, ME",197,"Portland, ME" +35,329,223,"New York, NY and NJ",223,"New York, NY and NJ" +35,330,217,"New York, NY and NJ",217,"New York, NY and NJ" +35,331,197,"Portland, ME",197,"Portland, ME" +35,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +35,333,177,"Savannah, GA",177,"Savannah, GA" +35,334,171,"Jacksonville, FL",171,"Jacksonville, FL" +35,335,241,"Philadelphia, PA",241,"Philadelphia, PA" +35,336,177,"Savannah, GA",177,"Savannah, GA" +35,337,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +35,338,198,"Baltimore, MD",198,"Baltimore, MD" +35,339,198,"Baltimore, MD",198,"Baltimore, MD" +35,340,217,"New York, NY and NJ",217,"New York, NY and NJ" +35,341,174,"Tampa, FL",174,"Tampa, FL" +35,342,241,"Philadelphia, PA",241,"Philadelphia, PA" +35,343,268,"Seattle, WA",268,"Seattle, WA" +35,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +35,345,244,"Providence, RI",244,"Providence, RI" +35,346,257,"Houston, TX",257,"Houston, TX" +35,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +35,348,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +35,349,241,"Philadelphia, PA",241,"Philadelphia, PA" +35,350,217,"New York, NY and NJ",217,"New York, NY and NJ" +35,351,241,"Philadelphia, PA",241,"Philadelphia, PA" +35,352,244,"Providence, RI",244,"Providence, RI" +35,353,198,"Baltimore, MD",198,"Baltimore, MD" +35,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +35,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +35,356,195,"New Orleans, LA",195,"New Orleans, LA" +35,357,241,"Philadelphia, PA",241,"Philadelphia, PA" +35,358,197,"Portland, ME",197,"Portland, ME" +35,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +35,360,177,"Savannah, GA",177,"Savannah, GA" +35,361,195,"New Orleans, LA",195,"New Orleans, LA" +35,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +35,363,172,"Port Everglades, FL",172,"Port Everglades, FL" +35,364,197,"Portland, ME",197,"Portland, ME" +35,365,198,"Baltimore, MD",198,"Baltimore, MD" +35,366,162,"Oakland, CA",162,"Oakland, CA" +35,367,159,"Long Beach, CA",159,"Long Beach, CA" +35,368,269,"Longview, WA",269,"Longview, WA" +35,369,159,"Long Beach, CA",159,"Long Beach, CA" +35,370,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +35,371,159,"Long Beach, CA",159,"Long Beach, CA" +35,372,223,"New York, NY and NJ",223,"New York, NY and NJ" +35,373,171,"Jacksonville, FL",171,"Jacksonville, FL" +35,374,159,"Long Beach, CA",159,"Long Beach, CA" +35,375,239,"Portland, OR",239,"Portland, OR" +35,376,159,"Long Beach, CA",159,"Long Beach, CA" +35,377,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +35,378,195,"New Orleans, LA",195,"New Orleans, LA" +35,379,159,"Long Beach, CA",159,"Long Beach, CA" +35,380,239,"Portland, OR",239,"Portland, OR" +35,381,268,"Seattle, WA",268,"Seattle, WA" +35,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +35,383,172,"Port Everglades, FL",172,"Port Everglades, FL" +35,384,198,"Baltimore, MD",198,"Baltimore, MD" +35,385,244,"Providence, RI",244,"Providence, RI" +35,386,169,"Wilmington, DE",169,"Wilmington, DE" +35,387,229,"Wilmington, NC",229,"Wilmington, NC" +35,388,198,"Baltimore, MD",198,"Baltimore, MD" +35,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +35,390,198,"Baltimore, MD",198,"Baltimore, MD" +35,391,217,"New York, NY and NJ",217,"New York, NY and NJ" +35,392,159,"Long Beach, CA",159,"Long Beach, CA" +35,393,159,"Long Beach, CA",159,"Long Beach, CA" +35,394,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +35,395,201,"Boston, MA",201,"Boston, MA" +35,396,239,"Portland, OR",239,"Portland, OR" +35,397,198,"Baltimore, MD",198,"Baltimore, MD" +35,398,245,"Charleston, SC",245,"Charleston, SC" +35,399,253,"Beaumont, TX",253,"Beaumont, TX" +35,400,239,"Portland, OR",239,"Portland, OR" +35,401,198,"Baltimore, MD",198,"Baltimore, MD" +35,402,198,"Baltimore, MD",198,"Baltimore, MD" +35,403,159,"Long Beach, CA",159,"Long Beach, CA" +35,404,197,"Portland, ME",197,"Portland, ME" +35,405,177,"Savannah, GA",177,"Savannah, GA" +35,406,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +35,407,241,"Philadelphia, PA",241,"Philadelphia, PA" +35,408,162,"Oakland, CA",162,"Oakland, CA" +35,409,241,"Philadelphia, PA",241,"Philadelphia, PA" +35,410,159,"Long Beach, CA",159,"Long Beach, CA" +35,411,159,"Long Beach, CA",159,"Long Beach, CA" +35,412,217,"New York, NY and NJ",217,"New York, NY and NJ" +35,413,159,"Long Beach, CA",159,"Long Beach, CA" +35,414,174,"Tampa, FL",174,"Tampa, FL" +35,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +35,416,223,"New York, NY and NJ",223,"New York, NY and NJ" +35,417,159,"Long Beach, CA",159,"Long Beach, CA" +35,418,159,"Long Beach, CA",159,"Long Beach, CA" +35,419,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +35,420,162,"Oakland, CA",162,"Oakland, CA" +35,421,159,"Long Beach, CA",159,"Long Beach, CA" +35,422,239,"Portland, OR",239,"Portland, OR" +35,423,159,"Long Beach, CA",159,"Long Beach, CA" +35,424,177,"Savannah, GA",177,"Savannah, GA" +35,425,159,"Long Beach, CA",159,"Long Beach, CA" +35,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +35,427,194,"Lake Charles, LA",194,"Lake Charles, LA" +35,428,159,"Long Beach, CA",159,"Long Beach, CA" +35,429,268,"Seattle, WA",268,"Seattle, WA" +35,430,197,"Portland, ME",197,"Portland, ME" +35,431,198,"Baltimore, MD",198,"Baltimore, MD" +35,432,159,"Long Beach, CA",159,"Long Beach, CA" +35,433,223,"New York, NY and NJ",223,"New York, NY and NJ" +35,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +35,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +35,436,217,"New York, NY and NJ",217,"New York, NY and NJ" +35,437,195,"New Orleans, LA",195,"New Orleans, LA" +35,438,177,"Savannah, GA",177,"Savannah, GA" +35,439,245,"Charleston, SC",245,"Charleston, SC" +35,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +35,441,159,"Long Beach, CA",159,"Long Beach, CA" +35,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +35,443,198,"Baltimore, MD",198,"Baltimore, MD" +35,444,268,"Seattle, WA",268,"Seattle, WA" +35,445,241,"Philadelphia, PA",241,"Philadelphia, PA" +35,446,241,"Philadelphia, PA",241,"Philadelphia, PA" +35,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +35,448,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +35,449,159,"Long Beach, CA",159,"Long Beach, CA" +35,450,171,"Jacksonville, FL",171,"Jacksonville, FL" +35,451,198,"Baltimore, MD",198,"Baltimore, MD" +35,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +35,453,159,"Long Beach, CA",159,"Long Beach, CA" +35,454,244,"Providence, RI",244,"Providence, RI" +35,455,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +35,456,159,"Long Beach, CA",159,"Long Beach, CA" +35,457,198,"Baltimore, MD",198,"Baltimore, MD" +35,458,197,"Portland, ME",197,"Portland, ME" +35,459,159,"Long Beach, CA",159,"Long Beach, CA" +35,460,201,"Boston, MA",201,"Boston, MA" +35,461,171,"Jacksonville, FL",171,"Jacksonville, FL" +35,462,223,"New York, NY and NJ",223,"New York, NY and NJ" +35,463,241,"Philadelphia, PA",241,"Philadelphia, PA" +35,464,201,"Boston, MA",201,"Boston, MA" +35,465,162,"Oakland, CA",162,"Oakland, CA" +35,466,162,"Oakland, CA",162,"Oakland, CA" +35,467,201,"Boston, MA",201,"Boston, MA" +35,468,159,"Long Beach, CA",159,"Long Beach, CA" +35,469,198,"Baltimore, MD",198,"Baltimore, MD" +35,470,239,"Portland, OR",239,"Portland, OR" +35,471,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +35,472,159,"Long Beach, CA",159,"Long Beach, CA" +35,473,162,"Oakland, CA",162,"Oakland, CA" +35,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +35,475,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +35,476,162,"Oakland, CA",162,"Oakland, CA" +35,477,268,"Seattle, WA",268,"Seattle, WA" +35,478,177,"Savannah, GA",177,"Savannah, GA" +35,479,159,"Long Beach, CA",159,"Long Beach, CA" +35,480,217,"New York, NY and NJ",217,"New York, NY and NJ" +35,481,241,"Philadelphia, PA",241,"Philadelphia, PA" +35,482,159,"Long Beach, CA",159,"Long Beach, CA" +35,483,198,"Baltimore, MD",198,"Baltimore, MD" +35,484,245,"Charleston, SC",245,"Charleston, SC" +35,485,159,"Long Beach, CA",159,"Long Beach, CA" +35,486,159,"Long Beach, CA",159,"Long Beach, CA" +35,487,245,"Charleston, SC",245,"Charleston, SC" +35,488,269,"Longview, WA",269,"Longview, WA" +35,489,268,"Seattle, WA",268,"Seattle, WA" +35,490,198,"Baltimore, MD",198,"Baltimore, MD" +35,491,223,"New York, NY and NJ",223,"New York, NY and NJ" +36,154,159,"Long Beach, CA",159,"Long Beach, CA" +36,179,268,"Seattle, WA",268,"Seattle, WA" +36,180,159,"Long Beach, CA",159,"Long Beach, CA" +36,274,162,"Oakland, CA",162,"Oakland, CA" +36,275,241,"Philadelphia, PA",241,"Philadelphia, PA" +36,276,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +36,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +36,278,223,"New York, NY and NJ",223,"New York, NY and NJ" +36,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +36,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +36,281,177,"Savannah, GA",177,"Savannah, GA" +36,282,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +36,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +36,284,159,"Long Beach, CA",159,"Long Beach, CA" +36,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +36,286,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +36,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +36,288,162,"Oakland, CA",162,"Oakland, CA" +36,289,159,"Long Beach, CA",159,"Long Beach, CA" +36,290,177,"Savannah, GA",177,"Savannah, GA" +36,291,241,"Philadelphia, PA",241,"Philadelphia, PA" +36,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +36,293,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +36,294,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +36,295,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +36,296,159,"Long Beach, CA",159,"Long Beach, CA" +36,297,245,"Charleston, SC",245,"Charleston, SC" +36,298,198,"Baltimore, MD",198,"Baltimore, MD" +36,299,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +36,300,172,"Port Everglades, FL",172,"Port Everglades, FL" +36,301,201,"Boston, MA",201,"Boston, MA" +36,302,229,"Wilmington, NC",229,"Wilmington, NC" +36,303,239,"Portland, OR",239,"Portland, OR" +36,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +36,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +36,306,223,"New York, NY and NJ",223,"New York, NY and NJ" +36,307,198,"Baltimore, MD",198,"Baltimore, MD" +36,308,159,"Long Beach, CA",159,"Long Beach, CA" +36,309,241,"Philadelphia, PA",241,"Philadelphia, PA" +36,310,159,"Long Beach, CA",159,"Long Beach, CA" +36,311,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +36,312,152,"Mobile, AL",152,"Mobile, AL" +36,313,217,"New York, NY and NJ",217,"New York, NY and NJ" +36,314,197,"Portland, ME",197,"Portland, ME" +36,315,253,"Beaumont, TX",253,"Beaumont, TX" +36,316,269,"Longview, WA",269,"Longview, WA" +36,317,268,"Seattle, WA",268,"Seattle, WA" +36,318,159,"Long Beach, CA",159,"Long Beach, CA" +36,319,195,"New Orleans, LA",195,"New Orleans, LA" +36,320,217,"New York, NY and NJ",217,"New York, NY and NJ" +36,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +36,322,159,"Long Beach, CA",159,"Long Beach, CA" +36,323,152,"Mobile, AL",152,"Mobile, AL" +36,324,198,"Baltimore, MD",198,"Baltimore, MD" +36,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +36,326,174,"Tampa, FL",174,"Tampa, FL" +36,327,201,"Boston, MA",201,"Boston, MA" +36,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +36,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +36,330,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +36,331,223,"New York, NY and NJ",223,"New York, NY and NJ" +36,332,177,"Savannah, GA",177,"Savannah, GA" +36,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +36,334,177,"Savannah, GA",177,"Savannah, GA" +36,335,197,"Portland, ME",197,"Portland, ME" +36,336,177,"Savannah, GA",177,"Savannah, GA" +36,337,201,"Boston, MA",201,"Boston, MA" +36,338,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +36,339,198,"Baltimore, MD",198,"Baltimore, MD" +36,340,241,"Philadelphia, PA",241,"Philadelphia, PA" +36,341,195,"New Orleans, LA",195,"New Orleans, LA" +36,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +36,343,159,"Long Beach, CA",159,"Long Beach, CA" +36,344,244,"Providence, RI",244,"Providence, RI" +36,345,197,"Portland, ME",197,"Portland, ME" +36,346,201,"Boston, MA",201,"Boston, MA" +36,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +36,348,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +36,349,197,"Portland, ME",197,"Portland, ME" +36,350,201,"Boston, MA",201,"Boston, MA" +36,351,198,"Baltimore, MD",198,"Baltimore, MD" +36,352,198,"Baltimore, MD",198,"Baltimore, MD" +36,353,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +36,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +36,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +36,356,195,"New Orleans, LA",195,"New Orleans, LA" +36,357,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +36,358,198,"Baltimore, MD",198,"Baltimore, MD" +36,359,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +36,360,171,"Jacksonville, FL",171,"Jacksonville, FL" +36,361,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +36,362,217,"New York, NY and NJ",217,"New York, NY and NJ" +36,363,152,"Mobile, AL",152,"Mobile, AL" +36,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +36,365,197,"Portland, ME",197,"Portland, ME" +36,366,159,"Long Beach, CA",159,"Long Beach, CA" +36,367,268,"Seattle, WA",268,"Seattle, WA" +36,368,159,"Long Beach, CA",159,"Long Beach, CA" +36,369,159,"Long Beach, CA",159,"Long Beach, CA" +36,370,244,"Providence, RI",244,"Providence, RI" +36,371,239,"Portland, OR",239,"Portland, OR" +36,372,223,"New York, NY and NJ",223,"New York, NY and NJ" +36,373,177,"Savannah, GA",177,"Savannah, GA" +36,374,159,"Long Beach, CA",159,"Long Beach, CA" +36,375,268,"Seattle, WA",268,"Seattle, WA" +36,376,159,"Long Beach, CA",159,"Long Beach, CA" +36,377,217,"New York, NY and NJ",217,"New York, NY and NJ" +36,378,257,"Houston, TX",257,"Houston, TX" +36,379,268,"Seattle, WA",268,"Seattle, WA" +36,380,268,"Seattle, WA",268,"Seattle, WA" +36,381,159,"Long Beach, CA",159,"Long Beach, CA" +36,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +36,383,269,"Longview, WA",269,"Longview, WA" +36,384,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +36,385,223,"New York, NY and NJ",223,"New York, NY and NJ" +36,386,197,"Portland, ME",197,"Portland, ME" +36,387,201,"Boston, MA",201,"Boston, MA" +36,388,198,"Baltimore, MD",198,"Baltimore, MD" +36,389,198,"Baltimore, MD",198,"Baltimore, MD" +36,390,201,"Boston, MA",201,"Boston, MA" +36,391,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +36,392,159,"Long Beach, CA",159,"Long Beach, CA" +36,393,159,"Long Beach, CA",159,"Long Beach, CA" +36,394,201,"Boston, MA",201,"Boston, MA" +36,395,201,"Boston, MA",201,"Boston, MA" +36,396,159,"Long Beach, CA",159,"Long Beach, CA" +36,397,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +36,398,177,"Savannah, GA",177,"Savannah, GA" +36,399,159,"Long Beach, CA",159,"Long Beach, CA" +36,400,268,"Seattle, WA",268,"Seattle, WA" +36,401,169,"Wilmington, DE",169,"Wilmington, DE" +36,402,198,"Baltimore, MD",198,"Baltimore, MD" +36,403,268,"Seattle, WA",268,"Seattle, WA" +36,404,241,"Philadelphia, PA",241,"Philadelphia, PA" +36,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +36,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +36,407,217,"New York, NY and NJ",217,"New York, NY and NJ" +36,408,159,"Long Beach, CA",159,"Long Beach, CA" +36,409,197,"Portland, ME",197,"Portland, ME" +36,410,159,"Long Beach, CA",159,"Long Beach, CA" +36,411,159,"Long Beach, CA",159,"Long Beach, CA" +36,412,244,"Providence, RI",244,"Providence, RI" +36,413,159,"Long Beach, CA",159,"Long Beach, CA" +36,414,171,"Jacksonville, FL",171,"Jacksonville, FL" +36,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +36,416,223,"New York, NY and NJ",223,"New York, NY and NJ" +36,417,162,"Oakland, CA",162,"Oakland, CA" +36,418,159,"Long Beach, CA",159,"Long Beach, CA" +36,419,217,"New York, NY and NJ",217,"New York, NY and NJ" +36,420,159,"Long Beach, CA",159,"Long Beach, CA" +36,421,159,"Long Beach, CA",159,"Long Beach, CA" +36,422,268,"Seattle, WA",268,"Seattle, WA" +36,423,159,"Long Beach, CA",159,"Long Beach, CA" +36,424,152,"Mobile, AL",152,"Mobile, AL" +36,425,159,"Long Beach, CA",159,"Long Beach, CA" +36,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +36,427,177,"Savannah, GA",177,"Savannah, GA" +36,428,159,"Long Beach, CA",159,"Long Beach, CA" +36,429,159,"Long Beach, CA",159,"Long Beach, CA" +36,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +36,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +36,432,159,"Long Beach, CA",159,"Long Beach, CA" +36,433,245,"Charleston, SC",245,"Charleston, SC" +36,434,201,"Boston, MA",201,"Boston, MA" +36,435,198,"Baltimore, MD",198,"Baltimore, MD" +36,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +36,437,241,"Philadelphia, PA",241,"Philadelphia, PA" +36,438,172,"Port Everglades, FL",172,"Port Everglades, FL" +36,439,171,"Jacksonville, FL",171,"Jacksonville, FL" +36,440,245,"Charleston, SC",245,"Charleston, SC" +36,441,162,"Oakland, CA",162,"Oakland, CA" +36,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +36,443,223,"New York, NY and NJ",223,"New York, NY and NJ" +36,444,159,"Long Beach, CA",159,"Long Beach, CA" +36,445,241,"Philadelphia, PA",241,"Philadelphia, PA" +36,446,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +36,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +36,448,241,"Philadelphia, PA",241,"Philadelphia, PA" +36,449,159,"Long Beach, CA",159,"Long Beach, CA" +36,450,172,"Port Everglades, FL",172,"Port Everglades, FL" +36,451,198,"Baltimore, MD",198,"Baltimore, MD" +36,452,241,"Philadelphia, PA",241,"Philadelphia, PA" +36,453,159,"Long Beach, CA",159,"Long Beach, CA" +36,454,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +36,455,223,"New York, NY and NJ",223,"New York, NY and NJ" +36,456,159,"Long Beach, CA",159,"Long Beach, CA" +36,457,197,"Portland, ME",197,"Portland, ME" +36,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +36,459,268,"Seattle, WA",268,"Seattle, WA" +36,460,241,"Philadelphia, PA",241,"Philadelphia, PA" +36,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +36,462,174,"Tampa, FL",174,"Tampa, FL" +36,463,198,"Baltimore, MD",198,"Baltimore, MD" +36,464,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +36,465,159,"Long Beach, CA",159,"Long Beach, CA" +36,466,269,"Longview, WA",269,"Longview, WA" +36,467,217,"New York, NY and NJ",217,"New York, NY and NJ" +36,468,162,"Oakland, CA",162,"Oakland, CA" +36,469,201,"Boston, MA",201,"Boston, MA" +36,470,159,"Long Beach, CA",159,"Long Beach, CA" +36,471,201,"Boston, MA",201,"Boston, MA" +36,472,159,"Long Beach, CA",159,"Long Beach, CA" +36,473,162,"Oakland, CA",162,"Oakland, CA" +36,474,177,"Savannah, GA",177,"Savannah, GA" +36,475,241,"Philadelphia, PA",241,"Philadelphia, PA" +36,476,239,"Portland, OR",239,"Portland, OR" +36,477,159,"Long Beach, CA",159,"Long Beach, CA" +36,478,174,"Tampa, FL",174,"Tampa, FL" +36,479,159,"Long Beach, CA",159,"Long Beach, CA" +36,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +36,481,201,"Boston, MA",201,"Boston, MA" +36,482,268,"Seattle, WA",268,"Seattle, WA" +36,483,223,"New York, NY and NJ",223,"New York, NY and NJ" +36,484,174,"Tampa, FL",174,"Tampa, FL" +36,485,268,"Seattle, WA",268,"Seattle, WA" +36,486,239,"Portland, OR",239,"Portland, OR" +36,487,177,"Savannah, GA",177,"Savannah, GA" +36,488,159,"Long Beach, CA",159,"Long Beach, CA" +36,489,268,"Seattle, WA",268,"Seattle, WA" +36,490,223,"New York, NY and NJ",223,"New York, NY and NJ" +36,491,217,"New York, NY and NJ",217,"New York, NY and NJ" +37,154,162,"Oakland, CA",162,"Oakland, CA" +37,179,159,"Long Beach, CA",159,"Long Beach, CA" +37,180,159,"Long Beach, CA",159,"Long Beach, CA" +37,274,162,"Oakland, CA",162,"Oakland, CA" +37,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,277,241,"Philadelphia, PA",241,"Philadelphia, PA" +37,278,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +37,279,171,"Jacksonville, FL",171,"Jacksonville, FL" +37,280,245,"Charleston, SC",245,"Charleston, SC" +37,281,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +37,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,283,177,"Savannah, GA",177,"Savannah, GA" +37,284,268,"Seattle, WA",268,"Seattle, WA" +37,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +37,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +37,288,269,"Longview, WA",269,"Longview, WA" +37,289,159,"Long Beach, CA",159,"Long Beach, CA" +37,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +37,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,293,195,"New Orleans, LA",195,"New Orleans, LA" +37,294,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +37,295,241,"Philadelphia, PA",241,"Philadelphia, PA" +37,296,159,"Long Beach, CA",159,"Long Beach, CA" +37,297,172,"Port Everglades, FL",172,"Port Everglades, FL" +37,298,241,"Philadelphia, PA",241,"Philadelphia, PA" +37,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,300,229,"Wilmington, NC",229,"Wilmington, NC" +37,301,217,"New York, NY and NJ",217,"New York, NY and NJ" +37,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +37,303,162,"Oakland, CA",162,"Oakland, CA" +37,304,241,"Philadelphia, PA",241,"Philadelphia, PA" +37,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +37,306,217,"New York, NY and NJ",217,"New York, NY and NJ" +37,307,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,308,162,"Oakland, CA",162,"Oakland, CA" +37,309,241,"Philadelphia, PA",241,"Philadelphia, PA" +37,310,241,"Philadelphia, PA",241,"Philadelphia, PA" +37,311,197,"Portland, ME",197,"Portland, ME" +37,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +37,313,217,"New York, NY and NJ",217,"New York, NY and NJ" +37,314,201,"Boston, MA",201,"Boston, MA" +37,315,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +37,316,268,"Seattle, WA",268,"Seattle, WA" +37,317,159,"Long Beach, CA",159,"Long Beach, CA" +37,318,159,"Long Beach, CA",159,"Long Beach, CA" +37,319,195,"New Orleans, LA",195,"New Orleans, LA" +37,320,201,"Boston, MA",201,"Boston, MA" +37,321,217,"New York, NY and NJ",217,"New York, NY and NJ" +37,322,239,"Portland, OR",239,"Portland, OR" +37,323,208,"Pascagoula, MS",208,"Pascagoula, MS" +37,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,325,174,"Tampa, FL",174,"Tampa, FL" +37,326,171,"Jacksonville, FL",171,"Jacksonville, FL" +37,327,241,"Philadelphia, PA",241,"Philadelphia, PA" +37,328,217,"New York, NY and NJ",217,"New York, NY and NJ" +37,329,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,330,197,"Portland, ME",197,"Portland, ME" +37,331,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,332,177,"Savannah, GA",177,"Savannah, GA" +37,333,171,"Jacksonville, FL",171,"Jacksonville, FL" +37,334,195,"New Orleans, LA",195,"New Orleans, LA" +37,335,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +37,336,177,"Savannah, GA",177,"Savannah, GA" +37,337,244,"Providence, RI",244,"Providence, RI" +37,338,197,"Portland, ME",197,"Portland, ME" +37,339,201,"Boston, MA",201,"Boston, MA" +37,340,197,"Portland, ME",197,"Portland, ME" +37,341,195,"New Orleans, LA",195,"New Orleans, LA" +37,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,343,159,"Long Beach, CA",159,"Long Beach, CA" +37,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,345,198,"Baltimore, MD",198,"Baltimore, MD" +37,346,171,"Jacksonville, FL",171,"Jacksonville, FL" +37,347,198,"Baltimore, MD",198,"Baltimore, MD" +37,348,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,349,201,"Boston, MA",201,"Boston, MA" +37,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +37,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +37,354,201,"Boston, MA",201,"Boston, MA" +37,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +37,356,152,"Mobile, AL",152,"Mobile, AL" +37,357,201,"Boston, MA",201,"Boston, MA" +37,358,241,"Philadelphia, PA",241,"Philadelphia, PA" +37,359,171,"Jacksonville, FL",171,"Jacksonville, FL" +37,360,245,"Charleston, SC",245,"Charleston, SC" +37,361,253,"Beaumont, TX",253,"Beaumont, TX" +37,362,201,"Boston, MA",201,"Boston, MA" +37,363,253,"Beaumont, TX",253,"Beaumont, TX" +37,364,217,"New York, NY and NJ",217,"New York, NY and NJ" +37,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,366,268,"Seattle, WA",268,"Seattle, WA" +37,367,159,"Long Beach, CA",159,"Long Beach, CA" +37,368,159,"Long Beach, CA",159,"Long Beach, CA" +37,369,159,"Long Beach, CA",159,"Long Beach, CA" +37,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,371,159,"Long Beach, CA",159,"Long Beach, CA" +37,372,241,"Philadelphia, PA",241,"Philadelphia, PA" +37,373,195,"New Orleans, LA",195,"New Orleans, LA" +37,374,159,"Long Beach, CA",159,"Long Beach, CA" +37,375,268,"Seattle, WA",268,"Seattle, WA" +37,376,239,"Portland, OR",239,"Portland, OR" +37,377,217,"New York, NY and NJ",217,"New York, NY and NJ" +37,378,171,"Jacksonville, FL",171,"Jacksonville, FL" +37,379,268,"Seattle, WA",268,"Seattle, WA" +37,380,268,"Seattle, WA",268,"Seattle, WA" +37,381,159,"Long Beach, CA",159,"Long Beach, CA" +37,382,241,"Philadelphia, PA",241,"Philadelphia, PA" +37,383,268,"Seattle, WA",268,"Seattle, WA" +37,384,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +37,385,172,"Port Everglades, FL",172,"Port Everglades, FL" +37,386,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +37,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +37,390,198,"Baltimore, MD",198,"Baltimore, MD" +37,391,198,"Baltimore, MD",198,"Baltimore, MD" +37,392,269,"Longview, WA",269,"Longview, WA" +37,393,162,"Oakland, CA",162,"Oakland, CA" +37,394,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,395,201,"Boston, MA",201,"Boston, MA" +37,396,159,"Long Beach, CA",159,"Long Beach, CA" +37,397,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +37,398,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +37,399,152,"Mobile, AL",152,"Mobile, AL" +37,400,268,"Seattle, WA",268,"Seattle, WA" +37,401,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +37,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +37,403,159,"Long Beach, CA",159,"Long Beach, CA" +37,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,405,172,"Port Everglades, FL",172,"Port Everglades, FL" +37,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +37,407,244,"Providence, RI",244,"Providence, RI" +37,408,268,"Seattle, WA",268,"Seattle, WA" +37,409,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +37,410,159,"Long Beach, CA",159,"Long Beach, CA" +37,411,268,"Seattle, WA",268,"Seattle, WA" +37,412,201,"Boston, MA",201,"Boston, MA" +37,413,159,"Long Beach, CA",159,"Long Beach, CA" +37,414,195,"New Orleans, LA",195,"New Orleans, LA" +37,415,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +37,416,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +37,417,268,"Seattle, WA",268,"Seattle, WA" +37,418,159,"Long Beach, CA",159,"Long Beach, CA" +37,419,241,"Philadelphia, PA",241,"Philadelphia, PA" +37,420,159,"Long Beach, CA",159,"Long Beach, CA" +37,421,159,"Long Beach, CA",159,"Long Beach, CA" +37,422,159,"Long Beach, CA",159,"Long Beach, CA" +37,423,159,"Long Beach, CA",159,"Long Beach, CA" +37,424,174,"Tampa, FL",174,"Tampa, FL" +37,425,268,"Seattle, WA",268,"Seattle, WA" +37,426,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +37,427,172,"Port Everglades, FL",172,"Port Everglades, FL" +37,428,159,"Long Beach, CA",159,"Long Beach, CA" +37,429,268,"Seattle, WA",268,"Seattle, WA" +37,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,431,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,432,159,"Long Beach, CA",159,"Long Beach, CA" +37,433,201,"Boston, MA",201,"Boston, MA" +37,434,201,"Boston, MA",201,"Boston, MA" +37,435,241,"Philadelphia, PA",241,"Philadelphia, PA" +37,436,241,"Philadelphia, PA",241,"Philadelphia, PA" +37,437,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +37,438,174,"Tampa, FL",174,"Tampa, FL" +37,439,245,"Charleston, SC",245,"Charleston, SC" +37,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +37,441,159,"Long Beach, CA",159,"Long Beach, CA" +37,442,241,"Philadelphia, PA",241,"Philadelphia, PA" +37,443,217,"New York, NY and NJ",217,"New York, NY and NJ" +37,444,239,"Portland, OR",239,"Portland, OR" +37,445,241,"Philadelphia, PA",241,"Philadelphia, PA" +37,446,198,"Baltimore, MD",198,"Baltimore, MD" +37,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,448,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +37,449,162,"Oakland, CA",162,"Oakland, CA" +37,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +37,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +37,453,239,"Portland, OR",239,"Portland, OR" +37,454,201,"Boston, MA",201,"Boston, MA" +37,455,229,"Wilmington, NC",229,"Wilmington, NC" +37,456,159,"Long Beach, CA",159,"Long Beach, CA" +37,457,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +37,458,197,"Portland, ME",197,"Portland, ME" +37,459,159,"Long Beach, CA",159,"Long Beach, CA" +37,460,217,"New York, NY and NJ",217,"New York, NY and NJ" +37,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +37,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +37,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,464,201,"Boston, MA",201,"Boston, MA" +37,465,269,"Longview, WA",269,"Longview, WA" +37,466,159,"Long Beach, CA",159,"Long Beach, CA" +37,467,217,"New York, NY and NJ",217,"New York, NY and NJ" +37,468,159,"Long Beach, CA",159,"Long Beach, CA" +37,469,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +37,470,159,"Long Beach, CA",159,"Long Beach, CA" +37,471,198,"Baltimore, MD",198,"Baltimore, MD" +37,472,162,"Oakland, CA",162,"Oakland, CA" +37,473,159,"Long Beach, CA",159,"Long Beach, CA" +37,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +37,475,217,"New York, NY and NJ",217,"New York, NY and NJ" +37,476,162,"Oakland, CA",162,"Oakland, CA" +37,477,269,"Longview, WA",269,"Longview, WA" +37,478,177,"Savannah, GA",177,"Savannah, GA" +37,479,159,"Long Beach, CA",159,"Long Beach, CA" +37,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,481,197,"Portland, ME",197,"Portland, ME" +37,482,239,"Portland, OR",239,"Portland, OR" +37,483,223,"New York, NY and NJ",223,"New York, NY and NJ" +37,484,174,"Tampa, FL",174,"Tampa, FL" +37,485,268,"Seattle, WA",268,"Seattle, WA" +37,486,159,"Long Beach, CA",159,"Long Beach, CA" +37,487,177,"Savannah, GA",177,"Savannah, GA" +37,488,162,"Oakland, CA",162,"Oakland, CA" +37,489,159,"Long Beach, CA",159,"Long Beach, CA" +37,490,198,"Baltimore, MD",198,"Baltimore, MD" +37,491,197,"Portland, ME",197,"Portland, ME" +38,154,159,"Long Beach, CA",159,"Long Beach, CA" +38,179,159,"Long Beach, CA",159,"Long Beach, CA" +38,180,159,"Long Beach, CA",159,"Long Beach, CA" +38,274,268,"Seattle, WA",268,"Seattle, WA" +38,275,201,"Boston, MA",201,"Boston, MA" +38,276,244,"Providence, RI",244,"Providence, RI" +38,277,244,"Providence, RI",244,"Providence, RI" +38,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +38,279,229,"Wilmington, NC",229,"Wilmington, NC" +38,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +38,281,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +38,282,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +38,283,171,"Jacksonville, FL",171,"Jacksonville, FL" +38,284,159,"Long Beach, CA",159,"Long Beach, CA" +38,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +38,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +38,287,245,"Charleston, SC",245,"Charleston, SC" +38,288,159,"Long Beach, CA",159,"Long Beach, CA" +38,289,269,"Longview, WA",269,"Longview, WA" +38,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +38,291,201,"Boston, MA",201,"Boston, MA" +38,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +38,293,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +38,294,198,"Baltimore, MD",198,"Baltimore, MD" +38,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +38,296,159,"Long Beach, CA",159,"Long Beach, CA" +38,297,178,"Brunswick, GA",178,"Brunswick, GA" +38,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +38,299,198,"Baltimore, MD",198,"Baltimore, MD" +38,300,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +38,301,177,"Savannah, GA",177,"Savannah, GA" +38,302,177,"Savannah, GA",177,"Savannah, GA" +38,303,159,"Long Beach, CA",159,"Long Beach, CA" +38,304,241,"Philadelphia, PA",241,"Philadelphia, PA" +38,305,244,"Providence, RI",244,"Providence, RI" +38,306,223,"New York, NY and NJ",223,"New York, NY and NJ" +38,307,197,"Portland, ME",197,"Portland, ME" +38,308,268,"Seattle, WA",268,"Seattle, WA" +38,309,197,"Portland, ME",197,"Portland, ME" +38,310,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +38,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +38,312,195,"New Orleans, LA",195,"New Orleans, LA" +38,313,217,"New York, NY and NJ",217,"New York, NY and NJ" +38,314,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +38,315,208,"Pascagoula, MS",208,"Pascagoula, MS" +38,316,268,"Seattle, WA",268,"Seattle, WA" +38,317,159,"Long Beach, CA",159,"Long Beach, CA" +38,318,268,"Seattle, WA",268,"Seattle, WA" +38,319,195,"New Orleans, LA",195,"New Orleans, LA" +38,320,201,"Boston, MA",201,"Boston, MA" +38,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +38,322,159,"Long Beach, CA",159,"Long Beach, CA" +38,323,172,"Port Everglades, FL",172,"Port Everglades, FL" +38,324,198,"Baltimore, MD",198,"Baltimore, MD" +38,325,171,"Jacksonville, FL",171,"Jacksonville, FL" +38,326,171,"Jacksonville, FL",171,"Jacksonville, FL" +38,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +38,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +38,329,223,"New York, NY and NJ",223,"New York, NY and NJ" +38,330,201,"Boston, MA",201,"Boston, MA" +38,331,198,"Baltimore, MD",198,"Baltimore, MD" +38,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +38,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +38,334,171,"Jacksonville, FL",171,"Jacksonville, FL" +38,335,198,"Baltimore, MD",198,"Baltimore, MD" +38,336,195,"New Orleans, LA",195,"New Orleans, LA" +38,337,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +38,338,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +38,339,198,"Baltimore, MD",198,"Baltimore, MD" +38,340,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +38,341,152,"Mobile, AL",152,"Mobile, AL" +38,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +38,343,268,"Seattle, WA",268,"Seattle, WA" +38,344,241,"Philadelphia, PA",241,"Philadelphia, PA" +38,345,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +38,346,201,"Boston, MA",201,"Boston, MA" +38,347,241,"Philadelphia, PA",241,"Philadelphia, PA" +38,348,217,"New York, NY and NJ",217,"New York, NY and NJ" +38,349,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +38,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +38,351,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +38,352,169,"Wilmington, DE",169,"Wilmington, DE" +38,353,241,"Philadelphia, PA",241,"Philadelphia, PA" +38,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +38,355,171,"Jacksonville, FL",171,"Jacksonville, FL" +38,356,257,"Houston, TX",257,"Houston, TX" +38,357,229,"Wilmington, NC",229,"Wilmington, NC" +38,358,201,"Boston, MA",201,"Boston, MA" +38,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +38,360,177,"Savannah, GA",177,"Savannah, GA" +38,361,194,"Lake Charles, LA",194,"Lake Charles, LA" +38,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +38,363,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +38,364,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +38,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +38,366,159,"Long Beach, CA",159,"Long Beach, CA" +38,367,268,"Seattle, WA",268,"Seattle, WA" +38,368,268,"Seattle, WA",268,"Seattle, WA" +38,369,239,"Portland, OR",239,"Portland, OR" +38,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +38,371,159,"Long Beach, CA",159,"Long Beach, CA" +38,372,223,"New York, NY and NJ",223,"New York, NY and NJ" +38,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +38,374,159,"Long Beach, CA",159,"Long Beach, CA" +38,375,268,"Seattle, WA",268,"Seattle, WA" +38,376,268,"Seattle, WA",268,"Seattle, WA" +38,377,223,"New York, NY and NJ",223,"New York, NY and NJ" +38,378,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +38,379,268,"Seattle, WA",268,"Seattle, WA" +38,380,268,"Seattle, WA",268,"Seattle, WA" +38,381,268,"Seattle, WA",268,"Seattle, WA" +38,382,197,"Portland, ME",197,"Portland, ME" +38,383,268,"Seattle, WA",268,"Seattle, WA" +38,384,217,"New York, NY and NJ",217,"New York, NY and NJ" +38,385,223,"New York, NY and NJ",223,"New York, NY and NJ" +38,386,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +38,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +38,388,241,"Philadelphia, PA",241,"Philadelphia, PA" +38,389,201,"Boston, MA",201,"Boston, MA" +38,390,223,"New York, NY and NJ",223,"New York, NY and NJ" +38,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +38,392,268,"Seattle, WA",268,"Seattle, WA" +38,393,159,"Long Beach, CA",159,"Long Beach, CA" +38,394,198,"Baltimore, MD",198,"Baltimore, MD" +38,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +38,396,268,"Seattle, WA",268,"Seattle, WA" +38,397,223,"New York, NY and NJ",223,"New York, NY and NJ" +38,398,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +38,399,257,"Houston, TX",257,"Houston, TX" +38,400,159,"Long Beach, CA",159,"Long Beach, CA" +38,401,217,"New York, NY and NJ",217,"New York, NY and NJ" +38,402,201,"Boston, MA",201,"Boston, MA" +38,403,159,"Long Beach, CA",159,"Long Beach, CA" +38,404,198,"Baltimore, MD",198,"Baltimore, MD" +38,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +38,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +38,407,217,"New York, NY and NJ",217,"New York, NY and NJ" +38,408,159,"Long Beach, CA",159,"Long Beach, CA" +38,409,178,"Brunswick, GA",178,"Brunswick, GA" +38,410,159,"Long Beach, CA",159,"Long Beach, CA" +38,411,159,"Long Beach, CA",159,"Long Beach, CA" +38,412,244,"Providence, RI",244,"Providence, RI" +38,413,159,"Long Beach, CA",159,"Long Beach, CA" +38,414,195,"New Orleans, LA",195,"New Orleans, LA" +38,415,198,"Baltimore, MD",198,"Baltimore, MD" +38,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +38,417,159,"Long Beach, CA",159,"Long Beach, CA" +38,418,268,"Seattle, WA",268,"Seattle, WA" +38,419,244,"Providence, RI",244,"Providence, RI" +38,420,162,"Oakland, CA",162,"Oakland, CA" +38,421,268,"Seattle, WA",268,"Seattle, WA" +38,422,159,"Long Beach, CA",159,"Long Beach, CA" +38,423,268,"Seattle, WA",268,"Seattle, WA" +38,424,195,"New Orleans, LA",195,"New Orleans, LA" +38,425,162,"Oakland, CA",162,"Oakland, CA" +38,426,195,"New Orleans, LA",195,"New Orleans, LA" +38,427,195,"New Orleans, LA",195,"New Orleans, LA" +38,428,268,"Seattle, WA",268,"Seattle, WA" +38,429,162,"Oakland, CA",162,"Oakland, CA" +38,430,201,"Boston, MA",201,"Boston, MA" +38,431,241,"Philadelphia, PA",241,"Philadelphia, PA" +38,432,239,"Portland, OR",239,"Portland, OR" +38,433,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +38,434,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +38,435,198,"Baltimore, MD",198,"Baltimore, MD" +38,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +38,437,177,"Savannah, GA",177,"Savannah, GA" +38,438,177,"Savannah, GA",177,"Savannah, GA" +38,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +38,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +38,441,159,"Long Beach, CA",159,"Long Beach, CA" +38,442,197,"Portland, ME",197,"Portland, ME" +38,443,223,"New York, NY and NJ",223,"New York, NY and NJ" +38,444,268,"Seattle, WA",268,"Seattle, WA" +38,445,217,"New York, NY and NJ",217,"New York, NY and NJ" +38,446,241,"Philadelphia, PA",241,"Philadelphia, PA" +38,447,241,"Philadelphia, PA",241,"Philadelphia, PA" +38,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +38,449,159,"Long Beach, CA",159,"Long Beach, CA" +38,450,177,"Savannah, GA",177,"Savannah, GA" +38,451,241,"Philadelphia, PA",241,"Philadelphia, PA" +38,452,198,"Baltimore, MD",198,"Baltimore, MD" +38,453,268,"Seattle, WA",268,"Seattle, WA" +38,454,198,"Baltimore, MD",198,"Baltimore, MD" +38,455,172,"Port Everglades, FL",172,"Port Everglades, FL" +38,456,162,"Oakland, CA",162,"Oakland, CA" +38,457,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +38,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +38,459,159,"Long Beach, CA",159,"Long Beach, CA" +38,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +38,461,229,"Wilmington, NC",229,"Wilmington, NC" +38,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +38,463,217,"New York, NY and NJ",217,"New York, NY and NJ" +38,464,201,"Boston, MA",201,"Boston, MA" +38,465,159,"Long Beach, CA",159,"Long Beach, CA" +38,466,268,"Seattle, WA",268,"Seattle, WA" +38,467,241,"Philadelphia, PA",241,"Philadelphia, PA" +38,468,162,"Oakland, CA",162,"Oakland, CA" +38,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +38,470,159,"Long Beach, CA",159,"Long Beach, CA" +38,471,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +38,472,269,"Longview, WA",269,"Longview, WA" +38,473,159,"Long Beach, CA",159,"Long Beach, CA" +38,474,171,"Jacksonville, FL",171,"Jacksonville, FL" +38,475,241,"Philadelphia, PA",241,"Philadelphia, PA" +38,476,268,"Seattle, WA",268,"Seattle, WA" +38,477,159,"Long Beach, CA",159,"Long Beach, CA" +38,478,177,"Savannah, GA",177,"Savannah, GA" +38,479,159,"Long Beach, CA",159,"Long Beach, CA" +38,480,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +38,481,197,"Portland, ME",197,"Portland, ME" +38,482,159,"Long Beach, CA",159,"Long Beach, CA" +38,483,244,"Providence, RI",244,"Providence, RI" +38,484,172,"Port Everglades, FL",172,"Port Everglades, FL" +38,485,159,"Long Beach, CA",159,"Long Beach, CA" +38,486,159,"Long Beach, CA",159,"Long Beach, CA" +38,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +38,488,162,"Oakland, CA",162,"Oakland, CA" +38,489,159,"Long Beach, CA",159,"Long Beach, CA" +38,490,197,"Portland, ME",197,"Portland, ME" +38,491,217,"New York, NY and NJ",217,"New York, NY and NJ" +39,154,268,"Seattle, WA",268,"Seattle, WA" +39,179,159,"Long Beach, CA",159,"Long Beach, CA" +39,180,268,"Seattle, WA",268,"Seattle, WA" +39,274,268,"Seattle, WA",268,"Seattle, WA" +39,275,201,"Boston, MA",201,"Boston, MA" +39,276,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +39,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +39,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +39,279,177,"Savannah, GA",177,"Savannah, GA" +39,280,171,"Jacksonville, FL",171,"Jacksonville, FL" +39,281,257,"Houston, TX",257,"Houston, TX" +39,282,217,"New York, NY and NJ",217,"New York, NY and NJ" +39,283,177,"Savannah, GA",177,"Savannah, GA" +39,284,159,"Long Beach, CA",159,"Long Beach, CA" +39,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +39,286,198,"Baltimore, MD",198,"Baltimore, MD" +39,287,177,"Savannah, GA",177,"Savannah, GA" +39,288,159,"Long Beach, CA",159,"Long Beach, CA" +39,289,239,"Portland, OR",239,"Portland, OR" +39,290,217,"New York, NY and NJ",217,"New York, NY and NJ" +39,291,217,"New York, NY and NJ",217,"New York, NY and NJ" +39,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +39,293,195,"New Orleans, LA",195,"New Orleans, LA" +39,294,217,"New York, NY and NJ",217,"New York, NY and NJ" +39,295,198,"Baltimore, MD",198,"Baltimore, MD" +39,296,268,"Seattle, WA",268,"Seattle, WA" +39,297,245,"Charleston, SC",245,"Charleston, SC" +39,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +39,299,217,"New York, NY and NJ",217,"New York, NY and NJ" +39,300,172,"Port Everglades, FL",172,"Port Everglades, FL" +39,301,217,"New York, NY and NJ",217,"New York, NY and NJ" +39,302,172,"Port Everglades, FL",172,"Port Everglades, FL" +39,303,159,"Long Beach, CA",159,"Long Beach, CA" +39,304,241,"Philadelphia, PA",241,"Philadelphia, PA" +39,305,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +39,306,241,"Philadelphia, PA",241,"Philadelphia, PA" +39,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +39,308,159,"Long Beach, CA",159,"Long Beach, CA" +39,309,198,"Baltimore, MD",198,"Baltimore, MD" +39,310,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +39,311,245,"Charleston, SC",245,"Charleston, SC" +39,312,195,"New Orleans, LA",195,"New Orleans, LA" +39,313,217,"New York, NY and NJ",217,"New York, NY and NJ" +39,314,223,"New York, NY and NJ",223,"New York, NY and NJ" +39,315,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +39,316,269,"Longview, WA",269,"Longview, WA" +39,317,162,"Oakland, CA",162,"Oakland, CA" +39,318,159,"Long Beach, CA",159,"Long Beach, CA" +39,319,208,"Pascagoula, MS",208,"Pascagoula, MS" +39,320,241,"Philadelphia, PA",241,"Philadelphia, PA" +39,321,177,"Savannah, GA",177,"Savannah, GA" +39,322,159,"Long Beach, CA",159,"Long Beach, CA" +39,323,245,"Charleston, SC",245,"Charleston, SC" +39,324,201,"Boston, MA",201,"Boston, MA" +39,325,174,"Tampa, FL",174,"Tampa, FL" +39,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +39,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +39,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +39,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +39,330,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +39,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +39,332,177,"Savannah, GA",177,"Savannah, GA" +39,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +39,334,152,"Mobile, AL",152,"Mobile, AL" +39,335,197,"Portland, ME",197,"Portland, ME" +39,336,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +39,337,217,"New York, NY and NJ",217,"New York, NY and NJ" +39,338,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +39,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +39,340,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +39,341,195,"New Orleans, LA",195,"New Orleans, LA" +39,342,201,"Boston, MA",201,"Boston, MA" +39,343,239,"Portland, OR",239,"Portland, OR" +39,344,241,"Philadelphia, PA",241,"Philadelphia, PA" +39,345,201,"Boston, MA",201,"Boston, MA" +39,346,177,"Savannah, GA",177,"Savannah, GA" +39,347,197,"Portland, ME",197,"Portland, ME" +39,348,223,"New York, NY and NJ",223,"New York, NY and NJ" +39,349,241,"Philadelphia, PA",241,"Philadelphia, PA" +39,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +39,351,217,"New York, NY and NJ",217,"New York, NY and NJ" +39,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +39,353,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +39,354,241,"Philadelphia, PA",241,"Philadelphia, PA" +39,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +39,356,195,"New Orleans, LA",195,"New Orleans, LA" +39,357,223,"New York, NY and NJ",223,"New York, NY and NJ" +39,358,217,"New York, NY and NJ",217,"New York, NY and NJ" +39,359,177,"Savannah, GA",177,"Savannah, GA" +39,360,245,"Charleston, SC",245,"Charleston, SC" +39,361,172,"Port Everglades, FL",172,"Port Everglades, FL" +39,362,197,"Portland, ME",197,"Portland, ME" +39,363,195,"New Orleans, LA",195,"New Orleans, LA" +39,364,201,"Boston, MA",201,"Boston, MA" +39,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +39,366,159,"Long Beach, CA",159,"Long Beach, CA" +39,367,159,"Long Beach, CA",159,"Long Beach, CA" +39,368,159,"Long Beach, CA",159,"Long Beach, CA" +39,369,162,"Oakland, CA",162,"Oakland, CA" +39,370,201,"Boston, MA",201,"Boston, MA" +39,371,159,"Long Beach, CA",159,"Long Beach, CA" +39,372,201,"Boston, MA",201,"Boston, MA" +39,373,174,"Tampa, FL",174,"Tampa, FL" +39,374,239,"Portland, OR",239,"Portland, OR" +39,375,268,"Seattle, WA",268,"Seattle, WA" +39,376,159,"Long Beach, CA",159,"Long Beach, CA" +39,377,217,"New York, NY and NJ",217,"New York, NY and NJ" +39,378,172,"Port Everglades, FL",172,"Port Everglades, FL" +39,379,162,"Oakland, CA",162,"Oakland, CA" +39,380,159,"Long Beach, CA",159,"Long Beach, CA" +39,381,159,"Long Beach, CA",159,"Long Beach, CA" +39,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +39,383,159,"Long Beach, CA",159,"Long Beach, CA" +39,384,197,"Portland, ME",197,"Portland, ME" +39,385,201,"Boston, MA",201,"Boston, MA" +39,386,201,"Boston, MA",201,"Boston, MA" +39,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +39,388,197,"Portland, ME",197,"Portland, ME" +39,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +39,390,223,"New York, NY and NJ",223,"New York, NY and NJ" +39,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +39,392,159,"Long Beach, CA",159,"Long Beach, CA" +39,393,159,"Long Beach, CA",159,"Long Beach, CA" +39,394,223,"New York, NY and NJ",223,"New York, NY and NJ" +39,395,197,"Portland, ME",197,"Portland, ME" +39,396,159,"Long Beach, CA",159,"Long Beach, CA" +39,397,241,"Philadelphia, PA",241,"Philadelphia, PA" +39,398,201,"Boston, MA",201,"Boston, MA" +39,399,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +39,400,268,"Seattle, WA",268,"Seattle, WA" +39,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +39,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +39,403,162,"Oakland, CA",162,"Oakland, CA" +39,404,201,"Boston, MA",201,"Boston, MA" +39,405,171,"Jacksonville, FL",171,"Jacksonville, FL" +39,406,201,"Boston, MA",201,"Boston, MA" +39,407,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +39,408,159,"Long Beach, CA",159,"Long Beach, CA" +39,409,198,"Baltimore, MD",198,"Baltimore, MD" +39,410,162,"Oakland, CA",162,"Oakland, CA" +39,411,159,"Long Beach, CA",159,"Long Beach, CA" +39,412,241,"Philadelphia, PA",241,"Philadelphia, PA" +39,413,159,"Long Beach, CA",159,"Long Beach, CA" +39,414,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +39,415,217,"New York, NY and NJ",217,"New York, NY and NJ" +39,416,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +39,417,239,"Portland, OR",239,"Portland, OR" +39,418,162,"Oakland, CA",162,"Oakland, CA" +39,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +39,420,159,"Long Beach, CA",159,"Long Beach, CA" +39,421,268,"Seattle, WA",268,"Seattle, WA" +39,422,239,"Portland, OR",239,"Portland, OR" +39,423,159,"Long Beach, CA",159,"Long Beach, CA" +39,424,195,"New Orleans, LA",195,"New Orleans, LA" +39,425,159,"Long Beach, CA",159,"Long Beach, CA" +39,426,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +39,427,195,"New Orleans, LA",195,"New Orleans, LA" +39,428,159,"Long Beach, CA",159,"Long Beach, CA" +39,429,159,"Long Beach, CA",159,"Long Beach, CA" +39,430,198,"Baltimore, MD",198,"Baltimore, MD" +39,431,197,"Portland, ME",197,"Portland, ME" +39,432,159,"Long Beach, CA",159,"Long Beach, CA" +39,433,169,"Wilmington, DE",169,"Wilmington, DE" +39,434,197,"Portland, ME",197,"Portland, ME" +39,435,241,"Philadelphia, PA",241,"Philadelphia, PA" +39,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +39,437,198,"Baltimore, MD",198,"Baltimore, MD" +39,438,174,"Tampa, FL",174,"Tampa, FL" +39,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +39,440,245,"Charleston, SC",245,"Charleston, SC" +39,441,159,"Long Beach, CA",159,"Long Beach, CA" +39,442,198,"Baltimore, MD",198,"Baltimore, MD" +39,443,201,"Boston, MA",201,"Boston, MA" +39,444,268,"Seattle, WA",268,"Seattle, WA" +39,445,217,"New York, NY and NJ",217,"New York, NY and NJ" +39,446,197,"Portland, ME",197,"Portland, ME" +39,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +39,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +39,449,159,"Long Beach, CA",159,"Long Beach, CA" +39,450,172,"Port Everglades, FL",172,"Port Everglades, FL" +39,451,217,"New York, NY and NJ",217,"New York, NY and NJ" +39,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +39,453,268,"Seattle, WA",268,"Seattle, WA" +39,454,201,"Boston, MA",201,"Boston, MA" +39,455,201,"Boston, MA",201,"Boston, MA" +39,456,268,"Seattle, WA",268,"Seattle, WA" +39,457,241,"Philadelphia, PA",241,"Philadelphia, PA" +39,458,217,"New York, NY and NJ",217,"New York, NY and NJ" +39,459,159,"Long Beach, CA",159,"Long Beach, CA" +39,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +39,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +39,462,245,"Charleston, SC",245,"Charleston, SC" +39,463,198,"Baltimore, MD",198,"Baltimore, MD" +39,464,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +39,465,159,"Long Beach, CA",159,"Long Beach, CA" +39,466,162,"Oakland, CA",162,"Oakland, CA" +39,467,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +39,468,159,"Long Beach, CA",159,"Long Beach, CA" +39,469,198,"Baltimore, MD",198,"Baltimore, MD" +39,470,268,"Seattle, WA",268,"Seattle, WA" +39,471,241,"Philadelphia, PA",241,"Philadelphia, PA" +39,472,159,"Long Beach, CA",159,"Long Beach, CA" +39,473,159,"Long Beach, CA",159,"Long Beach, CA" +39,474,177,"Savannah, GA",177,"Savannah, GA" +39,475,201,"Boston, MA",201,"Boston, MA" +39,476,268,"Seattle, WA",268,"Seattle, WA" +39,477,159,"Long Beach, CA",159,"Long Beach, CA" +39,478,177,"Savannah, GA",177,"Savannah, GA" +39,479,159,"Long Beach, CA",159,"Long Beach, CA" +39,480,197,"Portland, ME",197,"Portland, ME" +39,481,197,"Portland, ME",197,"Portland, ME" +39,482,159,"Long Beach, CA",159,"Long Beach, CA" +39,483,201,"Boston, MA",201,"Boston, MA" +39,484,195,"New Orleans, LA",195,"New Orleans, LA" +39,485,159,"Long Beach, CA",159,"Long Beach, CA" +39,486,268,"Seattle, WA",268,"Seattle, WA" +39,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +39,488,239,"Portland, OR",239,"Portland, OR" +39,489,239,"Portland, OR",239,"Portland, OR" +39,490,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +39,491,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +40,154,162,"Oakland, CA",162,"Oakland, CA" +40,179,268,"Seattle, WA",268,"Seattle, WA" +40,180,239,"Portland, OR",239,"Portland, OR" +40,274,162,"Oakland, CA",162,"Oakland, CA" +40,275,241,"Philadelphia, PA",241,"Philadelphia, PA" +40,276,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +40,277,241,"Philadelphia, PA",241,"Philadelphia, PA" +40,278,198,"Baltimore, MD",198,"Baltimore, MD" +40,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +40,280,229,"Wilmington, NC",229,"Wilmington, NC" +40,281,177,"Savannah, GA",177,"Savannah, GA" +40,282,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +40,283,171,"Jacksonville, FL",171,"Jacksonville, FL" +40,284,268,"Seattle, WA",268,"Seattle, WA" +40,285,197,"Portland, ME",197,"Portland, ME" +40,286,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +40,287,171,"Jacksonville, FL",171,"Jacksonville, FL" +40,288,159,"Long Beach, CA",159,"Long Beach, CA" +40,289,159,"Long Beach, CA",159,"Long Beach, CA" +40,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +40,291,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +40,292,241,"Philadelphia, PA",241,"Philadelphia, PA" +40,293,195,"New Orleans, LA",195,"New Orleans, LA" +40,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +40,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +40,296,268,"Seattle, WA",268,"Seattle, WA" +40,297,174,"Tampa, FL",174,"Tampa, FL" +40,298,197,"Portland, ME",197,"Portland, ME" +40,299,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +40,300,195,"New Orleans, LA",195,"New Orleans, LA" +40,301,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +40,302,174,"Tampa, FL",174,"Tampa, FL" +40,303,159,"Long Beach, CA",159,"Long Beach, CA" +40,304,201,"Boston, MA",201,"Boston, MA" +40,305,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +40,306,198,"Baltimore, MD",198,"Baltimore, MD" +40,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +40,308,159,"Long Beach, CA",159,"Long Beach, CA" +40,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +40,310,198,"Baltimore, MD",198,"Baltimore, MD" +40,311,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +40,312,177,"Savannah, GA",177,"Savannah, GA" +40,313,169,"Wilmington, DE",169,"Wilmington, DE" +40,314,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +40,315,245,"Charleston, SC",245,"Charleston, SC" +40,316,159,"Long Beach, CA",159,"Long Beach, CA" +40,317,268,"Seattle, WA",268,"Seattle, WA" +40,318,268,"Seattle, WA",268,"Seattle, WA" +40,319,171,"Jacksonville, FL",171,"Jacksonville, FL" +40,320,177,"Savannah, GA",177,"Savannah, GA" +40,321,217,"New York, NY and NJ",217,"New York, NY and NJ" +40,322,268,"Seattle, WA",268,"Seattle, WA" +40,323,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +40,324,198,"Baltimore, MD",198,"Baltimore, MD" +40,325,177,"Savannah, GA",177,"Savannah, GA" +40,326,171,"Jacksonville, FL",171,"Jacksonville, FL" +40,327,197,"Portland, ME",197,"Portland, ME" +40,328,217,"New York, NY and NJ",217,"New York, NY and NJ" +40,329,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +40,330,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +40,331,241,"Philadelphia, PA",241,"Philadelphia, PA" +40,332,229,"Wilmington, NC",229,"Wilmington, NC" +40,333,177,"Savannah, GA",177,"Savannah, GA" +40,334,195,"New Orleans, LA",195,"New Orleans, LA" +40,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +40,336,172,"Port Everglades, FL",172,"Port Everglades, FL" +40,337,217,"New York, NY and NJ",217,"New York, NY and NJ" +40,338,198,"Baltimore, MD",198,"Baltimore, MD" +40,339,201,"Boston, MA",201,"Boston, MA" +40,340,223,"New York, NY and NJ",223,"New York, NY and NJ" +40,341,245,"Charleston, SC",245,"Charleston, SC" +40,342,198,"Baltimore, MD",198,"Baltimore, MD" +40,343,162,"Oakland, CA",162,"Oakland, CA" +40,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +40,345,217,"New York, NY and NJ",217,"New York, NY and NJ" +40,346,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +40,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +40,348,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +40,349,241,"Philadelphia, PA",241,"Philadelphia, PA" +40,350,217,"New York, NY and NJ",217,"New York, NY and NJ" +40,351,217,"New York, NY and NJ",217,"New York, NY and NJ" +40,352,201,"Boston, MA",201,"Boston, MA" +40,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +40,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +40,355,217,"New York, NY and NJ",217,"New York, NY and NJ" +40,356,257,"Houston, TX",257,"Houston, TX" +40,357,217,"New York, NY and NJ",217,"New York, NY and NJ" +40,358,201,"Boston, MA",201,"Boston, MA" +40,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +40,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +40,361,245,"Charleston, SC",245,"Charleston, SC" +40,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +40,363,195,"New Orleans, LA",195,"New Orleans, LA" +40,364,217,"New York, NY and NJ",217,"New York, NY and NJ" +40,365,198,"Baltimore, MD",198,"Baltimore, MD" +40,366,159,"Long Beach, CA",159,"Long Beach, CA" +40,367,162,"Oakland, CA",162,"Oakland, CA" +40,368,162,"Oakland, CA",162,"Oakland, CA" +40,369,239,"Portland, OR",239,"Portland, OR" +40,370,217,"New York, NY and NJ",217,"New York, NY and NJ" +40,371,268,"Seattle, WA",268,"Seattle, WA" +40,372,223,"New York, NY and NJ",223,"New York, NY and NJ" +40,373,174,"Tampa, FL",174,"Tampa, FL" +40,374,159,"Long Beach, CA",159,"Long Beach, CA" +40,375,159,"Long Beach, CA",159,"Long Beach, CA" +40,376,268,"Seattle, WA",268,"Seattle, WA" +40,377,223,"New York, NY and NJ",223,"New York, NY and NJ" +40,378,194,"Lake Charles, LA",194,"Lake Charles, LA" +40,379,159,"Long Beach, CA",159,"Long Beach, CA" +40,380,268,"Seattle, WA",268,"Seattle, WA" +40,381,162,"Oakland, CA",162,"Oakland, CA" +40,382,198,"Baltimore, MD",198,"Baltimore, MD" +40,383,268,"Seattle, WA",268,"Seattle, WA" +40,384,201,"Boston, MA",201,"Boston, MA" +40,385,241,"Philadelphia, PA",241,"Philadelphia, PA" +40,386,217,"New York, NY and NJ",217,"New York, NY and NJ" +40,387,241,"Philadelphia, PA",241,"Philadelphia, PA" +40,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +40,389,241,"Philadelphia, PA",241,"Philadelphia, PA" +40,390,217,"New York, NY and NJ",217,"New York, NY and NJ" +40,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +40,392,159,"Long Beach, CA",159,"Long Beach, CA" +40,393,162,"Oakland, CA",162,"Oakland, CA" +40,394,241,"Philadelphia, PA",241,"Philadelphia, PA" +40,395,201,"Boston, MA",201,"Boston, MA" +40,396,162,"Oakland, CA",162,"Oakland, CA" +40,397,201,"Boston, MA",201,"Boston, MA" +40,398,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +40,399,257,"Houston, TX",257,"Houston, TX" +40,400,159,"Long Beach, CA",159,"Long Beach, CA" +40,401,241,"Philadelphia, PA",241,"Philadelphia, PA" +40,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +40,403,162,"Oakland, CA",162,"Oakland, CA" +40,404,169,"Wilmington, DE",169,"Wilmington, DE" +40,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +40,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +40,407,223,"New York, NY and NJ",223,"New York, NY and NJ" +40,408,159,"Long Beach, CA",159,"Long Beach, CA" +40,409,198,"Baltimore, MD",198,"Baltimore, MD" +40,410,159,"Long Beach, CA",159,"Long Beach, CA" +40,411,268,"Seattle, WA",268,"Seattle, WA" +40,412,201,"Boston, MA",201,"Boston, MA" +40,413,159,"Long Beach, CA",159,"Long Beach, CA" +40,414,195,"New Orleans, LA",195,"New Orleans, LA" +40,415,177,"Savannah, GA",177,"Savannah, GA" +40,416,223,"New York, NY and NJ",223,"New York, NY and NJ" +40,417,159,"Long Beach, CA",159,"Long Beach, CA" +40,418,268,"Seattle, WA",268,"Seattle, WA" +40,419,201,"Boston, MA",201,"Boston, MA" +40,420,162,"Oakland, CA",162,"Oakland, CA" +40,421,159,"Long Beach, CA",159,"Long Beach, CA" +40,422,159,"Long Beach, CA",159,"Long Beach, CA" +40,423,268,"Seattle, WA",268,"Seattle, WA" +40,424,177,"Savannah, GA",177,"Savannah, GA" +40,425,239,"Portland, OR",239,"Portland, OR" +40,426,171,"Jacksonville, FL",171,"Jacksonville, FL" +40,427,195,"New Orleans, LA",195,"New Orleans, LA" +40,428,162,"Oakland, CA",162,"Oakland, CA" +40,429,268,"Seattle, WA",268,"Seattle, WA" +40,430,197,"Portland, ME",197,"Portland, ME" +40,431,201,"Boston, MA",201,"Boston, MA" +40,432,159,"Long Beach, CA",159,"Long Beach, CA" +40,433,244,"Providence, RI",244,"Providence, RI" +40,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +40,435,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +40,436,229,"Wilmington, NC",229,"Wilmington, NC" +40,437,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +40,438,174,"Tampa, FL",174,"Tampa, FL" +40,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +40,440,245,"Charleston, SC",245,"Charleston, SC" +40,441,268,"Seattle, WA",268,"Seattle, WA" +40,442,244,"Providence, RI",244,"Providence, RI" +40,443,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +40,444,268,"Seattle, WA",268,"Seattle, WA" +40,445,223,"New York, NY and NJ",223,"New York, NY and NJ" +40,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +40,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +40,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +40,449,159,"Long Beach, CA",159,"Long Beach, CA" +40,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +40,451,201,"Boston, MA",201,"Boston, MA" +40,452,198,"Baltimore, MD",198,"Baltimore, MD" +40,453,269,"Longview, WA",269,"Longview, WA" +40,454,197,"Portland, ME",197,"Portland, ME" +40,455,198,"Baltimore, MD",198,"Baltimore, MD" +40,456,159,"Long Beach, CA",159,"Long Beach, CA" +40,457,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +40,458,217,"New York, NY and NJ",217,"New York, NY and NJ" +40,459,159,"Long Beach, CA",159,"Long Beach, CA" +40,460,241,"Philadelphia, PA",241,"Philadelphia, PA" +40,461,245,"Charleston, SC",245,"Charleston, SC" +40,462,241,"Philadelphia, PA",241,"Philadelphia, PA" +40,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +40,464,244,"Providence, RI",244,"Providence, RI" +40,465,268,"Seattle, WA",268,"Seattle, WA" +40,466,159,"Long Beach, CA",159,"Long Beach, CA" +40,467,244,"Providence, RI",244,"Providence, RI" +40,468,159,"Long Beach, CA",159,"Long Beach, CA" +40,469,241,"Philadelphia, PA",241,"Philadelphia, PA" +40,470,268,"Seattle, WA",268,"Seattle, WA" +40,471,241,"Philadelphia, PA",241,"Philadelphia, PA" +40,472,159,"Long Beach, CA",159,"Long Beach, CA" +40,473,268,"Seattle, WA",268,"Seattle, WA" +40,474,171,"Jacksonville, FL",171,"Jacksonville, FL" +40,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +40,476,159,"Long Beach, CA",159,"Long Beach, CA" +40,477,162,"Oakland, CA",162,"Oakland, CA" +40,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +40,479,162,"Oakland, CA",162,"Oakland, CA" +40,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +40,481,198,"Baltimore, MD",198,"Baltimore, MD" +40,482,159,"Long Beach, CA",159,"Long Beach, CA" +40,483,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +40,484,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +40,485,268,"Seattle, WA",268,"Seattle, WA" +40,486,268,"Seattle, WA",268,"Seattle, WA" +40,487,174,"Tampa, FL",174,"Tampa, FL" +40,488,159,"Long Beach, CA",159,"Long Beach, CA" +40,489,268,"Seattle, WA",268,"Seattle, WA" +40,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +40,491,201,"Boston, MA",201,"Boston, MA" +41,154,159,"Long Beach, CA",159,"Long Beach, CA" +41,179,239,"Portland, OR",239,"Portland, OR" +41,180,162,"Oakland, CA",162,"Oakland, CA" +41,274,159,"Long Beach, CA",159,"Long Beach, CA" +41,275,217,"New York, NY and NJ",217,"New York, NY and NJ" +41,276,217,"New York, NY and NJ",217,"New York, NY and NJ" +41,277,197,"Portland, ME",197,"Portland, ME" +41,278,229,"Wilmington, NC",229,"Wilmington, NC" +41,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +41,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +41,281,208,"Pascagoula, MS",208,"Pascagoula, MS" +41,282,244,"Providence, RI",244,"Providence, RI" +41,283,177,"Savannah, GA",177,"Savannah, GA" +41,284,159,"Long Beach, CA",159,"Long Beach, CA" +41,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +41,286,197,"Portland, ME",197,"Portland, ME" +41,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +41,288,268,"Seattle, WA",268,"Seattle, WA" +41,289,269,"Longview, WA",269,"Longview, WA" +41,290,229,"Wilmington, NC",229,"Wilmington, NC" +41,291,217,"New York, NY and NJ",217,"New York, NY and NJ" +41,292,198,"Baltimore, MD",198,"Baltimore, MD" +41,293,195,"New Orleans, LA",195,"New Orleans, LA" +41,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +41,295,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +41,296,239,"Portland, OR",239,"Portland, OR" +41,297,174,"Tampa, FL",174,"Tampa, FL" +41,298,244,"Providence, RI",244,"Providence, RI" +41,299,198,"Baltimore, MD",198,"Baltimore, MD" +41,300,172,"Port Everglades, FL",172,"Port Everglades, FL" +41,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +41,302,198,"Baltimore, MD",198,"Baltimore, MD" +41,303,268,"Seattle, WA",268,"Seattle, WA" +41,304,241,"Philadelphia, PA",241,"Philadelphia, PA" +41,305,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +41,306,223,"New York, NY and NJ",223,"New York, NY and NJ" +41,307,198,"Baltimore, MD",198,"Baltimore, MD" +41,308,162,"Oakland, CA",162,"Oakland, CA" +41,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +41,310,208,"Pascagoula, MS",208,"Pascagoula, MS" +41,311,241,"Philadelphia, PA",241,"Philadelphia, PA" +41,312,177,"Savannah, GA",177,"Savannah, GA" +41,313,217,"New York, NY and NJ",217,"New York, NY and NJ" +41,314,198,"Baltimore, MD",198,"Baltimore, MD" +41,315,177,"Savannah, GA",177,"Savannah, GA" +41,316,239,"Portland, OR",239,"Portland, OR" +41,317,159,"Long Beach, CA",159,"Long Beach, CA" +41,318,268,"Seattle, WA",268,"Seattle, WA" +41,319,172,"Port Everglades, FL",172,"Port Everglades, FL" +41,320,217,"New York, NY and NJ",217,"New York, NY and NJ" +41,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +41,322,159,"Long Beach, CA",159,"Long Beach, CA" +41,323,174,"Tampa, FL",174,"Tampa, FL" +41,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +41,325,174,"Tampa, FL",174,"Tampa, FL" +41,326,177,"Savannah, GA",177,"Savannah, GA" +41,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +41,328,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +41,329,217,"New York, NY and NJ",217,"New York, NY and NJ" +41,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +41,331,201,"Boston, MA",201,"Boston, MA" +41,332,174,"Tampa, FL",174,"Tampa, FL" +41,333,177,"Savannah, GA",177,"Savannah, GA" +41,334,195,"New Orleans, LA",195,"New Orleans, LA" +41,335,244,"Providence, RI",244,"Providence, RI" +41,336,177,"Savannah, GA",177,"Savannah, GA" +41,337,201,"Boston, MA",201,"Boston, MA" +41,338,217,"New York, NY and NJ",217,"New York, NY and NJ" +41,339,198,"Baltimore, MD",198,"Baltimore, MD" +41,340,244,"Providence, RI",244,"Providence, RI" +41,341,194,"Lake Charles, LA",194,"Lake Charles, LA" +41,342,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +41,343,159,"Long Beach, CA",159,"Long Beach, CA" +41,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +41,345,198,"Baltimore, MD",198,"Baltimore, MD" +41,346,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +41,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +41,348,197,"Portland, ME",197,"Portland, ME" +41,349,241,"Philadelphia, PA",241,"Philadelphia, PA" +41,350,197,"Portland, ME",197,"Portland, ME" +41,351,197,"Portland, ME",197,"Portland, ME" +41,352,197,"Portland, ME",197,"Portland, ME" +41,353,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +41,354,198,"Baltimore, MD",198,"Baltimore, MD" +41,355,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +41,356,152,"Mobile, AL",152,"Mobile, AL" +41,357,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +41,358,197,"Portland, ME",197,"Portland, ME" +41,359,229,"Wilmington, NC",229,"Wilmington, NC" +41,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +41,361,194,"Lake Charles, LA",194,"Lake Charles, LA" +41,362,197,"Portland, ME",197,"Portland, ME" +41,363,253,"Beaumont, TX",253,"Beaumont, TX" +41,364,197,"Portland, ME",197,"Portland, ME" +41,365,198,"Baltimore, MD",198,"Baltimore, MD" +41,366,162,"Oakland, CA",162,"Oakland, CA" +41,367,159,"Long Beach, CA",159,"Long Beach, CA" +41,368,268,"Seattle, WA",268,"Seattle, WA" +41,369,268,"Seattle, WA",268,"Seattle, WA" +41,370,198,"Baltimore, MD",198,"Baltimore, MD" +41,371,159,"Long Beach, CA",159,"Long Beach, CA" +41,372,223,"New York, NY and NJ",223,"New York, NY and NJ" +41,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +41,374,268,"Seattle, WA",268,"Seattle, WA" +41,375,159,"Long Beach, CA",159,"Long Beach, CA" +41,376,159,"Long Beach, CA",159,"Long Beach, CA" +41,377,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +41,378,172,"Port Everglades, FL",172,"Port Everglades, FL" +41,379,162,"Oakland, CA",162,"Oakland, CA" +41,380,159,"Long Beach, CA",159,"Long Beach, CA" +41,381,159,"Long Beach, CA",159,"Long Beach, CA" +41,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +41,383,159,"Long Beach, CA",159,"Long Beach, CA" +41,384,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +41,385,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +41,386,201,"Boston, MA",201,"Boston, MA" +41,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +41,388,198,"Baltimore, MD",198,"Baltimore, MD" +41,389,198,"Baltimore, MD",198,"Baltimore, MD" +41,390,217,"New York, NY and NJ",217,"New York, NY and NJ" +41,391,169,"Wilmington, DE",169,"Wilmington, DE" +41,392,162,"Oakland, CA",162,"Oakland, CA" +41,393,268,"Seattle, WA",268,"Seattle, WA" +41,394,223,"New York, NY and NJ",223,"New York, NY and NJ" +41,395,197,"Portland, ME",197,"Portland, ME" +41,396,268,"Seattle, WA",268,"Seattle, WA" +41,397,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +41,398,198,"Baltimore, MD",198,"Baltimore, MD" +41,399,253,"Beaumont, TX",253,"Beaumont, TX" +41,400,159,"Long Beach, CA",159,"Long Beach, CA" +41,401,201,"Boston, MA",201,"Boston, MA" +41,402,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +41,403,159,"Long Beach, CA",159,"Long Beach, CA" +41,404,197,"Portland, ME",197,"Portland, ME" +41,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +41,406,241,"Philadelphia, PA",241,"Philadelphia, PA" +41,407,197,"Portland, ME",197,"Portland, ME" +41,408,159,"Long Beach, CA",159,"Long Beach, CA" +41,409,197,"Portland, ME",197,"Portland, ME" +41,410,268,"Seattle, WA",268,"Seattle, WA" +41,411,269,"Longview, WA",269,"Longview, WA" +41,412,197,"Portland, ME",197,"Portland, ME" +41,413,239,"Portland, OR",239,"Portland, OR" +41,414,195,"New Orleans, LA",195,"New Orleans, LA" +41,415,201,"Boston, MA",201,"Boston, MA" +41,416,223,"New York, NY and NJ",223,"New York, NY and NJ" +41,417,268,"Seattle, WA",268,"Seattle, WA" +41,418,162,"Oakland, CA",162,"Oakland, CA" +41,419,217,"New York, NY and NJ",217,"New York, NY and NJ" +41,420,159,"Long Beach, CA",159,"Long Beach, CA" +41,421,268,"Seattle, WA",268,"Seattle, WA" +41,422,159,"Long Beach, CA",159,"Long Beach, CA" +41,423,159,"Long Beach, CA",159,"Long Beach, CA" +41,424,152,"Mobile, AL",152,"Mobile, AL" +41,425,159,"Long Beach, CA",159,"Long Beach, CA" +41,426,229,"Wilmington, NC",229,"Wilmington, NC" +41,427,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +41,428,162,"Oakland, CA",162,"Oakland, CA" +41,429,159,"Long Beach, CA",159,"Long Beach, CA" +41,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +41,431,169,"Wilmington, DE",169,"Wilmington, DE" +41,432,159,"Long Beach, CA",159,"Long Beach, CA" +41,433,198,"Baltimore, MD",198,"Baltimore, MD" +41,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +41,435,201,"Boston, MA",201,"Boston, MA" +41,436,198,"Baltimore, MD",198,"Baltimore, MD" +41,437,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +41,438,229,"Wilmington, NC",229,"Wilmington, NC" +41,439,174,"Tampa, FL",174,"Tampa, FL" +41,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +41,441,268,"Seattle, WA",268,"Seattle, WA" +41,442,197,"Portland, ME",197,"Portland, ME" +41,443,217,"New York, NY and NJ",217,"New York, NY and NJ" +41,444,268,"Seattle, WA",268,"Seattle, WA" +41,445,217,"New York, NY and NJ",217,"New York, NY and NJ" +41,446,198,"Baltimore, MD",198,"Baltimore, MD" +41,447,197,"Portland, ME",197,"Portland, ME" +41,448,177,"Savannah, GA",177,"Savannah, GA" +41,449,159,"Long Beach, CA",159,"Long Beach, CA" +41,450,178,"Brunswick, GA",178,"Brunswick, GA" +41,451,241,"Philadelphia, PA",241,"Philadelphia, PA" +41,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +41,453,159,"Long Beach, CA",159,"Long Beach, CA" +41,454,223,"New York, NY and NJ",223,"New York, NY and NJ" +41,455,223,"New York, NY and NJ",223,"New York, NY and NJ" +41,456,159,"Long Beach, CA",159,"Long Beach, CA" +41,457,241,"Philadelphia, PA",241,"Philadelphia, PA" +41,458,197,"Portland, ME",197,"Portland, ME" +41,459,268,"Seattle, WA",268,"Seattle, WA" +41,460,201,"Boston, MA",201,"Boston, MA" +41,461,169,"Wilmington, DE",169,"Wilmington, DE" +41,462,198,"Baltimore, MD",198,"Baltimore, MD" +41,463,198,"Baltimore, MD",198,"Baltimore, MD" +41,464,197,"Portland, ME",197,"Portland, ME" +41,465,268,"Seattle, WA",268,"Seattle, WA" +41,466,239,"Portland, OR",239,"Portland, OR" +41,467,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +41,468,162,"Oakland, CA",162,"Oakland, CA" +41,469,169,"Wilmington, DE",169,"Wilmington, DE" +41,470,159,"Long Beach, CA",159,"Long Beach, CA" +41,471,197,"Portland, ME",197,"Portland, ME" +41,472,239,"Portland, OR",239,"Portland, OR" +41,473,159,"Long Beach, CA",159,"Long Beach, CA" +41,474,152,"Mobile, AL",152,"Mobile, AL" +41,475,201,"Boston, MA",201,"Boston, MA" +41,476,162,"Oakland, CA",162,"Oakland, CA" +41,477,162,"Oakland, CA",162,"Oakland, CA" +41,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +41,479,159,"Long Beach, CA",159,"Long Beach, CA" +41,480,198,"Baltimore, MD",198,"Baltimore, MD" +41,481,198,"Baltimore, MD",198,"Baltimore, MD" +41,482,159,"Long Beach, CA",159,"Long Beach, CA" +41,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +41,484,174,"Tampa, FL",174,"Tampa, FL" +41,485,239,"Portland, OR",239,"Portland, OR" +41,486,159,"Long Beach, CA",159,"Long Beach, CA" +41,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +41,488,239,"Portland, OR",239,"Portland, OR" +41,489,268,"Seattle, WA",268,"Seattle, WA" +41,490,223,"New York, NY and NJ",223,"New York, NY and NJ" +41,491,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,154,268,"Seattle, WA",268,"Seattle, WA" +42,179,162,"Oakland, CA",162,"Oakland, CA" +42,180,159,"Long Beach, CA",159,"Long Beach, CA" +42,274,162,"Oakland, CA",162,"Oakland, CA" +42,275,217,"New York, NY and NJ",217,"New York, NY and NJ" +42,276,241,"Philadelphia, PA",241,"Philadelphia, PA" +42,277,244,"Providence, RI",244,"Providence, RI" +42,278,177,"Savannah, GA",177,"Savannah, GA" +42,279,245,"Charleston, SC",245,"Charleston, SC" +42,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +42,281,195,"New Orleans, LA",195,"New Orleans, LA" +42,282,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +42,283,152,"Mobile, AL",152,"Mobile, AL" +42,284,159,"Long Beach, CA",159,"Long Beach, CA" +42,285,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +42,286,201,"Boston, MA",201,"Boston, MA" +42,287,245,"Charleston, SC",245,"Charleston, SC" +42,288,239,"Portland, OR",239,"Portland, OR" +42,289,159,"Long Beach, CA",159,"Long Beach, CA" +42,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +42,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,293,195,"New Orleans, LA",195,"New Orleans, LA" +42,294,197,"Portland, ME",197,"Portland, ME" +42,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +42,296,162,"Oakland, CA",162,"Oakland, CA" +42,297,208,"Pascagoula, MS",208,"Pascagoula, MS" +42,298,198,"Baltimore, MD",198,"Baltimore, MD" +42,299,245,"Charleston, SC",245,"Charleston, SC" +42,300,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +42,301,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +42,302,169,"Wilmington, DE",169,"Wilmington, DE" +42,303,268,"Seattle, WA",268,"Seattle, WA" +42,304,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +42,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,306,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +42,308,159,"Long Beach, CA",159,"Long Beach, CA" +42,309,201,"Boston, MA",201,"Boston, MA" +42,310,241,"Philadelphia, PA",241,"Philadelphia, PA" +42,311,241,"Philadelphia, PA",241,"Philadelphia, PA" +42,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +42,313,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +42,315,253,"Beaumont, TX",253,"Beaumont, TX" +42,316,239,"Portland, OR",239,"Portland, OR" +42,317,159,"Long Beach, CA",159,"Long Beach, CA" +42,318,239,"Portland, OR",239,"Portland, OR" +42,319,174,"Tampa, FL",174,"Tampa, FL" +42,320,177,"Savannah, GA",177,"Savannah, GA" +42,321,241,"Philadelphia, PA",241,"Philadelphia, PA" +42,322,162,"Oakland, CA",162,"Oakland, CA" +42,323,152,"Mobile, AL",152,"Mobile, AL" +42,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,325,177,"Savannah, GA",177,"Savannah, GA" +42,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +42,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,328,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +42,329,198,"Baltimore, MD",198,"Baltimore, MD" +42,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,331,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,332,245,"Charleston, SC",245,"Charleston, SC" +42,333,245,"Charleston, SC",245,"Charleston, SC" +42,334,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +42,335,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +42,336,195,"New Orleans, LA",195,"New Orleans, LA" +42,337,171,"Jacksonville, FL",171,"Jacksonville, FL" +42,338,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +42,339,197,"Portland, ME",197,"Portland, ME" +42,340,241,"Philadelphia, PA",241,"Philadelphia, PA" +42,341,253,"Beaumont, TX",253,"Beaumont, TX" +42,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,343,159,"Long Beach, CA",159,"Long Beach, CA" +42,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +42,345,201,"Boston, MA",201,"Boston, MA" +42,346,198,"Baltimore, MD",198,"Baltimore, MD" +42,347,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,348,198,"Baltimore, MD",198,"Baltimore, MD" +42,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,350,201,"Boston, MA",201,"Boston, MA" +42,351,198,"Baltimore, MD",198,"Baltimore, MD" +42,352,217,"New York, NY and NJ",217,"New York, NY and NJ" +42,353,201,"Boston, MA",201,"Boston, MA" +42,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +42,355,174,"Tampa, FL",174,"Tampa, FL" +42,356,253,"Beaumont, TX",253,"Beaumont, TX" +42,357,217,"New York, NY and NJ",217,"New York, NY and NJ" +42,358,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,359,245,"Charleston, SC",245,"Charleston, SC" +42,360,177,"Savannah, GA",177,"Savannah, GA" +42,361,253,"Beaumont, TX",253,"Beaumont, TX" +42,362,197,"Portland, ME",197,"Portland, ME" +42,363,195,"New Orleans, LA",195,"New Orleans, LA" +42,364,198,"Baltimore, MD",198,"Baltimore, MD" +42,365,244,"Providence, RI",244,"Providence, RI" +42,366,159,"Long Beach, CA",159,"Long Beach, CA" +42,367,159,"Long Beach, CA",159,"Long Beach, CA" +42,368,268,"Seattle, WA",268,"Seattle, WA" +42,369,162,"Oakland, CA",162,"Oakland, CA" +42,370,201,"Boston, MA",201,"Boston, MA" +42,371,268,"Seattle, WA",268,"Seattle, WA" +42,372,244,"Providence, RI",244,"Providence, RI" +42,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +42,374,159,"Long Beach, CA",159,"Long Beach, CA" +42,375,159,"Long Beach, CA",159,"Long Beach, CA" +42,376,159,"Long Beach, CA",159,"Long Beach, CA" +42,377,217,"New York, NY and NJ",217,"New York, NY and NJ" +42,378,171,"Jacksonville, FL",171,"Jacksonville, FL" +42,379,159,"Long Beach, CA",159,"Long Beach, CA" +42,380,159,"Long Beach, CA",159,"Long Beach, CA" +42,381,239,"Portland, OR",239,"Portland, OR" +42,382,241,"Philadelphia, PA",241,"Philadelphia, PA" +42,383,239,"Portland, OR",239,"Portland, OR" +42,384,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +42,385,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +42,386,201,"Boston, MA",201,"Boston, MA" +42,387,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +42,388,241,"Philadelphia, PA",241,"Philadelphia, PA" +42,389,201,"Boston, MA",201,"Boston, MA" +42,390,197,"Portland, ME",197,"Portland, ME" +42,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,392,159,"Long Beach, CA",159,"Long Beach, CA" +42,393,159,"Long Beach, CA",159,"Long Beach, CA" +42,394,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,396,159,"Long Beach, CA",159,"Long Beach, CA" +42,397,198,"Baltimore, MD",198,"Baltimore, MD" +42,398,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,399,257,"Houston, TX",257,"Houston, TX" +42,400,159,"Long Beach, CA",159,"Long Beach, CA" +42,401,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +42,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,403,159,"Long Beach, CA",159,"Long Beach, CA" +42,404,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +42,405,245,"Charleston, SC",245,"Charleston, SC" +42,406,241,"Philadelphia, PA",241,"Philadelphia, PA" +42,407,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,408,162,"Oakland, CA",162,"Oakland, CA" +42,409,198,"Baltimore, MD",198,"Baltimore, MD" +42,410,159,"Long Beach, CA",159,"Long Beach, CA" +42,411,159,"Long Beach, CA",159,"Long Beach, CA" +42,412,198,"Baltimore, MD",198,"Baltimore, MD" +42,413,269,"Longview, WA",269,"Longview, WA" +42,414,152,"Mobile, AL",152,"Mobile, AL" +42,415,241,"Philadelphia, PA",241,"Philadelphia, PA" +42,416,241,"Philadelphia, PA",241,"Philadelphia, PA" +42,417,268,"Seattle, WA",268,"Seattle, WA" +42,418,159,"Long Beach, CA",159,"Long Beach, CA" +42,419,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +42,420,159,"Long Beach, CA",159,"Long Beach, CA" +42,421,159,"Long Beach, CA",159,"Long Beach, CA" +42,422,268,"Seattle, WA",268,"Seattle, WA" +42,423,159,"Long Beach, CA",159,"Long Beach, CA" +42,424,195,"New Orleans, LA",195,"New Orleans, LA" +42,425,268,"Seattle, WA",268,"Seattle, WA" +42,426,195,"New Orleans, LA",195,"New Orleans, LA" +42,427,171,"Jacksonville, FL",171,"Jacksonville, FL" +42,428,159,"Long Beach, CA",159,"Long Beach, CA" +42,429,159,"Long Beach, CA",159,"Long Beach, CA" +42,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +42,431,201,"Boston, MA",201,"Boston, MA" +42,432,159,"Long Beach, CA",159,"Long Beach, CA" +42,433,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +42,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +42,435,201,"Boston, MA",201,"Boston, MA" +42,436,245,"Charleston, SC",245,"Charleston, SC" +42,437,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +42,438,217,"New York, NY and NJ",217,"New York, NY and NJ" +42,439,229,"Wilmington, NC",229,"Wilmington, NC" +42,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +42,441,159,"Long Beach, CA",159,"Long Beach, CA" +42,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,443,198,"Baltimore, MD",198,"Baltimore, MD" +42,444,268,"Seattle, WA",268,"Seattle, WA" +42,445,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,446,217,"New York, NY and NJ",217,"New York, NY and NJ" +42,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,449,162,"Oakland, CA",162,"Oakland, CA" +42,450,177,"Savannah, GA",177,"Savannah, GA" +42,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,452,241,"Philadelphia, PA",241,"Philadelphia, PA" +42,453,268,"Seattle, WA",268,"Seattle, WA" +42,454,197,"Portland, ME",197,"Portland, ME" +42,455,245,"Charleston, SC",245,"Charleston, SC" +42,456,159,"Long Beach, CA",159,"Long Beach, CA" +42,457,197,"Portland, ME",197,"Portland, ME" +42,458,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +42,459,162,"Oakland, CA",162,"Oakland, CA" +42,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +42,462,197,"Portland, ME",197,"Portland, ME" +42,463,201,"Boston, MA",201,"Boston, MA" +42,464,169,"Wilmington, DE",169,"Wilmington, DE" +42,465,268,"Seattle, WA",268,"Seattle, WA" +42,466,162,"Oakland, CA",162,"Oakland, CA" +42,467,171,"Jacksonville, FL",171,"Jacksonville, FL" +42,468,268,"Seattle, WA",268,"Seattle, WA" +42,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,470,268,"Seattle, WA",268,"Seattle, WA" +42,471,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,472,162,"Oakland, CA",162,"Oakland, CA" +42,473,159,"Long Beach, CA",159,"Long Beach, CA" +42,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +42,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +42,476,239,"Portland, OR",239,"Portland, OR" +42,477,269,"Longview, WA",269,"Longview, WA" +42,478,245,"Charleston, SC",245,"Charleston, SC" +42,479,162,"Oakland, CA",162,"Oakland, CA" +42,480,201,"Boston, MA",201,"Boston, MA" +42,481,241,"Philadelphia, PA",241,"Philadelphia, PA" +42,482,159,"Long Beach, CA",159,"Long Beach, CA" +42,483,197,"Portland, ME",197,"Portland, ME" +42,484,174,"Tampa, FL",174,"Tampa, FL" +42,485,269,"Longview, WA",269,"Longview, WA" +42,486,159,"Long Beach, CA",159,"Long Beach, CA" +42,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +42,488,159,"Long Beach, CA",159,"Long Beach, CA" +42,489,159,"Long Beach, CA",159,"Long Beach, CA" +42,490,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +42,491,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,154,159,"Long Beach, CA",159,"Long Beach, CA" +43,179,159,"Long Beach, CA",159,"Long Beach, CA" +43,180,159,"Long Beach, CA",159,"Long Beach, CA" +43,274,159,"Long Beach, CA",159,"Long Beach, CA" +43,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,276,244,"Providence, RI",244,"Providence, RI" +43,277,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +43,278,197,"Portland, ME",197,"Portland, ME" +43,279,217,"New York, NY and NJ",217,"New York, NY and NJ" +43,280,229,"Wilmington, NC",229,"Wilmington, NC" +43,281,174,"Tampa, FL",174,"Tampa, FL" +43,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,283,229,"Wilmington, NC",229,"Wilmington, NC" +43,284,159,"Long Beach, CA",159,"Long Beach, CA" +43,285,197,"Portland, ME",197,"Portland, ME" +43,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,287,178,"Brunswick, GA",178,"Brunswick, GA" +43,288,268,"Seattle, WA",268,"Seattle, WA" +43,289,268,"Seattle, WA",268,"Seattle, WA" +43,290,174,"Tampa, FL",174,"Tampa, FL" +43,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,292,241,"Philadelphia, PA",241,"Philadelphia, PA" +43,293,208,"Pascagoula, MS",208,"Pascagoula, MS" +43,294,197,"Portland, ME",197,"Portland, ME" +43,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +43,296,159,"Long Beach, CA",159,"Long Beach, CA" +43,297,171,"Jacksonville, FL",171,"Jacksonville, FL" +43,298,201,"Boston, MA",201,"Boston, MA" +43,299,201,"Boston, MA",201,"Boston, MA" +43,300,195,"New Orleans, LA",195,"New Orleans, LA" +43,301,241,"Philadelphia, PA",241,"Philadelphia, PA" +43,302,177,"Savannah, GA",177,"Savannah, GA" +43,303,159,"Long Beach, CA",159,"Long Beach, CA" +43,304,217,"New York, NY and NJ",217,"New York, NY and NJ" +43,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +43,306,217,"New York, NY and NJ",217,"New York, NY and NJ" +43,307,198,"Baltimore, MD",198,"Baltimore, MD" +43,308,239,"Portland, OR",239,"Portland, OR" +43,309,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +43,310,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,311,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +43,312,177,"Savannah, GA",177,"Savannah, GA" +43,313,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,314,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +43,315,253,"Beaumont, TX",253,"Beaumont, TX" +43,316,268,"Seattle, WA",268,"Seattle, WA" +43,317,268,"Seattle, WA",268,"Seattle, WA" +43,318,239,"Portland, OR",239,"Portland, OR" +43,319,172,"Port Everglades, FL",172,"Port Everglades, FL" +43,320,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,322,159,"Long Beach, CA",159,"Long Beach, CA" +43,323,152,"Mobile, AL",152,"Mobile, AL" +43,324,197,"Portland, ME",197,"Portland, ME" +43,325,245,"Charleston, SC",245,"Charleston, SC" +43,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +43,327,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +43,328,244,"Providence, RI",244,"Providence, RI" +43,329,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,330,197,"Portland, ME",197,"Portland, ME" +43,331,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,332,245,"Charleston, SC",245,"Charleston, SC" +43,333,177,"Savannah, GA",177,"Savannah, GA" +43,334,195,"New Orleans, LA",195,"New Orleans, LA" +43,335,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,336,195,"New Orleans, LA",195,"New Orleans, LA" +43,337,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,338,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +43,339,198,"Baltimore, MD",198,"Baltimore, MD" +43,340,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,341,195,"New Orleans, LA",195,"New Orleans, LA" +43,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,343,162,"Oakland, CA",162,"Oakland, CA" +43,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +43,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,346,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,347,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,348,241,"Philadelphia, PA",241,"Philadelphia, PA" +43,349,217,"New York, NY and NJ",217,"New York, NY and NJ" +43,350,197,"Portland, ME",197,"Portland, ME" +43,351,217,"New York, NY and NJ",217,"New York, NY and NJ" +43,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +43,354,198,"Baltimore, MD",198,"Baltimore, MD" +43,355,245,"Charleston, SC",245,"Charleston, SC" +43,356,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +43,357,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,358,241,"Philadelphia, PA",241,"Philadelphia, PA" +43,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +43,360,245,"Charleston, SC",245,"Charleston, SC" +43,361,195,"New Orleans, LA",195,"New Orleans, LA" +43,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,363,152,"Mobile, AL",152,"Mobile, AL" +43,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,365,201,"Boston, MA",201,"Boston, MA" +43,366,159,"Long Beach, CA",159,"Long Beach, CA" +43,367,268,"Seattle, WA",268,"Seattle, WA" +43,368,159,"Long Beach, CA",159,"Long Beach, CA" +43,369,239,"Portland, OR",239,"Portland, OR" +43,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,371,162,"Oakland, CA",162,"Oakland, CA" +43,372,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +43,373,152,"Mobile, AL",152,"Mobile, AL" +43,374,239,"Portland, OR",239,"Portland, OR" +43,375,239,"Portland, OR",239,"Portland, OR" +43,376,239,"Portland, OR",239,"Portland, OR" +43,377,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,378,208,"Pascagoula, MS",208,"Pascagoula, MS" +43,379,239,"Portland, OR",239,"Portland, OR" +43,380,159,"Long Beach, CA",159,"Long Beach, CA" +43,381,159,"Long Beach, CA",159,"Long Beach, CA" +43,382,241,"Philadelphia, PA",241,"Philadelphia, PA" +43,383,268,"Seattle, WA",268,"Seattle, WA" +43,384,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,385,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +43,386,241,"Philadelphia, PA",241,"Philadelphia, PA" +43,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +43,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +43,390,241,"Philadelphia, PA",241,"Philadelphia, PA" +43,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +43,392,268,"Seattle, WA",268,"Seattle, WA" +43,393,162,"Oakland, CA",162,"Oakland, CA" +43,394,241,"Philadelphia, PA",241,"Philadelphia, PA" +43,395,198,"Baltimore, MD",198,"Baltimore, MD" +43,396,159,"Long Beach, CA",159,"Long Beach, CA" +43,397,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +43,398,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,399,174,"Tampa, FL",174,"Tampa, FL" +43,400,159,"Long Beach, CA",159,"Long Beach, CA" +43,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +43,403,162,"Oakland, CA",162,"Oakland, CA" +43,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,405,172,"Port Everglades, FL",172,"Port Everglades, FL" +43,406,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +43,407,217,"New York, NY and NJ",217,"New York, NY and NJ" +43,408,268,"Seattle, WA",268,"Seattle, WA" +43,409,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +43,410,162,"Oakland, CA",162,"Oakland, CA" +43,411,159,"Long Beach, CA",159,"Long Beach, CA" +43,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,413,159,"Long Beach, CA",159,"Long Beach, CA" +43,414,195,"New Orleans, LA",195,"New Orleans, LA" +43,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,416,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,417,159,"Long Beach, CA",159,"Long Beach, CA" +43,418,159,"Long Beach, CA",159,"Long Beach, CA" +43,419,217,"New York, NY and NJ",217,"New York, NY and NJ" +43,420,162,"Oakland, CA",162,"Oakland, CA" +43,421,268,"Seattle, WA",268,"Seattle, WA" +43,422,159,"Long Beach, CA",159,"Long Beach, CA" +43,423,162,"Oakland, CA",162,"Oakland, CA" +43,424,245,"Charleston, SC",245,"Charleston, SC" +43,425,159,"Long Beach, CA",159,"Long Beach, CA" +43,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +43,427,174,"Tampa, FL",174,"Tampa, FL" +43,428,159,"Long Beach, CA",159,"Long Beach, CA" +43,429,159,"Long Beach, CA",159,"Long Beach, CA" +43,430,241,"Philadelphia, PA",241,"Philadelphia, PA" +43,431,241,"Philadelphia, PA",241,"Philadelphia, PA" +43,432,268,"Seattle, WA",268,"Seattle, WA" +43,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +43,434,197,"Portland, ME",197,"Portland, ME" +43,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,436,217,"New York, NY and NJ",217,"New York, NY and NJ" +43,437,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +43,438,177,"Savannah, GA",177,"Savannah, GA" +43,439,245,"Charleston, SC",245,"Charleston, SC" +43,440,177,"Savannah, GA",177,"Savannah, GA" +43,441,159,"Long Beach, CA",159,"Long Beach, CA" +43,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +43,443,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,444,159,"Long Beach, CA",159,"Long Beach, CA" +43,445,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +43,446,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +43,447,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +43,448,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +43,449,159,"Long Beach, CA",159,"Long Beach, CA" +43,450,245,"Charleston, SC",245,"Charleston, SC" +43,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,452,197,"Portland, ME",197,"Portland, ME" +43,453,268,"Seattle, WA",268,"Seattle, WA" +43,454,197,"Portland, ME",197,"Portland, ME" +43,455,201,"Boston, MA",201,"Boston, MA" +43,456,268,"Seattle, WA",268,"Seattle, WA" +43,457,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,458,198,"Baltimore, MD",198,"Baltimore, MD" +43,459,159,"Long Beach, CA",159,"Long Beach, CA" +43,460,198,"Baltimore, MD",198,"Baltimore, MD" +43,461,229,"Wilmington, NC",229,"Wilmington, NC" +43,462,241,"Philadelphia, PA",241,"Philadelphia, PA" +43,463,198,"Baltimore, MD",198,"Baltimore, MD" +43,464,198,"Baltimore, MD",198,"Baltimore, MD" +43,465,159,"Long Beach, CA",159,"Long Beach, CA" +43,466,159,"Long Beach, CA",159,"Long Beach, CA" +43,467,169,"Wilmington, DE",169,"Wilmington, DE" +43,468,162,"Oakland, CA",162,"Oakland, CA" +43,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +43,470,159,"Long Beach, CA",159,"Long Beach, CA" +43,471,201,"Boston, MA",201,"Boston, MA" +43,472,159,"Long Beach, CA",159,"Long Beach, CA" +43,473,269,"Longview, WA",269,"Longview, WA" +43,474,171,"Jacksonville, FL",171,"Jacksonville, FL" +43,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +43,476,159,"Long Beach, CA",159,"Long Beach, CA" +43,477,159,"Long Beach, CA",159,"Long Beach, CA" +43,478,177,"Savannah, GA",177,"Savannah, GA" +43,479,239,"Portland, OR",239,"Portland, OR" +43,480,198,"Baltimore, MD",198,"Baltimore, MD" +43,481,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +43,482,159,"Long Beach, CA",159,"Long Beach, CA" +43,483,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +43,484,177,"Savannah, GA",177,"Savannah, GA" +43,485,162,"Oakland, CA",162,"Oakland, CA" +43,486,159,"Long Beach, CA",159,"Long Beach, CA" +43,487,152,"Mobile, AL",152,"Mobile, AL" +43,488,159,"Long Beach, CA",159,"Long Beach, CA" +43,489,159,"Long Beach, CA",159,"Long Beach, CA" +43,490,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +43,491,244,"Providence, RI",244,"Providence, RI" +44,154,268,"Seattle, WA",268,"Seattle, WA" +44,179,159,"Long Beach, CA",159,"Long Beach, CA" +44,180,159,"Long Beach, CA",159,"Long Beach, CA" +44,274,159,"Long Beach, CA",159,"Long Beach, CA" +44,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +44,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +44,277,169,"Wilmington, DE",169,"Wilmington, DE" +44,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +44,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +44,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +44,281,195,"New Orleans, LA",195,"New Orleans, LA" +44,282,241,"Philadelphia, PA",241,"Philadelphia, PA" +44,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +44,284,268,"Seattle, WA",268,"Seattle, WA" +44,285,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +44,286,217,"New York, NY and NJ",217,"New York, NY and NJ" +44,287,171,"Jacksonville, FL",171,"Jacksonville, FL" +44,288,159,"Long Beach, CA",159,"Long Beach, CA" +44,289,268,"Seattle, WA",268,"Seattle, WA" +44,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +44,291,241,"Philadelphia, PA",241,"Philadelphia, PA" +44,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +44,293,195,"New Orleans, LA",195,"New Orleans, LA" +44,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +44,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +44,296,268,"Seattle, WA",268,"Seattle, WA" +44,297,245,"Charleston, SC",245,"Charleston, SC" +44,298,241,"Philadelphia, PA",241,"Philadelphia, PA" +44,299,217,"New York, NY and NJ",217,"New York, NY and NJ" +44,300,174,"Tampa, FL",174,"Tampa, FL" +44,301,197,"Portland, ME",197,"Portland, ME" +44,302,177,"Savannah, GA",177,"Savannah, GA" +44,303,159,"Long Beach, CA",159,"Long Beach, CA" +44,304,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +44,305,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +44,306,201,"Boston, MA",201,"Boston, MA" +44,307,241,"Philadelphia, PA",241,"Philadelphia, PA" +44,308,159,"Long Beach, CA",159,"Long Beach, CA" +44,309,223,"New York, NY and NJ",223,"New York, NY and NJ" +44,310,198,"Baltimore, MD",198,"Baltimore, MD" +44,311,198,"Baltimore, MD",198,"Baltimore, MD" +44,312,177,"Savannah, GA",177,"Savannah, GA" +44,313,245,"Charleston, SC",245,"Charleston, SC" +44,314,197,"Portland, ME",197,"Portland, ME" +44,315,171,"Jacksonville, FL",171,"Jacksonville, FL" +44,316,159,"Long Beach, CA",159,"Long Beach, CA" +44,317,159,"Long Beach, CA",159,"Long Beach, CA" +44,318,159,"Long Beach, CA",159,"Long Beach, CA" +44,319,177,"Savannah, GA",177,"Savannah, GA" +44,320,198,"Baltimore, MD",198,"Baltimore, MD" +44,321,241,"Philadelphia, PA",241,"Philadelphia, PA" +44,322,162,"Oakland, CA",162,"Oakland, CA" +44,323,257,"Houston, TX",257,"Houston, TX" +44,324,197,"Portland, ME",197,"Portland, ME" +44,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +44,326,177,"Savannah, GA",177,"Savannah, GA" +44,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +44,328,197,"Portland, ME",197,"Portland, ME" +44,329,201,"Boston, MA",201,"Boston, MA" +44,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +44,331,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +44,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +44,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +44,334,172,"Port Everglades, FL",172,"Port Everglades, FL" +44,335,223,"New York, NY and NJ",223,"New York, NY and NJ" +44,336,195,"New Orleans, LA",195,"New Orleans, LA" +44,337,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +44,338,223,"New York, NY and NJ",223,"New York, NY and NJ" +44,339,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +44,340,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +44,341,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +44,342,201,"Boston, MA",201,"Boston, MA" +44,343,159,"Long Beach, CA",159,"Long Beach, CA" +44,344,201,"Boston, MA",201,"Boston, MA" +44,345,198,"Baltimore, MD",198,"Baltimore, MD" +44,346,217,"New York, NY and NJ",217,"New York, NY and NJ" +44,347,201,"Boston, MA",201,"Boston, MA" +44,348,169,"Wilmington, DE",169,"Wilmington, DE" +44,349,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +44,350,241,"Philadelphia, PA",241,"Philadelphia, PA" +44,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +44,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +44,353,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +44,354,198,"Baltimore, MD",198,"Baltimore, MD" +44,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +44,356,208,"Pascagoula, MS",208,"Pascagoula, MS" +44,357,197,"Portland, ME",197,"Portland, ME" +44,358,217,"New York, NY and NJ",217,"New York, NY and NJ" +44,359,245,"Charleston, SC",245,"Charleston, SC" +44,360,171,"Jacksonville, FL",171,"Jacksonville, FL" +44,361,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +44,362,217,"New York, NY and NJ",217,"New York, NY and NJ" +44,363,195,"New Orleans, LA",195,"New Orleans, LA" +44,364,197,"Portland, ME",197,"Portland, ME" +44,365,201,"Boston, MA",201,"Boston, MA" +44,366,239,"Portland, OR",239,"Portland, OR" +44,367,159,"Long Beach, CA",159,"Long Beach, CA" +44,368,159,"Long Beach, CA",159,"Long Beach, CA" +44,369,162,"Oakland, CA",162,"Oakland, CA" +44,370,198,"Baltimore, MD",198,"Baltimore, MD" +44,371,162,"Oakland, CA",162,"Oakland, CA" +44,372,223,"New York, NY and NJ",223,"New York, NY and NJ" +44,373,245,"Charleston, SC",245,"Charleston, SC" +44,374,239,"Portland, OR",239,"Portland, OR" +44,375,159,"Long Beach, CA",159,"Long Beach, CA" +44,376,239,"Portland, OR",239,"Portland, OR" +44,377,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +44,378,195,"New Orleans, LA",195,"New Orleans, LA" +44,379,159,"Long Beach, CA",159,"Long Beach, CA" +44,380,159,"Long Beach, CA",159,"Long Beach, CA" +44,381,159,"Long Beach, CA",159,"Long Beach, CA" +44,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +44,383,268,"Seattle, WA",268,"Seattle, WA" +44,384,172,"Port Everglades, FL",172,"Port Everglades, FL" +44,385,244,"Providence, RI",244,"Providence, RI" +44,386,223,"New York, NY and NJ",223,"New York, NY and NJ" +44,387,244,"Providence, RI",244,"Providence, RI" +44,388,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +44,389,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +44,390,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +44,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +44,392,159,"Long Beach, CA",159,"Long Beach, CA" +44,393,159,"Long Beach, CA",159,"Long Beach, CA" +44,394,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +44,395,198,"Baltimore, MD",198,"Baltimore, MD" +44,396,268,"Seattle, WA",268,"Seattle, WA" +44,397,197,"Portland, ME",197,"Portland, ME" +44,398,197,"Portland, ME",197,"Portland, ME" +44,399,245,"Charleston, SC",245,"Charleston, SC" +44,400,159,"Long Beach, CA",159,"Long Beach, CA" +44,401,217,"New York, NY and NJ",217,"New York, NY and NJ" +44,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +44,403,239,"Portland, OR",239,"Portland, OR" +44,404,197,"Portland, ME",197,"Portland, ME" +44,405,171,"Jacksonville, FL",171,"Jacksonville, FL" +44,406,201,"Boston, MA",201,"Boston, MA" +44,407,241,"Philadelphia, PA",241,"Philadelphia, PA" +44,408,269,"Longview, WA",269,"Longview, WA" +44,409,217,"New York, NY and NJ",217,"New York, NY and NJ" +44,410,159,"Long Beach, CA",159,"Long Beach, CA" +44,411,162,"Oakland, CA",162,"Oakland, CA" +44,412,217,"New York, NY and NJ",217,"New York, NY and NJ" +44,413,159,"Long Beach, CA",159,"Long Beach, CA" +44,414,195,"New Orleans, LA",195,"New Orleans, LA" +44,415,217,"New York, NY and NJ",217,"New York, NY and NJ" +44,416,198,"Baltimore, MD",198,"Baltimore, MD" +44,417,159,"Long Beach, CA",159,"Long Beach, CA" +44,418,159,"Long Beach, CA",159,"Long Beach, CA" +44,419,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +44,420,162,"Oakland, CA",162,"Oakland, CA" +44,421,268,"Seattle, WA",268,"Seattle, WA" +44,422,159,"Long Beach, CA",159,"Long Beach, CA" +44,423,239,"Portland, OR",239,"Portland, OR" +44,424,177,"Savannah, GA",177,"Savannah, GA" +44,425,162,"Oakland, CA",162,"Oakland, CA" +44,426,152,"Mobile, AL",152,"Mobile, AL" +44,427,245,"Charleston, SC",245,"Charleston, SC" +44,428,159,"Long Beach, CA",159,"Long Beach, CA" +44,429,159,"Long Beach, CA",159,"Long Beach, CA" +44,430,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +44,431,241,"Philadelphia, PA",241,"Philadelphia, PA" +44,432,162,"Oakland, CA",162,"Oakland, CA" +44,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +44,434,241,"Philadelphia, PA",241,"Philadelphia, PA" +44,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +44,436,197,"Portland, ME",197,"Portland, ME" +44,437,198,"Baltimore, MD",198,"Baltimore, MD" +44,438,229,"Wilmington, NC",229,"Wilmington, NC" +44,439,177,"Savannah, GA",177,"Savannah, GA" +44,440,174,"Tampa, FL",174,"Tampa, FL" +44,441,159,"Long Beach, CA",159,"Long Beach, CA" +44,442,198,"Baltimore, MD",198,"Baltimore, MD" +44,443,201,"Boston, MA",201,"Boston, MA" +44,444,159,"Long Beach, CA",159,"Long Beach, CA" +44,445,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +44,446,201,"Boston, MA",201,"Boston, MA" +44,447,197,"Portland, ME",197,"Portland, ME" +44,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +44,449,162,"Oakland, CA",162,"Oakland, CA" +44,450,241,"Philadelphia, PA",241,"Philadelphia, PA" +44,451,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +44,452,198,"Baltimore, MD",198,"Baltimore, MD" +44,453,159,"Long Beach, CA",159,"Long Beach, CA" +44,454,241,"Philadelphia, PA",241,"Philadelphia, PA" +44,455,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +44,456,159,"Long Beach, CA",159,"Long Beach, CA" +44,457,201,"Boston, MA",201,"Boston, MA" +44,458,197,"Portland, ME",197,"Portland, ME" +44,459,268,"Seattle, WA",268,"Seattle, WA" +44,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +44,461,245,"Charleston, SC",245,"Charleston, SC" +44,462,223,"New York, NY and NJ",223,"New York, NY and NJ" +44,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +44,464,197,"Portland, ME",197,"Portland, ME" +44,465,159,"Long Beach, CA",159,"Long Beach, CA" +44,466,239,"Portland, OR",239,"Portland, OR" +44,467,244,"Providence, RI",244,"Providence, RI" +44,468,159,"Long Beach, CA",159,"Long Beach, CA" +44,469,198,"Baltimore, MD",198,"Baltimore, MD" +44,470,268,"Seattle, WA",268,"Seattle, WA" +44,471,201,"Boston, MA",201,"Boston, MA" +44,472,268,"Seattle, WA",268,"Seattle, WA" +44,473,159,"Long Beach, CA",159,"Long Beach, CA" +44,474,198,"Baltimore, MD",198,"Baltimore, MD" +44,475,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +44,476,162,"Oakland, CA",162,"Oakland, CA" +44,477,239,"Portland, OR",239,"Portland, OR" +44,478,245,"Charleston, SC",245,"Charleston, SC" +44,479,159,"Long Beach, CA",159,"Long Beach, CA" +44,480,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +44,481,169,"Wilmington, DE",169,"Wilmington, DE" +44,482,159,"Long Beach, CA",159,"Long Beach, CA" +44,483,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +44,484,257,"Houston, TX",257,"Houston, TX" +44,485,159,"Long Beach, CA",159,"Long Beach, CA" +44,486,162,"Oakland, CA",162,"Oakland, CA" +44,487,245,"Charleston, SC",245,"Charleston, SC" +44,488,162,"Oakland, CA",162,"Oakland, CA" +44,489,159,"Long Beach, CA",159,"Long Beach, CA" +44,490,198,"Baltimore, MD",198,"Baltimore, MD" +44,491,223,"New York, NY and NJ",223,"New York, NY and NJ" +45,154,159,"Long Beach, CA",159,"Long Beach, CA" +45,179,159,"Long Beach, CA",159,"Long Beach, CA" +45,180,162,"Oakland, CA",162,"Oakland, CA" +45,274,268,"Seattle, WA",268,"Seattle, WA" +45,275,217,"New York, NY and NJ",217,"New York, NY and NJ" +45,276,241,"Philadelphia, PA",241,"Philadelphia, PA" +45,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +45,278,229,"Wilmington, NC",229,"Wilmington, NC" +45,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +45,280,177,"Savannah, GA",177,"Savannah, GA" +45,281,152,"Mobile, AL",152,"Mobile, AL" +45,282,201,"Boston, MA",201,"Boston, MA" +45,283,245,"Charleston, SC",245,"Charleston, SC" +45,284,159,"Long Beach, CA",159,"Long Beach, CA" +45,285,198,"Baltimore, MD",198,"Baltimore, MD" +45,286,217,"New York, NY and NJ",217,"New York, NY and NJ" +45,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +45,288,268,"Seattle, WA",268,"Seattle, WA" +45,289,268,"Seattle, WA",268,"Seattle, WA" +45,290,172,"Port Everglades, FL",172,"Port Everglades, FL" +45,291,217,"New York, NY and NJ",217,"New York, NY and NJ" +45,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +45,293,208,"Pascagoula, MS",208,"Pascagoula, MS" +45,294,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +45,295,241,"Philadelphia, PA",241,"Philadelphia, PA" +45,296,269,"Longview, WA",269,"Longview, WA" +45,297,195,"New Orleans, LA",195,"New Orleans, LA" +45,298,241,"Philadelphia, PA",241,"Philadelphia, PA" +45,299,201,"Boston, MA",201,"Boston, MA" +45,300,198,"Baltimore, MD",198,"Baltimore, MD" +45,301,241,"Philadelphia, PA",241,"Philadelphia, PA" +45,302,229,"Wilmington, NC",229,"Wilmington, NC" +45,303,268,"Seattle, WA",268,"Seattle, WA" +45,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +45,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +45,306,201,"Boston, MA",201,"Boston, MA" +45,307,223,"New York, NY and NJ",223,"New York, NY and NJ" +45,308,159,"Long Beach, CA",159,"Long Beach, CA" +45,309,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +45,310,195,"New Orleans, LA",195,"New Orleans, LA" +45,311,169,"Wilmington, DE",169,"Wilmington, DE" +45,312,171,"Jacksonville, FL",171,"Jacksonville, FL" +45,313,197,"Portland, ME",197,"Portland, ME" +45,314,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +45,315,177,"Savannah, GA",177,"Savannah, GA" +45,316,162,"Oakland, CA",162,"Oakland, CA" +45,317,159,"Long Beach, CA",159,"Long Beach, CA" +45,318,159,"Long Beach, CA",159,"Long Beach, CA" +45,319,177,"Savannah, GA",177,"Savannah, GA" +45,320,244,"Providence, RI",244,"Providence, RI" +45,321,198,"Baltimore, MD",198,"Baltimore, MD" +45,322,269,"Longview, WA",269,"Longview, WA" +45,323,195,"New Orleans, LA",195,"New Orleans, LA" +45,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +45,325,245,"Charleston, SC",245,"Charleston, SC" +45,326,174,"Tampa, FL",174,"Tampa, FL" +45,327,241,"Philadelphia, PA",241,"Philadelphia, PA" +45,328,241,"Philadelphia, PA",241,"Philadelphia, PA" +45,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +45,330,198,"Baltimore, MD",198,"Baltimore, MD" +45,331,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +45,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +45,333,229,"Wilmington, NC",229,"Wilmington, NC" +45,334,177,"Savannah, GA",177,"Savannah, GA" +45,335,241,"Philadelphia, PA",241,"Philadelphia, PA" +45,336,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +45,337,245,"Charleston, SC",245,"Charleston, SC" +45,338,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +45,339,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +45,340,197,"Portland, ME",197,"Portland, ME" +45,341,253,"Beaumont, TX",253,"Beaumont, TX" +45,342,197,"Portland, ME",197,"Portland, ME" +45,343,159,"Long Beach, CA",159,"Long Beach, CA" +45,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +45,345,201,"Boston, MA",201,"Boston, MA" +45,346,172,"Port Everglades, FL",172,"Port Everglades, FL" +45,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +45,348,217,"New York, NY and NJ",217,"New York, NY and NJ" +45,349,197,"Portland, ME",197,"Portland, ME" +45,350,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +45,351,217,"New York, NY and NJ",217,"New York, NY and NJ" +45,352,197,"Portland, ME",197,"Portland, ME" +45,353,201,"Boston, MA",201,"Boston, MA" +45,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +45,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +45,356,195,"New Orleans, LA",195,"New Orleans, LA" +45,357,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +45,358,177,"Savannah, GA",177,"Savannah, GA" +45,359,177,"Savannah, GA",177,"Savannah, GA" +45,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +45,361,194,"Lake Charles, LA",194,"Lake Charles, LA" +45,362,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +45,363,194,"Lake Charles, LA",194,"Lake Charles, LA" +45,364,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +45,365,201,"Boston, MA",201,"Boston, MA" +45,366,159,"Long Beach, CA",159,"Long Beach, CA" +45,367,159,"Long Beach, CA",159,"Long Beach, CA" +45,368,239,"Portland, OR",239,"Portland, OR" +45,369,159,"Long Beach, CA",159,"Long Beach, CA" +45,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +45,371,159,"Long Beach, CA",159,"Long Beach, CA" +45,372,223,"New York, NY and NJ",223,"New York, NY and NJ" +45,373,177,"Savannah, GA",177,"Savannah, GA" +45,374,159,"Long Beach, CA",159,"Long Beach, CA" +45,375,159,"Long Beach, CA",159,"Long Beach, CA" +45,376,159,"Long Beach, CA",159,"Long Beach, CA" +45,377,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +45,378,195,"New Orleans, LA",195,"New Orleans, LA" +45,379,162,"Oakland, CA",162,"Oakland, CA" +45,380,239,"Portland, OR",239,"Portland, OR" +45,381,268,"Seattle, WA",268,"Seattle, WA" +45,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +45,383,162,"Oakland, CA",162,"Oakland, CA" +45,384,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +45,385,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +45,386,241,"Philadelphia, PA",241,"Philadelphia, PA" +45,387,241,"Philadelphia, PA",241,"Philadelphia, PA" +45,388,197,"Portland, ME",197,"Portland, ME" +45,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +45,390,217,"New York, NY and NJ",217,"New York, NY and NJ" +45,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +45,392,268,"Seattle, WA",268,"Seattle, WA" +45,393,239,"Portland, OR",239,"Portland, OR" +45,394,223,"New York, NY and NJ",223,"New York, NY and NJ" +45,395,201,"Boston, MA",201,"Boston, MA" +45,396,159,"Long Beach, CA",159,"Long Beach, CA" +45,397,198,"Baltimore, MD",198,"Baltimore, MD" +45,398,177,"Savannah, GA",177,"Savannah, GA" +45,399,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +45,400,268,"Seattle, WA",268,"Seattle, WA" +45,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +45,402,241,"Philadelphia, PA",241,"Philadelphia, PA" +45,403,268,"Seattle, WA",268,"Seattle, WA" +45,404,198,"Baltimore, MD",198,"Baltimore, MD" +45,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +45,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +45,407,223,"New York, NY and NJ",223,"New York, NY and NJ" +45,408,159,"Long Beach, CA",159,"Long Beach, CA" +45,409,169,"Wilmington, DE",169,"Wilmington, DE" +45,410,268,"Seattle, WA",268,"Seattle, WA" +45,411,159,"Long Beach, CA",159,"Long Beach, CA" +45,412,197,"Portland, ME",197,"Portland, ME" +45,413,162,"Oakland, CA",162,"Oakland, CA" +45,414,257,"Houston, TX",257,"Houston, TX" +45,415,201,"Boston, MA",201,"Boston, MA" +45,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +45,417,159,"Long Beach, CA",159,"Long Beach, CA" +45,418,159,"Long Beach, CA",159,"Long Beach, CA" +45,419,217,"New York, NY and NJ",217,"New York, NY and NJ" +45,420,159,"Long Beach, CA",159,"Long Beach, CA" +45,421,162,"Oakland, CA",162,"Oakland, CA" +45,422,159,"Long Beach, CA",159,"Long Beach, CA" +45,423,268,"Seattle, WA",268,"Seattle, WA" +45,424,195,"New Orleans, LA",195,"New Orleans, LA" +45,425,159,"Long Beach, CA",159,"Long Beach, CA" +45,426,177,"Savannah, GA",177,"Savannah, GA" +45,427,195,"New Orleans, LA",195,"New Orleans, LA" +45,428,159,"Long Beach, CA",159,"Long Beach, CA" +45,429,239,"Portland, OR",239,"Portland, OR" +45,430,244,"Providence, RI",244,"Providence, RI" +45,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +45,432,268,"Seattle, WA",268,"Seattle, WA" +45,433,171,"Jacksonville, FL",171,"Jacksonville, FL" +45,434,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +45,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +45,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +45,437,217,"New York, NY and NJ",217,"New York, NY and NJ" +45,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +45,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +45,440,245,"Charleston, SC",245,"Charleston, SC" +45,441,268,"Seattle, WA",268,"Seattle, WA" +45,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +45,443,198,"Baltimore, MD",198,"Baltimore, MD" +45,444,162,"Oakland, CA",162,"Oakland, CA" +45,445,217,"New York, NY and NJ",217,"New York, NY and NJ" +45,446,197,"Portland, ME",197,"Portland, ME" +45,447,245,"Charleston, SC",245,"Charleston, SC" +45,448,241,"Philadelphia, PA",241,"Philadelphia, PA" +45,449,159,"Long Beach, CA",159,"Long Beach, CA" +45,450,172,"Port Everglades, FL",172,"Port Everglades, FL" +45,451,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +45,452,197,"Portland, ME",197,"Portland, ME" +45,453,159,"Long Beach, CA",159,"Long Beach, CA" +45,454,197,"Portland, ME",197,"Portland, ME" +45,455,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +45,456,159,"Long Beach, CA",159,"Long Beach, CA" +45,457,217,"New York, NY and NJ",217,"New York, NY and NJ" +45,458,241,"Philadelphia, PA",241,"Philadelphia, PA" +45,459,239,"Portland, OR",239,"Portland, OR" +45,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +45,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +45,462,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +45,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +45,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +45,465,162,"Oakland, CA",162,"Oakland, CA" +45,466,159,"Long Beach, CA",159,"Long Beach, CA" +45,467,177,"Savannah, GA",177,"Savannah, GA" +45,468,268,"Seattle, WA",268,"Seattle, WA" +45,469,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +45,470,159,"Long Beach, CA",159,"Long Beach, CA" +45,471,241,"Philadelphia, PA",241,"Philadelphia, PA" +45,472,268,"Seattle, WA",268,"Seattle, WA" +45,473,239,"Portland, OR",239,"Portland, OR" +45,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +45,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +45,476,159,"Long Beach, CA",159,"Long Beach, CA" +45,477,159,"Long Beach, CA",159,"Long Beach, CA" +45,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +45,479,268,"Seattle, WA",268,"Seattle, WA" +45,480,217,"New York, NY and NJ",217,"New York, NY and NJ" +45,481,241,"Philadelphia, PA",241,"Philadelphia, PA" +45,482,159,"Long Beach, CA",159,"Long Beach, CA" +45,483,197,"Portland, ME",197,"Portland, ME" +45,484,253,"Beaumont, TX",253,"Beaumont, TX" +45,485,159,"Long Beach, CA",159,"Long Beach, CA" +45,486,268,"Seattle, WA",268,"Seattle, WA" +45,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +45,488,159,"Long Beach, CA",159,"Long Beach, CA" +45,489,239,"Portland, OR",239,"Portland, OR" +45,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +45,491,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +46,154,159,"Long Beach, CA",159,"Long Beach, CA" +46,179,159,"Long Beach, CA",159,"Long Beach, CA" +46,180,239,"Portland, OR",239,"Portland, OR" +46,274,268,"Seattle, WA",268,"Seattle, WA" +46,275,197,"Portland, ME",197,"Portland, ME" +46,276,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +46,277,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +46,278,201,"Boston, MA",201,"Boston, MA" +46,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +46,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +46,281,172,"Port Everglades, FL",172,"Port Everglades, FL" +46,282,198,"Baltimore, MD",198,"Baltimore, MD" +46,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +46,284,159,"Long Beach, CA",159,"Long Beach, CA" +46,285,244,"Providence, RI",244,"Providence, RI" +46,286,201,"Boston, MA",201,"Boston, MA" +46,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +46,288,159,"Long Beach, CA",159,"Long Beach, CA" +46,289,159,"Long Beach, CA",159,"Long Beach, CA" +46,290,229,"Wilmington, NC",229,"Wilmington, NC" +46,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +46,292,201,"Boston, MA",201,"Boston, MA" +46,293,195,"New Orleans, LA",195,"New Orleans, LA" +46,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +46,295,169,"Wilmington, DE",169,"Wilmington, DE" +46,296,268,"Seattle, WA",268,"Seattle, WA" +46,297,177,"Savannah, GA",177,"Savannah, GA" +46,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +46,299,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +46,300,245,"Charleston, SC",245,"Charleston, SC" +46,301,217,"New York, NY and NJ",217,"New York, NY and NJ" +46,302,245,"Charleston, SC",245,"Charleston, SC" +46,303,268,"Seattle, WA",268,"Seattle, WA" +46,304,217,"New York, NY and NJ",217,"New York, NY and NJ" +46,305,171,"Jacksonville, FL",171,"Jacksonville, FL" +46,306,245,"Charleston, SC",245,"Charleston, SC" +46,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +46,308,162,"Oakland, CA",162,"Oakland, CA" +46,309,223,"New York, NY and NJ",223,"New York, NY and NJ" +46,310,223,"New York, NY and NJ",223,"New York, NY and NJ" +46,311,201,"Boston, MA",201,"Boston, MA" +46,312,195,"New Orleans, LA",195,"New Orleans, LA" +46,313,197,"Portland, ME",197,"Portland, ME" +46,314,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +46,315,152,"Mobile, AL",152,"Mobile, AL" +46,316,239,"Portland, OR",239,"Portland, OR" +46,317,159,"Long Beach, CA",159,"Long Beach, CA" +46,318,269,"Longview, WA",269,"Longview, WA" +46,319,177,"Savannah, GA",177,"Savannah, GA" +46,320,198,"Baltimore, MD",198,"Baltimore, MD" +46,321,217,"New York, NY and NJ",217,"New York, NY and NJ" +46,322,159,"Long Beach, CA",159,"Long Beach, CA" +46,323,172,"Port Everglades, FL",172,"Port Everglades, FL" +46,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +46,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +46,326,171,"Jacksonville, FL",171,"Jacksonville, FL" +46,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +46,328,198,"Baltimore, MD",198,"Baltimore, MD" +46,329,217,"New York, NY and NJ",217,"New York, NY and NJ" +46,330,198,"Baltimore, MD",198,"Baltimore, MD" +46,331,198,"Baltimore, MD",198,"Baltimore, MD" +46,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +46,333,178,"Brunswick, GA",178,"Brunswick, GA" +46,334,195,"New Orleans, LA",195,"New Orleans, LA" +46,335,223,"New York, NY and NJ",223,"New York, NY and NJ" +46,336,172,"Port Everglades, FL",172,"Port Everglades, FL" +46,337,217,"New York, NY and NJ",217,"New York, NY and NJ" +46,338,223,"New York, NY and NJ",223,"New York, NY and NJ" +46,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +46,340,223,"New York, NY and NJ",223,"New York, NY and NJ" +46,341,195,"New Orleans, LA",195,"New Orleans, LA" +46,342,241,"Philadelphia, PA",241,"Philadelphia, PA" +46,343,159,"Long Beach, CA",159,"Long Beach, CA" +46,344,241,"Philadelphia, PA",241,"Philadelphia, PA" +46,345,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +46,346,172,"Port Everglades, FL",172,"Port Everglades, FL" +46,347,223,"New York, NY and NJ",223,"New York, NY and NJ" +46,348,241,"Philadelphia, PA",241,"Philadelphia, PA" +46,349,217,"New York, NY and NJ",217,"New York, NY and NJ" +46,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +46,351,241,"Philadelphia, PA",241,"Philadelphia, PA" +46,352,198,"Baltimore, MD",198,"Baltimore, MD" +46,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +46,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +46,355,177,"Savannah, GA",177,"Savannah, GA" +46,356,194,"Lake Charles, LA",194,"Lake Charles, LA" +46,357,245,"Charleston, SC",245,"Charleston, SC" +46,358,169,"Wilmington, DE",169,"Wilmington, DE" +46,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +46,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +46,361,257,"Houston, TX",257,"Houston, TX" +46,362,217,"New York, NY and NJ",217,"New York, NY and NJ" +46,363,152,"Mobile, AL",152,"Mobile, AL" +46,364,241,"Philadelphia, PA",241,"Philadelphia, PA" +46,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +46,366,159,"Long Beach, CA",159,"Long Beach, CA" +46,367,159,"Long Beach, CA",159,"Long Beach, CA" +46,368,159,"Long Beach, CA",159,"Long Beach, CA" +46,369,269,"Longview, WA",269,"Longview, WA" +46,370,201,"Boston, MA",201,"Boston, MA" +46,371,162,"Oakland, CA",162,"Oakland, CA" +46,372,169,"Wilmington, DE",169,"Wilmington, DE" +46,373,177,"Savannah, GA",177,"Savannah, GA" +46,374,159,"Long Beach, CA",159,"Long Beach, CA" +46,375,159,"Long Beach, CA",159,"Long Beach, CA" +46,376,159,"Long Beach, CA",159,"Long Beach, CA" +46,377,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +46,378,257,"Houston, TX",257,"Houston, TX" +46,379,159,"Long Beach, CA",159,"Long Beach, CA" +46,380,159,"Long Beach, CA",159,"Long Beach, CA" +46,381,239,"Portland, OR",239,"Portland, OR" +46,382,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +46,383,159,"Long Beach, CA",159,"Long Beach, CA" +46,384,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +46,385,241,"Philadelphia, PA",241,"Philadelphia, PA" +46,386,241,"Philadelphia, PA",241,"Philadelphia, PA" +46,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +46,388,241,"Philadelphia, PA",241,"Philadelphia, PA" +46,389,241,"Philadelphia, PA",241,"Philadelphia, PA" +46,390,244,"Providence, RI",244,"Providence, RI" +46,391,241,"Philadelphia, PA",241,"Philadelphia, PA" +46,392,239,"Portland, OR",239,"Portland, OR" +46,393,159,"Long Beach, CA",159,"Long Beach, CA" +46,394,201,"Boston, MA",201,"Boston, MA" +46,395,197,"Portland, ME",197,"Portland, ME" +46,396,159,"Long Beach, CA",159,"Long Beach, CA" +46,397,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +46,398,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +46,399,195,"New Orleans, LA",195,"New Orleans, LA" +46,400,159,"Long Beach, CA",159,"Long Beach, CA" +46,401,217,"New York, NY and NJ",217,"New York, NY and NJ" +46,402,241,"Philadelphia, PA",241,"Philadelphia, PA" +46,403,159,"Long Beach, CA",159,"Long Beach, CA" +46,404,197,"Portland, ME",197,"Portland, ME" +46,405,245,"Charleston, SC",245,"Charleston, SC" +46,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +46,407,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +46,408,268,"Seattle, WA",268,"Seattle, WA" +46,409,177,"Savannah, GA",177,"Savannah, GA" +46,410,159,"Long Beach, CA",159,"Long Beach, CA" +46,411,159,"Long Beach, CA",159,"Long Beach, CA" +46,412,197,"Portland, ME",197,"Portland, ME" +46,413,239,"Portland, OR",239,"Portland, OR" +46,414,172,"Port Everglades, FL",172,"Port Everglades, FL" +46,415,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +46,416,245,"Charleston, SC",245,"Charleston, SC" +46,417,268,"Seattle, WA",268,"Seattle, WA" +46,418,159,"Long Beach, CA",159,"Long Beach, CA" +46,419,244,"Providence, RI",244,"Providence, RI" +46,420,159,"Long Beach, CA",159,"Long Beach, CA" +46,421,268,"Seattle, WA",268,"Seattle, WA" +46,422,159,"Long Beach, CA",159,"Long Beach, CA" +46,423,268,"Seattle, WA",268,"Seattle, WA" +46,424,195,"New Orleans, LA",195,"New Orleans, LA" +46,425,162,"Oakland, CA",162,"Oakland, CA" +46,426,195,"New Orleans, LA",195,"New Orleans, LA" +46,427,195,"New Orleans, LA",195,"New Orleans, LA" +46,428,268,"Seattle, WA",268,"Seattle, WA" +46,429,162,"Oakland, CA",162,"Oakland, CA" +46,430,241,"Philadelphia, PA",241,"Philadelphia, PA" +46,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +46,432,159,"Long Beach, CA",159,"Long Beach, CA" +46,433,223,"New York, NY and NJ",223,"New York, NY and NJ" +46,434,197,"Portland, ME",197,"Portland, ME" +46,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +46,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +46,437,172,"Port Everglades, FL",172,"Port Everglades, FL" +46,438,245,"Charleston, SC",245,"Charleston, SC" +46,439,171,"Jacksonville, FL",171,"Jacksonville, FL" +46,440,177,"Savannah, GA",177,"Savannah, GA" +46,441,239,"Portland, OR",239,"Portland, OR" +46,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +46,443,223,"New York, NY and NJ",223,"New York, NY and NJ" +46,444,159,"Long Beach, CA",159,"Long Beach, CA" +46,445,198,"Baltimore, MD",198,"Baltimore, MD" +46,446,244,"Providence, RI",244,"Providence, RI" +46,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +46,448,201,"Boston, MA",201,"Boston, MA" +46,449,269,"Longview, WA",269,"Longview, WA" +46,450,178,"Brunswick, GA",178,"Brunswick, GA" +46,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +46,452,241,"Philadelphia, PA",241,"Philadelphia, PA" +46,453,268,"Seattle, WA",268,"Seattle, WA" +46,454,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +46,455,223,"New York, NY and NJ",223,"New York, NY and NJ" +46,456,159,"Long Beach, CA",159,"Long Beach, CA" +46,457,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +46,458,217,"New York, NY and NJ",217,"New York, NY and NJ" +46,459,159,"Long Beach, CA",159,"Long Beach, CA" +46,460,201,"Boston, MA",201,"Boston, MA" +46,461,245,"Charleston, SC",245,"Charleston, SC" +46,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +46,463,241,"Philadelphia, PA",241,"Philadelphia, PA" +46,464,197,"Portland, ME",197,"Portland, ME" +46,465,159,"Long Beach, CA",159,"Long Beach, CA" +46,466,162,"Oakland, CA",162,"Oakland, CA" +46,467,197,"Portland, ME",197,"Portland, ME" +46,468,162,"Oakland, CA",162,"Oakland, CA" +46,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +46,470,159,"Long Beach, CA",159,"Long Beach, CA" +46,471,198,"Baltimore, MD",198,"Baltimore, MD" +46,472,162,"Oakland, CA",162,"Oakland, CA" +46,473,159,"Long Beach, CA",159,"Long Beach, CA" +46,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +46,475,241,"Philadelphia, PA",241,"Philadelphia, PA" +46,476,162,"Oakland, CA",162,"Oakland, CA" +46,477,159,"Long Beach, CA",159,"Long Beach, CA" +46,478,245,"Charleston, SC",245,"Charleston, SC" +46,479,159,"Long Beach, CA",159,"Long Beach, CA" +46,480,197,"Portland, ME",197,"Portland, ME" +46,481,197,"Portland, ME",197,"Portland, ME" +46,482,268,"Seattle, WA",268,"Seattle, WA" +46,483,201,"Boston, MA",201,"Boston, MA" +46,484,172,"Port Everglades, FL",172,"Port Everglades, FL" +46,485,159,"Long Beach, CA",159,"Long Beach, CA" +46,486,159,"Long Beach, CA",159,"Long Beach, CA" +46,487,174,"Tampa, FL",174,"Tampa, FL" +46,488,159,"Long Beach, CA",159,"Long Beach, CA" +46,489,268,"Seattle, WA",268,"Seattle, WA" +46,490,198,"Baltimore, MD",198,"Baltimore, MD" +46,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +47,154,159,"Long Beach, CA",159,"Long Beach, CA" +47,179,159,"Long Beach, CA",159,"Long Beach, CA" +47,180,159,"Long Beach, CA",159,"Long Beach, CA" +47,274,239,"Portland, OR",239,"Portland, OR" +47,275,198,"Baltimore, MD",198,"Baltimore, MD" +47,276,198,"Baltimore, MD",198,"Baltimore, MD" +47,277,201,"Boston, MA",201,"Boston, MA" +47,278,223,"New York, NY and NJ",223,"New York, NY and NJ" +47,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +47,280,245,"Charleston, SC",245,"Charleston, SC" +47,281,174,"Tampa, FL",174,"Tampa, FL" +47,282,217,"New York, NY and NJ",217,"New York, NY and NJ" +47,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +47,284,239,"Portland, OR",239,"Portland, OR" +47,285,241,"Philadelphia, PA",241,"Philadelphia, PA" +47,286,198,"Baltimore, MD",198,"Baltimore, MD" +47,287,245,"Charleston, SC",245,"Charleston, SC" +47,288,159,"Long Beach, CA",159,"Long Beach, CA" +47,289,268,"Seattle, WA",268,"Seattle, WA" +47,290,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +47,291,241,"Philadelphia, PA",241,"Philadelphia, PA" +47,292,201,"Boston, MA",201,"Boston, MA" +47,293,152,"Mobile, AL",152,"Mobile, AL" +47,294,201,"Boston, MA",201,"Boston, MA" +47,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +47,296,162,"Oakland, CA",162,"Oakland, CA" +47,297,177,"Savannah, GA",177,"Savannah, GA" +47,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +47,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +47,300,177,"Savannah, GA",177,"Savannah, GA" +47,301,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +47,302,177,"Savannah, GA",177,"Savannah, GA" +47,303,159,"Long Beach, CA",159,"Long Beach, CA" +47,304,198,"Baltimore, MD",198,"Baltimore, MD" +47,305,198,"Baltimore, MD",198,"Baltimore, MD" +47,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +47,307,223,"New York, NY and NJ",223,"New York, NY and NJ" +47,308,162,"Oakland, CA",162,"Oakland, CA" +47,309,241,"Philadelphia, PA",241,"Philadelphia, PA" +47,310,223,"New York, NY and NJ",223,"New York, NY and NJ" +47,311,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +47,312,245,"Charleston, SC",245,"Charleston, SC" +47,313,241,"Philadelphia, PA",241,"Philadelphia, PA" +47,314,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +47,315,195,"New Orleans, LA",195,"New Orleans, LA" +47,316,159,"Long Beach, CA",159,"Long Beach, CA" +47,317,162,"Oakland, CA",162,"Oakland, CA" +47,318,268,"Seattle, WA",268,"Seattle, WA" +47,319,172,"Port Everglades, FL",172,"Port Everglades, FL" +47,320,244,"Providence, RI",244,"Providence, RI" +47,321,217,"New York, NY and NJ",217,"New York, NY and NJ" +47,322,159,"Long Beach, CA",159,"Long Beach, CA" +47,323,195,"New Orleans, LA",195,"New Orleans, LA" +47,324,198,"Baltimore, MD",198,"Baltimore, MD" +47,325,177,"Savannah, GA",177,"Savannah, GA" +47,326,177,"Savannah, GA",177,"Savannah, GA" +47,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +47,328,244,"Providence, RI",244,"Providence, RI" +47,329,177,"Savannah, GA",177,"Savannah, GA" +47,330,241,"Philadelphia, PA",241,"Philadelphia, PA" +47,331,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +47,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +47,333,177,"Savannah, GA",177,"Savannah, GA" +47,334,195,"New Orleans, LA",195,"New Orleans, LA" +47,335,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +47,336,195,"New Orleans, LA",195,"New Orleans, LA" +47,337,197,"Portland, ME",197,"Portland, ME" +47,338,223,"New York, NY and NJ",223,"New York, NY and NJ" +47,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +47,340,229,"Wilmington, NC",229,"Wilmington, NC" +47,341,174,"Tampa, FL",174,"Tampa, FL" +47,342,244,"Providence, RI",244,"Providence, RI" +47,343,268,"Seattle, WA",268,"Seattle, WA" +47,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +47,345,197,"Portland, ME",197,"Portland, ME" +47,346,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +47,347,198,"Baltimore, MD",198,"Baltimore, MD" +47,348,198,"Baltimore, MD",198,"Baltimore, MD" +47,349,241,"Philadelphia, PA",241,"Philadelphia, PA" +47,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +47,351,197,"Portland, ME",197,"Portland, ME" +47,352,198,"Baltimore, MD",198,"Baltimore, MD" +47,353,197,"Portland, ME",197,"Portland, ME" +47,354,241,"Philadelphia, PA",241,"Philadelphia, PA" +47,355,174,"Tampa, FL",174,"Tampa, FL" +47,356,177,"Savannah, GA",177,"Savannah, GA" +47,357,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +47,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +47,359,171,"Jacksonville, FL",171,"Jacksonville, FL" +47,360,171,"Jacksonville, FL",171,"Jacksonville, FL" +47,361,257,"Houston, TX",257,"Houston, TX" +47,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +47,363,195,"New Orleans, LA",195,"New Orleans, LA" +47,364,197,"Portland, ME",197,"Portland, ME" +47,365,241,"Philadelphia, PA",241,"Philadelphia, PA" +47,366,159,"Long Beach, CA",159,"Long Beach, CA" +47,367,162,"Oakland, CA",162,"Oakland, CA" +47,368,159,"Long Beach, CA",159,"Long Beach, CA" +47,369,162,"Oakland, CA",162,"Oakland, CA" +47,370,217,"New York, NY and NJ",217,"New York, NY and NJ" +47,371,269,"Longview, WA",269,"Longview, WA" +47,372,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +47,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +47,374,159,"Long Beach, CA",159,"Long Beach, CA" +47,375,159,"Long Beach, CA",159,"Long Beach, CA" +47,376,159,"Long Beach, CA",159,"Long Beach, CA" +47,377,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +47,378,174,"Tampa, FL",174,"Tampa, FL" +47,379,159,"Long Beach, CA",159,"Long Beach, CA" +47,380,162,"Oakland, CA",162,"Oakland, CA" +47,381,268,"Seattle, WA",268,"Seattle, WA" +47,382,197,"Portland, ME",197,"Portland, ME" +47,383,159,"Long Beach, CA",159,"Long Beach, CA" +47,384,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +47,385,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +47,386,223,"New York, NY and NJ",223,"New York, NY and NJ" +47,387,169,"Wilmington, DE",169,"Wilmington, DE" +47,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +47,389,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +47,390,217,"New York, NY and NJ",217,"New York, NY and NJ" +47,391,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +47,392,268,"Seattle, WA",268,"Seattle, WA" +47,393,159,"Long Beach, CA",159,"Long Beach, CA" +47,394,201,"Boston, MA",201,"Boston, MA" +47,395,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +47,396,159,"Long Beach, CA",159,"Long Beach, CA" +47,397,223,"New York, NY and NJ",223,"New York, NY and NJ" +47,398,201,"Boston, MA",201,"Boston, MA" +47,399,152,"Mobile, AL",152,"Mobile, AL" +47,400,159,"Long Beach, CA",159,"Long Beach, CA" +47,401,217,"New York, NY and NJ",217,"New York, NY and NJ" +47,402,201,"Boston, MA",201,"Boston, MA" +47,403,159,"Long Beach, CA",159,"Long Beach, CA" +47,404,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +47,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +47,406,244,"Providence, RI",244,"Providence, RI" +47,407,177,"Savannah, GA",177,"Savannah, GA" +47,408,159,"Long Beach, CA",159,"Long Beach, CA" +47,409,217,"New York, NY and NJ",217,"New York, NY and NJ" +47,410,159,"Long Beach, CA",159,"Long Beach, CA" +47,411,159,"Long Beach, CA",159,"Long Beach, CA" +47,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +47,413,162,"Oakland, CA",162,"Oakland, CA" +47,414,172,"Port Everglades, FL",172,"Port Everglades, FL" +47,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +47,416,223,"New York, NY and NJ",223,"New York, NY and NJ" +47,417,162,"Oakland, CA",162,"Oakland, CA" +47,418,159,"Long Beach, CA",159,"Long Beach, CA" +47,419,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +47,420,162,"Oakland, CA",162,"Oakland, CA" +47,421,159,"Long Beach, CA",159,"Long Beach, CA" +47,422,159,"Long Beach, CA",159,"Long Beach, CA" +47,423,162,"Oakland, CA",162,"Oakland, CA" +47,424,195,"New Orleans, LA",195,"New Orleans, LA" +47,425,268,"Seattle, WA",268,"Seattle, WA" +47,426,195,"New Orleans, LA",195,"New Orleans, LA" +47,427,172,"Port Everglades, FL",172,"Port Everglades, FL" +47,428,159,"Long Beach, CA",159,"Long Beach, CA" +47,429,159,"Long Beach, CA",159,"Long Beach, CA" +47,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +47,431,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +47,432,239,"Portland, OR",239,"Portland, OR" +47,433,223,"New York, NY and NJ",223,"New York, NY and NJ" +47,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +47,435,241,"Philadelphia, PA",241,"Philadelphia, PA" +47,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +47,437,172,"Port Everglades, FL",172,"Port Everglades, FL" +47,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +47,439,229,"Wilmington, NC",229,"Wilmington, NC" +47,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +47,441,159,"Long Beach, CA",159,"Long Beach, CA" +47,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +47,443,217,"New York, NY and NJ",217,"New York, NY and NJ" +47,444,269,"Longview, WA",269,"Longview, WA" +47,445,197,"Portland, ME",197,"Portland, ME" +47,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +47,447,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +47,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +47,449,159,"Long Beach, CA",159,"Long Beach, CA" +47,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +47,451,201,"Boston, MA",201,"Boston, MA" +47,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +47,453,268,"Seattle, WA",268,"Seattle, WA" +47,454,223,"New York, NY and NJ",223,"New York, NY and NJ" +47,455,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +47,456,268,"Seattle, WA",268,"Seattle, WA" +47,457,198,"Baltimore, MD",198,"Baltimore, MD" +47,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +47,459,162,"Oakland, CA",162,"Oakland, CA" +47,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +47,461,245,"Charleston, SC",245,"Charleston, SC" +47,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +47,463,217,"New York, NY and NJ",217,"New York, NY and NJ" +47,464,217,"New York, NY and NJ",217,"New York, NY and NJ" +47,465,159,"Long Beach, CA",159,"Long Beach, CA" +47,466,159,"Long Beach, CA",159,"Long Beach, CA" +47,467,198,"Baltimore, MD",198,"Baltimore, MD" +47,468,159,"Long Beach, CA",159,"Long Beach, CA" +47,469,197,"Portland, ME",197,"Portland, ME" +47,470,269,"Longview, WA",269,"Longview, WA" +47,471,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +47,472,162,"Oakland, CA",162,"Oakland, CA" +47,473,159,"Long Beach, CA",159,"Long Beach, CA" +47,474,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +47,475,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +47,476,159,"Long Beach, CA",159,"Long Beach, CA" +47,477,268,"Seattle, WA",268,"Seattle, WA" +47,478,177,"Savannah, GA",177,"Savannah, GA" +47,479,268,"Seattle, WA",268,"Seattle, WA" +47,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +47,481,201,"Boston, MA",201,"Boston, MA" +47,482,268,"Seattle, WA",268,"Seattle, WA" +47,483,198,"Baltimore, MD",198,"Baltimore, MD" +47,484,172,"Port Everglades, FL",172,"Port Everglades, FL" +47,485,159,"Long Beach, CA",159,"Long Beach, CA" +47,486,239,"Portland, OR",239,"Portland, OR" +47,487,245,"Charleston, SC",245,"Charleston, SC" +47,488,159,"Long Beach, CA",159,"Long Beach, CA" +47,489,239,"Portland, OR",239,"Portland, OR" +47,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +47,491,245,"Charleston, SC",245,"Charleston, SC" +48,154,162,"Oakland, CA",162,"Oakland, CA" +48,179,268,"Seattle, WA",268,"Seattle, WA" +48,180,162,"Oakland, CA",162,"Oakland, CA" +48,274,159,"Long Beach, CA",159,"Long Beach, CA" +48,275,197,"Portland, ME",197,"Portland, ME" +48,276,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +48,277,201,"Boston, MA",201,"Boston, MA" +48,278,245,"Charleston, SC",245,"Charleston, SC" +48,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +48,280,229,"Wilmington, NC",229,"Wilmington, NC" +48,281,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +48,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +48,283,178,"Brunswick, GA",178,"Brunswick, GA" +48,284,268,"Seattle, WA",268,"Seattle, WA" +48,285,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +48,286,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +48,287,171,"Jacksonville, FL",171,"Jacksonville, FL" +48,288,268,"Seattle, WA",268,"Seattle, WA" +48,289,159,"Long Beach, CA",159,"Long Beach, CA" +48,290,229,"Wilmington, NC",229,"Wilmington, NC" +48,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +48,292,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +48,293,152,"Mobile, AL",152,"Mobile, AL" +48,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +48,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +48,296,159,"Long Beach, CA",159,"Long Beach, CA" +48,297,208,"Pascagoula, MS",208,"Pascagoula, MS" +48,298,244,"Providence, RI",244,"Providence, RI" +48,299,229,"Wilmington, NC",229,"Wilmington, NC" +48,300,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +48,301,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +48,302,172,"Port Everglades, FL",172,"Port Everglades, FL" +48,303,268,"Seattle, WA",268,"Seattle, WA" +48,304,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +48,305,201,"Boston, MA",201,"Boston, MA" +48,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +48,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +48,308,159,"Long Beach, CA",159,"Long Beach, CA" +48,309,201,"Boston, MA",201,"Boston, MA" +48,310,201,"Boston, MA",201,"Boston, MA" +48,311,201,"Boston, MA",201,"Boston, MA" +48,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +48,313,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +48,314,223,"New York, NY and NJ",223,"New York, NY and NJ" +48,315,177,"Savannah, GA",177,"Savannah, GA" +48,316,159,"Long Beach, CA",159,"Long Beach, CA" +48,317,159,"Long Beach, CA",159,"Long Beach, CA" +48,318,159,"Long Beach, CA",159,"Long Beach, CA" +48,319,174,"Tampa, FL",174,"Tampa, FL" +48,320,244,"Providence, RI",244,"Providence, RI" +48,321,217,"New York, NY and NJ",217,"New York, NY and NJ" +48,322,162,"Oakland, CA",162,"Oakland, CA" +48,323,152,"Mobile, AL",152,"Mobile, AL" +48,324,198,"Baltimore, MD",198,"Baltimore, MD" +48,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +48,326,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +48,327,241,"Philadelphia, PA",241,"Philadelphia, PA" +48,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +48,329,217,"New York, NY and NJ",217,"New York, NY and NJ" +48,330,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +48,331,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +48,332,177,"Savannah, GA",177,"Savannah, GA" +48,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +48,334,208,"Pascagoula, MS",208,"Pascagoula, MS" +48,335,241,"Philadelphia, PA",241,"Philadelphia, PA" +48,336,177,"Savannah, GA",177,"Savannah, GA" +48,337,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +48,338,198,"Baltimore, MD",198,"Baltimore, MD" +48,339,197,"Portland, ME",197,"Portland, ME" +48,340,197,"Portland, ME",197,"Portland, ME" +48,341,253,"Beaumont, TX",253,"Beaumont, TX" +48,342,169,"Wilmington, DE",169,"Wilmington, DE" +48,343,268,"Seattle, WA",268,"Seattle, WA" +48,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +48,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +48,346,223,"New York, NY and NJ",223,"New York, NY and NJ" +48,347,169,"Wilmington, DE",169,"Wilmington, DE" +48,348,244,"Providence, RI",244,"Providence, RI" +48,349,217,"New York, NY and NJ",217,"New York, NY and NJ" +48,350,197,"Portland, ME",197,"Portland, ME" +48,351,223,"New York, NY and NJ",223,"New York, NY and NJ" +48,352,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +48,353,197,"Portland, ME",197,"Portland, ME" +48,354,197,"Portland, ME",197,"Portland, ME" +48,355,245,"Charleston, SC",245,"Charleston, SC" +48,356,195,"New Orleans, LA",195,"New Orleans, LA" +48,357,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +48,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +48,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +48,360,171,"Jacksonville, FL",171,"Jacksonville, FL" +48,361,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +48,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +48,363,195,"New Orleans, LA",195,"New Orleans, LA" +48,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +48,365,197,"Portland, ME",197,"Portland, ME" +48,366,268,"Seattle, WA",268,"Seattle, WA" +48,367,239,"Portland, OR",239,"Portland, OR" +48,368,159,"Long Beach, CA",159,"Long Beach, CA" +48,369,159,"Long Beach, CA",159,"Long Beach, CA" +48,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +48,371,162,"Oakland, CA",162,"Oakland, CA" +48,372,169,"Wilmington, DE",169,"Wilmington, DE" +48,373,177,"Savannah, GA",177,"Savannah, GA" +48,374,159,"Long Beach, CA",159,"Long Beach, CA" +48,375,159,"Long Beach, CA",159,"Long Beach, CA" +48,376,159,"Long Beach, CA",159,"Long Beach, CA" +48,377,223,"New York, NY and NJ",223,"New York, NY and NJ" +48,378,257,"Houston, TX",257,"Houston, TX" +48,379,159,"Long Beach, CA",159,"Long Beach, CA" +48,380,159,"Long Beach, CA",159,"Long Beach, CA" +48,381,268,"Seattle, WA",268,"Seattle, WA" +48,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +48,383,268,"Seattle, WA",268,"Seattle, WA" +48,384,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +48,385,198,"Baltimore, MD",198,"Baltimore, MD" +48,386,201,"Boston, MA",201,"Boston, MA" +48,387,197,"Portland, ME",197,"Portland, ME" +48,388,244,"Providence, RI",244,"Providence, RI" +48,389,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +48,390,244,"Providence, RI",244,"Providence, RI" +48,391,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +48,392,162,"Oakland, CA",162,"Oakland, CA" +48,393,239,"Portland, OR",239,"Portland, OR" +48,394,217,"New York, NY and NJ",217,"New York, NY and NJ" +48,395,198,"Baltimore, MD",198,"Baltimore, MD" +48,396,268,"Seattle, WA",268,"Seattle, WA" +48,397,223,"New York, NY and NJ",223,"New York, NY and NJ" +48,398,198,"Baltimore, MD",198,"Baltimore, MD" +48,399,159,"Long Beach, CA",159,"Long Beach, CA" +48,400,268,"Seattle, WA",268,"Seattle, WA" +48,401,241,"Philadelphia, PA",241,"Philadelphia, PA" +48,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +48,403,159,"Long Beach, CA",159,"Long Beach, CA" +48,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +48,405,172,"Port Everglades, FL",172,"Port Everglades, FL" +48,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +48,407,197,"Portland, ME",197,"Portland, ME" +48,408,159,"Long Beach, CA",159,"Long Beach, CA" +48,409,197,"Portland, ME",197,"Portland, ME" +48,410,159,"Long Beach, CA",159,"Long Beach, CA" +48,411,159,"Long Beach, CA",159,"Long Beach, CA" +48,412,217,"New York, NY and NJ",217,"New York, NY and NJ" +48,413,159,"Long Beach, CA",159,"Long Beach, CA" +48,414,195,"New Orleans, LA",195,"New Orleans, LA" +48,415,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +48,416,198,"Baltimore, MD",198,"Baltimore, MD" +48,417,159,"Long Beach, CA",159,"Long Beach, CA" +48,418,159,"Long Beach, CA",159,"Long Beach, CA" +48,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +48,420,268,"Seattle, WA",268,"Seattle, WA" +48,421,159,"Long Beach, CA",159,"Long Beach, CA" +48,422,239,"Portland, OR",239,"Portland, OR" +48,423,159,"Long Beach, CA",159,"Long Beach, CA" +48,424,172,"Port Everglades, FL",172,"Port Everglades, FL" +48,425,269,"Longview, WA",269,"Longview, WA" +48,426,195,"New Orleans, LA",195,"New Orleans, LA" +48,427,195,"New Orleans, LA",195,"New Orleans, LA" +48,428,159,"Long Beach, CA",159,"Long Beach, CA" +48,429,159,"Long Beach, CA",159,"Long Beach, CA" +48,430,197,"Portland, ME",197,"Portland, ME" +48,431,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +48,432,159,"Long Beach, CA",159,"Long Beach, CA" +48,433,198,"Baltimore, MD",198,"Baltimore, MD" +48,434,201,"Boston, MA",201,"Boston, MA" +48,435,201,"Boston, MA",201,"Boston, MA" +48,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +48,437,201,"Boston, MA",201,"Boston, MA" +48,438,174,"Tampa, FL",174,"Tampa, FL" +48,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +48,440,177,"Savannah, GA",177,"Savannah, GA" +48,441,239,"Portland, OR",239,"Portland, OR" +48,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +48,443,241,"Philadelphia, PA",241,"Philadelphia, PA" +48,444,159,"Long Beach, CA",159,"Long Beach, CA" +48,445,197,"Portland, ME",197,"Portland, ME" +48,446,198,"Baltimore, MD",198,"Baltimore, MD" +48,447,197,"Portland, ME",197,"Portland, ME" +48,448,198,"Baltimore, MD",198,"Baltimore, MD" +48,449,159,"Long Beach, CA",159,"Long Beach, CA" +48,450,177,"Savannah, GA",177,"Savannah, GA" +48,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +48,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +48,453,269,"Longview, WA",269,"Longview, WA" +48,454,197,"Portland, ME",197,"Portland, ME" +48,455,169,"Wilmington, DE",169,"Wilmington, DE" +48,456,159,"Long Beach, CA",159,"Long Beach, CA" +48,457,217,"New York, NY and NJ",217,"New York, NY and NJ" +48,458,201,"Boston, MA",201,"Boston, MA" +48,459,159,"Long Beach, CA",159,"Long Beach, CA" +48,460,217,"New York, NY and NJ",217,"New York, NY and NJ" +48,461,245,"Charleston, SC",245,"Charleston, SC" +48,462,197,"Portland, ME",197,"Portland, ME" +48,463,197,"Portland, ME",197,"Portland, ME" +48,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +48,465,268,"Seattle, WA",268,"Seattle, WA" +48,466,162,"Oakland, CA",162,"Oakland, CA" +48,467,217,"New York, NY and NJ",217,"New York, NY and NJ" +48,468,159,"Long Beach, CA",159,"Long Beach, CA" +48,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +48,470,159,"Long Beach, CA",159,"Long Beach, CA" +48,471,217,"New York, NY and NJ",217,"New York, NY and NJ" +48,472,239,"Portland, OR",239,"Portland, OR" +48,473,159,"Long Beach, CA",159,"Long Beach, CA" +48,474,174,"Tampa, FL",174,"Tampa, FL" +48,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +48,476,159,"Long Beach, CA",159,"Long Beach, CA" +48,477,159,"Long Beach, CA",159,"Long Beach, CA" +48,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +48,479,159,"Long Beach, CA",159,"Long Beach, CA" +48,480,244,"Providence, RI",244,"Providence, RI" +48,481,198,"Baltimore, MD",198,"Baltimore, MD" +48,482,159,"Long Beach, CA",159,"Long Beach, CA" +48,483,197,"Portland, ME",197,"Portland, ME" +48,484,253,"Beaumont, TX",253,"Beaumont, TX" +48,485,269,"Longview, WA",269,"Longview, WA" +48,486,159,"Long Beach, CA",159,"Long Beach, CA" +48,487,177,"Savannah, GA",177,"Savannah, GA" +48,488,159,"Long Beach, CA",159,"Long Beach, CA" +48,489,239,"Portland, OR",239,"Portland, OR" +48,490,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +48,491,245,"Charleston, SC",245,"Charleston, SC" +49,154,159,"Long Beach, CA",159,"Long Beach, CA" +49,179,159,"Long Beach, CA",159,"Long Beach, CA" +49,180,268,"Seattle, WA",268,"Seattle, WA" +49,274,162,"Oakland, CA",162,"Oakland, CA" +49,275,241,"Philadelphia, PA",241,"Philadelphia, PA" +49,276,201,"Boston, MA",201,"Boston, MA" +49,277,197,"Portland, ME",197,"Portland, ME" +49,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +49,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +49,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +49,281,195,"New Orleans, LA",195,"New Orleans, LA" +49,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +49,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +49,284,159,"Long Beach, CA",159,"Long Beach, CA" +49,285,197,"Portland, ME",197,"Portland, ME" +49,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +49,287,171,"Jacksonville, FL",171,"Jacksonville, FL" +49,288,268,"Seattle, WA",268,"Seattle, WA" +49,289,159,"Long Beach, CA",159,"Long Beach, CA" +49,290,178,"Brunswick, GA",178,"Brunswick, GA" +49,291,201,"Boston, MA",201,"Boston, MA" +49,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +49,293,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +49,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +49,295,223,"New York, NY and NJ",223,"New York, NY and NJ" +49,296,159,"Long Beach, CA",159,"Long Beach, CA" +49,297,172,"Port Everglades, FL",172,"Port Everglades, FL" +49,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +49,299,244,"Providence, RI",244,"Providence, RI" +49,300,172,"Port Everglades, FL",172,"Port Everglades, FL" +49,301,217,"New York, NY and NJ",217,"New York, NY and NJ" +49,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +49,303,268,"Seattle, WA",268,"Seattle, WA" +49,304,201,"Boston, MA",201,"Boston, MA" +49,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +49,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +49,307,197,"Portland, ME",197,"Portland, ME" +49,308,159,"Long Beach, CA",159,"Long Beach, CA" +49,309,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +49,310,195,"New Orleans, LA",195,"New Orleans, LA" +49,311,201,"Boston, MA",201,"Boston, MA" +49,312,195,"New Orleans, LA",195,"New Orleans, LA" +49,313,201,"Boston, MA",201,"Boston, MA" +49,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +49,315,174,"Tampa, FL",174,"Tampa, FL" +49,316,159,"Long Beach, CA",159,"Long Beach, CA" +49,317,162,"Oakland, CA",162,"Oakland, CA" +49,318,268,"Seattle, WA",268,"Seattle, WA" +49,319,177,"Savannah, GA",177,"Savannah, GA" +49,320,197,"Portland, ME",197,"Portland, ME" +49,321,169,"Wilmington, DE",169,"Wilmington, DE" +49,322,159,"Long Beach, CA",159,"Long Beach, CA" +49,323,177,"Savannah, GA",177,"Savannah, GA" +49,324,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +49,325,245,"Charleston, SC",245,"Charleston, SC" +49,326,178,"Brunswick, GA",178,"Brunswick, GA" +49,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +49,328,201,"Boston, MA",201,"Boston, MA" +49,329,201,"Boston, MA",201,"Boston, MA" +49,330,244,"Providence, RI",244,"Providence, RI" +49,331,245,"Charleston, SC",245,"Charleston, SC" +49,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +49,333,171,"Jacksonville, FL",171,"Jacksonville, FL" +49,334,245,"Charleston, SC",245,"Charleston, SC" +49,335,198,"Baltimore, MD",198,"Baltimore, MD" +49,336,152,"Mobile, AL",152,"Mobile, AL" +49,337,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +49,338,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +49,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +49,340,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +49,341,171,"Jacksonville, FL",171,"Jacksonville, FL" +49,342,241,"Philadelphia, PA",241,"Philadelphia, PA" +49,343,162,"Oakland, CA",162,"Oakland, CA" +49,344,244,"Providence, RI",244,"Providence, RI" +49,345,201,"Boston, MA",201,"Boston, MA" +49,346,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +49,347,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +49,348,223,"New York, NY and NJ",223,"New York, NY and NJ" +49,349,201,"Boston, MA",201,"Boston, MA" +49,350,197,"Portland, ME",197,"Portland, ME" +49,351,223,"New York, NY and NJ",223,"New York, NY and NJ" +49,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +49,353,244,"Providence, RI",244,"Providence, RI" +49,354,198,"Baltimore, MD",198,"Baltimore, MD" +49,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +49,356,195,"New Orleans, LA",195,"New Orleans, LA" +49,357,223,"New York, NY and NJ",223,"New York, NY and NJ" +49,358,241,"Philadelphia, PA",241,"Philadelphia, PA" +49,359,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +49,360,177,"Savannah, GA",177,"Savannah, GA" +49,361,257,"Houston, TX",257,"Houston, TX" +49,362,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +49,363,152,"Mobile, AL",152,"Mobile, AL" +49,364,198,"Baltimore, MD",198,"Baltimore, MD" +49,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +49,366,268,"Seattle, WA",268,"Seattle, WA" +49,367,162,"Oakland, CA",162,"Oakland, CA" +49,368,159,"Long Beach, CA",159,"Long Beach, CA" +49,369,268,"Seattle, WA",268,"Seattle, WA" +49,370,197,"Portland, ME",197,"Portland, ME" +49,371,268,"Seattle, WA",268,"Seattle, WA" +49,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +49,373,177,"Savannah, GA",177,"Savannah, GA" +49,374,159,"Long Beach, CA",159,"Long Beach, CA" +49,375,159,"Long Beach, CA",159,"Long Beach, CA" +49,376,159,"Long Beach, CA",159,"Long Beach, CA" +49,377,223,"New York, NY and NJ",223,"New York, NY and NJ" +49,378,195,"New Orleans, LA",195,"New Orleans, LA" +49,379,162,"Oakland, CA",162,"Oakland, CA" +49,380,162,"Oakland, CA",162,"Oakland, CA" +49,381,162,"Oakland, CA",162,"Oakland, CA" +49,382,244,"Providence, RI",244,"Providence, RI" +49,383,159,"Long Beach, CA",159,"Long Beach, CA" +49,384,223,"New York, NY and NJ",223,"New York, NY and NJ" +49,385,229,"Wilmington, NC",229,"Wilmington, NC" +49,386,198,"Baltimore, MD",198,"Baltimore, MD" +49,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +49,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +49,389,241,"Philadelphia, PA",241,"Philadelphia, PA" +49,390,245,"Charleston, SC",245,"Charleston, SC" +49,391,198,"Baltimore, MD",198,"Baltimore, MD" +49,392,159,"Long Beach, CA",159,"Long Beach, CA" +49,393,159,"Long Beach, CA",159,"Long Beach, CA" +49,394,198,"Baltimore, MD",198,"Baltimore, MD" +49,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +49,396,159,"Long Beach, CA",159,"Long Beach, CA" +49,397,244,"Providence, RI",244,"Providence, RI" +49,398,223,"New York, NY and NJ",223,"New York, NY and NJ" +49,399,195,"New Orleans, LA",195,"New Orleans, LA" +49,400,159,"Long Beach, CA",159,"Long Beach, CA" +49,401,198,"Baltimore, MD",198,"Baltimore, MD" +49,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +49,403,239,"Portland, OR",239,"Portland, OR" +49,404,217,"New York, NY and NJ",217,"New York, NY and NJ" +49,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +49,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +49,407,201,"Boston, MA",201,"Boston, MA" +49,408,159,"Long Beach, CA",159,"Long Beach, CA" +49,409,223,"New York, NY and NJ",223,"New York, NY and NJ" +49,410,159,"Long Beach, CA",159,"Long Beach, CA" +49,411,159,"Long Beach, CA",159,"Long Beach, CA" +49,412,201,"Boston, MA",201,"Boston, MA" +49,413,239,"Portland, OR",239,"Portland, OR" +49,414,152,"Mobile, AL",152,"Mobile, AL" +49,415,198,"Baltimore, MD",198,"Baltimore, MD" +49,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +49,417,268,"Seattle, WA",268,"Seattle, WA" +49,418,268,"Seattle, WA",268,"Seattle, WA" +49,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +49,420,159,"Long Beach, CA",159,"Long Beach, CA" +49,421,268,"Seattle, WA",268,"Seattle, WA" +49,422,159,"Long Beach, CA",159,"Long Beach, CA" +49,423,162,"Oakland, CA",162,"Oakland, CA" +49,424,152,"Mobile, AL",152,"Mobile, AL" +49,425,268,"Seattle, WA",268,"Seattle, WA" +49,426,152,"Mobile, AL",152,"Mobile, AL" +49,427,195,"New Orleans, LA",195,"New Orleans, LA" +49,428,159,"Long Beach, CA",159,"Long Beach, CA" +49,429,268,"Seattle, WA",268,"Seattle, WA" +49,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +49,431,169,"Wilmington, DE",169,"Wilmington, DE" +49,432,162,"Oakland, CA",162,"Oakland, CA" +49,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +49,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +49,435,217,"New York, NY and NJ",217,"New York, NY and NJ" +49,436,198,"Baltimore, MD",198,"Baltimore, MD" +49,437,217,"New York, NY and NJ",217,"New York, NY and NJ" +49,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +49,439,245,"Charleston, SC",245,"Charleston, SC" +49,440,177,"Savannah, GA",177,"Savannah, GA" +49,441,159,"Long Beach, CA",159,"Long Beach, CA" +49,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +49,443,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +49,444,162,"Oakland, CA",162,"Oakland, CA" +49,445,241,"Philadelphia, PA",241,"Philadelphia, PA" +49,446,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +49,447,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +49,448,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +49,449,159,"Long Beach, CA",159,"Long Beach, CA" +49,450,245,"Charleston, SC",245,"Charleston, SC" +49,451,201,"Boston, MA",201,"Boston, MA" +49,452,244,"Providence, RI",244,"Providence, RI" +49,453,159,"Long Beach, CA",159,"Long Beach, CA" +49,454,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +49,455,198,"Baltimore, MD",198,"Baltimore, MD" +49,456,159,"Long Beach, CA",159,"Long Beach, CA" +49,457,223,"New York, NY and NJ",223,"New York, NY and NJ" +49,458,201,"Boston, MA",201,"Boston, MA" +49,459,268,"Seattle, WA",268,"Seattle, WA" +49,460,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +49,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +49,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +49,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +49,464,197,"Portland, ME",197,"Portland, ME" +49,465,159,"Long Beach, CA",159,"Long Beach, CA" +49,466,159,"Long Beach, CA",159,"Long Beach, CA" +49,467,241,"Philadelphia, PA",241,"Philadelphia, PA" +49,468,268,"Seattle, WA",268,"Seattle, WA" +49,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +49,470,162,"Oakland, CA",162,"Oakland, CA" +49,471,223,"New York, NY and NJ",223,"New York, NY and NJ" +49,472,159,"Long Beach, CA",159,"Long Beach, CA" +49,473,162,"Oakland, CA",162,"Oakland, CA" +49,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +49,475,201,"Boston, MA",201,"Boston, MA" +49,476,268,"Seattle, WA",268,"Seattle, WA" +49,477,159,"Long Beach, CA",159,"Long Beach, CA" +49,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +49,479,159,"Long Beach, CA",159,"Long Beach, CA" +49,480,197,"Portland, ME",197,"Portland, ME" +49,481,223,"New York, NY and NJ",223,"New York, NY and NJ" +49,482,159,"Long Beach, CA",159,"Long Beach, CA" +49,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +49,484,172,"Port Everglades, FL",172,"Port Everglades, FL" +49,485,268,"Seattle, WA",268,"Seattle, WA" +49,486,162,"Oakland, CA",162,"Oakland, CA" +49,487,174,"Tampa, FL",174,"Tampa, FL" +49,488,159,"Long Beach, CA",159,"Long Beach, CA" +49,489,159,"Long Beach, CA",159,"Long Beach, CA" +49,490,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +49,491,201,"Boston, MA",201,"Boston, MA" +50,154,159,"Long Beach, CA",159,"Long Beach, CA" +50,179,268,"Seattle, WA",268,"Seattle, WA" +50,180,162,"Oakland, CA",162,"Oakland, CA" +50,274,159,"Long Beach, CA",159,"Long Beach, CA" +50,275,241,"Philadelphia, PA",241,"Philadelphia, PA" +50,276,201,"Boston, MA",201,"Boston, MA" +50,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +50,278,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +50,279,198,"Baltimore, MD",198,"Baltimore, MD" +50,280,171,"Jacksonville, FL",171,"Jacksonville, FL" +50,281,229,"Wilmington, NC",229,"Wilmington, NC" +50,282,244,"Providence, RI",244,"Providence, RI" +50,283,245,"Charleston, SC",245,"Charleston, SC" +50,284,268,"Seattle, WA",268,"Seattle, WA" +50,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +50,286,217,"New York, NY and NJ",217,"New York, NY and NJ" +50,287,245,"Charleston, SC",245,"Charleston, SC" +50,288,172,"Port Everglades, FL",172,"Port Everglades, FL" +50,289,159,"Long Beach, CA",159,"Long Beach, CA" +50,290,172,"Port Everglades, FL",172,"Port Everglades, FL" +50,291,241,"Philadelphia, PA",241,"Philadelphia, PA" +50,292,169,"Wilmington, DE",169,"Wilmington, DE" +50,293,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +50,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +50,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +50,296,268,"Seattle, WA",268,"Seattle, WA" +50,297,253,"Beaumont, TX",253,"Beaumont, TX" +50,298,197,"Portland, ME",197,"Portland, ME" +50,299,177,"Savannah, GA",177,"Savannah, GA" +50,300,245,"Charleston, SC",245,"Charleston, SC" +50,301,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +50,302,172,"Port Everglades, FL",172,"Port Everglades, FL" +50,303,162,"Oakland, CA",162,"Oakland, CA" +50,304,217,"New York, NY and NJ",217,"New York, NY and NJ" +50,305,177,"Savannah, GA",177,"Savannah, GA" +50,306,217,"New York, NY and NJ",217,"New York, NY and NJ" +50,307,198,"Baltimore, MD",198,"Baltimore, MD" +50,308,269,"Longview, WA",269,"Longview, WA" +50,309,241,"Philadelphia, PA",241,"Philadelphia, PA" +50,310,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +50,311,201,"Boston, MA",201,"Boston, MA" +50,312,171,"Jacksonville, FL",171,"Jacksonville, FL" +50,313,197,"Portland, ME",197,"Portland, ME" +50,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +50,315,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +50,316,239,"Portland, OR",239,"Portland, OR" +50,317,159,"Long Beach, CA",159,"Long Beach, CA" +50,318,268,"Seattle, WA",268,"Seattle, WA" +50,319,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +50,320,217,"New York, NY and NJ",217,"New York, NY and NJ" +50,321,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +50,322,159,"Long Beach, CA",159,"Long Beach, CA" +50,323,177,"Savannah, GA",177,"Savannah, GA" +50,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +50,325,174,"Tampa, FL",174,"Tampa, FL" +50,326,174,"Tampa, FL",174,"Tampa, FL" +50,327,241,"Philadelphia, PA",241,"Philadelphia, PA" +50,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +50,329,197,"Portland, ME",197,"Portland, ME" +50,330,198,"Baltimore, MD",198,"Baltimore, MD" +50,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +50,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +50,333,177,"Savannah, GA",177,"Savannah, GA" +50,334,172,"Port Everglades, FL",172,"Port Everglades, FL" +50,335,223,"New York, NY and NJ",223,"New York, NY and NJ" +50,336,208,"Pascagoula, MS",208,"Pascagoula, MS" +50,337,217,"New York, NY and NJ",217,"New York, NY and NJ" +50,338,198,"Baltimore, MD",198,"Baltimore, MD" +50,339,198,"Baltimore, MD",198,"Baltimore, MD" +50,340,244,"Providence, RI",244,"Providence, RI" +50,341,253,"Beaumont, TX",253,"Beaumont, TX" +50,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +50,343,159,"Long Beach, CA",159,"Long Beach, CA" +50,344,241,"Philadelphia, PA",241,"Philadelphia, PA" +50,345,169,"Wilmington, DE",169,"Wilmington, DE" +50,346,195,"New Orleans, LA",195,"New Orleans, LA" +50,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +50,348,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +50,349,198,"Baltimore, MD",198,"Baltimore, MD" +50,350,201,"Boston, MA",201,"Boston, MA" +50,351,198,"Baltimore, MD",198,"Baltimore, MD" +50,352,201,"Boston, MA",201,"Boston, MA" +50,353,198,"Baltimore, MD",198,"Baltimore, MD" +50,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +50,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +50,356,257,"Houston, TX",257,"Houston, TX" +50,357,223,"New York, NY and NJ",223,"New York, NY and NJ" +50,358,198,"Baltimore, MD",198,"Baltimore, MD" +50,359,177,"Savannah, GA",177,"Savannah, GA" +50,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +50,361,177,"Savannah, GA",177,"Savannah, GA" +50,362,197,"Portland, ME",197,"Portland, ME" +50,363,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +50,364,217,"New York, NY and NJ",217,"New York, NY and NJ" +50,365,217,"New York, NY and NJ",217,"New York, NY and NJ" +50,366,268,"Seattle, WA",268,"Seattle, WA" +50,367,159,"Long Beach, CA",159,"Long Beach, CA" +50,368,159,"Long Beach, CA",159,"Long Beach, CA" +50,369,162,"Oakland, CA",162,"Oakland, CA" +50,370,217,"New York, NY and NJ",217,"New York, NY and NJ" +50,371,162,"Oakland, CA",162,"Oakland, CA" +50,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +50,373,177,"Savannah, GA",177,"Savannah, GA" +50,374,269,"Longview, WA",269,"Longview, WA" +50,375,268,"Seattle, WA",268,"Seattle, WA" +50,376,268,"Seattle, WA",268,"Seattle, WA" +50,377,201,"Boston, MA",201,"Boston, MA" +50,378,195,"New Orleans, LA",195,"New Orleans, LA" +50,379,268,"Seattle, WA",268,"Seattle, WA" +50,380,239,"Portland, OR",239,"Portland, OR" +50,381,159,"Long Beach, CA",159,"Long Beach, CA" +50,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +50,383,159,"Long Beach, CA",159,"Long Beach, CA" +50,384,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +50,385,244,"Providence, RI",244,"Providence, RI" +50,386,197,"Portland, ME",197,"Portland, ME" +50,387,244,"Providence, RI",244,"Providence, RI" +50,388,244,"Providence, RI",244,"Providence, RI" +50,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +50,390,201,"Boston, MA",201,"Boston, MA" +50,391,241,"Philadelphia, PA",241,"Philadelphia, PA" +50,392,159,"Long Beach, CA",159,"Long Beach, CA" +50,393,268,"Seattle, WA",268,"Seattle, WA" +50,394,217,"New York, NY and NJ",217,"New York, NY and NJ" +50,395,241,"Philadelphia, PA",241,"Philadelphia, PA" +50,396,159,"Long Beach, CA",159,"Long Beach, CA" +50,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +50,398,244,"Providence, RI",244,"Providence, RI" +50,399,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +50,400,159,"Long Beach, CA",159,"Long Beach, CA" +50,401,217,"New York, NY and NJ",217,"New York, NY and NJ" +50,402,244,"Providence, RI",244,"Providence, RI" +50,403,159,"Long Beach, CA",159,"Long Beach, CA" +50,404,241,"Philadelphia, PA",241,"Philadelphia, PA" +50,405,172,"Port Everglades, FL",172,"Port Everglades, FL" +50,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +50,407,201,"Boston, MA",201,"Boston, MA" +50,408,159,"Long Beach, CA",159,"Long Beach, CA" +50,409,241,"Philadelphia, PA",241,"Philadelphia, PA" +50,410,269,"Longview, WA",269,"Longview, WA" +50,411,159,"Long Beach, CA",159,"Long Beach, CA" +50,412,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +50,413,159,"Long Beach, CA",159,"Long Beach, CA" +50,414,177,"Savannah, GA",177,"Savannah, GA" +50,415,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +50,416,201,"Boston, MA",201,"Boston, MA" +50,417,268,"Seattle, WA",268,"Seattle, WA" +50,418,159,"Long Beach, CA",159,"Long Beach, CA" +50,419,217,"New York, NY and NJ",217,"New York, NY and NJ" +50,420,159,"Long Beach, CA",159,"Long Beach, CA" +50,421,162,"Oakland, CA",162,"Oakland, CA" +50,422,162,"Oakland, CA",162,"Oakland, CA" +50,423,159,"Long Beach, CA",159,"Long Beach, CA" +50,424,195,"New Orleans, LA",195,"New Orleans, LA" +50,425,162,"Oakland, CA",162,"Oakland, CA" +50,426,245,"Charleston, SC",245,"Charleston, SC" +50,427,171,"Jacksonville, FL",171,"Jacksonville, FL" +50,428,159,"Long Beach, CA",159,"Long Beach, CA" +50,429,159,"Long Beach, CA",159,"Long Beach, CA" +50,430,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +50,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +50,432,269,"Longview, WA",269,"Longview, WA" +50,433,198,"Baltimore, MD",198,"Baltimore, MD" +50,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +50,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +50,436,229,"Wilmington, NC",229,"Wilmington, NC" +50,437,201,"Boston, MA",201,"Boston, MA" +50,438,245,"Charleston, SC",245,"Charleston, SC" +50,439,174,"Tampa, FL",174,"Tampa, FL" +50,440,229,"Wilmington, NC",229,"Wilmington, NC" +50,441,162,"Oakland, CA",162,"Oakland, CA" +50,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +50,443,201,"Boston, MA",201,"Boston, MA" +50,444,177,"Savannah, GA",177,"Savannah, GA" +50,445,217,"New York, NY and NJ",217,"New York, NY and NJ" +50,446,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +50,447,244,"Providence, RI",244,"Providence, RI" +50,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +50,449,159,"Long Beach, CA",159,"Long Beach, CA" +50,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +50,451,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +50,452,241,"Philadelphia, PA",241,"Philadelphia, PA" +50,453,159,"Long Beach, CA",159,"Long Beach, CA" +50,454,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +50,455,198,"Baltimore, MD",198,"Baltimore, MD" +50,456,268,"Seattle, WA",268,"Seattle, WA" +50,457,201,"Boston, MA",201,"Boston, MA" +50,458,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +50,459,239,"Portland, OR",239,"Portland, OR" +50,460,197,"Portland, ME",197,"Portland, ME" +50,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +50,462,198,"Baltimore, MD",198,"Baltimore, MD" +50,463,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +50,464,217,"New York, NY and NJ",217,"New York, NY and NJ" +50,465,159,"Long Beach, CA",159,"Long Beach, CA" +50,466,268,"Seattle, WA",268,"Seattle, WA" +50,467,241,"Philadelphia, PA",241,"Philadelphia, PA" +50,468,159,"Long Beach, CA",159,"Long Beach, CA" +50,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +50,470,159,"Long Beach, CA",159,"Long Beach, CA" +50,471,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +50,472,159,"Long Beach, CA",159,"Long Beach, CA" +50,473,159,"Long Beach, CA",159,"Long Beach, CA" +50,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +50,475,217,"New York, NY and NJ",217,"New York, NY and NJ" +50,476,162,"Oakland, CA",162,"Oakland, CA" +50,477,162,"Oakland, CA",162,"Oakland, CA" +50,478,177,"Savannah, GA",177,"Savannah, GA" +50,479,159,"Long Beach, CA",159,"Long Beach, CA" +50,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +50,481,244,"Providence, RI",244,"Providence, RI" +50,482,162,"Oakland, CA",162,"Oakland, CA" +50,483,241,"Philadelphia, PA",241,"Philadelphia, PA" +50,484,178,"Brunswick, GA",178,"Brunswick, GA" +50,485,268,"Seattle, WA",268,"Seattle, WA" +50,486,268,"Seattle, WA",268,"Seattle, WA" +50,487,174,"Tampa, FL",174,"Tampa, FL" +50,488,159,"Long Beach, CA",159,"Long Beach, CA" +50,489,269,"Longview, WA",269,"Longview, WA" +50,490,197,"Portland, ME",197,"Portland, ME" +50,491,198,"Baltimore, MD",198,"Baltimore, MD" +51,154,159,"Long Beach, CA",159,"Long Beach, CA" +51,179,159,"Long Beach, CA",159,"Long Beach, CA" +51,180,159,"Long Beach, CA",159,"Long Beach, CA" +51,274,159,"Long Beach, CA",159,"Long Beach, CA" +51,275,241,"Philadelphia, PA",241,"Philadelphia, PA" +51,276,197,"Portland, ME",197,"Portland, ME" +51,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +51,278,217,"New York, NY and NJ",217,"New York, NY and NJ" +51,279,245,"Charleston, SC",245,"Charleston, SC" +51,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +51,281,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +51,282,217,"New York, NY and NJ",217,"New York, NY and NJ" +51,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +51,284,268,"Seattle, WA",268,"Seattle, WA" +51,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +51,286,217,"New York, NY and NJ",217,"New York, NY and NJ" +51,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +51,288,162,"Oakland, CA",162,"Oakland, CA" +51,289,159,"Long Beach, CA",159,"Long Beach, CA" +51,290,172,"Port Everglades, FL",172,"Port Everglades, FL" +51,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +51,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +51,293,195,"New Orleans, LA",195,"New Orleans, LA" +51,294,198,"Baltimore, MD",198,"Baltimore, MD" +51,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +51,296,162,"Oakland, CA",162,"Oakland, CA" +51,297,152,"Mobile, AL",152,"Mobile, AL" +51,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +51,299,197,"Portland, ME",197,"Portland, ME" +51,300,177,"Savannah, GA",177,"Savannah, GA" +51,301,245,"Charleston, SC",245,"Charleston, SC" +51,302,177,"Savannah, GA",177,"Savannah, GA" +51,303,159,"Long Beach, CA",159,"Long Beach, CA" +51,304,217,"New York, NY and NJ",217,"New York, NY and NJ" +51,305,244,"Providence, RI",244,"Providence, RI" +51,306,241,"Philadelphia, PA",241,"Philadelphia, PA" +51,307,198,"Baltimore, MD",198,"Baltimore, MD" +51,308,162,"Oakland, CA",162,"Oakland, CA" +51,309,201,"Boston, MA",201,"Boston, MA" +51,310,223,"New York, NY and NJ",223,"New York, NY and NJ" +51,311,229,"Wilmington, NC",229,"Wilmington, NC" +51,312,177,"Savannah, GA",177,"Savannah, GA" +51,313,244,"Providence, RI",244,"Providence, RI" +51,314,201,"Boston, MA",201,"Boston, MA" +51,315,195,"New Orleans, LA",195,"New Orleans, LA" +51,316,159,"Long Beach, CA",159,"Long Beach, CA" +51,317,239,"Portland, OR",239,"Portland, OR" +51,318,268,"Seattle, WA",268,"Seattle, WA" +51,319,245,"Charleston, SC",245,"Charleston, SC" +51,320,198,"Baltimore, MD",198,"Baltimore, MD" +51,321,169,"Wilmington, DE",169,"Wilmington, DE" +51,322,159,"Long Beach, CA",159,"Long Beach, CA" +51,323,177,"Savannah, GA",177,"Savannah, GA" +51,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +51,325,171,"Jacksonville, FL",171,"Jacksonville, FL" +51,326,177,"Savannah, GA",177,"Savannah, GA" +51,327,198,"Baltimore, MD",198,"Baltimore, MD" +51,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +51,329,223,"New York, NY and NJ",223,"New York, NY and NJ" +51,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +51,331,241,"Philadelphia, PA",241,"Philadelphia, PA" +51,332,171,"Jacksonville, FL",171,"Jacksonville, FL" +51,333,245,"Charleston, SC",245,"Charleston, SC" +51,334,172,"Port Everglades, FL",172,"Port Everglades, FL" +51,335,241,"Philadelphia, PA",241,"Philadelphia, PA" +51,336,174,"Tampa, FL",174,"Tampa, FL" +51,337,223,"New York, NY and NJ",223,"New York, NY and NJ" +51,338,223,"New York, NY and NJ",223,"New York, NY and NJ" +51,339,198,"Baltimore, MD",198,"Baltimore, MD" +51,340,223,"New York, NY and NJ",223,"New York, NY and NJ" +51,341,172,"Port Everglades, FL",172,"Port Everglades, FL" +51,342,241,"Philadelphia, PA",241,"Philadelphia, PA" +51,343,268,"Seattle, WA",268,"Seattle, WA" +51,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +51,345,197,"Portland, ME",197,"Portland, ME" +51,346,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +51,347,198,"Baltimore, MD",198,"Baltimore, MD" +51,348,198,"Baltimore, MD",198,"Baltimore, MD" +51,349,169,"Wilmington, DE",169,"Wilmington, DE" +51,350,244,"Providence, RI",244,"Providence, RI" +51,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +51,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +51,353,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +51,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +51,355,177,"Savannah, GA",177,"Savannah, GA" +51,356,253,"Beaumont, TX",253,"Beaumont, TX" +51,357,198,"Baltimore, MD",198,"Baltimore, MD" +51,358,241,"Philadelphia, PA",241,"Philadelphia, PA" +51,359,177,"Savannah, GA",177,"Savannah, GA" +51,360,177,"Savannah, GA",177,"Savannah, GA" +51,361,257,"Houston, TX",257,"Houston, TX" +51,362,201,"Boston, MA",201,"Boston, MA" +51,363,152,"Mobile, AL",152,"Mobile, AL" +51,364,198,"Baltimore, MD",198,"Baltimore, MD" +51,365,197,"Portland, ME",197,"Portland, ME" +51,366,239,"Portland, OR",239,"Portland, OR" +51,367,268,"Seattle, WA",268,"Seattle, WA" +51,368,159,"Long Beach, CA",159,"Long Beach, CA" +51,369,159,"Long Beach, CA",159,"Long Beach, CA" +51,370,241,"Philadelphia, PA",241,"Philadelphia, PA" +51,371,159,"Long Beach, CA",159,"Long Beach, CA" +51,372,223,"New York, NY and NJ",223,"New York, NY and NJ" +51,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +51,374,159,"Long Beach, CA",159,"Long Beach, CA" +51,375,159,"Long Beach, CA",159,"Long Beach, CA" +51,376,162,"Oakland, CA",162,"Oakland, CA" +51,377,197,"Portland, ME",197,"Portland, ME" +51,378,152,"Mobile, AL",152,"Mobile, AL" +51,379,159,"Long Beach, CA",159,"Long Beach, CA" +51,380,239,"Portland, OR",239,"Portland, OR" +51,381,268,"Seattle, WA",268,"Seattle, WA" +51,382,241,"Philadelphia, PA",241,"Philadelphia, PA" +51,383,159,"Long Beach, CA",159,"Long Beach, CA" +51,384,201,"Boston, MA",201,"Boston, MA" +51,385,198,"Baltimore, MD",198,"Baltimore, MD" +51,386,241,"Philadelphia, PA",241,"Philadelphia, PA" +51,387,197,"Portland, ME",197,"Portland, ME" +51,388,244,"Providence, RI",244,"Providence, RI" +51,389,197,"Portland, ME",197,"Portland, ME" +51,390,198,"Baltimore, MD",198,"Baltimore, MD" +51,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +51,392,269,"Longview, WA",269,"Longview, WA" +51,393,162,"Oakland, CA",162,"Oakland, CA" +51,394,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +51,395,198,"Baltimore, MD",198,"Baltimore, MD" +51,396,268,"Seattle, WA",268,"Seattle, WA" +51,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +51,398,244,"Providence, RI",244,"Providence, RI" +51,399,257,"Houston, TX",257,"Houston, TX" +51,400,162,"Oakland, CA",162,"Oakland, CA" +51,401,201,"Boston, MA",201,"Boston, MA" +51,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +51,403,159,"Long Beach, CA",159,"Long Beach, CA" +51,404,244,"Providence, RI",244,"Providence, RI" +51,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +51,406,197,"Portland, ME",197,"Portland, ME" +51,407,169,"Wilmington, DE",169,"Wilmington, DE" +51,408,268,"Seattle, WA",268,"Seattle, WA" +51,409,197,"Portland, ME",197,"Portland, ME" +51,410,162,"Oakland, CA",162,"Oakland, CA" +51,411,268,"Seattle, WA",268,"Seattle, WA" +51,412,169,"Wilmington, DE",169,"Wilmington, DE" +51,413,159,"Long Beach, CA",159,"Long Beach, CA" +51,414,172,"Port Everglades, FL",172,"Port Everglades, FL" +51,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +51,416,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +51,417,159,"Long Beach, CA",159,"Long Beach, CA" +51,418,159,"Long Beach, CA",159,"Long Beach, CA" +51,419,241,"Philadelphia, PA",241,"Philadelphia, PA" +51,420,268,"Seattle, WA",268,"Seattle, WA" +51,421,239,"Portland, OR",239,"Portland, OR" +51,422,162,"Oakland, CA",162,"Oakland, CA" +51,423,268,"Seattle, WA",268,"Seattle, WA" +51,424,172,"Port Everglades, FL",172,"Port Everglades, FL" +51,425,269,"Longview, WA",269,"Longview, WA" +51,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +51,427,195,"New Orleans, LA",195,"New Orleans, LA" +51,428,159,"Long Beach, CA",159,"Long Beach, CA" +51,429,239,"Portland, OR",239,"Portland, OR" +51,430,198,"Baltimore, MD",198,"Baltimore, MD" +51,431,201,"Boston, MA",201,"Boston, MA" +51,432,159,"Long Beach, CA",159,"Long Beach, CA" +51,433,197,"Portland, ME",197,"Portland, ME" +51,434,197,"Portland, ME",197,"Portland, ME" +51,435,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +51,436,217,"New York, NY and NJ",217,"New York, NY and NJ" +51,437,223,"New York, NY and NJ",223,"New York, NY and NJ" +51,438,198,"Baltimore, MD",198,"Baltimore, MD" +51,439,177,"Savannah, GA",177,"Savannah, GA" +51,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +51,441,162,"Oakland, CA",162,"Oakland, CA" +51,442,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +51,443,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +51,444,159,"Long Beach, CA",159,"Long Beach, CA" +51,445,201,"Boston, MA",201,"Boston, MA" +51,446,217,"New York, NY and NJ",217,"New York, NY and NJ" +51,447,197,"Portland, ME",197,"Portland, ME" +51,448,198,"Baltimore, MD",198,"Baltimore, MD" +51,449,268,"Seattle, WA",268,"Seattle, WA" +51,450,177,"Savannah, GA",177,"Savannah, GA" +51,451,217,"New York, NY and NJ",217,"New York, NY and NJ" +51,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +51,453,159,"Long Beach, CA",159,"Long Beach, CA" +51,454,197,"Portland, ME",197,"Portland, ME" +51,455,197,"Portland, ME",197,"Portland, ME" +51,456,159,"Long Beach, CA",159,"Long Beach, CA" +51,457,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +51,458,197,"Portland, ME",197,"Portland, ME" +51,459,159,"Long Beach, CA",159,"Long Beach, CA" +51,460,241,"Philadelphia, PA",241,"Philadelphia, PA" +51,461,245,"Charleston, SC",245,"Charleston, SC" +51,462,223,"New York, NY and NJ",223,"New York, NY and NJ" +51,463,198,"Baltimore, MD",198,"Baltimore, MD" +51,464,197,"Portland, ME",197,"Portland, ME" +51,465,159,"Long Beach, CA",159,"Long Beach, CA" +51,466,162,"Oakland, CA",162,"Oakland, CA" +51,467,198,"Baltimore, MD",198,"Baltimore, MD" +51,468,268,"Seattle, WA",268,"Seattle, WA" +51,469,201,"Boston, MA",201,"Boston, MA" +51,470,162,"Oakland, CA",162,"Oakland, CA" +51,471,223,"New York, NY and NJ",223,"New York, NY and NJ" +51,472,162,"Oakland, CA",162,"Oakland, CA" +51,473,159,"Long Beach, CA",159,"Long Beach, CA" +51,474,177,"Savannah, GA",177,"Savannah, GA" +51,475,201,"Boston, MA",201,"Boston, MA" +51,476,159,"Long Beach, CA",159,"Long Beach, CA" +51,477,159,"Long Beach, CA",159,"Long Beach, CA" +51,478,177,"Savannah, GA",177,"Savannah, GA" +51,479,268,"Seattle, WA",268,"Seattle, WA" +51,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +51,481,197,"Portland, ME",197,"Portland, ME" +51,482,239,"Portland, OR",239,"Portland, OR" +51,483,223,"New York, NY and NJ",223,"New York, NY and NJ" +51,484,171,"Jacksonville, FL",171,"Jacksonville, FL" +51,485,159,"Long Beach, CA",159,"Long Beach, CA" +51,486,159,"Long Beach, CA",159,"Long Beach, CA" +51,487,245,"Charleston, SC",245,"Charleston, SC" +51,488,159,"Long Beach, CA",159,"Long Beach, CA" +51,489,268,"Seattle, WA",268,"Seattle, WA" +51,490,241,"Philadelphia, PA",241,"Philadelphia, PA" +51,491,223,"New York, NY and NJ",223,"New York, NY and NJ" +52,154,159,"Long Beach, CA",159,"Long Beach, CA" +52,179,159,"Long Beach, CA",159,"Long Beach, CA" +52,180,159,"Long Beach, CA",159,"Long Beach, CA" +52,274,159,"Long Beach, CA",159,"Long Beach, CA" +52,275,217,"New York, NY and NJ",217,"New York, NY and NJ" +52,276,198,"Baltimore, MD",198,"Baltimore, MD" +52,277,197,"Portland, ME",197,"Portland, ME" +52,278,245,"Charleston, SC",245,"Charleston, SC" +52,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +52,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +52,281,152,"Mobile, AL",152,"Mobile, AL" +52,282,244,"Providence, RI",244,"Providence, RI" +52,283,177,"Savannah, GA",177,"Savannah, GA" +52,284,162,"Oakland, CA",162,"Oakland, CA" +52,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +52,286,241,"Philadelphia, PA",241,"Philadelphia, PA" +52,287,177,"Savannah, GA",177,"Savannah, GA" +52,288,269,"Longview, WA",269,"Longview, WA" +52,289,159,"Long Beach, CA",159,"Long Beach, CA" +52,290,177,"Savannah, GA",177,"Savannah, GA" +52,291,217,"New York, NY and NJ",217,"New York, NY and NJ" +52,292,241,"Philadelphia, PA",241,"Philadelphia, PA" +52,293,195,"New Orleans, LA",195,"New Orleans, LA" +52,294,198,"Baltimore, MD",198,"Baltimore, MD" +52,295,241,"Philadelphia, PA",241,"Philadelphia, PA" +52,296,159,"Long Beach, CA",159,"Long Beach, CA" +52,297,195,"New Orleans, LA",195,"New Orleans, LA" +52,298,201,"Boston, MA",201,"Boston, MA" +52,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +52,300,172,"Port Everglades, FL",172,"Port Everglades, FL" +52,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +52,302,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +52,303,159,"Long Beach, CA",159,"Long Beach, CA" +52,304,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +52,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +52,306,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +52,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +52,308,159,"Long Beach, CA",159,"Long Beach, CA" +52,309,201,"Boston, MA",201,"Boston, MA" +52,310,159,"Long Beach, CA",159,"Long Beach, CA" +52,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +52,312,195,"New Orleans, LA",195,"New Orleans, LA" +52,313,197,"Portland, ME",197,"Portland, ME" +52,314,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +52,315,177,"Savannah, GA",177,"Savannah, GA" +52,316,159,"Long Beach, CA",159,"Long Beach, CA" +52,317,159,"Long Beach, CA",159,"Long Beach, CA" +52,318,159,"Long Beach, CA",159,"Long Beach, CA" +52,319,245,"Charleston, SC",245,"Charleston, SC" +52,320,244,"Providence, RI",244,"Providence, RI" +52,321,201,"Boston, MA",201,"Boston, MA" +52,322,159,"Long Beach, CA",159,"Long Beach, CA" +52,323,194,"Lake Charles, LA",194,"Lake Charles, LA" +52,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +52,325,174,"Tampa, FL",174,"Tampa, FL" +52,326,171,"Jacksonville, FL",171,"Jacksonville, FL" +52,327,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +52,328,241,"Philadelphia, PA",241,"Philadelphia, PA" +52,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +52,330,197,"Portland, ME",197,"Portland, ME" +52,331,201,"Boston, MA",201,"Boston, MA" +52,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +52,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +52,334,177,"Savannah, GA",177,"Savannah, GA" +52,335,241,"Philadelphia, PA",241,"Philadelphia, PA" +52,336,172,"Port Everglades, FL",172,"Port Everglades, FL" +52,337,223,"New York, NY and NJ",223,"New York, NY and NJ" +52,338,217,"New York, NY and NJ",217,"New York, NY and NJ" +52,339,197,"Portland, ME",197,"Portland, ME" +52,340,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +52,341,194,"Lake Charles, LA",194,"Lake Charles, LA" +52,342,197,"Portland, ME",197,"Portland, ME" +52,343,239,"Portland, OR",239,"Portland, OR" +52,344,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +52,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +52,346,241,"Philadelphia, PA",241,"Philadelphia, PA" +52,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +52,348,223,"New York, NY and NJ",223,"New York, NY and NJ" +52,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +52,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +52,351,201,"Boston, MA",201,"Boston, MA" +52,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +52,353,198,"Baltimore, MD",198,"Baltimore, MD" +52,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +52,355,177,"Savannah, GA",177,"Savannah, GA" +52,356,172,"Port Everglades, FL",172,"Port Everglades, FL" +52,357,223,"New York, NY and NJ",223,"New York, NY and NJ" +52,358,198,"Baltimore, MD",198,"Baltimore, MD" +52,359,198,"Baltimore, MD",198,"Baltimore, MD" +52,360,245,"Charleston, SC",245,"Charleston, SC" +52,361,177,"Savannah, GA",177,"Savannah, GA" +52,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +52,363,195,"New Orleans, LA",195,"New Orleans, LA" +52,364,217,"New York, NY and NJ",217,"New York, NY and NJ" +52,365,197,"Portland, ME",197,"Portland, ME" +52,366,159,"Long Beach, CA",159,"Long Beach, CA" +52,367,162,"Oakland, CA",162,"Oakland, CA" +52,368,268,"Seattle, WA",268,"Seattle, WA" +52,369,159,"Long Beach, CA",159,"Long Beach, CA" +52,370,197,"Portland, ME",197,"Portland, ME" +52,371,162,"Oakland, CA",162,"Oakland, CA" +52,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +52,373,177,"Savannah, GA",177,"Savannah, GA" +52,374,159,"Long Beach, CA",159,"Long Beach, CA" +52,375,159,"Long Beach, CA",159,"Long Beach, CA" +52,376,162,"Oakland, CA",162,"Oakland, CA" +52,377,241,"Philadelphia, PA",241,"Philadelphia, PA" +52,378,177,"Savannah, GA",177,"Savannah, GA" +52,379,159,"Long Beach, CA",159,"Long Beach, CA" +52,380,268,"Seattle, WA",268,"Seattle, WA" +52,381,268,"Seattle, WA",268,"Seattle, WA" +52,382,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +52,383,268,"Seattle, WA",268,"Seattle, WA" +52,384,198,"Baltimore, MD",198,"Baltimore, MD" +52,385,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +52,386,223,"New York, NY and NJ",223,"New York, NY and NJ" +52,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +52,388,169,"Wilmington, DE",169,"Wilmington, DE" +52,389,201,"Boston, MA",201,"Boston, MA" +52,390,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +52,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +52,392,268,"Seattle, WA",268,"Seattle, WA" +52,393,268,"Seattle, WA",268,"Seattle, WA" +52,394,198,"Baltimore, MD",198,"Baltimore, MD" +52,395,217,"New York, NY and NJ",217,"New York, NY and NJ" +52,396,269,"Longview, WA",269,"Longview, WA" +52,397,229,"Wilmington, NC",229,"Wilmington, NC" +52,398,217,"New York, NY and NJ",217,"New York, NY and NJ" +52,399,159,"Long Beach, CA",159,"Long Beach, CA" +52,400,239,"Portland, OR",239,"Portland, OR" +52,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +52,402,241,"Philadelphia, PA",241,"Philadelphia, PA" +52,403,239,"Portland, OR",239,"Portland, OR" +52,404,241,"Philadelphia, PA",241,"Philadelphia, PA" +52,405,177,"Savannah, GA",177,"Savannah, GA" +52,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +52,407,223,"New York, NY and NJ",223,"New York, NY and NJ" +52,408,159,"Long Beach, CA",159,"Long Beach, CA" +52,409,217,"New York, NY and NJ",217,"New York, NY and NJ" +52,410,159,"Long Beach, CA",159,"Long Beach, CA" +52,411,159,"Long Beach, CA",159,"Long Beach, CA" +52,412,217,"New York, NY and NJ",217,"New York, NY and NJ" +52,413,159,"Long Beach, CA",159,"Long Beach, CA" +52,414,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +52,415,217,"New York, NY and NJ",217,"New York, NY and NJ" +52,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +52,417,268,"Seattle, WA",268,"Seattle, WA" +52,418,159,"Long Beach, CA",159,"Long Beach, CA" +52,419,241,"Philadelphia, PA",241,"Philadelphia, PA" +52,420,162,"Oakland, CA",162,"Oakland, CA" +52,421,269,"Longview, WA",269,"Longview, WA" +52,422,162,"Oakland, CA",162,"Oakland, CA" +52,423,162,"Oakland, CA",162,"Oakland, CA" +52,424,177,"Savannah, GA",177,"Savannah, GA" +52,425,162,"Oakland, CA",162,"Oakland, CA" +52,426,195,"New Orleans, LA",195,"New Orleans, LA" +52,427,195,"New Orleans, LA",195,"New Orleans, LA" +52,428,159,"Long Beach, CA",159,"Long Beach, CA" +52,429,162,"Oakland, CA",162,"Oakland, CA" +52,430,198,"Baltimore, MD",198,"Baltimore, MD" +52,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +52,432,159,"Long Beach, CA",159,"Long Beach, CA" +52,433,223,"New York, NY and NJ",223,"New York, NY and NJ" +52,434,198,"Baltimore, MD",198,"Baltimore, MD" +52,435,241,"Philadelphia, PA",241,"Philadelphia, PA" +52,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +52,437,198,"Baltimore, MD",198,"Baltimore, MD" +52,438,178,"Brunswick, GA",178,"Brunswick, GA" +52,439,245,"Charleston, SC",245,"Charleston, SC" +52,440,177,"Savannah, GA",177,"Savannah, GA" +52,441,159,"Long Beach, CA",159,"Long Beach, CA" +52,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +52,443,198,"Baltimore, MD",198,"Baltimore, MD" +52,444,159,"Long Beach, CA",159,"Long Beach, CA" +52,445,198,"Baltimore, MD",198,"Baltimore, MD" +52,446,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +52,447,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +52,448,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +52,449,268,"Seattle, WA",268,"Seattle, WA" +52,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +52,451,201,"Boston, MA",201,"Boston, MA" +52,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +52,453,159,"Long Beach, CA",159,"Long Beach, CA" +52,454,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +52,455,201,"Boston, MA",201,"Boston, MA" +52,456,162,"Oakland, CA",162,"Oakland, CA" +52,457,223,"New York, NY and NJ",223,"New York, NY and NJ" +52,458,217,"New York, NY and NJ",217,"New York, NY and NJ" +52,459,159,"Long Beach, CA",159,"Long Beach, CA" +52,460,241,"Philadelphia, PA",241,"Philadelphia, PA" +52,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +52,462,201,"Boston, MA",201,"Boston, MA" +52,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +52,464,217,"New York, NY and NJ",217,"New York, NY and NJ" +52,465,268,"Seattle, WA",268,"Seattle, WA" +52,466,159,"Long Beach, CA",159,"Long Beach, CA" +52,467,223,"New York, NY and NJ",223,"New York, NY and NJ" +52,468,268,"Seattle, WA",268,"Seattle, WA" +52,469,201,"Boston, MA",201,"Boston, MA" +52,470,269,"Longview, WA",269,"Longview, WA" +52,471,198,"Baltimore, MD",198,"Baltimore, MD" +52,472,159,"Long Beach, CA",159,"Long Beach, CA" +52,473,159,"Long Beach, CA",159,"Long Beach, CA" +52,474,177,"Savannah, GA",177,"Savannah, GA" +52,475,201,"Boston, MA",201,"Boston, MA" +52,476,159,"Long Beach, CA",159,"Long Beach, CA" +52,477,159,"Long Beach, CA",159,"Long Beach, CA" +52,478,245,"Charleston, SC",245,"Charleston, SC" +52,479,159,"Long Beach, CA",159,"Long Beach, CA" +52,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +52,481,223,"New York, NY and NJ",223,"New York, NY and NJ" +52,482,159,"Long Beach, CA",159,"Long Beach, CA" +52,483,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +52,484,152,"Mobile, AL",152,"Mobile, AL" +52,485,268,"Seattle, WA",268,"Seattle, WA" +52,486,268,"Seattle, WA",268,"Seattle, WA" +52,487,245,"Charleston, SC",245,"Charleston, SC" +52,488,269,"Longview, WA",269,"Longview, WA" +52,489,269,"Longview, WA",269,"Longview, WA" +52,490,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +52,491,217,"New York, NY and NJ",217,"New York, NY and NJ" +53,154,159,"Long Beach, CA",159,"Long Beach, CA" +53,179,269,"Longview, WA",269,"Longview, WA" +53,180,159,"Long Beach, CA",159,"Long Beach, CA" +53,274,159,"Long Beach, CA",159,"Long Beach, CA" +53,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +53,276,198,"Baltimore, MD",198,"Baltimore, MD" +53,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +53,278,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +53,279,198,"Baltimore, MD",198,"Baltimore, MD" +53,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +53,281,245,"Charleston, SC",245,"Charleston, SC" +53,282,201,"Boston, MA",201,"Boston, MA" +53,283,178,"Brunswick, GA",178,"Brunswick, GA" +53,284,268,"Seattle, WA",268,"Seattle, WA" +53,285,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +53,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +53,287,174,"Tampa, FL",174,"Tampa, FL" +53,288,159,"Long Beach, CA",159,"Long Beach, CA" +53,289,239,"Portland, OR",239,"Portland, OR" +53,290,169,"Wilmington, DE",169,"Wilmington, DE" +53,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +53,292,169,"Wilmington, DE",169,"Wilmington, DE" +53,293,195,"New Orleans, LA",195,"New Orleans, LA" +53,294,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +53,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +53,296,239,"Portland, OR",239,"Portland, OR" +53,297,195,"New Orleans, LA",195,"New Orleans, LA" +53,298,197,"Portland, ME",197,"Portland, ME" +53,299,201,"Boston, MA",201,"Boston, MA" +53,300,152,"Mobile, AL",152,"Mobile, AL" +53,301,198,"Baltimore, MD",198,"Baltimore, MD" +53,302,177,"Savannah, GA",177,"Savannah, GA" +53,303,268,"Seattle, WA",268,"Seattle, WA" +53,304,201,"Boston, MA",201,"Boston, MA" +53,305,241,"Philadelphia, PA",241,"Philadelphia, PA" +53,306,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +53,307,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +53,308,159,"Long Beach, CA",159,"Long Beach, CA" +53,309,244,"Providence, RI",244,"Providence, RI" +53,310,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +53,311,217,"New York, NY and NJ",217,"New York, NY and NJ" +53,312,245,"Charleston, SC",245,"Charleston, SC" +53,313,223,"New York, NY and NJ",223,"New York, NY and NJ" +53,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +53,315,195,"New Orleans, LA",195,"New Orleans, LA" +53,316,268,"Seattle, WA",268,"Seattle, WA" +53,317,268,"Seattle, WA",268,"Seattle, WA" +53,318,159,"Long Beach, CA",159,"Long Beach, CA" +53,319,174,"Tampa, FL",174,"Tampa, FL" +53,320,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +53,321,217,"New York, NY and NJ",217,"New York, NY and NJ" +53,322,159,"Long Beach, CA",159,"Long Beach, CA" +53,323,172,"Port Everglades, FL",172,"Port Everglades, FL" +53,324,198,"Baltimore, MD",198,"Baltimore, MD" +53,325,245,"Charleston, SC",245,"Charleston, SC" +53,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +53,327,241,"Philadelphia, PA",241,"Philadelphia, PA" +53,328,198,"Baltimore, MD",198,"Baltimore, MD" +53,329,217,"New York, NY and NJ",217,"New York, NY and NJ" +53,330,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +53,331,223,"New York, NY and NJ",223,"New York, NY and NJ" +53,332,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +53,333,245,"Charleston, SC",245,"Charleston, SC" +53,334,195,"New Orleans, LA",195,"New Orleans, LA" +53,335,198,"Baltimore, MD",198,"Baltimore, MD" +53,336,208,"Pascagoula, MS",208,"Pascagoula, MS" +53,337,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +53,338,241,"Philadelphia, PA",241,"Philadelphia, PA" +53,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +53,340,198,"Baltimore, MD",198,"Baltimore, MD" +53,341,195,"New Orleans, LA",195,"New Orleans, LA" +53,342,198,"Baltimore, MD",198,"Baltimore, MD" +53,343,162,"Oakland, CA",162,"Oakland, CA" +53,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +53,345,217,"New York, NY and NJ",217,"New York, NY and NJ" +53,346,152,"Mobile, AL",152,"Mobile, AL" +53,347,223,"New York, NY and NJ",223,"New York, NY and NJ" +53,348,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +53,349,244,"Providence, RI",244,"Providence, RI" +53,350,244,"Providence, RI",244,"Providence, RI" +53,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +53,352,241,"Philadelphia, PA",241,"Philadelphia, PA" +53,353,198,"Baltimore, MD",198,"Baltimore, MD" +53,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +53,355,177,"Savannah, GA",177,"Savannah, GA" +53,356,195,"New Orleans, LA",195,"New Orleans, LA" +53,357,217,"New York, NY and NJ",217,"New York, NY and NJ" +53,358,241,"Philadelphia, PA",241,"Philadelphia, PA" +53,359,177,"Savannah, GA",177,"Savannah, GA" +53,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +53,361,195,"New Orleans, LA",195,"New Orleans, LA" +53,362,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +53,363,208,"Pascagoula, MS",208,"Pascagoula, MS" +53,364,169,"Wilmington, DE",169,"Wilmington, DE" +53,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +53,366,159,"Long Beach, CA",159,"Long Beach, CA" +53,367,268,"Seattle, WA",268,"Seattle, WA" +53,368,162,"Oakland, CA",162,"Oakland, CA" +53,369,159,"Long Beach, CA",159,"Long Beach, CA" +53,370,241,"Philadelphia, PA",241,"Philadelphia, PA" +53,371,268,"Seattle, WA",268,"Seattle, WA" +53,372,201,"Boston, MA",201,"Boston, MA" +53,373,177,"Savannah, GA",177,"Savannah, GA" +53,374,239,"Portland, OR",239,"Portland, OR" +53,375,268,"Seattle, WA",268,"Seattle, WA" +53,376,162,"Oakland, CA",162,"Oakland, CA" +53,377,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +53,378,174,"Tampa, FL",174,"Tampa, FL" +53,379,268,"Seattle, WA",268,"Seattle, WA" +53,380,268,"Seattle, WA",268,"Seattle, WA" +53,381,162,"Oakland, CA",162,"Oakland, CA" +53,382,197,"Portland, ME",197,"Portland, ME" +53,383,162,"Oakland, CA",162,"Oakland, CA" +53,384,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +53,385,245,"Charleston, SC",245,"Charleston, SC" +53,386,217,"New York, NY and NJ",217,"New York, NY and NJ" +53,387,197,"Portland, ME",197,"Portland, ME" +53,388,241,"Philadelphia, PA",241,"Philadelphia, PA" +53,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +53,390,197,"Portland, ME",197,"Portland, ME" +53,391,241,"Philadelphia, PA",241,"Philadelphia, PA" +53,392,162,"Oakland, CA",162,"Oakland, CA" +53,393,159,"Long Beach, CA",159,"Long Beach, CA" +53,394,223,"New York, NY and NJ",223,"New York, NY and NJ" +53,395,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +53,396,159,"Long Beach, CA",159,"Long Beach, CA" +53,397,241,"Philadelphia, PA",241,"Philadelphia, PA" +53,398,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +53,399,257,"Houston, TX",257,"Houston, TX" +53,400,159,"Long Beach, CA",159,"Long Beach, CA" +53,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +53,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +53,403,162,"Oakland, CA",162,"Oakland, CA" +53,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +53,405,174,"Tampa, FL",174,"Tampa, FL" +53,406,197,"Portland, ME",197,"Portland, ME" +53,407,223,"New York, NY and NJ",223,"New York, NY and NJ" +53,408,159,"Long Beach, CA",159,"Long Beach, CA" +53,409,177,"Savannah, GA",177,"Savannah, GA" +53,410,268,"Seattle, WA",268,"Seattle, WA" +53,411,268,"Seattle, WA",268,"Seattle, WA" +53,412,197,"Portland, ME",197,"Portland, ME" +53,413,159,"Long Beach, CA",159,"Long Beach, CA" +53,414,194,"Lake Charles, LA",194,"Lake Charles, LA" +53,415,198,"Baltimore, MD",198,"Baltimore, MD" +53,416,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +53,417,159,"Long Beach, CA",159,"Long Beach, CA" +53,418,268,"Seattle, WA",268,"Seattle, WA" +53,419,217,"New York, NY and NJ",217,"New York, NY and NJ" +53,420,162,"Oakland, CA",162,"Oakland, CA" +53,421,159,"Long Beach, CA",159,"Long Beach, CA" +53,422,159,"Long Beach, CA",159,"Long Beach, CA" +53,423,162,"Oakland, CA",162,"Oakland, CA" +53,424,172,"Port Everglades, FL",172,"Port Everglades, FL" +53,425,268,"Seattle, WA",268,"Seattle, WA" +53,426,245,"Charleston, SC",245,"Charleston, SC" +53,427,195,"New Orleans, LA",195,"New Orleans, LA" +53,428,268,"Seattle, WA",268,"Seattle, WA" +53,429,159,"Long Beach, CA",159,"Long Beach, CA" +53,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +53,431,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +53,432,268,"Seattle, WA",268,"Seattle, WA" +53,433,198,"Baltimore, MD",198,"Baltimore, MD" +53,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +53,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +53,436,197,"Portland, ME",197,"Portland, ME" +53,437,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +53,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +53,439,177,"Savannah, GA",177,"Savannah, GA" +53,440,174,"Tampa, FL",174,"Tampa, FL" +53,441,268,"Seattle, WA",268,"Seattle, WA" +53,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +53,443,223,"New York, NY and NJ",223,"New York, NY and NJ" +53,444,159,"Long Beach, CA",159,"Long Beach, CA" +53,445,198,"Baltimore, MD",198,"Baltimore, MD" +53,446,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +53,447,198,"Baltimore, MD",198,"Baltimore, MD" +53,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +53,449,159,"Long Beach, CA",159,"Long Beach, CA" +53,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +53,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +53,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +53,453,159,"Long Beach, CA",159,"Long Beach, CA" +53,454,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +53,455,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +53,456,159,"Long Beach, CA",159,"Long Beach, CA" +53,457,217,"New York, NY and NJ",217,"New York, NY and NJ" +53,458,201,"Boston, MA",201,"Boston, MA" +53,459,162,"Oakland, CA",162,"Oakland, CA" +53,460,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +53,461,177,"Savannah, GA",177,"Savannah, GA" +53,462,229,"Wilmington, NC",229,"Wilmington, NC" +53,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +53,464,197,"Portland, ME",197,"Portland, ME" +53,465,159,"Long Beach, CA",159,"Long Beach, CA" +53,466,268,"Seattle, WA",268,"Seattle, WA" +53,467,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +53,468,268,"Seattle, WA",268,"Seattle, WA" +53,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +53,470,159,"Long Beach, CA",159,"Long Beach, CA" +53,471,198,"Baltimore, MD",198,"Baltimore, MD" +53,472,159,"Long Beach, CA",159,"Long Beach, CA" +53,473,162,"Oakland, CA",162,"Oakland, CA" +53,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +53,475,197,"Portland, ME",197,"Portland, ME" +53,476,268,"Seattle, WA",268,"Seattle, WA" +53,477,268,"Seattle, WA",268,"Seattle, WA" +53,478,178,"Brunswick, GA",178,"Brunswick, GA" +53,479,268,"Seattle, WA",268,"Seattle, WA" +53,480,241,"Philadelphia, PA",241,"Philadelphia, PA" +53,481,241,"Philadelphia, PA",241,"Philadelphia, PA" +53,482,159,"Long Beach, CA",159,"Long Beach, CA" +53,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +53,484,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +53,485,159,"Long Beach, CA",159,"Long Beach, CA" +53,486,159,"Long Beach, CA",159,"Long Beach, CA" +53,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +53,488,268,"Seattle, WA",268,"Seattle, WA" +53,489,269,"Longview, WA",269,"Longview, WA" +53,490,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +53,491,198,"Baltimore, MD",198,"Baltimore, MD" +54,154,159,"Long Beach, CA",159,"Long Beach, CA" +54,179,159,"Long Beach, CA",159,"Long Beach, CA" +54,180,159,"Long Beach, CA",159,"Long Beach, CA" +54,274,159,"Long Beach, CA",159,"Long Beach, CA" +54,275,198,"Baltimore, MD",198,"Baltimore, MD" +54,276,197,"Portland, ME",197,"Portland, ME" +54,277,197,"Portland, ME",197,"Portland, ME" +54,278,197,"Portland, ME",197,"Portland, ME" +54,279,245,"Charleston, SC",245,"Charleston, SC" +54,280,245,"Charleston, SC",245,"Charleston, SC" +54,281,177,"Savannah, GA",177,"Savannah, GA" +54,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +54,283,245,"Charleston, SC",245,"Charleston, SC" +54,284,159,"Long Beach, CA",159,"Long Beach, CA" +54,285,201,"Boston, MA",201,"Boston, MA" +54,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +54,287,171,"Jacksonville, FL",171,"Jacksonville, FL" +54,288,162,"Oakland, CA",162,"Oakland, CA" +54,289,162,"Oakland, CA",162,"Oakland, CA" +54,290,198,"Baltimore, MD",198,"Baltimore, MD" +54,291,197,"Portland, ME",197,"Portland, ME" +54,292,169,"Wilmington, DE",169,"Wilmington, DE" +54,293,152,"Mobile, AL",152,"Mobile, AL" +54,294,201,"Boston, MA",201,"Boston, MA" +54,295,201,"Boston, MA",201,"Boston, MA" +54,296,159,"Long Beach, CA",159,"Long Beach, CA" +54,297,152,"Mobile, AL",152,"Mobile, AL" +54,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +54,299,201,"Boston, MA",201,"Boston, MA" +54,300,198,"Baltimore, MD",198,"Baltimore, MD" +54,301,198,"Baltimore, MD",198,"Baltimore, MD" +54,302,172,"Port Everglades, FL",172,"Port Everglades, FL" +54,303,268,"Seattle, WA",268,"Seattle, WA" +54,304,198,"Baltimore, MD",198,"Baltimore, MD" +54,305,241,"Philadelphia, PA",241,"Philadelphia, PA" +54,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +54,307,223,"New York, NY and NJ",223,"New York, NY and NJ" +54,308,159,"Long Beach, CA",159,"Long Beach, CA" +54,309,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +54,310,159,"Long Beach, CA",159,"Long Beach, CA" +54,311,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +54,312,171,"Jacksonville, FL",171,"Jacksonville, FL" +54,313,217,"New York, NY and NJ",217,"New York, NY and NJ" +54,314,223,"New York, NY and NJ",223,"New York, NY and NJ" +54,315,172,"Port Everglades, FL",172,"Port Everglades, FL" +54,316,159,"Long Beach, CA",159,"Long Beach, CA" +54,317,239,"Portland, OR",239,"Portland, OR" +54,318,162,"Oakland, CA",162,"Oakland, CA" +54,319,171,"Jacksonville, FL",171,"Jacksonville, FL" +54,320,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +54,321,201,"Boston, MA",201,"Boston, MA" +54,322,239,"Portland, OR",239,"Portland, OR" +54,323,171,"Jacksonville, FL",171,"Jacksonville, FL" +54,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +54,325,177,"Savannah, GA",177,"Savannah, GA" +54,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +54,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +54,328,201,"Boston, MA",201,"Boston, MA" +54,329,217,"New York, NY and NJ",217,"New York, NY and NJ" +54,330,217,"New York, NY and NJ",217,"New York, NY and NJ" +54,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +54,332,177,"Savannah, GA",177,"Savannah, GA" +54,333,177,"Savannah, GA",177,"Savannah, GA" +54,334,174,"Tampa, FL",174,"Tampa, FL" +54,335,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +54,336,195,"New Orleans, LA",195,"New Orleans, LA" +54,337,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +54,338,244,"Providence, RI",244,"Providence, RI" +54,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +54,340,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +54,341,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +54,342,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +54,343,159,"Long Beach, CA",159,"Long Beach, CA" +54,344,241,"Philadelphia, PA",241,"Philadelphia, PA" +54,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +54,346,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +54,347,223,"New York, NY and NJ",223,"New York, NY and NJ" +54,348,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +54,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +54,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +54,351,244,"Providence, RI",244,"Providence, RI" +54,352,201,"Boston, MA",201,"Boston, MA" +54,353,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +54,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +54,355,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +54,356,195,"New Orleans, LA",195,"New Orleans, LA" +54,357,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +54,358,223,"New York, NY and NJ",223,"New York, NY and NJ" +54,359,174,"Tampa, FL",174,"Tampa, FL" +54,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +54,361,195,"New Orleans, LA",195,"New Orleans, LA" +54,362,197,"Portland, ME",197,"Portland, ME" +54,363,172,"Port Everglades, FL",172,"Port Everglades, FL" +54,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +54,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +54,366,159,"Long Beach, CA",159,"Long Beach, CA" +54,367,159,"Long Beach, CA",159,"Long Beach, CA" +54,368,159,"Long Beach, CA",159,"Long Beach, CA" +54,369,162,"Oakland, CA",162,"Oakland, CA" +54,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +54,371,269,"Longview, WA",269,"Longview, WA" +54,372,241,"Philadelphia, PA",241,"Philadelphia, PA" +54,373,245,"Charleston, SC",245,"Charleston, SC" +54,374,268,"Seattle, WA",268,"Seattle, WA" +54,375,159,"Long Beach, CA",159,"Long Beach, CA" +54,376,162,"Oakland, CA",162,"Oakland, CA" +54,377,223,"New York, NY and NJ",223,"New York, NY and NJ" +54,378,194,"Lake Charles, LA",194,"Lake Charles, LA" +54,379,268,"Seattle, WA",268,"Seattle, WA" +54,380,268,"Seattle, WA",268,"Seattle, WA" +54,381,268,"Seattle, WA",268,"Seattle, WA" +54,382,244,"Providence, RI",244,"Providence, RI" +54,383,159,"Long Beach, CA",159,"Long Beach, CA" +54,384,217,"New York, NY and NJ",217,"New York, NY and NJ" +54,385,223,"New York, NY and NJ",223,"New York, NY and NJ" +54,386,241,"Philadelphia, PA",241,"Philadelphia, PA" +54,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +54,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +54,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +54,390,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +54,391,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +54,392,159,"Long Beach, CA",159,"Long Beach, CA" +54,393,268,"Seattle, WA",268,"Seattle, WA" +54,394,197,"Portland, ME",197,"Portland, ME" +54,395,201,"Boston, MA",201,"Boston, MA" +54,396,159,"Long Beach, CA",159,"Long Beach, CA" +54,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +54,398,198,"Baltimore, MD",198,"Baltimore, MD" +54,399,257,"Houston, TX",257,"Houston, TX" +54,400,269,"Longview, WA",269,"Longview, WA" +54,401,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +54,402,198,"Baltimore, MD",198,"Baltimore, MD" +54,403,159,"Long Beach, CA",159,"Long Beach, CA" +54,404,241,"Philadelphia, PA",241,"Philadelphia, PA" +54,405,174,"Tampa, FL",174,"Tampa, FL" +54,406,241,"Philadelphia, PA",241,"Philadelphia, PA" +54,407,241,"Philadelphia, PA",241,"Philadelphia, PA" +54,408,269,"Longview, WA",269,"Longview, WA" +54,409,241,"Philadelphia, PA",241,"Philadelphia, PA" +54,410,159,"Long Beach, CA",159,"Long Beach, CA" +54,411,239,"Portland, OR",239,"Portland, OR" +54,412,198,"Baltimore, MD",198,"Baltimore, MD" +54,413,268,"Seattle, WA",268,"Seattle, WA" +54,414,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +54,415,201,"Boston, MA",201,"Boston, MA" +54,416,169,"Wilmington, DE",169,"Wilmington, DE" +54,417,159,"Long Beach, CA",159,"Long Beach, CA" +54,418,159,"Long Beach, CA",159,"Long Beach, CA" +54,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +54,420,159,"Long Beach, CA",159,"Long Beach, CA" +54,421,159,"Long Beach, CA",159,"Long Beach, CA" +54,422,159,"Long Beach, CA",159,"Long Beach, CA" +54,423,159,"Long Beach, CA",159,"Long Beach, CA" +54,424,208,"Pascagoula, MS",208,"Pascagoula, MS" +54,425,159,"Long Beach, CA",159,"Long Beach, CA" +54,426,195,"New Orleans, LA",195,"New Orleans, LA" +54,427,195,"New Orleans, LA",195,"New Orleans, LA" +54,428,162,"Oakland, CA",162,"Oakland, CA" +54,429,159,"Long Beach, CA",159,"Long Beach, CA" +54,430,201,"Boston, MA",201,"Boston, MA" +54,431,197,"Portland, ME",197,"Portland, ME" +54,432,159,"Long Beach, CA",159,"Long Beach, CA" +54,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +54,434,241,"Philadelphia, PA",241,"Philadelphia, PA" +54,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +54,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +54,437,177,"Savannah, GA",177,"Savannah, GA" +54,438,177,"Savannah, GA",177,"Savannah, GA" +54,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +54,440,177,"Savannah, GA",177,"Savannah, GA" +54,441,159,"Long Beach, CA",159,"Long Beach, CA" +54,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +54,443,201,"Boston, MA",201,"Boston, MA" +54,444,159,"Long Beach, CA",159,"Long Beach, CA" +54,445,217,"New York, NY and NJ",217,"New York, NY and NJ" +54,446,198,"Baltimore, MD",198,"Baltimore, MD" +54,447,241,"Philadelphia, PA",241,"Philadelphia, PA" +54,448,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +54,449,159,"Long Beach, CA",159,"Long Beach, CA" +54,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +54,451,244,"Providence, RI",244,"Providence, RI" +54,452,198,"Baltimore, MD",198,"Baltimore, MD" +54,453,159,"Long Beach, CA",159,"Long Beach, CA" +54,454,217,"New York, NY and NJ",217,"New York, NY and NJ" +54,455,223,"New York, NY and NJ",223,"New York, NY and NJ" +54,456,268,"Seattle, WA",268,"Seattle, WA" +54,457,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +54,458,197,"Portland, ME",197,"Portland, ME" +54,459,159,"Long Beach, CA",159,"Long Beach, CA" +54,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +54,461,198,"Baltimore, MD",198,"Baltimore, MD" +54,462,223,"New York, NY and NJ",223,"New York, NY and NJ" +54,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +54,464,201,"Boston, MA",201,"Boston, MA" +54,465,268,"Seattle, WA",268,"Seattle, WA" +54,466,268,"Seattle, WA",268,"Seattle, WA" +54,467,223,"New York, NY and NJ",223,"New York, NY and NJ" +54,468,159,"Long Beach, CA",159,"Long Beach, CA" +54,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +54,470,159,"Long Beach, CA",159,"Long Beach, CA" +54,471,217,"New York, NY and NJ",217,"New York, NY and NJ" +54,472,159,"Long Beach, CA",159,"Long Beach, CA" +54,473,268,"Seattle, WA",268,"Seattle, WA" +54,474,174,"Tampa, FL",174,"Tampa, FL" +54,475,198,"Baltimore, MD",198,"Baltimore, MD" +54,476,268,"Seattle, WA",268,"Seattle, WA" +54,477,162,"Oakland, CA",162,"Oakland, CA" +54,478,174,"Tampa, FL",174,"Tampa, FL" +54,479,268,"Seattle, WA",268,"Seattle, WA" +54,480,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +54,481,244,"Providence, RI",244,"Providence, RI" +54,482,159,"Long Beach, CA",159,"Long Beach, CA" +54,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +54,484,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +54,485,159,"Long Beach, CA",159,"Long Beach, CA" +54,486,159,"Long Beach, CA",159,"Long Beach, CA" +54,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +54,488,159,"Long Beach, CA",159,"Long Beach, CA" +54,489,268,"Seattle, WA",268,"Seattle, WA" +54,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +54,491,198,"Baltimore, MD",198,"Baltimore, MD" +55,154,159,"Long Beach, CA",159,"Long Beach, CA" +55,179,159,"Long Beach, CA",159,"Long Beach, CA" +55,180,162,"Oakland, CA",162,"Oakland, CA" +55,274,159,"Long Beach, CA",159,"Long Beach, CA" +55,275,217,"New York, NY and NJ",217,"New York, NY and NJ" +55,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,277,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +55,278,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +55,280,241,"Philadelphia, PA",241,"Philadelphia, PA" +55,281,152,"Mobile, AL",152,"Mobile, AL" +55,282,197,"Portland, ME",197,"Portland, ME" +55,283,177,"Savannah, GA",177,"Savannah, GA" +55,284,159,"Long Beach, CA",159,"Long Beach, CA" +55,285,244,"Providence, RI",244,"Providence, RI" +55,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,287,245,"Charleston, SC",245,"Charleston, SC" +55,288,268,"Seattle, WA",268,"Seattle, WA" +55,289,268,"Seattle, WA",268,"Seattle, WA" +55,290,177,"Savannah, GA",177,"Savannah, GA" +55,291,197,"Portland, ME",197,"Portland, ME" +55,292,197,"Portland, ME",197,"Portland, ME" +55,293,195,"New Orleans, LA",195,"New Orleans, LA" +55,294,217,"New York, NY and NJ",217,"New York, NY and NJ" +55,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +55,296,159,"Long Beach, CA",159,"Long Beach, CA" +55,297,177,"Savannah, GA",177,"Savannah, GA" +55,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,300,195,"New Orleans, LA",195,"New Orleans, LA" +55,301,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +55,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +55,303,268,"Seattle, WA",268,"Seattle, WA" +55,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,306,241,"Philadelphia, PA",241,"Philadelphia, PA" +55,307,197,"Portland, ME",197,"Portland, ME" +55,308,159,"Long Beach, CA",159,"Long Beach, CA" +55,309,229,"Wilmington, NC",229,"Wilmington, NC" +55,310,195,"New Orleans, LA",195,"New Orleans, LA" +55,311,197,"Portland, ME",197,"Portland, ME" +55,312,174,"Tampa, FL",174,"Tampa, FL" +55,313,201,"Boston, MA",201,"Boston, MA" +55,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +55,315,177,"Savannah, GA",177,"Savannah, GA" +55,316,159,"Long Beach, CA",159,"Long Beach, CA" +55,317,159,"Long Beach, CA",159,"Long Beach, CA" +55,318,159,"Long Beach, CA",159,"Long Beach, CA" +55,319,245,"Charleston, SC",245,"Charleston, SC" +55,320,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,322,239,"Portland, OR",239,"Portland, OR" +55,323,195,"New Orleans, LA",195,"New Orleans, LA" +55,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,325,177,"Savannah, GA",177,"Savannah, GA" +55,326,245,"Charleston, SC",245,"Charleston, SC" +55,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,328,241,"Philadelphia, PA",241,"Philadelphia, PA" +55,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +55,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,331,201,"Boston, MA",201,"Boston, MA" +55,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +55,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +55,334,195,"New Orleans, LA",195,"New Orleans, LA" +55,335,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,336,195,"New Orleans, LA",195,"New Orleans, LA" +55,337,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +55,338,241,"Philadelphia, PA",241,"Philadelphia, PA" +55,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,340,201,"Boston, MA",201,"Boston, MA" +55,341,171,"Jacksonville, FL",171,"Jacksonville, FL" +55,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +55,343,162,"Oakland, CA",162,"Oakland, CA" +55,344,201,"Boston, MA",201,"Boston, MA" +55,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,346,241,"Philadelphia, PA",241,"Philadelphia, PA" +55,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +55,348,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,349,201,"Boston, MA",201,"Boston, MA" +55,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +55,352,198,"Baltimore, MD",198,"Baltimore, MD" +55,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,355,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +55,356,253,"Beaumont, TX",253,"Beaumont, TX" +55,357,217,"New York, NY and NJ",217,"New York, NY and NJ" +55,358,217,"New York, NY and NJ",217,"New York, NY and NJ" +55,359,245,"Charleston, SC",245,"Charleston, SC" +55,360,178,"Brunswick, GA",178,"Brunswick, GA" +55,361,174,"Tampa, FL",174,"Tampa, FL" +55,362,197,"Portland, ME",197,"Portland, ME" +55,363,253,"Beaumont, TX",253,"Beaumont, TX" +55,364,201,"Boston, MA",201,"Boston, MA" +55,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,366,159,"Long Beach, CA",159,"Long Beach, CA" +55,367,159,"Long Beach, CA",159,"Long Beach, CA" +55,368,159,"Long Beach, CA",159,"Long Beach, CA" +55,369,159,"Long Beach, CA",159,"Long Beach, CA" +55,370,169,"Wilmington, DE",169,"Wilmington, DE" +55,371,268,"Seattle, WA",268,"Seattle, WA" +55,372,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,373,177,"Savannah, GA",177,"Savannah, GA" +55,374,159,"Long Beach, CA",159,"Long Beach, CA" +55,375,268,"Seattle, WA",268,"Seattle, WA" +55,376,159,"Long Beach, CA",159,"Long Beach, CA" +55,377,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,378,172,"Port Everglades, FL",172,"Port Everglades, FL" +55,379,268,"Seattle, WA",268,"Seattle, WA" +55,380,239,"Portland, OR",239,"Portland, OR" +55,381,159,"Long Beach, CA",159,"Long Beach, CA" +55,382,197,"Portland, ME",197,"Portland, ME" +55,383,239,"Portland, OR",239,"Portland, OR" +55,384,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +55,385,241,"Philadelphia, PA",241,"Philadelphia, PA" +55,386,217,"New York, NY and NJ",217,"New York, NY and NJ" +55,387,197,"Portland, ME",197,"Portland, ME" +55,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,390,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,391,217,"New York, NY and NJ",217,"New York, NY and NJ" +55,392,159,"Long Beach, CA",159,"Long Beach, CA" +55,393,159,"Long Beach, CA",159,"Long Beach, CA" +55,394,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +55,395,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +55,396,162,"Oakland, CA",162,"Oakland, CA" +55,397,201,"Boston, MA",201,"Boston, MA" +55,398,229,"Wilmington, NC",229,"Wilmington, NC" +55,399,253,"Beaumont, TX",253,"Beaumont, TX" +55,400,268,"Seattle, WA",268,"Seattle, WA" +55,401,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +55,402,244,"Providence, RI",244,"Providence, RI" +55,403,268,"Seattle, WA",268,"Seattle, WA" +55,404,197,"Portland, ME",197,"Portland, ME" +55,405,198,"Baltimore, MD",198,"Baltimore, MD" +55,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +55,407,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,408,268,"Seattle, WA",268,"Seattle, WA" +55,409,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,410,159,"Long Beach, CA",159,"Long Beach, CA" +55,411,268,"Seattle, WA",268,"Seattle, WA" +55,412,217,"New York, NY and NJ",217,"New York, NY and NJ" +55,413,268,"Seattle, WA",268,"Seattle, WA" +55,414,172,"Port Everglades, FL",172,"Port Everglades, FL" +55,415,197,"Portland, ME",197,"Portland, ME" +55,416,197,"Portland, ME",197,"Portland, ME" +55,417,159,"Long Beach, CA",159,"Long Beach, CA" +55,418,159,"Long Beach, CA",159,"Long Beach, CA" +55,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,420,268,"Seattle, WA",268,"Seattle, WA" +55,421,162,"Oakland, CA",162,"Oakland, CA" +55,422,159,"Long Beach, CA",159,"Long Beach, CA" +55,423,159,"Long Beach, CA",159,"Long Beach, CA" +55,424,195,"New Orleans, LA",195,"New Orleans, LA" +55,425,159,"Long Beach, CA",159,"Long Beach, CA" +55,426,177,"Savannah, GA",177,"Savannah, GA" +55,427,171,"Jacksonville, FL",171,"Jacksonville, FL" +55,428,159,"Long Beach, CA",159,"Long Beach, CA" +55,429,162,"Oakland, CA",162,"Oakland, CA" +55,430,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +55,431,244,"Providence, RI",244,"Providence, RI" +55,432,159,"Long Beach, CA",159,"Long Beach, CA" +55,433,198,"Baltimore, MD",198,"Baltimore, MD" +55,434,198,"Baltimore, MD",198,"Baltimore, MD" +55,435,198,"Baltimore, MD",198,"Baltimore, MD" +55,436,197,"Portland, ME",197,"Portland, ME" +55,437,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,438,245,"Charleston, SC",245,"Charleston, SC" +55,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +55,440,177,"Savannah, GA",177,"Savannah, GA" +55,441,162,"Oakland, CA",162,"Oakland, CA" +55,442,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +55,443,217,"New York, NY and NJ",217,"New York, NY and NJ" +55,444,162,"Oakland, CA",162,"Oakland, CA" +55,445,217,"New York, NY and NJ",217,"New York, NY and NJ" +55,446,244,"Providence, RI",244,"Providence, RI" +55,447,198,"Baltimore, MD",198,"Baltimore, MD" +55,448,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +55,449,159,"Long Beach, CA",159,"Long Beach, CA" +55,450,169,"Wilmington, DE",169,"Wilmington, DE" +55,451,217,"New York, NY and NJ",217,"New York, NY and NJ" +55,452,244,"Providence, RI",244,"Providence, RI" +55,453,268,"Seattle, WA",268,"Seattle, WA" +55,454,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,455,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +55,456,268,"Seattle, WA",268,"Seattle, WA" +55,457,198,"Baltimore, MD",198,"Baltimore, MD" +55,458,197,"Portland, ME",197,"Portland, ME" +55,459,239,"Portland, OR",239,"Portland, OR" +55,460,198,"Baltimore, MD",198,"Baltimore, MD" +55,461,171,"Jacksonville, FL",171,"Jacksonville, FL" +55,462,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,463,241,"Philadelphia, PA",241,"Philadelphia, PA" +55,464,169,"Wilmington, DE",169,"Wilmington, DE" +55,465,159,"Long Beach, CA",159,"Long Beach, CA" +55,466,159,"Long Beach, CA",159,"Long Beach, CA" +55,467,217,"New York, NY and NJ",217,"New York, NY and NJ" +55,468,159,"Long Beach, CA",159,"Long Beach, CA" +55,469,241,"Philadelphia, PA",241,"Philadelphia, PA" +55,470,268,"Seattle, WA",268,"Seattle, WA" +55,471,198,"Baltimore, MD",198,"Baltimore, MD" +55,472,268,"Seattle, WA",268,"Seattle, WA" +55,473,159,"Long Beach, CA",159,"Long Beach, CA" +55,474,177,"Savannah, GA",177,"Savannah, GA" +55,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,476,159,"Long Beach, CA",159,"Long Beach, CA" +55,477,159,"Long Beach, CA",159,"Long Beach, CA" +55,478,171,"Jacksonville, FL",171,"Jacksonville, FL" +55,479,159,"Long Beach, CA",159,"Long Beach, CA" +55,480,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +55,481,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,482,159,"Long Beach, CA",159,"Long Beach, CA" +55,483,241,"Philadelphia, PA",241,"Philadelphia, PA" +55,484,245,"Charleston, SC",245,"Charleston, SC" +55,485,159,"Long Beach, CA",159,"Long Beach, CA" +55,486,159,"Long Beach, CA",159,"Long Beach, CA" +55,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +55,488,159,"Long Beach, CA",159,"Long Beach, CA" +55,489,268,"Seattle, WA",268,"Seattle, WA" +55,490,223,"New York, NY and NJ",223,"New York, NY and NJ" +55,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +56,154,159,"Long Beach, CA",159,"Long Beach, CA" +56,179,159,"Long Beach, CA",159,"Long Beach, CA" +56,180,239,"Portland, OR",239,"Portland, OR" +56,274,159,"Long Beach, CA",159,"Long Beach, CA" +56,275,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +56,276,244,"Providence, RI",244,"Providence, RI" +56,277,201,"Boston, MA",201,"Boston, MA" +56,278,223,"New York, NY and NJ",223,"New York, NY and NJ" +56,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +56,280,171,"Jacksonville, FL",171,"Jacksonville, FL" +56,281,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +56,282,217,"New York, NY and NJ",217,"New York, NY and NJ" +56,283,174,"Tampa, FL",174,"Tampa, FL" +56,284,159,"Long Beach, CA",159,"Long Beach, CA" +56,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +56,286,197,"Portland, ME",197,"Portland, ME" +56,287,245,"Charleston, SC",245,"Charleston, SC" +56,288,159,"Long Beach, CA",159,"Long Beach, CA" +56,289,162,"Oakland, CA",162,"Oakland, CA" +56,290,177,"Savannah, GA",177,"Savannah, GA" +56,291,201,"Boston, MA",201,"Boston, MA" +56,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +56,293,152,"Mobile, AL",152,"Mobile, AL" +56,294,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +56,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +56,296,162,"Oakland, CA",162,"Oakland, CA" +56,297,195,"New Orleans, LA",195,"New Orleans, LA" +56,298,197,"Portland, ME",197,"Portland, ME" +56,299,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +56,300,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +56,301,197,"Portland, ME",197,"Portland, ME" +56,302,174,"Tampa, FL",174,"Tampa, FL" +56,303,159,"Long Beach, CA",159,"Long Beach, CA" +56,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +56,305,244,"Providence, RI",244,"Providence, RI" +56,306,241,"Philadelphia, PA",241,"Philadelphia, PA" +56,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +56,308,268,"Seattle, WA",268,"Seattle, WA" +56,309,241,"Philadelphia, PA",241,"Philadelphia, PA" +56,310,241,"Philadelphia, PA",241,"Philadelphia, PA" +56,311,197,"Portland, ME",197,"Portland, ME" +56,312,174,"Tampa, FL",174,"Tampa, FL" +56,313,198,"Baltimore, MD",198,"Baltimore, MD" +56,314,223,"New York, NY and NJ",223,"New York, NY and NJ" +56,315,245,"Charleston, SC",245,"Charleston, SC" +56,316,159,"Long Beach, CA",159,"Long Beach, CA" +56,317,159,"Long Beach, CA",159,"Long Beach, CA" +56,318,268,"Seattle, WA",268,"Seattle, WA" +56,319,174,"Tampa, FL",174,"Tampa, FL" +56,320,171,"Jacksonville, FL",171,"Jacksonville, FL" +56,321,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +56,322,269,"Longview, WA",269,"Longview, WA" +56,323,195,"New Orleans, LA",195,"New Orleans, LA" +56,324,244,"Providence, RI",244,"Providence, RI" +56,325,174,"Tampa, FL",174,"Tampa, FL" +56,326,174,"Tampa, FL",174,"Tampa, FL" +56,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +56,328,241,"Philadelphia, PA",241,"Philadelphia, PA" +56,329,217,"New York, NY and NJ",217,"New York, NY and NJ" +56,330,217,"New York, NY and NJ",217,"New York, NY and NJ" +56,331,197,"Portland, ME",197,"Portland, ME" +56,332,174,"Tampa, FL",174,"Tampa, FL" +56,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +56,334,195,"New Orleans, LA",195,"New Orleans, LA" +56,335,197,"Portland, ME",197,"Portland, ME" +56,336,177,"Savannah, GA",177,"Savannah, GA" +56,337,197,"Portland, ME",197,"Portland, ME" +56,338,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +56,339,201,"Boston, MA",201,"Boston, MA" +56,340,217,"New York, NY and NJ",217,"New York, NY and NJ" +56,341,195,"New Orleans, LA",195,"New Orleans, LA" +56,342,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +56,343,159,"Long Beach, CA",159,"Long Beach, CA" +56,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +56,345,197,"Portland, ME",197,"Portland, ME" +56,346,172,"Port Everglades, FL",172,"Port Everglades, FL" +56,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +56,348,241,"Philadelphia, PA",241,"Philadelphia, PA" +56,349,197,"Portland, ME",197,"Portland, ME" +56,350,241,"Philadelphia, PA",241,"Philadelphia, PA" +56,351,223,"New York, NY and NJ",223,"New York, NY and NJ" +56,352,201,"Boston, MA",201,"Boston, MA" +56,353,241,"Philadelphia, PA",241,"Philadelphia, PA" +56,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +56,355,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +56,356,253,"Beaumont, TX",253,"Beaumont, TX" +56,357,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +56,358,201,"Boston, MA",201,"Boston, MA" +56,359,171,"Jacksonville, FL",171,"Jacksonville, FL" +56,360,245,"Charleston, SC",245,"Charleston, SC" +56,361,195,"New Orleans, LA",195,"New Orleans, LA" +56,362,201,"Boston, MA",201,"Boston, MA" +56,363,195,"New Orleans, LA",195,"New Orleans, LA" +56,364,241,"Philadelphia, PA",241,"Philadelphia, PA" +56,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +56,366,159,"Long Beach, CA",159,"Long Beach, CA" +56,367,159,"Long Beach, CA",159,"Long Beach, CA" +56,368,268,"Seattle, WA",268,"Seattle, WA" +56,369,159,"Long Beach, CA",159,"Long Beach, CA" +56,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +56,371,159,"Long Beach, CA",159,"Long Beach, CA" +56,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +56,373,152,"Mobile, AL",152,"Mobile, AL" +56,374,159,"Long Beach, CA",159,"Long Beach, CA" +56,375,269,"Longview, WA",269,"Longview, WA" +56,376,159,"Long Beach, CA",159,"Long Beach, CA" +56,377,223,"New York, NY and NJ",223,"New York, NY and NJ" +56,378,245,"Charleston, SC",245,"Charleston, SC" +56,379,268,"Seattle, WA",268,"Seattle, WA" +56,380,159,"Long Beach, CA",159,"Long Beach, CA" +56,381,159,"Long Beach, CA",159,"Long Beach, CA" +56,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +56,383,159,"Long Beach, CA",159,"Long Beach, CA" +56,384,241,"Philadelphia, PA",241,"Philadelphia, PA" +56,385,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +56,386,241,"Philadelphia, PA",241,"Philadelphia, PA" +56,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +56,388,197,"Portland, ME",197,"Portland, ME" +56,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +56,390,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +56,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +56,392,159,"Long Beach, CA",159,"Long Beach, CA" +56,393,159,"Long Beach, CA",159,"Long Beach, CA" +56,394,217,"New York, NY and NJ",217,"New York, NY and NJ" +56,395,197,"Portland, ME",197,"Portland, ME" +56,396,239,"Portland, OR",239,"Portland, OR" +56,397,198,"Baltimore, MD",198,"Baltimore, MD" +56,398,217,"New York, NY and NJ",217,"New York, NY and NJ" +56,399,257,"Houston, TX",257,"Houston, TX" +56,400,159,"Long Beach, CA",159,"Long Beach, CA" +56,401,169,"Wilmington, DE",169,"Wilmington, DE" +56,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +56,403,268,"Seattle, WA",268,"Seattle, WA" +56,404,217,"New York, NY and NJ",217,"New York, NY and NJ" +56,405,172,"Port Everglades, FL",172,"Port Everglades, FL" +56,406,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +56,407,201,"Boston, MA",201,"Boston, MA" +56,408,162,"Oakland, CA",162,"Oakland, CA" +56,409,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +56,410,162,"Oakland, CA",162,"Oakland, CA" +56,411,268,"Seattle, WA",268,"Seattle, WA" +56,412,241,"Philadelphia, PA",241,"Philadelphia, PA" +56,413,268,"Seattle, WA",268,"Seattle, WA" +56,414,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +56,415,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +56,416,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +56,417,159,"Long Beach, CA",159,"Long Beach, CA" +56,418,159,"Long Beach, CA",159,"Long Beach, CA" +56,419,241,"Philadelphia, PA",241,"Philadelphia, PA" +56,420,162,"Oakland, CA",162,"Oakland, CA" +56,421,159,"Long Beach, CA",159,"Long Beach, CA" +56,422,162,"Oakland, CA",162,"Oakland, CA" +56,423,268,"Seattle, WA",268,"Seattle, WA" +56,424,195,"New Orleans, LA",195,"New Orleans, LA" +56,425,159,"Long Beach, CA",159,"Long Beach, CA" +56,426,174,"Tampa, FL",174,"Tampa, FL" +56,427,174,"Tampa, FL",174,"Tampa, FL" +56,428,162,"Oakland, CA",162,"Oakland, CA" +56,429,159,"Long Beach, CA",159,"Long Beach, CA" +56,430,198,"Baltimore, MD",198,"Baltimore, MD" +56,431,244,"Providence, RI",244,"Providence, RI" +56,432,159,"Long Beach, CA",159,"Long Beach, CA" +56,433,217,"New York, NY and NJ",217,"New York, NY and NJ" +56,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +56,435,197,"Portland, ME",197,"Portland, ME" +56,436,244,"Providence, RI",244,"Providence, RI" +56,437,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +56,438,245,"Charleston, SC",245,"Charleston, SC" +56,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +56,440,229,"Wilmington, NC",229,"Wilmington, NC" +56,441,159,"Long Beach, CA",159,"Long Beach, CA" +56,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +56,443,217,"New York, NY and NJ",217,"New York, NY and NJ" +56,444,159,"Long Beach, CA",159,"Long Beach, CA" +56,445,198,"Baltimore, MD",198,"Baltimore, MD" +56,446,217,"New York, NY and NJ",217,"New York, NY and NJ" +56,447,217,"New York, NY and NJ",217,"New York, NY and NJ" +56,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +56,449,239,"Portland, OR",239,"Portland, OR" +56,450,172,"Port Everglades, FL",172,"Port Everglades, FL" +56,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +56,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +56,453,269,"Longview, WA",269,"Longview, WA" +56,454,223,"New York, NY and NJ",223,"New York, NY and NJ" +56,455,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +56,456,268,"Seattle, WA",268,"Seattle, WA" +56,457,245,"Charleston, SC",245,"Charleston, SC" +56,458,244,"Providence, RI",244,"Providence, RI" +56,459,159,"Long Beach, CA",159,"Long Beach, CA" +56,460,217,"New York, NY and NJ",217,"New York, NY and NJ" +56,461,245,"Charleston, SC",245,"Charleston, SC" +56,462,223,"New York, NY and NJ",223,"New York, NY and NJ" +56,463,197,"Portland, ME",197,"Portland, ME" +56,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +56,465,159,"Long Beach, CA",159,"Long Beach, CA" +56,466,268,"Seattle, WA",268,"Seattle, WA" +56,467,197,"Portland, ME",197,"Portland, ME" +56,468,159,"Long Beach, CA",159,"Long Beach, CA" +56,469,197,"Portland, ME",197,"Portland, ME" +56,470,268,"Seattle, WA",268,"Seattle, WA" +56,471,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +56,472,159,"Long Beach, CA",159,"Long Beach, CA" +56,473,159,"Long Beach, CA",159,"Long Beach, CA" +56,474,174,"Tampa, FL",174,"Tampa, FL" +56,475,244,"Providence, RI",244,"Providence, RI" +56,476,159,"Long Beach, CA",159,"Long Beach, CA" +56,477,159,"Long Beach, CA",159,"Long Beach, CA" +56,478,177,"Savannah, GA",177,"Savannah, GA" +56,479,268,"Seattle, WA",268,"Seattle, WA" +56,480,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +56,481,223,"New York, NY and NJ",223,"New York, NY and NJ" +56,482,159,"Long Beach, CA",159,"Long Beach, CA" +56,483,241,"Philadelphia, PA",241,"Philadelphia, PA" +56,484,195,"New Orleans, LA",195,"New Orleans, LA" +56,485,159,"Long Beach, CA",159,"Long Beach, CA" +56,486,159,"Long Beach, CA",159,"Long Beach, CA" +56,487,174,"Tampa, FL",174,"Tampa, FL" +56,488,268,"Seattle, WA",268,"Seattle, WA" +56,489,195,"New Orleans, LA",195,"New Orleans, LA" +56,490,245,"Charleston, SC",245,"Charleston, SC" +56,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +57,154,159,"Long Beach, CA",159,"Long Beach, CA" +57,179,159,"Long Beach, CA",159,"Long Beach, CA" +57,180,159,"Long Beach, CA",159,"Long Beach, CA" +57,274,159,"Long Beach, CA",159,"Long Beach, CA" +57,275,201,"Boston, MA",201,"Boston, MA" +57,276,197,"Portland, ME",197,"Portland, ME" +57,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,278,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +57,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +57,281,172,"Port Everglades, FL",172,"Port Everglades, FL" +57,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +57,284,268,"Seattle, WA",268,"Seattle, WA" +57,285,244,"Providence, RI",244,"Providence, RI" +57,286,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +57,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +57,288,159,"Long Beach, CA",159,"Long Beach, CA" +57,289,268,"Seattle, WA",268,"Seattle, WA" +57,290,178,"Brunswick, GA",178,"Brunswick, GA" +57,291,201,"Boston, MA",201,"Boston, MA" +57,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +57,293,152,"Mobile, AL",152,"Mobile, AL" +57,294,217,"New York, NY and NJ",217,"New York, NY and NJ" +57,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +57,296,159,"Long Beach, CA",159,"Long Beach, CA" +57,297,174,"Tampa, FL",174,"Tampa, FL" +57,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,300,172,"Port Everglades, FL",172,"Port Everglades, FL" +57,301,177,"Savannah, GA",177,"Savannah, GA" +57,302,171,"Jacksonville, FL",171,"Jacksonville, FL" +57,303,268,"Seattle, WA",268,"Seattle, WA" +57,304,198,"Baltimore, MD",198,"Baltimore, MD" +57,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,306,217,"New York, NY and NJ",217,"New York, NY and NJ" +57,307,201,"Boston, MA",201,"Boston, MA" +57,308,159,"Long Beach, CA",159,"Long Beach, CA" +57,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +57,310,195,"New Orleans, LA",195,"New Orleans, LA" +57,311,217,"New York, NY and NJ",217,"New York, NY and NJ" +57,312,171,"Jacksonville, FL",171,"Jacksonville, FL" +57,313,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +57,314,241,"Philadelphia, PA",241,"Philadelphia, PA" +57,315,172,"Port Everglades, FL",172,"Port Everglades, FL" +57,316,159,"Long Beach, CA",159,"Long Beach, CA" +57,317,159,"Long Beach, CA",159,"Long Beach, CA" +57,318,239,"Portland, OR",239,"Portland, OR" +57,319,245,"Charleston, SC",245,"Charleston, SC" +57,320,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,321,241,"Philadelphia, PA",241,"Philadelphia, PA" +57,322,159,"Long Beach, CA",159,"Long Beach, CA" +57,323,195,"New Orleans, LA",195,"New Orleans, LA" +57,324,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +57,325,177,"Savannah, GA",177,"Savannah, GA" +57,326,177,"Savannah, GA",177,"Savannah, GA" +57,327,201,"Boston, MA",201,"Boston, MA" +57,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +57,330,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +57,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +57,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +57,333,174,"Tampa, FL",174,"Tampa, FL" +57,334,174,"Tampa, FL",174,"Tampa, FL" +57,335,201,"Boston, MA",201,"Boston, MA" +57,336,174,"Tampa, FL",174,"Tampa, FL" +57,337,241,"Philadelphia, PA",241,"Philadelphia, PA" +57,338,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +57,340,197,"Portland, ME",197,"Portland, ME" +57,341,177,"Savannah, GA",177,"Savannah, GA" +57,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,343,162,"Oakland, CA",162,"Oakland, CA" +57,344,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +57,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,346,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +57,348,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +57,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,350,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +57,351,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,352,198,"Baltimore, MD",198,"Baltimore, MD" +57,353,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +57,354,197,"Portland, ME",197,"Portland, ME" +57,355,217,"New York, NY and NJ",217,"New York, NY and NJ" +57,356,257,"Houston, TX",257,"Houston, TX" +57,357,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +57,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +57,359,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +57,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +57,361,257,"Houston, TX",257,"Houston, TX" +57,362,241,"Philadelphia, PA",241,"Philadelphia, PA" +57,363,195,"New Orleans, LA",195,"New Orleans, LA" +57,364,198,"Baltimore, MD",198,"Baltimore, MD" +57,365,198,"Baltimore, MD",198,"Baltimore, MD" +57,366,268,"Seattle, WA",268,"Seattle, WA" +57,367,159,"Long Beach, CA",159,"Long Beach, CA" +57,368,159,"Long Beach, CA",159,"Long Beach, CA" +57,369,159,"Long Beach, CA",159,"Long Beach, CA" +57,370,241,"Philadelphia, PA",241,"Philadelphia, PA" +57,371,159,"Long Beach, CA",159,"Long Beach, CA" +57,372,198,"Baltimore, MD",198,"Baltimore, MD" +57,373,177,"Savannah, GA",177,"Savannah, GA" +57,374,159,"Long Beach, CA",159,"Long Beach, CA" +57,375,239,"Portland, OR",239,"Portland, OR" +57,376,268,"Seattle, WA",268,"Seattle, WA" +57,377,241,"Philadelphia, PA",241,"Philadelphia, PA" +57,378,195,"New Orleans, LA",195,"New Orleans, LA" +57,379,239,"Portland, OR",239,"Portland, OR" +57,380,268,"Seattle, WA",268,"Seattle, WA" +57,381,159,"Long Beach, CA",159,"Long Beach, CA" +57,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,383,162,"Oakland, CA",162,"Oakland, CA" +57,384,241,"Philadelphia, PA",241,"Philadelphia, PA" +57,385,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,386,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +57,388,198,"Baltimore, MD",198,"Baltimore, MD" +57,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,390,217,"New York, NY and NJ",217,"New York, NY and NJ" +57,391,198,"Baltimore, MD",198,"Baltimore, MD" +57,392,159,"Long Beach, CA",159,"Long Beach, CA" +57,393,268,"Seattle, WA",268,"Seattle, WA" +57,394,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +57,395,169,"Wilmington, DE",169,"Wilmington, DE" +57,396,159,"Long Beach, CA",159,"Long Beach, CA" +57,397,198,"Baltimore, MD",198,"Baltimore, MD" +57,398,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +57,399,257,"Houston, TX",257,"Houston, TX" +57,400,159,"Long Beach, CA",159,"Long Beach, CA" +57,401,197,"Portland, ME",197,"Portland, ME" +57,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +57,403,162,"Oakland, CA",162,"Oakland, CA" +57,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,405,178,"Brunswick, GA",178,"Brunswick, GA" +57,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,407,241,"Philadelphia, PA",241,"Philadelphia, PA" +57,408,159,"Long Beach, CA",159,"Long Beach, CA" +57,409,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,410,159,"Long Beach, CA",159,"Long Beach, CA" +57,411,159,"Long Beach, CA",159,"Long Beach, CA" +57,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,413,268,"Seattle, WA",268,"Seattle, WA" +57,414,177,"Savannah, GA",177,"Savannah, GA" +57,415,198,"Baltimore, MD",198,"Baltimore, MD" +57,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +57,417,159,"Long Beach, CA",159,"Long Beach, CA" +57,418,159,"Long Beach, CA",159,"Long Beach, CA" +57,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,420,159,"Long Beach, CA",159,"Long Beach, CA" +57,421,159,"Long Beach, CA",159,"Long Beach, CA" +57,422,268,"Seattle, WA",268,"Seattle, WA" +57,423,239,"Portland, OR",239,"Portland, OR" +57,424,177,"Savannah, GA",177,"Savannah, GA" +57,425,162,"Oakland, CA",162,"Oakland, CA" +57,426,208,"Pascagoula, MS",208,"Pascagoula, MS" +57,427,195,"New Orleans, LA",195,"New Orleans, LA" +57,428,159,"Long Beach, CA",159,"Long Beach, CA" +57,429,159,"Long Beach, CA",159,"Long Beach, CA" +57,430,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +57,431,198,"Baltimore, MD",198,"Baltimore, MD" +57,432,162,"Oakland, CA",162,"Oakland, CA" +57,433,198,"Baltimore, MD",198,"Baltimore, MD" +57,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +57,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,436,217,"New York, NY and NJ",217,"New York, NY and NJ" +57,437,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +57,438,169,"Wilmington, DE",169,"Wilmington, DE" +57,439,177,"Savannah, GA",177,"Savannah, GA" +57,440,171,"Jacksonville, FL",171,"Jacksonville, FL" +57,441,159,"Long Beach, CA",159,"Long Beach, CA" +57,442,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +57,443,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +57,444,159,"Long Beach, CA",159,"Long Beach, CA" +57,445,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,447,198,"Baltimore, MD",198,"Baltimore, MD" +57,448,197,"Portland, ME",197,"Portland, ME" +57,449,159,"Long Beach, CA",159,"Long Beach, CA" +57,450,172,"Port Everglades, FL",172,"Port Everglades, FL" +57,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +57,453,268,"Seattle, WA",268,"Seattle, WA" +57,454,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +57,455,217,"New York, NY and NJ",217,"New York, NY and NJ" +57,456,268,"Seattle, WA",268,"Seattle, WA" +57,457,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +57,458,244,"Providence, RI",244,"Providence, RI" +57,459,159,"Long Beach, CA",159,"Long Beach, CA" +57,460,197,"Portland, ME",197,"Portland, ME" +57,461,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +57,462,217,"New York, NY and NJ",217,"New York, NY and NJ" +57,463,198,"Baltimore, MD",198,"Baltimore, MD" +57,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +57,465,268,"Seattle, WA",268,"Seattle, WA" +57,466,159,"Long Beach, CA",159,"Long Beach, CA" +57,467,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +57,468,268,"Seattle, WA",268,"Seattle, WA" +57,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +57,470,162,"Oakland, CA",162,"Oakland, CA" +57,471,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +57,472,159,"Long Beach, CA",159,"Long Beach, CA" +57,473,268,"Seattle, WA",268,"Seattle, WA" +57,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +57,475,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +57,476,268,"Seattle, WA",268,"Seattle, WA" +57,477,268,"Seattle, WA",268,"Seattle, WA" +57,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +57,479,159,"Long Beach, CA",159,"Long Beach, CA" +57,480,229,"Wilmington, NC",229,"Wilmington, NC" +57,481,197,"Portland, ME",197,"Portland, ME" +57,482,159,"Long Beach, CA",159,"Long Beach, CA" +57,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +57,484,178,"Brunswick, GA",178,"Brunswick, GA" +57,485,162,"Oakland, CA",162,"Oakland, CA" +57,486,162,"Oakland, CA",162,"Oakland, CA" +57,487,245,"Charleston, SC",245,"Charleston, SC" +57,488,159,"Long Beach, CA",159,"Long Beach, CA" +57,489,159,"Long Beach, CA",159,"Long Beach, CA" +57,490,198,"Baltimore, MD",198,"Baltimore, MD" +57,491,217,"New York, NY and NJ",217,"New York, NY and NJ" +58,154,159,"Long Beach, CA",159,"Long Beach, CA" +58,179,268,"Seattle, WA",268,"Seattle, WA" +58,180,159,"Long Beach, CA",159,"Long Beach, CA" +58,274,268,"Seattle, WA",268,"Seattle, WA" +58,275,217,"New York, NY and NJ",217,"New York, NY and NJ" +58,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +58,277,169,"Wilmington, DE",169,"Wilmington, DE" +58,278,198,"Baltimore, MD",198,"Baltimore, MD" +58,279,177,"Savannah, GA",177,"Savannah, GA" +58,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +58,281,152,"Mobile, AL",152,"Mobile, AL" +58,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +58,283,174,"Tampa, FL",174,"Tampa, FL" +58,284,268,"Seattle, WA",268,"Seattle, WA" +58,285,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +58,286,198,"Baltimore, MD",198,"Baltimore, MD" +58,287,177,"Savannah, GA",177,"Savannah, GA" +58,288,268,"Seattle, WA",268,"Seattle, WA" +58,289,268,"Seattle, WA",268,"Seattle, WA" +58,290,177,"Savannah, GA",177,"Savannah, GA" +58,291,169,"Wilmington, DE",169,"Wilmington, DE" +58,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +58,293,194,"Lake Charles, LA",194,"Lake Charles, LA" +58,294,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +58,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +58,296,159,"Long Beach, CA",159,"Long Beach, CA" +58,297,195,"New Orleans, LA",195,"New Orleans, LA" +58,298,197,"Portland, ME",197,"Portland, ME" +58,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +58,300,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +58,301,229,"Wilmington, NC",229,"Wilmington, NC" +58,302,177,"Savannah, GA",177,"Savannah, GA" +58,303,159,"Long Beach, CA",159,"Long Beach, CA" +58,304,217,"New York, NY and NJ",217,"New York, NY and NJ" +58,305,201,"Boston, MA",201,"Boston, MA" +58,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +58,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +58,308,159,"Long Beach, CA",159,"Long Beach, CA" +58,309,223,"New York, NY and NJ",223,"New York, NY and NJ" +58,310,223,"New York, NY and NJ",223,"New York, NY and NJ" +58,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +58,312,245,"Charleston, SC",245,"Charleston, SC" +58,313,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +58,314,198,"Baltimore, MD",198,"Baltimore, MD" +58,315,172,"Port Everglades, FL",172,"Port Everglades, FL" +58,316,162,"Oakland, CA",162,"Oakland, CA" +58,317,162,"Oakland, CA",162,"Oakland, CA" +58,318,268,"Seattle, WA",268,"Seattle, WA" +58,319,171,"Jacksonville, FL",171,"Jacksonville, FL" +58,320,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +58,321,197,"Portland, ME",197,"Portland, ME" +58,322,159,"Long Beach, CA",159,"Long Beach, CA" +58,323,152,"Mobile, AL",152,"Mobile, AL" +58,324,197,"Portland, ME",197,"Portland, ME" +58,325,171,"Jacksonville, FL",171,"Jacksonville, FL" +58,326,171,"Jacksonville, FL",171,"Jacksonville, FL" +58,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +58,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +58,329,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +58,330,241,"Philadelphia, PA",241,"Philadelphia, PA" +58,331,223,"New York, NY and NJ",223,"New York, NY and NJ" +58,332,177,"Savannah, GA",177,"Savannah, GA" +58,333,245,"Charleston, SC",245,"Charleston, SC" +58,334,195,"New Orleans, LA",195,"New Orleans, LA" +58,335,197,"Portland, ME",197,"Portland, ME" +58,336,172,"Port Everglades, FL",172,"Port Everglades, FL" +58,337,223,"New York, NY and NJ",223,"New York, NY and NJ" +58,338,198,"Baltimore, MD",198,"Baltimore, MD" +58,339,198,"Baltimore, MD",198,"Baltimore, MD" +58,340,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +58,341,195,"New Orleans, LA",195,"New Orleans, LA" +58,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +58,343,239,"Portland, OR",239,"Portland, OR" +58,344,241,"Philadelphia, PA",241,"Philadelphia, PA" +58,345,217,"New York, NY and NJ",217,"New York, NY and NJ" +58,346,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +58,347,198,"Baltimore, MD",198,"Baltimore, MD" +58,348,197,"Portland, ME",197,"Portland, ME" +58,349,201,"Boston, MA",201,"Boston, MA" +58,350,198,"Baltimore, MD",198,"Baltimore, MD" +58,351,241,"Philadelphia, PA",241,"Philadelphia, PA" +58,352,197,"Portland, ME",197,"Portland, ME" +58,353,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +58,354,198,"Baltimore, MD",198,"Baltimore, MD" +58,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +58,356,195,"New Orleans, LA",195,"New Orleans, LA" +58,357,241,"Philadelphia, PA",241,"Philadelphia, PA" +58,358,241,"Philadelphia, PA",241,"Philadelphia, PA" +58,359,152,"Mobile, AL",152,"Mobile, AL" +58,360,171,"Jacksonville, FL",171,"Jacksonville, FL" +58,361,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +58,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +58,363,177,"Savannah, GA",177,"Savannah, GA" +58,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +58,365,244,"Providence, RI",244,"Providence, RI" +58,366,159,"Long Beach, CA",159,"Long Beach, CA" +58,367,159,"Long Beach, CA",159,"Long Beach, CA" +58,368,162,"Oakland, CA",162,"Oakland, CA" +58,369,268,"Seattle, WA",268,"Seattle, WA" +58,370,201,"Boston, MA",201,"Boston, MA" +58,371,159,"Long Beach, CA",159,"Long Beach, CA" +58,372,198,"Baltimore, MD",198,"Baltimore, MD" +58,373,177,"Savannah, GA",177,"Savannah, GA" +58,374,159,"Long Beach, CA",159,"Long Beach, CA" +58,375,268,"Seattle, WA",268,"Seattle, WA" +58,376,159,"Long Beach, CA",159,"Long Beach, CA" +58,377,197,"Portland, ME",197,"Portland, ME" +58,378,172,"Port Everglades, FL",172,"Port Everglades, FL" +58,379,269,"Longview, WA",269,"Longview, WA" +58,380,159,"Long Beach, CA",159,"Long Beach, CA" +58,381,159,"Long Beach, CA",159,"Long Beach, CA" +58,382,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +58,383,159,"Long Beach, CA",159,"Long Beach, CA" +58,384,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +58,385,201,"Boston, MA",201,"Boston, MA" +58,386,198,"Baltimore, MD",198,"Baltimore, MD" +58,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +58,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +58,389,244,"Providence, RI",244,"Providence, RI" +58,390,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +58,391,217,"New York, NY and NJ",217,"New York, NY and NJ" +58,392,159,"Long Beach, CA",159,"Long Beach, CA" +58,393,159,"Long Beach, CA",159,"Long Beach, CA" +58,394,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +58,395,198,"Baltimore, MD",198,"Baltimore, MD" +58,396,159,"Long Beach, CA",159,"Long Beach, CA" +58,397,223,"New York, NY and NJ",223,"New York, NY and NJ" +58,398,217,"New York, NY and NJ",217,"New York, NY and NJ" +58,399,257,"Houston, TX",257,"Houston, TX" +58,400,159,"Long Beach, CA",159,"Long Beach, CA" +58,401,201,"Boston, MA",201,"Boston, MA" +58,402,201,"Boston, MA",201,"Boston, MA" +58,403,159,"Long Beach, CA",159,"Long Beach, CA" +58,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +58,405,172,"Port Everglades, FL",172,"Port Everglades, FL" +58,406,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +58,407,245,"Charleston, SC",245,"Charleston, SC" +58,408,268,"Seattle, WA",268,"Seattle, WA" +58,409,217,"New York, NY and NJ",217,"New York, NY and NJ" +58,410,159,"Long Beach, CA",159,"Long Beach, CA" +58,411,159,"Long Beach, CA",159,"Long Beach, CA" +58,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +58,413,159,"Long Beach, CA",159,"Long Beach, CA" +58,414,195,"New Orleans, LA",195,"New Orleans, LA" +58,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +58,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +58,417,239,"Portland, OR",239,"Portland, OR" +58,418,159,"Long Beach, CA",159,"Long Beach, CA" +58,419,241,"Philadelphia, PA",241,"Philadelphia, PA" +58,420,159,"Long Beach, CA",159,"Long Beach, CA" +58,421,159,"Long Beach, CA",159,"Long Beach, CA" +58,422,159,"Long Beach, CA",159,"Long Beach, CA" +58,423,268,"Seattle, WA",268,"Seattle, WA" +58,424,245,"Charleston, SC",245,"Charleston, SC" +58,425,268,"Seattle, WA",268,"Seattle, WA" +58,426,208,"Pascagoula, MS",208,"Pascagoula, MS" +58,427,172,"Port Everglades, FL",172,"Port Everglades, FL" +58,428,268,"Seattle, WA",268,"Seattle, WA" +58,429,162,"Oakland, CA",162,"Oakland, CA" +58,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +58,431,241,"Philadelphia, PA",241,"Philadelphia, PA" +58,432,268,"Seattle, WA",268,"Seattle, WA" +58,433,198,"Baltimore, MD",198,"Baltimore, MD" +58,434,197,"Portland, ME",197,"Portland, ME" +58,435,198,"Baltimore, MD",198,"Baltimore, MD" +58,436,217,"New York, NY and NJ",217,"New York, NY and NJ" +58,437,195,"New Orleans, LA",195,"New Orleans, LA" +58,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +58,439,245,"Charleston, SC",245,"Charleston, SC" +58,440,245,"Charleston, SC",245,"Charleston, SC" +58,441,159,"Long Beach, CA",159,"Long Beach, CA" +58,442,241,"Philadelphia, PA",241,"Philadelphia, PA" +58,443,245,"Charleston, SC",245,"Charleston, SC" +58,444,268,"Seattle, WA",268,"Seattle, WA" +58,445,244,"Providence, RI",244,"Providence, RI" +58,446,198,"Baltimore, MD",198,"Baltimore, MD" +58,447,197,"Portland, ME",197,"Portland, ME" +58,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +58,449,268,"Seattle, WA",268,"Seattle, WA" +58,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +58,451,201,"Boston, MA",201,"Boston, MA" +58,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +58,453,159,"Long Beach, CA",159,"Long Beach, CA" +58,454,217,"New York, NY and NJ",217,"New York, NY and NJ" +58,455,172,"Port Everglades, FL",172,"Port Everglades, FL" +58,456,239,"Portland, OR",239,"Portland, OR" +58,457,223,"New York, NY and NJ",223,"New York, NY and NJ" +58,458,217,"New York, NY and NJ",217,"New York, NY and NJ" +58,459,159,"Long Beach, CA",159,"Long Beach, CA" +58,460,201,"Boston, MA",201,"Boston, MA" +58,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +58,462,245,"Charleston, SC",245,"Charleston, SC" +58,463,241,"Philadelphia, PA",241,"Philadelphia, PA" +58,464,198,"Baltimore, MD",198,"Baltimore, MD" +58,465,159,"Long Beach, CA",159,"Long Beach, CA" +58,466,268,"Seattle, WA",268,"Seattle, WA" +58,467,223,"New York, NY and NJ",223,"New York, NY and NJ" +58,468,162,"Oakland, CA",162,"Oakland, CA" +58,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +58,470,159,"Long Beach, CA",159,"Long Beach, CA" +58,471,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +58,472,159,"Long Beach, CA",159,"Long Beach, CA" +58,473,159,"Long Beach, CA",159,"Long Beach, CA" +58,474,245,"Charleston, SC",245,"Charleston, SC" +58,475,197,"Portland, ME",197,"Portland, ME" +58,476,159,"Long Beach, CA",159,"Long Beach, CA" +58,477,239,"Portland, OR",239,"Portland, OR" +58,478,177,"Savannah, GA",177,"Savannah, GA" +58,479,162,"Oakland, CA",162,"Oakland, CA" +58,480,217,"New York, NY and NJ",217,"New York, NY and NJ" +58,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +58,482,159,"Long Beach, CA",159,"Long Beach, CA" +58,483,241,"Philadelphia, PA",241,"Philadelphia, PA" +58,484,195,"New Orleans, LA",195,"New Orleans, LA" +58,485,159,"Long Beach, CA",159,"Long Beach, CA" +58,486,159,"Long Beach, CA",159,"Long Beach, CA" +58,487,177,"Savannah, GA",177,"Savannah, GA" +58,488,159,"Long Beach, CA",159,"Long Beach, CA" +58,489,268,"Seattle, WA",268,"Seattle, WA" +58,490,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +58,491,244,"Providence, RI",244,"Providence, RI" +59,154,159,"Long Beach, CA",159,"Long Beach, CA" +59,179,162,"Oakland, CA",162,"Oakland, CA" +59,180,269,"Longview, WA",269,"Longview, WA" +59,274,159,"Long Beach, CA",159,"Long Beach, CA" +59,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +59,276,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +59,277,244,"Providence, RI",244,"Providence, RI" +59,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +59,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +59,280,229,"Wilmington, NC",229,"Wilmington, NC" +59,281,172,"Port Everglades, FL",172,"Port Everglades, FL" +59,282,217,"New York, NY and NJ",217,"New York, NY and NJ" +59,283,245,"Charleston, SC",245,"Charleston, SC" +59,284,159,"Long Beach, CA",159,"Long Beach, CA" +59,285,197,"Portland, ME",197,"Portland, ME" +59,286,217,"New York, NY and NJ",217,"New York, NY and NJ" +59,287,245,"Charleston, SC",245,"Charleston, SC" +59,288,159,"Long Beach, CA",159,"Long Beach, CA" +59,289,159,"Long Beach, CA",159,"Long Beach, CA" +59,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +59,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +59,292,198,"Baltimore, MD",198,"Baltimore, MD" +59,293,195,"New Orleans, LA",195,"New Orleans, LA" +59,294,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +59,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +59,296,162,"Oakland, CA",162,"Oakland, CA" +59,297,177,"Savannah, GA",177,"Savannah, GA" +59,298,198,"Baltimore, MD",198,"Baltimore, MD" +59,299,217,"New York, NY and NJ",217,"New York, NY and NJ" +59,300,172,"Port Everglades, FL",172,"Port Everglades, FL" +59,301,241,"Philadelphia, PA",241,"Philadelphia, PA" +59,302,177,"Savannah, GA",177,"Savannah, GA" +59,303,268,"Seattle, WA",268,"Seattle, WA" +59,304,201,"Boston, MA",201,"Boston, MA" +59,305,197,"Portland, ME",197,"Portland, ME" +59,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +59,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +59,308,159,"Long Beach, CA",159,"Long Beach, CA" +59,309,197,"Portland, ME",197,"Portland, ME" +59,310,159,"Long Beach, CA",159,"Long Beach, CA" +59,311,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +59,312,174,"Tampa, FL",174,"Tampa, FL" +59,313,223,"New York, NY and NJ",223,"New York, NY and NJ" +59,314,198,"Baltimore, MD",198,"Baltimore, MD" +59,315,152,"Mobile, AL",152,"Mobile, AL" +59,316,159,"Long Beach, CA",159,"Long Beach, CA" +59,317,159,"Long Beach, CA",159,"Long Beach, CA" +59,318,159,"Long Beach, CA",159,"Long Beach, CA" +59,319,171,"Jacksonville, FL",171,"Jacksonville, FL" +59,320,223,"New York, NY and NJ",223,"New York, NY and NJ" +59,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +59,322,268,"Seattle, WA",268,"Seattle, WA" +59,323,172,"Port Everglades, FL",172,"Port Everglades, FL" +59,324,197,"Portland, ME",197,"Portland, ME" +59,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +59,326,229,"Wilmington, NC",229,"Wilmington, NC" +59,327,198,"Baltimore, MD",198,"Baltimore, MD" +59,328,197,"Portland, ME",197,"Portland, ME" +59,329,201,"Boston, MA",201,"Boston, MA" +59,330,197,"Portland, ME",197,"Portland, ME" +59,331,223,"New York, NY and NJ",223,"New York, NY and NJ" +59,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +59,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +59,334,174,"Tampa, FL",174,"Tampa, FL" +59,335,197,"Portland, ME",197,"Portland, ME" +59,336,172,"Port Everglades, FL",172,"Port Everglades, FL" +59,337,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +59,338,241,"Philadelphia, PA",241,"Philadelphia, PA" +59,339,197,"Portland, ME",197,"Portland, ME" +59,340,223,"New York, NY and NJ",223,"New York, NY and NJ" +59,341,253,"Beaumont, TX",253,"Beaumont, TX" +59,342,241,"Philadelphia, PA",241,"Philadelphia, PA" +59,343,159,"Long Beach, CA",159,"Long Beach, CA" +59,344,197,"Portland, ME",197,"Portland, ME" +59,345,241,"Philadelphia, PA",241,"Philadelphia, PA" +59,346,152,"Mobile, AL",152,"Mobile, AL" +59,347,198,"Baltimore, MD",198,"Baltimore, MD" +59,348,169,"Wilmington, DE",169,"Wilmington, DE" +59,349,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +59,350,241,"Philadelphia, PA",241,"Philadelphia, PA" +59,351,241,"Philadelphia, PA",241,"Philadelphia, PA" +59,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +59,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +59,354,241,"Philadelphia, PA",241,"Philadelphia, PA" +59,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +59,356,195,"New Orleans, LA",195,"New Orleans, LA" +59,357,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +59,358,241,"Philadelphia, PA",241,"Philadelphia, PA" +59,359,177,"Savannah, GA",177,"Savannah, GA" +59,360,177,"Savannah, GA",177,"Savannah, GA" +59,361,241,"Philadelphia, PA",241,"Philadelphia, PA" +59,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +59,363,201,"Boston, MA",201,"Boston, MA" +59,364,201,"Boston, MA",201,"Boston, MA" +59,365,217,"New York, NY and NJ",217,"New York, NY and NJ" +59,366,159,"Long Beach, CA",159,"Long Beach, CA" +59,367,239,"Portland, OR",239,"Portland, OR" +59,368,159,"Long Beach, CA",159,"Long Beach, CA" +59,369,159,"Long Beach, CA",159,"Long Beach, CA" +59,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +59,371,269,"Longview, WA",269,"Longview, WA" +59,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +59,373,245,"Charleston, SC",245,"Charleston, SC" +59,374,159,"Long Beach, CA",159,"Long Beach, CA" +59,375,159,"Long Beach, CA",159,"Long Beach, CA" +59,376,162,"Oakland, CA",162,"Oakland, CA" +59,377,223,"New York, NY and NJ",223,"New York, NY and NJ" +59,378,177,"Savannah, GA",177,"Savannah, GA" +59,379,268,"Seattle, WA",268,"Seattle, WA" +59,380,159,"Long Beach, CA",159,"Long Beach, CA" +59,381,159,"Long Beach, CA",159,"Long Beach, CA" +59,382,201,"Boston, MA",201,"Boston, MA" +59,383,162,"Oakland, CA",162,"Oakland, CA" +59,384,169,"Wilmington, DE",169,"Wilmington, DE" +59,385,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +59,386,217,"New York, NY and NJ",217,"New York, NY and NJ" +59,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +59,388,217,"New York, NY and NJ",217,"New York, NY and NJ" +59,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +59,390,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +59,391,198,"Baltimore, MD",198,"Baltimore, MD" +59,392,159,"Long Beach, CA",159,"Long Beach, CA" +59,393,159,"Long Beach, CA",159,"Long Beach, CA" +59,394,241,"Philadelphia, PA",241,"Philadelphia, PA" +59,395,197,"Portland, ME",197,"Portland, ME" +59,396,159,"Long Beach, CA",159,"Long Beach, CA" +59,397,201,"Boston, MA",201,"Boston, MA" +59,398,198,"Baltimore, MD",198,"Baltimore, MD" +59,399,195,"New Orleans, LA",195,"New Orleans, LA" +59,400,159,"Long Beach, CA",159,"Long Beach, CA" +59,401,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +59,402,241,"Philadelphia, PA",241,"Philadelphia, PA" +59,403,159,"Long Beach, CA",159,"Long Beach, CA" +59,404,217,"New York, NY and NJ",217,"New York, NY and NJ" +59,405,229,"Wilmington, NC",229,"Wilmington, NC" +59,406,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +59,407,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +59,408,159,"Long Beach, CA",159,"Long Beach, CA" +59,409,223,"New York, NY and NJ",223,"New York, NY and NJ" +59,410,268,"Seattle, WA",268,"Seattle, WA" +59,411,159,"Long Beach, CA",159,"Long Beach, CA" +59,412,169,"Wilmington, DE",169,"Wilmington, DE" +59,413,268,"Seattle, WA",268,"Seattle, WA" +59,414,208,"Pascagoula, MS",208,"Pascagoula, MS" +59,415,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +59,416,223,"New York, NY and NJ",223,"New York, NY and NJ" +59,417,159,"Long Beach, CA",159,"Long Beach, CA" +59,418,159,"Long Beach, CA",159,"Long Beach, CA" +59,419,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +59,420,239,"Portland, OR",239,"Portland, OR" +59,421,159,"Long Beach, CA",159,"Long Beach, CA" +59,422,268,"Seattle, WA",268,"Seattle, WA" +59,423,159,"Long Beach, CA",159,"Long Beach, CA" +59,424,172,"Port Everglades, FL",172,"Port Everglades, FL" +59,425,159,"Long Beach, CA",159,"Long Beach, CA" +59,426,171,"Jacksonville, FL",171,"Jacksonville, FL" +59,427,171,"Jacksonville, FL",171,"Jacksonville, FL" +59,428,162,"Oakland, CA",162,"Oakland, CA" +59,429,239,"Portland, OR",239,"Portland, OR" +59,430,169,"Wilmington, DE",169,"Wilmington, DE" +59,431,223,"New York, NY and NJ",223,"New York, NY and NJ" +59,432,159,"Long Beach, CA",159,"Long Beach, CA" +59,433,172,"Port Everglades, FL",172,"Port Everglades, FL" +59,434,241,"Philadelphia, PA",241,"Philadelphia, PA" +59,435,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +59,436,241,"Philadelphia, PA",241,"Philadelphia, PA" +59,437,217,"New York, NY and NJ",217,"New York, NY and NJ" +59,438,245,"Charleston, SC",245,"Charleston, SC" +59,439,245,"Charleston, SC",245,"Charleston, SC" +59,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +59,441,268,"Seattle, WA",268,"Seattle, WA" +59,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +59,443,223,"New York, NY and NJ",223,"New York, NY and NJ" +59,444,268,"Seattle, WA",268,"Seattle, WA" +59,445,223,"New York, NY and NJ",223,"New York, NY and NJ" +59,446,217,"New York, NY and NJ",217,"New York, NY and NJ" +59,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +59,448,201,"Boston, MA",201,"Boston, MA" +59,449,159,"Long Beach, CA",159,"Long Beach, CA" +59,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +59,451,241,"Philadelphia, PA",241,"Philadelphia, PA" +59,452,244,"Providence, RI",244,"Providence, RI" +59,453,162,"Oakland, CA",162,"Oakland, CA" +59,454,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +59,455,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +59,456,268,"Seattle, WA",268,"Seattle, WA" +59,457,177,"Savannah, GA",177,"Savannah, GA" +59,458,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +59,459,159,"Long Beach, CA",159,"Long Beach, CA" +59,460,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +59,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +59,462,177,"Savannah, GA",177,"Savannah, GA" +59,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +59,464,217,"New York, NY and NJ",217,"New York, NY and NJ" +59,465,159,"Long Beach, CA",159,"Long Beach, CA" +59,466,159,"Long Beach, CA",159,"Long Beach, CA" +59,467,201,"Boston, MA",201,"Boston, MA" +59,468,159,"Long Beach, CA",159,"Long Beach, CA" +59,469,201,"Boston, MA",201,"Boston, MA" +59,470,162,"Oakland, CA",162,"Oakland, CA" +59,471,217,"New York, NY and NJ",217,"New York, NY and NJ" +59,472,162,"Oakland, CA",162,"Oakland, CA" +59,473,239,"Portland, OR",239,"Portland, OR" +59,474,245,"Charleston, SC",245,"Charleston, SC" +59,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +59,476,159,"Long Beach, CA",159,"Long Beach, CA" +59,477,159,"Long Beach, CA",159,"Long Beach, CA" +59,478,245,"Charleston, SC",245,"Charleston, SC" +59,479,159,"Long Beach, CA",159,"Long Beach, CA" +59,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +59,481,223,"New York, NY and NJ",223,"New York, NY and NJ" +59,482,159,"Long Beach, CA",159,"Long Beach, CA" +59,483,201,"Boston, MA",201,"Boston, MA" +59,484,172,"Port Everglades, FL",172,"Port Everglades, FL" +59,485,159,"Long Beach, CA",159,"Long Beach, CA" +59,486,268,"Seattle, WA",268,"Seattle, WA" +59,487,174,"Tampa, FL",174,"Tampa, FL" +59,488,159,"Long Beach, CA",159,"Long Beach, CA" +59,489,162,"Oakland, CA",162,"Oakland, CA" +59,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +59,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +60,154,269,"Longview, WA",269,"Longview, WA" +60,179,268,"Seattle, WA",268,"Seattle, WA" +60,180,269,"Longview, WA",269,"Longview, WA" +60,274,162,"Oakland, CA",162,"Oakland, CA" +60,275,217,"New York, NY and NJ",217,"New York, NY and NJ" +60,276,198,"Baltimore, MD",198,"Baltimore, MD" +60,277,244,"Providence, RI",244,"Providence, RI" +60,278,223,"New York, NY and NJ",223,"New York, NY and NJ" +60,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +60,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +60,281,172,"Port Everglades, FL",172,"Port Everglades, FL" +60,282,241,"Philadelphia, PA",241,"Philadelphia, PA" +60,283,171,"Jacksonville, FL",171,"Jacksonville, FL" +60,284,268,"Seattle, WA",268,"Seattle, WA" +60,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +60,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +60,287,171,"Jacksonville, FL",171,"Jacksonville, FL" +60,288,159,"Long Beach, CA",159,"Long Beach, CA" +60,289,159,"Long Beach, CA",159,"Long Beach, CA" +60,290,217,"New York, NY and NJ",217,"New York, NY and NJ" +60,291,241,"Philadelphia, PA",241,"Philadelphia, PA" +60,292,198,"Baltimore, MD",198,"Baltimore, MD" +60,293,195,"New Orleans, LA",195,"New Orleans, LA" +60,294,197,"Portland, ME",197,"Portland, ME" +60,295,241,"Philadelphia, PA",241,"Philadelphia, PA" +60,296,268,"Seattle, WA",268,"Seattle, WA" +60,297,245,"Charleston, SC",245,"Charleston, SC" +60,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +60,299,245,"Charleston, SC",245,"Charleston, SC" +60,300,195,"New Orleans, LA",195,"New Orleans, LA" +60,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +60,302,245,"Charleston, SC",245,"Charleston, SC" +60,303,162,"Oakland, CA",162,"Oakland, CA" +60,304,217,"New York, NY and NJ",217,"New York, NY and NJ" +60,305,201,"Boston, MA",201,"Boston, MA" +60,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +60,307,241,"Philadelphia, PA",241,"Philadelphia, PA" +60,308,159,"Long Beach, CA",159,"Long Beach, CA" +60,309,201,"Boston, MA",201,"Boston, MA" +60,310,208,"Pascagoula, MS",208,"Pascagoula, MS" +60,311,201,"Boston, MA",201,"Boston, MA" +60,312,174,"Tampa, FL",174,"Tampa, FL" +60,313,217,"New York, NY and NJ",217,"New York, NY and NJ" +60,314,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +60,315,195,"New Orleans, LA",195,"New Orleans, LA" +60,316,268,"Seattle, WA",268,"Seattle, WA" +60,317,268,"Seattle, WA",268,"Seattle, WA" +60,318,268,"Seattle, WA",268,"Seattle, WA" +60,319,195,"New Orleans, LA",195,"New Orleans, LA" +60,320,223,"New York, NY and NJ",223,"New York, NY and NJ" +60,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +60,322,159,"Long Beach, CA",159,"Long Beach, CA" +60,323,152,"Mobile, AL",152,"Mobile, AL" +60,324,197,"Portland, ME",197,"Portland, ME" +60,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +60,326,245,"Charleston, SC",245,"Charleston, SC" +60,327,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +60,328,198,"Baltimore, MD",198,"Baltimore, MD" +60,329,245,"Charleston, SC",245,"Charleston, SC" +60,330,197,"Portland, ME",197,"Portland, ME" +60,331,223,"New York, NY and NJ",223,"New York, NY and NJ" +60,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +60,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +60,334,195,"New Orleans, LA",195,"New Orleans, LA" +60,335,223,"New York, NY and NJ",223,"New York, NY and NJ" +60,336,177,"Savannah, GA",177,"Savannah, GA" +60,337,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +60,338,241,"Philadelphia, PA",241,"Philadelphia, PA" +60,339,198,"Baltimore, MD",198,"Baltimore, MD" +60,340,241,"Philadelphia, PA",241,"Philadelphia, PA" +60,341,253,"Beaumont, TX",253,"Beaumont, TX" +60,342,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +60,343,162,"Oakland, CA",162,"Oakland, CA" +60,344,198,"Baltimore, MD",198,"Baltimore, MD" +60,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +60,346,195,"New Orleans, LA",195,"New Orleans, LA" +60,347,241,"Philadelphia, PA",241,"Philadelphia, PA" +60,348,198,"Baltimore, MD",198,"Baltimore, MD" +60,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +60,350,241,"Philadelphia, PA",241,"Philadelphia, PA" +60,351,197,"Portland, ME",197,"Portland, ME" +60,352,217,"New York, NY and NJ",217,"New York, NY and NJ" +60,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +60,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +60,355,198,"Baltimore, MD",198,"Baltimore, MD" +60,356,159,"Long Beach, CA",159,"Long Beach, CA" +60,357,241,"Philadelphia, PA",241,"Philadelphia, PA" +60,358,229,"Wilmington, NC",229,"Wilmington, NC" +60,359,245,"Charleston, SC",245,"Charleston, SC" +60,360,245,"Charleston, SC",245,"Charleston, SC" +60,361,195,"New Orleans, LA",195,"New Orleans, LA" +60,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +60,363,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +60,364,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +60,365,217,"New York, NY and NJ",217,"New York, NY and NJ" +60,366,162,"Oakland, CA",162,"Oakland, CA" +60,367,162,"Oakland, CA",162,"Oakland, CA" +60,368,159,"Long Beach, CA",159,"Long Beach, CA" +60,369,268,"Seattle, WA",268,"Seattle, WA" +60,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +60,371,268,"Seattle, WA",268,"Seattle, WA" +60,372,244,"Providence, RI",244,"Providence, RI" +60,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +60,374,159,"Long Beach, CA",159,"Long Beach, CA" +60,375,159,"Long Beach, CA",159,"Long Beach, CA" +60,376,269,"Longview, WA",269,"Longview, WA" +60,377,217,"New York, NY and NJ",217,"New York, NY and NJ" +60,378,195,"New Orleans, LA",195,"New Orleans, LA" +60,379,268,"Seattle, WA",268,"Seattle, WA" +60,380,159,"Long Beach, CA",159,"Long Beach, CA" +60,381,269,"Longview, WA",269,"Longview, WA" +60,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +60,383,159,"Long Beach, CA",159,"Long Beach, CA" +60,384,177,"Savannah, GA",177,"Savannah, GA" +60,385,197,"Portland, ME",197,"Portland, ME" +60,386,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +60,387,241,"Philadelphia, PA",241,"Philadelphia, PA" +60,388,241,"Philadelphia, PA",241,"Philadelphia, PA" +60,389,198,"Baltimore, MD",198,"Baltimore, MD" +60,390,217,"New York, NY and NJ",217,"New York, NY and NJ" +60,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +60,392,268,"Seattle, WA",268,"Seattle, WA" +60,393,159,"Long Beach, CA",159,"Long Beach, CA" +60,394,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +60,395,217,"New York, NY and NJ",217,"New York, NY and NJ" +60,396,159,"Long Beach, CA",159,"Long Beach, CA" +60,397,201,"Boston, MA",201,"Boston, MA" +60,398,241,"Philadelphia, PA",241,"Philadelphia, PA" +60,399,253,"Beaumont, TX",253,"Beaumont, TX" +60,400,162,"Oakland, CA",162,"Oakland, CA" +60,401,201,"Boston, MA",201,"Boston, MA" +60,402,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +60,403,159,"Long Beach, CA",159,"Long Beach, CA" +60,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +60,405,245,"Charleston, SC",245,"Charleston, SC" +60,406,241,"Philadelphia, PA",241,"Philadelphia, PA" +60,407,223,"New York, NY and NJ",223,"New York, NY and NJ" +60,408,268,"Seattle, WA",268,"Seattle, WA" +60,409,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +60,410,269,"Longview, WA",269,"Longview, WA" +60,411,269,"Longview, WA",269,"Longview, WA" +60,412,201,"Boston, MA",201,"Boston, MA" +60,413,268,"Seattle, WA",268,"Seattle, WA" +60,414,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +60,415,201,"Boston, MA",201,"Boston, MA" +60,416,241,"Philadelphia, PA",241,"Philadelphia, PA" +60,417,159,"Long Beach, CA",159,"Long Beach, CA" +60,418,162,"Oakland, CA",162,"Oakland, CA" +60,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +60,420,239,"Portland, OR",239,"Portland, OR" +60,421,162,"Oakland, CA",162,"Oakland, CA" +60,422,159,"Long Beach, CA",159,"Long Beach, CA" +60,423,159,"Long Beach, CA",159,"Long Beach, CA" +60,424,208,"Pascagoula, MS",208,"Pascagoula, MS" +60,425,269,"Longview, WA",269,"Longview, WA" +60,426,195,"New Orleans, LA",195,"New Orleans, LA" +60,427,152,"Mobile, AL",152,"Mobile, AL" +60,428,162,"Oakland, CA",162,"Oakland, CA" +60,429,174,"Tampa, FL",174,"Tampa, FL" +60,430,241,"Philadelphia, PA",241,"Philadelphia, PA" +60,431,241,"Philadelphia, PA",241,"Philadelphia, PA" +60,432,268,"Seattle, WA",268,"Seattle, WA" +60,433,241,"Philadelphia, PA",241,"Philadelphia, PA" +60,434,241,"Philadelphia, PA",241,"Philadelphia, PA" +60,435,208,"Pascagoula, MS",208,"Pascagoula, MS" +60,436,197,"Portland, ME",197,"Portland, ME" +60,437,174,"Tampa, FL",174,"Tampa, FL" +60,438,229,"Wilmington, NC",229,"Wilmington, NC" +60,439,177,"Savannah, GA",177,"Savannah, GA" +60,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +60,441,162,"Oakland, CA",162,"Oakland, CA" +60,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +60,443,241,"Philadelphia, PA",241,"Philadelphia, PA" +60,444,159,"Long Beach, CA",159,"Long Beach, CA" +60,445,197,"Portland, ME",197,"Portland, ME" +60,446,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +60,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +60,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +60,449,159,"Long Beach, CA",159,"Long Beach, CA" +60,450,172,"Port Everglades, FL",172,"Port Everglades, FL" +60,451,201,"Boston, MA",201,"Boston, MA" +60,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +60,453,268,"Seattle, WA",268,"Seattle, WA" +60,454,201,"Boston, MA",201,"Boston, MA" +60,455,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +60,456,159,"Long Beach, CA",159,"Long Beach, CA" +60,457,241,"Philadelphia, PA",241,"Philadelphia, PA" +60,458,217,"New York, NY and NJ",217,"New York, NY and NJ" +60,459,159,"Long Beach, CA",159,"Long Beach, CA" +60,460,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +60,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +60,462,223,"New York, NY and NJ",223,"New York, NY and NJ" +60,463,197,"Portland, ME",197,"Portland, ME" +60,464,198,"Baltimore, MD",198,"Baltimore, MD" +60,465,239,"Portland, OR",239,"Portland, OR" +60,466,159,"Long Beach, CA",159,"Long Beach, CA" +60,467,198,"Baltimore, MD",198,"Baltimore, MD" +60,468,159,"Long Beach, CA",159,"Long Beach, CA" +60,469,197,"Portland, ME",197,"Portland, ME" +60,470,159,"Long Beach, CA",159,"Long Beach, CA" +60,471,217,"New York, NY and NJ",217,"New York, NY and NJ" +60,472,159,"Long Beach, CA",159,"Long Beach, CA" +60,473,159,"Long Beach, CA",159,"Long Beach, CA" +60,474,177,"Savannah, GA",177,"Savannah, GA" +60,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +60,476,159,"Long Beach, CA",159,"Long Beach, CA" +60,477,268,"Seattle, WA",268,"Seattle, WA" +60,478,245,"Charleston, SC",245,"Charleston, SC" +60,479,268,"Seattle, WA",268,"Seattle, WA" +60,480,217,"New York, NY and NJ",217,"New York, NY and NJ" +60,481,198,"Baltimore, MD",198,"Baltimore, MD" +60,482,239,"Portland, OR",239,"Portland, OR" +60,483,223,"New York, NY and NJ",223,"New York, NY and NJ" +60,484,169,"Wilmington, DE",169,"Wilmington, DE" +60,485,268,"Seattle, WA",268,"Seattle, WA" +60,486,159,"Long Beach, CA",159,"Long Beach, CA" +60,487,208,"Pascagoula, MS",208,"Pascagoula, MS" +60,488,159,"Long Beach, CA",159,"Long Beach, CA" +60,489,162,"Oakland, CA",162,"Oakland, CA" +60,490,201,"Boston, MA",201,"Boston, MA" +60,491,223,"New York, NY and NJ",223,"New York, NY and NJ" +61,154,268,"Seattle, WA",268,"Seattle, WA" +61,179,159,"Long Beach, CA",159,"Long Beach, CA" +61,180,268,"Seattle, WA",268,"Seattle, WA" +61,274,159,"Long Beach, CA",159,"Long Beach, CA" +61,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +61,276,217,"New York, NY and NJ",217,"New York, NY and NJ" +61,277,197,"Portland, ME",197,"Portland, ME" +61,278,223,"New York, NY and NJ",223,"New York, NY and NJ" +61,279,229,"Wilmington, NC",229,"Wilmington, NC" +61,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +61,281,253,"Beaumont, TX",253,"Beaumont, TX" +61,282,201,"Boston, MA",201,"Boston, MA" +61,283,177,"Savannah, GA",177,"Savannah, GA" +61,284,269,"Longview, WA",269,"Longview, WA" +61,285,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +61,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +61,287,174,"Tampa, FL",174,"Tampa, FL" +61,288,239,"Portland, OR",239,"Portland, OR" +61,289,268,"Seattle, WA",268,"Seattle, WA" +61,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +61,291,198,"Baltimore, MD",198,"Baltimore, MD" +61,292,201,"Boston, MA",201,"Boston, MA" +61,293,253,"Beaumont, TX",253,"Beaumont, TX" +61,294,217,"New York, NY and NJ",217,"New York, NY and NJ" +61,295,198,"Baltimore, MD",198,"Baltimore, MD" +61,296,162,"Oakland, CA",162,"Oakland, CA" +61,297,194,"Lake Charles, LA",194,"Lake Charles, LA" +61,298,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +61,299,217,"New York, NY and NJ",217,"New York, NY and NJ" +61,300,177,"Savannah, GA",177,"Savannah, GA" +61,301,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +61,302,245,"Charleston, SC",245,"Charleston, SC" +61,303,159,"Long Beach, CA",159,"Long Beach, CA" +61,304,198,"Baltimore, MD",198,"Baltimore, MD" +61,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +61,306,223,"New York, NY and NJ",223,"New York, NY and NJ" +61,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +61,308,159,"Long Beach, CA",159,"Long Beach, CA" +61,309,198,"Baltimore, MD",198,"Baltimore, MD" +61,310,223,"New York, NY and NJ",223,"New York, NY and NJ" +61,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +61,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +61,313,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +61,314,241,"Philadelphia, PA",241,"Philadelphia, PA" +61,315,257,"Houston, TX",257,"Houston, TX" +61,316,268,"Seattle, WA",268,"Seattle, WA" +61,317,268,"Seattle, WA",268,"Seattle, WA" +61,318,159,"Long Beach, CA",159,"Long Beach, CA" +61,319,172,"Port Everglades, FL",172,"Port Everglades, FL" +61,320,197,"Portland, ME",197,"Portland, ME" +61,321,197,"Portland, ME",197,"Portland, ME" +61,322,162,"Oakland, CA",162,"Oakland, CA" +61,323,208,"Pascagoula, MS",208,"Pascagoula, MS" +61,324,198,"Baltimore, MD",198,"Baltimore, MD" +61,325,174,"Tampa, FL",174,"Tampa, FL" +61,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +61,327,197,"Portland, ME",197,"Portland, ME" +61,328,217,"New York, NY and NJ",217,"New York, NY and NJ" +61,329,177,"Savannah, GA",177,"Savannah, GA" +61,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +61,331,198,"Baltimore, MD",198,"Baltimore, MD" +61,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +61,333,174,"Tampa, FL",174,"Tampa, FL" +61,334,172,"Port Everglades, FL",172,"Port Everglades, FL" +61,335,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +61,336,177,"Savannah, GA",177,"Savannah, GA" +61,337,177,"Savannah, GA",177,"Savannah, GA" +61,338,197,"Portland, ME",197,"Portland, ME" +61,339,244,"Providence, RI",244,"Providence, RI" +61,340,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +61,341,172,"Port Everglades, FL",172,"Port Everglades, FL" +61,342,197,"Portland, ME",197,"Portland, ME" +61,343,159,"Long Beach, CA",159,"Long Beach, CA" +61,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +61,345,217,"New York, NY and NJ",217,"New York, NY and NJ" +61,346,217,"New York, NY and NJ",217,"New York, NY and NJ" +61,347,197,"Portland, ME",197,"Portland, ME" +61,348,241,"Philadelphia, PA",241,"Philadelphia, PA" +61,349,169,"Wilmington, DE",169,"Wilmington, DE" +61,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +61,351,198,"Baltimore, MD",198,"Baltimore, MD" +61,352,198,"Baltimore, MD",198,"Baltimore, MD" +61,353,198,"Baltimore, MD",198,"Baltimore, MD" +61,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +61,355,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +61,356,172,"Port Everglades, FL",172,"Port Everglades, FL" +61,357,229,"Wilmington, NC",229,"Wilmington, NC" +61,358,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +61,359,152,"Mobile, AL",152,"Mobile, AL" +61,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +61,361,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +61,362,241,"Philadelphia, PA",241,"Philadelphia, PA" +61,363,195,"New Orleans, LA",195,"New Orleans, LA" +61,364,198,"Baltimore, MD",198,"Baltimore, MD" +61,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +61,366,268,"Seattle, WA",268,"Seattle, WA" +61,367,268,"Seattle, WA",268,"Seattle, WA" +61,368,159,"Long Beach, CA",159,"Long Beach, CA" +61,369,162,"Oakland, CA",162,"Oakland, CA" +61,370,198,"Baltimore, MD",198,"Baltimore, MD" +61,371,159,"Long Beach, CA",159,"Long Beach, CA" +61,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +61,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +61,374,159,"Long Beach, CA",159,"Long Beach, CA" +61,375,268,"Seattle, WA",268,"Seattle, WA" +61,376,159,"Long Beach, CA",159,"Long Beach, CA" +61,377,217,"New York, NY and NJ",217,"New York, NY and NJ" +61,378,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +61,379,268,"Seattle, WA",268,"Seattle, WA" +61,380,268,"Seattle, WA",268,"Seattle, WA" +61,381,159,"Long Beach, CA",159,"Long Beach, CA" +61,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +61,383,268,"Seattle, WA",268,"Seattle, WA" +61,384,201,"Boston, MA",201,"Boston, MA" +61,385,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +61,386,201,"Boston, MA",201,"Boston, MA" +61,387,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +61,388,197,"Portland, ME",197,"Portland, ME" +61,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +61,390,171,"Jacksonville, FL",171,"Jacksonville, FL" +61,391,217,"New York, NY and NJ",217,"New York, NY and NJ" +61,392,162,"Oakland, CA",162,"Oakland, CA" +61,393,268,"Seattle, WA",268,"Seattle, WA" +61,394,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +61,395,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +61,396,268,"Seattle, WA",268,"Seattle, WA" +61,397,197,"Portland, ME",197,"Portland, ME" +61,398,223,"New York, NY and NJ",223,"New York, NY and NJ" +61,399,253,"Beaumont, TX",253,"Beaumont, TX" +61,400,159,"Long Beach, CA",159,"Long Beach, CA" +61,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +61,402,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +61,403,159,"Long Beach, CA",159,"Long Beach, CA" +61,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +61,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +61,406,169,"Wilmington, DE",169,"Wilmington, DE" +61,407,217,"New York, NY and NJ",217,"New York, NY and NJ" +61,408,269,"Longview, WA",269,"Longview, WA" +61,409,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +61,410,159,"Long Beach, CA",159,"Long Beach, CA" +61,411,268,"Seattle, WA",268,"Seattle, WA" +61,412,197,"Portland, ME",197,"Portland, ME" +61,413,162,"Oakland, CA",162,"Oakland, CA" +61,414,195,"New Orleans, LA",195,"New Orleans, LA" +61,415,197,"Portland, ME",197,"Portland, ME" +61,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +61,417,162,"Oakland, CA",162,"Oakland, CA" +61,418,159,"Long Beach, CA",159,"Long Beach, CA" +61,419,244,"Providence, RI",244,"Providence, RI" +61,420,159,"Long Beach, CA",159,"Long Beach, CA" +61,421,162,"Oakland, CA",162,"Oakland, CA" +61,422,239,"Portland, OR",239,"Portland, OR" +61,423,159,"Long Beach, CA",159,"Long Beach, CA" +61,424,178,"Brunswick, GA",178,"Brunswick, GA" +61,425,159,"Long Beach, CA",159,"Long Beach, CA" +61,426,174,"Tampa, FL",174,"Tampa, FL" +61,427,152,"Mobile, AL",152,"Mobile, AL" +61,428,162,"Oakland, CA",162,"Oakland, CA" +61,429,159,"Long Beach, CA",159,"Long Beach, CA" +61,430,201,"Boston, MA",201,"Boston, MA" +61,431,198,"Baltimore, MD",198,"Baltimore, MD" +61,432,268,"Seattle, WA",268,"Seattle, WA" +61,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +61,434,241,"Philadelphia, PA",241,"Philadelphia, PA" +61,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +61,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +61,437,177,"Savannah, GA",177,"Savannah, GA" +61,438,172,"Port Everglades, FL",172,"Port Everglades, FL" +61,439,171,"Jacksonville, FL",171,"Jacksonville, FL" +61,440,245,"Charleston, SC",245,"Charleston, SC" +61,441,159,"Long Beach, CA",159,"Long Beach, CA" +61,442,169,"Wilmington, DE",169,"Wilmington, DE" +61,443,223,"New York, NY and NJ",223,"New York, NY and NJ" +61,444,162,"Oakland, CA",162,"Oakland, CA" +61,445,241,"Philadelphia, PA",241,"Philadelphia, PA" +61,446,217,"New York, NY and NJ",217,"New York, NY and NJ" +61,447,198,"Baltimore, MD",198,"Baltimore, MD" +61,448,198,"Baltimore, MD",198,"Baltimore, MD" +61,449,268,"Seattle, WA",268,"Seattle, WA" +61,450,245,"Charleston, SC",245,"Charleston, SC" +61,451,217,"New York, NY and NJ",217,"New York, NY and NJ" +61,452,201,"Boston, MA",201,"Boston, MA" +61,453,159,"Long Beach, CA",159,"Long Beach, CA" +61,454,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +61,455,198,"Baltimore, MD",198,"Baltimore, MD" +61,456,162,"Oakland, CA",162,"Oakland, CA" +61,457,244,"Providence, RI",244,"Providence, RI" +61,458,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +61,459,159,"Long Beach, CA",159,"Long Beach, CA" +61,460,198,"Baltimore, MD",198,"Baltimore, MD" +61,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +61,462,172,"Port Everglades, FL",172,"Port Everglades, FL" +61,463,217,"New York, NY and NJ",217,"New York, NY and NJ" +61,464,197,"Portland, ME",197,"Portland, ME" +61,465,268,"Seattle, WA",268,"Seattle, WA" +61,466,159,"Long Beach, CA",159,"Long Beach, CA" +61,467,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +61,468,159,"Long Beach, CA",159,"Long Beach, CA" +61,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +61,470,159,"Long Beach, CA",159,"Long Beach, CA" +61,471,198,"Baltimore, MD",198,"Baltimore, MD" +61,472,162,"Oakland, CA",162,"Oakland, CA" +61,473,268,"Seattle, WA",268,"Seattle, WA" +61,474,177,"Savannah, GA",177,"Savannah, GA" +61,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +61,476,159,"Long Beach, CA",159,"Long Beach, CA" +61,477,268,"Seattle, WA",268,"Seattle, WA" +61,478,177,"Savannah, GA",177,"Savannah, GA" +61,479,159,"Long Beach, CA",159,"Long Beach, CA" +61,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +61,481,198,"Baltimore, MD",198,"Baltimore, MD" +61,482,268,"Seattle, WA",268,"Seattle, WA" +61,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +61,484,152,"Mobile, AL",152,"Mobile, AL" +61,485,159,"Long Beach, CA",159,"Long Beach, CA" +61,486,268,"Seattle, WA",268,"Seattle, WA" +61,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +61,488,162,"Oakland, CA",162,"Oakland, CA" +61,489,159,"Long Beach, CA",159,"Long Beach, CA" +61,490,197,"Portland, ME",197,"Portland, ME" +61,491,245,"Charleston, SC",245,"Charleston, SC" +62,154,268,"Seattle, WA",268,"Seattle, WA" +62,179,159,"Long Beach, CA",159,"Long Beach, CA" +62,180,268,"Seattle, WA",268,"Seattle, WA" +62,274,159,"Long Beach, CA",159,"Long Beach, CA" +62,275,197,"Portland, ME",197,"Portland, ME" +62,276,217,"New York, NY and NJ",217,"New York, NY and NJ" +62,277,241,"Philadelphia, PA",241,"Philadelphia, PA" +62,278,241,"Philadelphia, PA",241,"Philadelphia, PA" +62,279,229,"Wilmington, NC",229,"Wilmington, NC" +62,280,174,"Tampa, FL",174,"Tampa, FL" +62,281,195,"New Orleans, LA",195,"New Orleans, LA" +62,282,217,"New York, NY and NJ",217,"New York, NY and NJ" +62,283,195,"New Orleans, LA",195,"New Orleans, LA" +62,284,159,"Long Beach, CA",159,"Long Beach, CA" +62,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +62,286,198,"Baltimore, MD",198,"Baltimore, MD" +62,287,177,"Savannah, GA",177,"Savannah, GA" +62,288,162,"Oakland, CA",162,"Oakland, CA" +62,289,268,"Seattle, WA",268,"Seattle, WA" +62,290,229,"Wilmington, NC",229,"Wilmington, NC" +62,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +62,292,198,"Baltimore, MD",198,"Baltimore, MD" +62,293,195,"New Orleans, LA",195,"New Orleans, LA" +62,294,201,"Boston, MA",201,"Boston, MA" +62,295,169,"Wilmington, DE",169,"Wilmington, DE" +62,296,159,"Long Beach, CA",159,"Long Beach, CA" +62,297,194,"Lake Charles, LA",194,"Lake Charles, LA" +62,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +62,299,217,"New York, NY and NJ",217,"New York, NY and NJ" +62,300,172,"Port Everglades, FL",172,"Port Everglades, FL" +62,301,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +62,302,172,"Port Everglades, FL",172,"Port Everglades, FL" +62,303,159,"Long Beach, CA",159,"Long Beach, CA" +62,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +62,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +62,306,217,"New York, NY and NJ",217,"New York, NY and NJ" +62,307,245,"Charleston, SC",245,"Charleston, SC" +62,308,159,"Long Beach, CA",159,"Long Beach, CA" +62,309,201,"Boston, MA",201,"Boston, MA" +62,310,195,"New Orleans, LA",195,"New Orleans, LA" +62,311,245,"Charleston, SC",245,"Charleston, SC" +62,312,171,"Jacksonville, FL",171,"Jacksonville, FL" +62,313,198,"Baltimore, MD",198,"Baltimore, MD" +62,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +62,315,195,"New Orleans, LA",195,"New Orleans, LA" +62,316,159,"Long Beach, CA",159,"Long Beach, CA" +62,317,162,"Oakland, CA",162,"Oakland, CA" +62,318,159,"Long Beach, CA",159,"Long Beach, CA" +62,319,195,"New Orleans, LA",195,"New Orleans, LA" +62,320,217,"New York, NY and NJ",217,"New York, NY and NJ" +62,321,241,"Philadelphia, PA",241,"Philadelphia, PA" +62,322,162,"Oakland, CA",162,"Oakland, CA" +62,323,194,"Lake Charles, LA",194,"Lake Charles, LA" +62,324,201,"Boston, MA",201,"Boston, MA" +62,325,174,"Tampa, FL",174,"Tampa, FL" +62,326,177,"Savannah, GA",177,"Savannah, GA" +62,327,198,"Baltimore, MD",198,"Baltimore, MD" +62,328,201,"Boston, MA",201,"Boston, MA" +62,329,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +62,330,201,"Boston, MA",201,"Boston, MA" +62,331,198,"Baltimore, MD",198,"Baltimore, MD" +62,332,229,"Wilmington, NC",229,"Wilmington, NC" +62,333,174,"Tampa, FL",174,"Tampa, FL" +62,334,177,"Savannah, GA",177,"Savannah, GA" +62,335,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +62,336,195,"New Orleans, LA",195,"New Orleans, LA" +62,337,217,"New York, NY and NJ",217,"New York, NY and NJ" +62,338,223,"New York, NY and NJ",223,"New York, NY and NJ" +62,339,198,"Baltimore, MD",198,"Baltimore, MD" +62,340,197,"Portland, ME",197,"Portland, ME" +62,341,195,"New Orleans, LA",195,"New Orleans, LA" +62,342,198,"Baltimore, MD",198,"Baltimore, MD" +62,343,159,"Long Beach, CA",159,"Long Beach, CA" +62,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +62,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +62,346,178,"Brunswick, GA",178,"Brunswick, GA" +62,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +62,348,244,"Providence, RI",244,"Providence, RI" +62,349,201,"Boston, MA",201,"Boston, MA" +62,350,217,"New York, NY and NJ",217,"New York, NY and NJ" +62,351,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +62,352,198,"Baltimore, MD",198,"Baltimore, MD" +62,353,201,"Boston, MA",201,"Boston, MA" +62,354,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +62,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +62,356,174,"Tampa, FL",174,"Tampa, FL" +62,357,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +62,358,197,"Portland, ME",197,"Portland, ME" +62,359,241,"Philadelphia, PA",241,"Philadelphia, PA" +62,360,177,"Savannah, GA",177,"Savannah, GA" +62,361,152,"Mobile, AL",152,"Mobile, AL" +62,362,241,"Philadelphia, PA",241,"Philadelphia, PA" +62,363,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +62,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +62,365,201,"Boston, MA",201,"Boston, MA" +62,366,159,"Long Beach, CA",159,"Long Beach, CA" +62,367,159,"Long Beach, CA",159,"Long Beach, CA" +62,368,269,"Longview, WA",269,"Longview, WA" +62,369,159,"Long Beach, CA",159,"Long Beach, CA" +62,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +62,371,268,"Seattle, WA",268,"Seattle, WA" +62,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +62,373,245,"Charleston, SC",245,"Charleston, SC" +62,374,239,"Portland, OR",239,"Portland, OR" +62,375,162,"Oakland, CA",162,"Oakland, CA" +62,376,159,"Long Beach, CA",159,"Long Beach, CA" +62,377,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +62,378,195,"New Orleans, LA",195,"New Orleans, LA" +62,379,159,"Long Beach, CA",159,"Long Beach, CA" +62,380,159,"Long Beach, CA",159,"Long Beach, CA" +62,381,159,"Long Beach, CA",159,"Long Beach, CA" +62,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +62,383,162,"Oakland, CA",162,"Oakland, CA" +62,384,223,"New York, NY and NJ",223,"New York, NY and NJ" +62,385,217,"New York, NY and NJ",217,"New York, NY and NJ" +62,386,217,"New York, NY and NJ",217,"New York, NY and NJ" +62,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +62,388,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +62,389,244,"Providence, RI",244,"Providence, RI" +62,390,229,"Wilmington, NC",229,"Wilmington, NC" +62,391,229,"Wilmington, NC",229,"Wilmington, NC" +62,392,162,"Oakland, CA",162,"Oakland, CA" +62,393,159,"Long Beach, CA",159,"Long Beach, CA" +62,394,217,"New York, NY and NJ",217,"New York, NY and NJ" +62,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +62,396,159,"Long Beach, CA",159,"Long Beach, CA" +62,397,197,"Portland, ME",197,"Portland, ME" +62,398,223,"New York, NY and NJ",223,"New York, NY and NJ" +62,399,257,"Houston, TX",257,"Houston, TX" +62,400,159,"Long Beach, CA",159,"Long Beach, CA" +62,401,229,"Wilmington, NC",229,"Wilmington, NC" +62,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +62,403,268,"Seattle, WA",268,"Seattle, WA" +62,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +62,405,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +62,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +62,407,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +62,408,162,"Oakland, CA",162,"Oakland, CA" +62,409,217,"New York, NY and NJ",217,"New York, NY and NJ" +62,410,159,"Long Beach, CA",159,"Long Beach, CA" +62,411,268,"Seattle, WA",268,"Seattle, WA" +62,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +62,413,159,"Long Beach, CA",159,"Long Beach, CA" +62,414,253,"Beaumont, TX",253,"Beaumont, TX" +62,415,241,"Philadelphia, PA",241,"Philadelphia, PA" +62,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +62,417,268,"Seattle, WA",268,"Seattle, WA" +62,418,159,"Long Beach, CA",159,"Long Beach, CA" +62,419,241,"Philadelphia, PA",241,"Philadelphia, PA" +62,420,159,"Long Beach, CA",159,"Long Beach, CA" +62,421,159,"Long Beach, CA",159,"Long Beach, CA" +62,422,162,"Oakland, CA",162,"Oakland, CA" +62,423,268,"Seattle, WA",268,"Seattle, WA" +62,424,174,"Tampa, FL",174,"Tampa, FL" +62,425,159,"Long Beach, CA",159,"Long Beach, CA" +62,426,171,"Jacksonville, FL",171,"Jacksonville, FL" +62,427,195,"New Orleans, LA",195,"New Orleans, LA" +62,428,269,"Longview, WA",269,"Longview, WA" +62,429,162,"Oakland, CA",162,"Oakland, CA" +62,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +62,431,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +62,432,268,"Seattle, WA",268,"Seattle, WA" +62,433,241,"Philadelphia, PA",241,"Philadelphia, PA" +62,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +62,435,198,"Baltimore, MD",198,"Baltimore, MD" +62,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +62,437,223,"New York, NY and NJ",223,"New York, NY and NJ" +62,438,177,"Savannah, GA",177,"Savannah, GA" +62,439,198,"Baltimore, MD",198,"Baltimore, MD" +62,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +62,441,159,"Long Beach, CA",159,"Long Beach, CA" +62,442,198,"Baltimore, MD",198,"Baltimore, MD" +62,443,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +62,444,177,"Savannah, GA",177,"Savannah, GA" +62,445,197,"Portland, ME",197,"Portland, ME" +62,446,241,"Philadelphia, PA",241,"Philadelphia, PA" +62,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +62,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +62,449,268,"Seattle, WA",268,"Seattle, WA" +62,450,172,"Port Everglades, FL",172,"Port Everglades, FL" +62,451,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +62,452,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +62,453,159,"Long Beach, CA",159,"Long Beach, CA" +62,454,197,"Portland, ME",197,"Portland, ME" +62,455,241,"Philadelphia, PA",241,"Philadelphia, PA" +62,456,159,"Long Beach, CA",159,"Long Beach, CA" +62,457,198,"Baltimore, MD",198,"Baltimore, MD" +62,458,241,"Philadelphia, PA",241,"Philadelphia, PA" +62,459,162,"Oakland, CA",162,"Oakland, CA" +62,460,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +62,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +62,462,198,"Baltimore, MD",198,"Baltimore, MD" +62,463,201,"Boston, MA",201,"Boston, MA" +62,464,198,"Baltimore, MD",198,"Baltimore, MD" +62,465,162,"Oakland, CA",162,"Oakland, CA" +62,466,159,"Long Beach, CA",159,"Long Beach, CA" +62,467,198,"Baltimore, MD",198,"Baltimore, MD" +62,468,159,"Long Beach, CA",159,"Long Beach, CA" +62,469,197,"Portland, ME",197,"Portland, ME" +62,470,269,"Longview, WA",269,"Longview, WA" +62,471,223,"New York, NY and NJ",223,"New York, NY and NJ" +62,472,159,"Long Beach, CA",159,"Long Beach, CA" +62,473,159,"Long Beach, CA",159,"Long Beach, CA" +62,474,229,"Wilmington, NC",229,"Wilmington, NC" +62,475,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +62,476,159,"Long Beach, CA",159,"Long Beach, CA" +62,477,159,"Long Beach, CA",159,"Long Beach, CA" +62,478,177,"Savannah, GA",177,"Savannah, GA" +62,479,159,"Long Beach, CA",159,"Long Beach, CA" +62,480,217,"New York, NY and NJ",217,"New York, NY and NJ" +62,481,223,"New York, NY and NJ",223,"New York, NY and NJ" +62,482,269,"Longview, WA",269,"Longview, WA" +62,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +62,484,177,"Savannah, GA",177,"Savannah, GA" +62,485,268,"Seattle, WA",268,"Seattle, WA" +62,486,162,"Oakland, CA",162,"Oakland, CA" +62,487,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +62,488,159,"Long Beach, CA",159,"Long Beach, CA" +62,489,159,"Long Beach, CA",159,"Long Beach, CA" +62,490,197,"Portland, ME",197,"Portland, ME" +62,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +63,154,268,"Seattle, WA",268,"Seattle, WA" +63,179,159,"Long Beach, CA",159,"Long Beach, CA" +63,180,159,"Long Beach, CA",159,"Long Beach, CA" +63,274,268,"Seattle, WA",268,"Seattle, WA" +63,275,197,"Portland, ME",197,"Portland, ME" +63,276,197,"Portland, ME",197,"Portland, ME" +63,277,244,"Providence, RI",244,"Providence, RI" +63,278,217,"New York, NY and NJ",217,"New York, NY and NJ" +63,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +63,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +63,281,245,"Charleston, SC",245,"Charleston, SC" +63,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +63,283,171,"Jacksonville, FL",171,"Jacksonville, FL" +63,284,239,"Portland, OR",239,"Portland, OR" +63,285,197,"Portland, ME",197,"Portland, ME" +63,286,217,"New York, NY and NJ",217,"New York, NY and NJ" +63,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +63,288,159,"Long Beach, CA",159,"Long Beach, CA" +63,289,159,"Long Beach, CA",159,"Long Beach, CA" +63,290,171,"Jacksonville, FL",171,"Jacksonville, FL" +63,291,244,"Providence, RI",244,"Providence, RI" +63,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +63,293,152,"Mobile, AL",152,"Mobile, AL" +63,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +63,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +63,296,159,"Long Beach, CA",159,"Long Beach, CA" +63,297,178,"Brunswick, GA",178,"Brunswick, GA" +63,298,241,"Philadelphia, PA",241,"Philadelphia, PA" +63,299,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +63,300,177,"Savannah, GA",177,"Savannah, GA" +63,301,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +63,302,177,"Savannah, GA",177,"Savannah, GA" +63,303,162,"Oakland, CA",162,"Oakland, CA" +63,304,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +63,305,244,"Providence, RI",244,"Providence, RI" +63,306,217,"New York, NY and NJ",217,"New York, NY and NJ" +63,307,241,"Philadelphia, PA",241,"Philadelphia, PA" +63,308,269,"Longview, WA",269,"Longview, WA" +63,309,201,"Boston, MA",201,"Boston, MA" +63,310,217,"New York, NY and NJ",217,"New York, NY and NJ" +63,311,217,"New York, NY and NJ",217,"New York, NY and NJ" +63,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +63,313,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +63,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +63,315,174,"Tampa, FL",174,"Tampa, FL" +63,316,162,"Oakland, CA",162,"Oakland, CA" +63,317,269,"Longview, WA",269,"Longview, WA" +63,318,159,"Long Beach, CA",159,"Long Beach, CA" +63,319,174,"Tampa, FL",174,"Tampa, FL" +63,320,198,"Baltimore, MD",198,"Baltimore, MD" +63,321,217,"New York, NY and NJ",217,"New York, NY and NJ" +63,322,268,"Seattle, WA",268,"Seattle, WA" +63,323,152,"Mobile, AL",152,"Mobile, AL" +63,324,201,"Boston, MA",201,"Boston, MA" +63,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +63,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +63,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +63,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +63,329,201,"Boston, MA",201,"Boston, MA" +63,330,201,"Boston, MA",201,"Boston, MA" +63,331,169,"Wilmington, DE",169,"Wilmington, DE" +63,332,229,"Wilmington, NC",229,"Wilmington, NC" +63,333,177,"Savannah, GA",177,"Savannah, GA" +63,334,172,"Port Everglades, FL",172,"Port Everglades, FL" +63,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +63,336,195,"New Orleans, LA",195,"New Orleans, LA" +63,337,201,"Boston, MA",201,"Boston, MA" +63,338,223,"New York, NY and NJ",223,"New York, NY and NJ" +63,339,241,"Philadelphia, PA",241,"Philadelphia, PA" +63,340,217,"New York, NY and NJ",217,"New York, NY and NJ" +63,341,241,"Philadelphia, PA",241,"Philadelphia, PA" +63,342,201,"Boston, MA",201,"Boston, MA" +63,343,159,"Long Beach, CA",159,"Long Beach, CA" +63,344,201,"Boston, MA",201,"Boston, MA" +63,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +63,346,174,"Tampa, FL",174,"Tampa, FL" +63,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +63,348,223,"New York, NY and NJ",223,"New York, NY and NJ" +63,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +63,350,241,"Philadelphia, PA",241,"Philadelphia, PA" +63,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +63,352,197,"Portland, ME",197,"Portland, ME" +63,353,198,"Baltimore, MD",198,"Baltimore, MD" +63,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +63,355,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +63,356,195,"New Orleans, LA",195,"New Orleans, LA" +63,357,223,"New York, NY and NJ",223,"New York, NY and NJ" +63,358,169,"Wilmington, DE",169,"Wilmington, DE" +63,359,174,"Tampa, FL",174,"Tampa, FL" +63,360,245,"Charleston, SC",245,"Charleston, SC" +63,361,172,"Port Everglades, FL",172,"Port Everglades, FL" +63,362,217,"New York, NY and NJ",217,"New York, NY and NJ" +63,363,172,"Port Everglades, FL",172,"Port Everglades, FL" +63,364,197,"Portland, ME",197,"Portland, ME" +63,365,198,"Baltimore, MD",198,"Baltimore, MD" +63,366,268,"Seattle, WA",268,"Seattle, WA" +63,367,159,"Long Beach, CA",159,"Long Beach, CA" +63,368,162,"Oakland, CA",162,"Oakland, CA" +63,369,159,"Long Beach, CA",159,"Long Beach, CA" +63,370,201,"Boston, MA",201,"Boston, MA" +63,371,268,"Seattle, WA",268,"Seattle, WA" +63,372,201,"Boston, MA",201,"Boston, MA" +63,373,171,"Jacksonville, FL",171,"Jacksonville, FL" +63,374,159,"Long Beach, CA",159,"Long Beach, CA" +63,375,159,"Long Beach, CA",159,"Long Beach, CA" +63,376,159,"Long Beach, CA",159,"Long Beach, CA" +63,377,241,"Philadelphia, PA",241,"Philadelphia, PA" +63,378,174,"Tampa, FL",174,"Tampa, FL" +63,379,268,"Seattle, WA",268,"Seattle, WA" +63,380,159,"Long Beach, CA",159,"Long Beach, CA" +63,381,268,"Seattle, WA",268,"Seattle, WA" +63,382,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +63,383,268,"Seattle, WA",268,"Seattle, WA" +63,384,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +63,385,201,"Boston, MA",201,"Boston, MA" +63,386,201,"Boston, MA",201,"Boston, MA" +63,387,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +63,388,197,"Portland, ME",197,"Portland, ME" +63,389,241,"Philadelphia, PA",241,"Philadelphia, PA" +63,390,223,"New York, NY and NJ",223,"New York, NY and NJ" +63,391,169,"Wilmington, DE",169,"Wilmington, DE" +63,392,159,"Long Beach, CA",159,"Long Beach, CA" +63,393,159,"Long Beach, CA",159,"Long Beach, CA" +63,394,244,"Providence, RI",244,"Providence, RI" +63,395,197,"Portland, ME",197,"Portland, ME" +63,396,268,"Seattle, WA",268,"Seattle, WA" +63,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +63,398,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +63,399,172,"Port Everglades, FL",172,"Port Everglades, FL" +63,400,159,"Long Beach, CA",159,"Long Beach, CA" +63,401,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +63,402,241,"Philadelphia, PA",241,"Philadelphia, PA" +63,403,159,"Long Beach, CA",159,"Long Beach, CA" +63,404,241,"Philadelphia, PA",241,"Philadelphia, PA" +63,405,177,"Savannah, GA",177,"Savannah, GA" +63,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +63,407,223,"New York, NY and NJ",223,"New York, NY and NJ" +63,408,159,"Long Beach, CA",159,"Long Beach, CA" +63,409,198,"Baltimore, MD",198,"Baltimore, MD" +63,410,239,"Portland, OR",239,"Portland, OR" +63,411,159,"Long Beach, CA",159,"Long Beach, CA" +63,412,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +63,413,159,"Long Beach, CA",159,"Long Beach, CA" +63,414,257,"Houston, TX",257,"Houston, TX" +63,415,217,"New York, NY and NJ",217,"New York, NY and NJ" +63,416,169,"Wilmington, DE",169,"Wilmington, DE" +63,417,159,"Long Beach, CA",159,"Long Beach, CA" +63,418,159,"Long Beach, CA",159,"Long Beach, CA" +63,419,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +63,420,268,"Seattle, WA",268,"Seattle, WA" +63,421,159,"Long Beach, CA",159,"Long Beach, CA" +63,422,159,"Long Beach, CA",159,"Long Beach, CA" +63,423,159,"Long Beach, CA",159,"Long Beach, CA" +63,424,208,"Pascagoula, MS",208,"Pascagoula, MS" +63,425,269,"Longview, WA",269,"Longview, WA" +63,426,195,"New Orleans, LA",195,"New Orleans, LA" +63,427,194,"Lake Charles, LA",194,"Lake Charles, LA" +63,428,159,"Long Beach, CA",159,"Long Beach, CA" +63,429,159,"Long Beach, CA",159,"Long Beach, CA" +63,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +63,431,223,"New York, NY and NJ",223,"New York, NY and NJ" +63,432,239,"Portland, OR",239,"Portland, OR" +63,433,197,"Portland, ME",197,"Portland, ME" +63,434,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +63,435,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +63,436,201,"Boston, MA",201,"Boston, MA" +63,437,229,"Wilmington, NC",229,"Wilmington, NC" +63,438,177,"Savannah, GA",177,"Savannah, GA" +63,439,177,"Savannah, GA",177,"Savannah, GA" +63,440,177,"Savannah, GA",177,"Savannah, GA" +63,441,162,"Oakland, CA",162,"Oakland, CA" +63,442,197,"Portland, ME",197,"Portland, ME" +63,443,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +63,444,159,"Long Beach, CA",159,"Long Beach, CA" +63,445,223,"New York, NY and NJ",223,"New York, NY and NJ" +63,446,197,"Portland, ME",197,"Portland, ME" +63,447,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +63,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +63,449,162,"Oakland, CA",162,"Oakland, CA" +63,450,172,"Port Everglades, FL",172,"Port Everglades, FL" +63,451,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +63,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +63,453,162,"Oakland, CA",162,"Oakland, CA" +63,454,223,"New York, NY and NJ",223,"New York, NY and NJ" +63,455,245,"Charleston, SC",245,"Charleston, SC" +63,456,268,"Seattle, WA",268,"Seattle, WA" +63,457,223,"New York, NY and NJ",223,"New York, NY and NJ" +63,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +63,459,159,"Long Beach, CA",159,"Long Beach, CA" +63,460,198,"Baltimore, MD",198,"Baltimore, MD" +63,461,245,"Charleston, SC",245,"Charleston, SC" +63,462,197,"Portland, ME",197,"Portland, ME" +63,463,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +63,464,241,"Philadelphia, PA",241,"Philadelphia, PA" +63,465,159,"Long Beach, CA",159,"Long Beach, CA" +63,466,268,"Seattle, WA",268,"Seattle, WA" +63,467,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +63,468,269,"Longview, WA",269,"Longview, WA" +63,469,241,"Philadelphia, PA",241,"Philadelphia, PA" +63,470,159,"Long Beach, CA",159,"Long Beach, CA" +63,471,241,"Philadelphia, PA",241,"Philadelphia, PA" +63,472,159,"Long Beach, CA",159,"Long Beach, CA" +63,473,268,"Seattle, WA",268,"Seattle, WA" +63,474,174,"Tampa, FL",174,"Tampa, FL" +63,475,241,"Philadelphia, PA",241,"Philadelphia, PA" +63,476,159,"Long Beach, CA",159,"Long Beach, CA" +63,477,159,"Long Beach, CA",159,"Long Beach, CA" +63,478,177,"Savannah, GA",177,"Savannah, GA" +63,479,159,"Long Beach, CA",159,"Long Beach, CA" +63,480,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +63,481,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +63,482,269,"Longview, WA",269,"Longview, WA" +63,483,244,"Providence, RI",244,"Providence, RI" +63,484,177,"Savannah, GA",177,"Savannah, GA" +63,485,159,"Long Beach, CA",159,"Long Beach, CA" +63,486,159,"Long Beach, CA",159,"Long Beach, CA" +63,487,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +63,488,159,"Long Beach, CA",159,"Long Beach, CA" +63,489,268,"Seattle, WA",268,"Seattle, WA" +63,490,197,"Portland, ME",197,"Portland, ME" +63,491,198,"Baltimore, MD",198,"Baltimore, MD" +64,154,159,"Long Beach, CA",159,"Long Beach, CA" +64,179,268,"Seattle, WA",268,"Seattle, WA" +64,180,162,"Oakland, CA",162,"Oakland, CA" +64,274,269,"Longview, WA",269,"Longview, WA" +64,275,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +64,276,241,"Philadelphia, PA",241,"Philadelphia, PA" +64,277,201,"Boston, MA",201,"Boston, MA" +64,278,229,"Wilmington, NC",229,"Wilmington, NC" +64,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +64,280,177,"Savannah, GA",177,"Savannah, GA" +64,281,172,"Port Everglades, FL",172,"Port Everglades, FL" +64,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +64,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +64,284,159,"Long Beach, CA",159,"Long Beach, CA" +64,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +64,286,241,"Philadelphia, PA",241,"Philadelphia, PA" +64,287,177,"Savannah, GA",177,"Savannah, GA" +64,288,239,"Portland, OR",239,"Portland, OR" +64,289,268,"Seattle, WA",268,"Seattle, WA" +64,290,172,"Port Everglades, FL",172,"Port Everglades, FL" +64,291,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +64,292,198,"Baltimore, MD",198,"Baltimore, MD" +64,293,152,"Mobile, AL",152,"Mobile, AL" +64,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +64,295,223,"New York, NY and NJ",223,"New York, NY and NJ" +64,296,159,"Long Beach, CA",159,"Long Beach, CA" +64,297,174,"Tampa, FL",174,"Tampa, FL" +64,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +64,299,201,"Boston, MA",201,"Boston, MA" +64,300,174,"Tampa, FL",174,"Tampa, FL" +64,301,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +64,302,178,"Brunswick, GA",178,"Brunswick, GA" +64,303,239,"Portland, OR",239,"Portland, OR" +64,304,169,"Wilmington, DE",169,"Wilmington, DE" +64,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +64,306,217,"New York, NY and NJ",217,"New York, NY and NJ" +64,307,197,"Portland, ME",197,"Portland, ME" +64,308,239,"Portland, OR",239,"Portland, OR" +64,309,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +64,310,268,"Seattle, WA",268,"Seattle, WA" +64,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +64,312,174,"Tampa, FL",174,"Tampa, FL" +64,313,217,"New York, NY and NJ",217,"New York, NY and NJ" +64,314,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +64,315,195,"New Orleans, LA",195,"New Orleans, LA" +64,316,159,"Long Beach, CA",159,"Long Beach, CA" +64,317,268,"Seattle, WA",268,"Seattle, WA" +64,318,159,"Long Beach, CA",159,"Long Beach, CA" +64,319,177,"Savannah, GA",177,"Savannah, GA" +64,320,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +64,321,197,"Portland, ME",197,"Portland, ME" +64,322,268,"Seattle, WA",268,"Seattle, WA" +64,323,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +64,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +64,325,177,"Savannah, GA",177,"Savannah, GA" +64,326,174,"Tampa, FL",174,"Tampa, FL" +64,327,241,"Philadelphia, PA",241,"Philadelphia, PA" +64,328,217,"New York, NY and NJ",217,"New York, NY and NJ" +64,329,223,"New York, NY and NJ",223,"New York, NY and NJ" +64,330,197,"Portland, ME",197,"Portland, ME" +64,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +64,332,177,"Savannah, GA",177,"Savannah, GA" +64,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +64,334,174,"Tampa, FL",174,"Tampa, FL" +64,335,223,"New York, NY and NJ",223,"New York, NY and NJ" +64,336,177,"Savannah, GA",177,"Savannah, GA" +64,337,217,"New York, NY and NJ",217,"New York, NY and NJ" +64,338,197,"Portland, ME",197,"Portland, ME" +64,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +64,340,223,"New York, NY and NJ",223,"New York, NY and NJ" +64,341,171,"Jacksonville, FL",171,"Jacksonville, FL" +64,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +64,343,159,"Long Beach, CA",159,"Long Beach, CA" +64,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +64,345,201,"Boston, MA",201,"Boston, MA" +64,346,194,"Lake Charles, LA",194,"Lake Charles, LA" +64,347,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +64,348,241,"Philadelphia, PA",241,"Philadelphia, PA" +64,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +64,350,197,"Portland, ME",197,"Portland, ME" +64,351,217,"New York, NY and NJ",217,"New York, NY and NJ" +64,352,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +64,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +64,354,241,"Philadelphia, PA",241,"Philadelphia, PA" +64,355,245,"Charleston, SC",245,"Charleston, SC" +64,356,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +64,357,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +64,358,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +64,359,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +64,360,174,"Tampa, FL",174,"Tampa, FL" +64,361,257,"Houston, TX",257,"Houston, TX" +64,362,197,"Portland, ME",197,"Portland, ME" +64,363,195,"New Orleans, LA",195,"New Orleans, LA" +64,364,201,"Boston, MA",201,"Boston, MA" +64,365,197,"Portland, ME",197,"Portland, ME" +64,366,159,"Long Beach, CA",159,"Long Beach, CA" +64,367,159,"Long Beach, CA",159,"Long Beach, CA" +64,368,239,"Portland, OR",239,"Portland, OR" +64,369,268,"Seattle, WA",268,"Seattle, WA" +64,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +64,371,268,"Seattle, WA",268,"Seattle, WA" +64,372,198,"Baltimore, MD",198,"Baltimore, MD" +64,373,174,"Tampa, FL",174,"Tampa, FL" +64,374,162,"Oakland, CA",162,"Oakland, CA" +64,375,159,"Long Beach, CA",159,"Long Beach, CA" +64,376,162,"Oakland, CA",162,"Oakland, CA" +64,377,201,"Boston, MA",201,"Boston, MA" +64,378,172,"Port Everglades, FL",172,"Port Everglades, FL" +64,379,162,"Oakland, CA",162,"Oakland, CA" +64,380,268,"Seattle, WA",268,"Seattle, WA" +64,381,162,"Oakland, CA",162,"Oakland, CA" +64,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +64,383,159,"Long Beach, CA",159,"Long Beach, CA" +64,384,217,"New York, NY and NJ",217,"New York, NY and NJ" +64,385,241,"Philadelphia, PA",241,"Philadelphia, PA" +64,386,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +64,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +64,388,201,"Boston, MA",201,"Boston, MA" +64,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +64,390,217,"New York, NY and NJ",217,"New York, NY and NJ" +64,391,201,"Boston, MA",201,"Boston, MA" +64,392,159,"Long Beach, CA",159,"Long Beach, CA" +64,393,159,"Long Beach, CA",159,"Long Beach, CA" +64,394,245,"Charleston, SC",245,"Charleston, SC" +64,395,217,"New York, NY and NJ",217,"New York, NY and NJ" +64,396,162,"Oakland, CA",162,"Oakland, CA" +64,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +64,398,217,"New York, NY and NJ",217,"New York, NY and NJ" +64,399,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +64,400,159,"Long Beach, CA",159,"Long Beach, CA" +64,401,201,"Boston, MA",201,"Boston, MA" +64,402,197,"Portland, ME",197,"Portland, ME" +64,403,159,"Long Beach, CA",159,"Long Beach, CA" +64,404,241,"Philadelphia, PA",241,"Philadelphia, PA" +64,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +64,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +64,407,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +64,408,159,"Long Beach, CA",159,"Long Beach, CA" +64,409,217,"New York, NY and NJ",217,"New York, NY and NJ" +64,410,162,"Oakland, CA",162,"Oakland, CA" +64,411,162,"Oakland, CA",162,"Oakland, CA" +64,412,244,"Providence, RI",244,"Providence, RI" +64,413,162,"Oakland, CA",162,"Oakland, CA" +64,414,245,"Charleston, SC",245,"Charleston, SC" +64,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +64,416,244,"Providence, RI",244,"Providence, RI" +64,417,159,"Long Beach, CA",159,"Long Beach, CA" +64,418,268,"Seattle, WA",268,"Seattle, WA" +64,419,217,"New York, NY and NJ",217,"New York, NY and NJ" +64,420,159,"Long Beach, CA",159,"Long Beach, CA" +64,421,268,"Seattle, WA",268,"Seattle, WA" +64,422,159,"Long Beach, CA",159,"Long Beach, CA" +64,423,159,"Long Beach, CA",159,"Long Beach, CA" +64,424,172,"Port Everglades, FL",172,"Port Everglades, FL" +64,425,268,"Seattle, WA",268,"Seattle, WA" +64,426,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +64,427,177,"Savannah, GA",177,"Savannah, GA" +64,428,159,"Long Beach, CA",159,"Long Beach, CA" +64,429,159,"Long Beach, CA",159,"Long Beach, CA" +64,430,198,"Baltimore, MD",198,"Baltimore, MD" +64,431,197,"Portland, ME",197,"Portland, ME" +64,432,159,"Long Beach, CA",159,"Long Beach, CA" +64,433,245,"Charleston, SC",245,"Charleston, SC" +64,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +64,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +64,436,201,"Boston, MA",201,"Boston, MA" +64,437,245,"Charleston, SC",245,"Charleston, SC" +64,438,229,"Wilmington, NC",229,"Wilmington, NC" +64,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +64,440,245,"Charleston, SC",245,"Charleston, SC" +64,441,159,"Long Beach, CA",159,"Long Beach, CA" +64,442,197,"Portland, ME",197,"Portland, ME" +64,443,197,"Portland, ME",197,"Portland, ME" +64,444,159,"Long Beach, CA",159,"Long Beach, CA" +64,445,201,"Boston, MA",201,"Boston, MA" +64,446,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +64,447,197,"Portland, ME",197,"Portland, ME" +64,448,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +64,449,268,"Seattle, WA",268,"Seattle, WA" +64,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +64,451,244,"Providence, RI",244,"Providence, RI" +64,452,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +64,453,162,"Oakland, CA",162,"Oakland, CA" +64,454,198,"Baltimore, MD",198,"Baltimore, MD" +64,455,217,"New York, NY and NJ",217,"New York, NY and NJ" +64,456,268,"Seattle, WA",268,"Seattle, WA" +64,457,201,"Boston, MA",201,"Boston, MA" +64,458,217,"New York, NY and NJ",217,"New York, NY and NJ" +64,459,268,"Seattle, WA",268,"Seattle, WA" +64,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +64,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +64,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +64,463,241,"Philadelphia, PA",241,"Philadelphia, PA" +64,464,197,"Portland, ME",197,"Portland, ME" +64,465,269,"Longview, WA",269,"Longview, WA" +64,466,159,"Long Beach, CA",159,"Long Beach, CA" +64,467,177,"Savannah, GA",177,"Savannah, GA" +64,468,162,"Oakland, CA",162,"Oakland, CA" +64,469,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +64,470,159,"Long Beach, CA",159,"Long Beach, CA" +64,471,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +64,472,159,"Long Beach, CA",159,"Long Beach, CA" +64,473,162,"Oakland, CA",162,"Oakland, CA" +64,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +64,475,197,"Portland, ME",197,"Portland, ME" +64,476,159,"Long Beach, CA",159,"Long Beach, CA" +64,477,239,"Portland, OR",239,"Portland, OR" +64,478,177,"Savannah, GA",177,"Savannah, GA" +64,479,268,"Seattle, WA",268,"Seattle, WA" +64,480,201,"Boston, MA",201,"Boston, MA" +64,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +64,482,162,"Oakland, CA",162,"Oakland, CA" +64,483,223,"New York, NY and NJ",223,"New York, NY and NJ" +64,484,208,"Pascagoula, MS",208,"Pascagoula, MS" +64,485,159,"Long Beach, CA",159,"Long Beach, CA" +64,486,239,"Portland, OR",239,"Portland, OR" +64,487,152,"Mobile, AL",152,"Mobile, AL" +64,488,162,"Oakland, CA",162,"Oakland, CA" +64,489,268,"Seattle, WA",268,"Seattle, WA" +64,490,198,"Baltimore, MD",198,"Baltimore, MD" +64,491,198,"Baltimore, MD",198,"Baltimore, MD" +65,154,162,"Oakland, CA",162,"Oakland, CA" +65,179,159,"Long Beach, CA",159,"Long Beach, CA" +65,180,159,"Long Beach, CA",159,"Long Beach, CA" +65,274,159,"Long Beach, CA",159,"Long Beach, CA" +65,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,277,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +65,278,217,"New York, NY and NJ",217,"New York, NY and NJ" +65,279,245,"Charleston, SC",245,"Charleston, SC" +65,280,171,"Jacksonville, FL",171,"Jacksonville, FL" +65,281,152,"Mobile, AL",152,"Mobile, AL" +65,282,241,"Philadelphia, PA",241,"Philadelphia, PA" +65,283,245,"Charleston, SC",245,"Charleston, SC" +65,284,159,"Long Beach, CA",159,"Long Beach, CA" +65,285,241,"Philadelphia, PA",241,"Philadelphia, PA" +65,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,287,245,"Charleston, SC",245,"Charleston, SC" +65,288,268,"Seattle, WA",268,"Seattle, WA" +65,289,239,"Portland, OR",239,"Portland, OR" +65,290,198,"Baltimore, MD",198,"Baltimore, MD" +65,291,197,"Portland, ME",197,"Portland, ME" +65,292,197,"Portland, ME",197,"Portland, ME" +65,293,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +65,294,197,"Portland, ME",197,"Portland, ME" +65,295,241,"Philadelphia, PA",241,"Philadelphia, PA" +65,296,159,"Long Beach, CA",159,"Long Beach, CA" +65,297,195,"New Orleans, LA",195,"New Orleans, LA" +65,298,198,"Baltimore, MD",198,"Baltimore, MD" +65,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,300,174,"Tampa, FL",174,"Tampa, FL" +65,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,302,177,"Savannah, GA",177,"Savannah, GA" +65,303,159,"Long Beach, CA",159,"Long Beach, CA" +65,304,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +65,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +65,306,217,"New York, NY and NJ",217,"New York, NY and NJ" +65,307,201,"Boston, MA",201,"Boston, MA" +65,308,159,"Long Beach, CA",159,"Long Beach, CA" +65,309,244,"Providence, RI",244,"Providence, RI" +65,310,208,"Pascagoula, MS",208,"Pascagoula, MS" +65,311,197,"Portland, ME",197,"Portland, ME" +65,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +65,313,217,"New York, NY and NJ",217,"New York, NY and NJ" +65,314,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +65,315,171,"Jacksonville, FL",171,"Jacksonville, FL" +65,316,159,"Long Beach, CA",159,"Long Beach, CA" +65,317,159,"Long Beach, CA",159,"Long Beach, CA" +65,318,159,"Long Beach, CA",159,"Long Beach, CA" +65,319,177,"Savannah, GA",177,"Savannah, GA" +65,320,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,321,245,"Charleston, SC",245,"Charleston, SC" +65,322,159,"Long Beach, CA",159,"Long Beach, CA" +65,323,195,"New Orleans, LA",195,"New Orleans, LA" +65,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,325,152,"Mobile, AL",152,"Mobile, AL" +65,326,177,"Savannah, GA",177,"Savannah, GA" +65,327,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +65,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,329,201,"Boston, MA",201,"Boston, MA" +65,330,201,"Boston, MA",201,"Boston, MA" +65,331,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +65,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +65,333,171,"Jacksonville, FL",171,"Jacksonville, FL" +65,334,195,"New Orleans, LA",195,"New Orleans, LA" +65,335,169,"Wilmington, DE",169,"Wilmington, DE" +65,336,195,"New Orleans, LA",195,"New Orleans, LA" +65,337,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,338,201,"Boston, MA",201,"Boston, MA" +65,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,340,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,341,194,"Lake Charles, LA",194,"Lake Charles, LA" +65,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,343,269,"Longview, WA",269,"Longview, WA" +65,344,198,"Baltimore, MD",198,"Baltimore, MD" +65,345,198,"Baltimore, MD",198,"Baltimore, MD" +65,346,208,"Pascagoula, MS",208,"Pascagoula, MS" +65,347,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,348,217,"New York, NY and NJ",217,"New York, NY and NJ" +65,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,350,201,"Boston, MA",201,"Boston, MA" +65,351,217,"New York, NY and NJ",217,"New York, NY and NJ" +65,352,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +65,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +65,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +65,356,195,"New Orleans, LA",195,"New Orleans, LA" +65,357,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +65,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +65,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +65,360,177,"Savannah, GA",177,"Savannah, GA" +65,361,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +65,362,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +65,363,152,"Mobile, AL",152,"Mobile, AL" +65,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,366,159,"Long Beach, CA",159,"Long Beach, CA" +65,367,159,"Long Beach, CA",159,"Long Beach, CA" +65,368,159,"Long Beach, CA",159,"Long Beach, CA" +65,369,269,"Longview, WA",269,"Longview, WA" +65,370,217,"New York, NY and NJ",217,"New York, NY and NJ" +65,371,239,"Portland, OR",239,"Portland, OR" +65,372,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +65,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +65,374,268,"Seattle, WA",268,"Seattle, WA" +65,375,162,"Oakland, CA",162,"Oakland, CA" +65,376,159,"Long Beach, CA",159,"Long Beach, CA" +65,377,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +65,378,253,"Beaumont, TX",253,"Beaumont, TX" +65,379,162,"Oakland, CA",162,"Oakland, CA" +65,380,159,"Long Beach, CA",159,"Long Beach, CA" +65,381,162,"Oakland, CA",162,"Oakland, CA" +65,382,201,"Boston, MA",201,"Boston, MA" +65,383,159,"Long Beach, CA",159,"Long Beach, CA" +65,384,241,"Philadelphia, PA",241,"Philadelphia, PA" +65,385,198,"Baltimore, MD",198,"Baltimore, MD" +65,386,198,"Baltimore, MD",198,"Baltimore, MD" +65,387,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +65,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,389,244,"Providence, RI",244,"Providence, RI" +65,390,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +65,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +65,392,159,"Long Beach, CA",159,"Long Beach, CA" +65,393,159,"Long Beach, CA",159,"Long Beach, CA" +65,394,198,"Baltimore, MD",198,"Baltimore, MD" +65,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,396,162,"Oakland, CA",162,"Oakland, CA" +65,397,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +65,398,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,399,257,"Houston, TX",257,"Houston, TX" +65,400,268,"Seattle, WA",268,"Seattle, WA" +65,401,201,"Boston, MA",201,"Boston, MA" +65,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,403,268,"Seattle, WA",268,"Seattle, WA" +65,404,198,"Baltimore, MD",198,"Baltimore, MD" +65,405,177,"Savannah, GA",177,"Savannah, GA" +65,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,407,197,"Portland, ME",197,"Portland, ME" +65,408,162,"Oakland, CA",162,"Oakland, CA" +65,409,244,"Providence, RI",244,"Providence, RI" +65,410,159,"Long Beach, CA",159,"Long Beach, CA" +65,411,162,"Oakland, CA",162,"Oakland, CA" +65,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,413,159,"Long Beach, CA",159,"Long Beach, CA" +65,414,172,"Port Everglades, FL",172,"Port Everglades, FL" +65,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,416,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +65,417,159,"Long Beach, CA",159,"Long Beach, CA" +65,418,268,"Seattle, WA",268,"Seattle, WA" +65,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,420,239,"Portland, OR",239,"Portland, OR" +65,421,159,"Long Beach, CA",159,"Long Beach, CA" +65,422,268,"Seattle, WA",268,"Seattle, WA" +65,423,268,"Seattle, WA",268,"Seattle, WA" +65,424,174,"Tampa, FL",174,"Tampa, FL" +65,425,159,"Long Beach, CA",159,"Long Beach, CA" +65,426,195,"New Orleans, LA",195,"New Orleans, LA" +65,427,152,"Mobile, AL",152,"Mobile, AL" +65,428,268,"Seattle, WA",268,"Seattle, WA" +65,429,159,"Long Beach, CA",159,"Long Beach, CA" +65,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +65,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +65,432,268,"Seattle, WA",268,"Seattle, WA" +65,433,201,"Boston, MA",201,"Boston, MA" +65,434,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +65,435,217,"New York, NY and NJ",217,"New York, NY and NJ" +65,436,201,"Boston, MA",201,"Boston, MA" +65,437,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +65,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +65,439,174,"Tampa, FL",174,"Tampa, FL" +65,440,171,"Jacksonville, FL",171,"Jacksonville, FL" +65,441,159,"Long Beach, CA",159,"Long Beach, CA" +65,442,201,"Boston, MA",201,"Boston, MA" +65,443,217,"New York, NY and NJ",217,"New York, NY and NJ" +65,444,159,"Long Beach, CA",159,"Long Beach, CA" +65,445,241,"Philadelphia, PA",241,"Philadelphia, PA" +65,446,197,"Portland, ME",197,"Portland, ME" +65,447,217,"New York, NY and NJ",217,"New York, NY and NJ" +65,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +65,449,269,"Longview, WA",269,"Longview, WA" +65,450,245,"Charleston, SC",245,"Charleston, SC" +65,451,241,"Philadelphia, PA",241,"Philadelphia, PA" +65,452,197,"Portland, ME",197,"Portland, ME" +65,453,159,"Long Beach, CA",159,"Long Beach, CA" +65,454,217,"New York, NY and NJ",217,"New York, NY and NJ" +65,455,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,456,159,"Long Beach, CA",159,"Long Beach, CA" +65,457,197,"Portland, ME",197,"Portland, ME" +65,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,459,239,"Portland, OR",239,"Portland, OR" +65,460,241,"Philadelphia, PA",241,"Philadelphia, PA" +65,461,198,"Baltimore, MD",198,"Baltimore, MD" +65,462,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,463,217,"New York, NY and NJ",217,"New York, NY and NJ" +65,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,465,159,"Long Beach, CA",159,"Long Beach, CA" +65,466,162,"Oakland, CA",162,"Oakland, CA" +65,467,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +65,468,159,"Long Beach, CA",159,"Long Beach, CA" +65,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +65,470,159,"Long Beach, CA",159,"Long Beach, CA" +65,471,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +65,472,159,"Long Beach, CA",159,"Long Beach, CA" +65,473,162,"Oakland, CA",162,"Oakland, CA" +65,474,177,"Savannah, GA",177,"Savannah, GA" +65,475,197,"Portland, ME",197,"Portland, ME" +65,476,159,"Long Beach, CA",159,"Long Beach, CA" +65,477,268,"Seattle, WA",268,"Seattle, WA" +65,478,174,"Tampa, FL",174,"Tampa, FL" +65,479,159,"Long Beach, CA",159,"Long Beach, CA" +65,480,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +65,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +65,482,159,"Long Beach, CA",159,"Long Beach, CA" +65,483,241,"Philadelphia, PA",241,"Philadelphia, PA" +65,484,171,"Jacksonville, FL",171,"Jacksonville, FL" +65,485,162,"Oakland, CA",162,"Oakland, CA" +65,486,159,"Long Beach, CA",159,"Long Beach, CA" +65,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +65,488,159,"Long Beach, CA",159,"Long Beach, CA" +65,489,159,"Long Beach, CA",159,"Long Beach, CA" +65,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +65,491,223,"New York, NY and NJ",223,"New York, NY and NJ" +66,154,162,"Oakland, CA",162,"Oakland, CA" +66,179,159,"Long Beach, CA",159,"Long Beach, CA" +66,180,159,"Long Beach, CA",159,"Long Beach, CA" +66,274,159,"Long Beach, CA",159,"Long Beach, CA" +66,275,241,"Philadelphia, PA",241,"Philadelphia, PA" +66,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +66,277,197,"Portland, ME",197,"Portland, ME" +66,278,241,"Philadelphia, PA",241,"Philadelphia, PA" +66,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +66,280,177,"Savannah, GA",177,"Savannah, GA" +66,281,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +66,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +66,283,177,"Savannah, GA",177,"Savannah, GA" +66,284,159,"Long Beach, CA",159,"Long Beach, CA" +66,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +66,286,217,"New York, NY and NJ",217,"New York, NY and NJ" +66,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +66,288,159,"Long Beach, CA",159,"Long Beach, CA" +66,289,159,"Long Beach, CA",159,"Long Beach, CA" +66,290,172,"Port Everglades, FL",172,"Port Everglades, FL" +66,291,201,"Boston, MA",201,"Boston, MA" +66,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +66,293,194,"Lake Charles, LA",194,"Lake Charles, LA" +66,294,201,"Boston, MA",201,"Boston, MA" +66,295,244,"Providence, RI",244,"Providence, RI" +66,296,268,"Seattle, WA",268,"Seattle, WA" +66,297,177,"Savannah, GA",177,"Savannah, GA" +66,298,169,"Wilmington, DE",169,"Wilmington, DE" +66,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +66,300,172,"Port Everglades, FL",172,"Port Everglades, FL" +66,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +66,302,245,"Charleston, SC",245,"Charleston, SC" +66,303,268,"Seattle, WA",268,"Seattle, WA" +66,304,201,"Boston, MA",201,"Boston, MA" +66,305,241,"Philadelphia, PA",241,"Philadelphia, PA" +66,306,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +66,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +66,308,268,"Seattle, WA",268,"Seattle, WA" +66,309,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +66,310,217,"New York, NY and NJ",217,"New York, NY and NJ" +66,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +66,312,152,"Mobile, AL",152,"Mobile, AL" +66,313,201,"Boston, MA",201,"Boston, MA" +66,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +66,315,208,"Pascagoula, MS",208,"Pascagoula, MS" +66,316,268,"Seattle, WA",268,"Seattle, WA" +66,317,159,"Long Beach, CA",159,"Long Beach, CA" +66,318,159,"Long Beach, CA",159,"Long Beach, CA" +66,319,177,"Savannah, GA",177,"Savannah, GA" +66,320,241,"Philadelphia, PA",241,"Philadelphia, PA" +66,321,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +66,322,159,"Long Beach, CA",159,"Long Beach, CA" +66,323,195,"New Orleans, LA",195,"New Orleans, LA" +66,324,197,"Portland, ME",197,"Portland, ME" +66,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +66,326,177,"Savannah, GA",177,"Savannah, GA" +66,327,197,"Portland, ME",197,"Portland, ME" +66,328,201,"Boston, MA",201,"Boston, MA" +66,329,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +66,330,217,"New York, NY and NJ",217,"New York, NY and NJ" +66,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +66,332,177,"Savannah, GA",177,"Savannah, GA" +66,333,245,"Charleston, SC",245,"Charleston, SC" +66,334,195,"New Orleans, LA",195,"New Orleans, LA" +66,335,244,"Providence, RI",244,"Providence, RI" +66,336,195,"New Orleans, LA",195,"New Orleans, LA" +66,337,244,"Providence, RI",244,"Providence, RI" +66,338,217,"New York, NY and NJ",217,"New York, NY and NJ" +66,339,169,"Wilmington, DE",169,"Wilmington, DE" +66,340,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +66,341,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +66,342,197,"Portland, ME",197,"Portland, ME" +66,343,159,"Long Beach, CA",159,"Long Beach, CA" +66,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +66,345,169,"Wilmington, DE",169,"Wilmington, DE" +66,346,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +66,347,177,"Savannah, GA",177,"Savannah, GA" +66,348,217,"New York, NY and NJ",217,"New York, NY and NJ" +66,349,217,"New York, NY and NJ",217,"New York, NY and NJ" +66,350,201,"Boston, MA",201,"Boston, MA" +66,351,197,"Portland, ME",197,"Portland, ME" +66,352,217,"New York, NY and NJ",217,"New York, NY and NJ" +66,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +66,354,201,"Boston, MA",201,"Boston, MA" +66,355,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +66,356,195,"New Orleans, LA",195,"New Orleans, LA" +66,357,198,"Baltimore, MD",198,"Baltimore, MD" +66,358,223,"New York, NY and NJ",223,"New York, NY and NJ" +66,359,174,"Tampa, FL",174,"Tampa, FL" +66,360,177,"Savannah, GA",177,"Savannah, GA" +66,361,253,"Beaumont, TX",253,"Beaumont, TX" +66,362,244,"Providence, RI",244,"Providence, RI" +66,363,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +66,364,241,"Philadelphia, PA",241,"Philadelphia, PA" +66,365,198,"Baltimore, MD",198,"Baltimore, MD" +66,366,159,"Long Beach, CA",159,"Long Beach, CA" +66,367,159,"Long Beach, CA",159,"Long Beach, CA" +66,368,239,"Portland, OR",239,"Portland, OR" +66,369,162,"Oakland, CA",162,"Oakland, CA" +66,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +66,371,162,"Oakland, CA",162,"Oakland, CA" +66,372,223,"New York, NY and NJ",223,"New York, NY and NJ" +66,373,174,"Tampa, FL",174,"Tampa, FL" +66,374,159,"Long Beach, CA",159,"Long Beach, CA" +66,375,159,"Long Beach, CA",159,"Long Beach, CA" +66,376,162,"Oakland, CA",162,"Oakland, CA" +66,377,229,"Wilmington, NC",229,"Wilmington, NC" +66,378,174,"Tampa, FL",174,"Tampa, FL" +66,379,159,"Long Beach, CA",159,"Long Beach, CA" +66,380,268,"Seattle, WA",268,"Seattle, WA" +66,381,159,"Long Beach, CA",159,"Long Beach, CA" +66,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +66,383,159,"Long Beach, CA",159,"Long Beach, CA" +66,384,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +66,385,223,"New York, NY and NJ",223,"New York, NY and NJ" +66,386,169,"Wilmington, DE",169,"Wilmington, DE" +66,387,201,"Boston, MA",201,"Boston, MA" +66,388,201,"Boston, MA",201,"Boston, MA" +66,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +66,390,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +66,391,241,"Philadelphia, PA",241,"Philadelphia, PA" +66,392,159,"Long Beach, CA",159,"Long Beach, CA" +66,393,159,"Long Beach, CA",159,"Long Beach, CA" +66,394,197,"Portland, ME",197,"Portland, ME" +66,395,198,"Baltimore, MD",198,"Baltimore, MD" +66,396,239,"Portland, OR",239,"Portland, OR" +66,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +66,398,241,"Philadelphia, PA",241,"Philadelphia, PA" +66,399,253,"Beaumont, TX",253,"Beaumont, TX" +66,400,159,"Long Beach, CA",159,"Long Beach, CA" +66,401,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +66,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +66,403,159,"Long Beach, CA",159,"Long Beach, CA" +66,404,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +66,405,172,"Port Everglades, FL",172,"Port Everglades, FL" +66,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +66,407,223,"New York, NY and NJ",223,"New York, NY and NJ" +66,408,269,"Longview, WA",269,"Longview, WA" +66,409,217,"New York, NY and NJ",217,"New York, NY and NJ" +66,410,268,"Seattle, WA",268,"Seattle, WA" +66,411,239,"Portland, OR",239,"Portland, OR" +66,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +66,413,162,"Oakland, CA",162,"Oakland, CA" +66,414,245,"Charleston, SC",245,"Charleston, SC" +66,415,241,"Philadelphia, PA",241,"Philadelphia, PA" +66,416,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +66,417,239,"Portland, OR",239,"Portland, OR" +66,418,268,"Seattle, WA",268,"Seattle, WA" +66,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +66,420,162,"Oakland, CA",162,"Oakland, CA" +66,421,159,"Long Beach, CA",159,"Long Beach, CA" +66,422,162,"Oakland, CA",162,"Oakland, CA" +66,423,268,"Seattle, WA",268,"Seattle, WA" +66,424,195,"New Orleans, LA",195,"New Orleans, LA" +66,425,269,"Longview, WA",269,"Longview, WA" +66,426,195,"New Orleans, LA",195,"New Orleans, LA" +66,427,195,"New Orleans, LA",195,"New Orleans, LA" +66,428,239,"Portland, OR",239,"Portland, OR" +66,429,268,"Seattle, WA",268,"Seattle, WA" +66,430,197,"Portland, ME",197,"Portland, ME" +66,431,223,"New York, NY and NJ",223,"New York, NY and NJ" +66,432,159,"Long Beach, CA",159,"Long Beach, CA" +66,433,197,"Portland, ME",197,"Portland, ME" +66,434,197,"Portland, ME",197,"Portland, ME" +66,435,198,"Baltimore, MD",198,"Baltimore, MD" +66,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +66,437,223,"New York, NY and NJ",223,"New York, NY and NJ" +66,438,177,"Savannah, GA",177,"Savannah, GA" +66,439,177,"Savannah, GA",177,"Savannah, GA" +66,440,177,"Savannah, GA",177,"Savannah, GA" +66,441,268,"Seattle, WA",268,"Seattle, WA" +66,442,198,"Baltimore, MD",198,"Baltimore, MD" +66,443,223,"New York, NY and NJ",223,"New York, NY and NJ" +66,444,159,"Long Beach, CA",159,"Long Beach, CA" +66,445,198,"Baltimore, MD",198,"Baltimore, MD" +66,446,217,"New York, NY and NJ",217,"New York, NY and NJ" +66,447,217,"New York, NY and NJ",217,"New York, NY and NJ" +66,448,197,"Portland, ME",197,"Portland, ME" +66,449,159,"Long Beach, CA",159,"Long Beach, CA" +66,450,172,"Port Everglades, FL",172,"Port Everglades, FL" +66,451,201,"Boston, MA",201,"Boston, MA" +66,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +66,453,268,"Seattle, WA",268,"Seattle, WA" +66,454,223,"New York, NY and NJ",223,"New York, NY and NJ" +66,455,223,"New York, NY and NJ",223,"New York, NY and NJ" +66,456,159,"Long Beach, CA",159,"Long Beach, CA" +66,457,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +66,458,241,"Philadelphia, PA",241,"Philadelphia, PA" +66,459,239,"Portland, OR",239,"Portland, OR" +66,460,244,"Providence, RI",244,"Providence, RI" +66,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +66,462,229,"Wilmington, NC",229,"Wilmington, NC" +66,463,241,"Philadelphia, PA",241,"Philadelphia, PA" +66,464,217,"New York, NY and NJ",217,"New York, NY and NJ" +66,465,159,"Long Beach, CA",159,"Long Beach, CA" +66,466,268,"Seattle, WA",268,"Seattle, WA" +66,467,217,"New York, NY and NJ",217,"New York, NY and NJ" +66,468,159,"Long Beach, CA",159,"Long Beach, CA" +66,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +66,470,159,"Long Beach, CA",159,"Long Beach, CA" +66,471,223,"New York, NY and NJ",223,"New York, NY and NJ" +66,472,159,"Long Beach, CA",159,"Long Beach, CA" +66,473,159,"Long Beach, CA",159,"Long Beach, CA" +66,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +66,475,244,"Providence, RI",244,"Providence, RI" +66,476,159,"Long Beach, CA",159,"Long Beach, CA" +66,477,268,"Seattle, WA",268,"Seattle, WA" +66,478,171,"Jacksonville, FL",171,"Jacksonville, FL" +66,479,162,"Oakland, CA",162,"Oakland, CA" +66,480,197,"Portland, ME",197,"Portland, ME" +66,481,241,"Philadelphia, PA",241,"Philadelphia, PA" +66,482,159,"Long Beach, CA",159,"Long Beach, CA" +66,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +66,484,172,"Port Everglades, FL",172,"Port Everglades, FL" +66,485,268,"Seattle, WA",268,"Seattle, WA" +66,486,239,"Portland, OR",239,"Portland, OR" +66,487,177,"Savannah, GA",177,"Savannah, GA" +66,488,268,"Seattle, WA",268,"Seattle, WA" +66,489,268,"Seattle, WA",268,"Seattle, WA" +66,490,198,"Baltimore, MD",198,"Baltimore, MD" +66,491,223,"New York, NY and NJ",223,"New York, NY and NJ" +67,154,159,"Long Beach, CA",159,"Long Beach, CA" +67,179,159,"Long Beach, CA",159,"Long Beach, CA" +67,180,159,"Long Beach, CA",159,"Long Beach, CA" +67,274,268,"Seattle, WA",268,"Seattle, WA" +67,275,169,"Wilmington, DE",169,"Wilmington, DE" +67,276,201,"Boston, MA",201,"Boston, MA" +67,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +67,278,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +67,280,245,"Charleston, SC",245,"Charleston, SC" +67,281,174,"Tampa, FL",174,"Tampa, FL" +67,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +67,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +67,284,268,"Seattle, WA",268,"Seattle, WA" +67,285,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +67,286,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +67,287,177,"Savannah, GA",177,"Savannah, GA" +67,288,268,"Seattle, WA",268,"Seattle, WA" +67,289,268,"Seattle, WA",268,"Seattle, WA" +67,290,177,"Savannah, GA",177,"Savannah, GA" +67,291,244,"Providence, RI",244,"Providence, RI" +67,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,293,195,"New Orleans, LA",195,"New Orleans, LA" +67,294,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +67,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,296,162,"Oakland, CA",162,"Oakland, CA" +67,297,253,"Beaumont, TX",253,"Beaumont, TX" +67,298,244,"Providence, RI",244,"Providence, RI" +67,299,169,"Wilmington, DE",169,"Wilmington, DE" +67,300,245,"Charleston, SC",245,"Charleston, SC" +67,301,245,"Charleston, SC",245,"Charleston, SC" +67,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +67,303,269,"Longview, WA",269,"Longview, WA" +67,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +67,305,241,"Philadelphia, PA",241,"Philadelphia, PA" +67,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +67,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +67,308,162,"Oakland, CA",162,"Oakland, CA" +67,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,310,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +67,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +67,312,177,"Savannah, GA",177,"Savannah, GA" +67,313,223,"New York, NY and NJ",223,"New York, NY and NJ" +67,314,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +67,315,172,"Port Everglades, FL",172,"Port Everglades, FL" +67,316,159,"Long Beach, CA",159,"Long Beach, CA" +67,317,159,"Long Beach, CA",159,"Long Beach, CA" +67,318,159,"Long Beach, CA",159,"Long Beach, CA" +67,319,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +67,320,244,"Providence, RI",244,"Providence, RI" +67,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +67,322,159,"Long Beach, CA",159,"Long Beach, CA" +67,323,195,"New Orleans, LA",195,"New Orleans, LA" +67,324,198,"Baltimore, MD",198,"Baltimore, MD" +67,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +67,326,177,"Savannah, GA",177,"Savannah, GA" +67,327,244,"Providence, RI",244,"Providence, RI" +67,328,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,329,223,"New York, NY and NJ",223,"New York, NY and NJ" +67,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +67,331,198,"Baltimore, MD",198,"Baltimore, MD" +67,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +67,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +67,334,195,"New Orleans, LA",195,"New Orleans, LA" +67,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,336,195,"New Orleans, LA",195,"New Orleans, LA" +67,337,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,338,244,"Providence, RI",244,"Providence, RI" +67,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,340,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,341,171,"Jacksonville, FL",171,"Jacksonville, FL" +67,342,241,"Philadelphia, PA",241,"Philadelphia, PA" +67,343,268,"Seattle, WA",268,"Seattle, WA" +67,344,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +67,345,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,346,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +67,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,348,198,"Baltimore, MD",198,"Baltimore, MD" +67,349,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +67,350,241,"Philadelphia, PA",241,"Philadelphia, PA" +67,351,244,"Providence, RI",244,"Providence, RI" +67,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +67,353,197,"Portland, ME",197,"Portland, ME" +67,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +67,355,171,"Jacksonville, FL",171,"Jacksonville, FL" +67,356,172,"Port Everglades, FL",172,"Port Everglades, FL" +67,357,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,358,198,"Baltimore, MD",198,"Baltimore, MD" +67,359,245,"Charleston, SC",245,"Charleston, SC" +67,360,178,"Brunswick, GA",178,"Brunswick, GA" +67,361,152,"Mobile, AL",152,"Mobile, AL" +67,362,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,363,195,"New Orleans, LA",195,"New Orleans, LA" +67,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +67,365,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,366,159,"Long Beach, CA",159,"Long Beach, CA" +67,367,159,"Long Beach, CA",159,"Long Beach, CA" +67,368,269,"Longview, WA",269,"Longview, WA" +67,369,159,"Long Beach, CA",159,"Long Beach, CA" +67,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +67,371,239,"Portland, OR",239,"Portland, OR" +67,372,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +67,373,152,"Mobile, AL",152,"Mobile, AL" +67,374,159,"Long Beach, CA",159,"Long Beach, CA" +67,375,159,"Long Beach, CA",159,"Long Beach, CA" +67,376,159,"Long Beach, CA",159,"Long Beach, CA" +67,377,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +67,378,174,"Tampa, FL",174,"Tampa, FL" +67,379,162,"Oakland, CA",162,"Oakland, CA" +67,380,159,"Long Beach, CA",159,"Long Beach, CA" +67,381,269,"Longview, WA",269,"Longview, WA" +67,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,383,159,"Long Beach, CA",159,"Long Beach, CA" +67,384,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +67,385,241,"Philadelphia, PA",241,"Philadelphia, PA" +67,386,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,387,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +67,388,244,"Providence, RI",244,"Providence, RI" +67,389,197,"Portland, ME",197,"Portland, ME" +67,390,171,"Jacksonville, FL",171,"Jacksonville, FL" +67,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +67,392,159,"Long Beach, CA",159,"Long Beach, CA" +67,393,159,"Long Beach, CA",159,"Long Beach, CA" +67,394,197,"Portland, ME",197,"Portland, ME" +67,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +67,396,159,"Long Beach, CA",159,"Long Beach, CA" +67,397,197,"Portland, ME",197,"Portland, ME" +67,398,197,"Portland, ME",197,"Portland, ME" +67,399,194,"Lake Charles, LA",194,"Lake Charles, LA" +67,400,159,"Long Beach, CA",159,"Long Beach, CA" +67,401,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +67,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,403,159,"Long Beach, CA",159,"Long Beach, CA" +67,404,241,"Philadelphia, PA",241,"Philadelphia, PA" +67,405,177,"Savannah, GA",177,"Savannah, GA" +67,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,407,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,408,159,"Long Beach, CA",159,"Long Beach, CA" +67,409,198,"Baltimore, MD",198,"Baltimore, MD" +67,410,162,"Oakland, CA",162,"Oakland, CA" +67,411,159,"Long Beach, CA",159,"Long Beach, CA" +67,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +67,413,159,"Long Beach, CA",159,"Long Beach, CA" +67,414,171,"Jacksonville, FL",171,"Jacksonville, FL" +67,415,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,416,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +67,417,159,"Long Beach, CA",159,"Long Beach, CA" +67,418,159,"Long Beach, CA",159,"Long Beach, CA" +67,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +67,420,268,"Seattle, WA",268,"Seattle, WA" +67,421,162,"Oakland, CA",162,"Oakland, CA" +67,422,268,"Seattle, WA",268,"Seattle, WA" +67,423,159,"Long Beach, CA",159,"Long Beach, CA" +67,424,172,"Port Everglades, FL",172,"Port Everglades, FL" +67,425,239,"Portland, OR",239,"Portland, OR" +67,426,177,"Savannah, GA",177,"Savannah, GA" +67,427,195,"New Orleans, LA",195,"New Orleans, LA" +67,428,162,"Oakland, CA",162,"Oakland, CA" +67,429,159,"Long Beach, CA",159,"Long Beach, CA" +67,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,431,198,"Baltimore, MD",198,"Baltimore, MD" +67,432,269,"Longview, WA",269,"Longview, WA" +67,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +67,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +67,436,198,"Baltimore, MD",198,"Baltimore, MD" +67,437,223,"New York, NY and NJ",223,"New York, NY and NJ" +67,438,177,"Savannah, GA",177,"Savannah, GA" +67,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +67,440,198,"Baltimore, MD",198,"Baltimore, MD" +67,441,268,"Seattle, WA",268,"Seattle, WA" +67,442,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +67,443,241,"Philadelphia, PA",241,"Philadelphia, PA" +67,444,162,"Oakland, CA",162,"Oakland, CA" +67,445,229,"Wilmington, NC",229,"Wilmington, NC" +67,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +67,447,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +67,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +67,449,159,"Long Beach, CA",159,"Long Beach, CA" +67,450,229,"Wilmington, NC",229,"Wilmington, NC" +67,451,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,453,268,"Seattle, WA",268,"Seattle, WA" +67,454,198,"Baltimore, MD",198,"Baltimore, MD" +67,455,197,"Portland, ME",197,"Portland, ME" +67,456,159,"Long Beach, CA",159,"Long Beach, CA" +67,457,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +67,459,268,"Seattle, WA",268,"Seattle, WA" +67,460,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,461,198,"Baltimore, MD",198,"Baltimore, MD" +67,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +67,463,198,"Baltimore, MD",198,"Baltimore, MD" +67,464,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,465,159,"Long Beach, CA",159,"Long Beach, CA" +67,466,159,"Long Beach, CA",159,"Long Beach, CA" +67,467,201,"Boston, MA",201,"Boston, MA" +67,468,162,"Oakland, CA",162,"Oakland, CA" +67,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,470,269,"Longview, WA",269,"Longview, WA" +67,471,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,472,268,"Seattle, WA",268,"Seattle, WA" +67,473,239,"Portland, OR",239,"Portland, OR" +67,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +67,475,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +67,476,268,"Seattle, WA",268,"Seattle, WA" +67,477,159,"Long Beach, CA",159,"Long Beach, CA" +67,478,177,"Savannah, GA",177,"Savannah, GA" +67,479,269,"Longview, WA",269,"Longview, WA" +67,480,198,"Baltimore, MD",198,"Baltimore, MD" +67,481,198,"Baltimore, MD",198,"Baltimore, MD" +67,482,159,"Long Beach, CA",159,"Long Beach, CA" +67,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +67,484,172,"Port Everglades, FL",172,"Port Everglades, FL" +67,485,269,"Longview, WA",269,"Longview, WA" +67,486,159,"Long Beach, CA",159,"Long Beach, CA" +67,487,177,"Savannah, GA",177,"Savannah, GA" +67,488,159,"Long Beach, CA",159,"Long Beach, CA" +67,489,159,"Long Beach, CA",159,"Long Beach, CA" +67,490,171,"Jacksonville, FL",171,"Jacksonville, FL" +67,491,241,"Philadelphia, PA",241,"Philadelphia, PA" +68,154,159,"Long Beach, CA",159,"Long Beach, CA" +68,179,159,"Long Beach, CA",159,"Long Beach, CA" +68,180,159,"Long Beach, CA",159,"Long Beach, CA" +68,274,239,"Portland, OR",239,"Portland, OR" +68,275,197,"Portland, ME",197,"Portland, ME" +68,276,241,"Philadelphia, PA",241,"Philadelphia, PA" +68,277,241,"Philadelphia, PA",241,"Philadelphia, PA" +68,278,244,"Providence, RI",244,"Providence, RI" +68,279,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +68,280,241,"Philadelphia, PA",241,"Philadelphia, PA" +68,281,208,"Pascagoula, MS",208,"Pascagoula, MS" +68,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +68,283,174,"Tampa, FL",174,"Tampa, FL" +68,284,268,"Seattle, WA",268,"Seattle, WA" +68,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +68,286,201,"Boston, MA",201,"Boston, MA" +68,287,177,"Savannah, GA",177,"Savannah, GA" +68,288,159,"Long Beach, CA",159,"Long Beach, CA" +68,289,268,"Seattle, WA",268,"Seattle, WA" +68,290,177,"Savannah, GA",177,"Savannah, GA" +68,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +68,292,201,"Boston, MA",201,"Boston, MA" +68,293,195,"New Orleans, LA",195,"New Orleans, LA" +68,294,198,"Baltimore, MD",198,"Baltimore, MD" +68,295,223,"New York, NY and NJ",223,"New York, NY and NJ" +68,296,159,"Long Beach, CA",159,"Long Beach, CA" +68,297,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +68,298,241,"Philadelphia, PA",241,"Philadelphia, PA" +68,299,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +68,300,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +68,301,169,"Wilmington, DE",169,"Wilmington, DE" +68,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +68,303,159,"Long Beach, CA",159,"Long Beach, CA" +68,304,217,"New York, NY and NJ",217,"New York, NY and NJ" +68,305,198,"Baltimore, MD",198,"Baltimore, MD" +68,306,197,"Portland, ME",197,"Portland, ME" +68,307,241,"Philadelphia, PA",241,"Philadelphia, PA" +68,308,159,"Long Beach, CA",159,"Long Beach, CA" +68,309,198,"Baltimore, MD",198,"Baltimore, MD" +68,310,253,"Beaumont, TX",253,"Beaumont, TX" +68,311,244,"Providence, RI",244,"Providence, RI" +68,312,174,"Tampa, FL",174,"Tampa, FL" +68,313,198,"Baltimore, MD",198,"Baltimore, MD" +68,314,223,"New York, NY and NJ",223,"New York, NY and NJ" +68,315,152,"Mobile, AL",152,"Mobile, AL" +68,316,159,"Long Beach, CA",159,"Long Beach, CA" +68,317,159,"Long Beach, CA",159,"Long Beach, CA" +68,318,239,"Portland, OR",239,"Portland, OR" +68,319,172,"Port Everglades, FL",172,"Port Everglades, FL" +68,320,241,"Philadelphia, PA",241,"Philadelphia, PA" +68,321,217,"New York, NY and NJ",217,"New York, NY and NJ" +68,322,159,"Long Beach, CA",159,"Long Beach, CA" +68,323,257,"Houston, TX",257,"Houston, TX" +68,324,244,"Providence, RI",244,"Providence, RI" +68,325,171,"Jacksonville, FL",171,"Jacksonville, FL" +68,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +68,327,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +68,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +68,329,245,"Charleston, SC",245,"Charleston, SC" +68,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +68,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +68,332,177,"Savannah, GA",177,"Savannah, GA" +68,333,245,"Charleston, SC",245,"Charleston, SC" +68,334,195,"New Orleans, LA",195,"New Orleans, LA" +68,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +68,336,195,"New Orleans, LA",195,"New Orleans, LA" +68,337,217,"New York, NY and NJ",217,"New York, NY and NJ" +68,338,198,"Baltimore, MD",198,"Baltimore, MD" +68,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +68,340,223,"New York, NY and NJ",223,"New York, NY and NJ" +68,341,174,"Tampa, FL",174,"Tampa, FL" +68,342,198,"Baltimore, MD",198,"Baltimore, MD" +68,343,159,"Long Beach, CA",159,"Long Beach, CA" +68,344,241,"Philadelphia, PA",241,"Philadelphia, PA" +68,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +68,346,241,"Philadelphia, PA",241,"Philadelphia, PA" +68,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +68,348,241,"Philadelphia, PA",241,"Philadelphia, PA" +68,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +68,350,198,"Baltimore, MD",198,"Baltimore, MD" +68,351,223,"New York, NY and NJ",223,"New York, NY and NJ" +68,352,197,"Portland, ME",197,"Portland, ME" +68,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +68,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +68,355,171,"Jacksonville, FL",171,"Jacksonville, FL" +68,356,195,"New Orleans, LA",195,"New Orleans, LA" +68,357,217,"New York, NY and NJ",217,"New York, NY and NJ" +68,358,197,"Portland, ME",197,"Portland, ME" +68,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +68,360,177,"Savannah, GA",177,"Savannah, GA" +68,361,177,"Savannah, GA",177,"Savannah, GA" +68,362,198,"Baltimore, MD",198,"Baltimore, MD" +68,363,195,"New Orleans, LA",195,"New Orleans, LA" +68,364,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +68,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +68,366,268,"Seattle, WA",268,"Seattle, WA" +68,367,239,"Portland, OR",239,"Portland, OR" +68,368,159,"Long Beach, CA",159,"Long Beach, CA" +68,369,268,"Seattle, WA",268,"Seattle, WA" +68,370,197,"Portland, ME",197,"Portland, ME" +68,371,159,"Long Beach, CA",159,"Long Beach, CA" +68,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +68,373,177,"Savannah, GA",177,"Savannah, GA" +68,374,159,"Long Beach, CA",159,"Long Beach, CA" +68,375,159,"Long Beach, CA",159,"Long Beach, CA" +68,376,269,"Longview, WA",269,"Longview, WA" +68,377,198,"Baltimore, MD",198,"Baltimore, MD" +68,378,172,"Port Everglades, FL",172,"Port Everglades, FL" +68,379,162,"Oakland, CA",162,"Oakland, CA" +68,380,268,"Seattle, WA",268,"Seattle, WA" +68,381,159,"Long Beach, CA",159,"Long Beach, CA" +68,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +68,383,159,"Long Beach, CA",159,"Long Beach, CA" +68,384,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +68,385,217,"New York, NY and NJ",217,"New York, NY and NJ" +68,386,217,"New York, NY and NJ",217,"New York, NY and NJ" +68,387,198,"Baltimore, MD",198,"Baltimore, MD" +68,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +68,389,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +68,390,197,"Portland, ME",197,"Portland, ME" +68,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +68,392,268,"Seattle, WA",268,"Seattle, WA" +68,393,159,"Long Beach, CA",159,"Long Beach, CA" +68,394,197,"Portland, ME",197,"Portland, ME" +68,395,217,"New York, NY and NJ",217,"New York, NY and NJ" +68,396,268,"Seattle, WA",268,"Seattle, WA" +68,397,223,"New York, NY and NJ",223,"New York, NY and NJ" +68,398,198,"Baltimore, MD",198,"Baltimore, MD" +68,399,257,"Houston, TX",257,"Houston, TX" +68,400,239,"Portland, OR",239,"Portland, OR" +68,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +68,402,198,"Baltimore, MD",198,"Baltimore, MD" +68,403,268,"Seattle, WA",268,"Seattle, WA" +68,404,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +68,405,174,"Tampa, FL",174,"Tampa, FL" +68,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +68,407,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +68,408,159,"Long Beach, CA",159,"Long Beach, CA" +68,409,217,"New York, NY and NJ",217,"New York, NY and NJ" +68,410,159,"Long Beach, CA",159,"Long Beach, CA" +68,411,159,"Long Beach, CA",159,"Long Beach, CA" +68,412,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +68,413,162,"Oakland, CA",162,"Oakland, CA" +68,414,257,"Houston, TX",257,"Houston, TX" +68,415,241,"Philadelphia, PA",241,"Philadelphia, PA" +68,416,241,"Philadelphia, PA",241,"Philadelphia, PA" +68,417,162,"Oakland, CA",162,"Oakland, CA" +68,418,159,"Long Beach, CA",159,"Long Beach, CA" +68,419,201,"Boston, MA",201,"Boston, MA" +68,420,162,"Oakland, CA",162,"Oakland, CA" +68,421,268,"Seattle, WA",268,"Seattle, WA" +68,422,159,"Long Beach, CA",159,"Long Beach, CA" +68,423,268,"Seattle, WA",268,"Seattle, WA" +68,424,195,"New Orleans, LA",195,"New Orleans, LA" +68,425,159,"Long Beach, CA",159,"Long Beach, CA" +68,426,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +68,427,177,"Savannah, GA",177,"Savannah, GA" +68,428,159,"Long Beach, CA",159,"Long Beach, CA" +68,429,159,"Long Beach, CA",159,"Long Beach, CA" +68,430,197,"Portland, ME",197,"Portland, ME" +68,431,201,"Boston, MA",201,"Boston, MA" +68,432,268,"Seattle, WA",268,"Seattle, WA" +68,433,223,"New York, NY and NJ",223,"New York, NY and NJ" +68,434,241,"Philadelphia, PA",241,"Philadelphia, PA" +68,435,241,"Philadelphia, PA",241,"Philadelphia, PA" +68,436,217,"New York, NY and NJ",217,"New York, NY and NJ" +68,437,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +68,438,229,"Wilmington, NC",229,"Wilmington, NC" +68,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +68,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +68,441,159,"Long Beach, CA",159,"Long Beach, CA" +68,442,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +68,443,217,"New York, NY and NJ",217,"New York, NY and NJ" +68,444,268,"Seattle, WA",268,"Seattle, WA" +68,445,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +68,446,197,"Portland, ME",197,"Portland, ME" +68,447,217,"New York, NY and NJ",217,"New York, NY and NJ" +68,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +68,449,159,"Long Beach, CA",159,"Long Beach, CA" +68,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +68,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +68,452,241,"Philadelphia, PA",241,"Philadelphia, PA" +68,453,268,"Seattle, WA",268,"Seattle, WA" +68,454,169,"Wilmington, DE",169,"Wilmington, DE" +68,455,198,"Baltimore, MD",198,"Baltimore, MD" +68,456,162,"Oakland, CA",162,"Oakland, CA" +68,457,217,"New York, NY and NJ",217,"New York, NY and NJ" +68,458,169,"Wilmington, DE",169,"Wilmington, DE" +68,459,239,"Portland, OR",239,"Portland, OR" +68,460,217,"New York, NY and NJ",217,"New York, NY and NJ" +68,461,217,"New York, NY and NJ",217,"New York, NY and NJ" +68,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +68,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +68,464,241,"Philadelphia, PA",241,"Philadelphia, PA" +68,465,268,"Seattle, WA",268,"Seattle, WA" +68,466,159,"Long Beach, CA",159,"Long Beach, CA" +68,467,245,"Charleston, SC",245,"Charleston, SC" +68,468,159,"Long Beach, CA",159,"Long Beach, CA" +68,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +68,470,162,"Oakland, CA",162,"Oakland, CA" +68,471,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +68,472,159,"Long Beach, CA",159,"Long Beach, CA" +68,473,159,"Long Beach, CA",159,"Long Beach, CA" +68,474,152,"Mobile, AL",152,"Mobile, AL" +68,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +68,476,159,"Long Beach, CA",159,"Long Beach, CA" +68,477,159,"Long Beach, CA",159,"Long Beach, CA" +68,478,229,"Wilmington, NC",229,"Wilmington, NC" +68,479,159,"Long Beach, CA",159,"Long Beach, CA" +68,480,217,"New York, NY and NJ",217,"New York, NY and NJ" +68,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +68,482,159,"Long Beach, CA",159,"Long Beach, CA" +68,483,223,"New York, NY and NJ",223,"New York, NY and NJ" +68,484,195,"New Orleans, LA",195,"New Orleans, LA" +68,485,269,"Longview, WA",269,"Longview, WA" +68,486,159,"Long Beach, CA",159,"Long Beach, CA" +68,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +68,488,159,"Long Beach, CA",159,"Long Beach, CA" +68,489,268,"Seattle, WA",268,"Seattle, WA" +68,490,223,"New York, NY and NJ",223,"New York, NY and NJ" +68,491,201,"Boston, MA",201,"Boston, MA" +69,154,268,"Seattle, WA",268,"Seattle, WA" +69,179,159,"Long Beach, CA",159,"Long Beach, CA" +69,180,159,"Long Beach, CA",159,"Long Beach, CA" +69,274,268,"Seattle, WA",268,"Seattle, WA" +69,275,217,"New York, NY and NJ",217,"New York, NY and NJ" +69,276,241,"Philadelphia, PA",241,"Philadelphia, PA" +69,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +69,278,198,"Baltimore, MD",198,"Baltimore, MD" +69,279,174,"Tampa, FL",174,"Tampa, FL" +69,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +69,281,208,"Pascagoula, MS",208,"Pascagoula, MS" +69,282,201,"Boston, MA",201,"Boston, MA" +69,283,178,"Brunswick, GA",178,"Brunswick, GA" +69,284,159,"Long Beach, CA",159,"Long Beach, CA" +69,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +69,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +69,287,245,"Charleston, SC",245,"Charleston, SC" +69,288,268,"Seattle, WA",268,"Seattle, WA" +69,289,159,"Long Beach, CA",159,"Long Beach, CA" +69,290,245,"Charleston, SC",245,"Charleston, SC" +69,291,241,"Philadelphia, PA",241,"Philadelphia, PA" +69,292,198,"Baltimore, MD",198,"Baltimore, MD" +69,293,195,"New Orleans, LA",195,"New Orleans, LA" +69,294,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +69,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +69,296,159,"Long Beach, CA",159,"Long Beach, CA" +69,297,172,"Port Everglades, FL",172,"Port Everglades, FL" +69,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +69,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +69,300,217,"New York, NY and NJ",217,"New York, NY and NJ" +69,301,241,"Philadelphia, PA",241,"Philadelphia, PA" +69,302,177,"Savannah, GA",177,"Savannah, GA" +69,303,159,"Long Beach, CA",159,"Long Beach, CA" +69,304,198,"Baltimore, MD",198,"Baltimore, MD" +69,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +69,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +69,307,174,"Tampa, FL",174,"Tampa, FL" +69,308,159,"Long Beach, CA",159,"Long Beach, CA" +69,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +69,310,208,"Pascagoula, MS",208,"Pascagoula, MS" +69,311,198,"Baltimore, MD",198,"Baltimore, MD" +69,312,195,"New Orleans, LA",195,"New Orleans, LA" +69,313,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +69,314,198,"Baltimore, MD",198,"Baltimore, MD" +69,315,171,"Jacksonville, FL",171,"Jacksonville, FL" +69,316,159,"Long Beach, CA",159,"Long Beach, CA" +69,317,268,"Seattle, WA",268,"Seattle, WA" +69,318,159,"Long Beach, CA",159,"Long Beach, CA" +69,319,174,"Tampa, FL",174,"Tampa, FL" +69,320,201,"Boston, MA",201,"Boston, MA" +69,321,201,"Boston, MA",201,"Boston, MA" +69,322,159,"Long Beach, CA",159,"Long Beach, CA" +69,323,172,"Port Everglades, FL",172,"Port Everglades, FL" +69,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +69,325,177,"Savannah, GA",177,"Savannah, GA" +69,326,177,"Savannah, GA",177,"Savannah, GA" +69,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +69,328,198,"Baltimore, MD",198,"Baltimore, MD" +69,329,201,"Boston, MA",201,"Boston, MA" +69,330,241,"Philadelphia, PA",241,"Philadelphia, PA" +69,331,197,"Portland, ME",197,"Portland, ME" +69,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +69,333,177,"Savannah, GA",177,"Savannah, GA" +69,334,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +69,335,223,"New York, NY and NJ",223,"New York, NY and NJ" +69,336,195,"New Orleans, LA",195,"New Orleans, LA" +69,337,198,"Baltimore, MD",198,"Baltimore, MD" +69,338,197,"Portland, ME",197,"Portland, ME" +69,339,197,"Portland, ME",197,"Portland, ME" +69,340,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +69,341,152,"Mobile, AL",152,"Mobile, AL" +69,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +69,343,159,"Long Beach, CA",159,"Long Beach, CA" +69,344,241,"Philadelphia, PA",241,"Philadelphia, PA" +69,345,201,"Boston, MA",201,"Boston, MA" +69,346,174,"Tampa, FL",174,"Tampa, FL" +69,347,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +69,348,217,"New York, NY and NJ",217,"New York, NY and NJ" +69,349,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +69,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +69,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +69,352,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +69,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +69,354,201,"Boston, MA",201,"Boston, MA" +69,355,174,"Tampa, FL",174,"Tampa, FL" +69,356,152,"Mobile, AL",152,"Mobile, AL" +69,357,201,"Boston, MA",201,"Boston, MA" +69,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +69,359,245,"Charleston, SC",245,"Charleston, SC" +69,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +69,361,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +69,362,217,"New York, NY and NJ",217,"New York, NY and NJ" +69,363,195,"New Orleans, LA",195,"New Orleans, LA" +69,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +69,365,217,"New York, NY and NJ",217,"New York, NY and NJ" +69,366,159,"Long Beach, CA",159,"Long Beach, CA" +69,367,268,"Seattle, WA",268,"Seattle, WA" +69,368,159,"Long Beach, CA",159,"Long Beach, CA" +69,369,162,"Oakland, CA",162,"Oakland, CA" +69,370,169,"Wilmington, DE",169,"Wilmington, DE" +69,371,268,"Seattle, WA",268,"Seattle, WA" +69,372,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +69,373,245,"Charleston, SC",245,"Charleston, SC" +69,374,239,"Portland, OR",239,"Portland, OR" +69,375,269,"Longview, WA",269,"Longview, WA" +69,376,159,"Long Beach, CA",159,"Long Beach, CA" +69,377,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +69,378,208,"Pascagoula, MS",208,"Pascagoula, MS" +69,379,162,"Oakland, CA",162,"Oakland, CA" +69,380,159,"Long Beach, CA",159,"Long Beach, CA" +69,381,268,"Seattle, WA",268,"Seattle, WA" +69,382,198,"Baltimore, MD",198,"Baltimore, MD" +69,383,159,"Long Beach, CA",159,"Long Beach, CA" +69,384,172,"Port Everglades, FL",172,"Port Everglades, FL" +69,385,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +69,386,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +69,387,241,"Philadelphia, PA",241,"Philadelphia, PA" +69,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +69,389,197,"Portland, ME",197,"Portland, ME" +69,390,223,"New York, NY and NJ",223,"New York, NY and NJ" +69,391,217,"New York, NY and NJ",217,"New York, NY and NJ" +69,392,268,"Seattle, WA",268,"Seattle, WA" +69,393,239,"Portland, OR",239,"Portland, OR" +69,394,201,"Boston, MA",201,"Boston, MA" +69,395,217,"New York, NY and NJ",217,"New York, NY and NJ" +69,396,162,"Oakland, CA",162,"Oakland, CA" +69,397,244,"Providence, RI",244,"Providence, RI" +69,398,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +69,399,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +69,400,162,"Oakland, CA",162,"Oakland, CA" +69,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +69,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +69,403,162,"Oakland, CA",162,"Oakland, CA" +69,404,217,"New York, NY and NJ",217,"New York, NY and NJ" +69,405,172,"Port Everglades, FL",172,"Port Everglades, FL" +69,406,169,"Wilmington, DE",169,"Wilmington, DE" +69,407,241,"Philadelphia, PA",241,"Philadelphia, PA" +69,408,159,"Long Beach, CA",159,"Long Beach, CA" +69,409,245,"Charleston, SC",245,"Charleston, SC" +69,410,159,"Long Beach, CA",159,"Long Beach, CA" +69,411,268,"Seattle, WA",268,"Seattle, WA" +69,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +69,413,159,"Long Beach, CA",159,"Long Beach, CA" +69,414,171,"Jacksonville, FL",171,"Jacksonville, FL" +69,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +69,416,197,"Portland, ME",197,"Portland, ME" +69,417,268,"Seattle, WA",268,"Seattle, WA" +69,418,159,"Long Beach, CA",159,"Long Beach, CA" +69,419,197,"Portland, ME",197,"Portland, ME" +69,420,239,"Portland, OR",239,"Portland, OR" +69,421,162,"Oakland, CA",162,"Oakland, CA" +69,422,159,"Long Beach, CA",159,"Long Beach, CA" +69,423,159,"Long Beach, CA",159,"Long Beach, CA" +69,424,195,"New Orleans, LA",195,"New Orleans, LA" +69,425,159,"Long Beach, CA",159,"Long Beach, CA" +69,426,245,"Charleston, SC",245,"Charleston, SC" +69,427,194,"Lake Charles, LA",194,"Lake Charles, LA" +69,428,159,"Long Beach, CA",159,"Long Beach, CA" +69,429,159,"Long Beach, CA",159,"Long Beach, CA" +69,430,201,"Boston, MA",201,"Boston, MA" +69,431,201,"Boston, MA",201,"Boston, MA" +69,432,159,"Long Beach, CA",159,"Long Beach, CA" +69,433,241,"Philadelphia, PA",241,"Philadelphia, PA" +69,434,244,"Providence, RI",244,"Providence, RI" +69,435,244,"Providence, RI",244,"Providence, RI" +69,436,241,"Philadelphia, PA",241,"Philadelphia, PA" +69,437,241,"Philadelphia, PA",241,"Philadelphia, PA" +69,438,172,"Port Everglades, FL",172,"Port Everglades, FL" +69,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +69,440,245,"Charleston, SC",245,"Charleston, SC" +69,441,162,"Oakland, CA",162,"Oakland, CA" +69,442,197,"Portland, ME",197,"Portland, ME" +69,443,223,"New York, NY and NJ",223,"New York, NY and NJ" +69,444,269,"Longview, WA",269,"Longview, WA" +69,445,201,"Boston, MA",201,"Boston, MA" +69,446,217,"New York, NY and NJ",217,"New York, NY and NJ" +69,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +69,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +69,449,159,"Long Beach, CA",159,"Long Beach, CA" +69,450,177,"Savannah, GA",177,"Savannah, GA" +69,451,197,"Portland, ME",197,"Portland, ME" +69,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +69,453,159,"Long Beach, CA",159,"Long Beach, CA" +69,454,223,"New York, NY and NJ",223,"New York, NY and NJ" +69,455,241,"Philadelphia, PA",241,"Philadelphia, PA" +69,456,159,"Long Beach, CA",159,"Long Beach, CA" +69,457,241,"Philadelphia, PA",241,"Philadelphia, PA" +69,458,197,"Portland, ME",197,"Portland, ME" +69,459,159,"Long Beach, CA",159,"Long Beach, CA" +69,460,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +69,461,217,"New York, NY and NJ",217,"New York, NY and NJ" +69,462,229,"Wilmington, NC",229,"Wilmington, NC" +69,463,241,"Philadelphia, PA",241,"Philadelphia, PA" +69,464,244,"Providence, RI",244,"Providence, RI" +69,465,268,"Seattle, WA",268,"Seattle, WA" +69,466,159,"Long Beach, CA",159,"Long Beach, CA" +69,467,217,"New York, NY and NJ",217,"New York, NY and NJ" +69,468,268,"Seattle, WA",268,"Seattle, WA" +69,469,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +69,470,162,"Oakland, CA",162,"Oakland, CA" +69,471,217,"New York, NY and NJ",217,"New York, NY and NJ" +69,472,268,"Seattle, WA",268,"Seattle, WA" +69,473,162,"Oakland, CA",162,"Oakland, CA" +69,474,177,"Savannah, GA",177,"Savannah, GA" +69,475,241,"Philadelphia, PA",241,"Philadelphia, PA" +69,476,159,"Long Beach, CA",159,"Long Beach, CA" +69,477,159,"Long Beach, CA",159,"Long Beach, CA" +69,478,174,"Tampa, FL",174,"Tampa, FL" +69,479,159,"Long Beach, CA",159,"Long Beach, CA" +69,480,201,"Boston, MA",201,"Boston, MA" +69,481,241,"Philadelphia, PA",241,"Philadelphia, PA" +69,482,159,"Long Beach, CA",159,"Long Beach, CA" +69,483,241,"Philadelphia, PA",241,"Philadelphia, PA" +69,484,174,"Tampa, FL",174,"Tampa, FL" +69,485,159,"Long Beach, CA",159,"Long Beach, CA" +69,486,268,"Seattle, WA",268,"Seattle, WA" +69,487,152,"Mobile, AL",152,"Mobile, AL" +69,488,268,"Seattle, WA",268,"Seattle, WA" +69,489,239,"Portland, OR",239,"Portland, OR" +69,490,241,"Philadelphia, PA",241,"Philadelphia, PA" +69,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +70,154,159,"Long Beach, CA",159,"Long Beach, CA" +70,179,159,"Long Beach, CA",159,"Long Beach, CA" +70,180,268,"Seattle, WA",268,"Seattle, WA" +70,274,159,"Long Beach, CA",159,"Long Beach, CA" +70,275,201,"Boston, MA",201,"Boston, MA" +70,276,197,"Portland, ME",197,"Portland, ME" +70,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +70,278,223,"New York, NY and NJ",223,"New York, NY and NJ" +70,279,245,"Charleston, SC",245,"Charleston, SC" +70,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +70,281,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +70,282,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +70,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +70,284,239,"Portland, OR",239,"Portland, OR" +70,285,198,"Baltimore, MD",198,"Baltimore, MD" +70,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +70,287,174,"Tampa, FL",174,"Tampa, FL" +70,288,159,"Long Beach, CA",159,"Long Beach, CA" +70,289,159,"Long Beach, CA",159,"Long Beach, CA" +70,290,245,"Charleston, SC",245,"Charleston, SC" +70,291,197,"Portland, ME",197,"Portland, ME" +70,292,197,"Portland, ME",197,"Portland, ME" +70,293,195,"New Orleans, LA",195,"New Orleans, LA" +70,294,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +70,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +70,296,159,"Long Beach, CA",159,"Long Beach, CA" +70,297,195,"New Orleans, LA",195,"New Orleans, LA" +70,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +70,299,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +70,300,171,"Jacksonville, FL",171,"Jacksonville, FL" +70,301,197,"Portland, ME",197,"Portland, ME" +70,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +70,303,159,"Long Beach, CA",159,"Long Beach, CA" +70,304,197,"Portland, ME",197,"Portland, ME" +70,305,245,"Charleston, SC",245,"Charleston, SC" +70,306,217,"New York, NY and NJ",217,"New York, NY and NJ" +70,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +70,308,268,"Seattle, WA",268,"Seattle, WA" +70,309,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +70,310,268,"Seattle, WA",268,"Seattle, WA" +70,311,201,"Boston, MA",201,"Boston, MA" +70,312,195,"New Orleans, LA",195,"New Orleans, LA" +70,313,223,"New York, NY and NJ",223,"New York, NY and NJ" +70,314,223,"New York, NY and NJ",223,"New York, NY and NJ" +70,315,245,"Charleston, SC",245,"Charleston, SC" +70,316,159,"Long Beach, CA",159,"Long Beach, CA" +70,317,159,"Long Beach, CA",159,"Long Beach, CA" +70,318,269,"Longview, WA",269,"Longview, WA" +70,319,195,"New Orleans, LA",195,"New Orleans, LA" +70,320,197,"Portland, ME",197,"Portland, ME" +70,321,201,"Boston, MA",201,"Boston, MA" +70,322,268,"Seattle, WA",268,"Seattle, WA" +70,323,172,"Port Everglades, FL",172,"Port Everglades, FL" +70,324,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +70,325,245,"Charleston, SC",245,"Charleston, SC" +70,326,177,"Savannah, GA",177,"Savannah, GA" +70,327,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +70,328,197,"Portland, ME",197,"Portland, ME" +70,329,223,"New York, NY and NJ",223,"New York, NY and NJ" +70,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +70,331,169,"Wilmington, DE",169,"Wilmington, DE" +70,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +70,333,174,"Tampa, FL",174,"Tampa, FL" +70,334,195,"New Orleans, LA",195,"New Orleans, LA" +70,335,197,"Portland, ME",197,"Portland, ME" +70,336,208,"Pascagoula, MS",208,"Pascagoula, MS" +70,337,241,"Philadelphia, PA",241,"Philadelphia, PA" +70,338,223,"New York, NY and NJ",223,"New York, NY and NJ" +70,339,197,"Portland, ME",197,"Portland, ME" +70,340,241,"Philadelphia, PA",241,"Philadelphia, PA" +70,341,195,"New Orleans, LA",195,"New Orleans, LA" +70,342,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +70,343,159,"Long Beach, CA",159,"Long Beach, CA" +70,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +70,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +70,346,174,"Tampa, FL",174,"Tampa, FL" +70,347,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +70,348,169,"Wilmington, DE",169,"Wilmington, DE" +70,349,217,"New York, NY and NJ",217,"New York, NY and NJ" +70,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +70,351,217,"New York, NY and NJ",217,"New York, NY and NJ" +70,352,197,"Portland, ME",197,"Portland, ME" +70,353,198,"Baltimore, MD",198,"Baltimore, MD" +70,354,201,"Boston, MA",201,"Boston, MA" +70,355,177,"Savannah, GA",177,"Savannah, GA" +70,356,253,"Beaumont, TX",253,"Beaumont, TX" +70,357,217,"New York, NY and NJ",217,"New York, NY and NJ" +70,358,244,"Providence, RI",244,"Providence, RI" +70,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +70,360,177,"Savannah, GA",177,"Savannah, GA" +70,361,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +70,362,198,"Baltimore, MD",198,"Baltimore, MD" +70,363,172,"Port Everglades, FL",172,"Port Everglades, FL" +70,364,201,"Boston, MA",201,"Boston, MA" +70,365,201,"Boston, MA",201,"Boston, MA" +70,366,159,"Long Beach, CA",159,"Long Beach, CA" +70,367,159,"Long Beach, CA",159,"Long Beach, CA" +70,368,268,"Seattle, WA",268,"Seattle, WA" +70,369,162,"Oakland, CA",162,"Oakland, CA" +70,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +70,371,159,"Long Beach, CA",159,"Long Beach, CA" +70,372,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +70,373,174,"Tampa, FL",174,"Tampa, FL" +70,374,268,"Seattle, WA",268,"Seattle, WA" +70,375,268,"Seattle, WA",268,"Seattle, WA" +70,376,162,"Oakland, CA",162,"Oakland, CA" +70,377,217,"New York, NY and NJ",217,"New York, NY and NJ" +70,378,257,"Houston, TX",257,"Houston, TX" +70,379,268,"Seattle, WA",268,"Seattle, WA" +70,380,159,"Long Beach, CA",159,"Long Beach, CA" +70,381,269,"Longview, WA",269,"Longview, WA" +70,382,201,"Boston, MA",201,"Boston, MA" +70,383,159,"Long Beach, CA",159,"Long Beach, CA" +70,384,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +70,385,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +70,386,201,"Boston, MA",201,"Boston, MA" +70,387,198,"Baltimore, MD",198,"Baltimore, MD" +70,388,241,"Philadelphia, PA",241,"Philadelphia, PA" +70,389,241,"Philadelphia, PA",241,"Philadelphia, PA" +70,390,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +70,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +70,392,159,"Long Beach, CA",159,"Long Beach, CA" +70,393,239,"Portland, OR",239,"Portland, OR" +70,394,244,"Providence, RI",244,"Providence, RI" +70,395,217,"New York, NY and NJ",217,"New York, NY and NJ" +70,396,159,"Long Beach, CA",159,"Long Beach, CA" +70,397,223,"New York, NY and NJ",223,"New York, NY and NJ" +70,398,223,"New York, NY and NJ",223,"New York, NY and NJ" +70,399,253,"Beaumont, TX",253,"Beaumont, TX" +70,400,162,"Oakland, CA",162,"Oakland, CA" +70,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +70,402,244,"Providence, RI",244,"Providence, RI" +70,403,159,"Long Beach, CA",159,"Long Beach, CA" +70,404,197,"Portland, ME",197,"Portland, ME" +70,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +70,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +70,407,171,"Jacksonville, FL",171,"Jacksonville, FL" +70,408,159,"Long Beach, CA",159,"Long Beach, CA" +70,409,198,"Baltimore, MD",198,"Baltimore, MD" +70,410,159,"Long Beach, CA",159,"Long Beach, CA" +70,411,159,"Long Beach, CA",159,"Long Beach, CA" +70,412,198,"Baltimore, MD",198,"Baltimore, MD" +70,413,162,"Oakland, CA",162,"Oakland, CA" +70,414,194,"Lake Charles, LA",194,"Lake Charles, LA" +70,415,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +70,416,241,"Philadelphia, PA",241,"Philadelphia, PA" +70,417,162,"Oakland, CA",162,"Oakland, CA" +70,418,162,"Oakland, CA",162,"Oakland, CA" +70,419,217,"New York, NY and NJ",217,"New York, NY and NJ" +70,420,268,"Seattle, WA",268,"Seattle, WA" +70,421,268,"Seattle, WA",268,"Seattle, WA" +70,422,159,"Long Beach, CA",159,"Long Beach, CA" +70,423,159,"Long Beach, CA",159,"Long Beach, CA" +70,424,174,"Tampa, FL",174,"Tampa, FL" +70,425,159,"Long Beach, CA",159,"Long Beach, CA" +70,426,152,"Mobile, AL",152,"Mobile, AL" +70,427,195,"New Orleans, LA",195,"New Orleans, LA" +70,428,162,"Oakland, CA",162,"Oakland, CA" +70,429,159,"Long Beach, CA",159,"Long Beach, CA" +70,430,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +70,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +70,432,268,"Seattle, WA",268,"Seattle, WA" +70,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +70,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +70,435,197,"Portland, ME",197,"Portland, ME" +70,436,217,"New York, NY and NJ",217,"New York, NY and NJ" +70,437,223,"New York, NY and NJ",223,"New York, NY and NJ" +70,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +70,439,177,"Savannah, GA",177,"Savannah, GA" +70,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +70,441,159,"Long Beach, CA",159,"Long Beach, CA" +70,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +70,443,198,"Baltimore, MD",198,"Baltimore, MD" +70,444,268,"Seattle, WA",268,"Seattle, WA" +70,445,197,"Portland, ME",197,"Portland, ME" +70,446,197,"Portland, ME",197,"Portland, ME" +70,447,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +70,448,197,"Portland, ME",197,"Portland, ME" +70,449,269,"Longview, WA",269,"Longview, WA" +70,450,174,"Tampa, FL",174,"Tampa, FL" +70,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +70,452,201,"Boston, MA",201,"Boston, MA" +70,453,162,"Oakland, CA",162,"Oakland, CA" +70,454,241,"Philadelphia, PA",241,"Philadelphia, PA" +70,455,201,"Boston, MA",201,"Boston, MA" +70,456,159,"Long Beach, CA",159,"Long Beach, CA" +70,457,241,"Philadelphia, PA",241,"Philadelphia, PA" +70,458,201,"Boston, MA",201,"Boston, MA" +70,459,159,"Long Beach, CA",159,"Long Beach, CA" +70,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +70,461,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +70,462,217,"New York, NY and NJ",217,"New York, NY and NJ" +70,463,244,"Providence, RI",244,"Providence, RI" +70,464,169,"Wilmington, DE",169,"Wilmington, DE" +70,465,269,"Longview, WA",269,"Longview, WA" +70,466,162,"Oakland, CA",162,"Oakland, CA" +70,467,244,"Providence, RI",244,"Providence, RI" +70,468,239,"Portland, OR",239,"Portland, OR" +70,469,198,"Baltimore, MD",198,"Baltimore, MD" +70,470,162,"Oakland, CA",162,"Oakland, CA" +70,471,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +70,472,159,"Long Beach, CA",159,"Long Beach, CA" +70,473,159,"Long Beach, CA",159,"Long Beach, CA" +70,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +70,475,217,"New York, NY and NJ",217,"New York, NY and NJ" +70,476,159,"Long Beach, CA",159,"Long Beach, CA" +70,477,159,"Long Beach, CA",159,"Long Beach, CA" +70,478,174,"Tampa, FL",174,"Tampa, FL" +70,479,159,"Long Beach, CA",159,"Long Beach, CA" +70,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +70,481,241,"Philadelphia, PA",241,"Philadelphia, PA" +70,482,159,"Long Beach, CA",159,"Long Beach, CA" +70,483,197,"Portland, ME",197,"Portland, ME" +70,484,174,"Tampa, FL",174,"Tampa, FL" +70,485,162,"Oakland, CA",162,"Oakland, CA" +70,486,269,"Longview, WA",269,"Longview, WA" +70,487,177,"Savannah, GA",177,"Savannah, GA" +70,488,159,"Long Beach, CA",159,"Long Beach, CA" +70,489,269,"Longview, WA",269,"Longview, WA" +70,490,241,"Philadelphia, PA",241,"Philadelphia, PA" +70,491,217,"New York, NY and NJ",217,"New York, NY and NJ" +71,154,159,"Long Beach, CA",159,"Long Beach, CA" +71,179,159,"Long Beach, CA",159,"Long Beach, CA" +71,180,268,"Seattle, WA",268,"Seattle, WA" +71,274,268,"Seattle, WA",268,"Seattle, WA" +71,275,229,"Wilmington, NC",229,"Wilmington, NC" +71,276,217,"New York, NY and NJ",217,"New York, NY and NJ" +71,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +71,278,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +71,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +71,281,195,"New Orleans, LA",195,"New Orleans, LA" +71,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +71,284,159,"Long Beach, CA",159,"Long Beach, CA" +71,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,286,201,"Boston, MA",201,"Boston, MA" +71,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +71,288,162,"Oakland, CA",162,"Oakland, CA" +71,289,159,"Long Beach, CA",159,"Long Beach, CA" +71,290,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +71,291,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +71,292,197,"Portland, ME",197,"Portland, ME" +71,293,195,"New Orleans, LA",195,"New Orleans, LA" +71,294,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +71,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +71,296,239,"Portland, OR",239,"Portland, OR" +71,297,174,"Tampa, FL",174,"Tampa, FL" +71,298,201,"Boston, MA",201,"Boston, MA" +71,299,217,"New York, NY and NJ",217,"New York, NY and NJ" +71,300,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +71,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,302,245,"Charleston, SC",245,"Charleston, SC" +71,303,159,"Long Beach, CA",159,"Long Beach, CA" +71,304,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +71,305,244,"Providence, RI",244,"Providence, RI" +71,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +71,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +71,308,159,"Long Beach, CA",159,"Long Beach, CA" +71,309,169,"Wilmington, DE",169,"Wilmington, DE" +71,310,159,"Long Beach, CA",159,"Long Beach, CA" +71,311,241,"Philadelphia, PA",241,"Philadelphia, PA" +71,312,195,"New Orleans, LA",195,"New Orleans, LA" +71,313,217,"New York, NY and NJ",217,"New York, NY and NJ" +71,314,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,315,152,"Mobile, AL",152,"Mobile, AL" +71,316,159,"Long Beach, CA",159,"Long Beach, CA" +71,317,269,"Longview, WA",269,"Longview, WA" +71,318,159,"Long Beach, CA",159,"Long Beach, CA" +71,319,172,"Port Everglades, FL",172,"Port Everglades, FL" +71,320,244,"Providence, RI",244,"Providence, RI" +71,321,217,"New York, NY and NJ",217,"New York, NY and NJ" +71,322,269,"Longview, WA",269,"Longview, WA" +71,323,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +71,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,325,177,"Savannah, GA",177,"Savannah, GA" +71,326,245,"Charleston, SC",245,"Charleston, SC" +71,327,169,"Wilmington, DE",169,"Wilmington, DE" +71,328,201,"Boston, MA",201,"Boston, MA" +71,329,201,"Boston, MA",201,"Boston, MA" +71,330,197,"Portland, ME",197,"Portland, ME" +71,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +71,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +71,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +71,334,152,"Mobile, AL",152,"Mobile, AL" +71,335,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +71,336,172,"Port Everglades, FL",172,"Port Everglades, FL" +71,337,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,338,244,"Providence, RI",244,"Providence, RI" +71,339,198,"Baltimore, MD",198,"Baltimore, MD" +71,340,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +71,341,195,"New Orleans, LA",195,"New Orleans, LA" +71,342,197,"Portland, ME",197,"Portland, ME" +71,343,162,"Oakland, CA",162,"Oakland, CA" +71,344,197,"Portland, ME",197,"Portland, ME" +71,345,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +71,346,217,"New York, NY and NJ",217,"New York, NY and NJ" +71,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +71,348,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,350,217,"New York, NY and NJ",217,"New York, NY and NJ" +71,351,241,"Philadelphia, PA",241,"Philadelphia, PA" +71,352,241,"Philadelphia, PA",241,"Philadelphia, PA" +71,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +71,355,174,"Tampa, FL",174,"Tampa, FL" +71,356,194,"Lake Charles, LA",194,"Lake Charles, LA" +71,357,217,"New York, NY and NJ",217,"New York, NY and NJ" +71,358,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,359,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +71,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +71,361,177,"Savannah, GA",177,"Savannah, GA" +71,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,363,195,"New Orleans, LA",195,"New Orleans, LA" +71,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,365,244,"Providence, RI",244,"Providence, RI" +71,366,162,"Oakland, CA",162,"Oakland, CA" +71,367,159,"Long Beach, CA",159,"Long Beach, CA" +71,368,159,"Long Beach, CA",159,"Long Beach, CA" +71,369,159,"Long Beach, CA",159,"Long Beach, CA" +71,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,371,162,"Oakland, CA",162,"Oakland, CA" +71,372,197,"Portland, ME",197,"Portland, ME" +71,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +71,374,239,"Portland, OR",239,"Portland, OR" +71,375,162,"Oakland, CA",162,"Oakland, CA" +71,376,268,"Seattle, WA",268,"Seattle, WA" +71,377,217,"New York, NY and NJ",217,"New York, NY and NJ" +71,378,195,"New Orleans, LA",195,"New Orleans, LA" +71,379,268,"Seattle, WA",268,"Seattle, WA" +71,380,159,"Long Beach, CA",159,"Long Beach, CA" +71,381,159,"Long Beach, CA",159,"Long Beach, CA" +71,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +71,383,162,"Oakland, CA",162,"Oakland, CA" +71,384,245,"Charleston, SC",245,"Charleston, SC" +71,385,201,"Boston, MA",201,"Boston, MA" +71,386,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,388,241,"Philadelphia, PA",241,"Philadelphia, PA" +71,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,390,244,"Providence, RI",244,"Providence, RI" +71,391,217,"New York, NY and NJ",217,"New York, NY and NJ" +71,392,159,"Long Beach, CA",159,"Long Beach, CA" +71,393,268,"Seattle, WA",268,"Seattle, WA" +71,394,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,396,159,"Long Beach, CA",159,"Long Beach, CA" +71,397,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,398,217,"New York, NY and NJ",217,"New York, NY and NJ" +71,399,257,"Houston, TX",257,"Houston, TX" +71,400,268,"Seattle, WA",268,"Seattle, WA" +71,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,403,159,"Long Beach, CA",159,"Long Beach, CA" +71,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +71,406,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +71,407,198,"Baltimore, MD",198,"Baltimore, MD" +71,408,162,"Oakland, CA",162,"Oakland, CA" +71,409,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,410,159,"Long Beach, CA",159,"Long Beach, CA" +71,411,162,"Oakland, CA",162,"Oakland, CA" +71,412,217,"New York, NY and NJ",217,"New York, NY and NJ" +71,413,159,"Long Beach, CA",159,"Long Beach, CA" +71,414,152,"Mobile, AL",152,"Mobile, AL" +71,415,197,"Portland, ME",197,"Portland, ME" +71,416,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +71,417,268,"Seattle, WA",268,"Seattle, WA" +71,418,159,"Long Beach, CA",159,"Long Beach, CA" +71,419,244,"Providence, RI",244,"Providence, RI" +71,420,159,"Long Beach, CA",159,"Long Beach, CA" +71,421,159,"Long Beach, CA",159,"Long Beach, CA" +71,422,268,"Seattle, WA",268,"Seattle, WA" +71,423,162,"Oakland, CA",162,"Oakland, CA" +71,424,172,"Port Everglades, FL",172,"Port Everglades, FL" +71,425,269,"Longview, WA",269,"Longview, WA" +71,426,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +71,427,152,"Mobile, AL",152,"Mobile, AL" +71,428,268,"Seattle, WA",268,"Seattle, WA" +71,429,268,"Seattle, WA",268,"Seattle, WA" +71,430,197,"Portland, ME",197,"Portland, ME" +71,431,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,432,159,"Long Beach, CA",159,"Long Beach, CA" +71,433,241,"Philadelphia, PA",241,"Philadelphia, PA" +71,434,241,"Philadelphia, PA",241,"Philadelphia, PA" +71,435,217,"New York, NY and NJ",217,"New York, NY and NJ" +71,436,217,"New York, NY and NJ",217,"New York, NY and NJ" +71,437,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +71,438,172,"Port Everglades, FL",172,"Port Everglades, FL" +71,439,198,"Baltimore, MD",198,"Baltimore, MD" +71,440,177,"Savannah, GA",177,"Savannah, GA" +71,441,159,"Long Beach, CA",159,"Long Beach, CA" +71,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,443,197,"Portland, ME",197,"Portland, ME" +71,444,159,"Long Beach, CA",159,"Long Beach, CA" +71,445,177,"Savannah, GA",177,"Savannah, GA" +71,446,197,"Portland, ME",197,"Portland, ME" +71,447,217,"New York, NY and NJ",217,"New York, NY and NJ" +71,448,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +71,449,159,"Long Beach, CA",159,"Long Beach, CA" +71,450,178,"Brunswick, GA",178,"Brunswick, GA" +71,451,229,"Wilmington, NC",229,"Wilmington, NC" +71,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,453,268,"Seattle, WA",268,"Seattle, WA" +71,454,241,"Philadelphia, PA",241,"Philadelphia, PA" +71,455,217,"New York, NY and NJ",217,"New York, NY and NJ" +71,456,268,"Seattle, WA",268,"Seattle, WA" +71,457,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,458,217,"New York, NY and NJ",217,"New York, NY and NJ" +71,459,159,"Long Beach, CA",159,"Long Beach, CA" +71,460,201,"Boston, MA",201,"Boston, MA" +71,461,177,"Savannah, GA",177,"Savannah, GA" +71,462,229,"Wilmington, NC",229,"Wilmington, NC" +71,463,198,"Baltimore, MD",198,"Baltimore, MD" +71,464,217,"New York, NY and NJ",217,"New York, NY and NJ" +71,465,159,"Long Beach, CA",159,"Long Beach, CA" +71,466,268,"Seattle, WA",268,"Seattle, WA" +71,467,198,"Baltimore, MD",198,"Baltimore, MD" +71,468,268,"Seattle, WA",268,"Seattle, WA" +71,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,470,268,"Seattle, WA",268,"Seattle, WA" +71,471,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +71,472,159,"Long Beach, CA",159,"Long Beach, CA" +71,473,159,"Long Beach, CA",159,"Long Beach, CA" +71,474,245,"Charleston, SC",245,"Charleston, SC" +71,475,241,"Philadelphia, PA",241,"Philadelphia, PA" +71,476,268,"Seattle, WA",268,"Seattle, WA" +71,477,159,"Long Beach, CA",159,"Long Beach, CA" +71,478,177,"Savannah, GA",177,"Savannah, GA" +71,479,159,"Long Beach, CA",159,"Long Beach, CA" +71,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,481,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +71,482,159,"Long Beach, CA",159,"Long Beach, CA" +71,483,223,"New York, NY and NJ",223,"New York, NY and NJ" +71,484,152,"Mobile, AL",152,"Mobile, AL" +71,485,159,"Long Beach, CA",159,"Long Beach, CA" +71,486,159,"Long Beach, CA",159,"Long Beach, CA" +71,487,174,"Tampa, FL",174,"Tampa, FL" +71,488,159,"Long Beach, CA",159,"Long Beach, CA" +71,489,268,"Seattle, WA",268,"Seattle, WA" +71,490,177,"Savannah, GA",177,"Savannah, GA" +71,491,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +72,154,159,"Long Beach, CA",159,"Long Beach, CA" +72,179,239,"Portland, OR",239,"Portland, OR" +72,180,159,"Long Beach, CA",159,"Long Beach, CA" +72,274,239,"Portland, OR",239,"Portland, OR" +72,275,241,"Philadelphia, PA",241,"Philadelphia, PA" +72,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,277,198,"Baltimore, MD",198,"Baltimore, MD" +72,278,198,"Baltimore, MD",198,"Baltimore, MD" +72,279,245,"Charleston, SC",245,"Charleston, SC" +72,280,217,"New York, NY and NJ",217,"New York, NY and NJ" +72,281,195,"New Orleans, LA",195,"New Orleans, LA" +72,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,283,174,"Tampa, FL",174,"Tampa, FL" +72,284,239,"Portland, OR",239,"Portland, OR" +72,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +72,286,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +72,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +72,288,159,"Long Beach, CA",159,"Long Beach, CA" +72,289,159,"Long Beach, CA",159,"Long Beach, CA" +72,290,177,"Savannah, GA",177,"Savannah, GA" +72,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,292,197,"Portland, ME",197,"Portland, ME" +72,293,152,"Mobile, AL",152,"Mobile, AL" +72,294,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +72,295,241,"Philadelphia, PA",241,"Philadelphia, PA" +72,296,162,"Oakland, CA",162,"Oakland, CA" +72,297,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +72,298,241,"Philadelphia, PA",241,"Philadelphia, PA" +72,299,217,"New York, NY and NJ",217,"New York, NY and NJ" +72,300,217,"New York, NY and NJ",217,"New York, NY and NJ" +72,301,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +72,302,172,"Port Everglades, FL",172,"Port Everglades, FL" +72,303,159,"Long Beach, CA",159,"Long Beach, CA" +72,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,306,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +72,307,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,308,159,"Long Beach, CA",159,"Long Beach, CA" +72,309,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +72,310,162,"Oakland, CA",162,"Oakland, CA" +72,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,312,195,"New Orleans, LA",195,"New Orleans, LA" +72,313,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +72,314,201,"Boston, MA",201,"Boston, MA" +72,315,195,"New Orleans, LA",195,"New Orleans, LA" +72,316,159,"Long Beach, CA",159,"Long Beach, CA" +72,317,239,"Portland, OR",239,"Portland, OR" +72,318,268,"Seattle, WA",268,"Seattle, WA" +72,319,195,"New Orleans, LA",195,"New Orleans, LA" +72,320,217,"New York, NY and NJ",217,"New York, NY and NJ" +72,321,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +72,322,159,"Long Beach, CA",159,"Long Beach, CA" +72,323,194,"Lake Charles, LA",194,"Lake Charles, LA" +72,324,201,"Boston, MA",201,"Boston, MA" +72,325,171,"Jacksonville, FL",171,"Jacksonville, FL" +72,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +72,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +72,328,197,"Portland, ME",197,"Portland, ME" +72,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +72,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,331,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +72,333,174,"Tampa, FL",174,"Tampa, FL" +72,334,152,"Mobile, AL",152,"Mobile, AL" +72,335,197,"Portland, ME",197,"Portland, ME" +72,336,171,"Jacksonville, FL",171,"Jacksonville, FL" +72,337,198,"Baltimore, MD",198,"Baltimore, MD" +72,338,241,"Philadelphia, PA",241,"Philadelphia, PA" +72,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,340,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,341,208,"Pascagoula, MS",208,"Pascagoula, MS" +72,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,343,159,"Long Beach, CA",159,"Long Beach, CA" +72,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,345,244,"Providence, RI",244,"Providence, RI" +72,346,198,"Baltimore, MD",198,"Baltimore, MD" +72,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +72,348,169,"Wilmington, DE",169,"Wilmington, DE" +72,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,351,217,"New York, NY and NJ",217,"New York, NY and NJ" +72,352,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +72,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,354,241,"Philadelphia, PA",241,"Philadelphia, PA" +72,355,198,"Baltimore, MD",198,"Baltimore, MD" +72,356,257,"Houston, TX",257,"Houston, TX" +72,357,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,358,198,"Baltimore, MD",198,"Baltimore, MD" +72,359,245,"Charleston, SC",245,"Charleston, SC" +72,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +72,361,245,"Charleston, SC",245,"Charleston, SC" +72,362,198,"Baltimore, MD",198,"Baltimore, MD" +72,363,152,"Mobile, AL",152,"Mobile, AL" +72,364,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +72,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,366,159,"Long Beach, CA",159,"Long Beach, CA" +72,367,162,"Oakland, CA",162,"Oakland, CA" +72,368,162,"Oakland, CA",162,"Oakland, CA" +72,369,268,"Seattle, WA",268,"Seattle, WA" +72,370,198,"Baltimore, MD",198,"Baltimore, MD" +72,371,159,"Long Beach, CA",159,"Long Beach, CA" +72,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +72,373,171,"Jacksonville, FL",171,"Jacksonville, FL" +72,374,159,"Long Beach, CA",159,"Long Beach, CA" +72,375,268,"Seattle, WA",268,"Seattle, WA" +72,376,162,"Oakland, CA",162,"Oakland, CA" +72,377,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +72,378,195,"New Orleans, LA",195,"New Orleans, LA" +72,379,162,"Oakland, CA",162,"Oakland, CA" +72,380,159,"Long Beach, CA",159,"Long Beach, CA" +72,381,268,"Seattle, WA",268,"Seattle, WA" +72,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,383,268,"Seattle, WA",268,"Seattle, WA" +72,384,241,"Philadelphia, PA",241,"Philadelphia, PA" +72,385,197,"Portland, ME",197,"Portland, ME" +72,386,198,"Baltimore, MD",198,"Baltimore, MD" +72,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,388,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +72,389,241,"Philadelphia, PA",241,"Philadelphia, PA" +72,390,198,"Baltimore, MD",198,"Baltimore, MD" +72,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +72,392,159,"Long Beach, CA",159,"Long Beach, CA" +72,393,159,"Long Beach, CA",159,"Long Beach, CA" +72,394,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +72,395,217,"New York, NY and NJ",217,"New York, NY and NJ" +72,396,159,"Long Beach, CA",159,"Long Beach, CA" +72,397,198,"Baltimore, MD",198,"Baltimore, MD" +72,398,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,399,253,"Beaumont, TX",253,"Beaumont, TX" +72,400,159,"Long Beach, CA",159,"Long Beach, CA" +72,401,217,"New York, NY and NJ",217,"New York, NY and NJ" +72,402,241,"Philadelphia, PA",241,"Philadelphia, PA" +72,403,159,"Long Beach, CA",159,"Long Beach, CA" +72,404,217,"New York, NY and NJ",217,"New York, NY and NJ" +72,405,177,"Savannah, GA",177,"Savannah, GA" +72,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,407,201,"Boston, MA",201,"Boston, MA" +72,408,268,"Seattle, WA",268,"Seattle, WA" +72,409,172,"Port Everglades, FL",172,"Port Everglades, FL" +72,410,269,"Longview, WA",269,"Longview, WA" +72,411,159,"Long Beach, CA",159,"Long Beach, CA" +72,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,413,159,"Long Beach, CA",159,"Long Beach, CA" +72,414,257,"Houston, TX",257,"Houston, TX" +72,415,201,"Boston, MA",201,"Boston, MA" +72,416,241,"Philadelphia, PA",241,"Philadelphia, PA" +72,417,159,"Long Beach, CA",159,"Long Beach, CA" +72,418,159,"Long Beach, CA",159,"Long Beach, CA" +72,419,198,"Baltimore, MD",198,"Baltimore, MD" +72,420,268,"Seattle, WA",268,"Seattle, WA" +72,421,159,"Long Beach, CA",159,"Long Beach, CA" +72,422,269,"Longview, WA",269,"Longview, WA" +72,423,269,"Longview, WA",269,"Longview, WA" +72,424,172,"Port Everglades, FL",172,"Port Everglades, FL" +72,425,159,"Long Beach, CA",159,"Long Beach, CA" +72,426,195,"New Orleans, LA",195,"New Orleans, LA" +72,427,195,"New Orleans, LA",195,"New Orleans, LA" +72,428,159,"Long Beach, CA",159,"Long Beach, CA" +72,429,162,"Oakland, CA",162,"Oakland, CA" +72,430,197,"Portland, ME",197,"Portland, ME" +72,431,169,"Wilmington, DE",169,"Wilmington, DE" +72,432,268,"Seattle, WA",268,"Seattle, WA" +72,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +72,434,198,"Baltimore, MD",198,"Baltimore, MD" +72,435,217,"New York, NY and NJ",217,"New York, NY and NJ" +72,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +72,437,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +72,438,171,"Jacksonville, FL",171,"Jacksonville, FL" +72,439,171,"Jacksonville, FL",171,"Jacksonville, FL" +72,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +72,441,268,"Seattle, WA",268,"Seattle, WA" +72,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,443,169,"Wilmington, DE",169,"Wilmington, DE" +72,444,162,"Oakland, CA",162,"Oakland, CA" +72,445,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +72,446,198,"Baltimore, MD",198,"Baltimore, MD" +72,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +72,449,268,"Seattle, WA",268,"Seattle, WA" +72,450,174,"Tampa, FL",174,"Tampa, FL" +72,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,453,239,"Portland, OR",239,"Portland, OR" +72,454,169,"Wilmington, DE",169,"Wilmington, DE" +72,455,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,456,159,"Long Beach, CA",159,"Long Beach, CA" +72,457,201,"Boston, MA",201,"Boston, MA" +72,458,198,"Baltimore, MD",198,"Baltimore, MD" +72,459,239,"Portland, OR",239,"Portland, OR" +72,460,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +72,461,152,"Mobile, AL",152,"Mobile, AL" +72,462,245,"Charleston, SC",245,"Charleston, SC" +72,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,464,201,"Boston, MA",201,"Boston, MA" +72,465,268,"Seattle, WA",268,"Seattle, WA" +72,466,159,"Long Beach, CA",159,"Long Beach, CA" +72,467,217,"New York, NY and NJ",217,"New York, NY and NJ" +72,468,159,"Long Beach, CA",159,"Long Beach, CA" +72,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +72,470,159,"Long Beach, CA",159,"Long Beach, CA" +72,471,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +72,472,268,"Seattle, WA",268,"Seattle, WA" +72,473,162,"Oakland, CA",162,"Oakland, CA" +72,474,245,"Charleston, SC",245,"Charleston, SC" +72,475,217,"New York, NY and NJ",217,"New York, NY and NJ" +72,476,159,"Long Beach, CA",159,"Long Beach, CA" +72,477,159,"Long Beach, CA",159,"Long Beach, CA" +72,478,177,"Savannah, GA",177,"Savannah, GA" +72,479,268,"Seattle, WA",268,"Seattle, WA" +72,480,198,"Baltimore, MD",198,"Baltimore, MD" +72,481,244,"Providence, RI",244,"Providence, RI" +72,482,159,"Long Beach, CA",159,"Long Beach, CA" +72,483,244,"Providence, RI",244,"Providence, RI" +72,484,172,"Port Everglades, FL",172,"Port Everglades, FL" +72,485,162,"Oakland, CA",162,"Oakland, CA" +72,486,268,"Seattle, WA",268,"Seattle, WA" +72,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +72,488,162,"Oakland, CA",162,"Oakland, CA" +72,489,269,"Longview, WA",269,"Longview, WA" +72,490,223,"New York, NY and NJ",223,"New York, NY and NJ" +72,491,217,"New York, NY and NJ",217,"New York, NY and NJ" +73,154,159,"Long Beach, CA",159,"Long Beach, CA" +73,179,159,"Long Beach, CA",159,"Long Beach, CA" +73,180,269,"Longview, WA",269,"Longview, WA" +73,274,159,"Long Beach, CA",159,"Long Beach, CA" +73,275,244,"Providence, RI",244,"Providence, RI" +73,276,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +73,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,278,197,"Portland, ME",197,"Portland, ME" +73,279,174,"Tampa, FL",174,"Tampa, FL" +73,280,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +73,281,171,"Jacksonville, FL",171,"Jacksonville, FL" +73,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,283,177,"Savannah, GA",177,"Savannah, GA" +73,284,159,"Long Beach, CA",159,"Long Beach, CA" +73,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +73,288,159,"Long Beach, CA",159,"Long Beach, CA" +73,289,268,"Seattle, WA",268,"Seattle, WA" +73,290,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +73,291,241,"Philadelphia, PA",241,"Philadelphia, PA" +73,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +73,293,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +73,294,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +73,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +73,296,268,"Seattle, WA",268,"Seattle, WA" +73,297,208,"Pascagoula, MS",208,"Pascagoula, MS" +73,298,198,"Baltimore, MD",198,"Baltimore, MD" +73,299,174,"Tampa, FL",174,"Tampa, FL" +73,300,195,"New Orleans, LA",195,"New Orleans, LA" +73,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,302,174,"Tampa, FL",174,"Tampa, FL" +73,303,269,"Longview, WA",269,"Longview, WA" +73,304,241,"Philadelphia, PA",241,"Philadelphia, PA" +73,305,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +73,306,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +73,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +73,308,159,"Long Beach, CA",159,"Long Beach, CA" +73,309,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +73,310,195,"New Orleans, LA",195,"New Orleans, LA" +73,311,217,"New York, NY and NJ",217,"New York, NY and NJ" +73,312,195,"New Orleans, LA",195,"New Orleans, LA" +73,313,201,"Boston, MA",201,"Boston, MA" +73,314,241,"Philadelphia, PA",241,"Philadelphia, PA" +73,315,195,"New Orleans, LA",195,"New Orleans, LA" +73,316,159,"Long Beach, CA",159,"Long Beach, CA" +73,317,162,"Oakland, CA",162,"Oakland, CA" +73,318,159,"Long Beach, CA",159,"Long Beach, CA" +73,319,245,"Charleston, SC",245,"Charleston, SC" +73,320,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,321,169,"Wilmington, DE",169,"Wilmington, DE" +73,322,159,"Long Beach, CA",159,"Long Beach, CA" +73,323,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +73,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +73,326,245,"Charleston, SC",245,"Charleston, SC" +73,327,198,"Baltimore, MD",198,"Baltimore, MD" +73,328,217,"New York, NY and NJ",217,"New York, NY and NJ" +73,329,217,"New York, NY and NJ",217,"New York, NY and NJ" +73,330,217,"New York, NY and NJ",217,"New York, NY and NJ" +73,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +73,332,177,"Savannah, GA",177,"Savannah, GA" +73,333,229,"Wilmington, NC",229,"Wilmington, NC" +73,334,245,"Charleston, SC",245,"Charleston, SC" +73,335,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +73,336,172,"Port Everglades, FL",172,"Port Everglades, FL" +73,337,201,"Boston, MA",201,"Boston, MA" +73,338,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,340,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +73,341,174,"Tampa, FL",174,"Tampa, FL" +73,342,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +73,343,159,"Long Beach, CA",159,"Long Beach, CA" +73,344,197,"Portland, ME",197,"Portland, ME" +73,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,346,195,"New Orleans, LA",195,"New Orleans, LA" +73,347,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +73,348,241,"Philadelphia, PA",241,"Philadelphia, PA" +73,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,350,201,"Boston, MA",201,"Boston, MA" +73,351,241,"Philadelphia, PA",241,"Philadelphia, PA" +73,352,197,"Portland, ME",197,"Portland, ME" +73,353,201,"Boston, MA",201,"Boston, MA" +73,354,169,"Wilmington, DE",169,"Wilmington, DE" +73,355,177,"Savannah, GA",177,"Savannah, GA" +73,356,178,"Brunswick, GA",178,"Brunswick, GA" +73,357,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +73,358,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,359,177,"Savannah, GA",177,"Savannah, GA" +73,360,171,"Jacksonville, FL",171,"Jacksonville, FL" +73,361,208,"Pascagoula, MS",208,"Pascagoula, MS" +73,362,241,"Philadelphia, PA",241,"Philadelphia, PA" +73,363,195,"New Orleans, LA",195,"New Orleans, LA" +73,364,217,"New York, NY and NJ",217,"New York, NY and NJ" +73,365,197,"Portland, ME",197,"Portland, ME" +73,366,239,"Portland, OR",239,"Portland, OR" +73,367,162,"Oakland, CA",162,"Oakland, CA" +73,368,268,"Seattle, WA",268,"Seattle, WA" +73,369,159,"Long Beach, CA",159,"Long Beach, CA" +73,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,371,159,"Long Beach, CA",159,"Long Beach, CA" +73,372,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +73,374,159,"Long Beach, CA",159,"Long Beach, CA" +73,375,239,"Portland, OR",239,"Portland, OR" +73,376,159,"Long Beach, CA",159,"Long Beach, CA" +73,377,217,"New York, NY and NJ",217,"New York, NY and NJ" +73,378,208,"Pascagoula, MS",208,"Pascagoula, MS" +73,379,162,"Oakland, CA",162,"Oakland, CA" +73,380,162,"Oakland, CA",162,"Oakland, CA" +73,381,159,"Long Beach, CA",159,"Long Beach, CA" +73,382,198,"Baltimore, MD",198,"Baltimore, MD" +73,383,162,"Oakland, CA",162,"Oakland, CA" +73,384,177,"Savannah, GA",177,"Savannah, GA" +73,385,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +73,386,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +73,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +73,388,198,"Baltimore, MD",198,"Baltimore, MD" +73,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,390,217,"New York, NY and NJ",217,"New York, NY and NJ" +73,391,217,"New York, NY and NJ",217,"New York, NY and NJ" +73,392,159,"Long Beach, CA",159,"Long Beach, CA" +73,393,159,"Long Beach, CA",159,"Long Beach, CA" +73,394,217,"New York, NY and NJ",217,"New York, NY and NJ" +73,395,217,"New York, NY and NJ",217,"New York, NY and NJ" +73,396,268,"Seattle, WA",268,"Seattle, WA" +73,397,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,398,177,"Savannah, GA",177,"Savannah, GA" +73,399,253,"Beaumont, TX",253,"Beaumont, TX" +73,400,159,"Long Beach, CA",159,"Long Beach, CA" +73,401,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +73,402,197,"Portland, ME",197,"Portland, ME" +73,403,159,"Long Beach, CA",159,"Long Beach, CA" +73,404,169,"Wilmington, DE",169,"Wilmington, DE" +73,405,174,"Tampa, FL",174,"Tampa, FL" +73,406,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +73,407,217,"New York, NY and NJ",217,"New York, NY and NJ" +73,408,268,"Seattle, WA",268,"Seattle, WA" +73,409,217,"New York, NY and NJ",217,"New York, NY and NJ" +73,410,159,"Long Beach, CA",159,"Long Beach, CA" +73,411,239,"Portland, OR",239,"Portland, OR" +73,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,413,159,"Long Beach, CA",159,"Long Beach, CA" +73,414,152,"Mobile, AL",152,"Mobile, AL" +73,415,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +73,416,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,417,162,"Oakland, CA",162,"Oakland, CA" +73,418,159,"Long Beach, CA",159,"Long Beach, CA" +73,419,241,"Philadelphia, PA",241,"Philadelphia, PA" +73,420,162,"Oakland, CA",162,"Oakland, CA" +73,421,239,"Portland, OR",239,"Portland, OR" +73,422,159,"Long Beach, CA",159,"Long Beach, CA" +73,423,239,"Portland, OR",239,"Portland, OR" +73,424,195,"New Orleans, LA",195,"New Orleans, LA" +73,425,268,"Seattle, WA",268,"Seattle, WA" +73,426,171,"Jacksonville, FL",171,"Jacksonville, FL" +73,427,177,"Savannah, GA",177,"Savannah, GA" +73,428,268,"Seattle, WA",268,"Seattle, WA" +73,429,268,"Seattle, WA",268,"Seattle, WA" +73,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +73,432,159,"Long Beach, CA",159,"Long Beach, CA" +73,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +73,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +73,437,198,"Baltimore, MD",198,"Baltimore, MD" +73,438,245,"Charleston, SC",245,"Charleston, SC" +73,439,177,"Savannah, GA",177,"Savannah, GA" +73,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +73,441,159,"Long Beach, CA",159,"Long Beach, CA" +73,442,197,"Portland, ME",197,"Portland, ME" +73,443,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,444,159,"Long Beach, CA",159,"Long Beach, CA" +73,445,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,446,198,"Baltimore, MD",198,"Baltimore, MD" +73,447,198,"Baltimore, MD",198,"Baltimore, MD" +73,448,169,"Wilmington, DE",169,"Wilmington, DE" +73,449,269,"Longview, WA",269,"Longview, WA" +73,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +73,451,241,"Philadelphia, PA",241,"Philadelphia, PA" +73,452,244,"Providence, RI",244,"Providence, RI" +73,453,159,"Long Beach, CA",159,"Long Beach, CA" +73,454,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,455,201,"Boston, MA",201,"Boston, MA" +73,456,162,"Oakland, CA",162,"Oakland, CA" +73,457,229,"Wilmington, NC",229,"Wilmington, NC" +73,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,459,268,"Seattle, WA",268,"Seattle, WA" +73,460,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +73,461,177,"Savannah, GA",177,"Savannah, GA" +73,462,241,"Philadelphia, PA",241,"Philadelphia, PA" +73,463,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +73,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,465,159,"Long Beach, CA",159,"Long Beach, CA" +73,466,239,"Portland, OR",239,"Portland, OR" +73,467,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +73,468,268,"Seattle, WA",268,"Seattle, WA" +73,469,201,"Boston, MA",201,"Boston, MA" +73,470,159,"Long Beach, CA",159,"Long Beach, CA" +73,471,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,472,159,"Long Beach, CA",159,"Long Beach, CA" +73,473,239,"Portland, OR",239,"Portland, OR" +73,474,177,"Savannah, GA",177,"Savannah, GA" +73,475,241,"Philadelphia, PA",241,"Philadelphia, PA" +73,476,162,"Oakland, CA",162,"Oakland, CA" +73,477,268,"Seattle, WA",268,"Seattle, WA" +73,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +73,479,159,"Long Beach, CA",159,"Long Beach, CA" +73,480,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +73,481,201,"Boston, MA",201,"Boston, MA" +73,482,159,"Long Beach, CA",159,"Long Beach, CA" +73,483,223,"New York, NY and NJ",223,"New York, NY and NJ" +73,484,172,"Port Everglades, FL",172,"Port Everglades, FL" +73,485,268,"Seattle, WA",268,"Seattle, WA" +73,486,268,"Seattle, WA",268,"Seattle, WA" +73,487,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +73,488,159,"Long Beach, CA",159,"Long Beach, CA" +73,489,268,"Seattle, WA",268,"Seattle, WA" +73,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +73,491,201,"Boston, MA",201,"Boston, MA" +74,154,268,"Seattle, WA",268,"Seattle, WA" +74,179,159,"Long Beach, CA",159,"Long Beach, CA" +74,180,269,"Longview, WA",269,"Longview, WA" +74,274,268,"Seattle, WA",268,"Seattle, WA" +74,275,217,"New York, NY and NJ",217,"New York, NY and NJ" +74,276,201,"Boston, MA",201,"Boston, MA" +74,277,169,"Wilmington, DE",169,"Wilmington, DE" +74,278,198,"Baltimore, MD",198,"Baltimore, MD" +74,279,177,"Savannah, GA",177,"Savannah, GA" +74,280,169,"Wilmington, DE",169,"Wilmington, DE" +74,281,195,"New Orleans, LA",195,"New Orleans, LA" +74,282,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +74,283,177,"Savannah, GA",177,"Savannah, GA" +74,284,159,"Long Beach, CA",159,"Long Beach, CA" +74,285,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +74,286,217,"New York, NY and NJ",217,"New York, NY and NJ" +74,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +74,288,162,"Oakland, CA",162,"Oakland, CA" +74,289,159,"Long Beach, CA",159,"Long Beach, CA" +74,290,172,"Port Everglades, FL",172,"Port Everglades, FL" +74,291,241,"Philadelphia, PA",241,"Philadelphia, PA" +74,292,169,"Wilmington, DE",169,"Wilmington, DE" +74,293,195,"New Orleans, LA",195,"New Orleans, LA" +74,294,244,"Providence, RI",244,"Providence, RI" +74,295,241,"Philadelphia, PA",241,"Philadelphia, PA" +74,296,159,"Long Beach, CA",159,"Long Beach, CA" +74,297,172,"Port Everglades, FL",172,"Port Everglades, FL" +74,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +74,299,197,"Portland, ME",197,"Portland, ME" +74,300,177,"Savannah, GA",177,"Savannah, GA" +74,301,217,"New York, NY and NJ",217,"New York, NY and NJ" +74,302,245,"Charleston, SC",245,"Charleston, SC" +74,303,159,"Long Beach, CA",159,"Long Beach, CA" +74,304,201,"Boston, MA",201,"Boston, MA" +74,305,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +74,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +74,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +74,308,159,"Long Beach, CA",159,"Long Beach, CA" +74,309,198,"Baltimore, MD",198,"Baltimore, MD" +74,310,241,"Philadelphia, PA",241,"Philadelphia, PA" +74,311,217,"New York, NY and NJ",217,"New York, NY and NJ" +74,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +74,313,241,"Philadelphia, PA",241,"Philadelphia, PA" +74,314,244,"Providence, RI",244,"Providence, RI" +74,315,195,"New Orleans, LA",195,"New Orleans, LA" +74,316,159,"Long Beach, CA",159,"Long Beach, CA" +74,317,159,"Long Beach, CA",159,"Long Beach, CA" +74,318,159,"Long Beach, CA",159,"Long Beach, CA" +74,319,172,"Port Everglades, FL",172,"Port Everglades, FL" +74,320,217,"New York, NY and NJ",217,"New York, NY and NJ" +74,321,197,"Portland, ME",197,"Portland, ME" +74,322,162,"Oakland, CA",162,"Oakland, CA" +74,323,152,"Mobile, AL",152,"Mobile, AL" +74,324,201,"Boston, MA",201,"Boston, MA" +74,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +74,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +74,327,197,"Portland, ME",197,"Portland, ME" +74,328,217,"New York, NY and NJ",217,"New York, NY and NJ" +74,329,223,"New York, NY and NJ",223,"New York, NY and NJ" +74,330,241,"Philadelphia, PA",241,"Philadelphia, PA" +74,331,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +74,332,171,"Jacksonville, FL",171,"Jacksonville, FL" +74,333,177,"Savannah, GA",177,"Savannah, GA" +74,334,152,"Mobile, AL",152,"Mobile, AL" +74,335,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +74,336,152,"Mobile, AL",152,"Mobile, AL" +74,337,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +74,338,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +74,339,244,"Providence, RI",244,"Providence, RI" +74,340,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +74,341,177,"Savannah, GA",177,"Savannah, GA" +74,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +74,343,269,"Longview, WA",269,"Longview, WA" +74,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +74,345,241,"Philadelphia, PA",241,"Philadelphia, PA" +74,346,245,"Charleston, SC",245,"Charleston, SC" +74,347,241,"Philadelphia, PA",241,"Philadelphia, PA" +74,348,197,"Portland, ME",197,"Portland, ME" +74,349,198,"Baltimore, MD",198,"Baltimore, MD" +74,350,244,"Providence, RI",244,"Providence, RI" +74,351,198,"Baltimore, MD",198,"Baltimore, MD" +74,352,217,"New York, NY and NJ",217,"New York, NY and NJ" +74,353,198,"Baltimore, MD",198,"Baltimore, MD" +74,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +74,355,174,"Tampa, FL",174,"Tampa, FL" +74,356,253,"Beaumont, TX",253,"Beaumont, TX" +74,357,217,"New York, NY and NJ",217,"New York, NY and NJ" +74,358,201,"Boston, MA",201,"Boston, MA" +74,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +74,360,171,"Jacksonville, FL",171,"Jacksonville, FL" +74,361,152,"Mobile, AL",152,"Mobile, AL" +74,362,217,"New York, NY and NJ",217,"New York, NY and NJ" +74,363,195,"New Orleans, LA",195,"New Orleans, LA" +74,364,217,"New York, NY and NJ",217,"New York, NY and NJ" +74,365,217,"New York, NY and NJ",217,"New York, NY and NJ" +74,366,268,"Seattle, WA",268,"Seattle, WA" +74,367,159,"Long Beach, CA",159,"Long Beach, CA" +74,368,268,"Seattle, WA",268,"Seattle, WA" +74,369,159,"Long Beach, CA",159,"Long Beach, CA" +74,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +74,371,159,"Long Beach, CA",159,"Long Beach, CA" +74,372,223,"New York, NY and NJ",223,"New York, NY and NJ" +74,373,171,"Jacksonville, FL",171,"Jacksonville, FL" +74,374,159,"Long Beach, CA",159,"Long Beach, CA" +74,375,268,"Seattle, WA",268,"Seattle, WA" +74,376,159,"Long Beach, CA",159,"Long Beach, CA" +74,377,223,"New York, NY and NJ",223,"New York, NY and NJ" +74,378,172,"Port Everglades, FL",172,"Port Everglades, FL" +74,379,268,"Seattle, WA",268,"Seattle, WA" +74,380,159,"Long Beach, CA",159,"Long Beach, CA" +74,381,159,"Long Beach, CA",159,"Long Beach, CA" +74,382,201,"Boston, MA",201,"Boston, MA" +74,383,159,"Long Beach, CA",159,"Long Beach, CA" +74,384,241,"Philadelphia, PA",241,"Philadelphia, PA" +74,385,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +74,386,201,"Boston, MA",201,"Boston, MA" +74,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +74,388,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +74,389,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +74,390,201,"Boston, MA",201,"Boston, MA" +74,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +74,392,268,"Seattle, WA",268,"Seattle, WA" +74,393,239,"Portland, OR",239,"Portland, OR" +74,394,217,"New York, NY and NJ",217,"New York, NY and NJ" +74,395,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +74,396,268,"Seattle, WA",268,"Seattle, WA" +74,397,229,"Wilmington, NC",229,"Wilmington, NC" +74,398,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +74,399,152,"Mobile, AL",152,"Mobile, AL" +74,400,268,"Seattle, WA",268,"Seattle, WA" +74,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +74,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +74,403,159,"Long Beach, CA",159,"Long Beach, CA" +74,404,244,"Providence, RI",244,"Providence, RI" +74,405,172,"Port Everglades, FL",172,"Port Everglades, FL" +74,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +74,407,223,"New York, NY and NJ",223,"New York, NY and NJ" +74,408,269,"Longview, WA",269,"Longview, WA" +74,409,217,"New York, NY and NJ",217,"New York, NY and NJ" +74,410,159,"Long Beach, CA",159,"Long Beach, CA" +74,411,159,"Long Beach, CA",159,"Long Beach, CA" +74,412,217,"New York, NY and NJ",217,"New York, NY and NJ" +74,413,268,"Seattle, WA",268,"Seattle, WA" +74,414,195,"New Orleans, LA",195,"New Orleans, LA" +74,415,198,"Baltimore, MD",198,"Baltimore, MD" +74,416,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +74,417,159,"Long Beach, CA",159,"Long Beach, CA" +74,418,159,"Long Beach, CA",159,"Long Beach, CA" +74,419,217,"New York, NY and NJ",217,"New York, NY and NJ" +74,420,269,"Longview, WA",269,"Longview, WA" +74,421,159,"Long Beach, CA",159,"Long Beach, CA" +74,422,159,"Long Beach, CA",159,"Long Beach, CA" +74,423,159,"Long Beach, CA",159,"Long Beach, CA" +74,424,195,"New Orleans, LA",195,"New Orleans, LA" +74,425,159,"Long Beach, CA",159,"Long Beach, CA" +74,426,174,"Tampa, FL",174,"Tampa, FL" +74,427,208,"Pascagoula, MS",208,"Pascagoula, MS" +74,428,159,"Long Beach, CA",159,"Long Beach, CA" +74,429,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +74,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +74,431,201,"Boston, MA",201,"Boston, MA" +74,432,159,"Long Beach, CA",159,"Long Beach, CA" +74,433,241,"Philadelphia, PA",241,"Philadelphia, PA" +74,434,201,"Boston, MA",201,"Boston, MA" +74,435,201,"Boston, MA",201,"Boston, MA" +74,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +74,437,177,"Savannah, GA",177,"Savannah, GA" +74,438,241,"Philadelphia, PA",241,"Philadelphia, PA" +74,439,229,"Wilmington, NC",229,"Wilmington, NC" +74,440,171,"Jacksonville, FL",171,"Jacksonville, FL" +74,441,159,"Long Beach, CA",159,"Long Beach, CA" +74,442,241,"Philadelphia, PA",241,"Philadelphia, PA" +74,443,201,"Boston, MA",201,"Boston, MA" +74,444,159,"Long Beach, CA",159,"Long Beach, CA" +74,445,201,"Boston, MA",201,"Boston, MA" +74,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +74,447,217,"New York, NY and NJ",217,"New York, NY and NJ" +74,448,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +74,449,159,"Long Beach, CA",159,"Long Beach, CA" +74,450,245,"Charleston, SC",245,"Charleston, SC" +74,451,217,"New York, NY and NJ",217,"New York, NY and NJ" +74,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +74,453,159,"Long Beach, CA",159,"Long Beach, CA" +74,454,217,"New York, NY and NJ",217,"New York, NY and NJ" +74,455,241,"Philadelphia, PA",241,"Philadelphia, PA" +74,456,159,"Long Beach, CA",159,"Long Beach, CA" +74,457,198,"Baltimore, MD",198,"Baltimore, MD" +74,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +74,459,159,"Long Beach, CA",159,"Long Beach, CA" +74,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +74,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +74,462,201,"Boston, MA",201,"Boston, MA" +74,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +74,464,201,"Boston, MA",201,"Boston, MA" +74,465,159,"Long Beach, CA",159,"Long Beach, CA" +74,466,159,"Long Beach, CA",159,"Long Beach, CA" +74,467,198,"Baltimore, MD",198,"Baltimore, MD" +74,468,159,"Long Beach, CA",159,"Long Beach, CA" +74,469,241,"Philadelphia, PA",241,"Philadelphia, PA" +74,470,268,"Seattle, WA",268,"Seattle, WA" +74,471,223,"New York, NY and NJ",223,"New York, NY and NJ" +74,472,159,"Long Beach, CA",159,"Long Beach, CA" +74,473,268,"Seattle, WA",268,"Seattle, WA" +74,474,174,"Tampa, FL",174,"Tampa, FL" +74,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +74,476,159,"Long Beach, CA",159,"Long Beach, CA" +74,477,268,"Seattle, WA",268,"Seattle, WA" +74,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +74,479,159,"Long Beach, CA",159,"Long Beach, CA" +74,480,198,"Baltimore, MD",198,"Baltimore, MD" +74,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +74,482,268,"Seattle, WA",268,"Seattle, WA" +74,483,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +74,484,245,"Charleston, SC",245,"Charleston, SC" +74,485,159,"Long Beach, CA",159,"Long Beach, CA" +74,486,268,"Seattle, WA",268,"Seattle, WA" +74,487,177,"Savannah, GA",177,"Savannah, GA" +74,488,162,"Oakland, CA",162,"Oakland, CA" +74,489,159,"Long Beach, CA",159,"Long Beach, CA" +74,490,198,"Baltimore, MD",198,"Baltimore, MD" +74,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +75,154,159,"Long Beach, CA",159,"Long Beach, CA" +75,179,159,"Long Beach, CA",159,"Long Beach, CA" +75,180,159,"Long Beach, CA",159,"Long Beach, CA" +75,274,159,"Long Beach, CA",159,"Long Beach, CA" +75,275,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +75,276,241,"Philadelphia, PA",241,"Philadelphia, PA" +75,277,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +75,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +75,279,174,"Tampa, FL",174,"Tampa, FL" +75,280,229,"Wilmington, NC",229,"Wilmington, NC" +75,281,172,"Port Everglades, FL",172,"Port Everglades, FL" +75,282,197,"Portland, ME",197,"Portland, ME" +75,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +75,284,159,"Long Beach, CA",159,"Long Beach, CA" +75,285,241,"Philadelphia, PA",241,"Philadelphia, PA" +75,286,241,"Philadelphia, PA",241,"Philadelphia, PA" +75,287,245,"Charleston, SC",245,"Charleston, SC" +75,288,159,"Long Beach, CA",159,"Long Beach, CA" +75,289,159,"Long Beach, CA",159,"Long Beach, CA" +75,290,171,"Jacksonville, FL",171,"Jacksonville, FL" +75,291,197,"Portland, ME",197,"Portland, ME" +75,292,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +75,293,195,"New Orleans, LA",195,"New Orleans, LA" +75,294,241,"Philadelphia, PA",241,"Philadelphia, PA" +75,295,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +75,296,268,"Seattle, WA",268,"Seattle, WA" +75,297,152,"Mobile, AL",152,"Mobile, AL" +75,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +75,299,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +75,300,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +75,301,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +75,302,174,"Tampa, FL",174,"Tampa, FL" +75,303,159,"Long Beach, CA",159,"Long Beach, CA" +75,304,197,"Portland, ME",197,"Portland, ME" +75,305,169,"Wilmington, DE",169,"Wilmington, DE" +75,306,169,"Wilmington, DE",169,"Wilmington, DE" +75,307,244,"Providence, RI",244,"Providence, RI" +75,308,159,"Long Beach, CA",159,"Long Beach, CA" +75,309,241,"Philadelphia, PA",241,"Philadelphia, PA" +75,310,217,"New York, NY and NJ",217,"New York, NY and NJ" +75,311,198,"Baltimore, MD",198,"Baltimore, MD" +75,312,152,"Mobile, AL",152,"Mobile, AL" +75,313,241,"Philadelphia, PA",241,"Philadelphia, PA" +75,314,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +75,315,257,"Houston, TX",257,"Houston, TX" +75,316,159,"Long Beach, CA",159,"Long Beach, CA" +75,317,162,"Oakland, CA",162,"Oakland, CA" +75,318,159,"Long Beach, CA",159,"Long Beach, CA" +75,319,152,"Mobile, AL",152,"Mobile, AL" +75,320,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +75,321,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +75,322,239,"Portland, OR",239,"Portland, OR" +75,323,152,"Mobile, AL",152,"Mobile, AL" +75,324,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +75,325,245,"Charleston, SC",245,"Charleston, SC" +75,326,245,"Charleston, SC",245,"Charleston, SC" +75,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +75,328,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +75,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +75,330,198,"Baltimore, MD",198,"Baltimore, MD" +75,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +75,332,174,"Tampa, FL",174,"Tampa, FL" +75,333,245,"Charleston, SC",245,"Charleston, SC" +75,334,171,"Jacksonville, FL",171,"Jacksonville, FL" +75,335,223,"New York, NY and NJ",223,"New York, NY and NJ" +75,336,172,"Port Everglades, FL",172,"Port Everglades, FL" +75,337,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +75,338,217,"New York, NY and NJ",217,"New York, NY and NJ" +75,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +75,340,198,"Baltimore, MD",198,"Baltimore, MD" +75,341,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +75,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +75,343,159,"Long Beach, CA",159,"Long Beach, CA" +75,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +75,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +75,346,257,"Houston, TX",257,"Houston, TX" +75,347,223,"New York, NY and NJ",223,"New York, NY and NJ" +75,348,169,"Wilmington, DE",169,"Wilmington, DE" +75,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +75,350,241,"Philadelphia, PA",241,"Philadelphia, PA" +75,351,201,"Boston, MA",201,"Boston, MA" +75,352,217,"New York, NY and NJ",217,"New York, NY and NJ" +75,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +75,354,201,"Boston, MA",201,"Boston, MA" +75,355,177,"Savannah, GA",177,"Savannah, GA" +75,356,194,"Lake Charles, LA",194,"Lake Charles, LA" +75,357,241,"Philadelphia, PA",241,"Philadelphia, PA" +75,358,201,"Boston, MA",201,"Boston, MA" +75,359,229,"Wilmington, NC",229,"Wilmington, NC" +75,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +75,361,194,"Lake Charles, LA",194,"Lake Charles, LA" +75,362,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +75,363,195,"New Orleans, LA",195,"New Orleans, LA" +75,364,198,"Baltimore, MD",198,"Baltimore, MD" +75,365,244,"Providence, RI",244,"Providence, RI" +75,366,159,"Long Beach, CA",159,"Long Beach, CA" +75,367,162,"Oakland, CA",162,"Oakland, CA" +75,368,162,"Oakland, CA",162,"Oakland, CA" +75,369,162,"Oakland, CA",162,"Oakland, CA" +75,370,241,"Philadelphia, PA",241,"Philadelphia, PA" +75,371,159,"Long Beach, CA",159,"Long Beach, CA" +75,372,223,"New York, NY and NJ",223,"New York, NY and NJ" +75,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +75,374,159,"Long Beach, CA",159,"Long Beach, CA" +75,375,159,"Long Beach, CA",159,"Long Beach, CA" +75,376,239,"Portland, OR",239,"Portland, OR" +75,377,198,"Baltimore, MD",198,"Baltimore, MD" +75,378,177,"Savannah, GA",177,"Savannah, GA" +75,379,159,"Long Beach, CA",159,"Long Beach, CA" +75,380,268,"Seattle, WA",268,"Seattle, WA" +75,381,159,"Long Beach, CA",159,"Long Beach, CA" +75,382,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +75,383,269,"Longview, WA",269,"Longview, WA" +75,384,201,"Boston, MA",201,"Boston, MA" +75,385,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +75,386,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +75,387,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +75,388,198,"Baltimore, MD",198,"Baltimore, MD" +75,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +75,390,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +75,391,201,"Boston, MA",201,"Boston, MA" +75,392,159,"Long Beach, CA",159,"Long Beach, CA" +75,393,269,"Longview, WA",269,"Longview, WA" +75,394,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +75,395,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +75,396,268,"Seattle, WA",268,"Seattle, WA" +75,397,241,"Philadelphia, PA",241,"Philadelphia, PA" +75,398,217,"New York, NY and NJ",217,"New York, NY and NJ" +75,399,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +75,400,159,"Long Beach, CA",159,"Long Beach, CA" +75,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +75,402,197,"Portland, ME",197,"Portland, ME" +75,403,162,"Oakland, CA",162,"Oakland, CA" +75,404,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +75,405,229,"Wilmington, NC",229,"Wilmington, NC" +75,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +75,407,241,"Philadelphia, PA",241,"Philadelphia, PA" +75,408,268,"Seattle, WA",268,"Seattle, WA" +75,409,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +75,410,159,"Long Beach, CA",159,"Long Beach, CA" +75,411,268,"Seattle, WA",268,"Seattle, WA" +75,412,217,"New York, NY and NJ",217,"New York, NY and NJ" +75,413,159,"Long Beach, CA",159,"Long Beach, CA" +75,414,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +75,415,241,"Philadelphia, PA",241,"Philadelphia, PA" +75,416,198,"Baltimore, MD",198,"Baltimore, MD" +75,417,239,"Portland, OR",239,"Portland, OR" +75,418,159,"Long Beach, CA",159,"Long Beach, CA" +75,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +75,420,268,"Seattle, WA",268,"Seattle, WA" +75,421,159,"Long Beach, CA",159,"Long Beach, CA" +75,422,162,"Oakland, CA",162,"Oakland, CA" +75,423,159,"Long Beach, CA",159,"Long Beach, CA" +75,424,195,"New Orleans, LA",195,"New Orleans, LA" +75,425,162,"Oakland, CA",162,"Oakland, CA" +75,426,208,"Pascagoula, MS",208,"Pascagoula, MS" +75,427,195,"New Orleans, LA",195,"New Orleans, LA" +75,428,159,"Long Beach, CA",159,"Long Beach, CA" +75,429,159,"Long Beach, CA",159,"Long Beach, CA" +75,430,169,"Wilmington, DE",169,"Wilmington, DE" +75,431,201,"Boston, MA",201,"Boston, MA" +75,432,268,"Seattle, WA",268,"Seattle, WA" +75,433,217,"New York, NY and NJ",217,"New York, NY and NJ" +75,434,244,"Providence, RI",244,"Providence, RI" +75,435,241,"Philadelphia, PA",241,"Philadelphia, PA" +75,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +75,437,171,"Jacksonville, FL",171,"Jacksonville, FL" +75,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +75,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +75,440,174,"Tampa, FL",174,"Tampa, FL" +75,441,162,"Oakland, CA",162,"Oakland, CA" +75,442,244,"Providence, RI",244,"Providence, RI" +75,443,201,"Boston, MA",201,"Boston, MA" +75,444,268,"Seattle, WA",268,"Seattle, WA" +75,445,217,"New York, NY and NJ",217,"New York, NY and NJ" +75,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +75,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +75,448,201,"Boston, MA",201,"Boston, MA" +75,449,239,"Portland, OR",239,"Portland, OR" +75,450,174,"Tampa, FL",174,"Tampa, FL" +75,451,201,"Boston, MA",201,"Boston, MA" +75,452,241,"Philadelphia, PA",241,"Philadelphia, PA" +75,453,268,"Seattle, WA",268,"Seattle, WA" +75,454,197,"Portland, ME",197,"Portland, ME" +75,455,174,"Tampa, FL",174,"Tampa, FL" +75,456,159,"Long Beach, CA",159,"Long Beach, CA" +75,457,223,"New York, NY and NJ",223,"New York, NY and NJ" +75,458,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +75,459,268,"Seattle, WA",268,"Seattle, WA" +75,460,201,"Boston, MA",201,"Boston, MA" +75,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +75,462,198,"Baltimore, MD",198,"Baltimore, MD" +75,463,198,"Baltimore, MD",198,"Baltimore, MD" +75,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +75,465,268,"Seattle, WA",268,"Seattle, WA" +75,466,268,"Seattle, WA",268,"Seattle, WA" +75,467,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +75,468,159,"Long Beach, CA",159,"Long Beach, CA" +75,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +75,470,159,"Long Beach, CA",159,"Long Beach, CA" +75,471,217,"New York, NY and NJ",217,"New York, NY and NJ" +75,472,159,"Long Beach, CA",159,"Long Beach, CA" +75,473,159,"Long Beach, CA",159,"Long Beach, CA" +75,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +75,475,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +75,476,162,"Oakland, CA",162,"Oakland, CA" +75,477,159,"Long Beach, CA",159,"Long Beach, CA" +75,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +75,479,269,"Longview, WA",269,"Longview, WA" +75,480,217,"New York, NY and NJ",217,"New York, NY and NJ" +75,481,244,"Providence, RI",244,"Providence, RI" +75,482,159,"Long Beach, CA",159,"Long Beach, CA" +75,483,241,"Philadelphia, PA",241,"Philadelphia, PA" +75,484,195,"New Orleans, LA",195,"New Orleans, LA" +75,485,159,"Long Beach, CA",159,"Long Beach, CA" +75,486,268,"Seattle, WA",268,"Seattle, WA" +75,487,171,"Jacksonville, FL",171,"Jacksonville, FL" +75,488,159,"Long Beach, CA",159,"Long Beach, CA" +75,489,268,"Seattle, WA",268,"Seattle, WA" +75,490,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +75,491,223,"New York, NY and NJ",223,"New York, NY and NJ" +76,154,268,"Seattle, WA",268,"Seattle, WA" +76,179,159,"Long Beach, CA",159,"Long Beach, CA" +76,180,268,"Seattle, WA",268,"Seattle, WA" +76,274,159,"Long Beach, CA",159,"Long Beach, CA" +76,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +76,276,201,"Boston, MA",201,"Boston, MA" +76,277,197,"Portland, ME",197,"Portland, ME" +76,278,177,"Savannah, GA",177,"Savannah, GA" +76,279,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +76,280,245,"Charleston, SC",245,"Charleston, SC" +76,281,177,"Savannah, GA",177,"Savannah, GA" +76,282,241,"Philadelphia, PA",241,"Philadelphia, PA" +76,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +76,284,268,"Seattle, WA",268,"Seattle, WA" +76,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +76,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +76,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +76,288,159,"Long Beach, CA",159,"Long Beach, CA" +76,289,159,"Long Beach, CA",159,"Long Beach, CA" +76,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +76,291,201,"Boston, MA",201,"Boston, MA" +76,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +76,293,195,"New Orleans, LA",195,"New Orleans, LA" +76,294,201,"Boston, MA",201,"Boston, MA" +76,295,169,"Wilmington, DE",169,"Wilmington, DE" +76,296,268,"Seattle, WA",268,"Seattle, WA" +76,297,152,"Mobile, AL",152,"Mobile, AL" +76,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +76,299,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +76,300,198,"Baltimore, MD",198,"Baltimore, MD" +76,301,217,"New York, NY and NJ",217,"New York, NY and NJ" +76,302,171,"Jacksonville, FL",171,"Jacksonville, FL" +76,303,162,"Oakland, CA",162,"Oakland, CA" +76,304,217,"New York, NY and NJ",217,"New York, NY and NJ" +76,305,197,"Portland, ME",197,"Portland, ME" +76,306,197,"Portland, ME",197,"Portland, ME" +76,307,223,"New York, NY and NJ",223,"New York, NY and NJ" +76,308,159,"Long Beach, CA",159,"Long Beach, CA" +76,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +76,310,268,"Seattle, WA",268,"Seattle, WA" +76,311,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +76,312,152,"Mobile, AL",152,"Mobile, AL" +76,313,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +76,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +76,315,195,"New Orleans, LA",195,"New Orleans, LA" +76,316,268,"Seattle, WA",268,"Seattle, WA" +76,317,162,"Oakland, CA",162,"Oakland, CA" +76,318,159,"Long Beach, CA",159,"Long Beach, CA" +76,319,174,"Tampa, FL",174,"Tampa, FL" +76,320,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +76,321,201,"Boston, MA",201,"Boston, MA" +76,322,162,"Oakland, CA",162,"Oakland, CA" +76,323,195,"New Orleans, LA",195,"New Orleans, LA" +76,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +76,325,178,"Brunswick, GA",178,"Brunswick, GA" +76,326,245,"Charleston, SC",245,"Charleston, SC" +76,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +76,328,241,"Philadelphia, PA",241,"Philadelphia, PA" +76,329,197,"Portland, ME",197,"Portland, ME" +76,330,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +76,331,223,"New York, NY and NJ",223,"New York, NY and NJ" +76,332,177,"Savannah, GA",177,"Savannah, GA" +76,333,245,"Charleston, SC",245,"Charleston, SC" +76,334,245,"Charleston, SC",245,"Charleston, SC" +76,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +76,336,177,"Savannah, GA",177,"Savannah, GA" +76,337,201,"Boston, MA",201,"Boston, MA" +76,338,201,"Boston, MA",201,"Boston, MA" +76,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +76,340,198,"Baltimore, MD",198,"Baltimore, MD" +76,341,152,"Mobile, AL",152,"Mobile, AL" +76,342,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +76,343,269,"Longview, WA",269,"Longview, WA" +76,344,197,"Portland, ME",197,"Portland, ME" +76,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +76,346,152,"Mobile, AL",152,"Mobile, AL" +76,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +76,348,197,"Portland, ME",197,"Portland, ME" +76,349,197,"Portland, ME",197,"Portland, ME" +76,350,201,"Boston, MA",201,"Boston, MA" +76,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +76,352,217,"New York, NY and NJ",217,"New York, NY and NJ" +76,353,197,"Portland, ME",197,"Portland, ME" +76,354,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +76,355,171,"Jacksonville, FL",171,"Jacksonville, FL" +76,356,253,"Beaumont, TX",253,"Beaumont, TX" +76,357,223,"New York, NY and NJ",223,"New York, NY and NJ" +76,358,198,"Baltimore, MD",198,"Baltimore, MD" +76,359,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +76,360,177,"Savannah, GA",177,"Savannah, GA" +76,361,253,"Beaumont, TX",253,"Beaumont, TX" +76,362,198,"Baltimore, MD",198,"Baltimore, MD" +76,363,195,"New Orleans, LA",195,"New Orleans, LA" +76,364,217,"New York, NY and NJ",217,"New York, NY and NJ" +76,365,197,"Portland, ME",197,"Portland, ME" +76,366,162,"Oakland, CA",162,"Oakland, CA" +76,367,239,"Portland, OR",239,"Portland, OR" +76,368,159,"Long Beach, CA",159,"Long Beach, CA" +76,369,159,"Long Beach, CA",159,"Long Beach, CA" +76,370,197,"Portland, ME",197,"Portland, ME" +76,371,159,"Long Beach, CA",159,"Long Beach, CA" +76,372,241,"Philadelphia, PA",241,"Philadelphia, PA" +76,373,152,"Mobile, AL",152,"Mobile, AL" +76,374,159,"Long Beach, CA",159,"Long Beach, CA" +76,375,239,"Portland, OR",239,"Portland, OR" +76,376,162,"Oakland, CA",162,"Oakland, CA" +76,377,223,"New York, NY and NJ",223,"New York, NY and NJ" +76,378,195,"New Orleans, LA",195,"New Orleans, LA" +76,379,239,"Portland, OR",239,"Portland, OR" +76,380,159,"Long Beach, CA",159,"Long Beach, CA" +76,381,159,"Long Beach, CA",159,"Long Beach, CA" +76,382,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +76,383,159,"Long Beach, CA",159,"Long Beach, CA" +76,384,171,"Jacksonville, FL",171,"Jacksonville, FL" +76,385,201,"Boston, MA",201,"Boston, MA" +76,386,223,"New York, NY and NJ",223,"New York, NY and NJ" +76,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +76,388,241,"Philadelphia, PA",241,"Philadelphia, PA" +76,389,197,"Portland, ME",197,"Portland, ME" +76,390,174,"Tampa, FL",174,"Tampa, FL" +76,391,198,"Baltimore, MD",198,"Baltimore, MD" +76,392,159,"Long Beach, CA",159,"Long Beach, CA" +76,393,159,"Long Beach, CA",159,"Long Beach, CA" +76,394,241,"Philadelphia, PA",241,"Philadelphia, PA" +76,395,197,"Portland, ME",197,"Portland, ME" +76,396,268,"Seattle, WA",268,"Seattle, WA" +76,397,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +76,398,197,"Portland, ME",197,"Portland, ME" +76,399,257,"Houston, TX",257,"Houston, TX" +76,400,159,"Long Beach, CA",159,"Long Beach, CA" +76,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +76,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +76,403,269,"Longview, WA",269,"Longview, WA" +76,404,241,"Philadelphia, PA",241,"Philadelphia, PA" +76,405,229,"Wilmington, NC",229,"Wilmington, NC" +76,406,241,"Philadelphia, PA",241,"Philadelphia, PA" +76,407,172,"Port Everglades, FL",172,"Port Everglades, FL" +76,408,159,"Long Beach, CA",159,"Long Beach, CA" +76,409,172,"Port Everglades, FL",172,"Port Everglades, FL" +76,410,159,"Long Beach, CA",159,"Long Beach, CA" +76,411,268,"Seattle, WA",268,"Seattle, WA" +76,412,197,"Portland, ME",197,"Portland, ME" +76,413,269,"Longview, WA",269,"Longview, WA" +76,414,177,"Savannah, GA",177,"Savannah, GA" +76,415,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +76,416,244,"Providence, RI",244,"Providence, RI" +76,417,269,"Longview, WA",269,"Longview, WA" +76,418,159,"Long Beach, CA",159,"Long Beach, CA" +76,419,217,"New York, NY and NJ",217,"New York, NY and NJ" +76,420,268,"Seattle, WA",268,"Seattle, WA" +76,421,269,"Longview, WA",269,"Longview, WA" +76,422,268,"Seattle, WA",268,"Seattle, WA" +76,423,162,"Oakland, CA",162,"Oakland, CA" +76,424,174,"Tampa, FL",174,"Tampa, FL" +76,425,268,"Seattle, WA",268,"Seattle, WA" +76,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +76,427,245,"Charleston, SC",245,"Charleston, SC" +76,428,159,"Long Beach, CA",159,"Long Beach, CA" +76,429,162,"Oakland, CA",162,"Oakland, CA" +76,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +76,431,198,"Baltimore, MD",198,"Baltimore, MD" +76,432,159,"Long Beach, CA",159,"Long Beach, CA" +76,433,169,"Wilmington, DE",169,"Wilmington, DE" +76,434,197,"Portland, ME",197,"Portland, ME" +76,435,217,"New York, NY and NJ",217,"New York, NY and NJ" +76,436,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +76,437,172,"Port Everglades, FL",172,"Port Everglades, FL" +76,438,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +76,439,229,"Wilmington, NC",229,"Wilmington, NC" +76,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +76,441,162,"Oakland, CA",162,"Oakland, CA" +76,442,241,"Philadelphia, PA",241,"Philadelphia, PA" +76,443,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +76,444,268,"Seattle, WA",268,"Seattle, WA" +76,445,198,"Baltimore, MD",198,"Baltimore, MD" +76,446,197,"Portland, ME",197,"Portland, ME" +76,447,217,"New York, NY and NJ",217,"New York, NY and NJ" +76,448,197,"Portland, ME",197,"Portland, ME" +76,449,239,"Portland, OR",239,"Portland, OR" +76,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +76,451,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +76,452,201,"Boston, MA",201,"Boston, MA" +76,453,162,"Oakland, CA",162,"Oakland, CA" +76,454,241,"Philadelphia, PA",241,"Philadelphia, PA" +76,455,223,"New York, NY and NJ",223,"New York, NY and NJ" +76,456,239,"Portland, OR",239,"Portland, OR" +76,457,217,"New York, NY and NJ",217,"New York, NY and NJ" +76,458,197,"Portland, ME",197,"Portland, ME" +76,459,239,"Portland, OR",239,"Portland, OR" +76,460,201,"Boston, MA",201,"Boston, MA" +76,461,217,"New York, NY and NJ",217,"New York, NY and NJ" +76,462,217,"New York, NY and NJ",217,"New York, NY and NJ" +76,463,197,"Portland, ME",197,"Portland, ME" +76,464,198,"Baltimore, MD",198,"Baltimore, MD" +76,465,239,"Portland, OR",239,"Portland, OR" +76,466,162,"Oakland, CA",162,"Oakland, CA" +76,467,241,"Philadelphia, PA",241,"Philadelphia, PA" +76,468,159,"Long Beach, CA",159,"Long Beach, CA" +76,469,241,"Philadelphia, PA",241,"Philadelphia, PA" +76,470,159,"Long Beach, CA",159,"Long Beach, CA" +76,471,201,"Boston, MA",201,"Boston, MA" +76,472,162,"Oakland, CA",162,"Oakland, CA" +76,473,159,"Long Beach, CA",159,"Long Beach, CA" +76,474,229,"Wilmington, NC",229,"Wilmington, NC" +76,475,241,"Philadelphia, PA",241,"Philadelphia, PA" +76,476,268,"Seattle, WA",268,"Seattle, WA" +76,477,269,"Longview, WA",269,"Longview, WA" +76,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +76,479,159,"Long Beach, CA",159,"Long Beach, CA" +76,480,197,"Portland, ME",197,"Portland, ME" +76,481,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +76,482,239,"Portland, OR",239,"Portland, OR" +76,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +76,484,177,"Savannah, GA",177,"Savannah, GA" +76,485,269,"Longview, WA",269,"Longview, WA" +76,486,159,"Long Beach, CA",159,"Long Beach, CA" +76,487,245,"Charleston, SC",245,"Charleston, SC" +76,488,159,"Long Beach, CA",159,"Long Beach, CA" +76,489,268,"Seattle, WA",268,"Seattle, WA" +76,490,198,"Baltimore, MD",198,"Baltimore, MD" +76,491,223,"New York, NY and NJ",223,"New York, NY and NJ" +77,154,159,"Long Beach, CA",159,"Long Beach, CA" +77,179,239,"Portland, OR",239,"Portland, OR" +77,180,268,"Seattle, WA",268,"Seattle, WA" +77,274,159,"Long Beach, CA",159,"Long Beach, CA" +77,275,198,"Baltimore, MD",198,"Baltimore, MD" +77,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +77,277,241,"Philadelphia, PA",241,"Philadelphia, PA" +77,278,201,"Boston, MA",201,"Boston, MA" +77,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +77,280,198,"Baltimore, MD",198,"Baltimore, MD" +77,281,208,"Pascagoula, MS",208,"Pascagoula, MS" +77,282,201,"Boston, MA",201,"Boston, MA" +77,283,174,"Tampa, FL",174,"Tampa, FL" +77,284,162,"Oakland, CA",162,"Oakland, CA" +77,285,198,"Baltimore, MD",198,"Baltimore, MD" +77,286,217,"New York, NY and NJ",217,"New York, NY and NJ" +77,287,177,"Savannah, GA",177,"Savannah, GA" +77,288,159,"Long Beach, CA",159,"Long Beach, CA" +77,289,159,"Long Beach, CA",159,"Long Beach, CA" +77,290,177,"Savannah, GA",177,"Savannah, GA" +77,291,197,"Portland, ME",197,"Portland, ME" +77,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +77,293,195,"New Orleans, LA",195,"New Orleans, LA" +77,294,197,"Portland, ME",197,"Portland, ME" +77,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +77,296,159,"Long Beach, CA",159,"Long Beach, CA" +77,297,195,"New Orleans, LA",195,"New Orleans, LA" +77,298,198,"Baltimore, MD",198,"Baltimore, MD" +77,299,197,"Portland, ME",197,"Portland, ME" +77,300,172,"Port Everglades, FL",172,"Port Everglades, FL" +77,301,169,"Wilmington, DE",169,"Wilmington, DE" +77,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +77,303,159,"Long Beach, CA",159,"Long Beach, CA" +77,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +77,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +77,306,198,"Baltimore, MD",198,"Baltimore, MD" +77,307,201,"Boston, MA",201,"Boston, MA" +77,308,268,"Seattle, WA",268,"Seattle, WA" +77,309,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +77,310,162,"Oakland, CA",162,"Oakland, CA" +77,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +77,312,152,"Mobile, AL",152,"Mobile, AL" +77,313,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +77,314,223,"New York, NY and NJ",223,"New York, NY and NJ" +77,315,177,"Savannah, GA",177,"Savannah, GA" +77,316,239,"Portland, OR",239,"Portland, OR" +77,317,162,"Oakland, CA",162,"Oakland, CA" +77,318,162,"Oakland, CA",162,"Oakland, CA" +77,319,177,"Savannah, GA",177,"Savannah, GA" +77,320,169,"Wilmington, DE",169,"Wilmington, DE" +77,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +77,322,268,"Seattle, WA",268,"Seattle, WA" +77,323,194,"Lake Charles, LA",194,"Lake Charles, LA" +77,324,169,"Wilmington, DE",169,"Wilmington, DE" +77,325,171,"Jacksonville, FL",171,"Jacksonville, FL" +77,326,177,"Savannah, GA",177,"Savannah, GA" +77,327,241,"Philadelphia, PA",241,"Philadelphia, PA" +77,328,201,"Boston, MA",201,"Boston, MA" +77,329,217,"New York, NY and NJ",217,"New York, NY and NJ" +77,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +77,331,223,"New York, NY and NJ",223,"New York, NY and NJ" +77,332,245,"Charleston, SC",245,"Charleston, SC" +77,333,174,"Tampa, FL",174,"Tampa, FL" +77,334,245,"Charleston, SC",245,"Charleston, SC" +77,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +77,336,195,"New Orleans, LA",195,"New Orleans, LA" +77,337,217,"New York, NY and NJ",217,"New York, NY and NJ" +77,338,241,"Philadelphia, PA",241,"Philadelphia, PA" +77,339,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +77,340,241,"Philadelphia, PA",241,"Philadelphia, PA" +77,341,257,"Houston, TX",257,"Houston, TX" +77,342,241,"Philadelphia, PA",241,"Philadelphia, PA" +77,343,159,"Long Beach, CA",159,"Long Beach, CA" +77,344,244,"Providence, RI",244,"Providence, RI" +77,345,241,"Philadelphia, PA",241,"Philadelphia, PA" +77,346,195,"New Orleans, LA",195,"New Orleans, LA" +77,347,169,"Wilmington, DE",169,"Wilmington, DE" +77,348,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +77,349,217,"New York, NY and NJ",217,"New York, NY and NJ" +77,350,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +77,351,197,"Portland, ME",197,"Portland, ME" +77,352,201,"Boston, MA",201,"Boston, MA" +77,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +77,354,201,"Boston, MA",201,"Boston, MA" +77,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +77,356,195,"New Orleans, LA",195,"New Orleans, LA" +77,357,241,"Philadelphia, PA",241,"Philadelphia, PA" +77,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +77,359,198,"Baltimore, MD",198,"Baltimore, MD" +77,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +77,361,177,"Savannah, GA",177,"Savannah, GA" +77,362,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +77,363,195,"New Orleans, LA",195,"New Orleans, LA" +77,364,217,"New York, NY and NJ",217,"New York, NY and NJ" +77,365,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +77,366,268,"Seattle, WA",268,"Seattle, WA" +77,367,239,"Portland, OR",239,"Portland, OR" +77,368,159,"Long Beach, CA",159,"Long Beach, CA" +77,369,159,"Long Beach, CA",159,"Long Beach, CA" +77,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +77,371,159,"Long Beach, CA",159,"Long Beach, CA" +77,372,223,"New York, NY and NJ",223,"New York, NY and NJ" +77,373,174,"Tampa, FL",174,"Tampa, FL" +77,374,159,"Long Beach, CA",159,"Long Beach, CA" +77,375,159,"Long Beach, CA",159,"Long Beach, CA" +77,376,159,"Long Beach, CA",159,"Long Beach, CA" +77,377,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +77,378,172,"Port Everglades, FL",172,"Port Everglades, FL" +77,379,239,"Portland, OR",239,"Portland, OR" +77,380,159,"Long Beach, CA",159,"Long Beach, CA" +77,381,268,"Seattle, WA",268,"Seattle, WA" +77,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +77,383,159,"Long Beach, CA",159,"Long Beach, CA" +77,384,223,"New York, NY and NJ",223,"New York, NY and NJ" +77,385,197,"Portland, ME",197,"Portland, ME" +77,386,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +77,387,197,"Portland, ME",197,"Portland, ME" +77,388,197,"Portland, ME",197,"Portland, ME" +77,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +77,390,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +77,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +77,392,159,"Long Beach, CA",159,"Long Beach, CA" +77,393,159,"Long Beach, CA",159,"Long Beach, CA" +77,394,201,"Boston, MA",201,"Boston, MA" +77,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +77,396,159,"Long Beach, CA",159,"Long Beach, CA" +77,397,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +77,398,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +77,399,257,"Houston, TX",257,"Houston, TX" +77,400,268,"Seattle, WA",268,"Seattle, WA" +77,401,201,"Boston, MA",201,"Boston, MA" +77,402,198,"Baltimore, MD",198,"Baltimore, MD" +77,403,162,"Oakland, CA",162,"Oakland, CA" +77,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +77,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +77,406,201,"Boston, MA",201,"Boston, MA" +77,407,217,"New York, NY and NJ",217,"New York, NY and NJ" +77,408,269,"Longview, WA",269,"Longview, WA" +77,409,177,"Savannah, GA",177,"Savannah, GA" +77,410,159,"Long Beach, CA",159,"Long Beach, CA" +77,411,162,"Oakland, CA",162,"Oakland, CA" +77,412,197,"Portland, ME",197,"Portland, ME" +77,413,159,"Long Beach, CA",159,"Long Beach, CA" +77,414,152,"Mobile, AL",152,"Mobile, AL" +77,415,197,"Portland, ME",197,"Portland, ME" +77,416,223,"New York, NY and NJ",223,"New York, NY and NJ" +77,417,268,"Seattle, WA",268,"Seattle, WA" +77,418,159,"Long Beach, CA",159,"Long Beach, CA" +77,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +77,420,159,"Long Beach, CA",159,"Long Beach, CA" +77,421,159,"Long Beach, CA",159,"Long Beach, CA" +77,422,162,"Oakland, CA",162,"Oakland, CA" +77,423,162,"Oakland, CA",162,"Oakland, CA" +77,424,152,"Mobile, AL",152,"Mobile, AL" +77,425,268,"Seattle, WA",268,"Seattle, WA" +77,426,195,"New Orleans, LA",195,"New Orleans, LA" +77,427,195,"New Orleans, LA",195,"New Orleans, LA" +77,428,159,"Long Beach, CA",159,"Long Beach, CA" +77,429,159,"Long Beach, CA",159,"Long Beach, CA" +77,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +77,431,241,"Philadelphia, PA",241,"Philadelphia, PA" +77,432,159,"Long Beach, CA",159,"Long Beach, CA" +77,433,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +77,434,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +77,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +77,436,217,"New York, NY and NJ",217,"New York, NY and NJ" +77,437,171,"Jacksonville, FL",171,"Jacksonville, FL" +77,438,172,"Port Everglades, FL",172,"Port Everglades, FL" +77,439,177,"Savannah, GA",177,"Savannah, GA" +77,440,174,"Tampa, FL",174,"Tampa, FL" +77,441,269,"Longview, WA",269,"Longview, WA" +77,442,198,"Baltimore, MD",198,"Baltimore, MD" +77,443,217,"New York, NY and NJ",217,"New York, NY and NJ" +77,444,239,"Portland, OR",239,"Portland, OR" +77,445,241,"Philadelphia, PA",241,"Philadelphia, PA" +77,446,217,"New York, NY and NJ",217,"New York, NY and NJ" +77,447,169,"Wilmington, DE",169,"Wilmington, DE" +77,448,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +77,449,268,"Seattle, WA",268,"Seattle, WA" +77,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +77,451,201,"Boston, MA",201,"Boston, MA" +77,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +77,453,159,"Long Beach, CA",159,"Long Beach, CA" +77,454,223,"New York, NY and NJ",223,"New York, NY and NJ" +77,455,198,"Baltimore, MD",198,"Baltimore, MD" +77,456,159,"Long Beach, CA",159,"Long Beach, CA" +77,457,229,"Wilmington, NC",229,"Wilmington, NC" +77,458,217,"New York, NY and NJ",217,"New York, NY and NJ" +77,459,162,"Oakland, CA",162,"Oakland, CA" +77,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +77,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +77,462,217,"New York, NY and NJ",217,"New York, NY and NJ" +77,463,197,"Portland, ME",197,"Portland, ME" +77,464,201,"Boston, MA",201,"Boston, MA" +77,465,269,"Longview, WA",269,"Longview, WA" +77,466,268,"Seattle, WA",268,"Seattle, WA" +77,467,197,"Portland, ME",197,"Portland, ME" +77,468,162,"Oakland, CA",162,"Oakland, CA" +77,469,241,"Philadelphia, PA",241,"Philadelphia, PA" +77,470,268,"Seattle, WA",268,"Seattle, WA" +77,471,223,"New York, NY and NJ",223,"New York, NY and NJ" +77,472,159,"Long Beach, CA",159,"Long Beach, CA" +77,473,159,"Long Beach, CA",159,"Long Beach, CA" +77,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +77,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +77,476,268,"Seattle, WA",268,"Seattle, WA" +77,477,268,"Seattle, WA",268,"Seattle, WA" +77,478,177,"Savannah, GA",177,"Savannah, GA" +77,479,268,"Seattle, WA",268,"Seattle, WA" +77,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +77,481,241,"Philadelphia, PA",241,"Philadelphia, PA" +77,482,159,"Long Beach, CA",159,"Long Beach, CA" +77,483,198,"Baltimore, MD",198,"Baltimore, MD" +77,484,174,"Tampa, FL",174,"Tampa, FL" +77,485,159,"Long Beach, CA",159,"Long Beach, CA" +77,486,159,"Long Beach, CA",159,"Long Beach, CA" +77,487,177,"Savannah, GA",177,"Savannah, GA" +77,488,159,"Long Beach, CA",159,"Long Beach, CA" +77,489,159,"Long Beach, CA",159,"Long Beach, CA" +77,490,229,"Wilmington, NC",229,"Wilmington, NC" +77,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +78,154,159,"Long Beach, CA",159,"Long Beach, CA" +78,179,159,"Long Beach, CA",159,"Long Beach, CA" +78,180,269,"Longview, WA",269,"Longview, WA" +78,274,268,"Seattle, WA",268,"Seattle, WA" +78,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +78,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +78,277,241,"Philadelphia, PA",241,"Philadelphia, PA" +78,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +78,279,198,"Baltimore, MD",198,"Baltimore, MD" +78,280,241,"Philadelphia, PA",241,"Philadelphia, PA" +78,281,253,"Beaumont, TX",253,"Beaumont, TX" +78,282,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +78,283,171,"Jacksonville, FL",171,"Jacksonville, FL" +78,284,159,"Long Beach, CA",159,"Long Beach, CA" +78,285,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +78,286,201,"Boston, MA",201,"Boston, MA" +78,287,177,"Savannah, GA",177,"Savannah, GA" +78,288,268,"Seattle, WA",268,"Seattle, WA" +78,289,159,"Long Beach, CA",159,"Long Beach, CA" +78,290,217,"New York, NY and NJ",217,"New York, NY and NJ" +78,291,201,"Boston, MA",201,"Boston, MA" +78,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +78,293,195,"New Orleans, LA",195,"New Orleans, LA" +78,294,198,"Baltimore, MD",198,"Baltimore, MD" +78,295,223,"New York, NY and NJ",223,"New York, NY and NJ" +78,296,159,"Long Beach, CA",159,"Long Beach, CA" +78,297,194,"Lake Charles, LA",194,"Lake Charles, LA" +78,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +78,299,198,"Baltimore, MD",198,"Baltimore, MD" +78,300,174,"Tampa, FL",174,"Tampa, FL" +78,301,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +78,302,245,"Charleston, SC",245,"Charleston, SC" +78,303,159,"Long Beach, CA",159,"Long Beach, CA" +78,304,217,"New York, NY and NJ",217,"New York, NY and NJ" +78,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +78,306,241,"Philadelphia, PA",241,"Philadelphia, PA" +78,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +78,308,268,"Seattle, WA",268,"Seattle, WA" +78,309,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +78,310,223,"New York, NY and NJ",223,"New York, NY and NJ" +78,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +78,312,174,"Tampa, FL",174,"Tampa, FL" +78,313,198,"Baltimore, MD",198,"Baltimore, MD" +78,314,198,"Baltimore, MD",198,"Baltimore, MD" +78,315,208,"Pascagoula, MS",208,"Pascagoula, MS" +78,316,159,"Long Beach, CA",159,"Long Beach, CA" +78,317,239,"Portland, OR",239,"Portland, OR" +78,318,159,"Long Beach, CA",159,"Long Beach, CA" +78,319,177,"Savannah, GA",177,"Savannah, GA" +78,320,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +78,321,197,"Portland, ME",197,"Portland, ME" +78,322,268,"Seattle, WA",268,"Seattle, WA" +78,323,195,"New Orleans, LA",195,"New Orleans, LA" +78,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +78,325,177,"Savannah, GA",177,"Savannah, GA" +78,326,171,"Jacksonville, FL",171,"Jacksonville, FL" +78,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +78,328,169,"Wilmington, DE",169,"Wilmington, DE" +78,329,241,"Philadelphia, PA",241,"Philadelphia, PA" +78,330,217,"New York, NY and NJ",217,"New York, NY and NJ" +78,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +78,332,229,"Wilmington, NC",229,"Wilmington, NC" +78,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +78,334,152,"Mobile, AL",152,"Mobile, AL" +78,335,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +78,336,208,"Pascagoula, MS",208,"Pascagoula, MS" +78,337,223,"New York, NY and NJ",223,"New York, NY and NJ" +78,338,229,"Wilmington, NC",229,"Wilmington, NC" +78,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +78,340,198,"Baltimore, MD",198,"Baltimore, MD" +78,341,257,"Houston, TX",257,"Houston, TX" +78,342,201,"Boston, MA",201,"Boston, MA" +78,343,159,"Long Beach, CA",159,"Long Beach, CA" +78,344,197,"Portland, ME",197,"Portland, ME" +78,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +78,346,198,"Baltimore, MD",198,"Baltimore, MD" +78,347,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +78,348,217,"New York, NY and NJ",217,"New York, NY and NJ" +78,349,197,"Portland, ME",197,"Portland, ME" +78,350,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +78,351,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +78,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +78,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +78,354,197,"Portland, ME",197,"Portland, ME" +78,355,245,"Charleston, SC",245,"Charleston, SC" +78,356,172,"Port Everglades, FL",172,"Port Everglades, FL" +78,357,198,"Baltimore, MD",198,"Baltimore, MD" +78,358,223,"New York, NY and NJ",223,"New York, NY and NJ" +78,359,198,"Baltimore, MD",198,"Baltimore, MD" +78,360,177,"Savannah, GA",177,"Savannah, GA" +78,361,172,"Port Everglades, FL",172,"Port Everglades, FL" +78,362,197,"Portland, ME",197,"Portland, ME" +78,363,195,"New Orleans, LA",195,"New Orleans, LA" +78,364,217,"New York, NY and NJ",217,"New York, NY and NJ" +78,365,217,"New York, NY and NJ",217,"New York, NY and NJ" +78,366,239,"Portland, OR",239,"Portland, OR" +78,367,159,"Long Beach, CA",159,"Long Beach, CA" +78,368,159,"Long Beach, CA",159,"Long Beach, CA" +78,369,159,"Long Beach, CA",159,"Long Beach, CA" +78,370,197,"Portland, ME",197,"Portland, ME" +78,371,159,"Long Beach, CA",159,"Long Beach, CA" +78,372,198,"Baltimore, MD",198,"Baltimore, MD" +78,373,177,"Savannah, GA",177,"Savannah, GA" +78,374,162,"Oakland, CA",162,"Oakland, CA" +78,375,159,"Long Beach, CA",159,"Long Beach, CA" +78,376,159,"Long Beach, CA",159,"Long Beach, CA" +78,377,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +78,378,195,"New Orleans, LA",195,"New Orleans, LA" +78,379,159,"Long Beach, CA",159,"Long Beach, CA" +78,380,159,"Long Beach, CA",159,"Long Beach, CA" +78,381,159,"Long Beach, CA",159,"Long Beach, CA" +78,382,201,"Boston, MA",201,"Boston, MA" +78,383,162,"Oakland, CA",162,"Oakland, CA" +78,384,169,"Wilmington, DE",169,"Wilmington, DE" +78,385,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +78,386,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +78,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +78,388,201,"Boston, MA",201,"Boston, MA" +78,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +78,390,197,"Portland, ME",197,"Portland, ME" +78,391,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +78,392,239,"Portland, OR",239,"Portland, OR" +78,393,268,"Seattle, WA",268,"Seattle, WA" +78,394,217,"New York, NY and NJ",217,"New York, NY and NJ" +78,395,197,"Portland, ME",197,"Portland, ME" +78,396,159,"Long Beach, CA",159,"Long Beach, CA" +78,397,197,"Portland, ME",197,"Portland, ME" +78,398,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +78,399,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +78,400,159,"Long Beach, CA",159,"Long Beach, CA" +78,401,241,"Philadelphia, PA",241,"Philadelphia, PA" +78,402,198,"Baltimore, MD",198,"Baltimore, MD" +78,403,269,"Longview, WA",269,"Longview, WA" +78,404,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +78,405,174,"Tampa, FL",174,"Tampa, FL" +78,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +78,407,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +78,408,159,"Long Beach, CA",159,"Long Beach, CA" +78,409,229,"Wilmington, NC",229,"Wilmington, NC" +78,410,269,"Longview, WA",269,"Longview, WA" +78,411,159,"Long Beach, CA",159,"Long Beach, CA" +78,412,197,"Portland, ME",197,"Portland, ME" +78,413,159,"Long Beach, CA",159,"Long Beach, CA" +78,414,253,"Beaumont, TX",253,"Beaumont, TX" +78,415,217,"New York, NY and NJ",217,"New York, NY and NJ" +78,416,197,"Portland, ME",197,"Portland, ME" +78,417,239,"Portland, OR",239,"Portland, OR" +78,418,162,"Oakland, CA",162,"Oakland, CA" +78,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +78,420,268,"Seattle, WA",268,"Seattle, WA" +78,421,268,"Seattle, WA",268,"Seattle, WA" +78,422,159,"Long Beach, CA",159,"Long Beach, CA" +78,423,159,"Long Beach, CA",159,"Long Beach, CA" +78,424,152,"Mobile, AL",152,"Mobile, AL" +78,425,159,"Long Beach, CA",159,"Long Beach, CA" +78,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +78,427,172,"Port Everglades, FL",172,"Port Everglades, FL" +78,428,159,"Long Beach, CA",159,"Long Beach, CA" +78,429,159,"Long Beach, CA",159,"Long Beach, CA" +78,430,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +78,431,198,"Baltimore, MD",198,"Baltimore, MD" +78,432,162,"Oakland, CA",162,"Oakland, CA" +78,433,217,"New York, NY and NJ",217,"New York, NY and NJ" +78,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +78,435,244,"Providence, RI",244,"Providence, RI" +78,436,217,"New York, NY and NJ",217,"New York, NY and NJ" +78,437,172,"Port Everglades, FL",172,"Port Everglades, FL" +78,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +78,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +78,440,245,"Charleston, SC",245,"Charleston, SC" +78,441,159,"Long Beach, CA",159,"Long Beach, CA" +78,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +78,443,197,"Portland, ME",197,"Portland, ME" +78,444,269,"Longview, WA",269,"Longview, WA" +78,445,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +78,446,241,"Philadelphia, PA",241,"Philadelphia, PA" +78,447,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +78,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +78,449,159,"Long Beach, CA",159,"Long Beach, CA" +78,450,177,"Savannah, GA",177,"Savannah, GA" +78,451,197,"Portland, ME",197,"Portland, ME" +78,452,197,"Portland, ME",197,"Portland, ME" +78,453,159,"Long Beach, CA",159,"Long Beach, CA" +78,454,197,"Portland, ME",197,"Portland, ME" +78,455,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +78,456,269,"Longview, WA",269,"Longview, WA" +78,457,223,"New York, NY and NJ",223,"New York, NY and NJ" +78,458,197,"Portland, ME",197,"Portland, ME" +78,459,268,"Seattle, WA",268,"Seattle, WA" +78,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +78,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +78,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +78,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +78,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +78,465,159,"Long Beach, CA",159,"Long Beach, CA" +78,466,268,"Seattle, WA",268,"Seattle, WA" +78,467,223,"New York, NY and NJ",223,"New York, NY and NJ" +78,468,159,"Long Beach, CA",159,"Long Beach, CA" +78,469,241,"Philadelphia, PA",241,"Philadelphia, PA" +78,470,162,"Oakland, CA",162,"Oakland, CA" +78,471,223,"New York, NY and NJ",223,"New York, NY and NJ" +78,472,159,"Long Beach, CA",159,"Long Beach, CA" +78,473,159,"Long Beach, CA",159,"Long Beach, CA" +78,474,177,"Savannah, GA",177,"Savannah, GA" +78,475,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +78,476,268,"Seattle, WA",268,"Seattle, WA" +78,477,159,"Long Beach, CA",159,"Long Beach, CA" +78,478,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +78,479,268,"Seattle, WA",268,"Seattle, WA" +78,480,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +78,481,241,"Philadelphia, PA",241,"Philadelphia, PA" +78,482,159,"Long Beach, CA",159,"Long Beach, CA" +78,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +78,484,177,"Savannah, GA",177,"Savannah, GA" +78,485,159,"Long Beach, CA",159,"Long Beach, CA" +78,486,159,"Long Beach, CA",159,"Long Beach, CA" +78,487,152,"Mobile, AL",152,"Mobile, AL" +78,488,268,"Seattle, WA",268,"Seattle, WA" +78,489,268,"Seattle, WA",268,"Seattle, WA" +78,490,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +78,491,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +79,154,162,"Oakland, CA",162,"Oakland, CA" +79,179,268,"Seattle, WA",268,"Seattle, WA" +79,180,159,"Long Beach, CA",159,"Long Beach, CA" +79,274,159,"Long Beach, CA",159,"Long Beach, CA" +79,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +79,276,201,"Boston, MA",201,"Boston, MA" +79,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +79,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +79,279,177,"Savannah, GA",177,"Savannah, GA" +79,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +79,281,257,"Houston, TX",257,"Houston, TX" +79,282,241,"Philadelphia, PA",241,"Philadelphia, PA" +79,283,178,"Brunswick, GA",178,"Brunswick, GA" +79,284,269,"Longview, WA",269,"Longview, WA" +79,285,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +79,286,217,"New York, NY and NJ",217,"New York, NY and NJ" +79,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +79,288,268,"Seattle, WA",268,"Seattle, WA" +79,289,159,"Long Beach, CA",159,"Long Beach, CA" +79,290,245,"Charleston, SC",245,"Charleston, SC" +79,291,197,"Portland, ME",197,"Portland, ME" +79,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +79,293,195,"New Orleans, LA",195,"New Orleans, LA" +79,294,217,"New York, NY and NJ",217,"New York, NY and NJ" +79,295,223,"New York, NY and NJ",223,"New York, NY and NJ" +79,296,159,"Long Beach, CA",159,"Long Beach, CA" +79,297,152,"Mobile, AL",152,"Mobile, AL" +79,298,241,"Philadelphia, PA",241,"Philadelphia, PA" +79,299,217,"New York, NY and NJ",217,"New York, NY and NJ" +79,300,201,"Boston, MA",201,"Boston, MA" +79,301,198,"Baltimore, MD",198,"Baltimore, MD" +79,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +79,303,159,"Long Beach, CA",159,"Long Beach, CA" +79,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +79,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +79,306,217,"New York, NY and NJ",217,"New York, NY and NJ" +79,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +79,308,268,"Seattle, WA",268,"Seattle, WA" +79,309,201,"Boston, MA",201,"Boston, MA" +79,310,223,"New York, NY and NJ",223,"New York, NY and NJ" +79,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +79,312,195,"New Orleans, LA",195,"New Orleans, LA" +79,313,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +79,314,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +79,315,174,"Tampa, FL",174,"Tampa, FL" +79,316,269,"Longview, WA",269,"Longview, WA" +79,317,162,"Oakland, CA",162,"Oakland, CA" +79,318,239,"Portland, OR",239,"Portland, OR" +79,319,245,"Charleston, SC",245,"Charleston, SC" +79,320,241,"Philadelphia, PA",241,"Philadelphia, PA" +79,321,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +79,322,159,"Long Beach, CA",159,"Long Beach, CA" +79,323,194,"Lake Charles, LA",194,"Lake Charles, LA" +79,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +79,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +79,326,177,"Savannah, GA",177,"Savannah, GA" +79,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +79,328,197,"Portland, ME",197,"Portland, ME" +79,329,198,"Baltimore, MD",198,"Baltimore, MD" +79,330,197,"Portland, ME",197,"Portland, ME" +79,331,241,"Philadelphia, PA",241,"Philadelphia, PA" +79,332,171,"Jacksonville, FL",171,"Jacksonville, FL" +79,333,171,"Jacksonville, FL",171,"Jacksonville, FL" +79,334,208,"Pascagoula, MS",208,"Pascagoula, MS" +79,335,201,"Boston, MA",201,"Boston, MA" +79,336,172,"Port Everglades, FL",172,"Port Everglades, FL" +79,337,169,"Wilmington, DE",169,"Wilmington, DE" +79,338,244,"Providence, RI",244,"Providence, RI" +79,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +79,340,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +79,341,253,"Beaumont, TX",253,"Beaumont, TX" +79,342,241,"Philadelphia, PA",241,"Philadelphia, PA" +79,343,268,"Seattle, WA",268,"Seattle, WA" +79,344,241,"Philadelphia, PA",241,"Philadelphia, PA" +79,345,217,"New York, NY and NJ",217,"New York, NY and NJ" +79,346,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +79,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +79,348,245,"Charleston, SC",245,"Charleston, SC" +79,349,197,"Portland, ME",197,"Portland, ME" +79,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +79,351,223,"New York, NY and NJ",223,"New York, NY and NJ" +79,352,241,"Philadelphia, PA",241,"Philadelphia, PA" +79,353,198,"Baltimore, MD",198,"Baltimore, MD" +79,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +79,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +79,356,257,"Houston, TX",257,"Houston, TX" +79,357,241,"Philadelphia, PA",241,"Philadelphia, PA" +79,358,197,"Portland, ME",197,"Portland, ME" +79,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +79,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +79,361,253,"Beaumont, TX",253,"Beaumont, TX" +79,362,198,"Baltimore, MD",198,"Baltimore, MD" +79,363,195,"New Orleans, LA",195,"New Orleans, LA" +79,364,241,"Philadelphia, PA",241,"Philadelphia, PA" +79,365,198,"Baltimore, MD",198,"Baltimore, MD" +79,366,268,"Seattle, WA",268,"Seattle, WA" +79,367,162,"Oakland, CA",162,"Oakland, CA" +79,368,159,"Long Beach, CA",159,"Long Beach, CA" +79,369,159,"Long Beach, CA",159,"Long Beach, CA" +79,370,201,"Boston, MA",201,"Boston, MA" +79,371,268,"Seattle, WA",268,"Seattle, WA" +79,372,201,"Boston, MA",201,"Boston, MA" +79,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +79,374,159,"Long Beach, CA",159,"Long Beach, CA" +79,375,268,"Seattle, WA",268,"Seattle, WA" +79,376,162,"Oakland, CA",162,"Oakland, CA" +79,377,201,"Boston, MA",201,"Boston, MA" +79,378,208,"Pascagoula, MS",208,"Pascagoula, MS" +79,379,159,"Long Beach, CA",159,"Long Beach, CA" +79,380,239,"Portland, OR",239,"Portland, OR" +79,381,162,"Oakland, CA",162,"Oakland, CA" +79,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +79,383,268,"Seattle, WA",268,"Seattle, WA" +79,384,223,"New York, NY and NJ",223,"New York, NY and NJ" +79,385,223,"New York, NY and NJ",223,"New York, NY and NJ" +79,386,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +79,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +79,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +79,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +79,390,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +79,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +79,392,159,"Long Beach, CA",159,"Long Beach, CA" +79,393,162,"Oakland, CA",162,"Oakland, CA" +79,394,197,"Portland, ME",197,"Portland, ME" +79,395,201,"Boston, MA",201,"Boston, MA" +79,396,159,"Long Beach, CA",159,"Long Beach, CA" +79,397,223,"New York, NY and NJ",223,"New York, NY and NJ" +79,398,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +79,399,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +79,400,159,"Long Beach, CA",159,"Long Beach, CA" +79,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +79,402,201,"Boston, MA",201,"Boston, MA" +79,403,268,"Seattle, WA",268,"Seattle, WA" +79,404,197,"Portland, ME",197,"Portland, ME" +79,405,177,"Savannah, GA",177,"Savannah, GA" +79,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +79,407,223,"New York, NY and NJ",223,"New York, NY and NJ" +79,408,162,"Oakland, CA",162,"Oakland, CA" +79,409,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +79,410,162,"Oakland, CA",162,"Oakland, CA" +79,411,159,"Long Beach, CA",159,"Long Beach, CA" +79,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +79,413,159,"Long Beach, CA",159,"Long Beach, CA" +79,414,194,"Lake Charles, LA",194,"Lake Charles, LA" +79,415,198,"Baltimore, MD",198,"Baltimore, MD" +79,416,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +79,417,162,"Oakland, CA",162,"Oakland, CA" +79,418,159,"Long Beach, CA",159,"Long Beach, CA" +79,419,241,"Philadelphia, PA",241,"Philadelphia, PA" +79,420,159,"Long Beach, CA",159,"Long Beach, CA" +79,421,239,"Portland, OR",239,"Portland, OR" +79,422,268,"Seattle, WA",268,"Seattle, WA" +79,423,268,"Seattle, WA",268,"Seattle, WA" +79,424,195,"New Orleans, LA",195,"New Orleans, LA" +79,425,159,"Long Beach, CA",159,"Long Beach, CA" +79,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +79,427,195,"New Orleans, LA",195,"New Orleans, LA" +79,428,159,"Long Beach, CA",159,"Long Beach, CA" +79,429,159,"Long Beach, CA",159,"Long Beach, CA" +79,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +79,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +79,432,159,"Long Beach, CA",159,"Long Beach, CA" +79,433,241,"Philadelphia, PA",241,"Philadelphia, PA" +79,434,241,"Philadelphia, PA",241,"Philadelphia, PA" +79,435,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +79,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +79,437,229,"Wilmington, NC",229,"Wilmington, NC" +79,438,198,"Baltimore, MD",198,"Baltimore, MD" +79,439,177,"Savannah, GA",177,"Savannah, GA" +79,440,178,"Brunswick, GA",178,"Brunswick, GA" +79,441,162,"Oakland, CA",162,"Oakland, CA" +79,442,198,"Baltimore, MD",198,"Baltimore, MD" +79,443,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +79,444,162,"Oakland, CA",162,"Oakland, CA" +79,445,241,"Philadelphia, PA",241,"Philadelphia, PA" +79,446,241,"Philadelphia, PA",241,"Philadelphia, PA" +79,447,201,"Boston, MA",201,"Boston, MA" +79,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +79,449,159,"Long Beach, CA",159,"Long Beach, CA" +79,450,245,"Charleston, SC",245,"Charleston, SC" +79,451,217,"New York, NY and NJ",217,"New York, NY and NJ" +79,452,197,"Portland, ME",197,"Portland, ME" +79,453,159,"Long Beach, CA",159,"Long Beach, CA" +79,454,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +79,455,241,"Philadelphia, PA",241,"Philadelphia, PA" +79,456,159,"Long Beach, CA",159,"Long Beach, CA" +79,457,197,"Portland, ME",197,"Portland, ME" +79,458,244,"Providence, RI",244,"Providence, RI" +79,459,159,"Long Beach, CA",159,"Long Beach, CA" +79,460,244,"Providence, RI",244,"Providence, RI" +79,461,177,"Savannah, GA",177,"Savannah, GA" +79,462,217,"New York, NY and NJ",217,"New York, NY and NJ" +79,463,197,"Portland, ME",197,"Portland, ME" +79,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +79,465,159,"Long Beach, CA",159,"Long Beach, CA" +79,466,239,"Portland, OR",239,"Portland, OR" +79,467,241,"Philadelphia, PA",241,"Philadelphia, PA" +79,468,159,"Long Beach, CA",159,"Long Beach, CA" +79,469,201,"Boston, MA",201,"Boston, MA" +79,470,159,"Long Beach, CA",159,"Long Beach, CA" +79,471,198,"Baltimore, MD",198,"Baltimore, MD" +79,472,159,"Long Beach, CA",159,"Long Beach, CA" +79,473,159,"Long Beach, CA",159,"Long Beach, CA" +79,474,241,"Philadelphia, PA",241,"Philadelphia, PA" +79,475,241,"Philadelphia, PA",241,"Philadelphia, PA" +79,476,159,"Long Beach, CA",159,"Long Beach, CA" +79,477,268,"Seattle, WA",268,"Seattle, WA" +79,478,177,"Savannah, GA",177,"Savannah, GA" +79,479,159,"Long Beach, CA",159,"Long Beach, CA" +79,480,229,"Wilmington, NC",229,"Wilmington, NC" +79,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +79,482,239,"Portland, OR",239,"Portland, OR" +79,483,197,"Portland, ME",197,"Portland, ME" +79,484,177,"Savannah, GA",177,"Savannah, GA" +79,485,268,"Seattle, WA",268,"Seattle, WA" +79,486,268,"Seattle, WA",268,"Seattle, WA" +79,487,241,"Philadelphia, PA",241,"Philadelphia, PA" +79,488,159,"Long Beach, CA",159,"Long Beach, CA" +79,489,152,"Mobile, AL",152,"Mobile, AL" +79,490,245,"Charleston, SC",245,"Charleston, SC" +79,491,217,"New York, NY and NJ",217,"New York, NY and NJ" +80,154,159,"Long Beach, CA",159,"Long Beach, CA" +80,179,159,"Long Beach, CA",159,"Long Beach, CA" +80,180,162,"Oakland, CA",162,"Oakland, CA" +80,274,162,"Oakland, CA",162,"Oakland, CA" +80,275,241,"Philadelphia, PA",241,"Philadelphia, PA" +80,276,201,"Boston, MA",201,"Boston, MA" +80,277,201,"Boston, MA",201,"Boston, MA" +80,278,198,"Baltimore, MD",198,"Baltimore, MD" +80,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +80,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +80,281,195,"New Orleans, LA",195,"New Orleans, LA" +80,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +80,283,174,"Tampa, FL",174,"Tampa, FL" +80,284,162,"Oakland, CA",162,"Oakland, CA" +80,285,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +80,286,217,"New York, NY and NJ",217,"New York, NY and NJ" +80,287,174,"Tampa, FL",174,"Tampa, FL" +80,288,159,"Long Beach, CA",159,"Long Beach, CA" +80,289,159,"Long Beach, CA",159,"Long Beach, CA" +80,290,172,"Port Everglades, FL",172,"Port Everglades, FL" +80,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +80,292,244,"Providence, RI",244,"Providence, RI" +80,293,208,"Pascagoula, MS",208,"Pascagoula, MS" +80,294,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +80,295,244,"Providence, RI",244,"Providence, RI" +80,296,159,"Long Beach, CA",159,"Long Beach, CA" +80,297,194,"Lake Charles, LA",194,"Lake Charles, LA" +80,298,201,"Boston, MA",201,"Boston, MA" +80,299,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +80,300,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +80,301,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +80,302,172,"Port Everglades, FL",172,"Port Everglades, FL" +80,303,162,"Oakland, CA",162,"Oakland, CA" +80,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +80,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +80,306,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +80,307,241,"Philadelphia, PA",241,"Philadelphia, PA" +80,308,159,"Long Beach, CA",159,"Long Beach, CA" +80,309,197,"Portland, ME",197,"Portland, ME" +80,310,178,"Brunswick, GA",178,"Brunswick, GA" +80,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +80,312,152,"Mobile, AL",152,"Mobile, AL" +80,313,201,"Boston, MA",201,"Boston, MA" +80,314,241,"Philadelphia, PA",241,"Philadelphia, PA" +80,315,229,"Wilmington, NC",229,"Wilmington, NC" +80,316,162,"Oakland, CA",162,"Oakland, CA" +80,317,159,"Long Beach, CA",159,"Long Beach, CA" +80,318,159,"Long Beach, CA",159,"Long Beach, CA" +80,319,171,"Jacksonville, FL",171,"Jacksonville, FL" +80,320,223,"New York, NY and NJ",223,"New York, NY and NJ" +80,321,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +80,322,159,"Long Beach, CA",159,"Long Beach, CA" +80,323,177,"Savannah, GA",177,"Savannah, GA" +80,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +80,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +80,326,177,"Savannah, GA",177,"Savannah, GA" +80,327,197,"Portland, ME",197,"Portland, ME" +80,328,201,"Boston, MA",201,"Boston, MA" +80,329,198,"Baltimore, MD",198,"Baltimore, MD" +80,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +80,331,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +80,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +80,333,171,"Jacksonville, FL",171,"Jacksonville, FL" +80,334,172,"Port Everglades, FL",172,"Port Everglades, FL" +80,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +80,336,152,"Mobile, AL",152,"Mobile, AL" +80,337,223,"New York, NY and NJ",223,"New York, NY and NJ" +80,338,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +80,339,241,"Philadelphia, PA",241,"Philadelphia, PA" +80,340,217,"New York, NY and NJ",217,"New York, NY and NJ" +80,341,172,"Port Everglades, FL",172,"Port Everglades, FL" +80,342,201,"Boston, MA",201,"Boston, MA" +80,343,159,"Long Beach, CA",159,"Long Beach, CA" +80,344,197,"Portland, ME",197,"Portland, ME" +80,345,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +80,346,195,"New Orleans, LA",195,"New Orleans, LA" +80,347,201,"Boston, MA",201,"Boston, MA" +80,348,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +80,349,244,"Providence, RI",244,"Providence, RI" +80,350,201,"Boston, MA",201,"Boston, MA" +80,351,244,"Providence, RI",244,"Providence, RI" +80,352,201,"Boston, MA",201,"Boston, MA" +80,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +80,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +80,355,245,"Charleston, SC",245,"Charleston, SC" +80,356,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +80,357,201,"Boston, MA",201,"Boston, MA" +80,358,217,"New York, NY and NJ",217,"New York, NY and NJ" +80,359,177,"Savannah, GA",177,"Savannah, GA" +80,360,245,"Charleston, SC",245,"Charleston, SC" +80,361,172,"Port Everglades, FL",172,"Port Everglades, FL" +80,362,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +80,363,178,"Brunswick, GA",178,"Brunswick, GA" +80,364,217,"New York, NY and NJ",217,"New York, NY and NJ" +80,365,217,"New York, NY and NJ",217,"New York, NY and NJ" +80,366,239,"Portland, OR",239,"Portland, OR" +80,367,159,"Long Beach, CA",159,"Long Beach, CA" +80,368,159,"Long Beach, CA",159,"Long Beach, CA" +80,369,159,"Long Beach, CA",159,"Long Beach, CA" +80,370,197,"Portland, ME",197,"Portland, ME" +80,371,268,"Seattle, WA",268,"Seattle, WA" +80,372,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +80,373,177,"Savannah, GA",177,"Savannah, GA" +80,374,159,"Long Beach, CA",159,"Long Beach, CA" +80,375,162,"Oakland, CA",162,"Oakland, CA" +80,376,159,"Long Beach, CA",159,"Long Beach, CA" +80,377,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +80,378,171,"Jacksonville, FL",171,"Jacksonville, FL" +80,379,239,"Portland, OR",239,"Portland, OR" +80,380,159,"Long Beach, CA",159,"Long Beach, CA" +80,381,159,"Long Beach, CA",159,"Long Beach, CA" +80,382,198,"Baltimore, MD",198,"Baltimore, MD" +80,383,159,"Long Beach, CA",159,"Long Beach, CA" +80,384,223,"New York, NY and NJ",223,"New York, NY and NJ" +80,385,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +80,386,223,"New York, NY and NJ",223,"New York, NY and NJ" +80,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +80,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +80,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +80,390,197,"Portland, ME",197,"Portland, ME" +80,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +80,392,268,"Seattle, WA",268,"Seattle, WA" +80,393,268,"Seattle, WA",268,"Seattle, WA" +80,394,197,"Portland, ME",197,"Portland, ME" +80,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +80,396,159,"Long Beach, CA",159,"Long Beach, CA" +80,397,197,"Portland, ME",197,"Portland, ME" +80,398,223,"New York, NY and NJ",223,"New York, NY and NJ" +80,399,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +80,400,239,"Portland, OR",239,"Portland, OR" +80,401,217,"New York, NY and NJ",217,"New York, NY and NJ" +80,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +80,403,162,"Oakland, CA",162,"Oakland, CA" +80,404,201,"Boston, MA",201,"Boston, MA" +80,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +80,406,198,"Baltimore, MD",198,"Baltimore, MD" +80,407,245,"Charleston, SC",245,"Charleston, SC" +80,408,159,"Long Beach, CA",159,"Long Beach, CA" +80,409,241,"Philadelphia, PA",241,"Philadelphia, PA" +80,410,162,"Oakland, CA",162,"Oakland, CA" +80,411,159,"Long Beach, CA",159,"Long Beach, CA" +80,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +80,413,159,"Long Beach, CA",159,"Long Beach, CA" +80,414,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +80,415,217,"New York, NY and NJ",217,"New York, NY and NJ" +80,416,198,"Baltimore, MD",198,"Baltimore, MD" +80,417,239,"Portland, OR",239,"Portland, OR" +80,418,162,"Oakland, CA",162,"Oakland, CA" +80,419,244,"Providence, RI",244,"Providence, RI" +80,420,159,"Long Beach, CA",159,"Long Beach, CA" +80,421,239,"Portland, OR",239,"Portland, OR" +80,422,159,"Long Beach, CA",159,"Long Beach, CA" +80,423,159,"Long Beach, CA",159,"Long Beach, CA" +80,424,195,"New Orleans, LA",195,"New Orleans, LA" +80,425,159,"Long Beach, CA",159,"Long Beach, CA" +80,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +80,427,152,"Mobile, AL",152,"Mobile, AL" +80,428,159,"Long Beach, CA",159,"Long Beach, CA" +80,429,152,"Mobile, AL",152,"Mobile, AL" +80,430,201,"Boston, MA",201,"Boston, MA" +80,431,244,"Providence, RI",244,"Providence, RI" +80,432,159,"Long Beach, CA",159,"Long Beach, CA" +80,433,217,"New York, NY and NJ",217,"New York, NY and NJ" +80,434,244,"Providence, RI",244,"Providence, RI" +80,435,241,"Philadelphia, PA",241,"Philadelphia, PA" +80,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +80,437,241,"Philadelphia, PA",241,"Philadelphia, PA" +80,438,172,"Port Everglades, FL",172,"Port Everglades, FL" +80,439,229,"Wilmington, NC",229,"Wilmington, NC" +80,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +80,441,269,"Longview, WA",269,"Longview, WA" +80,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +80,443,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +80,444,162,"Oakland, CA",162,"Oakland, CA" +80,445,223,"New York, NY and NJ",223,"New York, NY and NJ" +80,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +80,447,217,"New York, NY and NJ",217,"New York, NY and NJ" +80,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +80,449,268,"Seattle, WA",268,"Seattle, WA" +80,450,171,"Jacksonville, FL",171,"Jacksonville, FL" +80,451,217,"New York, NY and NJ",217,"New York, NY and NJ" +80,452,198,"Baltimore, MD",198,"Baltimore, MD" +80,453,159,"Long Beach, CA",159,"Long Beach, CA" +80,454,197,"Portland, ME",197,"Portland, ME" +80,455,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +80,456,159,"Long Beach, CA",159,"Long Beach, CA" +80,457,223,"New York, NY and NJ",223,"New York, NY and NJ" +80,458,198,"Baltimore, MD",198,"Baltimore, MD" +80,459,239,"Portland, OR",239,"Portland, OR" +80,460,201,"Boston, MA",201,"Boston, MA" +80,461,229,"Wilmington, NC",229,"Wilmington, NC" +80,462,244,"Providence, RI",244,"Providence, RI" +80,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +80,464,217,"New York, NY and NJ",217,"New York, NY and NJ" +80,465,159,"Long Beach, CA",159,"Long Beach, CA" +80,466,159,"Long Beach, CA",159,"Long Beach, CA" +80,467,197,"Portland, ME",197,"Portland, ME" +80,468,268,"Seattle, WA",268,"Seattle, WA" +80,469,197,"Portland, ME",197,"Portland, ME" +80,470,159,"Long Beach, CA",159,"Long Beach, CA" +80,471,201,"Boston, MA",201,"Boston, MA" +80,472,268,"Seattle, WA",268,"Seattle, WA" +80,473,159,"Long Beach, CA",159,"Long Beach, CA" +80,474,174,"Tampa, FL",174,"Tampa, FL" +80,475,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +80,476,268,"Seattle, WA",268,"Seattle, WA" +80,477,162,"Oakland, CA",162,"Oakland, CA" +80,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +80,479,159,"Long Beach, CA",159,"Long Beach, CA" +80,480,241,"Philadelphia, PA",241,"Philadelphia, PA" +80,481,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +80,482,268,"Seattle, WA",268,"Seattle, WA" +80,483,198,"Baltimore, MD",198,"Baltimore, MD" +80,484,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +80,485,159,"Long Beach, CA",159,"Long Beach, CA" +80,486,159,"Long Beach, CA",159,"Long Beach, CA" +80,487,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +80,488,268,"Seattle, WA",268,"Seattle, WA" +80,489,159,"Long Beach, CA",159,"Long Beach, CA" +80,490,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +80,491,217,"New York, NY and NJ",217,"New York, NY and NJ" +81,154,269,"Longview, WA",269,"Longview, WA" +81,179,159,"Long Beach, CA",159,"Long Beach, CA" +81,180,159,"Long Beach, CA",159,"Long Beach, CA" +81,274,268,"Seattle, WA",268,"Seattle, WA" +81,275,197,"Portland, ME",197,"Portland, ME" +81,276,201,"Boston, MA",201,"Boston, MA" +81,277,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +81,278,197,"Portland, ME",197,"Portland, ME" +81,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +81,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +81,281,257,"Houston, TX",257,"Houston, TX" +81,282,217,"New York, NY and NJ",217,"New York, NY and NJ" +81,283,245,"Charleston, SC",245,"Charleston, SC" +81,284,162,"Oakland, CA",162,"Oakland, CA" +81,285,198,"Baltimore, MD",198,"Baltimore, MD" +81,286,201,"Boston, MA",201,"Boston, MA" +81,287,171,"Jacksonville, FL",171,"Jacksonville, FL" +81,288,159,"Long Beach, CA",159,"Long Beach, CA" +81,289,159,"Long Beach, CA",159,"Long Beach, CA" +81,290,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +81,291,217,"New York, NY and NJ",217,"New York, NY and NJ" +81,292,244,"Providence, RI",244,"Providence, RI" +81,293,195,"New Orleans, LA",195,"New Orleans, LA" +81,294,201,"Boston, MA",201,"Boston, MA" +81,295,201,"Boston, MA",201,"Boston, MA" +81,296,162,"Oakland, CA",162,"Oakland, CA" +81,297,195,"New Orleans, LA",195,"New Orleans, LA" +81,298,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +81,299,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +81,300,223,"New York, NY and NJ",223,"New York, NY and NJ" +81,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +81,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +81,303,159,"Long Beach, CA",159,"Long Beach, CA" +81,304,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +81,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +81,306,201,"Boston, MA",201,"Boston, MA" +81,307,172,"Port Everglades, FL",172,"Port Everglades, FL" +81,308,159,"Long Beach, CA",159,"Long Beach, CA" +81,309,197,"Portland, ME",197,"Portland, ME" +81,310,223,"New York, NY and NJ",223,"New York, NY and NJ" +81,311,241,"Philadelphia, PA",241,"Philadelphia, PA" +81,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +81,313,223,"New York, NY and NJ",223,"New York, NY and NJ" +81,314,245,"Charleston, SC",245,"Charleston, SC" +81,315,194,"Lake Charles, LA",194,"Lake Charles, LA" +81,316,268,"Seattle, WA",268,"Seattle, WA" +81,317,159,"Long Beach, CA",159,"Long Beach, CA" +81,318,268,"Seattle, WA",268,"Seattle, WA" +81,319,177,"Savannah, GA",177,"Savannah, GA" +81,320,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +81,321,217,"New York, NY and NJ",217,"New York, NY and NJ" +81,322,239,"Portland, OR",239,"Portland, OR" +81,323,177,"Savannah, GA",177,"Savannah, GA" +81,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +81,325,152,"Mobile, AL",152,"Mobile, AL" +81,326,245,"Charleston, SC",245,"Charleston, SC" +81,327,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +81,328,198,"Baltimore, MD",198,"Baltimore, MD" +81,329,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +81,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +81,331,223,"New York, NY and NJ",223,"New York, NY and NJ" +81,332,174,"Tampa, FL",174,"Tampa, FL" +81,333,171,"Jacksonville, FL",171,"Jacksonville, FL" +81,334,172,"Port Everglades, FL",172,"Port Everglades, FL" +81,335,201,"Boston, MA",201,"Boston, MA" +81,336,174,"Tampa, FL",174,"Tampa, FL" +81,337,198,"Baltimore, MD",198,"Baltimore, MD" +81,338,217,"New York, NY and NJ",217,"New York, NY and NJ" +81,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +81,340,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +81,341,172,"Port Everglades, FL",172,"Port Everglades, FL" +81,342,198,"Baltimore, MD",198,"Baltimore, MD" +81,343,162,"Oakland, CA",162,"Oakland, CA" +81,344,241,"Philadelphia, PA",241,"Philadelphia, PA" +81,345,241,"Philadelphia, PA",241,"Philadelphia, PA" +81,346,257,"Houston, TX",257,"Houston, TX" +81,347,177,"Savannah, GA",177,"Savannah, GA" +81,348,198,"Baltimore, MD",198,"Baltimore, MD" +81,349,169,"Wilmington, DE",169,"Wilmington, DE" +81,350,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +81,351,223,"New York, NY and NJ",223,"New York, NY and NJ" +81,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +81,353,241,"Philadelphia, PA",241,"Philadelphia, PA" +81,354,241,"Philadelphia, PA",241,"Philadelphia, PA" +81,355,198,"Baltimore, MD",198,"Baltimore, MD" +81,356,208,"Pascagoula, MS",208,"Pascagoula, MS" +81,357,201,"Boston, MA",201,"Boston, MA" +81,358,198,"Baltimore, MD",198,"Baltimore, MD" +81,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +81,360,174,"Tampa, FL",174,"Tampa, FL" +81,361,194,"Lake Charles, LA",194,"Lake Charles, LA" +81,362,244,"Providence, RI",244,"Providence, RI" +81,363,195,"New Orleans, LA",195,"New Orleans, LA" +81,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +81,365,197,"Portland, ME",197,"Portland, ME" +81,366,159,"Long Beach, CA",159,"Long Beach, CA" +81,367,269,"Longview, WA",269,"Longview, WA" +81,368,159,"Long Beach, CA",159,"Long Beach, CA" +81,369,159,"Long Beach, CA",159,"Long Beach, CA" +81,370,201,"Boston, MA",201,"Boston, MA" +81,371,159,"Long Beach, CA",159,"Long Beach, CA" +81,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +81,373,174,"Tampa, FL",174,"Tampa, FL" +81,374,268,"Seattle, WA",268,"Seattle, WA" +81,375,159,"Long Beach, CA",159,"Long Beach, CA" +81,376,239,"Portland, OR",239,"Portland, OR" +81,377,198,"Baltimore, MD",198,"Baltimore, MD" +81,378,172,"Port Everglades, FL",172,"Port Everglades, FL" +81,379,159,"Long Beach, CA",159,"Long Beach, CA" +81,380,268,"Seattle, WA",268,"Seattle, WA" +81,381,159,"Long Beach, CA",159,"Long Beach, CA" +81,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +81,383,159,"Long Beach, CA",159,"Long Beach, CA" +81,384,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +81,385,245,"Charleston, SC",245,"Charleston, SC" +81,386,201,"Boston, MA",201,"Boston, MA" +81,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +81,388,241,"Philadelphia, PA",241,"Philadelphia, PA" +81,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +81,390,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +81,391,241,"Philadelphia, PA",241,"Philadelphia, PA" +81,392,268,"Seattle, WA",268,"Seattle, WA" +81,393,159,"Long Beach, CA",159,"Long Beach, CA" +81,394,223,"New York, NY and NJ",223,"New York, NY and NJ" +81,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +81,396,239,"Portland, OR",239,"Portland, OR" +81,397,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +81,398,223,"New York, NY and NJ",223,"New York, NY and NJ" +81,399,253,"Beaumont, TX",253,"Beaumont, TX" +81,400,268,"Seattle, WA",268,"Seattle, WA" +81,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +81,402,241,"Philadelphia, PA",241,"Philadelphia, PA" +81,403,268,"Seattle, WA",268,"Seattle, WA" +81,404,201,"Boston, MA",201,"Boston, MA" +81,405,177,"Savannah, GA",177,"Savannah, GA" +81,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +81,407,245,"Charleston, SC",245,"Charleston, SC" +81,408,159,"Long Beach, CA",159,"Long Beach, CA" +81,409,217,"New York, NY and NJ",217,"New York, NY and NJ" +81,410,159,"Long Beach, CA",159,"Long Beach, CA" +81,411,162,"Oakland, CA",162,"Oakland, CA" +81,412,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +81,413,159,"Long Beach, CA",159,"Long Beach, CA" +81,414,195,"New Orleans, LA",195,"New Orleans, LA" +81,415,241,"Philadelphia, PA",241,"Philadelphia, PA" +81,416,241,"Philadelphia, PA",241,"Philadelphia, PA" +81,417,159,"Long Beach, CA",159,"Long Beach, CA" +81,418,159,"Long Beach, CA",159,"Long Beach, CA" +81,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +81,420,159,"Long Beach, CA",159,"Long Beach, CA" +81,421,159,"Long Beach, CA",159,"Long Beach, CA" +81,422,159,"Long Beach, CA",159,"Long Beach, CA" +81,423,159,"Long Beach, CA",159,"Long Beach, CA" +81,424,195,"New Orleans, LA",195,"New Orleans, LA" +81,425,159,"Long Beach, CA",159,"Long Beach, CA" +81,426,208,"Pascagoula, MS",208,"Pascagoula, MS" +81,427,245,"Charleston, SC",245,"Charleston, SC" +81,428,159,"Long Beach, CA",159,"Long Beach, CA" +81,429,159,"Long Beach, CA",159,"Long Beach, CA" +81,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +81,431,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +81,432,159,"Long Beach, CA",159,"Long Beach, CA" +81,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +81,434,201,"Boston, MA",201,"Boston, MA" +81,435,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +81,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +81,437,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +81,438,177,"Savannah, GA",177,"Savannah, GA" +81,439,174,"Tampa, FL",174,"Tampa, FL" +81,440,177,"Savannah, GA",177,"Savannah, GA" +81,441,159,"Long Beach, CA",159,"Long Beach, CA" +81,442,244,"Providence, RI",244,"Providence, RI" +81,443,198,"Baltimore, MD",198,"Baltimore, MD" +81,444,239,"Portland, OR",239,"Portland, OR" +81,445,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +81,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +81,447,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +81,448,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +81,449,159,"Long Beach, CA",159,"Long Beach, CA" +81,450,245,"Charleston, SC",245,"Charleston, SC" +81,451,201,"Boston, MA",201,"Boston, MA" +81,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +81,453,268,"Seattle, WA",268,"Seattle, WA" +81,454,197,"Portland, ME",197,"Portland, ME" +81,455,171,"Jacksonville, FL",171,"Jacksonville, FL" +81,456,268,"Seattle, WA",268,"Seattle, WA" +81,457,241,"Philadelphia, PA",241,"Philadelphia, PA" +81,458,201,"Boston, MA",201,"Boston, MA" +81,459,159,"Long Beach, CA",159,"Long Beach, CA" +81,460,197,"Portland, ME",197,"Portland, ME" +81,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +81,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +81,463,201,"Boston, MA",201,"Boston, MA" +81,464,217,"New York, NY and NJ",217,"New York, NY and NJ" +81,465,159,"Long Beach, CA",159,"Long Beach, CA" +81,466,159,"Long Beach, CA",159,"Long Beach, CA" +81,467,201,"Boston, MA",201,"Boston, MA" +81,468,159,"Long Beach, CA",159,"Long Beach, CA" +81,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +81,470,159,"Long Beach, CA",159,"Long Beach, CA" +81,471,217,"New York, NY and NJ",217,"New York, NY and NJ" +81,472,159,"Long Beach, CA",159,"Long Beach, CA" +81,473,162,"Oakland, CA",162,"Oakland, CA" +81,474,177,"Savannah, GA",177,"Savannah, GA" +81,475,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +81,476,159,"Long Beach, CA",159,"Long Beach, CA" +81,477,268,"Seattle, WA",268,"Seattle, WA" +81,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +81,479,159,"Long Beach, CA",159,"Long Beach, CA" +81,480,244,"Providence, RI",244,"Providence, RI" +81,481,198,"Baltimore, MD",198,"Baltimore, MD" +81,482,269,"Longview, WA",269,"Longview, WA" +81,483,241,"Philadelphia, PA",241,"Philadelphia, PA" +81,484,152,"Mobile, AL",152,"Mobile, AL" +81,485,268,"Seattle, WA",268,"Seattle, WA" +81,486,159,"Long Beach, CA",159,"Long Beach, CA" +81,487,245,"Charleston, SC",245,"Charleston, SC" +81,488,159,"Long Beach, CA",159,"Long Beach, CA" +81,489,171,"Jacksonville, FL",171,"Jacksonville, FL" +81,490,177,"Savannah, GA",177,"Savannah, GA" +81,491,197,"Portland, ME",197,"Portland, ME" +82,154,159,"Long Beach, CA",159,"Long Beach, CA" +82,179,268,"Seattle, WA",268,"Seattle, WA" +82,180,268,"Seattle, WA",268,"Seattle, WA" +82,274,159,"Long Beach, CA",159,"Long Beach, CA" +82,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +82,276,241,"Philadelphia, PA",241,"Philadelphia, PA" +82,277,241,"Philadelphia, PA",241,"Philadelphia, PA" +82,278,217,"New York, NY and NJ",217,"New York, NY and NJ" +82,279,171,"Jacksonville, FL",171,"Jacksonville, FL" +82,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +82,281,177,"Savannah, GA",177,"Savannah, GA" +82,282,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +82,283,178,"Brunswick, GA",178,"Brunswick, GA" +82,284,159,"Long Beach, CA",159,"Long Beach, CA" +82,285,201,"Boston, MA",201,"Boston, MA" +82,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +82,287,177,"Savannah, GA",177,"Savannah, GA" +82,288,268,"Seattle, WA",268,"Seattle, WA" +82,289,239,"Portland, OR",239,"Portland, OR" +82,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +82,291,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +82,292,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +82,293,208,"Pascagoula, MS",208,"Pascagoula, MS" +82,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +82,295,198,"Baltimore, MD",198,"Baltimore, MD" +82,296,159,"Long Beach, CA",159,"Long Beach, CA" +82,297,152,"Mobile, AL",152,"Mobile, AL" +82,298,197,"Portland, ME",197,"Portland, ME" +82,299,198,"Baltimore, MD",198,"Baltimore, MD" +82,300,172,"Port Everglades, FL",172,"Port Everglades, FL" +82,301,198,"Baltimore, MD",198,"Baltimore, MD" +82,302,177,"Savannah, GA",177,"Savannah, GA" +82,303,159,"Long Beach, CA",159,"Long Beach, CA" +82,304,244,"Providence, RI",244,"Providence, RI" +82,305,197,"Portland, ME",197,"Portland, ME" +82,306,198,"Baltimore, MD",198,"Baltimore, MD" +82,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +82,308,159,"Long Beach, CA",159,"Long Beach, CA" +82,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +82,310,223,"New York, NY and NJ",223,"New York, NY and NJ" +82,311,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +82,312,195,"New Orleans, LA",195,"New Orleans, LA" +82,313,223,"New York, NY and NJ",223,"New York, NY and NJ" +82,314,223,"New York, NY and NJ",223,"New York, NY and NJ" +82,315,195,"New Orleans, LA",195,"New Orleans, LA" +82,316,239,"Portland, OR",239,"Portland, OR" +82,317,162,"Oakland, CA",162,"Oakland, CA" +82,318,159,"Long Beach, CA",159,"Long Beach, CA" +82,319,177,"Savannah, GA",177,"Savannah, GA" +82,320,169,"Wilmington, DE",169,"Wilmington, DE" +82,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +82,322,159,"Long Beach, CA",159,"Long Beach, CA" +82,323,194,"Lake Charles, LA",194,"Lake Charles, LA" +82,324,241,"Philadelphia, PA",241,"Philadelphia, PA" +82,325,177,"Savannah, GA",177,"Savannah, GA" +82,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +82,327,197,"Portland, ME",197,"Portland, ME" +82,328,201,"Boston, MA",201,"Boston, MA" +82,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +82,330,201,"Boston, MA",201,"Boston, MA" +82,331,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +82,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +82,333,245,"Charleston, SC",245,"Charleston, SC" +82,334,174,"Tampa, FL",174,"Tampa, FL" +82,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +82,336,172,"Port Everglades, FL",172,"Port Everglades, FL" +82,337,198,"Baltimore, MD",198,"Baltimore, MD" +82,338,217,"New York, NY and NJ",217,"New York, NY and NJ" +82,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +82,340,217,"New York, NY and NJ",217,"New York, NY and NJ" +82,341,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +82,342,197,"Portland, ME",197,"Portland, ME" +82,343,162,"Oakland, CA",162,"Oakland, CA" +82,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +82,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +82,346,241,"Philadelphia, PA",241,"Philadelphia, PA" +82,347,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +82,348,241,"Philadelphia, PA",241,"Philadelphia, PA" +82,349,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +82,350,198,"Baltimore, MD",198,"Baltimore, MD" +82,351,217,"New York, NY and NJ",217,"New York, NY and NJ" +82,352,244,"Providence, RI",244,"Providence, RI" +82,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +82,354,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +82,355,177,"Savannah, GA",177,"Savannah, GA" +82,356,195,"New Orleans, LA",195,"New Orleans, LA" +82,357,198,"Baltimore, MD",198,"Baltimore, MD" +82,358,217,"New York, NY and NJ",217,"New York, NY and NJ" +82,359,229,"Wilmington, NC",229,"Wilmington, NC" +82,360,177,"Savannah, GA",177,"Savannah, GA" +82,361,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +82,362,201,"Boston, MA",201,"Boston, MA" +82,363,195,"New Orleans, LA",195,"New Orleans, LA" +82,364,197,"Portland, ME",197,"Portland, ME" +82,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +82,366,162,"Oakland, CA",162,"Oakland, CA" +82,367,159,"Long Beach, CA",159,"Long Beach, CA" +82,368,159,"Long Beach, CA",159,"Long Beach, CA" +82,369,239,"Portland, OR",239,"Portland, OR" +82,370,217,"New York, NY and NJ",217,"New York, NY and NJ" +82,371,152,"Mobile, AL",152,"Mobile, AL" +82,372,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +82,373,177,"Savannah, GA",177,"Savannah, GA" +82,374,239,"Portland, OR",239,"Portland, OR" +82,375,159,"Long Beach, CA",159,"Long Beach, CA" +82,376,239,"Portland, OR",239,"Portland, OR" +82,377,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +82,378,152,"Mobile, AL",152,"Mobile, AL" +82,379,268,"Seattle, WA",268,"Seattle, WA" +82,380,159,"Long Beach, CA",159,"Long Beach, CA" +82,381,239,"Portland, OR",239,"Portland, OR" +82,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +82,383,268,"Seattle, WA",268,"Seattle, WA" +82,384,223,"New York, NY and NJ",223,"New York, NY and NJ" +82,385,223,"New York, NY and NJ",223,"New York, NY and NJ" +82,386,197,"Portland, ME",197,"Portland, ME" +82,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +82,388,198,"Baltimore, MD",198,"Baltimore, MD" +82,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +82,390,197,"Portland, ME",197,"Portland, ME" +82,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +82,392,268,"Seattle, WA",268,"Seattle, WA" +82,393,162,"Oakland, CA",162,"Oakland, CA" +82,394,223,"New York, NY and NJ",223,"New York, NY and NJ" +82,395,217,"New York, NY and NJ",217,"New York, NY and NJ" +82,396,239,"Portland, OR",239,"Portland, OR" +82,397,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +82,398,197,"Portland, ME",197,"Portland, ME" +82,399,257,"Houston, TX",257,"Houston, TX" +82,400,239,"Portland, OR",239,"Portland, OR" +82,401,198,"Baltimore, MD",198,"Baltimore, MD" +82,402,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +82,403,159,"Long Beach, CA",159,"Long Beach, CA" +82,404,201,"Boston, MA",201,"Boston, MA" +82,405,245,"Charleston, SC",245,"Charleston, SC" +82,406,197,"Portland, ME",197,"Portland, ME" +82,407,217,"New York, NY and NJ",217,"New York, NY and NJ" +82,408,159,"Long Beach, CA",159,"Long Beach, CA" +82,409,169,"Wilmington, DE",169,"Wilmington, DE" +82,410,268,"Seattle, WA",268,"Seattle, WA" +82,411,268,"Seattle, WA",268,"Seattle, WA" +82,412,217,"New York, NY and NJ",217,"New York, NY and NJ" +82,413,162,"Oakland, CA",162,"Oakland, CA" +82,414,195,"New Orleans, LA",195,"New Orleans, LA" +82,415,241,"Philadelphia, PA",241,"Philadelphia, PA" +82,416,198,"Baltimore, MD",198,"Baltimore, MD" +82,417,159,"Long Beach, CA",159,"Long Beach, CA" +82,418,159,"Long Beach, CA",159,"Long Beach, CA" +82,419,198,"Baltimore, MD",198,"Baltimore, MD" +82,420,159,"Long Beach, CA",159,"Long Beach, CA" +82,421,162,"Oakland, CA",162,"Oakland, CA" +82,422,159,"Long Beach, CA",159,"Long Beach, CA" +82,423,269,"Longview, WA",269,"Longview, WA" +82,424,174,"Tampa, FL",174,"Tampa, FL" +82,425,268,"Seattle, WA",268,"Seattle, WA" +82,426,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +82,427,195,"New Orleans, LA",195,"New Orleans, LA" +82,428,162,"Oakland, CA",162,"Oakland, CA" +82,429,159,"Long Beach, CA",159,"Long Beach, CA" +82,430,241,"Philadelphia, PA",241,"Philadelphia, PA" +82,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +82,432,159,"Long Beach, CA",159,"Long Beach, CA" +82,433,244,"Providence, RI",244,"Providence, RI" +82,434,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +82,435,201,"Boston, MA",201,"Boston, MA" +82,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +82,437,217,"New York, NY and NJ",217,"New York, NY and NJ" +82,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +82,439,177,"Savannah, GA",177,"Savannah, GA" +82,440,171,"Jacksonville, FL",171,"Jacksonville, FL" +82,441,159,"Long Beach, CA",159,"Long Beach, CA" +82,442,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +82,443,217,"New York, NY and NJ",217,"New York, NY and NJ" +82,444,159,"Long Beach, CA",159,"Long Beach, CA" +82,445,197,"Portland, ME",197,"Portland, ME" +82,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +82,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +82,448,197,"Portland, ME",197,"Portland, ME" +82,449,159,"Long Beach, CA",159,"Long Beach, CA" +82,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +82,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +82,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +82,453,268,"Seattle, WA",268,"Seattle, WA" +82,454,198,"Baltimore, MD",198,"Baltimore, MD" +82,455,198,"Baltimore, MD",198,"Baltimore, MD" +82,456,159,"Long Beach, CA",159,"Long Beach, CA" +82,457,217,"New York, NY and NJ",217,"New York, NY and NJ" +82,458,201,"Boston, MA",201,"Boston, MA" +82,459,159,"Long Beach, CA",159,"Long Beach, CA" +82,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +82,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +82,462,217,"New York, NY and NJ",217,"New York, NY and NJ" +82,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +82,464,198,"Baltimore, MD",198,"Baltimore, MD" +82,465,159,"Long Beach, CA",159,"Long Beach, CA" +82,466,159,"Long Beach, CA",159,"Long Beach, CA" +82,467,198,"Baltimore, MD",198,"Baltimore, MD" +82,468,268,"Seattle, WA",268,"Seattle, WA" +82,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +82,470,159,"Long Beach, CA",159,"Long Beach, CA" +82,471,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +82,472,159,"Long Beach, CA",159,"Long Beach, CA" +82,473,159,"Long Beach, CA",159,"Long Beach, CA" +82,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +82,475,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +82,476,239,"Portland, OR",239,"Portland, OR" +82,477,268,"Seattle, WA",268,"Seattle, WA" +82,478,245,"Charleston, SC",245,"Charleston, SC" +82,479,162,"Oakland, CA",162,"Oakland, CA" +82,480,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +82,481,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +82,482,159,"Long Beach, CA",159,"Long Beach, CA" +82,483,241,"Philadelphia, PA",241,"Philadelphia, PA" +82,484,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +82,485,162,"Oakland, CA",162,"Oakland, CA" +82,486,159,"Long Beach, CA",159,"Long Beach, CA" +82,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +82,488,269,"Longview, WA",269,"Longview, WA" +82,489,159,"Long Beach, CA",159,"Long Beach, CA" +82,490,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +82,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +83,154,159,"Long Beach, CA",159,"Long Beach, CA" +83,179,268,"Seattle, WA",268,"Seattle, WA" +83,180,159,"Long Beach, CA",159,"Long Beach, CA" +83,274,159,"Long Beach, CA",159,"Long Beach, CA" +83,275,169,"Wilmington, DE",169,"Wilmington, DE" +83,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +83,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +83,278,197,"Portland, ME",197,"Portland, ME" +83,279,223,"New York, NY and NJ",223,"New York, NY and NJ" +83,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +83,281,195,"New Orleans, LA",195,"New Orleans, LA" +83,282,244,"Providence, RI",244,"Providence, RI" +83,283,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +83,284,159,"Long Beach, CA",159,"Long Beach, CA" +83,285,244,"Providence, RI",244,"Providence, RI" +83,286,217,"New York, NY and NJ",217,"New York, NY and NJ" +83,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +83,288,268,"Seattle, WA",268,"Seattle, WA" +83,289,239,"Portland, OR",239,"Portland, OR" +83,290,245,"Charleston, SC",245,"Charleston, SC" +83,291,197,"Portland, ME",197,"Portland, ME" +83,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +83,293,195,"New Orleans, LA",195,"New Orleans, LA" +83,294,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +83,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +83,296,269,"Longview, WA",269,"Longview, WA" +83,297,152,"Mobile, AL",152,"Mobile, AL" +83,298,197,"Portland, ME",197,"Portland, ME" +83,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +83,300,172,"Port Everglades, FL",172,"Port Everglades, FL" +83,301,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +83,302,171,"Jacksonville, FL",171,"Jacksonville, FL" +83,303,268,"Seattle, WA",268,"Seattle, WA" +83,304,197,"Portland, ME",197,"Portland, ME" +83,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +83,306,244,"Providence, RI",244,"Providence, RI" +83,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +83,308,268,"Seattle, WA",268,"Seattle, WA" +83,309,223,"New York, NY and NJ",223,"New York, NY and NJ" +83,310,159,"Long Beach, CA",159,"Long Beach, CA" +83,311,217,"New York, NY and NJ",217,"New York, NY and NJ" +83,312,195,"New Orleans, LA",195,"New Orleans, LA" +83,313,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +83,314,241,"Philadelphia, PA",241,"Philadelphia, PA" +83,315,174,"Tampa, FL",174,"Tampa, FL" +83,316,268,"Seattle, WA",268,"Seattle, WA" +83,317,159,"Long Beach, CA",159,"Long Beach, CA" +83,318,159,"Long Beach, CA",159,"Long Beach, CA" +83,319,177,"Savannah, GA",177,"Savannah, GA" +83,320,241,"Philadelphia, PA",241,"Philadelphia, PA" +83,321,244,"Providence, RI",244,"Providence, RI" +83,322,269,"Longview, WA",269,"Longview, WA" +83,323,194,"Lake Charles, LA",194,"Lake Charles, LA" +83,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +83,325,245,"Charleston, SC",245,"Charleston, SC" +83,326,171,"Jacksonville, FL",171,"Jacksonville, FL" +83,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +83,328,198,"Baltimore, MD",198,"Baltimore, MD" +83,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +83,330,244,"Providence, RI",244,"Providence, RI" +83,331,223,"New York, NY and NJ",223,"New York, NY and NJ" +83,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +83,333,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +83,334,177,"Savannah, GA",177,"Savannah, GA" +83,335,198,"Baltimore, MD",198,"Baltimore, MD" +83,336,172,"Port Everglades, FL",172,"Port Everglades, FL" +83,337,197,"Portland, ME",197,"Portland, ME" +83,338,217,"New York, NY and NJ",217,"New York, NY and NJ" +83,339,241,"Philadelphia, PA",241,"Philadelphia, PA" +83,340,223,"New York, NY and NJ",223,"New York, NY and NJ" +83,341,152,"Mobile, AL",152,"Mobile, AL" +83,342,201,"Boston, MA",201,"Boston, MA" +83,343,268,"Seattle, WA",268,"Seattle, WA" +83,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +83,345,241,"Philadelphia, PA",241,"Philadelphia, PA" +83,346,223,"New York, NY and NJ",223,"New York, NY and NJ" +83,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +83,348,197,"Portland, ME",197,"Portland, ME" +83,349,217,"New York, NY and NJ",217,"New York, NY and NJ" +83,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +83,351,223,"New York, NY and NJ",223,"New York, NY and NJ" +83,352,217,"New York, NY and NJ",217,"New York, NY and NJ" +83,353,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +83,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +83,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +83,356,253,"Beaumont, TX",253,"Beaumont, TX" +83,357,244,"Providence, RI",244,"Providence, RI" +83,358,244,"Providence, RI",244,"Providence, RI" +83,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +83,360,245,"Charleston, SC",245,"Charleston, SC" +83,361,152,"Mobile, AL",152,"Mobile, AL" +83,362,201,"Boston, MA",201,"Boston, MA" +83,363,152,"Mobile, AL",152,"Mobile, AL" +83,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +83,365,241,"Philadelphia, PA",241,"Philadelphia, PA" +83,366,239,"Portland, OR",239,"Portland, OR" +83,367,159,"Long Beach, CA",159,"Long Beach, CA" +83,368,159,"Long Beach, CA",159,"Long Beach, CA" +83,369,268,"Seattle, WA",268,"Seattle, WA" +83,370,197,"Portland, ME",197,"Portland, ME" +83,371,195,"New Orleans, LA",195,"New Orleans, LA" +83,372,223,"New York, NY and NJ",223,"New York, NY and NJ" +83,373,245,"Charleston, SC",245,"Charleston, SC" +83,374,159,"Long Beach, CA",159,"Long Beach, CA" +83,375,159,"Long Beach, CA",159,"Long Beach, CA" +83,376,159,"Long Beach, CA",159,"Long Beach, CA" +83,377,241,"Philadelphia, PA",241,"Philadelphia, PA" +83,378,208,"Pascagoula, MS",208,"Pascagoula, MS" +83,379,159,"Long Beach, CA",159,"Long Beach, CA" +83,380,239,"Portland, OR",239,"Portland, OR" +83,381,239,"Portland, OR",239,"Portland, OR" +83,382,198,"Baltimore, MD",198,"Baltimore, MD" +83,383,268,"Seattle, WA",268,"Seattle, WA" +83,384,198,"Baltimore, MD",198,"Baltimore, MD" +83,385,223,"New York, NY and NJ",223,"New York, NY and NJ" +83,386,223,"New York, NY and NJ",223,"New York, NY and NJ" +83,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +83,388,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +83,389,169,"Wilmington, DE",169,"Wilmington, DE" +83,390,217,"New York, NY and NJ",217,"New York, NY and NJ" +83,391,198,"Baltimore, MD",198,"Baltimore, MD" +83,392,162,"Oakland, CA",162,"Oakland, CA" +83,393,268,"Seattle, WA",268,"Seattle, WA" +83,394,197,"Portland, ME",197,"Portland, ME" +83,395,241,"Philadelphia, PA",241,"Philadelphia, PA" +83,396,162,"Oakland, CA",162,"Oakland, CA" +83,397,223,"New York, NY and NJ",223,"New York, NY and NJ" +83,398,198,"Baltimore, MD",198,"Baltimore, MD" +83,399,257,"Houston, TX",257,"Houston, TX" +83,400,159,"Long Beach, CA",159,"Long Beach, CA" +83,401,198,"Baltimore, MD",198,"Baltimore, MD" +83,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +83,403,268,"Seattle, WA",268,"Seattle, WA" +83,404,198,"Baltimore, MD",198,"Baltimore, MD" +83,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +83,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +83,407,244,"Providence, RI",244,"Providence, RI" +83,408,268,"Seattle, WA",268,"Seattle, WA" +83,409,172,"Port Everglades, FL",172,"Port Everglades, FL" +83,410,268,"Seattle, WA",268,"Seattle, WA" +83,411,159,"Long Beach, CA",159,"Long Beach, CA" +83,412,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +83,413,159,"Long Beach, CA",159,"Long Beach, CA" +83,414,195,"New Orleans, LA",195,"New Orleans, LA" +83,415,217,"New York, NY and NJ",217,"New York, NY and NJ" +83,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +83,417,159,"Long Beach, CA",159,"Long Beach, CA" +83,418,159,"Long Beach, CA",159,"Long Beach, CA" +83,419,201,"Boston, MA",201,"Boston, MA" +83,420,162,"Oakland, CA",162,"Oakland, CA" +83,421,159,"Long Beach, CA",159,"Long Beach, CA" +83,422,159,"Long Beach, CA",159,"Long Beach, CA" +83,423,268,"Seattle, WA",268,"Seattle, WA" +83,424,177,"Savannah, GA",177,"Savannah, GA" +83,425,159,"Long Beach, CA",159,"Long Beach, CA" +83,426,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +83,427,194,"Lake Charles, LA",194,"Lake Charles, LA" +83,428,159,"Long Beach, CA",159,"Long Beach, CA" +83,429,159,"Long Beach, CA",159,"Long Beach, CA" +83,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +83,431,223,"New York, NY and NJ",223,"New York, NY and NJ" +83,432,159,"Long Beach, CA",159,"Long Beach, CA" +83,433,223,"New York, NY and NJ",223,"New York, NY and NJ" +83,434,241,"Philadelphia, PA",241,"Philadelphia, PA" +83,435,201,"Boston, MA",201,"Boston, MA" +83,436,198,"Baltimore, MD",198,"Baltimore, MD" +83,437,177,"Savannah, GA",177,"Savannah, GA" +83,438,177,"Savannah, GA",177,"Savannah, GA" +83,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +83,440,177,"Savannah, GA",177,"Savannah, GA" +83,441,239,"Portland, OR",239,"Portland, OR" +83,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +83,443,217,"New York, NY and NJ",217,"New York, NY and NJ" +83,444,162,"Oakland, CA",162,"Oakland, CA" +83,445,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +83,446,217,"New York, NY and NJ",217,"New York, NY and NJ" +83,447,201,"Boston, MA",201,"Boston, MA" +83,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +83,449,159,"Long Beach, CA",159,"Long Beach, CA" +83,450,245,"Charleston, SC",245,"Charleston, SC" +83,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +83,452,197,"Portland, ME",197,"Portland, ME" +83,453,162,"Oakland, CA",162,"Oakland, CA" +83,454,197,"Portland, ME",197,"Portland, ME" +83,455,172,"Port Everglades, FL",172,"Port Everglades, FL" +83,456,159,"Long Beach, CA",159,"Long Beach, CA" +83,457,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +83,458,201,"Boston, MA",201,"Boston, MA" +83,459,159,"Long Beach, CA",159,"Long Beach, CA" +83,460,241,"Philadelphia, PA",241,"Philadelphia, PA" +83,461,245,"Charleston, SC",245,"Charleston, SC" +83,462,223,"New York, NY and NJ",223,"New York, NY and NJ" +83,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +83,464,217,"New York, NY and NJ",217,"New York, NY and NJ" +83,465,162,"Oakland, CA",162,"Oakland, CA" +83,466,159,"Long Beach, CA",159,"Long Beach, CA" +83,467,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +83,468,239,"Portland, OR",239,"Portland, OR" +83,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +83,470,159,"Long Beach, CA",159,"Long Beach, CA" +83,471,217,"New York, NY and NJ",217,"New York, NY and NJ" +83,472,159,"Long Beach, CA",159,"Long Beach, CA" +83,473,159,"Long Beach, CA",159,"Long Beach, CA" +83,474,177,"Savannah, GA",177,"Savannah, GA" +83,475,217,"New York, NY and NJ",217,"New York, NY and NJ" +83,476,268,"Seattle, WA",268,"Seattle, WA" +83,477,162,"Oakland, CA",162,"Oakland, CA" +83,478,171,"Jacksonville, FL",171,"Jacksonville, FL" +83,479,159,"Long Beach, CA",159,"Long Beach, CA" +83,480,198,"Baltimore, MD",198,"Baltimore, MD" +83,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +83,482,239,"Portland, OR",239,"Portland, OR" +83,483,201,"Boston, MA",201,"Boston, MA" +83,484,172,"Port Everglades, FL",172,"Port Everglades, FL" +83,485,159,"Long Beach, CA",159,"Long Beach, CA" +83,486,159,"Long Beach, CA",159,"Long Beach, CA" +83,487,174,"Tampa, FL",174,"Tampa, FL" +83,488,159,"Long Beach, CA",159,"Long Beach, CA" +83,489,268,"Seattle, WA",268,"Seattle, WA" +83,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +83,491,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,154,162,"Oakland, CA",162,"Oakland, CA" +84,179,268,"Seattle, WA",268,"Seattle, WA" +84,180,239,"Portland, OR",239,"Portland, OR" +84,274,268,"Seattle, WA",268,"Seattle, WA" +84,275,217,"New York, NY and NJ",217,"New York, NY and NJ" +84,276,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +84,277,241,"Philadelphia, PA",241,"Philadelphia, PA" +84,278,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +84,279,177,"Savannah, GA",177,"Savannah, GA" +84,280,171,"Jacksonville, FL",171,"Jacksonville, FL" +84,281,257,"Houston, TX",257,"Houston, TX" +84,282,197,"Portland, ME",197,"Portland, ME" +84,283,174,"Tampa, FL",174,"Tampa, FL" +84,284,159,"Long Beach, CA",159,"Long Beach, CA" +84,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,287,174,"Tampa, FL",174,"Tampa, FL" +84,288,159,"Long Beach, CA",159,"Long Beach, CA" +84,289,268,"Seattle, WA",268,"Seattle, WA" +84,290,172,"Port Everglades, FL",172,"Port Everglades, FL" +84,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,292,244,"Providence, RI",244,"Providence, RI" +84,293,195,"New Orleans, LA",195,"New Orleans, LA" +84,294,197,"Portland, ME",197,"Portland, ME" +84,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +84,296,268,"Seattle, WA",268,"Seattle, WA" +84,297,195,"New Orleans, LA",195,"New Orleans, LA" +84,298,198,"Baltimore, MD",198,"Baltimore, MD" +84,299,171,"Jacksonville, FL",171,"Jacksonville, FL" +84,300,195,"New Orleans, LA",195,"New Orleans, LA" +84,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,302,172,"Port Everglades, FL",172,"Port Everglades, FL" +84,303,239,"Portland, OR",239,"Portland, OR" +84,304,217,"New York, NY and NJ",217,"New York, NY and NJ" +84,305,169,"Wilmington, DE",169,"Wilmington, DE" +84,306,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +84,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +84,308,159,"Long Beach, CA",159,"Long Beach, CA" +84,309,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,310,159,"Long Beach, CA",159,"Long Beach, CA" +84,311,198,"Baltimore, MD",198,"Baltimore, MD" +84,312,152,"Mobile, AL",152,"Mobile, AL" +84,313,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,314,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +84,315,177,"Savannah, GA",177,"Savannah, GA" +84,316,268,"Seattle, WA",268,"Seattle, WA" +84,317,159,"Long Beach, CA",159,"Long Beach, CA" +84,318,162,"Oakland, CA",162,"Oakland, CA" +84,319,174,"Tampa, FL",174,"Tampa, FL" +84,320,217,"New York, NY and NJ",217,"New York, NY and NJ" +84,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,322,159,"Long Beach, CA",159,"Long Beach, CA" +84,323,195,"New Orleans, LA",195,"New Orleans, LA" +84,324,197,"Portland, ME",197,"Portland, ME" +84,325,171,"Jacksonville, FL",171,"Jacksonville, FL" +84,326,178,"Brunswick, GA",178,"Brunswick, GA" +84,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +84,328,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +84,329,241,"Philadelphia, PA",241,"Philadelphia, PA" +84,330,198,"Baltimore, MD",198,"Baltimore, MD" +84,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +84,332,177,"Savannah, GA",177,"Savannah, GA" +84,333,245,"Charleston, SC",245,"Charleston, SC" +84,334,152,"Mobile, AL",152,"Mobile, AL" +84,335,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,336,195,"New Orleans, LA",195,"New Orleans, LA" +84,337,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,338,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,339,201,"Boston, MA",201,"Boston, MA" +84,340,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +84,341,177,"Savannah, GA",177,"Savannah, GA" +84,342,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +84,343,159,"Long Beach, CA",159,"Long Beach, CA" +84,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +84,345,217,"New York, NY and NJ",217,"New York, NY and NJ" +84,346,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +84,347,169,"Wilmington, DE",169,"Wilmington, DE" +84,348,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,350,217,"New York, NY and NJ",217,"New York, NY and NJ" +84,351,241,"Philadelphia, PA",241,"Philadelphia, PA" +84,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,353,229,"Wilmington, NC",229,"Wilmington, NC" +84,354,241,"Philadelphia, PA",241,"Philadelphia, PA" +84,355,229,"Wilmington, NC",229,"Wilmington, NC" +84,356,159,"Long Beach, CA",159,"Long Beach, CA" +84,357,201,"Boston, MA",201,"Boston, MA" +84,358,229,"Wilmington, NC",229,"Wilmington, NC" +84,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +84,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +84,361,253,"Beaumont, TX",253,"Beaumont, TX" +84,362,244,"Providence, RI",244,"Providence, RI" +84,363,208,"Pascagoula, MS",208,"Pascagoula, MS" +84,364,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +84,365,217,"New York, NY and NJ",217,"New York, NY and NJ" +84,366,269,"Longview, WA",269,"Longview, WA" +84,367,269,"Longview, WA",269,"Longview, WA" +84,368,162,"Oakland, CA",162,"Oakland, CA" +84,369,268,"Seattle, WA",268,"Seattle, WA" +84,370,198,"Baltimore, MD",198,"Baltimore, MD" +84,371,159,"Long Beach, CA",159,"Long Beach, CA" +84,372,244,"Providence, RI",244,"Providence, RI" +84,373,152,"Mobile, AL",152,"Mobile, AL" +84,374,159,"Long Beach, CA",159,"Long Beach, CA" +84,375,159,"Long Beach, CA",159,"Long Beach, CA" +84,376,159,"Long Beach, CA",159,"Long Beach, CA" +84,377,217,"New York, NY and NJ",217,"New York, NY and NJ" +84,378,177,"Savannah, GA",177,"Savannah, GA" +84,379,159,"Long Beach, CA",159,"Long Beach, CA" +84,380,159,"Long Beach, CA",159,"Long Beach, CA" +84,381,159,"Long Beach, CA",159,"Long Beach, CA" +84,382,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +84,383,239,"Portland, OR",239,"Portland, OR" +84,384,217,"New York, NY and NJ",217,"New York, NY and NJ" +84,385,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,386,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +84,388,197,"Portland, ME",197,"Portland, ME" +84,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,390,169,"Wilmington, DE",169,"Wilmington, DE" +84,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,392,268,"Seattle, WA",268,"Seattle, WA" +84,393,159,"Long Beach, CA",159,"Long Beach, CA" +84,394,169,"Wilmington, DE",169,"Wilmington, DE" +84,395,201,"Boston, MA",201,"Boston, MA" +84,396,268,"Seattle, WA",268,"Seattle, WA" +84,397,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,398,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +84,399,257,"Houston, TX",257,"Houston, TX" +84,400,159,"Long Beach, CA",159,"Long Beach, CA" +84,401,197,"Portland, ME",197,"Portland, ME" +84,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +84,403,159,"Long Beach, CA",159,"Long Beach, CA" +84,404,198,"Baltimore, MD",198,"Baltimore, MD" +84,405,177,"Savannah, GA",177,"Savannah, GA" +84,406,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +84,407,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,408,159,"Long Beach, CA",159,"Long Beach, CA" +84,409,217,"New York, NY and NJ",217,"New York, NY and NJ" +84,410,268,"Seattle, WA",268,"Seattle, WA" +84,411,268,"Seattle, WA",268,"Seattle, WA" +84,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,413,159,"Long Beach, CA",159,"Long Beach, CA" +84,414,195,"New Orleans, LA",195,"New Orleans, LA" +84,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,416,169,"Wilmington, DE",169,"Wilmington, DE" +84,417,162,"Oakland, CA",162,"Oakland, CA" +84,418,239,"Portland, OR",239,"Portland, OR" +84,419,217,"New York, NY and NJ",217,"New York, NY and NJ" +84,420,159,"Long Beach, CA",159,"Long Beach, CA" +84,421,159,"Long Beach, CA",159,"Long Beach, CA" +84,422,159,"Long Beach, CA",159,"Long Beach, CA" +84,423,159,"Long Beach, CA",159,"Long Beach, CA" +84,424,195,"New Orleans, LA",195,"New Orleans, LA" +84,425,159,"Long Beach, CA",159,"Long Beach, CA" +84,426,195,"New Orleans, LA",195,"New Orleans, LA" +84,427,195,"New Orleans, LA",195,"New Orleans, LA" +84,428,162,"Oakland, CA",162,"Oakland, CA" +84,429,172,"Port Everglades, FL",172,"Port Everglades, FL" +84,430,241,"Philadelphia, PA",241,"Philadelphia, PA" +84,431,244,"Providence, RI",244,"Providence, RI" +84,432,239,"Portland, OR",239,"Portland, OR" +84,433,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,435,217,"New York, NY and NJ",217,"New York, NY and NJ" +84,436,241,"Philadelphia, PA",241,"Philadelphia, PA" +84,437,172,"Port Everglades, FL",172,"Port Everglades, FL" +84,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +84,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +84,440,171,"Jacksonville, FL",171,"Jacksonville, FL" +84,441,239,"Portland, OR",239,"Portland, OR" +84,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,443,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +84,444,268,"Seattle, WA",268,"Seattle, WA" +84,445,197,"Portland, ME",197,"Portland, ME" +84,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,447,245,"Charleston, SC",245,"Charleston, SC" +84,448,245,"Charleston, SC",245,"Charleston, SC" +84,449,269,"Longview, WA",269,"Longview, WA" +84,450,171,"Jacksonville, FL",171,"Jacksonville, FL" +84,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,452,201,"Boston, MA",201,"Boston, MA" +84,453,159,"Long Beach, CA",159,"Long Beach, CA" +84,454,245,"Charleston, SC",245,"Charleston, SC" +84,455,172,"Port Everglades, FL",172,"Port Everglades, FL" +84,456,159,"Long Beach, CA",159,"Long Beach, CA" +84,457,244,"Providence, RI",244,"Providence, RI" +84,458,197,"Portland, ME",197,"Portland, ME" +84,459,268,"Seattle, WA",268,"Seattle, WA" +84,460,169,"Wilmington, DE",169,"Wilmington, DE" +84,461,245,"Charleston, SC",245,"Charleston, SC" +84,462,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +84,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,464,217,"New York, NY and NJ",217,"New York, NY and NJ" +84,465,162,"Oakland, CA",162,"Oakland, CA" +84,466,159,"Long Beach, CA",159,"Long Beach, CA" +84,467,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,468,268,"Seattle, WA",268,"Seattle, WA" +84,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +84,470,268,"Seattle, WA",268,"Seattle, WA" +84,471,201,"Boston, MA",201,"Boston, MA" +84,472,268,"Seattle, WA",268,"Seattle, WA" +84,473,159,"Long Beach, CA",159,"Long Beach, CA" +84,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +84,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +84,476,268,"Seattle, WA",268,"Seattle, WA" +84,477,159,"Long Beach, CA",159,"Long Beach, CA" +84,478,171,"Jacksonville, FL",171,"Jacksonville, FL" +84,479,159,"Long Beach, CA",159,"Long Beach, CA" +84,480,171,"Jacksonville, FL",171,"Jacksonville, FL" +84,481,241,"Philadelphia, PA",241,"Philadelphia, PA" +84,482,162,"Oakland, CA",162,"Oakland, CA" +84,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +84,484,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +84,485,268,"Seattle, WA",268,"Seattle, WA" +84,486,159,"Long Beach, CA",159,"Long Beach, CA" +84,487,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +84,488,159,"Long Beach, CA",159,"Long Beach, CA" +84,489,159,"Long Beach, CA",159,"Long Beach, CA" +84,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +84,491,198,"Baltimore, MD",198,"Baltimore, MD" +85,154,159,"Long Beach, CA",159,"Long Beach, CA" +85,179,159,"Long Beach, CA",159,"Long Beach, CA" +85,180,159,"Long Beach, CA",159,"Long Beach, CA" +85,274,268,"Seattle, WA",268,"Seattle, WA" +85,275,197,"Portland, ME",197,"Portland, ME" +85,276,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +85,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +85,278,229,"Wilmington, NC",229,"Wilmington, NC" +85,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +85,280,177,"Savannah, GA",177,"Savannah, GA" +85,281,172,"Port Everglades, FL",172,"Port Everglades, FL" +85,282,217,"New York, NY and NJ",217,"New York, NY and NJ" +85,283,245,"Charleston, SC",245,"Charleston, SC" +85,284,159,"Long Beach, CA",159,"Long Beach, CA" +85,285,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +85,286,197,"Portland, ME",197,"Portland, ME" +85,287,245,"Charleston, SC",245,"Charleston, SC" +85,288,159,"Long Beach, CA",159,"Long Beach, CA" +85,289,159,"Long Beach, CA",159,"Long Beach, CA" +85,290,245,"Charleston, SC",245,"Charleston, SC" +85,291,217,"New York, NY and NJ",217,"New York, NY and NJ" +85,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +85,293,152,"Mobile, AL",152,"Mobile, AL" +85,294,241,"Philadelphia, PA",241,"Philadelphia, PA" +85,295,241,"Philadelphia, PA",241,"Philadelphia, PA" +85,296,159,"Long Beach, CA",159,"Long Beach, CA" +85,297,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +85,298,198,"Baltimore, MD",198,"Baltimore, MD" +85,299,152,"Mobile, AL",152,"Mobile, AL" +85,300,177,"Savannah, GA",177,"Savannah, GA" +85,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +85,302,174,"Tampa, FL",174,"Tampa, FL" +85,303,159,"Long Beach, CA",159,"Long Beach, CA" +85,304,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +85,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +85,306,244,"Providence, RI",244,"Providence, RI" +85,307,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +85,308,162,"Oakland, CA",162,"Oakland, CA" +85,309,223,"New York, NY and NJ",223,"New York, NY and NJ" +85,310,152,"Mobile, AL",152,"Mobile, AL" +85,311,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +85,312,174,"Tampa, FL",174,"Tampa, FL" +85,313,217,"New York, NY and NJ",217,"New York, NY and NJ" +85,314,241,"Philadelphia, PA",241,"Philadelphia, PA" +85,315,194,"Lake Charles, LA",194,"Lake Charles, LA" +85,316,268,"Seattle, WA",268,"Seattle, WA" +85,317,268,"Seattle, WA",268,"Seattle, WA" +85,318,159,"Long Beach, CA",159,"Long Beach, CA" +85,319,174,"Tampa, FL",174,"Tampa, FL" +85,320,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +85,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +85,322,159,"Long Beach, CA",159,"Long Beach, CA" +85,323,152,"Mobile, AL",152,"Mobile, AL" +85,324,197,"Portland, ME",197,"Portland, ME" +85,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +85,326,177,"Savannah, GA",177,"Savannah, GA" +85,327,241,"Philadelphia, PA",241,"Philadelphia, PA" +85,328,241,"Philadelphia, PA",241,"Philadelphia, PA" +85,329,223,"New York, NY and NJ",223,"New York, NY and NJ" +85,330,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +85,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +85,332,198,"Baltimore, MD",198,"Baltimore, MD" +85,333,177,"Savannah, GA",177,"Savannah, GA" +85,334,195,"New Orleans, LA",195,"New Orleans, LA" +85,335,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +85,336,152,"Mobile, AL",152,"Mobile, AL" +85,337,197,"Portland, ME",197,"Portland, ME" +85,338,198,"Baltimore, MD",198,"Baltimore, MD" +85,339,241,"Philadelphia, PA",241,"Philadelphia, PA" +85,340,201,"Boston, MA",201,"Boston, MA" +85,341,178,"Brunswick, GA",178,"Brunswick, GA" +85,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +85,343,268,"Seattle, WA",268,"Seattle, WA" +85,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +85,345,217,"New York, NY and NJ",217,"New York, NY and NJ" +85,346,217,"New York, NY and NJ",217,"New York, NY and NJ" +85,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +85,348,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +85,349,244,"Providence, RI",244,"Providence, RI" +85,350,201,"Boston, MA",201,"Boston, MA" +85,351,198,"Baltimore, MD",198,"Baltimore, MD" +85,352,217,"New York, NY and NJ",217,"New York, NY and NJ" +85,353,198,"Baltimore, MD",198,"Baltimore, MD" +85,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +85,355,229,"Wilmington, NC",229,"Wilmington, NC" +85,356,208,"Pascagoula, MS",208,"Pascagoula, MS" +85,357,241,"Philadelphia, PA",241,"Philadelphia, PA" +85,358,201,"Boston, MA",201,"Boston, MA" +85,359,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +85,360,171,"Jacksonville, FL",171,"Jacksonville, FL" +85,361,172,"Port Everglades, FL",172,"Port Everglades, FL" +85,362,217,"New York, NY and NJ",217,"New York, NY and NJ" +85,363,172,"Port Everglades, FL",172,"Port Everglades, FL" +85,364,217,"New York, NY and NJ",217,"New York, NY and NJ" +85,365,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +85,366,268,"Seattle, WA",268,"Seattle, WA" +85,367,159,"Long Beach, CA",159,"Long Beach, CA" +85,368,239,"Portland, OR",239,"Portland, OR" +85,369,239,"Portland, OR",239,"Portland, OR" +85,370,217,"New York, NY and NJ",217,"New York, NY and NJ" +85,371,159,"Long Beach, CA",159,"Long Beach, CA" +85,372,201,"Boston, MA",201,"Boston, MA" +85,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +85,374,159,"Long Beach, CA",159,"Long Beach, CA" +85,375,268,"Seattle, WA",268,"Seattle, WA" +85,376,162,"Oakland, CA",162,"Oakland, CA" +85,377,198,"Baltimore, MD",198,"Baltimore, MD" +85,378,195,"New Orleans, LA",195,"New Orleans, LA" +85,379,268,"Seattle, WA",268,"Seattle, WA" +85,380,159,"Long Beach, CA",159,"Long Beach, CA" +85,381,268,"Seattle, WA",268,"Seattle, WA" +85,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +85,383,159,"Long Beach, CA",159,"Long Beach, CA" +85,384,217,"New York, NY and NJ",217,"New York, NY and NJ" +85,385,217,"New York, NY and NJ",217,"New York, NY and NJ" +85,386,198,"Baltimore, MD",198,"Baltimore, MD" +85,387,201,"Boston, MA",201,"Boston, MA" +85,388,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +85,389,198,"Baltimore, MD",198,"Baltimore, MD" +85,390,169,"Wilmington, DE",169,"Wilmington, DE" +85,391,241,"Philadelphia, PA",241,"Philadelphia, PA" +85,392,159,"Long Beach, CA",159,"Long Beach, CA" +85,393,159,"Long Beach, CA",159,"Long Beach, CA" +85,394,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +85,395,198,"Baltimore, MD",198,"Baltimore, MD" +85,396,268,"Seattle, WA",268,"Seattle, WA" +85,397,241,"Philadelphia, PA",241,"Philadelphia, PA" +85,398,172,"Port Everglades, FL",172,"Port Everglades, FL" +85,399,257,"Houston, TX",257,"Houston, TX" +85,400,269,"Longview, WA",269,"Longview, WA" +85,401,217,"New York, NY and NJ",217,"New York, NY and NJ" +85,402,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +85,403,162,"Oakland, CA",162,"Oakland, CA" +85,404,217,"New York, NY and NJ",217,"New York, NY and NJ" +85,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +85,406,244,"Providence, RI",244,"Providence, RI" +85,407,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +85,408,268,"Seattle, WA",268,"Seattle, WA" +85,409,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +85,410,159,"Long Beach, CA",159,"Long Beach, CA" +85,411,268,"Seattle, WA",268,"Seattle, WA" +85,412,169,"Wilmington, DE",169,"Wilmington, DE" +85,413,159,"Long Beach, CA",159,"Long Beach, CA" +85,414,253,"Beaumont, TX",253,"Beaumont, TX" +85,415,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +85,416,223,"New York, NY and NJ",223,"New York, NY and NJ" +85,417,162,"Oakland, CA",162,"Oakland, CA" +85,418,239,"Portland, OR",239,"Portland, OR" +85,419,198,"Baltimore, MD",198,"Baltimore, MD" +85,420,268,"Seattle, WA",268,"Seattle, WA" +85,421,159,"Long Beach, CA",159,"Long Beach, CA" +85,422,159,"Long Beach, CA",159,"Long Beach, CA" +85,423,268,"Seattle, WA",268,"Seattle, WA" +85,424,177,"Savannah, GA",177,"Savannah, GA" +85,425,159,"Long Beach, CA",159,"Long Beach, CA" +85,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +85,427,195,"New Orleans, LA",195,"New Orleans, LA" +85,428,162,"Oakland, CA",162,"Oakland, CA" +85,429,159,"Long Beach, CA",159,"Long Beach, CA" +85,430,198,"Baltimore, MD",198,"Baltimore, MD" +85,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +85,432,159,"Long Beach, CA",159,"Long Beach, CA" +85,433,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +85,434,201,"Boston, MA",201,"Boston, MA" +85,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +85,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +85,437,169,"Wilmington, DE",169,"Wilmington, DE" +85,438,171,"Jacksonville, FL",171,"Jacksonville, FL" +85,439,229,"Wilmington, NC",229,"Wilmington, NC" +85,440,198,"Baltimore, MD",198,"Baltimore, MD" +85,441,162,"Oakland, CA",162,"Oakland, CA" +85,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +85,443,223,"New York, NY and NJ",223,"New York, NY and NJ" +85,444,195,"New Orleans, LA",195,"New Orleans, LA" +85,445,198,"Baltimore, MD",198,"Baltimore, MD" +85,446,241,"Philadelphia, PA",241,"Philadelphia, PA" +85,447,198,"Baltimore, MD",198,"Baltimore, MD" +85,448,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +85,449,159,"Long Beach, CA",159,"Long Beach, CA" +85,450,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +85,451,198,"Baltimore, MD",198,"Baltimore, MD" +85,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +85,453,162,"Oakland, CA",162,"Oakland, CA" +85,454,171,"Jacksonville, FL",171,"Jacksonville, FL" +85,455,217,"New York, NY and NJ",217,"New York, NY and NJ" +85,456,268,"Seattle, WA",268,"Seattle, WA" +85,457,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +85,458,197,"Portland, ME",197,"Portland, ME" +85,459,269,"Longview, WA",269,"Longview, WA" +85,460,201,"Boston, MA",201,"Boston, MA" +85,461,152,"Mobile, AL",152,"Mobile, AL" +85,462,197,"Portland, ME",197,"Portland, ME" +85,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +85,464,198,"Baltimore, MD",198,"Baltimore, MD" +85,465,159,"Long Beach, CA",159,"Long Beach, CA" +85,466,159,"Long Beach, CA",159,"Long Beach, CA" +85,467,217,"New York, NY and NJ",217,"New York, NY and NJ" +85,468,268,"Seattle, WA",268,"Seattle, WA" +85,469,198,"Baltimore, MD",198,"Baltimore, MD" +85,470,268,"Seattle, WA",268,"Seattle, WA" +85,471,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +85,472,239,"Portland, OR",239,"Portland, OR" +85,473,162,"Oakland, CA",162,"Oakland, CA" +85,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +85,475,201,"Boston, MA",201,"Boston, MA" +85,476,159,"Long Beach, CA",159,"Long Beach, CA" +85,477,159,"Long Beach, CA",159,"Long Beach, CA" +85,478,177,"Savannah, GA",177,"Savannah, GA" +85,479,159,"Long Beach, CA",159,"Long Beach, CA" +85,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +85,481,223,"New York, NY and NJ",223,"New York, NY and NJ" +85,482,268,"Seattle, WA",268,"Seattle, WA" +85,483,223,"New York, NY and NJ",223,"New York, NY and NJ" +85,484,198,"Baltimore, MD",198,"Baltimore, MD" +85,485,239,"Portland, OR",239,"Portland, OR" +85,486,268,"Seattle, WA",268,"Seattle, WA" +85,487,171,"Jacksonville, FL",171,"Jacksonville, FL" +85,488,159,"Long Beach, CA",159,"Long Beach, CA" +85,489,159,"Long Beach, CA",159,"Long Beach, CA" +85,490,223,"New York, NY and NJ",223,"New York, NY and NJ" +85,491,169,"Wilmington, DE",169,"Wilmington, DE" +86,154,159,"Long Beach, CA",159,"Long Beach, CA" +86,179,159,"Long Beach, CA",159,"Long Beach, CA" +86,180,159,"Long Beach, CA",159,"Long Beach, CA" +86,274,239,"Portland, OR",239,"Portland, OR" +86,275,217,"New York, NY and NJ",217,"New York, NY and NJ" +86,276,217,"New York, NY and NJ",217,"New York, NY and NJ" +86,277,197,"Portland, ME",197,"Portland, ME" +86,278,217,"New York, NY and NJ",217,"New York, NY and NJ" +86,279,171,"Jacksonville, FL",171,"Jacksonville, FL" +86,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +86,281,253,"Beaumont, TX",253,"Beaumont, TX" +86,282,241,"Philadelphia, PA",241,"Philadelphia, PA" +86,283,245,"Charleston, SC",245,"Charleston, SC" +86,284,159,"Long Beach, CA",159,"Long Beach, CA" +86,285,197,"Portland, ME",197,"Portland, ME" +86,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +86,287,174,"Tampa, FL",174,"Tampa, FL" +86,288,159,"Long Beach, CA",159,"Long Beach, CA" +86,289,159,"Long Beach, CA",159,"Long Beach, CA" +86,290,217,"New York, NY and NJ",217,"New York, NY and NJ" +86,291,201,"Boston, MA",201,"Boston, MA" +86,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +86,293,257,"Houston, TX",257,"Houston, TX" +86,294,241,"Philadelphia, PA",241,"Philadelphia, PA" +86,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +86,296,159,"Long Beach, CA",159,"Long Beach, CA" +86,297,195,"New Orleans, LA",195,"New Orleans, LA" +86,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +86,299,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +86,300,172,"Port Everglades, FL",172,"Port Everglades, FL" +86,301,198,"Baltimore, MD",198,"Baltimore, MD" +86,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +86,303,239,"Portland, OR",239,"Portland, OR" +86,304,198,"Baltimore, MD",198,"Baltimore, MD" +86,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +86,306,223,"New York, NY and NJ",223,"New York, NY and NJ" +86,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +86,308,162,"Oakland, CA",162,"Oakland, CA" +86,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +86,310,201,"Boston, MA",201,"Boston, MA" +86,311,217,"New York, NY and NJ",217,"New York, NY and NJ" +86,312,195,"New Orleans, LA",195,"New Orleans, LA" +86,313,197,"Portland, ME",197,"Portland, ME" +86,314,223,"New York, NY and NJ",223,"New York, NY and NJ" +86,315,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +86,316,159,"Long Beach, CA",159,"Long Beach, CA" +86,317,159,"Long Beach, CA",159,"Long Beach, CA" +86,318,159,"Long Beach, CA",159,"Long Beach, CA" +86,319,172,"Port Everglades, FL",172,"Port Everglades, FL" +86,320,241,"Philadelphia, PA",241,"Philadelphia, PA" +86,321,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +86,322,162,"Oakland, CA",162,"Oakland, CA" +86,323,208,"Pascagoula, MS",208,"Pascagoula, MS" +86,324,197,"Portland, ME",197,"Portland, ME" +86,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +86,326,177,"Savannah, GA",177,"Savannah, GA" +86,327,241,"Philadelphia, PA",241,"Philadelphia, PA" +86,328,198,"Baltimore, MD",198,"Baltimore, MD" +86,329,197,"Portland, ME",197,"Portland, ME" +86,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +86,331,198,"Baltimore, MD",198,"Baltimore, MD" +86,332,174,"Tampa, FL",174,"Tampa, FL" +86,333,174,"Tampa, FL",174,"Tampa, FL" +86,334,152,"Mobile, AL",152,"Mobile, AL" +86,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +86,336,195,"New Orleans, LA",195,"New Orleans, LA" +86,337,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +86,338,197,"Portland, ME",197,"Portland, ME" +86,339,201,"Boston, MA",201,"Boston, MA" +86,340,198,"Baltimore, MD",198,"Baltimore, MD" +86,341,152,"Mobile, AL",152,"Mobile, AL" +86,342,197,"Portland, ME",197,"Portland, ME" +86,343,159,"Long Beach, CA",159,"Long Beach, CA" +86,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +86,345,198,"Baltimore, MD",198,"Baltimore, MD" +86,346,174,"Tampa, FL",174,"Tampa, FL" +86,347,171,"Jacksonville, FL",171,"Jacksonville, FL" +86,348,217,"New York, NY and NJ",217,"New York, NY and NJ" +86,349,244,"Providence, RI",244,"Providence, RI" +86,350,217,"New York, NY and NJ",217,"New York, NY and NJ" +86,351,198,"Baltimore, MD",198,"Baltimore, MD" +86,352,197,"Portland, ME",197,"Portland, ME" +86,353,198,"Baltimore, MD",198,"Baltimore, MD" +86,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +86,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +86,356,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +86,357,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +86,358,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +86,359,174,"Tampa, FL",174,"Tampa, FL" +86,360,177,"Savannah, GA",177,"Savannah, GA" +86,361,253,"Beaumont, TX",253,"Beaumont, TX" +86,362,201,"Boston, MA",201,"Boston, MA" +86,363,152,"Mobile, AL",152,"Mobile, AL" +86,364,201,"Boston, MA",201,"Boston, MA" +86,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +86,366,159,"Long Beach, CA",159,"Long Beach, CA" +86,367,159,"Long Beach, CA",159,"Long Beach, CA" +86,368,159,"Long Beach, CA",159,"Long Beach, CA" +86,369,159,"Long Beach, CA",159,"Long Beach, CA" +86,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +86,371,162,"Oakland, CA",162,"Oakland, CA" +86,372,197,"Portland, ME",197,"Portland, ME" +86,373,178,"Brunswick, GA",178,"Brunswick, GA" +86,374,159,"Long Beach, CA",159,"Long Beach, CA" +86,375,268,"Seattle, WA",268,"Seattle, WA" +86,376,159,"Long Beach, CA",159,"Long Beach, CA" +86,377,244,"Providence, RI",244,"Providence, RI" +86,378,171,"Jacksonville, FL",171,"Jacksonville, FL" +86,379,268,"Seattle, WA",268,"Seattle, WA" +86,380,162,"Oakland, CA",162,"Oakland, CA" +86,381,159,"Long Beach, CA",159,"Long Beach, CA" +86,382,197,"Portland, ME",197,"Portland, ME" +86,383,159,"Long Beach, CA",159,"Long Beach, CA" +86,384,198,"Baltimore, MD",198,"Baltimore, MD" +86,385,241,"Philadelphia, PA",241,"Philadelphia, PA" +86,386,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +86,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +86,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +86,389,169,"Wilmington, DE",169,"Wilmington, DE" +86,390,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +86,391,201,"Boston, MA",201,"Boston, MA" +86,392,268,"Seattle, WA",268,"Seattle, WA" +86,393,159,"Long Beach, CA",159,"Long Beach, CA" +86,394,198,"Baltimore, MD",198,"Baltimore, MD" +86,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +86,396,159,"Long Beach, CA",159,"Long Beach, CA" +86,397,198,"Baltimore, MD",198,"Baltimore, MD" +86,398,223,"New York, NY and NJ",223,"New York, NY and NJ" +86,399,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +86,400,159,"Long Beach, CA",159,"Long Beach, CA" +86,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +86,402,241,"Philadelphia, PA",241,"Philadelphia, PA" +86,403,159,"Long Beach, CA",159,"Long Beach, CA" +86,404,217,"New York, NY and NJ",217,"New York, NY and NJ" +86,405,223,"New York, NY and NJ",223,"New York, NY and NJ" +86,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +86,407,198,"Baltimore, MD",198,"Baltimore, MD" +86,408,159,"Long Beach, CA",159,"Long Beach, CA" +86,409,245,"Charleston, SC",245,"Charleston, SC" +86,410,239,"Portland, OR",239,"Portland, OR" +86,411,159,"Long Beach, CA",159,"Long Beach, CA" +86,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +86,413,162,"Oakland, CA",162,"Oakland, CA" +86,414,152,"Mobile, AL",152,"Mobile, AL" +86,415,229,"Wilmington, NC",229,"Wilmington, NC" +86,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +86,417,268,"Seattle, WA",268,"Seattle, WA" +86,418,159,"Long Beach, CA",159,"Long Beach, CA" +86,419,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +86,420,159,"Long Beach, CA",159,"Long Beach, CA" +86,421,162,"Oakland, CA",162,"Oakland, CA" +86,422,159,"Long Beach, CA",159,"Long Beach, CA" +86,423,174,"Tampa, FL",174,"Tampa, FL" +86,424,195,"New Orleans, LA",195,"New Orleans, LA" +86,425,268,"Seattle, WA",268,"Seattle, WA" +86,426,171,"Jacksonville, FL",171,"Jacksonville, FL" +86,427,172,"Port Everglades, FL",172,"Port Everglades, FL" +86,428,159,"Long Beach, CA",159,"Long Beach, CA" +86,429,159,"Long Beach, CA",159,"Long Beach, CA" +86,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +86,431,198,"Baltimore, MD",198,"Baltimore, MD" +86,432,268,"Seattle, WA",268,"Seattle, WA" +86,433,217,"New York, NY and NJ",217,"New York, NY and NJ" +86,434,244,"Providence, RI",244,"Providence, RI" +86,435,241,"Philadelphia, PA",241,"Philadelphia, PA" +86,436,217,"New York, NY and NJ",217,"New York, NY and NJ" +86,437,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +86,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +86,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +86,440,177,"Savannah, GA",177,"Savannah, GA" +86,441,268,"Seattle, WA",268,"Seattle, WA" +86,442,201,"Boston, MA",201,"Boston, MA" +86,443,217,"New York, NY and NJ",217,"New York, NY and NJ" +86,444,268,"Seattle, WA",268,"Seattle, WA" +86,445,223,"New York, NY and NJ",223,"New York, NY and NJ" +86,446,217,"New York, NY and NJ",217,"New York, NY and NJ" +86,447,217,"New York, NY and NJ",217,"New York, NY and NJ" +86,448,197,"Portland, ME",197,"Portland, ME" +86,449,159,"Long Beach, CA",159,"Long Beach, CA" +86,450,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +86,451,198,"Baltimore, MD",198,"Baltimore, MD" +86,452,198,"Baltimore, MD",198,"Baltimore, MD" +86,453,268,"Seattle, WA",268,"Seattle, WA" +86,454,217,"New York, NY and NJ",217,"New York, NY and NJ" +86,455,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +86,456,159,"Long Beach, CA",159,"Long Beach, CA" +86,457,217,"New York, NY and NJ",217,"New York, NY and NJ" +86,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +86,459,159,"Long Beach, CA",159,"Long Beach, CA" +86,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +86,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +86,462,241,"Philadelphia, PA",241,"Philadelphia, PA" +86,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +86,464,217,"New York, NY and NJ",217,"New York, NY and NJ" +86,465,162,"Oakland, CA",162,"Oakland, CA" +86,466,159,"Long Beach, CA",159,"Long Beach, CA" +86,467,223,"New York, NY and NJ",223,"New York, NY and NJ" +86,468,159,"Long Beach, CA",159,"Long Beach, CA" +86,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +86,470,162,"Oakland, CA",162,"Oakland, CA" +86,471,201,"Boston, MA",201,"Boston, MA" +86,472,268,"Seattle, WA",268,"Seattle, WA" +86,473,159,"Long Beach, CA",159,"Long Beach, CA" +86,474,198,"Baltimore, MD",198,"Baltimore, MD" +86,475,198,"Baltimore, MD",198,"Baltimore, MD" +86,476,159,"Long Beach, CA",159,"Long Beach, CA" +86,477,269,"Longview, WA",269,"Longview, WA" +86,478,177,"Savannah, GA",177,"Savannah, GA" +86,479,162,"Oakland, CA",162,"Oakland, CA" +86,480,241,"Philadelphia, PA",241,"Philadelphia, PA" +86,481,198,"Baltimore, MD",198,"Baltimore, MD" +86,482,162,"Oakland, CA",162,"Oakland, CA" +86,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +86,484,195,"New Orleans, LA",195,"New Orleans, LA" +86,485,159,"Long Beach, CA",159,"Long Beach, CA" +86,486,159,"Long Beach, CA",159,"Long Beach, CA" +86,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +86,488,159,"Long Beach, CA",159,"Long Beach, CA" +86,489,162,"Oakland, CA",162,"Oakland, CA" +86,490,241,"Philadelphia, PA",241,"Philadelphia, PA" +86,491,198,"Baltimore, MD",198,"Baltimore, MD" +87,154,159,"Long Beach, CA",159,"Long Beach, CA" +87,179,268,"Seattle, WA",268,"Seattle, WA" +87,180,269,"Longview, WA",269,"Longview, WA" +87,274,268,"Seattle, WA",268,"Seattle, WA" +87,275,201,"Boston, MA",201,"Boston, MA" +87,276,197,"Portland, ME",197,"Portland, ME" +87,277,198,"Baltimore, MD",198,"Baltimore, MD" +87,278,217,"New York, NY and NJ",217,"New York, NY and NJ" +87,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +87,280,177,"Savannah, GA",177,"Savannah, GA" +87,281,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +87,282,241,"Philadelphia, PA",241,"Philadelphia, PA" +87,283,245,"Charleston, SC",245,"Charleston, SC" +87,284,159,"Long Beach, CA",159,"Long Beach, CA" +87,285,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +87,286,217,"New York, NY and NJ",217,"New York, NY and NJ" +87,287,177,"Savannah, GA",177,"Savannah, GA" +87,288,239,"Portland, OR",239,"Portland, OR" +87,289,162,"Oakland, CA",162,"Oakland, CA" +87,290,171,"Jacksonville, FL",171,"Jacksonville, FL" +87,291,217,"New York, NY and NJ",217,"New York, NY and NJ" +87,292,198,"Baltimore, MD",198,"Baltimore, MD" +87,293,195,"New Orleans, LA",195,"New Orleans, LA" +87,294,241,"Philadelphia, PA",241,"Philadelphia, PA" +87,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +87,296,268,"Seattle, WA",268,"Seattle, WA" +87,297,253,"Beaumont, TX",253,"Beaumont, TX" +87,298,197,"Portland, ME",197,"Portland, ME" +87,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,300,245,"Charleston, SC",245,"Charleston, SC" +87,301,201,"Boston, MA",201,"Boston, MA" +87,302,245,"Charleston, SC",245,"Charleston, SC" +87,303,159,"Long Beach, CA",159,"Long Beach, CA" +87,304,201,"Boston, MA",201,"Boston, MA" +87,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +87,306,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +87,307,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +87,308,159,"Long Beach, CA",159,"Long Beach, CA" +87,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +87,310,177,"Savannah, GA",177,"Savannah, GA" +87,311,201,"Boston, MA",201,"Boston, MA" +87,312,171,"Jacksonville, FL",171,"Jacksonville, FL" +87,313,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +87,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +87,315,177,"Savannah, GA",177,"Savannah, GA" +87,316,268,"Seattle, WA",268,"Seattle, WA" +87,317,159,"Long Beach, CA",159,"Long Beach, CA" +87,318,268,"Seattle, WA",268,"Seattle, WA" +87,319,195,"New Orleans, LA",195,"New Orleans, LA" +87,320,197,"Portland, ME",197,"Portland, ME" +87,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,322,268,"Seattle, WA",268,"Seattle, WA" +87,323,195,"New Orleans, LA",195,"New Orleans, LA" +87,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,325,195,"New Orleans, LA",195,"New Orleans, LA" +87,326,177,"Savannah, GA",177,"Savannah, GA" +87,327,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +87,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,329,198,"Baltimore, MD",198,"Baltimore, MD" +87,330,198,"Baltimore, MD",198,"Baltimore, MD" +87,331,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,332,177,"Savannah, GA",177,"Savannah, GA" +87,333,177,"Savannah, GA",177,"Savannah, GA" +87,334,195,"New Orleans, LA",195,"New Orleans, LA" +87,335,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +87,336,195,"New Orleans, LA",195,"New Orleans, LA" +87,337,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,338,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,339,201,"Boston, MA",201,"Boston, MA" +87,340,217,"New York, NY and NJ",217,"New York, NY and NJ" +87,341,195,"New Orleans, LA",195,"New Orleans, LA" +87,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,343,269,"Longview, WA",269,"Longview, WA" +87,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +87,345,197,"Portland, ME",197,"Portland, ME" +87,346,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,347,241,"Philadelphia, PA",241,"Philadelphia, PA" +87,348,217,"New York, NY and NJ",217,"New York, NY and NJ" +87,349,241,"Philadelphia, PA",241,"Philadelphia, PA" +87,350,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +87,351,217,"New York, NY and NJ",217,"New York, NY and NJ" +87,352,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +87,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +87,354,197,"Portland, ME",197,"Portland, ME" +87,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +87,356,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +87,357,197,"Portland, ME",197,"Portland, ME" +87,358,198,"Baltimore, MD",198,"Baltimore, MD" +87,359,171,"Jacksonville, FL",171,"Jacksonville, FL" +87,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +87,361,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +87,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,363,195,"New Orleans, LA",195,"New Orleans, LA" +87,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,365,169,"Wilmington, DE",169,"Wilmington, DE" +87,366,159,"Long Beach, CA",159,"Long Beach, CA" +87,367,268,"Seattle, WA",268,"Seattle, WA" +87,368,268,"Seattle, WA",268,"Seattle, WA" +87,369,268,"Seattle, WA",268,"Seattle, WA" +87,370,197,"Portland, ME",197,"Portland, ME" +87,371,159,"Long Beach, CA",159,"Long Beach, CA" +87,372,197,"Portland, ME",197,"Portland, ME" +87,373,174,"Tampa, FL",174,"Tampa, FL" +87,374,162,"Oakland, CA",162,"Oakland, CA" +87,375,159,"Long Beach, CA",159,"Long Beach, CA" +87,376,268,"Seattle, WA",268,"Seattle, WA" +87,377,217,"New York, NY and NJ",217,"New York, NY and NJ" +87,378,257,"Houston, TX",257,"Houston, TX" +87,379,159,"Long Beach, CA",159,"Long Beach, CA" +87,380,269,"Longview, WA",269,"Longview, WA" +87,381,162,"Oakland, CA",162,"Oakland, CA" +87,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,383,159,"Long Beach, CA",159,"Long Beach, CA" +87,384,217,"New York, NY and NJ",217,"New York, NY and NJ" +87,385,241,"Philadelphia, PA",241,"Philadelphia, PA" +87,386,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,387,198,"Baltimore, MD",198,"Baltimore, MD" +87,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,390,217,"New York, NY and NJ",217,"New York, NY and NJ" +87,391,198,"Baltimore, MD",198,"Baltimore, MD" +87,392,159,"Long Beach, CA",159,"Long Beach, CA" +87,393,268,"Seattle, WA",268,"Seattle, WA" +87,394,198,"Baltimore, MD",198,"Baltimore, MD" +87,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,396,269,"Longview, WA",269,"Longview, WA" +87,397,244,"Providence, RI",244,"Providence, RI" +87,398,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +87,399,257,"Houston, TX",257,"Houston, TX" +87,400,269,"Longview, WA",269,"Longview, WA" +87,401,198,"Baltimore, MD",198,"Baltimore, MD" +87,402,197,"Portland, ME",197,"Portland, ME" +87,403,159,"Long Beach, CA",159,"Long Beach, CA" +87,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +87,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +87,407,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +87,408,159,"Long Beach, CA",159,"Long Beach, CA" +87,409,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,410,159,"Long Beach, CA",159,"Long Beach, CA" +87,411,162,"Oakland, CA",162,"Oakland, CA" +87,412,197,"Portland, ME",197,"Portland, ME" +87,413,159,"Long Beach, CA",159,"Long Beach, CA" +87,414,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +87,415,201,"Boston, MA",201,"Boston, MA" +87,416,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +87,417,159,"Long Beach, CA",159,"Long Beach, CA" +87,418,159,"Long Beach, CA",159,"Long Beach, CA" +87,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,420,269,"Longview, WA",269,"Longview, WA" +87,421,269,"Longview, WA",269,"Longview, WA" +87,422,268,"Seattle, WA",268,"Seattle, WA" +87,423,268,"Seattle, WA",268,"Seattle, WA" +87,424,177,"Savannah, GA",177,"Savannah, GA" +87,425,159,"Long Beach, CA",159,"Long Beach, CA" +87,426,177,"Savannah, GA",177,"Savannah, GA" +87,427,177,"Savannah, GA",177,"Savannah, GA" +87,428,159,"Long Beach, CA",159,"Long Beach, CA" +87,429,159,"Long Beach, CA",159,"Long Beach, CA" +87,430,198,"Baltimore, MD",198,"Baltimore, MD" +87,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +87,432,159,"Long Beach, CA",159,"Long Beach, CA" +87,433,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,434,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +87,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,436,241,"Philadelphia, PA",241,"Philadelphia, PA" +87,437,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +87,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +87,440,245,"Charleston, SC",245,"Charleston, SC" +87,441,268,"Seattle, WA",268,"Seattle, WA" +87,442,197,"Portland, ME",197,"Portland, ME" +87,443,198,"Baltimore, MD",198,"Baltimore, MD" +87,444,239,"Portland, OR",239,"Portland, OR" +87,445,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +87,446,217,"New York, NY and NJ",217,"New York, NY and NJ" +87,447,198,"Baltimore, MD",198,"Baltimore, MD" +87,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,449,268,"Seattle, WA",268,"Seattle, WA" +87,450,245,"Charleston, SC",245,"Charleston, SC" +87,451,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +87,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,453,239,"Portland, OR",239,"Portland, OR" +87,454,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,455,217,"New York, NY and NJ",217,"New York, NY and NJ" +87,456,268,"Seattle, WA",268,"Seattle, WA" +87,457,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +87,458,197,"Portland, ME",197,"Portland, ME" +87,459,162,"Oakland, CA",162,"Oakland, CA" +87,460,197,"Portland, ME",197,"Portland, ME" +87,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +87,462,198,"Baltimore, MD",198,"Baltimore, MD" +87,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,464,198,"Baltimore, MD",198,"Baltimore, MD" +87,465,268,"Seattle, WA",268,"Seattle, WA" +87,466,159,"Long Beach, CA",159,"Long Beach, CA" +87,467,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +87,468,159,"Long Beach, CA",159,"Long Beach, CA" +87,469,201,"Boston, MA",201,"Boston, MA" +87,470,239,"Portland, OR",239,"Portland, OR" +87,471,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,472,159,"Long Beach, CA",159,"Long Beach, CA" +87,473,159,"Long Beach, CA",159,"Long Beach, CA" +87,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +87,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,476,159,"Long Beach, CA",159,"Long Beach, CA" +87,477,268,"Seattle, WA",268,"Seattle, WA" +87,478,177,"Savannah, GA",177,"Savannah, GA" +87,479,159,"Long Beach, CA",159,"Long Beach, CA" +87,480,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +87,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +87,482,159,"Long Beach, CA",159,"Long Beach, CA" +87,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +87,484,174,"Tampa, FL",174,"Tampa, FL" +87,485,239,"Portland, OR",239,"Portland, OR" +87,486,159,"Long Beach, CA",159,"Long Beach, CA" +87,487,177,"Savannah, GA",177,"Savannah, GA" +87,488,159,"Long Beach, CA",159,"Long Beach, CA" +87,489,268,"Seattle, WA",268,"Seattle, WA" +87,490,223,"New York, NY and NJ",223,"New York, NY and NJ" +87,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +88,154,159,"Long Beach, CA",159,"Long Beach, CA" +88,179,159,"Long Beach, CA",159,"Long Beach, CA" +88,180,268,"Seattle, WA",268,"Seattle, WA" +88,274,159,"Long Beach, CA",159,"Long Beach, CA" +88,275,198,"Baltimore, MD",198,"Baltimore, MD" +88,276,201,"Boston, MA",201,"Boston, MA" +88,277,198,"Baltimore, MD",198,"Baltimore, MD" +88,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +88,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +88,280,174,"Tampa, FL",174,"Tampa, FL" +88,281,178,"Brunswick, GA",178,"Brunswick, GA" +88,282,244,"Providence, RI",244,"Providence, RI" +88,283,174,"Tampa, FL",174,"Tampa, FL" +88,284,159,"Long Beach, CA",159,"Long Beach, CA" +88,285,201,"Boston, MA",201,"Boston, MA" +88,286,197,"Portland, ME",197,"Portland, ME" +88,287,171,"Jacksonville, FL",171,"Jacksonville, FL" +88,288,159,"Long Beach, CA",159,"Long Beach, CA" +88,289,159,"Long Beach, CA",159,"Long Beach, CA" +88,290,177,"Savannah, GA",177,"Savannah, GA" +88,291,217,"New York, NY and NJ",217,"New York, NY and NJ" +88,292,197,"Portland, ME",197,"Portland, ME" +88,293,195,"New Orleans, LA",195,"New Orleans, LA" +88,294,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +88,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +88,296,159,"Long Beach, CA",159,"Long Beach, CA" +88,297,174,"Tampa, FL",174,"Tampa, FL" +88,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +88,299,245,"Charleston, SC",245,"Charleston, SC" +88,300,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +88,301,244,"Providence, RI",244,"Providence, RI" +88,302,172,"Port Everglades, FL",172,"Port Everglades, FL" +88,303,159,"Long Beach, CA",159,"Long Beach, CA" +88,304,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +88,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +88,306,241,"Philadelphia, PA",241,"Philadelphia, PA" +88,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +88,308,159,"Long Beach, CA",159,"Long Beach, CA" +88,309,198,"Baltimore, MD",198,"Baltimore, MD" +88,310,172,"Port Everglades, FL",172,"Port Everglades, FL" +88,311,244,"Providence, RI",244,"Providence, RI" +88,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +88,313,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +88,314,223,"New York, NY and NJ",223,"New York, NY and NJ" +88,315,195,"New Orleans, LA",195,"New Orleans, LA" +88,316,159,"Long Beach, CA",159,"Long Beach, CA" +88,317,239,"Portland, OR",239,"Portland, OR" +88,318,159,"Long Beach, CA",159,"Long Beach, CA" +88,319,195,"New Orleans, LA",195,"New Orleans, LA" +88,320,223,"New York, NY and NJ",223,"New York, NY and NJ" +88,321,198,"Baltimore, MD",198,"Baltimore, MD" +88,322,159,"Long Beach, CA",159,"Long Beach, CA" +88,323,195,"New Orleans, LA",195,"New Orleans, LA" +88,324,244,"Providence, RI",244,"Providence, RI" +88,325,174,"Tampa, FL",174,"Tampa, FL" +88,326,177,"Savannah, GA",177,"Savannah, GA" +88,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +88,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +88,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +88,330,201,"Boston, MA",201,"Boston, MA" +88,331,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +88,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +88,333,174,"Tampa, FL",174,"Tampa, FL" +88,334,172,"Port Everglades, FL",172,"Port Everglades, FL" +88,335,223,"New York, NY and NJ",223,"New York, NY and NJ" +88,336,152,"Mobile, AL",152,"Mobile, AL" +88,337,169,"Wilmington, DE",169,"Wilmington, DE" +88,338,241,"Philadelphia, PA",241,"Philadelphia, PA" +88,339,241,"Philadelphia, PA",241,"Philadelphia, PA" +88,340,244,"Providence, RI",244,"Providence, RI" +88,341,177,"Savannah, GA",177,"Savannah, GA" +88,342,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +88,343,159,"Long Beach, CA",159,"Long Beach, CA" +88,344,198,"Baltimore, MD",198,"Baltimore, MD" +88,345,201,"Boston, MA",201,"Boston, MA" +88,346,152,"Mobile, AL",152,"Mobile, AL" +88,347,223,"New York, NY and NJ",223,"New York, NY and NJ" +88,348,241,"Philadelphia, PA",241,"Philadelphia, PA" +88,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +88,350,198,"Baltimore, MD",198,"Baltimore, MD" +88,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +88,352,217,"New York, NY and NJ",217,"New York, NY and NJ" +88,353,198,"Baltimore, MD",198,"Baltimore, MD" +88,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +88,355,217,"New York, NY and NJ",217,"New York, NY and NJ" +88,356,195,"New Orleans, LA",195,"New Orleans, LA" +88,357,241,"Philadelphia, PA",241,"Philadelphia, PA" +88,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +88,359,171,"Jacksonville, FL",171,"Jacksonville, FL" +88,360,245,"Charleston, SC",245,"Charleston, SC" +88,361,152,"Mobile, AL",152,"Mobile, AL" +88,362,198,"Baltimore, MD",198,"Baltimore, MD" +88,363,195,"New Orleans, LA",195,"New Orleans, LA" +88,364,244,"Providence, RI",244,"Providence, RI" +88,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +88,366,268,"Seattle, WA",268,"Seattle, WA" +88,367,159,"Long Beach, CA",159,"Long Beach, CA" +88,368,268,"Seattle, WA",268,"Seattle, WA" +88,369,162,"Oakland, CA",162,"Oakland, CA" +88,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +88,371,162,"Oakland, CA",162,"Oakland, CA" +88,372,241,"Philadelphia, PA",241,"Philadelphia, PA" +88,373,177,"Savannah, GA",177,"Savannah, GA" +88,374,159,"Long Beach, CA",159,"Long Beach, CA" +88,375,159,"Long Beach, CA",159,"Long Beach, CA" +88,376,159,"Long Beach, CA",159,"Long Beach, CA" +88,377,198,"Baltimore, MD",198,"Baltimore, MD" +88,378,172,"Port Everglades, FL",172,"Port Everglades, FL" +88,379,159,"Long Beach, CA",159,"Long Beach, CA" +88,380,159,"Long Beach, CA",159,"Long Beach, CA" +88,381,268,"Seattle, WA",268,"Seattle, WA" +88,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +88,383,162,"Oakland, CA",162,"Oakland, CA" +88,384,217,"New York, NY and NJ",217,"New York, NY and NJ" +88,385,241,"Philadelphia, PA",241,"Philadelphia, PA" +88,386,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +88,387,197,"Portland, ME",197,"Portland, ME" +88,388,241,"Philadelphia, PA",241,"Philadelphia, PA" +88,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +88,390,217,"New York, NY and NJ",217,"New York, NY and NJ" +88,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +88,392,268,"Seattle, WA",268,"Seattle, WA" +88,393,159,"Long Beach, CA",159,"Long Beach, CA" +88,394,217,"New York, NY and NJ",217,"New York, NY and NJ" +88,395,201,"Boston, MA",201,"Boston, MA" +88,396,162,"Oakland, CA",162,"Oakland, CA" +88,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +88,398,244,"Providence, RI",244,"Providence, RI" +88,399,253,"Beaumont, TX",253,"Beaumont, TX" +88,400,268,"Seattle, WA",268,"Seattle, WA" +88,401,197,"Portland, ME",197,"Portland, ME" +88,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +88,403,239,"Portland, OR",239,"Portland, OR" +88,404,217,"New York, NY and NJ",217,"New York, NY and NJ" +88,405,172,"Port Everglades, FL",172,"Port Everglades, FL" +88,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +88,407,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +88,408,268,"Seattle, WA",268,"Seattle, WA" +88,409,223,"New York, NY and NJ",223,"New York, NY and NJ" +88,410,268,"Seattle, WA",268,"Seattle, WA" +88,411,159,"Long Beach, CA",159,"Long Beach, CA" +88,412,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +88,413,239,"Portland, OR",239,"Portland, OR" +88,414,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +88,415,217,"New York, NY and NJ",217,"New York, NY and NJ" +88,416,198,"Baltimore, MD",198,"Baltimore, MD" +88,417,159,"Long Beach, CA",159,"Long Beach, CA" +88,418,159,"Long Beach, CA",159,"Long Beach, CA" +88,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +88,420,159,"Long Beach, CA",159,"Long Beach, CA" +88,421,159,"Long Beach, CA",159,"Long Beach, CA" +88,422,268,"Seattle, WA",268,"Seattle, WA" +88,423,159,"Long Beach, CA",159,"Long Beach, CA" +88,424,195,"New Orleans, LA",195,"New Orleans, LA" +88,425,159,"Long Beach, CA",159,"Long Beach, CA" +88,426,195,"New Orleans, LA",195,"New Orleans, LA" +88,427,152,"Mobile, AL",152,"Mobile, AL" +88,428,159,"Long Beach, CA",159,"Long Beach, CA" +88,429,159,"Long Beach, CA",159,"Long Beach, CA" +88,430,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +88,431,201,"Boston, MA",201,"Boston, MA" +88,432,239,"Portland, OR",239,"Portland, OR" +88,433,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +88,434,241,"Philadelphia, PA",241,"Philadelphia, PA" +88,435,241,"Philadelphia, PA",241,"Philadelphia, PA" +88,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +88,437,241,"Philadelphia, PA",241,"Philadelphia, PA" +88,438,172,"Port Everglades, FL",172,"Port Everglades, FL" +88,439,177,"Savannah, GA",177,"Savannah, GA" +88,440,245,"Charleston, SC",245,"Charleston, SC" +88,441,159,"Long Beach, CA",159,"Long Beach, CA" +88,442,197,"Portland, ME",197,"Portland, ME" +88,443,217,"New York, NY and NJ",217,"New York, NY and NJ" +88,444,268,"Seattle, WA",268,"Seattle, WA" +88,445,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +88,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +88,447,217,"New York, NY and NJ",217,"New York, NY and NJ" +88,448,245,"Charleston, SC",245,"Charleston, SC" +88,449,159,"Long Beach, CA",159,"Long Beach, CA" +88,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +88,451,241,"Philadelphia, PA",241,"Philadelphia, PA" +88,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +88,453,159,"Long Beach, CA",159,"Long Beach, CA" +88,454,217,"New York, NY and NJ",217,"New York, NY and NJ" +88,455,198,"Baltimore, MD",198,"Baltimore, MD" +88,456,162,"Oakland, CA",162,"Oakland, CA" +88,457,217,"New York, NY and NJ",217,"New York, NY and NJ" +88,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +88,459,159,"Long Beach, CA",159,"Long Beach, CA" +88,460,201,"Boston, MA",201,"Boston, MA" +88,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +88,462,201,"Boston, MA",201,"Boston, MA" +88,463,197,"Portland, ME",197,"Portland, ME" +88,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +88,465,159,"Long Beach, CA",159,"Long Beach, CA" +88,466,159,"Long Beach, CA",159,"Long Beach, CA" +88,467,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +88,468,239,"Portland, OR",239,"Portland, OR" +88,469,201,"Boston, MA",201,"Boston, MA" +88,470,159,"Long Beach, CA",159,"Long Beach, CA" +88,471,217,"New York, NY and NJ",217,"New York, NY and NJ" +88,472,159,"Long Beach, CA",159,"Long Beach, CA" +88,473,159,"Long Beach, CA",159,"Long Beach, CA" +88,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +88,475,241,"Philadelphia, PA",241,"Philadelphia, PA" +88,476,268,"Seattle, WA",268,"Seattle, WA" +88,477,268,"Seattle, WA",268,"Seattle, WA" +88,478,245,"Charleston, SC",245,"Charleston, SC" +88,479,159,"Long Beach, CA",159,"Long Beach, CA" +88,480,217,"New York, NY and NJ",217,"New York, NY and NJ" +88,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +88,482,159,"Long Beach, CA",159,"Long Beach, CA" +88,483,197,"Portland, ME",197,"Portland, ME" +88,484,195,"New Orleans, LA",195,"New Orleans, LA" +88,485,268,"Seattle, WA",268,"Seattle, WA" +88,486,159,"Long Beach, CA",159,"Long Beach, CA" +88,487,177,"Savannah, GA",177,"Savannah, GA" +88,488,159,"Long Beach, CA",159,"Long Beach, CA" +88,489,269,"Longview, WA",269,"Longview, WA" +88,490,241,"Philadelphia, PA",241,"Philadelphia, PA" +88,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +89,154,159,"Long Beach, CA",159,"Long Beach, CA" +89,179,159,"Long Beach, CA",159,"Long Beach, CA" +89,180,159,"Long Beach, CA",159,"Long Beach, CA" +89,274,159,"Long Beach, CA",159,"Long Beach, CA" +89,275,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +89,276,217,"New York, NY and NJ",217,"New York, NY and NJ" +89,277,198,"Baltimore, MD",198,"Baltimore, MD" +89,278,223,"New York, NY and NJ",223,"New York, NY and NJ" +89,279,245,"Charleston, SC",245,"Charleston, SC" +89,280,171,"Jacksonville, FL",171,"Jacksonville, FL" +89,281,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +89,282,197,"Portland, ME",197,"Portland, ME" +89,283,245,"Charleston, SC",245,"Charleston, SC" +89,284,239,"Portland, OR",239,"Portland, OR" +89,285,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +89,286,217,"New York, NY and NJ",217,"New York, NY and NJ" +89,287,245,"Charleston, SC",245,"Charleston, SC" +89,288,162,"Oakland, CA",162,"Oakland, CA" +89,289,159,"Long Beach, CA",159,"Long Beach, CA" +89,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +89,291,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +89,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +89,293,195,"New Orleans, LA",195,"New Orleans, LA" +89,294,217,"New York, NY and NJ",217,"New York, NY and NJ" +89,295,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +89,296,159,"Long Beach, CA",159,"Long Beach, CA" +89,297,152,"Mobile, AL",152,"Mobile, AL" +89,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +89,299,177,"Savannah, GA",177,"Savannah, GA" +89,300,177,"Savannah, GA",177,"Savannah, GA" +89,301,229,"Wilmington, NC",229,"Wilmington, NC" +89,302,172,"Port Everglades, FL",172,"Port Everglades, FL" +89,303,159,"Long Beach, CA",159,"Long Beach, CA" +89,304,197,"Portland, ME",197,"Portland, ME" +89,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +89,306,217,"New York, NY and NJ",217,"New York, NY and NJ" +89,307,241,"Philadelphia, PA",241,"Philadelphia, PA" +89,308,159,"Long Beach, CA",159,"Long Beach, CA" +89,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +89,310,159,"Long Beach, CA",159,"Long Beach, CA" +89,311,217,"New York, NY and NJ",217,"New York, NY and NJ" +89,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +89,313,217,"New York, NY and NJ",217,"New York, NY and NJ" +89,314,241,"Philadelphia, PA",241,"Philadelphia, PA" +89,315,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +89,316,268,"Seattle, WA",268,"Seattle, WA" +89,317,159,"Long Beach, CA",159,"Long Beach, CA" +89,318,159,"Long Beach, CA",159,"Long Beach, CA" +89,319,174,"Tampa, FL",174,"Tampa, FL" +89,320,229,"Wilmington, NC",229,"Wilmington, NC" +89,321,217,"New York, NY and NJ",217,"New York, NY and NJ" +89,322,159,"Long Beach, CA",159,"Long Beach, CA" +89,323,171,"Jacksonville, FL",171,"Jacksonville, FL" +89,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +89,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +89,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +89,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +89,328,241,"Philadelphia, PA",241,"Philadelphia, PA" +89,329,198,"Baltimore, MD",198,"Baltimore, MD" +89,330,197,"Portland, ME",197,"Portland, ME" +89,331,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +89,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +89,333,245,"Charleston, SC",245,"Charleston, SC" +89,334,172,"Port Everglades, FL",172,"Port Everglades, FL" +89,335,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +89,336,152,"Mobile, AL",152,"Mobile, AL" +89,337,223,"New York, NY and NJ",223,"New York, NY and NJ" +89,338,244,"Providence, RI",244,"Providence, RI" +89,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +89,340,241,"Philadelphia, PA",241,"Philadelphia, PA" +89,341,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +89,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +89,343,159,"Long Beach, CA",159,"Long Beach, CA" +89,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +89,345,217,"New York, NY and NJ",217,"New York, NY and NJ" +89,346,241,"Philadelphia, PA",241,"Philadelphia, PA" +89,347,223,"New York, NY and NJ",223,"New York, NY and NJ" +89,348,241,"Philadelphia, PA",241,"Philadelphia, PA" +89,349,201,"Boston, MA",201,"Boston, MA" +89,350,197,"Portland, ME",197,"Portland, ME" +89,351,223,"New York, NY and NJ",223,"New York, NY and NJ" +89,352,244,"Providence, RI",244,"Providence, RI" +89,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +89,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +89,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +89,356,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +89,357,198,"Baltimore, MD",198,"Baltimore, MD" +89,358,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +89,359,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +89,360,177,"Savannah, GA",177,"Savannah, GA" +89,361,245,"Charleston, SC",245,"Charleston, SC" +89,362,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +89,363,195,"New Orleans, LA",195,"New Orleans, LA" +89,364,197,"Portland, ME",197,"Portland, ME" +89,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +89,366,268,"Seattle, WA",268,"Seattle, WA" +89,367,159,"Long Beach, CA",159,"Long Beach, CA" +89,368,162,"Oakland, CA",162,"Oakland, CA" +89,369,239,"Portland, OR",239,"Portland, OR" +89,370,217,"New York, NY and NJ",217,"New York, NY and NJ" +89,371,159,"Long Beach, CA",159,"Long Beach, CA" +89,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +89,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +89,374,159,"Long Beach, CA",159,"Long Beach, CA" +89,375,159,"Long Beach, CA",159,"Long Beach, CA" +89,376,268,"Seattle, WA",268,"Seattle, WA" +89,377,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +89,378,172,"Port Everglades, FL",172,"Port Everglades, FL" +89,379,159,"Long Beach, CA",159,"Long Beach, CA" +89,380,162,"Oakland, CA",162,"Oakland, CA" +89,381,159,"Long Beach, CA",159,"Long Beach, CA" +89,382,241,"Philadelphia, PA",241,"Philadelphia, PA" +89,383,239,"Portland, OR",239,"Portland, OR" +89,384,241,"Philadelphia, PA",241,"Philadelphia, PA" +89,385,241,"Philadelphia, PA",241,"Philadelphia, PA" +89,386,241,"Philadelphia, PA",241,"Philadelphia, PA" +89,387,201,"Boston, MA",201,"Boston, MA" +89,388,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +89,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +89,390,198,"Baltimore, MD",198,"Baltimore, MD" +89,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +89,392,159,"Long Beach, CA",159,"Long Beach, CA" +89,393,159,"Long Beach, CA",159,"Long Beach, CA" +89,394,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +89,395,197,"Portland, ME",197,"Portland, ME" +89,396,159,"Long Beach, CA",159,"Long Beach, CA" +89,397,198,"Baltimore, MD",198,"Baltimore, MD" +89,398,169,"Wilmington, DE",169,"Wilmington, DE" +89,399,257,"Houston, TX",257,"Houston, TX" +89,400,268,"Seattle, WA",268,"Seattle, WA" +89,401,217,"New York, NY and NJ",217,"New York, NY and NJ" +89,402,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +89,403,159,"Long Beach, CA",159,"Long Beach, CA" +89,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +89,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +89,406,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +89,407,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +89,408,268,"Seattle, WA",268,"Seattle, WA" +89,409,241,"Philadelphia, PA",241,"Philadelphia, PA" +89,410,268,"Seattle, WA",268,"Seattle, WA" +89,411,268,"Seattle, WA",268,"Seattle, WA" +89,412,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +89,413,268,"Seattle, WA",268,"Seattle, WA" +89,414,177,"Savannah, GA",177,"Savannah, GA" +89,415,201,"Boston, MA",201,"Boston, MA" +89,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +89,417,268,"Seattle, WA",268,"Seattle, WA" +89,418,159,"Long Beach, CA",159,"Long Beach, CA" +89,419,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +89,420,159,"Long Beach, CA",159,"Long Beach, CA" +89,421,159,"Long Beach, CA",159,"Long Beach, CA" +89,422,159,"Long Beach, CA",159,"Long Beach, CA" +89,423,269,"Longview, WA",269,"Longview, WA" +89,424,172,"Port Everglades, FL",172,"Port Everglades, FL" +89,425,269,"Longview, WA",269,"Longview, WA" +89,426,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +89,427,174,"Tampa, FL",174,"Tampa, FL" +89,428,159,"Long Beach, CA",159,"Long Beach, CA" +89,429,159,"Long Beach, CA",159,"Long Beach, CA" +89,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +89,431,201,"Boston, MA",201,"Boston, MA" +89,432,159,"Long Beach, CA",159,"Long Beach, CA" +89,433,223,"New York, NY and NJ",223,"New York, NY and NJ" +89,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +89,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +89,436,201,"Boston, MA",201,"Boston, MA" +89,437,217,"New York, NY and NJ",217,"New York, NY and NJ" +89,438,172,"Port Everglades, FL",172,"Port Everglades, FL" +89,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +89,440,241,"Philadelphia, PA",241,"Philadelphia, PA" +89,441,159,"Long Beach, CA",159,"Long Beach, CA" +89,442,197,"Portland, ME",197,"Portland, ME" +89,443,223,"New York, NY and NJ",223,"New York, NY and NJ" +89,444,159,"Long Beach, CA",159,"Long Beach, CA" +89,445,201,"Boston, MA",201,"Boston, MA" +89,446,241,"Philadelphia, PA",241,"Philadelphia, PA" +89,447,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +89,448,198,"Baltimore, MD",198,"Baltimore, MD" +89,449,159,"Long Beach, CA",159,"Long Beach, CA" +89,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +89,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +89,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +89,453,159,"Long Beach, CA",159,"Long Beach, CA" +89,454,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +89,455,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +89,456,268,"Seattle, WA",268,"Seattle, WA" +89,457,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +89,458,217,"New York, NY and NJ",217,"New York, NY and NJ" +89,459,159,"Long Beach, CA",159,"Long Beach, CA" +89,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +89,461,177,"Savannah, GA",177,"Savannah, GA" +89,462,244,"Providence, RI",244,"Providence, RI" +89,463,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +89,464,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +89,465,159,"Long Beach, CA",159,"Long Beach, CA" +89,466,162,"Oakland, CA",162,"Oakland, CA" +89,467,217,"New York, NY and NJ",217,"New York, NY and NJ" +89,468,269,"Longview, WA",269,"Longview, WA" +89,469,244,"Providence, RI",244,"Providence, RI" +89,470,268,"Seattle, WA",268,"Seattle, WA" +89,471,244,"Providence, RI",244,"Providence, RI" +89,472,239,"Portland, OR",239,"Portland, OR" +89,473,268,"Seattle, WA",268,"Seattle, WA" +89,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +89,475,201,"Boston, MA",201,"Boston, MA" +89,476,159,"Long Beach, CA",159,"Long Beach, CA" +89,477,268,"Seattle, WA",268,"Seattle, WA" +89,478,245,"Charleston, SC",245,"Charleston, SC" +89,479,159,"Long Beach, CA",159,"Long Beach, CA" +89,480,217,"New York, NY and NJ",217,"New York, NY and NJ" +89,481,198,"Baltimore, MD",198,"Baltimore, MD" +89,482,159,"Long Beach, CA",159,"Long Beach, CA" +89,483,244,"Providence, RI",244,"Providence, RI" +89,484,174,"Tampa, FL",174,"Tampa, FL" +89,485,162,"Oakland, CA",162,"Oakland, CA" +89,486,159,"Long Beach, CA",159,"Long Beach, CA" +89,487,171,"Jacksonville, FL",171,"Jacksonville, FL" +89,488,269,"Longview, WA",269,"Longview, WA" +89,489,159,"Long Beach, CA",159,"Long Beach, CA" +89,490,198,"Baltimore, MD",198,"Baltimore, MD" +89,491,169,"Wilmington, DE",169,"Wilmington, DE" +90,154,162,"Oakland, CA",162,"Oakland, CA" +90,179,159,"Long Beach, CA",159,"Long Beach, CA" +90,180,159,"Long Beach, CA",159,"Long Beach, CA" +90,274,269,"Longview, WA",269,"Longview, WA" +90,275,198,"Baltimore, MD",198,"Baltimore, MD" +90,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,278,198,"Baltimore, MD",198,"Baltimore, MD" +90,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +90,280,177,"Savannah, GA",177,"Savannah, GA" +90,281,245,"Charleston, SC",245,"Charleston, SC" +90,282,197,"Portland, ME",197,"Portland, ME" +90,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +90,284,159,"Long Beach, CA",159,"Long Beach, CA" +90,285,198,"Baltimore, MD",198,"Baltimore, MD" +90,286,198,"Baltimore, MD",198,"Baltimore, MD" +90,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +90,288,159,"Long Beach, CA",159,"Long Beach, CA" +90,289,268,"Seattle, WA",268,"Seattle, WA" +90,290,245,"Charleston, SC",245,"Charleston, SC" +90,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,293,195,"New Orleans, LA",195,"New Orleans, LA" +90,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,295,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,296,162,"Oakland, CA",162,"Oakland, CA" +90,297,253,"Beaumont, TX",253,"Beaumont, TX" +90,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,300,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +90,301,241,"Philadelphia, PA",241,"Philadelphia, PA" +90,302,229,"Wilmington, NC",229,"Wilmington, NC" +90,303,268,"Seattle, WA",268,"Seattle, WA" +90,304,197,"Portland, ME",197,"Portland, ME" +90,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +90,307,201,"Boston, MA",201,"Boston, MA" +90,308,162,"Oakland, CA",162,"Oakland, CA" +90,309,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,310,162,"Oakland, CA",162,"Oakland, CA" +90,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,312,177,"Savannah, GA",177,"Savannah, GA" +90,313,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +90,314,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,315,208,"Pascagoula, MS",208,"Pascagoula, MS" +90,316,268,"Seattle, WA",268,"Seattle, WA" +90,317,268,"Seattle, WA",268,"Seattle, WA" +90,318,268,"Seattle, WA",268,"Seattle, WA" +90,319,152,"Mobile, AL",152,"Mobile, AL" +90,320,217,"New York, NY and NJ",217,"New York, NY and NJ" +90,321,217,"New York, NY and NJ",217,"New York, NY and NJ" +90,322,159,"Long Beach, CA",159,"Long Beach, CA" +90,323,195,"New Orleans, LA",195,"New Orleans, LA" +90,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,325,178,"Brunswick, GA",178,"Brunswick, GA" +90,326,177,"Savannah, GA",177,"Savannah, GA" +90,327,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +90,328,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +90,329,241,"Philadelphia, PA",241,"Philadelphia, PA" +90,330,198,"Baltimore, MD",198,"Baltimore, MD" +90,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +90,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +90,333,177,"Savannah, GA",177,"Savannah, GA" +90,334,195,"New Orleans, LA",195,"New Orleans, LA" +90,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +90,336,194,"Lake Charles, LA",194,"Lake Charles, LA" +90,337,241,"Philadelphia, PA",241,"Philadelphia, PA" +90,338,197,"Portland, ME",197,"Portland, ME" +90,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +90,340,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +90,341,152,"Mobile, AL",152,"Mobile, AL" +90,342,241,"Philadelphia, PA",241,"Philadelphia, PA" +90,343,239,"Portland, OR",239,"Portland, OR" +90,344,201,"Boston, MA",201,"Boston, MA" +90,345,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +90,346,198,"Baltimore, MD",198,"Baltimore, MD" +90,347,245,"Charleston, SC",245,"Charleston, SC" +90,348,177,"Savannah, GA",177,"Savannah, GA" +90,349,244,"Providence, RI",244,"Providence, RI" +90,350,201,"Boston, MA",201,"Boston, MA" +90,351,201,"Boston, MA",201,"Boston, MA" +90,352,241,"Philadelphia, PA",241,"Philadelphia, PA" +90,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +90,354,241,"Philadelphia, PA",241,"Philadelphia, PA" +90,355,171,"Jacksonville, FL",171,"Jacksonville, FL" +90,356,253,"Beaumont, TX",253,"Beaumont, TX" +90,357,201,"Boston, MA",201,"Boston, MA" +90,358,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,359,178,"Brunswick, GA",178,"Brunswick, GA" +90,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +90,361,253,"Beaumont, TX",253,"Beaumont, TX" +90,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,363,152,"Mobile, AL",152,"Mobile, AL" +90,364,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +90,365,201,"Boston, MA",201,"Boston, MA" +90,366,162,"Oakland, CA",162,"Oakland, CA" +90,367,159,"Long Beach, CA",159,"Long Beach, CA" +90,368,268,"Seattle, WA",268,"Seattle, WA" +90,369,159,"Long Beach, CA",159,"Long Beach, CA" +90,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,371,159,"Long Beach, CA",159,"Long Beach, CA" +90,372,241,"Philadelphia, PA",241,"Philadelphia, PA" +90,373,177,"Savannah, GA",177,"Savannah, GA" +90,374,159,"Long Beach, CA",159,"Long Beach, CA" +90,375,268,"Seattle, WA",268,"Seattle, WA" +90,376,162,"Oakland, CA",162,"Oakland, CA" +90,377,198,"Baltimore, MD",198,"Baltimore, MD" +90,378,195,"New Orleans, LA",195,"New Orleans, LA" +90,379,159,"Long Beach, CA",159,"Long Beach, CA" +90,380,268,"Seattle, WA",268,"Seattle, WA" +90,381,159,"Long Beach, CA",159,"Long Beach, CA" +90,382,197,"Portland, ME",197,"Portland, ME" +90,383,159,"Long Beach, CA",159,"Long Beach, CA" +90,384,172,"Port Everglades, FL",172,"Port Everglades, FL" +90,385,201,"Boston, MA",201,"Boston, MA" +90,386,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +90,387,241,"Philadelphia, PA",241,"Philadelphia, PA" +90,388,244,"Providence, RI",244,"Providence, RI" +90,389,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +90,390,198,"Baltimore, MD",198,"Baltimore, MD" +90,391,217,"New York, NY and NJ",217,"New York, NY and NJ" +90,392,268,"Seattle, WA",268,"Seattle, WA" +90,393,159,"Long Beach, CA",159,"Long Beach, CA" +90,394,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,396,162,"Oakland, CA",162,"Oakland, CA" +90,397,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,398,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,399,257,"Houston, TX",257,"Houston, TX" +90,400,159,"Long Beach, CA",159,"Long Beach, CA" +90,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,402,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +90,403,162,"Oakland, CA",162,"Oakland, CA" +90,404,241,"Philadelphia, PA",241,"Philadelphia, PA" +90,405,177,"Savannah, GA",177,"Savannah, GA" +90,406,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +90,407,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +90,408,159,"Long Beach, CA",159,"Long Beach, CA" +90,409,241,"Philadelphia, PA",241,"Philadelphia, PA" +90,410,239,"Portland, OR",239,"Portland, OR" +90,411,159,"Long Beach, CA",159,"Long Beach, CA" +90,412,217,"New York, NY and NJ",217,"New York, NY and NJ" +90,413,162,"Oakland, CA",162,"Oakland, CA" +90,414,152,"Mobile, AL",152,"Mobile, AL" +90,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,416,197,"Portland, ME",197,"Portland, ME" +90,417,159,"Long Beach, CA",159,"Long Beach, CA" +90,418,159,"Long Beach, CA",159,"Long Beach, CA" +90,419,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +90,420,159,"Long Beach, CA",159,"Long Beach, CA" +90,421,159,"Long Beach, CA",159,"Long Beach, CA" +90,422,268,"Seattle, WA",268,"Seattle, WA" +90,423,162,"Oakland, CA",162,"Oakland, CA" +90,424,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +90,425,159,"Long Beach, CA",159,"Long Beach, CA" +90,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +90,427,152,"Mobile, AL",152,"Mobile, AL" +90,428,269,"Longview, WA",269,"Longview, WA" +90,429,162,"Oakland, CA",162,"Oakland, CA" +90,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,431,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,432,268,"Seattle, WA",268,"Seattle, WA" +90,433,171,"Jacksonville, FL",171,"Jacksonville, FL" +90,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +90,435,217,"New York, NY and NJ",217,"New York, NY and NJ" +90,436,201,"Boston, MA",201,"Boston, MA" +90,437,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +90,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +90,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +90,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +90,441,268,"Seattle, WA",268,"Seattle, WA" +90,442,198,"Baltimore, MD",198,"Baltimore, MD" +90,443,217,"New York, NY and NJ",217,"New York, NY and NJ" +90,444,159,"Long Beach, CA",159,"Long Beach, CA" +90,445,177,"Savannah, GA",177,"Savannah, GA" +90,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,447,169,"Wilmington, DE",169,"Wilmington, DE" +90,448,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +90,449,159,"Long Beach, CA",159,"Long Beach, CA" +90,450,177,"Savannah, GA",177,"Savannah, GA" +90,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,452,241,"Philadelphia, PA",241,"Philadelphia, PA" +90,453,159,"Long Beach, CA",159,"Long Beach, CA" +90,454,197,"Portland, ME",197,"Portland, ME" +90,455,201,"Boston, MA",201,"Boston, MA" +90,456,268,"Seattle, WA",268,"Seattle, WA" +90,457,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +90,458,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +90,459,268,"Seattle, WA",268,"Seattle, WA" +90,460,217,"New York, NY and NJ",217,"New York, NY and NJ" +90,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +90,462,197,"Portland, ME",197,"Portland, ME" +90,463,201,"Boston, MA",201,"Boston, MA" +90,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,465,159,"Long Beach, CA",159,"Long Beach, CA" +90,466,269,"Longview, WA",269,"Longview, WA" +90,467,201,"Boston, MA",201,"Boston, MA" +90,468,162,"Oakland, CA",162,"Oakland, CA" +90,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,470,162,"Oakland, CA",162,"Oakland, CA" +90,471,197,"Portland, ME",197,"Portland, ME" +90,472,159,"Long Beach, CA",159,"Long Beach, CA" +90,473,159,"Long Beach, CA",159,"Long Beach, CA" +90,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +90,475,197,"Portland, ME",197,"Portland, ME" +90,476,159,"Long Beach, CA",159,"Long Beach, CA" +90,477,239,"Portland, OR",239,"Portland, OR" +90,478,245,"Charleston, SC",245,"Charleston, SC" +90,479,159,"Long Beach, CA",159,"Long Beach, CA" +90,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,481,223,"New York, NY and NJ",223,"New York, NY and NJ" +90,482,159,"Long Beach, CA",159,"Long Beach, CA" +90,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +90,484,245,"Charleston, SC",245,"Charleston, SC" +90,485,159,"Long Beach, CA",159,"Long Beach, CA" +90,486,268,"Seattle, WA",268,"Seattle, WA" +90,487,171,"Jacksonville, FL",171,"Jacksonville, FL" +90,488,159,"Long Beach, CA",159,"Long Beach, CA" +90,489,177,"Savannah, GA",177,"Savannah, GA" +90,490,241,"Philadelphia, PA",241,"Philadelphia, PA" +90,491,217,"New York, NY and NJ",217,"New York, NY and NJ" +91,154,239,"Portland, OR",239,"Portland, OR" +91,179,268,"Seattle, WA",268,"Seattle, WA" +91,180,159,"Long Beach, CA",159,"Long Beach, CA" +91,274,159,"Long Beach, CA",159,"Long Beach, CA" +91,275,217,"New York, NY and NJ",217,"New York, NY and NJ" +91,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,278,198,"Baltimore, MD",198,"Baltimore, MD" +91,279,177,"Savannah, GA",177,"Savannah, GA" +91,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +91,281,152,"Mobile, AL",152,"Mobile, AL" +91,282,244,"Providence, RI",244,"Providence, RI" +91,283,245,"Charleston, SC",245,"Charleston, SC" +91,284,239,"Portland, OR",239,"Portland, OR" +91,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +91,288,159,"Long Beach, CA",159,"Long Beach, CA" +91,289,239,"Portland, OR",239,"Portland, OR" +91,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +91,291,217,"New York, NY and NJ",217,"New York, NY and NJ" +91,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +91,293,195,"New Orleans, LA",195,"New Orleans, LA" +91,294,217,"New York, NY and NJ",217,"New York, NY and NJ" +91,295,201,"Boston, MA",201,"Boston, MA" +91,296,159,"Long Beach, CA",159,"Long Beach, CA" +91,297,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +91,298,198,"Baltimore, MD",198,"Baltimore, MD" +91,299,201,"Boston, MA",201,"Boston, MA" +91,300,174,"Tampa, FL",174,"Tampa, FL" +91,301,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +91,302,171,"Jacksonville, FL",171,"Jacksonville, FL" +91,303,239,"Portland, OR",239,"Portland, OR" +91,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,306,197,"Portland, ME",197,"Portland, ME" +91,307,245,"Charleston, SC",245,"Charleston, SC" +91,308,268,"Seattle, WA",268,"Seattle, WA" +91,309,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,310,208,"Pascagoula, MS",208,"Pascagoula, MS" +91,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,312,195,"New Orleans, LA",195,"New Orleans, LA" +91,313,197,"Portland, ME",197,"Portland, ME" +91,314,201,"Boston, MA",201,"Boston, MA" +91,315,253,"Beaumont, TX",253,"Beaumont, TX" +91,316,159,"Long Beach, CA",159,"Long Beach, CA" +91,317,159,"Long Beach, CA",159,"Long Beach, CA" +91,318,268,"Seattle, WA",268,"Seattle, WA" +91,319,177,"Savannah, GA",177,"Savannah, GA" +91,320,201,"Boston, MA",201,"Boston, MA" +91,321,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +91,322,159,"Long Beach, CA",159,"Long Beach, CA" +91,323,152,"Mobile, AL",152,"Mobile, AL" +91,324,198,"Baltimore, MD",198,"Baltimore, MD" +91,325,177,"Savannah, GA",177,"Savannah, GA" +91,326,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +91,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +91,328,217,"New York, NY and NJ",217,"New York, NY and NJ" +91,329,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,330,169,"Wilmington, DE",169,"Wilmington, DE" +91,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +91,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +91,333,177,"Savannah, GA",177,"Savannah, GA" +91,334,172,"Port Everglades, FL",172,"Port Everglades, FL" +91,335,197,"Portland, ME",197,"Portland, ME" +91,336,174,"Tampa, FL",174,"Tampa, FL" +91,337,217,"New York, NY and NJ",217,"New York, NY and NJ" +91,338,241,"Philadelphia, PA",241,"Philadelphia, PA" +91,339,244,"Providence, RI",244,"Providence, RI" +91,340,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,341,253,"Beaumont, TX",253,"Beaumont, TX" +91,342,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +91,343,159,"Long Beach, CA",159,"Long Beach, CA" +91,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,345,217,"New York, NY and NJ",217,"New York, NY and NJ" +91,346,172,"Port Everglades, FL",172,"Port Everglades, FL" +91,347,198,"Baltimore, MD",198,"Baltimore, MD" +91,348,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +91,349,217,"New York, NY and NJ",217,"New York, NY and NJ" +91,350,198,"Baltimore, MD",198,"Baltimore, MD" +91,351,177,"Savannah, GA",177,"Savannah, GA" +91,352,201,"Boston, MA",201,"Boston, MA" +91,353,201,"Boston, MA",201,"Boston, MA" +91,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +91,355,245,"Charleston, SC",245,"Charleston, SC" +91,356,195,"New Orleans, LA",195,"New Orleans, LA" +91,357,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +91,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +91,359,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +91,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +91,361,152,"Mobile, AL",152,"Mobile, AL" +91,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,363,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +91,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,365,197,"Portland, ME",197,"Portland, ME" +91,366,268,"Seattle, WA",268,"Seattle, WA" +91,367,159,"Long Beach, CA",159,"Long Beach, CA" +91,368,162,"Oakland, CA",162,"Oakland, CA" +91,369,159,"Long Beach, CA",159,"Long Beach, CA" +91,370,217,"New York, NY and NJ",217,"New York, NY and NJ" +91,371,268,"Seattle, WA",268,"Seattle, WA" +91,372,241,"Philadelphia, PA",241,"Philadelphia, PA" +91,373,177,"Savannah, GA",177,"Savannah, GA" +91,374,159,"Long Beach, CA",159,"Long Beach, CA" +91,375,159,"Long Beach, CA",159,"Long Beach, CA" +91,376,162,"Oakland, CA",162,"Oakland, CA" +91,377,244,"Providence, RI",244,"Providence, RI" +91,378,195,"New Orleans, LA",195,"New Orleans, LA" +91,379,162,"Oakland, CA",162,"Oakland, CA" +91,380,162,"Oakland, CA",162,"Oakland, CA" +91,381,159,"Long Beach, CA",159,"Long Beach, CA" +91,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,383,159,"Long Beach, CA",159,"Long Beach, CA" +91,384,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,385,244,"Providence, RI",244,"Providence, RI" +91,386,201,"Boston, MA",201,"Boston, MA" +91,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,389,197,"Portland, ME",197,"Portland, ME" +91,390,217,"New York, NY and NJ",217,"New York, NY and NJ" +91,391,217,"New York, NY and NJ",217,"New York, NY and NJ" +91,392,159,"Long Beach, CA",159,"Long Beach, CA" +91,393,159,"Long Beach, CA",159,"Long Beach, CA" +91,394,244,"Providence, RI",244,"Providence, RI" +91,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,396,268,"Seattle, WA",268,"Seattle, WA" +91,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +91,398,197,"Portland, ME",197,"Portland, ME" +91,399,152,"Mobile, AL",152,"Mobile, AL" +91,400,162,"Oakland, CA",162,"Oakland, CA" +91,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,403,159,"Long Beach, CA",159,"Long Beach, CA" +91,404,198,"Baltimore, MD",198,"Baltimore, MD" +91,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +91,406,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +91,407,217,"New York, NY and NJ",217,"New York, NY and NJ" +91,408,159,"Long Beach, CA",159,"Long Beach, CA" +91,409,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +91,410,268,"Seattle, WA",268,"Seattle, WA" +91,411,159,"Long Beach, CA",159,"Long Beach, CA" +91,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,413,159,"Long Beach, CA",159,"Long Beach, CA" +91,414,245,"Charleston, SC",245,"Charleston, SC" +91,415,201,"Boston, MA",201,"Boston, MA" +91,416,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +91,417,239,"Portland, OR",239,"Portland, OR" +91,418,159,"Long Beach, CA",159,"Long Beach, CA" +91,419,198,"Baltimore, MD",198,"Baltimore, MD" +91,420,159,"Long Beach, CA",159,"Long Beach, CA" +91,421,159,"Long Beach, CA",159,"Long Beach, CA" +91,422,162,"Oakland, CA",162,"Oakland, CA" +91,423,159,"Long Beach, CA",159,"Long Beach, CA" +91,424,177,"Savannah, GA",177,"Savannah, GA" +91,425,159,"Long Beach, CA",159,"Long Beach, CA" +91,426,195,"New Orleans, LA",195,"New Orleans, LA" +91,427,172,"Port Everglades, FL",172,"Port Everglades, FL" +91,428,159,"Long Beach, CA",159,"Long Beach, CA" +91,429,195,"New Orleans, LA",195,"New Orleans, LA" +91,430,197,"Portland, ME",197,"Portland, ME" +91,431,244,"Providence, RI",244,"Providence, RI" +91,432,239,"Portland, OR",239,"Portland, OR" +91,433,169,"Wilmington, DE",169,"Wilmington, DE" +91,434,244,"Providence, RI",244,"Providence, RI" +91,435,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +91,436,198,"Baltimore, MD",198,"Baltimore, MD" +91,437,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,438,245,"Charleston, SC",245,"Charleston, SC" +91,439,177,"Savannah, GA",177,"Savannah, GA" +91,440,178,"Brunswick, GA",178,"Brunswick, GA" +91,441,162,"Oakland, CA",162,"Oakland, CA" +91,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +91,443,217,"New York, NY and NJ",217,"New York, NY and NJ" +91,444,162,"Oakland, CA",162,"Oakland, CA" +91,445,217,"New York, NY and NJ",217,"New York, NY and NJ" +91,446,217,"New York, NY and NJ",217,"New York, NY and NJ" +91,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,448,169,"Wilmington, DE",169,"Wilmington, DE" +91,449,159,"Long Beach, CA",159,"Long Beach, CA" +91,450,245,"Charleston, SC",245,"Charleston, SC" +91,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,452,201,"Boston, MA",201,"Boston, MA" +91,453,162,"Oakland, CA",162,"Oakland, CA" +91,454,201,"Boston, MA",201,"Boston, MA" +91,455,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,456,159,"Long Beach, CA",159,"Long Beach, CA" +91,457,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +91,458,198,"Baltimore, MD",198,"Baltimore, MD" +91,459,159,"Long Beach, CA",159,"Long Beach, CA" +91,460,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +91,461,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,462,198,"Baltimore, MD",198,"Baltimore, MD" +91,463,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +91,464,197,"Portland, ME",197,"Portland, ME" +91,465,269,"Longview, WA",269,"Longview, WA" +91,466,239,"Portland, OR",239,"Portland, OR" +91,467,198,"Baltimore, MD",198,"Baltimore, MD" +91,468,159,"Long Beach, CA",159,"Long Beach, CA" +91,469,244,"Providence, RI",244,"Providence, RI" +91,470,159,"Long Beach, CA",159,"Long Beach, CA" +91,471,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,472,268,"Seattle, WA",268,"Seattle, WA" +91,473,239,"Portland, OR",239,"Portland, OR" +91,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +91,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +91,476,239,"Portland, OR",239,"Portland, OR" +91,477,159,"Long Beach, CA",159,"Long Beach, CA" +91,478,245,"Charleston, SC",245,"Charleston, SC" +91,479,159,"Long Beach, CA",159,"Long Beach, CA" +91,480,198,"Baltimore, MD",198,"Baltimore, MD" +91,481,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +91,482,162,"Oakland, CA",162,"Oakland, CA" +91,483,241,"Philadelphia, PA",241,"Philadelphia, PA" +91,484,152,"Mobile, AL",152,"Mobile, AL" +91,485,159,"Long Beach, CA",159,"Long Beach, CA" +91,486,159,"Long Beach, CA",159,"Long Beach, CA" +91,487,171,"Jacksonville, FL",171,"Jacksonville, FL" +91,488,159,"Long Beach, CA",159,"Long Beach, CA" +91,489,159,"Long Beach, CA",159,"Long Beach, CA" +91,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +91,491,223,"New York, NY and NJ",223,"New York, NY and NJ" +92,154,162,"Oakland, CA",162,"Oakland, CA" +92,179,159,"Long Beach, CA",159,"Long Beach, CA" +92,180,239,"Portland, OR",239,"Portland, OR" +92,274,159,"Long Beach, CA",159,"Long Beach, CA" +92,275,169,"Wilmington, DE",169,"Wilmington, DE" +92,276,244,"Providence, RI",244,"Providence, RI" +92,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,278,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,279,177,"Savannah, GA",177,"Savannah, GA" +92,280,174,"Tampa, FL",174,"Tampa, FL" +92,281,195,"New Orleans, LA",195,"New Orleans, LA" +92,282,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,283,245,"Charleston, SC",245,"Charleston, SC" +92,284,269,"Longview, WA",269,"Longview, WA" +92,285,241,"Philadelphia, PA",241,"Philadelphia, PA" +92,286,201,"Boston, MA",201,"Boston, MA" +92,287,174,"Tampa, FL",174,"Tampa, FL" +92,288,159,"Long Beach, CA",159,"Long Beach, CA" +92,289,159,"Long Beach, CA",159,"Long Beach, CA" +92,290,177,"Savannah, GA",177,"Savannah, GA" +92,291,241,"Philadelphia, PA",241,"Philadelphia, PA" +92,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,293,195,"New Orleans, LA",195,"New Orleans, LA" +92,294,241,"Philadelphia, PA",241,"Philadelphia, PA" +92,295,201,"Boston, MA",201,"Boston, MA" +92,296,159,"Long Beach, CA",159,"Long Beach, CA" +92,297,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +92,298,201,"Boston, MA",201,"Boston, MA" +92,299,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +92,300,172,"Port Everglades, FL",172,"Port Everglades, FL" +92,301,198,"Baltimore, MD",198,"Baltimore, MD" +92,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +92,303,159,"Long Beach, CA",159,"Long Beach, CA" +92,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +92,305,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +92,306,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,307,223,"New York, NY and NJ",223,"New York, NY and NJ" +92,308,268,"Seattle, WA",268,"Seattle, WA" +92,309,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +92,310,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +92,311,201,"Boston, MA",201,"Boston, MA" +92,312,152,"Mobile, AL",152,"Mobile, AL" +92,313,198,"Baltimore, MD",198,"Baltimore, MD" +92,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,315,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +92,316,162,"Oakland, CA",162,"Oakland, CA" +92,317,268,"Seattle, WA",268,"Seattle, WA" +92,318,159,"Long Beach, CA",159,"Long Beach, CA" +92,319,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +92,320,245,"Charleston, SC",245,"Charleston, SC" +92,321,201,"Boston, MA",201,"Boston, MA" +92,322,159,"Long Beach, CA",159,"Long Beach, CA" +92,323,257,"Houston, TX",257,"Houston, TX" +92,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +92,325,174,"Tampa, FL",174,"Tampa, FL" +92,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +92,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,328,198,"Baltimore, MD",198,"Baltimore, MD" +92,329,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,330,241,"Philadelphia, PA",241,"Philadelphia, PA" +92,331,198,"Baltimore, MD",198,"Baltimore, MD" +92,332,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +92,333,245,"Charleston, SC",245,"Charleston, SC" +92,334,245,"Charleston, SC",245,"Charleston, SC" +92,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,336,195,"New Orleans, LA",195,"New Orleans, LA" +92,337,201,"Boston, MA",201,"Boston, MA" +92,338,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,340,198,"Baltimore, MD",198,"Baltimore, MD" +92,341,172,"Port Everglades, FL",172,"Port Everglades, FL" +92,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +92,343,162,"Oakland, CA",162,"Oakland, CA" +92,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +92,345,197,"Portland, ME",197,"Portland, ME" +92,346,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,348,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +92,350,201,"Boston, MA",201,"Boston, MA" +92,351,241,"Philadelphia, PA",241,"Philadelphia, PA" +92,352,198,"Baltimore, MD",198,"Baltimore, MD" +92,353,169,"Wilmington, DE",169,"Wilmington, DE" +92,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,355,171,"Jacksonville, FL",171,"Jacksonville, FL" +92,356,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +92,357,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +92,359,245,"Charleston, SC",245,"Charleston, SC" +92,360,245,"Charleston, SC",245,"Charleston, SC" +92,361,257,"Houston, TX",257,"Houston, TX" +92,362,198,"Baltimore, MD",198,"Baltimore, MD" +92,363,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +92,364,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +92,365,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,366,268,"Seattle, WA",268,"Seattle, WA" +92,367,159,"Long Beach, CA",159,"Long Beach, CA" +92,368,268,"Seattle, WA",268,"Seattle, WA" +92,369,159,"Long Beach, CA",159,"Long Beach, CA" +92,370,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,371,159,"Long Beach, CA",159,"Long Beach, CA" +92,372,201,"Boston, MA",201,"Boston, MA" +92,373,152,"Mobile, AL",152,"Mobile, AL" +92,374,159,"Long Beach, CA",159,"Long Beach, CA" +92,375,239,"Portland, OR",239,"Portland, OR" +92,376,162,"Oakland, CA",162,"Oakland, CA" +92,377,198,"Baltimore, MD",198,"Baltimore, MD" +92,378,257,"Houston, TX",257,"Houston, TX" +92,379,239,"Portland, OR",239,"Portland, OR" +92,380,159,"Long Beach, CA",159,"Long Beach, CA" +92,381,159,"Long Beach, CA",159,"Long Beach, CA" +92,382,198,"Baltimore, MD",198,"Baltimore, MD" +92,383,159,"Long Beach, CA",159,"Long Beach, CA" +92,384,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,385,245,"Charleston, SC",245,"Charleston, SC" +92,386,201,"Boston, MA",201,"Boston, MA" +92,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +92,388,197,"Portland, ME",197,"Portland, ME" +92,389,241,"Philadelphia, PA",241,"Philadelphia, PA" +92,390,174,"Tampa, FL",174,"Tampa, FL" +92,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +92,392,159,"Long Beach, CA",159,"Long Beach, CA" +92,393,159,"Long Beach, CA",159,"Long Beach, CA" +92,394,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +92,395,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,396,268,"Seattle, WA",268,"Seattle, WA" +92,397,201,"Boston, MA",201,"Boston, MA" +92,398,198,"Baltimore, MD",198,"Baltimore, MD" +92,399,257,"Houston, TX",257,"Houston, TX" +92,400,159,"Long Beach, CA",159,"Long Beach, CA" +92,401,241,"Philadelphia, PA",241,"Philadelphia, PA" +92,402,241,"Philadelphia, PA",241,"Philadelphia, PA" +92,403,159,"Long Beach, CA",159,"Long Beach, CA" +92,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +92,405,172,"Port Everglades, FL",172,"Port Everglades, FL" +92,406,241,"Philadelphia, PA",241,"Philadelphia, PA" +92,407,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +92,408,268,"Seattle, WA",268,"Seattle, WA" +92,409,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +92,410,268,"Seattle, WA",268,"Seattle, WA" +92,411,159,"Long Beach, CA",159,"Long Beach, CA" +92,412,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,413,269,"Longview, WA",269,"Longview, WA" +92,414,152,"Mobile, AL",152,"Mobile, AL" +92,415,197,"Portland, ME",197,"Portland, ME" +92,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,417,159,"Long Beach, CA",159,"Long Beach, CA" +92,418,159,"Long Beach, CA",159,"Long Beach, CA" +92,419,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,420,162,"Oakland, CA",162,"Oakland, CA" +92,421,159,"Long Beach, CA",159,"Long Beach, CA" +92,422,239,"Portland, OR",239,"Portland, OR" +92,423,159,"Long Beach, CA",159,"Long Beach, CA" +92,424,195,"New Orleans, LA",195,"New Orleans, LA" +92,425,159,"Long Beach, CA",159,"Long Beach, CA" +92,426,195,"New Orleans, LA",195,"New Orleans, LA" +92,427,195,"New Orleans, LA",195,"New Orleans, LA" +92,428,159,"Long Beach, CA",159,"Long Beach, CA" +92,429,159,"Long Beach, CA",159,"Long Beach, CA" +92,430,197,"Portland, ME",197,"Portland, ME" +92,431,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +92,432,159,"Long Beach, CA",159,"Long Beach, CA" +92,433,223,"New York, NY and NJ",223,"New York, NY and NJ" +92,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +92,435,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +92,436,198,"Baltimore, MD",198,"Baltimore, MD" +92,437,177,"Savannah, GA",177,"Savannah, GA" +92,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +92,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +92,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +92,441,159,"Long Beach, CA",159,"Long Beach, CA" +92,442,197,"Portland, ME",197,"Portland, ME" +92,443,198,"Baltimore, MD",198,"Baltimore, MD" +92,444,162,"Oakland, CA",162,"Oakland, CA" +92,445,198,"Baltimore, MD",198,"Baltimore, MD" +92,446,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,447,197,"Portland, ME",197,"Portland, ME" +92,448,244,"Providence, RI",244,"Providence, RI" +92,449,159,"Long Beach, CA",159,"Long Beach, CA" +92,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +92,451,197,"Portland, ME",197,"Portland, ME" +92,452,201,"Boston, MA",201,"Boston, MA" +92,453,159,"Long Beach, CA",159,"Long Beach, CA" +92,454,223,"New York, NY and NJ",223,"New York, NY and NJ" +92,455,171,"Jacksonville, FL",171,"Jacksonville, FL" +92,456,159,"Long Beach, CA",159,"Long Beach, CA" +92,457,241,"Philadelphia, PA",241,"Philadelphia, PA" +92,458,197,"Portland, ME",197,"Portland, ME" +92,459,268,"Seattle, WA",268,"Seattle, WA" +92,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +92,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +92,462,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,463,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,464,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,465,268,"Seattle, WA",268,"Seattle, WA" +92,466,268,"Seattle, WA",268,"Seattle, WA" +92,467,198,"Baltimore, MD",198,"Baltimore, MD" +92,468,268,"Seattle, WA",268,"Seattle, WA" +92,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +92,470,159,"Long Beach, CA",159,"Long Beach, CA" +92,471,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +92,472,159,"Long Beach, CA",159,"Long Beach, CA" +92,473,162,"Oakland, CA",162,"Oakland, CA" +92,474,245,"Charleston, SC",245,"Charleston, SC" +92,475,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,476,268,"Seattle, WA",268,"Seattle, WA" +92,477,159,"Long Beach, CA",159,"Long Beach, CA" +92,478,174,"Tampa, FL",174,"Tampa, FL" +92,479,269,"Longview, WA",269,"Longview, WA" +92,480,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +92,482,162,"Oakland, CA",162,"Oakland, CA" +92,483,223,"New York, NY and NJ",223,"New York, NY and NJ" +92,484,195,"New Orleans, LA",195,"New Orleans, LA" +92,485,162,"Oakland, CA",162,"Oakland, CA" +92,486,269,"Longview, WA",269,"Longview, WA" +92,487,152,"Mobile, AL",152,"Mobile, AL" +92,488,269,"Longview, WA",269,"Longview, WA" +92,489,239,"Portland, OR",239,"Portland, OR" +92,490,198,"Baltimore, MD",198,"Baltimore, MD" +92,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +93,154,162,"Oakland, CA",162,"Oakland, CA" +93,179,159,"Long Beach, CA",159,"Long Beach, CA" +93,180,159,"Long Beach, CA",159,"Long Beach, CA" +93,274,159,"Long Beach, CA",159,"Long Beach, CA" +93,275,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +93,276,217,"New York, NY and NJ",217,"New York, NY and NJ" +93,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +93,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +93,279,177,"Savannah, GA",177,"Savannah, GA" +93,280,174,"Tampa, FL",174,"Tampa, FL" +93,281,195,"New Orleans, LA",195,"New Orleans, LA" +93,282,241,"Philadelphia, PA",241,"Philadelphia, PA" +93,283,177,"Savannah, GA",177,"Savannah, GA" +93,284,159,"Long Beach, CA",159,"Long Beach, CA" +93,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +93,286,241,"Philadelphia, PA",241,"Philadelphia, PA" +93,287,171,"Jacksonville, FL",171,"Jacksonville, FL" +93,288,159,"Long Beach, CA",159,"Long Beach, CA" +93,289,159,"Long Beach, CA",159,"Long Beach, CA" +93,290,245,"Charleston, SC",245,"Charleston, SC" +93,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +93,292,169,"Wilmington, DE",169,"Wilmington, DE" +93,293,195,"New Orleans, LA",195,"New Orleans, LA" +93,294,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +93,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +93,296,162,"Oakland, CA",162,"Oakland, CA" +93,297,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +93,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +93,299,217,"New York, NY and NJ",217,"New York, NY and NJ" +93,300,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +93,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +93,302,172,"Port Everglades, FL",172,"Port Everglades, FL" +93,303,162,"Oakland, CA",162,"Oakland, CA" +93,304,241,"Philadelphia, PA",241,"Philadelphia, PA" +93,305,177,"Savannah, GA",177,"Savannah, GA" +93,306,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +93,307,223,"New York, NY and NJ",223,"New York, NY and NJ" +93,308,159,"Long Beach, CA",159,"Long Beach, CA" +93,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +93,310,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +93,311,244,"Providence, RI",244,"Providence, RI" +93,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +93,313,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +93,314,241,"Philadelphia, PA",241,"Philadelphia, PA" +93,315,195,"New Orleans, LA",195,"New Orleans, LA" +93,316,159,"Long Beach, CA",159,"Long Beach, CA" +93,317,162,"Oakland, CA",162,"Oakland, CA" +93,318,268,"Seattle, WA",268,"Seattle, WA" +93,319,174,"Tampa, FL",174,"Tampa, FL" +93,320,198,"Baltimore, MD",198,"Baltimore, MD" +93,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +93,322,159,"Long Beach, CA",159,"Long Beach, CA" +93,323,208,"Pascagoula, MS",208,"Pascagoula, MS" +93,324,201,"Boston, MA",201,"Boston, MA" +93,325,174,"Tampa, FL",174,"Tampa, FL" +93,326,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +93,327,241,"Philadelphia, PA",241,"Philadelphia, PA" +93,328,197,"Portland, ME",197,"Portland, ME" +93,329,223,"New York, NY and NJ",223,"New York, NY and NJ" +93,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +93,331,201,"Boston, MA",201,"Boston, MA" +93,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +93,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +93,334,195,"New Orleans, LA",195,"New Orleans, LA" +93,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +93,336,152,"Mobile, AL",152,"Mobile, AL" +93,337,223,"New York, NY and NJ",223,"New York, NY and NJ" +93,338,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +93,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +93,340,241,"Philadelphia, PA",241,"Philadelphia, PA" +93,341,152,"Mobile, AL",152,"Mobile, AL" +93,342,244,"Providence, RI",244,"Providence, RI" +93,343,159,"Long Beach, CA",159,"Long Beach, CA" +93,344,198,"Baltimore, MD",198,"Baltimore, MD" +93,345,217,"New York, NY and NJ",217,"New York, NY and NJ" +93,346,169,"Wilmington, DE",169,"Wilmington, DE" +93,347,223,"New York, NY and NJ",223,"New York, NY and NJ" +93,348,241,"Philadelphia, PA",241,"Philadelphia, PA" +93,349,244,"Providence, RI",244,"Providence, RI" +93,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +93,351,197,"Portland, ME",197,"Portland, ME" +93,352,201,"Boston, MA",201,"Boston, MA" +93,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +93,354,241,"Philadelphia, PA",241,"Philadelphia, PA" +93,355,177,"Savannah, GA",177,"Savannah, GA" +93,356,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +93,357,223,"New York, NY and NJ",223,"New York, NY and NJ" +93,358,217,"New York, NY and NJ",217,"New York, NY and NJ" +93,359,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +93,360,177,"Savannah, GA",177,"Savannah, GA" +93,361,257,"Houston, TX",257,"Houston, TX" +93,362,241,"Philadelphia, PA",241,"Philadelphia, PA" +93,363,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +93,364,198,"Baltimore, MD",198,"Baltimore, MD" +93,365,201,"Boston, MA",201,"Boston, MA" +93,366,268,"Seattle, WA",268,"Seattle, WA" +93,367,159,"Long Beach, CA",159,"Long Beach, CA" +93,368,268,"Seattle, WA",268,"Seattle, WA" +93,369,159,"Long Beach, CA",159,"Long Beach, CA" +93,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +93,371,159,"Long Beach, CA",159,"Long Beach, CA" +93,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +93,373,152,"Mobile, AL",152,"Mobile, AL" +93,374,159,"Long Beach, CA",159,"Long Beach, CA" +93,375,239,"Portland, OR",239,"Portland, OR" +93,376,239,"Portland, OR",239,"Portland, OR" +93,377,223,"New York, NY and NJ",223,"New York, NY and NJ" +93,378,253,"Beaumont, TX",253,"Beaumont, TX" +93,379,162,"Oakland, CA",162,"Oakland, CA" +93,380,268,"Seattle, WA",268,"Seattle, WA" +93,381,159,"Long Beach, CA",159,"Long Beach, CA" +93,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +93,383,159,"Long Beach, CA",159,"Long Beach, CA" +93,384,169,"Wilmington, DE",169,"Wilmington, DE" +93,385,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +93,386,241,"Philadelphia, PA",241,"Philadelphia, PA" +93,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +93,388,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +93,389,244,"Providence, RI",244,"Providence, RI" +93,390,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +93,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +93,392,159,"Long Beach, CA",159,"Long Beach, CA" +93,393,159,"Long Beach, CA",159,"Long Beach, CA" +93,394,217,"New York, NY and NJ",217,"New York, NY and NJ" +93,395,241,"Philadelphia, PA",241,"Philadelphia, PA" +93,396,268,"Seattle, WA",268,"Seattle, WA" +93,397,241,"Philadelphia, PA",241,"Philadelphia, PA" +93,398,197,"Portland, ME",197,"Portland, ME" +93,399,159,"Long Beach, CA",159,"Long Beach, CA" +93,400,268,"Seattle, WA",268,"Seattle, WA" +93,401,241,"Philadelphia, PA",241,"Philadelphia, PA" +93,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +93,403,159,"Long Beach, CA",159,"Long Beach, CA" +93,404,198,"Baltimore, MD",198,"Baltimore, MD" +93,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +93,406,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +93,407,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +93,408,159,"Long Beach, CA",159,"Long Beach, CA" +93,409,171,"Jacksonville, FL",171,"Jacksonville, FL" +93,410,159,"Long Beach, CA",159,"Long Beach, CA" +93,411,159,"Long Beach, CA",159,"Long Beach, CA" +93,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +93,413,268,"Seattle, WA",268,"Seattle, WA" +93,414,195,"New Orleans, LA",195,"New Orleans, LA" +93,415,197,"Portland, ME",197,"Portland, ME" +93,416,223,"New York, NY and NJ",223,"New York, NY and NJ" +93,417,159,"Long Beach, CA",159,"Long Beach, CA" +93,418,159,"Long Beach, CA",159,"Long Beach, CA" +93,419,201,"Boston, MA",201,"Boston, MA" +93,420,239,"Portland, OR",239,"Portland, OR" +93,421,159,"Long Beach, CA",159,"Long Beach, CA" +93,422,159,"Long Beach, CA",159,"Long Beach, CA" +93,423,239,"Portland, OR",239,"Portland, OR" +93,424,195,"New Orleans, LA",195,"New Orleans, LA" +93,425,159,"Long Beach, CA",159,"Long Beach, CA" +93,426,195,"New Orleans, LA",195,"New Orleans, LA" +93,427,208,"Pascagoula, MS",208,"Pascagoula, MS" +93,428,162,"Oakland, CA",162,"Oakland, CA" +93,429,268,"Seattle, WA",268,"Seattle, WA" +93,430,197,"Portland, ME",197,"Portland, ME" +93,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +93,432,159,"Long Beach, CA",159,"Long Beach, CA" +93,433,198,"Baltimore, MD",198,"Baltimore, MD" +93,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +93,435,198,"Baltimore, MD",198,"Baltimore, MD" +93,436,197,"Portland, ME",197,"Portland, ME" +93,437,177,"Savannah, GA",177,"Savannah, GA" +93,438,172,"Port Everglades, FL",172,"Port Everglades, FL" +93,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +93,440,177,"Savannah, GA",177,"Savannah, GA" +93,441,159,"Long Beach, CA",159,"Long Beach, CA" +93,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +93,443,201,"Boston, MA",201,"Boston, MA" +93,444,159,"Long Beach, CA",159,"Long Beach, CA" +93,445,198,"Baltimore, MD",198,"Baltimore, MD" +93,446,201,"Boston, MA",201,"Boston, MA" +93,447,198,"Baltimore, MD",198,"Baltimore, MD" +93,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +93,449,268,"Seattle, WA",268,"Seattle, WA" +93,450,172,"Port Everglades, FL",172,"Port Everglades, FL" +93,451,217,"New York, NY and NJ",217,"New York, NY and NJ" +93,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +93,453,159,"Long Beach, CA",159,"Long Beach, CA" +93,454,198,"Baltimore, MD",198,"Baltimore, MD" +93,455,217,"New York, NY and NJ",217,"New York, NY and NJ" +93,456,159,"Long Beach, CA",159,"Long Beach, CA" +93,457,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +93,458,197,"Portland, ME",197,"Portland, ME" +93,459,268,"Seattle, WA",268,"Seattle, WA" +93,460,201,"Boston, MA",201,"Boston, MA" +93,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +93,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +93,463,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +93,464,201,"Boston, MA",201,"Boston, MA" +93,465,159,"Long Beach, CA",159,"Long Beach, CA" +93,466,162,"Oakland, CA",162,"Oakland, CA" +93,467,197,"Portland, ME",197,"Portland, ME" +93,468,159,"Long Beach, CA",159,"Long Beach, CA" +93,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +93,470,268,"Seattle, WA",268,"Seattle, WA" +93,471,197,"Portland, ME",197,"Portland, ME" +93,472,162,"Oakland, CA",162,"Oakland, CA" +93,473,268,"Seattle, WA",268,"Seattle, WA" +93,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +93,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +93,476,159,"Long Beach, CA",159,"Long Beach, CA" +93,477,159,"Long Beach, CA",159,"Long Beach, CA" +93,478,177,"Savannah, GA",177,"Savannah, GA" +93,479,159,"Long Beach, CA",159,"Long Beach, CA" +93,480,197,"Portland, ME",197,"Portland, ME" +93,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +93,482,159,"Long Beach, CA",159,"Long Beach, CA" +93,483,197,"Portland, ME",197,"Portland, ME" +93,484,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +93,485,159,"Long Beach, CA",159,"Long Beach, CA" +93,486,268,"Seattle, WA",268,"Seattle, WA" +93,487,245,"Charleston, SC",245,"Charleston, SC" +93,488,239,"Portland, OR",239,"Portland, OR" +93,489,159,"Long Beach, CA",159,"Long Beach, CA" +93,490,172,"Port Everglades, FL",172,"Port Everglades, FL" +93,491,198,"Baltimore, MD",198,"Baltimore, MD" +94,154,268,"Seattle, WA",268,"Seattle, WA" +94,179,159,"Long Beach, CA",159,"Long Beach, CA" +94,180,268,"Seattle, WA",268,"Seattle, WA" +94,274,159,"Long Beach, CA",159,"Long Beach, CA" +94,275,198,"Baltimore, MD",198,"Baltimore, MD" +94,276,169,"Wilmington, DE",169,"Wilmington, DE" +94,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +94,278,198,"Baltimore, MD",198,"Baltimore, MD" +94,279,245,"Charleston, SC",245,"Charleston, SC" +94,280,171,"Jacksonville, FL",171,"Jacksonville, FL" +94,281,174,"Tampa, FL",174,"Tampa, FL" +94,282,197,"Portland, ME",197,"Portland, ME" +94,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +94,284,159,"Long Beach, CA",159,"Long Beach, CA" +94,285,197,"Portland, ME",197,"Portland, ME" +94,286,197,"Portland, ME",197,"Portland, ME" +94,287,245,"Charleston, SC",245,"Charleston, SC" +94,288,159,"Long Beach, CA",159,"Long Beach, CA" +94,289,159,"Long Beach, CA",159,"Long Beach, CA" +94,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +94,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +94,292,198,"Baltimore, MD",198,"Baltimore, MD" +94,293,195,"New Orleans, LA",195,"New Orleans, LA" +94,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +94,295,241,"Philadelphia, PA",241,"Philadelphia, PA" +94,296,162,"Oakland, CA",162,"Oakland, CA" +94,297,195,"New Orleans, LA",195,"New Orleans, LA" +94,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +94,299,245,"Charleston, SC",245,"Charleston, SC" +94,300,195,"New Orleans, LA",195,"New Orleans, LA" +94,301,241,"Philadelphia, PA",241,"Philadelphia, PA" +94,302,245,"Charleston, SC",245,"Charleston, SC" +94,303,159,"Long Beach, CA",159,"Long Beach, CA" +94,304,244,"Providence, RI",244,"Providence, RI" +94,305,198,"Baltimore, MD",198,"Baltimore, MD" +94,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +94,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +94,308,239,"Portland, OR",239,"Portland, OR" +94,309,197,"Portland, ME",197,"Portland, ME" +94,310,217,"New York, NY and NJ",217,"New York, NY and NJ" +94,311,197,"Portland, ME",197,"Portland, ME" +94,312,171,"Jacksonville, FL",171,"Jacksonville, FL" +94,313,245,"Charleston, SC",245,"Charleston, SC" +94,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +94,315,194,"Lake Charles, LA",194,"Lake Charles, LA" +94,316,159,"Long Beach, CA",159,"Long Beach, CA" +94,317,159,"Long Beach, CA",159,"Long Beach, CA" +94,318,159,"Long Beach, CA",159,"Long Beach, CA" +94,319,195,"New Orleans, LA",195,"New Orleans, LA" +94,320,217,"New York, NY and NJ",217,"New York, NY and NJ" +94,321,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +94,322,239,"Portland, OR",239,"Portland, OR" +94,323,194,"Lake Charles, LA",194,"Lake Charles, LA" +94,324,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +94,325,174,"Tampa, FL",174,"Tampa, FL" +94,326,177,"Savannah, GA",177,"Savannah, GA" +94,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +94,328,217,"New York, NY and NJ",217,"New York, NY and NJ" +94,329,217,"New York, NY and NJ",217,"New York, NY and NJ" +94,330,197,"Portland, ME",197,"Portland, ME" +94,331,223,"New York, NY and NJ",223,"New York, NY and NJ" +94,332,171,"Jacksonville, FL",171,"Jacksonville, FL" +94,333,177,"Savannah, GA",177,"Savannah, GA" +94,334,195,"New Orleans, LA",195,"New Orleans, LA" +94,335,198,"Baltimore, MD",198,"Baltimore, MD" +94,336,172,"Port Everglades, FL",172,"Port Everglades, FL" +94,337,223,"New York, NY and NJ",223,"New York, NY and NJ" +94,338,197,"Portland, ME",197,"Portland, ME" +94,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +94,340,198,"Baltimore, MD",198,"Baltimore, MD" +94,341,152,"Mobile, AL",152,"Mobile, AL" +94,342,198,"Baltimore, MD",198,"Baltimore, MD" +94,343,159,"Long Beach, CA",159,"Long Beach, CA" +94,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +94,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +94,346,229,"Wilmington, NC",229,"Wilmington, NC" +94,347,241,"Philadelphia, PA",241,"Philadelphia, PA" +94,348,223,"New York, NY and NJ",223,"New York, NY and NJ" +94,349,197,"Portland, ME",197,"Portland, ME" +94,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +94,351,217,"New York, NY and NJ",217,"New York, NY and NJ" +94,352,201,"Boston, MA",201,"Boston, MA" +94,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +94,354,201,"Boston, MA",201,"Boston, MA" +94,355,177,"Savannah, GA",177,"Savannah, GA" +94,356,253,"Beaumont, TX",253,"Beaumont, TX" +94,357,198,"Baltimore, MD",198,"Baltimore, MD" +94,358,217,"New York, NY and NJ",217,"New York, NY and NJ" +94,359,174,"Tampa, FL",174,"Tampa, FL" +94,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +94,361,194,"Lake Charles, LA",194,"Lake Charles, LA" +94,362,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +94,363,195,"New Orleans, LA",195,"New Orleans, LA" +94,364,241,"Philadelphia, PA",241,"Philadelphia, PA" +94,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +94,366,268,"Seattle, WA",268,"Seattle, WA" +94,367,159,"Long Beach, CA",159,"Long Beach, CA" +94,368,268,"Seattle, WA",268,"Seattle, WA" +94,369,162,"Oakland, CA",162,"Oakland, CA" +94,370,198,"Baltimore, MD",198,"Baltimore, MD" +94,371,268,"Seattle, WA",268,"Seattle, WA" +94,372,223,"New York, NY and NJ",223,"New York, NY and NJ" +94,373,177,"Savannah, GA",177,"Savannah, GA" +94,374,159,"Long Beach, CA",159,"Long Beach, CA" +94,375,162,"Oakland, CA",162,"Oakland, CA" +94,376,268,"Seattle, WA",268,"Seattle, WA" +94,377,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +94,378,195,"New Orleans, LA",195,"New Orleans, LA" +94,379,162,"Oakland, CA",162,"Oakland, CA" +94,380,159,"Long Beach, CA",159,"Long Beach, CA" +94,381,159,"Long Beach, CA",159,"Long Beach, CA" +94,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +94,383,268,"Seattle, WA",268,"Seattle, WA" +94,384,217,"New York, NY and NJ",217,"New York, NY and NJ" +94,385,217,"New York, NY and NJ",217,"New York, NY and NJ" +94,386,217,"New York, NY and NJ",217,"New York, NY and NJ" +94,387,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +94,388,217,"New York, NY and NJ",217,"New York, NY and NJ" +94,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +94,390,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +94,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +94,392,159,"Long Beach, CA",159,"Long Beach, CA" +94,393,159,"Long Beach, CA",159,"Long Beach, CA" +94,394,241,"Philadelphia, PA",241,"Philadelphia, PA" +94,395,197,"Portland, ME",197,"Portland, ME" +94,396,159,"Long Beach, CA",159,"Long Beach, CA" +94,397,244,"Providence, RI",244,"Providence, RI" +94,398,223,"New York, NY and NJ",223,"New York, NY and NJ" +94,399,257,"Houston, TX",257,"Houston, TX" +94,400,159,"Long Beach, CA",159,"Long Beach, CA" +94,401,201,"Boston, MA",201,"Boston, MA" +94,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +94,403,159,"Long Beach, CA",159,"Long Beach, CA" +94,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +94,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +94,406,197,"Portland, ME",197,"Portland, ME" +94,407,245,"Charleston, SC",245,"Charleston, SC" +94,408,159,"Long Beach, CA",159,"Long Beach, CA" +94,409,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +94,410,159,"Long Beach, CA",159,"Long Beach, CA" +94,411,159,"Long Beach, CA",159,"Long Beach, CA" +94,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +94,413,159,"Long Beach, CA",159,"Long Beach, CA" +94,414,195,"New Orleans, LA",195,"New Orleans, LA" +94,415,201,"Boston, MA",201,"Boston, MA" +94,416,198,"Baltimore, MD",198,"Baltimore, MD" +94,417,159,"Long Beach, CA",159,"Long Beach, CA" +94,418,159,"Long Beach, CA",159,"Long Beach, CA" +94,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +94,420,159,"Long Beach, CA",159,"Long Beach, CA" +94,421,162,"Oakland, CA",162,"Oakland, CA" +94,422,268,"Seattle, WA",268,"Seattle, WA" +94,423,159,"Long Beach, CA",159,"Long Beach, CA" +94,424,171,"Jacksonville, FL",171,"Jacksonville, FL" +94,425,268,"Seattle, WA",268,"Seattle, WA" +94,426,171,"Jacksonville, FL",171,"Jacksonville, FL" +94,427,172,"Port Everglades, FL",172,"Port Everglades, FL" +94,428,159,"Long Beach, CA",159,"Long Beach, CA" +94,429,159,"Long Beach, CA",159,"Long Beach, CA" +94,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +94,431,198,"Baltimore, MD",198,"Baltimore, MD" +94,432,159,"Long Beach, CA",159,"Long Beach, CA" +94,433,201,"Boston, MA",201,"Boston, MA" +94,434,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +94,435,217,"New York, NY and NJ",217,"New York, NY and NJ" +94,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +94,437,172,"Port Everglades, FL",172,"Port Everglades, FL" +94,438,177,"Savannah, GA",177,"Savannah, GA" +94,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +94,440,177,"Savannah, GA",177,"Savannah, GA" +94,441,159,"Long Beach, CA",159,"Long Beach, CA" +94,442,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +94,443,223,"New York, NY and NJ",223,"New York, NY and NJ" +94,444,159,"Long Beach, CA",159,"Long Beach, CA" +94,445,244,"Providence, RI",244,"Providence, RI" +94,446,197,"Portland, ME",197,"Portland, ME" +94,447,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +94,448,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +94,449,159,"Long Beach, CA",159,"Long Beach, CA" +94,450,177,"Savannah, GA",177,"Savannah, GA" +94,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +94,452,197,"Portland, ME",197,"Portland, ME" +94,453,159,"Long Beach, CA",159,"Long Beach, CA" +94,454,201,"Boston, MA",201,"Boston, MA" +94,455,201,"Boston, MA",201,"Boston, MA" +94,456,159,"Long Beach, CA",159,"Long Beach, CA" +94,457,197,"Portland, ME",197,"Portland, ME" +94,458,201,"Boston, MA",201,"Boston, MA" +94,459,162,"Oakland, CA",162,"Oakland, CA" +94,460,198,"Baltimore, MD",198,"Baltimore, MD" +94,461,198,"Baltimore, MD",198,"Baltimore, MD" +94,462,172,"Port Everglades, FL",172,"Port Everglades, FL" +94,463,217,"New York, NY and NJ",217,"New York, NY and NJ" +94,464,198,"Baltimore, MD",198,"Baltimore, MD" +94,465,159,"Long Beach, CA",159,"Long Beach, CA" +94,466,162,"Oakland, CA",162,"Oakland, CA" +94,467,177,"Savannah, GA",177,"Savannah, GA" +94,468,159,"Long Beach, CA",159,"Long Beach, CA" +94,469,201,"Boston, MA",201,"Boston, MA" +94,470,162,"Oakland, CA",162,"Oakland, CA" +94,471,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +94,472,239,"Portland, OR",239,"Portland, OR" +94,473,159,"Long Beach, CA",159,"Long Beach, CA" +94,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +94,475,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +94,476,268,"Seattle, WA",268,"Seattle, WA" +94,477,269,"Longview, WA",269,"Longview, WA" +94,478,177,"Savannah, GA",177,"Savannah, GA" +94,479,159,"Long Beach, CA",159,"Long Beach, CA" +94,480,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +94,481,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +94,482,162,"Oakland, CA",162,"Oakland, CA" +94,483,223,"New York, NY and NJ",223,"New York, NY and NJ" +94,484,177,"Savannah, GA",177,"Savannah, GA" +94,485,159,"Long Beach, CA",159,"Long Beach, CA" +94,486,162,"Oakland, CA",162,"Oakland, CA" +94,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +94,488,159,"Long Beach, CA",159,"Long Beach, CA" +94,489,159,"Long Beach, CA",159,"Long Beach, CA" +94,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +94,491,245,"Charleston, SC",245,"Charleston, SC" +95,154,239,"Portland, OR",239,"Portland, OR" +95,179,162,"Oakland, CA",162,"Oakland, CA" +95,180,269,"Longview, WA",269,"Longview, WA" +95,274,159,"Long Beach, CA",159,"Long Beach, CA" +95,275,241,"Philadelphia, PA",241,"Philadelphia, PA" +95,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +95,277,198,"Baltimore, MD",198,"Baltimore, MD" +95,278,241,"Philadelphia, PA",241,"Philadelphia, PA" +95,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +95,280,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +95,281,195,"New Orleans, LA",195,"New Orleans, LA" +95,282,241,"Philadelphia, PA",241,"Philadelphia, PA" +95,283,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +95,284,159,"Long Beach, CA",159,"Long Beach, CA" +95,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +95,286,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +95,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +95,288,268,"Seattle, WA",268,"Seattle, WA" +95,289,159,"Long Beach, CA",159,"Long Beach, CA" +95,290,172,"Port Everglades, FL",172,"Port Everglades, FL" +95,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +95,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +95,293,195,"New Orleans, LA",195,"New Orleans, LA" +95,294,198,"Baltimore, MD",198,"Baltimore, MD" +95,295,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +95,296,162,"Oakland, CA",162,"Oakland, CA" +95,297,177,"Savannah, GA",177,"Savannah, GA" +95,298,197,"Portland, ME",197,"Portland, ME" +95,299,198,"Baltimore, MD",198,"Baltimore, MD" +95,300,172,"Port Everglades, FL",172,"Port Everglades, FL" +95,301,245,"Charleston, SC",245,"Charleston, SC" +95,302,172,"Port Everglades, FL",172,"Port Everglades, FL" +95,303,159,"Long Beach, CA",159,"Long Beach, CA" +95,304,241,"Philadelphia, PA",241,"Philadelphia, PA" +95,305,201,"Boston, MA",201,"Boston, MA" +95,306,241,"Philadelphia, PA",241,"Philadelphia, PA" +95,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +95,308,162,"Oakland, CA",162,"Oakland, CA" +95,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +95,310,208,"Pascagoula, MS",208,"Pascagoula, MS" +95,311,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +95,312,171,"Jacksonville, FL",171,"Jacksonville, FL" +95,313,198,"Baltimore, MD",198,"Baltimore, MD" +95,314,198,"Baltimore, MD",198,"Baltimore, MD" +95,315,177,"Savannah, GA",177,"Savannah, GA" +95,316,239,"Portland, OR",239,"Portland, OR" +95,317,268,"Seattle, WA",268,"Seattle, WA" +95,318,239,"Portland, OR",239,"Portland, OR" +95,319,177,"Savannah, GA",177,"Savannah, GA" +95,320,198,"Baltimore, MD",198,"Baltimore, MD" +95,321,201,"Boston, MA",201,"Boston, MA" +95,322,159,"Long Beach, CA",159,"Long Beach, CA" +95,323,195,"New Orleans, LA",195,"New Orleans, LA" +95,324,244,"Providence, RI",244,"Providence, RI" +95,325,177,"Savannah, GA",177,"Savannah, GA" +95,326,177,"Savannah, GA",177,"Savannah, GA" +95,327,198,"Baltimore, MD",198,"Baltimore, MD" +95,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +95,329,198,"Baltimore, MD",198,"Baltimore, MD" +95,330,217,"New York, NY and NJ",217,"New York, NY and NJ" +95,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +95,332,177,"Savannah, GA",177,"Savannah, GA" +95,333,177,"Savannah, GA",177,"Savannah, GA" +95,334,152,"Mobile, AL",152,"Mobile, AL" +95,335,241,"Philadelphia, PA",241,"Philadelphia, PA" +95,336,174,"Tampa, FL",174,"Tampa, FL" +95,337,198,"Baltimore, MD",198,"Baltimore, MD" +95,338,201,"Boston, MA",201,"Boston, MA" +95,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +95,340,217,"New York, NY and NJ",217,"New York, NY and NJ" +95,341,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +95,342,197,"Portland, ME",197,"Portland, ME" +95,343,239,"Portland, OR",239,"Portland, OR" +95,344,241,"Philadelphia, PA",241,"Philadelphia, PA" +95,345,197,"Portland, ME",197,"Portland, ME" +95,346,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +95,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +95,348,241,"Philadelphia, PA",241,"Philadelphia, PA" +95,349,217,"New York, NY and NJ",217,"New York, NY and NJ" +95,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +95,351,244,"Providence, RI",244,"Providence, RI" +95,352,217,"New York, NY and NJ",217,"New York, NY and NJ" +95,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +95,354,244,"Providence, RI",244,"Providence, RI" +95,355,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +95,356,195,"New Orleans, LA",195,"New Orleans, LA" +95,357,169,"Wilmington, DE",169,"Wilmington, DE" +95,358,244,"Providence, RI",244,"Providence, RI" +95,359,178,"Brunswick, GA",178,"Brunswick, GA" +95,360,177,"Savannah, GA",177,"Savannah, GA" +95,361,229,"Wilmington, NC",229,"Wilmington, NC" +95,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +95,363,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +95,364,241,"Philadelphia, PA",241,"Philadelphia, PA" +95,365,217,"New York, NY and NJ",217,"New York, NY and NJ" +95,366,268,"Seattle, WA",268,"Seattle, WA" +95,367,268,"Seattle, WA",268,"Seattle, WA" +95,368,159,"Long Beach, CA",159,"Long Beach, CA" +95,369,239,"Portland, OR",239,"Portland, OR" +95,370,217,"New York, NY and NJ",217,"New York, NY and NJ" +95,371,268,"Seattle, WA",268,"Seattle, WA" +95,372,241,"Philadelphia, PA",241,"Philadelphia, PA" +95,373,174,"Tampa, FL",174,"Tampa, FL" +95,374,159,"Long Beach, CA",159,"Long Beach, CA" +95,375,162,"Oakland, CA",162,"Oakland, CA" +95,376,162,"Oakland, CA",162,"Oakland, CA" +95,377,245,"Charleston, SC",245,"Charleston, SC" +95,378,152,"Mobile, AL",152,"Mobile, AL" +95,379,269,"Longview, WA",269,"Longview, WA" +95,380,159,"Long Beach, CA",159,"Long Beach, CA" +95,381,159,"Long Beach, CA",159,"Long Beach, CA" +95,382,198,"Baltimore, MD",198,"Baltimore, MD" +95,383,159,"Long Beach, CA",159,"Long Beach, CA" +95,384,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +95,385,241,"Philadelphia, PA",241,"Philadelphia, PA" +95,386,201,"Boston, MA",201,"Boston, MA" +95,387,198,"Baltimore, MD",198,"Baltimore, MD" +95,388,201,"Boston, MA",201,"Boston, MA" +95,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +95,390,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +95,391,217,"New York, NY and NJ",217,"New York, NY and NJ" +95,392,159,"Long Beach, CA",159,"Long Beach, CA" +95,393,159,"Long Beach, CA",159,"Long Beach, CA" +95,394,198,"Baltimore, MD",198,"Baltimore, MD" +95,395,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +95,396,159,"Long Beach, CA",159,"Long Beach, CA" +95,397,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +95,398,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +95,399,159,"Long Beach, CA",159,"Long Beach, CA" +95,400,162,"Oakland, CA",162,"Oakland, CA" +95,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +95,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +95,403,268,"Seattle, WA",268,"Seattle, WA" +95,404,217,"New York, NY and NJ",217,"New York, NY and NJ" +95,405,174,"Tampa, FL",174,"Tampa, FL" +95,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +95,407,198,"Baltimore, MD",198,"Baltimore, MD" +95,408,159,"Long Beach, CA",159,"Long Beach, CA" +95,409,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +95,410,159,"Long Beach, CA",159,"Long Beach, CA" +95,411,268,"Seattle, WA",268,"Seattle, WA" +95,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +95,413,268,"Seattle, WA",268,"Seattle, WA" +95,414,152,"Mobile, AL",152,"Mobile, AL" +95,415,217,"New York, NY and NJ",217,"New York, NY and NJ" +95,416,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +95,417,268,"Seattle, WA",268,"Seattle, WA" +95,418,159,"Long Beach, CA",159,"Long Beach, CA" +95,419,241,"Philadelphia, PA",241,"Philadelphia, PA" +95,420,162,"Oakland, CA",162,"Oakland, CA" +95,421,159,"Long Beach, CA",159,"Long Beach, CA" +95,422,268,"Seattle, WA",268,"Seattle, WA" +95,423,159,"Long Beach, CA",159,"Long Beach, CA" +95,424,152,"Mobile, AL",152,"Mobile, AL" +95,425,159,"Long Beach, CA",159,"Long Beach, CA" +95,426,171,"Jacksonville, FL",171,"Jacksonville, FL" +95,427,195,"New Orleans, LA",195,"New Orleans, LA" +95,428,268,"Seattle, WA",268,"Seattle, WA" +95,429,257,"Houston, TX",257,"Houston, TX" +95,430,197,"Portland, ME",197,"Portland, ME" +95,431,223,"New York, NY and NJ",223,"New York, NY and NJ" +95,432,159,"Long Beach, CA",159,"Long Beach, CA" +95,433,217,"New York, NY and NJ",217,"New York, NY and NJ" +95,434,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +95,435,241,"Philadelphia, PA",241,"Philadelphia, PA" +95,436,217,"New York, NY and NJ",217,"New York, NY and NJ" +95,437,198,"Baltimore, MD",198,"Baltimore, MD" +95,438,174,"Tampa, FL",174,"Tampa, FL" +95,439,174,"Tampa, FL",174,"Tampa, FL" +95,440,174,"Tampa, FL",174,"Tampa, FL" +95,441,162,"Oakland, CA",162,"Oakland, CA" +95,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +95,443,197,"Portland, ME",197,"Portland, ME" +95,444,269,"Longview, WA",269,"Longview, WA" +95,445,223,"New York, NY and NJ",223,"New York, NY and NJ" +95,446,198,"Baltimore, MD",198,"Baltimore, MD" +95,447,241,"Philadelphia, PA",241,"Philadelphia, PA" +95,448,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +95,449,162,"Oakland, CA",162,"Oakland, CA" +95,450,177,"Savannah, GA",177,"Savannah, GA" +95,451,197,"Portland, ME",197,"Portland, ME" +95,452,198,"Baltimore, MD",198,"Baltimore, MD" +95,453,159,"Long Beach, CA",159,"Long Beach, CA" +95,454,198,"Baltimore, MD",198,"Baltimore, MD" +95,455,241,"Philadelphia, PA",241,"Philadelphia, PA" +95,456,268,"Seattle, WA",268,"Seattle, WA" +95,457,197,"Portland, ME",197,"Portland, ME" +95,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +95,459,159,"Long Beach, CA",159,"Long Beach, CA" +95,460,169,"Wilmington, DE",169,"Wilmington, DE" +95,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +95,462,223,"New York, NY and NJ",223,"New York, NY and NJ" +95,463,198,"Baltimore, MD",198,"Baltimore, MD" +95,464,241,"Philadelphia, PA",241,"Philadelphia, PA" +95,465,268,"Seattle, WA",268,"Seattle, WA" +95,466,239,"Portland, OR",239,"Portland, OR" +95,467,201,"Boston, MA",201,"Boston, MA" +95,468,269,"Longview, WA",269,"Longview, WA" +95,469,198,"Baltimore, MD",198,"Baltimore, MD" +95,470,159,"Long Beach, CA",159,"Long Beach, CA" +95,471,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +95,472,268,"Seattle, WA",268,"Seattle, WA" +95,473,159,"Long Beach, CA",159,"Long Beach, CA" +95,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +95,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +95,476,159,"Long Beach, CA",159,"Long Beach, CA" +95,477,268,"Seattle, WA",268,"Seattle, WA" +95,478,245,"Charleston, SC",245,"Charleston, SC" +95,479,159,"Long Beach, CA",159,"Long Beach, CA" +95,480,241,"Philadelphia, PA",241,"Philadelphia, PA" +95,481,197,"Portland, ME",197,"Portland, ME" +95,482,239,"Portland, OR",239,"Portland, OR" +95,483,201,"Boston, MA",201,"Boston, MA" +95,484,195,"New Orleans, LA",195,"New Orleans, LA" +95,485,159,"Long Beach, CA",159,"Long Beach, CA" +95,486,159,"Long Beach, CA",159,"Long Beach, CA" +95,487,171,"Jacksonville, FL",171,"Jacksonville, FL" +95,488,159,"Long Beach, CA",159,"Long Beach, CA" +95,489,159,"Long Beach, CA",159,"Long Beach, CA" +95,490,169,"Wilmington, DE",169,"Wilmington, DE" +95,491,201,"Boston, MA",201,"Boston, MA" +96,154,268,"Seattle, WA",268,"Seattle, WA" +96,179,159,"Long Beach, CA",159,"Long Beach, CA" +96,180,159,"Long Beach, CA",159,"Long Beach, CA" +96,274,159,"Long Beach, CA",159,"Long Beach, CA" +96,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +96,276,217,"New York, NY and NJ",217,"New York, NY and NJ" +96,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +96,278,217,"New York, NY and NJ",217,"New York, NY and NJ" +96,279,171,"Jacksonville, FL",171,"Jacksonville, FL" +96,280,245,"Charleston, SC",245,"Charleston, SC" +96,281,194,"Lake Charles, LA",194,"Lake Charles, LA" +96,282,201,"Boston, MA",201,"Boston, MA" +96,283,177,"Savannah, GA",177,"Savannah, GA" +96,284,162,"Oakland, CA",162,"Oakland, CA" +96,285,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +96,286,217,"New York, NY and NJ",217,"New York, NY and NJ" +96,287,177,"Savannah, GA",177,"Savannah, GA" +96,288,159,"Long Beach, CA",159,"Long Beach, CA" +96,289,159,"Long Beach, CA",159,"Long Beach, CA" +96,290,229,"Wilmington, NC",229,"Wilmington, NC" +96,291,197,"Portland, ME",197,"Portland, ME" +96,292,201,"Boston, MA",201,"Boston, MA" +96,293,172,"Port Everglades, FL",172,"Port Everglades, FL" +96,294,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +96,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +96,296,159,"Long Beach, CA",159,"Long Beach, CA" +96,297,171,"Jacksonville, FL",171,"Jacksonville, FL" +96,298,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +96,299,217,"New York, NY and NJ",217,"New York, NY and NJ" +96,300,245,"Charleston, SC",245,"Charleston, SC" +96,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +96,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +96,303,159,"Long Beach, CA",159,"Long Beach, CA" +96,304,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +96,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +96,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +96,307,198,"Baltimore, MD",198,"Baltimore, MD" +96,308,268,"Seattle, WA",268,"Seattle, WA" +96,309,201,"Boston, MA",201,"Boston, MA" +96,310,198,"Baltimore, MD",198,"Baltimore, MD" +96,311,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +96,312,195,"New Orleans, LA",195,"New Orleans, LA" +96,313,244,"Providence, RI",244,"Providence, RI" +96,314,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +96,315,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +96,316,159,"Long Beach, CA",159,"Long Beach, CA" +96,317,268,"Seattle, WA",268,"Seattle, WA" +96,318,268,"Seattle, WA",268,"Seattle, WA" +96,319,172,"Port Everglades, FL",172,"Port Everglades, FL" +96,320,223,"New York, NY and NJ",223,"New York, NY and NJ" +96,321,198,"Baltimore, MD",198,"Baltimore, MD" +96,322,159,"Long Beach, CA",159,"Long Beach, CA" +96,323,171,"Jacksonville, FL",171,"Jacksonville, FL" +96,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +96,325,174,"Tampa, FL",174,"Tampa, FL" +96,326,171,"Jacksonville, FL",171,"Jacksonville, FL" +96,327,201,"Boston, MA",201,"Boston, MA" +96,328,198,"Baltimore, MD",198,"Baltimore, MD" +96,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +96,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +96,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +96,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +96,333,177,"Savannah, GA",177,"Savannah, GA" +96,334,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +96,335,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +96,336,172,"Port Everglades, FL",172,"Port Everglades, FL" +96,337,197,"Portland, ME",197,"Portland, ME" +96,338,217,"New York, NY and NJ",217,"New York, NY and NJ" +96,339,198,"Baltimore, MD",198,"Baltimore, MD" +96,340,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +96,341,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +96,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +96,343,239,"Portland, OR",239,"Portland, OR" +96,344,197,"Portland, ME",197,"Portland, ME" +96,345,197,"Portland, ME",197,"Portland, ME" +96,346,217,"New York, NY and NJ",217,"New York, NY and NJ" +96,347,198,"Baltimore, MD",198,"Baltimore, MD" +96,348,223,"New York, NY and NJ",223,"New York, NY and NJ" +96,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +96,350,217,"New York, NY and NJ",217,"New York, NY and NJ" +96,351,201,"Boston, MA",201,"Boston, MA" +96,352,197,"Portland, ME",197,"Portland, ME" +96,353,198,"Baltimore, MD",198,"Baltimore, MD" +96,354,244,"Providence, RI",244,"Providence, RI" +96,355,177,"Savannah, GA",177,"Savannah, GA" +96,356,257,"Houston, TX",257,"Houston, TX" +96,357,223,"New York, NY and NJ",223,"New York, NY and NJ" +96,358,201,"Boston, MA",201,"Boston, MA" +96,359,171,"Jacksonville, FL",171,"Jacksonville, FL" +96,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +96,361,195,"New Orleans, LA",195,"New Orleans, LA" +96,362,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +96,363,253,"Beaumont, TX",253,"Beaumont, TX" +96,364,197,"Portland, ME",197,"Portland, ME" +96,365,201,"Boston, MA",201,"Boston, MA" +96,366,159,"Long Beach, CA",159,"Long Beach, CA" +96,367,159,"Long Beach, CA",159,"Long Beach, CA" +96,368,268,"Seattle, WA",268,"Seattle, WA" +96,369,159,"Long Beach, CA",159,"Long Beach, CA" +96,370,217,"New York, NY and NJ",217,"New York, NY and NJ" +96,371,239,"Portland, OR",239,"Portland, OR" +96,372,244,"Providence, RI",244,"Providence, RI" +96,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +96,374,162,"Oakland, CA",162,"Oakland, CA" +96,375,159,"Long Beach, CA",159,"Long Beach, CA" +96,376,162,"Oakland, CA",162,"Oakland, CA" +96,377,241,"Philadelphia, PA",241,"Philadelphia, PA" +96,378,253,"Beaumont, TX",253,"Beaumont, TX" +96,379,269,"Longview, WA",269,"Longview, WA" +96,380,162,"Oakland, CA",162,"Oakland, CA" +96,381,159,"Long Beach, CA",159,"Long Beach, CA" +96,382,244,"Providence, RI",244,"Providence, RI" +96,383,159,"Long Beach, CA",159,"Long Beach, CA" +96,384,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +96,385,223,"New York, NY and NJ",223,"New York, NY and NJ" +96,386,223,"New York, NY and NJ",223,"New York, NY and NJ" +96,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +96,388,197,"Portland, ME",197,"Portland, ME" +96,389,201,"Boston, MA",201,"Boston, MA" +96,390,245,"Charleston, SC",245,"Charleston, SC" +96,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +96,392,159,"Long Beach, CA",159,"Long Beach, CA" +96,393,159,"Long Beach, CA",159,"Long Beach, CA" +96,394,198,"Baltimore, MD",198,"Baltimore, MD" +96,395,198,"Baltimore, MD",198,"Baltimore, MD" +96,396,159,"Long Beach, CA",159,"Long Beach, CA" +96,397,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +96,398,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +96,399,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +96,400,162,"Oakland, CA",162,"Oakland, CA" +96,401,244,"Providence, RI",244,"Providence, RI" +96,402,197,"Portland, ME",197,"Portland, ME" +96,403,162,"Oakland, CA",162,"Oakland, CA" +96,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +96,405,177,"Savannah, GA",177,"Savannah, GA" +96,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +96,407,223,"New York, NY and NJ",223,"New York, NY and NJ" +96,408,159,"Long Beach, CA",159,"Long Beach, CA" +96,409,223,"New York, NY and NJ",223,"New York, NY and NJ" +96,410,159,"Long Beach, CA",159,"Long Beach, CA" +96,411,268,"Seattle, WA",268,"Seattle, WA" +96,412,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +96,413,159,"Long Beach, CA",159,"Long Beach, CA" +96,414,152,"Mobile, AL",152,"Mobile, AL" +96,415,244,"Providence, RI",244,"Providence, RI" +96,416,197,"Portland, ME",197,"Portland, ME" +96,417,268,"Seattle, WA",268,"Seattle, WA" +96,418,159,"Long Beach, CA",159,"Long Beach, CA" +96,419,198,"Baltimore, MD",198,"Baltimore, MD" +96,420,268,"Seattle, WA",268,"Seattle, WA" +96,421,159,"Long Beach, CA",159,"Long Beach, CA" +96,422,268,"Seattle, WA",268,"Seattle, WA" +96,423,239,"Portland, OR",239,"Portland, OR" +96,424,195,"New Orleans, LA",195,"New Orleans, LA" +96,425,159,"Long Beach, CA",159,"Long Beach, CA" +96,426,177,"Savannah, GA",177,"Savannah, GA" +96,427,195,"New Orleans, LA",195,"New Orleans, LA" +96,428,159,"Long Beach, CA",159,"Long Beach, CA" +96,429,159,"Long Beach, CA",159,"Long Beach, CA" +96,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +96,431,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +96,432,162,"Oakland, CA",162,"Oakland, CA" +96,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +96,434,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +96,435,197,"Portland, ME",197,"Portland, ME" +96,436,241,"Philadelphia, PA",241,"Philadelphia, PA" +96,437,241,"Philadelphia, PA",241,"Philadelphia, PA" +96,438,177,"Savannah, GA",177,"Savannah, GA" +96,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +96,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +96,441,268,"Seattle, WA",268,"Seattle, WA" +96,442,198,"Baltimore, MD",198,"Baltimore, MD" +96,443,223,"New York, NY and NJ",223,"New York, NY and NJ" +96,444,239,"Portland, OR",239,"Portland, OR" +96,445,223,"New York, NY and NJ",223,"New York, NY and NJ" +96,446,217,"New York, NY and NJ",217,"New York, NY and NJ" +96,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +96,448,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +96,449,159,"Long Beach, CA",159,"Long Beach, CA" +96,450,172,"Port Everglades, FL",172,"Port Everglades, FL" +96,451,197,"Portland, ME",197,"Portland, ME" +96,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +96,453,268,"Seattle, WA",268,"Seattle, WA" +96,454,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +96,455,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +96,456,268,"Seattle, WA",268,"Seattle, WA" +96,457,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +96,458,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +96,459,268,"Seattle, WA",268,"Seattle, WA" +96,460,198,"Baltimore, MD",198,"Baltimore, MD" +96,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +96,462,229,"Wilmington, NC",229,"Wilmington, NC" +96,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +96,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +96,465,159,"Long Beach, CA",159,"Long Beach, CA" +96,466,159,"Long Beach, CA",159,"Long Beach, CA" +96,467,217,"New York, NY and NJ",217,"New York, NY and NJ" +96,468,159,"Long Beach, CA",159,"Long Beach, CA" +96,469,241,"Philadelphia, PA",241,"Philadelphia, PA" +96,470,159,"Long Beach, CA",159,"Long Beach, CA" +96,471,217,"New York, NY and NJ",217,"New York, NY and NJ" +96,472,162,"Oakland, CA",162,"Oakland, CA" +96,473,159,"Long Beach, CA",159,"Long Beach, CA" +96,474,177,"Savannah, GA",177,"Savannah, GA" +96,475,169,"Wilmington, DE",169,"Wilmington, DE" +96,476,239,"Portland, OR",239,"Portland, OR" +96,477,159,"Long Beach, CA",159,"Long Beach, CA" +96,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +96,479,159,"Long Beach, CA",159,"Long Beach, CA" +96,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +96,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +96,482,159,"Long Beach, CA",159,"Long Beach, CA" +96,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +96,484,177,"Savannah, GA",177,"Savannah, GA" +96,485,159,"Long Beach, CA",159,"Long Beach, CA" +96,486,162,"Oakland, CA",162,"Oakland, CA" +96,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +96,488,159,"Long Beach, CA",159,"Long Beach, CA" +96,489,152,"Mobile, AL",152,"Mobile, AL" +96,490,198,"Baltimore, MD",198,"Baltimore, MD" +96,491,198,"Baltimore, MD",198,"Baltimore, MD" +97,154,269,"Longview, WA",269,"Longview, WA" +97,179,268,"Seattle, WA",268,"Seattle, WA" +97,180,159,"Long Beach, CA",159,"Long Beach, CA" +97,274,268,"Seattle, WA",268,"Seattle, WA" +97,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,276,217,"New York, NY and NJ",217,"New York, NY and NJ" +97,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,278,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +97,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +97,281,174,"Tampa, FL",174,"Tampa, FL" +97,282,201,"Boston, MA",201,"Boston, MA" +97,283,195,"New Orleans, LA",195,"New Orleans, LA" +97,284,159,"Long Beach, CA",159,"Long Beach, CA" +97,285,198,"Baltimore, MD",198,"Baltimore, MD" +97,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,287,177,"Savannah, GA",177,"Savannah, GA" +97,288,269,"Longview, WA",269,"Longview, WA" +97,289,159,"Long Beach, CA",159,"Long Beach, CA" +97,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +97,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,293,195,"New Orleans, LA",195,"New Orleans, LA" +97,294,245,"Charleston, SC",245,"Charleston, SC" +97,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +97,296,269,"Longview, WA",269,"Longview, WA" +97,297,177,"Savannah, GA",177,"Savannah, GA" +97,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +97,299,169,"Wilmington, DE",169,"Wilmington, DE" +97,300,241,"Philadelphia, PA",241,"Philadelphia, PA" +97,301,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +97,302,172,"Port Everglades, FL",172,"Port Everglades, FL" +97,303,159,"Long Beach, CA",159,"Long Beach, CA" +97,304,241,"Philadelphia, PA",241,"Philadelphia, PA" +97,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +97,306,217,"New York, NY and NJ",217,"New York, NY and NJ" +97,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +97,308,239,"Portland, OR",239,"Portland, OR" +97,309,198,"Baltimore, MD",198,"Baltimore, MD" +97,310,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +97,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +97,313,217,"New York, NY and NJ",217,"New York, NY and NJ" +97,314,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,315,172,"Port Everglades, FL",172,"Port Everglades, FL" +97,316,159,"Long Beach, CA",159,"Long Beach, CA" +97,317,268,"Seattle, WA",268,"Seattle, WA" +97,318,159,"Long Beach, CA",159,"Long Beach, CA" +97,319,177,"Savannah, GA",177,"Savannah, GA" +97,320,241,"Philadelphia, PA",241,"Philadelphia, PA" +97,321,201,"Boston, MA",201,"Boston, MA" +97,322,268,"Seattle, WA",268,"Seattle, WA" +97,323,195,"New Orleans, LA",195,"New Orleans, LA" +97,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,325,174,"Tampa, FL",174,"Tampa, FL" +97,326,177,"Savannah, GA",177,"Savannah, GA" +97,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +97,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +97,330,197,"Portland, ME",197,"Portland, ME" +97,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +97,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +97,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +97,334,257,"Houston, TX",257,"Houston, TX" +97,335,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +97,336,195,"New Orleans, LA",195,"New Orleans, LA" +97,337,201,"Boston, MA",201,"Boston, MA" +97,338,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,340,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,341,208,"Pascagoula, MS",208,"Pascagoula, MS" +97,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,343,159,"Long Beach, CA",159,"Long Beach, CA" +97,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,346,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +97,347,177,"Savannah, GA",177,"Savannah, GA" +97,348,241,"Philadelphia, PA",241,"Philadelphia, PA" +97,349,217,"New York, NY and NJ",217,"New York, NY and NJ" +97,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,351,241,"Philadelphia, PA",241,"Philadelphia, PA" +97,352,241,"Philadelphia, PA",241,"Philadelphia, PA" +97,353,244,"Providence, RI",244,"Providence, RI" +97,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,355,229,"Wilmington, NC",229,"Wilmington, NC" +97,356,253,"Beaumont, TX",253,"Beaumont, TX" +97,357,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +97,358,244,"Providence, RI",244,"Providence, RI" +97,359,245,"Charleston, SC",245,"Charleston, SC" +97,360,178,"Brunswick, GA",178,"Brunswick, GA" +97,361,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +97,362,198,"Baltimore, MD",198,"Baltimore, MD" +97,363,194,"Lake Charles, LA",194,"Lake Charles, LA" +97,364,244,"Providence, RI",244,"Providence, RI" +97,365,241,"Philadelphia, PA",241,"Philadelphia, PA" +97,366,159,"Long Beach, CA",159,"Long Beach, CA" +97,367,159,"Long Beach, CA",159,"Long Beach, CA" +97,368,159,"Long Beach, CA",159,"Long Beach, CA" +97,369,159,"Long Beach, CA",159,"Long Beach, CA" +97,370,217,"New York, NY and NJ",217,"New York, NY and NJ" +97,371,159,"Long Beach, CA",159,"Long Beach, CA" +97,372,201,"Boston, MA",201,"Boston, MA" +97,373,174,"Tampa, FL",174,"Tampa, FL" +97,374,159,"Long Beach, CA",159,"Long Beach, CA" +97,375,159,"Long Beach, CA",159,"Long Beach, CA" +97,376,159,"Long Beach, CA",159,"Long Beach, CA" +97,377,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +97,378,257,"Houston, TX",257,"Houston, TX" +97,379,162,"Oakland, CA",162,"Oakland, CA" +97,380,162,"Oakland, CA",162,"Oakland, CA" +97,381,159,"Long Beach, CA",159,"Long Beach, CA" +97,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,383,268,"Seattle, WA",268,"Seattle, WA" +97,384,201,"Boston, MA",201,"Boston, MA" +97,385,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,386,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +97,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,389,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +97,390,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,392,159,"Long Beach, CA",159,"Long Beach, CA" +97,393,268,"Seattle, WA",268,"Seattle, WA" +97,394,217,"New York, NY and NJ",217,"New York, NY and NJ" +97,395,244,"Providence, RI",244,"Providence, RI" +97,396,159,"Long Beach, CA",159,"Long Beach, CA" +97,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +97,398,198,"Baltimore, MD",198,"Baltimore, MD" +97,399,257,"Houston, TX",257,"Houston, TX" +97,400,268,"Seattle, WA",268,"Seattle, WA" +97,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +97,403,159,"Long Beach, CA",159,"Long Beach, CA" +97,404,197,"Portland, ME",197,"Portland, ME" +97,405,174,"Tampa, FL",174,"Tampa, FL" +97,406,197,"Portland, ME",197,"Portland, ME" +97,407,201,"Boston, MA",201,"Boston, MA" +97,408,159,"Long Beach, CA",159,"Long Beach, CA" +97,409,217,"New York, NY and NJ",217,"New York, NY and NJ" +97,410,159,"Long Beach, CA",159,"Long Beach, CA" +97,411,239,"Portland, OR",239,"Portland, OR" +97,412,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +97,413,162,"Oakland, CA",162,"Oakland, CA" +97,414,195,"New Orleans, LA",195,"New Orleans, LA" +97,415,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +97,416,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +97,417,269,"Longview, WA",269,"Longview, WA" +97,418,268,"Seattle, WA",268,"Seattle, WA" +97,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,420,269,"Longview, WA",269,"Longview, WA" +97,421,159,"Long Beach, CA",159,"Long Beach, CA" +97,422,159,"Long Beach, CA",159,"Long Beach, CA" +97,423,268,"Seattle, WA",268,"Seattle, WA" +97,424,195,"New Orleans, LA",195,"New Orleans, LA" +97,425,268,"Seattle, WA",268,"Seattle, WA" +97,426,171,"Jacksonville, FL",171,"Jacksonville, FL" +97,427,177,"Savannah, GA",177,"Savannah, GA" +97,428,268,"Seattle, WA",268,"Seattle, WA" +97,429,268,"Seattle, WA",268,"Seattle, WA" +97,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,431,197,"Portland, ME",197,"Portland, ME" +97,432,268,"Seattle, WA",268,"Seattle, WA" +97,433,198,"Baltimore, MD",198,"Baltimore, MD" +97,434,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +97,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,436,197,"Portland, ME",197,"Portland, ME" +97,437,245,"Charleston, SC",245,"Charleston, SC" +97,438,169,"Wilmington, DE",169,"Wilmington, DE" +97,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +97,440,177,"Savannah, GA",177,"Savannah, GA" +97,441,159,"Long Beach, CA",159,"Long Beach, CA" +97,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +97,443,217,"New York, NY and NJ",217,"New York, NY and NJ" +97,444,159,"Long Beach, CA",159,"Long Beach, CA" +97,445,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +97,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,447,217,"New York, NY and NJ",217,"New York, NY and NJ" +97,448,198,"Baltimore, MD",198,"Baltimore, MD" +97,449,269,"Longview, WA",269,"Longview, WA" +97,450,177,"Savannah, GA",177,"Savannah, GA" +97,451,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +97,452,198,"Baltimore, MD",198,"Baltimore, MD" +97,453,268,"Seattle, WA",268,"Seattle, WA" +97,454,198,"Baltimore, MD",198,"Baltimore, MD" +97,455,201,"Boston, MA",201,"Boston, MA" +97,456,162,"Oakland, CA",162,"Oakland, CA" +97,457,201,"Boston, MA",201,"Boston, MA" +97,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,459,159,"Long Beach, CA",159,"Long Beach, CA" +97,460,169,"Wilmington, DE",169,"Wilmington, DE" +97,461,198,"Baltimore, MD",198,"Baltimore, MD" +97,462,245,"Charleston, SC",245,"Charleston, SC" +97,463,244,"Providence, RI",244,"Providence, RI" +97,464,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +97,465,239,"Portland, OR",239,"Portland, OR" +97,466,159,"Long Beach, CA",159,"Long Beach, CA" +97,467,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +97,468,159,"Long Beach, CA",159,"Long Beach, CA" +97,469,244,"Providence, RI",244,"Providence, RI" +97,470,159,"Long Beach, CA",159,"Long Beach, CA" +97,471,223,"New York, NY and NJ",223,"New York, NY and NJ" +97,472,268,"Seattle, WA",268,"Seattle, WA" +97,473,162,"Oakland, CA",162,"Oakland, CA" +97,474,169,"Wilmington, DE",169,"Wilmington, DE" +97,475,201,"Boston, MA",201,"Boston, MA" +97,476,268,"Seattle, WA",268,"Seattle, WA" +97,477,159,"Long Beach, CA",159,"Long Beach, CA" +97,478,174,"Tampa, FL",174,"Tampa, FL" +97,479,268,"Seattle, WA",268,"Seattle, WA" +97,480,217,"New York, NY and NJ",217,"New York, NY and NJ" +97,481,201,"Boston, MA",201,"Boston, MA" +97,482,159,"Long Beach, CA",159,"Long Beach, CA" +97,483,241,"Philadelphia, PA",241,"Philadelphia, PA" +97,484,172,"Port Everglades, FL",172,"Port Everglades, FL" +97,485,162,"Oakland, CA",162,"Oakland, CA" +97,486,239,"Portland, OR",239,"Portland, OR" +97,487,195,"New Orleans, LA",195,"New Orleans, LA" +97,488,159,"Long Beach, CA",159,"Long Beach, CA" +97,489,159,"Long Beach, CA",159,"Long Beach, CA" +97,490,241,"Philadelphia, PA",241,"Philadelphia, PA" +97,491,217,"New York, NY and NJ",217,"New York, NY and NJ" +98,154,159,"Long Beach, CA",159,"Long Beach, CA" +98,179,268,"Seattle, WA",268,"Seattle, WA" +98,180,159,"Long Beach, CA",159,"Long Beach, CA" +98,274,159,"Long Beach, CA",159,"Long Beach, CA" +98,275,201,"Boston, MA",201,"Boston, MA" +98,276,241,"Philadelphia, PA",241,"Philadelphia, PA" +98,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +98,278,244,"Providence, RI",244,"Providence, RI" +98,279,177,"Savannah, GA",177,"Savannah, GA" +98,280,177,"Savannah, GA",177,"Savannah, GA" +98,281,194,"Lake Charles, LA",194,"Lake Charles, LA" +98,282,241,"Philadelphia, PA",241,"Philadelphia, PA" +98,283,177,"Savannah, GA",177,"Savannah, GA" +98,284,159,"Long Beach, CA",159,"Long Beach, CA" +98,285,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +98,286,244,"Providence, RI",244,"Providence, RI" +98,287,245,"Charleston, SC",245,"Charleston, SC" +98,288,159,"Long Beach, CA",159,"Long Beach, CA" +98,289,159,"Long Beach, CA",159,"Long Beach, CA" +98,290,217,"New York, NY and NJ",217,"New York, NY and NJ" +98,291,201,"Boston, MA",201,"Boston, MA" +98,292,241,"Philadelphia, PA",241,"Philadelphia, PA" +98,293,195,"New Orleans, LA",195,"New Orleans, LA" +98,294,198,"Baltimore, MD",198,"Baltimore, MD" +98,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +98,296,159,"Long Beach, CA",159,"Long Beach, CA" +98,297,195,"New Orleans, LA",195,"New Orleans, LA" +98,298,197,"Portland, ME",197,"Portland, ME" +98,299,217,"New York, NY and NJ",217,"New York, NY and NJ" +98,300,177,"Savannah, GA",177,"Savannah, GA" +98,301,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +98,302,245,"Charleston, SC",245,"Charleston, SC" +98,303,268,"Seattle, WA",268,"Seattle, WA" +98,304,198,"Baltimore, MD",198,"Baltimore, MD" +98,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +98,306,244,"Providence, RI",244,"Providence, RI" +98,307,198,"Baltimore, MD",198,"Baltimore, MD" +98,308,268,"Seattle, WA",268,"Seattle, WA" +98,309,245,"Charleston, SC",245,"Charleston, SC" +98,310,152,"Mobile, AL",152,"Mobile, AL" +98,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +98,312,195,"New Orleans, LA",195,"New Orleans, LA" +98,313,197,"Portland, ME",197,"Portland, ME" +98,314,198,"Baltimore, MD",198,"Baltimore, MD" +98,315,171,"Jacksonville, FL",171,"Jacksonville, FL" +98,316,162,"Oakland, CA",162,"Oakland, CA" +98,317,159,"Long Beach, CA",159,"Long Beach, CA" +98,318,159,"Long Beach, CA",159,"Long Beach, CA" +98,319,152,"Mobile, AL",152,"Mobile, AL" +98,320,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +98,321,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +98,322,159,"Long Beach, CA",159,"Long Beach, CA" +98,323,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +98,324,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +98,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +98,326,171,"Jacksonville, FL",171,"Jacksonville, FL" +98,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +98,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +98,329,198,"Baltimore, MD",198,"Baltimore, MD" +98,330,201,"Boston, MA",201,"Boston, MA" +98,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +98,332,229,"Wilmington, NC",229,"Wilmington, NC" +98,333,177,"Savannah, GA",177,"Savannah, GA" +98,334,195,"New Orleans, LA",195,"New Orleans, LA" +98,335,197,"Portland, ME",197,"Portland, ME" +98,336,195,"New Orleans, LA",195,"New Orleans, LA" +98,337,217,"New York, NY and NJ",217,"New York, NY and NJ" +98,338,201,"Boston, MA",201,"Boston, MA" +98,339,241,"Philadelphia, PA",241,"Philadelphia, PA" +98,340,217,"New York, NY and NJ",217,"New York, NY and NJ" +98,341,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +98,342,198,"Baltimore, MD",198,"Baltimore, MD" +98,343,268,"Seattle, WA",268,"Seattle, WA" +98,344,241,"Philadelphia, PA",241,"Philadelphia, PA" +98,345,198,"Baltimore, MD",198,"Baltimore, MD" +98,346,178,"Brunswick, GA",178,"Brunswick, GA" +98,347,198,"Baltimore, MD",198,"Baltimore, MD" +98,348,223,"New York, NY and NJ",223,"New York, NY and NJ" +98,349,241,"Philadelphia, PA",241,"Philadelphia, PA" +98,350,197,"Portland, ME",197,"Portland, ME" +98,351,201,"Boston, MA",201,"Boston, MA" +98,352,217,"New York, NY and NJ",217,"New York, NY and NJ" +98,353,197,"Portland, ME",197,"Portland, ME" +98,354,169,"Wilmington, DE",169,"Wilmington, DE" +98,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +98,356,194,"Lake Charles, LA",194,"Lake Charles, LA" +98,357,197,"Portland, ME",197,"Portland, ME" +98,358,241,"Philadelphia, PA",241,"Philadelphia, PA" +98,359,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +98,360,174,"Tampa, FL",174,"Tampa, FL" +98,361,195,"New Orleans, LA",195,"New Orleans, LA" +98,362,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +98,363,152,"Mobile, AL",152,"Mobile, AL" +98,364,241,"Philadelphia, PA",241,"Philadelphia, PA" +98,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +98,366,268,"Seattle, WA",268,"Seattle, WA" +98,367,159,"Long Beach, CA",159,"Long Beach, CA" +98,368,159,"Long Beach, CA",159,"Long Beach, CA" +98,369,162,"Oakland, CA",162,"Oakland, CA" +98,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +98,371,159,"Long Beach, CA",159,"Long Beach, CA" +98,372,198,"Baltimore, MD",198,"Baltimore, MD" +98,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +98,374,268,"Seattle, WA",268,"Seattle, WA" +98,375,159,"Long Beach, CA",159,"Long Beach, CA" +98,376,159,"Long Beach, CA",159,"Long Beach, CA" +98,377,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +98,378,152,"Mobile, AL",152,"Mobile, AL" +98,379,268,"Seattle, WA",268,"Seattle, WA" +98,380,268,"Seattle, WA",268,"Seattle, WA" +98,381,162,"Oakland, CA",162,"Oakland, CA" +98,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +98,383,159,"Long Beach, CA",159,"Long Beach, CA" +98,384,241,"Philadelphia, PA",241,"Philadelphia, PA" +98,385,244,"Providence, RI",244,"Providence, RI" +98,386,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +98,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +98,388,201,"Boston, MA",201,"Boston, MA" +98,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +98,390,198,"Baltimore, MD",198,"Baltimore, MD" +98,391,244,"Providence, RI",244,"Providence, RI" +98,392,239,"Portland, OR",239,"Portland, OR" +98,393,268,"Seattle, WA",268,"Seattle, WA" +98,394,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +98,395,201,"Boston, MA",201,"Boston, MA" +98,396,268,"Seattle, WA",268,"Seattle, WA" +98,397,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +98,398,223,"New York, NY and NJ",223,"New York, NY and NJ" +98,399,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +98,400,162,"Oakland, CA",162,"Oakland, CA" +98,401,241,"Philadelphia, PA",241,"Philadelphia, PA" +98,402,197,"Portland, ME",197,"Portland, ME" +98,403,159,"Long Beach, CA",159,"Long Beach, CA" +98,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +98,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +98,406,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +98,407,245,"Charleston, SC",245,"Charleston, SC" +98,408,268,"Seattle, WA",268,"Seattle, WA" +98,409,177,"Savannah, GA",177,"Savannah, GA" +98,410,162,"Oakland, CA",162,"Oakland, CA" +98,411,159,"Long Beach, CA",159,"Long Beach, CA" +98,412,198,"Baltimore, MD",198,"Baltimore, MD" +98,413,268,"Seattle, WA",268,"Seattle, WA" +98,414,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +98,415,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +98,416,223,"New York, NY and NJ",223,"New York, NY and NJ" +98,417,159,"Long Beach, CA",159,"Long Beach, CA" +98,418,239,"Portland, OR",239,"Portland, OR" +98,419,217,"New York, NY and NJ",217,"New York, NY and NJ" +98,420,159,"Long Beach, CA",159,"Long Beach, CA" +98,421,159,"Long Beach, CA",159,"Long Beach, CA" +98,422,159,"Long Beach, CA",159,"Long Beach, CA" +98,423,162,"Oakland, CA",162,"Oakland, CA" +98,424,195,"New Orleans, LA",195,"New Orleans, LA" +98,425,159,"Long Beach, CA",159,"Long Beach, CA" +98,426,171,"Jacksonville, FL",171,"Jacksonville, FL" +98,427,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +98,428,159,"Long Beach, CA",159,"Long Beach, CA" +98,429,253,"Beaumont, TX",253,"Beaumont, TX" +98,430,201,"Boston, MA",201,"Boston, MA" +98,431,223,"New York, NY and NJ",223,"New York, NY and NJ" +98,432,159,"Long Beach, CA",159,"Long Beach, CA" +98,433,241,"Philadelphia, PA",241,"Philadelphia, PA" +98,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +98,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +98,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +98,437,177,"Savannah, GA",177,"Savannah, GA" +98,438,171,"Jacksonville, FL",171,"Jacksonville, FL" +98,439,171,"Jacksonville, FL",171,"Jacksonville, FL" +98,440,229,"Wilmington, NC",229,"Wilmington, NC" +98,441,268,"Seattle, WA",268,"Seattle, WA" +98,442,241,"Philadelphia, PA",241,"Philadelphia, PA" +98,443,223,"New York, NY and NJ",223,"New York, NY and NJ" +98,444,159,"Long Beach, CA",159,"Long Beach, CA" +98,445,198,"Baltimore, MD",198,"Baltimore, MD" +98,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +98,447,217,"New York, NY and NJ",217,"New York, NY and NJ" +98,448,241,"Philadelphia, PA",241,"Philadelphia, PA" +98,449,269,"Longview, WA",269,"Longview, WA" +98,450,174,"Tampa, FL",174,"Tampa, FL" +98,451,197,"Portland, ME",197,"Portland, ME" +98,452,201,"Boston, MA",201,"Boston, MA" +98,453,239,"Portland, OR",239,"Portland, OR" +98,454,197,"Portland, ME",197,"Portland, ME" +98,455,217,"New York, NY and NJ",217,"New York, NY and NJ" +98,456,159,"Long Beach, CA",159,"Long Beach, CA" +98,457,198,"Baltimore, MD",198,"Baltimore, MD" +98,458,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +98,459,268,"Seattle, WA",268,"Seattle, WA" +98,460,201,"Boston, MA",201,"Boston, MA" +98,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +98,462,217,"New York, NY and NJ",217,"New York, NY and NJ" +98,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +98,464,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +98,465,268,"Seattle, WA",268,"Seattle, WA" +98,466,159,"Long Beach, CA",159,"Long Beach, CA" +98,467,241,"Philadelphia, PA",241,"Philadelphia, PA" +98,468,239,"Portland, OR",239,"Portland, OR" +98,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +98,470,162,"Oakland, CA",162,"Oakland, CA" +98,471,217,"New York, NY and NJ",217,"New York, NY and NJ" +98,472,268,"Seattle, WA",268,"Seattle, WA" +98,473,268,"Seattle, WA",268,"Seattle, WA" +98,474,229,"Wilmington, NC",229,"Wilmington, NC" +98,475,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +98,476,268,"Seattle, WA",268,"Seattle, WA" +98,477,159,"Long Beach, CA",159,"Long Beach, CA" +98,478,229,"Wilmington, NC",229,"Wilmington, NC" +98,479,159,"Long Beach, CA",159,"Long Beach, CA" +98,480,244,"Providence, RI",244,"Providence, RI" +98,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +98,482,268,"Seattle, WA",268,"Seattle, WA" +98,483,241,"Philadelphia, PA",241,"Philadelphia, PA" +98,484,195,"New Orleans, LA",195,"New Orleans, LA" +98,485,159,"Long Beach, CA",159,"Long Beach, CA" +98,486,159,"Long Beach, CA",159,"Long Beach, CA" +98,487,177,"Savannah, GA",177,"Savannah, GA" +98,488,162,"Oakland, CA",162,"Oakland, CA" +98,489,159,"Long Beach, CA",159,"Long Beach, CA" +98,490,198,"Baltimore, MD",198,"Baltimore, MD" +98,491,223,"New York, NY and NJ",223,"New York, NY and NJ" +99,154,268,"Seattle, WA",268,"Seattle, WA" +99,179,268,"Seattle, WA",268,"Seattle, WA" +99,180,268,"Seattle, WA",268,"Seattle, WA" +99,274,268,"Seattle, WA",268,"Seattle, WA" +99,275,217,"New York, NY and NJ",217,"New York, NY and NJ" +99,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +99,277,201,"Boston, MA",201,"Boston, MA" +99,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +99,279,174,"Tampa, FL",174,"Tampa, FL" +99,280,171,"Jacksonville, FL",171,"Jacksonville, FL" +99,281,152,"Mobile, AL",152,"Mobile, AL" +99,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +99,283,177,"Savannah, GA",177,"Savannah, GA" +99,284,268,"Seattle, WA",268,"Seattle, WA" +99,285,244,"Providence, RI",244,"Providence, RI" +99,286,217,"New York, NY and NJ",217,"New York, NY and NJ" +99,287,171,"Jacksonville, FL",171,"Jacksonville, FL" +99,288,159,"Long Beach, CA",159,"Long Beach, CA" +99,289,162,"Oakland, CA",162,"Oakland, CA" +99,290,245,"Charleston, SC",245,"Charleston, SC" +99,291,244,"Providence, RI",244,"Providence, RI" +99,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +99,293,195,"New Orleans, LA",195,"New Orleans, LA" +99,294,197,"Portland, ME",197,"Portland, ME" +99,295,223,"New York, NY and NJ",223,"New York, NY and NJ" +99,296,159,"Long Beach, CA",159,"Long Beach, CA" +99,297,174,"Tampa, FL",174,"Tampa, FL" +99,298,197,"Portland, ME",197,"Portland, ME" +99,299,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +99,300,177,"Savannah, GA",177,"Savannah, GA" +99,301,197,"Portland, ME",197,"Portland, ME" +99,302,245,"Charleston, SC",245,"Charleston, SC" +99,303,268,"Seattle, WA",268,"Seattle, WA" +99,304,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +99,305,229,"Wilmington, NC",229,"Wilmington, NC" +99,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +99,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +99,308,269,"Longview, WA",269,"Longview, WA" +99,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +99,310,217,"New York, NY and NJ",217,"New York, NY and NJ" +99,311,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +99,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +99,313,201,"Boston, MA",201,"Boston, MA" +99,314,201,"Boston, MA",201,"Boston, MA" +99,315,257,"Houston, TX",257,"Houston, TX" +99,316,159,"Long Beach, CA",159,"Long Beach, CA" +99,317,159,"Long Beach, CA",159,"Long Beach, CA" +99,318,159,"Long Beach, CA",159,"Long Beach, CA" +99,319,245,"Charleston, SC",245,"Charleston, SC" +99,320,241,"Philadelphia, PA",241,"Philadelphia, PA" +99,321,198,"Baltimore, MD",198,"Baltimore, MD" +99,322,159,"Long Beach, CA",159,"Long Beach, CA" +99,323,172,"Port Everglades, FL",172,"Port Everglades, FL" +99,324,201,"Boston, MA",201,"Boston, MA" +99,325,177,"Savannah, GA",177,"Savannah, GA" +99,326,245,"Charleston, SC",245,"Charleston, SC" +99,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +99,328,217,"New York, NY and NJ",217,"New York, NY and NJ" +99,329,198,"Baltimore, MD",198,"Baltimore, MD" +99,330,198,"Baltimore, MD",198,"Baltimore, MD" +99,331,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +99,332,171,"Jacksonville, FL",171,"Jacksonville, FL" +99,333,177,"Savannah, GA",177,"Savannah, GA" +99,334,174,"Tampa, FL",174,"Tampa, FL" +99,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +99,336,172,"Port Everglades, FL",172,"Port Everglades, FL" +99,337,198,"Baltimore, MD",198,"Baltimore, MD" +99,338,244,"Providence, RI",244,"Providence, RI" +99,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +99,340,197,"Portland, ME",197,"Portland, ME" +99,341,195,"New Orleans, LA",195,"New Orleans, LA" +99,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +99,343,239,"Portland, OR",239,"Portland, OR" +99,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +99,345,197,"Portland, ME",197,"Portland, ME" +99,346,223,"New York, NY and NJ",223,"New York, NY and NJ" +99,347,198,"Baltimore, MD",198,"Baltimore, MD" +99,348,241,"Philadelphia, PA",241,"Philadelphia, PA" +99,349,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +99,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +99,351,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +99,352,201,"Boston, MA",201,"Boston, MA" +99,353,197,"Portland, ME",197,"Portland, ME" +99,354,244,"Providence, RI",244,"Providence, RI" +99,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +99,356,257,"Houston, TX",257,"Houston, TX" +99,357,177,"Savannah, GA",177,"Savannah, GA" +99,358,223,"New York, NY and NJ",223,"New York, NY and NJ" +99,359,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +99,360,245,"Charleston, SC",245,"Charleston, SC" +99,361,177,"Savannah, GA",177,"Savannah, GA" +99,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +99,363,195,"New Orleans, LA",195,"New Orleans, LA" +99,364,217,"New York, NY and NJ",217,"New York, NY and NJ" +99,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +99,366,159,"Long Beach, CA",159,"Long Beach, CA" +99,367,159,"Long Beach, CA",159,"Long Beach, CA" +99,368,159,"Long Beach, CA",159,"Long Beach, CA" +99,369,159,"Long Beach, CA",159,"Long Beach, CA" +99,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +99,371,268,"Seattle, WA",268,"Seattle, WA" +99,372,244,"Providence, RI",244,"Providence, RI" +99,373,152,"Mobile, AL",152,"Mobile, AL" +99,374,268,"Seattle, WA",268,"Seattle, WA" +99,375,162,"Oakland, CA",162,"Oakland, CA" +99,376,268,"Seattle, WA",268,"Seattle, WA" +99,377,197,"Portland, ME",197,"Portland, ME" +99,378,253,"Beaumont, TX",253,"Beaumont, TX" +99,379,159,"Long Beach, CA",159,"Long Beach, CA" +99,380,268,"Seattle, WA",268,"Seattle, WA" +99,381,162,"Oakland, CA",162,"Oakland, CA" +99,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +99,383,159,"Long Beach, CA",159,"Long Beach, CA" +99,384,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +99,385,245,"Charleston, SC",245,"Charleston, SC" +99,386,241,"Philadelphia, PA",241,"Philadelphia, PA" +99,387,198,"Baltimore, MD",198,"Baltimore, MD" +99,388,217,"New York, NY and NJ",217,"New York, NY and NJ" +99,389,198,"Baltimore, MD",198,"Baltimore, MD" +99,390,217,"New York, NY and NJ",217,"New York, NY and NJ" +99,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +99,392,159,"Long Beach, CA",159,"Long Beach, CA" +99,393,268,"Seattle, WA",268,"Seattle, WA" +99,394,197,"Portland, ME",197,"Portland, ME" +99,395,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +99,396,159,"Long Beach, CA",159,"Long Beach, CA" +99,397,229,"Wilmington, NC",229,"Wilmington, NC" +99,398,217,"New York, NY and NJ",217,"New York, NY and NJ" +99,399,195,"New Orleans, LA",195,"New Orleans, LA" +99,400,159,"Long Beach, CA",159,"Long Beach, CA" +99,401,217,"New York, NY and NJ",217,"New York, NY and NJ" +99,402,241,"Philadelphia, PA",241,"Philadelphia, PA" +99,403,159,"Long Beach, CA",159,"Long Beach, CA" +99,404,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +99,405,245,"Charleston, SC",245,"Charleston, SC" +99,406,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +99,407,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +99,408,159,"Long Beach, CA",159,"Long Beach, CA" +99,409,197,"Portland, ME",197,"Portland, ME" +99,410,268,"Seattle, WA",268,"Seattle, WA" +99,411,159,"Long Beach, CA",159,"Long Beach, CA" +99,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +99,413,159,"Long Beach, CA",159,"Long Beach, CA" +99,414,194,"Lake Charles, LA",194,"Lake Charles, LA" +99,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +99,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +99,417,162,"Oakland, CA",162,"Oakland, CA" +99,418,268,"Seattle, WA",268,"Seattle, WA" +99,419,244,"Providence, RI",244,"Providence, RI" +99,420,159,"Long Beach, CA",159,"Long Beach, CA" +99,421,159,"Long Beach, CA",159,"Long Beach, CA" +99,422,159,"Long Beach, CA",159,"Long Beach, CA" +99,423,268,"Seattle, WA",268,"Seattle, WA" +99,424,171,"Jacksonville, FL",171,"Jacksonville, FL" +99,425,159,"Long Beach, CA",159,"Long Beach, CA" +99,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +99,427,177,"Savannah, GA",177,"Savannah, GA" +99,428,159,"Long Beach, CA",159,"Long Beach, CA" +99,429,195,"New Orleans, LA",195,"New Orleans, LA" +99,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +99,431,169,"Wilmington, DE",169,"Wilmington, DE" +99,432,159,"Long Beach, CA",159,"Long Beach, CA" +99,433,244,"Providence, RI",244,"Providence, RI" +99,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +99,435,201,"Boston, MA",201,"Boston, MA" +99,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +99,437,223,"New York, NY and NJ",223,"New York, NY and NJ" +99,438,229,"Wilmington, NC",229,"Wilmington, NC" +99,439,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +99,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +99,441,239,"Portland, OR",239,"Portland, OR" +99,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +99,443,217,"New York, NY and NJ",217,"New York, NY and NJ" +99,444,159,"Long Beach, CA",159,"Long Beach, CA" +99,445,198,"Baltimore, MD",198,"Baltimore, MD" +99,446,244,"Providence, RI",244,"Providence, RI" +99,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +99,448,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +99,449,159,"Long Beach, CA",159,"Long Beach, CA" +99,450,172,"Port Everglades, FL",172,"Port Everglades, FL" +99,451,198,"Baltimore, MD",198,"Baltimore, MD" +99,452,241,"Philadelphia, PA",241,"Philadelphia, PA" +99,453,159,"Long Beach, CA",159,"Long Beach, CA" +99,454,217,"New York, NY and NJ",217,"New York, NY and NJ" +99,455,198,"Baltimore, MD",198,"Baltimore, MD" +99,456,159,"Long Beach, CA",159,"Long Beach, CA" +99,457,198,"Baltimore, MD",198,"Baltimore, MD" +99,458,198,"Baltimore, MD",198,"Baltimore, MD" +99,459,159,"Long Beach, CA",159,"Long Beach, CA" +99,460,201,"Boston, MA",201,"Boston, MA" +99,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +99,462,217,"New York, NY and NJ",217,"New York, NY and NJ" +99,463,198,"Baltimore, MD",198,"Baltimore, MD" +99,464,217,"New York, NY and NJ",217,"New York, NY and NJ" +99,465,159,"Long Beach, CA",159,"Long Beach, CA" +99,466,268,"Seattle, WA",268,"Seattle, WA" +99,467,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +99,468,159,"Long Beach, CA",159,"Long Beach, CA" +99,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +99,470,159,"Long Beach, CA",159,"Long Beach, CA" +99,471,223,"New York, NY and NJ",223,"New York, NY and NJ" +99,472,159,"Long Beach, CA",159,"Long Beach, CA" +99,473,162,"Oakland, CA",162,"Oakland, CA" +99,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +99,475,201,"Boston, MA",201,"Boston, MA" +99,476,268,"Seattle, WA",268,"Seattle, WA" +99,477,162,"Oakland, CA",162,"Oakland, CA" +99,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +99,479,159,"Long Beach, CA",159,"Long Beach, CA" +99,480,198,"Baltimore, MD",198,"Baltimore, MD" +99,481,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +99,482,268,"Seattle, WA",268,"Seattle, WA" +99,483,223,"New York, NY and NJ",223,"New York, NY and NJ" +99,484,253,"Beaumont, TX",253,"Beaumont, TX" +99,485,239,"Portland, OR",239,"Portland, OR" +99,486,239,"Portland, OR",239,"Portland, OR" +99,487,174,"Tampa, FL",174,"Tampa, FL" +99,488,159,"Long Beach, CA",159,"Long Beach, CA" +99,489,268,"Seattle, WA",268,"Seattle, WA" +99,490,223,"New York, NY and NJ",223,"New York, NY and NJ" +99,491,245,"Charleston, SC",245,"Charleston, SC" +100,154,159,"Long Beach, CA",159,"Long Beach, CA" +100,179,239,"Portland, OR",239,"Portland, OR" +100,180,268,"Seattle, WA",268,"Seattle, WA" +100,274,268,"Seattle, WA",268,"Seattle, WA" +100,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,277,244,"Providence, RI",244,"Providence, RI" +100,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +100,279,177,"Savannah, GA",177,"Savannah, GA" +100,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +100,281,152,"Mobile, AL",152,"Mobile, AL" +100,282,201,"Boston, MA",201,"Boston, MA" +100,283,174,"Tampa, FL",174,"Tampa, FL" +100,284,269,"Longview, WA",269,"Longview, WA" +100,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,286,197,"Portland, ME",197,"Portland, ME" +100,287,177,"Savannah, GA",177,"Savannah, GA" +100,288,269,"Longview, WA",269,"Longview, WA" +100,289,268,"Seattle, WA",268,"Seattle, WA" +100,290,177,"Savannah, GA",177,"Savannah, GA" +100,291,198,"Baltimore, MD",198,"Baltimore, MD" +100,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,293,195,"New Orleans, LA",195,"New Orleans, LA" +100,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +100,296,159,"Long Beach, CA",159,"Long Beach, CA" +100,297,177,"Savannah, GA",177,"Savannah, GA" +100,298,201,"Boston, MA",201,"Boston, MA" +100,299,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +100,300,174,"Tampa, FL",174,"Tampa, FL" +100,301,198,"Baltimore, MD",198,"Baltimore, MD" +100,302,245,"Charleston, SC",245,"Charleston, SC" +100,303,159,"Long Beach, CA",159,"Long Beach, CA" +100,304,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +100,305,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +100,306,217,"New York, NY and NJ",217,"New York, NY and NJ" +100,307,201,"Boston, MA",201,"Boston, MA" +100,308,159,"Long Beach, CA",159,"Long Beach, CA" +100,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +100,310,159,"Long Beach, CA",159,"Long Beach, CA" +100,311,198,"Baltimore, MD",198,"Baltimore, MD" +100,312,152,"Mobile, AL",152,"Mobile, AL" +100,313,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,314,169,"Wilmington, DE",169,"Wilmington, DE" +100,315,195,"New Orleans, LA",195,"New Orleans, LA" +100,316,159,"Long Beach, CA",159,"Long Beach, CA" +100,317,159,"Long Beach, CA",159,"Long Beach, CA" +100,318,159,"Long Beach, CA",159,"Long Beach, CA" +100,319,172,"Port Everglades, FL",172,"Port Everglades, FL" +100,320,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,321,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +100,322,159,"Long Beach, CA",159,"Long Beach, CA" +100,323,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +100,324,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +100,325,171,"Jacksonville, FL",171,"Jacksonville, FL" +100,326,174,"Tampa, FL",174,"Tampa, FL" +100,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +100,328,217,"New York, NY and NJ",217,"New York, NY and NJ" +100,329,244,"Providence, RI",244,"Providence, RI" +100,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,331,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +100,332,177,"Savannah, GA",177,"Savannah, GA" +100,333,245,"Charleston, SC",245,"Charleston, SC" +100,334,195,"New Orleans, LA",195,"New Orleans, LA" +100,335,198,"Baltimore, MD",198,"Baltimore, MD" +100,336,195,"New Orleans, LA",195,"New Orleans, LA" +100,337,169,"Wilmington, DE",169,"Wilmington, DE" +100,338,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,339,201,"Boston, MA",201,"Boston, MA" +100,340,244,"Providence, RI",244,"Providence, RI" +100,341,195,"New Orleans, LA",195,"New Orleans, LA" +100,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +100,343,239,"Portland, OR",239,"Portland, OR" +100,344,244,"Providence, RI",244,"Providence, RI" +100,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,346,253,"Beaumont, TX",253,"Beaumont, TX" +100,347,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,348,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +100,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,350,201,"Boston, MA",201,"Boston, MA" +100,351,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,352,241,"Philadelphia, PA",241,"Philadelphia, PA" +100,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +100,354,244,"Providence, RI",244,"Providence, RI" +100,355,174,"Tampa, FL",174,"Tampa, FL" +100,356,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +100,357,244,"Providence, RI",244,"Providence, RI" +100,358,169,"Wilmington, DE",169,"Wilmington, DE" +100,359,245,"Charleston, SC",245,"Charleston, SC" +100,360,245,"Charleston, SC",245,"Charleston, SC" +100,361,257,"Houston, TX",257,"Houston, TX" +100,362,244,"Providence, RI",244,"Providence, RI" +100,363,195,"New Orleans, LA",195,"New Orleans, LA" +100,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,366,159,"Long Beach, CA",159,"Long Beach, CA" +100,367,159,"Long Beach, CA",159,"Long Beach, CA" +100,368,159,"Long Beach, CA",159,"Long Beach, CA" +100,369,159,"Long Beach, CA",159,"Long Beach, CA" +100,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,371,268,"Seattle, WA",268,"Seattle, WA" +100,372,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +100,374,159,"Long Beach, CA",159,"Long Beach, CA" +100,375,159,"Long Beach, CA",159,"Long Beach, CA" +100,376,159,"Long Beach, CA",159,"Long Beach, CA" +100,377,198,"Baltimore, MD",198,"Baltimore, MD" +100,378,194,"Lake Charles, LA",194,"Lake Charles, LA" +100,379,159,"Long Beach, CA",159,"Long Beach, CA" +100,380,268,"Seattle, WA",268,"Seattle, WA" +100,381,159,"Long Beach, CA",159,"Long Beach, CA" +100,382,201,"Boston, MA",201,"Boston, MA" +100,383,162,"Oakland, CA",162,"Oakland, CA" +100,384,198,"Baltimore, MD",198,"Baltimore, MD" +100,385,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +100,386,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +100,387,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +100,388,217,"New York, NY and NJ",217,"New York, NY and NJ" +100,389,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +100,390,201,"Boston, MA",201,"Boston, MA" +100,391,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +100,392,159,"Long Beach, CA",159,"Long Beach, CA" +100,393,162,"Oakland, CA",162,"Oakland, CA" +100,394,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +100,395,217,"New York, NY and NJ",217,"New York, NY and NJ" +100,396,162,"Oakland, CA",162,"Oakland, CA" +100,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +100,398,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,399,159,"Long Beach, CA",159,"Long Beach, CA" +100,400,268,"Seattle, WA",268,"Seattle, WA" +100,401,198,"Baltimore, MD",198,"Baltimore, MD" +100,402,197,"Portland, ME",197,"Portland, ME" +100,403,269,"Longview, WA",269,"Longview, WA" +100,404,217,"New York, NY and NJ",217,"New York, NY and NJ" +100,405,172,"Port Everglades, FL",172,"Port Everglades, FL" +100,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,407,241,"Philadelphia, PA",241,"Philadelphia, PA" +100,408,159,"Long Beach, CA",159,"Long Beach, CA" +100,409,241,"Philadelphia, PA",241,"Philadelphia, PA" +100,410,159,"Long Beach, CA",159,"Long Beach, CA" +100,411,159,"Long Beach, CA",159,"Long Beach, CA" +100,412,201,"Boston, MA",201,"Boston, MA" +100,413,162,"Oakland, CA",162,"Oakland, CA" +100,414,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +100,415,217,"New York, NY and NJ",217,"New York, NY and NJ" +100,416,197,"Portland, ME",197,"Portland, ME" +100,417,268,"Seattle, WA",268,"Seattle, WA" +100,418,159,"Long Beach, CA",159,"Long Beach, CA" +100,419,244,"Providence, RI",244,"Providence, RI" +100,420,159,"Long Beach, CA",159,"Long Beach, CA" +100,421,268,"Seattle, WA",268,"Seattle, WA" +100,422,159,"Long Beach, CA",159,"Long Beach, CA" +100,423,239,"Portland, OR",239,"Portland, OR" +100,424,152,"Mobile, AL",152,"Mobile, AL" +100,425,268,"Seattle, WA",268,"Seattle, WA" +100,426,152,"Mobile, AL",152,"Mobile, AL" +100,427,152,"Mobile, AL",152,"Mobile, AL" +100,428,159,"Long Beach, CA",159,"Long Beach, CA" +100,429,162,"Oakland, CA",162,"Oakland, CA" +100,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +100,431,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,432,159,"Long Beach, CA",159,"Long Beach, CA" +100,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +100,434,198,"Baltimore, MD",198,"Baltimore, MD" +100,435,198,"Baltimore, MD",198,"Baltimore, MD" +100,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,437,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,438,171,"Jacksonville, FL",171,"Jacksonville, FL" +100,439,177,"Savannah, GA",177,"Savannah, GA" +100,440,245,"Charleston, SC",245,"Charleston, SC" +100,441,159,"Long Beach, CA",159,"Long Beach, CA" +100,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +100,443,198,"Baltimore, MD",198,"Baltimore, MD" +100,444,159,"Long Beach, CA",159,"Long Beach, CA" +100,445,217,"New York, NY and NJ",217,"New York, NY and NJ" +100,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,447,197,"Portland, ME",197,"Portland, ME" +100,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,449,159,"Long Beach, CA",159,"Long Beach, CA" +100,450,171,"Jacksonville, FL",171,"Jacksonville, FL" +100,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +100,453,159,"Long Beach, CA",159,"Long Beach, CA" +100,454,244,"Providence, RI",244,"Providence, RI" +100,455,241,"Philadelphia, PA",241,"Philadelphia, PA" +100,456,159,"Long Beach, CA",159,"Long Beach, CA" +100,457,217,"New York, NY and NJ",217,"New York, NY and NJ" +100,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,459,159,"Long Beach, CA",159,"Long Beach, CA" +100,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +100,462,201,"Boston, MA",201,"Boston, MA" +100,463,217,"New York, NY and NJ",217,"New York, NY and NJ" +100,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,465,268,"Seattle, WA",268,"Seattle, WA" +100,466,159,"Long Beach, CA",159,"Long Beach, CA" +100,467,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +100,468,159,"Long Beach, CA",159,"Long Beach, CA" +100,469,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +100,470,159,"Long Beach, CA",159,"Long Beach, CA" +100,471,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +100,472,269,"Longview, WA",269,"Longview, WA" +100,473,159,"Long Beach, CA",159,"Long Beach, CA" +100,474,245,"Charleston, SC",245,"Charleston, SC" +100,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,476,159,"Long Beach, CA",159,"Long Beach, CA" +100,477,159,"Long Beach, CA",159,"Long Beach, CA" +100,478,177,"Savannah, GA",177,"Savannah, GA" +100,479,268,"Seattle, WA",268,"Seattle, WA" +100,480,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +100,481,197,"Portland, ME",197,"Portland, ME" +100,482,269,"Longview, WA",269,"Longview, WA" +100,483,201,"Boston, MA",201,"Boston, MA" +100,484,208,"Pascagoula, MS",208,"Pascagoula, MS" +100,485,239,"Portland, OR",239,"Portland, OR" +100,486,162,"Oakland, CA",162,"Oakland, CA" +100,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +100,488,239,"Portland, OR",239,"Portland, OR" +100,489,159,"Long Beach, CA",159,"Long Beach, CA" +100,490,223,"New York, NY and NJ",223,"New York, NY and NJ" +100,491,198,"Baltimore, MD",198,"Baltimore, MD" +101,154,159,"Long Beach, CA",159,"Long Beach, CA" +101,179,159,"Long Beach, CA",159,"Long Beach, CA" +101,180,159,"Long Beach, CA",159,"Long Beach, CA" +101,274,159,"Long Beach, CA",159,"Long Beach, CA" +101,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +101,276,197,"Portland, ME",197,"Portland, ME" +101,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +101,278,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +101,279,245,"Charleston, SC",245,"Charleston, SC" +101,280,229,"Wilmington, NC",229,"Wilmington, NC" +101,281,208,"Pascagoula, MS",208,"Pascagoula, MS" +101,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +101,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +101,284,159,"Long Beach, CA",159,"Long Beach, CA" +101,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +101,286,241,"Philadelphia, PA",241,"Philadelphia, PA" +101,287,177,"Savannah, GA",177,"Savannah, GA" +101,288,159,"Long Beach, CA",159,"Long Beach, CA" +101,289,239,"Portland, OR",239,"Portland, OR" +101,290,172,"Port Everglades, FL",172,"Port Everglades, FL" +101,291,217,"New York, NY and NJ",217,"New York, NY and NJ" +101,292,244,"Providence, RI",244,"Providence, RI" +101,293,195,"New Orleans, LA",195,"New Orleans, LA" +101,294,197,"Portland, ME",197,"Portland, ME" +101,295,223,"New York, NY and NJ",223,"New York, NY and NJ" +101,296,159,"Long Beach, CA",159,"Long Beach, CA" +101,297,172,"Port Everglades, FL",172,"Port Everglades, FL" +101,298,197,"Portland, ME",197,"Portland, ME" +101,299,201,"Boston, MA",201,"Boston, MA" +101,300,172,"Port Everglades, FL",172,"Port Everglades, FL" +101,301,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +101,302,172,"Port Everglades, FL",172,"Port Everglades, FL" +101,303,159,"Long Beach, CA",159,"Long Beach, CA" +101,304,217,"New York, NY and NJ",217,"New York, NY and NJ" +101,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +101,306,241,"Philadelphia, PA",241,"Philadelphia, PA" +101,307,223,"New York, NY and NJ",223,"New York, NY and NJ" +101,308,159,"Long Beach, CA",159,"Long Beach, CA" +101,309,198,"Baltimore, MD",198,"Baltimore, MD" +101,310,159,"Long Beach, CA",159,"Long Beach, CA" +101,311,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +101,312,177,"Savannah, GA",177,"Savannah, GA" +101,313,201,"Boston, MA",201,"Boston, MA" +101,314,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +101,315,195,"New Orleans, LA",195,"New Orleans, LA" +101,316,159,"Long Beach, CA",159,"Long Beach, CA" +101,317,239,"Portland, OR",239,"Portland, OR" +101,318,268,"Seattle, WA",268,"Seattle, WA" +101,319,174,"Tampa, FL",174,"Tampa, FL" +101,320,223,"New York, NY and NJ",223,"New York, NY and NJ" +101,321,217,"New York, NY and NJ",217,"New York, NY and NJ" +101,322,159,"Long Beach, CA",159,"Long Beach, CA" +101,323,174,"Tampa, FL",174,"Tampa, FL" +101,324,197,"Portland, ME",197,"Portland, ME" +101,325,174,"Tampa, FL",174,"Tampa, FL" +101,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +101,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +101,328,201,"Boston, MA",201,"Boston, MA" +101,329,198,"Baltimore, MD",198,"Baltimore, MD" +101,330,217,"New York, NY and NJ",217,"New York, NY and NJ" +101,331,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +101,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +101,333,177,"Savannah, GA",177,"Savannah, GA" +101,334,172,"Port Everglades, FL",172,"Port Everglades, FL" +101,335,198,"Baltimore, MD",198,"Baltimore, MD" +101,336,171,"Jacksonville, FL",171,"Jacksonville, FL" +101,337,169,"Wilmington, DE",169,"Wilmington, DE" +101,338,217,"New York, NY and NJ",217,"New York, NY and NJ" +101,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +101,340,223,"New York, NY and NJ",223,"New York, NY and NJ" +101,341,152,"Mobile, AL",152,"Mobile, AL" +101,342,198,"Baltimore, MD",198,"Baltimore, MD" +101,343,159,"Long Beach, CA",159,"Long Beach, CA" +101,344,198,"Baltimore, MD",198,"Baltimore, MD" +101,345,201,"Boston, MA",201,"Boston, MA" +101,346,257,"Houston, TX",257,"Houston, TX" +101,347,241,"Philadelphia, PA",241,"Philadelphia, PA" +101,348,217,"New York, NY and NJ",217,"New York, NY and NJ" +101,349,197,"Portland, ME",197,"Portland, ME" +101,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +101,351,223,"New York, NY and NJ",223,"New York, NY and NJ" +101,352,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +101,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +101,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +101,355,177,"Savannah, GA",177,"Savannah, GA" +101,356,195,"New Orleans, LA",195,"New Orleans, LA" +101,357,223,"New York, NY and NJ",223,"New York, NY and NJ" +101,358,223,"New York, NY and NJ",223,"New York, NY and NJ" +101,359,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +101,360,174,"Tampa, FL",174,"Tampa, FL" +101,361,245,"Charleston, SC",245,"Charleston, SC" +101,362,201,"Boston, MA",201,"Boston, MA" +101,363,195,"New Orleans, LA",195,"New Orleans, LA" +101,364,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +101,365,201,"Boston, MA",201,"Boston, MA" +101,366,162,"Oakland, CA",162,"Oakland, CA" +101,367,159,"Long Beach, CA",159,"Long Beach, CA" +101,368,159,"Long Beach, CA",159,"Long Beach, CA" +101,369,268,"Seattle, WA",268,"Seattle, WA" +101,370,217,"New York, NY and NJ",217,"New York, NY and NJ" +101,371,159,"Long Beach, CA",159,"Long Beach, CA" +101,372,197,"Portland, ME",197,"Portland, ME" +101,373,174,"Tampa, FL",174,"Tampa, FL" +101,374,268,"Seattle, WA",268,"Seattle, WA" +101,375,159,"Long Beach, CA",159,"Long Beach, CA" +101,376,268,"Seattle, WA",268,"Seattle, WA" +101,377,217,"New York, NY and NJ",217,"New York, NY and NJ" +101,378,208,"Pascagoula, MS",208,"Pascagoula, MS" +101,379,268,"Seattle, WA",268,"Seattle, WA" +101,380,159,"Long Beach, CA",159,"Long Beach, CA" +101,381,159,"Long Beach, CA",159,"Long Beach, CA" +101,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +101,383,159,"Long Beach, CA",159,"Long Beach, CA" +101,384,245,"Charleston, SC",245,"Charleston, SC" +101,385,217,"New York, NY and NJ",217,"New York, NY and NJ" +101,386,244,"Providence, RI",244,"Providence, RI" +101,387,198,"Baltimore, MD",198,"Baltimore, MD" +101,388,217,"New York, NY and NJ",217,"New York, NY and NJ" +101,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +101,390,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +101,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +101,392,159,"Long Beach, CA",159,"Long Beach, CA" +101,393,268,"Seattle, WA",268,"Seattle, WA" +101,394,217,"New York, NY and NJ",217,"New York, NY and NJ" +101,395,201,"Boston, MA",201,"Boston, MA" +101,396,159,"Long Beach, CA",159,"Long Beach, CA" +101,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +101,398,198,"Baltimore, MD",198,"Baltimore, MD" +101,399,268,"Seattle, WA",268,"Seattle, WA" +101,400,268,"Seattle, WA",268,"Seattle, WA" +101,401,241,"Philadelphia, PA",241,"Philadelphia, PA" +101,402,241,"Philadelphia, PA",241,"Philadelphia, PA" +101,403,159,"Long Beach, CA",159,"Long Beach, CA" +101,404,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +101,405,172,"Port Everglades, FL",172,"Port Everglades, FL" +101,406,197,"Portland, ME",197,"Portland, ME" +101,407,177,"Savannah, GA",177,"Savannah, GA" +101,408,159,"Long Beach, CA",159,"Long Beach, CA" +101,409,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +101,410,162,"Oakland, CA",162,"Oakland, CA" +101,411,268,"Seattle, WA",268,"Seattle, WA" +101,412,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +101,413,159,"Long Beach, CA",159,"Long Beach, CA" +101,414,195,"New Orleans, LA",195,"New Orleans, LA" +101,415,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +101,416,177,"Savannah, GA",177,"Savannah, GA" +101,417,268,"Seattle, WA",268,"Seattle, WA" +101,418,268,"Seattle, WA",268,"Seattle, WA" +101,419,241,"Philadelphia, PA",241,"Philadelphia, PA" +101,420,162,"Oakland, CA",162,"Oakland, CA" +101,421,159,"Long Beach, CA",159,"Long Beach, CA" +101,422,159,"Long Beach, CA",159,"Long Beach, CA" +101,423,162,"Oakland, CA",162,"Oakland, CA" +101,424,174,"Tampa, FL",174,"Tampa, FL" +101,425,159,"Long Beach, CA",159,"Long Beach, CA" +101,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +101,427,172,"Port Everglades, FL",172,"Port Everglades, FL" +101,428,159,"Long Beach, CA",159,"Long Beach, CA" +101,429,268,"Seattle, WA",268,"Seattle, WA" +101,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +101,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +101,432,159,"Long Beach, CA",159,"Long Beach, CA" +101,433,217,"New York, NY and NJ",217,"New York, NY and NJ" +101,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +101,435,201,"Boston, MA",201,"Boston, MA" +101,436,201,"Boston, MA",201,"Boston, MA" +101,437,197,"Portland, ME",197,"Portland, ME" +101,438,245,"Charleston, SC",245,"Charleston, SC" +101,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +101,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +101,441,268,"Seattle, WA",268,"Seattle, WA" +101,442,197,"Portland, ME",197,"Portland, ME" +101,443,198,"Baltimore, MD",198,"Baltimore, MD" +101,444,268,"Seattle, WA",268,"Seattle, WA" +101,445,217,"New York, NY and NJ",217,"New York, NY and NJ" +101,446,244,"Providence, RI",244,"Providence, RI" +101,447,241,"Philadelphia, PA",241,"Philadelphia, PA" +101,448,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +101,449,159,"Long Beach, CA",159,"Long Beach, CA" +101,450,177,"Savannah, GA",177,"Savannah, GA" +101,451,201,"Boston, MA",201,"Boston, MA" +101,452,244,"Providence, RI",244,"Providence, RI" +101,453,159,"Long Beach, CA",159,"Long Beach, CA" +101,454,241,"Philadelphia, PA",241,"Philadelphia, PA" +101,455,172,"Port Everglades, FL",172,"Port Everglades, FL" +101,456,268,"Seattle, WA",268,"Seattle, WA" +101,457,241,"Philadelphia, PA",241,"Philadelphia, PA" +101,458,197,"Portland, ME",197,"Portland, ME" +101,459,159,"Long Beach, CA",159,"Long Beach, CA" +101,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +101,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +101,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +101,463,197,"Portland, ME",197,"Portland, ME" +101,464,217,"New York, NY and NJ",217,"New York, NY and NJ" +101,465,159,"Long Beach, CA",159,"Long Beach, CA" +101,466,239,"Portland, OR",239,"Portland, OR" +101,467,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +101,468,239,"Portland, OR",239,"Portland, OR" +101,469,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +101,470,162,"Oakland, CA",162,"Oakland, CA" +101,471,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +101,472,159,"Long Beach, CA",159,"Long Beach, CA" +101,473,159,"Long Beach, CA",159,"Long Beach, CA" +101,474,171,"Jacksonville, FL",171,"Jacksonville, FL" +101,475,217,"New York, NY and NJ",217,"New York, NY and NJ" +101,476,159,"Long Beach, CA",159,"Long Beach, CA" +101,477,162,"Oakland, CA",162,"Oakland, CA" +101,478,245,"Charleston, SC",245,"Charleston, SC" +101,479,162,"Oakland, CA",162,"Oakland, CA" +101,480,241,"Philadelphia, PA",241,"Philadelphia, PA" +101,481,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +101,482,159,"Long Beach, CA",159,"Long Beach, CA" +101,483,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +101,484,194,"Lake Charles, LA",194,"Lake Charles, LA" +101,485,159,"Long Beach, CA",159,"Long Beach, CA" +101,486,268,"Seattle, WA",268,"Seattle, WA" +101,487,171,"Jacksonville, FL",171,"Jacksonville, FL" +101,488,162,"Oakland, CA",162,"Oakland, CA" +101,489,159,"Long Beach, CA",159,"Long Beach, CA" +101,490,201,"Boston, MA",201,"Boston, MA" +101,491,217,"New York, NY and NJ",217,"New York, NY and NJ" +102,154,162,"Oakland, CA",162,"Oakland, CA" +102,179,159,"Long Beach, CA",159,"Long Beach, CA" +102,180,159,"Long Beach, CA",159,"Long Beach, CA" +102,274,268,"Seattle, WA",268,"Seattle, WA" +102,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +102,276,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +102,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +102,278,244,"Providence, RI",244,"Providence, RI" +102,279,177,"Savannah, GA",177,"Savannah, GA" +102,280,198,"Baltimore, MD",198,"Baltimore, MD" +102,281,177,"Savannah, GA",177,"Savannah, GA" +102,282,201,"Boston, MA",201,"Boston, MA" +102,283,177,"Savannah, GA",177,"Savannah, GA" +102,284,159,"Long Beach, CA",159,"Long Beach, CA" +102,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +102,286,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +102,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +102,288,159,"Long Beach, CA",159,"Long Beach, CA" +102,289,159,"Long Beach, CA",159,"Long Beach, CA" +102,290,172,"Port Everglades, FL",172,"Port Everglades, FL" +102,291,241,"Philadelphia, PA",241,"Philadelphia, PA" +102,292,197,"Portland, ME",197,"Portland, ME" +102,293,172,"Port Everglades, FL",172,"Port Everglades, FL" +102,294,217,"New York, NY and NJ",217,"New York, NY and NJ" +102,295,198,"Baltimore, MD",198,"Baltimore, MD" +102,296,159,"Long Beach, CA",159,"Long Beach, CA" +102,297,245,"Charleston, SC",245,"Charleston, SC" +102,298,201,"Boston, MA",201,"Boston, MA" +102,299,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +102,300,177,"Savannah, GA",177,"Savannah, GA" +102,301,201,"Boston, MA",201,"Boston, MA" +102,302,172,"Port Everglades, FL",172,"Port Everglades, FL" +102,303,159,"Long Beach, CA",159,"Long Beach, CA" +102,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +102,305,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +102,306,198,"Baltimore, MD",198,"Baltimore, MD" +102,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +102,308,162,"Oakland, CA",162,"Oakland, CA" +102,309,223,"New York, NY and NJ",223,"New York, NY and NJ" +102,310,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +102,311,197,"Portland, ME",197,"Portland, ME" +102,312,177,"Savannah, GA",177,"Savannah, GA" +102,313,197,"Portland, ME",197,"Portland, ME" +102,314,197,"Portland, ME",197,"Portland, ME" +102,315,195,"New Orleans, LA",195,"New Orleans, LA" +102,316,159,"Long Beach, CA",159,"Long Beach, CA" +102,317,268,"Seattle, WA",268,"Seattle, WA" +102,318,239,"Portland, OR",239,"Portland, OR" +102,319,152,"Mobile, AL",152,"Mobile, AL" +102,320,197,"Portland, ME",197,"Portland, ME" +102,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +102,322,159,"Long Beach, CA",159,"Long Beach, CA" +102,323,177,"Savannah, GA",177,"Savannah, GA" +102,324,244,"Providence, RI",244,"Providence, RI" +102,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +102,326,177,"Savannah, GA",177,"Savannah, GA" +102,327,197,"Portland, ME",197,"Portland, ME" +102,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +102,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +102,330,241,"Philadelphia, PA",241,"Philadelphia, PA" +102,331,197,"Portland, ME",197,"Portland, ME" +102,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +102,333,171,"Jacksonville, FL",171,"Jacksonville, FL" +102,334,195,"New Orleans, LA",195,"New Orleans, LA" +102,335,201,"Boston, MA",201,"Boston, MA" +102,336,195,"New Orleans, LA",195,"New Orleans, LA" +102,337,169,"Wilmington, DE",169,"Wilmington, DE" +102,338,198,"Baltimore, MD",198,"Baltimore, MD" +102,339,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +102,340,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +102,341,195,"New Orleans, LA",195,"New Orleans, LA" +102,342,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +102,343,159,"Long Beach, CA",159,"Long Beach, CA" +102,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +102,345,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +102,346,195,"New Orleans, LA",195,"New Orleans, LA" +102,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +102,348,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +102,349,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +102,350,217,"New York, NY and NJ",217,"New York, NY and NJ" +102,351,217,"New York, NY and NJ",217,"New York, NY and NJ" +102,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +102,353,201,"Boston, MA",201,"Boston, MA" +102,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +102,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +102,356,174,"Tampa, FL",174,"Tampa, FL" +102,357,223,"New York, NY and NJ",223,"New York, NY and NJ" +102,358,198,"Baltimore, MD",198,"Baltimore, MD" +102,359,177,"Savannah, GA",177,"Savannah, GA" +102,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +102,361,257,"Houston, TX",257,"Houston, TX" +102,362,197,"Portland, ME",197,"Portland, ME" +102,363,174,"Tampa, FL",174,"Tampa, FL" +102,364,198,"Baltimore, MD",198,"Baltimore, MD" +102,365,197,"Portland, ME",197,"Portland, ME" +102,366,268,"Seattle, WA",268,"Seattle, WA" +102,367,159,"Long Beach, CA",159,"Long Beach, CA" +102,368,268,"Seattle, WA",268,"Seattle, WA" +102,369,159,"Long Beach, CA",159,"Long Beach, CA" +102,370,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +102,371,268,"Seattle, WA",268,"Seattle, WA" +102,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +102,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +102,374,159,"Long Beach, CA",159,"Long Beach, CA" +102,375,159,"Long Beach, CA",159,"Long Beach, CA" +102,376,159,"Long Beach, CA",159,"Long Beach, CA" +102,377,241,"Philadelphia, PA",241,"Philadelphia, PA" +102,378,152,"Mobile, AL",152,"Mobile, AL" +102,379,159,"Long Beach, CA",159,"Long Beach, CA" +102,380,159,"Long Beach, CA",159,"Long Beach, CA" +102,381,162,"Oakland, CA",162,"Oakland, CA" +102,382,244,"Providence, RI",244,"Providence, RI" +102,383,159,"Long Beach, CA",159,"Long Beach, CA" +102,384,171,"Jacksonville, FL",171,"Jacksonville, FL" +102,385,241,"Philadelphia, PA",241,"Philadelphia, PA" +102,386,223,"New York, NY and NJ",223,"New York, NY and NJ" +102,387,169,"Wilmington, DE",169,"Wilmington, DE" +102,388,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +102,389,197,"Portland, ME",197,"Portland, ME" +102,390,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +102,391,177,"Savannah, GA",177,"Savannah, GA" +102,392,268,"Seattle, WA",268,"Seattle, WA" +102,393,162,"Oakland, CA",162,"Oakland, CA" +102,394,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +102,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +102,396,159,"Long Beach, CA",159,"Long Beach, CA" +102,397,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +102,398,201,"Boston, MA",201,"Boston, MA" +102,399,208,"Pascagoula, MS",208,"Pascagoula, MS" +102,400,159,"Long Beach, CA",159,"Long Beach, CA" +102,401,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +102,402,244,"Providence, RI",244,"Providence, RI" +102,403,159,"Long Beach, CA",159,"Long Beach, CA" +102,404,217,"New York, NY and NJ",217,"New York, NY and NJ" +102,405,245,"Charleston, SC",245,"Charleston, SC" +102,406,244,"Providence, RI",244,"Providence, RI" +102,407,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +102,408,268,"Seattle, WA",268,"Seattle, WA" +102,409,198,"Baltimore, MD",198,"Baltimore, MD" +102,410,268,"Seattle, WA",268,"Seattle, WA" +102,411,159,"Long Beach, CA",159,"Long Beach, CA" +102,412,241,"Philadelphia, PA",241,"Philadelphia, PA" +102,413,162,"Oakland, CA",162,"Oakland, CA" +102,414,152,"Mobile, AL",152,"Mobile, AL" +102,415,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +102,416,223,"New York, NY and NJ",223,"New York, NY and NJ" +102,417,159,"Long Beach, CA",159,"Long Beach, CA" +102,418,159,"Long Beach, CA",159,"Long Beach, CA" +102,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +102,420,159,"Long Beach, CA",159,"Long Beach, CA" +102,421,159,"Long Beach, CA",159,"Long Beach, CA" +102,422,159,"Long Beach, CA",159,"Long Beach, CA" +102,423,239,"Portland, OR",239,"Portland, OR" +102,424,195,"New Orleans, LA",195,"New Orleans, LA" +102,425,268,"Seattle, WA",268,"Seattle, WA" +102,426,257,"Houston, TX",257,"Houston, TX" +102,427,208,"Pascagoula, MS",208,"Pascagoula, MS" +102,428,159,"Long Beach, CA",159,"Long Beach, CA" +102,429,195,"New Orleans, LA",195,"New Orleans, LA" +102,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +102,431,197,"Portland, ME",197,"Portland, ME" +102,432,159,"Long Beach, CA",159,"Long Beach, CA" +102,433,223,"New York, NY and NJ",223,"New York, NY and NJ" +102,434,198,"Baltimore, MD",198,"Baltimore, MD" +102,435,198,"Baltimore, MD",198,"Baltimore, MD" +102,436,217,"New York, NY and NJ",217,"New York, NY and NJ" +102,437,172,"Port Everglades, FL",172,"Port Everglades, FL" +102,438,177,"Savannah, GA",177,"Savannah, GA" +102,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +102,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +102,441,239,"Portland, OR",239,"Portland, OR" +102,442,169,"Wilmington, DE",169,"Wilmington, DE" +102,443,217,"New York, NY and NJ",217,"New York, NY and NJ" +102,444,159,"Long Beach, CA",159,"Long Beach, CA" +102,445,244,"Providence, RI",244,"Providence, RI" +102,446,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +102,447,217,"New York, NY and NJ",217,"New York, NY and NJ" +102,448,245,"Charleston, SC",245,"Charleston, SC" +102,449,159,"Long Beach, CA",159,"Long Beach, CA" +102,450,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +102,451,198,"Baltimore, MD",198,"Baltimore, MD" +102,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +102,453,159,"Long Beach, CA",159,"Long Beach, CA" +102,454,223,"New York, NY and NJ",223,"New York, NY and NJ" +102,455,201,"Boston, MA",201,"Boston, MA" +102,456,159,"Long Beach, CA",159,"Long Beach, CA" +102,457,223,"New York, NY and NJ",223,"New York, NY and NJ" +102,458,197,"Portland, ME",197,"Portland, ME" +102,459,239,"Portland, OR",239,"Portland, OR" +102,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +102,461,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +102,462,217,"New York, NY and NJ",217,"New York, NY and NJ" +102,463,197,"Portland, ME",197,"Portland, ME" +102,464,244,"Providence, RI",244,"Providence, RI" +102,465,159,"Long Beach, CA",159,"Long Beach, CA" +102,466,268,"Seattle, WA",268,"Seattle, WA" +102,467,223,"New York, NY and NJ",223,"New York, NY and NJ" +102,468,159,"Long Beach, CA",159,"Long Beach, CA" +102,469,198,"Baltimore, MD",198,"Baltimore, MD" +102,470,159,"Long Beach, CA",159,"Long Beach, CA" +102,471,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +102,472,159,"Long Beach, CA",159,"Long Beach, CA" +102,473,159,"Long Beach, CA",159,"Long Beach, CA" +102,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +102,475,244,"Providence, RI",244,"Providence, RI" +102,476,172,"Port Everglades, FL",172,"Port Everglades, FL" +102,477,162,"Oakland, CA",162,"Oakland, CA" +102,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +102,479,159,"Long Beach, CA",159,"Long Beach, CA" +102,480,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +102,481,197,"Portland, ME",197,"Portland, ME" +102,482,268,"Seattle, WA",268,"Seattle, WA" +102,483,198,"Baltimore, MD",198,"Baltimore, MD" +102,484,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +102,485,159,"Long Beach, CA",159,"Long Beach, CA" +102,486,159,"Long Beach, CA",159,"Long Beach, CA" +102,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +102,488,269,"Longview, WA",269,"Longview, WA" +102,489,268,"Seattle, WA",268,"Seattle, WA" +102,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +102,491,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +103,154,159,"Long Beach, CA",159,"Long Beach, CA" +103,179,159,"Long Beach, CA",159,"Long Beach, CA" +103,180,159,"Long Beach, CA",159,"Long Beach, CA" +103,274,159,"Long Beach, CA",159,"Long Beach, CA" +103,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +103,276,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +103,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +103,278,217,"New York, NY and NJ",217,"New York, NY and NJ" +103,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +103,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +103,281,171,"Jacksonville, FL",171,"Jacksonville, FL" +103,282,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +103,283,177,"Savannah, GA",177,"Savannah, GA" +103,284,159,"Long Beach, CA",159,"Long Beach, CA" +103,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +103,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +103,287,245,"Charleston, SC",245,"Charleston, SC" +103,288,159,"Long Beach, CA",159,"Long Beach, CA" +103,289,159,"Long Beach, CA",159,"Long Beach, CA" +103,290,171,"Jacksonville, FL",171,"Jacksonville, FL" +103,291,217,"New York, NY and NJ",217,"New York, NY and NJ" +103,292,201,"Boston, MA",201,"Boston, MA" +103,293,172,"Port Everglades, FL",172,"Port Everglades, FL" +103,294,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +103,295,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +103,296,159,"Long Beach, CA",159,"Long Beach, CA" +103,297,195,"New Orleans, LA",195,"New Orleans, LA" +103,298,197,"Portland, ME",197,"Portland, ME" +103,299,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +103,300,177,"Savannah, GA",177,"Savannah, GA" +103,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +103,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +103,303,159,"Long Beach, CA",159,"Long Beach, CA" +103,304,217,"New York, NY and NJ",217,"New York, NY and NJ" +103,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +103,306,217,"New York, NY and NJ",217,"New York, NY and NJ" +103,307,177,"Savannah, GA",177,"Savannah, GA" +103,308,162,"Oakland, CA",162,"Oakland, CA" +103,309,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +103,310,223,"New York, NY and NJ",223,"New York, NY and NJ" +103,311,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +103,312,174,"Tampa, FL",174,"Tampa, FL" +103,313,241,"Philadelphia, PA",241,"Philadelphia, PA" +103,314,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +103,315,152,"Mobile, AL",152,"Mobile, AL" +103,316,162,"Oakland, CA",162,"Oakland, CA" +103,317,159,"Long Beach, CA",159,"Long Beach, CA" +103,318,268,"Seattle, WA",268,"Seattle, WA" +103,319,195,"New Orleans, LA",195,"New Orleans, LA" +103,320,223,"New York, NY and NJ",223,"New York, NY and NJ" +103,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +103,322,162,"Oakland, CA",162,"Oakland, CA" +103,323,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +103,324,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +103,325,177,"Savannah, GA",177,"Savannah, GA" +103,326,171,"Jacksonville, FL",171,"Jacksonville, FL" +103,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +103,328,241,"Philadelphia, PA",241,"Philadelphia, PA" +103,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +103,330,198,"Baltimore, MD",198,"Baltimore, MD" +103,331,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +103,332,198,"Baltimore, MD",198,"Baltimore, MD" +103,333,245,"Charleston, SC",245,"Charleston, SC" +103,334,195,"New Orleans, LA",195,"New Orleans, LA" +103,335,198,"Baltimore, MD",198,"Baltimore, MD" +103,336,195,"New Orleans, LA",195,"New Orleans, LA" +103,337,217,"New York, NY and NJ",217,"New York, NY and NJ" +103,338,198,"Baltimore, MD",198,"Baltimore, MD" +103,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +103,340,241,"Philadelphia, PA",241,"Philadelphia, PA" +103,341,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +103,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +103,343,162,"Oakland, CA",162,"Oakland, CA" +103,344,244,"Providence, RI",244,"Providence, RI" +103,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +103,346,241,"Philadelphia, PA",241,"Philadelphia, PA" +103,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +103,348,198,"Baltimore, MD",198,"Baltimore, MD" +103,349,201,"Boston, MA",201,"Boston, MA" +103,350,201,"Boston, MA",201,"Boston, MA" +103,351,198,"Baltimore, MD",198,"Baltimore, MD" +103,352,201,"Boston, MA",201,"Boston, MA" +103,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +103,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +103,355,177,"Savannah, GA",177,"Savannah, GA" +103,356,152,"Mobile, AL",152,"Mobile, AL" +103,357,201,"Boston, MA",201,"Boston, MA" +103,358,223,"New York, NY and NJ",223,"New York, NY and NJ" +103,359,174,"Tampa, FL",174,"Tampa, FL" +103,360,174,"Tampa, FL",174,"Tampa, FL" +103,361,172,"Port Everglades, FL",172,"Port Everglades, FL" +103,362,201,"Boston, MA",201,"Boston, MA" +103,363,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +103,364,241,"Philadelphia, PA",241,"Philadelphia, PA" +103,365,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +103,366,162,"Oakland, CA",162,"Oakland, CA" +103,367,159,"Long Beach, CA",159,"Long Beach, CA" +103,368,268,"Seattle, WA",268,"Seattle, WA" +103,369,159,"Long Beach, CA",159,"Long Beach, CA" +103,370,217,"New York, NY and NJ",217,"New York, NY and NJ" +103,371,159,"Long Beach, CA",159,"Long Beach, CA" +103,372,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +103,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +103,374,159,"Long Beach, CA",159,"Long Beach, CA" +103,375,159,"Long Beach, CA",159,"Long Beach, CA" +103,376,162,"Oakland, CA",162,"Oakland, CA" +103,377,217,"New York, NY and NJ",217,"New York, NY and NJ" +103,378,174,"Tampa, FL",174,"Tampa, FL" +103,379,162,"Oakland, CA",162,"Oakland, CA" +103,380,159,"Long Beach, CA",159,"Long Beach, CA" +103,381,159,"Long Beach, CA",159,"Long Beach, CA" +103,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +103,383,159,"Long Beach, CA",159,"Long Beach, CA" +103,384,245,"Charleston, SC",245,"Charleston, SC" +103,385,223,"New York, NY and NJ",223,"New York, NY and NJ" +103,386,201,"Boston, MA",201,"Boston, MA" +103,387,197,"Portland, ME",197,"Portland, ME" +103,388,198,"Baltimore, MD",198,"Baltimore, MD" +103,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +103,390,198,"Baltimore, MD",198,"Baltimore, MD" +103,391,241,"Philadelphia, PA",241,"Philadelphia, PA" +103,392,268,"Seattle, WA",268,"Seattle, WA" +103,393,159,"Long Beach, CA",159,"Long Beach, CA" +103,394,198,"Baltimore, MD",198,"Baltimore, MD" +103,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +103,396,239,"Portland, OR",239,"Portland, OR" +103,397,241,"Philadelphia, PA",241,"Philadelphia, PA" +103,398,198,"Baltimore, MD",198,"Baltimore, MD" +103,399,195,"New Orleans, LA",195,"New Orleans, LA" +103,400,159,"Long Beach, CA",159,"Long Beach, CA" +103,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +103,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +103,403,162,"Oakland, CA",162,"Oakland, CA" +103,404,201,"Boston, MA",201,"Boston, MA" +103,405,245,"Charleston, SC",245,"Charleston, SC" +103,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +103,407,198,"Baltimore, MD",198,"Baltimore, MD" +103,408,268,"Seattle, WA",268,"Seattle, WA" +103,409,217,"New York, NY and NJ",217,"New York, NY and NJ" +103,410,268,"Seattle, WA",268,"Seattle, WA" +103,411,268,"Seattle, WA",268,"Seattle, WA" +103,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +103,413,159,"Long Beach, CA",159,"Long Beach, CA" +103,414,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +103,415,244,"Providence, RI",244,"Providence, RI" +103,416,223,"New York, NY and NJ",223,"New York, NY and NJ" +103,417,159,"Long Beach, CA",159,"Long Beach, CA" +103,418,159,"Long Beach, CA",159,"Long Beach, CA" +103,419,217,"New York, NY and NJ",217,"New York, NY and NJ" +103,420,269,"Longview, WA",269,"Longview, WA" +103,421,159,"Long Beach, CA",159,"Long Beach, CA" +103,422,159,"Long Beach, CA",159,"Long Beach, CA" +103,423,268,"Seattle, WA",268,"Seattle, WA" +103,424,177,"Savannah, GA",177,"Savannah, GA" +103,425,159,"Long Beach, CA",159,"Long Beach, CA" +103,426,174,"Tampa, FL",174,"Tampa, FL" +103,427,253,"Beaumont, TX",253,"Beaumont, TX" +103,428,268,"Seattle, WA",268,"Seattle, WA" +103,429,159,"Long Beach, CA",159,"Long Beach, CA" +103,430,197,"Portland, ME",197,"Portland, ME" +103,431,244,"Providence, RI",244,"Providence, RI" +103,432,159,"Long Beach, CA",159,"Long Beach, CA" +103,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +103,434,197,"Portland, ME",197,"Portland, ME" +103,435,201,"Boston, MA",201,"Boston, MA" +103,436,217,"New York, NY and NJ",217,"New York, NY and NJ" +103,437,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +103,438,174,"Tampa, FL",174,"Tampa, FL" +103,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +103,440,171,"Jacksonville, FL",171,"Jacksonville, FL" +103,441,159,"Long Beach, CA",159,"Long Beach, CA" +103,442,197,"Portland, ME",197,"Portland, ME" +103,443,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +103,444,159,"Long Beach, CA",159,"Long Beach, CA" +103,445,198,"Baltimore, MD",198,"Baltimore, MD" +103,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +103,447,217,"New York, NY and NJ",217,"New York, NY and NJ" +103,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +103,449,162,"Oakland, CA",162,"Oakland, CA" +103,450,174,"Tampa, FL",174,"Tampa, FL" +103,451,244,"Providence, RI",244,"Providence, RI" +103,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +103,453,159,"Long Beach, CA",159,"Long Beach, CA" +103,454,223,"New York, NY and NJ",223,"New York, NY and NJ" +103,455,169,"Wilmington, DE",169,"Wilmington, DE" +103,456,268,"Seattle, WA",268,"Seattle, WA" +103,457,217,"New York, NY and NJ",217,"New York, NY and NJ" +103,458,217,"New York, NY and NJ",217,"New York, NY and NJ" +103,459,162,"Oakland, CA",162,"Oakland, CA" +103,460,198,"Baltimore, MD",198,"Baltimore, MD" +103,461,245,"Charleston, SC",245,"Charleston, SC" +103,462,178,"Brunswick, GA",178,"Brunswick, GA" +103,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +103,464,217,"New York, NY and NJ",217,"New York, NY and NJ" +103,465,162,"Oakland, CA",162,"Oakland, CA" +103,466,159,"Long Beach, CA",159,"Long Beach, CA" +103,467,177,"Savannah, GA",177,"Savannah, GA" +103,468,162,"Oakland, CA",162,"Oakland, CA" +103,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +103,470,159,"Long Beach, CA",159,"Long Beach, CA" +103,471,201,"Boston, MA",201,"Boston, MA" +103,472,159,"Long Beach, CA",159,"Long Beach, CA" +103,473,159,"Long Beach, CA",159,"Long Beach, CA" +103,474,171,"Jacksonville, FL",171,"Jacksonville, FL" +103,475,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +103,476,159,"Long Beach, CA",159,"Long Beach, CA" +103,477,268,"Seattle, WA",268,"Seattle, WA" +103,478,245,"Charleston, SC",245,"Charleston, SC" +103,479,159,"Long Beach, CA",159,"Long Beach, CA" +103,480,201,"Boston, MA",201,"Boston, MA" +103,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +103,482,268,"Seattle, WA",268,"Seattle, WA" +103,483,241,"Philadelphia, PA",241,"Philadelphia, PA" +103,484,195,"New Orleans, LA",195,"New Orleans, LA" +103,485,239,"Portland, OR",239,"Portland, OR" +103,486,159,"Long Beach, CA",159,"Long Beach, CA" +103,487,195,"New Orleans, LA",195,"New Orleans, LA" +103,488,268,"Seattle, WA",268,"Seattle, WA" +103,489,162,"Oakland, CA",162,"Oakland, CA" +103,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +103,491,217,"New York, NY and NJ",217,"New York, NY and NJ" +104,154,159,"Long Beach, CA",159,"Long Beach, CA" +104,179,162,"Oakland, CA",162,"Oakland, CA" +104,180,162,"Oakland, CA",162,"Oakland, CA" +104,274,269,"Longview, WA",269,"Longview, WA" +104,275,197,"Portland, ME",197,"Portland, ME" +104,276,244,"Providence, RI",244,"Providence, RI" +104,277,198,"Baltimore, MD",198,"Baltimore, MD" +104,278,223,"New York, NY and NJ",223,"New York, NY and NJ" +104,279,169,"Wilmington, DE",169,"Wilmington, DE" +104,280,177,"Savannah, GA",177,"Savannah, GA" +104,281,152,"Mobile, AL",152,"Mobile, AL" +104,282,241,"Philadelphia, PA",241,"Philadelphia, PA" +104,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +104,284,162,"Oakland, CA",162,"Oakland, CA" +104,285,197,"Portland, ME",197,"Portland, ME" +104,286,217,"New York, NY and NJ",217,"New York, NY and NJ" +104,287,177,"Savannah, GA",177,"Savannah, GA" +104,288,268,"Seattle, WA",268,"Seattle, WA" +104,289,159,"Long Beach, CA",159,"Long Beach, CA" +104,290,174,"Tampa, FL",174,"Tampa, FL" +104,291,197,"Portland, ME",197,"Portland, ME" +104,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +104,293,194,"Lake Charles, LA",194,"Lake Charles, LA" +104,294,217,"New York, NY and NJ",217,"New York, NY and NJ" +104,295,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +104,296,268,"Seattle, WA",268,"Seattle, WA" +104,297,171,"Jacksonville, FL",171,"Jacksonville, FL" +104,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +104,299,201,"Boston, MA",201,"Boston, MA" +104,300,245,"Charleston, SC",245,"Charleston, SC" +104,301,217,"New York, NY and NJ",217,"New York, NY and NJ" +104,302,229,"Wilmington, NC",229,"Wilmington, NC" +104,303,269,"Longview, WA",269,"Longview, WA" +104,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +104,305,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +104,306,198,"Baltimore, MD",198,"Baltimore, MD" +104,307,177,"Savannah, GA",177,"Savannah, GA" +104,308,159,"Long Beach, CA",159,"Long Beach, CA" +104,309,197,"Portland, ME",197,"Portland, ME" +104,310,152,"Mobile, AL",152,"Mobile, AL" +104,311,229,"Wilmington, NC",229,"Wilmington, NC" +104,312,177,"Savannah, GA",177,"Savannah, GA" +104,313,197,"Portland, ME",197,"Portland, ME" +104,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +104,315,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +104,316,159,"Long Beach, CA",159,"Long Beach, CA" +104,317,268,"Seattle, WA",268,"Seattle, WA" +104,318,268,"Seattle, WA",268,"Seattle, WA" +104,319,195,"New Orleans, LA",195,"New Orleans, LA" +104,320,241,"Philadelphia, PA",241,"Philadelphia, PA" +104,321,201,"Boston, MA",201,"Boston, MA" +104,322,159,"Long Beach, CA",159,"Long Beach, CA" +104,323,245,"Charleston, SC",245,"Charleston, SC" +104,324,198,"Baltimore, MD",198,"Baltimore, MD" +104,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +104,326,177,"Savannah, GA",177,"Savannah, GA" +104,327,198,"Baltimore, MD",198,"Baltimore, MD" +104,328,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +104,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +104,330,241,"Philadelphia, PA",241,"Philadelphia, PA" +104,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +104,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +104,333,245,"Charleston, SC",245,"Charleston, SC" +104,334,195,"New Orleans, LA",195,"New Orleans, LA" +104,335,198,"Baltimore, MD",198,"Baltimore, MD" +104,336,195,"New Orleans, LA",195,"New Orleans, LA" +104,337,201,"Boston, MA",201,"Boston, MA" +104,338,217,"New York, NY and NJ",217,"New York, NY and NJ" +104,339,197,"Portland, ME",197,"Portland, ME" +104,340,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +104,341,257,"Houston, TX",257,"Houston, TX" +104,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +104,343,159,"Long Beach, CA",159,"Long Beach, CA" +104,344,201,"Boston, MA",201,"Boston, MA" +104,345,198,"Baltimore, MD",198,"Baltimore, MD" +104,346,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +104,347,198,"Baltimore, MD",198,"Baltimore, MD" +104,348,217,"New York, NY and NJ",217,"New York, NY and NJ" +104,349,198,"Baltimore, MD",198,"Baltimore, MD" +104,350,169,"Wilmington, DE",169,"Wilmington, DE" +104,351,197,"Portland, ME",197,"Portland, ME" +104,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +104,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +104,354,197,"Portland, ME",197,"Portland, ME" +104,355,177,"Savannah, GA",177,"Savannah, GA" +104,356,253,"Beaumont, TX",253,"Beaumont, TX" +104,357,217,"New York, NY and NJ",217,"New York, NY and NJ" +104,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +104,359,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +104,360,177,"Savannah, GA",177,"Savannah, GA" +104,361,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +104,362,241,"Philadelphia, PA",241,"Philadelphia, PA" +104,363,195,"New Orleans, LA",195,"New Orleans, LA" +104,364,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +104,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +104,366,159,"Long Beach, CA",159,"Long Beach, CA" +104,367,268,"Seattle, WA",268,"Seattle, WA" +104,368,162,"Oakland, CA",162,"Oakland, CA" +104,369,159,"Long Beach, CA",159,"Long Beach, CA" +104,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +104,371,268,"Seattle, WA",268,"Seattle, WA" +104,372,223,"New York, NY and NJ",223,"New York, NY and NJ" +104,373,245,"Charleston, SC",245,"Charleston, SC" +104,374,159,"Long Beach, CA",159,"Long Beach, CA" +104,375,159,"Long Beach, CA",159,"Long Beach, CA" +104,376,159,"Long Beach, CA",159,"Long Beach, CA" +104,377,198,"Baltimore, MD",198,"Baltimore, MD" +104,378,177,"Savannah, GA",177,"Savannah, GA" +104,379,162,"Oakland, CA",162,"Oakland, CA" +104,380,162,"Oakland, CA",162,"Oakland, CA" +104,381,159,"Long Beach, CA",159,"Long Beach, CA" +104,382,198,"Baltimore, MD",198,"Baltimore, MD" +104,383,162,"Oakland, CA",162,"Oakland, CA" +104,384,245,"Charleston, SC",245,"Charleston, SC" +104,385,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +104,386,197,"Portland, ME",197,"Portland, ME" +104,387,197,"Portland, ME",197,"Portland, ME" +104,388,197,"Portland, ME",197,"Portland, ME" +104,389,198,"Baltimore, MD",198,"Baltimore, MD" +104,390,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +104,391,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +104,392,159,"Long Beach, CA",159,"Long Beach, CA" +104,393,159,"Long Beach, CA",159,"Long Beach, CA" +104,394,223,"New York, NY and NJ",223,"New York, NY and NJ" +104,395,217,"New York, NY and NJ",217,"New York, NY and NJ" +104,396,268,"Seattle, WA",268,"Seattle, WA" +104,397,244,"Providence, RI",244,"Providence, RI" +104,398,197,"Portland, ME",197,"Portland, ME" +104,399,257,"Houston, TX",257,"Houston, TX" +104,400,159,"Long Beach, CA",159,"Long Beach, CA" +104,401,241,"Philadelphia, PA",241,"Philadelphia, PA" +104,402,198,"Baltimore, MD",198,"Baltimore, MD" +104,403,268,"Seattle, WA",268,"Seattle, WA" +104,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +104,405,177,"Savannah, GA",177,"Savannah, GA" +104,406,201,"Boston, MA",201,"Boston, MA" +104,407,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +104,408,162,"Oakland, CA",162,"Oakland, CA" +104,409,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +104,410,162,"Oakland, CA",162,"Oakland, CA" +104,411,268,"Seattle, WA",268,"Seattle, WA" +104,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +104,413,162,"Oakland, CA",162,"Oakland, CA" +104,414,195,"New Orleans, LA",195,"New Orleans, LA" +104,415,197,"Portland, ME",197,"Portland, ME" +104,416,223,"New York, NY and NJ",223,"New York, NY and NJ" +104,417,239,"Portland, OR",239,"Portland, OR" +104,418,162,"Oakland, CA",162,"Oakland, CA" +104,419,201,"Boston, MA",201,"Boston, MA" +104,420,159,"Long Beach, CA",159,"Long Beach, CA" +104,421,268,"Seattle, WA",268,"Seattle, WA" +104,422,159,"Long Beach, CA",159,"Long Beach, CA" +104,423,268,"Seattle, WA",268,"Seattle, WA" +104,424,194,"Lake Charles, LA",194,"Lake Charles, LA" +104,425,159,"Long Beach, CA",159,"Long Beach, CA" +104,426,229,"Wilmington, NC",229,"Wilmington, NC" +104,427,195,"New Orleans, LA",195,"New Orleans, LA" +104,428,159,"Long Beach, CA",159,"Long Beach, CA" +104,429,159,"Long Beach, CA",159,"Long Beach, CA" +104,430,241,"Philadelphia, PA",241,"Philadelphia, PA" +104,431,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +104,432,159,"Long Beach, CA",159,"Long Beach, CA" +104,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +104,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +104,435,198,"Baltimore, MD",198,"Baltimore, MD" +104,436,198,"Baltimore, MD",198,"Baltimore, MD" +104,437,245,"Charleston, SC",245,"Charleston, SC" +104,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +104,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +104,440,245,"Charleston, SC",245,"Charleston, SC" +104,441,268,"Seattle, WA",268,"Seattle, WA" +104,442,198,"Baltimore, MD",198,"Baltimore, MD" +104,443,198,"Baltimore, MD",198,"Baltimore, MD" +104,444,159,"Long Beach, CA",159,"Long Beach, CA" +104,445,229,"Wilmington, NC",229,"Wilmington, NC" +104,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +104,447,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +104,448,241,"Philadelphia, PA",241,"Philadelphia, PA" +104,449,269,"Longview, WA",269,"Longview, WA" +104,450,245,"Charleston, SC",245,"Charleston, SC" +104,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +104,452,197,"Portland, ME",197,"Portland, ME" +104,453,159,"Long Beach, CA",159,"Long Beach, CA" +104,454,223,"New York, NY and NJ",223,"New York, NY and NJ" +104,455,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +104,456,159,"Long Beach, CA",159,"Long Beach, CA" +104,457,241,"Philadelphia, PA",241,"Philadelphia, PA" +104,458,201,"Boston, MA",201,"Boston, MA" +104,459,239,"Portland, OR",239,"Portland, OR" +104,460,201,"Boston, MA",201,"Boston, MA" +104,461,171,"Jacksonville, FL",171,"Jacksonville, FL" +104,462,217,"New York, NY and NJ",217,"New York, NY and NJ" +104,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +104,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +104,465,239,"Portland, OR",239,"Portland, OR" +104,466,239,"Portland, OR",239,"Portland, OR" +104,467,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +104,468,268,"Seattle, WA",268,"Seattle, WA" +104,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +104,470,159,"Long Beach, CA",159,"Long Beach, CA" +104,471,217,"New York, NY and NJ",217,"New York, NY and NJ" +104,472,162,"Oakland, CA",162,"Oakland, CA" +104,473,159,"Long Beach, CA",159,"Long Beach, CA" +104,474,171,"Jacksonville, FL",171,"Jacksonville, FL" +104,475,241,"Philadelphia, PA",241,"Philadelphia, PA" +104,476,268,"Seattle, WA",268,"Seattle, WA" +104,477,239,"Portland, OR",239,"Portland, OR" +104,478,174,"Tampa, FL",174,"Tampa, FL" +104,479,159,"Long Beach, CA",159,"Long Beach, CA" +104,480,217,"New York, NY and NJ",217,"New York, NY and NJ" +104,481,198,"Baltimore, MD",198,"Baltimore, MD" +104,482,159,"Long Beach, CA",159,"Long Beach, CA" +104,483,223,"New York, NY and NJ",223,"New York, NY and NJ" +104,484,177,"Savannah, GA",177,"Savannah, GA" +104,485,239,"Portland, OR",239,"Portland, OR" +104,486,159,"Long Beach, CA",159,"Long Beach, CA" +104,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +104,488,159,"Long Beach, CA",159,"Long Beach, CA" +104,489,269,"Longview, WA",269,"Longview, WA" +104,490,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +104,491,223,"New York, NY and NJ",223,"New York, NY and NJ" +105,154,159,"Long Beach, CA",159,"Long Beach, CA" +105,179,159,"Long Beach, CA",159,"Long Beach, CA" +105,180,159,"Long Beach, CA",159,"Long Beach, CA" +105,274,159,"Long Beach, CA",159,"Long Beach, CA" +105,275,217,"New York, NY and NJ",217,"New York, NY and NJ" +105,276,244,"Providence, RI",244,"Providence, RI" +105,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +105,278,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +105,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +105,280,171,"Jacksonville, FL",171,"Jacksonville, FL" +105,281,195,"New Orleans, LA",195,"New Orleans, LA" +105,282,197,"Portland, ME",197,"Portland, ME" +105,283,177,"Savannah, GA",177,"Savannah, GA" +105,284,268,"Seattle, WA",268,"Seattle, WA" +105,285,244,"Providence, RI",244,"Providence, RI" +105,286,217,"New York, NY and NJ",217,"New York, NY and NJ" +105,287,174,"Tampa, FL",174,"Tampa, FL" +105,288,159,"Long Beach, CA",159,"Long Beach, CA" +105,289,239,"Portland, OR",239,"Portland, OR" +105,290,245,"Charleston, SC",245,"Charleston, SC" +105,291,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +105,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +105,293,253,"Beaumont, TX",253,"Beaumont, TX" +105,294,201,"Boston, MA",201,"Boston, MA" +105,295,241,"Philadelphia, PA",241,"Philadelphia, PA" +105,296,159,"Long Beach, CA",159,"Long Beach, CA" +105,297,195,"New Orleans, LA",195,"New Orleans, LA" +105,298,197,"Portland, ME",197,"Portland, ME" +105,299,244,"Providence, RI",244,"Providence, RI" +105,300,177,"Savannah, GA",177,"Savannah, GA" +105,301,241,"Philadelphia, PA",241,"Philadelphia, PA" +105,302,172,"Port Everglades, FL",172,"Port Everglades, FL" +105,303,268,"Seattle, WA",268,"Seattle, WA" +105,304,217,"New York, NY and NJ",217,"New York, NY and NJ" +105,305,197,"Portland, ME",197,"Portland, ME" +105,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +105,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +105,308,159,"Long Beach, CA",159,"Long Beach, CA" +105,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +105,310,195,"New Orleans, LA",195,"New Orleans, LA" +105,311,241,"Philadelphia, PA",241,"Philadelphia, PA" +105,312,177,"Savannah, GA",177,"Savannah, GA" +105,313,223,"New York, NY and NJ",223,"New York, NY and NJ" +105,314,245,"Charleston, SC",245,"Charleston, SC" +105,315,172,"Port Everglades, FL",172,"Port Everglades, FL" +105,316,239,"Portland, OR",239,"Portland, OR" +105,317,159,"Long Beach, CA",159,"Long Beach, CA" +105,318,159,"Long Beach, CA",159,"Long Beach, CA" +105,319,174,"Tampa, FL",174,"Tampa, FL" +105,320,223,"New York, NY and NJ",223,"New York, NY and NJ" +105,321,197,"Portland, ME",197,"Portland, ME" +105,322,162,"Oakland, CA",162,"Oakland, CA" +105,323,208,"Pascagoula, MS",208,"Pascagoula, MS" +105,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +105,325,171,"Jacksonville, FL",171,"Jacksonville, FL" +105,326,174,"Tampa, FL",174,"Tampa, FL" +105,327,197,"Portland, ME",197,"Portland, ME" +105,328,198,"Baltimore, MD",198,"Baltimore, MD" +105,329,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +105,330,197,"Portland, ME",197,"Portland, ME" +105,331,241,"Philadelphia, PA",241,"Philadelphia, PA" +105,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +105,333,177,"Savannah, GA",177,"Savannah, GA" +105,334,195,"New Orleans, LA",195,"New Orleans, LA" +105,335,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +105,336,195,"New Orleans, LA",195,"New Orleans, LA" +105,337,198,"Baltimore, MD",198,"Baltimore, MD" +105,338,223,"New York, NY and NJ",223,"New York, NY and NJ" +105,339,201,"Boston, MA",201,"Boston, MA" +105,340,223,"New York, NY and NJ",223,"New York, NY and NJ" +105,341,257,"Houston, TX",257,"Houston, TX" +105,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +105,343,159,"Long Beach, CA",159,"Long Beach, CA" +105,344,244,"Providence, RI",244,"Providence, RI" +105,345,198,"Baltimore, MD",198,"Baltimore, MD" +105,346,174,"Tampa, FL",174,"Tampa, FL" +105,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +105,348,198,"Baltimore, MD",198,"Baltimore, MD" +105,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +105,350,197,"Portland, ME",197,"Portland, ME" +105,351,201,"Boston, MA",201,"Boston, MA" +105,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +105,353,201,"Boston, MA",201,"Boston, MA" +105,354,197,"Portland, ME",197,"Portland, ME" +105,355,177,"Savannah, GA",177,"Savannah, GA" +105,356,195,"New Orleans, LA",195,"New Orleans, LA" +105,357,198,"Baltimore, MD",198,"Baltimore, MD" +105,358,217,"New York, NY and NJ",217,"New York, NY and NJ" +105,359,174,"Tampa, FL",174,"Tampa, FL" +105,360,245,"Charleston, SC",245,"Charleston, SC" +105,361,177,"Savannah, GA",177,"Savannah, GA" +105,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +105,363,152,"Mobile, AL",152,"Mobile, AL" +105,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +105,365,217,"New York, NY and NJ",217,"New York, NY and NJ" +105,366,268,"Seattle, WA",268,"Seattle, WA" +105,367,159,"Long Beach, CA",159,"Long Beach, CA" +105,368,159,"Long Beach, CA",159,"Long Beach, CA" +105,369,159,"Long Beach, CA",159,"Long Beach, CA" +105,370,217,"New York, NY and NJ",217,"New York, NY and NJ" +105,371,239,"Portland, OR",239,"Portland, OR" +105,372,197,"Portland, ME",197,"Portland, ME" +105,373,177,"Savannah, GA",177,"Savannah, GA" +105,374,159,"Long Beach, CA",159,"Long Beach, CA" +105,375,159,"Long Beach, CA",159,"Long Beach, CA" +105,376,268,"Seattle, WA",268,"Seattle, WA" +105,377,217,"New York, NY and NJ",217,"New York, NY and NJ" +105,378,174,"Tampa, FL",174,"Tampa, FL" +105,379,159,"Long Beach, CA",159,"Long Beach, CA" +105,380,268,"Seattle, WA",268,"Seattle, WA" +105,381,162,"Oakland, CA",162,"Oakland, CA" +105,382,241,"Philadelphia, PA",241,"Philadelphia, PA" +105,383,159,"Long Beach, CA",159,"Long Beach, CA" +105,384,198,"Baltimore, MD",198,"Baltimore, MD" +105,385,201,"Boston, MA",201,"Boston, MA" +105,386,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +105,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +105,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +105,389,201,"Boston, MA",201,"Boston, MA" +105,390,197,"Portland, ME",197,"Portland, ME" +105,391,198,"Baltimore, MD",198,"Baltimore, MD" +105,392,159,"Long Beach, CA",159,"Long Beach, CA" +105,393,162,"Oakland, CA",162,"Oakland, CA" +105,394,223,"New York, NY and NJ",223,"New York, NY and NJ" +105,395,197,"Portland, ME",197,"Portland, ME" +105,396,159,"Long Beach, CA",159,"Long Beach, CA" +105,397,223,"New York, NY and NJ",223,"New York, NY and NJ" +105,398,198,"Baltimore, MD",198,"Baltimore, MD" +105,399,253,"Beaumont, TX",253,"Beaumont, TX" +105,400,268,"Seattle, WA",268,"Seattle, WA" +105,401,169,"Wilmington, DE",169,"Wilmington, DE" +105,402,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +105,403,159,"Long Beach, CA",159,"Long Beach, CA" +105,404,169,"Wilmington, DE",169,"Wilmington, DE" +105,405,177,"Savannah, GA",177,"Savannah, GA" +105,406,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +105,407,177,"Savannah, GA",177,"Savannah, GA" +105,408,159,"Long Beach, CA",159,"Long Beach, CA" +105,409,208,"Pascagoula, MS",208,"Pascagoula, MS" +105,410,159,"Long Beach, CA",159,"Long Beach, CA" +105,411,159,"Long Beach, CA",159,"Long Beach, CA" +105,412,201,"Boston, MA",201,"Boston, MA" +105,413,159,"Long Beach, CA",159,"Long Beach, CA" +105,414,194,"Lake Charles, LA",194,"Lake Charles, LA" +105,415,198,"Baltimore, MD",198,"Baltimore, MD" +105,416,201,"Boston, MA",201,"Boston, MA" +105,417,268,"Seattle, WA",268,"Seattle, WA" +105,418,159,"Long Beach, CA",159,"Long Beach, CA" +105,419,169,"Wilmington, DE",169,"Wilmington, DE" +105,420,268,"Seattle, WA",268,"Seattle, WA" +105,421,159,"Long Beach, CA",159,"Long Beach, CA" +105,422,268,"Seattle, WA",268,"Seattle, WA" +105,423,159,"Long Beach, CA",159,"Long Beach, CA" +105,424,195,"New Orleans, LA",195,"New Orleans, LA" +105,425,162,"Oakland, CA",162,"Oakland, CA" +105,426,195,"New Orleans, LA",195,"New Orleans, LA" +105,427,194,"Lake Charles, LA",194,"Lake Charles, LA" +105,428,159,"Long Beach, CA",159,"Long Beach, CA" +105,429,195,"New Orleans, LA",195,"New Orleans, LA" +105,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +105,431,241,"Philadelphia, PA",241,"Philadelphia, PA" +105,432,269,"Longview, WA",269,"Longview, WA" +105,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +105,434,197,"Portland, ME",197,"Portland, ME" +105,435,198,"Baltimore, MD",198,"Baltimore, MD" +105,436,241,"Philadelphia, PA",241,"Philadelphia, PA" +105,437,217,"New York, NY and NJ",217,"New York, NY and NJ" +105,438,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +105,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +105,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +105,441,268,"Seattle, WA",268,"Seattle, WA" +105,442,201,"Boston, MA",201,"Boston, MA" +105,443,197,"Portland, ME",197,"Portland, ME" +105,444,159,"Long Beach, CA",159,"Long Beach, CA" +105,445,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +105,446,201,"Boston, MA",201,"Boston, MA" +105,447,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +105,448,201,"Boston, MA",201,"Boston, MA" +105,449,159,"Long Beach, CA",159,"Long Beach, CA" +105,450,174,"Tampa, FL",174,"Tampa, FL" +105,451,217,"New York, NY and NJ",217,"New York, NY and NJ" +105,452,197,"Portland, ME",197,"Portland, ME" +105,453,159,"Long Beach, CA",159,"Long Beach, CA" +105,454,198,"Baltimore, MD",198,"Baltimore, MD" +105,455,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +105,456,268,"Seattle, WA",268,"Seattle, WA" +105,457,197,"Portland, ME",197,"Portland, ME" +105,458,198,"Baltimore, MD",198,"Baltimore, MD" +105,459,268,"Seattle, WA",268,"Seattle, WA" +105,460,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +105,461,177,"Savannah, GA",177,"Savannah, GA" +105,462,245,"Charleston, SC",245,"Charleston, SC" +105,463,241,"Philadelphia, PA",241,"Philadelphia, PA" +105,464,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +105,465,159,"Long Beach, CA",159,"Long Beach, CA" +105,466,159,"Long Beach, CA",159,"Long Beach, CA" +105,467,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +105,468,159,"Long Beach, CA",159,"Long Beach, CA" +105,469,198,"Baltimore, MD",198,"Baltimore, MD" +105,470,162,"Oakland, CA",162,"Oakland, CA" +105,471,223,"New York, NY and NJ",223,"New York, NY and NJ" +105,472,159,"Long Beach, CA",159,"Long Beach, CA" +105,473,159,"Long Beach, CA",159,"Long Beach, CA" +105,474,174,"Tampa, FL",174,"Tampa, FL" +105,475,198,"Baltimore, MD",198,"Baltimore, MD" +105,476,162,"Oakland, CA",162,"Oakland, CA" +105,477,159,"Long Beach, CA",159,"Long Beach, CA" +105,478,174,"Tampa, FL",174,"Tampa, FL" +105,479,159,"Long Beach, CA",159,"Long Beach, CA" +105,480,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +105,481,201,"Boston, MA",201,"Boston, MA" +105,482,239,"Portland, OR",239,"Portland, OR" +105,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +105,484,152,"Mobile, AL",152,"Mobile, AL" +105,485,268,"Seattle, WA",268,"Seattle, WA" +105,486,159,"Long Beach, CA",159,"Long Beach, CA" +105,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +105,488,268,"Seattle, WA",268,"Seattle, WA" +105,489,195,"New Orleans, LA",195,"New Orleans, LA" +105,490,198,"Baltimore, MD",198,"Baltimore, MD" +105,491,241,"Philadelphia, PA",241,"Philadelphia, PA" +106,154,162,"Oakland, CA",162,"Oakland, CA" +106,179,269,"Longview, WA",269,"Longview, WA" +106,180,159,"Long Beach, CA",159,"Long Beach, CA" +106,274,159,"Long Beach, CA",159,"Long Beach, CA" +106,275,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +106,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +106,277,241,"Philadelphia, PA",241,"Philadelphia, PA" +106,278,217,"New York, NY and NJ",217,"New York, NY and NJ" +106,279,198,"Baltimore, MD",198,"Baltimore, MD" +106,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +106,281,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +106,282,169,"Wilmington, DE",169,"Wilmington, DE" +106,283,245,"Charleston, SC",245,"Charleston, SC" +106,284,159,"Long Beach, CA",159,"Long Beach, CA" +106,285,201,"Boston, MA",201,"Boston, MA" +106,286,201,"Boston, MA",201,"Boston, MA" +106,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +106,288,162,"Oakland, CA",162,"Oakland, CA" +106,289,159,"Long Beach, CA",159,"Long Beach, CA" +106,290,172,"Port Everglades, FL",172,"Port Everglades, FL" +106,291,241,"Philadelphia, PA",241,"Philadelphia, PA" +106,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +106,293,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +106,294,244,"Providence, RI",244,"Providence, RI" +106,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +106,296,162,"Oakland, CA",162,"Oakland, CA" +106,297,177,"Savannah, GA",177,"Savannah, GA" +106,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +106,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +106,300,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +106,301,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +106,302,172,"Port Everglades, FL",172,"Port Everglades, FL" +106,303,159,"Long Beach, CA",159,"Long Beach, CA" +106,304,197,"Portland, ME",197,"Portland, ME" +106,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +106,306,217,"New York, NY and NJ",217,"New York, NY and NJ" +106,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +106,308,159,"Long Beach, CA",159,"Long Beach, CA" +106,309,201,"Boston, MA",201,"Boston, MA" +106,310,269,"Longview, WA",269,"Longview, WA" +106,311,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +106,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +106,313,198,"Baltimore, MD",198,"Baltimore, MD" +106,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +106,315,195,"New Orleans, LA",195,"New Orleans, LA" +106,316,159,"Long Beach, CA",159,"Long Beach, CA" +106,317,162,"Oakland, CA",162,"Oakland, CA" +106,318,268,"Seattle, WA",268,"Seattle, WA" +106,319,195,"New Orleans, LA",195,"New Orleans, LA" +106,320,223,"New York, NY and NJ",223,"New York, NY and NJ" +106,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +106,322,162,"Oakland, CA",162,"Oakland, CA" +106,323,195,"New Orleans, LA",195,"New Orleans, LA" +106,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +106,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +106,326,177,"Savannah, GA",177,"Savannah, GA" +106,327,198,"Baltimore, MD",198,"Baltimore, MD" +106,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +106,329,223,"New York, NY and NJ",223,"New York, NY and NJ" +106,330,241,"Philadelphia, PA",241,"Philadelphia, PA" +106,331,223,"New York, NY and NJ",223,"New York, NY and NJ" +106,332,241,"Philadelphia, PA",241,"Philadelphia, PA" +106,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +106,334,195,"New Orleans, LA",195,"New Orleans, LA" +106,335,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +106,336,171,"Jacksonville, FL",171,"Jacksonville, FL" +106,337,217,"New York, NY and NJ",217,"New York, NY and NJ" +106,338,198,"Baltimore, MD",198,"Baltimore, MD" +106,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +106,340,197,"Portland, ME",197,"Portland, ME" +106,341,208,"Pascagoula, MS",208,"Pascagoula, MS" +106,342,197,"Portland, ME",197,"Portland, ME" +106,343,268,"Seattle, WA",268,"Seattle, WA" +106,344,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +106,345,217,"New York, NY and NJ",217,"New York, NY and NJ" +106,346,198,"Baltimore, MD",198,"Baltimore, MD" +106,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +106,348,223,"New York, NY and NJ",223,"New York, NY and NJ" +106,349,241,"Philadelphia, PA",241,"Philadelphia, PA" +106,350,201,"Boston, MA",201,"Boston, MA" +106,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +106,352,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +106,353,244,"Providence, RI",244,"Providence, RI" +106,354,198,"Baltimore, MD",198,"Baltimore, MD" +106,355,177,"Savannah, GA",177,"Savannah, GA" +106,356,152,"Mobile, AL",152,"Mobile, AL" +106,357,217,"New York, NY and NJ",217,"New York, NY and NJ" +106,358,223,"New York, NY and NJ",223,"New York, NY and NJ" +106,359,174,"Tampa, FL",174,"Tampa, FL" +106,360,245,"Charleston, SC",245,"Charleston, SC" +106,361,257,"Houston, TX",257,"Houston, TX" +106,362,197,"Portland, ME",197,"Portland, ME" +106,363,195,"New Orleans, LA",195,"New Orleans, LA" +106,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +106,365,201,"Boston, MA",201,"Boston, MA" +106,366,159,"Long Beach, CA",159,"Long Beach, CA" +106,367,159,"Long Beach, CA",159,"Long Beach, CA" +106,368,159,"Long Beach, CA",159,"Long Beach, CA" +106,369,268,"Seattle, WA",268,"Seattle, WA" +106,370,198,"Baltimore, MD",198,"Baltimore, MD" +106,371,269,"Longview, WA",269,"Longview, WA" +106,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +106,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +106,374,159,"Long Beach, CA",159,"Long Beach, CA" +106,375,159,"Long Beach, CA",159,"Long Beach, CA" +106,376,159,"Long Beach, CA",159,"Long Beach, CA" +106,377,223,"New York, NY and NJ",223,"New York, NY and NJ" +106,378,152,"Mobile, AL",152,"Mobile, AL" +106,379,269,"Longview, WA",269,"Longview, WA" +106,380,159,"Long Beach, CA",159,"Long Beach, CA" +106,381,159,"Long Beach, CA",159,"Long Beach, CA" +106,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +106,383,162,"Oakland, CA",162,"Oakland, CA" +106,384,177,"Savannah, GA",177,"Savannah, GA" +106,385,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +106,386,217,"New York, NY and NJ",217,"New York, NY and NJ" +106,387,197,"Portland, ME",197,"Portland, ME" +106,388,201,"Boston, MA",201,"Boston, MA" +106,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +106,390,201,"Boston, MA",201,"Boston, MA" +106,391,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +106,392,162,"Oakland, CA",162,"Oakland, CA" +106,393,162,"Oakland, CA",162,"Oakland, CA" +106,394,197,"Portland, ME",197,"Portland, ME" +106,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +106,396,268,"Seattle, WA",268,"Seattle, WA" +106,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +106,398,217,"New York, NY and NJ",217,"New York, NY and NJ" +106,399,253,"Beaumont, TX",253,"Beaumont, TX" +106,400,159,"Long Beach, CA",159,"Long Beach, CA" +106,401,217,"New York, NY and NJ",217,"New York, NY and NJ" +106,402,198,"Baltimore, MD",198,"Baltimore, MD" +106,403,239,"Portland, OR",239,"Portland, OR" +106,404,197,"Portland, ME",197,"Portland, ME" +106,405,174,"Tampa, FL",174,"Tampa, FL" +106,406,198,"Baltimore, MD",198,"Baltimore, MD" +106,407,177,"Savannah, GA",177,"Savannah, GA" +106,408,268,"Seattle, WA",268,"Seattle, WA" +106,409,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +106,410,239,"Portland, OR",239,"Portland, OR" +106,411,269,"Longview, WA",269,"Longview, WA" +106,412,198,"Baltimore, MD",198,"Baltimore, MD" +106,413,162,"Oakland, CA",162,"Oakland, CA" +106,414,172,"Port Everglades, FL",172,"Port Everglades, FL" +106,415,198,"Baltimore, MD",198,"Baltimore, MD" +106,416,223,"New York, NY and NJ",223,"New York, NY and NJ" +106,417,162,"Oakland, CA",162,"Oakland, CA" +106,418,159,"Long Beach, CA",159,"Long Beach, CA" +106,419,198,"Baltimore, MD",198,"Baltimore, MD" +106,420,268,"Seattle, WA",268,"Seattle, WA" +106,421,159,"Long Beach, CA",159,"Long Beach, CA" +106,422,239,"Portland, OR",239,"Portland, OR" +106,423,239,"Portland, OR",239,"Portland, OR" +106,424,152,"Mobile, AL",152,"Mobile, AL" +106,425,239,"Portland, OR",239,"Portland, OR" +106,426,245,"Charleston, SC",245,"Charleston, SC" +106,427,195,"New Orleans, LA",195,"New Orleans, LA" +106,428,268,"Seattle, WA",268,"Seattle, WA" +106,429,159,"Long Beach, CA",159,"Long Beach, CA" +106,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +106,431,197,"Portland, ME",197,"Portland, ME" +106,432,159,"Long Beach, CA",159,"Long Beach, CA" +106,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +106,434,198,"Baltimore, MD",198,"Baltimore, MD" +106,435,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +106,436,197,"Portland, ME",197,"Portland, ME" +106,437,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +106,438,171,"Jacksonville, FL",171,"Jacksonville, FL" +106,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +106,440,174,"Tampa, FL",174,"Tampa, FL" +106,441,268,"Seattle, WA",268,"Seattle, WA" +106,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +106,443,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +106,444,268,"Seattle, WA",268,"Seattle, WA" +106,445,198,"Baltimore, MD",198,"Baltimore, MD" +106,446,244,"Providence, RI",244,"Providence, RI" +106,447,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +106,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +106,449,162,"Oakland, CA",162,"Oakland, CA" +106,450,245,"Charleston, SC",245,"Charleston, SC" +106,451,198,"Baltimore, MD",198,"Baltimore, MD" +106,452,197,"Portland, ME",197,"Portland, ME" +106,453,159,"Long Beach, CA",159,"Long Beach, CA" +106,454,244,"Providence, RI",244,"Providence, RI" +106,455,241,"Philadelphia, PA",241,"Philadelphia, PA" +106,456,162,"Oakland, CA",162,"Oakland, CA" +106,457,223,"New York, NY and NJ",223,"New York, NY and NJ" +106,458,241,"Philadelphia, PA",241,"Philadelphia, PA" +106,459,162,"Oakland, CA",162,"Oakland, CA" +106,460,241,"Philadelphia, PA",241,"Philadelphia, PA" +106,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +106,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +106,463,241,"Philadelphia, PA",241,"Philadelphia, PA" +106,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +106,465,159,"Long Beach, CA",159,"Long Beach, CA" +106,466,159,"Long Beach, CA",159,"Long Beach, CA" +106,467,217,"New York, NY and NJ",217,"New York, NY and NJ" +106,468,159,"Long Beach, CA",159,"Long Beach, CA" +106,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +106,470,159,"Long Beach, CA",159,"Long Beach, CA" +106,471,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +106,472,269,"Longview, WA",269,"Longview, WA" +106,473,159,"Long Beach, CA",159,"Long Beach, CA" +106,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +106,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +106,476,162,"Oakland, CA",162,"Oakland, CA" +106,477,159,"Long Beach, CA",159,"Long Beach, CA" +106,478,171,"Jacksonville, FL",171,"Jacksonville, FL" +106,479,268,"Seattle, WA",268,"Seattle, WA" +106,480,229,"Wilmington, NC",229,"Wilmington, NC" +106,481,198,"Baltimore, MD",198,"Baltimore, MD" +106,482,159,"Long Beach, CA",159,"Long Beach, CA" +106,483,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +106,484,195,"New Orleans, LA",195,"New Orleans, LA" +106,485,162,"Oakland, CA",162,"Oakland, CA" +106,486,239,"Portland, OR",239,"Portland, OR" +106,487,174,"Tampa, FL",174,"Tampa, FL" +106,488,159,"Long Beach, CA",159,"Long Beach, CA" +106,489,268,"Seattle, WA",268,"Seattle, WA" +106,490,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +106,491,244,"Providence, RI",244,"Providence, RI" +107,154,159,"Long Beach, CA",159,"Long Beach, CA" +107,179,159,"Long Beach, CA",159,"Long Beach, CA" +107,180,162,"Oakland, CA",162,"Oakland, CA" +107,274,268,"Seattle, WA",268,"Seattle, WA" +107,275,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +107,276,217,"New York, NY and NJ",217,"New York, NY and NJ" +107,277,198,"Baltimore, MD",198,"Baltimore, MD" +107,278,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +107,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +107,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +107,281,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +107,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +107,283,177,"Savannah, GA",177,"Savannah, GA" +107,284,239,"Portland, OR",239,"Portland, OR" +107,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +107,286,198,"Baltimore, MD",198,"Baltimore, MD" +107,287,177,"Savannah, GA",177,"Savannah, GA" +107,288,159,"Long Beach, CA",159,"Long Beach, CA" +107,289,239,"Portland, OR",239,"Portland, OR" +107,290,177,"Savannah, GA",177,"Savannah, GA" +107,291,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +107,292,201,"Boston, MA",201,"Boston, MA" +107,293,195,"New Orleans, LA",195,"New Orleans, LA" +107,294,245,"Charleston, SC",245,"Charleston, SC" +107,295,223,"New York, NY and NJ",223,"New York, NY and NJ" +107,296,159,"Long Beach, CA",159,"Long Beach, CA" +107,297,174,"Tampa, FL",174,"Tampa, FL" +107,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +107,299,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +107,300,195,"New Orleans, LA",195,"New Orleans, LA" +107,301,201,"Boston, MA",201,"Boston, MA" +107,302,171,"Jacksonville, FL",171,"Jacksonville, FL" +107,303,162,"Oakland, CA",162,"Oakland, CA" +107,304,197,"Portland, ME",197,"Portland, ME" +107,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +107,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +107,307,223,"New York, NY and NJ",223,"New York, NY and NJ" +107,308,159,"Long Beach, CA",159,"Long Beach, CA" +107,309,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +107,310,241,"Philadelphia, PA",241,"Philadelphia, PA" +107,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +107,312,152,"Mobile, AL",152,"Mobile, AL" +107,313,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +107,314,223,"New York, NY and NJ",223,"New York, NY and NJ" +107,315,195,"New Orleans, LA",195,"New Orleans, LA" +107,316,159,"Long Beach, CA",159,"Long Beach, CA" +107,317,268,"Seattle, WA",268,"Seattle, WA" +107,318,162,"Oakland, CA",162,"Oakland, CA" +107,319,152,"Mobile, AL",152,"Mobile, AL" +107,320,223,"New York, NY and NJ",223,"New York, NY and NJ" +107,321,217,"New York, NY and NJ",217,"New York, NY and NJ" +107,322,159,"Long Beach, CA",159,"Long Beach, CA" +107,323,195,"New Orleans, LA",195,"New Orleans, LA" +107,324,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +107,325,152,"Mobile, AL",152,"Mobile, AL" +107,326,177,"Savannah, GA",177,"Savannah, GA" +107,327,198,"Baltimore, MD",198,"Baltimore, MD" +107,328,197,"Portland, ME",197,"Portland, ME" +107,329,241,"Philadelphia, PA",241,"Philadelphia, PA" +107,330,217,"New York, NY and NJ",217,"New York, NY and NJ" +107,331,223,"New York, NY and NJ",223,"New York, NY and NJ" +107,332,229,"Wilmington, NC",229,"Wilmington, NC" +107,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +107,334,195,"New Orleans, LA",195,"New Orleans, LA" +107,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +107,336,152,"Mobile, AL",152,"Mobile, AL" +107,337,198,"Baltimore, MD",198,"Baltimore, MD" +107,338,198,"Baltimore, MD",198,"Baltimore, MD" +107,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +107,340,244,"Providence, RI",244,"Providence, RI" +107,341,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +107,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +107,343,269,"Longview, WA",269,"Longview, WA" +107,344,198,"Baltimore, MD",198,"Baltimore, MD" +107,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +107,346,152,"Mobile, AL",152,"Mobile, AL" +107,347,223,"New York, NY and NJ",223,"New York, NY and NJ" +107,348,223,"New York, NY and NJ",223,"New York, NY and NJ" +107,349,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +107,350,201,"Boston, MA",201,"Boston, MA" +107,351,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +107,352,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +107,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +107,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +107,355,245,"Charleston, SC",245,"Charleston, SC" +107,356,195,"New Orleans, LA",195,"New Orleans, LA" +107,357,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +107,358,217,"New York, NY and NJ",217,"New York, NY and NJ" +107,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +107,360,178,"Brunswick, GA",178,"Brunswick, GA" +107,361,152,"Mobile, AL",152,"Mobile, AL" +107,362,201,"Boston, MA",201,"Boston, MA" +107,363,152,"Mobile, AL",152,"Mobile, AL" +107,364,217,"New York, NY and NJ",217,"New York, NY and NJ" +107,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +107,366,268,"Seattle, WA",268,"Seattle, WA" +107,367,159,"Long Beach, CA",159,"Long Beach, CA" +107,368,162,"Oakland, CA",162,"Oakland, CA" +107,369,159,"Long Beach, CA",159,"Long Beach, CA" +107,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +107,371,159,"Long Beach, CA",159,"Long Beach, CA" +107,372,241,"Philadelphia, PA",241,"Philadelphia, PA" +107,373,171,"Jacksonville, FL",171,"Jacksonville, FL" +107,374,268,"Seattle, WA",268,"Seattle, WA" +107,375,239,"Portland, OR",239,"Portland, OR" +107,376,159,"Long Beach, CA",159,"Long Beach, CA" +107,377,217,"New York, NY and NJ",217,"New York, NY and NJ" +107,378,174,"Tampa, FL",174,"Tampa, FL" +107,379,159,"Long Beach, CA",159,"Long Beach, CA" +107,380,162,"Oakland, CA",162,"Oakland, CA" +107,381,159,"Long Beach, CA",159,"Long Beach, CA" +107,382,198,"Baltimore, MD",198,"Baltimore, MD" +107,383,268,"Seattle, WA",268,"Seattle, WA" +107,384,217,"New York, NY and NJ",217,"New York, NY and NJ" +107,385,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +107,386,217,"New York, NY and NJ",217,"New York, NY and NJ" +107,387,241,"Philadelphia, PA",241,"Philadelphia, PA" +107,388,198,"Baltimore, MD",198,"Baltimore, MD" +107,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +107,390,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +107,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +107,392,159,"Long Beach, CA",159,"Long Beach, CA" +107,393,269,"Longview, WA",269,"Longview, WA" +107,394,197,"Portland, ME",197,"Portland, ME" +107,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +107,396,268,"Seattle, WA",268,"Seattle, WA" +107,397,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +107,398,241,"Philadelphia, PA",241,"Philadelphia, PA" +107,399,257,"Houston, TX",257,"Houston, TX" +107,400,268,"Seattle, WA",268,"Seattle, WA" +107,401,217,"New York, NY and NJ",217,"New York, NY and NJ" +107,402,241,"Philadelphia, PA",241,"Philadelphia, PA" +107,403,239,"Portland, OR",239,"Portland, OR" +107,404,197,"Portland, ME",197,"Portland, ME" +107,405,245,"Charleston, SC",245,"Charleston, SC" +107,406,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +107,407,198,"Baltimore, MD",198,"Baltimore, MD" +107,408,269,"Longview, WA",269,"Longview, WA" +107,409,198,"Baltimore, MD",198,"Baltimore, MD" +107,410,159,"Long Beach, CA",159,"Long Beach, CA" +107,411,159,"Long Beach, CA",159,"Long Beach, CA" +107,412,198,"Baltimore, MD",198,"Baltimore, MD" +107,413,239,"Portland, OR",239,"Portland, OR" +107,414,152,"Mobile, AL",152,"Mobile, AL" +107,415,241,"Philadelphia, PA",241,"Philadelphia, PA" +107,416,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +107,417,159,"Long Beach, CA",159,"Long Beach, CA" +107,418,159,"Long Beach, CA",159,"Long Beach, CA" +107,419,217,"New York, NY and NJ",217,"New York, NY and NJ" +107,420,159,"Long Beach, CA",159,"Long Beach, CA" +107,421,269,"Longview, WA",269,"Longview, WA" +107,422,162,"Oakland, CA",162,"Oakland, CA" +107,423,159,"Long Beach, CA",159,"Long Beach, CA" +107,424,195,"New Orleans, LA",195,"New Orleans, LA" +107,425,162,"Oakland, CA",162,"Oakland, CA" +107,426,174,"Tampa, FL",174,"Tampa, FL" +107,427,174,"Tampa, FL",174,"Tampa, FL" +107,428,159,"Long Beach, CA",159,"Long Beach, CA" +107,429,195,"New Orleans, LA",195,"New Orleans, LA" +107,430,198,"Baltimore, MD",198,"Baltimore, MD" +107,431,244,"Providence, RI",244,"Providence, RI" +107,432,159,"Long Beach, CA",159,"Long Beach, CA" +107,433,217,"New York, NY and NJ",217,"New York, NY and NJ" +107,434,241,"Philadelphia, PA",241,"Philadelphia, PA" +107,435,217,"New York, NY and NJ",217,"New York, NY and NJ" +107,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +107,437,223,"New York, NY and NJ",223,"New York, NY and NJ" +107,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +107,439,229,"Wilmington, NC",229,"Wilmington, NC" +107,440,171,"Jacksonville, FL",171,"Jacksonville, FL" +107,441,159,"Long Beach, CA",159,"Long Beach, CA" +107,442,197,"Portland, ME",197,"Portland, ME" +107,443,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +107,444,268,"Seattle, WA",268,"Seattle, WA" +107,445,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +107,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +107,447,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +107,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +107,449,159,"Long Beach, CA",159,"Long Beach, CA" +107,450,245,"Charleston, SC",245,"Charleston, SC" +107,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +107,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +107,453,159,"Long Beach, CA",159,"Long Beach, CA" +107,454,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +107,455,223,"New York, NY and NJ",223,"New York, NY and NJ" +107,456,159,"Long Beach, CA",159,"Long Beach, CA" +107,457,217,"New York, NY and NJ",217,"New York, NY and NJ" +107,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +107,459,268,"Seattle, WA",268,"Seattle, WA" +107,460,197,"Portland, ME",197,"Portland, ME" +107,461,198,"Baltimore, MD",198,"Baltimore, MD" +107,462,197,"Portland, ME",197,"Portland, ME" +107,463,217,"New York, NY and NJ",217,"New York, NY and NJ" +107,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +107,465,239,"Portland, OR",239,"Portland, OR" +107,466,159,"Long Beach, CA",159,"Long Beach, CA" +107,467,217,"New York, NY and NJ",217,"New York, NY and NJ" +107,468,159,"Long Beach, CA",159,"Long Beach, CA" +107,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +107,470,268,"Seattle, WA",268,"Seattle, WA" +107,471,201,"Boston, MA",201,"Boston, MA" +107,472,268,"Seattle, WA",268,"Seattle, WA" +107,473,162,"Oakland, CA",162,"Oakland, CA" +107,474,174,"Tampa, FL",174,"Tampa, FL" +107,475,241,"Philadelphia, PA",241,"Philadelphia, PA" +107,476,268,"Seattle, WA",268,"Seattle, WA" +107,477,159,"Long Beach, CA",159,"Long Beach, CA" +107,478,177,"Savannah, GA",177,"Savannah, GA" +107,479,159,"Long Beach, CA",159,"Long Beach, CA" +107,480,197,"Portland, ME",197,"Portland, ME" +107,481,201,"Boston, MA",201,"Boston, MA" +107,482,159,"Long Beach, CA",159,"Long Beach, CA" +107,483,241,"Philadelphia, PA",241,"Philadelphia, PA" +107,484,257,"Houston, TX",257,"Houston, TX" +107,485,239,"Portland, OR",239,"Portland, OR" +107,486,159,"Long Beach, CA",159,"Long Beach, CA" +107,487,174,"Tampa, FL",174,"Tampa, FL" +107,488,159,"Long Beach, CA",159,"Long Beach, CA" +107,489,239,"Portland, OR",239,"Portland, OR" +107,490,198,"Baltimore, MD",198,"Baltimore, MD" +107,491,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +108,154,239,"Portland, OR",239,"Portland, OR" +108,179,159,"Long Beach, CA",159,"Long Beach, CA" +108,180,159,"Long Beach, CA",159,"Long Beach, CA" +108,274,269,"Longview, WA",269,"Longview, WA" +108,275,169,"Wilmington, DE",169,"Wilmington, DE" +108,276,244,"Providence, RI",244,"Providence, RI" +108,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +108,278,201,"Boston, MA",201,"Boston, MA" +108,279,177,"Savannah, GA",177,"Savannah, GA" +108,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +108,281,172,"Port Everglades, FL",172,"Port Everglades, FL" +108,282,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +108,283,174,"Tampa, FL",174,"Tampa, FL" +108,284,159,"Long Beach, CA",159,"Long Beach, CA" +108,285,241,"Philadelphia, PA",241,"Philadelphia, PA" +108,286,198,"Baltimore, MD",198,"Baltimore, MD" +108,287,177,"Savannah, GA",177,"Savannah, GA" +108,288,269,"Longview, WA",269,"Longview, WA" +108,289,159,"Long Beach, CA",159,"Long Beach, CA" +108,290,245,"Charleston, SC",245,"Charleston, SC" +108,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +108,292,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +108,293,195,"New Orleans, LA",195,"New Orleans, LA" +108,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +108,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +108,296,159,"Long Beach, CA",159,"Long Beach, CA" +108,297,257,"Houston, TX",257,"Houston, TX" +108,298,201,"Boston, MA",201,"Boston, MA" +108,299,217,"New York, NY and NJ",217,"New York, NY and NJ" +108,300,172,"Port Everglades, FL",172,"Port Everglades, FL" +108,301,201,"Boston, MA",201,"Boston, MA" +108,302,178,"Brunswick, GA",178,"Brunswick, GA" +108,303,268,"Seattle, WA",268,"Seattle, WA" +108,304,201,"Boston, MA",201,"Boston, MA" +108,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +108,306,197,"Portland, ME",197,"Portland, ME" +108,307,197,"Portland, ME",197,"Portland, ME" +108,308,162,"Oakland, CA",162,"Oakland, CA" +108,309,201,"Boston, MA",201,"Boston, MA" +108,310,239,"Portland, OR",239,"Portland, OR" +108,311,217,"New York, NY and NJ",217,"New York, NY and NJ" +108,312,195,"New Orleans, LA",195,"New Orleans, LA" +108,313,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +108,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +108,315,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +108,316,159,"Long Beach, CA",159,"Long Beach, CA" +108,317,162,"Oakland, CA",162,"Oakland, CA" +108,318,269,"Longview, WA",269,"Longview, WA" +108,319,171,"Jacksonville, FL",171,"Jacksonville, FL" +108,320,223,"New York, NY and NJ",223,"New York, NY and NJ" +108,321,201,"Boston, MA",201,"Boston, MA" +108,322,268,"Seattle, WA",268,"Seattle, WA" +108,323,195,"New Orleans, LA",195,"New Orleans, LA" +108,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +108,325,177,"Savannah, GA",177,"Savannah, GA" +108,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +108,327,198,"Baltimore, MD",198,"Baltimore, MD" +108,328,217,"New York, NY and NJ",217,"New York, NY and NJ" +108,329,198,"Baltimore, MD",198,"Baltimore, MD" +108,330,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +108,331,244,"Providence, RI",244,"Providence, RI" +108,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +108,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +108,334,195,"New Orleans, LA",195,"New Orleans, LA" +108,335,241,"Philadelphia, PA",241,"Philadelphia, PA" +108,336,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +108,337,197,"Portland, ME",197,"Portland, ME" +108,338,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +108,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +108,340,217,"New York, NY and NJ",217,"New York, NY and NJ" +108,341,253,"Beaumont, TX",253,"Beaumont, TX" +108,342,198,"Baltimore, MD",198,"Baltimore, MD" +108,343,268,"Seattle, WA",268,"Seattle, WA" +108,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +108,345,197,"Portland, ME",197,"Portland, ME" +108,346,201,"Boston, MA",201,"Boston, MA" +108,347,241,"Philadelphia, PA",241,"Philadelphia, PA" +108,348,223,"New York, NY and NJ",223,"New York, NY and NJ" +108,349,198,"Baltimore, MD",198,"Baltimore, MD" +108,350,217,"New York, NY and NJ",217,"New York, NY and NJ" +108,351,217,"New York, NY and NJ",217,"New York, NY and NJ" +108,352,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +108,353,241,"Philadelphia, PA",241,"Philadelphia, PA" +108,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +108,355,177,"Savannah, GA",177,"Savannah, GA" +108,356,195,"New Orleans, LA",195,"New Orleans, LA" +108,357,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +108,358,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +108,359,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +108,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +108,361,195,"New Orleans, LA",195,"New Orleans, LA" +108,362,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +108,363,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +108,364,197,"Portland, ME",197,"Portland, ME" +108,365,198,"Baltimore, MD",198,"Baltimore, MD" +108,366,159,"Long Beach, CA",159,"Long Beach, CA" +108,367,159,"Long Beach, CA",159,"Long Beach, CA" +108,368,159,"Long Beach, CA",159,"Long Beach, CA" +108,369,162,"Oakland, CA",162,"Oakland, CA" +108,370,198,"Baltimore, MD",198,"Baltimore, MD" +108,371,159,"Long Beach, CA",159,"Long Beach, CA" +108,372,198,"Baltimore, MD",198,"Baltimore, MD" +108,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +108,374,159,"Long Beach, CA",159,"Long Beach, CA" +108,375,268,"Seattle, WA",268,"Seattle, WA" +108,376,239,"Portland, OR",239,"Portland, OR" +108,377,201,"Boston, MA",201,"Boston, MA" +108,378,257,"Houston, TX",257,"Houston, TX" +108,379,162,"Oakland, CA",162,"Oakland, CA" +108,380,159,"Long Beach, CA",159,"Long Beach, CA" +108,381,162,"Oakland, CA",162,"Oakland, CA" +108,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +108,383,159,"Long Beach, CA",159,"Long Beach, CA" +108,384,217,"New York, NY and NJ",217,"New York, NY and NJ" +108,385,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +108,386,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +108,387,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +108,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +108,389,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +108,390,201,"Boston, MA",201,"Boston, MA" +108,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +108,392,159,"Long Beach, CA",159,"Long Beach, CA" +108,393,159,"Long Beach, CA",159,"Long Beach, CA" +108,394,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +108,395,217,"New York, NY and NJ",217,"New York, NY and NJ" +108,396,159,"Long Beach, CA",159,"Long Beach, CA" +108,397,223,"New York, NY and NJ",223,"New York, NY and NJ" +108,398,223,"New York, NY and NJ",223,"New York, NY and NJ" +108,399,152,"Mobile, AL",152,"Mobile, AL" +108,400,159,"Long Beach, CA",159,"Long Beach, CA" +108,401,241,"Philadelphia, PA",241,"Philadelphia, PA" +108,402,244,"Providence, RI",244,"Providence, RI" +108,403,162,"Oakland, CA",162,"Oakland, CA" +108,404,197,"Portland, ME",197,"Portland, ME" +108,405,172,"Port Everglades, FL",172,"Port Everglades, FL" +108,406,241,"Philadelphia, PA",241,"Philadelphia, PA" +108,407,245,"Charleston, SC",245,"Charleston, SC" +108,408,159,"Long Beach, CA",159,"Long Beach, CA" +108,409,223,"New York, NY and NJ",223,"New York, NY and NJ" +108,410,162,"Oakland, CA",162,"Oakland, CA" +108,411,239,"Portland, OR",239,"Portland, OR" +108,412,217,"New York, NY and NJ",217,"New York, NY and NJ" +108,413,268,"Seattle, WA",268,"Seattle, WA" +108,414,195,"New Orleans, LA",195,"New Orleans, LA" +108,415,229,"Wilmington, NC",229,"Wilmington, NC" +108,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +108,417,159,"Long Beach, CA",159,"Long Beach, CA" +108,418,268,"Seattle, WA",268,"Seattle, WA" +108,419,198,"Baltimore, MD",198,"Baltimore, MD" +108,420,159,"Long Beach, CA",159,"Long Beach, CA" +108,421,162,"Oakland, CA",162,"Oakland, CA" +108,422,268,"Seattle, WA",268,"Seattle, WA" +108,423,268,"Seattle, WA",268,"Seattle, WA" +108,424,177,"Savannah, GA",177,"Savannah, GA" +108,425,268,"Seattle, WA",268,"Seattle, WA" +108,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +108,427,253,"Beaumont, TX",253,"Beaumont, TX" +108,428,268,"Seattle, WA",268,"Seattle, WA" +108,429,159,"Long Beach, CA",159,"Long Beach, CA" +108,430,198,"Baltimore, MD",198,"Baltimore, MD" +108,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +108,432,239,"Portland, OR",239,"Portland, OR" +108,433,169,"Wilmington, DE",169,"Wilmington, DE" +108,434,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +108,435,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +108,436,198,"Baltimore, MD",198,"Baltimore, MD" +108,437,177,"Savannah, GA",177,"Savannah, GA" +108,438,229,"Wilmington, NC",229,"Wilmington, NC" +108,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +108,440,171,"Jacksonville, FL",171,"Jacksonville, FL" +108,441,159,"Long Beach, CA",159,"Long Beach, CA" +108,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +108,443,223,"New York, NY and NJ",223,"New York, NY and NJ" +108,444,162,"Oakland, CA",162,"Oakland, CA" +108,445,241,"Philadelphia, PA",241,"Philadelphia, PA" +108,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +108,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +108,448,197,"Portland, ME",197,"Portland, ME" +108,449,239,"Portland, OR",239,"Portland, OR" +108,450,172,"Port Everglades, FL",172,"Port Everglades, FL" +108,451,201,"Boston, MA",201,"Boston, MA" +108,452,241,"Philadelphia, PA",241,"Philadelphia, PA" +108,453,268,"Seattle, WA",268,"Seattle, WA" +108,454,198,"Baltimore, MD",198,"Baltimore, MD" +108,455,201,"Boston, MA",201,"Boston, MA" +108,456,159,"Long Beach, CA",159,"Long Beach, CA" +108,457,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +108,458,201,"Boston, MA",201,"Boston, MA" +108,459,159,"Long Beach, CA",159,"Long Beach, CA" +108,460,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +108,461,241,"Philadelphia, PA",241,"Philadelphia, PA" +108,462,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +108,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +108,464,241,"Philadelphia, PA",241,"Philadelphia, PA" +108,465,162,"Oakland, CA",162,"Oakland, CA" +108,466,159,"Long Beach, CA",159,"Long Beach, CA" +108,467,223,"New York, NY and NJ",223,"New York, NY and NJ" +108,468,159,"Long Beach, CA",159,"Long Beach, CA" +108,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +108,470,268,"Seattle, WA",268,"Seattle, WA" +108,471,241,"Philadelphia, PA",241,"Philadelphia, PA" +108,472,159,"Long Beach, CA",159,"Long Beach, CA" +108,473,268,"Seattle, WA",268,"Seattle, WA" +108,474,245,"Charleston, SC",245,"Charleston, SC" +108,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +108,476,239,"Portland, OR",239,"Portland, OR" +108,477,159,"Long Beach, CA",159,"Long Beach, CA" +108,478,245,"Charleston, SC",245,"Charleston, SC" +108,479,268,"Seattle, WA",268,"Seattle, WA" +108,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +108,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +108,482,172,"Port Everglades, FL",172,"Port Everglades, FL" +108,483,201,"Boston, MA",201,"Boston, MA" +108,484,195,"New Orleans, LA",195,"New Orleans, LA" +108,485,159,"Long Beach, CA",159,"Long Beach, CA" +108,486,268,"Seattle, WA",268,"Seattle, WA" +108,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +108,488,268,"Seattle, WA",268,"Seattle, WA" +108,489,268,"Seattle, WA",268,"Seattle, WA" +108,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +108,491,223,"New York, NY and NJ",223,"New York, NY and NJ" +109,154,159,"Long Beach, CA",159,"Long Beach, CA" +109,179,159,"Long Beach, CA",159,"Long Beach, CA" +109,180,268,"Seattle, WA",268,"Seattle, WA" +109,274,159,"Long Beach, CA",159,"Long Beach, CA" +109,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +109,276,198,"Baltimore, MD",198,"Baltimore, MD" +109,277,201,"Boston, MA",201,"Boston, MA" +109,278,245,"Charleston, SC",245,"Charleston, SC" +109,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +109,280,174,"Tampa, FL",174,"Tampa, FL" +109,281,172,"Port Everglades, FL",172,"Port Everglades, FL" +109,282,201,"Boston, MA",201,"Boston, MA" +109,283,177,"Savannah, GA",177,"Savannah, GA" +109,284,268,"Seattle, WA",268,"Seattle, WA" +109,285,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +109,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +109,287,245,"Charleston, SC",245,"Charleston, SC" +109,288,159,"Long Beach, CA",159,"Long Beach, CA" +109,289,269,"Longview, WA",269,"Longview, WA" +109,290,172,"Port Everglades, FL",172,"Port Everglades, FL" +109,291,241,"Philadelphia, PA",241,"Philadelphia, PA" +109,292,244,"Providence, RI",244,"Providence, RI" +109,293,257,"Houston, TX",257,"Houston, TX" +109,294,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +109,295,198,"Baltimore, MD",198,"Baltimore, MD" +109,296,268,"Seattle, WA",268,"Seattle, WA" +109,297,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +109,298,241,"Philadelphia, PA",241,"Philadelphia, PA" +109,299,172,"Port Everglades, FL",172,"Port Everglades, FL" +109,300,241,"Philadelphia, PA",241,"Philadelphia, PA" +109,301,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +109,302,245,"Charleston, SC",245,"Charleston, SC" +109,303,159,"Long Beach, CA",159,"Long Beach, CA" +109,304,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +109,305,201,"Boston, MA",201,"Boston, MA" +109,306,241,"Philadelphia, PA",241,"Philadelphia, PA" +109,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +109,308,159,"Long Beach, CA",159,"Long Beach, CA" +109,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +109,310,269,"Longview, WA",269,"Longview, WA" +109,311,241,"Philadelphia, PA",241,"Philadelphia, PA" +109,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +109,313,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +109,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +109,315,195,"New Orleans, LA",195,"New Orleans, LA" +109,316,159,"Long Beach, CA",159,"Long Beach, CA" +109,317,159,"Long Beach, CA",159,"Long Beach, CA" +109,318,159,"Long Beach, CA",159,"Long Beach, CA" +109,319,171,"Jacksonville, FL",171,"Jacksonville, FL" +109,320,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +109,321,198,"Baltimore, MD",198,"Baltimore, MD" +109,322,159,"Long Beach, CA",159,"Long Beach, CA" +109,323,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +109,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +109,325,177,"Savannah, GA",177,"Savannah, GA" +109,326,174,"Tampa, FL",174,"Tampa, FL" +109,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +109,328,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +109,329,223,"New York, NY and NJ",223,"New York, NY and NJ" +109,330,217,"New York, NY and NJ",217,"New York, NY and NJ" +109,331,223,"New York, NY and NJ",223,"New York, NY and NJ" +109,332,245,"Charleston, SC",245,"Charleston, SC" +109,333,171,"Jacksonville, FL",171,"Jacksonville, FL" +109,334,152,"Mobile, AL",152,"Mobile, AL" +109,335,197,"Portland, ME",197,"Portland, ME" +109,336,177,"Savannah, GA",177,"Savannah, GA" +109,337,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +109,338,201,"Boston, MA",201,"Boston, MA" +109,339,201,"Boston, MA",201,"Boston, MA" +109,340,217,"New York, NY and NJ",217,"New York, NY and NJ" +109,341,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +109,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +109,343,159,"Long Beach, CA",159,"Long Beach, CA" +109,344,201,"Boston, MA",201,"Boston, MA" +109,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +109,346,223,"New York, NY and NJ",223,"New York, NY and NJ" +109,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +109,348,217,"New York, NY and NJ",217,"New York, NY and NJ" +109,349,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +109,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +109,351,223,"New York, NY and NJ",223,"New York, NY and NJ" +109,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +109,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +109,354,197,"Portland, ME",197,"Portland, ME" +109,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +109,356,257,"Houston, TX",257,"Houston, TX" +109,357,198,"Baltimore, MD",198,"Baltimore, MD" +109,358,201,"Boston, MA",201,"Boston, MA" +109,359,245,"Charleston, SC",245,"Charleston, SC" +109,360,171,"Jacksonville, FL",171,"Jacksonville, FL" +109,361,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +109,362,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +109,363,172,"Port Everglades, FL",172,"Port Everglades, FL" +109,364,241,"Philadelphia, PA",241,"Philadelphia, PA" +109,365,244,"Providence, RI",244,"Providence, RI" +109,366,159,"Long Beach, CA",159,"Long Beach, CA" +109,367,159,"Long Beach, CA",159,"Long Beach, CA" +109,368,159,"Long Beach, CA",159,"Long Beach, CA" +109,369,159,"Long Beach, CA",159,"Long Beach, CA" +109,370,217,"New York, NY and NJ",217,"New York, NY and NJ" +109,371,268,"Seattle, WA",268,"Seattle, WA" +109,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +109,373,171,"Jacksonville, FL",171,"Jacksonville, FL" +109,374,239,"Portland, OR",239,"Portland, OR" +109,375,268,"Seattle, WA",268,"Seattle, WA" +109,376,239,"Portland, OR",239,"Portland, OR" +109,377,197,"Portland, ME",197,"Portland, ME" +109,378,195,"New Orleans, LA",195,"New Orleans, LA" +109,379,162,"Oakland, CA",162,"Oakland, CA" +109,380,159,"Long Beach, CA",159,"Long Beach, CA" +109,381,159,"Long Beach, CA",159,"Long Beach, CA" +109,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +109,383,159,"Long Beach, CA",159,"Long Beach, CA" +109,384,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +109,385,217,"New York, NY and NJ",217,"New York, NY and NJ" +109,386,244,"Providence, RI",244,"Providence, RI" +109,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +109,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +109,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +109,390,223,"New York, NY and NJ",223,"New York, NY and NJ" +109,391,241,"Philadelphia, PA",241,"Philadelphia, PA" +109,392,159,"Long Beach, CA",159,"Long Beach, CA" +109,393,159,"Long Beach, CA",159,"Long Beach, CA" +109,394,198,"Baltimore, MD",198,"Baltimore, MD" +109,395,217,"New York, NY and NJ",217,"New York, NY and NJ" +109,396,159,"Long Beach, CA",159,"Long Beach, CA" +109,397,241,"Philadelphia, PA",241,"Philadelphia, PA" +109,398,201,"Boston, MA",201,"Boston, MA" +109,399,253,"Beaumont, TX",253,"Beaumont, TX" +109,400,268,"Seattle, WA",268,"Seattle, WA" +109,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +109,402,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +109,403,268,"Seattle, WA",268,"Seattle, WA" +109,404,201,"Boston, MA",201,"Boston, MA" +109,405,245,"Charleston, SC",245,"Charleston, SC" +109,406,241,"Philadelphia, PA",241,"Philadelphia, PA" +109,407,245,"Charleston, SC",245,"Charleston, SC" +109,408,162,"Oakland, CA",162,"Oakland, CA" +109,409,217,"New York, NY and NJ",217,"New York, NY and NJ" +109,410,268,"Seattle, WA",268,"Seattle, WA" +109,411,269,"Longview, WA",269,"Longview, WA" +109,412,244,"Providence, RI",244,"Providence, RI" +109,413,159,"Long Beach, CA",159,"Long Beach, CA" +109,414,152,"Mobile, AL",152,"Mobile, AL" +109,415,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +109,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +109,417,159,"Long Beach, CA",159,"Long Beach, CA" +109,418,159,"Long Beach, CA",159,"Long Beach, CA" +109,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +109,420,268,"Seattle, WA",268,"Seattle, WA" +109,421,159,"Long Beach, CA",159,"Long Beach, CA" +109,422,159,"Long Beach, CA",159,"Long Beach, CA" +109,423,268,"Seattle, WA",268,"Seattle, WA" +109,424,195,"New Orleans, LA",195,"New Orleans, LA" +109,425,159,"Long Beach, CA",159,"Long Beach, CA" +109,426,195,"New Orleans, LA",195,"New Orleans, LA" +109,427,195,"New Orleans, LA",195,"New Orleans, LA" +109,428,268,"Seattle, WA",268,"Seattle, WA" +109,429,174,"Tampa, FL",174,"Tampa, FL" +109,430,201,"Boston, MA",201,"Boston, MA" +109,431,244,"Providence, RI",244,"Providence, RI" +109,432,239,"Portland, OR",239,"Portland, OR" +109,433,245,"Charleston, SC",245,"Charleston, SC" +109,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +109,435,198,"Baltimore, MD",198,"Baltimore, MD" +109,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +109,437,241,"Philadelphia, PA",241,"Philadelphia, PA" +109,438,172,"Port Everglades, FL",172,"Port Everglades, FL" +109,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +109,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +109,441,159,"Long Beach, CA",159,"Long Beach, CA" +109,442,198,"Baltimore, MD",198,"Baltimore, MD" +109,443,197,"Portland, ME",197,"Portland, ME" +109,444,159,"Long Beach, CA",159,"Long Beach, CA" +109,445,223,"New York, NY and NJ",223,"New York, NY and NJ" +109,446,197,"Portland, ME",197,"Portland, ME" +109,447,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +109,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +109,449,159,"Long Beach, CA",159,"Long Beach, CA" +109,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +109,451,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +109,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +109,453,159,"Long Beach, CA",159,"Long Beach, CA" +109,454,223,"New York, NY and NJ",223,"New York, NY and NJ" +109,455,172,"Port Everglades, FL",172,"Port Everglades, FL" +109,456,239,"Portland, OR",239,"Portland, OR" +109,457,198,"Baltimore, MD",198,"Baltimore, MD" +109,458,241,"Philadelphia, PA",241,"Philadelphia, PA" +109,459,239,"Portland, OR",239,"Portland, OR" +109,460,217,"New York, NY and NJ",217,"New York, NY and NJ" +109,461,198,"Baltimore, MD",198,"Baltimore, MD" +109,462,217,"New York, NY and NJ",217,"New York, NY and NJ" +109,463,201,"Boston, MA",201,"Boston, MA" +109,464,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +109,465,159,"Long Beach, CA",159,"Long Beach, CA" +109,466,162,"Oakland, CA",162,"Oakland, CA" +109,467,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +109,468,268,"Seattle, WA",268,"Seattle, WA" +109,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +109,470,159,"Long Beach, CA",159,"Long Beach, CA" +109,471,201,"Boston, MA",201,"Boston, MA" +109,472,159,"Long Beach, CA",159,"Long Beach, CA" +109,473,159,"Long Beach, CA",159,"Long Beach, CA" +109,474,245,"Charleston, SC",245,"Charleston, SC" +109,475,241,"Philadelphia, PA",241,"Philadelphia, PA" +109,476,268,"Seattle, WA",268,"Seattle, WA" +109,477,159,"Long Beach, CA",159,"Long Beach, CA" +109,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +109,479,159,"Long Beach, CA",159,"Long Beach, CA" +109,480,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +109,481,198,"Baltimore, MD",198,"Baltimore, MD" +109,482,268,"Seattle, WA",268,"Seattle, WA" +109,483,244,"Providence, RI",244,"Providence, RI" +109,484,195,"New Orleans, LA",195,"New Orleans, LA" +109,485,159,"Long Beach, CA",159,"Long Beach, CA" +109,486,159,"Long Beach, CA",159,"Long Beach, CA" +109,487,245,"Charleston, SC",245,"Charleston, SC" +109,488,159,"Long Beach, CA",159,"Long Beach, CA" +109,489,269,"Longview, WA",269,"Longview, WA" +109,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +109,491,241,"Philadelphia, PA",241,"Philadelphia, PA" +110,154,162,"Oakland, CA",162,"Oakland, CA" +110,179,159,"Long Beach, CA",159,"Long Beach, CA" +110,180,159,"Long Beach, CA",159,"Long Beach, CA" +110,274,159,"Long Beach, CA",159,"Long Beach, CA" +110,275,197,"Portland, ME",197,"Portland, ME" +110,276,241,"Philadelphia, PA",241,"Philadelphia, PA" +110,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +110,278,217,"New York, NY and NJ",217,"New York, NY and NJ" +110,279,245,"Charleston, SC",245,"Charleston, SC" +110,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +110,281,171,"Jacksonville, FL",171,"Jacksonville, FL" +110,282,198,"Baltimore, MD",198,"Baltimore, MD" +110,283,152,"Mobile, AL",152,"Mobile, AL" +110,284,162,"Oakland, CA",162,"Oakland, CA" +110,285,201,"Boston, MA",201,"Boston, MA" +110,286,198,"Baltimore, MD",198,"Baltimore, MD" +110,287,245,"Charleston, SC",245,"Charleston, SC" +110,288,162,"Oakland, CA",162,"Oakland, CA" +110,289,159,"Long Beach, CA",159,"Long Beach, CA" +110,290,174,"Tampa, FL",174,"Tampa, FL" +110,291,241,"Philadelphia, PA",241,"Philadelphia, PA" +110,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +110,293,257,"Houston, TX",257,"Houston, TX" +110,294,217,"New York, NY and NJ",217,"New York, NY and NJ" +110,295,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +110,296,162,"Oakland, CA",162,"Oakland, CA" +110,297,195,"New Orleans, LA",195,"New Orleans, LA" +110,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +110,299,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +110,300,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +110,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +110,302,172,"Port Everglades, FL",172,"Port Everglades, FL" +110,303,159,"Long Beach, CA",159,"Long Beach, CA" +110,304,217,"New York, NY and NJ",217,"New York, NY and NJ" +110,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +110,306,198,"Baltimore, MD",198,"Baltimore, MD" +110,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +110,308,159,"Long Beach, CA",159,"Long Beach, CA" +110,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +110,310,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +110,311,198,"Baltimore, MD",198,"Baltimore, MD" +110,312,152,"Mobile, AL",152,"Mobile, AL" +110,313,223,"New York, NY and NJ",223,"New York, NY and NJ" +110,314,244,"Providence, RI",244,"Providence, RI" +110,315,194,"Lake Charles, LA",194,"Lake Charles, LA" +110,316,162,"Oakland, CA",162,"Oakland, CA" +110,317,159,"Long Beach, CA",159,"Long Beach, CA" +110,318,162,"Oakland, CA",162,"Oakland, CA" +110,319,195,"New Orleans, LA",195,"New Orleans, LA" +110,320,245,"Charleston, SC",245,"Charleston, SC" +110,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +110,322,159,"Long Beach, CA",159,"Long Beach, CA" +110,323,195,"New Orleans, LA",195,"New Orleans, LA" +110,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +110,325,245,"Charleston, SC",245,"Charleston, SC" +110,326,177,"Savannah, GA",177,"Savannah, GA" +110,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +110,328,201,"Boston, MA",201,"Boston, MA" +110,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +110,330,198,"Baltimore, MD",198,"Baltimore, MD" +110,331,223,"New York, NY and NJ",223,"New York, NY and NJ" +110,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +110,333,177,"Savannah, GA",177,"Savannah, GA" +110,334,195,"New Orleans, LA",195,"New Orleans, LA" +110,335,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +110,336,177,"Savannah, GA",177,"Savannah, GA" +110,337,217,"New York, NY and NJ",217,"New York, NY and NJ" +110,338,223,"New York, NY and NJ",223,"New York, NY and NJ" +110,339,197,"Portland, ME",197,"Portland, ME" +110,340,223,"New York, NY and NJ",223,"New York, NY and NJ" +110,341,257,"Houston, TX",257,"Houston, TX" +110,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +110,343,159,"Long Beach, CA",159,"Long Beach, CA" +110,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +110,345,241,"Philadelphia, PA",241,"Philadelphia, PA" +110,346,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +110,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +110,348,217,"New York, NY and NJ",217,"New York, NY and NJ" +110,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +110,350,217,"New York, NY and NJ",217,"New York, NY and NJ" +110,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +110,352,197,"Portland, ME",197,"Portland, ME" +110,353,198,"Baltimore, MD",198,"Baltimore, MD" +110,354,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +110,355,177,"Savannah, GA",177,"Savannah, GA" +110,356,195,"New Orleans, LA",195,"New Orleans, LA" +110,357,197,"Portland, ME",197,"Portland, ME" +110,358,223,"New York, NY and NJ",223,"New York, NY and NJ" +110,359,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +110,360,174,"Tampa, FL",174,"Tampa, FL" +110,361,257,"Houston, TX",257,"Houston, TX" +110,362,217,"New York, NY and NJ",217,"New York, NY and NJ" +110,363,152,"Mobile, AL",152,"Mobile, AL" +110,364,197,"Portland, ME",197,"Portland, ME" +110,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +110,366,159,"Long Beach, CA",159,"Long Beach, CA" +110,367,159,"Long Beach, CA",159,"Long Beach, CA" +110,368,159,"Long Beach, CA",159,"Long Beach, CA" +110,369,268,"Seattle, WA",268,"Seattle, WA" +110,370,197,"Portland, ME",197,"Portland, ME" +110,371,269,"Longview, WA",269,"Longview, WA" +110,372,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +110,373,171,"Jacksonville, FL",171,"Jacksonville, FL" +110,374,159,"Long Beach, CA",159,"Long Beach, CA" +110,375,268,"Seattle, WA",268,"Seattle, WA" +110,376,159,"Long Beach, CA",159,"Long Beach, CA" +110,377,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +110,378,208,"Pascagoula, MS",208,"Pascagoula, MS" +110,379,159,"Long Beach, CA",159,"Long Beach, CA" +110,380,162,"Oakland, CA",162,"Oakland, CA" +110,381,268,"Seattle, WA",268,"Seattle, WA" +110,382,241,"Philadelphia, PA",241,"Philadelphia, PA" +110,383,159,"Long Beach, CA",159,"Long Beach, CA" +110,384,217,"New York, NY and NJ",217,"New York, NY and NJ" +110,385,197,"Portland, ME",197,"Portland, ME" +110,386,201,"Boston, MA",201,"Boston, MA" +110,387,201,"Boston, MA",201,"Boston, MA" +110,388,217,"New York, NY and NJ",217,"New York, NY and NJ" +110,389,201,"Boston, MA",201,"Boston, MA" +110,390,217,"New York, NY and NJ",217,"New York, NY and NJ" +110,391,197,"Portland, ME",197,"Portland, ME" +110,392,159,"Long Beach, CA",159,"Long Beach, CA" +110,393,269,"Longview, WA",269,"Longview, WA" +110,394,223,"New York, NY and NJ",223,"New York, NY and NJ" +110,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +110,396,162,"Oakland, CA",162,"Oakland, CA" +110,397,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +110,398,198,"Baltimore, MD",198,"Baltimore, MD" +110,399,195,"New Orleans, LA",195,"New Orleans, LA" +110,400,162,"Oakland, CA",162,"Oakland, CA" +110,401,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +110,402,197,"Portland, ME",197,"Portland, ME" +110,403,159,"Long Beach, CA",159,"Long Beach, CA" +110,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +110,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +110,406,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +110,407,217,"New York, NY and NJ",217,"New York, NY and NJ" +110,408,159,"Long Beach, CA",159,"Long Beach, CA" +110,409,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +110,410,159,"Long Beach, CA",159,"Long Beach, CA" +110,411,159,"Long Beach, CA",159,"Long Beach, CA" +110,412,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +110,413,268,"Seattle, WA",268,"Seattle, WA" +110,414,257,"Houston, TX",257,"Houston, TX" +110,415,198,"Baltimore, MD",198,"Baltimore, MD" +110,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +110,417,162,"Oakland, CA",162,"Oakland, CA" +110,418,159,"Long Beach, CA",159,"Long Beach, CA" +110,419,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +110,420,159,"Long Beach, CA",159,"Long Beach, CA" +110,421,268,"Seattle, WA",268,"Seattle, WA" +110,422,162,"Oakland, CA",162,"Oakland, CA" +110,423,159,"Long Beach, CA",159,"Long Beach, CA" +110,424,152,"Mobile, AL",152,"Mobile, AL" +110,425,162,"Oakland, CA",162,"Oakland, CA" +110,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +110,427,171,"Jacksonville, FL",171,"Jacksonville, FL" +110,428,159,"Long Beach, CA",159,"Long Beach, CA" +110,429,162,"Oakland, CA",162,"Oakland, CA" +110,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +110,431,223,"New York, NY and NJ",223,"New York, NY and NJ" +110,432,162,"Oakland, CA",162,"Oakland, CA" +110,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +110,434,198,"Baltimore, MD",198,"Baltimore, MD" +110,435,169,"Wilmington, DE",169,"Wilmington, DE" +110,436,197,"Portland, ME",197,"Portland, ME" +110,437,223,"New York, NY and NJ",223,"New York, NY and NJ" +110,438,178,"Brunswick, GA",178,"Brunswick, GA" +110,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +110,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +110,441,159,"Long Beach, CA",159,"Long Beach, CA" +110,442,241,"Philadelphia, PA",241,"Philadelphia, PA" +110,443,223,"New York, NY and NJ",223,"New York, NY and NJ" +110,444,159,"Long Beach, CA",159,"Long Beach, CA" +110,445,217,"New York, NY and NJ",217,"New York, NY and NJ" +110,446,201,"Boston, MA",201,"Boston, MA" +110,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +110,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +110,449,159,"Long Beach, CA",159,"Long Beach, CA" +110,450,245,"Charleston, SC",245,"Charleston, SC" +110,451,217,"New York, NY and NJ",217,"New York, NY and NJ" +110,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +110,453,162,"Oakland, CA",162,"Oakland, CA" +110,454,217,"New York, NY and NJ",217,"New York, NY and NJ" +110,455,177,"Savannah, GA",177,"Savannah, GA" +110,456,239,"Portland, OR",239,"Portland, OR" +110,457,223,"New York, NY and NJ",223,"New York, NY and NJ" +110,458,201,"Boston, MA",201,"Boston, MA" +110,459,268,"Seattle, WA",268,"Seattle, WA" +110,460,217,"New York, NY and NJ",217,"New York, NY and NJ" +110,461,177,"Savannah, GA",177,"Savannah, GA" +110,462,217,"New York, NY and NJ",217,"New York, NY and NJ" +110,463,198,"Baltimore, MD",198,"Baltimore, MD" +110,464,217,"New York, NY and NJ",217,"New York, NY and NJ" +110,465,159,"Long Beach, CA",159,"Long Beach, CA" +110,466,268,"Seattle, WA",268,"Seattle, WA" +110,467,223,"New York, NY and NJ",223,"New York, NY and NJ" +110,468,159,"Long Beach, CA",159,"Long Beach, CA" +110,469,197,"Portland, ME",197,"Portland, ME" +110,470,162,"Oakland, CA",162,"Oakland, CA" +110,471,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +110,472,159,"Long Beach, CA",159,"Long Beach, CA" +110,473,159,"Long Beach, CA",159,"Long Beach, CA" +110,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +110,475,201,"Boston, MA",201,"Boston, MA" +110,476,159,"Long Beach, CA",159,"Long Beach, CA" +110,477,268,"Seattle, WA",268,"Seattle, WA" +110,478,171,"Jacksonville, FL",171,"Jacksonville, FL" +110,479,159,"Long Beach, CA",159,"Long Beach, CA" +110,480,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +110,481,223,"New York, NY and NJ",223,"New York, NY and NJ" +110,482,162,"Oakland, CA",162,"Oakland, CA" +110,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +110,484,245,"Charleston, SC",245,"Charleston, SC" +110,485,159,"Long Beach, CA",159,"Long Beach, CA" +110,486,159,"Long Beach, CA",159,"Long Beach, CA" +110,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +110,488,159,"Long Beach, CA",159,"Long Beach, CA" +110,489,162,"Oakland, CA",162,"Oakland, CA" +110,490,223,"New York, NY and NJ",223,"New York, NY and NJ" +110,491,174,"Tampa, FL",174,"Tampa, FL" +111,154,159,"Long Beach, CA",159,"Long Beach, CA" +111,179,162,"Oakland, CA",162,"Oakland, CA" +111,180,159,"Long Beach, CA",159,"Long Beach, CA" +111,274,269,"Longview, WA",269,"Longview, WA" +111,275,197,"Portland, ME",197,"Portland, ME" +111,276,201,"Boston, MA",201,"Boston, MA" +111,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +111,278,223,"New York, NY and NJ",223,"New York, NY and NJ" +111,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +111,280,171,"Jacksonville, FL",171,"Jacksonville, FL" +111,281,174,"Tampa, FL",174,"Tampa, FL" +111,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +111,283,195,"New Orleans, LA",195,"New Orleans, LA" +111,284,159,"Long Beach, CA",159,"Long Beach, CA" +111,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +111,286,244,"Providence, RI",244,"Providence, RI" +111,287,177,"Savannah, GA",177,"Savannah, GA" +111,288,268,"Seattle, WA",268,"Seattle, WA" +111,289,239,"Portland, OR",239,"Portland, OR" +111,290,241,"Philadelphia, PA",241,"Philadelphia, PA" +111,291,201,"Boston, MA",201,"Boston, MA" +111,292,201,"Boston, MA",201,"Boston, MA" +111,293,172,"Port Everglades, FL",172,"Port Everglades, FL" +111,294,201,"Boston, MA",201,"Boston, MA" +111,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +111,296,159,"Long Beach, CA",159,"Long Beach, CA" +111,297,257,"Houston, TX",257,"Houston, TX" +111,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +111,299,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +111,300,177,"Savannah, GA",177,"Savannah, GA" +111,301,198,"Baltimore, MD",198,"Baltimore, MD" +111,302,177,"Savannah, GA",177,"Savannah, GA" +111,303,159,"Long Beach, CA",159,"Long Beach, CA" +111,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +111,305,197,"Portland, ME",197,"Portland, ME" +111,306,223,"New York, NY and NJ",223,"New York, NY and NJ" +111,307,197,"Portland, ME",197,"Portland, ME" +111,308,159,"Long Beach, CA",159,"Long Beach, CA" +111,309,223,"New York, NY and NJ",223,"New York, NY and NJ" +111,310,257,"Houston, TX",257,"Houston, TX" +111,311,217,"New York, NY and NJ",217,"New York, NY and NJ" +111,312,171,"Jacksonville, FL",171,"Jacksonville, FL" +111,313,198,"Baltimore, MD",198,"Baltimore, MD" +111,314,197,"Portland, ME",197,"Portland, ME" +111,315,257,"Houston, TX",257,"Houston, TX" +111,316,159,"Long Beach, CA",159,"Long Beach, CA" +111,317,268,"Seattle, WA",268,"Seattle, WA" +111,318,269,"Longview, WA",269,"Longview, WA" +111,319,245,"Charleston, SC",245,"Charleston, SC" +111,320,217,"New York, NY and NJ",217,"New York, NY and NJ" +111,321,217,"New York, NY and NJ",217,"New York, NY and NJ" +111,322,159,"Long Beach, CA",159,"Long Beach, CA" +111,323,195,"New Orleans, LA",195,"New Orleans, LA" +111,324,201,"Boston, MA",201,"Boston, MA" +111,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +111,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +111,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +111,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +111,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +111,330,198,"Baltimore, MD",198,"Baltimore, MD" +111,331,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +111,332,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +111,333,177,"Savannah, GA",177,"Savannah, GA" +111,334,172,"Port Everglades, FL",172,"Port Everglades, FL" +111,335,197,"Portland, ME",197,"Portland, ME" +111,336,195,"New Orleans, LA",195,"New Orleans, LA" +111,337,217,"New York, NY and NJ",217,"New York, NY and NJ" +111,338,217,"New York, NY and NJ",217,"New York, NY and NJ" +111,339,197,"Portland, ME",197,"Portland, ME" +111,340,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +111,341,171,"Jacksonville, FL",171,"Jacksonville, FL" +111,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +111,343,268,"Seattle, WA",268,"Seattle, WA" +111,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +111,345,241,"Philadelphia, PA",241,"Philadelphia, PA" +111,346,201,"Boston, MA",201,"Boston, MA" +111,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +111,348,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +111,349,197,"Portland, ME",197,"Portland, ME" +111,350,201,"Boston, MA",201,"Boston, MA" +111,351,223,"New York, NY and NJ",223,"New York, NY and NJ" +111,352,197,"Portland, ME",197,"Portland, ME" +111,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +111,354,201,"Boston, MA",201,"Boston, MA" +111,355,171,"Jacksonville, FL",171,"Jacksonville, FL" +111,356,174,"Tampa, FL",174,"Tampa, FL" +111,357,217,"New York, NY and NJ",217,"New York, NY and NJ" +111,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +111,359,177,"Savannah, GA",177,"Savannah, GA" +111,360,177,"Savannah, GA",177,"Savannah, GA" +111,361,257,"Houston, TX",257,"Houston, TX" +111,362,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +111,363,195,"New Orleans, LA",195,"New Orleans, LA" +111,364,217,"New York, NY and NJ",217,"New York, NY and NJ" +111,365,244,"Providence, RI",244,"Providence, RI" +111,366,162,"Oakland, CA",162,"Oakland, CA" +111,367,159,"Long Beach, CA",159,"Long Beach, CA" +111,368,159,"Long Beach, CA",159,"Long Beach, CA" +111,369,159,"Long Beach, CA",159,"Long Beach, CA" +111,370,197,"Portland, ME",197,"Portland, ME" +111,371,268,"Seattle, WA",268,"Seattle, WA" +111,372,197,"Portland, ME",197,"Portland, ME" +111,373,177,"Savannah, GA",177,"Savannah, GA" +111,374,268,"Seattle, WA",268,"Seattle, WA" +111,375,159,"Long Beach, CA",159,"Long Beach, CA" +111,376,269,"Longview, WA",269,"Longview, WA" +111,377,198,"Baltimore, MD",198,"Baltimore, MD" +111,378,253,"Beaumont, TX",253,"Beaumont, TX" +111,379,159,"Long Beach, CA",159,"Long Beach, CA" +111,380,159,"Long Beach, CA",159,"Long Beach, CA" +111,381,162,"Oakland, CA",162,"Oakland, CA" +111,382,244,"Providence, RI",244,"Providence, RI" +111,383,159,"Long Beach, CA",159,"Long Beach, CA" +111,384,217,"New York, NY and NJ",217,"New York, NY and NJ" +111,385,217,"New York, NY and NJ",217,"New York, NY and NJ" +111,386,223,"New York, NY and NJ",223,"New York, NY and NJ" +111,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +111,388,217,"New York, NY and NJ",217,"New York, NY and NJ" +111,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +111,390,177,"Savannah, GA",177,"Savannah, GA" +111,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +111,392,268,"Seattle, WA",268,"Seattle, WA" +111,393,269,"Longview, WA",269,"Longview, WA" +111,394,201,"Boston, MA",201,"Boston, MA" +111,395,201,"Boston, MA",201,"Boston, MA" +111,396,159,"Long Beach, CA",159,"Long Beach, CA" +111,397,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +111,398,217,"New York, NY and NJ",217,"New York, NY and NJ" +111,399,177,"Savannah, GA",177,"Savannah, GA" +111,400,159,"Long Beach, CA",159,"Long Beach, CA" +111,401,201,"Boston, MA",201,"Boston, MA" +111,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +111,403,159,"Long Beach, CA",159,"Long Beach, CA" +111,404,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +111,405,177,"Savannah, GA",177,"Savannah, GA" +111,406,201,"Boston, MA",201,"Boston, MA" +111,407,217,"New York, NY and NJ",217,"New York, NY and NJ" +111,408,159,"Long Beach, CA",159,"Long Beach, CA" +111,409,198,"Baltimore, MD",198,"Baltimore, MD" +111,410,159,"Long Beach, CA",159,"Long Beach, CA" +111,411,159,"Long Beach, CA",159,"Long Beach, CA" +111,412,241,"Philadelphia, PA",241,"Philadelphia, PA" +111,413,159,"Long Beach, CA",159,"Long Beach, CA" +111,414,195,"New Orleans, LA",195,"New Orleans, LA" +111,415,217,"New York, NY and NJ",217,"New York, NY and NJ" +111,416,197,"Portland, ME",197,"Portland, ME" +111,417,159,"Long Beach, CA",159,"Long Beach, CA" +111,418,162,"Oakland, CA",162,"Oakland, CA" +111,419,201,"Boston, MA",201,"Boston, MA" +111,420,162,"Oakland, CA",162,"Oakland, CA" +111,421,159,"Long Beach, CA",159,"Long Beach, CA" +111,422,269,"Longview, WA",269,"Longview, WA" +111,423,162,"Oakland, CA",162,"Oakland, CA" +111,424,195,"New Orleans, LA",195,"New Orleans, LA" +111,425,268,"Seattle, WA",268,"Seattle, WA" +111,426,195,"New Orleans, LA",195,"New Orleans, LA" +111,427,174,"Tampa, FL",174,"Tampa, FL" +111,428,159,"Long Beach, CA",159,"Long Beach, CA" +111,429,159,"Long Beach, CA",159,"Long Beach, CA" +111,430,197,"Portland, ME",197,"Portland, ME" +111,431,223,"New York, NY and NJ",223,"New York, NY and NJ" +111,432,159,"Long Beach, CA",159,"Long Beach, CA" +111,433,223,"New York, NY and NJ",223,"New York, NY and NJ" +111,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +111,435,198,"Baltimore, MD",198,"Baltimore, MD" +111,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +111,437,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +111,438,245,"Charleston, SC",245,"Charleston, SC" +111,439,177,"Savannah, GA",177,"Savannah, GA" +111,440,171,"Jacksonville, FL",171,"Jacksonville, FL" +111,441,159,"Long Beach, CA",159,"Long Beach, CA" +111,442,197,"Portland, ME",197,"Portland, ME" +111,443,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +111,444,269,"Longview, WA",269,"Longview, WA" +111,445,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +111,446,198,"Baltimore, MD",198,"Baltimore, MD" +111,447,241,"Philadelphia, PA",241,"Philadelphia, PA" +111,448,241,"Philadelphia, PA",241,"Philadelphia, PA" +111,449,159,"Long Beach, CA",159,"Long Beach, CA" +111,450,177,"Savannah, GA",177,"Savannah, GA" +111,451,217,"New York, NY and NJ",217,"New York, NY and NJ" +111,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +111,453,159,"Long Beach, CA",159,"Long Beach, CA" +111,454,223,"New York, NY and NJ",223,"New York, NY and NJ" +111,455,241,"Philadelphia, PA",241,"Philadelphia, PA" +111,456,159,"Long Beach, CA",159,"Long Beach, CA" +111,457,198,"Baltimore, MD",198,"Baltimore, MD" +111,458,197,"Portland, ME",197,"Portland, ME" +111,459,268,"Seattle, WA",268,"Seattle, WA" +111,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +111,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +111,462,241,"Philadelphia, PA",241,"Philadelphia, PA" +111,463,217,"New York, NY and NJ",217,"New York, NY and NJ" +111,464,197,"Portland, ME",197,"Portland, ME" +111,465,268,"Seattle, WA",268,"Seattle, WA" +111,466,268,"Seattle, WA",268,"Seattle, WA" +111,467,217,"New York, NY and NJ",217,"New York, NY and NJ" +111,468,268,"Seattle, WA",268,"Seattle, WA" +111,469,241,"Philadelphia, PA",241,"Philadelphia, PA" +111,470,268,"Seattle, WA",268,"Seattle, WA" +111,471,169,"Wilmington, DE",169,"Wilmington, DE" +111,472,239,"Portland, OR",239,"Portland, OR" +111,473,268,"Seattle, WA",268,"Seattle, WA" +111,474,229,"Wilmington, NC",229,"Wilmington, NC" +111,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +111,476,159,"Long Beach, CA",159,"Long Beach, CA" +111,477,159,"Long Beach, CA",159,"Long Beach, CA" +111,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +111,479,268,"Seattle, WA",268,"Seattle, WA" +111,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +111,481,241,"Philadelphia, PA",241,"Philadelphia, PA" +111,482,159,"Long Beach, CA",159,"Long Beach, CA" +111,483,201,"Boston, MA",201,"Boston, MA" +111,484,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +111,485,268,"Seattle, WA",268,"Seattle, WA" +111,486,159,"Long Beach, CA",159,"Long Beach, CA" +111,487,245,"Charleston, SC",245,"Charleston, SC" +111,488,159,"Long Beach, CA",159,"Long Beach, CA" +111,489,162,"Oakland, CA",162,"Oakland, CA" +111,490,197,"Portland, ME",197,"Portland, ME" +111,491,201,"Boston, MA",201,"Boston, MA" +112,154,159,"Long Beach, CA",159,"Long Beach, CA" +112,179,159,"Long Beach, CA",159,"Long Beach, CA" +112,180,268,"Seattle, WA",268,"Seattle, WA" +112,274,268,"Seattle, WA",268,"Seattle, WA" +112,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +112,276,201,"Boston, MA",201,"Boston, MA" +112,277,201,"Boston, MA",201,"Boston, MA" +112,278,245,"Charleston, SC",245,"Charleston, SC" +112,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +112,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +112,281,194,"Lake Charles, LA",194,"Lake Charles, LA" +112,282,217,"New York, NY and NJ",217,"New York, NY and NJ" +112,283,174,"Tampa, FL",174,"Tampa, FL" +112,284,159,"Long Beach, CA",159,"Long Beach, CA" +112,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +112,286,241,"Philadelphia, PA",241,"Philadelphia, PA" +112,287,171,"Jacksonville, FL",171,"Jacksonville, FL" +112,288,268,"Seattle, WA",268,"Seattle, WA" +112,289,239,"Portland, OR",239,"Portland, OR" +112,290,245,"Charleston, SC",245,"Charleston, SC" +112,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +112,292,241,"Philadelphia, PA",241,"Philadelphia, PA" +112,293,195,"New Orleans, LA",195,"New Orleans, LA" +112,294,241,"Philadelphia, PA",241,"Philadelphia, PA" +112,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +112,296,159,"Long Beach, CA",159,"Long Beach, CA" +112,297,195,"New Orleans, LA",195,"New Orleans, LA" +112,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +112,299,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +112,300,172,"Port Everglades, FL",172,"Port Everglades, FL" +112,301,198,"Baltimore, MD",198,"Baltimore, MD" +112,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +112,303,162,"Oakland, CA",162,"Oakland, CA" +112,304,201,"Boston, MA",201,"Boston, MA" +112,305,198,"Baltimore, MD",198,"Baltimore, MD" +112,306,177,"Savannah, GA",177,"Savannah, GA" +112,307,223,"New York, NY and NJ",223,"New York, NY and NJ" +112,308,269,"Longview, WA",269,"Longview, WA" +112,309,201,"Boston, MA",201,"Boston, MA" +112,310,208,"Pascagoula, MS",208,"Pascagoula, MS" +112,311,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +112,312,152,"Mobile, AL",152,"Mobile, AL" +112,313,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +112,314,223,"New York, NY and NJ",223,"New York, NY and NJ" +112,315,253,"Beaumont, TX",253,"Beaumont, TX" +112,316,269,"Longview, WA",269,"Longview, WA" +112,317,268,"Seattle, WA",268,"Seattle, WA" +112,318,239,"Portland, OR",239,"Portland, OR" +112,319,208,"Pascagoula, MS",208,"Pascagoula, MS" +112,320,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +112,321,198,"Baltimore, MD",198,"Baltimore, MD" +112,322,159,"Long Beach, CA",159,"Long Beach, CA" +112,323,253,"Beaumont, TX",253,"Beaumont, TX" +112,324,241,"Philadelphia, PA",241,"Philadelphia, PA" +112,325,177,"Savannah, GA",177,"Savannah, GA" +112,326,174,"Tampa, FL",174,"Tampa, FL" +112,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +112,328,217,"New York, NY and NJ",217,"New York, NY and NJ" +112,329,201,"Boston, MA",201,"Boston, MA" +112,330,217,"New York, NY and NJ",217,"New York, NY and NJ" +112,331,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +112,332,245,"Charleston, SC",245,"Charleston, SC" +112,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +112,334,172,"Port Everglades, FL",172,"Port Everglades, FL" +112,335,223,"New York, NY and NJ",223,"New York, NY and NJ" +112,336,174,"Tampa, FL",174,"Tampa, FL" +112,337,217,"New York, NY and NJ",217,"New York, NY and NJ" +112,338,223,"New York, NY and NJ",223,"New York, NY and NJ" +112,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +112,340,201,"Boston, MA",201,"Boston, MA" +112,341,195,"New Orleans, LA",195,"New Orleans, LA" +112,342,197,"Portland, ME",197,"Portland, ME" +112,343,159,"Long Beach, CA",159,"Long Beach, CA" +112,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +112,345,198,"Baltimore, MD",198,"Baltimore, MD" +112,346,172,"Port Everglades, FL",172,"Port Everglades, FL" +112,347,169,"Wilmington, DE",169,"Wilmington, DE" +112,348,198,"Baltimore, MD",198,"Baltimore, MD" +112,349,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +112,350,244,"Providence, RI",244,"Providence, RI" +112,351,197,"Portland, ME",197,"Portland, ME" +112,352,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +112,353,241,"Philadelphia, PA",241,"Philadelphia, PA" +112,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +112,355,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +112,356,195,"New Orleans, LA",195,"New Orleans, LA" +112,357,223,"New York, NY and NJ",223,"New York, NY and NJ" +112,358,201,"Boston, MA",201,"Boston, MA" +112,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +112,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +112,361,194,"Lake Charles, LA",194,"Lake Charles, LA" +112,362,201,"Boston, MA",201,"Boston, MA" +112,363,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +112,364,217,"New York, NY and NJ",217,"New York, NY and NJ" +112,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +112,366,162,"Oakland, CA",162,"Oakland, CA" +112,367,159,"Long Beach, CA",159,"Long Beach, CA" +112,368,159,"Long Beach, CA",159,"Long Beach, CA" +112,369,268,"Seattle, WA",268,"Seattle, WA" +112,370,244,"Providence, RI",244,"Providence, RI" +112,371,159,"Long Beach, CA",159,"Long Beach, CA" +112,372,197,"Portland, ME",197,"Portland, ME" +112,373,177,"Savannah, GA",177,"Savannah, GA" +112,374,239,"Portland, OR",239,"Portland, OR" +112,375,268,"Seattle, WA",268,"Seattle, WA" +112,376,159,"Long Beach, CA",159,"Long Beach, CA" +112,377,198,"Baltimore, MD",198,"Baltimore, MD" +112,378,253,"Beaumont, TX",253,"Beaumont, TX" +112,379,239,"Portland, OR",239,"Portland, OR" +112,380,162,"Oakland, CA",162,"Oakland, CA" +112,381,239,"Portland, OR",239,"Portland, OR" +112,382,241,"Philadelphia, PA",241,"Philadelphia, PA" +112,383,159,"Long Beach, CA",159,"Long Beach, CA" +112,384,169,"Wilmington, DE",169,"Wilmington, DE" +112,385,223,"New York, NY and NJ",223,"New York, NY and NJ" +112,386,197,"Portland, ME",197,"Portland, ME" +112,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +112,388,217,"New York, NY and NJ",217,"New York, NY and NJ" +112,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +112,390,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +112,391,197,"Portland, ME",197,"Portland, ME" +112,392,162,"Oakland, CA",162,"Oakland, CA" +112,393,159,"Long Beach, CA",159,"Long Beach, CA" +112,394,197,"Portland, ME",197,"Portland, ME" +112,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +112,396,268,"Seattle, WA",268,"Seattle, WA" +112,397,197,"Portland, ME",197,"Portland, ME" +112,398,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +112,399,257,"Houston, TX",257,"Houston, TX" +112,400,159,"Long Beach, CA",159,"Long Beach, CA" +112,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +112,402,198,"Baltimore, MD",198,"Baltimore, MD" +112,403,159,"Long Beach, CA",159,"Long Beach, CA" +112,404,197,"Portland, ME",197,"Portland, ME" +112,405,177,"Savannah, GA",177,"Savannah, GA" +112,406,197,"Portland, ME",197,"Portland, ME" +112,407,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +112,408,159,"Long Beach, CA",159,"Long Beach, CA" +112,409,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +112,410,159,"Long Beach, CA",159,"Long Beach, CA" +112,411,159,"Long Beach, CA",159,"Long Beach, CA" +112,412,198,"Baltimore, MD",198,"Baltimore, MD" +112,413,159,"Long Beach, CA",159,"Long Beach, CA" +112,414,172,"Port Everglades, FL",172,"Port Everglades, FL" +112,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +112,416,198,"Baltimore, MD",198,"Baltimore, MD" +112,417,159,"Long Beach, CA",159,"Long Beach, CA" +112,418,159,"Long Beach, CA",159,"Long Beach, CA" +112,419,201,"Boston, MA",201,"Boston, MA" +112,420,162,"Oakland, CA",162,"Oakland, CA" +112,421,159,"Long Beach, CA",159,"Long Beach, CA" +112,422,239,"Portland, OR",239,"Portland, OR" +112,423,268,"Seattle, WA",268,"Seattle, WA" +112,424,171,"Jacksonville, FL",171,"Jacksonville, FL" +112,425,268,"Seattle, WA",268,"Seattle, WA" +112,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +112,427,195,"New Orleans, LA",195,"New Orleans, LA" +112,428,159,"Long Beach, CA",159,"Long Beach, CA" +112,429,159,"Long Beach, CA",159,"Long Beach, CA" +112,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +112,431,244,"Providence, RI",244,"Providence, RI" +112,432,268,"Seattle, WA",268,"Seattle, WA" +112,433,217,"New York, NY and NJ",217,"New York, NY and NJ" +112,434,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +112,435,201,"Boston, MA",201,"Boston, MA" +112,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +112,437,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +112,438,177,"Savannah, GA",177,"Savannah, GA" +112,439,171,"Jacksonville, FL",171,"Jacksonville, FL" +112,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +112,441,268,"Seattle, WA",268,"Seattle, WA" +112,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +112,443,201,"Boston, MA",201,"Boston, MA" +112,444,268,"Seattle, WA",268,"Seattle, WA" +112,445,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +112,446,169,"Wilmington, DE",169,"Wilmington, DE" +112,447,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +112,448,244,"Providence, RI",244,"Providence, RI" +112,449,269,"Longview, WA",269,"Longview, WA" +112,450,245,"Charleston, SC",245,"Charleston, SC" +112,451,197,"Portland, ME",197,"Portland, ME" +112,452,201,"Boston, MA",201,"Boston, MA" +112,453,159,"Long Beach, CA",159,"Long Beach, CA" +112,454,198,"Baltimore, MD",198,"Baltimore, MD" +112,455,241,"Philadelphia, PA",241,"Philadelphia, PA" +112,456,269,"Longview, WA",269,"Longview, WA" +112,457,223,"New York, NY and NJ",223,"New York, NY and NJ" +112,458,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +112,459,159,"Long Beach, CA",159,"Long Beach, CA" +112,460,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +112,461,169,"Wilmington, DE",169,"Wilmington, DE" +112,462,245,"Charleston, SC",245,"Charleston, SC" +112,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +112,464,197,"Portland, ME",197,"Portland, ME" +112,465,268,"Seattle, WA",268,"Seattle, WA" +112,466,268,"Seattle, WA",268,"Seattle, WA" +112,467,241,"Philadelphia, PA",241,"Philadelphia, PA" +112,468,159,"Long Beach, CA",159,"Long Beach, CA" +112,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +112,470,162,"Oakland, CA",162,"Oakland, CA" +112,471,217,"New York, NY and NJ",217,"New York, NY and NJ" +112,472,159,"Long Beach, CA",159,"Long Beach, CA" +112,473,159,"Long Beach, CA",159,"Long Beach, CA" +112,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +112,475,217,"New York, NY and NJ",217,"New York, NY and NJ" +112,476,268,"Seattle, WA",268,"Seattle, WA" +112,477,159,"Long Beach, CA",159,"Long Beach, CA" +112,478,171,"Jacksonville, FL",171,"Jacksonville, FL" +112,479,239,"Portland, OR",239,"Portland, OR" +112,480,241,"Philadelphia, PA",241,"Philadelphia, PA" +112,481,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +112,482,159,"Long Beach, CA",159,"Long Beach, CA" +112,483,197,"Portland, ME",197,"Portland, ME" +112,484,152,"Mobile, AL",152,"Mobile, AL" +112,485,162,"Oakland, CA",162,"Oakland, CA" +112,486,239,"Portland, OR",239,"Portland, OR" +112,487,245,"Charleston, SC",245,"Charleston, SC" +112,488,159,"Long Beach, CA",159,"Long Beach, CA" +112,489,159,"Long Beach, CA",159,"Long Beach, CA" +112,490,244,"Providence, RI",244,"Providence, RI" +112,491,241,"Philadelphia, PA",241,"Philadelphia, PA" +113,154,269,"Longview, WA",269,"Longview, WA" +113,179,162,"Oakland, CA",162,"Oakland, CA" +113,180,268,"Seattle, WA",268,"Seattle, WA" +113,274,269,"Longview, WA",269,"Longview, WA" +113,275,201,"Boston, MA",201,"Boston, MA" +113,276,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +113,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +113,278,217,"New York, NY and NJ",217,"New York, NY and NJ" +113,279,174,"Tampa, FL",174,"Tampa, FL" +113,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +113,281,195,"New Orleans, LA",195,"New Orleans, LA" +113,282,197,"Portland, ME",197,"Portland, ME" +113,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +113,284,268,"Seattle, WA",268,"Seattle, WA" +113,285,169,"Wilmington, DE",169,"Wilmington, DE" +113,286,197,"Portland, ME",197,"Portland, ME" +113,287,174,"Tampa, FL",174,"Tampa, FL" +113,288,268,"Seattle, WA",268,"Seattle, WA" +113,289,159,"Long Beach, CA",159,"Long Beach, CA" +113,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +113,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +113,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +113,293,195,"New Orleans, LA",195,"New Orleans, LA" +113,294,217,"New York, NY and NJ",217,"New York, NY and NJ" +113,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +113,296,159,"Long Beach, CA",159,"Long Beach, CA" +113,297,195,"New Orleans, LA",195,"New Orleans, LA" +113,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +113,299,241,"Philadelphia, PA",241,"Philadelphia, PA" +113,300,208,"Pascagoula, MS",208,"Pascagoula, MS" +113,301,198,"Baltimore, MD",198,"Baltimore, MD" +113,302,171,"Jacksonville, FL",171,"Jacksonville, FL" +113,303,159,"Long Beach, CA",159,"Long Beach, CA" +113,304,244,"Providence, RI",244,"Providence, RI" +113,305,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +113,306,217,"New York, NY and NJ",217,"New York, NY and NJ" +113,307,198,"Baltimore, MD",198,"Baltimore, MD" +113,308,159,"Long Beach, CA",159,"Long Beach, CA" +113,309,241,"Philadelphia, PA",241,"Philadelphia, PA" +113,310,241,"Philadelphia, PA",241,"Philadelphia, PA" +113,311,201,"Boston, MA",201,"Boston, MA" +113,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +113,313,201,"Boston, MA",201,"Boston, MA" +113,314,201,"Boston, MA",201,"Boston, MA" +113,315,172,"Port Everglades, FL",172,"Port Everglades, FL" +113,316,159,"Long Beach, CA",159,"Long Beach, CA" +113,317,239,"Portland, OR",239,"Portland, OR" +113,318,269,"Longview, WA",269,"Longview, WA" +113,319,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +113,320,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +113,321,217,"New York, NY and NJ",217,"New York, NY and NJ" +113,322,159,"Long Beach, CA",159,"Long Beach, CA" +113,323,195,"New Orleans, LA",195,"New Orleans, LA" +113,324,198,"Baltimore, MD",198,"Baltimore, MD" +113,325,177,"Savannah, GA",177,"Savannah, GA" +113,326,177,"Savannah, GA",177,"Savannah, GA" +113,327,241,"Philadelphia, PA",241,"Philadelphia, PA" +113,328,241,"Philadelphia, PA",241,"Philadelphia, PA" +113,329,217,"New York, NY and NJ",217,"New York, NY and NJ" +113,330,201,"Boston, MA",201,"Boston, MA" +113,331,198,"Baltimore, MD",198,"Baltimore, MD" +113,332,177,"Savannah, GA",177,"Savannah, GA" +113,333,177,"Savannah, GA",177,"Savannah, GA" +113,334,195,"New Orleans, LA",195,"New Orleans, LA" +113,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +113,336,171,"Jacksonville, FL",171,"Jacksonville, FL" +113,337,197,"Portland, ME",197,"Portland, ME" +113,338,223,"New York, NY and NJ",223,"New York, NY and NJ" +113,339,201,"Boston, MA",201,"Boston, MA" +113,340,241,"Philadelphia, PA",241,"Philadelphia, PA" +113,341,195,"New Orleans, LA",195,"New Orleans, LA" +113,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +113,343,268,"Seattle, WA",268,"Seattle, WA" +113,344,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +113,345,241,"Philadelphia, PA",241,"Philadelphia, PA" +113,346,195,"New Orleans, LA",195,"New Orleans, LA" +113,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +113,348,201,"Boston, MA",201,"Boston, MA" +113,349,241,"Philadelphia, PA",241,"Philadelphia, PA" +113,350,241,"Philadelphia, PA",241,"Philadelphia, PA" +113,351,217,"New York, NY and NJ",217,"New York, NY and NJ" +113,352,197,"Portland, ME",197,"Portland, ME" +113,353,201,"Boston, MA",201,"Boston, MA" +113,354,241,"Philadelphia, PA",241,"Philadelphia, PA" +113,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +113,356,253,"Beaumont, TX",253,"Beaumont, TX" +113,357,223,"New York, NY and NJ",223,"New York, NY and NJ" +113,358,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +113,359,171,"Jacksonville, FL",171,"Jacksonville, FL" +113,360,177,"Savannah, GA",177,"Savannah, GA" +113,361,253,"Beaumont, TX",253,"Beaumont, TX" +113,362,241,"Philadelphia, PA",241,"Philadelphia, PA" +113,363,171,"Jacksonville, FL",171,"Jacksonville, FL" +113,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +113,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +113,366,162,"Oakland, CA",162,"Oakland, CA" +113,367,268,"Seattle, WA",268,"Seattle, WA" +113,368,159,"Long Beach, CA",159,"Long Beach, CA" +113,369,162,"Oakland, CA",162,"Oakland, CA" +113,370,197,"Portland, ME",197,"Portland, ME" +113,371,162,"Oakland, CA",162,"Oakland, CA" +113,372,201,"Boston, MA",201,"Boston, MA" +113,373,245,"Charleston, SC",245,"Charleston, SC" +113,374,159,"Long Beach, CA",159,"Long Beach, CA" +113,375,172,"Port Everglades, FL",172,"Port Everglades, FL" +113,376,159,"Long Beach, CA",159,"Long Beach, CA" +113,377,245,"Charleston, SC",245,"Charleston, SC" +113,378,177,"Savannah, GA",177,"Savannah, GA" +113,379,269,"Longview, WA",269,"Longview, WA" +113,380,162,"Oakland, CA",162,"Oakland, CA" +113,381,159,"Long Beach, CA",159,"Long Beach, CA" +113,382,201,"Boston, MA",201,"Boston, MA" +113,383,159,"Long Beach, CA",159,"Long Beach, CA" +113,384,171,"Jacksonville, FL",171,"Jacksonville, FL" +113,385,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +113,386,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +113,387,244,"Providence, RI",244,"Providence, RI" +113,388,197,"Portland, ME",197,"Portland, ME" +113,389,197,"Portland, ME",197,"Portland, ME" +113,390,241,"Philadelphia, PA",241,"Philadelphia, PA" +113,391,241,"Philadelphia, PA",241,"Philadelphia, PA" +113,392,268,"Seattle, WA",268,"Seattle, WA" +113,393,159,"Long Beach, CA",159,"Long Beach, CA" +113,394,241,"Philadelphia, PA",241,"Philadelphia, PA" +113,395,241,"Philadelphia, PA",241,"Philadelphia, PA" +113,396,159,"Long Beach, CA",159,"Long Beach, CA" +113,397,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +113,398,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +113,399,174,"Tampa, FL",174,"Tampa, FL" +113,400,159,"Long Beach, CA",159,"Long Beach, CA" +113,401,217,"New York, NY and NJ",217,"New York, NY and NJ" +113,402,198,"Baltimore, MD",198,"Baltimore, MD" +113,403,159,"Long Beach, CA",159,"Long Beach, CA" +113,404,244,"Providence, RI",244,"Providence, RI" +113,405,217,"New York, NY and NJ",217,"New York, NY and NJ" +113,406,198,"Baltimore, MD",198,"Baltimore, MD" +113,407,244,"Providence, RI",244,"Providence, RI" +113,408,159,"Long Beach, CA",159,"Long Beach, CA" +113,409,241,"Philadelphia, PA",241,"Philadelphia, PA" +113,410,159,"Long Beach, CA",159,"Long Beach, CA" +113,411,159,"Long Beach, CA",159,"Long Beach, CA" +113,412,244,"Providence, RI",244,"Providence, RI" +113,413,162,"Oakland, CA",162,"Oakland, CA" +113,414,208,"Pascagoula, MS",208,"Pascagoula, MS" +113,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +113,416,169,"Wilmington, DE",169,"Wilmington, DE" +113,417,159,"Long Beach, CA",159,"Long Beach, CA" +113,418,159,"Long Beach, CA",159,"Long Beach, CA" +113,419,241,"Philadelphia, PA",241,"Philadelphia, PA" +113,420,268,"Seattle, WA",268,"Seattle, WA" +113,421,159,"Long Beach, CA",159,"Long Beach, CA" +113,422,159,"Long Beach, CA",159,"Long Beach, CA" +113,423,268,"Seattle, WA",268,"Seattle, WA" +113,424,195,"New Orleans, LA",195,"New Orleans, LA" +113,425,162,"Oakland, CA",162,"Oakland, CA" +113,426,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +113,427,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +113,428,159,"Long Beach, CA",159,"Long Beach, CA" +113,429,159,"Long Beach, CA",159,"Long Beach, CA" +113,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +113,431,197,"Portland, ME",197,"Portland, ME" +113,432,159,"Long Beach, CA",159,"Long Beach, CA" +113,433,244,"Providence, RI",244,"Providence, RI" +113,434,198,"Baltimore, MD",198,"Baltimore, MD" +113,435,241,"Philadelphia, PA",241,"Philadelphia, PA" +113,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +113,437,174,"Tampa, FL",174,"Tampa, FL" +113,438,171,"Jacksonville, FL",171,"Jacksonville, FL" +113,439,245,"Charleston, SC",245,"Charleston, SC" +113,440,174,"Tampa, FL",174,"Tampa, FL" +113,441,159,"Long Beach, CA",159,"Long Beach, CA" +113,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +113,443,177,"Savannah, GA",177,"Savannah, GA" +113,444,162,"Oakland, CA",162,"Oakland, CA" +113,445,241,"Philadelphia, PA",241,"Philadelphia, PA" +113,446,217,"New York, NY and NJ",217,"New York, NY and NJ" +113,447,198,"Baltimore, MD",198,"Baltimore, MD" +113,448,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +113,449,159,"Long Beach, CA",159,"Long Beach, CA" +113,450,169,"Wilmington, DE",169,"Wilmington, DE" +113,451,241,"Philadelphia, PA",241,"Philadelphia, PA" +113,452,241,"Philadelphia, PA",241,"Philadelphia, PA" +113,453,162,"Oakland, CA",162,"Oakland, CA" +113,454,169,"Wilmington, DE",169,"Wilmington, DE" +113,455,223,"New York, NY and NJ",223,"New York, NY and NJ" +113,456,162,"Oakland, CA",162,"Oakland, CA" +113,457,217,"New York, NY and NJ",217,"New York, NY and NJ" +113,458,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +113,459,159,"Long Beach, CA",159,"Long Beach, CA" +113,460,201,"Boston, MA",201,"Boston, MA" +113,461,245,"Charleston, SC",245,"Charleston, SC" +113,462,223,"New York, NY and NJ",223,"New York, NY and NJ" +113,463,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +113,464,198,"Baltimore, MD",198,"Baltimore, MD" +113,465,269,"Longview, WA",269,"Longview, WA" +113,466,159,"Long Beach, CA",159,"Long Beach, CA" +113,467,241,"Philadelphia, PA",241,"Philadelphia, PA" +113,468,159,"Long Beach, CA",159,"Long Beach, CA" +113,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +113,470,162,"Oakland, CA",162,"Oakland, CA" +113,471,223,"New York, NY and NJ",223,"New York, NY and NJ" +113,472,159,"Long Beach, CA",159,"Long Beach, CA" +113,473,159,"Long Beach, CA",159,"Long Beach, CA" +113,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +113,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +113,476,269,"Longview, WA",269,"Longview, WA" +113,477,239,"Portland, OR",239,"Portland, OR" +113,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +113,479,159,"Long Beach, CA",159,"Long Beach, CA" +113,480,197,"Portland, ME",197,"Portland, ME" +113,481,241,"Philadelphia, PA",241,"Philadelphia, PA" +113,482,268,"Seattle, WA",268,"Seattle, WA" +113,483,201,"Boston, MA",201,"Boston, MA" +113,484,172,"Port Everglades, FL",172,"Port Everglades, FL" +113,485,269,"Longview, WA",269,"Longview, WA" +113,486,159,"Long Beach, CA",159,"Long Beach, CA" +113,487,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +113,488,159,"Long Beach, CA",159,"Long Beach, CA" +113,489,162,"Oakland, CA",162,"Oakland, CA" +113,490,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +113,491,217,"New York, NY and NJ",217,"New York, NY and NJ" +114,154,268,"Seattle, WA",268,"Seattle, WA" +114,179,268,"Seattle, WA",268,"Seattle, WA" +114,180,159,"Long Beach, CA",159,"Long Beach, CA" +114,274,269,"Longview, WA",269,"Longview, WA" +114,275,201,"Boston, MA",201,"Boston, MA" +114,276,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +114,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +114,278,223,"New York, NY and NJ",223,"New York, NY and NJ" +114,279,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +114,280,245,"Charleston, SC",245,"Charleston, SC" +114,281,195,"New Orleans, LA",195,"New Orleans, LA" +114,282,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +114,283,171,"Jacksonville, FL",171,"Jacksonville, FL" +114,284,268,"Seattle, WA",268,"Seattle, WA" +114,285,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +114,286,198,"Baltimore, MD",198,"Baltimore, MD" +114,287,171,"Jacksonville, FL",171,"Jacksonville, FL" +114,288,269,"Longview, WA",269,"Longview, WA" +114,289,159,"Long Beach, CA",159,"Long Beach, CA" +114,290,174,"Tampa, FL",174,"Tampa, FL" +114,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +114,292,201,"Boston, MA",201,"Boston, MA" +114,293,195,"New Orleans, LA",195,"New Orleans, LA" +114,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +114,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +114,296,268,"Seattle, WA",268,"Seattle, WA" +114,297,195,"New Orleans, LA",195,"New Orleans, LA" +114,298,201,"Boston, MA",201,"Boston, MA" +114,299,217,"New York, NY and NJ",217,"New York, NY and NJ" +114,300,195,"New Orleans, LA",195,"New Orleans, LA" +114,301,169,"Wilmington, DE",169,"Wilmington, DE" +114,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +114,303,159,"Long Beach, CA",159,"Long Beach, CA" +114,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +114,305,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +114,306,241,"Philadelphia, PA",241,"Philadelphia, PA" +114,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +114,308,159,"Long Beach, CA",159,"Long Beach, CA" +114,309,229,"Wilmington, NC",229,"Wilmington, NC" +114,310,241,"Philadelphia, PA",241,"Philadelphia, PA" +114,311,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +114,312,195,"New Orleans, LA",195,"New Orleans, LA" +114,313,223,"New York, NY and NJ",223,"New York, NY and NJ" +114,314,223,"New York, NY and NJ",223,"New York, NY and NJ" +114,315,253,"Beaumont, TX",253,"Beaumont, TX" +114,316,268,"Seattle, WA",268,"Seattle, WA" +114,317,162,"Oakland, CA",162,"Oakland, CA" +114,318,239,"Portland, OR",239,"Portland, OR" +114,319,174,"Tampa, FL",174,"Tampa, FL" +114,320,217,"New York, NY and NJ",217,"New York, NY and NJ" +114,321,217,"New York, NY and NJ",217,"New York, NY and NJ" +114,322,159,"Long Beach, CA",159,"Long Beach, CA" +114,323,195,"New Orleans, LA",195,"New Orleans, LA" +114,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +114,325,174,"Tampa, FL",174,"Tampa, FL" +114,326,177,"Savannah, GA",177,"Savannah, GA" +114,327,197,"Portland, ME",197,"Portland, ME" +114,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +114,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +114,330,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +114,331,197,"Portland, ME",197,"Portland, ME" +114,332,198,"Baltimore, MD",198,"Baltimore, MD" +114,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +114,334,174,"Tampa, FL",174,"Tampa, FL" +114,335,197,"Portland, ME",197,"Portland, ME" +114,336,174,"Tampa, FL",174,"Tampa, FL" +114,337,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +114,338,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +114,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +114,340,223,"New York, NY and NJ",223,"New York, NY and NJ" +114,341,195,"New Orleans, LA",195,"New Orleans, LA" +114,342,241,"Philadelphia, PA",241,"Philadelphia, PA" +114,343,159,"Long Beach, CA",159,"Long Beach, CA" +114,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +114,345,198,"Baltimore, MD",198,"Baltimore, MD" +114,346,208,"Pascagoula, MS",208,"Pascagoula, MS" +114,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +114,348,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +114,349,198,"Baltimore, MD",198,"Baltimore, MD" +114,350,201,"Boston, MA",201,"Boston, MA" +114,351,244,"Providence, RI",244,"Providence, RI" +114,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +114,353,201,"Boston, MA",201,"Boston, MA" +114,354,197,"Portland, ME",197,"Portland, ME" +114,355,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +114,356,257,"Houston, TX",257,"Houston, TX" +114,357,241,"Philadelphia, PA",241,"Philadelphia, PA" +114,358,217,"New York, NY and NJ",217,"New York, NY and NJ" +114,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +114,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +114,361,194,"Lake Charles, LA",194,"Lake Charles, LA" +114,362,241,"Philadelphia, PA",241,"Philadelphia, PA" +114,363,171,"Jacksonville, FL",171,"Jacksonville, FL" +114,364,169,"Wilmington, DE",169,"Wilmington, DE" +114,365,201,"Boston, MA",201,"Boston, MA" +114,366,268,"Seattle, WA",268,"Seattle, WA" +114,367,159,"Long Beach, CA",159,"Long Beach, CA" +114,368,268,"Seattle, WA",268,"Seattle, WA" +114,369,162,"Oakland, CA",162,"Oakland, CA" +114,370,244,"Providence, RI",244,"Providence, RI" +114,371,162,"Oakland, CA",162,"Oakland, CA" +114,372,197,"Portland, ME",197,"Portland, ME" +114,373,245,"Charleston, SC",245,"Charleston, SC" +114,374,159,"Long Beach, CA",159,"Long Beach, CA" +114,375,268,"Seattle, WA",268,"Seattle, WA" +114,376,162,"Oakland, CA",162,"Oakland, CA" +114,377,223,"New York, NY and NJ",223,"New York, NY and NJ" +114,378,253,"Beaumont, TX",253,"Beaumont, TX" +114,379,162,"Oakland, CA",162,"Oakland, CA" +114,380,239,"Portland, OR",239,"Portland, OR" +114,381,159,"Long Beach, CA",159,"Long Beach, CA" +114,382,198,"Baltimore, MD",198,"Baltimore, MD" +114,383,159,"Long Beach, CA",159,"Long Beach, CA" +114,384,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +114,385,223,"New York, NY and NJ",223,"New York, NY and NJ" +114,386,217,"New York, NY and NJ",217,"New York, NY and NJ" +114,387,241,"Philadelphia, PA",241,"Philadelphia, PA" +114,388,201,"Boston, MA",201,"Boston, MA" +114,389,244,"Providence, RI",244,"Providence, RI" +114,390,198,"Baltimore, MD",198,"Baltimore, MD" +114,391,172,"Port Everglades, FL",172,"Port Everglades, FL" +114,392,159,"Long Beach, CA",159,"Long Beach, CA" +114,393,159,"Long Beach, CA",159,"Long Beach, CA" +114,394,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +114,395,217,"New York, NY and NJ",217,"New York, NY and NJ" +114,396,159,"Long Beach, CA",159,"Long Beach, CA" +114,397,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +114,398,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +114,399,195,"New Orleans, LA",195,"New Orleans, LA" +114,400,159,"Long Beach, CA",159,"Long Beach, CA" +114,401,217,"New York, NY and NJ",217,"New York, NY and NJ" +114,402,241,"Philadelphia, PA",241,"Philadelphia, PA" +114,403,269,"Longview, WA",269,"Longview, WA" +114,404,169,"Wilmington, DE",169,"Wilmington, DE" +114,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +114,406,198,"Baltimore, MD",198,"Baltimore, MD" +114,407,241,"Philadelphia, PA",241,"Philadelphia, PA" +114,408,159,"Long Beach, CA",159,"Long Beach, CA" +114,409,223,"New York, NY and NJ",223,"New York, NY and NJ" +114,410,268,"Seattle, WA",268,"Seattle, WA" +114,411,268,"Seattle, WA",268,"Seattle, WA" +114,412,198,"Baltimore, MD",198,"Baltimore, MD" +114,413,159,"Long Beach, CA",159,"Long Beach, CA" +114,414,194,"Lake Charles, LA",194,"Lake Charles, LA" +114,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +114,416,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +114,417,159,"Long Beach, CA",159,"Long Beach, CA" +114,418,162,"Oakland, CA",162,"Oakland, CA" +114,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +114,420,159,"Long Beach, CA",159,"Long Beach, CA" +114,421,159,"Long Beach, CA",159,"Long Beach, CA" +114,422,162,"Oakland, CA",162,"Oakland, CA" +114,423,159,"Long Beach, CA",159,"Long Beach, CA" +114,424,172,"Port Everglades, FL",172,"Port Everglades, FL" +114,425,159,"Long Beach, CA",159,"Long Beach, CA" +114,426,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +114,427,245,"Charleston, SC",245,"Charleston, SC" +114,428,268,"Seattle, WA",268,"Seattle, WA" +114,429,195,"New Orleans, LA",195,"New Orleans, LA" +114,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +114,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +114,432,159,"Long Beach, CA",159,"Long Beach, CA" +114,433,198,"Baltimore, MD",198,"Baltimore, MD" +114,434,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +114,435,217,"New York, NY and NJ",217,"New York, NY and NJ" +114,436,198,"Baltimore, MD",198,"Baltimore, MD" +114,437,217,"New York, NY and NJ",217,"New York, NY and NJ" +114,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +114,439,198,"Baltimore, MD",198,"Baltimore, MD" +114,440,245,"Charleston, SC",245,"Charleston, SC" +114,441,162,"Oakland, CA",162,"Oakland, CA" +114,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +114,443,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +114,444,159,"Long Beach, CA",159,"Long Beach, CA" +114,445,198,"Baltimore, MD",198,"Baltimore, MD" +114,446,241,"Philadelphia, PA",241,"Philadelphia, PA" +114,447,201,"Boston, MA",201,"Boston, MA" +114,448,241,"Philadelphia, PA",241,"Philadelphia, PA" +114,449,159,"Long Beach, CA",159,"Long Beach, CA" +114,450,177,"Savannah, GA",177,"Savannah, GA" +114,451,241,"Philadelphia, PA",241,"Philadelphia, PA" +114,452,201,"Boston, MA",201,"Boston, MA" +114,453,159,"Long Beach, CA",159,"Long Beach, CA" +114,454,198,"Baltimore, MD",198,"Baltimore, MD" +114,455,201,"Boston, MA",201,"Boston, MA" +114,456,268,"Seattle, WA",268,"Seattle, WA" +114,457,217,"New York, NY and NJ",217,"New York, NY and NJ" +114,458,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +114,459,239,"Portland, OR",239,"Portland, OR" +114,460,217,"New York, NY and NJ",217,"New York, NY and NJ" +114,461,245,"Charleston, SC",245,"Charleston, SC" +114,462,198,"Baltimore, MD",198,"Baltimore, MD" +114,463,217,"New York, NY and NJ",217,"New York, NY and NJ" +114,464,217,"New York, NY and NJ",217,"New York, NY and NJ" +114,465,159,"Long Beach, CA",159,"Long Beach, CA" +114,466,162,"Oakland, CA",162,"Oakland, CA" +114,467,223,"New York, NY and NJ",223,"New York, NY and NJ" +114,468,162,"Oakland, CA",162,"Oakland, CA" +114,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +114,470,268,"Seattle, WA",268,"Seattle, WA" +114,471,217,"New York, NY and NJ",217,"New York, NY and NJ" +114,472,159,"Long Beach, CA",159,"Long Beach, CA" +114,473,159,"Long Beach, CA",159,"Long Beach, CA" +114,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +114,475,197,"Portland, ME",197,"Portland, ME" +114,476,159,"Long Beach, CA",159,"Long Beach, CA" +114,477,268,"Seattle, WA",268,"Seattle, WA" +114,478,177,"Savannah, GA",177,"Savannah, GA" +114,479,159,"Long Beach, CA",159,"Long Beach, CA" +114,480,169,"Wilmington, DE",169,"Wilmington, DE" +114,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +114,482,162,"Oakland, CA",162,"Oakland, CA" +114,483,223,"New York, NY and NJ",223,"New York, NY and NJ" +114,484,152,"Mobile, AL",152,"Mobile, AL" +114,485,159,"Long Beach, CA",159,"Long Beach, CA" +114,486,159,"Long Beach, CA",159,"Long Beach, CA" +114,487,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +114,488,159,"Long Beach, CA",159,"Long Beach, CA" +114,489,159,"Long Beach, CA",159,"Long Beach, CA" +114,490,223,"New York, NY and NJ",223,"New York, NY and NJ" +114,491,223,"New York, NY and NJ",223,"New York, NY and NJ" +115,154,159,"Long Beach, CA",159,"Long Beach, CA" +115,179,268,"Seattle, WA",268,"Seattle, WA" +115,180,268,"Seattle, WA",268,"Seattle, WA" +115,274,159,"Long Beach, CA",159,"Long Beach, CA" +115,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +115,276,217,"New York, NY and NJ",217,"New York, NY and NJ" +115,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +115,278,197,"Portland, ME",197,"Portland, ME" +115,279,177,"Savannah, GA",177,"Savannah, GA" +115,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +115,281,177,"Savannah, GA",177,"Savannah, GA" +115,282,198,"Baltimore, MD",198,"Baltimore, MD" +115,283,245,"Charleston, SC",245,"Charleston, SC" +115,284,159,"Long Beach, CA",159,"Long Beach, CA" +115,285,201,"Boston, MA",201,"Boston, MA" +115,286,201,"Boston, MA",201,"Boston, MA" +115,287,177,"Savannah, GA",177,"Savannah, GA" +115,288,162,"Oakland, CA",162,"Oakland, CA" +115,289,159,"Long Beach, CA",159,"Long Beach, CA" +115,290,177,"Savannah, GA",177,"Savannah, GA" +115,291,244,"Providence, RI",244,"Providence, RI" +115,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +115,293,174,"Tampa, FL",174,"Tampa, FL" +115,294,198,"Baltimore, MD",198,"Baltimore, MD" +115,295,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +115,296,159,"Long Beach, CA",159,"Long Beach, CA" +115,297,152,"Mobile, AL",152,"Mobile, AL" +115,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +115,299,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +115,300,172,"Port Everglades, FL",172,"Port Everglades, FL" +115,301,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +115,302,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +115,303,159,"Long Beach, CA",159,"Long Beach, CA" +115,304,201,"Boston, MA",201,"Boston, MA" +115,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +115,306,197,"Portland, ME",197,"Portland, ME" +115,307,197,"Portland, ME",197,"Portland, ME" +115,308,159,"Long Beach, CA",159,"Long Beach, CA" +115,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +115,310,177,"Savannah, GA",177,"Savannah, GA" +115,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +115,312,171,"Jacksonville, FL",171,"Jacksonville, FL" +115,313,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +115,314,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +115,315,195,"New Orleans, LA",195,"New Orleans, LA" +115,316,159,"Long Beach, CA",159,"Long Beach, CA" +115,317,159,"Long Beach, CA",159,"Long Beach, CA" +115,318,159,"Long Beach, CA",159,"Long Beach, CA" +115,319,172,"Port Everglades, FL",172,"Port Everglades, FL" +115,320,217,"New York, NY and NJ",217,"New York, NY and NJ" +115,321,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +115,322,162,"Oakland, CA",162,"Oakland, CA" +115,323,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +115,324,241,"Philadelphia, PA",241,"Philadelphia, PA" +115,325,177,"Savannah, GA",177,"Savannah, GA" +115,326,177,"Savannah, GA",177,"Savannah, GA" +115,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +115,328,217,"New York, NY and NJ",217,"New York, NY and NJ" +115,329,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +115,330,244,"Providence, RI",244,"Providence, RI" +115,331,201,"Boston, MA",201,"Boston, MA" +115,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +115,333,177,"Savannah, GA",177,"Savannah, GA" +115,334,195,"New Orleans, LA",195,"New Orleans, LA" +115,335,198,"Baltimore, MD",198,"Baltimore, MD" +115,336,174,"Tampa, FL",174,"Tampa, FL" +115,337,201,"Boston, MA",201,"Boston, MA" +115,338,241,"Philadelphia, PA",241,"Philadelphia, PA" +115,339,241,"Philadelphia, PA",241,"Philadelphia, PA" +115,340,201,"Boston, MA",201,"Boston, MA" +115,341,177,"Savannah, GA",177,"Savannah, GA" +115,342,241,"Philadelphia, PA",241,"Philadelphia, PA" +115,343,159,"Long Beach, CA",159,"Long Beach, CA" +115,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +115,345,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +115,346,195,"New Orleans, LA",195,"New Orleans, LA" +115,347,201,"Boston, MA",201,"Boston, MA" +115,348,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +115,349,217,"New York, NY and NJ",217,"New York, NY and NJ" +115,350,197,"Portland, ME",197,"Portland, ME" +115,351,241,"Philadelphia, PA",241,"Philadelphia, PA" +115,352,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +115,353,198,"Baltimore, MD",198,"Baltimore, MD" +115,354,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +115,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +115,356,253,"Beaumont, TX",253,"Beaumont, TX" +115,357,241,"Philadelphia, PA",241,"Philadelphia, PA" +115,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +115,359,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +115,360,177,"Savannah, GA",177,"Savannah, GA" +115,361,195,"New Orleans, LA",195,"New Orleans, LA" +115,362,201,"Boston, MA",201,"Boston, MA" +115,363,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +115,364,217,"New York, NY and NJ",217,"New York, NY and NJ" +115,365,198,"Baltimore, MD",198,"Baltimore, MD" +115,366,159,"Long Beach, CA",159,"Long Beach, CA" +115,367,159,"Long Beach, CA",159,"Long Beach, CA" +115,368,159,"Long Beach, CA",159,"Long Beach, CA" +115,369,268,"Seattle, WA",268,"Seattle, WA" +115,370,217,"New York, NY and NJ",217,"New York, NY and NJ" +115,371,159,"Long Beach, CA",159,"Long Beach, CA" +115,372,223,"New York, NY and NJ",223,"New York, NY and NJ" +115,373,152,"Mobile, AL",152,"Mobile, AL" +115,374,239,"Portland, OR",239,"Portland, OR" +115,375,159,"Long Beach, CA",159,"Long Beach, CA" +115,376,239,"Portland, OR",239,"Portland, OR" +115,377,223,"New York, NY and NJ",223,"New York, NY and NJ" +115,378,174,"Tampa, FL",174,"Tampa, FL" +115,379,159,"Long Beach, CA",159,"Long Beach, CA" +115,380,159,"Long Beach, CA",159,"Long Beach, CA" +115,381,159,"Long Beach, CA",159,"Long Beach, CA" +115,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +115,383,159,"Long Beach, CA",159,"Long Beach, CA" +115,384,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +115,385,223,"New York, NY and NJ",223,"New York, NY and NJ" +115,386,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +115,387,198,"Baltimore, MD",198,"Baltimore, MD" +115,388,198,"Baltimore, MD",198,"Baltimore, MD" +115,389,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +115,390,198,"Baltimore, MD",198,"Baltimore, MD" +115,391,217,"New York, NY and NJ",217,"New York, NY and NJ" +115,392,269,"Longview, WA",269,"Longview, WA" +115,393,159,"Long Beach, CA",159,"Long Beach, CA" +115,394,223,"New York, NY and NJ",223,"New York, NY and NJ" +115,395,197,"Portland, ME",197,"Portland, ME" +115,396,162,"Oakland, CA",162,"Oakland, CA" +115,397,198,"Baltimore, MD",198,"Baltimore, MD" +115,398,201,"Boston, MA",201,"Boston, MA" +115,399,195,"New Orleans, LA",195,"New Orleans, LA" +115,400,159,"Long Beach, CA",159,"Long Beach, CA" +115,401,198,"Baltimore, MD",198,"Baltimore, MD" +115,402,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +115,403,268,"Seattle, WA",268,"Seattle, WA" +115,404,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +115,405,177,"Savannah, GA",177,"Savannah, GA" +115,406,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +115,407,201,"Boston, MA",201,"Boston, MA" +115,408,159,"Long Beach, CA",159,"Long Beach, CA" +115,409,169,"Wilmington, DE",169,"Wilmington, DE" +115,410,162,"Oakland, CA",162,"Oakland, CA" +115,411,162,"Oakland, CA",162,"Oakland, CA" +115,412,201,"Boston, MA",201,"Boston, MA" +115,413,268,"Seattle, WA",268,"Seattle, WA" +115,414,174,"Tampa, FL",174,"Tampa, FL" +115,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +115,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +115,417,239,"Portland, OR",239,"Portland, OR" +115,418,159,"Long Beach, CA",159,"Long Beach, CA" +115,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +115,420,159,"Long Beach, CA",159,"Long Beach, CA" +115,421,159,"Long Beach, CA",159,"Long Beach, CA" +115,422,162,"Oakland, CA",162,"Oakland, CA" +115,423,159,"Long Beach, CA",159,"Long Beach, CA" +115,424,195,"New Orleans, LA",195,"New Orleans, LA" +115,425,159,"Long Beach, CA",159,"Long Beach, CA" +115,426,177,"Savannah, GA",177,"Savannah, GA" +115,427,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +115,428,159,"Long Beach, CA",159,"Long Beach, CA" +115,429,239,"Portland, OR",239,"Portland, OR" +115,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +115,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +115,432,159,"Long Beach, CA",159,"Long Beach, CA" +115,433,169,"Wilmington, DE",169,"Wilmington, DE" +115,434,241,"Philadelphia, PA",241,"Philadelphia, PA" +115,435,244,"Providence, RI",244,"Providence, RI" +115,436,241,"Philadelphia, PA",241,"Philadelphia, PA" +115,437,241,"Philadelphia, PA",241,"Philadelphia, PA" +115,438,174,"Tampa, FL",174,"Tampa, FL" +115,439,198,"Baltimore, MD",198,"Baltimore, MD" +115,440,245,"Charleston, SC",245,"Charleston, SC" +115,441,159,"Long Beach, CA",159,"Long Beach, CA" +115,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +115,443,197,"Portland, ME",197,"Portland, ME" +115,444,159,"Long Beach, CA",159,"Long Beach, CA" +115,445,241,"Philadelphia, PA",241,"Philadelphia, PA" +115,446,197,"Portland, ME",197,"Portland, ME" +115,447,198,"Baltimore, MD",198,"Baltimore, MD" +115,448,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +115,449,159,"Long Beach, CA",159,"Long Beach, CA" +115,450,245,"Charleston, SC",245,"Charleston, SC" +115,451,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +115,452,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +115,453,159,"Long Beach, CA",159,"Long Beach, CA" +115,454,223,"New York, NY and NJ",223,"New York, NY and NJ" +115,455,201,"Boston, MA",201,"Boston, MA" +115,456,159,"Long Beach, CA",159,"Long Beach, CA" +115,457,201,"Boston, MA",201,"Boston, MA" +115,458,198,"Baltimore, MD",198,"Baltimore, MD" +115,459,159,"Long Beach, CA",159,"Long Beach, CA" +115,460,241,"Philadelphia, PA",241,"Philadelphia, PA" +115,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +115,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +115,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +115,464,201,"Boston, MA",201,"Boston, MA" +115,465,159,"Long Beach, CA",159,"Long Beach, CA" +115,466,239,"Portland, OR",239,"Portland, OR" +115,467,217,"New York, NY and NJ",217,"New York, NY and NJ" +115,468,268,"Seattle, WA",268,"Seattle, WA" +115,469,197,"Portland, ME",197,"Portland, ME" +115,470,268,"Seattle, WA",268,"Seattle, WA" +115,471,201,"Boston, MA",201,"Boston, MA" +115,472,239,"Portland, OR",239,"Portland, OR" +115,473,268,"Seattle, WA",268,"Seattle, WA" +115,474,245,"Charleston, SC",245,"Charleston, SC" +115,475,197,"Portland, ME",197,"Portland, ME" +115,476,159,"Long Beach, CA",159,"Long Beach, CA" +115,477,159,"Long Beach, CA",159,"Long Beach, CA" +115,478,245,"Charleston, SC",245,"Charleston, SC" +115,479,268,"Seattle, WA",268,"Seattle, WA" +115,480,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +115,481,223,"New York, NY and NJ",223,"New York, NY and NJ" +115,482,269,"Longview, WA",269,"Longview, WA" +115,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +115,484,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +115,485,162,"Oakland, CA",162,"Oakland, CA" +115,486,159,"Long Beach, CA",159,"Long Beach, CA" +115,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +115,488,159,"Long Beach, CA",159,"Long Beach, CA" +115,489,268,"Seattle, WA",268,"Seattle, WA" +115,490,223,"New York, NY and NJ",223,"New York, NY and NJ" +115,491,217,"New York, NY and NJ",217,"New York, NY and NJ" +116,154,159,"Long Beach, CA",159,"Long Beach, CA" +116,179,159,"Long Beach, CA",159,"Long Beach, CA" +116,180,162,"Oakland, CA",162,"Oakland, CA" +116,274,159,"Long Beach, CA",159,"Long Beach, CA" +116,275,217,"New York, NY and NJ",217,"New York, NY and NJ" +116,276,244,"Providence, RI",244,"Providence, RI" +116,277,198,"Baltimore, MD",198,"Baltimore, MD" +116,278,198,"Baltimore, MD",198,"Baltimore, MD" +116,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +116,280,223,"New York, NY and NJ",223,"New York, NY and NJ" +116,281,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +116,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +116,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +116,284,268,"Seattle, WA",268,"Seattle, WA" +116,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +116,286,201,"Boston, MA",201,"Boston, MA" +116,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +116,288,269,"Longview, WA",269,"Longview, WA" +116,289,159,"Long Beach, CA",159,"Long Beach, CA" +116,290,171,"Jacksonville, FL",171,"Jacksonville, FL" +116,291,217,"New York, NY and NJ",217,"New York, NY and NJ" +116,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +116,293,257,"Houston, TX",257,"Houston, TX" +116,294,241,"Philadelphia, PA",241,"Philadelphia, PA" +116,295,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +116,296,239,"Portland, OR",239,"Portland, OR" +116,297,253,"Beaumont, TX",253,"Beaumont, TX" +116,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +116,299,198,"Baltimore, MD",198,"Baltimore, MD" +116,300,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +116,301,197,"Portland, ME",197,"Portland, ME" +116,302,169,"Wilmington, DE",169,"Wilmington, DE" +116,303,159,"Long Beach, CA",159,"Long Beach, CA" +116,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +116,305,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +116,306,198,"Baltimore, MD",198,"Baltimore, MD" +116,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +116,308,159,"Long Beach, CA",159,"Long Beach, CA" +116,309,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +116,310,217,"New York, NY and NJ",217,"New York, NY and NJ" +116,311,244,"Providence, RI",244,"Providence, RI" +116,312,152,"Mobile, AL",152,"Mobile, AL" +116,313,223,"New York, NY and NJ",223,"New York, NY and NJ" +116,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +116,315,195,"New Orleans, LA",195,"New Orleans, LA" +116,316,159,"Long Beach, CA",159,"Long Beach, CA" +116,317,159,"Long Beach, CA",159,"Long Beach, CA" +116,318,159,"Long Beach, CA",159,"Long Beach, CA" +116,319,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +116,320,241,"Philadelphia, PA",241,"Philadelphia, PA" +116,321,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +116,322,268,"Seattle, WA",268,"Seattle, WA" +116,323,152,"Mobile, AL",152,"Mobile, AL" +116,324,244,"Providence, RI",244,"Providence, RI" +116,325,171,"Jacksonville, FL",171,"Jacksonville, FL" +116,326,177,"Savannah, GA",177,"Savannah, GA" +116,327,241,"Philadelphia, PA",241,"Philadelphia, PA" +116,328,217,"New York, NY and NJ",217,"New York, NY and NJ" +116,329,198,"Baltimore, MD",198,"Baltimore, MD" +116,330,241,"Philadelphia, PA",241,"Philadelphia, PA" +116,331,197,"Portland, ME",197,"Portland, ME" +116,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +116,333,245,"Charleston, SC",245,"Charleston, SC" +116,334,177,"Savannah, GA",177,"Savannah, GA" +116,335,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +116,336,195,"New Orleans, LA",195,"New Orleans, LA" +116,337,201,"Boston, MA",201,"Boston, MA" +116,338,223,"New York, NY and NJ",223,"New York, NY and NJ" +116,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +116,340,244,"Providence, RI",244,"Providence, RI" +116,341,253,"Beaumont, TX",253,"Beaumont, TX" +116,342,201,"Boston, MA",201,"Boston, MA" +116,343,159,"Long Beach, CA",159,"Long Beach, CA" +116,344,198,"Baltimore, MD",198,"Baltimore, MD" +116,345,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +116,346,201,"Boston, MA",201,"Boston, MA" +116,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +116,348,217,"New York, NY and NJ",217,"New York, NY and NJ" +116,349,245,"Charleston, SC",245,"Charleston, SC" +116,350,217,"New York, NY and NJ",217,"New York, NY and NJ" +116,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +116,352,241,"Philadelphia, PA",241,"Philadelphia, PA" +116,353,241,"Philadelphia, PA",241,"Philadelphia, PA" +116,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +116,355,198,"Baltimore, MD",198,"Baltimore, MD" +116,356,208,"Pascagoula, MS",208,"Pascagoula, MS" +116,357,217,"New York, NY and NJ",217,"New York, NY and NJ" +116,358,197,"Portland, ME",197,"Portland, ME" +116,359,223,"New York, NY and NJ",223,"New York, NY and NJ" +116,360,245,"Charleston, SC",245,"Charleston, SC" +116,361,195,"New Orleans, LA",195,"New Orleans, LA" +116,362,198,"Baltimore, MD",198,"Baltimore, MD" +116,363,174,"Tampa, FL",174,"Tampa, FL" +116,364,197,"Portland, ME",197,"Portland, ME" +116,365,217,"New York, NY and NJ",217,"New York, NY and NJ" +116,366,162,"Oakland, CA",162,"Oakland, CA" +116,367,159,"Long Beach, CA",159,"Long Beach, CA" +116,368,269,"Longview, WA",269,"Longview, WA" +116,369,239,"Portland, OR",239,"Portland, OR" +116,370,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +116,371,159,"Long Beach, CA",159,"Long Beach, CA" +116,372,223,"New York, NY and NJ",223,"New York, NY and NJ" +116,373,152,"Mobile, AL",152,"Mobile, AL" +116,374,239,"Portland, OR",239,"Portland, OR" +116,375,162,"Oakland, CA",162,"Oakland, CA" +116,376,159,"Long Beach, CA",159,"Long Beach, CA" +116,377,201,"Boston, MA",201,"Boston, MA" +116,378,257,"Houston, TX",257,"Houston, TX" +116,379,159,"Long Beach, CA",159,"Long Beach, CA" +116,380,159,"Long Beach, CA",159,"Long Beach, CA" +116,381,159,"Long Beach, CA",159,"Long Beach, CA" +116,382,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +116,383,159,"Long Beach, CA",159,"Long Beach, CA" +116,384,172,"Port Everglades, FL",172,"Port Everglades, FL" +116,385,201,"Boston, MA",201,"Boston, MA" +116,386,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +116,387,241,"Philadelphia, PA",241,"Philadelphia, PA" +116,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +116,389,241,"Philadelphia, PA",241,"Philadelphia, PA" +116,390,201,"Boston, MA",201,"Boston, MA" +116,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +116,392,159,"Long Beach, CA",159,"Long Beach, CA" +116,393,159,"Long Beach, CA",159,"Long Beach, CA" +116,394,169,"Wilmington, DE",169,"Wilmington, DE" +116,395,217,"New York, NY and NJ",217,"New York, NY and NJ" +116,396,159,"Long Beach, CA",159,"Long Beach, CA" +116,397,201,"Boston, MA",201,"Boston, MA" +116,398,198,"Baltimore, MD",198,"Baltimore, MD" +116,399,253,"Beaumont, TX",253,"Beaumont, TX" +116,400,159,"Long Beach, CA",159,"Long Beach, CA" +116,401,198,"Baltimore, MD",198,"Baltimore, MD" +116,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +116,403,268,"Seattle, WA",268,"Seattle, WA" +116,404,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +116,405,171,"Jacksonville, FL",171,"Jacksonville, FL" +116,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +116,407,217,"New York, NY and NJ",217,"New York, NY and NJ" +116,408,159,"Long Beach, CA",159,"Long Beach, CA" +116,409,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +116,410,268,"Seattle, WA",268,"Seattle, WA" +116,411,162,"Oakland, CA",162,"Oakland, CA" +116,412,198,"Baltimore, MD",198,"Baltimore, MD" +116,413,269,"Longview, WA",269,"Longview, WA" +116,414,152,"Mobile, AL",152,"Mobile, AL" +116,415,198,"Baltimore, MD",198,"Baltimore, MD" +116,416,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +116,417,159,"Long Beach, CA",159,"Long Beach, CA" +116,418,162,"Oakland, CA",162,"Oakland, CA" +116,419,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +116,420,268,"Seattle, WA",268,"Seattle, WA" +116,421,268,"Seattle, WA",268,"Seattle, WA" +116,422,159,"Long Beach, CA",159,"Long Beach, CA" +116,423,239,"Portland, OR",239,"Portland, OR" +116,424,195,"New Orleans, LA",195,"New Orleans, LA" +116,425,162,"Oakland, CA",162,"Oakland, CA" +116,426,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +116,427,195,"New Orleans, LA",195,"New Orleans, LA" +116,428,269,"Longview, WA",269,"Longview, WA" +116,429,159,"Long Beach, CA",159,"Long Beach, CA" +116,430,198,"Baltimore, MD",198,"Baltimore, MD" +116,431,201,"Boston, MA",201,"Boston, MA" +116,432,268,"Seattle, WA",268,"Seattle, WA" +116,433,223,"New York, NY and NJ",223,"New York, NY and NJ" +116,434,198,"Baltimore, MD",198,"Baltimore, MD" +116,435,217,"New York, NY and NJ",217,"New York, NY and NJ" +116,436,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +116,437,245,"Charleston, SC",245,"Charleston, SC" +116,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +116,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +116,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +116,441,159,"Long Beach, CA",159,"Long Beach, CA" +116,442,241,"Philadelphia, PA",241,"Philadelphia, PA" +116,443,223,"New York, NY and NJ",223,"New York, NY and NJ" +116,444,239,"Portland, OR",239,"Portland, OR" +116,445,197,"Portland, ME",197,"Portland, ME" +116,446,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +116,447,198,"Baltimore, MD",198,"Baltimore, MD" +116,448,201,"Boston, MA",201,"Boston, MA" +116,449,159,"Long Beach, CA",159,"Long Beach, CA" +116,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +116,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +116,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +116,453,268,"Seattle, WA",268,"Seattle, WA" +116,454,223,"New York, NY and NJ",223,"New York, NY and NJ" +116,455,198,"Baltimore, MD",198,"Baltimore, MD" +116,456,159,"Long Beach, CA",159,"Long Beach, CA" +116,457,169,"Wilmington, DE",169,"Wilmington, DE" +116,458,197,"Portland, ME",197,"Portland, ME" +116,459,268,"Seattle, WA",268,"Seattle, WA" +116,460,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +116,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +116,462,223,"New York, NY and NJ",223,"New York, NY and NJ" +116,463,217,"New York, NY and NJ",217,"New York, NY and NJ" +116,464,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +116,465,159,"Long Beach, CA",159,"Long Beach, CA" +116,466,268,"Seattle, WA",268,"Seattle, WA" +116,467,217,"New York, NY and NJ",217,"New York, NY and NJ" +116,468,162,"Oakland, CA",162,"Oakland, CA" +116,469,198,"Baltimore, MD",198,"Baltimore, MD" +116,470,159,"Long Beach, CA",159,"Long Beach, CA" +116,471,201,"Boston, MA",201,"Boston, MA" +116,472,159,"Long Beach, CA",159,"Long Beach, CA" +116,473,159,"Long Beach, CA",159,"Long Beach, CA" +116,474,174,"Tampa, FL",174,"Tampa, FL" +116,475,217,"New York, NY and NJ",217,"New York, NY and NJ" +116,476,162,"Oakland, CA",162,"Oakland, CA" +116,477,159,"Long Beach, CA",159,"Long Beach, CA" +116,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +116,479,159,"Long Beach, CA",159,"Long Beach, CA" +116,480,201,"Boston, MA",201,"Boston, MA" +116,481,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +116,482,162,"Oakland, CA",162,"Oakland, CA" +116,483,198,"Baltimore, MD",198,"Baltimore, MD" +116,484,178,"Brunswick, GA",178,"Brunswick, GA" +116,485,159,"Long Beach, CA",159,"Long Beach, CA" +116,486,268,"Seattle, WA",268,"Seattle, WA" +116,487,245,"Charleston, SC",245,"Charleston, SC" +116,488,159,"Long Beach, CA",159,"Long Beach, CA" +116,489,268,"Seattle, WA",268,"Seattle, WA" +116,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +116,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +117,154,268,"Seattle, WA",268,"Seattle, WA" +117,179,162,"Oakland, CA",162,"Oakland, CA" +117,180,239,"Portland, OR",239,"Portland, OR" +117,274,159,"Long Beach, CA",159,"Long Beach, CA" +117,275,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +117,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +117,277,197,"Portland, ME",197,"Portland, ME" +117,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +117,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +117,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +117,281,194,"Lake Charles, LA",194,"Lake Charles, LA" +117,282,217,"New York, NY and NJ",217,"New York, NY and NJ" +117,283,177,"Savannah, GA",177,"Savannah, GA" +117,284,159,"Long Beach, CA",159,"Long Beach, CA" +117,285,244,"Providence, RI",244,"Providence, RI" +117,286,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +117,287,177,"Savannah, GA",177,"Savannah, GA" +117,288,162,"Oakland, CA",162,"Oakland, CA" +117,289,159,"Long Beach, CA",159,"Long Beach, CA" +117,290,172,"Port Everglades, FL",172,"Port Everglades, FL" +117,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +117,292,244,"Providence, RI",244,"Providence, RI" +117,293,195,"New Orleans, LA",195,"New Orleans, LA" +117,294,244,"Providence, RI",244,"Providence, RI" +117,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +117,296,269,"Longview, WA",269,"Longview, WA" +117,297,257,"Houston, TX",257,"Houston, TX" +117,298,244,"Providence, RI",244,"Providence, RI" +117,299,217,"New York, NY and NJ",217,"New York, NY and NJ" +117,300,195,"New Orleans, LA",195,"New Orleans, LA" +117,301,198,"Baltimore, MD",198,"Baltimore, MD" +117,302,174,"Tampa, FL",174,"Tampa, FL" +117,303,159,"Long Beach, CA",159,"Long Beach, CA" +117,304,217,"New York, NY and NJ",217,"New York, NY and NJ" +117,305,197,"Portland, ME",197,"Portland, ME" +117,306,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +117,307,198,"Baltimore, MD",198,"Baltimore, MD" +117,308,159,"Long Beach, CA",159,"Long Beach, CA" +117,309,197,"Portland, ME",197,"Portland, ME" +117,310,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +117,311,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +117,312,245,"Charleston, SC",245,"Charleston, SC" +117,313,223,"New York, NY and NJ",223,"New York, NY and NJ" +117,314,169,"Wilmington, DE",169,"Wilmington, DE" +117,315,195,"New Orleans, LA",195,"New Orleans, LA" +117,316,162,"Oakland, CA",162,"Oakland, CA" +117,317,159,"Long Beach, CA",159,"Long Beach, CA" +117,318,268,"Seattle, WA",268,"Seattle, WA" +117,319,152,"Mobile, AL",152,"Mobile, AL" +117,320,223,"New York, NY and NJ",223,"New York, NY and NJ" +117,321,217,"New York, NY and NJ",217,"New York, NY and NJ" +117,322,159,"Long Beach, CA",159,"Long Beach, CA" +117,323,195,"New Orleans, LA",195,"New Orleans, LA" +117,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +117,325,171,"Jacksonville, FL",171,"Jacksonville, FL" +117,326,177,"Savannah, GA",177,"Savannah, GA" +117,327,201,"Boston, MA",201,"Boston, MA" +117,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +117,329,217,"New York, NY and NJ",217,"New York, NY and NJ" +117,330,197,"Portland, ME",197,"Portland, ME" +117,331,197,"Portland, ME",197,"Portland, ME" +117,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +117,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +117,334,195,"New Orleans, LA",195,"New Orleans, LA" +117,335,197,"Portland, ME",197,"Portland, ME" +117,336,174,"Tampa, FL",174,"Tampa, FL" +117,337,245,"Charleston, SC",245,"Charleston, SC" +117,338,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +117,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +117,340,229,"Wilmington, NC",229,"Wilmington, NC" +117,341,257,"Houston, TX",257,"Houston, TX" +117,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +117,343,159,"Long Beach, CA",159,"Long Beach, CA" +117,344,241,"Philadelphia, PA",241,"Philadelphia, PA" +117,345,198,"Baltimore, MD",198,"Baltimore, MD" +117,346,177,"Savannah, GA",177,"Savannah, GA" +117,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +117,348,245,"Charleston, SC",245,"Charleston, SC" +117,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +117,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +117,351,217,"New York, NY and NJ",217,"New York, NY and NJ" +117,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +117,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +117,354,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +117,355,177,"Savannah, GA",177,"Savannah, GA" +117,356,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +117,357,197,"Portland, ME",197,"Portland, ME" +117,358,217,"New York, NY and NJ",217,"New York, NY and NJ" +117,359,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +117,360,245,"Charleston, SC",245,"Charleston, SC" +117,361,253,"Beaumont, TX",253,"Beaumont, TX" +117,362,197,"Portland, ME",197,"Portland, ME" +117,363,177,"Savannah, GA",177,"Savannah, GA" +117,364,197,"Portland, ME",197,"Portland, ME" +117,365,198,"Baltimore, MD",198,"Baltimore, MD" +117,366,159,"Long Beach, CA",159,"Long Beach, CA" +117,367,162,"Oakland, CA",162,"Oakland, CA" +117,368,162,"Oakland, CA",162,"Oakland, CA" +117,369,268,"Seattle, WA",268,"Seattle, WA" +117,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +117,371,159,"Long Beach, CA",159,"Long Beach, CA" +117,372,201,"Boston, MA",201,"Boston, MA" +117,373,177,"Savannah, GA",177,"Savannah, GA" +117,374,162,"Oakland, CA",162,"Oakland, CA" +117,375,159,"Long Beach, CA",159,"Long Beach, CA" +117,376,159,"Long Beach, CA",159,"Long Beach, CA" +117,377,197,"Portland, ME",197,"Portland, ME" +117,378,152,"Mobile, AL",152,"Mobile, AL" +117,379,162,"Oakland, CA",162,"Oakland, CA" +117,380,269,"Longview, WA",269,"Longview, WA" +117,381,268,"Seattle, WA",268,"Seattle, WA" +117,382,201,"Boston, MA",201,"Boston, MA" +117,383,162,"Oakland, CA",162,"Oakland, CA" +117,384,223,"New York, NY and NJ",223,"New York, NY and NJ" +117,385,217,"New York, NY and NJ",217,"New York, NY and NJ" +117,386,223,"New York, NY and NJ",223,"New York, NY and NJ" +117,387,241,"Philadelphia, PA",241,"Philadelphia, PA" +117,388,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +117,389,201,"Boston, MA",201,"Boston, MA" +117,390,217,"New York, NY and NJ",217,"New York, NY and NJ" +117,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +117,392,159,"Long Beach, CA",159,"Long Beach, CA" +117,393,159,"Long Beach, CA",159,"Long Beach, CA" +117,394,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +117,395,241,"Philadelphia, PA",241,"Philadelphia, PA" +117,396,239,"Portland, OR",239,"Portland, OR" +117,397,223,"New York, NY and NJ",223,"New York, NY and NJ" +117,398,201,"Boston, MA",201,"Boston, MA" +117,399,162,"Oakland, CA",162,"Oakland, CA" +117,400,159,"Long Beach, CA",159,"Long Beach, CA" +117,401,241,"Philadelphia, PA",241,"Philadelphia, PA" +117,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +117,403,239,"Portland, OR",239,"Portland, OR" +117,404,244,"Providence, RI",244,"Providence, RI" +117,405,229,"Wilmington, NC",229,"Wilmington, NC" +117,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +117,407,223,"New York, NY and NJ",223,"New York, NY and NJ" +117,408,159,"Long Beach, CA",159,"Long Beach, CA" +117,409,197,"Portland, ME",197,"Portland, ME" +117,410,159,"Long Beach, CA",159,"Long Beach, CA" +117,411,268,"Seattle, WA",268,"Seattle, WA" +117,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +117,413,239,"Portland, OR",239,"Portland, OR" +117,414,195,"New Orleans, LA",195,"New Orleans, LA" +117,415,217,"New York, NY and NJ",217,"New York, NY and NJ" +117,416,197,"Portland, ME",197,"Portland, ME" +117,417,159,"Long Beach, CA",159,"Long Beach, CA" +117,418,159,"Long Beach, CA",159,"Long Beach, CA" +117,419,241,"Philadelphia, PA",241,"Philadelphia, PA" +117,420,159,"Long Beach, CA",159,"Long Beach, CA" +117,421,162,"Oakland, CA",162,"Oakland, CA" +117,422,162,"Oakland, CA",162,"Oakland, CA" +117,423,159,"Long Beach, CA",159,"Long Beach, CA" +117,424,171,"Jacksonville, FL",171,"Jacksonville, FL" +117,425,162,"Oakland, CA",162,"Oakland, CA" +117,426,195,"New Orleans, LA",195,"New Orleans, LA" +117,427,174,"Tampa, FL",174,"Tampa, FL" +117,428,162,"Oakland, CA",162,"Oakland, CA" +117,429,159,"Long Beach, CA",159,"Long Beach, CA" +117,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +117,431,201,"Boston, MA",201,"Boston, MA" +117,432,159,"Long Beach, CA",159,"Long Beach, CA" +117,433,217,"New York, NY and NJ",217,"New York, NY and NJ" +117,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +117,435,197,"Portland, ME",197,"Portland, ME" +117,436,217,"New York, NY and NJ",217,"New York, NY and NJ" +117,437,223,"New York, NY and NJ",223,"New York, NY and NJ" +117,438,177,"Savannah, GA",177,"Savannah, GA" +117,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +117,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +117,441,159,"Long Beach, CA",159,"Long Beach, CA" +117,442,197,"Portland, ME",197,"Portland, ME" +117,443,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +117,444,268,"Seattle, WA",268,"Seattle, WA" +117,445,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +117,446,201,"Boston, MA",201,"Boston, MA" +117,447,201,"Boston, MA",201,"Boston, MA" +117,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +117,449,159,"Long Beach, CA",159,"Long Beach, CA" +117,450,172,"Port Everglades, FL",172,"Port Everglades, FL" +117,451,201,"Boston, MA",201,"Boston, MA" +117,452,198,"Baltimore, MD",198,"Baltimore, MD" +117,453,269,"Longview, WA",269,"Longview, WA" +117,454,229,"Wilmington, NC",229,"Wilmington, NC" +117,455,201,"Boston, MA",201,"Boston, MA" +117,456,162,"Oakland, CA",162,"Oakland, CA" +117,457,198,"Baltimore, MD",198,"Baltimore, MD" +117,458,217,"New York, NY and NJ",217,"New York, NY and NJ" +117,459,159,"Long Beach, CA",159,"Long Beach, CA" +117,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +117,461,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +117,462,245,"Charleston, SC",245,"Charleston, SC" +117,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +117,464,217,"New York, NY and NJ",217,"New York, NY and NJ" +117,465,159,"Long Beach, CA",159,"Long Beach, CA" +117,466,159,"Long Beach, CA",159,"Long Beach, CA" +117,467,241,"Philadelphia, PA",241,"Philadelphia, PA" +117,468,268,"Seattle, WA",268,"Seattle, WA" +117,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +117,470,159,"Long Beach, CA",159,"Long Beach, CA" +117,471,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +117,472,159,"Long Beach, CA",159,"Long Beach, CA" +117,473,159,"Long Beach, CA",159,"Long Beach, CA" +117,474,245,"Charleston, SC",245,"Charleston, SC" +117,475,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +117,476,159,"Long Beach, CA",159,"Long Beach, CA" +117,477,159,"Long Beach, CA",159,"Long Beach, CA" +117,478,174,"Tampa, FL",174,"Tampa, FL" +117,479,159,"Long Beach, CA",159,"Long Beach, CA" +117,480,197,"Portland, ME",197,"Portland, ME" +117,481,223,"New York, NY and NJ",223,"New York, NY and NJ" +117,482,268,"Seattle, WA",268,"Seattle, WA" +117,483,241,"Philadelphia, PA",241,"Philadelphia, PA" +117,484,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +117,485,239,"Portland, OR",239,"Portland, OR" +117,486,159,"Long Beach, CA",159,"Long Beach, CA" +117,487,177,"Savannah, GA",177,"Savannah, GA" +117,488,159,"Long Beach, CA",159,"Long Beach, CA" +117,489,268,"Seattle, WA",268,"Seattle, WA" +117,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +117,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +118,154,159,"Long Beach, CA",159,"Long Beach, CA" +118,179,162,"Oakland, CA",162,"Oakland, CA" +118,180,162,"Oakland, CA",162,"Oakland, CA" +118,274,159,"Long Beach, CA",159,"Long Beach, CA" +118,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +118,276,198,"Baltimore, MD",198,"Baltimore, MD" +118,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +118,278,217,"New York, NY and NJ",217,"New York, NY and NJ" +118,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +118,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +118,281,195,"New Orleans, LA",195,"New Orleans, LA" +118,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +118,283,171,"Jacksonville, FL",171,"Jacksonville, FL" +118,284,269,"Longview, WA",269,"Longview, WA" +118,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +118,286,197,"Portland, ME",197,"Portland, ME" +118,287,174,"Tampa, FL",174,"Tampa, FL" +118,288,162,"Oakland, CA",162,"Oakland, CA" +118,289,159,"Long Beach, CA",159,"Long Beach, CA" +118,290,172,"Port Everglades, FL",172,"Port Everglades, FL" +118,291,197,"Portland, ME",197,"Portland, ME" +118,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +118,293,172,"Port Everglades, FL",172,"Port Everglades, FL" +118,294,169,"Wilmington, DE",169,"Wilmington, DE" +118,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +118,296,268,"Seattle, WA",268,"Seattle, WA" +118,297,195,"New Orleans, LA",195,"New Orleans, LA" +118,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +118,299,229,"Wilmington, NC",229,"Wilmington, NC" +118,300,172,"Port Everglades, FL",172,"Port Everglades, FL" +118,301,198,"Baltimore, MD",198,"Baltimore, MD" +118,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +118,303,239,"Portland, OR",239,"Portland, OR" +118,304,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +118,305,201,"Boston, MA",201,"Boston, MA" +118,306,217,"New York, NY and NJ",217,"New York, NY and NJ" +118,307,223,"New York, NY and NJ",223,"New York, NY and NJ" +118,308,269,"Longview, WA",269,"Longview, WA" +118,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +118,310,223,"New York, NY and NJ",223,"New York, NY and NJ" +118,311,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +118,312,178,"Brunswick, GA",178,"Brunswick, GA" +118,313,217,"New York, NY and NJ",217,"New York, NY and NJ" +118,314,244,"Providence, RI",244,"Providence, RI" +118,315,229,"Wilmington, NC",229,"Wilmington, NC" +118,316,268,"Seattle, WA",268,"Seattle, WA" +118,317,159,"Long Beach, CA",159,"Long Beach, CA" +118,318,159,"Long Beach, CA",159,"Long Beach, CA" +118,319,195,"New Orleans, LA",195,"New Orleans, LA" +118,320,223,"New York, NY and NJ",223,"New York, NY and NJ" +118,321,217,"New York, NY and NJ",217,"New York, NY and NJ" +118,322,159,"Long Beach, CA",159,"Long Beach, CA" +118,323,195,"New Orleans, LA",195,"New Orleans, LA" +118,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +118,325,177,"Savannah, GA",177,"Savannah, GA" +118,326,177,"Savannah, GA",177,"Savannah, GA" +118,327,241,"Philadelphia, PA",241,"Philadelphia, PA" +118,328,197,"Portland, ME",197,"Portland, ME" +118,329,197,"Portland, ME",197,"Portland, ME" +118,330,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +118,331,201,"Boston, MA",201,"Boston, MA" +118,332,198,"Baltimore, MD",198,"Baltimore, MD" +118,333,177,"Savannah, GA",177,"Savannah, GA" +118,334,177,"Savannah, GA",177,"Savannah, GA" +118,335,241,"Philadelphia, PA",241,"Philadelphia, PA" +118,336,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +118,337,198,"Baltimore, MD",198,"Baltimore, MD" +118,338,197,"Portland, ME",197,"Portland, ME" +118,339,201,"Boston, MA",201,"Boston, MA" +118,340,241,"Philadelphia, PA",241,"Philadelphia, PA" +118,341,195,"New Orleans, LA",195,"New Orleans, LA" +118,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +118,343,159,"Long Beach, CA",159,"Long Beach, CA" +118,344,241,"Philadelphia, PA",241,"Philadelphia, PA" +118,345,201,"Boston, MA",201,"Boston, MA" +118,346,177,"Savannah, GA",177,"Savannah, GA" +118,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +118,348,197,"Portland, ME",197,"Portland, ME" +118,349,217,"New York, NY and NJ",217,"New York, NY and NJ" +118,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +118,351,241,"Philadelphia, PA",241,"Philadelphia, PA" +118,352,217,"New York, NY and NJ",217,"New York, NY and NJ" +118,353,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +118,354,201,"Boston, MA",201,"Boston, MA" +118,355,171,"Jacksonville, FL",171,"Jacksonville, FL" +118,356,194,"Lake Charles, LA",194,"Lake Charles, LA" +118,357,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +118,358,201,"Boston, MA",201,"Boston, MA" +118,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +118,360,245,"Charleston, SC",245,"Charleston, SC" +118,361,194,"Lake Charles, LA",194,"Lake Charles, LA" +118,362,241,"Philadelphia, PA",241,"Philadelphia, PA" +118,363,174,"Tampa, FL",174,"Tampa, FL" +118,364,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +118,365,197,"Portland, ME",197,"Portland, ME" +118,366,159,"Long Beach, CA",159,"Long Beach, CA" +118,367,159,"Long Beach, CA",159,"Long Beach, CA" +118,368,269,"Longview, WA",269,"Longview, WA" +118,369,268,"Seattle, WA",268,"Seattle, WA" +118,370,217,"New York, NY and NJ",217,"New York, NY and NJ" +118,371,159,"Long Beach, CA",159,"Long Beach, CA" +118,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +118,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +118,374,268,"Seattle, WA",268,"Seattle, WA" +118,375,162,"Oakland, CA",162,"Oakland, CA" +118,376,159,"Long Beach, CA",159,"Long Beach, CA" +118,377,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +118,378,245,"Charleston, SC",245,"Charleston, SC" +118,379,159,"Long Beach, CA",159,"Long Beach, CA" +118,380,162,"Oakland, CA",162,"Oakland, CA" +118,381,268,"Seattle, WA",268,"Seattle, WA" +118,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +118,383,159,"Long Beach, CA",159,"Long Beach, CA" +118,384,171,"Jacksonville, FL",171,"Jacksonville, FL" +118,385,217,"New York, NY and NJ",217,"New York, NY and NJ" +118,386,241,"Philadelphia, PA",241,"Philadelphia, PA" +118,387,169,"Wilmington, DE",169,"Wilmington, DE" +118,388,198,"Baltimore, MD",198,"Baltimore, MD" +118,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +118,390,217,"New York, NY and NJ",217,"New York, NY and NJ" +118,391,244,"Providence, RI",244,"Providence, RI" +118,392,162,"Oakland, CA",162,"Oakland, CA" +118,393,269,"Longview, WA",269,"Longview, WA" +118,394,198,"Baltimore, MD",198,"Baltimore, MD" +118,395,198,"Baltimore, MD",198,"Baltimore, MD" +118,396,269,"Longview, WA",269,"Longview, WA" +118,397,201,"Boston, MA",201,"Boston, MA" +118,398,197,"Portland, ME",197,"Portland, ME" +118,399,162,"Oakland, CA",162,"Oakland, CA" +118,400,268,"Seattle, WA",268,"Seattle, WA" +118,401,197,"Portland, ME",197,"Portland, ME" +118,402,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +118,403,159,"Long Beach, CA",159,"Long Beach, CA" +118,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +118,405,177,"Savannah, GA",177,"Savannah, GA" +118,406,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +118,407,177,"Savannah, GA",177,"Savannah, GA" +118,408,162,"Oakland, CA",162,"Oakland, CA" +118,409,198,"Baltimore, MD",198,"Baltimore, MD" +118,410,268,"Seattle, WA",268,"Seattle, WA" +118,411,268,"Seattle, WA",268,"Seattle, WA" +118,412,197,"Portland, ME",197,"Portland, ME" +118,413,268,"Seattle, WA",268,"Seattle, WA" +118,414,177,"Savannah, GA",177,"Savannah, GA" +118,415,197,"Portland, ME",197,"Portland, ME" +118,416,241,"Philadelphia, PA",241,"Philadelphia, PA" +118,417,159,"Long Beach, CA",159,"Long Beach, CA" +118,418,159,"Long Beach, CA",159,"Long Beach, CA" +118,419,198,"Baltimore, MD",198,"Baltimore, MD" +118,420,159,"Long Beach, CA",159,"Long Beach, CA" +118,421,268,"Seattle, WA",268,"Seattle, WA" +118,422,269,"Longview, WA",269,"Longview, WA" +118,423,159,"Long Beach, CA",159,"Long Beach, CA" +118,424,172,"Port Everglades, FL",172,"Port Everglades, FL" +118,425,159,"Long Beach, CA",159,"Long Beach, CA" +118,426,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +118,427,174,"Tampa, FL",174,"Tampa, FL" +118,428,159,"Long Beach, CA",159,"Long Beach, CA" +118,429,162,"Oakland, CA",162,"Oakland, CA" +118,430,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +118,431,223,"New York, NY and NJ",223,"New York, NY and NJ" +118,432,268,"Seattle, WA",268,"Seattle, WA" +118,433,217,"New York, NY and NJ",217,"New York, NY and NJ" +118,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +118,435,198,"Baltimore, MD",198,"Baltimore, MD" +118,436,198,"Baltimore, MD",198,"Baltimore, MD" +118,437,229,"Wilmington, NC",229,"Wilmington, NC" +118,438,174,"Tampa, FL",174,"Tampa, FL" +118,439,217,"New York, NY and NJ",217,"New York, NY and NJ" +118,440,198,"Baltimore, MD",198,"Baltimore, MD" +118,441,268,"Seattle, WA",268,"Seattle, WA" +118,442,241,"Philadelphia, PA",241,"Philadelphia, PA" +118,443,241,"Philadelphia, PA",241,"Philadelphia, PA" +118,444,162,"Oakland, CA",162,"Oakland, CA" +118,445,198,"Baltimore, MD",198,"Baltimore, MD" +118,446,241,"Philadelphia, PA",241,"Philadelphia, PA" +118,447,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +118,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +118,449,159,"Long Beach, CA",159,"Long Beach, CA" +118,450,177,"Savannah, GA",177,"Savannah, GA" +118,451,197,"Portland, ME",197,"Portland, ME" +118,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +118,453,159,"Long Beach, CA",159,"Long Beach, CA" +118,454,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +118,455,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +118,456,159,"Long Beach, CA",159,"Long Beach, CA" +118,457,201,"Boston, MA",201,"Boston, MA" +118,458,217,"New York, NY and NJ",217,"New York, NY and NJ" +118,459,239,"Portland, OR",239,"Portland, OR" +118,460,217,"New York, NY and NJ",217,"New York, NY and NJ" +118,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +118,462,241,"Philadelphia, PA",241,"Philadelphia, PA" +118,463,198,"Baltimore, MD",198,"Baltimore, MD" +118,464,201,"Boston, MA",201,"Boston, MA" +118,465,159,"Long Beach, CA",159,"Long Beach, CA" +118,466,159,"Long Beach, CA",159,"Long Beach, CA" +118,467,241,"Philadelphia, PA",241,"Philadelphia, PA" +118,468,159,"Long Beach, CA",159,"Long Beach, CA" +118,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +118,470,268,"Seattle, WA",268,"Seattle, WA" +118,471,241,"Philadelphia, PA",241,"Philadelphia, PA" +118,472,268,"Seattle, WA",268,"Seattle, WA" +118,473,159,"Long Beach, CA",159,"Long Beach, CA" +118,474,171,"Jacksonville, FL",171,"Jacksonville, FL" +118,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +118,476,159,"Long Beach, CA",159,"Long Beach, CA" +118,477,162,"Oakland, CA",162,"Oakland, CA" +118,478,174,"Tampa, FL",174,"Tampa, FL" +118,479,159,"Long Beach, CA",159,"Long Beach, CA" +118,480,241,"Philadelphia, PA",241,"Philadelphia, PA" +118,481,201,"Boston, MA",201,"Boston, MA" +118,482,268,"Seattle, WA",268,"Seattle, WA" +118,483,223,"New York, NY and NJ",223,"New York, NY and NJ" +118,484,172,"Port Everglades, FL",172,"Port Everglades, FL" +118,485,159,"Long Beach, CA",159,"Long Beach, CA" +118,486,159,"Long Beach, CA",159,"Long Beach, CA" +118,487,177,"Savannah, GA",177,"Savannah, GA" +118,488,268,"Seattle, WA",268,"Seattle, WA" +118,489,269,"Longview, WA",269,"Longview, WA" +118,490,223,"New York, NY and NJ",223,"New York, NY and NJ" +118,491,217,"New York, NY and NJ",217,"New York, NY and NJ" +119,154,159,"Long Beach, CA",159,"Long Beach, CA" +119,179,159,"Long Beach, CA",159,"Long Beach, CA" +119,180,162,"Oakland, CA",162,"Oakland, CA" +119,274,159,"Long Beach, CA",159,"Long Beach, CA" +119,275,217,"New York, NY and NJ",217,"New York, NY and NJ" +119,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +119,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +119,278,223,"New York, NY and NJ",223,"New York, NY and NJ" +119,279,245,"Charleston, SC",245,"Charleston, SC" +119,280,245,"Charleston, SC",245,"Charleston, SC" +119,281,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +119,282,201,"Boston, MA",201,"Boston, MA" +119,283,177,"Savannah, GA",177,"Savannah, GA" +119,284,159,"Long Beach, CA",159,"Long Beach, CA" +119,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +119,286,217,"New York, NY and NJ",217,"New York, NY and NJ" +119,287,177,"Savannah, GA",177,"Savannah, GA" +119,288,159,"Long Beach, CA",159,"Long Beach, CA" +119,289,239,"Portland, OR",239,"Portland, OR" +119,290,172,"Port Everglades, FL",172,"Port Everglades, FL" +119,291,217,"New York, NY and NJ",217,"New York, NY and NJ" +119,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +119,293,195,"New Orleans, LA",195,"New Orleans, LA" +119,294,241,"Philadelphia, PA",241,"Philadelphia, PA" +119,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +119,296,162,"Oakland, CA",162,"Oakland, CA" +119,297,195,"New Orleans, LA",195,"New Orleans, LA" +119,298,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +119,299,198,"Baltimore, MD",198,"Baltimore, MD" +119,300,195,"New Orleans, LA",195,"New Orleans, LA" +119,301,217,"New York, NY and NJ",217,"New York, NY and NJ" +119,302,229,"Wilmington, NC",229,"Wilmington, NC" +119,303,268,"Seattle, WA",268,"Seattle, WA" +119,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +119,305,198,"Baltimore, MD",198,"Baltimore, MD" +119,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +119,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +119,308,268,"Seattle, WA",268,"Seattle, WA" +119,309,201,"Boston, MA",201,"Boston, MA" +119,310,198,"Baltimore, MD",198,"Baltimore, MD" +119,311,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +119,312,174,"Tampa, FL",174,"Tampa, FL" +119,313,223,"New York, NY and NJ",223,"New York, NY and NJ" +119,314,244,"Providence, RI",244,"Providence, RI" +119,315,172,"Port Everglades, FL",172,"Port Everglades, FL" +119,316,159,"Long Beach, CA",159,"Long Beach, CA" +119,317,159,"Long Beach, CA",159,"Long Beach, CA" +119,318,159,"Long Beach, CA",159,"Long Beach, CA" +119,319,195,"New Orleans, LA",195,"New Orleans, LA" +119,320,217,"New York, NY and NJ",217,"New York, NY and NJ" +119,321,197,"Portland, ME",197,"Portland, ME" +119,322,268,"Seattle, WA",268,"Seattle, WA" +119,323,194,"Lake Charles, LA",194,"Lake Charles, LA" +119,324,201,"Boston, MA",201,"Boston, MA" +119,325,174,"Tampa, FL",174,"Tampa, FL" +119,326,245,"Charleston, SC",245,"Charleston, SC" +119,327,241,"Philadelphia, PA",241,"Philadelphia, PA" +119,328,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +119,329,244,"Providence, RI",244,"Providence, RI" +119,330,198,"Baltimore, MD",198,"Baltimore, MD" +119,331,198,"Baltimore, MD",198,"Baltimore, MD" +119,332,177,"Savannah, GA",177,"Savannah, GA" +119,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +119,334,195,"New Orleans, LA",195,"New Orleans, LA" +119,335,241,"Philadelphia, PA",241,"Philadelphia, PA" +119,336,177,"Savannah, GA",177,"Savannah, GA" +119,337,223,"New York, NY and NJ",223,"New York, NY and NJ" +119,338,198,"Baltimore, MD",198,"Baltimore, MD" +119,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +119,340,198,"Baltimore, MD",198,"Baltimore, MD" +119,341,257,"Houston, TX",257,"Houston, TX" +119,342,201,"Boston, MA",201,"Boston, MA" +119,343,159,"Long Beach, CA",159,"Long Beach, CA" +119,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +119,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +119,346,177,"Savannah, GA",177,"Savannah, GA" +119,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +119,348,217,"New York, NY and NJ",217,"New York, NY and NJ" +119,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +119,350,197,"Portland, ME",197,"Portland, ME" +119,351,197,"Portland, ME",197,"Portland, ME" +119,352,197,"Portland, ME",197,"Portland, ME" +119,353,197,"Portland, ME",197,"Portland, ME" +119,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +119,355,245,"Charleston, SC",245,"Charleston, SC" +119,356,172,"Port Everglades, FL",172,"Port Everglades, FL" +119,357,223,"New York, NY and NJ",223,"New York, NY and NJ" +119,358,201,"Boston, MA",201,"Boston, MA" +119,359,174,"Tampa, FL",174,"Tampa, FL" +119,360,177,"Savannah, GA",177,"Savannah, GA" +119,361,172,"Port Everglades, FL",172,"Port Everglades, FL" +119,362,198,"Baltimore, MD",198,"Baltimore, MD" +119,363,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +119,364,198,"Baltimore, MD",198,"Baltimore, MD" +119,365,241,"Philadelphia, PA",241,"Philadelphia, PA" +119,366,162,"Oakland, CA",162,"Oakland, CA" +119,367,162,"Oakland, CA",162,"Oakland, CA" +119,368,268,"Seattle, WA",268,"Seattle, WA" +119,369,162,"Oakland, CA",162,"Oakland, CA" +119,370,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +119,371,239,"Portland, OR",239,"Portland, OR" +119,372,197,"Portland, ME",197,"Portland, ME" +119,373,152,"Mobile, AL",152,"Mobile, AL" +119,374,162,"Oakland, CA",162,"Oakland, CA" +119,375,268,"Seattle, WA",268,"Seattle, WA" +119,376,159,"Long Beach, CA",159,"Long Beach, CA" +119,377,217,"New York, NY and NJ",217,"New York, NY and NJ" +119,378,245,"Charleston, SC",245,"Charleston, SC" +119,379,159,"Long Beach, CA",159,"Long Beach, CA" +119,380,268,"Seattle, WA",268,"Seattle, WA" +119,381,159,"Long Beach, CA",159,"Long Beach, CA" +119,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +119,383,159,"Long Beach, CA",159,"Long Beach, CA" +119,384,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +119,385,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +119,386,197,"Portland, ME",197,"Portland, ME" +119,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +119,388,201,"Boston, MA",201,"Boston, MA" +119,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +119,390,217,"New York, NY and NJ",217,"New York, NY and NJ" +119,391,198,"Baltimore, MD",198,"Baltimore, MD" +119,392,268,"Seattle, WA",268,"Seattle, WA" +119,393,159,"Long Beach, CA",159,"Long Beach, CA" +119,394,198,"Baltimore, MD",198,"Baltimore, MD" +119,395,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +119,396,269,"Longview, WA",269,"Longview, WA" +119,397,201,"Boston, MA",201,"Boston, MA" +119,398,197,"Portland, ME",197,"Portland, ME" +119,399,162,"Oakland, CA",162,"Oakland, CA" +119,400,268,"Seattle, WA",268,"Seattle, WA" +119,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +119,402,197,"Portland, ME",197,"Portland, ME" +119,403,159,"Long Beach, CA",159,"Long Beach, CA" +119,404,197,"Portland, ME",197,"Portland, ME" +119,405,172,"Port Everglades, FL",172,"Port Everglades, FL" +119,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +119,407,198,"Baltimore, MD",198,"Baltimore, MD" +119,408,159,"Long Beach, CA",159,"Long Beach, CA" +119,409,223,"New York, NY and NJ",223,"New York, NY and NJ" +119,410,159,"Long Beach, CA",159,"Long Beach, CA" +119,411,239,"Portland, OR",239,"Portland, OR" +119,412,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +119,413,162,"Oakland, CA",162,"Oakland, CA" +119,414,194,"Lake Charles, LA",194,"Lake Charles, LA" +119,415,241,"Philadelphia, PA",241,"Philadelphia, PA" +119,416,223,"New York, NY and NJ",223,"New York, NY and NJ" +119,417,268,"Seattle, WA",268,"Seattle, WA" +119,418,159,"Long Beach, CA",159,"Long Beach, CA" +119,419,244,"Providence, RI",244,"Providence, RI" +119,420,162,"Oakland, CA",162,"Oakland, CA" +119,421,159,"Long Beach, CA",159,"Long Beach, CA" +119,422,162,"Oakland, CA",162,"Oakland, CA" +119,423,159,"Long Beach, CA",159,"Long Beach, CA" +119,424,195,"New Orleans, LA",195,"New Orleans, LA" +119,425,159,"Long Beach, CA",159,"Long Beach, CA" +119,426,171,"Jacksonville, FL",171,"Jacksonville, FL" +119,427,172,"Port Everglades, FL",172,"Port Everglades, FL" +119,428,159,"Long Beach, CA",159,"Long Beach, CA" +119,429,268,"Seattle, WA",268,"Seattle, WA" +119,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +119,431,223,"New York, NY and NJ",223,"New York, NY and NJ" +119,432,268,"Seattle, WA",268,"Seattle, WA" +119,433,241,"Philadelphia, PA",241,"Philadelphia, PA" +119,434,201,"Boston, MA",201,"Boston, MA" +119,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +119,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +119,437,177,"Savannah, GA",177,"Savannah, GA" +119,438,174,"Tampa, FL",174,"Tampa, FL" +119,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +119,440,177,"Savannah, GA",177,"Savannah, GA" +119,441,159,"Long Beach, CA",159,"Long Beach, CA" +119,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +119,443,198,"Baltimore, MD",198,"Baltimore, MD" +119,444,159,"Long Beach, CA",159,"Long Beach, CA" +119,445,201,"Boston, MA",201,"Boston, MA" +119,446,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +119,447,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +119,448,241,"Philadelphia, PA",241,"Philadelphia, PA" +119,449,162,"Oakland, CA",162,"Oakland, CA" +119,450,177,"Savannah, GA",177,"Savannah, GA" +119,451,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +119,452,197,"Portland, ME",197,"Portland, ME" +119,453,159,"Long Beach, CA",159,"Long Beach, CA" +119,454,223,"New York, NY and NJ",223,"New York, NY and NJ" +119,455,217,"New York, NY and NJ",217,"New York, NY and NJ" +119,456,268,"Seattle, WA",268,"Seattle, WA" +119,457,198,"Baltimore, MD",198,"Baltimore, MD" +119,458,217,"New York, NY and NJ",217,"New York, NY and NJ" +119,459,159,"Long Beach, CA",159,"Long Beach, CA" +119,460,244,"Providence, RI",244,"Providence, RI" +119,461,241,"Philadelphia, PA",241,"Philadelphia, PA" +119,462,223,"New York, NY and NJ",223,"New York, NY and NJ" +119,463,197,"Portland, ME",197,"Portland, ME" +119,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +119,465,171,"Jacksonville, FL",171,"Jacksonville, FL" +119,466,268,"Seattle, WA",268,"Seattle, WA" +119,467,217,"New York, NY and NJ",217,"New York, NY and NJ" +119,468,159,"Long Beach, CA",159,"Long Beach, CA" +119,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +119,470,268,"Seattle, WA",268,"Seattle, WA" +119,471,241,"Philadelphia, PA",241,"Philadelphia, PA" +119,472,162,"Oakland, CA",162,"Oakland, CA" +119,473,162,"Oakland, CA",162,"Oakland, CA" +119,474,229,"Wilmington, NC",229,"Wilmington, NC" +119,475,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +119,476,159,"Long Beach, CA",159,"Long Beach, CA" +119,477,159,"Long Beach, CA",159,"Long Beach, CA" +119,478,245,"Charleston, SC",245,"Charleston, SC" +119,479,159,"Long Beach, CA",159,"Long Beach, CA" +119,480,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +119,481,241,"Philadelphia, PA",241,"Philadelphia, PA" +119,482,162,"Oakland, CA",162,"Oakland, CA" +119,483,201,"Boston, MA",201,"Boston, MA" +119,484,174,"Tampa, FL",174,"Tampa, FL" +119,485,239,"Portland, OR",239,"Portland, OR" +119,486,162,"Oakland, CA",162,"Oakland, CA" +119,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +119,488,159,"Long Beach, CA",159,"Long Beach, CA" +119,489,268,"Seattle, WA",268,"Seattle, WA" +119,490,169,"Wilmington, DE",169,"Wilmington, DE" +119,491,198,"Baltimore, MD",198,"Baltimore, MD" +120,154,268,"Seattle, WA",268,"Seattle, WA" +120,179,159,"Long Beach, CA",159,"Long Beach, CA" +120,180,162,"Oakland, CA",162,"Oakland, CA" +120,274,268,"Seattle, WA",268,"Seattle, WA" +120,275,197,"Portland, ME",197,"Portland, ME" +120,276,244,"Providence, RI",244,"Providence, RI" +120,277,241,"Philadelphia, PA",241,"Philadelphia, PA" +120,278,217,"New York, NY and NJ",217,"New York, NY and NJ" +120,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +120,280,177,"Savannah, GA",177,"Savannah, GA" +120,281,174,"Tampa, FL",174,"Tampa, FL" +120,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +120,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +120,284,268,"Seattle, WA",268,"Seattle, WA" +120,285,201,"Boston, MA",201,"Boston, MA" +120,286,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +120,287,245,"Charleston, SC",245,"Charleston, SC" +120,288,159,"Long Beach, CA",159,"Long Beach, CA" +120,289,268,"Seattle, WA",268,"Seattle, WA" +120,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +120,291,217,"New York, NY and NJ",217,"New York, NY and NJ" +120,292,197,"Portland, ME",197,"Portland, ME" +120,293,195,"New Orleans, LA",195,"New Orleans, LA" +120,294,217,"New York, NY and NJ",217,"New York, NY and NJ" +120,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +120,296,268,"Seattle, WA",268,"Seattle, WA" +120,297,174,"Tampa, FL",174,"Tampa, FL" +120,298,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +120,299,169,"Wilmington, DE",169,"Wilmington, DE" +120,300,171,"Jacksonville, FL",171,"Jacksonville, FL" +120,301,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +120,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +120,303,268,"Seattle, WA",268,"Seattle, WA" +120,304,241,"Philadelphia, PA",241,"Philadelphia, PA" +120,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +120,306,244,"Providence, RI",244,"Providence, RI" +120,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +120,308,159,"Long Beach, CA",159,"Long Beach, CA" +120,309,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +120,310,241,"Philadelphia, PA",241,"Philadelphia, PA" +120,311,241,"Philadelphia, PA",241,"Philadelphia, PA" +120,312,174,"Tampa, FL",174,"Tampa, FL" +120,313,217,"New York, NY and NJ",217,"New York, NY and NJ" +120,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +120,315,195,"New Orleans, LA",195,"New Orleans, LA" +120,316,239,"Portland, OR",239,"Portland, OR" +120,317,159,"Long Beach, CA",159,"Long Beach, CA" +120,318,239,"Portland, OR",239,"Portland, OR" +120,319,195,"New Orleans, LA",195,"New Orleans, LA" +120,320,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +120,321,169,"Wilmington, DE",169,"Wilmington, DE" +120,322,159,"Long Beach, CA",159,"Long Beach, CA" +120,323,174,"Tampa, FL",174,"Tampa, FL" +120,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +120,325,171,"Jacksonville, FL",171,"Jacksonville, FL" +120,326,177,"Savannah, GA",177,"Savannah, GA" +120,327,169,"Wilmington, DE",169,"Wilmington, DE" +120,328,217,"New York, NY and NJ",217,"New York, NY and NJ" +120,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +120,330,217,"New York, NY and NJ",217,"New York, NY and NJ" +120,331,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +120,332,174,"Tampa, FL",174,"Tampa, FL" +120,333,177,"Savannah, GA",177,"Savannah, GA" +120,334,177,"Savannah, GA",177,"Savannah, GA" +120,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +120,336,195,"New Orleans, LA",195,"New Orleans, LA" +120,337,198,"Baltimore, MD",198,"Baltimore, MD" +120,338,217,"New York, NY and NJ",217,"New York, NY and NJ" +120,339,169,"Wilmington, DE",169,"Wilmington, DE" +120,340,198,"Baltimore, MD",198,"Baltimore, MD" +120,341,195,"New Orleans, LA",195,"New Orleans, LA" +120,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +120,343,159,"Long Beach, CA",159,"Long Beach, CA" +120,344,197,"Portland, ME",197,"Portland, ME" +120,345,198,"Baltimore, MD",198,"Baltimore, MD" +120,346,171,"Jacksonville, FL",171,"Jacksonville, FL" +120,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +120,348,201,"Boston, MA",201,"Boston, MA" +120,349,217,"New York, NY and NJ",217,"New York, NY and NJ" +120,350,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +120,351,223,"New York, NY and NJ",223,"New York, NY and NJ" +120,352,217,"New York, NY and NJ",217,"New York, NY and NJ" +120,353,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +120,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +120,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +120,356,195,"New Orleans, LA",195,"New Orleans, LA" +120,357,201,"Boston, MA",201,"Boston, MA" +120,358,197,"Portland, ME",197,"Portland, ME" +120,359,177,"Savannah, GA",177,"Savannah, GA" +120,360,245,"Charleston, SC",245,"Charleston, SC" +120,361,195,"New Orleans, LA",195,"New Orleans, LA" +120,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +120,363,177,"Savannah, GA",177,"Savannah, GA" +120,364,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +120,365,217,"New York, NY and NJ",217,"New York, NY and NJ" +120,366,162,"Oakland, CA",162,"Oakland, CA" +120,367,162,"Oakland, CA",162,"Oakland, CA" +120,368,268,"Seattle, WA",268,"Seattle, WA" +120,369,239,"Portland, OR",239,"Portland, OR" +120,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +120,371,159,"Long Beach, CA",159,"Long Beach, CA" +120,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +120,373,178,"Brunswick, GA",178,"Brunswick, GA" +120,374,159,"Long Beach, CA",159,"Long Beach, CA" +120,375,268,"Seattle, WA",268,"Seattle, WA" +120,376,159,"Long Beach, CA",159,"Long Beach, CA" +120,377,198,"Baltimore, MD",198,"Baltimore, MD" +120,378,253,"Beaumont, TX",253,"Beaumont, TX" +120,379,159,"Long Beach, CA",159,"Long Beach, CA" +120,380,159,"Long Beach, CA",159,"Long Beach, CA" +120,381,162,"Oakland, CA",162,"Oakland, CA" +120,382,197,"Portland, ME",197,"Portland, ME" +120,383,162,"Oakland, CA",162,"Oakland, CA" +120,384,241,"Philadelphia, PA",241,"Philadelphia, PA" +120,385,201,"Boston, MA",201,"Boston, MA" +120,386,217,"New York, NY and NJ",217,"New York, NY and NJ" +120,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +120,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +120,389,198,"Baltimore, MD",198,"Baltimore, MD" +120,390,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +120,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +120,392,268,"Seattle, WA",268,"Seattle, WA" +120,393,159,"Long Beach, CA",159,"Long Beach, CA" +120,394,198,"Baltimore, MD",198,"Baltimore, MD" +120,395,241,"Philadelphia, PA",241,"Philadelphia, PA" +120,396,159,"Long Beach, CA",159,"Long Beach, CA" +120,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +120,398,177,"Savannah, GA",177,"Savannah, GA" +120,399,257,"Houston, TX",257,"Houston, TX" +120,400,159,"Long Beach, CA",159,"Long Beach, CA" +120,401,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +120,402,197,"Portland, ME",197,"Portland, ME" +120,403,268,"Seattle, WA",268,"Seattle, WA" +120,404,198,"Baltimore, MD",198,"Baltimore, MD" +120,405,229,"Wilmington, NC",229,"Wilmington, NC" +120,406,197,"Portland, ME",197,"Portland, ME" +120,407,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +120,408,268,"Seattle, WA",268,"Seattle, WA" +120,409,172,"Port Everglades, FL",172,"Port Everglades, FL" +120,410,162,"Oakland, CA",162,"Oakland, CA" +120,411,159,"Long Beach, CA",159,"Long Beach, CA" +120,412,201,"Boston, MA",201,"Boston, MA" +120,413,159,"Long Beach, CA",159,"Long Beach, CA" +120,414,171,"Jacksonville, FL",171,"Jacksonville, FL" +120,415,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +120,416,245,"Charleston, SC",245,"Charleston, SC" +120,417,162,"Oakland, CA",162,"Oakland, CA" +120,418,159,"Long Beach, CA",159,"Long Beach, CA" +120,419,197,"Portland, ME",197,"Portland, ME" +120,420,268,"Seattle, WA",268,"Seattle, WA" +120,421,159,"Long Beach, CA",159,"Long Beach, CA" +120,422,159,"Long Beach, CA",159,"Long Beach, CA" +120,423,159,"Long Beach, CA",159,"Long Beach, CA" +120,424,177,"Savannah, GA",177,"Savannah, GA" +120,425,159,"Long Beach, CA",159,"Long Beach, CA" +120,426,177,"Savannah, GA",177,"Savannah, GA" +120,427,195,"New Orleans, LA",195,"New Orleans, LA" +120,428,159,"Long Beach, CA",159,"Long Beach, CA" +120,429,159,"Long Beach, CA",159,"Long Beach, CA" +120,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +120,431,241,"Philadelphia, PA",241,"Philadelphia, PA" +120,432,159,"Long Beach, CA",159,"Long Beach, CA" +120,433,223,"New York, NY and NJ",223,"New York, NY and NJ" +120,434,244,"Providence, RI",244,"Providence, RI" +120,435,169,"Wilmington, DE",169,"Wilmington, DE" +120,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +120,437,201,"Boston, MA",201,"Boston, MA" +120,438,245,"Charleston, SC",245,"Charleston, SC" +120,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +120,440,198,"Baltimore, MD",198,"Baltimore, MD" +120,441,159,"Long Beach, CA",159,"Long Beach, CA" +120,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +120,443,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +120,444,268,"Seattle, WA",268,"Seattle, WA" +120,445,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +120,446,201,"Boston, MA",201,"Boston, MA" +120,447,217,"New York, NY and NJ",217,"New York, NY and NJ" +120,448,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +120,449,159,"Long Beach, CA",159,"Long Beach, CA" +120,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +120,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +120,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +120,453,159,"Long Beach, CA",159,"Long Beach, CA" +120,454,217,"New York, NY and NJ",217,"New York, NY and NJ" +120,455,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +120,456,159,"Long Beach, CA",159,"Long Beach, CA" +120,457,197,"Portland, ME",197,"Portland, ME" +120,458,197,"Portland, ME",197,"Portland, ME" +120,459,162,"Oakland, CA",162,"Oakland, CA" +120,460,201,"Boston, MA",201,"Boston, MA" +120,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +120,462,172,"Port Everglades, FL",172,"Port Everglades, FL" +120,463,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +120,464,197,"Portland, ME",197,"Portland, ME" +120,465,159,"Long Beach, CA",159,"Long Beach, CA" +120,466,268,"Seattle, WA",268,"Seattle, WA" +120,467,223,"New York, NY and NJ",223,"New York, NY and NJ" +120,468,159,"Long Beach, CA",159,"Long Beach, CA" +120,469,241,"Philadelphia, PA",241,"Philadelphia, PA" +120,470,159,"Long Beach, CA",159,"Long Beach, CA" +120,471,198,"Baltimore, MD",198,"Baltimore, MD" +120,472,269,"Longview, WA",269,"Longview, WA" +120,473,159,"Long Beach, CA",159,"Long Beach, CA" +120,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +120,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +120,476,159,"Long Beach, CA",159,"Long Beach, CA" +120,477,162,"Oakland, CA",162,"Oakland, CA" +120,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +120,479,268,"Seattle, WA",268,"Seattle, WA" +120,480,229,"Wilmington, NC",229,"Wilmington, NC" +120,481,201,"Boston, MA",201,"Boston, MA" +120,482,239,"Portland, OR",239,"Portland, OR" +120,483,197,"Portland, ME",197,"Portland, ME" +120,484,171,"Jacksonville, FL",171,"Jacksonville, FL" +120,485,159,"Long Beach, CA",159,"Long Beach, CA" +120,486,159,"Long Beach, CA",159,"Long Beach, CA" +120,487,174,"Tampa, FL",174,"Tampa, FL" +120,488,268,"Seattle, WA",268,"Seattle, WA" +120,489,159,"Long Beach, CA",159,"Long Beach, CA" +120,490,197,"Portland, ME",197,"Portland, ME" +120,491,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +121,154,159,"Long Beach, CA",159,"Long Beach, CA" +121,179,268,"Seattle, WA",268,"Seattle, WA" +121,180,162,"Oakland, CA",162,"Oakland, CA" +121,274,268,"Seattle, WA",268,"Seattle, WA" +121,275,169,"Wilmington, DE",169,"Wilmington, DE" +121,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +121,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +121,278,197,"Portland, ME",197,"Portland, ME" +121,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +121,280,245,"Charleston, SC",245,"Charleston, SC" +121,281,195,"New Orleans, LA",195,"New Orleans, LA" +121,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +121,283,174,"Tampa, FL",174,"Tampa, FL" +121,284,159,"Long Beach, CA",159,"Long Beach, CA" +121,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +121,286,241,"Philadelphia, PA",241,"Philadelphia, PA" +121,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +121,288,159,"Long Beach, CA",159,"Long Beach, CA" +121,289,268,"Seattle, WA",268,"Seattle, WA" +121,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +121,291,217,"New York, NY and NJ",217,"New York, NY and NJ" +121,292,201,"Boston, MA",201,"Boston, MA" +121,293,253,"Beaumont, TX",253,"Beaumont, TX" +121,294,201,"Boston, MA",201,"Boston, MA" +121,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +121,296,269,"Longview, WA",269,"Longview, WA" +121,297,172,"Port Everglades, FL",172,"Port Everglades, FL" +121,298,241,"Philadelphia, PA",241,"Philadelphia, PA" +121,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +121,300,198,"Baltimore, MD",198,"Baltimore, MD" +121,301,241,"Philadelphia, PA",241,"Philadelphia, PA" +121,302,245,"Charleston, SC",245,"Charleston, SC" +121,303,239,"Portland, OR",239,"Portland, OR" +121,304,217,"New York, NY and NJ",217,"New York, NY and NJ" +121,305,198,"Baltimore, MD",198,"Baltimore, MD" +121,306,241,"Philadelphia, PA",241,"Philadelphia, PA" +121,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +121,308,159,"Long Beach, CA",159,"Long Beach, CA" +121,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +121,310,178,"Brunswick, GA",178,"Brunswick, GA" +121,311,198,"Baltimore, MD",198,"Baltimore, MD" +121,312,174,"Tampa, FL",174,"Tampa, FL" +121,313,244,"Providence, RI",244,"Providence, RI" +121,314,197,"Portland, ME",197,"Portland, ME" +121,315,253,"Beaumont, TX",253,"Beaumont, TX" +121,316,159,"Long Beach, CA",159,"Long Beach, CA" +121,317,269,"Longview, WA",269,"Longview, WA" +121,318,159,"Long Beach, CA",159,"Long Beach, CA" +121,319,195,"New Orleans, LA",195,"New Orleans, LA" +121,320,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +121,321,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +121,322,159,"Long Beach, CA",159,"Long Beach, CA" +121,323,174,"Tampa, FL",174,"Tampa, FL" +121,324,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +121,325,171,"Jacksonville, FL",171,"Jacksonville, FL" +121,326,177,"Savannah, GA",177,"Savannah, GA" +121,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +121,328,197,"Portland, ME",197,"Portland, ME" +121,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +121,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +121,331,201,"Boston, MA",201,"Boston, MA" +121,332,229,"Wilmington, NC",229,"Wilmington, NC" +121,333,245,"Charleston, SC",245,"Charleston, SC" +121,334,172,"Port Everglades, FL",172,"Port Everglades, FL" +121,335,169,"Wilmington, DE",169,"Wilmington, DE" +121,336,194,"Lake Charles, LA",194,"Lake Charles, LA" +121,337,177,"Savannah, GA",177,"Savannah, GA" +121,338,217,"New York, NY and NJ",217,"New York, NY and NJ" +121,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +121,340,217,"New York, NY and NJ",217,"New York, NY and NJ" +121,341,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +121,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +121,343,269,"Longview, WA",269,"Longview, WA" +121,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +121,345,201,"Boston, MA",201,"Boston, MA" +121,346,198,"Baltimore, MD",198,"Baltimore, MD" +121,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +121,348,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +121,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +121,350,197,"Portland, ME",197,"Portland, ME" +121,351,241,"Philadelphia, PA",241,"Philadelphia, PA" +121,352,198,"Baltimore, MD",198,"Baltimore, MD" +121,353,197,"Portland, ME",197,"Portland, ME" +121,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +121,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +121,356,195,"New Orleans, LA",195,"New Orleans, LA" +121,357,241,"Philadelphia, PA",241,"Philadelphia, PA" +121,358,217,"New York, NY and NJ",217,"New York, NY and NJ" +121,359,245,"Charleston, SC",245,"Charleston, SC" +121,360,174,"Tampa, FL",174,"Tampa, FL" +121,361,195,"New Orleans, LA",195,"New Orleans, LA" +121,362,197,"Portland, ME",197,"Portland, ME" +121,363,152,"Mobile, AL",152,"Mobile, AL" +121,364,197,"Portland, ME",197,"Portland, ME" +121,365,244,"Providence, RI",244,"Providence, RI" +121,366,159,"Long Beach, CA",159,"Long Beach, CA" +121,367,268,"Seattle, WA",268,"Seattle, WA" +121,368,159,"Long Beach, CA",159,"Long Beach, CA" +121,369,162,"Oakland, CA",162,"Oakland, CA" +121,370,217,"New York, NY and NJ",217,"New York, NY and NJ" +121,371,162,"Oakland, CA",162,"Oakland, CA" +121,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +121,373,195,"New Orleans, LA",195,"New Orleans, LA" +121,374,159,"Long Beach, CA",159,"Long Beach, CA" +121,375,268,"Seattle, WA",268,"Seattle, WA" +121,376,159,"Long Beach, CA",159,"Long Beach, CA" +121,377,244,"Providence, RI",244,"Providence, RI" +121,378,177,"Savannah, GA",177,"Savannah, GA" +121,379,159,"Long Beach, CA",159,"Long Beach, CA" +121,380,159,"Long Beach, CA",159,"Long Beach, CA" +121,381,268,"Seattle, WA",268,"Seattle, WA" +121,382,241,"Philadelphia, PA",241,"Philadelphia, PA" +121,383,268,"Seattle, WA",268,"Seattle, WA" +121,384,172,"Port Everglades, FL",172,"Port Everglades, FL" +121,385,198,"Baltimore, MD",198,"Baltimore, MD" +121,386,197,"Portland, ME",197,"Portland, ME" +121,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +121,388,217,"New York, NY and NJ",217,"New York, NY and NJ" +121,389,241,"Philadelphia, PA",241,"Philadelphia, PA" +121,390,223,"New York, NY and NJ",223,"New York, NY and NJ" +121,391,217,"New York, NY and NJ",217,"New York, NY and NJ" +121,392,268,"Seattle, WA",268,"Seattle, WA" +121,393,159,"Long Beach, CA",159,"Long Beach, CA" +121,394,223,"New York, NY and NJ",223,"New York, NY and NJ" +121,395,241,"Philadelphia, PA",241,"Philadelphia, PA" +121,396,239,"Portland, OR",239,"Portland, OR" +121,397,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +121,398,223,"New York, NY and NJ",223,"New York, NY and NJ" +121,399,195,"New Orleans, LA",195,"New Orleans, LA" +121,400,268,"Seattle, WA",268,"Seattle, WA" +121,401,241,"Philadelphia, PA",241,"Philadelphia, PA" +121,402,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +121,403,159,"Long Beach, CA",159,"Long Beach, CA" +121,404,244,"Providence, RI",244,"Providence, RI" +121,405,245,"Charleston, SC",245,"Charleston, SC" +121,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +121,407,201,"Boston, MA",201,"Boston, MA" +121,408,268,"Seattle, WA",268,"Seattle, WA" +121,409,198,"Baltimore, MD",198,"Baltimore, MD" +121,410,159,"Long Beach, CA",159,"Long Beach, CA" +121,411,268,"Seattle, WA",268,"Seattle, WA" +121,412,201,"Boston, MA",201,"Boston, MA" +121,413,159,"Long Beach, CA",159,"Long Beach, CA" +121,414,195,"New Orleans, LA",195,"New Orleans, LA" +121,415,244,"Providence, RI",244,"Providence, RI" +121,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +121,417,159,"Long Beach, CA",159,"Long Beach, CA" +121,418,159,"Long Beach, CA",159,"Long Beach, CA" +121,419,217,"New York, NY and NJ",217,"New York, NY and NJ" +121,420,159,"Long Beach, CA",159,"Long Beach, CA" +121,421,159,"Long Beach, CA",159,"Long Beach, CA" +121,422,159,"Long Beach, CA",159,"Long Beach, CA" +121,423,268,"Seattle, WA",268,"Seattle, WA" +121,424,177,"Savannah, GA",177,"Savannah, GA" +121,425,159,"Long Beach, CA",159,"Long Beach, CA" +121,426,174,"Tampa, FL",174,"Tampa, FL" +121,427,195,"New Orleans, LA",195,"New Orleans, LA" +121,428,268,"Seattle, WA",268,"Seattle, WA" +121,429,194,"Lake Charles, LA",194,"Lake Charles, LA" +121,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +121,431,198,"Baltimore, MD",198,"Baltimore, MD" +121,432,268,"Seattle, WA",268,"Seattle, WA" +121,433,223,"New York, NY and NJ",223,"New York, NY and NJ" +121,434,241,"Philadelphia, PA",241,"Philadelphia, PA" +121,435,201,"Boston, MA",201,"Boston, MA" +121,436,198,"Baltimore, MD",198,"Baltimore, MD" +121,437,241,"Philadelphia, PA",241,"Philadelphia, PA" +121,438,177,"Savannah, GA",177,"Savannah, GA" +121,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +121,440,245,"Charleston, SC",245,"Charleston, SC" +121,441,159,"Long Beach, CA",159,"Long Beach, CA" +121,442,198,"Baltimore, MD",198,"Baltimore, MD" +121,443,223,"New York, NY and NJ",223,"New York, NY and NJ" +121,444,159,"Long Beach, CA",159,"Long Beach, CA" +121,445,223,"New York, NY and NJ",223,"New York, NY and NJ" +121,446,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +121,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +121,448,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +121,449,159,"Long Beach, CA",159,"Long Beach, CA" +121,450,172,"Port Everglades, FL",172,"Port Everglades, FL" +121,451,197,"Portland, ME",197,"Portland, ME" +121,452,241,"Philadelphia, PA",241,"Philadelphia, PA" +121,453,159,"Long Beach, CA",159,"Long Beach, CA" +121,454,229,"Wilmington, NC",229,"Wilmington, NC" +121,455,197,"Portland, ME",197,"Portland, ME" +121,456,159,"Long Beach, CA",159,"Long Beach, CA" +121,457,217,"New York, NY and NJ",217,"New York, NY and NJ" +121,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +121,459,159,"Long Beach, CA",159,"Long Beach, CA" +121,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +121,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +121,462,223,"New York, NY and NJ",223,"New York, NY and NJ" +121,463,217,"New York, NY and NJ",217,"New York, NY and NJ" +121,464,198,"Baltimore, MD",198,"Baltimore, MD" +121,465,162,"Oakland, CA",162,"Oakland, CA" +121,466,159,"Long Beach, CA",159,"Long Beach, CA" +121,467,198,"Baltimore, MD",198,"Baltimore, MD" +121,468,159,"Long Beach, CA",159,"Long Beach, CA" +121,469,197,"Portland, ME",197,"Portland, ME" +121,470,239,"Portland, OR",239,"Portland, OR" +121,471,197,"Portland, ME",197,"Portland, ME" +121,472,159,"Long Beach, CA",159,"Long Beach, CA" +121,473,159,"Long Beach, CA",159,"Long Beach, CA" +121,474,177,"Savannah, GA",177,"Savannah, GA" +121,475,198,"Baltimore, MD",198,"Baltimore, MD" +121,476,162,"Oakland, CA",162,"Oakland, CA" +121,477,269,"Longview, WA",269,"Longview, WA" +121,478,177,"Savannah, GA",177,"Savannah, GA" +121,479,159,"Long Beach, CA",159,"Long Beach, CA" +121,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +121,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +121,482,159,"Long Beach, CA",159,"Long Beach, CA" +121,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +121,484,171,"Jacksonville, FL",171,"Jacksonville, FL" +121,485,159,"Long Beach, CA",159,"Long Beach, CA" +121,486,159,"Long Beach, CA",159,"Long Beach, CA" +121,487,152,"Mobile, AL",152,"Mobile, AL" +121,488,159,"Long Beach, CA",159,"Long Beach, CA" +121,489,159,"Long Beach, CA",159,"Long Beach, CA" +121,490,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +121,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +122,154,159,"Long Beach, CA",159,"Long Beach, CA" +122,179,162,"Oakland, CA",162,"Oakland, CA" +122,180,159,"Long Beach, CA",159,"Long Beach, CA" +122,274,159,"Long Beach, CA",159,"Long Beach, CA" +122,275,198,"Baltimore, MD",198,"Baltimore, MD" +122,276,241,"Philadelphia, PA",241,"Philadelphia, PA" +122,277,198,"Baltimore, MD",198,"Baltimore, MD" +122,278,201,"Boston, MA",201,"Boston, MA" +122,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +122,280,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +122,281,177,"Savannah, GA",177,"Savannah, GA" +122,282,241,"Philadelphia, PA",241,"Philadelphia, PA" +122,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +122,284,159,"Long Beach, CA",159,"Long Beach, CA" +122,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +122,286,201,"Boston, MA",201,"Boston, MA" +122,287,245,"Charleston, SC",245,"Charleston, SC" +122,288,159,"Long Beach, CA",159,"Long Beach, CA" +122,289,159,"Long Beach, CA",159,"Long Beach, CA" +122,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +122,291,197,"Portland, ME",197,"Portland, ME" +122,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +122,293,195,"New Orleans, LA",195,"New Orleans, LA" +122,294,217,"New York, NY and NJ",217,"New York, NY and NJ" +122,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +122,296,159,"Long Beach, CA",159,"Long Beach, CA" +122,297,174,"Tampa, FL",174,"Tampa, FL" +122,298,241,"Philadelphia, PA",241,"Philadelphia, PA" +122,299,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +122,300,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +122,301,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +122,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +122,303,159,"Long Beach, CA",159,"Long Beach, CA" +122,304,197,"Portland, ME",197,"Portland, ME" +122,305,197,"Portland, ME",197,"Portland, ME" +122,306,241,"Philadelphia, PA",241,"Philadelphia, PA" +122,307,177,"Savannah, GA",177,"Savannah, GA" +122,308,239,"Portland, OR",239,"Portland, OR" +122,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +122,310,208,"Pascagoula, MS",208,"Pascagoula, MS" +122,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +122,312,195,"New Orleans, LA",195,"New Orleans, LA" +122,313,217,"New York, NY and NJ",217,"New York, NY and NJ" +122,314,198,"Baltimore, MD",198,"Baltimore, MD" +122,315,171,"Jacksonville, FL",171,"Jacksonville, FL" +122,316,159,"Long Beach, CA",159,"Long Beach, CA" +122,317,159,"Long Beach, CA",159,"Long Beach, CA" +122,318,268,"Seattle, WA",268,"Seattle, WA" +122,319,177,"Savannah, GA",177,"Savannah, GA" +122,320,223,"New York, NY and NJ",223,"New York, NY and NJ" +122,321,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +122,322,268,"Seattle, WA",268,"Seattle, WA" +122,323,208,"Pascagoula, MS",208,"Pascagoula, MS" +122,324,197,"Portland, ME",197,"Portland, ME" +122,325,171,"Jacksonville, FL",171,"Jacksonville, FL" +122,326,177,"Savannah, GA",177,"Savannah, GA" +122,327,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +122,328,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +122,329,223,"New York, NY and NJ",223,"New York, NY and NJ" +122,330,201,"Boston, MA",201,"Boston, MA" +122,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +122,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +122,333,177,"Savannah, GA",177,"Savannah, GA" +122,334,195,"New Orleans, LA",195,"New Orleans, LA" +122,335,223,"New York, NY and NJ",223,"New York, NY and NJ" +122,336,195,"New Orleans, LA",195,"New Orleans, LA" +122,337,229,"Wilmington, NC",229,"Wilmington, NC" +122,338,217,"New York, NY and NJ",217,"New York, NY and NJ" +122,339,241,"Philadelphia, PA",241,"Philadelphia, PA" +122,340,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +122,341,177,"Savannah, GA",177,"Savannah, GA" +122,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +122,343,268,"Seattle, WA",268,"Seattle, WA" +122,344,197,"Portland, ME",197,"Portland, ME" +122,345,197,"Portland, ME",197,"Portland, ME" +122,346,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +122,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +122,348,201,"Boston, MA",201,"Boston, MA" +122,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +122,350,241,"Philadelphia, PA",241,"Philadelphia, PA" +122,351,198,"Baltimore, MD",198,"Baltimore, MD" +122,352,217,"New York, NY and NJ",217,"New York, NY and NJ" +122,353,241,"Philadelphia, PA",241,"Philadelphia, PA" +122,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +122,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +122,356,195,"New Orleans, LA",195,"New Orleans, LA" +122,357,241,"Philadelphia, PA",241,"Philadelphia, PA" +122,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +122,359,177,"Savannah, GA",177,"Savannah, GA" +122,360,171,"Jacksonville, FL",171,"Jacksonville, FL" +122,361,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +122,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +122,363,195,"New Orleans, LA",195,"New Orleans, LA" +122,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +122,365,217,"New York, NY and NJ",217,"New York, NY and NJ" +122,366,268,"Seattle, WA",268,"Seattle, WA" +122,367,159,"Long Beach, CA",159,"Long Beach, CA" +122,368,159,"Long Beach, CA",159,"Long Beach, CA" +122,369,268,"Seattle, WA",268,"Seattle, WA" +122,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +122,371,159,"Long Beach, CA",159,"Long Beach, CA" +122,372,223,"New York, NY and NJ",223,"New York, NY and NJ" +122,373,174,"Tampa, FL",174,"Tampa, FL" +122,374,268,"Seattle, WA",268,"Seattle, WA" +122,375,269,"Longview, WA",269,"Longview, WA" +122,376,159,"Long Beach, CA",159,"Long Beach, CA" +122,377,217,"New York, NY and NJ",217,"New York, NY and NJ" +122,378,195,"New Orleans, LA",195,"New Orleans, LA" +122,379,162,"Oakland, CA",162,"Oakland, CA" +122,380,159,"Long Beach, CA",159,"Long Beach, CA" +122,381,159,"Long Beach, CA",159,"Long Beach, CA" +122,382,201,"Boston, MA",201,"Boston, MA" +122,383,159,"Long Beach, CA",159,"Long Beach, CA" +122,384,223,"New York, NY and NJ",223,"New York, NY and NJ" +122,385,201,"Boston, MA",201,"Boston, MA" +122,386,197,"Portland, ME",197,"Portland, ME" +122,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +122,388,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +122,389,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +122,390,229,"Wilmington, NC",229,"Wilmington, NC" +122,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +122,392,159,"Long Beach, CA",159,"Long Beach, CA" +122,393,268,"Seattle, WA",268,"Seattle, WA" +122,394,198,"Baltimore, MD",198,"Baltimore, MD" +122,395,244,"Providence, RI",244,"Providence, RI" +122,396,159,"Long Beach, CA",159,"Long Beach, CA" +122,397,198,"Baltimore, MD",198,"Baltimore, MD" +122,398,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +122,399,253,"Beaumont, TX",253,"Beaumont, TX" +122,400,159,"Long Beach, CA",159,"Long Beach, CA" +122,401,201,"Boston, MA",201,"Boston, MA" +122,402,197,"Portland, ME",197,"Portland, ME" +122,403,162,"Oakland, CA",162,"Oakland, CA" +122,404,241,"Philadelphia, PA",241,"Philadelphia, PA" +122,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +122,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +122,407,217,"New York, NY and NJ",217,"New York, NY and NJ" +122,408,159,"Long Beach, CA",159,"Long Beach, CA" +122,409,223,"New York, NY and NJ",223,"New York, NY and NJ" +122,410,159,"Long Beach, CA",159,"Long Beach, CA" +122,411,162,"Oakland, CA",162,"Oakland, CA" +122,412,197,"Portland, ME",197,"Portland, ME" +122,413,162,"Oakland, CA",162,"Oakland, CA" +122,414,171,"Jacksonville, FL",171,"Jacksonville, FL" +122,415,201,"Boston, MA",201,"Boston, MA" +122,416,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +122,417,159,"Long Beach, CA",159,"Long Beach, CA" +122,418,159,"Long Beach, CA",159,"Long Beach, CA" +122,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +122,420,268,"Seattle, WA",268,"Seattle, WA" +122,421,159,"Long Beach, CA",159,"Long Beach, CA" +122,422,159,"Long Beach, CA",159,"Long Beach, CA" +122,423,159,"Long Beach, CA",159,"Long Beach, CA" +122,424,171,"Jacksonville, FL",171,"Jacksonville, FL" +122,425,239,"Portland, OR",239,"Portland, OR" +122,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +122,427,195,"New Orleans, LA",195,"New Orleans, LA" +122,428,159,"Long Beach, CA",159,"Long Beach, CA" +122,429,159,"Long Beach, CA",159,"Long Beach, CA" +122,430,241,"Philadelphia, PA",241,"Philadelphia, PA" +122,431,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +122,432,159,"Long Beach, CA",159,"Long Beach, CA" +122,433,217,"New York, NY and NJ",217,"New York, NY and NJ" +122,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +122,435,198,"Baltimore, MD",198,"Baltimore, MD" +122,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +122,437,172,"Port Everglades, FL",172,"Port Everglades, FL" +122,438,178,"Brunswick, GA",178,"Brunswick, GA" +122,439,177,"Savannah, GA",177,"Savannah, GA" +122,440,174,"Tampa, FL",174,"Tampa, FL" +122,441,159,"Long Beach, CA",159,"Long Beach, CA" +122,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +122,443,197,"Portland, ME",197,"Portland, ME" +122,444,159,"Long Beach, CA",159,"Long Beach, CA" +122,445,201,"Boston, MA",201,"Boston, MA" +122,446,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +122,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +122,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +122,449,159,"Long Beach, CA",159,"Long Beach, CA" +122,450,172,"Port Everglades, FL",172,"Port Everglades, FL" +122,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +122,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +122,453,159,"Long Beach, CA",159,"Long Beach, CA" +122,454,201,"Boston, MA",201,"Boston, MA" +122,455,177,"Savannah, GA",177,"Savannah, GA" +122,456,268,"Seattle, WA",268,"Seattle, WA" +122,457,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +122,458,241,"Philadelphia, PA",241,"Philadelphia, PA" +122,459,162,"Oakland, CA",162,"Oakland, CA" +122,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +122,461,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +122,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +122,463,198,"Baltimore, MD",198,"Baltimore, MD" +122,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +122,465,162,"Oakland, CA",162,"Oakland, CA" +122,466,159,"Long Beach, CA",159,"Long Beach, CA" +122,467,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +122,468,159,"Long Beach, CA",159,"Long Beach, CA" +122,469,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +122,470,159,"Long Beach, CA",159,"Long Beach, CA" +122,471,197,"Portland, ME",197,"Portland, ME" +122,472,269,"Longview, WA",269,"Longview, WA" +122,473,159,"Long Beach, CA",159,"Long Beach, CA" +122,474,177,"Savannah, GA",177,"Savannah, GA" +122,475,217,"New York, NY and NJ",217,"New York, NY and NJ" +122,476,159,"Long Beach, CA",159,"Long Beach, CA" +122,477,268,"Seattle, WA",268,"Seattle, WA" +122,478,245,"Charleston, SC",245,"Charleston, SC" +122,479,162,"Oakland, CA",162,"Oakland, CA" +122,480,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +122,481,241,"Philadelphia, PA",241,"Philadelphia, PA" +122,482,239,"Portland, OR",239,"Portland, OR" +122,483,197,"Portland, ME",197,"Portland, ME" +122,484,152,"Mobile, AL",152,"Mobile, AL" +122,485,159,"Long Beach, CA",159,"Long Beach, CA" +122,486,162,"Oakland, CA",162,"Oakland, CA" +122,487,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +122,488,159,"Long Beach, CA",159,"Long Beach, CA" +122,489,268,"Seattle, WA",268,"Seattle, WA" +122,490,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +122,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +123,154,159,"Long Beach, CA",159,"Long Beach, CA" +123,179,162,"Oakland, CA",162,"Oakland, CA" +123,180,159,"Long Beach, CA",159,"Long Beach, CA" +123,274,162,"Oakland, CA",162,"Oakland, CA" +123,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +123,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +123,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +123,278,217,"New York, NY and NJ",217,"New York, NY and NJ" +123,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +123,280,217,"New York, NY and NJ",217,"New York, NY and NJ" +123,281,195,"New Orleans, LA",195,"New Orleans, LA" +123,282,201,"Boston, MA",201,"Boston, MA" +123,283,245,"Charleston, SC",245,"Charleston, SC" +123,284,269,"Longview, WA",269,"Longview, WA" +123,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +123,286,198,"Baltimore, MD",198,"Baltimore, MD" +123,287,177,"Savannah, GA",177,"Savannah, GA" +123,288,159,"Long Beach, CA",159,"Long Beach, CA" +123,289,159,"Long Beach, CA",159,"Long Beach, CA" +123,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +123,291,217,"New York, NY and NJ",217,"New York, NY and NJ" +123,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +123,293,195,"New Orleans, LA",195,"New Orleans, LA" +123,294,197,"Portland, ME",197,"Portland, ME" +123,295,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +123,296,269,"Longview, WA",269,"Longview, WA" +123,297,171,"Jacksonville, FL",171,"Jacksonville, FL" +123,298,197,"Portland, ME",197,"Portland, ME" +123,299,244,"Providence, RI",244,"Providence, RI" +123,300,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +123,301,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +123,302,241,"Philadelphia, PA",241,"Philadelphia, PA" +123,303,159,"Long Beach, CA",159,"Long Beach, CA" +123,304,201,"Boston, MA",201,"Boston, MA" +123,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +123,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +123,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +123,308,159,"Long Beach, CA",159,"Long Beach, CA" +123,309,223,"New York, NY and NJ",223,"New York, NY and NJ" +123,310,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +123,311,217,"New York, NY and NJ",217,"New York, NY and NJ" +123,312,195,"New Orleans, LA",195,"New Orleans, LA" +123,313,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +123,314,241,"Philadelphia, PA",241,"Philadelphia, PA" +123,315,172,"Port Everglades, FL",172,"Port Everglades, FL" +123,316,159,"Long Beach, CA",159,"Long Beach, CA" +123,317,162,"Oakland, CA",162,"Oakland, CA" +123,318,159,"Long Beach, CA",159,"Long Beach, CA" +123,319,195,"New Orleans, LA",195,"New Orleans, LA" +123,320,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +123,321,197,"Portland, ME",197,"Portland, ME" +123,322,159,"Long Beach, CA",159,"Long Beach, CA" +123,323,171,"Jacksonville, FL",171,"Jacksonville, FL" +123,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +123,325,177,"Savannah, GA",177,"Savannah, GA" +123,326,177,"Savannah, GA",177,"Savannah, GA" +123,327,198,"Baltimore, MD",198,"Baltimore, MD" +123,328,198,"Baltimore, MD",198,"Baltimore, MD" +123,329,217,"New York, NY and NJ",217,"New York, NY and NJ" +123,330,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +123,331,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +123,332,177,"Savannah, GA",177,"Savannah, GA" +123,333,177,"Savannah, GA",177,"Savannah, GA" +123,334,174,"Tampa, FL",174,"Tampa, FL" +123,335,223,"New York, NY and NJ",223,"New York, NY and NJ" +123,336,195,"New Orleans, LA",195,"New Orleans, LA" +123,337,197,"Portland, ME",197,"Portland, ME" +123,338,201,"Boston, MA",201,"Boston, MA" +123,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +123,340,217,"New York, NY and NJ",217,"New York, NY and NJ" +123,341,208,"Pascagoula, MS",208,"Pascagoula, MS" +123,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +123,343,159,"Long Beach, CA",159,"Long Beach, CA" +123,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +123,345,217,"New York, NY and NJ",217,"New York, NY and NJ" +123,346,197,"Portland, ME",197,"Portland, ME" +123,347,241,"Philadelphia, PA",241,"Philadelphia, PA" +123,348,169,"Wilmington, DE",169,"Wilmington, DE" +123,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +123,350,197,"Portland, ME",197,"Portland, ME" +123,351,169,"Wilmington, DE",169,"Wilmington, DE" +123,352,244,"Providence, RI",244,"Providence, RI" +123,353,241,"Philadelphia, PA",241,"Philadelphia, PA" +123,354,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +123,355,245,"Charleston, SC",245,"Charleston, SC" +123,356,195,"New Orleans, LA",195,"New Orleans, LA" +123,357,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +123,358,201,"Boston, MA",201,"Boston, MA" +123,359,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +123,360,174,"Tampa, FL",174,"Tampa, FL" +123,361,195,"New Orleans, LA",195,"New Orleans, LA" +123,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +123,363,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +123,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +123,365,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +123,366,159,"Long Beach, CA",159,"Long Beach, CA" +123,367,159,"Long Beach, CA",159,"Long Beach, CA" +123,368,268,"Seattle, WA",268,"Seattle, WA" +123,369,268,"Seattle, WA",268,"Seattle, WA" +123,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +123,371,239,"Portland, OR",239,"Portland, OR" +123,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +123,373,171,"Jacksonville, FL",171,"Jacksonville, FL" +123,374,159,"Long Beach, CA",159,"Long Beach, CA" +123,375,268,"Seattle, WA",268,"Seattle, WA" +123,376,239,"Portland, OR",239,"Portland, OR" +123,377,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +123,378,245,"Charleston, SC",245,"Charleston, SC" +123,379,162,"Oakland, CA",162,"Oakland, CA" +123,380,159,"Long Beach, CA",159,"Long Beach, CA" +123,381,159,"Long Beach, CA",159,"Long Beach, CA" +123,382,198,"Baltimore, MD",198,"Baltimore, MD" +123,383,159,"Long Beach, CA",159,"Long Beach, CA" +123,384,172,"Port Everglades, FL",172,"Port Everglades, FL" +123,385,223,"New York, NY and NJ",223,"New York, NY and NJ" +123,386,241,"Philadelphia, PA",241,"Philadelphia, PA" +123,387,198,"Baltimore, MD",198,"Baltimore, MD" +123,388,201,"Boston, MA",201,"Boston, MA" +123,389,201,"Boston, MA",201,"Boston, MA" +123,390,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +123,391,241,"Philadelphia, PA",241,"Philadelphia, PA" +123,392,159,"Long Beach, CA",159,"Long Beach, CA" +123,393,159,"Long Beach, CA",159,"Long Beach, CA" +123,394,217,"New York, NY and NJ",217,"New York, NY and NJ" +123,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +123,396,239,"Portland, OR",239,"Portland, OR" +123,397,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +123,398,169,"Wilmington, DE",169,"Wilmington, DE" +123,399,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +123,400,239,"Portland, OR",239,"Portland, OR" +123,401,244,"Providence, RI",244,"Providence, RI" +123,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +123,403,162,"Oakland, CA",162,"Oakland, CA" +123,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +123,405,177,"Savannah, GA",177,"Savannah, GA" +123,406,244,"Providence, RI",244,"Providence, RI" +123,407,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +123,408,239,"Portland, OR",239,"Portland, OR" +123,409,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +123,410,159,"Long Beach, CA",159,"Long Beach, CA" +123,411,162,"Oakland, CA",162,"Oakland, CA" +123,412,197,"Portland, ME",197,"Portland, ME" +123,413,159,"Long Beach, CA",159,"Long Beach, CA" +123,414,253,"Beaumont, TX",253,"Beaumont, TX" +123,415,197,"Portland, ME",197,"Portland, ME" +123,416,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +123,417,268,"Seattle, WA",268,"Seattle, WA" +123,418,159,"Long Beach, CA",159,"Long Beach, CA" +123,419,244,"Providence, RI",244,"Providence, RI" +123,420,268,"Seattle, WA",268,"Seattle, WA" +123,421,239,"Portland, OR",239,"Portland, OR" +123,422,269,"Longview, WA",269,"Longview, WA" +123,423,159,"Long Beach, CA",159,"Long Beach, CA" +123,424,245,"Charleston, SC",245,"Charleston, SC" +123,425,162,"Oakland, CA",162,"Oakland, CA" +123,426,169,"Wilmington, DE",169,"Wilmington, DE" +123,427,195,"New Orleans, LA",195,"New Orleans, LA" +123,428,268,"Seattle, WA",268,"Seattle, WA" +123,429,159,"Long Beach, CA",159,"Long Beach, CA" +123,430,198,"Baltimore, MD",198,"Baltimore, MD" +123,431,197,"Portland, ME",197,"Portland, ME" +123,432,269,"Longview, WA",269,"Longview, WA" +123,433,198,"Baltimore, MD",198,"Baltimore, MD" +123,434,201,"Boston, MA",201,"Boston, MA" +123,435,197,"Portland, ME",197,"Portland, ME" +123,436,217,"New York, NY and NJ",217,"New York, NY and NJ" +123,437,171,"Jacksonville, FL",171,"Jacksonville, FL" +123,438,171,"Jacksonville, FL",171,"Jacksonville, FL" +123,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +123,440,198,"Baltimore, MD",198,"Baltimore, MD" +123,441,268,"Seattle, WA",268,"Seattle, WA" +123,442,241,"Philadelphia, PA",241,"Philadelphia, PA" +123,443,241,"Philadelphia, PA",241,"Philadelphia, PA" +123,444,159,"Long Beach, CA",159,"Long Beach, CA" +123,445,201,"Boston, MA",201,"Boston, MA" +123,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +123,447,217,"New York, NY and NJ",217,"New York, NY and NJ" +123,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +123,449,159,"Long Beach, CA",159,"Long Beach, CA" +123,450,172,"Port Everglades, FL",172,"Port Everglades, FL" +123,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +123,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +123,453,159,"Long Beach, CA",159,"Long Beach, CA" +123,454,198,"Baltimore, MD",198,"Baltimore, MD" +123,455,241,"Philadelphia, PA",241,"Philadelphia, PA" +123,456,162,"Oakland, CA",162,"Oakland, CA" +123,457,198,"Baltimore, MD",198,"Baltimore, MD" +123,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +123,459,159,"Long Beach, CA",159,"Long Beach, CA" +123,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +123,461,177,"Savannah, GA",177,"Savannah, GA" +123,462,223,"New York, NY and NJ",223,"New York, NY and NJ" +123,463,201,"Boston, MA",201,"Boston, MA" +123,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +123,465,159,"Long Beach, CA",159,"Long Beach, CA" +123,466,159,"Long Beach, CA",159,"Long Beach, CA" +123,467,201,"Boston, MA",201,"Boston, MA" +123,468,159,"Long Beach, CA",159,"Long Beach, CA" +123,469,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +123,470,162,"Oakland, CA",162,"Oakland, CA" +123,471,223,"New York, NY and NJ",223,"New York, NY and NJ" +123,472,159,"Long Beach, CA",159,"Long Beach, CA" +123,473,269,"Longview, WA",269,"Longview, WA" +123,474,171,"Jacksonville, FL",171,"Jacksonville, FL" +123,475,201,"Boston, MA",201,"Boston, MA" +123,476,268,"Seattle, WA",268,"Seattle, WA" +123,477,159,"Long Beach, CA",159,"Long Beach, CA" +123,478,245,"Charleston, SC",245,"Charleston, SC" +123,479,159,"Long Beach, CA",159,"Long Beach, CA" +123,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +123,481,223,"New York, NY and NJ",223,"New York, NY and NJ" +123,482,159,"Long Beach, CA",159,"Long Beach, CA" +123,483,197,"Portland, ME",197,"Portland, ME" +123,484,194,"Lake Charles, LA",194,"Lake Charles, LA" +123,485,159,"Long Beach, CA",159,"Long Beach, CA" +123,486,159,"Long Beach, CA",159,"Long Beach, CA" +123,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +123,488,159,"Long Beach, CA",159,"Long Beach, CA" +123,489,269,"Longview, WA",269,"Longview, WA" +123,490,223,"New York, NY and NJ",223,"New York, NY and NJ" +123,491,201,"Boston, MA",201,"Boston, MA" +124,154,159,"Long Beach, CA",159,"Long Beach, CA" +124,179,268,"Seattle, WA",268,"Seattle, WA" +124,180,159,"Long Beach, CA",159,"Long Beach, CA" +124,274,268,"Seattle, WA",268,"Seattle, WA" +124,275,197,"Portland, ME",197,"Portland, ME" +124,276,217,"New York, NY and NJ",217,"New York, NY and NJ" +124,277,201,"Boston, MA",201,"Boston, MA" +124,278,223,"New York, NY and NJ",223,"New York, NY and NJ" +124,279,177,"Savannah, GA",177,"Savannah, GA" +124,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +124,281,152,"Mobile, AL",152,"Mobile, AL" +124,282,241,"Philadelphia, PA",241,"Philadelphia, PA" +124,283,177,"Savannah, GA",177,"Savannah, GA" +124,284,268,"Seattle, WA",268,"Seattle, WA" +124,285,201,"Boston, MA",201,"Boston, MA" +124,286,198,"Baltimore, MD",198,"Baltimore, MD" +124,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +124,288,268,"Seattle, WA",268,"Seattle, WA" +124,289,162,"Oakland, CA",162,"Oakland, CA" +124,290,178,"Brunswick, GA",178,"Brunswick, GA" +124,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +124,292,198,"Baltimore, MD",198,"Baltimore, MD" +124,293,208,"Pascagoula, MS",208,"Pascagoula, MS" +124,294,201,"Boston, MA",201,"Boston, MA" +124,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +124,296,269,"Longview, WA",269,"Longview, WA" +124,297,208,"Pascagoula, MS",208,"Pascagoula, MS" +124,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +124,299,217,"New York, NY and NJ",217,"New York, NY and NJ" +124,300,245,"Charleston, SC",245,"Charleston, SC" +124,301,217,"New York, NY and NJ",217,"New York, NY and NJ" +124,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +124,303,239,"Portland, OR",239,"Portland, OR" +124,304,197,"Portland, ME",197,"Portland, ME" +124,305,169,"Wilmington, DE",169,"Wilmington, DE" +124,306,223,"New York, NY and NJ",223,"New York, NY and NJ" +124,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +124,308,159,"Long Beach, CA",159,"Long Beach, CA" +124,309,197,"Portland, ME",197,"Portland, ME" +124,310,217,"New York, NY and NJ",217,"New York, NY and NJ" +124,311,241,"Philadelphia, PA",241,"Philadelphia, PA" +124,312,177,"Savannah, GA",177,"Savannah, GA" +124,313,201,"Boston, MA",201,"Boston, MA" +124,314,223,"New York, NY and NJ",223,"New York, NY and NJ" +124,315,172,"Port Everglades, FL",172,"Port Everglades, FL" +124,316,268,"Seattle, WA",268,"Seattle, WA" +124,317,159,"Long Beach, CA",159,"Long Beach, CA" +124,318,159,"Long Beach, CA",159,"Long Beach, CA" +124,319,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +124,320,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +124,321,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +124,322,159,"Long Beach, CA",159,"Long Beach, CA" +124,323,195,"New Orleans, LA",195,"New Orleans, LA" +124,324,169,"Wilmington, DE",169,"Wilmington, DE" +124,325,177,"Savannah, GA",177,"Savannah, GA" +124,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +124,327,198,"Baltimore, MD",198,"Baltimore, MD" +124,328,198,"Baltimore, MD",198,"Baltimore, MD" +124,329,217,"New York, NY and NJ",217,"New York, NY and NJ" +124,330,201,"Boston, MA",201,"Boston, MA" +124,331,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +124,332,229,"Wilmington, NC",229,"Wilmington, NC" +124,333,174,"Tampa, FL",174,"Tampa, FL" +124,334,177,"Savannah, GA",177,"Savannah, GA" +124,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +124,336,177,"Savannah, GA",177,"Savannah, GA" +124,337,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +124,338,197,"Portland, ME",197,"Portland, ME" +124,339,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +124,340,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +124,341,152,"Mobile, AL",152,"Mobile, AL" +124,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +124,343,159,"Long Beach, CA",159,"Long Beach, CA" +124,344,241,"Philadelphia, PA",241,"Philadelphia, PA" +124,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +124,346,245,"Charleston, SC",245,"Charleston, SC" +124,347,198,"Baltimore, MD",198,"Baltimore, MD" +124,348,241,"Philadelphia, PA",241,"Philadelphia, PA" +124,349,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +124,350,201,"Boston, MA",201,"Boston, MA" +124,351,201,"Boston, MA",201,"Boston, MA" +124,352,201,"Boston, MA",201,"Boston, MA" +124,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +124,354,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +124,355,177,"Savannah, GA",177,"Savannah, GA" +124,356,195,"New Orleans, LA",195,"New Orleans, LA" +124,357,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +124,358,223,"New York, NY and NJ",223,"New York, NY and NJ" +124,359,229,"Wilmington, NC",229,"Wilmington, NC" +124,360,174,"Tampa, FL",174,"Tampa, FL" +124,361,194,"Lake Charles, LA",194,"Lake Charles, LA" +124,362,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +124,363,195,"New Orleans, LA",195,"New Orleans, LA" +124,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +124,365,244,"Providence, RI",244,"Providence, RI" +124,366,159,"Long Beach, CA",159,"Long Beach, CA" +124,367,268,"Seattle, WA",268,"Seattle, WA" +124,368,159,"Long Beach, CA",159,"Long Beach, CA" +124,369,159,"Long Beach, CA",159,"Long Beach, CA" +124,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +124,371,162,"Oakland, CA",162,"Oakland, CA" +124,372,197,"Portland, ME",197,"Portland, ME" +124,373,152,"Mobile, AL",152,"Mobile, AL" +124,374,159,"Long Beach, CA",159,"Long Beach, CA" +124,375,162,"Oakland, CA",162,"Oakland, CA" +124,376,159,"Long Beach, CA",159,"Long Beach, CA" +124,377,244,"Providence, RI",244,"Providence, RI" +124,378,257,"Houston, TX",257,"Houston, TX" +124,379,159,"Long Beach, CA",159,"Long Beach, CA" +124,380,239,"Portland, OR",239,"Portland, OR" +124,381,159,"Long Beach, CA",159,"Long Beach, CA" +124,382,169,"Wilmington, DE",169,"Wilmington, DE" +124,383,159,"Long Beach, CA",159,"Long Beach, CA" +124,384,244,"Providence, RI",244,"Providence, RI" +124,385,198,"Baltimore, MD",198,"Baltimore, MD" +124,386,217,"New York, NY and NJ",217,"New York, NY and NJ" +124,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +124,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +124,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +124,390,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +124,391,197,"Portland, ME",197,"Portland, ME" +124,392,159,"Long Beach, CA",159,"Long Beach, CA" +124,393,268,"Seattle, WA",268,"Seattle, WA" +124,394,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +124,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +124,396,268,"Seattle, WA",268,"Seattle, WA" +124,397,241,"Philadelphia, PA",241,"Philadelphia, PA" +124,398,169,"Wilmington, DE",169,"Wilmington, DE" +124,399,257,"Houston, TX",257,"Houston, TX" +124,400,159,"Long Beach, CA",159,"Long Beach, CA" +124,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +124,402,197,"Portland, ME",197,"Portland, ME" +124,403,159,"Long Beach, CA",159,"Long Beach, CA" +124,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +124,405,172,"Port Everglades, FL",172,"Port Everglades, FL" +124,406,201,"Boston, MA",201,"Boston, MA" +124,407,201,"Boston, MA",201,"Boston, MA" +124,408,159,"Long Beach, CA",159,"Long Beach, CA" +124,409,241,"Philadelphia, PA",241,"Philadelphia, PA" +124,410,159,"Long Beach, CA",159,"Long Beach, CA" +124,411,159,"Long Beach, CA",159,"Long Beach, CA" +124,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +124,413,268,"Seattle, WA",268,"Seattle, WA" +124,414,152,"Mobile, AL",152,"Mobile, AL" +124,415,217,"New York, NY and NJ",217,"New York, NY and NJ" +124,416,198,"Baltimore, MD",198,"Baltimore, MD" +124,417,268,"Seattle, WA",268,"Seattle, WA" +124,418,268,"Seattle, WA",268,"Seattle, WA" +124,419,201,"Boston, MA",201,"Boston, MA" +124,420,268,"Seattle, WA",268,"Seattle, WA" +124,421,159,"Long Beach, CA",159,"Long Beach, CA" +124,422,162,"Oakland, CA",162,"Oakland, CA" +124,423,268,"Seattle, WA",268,"Seattle, WA" +124,424,152,"Mobile, AL",152,"Mobile, AL" +124,425,159,"Long Beach, CA",159,"Long Beach, CA" +124,426,195,"New Orleans, LA",195,"New Orleans, LA" +124,427,195,"New Orleans, LA",195,"New Orleans, LA" +124,428,159,"Long Beach, CA",159,"Long Beach, CA" +124,429,159,"Long Beach, CA",159,"Long Beach, CA" +124,430,241,"Philadelphia, PA",241,"Philadelphia, PA" +124,431,197,"Portland, ME",197,"Portland, ME" +124,432,162,"Oakland, CA",162,"Oakland, CA" +124,433,174,"Tampa, FL",174,"Tampa, FL" +124,434,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +124,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +124,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +124,437,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +124,438,245,"Charleston, SC",245,"Charleston, SC" +124,439,177,"Savannah, GA",177,"Savannah, GA" +124,440,245,"Charleston, SC",245,"Charleston, SC" +124,441,268,"Seattle, WA",268,"Seattle, WA" +124,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +124,443,241,"Philadelphia, PA",241,"Philadelphia, PA" +124,444,269,"Longview, WA",269,"Longview, WA" +124,445,223,"New York, NY and NJ",223,"New York, NY and NJ" +124,446,197,"Portland, ME",197,"Portland, ME" +124,447,198,"Baltimore, MD",198,"Baltimore, MD" +124,448,197,"Portland, ME",197,"Portland, ME" +124,449,159,"Long Beach, CA",159,"Long Beach, CA" +124,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +124,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +124,452,241,"Philadelphia, PA",241,"Philadelphia, PA" +124,453,162,"Oakland, CA",162,"Oakland, CA" +124,454,201,"Boston, MA",201,"Boston, MA" +124,455,245,"Charleston, SC",245,"Charleston, SC" +124,456,162,"Oakland, CA",162,"Oakland, CA" +124,457,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +124,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +124,459,159,"Long Beach, CA",159,"Long Beach, CA" +124,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +124,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +124,462,172,"Port Everglades, FL",172,"Port Everglades, FL" +124,463,198,"Baltimore, MD",198,"Baltimore, MD" +124,464,217,"New York, NY and NJ",217,"New York, NY and NJ" +124,465,269,"Longview, WA",269,"Longview, WA" +124,466,162,"Oakland, CA",162,"Oakland, CA" +124,467,198,"Baltimore, MD",198,"Baltimore, MD" +124,468,159,"Long Beach, CA",159,"Long Beach, CA" +124,469,198,"Baltimore, MD",198,"Baltimore, MD" +124,470,239,"Portland, OR",239,"Portland, OR" +124,471,169,"Wilmington, DE",169,"Wilmington, DE" +124,472,159,"Long Beach, CA",159,"Long Beach, CA" +124,473,239,"Portland, OR",239,"Portland, OR" +124,474,245,"Charleston, SC",245,"Charleston, SC" +124,475,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +124,476,159,"Long Beach, CA",159,"Long Beach, CA" +124,477,159,"Long Beach, CA",159,"Long Beach, CA" +124,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +124,479,268,"Seattle, WA",268,"Seattle, WA" +124,480,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +124,481,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +124,482,162,"Oakland, CA",162,"Oakland, CA" +124,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +124,484,172,"Port Everglades, FL",172,"Port Everglades, FL" +124,485,159,"Long Beach, CA",159,"Long Beach, CA" +124,486,239,"Portland, OR",239,"Portland, OR" +124,487,177,"Savannah, GA",177,"Savannah, GA" +124,488,159,"Long Beach, CA",159,"Long Beach, CA" +124,489,159,"Long Beach, CA",159,"Long Beach, CA" +124,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +124,491,197,"Portland, ME",197,"Portland, ME" +125,154,269,"Longview, WA",269,"Longview, WA" +125,179,268,"Seattle, WA",268,"Seattle, WA" +125,180,159,"Long Beach, CA",159,"Long Beach, CA" +125,274,159,"Long Beach, CA",159,"Long Beach, CA" +125,275,198,"Baltimore, MD",198,"Baltimore, MD" +125,276,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +125,277,198,"Baltimore, MD",198,"Baltimore, MD" +125,278,198,"Baltimore, MD",198,"Baltimore, MD" +125,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +125,280,229,"Wilmington, NC",229,"Wilmington, NC" +125,281,253,"Beaumont, TX",253,"Beaumont, TX" +125,282,217,"New York, NY and NJ",217,"New York, NY and NJ" +125,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +125,284,162,"Oakland, CA",162,"Oakland, CA" +125,285,244,"Providence, RI",244,"Providence, RI" +125,286,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +125,287,245,"Charleston, SC",245,"Charleston, SC" +125,288,159,"Long Beach, CA",159,"Long Beach, CA" +125,289,159,"Long Beach, CA",159,"Long Beach, CA" +125,290,241,"Philadelphia, PA",241,"Philadelphia, PA" +125,291,198,"Baltimore, MD",198,"Baltimore, MD" +125,292,201,"Boston, MA",201,"Boston, MA" +125,293,253,"Beaumont, TX",253,"Beaumont, TX" +125,294,245,"Charleston, SC",245,"Charleston, SC" +125,295,201,"Boston, MA",201,"Boston, MA" +125,296,159,"Long Beach, CA",159,"Long Beach, CA" +125,297,195,"New Orleans, LA",195,"New Orleans, LA" +125,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +125,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,300,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +125,301,169,"Wilmington, DE",169,"Wilmington, DE" +125,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +125,303,159,"Long Beach, CA",159,"Long Beach, CA" +125,304,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +125,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,306,198,"Baltimore, MD",198,"Baltimore, MD" +125,307,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,308,239,"Portland, OR",239,"Portland, OR" +125,309,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,310,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,312,174,"Tampa, FL",174,"Tampa, FL" +125,313,198,"Baltimore, MD",198,"Baltimore, MD" +125,314,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +125,315,257,"Houston, TX",257,"Houston, TX" +125,316,159,"Long Beach, CA",159,"Long Beach, CA" +125,317,159,"Long Beach, CA",159,"Long Beach, CA" +125,318,159,"Long Beach, CA",159,"Long Beach, CA" +125,319,171,"Jacksonville, FL",171,"Jacksonville, FL" +125,320,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +125,321,241,"Philadelphia, PA",241,"Philadelphia, PA" +125,322,159,"Long Beach, CA",159,"Long Beach, CA" +125,323,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +125,324,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +125,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +125,326,174,"Tampa, FL",174,"Tampa, FL" +125,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +125,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,329,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,331,198,"Baltimore, MD",198,"Baltimore, MD" +125,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +125,333,177,"Savannah, GA",177,"Savannah, GA" +125,334,172,"Port Everglades, FL",172,"Port Everglades, FL" +125,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +125,336,195,"New Orleans, LA",195,"New Orleans, LA" +125,337,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +125,338,217,"New York, NY and NJ",217,"New York, NY and NJ" +125,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +125,340,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +125,341,194,"Lake Charles, LA",194,"Lake Charles, LA" +125,342,197,"Portland, ME",197,"Portland, ME" +125,343,162,"Oakland, CA",162,"Oakland, CA" +125,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +125,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,346,172,"Port Everglades, FL",172,"Port Everglades, FL" +125,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +125,348,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,350,197,"Portland, ME",197,"Portland, ME" +125,351,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,352,217,"New York, NY and NJ",217,"New York, NY and NJ" +125,353,201,"Boston, MA",201,"Boston, MA" +125,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +125,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +125,356,152,"Mobile, AL",152,"Mobile, AL" +125,357,197,"Portland, ME",197,"Portland, ME" +125,358,217,"New York, NY and NJ",217,"New York, NY and NJ" +125,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +125,360,174,"Tampa, FL",174,"Tampa, FL" +125,361,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +125,362,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +125,363,195,"New Orleans, LA",195,"New Orleans, LA" +125,364,197,"Portland, ME",197,"Portland, ME" +125,365,198,"Baltimore, MD",198,"Baltimore, MD" +125,366,159,"Long Beach, CA",159,"Long Beach, CA" +125,367,159,"Long Beach, CA",159,"Long Beach, CA" +125,368,159,"Long Beach, CA",159,"Long Beach, CA" +125,369,162,"Oakland, CA",162,"Oakland, CA" +125,370,241,"Philadelphia, PA",241,"Philadelphia, PA" +125,371,162,"Oakland, CA",162,"Oakland, CA" +125,372,241,"Philadelphia, PA",241,"Philadelphia, PA" +125,373,171,"Jacksonville, FL",171,"Jacksonville, FL" +125,374,162,"Oakland, CA",162,"Oakland, CA" +125,375,159,"Long Beach, CA",159,"Long Beach, CA" +125,376,159,"Long Beach, CA",159,"Long Beach, CA" +125,377,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,378,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +125,379,269,"Longview, WA",269,"Longview, WA" +125,380,162,"Oakland, CA",162,"Oakland, CA" +125,381,162,"Oakland, CA",162,"Oakland, CA" +125,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,383,239,"Portland, OR",239,"Portland, OR" +125,384,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +125,385,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +125,386,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +125,387,201,"Boston, MA",201,"Boston, MA" +125,388,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +125,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,390,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +125,391,241,"Philadelphia, PA",241,"Philadelphia, PA" +125,392,159,"Long Beach, CA",159,"Long Beach, CA" +125,393,159,"Long Beach, CA",159,"Long Beach, CA" +125,394,217,"New York, NY and NJ",217,"New York, NY and NJ" +125,395,198,"Baltimore, MD",198,"Baltimore, MD" +125,396,159,"Long Beach, CA",159,"Long Beach, CA" +125,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +125,398,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +125,399,257,"Houston, TX",257,"Houston, TX" +125,400,239,"Portland, OR",239,"Portland, OR" +125,401,241,"Philadelphia, PA",241,"Philadelphia, PA" +125,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +125,403,159,"Long Beach, CA",159,"Long Beach, CA" +125,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,405,198,"Baltimore, MD",198,"Baltimore, MD" +125,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +125,407,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,408,239,"Portland, OR",239,"Portland, OR" +125,409,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,410,159,"Long Beach, CA",159,"Long Beach, CA" +125,411,239,"Portland, OR",239,"Portland, OR" +125,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,413,159,"Long Beach, CA",159,"Long Beach, CA" +125,414,174,"Tampa, FL",174,"Tampa, FL" +125,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,416,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +125,417,159,"Long Beach, CA",159,"Long Beach, CA" +125,418,269,"Longview, WA",269,"Longview, WA" +125,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,420,162,"Oakland, CA",162,"Oakland, CA" +125,421,268,"Seattle, WA",268,"Seattle, WA" +125,422,162,"Oakland, CA",162,"Oakland, CA" +125,423,162,"Oakland, CA",162,"Oakland, CA" +125,424,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +125,425,159,"Long Beach, CA",159,"Long Beach, CA" +125,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +125,427,172,"Port Everglades, FL",172,"Port Everglades, FL" +125,428,268,"Seattle, WA",268,"Seattle, WA" +125,429,162,"Oakland, CA",162,"Oakland, CA" +125,430,197,"Portland, ME",197,"Portland, ME" +125,431,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,432,159,"Long Beach, CA",159,"Long Beach, CA" +125,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +125,434,201,"Boston, MA",201,"Boston, MA" +125,435,217,"New York, NY and NJ",217,"New York, NY and NJ" +125,436,241,"Philadelphia, PA",241,"Philadelphia, PA" +125,437,198,"Baltimore, MD",198,"Baltimore, MD" +125,438,245,"Charleston, SC",245,"Charleston, SC" +125,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +125,440,177,"Savannah, GA",177,"Savannah, GA" +125,441,159,"Long Beach, CA",159,"Long Beach, CA" +125,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,443,201,"Boston, MA",201,"Boston, MA" +125,444,239,"Portland, OR",239,"Portland, OR" +125,445,201,"Boston, MA",201,"Boston, MA" +125,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,447,198,"Baltimore, MD",198,"Baltimore, MD" +125,448,245,"Charleston, SC",245,"Charleston, SC" +125,449,159,"Long Beach, CA",159,"Long Beach, CA" +125,450,177,"Savannah, GA",177,"Savannah, GA" +125,451,198,"Baltimore, MD",198,"Baltimore, MD" +125,452,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +125,453,239,"Portland, OR",239,"Portland, OR" +125,454,201,"Boston, MA",201,"Boston, MA" +125,455,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,456,269,"Longview, WA",269,"Longview, WA" +125,457,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +125,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,459,159,"Long Beach, CA",159,"Long Beach, CA" +125,460,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +125,461,245,"Charleston, SC",245,"Charleston, SC" +125,462,229,"Wilmington, NC",229,"Wilmington, NC" +125,463,217,"New York, NY and NJ",217,"New York, NY and NJ" +125,464,244,"Providence, RI",244,"Providence, RI" +125,465,162,"Oakland, CA",162,"Oakland, CA" +125,466,162,"Oakland, CA",162,"Oakland, CA" +125,467,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,468,239,"Portland, OR",239,"Portland, OR" +125,469,201,"Boston, MA",201,"Boston, MA" +125,470,239,"Portland, OR",239,"Portland, OR" +125,471,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,472,159,"Long Beach, CA",159,"Long Beach, CA" +125,473,159,"Long Beach, CA",159,"Long Beach, CA" +125,474,245,"Charleston, SC",245,"Charleston, SC" +125,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,476,159,"Long Beach, CA",159,"Long Beach, CA" +125,477,268,"Seattle, WA",268,"Seattle, WA" +125,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +125,479,162,"Oakland, CA",162,"Oakland, CA" +125,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,481,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,482,162,"Oakland, CA",162,"Oakland, CA" +125,483,223,"New York, NY and NJ",223,"New York, NY and NJ" +125,484,177,"Savannah, GA",177,"Savannah, GA" +125,485,162,"Oakland, CA",162,"Oakland, CA" +125,486,159,"Long Beach, CA",159,"Long Beach, CA" +125,487,177,"Savannah, GA",177,"Savannah, GA" +125,488,159,"Long Beach, CA",159,"Long Beach, CA" +125,489,268,"Seattle, WA",268,"Seattle, WA" +125,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +125,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +126,154,159,"Long Beach, CA",159,"Long Beach, CA" +126,179,159,"Long Beach, CA",159,"Long Beach, CA" +126,180,159,"Long Beach, CA",159,"Long Beach, CA" +126,274,159,"Long Beach, CA",159,"Long Beach, CA" +126,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +126,276,169,"Wilmington, DE",169,"Wilmington, DE" +126,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +126,278,198,"Baltimore, MD",198,"Baltimore, MD" +126,279,229,"Wilmington, NC",229,"Wilmington, NC" +126,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +126,281,245,"Charleston, SC",245,"Charleston, SC" +126,282,217,"New York, NY and NJ",217,"New York, NY and NJ" +126,283,177,"Savannah, GA",177,"Savannah, GA" +126,284,159,"Long Beach, CA",159,"Long Beach, CA" +126,285,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +126,286,198,"Baltimore, MD",198,"Baltimore, MD" +126,287,177,"Savannah, GA",177,"Savannah, GA" +126,288,159,"Long Beach, CA",159,"Long Beach, CA" +126,289,159,"Long Beach, CA",159,"Long Beach, CA" +126,290,174,"Tampa, FL",174,"Tampa, FL" +126,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +126,292,197,"Portland, ME",197,"Portland, ME" +126,293,195,"New Orleans, LA",195,"New Orleans, LA" +126,294,217,"New York, NY and NJ",217,"New York, NY and NJ" +126,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +126,296,159,"Long Beach, CA",159,"Long Beach, CA" +126,297,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +126,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +126,299,174,"Tampa, FL",174,"Tampa, FL" +126,300,177,"Savannah, GA",177,"Savannah, GA" +126,301,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +126,302,245,"Charleston, SC",245,"Charleston, SC" +126,303,159,"Long Beach, CA",159,"Long Beach, CA" +126,304,198,"Baltimore, MD",198,"Baltimore, MD" +126,305,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +126,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +126,307,198,"Baltimore, MD",198,"Baltimore, MD" +126,308,159,"Long Beach, CA",159,"Long Beach, CA" +126,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +126,310,198,"Baltimore, MD",198,"Baltimore, MD" +126,311,217,"New York, NY and NJ",217,"New York, NY and NJ" +126,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +126,313,198,"Baltimore, MD",198,"Baltimore, MD" +126,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +126,315,195,"New Orleans, LA",195,"New Orleans, LA" +126,316,159,"Long Beach, CA",159,"Long Beach, CA" +126,317,159,"Long Beach, CA",159,"Long Beach, CA" +126,318,159,"Long Beach, CA",159,"Long Beach, CA" +126,319,152,"Mobile, AL",152,"Mobile, AL" +126,320,245,"Charleston, SC",245,"Charleston, SC" +126,321,198,"Baltimore, MD",198,"Baltimore, MD" +126,322,159,"Long Beach, CA",159,"Long Beach, CA" +126,323,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +126,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +126,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +126,326,177,"Savannah, GA",177,"Savannah, GA" +126,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +126,328,217,"New York, NY and NJ",217,"New York, NY and NJ" +126,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +126,330,241,"Philadelphia, PA",241,"Philadelphia, PA" +126,331,198,"Baltimore, MD",198,"Baltimore, MD" +126,332,174,"Tampa, FL",174,"Tampa, FL" +126,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +126,334,172,"Port Everglades, FL",172,"Port Everglades, FL" +126,335,169,"Wilmington, DE",169,"Wilmington, DE" +126,336,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +126,337,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +126,338,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +126,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +126,340,223,"New York, NY and NJ",223,"New York, NY and NJ" +126,341,171,"Jacksonville, FL",171,"Jacksonville, FL" +126,342,201,"Boston, MA",201,"Boston, MA" +126,343,268,"Seattle, WA",268,"Seattle, WA" +126,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +126,345,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +126,346,241,"Philadelphia, PA",241,"Philadelphia, PA" +126,347,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +126,348,198,"Baltimore, MD",198,"Baltimore, MD" +126,349,198,"Baltimore, MD",198,"Baltimore, MD" +126,350,197,"Portland, ME",197,"Portland, ME" +126,351,223,"New York, NY and NJ",223,"New York, NY and NJ" +126,352,201,"Boston, MA",201,"Boston, MA" +126,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +126,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +126,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +126,356,253,"Beaumont, TX",253,"Beaumont, TX" +126,357,169,"Wilmington, DE",169,"Wilmington, DE" +126,358,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +126,359,245,"Charleston, SC",245,"Charleston, SC" +126,360,177,"Savannah, GA",177,"Savannah, GA" +126,361,177,"Savannah, GA",177,"Savannah, GA" +126,362,217,"New York, NY and NJ",217,"New York, NY and NJ" +126,363,171,"Jacksonville, FL",171,"Jacksonville, FL" +126,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +126,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +126,366,268,"Seattle, WA",268,"Seattle, WA" +126,367,239,"Portland, OR",239,"Portland, OR" +126,368,268,"Seattle, WA",268,"Seattle, WA" +126,369,159,"Long Beach, CA",159,"Long Beach, CA" +126,370,217,"New York, NY and NJ",217,"New York, NY and NJ" +126,371,162,"Oakland, CA",162,"Oakland, CA" +126,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +126,373,171,"Jacksonville, FL",171,"Jacksonville, FL" +126,374,159,"Long Beach, CA",159,"Long Beach, CA" +126,375,172,"Port Everglades, FL",172,"Port Everglades, FL" +126,376,159,"Long Beach, CA",159,"Long Beach, CA" +126,377,223,"New York, NY and NJ",223,"New York, NY and NJ" +126,378,253,"Beaumont, TX",253,"Beaumont, TX" +126,379,239,"Portland, OR",239,"Portland, OR" +126,380,269,"Longview, WA",269,"Longview, WA" +126,381,159,"Long Beach, CA",159,"Long Beach, CA" +126,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +126,383,159,"Long Beach, CA",159,"Long Beach, CA" +126,384,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +126,385,229,"Wilmington, NC",229,"Wilmington, NC" +126,386,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +126,387,198,"Baltimore, MD",198,"Baltimore, MD" +126,388,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +126,389,197,"Portland, ME",197,"Portland, ME" +126,390,197,"Portland, ME",197,"Portland, ME" +126,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +126,392,159,"Long Beach, CA",159,"Long Beach, CA" +126,393,269,"Longview, WA",269,"Longview, WA" +126,394,241,"Philadelphia, PA",241,"Philadelphia, PA" +126,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +126,396,239,"Portland, OR",239,"Portland, OR" +126,397,241,"Philadelphia, PA",241,"Philadelphia, PA" +126,398,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +126,399,257,"Houston, TX",257,"Houston, TX" +126,400,162,"Oakland, CA",162,"Oakland, CA" +126,401,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +126,402,198,"Baltimore, MD",198,"Baltimore, MD" +126,403,269,"Longview, WA",269,"Longview, WA" +126,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +126,405,245,"Charleston, SC",245,"Charleston, SC" +126,406,201,"Boston, MA",201,"Boston, MA" +126,407,223,"New York, NY and NJ",223,"New York, NY and NJ" +126,408,268,"Seattle, WA",268,"Seattle, WA" +126,409,198,"Baltimore, MD",198,"Baltimore, MD" +126,410,162,"Oakland, CA",162,"Oakland, CA" +126,411,159,"Long Beach, CA",159,"Long Beach, CA" +126,412,217,"New York, NY and NJ",217,"New York, NY and NJ" +126,413,268,"Seattle, WA",268,"Seattle, WA" +126,414,195,"New Orleans, LA",195,"New Orleans, LA" +126,415,201,"Boston, MA",201,"Boston, MA" +126,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +126,417,268,"Seattle, WA",268,"Seattle, WA" +126,418,159,"Long Beach, CA",159,"Long Beach, CA" +126,419,217,"New York, NY and NJ",217,"New York, NY and NJ" +126,420,159,"Long Beach, CA",159,"Long Beach, CA" +126,421,159,"Long Beach, CA",159,"Long Beach, CA" +126,422,159,"Long Beach, CA",159,"Long Beach, CA" +126,423,159,"Long Beach, CA",159,"Long Beach, CA" +126,424,195,"New Orleans, LA",195,"New Orleans, LA" +126,425,159,"Long Beach, CA",159,"Long Beach, CA" +126,426,177,"Savannah, GA",177,"Savannah, GA" +126,427,195,"New Orleans, LA",195,"New Orleans, LA" +126,428,268,"Seattle, WA",268,"Seattle, WA" +126,429,159,"Long Beach, CA",159,"Long Beach, CA" +126,430,201,"Boston, MA",201,"Boston, MA" +126,431,223,"New York, NY and NJ",223,"New York, NY and NJ" +126,432,269,"Longview, WA",269,"Longview, WA" +126,433,177,"Savannah, GA",177,"Savannah, GA" +126,434,197,"Portland, ME",197,"Portland, ME" +126,435,198,"Baltimore, MD",198,"Baltimore, MD" +126,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +126,437,171,"Jacksonville, FL",171,"Jacksonville, FL" +126,438,177,"Savannah, GA",177,"Savannah, GA" +126,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +126,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +126,441,159,"Long Beach, CA",159,"Long Beach, CA" +126,442,201,"Boston, MA",201,"Boston, MA" +126,443,198,"Baltimore, MD",198,"Baltimore, MD" +126,444,159,"Long Beach, CA",159,"Long Beach, CA" +126,445,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +126,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +126,447,241,"Philadelphia, PA",241,"Philadelphia, PA" +126,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +126,449,268,"Seattle, WA",268,"Seattle, WA" +126,450,177,"Savannah, GA",177,"Savannah, GA" +126,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +126,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +126,453,268,"Seattle, WA",268,"Seattle, WA" +126,454,241,"Philadelphia, PA",241,"Philadelphia, PA" +126,455,197,"Portland, ME",197,"Portland, ME" +126,456,268,"Seattle, WA",268,"Seattle, WA" +126,457,223,"New York, NY and NJ",223,"New York, NY and NJ" +126,458,198,"Baltimore, MD",198,"Baltimore, MD" +126,459,159,"Long Beach, CA",159,"Long Beach, CA" +126,460,201,"Boston, MA",201,"Boston, MA" +126,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +126,462,172,"Port Everglades, FL",172,"Port Everglades, FL" +126,463,197,"Portland, ME",197,"Portland, ME" +126,464,198,"Baltimore, MD",198,"Baltimore, MD" +126,465,162,"Oakland, CA",162,"Oakland, CA" +126,466,269,"Longview, WA",269,"Longview, WA" +126,467,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +126,468,159,"Long Beach, CA",159,"Long Beach, CA" +126,469,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +126,470,268,"Seattle, WA",268,"Seattle, WA" +126,471,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +126,472,159,"Long Beach, CA",159,"Long Beach, CA" +126,473,159,"Long Beach, CA",159,"Long Beach, CA" +126,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +126,475,217,"New York, NY and NJ",217,"New York, NY and NJ" +126,476,159,"Long Beach, CA",159,"Long Beach, CA" +126,477,159,"Long Beach, CA",159,"Long Beach, CA" +126,478,174,"Tampa, FL",174,"Tampa, FL" +126,479,269,"Longview, WA",269,"Longview, WA" +126,480,217,"New York, NY and NJ",217,"New York, NY and NJ" +126,481,201,"Boston, MA",201,"Boston, MA" +126,482,159,"Long Beach, CA",159,"Long Beach, CA" +126,483,223,"New York, NY and NJ",223,"New York, NY and NJ" +126,484,172,"Port Everglades, FL",172,"Port Everglades, FL" +126,485,268,"Seattle, WA",268,"Seattle, WA" +126,486,159,"Long Beach, CA",159,"Long Beach, CA" +126,487,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +126,488,268,"Seattle, WA",268,"Seattle, WA" +126,489,268,"Seattle, WA",268,"Seattle, WA" +126,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +126,491,177,"Savannah, GA",177,"Savannah, GA" +127,154,269,"Longview, WA",269,"Longview, WA" +127,179,268,"Seattle, WA",268,"Seattle, WA" +127,180,159,"Long Beach, CA",159,"Long Beach, CA" +127,274,268,"Seattle, WA",268,"Seattle, WA" +127,275,197,"Portland, ME",197,"Portland, ME" +127,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +127,277,197,"Portland, ME",197,"Portland, ME" +127,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +127,279,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +127,280,241,"Philadelphia, PA",241,"Philadelphia, PA" +127,281,245,"Charleston, SC",245,"Charleston, SC" +127,282,217,"New York, NY and NJ",217,"New York, NY and NJ" +127,283,177,"Savannah, GA",177,"Savannah, GA" +127,284,268,"Seattle, WA",268,"Seattle, WA" +127,285,201,"Boston, MA",201,"Boston, MA" +127,286,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +127,287,177,"Savannah, GA",177,"Savannah, GA" +127,288,159,"Long Beach, CA",159,"Long Beach, CA" +127,289,268,"Seattle, WA",268,"Seattle, WA" +127,290,177,"Savannah, GA",177,"Savannah, GA" +127,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +127,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +127,293,152,"Mobile, AL",152,"Mobile, AL" +127,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +127,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +127,296,162,"Oakland, CA",162,"Oakland, CA" +127,297,195,"New Orleans, LA",195,"New Orleans, LA" +127,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +127,299,241,"Philadelphia, PA",241,"Philadelphia, PA" +127,300,177,"Savannah, GA",177,"Savannah, GA" +127,301,201,"Boston, MA",201,"Boston, MA" +127,302,172,"Port Everglades, FL",172,"Port Everglades, FL" +127,303,159,"Long Beach, CA",159,"Long Beach, CA" +127,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +127,305,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +127,306,241,"Philadelphia, PA",241,"Philadelphia, PA" +127,307,241,"Philadelphia, PA",241,"Philadelphia, PA" +127,308,268,"Seattle, WA",268,"Seattle, WA" +127,309,223,"New York, NY and NJ",223,"New York, NY and NJ" +127,310,208,"Pascagoula, MS",208,"Pascagoula, MS" +127,311,244,"Providence, RI",244,"Providence, RI" +127,312,177,"Savannah, GA",177,"Savannah, GA" +127,313,245,"Charleston, SC",245,"Charleston, SC" +127,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +127,315,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +127,316,159,"Long Beach, CA",159,"Long Beach, CA" +127,317,162,"Oakland, CA",162,"Oakland, CA" +127,318,159,"Long Beach, CA",159,"Long Beach, CA" +127,319,174,"Tampa, FL",174,"Tampa, FL" +127,320,201,"Boston, MA",201,"Boston, MA" +127,321,244,"Providence, RI",244,"Providence, RI" +127,322,159,"Long Beach, CA",159,"Long Beach, CA" +127,323,195,"New Orleans, LA",195,"New Orleans, LA" +127,324,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +127,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +127,326,177,"Savannah, GA",177,"Savannah, GA" +127,327,201,"Boston, MA",201,"Boston, MA" +127,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +127,329,177,"Savannah, GA",177,"Savannah, GA" +127,330,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +127,331,241,"Philadelphia, PA",241,"Philadelphia, PA" +127,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +127,333,245,"Charleston, SC",245,"Charleston, SC" +127,334,195,"New Orleans, LA",195,"New Orleans, LA" +127,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +127,336,195,"New Orleans, LA",195,"New Orleans, LA" +127,337,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +127,338,197,"Portland, ME",197,"Portland, ME" +127,339,241,"Philadelphia, PA",241,"Philadelphia, PA" +127,340,217,"New York, NY and NJ",217,"New York, NY and NJ" +127,341,195,"New Orleans, LA",195,"New Orleans, LA" +127,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +127,343,268,"Seattle, WA",268,"Seattle, WA" +127,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +127,345,198,"Baltimore, MD",198,"Baltimore, MD" +127,346,245,"Charleston, SC",245,"Charleston, SC" +127,347,223,"New York, NY and NJ",223,"New York, NY and NJ" +127,348,217,"New York, NY and NJ",217,"New York, NY and NJ" +127,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +127,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +127,351,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +127,352,198,"Baltimore, MD",198,"Baltimore, MD" +127,353,198,"Baltimore, MD",198,"Baltimore, MD" +127,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +127,355,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +127,356,195,"New Orleans, LA",195,"New Orleans, LA" +127,357,223,"New York, NY and NJ",223,"New York, NY and NJ" +127,358,223,"New York, NY and NJ",223,"New York, NY and NJ" +127,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +127,360,174,"Tampa, FL",174,"Tampa, FL" +127,361,177,"Savannah, GA",177,"Savannah, GA" +127,362,241,"Philadelphia, PA",241,"Philadelphia, PA" +127,363,177,"Savannah, GA",177,"Savannah, GA" +127,364,169,"Wilmington, DE",169,"Wilmington, DE" +127,365,201,"Boston, MA",201,"Boston, MA" +127,366,159,"Long Beach, CA",159,"Long Beach, CA" +127,367,269,"Longview, WA",269,"Longview, WA" +127,368,159,"Long Beach, CA",159,"Long Beach, CA" +127,369,269,"Longview, WA",269,"Longview, WA" +127,370,217,"New York, NY and NJ",217,"New York, NY and NJ" +127,371,159,"Long Beach, CA",159,"Long Beach, CA" +127,372,241,"Philadelphia, PA",241,"Philadelphia, PA" +127,373,171,"Jacksonville, FL",171,"Jacksonville, FL" +127,374,162,"Oakland, CA",162,"Oakland, CA" +127,375,159,"Long Beach, CA",159,"Long Beach, CA" +127,376,239,"Portland, OR",239,"Portland, OR" +127,377,197,"Portland, ME",197,"Portland, ME" +127,378,152,"Mobile, AL",152,"Mobile, AL" +127,379,268,"Seattle, WA",268,"Seattle, WA" +127,380,159,"Long Beach, CA",159,"Long Beach, CA" +127,381,162,"Oakland, CA",162,"Oakland, CA" +127,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +127,383,268,"Seattle, WA",268,"Seattle, WA" +127,384,241,"Philadelphia, PA",241,"Philadelphia, PA" +127,385,201,"Boston, MA",201,"Boston, MA" +127,386,169,"Wilmington, DE",169,"Wilmington, DE" +127,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +127,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +127,389,197,"Portland, ME",197,"Portland, ME" +127,390,197,"Portland, ME",197,"Portland, ME" +127,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +127,392,159,"Long Beach, CA",159,"Long Beach, CA" +127,393,162,"Oakland, CA",162,"Oakland, CA" +127,394,198,"Baltimore, MD",198,"Baltimore, MD" +127,395,241,"Philadelphia, PA",241,"Philadelphia, PA" +127,396,159,"Long Beach, CA",159,"Long Beach, CA" +127,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +127,398,223,"New York, NY and NJ",223,"New York, NY and NJ" +127,399,253,"Beaumont, TX",253,"Beaumont, TX" +127,400,159,"Long Beach, CA",159,"Long Beach, CA" +127,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +127,402,241,"Philadelphia, PA",241,"Philadelphia, PA" +127,403,162,"Oakland, CA",162,"Oakland, CA" +127,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +127,405,172,"Port Everglades, FL",172,"Port Everglades, FL" +127,406,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +127,407,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +127,408,269,"Longview, WA",269,"Longview, WA" +127,409,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +127,410,268,"Seattle, WA",268,"Seattle, WA" +127,411,159,"Long Beach, CA",159,"Long Beach, CA" +127,412,197,"Portland, ME",197,"Portland, ME" +127,413,162,"Oakland, CA",162,"Oakland, CA" +127,414,195,"New Orleans, LA",195,"New Orleans, LA" +127,415,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +127,416,198,"Baltimore, MD",198,"Baltimore, MD" +127,417,162,"Oakland, CA",162,"Oakland, CA" +127,418,159,"Long Beach, CA",159,"Long Beach, CA" +127,419,197,"Portland, ME",197,"Portland, ME" +127,420,159,"Long Beach, CA",159,"Long Beach, CA" +127,421,162,"Oakland, CA",162,"Oakland, CA" +127,422,159,"Long Beach, CA",159,"Long Beach, CA" +127,423,268,"Seattle, WA",268,"Seattle, WA" +127,424,174,"Tampa, FL",174,"Tampa, FL" +127,425,159,"Long Beach, CA",159,"Long Beach, CA" +127,426,177,"Savannah, GA",177,"Savannah, GA" +127,427,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +127,428,268,"Seattle, WA",268,"Seattle, WA" +127,429,162,"Oakland, CA",162,"Oakland, CA" +127,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +127,431,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +127,432,159,"Long Beach, CA",159,"Long Beach, CA" +127,433,223,"New York, NY and NJ",223,"New York, NY and NJ" +127,434,198,"Baltimore, MD",198,"Baltimore, MD" +127,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +127,436,241,"Philadelphia, PA",241,"Philadelphia, PA" +127,437,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +127,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +127,439,177,"Savannah, GA",177,"Savannah, GA" +127,440,229,"Wilmington, NC",229,"Wilmington, NC" +127,441,159,"Long Beach, CA",159,"Long Beach, CA" +127,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +127,443,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +127,444,159,"Long Beach, CA",159,"Long Beach, CA" +127,445,201,"Boston, MA",201,"Boston, MA" +127,446,198,"Baltimore, MD",198,"Baltimore, MD" +127,447,217,"New York, NY and NJ",217,"New York, NY and NJ" +127,448,241,"Philadelphia, PA",241,"Philadelphia, PA" +127,449,159,"Long Beach, CA",159,"Long Beach, CA" +127,450,177,"Savannah, GA",177,"Savannah, GA" +127,451,169,"Wilmington, DE",169,"Wilmington, DE" +127,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +127,453,162,"Oakland, CA",162,"Oakland, CA" +127,454,198,"Baltimore, MD",198,"Baltimore, MD" +127,455,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +127,456,162,"Oakland, CA",162,"Oakland, CA" +127,457,241,"Philadelphia, PA",241,"Philadelphia, PA" +127,458,217,"New York, NY and NJ",217,"New York, NY and NJ" +127,459,159,"Long Beach, CA",159,"Long Beach, CA" +127,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +127,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +127,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +127,463,241,"Philadelphia, PA",241,"Philadelphia, PA" +127,464,217,"New York, NY and NJ",217,"New York, NY and NJ" +127,465,159,"Long Beach, CA",159,"Long Beach, CA" +127,466,159,"Long Beach, CA",159,"Long Beach, CA" +127,467,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +127,468,268,"Seattle, WA",268,"Seattle, WA" +127,469,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +127,470,159,"Long Beach, CA",159,"Long Beach, CA" +127,471,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +127,472,268,"Seattle, WA",268,"Seattle, WA" +127,473,159,"Long Beach, CA",159,"Long Beach, CA" +127,474,177,"Savannah, GA",177,"Savannah, GA" +127,475,197,"Portland, ME",197,"Portland, ME" +127,476,268,"Seattle, WA",268,"Seattle, WA" +127,477,159,"Long Beach, CA",159,"Long Beach, CA" +127,478,177,"Savannah, GA",177,"Savannah, GA" +127,479,159,"Long Beach, CA",159,"Long Beach, CA" +127,480,171,"Jacksonville, FL",171,"Jacksonville, FL" +127,481,223,"New York, NY and NJ",223,"New York, NY and NJ" +127,482,268,"Seattle, WA",268,"Seattle, WA" +127,483,197,"Portland, ME",197,"Portland, ME" +127,484,152,"Mobile, AL",152,"Mobile, AL" +127,485,268,"Seattle, WA",268,"Seattle, WA" +127,486,159,"Long Beach, CA",159,"Long Beach, CA" +127,487,177,"Savannah, GA",177,"Savannah, GA" +127,488,162,"Oakland, CA",162,"Oakland, CA" +127,489,239,"Portland, OR",239,"Portland, OR" +127,490,241,"Philadelphia, PA",241,"Philadelphia, PA" +127,491,223,"New York, NY and NJ",223,"New York, NY and NJ" +128,154,159,"Long Beach, CA",159,"Long Beach, CA" +128,179,159,"Long Beach, CA",159,"Long Beach, CA" +128,180,159,"Long Beach, CA",159,"Long Beach, CA" +128,274,159,"Long Beach, CA",159,"Long Beach, CA" +128,275,241,"Philadelphia, PA",241,"Philadelphia, PA" +128,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +128,277,241,"Philadelphia, PA",241,"Philadelphia, PA" +128,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +128,279,245,"Charleston, SC",245,"Charleston, SC" +128,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +128,281,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +128,282,198,"Baltimore, MD",198,"Baltimore, MD" +128,283,177,"Savannah, GA",177,"Savannah, GA" +128,284,159,"Long Beach, CA",159,"Long Beach, CA" +128,285,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +128,286,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +128,287,177,"Savannah, GA",177,"Savannah, GA" +128,288,159,"Long Beach, CA",159,"Long Beach, CA" +128,289,268,"Seattle, WA",268,"Seattle, WA" +128,290,245,"Charleston, SC",245,"Charleston, SC" +128,291,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +128,292,201,"Boston, MA",201,"Boston, MA" +128,293,195,"New Orleans, LA",195,"New Orleans, LA" +128,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +128,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +128,296,159,"Long Beach, CA",159,"Long Beach, CA" +128,297,172,"Port Everglades, FL",172,"Port Everglades, FL" +128,298,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +128,299,217,"New York, NY and NJ",217,"New York, NY and NJ" +128,300,177,"Savannah, GA",177,"Savannah, GA" +128,301,201,"Boston, MA",201,"Boston, MA" +128,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +128,303,159,"Long Beach, CA",159,"Long Beach, CA" +128,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +128,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +128,306,201,"Boston, MA",201,"Boston, MA" +128,307,223,"New York, NY and NJ",223,"New York, NY and NJ" +128,308,159,"Long Beach, CA",159,"Long Beach, CA" +128,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +128,310,223,"New York, NY and NJ",223,"New York, NY and NJ" +128,311,217,"New York, NY and NJ",217,"New York, NY and NJ" +128,312,171,"Jacksonville, FL",171,"Jacksonville, FL" +128,313,244,"Providence, RI",244,"Providence, RI" +128,314,223,"New York, NY and NJ",223,"New York, NY and NJ" +128,315,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +128,316,159,"Long Beach, CA",159,"Long Beach, CA" +128,317,159,"Long Beach, CA",159,"Long Beach, CA" +128,318,162,"Oakland, CA",162,"Oakland, CA" +128,319,177,"Savannah, GA",177,"Savannah, GA" +128,320,223,"New York, NY and NJ",223,"New York, NY and NJ" +128,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +128,322,159,"Long Beach, CA",159,"Long Beach, CA" +128,323,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +128,324,198,"Baltimore, MD",198,"Baltimore, MD" +128,325,174,"Tampa, FL",174,"Tampa, FL" +128,326,177,"Savannah, GA",177,"Savannah, GA" +128,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +128,328,241,"Philadelphia, PA",241,"Philadelphia, PA" +128,329,223,"New York, NY and NJ",223,"New York, NY and NJ" +128,330,217,"New York, NY and NJ",217,"New York, NY and NJ" +128,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +128,332,171,"Jacksonville, FL",171,"Jacksonville, FL" +128,333,245,"Charleston, SC",245,"Charleston, SC" +128,334,172,"Port Everglades, FL",172,"Port Everglades, FL" +128,335,244,"Providence, RI",244,"Providence, RI" +128,336,245,"Charleston, SC",245,"Charleston, SC" +128,337,223,"New York, NY and NJ",223,"New York, NY and NJ" +128,338,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +128,339,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +128,340,198,"Baltimore, MD",198,"Baltimore, MD" +128,341,172,"Port Everglades, FL",172,"Port Everglades, FL" +128,342,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +128,343,159,"Long Beach, CA",159,"Long Beach, CA" +128,344,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +128,345,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +128,346,245,"Charleston, SC",245,"Charleston, SC" +128,347,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +128,348,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +128,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +128,350,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +128,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +128,352,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +128,353,241,"Philadelphia, PA",241,"Philadelphia, PA" +128,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +128,355,174,"Tampa, FL",174,"Tampa, FL" +128,356,195,"New Orleans, LA",195,"New Orleans, LA" +128,357,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +128,358,223,"New York, NY and NJ",223,"New York, NY and NJ" +128,359,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +128,360,177,"Savannah, GA",177,"Savannah, GA" +128,361,152,"Mobile, AL",152,"Mobile, AL" +128,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +128,363,195,"New Orleans, LA",195,"New Orleans, LA" +128,364,217,"New York, NY and NJ",217,"New York, NY and NJ" +128,365,217,"New York, NY and NJ",217,"New York, NY and NJ" +128,366,159,"Long Beach, CA",159,"Long Beach, CA" +128,367,159,"Long Beach, CA",159,"Long Beach, CA" +128,368,159,"Long Beach, CA",159,"Long Beach, CA" +128,369,159,"Long Beach, CA",159,"Long Beach, CA" +128,370,201,"Boston, MA",201,"Boston, MA" +128,371,172,"Port Everglades, FL",172,"Port Everglades, FL" +128,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +128,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +128,374,159,"Long Beach, CA",159,"Long Beach, CA" +128,375,269,"Longview, WA",269,"Longview, WA" +128,376,268,"Seattle, WA",268,"Seattle, WA" +128,377,244,"Providence, RI",244,"Providence, RI" +128,378,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +128,379,239,"Portland, OR",239,"Portland, OR" +128,380,162,"Oakland, CA",162,"Oakland, CA" +128,381,159,"Long Beach, CA",159,"Long Beach, CA" +128,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +128,383,268,"Seattle, WA",268,"Seattle, WA" +128,384,217,"New York, NY and NJ",217,"New York, NY and NJ" +128,385,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +128,386,223,"New York, NY and NJ",223,"New York, NY and NJ" +128,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +128,388,197,"Portland, ME",197,"Portland, ME" +128,389,197,"Portland, ME",197,"Portland, ME" +128,390,229,"Wilmington, NC",229,"Wilmington, NC" +128,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +128,392,159,"Long Beach, CA",159,"Long Beach, CA" +128,393,159,"Long Beach, CA",159,"Long Beach, CA" +128,394,177,"Savannah, GA",177,"Savannah, GA" +128,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +128,396,162,"Oakland, CA",162,"Oakland, CA" +128,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +128,398,223,"New York, NY and NJ",223,"New York, NY and NJ" +128,399,159,"Long Beach, CA",159,"Long Beach, CA" +128,400,268,"Seattle, WA",268,"Seattle, WA" +128,401,198,"Baltimore, MD",198,"Baltimore, MD" +128,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +128,403,159,"Long Beach, CA",159,"Long Beach, CA" +128,404,217,"New York, NY and NJ",217,"New York, NY and NJ" +128,405,177,"Savannah, GA",177,"Savannah, GA" +128,406,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +128,407,217,"New York, NY and NJ",217,"New York, NY and NJ" +128,408,268,"Seattle, WA",268,"Seattle, WA" +128,409,169,"Wilmington, DE",169,"Wilmington, DE" +128,410,159,"Long Beach, CA",159,"Long Beach, CA" +128,411,159,"Long Beach, CA",159,"Long Beach, CA" +128,412,241,"Philadelphia, PA",241,"Philadelphia, PA" +128,413,159,"Long Beach, CA",159,"Long Beach, CA" +128,414,152,"Mobile, AL",152,"Mobile, AL" +128,415,198,"Baltimore, MD",198,"Baltimore, MD" +128,416,197,"Portland, ME",197,"Portland, ME" +128,417,162,"Oakland, CA",162,"Oakland, CA" +128,418,159,"Long Beach, CA",159,"Long Beach, CA" +128,419,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +128,420,162,"Oakland, CA",162,"Oakland, CA" +128,421,159,"Long Beach, CA",159,"Long Beach, CA" +128,422,159,"Long Beach, CA",159,"Long Beach, CA" +128,423,159,"Long Beach, CA",159,"Long Beach, CA" +128,424,174,"Tampa, FL",174,"Tampa, FL" +128,425,268,"Seattle, WA",268,"Seattle, WA" +128,426,245,"Charleston, SC",245,"Charleston, SC" +128,427,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +128,428,159,"Long Beach, CA",159,"Long Beach, CA" +128,429,159,"Long Beach, CA",159,"Long Beach, CA" +128,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +128,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +128,432,159,"Long Beach, CA",159,"Long Beach, CA" +128,433,223,"New York, NY and NJ",223,"New York, NY and NJ" +128,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +128,435,201,"Boston, MA",201,"Boston, MA" +128,436,241,"Philadelphia, PA",241,"Philadelphia, PA" +128,437,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +128,438,171,"Jacksonville, FL",171,"Jacksonville, FL" +128,439,169,"Wilmington, DE",169,"Wilmington, DE" +128,440,177,"Savannah, GA",177,"Savannah, GA" +128,441,162,"Oakland, CA",162,"Oakland, CA" +128,442,241,"Philadelphia, PA",241,"Philadelphia, PA" +128,443,217,"New York, NY and NJ",217,"New York, NY and NJ" +128,444,239,"Portland, OR",239,"Portland, OR" +128,445,217,"New York, NY and NJ",217,"New York, NY and NJ" +128,446,217,"New York, NY and NJ",217,"New York, NY and NJ" +128,447,245,"Charleston, SC",245,"Charleston, SC" +128,448,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +128,449,159,"Long Beach, CA",159,"Long Beach, CA" +128,450,177,"Savannah, GA",177,"Savannah, GA" +128,451,244,"Providence, RI",244,"Providence, RI" +128,452,169,"Wilmington, DE",169,"Wilmington, DE" +128,453,159,"Long Beach, CA",159,"Long Beach, CA" +128,454,217,"New York, NY and NJ",217,"New York, NY and NJ" +128,455,241,"Philadelphia, PA",241,"Philadelphia, PA" +128,456,268,"Seattle, WA",268,"Seattle, WA" +128,457,198,"Baltimore, MD",198,"Baltimore, MD" +128,458,201,"Boston, MA",201,"Boston, MA" +128,459,239,"Portland, OR",239,"Portland, OR" +128,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +128,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +128,462,223,"New York, NY and NJ",223,"New York, NY and NJ" +128,463,217,"New York, NY and NJ",217,"New York, NY and NJ" +128,464,197,"Portland, ME",197,"Portland, ME" +128,465,159,"Long Beach, CA",159,"Long Beach, CA" +128,466,159,"Long Beach, CA",159,"Long Beach, CA" +128,467,217,"New York, NY and NJ",217,"New York, NY and NJ" +128,468,159,"Long Beach, CA",159,"Long Beach, CA" +128,469,197,"Portland, ME",197,"Portland, ME" +128,470,162,"Oakland, CA",162,"Oakland, CA" +128,471,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +128,472,159,"Long Beach, CA",159,"Long Beach, CA" +128,473,268,"Seattle, WA",268,"Seattle, WA" +128,474,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +128,475,244,"Providence, RI",244,"Providence, RI" +128,476,268,"Seattle, WA",268,"Seattle, WA" +128,477,268,"Seattle, WA",268,"Seattle, WA" +128,478,245,"Charleston, SC",245,"Charleston, SC" +128,479,268,"Seattle, WA",268,"Seattle, WA" +128,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +128,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +128,482,159,"Long Beach, CA",159,"Long Beach, CA" +128,483,197,"Portland, ME",197,"Portland, ME" +128,484,253,"Beaumont, TX",253,"Beaumont, TX" +128,485,159,"Long Beach, CA",159,"Long Beach, CA" +128,486,159,"Long Beach, CA",159,"Long Beach, CA" +128,487,198,"Baltimore, MD",198,"Baltimore, MD" +128,488,159,"Long Beach, CA",159,"Long Beach, CA" +128,489,159,"Long Beach, CA",159,"Long Beach, CA" +128,490,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +128,491,241,"Philadelphia, PA",241,"Philadelphia, PA" +129,154,159,"Long Beach, CA",159,"Long Beach, CA" +129,179,159,"Long Beach, CA",159,"Long Beach, CA" +129,180,269,"Longview, WA",269,"Longview, WA" +129,274,162,"Oakland, CA",162,"Oakland, CA" +129,275,244,"Providence, RI",244,"Providence, RI" +129,276,201,"Boston, MA",201,"Boston, MA" +129,277,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +129,278,217,"New York, NY and NJ",217,"New York, NY and NJ" +129,279,245,"Charleston, SC",245,"Charleston, SC" +129,280,177,"Savannah, GA",177,"Savannah, GA" +129,281,195,"New Orleans, LA",195,"New Orleans, LA" +129,282,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +129,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +129,284,159,"Long Beach, CA",159,"Long Beach, CA" +129,285,197,"Portland, ME",197,"Portland, ME" +129,286,244,"Providence, RI",244,"Providence, RI" +129,287,171,"Jacksonville, FL",171,"Jacksonville, FL" +129,288,159,"Long Beach, CA",159,"Long Beach, CA" +129,289,159,"Long Beach, CA",159,"Long Beach, CA" +129,290,177,"Savannah, GA",177,"Savannah, GA" +129,291,217,"New York, NY and NJ",217,"New York, NY and NJ" +129,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +129,293,195,"New Orleans, LA",195,"New Orleans, LA" +129,294,198,"Baltimore, MD",198,"Baltimore, MD" +129,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +129,296,159,"Long Beach, CA",159,"Long Beach, CA" +129,297,208,"Pascagoula, MS",208,"Pascagoula, MS" +129,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +129,299,217,"New York, NY and NJ",217,"New York, NY and NJ" +129,300,172,"Port Everglades, FL",172,"Port Everglades, FL" +129,301,217,"New York, NY and NJ",217,"New York, NY and NJ" +129,302,177,"Savannah, GA",177,"Savannah, GA" +129,303,159,"Long Beach, CA",159,"Long Beach, CA" +129,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +129,305,229,"Wilmington, NC",229,"Wilmington, NC" +129,306,198,"Baltimore, MD",198,"Baltimore, MD" +129,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +129,308,159,"Long Beach, CA",159,"Long Beach, CA" +129,309,197,"Portland, ME",197,"Portland, ME" +129,310,223,"New York, NY and NJ",223,"New York, NY and NJ" +129,311,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +129,312,152,"Mobile, AL",152,"Mobile, AL" +129,313,198,"Baltimore, MD",198,"Baltimore, MD" +129,314,223,"New York, NY and NJ",223,"New York, NY and NJ" +129,315,195,"New Orleans, LA",195,"New Orleans, LA" +129,316,162,"Oakland, CA",162,"Oakland, CA" +129,317,239,"Portland, OR",239,"Portland, OR" +129,318,268,"Seattle, WA",268,"Seattle, WA" +129,319,195,"New Orleans, LA",195,"New Orleans, LA" +129,320,217,"New York, NY and NJ",217,"New York, NY and NJ" +129,321,198,"Baltimore, MD",198,"Baltimore, MD" +129,322,162,"Oakland, CA",162,"Oakland, CA" +129,323,195,"New Orleans, LA",195,"New Orleans, LA" +129,324,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +129,325,245,"Charleston, SC",245,"Charleston, SC" +129,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +129,327,197,"Portland, ME",197,"Portland, ME" +129,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +129,329,244,"Providence, RI",244,"Providence, RI" +129,330,241,"Philadelphia, PA",241,"Philadelphia, PA" +129,331,241,"Philadelphia, PA",241,"Philadelphia, PA" +129,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +129,333,245,"Charleston, SC",245,"Charleston, SC" +129,334,172,"Port Everglades, FL",172,"Port Everglades, FL" +129,335,169,"Wilmington, DE",169,"Wilmington, DE" +129,336,171,"Jacksonville, FL",171,"Jacksonville, FL" +129,337,217,"New York, NY and NJ",217,"New York, NY and NJ" +129,338,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +129,339,197,"Portland, ME",197,"Portland, ME" +129,340,241,"Philadelphia, PA",241,"Philadelphia, PA" +129,341,195,"New Orleans, LA",195,"New Orleans, LA" +129,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +129,343,268,"Seattle, WA",268,"Seattle, WA" +129,344,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +129,345,241,"Philadelphia, PA",241,"Philadelphia, PA" +129,346,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +129,347,223,"New York, NY and NJ",223,"New York, NY and NJ" +129,348,217,"New York, NY and NJ",217,"New York, NY and NJ" +129,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +129,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +129,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +129,352,198,"Baltimore, MD",198,"Baltimore, MD" +129,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +129,354,197,"Portland, ME",197,"Portland, ME" +129,355,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +129,356,195,"New Orleans, LA",195,"New Orleans, LA" +129,357,241,"Philadelphia, PA",241,"Philadelphia, PA" +129,358,198,"Baltimore, MD",198,"Baltimore, MD" +129,359,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +129,360,177,"Savannah, GA",177,"Savannah, GA" +129,361,195,"New Orleans, LA",195,"New Orleans, LA" +129,362,198,"Baltimore, MD",198,"Baltimore, MD" +129,363,195,"New Orleans, LA",195,"New Orleans, LA" +129,364,197,"Portland, ME",197,"Portland, ME" +129,365,241,"Philadelphia, PA",241,"Philadelphia, PA" +129,366,239,"Portland, OR",239,"Portland, OR" +129,367,162,"Oakland, CA",162,"Oakland, CA" +129,368,159,"Long Beach, CA",159,"Long Beach, CA" +129,369,159,"Long Beach, CA",159,"Long Beach, CA" +129,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +129,371,159,"Long Beach, CA",159,"Long Beach, CA" +129,372,197,"Portland, ME",197,"Portland, ME" +129,373,177,"Savannah, GA",177,"Savannah, GA" +129,374,268,"Seattle, WA",268,"Seattle, WA" +129,375,268,"Seattle, WA",268,"Seattle, WA" +129,376,268,"Seattle, WA",268,"Seattle, WA" +129,377,241,"Philadelphia, PA",241,"Philadelphia, PA" +129,378,177,"Savannah, GA",177,"Savannah, GA" +129,379,159,"Long Beach, CA",159,"Long Beach, CA" +129,380,269,"Longview, WA",269,"Longview, WA" +129,381,159,"Long Beach, CA",159,"Long Beach, CA" +129,382,201,"Boston, MA",201,"Boston, MA" +129,383,159,"Long Beach, CA",159,"Long Beach, CA" +129,384,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +129,385,223,"New York, NY and NJ",223,"New York, NY and NJ" +129,386,201,"Boston, MA",201,"Boston, MA" +129,387,241,"Philadelphia, PA",241,"Philadelphia, PA" +129,388,198,"Baltimore, MD",198,"Baltimore, MD" +129,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +129,390,241,"Philadelphia, PA",241,"Philadelphia, PA" +129,391,217,"New York, NY and NJ",217,"New York, NY and NJ" +129,392,159,"Long Beach, CA",159,"Long Beach, CA" +129,393,159,"Long Beach, CA",159,"Long Beach, CA" +129,394,217,"New York, NY and NJ",217,"New York, NY and NJ" +129,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +129,396,239,"Portland, OR",239,"Portland, OR" +129,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +129,398,201,"Boston, MA",201,"Boston, MA" +129,399,253,"Beaumont, TX",253,"Beaumont, TX" +129,400,159,"Long Beach, CA",159,"Long Beach, CA" +129,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +129,402,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +129,403,159,"Long Beach, CA",159,"Long Beach, CA" +129,404,198,"Baltimore, MD",198,"Baltimore, MD" +129,405,172,"Port Everglades, FL",172,"Port Everglades, FL" +129,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +129,407,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +129,408,159,"Long Beach, CA",159,"Long Beach, CA" +129,409,245,"Charleston, SC",245,"Charleston, SC" +129,410,159,"Long Beach, CA",159,"Long Beach, CA" +129,411,162,"Oakland, CA",162,"Oakland, CA" +129,412,198,"Baltimore, MD",198,"Baltimore, MD" +129,413,268,"Seattle, WA",268,"Seattle, WA" +129,414,195,"New Orleans, LA",195,"New Orleans, LA" +129,415,217,"New York, NY and NJ",217,"New York, NY and NJ" +129,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +129,417,239,"Portland, OR",239,"Portland, OR" +129,418,159,"Long Beach, CA",159,"Long Beach, CA" +129,419,197,"Portland, ME",197,"Portland, ME" +129,420,159,"Long Beach, CA",159,"Long Beach, CA" +129,421,268,"Seattle, WA",268,"Seattle, WA" +129,422,268,"Seattle, WA",268,"Seattle, WA" +129,423,162,"Oakland, CA",162,"Oakland, CA" +129,424,152,"Mobile, AL",152,"Mobile, AL" +129,425,159,"Long Beach, CA",159,"Long Beach, CA" +129,426,178,"Brunswick, GA",178,"Brunswick, GA" +129,427,152,"Mobile, AL",152,"Mobile, AL" +129,428,159,"Long Beach, CA",159,"Long Beach, CA" +129,429,159,"Long Beach, CA",159,"Long Beach, CA" +129,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +129,431,197,"Portland, ME",197,"Portland, ME" +129,432,159,"Long Beach, CA",159,"Long Beach, CA" +129,433,223,"New York, NY and NJ",223,"New York, NY and NJ" +129,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +129,435,197,"Portland, ME",197,"Portland, ME" +129,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +129,437,217,"New York, NY and NJ",217,"New York, NY and NJ" +129,438,172,"Port Everglades, FL",172,"Port Everglades, FL" +129,439,245,"Charleston, SC",245,"Charleston, SC" +129,440,174,"Tampa, FL",174,"Tampa, FL" +129,441,159,"Long Beach, CA",159,"Long Beach, CA" +129,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +129,443,217,"New York, NY and NJ",217,"New York, NY and NJ" +129,444,162,"Oakland, CA",162,"Oakland, CA" +129,445,198,"Baltimore, MD",198,"Baltimore, MD" +129,446,198,"Baltimore, MD",198,"Baltimore, MD" +129,447,197,"Portland, ME",197,"Portland, ME" +129,448,198,"Baltimore, MD",198,"Baltimore, MD" +129,449,268,"Seattle, WA",268,"Seattle, WA" +129,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +129,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +129,452,201,"Boston, MA",201,"Boston, MA" +129,453,162,"Oakland, CA",162,"Oakland, CA" +129,454,197,"Portland, ME",197,"Portland, ME" +129,455,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +129,456,268,"Seattle, WA",268,"Seattle, WA" +129,457,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +129,458,197,"Portland, ME",197,"Portland, ME" +129,459,159,"Long Beach, CA",159,"Long Beach, CA" +129,460,229,"Wilmington, NC",229,"Wilmington, NC" +129,461,169,"Wilmington, DE",169,"Wilmington, DE" +129,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +129,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +129,464,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +129,465,159,"Long Beach, CA",159,"Long Beach, CA" +129,466,159,"Long Beach, CA",159,"Long Beach, CA" +129,467,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +129,468,269,"Longview, WA",269,"Longview, WA" +129,469,241,"Philadelphia, PA",241,"Philadelphia, PA" +129,470,159,"Long Beach, CA",159,"Long Beach, CA" +129,471,217,"New York, NY and NJ",217,"New York, NY and NJ" +129,472,268,"Seattle, WA",268,"Seattle, WA" +129,473,159,"Long Beach, CA",159,"Long Beach, CA" +129,474,174,"Tampa, FL",174,"Tampa, FL" +129,475,217,"New York, NY and NJ",217,"New York, NY and NJ" +129,476,159,"Long Beach, CA",159,"Long Beach, CA" +129,477,162,"Oakland, CA",162,"Oakland, CA" +129,478,174,"Tampa, FL",174,"Tampa, FL" +129,479,239,"Portland, OR",239,"Portland, OR" +129,480,217,"New York, NY and NJ",217,"New York, NY and NJ" +129,481,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +129,482,159,"Long Beach, CA",159,"Long Beach, CA" +129,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +129,484,195,"New Orleans, LA",195,"New Orleans, LA" +129,485,159,"Long Beach, CA",159,"Long Beach, CA" +129,486,239,"Portland, OR",239,"Portland, OR" +129,487,177,"Savannah, GA",177,"Savannah, GA" +129,488,159,"Long Beach, CA",159,"Long Beach, CA" +129,489,239,"Portland, OR",239,"Portland, OR" +129,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +129,491,174,"Tampa, FL",174,"Tampa, FL" +130,154,162,"Oakland, CA",162,"Oakland, CA" +130,179,159,"Long Beach, CA",159,"Long Beach, CA" +130,180,268,"Seattle, WA",268,"Seattle, WA" +130,274,239,"Portland, OR",239,"Portland, OR" +130,275,201,"Boston, MA",201,"Boston, MA" +130,276,197,"Portland, ME",197,"Portland, ME" +130,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +130,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +130,279,198,"Baltimore, MD",198,"Baltimore, MD" +130,280,174,"Tampa, FL",174,"Tampa, FL" +130,281,208,"Pascagoula, MS",208,"Pascagoula, MS" +130,282,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +130,283,174,"Tampa, FL",174,"Tampa, FL" +130,284,268,"Seattle, WA",268,"Seattle, WA" +130,285,201,"Boston, MA",201,"Boston, MA" +130,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +130,287,177,"Savannah, GA",177,"Savannah, GA" +130,288,159,"Long Beach, CA",159,"Long Beach, CA" +130,289,159,"Long Beach, CA",159,"Long Beach, CA" +130,290,174,"Tampa, FL",174,"Tampa, FL" +130,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +130,292,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +130,293,195,"New Orleans, LA",195,"New Orleans, LA" +130,294,198,"Baltimore, MD",198,"Baltimore, MD" +130,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +130,296,162,"Oakland, CA",162,"Oakland, CA" +130,297,195,"New Orleans, LA",195,"New Orleans, LA" +130,298,198,"Baltimore, MD",198,"Baltimore, MD" +130,299,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +130,300,152,"Mobile, AL",152,"Mobile, AL" +130,301,217,"New York, NY and NJ",217,"New York, NY and NJ" +130,302,172,"Port Everglades, FL",172,"Port Everglades, FL" +130,303,268,"Seattle, WA",268,"Seattle, WA" +130,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +130,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +130,306,245,"Charleston, SC",245,"Charleston, SC" +130,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +130,308,159,"Long Beach, CA",159,"Long Beach, CA" +130,309,241,"Philadelphia, PA",241,"Philadelphia, PA" +130,310,208,"Pascagoula, MS",208,"Pascagoula, MS" +130,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +130,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +130,313,244,"Providence, RI",244,"Providence, RI" +130,314,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +130,315,253,"Beaumont, TX",253,"Beaumont, TX" +130,316,162,"Oakland, CA",162,"Oakland, CA" +130,317,268,"Seattle, WA",268,"Seattle, WA" +130,318,159,"Long Beach, CA",159,"Long Beach, CA" +130,319,174,"Tampa, FL",174,"Tampa, FL" +130,320,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +130,321,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +130,322,159,"Long Beach, CA",159,"Long Beach, CA" +130,323,174,"Tampa, FL",174,"Tampa, FL" +130,324,244,"Providence, RI",244,"Providence, RI" +130,325,174,"Tampa, FL",174,"Tampa, FL" +130,326,245,"Charleston, SC",245,"Charleston, SC" +130,327,241,"Philadelphia, PA",241,"Philadelphia, PA" +130,328,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +130,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +130,330,217,"New York, NY and NJ",217,"New York, NY and NJ" +130,331,223,"New York, NY and NJ",223,"New York, NY and NJ" +130,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +130,333,171,"Jacksonville, FL",171,"Jacksonville, FL" +130,334,195,"New Orleans, LA",195,"New Orleans, LA" +130,335,223,"New York, NY and NJ",223,"New York, NY and NJ" +130,336,171,"Jacksonville, FL",171,"Jacksonville, FL" +130,337,217,"New York, NY and NJ",217,"New York, NY and NJ" +130,338,223,"New York, NY and NJ",223,"New York, NY and NJ" +130,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +130,340,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +130,341,172,"Port Everglades, FL",172,"Port Everglades, FL" +130,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +130,343,159,"Long Beach, CA",159,"Long Beach, CA" +130,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +130,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +130,346,195,"New Orleans, LA",195,"New Orleans, LA" +130,347,241,"Philadelphia, PA",241,"Philadelphia, PA" +130,348,198,"Baltimore, MD",198,"Baltimore, MD" +130,349,169,"Wilmington, DE",169,"Wilmington, DE" +130,350,197,"Portland, ME",197,"Portland, ME" +130,351,223,"New York, NY and NJ",223,"New York, NY and NJ" +130,352,198,"Baltimore, MD",198,"Baltimore, MD" +130,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +130,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +130,355,171,"Jacksonville, FL",171,"Jacksonville, FL" +130,356,195,"New Orleans, LA",195,"New Orleans, LA" +130,357,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +130,358,169,"Wilmington, DE",169,"Wilmington, DE" +130,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +130,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +130,361,245,"Charleston, SC",245,"Charleston, SC" +130,362,198,"Baltimore, MD",198,"Baltimore, MD" +130,363,174,"Tampa, FL",174,"Tampa, FL" +130,364,197,"Portland, ME",197,"Portland, ME" +130,365,241,"Philadelphia, PA",241,"Philadelphia, PA" +130,366,162,"Oakland, CA",162,"Oakland, CA" +130,367,269,"Longview, WA",269,"Longview, WA" +130,368,159,"Long Beach, CA",159,"Long Beach, CA" +130,369,159,"Long Beach, CA",159,"Long Beach, CA" +130,370,201,"Boston, MA",201,"Boston, MA" +130,371,174,"Tampa, FL",174,"Tampa, FL" +130,372,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +130,373,174,"Tampa, FL",174,"Tampa, FL" +130,374,159,"Long Beach, CA",159,"Long Beach, CA" +130,375,159,"Long Beach, CA",159,"Long Beach, CA" +130,376,159,"Long Beach, CA",159,"Long Beach, CA" +130,377,169,"Wilmington, DE",169,"Wilmington, DE" +130,378,195,"New Orleans, LA",195,"New Orleans, LA" +130,379,159,"Long Beach, CA",159,"Long Beach, CA" +130,380,162,"Oakland, CA",162,"Oakland, CA" +130,381,162,"Oakland, CA",162,"Oakland, CA" +130,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +130,383,269,"Longview, WA",269,"Longview, WA" +130,384,217,"New York, NY and NJ",217,"New York, NY and NJ" +130,385,197,"Portland, ME",197,"Portland, ME" +130,386,217,"New York, NY and NJ",217,"New York, NY and NJ" +130,387,241,"Philadelphia, PA",241,"Philadelphia, PA" +130,388,241,"Philadelphia, PA",241,"Philadelphia, PA" +130,389,244,"Providence, RI",244,"Providence, RI" +130,390,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +130,391,241,"Philadelphia, PA",241,"Philadelphia, PA" +130,392,162,"Oakland, CA",162,"Oakland, CA" +130,393,159,"Long Beach, CA",159,"Long Beach, CA" +130,394,241,"Philadelphia, PA",241,"Philadelphia, PA" +130,395,217,"New York, NY and NJ",217,"New York, NY and NJ" +130,396,159,"Long Beach, CA",159,"Long Beach, CA" +130,397,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +130,398,223,"New York, NY and NJ",223,"New York, NY and NJ" +130,399,257,"Houston, TX",257,"Houston, TX" +130,400,268,"Seattle, WA",268,"Seattle, WA" +130,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +130,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +130,403,239,"Portland, OR",239,"Portland, OR" +130,404,198,"Baltimore, MD",198,"Baltimore, MD" +130,405,245,"Charleston, SC",245,"Charleston, SC" +130,406,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +130,407,197,"Portland, ME",197,"Portland, ME" +130,408,239,"Portland, OR",239,"Portland, OR" +130,409,217,"New York, NY and NJ",217,"New York, NY and NJ" +130,410,159,"Long Beach, CA",159,"Long Beach, CA" +130,411,159,"Long Beach, CA",159,"Long Beach, CA" +130,412,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +130,413,239,"Portland, OR",239,"Portland, OR" +130,414,195,"New Orleans, LA",195,"New Orleans, LA" +130,415,217,"New York, NY and NJ",217,"New York, NY and NJ" +130,416,198,"Baltimore, MD",198,"Baltimore, MD" +130,417,162,"Oakland, CA",162,"Oakland, CA" +130,418,159,"Long Beach, CA",159,"Long Beach, CA" +130,419,241,"Philadelphia, PA",241,"Philadelphia, PA" +130,420,159,"Long Beach, CA",159,"Long Beach, CA" +130,421,162,"Oakland, CA",162,"Oakland, CA" +130,422,268,"Seattle, WA",268,"Seattle, WA" +130,423,239,"Portland, OR",239,"Portland, OR" +130,424,195,"New Orleans, LA",195,"New Orleans, LA" +130,425,162,"Oakland, CA",162,"Oakland, CA" +130,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +130,427,245,"Charleston, SC",245,"Charleston, SC" +130,428,239,"Portland, OR",239,"Portland, OR" +130,429,162,"Oakland, CA",162,"Oakland, CA" +130,430,197,"Portland, ME",197,"Portland, ME" +130,431,169,"Wilmington, DE",169,"Wilmington, DE" +130,432,268,"Seattle, WA",268,"Seattle, WA" +130,433,241,"Philadelphia, PA",241,"Philadelphia, PA" +130,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +130,435,217,"New York, NY and NJ",217,"New York, NY and NJ" +130,436,241,"Philadelphia, PA",241,"Philadelphia, PA" +130,437,172,"Port Everglades, FL",172,"Port Everglades, FL" +130,438,245,"Charleston, SC",245,"Charleston, SC" +130,439,229,"Wilmington, NC",229,"Wilmington, NC" +130,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +130,441,159,"Long Beach, CA",159,"Long Beach, CA" +130,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +130,443,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +130,444,159,"Long Beach, CA",159,"Long Beach, CA" +130,445,223,"New York, NY and NJ",223,"New York, NY and NJ" +130,446,198,"Baltimore, MD",198,"Baltimore, MD" +130,447,197,"Portland, ME",197,"Portland, ME" +130,448,197,"Portland, ME",197,"Portland, ME" +130,449,159,"Long Beach, CA",159,"Long Beach, CA" +130,450,172,"Port Everglades, FL",172,"Port Everglades, FL" +130,451,217,"New York, NY and NJ",217,"New York, NY and NJ" +130,452,197,"Portland, ME",197,"Portland, ME" +130,453,268,"Seattle, WA",268,"Seattle, WA" +130,454,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +130,455,217,"New York, NY and NJ",217,"New York, NY and NJ" +130,456,162,"Oakland, CA",162,"Oakland, CA" +130,457,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +130,458,197,"Portland, ME",197,"Portland, ME" +130,459,159,"Long Beach, CA",159,"Long Beach, CA" +130,460,201,"Boston, MA",201,"Boston, MA" +130,461,217,"New York, NY and NJ",217,"New York, NY and NJ" +130,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +130,463,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +130,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +130,465,162,"Oakland, CA",162,"Oakland, CA" +130,466,159,"Long Beach, CA",159,"Long Beach, CA" +130,467,201,"Boston, MA",201,"Boston, MA" +130,468,159,"Long Beach, CA",159,"Long Beach, CA" +130,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +130,470,159,"Long Beach, CA",159,"Long Beach, CA" +130,471,217,"New York, NY and NJ",217,"New York, NY and NJ" +130,472,159,"Long Beach, CA",159,"Long Beach, CA" +130,473,159,"Long Beach, CA",159,"Long Beach, CA" +130,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +130,475,198,"Baltimore, MD",198,"Baltimore, MD" +130,476,159,"Long Beach, CA",159,"Long Beach, CA" +130,477,162,"Oakland, CA",162,"Oakland, CA" +130,478,177,"Savannah, GA",177,"Savannah, GA" +130,479,159,"Long Beach, CA",159,"Long Beach, CA" +130,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +130,481,223,"New York, NY and NJ",223,"New York, NY and NJ" +130,482,159,"Long Beach, CA",159,"Long Beach, CA" +130,483,201,"Boston, MA",201,"Boston, MA" +130,484,177,"Savannah, GA",177,"Savannah, GA" +130,485,268,"Seattle, WA",268,"Seattle, WA" +130,486,268,"Seattle, WA",268,"Seattle, WA" +130,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +130,488,269,"Longview, WA",269,"Longview, WA" +130,489,159,"Long Beach, CA",159,"Long Beach, CA" +130,490,241,"Philadelphia, PA",241,"Philadelphia, PA" +130,491,244,"Providence, RI",244,"Providence, RI" +131,154,159,"Long Beach, CA",159,"Long Beach, CA" +131,179,159,"Long Beach, CA",159,"Long Beach, CA" +131,180,162,"Oakland, CA",162,"Oakland, CA" +131,274,159,"Long Beach, CA",159,"Long Beach, CA" +131,275,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,276,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,278,201,"Boston, MA",201,"Boston, MA" +131,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +131,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +131,281,253,"Beaumont, TX",253,"Beaumont, TX" +131,282,198,"Baltimore, MD",198,"Baltimore, MD" +131,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +131,284,162,"Oakland, CA",162,"Oakland, CA" +131,285,201,"Boston, MA",201,"Boston, MA" +131,286,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +131,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +131,288,268,"Seattle, WA",268,"Seattle, WA" +131,289,239,"Portland, OR",239,"Portland, OR" +131,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +131,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +131,292,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +131,293,194,"Lake Charles, LA",194,"Lake Charles, LA" +131,294,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +131,295,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +131,296,159,"Long Beach, CA",159,"Long Beach, CA" +131,297,195,"New Orleans, LA",195,"New Orleans, LA" +131,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,299,198,"Baltimore, MD",198,"Baltimore, MD" +131,300,172,"Port Everglades, FL",172,"Port Everglades, FL" +131,301,198,"Baltimore, MD",198,"Baltimore, MD" +131,302,245,"Charleston, SC",245,"Charleston, SC" +131,303,162,"Oakland, CA",162,"Oakland, CA" +131,304,198,"Baltimore, MD",198,"Baltimore, MD" +131,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,306,241,"Philadelphia, PA",241,"Philadelphia, PA" +131,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +131,308,159,"Long Beach, CA",159,"Long Beach, CA" +131,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,310,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +131,311,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,312,174,"Tampa, FL",174,"Tampa, FL" +131,313,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,314,244,"Providence, RI",244,"Providence, RI" +131,315,172,"Port Everglades, FL",172,"Port Everglades, FL" +131,316,268,"Seattle, WA",268,"Seattle, WA" +131,317,268,"Seattle, WA",268,"Seattle, WA" +131,318,159,"Long Beach, CA",159,"Long Beach, CA" +131,319,195,"New Orleans, LA",195,"New Orleans, LA" +131,320,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +131,321,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +131,322,159,"Long Beach, CA",159,"Long Beach, CA" +131,323,195,"New Orleans, LA",195,"New Orleans, LA" +131,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,325,171,"Jacksonville, FL",171,"Jacksonville, FL" +131,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +131,327,241,"Philadelphia, PA",241,"Philadelphia, PA" +131,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +131,329,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +131,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +131,333,245,"Charleston, SC",245,"Charleston, SC" +131,334,171,"Jacksonville, FL",171,"Jacksonville, FL" +131,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,336,195,"New Orleans, LA",195,"New Orleans, LA" +131,337,241,"Philadelphia, PA",241,"Philadelphia, PA" +131,338,198,"Baltimore, MD",198,"Baltimore, MD" +131,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +131,340,241,"Philadelphia, PA",241,"Philadelphia, PA" +131,341,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +131,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,343,269,"Longview, WA",269,"Longview, WA" +131,344,197,"Portland, ME",197,"Portland, ME" +131,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +131,346,198,"Baltimore, MD",198,"Baltimore, MD" +131,347,198,"Baltimore, MD",198,"Baltimore, MD" +131,348,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,349,169,"Wilmington, DE",169,"Wilmington, DE" +131,350,201,"Boston, MA",201,"Boston, MA" +131,351,229,"Wilmington, NC",229,"Wilmington, NC" +131,352,244,"Providence, RI",244,"Providence, RI" +131,353,198,"Baltimore, MD",198,"Baltimore, MD" +131,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +131,355,152,"Mobile, AL",152,"Mobile, AL" +131,356,195,"New Orleans, LA",195,"New Orleans, LA" +131,357,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +131,358,201,"Boston, MA",201,"Boston, MA" +131,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +131,360,174,"Tampa, FL",174,"Tampa, FL" +131,361,253,"Beaumont, TX",253,"Beaumont, TX" +131,362,198,"Baltimore, MD",198,"Baltimore, MD" +131,363,194,"Lake Charles, LA",194,"Lake Charles, LA" +131,364,198,"Baltimore, MD",198,"Baltimore, MD" +131,365,197,"Portland, ME",197,"Portland, ME" +131,366,159,"Long Beach, CA",159,"Long Beach, CA" +131,367,162,"Oakland, CA",162,"Oakland, CA" +131,368,162,"Oakland, CA",162,"Oakland, CA" +131,369,268,"Seattle, WA",268,"Seattle, WA" +131,370,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,371,159,"Long Beach, CA",159,"Long Beach, CA" +131,372,201,"Boston, MA",201,"Boston, MA" +131,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +131,374,239,"Portland, OR",239,"Portland, OR" +131,375,159,"Long Beach, CA",159,"Long Beach, CA" +131,376,159,"Long Beach, CA",159,"Long Beach, CA" +131,377,197,"Portland, ME",197,"Portland, ME" +131,378,195,"New Orleans, LA",195,"New Orleans, LA" +131,379,268,"Seattle, WA",268,"Seattle, WA" +131,380,268,"Seattle, WA",268,"Seattle, WA" +131,381,268,"Seattle, WA",268,"Seattle, WA" +131,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +131,383,268,"Seattle, WA",268,"Seattle, WA" +131,384,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +131,385,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +131,386,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +131,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +131,388,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +131,390,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +131,392,159,"Long Beach, CA",159,"Long Beach, CA" +131,393,268,"Seattle, WA",268,"Seattle, WA" +131,394,197,"Portland, ME",197,"Portland, ME" +131,395,241,"Philadelphia, PA",241,"Philadelphia, PA" +131,396,268,"Seattle, WA",268,"Seattle, WA" +131,397,201,"Boston, MA",201,"Boston, MA" +131,398,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +131,399,194,"Lake Charles, LA",194,"Lake Charles, LA" +131,400,159,"Long Beach, CA",159,"Long Beach, CA" +131,401,198,"Baltimore, MD",198,"Baltimore, MD" +131,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,403,159,"Long Beach, CA",159,"Long Beach, CA" +131,404,197,"Portland, ME",197,"Portland, ME" +131,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +131,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,407,177,"Savannah, GA",177,"Savannah, GA" +131,408,162,"Oakland, CA",162,"Oakland, CA" +131,409,244,"Providence, RI",244,"Providence, RI" +131,410,269,"Longview, WA",269,"Longview, WA" +131,411,159,"Long Beach, CA",159,"Long Beach, CA" +131,412,241,"Philadelphia, PA",241,"Philadelphia, PA" +131,413,159,"Long Beach, CA",159,"Long Beach, CA" +131,414,195,"New Orleans, LA",195,"New Orleans, LA" +131,415,244,"Providence, RI",244,"Providence, RI" +131,416,223,"New York, NY and NJ",223,"New York, NY and NJ" +131,417,159,"Long Beach, CA",159,"Long Beach, CA" +131,418,239,"Portland, OR",239,"Portland, OR" +131,419,197,"Portland, ME",197,"Portland, ME" +131,420,239,"Portland, OR",239,"Portland, OR" +131,421,162,"Oakland, CA",162,"Oakland, CA" +131,422,159,"Long Beach, CA",159,"Long Beach, CA" +131,423,159,"Long Beach, CA",159,"Long Beach, CA" +131,424,245,"Charleston, SC",245,"Charleston, SC" +131,425,159,"Long Beach, CA",159,"Long Beach, CA" +131,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +131,427,195,"New Orleans, LA",195,"New Orleans, LA" +131,428,159,"Long Beach, CA",159,"Long Beach, CA" +131,429,159,"Long Beach, CA",159,"Long Beach, CA" +131,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,432,162,"Oakland, CA",162,"Oakland, CA" +131,433,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,435,201,"Boston, MA",201,"Boston, MA" +131,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +131,437,172,"Port Everglades, FL",172,"Port Everglades, FL" +131,438,172,"Port Everglades, FL",172,"Port Everglades, FL" +131,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +131,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +131,441,162,"Oakland, CA",162,"Oakland, CA" +131,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +131,443,244,"Providence, RI",244,"Providence, RI" +131,444,159,"Long Beach, CA",159,"Long Beach, CA" +131,445,229,"Wilmington, NC",229,"Wilmington, NC" +131,446,244,"Providence, RI",244,"Providence, RI" +131,447,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +131,448,241,"Philadelphia, PA",241,"Philadelphia, PA" +131,449,269,"Longview, WA",269,"Longview, WA" +131,450,245,"Charleston, SC",245,"Charleston, SC" +131,451,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,453,159,"Long Beach, CA",159,"Long Beach, CA" +131,454,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +131,455,171,"Jacksonville, FL",171,"Jacksonville, FL" +131,456,268,"Seattle, WA",268,"Seattle, WA" +131,457,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,458,198,"Baltimore, MD",198,"Baltimore, MD" +131,459,269,"Longview, WA",269,"Longview, WA" +131,460,198,"Baltimore, MD",198,"Baltimore, MD" +131,461,171,"Jacksonville, FL",171,"Jacksonville, FL" +131,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +131,463,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,464,201,"Boston, MA",201,"Boston, MA" +131,465,159,"Long Beach, CA",159,"Long Beach, CA" +131,466,159,"Long Beach, CA",159,"Long Beach, CA" +131,467,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +131,468,159,"Long Beach, CA",159,"Long Beach, CA" +131,469,197,"Portland, ME",197,"Portland, ME" +131,470,159,"Long Beach, CA",159,"Long Beach, CA" +131,471,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +131,472,159,"Long Beach, CA",159,"Long Beach, CA" +131,473,159,"Long Beach, CA",159,"Long Beach, CA" +131,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +131,475,244,"Providence, RI",244,"Providence, RI" +131,476,159,"Long Beach, CA",159,"Long Beach, CA" +131,477,239,"Portland, OR",239,"Portland, OR" +131,478,172,"Port Everglades, FL",172,"Port Everglades, FL" +131,479,268,"Seattle, WA",268,"Seattle, WA" +131,480,217,"New York, NY and NJ",217,"New York, NY and NJ" +131,481,201,"Boston, MA",201,"Boston, MA" +131,482,159,"Long Beach, CA",159,"Long Beach, CA" +131,483,197,"Portland, ME",197,"Portland, ME" +131,484,245,"Charleston, SC",245,"Charleston, SC" +131,485,269,"Longview, WA",269,"Longview, WA" +131,486,159,"Long Beach, CA",159,"Long Beach, CA" +131,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +131,488,159,"Long Beach, CA",159,"Long Beach, CA" +131,489,268,"Seattle, WA",268,"Seattle, WA" +131,490,198,"Baltimore, MD",198,"Baltimore, MD" +131,491,245,"Charleston, SC",245,"Charleston, SC" +132,154,268,"Seattle, WA",268,"Seattle, WA" +132,179,159,"Long Beach, CA",159,"Long Beach, CA" +132,180,159,"Long Beach, CA",159,"Long Beach, CA" +132,274,269,"Longview, WA",269,"Longview, WA" +132,275,217,"New York, NY and NJ",217,"New York, NY and NJ" +132,276,241,"Philadelphia, PA",241,"Philadelphia, PA" +132,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +132,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +132,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +132,280,174,"Tampa, FL",174,"Tampa, FL" +132,281,177,"Savannah, GA",177,"Savannah, GA" +132,282,198,"Baltimore, MD",198,"Baltimore, MD" +132,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +132,284,159,"Long Beach, CA",159,"Long Beach, CA" +132,285,198,"Baltimore, MD",198,"Baltimore, MD" +132,286,197,"Portland, ME",197,"Portland, ME" +132,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +132,288,159,"Long Beach, CA",159,"Long Beach, CA" +132,289,162,"Oakland, CA",162,"Oakland, CA" +132,290,198,"Baltimore, MD",198,"Baltimore, MD" +132,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +132,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +132,293,195,"New Orleans, LA",195,"New Orleans, LA" +132,294,198,"Baltimore, MD",198,"Baltimore, MD" +132,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +132,296,159,"Long Beach, CA",159,"Long Beach, CA" +132,297,152,"Mobile, AL",152,"Mobile, AL" +132,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +132,299,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +132,300,177,"Savannah, GA",177,"Savannah, GA" +132,301,197,"Portland, ME",197,"Portland, ME" +132,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +132,303,159,"Long Beach, CA",159,"Long Beach, CA" +132,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +132,305,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +132,306,244,"Providence, RI",244,"Providence, RI" +132,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +132,308,162,"Oakland, CA",162,"Oakland, CA" +132,309,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +132,310,217,"New York, NY and NJ",217,"New York, NY and NJ" +132,311,217,"New York, NY and NJ",217,"New York, NY and NJ" +132,312,174,"Tampa, FL",174,"Tampa, FL" +132,313,229,"Wilmington, NC",229,"Wilmington, NC" +132,314,198,"Baltimore, MD",198,"Baltimore, MD" +132,315,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +132,316,239,"Portland, OR",239,"Portland, OR" +132,317,159,"Long Beach, CA",159,"Long Beach, CA" +132,318,159,"Long Beach, CA",159,"Long Beach, CA" +132,319,152,"Mobile, AL",152,"Mobile, AL" +132,320,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +132,321,201,"Boston, MA",201,"Boston, MA" +132,322,268,"Seattle, WA",268,"Seattle, WA" +132,323,195,"New Orleans, LA",195,"New Orleans, LA" +132,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +132,325,177,"Savannah, GA",177,"Savannah, GA" +132,326,245,"Charleston, SC",245,"Charleston, SC" +132,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +132,328,201,"Boston, MA",201,"Boston, MA" +132,329,241,"Philadelphia, PA",241,"Philadelphia, PA" +132,330,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +132,331,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +132,332,178,"Brunswick, GA",178,"Brunswick, GA" +132,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +132,334,195,"New Orleans, LA",195,"New Orleans, LA" +132,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +132,336,195,"New Orleans, LA",195,"New Orleans, LA" +132,337,223,"New York, NY and NJ",223,"New York, NY and NJ" +132,338,217,"New York, NY and NJ",217,"New York, NY and NJ" +132,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +132,340,217,"New York, NY and NJ",217,"New York, NY and NJ" +132,341,152,"Mobile, AL",152,"Mobile, AL" +132,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +132,343,268,"Seattle, WA",268,"Seattle, WA" +132,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +132,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +132,346,245,"Charleston, SC",245,"Charleston, SC" +132,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +132,348,241,"Philadelphia, PA",241,"Philadelphia, PA" +132,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +132,350,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +132,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +132,352,217,"New York, NY and NJ",217,"New York, NY and NJ" +132,353,241,"Philadelphia, PA",241,"Philadelphia, PA" +132,354,201,"Boston, MA",201,"Boston, MA" +132,355,171,"Jacksonville, FL",171,"Jacksonville, FL" +132,356,172,"Port Everglades, FL",172,"Port Everglades, FL" +132,357,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +132,358,241,"Philadelphia, PA",241,"Philadelphia, PA" +132,359,177,"Savannah, GA",177,"Savannah, GA" +132,360,174,"Tampa, FL",174,"Tampa, FL" +132,361,174,"Tampa, FL",174,"Tampa, FL" +132,362,198,"Baltimore, MD",198,"Baltimore, MD" +132,363,178,"Brunswick, GA",178,"Brunswick, GA" +132,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +132,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +132,366,159,"Long Beach, CA",159,"Long Beach, CA" +132,367,159,"Long Beach, CA",159,"Long Beach, CA" +132,368,159,"Long Beach, CA",159,"Long Beach, CA" +132,369,159,"Long Beach, CA",159,"Long Beach, CA" +132,370,197,"Portland, ME",197,"Portland, ME" +132,371,159,"Long Beach, CA",159,"Long Beach, CA" +132,372,241,"Philadelphia, PA",241,"Philadelphia, PA" +132,373,174,"Tampa, FL",174,"Tampa, FL" +132,374,159,"Long Beach, CA",159,"Long Beach, CA" +132,375,239,"Portland, OR",239,"Portland, OR" +132,376,268,"Seattle, WA",268,"Seattle, WA" +132,377,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +132,378,172,"Port Everglades, FL",172,"Port Everglades, FL" +132,379,268,"Seattle, WA",268,"Seattle, WA" +132,380,268,"Seattle, WA",268,"Seattle, WA" +132,381,239,"Portland, OR",239,"Portland, OR" +132,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +132,383,162,"Oakland, CA",162,"Oakland, CA" +132,384,223,"New York, NY and NJ",223,"New York, NY and NJ" +132,385,217,"New York, NY and NJ",217,"New York, NY and NJ" +132,386,241,"Philadelphia, PA",241,"Philadelphia, PA" +132,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +132,388,197,"Portland, ME",197,"Portland, ME" +132,389,197,"Portland, ME",197,"Portland, ME" +132,390,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +132,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +132,392,159,"Long Beach, CA",159,"Long Beach, CA" +132,393,268,"Seattle, WA",268,"Seattle, WA" +132,394,198,"Baltimore, MD",198,"Baltimore, MD" +132,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +132,396,159,"Long Beach, CA",159,"Long Beach, CA" +132,397,241,"Philadelphia, PA",241,"Philadelphia, PA" +132,398,217,"New York, NY and NJ",217,"New York, NY and NJ" +132,399,195,"New Orleans, LA",195,"New Orleans, LA" +132,400,159,"Long Beach, CA",159,"Long Beach, CA" +132,401,198,"Baltimore, MD",198,"Baltimore, MD" +132,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +132,403,162,"Oakland, CA",162,"Oakland, CA" +132,404,201,"Boston, MA",201,"Boston, MA" +132,405,229,"Wilmington, NC",229,"Wilmington, NC" +132,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +132,407,217,"New York, NY and NJ",217,"New York, NY and NJ" +132,408,159,"Long Beach, CA",159,"Long Beach, CA" +132,409,229,"Wilmington, NC",229,"Wilmington, NC" +132,410,239,"Portland, OR",239,"Portland, OR" +132,411,159,"Long Beach, CA",159,"Long Beach, CA" +132,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +132,413,159,"Long Beach, CA",159,"Long Beach, CA" +132,414,177,"Savannah, GA",177,"Savannah, GA" +132,415,217,"New York, NY and NJ",217,"New York, NY and NJ" +132,416,223,"New York, NY and NJ",223,"New York, NY and NJ" +132,417,159,"Long Beach, CA",159,"Long Beach, CA" +132,418,162,"Oakland, CA",162,"Oakland, CA" +132,419,217,"New York, NY and NJ",217,"New York, NY and NJ" +132,420,159,"Long Beach, CA",159,"Long Beach, CA" +132,421,268,"Seattle, WA",268,"Seattle, WA" +132,422,268,"Seattle, WA",268,"Seattle, WA" +132,423,268,"Seattle, WA",268,"Seattle, WA" +132,424,174,"Tampa, FL",174,"Tampa, FL" +132,425,159,"Long Beach, CA",159,"Long Beach, CA" +132,426,208,"Pascagoula, MS",208,"Pascagoula, MS" +132,427,174,"Tampa, FL",174,"Tampa, FL" +132,428,159,"Long Beach, CA",159,"Long Beach, CA" +132,429,269,"Longview, WA",269,"Longview, WA" +132,430,201,"Boston, MA",201,"Boston, MA" +132,431,244,"Providence, RI",244,"Providence, RI" +132,432,162,"Oakland, CA",162,"Oakland, CA" +132,433,217,"New York, NY and NJ",217,"New York, NY and NJ" +132,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +132,435,217,"New York, NY and NJ",217,"New York, NY and NJ" +132,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +132,437,201,"Boston, MA",201,"Boston, MA" +132,438,217,"New York, NY and NJ",217,"New York, NY and NJ" +132,439,177,"Savannah, GA",177,"Savannah, GA" +132,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +132,441,159,"Long Beach, CA",159,"Long Beach, CA" +132,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +132,443,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +132,444,159,"Long Beach, CA",159,"Long Beach, CA" +132,445,201,"Boston, MA",201,"Boston, MA" +132,446,198,"Baltimore, MD",198,"Baltimore, MD" +132,447,169,"Wilmington, DE",169,"Wilmington, DE" +132,448,198,"Baltimore, MD",198,"Baltimore, MD" +132,449,268,"Seattle, WA",268,"Seattle, WA" +132,450,172,"Port Everglades, FL",172,"Port Everglades, FL" +132,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +132,452,241,"Philadelphia, PA",241,"Philadelphia, PA" +132,453,268,"Seattle, WA",268,"Seattle, WA" +132,454,198,"Baltimore, MD",198,"Baltimore, MD" +132,455,241,"Philadelphia, PA",241,"Philadelphia, PA" +132,456,162,"Oakland, CA",162,"Oakland, CA" +132,457,198,"Baltimore, MD",198,"Baltimore, MD" +132,458,169,"Wilmington, DE",169,"Wilmington, DE" +132,459,159,"Long Beach, CA",159,"Long Beach, CA" +132,460,217,"New York, NY and NJ",217,"New York, NY and NJ" +132,461,177,"Savannah, GA",177,"Savannah, GA" +132,462,217,"New York, NY and NJ",217,"New York, NY and NJ" +132,463,241,"Philadelphia, PA",241,"Philadelphia, PA" +132,464,169,"Wilmington, DE",169,"Wilmington, DE" +132,465,268,"Seattle, WA",268,"Seattle, WA" +132,466,239,"Portland, OR",239,"Portland, OR" +132,467,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +132,468,159,"Long Beach, CA",159,"Long Beach, CA" +132,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +132,470,159,"Long Beach, CA",159,"Long Beach, CA" +132,471,217,"New York, NY and NJ",217,"New York, NY and NJ" +132,472,269,"Longview, WA",269,"Longview, WA" +132,473,159,"Long Beach, CA",159,"Long Beach, CA" +132,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +132,475,241,"Philadelphia, PA",241,"Philadelphia, PA" +132,476,268,"Seattle, WA",268,"Seattle, WA" +132,477,159,"Long Beach, CA",159,"Long Beach, CA" +132,478,177,"Savannah, GA",177,"Savannah, GA" +132,479,159,"Long Beach, CA",159,"Long Beach, CA" +132,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +132,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +132,482,268,"Seattle, WA",268,"Seattle, WA" +132,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +132,484,194,"Lake Charles, LA",194,"Lake Charles, LA" +132,485,159,"Long Beach, CA",159,"Long Beach, CA" +132,486,159,"Long Beach, CA",159,"Long Beach, CA" +132,487,171,"Jacksonville, FL",171,"Jacksonville, FL" +132,488,159,"Long Beach, CA",159,"Long Beach, CA" +132,489,268,"Seattle, WA",268,"Seattle, WA" +132,490,197,"Portland, ME",197,"Portland, ME" +132,491,177,"Savannah, GA",177,"Savannah, GA" +151,154,159,"Long Beach, CA",159,"Long Beach, CA" +151,179,159,"Long Beach, CA",268,"Seattle, WA" +151,180,159,"Long Beach, CA",162,"Oakland, CA" +151,274,162,"Oakland, CA",268,"Seattle, WA" +151,275,197,"Portland, ME",241,"Philadelphia, PA" +151,276,197,"Portland, ME",217,"New York, NY and NJ" +151,277,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +151,278,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +151,279,171,"Jacksonville, FL",177,"Savannah, GA" +151,280,177,"Savannah, GA",245,"Charleston, SC" +151,281,195,"New Orleans, LA",177,"Savannah, GA" +151,282,217,"New York, NY and NJ",244,"Providence, RI" +151,283,177,"Savannah, GA",172,"Port Everglades, FL" +151,284,239,"Portland, OR",159,"Long Beach, CA" +151,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +151,286,241,"Philadelphia, PA",229,"Wilmington, NC" +151,287,174,"Tampa, FL",171,"Jacksonville, FL" +151,288,162,"Oakland, CA",269,"Longview, WA" +151,289,159,"Long Beach, CA",159,"Long Beach, CA" +151,290,245,"Charleston, SC",177,"Savannah, GA" +151,291,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +151,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +151,293,195,"New Orleans, LA",195,"New Orleans, LA" +151,294,198,"Baltimore, MD",217,"New York, NY and NJ" +151,295,217,"New York, NY and NJ",245,"Charleston, SC" +151,296,268,"Seattle, WA",159,"Long Beach, CA" +151,297,172,"Port Everglades, FL",195,"New Orleans, LA" +151,298,197,"Portland, ME",198,"Baltimore, MD" +151,299,217,"New York, NY and NJ",152,"Mobile, AL" +151,300,152,"Mobile, AL",152,"Mobile, AL" +151,301,245,"Charleston, SC",217,"New York, NY and NJ" +151,302,174,"Tampa, FL",171,"Jacksonville, FL" +151,303,159,"Long Beach, CA",159,"Long Beach, CA" +151,304,223,"New York, NY and NJ",201,"Boston, MA" +151,305,241,"Philadelphia, PA",217,"New York, NY and NJ" +151,306,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +151,307,197,"Portland, ME",223,"New York, NY and NJ" +151,308,268,"Seattle, WA",159,"Long Beach, CA" +151,309,241,"Philadelphia, PA",229,"Wilmington, NC" +151,310,195,"New Orleans, LA",195,"New Orleans, LA" +151,311,197,"Portland, ME",169,"Wilmington, DE" +151,312,152,"Mobile, AL",152,"Mobile, AL" +151,313,217,"New York, NY and NJ",152,"Mobile, AL" +151,314,198,"Baltimore, MD",177,"Savannah, GA" +151,315,195,"New Orleans, LA",195,"New Orleans, LA" +151,316,268,"Seattle, WA",268,"Seattle, WA" +151,317,159,"Long Beach, CA",239,"Portland, OR" +151,318,159,"Long Beach, CA",268,"Seattle, WA" +151,319,172,"Port Everglades, FL",195,"New Orleans, LA" +151,320,218,"Camden-Gloucester, NJ",197,"Portland, ME" +151,321,218,"Camden-Gloucester, NJ",197,"Portland, ME" +151,322,159,"Long Beach, CA",159,"Long Beach, CA" +151,323,195,"New Orleans, LA",152,"Mobile, AL" +151,324,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +151,325,172,"Port Everglades, FL",152,"Mobile, AL" +151,326,152,"Mobile, AL",174,"Tampa, FL" +151,327,217,"New York, NY and NJ",223,"New York, NY and NJ" +151,328,201,"Boston, MA",197,"Portland, ME" +151,329,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +151,330,223,"New York, NY and NJ",198,"Baltimore, MD" +151,331,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +151,332,245,"Charleston, SC",152,"Mobile, AL" +151,333,177,"Savannah, GA",174,"Tampa, FL" +151,334,208,"Pascagoula, MS",172,"Port Everglades, FL" +151,335,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +151,336,195,"New Orleans, LA",177,"Savannah, GA" +151,337,241,"Philadelphia, PA",241,"Philadelphia, PA" +151,338,241,"Philadelphia, PA",223,"New York, NY and NJ" +151,339,197,"Portland, ME",223,"New York, NY and NJ" +151,340,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +151,341,257,"Houston, TX",254,"Corpus Christi, TX" +151,342,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +151,343,268,"Seattle, WA",159,"Long Beach, CA" +151,344,198,"Baltimore, MD",217,"New York, NY and NJ" +151,345,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +151,346,174,"Tampa, FL",245,"Charleston, SC" +151,347,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +151,348,197,"Portland, ME",223,"New York, NY and NJ" +151,349,201,"Boston, MA",241,"Philadelphia, PA" +151,350,197,"Portland, ME",217,"New York, NY and NJ" +151,351,244,"Providence, RI",217,"New York, NY and NJ" +151,352,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +151,353,217,"New York, NY and NJ",198,"Baltimore, MD" +151,354,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +151,355,177,"Savannah, GA",174,"Tampa, FL" +151,356,253,"Beaumont, TX",195,"New Orleans, LA" +151,357,265,"Norfolk Harbor, VA",244,"Providence, RI" +151,358,177,"Savannah, GA",217,"New York, NY and NJ" +151,359,174,"Tampa, FL",177,"Savannah, GA" +151,360,177,"Savannah, GA",177,"Savannah, GA" +151,361,194,"Lake Charles, LA",257,"Houston, TX" +151,362,241,"Philadelphia, PA",198,"Baltimore, MD" +151,363,193,"Baton Rouge, LA",152,"Mobile, AL" +151,364,217,"New York, NY and NJ",223,"New York, NY and NJ" +151,365,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +151,366,159,"Long Beach, CA",268,"Seattle, WA" +151,367,159,"Long Beach, CA",268,"Seattle, WA" +151,368,162,"Oakland, CA",159,"Long Beach, CA" +151,369,159,"Long Beach, CA",268,"Seattle, WA" +151,370,197,"Portland, ME",223,"New York, NY and NJ" +151,371,159,"Long Beach, CA",269,"Longview, WA" +151,372,201,"Boston, MA",223,"New York, NY and NJ" +151,373,195,"New Orleans, LA",152,"Mobile, AL" +151,374,269,"Longview, WA",159,"Long Beach, CA" +151,375,268,"Seattle, WA",174,"Tampa, FL" +151,376,159,"Long Beach, CA",159,"Long Beach, CA" +151,377,218,"Camden-Gloucester, NJ",229,"Wilmington, NC" +151,378,254,"Corpus Christi, TX",208,"Pascagoula, MS" +151,379,159,"Long Beach, CA",268,"Seattle, WA" +151,380,268,"Seattle, WA",159,"Long Beach, CA" +151,381,159,"Long Beach, CA",269,"Longview, WA" +151,382,201,"Boston, MA",265,"Norfolk Harbor, VA" +151,383,268,"Seattle, WA",177,"Savannah, GA" +151,384,241,"Philadelphia, PA",245,"Charleston, SC" +151,385,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +151,386,201,"Boston, MA",241,"Philadelphia, PA" +151,387,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +151,388,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +151,389,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +151,390,217,"New York, NY and NJ",201,"Boston, MA" +151,391,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +151,392,159,"Long Beach, CA",159,"Long Beach, CA" +151,393,239,"Portland, OR",159,"Long Beach, CA" +151,394,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +151,395,223,"New York, NY and NJ",241,"Philadelphia, PA" +151,396,162,"Oakland, CA",239,"Portland, OR" +151,397,244,"Providence, RI",218,"Camden-Gloucester, NJ" +151,398,217,"New York, NY and NJ",177,"Savannah, GA" +151,399,253,"Beaumont, TX",152,"Mobile, AL" +151,400,159,"Long Beach, CA",162,"Oakland, CA" +151,401,229,"Wilmington, NC",218,"Camden-Gloucester, NJ" +151,402,265,"Norfolk Harbor, VA",197,"Portland, ME" +151,403,159,"Long Beach, CA",159,"Long Beach, CA" +151,404,201,"Boston, MA",265,"Norfolk Harbor, VA" +151,405,171,"Jacksonville, FL",172,"Port Everglades, FL" +151,406,198,"Baltimore, MD",229,"Wilmington, NC" +151,407,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +151,408,159,"Long Beach, CA",159,"Long Beach, CA" +151,409,223,"New York, NY and NJ",172,"Port Everglades, FL" +151,410,159,"Long Beach, CA",159,"Long Beach, CA" +151,411,162,"Oakland, CA",159,"Long Beach, CA" +151,412,197,"Portland, ME",198,"Baltimore, MD" +151,413,268,"Seattle, WA",159,"Long Beach, CA" +151,414,195,"New Orleans, LA",172,"Port Everglades, FL" +151,415,201,"Boston, MA",198,"Baltimore, MD" +151,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +151,417,269,"Longview, WA",162,"Oakland, CA" +151,418,159,"Long Beach, CA",159,"Long Beach, CA" +151,419,201,"Boston, MA",223,"New York, NY and NJ" +151,420,159,"Long Beach, CA",268,"Seattle, WA" +151,421,269,"Longview, WA",159,"Long Beach, CA" +151,422,159,"Long Beach, CA",268,"Seattle, WA" +151,423,268,"Seattle, WA",152,"Mobile, AL" +151,424,152,"Mobile, AL",195,"New Orleans, LA" +151,425,162,"Oakland, CA",159,"Long Beach, CA" +151,426,178,"Brunswick, GA",195,"New Orleans, LA" +151,427,195,"New Orleans, LA",172,"Port Everglades, FL" +151,428,162,"Oakland, CA",159,"Long Beach, CA" +151,429,159,"Long Beach, CA",171,"Jacksonville, FL" +151,430,201,"Boston, MA",198,"Baltimore, MD" +151,431,169,"Wilmington, DE",198,"Baltimore, MD" +151,432,239,"Portland, OR",159,"Long Beach, CA" +151,433,241,"Philadelphia, PA",198,"Baltimore, MD" +151,434,241,"Philadelphia, PA",201,"Boston, MA" +151,435,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +151,436,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +151,437,208,"Pascagoula, MS",171,"Jacksonville, FL" +151,438,172,"Port Everglades, FL",171,"Jacksonville, FL" +151,439,177,"Savannah, GA",172,"Port Everglades, FL" +151,440,174,"Tampa, FL",172,"Port Everglades, FL" +151,441,268,"Seattle, WA",159,"Long Beach, CA" +151,442,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +151,443,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +151,444,159,"Long Beach, CA",159,"Long Beach, CA" +151,445,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +151,446,217,"New York, NY and NJ",198,"Baltimore, MD" +151,447,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +151,448,174,"Tampa, FL",265,"Norfolk Harbor, VA" +151,449,268,"Seattle, WA",159,"Long Beach, CA" +151,450,265,"Norfolk Harbor, VA",152,"Mobile, AL" +151,451,241,"Philadelphia, PA",217,"New York, NY and NJ" +151,452,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +151,453,269,"Longview, WA",162,"Oakland, CA" +151,454,197,"Portland, ME",223,"New York, NY and NJ" +151,455,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +151,456,239,"Portland, OR",159,"Long Beach, CA" +151,457,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +151,458,241,"Philadelphia, PA",217,"New York, NY and NJ" +151,459,159,"Long Beach, CA",159,"Long Beach, CA" +151,460,201,"Boston, MA",223,"New York, NY and NJ" +151,461,171,"Jacksonville, FL",171,"Jacksonville, FL" +151,462,217,"New York, NY and NJ",172,"Port Everglades, FL" +151,463,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +151,464,241,"Philadelphia, PA",217,"New York, NY and NJ" +151,465,268,"Seattle, WA",268,"Seattle, WA" +151,466,159,"Long Beach, CA",159,"Long Beach, CA" +151,467,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +151,468,159,"Long Beach, CA",239,"Portland, OR" +151,469,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +151,470,159,"Long Beach, CA",268,"Seattle, WA" +151,471,244,"Providence, RI",265,"Norfolk Harbor, VA" +151,472,268,"Seattle, WA",159,"Long Beach, CA" +151,473,162,"Oakland, CA",162,"Oakland, CA" +151,474,177,"Savannah, GA",152,"Mobile, AL" +151,475,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +151,476,268,"Seattle, WA",159,"Long Beach, CA" +151,477,162,"Oakland, CA",162,"Oakland, CA" +151,478,177,"Savannah, GA",245,"Charleston, SC" +151,479,269,"Longview, WA",159,"Long Beach, CA" +151,480,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +151,481,201,"Boston, MA",201,"Boston, MA" +151,482,159,"Long Beach, CA",162,"Oakland, CA" +151,483,218,"Camden-Gloucester, NJ",197,"Portland, ME" +151,484,177,"Savannah, GA",195,"New Orleans, LA" +151,485,159,"Long Beach, CA",159,"Long Beach, CA" +151,486,268,"Seattle, WA",159,"Long Beach, CA" +151,487,195,"New Orleans, LA",177,"Savannah, GA" +151,488,268,"Seattle, WA",159,"Long Beach, CA" +151,489,269,"Longview, WA",159,"Long Beach, CA" +151,490,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +151,491,217,"New York, NY and NJ",172,"Port Everglades, FL" +152,154,159,"Long Beach, CA",162,"Oakland, CA" +152,179,269,"Longview, WA",159,"Long Beach, CA" +152,180,268,"Seattle, WA",159,"Long Beach, CA" +152,274,159,"Long Beach, CA",159,"Long Beach, CA" +152,275,197,"Portland, ME",241,"Philadelphia, PA" +152,276,217,"New York, NY and NJ",223,"New York, NY and NJ" +152,277,217,"New York, NY and NJ",201,"Boston, MA" +152,278,197,"Portland, ME",241,"Philadelphia, PA" +152,279,245,"Charleston, SC",152,"Mobile, AL" +152,280,177,"Savannah, GA",152,"Mobile, AL" +152,281,172,"Port Everglades, FL",195,"New Orleans, LA" +152,282,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +152,283,195,"New Orleans, LA",152,"Mobile, AL" +152,284,269,"Longview, WA",159,"Long Beach, CA" +152,285,244,"Providence, RI",218,"Camden-Gloucester, NJ" +152,286,197,"Portland, ME",197,"Portland, ME" +152,287,177,"Savannah, GA",177,"Savannah, GA" +152,288,268,"Seattle, WA",159,"Long Beach, CA" +152,289,159,"Long Beach, CA",159,"Long Beach, CA" +152,290,177,"Savannah, GA",171,"Jacksonville, FL" +152,291,197,"Portland, ME",217,"New York, NY and NJ" +152,292,197,"Portland, ME",197,"Portland, ME" +152,293,195,"New Orleans, LA",152,"Mobile, AL" +152,294,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +152,295,245,"Charleston, SC",152,"Mobile, AL" +152,296,159,"Long Beach, CA",162,"Oakland, CA" +152,297,195,"New Orleans, LA",195,"New Orleans, LA" +152,298,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +152,299,172,"Port Everglades, FL",172,"Port Everglades, FL" +152,300,177,"Savannah, GA",177,"Savannah, GA" +152,301,241,"Philadelphia, PA",217,"New York, NY and NJ" +152,302,177,"Savannah, GA",245,"Charleston, SC" +152,303,269,"Longview, WA",268,"Seattle, WA" +152,304,229,"Wilmington, NC",197,"Portland, ME" +152,305,244,"Providence, RI",172,"Port Everglades, FL" +152,306,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +152,307,197,"Portland, ME",265,"Norfolk Harbor, VA" +152,308,269,"Longview, WA",159,"Long Beach, CA" +152,309,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +152,310,257,"Houston, TX",152,"Mobile, AL" +152,311,201,"Boston, MA",265,"Norfolk Harbor, VA" +152,312,172,"Port Everglades, FL",171,"Jacksonville, FL" +152,313,229,"Wilmington, NC",217,"New York, NY and NJ" +152,314,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +152,315,152,"Mobile, AL",193,"Baton Rouge, LA" +152,316,159,"Long Beach, CA",162,"Oakland, CA" +152,317,159,"Long Beach, CA",159,"Long Beach, CA" +152,318,268,"Seattle, WA",159,"Long Beach, CA" +152,319,152,"Mobile, AL",193,"Baton Rouge, LA" +152,320,217,"New York, NY and NJ",171,"Jacksonville, FL" +152,321,229,"Wilmington, NC",201,"Boston, MA" +152,322,162,"Oakland, CA",159,"Long Beach, CA" +152,323,172,"Port Everglades, FL",152,"Mobile, AL" +152,324,217,"New York, NY and NJ",241,"Philadelphia, PA" +152,325,195,"New Orleans, LA",195,"New Orleans, LA" +152,326,152,"Mobile, AL",171,"Jacksonville, FL" +152,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +152,328,197,"Portland, ME",265,"Norfolk Harbor, VA" +152,329,201,"Boston, MA",177,"Savannah, GA" +152,330,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +152,331,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +152,332,177,"Savannah, GA",152,"Mobile, AL" +152,333,174,"Tampa, FL",245,"Charleston, SC" +152,334,253,"Beaumont, TX",174,"Tampa, FL" +152,335,198,"Baltimore, MD",217,"New York, NY and NJ" +152,336,152,"Mobile, AL",195,"New Orleans, LA" +152,337,198,"Baltimore, MD",197,"Portland, ME" +152,338,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +152,339,197,"Portland, ME",198,"Baltimore, MD" +152,340,223,"New York, NY and NJ",177,"Savannah, GA" +152,341,195,"New Orleans, LA",253,"Beaumont, TX" +152,342,197,"Portland, ME",217,"New York, NY and NJ" +152,343,159,"Long Beach, CA",162,"Oakland, CA" +152,344,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +152,345,201,"Boston, MA",217,"New York, NY and NJ" +152,346,171,"Jacksonville, FL",245,"Charleston, SC" +152,347,174,"Tampa, FL",265,"Norfolk Harbor, VA" +152,348,223,"New York, NY and NJ",174,"Tampa, FL" +152,349,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +152,350,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +152,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +152,352,241,"Philadelphia, PA",241,"Philadelphia, PA" +152,353,197,"Portland, ME",241,"Philadelphia, PA" +152,354,223,"New York, NY and NJ",197,"Portland, ME" +152,355,172,"Port Everglades, FL",152,"Mobile, AL" +152,356,257,"Houston, TX",257,"Houston, TX" +152,357,177,"Savannah, GA",265,"Norfolk Harbor, VA" +152,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +152,359,174,"Tampa, FL",245,"Charleston, SC" +152,360,152,"Mobile, AL",171,"Jacksonville, FL" +152,361,257,"Houston, TX",174,"Tampa, FL" +152,362,198,"Baltimore, MD",217,"New York, NY and NJ" +152,363,195,"New Orleans, LA",253,"Beaumont, TX" +152,364,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +152,365,241,"Philadelphia, PA",198,"Baltimore, MD" +152,366,159,"Long Beach, CA",159,"Long Beach, CA" +152,367,159,"Long Beach, CA",239,"Portland, OR" +152,368,162,"Oakland, CA",268,"Seattle, WA" +152,369,159,"Long Beach, CA",159,"Long Beach, CA" +152,370,197,"Portland, ME",241,"Philadelphia, PA" +152,371,159,"Long Beach, CA",152,"Mobile, AL" +152,372,198,"Baltimore, MD",241,"Philadelphia, PA" +152,373,152,"Mobile, AL",177,"Savannah, GA" +152,374,268,"Seattle, WA",159,"Long Beach, CA" +152,375,239,"Portland, OR",159,"Long Beach, CA" +152,376,162,"Oakland, CA",159,"Long Beach, CA" +152,377,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +152,378,195,"New Orleans, LA",195,"New Orleans, LA" +152,379,159,"Long Beach, CA",159,"Long Beach, CA" +152,380,159,"Long Beach, CA",159,"Long Beach, CA" +152,381,159,"Long Beach, CA",268,"Seattle, WA" +152,382,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +152,383,171,"Jacksonville, FL",268,"Seattle, WA" +152,384,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +152,385,171,"Jacksonville, FL",245,"Charleston, SC" +152,386,201,"Boston, MA",197,"Portland, ME" +152,387,223,"New York, NY and NJ",198,"Baltimore, MD" +152,388,223,"New York, NY and NJ",152,"Mobile, AL" +152,389,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +152,390,198,"Baltimore, MD",198,"Baltimore, MD" +152,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +152,392,269,"Longview, WA",159,"Long Beach, CA" +152,393,268,"Seattle, WA",159,"Long Beach, CA" +152,394,201,"Boston, MA",177,"Savannah, GA" +152,395,265,"Norfolk Harbor, VA",201,"Boston, MA" +152,396,159,"Long Beach, CA",159,"Long Beach, CA" +152,397,201,"Boston, MA",152,"Mobile, AL" +152,398,223,"New York, NY and NJ",244,"Providence, RI" +152,399,195,"New Orleans, LA",254,"Corpus Christi, TX" +152,400,159,"Long Beach, CA",159,"Long Beach, CA" +152,401,223,"New York, NY and NJ",241,"Philadelphia, PA" +152,402,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +152,403,268,"Seattle, WA",269,"Longview, WA" +152,404,201,"Boston, MA",265,"Norfolk Harbor, VA" +152,405,245,"Charleston, SC",172,"Port Everglades, FL" +152,406,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +152,407,201,"Boston, MA",265,"Norfolk Harbor, VA" +152,408,268,"Seattle, WA",268,"Seattle, WA" +152,409,172,"Port Everglades, FL",177,"Savannah, GA" +152,410,159,"Long Beach, CA",268,"Seattle, WA" +152,411,268,"Seattle, WA",268,"Seattle, WA" +152,412,223,"New York, NY and NJ",201,"Boston, MA" +152,413,162,"Oakland, CA",257,"Houston, TX" +152,414,195,"New Orleans, LA",195,"New Orleans, LA" +152,415,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +152,416,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +152,417,159,"Long Beach, CA",239,"Portland, OR" +152,418,269,"Longview, WA",159,"Long Beach, CA" +152,419,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +152,420,268,"Seattle, WA",159,"Long Beach, CA" +152,421,269,"Longview, WA",159,"Long Beach, CA" +152,422,239,"Portland, OR",159,"Long Beach, CA" +152,423,159,"Long Beach, CA",239,"Portland, OR" +152,424,195,"New Orleans, LA",152,"Mobile, AL" +152,425,159,"Long Beach, CA",159,"Long Beach, CA" +152,426,152,"Mobile, AL",253,"Beaumont, TX" +152,427,195,"New Orleans, LA",195,"New Orleans, LA" +152,428,268,"Seattle, WA",268,"Seattle, WA" +152,429,159,"Long Beach, CA",195,"New Orleans, LA" +152,430,223,"New York, NY and NJ",198,"Baltimore, MD" +152,431,198,"Baltimore, MD",201,"Boston, MA" +152,432,159,"Long Beach, CA",159,"Long Beach, CA" +152,433,223,"New York, NY and NJ",178,"Brunswick, GA" +152,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +152,435,265,"Norfolk Harbor, VA",257,"Houston, TX" +152,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +152,437,172,"Port Everglades, FL",245,"Charleston, SC" +152,438,245,"Charleston, SC",245,"Charleston, SC" +152,439,172,"Port Everglades, FL",177,"Savannah, GA" +152,440,172,"Port Everglades, FL",152,"Mobile, AL" +152,441,162,"Oakland, CA",269,"Longview, WA" +152,442,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +152,443,223,"New York, NY and NJ",201,"Boston, MA" +152,444,159,"Long Beach, CA",195,"New Orleans, LA" +152,445,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +152,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +152,447,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +152,448,223,"New York, NY and NJ",195,"New Orleans, LA" +152,449,159,"Long Beach, CA",159,"Long Beach, CA" +152,450,177,"Savannah, GA",174,"Tampa, FL" +152,451,197,"Portland, ME",244,"Providence, RI" +152,452,223,"New York, NY and NJ",241,"Philadelphia, PA" +152,453,268,"Seattle, WA",239,"Portland, OR" +152,454,244,"Providence, RI",265,"Norfolk Harbor, VA" +152,455,177,"Savannah, GA",195,"New Orleans, LA" +152,456,162,"Oakland, CA",162,"Oakland, CA" +152,457,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +152,458,197,"Portland, ME",169,"Wilmington, DE" +152,459,159,"Long Beach, CA",159,"Long Beach, CA" +152,460,223,"New York, NY and NJ",152,"Mobile, AL" +152,461,177,"Savannah, GA",174,"Tampa, FL" +152,462,177,"Savannah, GA",217,"New York, NY and NJ" +152,463,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +152,464,198,"Baltimore, MD",174,"Tampa, FL" +152,465,268,"Seattle, WA",162,"Oakland, CA" +152,466,269,"Longview, WA",268,"Seattle, WA" +152,467,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +152,468,159,"Long Beach, CA",269,"Longview, WA" +152,469,223,"New York, NY and NJ",217,"New York, NY and NJ" +152,470,268,"Seattle, WA",159,"Long Beach, CA" +152,471,217,"New York, NY and NJ",245,"Charleston, SC" +152,472,159,"Long Beach, CA",268,"Seattle, WA" +152,473,268,"Seattle, WA",159,"Long Beach, CA" +152,474,172,"Port Everglades, FL",152,"Mobile, AL" +152,475,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +152,476,268,"Seattle, WA",159,"Long Beach, CA" +152,477,162,"Oakland, CA",159,"Long Beach, CA" +152,478,177,"Savannah, GA",171,"Jacksonville, FL" +152,479,159,"Long Beach, CA",268,"Seattle, WA" +152,480,223,"New York, NY and NJ",174,"Tampa, FL" +152,481,197,"Portland, ME",265,"Norfolk Harbor, VA" +152,482,268,"Seattle, WA",152,"Mobile, AL" +152,483,223,"New York, NY and NJ",171,"Jacksonville, FL" +152,484,152,"Mobile, AL",178,"Brunswick, GA" +152,485,159,"Long Beach, CA",159,"Long Beach, CA" +152,486,159,"Long Beach, CA",159,"Long Beach, CA" +152,487,195,"New Orleans, LA",195,"New Orleans, LA" +152,488,162,"Oakland, CA",268,"Seattle, WA" +152,489,174,"Tampa, FL",253,"Beaumont, TX" +152,490,217,"New York, NY and NJ",172,"Port Everglades, FL" +152,491,177,"Savannah, GA",265,"Norfolk Harbor, VA" +153,154,159,"Long Beach, CA",159,"Long Beach, CA" +153,179,268,"Seattle, WA",159,"Long Beach, CA" +153,180,159,"Long Beach, CA",239,"Portland, OR" +153,274,159,"Long Beach, CA",268,"Seattle, WA" +153,275,223,"New York, NY and NJ",244,"Providence, RI" +153,276,197,"Portland, ME",223,"New York, NY and NJ" +153,277,217,"New York, NY and NJ",198,"Baltimore, MD" +153,278,217,"New York, NY and NJ",177,"Savannah, GA" +153,279,177,"Savannah, GA",174,"Tampa, FL" +153,280,245,"Charleston, SC",174,"Tampa, FL" +153,281,152,"Mobile, AL",208,"Pascagoula, MS" +153,282,201,"Boston, MA",218,"Camden-Gloucester, NJ" +153,283,195,"New Orleans, LA",195,"New Orleans, LA" +153,284,162,"Oakland, CA",268,"Seattle, WA" +153,285,217,"New York, NY and NJ",178,"Brunswick, GA" +153,286,223,"New York, NY and NJ",169,"Wilmington, DE" +153,287,245,"Charleston, SC",172,"Port Everglades, FL" +153,288,269,"Longview, WA",159,"Long Beach, CA" +153,289,162,"Oakland, CA",162,"Oakland, CA" +153,290,229,"Wilmington, NC",177,"Savannah, GA" +153,291,223,"New York, NY and NJ",217,"New York, NY and NJ" +153,292,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +153,293,195,"New Orleans, LA",195,"New Orleans, LA" +153,294,265,"Norfolk Harbor, VA",177,"Savannah, GA" +153,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +153,296,159,"Long Beach, CA",269,"Longview, WA" +153,297,177,"Savannah, GA",195,"New Orleans, LA" +153,298,218,"Camden-Gloucester, NJ",152,"Mobile, AL" +153,299,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +153,300,152,"Mobile, AL",152,"Mobile, AL" +153,301,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +153,302,245,"Charleston, SC",245,"Charleston, SC" +153,303,159,"Long Beach, CA",159,"Long Beach, CA" +153,304,201,"Boston, MA",265,"Norfolk Harbor, VA" +153,305,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +153,306,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +153,307,197,"Portland, ME",152,"Mobile, AL" +153,308,159,"Long Beach, CA",159,"Long Beach, CA" +153,309,244,"Providence, RI",223,"New York, NY and NJ" +153,310,195,"New Orleans, LA",195,"New Orleans, LA" +153,311,217,"New York, NY and NJ",178,"Brunswick, GA" +153,312,195,"New Orleans, LA",152,"Mobile, AL" +153,313,201,"Boston, MA",208,"Pascagoula, MS" +153,314,197,"Portland, ME",241,"Philadelphia, PA" +153,315,195,"New Orleans, LA",195,"New Orleans, LA" +153,316,159,"Long Beach, CA",268,"Seattle, WA" +153,317,159,"Long Beach, CA",159,"Long Beach, CA" +153,318,159,"Long Beach, CA",268,"Seattle, WA" +153,319,174,"Tampa, FL",245,"Charleston, SC" +153,320,198,"Baltimore, MD",241,"Philadelphia, PA" +153,321,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +153,322,159,"Long Beach, CA",159,"Long Beach, CA" +153,323,195,"New Orleans, LA",193,"Baton Rouge, LA" +153,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +153,325,152,"Mobile, AL",174,"Tampa, FL" +153,326,245,"Charleston, SC",174,"Tampa, FL" +153,327,223,"New York, NY and NJ",177,"Savannah, GA" +153,328,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +153,329,201,"Boston, MA",201,"Boston, MA" +153,330,201,"Boston, MA",223,"New York, NY and NJ" +153,331,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +153,332,172,"Port Everglades, FL",245,"Charleston, SC" +153,333,171,"Jacksonville, FL",177,"Savannah, GA" +153,334,152,"Mobile, AL",178,"Brunswick, GA" +153,335,198,"Baltimore, MD",223,"New York, NY and NJ" +153,336,152,"Mobile, AL",195,"New Orleans, LA" +153,337,223,"New York, NY and NJ",201,"Boston, MA" +153,338,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +153,339,198,"Baltimore, MD",217,"New York, NY and NJ" +153,340,244,"Providence, RI",177,"Savannah, GA" +153,341,195,"New Orleans, LA",171,"Jacksonville, FL" +153,342,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +153,343,162,"Oakland, CA",162,"Oakland, CA" +153,344,169,"Wilmington, DE",217,"New York, NY and NJ" +153,345,201,"Boston, MA",218,"Camden-Gloucester, NJ" +153,346,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +153,347,198,"Baltimore, MD",245,"Charleston, SC" +153,348,229,"Wilmington, NC",241,"Philadelphia, PA" +153,349,241,"Philadelphia, PA",223,"New York, NY and NJ" +153,350,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +153,351,245,"Charleston, SC",265,"Norfolk Harbor, VA" +153,352,197,"Portland, ME",241,"Philadelphia, PA" +153,353,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +153,354,241,"Philadelphia, PA",223,"New York, NY and NJ" +153,355,171,"Jacksonville, FL",177,"Savannah, GA" +153,356,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +153,357,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +153,358,201,"Boston, MA",218,"Camden-Gloucester, NJ" +153,359,172,"Port Everglades, FL",174,"Tampa, FL" +153,360,172,"Port Everglades, FL",174,"Tampa, FL" +153,361,253,"Beaumont, TX",257,"Houston, TX" +153,362,169,"Wilmington, DE",229,"Wilmington, NC" +153,363,195,"New Orleans, LA",193,"Baton Rouge, LA" +153,364,223,"New York, NY and NJ",201,"Boston, MA" +153,365,223,"New York, NY and NJ",201,"Boston, MA" +153,366,159,"Long Beach, CA",159,"Long Beach, CA" +153,367,159,"Long Beach, CA",159,"Long Beach, CA" +153,368,159,"Long Beach, CA",162,"Oakland, CA" +153,369,159,"Long Beach, CA",159,"Long Beach, CA" +153,370,223,"New York, NY and NJ",201,"Boston, MA" +153,371,268,"Seattle, WA",159,"Long Beach, CA" +153,372,201,"Boston, MA",223,"New York, NY and NJ" +153,373,152,"Mobile, AL",172,"Port Everglades, FL" +153,374,268,"Seattle, WA",268,"Seattle, WA" +153,375,268,"Seattle, WA",239,"Portland, OR" +153,376,159,"Long Beach, CA",159,"Long Beach, CA" +153,377,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +153,378,195,"New Orleans, LA",174,"Tampa, FL" +153,379,268,"Seattle, WA",162,"Oakland, CA" +153,380,159,"Long Beach, CA",268,"Seattle, WA" +153,381,159,"Long Beach, CA",268,"Seattle, WA" +153,382,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +153,383,193,"Baton Rouge, LA",257,"Houston, TX" +153,384,217,"New York, NY and NJ",198,"Baltimore, MD" +153,385,174,"Tampa, FL",223,"New York, NY and NJ" +153,386,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +153,387,265,"Norfolk Harbor, VA",197,"Portland, ME" +153,388,201,"Boston, MA",198,"Baltimore, MD" +153,389,197,"Portland, ME",265,"Norfolk Harbor, VA" +153,390,177,"Savannah, GA",172,"Port Everglades, FL" +153,391,177,"Savannah, GA",265,"Norfolk Harbor, VA" +153,392,268,"Seattle, WA",159,"Long Beach, CA" +153,393,159,"Long Beach, CA",159,"Long Beach, CA" +153,394,197,"Portland, ME",169,"Wilmington, DE" +153,395,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +153,396,162,"Oakland, CA",159,"Long Beach, CA" +153,397,241,"Philadelphia, PA",177,"Savannah, GA" +153,398,197,"Portland, ME",177,"Savannah, GA" +153,399,254,"Corpus Christi, TX",195,"New Orleans, LA" +153,400,159,"Long Beach, CA",159,"Long Beach, CA" +153,401,217,"New York, NY and NJ",197,"Portland, ME" +153,402,197,"Portland, ME",241,"Philadelphia, PA" +153,403,159,"Long Beach, CA",268,"Seattle, WA" +153,404,223,"New York, NY and NJ",217,"New York, NY and NJ" +153,405,177,"Savannah, GA",245,"Charleston, SC" +153,406,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +153,407,245,"Charleston, SC",241,"Philadelphia, PA" +153,408,159,"Long Beach, CA",159,"Long Beach, CA" +153,409,245,"Charleston, SC",217,"New York, NY and NJ" +153,410,159,"Long Beach, CA",159,"Long Beach, CA" +153,411,239,"Portland, OR",159,"Long Beach, CA" +153,412,241,"Philadelphia, PA",244,"Providence, RI" +153,413,159,"Long Beach, CA",159,"Long Beach, CA" +153,414,195,"New Orleans, LA",195,"New Orleans, LA" +153,415,197,"Portland, ME",198,"Baltimore, MD" +153,416,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +153,417,268,"Seattle, WA",159,"Long Beach, CA" +153,418,239,"Portland, OR",239,"Portland, OR" +153,419,198,"Baltimore, MD",241,"Philadelphia, PA" +153,420,162,"Oakland, CA",159,"Long Beach, CA" +153,421,269,"Longview, WA",159,"Long Beach, CA" +153,422,159,"Long Beach, CA",239,"Portland, OR" +153,423,159,"Long Beach, CA",239,"Portland, OR" +153,424,195,"New Orleans, LA",195,"New Orleans, LA" +153,425,159,"Long Beach, CA",159,"Long Beach, CA" +153,426,245,"Charleston, SC",195,"New Orleans, LA" +153,427,193,"Baton Rouge, LA",195,"New Orleans, LA" +153,428,159,"Long Beach, CA",268,"Seattle, WA" +153,429,195,"New Orleans, LA",174,"Tampa, FL" +153,430,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +153,431,201,"Boston, MA",217,"New York, NY and NJ" +153,432,162,"Oakland, CA",268,"Seattle, WA" +153,433,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +153,434,197,"Portland, ME",198,"Baltimore, MD" +153,435,201,"Boston, MA",218,"Camden-Gloucester, NJ" +153,436,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +153,437,174,"Tampa, FL",172,"Port Everglades, FL" +153,438,245,"Charleston, SC",245,"Charleston, SC" +153,439,245,"Charleston, SC",177,"Savannah, GA" +153,440,172,"Port Everglades, FL",177,"Savannah, GA" +153,441,159,"Long Beach, CA",162,"Oakland, CA" +153,442,201,"Boston, MA",177,"Savannah, GA" +153,443,245,"Charleston, SC",217,"New York, NY and NJ" +153,444,208,"Pascagoula, MS",195,"New Orleans, LA" +153,445,198,"Baltimore, MD",177,"Savannah, GA" +153,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +153,447,198,"Baltimore, MD",217,"New York, NY and NJ" +153,448,198,"Baltimore, MD",241,"Philadelphia, PA" +153,449,162,"Oakland, CA",159,"Long Beach, CA" +153,450,174,"Tampa, FL",152,"Mobile, AL" +153,451,217,"New York, NY and NJ",241,"Philadelphia, PA" +153,452,223,"New York, NY and NJ",177,"Savannah, GA" +153,453,268,"Seattle, WA",159,"Long Beach, CA" +153,454,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +153,455,172,"Port Everglades, FL",172,"Port Everglades, FL" +153,456,159,"Long Beach, CA",159,"Long Beach, CA" +153,457,197,"Portland, ME",198,"Baltimore, MD" +153,458,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +153,459,268,"Seattle, WA",159,"Long Beach, CA" +153,460,177,"Savannah, GA",217,"New York, NY and NJ" +153,461,245,"Charleston, SC",174,"Tampa, FL" +153,462,217,"New York, NY and NJ",177,"Savannah, GA" +153,463,201,"Boston, MA",217,"New York, NY and NJ" +153,464,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +153,465,159,"Long Beach, CA",159,"Long Beach, CA" +153,466,269,"Longview, WA",159,"Long Beach, CA" +153,467,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +153,468,159,"Long Beach, CA",268,"Seattle, WA" +153,469,244,"Providence, RI",169,"Wilmington, DE" +153,470,268,"Seattle, WA",268,"Seattle, WA" +153,471,217,"New York, NY and NJ",223,"New York, NY and NJ" +153,472,159,"Long Beach, CA",159,"Long Beach, CA" +153,473,162,"Oakland, CA",268,"Seattle, WA" +153,474,172,"Port Everglades, FL",174,"Tampa, FL" +153,475,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +153,476,159,"Long Beach, CA",162,"Oakland, CA" +153,477,159,"Long Beach, CA",159,"Long Beach, CA" +153,478,174,"Tampa, FL",177,"Savannah, GA" +153,479,159,"Long Beach, CA",159,"Long Beach, CA" +153,480,244,"Providence, RI",171,"Jacksonville, FL" +153,481,244,"Providence, RI",265,"Norfolk Harbor, VA" +153,482,162,"Oakland, CA",159,"Long Beach, CA" +153,483,217,"New York, NY and NJ",198,"Baltimore, MD" +153,484,195,"New Orleans, LA",195,"New Orleans, LA" +153,485,159,"Long Beach, CA",162,"Oakland, CA" +153,486,159,"Long Beach, CA",159,"Long Beach, CA" +153,487,177,"Savannah, GA",171,"Jacksonville, FL" +153,488,159,"Long Beach, CA",162,"Oakland, CA" +153,489,268,"Seattle, WA",159,"Long Beach, CA" +153,490,218,"Camden-Gloucester, NJ",201,"Boston, MA" +153,491,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +154,1,159,"Long Beach, CA",159,"Long Beach, CA" +154,2,162,"Oakland, CA",162,"Oakland, CA" +154,3,159,"Long Beach, CA",159,"Long Beach, CA" +154,4,159,"Long Beach, CA",159,"Long Beach, CA" +154,5,159,"Long Beach, CA",159,"Long Beach, CA" +154,6,159,"Long Beach, CA",159,"Long Beach, CA" +154,7,159,"Long Beach, CA",159,"Long Beach, CA" +154,8,159,"Long Beach, CA",159,"Long Beach, CA" +154,9,239,"Portland, OR",239,"Portland, OR" +154,10,162,"Oakland, CA",162,"Oakland, CA" +154,11,159,"Long Beach, CA",159,"Long Beach, CA" +154,12,268,"Seattle, WA",268,"Seattle, WA" +154,13,159,"Long Beach, CA",159,"Long Beach, CA" +154,14,159,"Long Beach, CA",159,"Long Beach, CA" +154,15,268,"Seattle, WA",268,"Seattle, WA" +154,16,239,"Portland, OR",239,"Portland, OR" +154,17,268,"Seattle, WA",268,"Seattle, WA" +154,18,268,"Seattle, WA",268,"Seattle, WA" +154,19,159,"Long Beach, CA",159,"Long Beach, CA" +154,20,268,"Seattle, WA",268,"Seattle, WA" +154,21,159,"Long Beach, CA",159,"Long Beach, CA" +154,22,268,"Seattle, WA",268,"Seattle, WA" +154,23,159,"Long Beach, CA",159,"Long Beach, CA" +154,24,159,"Long Beach, CA",159,"Long Beach, CA" +154,25,159,"Long Beach, CA",159,"Long Beach, CA" +154,26,159,"Long Beach, CA",159,"Long Beach, CA" +154,27,159,"Long Beach, CA",159,"Long Beach, CA" +154,28,162,"Oakland, CA",162,"Oakland, CA" +154,29,159,"Long Beach, CA",159,"Long Beach, CA" +154,30,159,"Long Beach, CA",159,"Long Beach, CA" +154,31,162,"Oakland, CA",162,"Oakland, CA" +154,32,159,"Long Beach, CA",159,"Long Beach, CA" +154,33,159,"Long Beach, CA",159,"Long Beach, CA" +154,34,268,"Seattle, WA",268,"Seattle, WA" +154,35,159,"Long Beach, CA",159,"Long Beach, CA" +154,36,159,"Long Beach, CA",159,"Long Beach, CA" +154,37,162,"Oakland, CA",162,"Oakland, CA" +154,38,159,"Long Beach, CA",159,"Long Beach, CA" +154,39,268,"Seattle, WA",268,"Seattle, WA" +154,40,162,"Oakland, CA",162,"Oakland, CA" +154,41,159,"Long Beach, CA",159,"Long Beach, CA" +154,42,268,"Seattle, WA",268,"Seattle, WA" +154,43,159,"Long Beach, CA",159,"Long Beach, CA" +154,44,268,"Seattle, WA",268,"Seattle, WA" +154,45,159,"Long Beach, CA",159,"Long Beach, CA" +154,46,159,"Long Beach, CA",159,"Long Beach, CA" +154,47,159,"Long Beach, CA",159,"Long Beach, CA" +154,48,162,"Oakland, CA",162,"Oakland, CA" +154,49,159,"Long Beach, CA",159,"Long Beach, CA" +154,50,159,"Long Beach, CA",159,"Long Beach, CA" +154,51,159,"Long Beach, CA",159,"Long Beach, CA" +154,52,159,"Long Beach, CA",159,"Long Beach, CA" +154,53,159,"Long Beach, CA",159,"Long Beach, CA" +154,54,159,"Long Beach, CA",159,"Long Beach, CA" +154,55,159,"Long Beach, CA",159,"Long Beach, CA" +154,56,159,"Long Beach, CA",159,"Long Beach, CA" +154,57,159,"Long Beach, CA",159,"Long Beach, CA" +154,58,159,"Long Beach, CA",159,"Long Beach, CA" +154,59,159,"Long Beach, CA",159,"Long Beach, CA" +154,60,269,"Longview, WA",269,"Longview, WA" +154,61,268,"Seattle, WA",268,"Seattle, WA" +154,62,268,"Seattle, WA",268,"Seattle, WA" +154,63,268,"Seattle, WA",268,"Seattle, WA" +154,64,159,"Long Beach, CA",159,"Long Beach, CA" +154,65,162,"Oakland, CA",162,"Oakland, CA" +154,66,162,"Oakland, CA",162,"Oakland, CA" +154,67,159,"Long Beach, CA",159,"Long Beach, CA" +154,68,159,"Long Beach, CA",159,"Long Beach, CA" +154,69,268,"Seattle, WA",268,"Seattle, WA" +154,70,159,"Long Beach, CA",159,"Long Beach, CA" +154,71,159,"Long Beach, CA",159,"Long Beach, CA" +154,72,159,"Long Beach, CA",159,"Long Beach, CA" +154,73,159,"Long Beach, CA",159,"Long Beach, CA" +154,74,268,"Seattle, WA",268,"Seattle, WA" +154,75,159,"Long Beach, CA",159,"Long Beach, CA" +154,76,268,"Seattle, WA",268,"Seattle, WA" +154,77,159,"Long Beach, CA",159,"Long Beach, CA" +154,78,159,"Long Beach, CA",159,"Long Beach, CA" +154,79,162,"Oakland, CA",162,"Oakland, CA" +154,80,159,"Long Beach, CA",159,"Long Beach, CA" +154,81,269,"Longview, WA",269,"Longview, WA" +154,82,159,"Long Beach, CA",159,"Long Beach, CA" +154,83,159,"Long Beach, CA",159,"Long Beach, CA" +154,84,162,"Oakland, CA",162,"Oakland, CA" +154,85,159,"Long Beach, CA",159,"Long Beach, CA" +154,86,159,"Long Beach, CA",159,"Long Beach, CA" +154,87,159,"Long Beach, CA",159,"Long Beach, CA" +154,88,159,"Long Beach, CA",159,"Long Beach, CA" +154,89,159,"Long Beach, CA",159,"Long Beach, CA" +154,90,162,"Oakland, CA",162,"Oakland, CA" +154,91,239,"Portland, OR",239,"Portland, OR" +154,92,162,"Oakland, CA",162,"Oakland, CA" +154,93,162,"Oakland, CA",162,"Oakland, CA" +154,94,268,"Seattle, WA",268,"Seattle, WA" +154,95,239,"Portland, OR",239,"Portland, OR" +154,96,268,"Seattle, WA",268,"Seattle, WA" +154,97,269,"Longview, WA",269,"Longview, WA" +154,98,159,"Long Beach, CA",159,"Long Beach, CA" +154,99,268,"Seattle, WA",268,"Seattle, WA" +154,100,159,"Long Beach, CA",159,"Long Beach, CA" +154,101,159,"Long Beach, CA",159,"Long Beach, CA" +154,102,162,"Oakland, CA",162,"Oakland, CA" +154,103,159,"Long Beach, CA",159,"Long Beach, CA" +154,104,159,"Long Beach, CA",159,"Long Beach, CA" +154,105,159,"Long Beach, CA",159,"Long Beach, CA" +154,106,162,"Oakland, CA",162,"Oakland, CA" +154,107,159,"Long Beach, CA",159,"Long Beach, CA" +154,108,239,"Portland, OR",239,"Portland, OR" +154,109,159,"Long Beach, CA",159,"Long Beach, CA" +154,110,162,"Oakland, CA",162,"Oakland, CA" +154,111,159,"Long Beach, CA",159,"Long Beach, CA" +154,112,159,"Long Beach, CA",159,"Long Beach, CA" +154,113,269,"Longview, WA",269,"Longview, WA" +154,114,268,"Seattle, WA",268,"Seattle, WA" +154,115,159,"Long Beach, CA",159,"Long Beach, CA" +154,116,159,"Long Beach, CA",159,"Long Beach, CA" +154,117,268,"Seattle, WA",268,"Seattle, WA" +154,118,159,"Long Beach, CA",159,"Long Beach, CA" +154,119,159,"Long Beach, CA",159,"Long Beach, CA" +154,120,268,"Seattle, WA",268,"Seattle, WA" +154,121,159,"Long Beach, CA",159,"Long Beach, CA" +154,122,159,"Long Beach, CA",159,"Long Beach, CA" +154,123,159,"Long Beach, CA",159,"Long Beach, CA" +154,124,159,"Long Beach, CA",159,"Long Beach, CA" +154,125,269,"Longview, WA",269,"Longview, WA" +154,126,159,"Long Beach, CA",159,"Long Beach, CA" +154,127,269,"Longview, WA",269,"Longview, WA" +154,128,159,"Long Beach, CA",159,"Long Beach, CA" +154,129,159,"Long Beach, CA",159,"Long Beach, CA" +154,130,162,"Oakland, CA",162,"Oakland, CA" +154,131,159,"Long Beach, CA",159,"Long Beach, CA" +154,132,268,"Seattle, WA",268,"Seattle, WA" +154,151,159,"Long Beach, CA",159,"Long Beach, CA" +154,152,159,"Long Beach, CA",162,"Oakland, CA" +154,153,159,"Long Beach, CA",159,"Long Beach, CA" +154,154,154,"Anchorage, AK",154,"Anchorage, AK" +154,155,239,"Portland, OR",159,"Long Beach, CA" +154,156,159,"Long Beach, CA",159,"Long Beach, CA" +154,157,159,"Long Beach, CA",159,"Long Beach, CA" +154,158,159,"Long Beach, CA",162,"Oakland, CA" +154,159,159,"Long Beach, CA",268,"Seattle, WA" +154,160,268,"Seattle, WA",162,"Oakland, CA" +154,161,268,"Seattle, WA",159,"Long Beach, CA" +154,162,159,"Long Beach, CA",159,"Long Beach, CA" +154,163,159,"Long Beach, CA",159,"Long Beach, CA" +154,164,162,"Oakland, CA",268,"Seattle, WA" +154,165,159,"Long Beach, CA",159,"Long Beach, CA" +154,166,159,"Long Beach, CA",162,"Oakland, CA" +154,167,239,"Portland, OR",159,"Long Beach, CA" +154,168,162,"Oakland, CA",159,"Long Beach, CA" +154,169,268,"Seattle, WA",239,"Portland, OR" +154,170,159,"Long Beach, CA",268,"Seattle, WA" +154,171,269,"Longview, WA",159,"Long Beach, CA" +154,172,162,"Oakland, CA",159,"Long Beach, CA" +154,173,162,"Oakland, CA",159,"Long Beach, CA" +154,174,159,"Long Beach, CA",159,"Long Beach, CA" +154,175,162,"Oakland, CA",269,"Longview, WA" +154,176,159,"Long Beach, CA",159,"Long Beach, CA" +154,177,159,"Long Beach, CA",159,"Long Beach, CA" +154,178,159,"Long Beach, CA",159,"Long Beach, CA" +154,179,154,"Anchorage, AK",154,"Anchorage, AK" +154,180,179,"Honolulu, HI",154,"Anchorage, AK" +154,181,159,"Long Beach, CA",162,"Oakland, CA" +154,183,162,"Oakland, CA",268,"Seattle, WA" +154,184,159,"Long Beach, CA",159,"Long Beach, CA" +154,185,159,"Long Beach, CA",159,"Long Beach, CA" +154,186,159,"Long Beach, CA",159,"Long Beach, CA" +154,187,159,"Long Beach, CA",268,"Seattle, WA" +154,188,159,"Long Beach, CA",268,"Seattle, WA" +154,189,159,"Long Beach, CA",159,"Long Beach, CA" +154,190,159,"Long Beach, CA",159,"Long Beach, CA" +154,191,159,"Long Beach, CA",239,"Portland, OR" +154,192,239,"Portland, OR",268,"Seattle, WA" +154,193,159,"Long Beach, CA",159,"Long Beach, CA" +154,194,159,"Long Beach, CA",159,"Long Beach, CA" +154,195,159,"Long Beach, CA",159,"Long Beach, CA" +154,196,159,"Long Beach, CA",162,"Oakland, CA" +154,197,159,"Long Beach, CA",162,"Oakland, CA" +154,198,159,"Long Beach, CA",159,"Long Beach, CA" +154,199,159,"Long Beach, CA",269,"Longview, WA" +154,200,159,"Long Beach, CA",159,"Long Beach, CA" +154,201,159,"Long Beach, CA",269,"Longview, WA" +154,202,162,"Oakland, CA",268,"Seattle, WA" +154,203,162,"Oakland, CA",159,"Long Beach, CA" +154,204,239,"Portland, OR",269,"Longview, WA" +154,205,159,"Long Beach, CA",268,"Seattle, WA" +154,206,239,"Portland, OR",159,"Long Beach, CA" +154,207,159,"Long Beach, CA",268,"Seattle, WA" +154,208,268,"Seattle, WA",162,"Oakland, CA" +154,209,159,"Long Beach, CA",162,"Oakland, CA" +154,210,268,"Seattle, WA",239,"Portland, OR" +154,211,239,"Portland, OR",268,"Seattle, WA" +154,212,268,"Seattle, WA",268,"Seattle, WA" +154,213,159,"Long Beach, CA",162,"Oakland, CA" +154,214,159,"Long Beach, CA",162,"Oakland, CA" +154,215,268,"Seattle, WA",268,"Seattle, WA" +154,216,159,"Long Beach, CA",159,"Long Beach, CA" +154,217,159,"Long Beach, CA",268,"Seattle, WA" +154,218,159,"Long Beach, CA",159,"Long Beach, CA" +154,219,159,"Long Beach, CA",159,"Long Beach, CA" +154,220,159,"Long Beach, CA",159,"Long Beach, CA" +154,221,159,"Long Beach, CA",159,"Long Beach, CA" +154,222,159,"Long Beach, CA",162,"Oakland, CA" +154,223,159,"Long Beach, CA",159,"Long Beach, CA" +154,224,159,"Long Beach, CA",159,"Long Beach, CA" +154,225,239,"Portland, OR",162,"Oakland, CA" +154,226,159,"Long Beach, CA",268,"Seattle, WA" +154,227,268,"Seattle, WA",159,"Long Beach, CA" +154,228,162,"Oakland, CA",268,"Seattle, WA" +154,229,239,"Portland, OR",268,"Seattle, WA" +154,230,162,"Oakland, CA",162,"Oakland, CA" +154,231,162,"Oakland, CA",162,"Oakland, CA" +154,232,159,"Long Beach, CA",159,"Long Beach, CA" +154,233,159,"Long Beach, CA",268,"Seattle, WA" +154,234,159,"Long Beach, CA",159,"Long Beach, CA" +154,235,268,"Seattle, WA",159,"Long Beach, CA" +154,236,239,"Portland, OR",162,"Oakland, CA" +154,237,162,"Oakland, CA",268,"Seattle, WA" +154,238,159,"Long Beach, CA",159,"Long Beach, CA" +154,239,268,"Seattle, WA",159,"Long Beach, CA" +154,240,268,"Seattle, WA",162,"Oakland, CA" +154,241,269,"Longview, WA",239,"Portland, OR" +154,242,159,"Long Beach, CA",159,"Long Beach, CA" +154,243,268,"Seattle, WA",159,"Long Beach, CA" +154,244,159,"Long Beach, CA",159,"Long Beach, CA" +154,245,159,"Long Beach, CA",239,"Portland, OR" +154,246,159,"Long Beach, CA",268,"Seattle, WA" +154,247,268,"Seattle, WA",162,"Oakland, CA" +154,248,159,"Long Beach, CA",159,"Long Beach, CA" +154,249,159,"Long Beach, CA",159,"Long Beach, CA" +154,250,162,"Oakland, CA",159,"Long Beach, CA" +154,251,159,"Long Beach, CA",159,"Long Beach, CA" +154,252,159,"Long Beach, CA",268,"Seattle, WA" +154,253,159,"Long Beach, CA",159,"Long Beach, CA" +154,254,159,"Long Beach, CA",159,"Long Beach, CA" +154,255,239,"Portland, OR",268,"Seattle, WA" +154,256,268,"Seattle, WA",159,"Long Beach, CA" +154,257,159,"Long Beach, CA",162,"Oakland, CA" +154,258,239,"Portland, OR",159,"Long Beach, CA" +154,259,268,"Seattle, WA",159,"Long Beach, CA" +154,260,268,"Seattle, WA",268,"Seattle, WA" +154,261,162,"Oakland, CA",159,"Long Beach, CA" +154,262,159,"Long Beach, CA",162,"Oakland, CA" +154,263,159,"Long Beach, CA",268,"Seattle, WA" +154,264,268,"Seattle, WA",162,"Oakland, CA" +154,265,268,"Seattle, WA",159,"Long Beach, CA" +154,266,162,"Oakland, CA",159,"Long Beach, CA" +154,267,159,"Long Beach, CA",268,"Seattle, WA" +154,268,268,"Seattle, WA",162,"Oakland, CA" +154,269,159,"Long Beach, CA",159,"Long Beach, CA" +154,270,159,"Long Beach, CA",159,"Long Beach, CA" +154,271,159,"Long Beach, CA",159,"Long Beach, CA" +154,272,159,"Long Beach, CA",268,"Seattle, WA" +154,273,159,"Long Beach, CA",159,"Long Beach, CA" +154,274,154,"Anchorage, AK",154,"Anchorage, AK" +154,275,154,"Anchorage, AK",154,"Anchorage, AK" +154,276,154,"Anchorage, AK",154,"Anchorage, AK" +154,277,154,"Anchorage, AK",154,"Anchorage, AK" +154,278,154,"Anchorage, AK",154,"Anchorage, AK" +154,279,154,"Anchorage, AK",154,"Anchorage, AK" +154,280,154,"Anchorage, AK",154,"Anchorage, AK" +154,281,154,"Anchorage, AK",154,"Anchorage, AK" +154,282,154,"Anchorage, AK",154,"Anchorage, AK" +154,283,154,"Anchorage, AK",154,"Anchorage, AK" +154,284,154,"Anchorage, AK",154,"Anchorage, AK" +154,285,154,"Anchorage, AK",154,"Anchorage, AK" +154,286,154,"Anchorage, AK",154,"Anchorage, AK" +154,287,154,"Anchorage, AK",154,"Anchorage, AK" +154,288,154,"Anchorage, AK",154,"Anchorage, AK" +154,289,154,"Anchorage, AK",154,"Anchorage, AK" +154,290,154,"Anchorage, AK",154,"Anchorage, AK" +154,291,154,"Anchorage, AK",154,"Anchorage, AK" +154,292,154,"Anchorage, AK",154,"Anchorage, AK" +154,293,154,"Anchorage, AK",154,"Anchorage, AK" +154,294,154,"Anchorage, AK",154,"Anchorage, AK" +154,295,154,"Anchorage, AK",154,"Anchorage, AK" +154,296,154,"Anchorage, AK",154,"Anchorage, AK" +154,297,154,"Anchorage, AK",154,"Anchorage, AK" +154,298,154,"Anchorage, AK",154,"Anchorage, AK" +154,299,154,"Anchorage, AK",154,"Anchorage, AK" +154,300,154,"Anchorage, AK",154,"Anchorage, AK" +154,301,154,"Anchorage, AK",154,"Anchorage, AK" +154,302,154,"Anchorage, AK",154,"Anchorage, AK" +154,303,154,"Anchorage, AK",154,"Anchorage, AK" +154,304,154,"Anchorage, AK",154,"Anchorage, AK" +154,305,154,"Anchorage, AK",154,"Anchorage, AK" +154,306,154,"Anchorage, AK",154,"Anchorage, AK" +154,307,154,"Anchorage, AK",154,"Anchorage, AK" +154,308,154,"Anchorage, AK",154,"Anchorage, AK" +154,309,154,"Anchorage, AK",154,"Anchorage, AK" +154,310,154,"Anchorage, AK",154,"Anchorage, AK" +154,311,154,"Anchorage, AK",154,"Anchorage, AK" +154,312,154,"Anchorage, AK",154,"Anchorage, AK" +154,313,154,"Anchorage, AK",154,"Anchorage, AK" +154,314,154,"Anchorage, AK",154,"Anchorage, AK" +154,315,154,"Anchorage, AK",154,"Anchorage, AK" +154,316,154,"Anchorage, AK",154,"Anchorage, AK" +154,317,154,"Anchorage, AK",154,"Anchorage, AK" +154,318,154,"Anchorage, AK",154,"Anchorage, AK" +154,319,154,"Anchorage, AK",154,"Anchorage, AK" +154,320,154,"Anchorage, AK",154,"Anchorage, AK" +154,321,154,"Anchorage, AK",154,"Anchorage, AK" +154,322,154,"Anchorage, AK",154,"Anchorage, AK" +154,323,154,"Anchorage, AK",154,"Anchorage, AK" +154,324,154,"Anchorage, AK",154,"Anchorage, AK" +154,325,154,"Anchorage, AK",154,"Anchorage, AK" +154,326,154,"Anchorage, AK",154,"Anchorage, AK" +154,327,154,"Anchorage, AK",154,"Anchorage, AK" +154,328,154,"Anchorage, AK",154,"Anchorage, AK" +154,329,154,"Anchorage, AK",154,"Anchorage, AK" +154,330,154,"Anchorage, AK",154,"Anchorage, AK" +154,331,154,"Anchorage, AK",154,"Anchorage, AK" +154,332,154,"Anchorage, AK",154,"Anchorage, AK" +154,333,154,"Anchorage, AK",154,"Anchorage, AK" +154,334,154,"Anchorage, AK",154,"Anchorage, AK" +154,335,154,"Anchorage, AK",154,"Anchorage, AK" +154,336,154,"Anchorage, AK",154,"Anchorage, AK" +154,337,154,"Anchorage, AK",154,"Anchorage, AK" +154,338,154,"Anchorage, AK",154,"Anchorage, AK" +154,339,154,"Anchorage, AK",154,"Anchorage, AK" +154,340,154,"Anchorage, AK",154,"Anchorage, AK" +154,341,154,"Anchorage, AK",154,"Anchorage, AK" +154,342,154,"Anchorage, AK",154,"Anchorage, AK" +154,343,154,"Anchorage, AK",154,"Anchorage, AK" +154,344,154,"Anchorage, AK",154,"Anchorage, AK" +154,345,154,"Anchorage, AK",154,"Anchorage, AK" +154,346,154,"Anchorage, AK",154,"Anchorage, AK" +154,347,154,"Anchorage, AK",154,"Anchorage, AK" +154,348,154,"Anchorage, AK",154,"Anchorage, AK" +154,349,154,"Anchorage, AK",154,"Anchorage, AK" +154,350,154,"Anchorage, AK",154,"Anchorage, AK" +154,351,154,"Anchorage, AK",154,"Anchorage, AK" +154,352,154,"Anchorage, AK",154,"Anchorage, AK" +154,353,154,"Anchorage, AK",154,"Anchorage, AK" +154,354,154,"Anchorage, AK",154,"Anchorage, AK" +154,355,154,"Anchorage, AK",154,"Anchorage, AK" +154,356,154,"Anchorage, AK",154,"Anchorage, AK" +154,357,154,"Anchorage, AK",154,"Anchorage, AK" +154,358,154,"Anchorage, AK",154,"Anchorage, AK" +154,359,154,"Anchorage, AK",154,"Anchorage, AK" +154,360,154,"Anchorage, AK",154,"Anchorage, AK" +154,361,154,"Anchorage, AK",154,"Anchorage, AK" +154,362,154,"Anchorage, AK",154,"Anchorage, AK" +154,363,154,"Anchorage, AK",154,"Anchorage, AK" +154,364,154,"Anchorage, AK",154,"Anchorage, AK" +154,365,154,"Anchorage, AK",154,"Anchorage, AK" +154,366,154,"Anchorage, AK",154,"Anchorage, AK" +154,367,154,"Anchorage, AK",154,"Anchorage, AK" +154,368,154,"Anchorage, AK",154,"Anchorage, AK" +154,369,154,"Anchorage, AK",154,"Anchorage, AK" +154,370,154,"Anchorage, AK",154,"Anchorage, AK" +154,371,154,"Anchorage, AK",154,"Anchorage, AK" +154,372,154,"Anchorage, AK",154,"Anchorage, AK" +154,373,154,"Anchorage, AK",154,"Anchorage, AK" +154,374,154,"Anchorage, AK",154,"Anchorage, AK" +154,375,154,"Anchorage, AK",154,"Anchorage, AK" +154,376,154,"Anchorage, AK",154,"Anchorage, AK" +154,377,154,"Anchorage, AK",154,"Anchorage, AK" +154,378,154,"Anchorage, AK",154,"Anchorage, AK" +154,379,154,"Anchorage, AK",154,"Anchorage, AK" +154,380,154,"Anchorage, AK",154,"Anchorage, AK" +154,381,154,"Anchorage, AK",154,"Anchorage, AK" +154,382,154,"Anchorage, AK",154,"Anchorage, AK" +154,383,154,"Anchorage, AK",154,"Anchorage, AK" +154,384,154,"Anchorage, AK",154,"Anchorage, AK" +154,385,154,"Anchorage, AK",154,"Anchorage, AK" +154,386,154,"Anchorage, AK",154,"Anchorage, AK" +154,387,154,"Anchorage, AK",154,"Anchorage, AK" +154,388,154,"Anchorage, AK",154,"Anchorage, AK" +154,389,154,"Anchorage, AK",154,"Anchorage, AK" +154,390,154,"Anchorage, AK",154,"Anchorage, AK" +154,391,154,"Anchorage, AK",154,"Anchorage, AK" +154,392,154,"Anchorage, AK",154,"Anchorage, AK" +154,393,154,"Anchorage, AK",154,"Anchorage, AK" +154,394,154,"Anchorage, AK",154,"Anchorage, AK" +154,395,154,"Anchorage, AK",154,"Anchorage, AK" +154,396,154,"Anchorage, AK",154,"Anchorage, AK" +154,397,154,"Anchorage, AK",154,"Anchorage, AK" +154,398,154,"Anchorage, AK",154,"Anchorage, AK" +154,399,154,"Anchorage, AK",154,"Anchorage, AK" +154,400,154,"Anchorage, AK",154,"Anchorage, AK" +154,401,154,"Anchorage, AK",154,"Anchorage, AK" +154,402,154,"Anchorage, AK",154,"Anchorage, AK" +154,403,154,"Anchorage, AK",154,"Anchorage, AK" +154,404,154,"Anchorage, AK",154,"Anchorage, AK" +154,405,154,"Anchorage, AK",154,"Anchorage, AK" +154,406,154,"Anchorage, AK",154,"Anchorage, AK" +154,407,154,"Anchorage, AK",154,"Anchorage, AK" +154,408,154,"Anchorage, AK",154,"Anchorage, AK" +154,409,154,"Anchorage, AK",154,"Anchorage, AK" +154,410,154,"Anchorage, AK",154,"Anchorage, AK" +154,411,154,"Anchorage, AK",154,"Anchorage, AK" +154,412,154,"Anchorage, AK",154,"Anchorage, AK" +154,413,154,"Anchorage, AK",154,"Anchorage, AK" +154,414,154,"Anchorage, AK",154,"Anchorage, AK" +154,415,154,"Anchorage, AK",154,"Anchorage, AK" +154,416,154,"Anchorage, AK",154,"Anchorage, AK" +154,417,154,"Anchorage, AK",154,"Anchorage, AK" +154,418,154,"Anchorage, AK",154,"Anchorage, AK" +154,419,154,"Anchorage, AK",154,"Anchorage, AK" +154,420,154,"Anchorage, AK",154,"Anchorage, AK" +154,421,154,"Anchorage, AK",154,"Anchorage, AK" +154,422,154,"Anchorage, AK",154,"Anchorage, AK" +154,423,154,"Anchorage, AK",154,"Anchorage, AK" +154,424,154,"Anchorage, AK",154,"Anchorage, AK" +154,425,154,"Anchorage, AK",154,"Anchorage, AK" +154,426,154,"Anchorage, AK",154,"Anchorage, AK" +154,427,154,"Anchorage, AK",154,"Anchorage, AK" +154,428,154,"Anchorage, AK",154,"Anchorage, AK" +154,429,154,"Anchorage, AK",154,"Anchorage, AK" +154,430,154,"Anchorage, AK",154,"Anchorage, AK" +154,431,154,"Anchorage, AK",154,"Anchorage, AK" +154,432,154,"Anchorage, AK",154,"Anchorage, AK" +154,433,154,"Anchorage, AK",154,"Anchorage, AK" +154,434,154,"Anchorage, AK",154,"Anchorage, AK" +154,435,154,"Anchorage, AK",154,"Anchorage, AK" +154,436,154,"Anchorage, AK",154,"Anchorage, AK" +154,437,154,"Anchorage, AK",154,"Anchorage, AK" +154,438,154,"Anchorage, AK",154,"Anchorage, AK" +154,439,154,"Anchorage, AK",154,"Anchorage, AK" +154,440,154,"Anchorage, AK",154,"Anchorage, AK" +154,441,154,"Anchorage, AK",154,"Anchorage, AK" +154,442,154,"Anchorage, AK",154,"Anchorage, AK" +154,443,154,"Anchorage, AK",154,"Anchorage, AK" +154,444,154,"Anchorage, AK",154,"Anchorage, AK" +154,445,154,"Anchorage, AK",154,"Anchorage, AK" +154,446,154,"Anchorage, AK",154,"Anchorage, AK" +154,447,154,"Anchorage, AK",154,"Anchorage, AK" +154,448,154,"Anchorage, AK",154,"Anchorage, AK" +154,449,154,"Anchorage, AK",154,"Anchorage, AK" +154,450,154,"Anchorage, AK",154,"Anchorage, AK" +154,451,154,"Anchorage, AK",154,"Anchorage, AK" +154,452,154,"Anchorage, AK",154,"Anchorage, AK" +154,453,154,"Anchorage, AK",154,"Anchorage, AK" +154,454,154,"Anchorage, AK",154,"Anchorage, AK" +154,455,154,"Anchorage, AK",154,"Anchorage, AK" +154,456,154,"Anchorage, AK",154,"Anchorage, AK" +154,457,154,"Anchorage, AK",154,"Anchorage, AK" +154,458,154,"Anchorage, AK",154,"Anchorage, AK" +154,459,154,"Anchorage, AK",154,"Anchorage, AK" +154,460,154,"Anchorage, AK",154,"Anchorage, AK" +154,461,154,"Anchorage, AK",154,"Anchorage, AK" +154,462,154,"Anchorage, AK",154,"Anchorage, AK" +154,463,154,"Anchorage, AK",154,"Anchorage, AK" +154,464,154,"Anchorage, AK",154,"Anchorage, AK" +154,465,154,"Anchorage, AK",154,"Anchorage, AK" +154,466,154,"Anchorage, AK",154,"Anchorage, AK" +154,467,154,"Anchorage, AK",154,"Anchorage, AK" +154,468,154,"Anchorage, AK",154,"Anchorage, AK" +154,469,154,"Anchorage, AK",154,"Anchorage, AK" +154,470,154,"Anchorage, AK",154,"Anchorage, AK" +154,471,154,"Anchorage, AK",154,"Anchorage, AK" +154,472,154,"Anchorage, AK",154,"Anchorage, AK" +154,473,154,"Anchorage, AK",154,"Anchorage, AK" +154,474,154,"Anchorage, AK",154,"Anchorage, AK" +154,475,154,"Anchorage, AK",154,"Anchorage, AK" +154,476,154,"Anchorage, AK",154,"Anchorage, AK" +154,477,154,"Anchorage, AK",154,"Anchorage, AK" +154,478,154,"Anchorage, AK",154,"Anchorage, AK" +154,479,154,"Anchorage, AK",154,"Anchorage, AK" +154,480,154,"Anchorage, AK",154,"Anchorage, AK" +154,481,154,"Anchorage, AK",154,"Anchorage, AK" +154,482,154,"Anchorage, AK",154,"Anchorage, AK" +154,483,154,"Anchorage, AK",154,"Anchorage, AK" +154,484,154,"Anchorage, AK",154,"Anchorage, AK" +154,485,154,"Anchorage, AK",154,"Anchorage, AK" +154,486,154,"Anchorage, AK",154,"Anchorage, AK" +154,487,154,"Anchorage, AK",154,"Anchorage, AK" +154,488,154,"Anchorage, AK",154,"Anchorage, AK" +154,489,154,"Anchorage, AK",154,"Anchorage, AK" +154,490,154,"Anchorage, AK",154,"Anchorage, AK" +154,491,154,"Anchorage, AK",154,"Anchorage, AK" +155,154,239,"Portland, OR",159,"Long Beach, CA" +155,179,159,"Long Beach, CA",162,"Oakland, CA" +155,180,268,"Seattle, WA",162,"Oakland, CA" +155,274,239,"Portland, OR",159,"Long Beach, CA" +155,275,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +155,276,218,"Camden-Gloucester, NJ",229,"Wilmington, NC" +155,277,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +155,278,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +155,279,152,"Mobile, AL",172,"Port Everglades, FL" +155,280,152,"Mobile, AL",174,"Tampa, FL" +155,281,257,"Houston, TX",245,"Charleston, SC" +155,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +155,283,245,"Charleston, SC",208,"Pascagoula, MS" +155,284,159,"Long Beach, CA",159,"Long Beach, CA" +155,285,201,"Boston, MA",265,"Norfolk Harbor, VA" +155,286,201,"Boston, MA",223,"New York, NY and NJ" +155,287,172,"Port Everglades, FL",174,"Tampa, FL" +155,288,239,"Portland, OR",159,"Long Beach, CA" +155,289,268,"Seattle, WA",159,"Long Beach, CA" +155,290,177,"Savannah, GA",257,"Houston, TX" +155,291,245,"Charleston, SC",217,"New York, NY and NJ" +155,292,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +155,293,257,"Houston, TX",254,"Corpus Christi, TX" +155,294,198,"Baltimore, MD",197,"Portland, ME" +155,295,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +155,296,159,"Long Beach, CA",159,"Long Beach, CA" +155,297,195,"New Orleans, LA",254,"Corpus Christi, TX" +155,298,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +155,299,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +155,300,172,"Port Everglades, FL",257,"Houston, TX" +155,301,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +155,302,178,"Brunswick, GA",172,"Port Everglades, FL" +155,303,159,"Long Beach, CA",159,"Long Beach, CA" +155,304,201,"Boston, MA",218,"Camden-Gloucester, NJ" +155,305,198,"Baltimore, MD",198,"Baltimore, MD" +155,306,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +155,307,177,"Savannah, GA",201,"Boston, MA" +155,308,159,"Long Beach, CA",159,"Long Beach, CA" +155,309,244,"Providence, RI",265,"Norfolk Harbor, VA" +155,310,193,"Baton Rouge, LA",208,"Pascagoula, MS" +155,311,198,"Baltimore, MD",245,"Charleston, SC" +155,312,195,"New Orleans, LA",257,"Houston, TX" +155,313,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +155,314,201,"Boston, MA",198,"Baltimore, MD" +155,315,257,"Houston, TX",257,"Houston, TX" +155,316,159,"Long Beach, CA",268,"Seattle, WA" +155,317,159,"Long Beach, CA",159,"Long Beach, CA" +155,318,268,"Seattle, WA",268,"Seattle, WA" +155,319,253,"Beaumont, TX",194,"Lake Charles, LA" +155,320,198,"Baltimore, MD",217,"New York, NY and NJ" +155,321,198,"Baltimore, MD",208,"Pascagoula, MS" +155,322,159,"Long Beach, CA",239,"Portland, OR" +155,323,254,"Corpus Christi, TX",257,"Houston, TX" +155,324,241,"Philadelphia, PA",217,"New York, NY and NJ" +155,325,172,"Port Everglades, FL",257,"Houston, TX" +155,326,177,"Savannah, GA",195,"New Orleans, LA" +155,327,197,"Portland, ME",223,"New York, NY and NJ" +155,328,197,"Portland, ME",197,"Portland, ME" +155,329,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +155,330,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +155,331,198,"Baltimore, MD",217,"New York, NY and NJ" +155,332,172,"Port Everglades, FL",257,"Houston, TX" +155,333,152,"Mobile, AL",177,"Savannah, GA" +155,334,253,"Beaumont, TX",254,"Corpus Christi, TX" +155,335,198,"Baltimore, MD",217,"New York, NY and NJ" +155,336,195,"New Orleans, LA",257,"Houston, TX" +155,337,197,"Portland, ME",197,"Portland, ME" +155,338,198,"Baltimore, MD",201,"Boston, MA" +155,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +155,340,217,"New York, NY and NJ",197,"Portland, ME" +155,341,257,"Houston, TX",257,"Houston, TX" +155,342,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +155,343,159,"Long Beach, CA",268,"Seattle, WA" +155,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +155,345,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +155,346,172,"Port Everglades, FL",198,"Baltimore, MD" +155,347,241,"Philadelphia, PA",217,"New York, NY and NJ" +155,348,245,"Charleston, SC",241,"Philadelphia, PA" +155,349,241,"Philadelphia, PA",229,"Wilmington, NC" +155,350,244,"Providence, RI",201,"Boston, MA" +155,351,177,"Savannah, GA",197,"Portland, ME" +155,352,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +155,353,197,"Portland, ME",223,"New York, NY and NJ" +155,354,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +155,355,172,"Port Everglades, FL",195,"New Orleans, LA" +155,356,257,"Houston, TX",257,"Houston, TX" +155,357,241,"Philadelphia, PA",217,"New York, NY and NJ" +155,358,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +155,359,152,"Mobile, AL",253,"Beaumont, TX" +155,360,174,"Tampa, FL",253,"Beaumont, TX" +155,361,257,"Houston, TX",195,"New Orleans, LA" +155,362,217,"New York, NY and NJ",241,"Philadelphia, PA" +155,363,257,"Houston, TX",257,"Houston, TX" +155,364,217,"New York, NY and NJ",197,"Portland, ME" +155,365,217,"New York, NY and NJ",198,"Baltimore, MD" +155,366,268,"Seattle, WA",162,"Oakland, CA" +155,367,159,"Long Beach, CA",159,"Long Beach, CA" +155,368,159,"Long Beach, CA",268,"Seattle, WA" +155,369,162,"Oakland, CA",162,"Oakland, CA" +155,370,201,"Boston, MA",218,"Camden-Gloucester, NJ" +155,371,268,"Seattle, WA",159,"Long Beach, CA" +155,372,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +155,373,172,"Port Everglades, FL",195,"New Orleans, LA" +155,374,162,"Oakland, CA",159,"Long Beach, CA" +155,375,162,"Oakland, CA",162,"Oakland, CA" +155,376,268,"Seattle, WA",268,"Seattle, WA" +155,377,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +155,378,254,"Corpus Christi, TX",257,"Houston, TX" +155,379,239,"Portland, OR",268,"Seattle, WA" +155,380,159,"Long Beach, CA",159,"Long Beach, CA" +155,381,162,"Oakland, CA",159,"Long Beach, CA" +155,382,223,"New York, NY and NJ",217,"New York, NY and NJ" +155,383,268,"Seattle, WA",159,"Long Beach, CA" +155,384,195,"New Orleans, LA",178,"Brunswick, GA" +155,385,198,"Baltimore, MD",223,"New York, NY and NJ" +155,386,223,"New York, NY and NJ",201,"Boston, MA" +155,387,217,"New York, NY and NJ",223,"New York, NY and NJ" +155,388,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +155,389,197,"Portland, ME",223,"New York, NY and NJ" +155,390,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +155,391,197,"Portland, ME",217,"New York, NY and NJ" +155,392,268,"Seattle, WA",162,"Oakland, CA" +155,393,159,"Long Beach, CA",159,"Long Beach, CA" +155,394,265,"Norfolk Harbor, VA",201,"Boston, MA" +155,395,217,"New York, NY and NJ",208,"Pascagoula, MS" +155,396,162,"Oakland, CA",159,"Long Beach, CA" +155,397,169,"Wilmington, DE",169,"Wilmington, DE" +155,398,223,"New York, NY and NJ",241,"Philadelphia, PA" +155,399,257,"Houston, TX",194,"Lake Charles, LA" +155,400,239,"Portland, OR",159,"Long Beach, CA" +155,401,198,"Baltimore, MD",223,"New York, NY and NJ" +155,402,201,"Boston, MA",197,"Portland, ME" +155,403,268,"Seattle, WA",239,"Portland, OR" +155,404,217,"New York, NY and NJ",197,"Portland, ME" +155,405,177,"Savannah, GA",257,"Houston, TX" +155,406,198,"Baltimore, MD",241,"Philadelphia, PA" +155,407,217,"New York, NY and NJ",169,"Wilmington, DE" +155,408,159,"Long Beach, CA",268,"Seattle, WA" +155,409,223,"New York, NY and NJ",195,"New Orleans, LA" +155,410,268,"Seattle, WA",159,"Long Beach, CA" +155,411,239,"Portland, OR",239,"Portland, OR" +155,412,169,"Wilmington, DE",223,"New York, NY and NJ" +155,413,162,"Oakland, CA",162,"Oakland, CA" +155,414,253,"Beaumont, TX",195,"New Orleans, LA" +155,415,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +155,416,218,"Camden-Gloucester, NJ",197,"Portland, ME" +155,417,159,"Long Beach, CA",159,"Long Beach, CA" +155,418,159,"Long Beach, CA",159,"Long Beach, CA" +155,419,217,"New York, NY and NJ",257,"Houston, TX" +155,420,159,"Long Beach, CA",159,"Long Beach, CA" +155,421,159,"Long Beach, CA",268,"Seattle, WA" +155,422,159,"Long Beach, CA",159,"Long Beach, CA" +155,423,268,"Seattle, WA",162,"Oakland, CA" +155,424,253,"Beaumont, TX",254,"Corpus Christi, TX" +155,425,159,"Long Beach, CA",159,"Long Beach, CA" +155,426,254,"Corpus Christi, TX",208,"Pascagoula, MS" +155,427,194,"Lake Charles, LA",257,"Houston, TX" +155,428,159,"Long Beach, CA",162,"Oakland, CA" +155,429,239,"Portland, OR",254,"Corpus Christi, TX" +155,430,241,"Philadelphia, PA",223,"New York, NY and NJ" +155,431,265,"Norfolk Harbor, VA",201,"Boston, MA" +155,432,269,"Longview, WA",159,"Long Beach, CA" +155,433,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +155,434,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +155,435,193,"Baton Rouge, LA",223,"New York, NY and NJ" +155,436,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +155,437,177,"Savannah, GA",253,"Beaumont, TX" +155,438,171,"Jacksonville, FL",172,"Port Everglades, FL" +155,439,174,"Tampa, FL",152,"Mobile, AL" +155,440,245,"Charleston, SC",194,"Lake Charles, LA" +155,441,268,"Seattle, WA",159,"Long Beach, CA" +155,442,197,"Portland, ME",208,"Pascagoula, MS" +155,443,177,"Savannah, GA",265,"Norfolk Harbor, VA" +155,444,159,"Long Beach, CA",159,"Long Beach, CA" +155,445,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +155,446,241,"Philadelphia, PA",241,"Philadelphia, PA" +155,447,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +155,448,245,"Charleston, SC",245,"Charleston, SC" +155,449,268,"Seattle, WA",269,"Longview, WA" +155,450,171,"Jacksonville, FL",177,"Savannah, GA" +155,451,223,"New York, NY and NJ",217,"New York, NY and NJ" +155,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +155,453,162,"Oakland, CA",159,"Long Beach, CA" +155,454,169,"Wilmington, DE",195,"New Orleans, LA" +155,455,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +155,456,159,"Long Beach, CA",159,"Long Beach, CA" +155,457,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +155,458,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +155,459,162,"Oakland, CA",159,"Long Beach, CA" +155,460,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +155,461,195,"New Orleans, LA",257,"Houston, TX" +155,462,241,"Philadelphia, PA",195,"New Orleans, LA" +155,463,197,"Portland, ME",223,"New York, NY and NJ" +155,464,223,"New York, NY and NJ",197,"Portland, ME" +155,465,159,"Long Beach, CA",269,"Longview, WA" +155,466,162,"Oakland, CA",162,"Oakland, CA" +155,467,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +155,468,162,"Oakland, CA",268,"Seattle, WA" +155,469,223,"New York, NY and NJ",241,"Philadelphia, PA" +155,470,269,"Longview, WA",162,"Oakland, CA" +155,471,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +155,472,268,"Seattle, WA",162,"Oakland, CA" +155,473,159,"Long Beach, CA",239,"Portland, OR" +155,474,193,"Baton Rouge, LA",195,"New Orleans, LA" +155,475,223,"New York, NY and NJ",241,"Philadelphia, PA" +155,476,159,"Long Beach, CA",162,"Oakland, CA" +155,477,268,"Seattle, WA",159,"Long Beach, CA" +155,478,177,"Savannah, GA",208,"Pascagoula, MS" +155,479,159,"Long Beach, CA",268,"Seattle, WA" +155,480,197,"Portland, ME",169,"Wilmington, DE" +155,481,241,"Philadelphia, PA",197,"Portland, ME" +155,482,268,"Seattle, WA",268,"Seattle, WA" +155,483,223,"New York, NY and NJ",223,"New York, NY and NJ" +155,484,177,"Savannah, GA",257,"Houston, TX" +155,485,159,"Long Beach, CA",239,"Portland, OR" +155,486,159,"Long Beach, CA",159,"Long Beach, CA" +155,487,253,"Beaumont, TX",208,"Pascagoula, MS" +155,488,239,"Portland, OR",162,"Oakland, CA" +155,489,239,"Portland, OR",159,"Long Beach, CA" +155,490,198,"Baltimore, MD",245,"Charleston, SC" +155,491,223,"New York, NY and NJ",253,"Beaumont, TX" +156,154,159,"Long Beach, CA",159,"Long Beach, CA" +156,179,159,"Long Beach, CA",268,"Seattle, WA" +156,180,159,"Long Beach, CA",159,"Long Beach, CA" +156,274,269,"Longview, WA",159,"Long Beach, CA" +156,275,197,"Portland, ME",244,"Providence, RI" +156,276,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +156,277,217,"New York, NY and NJ",223,"New York, NY and NJ" +156,278,198,"Baltimore, MD",217,"New York, NY and NJ" +156,279,245,"Charleston, SC",253,"Beaumont, TX" +156,280,245,"Charleston, SC",253,"Beaumont, TX" +156,281,195,"New Orleans, LA",254,"Corpus Christi, TX" +156,282,197,"Portland, ME",229,"Wilmington, NC" +156,283,194,"Lake Charles, LA",195,"New Orleans, LA" +156,284,268,"Seattle, WA",159,"Long Beach, CA" +156,285,244,"Providence, RI",223,"New York, NY and NJ" +156,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +156,287,195,"New Orleans, LA",193,"Baton Rouge, LA" +156,288,162,"Oakland, CA",269,"Longview, WA" +156,289,268,"Seattle, WA",159,"Long Beach, CA" +156,290,245,"Charleston, SC",245,"Charleston, SC" +156,291,244,"Providence, RI",241,"Philadelphia, PA" +156,292,201,"Boston, MA",218,"Camden-Gloucester, NJ" +156,293,253,"Beaumont, TX",257,"Houston, TX" +156,294,223,"New York, NY and NJ",257,"Houston, TX" +156,295,265,"Norfolk Harbor, VA",177,"Savannah, GA" +156,296,268,"Seattle, WA",159,"Long Beach, CA" +156,297,253,"Beaumont, TX",257,"Houston, TX" +156,298,197,"Portland, ME",245,"Charleston, SC" +156,299,223,"New York, NY and NJ",195,"New Orleans, LA" +156,300,254,"Corpus Christi, TX",257,"Houston, TX" +156,301,217,"New York, NY and NJ",198,"Baltimore, MD" +156,302,195,"New Orleans, LA",152,"Mobile, AL" +156,303,159,"Long Beach, CA",159,"Long Beach, CA" +156,304,217,"New York, NY and NJ",198,"Baltimore, MD" +156,305,198,"Baltimore, MD",197,"Portland, ME" +156,306,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +156,307,223,"New York, NY and NJ",217,"New York, NY and NJ" +156,308,268,"Seattle, WA",159,"Long Beach, CA" +156,309,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +156,310,159,"Long Beach, CA",159,"Long Beach, CA" +156,311,177,"Savannah, GA",241,"Philadelphia, PA" +156,312,195,"New Orleans, LA",171,"Jacksonville, FL" +156,313,241,"Philadelphia, PA",171,"Jacksonville, FL" +156,314,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +156,315,253,"Beaumont, TX",193,"Baton Rouge, LA" +156,316,268,"Seattle, WA",159,"Long Beach, CA" +156,317,159,"Long Beach, CA",268,"Seattle, WA" +156,318,162,"Oakland, CA",268,"Seattle, WA" +156,319,195,"New Orleans, LA",195,"New Orleans, LA" +156,320,171,"Jacksonville, FL",218,"Camden-Gloucester, NJ" +156,321,197,"Portland, ME",218,"Camden-Gloucester, NJ" +156,322,162,"Oakland, CA",159,"Long Beach, CA" +156,323,253,"Beaumont, TX",195,"New Orleans, LA" +156,324,217,"New York, NY and NJ",241,"Philadelphia, PA" +156,325,174,"Tampa, FL",195,"New Orleans, LA" +156,326,171,"Jacksonville, FL",195,"New Orleans, LA" +156,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +156,328,217,"New York, NY and NJ",241,"Philadelphia, PA" +156,329,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +156,330,198,"Baltimore, MD",197,"Portland, ME" +156,331,201,"Boston, MA",265,"Norfolk Harbor, VA" +156,332,195,"New Orleans, LA",194,"Lake Charles, LA" +156,333,208,"Pascagoula, MS",257,"Houston, TX" +156,334,195,"New Orleans, LA",257,"Houston, TX" +156,335,265,"Norfolk Harbor, VA",152,"Mobile, AL" +156,336,253,"Beaumont, TX",195,"New Orleans, LA" +156,337,217,"New York, NY and NJ",217,"New York, NY and NJ" +156,338,198,"Baltimore, MD",177,"Savannah, GA" +156,339,198,"Baltimore, MD",152,"Mobile, AL" +156,340,198,"Baltimore, MD",208,"Pascagoula, MS" +156,341,171,"Jacksonville, FL",257,"Houston, TX" +156,342,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +156,343,159,"Long Beach, CA",269,"Longview, WA" +156,344,197,"Portland, ME",169,"Wilmington, DE" +156,345,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +156,346,208,"Pascagoula, MS",174,"Tampa, FL" +156,347,241,"Philadelphia, PA",198,"Baltimore, MD" +156,348,201,"Boston, MA",198,"Baltimore, MD" +156,349,223,"New York, NY and NJ",194,"Lake Charles, LA" +156,350,241,"Philadelphia, PA",201,"Boston, MA" +156,351,265,"Norfolk Harbor, VA",245,"Charleston, SC" +156,352,223,"New York, NY and NJ",217,"New York, NY and NJ" +156,353,217,"New York, NY and NJ",195,"New Orleans, LA" +156,354,229,"Wilmington, NC",244,"Providence, RI" +156,355,194,"Lake Charles, LA",152,"Mobile, AL" +156,356,257,"Houston, TX",257,"Houston, TX" +156,357,198,"Baltimore, MD",208,"Pascagoula, MS" +156,358,223,"New York, NY and NJ",241,"Philadelphia, PA" +156,359,257,"Houston, TX",257,"Houston, TX" +156,360,177,"Savannah, GA",257,"Houston, TX" +156,361,254,"Corpus Christi, TX",253,"Beaumont, TX" +156,362,198,"Baltimore, MD",223,"New York, NY and NJ" +156,363,253,"Beaumont, TX",195,"New Orleans, LA" +156,364,197,"Portland, ME",197,"Portland, ME" +156,365,217,"New York, NY and NJ",223,"New York, NY and NJ" +156,366,159,"Long Beach, CA",159,"Long Beach, CA" +156,367,269,"Longview, WA",268,"Seattle, WA" +156,368,159,"Long Beach, CA",162,"Oakland, CA" +156,369,159,"Long Beach, CA",159,"Long Beach, CA" +156,370,201,"Boston, MA",217,"New York, NY and NJ" +156,371,159,"Long Beach, CA",159,"Long Beach, CA" +156,372,223,"New York, NY and NJ",241,"Philadelphia, PA" +156,373,195,"New Orleans, LA",194,"Lake Charles, LA" +156,374,239,"Portland, OR",159,"Long Beach, CA" +156,375,268,"Seattle, WA",159,"Long Beach, CA" +156,376,159,"Long Beach, CA",162,"Oakland, CA" +156,377,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +156,378,195,"New Orleans, LA",253,"Beaumont, TX" +156,379,159,"Long Beach, CA",159,"Long Beach, CA" +156,380,159,"Long Beach, CA",159,"Long Beach, CA" +156,381,162,"Oakland, CA",159,"Long Beach, CA" +156,382,197,"Portland, ME",197,"Portland, ME" +156,383,239,"Portland, OR",159,"Long Beach, CA" +156,384,265,"Norfolk Harbor, VA",194,"Lake Charles, LA" +156,385,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +156,386,198,"Baltimore, MD",217,"New York, NY and NJ" +156,387,198,"Baltimore, MD",223,"New York, NY and NJ" +156,388,217,"New York, NY and NJ",198,"Baltimore, MD" +156,389,201,"Boston, MA",201,"Boston, MA" +156,390,172,"Port Everglades, FL",223,"New York, NY and NJ" +156,391,198,"Baltimore, MD",245,"Charleston, SC" +156,392,159,"Long Beach, CA",239,"Portland, OR" +156,393,159,"Long Beach, CA",159,"Long Beach, CA" +156,394,223,"New York, NY and NJ",241,"Philadelphia, PA" +156,395,169,"Wilmington, DE",223,"New York, NY and NJ" +156,396,159,"Long Beach, CA",162,"Oakland, CA" +156,397,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +156,398,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +156,399,194,"Lake Charles, LA",152,"Mobile, AL" +156,400,159,"Long Beach, CA",162,"Oakland, CA" +156,401,217,"New York, NY and NJ",194,"Lake Charles, LA" +156,402,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +156,403,159,"Long Beach, CA",268,"Seattle, WA" +156,404,198,"Baltimore, MD",245,"Charleston, SC" +156,405,245,"Charleston, SC",208,"Pascagoula, MS" +156,406,241,"Philadelphia, PA",217,"New York, NY and NJ" +156,407,177,"Savannah, GA",265,"Norfolk Harbor, VA" +156,408,159,"Long Beach, CA",268,"Seattle, WA" +156,409,197,"Portland, ME",208,"Pascagoula, MS" +156,410,159,"Long Beach, CA",159,"Long Beach, CA" +156,411,159,"Long Beach, CA",159,"Long Beach, CA" +156,412,169,"Wilmington, DE",197,"Portland, ME" +156,413,268,"Seattle, WA",162,"Oakland, CA" +156,414,257,"Houston, TX",257,"Houston, TX" +156,415,217,"New York, NY and NJ",198,"Baltimore, MD" +156,416,217,"New York, NY and NJ",171,"Jacksonville, FL" +156,417,159,"Long Beach, CA",162,"Oakland, CA" +156,418,268,"Seattle, WA",159,"Long Beach, CA" +156,419,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +156,420,159,"Long Beach, CA",162,"Oakland, CA" +156,421,159,"Long Beach, CA",159,"Long Beach, CA" +156,422,159,"Long Beach, CA",159,"Long Beach, CA" +156,423,268,"Seattle, WA",159,"Long Beach, CA" +156,424,193,"Baton Rouge, LA",254,"Corpus Christi, TX" +156,425,268,"Seattle, WA",159,"Long Beach, CA" +156,426,257,"Houston, TX",253,"Beaumont, TX" +156,427,254,"Corpus Christi, TX",257,"Houston, TX" +156,428,159,"Long Beach, CA",159,"Long Beach, CA" +156,429,194,"Lake Charles, LA",269,"Longview, WA" +156,430,198,"Baltimore, MD",223,"New York, NY and NJ" +156,431,223,"New York, NY and NJ",201,"Boston, MA" +156,432,269,"Longview, WA",159,"Long Beach, CA" +156,433,265,"Norfolk Harbor, VA",174,"Tampa, FL" +156,434,177,"Savannah, GA",198,"Baltimore, MD" +156,435,197,"Portland, ME",193,"Baton Rouge, LA" +156,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +156,437,177,"Savannah, GA",195,"New Orleans, LA" +156,438,171,"Jacksonville, FL",257,"Houston, TX" +156,439,245,"Charleston, SC",174,"Tampa, FL" +156,440,177,"Savannah, GA",193,"Baton Rouge, LA" +156,441,159,"Long Beach, CA",159,"Long Beach, CA" +156,442,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +156,443,177,"Savannah, GA",201,"Boston, MA" +156,444,162,"Oakland, CA",269,"Longview, WA" +156,445,198,"Baltimore, MD",208,"Pascagoula, MS" +156,446,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +156,447,152,"Mobile, AL",257,"Houston, TX" +156,448,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +156,449,159,"Long Beach, CA",159,"Long Beach, CA" +156,450,245,"Charleston, SC",172,"Port Everglades, FL" +156,451,223,"New York, NY and NJ",201,"Boston, MA" +156,452,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +156,453,159,"Long Beach, CA",239,"Portland, OR" +156,454,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +156,455,172,"Port Everglades, FL",229,"Wilmington, NC" +156,456,162,"Oakland, CA",159,"Long Beach, CA" +156,457,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +156,458,265,"Norfolk Harbor, VA",177,"Savannah, GA" +156,459,159,"Long Beach, CA",269,"Longview, WA" +156,460,197,"Portland, ME",241,"Philadelphia, PA" +156,461,177,"Savannah, GA",195,"New Orleans, LA" +156,462,177,"Savannah, GA",253,"Beaumont, TX" +156,463,223,"New York, NY and NJ",197,"Portland, ME" +156,464,201,"Boston, MA",201,"Boston, MA" +156,465,159,"Long Beach, CA",268,"Seattle, WA" +156,466,239,"Portland, OR",159,"Long Beach, CA" +156,467,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +156,468,159,"Long Beach, CA",268,"Seattle, WA" +156,469,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +156,470,268,"Seattle, WA",239,"Portland, OR" +156,471,265,"Norfolk Harbor, VA",178,"Brunswick, GA" +156,472,269,"Longview, WA",162,"Oakland, CA" +156,473,269,"Longview, WA",162,"Oakland, CA" +156,474,172,"Port Everglades, FL",253,"Beaumont, TX" +156,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +156,476,268,"Seattle, WA",159,"Long Beach, CA" +156,477,159,"Long Beach, CA",268,"Seattle, WA" +156,478,172,"Port Everglades, FL",195,"New Orleans, LA" +156,479,268,"Seattle, WA",268,"Seattle, WA" +156,480,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +156,481,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +156,482,268,"Seattle, WA",239,"Portland, OR" +156,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +156,484,194,"Lake Charles, LA",257,"Houston, TX" +156,485,239,"Portland, OR",268,"Seattle, WA" +156,486,159,"Long Beach, CA",269,"Longview, WA" +156,487,172,"Port Everglades, FL",253,"Beaumont, TX" +156,488,268,"Seattle, WA",159,"Long Beach, CA" +156,489,162,"Oakland, CA",159,"Long Beach, CA" +156,490,265,"Norfolk Harbor, VA",245,"Charleston, SC" +156,491,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +157,154,159,"Long Beach, CA",159,"Long Beach, CA" +157,179,268,"Seattle, WA",268,"Seattle, WA" +157,180,162,"Oakland, CA",159,"Long Beach, CA" +157,274,159,"Long Beach, CA",162,"Oakland, CA" +157,275,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +157,276,265,"Norfolk Harbor, VA",177,"Savannah, GA" +157,277,198,"Baltimore, MD",241,"Philadelphia, PA" +157,278,241,"Philadelphia, PA",198,"Baltimore, MD" +157,279,177,"Savannah, GA",253,"Beaumont, TX" +157,280,265,"Norfolk Harbor, VA",177,"Savannah, GA" +157,281,257,"Houston, TX",195,"New Orleans, LA" +157,282,223,"New York, NY and NJ",217,"New York, NY and NJ" +157,283,171,"Jacksonville, FL",195,"New Orleans, LA" +157,284,239,"Portland, OR",162,"Oakland, CA" +157,285,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +157,286,217,"New York, NY and NJ",229,"Wilmington, NC" +157,287,171,"Jacksonville, FL",172,"Port Everglades, FL" +157,288,159,"Long Beach, CA",162,"Oakland, CA" +157,289,159,"Long Beach, CA",239,"Portland, OR" +157,290,171,"Jacksonville, FL",257,"Houston, TX" +157,291,217,"New York, NY and NJ",217,"New York, NY and NJ" +157,292,198,"Baltimore, MD",241,"Philadelphia, PA" +157,293,195,"New Orleans, LA",257,"Houston, TX" +157,294,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +157,295,223,"New York, NY and NJ",177,"Savannah, GA" +157,296,159,"Long Beach, CA",162,"Oakland, CA" +157,297,195,"New Orleans, LA",253,"Beaumont, TX" +157,298,217,"New York, NY and NJ",223,"New York, NY and NJ" +157,299,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +157,300,172,"Port Everglades, FL",257,"Houston, TX" +157,301,257,"Houston, TX",257,"Houston, TX" +157,302,171,"Jacksonville, FL",171,"Jacksonville, FL" +157,303,269,"Longview, WA",159,"Long Beach, CA" +157,304,217,"New York, NY and NJ",223,"New York, NY and NJ" +157,305,241,"Philadelphia, PA",223,"New York, NY and NJ" +157,306,217,"New York, NY and NJ",197,"Portland, ME" +157,307,169,"Wilmington, DE",223,"New York, NY and NJ" +157,308,268,"Seattle, WA",159,"Long Beach, CA" +157,309,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +157,310,239,"Portland, OR",159,"Long Beach, CA" +157,311,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +157,312,152,"Mobile, AL",257,"Houston, TX" +157,313,201,"Boston, MA",265,"Norfolk Harbor, VA" +157,314,197,"Portland, ME",201,"Boston, MA" +157,315,257,"Houston, TX",177,"Savannah, GA" +157,316,239,"Portland, OR",159,"Long Beach, CA" +157,317,159,"Long Beach, CA",162,"Oakland, CA" +157,318,162,"Oakland, CA",162,"Oakland, CA" +157,319,208,"Pascagoula, MS",195,"New Orleans, LA" +157,320,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +157,321,172,"Port Everglades, FL",217,"New York, NY and NJ" +157,322,162,"Oakland, CA",159,"Long Beach, CA" +157,323,254,"Corpus Christi, TX",208,"Pascagoula, MS" +157,324,218,"Camden-Gloucester, NJ",197,"Portland, ME" +157,325,195,"New Orleans, LA",253,"Beaumont, TX" +157,326,171,"Jacksonville, FL",253,"Beaumont, TX" +157,327,241,"Philadelphia, PA",229,"Wilmington, NC" +157,328,244,"Providence, RI",223,"New York, NY and NJ" +157,329,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +157,330,198,"Baltimore, MD",217,"New York, NY and NJ" +157,331,223,"New York, NY and NJ",229,"Wilmington, NC" +157,332,245,"Charleston, SC",178,"Brunswick, GA" +157,333,174,"Tampa, FL",195,"New Orleans, LA" +157,334,195,"New Orleans, LA",253,"Beaumont, TX" +157,335,201,"Boston, MA",218,"Camden-Gloucester, NJ" +157,336,254,"Corpus Christi, TX",162,"Oakland, CA" +157,337,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +157,338,217,"New York, NY and NJ",177,"Savannah, GA" +157,339,217,"New York, NY and NJ",229,"Wilmington, NC" +157,340,223,"New York, NY and NJ",217,"New York, NY and NJ" +157,341,195,"New Orleans, LA",253,"Beaumont, TX" +157,342,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +157,343,159,"Long Beach, CA",162,"Oakland, CA" +157,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +157,345,201,"Boston, MA",223,"New York, NY and NJ" +157,346,223,"New York, NY and NJ",254,"Corpus Christi, TX" +157,347,198,"Baltimore, MD",223,"New York, NY and NJ" +157,348,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +157,349,223,"New York, NY and NJ",241,"Philadelphia, PA" +157,350,265,"Norfolk Harbor, VA",201,"Boston, MA" +157,351,241,"Philadelphia, PA",223,"New York, NY and NJ" +157,352,198,"Baltimore, MD",177,"Savannah, GA" +157,353,217,"New York, NY and NJ",201,"Boston, MA" +157,354,244,"Providence, RI",244,"Providence, RI" +157,355,152,"Mobile, AL",208,"Pascagoula, MS" +157,356,152,"Mobile, AL",253,"Beaumont, TX" +157,357,217,"New York, NY and NJ",171,"Jacksonville, FL" +157,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +157,359,245,"Charleston, SC",174,"Tampa, FL" +157,360,177,"Savannah, GA",177,"Savannah, GA" +157,361,253,"Beaumont, TX",195,"New Orleans, LA" +157,362,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +157,363,195,"New Orleans, LA",195,"New Orleans, LA" +157,364,223,"New York, NY and NJ",217,"New York, NY and NJ" +157,365,223,"New York, NY and NJ",201,"Boston, MA" +157,366,159,"Long Beach, CA",159,"Long Beach, CA" +157,367,269,"Longview, WA",159,"Long Beach, CA" +157,368,159,"Long Beach, CA",159,"Long Beach, CA" +157,369,239,"Portland, OR",268,"Seattle, WA" +157,370,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +157,371,239,"Portland, OR",159,"Long Beach, CA" +157,372,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +157,373,195,"New Orleans, LA",257,"Houston, TX" +157,374,159,"Long Beach, CA",269,"Longview, WA" +157,375,268,"Seattle, WA",162,"Oakland, CA" +157,376,159,"Long Beach, CA",159,"Long Beach, CA" +157,377,265,"Norfolk Harbor, VA",201,"Boston, MA" +157,378,208,"Pascagoula, MS",253,"Beaumont, TX" +157,379,159,"Long Beach, CA",159,"Long Beach, CA" +157,380,159,"Long Beach, CA",268,"Seattle, WA" +157,381,162,"Oakland, CA",268,"Seattle, WA" +157,382,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +157,383,159,"Long Beach, CA",162,"Oakland, CA" +157,384,177,"Savannah, GA",195,"New Orleans, LA" +157,385,172,"Port Everglades, FL",223,"New York, NY and NJ" +157,386,265,"Norfolk Harbor, VA",244,"Providence, RI" +157,387,244,"Providence, RI",223,"New York, NY and NJ" +157,388,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +157,389,197,"Portland, ME",197,"Portland, ME" +157,390,241,"Philadelphia, PA",198,"Baltimore, MD" +157,391,177,"Savannah, GA",169,"Wilmington, DE" +157,392,162,"Oakland, CA",268,"Seattle, WA" +157,393,239,"Portland, OR",159,"Long Beach, CA" +157,394,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +157,395,223,"New York, NY and NJ",198,"Baltimore, MD" +157,396,159,"Long Beach, CA",159,"Long Beach, CA" +157,397,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +157,398,223,"New York, NY and NJ",194,"Lake Charles, LA" +157,399,159,"Long Beach, CA",257,"Houston, TX" +157,400,159,"Long Beach, CA",159,"Long Beach, CA" +157,401,244,"Providence, RI",241,"Philadelphia, PA" +157,402,201,"Boston, MA",198,"Baltimore, MD" +157,403,159,"Long Beach, CA",159,"Long Beach, CA" +157,404,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +157,405,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +157,406,201,"Boston, MA",223,"New York, NY and NJ" +157,407,217,"New York, NY and NJ",177,"Savannah, GA" +157,408,268,"Seattle, WA",162,"Oakland, CA" +157,409,198,"Baltimore, MD",208,"Pascagoula, MS" +157,410,159,"Long Beach, CA",159,"Long Beach, CA" +157,411,162,"Oakland, CA",162,"Oakland, CA" +157,412,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +157,413,268,"Seattle, WA",268,"Seattle, WA" +157,414,257,"Houston, TX",195,"New Orleans, LA" +157,415,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +157,416,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +157,417,159,"Long Beach, CA",159,"Long Beach, CA" +157,418,162,"Oakland, CA",159,"Long Beach, CA" +157,419,218,"Camden-Gloucester, NJ",208,"Pascagoula, MS" +157,420,159,"Long Beach, CA",162,"Oakland, CA" +157,421,159,"Long Beach, CA",159,"Long Beach, CA" +157,422,159,"Long Beach, CA",159,"Long Beach, CA" +157,423,268,"Seattle, WA",159,"Long Beach, CA" +157,424,195,"New Orleans, LA",257,"Houston, TX" +157,425,159,"Long Beach, CA",159,"Long Beach, CA" +157,426,194,"Lake Charles, LA",253,"Beaumont, TX" +157,427,195,"New Orleans, LA",257,"Houston, TX" +157,428,159,"Long Beach, CA",159,"Long Beach, CA" +157,429,268,"Seattle, WA",162,"Oakland, CA" +157,430,223,"New York, NY and NJ",197,"Portland, ME" +157,431,201,"Boston, MA",223,"New York, NY and NJ" +157,432,159,"Long Beach, CA",159,"Long Beach, CA" +157,433,177,"Savannah, GA",217,"New York, NY and NJ" +157,434,169,"Wilmington, DE",223,"New York, NY and NJ" +157,435,223,"New York, NY and NJ",257,"Houston, TX" +157,436,201,"Boston, MA",245,"Charleston, SC" +157,437,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +157,438,195,"New Orleans, LA",177,"Savannah, GA" +157,439,172,"Port Everglades, FL",194,"Lake Charles, LA" +157,440,174,"Tampa, FL",177,"Savannah, GA" +157,441,159,"Long Beach, CA",268,"Seattle, WA" +157,442,197,"Portland, ME",217,"New York, NY and NJ" +157,443,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +157,444,162,"Oakland, CA",268,"Seattle, WA" +157,445,223,"New York, NY and NJ",177,"Savannah, GA" +157,446,223,"New York, NY and NJ",201,"Boston, MA" +157,447,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +157,448,241,"Philadelphia, PA",198,"Baltimore, MD" +157,449,159,"Long Beach, CA",268,"Seattle, WA" +157,450,229,"Wilmington, NC",257,"Houston, TX" +157,451,201,"Boston, MA",197,"Portland, ME" +157,452,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +157,453,268,"Seattle, WA",159,"Long Beach, CA" +157,454,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +157,455,174,"Tampa, FL",201,"Boston, MA" +157,456,159,"Long Beach, CA",159,"Long Beach, CA" +157,457,244,"Providence, RI",223,"New York, NY and NJ" +157,458,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +157,459,162,"Oakland, CA",268,"Seattle, WA" +157,460,217,"New York, NY and NJ",201,"Boston, MA" +157,461,172,"Port Everglades, FL",194,"Lake Charles, LA" +157,462,201,"Boston, MA",195,"New Orleans, LA" +157,463,217,"New York, NY and NJ",241,"Philadelphia, PA" +157,464,201,"Boston, MA",201,"Boston, MA" +157,465,159,"Long Beach, CA",268,"Seattle, WA" +157,466,239,"Portland, OR",159,"Long Beach, CA" +157,467,177,"Savannah, GA",208,"Pascagoula, MS" +157,468,159,"Long Beach, CA",159,"Long Beach, CA" +157,469,169,"Wilmington, DE",197,"Portland, ME" +157,470,159,"Long Beach, CA",162,"Oakland, CA" +157,471,217,"New York, NY and NJ",223,"New York, NY and NJ" +157,472,159,"Long Beach, CA",159,"Long Beach, CA" +157,473,159,"Long Beach, CA",268,"Seattle, WA" +157,474,265,"Norfolk Harbor, VA",245,"Charleston, SC" +157,475,245,"Charleston, SC",217,"New York, NY and NJ" +157,476,159,"Long Beach, CA",159,"Long Beach, CA" +157,477,159,"Long Beach, CA",162,"Oakland, CA" +157,478,172,"Port Everglades, FL",195,"New Orleans, LA" +157,479,162,"Oakland, CA",159,"Long Beach, CA" +157,480,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +157,481,201,"Boston, MA",198,"Baltimore, MD" +157,482,159,"Long Beach, CA",159,"Long Beach, CA" +157,483,198,"Baltimore, MD",201,"Boston, MA" +157,484,171,"Jacksonville, FL",257,"Houston, TX" +157,485,159,"Long Beach, CA",162,"Oakland, CA" +157,486,268,"Seattle, WA",159,"Long Beach, CA" +157,487,177,"Savannah, GA",171,"Jacksonville, FL" +157,488,162,"Oakland, CA",162,"Oakland, CA" +157,489,159,"Long Beach, CA",159,"Long Beach, CA" +157,490,201,"Boston, MA",171,"Jacksonville, FL" +157,491,178,"Brunswick, GA",229,"Wilmington, NC" +158,154,159,"Long Beach, CA",162,"Oakland, CA" +158,179,159,"Long Beach, CA",159,"Long Beach, CA" +158,180,159,"Long Beach, CA",159,"Long Beach, CA" +158,274,159,"Long Beach, CA",268,"Seattle, WA" +158,275,217,"New York, NY and NJ",241,"Philadelphia, PA" +158,276,198,"Baltimore, MD",217,"New York, NY and NJ" +158,277,265,"Norfolk Harbor, VA",197,"Portland, ME" +158,278,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +158,279,177,"Savannah, GA",172,"Port Everglades, FL" +158,280,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +158,281,254,"Corpus Christi, TX",208,"Pascagoula, MS" +158,282,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +158,283,152,"Mobile, AL",152,"Mobile, AL" +158,284,159,"Long Beach, CA",159,"Long Beach, CA" +158,285,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +158,286,223,"New York, NY and NJ",208,"Pascagoula, MS" +158,287,177,"Savannah, GA",172,"Port Everglades, FL" +158,288,268,"Seattle, WA",239,"Portland, OR" +158,289,268,"Seattle, WA",269,"Longview, WA" +158,290,171,"Jacksonville, FL",172,"Port Everglades, FL" +158,291,197,"Portland, ME",223,"New York, NY and NJ" +158,292,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +158,293,195,"New Orleans, LA",195,"New Orleans, LA" +158,294,245,"Charleston, SC",169,"Wilmington, DE" +158,295,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +158,296,239,"Portland, OR",239,"Portland, OR" +158,297,174,"Tampa, FL",257,"Houston, TX" +158,298,197,"Portland, ME",265,"Norfolk Harbor, VA" +158,299,193,"Baton Rouge, LA",177,"Savannah, GA" +158,300,195,"New Orleans, LA",174,"Tampa, FL" +158,301,201,"Boston, MA",194,"Lake Charles, LA" +158,302,171,"Jacksonville, FL",172,"Port Everglades, FL" +158,303,268,"Seattle, WA",159,"Long Beach, CA" +158,304,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +158,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +158,306,217,"New York, NY and NJ",201,"Boston, MA" +158,307,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +158,308,159,"Long Beach, CA",159,"Long Beach, CA" +158,309,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +158,310,241,"Philadelphia, PA",257,"Houston, TX" +158,311,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +158,312,195,"New Orleans, LA",195,"New Orleans, LA" +158,313,223,"New York, NY and NJ",244,"Providence, RI" +158,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +158,315,245,"Charleston, SC",257,"Houston, TX" +158,316,268,"Seattle, WA",239,"Portland, OR" +158,317,159,"Long Beach, CA",268,"Seattle, WA" +158,318,159,"Long Beach, CA",159,"Long Beach, CA" +158,319,171,"Jacksonville, FL",172,"Port Everglades, FL" +158,320,201,"Boston, MA",201,"Boston, MA" +158,321,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +158,322,159,"Long Beach, CA",159,"Long Beach, CA" +158,323,194,"Lake Charles, LA",152,"Mobile, AL" +158,324,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +158,325,174,"Tampa, FL",208,"Pascagoula, MS" +158,326,245,"Charleston, SC",245,"Charleston, SC" +158,327,265,"Norfolk Harbor, VA",201,"Boston, MA" +158,328,217,"New York, NY and NJ",229,"Wilmington, NC" +158,329,171,"Jacksonville, FL",223,"New York, NY and NJ" +158,330,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +158,331,223,"New York, NY and NJ",201,"Boston, MA" +158,332,177,"Savannah, GA",174,"Tampa, FL" +158,333,177,"Savannah, GA",172,"Port Everglades, FL" +158,334,195,"New Orleans, LA",253,"Beaumont, TX" +158,335,201,"Boston, MA",198,"Baltimore, MD" +158,336,195,"New Orleans, LA",195,"New Orleans, LA" +158,337,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +158,338,198,"Baltimore, MD",197,"Portland, ME" +158,339,217,"New York, NY and NJ",177,"Savannah, GA" +158,340,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +158,341,193,"Baton Rouge, LA",195,"New Orleans, LA" +158,342,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +158,343,159,"Long Beach, CA",159,"Long Beach, CA" +158,344,265,"Norfolk Harbor, VA",197,"Portland, ME" +158,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +158,346,152,"Mobile, AL",241,"Philadelphia, PA" +158,347,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +158,348,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +158,349,217,"New York, NY and NJ",241,"Philadelphia, PA" +158,350,218,"Camden-Gloucester, NJ",201,"Boston, MA" +158,351,223,"New York, NY and NJ",217,"New York, NY and NJ" +158,352,244,"Providence, RI",265,"Norfolk Harbor, VA" +158,353,265,"Norfolk Harbor, VA",197,"Portland, ME" +158,354,244,"Providence, RI",217,"New York, NY and NJ" +158,355,245,"Charleston, SC",171,"Jacksonville, FL" +158,356,194,"Lake Charles, LA",194,"Lake Charles, LA" +158,357,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +158,358,197,"Portland, ME",198,"Baltimore, MD" +158,359,195,"New Orleans, LA",171,"Jacksonville, FL" +158,360,177,"Savannah, GA",177,"Savannah, GA" +158,361,257,"Houston, TX",177,"Savannah, GA" +158,362,201,"Boston, MA",218,"Camden-Gloucester, NJ" +158,363,174,"Tampa, FL",194,"Lake Charles, LA" +158,364,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +158,365,197,"Portland, ME",217,"New York, NY and NJ" +158,366,268,"Seattle, WA",239,"Portland, OR" +158,367,159,"Long Beach, CA",159,"Long Beach, CA" +158,368,159,"Long Beach, CA",159,"Long Beach, CA" +158,369,159,"Long Beach, CA",159,"Long Beach, CA" +158,370,217,"New York, NY and NJ",241,"Philadelphia, PA" +158,371,239,"Portland, OR",159,"Long Beach, CA" +158,372,244,"Providence, RI",217,"New York, NY and NJ" +158,373,177,"Savannah, GA",177,"Savannah, GA" +158,374,269,"Longview, WA",159,"Long Beach, CA" +158,375,159,"Long Beach, CA",193,"Baton Rouge, LA" +158,376,268,"Seattle, WA",159,"Long Beach, CA" +158,377,223,"New York, NY and NJ",217,"New York, NY and NJ" +158,378,195,"New Orleans, LA",174,"Tampa, FL" +158,379,159,"Long Beach, CA",159,"Long Beach, CA" +158,380,159,"Long Beach, CA",269,"Longview, WA" +158,381,159,"Long Beach, CA",269,"Longview, WA" +158,382,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +158,383,268,"Seattle, WA",159,"Long Beach, CA" +158,384,198,"Baltimore, MD",244,"Providence, RI" +158,385,197,"Portland, ME",201,"Boston, MA" +158,386,217,"New York, NY and NJ",217,"New York, NY and NJ" +158,387,223,"New York, NY and NJ",217,"New York, NY and NJ" +158,388,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +158,389,201,"Boston, MA",217,"New York, NY and NJ" +158,390,223,"New York, NY and NJ",244,"Providence, RI" +158,391,197,"Portland, ME",208,"Pascagoula, MS" +158,392,162,"Oakland, CA",268,"Seattle, WA" +158,393,159,"Long Beach, CA",159,"Long Beach, CA" +158,394,223,"New York, NY and NJ",198,"Baltimore, MD" +158,395,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +158,396,159,"Long Beach, CA",159,"Long Beach, CA" +158,397,198,"Baltimore, MD",198,"Baltimore, MD" +158,398,169,"Wilmington, DE",177,"Savannah, GA" +158,399,254,"Corpus Christi, TX",253,"Beaumont, TX" +158,400,159,"Long Beach, CA",159,"Long Beach, CA" +158,401,223,"New York, NY and NJ",217,"New York, NY and NJ" +158,402,197,"Portland, ME",217,"New York, NY and NJ" +158,403,159,"Long Beach, CA",159,"Long Beach, CA" +158,404,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +158,405,174,"Tampa, FL",245,"Charleston, SC" +158,406,265,"Norfolk Harbor, VA",201,"Boston, MA" +158,407,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +158,408,162,"Oakland, CA",159,"Long Beach, CA" +158,409,217,"New York, NY and NJ",217,"New York, NY and NJ" +158,410,162,"Oakland, CA",162,"Oakland, CA" +158,411,269,"Longview, WA",159,"Long Beach, CA" +158,412,223,"New York, NY and NJ",217,"New York, NY and NJ" +158,413,159,"Long Beach, CA",268,"Seattle, WA" +158,414,195,"New Orleans, LA",195,"New Orleans, LA" +158,415,197,"Portland, ME",265,"Norfolk Harbor, VA" +158,416,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +158,417,159,"Long Beach, CA",162,"Oakland, CA" +158,418,159,"Long Beach, CA",268,"Seattle, WA" +158,419,223,"New York, NY and NJ",217,"New York, NY and NJ" +158,420,159,"Long Beach, CA",269,"Longview, WA" +158,421,159,"Long Beach, CA",159,"Long Beach, CA" +158,422,162,"Oakland, CA",268,"Seattle, WA" +158,423,268,"Seattle, WA",268,"Seattle, WA" +158,424,195,"New Orleans, LA",195,"New Orleans, LA" +158,425,159,"Long Beach, CA",268,"Seattle, WA" +158,426,257,"Houston, TX",171,"Jacksonville, FL" +158,427,208,"Pascagoula, MS",171,"Jacksonville, FL" +158,428,159,"Long Beach, CA",159,"Long Beach, CA" +158,429,159,"Long Beach, CA",159,"Long Beach, CA" +158,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +158,431,198,"Baltimore, MD",169,"Wilmington, DE" +158,432,159,"Long Beach, CA",269,"Longview, WA" +158,433,217,"New York, NY and NJ",241,"Philadelphia, PA" +158,434,241,"Philadelphia, PA",223,"New York, NY and NJ" +158,435,201,"Boston, MA",198,"Baltimore, MD" +158,436,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +158,437,195,"New Orleans, LA",195,"New Orleans, LA" +158,438,171,"Jacksonville, FL",177,"Savannah, GA" +158,439,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +158,440,245,"Charleston, SC",195,"New Orleans, LA" +158,441,162,"Oakland, CA",268,"Seattle, WA" +158,442,265,"Norfolk Harbor, VA",245,"Charleston, SC" +158,443,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +158,444,159,"Long Beach, CA",268,"Seattle, WA" +158,445,198,"Baltimore, MD",198,"Baltimore, MD" +158,446,217,"New York, NY and NJ",217,"New York, NY and NJ" +158,447,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +158,448,265,"Norfolk Harbor, VA",177,"Savannah, GA" +158,449,159,"Long Beach, CA",269,"Longview, WA" +158,450,177,"Savannah, GA",195,"New Orleans, LA" +158,451,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +158,452,223,"New York, NY and NJ",198,"Baltimore, MD" +158,453,159,"Long Beach, CA",159,"Long Beach, CA" +158,454,241,"Philadelphia, PA",198,"Baltimore, MD" +158,455,223,"New York, NY and NJ",208,"Pascagoula, MS" +158,456,268,"Seattle, WA",159,"Long Beach, CA" +158,457,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +158,458,241,"Philadelphia, PA",201,"Boston, MA" +158,459,159,"Long Beach, CA",159,"Long Beach, CA" +158,460,198,"Baltimore, MD",241,"Philadelphia, PA" +158,461,265,"Norfolk Harbor, VA",177,"Savannah, GA" +158,462,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +158,463,244,"Providence, RI",201,"Boston, MA" +158,464,241,"Philadelphia, PA",201,"Boston, MA" +158,465,268,"Seattle, WA",159,"Long Beach, CA" +158,466,268,"Seattle, WA",239,"Portland, OR" +158,467,201,"Boston, MA",197,"Portland, ME" +158,468,162,"Oakland, CA",159,"Long Beach, CA" +158,469,201,"Boston, MA",241,"Philadelphia, PA" +158,470,159,"Long Beach, CA",268,"Seattle, WA" +158,471,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +158,472,159,"Long Beach, CA",239,"Portland, OR" +158,473,162,"Oakland, CA",159,"Long Beach, CA" +158,474,172,"Port Everglades, FL",195,"New Orleans, LA" +158,475,201,"Boston, MA",201,"Boston, MA" +158,476,159,"Long Beach, CA",159,"Long Beach, CA" +158,477,159,"Long Beach, CA",162,"Oakland, CA" +158,478,245,"Charleston, SC",172,"Port Everglades, FL" +158,479,162,"Oakland, CA",268,"Seattle, WA" +158,480,217,"New York, NY and NJ",244,"Providence, RI" +158,481,201,"Boston, MA",201,"Boston, MA" +158,482,162,"Oakland, CA",159,"Long Beach, CA" +158,483,197,"Portland, ME",244,"Providence, RI" +158,484,257,"Houston, TX",257,"Houston, TX" +158,485,159,"Long Beach, CA",268,"Seattle, WA" +158,486,159,"Long Beach, CA",159,"Long Beach, CA" +158,487,152,"Mobile, AL",208,"Pascagoula, MS" +158,488,159,"Long Beach, CA",159,"Long Beach, CA" +158,489,159,"Long Beach, CA",159,"Long Beach, CA" +158,490,265,"Norfolk Harbor, VA",201,"Boston, MA" +158,491,241,"Philadelphia, PA",223,"New York, NY and NJ" +159,154,159,"Long Beach, CA",268,"Seattle, WA" +159,179,159,"Long Beach, CA",159,"Long Beach, CA" +159,180,269,"Longview, WA",162,"Oakland, CA" +159,274,159,"Long Beach, CA",269,"Longview, WA" +159,275,265,"Norfolk Harbor, VA",177,"Savannah, GA" +159,276,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +159,277,201,"Boston, MA",201,"Boston, MA" +159,278,217,"New York, NY and NJ",152,"Mobile, AL" +159,279,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +159,280,171,"Jacksonville, FL",152,"Mobile, AL" +159,281,253,"Beaumont, TX",254,"Corpus Christi, TX" +159,282,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +159,283,177,"Savannah, GA",253,"Beaumont, TX" +159,284,159,"Long Beach, CA",162,"Oakland, CA" +159,285,201,"Boston, MA",198,"Baltimore, MD" +159,286,265,"Norfolk Harbor, VA",197,"Portland, ME" +159,287,174,"Tampa, FL",177,"Savannah, GA" +159,288,269,"Longview, WA",239,"Portland, OR" +159,289,159,"Long Beach, CA",159,"Long Beach, CA" +159,290,195,"New Orleans, LA",152,"Mobile, AL" +159,291,197,"Portland, ME",241,"Philadelphia, PA" +159,292,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +159,293,152,"Mobile, AL",257,"Houston, TX" +159,294,265,"Norfolk Harbor, VA",178,"Brunswick, GA" +159,295,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +159,296,159,"Long Beach, CA",159,"Long Beach, CA" +159,297,257,"Houston, TX",257,"Houston, TX" +159,298,217,"New York, NY and NJ",244,"Providence, RI" +159,299,198,"Baltimore, MD",257,"Houston, TX" +159,300,195,"New Orleans, LA",159,"Long Beach, CA" +159,301,218,"Camden-Gloucester, NJ",197,"Portland, ME" +159,302,171,"Jacksonville, FL",152,"Mobile, AL" +159,303,159,"Long Beach, CA",159,"Long Beach, CA" +159,304,265,"Norfolk Harbor, VA",197,"Portland, ME" +159,305,197,"Portland, ME",218,"Camden-Gloucester, NJ" +159,306,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +159,307,241,"Philadelphia, PA",229,"Wilmington, NC" +159,308,159,"Long Beach, CA",159,"Long Beach, CA" +159,309,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +159,310,152,"Mobile, AL",195,"New Orleans, LA" +159,311,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +159,312,195,"New Orleans, LA",254,"Corpus Christi, TX" +159,313,217,"New York, NY and NJ",217,"New York, NY and NJ" +159,314,229,"Wilmington, NC",217,"New York, NY and NJ" +159,315,254,"Corpus Christi, TX",257,"Houston, TX" +159,316,162,"Oakland, CA",268,"Seattle, WA" +159,317,159,"Long Beach, CA",159,"Long Beach, CA" +159,318,159,"Long Beach, CA",268,"Seattle, WA" +159,319,253,"Beaumont, TX",253,"Beaumont, TX" +159,320,169,"Wilmington, DE",223,"New York, NY and NJ" +159,321,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +159,322,159,"Long Beach, CA",268,"Seattle, WA" +159,323,195,"New Orleans, LA",253,"Beaumont, TX" +159,324,241,"Philadelphia, PA",201,"Boston, MA" +159,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +159,326,193,"Baton Rouge, LA",177,"Savannah, GA" +159,327,197,"Portland, ME",208,"Pascagoula, MS" +159,328,198,"Baltimore, MD",197,"Portland, ME" +159,329,223,"New York, NY and NJ",195,"New Orleans, LA" +159,330,244,"Providence, RI",208,"Pascagoula, MS" +159,331,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +159,332,171,"Jacksonville, FL",195,"New Orleans, LA" +159,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +159,334,257,"Houston, TX",257,"Houston, TX" +159,335,197,"Portland, ME",217,"New York, NY and NJ" +159,336,159,"Long Beach, CA",159,"Long Beach, CA" +159,337,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +159,338,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +159,339,217,"New York, NY and NJ",194,"Lake Charles, LA" +159,340,223,"New York, NY and NJ",241,"Philadelphia, PA" +159,341,195,"New Orleans, LA",253,"Beaumont, TX" +159,342,217,"New York, NY and NJ",198,"Baltimore, MD" +159,343,159,"Long Beach, CA",162,"Oakland, CA" +159,344,223,"New York, NY and NJ",198,"Baltimore, MD" +159,345,201,"Boston, MA",198,"Baltimore, MD" +159,346,195,"New Orleans, LA",257,"Houston, TX" +159,347,201,"Boston, MA",172,"Port Everglades, FL" +159,348,198,"Baltimore, MD",241,"Philadelphia, PA" +159,349,197,"Portland, ME",198,"Baltimore, MD" +159,350,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +159,351,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +159,352,197,"Portland, ME",265,"Norfolk Harbor, VA" +159,353,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +159,354,197,"Portland, ME",198,"Baltimore, MD" +159,355,178,"Brunswick, GA",208,"Pascagoula, MS" +159,356,195,"New Orleans, LA",257,"Houston, TX" +159,357,265,"Norfolk Harbor, VA",201,"Boston, MA" +159,358,223,"New York, NY and NJ",197,"Portland, ME" +159,359,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +159,360,177,"Savannah, GA",171,"Jacksonville, FL" +159,361,177,"Savannah, GA",159,"Long Beach, CA" +159,362,197,"Portland, ME",217,"New York, NY and NJ" +159,363,254,"Corpus Christi, TX",257,"Houston, TX" +159,364,217,"New York, NY and NJ",229,"Wilmington, NC" +159,365,201,"Boston, MA",265,"Norfolk Harbor, VA" +159,366,159,"Long Beach, CA",269,"Longview, WA" +159,367,159,"Long Beach, CA",159,"Long Beach, CA" +159,368,239,"Portland, OR",159,"Long Beach, CA" +159,369,159,"Long Beach, CA",159,"Long Beach, CA" +159,370,198,"Baltimore, MD",223,"New York, NY and NJ" +159,371,162,"Oakland, CA",239,"Portland, OR" +159,372,201,"Boston, MA",265,"Norfolk Harbor, VA" +159,373,253,"Beaumont, TX",257,"Houston, TX" +159,374,159,"Long Beach, CA",159,"Long Beach, CA" +159,375,162,"Oakland, CA",268,"Seattle, WA" +159,376,269,"Longview, WA",268,"Seattle, WA" +159,377,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +159,378,257,"Houston, TX",257,"Houston, TX" +159,379,159,"Long Beach, CA",159,"Long Beach, CA" +159,380,159,"Long Beach, CA",159,"Long Beach, CA" +159,381,268,"Seattle, WA",269,"Longview, WA" +159,382,223,"New York, NY and NJ",201,"Boston, MA" +159,383,162,"Oakland, CA",268,"Seattle, WA" +159,384,174,"Tampa, FL",174,"Tampa, FL" +159,385,171,"Jacksonville, FL",177,"Savannah, GA" +159,386,223,"New York, NY and NJ",241,"Philadelphia, PA" +159,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +159,388,241,"Philadelphia, PA",241,"Philadelphia, PA" +159,389,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +159,390,201,"Boston, MA",244,"Providence, RI" +159,391,217,"New York, NY and NJ",253,"Beaumont, TX" +159,392,162,"Oakland, CA",162,"Oakland, CA" +159,393,268,"Seattle, WA",159,"Long Beach, CA" +159,394,223,"New York, NY and NJ",241,"Philadelphia, PA" +159,395,223,"New York, NY and NJ",217,"New York, NY and NJ" +159,396,159,"Long Beach, CA",162,"Oakland, CA" +159,397,223,"New York, NY and NJ",217,"New York, NY and NJ" +159,398,265,"Norfolk Harbor, VA",194,"Lake Charles, LA" +159,399,257,"Houston, TX",253,"Beaumont, TX" +159,400,239,"Portland, OR",159,"Long Beach, CA" +159,401,198,"Baltimore, MD",241,"Philadelphia, PA" +159,402,244,"Providence, RI",241,"Philadelphia, PA" +159,403,162,"Oakland, CA",159,"Long Beach, CA" +159,404,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +159,405,177,"Savannah, GA",208,"Pascagoula, MS" +159,406,223,"New York, NY and NJ",197,"Portland, ME" +159,407,218,"Camden-Gloucester, NJ",244,"Providence, RI" +159,408,159,"Long Beach, CA",239,"Portland, OR" +159,409,193,"Baton Rouge, LA",265,"Norfolk Harbor, VA" +159,410,162,"Oakland, CA",268,"Seattle, WA" +159,411,159,"Long Beach, CA",268,"Seattle, WA" +159,412,217,"New York, NY and NJ",208,"Pascagoula, MS" +159,413,268,"Seattle, WA",159,"Long Beach, CA" +159,414,254,"Corpus Christi, TX",253,"Beaumont, TX" +159,415,198,"Baltimore, MD",223,"New York, NY and NJ" +159,416,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +159,417,159,"Long Beach, CA",159,"Long Beach, CA" +159,418,268,"Seattle, WA",268,"Seattle, WA" +159,419,223,"New York, NY and NJ",208,"Pascagoula, MS" +159,420,268,"Seattle, WA",159,"Long Beach, CA" +159,421,268,"Seattle, WA",269,"Longview, WA" +159,422,159,"Long Beach, CA",268,"Seattle, WA" +159,423,159,"Long Beach, CA",268,"Seattle, WA" +159,424,195,"New Orleans, LA",257,"Houston, TX" +159,425,239,"Portland, OR",159,"Long Beach, CA" +159,426,253,"Beaumont, TX",193,"Baton Rouge, LA" +159,427,257,"Houston, TX",257,"Houston, TX" +159,428,159,"Long Beach, CA",159,"Long Beach, CA" +159,429,268,"Seattle, WA",159,"Long Beach, CA" +159,430,217,"New York, NY and NJ",223,"New York, NY and NJ" +159,431,217,"New York, NY and NJ",198,"Baltimore, MD" +159,432,268,"Seattle, WA",159,"Long Beach, CA" +159,433,201,"Boston, MA",198,"Baltimore, MD" +159,434,201,"Boston, MA",265,"Norfolk Harbor, VA" +159,435,197,"Portland, ME",223,"New York, NY and NJ" +159,436,223,"New York, NY and NJ",198,"Baltimore, MD" +159,437,171,"Jacksonville, FL",253,"Beaumont, TX" +159,438,172,"Port Everglades, FL",195,"New Orleans, LA" +159,439,245,"Charleston, SC",172,"Port Everglades, FL" +159,440,245,"Charleston, SC",193,"Baton Rouge, LA" +159,441,239,"Portland, OR",159,"Long Beach, CA" +159,442,201,"Boston, MA",265,"Norfolk Harbor, VA" +159,443,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +159,444,159,"Long Beach, CA",159,"Long Beach, CA" +159,445,217,"New York, NY and NJ",208,"Pascagoula, MS" +159,446,197,"Portland, ME",265,"Norfolk Harbor, VA" +159,447,241,"Philadelphia, PA",198,"Baltimore, MD" +159,448,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +159,449,159,"Long Beach, CA",159,"Long Beach, CA" +159,450,152,"Mobile, AL",194,"Lake Charles, LA" +159,451,223,"New York, NY and NJ",198,"Baltimore, MD" +159,452,198,"Baltimore, MD",241,"Philadelphia, PA" +159,453,159,"Long Beach, CA",159,"Long Beach, CA" +159,454,245,"Charleston, SC",241,"Philadelphia, PA" +159,455,169,"Wilmington, DE",198,"Baltimore, MD" +159,456,268,"Seattle, WA",159,"Long Beach, CA" +159,457,223,"New York, NY and NJ",198,"Baltimore, MD" +159,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +159,459,159,"Long Beach, CA",159,"Long Beach, CA" +159,460,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +159,461,265,"Norfolk Harbor, VA",257,"Houston, TX" +159,462,229,"Wilmington, NC",223,"New York, NY and NJ" +159,463,198,"Baltimore, MD",245,"Charleston, SC" +159,464,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +159,465,239,"Portland, OR",159,"Long Beach, CA" +159,466,159,"Long Beach, CA",268,"Seattle, WA" +159,467,241,"Philadelphia, PA",244,"Providence, RI" +159,468,162,"Oakland, CA",239,"Portland, OR" +159,469,245,"Charleston, SC",223,"New York, NY and NJ" +159,470,159,"Long Beach, CA",159,"Long Beach, CA" +159,471,201,"Boston, MA",169,"Wilmington, DE" +159,472,268,"Seattle, WA",159,"Long Beach, CA" +159,473,159,"Long Beach, CA",162,"Oakland, CA" +159,474,195,"New Orleans, LA",195,"New Orleans, LA" +159,475,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +159,476,162,"Oakland, CA",159,"Long Beach, CA" +159,477,162,"Oakland, CA",268,"Seattle, WA" +159,478,171,"Jacksonville, FL",193,"Baton Rouge, LA" +159,479,159,"Long Beach, CA",159,"Long Beach, CA" +159,480,198,"Baltimore, MD",223,"New York, NY and NJ" +159,481,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +159,482,159,"Long Beach, CA",239,"Portland, OR" +159,483,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +159,484,257,"Houston, TX",171,"Jacksonville, FL" +159,485,159,"Long Beach, CA",268,"Seattle, WA" +159,486,268,"Seattle, WA",159,"Long Beach, CA" +159,487,177,"Savannah, GA",195,"New Orleans, LA" +159,488,159,"Long Beach, CA",162,"Oakland, CA" +159,489,159,"Long Beach, CA",159,"Long Beach, CA" +159,490,217,"New York, NY and NJ",193,"Baton Rouge, LA" +159,491,223,"New York, NY and NJ",198,"Baltimore, MD" +160,154,268,"Seattle, WA",162,"Oakland, CA" +160,179,159,"Long Beach, CA",159,"Long Beach, CA" +160,180,162,"Oakland, CA",162,"Oakland, CA" +160,274,159,"Long Beach, CA",162,"Oakland, CA" +160,275,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +160,276,197,"Portland, ME",217,"New York, NY and NJ" +160,277,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +160,278,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +160,279,245,"Charleston, SC",194,"Lake Charles, LA" +160,280,217,"New York, NY and NJ",174,"Tampa, FL" +160,281,195,"New Orleans, LA",257,"Houston, TX" +160,282,241,"Philadelphia, PA",223,"New York, NY and NJ" +160,283,174,"Tampa, FL",195,"New Orleans, LA" +160,284,159,"Long Beach, CA",159,"Long Beach, CA" +160,285,198,"Baltimore, MD",223,"New York, NY and NJ" +160,286,223,"New York, NY and NJ",201,"Boston, MA" +160,287,172,"Port Everglades, FL",208,"Pascagoula, MS" +160,288,159,"Long Beach, CA",159,"Long Beach, CA" +160,289,159,"Long Beach, CA",159,"Long Beach, CA" +160,290,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +160,291,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +160,292,197,"Portland, ME",223,"New York, NY and NJ" +160,293,257,"Houston, TX",195,"New Orleans, LA" +160,294,201,"Boston, MA",223,"New York, NY and NJ" +160,295,265,"Norfolk Harbor, VA",245,"Charleston, SC" +160,296,159,"Long Beach, CA",159,"Long Beach, CA" +160,297,257,"Houston, TX",257,"Houston, TX" +160,298,217,"New York, NY and NJ",223,"New York, NY and NJ" +160,299,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +160,300,253,"Beaumont, TX",257,"Houston, TX" +160,301,197,"Portland, ME",223,"New York, NY and NJ" +160,302,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +160,303,268,"Seattle, WA",268,"Seattle, WA" +160,304,197,"Portland, ME",218,"Camden-Gloucester, NJ" +160,305,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +160,306,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +160,307,223,"New York, NY and NJ",245,"Charleston, SC" +160,308,268,"Seattle, WA",159,"Long Beach, CA" +160,309,217,"New York, NY and NJ",198,"Baltimore, MD" +160,310,193,"Baton Rouge, LA",208,"Pascagoula, MS" +160,311,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +160,312,254,"Corpus Christi, TX",194,"Lake Charles, LA" +160,313,223,"New York, NY and NJ",197,"Portland, ME" +160,314,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +160,315,257,"Houston, TX",253,"Beaumont, TX" +160,316,239,"Portland, OR",239,"Portland, OR" +160,317,268,"Seattle, WA",268,"Seattle, WA" +160,318,159,"Long Beach, CA",159,"Long Beach, CA" +160,319,172,"Port Everglades, FL",257,"Houston, TX" +160,320,178,"Brunswick, GA",195,"New Orleans, LA" +160,321,223,"New York, NY and NJ",195,"New Orleans, LA" +160,322,159,"Long Beach, CA",159,"Long Beach, CA" +160,323,257,"Houston, TX",195,"New Orleans, LA" +160,324,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +160,325,177,"Savannah, GA",195,"New Orleans, LA" +160,326,152,"Mobile, AL",257,"Houston, TX" +160,327,217,"New York, NY and NJ",223,"New York, NY and NJ" +160,328,201,"Boston, MA",241,"Philadelphia, PA" +160,329,217,"New York, NY and NJ",223,"New York, NY and NJ" +160,330,241,"Philadelphia, PA",223,"New York, NY and NJ" +160,331,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +160,332,172,"Port Everglades, FL",208,"Pascagoula, MS" +160,333,174,"Tampa, FL",257,"Houston, TX" +160,334,174,"Tampa, FL",152,"Mobile, AL" +160,335,217,"New York, NY and NJ",198,"Baltimore, MD" +160,336,269,"Longview, WA",159,"Long Beach, CA" +160,337,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +160,338,198,"Baltimore, MD",217,"New York, NY and NJ" +160,339,241,"Philadelphia, PA",201,"Boston, MA" +160,340,197,"Portland, ME",201,"Boston, MA" +160,341,254,"Corpus Christi, TX",257,"Houston, TX" +160,342,218,"Camden-Gloucester, NJ",201,"Boston, MA" +160,343,159,"Long Beach, CA",268,"Seattle, WA" +160,344,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +160,345,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +160,346,257,"Houston, TX",254,"Corpus Christi, TX" +160,347,201,"Boston, MA",198,"Baltimore, MD" +160,348,217,"New York, NY and NJ",229,"Wilmington, NC" +160,349,198,"Baltimore, MD",244,"Providence, RI" +160,350,218,"Camden-Gloucester, NJ",201,"Boston, MA" +160,351,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +160,352,198,"Baltimore, MD",223,"New York, NY and NJ" +160,353,198,"Baltimore, MD",201,"Boston, MA" +160,354,223,"New York, NY and NJ",197,"Portland, ME" +160,355,195,"New Orleans, LA",177,"Savannah, GA" +160,356,194,"Lake Charles, LA",195,"New Orleans, LA" +160,357,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +160,358,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +160,359,172,"Port Everglades, FL",257,"Houston, TX" +160,360,172,"Port Everglades, FL",257,"Houston, TX" +160,361,253,"Beaumont, TX",159,"Long Beach, CA" +160,362,201,"Boston, MA",197,"Portland, ME" +160,363,257,"Houston, TX",253,"Beaumont, TX" +160,364,241,"Philadelphia, PA",217,"New York, NY and NJ" +160,365,241,"Philadelphia, PA",223,"New York, NY and NJ" +160,366,162,"Oakland, CA",268,"Seattle, WA" +160,367,162,"Oakland, CA",269,"Longview, WA" +160,368,269,"Longview, WA",159,"Long Beach, CA" +160,369,159,"Long Beach, CA",268,"Seattle, WA" +160,370,197,"Portland, ME",218,"Camden-Gloucester, NJ" +160,371,159,"Long Beach, CA",162,"Oakland, CA" +160,372,197,"Portland, ME",223,"New York, NY and NJ" +160,373,172,"Port Everglades, FL",195,"New Orleans, LA" +160,374,159,"Long Beach, CA",159,"Long Beach, CA" +160,375,162,"Oakland, CA",159,"Long Beach, CA" +160,376,268,"Seattle, WA",268,"Seattle, WA" +160,377,223,"New York, NY and NJ",245,"Charleston, SC" +160,378,195,"New Orleans, LA",257,"Houston, TX" +160,379,239,"Portland, OR",159,"Long Beach, CA" +160,380,268,"Seattle, WA",268,"Seattle, WA" +160,381,239,"Portland, OR",268,"Seattle, WA" +160,382,198,"Baltimore, MD",217,"New York, NY and NJ" +160,383,159,"Long Beach, CA",159,"Long Beach, CA" +160,384,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +160,385,223,"New York, NY and NJ",217,"New York, NY and NJ" +160,386,198,"Baltimore, MD",217,"New York, NY and NJ" +160,387,223,"New York, NY and NJ",241,"Philadelphia, PA" +160,388,241,"Philadelphia, PA",223,"New York, NY and NJ" +160,389,241,"Philadelphia, PA",198,"Baltimore, MD" +160,390,223,"New York, NY and NJ",201,"Boston, MA" +160,391,198,"Baltimore, MD",169,"Wilmington, DE" +160,392,268,"Seattle, WA",159,"Long Beach, CA" +160,393,162,"Oakland, CA",159,"Long Beach, CA" +160,394,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +160,395,201,"Boston, MA",218,"Camden-Gloucester, NJ" +160,396,159,"Long Beach, CA",159,"Long Beach, CA" +160,397,265,"Norfolk Harbor, VA",244,"Providence, RI" +160,398,198,"Baltimore, MD",223,"New York, NY and NJ" +160,399,257,"Houston, TX",257,"Houston, TX" +160,400,159,"Long Beach, CA",162,"Oakland, CA" +160,401,241,"Philadelphia, PA",223,"New York, NY and NJ" +160,402,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +160,403,268,"Seattle, WA",162,"Oakland, CA" +160,404,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +160,405,177,"Savannah, GA",257,"Houston, TX" +160,406,201,"Boston, MA",217,"New York, NY and NJ" +160,407,171,"Jacksonville, FL",217,"New York, NY and NJ" +160,408,159,"Long Beach, CA",269,"Longview, WA" +160,409,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +160,410,162,"Oakland, CA",268,"Seattle, WA" +160,411,159,"Long Beach, CA",159,"Long Beach, CA" +160,412,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +160,413,239,"Portland, OR",268,"Seattle, WA" +160,414,253,"Beaumont, TX",253,"Beaumont, TX" +160,415,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +160,416,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +160,417,268,"Seattle, WA",268,"Seattle, WA" +160,418,239,"Portland, OR",268,"Seattle, WA" +160,419,198,"Baltimore, MD",223,"New York, NY and NJ" +160,420,159,"Long Beach, CA",159,"Long Beach, CA" +160,421,162,"Oakland, CA",159,"Long Beach, CA" +160,422,159,"Long Beach, CA",159,"Long Beach, CA" +160,423,268,"Seattle, WA",268,"Seattle, WA" +160,424,195,"New Orleans, LA",257,"Houston, TX" +160,425,159,"Long Beach, CA",159,"Long Beach, CA" +160,426,257,"Houston, TX",159,"Long Beach, CA" +160,427,194,"Lake Charles, LA",257,"Houston, TX" +160,428,159,"Long Beach, CA",159,"Long Beach, CA" +160,429,159,"Long Beach, CA",159,"Long Beach, CA" +160,430,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +160,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +160,432,159,"Long Beach, CA",159,"Long Beach, CA" +160,433,197,"Portland, ME",195,"New Orleans, LA" +160,434,201,"Boston, MA",217,"New York, NY and NJ" +160,435,198,"Baltimore, MD",197,"Portland, ME" +160,436,217,"New York, NY and NJ",223,"New York, NY and NJ" +160,437,217,"New York, NY and NJ",194,"Lake Charles, LA" +160,438,245,"Charleston, SC",208,"Pascagoula, MS" +160,439,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +160,440,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +160,441,268,"Seattle, WA",159,"Long Beach, CA" +160,442,218,"Camden-Gloucester, NJ",201,"Boston, MA" +160,443,223,"New York, NY and NJ",229,"Wilmington, NC" +160,444,159,"Long Beach, CA",269,"Longview, WA" +160,445,218,"Camden-Gloucester, NJ",172,"Port Everglades, FL" +160,446,265,"Norfolk Harbor, VA",197,"Portland, ME" +160,447,217,"New York, NY and NJ",178,"Brunswick, GA" +160,448,198,"Baltimore, MD",198,"Baltimore, MD" +160,449,268,"Seattle, WA",159,"Long Beach, CA" +160,450,177,"Savannah, GA",195,"New Orleans, LA" +160,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +160,452,223,"New York, NY and NJ",201,"Boston, MA" +160,453,159,"Long Beach, CA",162,"Oakland, CA" +160,454,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +160,455,241,"Philadelphia, PA",245,"Charleston, SC" +160,456,159,"Long Beach, CA",268,"Seattle, WA" +160,457,223,"New York, NY and NJ",198,"Baltimore, MD" +160,458,217,"New York, NY and NJ",223,"New York, NY and NJ" +160,459,159,"Long Beach, CA",268,"Seattle, WA" +160,460,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +160,461,177,"Savannah, GA",171,"Jacksonville, FL" +160,462,177,"Savannah, GA",172,"Port Everglades, FL" +160,463,217,"New York, NY and NJ",197,"Portland, ME" +160,464,241,"Philadelphia, PA",223,"New York, NY and NJ" +160,465,159,"Long Beach, CA",162,"Oakland, CA" +160,466,268,"Seattle, WA",159,"Long Beach, CA" +160,467,198,"Baltimore, MD",223,"New York, NY and NJ" +160,468,159,"Long Beach, CA",159,"Long Beach, CA" +160,469,169,"Wilmington, DE",152,"Mobile, AL" +160,470,162,"Oakland, CA",162,"Oakland, CA" +160,471,198,"Baltimore, MD",223,"New York, NY and NJ" +160,472,268,"Seattle, WA",239,"Portland, OR" +160,473,159,"Long Beach, CA",268,"Seattle, WA" +160,474,195,"New Orleans, LA",257,"Houston, TX" +160,475,217,"New York, NY and NJ",169,"Wilmington, DE" +160,476,269,"Longview, WA",159,"Long Beach, CA" +160,477,159,"Long Beach, CA",268,"Seattle, WA" +160,478,174,"Tampa, FL",257,"Houston, TX" +160,479,162,"Oakland, CA",162,"Oakland, CA" +160,480,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +160,481,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +160,482,162,"Oakland, CA",159,"Long Beach, CA" +160,483,217,"New York, NY and NJ",201,"Boston, MA" +160,484,174,"Tampa, FL",172,"Port Everglades, FL" +160,485,269,"Longview, WA",159,"Long Beach, CA" +160,486,162,"Oakland, CA",268,"Seattle, WA" +160,487,172,"Port Everglades, FL",254,"Corpus Christi, TX" +160,488,268,"Seattle, WA",268,"Seattle, WA" +160,489,268,"Seattle, WA",162,"Oakland, CA" +160,490,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +160,491,217,"New York, NY and NJ",201,"Boston, MA" +161,154,268,"Seattle, WA",159,"Long Beach, CA" +161,179,159,"Long Beach, CA",159,"Long Beach, CA" +161,180,159,"Long Beach, CA",159,"Long Beach, CA" +161,274,159,"Long Beach, CA",159,"Long Beach, CA" +161,275,217,"New York, NY and NJ",217,"New York, NY and NJ" +161,276,223,"New York, NY and NJ",201,"Boston, MA" +161,277,217,"New York, NY and NJ",223,"New York, NY and NJ" +161,278,218,"Camden-Gloucester, NJ",197,"Portland, ME" +161,279,174,"Tampa, FL",177,"Savannah, GA" +161,280,171,"Jacksonville, FL",174,"Tampa, FL" +161,281,257,"Houston, TX",254,"Corpus Christi, TX" +161,282,265,"Norfolk Harbor, VA",177,"Savannah, GA" +161,283,177,"Savannah, GA",195,"New Orleans, LA" +161,284,159,"Long Beach, CA",159,"Long Beach, CA" +161,285,201,"Boston, MA",218,"Camden-Gloucester, NJ" +161,286,198,"Baltimore, MD",177,"Savannah, GA" +161,287,171,"Jacksonville, FL",208,"Pascagoula, MS" +161,288,268,"Seattle, WA",239,"Portland, OR" +161,289,268,"Seattle, WA",162,"Oakland, CA" +161,290,208,"Pascagoula, MS",195,"New Orleans, LA" +161,291,198,"Baltimore, MD",197,"Portland, ME" +161,292,223,"New York, NY and NJ",201,"Boston, MA" +161,293,195,"New Orleans, LA",253,"Beaumont, TX" +161,294,265,"Norfolk Harbor, VA",197,"Portland, ME" +161,295,198,"Baltimore, MD",169,"Wilmington, DE" +161,296,159,"Long Beach, CA",268,"Seattle, WA" +161,297,195,"New Orleans, LA",257,"Houston, TX" +161,298,223,"New York, NY and NJ",244,"Providence, RI" +161,299,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +161,300,195,"New Orleans, LA",245,"Charleston, SC" +161,301,223,"New York, NY and NJ",253,"Beaumont, TX" +161,302,171,"Jacksonville, FL",257,"Houston, TX" +161,303,159,"Long Beach, CA",162,"Oakland, CA" +161,304,229,"Wilmington, NC",197,"Portland, ME" +161,305,197,"Portland, ME",208,"Pascagoula, MS" +161,306,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +161,307,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +161,308,159,"Long Beach, CA",162,"Oakland, CA" +161,309,172,"Port Everglades, FL",198,"Baltimore, MD" +161,310,257,"Houston, TX",257,"Houston, TX" +161,311,245,"Charleston, SC",217,"New York, NY and NJ" +161,312,172,"Port Everglades, FL",257,"Houston, TX" +161,313,201,"Boston, MA",223,"New York, NY and NJ" +161,314,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +161,315,195,"New Orleans, LA",195,"New Orleans, LA" +161,316,162,"Oakland, CA",159,"Long Beach, CA" +161,317,159,"Long Beach, CA",268,"Seattle, WA" +161,318,159,"Long Beach, CA",239,"Portland, OR" +161,319,174,"Tampa, FL",195,"New Orleans, LA" +161,320,265,"Norfolk Harbor, VA",245,"Charleston, SC" +161,321,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +161,322,159,"Long Beach, CA",268,"Seattle, WA" +161,323,257,"Houston, TX",257,"Houston, TX" +161,324,201,"Boston, MA",265,"Norfolk Harbor, VA" +161,325,195,"New Orleans, LA",257,"Houston, TX" +161,326,174,"Tampa, FL",172,"Port Everglades, FL" +161,327,244,"Providence, RI",217,"New York, NY and NJ" +161,328,201,"Boston, MA",198,"Baltimore, MD" +161,329,265,"Norfolk Harbor, VA",201,"Boston, MA" +161,330,223,"New York, NY and NJ",217,"New York, NY and NJ" +161,331,217,"New York, NY and NJ",201,"Boston, MA" +161,332,171,"Jacksonville, FL",245,"Charleston, SC" +161,333,177,"Savannah, GA",195,"New Orleans, LA" +161,334,257,"Houston, TX",159,"Long Beach, CA" +161,335,197,"Portland, ME",223,"New York, NY and NJ" +161,336,257,"Houston, TX",257,"Houston, TX" +161,337,198,"Baltimore, MD",198,"Baltimore, MD" +161,338,241,"Philadelphia, PA",257,"Houston, TX" +161,339,223,"New York, NY and NJ",208,"Pascagoula, MS" +161,340,169,"Wilmington, DE",217,"New York, NY and NJ" +161,341,172,"Port Everglades, FL",254,"Corpus Christi, TX" +161,342,223,"New York, NY and NJ",217,"New York, NY and NJ" +161,343,268,"Seattle, WA",159,"Long Beach, CA" +161,344,198,"Baltimore, MD",197,"Portland, ME" +161,345,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +161,346,195,"New Orleans, LA",194,"Lake Charles, LA" +161,347,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +161,348,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +161,349,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +161,350,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +161,351,217,"New York, NY and NJ",223,"New York, NY and NJ" +161,352,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +161,353,217,"New York, NY and NJ",241,"Philadelphia, PA" +161,354,241,"Philadelphia, PA",195,"New Orleans, LA" +161,355,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +161,356,257,"Houston, TX",257,"Houston, TX" +161,357,197,"Portland, ME",152,"Mobile, AL" +161,358,223,"New York, NY and NJ",257,"Houston, TX" +161,359,195,"New Orleans, LA",171,"Jacksonville, FL" +161,360,194,"Lake Charles, LA",257,"Houston, TX" +161,361,159,"Long Beach, CA",159,"Long Beach, CA" +161,362,223,"New York, NY and NJ",241,"Philadelphia, PA" +161,363,257,"Houston, TX",194,"Lake Charles, LA" +161,364,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +161,365,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +161,366,269,"Longview, WA",268,"Seattle, WA" +161,367,162,"Oakland, CA",159,"Long Beach, CA" +161,368,159,"Long Beach, CA",268,"Seattle, WA" +161,369,269,"Longview, WA",269,"Longview, WA" +161,370,241,"Philadelphia, PA",217,"New York, NY and NJ" +161,371,159,"Long Beach, CA",159,"Long Beach, CA" +161,372,197,"Portland, ME",218,"Camden-Gloucester, NJ" +161,373,172,"Port Everglades, FL",195,"New Orleans, LA" +161,374,162,"Oakland, CA",268,"Seattle, WA" +161,375,268,"Seattle, WA",159,"Long Beach, CA" +161,376,159,"Long Beach, CA",162,"Oakland, CA" +161,377,265,"Norfolk Harbor, VA",201,"Boston, MA" +161,378,253,"Beaumont, TX",254,"Corpus Christi, TX" +161,379,239,"Portland, OR",268,"Seattle, WA" +161,380,159,"Long Beach, CA",269,"Longview, WA" +161,381,159,"Long Beach, CA",159,"Long Beach, CA" +161,382,217,"New York, NY and NJ",241,"Philadelphia, PA" +161,383,162,"Oakland, CA",159,"Long Beach, CA" +161,384,223,"New York, NY and NJ",195,"New Orleans, LA" +161,385,244,"Providence, RI",218,"Camden-Gloucester, NJ" +161,386,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +161,387,197,"Portland, ME",244,"Providence, RI" +161,388,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +161,389,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +161,390,217,"New York, NY and NJ",257,"Houston, TX" +161,391,223,"New York, NY and NJ",174,"Tampa, FL" +161,392,159,"Long Beach, CA",159,"Long Beach, CA" +161,393,162,"Oakland, CA",159,"Long Beach, CA" +161,394,197,"Portland, ME",198,"Baltimore, MD" +161,395,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +161,396,239,"Portland, OR",159,"Long Beach, CA" +161,397,223,"New York, NY and NJ",177,"Savannah, GA" +161,398,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +161,399,253,"Beaumont, TX",195,"New Orleans, LA" +161,400,268,"Seattle, WA",159,"Long Beach, CA" +161,401,197,"Portland, ME",223,"New York, NY and NJ" +161,402,265,"Norfolk Harbor, VA",201,"Boston, MA" +161,403,268,"Seattle, WA",159,"Long Beach, CA" +161,404,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +161,405,178,"Brunswick, GA",172,"Port Everglades, FL" +161,406,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +161,407,169,"Wilmington, DE",257,"Houston, TX" +161,408,159,"Long Beach, CA",268,"Seattle, WA" +161,409,172,"Port Everglades, FL",223,"New York, NY and NJ" +161,410,159,"Long Beach, CA",268,"Seattle, WA" +161,411,162,"Oakland, CA",159,"Long Beach, CA" +161,412,201,"Boston, MA",194,"Lake Charles, LA" +161,413,159,"Long Beach, CA",268,"Seattle, WA" +161,414,195,"New Orleans, LA",254,"Corpus Christi, TX" +161,415,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +161,416,265,"Norfolk Harbor, VA",245,"Charleston, SC" +161,417,159,"Long Beach, CA",268,"Seattle, WA" +161,418,159,"Long Beach, CA",159,"Long Beach, CA" +161,419,197,"Portland, ME",241,"Philadelphia, PA" +161,420,269,"Longview, WA",268,"Seattle, WA" +161,421,159,"Long Beach, CA",239,"Portland, OR" +161,422,162,"Oakland, CA",159,"Long Beach, CA" +161,423,268,"Seattle, WA",268,"Seattle, WA" +161,424,257,"Houston, TX",195,"New Orleans, LA" +161,425,159,"Long Beach, CA",268,"Seattle, WA" +161,426,193,"Baton Rouge, LA",172,"Port Everglades, FL" +161,427,257,"Houston, TX",257,"Houston, TX" +161,428,162,"Oakland, CA",239,"Portland, OR" +161,429,159,"Long Beach, CA",269,"Longview, WA" +161,430,241,"Philadelphia, PA",217,"New York, NY and NJ" +161,431,217,"New York, NY and NJ",223,"New York, NY and NJ" +161,432,159,"Long Beach, CA",268,"Seattle, WA" +161,433,198,"Baltimore, MD",193,"Baton Rouge, LA" +161,434,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +161,435,244,"Providence, RI",241,"Philadelphia, PA" +161,436,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +161,437,195,"New Orleans, LA",152,"Mobile, AL" +161,438,245,"Charleston, SC",257,"Houston, TX" +161,439,208,"Pascagoula, MS",257,"Houston, TX" +161,440,171,"Jacksonville, FL",254,"Corpus Christi, TX" +161,441,268,"Seattle, WA",159,"Long Beach, CA" +161,442,241,"Philadelphia, PA",201,"Boston, MA" +161,443,223,"New York, NY and NJ",217,"New York, NY and NJ" +161,444,159,"Long Beach, CA",162,"Oakland, CA" +161,445,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +161,446,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +161,447,217,"New York, NY and NJ",223,"New York, NY and NJ" +161,448,223,"New York, NY and NJ",244,"Providence, RI" +161,449,159,"Long Beach, CA",239,"Portland, OR" +161,450,177,"Savannah, GA",194,"Lake Charles, LA" +161,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +161,452,241,"Philadelphia, PA",201,"Boston, MA" +161,453,159,"Long Beach, CA",162,"Oakland, CA" +161,454,223,"New York, NY and NJ",257,"Houston, TX" +161,455,265,"Norfolk Harbor, VA",201,"Boston, MA" +161,456,159,"Long Beach, CA",159,"Long Beach, CA" +161,457,223,"New York, NY and NJ",241,"Philadelphia, PA" +161,458,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +161,459,268,"Seattle, WA",159,"Long Beach, CA" +161,460,265,"Norfolk Harbor, VA",177,"Savannah, GA" +161,461,171,"Jacksonville, FL",194,"Lake Charles, LA" +161,462,197,"Portland, ME",193,"Baton Rouge, LA" +161,463,218,"Camden-Gloucester, NJ",194,"Lake Charles, LA" +161,464,244,"Providence, RI",198,"Baltimore, MD" +161,465,269,"Longview, WA",162,"Oakland, CA" +161,466,159,"Long Beach, CA",159,"Long Beach, CA" +161,467,177,"Savannah, GA",223,"New York, NY and NJ" +161,468,159,"Long Beach, CA",159,"Long Beach, CA" +161,469,265,"Norfolk Harbor, VA",201,"Boston, MA" +161,470,159,"Long Beach, CA",159,"Long Beach, CA" +161,471,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +161,472,159,"Long Beach, CA",159,"Long Beach, CA" +161,473,268,"Seattle, WA",268,"Seattle, WA" +161,474,253,"Beaumont, TX",253,"Beaumont, TX" +161,475,201,"Boston, MA",201,"Boston, MA" +161,476,159,"Long Beach, CA",159,"Long Beach, CA" +161,477,268,"Seattle, WA",159,"Long Beach, CA" +161,478,177,"Savannah, GA",257,"Houston, TX" +161,479,268,"Seattle, WA",159,"Long Beach, CA" +161,480,265,"Norfolk Harbor, VA",257,"Houston, TX" +161,481,217,"New York, NY and NJ",208,"Pascagoula, MS" +161,482,159,"Long Beach, CA",162,"Oakland, CA" +161,483,201,"Boston, MA",201,"Boston, MA" +161,484,174,"Tampa, FL",193,"Baton Rouge, LA" +161,485,159,"Long Beach, CA",268,"Seattle, WA" +161,486,269,"Longview, WA",159,"Long Beach, CA" +161,487,177,"Savannah, GA",253,"Beaumont, TX" +161,488,159,"Long Beach, CA",239,"Portland, OR" +161,489,159,"Long Beach, CA",239,"Portland, OR" +161,490,201,"Boston, MA",152,"Mobile, AL" +161,491,245,"Charleston, SC",198,"Baltimore, MD" +162,154,159,"Long Beach, CA",159,"Long Beach, CA" +162,179,159,"Long Beach, CA",159,"Long Beach, CA" +162,180,268,"Seattle, WA",159,"Long Beach, CA" +162,274,159,"Long Beach, CA",162,"Oakland, CA" +162,275,217,"New York, NY and NJ",197,"Portland, ME" +162,276,223,"New York, NY and NJ",241,"Philadelphia, PA" +162,277,198,"Baltimore, MD",245,"Charleston, SC" +162,278,265,"Norfolk Harbor, VA",197,"Portland, ME" +162,279,172,"Port Everglades, FL",177,"Savannah, GA" +162,280,177,"Savannah, GA",171,"Jacksonville, FL" +162,281,254,"Corpus Christi, TX",257,"Houston, TX" +162,282,223,"New York, NY and NJ",217,"New York, NY and NJ" +162,283,152,"Mobile, AL",194,"Lake Charles, LA" +162,284,159,"Long Beach, CA",268,"Seattle, WA" +162,285,198,"Baltimore, MD",201,"Boston, MA" +162,286,223,"New York, NY and NJ",197,"Portland, ME" +162,287,195,"New Orleans, LA",195,"New Orleans, LA" +162,288,159,"Long Beach, CA",269,"Longview, WA" +162,289,162,"Oakland, CA",162,"Oakland, CA" +162,290,178,"Brunswick, GA",208,"Pascagoula, MS" +162,291,217,"New York, NY and NJ",229,"Wilmington, NC" +162,292,241,"Philadelphia, PA",229,"Wilmington, NC" +162,293,257,"Houston, TX",257,"Houston, TX" +162,294,198,"Baltimore, MD",223,"New York, NY and NJ" +162,295,169,"Wilmington, DE",217,"New York, NY and NJ" +162,296,159,"Long Beach, CA",239,"Portland, OR" +162,297,253,"Beaumont, TX",195,"New Orleans, LA" +162,298,223,"New York, NY and NJ",208,"Pascagoula, MS" +162,299,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +162,300,195,"New Orleans, LA",257,"Houston, TX" +162,301,218,"Camden-Gloucester, NJ",253,"Beaumont, TX" +162,302,177,"Savannah, GA",194,"Lake Charles, LA" +162,303,159,"Long Beach, CA",268,"Seattle, WA" +162,304,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +162,305,198,"Baltimore, MD",197,"Portland, ME" +162,306,178,"Brunswick, GA",223,"New York, NY and NJ" +162,307,201,"Boston, MA",265,"Norfolk Harbor, VA" +162,308,159,"Long Beach, CA",159,"Long Beach, CA" +162,309,201,"Boston, MA",223,"New York, NY and NJ" +162,310,257,"Houston, TX",159,"Long Beach, CA" +162,311,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +162,312,152,"Mobile, AL",257,"Houston, TX" +162,313,201,"Boston, MA",177,"Savannah, GA" +162,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +162,315,195,"New Orleans, LA",152,"Mobile, AL" +162,316,162,"Oakland, CA",162,"Oakland, CA" +162,317,268,"Seattle, WA",159,"Long Beach, CA" +162,318,159,"Long Beach, CA",162,"Oakland, CA" +162,319,172,"Port Everglades, FL",159,"Long Beach, CA" +162,320,223,"New York, NY and NJ",208,"Pascagoula, MS" +162,321,169,"Wilmington, DE",169,"Wilmington, DE" +162,322,159,"Long Beach, CA",159,"Long Beach, CA" +162,323,254,"Corpus Christi, TX",159,"Long Beach, CA" +162,324,197,"Portland, ME",245,"Charleston, SC" +162,325,195,"New Orleans, LA",257,"Houston, TX" +162,326,172,"Port Everglades, FL",257,"Houston, TX" +162,327,198,"Baltimore, MD",201,"Boston, MA" +162,328,217,"New York, NY and NJ",217,"New York, NY and NJ" +162,329,197,"Portland, ME",223,"New York, NY and NJ" +162,330,197,"Portland, ME",265,"Norfolk Harbor, VA" +162,331,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +162,332,245,"Charleston, SC",257,"Houston, TX" +162,333,177,"Savannah, GA",245,"Charleston, SC" +162,334,257,"Houston, TX",195,"New Orleans, LA" +162,335,265,"Norfolk Harbor, VA",197,"Portland, ME" +162,336,159,"Long Beach, CA",159,"Long Beach, CA" +162,337,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +162,338,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +162,339,223,"New York, NY and NJ",217,"New York, NY and NJ" +162,340,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +162,341,253,"Beaumont, TX",257,"Houston, TX" +162,342,217,"New York, NY and NJ",201,"Boston, MA" +162,343,159,"Long Beach, CA",159,"Long Beach, CA" +162,344,198,"Baltimore, MD",257,"Houston, TX" +162,345,198,"Baltimore, MD",229,"Wilmington, NC" +162,346,174,"Tampa, FL",254,"Corpus Christi, TX" +162,347,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +162,348,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +162,349,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +162,350,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +162,351,217,"New York, NY and NJ",208,"Pascagoula, MS" +162,352,241,"Philadelphia, PA",223,"New York, NY and NJ" +162,353,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +162,354,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +162,355,172,"Port Everglades, FL",195,"New Orleans, LA" +162,356,254,"Corpus Christi, TX",257,"Houston, TX" +162,357,197,"Portland, ME",265,"Norfolk Harbor, VA" +162,358,217,"New York, NY and NJ",197,"Portland, ME" +162,359,174,"Tampa, FL",194,"Lake Charles, LA" +162,360,171,"Jacksonville, FL",195,"New Orleans, LA" +162,361,195,"New Orleans, LA",195,"New Orleans, LA" +162,362,217,"New York, NY and NJ",197,"Portland, ME" +162,363,253,"Beaumont, TX",174,"Tampa, FL" +162,364,217,"New York, NY and NJ",241,"Philadelphia, PA" +162,365,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +162,366,268,"Seattle, WA",159,"Long Beach, CA" +162,367,159,"Long Beach, CA",159,"Long Beach, CA" +162,368,269,"Longview, WA",159,"Long Beach, CA" +162,369,159,"Long Beach, CA",159,"Long Beach, CA" +162,370,223,"New York, NY and NJ",217,"New York, NY and NJ" +162,371,239,"Portland, OR",268,"Seattle, WA" +162,372,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +162,373,195,"New Orleans, LA",193,"Baton Rouge, LA" +162,374,159,"Long Beach, CA",268,"Seattle, WA" +162,375,162,"Oakland, CA",159,"Long Beach, CA" +162,376,268,"Seattle, WA",159,"Long Beach, CA" +162,377,245,"Charleston, SC",201,"Boston, MA" +162,378,152,"Mobile, AL",159,"Long Beach, CA" +162,379,162,"Oakland, CA",159,"Long Beach, CA" +162,380,162,"Oakland, CA",159,"Long Beach, CA" +162,381,268,"Seattle, WA",159,"Long Beach, CA" +162,382,197,"Portland, ME",198,"Baltimore, MD" +162,383,159,"Long Beach, CA",159,"Long Beach, CA" +162,384,265,"Norfolk Harbor, VA",257,"Houston, TX" +162,385,223,"New York, NY and NJ",177,"Savannah, GA" +162,386,198,"Baltimore, MD",152,"Mobile, AL" +162,387,217,"New York, NY and NJ",241,"Philadelphia, PA" +162,388,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +162,389,241,"Philadelphia, PA",217,"New York, NY and NJ" +162,390,198,"Baltimore, MD",201,"Boston, MA" +162,391,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +162,392,159,"Long Beach, CA",162,"Oakland, CA" +162,393,268,"Seattle, WA",269,"Longview, WA" +162,394,201,"Boston, MA",244,"Providence, RI" +162,395,241,"Philadelphia, PA",177,"Savannah, GA" +162,396,159,"Long Beach, CA",159,"Long Beach, CA" +162,397,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +162,398,217,"New York, NY and NJ",245,"Charleston, SC" +162,399,152,"Mobile, AL",195,"New Orleans, LA" +162,400,268,"Seattle, WA",159,"Long Beach, CA" +162,401,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +162,402,223,"New York, NY and NJ",201,"Boston, MA" +162,403,268,"Seattle, WA",268,"Seattle, WA" +162,404,217,"New York, NY and NJ",197,"Portland, ME" +162,405,198,"Baltimore, MD",195,"New Orleans, LA" +162,406,197,"Portland, ME",265,"Norfolk Harbor, VA" +162,407,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +162,408,159,"Long Beach, CA",268,"Seattle, WA" +162,409,198,"Baltimore, MD",257,"Houston, TX" +162,410,159,"Long Beach, CA",159,"Long Beach, CA" +162,411,159,"Long Beach, CA",159,"Long Beach, CA" +162,412,229,"Wilmington, NC",241,"Philadelphia, PA" +162,413,162,"Oakland, CA",159,"Long Beach, CA" +162,414,195,"New Orleans, LA",257,"Houston, TX" +162,415,197,"Portland, ME",217,"New York, NY and NJ" +162,416,229,"Wilmington, NC",217,"New York, NY and NJ" +162,417,268,"Seattle, WA",268,"Seattle, WA" +162,418,268,"Seattle, WA",239,"Portland, OR" +162,419,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +162,420,159,"Long Beach, CA",268,"Seattle, WA" +162,421,162,"Oakland, CA",159,"Long Beach, CA" +162,422,268,"Seattle, WA",159,"Long Beach, CA" +162,423,162,"Oakland, CA",269,"Longview, WA" +162,424,257,"Houston, TX",257,"Houston, TX" +162,425,159,"Long Beach, CA",268,"Seattle, WA" +162,426,257,"Houston, TX",159,"Long Beach, CA" +162,427,253,"Beaumont, TX",257,"Houston, TX" +162,428,268,"Seattle, WA",159,"Long Beach, CA" +162,429,159,"Long Beach, CA",162,"Oakland, CA" +162,430,223,"New York, NY and NJ",198,"Baltimore, MD" +162,431,201,"Boston, MA",198,"Baltimore, MD" +162,432,269,"Longview, WA",159,"Long Beach, CA" +162,433,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +162,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +162,435,198,"Baltimore, MD",193,"Baton Rouge, LA" +162,436,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +162,437,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +162,438,172,"Port Everglades, FL",195,"New Orleans, LA" +162,439,172,"Port Everglades, FL",195,"New Orleans, LA" +162,440,171,"Jacksonville, FL",177,"Savannah, GA" +162,441,162,"Oakland, CA",159,"Long Beach, CA" +162,442,223,"New York, NY and NJ",217,"New York, NY and NJ" +162,443,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +162,444,159,"Long Beach, CA",159,"Long Beach, CA" +162,445,171,"Jacksonville, FL",218,"Camden-Gloucester, NJ" +162,446,201,"Boston, MA",198,"Baltimore, MD" +162,447,198,"Baltimore, MD",171,"Jacksonville, FL" +162,448,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +162,449,159,"Long Beach, CA",268,"Seattle, WA" +162,450,241,"Philadelphia, PA",195,"New Orleans, LA" +162,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +162,452,244,"Providence, RI",244,"Providence, RI" +162,453,159,"Long Beach, CA",159,"Long Beach, CA" +162,454,217,"New York, NY and NJ",195,"New Orleans, LA" +162,455,198,"Baltimore, MD",223,"New York, NY and NJ" +162,456,268,"Seattle, WA",159,"Long Beach, CA" +162,457,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +162,458,223,"New York, NY and NJ",198,"Baltimore, MD" +162,459,268,"Seattle, WA",159,"Long Beach, CA" +162,460,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +162,461,172,"Port Everglades, FL",152,"Mobile, AL" +162,462,217,"New York, NY and NJ",223,"New York, NY and NJ" +162,463,201,"Boston, MA",229,"Wilmington, NC" +162,464,241,"Philadelphia, PA",217,"New York, NY and NJ" +162,465,159,"Long Beach, CA",162,"Oakland, CA" +162,466,159,"Long Beach, CA",159,"Long Beach, CA" +162,467,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +162,468,159,"Long Beach, CA",159,"Long Beach, CA" +162,469,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +162,470,159,"Long Beach, CA",269,"Longview, WA" +162,471,223,"New York, NY and NJ",201,"Boston, MA" +162,472,159,"Long Beach, CA",159,"Long Beach, CA" +162,473,239,"Portland, OR",268,"Seattle, WA" +162,474,195,"New Orleans, LA",177,"Savannah, GA" +162,475,217,"New York, NY and NJ",223,"New York, NY and NJ" +162,476,159,"Long Beach, CA",162,"Oakland, CA" +162,477,162,"Oakland, CA",159,"Long Beach, CA" +162,478,152,"Mobile, AL",195,"New Orleans, LA" +162,479,159,"Long Beach, CA",159,"Long Beach, CA" +162,480,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +162,481,201,"Boston, MA",223,"New York, NY and NJ" +162,482,239,"Portland, OR",159,"Long Beach, CA" +162,483,217,"New York, NY and NJ",197,"Portland, ME" +162,484,172,"Port Everglades, FL",257,"Houston, TX" +162,485,159,"Long Beach, CA",268,"Seattle, WA" +162,486,159,"Long Beach, CA",269,"Longview, WA" +162,487,174,"Tampa, FL",195,"New Orleans, LA" +162,488,159,"Long Beach, CA",239,"Portland, OR" +162,489,268,"Seattle, WA",159,"Long Beach, CA" +162,490,241,"Philadelphia, PA",217,"New York, NY and NJ" +162,491,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +163,154,159,"Long Beach, CA",159,"Long Beach, CA" +163,179,268,"Seattle, WA",159,"Long Beach, CA" +163,180,159,"Long Beach, CA",269,"Longview, WA" +163,274,268,"Seattle, WA",269,"Longview, WA" +163,275,223,"New York, NY and NJ",197,"Portland, ME" +163,276,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +163,277,245,"Charleston, SC",217,"New York, NY and NJ" +163,278,171,"Jacksonville, FL",218,"Camden-Gloucester, NJ" +163,279,172,"Port Everglades, FL",171,"Jacksonville, FL" +163,280,174,"Tampa, FL",253,"Beaumont, TX" +163,281,193,"Baton Rouge, LA",257,"Houston, TX" +163,282,197,"Portland, ME",218,"Camden-Gloucester, NJ" +163,283,195,"New Orleans, LA",194,"Lake Charles, LA" +163,284,268,"Seattle, WA",159,"Long Beach, CA" +163,285,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +163,286,197,"Portland, ME",217,"New York, NY and NJ" +163,287,177,"Savannah, GA",195,"New Orleans, LA" +163,288,268,"Seattle, WA",239,"Portland, OR" +163,289,268,"Seattle, WA",159,"Long Beach, CA" +163,290,171,"Jacksonville, FL",208,"Pascagoula, MS" +163,291,197,"Portland, ME",223,"New York, NY and NJ" +163,292,198,"Baltimore, MD",197,"Portland, ME" +163,293,257,"Houston, TX",257,"Houston, TX" +163,294,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +163,295,229,"Wilmington, NC",169,"Wilmington, DE" +163,296,162,"Oakland, CA",239,"Portland, OR" +163,297,257,"Houston, TX",195,"New Orleans, LA" +163,298,201,"Boston, MA",217,"New York, NY and NJ" +163,299,201,"Boston, MA",245,"Charleston, SC" +163,300,195,"New Orleans, LA",208,"Pascagoula, MS" +163,301,198,"Baltimore, MD",244,"Providence, RI" +163,302,172,"Port Everglades, FL",195,"New Orleans, LA" +163,303,159,"Long Beach, CA",159,"Long Beach, CA" +163,304,244,"Providence, RI",241,"Philadelphia, PA" +163,305,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +163,306,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +163,307,201,"Boston, MA",244,"Providence, RI" +163,308,159,"Long Beach, CA",162,"Oakland, CA" +163,309,217,"New York, NY and NJ",245,"Charleston, SC" +163,310,159,"Long Beach, CA",193,"Baton Rouge, LA" +163,311,223,"New York, NY and NJ",198,"Baltimore, MD" +163,312,195,"New Orleans, LA",257,"Houston, TX" +163,313,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +163,314,241,"Philadelphia, PA",241,"Philadelphia, PA" +163,315,253,"Beaumont, TX",253,"Beaumont, TX" +163,316,159,"Long Beach, CA",162,"Oakland, CA" +163,317,268,"Seattle, WA",268,"Seattle, WA" +163,318,239,"Portland, OR",239,"Portland, OR" +163,319,253,"Beaumont, TX",208,"Pascagoula, MS" +163,320,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +163,321,217,"New York, NY and NJ",152,"Mobile, AL" +163,322,159,"Long Beach, CA",159,"Long Beach, CA" +163,323,195,"New Orleans, LA",195,"New Orleans, LA" +163,324,201,"Boston, MA",223,"New York, NY and NJ" +163,325,193,"Baton Rouge, LA",253,"Beaumont, TX" +163,326,253,"Beaumont, TX",152,"Mobile, AL" +163,327,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +163,328,201,"Boston, MA",201,"Boston, MA" +163,329,177,"Savannah, GA",178,"Brunswick, GA" +163,330,217,"New York, NY and NJ",223,"New York, NY and NJ" +163,331,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +163,332,177,"Savannah, GA",194,"Lake Charles, LA" +163,333,174,"Tampa, FL",257,"Houston, TX" +163,334,195,"New Orleans, LA",253,"Beaumont, TX" +163,335,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +163,336,162,"Oakland, CA",162,"Oakland, CA" +163,337,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +163,338,197,"Portland, ME",265,"Norfolk Harbor, VA" +163,339,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +163,340,217,"New York, NY and NJ",197,"Portland, ME" +163,341,254,"Corpus Christi, TX",195,"New Orleans, LA" +163,342,198,"Baltimore, MD",217,"New York, NY and NJ" +163,343,268,"Seattle, WA",159,"Long Beach, CA" +163,344,241,"Philadelphia, PA",245,"Charleston, SC" +163,345,217,"New York, NY and NJ",169,"Wilmington, DE" +163,346,195,"New Orleans, LA",152,"Mobile, AL" +163,347,223,"New York, NY and NJ",244,"Providence, RI" +163,348,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +163,349,223,"New York, NY and NJ",201,"Boston, MA" +163,350,217,"New York, NY and NJ",217,"New York, NY and NJ" +163,351,198,"Baltimore, MD",169,"Wilmington, DE" +163,352,241,"Philadelphia, PA",197,"Portland, ME" +163,353,223,"New York, NY and NJ",169,"Wilmington, DE" +163,354,197,"Portland, ME",223,"New York, NY and NJ" +163,355,172,"Port Everglades, FL",208,"Pascagoula, MS" +163,356,253,"Beaumont, TX",162,"Oakland, CA" +163,357,265,"Norfolk Harbor, VA",201,"Boston, MA" +163,358,197,"Portland, ME",217,"New York, NY and NJ" +163,359,152,"Mobile, AL",177,"Savannah, GA" +163,360,195,"New Orleans, LA",174,"Tampa, FL" +163,361,208,"Pascagoula, MS",159,"Long Beach, CA" +163,362,241,"Philadelphia, PA",223,"New York, NY and NJ" +163,363,253,"Beaumont, TX",253,"Beaumont, TX" +163,364,265,"Norfolk Harbor, VA",201,"Boston, MA" +163,365,244,"Providence, RI",217,"New York, NY and NJ" +163,366,159,"Long Beach, CA",268,"Seattle, WA" +163,367,159,"Long Beach, CA",159,"Long Beach, CA" +163,368,268,"Seattle, WA",162,"Oakland, CA" +163,369,159,"Long Beach, CA",159,"Long Beach, CA" +163,370,265,"Norfolk Harbor, VA",201,"Boston, MA" +163,371,159,"Long Beach, CA",159,"Long Beach, CA" +163,372,223,"New York, NY and NJ",241,"Philadelphia, PA" +163,373,172,"Port Everglades, FL",195,"New Orleans, LA" +163,374,268,"Seattle, WA",159,"Long Beach, CA" +163,375,159,"Long Beach, CA",239,"Portland, OR" +163,376,159,"Long Beach, CA",269,"Longview, WA" +163,377,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +163,378,152,"Mobile, AL",193,"Baton Rouge, LA" +163,379,268,"Seattle, WA",159,"Long Beach, CA" +163,380,159,"Long Beach, CA",159,"Long Beach, CA" +163,381,159,"Long Beach, CA",159,"Long Beach, CA" +163,382,198,"Baltimore, MD",223,"New York, NY and NJ" +163,383,159,"Long Beach, CA",268,"Seattle, WA" +163,384,177,"Savannah, GA",257,"Houston, TX" +163,385,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +163,386,201,"Boston, MA",265,"Norfolk Harbor, VA" +163,387,241,"Philadelphia, PA",229,"Wilmington, NC" +163,388,223,"New York, NY and NJ",201,"Boston, MA" +163,389,197,"Portland, ME",223,"New York, NY and NJ" +163,390,223,"New York, NY and NJ",208,"Pascagoula, MS" +163,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +163,392,268,"Seattle, WA",268,"Seattle, WA" +163,393,268,"Seattle, WA",159,"Long Beach, CA" +163,394,223,"New York, NY and NJ",217,"New York, NY and NJ" +163,395,217,"New York, NY and NJ",245,"Charleston, SC" +163,396,159,"Long Beach, CA",162,"Oakland, CA" +163,397,241,"Philadelphia, PA",217,"New York, NY and NJ" +163,398,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +163,399,254,"Corpus Christi, TX",195,"New Orleans, LA" +163,400,268,"Seattle, WA",159,"Long Beach, CA" +163,401,223,"New York, NY and NJ",217,"New York, NY and NJ" +163,402,223,"New York, NY and NJ",244,"Providence, RI" +163,403,239,"Portland, OR",239,"Portland, OR" +163,404,217,"New York, NY and NJ",257,"Houston, TX" +163,405,171,"Jacksonville, FL",172,"Port Everglades, FL" +163,406,223,"New York, NY and NJ",198,"Baltimore, MD" +163,407,223,"New York, NY and NJ",245,"Charleston, SC" +163,408,159,"Long Beach, CA",159,"Long Beach, CA" +163,409,177,"Savannah, GA",195,"New Orleans, LA" +163,410,269,"Longview, WA",159,"Long Beach, CA" +163,411,159,"Long Beach, CA",159,"Long Beach, CA" +163,412,223,"New York, NY and NJ",201,"Boston, MA" +163,413,269,"Longview, WA",159,"Long Beach, CA" +163,414,253,"Beaumont, TX",253,"Beaumont, TX" +163,415,201,"Boston, MA",195,"New Orleans, LA" +163,416,178,"Brunswick, GA",223,"New York, NY and NJ" +163,417,159,"Long Beach, CA",239,"Portland, OR" +163,418,159,"Long Beach, CA",159,"Long Beach, CA" +163,419,201,"Boston, MA",257,"Houston, TX" +163,420,159,"Long Beach, CA",269,"Longview, WA" +163,421,269,"Longview, WA",159,"Long Beach, CA" +163,422,269,"Longview, WA",162,"Oakland, CA" +163,423,159,"Long Beach, CA",268,"Seattle, WA" +163,424,195,"New Orleans, LA",195,"New Orleans, LA" +163,425,159,"Long Beach, CA",268,"Seattle, WA" +163,426,195,"New Orleans, LA",253,"Beaumont, TX" +163,427,193,"Baton Rouge, LA",257,"Houston, TX" +163,428,162,"Oakland, CA",239,"Portland, OR" +163,429,268,"Seattle, WA",162,"Oakland, CA" +163,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +163,431,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +163,432,269,"Longview, WA",159,"Long Beach, CA" +163,433,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +163,434,244,"Providence, RI",217,"New York, NY and NJ" +163,435,223,"New York, NY and NJ",257,"Houston, TX" +163,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +163,437,265,"Norfolk Harbor, VA",174,"Tampa, FL" +163,438,172,"Port Everglades, FL",194,"Lake Charles, LA" +163,439,265,"Norfolk Harbor, VA",177,"Savannah, GA" +163,440,152,"Mobile, AL",257,"Houston, TX" +163,441,159,"Long Beach, CA",159,"Long Beach, CA" +163,442,244,"Providence, RI",177,"Savannah, GA" +163,443,223,"New York, NY and NJ",257,"Houston, TX" +163,444,268,"Seattle, WA",159,"Long Beach, CA" +163,445,169,"Wilmington, DE",245,"Charleston, SC" +163,446,217,"New York, NY and NJ",223,"New York, NY and NJ" +163,447,265,"Norfolk Harbor, VA",177,"Savannah, GA" +163,448,265,"Norfolk Harbor, VA",201,"Boston, MA" +163,449,159,"Long Beach, CA",268,"Seattle, WA" +163,450,229,"Wilmington, NC",174,"Tampa, FL" +163,451,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +163,452,244,"Providence, RI",245,"Charleston, SC" +163,453,159,"Long Beach, CA",159,"Long Beach, CA" +163,454,217,"New York, NY and NJ",208,"Pascagoula, MS" +163,455,198,"Baltimore, MD",177,"Savannah, GA" +163,456,269,"Longview, WA",159,"Long Beach, CA" +163,457,197,"Portland, ME",208,"Pascagoula, MS" +163,458,223,"New York, NY and NJ",245,"Charleston, SC" +163,459,162,"Oakland, CA",268,"Seattle, WA" +163,460,265,"Norfolk Harbor, VA",197,"Portland, ME" +163,461,195,"New Orleans, LA",245,"Charleston, SC" +163,462,174,"Tampa, FL",257,"Houston, TX" +163,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +163,464,244,"Providence, RI",223,"New York, NY and NJ" +163,465,268,"Seattle, WA",159,"Long Beach, CA" +163,466,159,"Long Beach, CA",268,"Seattle, WA" +163,467,223,"New York, NY and NJ",197,"Portland, ME" +163,468,159,"Long Beach, CA",159,"Long Beach, CA" +163,469,217,"New York, NY and NJ",223,"New York, NY and NJ" +163,470,239,"Portland, OR",159,"Long Beach, CA" +163,471,245,"Charleston, SC",201,"Boston, MA" +163,472,159,"Long Beach, CA",159,"Long Beach, CA" +163,473,159,"Long Beach, CA",159,"Long Beach, CA" +163,474,208,"Pascagoula, MS",245,"Charleston, SC" +163,475,217,"New York, NY and NJ",197,"Portland, ME" +163,476,159,"Long Beach, CA",159,"Long Beach, CA" +163,477,159,"Long Beach, CA",239,"Portland, OR" +163,478,174,"Tampa, FL",229,"Wilmington, NC" +163,479,268,"Seattle, WA",268,"Seattle, WA" +163,480,265,"Norfolk Harbor, VA",197,"Portland, ME" +163,481,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +163,482,159,"Long Beach, CA",268,"Seattle, WA" +163,483,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +163,484,172,"Port Everglades, FL",257,"Houston, TX" +163,485,159,"Long Beach, CA",268,"Seattle, WA" +163,486,159,"Long Beach, CA",162,"Oakland, CA" +163,487,194,"Lake Charles, LA",194,"Lake Charles, LA" +163,488,268,"Seattle, WA",159,"Long Beach, CA" +163,489,162,"Oakland, CA",268,"Seattle, WA" +163,490,223,"New York, NY and NJ",223,"New York, NY and NJ" +163,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +164,154,162,"Oakland, CA",268,"Seattle, WA" +164,179,239,"Portland, OR",159,"Long Beach, CA" +164,180,159,"Long Beach, CA",162,"Oakland, CA" +164,274,269,"Longview, WA",159,"Long Beach, CA" +164,275,217,"New York, NY and NJ",223,"New York, NY and NJ" +164,276,198,"Baltimore, MD",217,"New York, NY and NJ" +164,277,198,"Baltimore, MD",197,"Portland, ME" +164,278,217,"New York, NY and NJ",194,"Lake Charles, LA" +164,279,172,"Port Everglades, FL",172,"Port Everglades, FL" +164,280,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +164,281,257,"Houston, TX",257,"Houston, TX" +164,282,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +164,283,177,"Savannah, GA",253,"Beaumont, TX" +164,284,159,"Long Beach, CA",162,"Oakland, CA" +164,285,201,"Boston, MA",244,"Providence, RI" +164,286,229,"Wilmington, NC",197,"Portland, ME" +164,287,245,"Charleston, SC",257,"Houston, TX" +164,288,268,"Seattle, WA",159,"Long Beach, CA" +164,289,268,"Seattle, WA",268,"Seattle, WA" +164,290,172,"Port Everglades, FL",177,"Savannah, GA" +164,291,265,"Norfolk Harbor, VA",197,"Portland, ME" +164,292,223,"New York, NY and NJ",217,"New York, NY and NJ" +164,293,253,"Beaumont, TX",257,"Houston, TX" +164,294,198,"Baltimore, MD",223,"New York, NY and NJ" +164,295,223,"New York, NY and NJ",169,"Wilmington, DE" +164,296,159,"Long Beach, CA",159,"Long Beach, CA" +164,297,257,"Houston, TX",257,"Houston, TX" +164,298,244,"Providence, RI",223,"New York, NY and NJ" +164,299,198,"Baltimore, MD",195,"New Orleans, LA" +164,300,245,"Charleston, SC",257,"Houston, TX" +164,301,241,"Philadelphia, PA",241,"Philadelphia, PA" +164,302,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +164,303,162,"Oakland, CA",159,"Long Beach, CA" +164,304,223,"New York, NY and NJ",169,"Wilmington, DE" +164,305,244,"Providence, RI",201,"Boston, MA" +164,306,223,"New York, NY and NJ",223,"New York, NY and NJ" +164,307,241,"Philadelphia, PA",245,"Charleston, SC" +164,308,268,"Seattle, WA",159,"Long Beach, CA" +164,309,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +164,310,223,"New York, NY and NJ",268,"Seattle, WA" +164,311,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +164,312,174,"Tampa, FL",195,"New Orleans, LA" +164,313,198,"Baltimore, MD",245,"Charleston, SC" +164,314,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +164,315,254,"Corpus Christi, TX",257,"Houston, TX" +164,316,159,"Long Beach, CA",159,"Long Beach, CA" +164,317,159,"Long Beach, CA",268,"Seattle, WA" +164,318,159,"Long Beach, CA",162,"Oakland, CA" +164,319,193,"Baton Rouge, LA",195,"New Orleans, LA" +164,320,217,"New York, NY and NJ",223,"New York, NY and NJ" +164,321,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +164,322,159,"Long Beach, CA",159,"Long Beach, CA" +164,323,171,"Jacksonville, FL",193,"Baton Rouge, LA" +164,324,201,"Boston, MA",198,"Baltimore, MD" +164,325,177,"Savannah, GA",195,"New Orleans, LA" +164,326,177,"Savannah, GA",195,"New Orleans, LA" +164,327,241,"Philadelphia, PA",197,"Portland, ME" +164,328,241,"Philadelphia, PA",223,"New York, NY and NJ" +164,329,201,"Boston, MA",265,"Norfolk Harbor, VA" +164,330,198,"Baltimore, MD",241,"Philadelphia, PA" +164,331,217,"New York, NY and NJ",241,"Philadelphia, PA" +164,332,177,"Savannah, GA",195,"New Orleans, LA" +164,333,171,"Jacksonville, FL",253,"Beaumont, TX" +164,334,253,"Beaumont, TX",254,"Corpus Christi, TX" +164,335,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +164,336,159,"Long Beach, CA",195,"New Orleans, LA" +164,337,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +164,338,241,"Philadelphia, PA",223,"New York, NY and NJ" +164,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +164,340,198,"Baltimore, MD",198,"Baltimore, MD" +164,341,254,"Corpus Christi, TX",195,"New Orleans, LA" +164,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +164,343,159,"Long Beach, CA",159,"Long Beach, CA" +164,344,223,"New York, NY and NJ",217,"New York, NY and NJ" +164,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +164,346,254,"Corpus Christi, TX",218,"Camden-Gloucester, NJ" +164,347,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +164,348,201,"Boston, MA",265,"Norfolk Harbor, VA" +164,349,241,"Philadelphia, PA",201,"Boston, MA" +164,350,198,"Baltimore, MD",244,"Providence, RI" +164,351,265,"Norfolk Harbor, VA",201,"Boston, MA" +164,352,201,"Boston, MA",217,"New York, NY and NJ" +164,353,198,"Baltimore, MD",197,"Portland, ME" +164,354,197,"Portland, ME",265,"Norfolk Harbor, VA" +164,355,174,"Tampa, FL",174,"Tampa, FL" +164,356,195,"New Orleans, LA",257,"Houston, TX" +164,357,198,"Baltimore, MD",198,"Baltimore, MD" +164,358,223,"New York, NY and NJ",223,"New York, NY and NJ" +164,359,245,"Charleston, SC",194,"Lake Charles, LA" +164,360,174,"Tampa, FL",193,"Baton Rouge, LA" +164,361,195,"New Orleans, LA",195,"New Orleans, LA" +164,362,197,"Portland, ME",241,"Philadelphia, PA" +164,363,254,"Corpus Christi, TX",195,"New Orleans, LA" +164,364,217,"New York, NY and NJ",223,"New York, NY and NJ" +164,365,217,"New York, NY and NJ",201,"Boston, MA" +164,366,162,"Oakland, CA",159,"Long Beach, CA" +164,367,159,"Long Beach, CA",159,"Long Beach, CA" +164,368,268,"Seattle, WA",239,"Portland, OR" +164,369,162,"Oakland, CA",159,"Long Beach, CA" +164,370,198,"Baltimore, MD",198,"Baltimore, MD" +164,371,159,"Long Beach, CA",159,"Long Beach, CA" +164,372,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +164,373,177,"Savannah, GA",195,"New Orleans, LA" +164,374,268,"Seattle, WA",159,"Long Beach, CA" +164,375,159,"Long Beach, CA",162,"Oakland, CA" +164,376,159,"Long Beach, CA",269,"Longview, WA" +164,377,223,"New York, NY and NJ",244,"Providence, RI" +164,378,195,"New Orleans, LA",195,"New Orleans, LA" +164,379,162,"Oakland, CA",159,"Long Beach, CA" +164,380,159,"Long Beach, CA",268,"Seattle, WA" +164,381,159,"Long Beach, CA",162,"Oakland, CA" +164,382,201,"Boston, MA",198,"Baltimore, MD" +164,383,269,"Longview, WA",159,"Long Beach, CA" +164,384,265,"Norfolk Harbor, VA",245,"Charleston, SC" +164,385,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +164,386,201,"Boston, MA",201,"Boston, MA" +164,387,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +164,388,197,"Portland, ME",223,"New York, NY and NJ" +164,389,217,"New York, NY and NJ",241,"Philadelphia, PA" +164,390,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +164,391,223,"New York, NY and NJ",198,"Baltimore, MD" +164,392,162,"Oakland, CA",159,"Long Beach, CA" +164,393,159,"Long Beach, CA",159,"Long Beach, CA" +164,394,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +164,395,197,"Portland, ME",217,"New York, NY and NJ" +164,396,159,"Long Beach, CA",239,"Portland, OR" +164,397,217,"New York, NY and NJ",223,"New York, NY and NJ" +164,398,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +164,399,253,"Beaumont, TX",253,"Beaumont, TX" +164,400,162,"Oakland, CA",159,"Long Beach, CA" +164,401,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +164,402,223,"New York, NY and NJ",217,"New York, NY and NJ" +164,403,159,"Long Beach, CA",159,"Long Beach, CA" +164,404,217,"New York, NY and NJ",197,"Portland, ME" +164,405,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +164,406,218,"Camden-Gloucester, NJ",244,"Providence, RI" +164,407,223,"New York, NY and NJ",198,"Baltimore, MD" +164,408,159,"Long Beach, CA",268,"Seattle, WA" +164,409,241,"Philadelphia, PA",177,"Savannah, GA" +164,410,159,"Long Beach, CA",159,"Long Beach, CA" +164,411,159,"Long Beach, CA",159,"Long Beach, CA" +164,412,241,"Philadelphia, PA",241,"Philadelphia, PA" +164,413,159,"Long Beach, CA",268,"Seattle, WA" +164,414,253,"Beaumont, TX",257,"Houston, TX" +164,415,201,"Boston, MA",223,"New York, NY and NJ" +164,416,245,"Charleston, SC",198,"Baltimore, MD" +164,417,159,"Long Beach, CA",159,"Long Beach, CA" +164,418,159,"Long Beach, CA",162,"Oakland, CA" +164,419,223,"New York, NY and NJ",201,"Boston, MA" +164,420,268,"Seattle, WA",159,"Long Beach, CA" +164,421,162,"Oakland, CA",162,"Oakland, CA" +164,422,159,"Long Beach, CA",159,"Long Beach, CA" +164,423,159,"Long Beach, CA",159,"Long Beach, CA" +164,424,174,"Tampa, FL",257,"Houston, TX" +164,425,159,"Long Beach, CA",159,"Long Beach, CA" +164,426,257,"Houston, TX",254,"Corpus Christi, TX" +164,427,254,"Corpus Christi, TX",195,"New Orleans, LA" +164,428,159,"Long Beach, CA",268,"Seattle, WA" +164,429,162,"Oakland, CA",257,"Houston, TX" +164,430,241,"Philadelphia, PA",217,"New York, NY and NJ" +164,431,244,"Providence, RI",223,"New York, NY and NJ" +164,432,159,"Long Beach, CA",268,"Seattle, WA" +164,433,265,"Norfolk Harbor, VA",244,"Providence, RI" +164,434,223,"New York, NY and NJ",197,"Portland, ME" +164,435,223,"New York, NY and NJ",208,"Pascagoula, MS" +164,436,198,"Baltimore, MD",241,"Philadelphia, PA" +164,437,201,"Boston, MA",195,"New Orleans, LA" +164,438,177,"Savannah, GA",195,"New Orleans, LA" +164,439,174,"Tampa, FL",265,"Norfolk Harbor, VA" +164,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +164,441,268,"Seattle, WA",159,"Long Beach, CA" +164,442,223,"New York, NY and NJ",217,"New York, NY and NJ" +164,443,201,"Boston, MA",218,"Camden-Gloucester, NJ" +164,444,159,"Long Beach, CA",268,"Seattle, WA" +164,445,265,"Norfolk Harbor, VA",244,"Providence, RI" +164,446,229,"Wilmington, NC",223,"New York, NY and NJ" +164,447,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +164,448,201,"Boston, MA",245,"Charleston, SC" +164,449,268,"Seattle, WA",269,"Longview, WA" +164,450,198,"Baltimore, MD",171,"Jacksonville, FL" +164,451,223,"New York, NY and NJ",217,"New York, NY and NJ" +164,452,217,"New York, NY and NJ",198,"Baltimore, MD" +164,453,239,"Portland, OR",268,"Seattle, WA" +164,454,241,"Philadelphia, PA",223,"New York, NY and NJ" +164,455,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +164,456,268,"Seattle, WA",159,"Long Beach, CA" +164,457,217,"New York, NY and NJ",223,"New York, NY and NJ" +164,458,265,"Norfolk Harbor, VA",197,"Portland, ME" +164,459,162,"Oakland, CA",239,"Portland, OR" +164,460,201,"Boston, MA",218,"Camden-Gloucester, NJ" +164,461,245,"Charleston, SC",152,"Mobile, AL" +164,462,245,"Charleston, SC",217,"New York, NY and NJ" +164,463,217,"New York, NY and NJ",241,"Philadelphia, PA" +164,464,241,"Philadelphia, PA",217,"New York, NY and NJ" +164,465,268,"Seattle, WA",159,"Long Beach, CA" +164,466,268,"Seattle, WA",162,"Oakland, CA" +164,467,218,"Camden-Gloucester, NJ",201,"Boston, MA" +164,468,268,"Seattle, WA",159,"Long Beach, CA" +164,469,201,"Boston, MA",241,"Philadelphia, PA" +164,470,162,"Oakland, CA",159,"Long Beach, CA" +164,471,197,"Portland, ME",218,"Camden-Gloucester, NJ" +164,472,159,"Long Beach, CA",162,"Oakland, CA" +164,473,268,"Seattle, WA",268,"Seattle, WA" +164,474,152,"Mobile, AL",193,"Baton Rouge, LA" +164,475,218,"Camden-Gloucester, NJ",201,"Boston, MA" +164,476,159,"Long Beach, CA",159,"Long Beach, CA" +164,477,268,"Seattle, WA",159,"Long Beach, CA" +164,478,177,"Savannah, GA",194,"Lake Charles, LA" +164,479,159,"Long Beach, CA",159,"Long Beach, CA" +164,480,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +164,481,201,"Boston, MA",217,"New York, NY and NJ" +164,482,159,"Long Beach, CA",268,"Seattle, WA" +164,483,223,"New York, NY and NJ",244,"Providence, RI" +164,484,172,"Port Everglades, FL",257,"Houston, TX" +164,485,159,"Long Beach, CA",159,"Long Beach, CA" +164,486,159,"Long Beach, CA",159,"Long Beach, CA" +164,487,172,"Port Everglades, FL",257,"Houston, TX" +164,488,162,"Oakland, CA",159,"Long Beach, CA" +164,489,268,"Seattle, WA",159,"Long Beach, CA" +164,490,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +164,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +165,154,159,"Long Beach, CA",159,"Long Beach, CA" +165,179,159,"Long Beach, CA",268,"Seattle, WA" +165,180,268,"Seattle, WA",159,"Long Beach, CA" +165,274,159,"Long Beach, CA",159,"Long Beach, CA" +165,275,265,"Norfolk Harbor, VA",244,"Providence, RI" +165,276,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +165,277,198,"Baltimore, MD",201,"Boston, MA" +165,278,177,"Savannah, GA",244,"Providence, RI" +165,279,177,"Savannah, GA",208,"Pascagoula, MS" +165,280,245,"Charleston, SC",208,"Pascagoula, MS" +165,281,193,"Baton Rouge, LA",208,"Pascagoula, MS" +165,282,197,"Portland, ME",217,"New York, NY and NJ" +165,283,172,"Port Everglades, FL",257,"Houston, TX" +165,284,162,"Oakland, CA",268,"Seattle, WA" +165,285,197,"Portland, ME",198,"Baltimore, MD" +165,286,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +165,287,172,"Port Everglades, FL",195,"New Orleans, LA" +165,288,159,"Long Beach, CA",268,"Seattle, WA" +165,289,159,"Long Beach, CA",159,"Long Beach, CA" +165,290,174,"Tampa, FL",208,"Pascagoula, MS" +165,291,223,"New York, NY and NJ",217,"New York, NY and NJ" +165,292,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +165,293,195,"New Orleans, LA",254,"Corpus Christi, TX" +165,294,241,"Philadelphia, PA",197,"Portland, ME" +165,295,265,"Norfolk Harbor, VA",201,"Boston, MA" +165,296,162,"Oakland, CA",159,"Long Beach, CA" +165,297,257,"Houston, TX",257,"Houston, TX" +165,298,217,"New York, NY and NJ",223,"New York, NY and NJ" +165,299,245,"Charleston, SC",241,"Philadelphia, PA" +165,300,177,"Savannah, GA",257,"Houston, TX" +165,301,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +165,302,171,"Jacksonville, FL",253,"Beaumont, TX" +165,303,159,"Long Beach, CA",239,"Portland, OR" +165,304,198,"Baltimore, MD",197,"Portland, ME" +165,305,198,"Baltimore, MD",229,"Wilmington, NC" +165,306,223,"New York, NY and NJ",198,"Baltimore, MD" +165,307,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +165,308,268,"Seattle, WA",159,"Long Beach, CA" +165,309,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +165,310,257,"Houston, TX",253,"Beaumont, TX" +165,311,241,"Philadelphia, PA",217,"New York, NY and NJ" +165,312,152,"Mobile, AL",194,"Lake Charles, LA" +165,313,244,"Providence, RI",217,"New York, NY and NJ" +165,314,223,"New York, NY and NJ",217,"New York, NY and NJ" +165,315,208,"Pascagoula, MS",195,"New Orleans, LA" +165,316,162,"Oakland, CA",268,"Seattle, WA" +165,317,268,"Seattle, WA",159,"Long Beach, CA" +165,318,269,"Longview, WA",268,"Seattle, WA" +165,319,253,"Beaumont, TX",257,"Houston, TX" +165,320,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +165,321,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +165,322,159,"Long Beach, CA",162,"Oakland, CA" +165,323,195,"New Orleans, LA",257,"Houston, TX" +165,324,244,"Providence, RI",217,"New York, NY and NJ" +165,325,177,"Savannah, GA",195,"New Orleans, LA" +165,326,177,"Savannah, GA",245,"Charleston, SC" +165,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +165,328,198,"Baltimore, MD",198,"Baltimore, MD" +165,329,223,"New York, NY and NJ",217,"New York, NY and NJ" +165,330,241,"Philadelphia, PA",217,"New York, NY and NJ" +165,331,217,"New York, NY and NJ",194,"Lake Charles, LA" +165,332,177,"Savannah, GA",177,"Savannah, GA" +165,333,174,"Tampa, FL",171,"Jacksonville, FL" +165,334,253,"Beaumont, TX",193,"Baton Rouge, LA" +165,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +165,336,159,"Long Beach, CA",195,"New Orleans, LA" +165,337,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +165,338,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +165,339,223,"New York, NY and NJ",217,"New York, NY and NJ" +165,340,201,"Boston, MA",169,"Wilmington, DE" +165,341,254,"Corpus Christi, TX",195,"New Orleans, LA" +165,342,201,"Boston, MA",218,"Camden-Gloucester, NJ" +165,343,159,"Long Beach, CA",268,"Seattle, WA" +165,344,218,"Camden-Gloucester, NJ",244,"Providence, RI" +165,345,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +165,346,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +165,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +165,348,217,"New York, NY and NJ",198,"Baltimore, MD" +165,349,197,"Portland, ME",218,"Camden-Gloucester, NJ" +165,350,265,"Norfolk Harbor, VA",201,"Boston, MA" +165,351,241,"Philadelphia, PA",198,"Baltimore, MD" +165,352,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +165,353,223,"New York, NY and NJ",169,"Wilmington, DE" +165,354,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +165,355,172,"Port Everglades, FL",257,"Houston, TX" +165,356,257,"Houston, TX",253,"Beaumont, TX" +165,357,223,"New York, NY and NJ",223,"New York, NY and NJ" +165,358,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +165,359,218,"Camden-Gloucester, NJ",257,"Houston, TX" +165,360,177,"Savannah, GA",208,"Pascagoula, MS" +165,361,208,"Pascagoula, MS",208,"Pascagoula, MS" +165,362,223,"New York, NY and NJ",201,"Boston, MA" +165,363,193,"Baton Rouge, LA",253,"Beaumont, TX" +165,364,218,"Camden-Gloucester, NJ",197,"Portland, ME" +165,365,223,"New York, NY and NJ",201,"Boston, MA" +165,366,159,"Long Beach, CA",159,"Long Beach, CA" +165,367,162,"Oakland, CA",159,"Long Beach, CA" +165,368,268,"Seattle, WA",159,"Long Beach, CA" +165,369,162,"Oakland, CA",159,"Long Beach, CA" +165,370,217,"New York, NY and NJ",223,"New York, NY and NJ" +165,371,268,"Seattle, WA",268,"Seattle, WA" +165,372,241,"Philadelphia, PA",197,"Portland, ME" +165,373,195,"New Orleans, LA",195,"New Orleans, LA" +165,374,268,"Seattle, WA",268,"Seattle, WA" +165,375,162,"Oakland, CA",268,"Seattle, WA" +165,376,268,"Seattle, WA",159,"Long Beach, CA" +165,377,223,"New York, NY and NJ",217,"New York, NY and NJ" +165,378,257,"Houston, TX",257,"Houston, TX" +165,379,159,"Long Beach, CA",162,"Oakland, CA" +165,380,162,"Oakland, CA",268,"Seattle, WA" +165,381,159,"Long Beach, CA",159,"Long Beach, CA" +165,382,197,"Portland, ME",217,"New York, NY and NJ" +165,383,159,"Long Beach, CA",162,"Oakland, CA" +165,384,223,"New York, NY and NJ",171,"Jacksonville, FL" +165,385,217,"New York, NY and NJ",171,"Jacksonville, FL" +165,386,217,"New York, NY and NJ",223,"New York, NY and NJ" +165,387,217,"New York, NY and NJ",197,"Portland, ME" +165,388,197,"Portland, ME",265,"Norfolk Harbor, VA" +165,389,217,"New York, NY and NJ",169,"Wilmington, DE" +165,390,201,"Boston, MA",241,"Philadelphia, PA" +165,391,198,"Baltimore, MD",217,"New York, NY and NJ" +165,392,159,"Long Beach, CA",159,"Long Beach, CA" +165,393,162,"Oakland, CA",268,"Seattle, WA" +165,394,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +165,395,223,"New York, NY and NJ",241,"Philadelphia, PA" +165,396,159,"Long Beach, CA",162,"Oakland, CA" +165,397,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +165,398,217,"New York, NY and NJ",217,"New York, NY and NJ" +165,399,195,"New Orleans, LA",193,"Baton Rouge, LA" +165,400,159,"Long Beach, CA",159,"Long Beach, CA" +165,401,197,"Portland, ME",198,"Baltimore, MD" +165,402,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +165,403,268,"Seattle, WA",159,"Long Beach, CA" +165,404,223,"New York, NY and NJ",241,"Philadelphia, PA" +165,405,171,"Jacksonville, FL",194,"Lake Charles, LA" +165,406,241,"Philadelphia, PA",217,"New York, NY and NJ" +165,407,265,"Norfolk Harbor, VA",201,"Boston, MA" +165,408,268,"Seattle, WA",159,"Long Beach, CA" +165,409,172,"Port Everglades, FL",241,"Philadelphia, PA" +165,410,159,"Long Beach, CA",159,"Long Beach, CA" +165,411,159,"Long Beach, CA",159,"Long Beach, CA" +165,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +165,413,159,"Long Beach, CA",268,"Seattle, WA" +165,414,257,"Houston, TX",257,"Houston, TX" +165,415,241,"Philadelphia, PA",223,"New York, NY and NJ" +165,416,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +165,417,159,"Long Beach, CA",159,"Long Beach, CA" +165,418,159,"Long Beach, CA",268,"Seattle, WA" +165,419,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +165,420,159,"Long Beach, CA",159,"Long Beach, CA" +165,421,162,"Oakland, CA",268,"Seattle, WA" +165,422,159,"Long Beach, CA",159,"Long Beach, CA" +165,423,159,"Long Beach, CA",159,"Long Beach, CA" +165,424,195,"New Orleans, LA",195,"New Orleans, LA" +165,425,159,"Long Beach, CA",239,"Portland, OR" +165,426,195,"New Orleans, LA",257,"Houston, TX" +165,427,171,"Jacksonville, FL",208,"Pascagoula, MS" +165,428,162,"Oakland, CA",159,"Long Beach, CA" +165,429,159,"Long Beach, CA",159,"Long Beach, CA" +165,430,241,"Philadelphia, PA",197,"Portland, ME" +165,431,217,"New York, NY and NJ",197,"Portland, ME" +165,432,159,"Long Beach, CA",268,"Seattle, WA" +165,433,217,"New York, NY and NJ",223,"New York, NY and NJ" +165,434,223,"New York, NY and NJ",201,"Boston, MA" +165,435,241,"Philadelphia, PA",253,"Beaumont, TX" +165,436,217,"New York, NY and NJ",201,"Boston, MA" +165,437,229,"Wilmington, NC",257,"Houston, TX" +165,438,171,"Jacksonville, FL",253,"Beaumont, TX" +165,439,172,"Port Everglades, FL",177,"Savannah, GA" +165,440,245,"Charleston, SC",253,"Beaumont, TX" +165,441,159,"Long Beach, CA",159,"Long Beach, CA" +165,442,223,"New York, NY and NJ",197,"Portland, ME" +165,443,245,"Charleston, SC",217,"New York, NY and NJ" +165,444,159,"Long Beach, CA",159,"Long Beach, CA" +165,445,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +165,446,201,"Boston, MA",198,"Baltimore, MD" +165,447,201,"Boston, MA",223,"New York, NY and NJ" +165,448,217,"New York, NY and NJ",223,"New York, NY and NJ" +165,449,159,"Long Beach, CA",268,"Seattle, WA" +165,450,245,"Charleston, SC",265,"Norfolk Harbor, VA" +165,451,265,"Norfolk Harbor, VA",201,"Boston, MA" +165,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +165,453,268,"Seattle, WA",159,"Long Beach, CA" +165,454,223,"New York, NY and NJ",201,"Boston, MA" +165,455,241,"Philadelphia, PA",253,"Beaumont, TX" +165,456,159,"Long Beach, CA",159,"Long Beach, CA" +165,457,198,"Baltimore, MD",198,"Baltimore, MD" +165,458,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +165,459,159,"Long Beach, CA",159,"Long Beach, CA" +165,460,198,"Baltimore, MD",201,"Boston, MA" +165,461,178,"Brunswick, GA",195,"New Orleans, LA" +165,462,217,"New York, NY and NJ",194,"Lake Charles, LA" +165,463,217,"New York, NY and NJ",241,"Philadelphia, PA" +165,464,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +165,465,159,"Long Beach, CA",162,"Oakland, CA" +165,466,268,"Seattle, WA",159,"Long Beach, CA" +165,467,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +165,468,268,"Seattle, WA",162,"Oakland, CA" +165,469,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +165,470,162,"Oakland, CA",268,"Seattle, WA" +165,471,217,"New York, NY and NJ",223,"New York, NY and NJ" +165,472,162,"Oakland, CA",269,"Longview, WA" +165,473,268,"Seattle, WA",159,"Long Beach, CA" +165,474,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +165,475,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +165,476,239,"Portland, OR",159,"Long Beach, CA" +165,477,162,"Oakland, CA",268,"Seattle, WA" +165,478,177,"Savannah, GA",195,"New Orleans, LA" +165,479,159,"Long Beach, CA",159,"Long Beach, CA" +165,480,265,"Norfolk Harbor, VA",197,"Portland, ME" +165,481,223,"New York, NY and NJ",223,"New York, NY and NJ" +165,482,159,"Long Beach, CA",268,"Seattle, WA" +165,483,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +165,484,152,"Mobile, AL",193,"Baton Rouge, LA" +165,485,159,"Long Beach, CA",159,"Long Beach, CA" +165,486,268,"Seattle, WA",159,"Long Beach, CA" +165,487,172,"Port Everglades, FL",177,"Savannah, GA" +165,488,159,"Long Beach, CA",269,"Longview, WA" +165,489,159,"Long Beach, CA",159,"Long Beach, CA" +165,490,265,"Norfolk Harbor, VA",194,"Lake Charles, LA" +165,491,223,"New York, NY and NJ",217,"New York, NY and NJ" +166,154,159,"Long Beach, CA",162,"Oakland, CA" +166,179,162,"Oakland, CA",159,"Long Beach, CA" +166,180,159,"Long Beach, CA",159,"Long Beach, CA" +166,274,268,"Seattle, WA",269,"Longview, WA" +166,275,217,"New York, NY and NJ",197,"Portland, ME" +166,276,201,"Boston, MA",197,"Portland, ME" +166,277,201,"Boston, MA",223,"New York, NY and NJ" +166,278,223,"New York, NY and NJ",217,"New York, NY and NJ" +166,279,198,"Baltimore, MD",217,"New York, NY and NJ" +166,280,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +166,281,177,"Savannah, GA",223,"New York, NY and NJ" +166,282,217,"New York, NY and NJ",197,"Portland, ME" +166,283,217,"New York, NY and NJ",172,"Port Everglades, FL" +166,284,159,"Long Beach, CA",159,"Long Beach, CA" +166,285,201,"Boston, MA",217,"New York, NY and NJ" +166,286,201,"Boston, MA",223,"New York, NY and NJ" +166,287,177,"Savannah, GA",201,"Boston, MA" +166,288,239,"Portland, OR",239,"Portland, OR" +166,289,269,"Longview, WA",159,"Long Beach, CA" +166,290,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +166,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +166,292,218,"Camden-Gloucester, NJ",201,"Boston, MA" +166,293,195,"New Orleans, LA",172,"Port Everglades, FL" +166,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +166,295,223,"New York, NY and NJ",217,"New York, NY and NJ" +166,296,162,"Oakland, CA",159,"Long Beach, CA" +166,297,178,"Brunswick, GA",229,"Wilmington, NC" +166,298,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +166,299,197,"Portland, ME",197,"Portland, ME" +166,300,217,"New York, NY and NJ",244,"Providence, RI" +166,301,241,"Philadelphia, PA",223,"New York, NY and NJ" +166,302,229,"Wilmington, NC",198,"Baltimore, MD" +166,303,162,"Oakland, CA",159,"Long Beach, CA" +166,304,217,"New York, NY and NJ",197,"Portland, ME" +166,305,241,"Philadelphia, PA",223,"New York, NY and NJ" +166,306,244,"Providence, RI",217,"New York, NY and NJ" +166,307,241,"Philadelphia, PA",198,"Baltimore, MD" +166,308,159,"Long Beach, CA",159,"Long Beach, CA" +166,309,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +166,310,217,"New York, NY and NJ",198,"Baltimore, MD" +166,311,217,"New York, NY and NJ",201,"Boston, MA" +166,312,171,"Jacksonville, FL",171,"Jacksonville, FL" +166,313,198,"Baltimore, MD",244,"Providence, RI" +166,314,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +166,315,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +166,316,159,"Long Beach, CA",268,"Seattle, WA" +166,317,159,"Long Beach, CA",159,"Long Beach, CA" +166,318,159,"Long Beach, CA",268,"Seattle, WA" +166,319,177,"Savannah, GA",171,"Jacksonville, FL" +166,320,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +166,321,217,"New York, NY and NJ",223,"New York, NY and NJ" +166,322,159,"Long Beach, CA",159,"Long Beach, CA" +166,323,174,"Tampa, FL",265,"Norfolk Harbor, VA" +166,324,217,"New York, NY and NJ",201,"Boston, MA" +166,325,174,"Tampa, FL",217,"New York, NY and NJ" +166,326,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +166,327,201,"Boston, MA",223,"New York, NY and NJ" +166,328,241,"Philadelphia, PA",201,"Boston, MA" +166,329,201,"Boston, MA",217,"New York, NY and NJ" +166,330,217,"New York, NY and NJ",197,"Portland, ME" +166,331,265,"Norfolk Harbor, VA",197,"Portland, ME" +166,332,169,"Wilmington, DE",201,"Boston, MA" +166,333,171,"Jacksonville, FL",218,"Camden-Gloucester, NJ" +166,334,172,"Port Everglades, FL",229,"Wilmington, NC" +166,335,217,"New York, NY and NJ",223,"New York, NY and NJ" +166,336,245,"Charleston, SC",265,"Norfolk Harbor, VA" +166,337,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +166,338,223,"New York, NY and NJ",201,"Boston, MA" +166,339,223,"New York, NY and NJ",217,"New York, NY and NJ" +166,340,197,"Portland, ME",201,"Boston, MA" +166,341,193,"Baton Rouge, LA",265,"Norfolk Harbor, VA" +166,342,217,"New York, NY and NJ",201,"Boston, MA" +166,343,268,"Seattle, WA",159,"Long Beach, CA" +166,344,217,"New York, NY and NJ",217,"New York, NY and NJ" +166,345,201,"Boston, MA",241,"Philadelphia, PA" +166,346,201,"Boston, MA",177,"Savannah, GA" +166,347,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +166,348,169,"Wilmington, DE",223,"New York, NY and NJ" +166,349,169,"Wilmington, DE",217,"New York, NY and NJ" +166,350,197,"Portland, ME",223,"New York, NY and NJ" +166,351,197,"Portland, ME",217,"New York, NY and NJ" +166,352,223,"New York, NY and NJ",241,"Philadelphia, PA" +166,353,241,"Philadelphia, PA",198,"Baltimore, MD" +166,354,223,"New York, NY and NJ",217,"New York, NY and NJ" +166,355,169,"Wilmington, DE",201,"Boston, MA" +166,356,195,"New Orleans, LA",152,"Mobile, AL" +166,357,265,"Norfolk Harbor, VA",244,"Providence, RI" +166,358,244,"Providence, RI",223,"New York, NY and NJ" +166,359,265,"Norfolk Harbor, VA",245,"Charleston, SC" +166,360,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +166,361,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +166,362,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +166,363,195,"New Orleans, LA",178,"Brunswick, GA" +166,364,201,"Boston, MA",217,"New York, NY and NJ" +166,365,223,"New York, NY and NJ",217,"New York, NY and NJ" +166,366,159,"Long Beach, CA",268,"Seattle, WA" +166,367,159,"Long Beach, CA",159,"Long Beach, CA" +166,368,162,"Oakland, CA",268,"Seattle, WA" +166,369,268,"Seattle, WA",159,"Long Beach, CA" +166,370,201,"Boston, MA",217,"New York, NY and NJ" +166,371,269,"Longview, WA",268,"Seattle, WA" +166,372,201,"Boston, MA",201,"Boston, MA" +166,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +166,374,159,"Long Beach, CA",159,"Long Beach, CA" +166,375,159,"Long Beach, CA",268,"Seattle, WA" +166,376,162,"Oakland, CA",159,"Long Beach, CA" +166,377,198,"Baltimore, MD",217,"New York, NY and NJ" +166,378,195,"New Orleans, LA",172,"Port Everglades, FL" +166,379,268,"Seattle, WA",162,"Oakland, CA" +166,380,159,"Long Beach, CA",159,"Long Beach, CA" +166,381,159,"Long Beach, CA",159,"Long Beach, CA" +166,382,244,"Providence, RI",217,"New York, NY and NJ" +166,383,162,"Oakland, CA",159,"Long Beach, CA" +166,384,174,"Tampa, FL",217,"New York, NY and NJ" +166,385,198,"Baltimore, MD",169,"Wilmington, DE" +166,386,201,"Boston, MA",217,"New York, NY and NJ" +166,387,198,"Baltimore, MD",223,"New York, NY and NJ" +166,388,217,"New York, NY and NJ",197,"Portland, ME" +166,389,201,"Boston, MA",217,"New York, NY and NJ" +166,390,223,"New York, NY and NJ",201,"Boston, MA" +166,391,223,"New York, NY and NJ",245,"Charleston, SC" +166,392,159,"Long Beach, CA",159,"Long Beach, CA" +166,393,159,"Long Beach, CA",159,"Long Beach, CA" +166,394,198,"Baltimore, MD",198,"Baltimore, MD" +166,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +166,396,159,"Long Beach, CA",239,"Portland, OR" +166,397,198,"Baltimore, MD",201,"Boston, MA" +166,398,265,"Norfolk Harbor, VA",201,"Boston, MA" +166,399,253,"Beaumont, TX",194,"Lake Charles, LA" +166,400,159,"Long Beach, CA",269,"Longview, WA" +166,401,197,"Portland, ME",244,"Providence, RI" +166,402,197,"Portland, ME",241,"Philadelphia, PA" +166,403,159,"Long Beach, CA",269,"Longview, WA" +166,404,201,"Boston, MA",218,"Camden-Gloucester, NJ" +166,405,241,"Philadelphia, PA",223,"New York, NY and NJ" +166,406,197,"Portland, ME",201,"Boston, MA" +166,407,265,"Norfolk Harbor, VA",197,"Portland, ME" +166,408,268,"Seattle, WA",268,"Seattle, WA" +166,409,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +166,410,159,"Long Beach, CA",159,"Long Beach, CA" +166,411,162,"Oakland, CA",268,"Seattle, WA" +166,412,241,"Philadelphia, PA",241,"Philadelphia, PA" +166,413,239,"Portland, OR",159,"Long Beach, CA" +166,414,195,"New Orleans, LA",172,"Port Everglades, FL" +166,415,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +166,416,241,"Philadelphia, PA",201,"Boston, MA" +166,417,159,"Long Beach, CA",159,"Long Beach, CA" +166,418,159,"Long Beach, CA",159,"Long Beach, CA" +166,419,198,"Baltimore, MD",241,"Philadelphia, PA" +166,420,268,"Seattle, WA",172,"Port Everglades, FL" +166,421,239,"Portland, OR",159,"Long Beach, CA" +166,422,162,"Oakland, CA",159,"Long Beach, CA" +166,423,162,"Oakland, CA",159,"Long Beach, CA" +166,424,177,"Savannah, GA",177,"Savannah, GA" +166,425,159,"Long Beach, CA",239,"Portland, OR" +166,426,265,"Norfolk Harbor, VA",152,"Mobile, AL" +166,427,177,"Savannah, GA",265,"Norfolk Harbor, VA" +166,428,239,"Portland, OR",159,"Long Beach, CA" +166,429,159,"Long Beach, CA",172,"Port Everglades, FL" +166,430,201,"Boston, MA",197,"Portland, ME" +166,431,223,"New York, NY and NJ",197,"Portland, ME" +166,432,159,"Long Beach, CA",162,"Oakland, CA" +166,433,201,"Boston, MA",198,"Baltimore, MD" +166,434,217,"New York, NY and NJ",169,"Wilmington, DE" +166,435,201,"Boston, MA",198,"Baltimore, MD" +166,436,223,"New York, NY and NJ",241,"Philadelphia, PA" +166,437,198,"Baltimore, MD",217,"New York, NY and NJ" +166,438,265,"Norfolk Harbor, VA",201,"Boston, MA" +166,439,171,"Jacksonville, FL",198,"Baltimore, MD" +166,440,217,"New York, NY and NJ",217,"New York, NY and NJ" +166,441,268,"Seattle, WA",159,"Long Beach, CA" +166,442,198,"Baltimore, MD",217,"New York, NY and NJ" +166,443,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +166,444,159,"Long Beach, CA",268,"Seattle, WA" +166,445,241,"Philadelphia, PA",201,"Boston, MA" +166,446,241,"Philadelphia, PA",223,"New York, NY and NJ" +166,447,241,"Philadelphia, PA",223,"New York, NY and NJ" +166,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +166,449,159,"Long Beach, CA",159,"Long Beach, CA" +166,450,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +166,451,244,"Providence, RI",218,"Camden-Gloucester, NJ" +166,452,217,"New York, NY and NJ",223,"New York, NY and NJ" +166,453,159,"Long Beach, CA",268,"Seattle, WA" +166,454,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +166,455,169,"Wilmington, DE",223,"New York, NY and NJ" +166,456,162,"Oakland, CA",159,"Long Beach, CA" +166,457,198,"Baltimore, MD",217,"New York, NY and NJ" +166,458,197,"Portland, ME",241,"Philadelphia, PA" +166,459,268,"Seattle, WA",162,"Oakland, CA" +166,460,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +166,461,177,"Savannah, GA",223,"New York, NY and NJ" +166,462,244,"Providence, RI",265,"Norfolk Harbor, VA" +166,463,169,"Wilmington, DE",241,"Philadelphia, PA" +166,464,223,"New York, NY and NJ",217,"New York, NY and NJ" +166,465,159,"Long Beach, CA",159,"Long Beach, CA" +166,466,268,"Seattle, WA",159,"Long Beach, CA" +166,467,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +166,468,159,"Long Beach, CA",159,"Long Beach, CA" +166,469,217,"New York, NY and NJ",169,"Wilmington, DE" +166,470,268,"Seattle, WA",159,"Long Beach, CA" +166,471,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +166,472,268,"Seattle, WA",159,"Long Beach, CA" +166,473,268,"Seattle, WA",269,"Longview, WA" +166,474,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +166,475,217,"New York, NY and NJ",223,"New York, NY and NJ" +166,476,159,"Long Beach, CA",268,"Seattle, WA" +166,477,162,"Oakland, CA",159,"Long Beach, CA" +166,478,172,"Port Everglades, FL",201,"Boston, MA" +166,479,159,"Long Beach, CA",159,"Long Beach, CA" +166,480,201,"Boston, MA",241,"Philadelphia, PA" +166,481,241,"Philadelphia, PA",197,"Portland, ME" +166,482,159,"Long Beach, CA",269,"Longview, WA" +166,483,201,"Boston, MA",244,"Providence, RI" +166,484,177,"Savannah, GA",198,"Baltimore, MD" +166,485,159,"Long Beach, CA",268,"Seattle, WA" +166,486,159,"Long Beach, CA",159,"Long Beach, CA" +166,487,177,"Savannah, GA",265,"Norfolk Harbor, VA" +166,488,268,"Seattle, WA",159,"Long Beach, CA" +166,489,174,"Tampa, FL",159,"Long Beach, CA" +166,490,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +166,491,223,"New York, NY and NJ",217,"New York, NY and NJ" +167,154,239,"Portland, OR",159,"Long Beach, CA" +167,179,159,"Long Beach, CA",159,"Long Beach, CA" +167,180,159,"Long Beach, CA",159,"Long Beach, CA" +167,274,162,"Oakland, CA",159,"Long Beach, CA" +167,275,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +167,276,201,"Boston, MA",244,"Providence, RI" +167,277,197,"Portland, ME",197,"Portland, ME" +167,278,265,"Norfolk Harbor, VA",197,"Portland, ME" +167,279,241,"Philadelphia, PA",201,"Boston, MA" +167,280,217,"New York, NY and NJ",229,"Wilmington, NC" +167,281,265,"Norfolk Harbor, VA",177,"Savannah, GA" +167,282,223,"New York, NY and NJ",197,"Portland, ME" +167,283,177,"Savannah, GA",265,"Norfolk Harbor, VA" +167,284,159,"Long Beach, CA",239,"Portland, OR" +167,285,241,"Philadelphia, PA",217,"New York, NY and NJ" +167,286,223,"New York, NY and NJ",201,"Boston, MA" +167,287,245,"Charleston, SC",265,"Norfolk Harbor, VA" +167,288,162,"Oakland, CA",159,"Long Beach, CA" +167,289,268,"Seattle, WA",159,"Long Beach, CA" +167,290,218,"Camden-Gloucester, NJ",244,"Providence, RI" +167,291,201,"Boston, MA",197,"Portland, ME" +167,292,201,"Boston, MA",201,"Boston, MA" +167,293,152,"Mobile, AL",152,"Mobile, AL" +167,294,169,"Wilmington, DE",201,"Boston, MA" +167,295,241,"Philadelphia, PA",241,"Philadelphia, PA" +167,296,159,"Long Beach, CA",268,"Seattle, WA" +167,297,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +167,298,223,"New York, NY and NJ",241,"Philadelphia, PA" +167,299,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +167,300,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +167,301,201,"Boston, MA",201,"Boston, MA" +167,302,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +167,303,159,"Long Beach, CA",162,"Oakland, CA" +167,304,241,"Philadelphia, PA",197,"Portland, ME" +167,305,198,"Baltimore, MD",223,"New York, NY and NJ" +167,306,223,"New York, NY and NJ",217,"New York, NY and NJ" +167,307,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +167,308,268,"Seattle, WA",159,"Long Beach, CA" +167,309,223,"New York, NY and NJ",217,"New York, NY and NJ" +167,310,197,"Portland, ME",223,"New York, NY and NJ" +167,311,241,"Philadelphia, PA",223,"New York, NY and NJ" +167,312,245,"Charleston, SC",245,"Charleston, SC" +167,313,198,"Baltimore, MD",198,"Baltimore, MD" +167,314,244,"Providence, RI",201,"Boston, MA" +167,315,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +167,316,159,"Long Beach, CA",268,"Seattle, WA" +167,317,269,"Longview, WA",162,"Oakland, CA" +167,318,162,"Oakland, CA",159,"Long Beach, CA" +167,319,174,"Tampa, FL",265,"Norfolk Harbor, VA" +167,320,217,"New York, NY and NJ",217,"New York, NY and NJ" +167,321,241,"Philadelphia, PA",217,"New York, NY and NJ" +167,322,159,"Long Beach, CA",159,"Long Beach, CA" +167,323,172,"Port Everglades, FL",198,"Baltimore, MD" +167,324,201,"Boston, MA",241,"Philadelphia, PA" +167,325,174,"Tampa, FL",245,"Charleston, SC" +167,326,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +167,327,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +167,328,217,"New York, NY and NJ",198,"Baltimore, MD" +167,329,201,"Boston, MA",198,"Baltimore, MD" +167,330,217,"New York, NY and NJ",244,"Providence, RI" +167,331,169,"Wilmington, DE",223,"New York, NY and NJ" +167,332,241,"Philadelphia, PA",223,"New York, NY and NJ" +167,333,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +167,334,245,"Charleston, SC",265,"Norfolk Harbor, VA" +167,335,201,"Boston, MA",218,"Camden-Gloucester, NJ" +167,336,245,"Charleston, SC",171,"Jacksonville, FL" +167,337,223,"New York, NY and NJ",223,"New York, NY and NJ" +167,338,223,"New York, NY and NJ",241,"Philadelphia, PA" +167,339,223,"New York, NY and NJ",201,"Boston, MA" +167,340,229,"Wilmington, NC",223,"New York, NY and NJ" +167,341,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +167,342,241,"Philadelphia, PA",198,"Baltimore, MD" +167,343,159,"Long Beach, CA",159,"Long Beach, CA" +167,344,197,"Portland, ME",217,"New York, NY and NJ" +167,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +167,346,217,"New York, NY and NJ",198,"Baltimore, MD" +167,347,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +167,348,223,"New York, NY and NJ",223,"New York, NY and NJ" +167,349,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +167,350,217,"New York, NY and NJ",217,"New York, NY and NJ" +167,351,244,"Providence, RI",244,"Providence, RI" +167,352,218,"Camden-Gloucester, NJ",197,"Portland, ME" +167,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +167,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +167,355,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +167,356,172,"Port Everglades, FL",245,"Charleston, SC" +167,357,197,"Portland, ME",265,"Norfolk Harbor, VA" +167,358,223,"New York, NY and NJ",217,"New York, NY and NJ" +167,359,245,"Charleston, SC",201,"Boston, MA" +167,360,265,"Norfolk Harbor, VA",245,"Charleston, SC" +167,361,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +167,362,198,"Baltimore, MD",217,"New York, NY and NJ" +167,363,174,"Tampa, FL",198,"Baltimore, MD" +167,364,217,"New York, NY and NJ",241,"Philadelphia, PA" +167,365,244,"Providence, RI",223,"New York, NY and NJ" +167,366,239,"Portland, OR",159,"Long Beach, CA" +167,367,268,"Seattle, WA",159,"Long Beach, CA" +167,368,162,"Oakland, CA",159,"Long Beach, CA" +167,369,159,"Long Beach, CA",239,"Portland, OR" +167,370,217,"New York, NY and NJ",223,"New York, NY and NJ" +167,371,268,"Seattle, WA",159,"Long Beach, CA" +167,372,223,"New York, NY and NJ",241,"Philadelphia, PA" +167,373,174,"Tampa, FL",177,"Savannah, GA" +167,374,162,"Oakland, CA",268,"Seattle, WA" +167,375,268,"Seattle, WA",269,"Longview, WA" +167,376,162,"Oakland, CA",159,"Long Beach, CA" +167,377,197,"Portland, ME",241,"Philadelphia, PA" +167,378,193,"Baton Rouge, LA",172,"Port Everglades, FL" +167,379,268,"Seattle, WA",268,"Seattle, WA" +167,380,162,"Oakland, CA",162,"Oakland, CA" +167,381,159,"Long Beach, CA",159,"Long Beach, CA" +167,382,217,"New York, NY and NJ",223,"New York, NY and NJ" +167,383,268,"Seattle, WA",268,"Seattle, WA" +167,384,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +167,385,198,"Baltimore, MD",217,"New York, NY and NJ" +167,386,217,"New York, NY and NJ",198,"Baltimore, MD" +167,387,241,"Philadelphia, PA",197,"Portland, ME" +167,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +167,389,241,"Philadelphia, PA",223,"New York, NY and NJ" +167,390,201,"Boston, MA",217,"New York, NY and NJ" +167,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +167,392,159,"Long Beach, CA",159,"Long Beach, CA" +167,393,268,"Seattle, WA",268,"Seattle, WA" +167,394,217,"New York, NY and NJ",241,"Philadelphia, PA" +167,395,201,"Boston, MA",218,"Camden-Gloucester, NJ" +167,396,162,"Oakland, CA",159,"Long Beach, CA" +167,397,218,"Camden-Gloucester, NJ",197,"Portland, ME" +167,398,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +167,399,253,"Beaumont, TX",257,"Houston, TX" +167,400,269,"Longview, WA",162,"Oakland, CA" +167,401,201,"Boston, MA",218,"Camden-Gloucester, NJ" +167,402,223,"New York, NY and NJ",241,"Philadelphia, PA" +167,403,162,"Oakland, CA",159,"Long Beach, CA" +167,404,198,"Baltimore, MD",241,"Philadelphia, PA" +167,405,245,"Charleston, SC",217,"New York, NY and NJ" +167,406,223,"New York, NY and NJ",223,"New York, NY and NJ" +167,407,217,"New York, NY and NJ",201,"Boston, MA" +167,408,162,"Oakland, CA",162,"Oakland, CA" +167,409,217,"New York, NY and NJ",217,"New York, NY and NJ" +167,410,159,"Long Beach, CA",162,"Oakland, CA" +167,411,269,"Longview, WA",162,"Oakland, CA" +167,412,244,"Providence, RI",223,"New York, NY and NJ" +167,413,268,"Seattle, WA",162,"Oakland, CA" +167,414,195,"New Orleans, LA",172,"Port Everglades, FL" +167,415,244,"Providence, RI",198,"Baltimore, MD" +167,416,244,"Providence, RI",169,"Wilmington, DE" +167,417,159,"Long Beach, CA",159,"Long Beach, CA" +167,418,159,"Long Beach, CA",162,"Oakland, CA" +167,419,201,"Boston, MA",217,"New York, NY and NJ" +167,420,239,"Portland, OR",172,"Port Everglades, FL" +167,421,159,"Long Beach, CA",159,"Long Beach, CA" +167,422,268,"Seattle, WA",159,"Long Beach, CA" +167,423,162,"Oakland, CA",152,"Mobile, AL" +167,424,195,"New Orleans, LA",174,"Tampa, FL" +167,425,268,"Seattle, WA",159,"Long Beach, CA" +167,426,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +167,427,174,"Tampa, FL",172,"Port Everglades, FL" +167,428,162,"Oakland, CA",268,"Seattle, WA" +167,429,159,"Long Beach, CA",241,"Philadelphia, PA" +167,430,223,"New York, NY and NJ",197,"Portland, ME" +167,431,241,"Philadelphia, PA",197,"Portland, ME" +167,432,269,"Longview, WA",159,"Long Beach, CA" +167,433,197,"Portland, ME",241,"Philadelphia, PA" +167,434,217,"New York, NY and NJ",223,"New York, NY and NJ" +167,435,198,"Baltimore, MD",198,"Baltimore, MD" +167,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +167,437,197,"Portland, ME",223,"New York, NY and NJ" +167,438,245,"Charleston, SC",217,"New York, NY and NJ" +167,439,177,"Savannah, GA",201,"Boston, MA" +167,440,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +167,441,268,"Seattle, WA",159,"Long Beach, CA" +167,442,241,"Philadelphia, PA",217,"New York, NY and NJ" +167,443,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +167,444,162,"Oakland, CA",198,"Baltimore, MD" +167,445,217,"New York, NY and NJ",201,"Boston, MA" +167,446,169,"Wilmington, DE",217,"New York, NY and NJ" +167,447,223,"New York, NY and NJ",169,"Wilmington, DE" +167,448,201,"Boston, MA",217,"New York, NY and NJ" +167,449,162,"Oakland, CA",159,"Long Beach, CA" +167,450,198,"Baltimore, MD",223,"New York, NY and NJ" +167,451,217,"New York, NY and NJ",198,"Baltimore, MD" +167,452,223,"New York, NY and NJ",244,"Providence, RI" +167,453,159,"Long Beach, CA",159,"Long Beach, CA" +167,454,241,"Philadelphia, PA",217,"New York, NY and NJ" +167,455,201,"Boston, MA",223,"New York, NY and NJ" +167,456,159,"Long Beach, CA",159,"Long Beach, CA" +167,457,217,"New York, NY and NJ",201,"Boston, MA" +167,458,197,"Portland, ME",197,"Portland, ME" +167,459,159,"Long Beach, CA",162,"Oakland, CA" +167,460,223,"New York, NY and NJ",244,"Providence, RI" +167,461,198,"Baltimore, MD",217,"New York, NY and NJ" +167,462,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +167,463,198,"Baltimore, MD",223,"New York, NY and NJ" +167,464,198,"Baltimore, MD",244,"Providence, RI" +167,465,162,"Oakland, CA",159,"Long Beach, CA" +167,466,162,"Oakland, CA",159,"Long Beach, CA" +167,467,198,"Baltimore, MD",241,"Philadelphia, PA" +167,468,162,"Oakland, CA",268,"Seattle, WA" +167,469,244,"Providence, RI",244,"Providence, RI" +167,470,159,"Long Beach, CA",159,"Long Beach, CA" +167,471,223,"New York, NY and NJ",223,"New York, NY and NJ" +167,472,159,"Long Beach, CA",162,"Oakland, CA" +167,473,159,"Long Beach, CA",159,"Long Beach, CA" +167,474,172,"Port Everglades, FL",217,"New York, NY and NJ" +167,475,223,"New York, NY and NJ",217,"New York, NY and NJ" +167,476,268,"Seattle, WA",239,"Portland, OR" +167,477,159,"Long Beach, CA",268,"Seattle, WA" +167,478,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +167,479,268,"Seattle, WA",159,"Long Beach, CA" +167,480,197,"Portland, ME",218,"Camden-Gloucester, NJ" +167,481,201,"Boston, MA",223,"New York, NY and NJ" +167,482,159,"Long Beach, CA",268,"Seattle, WA" +167,483,223,"New York, NY and NJ",198,"Baltimore, MD" +167,484,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +167,485,159,"Long Beach, CA",268,"Seattle, WA" +167,486,162,"Oakland, CA",268,"Seattle, WA" +167,487,171,"Jacksonville, FL",245,"Charleston, SC" +167,488,159,"Long Beach, CA",159,"Long Beach, CA" +167,489,162,"Oakland, CA",269,"Longview, WA" +167,490,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +167,491,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +168,154,162,"Oakland, CA",159,"Long Beach, CA" +168,179,268,"Seattle, WA",159,"Long Beach, CA" +168,180,159,"Long Beach, CA",269,"Longview, WA" +168,274,159,"Long Beach, CA",159,"Long Beach, CA" +168,275,198,"Baltimore, MD",201,"Boston, MA" +168,276,217,"New York, NY and NJ",217,"New York, NY and NJ" +168,277,198,"Baltimore, MD",201,"Boston, MA" +168,278,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +168,279,244,"Providence, RI",201,"Boston, MA" +168,280,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +168,281,172,"Port Everglades, FL",241,"Philadelphia, PA" +168,282,244,"Providence, RI",223,"New York, NY and NJ" +168,283,177,"Savannah, GA",198,"Baltimore, MD" +168,284,268,"Seattle, WA",159,"Long Beach, CA" +168,285,198,"Baltimore, MD",201,"Boston, MA" +168,286,244,"Providence, RI",197,"Portland, ME" +168,287,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +168,288,268,"Seattle, WA",174,"Tampa, FL" +168,289,268,"Seattle, WA",159,"Long Beach, CA" +168,290,217,"New York, NY and NJ",217,"New York, NY and NJ" +168,291,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +168,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +168,293,195,"New Orleans, LA",245,"Charleston, SC" +168,294,217,"New York, NY and NJ",198,"Baltimore, MD" +168,295,223,"New York, NY and NJ",201,"Boston, MA" +168,296,268,"Seattle, WA",268,"Seattle, WA" +168,297,152,"Mobile, AL",198,"Baltimore, MD" +168,298,217,"New York, NY and NJ",197,"Portland, ME" +168,299,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +168,300,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +168,301,217,"New York, NY and NJ",198,"Baltimore, MD" +168,302,217,"New York, NY and NJ",217,"New York, NY and NJ" +168,303,159,"Long Beach, CA",159,"Long Beach, CA" +168,304,223,"New York, NY and NJ",241,"Philadelphia, PA" +168,305,217,"New York, NY and NJ",223,"New York, NY and NJ" +168,306,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +168,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +168,308,159,"Long Beach, CA",159,"Long Beach, CA" +168,309,201,"Boston, MA",223,"New York, NY and NJ" +168,310,223,"New York, NY and NJ",223,"New York, NY and NJ" +168,311,197,"Portland, ME",197,"Portland, ME" +168,312,245,"Charleston, SC",177,"Savannah, GA" +168,313,217,"New York, NY and NJ",217,"New York, NY and NJ" +168,314,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +168,315,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +168,316,239,"Portland, OR",159,"Long Beach, CA" +168,317,269,"Longview, WA",159,"Long Beach, CA" +168,318,159,"Long Beach, CA",162,"Oakland, CA" +168,319,172,"Port Everglades, FL",198,"Baltimore, MD" +168,320,218,"Camden-Gloucester, NJ",201,"Boston, MA" +168,321,217,"New York, NY and NJ",223,"New York, NY and NJ" +168,322,268,"Seattle, WA",159,"Long Beach, CA" +168,323,245,"Charleston, SC",265,"Norfolk Harbor, VA" +168,324,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +168,325,174,"Tampa, FL",172,"Port Everglades, FL" +168,326,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +168,327,217,"New York, NY and NJ",223,"New York, NY and NJ" +168,328,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +168,329,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +168,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +168,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +168,332,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +168,333,177,"Savannah, GA",229,"Wilmington, NC" +168,334,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +168,335,198,"Baltimore, MD",217,"New York, NY and NJ" +168,336,195,"New Orleans, LA",198,"Baltimore, MD" +168,337,201,"Boston, MA",201,"Boston, MA" +168,338,223,"New York, NY and NJ",217,"New York, NY and NJ" +168,339,217,"New York, NY and NJ",201,"Boston, MA" +168,340,169,"Wilmington, DE",223,"New York, NY and NJ" +168,341,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +168,342,223,"New York, NY and NJ",217,"New York, NY and NJ" +168,343,162,"Oakland, CA",159,"Long Beach, CA" +168,344,217,"New York, NY and NJ",223,"New York, NY and NJ" +168,345,197,"Portland, ME",223,"New York, NY and NJ" +168,346,223,"New York, NY and NJ",223,"New York, NY and NJ" +168,347,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +168,348,241,"Philadelphia, PA",201,"Boston, MA" +168,349,223,"New York, NY and NJ",201,"Boston, MA" +168,350,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +168,351,169,"Wilmington, DE",169,"Wilmington, DE" +168,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +168,353,201,"Boston, MA",201,"Boston, MA" +168,354,241,"Philadelphia, PA",217,"New York, NY and NJ" +168,355,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +168,356,257,"Houston, TX",245,"Charleston, SC" +168,357,169,"Wilmington, DE",241,"Philadelphia, PA" +168,358,201,"Boston, MA",265,"Norfolk Harbor, VA" +168,359,245,"Charleston, SC",244,"Providence, RI" +168,360,245,"Charleston, SC",217,"New York, NY and NJ" +168,361,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +168,362,217,"New York, NY and NJ",217,"New York, NY and NJ" +168,363,195,"New Orleans, LA",217,"New York, NY and NJ" +168,364,241,"Philadelphia, PA",223,"New York, NY and NJ" +168,365,217,"New York, NY and NJ",223,"New York, NY and NJ" +168,366,162,"Oakland, CA",269,"Longview, WA" +168,367,159,"Long Beach, CA",162,"Oakland, CA" +168,368,268,"Seattle, WA",162,"Oakland, CA" +168,369,172,"Port Everglades, FL",217,"New York, NY and NJ" +168,370,223,"New York, NY and NJ",241,"Philadelphia, PA" +168,371,162,"Oakland, CA",268,"Seattle, WA" +168,372,198,"Baltimore, MD",197,"Portland, ME" +168,373,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +168,374,159,"Long Beach, CA",239,"Portland, OR" +168,375,159,"Long Beach, CA",223,"New York, NY and NJ" +168,376,159,"Long Beach, CA",162,"Oakland, CA" +168,377,223,"New York, NY and NJ",241,"Philadelphia, PA" +168,378,245,"Charleston, SC",177,"Savannah, GA" +168,379,159,"Long Beach, CA",217,"New York, NY and NJ" +168,380,268,"Seattle, WA",268,"Seattle, WA" +168,381,162,"Oakland, CA",268,"Seattle, WA" +168,382,197,"Portland, ME",197,"Portland, ME" +168,383,162,"Oakland, CA",239,"Portland, OR" +168,384,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +168,385,244,"Providence, RI",218,"Camden-Gloucester, NJ" +168,386,223,"New York, NY and NJ",217,"New York, NY and NJ" +168,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +168,388,201,"Boston, MA",223,"New York, NY and NJ" +168,389,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +168,390,217,"New York, NY and NJ",241,"Philadelphia, PA" +168,391,241,"Philadelphia, PA",217,"New York, NY and NJ" +168,392,268,"Seattle, WA",159,"Long Beach, CA" +168,393,159,"Long Beach, CA",268,"Seattle, WA" +168,394,197,"Portland, ME",201,"Boston, MA" +168,395,197,"Portland, ME",217,"New York, NY and NJ" +168,396,159,"Long Beach, CA",159,"Long Beach, CA" +168,397,223,"New York, NY and NJ",217,"New York, NY and NJ" +168,398,241,"Philadelphia, PA",197,"Portland, ME" +168,399,208,"Pascagoula, MS",198,"Baltimore, MD" +168,400,268,"Seattle, WA",268,"Seattle, WA" +168,401,197,"Portland, ME",223,"New York, NY and NJ" +168,402,201,"Boston, MA",218,"Camden-Gloucester, NJ" +168,403,159,"Long Beach, CA",269,"Longview, WA" +168,404,223,"New York, NY and NJ",241,"Philadelphia, PA" +168,405,265,"Norfolk Harbor, VA",201,"Boston, MA" +168,406,241,"Philadelphia, PA",217,"New York, NY and NJ" +168,407,223,"New York, NY and NJ",198,"Baltimore, MD" +168,408,159,"Long Beach, CA",268,"Seattle, WA" +168,409,229,"Wilmington, NC",223,"New York, NY and NJ" +168,410,159,"Long Beach, CA",159,"Long Beach, CA" +168,411,159,"Long Beach, CA",159,"Long Beach, CA" +168,412,201,"Boston, MA",201,"Boston, MA" +168,413,159,"Long Beach, CA",159,"Long Beach, CA" +168,414,257,"Houston, TX",152,"Mobile, AL" +168,415,244,"Providence, RI",217,"New York, NY and NJ" +168,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +168,417,162,"Oakland, CA",159,"Long Beach, CA" +168,418,268,"Seattle, WA",159,"Long Beach, CA" +168,419,241,"Philadelphia, PA",241,"Philadelphia, PA" +168,420,159,"Long Beach, CA",159,"Long Beach, CA" +168,421,159,"Long Beach, CA",159,"Long Beach, CA" +168,422,162,"Oakland, CA",269,"Longview, WA" +168,423,159,"Long Beach, CA",177,"Savannah, GA" +168,424,171,"Jacksonville, FL",198,"Baltimore, MD" +168,425,159,"Long Beach, CA",159,"Long Beach, CA" +168,426,245,"Charleston, SC",169,"Wilmington, DE" +168,427,177,"Savannah, GA",217,"New York, NY and NJ" +168,428,159,"Long Beach, CA",159,"Long Beach, CA" +168,429,159,"Long Beach, CA",159,"Long Beach, CA" +168,430,197,"Portland, ME",223,"New York, NY and NJ" +168,431,197,"Portland, ME",201,"Boston, MA" +168,432,162,"Oakland, CA",159,"Long Beach, CA" +168,433,217,"New York, NY and NJ",223,"New York, NY and NJ" +168,434,241,"Philadelphia, PA",244,"Providence, RI" +168,435,223,"New York, NY and NJ",197,"Portland, ME" +168,436,223,"New York, NY and NJ",217,"New York, NY and NJ" +168,437,177,"Savannah, GA",229,"Wilmington, NC" +168,438,265,"Norfolk Harbor, VA",201,"Boston, MA" +168,439,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +168,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +168,441,268,"Seattle, WA",269,"Longview, WA" +168,442,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +168,443,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +168,444,159,"Long Beach, CA",269,"Longview, WA" +168,445,223,"New York, NY and NJ",217,"New York, NY and NJ" +168,446,241,"Philadelphia, PA",198,"Baltimore, MD" +168,447,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +168,448,229,"Wilmington, NC",223,"New York, NY and NJ" +168,449,268,"Seattle, WA",159,"Long Beach, CA" +168,450,198,"Baltimore, MD",201,"Boston, MA" +168,451,223,"New York, NY and NJ",201,"Boston, MA" +168,452,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +168,453,268,"Seattle, WA",159,"Long Beach, CA" +168,454,265,"Norfolk Harbor, VA",244,"Providence, RI" +168,455,241,"Philadelphia, PA",223,"New York, NY and NJ" +168,456,162,"Oakland, CA",268,"Seattle, WA" +168,457,241,"Philadelphia, PA",201,"Boston, MA" +168,458,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +168,459,268,"Seattle, WA",162,"Oakland, CA" +168,460,217,"New York, NY and NJ",223,"New York, NY and NJ" +168,461,201,"Boston, MA",223,"New York, NY and NJ" +168,462,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +168,463,241,"Philadelphia, PA",217,"New York, NY and NJ" +168,464,197,"Portland, ME",197,"Portland, ME" +168,465,268,"Seattle, WA",159,"Long Beach, CA" +168,466,268,"Seattle, WA",159,"Long Beach, CA" +168,467,217,"New York, NY and NJ",241,"Philadelphia, PA" +168,468,268,"Seattle, WA",162,"Oakland, CA" +168,469,223,"New York, NY and NJ",217,"New York, NY and NJ" +168,470,162,"Oakland, CA",159,"Long Beach, CA" +168,471,197,"Portland, ME",223,"New York, NY and NJ" +168,472,159,"Long Beach, CA",159,"Long Beach, CA" +168,473,162,"Oakland, CA",159,"Long Beach, CA" +168,474,265,"Norfolk Harbor, VA",201,"Boston, MA" +168,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +168,476,239,"Portland, OR",159,"Long Beach, CA" +168,477,159,"Long Beach, CA",269,"Longview, WA" +168,478,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +168,479,159,"Long Beach, CA",159,"Long Beach, CA" +168,480,217,"New York, NY and NJ",198,"Baltimore, MD" +168,481,198,"Baltimore, MD",223,"New York, NY and NJ" +168,482,162,"Oakland, CA",269,"Longview, WA" +168,483,201,"Boston, MA",223,"New York, NY and NJ" +168,484,195,"New Orleans, LA",218,"Camden-Gloucester, NJ" +168,485,159,"Long Beach, CA",268,"Seattle, WA" +168,486,159,"Long Beach, CA",269,"Longview, WA" +168,487,172,"Port Everglades, FL",223,"New York, NY and NJ" +168,488,268,"Seattle, WA",162,"Oakland, CA" +168,489,269,"Longview, WA",239,"Portland, OR" +168,490,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +168,491,265,"Norfolk Harbor, VA",197,"Portland, ME" +169,154,268,"Seattle, WA",239,"Portland, OR" +169,179,159,"Long Beach, CA",159,"Long Beach, CA" +169,180,159,"Long Beach, CA",159,"Long Beach, CA" +169,274,162,"Oakland, CA",162,"Oakland, CA" +169,275,197,"Portland, ME",265,"Norfolk Harbor, VA" +169,276,197,"Portland, ME",265,"Norfolk Harbor, VA" +169,277,197,"Portland, ME",241,"Philadelphia, PA" +169,278,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +169,279,245,"Charleston, SC",265,"Norfolk Harbor, VA" +169,280,174,"Tampa, FL",265,"Norfolk Harbor, VA" +169,281,177,"Savannah, GA",265,"Norfolk Harbor, VA" +169,282,244,"Providence, RI",223,"New York, NY and NJ" +169,283,171,"Jacksonville, FL",245,"Charleston, SC" +169,284,269,"Longview, WA",162,"Oakland, CA" +169,285,241,"Philadelphia, PA",223,"New York, NY and NJ" +169,286,197,"Portland, ME",197,"Portland, ME" +169,287,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +169,288,159,"Long Beach, CA",268,"Seattle, WA" +169,289,162,"Oakland, CA",159,"Long Beach, CA" +169,290,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +169,291,217,"New York, NY and NJ",223,"New York, NY and NJ" +169,292,198,"Baltimore, MD",223,"New York, NY and NJ" +169,293,195,"New Orleans, LA",229,"Wilmington, NC" +169,294,241,"Philadelphia, PA",198,"Baltimore, MD" +169,295,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +169,296,159,"Long Beach, CA",159,"Long Beach, CA" +169,297,245,"Charleston, SC",172,"Port Everglades, FL" +169,298,217,"New York, NY and NJ",244,"Providence, RI" +169,299,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +169,300,245,"Charleston, SC",265,"Norfolk Harbor, VA" +169,301,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +169,302,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +169,303,159,"Long Beach, CA",162,"Oakland, CA" +169,304,223,"New York, NY and NJ",197,"Portland, ME" +169,305,244,"Providence, RI",198,"Baltimore, MD" +169,306,223,"New York, NY and NJ",223,"New York, NY and NJ" +169,307,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +169,308,162,"Oakland, CA",159,"Long Beach, CA" +169,309,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +169,310,217,"New York, NY and NJ",198,"Baltimore, MD" +169,311,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +169,312,177,"Savannah, GA",198,"Baltimore, MD" +169,313,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +169,314,169,"Wilmington, DE",198,"Baltimore, MD" +169,315,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +169,316,162,"Oakland, CA",159,"Long Beach, CA" +169,317,159,"Long Beach, CA",239,"Portland, OR" +169,318,159,"Long Beach, CA",162,"Oakland, CA" +169,319,195,"New Orleans, LA",169,"Wilmington, DE" +169,320,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +169,321,197,"Portland, ME",223,"New York, NY and NJ" +169,322,159,"Long Beach, CA",239,"Portland, OR" +169,323,152,"Mobile, AL",265,"Norfolk Harbor, VA" +169,324,197,"Portland, ME",217,"New York, NY and NJ" +169,325,177,"Savannah, GA",172,"Port Everglades, FL" +169,326,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +169,327,197,"Portland, ME",198,"Baltimore, MD" +169,328,198,"Baltimore, MD",223,"New York, NY and NJ" +169,329,223,"New York, NY and NJ",223,"New York, NY and NJ" +169,330,217,"New York, NY and NJ",197,"Portland, ME" +169,331,169,"Wilmington, DE",201,"Boston, MA" +169,332,198,"Baltimore, MD",217,"New York, NY and NJ" +169,333,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +169,334,195,"New Orleans, LA",174,"Tampa, FL" +169,335,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +169,336,172,"Port Everglades, FL",171,"Jacksonville, FL" +169,337,217,"New York, NY and NJ",241,"Philadelphia, PA" +169,338,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +169,339,218,"Camden-Gloucester, NJ",201,"Boston, MA" +169,340,201,"Boston, MA",218,"Camden-Gloucester, NJ" +169,341,195,"New Orleans, LA",245,"Charleston, SC" +169,342,217,"New York, NY and NJ",197,"Portland, ME" +169,343,162,"Oakland, CA",268,"Seattle, WA" +169,344,223,"New York, NY and NJ",197,"Portland, ME" +169,345,198,"Baltimore, MD",217,"New York, NY and NJ" +169,346,218,"Camden-Gloucester, NJ",172,"Port Everglades, FL" +169,347,197,"Portland, ME",244,"Providence, RI" +169,348,244,"Providence, RI",198,"Baltimore, MD" +169,349,197,"Portland, ME",241,"Philadelphia, PA" +169,350,223,"New York, NY and NJ",197,"Portland, ME" +169,351,223,"New York, NY and NJ",217,"New York, NY and NJ" +169,352,223,"New York, NY and NJ",217,"New York, NY and NJ" +169,353,217,"New York, NY and NJ",223,"New York, NY and NJ" +169,354,201,"Boston, MA",169,"Wilmington, DE" +169,355,217,"New York, NY and NJ",198,"Baltimore, MD" +169,356,254,"Corpus Christi, TX",241,"Philadelphia, PA" +169,357,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +169,358,223,"New York, NY and NJ",217,"New York, NY and NJ" +169,359,245,"Charleston, SC",265,"Norfolk Harbor, VA" +169,360,177,"Savannah, GA",245,"Charleston, SC" +169,361,193,"Baton Rouge, LA",245,"Charleston, SC" +169,362,197,"Portland, ME",218,"Camden-Gloucester, NJ" +169,363,174,"Tampa, FL",152,"Mobile, AL" +169,364,217,"New York, NY and NJ",201,"Boston, MA" +169,365,223,"New York, NY and NJ",197,"Portland, ME" +169,366,268,"Seattle, WA",268,"Seattle, WA" +169,367,159,"Long Beach, CA",162,"Oakland, CA" +169,368,159,"Long Beach, CA",268,"Seattle, WA" +169,369,162,"Oakland, CA",269,"Longview, WA" +169,370,197,"Portland, ME",218,"Camden-Gloucester, NJ" +169,371,159,"Long Beach, CA",268,"Seattle, WA" +169,372,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +169,373,177,"Savannah, GA",172,"Port Everglades, FL" +169,374,268,"Seattle, WA",239,"Portland, OR" +169,375,162,"Oakland, CA",269,"Longview, WA" +169,376,159,"Long Beach, CA",239,"Portland, OR" +169,377,241,"Philadelphia, PA",198,"Baltimore, MD" +169,378,178,"Brunswick, GA",198,"Baltimore, MD" +169,379,159,"Long Beach, CA",268,"Seattle, WA" +169,380,159,"Long Beach, CA",159,"Long Beach, CA" +169,381,268,"Seattle, WA",268,"Seattle, WA" +169,382,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +169,383,268,"Seattle, WA",162,"Oakland, CA" +169,384,223,"New York, NY and NJ",197,"Portland, ME" +169,385,201,"Boston, MA",201,"Boston, MA" +169,386,217,"New York, NY and NJ",241,"Philadelphia, PA" +169,387,217,"New York, NY and NJ",244,"Providence, RI" +169,388,223,"New York, NY and NJ",217,"New York, NY and NJ" +169,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +169,390,223,"New York, NY and NJ",217,"New York, NY and NJ" +169,391,241,"Philadelphia, PA",223,"New York, NY and NJ" +169,392,159,"Long Beach, CA",159,"Long Beach, CA" +169,393,162,"Oakland, CA",268,"Seattle, WA" +169,394,223,"New York, NY and NJ",201,"Boston, MA" +169,395,198,"Baltimore, MD",217,"New York, NY and NJ" +169,396,159,"Long Beach, CA",159,"Long Beach, CA" +169,397,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +169,398,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +169,399,253,"Beaumont, TX",253,"Beaumont, TX" +169,400,159,"Long Beach, CA",239,"Portland, OR" +169,401,201,"Boston, MA",217,"New York, NY and NJ" +169,402,198,"Baltimore, MD",241,"Philadelphia, PA" +169,403,159,"Long Beach, CA",159,"Long Beach, CA" +169,404,241,"Philadelphia, PA",198,"Baltimore, MD" +169,405,218,"Camden-Gloucester, NJ",229,"Wilmington, NC" +169,406,218,"Camden-Gloucester, NJ",197,"Portland, ME" +169,407,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +169,408,162,"Oakland, CA",239,"Portland, OR" +169,409,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +169,410,159,"Long Beach, CA",269,"Longview, WA" +169,411,159,"Long Beach, CA",159,"Long Beach, CA" +169,412,244,"Providence, RI",217,"New York, NY and NJ" +169,413,159,"Long Beach, CA",239,"Portland, OR" +169,414,177,"Savannah, GA",174,"Tampa, FL" +169,415,197,"Portland, ME",217,"New York, NY and NJ" +169,416,217,"New York, NY and NJ",197,"Portland, ME" +169,417,268,"Seattle, WA",162,"Oakland, CA" +169,418,268,"Seattle, WA",269,"Longview, WA" +169,419,198,"Baltimore, MD",201,"Boston, MA" +169,420,268,"Seattle, WA",268,"Seattle, WA" +169,421,159,"Long Beach, CA",159,"Long Beach, CA" +169,422,159,"Long Beach, CA",159,"Long Beach, CA" +169,423,269,"Longview, WA",198,"Baltimore, MD" +169,424,177,"Savannah, GA",177,"Savannah, GA" +169,425,239,"Portland, OR",268,"Seattle, WA" +169,426,174,"Tampa, FL",229,"Wilmington, NC" +169,427,245,"Charleston, SC",265,"Norfolk Harbor, VA" +169,428,159,"Long Beach, CA",159,"Long Beach, CA" +169,429,172,"Port Everglades, FL",172,"Port Everglades, FL" +169,430,241,"Philadelphia, PA",217,"New York, NY and NJ" +169,431,223,"New York, NY and NJ",201,"Boston, MA" +169,432,172,"Port Everglades, FL",268,"Seattle, WA" +169,433,223,"New York, NY and NJ",229,"Wilmington, NC" +169,434,198,"Baltimore, MD",217,"New York, NY and NJ" +169,435,217,"New York, NY and NJ",241,"Philadelphia, PA" +169,436,201,"Boston, MA",218,"Camden-Gloucester, NJ" +169,437,223,"New York, NY and NJ",177,"Savannah, GA" +169,438,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +169,439,174,"Tampa, FL",198,"Baltimore, MD" +169,440,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +169,441,159,"Long Beach, CA",268,"Seattle, WA" +169,442,201,"Boston, MA",217,"New York, NY and NJ" +169,443,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +169,444,269,"Longview, WA",162,"Oakland, CA" +169,445,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +169,446,197,"Portland, ME",217,"New York, NY and NJ" +169,447,198,"Baltimore, MD",223,"New York, NY and NJ" +169,448,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +169,449,159,"Long Beach, CA",269,"Longview, WA" +169,450,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +169,451,241,"Philadelphia, PA",217,"New York, NY and NJ" +169,452,197,"Portland, ME",244,"Providence, RI" +169,453,162,"Oakland, CA",159,"Long Beach, CA" +169,454,197,"Portland, ME",244,"Providence, RI" +169,455,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +169,456,159,"Long Beach, CA",268,"Seattle, WA" +169,457,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +169,458,217,"New York, NY and NJ",197,"Portland, ME" +169,459,159,"Long Beach, CA",268,"Seattle, WA" +169,460,201,"Boston, MA",241,"Philadelphia, PA" +169,461,172,"Port Everglades, FL",198,"Baltimore, MD" +169,462,197,"Portland, ME",217,"New York, NY and NJ" +169,463,218,"Camden-Gloucester, NJ",197,"Portland, ME" +169,464,197,"Portland, ME",241,"Philadelphia, PA" +169,465,269,"Longview, WA",159,"Long Beach, CA" +169,466,159,"Long Beach, CA",268,"Seattle, WA" +169,467,197,"Portland, ME",223,"New York, NY and NJ" +169,468,268,"Seattle, WA",159,"Long Beach, CA" +169,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +169,470,159,"Long Beach, CA",159,"Long Beach, CA" +169,471,241,"Philadelphia, PA",229,"Wilmington, NC" +169,472,159,"Long Beach, CA",159,"Long Beach, CA" +169,473,159,"Long Beach, CA",268,"Seattle, WA" +169,474,172,"Port Everglades, FL",198,"Baltimore, MD" +169,475,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +169,476,162,"Oakland, CA",159,"Long Beach, CA" +169,477,159,"Long Beach, CA",268,"Seattle, WA" +169,478,177,"Savannah, GA",198,"Baltimore, MD" +169,479,159,"Long Beach, CA",159,"Long Beach, CA" +169,480,223,"New York, NY and NJ",241,"Philadelphia, PA" +169,481,241,"Philadelphia, PA",223,"New York, NY and NJ" +169,482,162,"Oakland, CA",268,"Seattle, WA" +169,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +169,484,245,"Charleston, SC",217,"New York, NY and NJ" +169,485,268,"Seattle, WA",239,"Portland, OR" +169,486,159,"Long Beach, CA",159,"Long Beach, CA" +169,487,171,"Jacksonville, FL",245,"Charleston, SC" +169,488,159,"Long Beach, CA",268,"Seattle, WA" +169,489,239,"Portland, OR",268,"Seattle, WA" +169,490,241,"Philadelphia, PA",197,"Portland, ME" +169,491,223,"New York, NY and NJ",217,"New York, NY and NJ" +170,154,159,"Long Beach, CA",268,"Seattle, WA" +170,179,239,"Portland, OR",159,"Long Beach, CA" +170,180,159,"Long Beach, CA",162,"Oakland, CA" +170,274,162,"Oakland, CA",268,"Seattle, WA" +170,275,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +170,276,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +170,277,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +170,278,223,"New York, NY and NJ",201,"Boston, MA" +170,279,177,"Savannah, GA",198,"Baltimore, MD" +170,280,174,"Tampa, FL",198,"Baltimore, MD" +170,281,198,"Baltimore, MD",193,"Baton Rouge, LA" +170,282,217,"New York, NY and NJ",217,"New York, NY and NJ" +170,283,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +170,284,268,"Seattle, WA",159,"Long Beach, CA" +170,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +170,286,169,"Wilmington, DE",197,"Portland, ME" +170,287,174,"Tampa, FL",245,"Charleston, SC" +170,288,159,"Long Beach, CA",268,"Seattle, WA" +170,289,269,"Longview, WA",162,"Oakland, CA" +170,290,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +170,291,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +170,292,197,"Portland, ME",197,"Portland, ME" +170,293,172,"Port Everglades, FL",229,"Wilmington, NC" +170,294,201,"Boston, MA",217,"New York, NY and NJ" +170,295,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +170,296,159,"Long Beach, CA",159,"Long Beach, CA" +170,297,171,"Jacksonville, FL",195,"New Orleans, LA" +170,298,197,"Portland, ME",265,"Norfolk Harbor, VA" +170,299,223,"New York, NY and NJ",241,"Philadelphia, PA" +170,300,177,"Savannah, GA",241,"Philadelphia, PA" +170,301,265,"Norfolk Harbor, VA",197,"Portland, ME" +170,302,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +170,303,268,"Seattle, WA",162,"Oakland, CA" +170,304,223,"New York, NY and NJ",217,"New York, NY and NJ" +170,305,217,"New York, NY and NJ",223,"New York, NY and NJ" +170,306,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +170,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +170,308,268,"Seattle, WA",268,"Seattle, WA" +170,309,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +170,310,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +170,311,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +170,312,174,"Tampa, FL",265,"Norfolk Harbor, VA" +170,313,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +170,314,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +170,315,253,"Beaumont, TX",218,"Camden-Gloucester, NJ" +170,316,269,"Longview, WA",159,"Long Beach, CA" +170,317,159,"Long Beach, CA",159,"Long Beach, CA" +170,318,268,"Seattle, WA",268,"Seattle, WA" +170,319,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +170,320,265,"Norfolk Harbor, VA",197,"Portland, ME" +170,321,197,"Portland, ME",265,"Norfolk Harbor, VA" +170,322,268,"Seattle, WA",159,"Long Beach, CA" +170,323,174,"Tampa, FL",171,"Jacksonville, FL" +170,324,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +170,325,245,"Charleston, SC",174,"Tampa, FL" +170,326,177,"Savannah, GA",245,"Charleston, SC" +170,327,217,"New York, NY and NJ",241,"Philadelphia, PA" +170,328,201,"Boston, MA",223,"New York, NY and NJ" +170,329,223,"New York, NY and NJ",217,"New York, NY and NJ" +170,330,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +170,331,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +170,332,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +170,333,169,"Wilmington, DE",245,"Charleston, SC" +170,334,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +170,335,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +170,336,177,"Savannah, GA",174,"Tampa, FL" +170,337,223,"New York, NY and NJ",217,"New York, NY and NJ" +170,338,241,"Philadelphia, PA",198,"Baltimore, MD" +170,339,241,"Philadelphia, PA",241,"Philadelphia, PA" +170,340,198,"Baltimore, MD",223,"New York, NY and NJ" +170,341,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +170,342,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +170,343,159,"Long Beach, CA",162,"Oakland, CA" +170,344,198,"Baltimore, MD",241,"Philadelphia, PA" +170,345,217,"New York, NY and NJ",223,"New York, NY and NJ" +170,346,172,"Port Everglades, FL",198,"Baltimore, MD" +170,347,217,"New York, NY and NJ",201,"Boston, MA" +170,348,223,"New York, NY and NJ",223,"New York, NY and NJ" +170,349,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +170,350,198,"Baltimore, MD",217,"New York, NY and NJ" +170,351,241,"Philadelphia, PA",241,"Philadelphia, PA" +170,352,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +170,353,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +170,354,197,"Portland, ME",217,"New York, NY and NJ" +170,355,265,"Norfolk Harbor, VA",245,"Charleston, SC" +170,356,195,"New Orleans, LA",152,"Mobile, AL" +170,357,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +170,358,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +170,359,245,"Charleston, SC",198,"Baltimore, MD" +170,360,177,"Savannah, GA",198,"Baltimore, MD" +170,361,195,"New Orleans, LA",253,"Beaumont, TX" +170,362,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +170,363,195,"New Orleans, LA",193,"Baton Rouge, LA" +170,364,201,"Boston, MA",241,"Philadelphia, PA" +170,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +170,366,239,"Portland, OR",159,"Long Beach, CA" +170,367,159,"Long Beach, CA",159,"Long Beach, CA" +170,368,159,"Long Beach, CA",159,"Long Beach, CA" +170,369,162,"Oakland, CA",159,"Long Beach, CA" +170,370,217,"New York, NY and NJ",244,"Providence, RI" +170,371,268,"Seattle, WA",245,"Charleston, SC" +170,372,223,"New York, NY and NJ",198,"Baltimore, MD" +170,373,245,"Charleston, SC",171,"Jacksonville, FL" +170,374,268,"Seattle, WA",268,"Seattle, WA" +170,375,268,"Seattle, WA",198,"Baltimore, MD" +170,376,268,"Seattle, WA",268,"Seattle, WA" +170,377,217,"New York, NY and NJ",198,"Baltimore, MD" +170,378,265,"Norfolk Harbor, VA",177,"Savannah, GA" +170,379,268,"Seattle, WA",174,"Tampa, FL" +170,380,159,"Long Beach, CA",159,"Long Beach, CA" +170,381,268,"Seattle, WA",159,"Long Beach, CA" +170,382,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +170,383,159,"Long Beach, CA",239,"Portland, OR" +170,384,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +170,385,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +170,386,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +170,387,217,"New York, NY and NJ",198,"Baltimore, MD" +170,388,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +170,389,244,"Providence, RI",198,"Baltimore, MD" +170,390,217,"New York, NY and NJ",217,"New York, NY and NJ" +170,391,217,"New York, NY and NJ",217,"New York, NY and NJ" +170,392,268,"Seattle, WA",159,"Long Beach, CA" +170,393,162,"Oakland, CA",268,"Seattle, WA" +170,394,241,"Philadelphia, PA",223,"New York, NY and NJ" +170,395,223,"New York, NY and NJ",197,"Portland, ME" +170,396,159,"Long Beach, CA",159,"Long Beach, CA" +170,397,201,"Boston, MA",218,"Camden-Gloucester, NJ" +170,398,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +170,399,208,"Pascagoula, MS",195,"New Orleans, LA" +170,400,159,"Long Beach, CA",269,"Longview, WA" +170,401,217,"New York, NY and NJ",217,"New York, NY and NJ" +170,402,223,"New York, NY and NJ",197,"Portland, ME" +170,403,159,"Long Beach, CA",159,"Long Beach, CA" +170,404,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +170,405,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +170,406,197,"Portland, ME",218,"Camden-Gloucester, NJ" +170,407,241,"Philadelphia, PA",223,"New York, NY and NJ" +170,408,268,"Seattle, WA",162,"Oakland, CA" +170,409,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +170,410,268,"Seattle, WA",159,"Long Beach, CA" +170,411,159,"Long Beach, CA",159,"Long Beach, CA" +170,412,217,"New York, NY and NJ",201,"Boston, MA" +170,413,268,"Seattle, WA",162,"Oakland, CA" +170,414,171,"Jacksonville, FL",174,"Tampa, FL" +170,415,217,"New York, NY and NJ",241,"Philadelphia, PA" +170,416,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +170,417,159,"Long Beach, CA",268,"Seattle, WA" +170,418,159,"Long Beach, CA",268,"Seattle, WA" +170,419,241,"Philadelphia, PA",241,"Philadelphia, PA" +170,420,159,"Long Beach, CA",162,"Oakland, CA" +170,421,268,"Seattle, WA",268,"Seattle, WA" +170,422,159,"Long Beach, CA",162,"Oakland, CA" +170,423,268,"Seattle, WA",265,"Norfolk Harbor, VA" +170,424,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +170,425,159,"Long Beach, CA",159,"Long Beach, CA" +170,426,171,"Jacksonville, FL",171,"Jacksonville, FL" +170,427,174,"Tampa, FL",171,"Jacksonville, FL" +170,428,159,"Long Beach, CA",159,"Long Beach, CA" +170,429,162,"Oakland, CA",241,"Philadelphia, PA" +170,430,197,"Portland, ME",218,"Camden-Gloucester, NJ" +170,431,223,"New York, NY and NJ",217,"New York, NY and NJ" +170,432,159,"Long Beach, CA",268,"Seattle, WA" +170,433,223,"New York, NY and NJ",217,"New York, NY and NJ" +170,434,223,"New York, NY and NJ",197,"Portland, ME" +170,435,217,"New York, NY and NJ",198,"Baltimore, MD" +170,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +170,437,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +170,438,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +170,439,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +170,440,172,"Port Everglades, FL",241,"Philadelphia, PA" +170,441,159,"Long Beach, CA",159,"Long Beach, CA" +170,442,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +170,443,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +170,444,159,"Long Beach, CA",268,"Seattle, WA" +170,445,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +170,446,244,"Providence, RI",217,"New York, NY and NJ" +170,447,198,"Baltimore, MD",201,"Boston, MA" +170,448,197,"Portland, ME",265,"Norfolk Harbor, VA" +170,449,159,"Long Beach, CA",268,"Seattle, WA" +170,450,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +170,451,201,"Boston, MA",223,"New York, NY and NJ" +170,452,201,"Boston, MA",198,"Baltimore, MD" +170,453,159,"Long Beach, CA",268,"Seattle, WA" +170,454,223,"New York, NY and NJ",201,"Boston, MA" +170,455,223,"New York, NY and NJ",169,"Wilmington, DE" +170,456,159,"Long Beach, CA",268,"Seattle, WA" +170,457,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +170,458,244,"Providence, RI",217,"New York, NY and NJ" +170,459,239,"Portland, OR",159,"Long Beach, CA" +170,460,223,"New York, NY and NJ",241,"Philadelphia, PA" +170,461,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +170,462,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +170,463,201,"Boston, MA",201,"Boston, MA" +170,464,201,"Boston, MA",223,"New York, NY and NJ" +170,465,269,"Longview, WA",245,"Charleston, SC" +170,466,159,"Long Beach, CA",162,"Oakland, CA" +170,467,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +170,468,159,"Long Beach, CA",159,"Long Beach, CA" +170,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +170,470,159,"Long Beach, CA",159,"Long Beach, CA" +170,471,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +170,472,268,"Seattle, WA",159,"Long Beach, CA" +170,473,159,"Long Beach, CA",159,"Long Beach, CA" +170,474,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +170,475,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +170,476,159,"Long Beach, CA",159,"Long Beach, CA" +170,477,268,"Seattle, WA",159,"Long Beach, CA" +170,478,229,"Wilmington, NC",171,"Jacksonville, FL" +170,479,159,"Long Beach, CA",159,"Long Beach, CA" +170,480,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +170,481,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +170,482,159,"Long Beach, CA",239,"Portland, OR" +170,483,217,"New York, NY and NJ",241,"Philadelphia, PA" +170,484,172,"Port Everglades, FL",245,"Charleston, SC" +170,485,159,"Long Beach, CA",268,"Seattle, WA" +170,486,239,"Portland, OR",159,"Long Beach, CA" +170,487,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +170,488,159,"Long Beach, CA",159,"Long Beach, CA" +170,489,268,"Seattle, WA",268,"Seattle, WA" +170,490,177,"Savannah, GA",265,"Norfolk Harbor, VA" +170,491,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +171,154,269,"Longview, WA",159,"Long Beach, CA" +171,179,162,"Oakland, CA",159,"Long Beach, CA" +171,180,159,"Long Beach, CA",268,"Seattle, WA" +171,274,268,"Seattle, WA",159,"Long Beach, CA" +171,275,265,"Norfolk Harbor, VA",201,"Boston, MA" +171,276,265,"Norfolk Harbor, VA",197,"Portland, ME" +171,277,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +171,278,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +171,279,177,"Savannah, GA",177,"Savannah, GA" +171,280,229,"Wilmington, NC",245,"Charleston, SC" +171,281,195,"New Orleans, LA",172,"Port Everglades, FL" +171,282,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +171,283,172,"Port Everglades, FL",177,"Savannah, GA" +171,284,159,"Long Beach, CA",159,"Long Beach, CA" +171,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +171,286,223,"New York, NY and NJ",241,"Philadelphia, PA" +171,287,177,"Savannah, GA",171,"Jacksonville, FL" +171,288,159,"Long Beach, CA",239,"Portland, OR" +171,289,159,"Long Beach, CA",269,"Longview, WA" +171,290,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +171,291,241,"Philadelphia, PA",241,"Philadelphia, PA" +171,292,198,"Baltimore, MD",198,"Baltimore, MD" +171,293,152,"Mobile, AL",174,"Tampa, FL" +171,294,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +171,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +171,296,159,"Long Beach, CA",159,"Long Beach, CA" +171,297,174,"Tampa, FL",152,"Mobile, AL" +171,298,223,"New York, NY and NJ",197,"Portland, ME" +171,299,217,"New York, NY and NJ",245,"Charleston, SC" +171,300,245,"Charleston, SC",172,"Port Everglades, FL" +171,301,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +171,302,172,"Port Everglades, FL",177,"Savannah, GA" +171,303,269,"Longview, WA",159,"Long Beach, CA" +171,304,197,"Portland, ME",223,"New York, NY and NJ" +171,305,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +171,306,198,"Baltimore, MD",223,"New York, NY and NJ" +171,307,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +171,308,268,"Seattle, WA",239,"Portland, OR" +171,309,198,"Baltimore, MD",171,"Jacksonville, FL" +171,310,217,"New York, NY and NJ",152,"Mobile, AL" +171,311,177,"Savannah, GA",177,"Savannah, GA" +171,312,172,"Port Everglades, FL",177,"Savannah, GA" +171,313,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +171,314,241,"Philadelphia, PA",177,"Savannah, GA" +171,315,177,"Savannah, GA",172,"Port Everglades, FL" +171,316,159,"Long Beach, CA",159,"Long Beach, CA" +171,317,159,"Long Beach, CA",159,"Long Beach, CA" +171,318,159,"Long Beach, CA",159,"Long Beach, CA" +171,319,178,"Brunswick, GA",152,"Mobile, AL" +171,320,197,"Portland, ME",223,"New York, NY and NJ" +171,321,244,"Providence, RI",265,"Norfolk Harbor, VA" +171,322,159,"Long Beach, CA",159,"Long Beach, CA" +171,323,171,"Jacksonville, FL",174,"Tampa, FL" +171,324,197,"Portland, ME",171,"Jacksonville, FL" +171,325,172,"Port Everglades, FL",245,"Charleston, SC" +171,326,171,"Jacksonville, FL",245,"Charleston, SC" +171,327,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +171,328,265,"Norfolk Harbor, VA",201,"Boston, MA" +171,329,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +171,330,223,"New York, NY and NJ",197,"Portland, ME" +171,331,223,"New York, NY and NJ",171,"Jacksonville, FL" +171,332,177,"Savannah, GA",174,"Tampa, FL" +171,333,172,"Port Everglades, FL",245,"Charleston, SC" +171,334,171,"Jacksonville, FL",171,"Jacksonville, FL" +171,335,223,"New York, NY and NJ",201,"Boston, MA" +171,336,177,"Savannah, GA",172,"Port Everglades, FL" +171,337,198,"Baltimore, MD",171,"Jacksonville, FL" +171,338,217,"New York, NY and NJ",197,"Portland, ME" +171,339,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +171,340,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +171,341,152,"Mobile, AL",177,"Savannah, GA" +171,342,201,"Boston, MA",198,"Baltimore, MD" +171,343,162,"Oakland, CA",162,"Oakland, CA" +171,344,265,"Norfolk Harbor, VA",177,"Savannah, GA" +171,345,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +171,346,172,"Port Everglades, FL",195,"New Orleans, LA" +171,347,223,"New York, NY and NJ",223,"New York, NY and NJ" +171,348,172,"Port Everglades, FL",177,"Savannah, GA" +171,349,217,"New York, NY and NJ",198,"Baltimore, MD" +171,350,241,"Philadelphia, PA",223,"New York, NY and NJ" +171,351,245,"Charleston, SC",177,"Savannah, GA" +171,352,223,"New York, NY and NJ",241,"Philadelphia, PA" +171,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +171,354,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +171,355,177,"Savannah, GA",171,"Jacksonville, FL" +171,356,195,"New Orleans, LA",195,"New Orleans, LA" +171,357,172,"Port Everglades, FL",174,"Tampa, FL" +171,358,217,"New York, NY and NJ",177,"Savannah, GA" +171,359,174,"Tampa, FL",177,"Savannah, GA" +171,360,245,"Charleston, SC",171,"Jacksonville, FL" +171,361,172,"Port Everglades, FL",174,"Tampa, FL" +171,362,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +171,363,171,"Jacksonville, FL",152,"Mobile, AL" +171,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +171,365,223,"New York, NY and NJ",197,"Portland, ME" +171,366,159,"Long Beach, CA",159,"Long Beach, CA" +171,367,159,"Long Beach, CA",159,"Long Beach, CA" +171,368,174,"Tampa, FL",159,"Long Beach, CA" +171,369,159,"Long Beach, CA",268,"Seattle, WA" +171,370,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +171,371,162,"Oakland, CA",195,"New Orleans, LA" +171,372,201,"Boston, MA",197,"Portland, ME" +171,373,172,"Port Everglades, FL",245,"Charleston, SC" +171,374,159,"Long Beach, CA",159,"Long Beach, CA" +171,375,268,"Seattle, WA",159,"Long Beach, CA" +171,376,162,"Oakland, CA",159,"Long Beach, CA" +171,377,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +171,378,177,"Savannah, GA",172,"Port Everglades, FL" +171,379,269,"Longview, WA",159,"Long Beach, CA" +171,380,269,"Longview, WA",268,"Seattle, WA" +171,381,269,"Longview, WA",162,"Oakland, CA" +171,382,217,"New York, NY and NJ",223,"New York, NY and NJ" +171,383,162,"Oakland, CA",268,"Seattle, WA" +171,384,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +171,385,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +171,386,201,"Boston, MA",201,"Boston, MA" +171,387,217,"New York, NY and NJ",241,"Philadelphia, PA" +171,388,197,"Portland, ME",198,"Baltimore, MD" +171,389,223,"New York, NY and NJ",217,"New York, NY and NJ" +171,390,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +171,391,174,"Tampa, FL",217,"New York, NY and NJ" +171,392,162,"Oakland, CA",268,"Seattle, WA" +171,393,162,"Oakland, CA",159,"Long Beach, CA" +171,394,197,"Portland, ME",172,"Port Everglades, FL" +171,395,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +171,396,268,"Seattle, WA",159,"Long Beach, CA" +171,397,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +171,398,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +171,399,195,"New Orleans, LA",195,"New Orleans, LA" +171,400,269,"Longview, WA",239,"Portland, OR" +171,401,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +171,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +171,403,268,"Seattle, WA",239,"Portland, OR" +171,404,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +171,405,245,"Charleston, SC",229,"Wilmington, NC" +171,406,217,"New York, NY and NJ",171,"Jacksonville, FL" +171,407,217,"New York, NY and NJ",217,"New York, NY and NJ" +171,408,159,"Long Beach, CA",159,"Long Beach, CA" +171,409,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +171,410,159,"Long Beach, CA",268,"Seattle, WA" +171,411,159,"Long Beach, CA",159,"Long Beach, CA" +171,412,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +171,413,159,"Long Beach, CA",159,"Long Beach, CA" +171,414,195,"New Orleans, LA",195,"New Orleans, LA" +171,415,197,"Portland, ME",265,"Norfolk Harbor, VA" +171,416,244,"Providence, RI",244,"Providence, RI" +171,417,268,"Seattle, WA",159,"Long Beach, CA" +171,418,159,"Long Beach, CA",268,"Seattle, WA" +171,419,201,"Boston, MA",223,"New York, NY and NJ" +171,420,268,"Seattle, WA",245,"Charleston, SC" +171,421,162,"Oakland, CA",268,"Seattle, WA" +171,422,159,"Long Beach, CA",162,"Oakland, CA" +171,423,159,"Long Beach, CA",159,"Long Beach, CA" +171,424,245,"Charleston, SC",177,"Savannah, GA" +171,425,159,"Long Beach, CA",268,"Seattle, WA" +171,426,172,"Port Everglades, FL",174,"Tampa, FL" +171,427,174,"Tampa, FL",195,"New Orleans, LA" +171,428,268,"Seattle, WA",269,"Longview, WA" +171,429,159,"Long Beach, CA",245,"Charleston, SC" +171,430,201,"Boston, MA",265,"Norfolk Harbor, VA" +171,431,201,"Boston, MA",218,"Camden-Gloucester, NJ" +171,432,159,"Long Beach, CA",172,"Port Everglades, FL" +171,433,197,"Portland, ME",223,"New York, NY and NJ" +171,434,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +171,435,198,"Baltimore, MD",177,"Savannah, GA" +171,436,229,"Wilmington, NC",177,"Savannah, GA" +171,437,174,"Tampa, FL",245,"Charleston, SC" +171,438,174,"Tampa, FL",177,"Savannah, GA" +171,439,177,"Savannah, GA",177,"Savannah, GA" +171,440,245,"Charleston, SC",177,"Savannah, GA" +171,441,269,"Longview, WA",159,"Long Beach, CA" +171,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +171,443,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +171,444,159,"Long Beach, CA",171,"Jacksonville, FL" +171,445,218,"Camden-Gloucester, NJ",172,"Port Everglades, FL" +171,446,197,"Portland, ME",198,"Baltimore, MD" +171,447,223,"New York, NY and NJ",241,"Philadelphia, PA" +171,448,217,"New York, NY and NJ",169,"Wilmington, DE" +171,449,162,"Oakland, CA",268,"Seattle, WA" +171,450,245,"Charleston, SC",177,"Savannah, GA" +171,451,217,"New York, NY and NJ",241,"Philadelphia, PA" +171,452,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +171,453,159,"Long Beach, CA",159,"Long Beach, CA" +171,454,201,"Boston, MA",177,"Savannah, GA" +171,455,201,"Boston, MA",229,"Wilmington, NC" +171,456,268,"Seattle, WA",159,"Long Beach, CA" +171,457,197,"Portland, ME",217,"New York, NY and NJ" +171,458,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +171,459,162,"Oakland, CA",159,"Long Beach, CA" +171,460,245,"Charleston, SC",245,"Charleston, SC" +171,461,177,"Savannah, GA",171,"Jacksonville, FL" +171,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +171,463,223,"New York, NY and NJ",229,"Wilmington, NC" +171,464,244,"Providence, RI",177,"Savannah, GA" +171,465,239,"Portland, OR",159,"Long Beach, CA" +171,466,268,"Seattle, WA",159,"Long Beach, CA" +171,467,217,"New York, NY and NJ",198,"Baltimore, MD" +171,468,159,"Long Beach, CA",159,"Long Beach, CA" +171,469,217,"New York, NY and NJ",198,"Baltimore, MD" +171,470,159,"Long Beach, CA",159,"Long Beach, CA" +171,471,217,"New York, NY and NJ",198,"Baltimore, MD" +171,472,159,"Long Beach, CA",268,"Seattle, WA" +171,473,159,"Long Beach, CA",159,"Long Beach, CA" +171,474,245,"Charleston, SC",245,"Charleston, SC" +171,475,241,"Philadelphia, PA",223,"New York, NY and NJ" +171,476,269,"Longview, WA",152,"Mobile, AL" +171,477,159,"Long Beach, CA",268,"Seattle, WA" +171,478,177,"Savannah, GA",172,"Port Everglades, FL" +171,479,159,"Long Beach, CA",268,"Seattle, WA" +171,480,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +171,481,201,"Boston, MA",197,"Portland, ME" +171,482,159,"Long Beach, CA",269,"Longview, WA" +171,483,241,"Philadelphia, PA",198,"Baltimore, MD" +171,484,195,"New Orleans, LA",152,"Mobile, AL" +171,485,162,"Oakland, CA",159,"Long Beach, CA" +171,486,159,"Long Beach, CA",159,"Long Beach, CA" +171,487,177,"Savannah, GA",177,"Savannah, GA" +171,488,162,"Oakland, CA",159,"Long Beach, CA" +171,489,159,"Long Beach, CA",177,"Savannah, GA" +171,490,245,"Charleston, SC",265,"Norfolk Harbor, VA" +171,491,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +172,154,162,"Oakland, CA",159,"Long Beach, CA" +172,179,239,"Portland, OR",268,"Seattle, WA" +172,180,268,"Seattle, WA",268,"Seattle, WA" +172,274,268,"Seattle, WA",239,"Portland, OR" +172,275,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +172,276,241,"Philadelphia, PA",241,"Philadelphia, PA" +172,277,197,"Portland, ME",198,"Baltimore, MD" +172,278,171,"Jacksonville, FL",172,"Port Everglades, FL" +172,279,177,"Savannah, GA",177,"Savannah, GA" +172,280,245,"Charleston, SC",174,"Tampa, FL" +172,281,174,"Tampa, FL",172,"Port Everglades, FL" +172,282,198,"Baltimore, MD",217,"New York, NY and NJ" +172,283,172,"Port Everglades, FL",177,"Savannah, GA" +172,284,162,"Oakland, CA",268,"Seattle, WA" +172,285,169,"Wilmington, DE",241,"Philadelphia, PA" +172,286,217,"New York, NY and NJ",198,"Baltimore, MD" +172,287,177,"Savannah, GA",245,"Charleston, SC" +172,288,159,"Long Beach, CA",159,"Long Beach, CA" +172,289,159,"Long Beach, CA",159,"Long Beach, CA" +172,290,177,"Savannah, GA",177,"Savannah, GA" +172,291,197,"Portland, ME",241,"Philadelphia, PA" +172,292,223,"New York, NY and NJ",245,"Charleston, SC" +172,293,195,"New Orleans, LA",177,"Savannah, GA" +172,294,223,"New York, NY and NJ",241,"Philadelphia, PA" +172,295,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +172,296,159,"Long Beach, CA",239,"Portland, OR" +172,297,193,"Baton Rouge, LA",195,"New Orleans, LA" +172,298,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +172,299,217,"New York, NY and NJ",223,"New York, NY and NJ" +172,300,177,"Savannah, GA",172,"Port Everglades, FL" +172,301,217,"New York, NY and NJ",201,"Boston, MA" +172,302,245,"Charleston, SC",177,"Savannah, GA" +172,303,159,"Long Beach, CA",159,"Long Beach, CA" +172,304,241,"Philadelphia, PA",217,"New York, NY and NJ" +172,305,198,"Baltimore, MD",174,"Tampa, FL" +172,306,217,"New York, NY and NJ",241,"Philadelphia, PA" +172,307,172,"Port Everglades, FL",223,"New York, NY and NJ" +172,308,159,"Long Beach, CA",159,"Long Beach, CA" +172,309,223,"New York, NY and NJ",217,"New York, NY and NJ" +172,310,241,"Philadelphia, PA",177,"Savannah, GA" +172,311,217,"New York, NY and NJ",172,"Port Everglades, FL" +172,312,177,"Savannah, GA",152,"Mobile, AL" +172,313,265,"Norfolk Harbor, VA",174,"Tampa, FL" +172,314,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +172,315,253,"Beaumont, TX",177,"Savannah, GA" +172,316,159,"Long Beach, CA",159,"Long Beach, CA" +172,317,159,"Long Beach, CA",162,"Oakland, CA" +172,318,162,"Oakland, CA",159,"Long Beach, CA" +172,319,172,"Port Everglades, FL",177,"Savannah, GA" +172,320,171,"Jacksonville, FL",245,"Charleston, SC" +172,321,201,"Boston, MA",265,"Norfolk Harbor, VA" +172,322,172,"Port Everglades, FL",268,"Seattle, WA" +172,323,172,"Port Everglades, FL",177,"Savannah, GA" +172,324,201,"Boston, MA",217,"New York, NY and NJ" +172,325,171,"Jacksonville, FL",177,"Savannah, GA" +172,326,172,"Port Everglades, FL",177,"Savannah, GA" +172,327,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +172,328,217,"New York, NY and NJ",217,"New York, NY and NJ" +172,329,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +172,330,217,"New York, NY and NJ",245,"Charleston, SC" +172,331,223,"New York, NY and NJ",241,"Philadelphia, PA" +172,332,174,"Tampa, FL",245,"Charleston, SC" +172,333,177,"Savannah, GA",245,"Charleston, SC" +172,334,152,"Mobile, AL",177,"Savannah, GA" +172,335,198,"Baltimore, MD",198,"Baltimore, MD" +172,336,245,"Charleston, SC",174,"Tampa, FL" +172,337,265,"Norfolk Harbor, VA",201,"Boston, MA" +172,338,223,"New York, NY and NJ",197,"Portland, ME" +172,339,217,"New York, NY and NJ",223,"New York, NY and NJ" +172,340,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +172,341,174,"Tampa, FL",177,"Savannah, GA" +172,342,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +172,343,268,"Seattle, WA",159,"Long Beach, CA" +172,344,223,"New York, NY and NJ",241,"Philadelphia, PA" +172,345,223,"New York, NY and NJ",241,"Philadelphia, PA" +172,346,172,"Port Everglades, FL",193,"Baton Rouge, LA" +172,347,169,"Wilmington, DE",217,"New York, NY and NJ" +172,348,245,"Charleston, SC",265,"Norfolk Harbor, VA" +172,349,241,"Philadelphia, PA",241,"Philadelphia, PA" +172,350,201,"Boston, MA",245,"Charleston, SC" +172,351,197,"Portland, ME",217,"New York, NY and NJ" +172,352,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +172,353,241,"Philadelphia, PA",245,"Charleston, SC" +172,354,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +172,355,171,"Jacksonville, FL",171,"Jacksonville, FL" +172,356,152,"Mobile, AL",193,"Baton Rouge, LA" +172,357,217,"New York, NY and NJ",198,"Baltimore, MD" +172,358,217,"New York, NY and NJ",245,"Charleston, SC" +172,359,172,"Port Everglades, FL",177,"Savannah, GA" +172,360,177,"Savannah, GA",245,"Charleston, SC" +172,361,229,"Wilmington, NC",172,"Port Everglades, FL" +172,362,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +172,363,195,"New Orleans, LA",152,"Mobile, AL" +172,364,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +172,365,223,"New York, NY and NJ",241,"Philadelphia, PA" +172,366,159,"Long Beach, CA",159,"Long Beach, CA" +172,367,268,"Seattle, WA",159,"Long Beach, CA" +172,368,159,"Long Beach, CA",239,"Portland, OR" +172,369,239,"Portland, OR",268,"Seattle, WA" +172,370,244,"Providence, RI",201,"Boston, MA" +172,371,268,"Seattle, WA",193,"Baton Rouge, LA" +172,372,223,"New York, NY and NJ",201,"Boston, MA" +172,373,174,"Tampa, FL",172,"Port Everglades, FL" +172,374,159,"Long Beach, CA",159,"Long Beach, CA" +172,375,159,"Long Beach, CA",159,"Long Beach, CA" +172,376,239,"Portland, OR",159,"Long Beach, CA" +172,377,245,"Charleston, SC",198,"Baltimore, MD" +172,378,195,"New Orleans, LA",174,"Tampa, FL" +172,379,239,"Portland, OR",159,"Long Beach, CA" +172,380,239,"Portland, OR",159,"Long Beach, CA" +172,381,159,"Long Beach, CA",162,"Oakland, CA" +172,382,197,"Portland, ME",223,"New York, NY and NJ" +172,383,239,"Portland, OR",152,"Mobile, AL" +172,384,201,"Boston, MA",172,"Port Everglades, FL" +172,385,201,"Boston, MA",241,"Philadelphia, PA" +172,386,241,"Philadelphia, PA",245,"Charleston, SC" +172,387,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +172,388,223,"New York, NY and NJ",217,"New York, NY and NJ" +172,389,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +172,390,217,"New York, NY and NJ",172,"Port Everglades, FL" +172,391,218,"Camden-Gloucester, NJ",171,"Jacksonville, FL" +172,392,159,"Long Beach, CA",159,"Long Beach, CA" +172,393,162,"Oakland, CA",239,"Portland, OR" +172,394,265,"Norfolk Harbor, VA",177,"Savannah, GA" +172,395,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +172,396,159,"Long Beach, CA",239,"Portland, OR" +172,397,217,"New York, NY and NJ",172,"Port Everglades, FL" +172,398,217,"New York, NY and NJ",169,"Wilmington, DE" +172,399,257,"Houston, TX",195,"New Orleans, LA" +172,400,159,"Long Beach, CA",159,"Long Beach, CA" +172,401,177,"Savannah, GA",201,"Boston, MA" +172,402,245,"Charleston, SC",265,"Norfolk Harbor, VA" +172,403,159,"Long Beach, CA",159,"Long Beach, CA" +172,404,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +172,405,171,"Jacksonville, FL",171,"Jacksonville, FL" +172,406,201,"Boston, MA",223,"New York, NY and NJ" +172,407,172,"Port Everglades, FL",223,"New York, NY and NJ" +172,408,159,"Long Beach, CA",159,"Long Beach, CA" +172,409,177,"Savannah, GA",241,"Philadelphia, PA" +172,410,162,"Oakland, CA",268,"Seattle, WA" +172,411,159,"Long Beach, CA",162,"Oakland, CA" +172,412,223,"New York, NY and NJ",244,"Providence, RI" +172,413,159,"Long Beach, CA",162,"Oakland, CA" +172,414,174,"Tampa, FL",152,"Mobile, AL" +172,415,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +172,416,245,"Charleston, SC",177,"Savannah, GA" +172,417,159,"Long Beach, CA",239,"Portland, OR" +172,418,159,"Long Beach, CA",269,"Longview, WA" +172,419,197,"Portland, ME",265,"Norfolk Harbor, VA" +172,420,159,"Long Beach, CA",159,"Long Beach, CA" +172,421,159,"Long Beach, CA",159,"Long Beach, CA" +172,422,269,"Longview, WA",159,"Long Beach, CA" +172,423,268,"Seattle, WA",174,"Tampa, FL" +172,424,177,"Savannah, GA",171,"Jacksonville, FL" +172,425,159,"Long Beach, CA",162,"Oakland, CA" +172,426,177,"Savannah, GA",152,"Mobile, AL" +172,427,195,"New Orleans, LA",172,"Port Everglades, FL" +172,428,159,"Long Beach, CA",268,"Seattle, WA" +172,429,162,"Oakland, CA",195,"New Orleans, LA" +172,430,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +172,431,223,"New York, NY and NJ",241,"Philadelphia, PA" +172,432,268,"Seattle, WA",159,"Long Beach, CA" +172,433,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +172,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +172,435,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +172,436,172,"Port Everglades, FL",177,"Savannah, GA" +172,437,177,"Savannah, GA",172,"Port Everglades, FL" +172,438,174,"Tampa, FL",171,"Jacksonville, FL" +172,439,174,"Tampa, FL",177,"Savannah, GA" +172,440,177,"Savannah, GA",171,"Jacksonville, FL" +172,441,159,"Long Beach, CA",162,"Oakland, CA" +172,442,223,"New York, NY and NJ",245,"Charleston, SC" +172,443,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +172,444,268,"Seattle, WA",172,"Port Everglades, FL" +172,445,198,"Baltimore, MD",177,"Savannah, GA" +172,446,244,"Providence, RI",265,"Norfolk Harbor, VA" +172,447,217,"New York, NY and NJ",201,"Boston, MA" +172,448,197,"Portland, ME",241,"Philadelphia, PA" +172,449,162,"Oakland, CA",268,"Seattle, WA" +172,450,172,"Port Everglades, FL",172,"Port Everglades, FL" +172,451,223,"New York, NY and NJ",217,"New York, NY and NJ" +172,452,197,"Portland, ME",241,"Philadelphia, PA" +172,453,162,"Oakland, CA",159,"Long Beach, CA" +172,454,217,"New York, NY and NJ",177,"Savannah, GA" +172,455,241,"Philadelphia, PA",177,"Savannah, GA" +172,456,159,"Long Beach, CA",159,"Long Beach, CA" +172,457,229,"Wilmington, NC",197,"Portland, ME" +172,458,198,"Baltimore, MD",217,"New York, NY and NJ" +172,459,268,"Seattle, WA",268,"Seattle, WA" +172,460,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +172,461,177,"Savannah, GA",174,"Tampa, FL" +172,462,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +172,463,201,"Boston, MA",265,"Norfolk Harbor, VA" +172,464,241,"Philadelphia, PA",245,"Charleston, SC" +172,465,159,"Long Beach, CA",159,"Long Beach, CA" +172,466,268,"Seattle, WA",159,"Long Beach, CA" +172,467,197,"Portland, ME",172,"Port Everglades, FL" +172,468,159,"Long Beach, CA",162,"Oakland, CA" +172,469,198,"Baltimore, MD",177,"Savannah, GA" +172,470,159,"Long Beach, CA",268,"Seattle, WA" +172,471,198,"Baltimore, MD",172,"Port Everglades, FL" +172,472,239,"Portland, OR",239,"Portland, OR" +172,473,159,"Long Beach, CA",159,"Long Beach, CA" +172,474,177,"Savannah, GA",172,"Port Everglades, FL" +172,475,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +172,476,268,"Seattle, WA",177,"Savannah, GA" +172,477,162,"Oakland, CA",159,"Long Beach, CA" +172,478,245,"Charleston, SC",177,"Savannah, GA" +172,479,162,"Oakland, CA",162,"Oakland, CA" +172,480,201,"Boston, MA",241,"Philadelphia, PA" +172,481,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +172,482,159,"Long Beach, CA",159,"Long Beach, CA" +172,483,244,"Providence, RI",265,"Norfolk Harbor, VA" +172,484,172,"Port Everglades, FL",177,"Savannah, GA" +172,485,162,"Oakland, CA",162,"Oakland, CA" +172,486,268,"Seattle, WA",159,"Long Beach, CA" +172,487,245,"Charleston, SC",171,"Jacksonville, FL" +172,488,162,"Oakland, CA",159,"Long Beach, CA" +172,489,268,"Seattle, WA",172,"Port Everglades, FL" +172,490,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +172,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +173,154,162,"Oakland, CA",159,"Long Beach, CA" +173,179,268,"Seattle, WA",268,"Seattle, WA" +173,180,159,"Long Beach, CA",268,"Seattle, WA" +173,274,268,"Seattle, WA",159,"Long Beach, CA" +173,275,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +173,276,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +173,277,197,"Portland, ME",265,"Norfolk Harbor, VA" +173,278,223,"New York, NY and NJ",177,"Savannah, GA" +173,279,174,"Tampa, FL",177,"Savannah, GA" +173,280,172,"Port Everglades, FL",245,"Charleston, SC" +173,281,195,"New Orleans, LA",177,"Savannah, GA" +173,282,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +173,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +173,284,159,"Long Beach, CA",159,"Long Beach, CA" +173,285,265,"Norfolk Harbor, VA",197,"Portland, ME" +173,286,217,"New York, NY and NJ",217,"New York, NY and NJ" +173,287,177,"Savannah, GA",174,"Tampa, FL" +173,288,159,"Long Beach, CA",159,"Long Beach, CA" +173,289,268,"Seattle, WA",159,"Long Beach, CA" +173,290,177,"Savannah, GA",174,"Tampa, FL" +173,291,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +173,292,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +173,293,152,"Mobile, AL",152,"Mobile, AL" +173,294,169,"Wilmington, DE",171,"Jacksonville, FL" +173,295,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +173,296,159,"Long Beach, CA",162,"Oakland, CA" +173,297,195,"New Orleans, LA",195,"New Orleans, LA" +173,298,197,"Portland, ME",198,"Baltimore, MD" +173,299,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +173,300,245,"Charleston, SC",174,"Tampa, FL" +173,301,223,"New York, NY and NJ",244,"Providence, RI" +173,302,245,"Charleston, SC",174,"Tampa, FL" +173,303,159,"Long Beach, CA",239,"Portland, OR" +173,304,198,"Baltimore, MD",223,"New York, NY and NJ" +173,305,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +173,306,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +173,307,177,"Savannah, GA",217,"New York, NY and NJ" +173,308,268,"Seattle, WA",159,"Long Beach, CA" +173,309,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +173,310,178,"Brunswick, GA",208,"Pascagoula, MS" +173,311,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +173,312,177,"Savannah, GA",174,"Tampa, FL" +173,313,217,"New York, NY and NJ",174,"Tampa, FL" +173,314,241,"Philadelphia, PA",244,"Providence, RI" +173,315,245,"Charleston, SC",195,"New Orleans, LA" +173,316,159,"Long Beach, CA",159,"Long Beach, CA" +173,317,268,"Seattle, WA",159,"Long Beach, CA" +173,318,159,"Long Beach, CA",269,"Longview, WA" +173,319,152,"Mobile, AL",174,"Tampa, FL" +173,320,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +173,321,223,"New York, NY and NJ",197,"Portland, ME" +173,322,159,"Long Beach, CA",159,"Long Beach, CA" +173,323,245,"Charleston, SC",171,"Jacksonville, FL" +173,324,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +173,325,177,"Savannah, GA",245,"Charleston, SC" +173,326,172,"Port Everglades, FL",177,"Savannah, GA" +173,327,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +173,328,223,"New York, NY and NJ",217,"New York, NY and NJ" +173,329,223,"New York, NY and NJ",198,"Baltimore, MD" +173,330,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +173,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +173,332,177,"Savannah, GA",177,"Savannah, GA" +173,333,172,"Port Everglades, FL",177,"Savannah, GA" +173,334,172,"Port Everglades, FL",195,"New Orleans, LA" +173,335,241,"Philadelphia, PA",177,"Savannah, GA" +173,336,245,"Charleston, SC",172,"Port Everglades, FL" +173,337,244,"Providence, RI",265,"Norfolk Harbor, VA" +173,338,172,"Port Everglades, FL",241,"Philadelphia, PA" +173,339,218,"Camden-Gloucester, NJ",201,"Boston, MA" +173,340,197,"Portland, ME",198,"Baltimore, MD" +173,341,169,"Wilmington, DE",171,"Jacksonville, FL" +173,342,201,"Boston, MA",223,"New York, NY and NJ" +173,343,159,"Long Beach, CA",162,"Oakland, CA" +173,344,217,"New York, NY and NJ",197,"Portland, ME" +173,345,217,"New York, NY and NJ",198,"Baltimore, MD" +173,346,178,"Brunswick, GA",195,"New Orleans, LA" +173,347,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +173,348,217,"New York, NY and NJ",217,"New York, NY and NJ" +173,349,217,"New York, NY and NJ",217,"New York, NY and NJ" +173,350,201,"Boston, MA",201,"Boston, MA" +173,351,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +173,352,217,"New York, NY and NJ",241,"Philadelphia, PA" +173,353,241,"Philadelphia, PA",217,"New York, NY and NJ" +173,354,241,"Philadelphia, PA",223,"New York, NY and NJ" +173,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +173,356,172,"Port Everglades, FL",172,"Port Everglades, FL" +173,357,229,"Wilmington, NC",223,"New York, NY and NJ" +173,358,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +173,359,177,"Savannah, GA",172,"Port Everglades, FL" +173,360,177,"Savannah, GA",171,"Jacksonville, FL" +173,361,172,"Port Everglades, FL",254,"Corpus Christi, TX" +173,362,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +173,363,177,"Savannah, GA",177,"Savannah, GA" +173,364,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +173,365,198,"Baltimore, MD",201,"Boston, MA" +173,366,159,"Long Beach, CA",159,"Long Beach, CA" +173,367,268,"Seattle, WA",159,"Long Beach, CA" +173,368,159,"Long Beach, CA",159,"Long Beach, CA" +173,369,159,"Long Beach, CA",239,"Portland, OR" +173,370,198,"Baltimore, MD",197,"Portland, ME" +173,371,159,"Long Beach, CA",159,"Long Beach, CA" +173,372,265,"Norfolk Harbor, VA",201,"Boston, MA" +173,373,177,"Savannah, GA",174,"Tampa, FL" +173,374,162,"Oakland, CA",268,"Seattle, WA" +173,375,195,"New Orleans, LA",269,"Longview, WA" +173,376,159,"Long Beach, CA",159,"Long Beach, CA" +173,377,241,"Philadelphia, PA",177,"Savannah, GA" +173,378,193,"Baton Rouge, LA",177,"Savannah, GA" +173,379,159,"Long Beach, CA",268,"Seattle, WA" +173,380,159,"Long Beach, CA",162,"Oakland, CA" +173,381,162,"Oakland, CA",268,"Seattle, WA" +173,382,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +173,383,159,"Long Beach, CA",268,"Seattle, WA" +173,384,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +173,385,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +173,386,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +173,387,218,"Camden-Gloucester, NJ",197,"Portland, ME" +173,388,265,"Norfolk Harbor, VA",201,"Boston, MA" +173,389,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +173,390,223,"New York, NY and NJ",197,"Portland, ME" +173,391,174,"Tampa, FL",265,"Norfolk Harbor, VA" +173,392,159,"Long Beach, CA",159,"Long Beach, CA" +173,393,268,"Seattle, WA",193,"Baton Rouge, LA" +173,394,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +173,395,201,"Boston, MA",245,"Charleston, SC" +173,396,159,"Long Beach, CA",268,"Seattle, WA" +173,397,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +173,398,197,"Portland, ME",265,"Norfolk Harbor, VA" +173,399,193,"Baton Rouge, LA",253,"Beaumont, TX" +173,400,268,"Seattle, WA",159,"Long Beach, CA" +173,401,244,"Providence, RI",177,"Savannah, GA" +173,402,169,"Wilmington, DE",217,"New York, NY and NJ" +173,403,159,"Long Beach, CA",159,"Long Beach, CA" +173,404,198,"Baltimore, MD",198,"Baltimore, MD" +173,405,177,"Savannah, GA",177,"Savannah, GA" +173,406,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +173,407,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +173,408,162,"Oakland, CA",162,"Oakland, CA" +173,409,198,"Baltimore, MD",174,"Tampa, FL" +173,410,159,"Long Beach, CA",268,"Seattle, WA" +173,411,159,"Long Beach, CA",159,"Long Beach, CA" +173,412,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +173,413,159,"Long Beach, CA",162,"Oakland, CA" +173,414,171,"Jacksonville, FL",174,"Tampa, FL" +173,415,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +173,416,177,"Savannah, GA",265,"Norfolk Harbor, VA" +173,417,269,"Longview, WA",159,"Long Beach, CA" +173,418,162,"Oakland, CA",159,"Long Beach, CA" +173,419,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +173,420,159,"Long Beach, CA",239,"Portland, OR" +173,421,159,"Long Beach, CA",162,"Oakland, CA" +173,422,269,"Longview, WA",269,"Longview, WA" +173,423,159,"Long Beach, CA",152,"Mobile, AL" +173,424,245,"Charleston, SC",177,"Savannah, GA" +173,425,159,"Long Beach, CA",159,"Long Beach, CA" +173,426,174,"Tampa, FL",172,"Port Everglades, FL" +173,427,152,"Mobile, AL",177,"Savannah, GA" +173,428,269,"Longview, WA",268,"Seattle, WA" +173,429,159,"Long Beach, CA",159,"Long Beach, CA" +173,430,201,"Boston, MA",198,"Baltimore, MD" +173,431,223,"New York, NY and NJ",223,"New York, NY and NJ" +173,432,171,"Jacksonville, FL",269,"Longview, WA" +173,433,172,"Port Everglades, FL",223,"New York, NY and NJ" +173,434,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +173,435,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +173,436,198,"Baltimore, MD",223,"New York, NY and NJ" +173,437,172,"Port Everglades, FL",174,"Tampa, FL" +173,438,174,"Tampa, FL",245,"Charleston, SC" +173,439,177,"Savannah, GA",177,"Savannah, GA" +173,440,245,"Charleston, SC",172,"Port Everglades, FL" +173,441,159,"Long Beach, CA",162,"Oakland, CA" +173,442,265,"Norfolk Harbor, VA",201,"Boston, MA" +173,443,217,"New York, NY and NJ",172,"Port Everglades, FL" +173,444,159,"Long Beach, CA",174,"Tampa, FL" +173,445,223,"New York, NY and NJ",217,"New York, NY and NJ" +173,446,198,"Baltimore, MD",223,"New York, NY and NJ" +173,447,245,"Charleston, SC",245,"Charleston, SC" +173,448,265,"Norfolk Harbor, VA",177,"Savannah, GA" +173,449,159,"Long Beach, CA",159,"Long Beach, CA" +173,450,172,"Port Everglades, FL",174,"Tampa, FL" +173,451,218,"Camden-Gloucester, NJ",197,"Portland, ME" +173,452,223,"New York, NY and NJ",217,"New York, NY and NJ" +173,453,159,"Long Beach, CA",159,"Long Beach, CA" +173,454,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +173,455,177,"Savannah, GA",177,"Savannah, GA" +173,456,159,"Long Beach, CA",268,"Seattle, WA" +173,457,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +173,458,218,"Camden-Gloucester, NJ",244,"Providence, RI" +173,459,162,"Oakland, CA",162,"Oakland, CA" +173,460,241,"Philadelphia, PA",223,"New York, NY and NJ" +173,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +173,462,174,"Tampa, FL",244,"Providence, RI" +173,463,198,"Baltimore, MD",217,"New York, NY and NJ" +173,464,241,"Philadelphia, PA",201,"Boston, MA" +173,465,172,"Port Everglades, FL",239,"Portland, OR" +173,466,268,"Seattle, WA",159,"Long Beach, CA" +173,467,177,"Savannah, GA",169,"Wilmington, DE" +173,468,159,"Long Beach, CA",159,"Long Beach, CA" +173,469,241,"Philadelphia, PA",217,"New York, NY and NJ" +173,470,268,"Seattle, WA",159,"Long Beach, CA" +173,471,218,"Camden-Gloucester, NJ",201,"Boston, MA" +173,472,268,"Seattle, WA",159,"Long Beach, CA" +173,473,159,"Long Beach, CA",159,"Long Beach, CA" +173,474,174,"Tampa, FL",172,"Port Everglades, FL" +173,475,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +173,476,269,"Longview, WA",159,"Long Beach, CA" +173,477,159,"Long Beach, CA",162,"Oakland, CA" +173,478,177,"Savannah, GA",172,"Port Everglades, FL" +173,479,268,"Seattle, WA",159,"Long Beach, CA" +173,480,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +173,481,197,"Portland, ME",245,"Charleston, SC" +173,482,162,"Oakland, CA",177,"Savannah, GA" +173,483,217,"New York, NY and NJ",198,"Baltimore, MD" +173,484,177,"Savannah, GA",172,"Port Everglades, FL" +173,485,269,"Longview, WA",239,"Portland, OR" +173,486,162,"Oakland, CA",268,"Seattle, WA" +173,487,177,"Savannah, GA",245,"Charleston, SC" +173,488,269,"Longview, WA",268,"Seattle, WA" +173,489,159,"Long Beach, CA",174,"Tampa, FL" +173,490,174,"Tampa, FL",265,"Norfolk Harbor, VA" +173,491,198,"Baltimore, MD",241,"Philadelphia, PA" +174,154,159,"Long Beach, CA",159,"Long Beach, CA" +174,179,268,"Seattle, WA",268,"Seattle, WA" +174,180,159,"Long Beach, CA",162,"Oakland, CA" +174,274,159,"Long Beach, CA",159,"Long Beach, CA" +174,275,198,"Baltimore, MD",201,"Boston, MA" +174,276,244,"Providence, RI",201,"Boston, MA" +174,277,217,"New York, NY and NJ",197,"Portland, ME" +174,278,201,"Boston, MA",265,"Norfolk Harbor, VA" +174,279,177,"Savannah, GA",177,"Savannah, GA" +174,280,245,"Charleston, SC",245,"Charleston, SC" +174,281,152,"Mobile, AL",193,"Baton Rouge, LA" +174,282,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +174,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +174,284,159,"Long Beach, CA",159,"Long Beach, CA" +174,285,265,"Norfolk Harbor, VA",201,"Boston, MA" +174,286,229,"Wilmington, NC",223,"New York, NY and NJ" +174,287,172,"Port Everglades, FL",174,"Tampa, FL" +174,288,268,"Seattle, WA",268,"Seattle, WA" +174,289,162,"Oakland, CA",162,"Oakland, CA" +174,290,177,"Savannah, GA",177,"Savannah, GA" +174,291,223,"New York, NY and NJ",177,"Savannah, GA" +174,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +174,293,195,"New Orleans, LA",172,"Port Everglades, FL" +174,294,171,"Jacksonville, FL",245,"Charleston, SC" +174,295,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +174,296,162,"Oakland, CA",268,"Seattle, WA" +174,297,177,"Savannah, GA",195,"New Orleans, LA" +174,298,244,"Providence, RI",218,"Camden-Gloucester, NJ" +174,299,218,"Camden-Gloucester, NJ",152,"Mobile, AL" +174,300,152,"Mobile, AL",177,"Savannah, GA" +174,301,241,"Philadelphia, PA",241,"Philadelphia, PA" +174,302,172,"Port Everglades, FL",172,"Port Everglades, FL" +174,303,269,"Longview, WA",268,"Seattle, WA" +174,304,198,"Baltimore, MD",198,"Baltimore, MD" +174,305,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +174,306,201,"Boston, MA",177,"Savannah, GA" +174,307,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +174,308,159,"Long Beach, CA",268,"Seattle, WA" +174,309,223,"New York, NY and NJ",171,"Jacksonville, FL" +174,310,253,"Beaumont, TX",241,"Philadelphia, PA" +174,311,265,"Norfolk Harbor, VA",174,"Tampa, FL" +174,312,177,"Savannah, GA",172,"Port Everglades, FL" +174,313,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +174,314,223,"New York, NY and NJ",177,"Savannah, GA" +174,315,195,"New Orleans, LA",195,"New Orleans, LA" +174,316,159,"Long Beach, CA",159,"Long Beach, CA" +174,317,162,"Oakland, CA",159,"Long Beach, CA" +174,318,159,"Long Beach, CA",239,"Portland, OR" +174,319,172,"Port Everglades, FL",152,"Mobile, AL" +174,320,217,"New York, NY and NJ",245,"Charleston, SC" +174,321,174,"Tampa, FL",172,"Port Everglades, FL" +174,322,159,"Long Beach, CA",159,"Long Beach, CA" +174,323,257,"Houston, TX",195,"New Orleans, LA" +174,324,217,"New York, NY and NJ",198,"Baltimore, MD" +174,325,177,"Savannah, GA",171,"Jacksonville, FL" +174,326,174,"Tampa, FL",178,"Brunswick, GA" +174,327,201,"Boston, MA",223,"New York, NY and NJ" +174,328,223,"New York, NY and NJ",197,"Portland, ME" +174,329,223,"New York, NY and NJ",172,"Port Everglades, FL" +174,330,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +174,331,229,"Wilmington, NC",201,"Boston, MA" +174,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +174,333,174,"Tampa, FL",171,"Jacksonville, FL" +174,334,172,"Port Everglades, FL",171,"Jacksonville, FL" +174,335,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +174,336,195,"New Orleans, LA",174,"Tampa, FL" +174,337,245,"Charleston, SC",177,"Savannah, GA" +174,338,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +174,339,197,"Portland, ME",265,"Norfolk Harbor, VA" +174,340,217,"New York, NY and NJ",177,"Savannah, GA" +174,341,177,"Savannah, GA",152,"Mobile, AL" +174,342,198,"Baltimore, MD",201,"Boston, MA" +174,343,159,"Long Beach, CA",268,"Seattle, WA" +174,344,201,"Boston, MA",197,"Portland, ME" +174,345,223,"New York, NY and NJ",198,"Baltimore, MD" +174,346,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +174,347,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +174,348,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +174,349,265,"Norfolk Harbor, VA",245,"Charleston, SC" +174,350,197,"Portland, ME",265,"Norfolk Harbor, VA" +174,351,265,"Norfolk Harbor, VA",174,"Tampa, FL" +174,352,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +174,353,244,"Providence, RI",241,"Philadelphia, PA" +174,354,198,"Baltimore, MD",198,"Baltimore, MD" +174,355,172,"Port Everglades, FL",171,"Jacksonville, FL" +174,356,195,"New Orleans, LA",195,"New Orleans, LA" +174,357,172,"Port Everglades, FL",172,"Port Everglades, FL" +174,358,201,"Boston, MA",201,"Boston, MA" +174,359,171,"Jacksonville, FL",177,"Savannah, GA" +174,360,172,"Port Everglades, FL",177,"Savannah, GA" +174,361,174,"Tampa, FL",195,"New Orleans, LA" +174,362,223,"New York, NY and NJ",245,"Charleston, SC" +174,363,253,"Beaumont, TX",195,"New Orleans, LA" +174,364,217,"New York, NY and NJ",223,"New York, NY and NJ" +174,365,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +174,366,159,"Long Beach, CA",268,"Seattle, WA" +174,367,268,"Seattle, WA",162,"Oakland, CA" +174,368,159,"Long Beach, CA",174,"Tampa, FL" +174,369,159,"Long Beach, CA",268,"Seattle, WA" +174,370,198,"Baltimore, MD",198,"Baltimore, MD" +174,371,159,"Long Beach, CA",268,"Seattle, WA" +174,372,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +174,373,174,"Tampa, FL",172,"Port Everglades, FL" +174,374,162,"Oakland, CA",159,"Long Beach, CA" +174,375,172,"Port Everglades, FL",229,"Wilmington, NC" +174,376,239,"Portland, OR",268,"Seattle, WA" +174,377,217,"New York, NY and NJ",177,"Savannah, GA" +174,378,172,"Port Everglades, FL",177,"Savannah, GA" +174,379,159,"Long Beach, CA",268,"Seattle, WA" +174,380,162,"Oakland, CA",239,"Portland, OR" +174,381,159,"Long Beach, CA",159,"Long Beach, CA" +174,382,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +174,383,162,"Oakland, CA",239,"Portland, OR" +174,384,198,"Baltimore, MD",198,"Baltimore, MD" +174,385,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +174,386,197,"Portland, ME",223,"New York, NY and NJ" +174,387,218,"Camden-Gloucester, NJ",201,"Boston, MA" +174,388,265,"Norfolk Harbor, VA",201,"Boston, MA" +174,389,197,"Portland, ME",241,"Philadelphia, PA" +174,390,201,"Boston, MA",245,"Charleston, SC" +174,391,198,"Baltimore, MD",197,"Portland, ME" +174,392,159,"Long Beach, CA",269,"Longview, WA" +174,393,159,"Long Beach, CA",269,"Longview, WA" +174,394,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +174,395,241,"Philadelphia, PA",217,"New York, NY and NJ" +174,396,268,"Seattle, WA",159,"Long Beach, CA" +174,397,223,"New York, NY and NJ",177,"Savannah, GA" +174,398,245,"Charleston, SC",241,"Philadelphia, PA" +174,399,195,"New Orleans, LA",194,"Lake Charles, LA" +174,400,269,"Longview, WA",159,"Long Beach, CA" +174,401,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +174,402,201,"Boston, MA",223,"New York, NY and NJ" +174,403,159,"Long Beach, CA",268,"Seattle, WA" +174,404,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +174,405,172,"Port Everglades, FL",177,"Savannah, GA" +174,406,217,"New York, NY and NJ",241,"Philadelphia, PA" +174,407,197,"Portland, ME",201,"Boston, MA" +174,408,159,"Long Beach, CA",162,"Oakland, CA" +174,409,172,"Port Everglades, FL",172,"Port Everglades, FL" +174,410,159,"Long Beach, CA",159,"Long Beach, CA" +174,411,159,"Long Beach, CA",159,"Long Beach, CA" +174,412,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +174,413,159,"Long Beach, CA",268,"Seattle, WA" +174,414,195,"New Orleans, LA",195,"New Orleans, LA" +174,415,223,"New York, NY and NJ",201,"Boston, MA" +174,416,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +174,417,159,"Long Beach, CA",159,"Long Beach, CA" +174,418,159,"Long Beach, CA",162,"Oakland, CA" +174,419,197,"Portland, ME",198,"Baltimore, MD" +174,420,268,"Seattle, WA",159,"Long Beach, CA" +174,421,159,"Long Beach, CA",162,"Oakland, CA" +174,422,159,"Long Beach, CA",162,"Oakland, CA" +174,423,268,"Seattle, WA",162,"Oakland, CA" +174,424,177,"Savannah, GA",152,"Mobile, AL" +174,425,159,"Long Beach, CA",159,"Long Beach, CA" +174,426,177,"Savannah, GA",174,"Tampa, FL" +174,427,174,"Tampa, FL",172,"Port Everglades, FL" +174,428,159,"Long Beach, CA",159,"Long Beach, CA" +174,429,159,"Long Beach, CA",171,"Jacksonville, FL" +174,430,217,"New York, NY and NJ",198,"Baltimore, MD" +174,431,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +174,432,162,"Oakland, CA",162,"Oakland, CA" +174,433,172,"Port Everglades, FL",172,"Port Everglades, FL" +174,434,201,"Boston, MA",198,"Baltimore, MD" +174,435,218,"Camden-Gloucester, NJ",174,"Tampa, FL" +174,436,245,"Charleston, SC",265,"Norfolk Harbor, VA" +174,437,172,"Port Everglades, FL",172,"Port Everglades, FL" +174,438,172,"Port Everglades, FL",245,"Charleston, SC" +174,439,172,"Port Everglades, FL",171,"Jacksonville, FL" +174,440,172,"Port Everglades, FL",245,"Charleston, SC" +174,441,239,"Portland, OR",159,"Long Beach, CA" +174,442,217,"New York, NY and NJ",198,"Baltimore, MD" +174,443,245,"Charleston, SC",198,"Baltimore, MD" +174,444,268,"Seattle, WA",162,"Oakland, CA" +174,445,218,"Camden-Gloucester, NJ",172,"Port Everglades, FL" +174,446,197,"Portland, ME",197,"Portland, ME" +174,447,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +174,448,174,"Tampa, FL",172,"Port Everglades, FL" +174,449,269,"Longview, WA",162,"Oakland, CA" +174,450,172,"Port Everglades, FL",177,"Savannah, GA" +174,451,201,"Boston, MA",197,"Portland, ME" +174,452,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +174,453,268,"Seattle, WA",268,"Seattle, WA" +174,454,201,"Boston, MA",174,"Tampa, FL" +174,455,223,"New York, NY and NJ",177,"Savannah, GA" +174,456,162,"Oakland, CA",268,"Seattle, WA" +174,457,223,"New York, NY and NJ",241,"Philadelphia, PA" +174,458,197,"Portland, ME",177,"Savannah, GA" +174,459,162,"Oakland, CA",268,"Seattle, WA" +174,460,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +174,461,174,"Tampa, FL",172,"Port Everglades, FL" +174,462,197,"Portland, ME",177,"Savannah, GA" +174,463,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +174,464,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +174,465,162,"Oakland, CA",159,"Long Beach, CA" +174,466,268,"Seattle, WA",239,"Portland, OR" +174,467,177,"Savannah, GA",177,"Savannah, GA" +174,468,159,"Long Beach, CA",159,"Long Beach, CA" +174,469,241,"Philadelphia, PA",244,"Providence, RI" +174,470,159,"Long Beach, CA",159,"Long Beach, CA" +174,471,174,"Tampa, FL",244,"Providence, RI" +174,472,268,"Seattle, WA",159,"Long Beach, CA" +174,473,159,"Long Beach, CA",162,"Oakland, CA" +174,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +174,475,197,"Portland, ME",172,"Port Everglades, FL" +174,476,162,"Oakland, CA",174,"Tampa, FL" +174,477,159,"Long Beach, CA",159,"Long Beach, CA" +174,478,177,"Savannah, GA",177,"Savannah, GA" +174,479,159,"Long Beach, CA",159,"Long Beach, CA" +174,480,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +174,481,217,"New York, NY and NJ",177,"Savannah, GA" +174,482,159,"Long Beach, CA",159,"Long Beach, CA" +174,483,217,"New York, NY and NJ",245,"Charleston, SC" +174,484,152,"Mobile, AL",177,"Savannah, GA" +174,485,269,"Longview, WA",162,"Oakland, CA" +174,486,268,"Seattle, WA",159,"Long Beach, CA" +174,487,177,"Savannah, GA",171,"Jacksonville, FL" +174,488,162,"Oakland, CA",159,"Long Beach, CA" +174,489,239,"Portland, OR",172,"Port Everglades, FL" +174,490,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +174,491,174,"Tampa, FL",223,"New York, NY and NJ" +175,154,162,"Oakland, CA",269,"Longview, WA" +175,179,162,"Oakland, CA",268,"Seattle, WA" +175,180,159,"Long Beach, CA",268,"Seattle, WA" +175,274,159,"Long Beach, CA",239,"Portland, OR" +175,275,223,"New York, NY and NJ",217,"New York, NY and NJ" +175,276,223,"New York, NY and NJ",245,"Charleston, SC" +175,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +175,278,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +175,279,245,"Charleston, SC",178,"Brunswick, GA" +175,280,174,"Tampa, FL",229,"Wilmington, NC" +175,281,245,"Charleston, SC",172,"Port Everglades, FL" +175,282,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +175,283,177,"Savannah, GA",177,"Savannah, GA" +175,284,159,"Long Beach, CA",269,"Longview, WA" +175,285,201,"Boston, MA",223,"New York, NY and NJ" +175,286,198,"Baltimore, MD",171,"Jacksonville, FL" +175,287,177,"Savannah, GA",177,"Savannah, GA" +175,288,162,"Oakland, CA",269,"Longview, WA" +175,289,268,"Seattle, WA",159,"Long Beach, CA" +175,290,172,"Port Everglades, FL",174,"Tampa, FL" +175,291,177,"Savannah, GA",198,"Baltimore, MD" +175,292,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +175,293,195,"New Orleans, LA",152,"Mobile, AL" +175,294,217,"New York, NY and NJ",177,"Savannah, GA" +175,295,177,"Savannah, GA",265,"Norfolk Harbor, VA" +175,296,159,"Long Beach, CA",239,"Portland, OR" +175,297,177,"Savannah, GA",171,"Jacksonville, FL" +175,298,201,"Boston, MA",218,"Camden-Gloucester, NJ" +175,299,244,"Providence, RI",217,"New York, NY and NJ" +175,300,195,"New Orleans, LA",177,"Savannah, GA" +175,301,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +175,302,171,"Jacksonville, FL",174,"Tampa, FL" +175,303,159,"Long Beach, CA",159,"Long Beach, CA" +175,304,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +175,305,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +175,306,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +175,307,217,"New York, NY and NJ",172,"Port Everglades, FL" +175,308,159,"Long Beach, CA",159,"Long Beach, CA" +175,309,217,"New York, NY and NJ",241,"Philadelphia, PA" +175,310,195,"New Orleans, LA",178,"Brunswick, GA" +175,311,241,"Philadelphia, PA",177,"Savannah, GA" +175,312,177,"Savannah, GA",172,"Port Everglades, FL" +175,313,244,"Providence, RI",218,"Camden-Gloucester, NJ" +175,314,265,"Norfolk Harbor, VA",201,"Boston, MA" +175,315,152,"Mobile, AL",174,"Tampa, FL" +175,316,159,"Long Beach, CA",162,"Oakland, CA" +175,317,159,"Long Beach, CA",162,"Oakland, CA" +175,318,159,"Long Beach, CA",159,"Long Beach, CA" +175,319,172,"Port Everglades, FL",174,"Tampa, FL" +175,320,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +175,321,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +175,322,159,"Long Beach, CA",162,"Oakland, CA" +175,323,177,"Savannah, GA",177,"Savannah, GA" +175,324,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +175,325,177,"Savannah, GA",174,"Tampa, FL" +175,326,171,"Jacksonville, FL",177,"Savannah, GA" +175,327,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +175,328,197,"Portland, ME",217,"New York, NY and NJ" +175,329,217,"New York, NY and NJ",241,"Philadelphia, PA" +175,330,198,"Baltimore, MD",197,"Portland, ME" +175,331,197,"Portland, ME",265,"Norfolk Harbor, VA" +175,332,177,"Savannah, GA",177,"Savannah, GA" +175,333,245,"Charleston, SC",174,"Tampa, FL" +175,334,177,"Savannah, GA",172,"Port Everglades, FL" +175,335,229,"Wilmington, NC",218,"Camden-Gloucester, NJ" +175,336,177,"Savannah, GA",152,"Mobile, AL" +175,337,217,"New York, NY and NJ",197,"Portland, ME" +175,338,201,"Boston, MA",218,"Camden-Gloucester, NJ" +175,339,223,"New York, NY and NJ",198,"Baltimore, MD" +175,340,244,"Providence, RI",265,"Norfolk Harbor, VA" +175,341,177,"Savannah, GA",177,"Savannah, GA" +175,342,223,"New York, NY and NJ",241,"Philadelphia, PA" +175,343,159,"Long Beach, CA",159,"Long Beach, CA" +175,344,198,"Baltimore, MD",223,"New York, NY and NJ" +175,345,197,"Portland, ME",217,"New York, NY and NJ" +175,346,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +175,347,229,"Wilmington, NC",241,"Philadelphia, PA" +175,348,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +175,349,223,"New York, NY and NJ",244,"Providence, RI" +175,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +175,351,177,"Savannah, GA",201,"Boston, MA" +175,352,198,"Baltimore, MD",177,"Savannah, GA" +175,353,241,"Philadelphia, PA",217,"New York, NY and NJ" +175,354,217,"New York, NY and NJ",223,"New York, NY and NJ" +175,355,171,"Jacksonville, FL",245,"Charleston, SC" +175,356,195,"New Orleans, LA",195,"New Orleans, LA" +175,357,241,"Philadelphia, PA",229,"Wilmington, NC" +175,358,241,"Philadelphia, PA",245,"Charleston, SC" +175,359,174,"Tampa, FL",245,"Charleston, SC" +175,360,172,"Port Everglades, FL",245,"Charleston, SC" +175,361,195,"New Orleans, LA",171,"Jacksonville, FL" +175,362,218,"Camden-Gloucester, NJ",201,"Boston, MA" +175,363,152,"Mobile, AL",171,"Jacksonville, FL" +175,364,201,"Boston, MA",171,"Jacksonville, FL" +175,365,201,"Boston, MA",198,"Baltimore, MD" +175,366,162,"Oakland, CA",268,"Seattle, WA" +175,367,268,"Seattle, WA",159,"Long Beach, CA" +175,368,268,"Seattle, WA",159,"Long Beach, CA" +175,369,162,"Oakland, CA",268,"Seattle, WA" +175,370,241,"Philadelphia, PA",223,"New York, NY and NJ" +175,371,239,"Portland, OR",152,"Mobile, AL" +175,372,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +175,373,177,"Savannah, GA",177,"Savannah, GA" +175,374,239,"Portland, OR",159,"Long Beach, CA" +175,375,172,"Port Everglades, FL",195,"New Orleans, LA" +175,376,159,"Long Beach, CA",269,"Longview, WA" +175,377,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +175,378,171,"Jacksonville, FL",171,"Jacksonville, FL" +175,379,268,"Seattle, WA",268,"Seattle, WA" +175,380,268,"Seattle, WA",159,"Long Beach, CA" +175,381,159,"Long Beach, CA",159,"Long Beach, CA" +175,382,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +175,383,268,"Seattle, WA",268,"Seattle, WA" +175,384,245,"Charleston, SC",172,"Port Everglades, FL" +175,385,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +175,386,198,"Baltimore, MD",171,"Jacksonville, FL" +175,387,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +175,388,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +175,389,217,"New York, NY and NJ",229,"Wilmington, NC" +175,390,223,"New York, NY and NJ",172,"Port Everglades, FL" +175,391,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +175,392,268,"Seattle, WA",239,"Portland, OR" +175,393,268,"Seattle, WA",159,"Long Beach, CA" +175,394,197,"Portland, ME",201,"Boston, MA" +175,395,217,"New York, NY and NJ",241,"Philadelphia, PA" +175,396,159,"Long Beach, CA",159,"Long Beach, CA" +175,397,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +175,398,244,"Providence, RI",223,"New York, NY and NJ" +175,399,257,"Houston, TX",257,"Houston, TX" +175,400,269,"Longview, WA",268,"Seattle, WA" +175,401,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +175,402,223,"New York, NY and NJ",198,"Baltimore, MD" +175,403,159,"Long Beach, CA",162,"Oakland, CA" +175,404,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +175,405,177,"Savannah, GA",172,"Port Everglades, FL" +175,406,244,"Providence, RI",265,"Norfolk Harbor, VA" +175,407,218,"Camden-Gloucester, NJ",171,"Jacksonville, FL" +175,408,239,"Portland, OR",269,"Longview, WA" +175,409,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +175,410,268,"Seattle, WA",239,"Portland, OR" +175,411,268,"Seattle, WA",159,"Long Beach, CA" +175,412,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +175,413,159,"Long Beach, CA",268,"Seattle, WA" +175,414,245,"Charleston, SC",194,"Lake Charles, LA" +175,415,198,"Baltimore, MD",172,"Port Everglades, FL" +175,416,217,"New York, NY and NJ",244,"Providence, RI" +175,417,159,"Long Beach, CA",159,"Long Beach, CA" +175,418,159,"Long Beach, CA",268,"Seattle, WA" +175,419,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +175,420,159,"Long Beach, CA",268,"Seattle, WA" +175,421,159,"Long Beach, CA",159,"Long Beach, CA" +175,422,159,"Long Beach, CA",159,"Long Beach, CA" +175,423,159,"Long Beach, CA",177,"Savannah, GA" +175,424,171,"Jacksonville, FL",172,"Port Everglades, FL" +175,425,268,"Seattle, WA",268,"Seattle, WA" +175,426,245,"Charleston, SC",174,"Tampa, FL" +175,427,195,"New Orleans, LA",245,"Charleston, SC" +175,428,159,"Long Beach, CA",268,"Seattle, WA" +175,429,159,"Long Beach, CA",152,"Mobile, AL" +175,430,223,"New York, NY and NJ",217,"New York, NY and NJ" +175,431,217,"New York, NY and NJ",223,"New York, NY and NJ" +175,432,268,"Seattle, WA",177,"Savannah, GA" +175,433,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +175,434,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +175,435,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +175,436,244,"Providence, RI",174,"Tampa, FL" +175,437,172,"Port Everglades, FL",174,"Tampa, FL" +175,438,177,"Savannah, GA",172,"Port Everglades, FL" +175,439,172,"Port Everglades, FL",177,"Savannah, GA" +175,440,229,"Wilmington, NC",171,"Jacksonville, FL" +175,441,159,"Long Beach, CA",268,"Seattle, WA" +175,442,229,"Wilmington, NC",223,"New York, NY and NJ" +175,443,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +175,444,159,"Long Beach, CA",195,"New Orleans, LA" +175,445,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +175,446,197,"Portland, ME",169,"Wilmington, DE" +175,447,241,"Philadelphia, PA",177,"Savannah, GA" +175,448,265,"Norfolk Harbor, VA",174,"Tampa, FL" +175,449,159,"Long Beach, CA",159,"Long Beach, CA" +175,450,177,"Savannah, GA",245,"Charleston, SC" +175,451,218,"Camden-Gloucester, NJ",201,"Boston, MA" +175,452,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +175,453,162,"Oakland, CA",162,"Oakland, CA" +175,454,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +175,455,241,"Philadelphia, PA",223,"New York, NY and NJ" +175,456,159,"Long Beach, CA",162,"Oakland, CA" +175,457,169,"Wilmington, DE",217,"New York, NY and NJ" +175,458,223,"New York, NY and NJ",217,"New York, NY and NJ" +175,459,159,"Long Beach, CA",159,"Long Beach, CA" +175,460,217,"New York, NY and NJ",223,"New York, NY and NJ" +175,461,174,"Tampa, FL",172,"Port Everglades, FL" +175,462,201,"Boston, MA",177,"Savannah, GA" +175,463,241,"Philadelphia, PA",241,"Philadelphia, PA" +175,464,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +175,465,268,"Seattle, WA",159,"Long Beach, CA" +175,466,268,"Seattle, WA",239,"Portland, OR" +175,467,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +175,468,268,"Seattle, WA",159,"Long Beach, CA" +175,469,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +175,470,268,"Seattle, WA",268,"Seattle, WA" +175,471,201,"Boston, MA",198,"Baltimore, MD" +175,472,159,"Long Beach, CA",159,"Long Beach, CA" +175,473,159,"Long Beach, CA",268,"Seattle, WA" +175,474,172,"Port Everglades, FL",177,"Savannah, GA" +175,475,218,"Camden-Gloucester, NJ",171,"Jacksonville, FL" +175,476,268,"Seattle, WA",195,"New Orleans, LA" +175,477,159,"Long Beach, CA",159,"Long Beach, CA" +175,478,177,"Savannah, GA",172,"Port Everglades, FL" +175,479,159,"Long Beach, CA",268,"Seattle, WA" +175,480,217,"New York, NY and NJ",172,"Port Everglades, FL" +175,481,245,"Charleston, SC",201,"Boston, MA" +175,482,172,"Port Everglades, FL",159,"Long Beach, CA" +175,483,244,"Providence, RI",265,"Norfolk Harbor, VA" +175,484,172,"Port Everglades, FL",171,"Jacksonville, FL" +175,485,239,"Portland, OR",159,"Long Beach, CA" +175,486,159,"Long Beach, CA",162,"Oakland, CA" +175,487,177,"Savannah, GA",177,"Savannah, GA" +175,488,159,"Long Beach, CA",159,"Long Beach, CA" +175,489,159,"Long Beach, CA",174,"Tampa, FL" +175,490,198,"Baltimore, MD",217,"New York, NY and NJ" +175,491,223,"New York, NY and NJ",177,"Savannah, GA" +176,154,159,"Long Beach, CA",159,"Long Beach, CA" +176,179,159,"Long Beach, CA",268,"Seattle, WA" +176,180,162,"Oakland, CA",162,"Oakland, CA" +176,274,159,"Long Beach, CA",159,"Long Beach, CA" +176,275,265,"Norfolk Harbor, VA",201,"Boston, MA" +176,276,198,"Baltimore, MD",245,"Charleston, SC" +176,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +176,278,217,"New York, NY and NJ",223,"New York, NY and NJ" +176,279,174,"Tampa, FL",245,"Charleston, SC" +176,280,174,"Tampa, FL",172,"Port Everglades, FL" +176,281,195,"New Orleans, LA",245,"Charleston, SC" +176,282,217,"New York, NY and NJ",178,"Brunswick, GA" +176,283,245,"Charleston, SC",172,"Port Everglades, FL" +176,284,162,"Oakland, CA",269,"Longview, WA" +176,285,223,"New York, NY and NJ",217,"New York, NY and NJ" +176,286,217,"New York, NY and NJ",197,"Portland, ME" +176,287,177,"Savannah, GA",178,"Brunswick, GA" +176,288,268,"Seattle, WA",159,"Long Beach, CA" +176,289,159,"Long Beach, CA",159,"Long Beach, CA" +176,290,177,"Savannah, GA",171,"Jacksonville, FL" +176,291,198,"Baltimore, MD",217,"New York, NY and NJ" +176,292,197,"Portland, ME",229,"Wilmington, NC" +176,293,174,"Tampa, FL",195,"New Orleans, LA" +176,294,217,"New York, NY and NJ",198,"Baltimore, MD" +176,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +176,296,162,"Oakland, CA",159,"Long Beach, CA" +176,297,172,"Port Everglades, FL",174,"Tampa, FL" +176,298,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +176,299,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +176,300,171,"Jacksonville, FL",177,"Savannah, GA" +176,301,217,"New York, NY and NJ",244,"Providence, RI" +176,302,177,"Savannah, GA",177,"Savannah, GA" +176,303,159,"Long Beach, CA",159,"Long Beach, CA" +176,304,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +176,305,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +176,306,201,"Boston, MA",177,"Savannah, GA" +176,307,223,"New York, NY and NJ",217,"New York, NY and NJ" +176,308,239,"Portland, OR",159,"Long Beach, CA" +176,309,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +176,310,152,"Mobile, AL",177,"Savannah, GA" +176,311,223,"New York, NY and NJ",217,"New York, NY and NJ" +176,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +176,313,241,"Philadelphia, PA",169,"Wilmington, DE" +176,314,198,"Baltimore, MD",197,"Portland, ME" +176,315,195,"New Orleans, LA",245,"Charleston, SC" +176,316,159,"Long Beach, CA",239,"Portland, OR" +176,317,268,"Seattle, WA",269,"Longview, WA" +176,318,269,"Longview, WA",268,"Seattle, WA" +176,319,195,"New Orleans, LA",195,"New Orleans, LA" +176,320,217,"New York, NY and NJ",241,"Philadelphia, PA" +176,321,217,"New York, NY and NJ",229,"Wilmington, NC" +176,322,239,"Portland, OR",159,"Long Beach, CA" +176,323,193,"Baton Rouge, LA",177,"Savannah, GA" +176,324,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +176,325,177,"Savannah, GA",178,"Brunswick, GA" +176,326,177,"Savannah, GA",177,"Savannah, GA" +176,327,218,"Camden-Gloucester, NJ",197,"Portland, ME" +176,328,217,"New York, NY and NJ",241,"Philadelphia, PA" +176,329,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +176,330,197,"Portland, ME",197,"Portland, ME" +176,331,198,"Baltimore, MD",201,"Boston, MA" +176,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +176,333,177,"Savannah, GA",171,"Jacksonville, FL" +176,334,177,"Savannah, GA",177,"Savannah, GA" +176,335,197,"Portland, ME",217,"New York, NY and NJ" +176,336,174,"Tampa, FL",177,"Savannah, GA" +176,337,201,"Boston, MA",245,"Charleston, SC" +176,338,217,"New York, NY and NJ",197,"Portland, ME" +176,339,241,"Philadelphia, PA",241,"Philadelphia, PA" +176,340,217,"New York, NY and NJ",169,"Wilmington, DE" +176,341,172,"Port Everglades, FL",195,"New Orleans, LA" +176,342,201,"Boston, MA",217,"New York, NY and NJ" +176,343,162,"Oakland, CA",268,"Seattle, WA" +176,344,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +176,345,223,"New York, NY and NJ",198,"Baltimore, MD" +176,346,217,"New York, NY and NJ",174,"Tampa, FL" +176,347,217,"New York, NY and NJ",198,"Baltimore, MD" +176,348,245,"Charleston, SC",265,"Norfolk Harbor, VA" +176,349,217,"New York, NY and NJ",201,"Boston, MA" +176,350,218,"Camden-Gloucester, NJ",201,"Boston, MA" +176,351,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +176,352,201,"Boston, MA",241,"Philadelphia, PA" +176,353,241,"Philadelphia, PA",197,"Portland, ME" +176,354,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +176,355,177,"Savannah, GA",245,"Charleston, SC" +176,356,174,"Tampa, FL",208,"Pascagoula, MS" +176,357,223,"New York, NY and NJ",217,"New York, NY and NJ" +176,358,245,"Charleston, SC",265,"Norfolk Harbor, VA" +176,359,177,"Savannah, GA",172,"Port Everglades, FL" +176,360,177,"Savannah, GA",177,"Savannah, GA" +176,361,172,"Port Everglades, FL",195,"New Orleans, LA" +176,362,177,"Savannah, GA",198,"Baltimore, MD" +176,363,177,"Savannah, GA",172,"Port Everglades, FL" +176,364,223,"New York, NY and NJ",169,"Wilmington, DE" +176,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +176,366,159,"Long Beach, CA",268,"Seattle, WA" +176,367,269,"Longview, WA",159,"Long Beach, CA" +176,368,268,"Seattle, WA",159,"Long Beach, CA" +176,369,159,"Long Beach, CA",195,"New Orleans, LA" +176,370,197,"Portland, ME",223,"New York, NY and NJ" +176,371,162,"Oakland, CA",159,"Long Beach, CA" +176,372,223,"New York, NY and NJ",244,"Providence, RI" +176,373,177,"Savannah, GA",174,"Tampa, FL" +176,374,162,"Oakland, CA",162,"Oakland, CA" +176,375,159,"Long Beach, CA",208,"Pascagoula, MS" +176,376,159,"Long Beach, CA",159,"Long Beach, CA" +176,377,198,"Baltimore, MD",229,"Wilmington, NC" +176,378,195,"New Orleans, LA",245,"Charleston, SC" +176,379,268,"Seattle, WA",195,"New Orleans, LA" +176,380,268,"Seattle, WA",162,"Oakland, CA" +176,381,268,"Seattle, WA",159,"Long Beach, CA" +176,382,197,"Portland, ME",217,"New York, NY and NJ" +176,383,268,"Seattle, WA",152,"Mobile, AL" +176,384,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +176,385,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +176,386,201,"Boston, MA",198,"Baltimore, MD" +176,387,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +176,388,223,"New York, NY and NJ",198,"Baltimore, MD" +176,389,217,"New York, NY and NJ",169,"Wilmington, DE" +176,390,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +176,391,218,"Camden-Gloucester, NJ",229,"Wilmington, NC" +176,392,159,"Long Beach, CA",159,"Long Beach, CA" +176,393,239,"Portland, OR",159,"Long Beach, CA" +176,394,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +176,395,198,"Baltimore, MD",217,"New York, NY and NJ" +176,396,268,"Seattle, WA",159,"Long Beach, CA" +176,397,241,"Philadelphia, PA",217,"New York, NY and NJ" +176,398,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +176,399,194,"Lake Charles, LA",195,"New Orleans, LA" +176,400,159,"Long Beach, CA",268,"Seattle, WA" +176,401,265,"Norfolk Harbor, VA",197,"Portland, ME" +176,402,223,"New York, NY and NJ",223,"New York, NY and NJ" +176,403,268,"Seattle, WA",159,"Long Beach, CA" +176,404,197,"Portland, ME",265,"Norfolk Harbor, VA" +176,405,245,"Charleston, SC",174,"Tampa, FL" +176,406,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +176,407,197,"Portland, ME",171,"Jacksonville, FL" +176,408,159,"Long Beach, CA",159,"Long Beach, CA" +176,409,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +176,410,268,"Seattle, WA",269,"Longview, WA" +176,411,159,"Long Beach, CA",162,"Oakland, CA" +176,412,169,"Wilmington, DE",217,"New York, NY and NJ" +176,413,162,"Oakland, CA",195,"New Orleans, LA" +176,414,195,"New Orleans, LA",195,"New Orleans, LA" +176,415,223,"New York, NY and NJ",198,"Baltimore, MD" +176,416,201,"Boston, MA",265,"Norfolk Harbor, VA" +176,417,159,"Long Beach, CA",162,"Oakland, CA" +176,418,162,"Oakland, CA",159,"Long Beach, CA" +176,419,217,"New York, NY and NJ",198,"Baltimore, MD" +176,420,269,"Longview, WA",195,"New Orleans, LA" +176,421,239,"Portland, OR",159,"Long Beach, CA" +176,422,159,"Long Beach, CA",239,"Portland, OR" +176,423,239,"Portland, OR",159,"Long Beach, CA" +176,424,174,"Tampa, FL",152,"Mobile, AL" +176,425,159,"Long Beach, CA",159,"Long Beach, CA" +176,426,152,"Mobile, AL",152,"Mobile, AL" +176,427,152,"Mobile, AL",245,"Charleston, SC" +176,428,159,"Long Beach, CA",269,"Longview, WA" +176,429,159,"Long Beach, CA",174,"Tampa, FL" +176,430,223,"New York, NY and NJ",177,"Savannah, GA" +176,431,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +176,432,159,"Long Beach, CA",159,"Long Beach, CA" +176,433,265,"Norfolk Harbor, VA",177,"Savannah, GA" +176,434,201,"Boston, MA",217,"New York, NY and NJ" +176,435,223,"New York, NY and NJ",177,"Savannah, GA" +176,436,197,"Portland, ME",223,"New York, NY and NJ" +176,437,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +176,438,177,"Savannah, GA",245,"Charleston, SC" +176,439,229,"Wilmington, NC",245,"Charleston, SC" +176,440,174,"Tampa, FL",177,"Savannah, GA" +176,441,268,"Seattle, WA",268,"Seattle, WA" +176,442,217,"New York, NY and NJ",198,"Baltimore, MD" +176,443,217,"New York, NY and NJ",223,"New York, NY and NJ" +176,444,239,"Portland, OR",162,"Oakland, CA" +176,445,198,"Baltimore, MD",198,"Baltimore, MD" +176,446,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +176,447,223,"New York, NY and NJ",171,"Jacksonville, FL" +176,448,223,"New York, NY and NJ",171,"Jacksonville, FL" +176,449,162,"Oakland, CA",159,"Long Beach, CA" +176,450,174,"Tampa, FL",177,"Savannah, GA" +176,451,217,"New York, NY and NJ",241,"Philadelphia, PA" +176,452,197,"Portland, ME",197,"Portland, ME" +176,453,159,"Long Beach, CA",159,"Long Beach, CA" +176,454,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +176,455,265,"Norfolk Harbor, VA",152,"Mobile, AL" +176,456,159,"Long Beach, CA",159,"Long Beach, CA" +176,457,244,"Providence, RI",223,"New York, NY and NJ" +176,458,223,"New York, NY and NJ",217,"New York, NY and NJ" +176,459,162,"Oakland, CA",159,"Long Beach, CA" +176,460,223,"New York, NY and NJ",245,"Charleston, SC" +176,461,265,"Norfolk Harbor, VA",177,"Savannah, GA" +176,462,177,"Savannah, GA",265,"Norfolk Harbor, VA" +176,463,223,"New York, NY and NJ",244,"Providence, RI" +176,464,223,"New York, NY and NJ",201,"Boston, MA" +176,465,159,"Long Beach, CA",268,"Seattle, WA" +176,466,268,"Seattle, WA",239,"Portland, OR" +176,467,177,"Savannah, GA",265,"Norfolk Harbor, VA" +176,468,159,"Long Beach, CA",269,"Longview, WA" +176,469,244,"Providence, RI",223,"New York, NY and NJ" +176,470,159,"Long Beach, CA",159,"Long Beach, CA" +176,471,223,"New York, NY and NJ",217,"New York, NY and NJ" +176,472,268,"Seattle, WA",268,"Seattle, WA" +176,473,159,"Long Beach, CA",268,"Seattle, WA" +176,474,245,"Charleston, SC",245,"Charleston, SC" +176,475,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +176,476,159,"Long Beach, CA",268,"Seattle, WA" +176,477,269,"Longview, WA",268,"Seattle, WA" +176,478,177,"Savannah, GA",172,"Port Everglades, FL" +176,479,159,"Long Beach, CA",162,"Oakland, CA" +176,480,244,"Providence, RI",217,"New York, NY and NJ" +176,481,201,"Boston, MA",265,"Norfolk Harbor, VA" +176,482,159,"Long Beach, CA",174,"Tampa, FL" +176,483,217,"New York, NY and NJ",197,"Portland, ME" +176,484,195,"New Orleans, LA",195,"New Orleans, LA" +176,485,268,"Seattle, WA",159,"Long Beach, CA" +176,486,162,"Oakland, CA",162,"Oakland, CA" +176,487,177,"Savannah, GA",172,"Port Everglades, FL" +176,488,239,"Portland, OR",162,"Oakland, CA" +176,489,269,"Longview, WA",159,"Long Beach, CA" +176,490,217,"New York, NY and NJ",223,"New York, NY and NJ" +176,491,197,"Portland, ME",198,"Baltimore, MD" +177,154,159,"Long Beach, CA",159,"Long Beach, CA" +177,179,159,"Long Beach, CA",159,"Long Beach, CA" +177,180,159,"Long Beach, CA",268,"Seattle, WA" +177,274,268,"Seattle, WA",162,"Oakland, CA" +177,275,201,"Boston, MA",198,"Baltimore, MD" +177,276,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +177,277,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +177,278,245,"Charleston, SC",198,"Baltimore, MD" +177,279,177,"Savannah, GA",245,"Charleston, SC" +177,280,245,"Charleston, SC",172,"Port Everglades, FL" +177,281,177,"Savannah, GA",193,"Baton Rouge, LA" +177,282,198,"Baltimore, MD",223,"New York, NY and NJ" +177,283,172,"Port Everglades, FL",245,"Charleston, SC" +177,284,162,"Oakland, CA",159,"Long Beach, CA" +177,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +177,286,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +177,287,245,"Charleston, SC",245,"Charleston, SC" +177,288,162,"Oakland, CA",239,"Portland, OR" +177,289,159,"Long Beach, CA",159,"Long Beach, CA" +177,290,177,"Savannah, GA",177,"Savannah, GA" +177,291,241,"Philadelphia, PA",201,"Boston, MA" +177,292,241,"Philadelphia, PA",223,"New York, NY and NJ" +177,293,174,"Tampa, FL",172,"Port Everglades, FL" +177,294,177,"Savannah, GA",217,"New York, NY and NJ" +177,295,265,"Norfolk Harbor, VA",245,"Charleston, SC" +177,296,159,"Long Beach, CA",162,"Oakland, CA" +177,297,178,"Brunswick, GA",172,"Port Everglades, FL" +177,298,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +177,299,223,"New York, NY and NJ",172,"Port Everglades, FL" +177,300,172,"Port Everglades, FL",174,"Tampa, FL" +177,301,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +177,302,177,"Savannah, GA",171,"Jacksonville, FL" +177,303,162,"Oakland, CA",268,"Seattle, WA" +177,304,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +177,305,223,"New York, NY and NJ",217,"New York, NY and NJ" +177,306,198,"Baltimore, MD",217,"New York, NY and NJ" +177,307,198,"Baltimore, MD",223,"New York, NY and NJ" +177,308,159,"Long Beach, CA",159,"Long Beach, CA" +177,309,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +177,310,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +177,311,217,"New York, NY and NJ",177,"Savannah, GA" +177,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +177,313,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +177,314,245,"Charleston, SC",265,"Norfolk Harbor, VA" +177,315,195,"New Orleans, LA",245,"Charleston, SC" +177,316,268,"Seattle, WA",162,"Oakland, CA" +177,317,159,"Long Beach, CA",159,"Long Beach, CA" +177,318,268,"Seattle, WA",239,"Portland, OR" +177,319,177,"Savannah, GA",177,"Savannah, GA" +177,320,198,"Baltimore, MD",223,"New York, NY and NJ" +177,321,241,"Philadelphia, PA",198,"Baltimore, MD" +177,322,239,"Portland, OR",159,"Long Beach, CA" +177,323,177,"Savannah, GA",177,"Savannah, GA" +177,324,217,"New York, NY and NJ",241,"Philadelphia, PA" +177,325,172,"Port Everglades, FL",245,"Charleston, SC" +177,326,177,"Savannah, GA",177,"Savannah, GA" +177,327,223,"New York, NY and NJ",217,"New York, NY and NJ" +177,328,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +177,329,244,"Providence, RI",229,"Wilmington, NC" +177,330,223,"New York, NY and NJ",245,"Charleston, SC" +177,331,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +177,332,245,"Charleston, SC",177,"Savannah, GA" +177,333,174,"Tampa, FL",245,"Charleston, SC" +177,334,171,"Jacksonville, FL",174,"Tampa, FL" +177,335,197,"Portland, ME",198,"Baltimore, MD" +177,336,195,"New Orleans, LA",177,"Savannah, GA" +177,337,241,"Philadelphia, PA",217,"New York, NY and NJ" +177,338,217,"New York, NY and NJ",169,"Wilmington, DE" +177,339,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +177,340,177,"Savannah, GA",198,"Baltimore, MD" +177,341,152,"Mobile, AL",174,"Tampa, FL" +177,342,198,"Baltimore, MD",223,"New York, NY and NJ" +177,343,162,"Oakland, CA",162,"Oakland, CA" +177,344,197,"Portland, ME",169,"Wilmington, DE" +177,345,223,"New York, NY and NJ",197,"Portland, ME" +177,346,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +177,347,217,"New York, NY and NJ",201,"Boston, MA" +177,348,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +177,349,217,"New York, NY and NJ",241,"Philadelphia, PA" +177,350,223,"New York, NY and NJ",229,"Wilmington, NC" +177,351,197,"Portland, ME",174,"Tampa, FL" +177,352,217,"New York, NY and NJ",197,"Portland, ME" +177,353,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +177,354,244,"Providence, RI",177,"Savannah, GA" +177,355,177,"Savannah, GA",177,"Savannah, GA" +177,356,152,"Mobile, AL",172,"Port Everglades, FL" +177,357,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +177,358,198,"Baltimore, MD",177,"Savannah, GA" +177,359,177,"Savannah, GA",177,"Savannah, GA" +177,360,172,"Port Everglades, FL",177,"Savannah, GA" +177,361,152,"Mobile, AL",195,"New Orleans, LA" +177,362,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +177,363,171,"Jacksonville, FL",177,"Savannah, GA" +177,364,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +177,365,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +177,366,159,"Long Beach, CA",268,"Seattle, WA" +177,367,159,"Long Beach, CA",159,"Long Beach, CA" +177,368,159,"Long Beach, CA",268,"Seattle, WA" +177,369,159,"Long Beach, CA",159,"Long Beach, CA" +177,370,198,"Baltimore, MD",217,"New York, NY and NJ" +177,371,174,"Tampa, FL",268,"Seattle, WA" +177,372,197,"Portland, ME",244,"Providence, RI" +177,373,171,"Jacksonville, FL",174,"Tampa, FL" +177,374,159,"Long Beach, CA",159,"Long Beach, CA" +177,375,269,"Longview, WA",159,"Long Beach, CA" +177,376,269,"Longview, WA",162,"Oakland, CA" +177,377,223,"New York, NY and NJ",177,"Savannah, GA" +177,378,172,"Port Everglades, FL",174,"Tampa, FL" +177,379,159,"Long Beach, CA",159,"Long Beach, CA" +177,380,268,"Seattle, WA",162,"Oakland, CA" +177,381,269,"Longview, WA",159,"Long Beach, CA" +177,382,265,"Norfolk Harbor, VA",244,"Providence, RI" +177,383,159,"Long Beach, CA",159,"Long Beach, CA" +177,384,172,"Port Everglades, FL",171,"Jacksonville, FL" +177,385,241,"Philadelphia, PA",201,"Boston, MA" +177,386,244,"Providence, RI",229,"Wilmington, NC" +177,387,201,"Boston, MA",223,"New York, NY and NJ" +177,388,197,"Portland, ME",197,"Portland, ME" +177,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +177,390,223,"New York, NY and NJ",177,"Savannah, GA" +177,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +177,392,269,"Longview, WA",162,"Oakland, CA" +177,393,162,"Oakland, CA",171,"Jacksonville, FL" +177,394,197,"Portland, ME",198,"Baltimore, MD" +177,395,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +177,396,269,"Longview, WA",159,"Long Beach, CA" +177,397,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +177,398,201,"Boston, MA",241,"Philadelphia, PA" +177,399,253,"Beaumont, TX",257,"Houston, TX" +177,400,159,"Long Beach, CA",159,"Long Beach, CA" +177,401,198,"Baltimore, MD",244,"Providence, RI" +177,402,217,"New York, NY and NJ",245,"Charleston, SC" +177,403,162,"Oakland, CA",159,"Long Beach, CA" +177,404,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +177,405,177,"Savannah, GA",174,"Tampa, FL" +177,406,217,"New York, NY and NJ",177,"Savannah, GA" +177,407,198,"Baltimore, MD",177,"Savannah, GA" +177,408,159,"Long Beach, CA",268,"Seattle, WA" +177,409,229,"Wilmington, NC",177,"Savannah, GA" +177,410,269,"Longview, WA",159,"Long Beach, CA" +177,411,239,"Portland, OR",159,"Long Beach, CA" +177,412,198,"Baltimore, MD",177,"Savannah, GA" +177,413,162,"Oakland, CA",159,"Long Beach, CA" +177,414,195,"New Orleans, LA",172,"Port Everglades, FL" +177,415,217,"New York, NY and NJ",245,"Charleston, SC" +177,416,217,"New York, NY and NJ",198,"Baltimore, MD" +177,417,268,"Seattle, WA",268,"Seattle, WA" +177,418,159,"Long Beach, CA",159,"Long Beach, CA" +177,419,197,"Portland, ME",241,"Philadelphia, PA" +177,420,159,"Long Beach, CA",194,"Lake Charles, LA" +177,421,159,"Long Beach, CA",268,"Seattle, WA" +177,422,268,"Seattle, WA",159,"Long Beach, CA" +177,423,174,"Tampa, FL",159,"Long Beach, CA" +177,424,195,"New Orleans, LA",172,"Port Everglades, FL" +177,425,162,"Oakland, CA",162,"Oakland, CA" +177,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +177,427,245,"Charleston, SC",177,"Savannah, GA" +177,428,162,"Oakland, CA",268,"Seattle, WA" +177,429,159,"Long Beach, CA",172,"Port Everglades, FL" +177,430,197,"Portland, ME",217,"New York, NY and NJ" +177,431,201,"Boston, MA",198,"Baltimore, MD" +177,432,268,"Seattle, WA",159,"Long Beach, CA" +177,433,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +177,434,217,"New York, NY and NJ",223,"New York, NY and NJ" +177,435,223,"New York, NY and NJ",229,"Wilmington, NC" +177,436,223,"New York, NY and NJ",217,"New York, NY and NJ" +177,437,177,"Savannah, GA",174,"Tampa, FL" +177,438,174,"Tampa, FL",177,"Savannah, GA" +177,439,172,"Port Everglades, FL",177,"Savannah, GA" +177,440,172,"Port Everglades, FL",171,"Jacksonville, FL" +177,441,159,"Long Beach, CA",159,"Long Beach, CA" +177,442,197,"Portland, ME",229,"Wilmington, NC" +177,443,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +177,444,268,"Seattle, WA",239,"Portland, OR" +177,445,169,"Wilmington, DE",229,"Wilmington, NC" +177,446,197,"Portland, ME",217,"New York, NY and NJ" +177,447,241,"Philadelphia, PA",197,"Portland, ME" +177,448,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +177,449,268,"Seattle, WA",159,"Long Beach, CA" +177,450,172,"Port Everglades, FL",177,"Savannah, GA" +177,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +177,452,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +177,453,268,"Seattle, WA",159,"Long Beach, CA" +177,454,197,"Portland, ME",241,"Philadelphia, PA" +177,455,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +177,456,159,"Long Beach, CA",268,"Seattle, WA" +177,457,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +177,458,217,"New York, NY and NJ",177,"Savannah, GA" +177,459,162,"Oakland, CA",269,"Longview, WA" +177,460,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +177,461,177,"Savannah, GA",177,"Savannah, GA" +177,462,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +177,463,241,"Philadelphia, PA",217,"New York, NY and NJ" +177,464,241,"Philadelphia, PA",223,"New York, NY and NJ" +177,465,159,"Long Beach, CA",159,"Long Beach, CA" +177,466,159,"Long Beach, CA",268,"Seattle, WA" +177,467,223,"New York, NY and NJ",217,"New York, NY and NJ" +177,468,269,"Longview, WA",159,"Long Beach, CA" +177,469,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +177,470,268,"Seattle, WA",159,"Long Beach, CA" +177,471,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +177,472,159,"Long Beach, CA",159,"Long Beach, CA" +177,473,159,"Long Beach, CA",159,"Long Beach, CA" +177,474,177,"Savannah, GA",245,"Charleston, SC" +177,475,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +177,476,159,"Long Beach, CA",159,"Long Beach, CA" +177,477,159,"Long Beach, CA",159,"Long Beach, CA" +177,478,172,"Port Everglades, FL",177,"Savannah, GA" +177,479,159,"Long Beach, CA",159,"Long Beach, CA" +177,480,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +177,481,229,"Wilmington, NC",245,"Charleston, SC" +177,482,269,"Longview, WA",159,"Long Beach, CA" +177,483,197,"Portland, ME",241,"Philadelphia, PA" +177,484,177,"Savannah, GA",172,"Port Everglades, FL" +177,485,159,"Long Beach, CA",159,"Long Beach, CA" +177,486,162,"Oakland, CA",159,"Long Beach, CA" +177,487,171,"Jacksonville, FL",177,"Savannah, GA" +177,488,159,"Long Beach, CA",159,"Long Beach, CA" +177,489,177,"Savannah, GA",195,"New Orleans, LA" +177,490,245,"Charleston, SC",265,"Norfolk Harbor, VA" +177,491,245,"Charleston, SC",244,"Providence, RI" +178,154,159,"Long Beach, CA",159,"Long Beach, CA" +178,179,268,"Seattle, WA",268,"Seattle, WA" +178,180,268,"Seattle, WA",159,"Long Beach, CA" +178,274,268,"Seattle, WA",268,"Seattle, WA" +178,275,198,"Baltimore, MD",223,"New York, NY and NJ" +178,276,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +178,277,223,"New York, NY and NJ",178,"Brunswick, GA" +178,278,265,"Norfolk Harbor, VA",174,"Tampa, FL" +178,279,265,"Norfolk Harbor, VA",245,"Charleston, SC" +178,280,177,"Savannah, GA",174,"Tampa, FL" +178,281,257,"Houston, TX",172,"Port Everglades, FL" +178,282,223,"New York, NY and NJ",241,"Philadelphia, PA" +178,283,174,"Tampa, FL",172,"Port Everglades, FL" +178,284,159,"Long Beach, CA",162,"Oakland, CA" +178,285,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +178,286,198,"Baltimore, MD",241,"Philadelphia, PA" +178,287,177,"Savannah, GA",171,"Jacksonville, FL" +178,288,159,"Long Beach, CA",162,"Oakland, CA" +178,289,159,"Long Beach, CA",159,"Long Beach, CA" +178,290,172,"Port Everglades, FL",171,"Jacksonville, FL" +178,291,223,"New York, NY and NJ",217,"New York, NY and NJ" +178,292,201,"Boston, MA",241,"Philadelphia, PA" +178,293,172,"Port Everglades, FL",195,"New Orleans, LA" +178,294,217,"New York, NY and NJ",217,"New York, NY and NJ" +178,295,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +178,296,159,"Long Beach, CA",162,"Oakland, CA" +178,297,194,"Lake Charles, LA",171,"Jacksonville, FL" +178,298,198,"Baltimore, MD",217,"New York, NY and NJ" +178,299,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +178,300,171,"Jacksonville, FL",178,"Brunswick, GA" +178,301,197,"Portland, ME",217,"New York, NY and NJ" +178,302,229,"Wilmington, NC",174,"Tampa, FL" +178,303,268,"Seattle, WA",159,"Long Beach, CA" +178,304,217,"New York, NY and NJ",197,"Portland, ME" +178,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +178,306,244,"Providence, RI",265,"Norfolk Harbor, VA" +178,307,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +178,308,268,"Seattle, WA",239,"Portland, OR" +178,309,197,"Portland, ME",177,"Savannah, GA" +178,310,177,"Savannah, GA",245,"Charleston, SC" +178,311,198,"Baltimore, MD",241,"Philadelphia, PA" +178,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +178,313,178,"Brunswick, GA",241,"Philadelphia, PA" +178,314,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +178,315,195,"New Orleans, LA",177,"Savannah, GA" +178,316,159,"Long Beach, CA",239,"Portland, OR" +178,317,159,"Long Beach, CA",162,"Oakland, CA" +178,318,159,"Long Beach, CA",162,"Oakland, CA" +178,319,172,"Port Everglades, FL",177,"Savannah, GA" +178,320,198,"Baltimore, MD",177,"Savannah, GA" +178,321,217,"New York, NY and NJ",245,"Charleston, SC" +178,322,159,"Long Beach, CA",162,"Oakland, CA" +178,323,172,"Port Everglades, FL",171,"Jacksonville, FL" +178,324,201,"Boston, MA",265,"Norfolk Harbor, VA" +178,325,177,"Savannah, GA",177,"Savannah, GA" +178,326,172,"Port Everglades, FL",174,"Tampa, FL" +178,327,217,"New York, NY and NJ",241,"Philadelphia, PA" +178,328,197,"Portland, ME",197,"Portland, ME" +178,329,223,"New York, NY and NJ",241,"Philadelphia, PA" +178,330,197,"Portland, ME",217,"New York, NY and NJ" +178,331,217,"New York, NY and NJ",201,"Boston, MA" +178,332,174,"Tampa, FL",172,"Port Everglades, FL" +178,333,171,"Jacksonville, FL",245,"Charleston, SC" +178,334,172,"Port Everglades, FL",172,"Port Everglades, FL" +178,335,241,"Philadelphia, PA",197,"Portland, ME" +178,336,174,"Tampa, FL",177,"Savannah, GA" +178,337,198,"Baltimore, MD",217,"New York, NY and NJ" +178,338,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +178,339,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +178,340,223,"New York, NY and NJ",178,"Brunswick, GA" +178,341,195,"New Orleans, LA",172,"Port Everglades, FL" +178,342,223,"New York, NY and NJ",217,"New York, NY and NJ" +178,343,159,"Long Beach, CA",162,"Oakland, CA" +178,344,197,"Portland, ME",198,"Baltimore, MD" +178,345,201,"Boston, MA",241,"Philadelphia, PA" +178,346,172,"Port Everglades, FL",195,"New Orleans, LA" +178,347,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +178,348,223,"New York, NY and NJ",245,"Charleston, SC" +178,349,265,"Norfolk Harbor, VA",244,"Providence, RI" +178,350,217,"New York, NY and NJ",241,"Philadelphia, PA" +178,351,198,"Baltimore, MD",172,"Port Everglades, FL" +178,352,201,"Boston, MA",241,"Philadelphia, PA" +178,353,223,"New York, NY and NJ",177,"Savannah, GA" +178,354,241,"Philadelphia, PA",169,"Wilmington, DE" +178,355,177,"Savannah, GA",174,"Tampa, FL" +178,356,194,"Lake Charles, LA",195,"New Orleans, LA" +178,357,178,"Brunswick, GA",217,"New York, NY and NJ" +178,358,265,"Norfolk Harbor, VA",177,"Savannah, GA" +178,359,245,"Charleston, SC",174,"Tampa, FL" +178,360,172,"Port Everglades, FL",177,"Savannah, GA" +178,361,257,"Houston, TX",195,"New Orleans, LA" +178,362,197,"Portland, ME",229,"Wilmington, NC" +178,363,171,"Jacksonville, FL",152,"Mobile, AL" +178,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +178,365,197,"Portland, ME",217,"New York, NY and NJ" +178,366,269,"Longview, WA",162,"Oakland, CA" +178,367,159,"Long Beach, CA",268,"Seattle, WA" +178,368,159,"Long Beach, CA",159,"Long Beach, CA" +178,369,162,"Oakland, CA",159,"Long Beach, CA" +178,370,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +178,371,159,"Long Beach, CA",239,"Portland, OR" +178,372,201,"Boston, MA",198,"Baltimore, MD" +178,373,172,"Port Everglades, FL",174,"Tampa, FL" +178,374,159,"Long Beach, CA",268,"Seattle, WA" +178,375,159,"Long Beach, CA",159,"Long Beach, CA" +178,376,159,"Long Beach, CA",159,"Long Beach, CA" +178,377,265,"Norfolk Harbor, VA",197,"Portland, ME" +178,378,253,"Beaumont, TX",174,"Tampa, FL" +178,379,159,"Long Beach, CA",162,"Oakland, CA" +178,380,268,"Seattle, WA",159,"Long Beach, CA" +178,381,159,"Long Beach, CA",268,"Seattle, WA" +178,382,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +178,383,159,"Long Beach, CA",171,"Jacksonville, FL" +178,384,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +178,385,201,"Boston, MA",223,"New York, NY and NJ" +178,386,217,"New York, NY and NJ",241,"Philadelphia, PA" +178,387,245,"Charleston, SC",197,"Portland, ME" +178,388,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +178,389,217,"New York, NY and NJ",198,"Baltimore, MD" +178,390,245,"Charleston, SC",265,"Norfolk Harbor, VA" +178,391,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +178,392,268,"Seattle, WA",159,"Long Beach, CA" +178,393,159,"Long Beach, CA",253,"Beaumont, TX" +178,394,197,"Portland, ME",217,"New York, NY and NJ" +178,395,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +178,396,162,"Oakland, CA",159,"Long Beach, CA" +178,397,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +178,398,198,"Baltimore, MD",217,"New York, NY and NJ" +178,399,194,"Lake Charles, LA",195,"New Orleans, LA" +178,400,159,"Long Beach, CA",269,"Longview, WA" +178,401,198,"Baltimore, MD",229,"Wilmington, NC" +178,402,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +178,403,159,"Long Beach, CA",268,"Seattle, WA" +178,404,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +178,405,171,"Jacksonville, FL",174,"Tampa, FL" +178,406,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +178,407,177,"Savannah, GA",177,"Savannah, GA" +178,408,268,"Seattle, WA",159,"Long Beach, CA" +178,409,241,"Philadelphia, PA",177,"Savannah, GA" +178,410,159,"Long Beach, CA",268,"Seattle, WA" +178,411,159,"Long Beach, CA",159,"Long Beach, CA" +178,412,197,"Portland, ME",265,"Norfolk Harbor, VA" +178,413,159,"Long Beach, CA",172,"Port Everglades, FL" +178,414,178,"Brunswick, GA",195,"New Orleans, LA" +178,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +178,416,223,"New York, NY and NJ",198,"Baltimore, MD" +178,417,159,"Long Beach, CA",159,"Long Beach, CA" +178,418,268,"Seattle, WA",268,"Seattle, WA" +178,419,244,"Providence, RI",198,"Baltimore, MD" +178,420,195,"New Orleans, LA",162,"Oakland, CA" +178,421,159,"Long Beach, CA",162,"Oakland, CA" +178,422,239,"Portland, OR",268,"Seattle, WA" +178,423,268,"Seattle, WA",162,"Oakland, CA" +178,424,174,"Tampa, FL",174,"Tampa, FL" +178,425,159,"Long Beach, CA",268,"Seattle, WA" +178,426,177,"Savannah, GA",177,"Savannah, GA" +178,427,172,"Port Everglades, FL",208,"Pascagoula, MS" +178,428,159,"Long Beach, CA",159,"Long Beach, CA" +178,429,159,"Long Beach, CA",195,"New Orleans, LA" +178,430,223,"New York, NY and NJ",241,"Philadelphia, PA" +178,431,217,"New York, NY and NJ",241,"Philadelphia, PA" +178,432,159,"Long Beach, CA",239,"Portland, OR" +178,433,223,"New York, NY and NJ",172,"Port Everglades, FL" +178,434,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +178,435,223,"New York, NY and NJ",198,"Baltimore, MD" +178,436,201,"Boston, MA",241,"Philadelphia, PA" +178,437,172,"Port Everglades, FL",172,"Port Everglades, FL" +178,438,171,"Jacksonville, FL",174,"Tampa, FL" +178,439,172,"Port Everglades, FL",177,"Savannah, GA" +178,440,174,"Tampa, FL",174,"Tampa, FL" +178,441,239,"Portland, OR",159,"Long Beach, CA" +178,442,241,"Philadelphia, PA",177,"Savannah, GA" +178,443,198,"Baltimore, MD",177,"Savannah, GA" +178,444,268,"Seattle, WA",239,"Portland, OR" +178,445,197,"Portland, ME",177,"Savannah, GA" +178,446,198,"Baltimore, MD",217,"New York, NY and NJ" +178,447,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +178,448,177,"Savannah, GA",201,"Boston, MA" +178,449,159,"Long Beach, CA",239,"Portland, OR" +178,450,172,"Port Everglades, FL",174,"Tampa, FL" +178,451,217,"New York, NY and NJ",223,"New York, NY and NJ" +178,452,241,"Philadelphia, PA",241,"Philadelphia, PA" +178,453,159,"Long Beach, CA",269,"Longview, WA" +178,454,197,"Portland, ME",197,"Portland, ME" +178,455,217,"New York, NY and NJ",174,"Tampa, FL" +178,456,159,"Long Beach, CA",159,"Long Beach, CA" +178,457,223,"New York, NY and NJ",201,"Boston, MA" +178,458,218,"Camden-Gloucester, NJ",201,"Boston, MA" +178,459,159,"Long Beach, CA",159,"Long Beach, CA" +178,460,241,"Philadelphia, PA",217,"New York, NY and NJ" +178,461,177,"Savannah, GA",245,"Charleston, SC" +178,462,198,"Baltimore, MD",217,"New York, NY and NJ" +178,463,197,"Portland, ME",217,"New York, NY and NJ" +178,464,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +178,465,159,"Long Beach, CA",268,"Seattle, WA" +178,466,162,"Oakland, CA",159,"Long Beach, CA" +178,467,241,"Philadelphia, PA",169,"Wilmington, DE" +178,468,162,"Oakland, CA",162,"Oakland, CA" +178,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +178,470,269,"Longview, WA",159,"Long Beach, CA" +178,471,229,"Wilmington, NC",217,"New York, NY and NJ" +178,472,159,"Long Beach, CA",159,"Long Beach, CA" +178,473,268,"Seattle, WA",159,"Long Beach, CA" +178,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +178,475,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +178,476,162,"Oakland, CA",195,"New Orleans, LA" +178,477,159,"Long Beach, CA",159,"Long Beach, CA" +178,478,171,"Jacksonville, FL",172,"Port Everglades, FL" +178,479,162,"Oakland, CA",268,"Seattle, WA" +178,480,197,"Portland, ME",265,"Norfolk Harbor, VA" +178,481,223,"New York, NY and NJ",198,"Baltimore, MD" +178,482,159,"Long Beach, CA",269,"Longview, WA" +178,483,217,"New York, NY and NJ",241,"Philadelphia, PA" +178,484,172,"Port Everglades, FL",172,"Port Everglades, FL" +178,485,268,"Seattle, WA",159,"Long Beach, CA" +178,486,159,"Long Beach, CA",268,"Seattle, WA" +178,487,229,"Wilmington, NC",245,"Charleston, SC" +178,488,159,"Long Beach, CA",268,"Seattle, WA" +178,489,159,"Long Beach, CA",159,"Long Beach, CA" +178,490,197,"Portland, ME",208,"Pascagoula, MS" +178,491,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +179,1,268,"Seattle, WA",268,"Seattle, WA" +179,2,159,"Long Beach, CA",159,"Long Beach, CA" +179,3,159,"Long Beach, CA",159,"Long Beach, CA" +179,4,159,"Long Beach, CA",159,"Long Beach, CA" +179,5,159,"Long Beach, CA",159,"Long Beach, CA" +179,6,239,"Portland, OR",239,"Portland, OR" +179,7,159,"Long Beach, CA",159,"Long Beach, CA" +179,8,159,"Long Beach, CA",159,"Long Beach, CA" +179,9,159,"Long Beach, CA",159,"Long Beach, CA" +179,10,159,"Long Beach, CA",159,"Long Beach, CA" +179,11,162,"Oakland, CA",162,"Oakland, CA" +179,12,159,"Long Beach, CA",159,"Long Beach, CA" +179,13,159,"Long Beach, CA",159,"Long Beach, CA" +179,14,162,"Oakland, CA",162,"Oakland, CA" +179,15,239,"Portland, OR",239,"Portland, OR" +179,16,239,"Portland, OR",239,"Portland, OR" +179,17,268,"Seattle, WA",268,"Seattle, WA" +179,18,239,"Portland, OR",239,"Portland, OR" +179,19,159,"Long Beach, CA",159,"Long Beach, CA" +179,20,159,"Long Beach, CA",159,"Long Beach, CA" +179,21,162,"Oakland, CA",162,"Oakland, CA" +179,22,162,"Oakland, CA",162,"Oakland, CA" +179,23,159,"Long Beach, CA",159,"Long Beach, CA" +179,24,159,"Long Beach, CA",159,"Long Beach, CA" +179,25,159,"Long Beach, CA",159,"Long Beach, CA" +179,26,269,"Longview, WA",269,"Longview, WA" +179,27,269,"Longview, WA",269,"Longview, WA" +179,28,159,"Long Beach, CA",159,"Long Beach, CA" +179,29,159,"Long Beach, CA",159,"Long Beach, CA" +179,30,269,"Longview, WA",269,"Longview, WA" +179,31,268,"Seattle, WA",268,"Seattle, WA" +179,32,159,"Long Beach, CA",159,"Long Beach, CA" +179,33,162,"Oakland, CA",162,"Oakland, CA" +179,34,162,"Oakland, CA",162,"Oakland, CA" +179,35,268,"Seattle, WA",268,"Seattle, WA" +179,36,268,"Seattle, WA",268,"Seattle, WA" +179,37,159,"Long Beach, CA",159,"Long Beach, CA" +179,38,159,"Long Beach, CA",159,"Long Beach, CA" +179,39,159,"Long Beach, CA",159,"Long Beach, CA" +179,40,268,"Seattle, WA",268,"Seattle, WA" +179,41,239,"Portland, OR",239,"Portland, OR" +179,42,162,"Oakland, CA",162,"Oakland, CA" +179,43,159,"Long Beach, CA",159,"Long Beach, CA" +179,44,159,"Long Beach, CA",159,"Long Beach, CA" +179,45,159,"Long Beach, CA",159,"Long Beach, CA" +179,46,159,"Long Beach, CA",159,"Long Beach, CA" +179,47,159,"Long Beach, CA",159,"Long Beach, CA" +179,48,268,"Seattle, WA",268,"Seattle, WA" +179,49,159,"Long Beach, CA",159,"Long Beach, CA" +179,50,268,"Seattle, WA",268,"Seattle, WA" +179,51,159,"Long Beach, CA",159,"Long Beach, CA" +179,52,159,"Long Beach, CA",159,"Long Beach, CA" +179,53,269,"Longview, WA",269,"Longview, WA" +179,54,159,"Long Beach, CA",159,"Long Beach, CA" +179,55,159,"Long Beach, CA",159,"Long Beach, CA" +179,56,159,"Long Beach, CA",159,"Long Beach, CA" +179,57,159,"Long Beach, CA",159,"Long Beach, CA" +179,58,268,"Seattle, WA",268,"Seattle, WA" +179,59,162,"Oakland, CA",162,"Oakland, CA" +179,60,268,"Seattle, WA",268,"Seattle, WA" +179,61,159,"Long Beach, CA",159,"Long Beach, CA" +179,62,159,"Long Beach, CA",159,"Long Beach, CA" +179,63,159,"Long Beach, CA",159,"Long Beach, CA" +179,64,268,"Seattle, WA",268,"Seattle, WA" +179,65,159,"Long Beach, CA",159,"Long Beach, CA" +179,66,159,"Long Beach, CA",159,"Long Beach, CA" +179,67,159,"Long Beach, CA",159,"Long Beach, CA" +179,68,159,"Long Beach, CA",159,"Long Beach, CA" +179,69,159,"Long Beach, CA",159,"Long Beach, CA" +179,70,159,"Long Beach, CA",159,"Long Beach, CA" +179,71,159,"Long Beach, CA",159,"Long Beach, CA" +179,72,239,"Portland, OR",239,"Portland, OR" +179,73,159,"Long Beach, CA",159,"Long Beach, CA" +179,74,159,"Long Beach, CA",159,"Long Beach, CA" +179,75,159,"Long Beach, CA",159,"Long Beach, CA" +179,76,159,"Long Beach, CA",159,"Long Beach, CA" +179,77,239,"Portland, OR",239,"Portland, OR" +179,78,159,"Long Beach, CA",159,"Long Beach, CA" +179,79,268,"Seattle, WA",268,"Seattle, WA" +179,80,159,"Long Beach, CA",159,"Long Beach, CA" +179,81,159,"Long Beach, CA",159,"Long Beach, CA" +179,82,268,"Seattle, WA",268,"Seattle, WA" +179,83,268,"Seattle, WA",268,"Seattle, WA" +179,84,268,"Seattle, WA",268,"Seattle, WA" +179,85,159,"Long Beach, CA",159,"Long Beach, CA" +179,86,159,"Long Beach, CA",159,"Long Beach, CA" +179,87,268,"Seattle, WA",268,"Seattle, WA" +179,88,159,"Long Beach, CA",159,"Long Beach, CA" +179,89,159,"Long Beach, CA",159,"Long Beach, CA" +179,90,159,"Long Beach, CA",159,"Long Beach, CA" +179,91,268,"Seattle, WA",268,"Seattle, WA" +179,92,159,"Long Beach, CA",159,"Long Beach, CA" +179,93,159,"Long Beach, CA",159,"Long Beach, CA" +179,94,159,"Long Beach, CA",159,"Long Beach, CA" +179,95,162,"Oakland, CA",162,"Oakland, CA" +179,96,159,"Long Beach, CA",159,"Long Beach, CA" +179,97,268,"Seattle, WA",268,"Seattle, WA" +179,98,268,"Seattle, WA",268,"Seattle, WA" +179,99,268,"Seattle, WA",268,"Seattle, WA" +179,100,239,"Portland, OR",239,"Portland, OR" +179,101,159,"Long Beach, CA",159,"Long Beach, CA" +179,102,159,"Long Beach, CA",159,"Long Beach, CA" +179,103,159,"Long Beach, CA",159,"Long Beach, CA" +179,104,162,"Oakland, CA",162,"Oakland, CA" +179,105,159,"Long Beach, CA",159,"Long Beach, CA" +179,106,269,"Longview, WA",269,"Longview, WA" +179,107,159,"Long Beach, CA",159,"Long Beach, CA" +179,108,159,"Long Beach, CA",159,"Long Beach, CA" +179,109,159,"Long Beach, CA",159,"Long Beach, CA" +179,110,159,"Long Beach, CA",159,"Long Beach, CA" +179,111,162,"Oakland, CA",162,"Oakland, CA" +179,112,159,"Long Beach, CA",159,"Long Beach, CA" +179,113,162,"Oakland, CA",162,"Oakland, CA" +179,114,268,"Seattle, WA",268,"Seattle, WA" +179,115,268,"Seattle, WA",268,"Seattle, WA" +179,116,159,"Long Beach, CA",159,"Long Beach, CA" +179,117,162,"Oakland, CA",162,"Oakland, CA" +179,118,162,"Oakland, CA",162,"Oakland, CA" +179,119,159,"Long Beach, CA",159,"Long Beach, CA" +179,120,159,"Long Beach, CA",159,"Long Beach, CA" +179,121,268,"Seattle, WA",268,"Seattle, WA" +179,122,162,"Oakland, CA",162,"Oakland, CA" +179,123,162,"Oakland, CA",162,"Oakland, CA" +179,124,268,"Seattle, WA",268,"Seattle, WA" +179,125,268,"Seattle, WA",268,"Seattle, WA" +179,126,159,"Long Beach, CA",159,"Long Beach, CA" +179,127,268,"Seattle, WA",268,"Seattle, WA" +179,128,159,"Long Beach, CA",159,"Long Beach, CA" +179,129,159,"Long Beach, CA",159,"Long Beach, CA" +179,130,159,"Long Beach, CA",159,"Long Beach, CA" +179,131,159,"Long Beach, CA",159,"Long Beach, CA" +179,132,159,"Long Beach, CA",159,"Long Beach, CA" +179,151,159,"Long Beach, CA",268,"Seattle, WA" +179,152,269,"Longview, WA",159,"Long Beach, CA" +179,153,268,"Seattle, WA",159,"Long Beach, CA" +179,154,154,"Anchorage, AK",154,"Anchorage, AK" +179,155,159,"Long Beach, CA",162,"Oakland, CA" +179,156,159,"Long Beach, CA",268,"Seattle, WA" +179,157,268,"Seattle, WA",268,"Seattle, WA" +179,158,159,"Long Beach, CA",159,"Long Beach, CA" +179,159,159,"Long Beach, CA",159,"Long Beach, CA" +179,160,159,"Long Beach, CA",159,"Long Beach, CA" +179,161,159,"Long Beach, CA",159,"Long Beach, CA" +179,162,159,"Long Beach, CA",159,"Long Beach, CA" +179,163,268,"Seattle, WA",159,"Long Beach, CA" +179,164,239,"Portland, OR",159,"Long Beach, CA" +179,165,159,"Long Beach, CA",268,"Seattle, WA" +179,166,162,"Oakland, CA",159,"Long Beach, CA" +179,167,159,"Long Beach, CA",159,"Long Beach, CA" +179,168,268,"Seattle, WA",159,"Long Beach, CA" +179,169,159,"Long Beach, CA",159,"Long Beach, CA" +179,170,239,"Portland, OR",159,"Long Beach, CA" +179,171,162,"Oakland, CA",159,"Long Beach, CA" +179,172,239,"Portland, OR",268,"Seattle, WA" +179,173,268,"Seattle, WA",268,"Seattle, WA" +179,174,268,"Seattle, WA",268,"Seattle, WA" +179,175,162,"Oakland, CA",268,"Seattle, WA" +179,176,159,"Long Beach, CA",268,"Seattle, WA" +179,177,159,"Long Beach, CA",159,"Long Beach, CA" +179,178,268,"Seattle, WA",268,"Seattle, WA" +179,179,179,"Honolulu, HI",179,"Honolulu, HI" +179,180,179,"Honolulu, HI",179,"Honolulu, HI" +179,181,268,"Seattle, WA",162,"Oakland, CA" +179,183,159,"Long Beach, CA",268,"Seattle, WA" +179,184,268,"Seattle, WA",162,"Oakland, CA" +179,185,268,"Seattle, WA",159,"Long Beach, CA" +179,186,162,"Oakland, CA",268,"Seattle, WA" +179,187,159,"Long Beach, CA",159,"Long Beach, CA" +179,188,268,"Seattle, WA",159,"Long Beach, CA" +179,189,268,"Seattle, WA",268,"Seattle, WA" +179,190,159,"Long Beach, CA",159,"Long Beach, CA" +179,191,159,"Long Beach, CA",268,"Seattle, WA" +179,192,159,"Long Beach, CA",159,"Long Beach, CA" +179,193,239,"Portland, OR",159,"Long Beach, CA" +179,194,159,"Long Beach, CA",269,"Longview, WA" +179,195,268,"Seattle, WA",162,"Oakland, CA" +179,196,159,"Long Beach, CA",268,"Seattle, WA" +179,197,268,"Seattle, WA",159,"Long Beach, CA" +179,198,162,"Oakland, CA",162,"Oakland, CA" +179,199,239,"Portland, OR",162,"Oakland, CA" +179,200,269,"Longview, WA",268,"Seattle, WA" +179,201,159,"Long Beach, CA",162,"Oakland, CA" +179,202,162,"Oakland, CA",268,"Seattle, WA" +179,203,162,"Oakland, CA",162,"Oakland, CA" +179,204,268,"Seattle, WA",268,"Seattle, WA" +179,205,159,"Long Beach, CA",159,"Long Beach, CA" +179,206,159,"Long Beach, CA",162,"Oakland, CA" +179,207,239,"Portland, OR",239,"Portland, OR" +179,208,269,"Longview, WA",239,"Portland, OR" +179,209,159,"Long Beach, CA",162,"Oakland, CA" +179,210,268,"Seattle, WA",159,"Long Beach, CA" +179,211,159,"Long Beach, CA",268,"Seattle, WA" +179,212,268,"Seattle, WA",162,"Oakland, CA" +179,213,268,"Seattle, WA",159,"Long Beach, CA" +179,214,162,"Oakland, CA",268,"Seattle, WA" +179,215,159,"Long Beach, CA",159,"Long Beach, CA" +179,216,159,"Long Beach, CA",162,"Oakland, CA" +179,217,159,"Long Beach, CA",268,"Seattle, WA" +179,218,268,"Seattle, WA",159,"Long Beach, CA" +179,219,159,"Long Beach, CA",268,"Seattle, WA" +179,220,159,"Long Beach, CA",159,"Long Beach, CA" +179,221,159,"Long Beach, CA",159,"Long Beach, CA" +179,222,159,"Long Beach, CA",268,"Seattle, WA" +179,223,159,"Long Beach, CA",159,"Long Beach, CA" +179,224,159,"Long Beach, CA",159,"Long Beach, CA" +179,225,159,"Long Beach, CA",268,"Seattle, WA" +179,226,159,"Long Beach, CA",162,"Oakland, CA" +179,227,159,"Long Beach, CA",159,"Long Beach, CA" +179,228,268,"Seattle, WA",239,"Portland, OR" +179,229,159,"Long Beach, CA",159,"Long Beach, CA" +179,230,268,"Seattle, WA",159,"Long Beach, CA" +179,231,159,"Long Beach, CA",159,"Long Beach, CA" +179,232,159,"Long Beach, CA",159,"Long Beach, CA" +179,233,159,"Long Beach, CA",268,"Seattle, WA" +179,234,162,"Oakland, CA",268,"Seattle, WA" +179,235,159,"Long Beach, CA",159,"Long Beach, CA" +179,236,159,"Long Beach, CA",269,"Longview, WA" +179,237,159,"Long Beach, CA",159,"Long Beach, CA" +179,238,159,"Long Beach, CA",268,"Seattle, WA" +179,239,159,"Long Beach, CA",159,"Long Beach, CA" +179,240,268,"Seattle, WA",159,"Long Beach, CA" +179,241,268,"Seattle, WA",268,"Seattle, WA" +179,242,159,"Long Beach, CA",239,"Portland, OR" +179,243,159,"Long Beach, CA",159,"Long Beach, CA" +179,244,268,"Seattle, WA",269,"Longview, WA" +179,245,159,"Long Beach, CA",162,"Oakland, CA" +179,246,159,"Long Beach, CA",159,"Long Beach, CA" +179,247,269,"Longview, WA",159,"Long Beach, CA" +179,248,159,"Long Beach, CA",159,"Long Beach, CA" +179,249,159,"Long Beach, CA",239,"Portland, OR" +179,250,162,"Oakland, CA",162,"Oakland, CA" +179,251,268,"Seattle, WA",159,"Long Beach, CA" +179,252,159,"Long Beach, CA",159,"Long Beach, CA" +179,253,162,"Oakland, CA",159,"Long Beach, CA" +179,254,159,"Long Beach, CA",159,"Long Beach, CA" +179,255,159,"Long Beach, CA",268,"Seattle, WA" +179,256,239,"Portland, OR",159,"Long Beach, CA" +179,257,159,"Long Beach, CA",162,"Oakland, CA" +179,258,269,"Longview, WA",159,"Long Beach, CA" +179,259,159,"Long Beach, CA",159,"Long Beach, CA" +179,260,239,"Portland, OR",239,"Portland, OR" +179,261,268,"Seattle, WA",159,"Long Beach, CA" +179,262,268,"Seattle, WA",159,"Long Beach, CA" +179,263,159,"Long Beach, CA",159,"Long Beach, CA" +179,264,162,"Oakland, CA",269,"Longview, WA" +179,265,268,"Seattle, WA",159,"Long Beach, CA" +179,266,159,"Long Beach, CA",159,"Long Beach, CA" +179,267,268,"Seattle, WA",159,"Long Beach, CA" +179,268,162,"Oakland, CA",159,"Long Beach, CA" +179,269,162,"Oakland, CA",239,"Portland, OR" +179,270,162,"Oakland, CA",268,"Seattle, WA" +179,271,268,"Seattle, WA",162,"Oakland, CA" +179,272,268,"Seattle, WA",159,"Long Beach, CA" +179,273,239,"Portland, OR",159,"Long Beach, CA" +179,274,179,"Honolulu, HI",179,"Honolulu, HI" +179,275,179,"Honolulu, HI",179,"Honolulu, HI" +179,276,179,"Honolulu, HI",179,"Honolulu, HI" +179,277,179,"Honolulu, HI",179,"Honolulu, HI" +179,278,179,"Honolulu, HI",179,"Honolulu, HI" +179,279,179,"Honolulu, HI",179,"Honolulu, HI" +179,280,179,"Honolulu, HI",179,"Honolulu, HI" +179,281,179,"Honolulu, HI",179,"Honolulu, HI" +179,282,179,"Honolulu, HI",179,"Honolulu, HI" +179,283,179,"Honolulu, HI",179,"Honolulu, HI" +179,284,179,"Honolulu, HI",179,"Honolulu, HI" +179,285,179,"Honolulu, HI",179,"Honolulu, HI" +179,286,179,"Honolulu, HI",179,"Honolulu, HI" +179,287,179,"Honolulu, HI",179,"Honolulu, HI" +179,288,179,"Honolulu, HI",179,"Honolulu, HI" +179,289,179,"Honolulu, HI",179,"Honolulu, HI" +179,290,179,"Honolulu, HI",179,"Honolulu, HI" +179,291,179,"Honolulu, HI",179,"Honolulu, HI" +179,292,179,"Honolulu, HI",179,"Honolulu, HI" +179,293,179,"Honolulu, HI",179,"Honolulu, HI" +179,294,179,"Honolulu, HI",179,"Honolulu, HI" +179,295,179,"Honolulu, HI",179,"Honolulu, HI" +179,296,179,"Honolulu, HI",179,"Honolulu, HI" +179,297,179,"Honolulu, HI",179,"Honolulu, HI" +179,298,179,"Honolulu, HI",179,"Honolulu, HI" +179,299,179,"Honolulu, HI",179,"Honolulu, HI" +179,300,179,"Honolulu, HI",179,"Honolulu, HI" +179,301,179,"Honolulu, HI",179,"Honolulu, HI" +179,302,179,"Honolulu, HI",179,"Honolulu, HI" +179,303,179,"Honolulu, HI",179,"Honolulu, HI" +179,304,179,"Honolulu, HI",179,"Honolulu, HI" +179,305,179,"Honolulu, HI",179,"Honolulu, HI" +179,306,179,"Honolulu, HI",179,"Honolulu, HI" +179,307,179,"Honolulu, HI",179,"Honolulu, HI" +179,308,179,"Honolulu, HI",179,"Honolulu, HI" +179,309,179,"Honolulu, HI",179,"Honolulu, HI" +179,310,179,"Honolulu, HI",179,"Honolulu, HI" +179,311,179,"Honolulu, HI",179,"Honolulu, HI" +179,312,179,"Honolulu, HI",179,"Honolulu, HI" +179,313,179,"Honolulu, HI",179,"Honolulu, HI" +179,314,179,"Honolulu, HI",179,"Honolulu, HI" +179,315,179,"Honolulu, HI",179,"Honolulu, HI" +179,316,179,"Honolulu, HI",179,"Honolulu, HI" +179,317,179,"Honolulu, HI",179,"Honolulu, HI" +179,318,179,"Honolulu, HI",179,"Honolulu, HI" +179,319,179,"Honolulu, HI",179,"Honolulu, HI" +179,320,179,"Honolulu, HI",179,"Honolulu, HI" +179,321,179,"Honolulu, HI",179,"Honolulu, HI" +179,322,179,"Honolulu, HI",179,"Honolulu, HI" +179,323,179,"Honolulu, HI",179,"Honolulu, HI" +179,324,179,"Honolulu, HI",179,"Honolulu, HI" +179,325,179,"Honolulu, HI",179,"Honolulu, HI" +179,326,179,"Honolulu, HI",179,"Honolulu, HI" +179,327,179,"Honolulu, HI",179,"Honolulu, HI" +179,328,179,"Honolulu, HI",179,"Honolulu, HI" +179,329,179,"Honolulu, HI",179,"Honolulu, HI" +179,330,179,"Honolulu, HI",179,"Honolulu, HI" +179,331,179,"Honolulu, HI",179,"Honolulu, HI" +179,332,179,"Honolulu, HI",179,"Honolulu, HI" +179,333,179,"Honolulu, HI",179,"Honolulu, HI" +179,334,179,"Honolulu, HI",179,"Honolulu, HI" +179,335,179,"Honolulu, HI",179,"Honolulu, HI" +179,336,179,"Honolulu, HI",179,"Honolulu, HI" +179,337,179,"Honolulu, HI",179,"Honolulu, HI" +179,338,179,"Honolulu, HI",179,"Honolulu, HI" +179,339,179,"Honolulu, HI",179,"Honolulu, HI" +179,340,179,"Honolulu, HI",179,"Honolulu, HI" +179,341,179,"Honolulu, HI",179,"Honolulu, HI" +179,342,179,"Honolulu, HI",179,"Honolulu, HI" +179,343,179,"Honolulu, HI",179,"Honolulu, HI" +179,344,179,"Honolulu, HI",179,"Honolulu, HI" +179,345,179,"Honolulu, HI",179,"Honolulu, HI" +179,346,179,"Honolulu, HI",179,"Honolulu, HI" +179,347,179,"Honolulu, HI",179,"Honolulu, HI" +179,348,179,"Honolulu, HI",179,"Honolulu, HI" +179,349,179,"Honolulu, HI",179,"Honolulu, HI" +179,350,179,"Honolulu, HI",179,"Honolulu, HI" +179,351,179,"Honolulu, HI",179,"Honolulu, HI" +179,352,179,"Honolulu, HI",179,"Honolulu, HI" +179,353,179,"Honolulu, HI",179,"Honolulu, HI" +179,354,179,"Honolulu, HI",179,"Honolulu, HI" +179,355,179,"Honolulu, HI",179,"Honolulu, HI" +179,356,179,"Honolulu, HI",179,"Honolulu, HI" +179,357,179,"Honolulu, HI",179,"Honolulu, HI" +179,358,179,"Honolulu, HI",179,"Honolulu, HI" +179,359,179,"Honolulu, HI",179,"Honolulu, HI" +179,360,179,"Honolulu, HI",179,"Honolulu, HI" +179,361,179,"Honolulu, HI",179,"Honolulu, HI" +179,362,179,"Honolulu, HI",179,"Honolulu, HI" +179,363,179,"Honolulu, HI",179,"Honolulu, HI" +179,364,179,"Honolulu, HI",179,"Honolulu, HI" +179,365,179,"Honolulu, HI",179,"Honolulu, HI" +179,366,179,"Honolulu, HI",179,"Honolulu, HI" +179,367,179,"Honolulu, HI",179,"Honolulu, HI" +179,368,179,"Honolulu, HI",179,"Honolulu, HI" +179,369,179,"Honolulu, HI",179,"Honolulu, HI" +179,370,179,"Honolulu, HI",179,"Honolulu, HI" +179,371,179,"Honolulu, HI",179,"Honolulu, HI" +179,372,179,"Honolulu, HI",179,"Honolulu, HI" +179,373,179,"Honolulu, HI",179,"Honolulu, HI" +179,374,179,"Honolulu, HI",179,"Honolulu, HI" +179,375,179,"Honolulu, HI",179,"Honolulu, HI" +179,376,179,"Honolulu, HI",179,"Honolulu, HI" +179,377,179,"Honolulu, HI",179,"Honolulu, HI" +179,378,179,"Honolulu, HI",179,"Honolulu, HI" +179,379,179,"Honolulu, HI",179,"Honolulu, HI" +179,380,179,"Honolulu, HI",179,"Honolulu, HI" +179,381,179,"Honolulu, HI",179,"Honolulu, HI" +179,382,179,"Honolulu, HI",179,"Honolulu, HI" +179,383,179,"Honolulu, HI",179,"Honolulu, HI" +179,384,179,"Honolulu, HI",179,"Honolulu, HI" +179,385,179,"Honolulu, HI",179,"Honolulu, HI" +179,386,179,"Honolulu, HI",179,"Honolulu, HI" +179,387,179,"Honolulu, HI",179,"Honolulu, HI" +179,388,179,"Honolulu, HI",179,"Honolulu, HI" +179,389,179,"Honolulu, HI",179,"Honolulu, HI" +179,390,179,"Honolulu, HI",179,"Honolulu, HI" +179,391,179,"Honolulu, HI",179,"Honolulu, HI" +179,392,179,"Honolulu, HI",179,"Honolulu, HI" +179,393,179,"Honolulu, HI",179,"Honolulu, HI" +179,394,179,"Honolulu, HI",179,"Honolulu, HI" +179,395,179,"Honolulu, HI",179,"Honolulu, HI" +179,396,179,"Honolulu, HI",179,"Honolulu, HI" +179,397,179,"Honolulu, HI",179,"Honolulu, HI" +179,398,179,"Honolulu, HI",179,"Honolulu, HI" +179,399,179,"Honolulu, HI",179,"Honolulu, HI" +179,400,179,"Honolulu, HI",179,"Honolulu, HI" +179,401,179,"Honolulu, HI",179,"Honolulu, HI" +179,402,179,"Honolulu, HI",179,"Honolulu, HI" +179,403,179,"Honolulu, HI",179,"Honolulu, HI" +179,404,179,"Honolulu, HI",179,"Honolulu, HI" +179,405,179,"Honolulu, HI",179,"Honolulu, HI" +179,406,179,"Honolulu, HI",179,"Honolulu, HI" +179,407,179,"Honolulu, HI",179,"Honolulu, HI" +179,408,179,"Honolulu, HI",179,"Honolulu, HI" +179,409,179,"Honolulu, HI",179,"Honolulu, HI" +179,410,179,"Honolulu, HI",179,"Honolulu, HI" +179,411,179,"Honolulu, HI",179,"Honolulu, HI" +179,412,179,"Honolulu, HI",179,"Honolulu, HI" +179,413,179,"Honolulu, HI",179,"Honolulu, HI" +179,414,179,"Honolulu, HI",179,"Honolulu, HI" +179,415,179,"Honolulu, HI",179,"Honolulu, HI" +179,416,179,"Honolulu, HI",179,"Honolulu, HI" +179,417,179,"Honolulu, HI",179,"Honolulu, HI" +179,418,179,"Honolulu, HI",179,"Honolulu, HI" +179,419,179,"Honolulu, HI",179,"Honolulu, HI" +179,420,179,"Honolulu, HI",179,"Honolulu, HI" +179,421,179,"Honolulu, HI",179,"Honolulu, HI" +179,422,179,"Honolulu, HI",179,"Honolulu, HI" +179,423,179,"Honolulu, HI",179,"Honolulu, HI" +179,424,179,"Honolulu, HI",179,"Honolulu, HI" +179,425,179,"Honolulu, HI",179,"Honolulu, HI" +179,426,179,"Honolulu, HI",179,"Honolulu, HI" +179,427,179,"Honolulu, HI",179,"Honolulu, HI" +179,428,179,"Honolulu, HI",179,"Honolulu, HI" +179,429,179,"Honolulu, HI",179,"Honolulu, HI" +179,430,179,"Honolulu, HI",179,"Honolulu, HI" +179,431,179,"Honolulu, HI",179,"Honolulu, HI" +179,432,179,"Honolulu, HI",179,"Honolulu, HI" +179,433,179,"Honolulu, HI",179,"Honolulu, HI" +179,434,179,"Honolulu, HI",179,"Honolulu, HI" +179,435,179,"Honolulu, HI",179,"Honolulu, HI" +179,436,179,"Honolulu, HI",179,"Honolulu, HI" +179,437,179,"Honolulu, HI",179,"Honolulu, HI" +179,438,179,"Honolulu, HI",179,"Honolulu, HI" +179,439,179,"Honolulu, HI",179,"Honolulu, HI" +179,440,179,"Honolulu, HI",179,"Honolulu, HI" +179,441,179,"Honolulu, HI",179,"Honolulu, HI" +179,442,179,"Honolulu, HI",179,"Honolulu, HI" +179,443,179,"Honolulu, HI",179,"Honolulu, HI" +179,444,179,"Honolulu, HI",179,"Honolulu, HI" +179,445,179,"Honolulu, HI",179,"Honolulu, HI" +179,446,179,"Honolulu, HI",179,"Honolulu, HI" +179,447,179,"Honolulu, HI",179,"Honolulu, HI" +179,448,179,"Honolulu, HI",179,"Honolulu, HI" +179,449,179,"Honolulu, HI",179,"Honolulu, HI" +179,450,179,"Honolulu, HI",179,"Honolulu, HI" +179,451,179,"Honolulu, HI",179,"Honolulu, HI" +179,452,179,"Honolulu, HI",179,"Honolulu, HI" +179,453,179,"Honolulu, HI",179,"Honolulu, HI" +179,454,179,"Honolulu, HI",179,"Honolulu, HI" +179,455,179,"Honolulu, HI",179,"Honolulu, HI" +179,456,179,"Honolulu, HI",179,"Honolulu, HI" +179,457,179,"Honolulu, HI",179,"Honolulu, HI" +179,458,179,"Honolulu, HI",179,"Honolulu, HI" +179,459,179,"Honolulu, HI",179,"Honolulu, HI" +179,460,179,"Honolulu, HI",179,"Honolulu, HI" +179,461,179,"Honolulu, HI",179,"Honolulu, HI" +179,462,179,"Honolulu, HI",179,"Honolulu, HI" +179,463,179,"Honolulu, HI",179,"Honolulu, HI" +179,464,179,"Honolulu, HI",179,"Honolulu, HI" +179,465,179,"Honolulu, HI",179,"Honolulu, HI" +179,466,179,"Honolulu, HI",179,"Honolulu, HI" +179,467,179,"Honolulu, HI",179,"Honolulu, HI" +179,468,179,"Honolulu, HI",179,"Honolulu, HI" +179,469,179,"Honolulu, HI",179,"Honolulu, HI" +179,470,179,"Honolulu, HI",179,"Honolulu, HI" +179,471,179,"Honolulu, HI",179,"Honolulu, HI" +179,472,179,"Honolulu, HI",179,"Honolulu, HI" +179,473,179,"Honolulu, HI",179,"Honolulu, HI" +179,474,179,"Honolulu, HI",179,"Honolulu, HI" +179,475,179,"Honolulu, HI",179,"Honolulu, HI" +179,476,179,"Honolulu, HI",179,"Honolulu, HI" +179,477,179,"Honolulu, HI",179,"Honolulu, HI" +179,478,179,"Honolulu, HI",179,"Honolulu, HI" +179,479,179,"Honolulu, HI",179,"Honolulu, HI" +179,480,179,"Honolulu, HI",179,"Honolulu, HI" +179,481,179,"Honolulu, HI",179,"Honolulu, HI" +179,482,179,"Honolulu, HI",179,"Honolulu, HI" +179,483,179,"Honolulu, HI",179,"Honolulu, HI" +179,484,179,"Honolulu, HI",179,"Honolulu, HI" +179,485,179,"Honolulu, HI",179,"Honolulu, HI" +179,486,179,"Honolulu, HI",179,"Honolulu, HI" +179,487,179,"Honolulu, HI",179,"Honolulu, HI" +179,488,179,"Honolulu, HI",179,"Honolulu, HI" +179,489,179,"Honolulu, HI",179,"Honolulu, HI" +179,490,179,"Honolulu, HI",179,"Honolulu, HI" +179,491,179,"Honolulu, HI",179,"Honolulu, HI" +180,1,162,"Oakland, CA",162,"Oakland, CA" +180,2,159,"Long Beach, CA",159,"Long Beach, CA" +180,3,239,"Portland, OR",239,"Portland, OR" +180,4,159,"Long Beach, CA",159,"Long Beach, CA" +180,5,268,"Seattle, WA",268,"Seattle, WA" +180,6,268,"Seattle, WA",268,"Seattle, WA" +180,7,159,"Long Beach, CA",159,"Long Beach, CA" +180,8,268,"Seattle, WA",268,"Seattle, WA" +180,9,159,"Long Beach, CA",159,"Long Beach, CA" +180,10,159,"Long Beach, CA",159,"Long Beach, CA" +180,11,159,"Long Beach, CA",159,"Long Beach, CA" +180,12,268,"Seattle, WA",268,"Seattle, WA" +180,13,268,"Seattle, WA",268,"Seattle, WA" +180,14,159,"Long Beach, CA",159,"Long Beach, CA" +180,15,159,"Long Beach, CA",159,"Long Beach, CA" +180,16,159,"Long Beach, CA",159,"Long Beach, CA" +180,17,159,"Long Beach, CA",159,"Long Beach, CA" +180,18,268,"Seattle, WA",268,"Seattle, WA" +180,19,159,"Long Beach, CA",159,"Long Beach, CA" +180,20,239,"Portland, OR",239,"Portland, OR" +180,21,268,"Seattle, WA",268,"Seattle, WA" +180,22,268,"Seattle, WA",268,"Seattle, WA" +180,23,162,"Oakland, CA",162,"Oakland, CA" +180,24,159,"Long Beach, CA",159,"Long Beach, CA" +180,25,159,"Long Beach, CA",159,"Long Beach, CA" +180,26,162,"Oakland, CA",162,"Oakland, CA" +180,27,162,"Oakland, CA",162,"Oakland, CA" +180,28,268,"Seattle, WA",268,"Seattle, WA" +180,29,268,"Seattle, WA",268,"Seattle, WA" +180,30,162,"Oakland, CA",162,"Oakland, CA" +180,31,268,"Seattle, WA",268,"Seattle, WA" +180,32,159,"Long Beach, CA",159,"Long Beach, CA" +180,33,159,"Long Beach, CA",159,"Long Beach, CA" +180,34,239,"Portland, OR",239,"Portland, OR" +180,35,159,"Long Beach, CA",159,"Long Beach, CA" +180,36,159,"Long Beach, CA",159,"Long Beach, CA" +180,37,159,"Long Beach, CA",159,"Long Beach, CA" +180,38,159,"Long Beach, CA",159,"Long Beach, CA" +180,39,268,"Seattle, WA",268,"Seattle, WA" +180,40,239,"Portland, OR",239,"Portland, OR" +180,41,162,"Oakland, CA",162,"Oakland, CA" +180,42,159,"Long Beach, CA",159,"Long Beach, CA" +180,43,159,"Long Beach, CA",159,"Long Beach, CA" +180,44,159,"Long Beach, CA",159,"Long Beach, CA" +180,45,162,"Oakland, CA",162,"Oakland, CA" +180,46,239,"Portland, OR",239,"Portland, OR" +180,47,159,"Long Beach, CA",159,"Long Beach, CA" +180,48,162,"Oakland, CA",162,"Oakland, CA" +180,49,268,"Seattle, WA",268,"Seattle, WA" +180,50,162,"Oakland, CA",162,"Oakland, CA" +180,51,159,"Long Beach, CA",159,"Long Beach, CA" +180,52,159,"Long Beach, CA",159,"Long Beach, CA" +180,53,159,"Long Beach, CA",159,"Long Beach, CA" +180,54,159,"Long Beach, CA",159,"Long Beach, CA" +180,55,162,"Oakland, CA",162,"Oakland, CA" +180,56,239,"Portland, OR",239,"Portland, OR" +180,57,159,"Long Beach, CA",159,"Long Beach, CA" +180,58,159,"Long Beach, CA",159,"Long Beach, CA" +180,59,269,"Longview, WA",269,"Longview, WA" +180,60,269,"Longview, WA",269,"Longview, WA" +180,61,268,"Seattle, WA",268,"Seattle, WA" +180,62,268,"Seattle, WA",268,"Seattle, WA" +180,63,159,"Long Beach, CA",159,"Long Beach, CA" +180,64,162,"Oakland, CA",162,"Oakland, CA" +180,65,159,"Long Beach, CA",159,"Long Beach, CA" +180,66,159,"Long Beach, CA",159,"Long Beach, CA" +180,67,159,"Long Beach, CA",159,"Long Beach, CA" +180,68,159,"Long Beach, CA",159,"Long Beach, CA" +180,69,159,"Long Beach, CA",159,"Long Beach, CA" +180,70,268,"Seattle, WA",268,"Seattle, WA" +180,71,268,"Seattle, WA",268,"Seattle, WA" +180,72,159,"Long Beach, CA",159,"Long Beach, CA" +180,73,269,"Longview, WA",269,"Longview, WA" +180,74,269,"Longview, WA",269,"Longview, WA" +180,75,159,"Long Beach, CA",159,"Long Beach, CA" +180,76,268,"Seattle, WA",268,"Seattle, WA" +180,77,268,"Seattle, WA",268,"Seattle, WA" +180,78,269,"Longview, WA",269,"Longview, WA" +180,79,159,"Long Beach, CA",159,"Long Beach, CA" +180,80,162,"Oakland, CA",162,"Oakland, CA" +180,81,159,"Long Beach, CA",159,"Long Beach, CA" +180,82,268,"Seattle, WA",268,"Seattle, WA" +180,83,159,"Long Beach, CA",159,"Long Beach, CA" +180,84,239,"Portland, OR",239,"Portland, OR" +180,85,159,"Long Beach, CA",159,"Long Beach, CA" +180,86,159,"Long Beach, CA",159,"Long Beach, CA" +180,87,269,"Longview, WA",269,"Longview, WA" +180,88,268,"Seattle, WA",268,"Seattle, WA" +180,89,159,"Long Beach, CA",159,"Long Beach, CA" +180,90,159,"Long Beach, CA",159,"Long Beach, CA" +180,91,159,"Long Beach, CA",159,"Long Beach, CA" +180,92,239,"Portland, OR",239,"Portland, OR" +180,93,159,"Long Beach, CA",159,"Long Beach, CA" +180,94,268,"Seattle, WA",268,"Seattle, WA" +180,95,269,"Longview, WA",269,"Longview, WA" +180,96,159,"Long Beach, CA",159,"Long Beach, CA" +180,97,159,"Long Beach, CA",159,"Long Beach, CA" +180,98,159,"Long Beach, CA",159,"Long Beach, CA" +180,99,268,"Seattle, WA",268,"Seattle, WA" +180,100,268,"Seattle, WA",268,"Seattle, WA" +180,101,159,"Long Beach, CA",159,"Long Beach, CA" +180,102,159,"Long Beach, CA",159,"Long Beach, CA" +180,103,159,"Long Beach, CA",159,"Long Beach, CA" +180,104,162,"Oakland, CA",162,"Oakland, CA" +180,105,159,"Long Beach, CA",159,"Long Beach, CA" +180,106,159,"Long Beach, CA",159,"Long Beach, CA" +180,107,162,"Oakland, CA",162,"Oakland, CA" +180,108,159,"Long Beach, CA",159,"Long Beach, CA" +180,109,268,"Seattle, WA",268,"Seattle, WA" +180,110,159,"Long Beach, CA",159,"Long Beach, CA" +180,111,159,"Long Beach, CA",159,"Long Beach, CA" +180,112,268,"Seattle, WA",268,"Seattle, WA" +180,113,268,"Seattle, WA",268,"Seattle, WA" +180,114,159,"Long Beach, CA",159,"Long Beach, CA" +180,115,268,"Seattle, WA",268,"Seattle, WA" +180,116,162,"Oakland, CA",162,"Oakland, CA" +180,117,239,"Portland, OR",239,"Portland, OR" +180,118,162,"Oakland, CA",162,"Oakland, CA" +180,119,162,"Oakland, CA",162,"Oakland, CA" +180,120,162,"Oakland, CA",162,"Oakland, CA" +180,121,162,"Oakland, CA",162,"Oakland, CA" +180,122,159,"Long Beach, CA",159,"Long Beach, CA" +180,123,159,"Long Beach, CA",159,"Long Beach, CA" +180,124,159,"Long Beach, CA",159,"Long Beach, CA" +180,125,159,"Long Beach, CA",159,"Long Beach, CA" +180,126,159,"Long Beach, CA",159,"Long Beach, CA" +180,127,159,"Long Beach, CA",159,"Long Beach, CA" +180,128,159,"Long Beach, CA",159,"Long Beach, CA" +180,129,269,"Longview, WA",269,"Longview, WA" +180,130,268,"Seattle, WA",268,"Seattle, WA" +180,131,162,"Oakland, CA",162,"Oakland, CA" +180,132,159,"Long Beach, CA",159,"Long Beach, CA" +180,151,159,"Long Beach, CA",162,"Oakland, CA" +180,152,268,"Seattle, WA",159,"Long Beach, CA" +180,153,159,"Long Beach, CA",239,"Portland, OR" +180,154,179,"Honolulu, HI",154,"Anchorage, AK" +180,155,268,"Seattle, WA",162,"Oakland, CA" +180,156,159,"Long Beach, CA",159,"Long Beach, CA" +180,157,162,"Oakland, CA",159,"Long Beach, CA" +180,158,159,"Long Beach, CA",159,"Long Beach, CA" +180,159,269,"Longview, WA",162,"Oakland, CA" +180,160,162,"Oakland, CA",162,"Oakland, CA" +180,161,159,"Long Beach, CA",159,"Long Beach, CA" +180,162,268,"Seattle, WA",159,"Long Beach, CA" +180,163,159,"Long Beach, CA",269,"Longview, WA" +180,164,159,"Long Beach, CA",162,"Oakland, CA" +180,165,268,"Seattle, WA",159,"Long Beach, CA" +180,166,159,"Long Beach, CA",159,"Long Beach, CA" +180,167,159,"Long Beach, CA",159,"Long Beach, CA" +180,168,159,"Long Beach, CA",269,"Longview, WA" +180,169,159,"Long Beach, CA",159,"Long Beach, CA" +180,170,159,"Long Beach, CA",162,"Oakland, CA" +180,171,159,"Long Beach, CA",268,"Seattle, WA" +180,172,268,"Seattle, WA",268,"Seattle, WA" +180,173,159,"Long Beach, CA",268,"Seattle, WA" +180,174,159,"Long Beach, CA",162,"Oakland, CA" +180,175,159,"Long Beach, CA",268,"Seattle, WA" +180,176,162,"Oakland, CA",162,"Oakland, CA" +180,177,159,"Long Beach, CA",268,"Seattle, WA" +180,178,268,"Seattle, WA",159,"Long Beach, CA" +180,179,179,"Honolulu, HI",179,"Honolulu, HI" +180,180,179,"Honolulu, HI",179,"Honolulu, HI" +180,181,159,"Long Beach, CA",159,"Long Beach, CA" +180,183,269,"Longview, WA",159,"Long Beach, CA" +180,184,159,"Long Beach, CA",159,"Long Beach, CA" +180,185,268,"Seattle, WA",159,"Long Beach, CA" +180,186,162,"Oakland, CA",159,"Long Beach, CA" +180,187,159,"Long Beach, CA",268,"Seattle, WA" +180,188,268,"Seattle, WA",159,"Long Beach, CA" +180,189,269,"Longview, WA",159,"Long Beach, CA" +180,190,159,"Long Beach, CA",162,"Oakland, CA" +180,191,268,"Seattle, WA",162,"Oakland, CA" +180,192,268,"Seattle, WA",159,"Long Beach, CA" +180,193,268,"Seattle, WA",159,"Long Beach, CA" +180,194,159,"Long Beach, CA",159,"Long Beach, CA" +180,195,159,"Long Beach, CA",268,"Seattle, WA" +180,196,239,"Portland, OR",159,"Long Beach, CA" +180,197,159,"Long Beach, CA",159,"Long Beach, CA" +180,198,162,"Oakland, CA",239,"Portland, OR" +180,199,159,"Long Beach, CA",159,"Long Beach, CA" +180,200,162,"Oakland, CA",268,"Seattle, WA" +180,201,268,"Seattle, WA",268,"Seattle, WA" +180,202,159,"Long Beach, CA",159,"Long Beach, CA" +180,203,159,"Long Beach, CA",239,"Portland, OR" +180,204,268,"Seattle, WA",159,"Long Beach, CA" +180,205,269,"Longview, WA",159,"Long Beach, CA" +180,206,268,"Seattle, WA",159,"Long Beach, CA" +180,207,159,"Long Beach, CA",159,"Long Beach, CA" +180,208,159,"Long Beach, CA",159,"Long Beach, CA" +180,209,162,"Oakland, CA",162,"Oakland, CA" +180,210,268,"Seattle, WA",159,"Long Beach, CA" +180,211,162,"Oakland, CA",162,"Oakland, CA" +180,212,239,"Portland, OR",159,"Long Beach, CA" +180,213,162,"Oakland, CA",162,"Oakland, CA" +180,214,268,"Seattle, WA",159,"Long Beach, CA" +180,215,162,"Oakland, CA",159,"Long Beach, CA" +180,216,159,"Long Beach, CA",159,"Long Beach, CA" +180,217,162,"Oakland, CA",159,"Long Beach, CA" +180,218,269,"Longview, WA",162,"Oakland, CA" +180,219,159,"Long Beach, CA",159,"Long Beach, CA" +180,220,159,"Long Beach, CA",159,"Long Beach, CA" +180,221,239,"Portland, OR",159,"Long Beach, CA" +180,222,159,"Long Beach, CA",159,"Long Beach, CA" +180,223,159,"Long Beach, CA",159,"Long Beach, CA" +180,224,239,"Portland, OR",159,"Long Beach, CA" +180,225,268,"Seattle, WA",159,"Long Beach, CA" +180,226,159,"Long Beach, CA",159,"Long Beach, CA" +180,227,159,"Long Beach, CA",159,"Long Beach, CA" +180,228,159,"Long Beach, CA",159,"Long Beach, CA" +180,229,159,"Long Beach, CA",162,"Oakland, CA" +180,230,159,"Long Beach, CA",159,"Long Beach, CA" +180,231,159,"Long Beach, CA",268,"Seattle, WA" +180,232,268,"Seattle, WA",159,"Long Beach, CA" +180,233,268,"Seattle, WA",162,"Oakland, CA" +180,234,159,"Long Beach, CA",239,"Portland, OR" +180,235,268,"Seattle, WA",159,"Long Beach, CA" +180,236,268,"Seattle, WA",159,"Long Beach, CA" +180,237,162,"Oakland, CA",162,"Oakland, CA" +180,238,159,"Long Beach, CA",159,"Long Beach, CA" +180,239,268,"Seattle, WA",159,"Long Beach, CA" +180,240,159,"Long Beach, CA",239,"Portland, OR" +180,241,159,"Long Beach, CA",159,"Long Beach, CA" +180,242,268,"Seattle, WA",159,"Long Beach, CA" +180,243,268,"Seattle, WA",162,"Oakland, CA" +180,244,159,"Long Beach, CA",159,"Long Beach, CA" +180,245,239,"Portland, OR",159,"Long Beach, CA" +180,246,159,"Long Beach, CA",239,"Portland, OR" +180,247,239,"Portland, OR",159,"Long Beach, CA" +180,248,239,"Portland, OR",159,"Long Beach, CA" +180,249,162,"Oakland, CA",159,"Long Beach, CA" +180,250,159,"Long Beach, CA",159,"Long Beach, CA" +180,251,159,"Long Beach, CA",159,"Long Beach, CA" +180,252,159,"Long Beach, CA",159,"Long Beach, CA" +180,253,162,"Oakland, CA",159,"Long Beach, CA" +180,254,159,"Long Beach, CA",159,"Long Beach, CA" +180,255,159,"Long Beach, CA",268,"Seattle, WA" +180,256,159,"Long Beach, CA",268,"Seattle, WA" +180,257,162,"Oakland, CA",268,"Seattle, WA" +180,258,159,"Long Beach, CA",239,"Portland, OR" +180,259,162,"Oakland, CA",162,"Oakland, CA" +180,260,159,"Long Beach, CA",159,"Long Beach, CA" +180,261,159,"Long Beach, CA",159,"Long Beach, CA" +180,262,159,"Long Beach, CA",268,"Seattle, WA" +180,263,269,"Longview, WA",159,"Long Beach, CA" +180,264,269,"Longview, WA",159,"Long Beach, CA" +180,265,159,"Long Beach, CA",159,"Long Beach, CA" +180,266,268,"Seattle, WA",159,"Long Beach, CA" +180,267,159,"Long Beach, CA",162,"Oakland, CA" +180,268,268,"Seattle, WA",159,"Long Beach, CA" +180,269,159,"Long Beach, CA",159,"Long Beach, CA" +180,270,159,"Long Beach, CA",159,"Long Beach, CA" +180,271,159,"Long Beach, CA",268,"Seattle, WA" +180,272,159,"Long Beach, CA",162,"Oakland, CA" +180,273,159,"Long Beach, CA",159,"Long Beach, CA" +180,274,179,"Honolulu, HI",179,"Honolulu, HI" +180,275,179,"Honolulu, HI",179,"Honolulu, HI" +180,276,179,"Honolulu, HI",179,"Honolulu, HI" +180,277,179,"Honolulu, HI",179,"Honolulu, HI" +180,278,179,"Honolulu, HI",179,"Honolulu, HI" +180,279,179,"Honolulu, HI",179,"Honolulu, HI" +180,280,179,"Honolulu, HI",179,"Honolulu, HI" +180,281,179,"Honolulu, HI",179,"Honolulu, HI" +180,282,179,"Honolulu, HI",179,"Honolulu, HI" +180,283,179,"Honolulu, HI",179,"Honolulu, HI" +180,284,179,"Honolulu, HI",179,"Honolulu, HI" +180,285,179,"Honolulu, HI",179,"Honolulu, HI" +180,286,179,"Honolulu, HI",179,"Honolulu, HI" +180,287,179,"Honolulu, HI",179,"Honolulu, HI" +180,288,179,"Honolulu, HI",179,"Honolulu, HI" +180,289,179,"Honolulu, HI",179,"Honolulu, HI" +180,290,179,"Honolulu, HI",179,"Honolulu, HI" +180,291,179,"Honolulu, HI",179,"Honolulu, HI" +180,292,179,"Honolulu, HI",179,"Honolulu, HI" +180,293,179,"Honolulu, HI",179,"Honolulu, HI" +180,294,179,"Honolulu, HI",179,"Honolulu, HI" +180,295,179,"Honolulu, HI",179,"Honolulu, HI" +180,296,179,"Honolulu, HI",179,"Honolulu, HI" +180,297,179,"Honolulu, HI",179,"Honolulu, HI" +180,298,179,"Honolulu, HI",179,"Honolulu, HI" +180,299,179,"Honolulu, HI",179,"Honolulu, HI" +180,300,179,"Honolulu, HI",179,"Honolulu, HI" +180,301,179,"Honolulu, HI",179,"Honolulu, HI" +180,302,179,"Honolulu, HI",179,"Honolulu, HI" +180,303,179,"Honolulu, HI",179,"Honolulu, HI" +180,304,179,"Honolulu, HI",179,"Honolulu, HI" +180,305,179,"Honolulu, HI",179,"Honolulu, HI" +180,306,179,"Honolulu, HI",179,"Honolulu, HI" +180,307,179,"Honolulu, HI",179,"Honolulu, HI" +180,308,179,"Honolulu, HI",179,"Honolulu, HI" +180,309,179,"Honolulu, HI",179,"Honolulu, HI" +180,310,179,"Honolulu, HI",179,"Honolulu, HI" +180,311,179,"Honolulu, HI",179,"Honolulu, HI" +180,312,179,"Honolulu, HI",179,"Honolulu, HI" +180,313,179,"Honolulu, HI",179,"Honolulu, HI" +180,314,179,"Honolulu, HI",179,"Honolulu, HI" +180,315,179,"Honolulu, HI",179,"Honolulu, HI" +180,316,179,"Honolulu, HI",179,"Honolulu, HI" +180,317,179,"Honolulu, HI",179,"Honolulu, HI" +180,318,179,"Honolulu, HI",179,"Honolulu, HI" +180,319,179,"Honolulu, HI",179,"Honolulu, HI" +180,320,179,"Honolulu, HI",179,"Honolulu, HI" +180,321,179,"Honolulu, HI",179,"Honolulu, HI" +180,322,179,"Honolulu, HI",179,"Honolulu, HI" +180,323,179,"Honolulu, HI",179,"Honolulu, HI" +180,324,179,"Honolulu, HI",179,"Honolulu, HI" +180,325,179,"Honolulu, HI",179,"Honolulu, HI" +180,326,179,"Honolulu, HI",179,"Honolulu, HI" +180,327,179,"Honolulu, HI",179,"Honolulu, HI" +180,328,179,"Honolulu, HI",179,"Honolulu, HI" +180,329,179,"Honolulu, HI",179,"Honolulu, HI" +180,330,179,"Honolulu, HI",179,"Honolulu, HI" +180,331,179,"Honolulu, HI",179,"Honolulu, HI" +180,332,179,"Honolulu, HI",179,"Honolulu, HI" +180,333,179,"Honolulu, HI",179,"Honolulu, HI" +180,334,179,"Honolulu, HI",179,"Honolulu, HI" +180,335,179,"Honolulu, HI",179,"Honolulu, HI" +180,336,179,"Honolulu, HI",179,"Honolulu, HI" +180,337,179,"Honolulu, HI",179,"Honolulu, HI" +180,338,179,"Honolulu, HI",179,"Honolulu, HI" +180,339,179,"Honolulu, HI",179,"Honolulu, HI" +180,340,179,"Honolulu, HI",179,"Honolulu, HI" +180,341,179,"Honolulu, HI",179,"Honolulu, HI" +180,342,179,"Honolulu, HI",179,"Honolulu, HI" +180,343,179,"Honolulu, HI",179,"Honolulu, HI" +180,344,179,"Honolulu, HI",179,"Honolulu, HI" +180,345,179,"Honolulu, HI",179,"Honolulu, HI" +180,346,179,"Honolulu, HI",179,"Honolulu, HI" +180,347,179,"Honolulu, HI",179,"Honolulu, HI" +180,348,179,"Honolulu, HI",179,"Honolulu, HI" +180,349,179,"Honolulu, HI",179,"Honolulu, HI" +180,350,179,"Honolulu, HI",179,"Honolulu, HI" +180,351,179,"Honolulu, HI",179,"Honolulu, HI" +180,352,179,"Honolulu, HI",179,"Honolulu, HI" +180,353,179,"Honolulu, HI",179,"Honolulu, HI" +180,354,179,"Honolulu, HI",179,"Honolulu, HI" +180,355,179,"Honolulu, HI",179,"Honolulu, HI" +180,356,179,"Honolulu, HI",179,"Honolulu, HI" +180,357,179,"Honolulu, HI",179,"Honolulu, HI" +180,358,179,"Honolulu, HI",179,"Honolulu, HI" +180,359,179,"Honolulu, HI",179,"Honolulu, HI" +180,360,179,"Honolulu, HI",179,"Honolulu, HI" +180,361,179,"Honolulu, HI",179,"Honolulu, HI" +180,362,179,"Honolulu, HI",179,"Honolulu, HI" +180,363,179,"Honolulu, HI",179,"Honolulu, HI" +180,364,179,"Honolulu, HI",179,"Honolulu, HI" +180,365,179,"Honolulu, HI",179,"Honolulu, HI" +180,366,179,"Honolulu, HI",179,"Honolulu, HI" +180,367,179,"Honolulu, HI",179,"Honolulu, HI" +180,368,179,"Honolulu, HI",179,"Honolulu, HI" +180,369,179,"Honolulu, HI",179,"Honolulu, HI" +180,370,179,"Honolulu, HI",179,"Honolulu, HI" +180,371,179,"Honolulu, HI",179,"Honolulu, HI" +180,372,179,"Honolulu, HI",179,"Honolulu, HI" +180,373,179,"Honolulu, HI",179,"Honolulu, HI" +180,374,179,"Honolulu, HI",179,"Honolulu, HI" +180,375,179,"Honolulu, HI",179,"Honolulu, HI" +180,376,179,"Honolulu, HI",179,"Honolulu, HI" +180,377,179,"Honolulu, HI",179,"Honolulu, HI" +180,378,179,"Honolulu, HI",179,"Honolulu, HI" +180,379,179,"Honolulu, HI",179,"Honolulu, HI" +180,380,179,"Honolulu, HI",179,"Honolulu, HI" +180,381,179,"Honolulu, HI",179,"Honolulu, HI" +180,382,179,"Honolulu, HI",179,"Honolulu, HI" +180,383,179,"Honolulu, HI",179,"Honolulu, HI" +180,384,179,"Honolulu, HI",179,"Honolulu, HI" +180,385,179,"Honolulu, HI",179,"Honolulu, HI" +180,386,179,"Honolulu, HI",179,"Honolulu, HI" +180,387,179,"Honolulu, HI",179,"Honolulu, HI" +180,388,179,"Honolulu, HI",179,"Honolulu, HI" +180,389,179,"Honolulu, HI",179,"Honolulu, HI" +180,390,179,"Honolulu, HI",179,"Honolulu, HI" +180,391,179,"Honolulu, HI",179,"Honolulu, HI" +180,392,179,"Honolulu, HI",179,"Honolulu, HI" +180,393,179,"Honolulu, HI",179,"Honolulu, HI" +180,394,179,"Honolulu, HI",179,"Honolulu, HI" +180,395,179,"Honolulu, HI",179,"Honolulu, HI" +180,396,179,"Honolulu, HI",179,"Honolulu, HI" +180,397,179,"Honolulu, HI",179,"Honolulu, HI" +180,398,179,"Honolulu, HI",179,"Honolulu, HI" +180,399,179,"Honolulu, HI",179,"Honolulu, HI" +180,400,179,"Honolulu, HI",179,"Honolulu, HI" +180,401,179,"Honolulu, HI",179,"Honolulu, HI" +180,402,179,"Honolulu, HI",179,"Honolulu, HI" +180,403,179,"Honolulu, HI",179,"Honolulu, HI" +180,404,179,"Honolulu, HI",179,"Honolulu, HI" +180,405,179,"Honolulu, HI",179,"Honolulu, HI" +180,406,179,"Honolulu, HI",179,"Honolulu, HI" +180,407,179,"Honolulu, HI",179,"Honolulu, HI" +180,408,179,"Honolulu, HI",179,"Honolulu, HI" +180,409,179,"Honolulu, HI",179,"Honolulu, HI" +180,410,179,"Honolulu, HI",179,"Honolulu, HI" +180,411,179,"Honolulu, HI",179,"Honolulu, HI" +180,412,179,"Honolulu, HI",179,"Honolulu, HI" +180,413,179,"Honolulu, HI",179,"Honolulu, HI" +180,414,179,"Honolulu, HI",179,"Honolulu, HI" +180,415,179,"Honolulu, HI",179,"Honolulu, HI" +180,416,179,"Honolulu, HI",179,"Honolulu, HI" +180,417,179,"Honolulu, HI",179,"Honolulu, HI" +180,418,179,"Honolulu, HI",179,"Honolulu, HI" +180,419,179,"Honolulu, HI",179,"Honolulu, HI" +180,420,179,"Honolulu, HI",179,"Honolulu, HI" +180,421,179,"Honolulu, HI",179,"Honolulu, HI" +180,422,179,"Honolulu, HI",179,"Honolulu, HI" +180,423,179,"Honolulu, HI",179,"Honolulu, HI" +180,424,179,"Honolulu, HI",179,"Honolulu, HI" +180,425,179,"Honolulu, HI",179,"Honolulu, HI" +180,426,179,"Honolulu, HI",179,"Honolulu, HI" +180,427,179,"Honolulu, HI",179,"Honolulu, HI" +180,428,179,"Honolulu, HI",179,"Honolulu, HI" +180,429,179,"Honolulu, HI",179,"Honolulu, HI" +180,430,179,"Honolulu, HI",179,"Honolulu, HI" +180,431,179,"Honolulu, HI",179,"Honolulu, HI" +180,432,179,"Honolulu, HI",179,"Honolulu, HI" +180,433,179,"Honolulu, HI",179,"Honolulu, HI" +180,434,179,"Honolulu, HI",179,"Honolulu, HI" +180,435,179,"Honolulu, HI",179,"Honolulu, HI" +180,436,179,"Honolulu, HI",179,"Honolulu, HI" +180,437,179,"Honolulu, HI",179,"Honolulu, HI" +180,438,179,"Honolulu, HI",179,"Honolulu, HI" +180,439,179,"Honolulu, HI",179,"Honolulu, HI" +180,440,179,"Honolulu, HI",179,"Honolulu, HI" +180,441,179,"Honolulu, HI",179,"Honolulu, HI" +180,442,179,"Honolulu, HI",179,"Honolulu, HI" +180,443,179,"Honolulu, HI",179,"Honolulu, HI" +180,444,179,"Honolulu, HI",179,"Honolulu, HI" +180,445,179,"Honolulu, HI",179,"Honolulu, HI" +180,446,179,"Honolulu, HI",179,"Honolulu, HI" +180,447,179,"Honolulu, HI",179,"Honolulu, HI" +180,448,179,"Honolulu, HI",179,"Honolulu, HI" +180,449,179,"Honolulu, HI",179,"Honolulu, HI" +180,450,179,"Honolulu, HI",179,"Honolulu, HI" +180,451,179,"Honolulu, HI",179,"Honolulu, HI" +180,452,179,"Honolulu, HI",179,"Honolulu, HI" +180,453,179,"Honolulu, HI",179,"Honolulu, HI" +180,454,179,"Honolulu, HI",179,"Honolulu, HI" +180,455,179,"Honolulu, HI",179,"Honolulu, HI" +180,456,179,"Honolulu, HI",179,"Honolulu, HI" +180,457,179,"Honolulu, HI",179,"Honolulu, HI" +180,458,179,"Honolulu, HI",179,"Honolulu, HI" +180,459,179,"Honolulu, HI",179,"Honolulu, HI" +180,460,179,"Honolulu, HI",179,"Honolulu, HI" +180,461,179,"Honolulu, HI",179,"Honolulu, HI" +180,462,179,"Honolulu, HI",179,"Honolulu, HI" +180,463,179,"Honolulu, HI",179,"Honolulu, HI" +180,464,179,"Honolulu, HI",179,"Honolulu, HI" +180,465,179,"Honolulu, HI",179,"Honolulu, HI" +180,466,179,"Honolulu, HI",179,"Honolulu, HI" +180,467,179,"Honolulu, HI",179,"Honolulu, HI" +180,468,179,"Honolulu, HI",179,"Honolulu, HI" +180,469,179,"Honolulu, HI",179,"Honolulu, HI" +180,470,179,"Honolulu, HI",179,"Honolulu, HI" +180,471,179,"Honolulu, HI",179,"Honolulu, HI" +180,472,179,"Honolulu, HI",179,"Honolulu, HI" +180,473,179,"Honolulu, HI",179,"Honolulu, HI" +180,474,179,"Honolulu, HI",179,"Honolulu, HI" +180,475,179,"Honolulu, HI",179,"Honolulu, HI" +180,476,179,"Honolulu, HI",179,"Honolulu, HI" +180,477,179,"Honolulu, HI",179,"Honolulu, HI" +180,478,179,"Honolulu, HI",179,"Honolulu, HI" +180,479,179,"Honolulu, HI",179,"Honolulu, HI" +180,480,179,"Honolulu, HI",179,"Honolulu, HI" +180,481,179,"Honolulu, HI",179,"Honolulu, HI" +180,482,179,"Honolulu, HI",179,"Honolulu, HI" +180,483,179,"Honolulu, HI",179,"Honolulu, HI" +180,484,179,"Honolulu, HI",179,"Honolulu, HI" +180,485,179,"Honolulu, HI",179,"Honolulu, HI" +180,486,179,"Honolulu, HI",179,"Honolulu, HI" +180,487,179,"Honolulu, HI",179,"Honolulu, HI" +180,488,179,"Honolulu, HI",179,"Honolulu, HI" +180,489,179,"Honolulu, HI",179,"Honolulu, HI" +180,490,179,"Honolulu, HI",179,"Honolulu, HI" +180,491,179,"Honolulu, HI",179,"Honolulu, HI" +181,154,159,"Long Beach, CA",162,"Oakland, CA" +181,179,268,"Seattle, WA",162,"Oakland, CA" +181,180,159,"Long Beach, CA",159,"Long Beach, CA" +181,274,159,"Long Beach, CA",268,"Seattle, WA" +181,275,197,"Portland, ME",201,"Boston, MA" +181,276,217,"New York, NY and NJ",241,"Philadelphia, PA" +181,277,197,"Portland, ME",198,"Baltimore, MD" +181,278,197,"Portland, ME",223,"New York, NY and NJ" +181,279,177,"Savannah, GA",195,"New Orleans, LA" +181,280,245,"Charleston, SC",198,"Baltimore, MD" +181,281,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +181,282,198,"Baltimore, MD",217,"New York, NY and NJ" +181,283,174,"Tampa, FL",257,"Houston, TX" +181,284,268,"Seattle, WA",159,"Long Beach, CA" +181,285,217,"New York, NY and NJ",169,"Wilmington, DE" +181,286,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +181,287,174,"Tampa, FL",194,"Lake Charles, LA" +181,288,162,"Oakland, CA",159,"Long Beach, CA" +181,289,268,"Seattle, WA",159,"Long Beach, CA" +181,290,171,"Jacksonville, FL",194,"Lake Charles, LA" +181,291,201,"Boston, MA",217,"New York, NY and NJ" +181,292,201,"Boston, MA",223,"New York, NY and NJ" +181,293,253,"Beaumont, TX",257,"Houston, TX" +181,294,198,"Baltimore, MD",217,"New York, NY and NJ" +181,295,201,"Boston, MA",265,"Norfolk Harbor, VA" +181,296,268,"Seattle, WA",268,"Seattle, WA" +181,297,253,"Beaumont, TX",253,"Beaumont, TX" +181,298,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +181,299,195,"New Orleans, LA",257,"Houston, TX" +181,300,229,"Wilmington, NC",152,"Mobile, AL" +181,301,217,"New York, NY and NJ",217,"New York, NY and NJ" +181,302,177,"Savannah, GA",265,"Norfolk Harbor, VA" +181,303,159,"Long Beach, CA",268,"Seattle, WA" +181,304,198,"Baltimore, MD",241,"Philadelphia, PA" +181,305,265,"Norfolk Harbor, VA",201,"Boston, MA" +181,306,223,"New York, NY and NJ",169,"Wilmington, DE" +181,307,201,"Boston, MA",223,"New York, NY and NJ" +181,308,159,"Long Beach, CA",159,"Long Beach, CA" +181,309,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +181,310,195,"New Orleans, LA",193,"Baton Rouge, LA" +181,311,241,"Philadelphia, PA",223,"New York, NY and NJ" +181,312,253,"Beaumont, TX",194,"Lake Charles, LA" +181,313,241,"Philadelphia, PA",241,"Philadelphia, PA" +181,314,241,"Philadelphia, PA",217,"New York, NY and NJ" +181,315,177,"Savannah, GA",159,"Long Beach, CA" +181,316,268,"Seattle, WA",268,"Seattle, WA" +181,317,159,"Long Beach, CA",159,"Long Beach, CA" +181,318,159,"Long Beach, CA",159,"Long Beach, CA" +181,319,177,"Savannah, GA",195,"New Orleans, LA" +181,320,223,"New York, NY and NJ",197,"Portland, ME" +181,321,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +181,322,268,"Seattle, WA",159,"Long Beach, CA" +181,323,194,"Lake Charles, LA",257,"Houston, TX" +181,324,198,"Baltimore, MD",198,"Baltimore, MD" +181,325,152,"Mobile, AL",172,"Port Everglades, FL" +181,326,174,"Tampa, FL",195,"New Orleans, LA" +181,327,241,"Philadelphia, PA",198,"Baltimore, MD" +181,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +181,329,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +181,330,217,"New York, NY and NJ",217,"New York, NY and NJ" +181,331,244,"Providence, RI",218,"Camden-Gloucester, NJ" +181,332,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +181,333,172,"Port Everglades, FL",177,"Savannah, GA" +181,334,257,"Houston, TX",257,"Houston, TX" +181,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +181,336,159,"Long Beach, CA",159,"Long Beach, CA" +181,337,201,"Boston, MA",198,"Baltimore, MD" +181,338,201,"Boston, MA",198,"Baltimore, MD" +181,339,223,"New York, NY and NJ",229,"Wilmington, NC" +181,340,197,"Portland, ME",265,"Norfolk Harbor, VA" +181,341,195,"New Orleans, LA",195,"New Orleans, LA" +181,342,217,"New York, NY and NJ",223,"New York, NY and NJ" +181,343,159,"Long Beach, CA",162,"Oakland, CA" +181,344,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +181,345,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +181,346,195,"New Orleans, LA",257,"Houston, TX" +181,347,241,"Philadelphia, PA",241,"Philadelphia, PA" +181,348,197,"Portland, ME",198,"Baltimore, MD" +181,349,241,"Philadelphia, PA",223,"New York, NY and NJ" +181,350,223,"New York, NY and NJ",201,"Boston, MA" +181,351,197,"Portland, ME",197,"Portland, ME" +181,352,223,"New York, NY and NJ",241,"Philadelphia, PA" +181,353,201,"Boston, MA",244,"Providence, RI" +181,354,223,"New York, NY and NJ",241,"Philadelphia, PA" +181,355,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +181,356,174,"Tampa, FL",257,"Houston, TX" +181,357,177,"Savannah, GA",197,"Portland, ME" +181,358,217,"New York, NY and NJ",201,"Boston, MA" +181,359,217,"New York, NY and NJ",194,"Lake Charles, LA" +181,360,229,"Wilmington, NC",177,"Savannah, GA" +181,361,195,"New Orleans, LA",195,"New Orleans, LA" +181,362,223,"New York, NY and NJ",217,"New York, NY and NJ" +181,363,257,"Houston, TX",152,"Mobile, AL" +181,364,198,"Baltimore, MD",223,"New York, NY and NJ" +181,365,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +181,366,159,"Long Beach, CA",162,"Oakland, CA" +181,367,239,"Portland, OR",268,"Seattle, WA" +181,368,162,"Oakland, CA",268,"Seattle, WA" +181,369,159,"Long Beach, CA",159,"Long Beach, CA" +181,370,198,"Baltimore, MD",197,"Portland, ME" +181,371,159,"Long Beach, CA",159,"Long Beach, CA" +181,372,223,"New York, NY and NJ",201,"Boston, MA" +181,373,174,"Tampa, FL",194,"Lake Charles, LA" +181,374,159,"Long Beach, CA",159,"Long Beach, CA" +181,375,162,"Oakland, CA",162,"Oakland, CA" +181,376,159,"Long Beach, CA",159,"Long Beach, CA" +181,377,198,"Baltimore, MD",198,"Baltimore, MD" +181,378,257,"Houston, TX",195,"New Orleans, LA" +181,379,159,"Long Beach, CA",159,"Long Beach, CA" +181,380,239,"Portland, OR",159,"Long Beach, CA" +181,381,268,"Seattle, WA",268,"Seattle, WA" +181,382,223,"New York, NY and NJ",198,"Baltimore, MD" +181,383,268,"Seattle, WA",162,"Oakland, CA" +181,384,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +181,385,198,"Baltimore, MD",201,"Boston, MA" +181,386,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +181,387,241,"Philadelphia, PA",217,"New York, NY and NJ" +181,388,201,"Boston, MA",198,"Baltimore, MD" +181,389,197,"Portland, ME",201,"Boston, MA" +181,390,241,"Philadelphia, PA",241,"Philadelphia, PA" +181,391,201,"Boston, MA",201,"Boston, MA" +181,392,239,"Portland, OR",159,"Long Beach, CA" +181,393,268,"Seattle, WA",162,"Oakland, CA" +181,394,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +181,395,217,"New York, NY and NJ",223,"New York, NY and NJ" +181,396,159,"Long Beach, CA",159,"Long Beach, CA" +181,397,223,"New York, NY and NJ",223,"New York, NY and NJ" +181,398,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +181,399,253,"Beaumont, TX",253,"Beaumont, TX" +181,400,239,"Portland, OR",239,"Portland, OR" +181,401,197,"Portland, ME",241,"Philadelphia, PA" +181,402,197,"Portland, ME",223,"New York, NY and NJ" +181,403,239,"Portland, OR",159,"Long Beach, CA" +181,404,241,"Philadelphia, PA",198,"Baltimore, MD" +181,405,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +181,406,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +181,407,217,"New York, NY and NJ",198,"Baltimore, MD" +181,408,159,"Long Beach, CA",159,"Long Beach, CA" +181,409,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +181,410,159,"Long Beach, CA",239,"Portland, OR" +181,411,159,"Long Beach, CA",239,"Portland, OR" +181,412,223,"New York, NY and NJ",198,"Baltimore, MD" +181,413,159,"Long Beach, CA",159,"Long Beach, CA" +181,414,195,"New Orleans, LA",195,"New Orleans, LA" +181,415,218,"Camden-Gloucester, NJ",201,"Boston, MA" +181,416,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +181,417,268,"Seattle, WA",159,"Long Beach, CA" +181,418,268,"Seattle, WA",159,"Long Beach, CA" +181,419,197,"Portland, ME",198,"Baltimore, MD" +181,420,269,"Longview, WA",159,"Long Beach, CA" +181,421,162,"Oakland, CA",268,"Seattle, WA" +181,422,159,"Long Beach, CA",162,"Oakland, CA" +181,423,159,"Long Beach, CA",162,"Oakland, CA" +181,424,172,"Port Everglades, FL",208,"Pascagoula, MS" +181,425,269,"Longview, WA",268,"Seattle, WA" +181,426,257,"Houston, TX",208,"Pascagoula, MS" +181,427,257,"Houston, TX",257,"Houston, TX" +181,428,268,"Seattle, WA",268,"Seattle, WA" +181,429,159,"Long Beach, CA",159,"Long Beach, CA" +181,430,198,"Baltimore, MD",244,"Providence, RI" +181,431,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +181,432,239,"Portland, OR",162,"Oakland, CA" +181,433,201,"Boston, MA",208,"Pascagoula, MS" +181,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +181,435,197,"Portland, ME",197,"Portland, ME" +181,436,241,"Philadelphia, PA",201,"Boston, MA" +181,437,197,"Portland, ME",218,"Camden-Gloucester, NJ" +181,438,177,"Savannah, GA",195,"New Orleans, LA" +181,439,152,"Mobile, AL",195,"New Orleans, LA" +181,440,172,"Port Everglades, FL",253,"Beaumont, TX" +181,441,162,"Oakland, CA",159,"Long Beach, CA" +181,442,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +181,443,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +181,444,269,"Longview, WA",159,"Long Beach, CA" +181,445,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +181,446,217,"New York, NY and NJ",241,"Philadelphia, PA" +181,447,223,"New York, NY and NJ",241,"Philadelphia, PA" +181,448,217,"New York, NY and NJ",197,"Portland, ME" +181,449,268,"Seattle, WA",162,"Oakland, CA" +181,450,177,"Savannah, GA",194,"Lake Charles, LA" +181,451,198,"Baltimore, MD",223,"New York, NY and NJ" +181,452,217,"New York, NY and NJ",201,"Boston, MA" +181,453,159,"Long Beach, CA",162,"Oakland, CA" +181,454,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +181,455,177,"Savannah, GA",197,"Portland, ME" +181,456,159,"Long Beach, CA",268,"Seattle, WA" +181,457,265,"Norfolk Harbor, VA",197,"Portland, ME" +181,458,217,"New York, NY and NJ",223,"New York, NY and NJ" +181,459,269,"Longview, WA",269,"Longview, WA" +181,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +181,461,177,"Savannah, GA",195,"New Orleans, LA" +181,462,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +181,463,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +181,464,198,"Baltimore, MD",223,"New York, NY and NJ" +181,465,268,"Seattle, WA",159,"Long Beach, CA" +181,466,159,"Long Beach, CA",159,"Long Beach, CA" +181,467,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +181,468,269,"Longview, WA",159,"Long Beach, CA" +181,469,201,"Boston, MA",197,"Portland, ME" +181,470,159,"Long Beach, CA",162,"Oakland, CA" +181,471,241,"Philadelphia, PA",197,"Portland, ME" +181,472,268,"Seattle, WA",269,"Longview, WA" +181,473,159,"Long Beach, CA",269,"Longview, WA" +181,474,152,"Mobile, AL",253,"Beaumont, TX" +181,475,217,"New York, NY and NJ",201,"Boston, MA" +181,476,268,"Seattle, WA",159,"Long Beach, CA" +181,477,159,"Long Beach, CA",268,"Seattle, WA" +181,478,171,"Jacksonville, FL",172,"Port Everglades, FL" +181,479,159,"Long Beach, CA",159,"Long Beach, CA" +181,480,198,"Baltimore, MD",217,"New York, NY and NJ" +181,481,198,"Baltimore, MD",241,"Philadelphia, PA" +181,482,162,"Oakland, CA",159,"Long Beach, CA" +181,483,198,"Baltimore, MD",217,"New York, NY and NJ" +181,484,208,"Pascagoula, MS",257,"Houston, TX" +181,485,239,"Portland, OR",159,"Long Beach, CA" +181,486,162,"Oakland, CA",162,"Oakland, CA" +181,487,193,"Baton Rouge, LA",177,"Savannah, GA" +181,488,159,"Long Beach, CA",162,"Oakland, CA" +181,489,162,"Oakland, CA",162,"Oakland, CA" +181,490,217,"New York, NY and NJ",223,"New York, NY and NJ" +181,491,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +183,154,162,"Oakland, CA",268,"Seattle, WA" +183,179,159,"Long Beach, CA",268,"Seattle, WA" +183,180,269,"Longview, WA",159,"Long Beach, CA" +183,274,162,"Oakland, CA",162,"Oakland, CA" +183,275,197,"Portland, ME",201,"Boston, MA" +183,276,198,"Baltimore, MD",217,"New York, NY and NJ" +183,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +183,278,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +183,279,229,"Wilmington, NC",174,"Tampa, FL" +183,280,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +183,281,171,"Jacksonville, FL",257,"Houston, TX" +183,282,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +183,283,174,"Tampa, FL",172,"Port Everglades, FL" +183,284,268,"Seattle, WA",162,"Oakland, CA" +183,285,244,"Providence, RI",241,"Philadelphia, PA" +183,286,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +183,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +183,288,268,"Seattle, WA",162,"Oakland, CA" +183,289,162,"Oakland, CA",268,"Seattle, WA" +183,290,177,"Savannah, GA",265,"Norfolk Harbor, VA" +183,291,217,"New York, NY and NJ",223,"New York, NY and NJ" +183,292,198,"Baltimore, MD",169,"Wilmington, DE" +183,293,195,"New Orleans, LA",195,"New Orleans, LA" +183,294,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +183,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +183,296,239,"Portland, OR",159,"Long Beach, CA" +183,297,253,"Beaumont, TX",257,"Houston, TX" +183,298,217,"New York, NY and NJ",201,"Boston, MA" +183,299,241,"Philadelphia, PA",198,"Baltimore, MD" +183,300,171,"Jacksonville, FL",195,"New Orleans, LA" +183,301,198,"Baltimore, MD",223,"New York, NY and NJ" +183,302,172,"Port Everglades, FL",177,"Savannah, GA" +183,303,162,"Oakland, CA",162,"Oakland, CA" +183,304,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +183,305,197,"Portland, ME",217,"New York, NY and NJ" +183,306,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +183,307,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +183,308,162,"Oakland, CA",239,"Portland, OR" +183,309,223,"New York, NY and NJ",217,"New York, NY and NJ" +183,310,253,"Beaumont, TX",208,"Pascagoula, MS" +183,311,177,"Savannah, GA",198,"Baltimore, MD" +183,312,195,"New Orleans, LA",208,"Pascagoula, MS" +183,313,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +183,314,223,"New York, NY and NJ",217,"New York, NY and NJ" +183,315,254,"Corpus Christi, TX",245,"Charleston, SC" +183,316,268,"Seattle, WA",239,"Portland, OR" +183,317,159,"Long Beach, CA",159,"Long Beach, CA" +183,318,162,"Oakland, CA",239,"Portland, OR" +183,319,195,"New Orleans, LA",195,"New Orleans, LA" +183,320,169,"Wilmington, DE",241,"Philadelphia, PA" +183,321,169,"Wilmington, DE",245,"Charleston, SC" +183,322,159,"Long Beach, CA",159,"Long Beach, CA" +183,323,194,"Lake Charles, LA",195,"New Orleans, LA" +183,324,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +183,325,171,"Jacksonville, FL",195,"New Orleans, LA" +183,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +183,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +183,328,197,"Portland, ME",201,"Boston, MA" +183,329,217,"New York, NY and NJ",177,"Savannah, GA" +183,330,223,"New York, NY and NJ",217,"New York, NY and NJ" +183,331,198,"Baltimore, MD",198,"Baltimore, MD" +183,332,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +183,333,172,"Port Everglades, FL",172,"Port Everglades, FL" +183,334,195,"New Orleans, LA",208,"Pascagoula, MS" +183,335,223,"New York, NY and NJ",217,"New York, NY and NJ" +183,336,172,"Port Everglades, FL",257,"Houston, TX" +183,337,265,"Norfolk Harbor, VA",201,"Boston, MA" +183,338,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +183,339,217,"New York, NY and NJ",201,"Boston, MA" +183,340,197,"Portland, ME",241,"Philadelphia, PA" +183,341,257,"Houston, TX",171,"Jacksonville, FL" +183,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +183,343,162,"Oakland, CA",268,"Seattle, WA" +183,344,201,"Boston, MA",169,"Wilmington, DE" +183,345,201,"Boston, MA",217,"New York, NY and NJ" +183,346,241,"Philadelphia, PA",172,"Port Everglades, FL" +183,347,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +183,348,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +183,349,223,"New York, NY and NJ",241,"Philadelphia, PA" +183,350,197,"Portland, ME",265,"Norfolk Harbor, VA" +183,351,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +183,352,265,"Norfolk Harbor, VA",197,"Portland, ME" +183,353,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +183,354,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +183,355,245,"Charleston, SC",245,"Charleston, SC" +183,356,195,"New Orleans, LA",195,"New Orleans, LA" +183,357,217,"New York, NY and NJ",223,"New York, NY and NJ" +183,358,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +183,359,195,"New Orleans, LA",152,"Mobile, AL" +183,360,177,"Savannah, GA",177,"Savannah, GA" +183,361,253,"Beaumont, TX",253,"Beaumont, TX" +183,362,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +183,363,174,"Tampa, FL",152,"Mobile, AL" +183,364,265,"Norfolk Harbor, VA",197,"Portland, ME" +183,365,241,"Philadelphia, PA",201,"Boston, MA" +183,366,162,"Oakland, CA",159,"Long Beach, CA" +183,367,159,"Long Beach, CA",268,"Seattle, WA" +183,368,268,"Seattle, WA",268,"Seattle, WA" +183,369,159,"Long Beach, CA",159,"Long Beach, CA" +183,370,198,"Baltimore, MD",201,"Boston, MA" +183,371,162,"Oakland, CA",268,"Seattle, WA" +183,372,241,"Philadelphia, PA",217,"New York, NY and NJ" +183,373,174,"Tampa, FL",177,"Savannah, GA" +183,374,159,"Long Beach, CA",159,"Long Beach, CA" +183,375,269,"Longview, WA",159,"Long Beach, CA" +183,376,159,"Long Beach, CA",162,"Oakland, CA" +183,377,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +183,378,195,"New Orleans, LA",195,"New Orleans, LA" +183,379,268,"Seattle, WA",159,"Long Beach, CA" +183,380,239,"Portland, OR",159,"Long Beach, CA" +183,381,162,"Oakland, CA",159,"Long Beach, CA" +183,382,197,"Portland, ME",218,"Camden-Gloucester, NJ" +183,383,162,"Oakland, CA",159,"Long Beach, CA" +183,384,197,"Portland, ME",198,"Baltimore, MD" +183,385,241,"Philadelphia, PA",217,"New York, NY and NJ" +183,386,223,"New York, NY and NJ",197,"Portland, ME" +183,387,223,"New York, NY and NJ",217,"New York, NY and NJ" +183,388,223,"New York, NY and NJ",198,"Baltimore, MD" +183,389,241,"Philadelphia, PA",201,"Boston, MA" +183,390,241,"Philadelphia, PA",201,"Boston, MA" +183,391,201,"Boston, MA",169,"Wilmington, DE" +183,392,159,"Long Beach, CA",268,"Seattle, WA" +183,393,159,"Long Beach, CA",162,"Oakland, CA" +183,394,198,"Baltimore, MD",197,"Portland, ME" +183,395,217,"New York, NY and NJ",217,"New York, NY and NJ" +183,396,159,"Long Beach, CA",159,"Long Beach, CA" +183,397,198,"Baltimore, MD",217,"New York, NY and NJ" +183,398,197,"Portland, ME",241,"Philadelphia, PA" +183,399,195,"New Orleans, LA",195,"New Orleans, LA" +183,400,162,"Oakland, CA",159,"Long Beach, CA" +183,401,197,"Portland, ME",198,"Baltimore, MD" +183,402,217,"New York, NY and NJ",201,"Boston, MA" +183,403,239,"Portland, OR",159,"Long Beach, CA" +183,404,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +183,405,177,"Savannah, GA",195,"New Orleans, LA" +183,406,198,"Baltimore, MD",197,"Portland, ME" +183,407,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +183,408,268,"Seattle, WA",159,"Long Beach, CA" +183,409,223,"New York, NY and NJ",172,"Port Everglades, FL" +183,410,159,"Long Beach, CA",268,"Seattle, WA" +183,411,268,"Seattle, WA",268,"Seattle, WA" +183,412,201,"Boston, MA",217,"New York, NY and NJ" +183,413,159,"Long Beach, CA",159,"Long Beach, CA" +183,414,257,"Houston, TX",195,"New Orleans, LA" +183,415,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +183,416,217,"New York, NY and NJ",241,"Philadelphia, PA" +183,417,239,"Portland, OR",268,"Seattle, WA" +183,418,159,"Long Beach, CA",268,"Seattle, WA" +183,419,223,"New York, NY and NJ",198,"Baltimore, MD" +183,420,269,"Longview, WA",239,"Portland, OR" +183,421,268,"Seattle, WA",268,"Seattle, WA" +183,422,159,"Long Beach, CA",159,"Long Beach, CA" +183,423,159,"Long Beach, CA",159,"Long Beach, CA" +183,424,195,"New Orleans, LA",177,"Savannah, GA" +183,425,159,"Long Beach, CA",159,"Long Beach, CA" +183,426,195,"New Orleans, LA",195,"New Orleans, LA" +183,427,195,"New Orleans, LA",195,"New Orleans, LA" +183,428,162,"Oakland, CA",159,"Long Beach, CA" +183,429,162,"Oakland, CA",195,"New Orleans, LA" +183,430,198,"Baltimore, MD",217,"New York, NY and NJ" +183,431,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +183,432,162,"Oakland, CA",268,"Seattle, WA" +183,433,223,"New York, NY and NJ",217,"New York, NY and NJ" +183,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +183,435,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +183,436,201,"Boston, MA",223,"New York, NY and NJ" +183,437,265,"Norfolk Harbor, VA",177,"Savannah, GA" +183,438,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +183,439,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +183,440,174,"Tampa, FL",265,"Norfolk Harbor, VA" +183,441,159,"Long Beach, CA",239,"Portland, OR" +183,442,197,"Portland, ME",223,"New York, NY and NJ" +183,443,201,"Boston, MA",265,"Norfolk Harbor, VA" +183,444,268,"Seattle, WA",268,"Seattle, WA" +183,445,201,"Boston, MA",201,"Boston, MA" +183,446,217,"New York, NY and NJ",198,"Baltimore, MD" +183,447,198,"Baltimore, MD",217,"New York, NY and NJ" +183,448,241,"Philadelphia, PA",241,"Philadelphia, PA" +183,449,268,"Seattle, WA",159,"Long Beach, CA" +183,450,265,"Norfolk Harbor, VA",152,"Mobile, AL" +183,451,223,"New York, NY and NJ",198,"Baltimore, MD" +183,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +183,453,159,"Long Beach, CA",159,"Long Beach, CA" +183,454,217,"New York, NY and NJ",217,"New York, NY and NJ" +183,455,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +183,456,159,"Long Beach, CA",162,"Oakland, CA" +183,457,223,"New York, NY and NJ",244,"Providence, RI" +183,458,201,"Boston, MA",201,"Boston, MA" +183,459,268,"Seattle, WA",159,"Long Beach, CA" +183,460,265,"Norfolk Harbor, VA",201,"Boston, MA" +183,461,174,"Tampa, FL",174,"Tampa, FL" +183,462,223,"New York, NY and NJ",241,"Philadelphia, PA" +183,463,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +183,464,241,"Philadelphia, PA",201,"Boston, MA" +183,465,162,"Oakland, CA",159,"Long Beach, CA" +183,466,159,"Long Beach, CA",162,"Oakland, CA" +183,467,201,"Boston, MA",217,"New York, NY and NJ" +183,468,159,"Long Beach, CA",239,"Portland, OR" +183,469,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +183,470,159,"Long Beach, CA",268,"Seattle, WA" +183,471,223,"New York, NY and NJ",201,"Boston, MA" +183,472,159,"Long Beach, CA",159,"Long Beach, CA" +183,473,162,"Oakland, CA",159,"Long Beach, CA" +183,474,174,"Tampa, FL",177,"Savannah, GA" +183,475,223,"New York, NY and NJ",217,"New York, NY and NJ" +183,476,162,"Oakland, CA",268,"Seattle, WA" +183,477,159,"Long Beach, CA",268,"Seattle, WA" +183,478,177,"Savannah, GA",177,"Savannah, GA" +183,479,268,"Seattle, WA",159,"Long Beach, CA" +183,480,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +183,481,198,"Baltimore, MD",217,"New York, NY and NJ" +183,482,159,"Long Beach, CA",162,"Oakland, CA" +183,483,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +183,484,174,"Tampa, FL",193,"Baton Rouge, LA" +183,485,159,"Long Beach, CA",268,"Seattle, WA" +183,486,159,"Long Beach, CA",159,"Long Beach, CA" +183,487,172,"Port Everglades, FL",177,"Savannah, GA" +183,488,159,"Long Beach, CA",159,"Long Beach, CA" +183,489,159,"Long Beach, CA",268,"Seattle, WA" +183,490,177,"Savannah, GA",217,"New York, NY and NJ" +183,491,265,"Norfolk Harbor, VA",174,"Tampa, FL" +184,154,159,"Long Beach, CA",159,"Long Beach, CA" +184,179,268,"Seattle, WA",162,"Oakland, CA" +184,180,159,"Long Beach, CA",159,"Long Beach, CA" +184,274,268,"Seattle, WA",268,"Seattle, WA" +184,275,201,"Boston, MA",265,"Norfolk Harbor, VA" +184,276,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +184,277,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +184,278,223,"New York, NY and NJ",241,"Philadelphia, PA" +184,279,174,"Tampa, FL",172,"Port Everglades, FL" +184,280,265,"Norfolk Harbor, VA",177,"Savannah, GA" +184,281,174,"Tampa, FL",152,"Mobile, AL" +184,282,244,"Providence, RI",223,"New York, NY and NJ" +184,283,171,"Jacksonville, FL",172,"Port Everglades, FL" +184,284,268,"Seattle, WA",159,"Long Beach, CA" +184,285,169,"Wilmington, DE",197,"Portland, ME" +184,286,201,"Boston, MA",223,"New York, NY and NJ" +184,287,177,"Savannah, GA",152,"Mobile, AL" +184,288,159,"Long Beach, CA",268,"Seattle, WA" +184,289,159,"Long Beach, CA",159,"Long Beach, CA" +184,290,177,"Savannah, GA",265,"Norfolk Harbor, VA" +184,291,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +184,292,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +184,293,195,"New Orleans, LA",152,"Mobile, AL" +184,294,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +184,295,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +184,296,162,"Oakland, CA",159,"Long Beach, CA" +184,297,177,"Savannah, GA",194,"Lake Charles, LA" +184,298,197,"Portland, ME",218,"Camden-Gloucester, NJ" +184,299,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +184,300,177,"Savannah, GA",265,"Norfolk Harbor, VA" +184,301,197,"Portland, ME",223,"New York, NY and NJ" +184,302,177,"Savannah, GA",265,"Norfolk Harbor, VA" +184,303,159,"Long Beach, CA",268,"Seattle, WA" +184,304,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +184,305,198,"Baltimore, MD",198,"Baltimore, MD" +184,306,197,"Portland, ME",244,"Providence, RI" +184,307,201,"Boston, MA",265,"Norfolk Harbor, VA" +184,308,159,"Long Beach, CA",268,"Seattle, WA" +184,309,217,"New York, NY and NJ",241,"Philadelphia, PA" +184,310,223,"New York, NY and NJ",223,"New York, NY and NJ" +184,311,177,"Savannah, GA",223,"New York, NY and NJ" +184,312,171,"Jacksonville, FL",152,"Mobile, AL" +184,313,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +184,314,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +184,315,195,"New Orleans, LA",257,"Houston, TX" +184,316,159,"Long Beach, CA",268,"Seattle, WA" +184,317,159,"Long Beach, CA",159,"Long Beach, CA" +184,318,159,"Long Beach, CA",159,"Long Beach, CA" +184,319,152,"Mobile, AL",195,"New Orleans, LA" +184,320,172,"Port Everglades, FL",198,"Baltimore, MD" +184,321,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +184,322,159,"Long Beach, CA",268,"Seattle, WA" +184,323,171,"Jacksonville, FL",195,"New Orleans, LA" +184,324,223,"New York, NY and NJ",198,"Baltimore, MD" +184,325,171,"Jacksonville, FL",152,"Mobile, AL" +184,326,177,"Savannah, GA",152,"Mobile, AL" +184,327,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +184,328,217,"New York, NY and NJ",197,"Portland, ME" +184,329,198,"Baltimore, MD",197,"Portland, ME" +184,330,217,"New York, NY and NJ",217,"New York, NY and NJ" +184,331,223,"New York, NY and NJ",241,"Philadelphia, PA" +184,332,171,"Jacksonville, FL",152,"Mobile, AL" +184,333,177,"Savannah, GA",245,"Charleston, SC" +184,334,195,"New Orleans, LA",193,"Baton Rouge, LA" +184,335,201,"Boston, MA",218,"Camden-Gloucester, NJ" +184,336,177,"Savannah, GA",257,"Houston, TX" +184,337,217,"New York, NY and NJ",241,"Philadelphia, PA" +184,338,198,"Baltimore, MD",217,"New York, NY and NJ" +184,339,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +184,340,197,"Portland, ME",201,"Boston, MA" +184,341,254,"Corpus Christi, TX",195,"New Orleans, LA" +184,342,198,"Baltimore, MD",217,"New York, NY and NJ" +184,343,159,"Long Beach, CA",159,"Long Beach, CA" +184,344,217,"New York, NY and NJ",198,"Baltimore, MD" +184,345,197,"Portland, ME",197,"Portland, ME" +184,346,217,"New York, NY and NJ",201,"Boston, MA" +184,347,217,"New York, NY and NJ",223,"New York, NY and NJ" +184,348,198,"Baltimore, MD",223,"New York, NY and NJ" +184,349,217,"New York, NY and NJ",223,"New York, NY and NJ" +184,350,217,"New York, NY and NJ",197,"Portland, ME" +184,351,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +184,352,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +184,353,217,"New York, NY and NJ",223,"New York, NY and NJ" +184,354,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +184,355,177,"Savannah, GA",177,"Savannah, GA" +184,356,193,"Baton Rouge, LA",208,"Pascagoula, MS" +184,357,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +184,358,223,"New York, NY and NJ",201,"Boston, MA" +184,359,172,"Port Everglades, FL",195,"New Orleans, LA" +184,360,171,"Jacksonville, FL",172,"Port Everglades, FL" +184,361,194,"Lake Charles, LA",195,"New Orleans, LA" +184,362,197,"Portland, ME",223,"New York, NY and NJ" +184,363,195,"New Orleans, LA",253,"Beaumont, TX" +184,364,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +184,365,223,"New York, NY and NJ",217,"New York, NY and NJ" +184,366,159,"Long Beach, CA",159,"Long Beach, CA" +184,367,268,"Seattle, WA",159,"Long Beach, CA" +184,368,162,"Oakland, CA",159,"Long Beach, CA" +184,369,239,"Portland, OR",162,"Oakland, CA" +184,370,217,"New York, NY and NJ",197,"Portland, ME" +184,371,268,"Seattle, WA",159,"Long Beach, CA" +184,372,223,"New York, NY and NJ",241,"Philadelphia, PA" +184,373,177,"Savannah, GA",172,"Port Everglades, FL" +184,374,159,"Long Beach, CA",162,"Oakland, CA" +184,375,268,"Seattle, WA",239,"Portland, OR" +184,376,159,"Long Beach, CA",159,"Long Beach, CA" +184,377,201,"Boston, MA",229,"Wilmington, NC" +184,378,195,"New Orleans, LA",195,"New Orleans, LA" +184,379,159,"Long Beach, CA",159,"Long Beach, CA" +184,380,159,"Long Beach, CA",268,"Seattle, WA" +184,381,159,"Long Beach, CA",162,"Oakland, CA" +184,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +184,383,159,"Long Beach, CA",162,"Oakland, CA" +184,384,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +184,385,223,"New York, NY and NJ",217,"New York, NY and NJ" +184,386,198,"Baltimore, MD",244,"Providence, RI" +184,387,265,"Norfolk Harbor, VA",201,"Boston, MA" +184,388,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +184,389,241,"Philadelphia, PA",223,"New York, NY and NJ" +184,390,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +184,391,198,"Baltimore, MD",223,"New York, NY and NJ" +184,392,159,"Long Beach, CA",268,"Seattle, WA" +184,393,159,"Long Beach, CA",159,"Long Beach, CA" +184,394,201,"Boston, MA",265,"Norfolk Harbor, VA" +184,395,217,"New York, NY and NJ",169,"Wilmington, DE" +184,396,268,"Seattle, WA",159,"Long Beach, CA" +184,397,201,"Boston, MA",217,"New York, NY and NJ" +184,398,217,"New York, NY and NJ",223,"New York, NY and NJ" +184,399,195,"New Orleans, LA",253,"Beaumont, TX" +184,400,159,"Long Beach, CA",159,"Long Beach, CA" +184,401,223,"New York, NY and NJ",201,"Boston, MA" +184,402,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +184,403,159,"Long Beach, CA",159,"Long Beach, CA" +184,404,217,"New York, NY and NJ",198,"Baltimore, MD" +184,405,198,"Baltimore, MD",195,"New Orleans, LA" +184,406,241,"Philadelphia, PA",217,"New York, NY and NJ" +184,407,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +184,408,162,"Oakland, CA",159,"Long Beach, CA" +184,409,217,"New York, NY and NJ",223,"New York, NY and NJ" +184,410,159,"Long Beach, CA",159,"Long Beach, CA" +184,411,159,"Long Beach, CA",159,"Long Beach, CA" +184,412,197,"Portland, ME",217,"New York, NY and NJ" +184,413,162,"Oakland, CA",159,"Long Beach, CA" +184,414,195,"New Orleans, LA",195,"New Orleans, LA" +184,415,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +184,416,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +184,417,268,"Seattle, WA",159,"Long Beach, CA" +184,418,162,"Oakland, CA",162,"Oakland, CA" +184,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +184,420,159,"Long Beach, CA",159,"Long Beach, CA" +184,421,159,"Long Beach, CA",159,"Long Beach, CA" +184,422,159,"Long Beach, CA",162,"Oakland, CA" +184,423,159,"Long Beach, CA",159,"Long Beach, CA" +184,424,177,"Savannah, GA",208,"Pascagoula, MS" +184,425,159,"Long Beach, CA",159,"Long Beach, CA" +184,426,171,"Jacksonville, FL",171,"Jacksonville, FL" +184,427,195,"New Orleans, LA",195,"New Orleans, LA" +184,428,162,"Oakland, CA",239,"Portland, OR" +184,429,159,"Long Beach, CA",159,"Long Beach, CA" +184,430,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +184,431,217,"New York, NY and NJ",169,"Wilmington, DE" +184,432,268,"Seattle, WA",162,"Oakland, CA" +184,433,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +184,434,217,"New York, NY and NJ",223,"New York, NY and NJ" +184,435,217,"New York, NY and NJ",223,"New York, NY and NJ" +184,436,197,"Portland, ME",265,"Norfolk Harbor, VA" +184,437,217,"New York, NY and NJ",217,"New York, NY and NJ" +184,438,265,"Norfolk Harbor, VA",174,"Tampa, FL" +184,439,172,"Port Everglades, FL",172,"Port Everglades, FL" +184,440,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +184,441,268,"Seattle, WA",239,"Portland, OR" +184,442,244,"Providence, RI",197,"Portland, ME" +184,443,241,"Philadelphia, PA",223,"New York, NY and NJ" +184,444,159,"Long Beach, CA",269,"Longview, WA" +184,445,201,"Boston, MA",265,"Norfolk Harbor, VA" +184,446,201,"Boston, MA",265,"Norfolk Harbor, VA" +184,447,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +184,448,223,"New York, NY and NJ",197,"Portland, ME" +184,449,239,"Portland, OR",159,"Long Beach, CA" +184,450,172,"Port Everglades, FL",245,"Charleston, SC" +184,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +184,452,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +184,453,159,"Long Beach, CA",239,"Portland, OR" +184,454,217,"New York, NY and NJ",201,"Boston, MA" +184,455,169,"Wilmington, DE",198,"Baltimore, MD" +184,456,268,"Seattle, WA",159,"Long Beach, CA" +184,457,201,"Boston, MA",265,"Norfolk Harbor, VA" +184,458,201,"Boston, MA",217,"New York, NY and NJ" +184,459,159,"Long Beach, CA",159,"Long Beach, CA" +184,460,244,"Providence, RI",197,"Portland, ME" +184,461,229,"Wilmington, NC",245,"Charleston, SC" +184,462,223,"New York, NY and NJ",223,"New York, NY and NJ" +184,463,223,"New York, NY and NJ",197,"Portland, ME" +184,464,169,"Wilmington, DE",229,"Wilmington, NC" +184,465,159,"Long Beach, CA",159,"Long Beach, CA" +184,466,268,"Seattle, WA",159,"Long Beach, CA" +184,467,241,"Philadelphia, PA",244,"Providence, RI" +184,468,268,"Seattle, WA",159,"Long Beach, CA" +184,469,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +184,470,159,"Long Beach, CA",159,"Long Beach, CA" +184,471,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +184,472,159,"Long Beach, CA",159,"Long Beach, CA" +184,473,159,"Long Beach, CA",159,"Long Beach, CA" +184,474,245,"Charleston, SC",265,"Norfolk Harbor, VA" +184,475,201,"Boston, MA",197,"Portland, ME" +184,476,268,"Seattle, WA",269,"Longview, WA" +184,477,159,"Long Beach, CA",269,"Longview, WA" +184,478,177,"Savannah, GA",265,"Norfolk Harbor, VA" +184,479,159,"Long Beach, CA",159,"Long Beach, CA" +184,480,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +184,481,217,"New York, NY and NJ",197,"Portland, ME" +184,482,268,"Seattle, WA",159,"Long Beach, CA" +184,483,197,"Portland, ME",217,"New York, NY and NJ" +184,484,198,"Baltimore, MD",195,"New Orleans, LA" +184,485,268,"Seattle, WA",159,"Long Beach, CA" +184,486,268,"Seattle, WA",239,"Portland, OR" +184,487,152,"Mobile, AL",172,"Port Everglades, FL" +184,488,159,"Long Beach, CA",162,"Oakland, CA" +184,489,268,"Seattle, WA",171,"Jacksonville, FL" +184,490,217,"New York, NY and NJ",198,"Baltimore, MD" +184,491,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +185,154,159,"Long Beach, CA",159,"Long Beach, CA" +185,179,268,"Seattle, WA",159,"Long Beach, CA" +185,180,268,"Seattle, WA",159,"Long Beach, CA" +185,274,268,"Seattle, WA",159,"Long Beach, CA" +185,275,218,"Camden-Gloucester, NJ",197,"Portland, ME" +185,276,201,"Boston, MA",198,"Baltimore, MD" +185,277,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +185,278,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +185,279,172,"Port Everglades, FL",245,"Charleston, SC" +185,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +185,281,253,"Beaumont, TX",195,"New Orleans, LA" +185,282,201,"Boston, MA",217,"New York, NY and NJ" +185,283,174,"Tampa, FL",174,"Tampa, FL" +185,284,159,"Long Beach, CA",159,"Long Beach, CA" +185,285,217,"New York, NY and NJ",241,"Philadelphia, PA" +185,286,223,"New York, NY and NJ",198,"Baltimore, MD" +185,287,245,"Charleston, SC",172,"Port Everglades, FL" +185,288,268,"Seattle, WA",268,"Seattle, WA" +185,289,159,"Long Beach, CA",159,"Long Beach, CA" +185,290,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +185,291,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +185,292,223,"New York, NY and NJ",217,"New York, NY and NJ" +185,293,195,"New Orleans, LA",195,"New Orleans, LA" +185,294,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +185,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +185,296,159,"Long Beach, CA",159,"Long Beach, CA" +185,297,193,"Baton Rouge, LA",172,"Port Everglades, FL" +185,298,197,"Portland, ME",197,"Portland, ME" +185,299,198,"Baltimore, MD",197,"Portland, ME" +185,300,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +185,301,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +185,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +185,303,159,"Long Beach, CA",162,"Oakland, CA" +185,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +185,305,217,"New York, NY and NJ",198,"Baltimore, MD" +185,306,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +185,307,201,"Boston, MA",198,"Baltimore, MD" +185,308,159,"Long Beach, CA",159,"Long Beach, CA" +185,309,217,"New York, NY and NJ",229,"Wilmington, NC" +185,310,195,"New Orleans, LA",241,"Philadelphia, PA" +185,311,198,"Baltimore, MD",197,"Portland, ME" +185,312,195,"New Orleans, LA",152,"Mobile, AL" +185,313,218,"Camden-Gloucester, NJ",244,"Providence, RI" +185,314,197,"Portland, ME",217,"New York, NY and NJ" +185,315,152,"Mobile, AL",198,"Baltimore, MD" +185,316,162,"Oakland, CA",268,"Seattle, WA" +185,317,159,"Long Beach, CA",159,"Long Beach, CA" +185,318,159,"Long Beach, CA",239,"Portland, OR" +185,319,177,"Savannah, GA",245,"Charleston, SC" +185,320,201,"Boston, MA",177,"Savannah, GA" +185,321,217,"New York, NY and NJ",223,"New York, NY and NJ" +185,322,239,"Portland, OR",268,"Seattle, WA" +185,323,152,"Mobile, AL",152,"Mobile, AL" +185,324,241,"Philadelphia, PA",244,"Providence, RI" +185,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +185,326,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +185,327,241,"Philadelphia, PA",223,"New York, NY and NJ" +185,328,217,"New York, NY and NJ",223,"New York, NY and NJ" +185,329,217,"New York, NY and NJ",198,"Baltimore, MD" +185,330,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +185,331,217,"New York, NY and NJ",201,"Boston, MA" +185,332,172,"Port Everglades, FL",229,"Wilmington, NC" +185,333,174,"Tampa, FL",172,"Port Everglades, FL" +185,334,195,"New Orleans, LA",194,"Lake Charles, LA" +185,335,244,"Providence, RI",201,"Boston, MA" +185,336,152,"Mobile, AL",195,"New Orleans, LA" +185,337,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +185,338,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +185,339,201,"Boston, MA",265,"Norfolk Harbor, VA" +185,340,217,"New York, NY and NJ",198,"Baltimore, MD" +185,341,152,"Mobile, AL",265,"Norfolk Harbor, VA" +185,342,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +185,343,268,"Seattle, WA",159,"Long Beach, CA" +185,344,241,"Philadelphia, PA",241,"Philadelphia, PA" +185,345,217,"New York, NY and NJ",223,"New York, NY and NJ" +185,346,198,"Baltimore, MD",223,"New York, NY and NJ" +185,347,217,"New York, NY and NJ",223,"New York, NY and NJ" +185,348,197,"Portland, ME",201,"Boston, MA" +185,349,244,"Providence, RI",241,"Philadelphia, PA" +185,350,201,"Boston, MA",223,"New York, NY and NJ" +185,351,201,"Boston, MA",223,"New York, NY and NJ" +185,352,217,"New York, NY and NJ",201,"Boston, MA" +185,353,223,"New York, NY and NJ",241,"Philadelphia, PA" +185,354,201,"Boston, MA",198,"Baltimore, MD" +185,355,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +185,356,253,"Beaumont, TX",152,"Mobile, AL" +185,357,223,"New York, NY and NJ",198,"Baltimore, MD" +185,358,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +185,359,245,"Charleston, SC",265,"Norfolk Harbor, VA" +185,360,177,"Savannah, GA",177,"Savannah, GA" +185,361,172,"Port Everglades, FL",257,"Houston, TX" +185,362,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +185,363,152,"Mobile, AL",195,"New Orleans, LA" +185,364,217,"New York, NY and NJ",201,"Boston, MA" +185,365,197,"Portland, ME",217,"New York, NY and NJ" +185,366,268,"Seattle, WA",159,"Long Beach, CA" +185,367,268,"Seattle, WA",239,"Portland, OR" +185,368,159,"Long Beach, CA",159,"Long Beach, CA" +185,369,159,"Long Beach, CA",268,"Seattle, WA" +185,370,197,"Portland, ME",241,"Philadelphia, PA" +185,371,159,"Long Beach, CA",269,"Longview, WA" +185,372,223,"New York, NY and NJ",201,"Boston, MA" +185,373,177,"Savannah, GA",177,"Savannah, GA" +185,374,159,"Long Beach, CA",159,"Long Beach, CA" +185,375,159,"Long Beach, CA",159,"Long Beach, CA" +185,376,159,"Long Beach, CA",268,"Seattle, WA" +185,377,217,"New York, NY and NJ",198,"Baltimore, MD" +185,378,194,"Lake Charles, LA",194,"Lake Charles, LA" +185,379,159,"Long Beach, CA",162,"Oakland, CA" +185,380,159,"Long Beach, CA",269,"Longview, WA" +185,381,268,"Seattle, WA",162,"Oakland, CA" +185,382,198,"Baltimore, MD",223,"New York, NY and NJ" +185,383,159,"Long Beach, CA",268,"Seattle, WA" +185,384,223,"New York, NY and NJ",197,"Portland, ME" +185,385,265,"Norfolk Harbor, VA",197,"Portland, ME" +185,386,197,"Portland, ME",244,"Providence, RI" +185,387,241,"Philadelphia, PA",197,"Portland, ME" +185,388,201,"Boston, MA",217,"New York, NY and NJ" +185,389,223,"New York, NY and NJ",198,"Baltimore, MD" +185,390,223,"New York, NY and NJ",217,"New York, NY and NJ" +185,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +185,392,159,"Long Beach, CA",268,"Seattle, WA" +185,393,159,"Long Beach, CA",268,"Seattle, WA" +185,394,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +185,395,198,"Baltimore, MD",198,"Baltimore, MD" +185,396,162,"Oakland, CA",159,"Long Beach, CA" +185,397,201,"Boston, MA",201,"Boston, MA" +185,398,169,"Wilmington, DE",223,"New York, NY and NJ" +185,399,193,"Baton Rouge, LA",257,"Houston, TX" +185,400,239,"Portland, OR",159,"Long Beach, CA" +185,401,244,"Providence, RI",198,"Baltimore, MD" +185,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +185,403,159,"Long Beach, CA",162,"Oakland, CA" +185,404,265,"Norfolk Harbor, VA",197,"Portland, ME" +185,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +185,406,198,"Baltimore, MD",217,"New York, NY and NJ" +185,407,229,"Wilmington, NC",223,"New York, NY and NJ" +185,408,162,"Oakland, CA",159,"Long Beach, CA" +185,409,244,"Providence, RI",197,"Portland, ME" +185,410,159,"Long Beach, CA",269,"Longview, WA" +185,411,159,"Long Beach, CA",159,"Long Beach, CA" +185,412,223,"New York, NY and NJ",198,"Baltimore, MD" +185,413,269,"Longview, WA",159,"Long Beach, CA" +185,414,178,"Brunswick, GA",194,"Lake Charles, LA" +185,415,223,"New York, NY and NJ",241,"Philadelphia, PA" +185,416,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +185,417,268,"Seattle, WA",159,"Long Beach, CA" +185,418,268,"Seattle, WA",239,"Portland, OR" +185,419,244,"Providence, RI",223,"New York, NY and NJ" +185,420,159,"Long Beach, CA",159,"Long Beach, CA" +185,421,159,"Long Beach, CA",159,"Long Beach, CA" +185,422,162,"Oakland, CA",268,"Seattle, WA" +185,423,239,"Portland, OR",195,"New Orleans, LA" +185,424,177,"Savannah, GA",229,"Wilmington, NC" +185,425,162,"Oakland, CA",159,"Long Beach, CA" +185,426,178,"Brunswick, GA",195,"New Orleans, LA" +185,427,172,"Port Everglades, FL",253,"Beaumont, TX" +185,428,268,"Seattle, WA",159,"Long Beach, CA" +185,429,159,"Long Beach, CA",172,"Port Everglades, FL" +185,430,197,"Portland, ME",217,"New York, NY and NJ" +185,431,201,"Boston, MA",217,"New York, NY and NJ" +185,432,268,"Seattle, WA",162,"Oakland, CA" +185,433,223,"New York, NY and NJ",201,"Boston, MA" +185,434,217,"New York, NY and NJ",223,"New York, NY and NJ" +185,435,217,"New York, NY and NJ",223,"New York, NY and NJ" +185,436,198,"Baltimore, MD",217,"New York, NY and NJ" +185,437,177,"Savannah, GA",244,"Providence, RI" +185,438,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +185,439,217,"New York, NY and NJ",169,"Wilmington, DE" +185,440,177,"Savannah, GA",265,"Norfolk Harbor, VA" +185,441,159,"Long Beach, CA",159,"Long Beach, CA" +185,442,197,"Portland, ME",223,"New York, NY and NJ" +185,443,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +185,444,268,"Seattle, WA",239,"Portland, OR" +185,445,223,"New York, NY and NJ",241,"Philadelphia, PA" +185,446,217,"New York, NY and NJ",241,"Philadelphia, PA" +185,447,169,"Wilmington, DE",217,"New York, NY and NJ" +185,448,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +185,449,159,"Long Beach, CA",162,"Oakland, CA" +185,450,245,"Charleston, SC",152,"Mobile, AL" +185,451,201,"Boston, MA",198,"Baltimore, MD" +185,452,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +185,453,268,"Seattle, WA",159,"Long Beach, CA" +185,454,241,"Philadelphia, PA",244,"Providence, RI" +185,455,241,"Philadelphia, PA",197,"Portland, ME" +185,456,162,"Oakland, CA",159,"Long Beach, CA" +185,457,201,"Boston, MA",198,"Baltimore, MD" +185,458,198,"Baltimore, MD",223,"New York, NY and NJ" +185,459,239,"Portland, OR",159,"Long Beach, CA" +185,460,217,"New York, NY and NJ",241,"Philadelphia, PA" +185,461,172,"Port Everglades, FL",172,"Port Everglades, FL" +185,462,177,"Savannah, GA",217,"New York, NY and NJ" +185,463,223,"New York, NY and NJ",241,"Philadelphia, PA" +185,464,198,"Baltimore, MD",217,"New York, NY and NJ" +185,465,268,"Seattle, WA",239,"Portland, OR" +185,466,159,"Long Beach, CA",159,"Long Beach, CA" +185,467,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +185,468,239,"Portland, OR",159,"Long Beach, CA" +185,469,217,"New York, NY and NJ",223,"New York, NY and NJ" +185,470,268,"Seattle, WA",159,"Long Beach, CA" +185,471,197,"Portland, ME",177,"Savannah, GA" +185,472,159,"Long Beach, CA",159,"Long Beach, CA" +185,473,159,"Long Beach, CA",268,"Seattle, WA" +185,474,171,"Jacksonville, FL",217,"New York, NY and NJ" +185,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +185,476,159,"Long Beach, CA",159,"Long Beach, CA" +185,477,159,"Long Beach, CA",159,"Long Beach, CA" +185,478,245,"Charleston, SC",174,"Tampa, FL" +185,479,239,"Portland, OR",159,"Long Beach, CA" +185,480,241,"Philadelphia, PA",229,"Wilmington, NC" +185,481,197,"Portland, ME",223,"New York, NY and NJ" +185,482,159,"Long Beach, CA",268,"Seattle, WA" +185,483,217,"New York, NY and NJ",201,"Boston, MA" +185,484,172,"Port Everglades, FL",208,"Pascagoula, MS" +185,485,162,"Oakland, CA",159,"Long Beach, CA" +185,486,159,"Long Beach, CA",159,"Long Beach, CA" +185,487,174,"Tampa, FL",198,"Baltimore, MD" +185,488,159,"Long Beach, CA",159,"Long Beach, CA" +185,489,159,"Long Beach, CA",162,"Oakland, CA" +185,490,244,"Providence, RI",217,"New York, NY and NJ" +185,491,241,"Philadelphia, PA",217,"New York, NY and NJ" +186,154,159,"Long Beach, CA",159,"Long Beach, CA" +186,179,162,"Oakland, CA",268,"Seattle, WA" +186,180,162,"Oakland, CA",159,"Long Beach, CA" +186,274,159,"Long Beach, CA",159,"Long Beach, CA" +186,275,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +186,276,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +186,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +186,278,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +186,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +186,280,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +186,281,194,"Lake Charles, LA",208,"Pascagoula, MS" +186,282,197,"Portland, ME",218,"Camden-Gloucester, NJ" +186,283,174,"Tampa, FL",172,"Port Everglades, FL" +186,284,159,"Long Beach, CA",159,"Long Beach, CA" +186,285,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +186,286,201,"Boston, MA",198,"Baltimore, MD" +186,287,177,"Savannah, GA",172,"Port Everglades, FL" +186,288,159,"Long Beach, CA",268,"Seattle, WA" +186,289,268,"Seattle, WA",239,"Portland, OR" +186,290,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +186,291,217,"New York, NY and NJ",217,"New York, NY and NJ" +186,292,217,"New York, NY and NJ",241,"Philadelphia, PA" +186,293,195,"New Orleans, LA",195,"New Orleans, LA" +186,294,218,"Camden-Gloucester, NJ",201,"Boston, MA" +186,295,169,"Wilmington, DE",169,"Wilmington, DE" +186,296,268,"Seattle, WA",268,"Seattle, WA" +186,297,178,"Brunswick, GA",171,"Jacksonville, FL" +186,298,198,"Baltimore, MD",217,"New York, NY and NJ" +186,299,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +186,300,172,"Port Everglades, FL",198,"Baltimore, MD" +186,301,241,"Philadelphia, PA",217,"New York, NY and NJ" +186,302,245,"Charleston, SC",265,"Norfolk Harbor, VA" +186,303,268,"Seattle, WA",159,"Long Beach, CA" +186,304,241,"Philadelphia, PA",223,"New York, NY and NJ" +186,305,241,"Philadelphia, PA",217,"New York, NY and NJ" +186,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +186,307,198,"Baltimore, MD",197,"Portland, ME" +186,308,268,"Seattle, WA",159,"Long Beach, CA" +186,309,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +186,310,169,"Wilmington, DE",152,"Mobile, AL" +186,311,223,"New York, NY and NJ",201,"Boston, MA" +186,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +186,313,223,"New York, NY and NJ",217,"New York, NY and NJ" +186,314,223,"New York, NY and NJ",223,"New York, NY and NJ" +186,315,254,"Corpus Christi, TX",208,"Pascagoula, MS" +186,316,239,"Portland, OR",159,"Long Beach, CA" +186,317,159,"Long Beach, CA",159,"Long Beach, CA" +186,318,159,"Long Beach, CA",268,"Seattle, WA" +186,319,195,"New Orleans, LA",152,"Mobile, AL" +186,320,244,"Providence, RI",171,"Jacksonville, FL" +186,321,201,"Boston, MA",198,"Baltimore, MD" +186,322,268,"Seattle, WA",268,"Seattle, WA" +186,323,195,"New Orleans, LA",174,"Tampa, FL" +186,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +186,325,172,"Port Everglades, FL",171,"Jacksonville, FL" +186,326,171,"Jacksonville, FL",172,"Port Everglades, FL" +186,327,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +186,328,198,"Baltimore, MD",223,"New York, NY and NJ" +186,329,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +186,330,223,"New York, NY and NJ",198,"Baltimore, MD" +186,331,197,"Portland, ME",169,"Wilmington, DE" +186,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +186,333,245,"Charleston, SC",174,"Tampa, FL" +186,334,172,"Port Everglades, FL",208,"Pascagoula, MS" +186,335,198,"Baltimore, MD",223,"New York, NY and NJ" +186,336,245,"Charleston, SC",172,"Port Everglades, FL" +186,337,223,"New York, NY and NJ",241,"Philadelphia, PA" +186,338,223,"New York, NY and NJ",223,"New York, NY and NJ" +186,339,241,"Philadelphia, PA",244,"Providence, RI" +186,340,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +186,341,257,"Houston, TX",171,"Jacksonville, FL" +186,342,223,"New York, NY and NJ",217,"New York, NY and NJ" +186,343,162,"Oakland, CA",159,"Long Beach, CA" +186,344,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +186,345,198,"Baltimore, MD",217,"New York, NY and NJ" +186,346,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +186,347,197,"Portland, ME",169,"Wilmington, DE" +186,348,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +186,349,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +186,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +186,351,198,"Baltimore, MD",223,"New York, NY and NJ" +186,352,223,"New York, NY and NJ",198,"Baltimore, MD" +186,353,198,"Baltimore, MD",201,"Boston, MA" +186,354,218,"Camden-Gloucester, NJ",197,"Portland, ME" +186,355,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +186,356,195,"New Orleans, LA",195,"New Orleans, LA" +186,357,241,"Philadelphia, PA",201,"Boston, MA" +186,358,197,"Portland, ME",265,"Norfolk Harbor, VA" +186,359,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +186,360,172,"Port Everglades, FL",174,"Tampa, FL" +186,361,257,"Houston, TX",195,"New Orleans, LA" +186,362,198,"Baltimore, MD",223,"New York, NY and NJ" +186,363,195,"New Orleans, LA",195,"New Orleans, LA" +186,364,198,"Baltimore, MD",244,"Providence, RI" +186,365,201,"Boston, MA",244,"Providence, RI" +186,366,159,"Long Beach, CA",162,"Oakland, CA" +186,367,268,"Seattle, WA",159,"Long Beach, CA" +186,368,159,"Long Beach, CA",159,"Long Beach, CA" +186,369,269,"Longview, WA",208,"Pascagoula, MS" +186,370,197,"Portland, ME",265,"Norfolk Harbor, VA" +186,371,268,"Seattle, WA",269,"Longview, WA" +186,372,265,"Norfolk Harbor, VA",201,"Boston, MA" +186,373,172,"Port Everglades, FL",177,"Savannah, GA" +186,374,239,"Portland, OR",268,"Seattle, WA" +186,375,239,"Portland, OR",159,"Long Beach, CA" +186,376,159,"Long Beach, CA",159,"Long Beach, CA" +186,377,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +186,378,172,"Port Everglades, FL",172,"Port Everglades, FL" +186,379,159,"Long Beach, CA",159,"Long Beach, CA" +186,380,159,"Long Beach, CA",159,"Long Beach, CA" +186,381,268,"Seattle, WA",162,"Oakland, CA" +186,382,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +186,383,268,"Seattle, WA",239,"Portland, OR" +186,384,198,"Baltimore, MD",223,"New York, NY and NJ" +186,385,223,"New York, NY and NJ",201,"Boston, MA" +186,386,217,"New York, NY and NJ",241,"Philadelphia, PA" +186,387,217,"New York, NY and NJ",201,"Boston, MA" +186,388,201,"Boston, MA",201,"Boston, MA" +186,389,197,"Portland, ME",217,"New York, NY and NJ" +186,390,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +186,391,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +186,392,239,"Portland, OR",268,"Seattle, WA" +186,393,239,"Portland, OR",159,"Long Beach, CA" +186,394,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +186,395,201,"Boston, MA",169,"Wilmington, DE" +186,396,159,"Long Beach, CA",162,"Oakland, CA" +186,397,201,"Boston, MA",265,"Norfolk Harbor, VA" +186,398,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +186,399,257,"Houston, TX",253,"Beaumont, TX" +186,400,159,"Long Beach, CA",159,"Long Beach, CA" +186,401,223,"New York, NY and NJ",241,"Philadelphia, PA" +186,402,223,"New York, NY and NJ",244,"Providence, RI" +186,403,239,"Portland, OR",162,"Oakland, CA" +186,404,241,"Philadelphia, PA",223,"New York, NY and NJ" +186,405,229,"Wilmington, NC",177,"Savannah, GA" +186,406,197,"Portland, ME",197,"Portland, ME" +186,407,223,"New York, NY and NJ",201,"Boston, MA" +186,408,268,"Seattle, WA",268,"Seattle, WA" +186,409,244,"Providence, RI",177,"Savannah, GA" +186,410,162,"Oakland, CA",159,"Long Beach, CA" +186,411,268,"Seattle, WA",269,"Longview, WA" +186,412,223,"New York, NY and NJ",241,"Philadelphia, PA" +186,413,159,"Long Beach, CA",159,"Long Beach, CA" +186,414,172,"Port Everglades, FL",195,"New Orleans, LA" +186,415,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +186,416,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +186,417,159,"Long Beach, CA",162,"Oakland, CA" +186,418,239,"Portland, OR",159,"Long Beach, CA" +186,419,197,"Portland, ME",201,"Boston, MA" +186,420,162,"Oakland, CA",239,"Portland, OR" +186,421,268,"Seattle, WA",159,"Long Beach, CA" +186,422,159,"Long Beach, CA",268,"Seattle, WA" +186,423,162,"Oakland, CA",195,"New Orleans, LA" +186,424,171,"Jacksonville, FL",152,"Mobile, AL" +186,425,239,"Portland, OR",162,"Oakland, CA" +186,426,172,"Port Everglades, FL",177,"Savannah, GA" +186,427,174,"Tampa, FL",195,"New Orleans, LA" +186,428,268,"Seattle, WA",268,"Seattle, WA" +186,429,159,"Long Beach, CA",171,"Jacksonville, FL" +186,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +186,431,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +186,432,268,"Seattle, WA",159,"Long Beach, CA" +186,433,198,"Baltimore, MD",177,"Savannah, GA" +186,434,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +186,435,241,"Philadelphia, PA",201,"Boston, MA" +186,436,201,"Boston, MA",197,"Portland, ME" +186,437,174,"Tampa, FL",265,"Norfolk Harbor, VA" +186,438,177,"Savannah, GA",265,"Norfolk Harbor, VA" +186,439,174,"Tampa, FL",177,"Savannah, GA" +186,440,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +186,441,268,"Seattle, WA",159,"Long Beach, CA" +186,442,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +186,443,197,"Portland, ME",241,"Philadelphia, PA" +186,444,269,"Longview, WA",268,"Seattle, WA" +186,445,223,"New York, NY and NJ",198,"Baltimore, MD" +186,446,241,"Philadelphia, PA",198,"Baltimore, MD" +186,447,174,"Tampa, FL",241,"Philadelphia, PA" +186,448,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +186,449,162,"Oakland, CA",159,"Long Beach, CA" +186,450,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +186,451,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +186,452,201,"Boston, MA",197,"Portland, ME" +186,453,159,"Long Beach, CA",159,"Long Beach, CA" +186,454,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +186,455,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +186,456,268,"Seattle, WA",269,"Longview, WA" +186,457,217,"New York, NY and NJ",198,"Baltimore, MD" +186,458,198,"Baltimore, MD",217,"New York, NY and NJ" +186,459,162,"Oakland, CA",162,"Oakland, CA" +186,460,197,"Portland, ME",244,"Providence, RI" +186,461,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +186,462,201,"Boston, MA",223,"New York, NY and NJ" +186,463,201,"Boston, MA",201,"Boston, MA" +186,464,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +186,465,239,"Portland, OR",268,"Seattle, WA" +186,466,159,"Long Beach, CA",159,"Long Beach, CA" +186,467,244,"Providence, RI",265,"Norfolk Harbor, VA" +186,468,162,"Oakland, CA",159,"Long Beach, CA" +186,469,223,"New York, NY and NJ",201,"Boston, MA" +186,470,239,"Portland, OR",162,"Oakland, CA" +186,471,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +186,472,159,"Long Beach, CA",159,"Long Beach, CA" +186,473,268,"Seattle, WA",159,"Long Beach, CA" +186,474,172,"Port Everglades, FL",177,"Savannah, GA" +186,475,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +186,476,268,"Seattle, WA",239,"Portland, OR" +186,477,159,"Long Beach, CA",159,"Long Beach, CA" +186,478,171,"Jacksonville, FL",177,"Savannah, GA" +186,479,159,"Long Beach, CA",159,"Long Beach, CA" +186,480,217,"New York, NY and NJ",217,"New York, NY and NJ" +186,481,223,"New York, NY and NJ",197,"Portland, ME" +186,482,159,"Long Beach, CA",159,"Long Beach, CA" +186,483,197,"Portland, ME",217,"New York, NY and NJ" +186,484,152,"Mobile, AL",265,"Norfolk Harbor, VA" +186,485,159,"Long Beach, CA",268,"Seattle, WA" +186,486,159,"Long Beach, CA",162,"Oakland, CA" +186,487,178,"Brunswick, GA",174,"Tampa, FL" +186,488,268,"Seattle, WA",268,"Seattle, WA" +186,489,159,"Long Beach, CA",159,"Long Beach, CA" +186,490,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +186,491,201,"Boston, MA",265,"Norfolk Harbor, VA" +187,154,159,"Long Beach, CA",268,"Seattle, WA" +187,179,159,"Long Beach, CA",159,"Long Beach, CA" +187,180,159,"Long Beach, CA",268,"Seattle, WA" +187,274,159,"Long Beach, CA",159,"Long Beach, CA" +187,275,201,"Boston, MA",223,"New York, NY and NJ" +187,276,197,"Portland, ME",265,"Norfolk Harbor, VA" +187,277,223,"New York, NY and NJ",197,"Portland, ME" +187,278,244,"Providence, RI",223,"New York, NY and NJ" +187,279,198,"Baltimore, MD",171,"Jacksonville, FL" +187,280,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +187,281,172,"Port Everglades, FL",195,"New Orleans, LA" +187,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +187,283,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +187,284,159,"Long Beach, CA",268,"Seattle, WA" +187,285,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +187,286,223,"New York, NY and NJ",241,"Philadelphia, PA" +187,287,245,"Charleston, SC",245,"Charleston, SC" +187,288,159,"Long Beach, CA",268,"Seattle, WA" +187,289,159,"Long Beach, CA",159,"Long Beach, CA" +187,290,171,"Jacksonville, FL",241,"Philadelphia, PA" +187,291,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +187,292,241,"Philadelphia, PA",198,"Baltimore, MD" +187,293,195,"New Orleans, LA",195,"New Orleans, LA" +187,294,217,"New York, NY and NJ",201,"Boston, MA" +187,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +187,296,269,"Longview, WA",239,"Portland, OR" +187,297,152,"Mobile, AL",195,"New Orleans, LA" +187,298,201,"Boston, MA",201,"Boston, MA" +187,299,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +187,300,174,"Tampa, FL",152,"Mobile, AL" +187,301,198,"Baltimore, MD",241,"Philadelphia, PA" +187,302,245,"Charleston, SC",198,"Baltimore, MD" +187,303,268,"Seattle, WA",159,"Long Beach, CA" +187,304,201,"Boston, MA",244,"Providence, RI" +187,305,198,"Baltimore, MD",169,"Wilmington, DE" +187,306,201,"Boston, MA",223,"New York, NY and NJ" +187,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +187,308,159,"Long Beach, CA",162,"Oakland, CA" +187,309,229,"Wilmington, NC",244,"Providence, RI" +187,310,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +187,311,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +187,312,152,"Mobile, AL",208,"Pascagoula, MS" +187,313,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +187,314,197,"Portland, ME",265,"Norfolk Harbor, VA" +187,315,193,"Baton Rouge, LA",152,"Mobile, AL" +187,316,159,"Long Beach, CA",269,"Longview, WA" +187,317,159,"Long Beach, CA",159,"Long Beach, CA" +187,318,239,"Portland, OR",159,"Long Beach, CA" +187,319,172,"Port Everglades, FL",208,"Pascagoula, MS" +187,320,198,"Baltimore, MD",198,"Baltimore, MD" +187,321,265,"Norfolk Harbor, VA",244,"Providence, RI" +187,322,159,"Long Beach, CA",159,"Long Beach, CA" +187,323,195,"New Orleans, LA",195,"New Orleans, LA" +187,324,201,"Boston, MA",241,"Philadelphia, PA" +187,325,172,"Port Everglades, FL",208,"Pascagoula, MS" +187,326,172,"Port Everglades, FL",198,"Baltimore, MD" +187,327,241,"Philadelphia, PA",217,"New York, NY and NJ" +187,328,217,"New York, NY and NJ",223,"New York, NY and NJ" +187,329,218,"Camden-Gloucester, NJ",201,"Boston, MA" +187,330,197,"Portland, ME",201,"Boston, MA" +187,331,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +187,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +187,333,177,"Savannah, GA",177,"Savannah, GA" +187,334,195,"New Orleans, LA",193,"Baton Rouge, LA" +187,335,217,"New York, NY and NJ",223,"New York, NY and NJ" +187,336,152,"Mobile, AL",195,"New Orleans, LA" +187,337,241,"Philadelphia, PA",217,"New York, NY and NJ" +187,338,244,"Providence, RI",223,"New York, NY and NJ" +187,339,217,"New York, NY and NJ",223,"New York, NY and NJ" +187,340,241,"Philadelphia, PA",201,"Boston, MA" +187,341,254,"Corpus Christi, TX",195,"New Orleans, LA" +187,342,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +187,343,162,"Oakland, CA",159,"Long Beach, CA" +187,344,223,"New York, NY and NJ",241,"Philadelphia, PA" +187,345,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +187,346,152,"Mobile, AL",177,"Savannah, GA" +187,347,201,"Boston, MA",198,"Baltimore, MD" +187,348,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +187,349,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +187,350,217,"New York, NY and NJ",201,"Boston, MA" +187,351,241,"Philadelphia, PA",198,"Baltimore, MD" +187,352,201,"Boston, MA",223,"New York, NY and NJ" +187,353,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +187,354,241,"Philadelphia, PA",223,"New York, NY and NJ" +187,355,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +187,356,195,"New Orleans, LA",195,"New Orleans, LA" +187,357,265,"Norfolk Harbor, VA",197,"Portland, ME" +187,358,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +187,359,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +187,360,172,"Port Everglades, FL",152,"Mobile, AL" +187,361,254,"Corpus Christi, TX",171,"Jacksonville, FL" +187,362,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +187,363,208,"Pascagoula, MS",208,"Pascagoula, MS" +187,364,197,"Portland, ME",201,"Boston, MA" +187,365,217,"New York, NY and NJ",217,"New York, NY and NJ" +187,366,159,"Long Beach, CA",268,"Seattle, WA" +187,367,239,"Portland, OR",159,"Long Beach, CA" +187,368,269,"Longview, WA",159,"Long Beach, CA" +187,369,159,"Long Beach, CA",171,"Jacksonville, FL" +187,370,223,"New York, NY and NJ",169,"Wilmington, DE" +187,371,268,"Seattle, WA",268,"Seattle, WA" +187,372,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +187,373,177,"Savannah, GA",171,"Jacksonville, FL" +187,374,239,"Portland, OR",159,"Long Beach, CA" +187,375,268,"Seattle, WA",174,"Tampa, FL" +187,376,159,"Long Beach, CA",159,"Long Beach, CA" +187,377,241,"Philadelphia, PA",197,"Portland, ME" +187,378,172,"Port Everglades, FL",152,"Mobile, AL" +187,379,159,"Long Beach, CA",239,"Portland, OR" +187,380,268,"Seattle, WA",162,"Oakland, CA" +187,381,269,"Longview, WA",239,"Portland, OR" +187,382,169,"Wilmington, DE",223,"New York, NY and NJ" +187,383,159,"Long Beach, CA",159,"Long Beach, CA" +187,384,217,"New York, NY and NJ",201,"Boston, MA" +187,385,197,"Portland, ME",197,"Portland, ME" +187,386,265,"Norfolk Harbor, VA",197,"Portland, ME" +187,387,198,"Baltimore, MD",217,"New York, NY and NJ" +187,388,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +187,389,217,"New York, NY and NJ",169,"Wilmington, DE" +187,390,229,"Wilmington, NC",223,"New York, NY and NJ" +187,391,245,"Charleston, SC",201,"Boston, MA" +187,392,159,"Long Beach, CA",268,"Seattle, WA" +187,393,268,"Seattle, WA",159,"Long Beach, CA" +187,394,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +187,395,217,"New York, NY and NJ",217,"New York, NY and NJ" +187,396,239,"Portland, OR",159,"Long Beach, CA" +187,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +187,398,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +187,399,195,"New Orleans, LA",257,"Houston, TX" +187,400,159,"Long Beach, CA",159,"Long Beach, CA" +187,401,197,"Portland, ME",197,"Portland, ME" +187,402,217,"New York, NY and NJ",244,"Providence, RI" +187,403,162,"Oakland, CA",159,"Long Beach, CA" +187,404,244,"Providence, RI",197,"Portland, ME" +187,405,177,"Savannah, GA",265,"Norfolk Harbor, VA" +187,406,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +187,407,223,"New York, NY and NJ",223,"New York, NY and NJ" +187,408,239,"Portland, OR",268,"Seattle, WA" +187,409,223,"New York, NY and NJ",174,"Tampa, FL" +187,410,268,"Seattle, WA",159,"Long Beach, CA" +187,411,159,"Long Beach, CA",159,"Long Beach, CA" +187,412,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +187,413,239,"Portland, OR",159,"Long Beach, CA" +187,414,195,"New Orleans, LA",195,"New Orleans, LA" +187,415,217,"New York, NY and NJ",244,"Providence, RI" +187,416,201,"Boston, MA",241,"Philadelphia, PA" +187,417,269,"Longview, WA",159,"Long Beach, CA" +187,418,268,"Seattle, WA",159,"Long Beach, CA" +187,419,201,"Boston, MA",218,"Camden-Gloucester, NJ" +187,420,159,"Long Beach, CA",268,"Seattle, WA" +187,421,162,"Oakland, CA",159,"Long Beach, CA" +187,422,159,"Long Beach, CA",162,"Oakland, CA" +187,423,159,"Long Beach, CA",268,"Seattle, WA" +187,424,171,"Jacksonville, FL",174,"Tampa, FL" +187,425,159,"Long Beach, CA",159,"Long Beach, CA" +187,426,172,"Port Everglades, FL",169,"Wilmington, DE" +187,427,195,"New Orleans, LA",195,"New Orleans, LA" +187,428,159,"Long Beach, CA",159,"Long Beach, CA" +187,429,245,"Charleston, SC",159,"Long Beach, CA" +187,430,244,"Providence, RI",198,"Baltimore, MD" +187,431,198,"Baltimore, MD",198,"Baltimore, MD" +187,432,269,"Longview, WA",159,"Long Beach, CA" +187,433,169,"Wilmington, DE",197,"Portland, ME" +187,434,201,"Boston, MA",217,"New York, NY and NJ" +187,435,201,"Boston, MA",265,"Norfolk Harbor, VA" +187,436,201,"Boston, MA",265,"Norfolk Harbor, VA" +187,437,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +187,438,172,"Port Everglades, FL",223,"New York, NY and NJ" +187,439,177,"Savannah, GA",171,"Jacksonville, FL" +187,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +187,441,159,"Long Beach, CA",159,"Long Beach, CA" +187,442,217,"New York, NY and NJ",223,"New York, NY and NJ" +187,443,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +187,444,239,"Portland, OR",152,"Mobile, AL" +187,445,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +187,446,217,"New York, NY and NJ",223,"New York, NY and NJ" +187,447,198,"Baltimore, MD",223,"New York, NY and NJ" +187,448,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +187,449,162,"Oakland, CA",269,"Longview, WA" +187,450,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +187,451,217,"New York, NY and NJ",223,"New York, NY and NJ" +187,452,244,"Providence, RI",265,"Norfolk Harbor, VA" +187,453,159,"Long Beach, CA",159,"Long Beach, CA" +187,454,217,"New York, NY and NJ",197,"Portland, ME" +187,455,217,"New York, NY and NJ",223,"New York, NY and NJ" +187,456,159,"Long Beach, CA",239,"Portland, OR" +187,457,223,"New York, NY and NJ",223,"New York, NY and NJ" +187,458,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +187,459,268,"Seattle, WA",268,"Seattle, WA" +187,460,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +187,461,198,"Baltimore, MD",245,"Charleston, SC" +187,462,198,"Baltimore, MD",217,"New York, NY and NJ" +187,463,201,"Boston, MA",223,"New York, NY and NJ" +187,464,197,"Portland, ME",201,"Boston, MA" +187,465,269,"Longview, WA",162,"Oakland, CA" +187,466,159,"Long Beach, CA",269,"Longview, WA" +187,467,201,"Boston, MA",244,"Providence, RI" +187,468,159,"Long Beach, CA",268,"Seattle, WA" +187,469,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +187,470,159,"Long Beach, CA",268,"Seattle, WA" +187,471,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +187,472,268,"Seattle, WA",268,"Seattle, WA" +187,473,159,"Long Beach, CA",159,"Long Beach, CA" +187,474,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +187,475,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +187,476,159,"Long Beach, CA",268,"Seattle, WA" +187,477,159,"Long Beach, CA",239,"Portland, OR" +187,478,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +187,479,239,"Portland, OR",162,"Oakland, CA" +187,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +187,481,218,"Camden-Gloucester, NJ",197,"Portland, ME" +187,482,159,"Long Beach, CA",162,"Oakland, CA" +187,483,217,"New York, NY and NJ",201,"Boston, MA" +187,484,193,"Baton Rouge, LA",265,"Norfolk Harbor, VA" +187,485,268,"Seattle, WA",162,"Oakland, CA" +187,486,159,"Long Beach, CA",268,"Seattle, WA" +187,487,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +187,488,162,"Oakland, CA",159,"Long Beach, CA" +187,489,159,"Long Beach, CA",269,"Longview, WA" +187,490,197,"Portland, ME",198,"Baltimore, MD" +187,491,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +188,154,159,"Long Beach, CA",268,"Seattle, WA" +188,179,268,"Seattle, WA",159,"Long Beach, CA" +188,180,268,"Seattle, WA",159,"Long Beach, CA" +188,274,159,"Long Beach, CA",269,"Longview, WA" +188,275,197,"Portland, ME",223,"New York, NY and NJ" +188,276,198,"Baltimore, MD",223,"New York, NY and NJ" +188,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +188,278,223,"New York, NY and NJ",217,"New York, NY and NJ" +188,279,177,"Savannah, GA",245,"Charleston, SC" +188,280,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +188,281,178,"Brunswick, GA",257,"Houston, TX" +188,282,223,"New York, NY and NJ",197,"Portland, ME" +188,283,172,"Port Everglades, FL",152,"Mobile, AL" +188,284,159,"Long Beach, CA",159,"Long Beach, CA" +188,285,241,"Philadelphia, PA",223,"New York, NY and NJ" +188,286,217,"New York, NY and NJ",217,"New York, NY and NJ" +188,287,245,"Charleston, SC",174,"Tampa, FL" +188,288,159,"Long Beach, CA",159,"Long Beach, CA" +188,289,268,"Seattle, WA",268,"Seattle, WA" +188,290,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +188,291,201,"Boston, MA",201,"Boston, MA" +188,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +188,293,152,"Mobile, AL",195,"New Orleans, LA" +188,294,197,"Portland, ME",241,"Philadelphia, PA" +188,295,223,"New York, NY and NJ",223,"New York, NY and NJ" +188,296,162,"Oakland, CA",268,"Seattle, WA" +188,297,257,"Houston, TX",253,"Beaumont, TX" +188,298,223,"New York, NY and NJ",217,"New York, NY and NJ" +188,299,241,"Philadelphia, PA",198,"Baltimore, MD" +188,300,245,"Charleston, SC",253,"Beaumont, TX" +188,301,198,"Baltimore, MD",217,"New York, NY and NJ" +188,302,218,"Camden-Gloucester, NJ",172,"Port Everglades, FL" +188,303,159,"Long Beach, CA",159,"Long Beach, CA" +188,304,241,"Philadelphia, PA",201,"Boston, MA" +188,305,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +188,306,201,"Boston, MA",197,"Portland, ME" +188,307,217,"New York, NY and NJ",198,"Baltimore, MD" +188,308,159,"Long Beach, CA",159,"Long Beach, CA" +188,309,217,"New York, NY and NJ",223,"New York, NY and NJ" +188,310,241,"Philadelphia, PA",244,"Providence, RI" +188,311,197,"Portland, ME",198,"Baltimore, MD" +188,312,171,"Jacksonville, FL",152,"Mobile, AL" +188,313,217,"New York, NY and NJ",241,"Philadelphia, PA" +188,314,217,"New York, NY and NJ",201,"Boston, MA" +188,315,253,"Beaumont, TX",177,"Savannah, GA" +188,316,162,"Oakland, CA",159,"Long Beach, CA" +188,317,159,"Long Beach, CA",268,"Seattle, WA" +188,318,159,"Long Beach, CA",269,"Longview, WA" +188,319,172,"Port Everglades, FL",195,"New Orleans, LA" +188,320,198,"Baltimore, MD",241,"Philadelphia, PA" +188,321,223,"New York, NY and NJ",229,"Wilmington, NC" +188,322,159,"Long Beach, CA",159,"Long Beach, CA" +188,323,253,"Beaumont, TX",253,"Beaumont, TX" +188,324,197,"Portland, ME",218,"Camden-Gloucester, NJ" +188,325,177,"Savannah, GA",174,"Tampa, FL" +188,326,177,"Savannah, GA",177,"Savannah, GA" +188,327,223,"New York, NY and NJ",201,"Boston, MA" +188,328,223,"New York, NY and NJ",217,"New York, NY and NJ" +188,329,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +188,330,201,"Boston, MA",197,"Portland, ME" +188,331,198,"Baltimore, MD",223,"New York, NY and NJ" +188,332,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +188,333,245,"Charleston, SC",172,"Port Everglades, FL" +188,334,195,"New Orleans, LA",195,"New Orleans, LA" +188,335,197,"Portland, ME",223,"New York, NY and NJ" +188,336,172,"Port Everglades, FL",172,"Port Everglades, FL" +188,337,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +188,338,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +188,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +188,340,223,"New York, NY and NJ",223,"New York, NY and NJ" +188,341,254,"Corpus Christi, TX",177,"Savannah, GA" +188,342,217,"New York, NY and NJ",223,"New York, NY and NJ" +188,343,162,"Oakland, CA",159,"Long Beach, CA" +188,344,197,"Portland, ME",217,"New York, NY and NJ" +188,345,197,"Portland, ME",241,"Philadelphia, PA" +188,346,152,"Mobile, AL",253,"Beaumont, TX" +188,347,217,"New York, NY and NJ",198,"Baltimore, MD" +188,348,241,"Philadelphia, PA",169,"Wilmington, DE" +188,349,223,"New York, NY and NJ",241,"Philadelphia, PA" +188,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +188,351,223,"New York, NY and NJ",217,"New York, NY and NJ" +188,352,223,"New York, NY and NJ",241,"Philadelphia, PA" +188,353,217,"New York, NY and NJ",241,"Philadelphia, PA" +188,354,217,"New York, NY and NJ",223,"New York, NY and NJ" +188,355,265,"Norfolk Harbor, VA",245,"Charleston, SC" +188,356,195,"New Orleans, LA",253,"Beaumont, TX" +188,357,241,"Philadelphia, PA",241,"Philadelphia, PA" +188,358,198,"Baltimore, MD",223,"New York, NY and NJ" +188,359,172,"Port Everglades, FL",195,"New Orleans, LA" +188,360,172,"Port Everglades, FL",245,"Charleston, SC" +188,361,254,"Corpus Christi, TX",257,"Houston, TX" +188,362,217,"New York, NY and NJ",241,"Philadelphia, PA" +188,363,193,"Baton Rouge, LA",253,"Beaumont, TX" +188,364,217,"New York, NY and NJ",223,"New York, NY and NJ" +188,365,217,"New York, NY and NJ",217,"New York, NY and NJ" +188,366,162,"Oakland, CA",159,"Long Beach, CA" +188,367,268,"Seattle, WA",159,"Long Beach, CA" +188,368,268,"Seattle, WA",159,"Long Beach, CA" +188,369,159,"Long Beach, CA",162,"Oakland, CA" +188,370,201,"Boston, MA",217,"New York, NY and NJ" +188,371,159,"Long Beach, CA",268,"Seattle, WA" +188,372,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +188,373,172,"Port Everglades, FL",152,"Mobile, AL" +188,374,159,"Long Beach, CA",162,"Oakland, CA" +188,375,268,"Seattle, WA",253,"Beaumont, TX" +188,376,162,"Oakland, CA",162,"Oakland, CA" +188,377,198,"Baltimore, MD",217,"New York, NY and NJ" +188,378,177,"Savannah, GA",253,"Beaumont, TX" +188,379,269,"Longview, WA",268,"Seattle, WA" +188,380,159,"Long Beach, CA",159,"Long Beach, CA" +188,381,268,"Seattle, WA",159,"Long Beach, CA" +188,382,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +188,383,159,"Long Beach, CA",162,"Oakland, CA" +188,384,218,"Camden-Gloucester, NJ",172,"Port Everglades, FL" +188,385,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +188,386,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +188,387,197,"Portland, ME",223,"New York, NY and NJ" +188,388,198,"Baltimore, MD",201,"Boston, MA" +188,389,201,"Boston, MA",217,"New York, NY and NJ" +188,390,223,"New York, NY and NJ",198,"Baltimore, MD" +188,391,223,"New York, NY and NJ",177,"Savannah, GA" +188,392,239,"Portland, OR",159,"Long Beach, CA" +188,393,159,"Long Beach, CA",162,"Oakland, CA" +188,394,197,"Portland, ME",223,"New York, NY and NJ" +188,395,223,"New York, NY and NJ",201,"Boston, MA" +188,396,268,"Seattle, WA",159,"Long Beach, CA" +188,397,223,"New York, NY and NJ",244,"Providence, RI" +188,398,197,"Portland, ME",197,"Portland, ME" +188,399,193,"Baton Rouge, LA",257,"Houston, TX" +188,400,159,"Long Beach, CA",159,"Long Beach, CA" +188,401,217,"New York, NY and NJ",201,"Boston, MA" +188,402,244,"Providence, RI",223,"New York, NY and NJ" +188,403,268,"Seattle, WA",159,"Long Beach, CA" +188,404,201,"Boston, MA",218,"Camden-Gloucester, NJ" +188,405,177,"Savannah, GA",241,"Philadelphia, PA" +188,406,223,"New York, NY and NJ",198,"Baltimore, MD" +188,407,217,"New York, NY and NJ",197,"Portland, ME" +188,408,162,"Oakland, CA",162,"Oakland, CA" +188,409,201,"Boston, MA",217,"New York, NY and NJ" +188,410,162,"Oakland, CA",159,"Long Beach, CA" +188,411,159,"Long Beach, CA",268,"Seattle, WA" +188,412,198,"Baltimore, MD",217,"New York, NY and NJ" +188,413,268,"Seattle, WA",159,"Long Beach, CA" +188,414,254,"Corpus Christi, TX",195,"New Orleans, LA" +188,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +188,416,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +188,417,159,"Long Beach, CA",159,"Long Beach, CA" +188,418,159,"Long Beach, CA",268,"Seattle, WA" +188,419,223,"New York, NY and NJ",217,"New York, NY and NJ" +188,420,268,"Seattle, WA",159,"Long Beach, CA" +188,421,159,"Long Beach, CA",162,"Oakland, CA" +188,422,268,"Seattle, WA",159,"Long Beach, CA" +188,423,159,"Long Beach, CA",159,"Long Beach, CA" +188,424,257,"Houston, TX",195,"New Orleans, LA" +188,425,162,"Oakland, CA",269,"Longview, WA" +188,426,194,"Lake Charles, LA",172,"Port Everglades, FL" +188,427,177,"Savannah, GA",257,"Houston, TX" +188,428,159,"Long Beach, CA",159,"Long Beach, CA" +188,429,159,"Long Beach, CA",159,"Long Beach, CA" +188,430,201,"Boston, MA",197,"Portland, ME" +188,431,244,"Providence, RI",218,"Camden-Gloucester, NJ" +188,432,269,"Longview, WA",268,"Seattle, WA" +188,433,198,"Baltimore, MD",217,"New York, NY and NJ" +188,434,241,"Philadelphia, PA",217,"New York, NY and NJ" +188,435,197,"Portland, ME",241,"Philadelphia, PA" +188,436,201,"Boston, MA",217,"New York, NY and NJ" +188,437,244,"Providence, RI",217,"New York, NY and NJ" +188,438,177,"Savannah, GA",223,"New York, NY and NJ" +188,439,174,"Tampa, FL",195,"New Orleans, LA" +188,440,177,"Savannah, GA",177,"Savannah, GA" +188,441,159,"Long Beach, CA",269,"Longview, WA" +188,442,217,"New York, NY and NJ",241,"Philadelphia, PA" +188,443,245,"Charleston, SC",198,"Baltimore, MD" +188,444,162,"Oakland, CA",162,"Oakland, CA" +188,445,198,"Baltimore, MD",217,"New York, NY and NJ" +188,446,201,"Boston, MA",244,"Providence, RI" +188,447,223,"New York, NY and NJ",198,"Baltimore, MD" +188,448,198,"Baltimore, MD",241,"Philadelphia, PA" +188,449,162,"Oakland, CA",159,"Long Beach, CA" +188,450,172,"Port Everglades, FL",177,"Savannah, GA" +188,451,201,"Boston, MA",169,"Wilmington, DE" +188,452,198,"Baltimore, MD",197,"Portland, ME" +188,453,159,"Long Beach, CA",159,"Long Beach, CA" +188,454,198,"Baltimore, MD",223,"New York, NY and NJ" +188,455,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +188,456,269,"Longview, WA",268,"Seattle, WA" +188,457,223,"New York, NY and NJ",241,"Philadelphia, PA" +188,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +188,459,269,"Longview, WA",159,"Long Beach, CA" +188,460,198,"Baltimore, MD",241,"Philadelphia, PA" +188,461,174,"Tampa, FL",195,"New Orleans, LA" +188,462,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +188,463,197,"Portland, ME",217,"New York, NY and NJ" +188,464,223,"New York, NY and NJ",169,"Wilmington, DE" +188,465,268,"Seattle, WA",162,"Oakland, CA" +188,466,162,"Oakland, CA",159,"Long Beach, CA" +188,467,245,"Charleston, SC",197,"Portland, ME" +188,468,159,"Long Beach, CA",268,"Seattle, WA" +188,469,244,"Providence, RI",201,"Boston, MA" +188,470,159,"Long Beach, CA",268,"Seattle, WA" +188,471,197,"Portland, ME",197,"Portland, ME" +188,472,159,"Long Beach, CA",159,"Long Beach, CA" +188,473,269,"Longview, WA",159,"Long Beach, CA" +188,474,245,"Charleston, SC",177,"Savannah, GA" +188,475,217,"New York, NY and NJ",198,"Baltimore, MD" +188,476,268,"Seattle, WA",162,"Oakland, CA" +188,477,159,"Long Beach, CA",159,"Long Beach, CA" +188,478,245,"Charleston, SC",195,"New Orleans, LA" +188,479,159,"Long Beach, CA",268,"Seattle, WA" +188,480,217,"New York, NY and NJ",217,"New York, NY and NJ" +188,481,218,"Camden-Gloucester, NJ",201,"Boston, MA" +188,482,159,"Long Beach, CA",269,"Longview, WA" +188,483,201,"Boston, MA",241,"Philadelphia, PA" +188,484,194,"Lake Charles, LA",208,"Pascagoula, MS" +188,485,159,"Long Beach, CA",159,"Long Beach, CA" +188,486,162,"Oakland, CA",159,"Long Beach, CA" +188,487,245,"Charleston, SC",198,"Baltimore, MD" +188,488,159,"Long Beach, CA",159,"Long Beach, CA" +188,489,159,"Long Beach, CA",159,"Long Beach, CA" +188,490,217,"New York, NY and NJ",244,"Providence, RI" +188,491,223,"New York, NY and NJ",198,"Baltimore, MD" +189,154,159,"Long Beach, CA",159,"Long Beach, CA" +189,179,268,"Seattle, WA",268,"Seattle, WA" +189,180,269,"Longview, WA",159,"Long Beach, CA" +189,274,268,"Seattle, WA",269,"Longview, WA" +189,275,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +189,276,223,"New York, NY and NJ",198,"Baltimore, MD" +189,277,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +189,278,177,"Savannah, GA",223,"New York, NY and NJ" +189,279,172,"Port Everglades, FL",195,"New Orleans, LA" +189,280,245,"Charleston, SC",265,"Norfolk Harbor, VA" +189,281,193,"Baton Rouge, LA",195,"New Orleans, LA" +189,282,217,"New York, NY and NJ",217,"New York, NY and NJ" +189,283,195,"New Orleans, LA",208,"Pascagoula, MS" +189,284,159,"Long Beach, CA",162,"Oakland, CA" +189,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +189,286,245,"Charleston, SC",201,"Boston, MA" +189,287,177,"Savannah, GA",195,"New Orleans, LA" +189,288,268,"Seattle, WA",159,"Long Beach, CA" +189,289,162,"Oakland, CA",159,"Long Beach, CA" +189,290,229,"Wilmington, NC",177,"Savannah, GA" +189,291,198,"Baltimore, MD",198,"Baltimore, MD" +189,292,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +189,293,193,"Baton Rouge, LA",253,"Beaumont, TX" +189,294,223,"New York, NY and NJ",241,"Philadelphia, PA" +189,295,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +189,296,159,"Long Beach, CA",159,"Long Beach, CA" +189,297,257,"Houston, TX",195,"New Orleans, LA" +189,298,217,"New York, NY and NJ",201,"Boston, MA" +189,299,223,"New York, NY and NJ",201,"Boston, MA" +189,300,177,"Savannah, GA",208,"Pascagoula, MS" +189,301,241,"Philadelphia, PA",198,"Baltimore, MD" +189,302,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +189,303,159,"Long Beach, CA",159,"Long Beach, CA" +189,304,197,"Portland, ME",223,"New York, NY and NJ" +189,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +189,306,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +189,307,201,"Boston, MA",217,"New York, NY and NJ" +189,308,268,"Seattle, WA",268,"Seattle, WA" +189,309,198,"Baltimore, MD",217,"New York, NY and NJ" +189,310,195,"New Orleans, LA",257,"Houston, TX" +189,311,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +189,312,177,"Savannah, GA",195,"New Orleans, LA" +189,313,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +189,314,244,"Providence, RI",223,"New York, NY and NJ" +189,315,177,"Savannah, GA",257,"Houston, TX" +189,316,162,"Oakland, CA",159,"Long Beach, CA" +189,317,159,"Long Beach, CA",239,"Portland, OR" +189,318,159,"Long Beach, CA",159,"Long Beach, CA" +189,319,177,"Savannah, GA",195,"New Orleans, LA" +189,320,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +189,321,201,"Boston, MA",265,"Norfolk Harbor, VA" +189,322,159,"Long Beach, CA",269,"Longview, WA" +189,323,257,"Houston, TX",257,"Houston, TX" +189,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +189,325,177,"Savannah, GA",257,"Houston, TX" +189,326,174,"Tampa, FL",174,"Tampa, FL" +189,327,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +189,328,218,"Camden-Gloucester, NJ",201,"Boston, MA" +189,329,171,"Jacksonville, FL",201,"Boston, MA" +189,330,201,"Boston, MA",217,"New York, NY and NJ" +189,331,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +189,332,245,"Charleston, SC",265,"Norfolk Harbor, VA" +189,333,174,"Tampa, FL",172,"Port Everglades, FL" +189,334,195,"New Orleans, LA",257,"Houston, TX" +189,335,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +189,336,159,"Long Beach, CA",194,"Lake Charles, LA" +189,337,223,"New York, NY and NJ",223,"New York, NY and NJ" +189,338,223,"New York, NY and NJ",244,"Providence, RI" +189,339,241,"Philadelphia, PA",217,"New York, NY and NJ" +189,340,217,"New York, NY and NJ",223,"New York, NY and NJ" +189,341,194,"Lake Charles, LA",254,"Corpus Christi, TX" +189,342,218,"Camden-Gloucester, NJ",201,"Boston, MA" +189,343,159,"Long Beach, CA",159,"Long Beach, CA" +189,344,198,"Baltimore, MD",197,"Portland, ME" +189,345,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +189,346,195,"New Orleans, LA",245,"Charleston, SC" +189,347,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +189,348,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +189,349,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +189,350,197,"Portland, ME",223,"New York, NY and NJ" +189,351,198,"Baltimore, MD",198,"Baltimore, MD" +189,352,197,"Portland, ME",218,"Camden-Gloucester, NJ" +189,353,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +189,354,197,"Portland, ME",217,"New York, NY and NJ" +189,355,245,"Charleston, SC",208,"Pascagoula, MS" +189,356,195,"New Orleans, LA",257,"Houston, TX" +189,357,217,"New York, NY and NJ",198,"Baltimore, MD" +189,358,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +189,359,177,"Savannah, GA",177,"Savannah, GA" +189,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +189,361,253,"Beaumont, TX",194,"Lake Charles, LA" +189,362,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +189,363,195,"New Orleans, LA",195,"New Orleans, LA" +189,364,217,"New York, NY and NJ",217,"New York, NY and NJ" +189,365,198,"Baltimore, MD",217,"New York, NY and NJ" +189,366,268,"Seattle, WA",268,"Seattle, WA" +189,367,239,"Portland, OR",159,"Long Beach, CA" +189,368,268,"Seattle, WA",159,"Long Beach, CA" +189,369,239,"Portland, OR",269,"Longview, WA" +189,370,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +189,371,162,"Oakland, CA",159,"Long Beach, CA" +189,372,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +189,373,174,"Tampa, FL",257,"Houston, TX" +189,374,162,"Oakland, CA",159,"Long Beach, CA" +189,375,162,"Oakland, CA",268,"Seattle, WA" +189,376,162,"Oakland, CA",268,"Seattle, WA" +189,377,197,"Portland, ME",265,"Norfolk Harbor, VA" +189,378,152,"Mobile, AL",257,"Houston, TX" +189,379,159,"Long Beach, CA",268,"Seattle, WA" +189,380,239,"Portland, OR",159,"Long Beach, CA" +189,381,159,"Long Beach, CA",269,"Longview, WA" +189,382,198,"Baltimore, MD",241,"Philadelphia, PA" +189,383,239,"Portland, OR",268,"Seattle, WA" +189,384,223,"New York, NY and NJ",174,"Tampa, FL" +189,385,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +189,386,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +189,387,198,"Baltimore, MD",201,"Boston, MA" +189,388,169,"Wilmington, DE",201,"Boston, MA" +189,389,223,"New York, NY and NJ",244,"Providence, RI" +189,390,197,"Portland, ME",217,"New York, NY and NJ" +189,391,171,"Jacksonville, FL",201,"Boston, MA" +189,392,239,"Portland, OR",162,"Oakland, CA" +189,393,162,"Oakland, CA",268,"Seattle, WA" +189,394,223,"New York, NY and NJ",223,"New York, NY and NJ" +189,395,223,"New York, NY and NJ",201,"Boston, MA" +189,396,162,"Oakland, CA",159,"Long Beach, CA" +189,397,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +189,398,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +189,399,257,"Houston, TX",257,"Houston, TX" +189,400,162,"Oakland, CA",159,"Long Beach, CA" +189,401,217,"New York, NY and NJ",201,"Boston, MA" +189,402,197,"Portland, ME",217,"New York, NY and NJ" +189,403,162,"Oakland, CA",239,"Portland, OR" +189,404,217,"New York, NY and NJ",197,"Portland, ME" +189,405,245,"Charleston, SC",172,"Port Everglades, FL" +189,406,241,"Philadelphia, PA",201,"Boston, MA" +189,407,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +189,408,268,"Seattle, WA",268,"Seattle, WA" +189,409,223,"New York, NY and NJ",241,"Philadelphia, PA" +189,410,239,"Portland, OR",159,"Long Beach, CA" +189,411,159,"Long Beach, CA",239,"Portland, OR" +189,412,241,"Philadelphia, PA",217,"New York, NY and NJ" +189,413,159,"Long Beach, CA",159,"Long Beach, CA" +189,414,194,"Lake Charles, LA",174,"Tampa, FL" +189,415,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +189,416,197,"Portland, ME",265,"Norfolk Harbor, VA" +189,417,159,"Long Beach, CA",159,"Long Beach, CA" +189,418,159,"Long Beach, CA",269,"Longview, WA" +189,419,217,"New York, NY and NJ",244,"Providence, RI" +189,420,159,"Long Beach, CA",268,"Seattle, WA" +189,421,268,"Seattle, WA",269,"Longview, WA" +189,422,159,"Long Beach, CA",159,"Long Beach, CA" +189,423,159,"Long Beach, CA",268,"Seattle, WA" +189,424,171,"Jacksonville, FL",195,"New Orleans, LA" +189,425,159,"Long Beach, CA",159,"Long Beach, CA" +189,426,172,"Port Everglades, FL",195,"New Orleans, LA" +189,427,177,"Savannah, GA",193,"Baton Rouge, LA" +189,428,268,"Seattle, WA",162,"Oakland, CA" +189,429,177,"Savannah, GA",195,"New Orleans, LA" +189,430,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +189,431,197,"Portland, ME",217,"New York, NY and NJ" +189,432,159,"Long Beach, CA",159,"Long Beach, CA" +189,433,217,"New York, NY and NJ",223,"New York, NY and NJ" +189,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +189,435,197,"Portland, ME",194,"Lake Charles, LA" +189,436,197,"Portland, ME",217,"New York, NY and NJ" +189,437,198,"Baltimore, MD",217,"New York, NY and NJ" +189,438,245,"Charleston, SC",208,"Pascagoula, MS" +189,439,171,"Jacksonville, FL",171,"Jacksonville, FL" +189,440,229,"Wilmington, NC",178,"Brunswick, GA" +189,441,159,"Long Beach, CA",268,"Seattle, WA" +189,442,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +189,443,198,"Baltimore, MD",201,"Boston, MA" +189,444,268,"Seattle, WA",159,"Long Beach, CA" +189,445,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +189,446,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +189,447,201,"Boston, MA",241,"Philadelphia, PA" +189,448,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +189,449,162,"Oakland, CA",159,"Long Beach, CA" +189,450,245,"Charleston, SC",195,"New Orleans, LA" +189,451,198,"Baltimore, MD",217,"New York, NY and NJ" +189,452,201,"Boston, MA",223,"New York, NY and NJ" +189,453,159,"Long Beach, CA",159,"Long Beach, CA" +189,454,244,"Providence, RI",245,"Charleston, SC" +189,455,177,"Savannah, GA",265,"Norfolk Harbor, VA" +189,456,268,"Seattle, WA",268,"Seattle, WA" +189,457,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +189,458,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +189,459,162,"Oakland, CA",162,"Oakland, CA" +189,460,223,"New York, NY and NJ",217,"New York, NY and NJ" +189,461,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +189,462,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +189,463,241,"Philadelphia, PA",198,"Baltimore, MD" +189,464,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +189,465,162,"Oakland, CA",159,"Long Beach, CA" +189,466,269,"Longview, WA",162,"Oakland, CA" +189,467,198,"Baltimore, MD",223,"New York, NY and NJ" +189,468,268,"Seattle, WA",159,"Long Beach, CA" +189,469,197,"Portland, ME",198,"Baltimore, MD" +189,470,159,"Long Beach, CA",159,"Long Beach, CA" +189,471,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +189,472,159,"Long Beach, CA",159,"Long Beach, CA" +189,473,159,"Long Beach, CA",269,"Longview, WA" +189,474,245,"Charleston, SC",245,"Charleston, SC" +189,475,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +189,476,268,"Seattle, WA",162,"Oakland, CA" +189,477,159,"Long Beach, CA",159,"Long Beach, CA" +189,478,172,"Port Everglades, FL",177,"Savannah, GA" +189,479,159,"Long Beach, CA",159,"Long Beach, CA" +189,480,244,"Providence, RI",245,"Charleston, SC" +189,481,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +189,482,268,"Seattle, WA",159,"Long Beach, CA" +189,483,244,"Providence, RI",241,"Philadelphia, PA" +189,484,253,"Beaumont, TX",257,"Houston, TX" +189,485,159,"Long Beach, CA",159,"Long Beach, CA" +189,486,159,"Long Beach, CA",268,"Seattle, WA" +189,487,174,"Tampa, FL",177,"Savannah, GA" +189,488,239,"Portland, OR",269,"Longview, WA" +189,489,269,"Longview, WA",268,"Seattle, WA" +189,490,201,"Boston, MA",223,"New York, NY and NJ" +189,491,197,"Portland, ME",265,"Norfolk Harbor, VA" +190,154,159,"Long Beach, CA",159,"Long Beach, CA" +190,179,159,"Long Beach, CA",159,"Long Beach, CA" +190,180,159,"Long Beach, CA",162,"Oakland, CA" +190,274,162,"Oakland, CA",159,"Long Beach, CA" +190,275,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +190,276,217,"New York, NY and NJ",223,"New York, NY and NJ" +190,277,217,"New York, NY and NJ",241,"Philadelphia, PA" +190,278,245,"Charleston, SC",241,"Philadelphia, PA" +190,279,245,"Charleston, SC",194,"Lake Charles, LA" +190,280,177,"Savannah, GA",195,"New Orleans, LA" +190,281,245,"Charleston, SC",152,"Mobile, AL" +190,282,217,"New York, NY and NJ",241,"Philadelphia, PA" +190,283,177,"Savannah, GA",195,"New Orleans, LA" +190,284,268,"Seattle, WA",268,"Seattle, WA" +190,285,265,"Norfolk Harbor, VA",201,"Boston, MA" +190,286,217,"New York, NY and NJ",223,"New York, NY and NJ" +190,287,171,"Jacksonville, FL",195,"New Orleans, LA" +190,288,159,"Long Beach, CA",159,"Long Beach, CA" +190,289,268,"Seattle, WA",268,"Seattle, WA" +190,290,171,"Jacksonville, FL",194,"Lake Charles, LA" +190,291,198,"Baltimore, MD",223,"New York, NY and NJ" +190,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +190,293,253,"Beaumont, TX",253,"Beaumont, TX" +190,294,223,"New York, NY and NJ",197,"Portland, ME" +190,295,223,"New York, NY and NJ",198,"Baltimore, MD" +190,296,159,"Long Beach, CA",159,"Long Beach, CA" +190,297,177,"Savannah, GA",195,"New Orleans, LA" +190,298,197,"Portland, ME",241,"Philadelphia, PA" +190,299,217,"New York, NY and NJ",198,"Baltimore, MD" +190,300,172,"Port Everglades, FL",257,"Houston, TX" +190,301,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +190,302,177,"Savannah, GA",265,"Norfolk Harbor, VA" +190,303,239,"Portland, OR",159,"Long Beach, CA" +190,304,198,"Baltimore, MD",197,"Portland, ME" +190,305,241,"Philadelphia, PA",223,"New York, NY and NJ" +190,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +190,307,177,"Savannah, GA",265,"Norfolk Harbor, VA" +190,308,268,"Seattle, WA",159,"Long Beach, CA" +190,309,198,"Baltimore, MD",245,"Charleston, SC" +190,310,253,"Beaumont, TX",257,"Houston, TX" +190,311,244,"Providence, RI",265,"Norfolk Harbor, VA" +190,312,177,"Savannah, GA",195,"New Orleans, LA" +190,313,244,"Providence, RI",197,"Portland, ME" +190,314,223,"New York, NY and NJ",201,"Boston, MA" +190,315,194,"Lake Charles, LA",174,"Tampa, FL" +190,316,162,"Oakland, CA",159,"Long Beach, CA" +190,317,159,"Long Beach, CA",239,"Portland, OR" +190,318,162,"Oakland, CA",239,"Portland, OR" +190,319,253,"Beaumont, TX",257,"Houston, TX" +190,320,197,"Portland, ME",265,"Norfolk Harbor, VA" +190,321,169,"Wilmington, DE",198,"Baltimore, MD" +190,322,159,"Long Beach, CA",159,"Long Beach, CA" +190,323,257,"Houston, TX",195,"New Orleans, LA" +190,324,201,"Boston, MA",198,"Baltimore, MD" +190,325,195,"New Orleans, LA",178,"Brunswick, GA" +190,326,177,"Savannah, GA",265,"Norfolk Harbor, VA" +190,327,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +190,328,197,"Portland, ME",223,"New York, NY and NJ" +190,329,241,"Philadelphia, PA",201,"Boston, MA" +190,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +190,331,229,"Wilmington, NC",198,"Baltimore, MD" +190,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +190,333,178,"Brunswick, GA",208,"Pascagoula, MS" +190,334,195,"New Orleans, LA",253,"Beaumont, TX" +190,335,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +190,336,257,"Houston, TX",194,"Lake Charles, LA" +190,337,223,"New York, NY and NJ",201,"Boston, MA" +190,338,265,"Norfolk Harbor, VA",245,"Charleston, SC" +190,339,241,"Philadelphia, PA",223,"New York, NY and NJ" +190,340,223,"New York, NY and NJ",217,"New York, NY and NJ" +190,341,257,"Houston, TX",171,"Jacksonville, FL" +190,342,223,"New York, NY and NJ",197,"Portland, ME" +190,343,159,"Long Beach, CA",159,"Long Beach, CA" +190,344,197,"Portland, ME",244,"Providence, RI" +190,345,217,"New York, NY and NJ",241,"Philadelphia, PA" +190,346,171,"Jacksonville, FL",197,"Portland, ME" +190,347,178,"Brunswick, GA",198,"Baltimore, MD" +190,348,198,"Baltimore, MD",217,"New York, NY and NJ" +190,349,217,"New York, NY and NJ",217,"New York, NY and NJ" +190,350,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +190,351,244,"Providence, RI",241,"Philadelphia, PA" +190,352,169,"Wilmington, DE",198,"Baltimore, MD" +190,353,223,"New York, NY and NJ",241,"Philadelphia, PA" +190,354,241,"Philadelphia, PA",223,"New York, NY and NJ" +190,355,177,"Savannah, GA",195,"New Orleans, LA" +190,356,257,"Houston, TX",195,"New Orleans, LA" +190,357,223,"New York, NY and NJ",197,"Portland, ME" +190,358,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +190,359,171,"Jacksonville, FL",195,"New Orleans, LA" +190,360,171,"Jacksonville, FL",178,"Brunswick, GA" +190,361,195,"New Orleans, LA",195,"New Orleans, LA" +190,362,197,"Portland, ME",197,"Portland, ME" +190,363,195,"New Orleans, LA",195,"New Orleans, LA" +190,364,217,"New York, NY and NJ",201,"Boston, MA" +190,365,201,"Boston, MA",217,"New York, NY and NJ" +190,366,159,"Long Beach, CA",159,"Long Beach, CA" +190,367,268,"Seattle, WA",159,"Long Beach, CA" +190,368,159,"Long Beach, CA",268,"Seattle, WA" +190,369,239,"Portland, OR",159,"Long Beach, CA" +190,370,241,"Philadelphia, PA",244,"Providence, RI" +190,371,159,"Long Beach, CA",195,"New Orleans, LA" +190,372,244,"Providence, RI",201,"Boston, MA" +190,373,172,"Port Everglades, FL",253,"Beaumont, TX" +190,374,159,"Long Beach, CA",162,"Oakland, CA" +190,375,162,"Oakland, CA",268,"Seattle, WA" +190,376,269,"Longview, WA",159,"Long Beach, CA" +190,377,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +190,378,172,"Port Everglades, FL",229,"Wilmington, NC" +190,379,159,"Long Beach, CA",159,"Long Beach, CA" +190,380,268,"Seattle, WA",159,"Long Beach, CA" +190,381,269,"Longview, WA",159,"Long Beach, CA" +190,382,223,"New York, NY and NJ",241,"Philadelphia, PA" +190,383,159,"Long Beach, CA",159,"Long Beach, CA" +190,384,217,"New York, NY and NJ",223,"New York, NY and NJ" +190,385,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +190,386,244,"Providence, RI",201,"Boston, MA" +190,387,241,"Philadelphia, PA",223,"New York, NY and NJ" +190,388,197,"Portland, ME",218,"Camden-Gloucester, NJ" +190,389,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +190,390,201,"Boston, MA",197,"Portland, ME" +190,391,169,"Wilmington, DE",201,"Boston, MA" +190,392,162,"Oakland, CA",159,"Long Beach, CA" +190,393,159,"Long Beach, CA",159,"Long Beach, CA" +190,394,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +190,395,223,"New York, NY and NJ",217,"New York, NY and NJ" +190,396,268,"Seattle, WA",159,"Long Beach, CA" +190,397,217,"New York, NY and NJ",223,"New York, NY and NJ" +190,398,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +190,399,257,"Houston, TX",195,"New Orleans, LA" +190,400,268,"Seattle, WA",159,"Long Beach, CA" +190,401,241,"Philadelphia, PA",201,"Boston, MA" +190,402,197,"Portland, ME",223,"New York, NY and NJ" +190,403,159,"Long Beach, CA",159,"Long Beach, CA" +190,404,244,"Providence, RI",223,"New York, NY and NJ" +190,405,172,"Port Everglades, FL",193,"Baton Rouge, LA" +190,406,244,"Providence, RI",241,"Philadelphia, PA" +190,407,217,"New York, NY and NJ",174,"Tampa, FL" +190,408,268,"Seattle, WA",159,"Long Beach, CA" +190,409,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +190,410,269,"Longview, WA",159,"Long Beach, CA" +190,411,159,"Long Beach, CA",239,"Portland, OR" +190,412,223,"New York, NY and NJ",201,"Boston, MA" +190,413,239,"Portland, OR",159,"Long Beach, CA" +190,414,152,"Mobile, AL",195,"New Orleans, LA" +190,415,217,"New York, NY and NJ",197,"Portland, ME" +190,416,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +190,417,162,"Oakland, CA",159,"Long Beach, CA" +190,418,268,"Seattle, WA",268,"Seattle, WA" +190,419,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +190,420,159,"Long Beach, CA",159,"Long Beach, CA" +190,421,268,"Seattle, WA",268,"Seattle, WA" +190,422,159,"Long Beach, CA",159,"Long Beach, CA" +190,423,159,"Long Beach, CA",159,"Long Beach, CA" +190,424,257,"Houston, TX",195,"New Orleans, LA" +190,425,162,"Oakland, CA",268,"Seattle, WA" +190,426,257,"Houston, TX",208,"Pascagoula, MS" +190,427,253,"Beaumont, TX",193,"Baton Rouge, LA" +190,428,162,"Oakland, CA",159,"Long Beach, CA" +190,429,253,"Beaumont, TX",159,"Long Beach, CA" +190,430,217,"New York, NY and NJ",223,"New York, NY and NJ" +190,431,201,"Boston, MA",223,"New York, NY and NJ" +190,432,159,"Long Beach, CA",162,"Oakland, CA" +190,433,217,"New York, NY and NJ",171,"Jacksonville, FL" +190,434,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +190,435,257,"Houston, TX",257,"Houston, TX" +190,436,198,"Baltimore, MD",169,"Wilmington, DE" +190,437,195,"New Orleans, LA",223,"New York, NY and NJ" +190,438,174,"Tampa, FL",198,"Baltimore, MD" +190,439,177,"Savannah, GA",198,"Baltimore, MD" +190,440,171,"Jacksonville, FL",152,"Mobile, AL" +190,441,269,"Longview, WA",159,"Long Beach, CA" +190,442,217,"New York, NY and NJ",241,"Philadelphia, PA" +190,443,198,"Baltimore, MD",223,"New York, NY and NJ" +190,444,159,"Long Beach, CA",268,"Seattle, WA" +190,445,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +190,446,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +190,447,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +190,448,241,"Philadelphia, PA",217,"New York, NY and NJ" +190,449,162,"Oakland, CA",268,"Seattle, WA" +190,450,174,"Tampa, FL",171,"Jacksonville, FL" +190,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +190,452,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +190,453,159,"Long Beach, CA",159,"Long Beach, CA" +190,454,217,"New York, NY and NJ",223,"New York, NY and NJ" +190,455,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +190,456,159,"Long Beach, CA",268,"Seattle, WA" +190,457,223,"New York, NY and NJ",198,"Baltimore, MD" +190,458,217,"New York, NY and NJ",241,"Philadelphia, PA" +190,459,162,"Oakland, CA",159,"Long Beach, CA" +190,460,217,"New York, NY and NJ",217,"New York, NY and NJ" +190,461,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +190,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +190,463,223,"New York, NY and NJ",197,"Portland, ME" +190,464,197,"Portland, ME",217,"New York, NY and NJ" +190,465,268,"Seattle, WA",159,"Long Beach, CA" +190,466,159,"Long Beach, CA",159,"Long Beach, CA" +190,467,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +190,468,269,"Longview, WA",159,"Long Beach, CA" +190,469,223,"New York, NY and NJ",198,"Baltimore, MD" +190,470,159,"Long Beach, CA",162,"Oakland, CA" +190,471,197,"Portland, ME",223,"New York, NY and NJ" +190,472,159,"Long Beach, CA",159,"Long Beach, CA" +190,473,159,"Long Beach, CA",268,"Seattle, WA" +190,474,177,"Savannah, GA",195,"New Orleans, LA" +190,475,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +190,476,162,"Oakland, CA",159,"Long Beach, CA" +190,477,159,"Long Beach, CA",268,"Seattle, WA" +190,478,171,"Jacksonville, FL",152,"Mobile, AL" +190,479,162,"Oakland, CA",159,"Long Beach, CA" +190,480,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +190,481,223,"New York, NY and NJ",217,"New York, NY and NJ" +190,482,239,"Portland, OR",159,"Long Beach, CA" +190,483,201,"Boston, MA",201,"Boston, MA" +190,484,257,"Houston, TX",257,"Houston, TX" +190,485,159,"Long Beach, CA",159,"Long Beach, CA" +190,486,268,"Seattle, WA",159,"Long Beach, CA" +190,487,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +190,488,268,"Seattle, WA",268,"Seattle, WA" +190,489,195,"New Orleans, LA",159,"Long Beach, CA" +190,490,241,"Philadelphia, PA",201,"Boston, MA" +190,491,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +191,154,159,"Long Beach, CA",239,"Portland, OR" +191,179,159,"Long Beach, CA",268,"Seattle, WA" +191,180,268,"Seattle, WA",162,"Oakland, CA" +191,274,159,"Long Beach, CA",159,"Long Beach, CA" +191,275,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +191,276,201,"Boston, MA",197,"Portland, ME" +191,277,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +191,278,201,"Boston, MA",241,"Philadelphia, PA" +191,279,177,"Savannah, GA",172,"Port Everglades, FL" +191,280,172,"Port Everglades, FL",245,"Charleston, SC" +191,281,195,"New Orleans, LA",195,"New Orleans, LA" +191,282,201,"Boston, MA",241,"Philadelphia, PA" +191,283,174,"Tampa, FL",172,"Port Everglades, FL" +191,284,268,"Seattle, WA",159,"Long Beach, CA" +191,285,244,"Providence, RI",217,"New York, NY and NJ" +191,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +191,287,172,"Port Everglades, FL",177,"Savannah, GA" +191,288,159,"Long Beach, CA",268,"Seattle, WA" +191,289,268,"Seattle, WA",268,"Seattle, WA" +191,290,174,"Tampa, FL",198,"Baltimore, MD" +191,291,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +191,292,217,"New York, NY and NJ",197,"Portland, ME" +191,293,195,"New Orleans, LA",193,"Baton Rouge, LA" +191,294,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +191,295,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +191,296,159,"Long Beach, CA",159,"Long Beach, CA" +191,297,152,"Mobile, AL",208,"Pascagoula, MS" +191,298,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +191,299,198,"Baltimore, MD",223,"New York, NY and NJ" +191,300,172,"Port Everglades, FL",172,"Port Everglades, FL" +191,301,197,"Portland, ME",241,"Philadelphia, PA" +191,302,177,"Savannah, GA",229,"Wilmington, NC" +191,303,159,"Long Beach, CA",159,"Long Beach, CA" +191,304,244,"Providence, RI",265,"Norfolk Harbor, VA" +191,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +191,306,198,"Baltimore, MD",241,"Philadelphia, PA" +191,307,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +191,308,159,"Long Beach, CA",159,"Long Beach, CA" +191,309,201,"Boston, MA",265,"Norfolk Harbor, VA" +191,310,223,"New York, NY and NJ",152,"Mobile, AL" +191,311,223,"New York, NY and NJ",241,"Philadelphia, PA" +191,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +191,313,198,"Baltimore, MD",198,"Baltimore, MD" +191,314,217,"New York, NY and NJ",223,"New York, NY and NJ" +191,315,193,"Baton Rouge, LA",177,"Savannah, GA" +191,316,162,"Oakland, CA",162,"Oakland, CA" +191,317,159,"Long Beach, CA",159,"Long Beach, CA" +191,318,159,"Long Beach, CA",159,"Long Beach, CA" +191,319,152,"Mobile, AL",172,"Port Everglades, FL" +191,320,198,"Baltimore, MD",241,"Philadelphia, PA" +191,321,241,"Philadelphia, PA",169,"Wilmington, DE" +191,322,162,"Oakland, CA",159,"Long Beach, CA" +191,323,195,"New Orleans, LA",195,"New Orleans, LA" +191,324,197,"Portland, ME",197,"Portland, ME" +191,325,171,"Jacksonville, FL",177,"Savannah, GA" +191,326,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +191,327,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +191,328,217,"New York, NY and NJ",197,"Portland, ME" +191,329,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +191,330,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +191,331,217,"New York, NY and NJ",223,"New York, NY and NJ" +191,332,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +191,333,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +191,334,194,"Lake Charles, LA",171,"Jacksonville, FL" +191,335,198,"Baltimore, MD",217,"New York, NY and NJ" +191,336,172,"Port Everglades, FL",245,"Charleston, SC" +191,337,169,"Wilmington, DE",198,"Baltimore, MD" +191,338,169,"Wilmington, DE",241,"Philadelphia, PA" +191,339,241,"Philadelphia, PA",223,"New York, NY and NJ" +191,340,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +191,341,265,"Norfolk Harbor, VA",174,"Tampa, FL" +191,342,223,"New York, NY and NJ",198,"Baltimore, MD" +191,343,159,"Long Beach, CA",239,"Portland, OR" +191,344,223,"New York, NY and NJ",241,"Philadelphia, PA" +191,345,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +191,346,223,"New York, NY and NJ",217,"New York, NY and NJ" +191,347,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +191,348,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +191,349,198,"Baltimore, MD",223,"New York, NY and NJ" +191,350,223,"New York, NY and NJ",169,"Wilmington, DE" +191,351,169,"Wilmington, DE",217,"New York, NY and NJ" +191,352,223,"New York, NY and NJ",241,"Philadelphia, PA" +191,353,217,"New York, NY and NJ",223,"New York, NY and NJ" +191,354,217,"New York, NY and NJ",198,"Baltimore, MD" +191,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +191,356,195,"New Orleans, LA",174,"Tampa, FL" +191,357,217,"New York, NY and NJ",217,"New York, NY and NJ" +191,358,197,"Portland, ME",265,"Norfolk Harbor, VA" +191,359,172,"Port Everglades, FL",177,"Savannah, GA" +191,360,174,"Tampa, FL",177,"Savannah, GA" +191,361,174,"Tampa, FL",171,"Jacksonville, FL" +191,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +191,363,152,"Mobile, AL",195,"New Orleans, LA" +191,364,241,"Philadelphia, PA",223,"New York, NY and NJ" +191,365,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +191,366,159,"Long Beach, CA",268,"Seattle, WA" +191,367,268,"Seattle, WA",268,"Seattle, WA" +191,368,159,"Long Beach, CA",159,"Long Beach, CA" +191,369,268,"Seattle, WA",268,"Seattle, WA" +191,370,197,"Portland, ME",169,"Wilmington, DE" +191,371,159,"Long Beach, CA",159,"Long Beach, CA" +191,372,197,"Portland, ME",198,"Baltimore, MD" +191,373,174,"Tampa, FL",177,"Savannah, GA" +191,374,268,"Seattle, WA",159,"Long Beach, CA" +191,375,239,"Portland, OR",159,"Long Beach, CA" +191,376,268,"Seattle, WA",268,"Seattle, WA" +191,377,217,"New York, NY and NJ",217,"New York, NY and NJ" +191,378,152,"Mobile, AL",171,"Jacksonville, FL" +191,379,269,"Longview, WA",268,"Seattle, WA" +191,380,159,"Long Beach, CA",159,"Long Beach, CA" +191,381,159,"Long Beach, CA",159,"Long Beach, CA" +191,382,217,"New York, NY and NJ",241,"Philadelphia, PA" +191,383,159,"Long Beach, CA",239,"Portland, OR" +191,384,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +191,385,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +191,386,201,"Boston, MA",217,"New York, NY and NJ" +191,387,218,"Camden-Gloucester, NJ",201,"Boston, MA" +191,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +191,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +191,390,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +191,391,223,"New York, NY and NJ",201,"Boston, MA" +191,392,159,"Long Beach, CA",268,"Seattle, WA" +191,393,159,"Long Beach, CA",268,"Seattle, WA" +191,394,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +191,395,198,"Baltimore, MD",217,"New York, NY and NJ" +191,396,159,"Long Beach, CA",159,"Long Beach, CA" +191,397,265,"Norfolk Harbor, VA",244,"Providence, RI" +191,398,244,"Providence, RI",201,"Boston, MA" +191,399,257,"Houston, TX",195,"New Orleans, LA" +191,400,159,"Long Beach, CA",159,"Long Beach, CA" +191,401,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +191,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +191,403,162,"Oakland, CA",159,"Long Beach, CA" +191,404,201,"Boston, MA",217,"New York, NY and NJ" +191,405,177,"Savannah, GA",245,"Charleston, SC" +191,406,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +191,407,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +191,408,162,"Oakland, CA",159,"Long Beach, CA" +191,409,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +191,410,159,"Long Beach, CA",159,"Long Beach, CA" +191,411,159,"Long Beach, CA",159,"Long Beach, CA" +191,412,241,"Philadelphia, PA",241,"Philadelphia, PA" +191,413,159,"Long Beach, CA",162,"Oakland, CA" +191,414,195,"New Orleans, LA",195,"New Orleans, LA" +191,415,198,"Baltimore, MD",241,"Philadelphia, PA" +191,416,223,"New York, NY and NJ",197,"Portland, ME" +191,417,268,"Seattle, WA",159,"Long Beach, CA" +191,418,162,"Oakland, CA",159,"Long Beach, CA" +191,419,217,"New York, NY and NJ",217,"New York, NY and NJ" +191,420,162,"Oakland, CA",268,"Seattle, WA" +191,421,159,"Long Beach, CA",162,"Oakland, CA" +191,422,268,"Seattle, WA",268,"Seattle, WA" +191,423,159,"Long Beach, CA",152,"Mobile, AL" +191,424,174,"Tampa, FL",174,"Tampa, FL" +191,425,268,"Seattle, WA",159,"Long Beach, CA" +191,426,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +191,427,152,"Mobile, AL",195,"New Orleans, LA" +191,428,159,"Long Beach, CA",162,"Oakland, CA" +191,429,159,"Long Beach, CA",195,"New Orleans, LA" +191,430,223,"New York, NY and NJ",201,"Boston, MA" +191,431,197,"Portland, ME",217,"New York, NY and NJ" +191,432,268,"Seattle, WA",162,"Oakland, CA" +191,433,265,"Norfolk Harbor, VA",177,"Savannah, GA" +191,434,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +191,435,244,"Providence, RI",217,"New York, NY and NJ" +191,436,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +191,437,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +191,438,245,"Charleston, SC",177,"Savannah, GA" +191,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +191,440,172,"Port Everglades, FL",177,"Savannah, GA" +191,441,268,"Seattle, WA",268,"Seattle, WA" +191,442,229,"Wilmington, NC",198,"Baltimore, MD" +191,443,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +191,444,162,"Oakland, CA",162,"Oakland, CA" +191,445,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +191,446,217,"New York, NY and NJ",217,"New York, NY and NJ" +191,447,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +191,448,241,"Philadelphia, PA",217,"New York, NY and NJ" +191,449,159,"Long Beach, CA",159,"Long Beach, CA" +191,450,245,"Charleston, SC",171,"Jacksonville, FL" +191,451,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +191,452,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +191,453,162,"Oakland, CA",162,"Oakland, CA" +191,454,223,"New York, NY and NJ",201,"Boston, MA" +191,455,223,"New York, NY and NJ",244,"Providence, RI" +191,456,159,"Long Beach, CA",268,"Seattle, WA" +191,457,197,"Portland, ME",241,"Philadelphia, PA" +191,458,223,"New York, NY and NJ",198,"Baltimore, MD" +191,459,159,"Long Beach, CA",159,"Long Beach, CA" +191,460,198,"Baltimore, MD",245,"Charleston, SC" +191,461,177,"Savannah, GA",265,"Norfolk Harbor, VA" +191,462,229,"Wilmington, NC",245,"Charleston, SC" +191,463,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +191,464,198,"Baltimore, MD",198,"Baltimore, MD" +191,465,159,"Long Beach, CA",171,"Jacksonville, FL" +191,466,239,"Portland, OR",159,"Long Beach, CA" +191,467,241,"Philadelphia, PA",217,"New York, NY and NJ" +191,468,159,"Long Beach, CA",268,"Seattle, WA" +191,469,223,"New York, NY and NJ",201,"Boston, MA" +191,470,268,"Seattle, WA",159,"Long Beach, CA" +191,471,201,"Boston, MA",265,"Norfolk Harbor, VA" +191,472,159,"Long Beach, CA",159,"Long Beach, CA" +191,473,159,"Long Beach, CA",159,"Long Beach, CA" +191,474,174,"Tampa, FL",265,"Norfolk Harbor, VA" +191,475,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +191,476,159,"Long Beach, CA",269,"Longview, WA" +191,477,159,"Long Beach, CA",159,"Long Beach, CA" +191,478,177,"Savannah, GA",265,"Norfolk Harbor, VA" +191,479,268,"Seattle, WA",268,"Seattle, WA" +191,480,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +191,481,223,"New York, NY and NJ",197,"Portland, ME" +191,482,159,"Long Beach, CA",159,"Long Beach, CA" +191,483,223,"New York, NY and NJ",217,"New York, NY and NJ" +191,484,171,"Jacksonville, FL",245,"Charleston, SC" +191,485,159,"Long Beach, CA",159,"Long Beach, CA" +191,486,268,"Seattle, WA",239,"Portland, OR" +191,487,171,"Jacksonville, FL",245,"Charleston, SC" +191,488,159,"Long Beach, CA",162,"Oakland, CA" +191,489,159,"Long Beach, CA",268,"Seattle, WA" +191,490,177,"Savannah, GA",217,"New York, NY and NJ" +191,491,245,"Charleston, SC",198,"Baltimore, MD" +192,154,239,"Portland, OR",268,"Seattle, WA" +192,179,159,"Long Beach, CA",159,"Long Beach, CA" +192,180,268,"Seattle, WA",159,"Long Beach, CA" +192,274,269,"Longview, WA",159,"Long Beach, CA" +192,275,197,"Portland, ME",217,"New York, NY and NJ" +192,276,201,"Boston, MA",265,"Norfolk Harbor, VA" +192,277,265,"Norfolk Harbor, VA",201,"Boston, MA" +192,278,223,"New York, NY and NJ",241,"Philadelphia, PA" +192,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +192,280,171,"Jacksonville, FL",172,"Port Everglades, FL" +192,281,177,"Savannah, GA",172,"Port Everglades, FL" +192,282,223,"New York, NY and NJ",201,"Boston, MA" +192,283,174,"Tampa, FL",177,"Savannah, GA" +192,284,269,"Longview, WA",159,"Long Beach, CA" +192,285,197,"Portland, ME",265,"Norfolk Harbor, VA" +192,286,223,"New York, NY and NJ",217,"New York, NY and NJ" +192,287,245,"Charleston, SC",172,"Port Everglades, FL" +192,288,159,"Long Beach, CA",159,"Long Beach, CA" +192,289,159,"Long Beach, CA",159,"Long Beach, CA" +192,290,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +192,291,197,"Portland, ME",241,"Philadelphia, PA" +192,292,201,"Boston, MA",223,"New York, NY and NJ" +192,293,193,"Baton Rouge, LA",174,"Tampa, FL" +192,294,223,"New York, NY and NJ",197,"Portland, ME" +192,295,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +192,296,239,"Portland, OR",268,"Seattle, WA" +192,297,178,"Brunswick, GA",195,"New Orleans, LA" +192,298,241,"Philadelphia, PA",197,"Portland, ME" +192,299,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +192,300,174,"Tampa, FL",229,"Wilmington, NC" +192,301,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +192,302,177,"Savannah, GA",265,"Norfolk Harbor, VA" +192,303,162,"Oakland, CA",268,"Seattle, WA" +192,304,217,"New York, NY and NJ",223,"New York, NY and NJ" +192,305,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +192,306,217,"New York, NY and NJ",244,"Providence, RI" +192,307,198,"Baltimore, MD",223,"New York, NY and NJ" +192,308,159,"Long Beach, CA",159,"Long Beach, CA" +192,309,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +192,310,208,"Pascagoula, MS",217,"New York, NY and NJ" +192,311,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +192,312,174,"Tampa, FL",177,"Savannah, GA" +192,313,223,"New York, NY and NJ",223,"New York, NY and NJ" +192,314,223,"New York, NY and NJ",244,"Providence, RI" +192,315,152,"Mobile, AL",171,"Jacksonville, FL" +192,316,162,"Oakland, CA",268,"Seattle, WA" +192,317,268,"Seattle, WA",268,"Seattle, WA" +192,318,159,"Long Beach, CA",159,"Long Beach, CA" +192,319,172,"Port Everglades, FL",208,"Pascagoula, MS" +192,320,245,"Charleston, SC",265,"Norfolk Harbor, VA" +192,321,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +192,322,159,"Long Beach, CA",159,"Long Beach, CA" +192,323,172,"Port Everglades, FL",195,"New Orleans, LA" +192,324,223,"New York, NY and NJ",241,"Philadelphia, PA" +192,325,172,"Port Everglades, FL",177,"Savannah, GA" +192,326,174,"Tampa, FL",245,"Charleston, SC" +192,327,217,"New York, NY and NJ",201,"Boston, MA" +192,328,201,"Boston, MA",265,"Norfolk Harbor, VA" +192,329,201,"Boston, MA",265,"Norfolk Harbor, VA" +192,330,241,"Philadelphia, PA",217,"New York, NY and NJ" +192,331,197,"Portland, ME",245,"Charleston, SC" +192,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +192,333,174,"Tampa, FL",265,"Norfolk Harbor, VA" +192,334,195,"New Orleans, LA",208,"Pascagoula, MS" +192,335,223,"New York, NY and NJ",217,"New York, NY and NJ" +192,336,177,"Savannah, GA",172,"Port Everglades, FL" +192,337,217,"New York, NY and NJ",223,"New York, NY and NJ" +192,338,197,"Portland, ME",223,"New York, NY and NJ" +192,339,223,"New York, NY and NJ",217,"New York, NY and NJ" +192,340,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +192,341,245,"Charleston, SC",152,"Mobile, AL" +192,342,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +192,343,162,"Oakland, CA",162,"Oakland, CA" +192,344,217,"New York, NY and NJ",241,"Philadelphia, PA" +192,345,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +192,346,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +192,347,201,"Boston, MA",217,"New York, NY and NJ" +192,348,265,"Norfolk Harbor, VA",201,"Boston, MA" +192,349,223,"New York, NY and NJ",197,"Portland, ME" +192,350,223,"New York, NY and NJ",241,"Philadelphia, PA" +192,351,198,"Baltimore, MD",241,"Philadelphia, PA" +192,352,241,"Philadelphia, PA",241,"Philadelphia, PA" +192,353,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +192,354,244,"Providence, RI",197,"Portland, ME" +192,355,172,"Port Everglades, FL",172,"Port Everglades, FL" +192,356,195,"New Orleans, LA",194,"Lake Charles, LA" +192,357,177,"Savannah, GA",265,"Norfolk Harbor, VA" +192,358,217,"New York, NY and NJ",198,"Baltimore, MD" +192,359,172,"Port Everglades, FL",174,"Tampa, FL" +192,360,172,"Port Everglades, FL",177,"Savannah, GA" +192,361,195,"New Orleans, LA",208,"Pascagoula, MS" +192,362,241,"Philadelphia, PA",223,"New York, NY and NJ" +192,363,152,"Mobile, AL",195,"New Orleans, LA" +192,364,223,"New York, NY and NJ",241,"Philadelphia, PA" +192,365,201,"Boston, MA",217,"New York, NY and NJ" +192,366,159,"Long Beach, CA",162,"Oakland, CA" +192,367,162,"Oakland, CA",162,"Oakland, CA" +192,368,162,"Oakland, CA",162,"Oakland, CA" +192,369,268,"Seattle, WA",159,"Long Beach, CA" +192,370,241,"Philadelphia, PA",217,"New York, NY and NJ" +192,371,162,"Oakland, CA",159,"Long Beach, CA" +192,372,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +192,373,174,"Tampa, FL",245,"Charleston, SC" +192,374,159,"Long Beach, CA",159,"Long Beach, CA" +192,375,159,"Long Beach, CA",268,"Seattle, WA" +192,376,268,"Seattle, WA",159,"Long Beach, CA" +192,377,201,"Boston, MA",177,"Savannah, GA" +192,378,152,"Mobile, AL",208,"Pascagoula, MS" +192,379,159,"Long Beach, CA",268,"Seattle, WA" +192,380,268,"Seattle, WA",159,"Long Beach, CA" +192,381,162,"Oakland, CA",159,"Long Beach, CA" +192,382,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +192,383,162,"Oakland, CA",159,"Long Beach, CA" +192,384,197,"Portland, ME",241,"Philadelphia, PA" +192,385,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +192,386,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +192,387,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +192,388,217,"New York, NY and NJ",217,"New York, NY and NJ" +192,389,197,"Portland, ME",265,"Norfolk Harbor, VA" +192,390,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +192,391,223,"New York, NY and NJ",198,"Baltimore, MD" +192,392,159,"Long Beach, CA",268,"Seattle, WA" +192,393,239,"Portland, OR",159,"Long Beach, CA" +192,394,198,"Baltimore, MD",169,"Wilmington, DE" +192,395,198,"Baltimore, MD",223,"New York, NY and NJ" +192,396,159,"Long Beach, CA",239,"Portland, OR" +192,397,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +192,398,241,"Philadelphia, PA",245,"Charleston, SC" +192,399,257,"Houston, TX",253,"Beaumont, TX" +192,400,159,"Long Beach, CA",162,"Oakland, CA" +192,401,217,"New York, NY and NJ",241,"Philadelphia, PA" +192,402,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +192,403,159,"Long Beach, CA",268,"Seattle, WA" +192,404,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +192,405,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +192,406,223,"New York, NY and NJ",217,"New York, NY and NJ" +192,407,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +192,408,159,"Long Beach, CA",162,"Oakland, CA" +192,409,223,"New York, NY and NJ",217,"New York, NY and NJ" +192,410,159,"Long Beach, CA",159,"Long Beach, CA" +192,411,159,"Long Beach, CA",268,"Seattle, WA" +192,412,223,"New York, NY and NJ",198,"Baltimore, MD" +192,413,159,"Long Beach, CA",269,"Longview, WA" +192,414,177,"Savannah, GA",152,"Mobile, AL" +192,415,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +192,416,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +192,417,159,"Long Beach, CA",268,"Seattle, WA" +192,418,159,"Long Beach, CA",159,"Long Beach, CA" +192,419,217,"New York, NY and NJ",198,"Baltimore, MD" +192,420,159,"Long Beach, CA",172,"Port Everglades, FL" +192,421,159,"Long Beach, CA",159,"Long Beach, CA" +192,422,268,"Seattle, WA",239,"Portland, OR" +192,423,268,"Seattle, WA",159,"Long Beach, CA" +192,424,152,"Mobile, AL",174,"Tampa, FL" +192,425,162,"Oakland, CA",159,"Long Beach, CA" +192,426,194,"Lake Charles, LA",152,"Mobile, AL" +192,427,152,"Mobile, AL",195,"New Orleans, LA" +192,428,159,"Long Beach, CA",159,"Long Beach, CA" +192,429,239,"Portland, OR",193,"Baton Rouge, LA" +192,430,223,"New York, NY and NJ",217,"New York, NY and NJ" +192,431,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +192,432,159,"Long Beach, CA",159,"Long Beach, CA" +192,433,223,"New York, NY and NJ",198,"Baltimore, MD" +192,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +192,435,198,"Baltimore, MD",217,"New York, NY and NJ" +192,436,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +192,437,201,"Boston, MA",217,"New York, NY and NJ" +192,438,178,"Brunswick, GA",245,"Charleston, SC" +192,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +192,440,172,"Port Everglades, FL",177,"Savannah, GA" +192,441,159,"Long Beach, CA",268,"Seattle, WA" +192,442,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +192,443,223,"New York, NY and NJ",223,"New York, NY and NJ" +192,444,159,"Long Beach, CA",172,"Port Everglades, FL" +192,445,223,"New York, NY and NJ",217,"New York, NY and NJ" +192,446,201,"Boston, MA",223,"New York, NY and NJ" +192,447,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +192,448,198,"Baltimore, MD",197,"Portland, ME" +192,449,159,"Long Beach, CA",162,"Oakland, CA" +192,450,174,"Tampa, FL",218,"Camden-Gloucester, NJ" +192,451,241,"Philadelphia, PA",198,"Baltimore, MD" +192,452,217,"New York, NY and NJ",198,"Baltimore, MD" +192,453,268,"Seattle, WA",159,"Long Beach, CA" +192,454,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +192,455,201,"Boston, MA",217,"New York, NY and NJ" +192,456,268,"Seattle, WA",159,"Long Beach, CA" +192,457,197,"Portland, ME",217,"New York, NY and NJ" +192,458,217,"New York, NY and NJ",217,"New York, NY and NJ" +192,459,268,"Seattle, WA",159,"Long Beach, CA" +192,460,223,"New York, NY and NJ",217,"New York, NY and NJ" +192,461,174,"Tampa, FL",174,"Tampa, FL" +192,462,197,"Portland, ME",241,"Philadelphia, PA" +192,463,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +192,464,217,"New York, NY and NJ",198,"Baltimore, MD" +192,465,159,"Long Beach, CA",239,"Portland, OR" +192,466,239,"Portland, OR",162,"Oakland, CA" +192,467,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +192,468,268,"Seattle, WA",268,"Seattle, WA" +192,469,201,"Boston, MA",217,"New York, NY and NJ" +192,470,159,"Long Beach, CA",268,"Seattle, WA" +192,471,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +192,472,159,"Long Beach, CA",159,"Long Beach, CA" +192,473,268,"Seattle, WA",159,"Long Beach, CA" +192,474,245,"Charleston, SC",245,"Charleston, SC" +192,475,223,"New York, NY and NJ",217,"New York, NY and NJ" +192,476,268,"Seattle, WA",162,"Oakland, CA" +192,477,159,"Long Beach, CA",162,"Oakland, CA" +192,478,177,"Savannah, GA",172,"Port Everglades, FL" +192,479,239,"Portland, OR",159,"Long Beach, CA" +192,480,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +192,481,198,"Baltimore, MD",223,"New York, NY and NJ" +192,482,159,"Long Beach, CA",268,"Seattle, WA" +192,483,197,"Portland, ME",223,"New York, NY and NJ" +192,484,171,"Jacksonville, FL",174,"Tampa, FL" +192,485,159,"Long Beach, CA",269,"Longview, WA" +192,486,239,"Portland, OR",159,"Long Beach, CA" +192,487,245,"Charleston, SC",265,"Norfolk Harbor, VA" +192,488,159,"Long Beach, CA",159,"Long Beach, CA" +192,489,162,"Oakland, CA",208,"Pascagoula, MS" +192,490,241,"Philadelphia, PA",223,"New York, NY and NJ" +192,491,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +193,154,159,"Long Beach, CA",159,"Long Beach, CA" +193,179,239,"Portland, OR",159,"Long Beach, CA" +193,180,268,"Seattle, WA",159,"Long Beach, CA" +193,274,268,"Seattle, WA",268,"Seattle, WA" +193,275,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +193,276,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +193,277,241,"Philadelphia, PA",177,"Savannah, GA" +193,278,245,"Charleston, SC",195,"New Orleans, LA" +193,279,177,"Savannah, GA",177,"Savannah, GA" +193,280,177,"Savannah, GA",193,"Baton Rouge, LA" +193,281,254,"Corpus Christi, TX",253,"Beaumont, TX" +193,282,201,"Boston, MA",265,"Norfolk Harbor, VA" +193,283,171,"Jacksonville, FL",195,"New Orleans, LA" +193,284,162,"Oakland, CA",159,"Long Beach, CA" +193,285,197,"Portland, ME",218,"Camden-Gloucester, NJ" +193,286,198,"Baltimore, MD",229,"Wilmington, NC" +193,287,195,"New Orleans, LA",195,"New Orleans, LA" +193,288,269,"Longview, WA",194,"Lake Charles, LA" +193,289,159,"Long Beach, CA",268,"Seattle, WA" +193,290,152,"Mobile, AL",171,"Jacksonville, FL" +193,291,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +193,292,241,"Philadelphia, PA",198,"Baltimore, MD" +193,293,195,"New Orleans, LA",152,"Mobile, AL" +193,294,177,"Savannah, GA",217,"New York, NY and NJ" +193,295,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +193,296,159,"Long Beach, CA",162,"Oakland, CA" +193,297,152,"Mobile, AL",195,"New Orleans, LA" +193,298,223,"New York, NY and NJ",245,"Charleston, SC" +193,299,172,"Port Everglades, FL",193,"Baton Rouge, LA" +193,300,194,"Lake Charles, LA",195,"New Orleans, LA" +193,301,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +193,302,171,"Jacksonville, FL",171,"Jacksonville, FL" +193,303,159,"Long Beach, CA",268,"Seattle, WA" +193,304,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +193,305,197,"Portland, ME",265,"Norfolk Harbor, VA" +193,306,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +193,307,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +193,308,159,"Long Beach, CA",268,"Seattle, WA" +193,309,172,"Port Everglades, FL",177,"Savannah, GA" +193,310,195,"New Orleans, LA",195,"New Orleans, LA" +193,311,172,"Port Everglades, FL",198,"Baltimore, MD" +193,312,195,"New Orleans, LA",195,"New Orleans, LA" +193,313,218,"Camden-Gloucester, NJ",197,"Portland, ME" +193,314,223,"New York, NY and NJ",201,"Boston, MA" +193,315,152,"Mobile, AL",195,"New Orleans, LA" +193,316,159,"Long Beach, CA",159,"Long Beach, CA" +193,317,268,"Seattle, WA",159,"Long Beach, CA" +193,318,159,"Long Beach, CA",159,"Long Beach, CA" +193,319,193,"Baton Rouge, LA",195,"New Orleans, LA" +193,320,217,"New York, NY and NJ",217,"New York, NY and NJ" +193,321,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +193,322,162,"Oakland, CA",162,"Oakland, CA" +193,323,195,"New Orleans, LA",195,"New Orleans, LA" +193,324,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +193,325,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +193,326,195,"New Orleans, LA",195,"New Orleans, LA" +193,327,217,"New York, NY and NJ",244,"Providence, RI" +193,328,201,"Boston, MA",265,"Norfolk Harbor, VA" +193,329,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +193,330,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +193,331,244,"Providence, RI",195,"New Orleans, LA" +193,332,152,"Mobile, AL",177,"Savannah, GA" +193,333,152,"Mobile, AL",195,"New Orleans, LA" +193,334,253,"Beaumont, TX",193,"Baton Rouge, LA" +193,335,197,"Portland, ME",265,"Norfolk Harbor, VA" +193,336,177,"Savannah, GA",195,"New Orleans, LA" +193,337,244,"Providence, RI",193,"Baton Rouge, LA" +193,338,241,"Philadelphia, PA",217,"New York, NY and NJ" +193,339,241,"Philadelphia, PA",217,"New York, NY and NJ" +193,340,217,"New York, NY and NJ",195,"New Orleans, LA" +193,341,195,"New Orleans, LA",195,"New Orleans, LA" +193,342,223,"New York, NY and NJ",217,"New York, NY and NJ" +193,343,162,"Oakland, CA",268,"Seattle, WA" +193,344,197,"Portland, ME",198,"Baltimore, MD" +193,345,223,"New York, NY and NJ",245,"Charleston, SC" +193,346,253,"Beaumont, TX",253,"Beaumont, TX" +193,347,201,"Boston, MA",197,"Portland, ME" +193,348,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +193,349,244,"Providence, RI",223,"New York, NY and NJ" +193,350,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +193,351,229,"Wilmington, NC",218,"Camden-Gloucester, NJ" +193,352,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +193,353,198,"Baltimore, MD",201,"Boston, MA" +193,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +193,355,152,"Mobile, AL",152,"Mobile, AL" +193,356,172,"Port Everglades, FL",253,"Beaumont, TX" +193,357,245,"Charleston, SC",198,"Baltimore, MD" +193,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +193,359,195,"New Orleans, LA",172,"Port Everglades, FL" +193,360,152,"Mobile, AL",195,"New Orleans, LA" +193,361,257,"Houston, TX",177,"Savannah, GA" +193,362,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +193,363,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +193,364,201,"Boston, MA",217,"New York, NY and NJ" +193,365,197,"Portland, ME",223,"New York, NY and NJ" +193,366,159,"Long Beach, CA",159,"Long Beach, CA" +193,367,159,"Long Beach, CA",239,"Portland, OR" +193,368,268,"Seattle, WA",162,"Oakland, CA" +193,369,269,"Longview, WA",159,"Long Beach, CA" +193,370,241,"Philadelphia, PA",201,"Boston, MA" +193,371,268,"Seattle, WA",162,"Oakland, CA" +193,372,241,"Philadelphia, PA",223,"New York, NY and NJ" +193,373,193,"Baton Rouge, LA",195,"New Orleans, LA" +193,374,268,"Seattle, WA",159,"Long Beach, CA" +193,375,269,"Longview, WA",195,"New Orleans, LA" +193,376,159,"Long Beach, CA",268,"Seattle, WA" +193,377,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +193,378,177,"Savannah, GA",193,"Baton Rouge, LA" +193,379,159,"Long Beach, CA",171,"Jacksonville, FL" +193,380,162,"Oakland, CA",162,"Oakland, CA" +193,381,239,"Portland, OR",268,"Seattle, WA" +193,382,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +193,383,268,"Seattle, WA",159,"Long Beach, CA" +193,384,177,"Savannah, GA",253,"Beaumont, TX" +193,385,217,"New York, NY and NJ",241,"Philadelphia, PA" +193,386,217,"New York, NY and NJ",177,"Savannah, GA" +193,387,197,"Portland, ME",197,"Portland, ME" +193,388,198,"Baltimore, MD",217,"New York, NY and NJ" +193,389,244,"Providence, RI",197,"Portland, ME" +193,390,178,"Brunswick, GA",152,"Mobile, AL" +193,391,172,"Port Everglades, FL",193,"Baton Rouge, LA" +193,392,268,"Seattle, WA",159,"Long Beach, CA" +193,393,268,"Seattle, WA",195,"New Orleans, LA" +193,394,197,"Portland, ME",217,"New York, NY and NJ" +193,395,223,"New York, NY and NJ",195,"New Orleans, LA" +193,396,159,"Long Beach, CA",159,"Long Beach, CA" +193,397,223,"New York, NY and NJ",244,"Providence, RI" +193,398,198,"Baltimore, MD",195,"New Orleans, LA" +193,399,152,"Mobile, AL",257,"Houston, TX" +193,400,269,"Longview, WA",162,"Oakland, CA" +193,401,217,"New York, NY and NJ",195,"New Orleans, LA" +193,402,197,"Portland, ME",223,"New York, NY and NJ" +193,403,239,"Portland, OR",159,"Long Beach, CA" +193,404,201,"Boston, MA",201,"Boston, MA" +193,405,172,"Port Everglades, FL",195,"New Orleans, LA" +193,406,217,"New York, NY and NJ",223,"New York, NY and NJ" +193,407,223,"New York, NY and NJ",253,"Beaumont, TX" +193,408,159,"Long Beach, CA",159,"Long Beach, CA" +193,409,217,"New York, NY and NJ",194,"Lake Charles, LA" +193,410,162,"Oakland, CA",159,"Long Beach, CA" +193,411,162,"Oakland, CA",159,"Long Beach, CA" +193,412,217,"New York, NY and NJ",244,"Providence, RI" +193,413,159,"Long Beach, CA",193,"Baton Rouge, LA" +193,414,195,"New Orleans, LA",195,"New Orleans, LA" +193,415,197,"Portland, ME",217,"New York, NY and NJ" +193,416,265,"Norfolk Harbor, VA",197,"Portland, ME" +193,417,159,"Long Beach, CA",159,"Long Beach, CA" +193,418,268,"Seattle, WA",162,"Oakland, CA" +193,419,223,"New York, NY and NJ",195,"New Orleans, LA" +193,420,159,"Long Beach, CA",268,"Seattle, WA" +193,421,159,"Long Beach, CA",269,"Longview, WA" +193,422,162,"Oakland, CA",159,"Long Beach, CA" +193,423,268,"Seattle, WA",159,"Long Beach, CA" +193,424,195,"New Orleans, LA",195,"New Orleans, LA" +193,425,268,"Seattle, WA",159,"Long Beach, CA" +193,426,257,"Houston, TX",177,"Savannah, GA" +193,427,152,"Mobile, AL",195,"New Orleans, LA" +193,428,159,"Long Beach, CA",162,"Oakland, CA" +193,429,159,"Long Beach, CA",152,"Mobile, AL" +193,430,201,"Boston, MA",223,"New York, NY and NJ" +193,431,197,"Portland, ME",218,"Camden-Gloucester, NJ" +193,432,268,"Seattle, WA",268,"Seattle, WA" +193,433,197,"Portland, ME",253,"Beaumont, TX" +193,434,198,"Baltimore, MD",152,"Mobile, AL" +193,435,195,"New Orleans, LA",195,"New Orleans, LA" +193,436,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +193,437,174,"Tampa, FL",194,"Lake Charles, LA" +193,438,171,"Jacksonville, FL",177,"Savannah, GA" +193,439,177,"Savannah, GA",177,"Savannah, GA" +193,440,172,"Port Everglades, FL",245,"Charleston, SC" +193,441,239,"Portland, OR",159,"Long Beach, CA" +193,442,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +193,443,223,"New York, NY and NJ",171,"Jacksonville, FL" +193,444,159,"Long Beach, CA",162,"Oakland, CA" +193,445,241,"Philadelphia, PA",171,"Jacksonville, FL" +193,446,218,"Camden-Gloucester, NJ",197,"Portland, ME" +193,447,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +193,448,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +193,449,159,"Long Beach, CA",268,"Seattle, WA" +193,450,245,"Charleston, SC",172,"Port Everglades, FL" +193,451,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +193,452,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +193,453,159,"Long Beach, CA",159,"Long Beach, CA" +193,454,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +193,455,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +193,456,268,"Seattle, WA",159,"Long Beach, CA" +193,457,198,"Baltimore, MD",195,"New Orleans, LA" +193,458,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +193,459,159,"Long Beach, CA",162,"Oakland, CA" +193,460,223,"New York, NY and NJ",201,"Boston, MA" +193,461,171,"Jacksonville, FL",195,"New Orleans, LA" +193,462,253,"Beaumont, TX",195,"New Orleans, LA" +193,463,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +193,464,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +193,465,162,"Oakland, CA",268,"Seattle, WA" +193,466,159,"Long Beach, CA",159,"Long Beach, CA" +193,467,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +193,468,159,"Long Beach, CA",159,"Long Beach, CA" +193,469,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +193,470,268,"Seattle, WA",268,"Seattle, WA" +193,471,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +193,472,159,"Long Beach, CA",269,"Longview, WA" +193,473,239,"Portland, OR",162,"Oakland, CA" +193,474,195,"New Orleans, LA",195,"New Orleans, LA" +193,475,197,"Portland, ME",223,"New York, NY and NJ" +193,476,162,"Oakland, CA",162,"Oakland, CA" +193,477,159,"Long Beach, CA",268,"Seattle, WA" +193,478,245,"Charleston, SC",195,"New Orleans, LA" +193,479,162,"Oakland, CA",268,"Seattle, WA" +193,480,197,"Portland, ME",241,"Philadelphia, PA" +193,481,245,"Charleston, SC",217,"New York, NY and NJ" +193,482,268,"Seattle, WA",152,"Mobile, AL" +193,483,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +193,484,193,"Baton Rouge, LA",253,"Beaumont, TX" +193,485,268,"Seattle, WA",162,"Oakland, CA" +193,486,159,"Long Beach, CA",159,"Long Beach, CA" +193,487,171,"Jacksonville, FL",172,"Port Everglades, FL" +193,488,159,"Long Beach, CA",162,"Oakland, CA" +193,489,159,"Long Beach, CA",195,"New Orleans, LA" +193,490,241,"Philadelphia, PA",217,"New York, NY and NJ" +193,491,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +194,154,159,"Long Beach, CA",159,"Long Beach, CA" +194,179,159,"Long Beach, CA",269,"Longview, WA" +194,180,159,"Long Beach, CA",159,"Long Beach, CA" +194,274,159,"Long Beach, CA",159,"Long Beach, CA" +194,275,217,"New York, NY and NJ",197,"Portland, ME" +194,276,223,"New York, NY and NJ",152,"Mobile, AL" +194,277,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +194,278,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +194,279,195,"New Orleans, LA",195,"New Orleans, LA" +194,280,177,"Savannah, GA",195,"New Orleans, LA" +194,281,257,"Houston, TX",253,"Beaumont, TX" +194,282,223,"New York, NY and NJ",217,"New York, NY and NJ" +194,283,195,"New Orleans, LA",257,"Houston, TX" +194,284,268,"Seattle, WA",159,"Long Beach, CA" +194,285,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +194,286,197,"Portland, ME",244,"Providence, RI" +194,287,174,"Tampa, FL",194,"Lake Charles, LA" +194,288,159,"Long Beach, CA",162,"Oakland, CA" +194,289,268,"Seattle, WA",159,"Long Beach, CA" +194,290,195,"New Orleans, LA",195,"New Orleans, LA" +194,291,223,"New York, NY and NJ",169,"Wilmington, DE" +194,292,201,"Boston, MA",195,"New Orleans, LA" +194,293,253,"Beaumont, TX",253,"Beaumont, TX" +194,294,265,"Norfolk Harbor, VA",177,"Savannah, GA" +194,295,177,"Savannah, GA",195,"New Orleans, LA" +194,296,162,"Oakland, CA",268,"Seattle, WA" +194,297,174,"Tampa, FL",254,"Corpus Christi, TX" +194,298,201,"Boston, MA",244,"Providence, RI" +194,299,174,"Tampa, FL",194,"Lake Charles, LA" +194,300,171,"Jacksonville, FL",195,"New Orleans, LA" +194,301,201,"Boston, MA",218,"Camden-Gloucester, NJ" +194,302,177,"Savannah, GA",172,"Port Everglades, FL" +194,303,159,"Long Beach, CA",159,"Long Beach, CA" +194,304,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +194,305,169,"Wilmington, DE",152,"Mobile, AL" +194,306,223,"New York, NY and NJ",208,"Pascagoula, MS" +194,307,197,"Portland, ME",174,"Tampa, FL" +194,308,162,"Oakland, CA",268,"Seattle, WA" +194,309,177,"Savannah, GA",177,"Savannah, GA" +194,310,257,"Houston, TX",171,"Jacksonville, FL" +194,311,244,"Providence, RI",253,"Beaumont, TX" +194,312,195,"New Orleans, LA",195,"New Orleans, LA" +194,313,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +194,314,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +194,315,257,"Houston, TX",195,"New Orleans, LA" +194,316,268,"Seattle, WA",159,"Long Beach, CA" +194,317,159,"Long Beach, CA",159,"Long Beach, CA" +194,318,159,"Long Beach, CA",162,"Oakland, CA" +194,319,171,"Jacksonville, FL",253,"Beaumont, TX" +194,320,197,"Portland, ME",197,"Portland, ME" +194,321,198,"Baltimore, MD",201,"Boston, MA" +194,322,159,"Long Beach, CA",159,"Long Beach, CA" +194,323,253,"Beaumont, TX",195,"New Orleans, LA" +194,324,223,"New York, NY and NJ",169,"Wilmington, DE" +194,325,195,"New Orleans, LA",195,"New Orleans, LA" +194,326,172,"Port Everglades, FL",174,"Tampa, FL" +194,327,223,"New York, NY and NJ",198,"Baltimore, MD" +194,328,197,"Portland, ME",241,"Philadelphia, PA" +194,329,217,"New York, NY and NJ",245,"Charleston, SC" +194,330,229,"Wilmington, NC",195,"New Orleans, LA" +194,331,177,"Savannah, GA",194,"Lake Charles, LA" +194,332,245,"Charleston, SC",171,"Jacksonville, FL" +194,333,171,"Jacksonville, FL",195,"New Orleans, LA" +194,334,152,"Mobile, AL",257,"Houston, TX" +194,335,169,"Wilmington, DE",194,"Lake Charles, LA" +194,336,194,"Lake Charles, LA",253,"Beaumont, TX" +194,337,217,"New York, NY and NJ",174,"Tampa, FL" +194,338,218,"Camden-Gloucester, NJ",208,"Pascagoula, MS" +194,339,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +194,340,197,"Portland, ME",265,"Norfolk Harbor, VA" +194,341,245,"Charleston, SC",257,"Houston, TX" +194,342,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +194,343,268,"Seattle, WA",159,"Long Beach, CA" +194,344,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +194,345,223,"New York, NY and NJ",197,"Portland, ME" +194,346,198,"Baltimore, MD",257,"Houston, TX" +194,347,197,"Portland, ME",198,"Baltimore, MD" +194,348,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +194,349,201,"Boston, MA",194,"Lake Charles, LA" +194,350,201,"Boston, MA",223,"New York, NY and NJ" +194,351,217,"New York, NY and NJ",241,"Philadelphia, PA" +194,352,217,"New York, NY and NJ",241,"Philadelphia, PA" +194,353,217,"New York, NY and NJ",198,"Baltimore, MD" +194,354,201,"Boston, MA",257,"Houston, TX" +194,355,177,"Savannah, GA",174,"Tampa, FL" +194,356,208,"Pascagoula, MS",253,"Beaumont, TX" +194,357,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +194,358,177,"Savannah, GA",174,"Tampa, FL" +194,359,174,"Tampa, FL",253,"Beaumont, TX" +194,360,245,"Charleston, SC",174,"Tampa, FL" +194,361,208,"Pascagoula, MS",253,"Beaumont, TX" +194,362,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +194,363,208,"Pascagoula, MS",253,"Beaumont, TX" +194,364,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +194,365,198,"Baltimore, MD",217,"New York, NY and NJ" +194,366,159,"Long Beach, CA",159,"Long Beach, CA" +194,367,268,"Seattle, WA",159,"Long Beach, CA" +194,368,159,"Long Beach, CA",268,"Seattle, WA" +194,369,162,"Oakland, CA",269,"Longview, WA" +194,370,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +194,371,268,"Seattle, WA",195,"New Orleans, LA" +194,372,201,"Boston, MA",177,"Savannah, GA" +194,373,193,"Baton Rouge, LA",195,"New Orleans, LA" +194,374,159,"Long Beach, CA",159,"Long Beach, CA" +194,375,239,"Portland, OR",239,"Portland, OR" +194,376,159,"Long Beach, CA",268,"Seattle, WA" +194,377,223,"New York, NY and NJ",245,"Charleston, SC" +194,378,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +194,379,239,"Portland, OR",159,"Long Beach, CA" +194,380,269,"Longview, WA",268,"Seattle, WA" +194,381,159,"Long Beach, CA",159,"Long Beach, CA" +194,382,198,"Baltimore, MD",208,"Pascagoula, MS" +194,383,162,"Oakland, CA",171,"Jacksonville, FL" +194,384,172,"Port Everglades, FL",195,"New Orleans, LA" +194,385,217,"New York, NY and NJ",195,"New Orleans, LA" +194,386,198,"Baltimore, MD",195,"New Orleans, LA" +194,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +194,388,223,"New York, NY and NJ",198,"Baltimore, MD" +194,389,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +194,390,217,"New York, NY and NJ",241,"Philadelphia, PA" +194,391,265,"Norfolk Harbor, VA",253,"Beaumont, TX" +194,392,159,"Long Beach, CA",159,"Long Beach, CA" +194,393,159,"Long Beach, CA",162,"Oakland, CA" +194,394,223,"New York, NY and NJ",223,"New York, NY and NJ" +194,395,217,"New York, NY and NJ",198,"Baltimore, MD" +194,396,159,"Long Beach, CA",159,"Long Beach, CA" +194,397,217,"New York, NY and NJ",201,"Boston, MA" +194,398,217,"New York, NY and NJ",195,"New Orleans, LA" +194,399,195,"New Orleans, LA",152,"Mobile, AL" +194,400,159,"Long Beach, CA",269,"Longview, WA" +194,401,197,"Portland, ME",265,"Norfolk Harbor, VA" +194,402,217,"New York, NY and NJ",241,"Philadelphia, PA" +194,403,159,"Long Beach, CA",162,"Oakland, CA" +194,404,217,"New York, NY and NJ",193,"Baton Rouge, LA" +194,405,245,"Charleston, SC",195,"New Orleans, LA" +194,406,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +194,407,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +194,408,268,"Seattle, WA",159,"Long Beach, CA" +194,409,217,"New York, NY and NJ",195,"New Orleans, LA" +194,410,159,"Long Beach, CA",159,"Long Beach, CA" +194,411,159,"Long Beach, CA",159,"Long Beach, CA" +194,412,217,"New York, NY and NJ",217,"New York, NY and NJ" +194,413,159,"Long Beach, CA",159,"Long Beach, CA" +194,414,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +194,415,217,"New York, NY and NJ",241,"Philadelphia, PA" +194,416,198,"Baltimore, MD",177,"Savannah, GA" +194,417,159,"Long Beach, CA",162,"Oakland, CA" +194,418,162,"Oakland, CA",162,"Oakland, CA" +194,419,223,"New York, NY and NJ",253,"Beaumont, TX" +194,420,269,"Longview, WA",268,"Seattle, WA" +194,421,268,"Seattle, WA",159,"Long Beach, CA" +194,422,268,"Seattle, WA",159,"Long Beach, CA" +194,423,159,"Long Beach, CA",257,"Houston, TX" +194,424,195,"New Orleans, LA",195,"New Orleans, LA" +194,425,159,"Long Beach, CA",159,"Long Beach, CA" +194,426,208,"Pascagoula, MS",195,"New Orleans, LA" +194,427,194,"Lake Charles, LA",195,"New Orleans, LA" +194,428,239,"Portland, OR",159,"Long Beach, CA" +194,429,162,"Oakland, CA",253,"Beaumont, TX" +194,430,241,"Philadelphia, PA",223,"New York, NY and NJ" +194,431,244,"Providence, RI",201,"Boston, MA" +194,432,159,"Long Beach, CA",194,"Lake Charles, LA" +194,433,172,"Port Everglades, FL",195,"New Orleans, LA" +194,434,223,"New York, NY and NJ",241,"Philadelphia, PA" +194,435,194,"Lake Charles, LA",217,"New York, NY and NJ" +194,436,265,"Norfolk Harbor, VA",174,"Tampa, FL" +194,437,253,"Beaumont, TX",174,"Tampa, FL" +194,438,177,"Savannah, GA",195,"New Orleans, LA" +194,439,195,"New Orleans, LA",194,"Lake Charles, LA" +194,440,174,"Tampa, FL",195,"New Orleans, LA" +194,441,162,"Oakland, CA",159,"Long Beach, CA" +194,442,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +194,443,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +194,444,162,"Oakland, CA",195,"New Orleans, LA" +194,445,217,"New York, NY and NJ",245,"Charleston, SC" +194,446,169,"Wilmington, DE",229,"Wilmington, NC" +194,447,223,"New York, NY and NJ",195,"New Orleans, LA" +194,448,177,"Savannah, GA",195,"New Orleans, LA" +194,449,269,"Longview, WA",268,"Seattle, WA" +194,450,177,"Savannah, GA",245,"Charleston, SC" +194,451,201,"Boston, MA",265,"Norfolk Harbor, VA" +194,452,198,"Baltimore, MD",177,"Savannah, GA" +194,453,239,"Portland, OR",162,"Oakland, CA" +194,454,223,"New York, NY and NJ",198,"Baltimore, MD" +194,455,265,"Norfolk Harbor, VA",194,"Lake Charles, LA" +194,456,268,"Seattle, WA",159,"Long Beach, CA" +194,457,197,"Portland, ME",223,"New York, NY and NJ" +194,458,217,"New York, NY and NJ",223,"New York, NY and NJ" +194,459,159,"Long Beach, CA",239,"Portland, OR" +194,460,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +194,461,171,"Jacksonville, FL",193,"Baton Rouge, LA" +194,462,223,"New York, NY and NJ",171,"Jacksonville, FL" +194,463,198,"Baltimore, MD",217,"New York, NY and NJ" +194,464,241,"Philadelphia, PA",201,"Boston, MA" +194,465,159,"Long Beach, CA",253,"Beaumont, TX" +194,466,162,"Oakland, CA",268,"Seattle, WA" +194,467,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +194,468,159,"Long Beach, CA",159,"Long Beach, CA" +194,469,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +194,470,159,"Long Beach, CA",268,"Seattle, WA" +194,471,223,"New York, NY and NJ",245,"Charleston, SC" +194,472,159,"Long Beach, CA",159,"Long Beach, CA" +194,473,159,"Long Beach, CA",159,"Long Beach, CA" +194,474,195,"New Orleans, LA",177,"Savannah, GA" +194,475,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +194,476,269,"Longview, WA",253,"Beaumont, TX" +194,477,159,"Long Beach, CA",159,"Long Beach, CA" +194,478,172,"Port Everglades, FL",194,"Lake Charles, LA" +194,479,269,"Longview, WA",159,"Long Beach, CA" +194,480,223,"New York, NY and NJ",177,"Savannah, GA" +194,481,244,"Providence, RI",217,"New York, NY and NJ" +194,482,159,"Long Beach, CA",159,"Long Beach, CA" +194,483,197,"Portland, ME",253,"Beaumont, TX" +194,484,253,"Beaumont, TX",195,"New Orleans, LA" +194,485,159,"Long Beach, CA",268,"Seattle, WA" +194,486,159,"Long Beach, CA",268,"Seattle, WA" +194,487,172,"Port Everglades, FL",253,"Beaumont, TX" +194,488,162,"Oakland, CA",268,"Seattle, WA" +194,489,159,"Long Beach, CA",268,"Seattle, WA" +194,490,223,"New York, NY and NJ",195,"New Orleans, LA" +194,491,198,"Baltimore, MD",257,"Houston, TX" +195,154,159,"Long Beach, CA",159,"Long Beach, CA" +195,179,268,"Seattle, WA",162,"Oakland, CA" +195,180,159,"Long Beach, CA",268,"Seattle, WA" +195,274,159,"Long Beach, CA",159,"Long Beach, CA" +195,275,201,"Boston, MA",265,"Norfolk Harbor, VA" +195,276,197,"Portland, ME",177,"Savannah, GA" +195,277,223,"New York, NY and NJ",174,"Tampa, FL" +195,278,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +195,279,177,"Savannah, GA",195,"New Orleans, LA" +195,280,174,"Tampa, FL",195,"New Orleans, LA" +195,281,195,"New Orleans, LA",195,"New Orleans, LA" +195,282,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +195,283,174,"Tampa, FL",195,"New Orleans, LA" +195,284,159,"Long Beach, CA",159,"Long Beach, CA" +195,285,201,"Boston, MA",177,"Savannah, GA" +195,286,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +195,287,177,"Savannah, GA",172,"Port Everglades, FL" +195,288,159,"Long Beach, CA",159,"Long Beach, CA" +195,289,159,"Long Beach, CA",162,"Oakland, CA" +195,290,174,"Tampa, FL",195,"New Orleans, LA" +195,291,223,"New York, NY and NJ",201,"Boston, MA" +195,292,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +195,293,194,"Lake Charles, LA",152,"Mobile, AL" +195,294,201,"Boston, MA",265,"Norfolk Harbor, VA" +195,295,265,"Norfolk Harbor, VA",174,"Tampa, FL" +195,296,159,"Long Beach, CA",268,"Seattle, WA" +195,297,172,"Port Everglades, FL",195,"New Orleans, LA" +195,298,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +195,299,217,"New York, NY and NJ",245,"Charleston, SC" +195,300,195,"New Orleans, LA",208,"Pascagoula, MS" +195,301,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +195,302,177,"Savannah, GA",177,"Savannah, GA" +195,303,268,"Seattle, WA",268,"Seattle, WA" +195,304,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +195,305,244,"Providence, RI",195,"New Orleans, LA" +195,306,223,"New York, NY and NJ",217,"New York, NY and NJ" +195,307,265,"Norfolk Harbor, VA",177,"Savannah, GA" +195,308,159,"Long Beach, CA",159,"Long Beach, CA" +195,309,241,"Philadelphia, PA",193,"Baton Rouge, LA" +195,310,194,"Lake Charles, LA",194,"Lake Charles, LA" +195,311,265,"Norfolk Harbor, VA",152,"Mobile, AL" +195,312,195,"New Orleans, LA",195,"New Orleans, LA" +195,313,223,"New York, NY and NJ",217,"New York, NY and NJ" +195,314,197,"Portland, ME",197,"Portland, ME" +195,315,253,"Beaumont, TX",253,"Beaumont, TX" +195,316,159,"Long Beach, CA",159,"Long Beach, CA" +195,317,159,"Long Beach, CA",239,"Portland, OR" +195,318,268,"Seattle, WA",159,"Long Beach, CA" +195,319,195,"New Orleans, LA",194,"Lake Charles, LA" +195,320,198,"Baltimore, MD",177,"Savannah, GA" +195,321,217,"New York, NY and NJ",195,"New Orleans, LA" +195,322,239,"Portland, OR",239,"Portland, OR" +195,323,194,"Lake Charles, LA",193,"Baton Rouge, LA" +195,324,217,"New York, NY and NJ",244,"Providence, RI" +195,325,193,"Baton Rouge, LA",195,"New Orleans, LA" +195,326,177,"Savannah, GA",152,"Mobile, AL" +195,327,223,"New York, NY and NJ",197,"Portland, ME" +195,328,223,"New York, NY and NJ",245,"Charleston, SC" +195,329,223,"New York, NY and NJ",198,"Baltimore, MD" +195,330,217,"New York, NY and NJ",201,"Boston, MA" +195,331,217,"New York, NY and NJ",223,"New York, NY and NJ" +195,332,172,"Port Everglades, FL",171,"Jacksonville, FL" +195,333,174,"Tampa, FL",195,"New Orleans, LA" +195,334,194,"Lake Charles, LA",195,"New Orleans, LA" +195,335,244,"Providence, RI",198,"Baltimore, MD" +195,336,172,"Port Everglades, FL",193,"Baton Rouge, LA" +195,337,223,"New York, NY and NJ",244,"Providence, RI" +195,338,201,"Boston, MA",265,"Norfolk Harbor, VA" +195,339,265,"Norfolk Harbor, VA",201,"Boston, MA" +195,340,265,"Norfolk Harbor, VA",197,"Portland, ME" +195,341,171,"Jacksonville, FL",253,"Beaumont, TX" +195,342,197,"Portland, ME",265,"Norfolk Harbor, VA" +195,343,268,"Seattle, WA",162,"Oakland, CA" +195,344,241,"Philadelphia, PA",197,"Portland, ME" +195,345,218,"Camden-Gloucester, NJ",244,"Providence, RI" +195,346,177,"Savannah, GA",195,"New Orleans, LA" +195,347,245,"Charleston, SC",265,"Norfolk Harbor, VA" +195,348,217,"New York, NY and NJ",195,"New Orleans, LA" +195,349,241,"Philadelphia, PA",195,"New Orleans, LA" +195,350,201,"Boston, MA",198,"Baltimore, MD" +195,351,244,"Providence, RI",218,"Camden-Gloucester, NJ" +195,352,198,"Baltimore, MD",217,"New York, NY and NJ" +195,353,218,"Camden-Gloucester, NJ",152,"Mobile, AL" +195,354,201,"Boston, MA",195,"New Orleans, LA" +195,355,172,"Port Everglades, FL",195,"New Orleans, LA" +195,356,257,"Houston, TX",195,"New Orleans, LA" +195,357,223,"New York, NY and NJ",245,"Charleston, SC" +195,358,174,"Tampa, FL",195,"New Orleans, LA" +195,359,195,"New Orleans, LA",174,"Tampa, FL" +195,360,171,"Jacksonville, FL",195,"New Orleans, LA" +195,361,208,"Pascagoula, MS",152,"Mobile, AL" +195,362,197,"Portland, ME",229,"Wilmington, NC" +195,363,195,"New Orleans, LA",195,"New Orleans, LA" +195,364,223,"New York, NY and NJ",197,"Portland, ME" +195,365,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +195,366,239,"Portland, OR",162,"Oakland, CA" +195,367,159,"Long Beach, CA",159,"Long Beach, CA" +195,368,162,"Oakland, CA",171,"Jacksonville, FL" +195,369,159,"Long Beach, CA",152,"Mobile, AL" +195,370,241,"Philadelphia, PA",152,"Mobile, AL" +195,371,239,"Portland, OR",269,"Longview, WA" +195,372,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +195,373,195,"New Orleans, LA",195,"New Orleans, LA" +195,374,268,"Seattle, WA",162,"Oakland, CA" +195,375,159,"Long Beach, CA",159,"Long Beach, CA" +195,376,159,"Long Beach, CA",268,"Seattle, WA" +195,377,201,"Boston, MA",177,"Savannah, GA" +195,378,194,"Lake Charles, LA",208,"Pascagoula, MS" +195,379,159,"Long Beach, CA",268,"Seattle, WA" +195,380,162,"Oakland, CA",162,"Oakland, CA" +195,381,159,"Long Beach, CA",268,"Seattle, WA" +195,382,223,"New York, NY and NJ",208,"Pascagoula, MS" +195,383,239,"Portland, OR",253,"Beaumont, TX" +195,384,177,"Savannah, GA",223,"New York, NY and NJ" +195,385,177,"Savannah, GA",265,"Norfolk Harbor, VA" +195,386,201,"Boston, MA",195,"New Orleans, LA" +195,387,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +195,388,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +195,389,197,"Portland, ME",197,"Portland, ME" +195,390,198,"Baltimore, MD",174,"Tampa, FL" +195,391,198,"Baltimore, MD",195,"New Orleans, LA" +195,392,159,"Long Beach, CA",159,"Long Beach, CA" +195,393,159,"Long Beach, CA",159,"Long Beach, CA" +195,394,217,"New York, NY and NJ",208,"Pascagoula, MS" +195,395,218,"Camden-Gloucester, NJ",229,"Wilmington, NC" +195,396,159,"Long Beach, CA",159,"Long Beach, CA" +195,397,244,"Providence, RI",195,"New Orleans, LA" +195,398,198,"Baltimore, MD",177,"Savannah, GA" +195,399,254,"Corpus Christi, TX",194,"Lake Charles, LA" +195,400,159,"Long Beach, CA",268,"Seattle, WA" +195,401,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +195,402,201,"Boston, MA",241,"Philadelphia, PA" +195,403,268,"Seattle, WA",159,"Long Beach, CA" +195,404,241,"Philadelphia, PA",171,"Jacksonville, FL" +195,405,174,"Tampa, FL",174,"Tampa, FL" +195,406,201,"Boston, MA",193,"Baton Rouge, LA" +195,407,217,"New York, NY and NJ",245,"Charleston, SC" +195,408,159,"Long Beach, CA",268,"Seattle, WA" +195,409,241,"Philadelphia, PA",178,"Brunswick, GA" +195,410,268,"Seattle, WA",268,"Seattle, WA" +195,411,159,"Long Beach, CA",162,"Oakland, CA" +195,412,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +195,413,162,"Oakland, CA",159,"Long Beach, CA" +195,414,193,"Baton Rouge, LA",195,"New Orleans, LA" +195,415,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +195,416,223,"New York, NY and NJ",195,"New Orleans, LA" +195,417,268,"Seattle, WA",195,"New Orleans, LA" +195,418,159,"Long Beach, CA",159,"Long Beach, CA" +195,419,241,"Philadelphia, PA",217,"New York, NY and NJ" +195,420,159,"Long Beach, CA",159,"Long Beach, CA" +195,421,159,"Long Beach, CA",268,"Seattle, WA" +195,422,268,"Seattle, WA",159,"Long Beach, CA" +195,423,268,"Seattle, WA",195,"New Orleans, LA" +195,424,195,"New Orleans, LA",194,"Lake Charles, LA" +195,425,159,"Long Beach, CA",159,"Long Beach, CA" +195,426,194,"Lake Charles, LA",195,"New Orleans, LA" +195,427,253,"Beaumont, TX",195,"New Orleans, LA" +195,428,159,"Long Beach, CA",159,"Long Beach, CA" +195,429,159,"Long Beach, CA",159,"Long Beach, CA" +195,430,244,"Providence, RI",217,"New York, NY and NJ" +195,431,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +195,432,269,"Longview, WA",159,"Long Beach, CA" +195,433,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +195,434,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +195,435,265,"Norfolk Harbor, VA",257,"Houston, TX" +195,436,223,"New York, NY and NJ",195,"New Orleans, LA" +195,437,195,"New Orleans, LA",194,"Lake Charles, LA" +195,438,177,"Savannah, GA",195,"New Orleans, LA" +195,439,245,"Charleston, SC",195,"New Orleans, LA" +195,440,177,"Savannah, GA",195,"New Orleans, LA" +195,441,159,"Long Beach, CA",268,"Seattle, WA" +195,442,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +195,443,241,"Philadelphia, PA",217,"New York, NY and NJ" +195,444,162,"Oakland, CA",195,"New Orleans, LA" +195,445,171,"Jacksonville, FL",223,"New York, NY and NJ" +195,446,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +195,447,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +195,448,265,"Norfolk Harbor, VA",193,"Baton Rouge, LA" +195,449,239,"Portland, OR",159,"Long Beach, CA" +195,450,177,"Savannah, GA",171,"Jacksonville, FL" +195,451,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +195,452,197,"Portland, ME",201,"Boston, MA" +195,453,268,"Seattle, WA",159,"Long Beach, CA" +195,454,223,"New York, NY and NJ",241,"Philadelphia, PA" +195,455,265,"Norfolk Harbor, VA",193,"Baton Rouge, LA" +195,456,159,"Long Beach, CA",239,"Portland, OR" +195,457,218,"Camden-Gloucester, NJ",244,"Providence, RI" +195,458,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +195,459,268,"Seattle, WA",162,"Oakland, CA" +195,460,229,"Wilmington, NC",218,"Camden-Gloucester, NJ" +195,461,174,"Tampa, FL",195,"New Orleans, LA" +195,462,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +195,463,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +195,464,223,"New York, NY and NJ",177,"Savannah, GA" +195,465,159,"Long Beach, CA",208,"Pascagoula, MS" +195,466,159,"Long Beach, CA",159,"Long Beach, CA" +195,467,223,"New York, NY and NJ",172,"Port Everglades, FL" +195,468,159,"Long Beach, CA",159,"Long Beach, CA" +195,469,197,"Portland, ME",217,"New York, NY and NJ" +195,470,159,"Long Beach, CA",159,"Long Beach, CA" +195,471,245,"Charleston, SC",223,"New York, NY and NJ" +195,472,159,"Long Beach, CA",159,"Long Beach, CA" +195,473,268,"Seattle, WA",268,"Seattle, WA" +195,474,195,"New Orleans, LA",177,"Savannah, GA" +195,475,201,"Boston, MA",217,"New York, NY and NJ" +195,476,268,"Seattle, WA",194,"Lake Charles, LA" +195,477,162,"Oakland, CA",159,"Long Beach, CA" +195,478,245,"Charleston, SC",195,"New Orleans, LA" +195,479,159,"Long Beach, CA",159,"Long Beach, CA" +195,480,217,"New York, NY and NJ",201,"Boston, MA" +195,481,198,"Baltimore, MD",177,"Savannah, GA" +195,482,162,"Oakland, CA",159,"Long Beach, CA" +195,483,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +195,484,152,"Mobile, AL",152,"Mobile, AL" +195,485,159,"Long Beach, CA",159,"Long Beach, CA" +195,486,162,"Oakland, CA",268,"Seattle, WA" +195,487,195,"New Orleans, LA",195,"New Orleans, LA" +195,488,159,"Long Beach, CA",159,"Long Beach, CA" +195,489,159,"Long Beach, CA",159,"Long Beach, CA" +195,490,245,"Charleston, SC",217,"New York, NY and NJ" +195,491,208,"Pascagoula, MS",245,"Charleston, SC" +196,154,159,"Long Beach, CA",162,"Oakland, CA" +196,179,159,"Long Beach, CA",268,"Seattle, WA" +196,180,239,"Portland, OR",159,"Long Beach, CA" +196,274,159,"Long Beach, CA",159,"Long Beach, CA" +196,275,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +196,276,223,"New York, NY and NJ",245,"Charleston, SC" +196,277,244,"Providence, RI",217,"New York, NY and NJ" +196,278,229,"Wilmington, NC",177,"Savannah, GA" +196,279,245,"Charleston, SC",195,"New Orleans, LA" +196,280,171,"Jacksonville, FL",177,"Savannah, GA" +196,281,257,"Houston, TX",195,"New Orleans, LA" +196,282,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +196,283,177,"Savannah, GA",193,"Baton Rouge, LA" +196,284,162,"Oakland, CA",162,"Oakland, CA" +196,285,201,"Boston, MA",217,"New York, NY and NJ" +196,286,201,"Boston, MA",198,"Baltimore, MD" +196,287,152,"Mobile, AL",174,"Tampa, FL" +196,288,269,"Longview, WA",159,"Long Beach, CA" +196,289,159,"Long Beach, CA",159,"Long Beach, CA" +196,290,152,"Mobile, AL",195,"New Orleans, LA" +196,291,198,"Baltimore, MD",198,"Baltimore, MD" +196,292,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +196,293,257,"Houston, TX",257,"Houston, TX" +196,294,223,"New York, NY and NJ",171,"Jacksonville, FL" +196,295,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +196,296,239,"Portland, OR",268,"Seattle, WA" +196,297,194,"Lake Charles, LA",152,"Mobile, AL" +196,298,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +196,299,177,"Savannah, GA",152,"Mobile, AL" +196,300,195,"New Orleans, LA",194,"Lake Charles, LA" +196,301,217,"New York, NY and NJ",217,"New York, NY and NJ" +196,302,174,"Tampa, FL",195,"New Orleans, LA" +196,303,159,"Long Beach, CA",159,"Long Beach, CA" +196,304,217,"New York, NY and NJ",152,"Mobile, AL" +196,305,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +196,306,223,"New York, NY and NJ",208,"Pascagoula, MS" +196,307,201,"Boston, MA",172,"Port Everglades, FL" +196,308,162,"Oakland, CA",159,"Long Beach, CA" +196,309,197,"Portland, ME",195,"New Orleans, LA" +196,310,257,"Houston, TX",257,"Houston, TX" +196,311,198,"Baltimore, MD",198,"Baltimore, MD" +196,312,195,"New Orleans, LA",172,"Port Everglades, FL" +196,313,217,"New York, NY and NJ",223,"New York, NY and NJ" +196,314,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +196,315,172,"Port Everglades, FL",152,"Mobile, AL" +196,316,159,"Long Beach, CA",268,"Seattle, WA" +196,317,268,"Seattle, WA",159,"Long Beach, CA" +196,318,159,"Long Beach, CA",159,"Long Beach, CA" +196,319,195,"New Orleans, LA",195,"New Orleans, LA" +196,320,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +196,321,218,"Camden-Gloucester, NJ",171,"Jacksonville, FL" +196,322,159,"Long Beach, CA",159,"Long Beach, CA" +196,323,195,"New Orleans, LA",195,"New Orleans, LA" +196,324,217,"New York, NY and NJ",197,"Portland, ME" +196,325,152,"Mobile, AL",195,"New Orleans, LA" +196,326,195,"New Orleans, LA",152,"Mobile, AL" +196,327,223,"New York, NY and NJ",169,"Wilmington, DE" +196,328,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +196,329,217,"New York, NY and NJ",217,"New York, NY and NJ" +196,330,223,"New York, NY and NJ",198,"Baltimore, MD" +196,331,201,"Boston, MA",201,"Boston, MA" +196,332,245,"Charleston, SC",195,"New Orleans, LA" +196,333,177,"Savannah, GA",171,"Jacksonville, FL" +196,334,195,"New Orleans, LA",171,"Jacksonville, FL" +196,335,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +196,336,152,"Mobile, AL",195,"New Orleans, LA" +196,337,244,"Providence, RI",152,"Mobile, AL" +196,338,177,"Savannah, GA",265,"Norfolk Harbor, VA" +196,339,265,"Norfolk Harbor, VA",244,"Providence, RI" +196,340,244,"Providence, RI",193,"Baton Rouge, LA" +196,341,195,"New Orleans, LA",177,"Savannah, GA" +196,342,198,"Baltimore, MD",198,"Baltimore, MD" +196,343,268,"Seattle, WA",159,"Long Beach, CA" +196,344,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +196,345,217,"New York, NY and NJ",241,"Philadelphia, PA" +196,346,177,"Savannah, GA",177,"Savannah, GA" +196,347,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +196,348,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +196,349,217,"New York, NY and NJ",223,"New York, NY and NJ" +196,350,217,"New York, NY and NJ",201,"Boston, MA" +196,351,241,"Philadelphia, PA",244,"Providence, RI" +196,352,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +196,353,229,"Wilmington, NC",241,"Philadelphia, PA" +196,354,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +196,355,172,"Port Everglades, FL",195,"New Orleans, LA" +196,356,257,"Houston, TX",195,"New Orleans, LA" +196,357,197,"Portland, ME",245,"Charleston, SC" +196,358,197,"Portland, ME",229,"Wilmington, NC" +196,359,177,"Savannah, GA",194,"Lake Charles, LA" +196,360,171,"Jacksonville, FL",172,"Port Everglades, FL" +196,361,152,"Mobile, AL",195,"New Orleans, LA" +196,362,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +196,363,195,"New Orleans, LA",195,"New Orleans, LA" +196,364,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +196,365,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +196,366,159,"Long Beach, CA",268,"Seattle, WA" +196,367,268,"Seattle, WA",159,"Long Beach, CA" +196,368,268,"Seattle, WA",268,"Seattle, WA" +196,369,268,"Seattle, WA",195,"New Orleans, LA" +196,370,198,"Baltimore, MD",198,"Baltimore, MD" +196,371,162,"Oakland, CA",159,"Long Beach, CA" +196,372,241,"Philadelphia, PA",198,"Baltimore, MD" +196,373,195,"New Orleans, LA",195,"New Orleans, LA" +196,374,159,"Long Beach, CA",159,"Long Beach, CA" +196,375,172,"Port Everglades, FL",159,"Long Beach, CA" +196,376,268,"Seattle, WA",159,"Long Beach, CA" +196,377,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +196,378,152,"Mobile, AL",174,"Tampa, FL" +196,379,268,"Seattle, WA",159,"Long Beach, CA" +196,380,268,"Seattle, WA",162,"Oakland, CA" +196,381,159,"Long Beach, CA",162,"Oakland, CA" +196,382,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +196,383,162,"Oakland, CA",159,"Long Beach, CA" +196,384,265,"Norfolk Harbor, VA",152,"Mobile, AL" +196,385,223,"New York, NY and NJ",195,"New Orleans, LA" +196,386,201,"Boston, MA",195,"New Orleans, LA" +196,387,241,"Philadelphia, PA",217,"New York, NY and NJ" +196,388,169,"Wilmington, DE",198,"Baltimore, MD" +196,389,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +196,390,241,"Philadelphia, PA",241,"Philadelphia, PA" +196,391,265,"Norfolk Harbor, VA",244,"Providence, RI" +196,392,268,"Seattle, WA",159,"Long Beach, CA" +196,393,268,"Seattle, WA",268,"Seattle, WA" +196,394,241,"Philadelphia, PA",195,"New Orleans, LA" +196,395,197,"Portland, ME",197,"Portland, ME" +196,396,268,"Seattle, WA",239,"Portland, OR" +196,397,198,"Baltimore, MD",195,"New Orleans, LA" +196,398,198,"Baltimore, MD",195,"New Orleans, LA" +196,399,257,"Houston, TX",257,"Houston, TX" +196,400,159,"Long Beach, CA",159,"Long Beach, CA" +196,401,198,"Baltimore, MD",241,"Philadelphia, PA" +196,402,241,"Philadelphia, PA",198,"Baltimore, MD" +196,403,159,"Long Beach, CA",162,"Oakland, CA" +196,404,198,"Baltimore, MD",223,"New York, NY and NJ" +196,405,195,"New Orleans, LA",172,"Port Everglades, FL" +196,406,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +196,407,223,"New York, NY and NJ",195,"New Orleans, LA" +196,408,159,"Long Beach, CA",159,"Long Beach, CA" +196,409,198,"Baltimore, MD",152,"Mobile, AL" +196,410,159,"Long Beach, CA",268,"Seattle, WA" +196,411,268,"Seattle, WA",159,"Long Beach, CA" +196,412,197,"Portland, ME",265,"Norfolk Harbor, VA" +196,413,159,"Long Beach, CA",159,"Long Beach, CA" +196,414,195,"New Orleans, LA",195,"New Orleans, LA" +196,415,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +196,416,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +196,417,268,"Seattle, WA",159,"Long Beach, CA" +196,418,268,"Seattle, WA",159,"Long Beach, CA" +196,419,201,"Boston, MA",223,"New York, NY and NJ" +196,420,268,"Seattle, WA",172,"Port Everglades, FL" +196,421,268,"Seattle, WA",159,"Long Beach, CA" +196,422,159,"Long Beach, CA",268,"Seattle, WA" +196,423,162,"Oakland, CA",174,"Tampa, FL" +196,424,194,"Lake Charles, LA",195,"New Orleans, LA" +196,425,159,"Long Beach, CA",268,"Seattle, WA" +196,426,254,"Corpus Christi, TX",195,"New Orleans, LA" +196,427,195,"New Orleans, LA",257,"Houston, TX" +196,428,159,"Long Beach, CA",268,"Seattle, WA" +196,429,159,"Long Beach, CA",172,"Port Everglades, FL" +196,430,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +196,431,198,"Baltimore, MD",241,"Philadelphia, PA" +196,432,162,"Oakland, CA",268,"Seattle, WA" +196,433,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +196,434,197,"Portland, ME",218,"Camden-Gloucester, NJ" +196,435,217,"New York, NY and NJ",223,"New York, NY and NJ" +196,436,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +196,437,193,"Baton Rouge, LA",172,"Port Everglades, FL" +196,438,178,"Brunswick, GA",172,"Port Everglades, FL" +196,439,177,"Savannah, GA",195,"New Orleans, LA" +196,440,245,"Charleston, SC",172,"Port Everglades, FL" +196,441,159,"Long Beach, CA",162,"Oakland, CA" +196,442,201,"Boston, MA",198,"Baltimore, MD" +196,443,265,"Norfolk Harbor, VA",177,"Savannah, GA" +196,444,162,"Oakland, CA",159,"Long Beach, CA" +196,445,172,"Port Everglades, FL",171,"Jacksonville, FL" +196,446,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +196,447,197,"Portland, ME",197,"Portland, ME" +196,448,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +196,449,159,"Long Beach, CA",159,"Long Beach, CA" +196,450,174,"Tampa, FL",152,"Mobile, AL" +196,451,223,"New York, NY and NJ",201,"Boston, MA" +196,452,177,"Savannah, GA",197,"Portland, ME" +196,453,268,"Seattle, WA",159,"Long Beach, CA" +196,454,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +196,455,217,"New York, NY and NJ",229,"Wilmington, NC" +196,456,239,"Portland, OR",159,"Long Beach, CA" +196,457,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +196,458,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +196,459,159,"Long Beach, CA",268,"Seattle, WA" +196,460,229,"Wilmington, NC",223,"New York, NY and NJ" +196,461,177,"Savannah, GA",195,"New Orleans, LA" +196,462,217,"New York, NY and NJ",195,"New Orleans, LA" +196,463,197,"Portland, ME",217,"New York, NY and NJ" +196,464,244,"Providence, RI",241,"Philadelphia, PA" +196,465,268,"Seattle, WA",177,"Savannah, GA" +196,466,268,"Seattle, WA",269,"Longview, WA" +196,467,198,"Baltimore, MD",177,"Savannah, GA" +196,468,269,"Longview, WA",269,"Longview, WA" +196,469,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +196,470,268,"Seattle, WA",162,"Oakland, CA" +196,471,169,"Wilmington, DE",171,"Jacksonville, FL" +196,472,268,"Seattle, WA",159,"Long Beach, CA" +196,473,159,"Long Beach, CA",159,"Long Beach, CA" +196,474,177,"Savannah, GA",152,"Mobile, AL" +196,475,217,"New York, NY and NJ",201,"Boston, MA" +196,476,159,"Long Beach, CA",257,"Houston, TX" +196,477,159,"Long Beach, CA",268,"Seattle, WA" +196,478,171,"Jacksonville, FL",172,"Port Everglades, FL" +196,479,159,"Long Beach, CA",239,"Portland, OR" +196,480,201,"Boston, MA",169,"Wilmington, DE" +196,481,223,"New York, NY and NJ",241,"Philadelphia, PA" +196,482,268,"Seattle, WA",159,"Long Beach, CA" +196,483,241,"Philadelphia, PA",217,"New York, NY and NJ" +196,484,195,"New Orleans, LA",172,"Port Everglades, FL" +196,485,159,"Long Beach, CA",162,"Oakland, CA" +196,486,268,"Seattle, WA",269,"Longview, WA" +196,487,171,"Jacksonville, FL",152,"Mobile, AL" +196,488,269,"Longview, WA",162,"Oakland, CA" +196,489,268,"Seattle, WA",208,"Pascagoula, MS" +196,490,201,"Boston, MA",217,"New York, NY and NJ" +196,491,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +197,154,159,"Long Beach, CA",162,"Oakland, CA" +197,179,268,"Seattle, WA",159,"Long Beach, CA" +197,180,159,"Long Beach, CA",159,"Long Beach, CA" +197,274,159,"Long Beach, CA",159,"Long Beach, CA" +197,275,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +197,276,241,"Philadelphia, PA",223,"New York, NY and NJ" +197,277,197,"Portland, ME",223,"New York, NY and NJ" +197,278,241,"Philadelphia, PA",223,"New York, NY and NJ" +197,279,201,"Boston, MA",217,"New York, NY and NJ" +197,280,229,"Wilmington, NC",201,"Boston, MA" +197,281,177,"Savannah, GA",172,"Port Everglades, FL" +197,282,217,"New York, NY and NJ",217,"New York, NY and NJ" +197,283,177,"Savannah, GA",198,"Baltimore, MD" +197,284,162,"Oakland, CA",159,"Long Beach, CA" +197,285,223,"New York, NY and NJ",201,"Boston, MA" +197,286,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +197,287,171,"Jacksonville, FL",217,"New York, NY and NJ" +197,288,239,"Portland, OR",159,"Long Beach, CA" +197,289,159,"Long Beach, CA",159,"Long Beach, CA" +197,290,217,"New York, NY and NJ",217,"New York, NY and NJ" +197,291,198,"Baltimore, MD",223,"New York, NY and NJ" +197,292,217,"New York, NY and NJ",201,"Boston, MA" +197,293,195,"New Orleans, LA",195,"New Orleans, LA" +197,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +197,295,217,"New York, NY and NJ",223,"New York, NY and NJ" +197,296,159,"Long Beach, CA",269,"Longview, WA" +197,297,152,"Mobile, AL",198,"Baltimore, MD" +197,298,198,"Baltimore, MD",197,"Portland, ME" +197,299,198,"Baltimore, MD",223,"New York, NY and NJ" +197,300,201,"Boston, MA",229,"Wilmington, NC" +197,301,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +197,302,198,"Baltimore, MD",223,"New York, NY and NJ" +197,303,159,"Long Beach, CA",268,"Seattle, WA" +197,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +197,305,241,"Philadelphia, PA",217,"New York, NY and NJ" +197,306,241,"Philadelphia, PA",223,"New York, NY and NJ" +197,307,223,"New York, NY and NJ",201,"Boston, MA" +197,308,162,"Oakland, CA",268,"Seattle, WA" +197,309,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +197,310,241,"Philadelphia, PA",217,"New York, NY and NJ" +197,311,217,"New York, NY and NJ",217,"New York, NY and NJ" +197,312,245,"Charleston, SC",217,"New York, NY and NJ" +197,313,201,"Boston, MA",223,"New York, NY and NJ" +197,314,198,"Baltimore, MD",241,"Philadelphia, PA" +197,315,208,"Pascagoula, MS",177,"Savannah, GA" +197,316,162,"Oakland, CA",159,"Long Beach, CA" +197,317,268,"Seattle, WA",162,"Oakland, CA" +197,318,239,"Portland, OR",162,"Oakland, CA" +197,319,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +197,320,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +197,321,201,"Boston, MA",265,"Norfolk Harbor, VA" +197,322,268,"Seattle, WA",268,"Seattle, WA" +197,323,174,"Tampa, FL",217,"New York, NY and NJ" +197,324,201,"Boston, MA",244,"Providence, RI" +197,325,245,"Charleston, SC",223,"New York, NY and NJ" +197,326,177,"Savannah, GA",174,"Tampa, FL" +197,327,244,"Providence, RI",197,"Portland, ME" +197,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +197,329,244,"Providence, RI",265,"Norfolk Harbor, VA" +197,330,244,"Providence, RI",218,"Camden-Gloucester, NJ" +197,331,244,"Providence, RI",218,"Camden-Gloucester, NJ" +197,332,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +197,333,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +197,334,174,"Tampa, FL",265,"Norfolk Harbor, VA" +197,335,241,"Philadelphia, PA",198,"Baltimore, MD" +197,336,245,"Charleston, SC",171,"Jacksonville, FL" +197,337,217,"New York, NY and NJ",244,"Providence, RI" +197,338,197,"Portland, ME",265,"Norfolk Harbor, VA" +197,339,217,"New York, NY and NJ",223,"New York, NY and NJ" +197,340,198,"Baltimore, MD",223,"New York, NY and NJ" +197,341,265,"Norfolk Harbor, VA",178,"Brunswick, GA" +197,342,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +197,343,268,"Seattle, WA",268,"Seattle, WA" +197,344,218,"Camden-Gloucester, NJ",197,"Portland, ME" +197,345,197,"Portland, ME",217,"New York, NY and NJ" +197,346,218,"Camden-Gloucester, NJ",197,"Portland, ME" +197,347,223,"New York, NY and NJ",217,"New York, NY and NJ" +197,348,217,"New York, NY and NJ",197,"Portland, ME" +197,349,197,"Portland, ME",218,"Camden-Gloucester, NJ" +197,350,241,"Philadelphia, PA",198,"Baltimore, MD" +197,351,201,"Boston, MA",223,"New York, NY and NJ" +197,352,223,"New York, NY and NJ",241,"Philadelphia, PA" +197,353,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +197,354,223,"New York, NY and NJ",201,"Boston, MA" +197,355,229,"Wilmington, NC",241,"Philadelphia, PA" +197,356,171,"Jacksonville, FL",177,"Savannah, GA" +197,357,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +197,358,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +197,359,177,"Savannah, GA",197,"Portland, ME" +197,360,177,"Savannah, GA",265,"Norfolk Harbor, VA" +197,361,193,"Baton Rouge, LA",217,"New York, NY and NJ" +197,362,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +197,363,195,"New Orleans, LA",172,"Port Everglades, FL" +197,364,223,"New York, NY and NJ",217,"New York, NY and NJ" +197,365,244,"Providence, RI",223,"New York, NY and NJ" +197,366,269,"Longview, WA",268,"Seattle, WA" +197,367,159,"Long Beach, CA",159,"Long Beach, CA" +197,368,162,"Oakland, CA",159,"Long Beach, CA" +197,369,239,"Portland, OR",268,"Seattle, WA" +197,370,223,"New York, NY and NJ",201,"Boston, MA" +197,371,159,"Long Beach, CA",162,"Oakland, CA" +197,372,223,"New York, NY and NJ",198,"Baltimore, MD" +197,373,245,"Charleston, SC",198,"Baltimore, MD" +197,374,159,"Long Beach, CA",162,"Oakland, CA" +197,375,159,"Long Beach, CA",159,"Long Beach, CA" +197,376,159,"Long Beach, CA",268,"Seattle, WA" +197,377,223,"New York, NY and NJ",244,"Providence, RI" +197,378,244,"Providence, RI",265,"Norfolk Harbor, VA" +197,379,159,"Long Beach, CA",162,"Oakland, CA" +197,380,159,"Long Beach, CA",269,"Longview, WA" +197,381,268,"Seattle, WA",159,"Long Beach, CA" +197,382,217,"New York, NY and NJ",241,"Philadelphia, PA" +197,383,268,"Seattle, WA",229,"Wilmington, NC" +197,384,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +197,385,201,"Boston, MA",223,"New York, NY and NJ" +197,386,198,"Baltimore, MD",217,"New York, NY and NJ" +197,387,198,"Baltimore, MD",197,"Portland, ME" +197,388,198,"Baltimore, MD",201,"Boston, MA" +197,389,217,"New York, NY and NJ",223,"New York, NY and NJ" +197,390,198,"Baltimore, MD",217,"New York, NY and NJ" +197,391,217,"New York, NY and NJ",201,"Boston, MA" +197,392,268,"Seattle, WA",239,"Portland, OR" +197,393,159,"Long Beach, CA",269,"Longview, WA" +197,394,241,"Philadelphia, PA",201,"Boston, MA" +197,395,201,"Boston, MA",223,"New York, NY and NJ" +197,396,159,"Long Beach, CA",162,"Oakland, CA" +197,397,217,"New York, NY and NJ",197,"Portland, ME" +197,398,217,"New York, NY and NJ",223,"New York, NY and NJ" +197,399,239,"Portland, OR",159,"Long Beach, CA" +197,400,268,"Seattle, WA",159,"Long Beach, CA" +197,401,241,"Philadelphia, PA",169,"Wilmington, DE" +197,402,201,"Boston, MA",198,"Baltimore, MD" +197,403,268,"Seattle, WA",269,"Longview, WA" +197,404,198,"Baltimore, MD",217,"New York, NY and NJ" +197,405,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +197,406,198,"Baltimore, MD",241,"Philadelphia, PA" +197,407,223,"New York, NY and NJ",241,"Philadelphia, PA" +197,408,159,"Long Beach, CA",162,"Oakland, CA" +197,409,223,"New York, NY and NJ",217,"New York, NY and NJ" +197,410,159,"Long Beach, CA",159,"Long Beach, CA" +197,411,269,"Longview, WA",268,"Seattle, WA" +197,412,223,"New York, NY and NJ",197,"Portland, ME" +197,413,159,"Long Beach, CA",159,"Long Beach, CA" +197,414,195,"New Orleans, LA",229,"Wilmington, NC" +197,415,201,"Boston, MA",217,"New York, NY and NJ" +197,416,197,"Portland, ME",217,"New York, NY and NJ" +197,417,159,"Long Beach, CA",159,"Long Beach, CA" +197,418,239,"Portland, OR",162,"Oakland, CA" +197,419,241,"Philadelphia, PA",217,"New York, NY and NJ" +197,420,162,"Oakland, CA",159,"Long Beach, CA" +197,421,159,"Long Beach, CA",162,"Oakland, CA" +197,422,159,"Long Beach, CA",159,"Long Beach, CA" +197,423,172,"Port Everglades, FL",244,"Providence, RI" +197,424,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +197,425,162,"Oakland, CA",268,"Seattle, WA" +197,426,177,"Savannah, GA",172,"Port Everglades, FL" +197,427,172,"Port Everglades, FL",172,"Port Everglades, FL" +197,428,159,"Long Beach, CA",159,"Long Beach, CA" +197,429,159,"Long Beach, CA",177,"Savannah, GA" +197,430,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +197,431,197,"Portland, ME",217,"New York, NY and NJ" +197,432,159,"Long Beach, CA",162,"Oakland, CA" +197,433,217,"New York, NY and NJ",197,"Portland, ME" +197,434,169,"Wilmington, DE",217,"New York, NY and NJ" +197,435,169,"Wilmington, DE",223,"New York, NY and NJ" +197,436,198,"Baltimore, MD",217,"New York, NY and NJ" +197,437,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +197,438,217,"New York, NY and NJ",223,"New York, NY and NJ" +197,439,241,"Philadelphia, PA",217,"New York, NY and NJ" +197,440,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +197,441,159,"Long Beach, CA",159,"Long Beach, CA" +197,442,169,"Wilmington, DE",201,"Boston, MA" +197,443,217,"New York, NY and NJ",223,"New York, NY and NJ" +197,444,159,"Long Beach, CA",268,"Seattle, WA" +197,445,197,"Portland, ME",241,"Philadelphia, PA" +197,446,217,"New York, NY and NJ",198,"Baltimore, MD" +197,447,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +197,448,244,"Providence, RI",198,"Baltimore, MD" +197,449,159,"Long Beach, CA",239,"Portland, OR" +197,450,217,"New York, NY and NJ",223,"New York, NY and NJ" +197,451,217,"New York, NY and NJ",223,"New York, NY and NJ" +197,452,244,"Providence, RI",223,"New York, NY and NJ" +197,453,159,"Long Beach, CA",159,"Long Beach, CA" +197,454,241,"Philadelphia, PA",217,"New York, NY and NJ" +197,455,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +197,456,159,"Long Beach, CA",159,"Long Beach, CA" +197,457,197,"Portland, ME",217,"New York, NY and NJ" +197,458,244,"Providence, RI",223,"New York, NY and NJ" +197,459,269,"Longview, WA",159,"Long Beach, CA" +197,460,217,"New York, NY and NJ",197,"Portland, ME" +197,461,177,"Savannah, GA",197,"Portland, ME" +197,462,223,"New York, NY and NJ",241,"Philadelphia, PA" +197,463,223,"New York, NY and NJ",201,"Boston, MA" +197,464,244,"Providence, RI",241,"Philadelphia, PA" +197,465,239,"Portland, OR",268,"Seattle, WA" +197,466,269,"Longview, WA",162,"Oakland, CA" +197,467,197,"Portland, ME",197,"Portland, ME" +197,468,268,"Seattle, WA",159,"Long Beach, CA" +197,469,265,"Norfolk Harbor, VA",197,"Portland, ME" +197,470,159,"Long Beach, CA",159,"Long Beach, CA" +197,471,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +197,472,159,"Long Beach, CA",159,"Long Beach, CA" +197,473,268,"Seattle, WA",268,"Seattle, WA" +197,474,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +197,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +197,476,269,"Longview, WA",239,"Portland, OR" +197,477,268,"Seattle, WA",159,"Long Beach, CA" +197,478,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +197,479,159,"Long Beach, CA",159,"Long Beach, CA" +197,480,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +197,481,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +197,482,268,"Seattle, WA",159,"Long Beach, CA" +197,483,241,"Philadelphia, PA",241,"Philadelphia, PA" +197,484,245,"Charleston, SC",245,"Charleston, SC" +197,485,159,"Long Beach, CA",268,"Seattle, WA" +197,486,268,"Seattle, WA",159,"Long Beach, CA" +197,487,174,"Tampa, FL",265,"Norfolk Harbor, VA" +197,488,162,"Oakland, CA",159,"Long Beach, CA" +197,489,268,"Seattle, WA",177,"Savannah, GA" +197,490,223,"New York, NY and NJ",197,"Portland, ME" +197,491,198,"Baltimore, MD",241,"Philadelphia, PA" +198,154,159,"Long Beach, CA",159,"Long Beach, CA" +198,179,162,"Oakland, CA",162,"Oakland, CA" +198,180,162,"Oakland, CA",239,"Portland, OR" +198,274,269,"Longview, WA",159,"Long Beach, CA" +198,275,201,"Boston, MA",201,"Boston, MA" +198,276,201,"Boston, MA",198,"Baltimore, MD" +198,277,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +198,278,217,"New York, NY and NJ",241,"Philadelphia, PA" +198,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +198,280,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +198,281,265,"Norfolk Harbor, VA",245,"Charleston, SC" +198,282,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +198,283,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +198,284,268,"Seattle, WA",159,"Long Beach, CA" +198,285,223,"New York, NY and NJ",217,"New York, NY and NJ" +198,286,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +198,287,174,"Tampa, FL",172,"Port Everglades, FL" +198,288,265,"Norfolk Harbor, VA",159,"Long Beach, CA" +198,289,159,"Long Beach, CA",239,"Portland, OR" +198,290,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +198,291,198,"Baltimore, MD",197,"Portland, ME" +198,292,197,"Portland, ME",241,"Philadelphia, PA" +198,293,177,"Savannah, GA",171,"Jacksonville, FL" +198,294,217,"New York, NY and NJ",223,"New York, NY and NJ" +198,295,198,"Baltimore, MD",217,"New York, NY and NJ" +198,296,159,"Long Beach, CA",159,"Long Beach, CA" +198,297,177,"Savannah, GA",177,"Savannah, GA" +198,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +198,299,223,"New York, NY and NJ",241,"Philadelphia, PA" +198,300,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +198,301,198,"Baltimore, MD",241,"Philadelphia, PA" +198,302,265,"Norfolk Harbor, VA",245,"Charleston, SC" +198,303,159,"Long Beach, CA",159,"Long Beach, CA" +198,304,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +198,305,198,"Baltimore, MD",198,"Baltimore, MD" +198,306,217,"New York, NY and NJ",197,"Portland, ME" +198,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +198,308,159,"Long Beach, CA",268,"Seattle, WA" +198,309,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +198,310,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +198,311,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +198,312,171,"Jacksonville, FL",171,"Jacksonville, FL" +198,313,241,"Philadelphia, PA",198,"Baltimore, MD" +198,314,241,"Philadelphia, PA",244,"Providence, RI" +198,315,265,"Norfolk Harbor, VA",152,"Mobile, AL" +198,316,268,"Seattle, WA",159,"Long Beach, CA" +198,317,162,"Oakland, CA",159,"Long Beach, CA" +198,318,159,"Long Beach, CA",159,"Long Beach, CA" +198,319,177,"Savannah, GA",229,"Wilmington, NC" +198,320,201,"Boston, MA",217,"New York, NY and NJ" +198,321,223,"New York, NY and NJ",241,"Philadelphia, PA" +198,322,268,"Seattle, WA",162,"Oakland, CA" +198,323,152,"Mobile, AL",198,"Baltimore, MD" +198,324,198,"Baltimore, MD",223,"New York, NY and NJ" +198,325,177,"Savannah, GA",229,"Wilmington, NC" +198,326,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +198,327,197,"Portland, ME",241,"Philadelphia, PA" +198,328,198,"Baltimore, MD",198,"Baltimore, MD" +198,329,223,"New York, NY and NJ",241,"Philadelphia, PA" +198,330,197,"Portland, ME",241,"Philadelphia, PA" +198,331,244,"Providence, RI",241,"Philadelphia, PA" +198,332,241,"Philadelphia, PA",198,"Baltimore, MD" +198,333,265,"Norfolk Harbor, VA",245,"Charleston, SC" +198,334,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +198,335,201,"Boston, MA",223,"New York, NY and NJ" +198,336,152,"Mobile, AL",177,"Savannah, GA" +198,337,223,"New York, NY and NJ",223,"New York, NY and NJ" +198,338,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +198,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +198,340,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +198,341,245,"Charleston, SC",241,"Philadelphia, PA" +198,342,198,"Baltimore, MD",223,"New York, NY and NJ" +198,343,162,"Oakland, CA",239,"Portland, OR" +198,344,244,"Providence, RI",198,"Baltimore, MD" +198,345,197,"Portland, ME",217,"New York, NY and NJ" +198,346,177,"Savannah, GA",177,"Savannah, GA" +198,347,217,"New York, NY and NJ",223,"New York, NY and NJ" +198,348,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +198,349,197,"Portland, ME",197,"Portland, ME" +198,350,241,"Philadelphia, PA",217,"New York, NY and NJ" +198,351,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +198,352,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +198,353,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +198,354,201,"Boston, MA",244,"Providence, RI" +198,355,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +198,356,152,"Mobile, AL",171,"Jacksonville, FL" +198,357,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +198,358,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +198,359,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +198,360,177,"Savannah, GA",198,"Baltimore, MD" +198,361,172,"Port Everglades, FL",177,"Savannah, GA" +198,362,223,"New York, NY and NJ",198,"Baltimore, MD" +198,363,177,"Savannah, GA",174,"Tampa, FL" +198,364,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +198,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +198,366,162,"Oakland, CA",269,"Longview, WA" +198,367,159,"Long Beach, CA",162,"Oakland, CA" +198,368,268,"Seattle, WA",217,"New York, NY and NJ" +198,369,159,"Long Beach, CA",159,"Long Beach, CA" +198,370,217,"New York, NY and NJ",223,"New York, NY and NJ" +198,371,159,"Long Beach, CA",268,"Seattle, WA" +198,372,197,"Portland, ME",265,"Norfolk Harbor, VA" +198,373,171,"Jacksonville, FL",172,"Port Everglades, FL" +198,374,268,"Seattle, WA",268,"Seattle, WA" +198,375,162,"Oakland, CA",268,"Seattle, WA" +198,376,239,"Portland, OR",269,"Longview, WA" +198,377,201,"Boston, MA",217,"New York, NY and NJ" +198,378,174,"Tampa, FL",172,"Port Everglades, FL" +198,379,159,"Long Beach, CA",265,"Norfolk Harbor, VA" +198,380,268,"Seattle, WA",159,"Long Beach, CA" +198,381,159,"Long Beach, CA",268,"Seattle, WA" +198,382,241,"Philadelphia, PA",217,"New York, NY and NJ" +198,383,268,"Seattle, WA",268,"Seattle, WA" +198,384,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +198,385,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +198,386,217,"New York, NY and NJ",201,"Boston, MA" +198,387,241,"Philadelphia, PA",241,"Philadelphia, PA" +198,388,201,"Boston, MA",217,"New York, NY and NJ" +198,389,197,"Portland, ME",241,"Philadelphia, PA" +198,390,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +198,391,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +198,392,269,"Longview, WA",162,"Oakland, CA" +198,393,159,"Long Beach, CA",159,"Long Beach, CA" +198,394,198,"Baltimore, MD",229,"Wilmington, NC" +198,395,201,"Boston, MA",223,"New York, NY and NJ" +198,396,159,"Long Beach, CA",162,"Oakland, CA" +198,397,198,"Baltimore, MD",244,"Providence, RI" +198,398,197,"Portland, ME",265,"Norfolk Harbor, VA" +198,399,159,"Long Beach, CA",174,"Tampa, FL" +198,400,159,"Long Beach, CA",159,"Long Beach, CA" +198,401,197,"Portland, ME",241,"Philadelphia, PA" +198,402,241,"Philadelphia, PA",198,"Baltimore, MD" +198,403,159,"Long Beach, CA",159,"Long Beach, CA" +198,404,217,"New York, NY and NJ",201,"Boston, MA" +198,405,177,"Savannah, GA",265,"Norfolk Harbor, VA" +198,406,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +198,407,197,"Portland, ME",198,"Baltimore, MD" +198,408,162,"Oakland, CA",159,"Long Beach, CA" +198,409,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +198,410,159,"Long Beach, CA",159,"Long Beach, CA" +198,411,159,"Long Beach, CA",268,"Seattle, WA" +198,412,197,"Portland, ME",197,"Portland, ME" +198,413,159,"Long Beach, CA",159,"Long Beach, CA" +198,414,152,"Mobile, AL",229,"Wilmington, NC" +198,415,244,"Providence, RI",217,"New York, NY and NJ" +198,416,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +198,417,159,"Long Beach, CA",162,"Oakland, CA" +198,418,162,"Oakland, CA",159,"Long Beach, CA" +198,419,201,"Boston, MA",223,"New York, NY and NJ" +198,420,268,"Seattle, WA",159,"Long Beach, CA" +198,421,159,"Long Beach, CA",159,"Long Beach, CA" +198,422,268,"Seattle, WA",159,"Long Beach, CA" +198,423,268,"Seattle, WA",159,"Long Beach, CA" +198,424,171,"Jacksonville, FL",172,"Port Everglades, FL" +198,425,159,"Long Beach, CA",162,"Oakland, CA" +198,426,174,"Tampa, FL",172,"Port Everglades, FL" +198,427,172,"Port Everglades, FL",172,"Port Everglades, FL" +198,428,159,"Long Beach, CA",159,"Long Beach, CA" +198,429,159,"Long Beach, CA",174,"Tampa, FL" +198,430,223,"New York, NY and NJ",217,"New York, NY and NJ" +198,431,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +198,432,268,"Seattle, WA",239,"Portland, OR" +198,433,217,"New York, NY and NJ",201,"Boston, MA" +198,434,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +198,435,244,"Providence, RI",217,"New York, NY and NJ" +198,436,201,"Boston, MA",217,"New York, NY and NJ" +198,437,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +198,438,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +198,439,171,"Jacksonville, FL",169,"Wilmington, DE" +198,440,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +198,441,268,"Seattle, WA",268,"Seattle, WA" +198,442,198,"Baltimore, MD",217,"New York, NY and NJ" +198,443,197,"Portland, ME",217,"New York, NY and NJ" +198,444,239,"Portland, OR",268,"Seattle, WA" +198,445,241,"Philadelphia, PA",201,"Boston, MA" +198,446,201,"Boston, MA",198,"Baltimore, MD" +198,447,223,"New York, NY and NJ",217,"New York, NY and NJ" +198,448,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +198,449,159,"Long Beach, CA",159,"Long Beach, CA" +198,450,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +198,451,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +198,452,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +198,453,159,"Long Beach, CA",269,"Longview, WA" +198,454,244,"Providence, RI",223,"New York, NY and NJ" +198,455,223,"New York, NY and NJ",223,"New York, NY and NJ" +198,456,268,"Seattle, WA",159,"Long Beach, CA" +198,457,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +198,458,169,"Wilmington, DE",223,"New York, NY and NJ" +198,459,159,"Long Beach, CA",159,"Long Beach, CA" +198,460,197,"Portland, ME",217,"New York, NY and NJ" +198,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +198,462,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +198,463,223,"New York, NY and NJ",217,"New York, NY and NJ" +198,464,223,"New York, NY and NJ",217,"New York, NY and NJ" +198,465,162,"Oakland, CA",159,"Long Beach, CA" +198,466,159,"Long Beach, CA",162,"Oakland, CA" +198,467,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +198,468,162,"Oakland, CA",159,"Long Beach, CA" +198,469,223,"New York, NY and NJ",217,"New York, NY and NJ" +198,470,159,"Long Beach, CA",268,"Seattle, WA" +198,471,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +198,472,162,"Oakland, CA",159,"Long Beach, CA" +198,473,162,"Oakland, CA",239,"Portland, OR" +198,474,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +198,475,265,"Norfolk Harbor, VA",201,"Boston, MA" +198,476,159,"Long Beach, CA",245,"Charleston, SC" +198,477,162,"Oakland, CA",159,"Long Beach, CA" +198,478,245,"Charleston, SC",245,"Charleston, SC" +198,479,159,"Long Beach, CA",159,"Long Beach, CA" +198,480,201,"Boston, MA",241,"Philadelphia, PA" +198,481,198,"Baltimore, MD",217,"New York, NY and NJ" +198,482,268,"Seattle, WA",159,"Long Beach, CA" +198,483,223,"New York, NY and NJ",197,"Portland, ME" +198,484,217,"New York, NY and NJ",177,"Savannah, GA" +198,485,269,"Longview, WA",162,"Oakland, CA" +198,486,159,"Long Beach, CA",159,"Long Beach, CA" +198,487,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +198,488,159,"Long Beach, CA",159,"Long Beach, CA" +198,489,159,"Long Beach, CA",239,"Portland, OR" +198,490,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +198,491,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +199,154,159,"Long Beach, CA",269,"Longview, WA" +199,179,239,"Portland, OR",162,"Oakland, CA" +199,180,159,"Long Beach, CA",159,"Long Beach, CA" +199,274,162,"Oakland, CA",239,"Portland, OR" +199,275,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +199,276,198,"Baltimore, MD",198,"Baltimore, MD" +199,277,201,"Boston, MA",201,"Boston, MA" +199,278,229,"Wilmington, NC",217,"New York, NY and NJ" +199,279,177,"Savannah, GA",169,"Wilmington, DE" +199,280,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +199,281,217,"New York, NY and NJ",177,"Savannah, GA" +199,282,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +199,283,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +199,284,159,"Long Beach, CA",159,"Long Beach, CA" +199,285,197,"Portland, ME",198,"Baltimore, MD" +199,286,223,"New York, NY and NJ",241,"Philadelphia, PA" +199,287,174,"Tampa, FL",265,"Norfolk Harbor, VA" +199,288,268,"Seattle, WA",268,"Seattle, WA" +199,289,162,"Oakland, CA",268,"Seattle, WA" +199,290,198,"Baltimore, MD",241,"Philadelphia, PA" +199,291,197,"Portland, ME",217,"New York, NY and NJ" +199,292,217,"New York, NY and NJ",223,"New York, NY and NJ" +199,293,171,"Jacksonville, FL",177,"Savannah, GA" +199,294,223,"New York, NY and NJ",169,"Wilmington, DE" +199,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +199,296,268,"Seattle, WA",159,"Long Beach, CA" +199,297,195,"New Orleans, LA",172,"Port Everglades, FL" +199,298,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +199,299,198,"Baltimore, MD",245,"Charleston, SC" +199,300,177,"Savannah, GA",217,"New York, NY and NJ" +199,301,241,"Philadelphia, PA",197,"Portland, ME" +199,302,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +199,303,268,"Seattle, WA",159,"Long Beach, CA" +199,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +199,305,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +199,306,223,"New York, NY and NJ",169,"Wilmington, DE" +199,307,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +199,308,162,"Oakland, CA",162,"Oakland, CA" +199,309,241,"Philadelphia, PA",169,"Wilmington, DE" +199,310,241,"Philadelphia, PA",169,"Wilmington, DE" +199,311,201,"Boston, MA",265,"Norfolk Harbor, VA" +199,312,245,"Charleston, SC",172,"Port Everglades, FL" +199,313,198,"Baltimore, MD",198,"Baltimore, MD" +199,314,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +199,315,265,"Norfolk Harbor, VA",177,"Savannah, GA" +199,316,269,"Longview, WA",159,"Long Beach, CA" +199,317,159,"Long Beach, CA",268,"Seattle, WA" +199,318,159,"Long Beach, CA",159,"Long Beach, CA" +199,319,152,"Mobile, AL",265,"Norfolk Harbor, VA" +199,320,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +199,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +199,322,268,"Seattle, WA",159,"Long Beach, CA" +199,323,174,"Tampa, FL",265,"Norfolk Harbor, VA" +199,324,244,"Providence, RI",197,"Portland, ME" +199,325,172,"Port Everglades, FL",245,"Charleston, SC" +199,326,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +199,327,197,"Portland, ME",198,"Baltimore, MD" +199,328,223,"New York, NY and NJ",197,"Portland, ME" +199,329,197,"Portland, ME",218,"Camden-Gloucester, NJ" +199,330,169,"Wilmington, DE",217,"New York, NY and NJ" +199,331,217,"New York, NY and NJ",241,"Philadelphia, PA" +199,332,172,"Port Everglades, FL",245,"Charleston, SC" +199,333,245,"Charleston, SC",265,"Norfolk Harbor, VA" +199,334,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +199,335,201,"Boston, MA",241,"Philadelphia, PA" +199,336,245,"Charleston, SC",172,"Port Everglades, FL" +199,337,241,"Philadelphia, PA",217,"New York, NY and NJ" +199,338,197,"Portland, ME",241,"Philadelphia, PA" +199,339,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +199,340,217,"New York, NY and NJ",198,"Baltimore, MD" +199,341,152,"Mobile, AL",177,"Savannah, GA" +199,342,223,"New York, NY and NJ",241,"Philadelphia, PA" +199,343,159,"Long Beach, CA",268,"Seattle, WA" +199,344,223,"New York, NY and NJ",241,"Philadelphia, PA" +199,345,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +199,346,174,"Tampa, FL",265,"Norfolk Harbor, VA" +199,347,265,"Norfolk Harbor, VA",197,"Portland, ME" +199,348,197,"Portland, ME",265,"Norfolk Harbor, VA" +199,349,197,"Portland, ME",217,"New York, NY and NJ" +199,350,217,"New York, NY and NJ",217,"New York, NY and NJ" +199,351,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +199,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +199,353,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +199,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +199,355,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +199,356,195,"New Orleans, LA",195,"New Orleans, LA" +199,357,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +199,358,217,"New York, NY and NJ",198,"Baltimore, MD" +199,359,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +199,360,177,"Savannah, GA",172,"Port Everglades, FL" +199,361,198,"Baltimore, MD",245,"Charleston, SC" +199,362,217,"New York, NY and NJ",197,"Portland, ME" +199,363,193,"Baton Rouge, LA",152,"Mobile, AL" +199,364,197,"Portland, ME",265,"Norfolk Harbor, VA" +199,365,201,"Boston, MA",197,"Portland, ME" +199,366,159,"Long Beach, CA",159,"Long Beach, CA" +199,367,239,"Portland, OR",268,"Seattle, WA" +199,368,159,"Long Beach, CA",162,"Oakland, CA" +199,369,162,"Oakland, CA",245,"Charleston, SC" +199,370,197,"Portland, ME",198,"Baltimore, MD" +199,371,268,"Seattle, WA",239,"Portland, OR" +199,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +199,373,171,"Jacksonville, FL",245,"Charleston, SC" +199,374,159,"Long Beach, CA",162,"Oakland, CA" +199,375,174,"Tampa, FL",241,"Philadelphia, PA" +199,376,268,"Seattle, WA",268,"Seattle, WA" +199,377,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +199,378,171,"Jacksonville, FL",177,"Savannah, GA" +199,379,159,"Long Beach, CA",159,"Long Beach, CA" +199,380,159,"Long Beach, CA",159,"Long Beach, CA" +199,381,239,"Portland, OR",159,"Long Beach, CA" +199,382,198,"Baltimore, MD",217,"New York, NY and NJ" +199,383,268,"Seattle, WA",268,"Seattle, WA" +199,384,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +199,385,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +199,386,197,"Portland, ME",201,"Boston, MA" +199,387,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +199,388,201,"Boston, MA",223,"New York, NY and NJ" +199,389,244,"Providence, RI",201,"Boston, MA" +199,390,198,"Baltimore, MD",198,"Baltimore, MD" +199,391,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +199,392,159,"Long Beach, CA",159,"Long Beach, CA" +199,393,268,"Seattle, WA",268,"Seattle, WA" +199,394,198,"Baltimore, MD",201,"Boston, MA" +199,395,197,"Portland, ME",217,"New York, NY and NJ" +199,396,162,"Oakland, CA",159,"Long Beach, CA" +199,397,223,"New York, NY and NJ",217,"New York, NY and NJ" +199,398,241,"Philadelphia, PA",229,"Wilmington, NC" +199,399,193,"Baton Rouge, LA",195,"New Orleans, LA" +199,400,268,"Seattle, WA",159,"Long Beach, CA" +199,401,223,"New York, NY and NJ",169,"Wilmington, DE" +199,402,197,"Portland, ME",217,"New York, NY and NJ" +199,403,162,"Oakland, CA",159,"Long Beach, CA" +199,404,223,"New York, NY and NJ",198,"Baltimore, MD" +199,405,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +199,406,223,"New York, NY and NJ",217,"New York, NY and NJ" +199,407,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +199,408,159,"Long Beach, CA",159,"Long Beach, CA" +199,409,197,"Portland, ME",169,"Wilmington, DE" +199,410,159,"Long Beach, CA",159,"Long Beach, CA" +199,411,159,"Long Beach, CA",159,"Long Beach, CA" +199,412,223,"New York, NY and NJ",198,"Baltimore, MD" +199,413,268,"Seattle, WA",159,"Long Beach, CA" +199,414,195,"New Orleans, LA",177,"Savannah, GA" +199,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +199,416,169,"Wilmington, DE",198,"Baltimore, MD" +199,417,159,"Long Beach, CA",159,"Long Beach, CA" +199,418,159,"Long Beach, CA",239,"Portland, OR" +199,419,223,"New York, NY and NJ",217,"New York, NY and NJ" +199,420,159,"Long Beach, CA",268,"Seattle, WA" +199,421,162,"Oakland, CA",269,"Longview, WA" +199,422,159,"Long Beach, CA",162,"Oakland, CA" +199,423,268,"Seattle, WA",229,"Wilmington, NC" +199,424,171,"Jacksonville, FL",177,"Savannah, GA" +199,425,159,"Long Beach, CA",159,"Long Beach, CA" +199,426,198,"Baltimore, MD",171,"Jacksonville, FL" +199,427,172,"Port Everglades, FL",177,"Savannah, GA" +199,428,159,"Long Beach, CA",268,"Seattle, WA" +199,429,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +199,430,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +199,431,241,"Philadelphia, PA",241,"Philadelphia, PA" +199,432,159,"Long Beach, CA",269,"Longview, WA" +199,433,201,"Boston, MA",198,"Baltimore, MD" +199,434,244,"Providence, RI",218,"Camden-Gloucester, NJ" +199,435,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +199,436,223,"New York, NY and NJ",201,"Boston, MA" +199,437,217,"New York, NY and NJ",241,"Philadelphia, PA" +199,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +199,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +199,440,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +199,441,159,"Long Beach, CA",269,"Longview, WA" +199,442,223,"New York, NY and NJ",241,"Philadelphia, PA" +199,443,241,"Philadelphia, PA",223,"New York, NY and NJ" +199,444,159,"Long Beach, CA",159,"Long Beach, CA" +199,445,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +199,446,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +199,447,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +199,448,241,"Philadelphia, PA",201,"Boston, MA" +199,449,159,"Long Beach, CA",159,"Long Beach, CA" +199,450,245,"Charleston, SC",241,"Philadelphia, PA" +199,451,241,"Philadelphia, PA",198,"Baltimore, MD" +199,452,241,"Philadelphia, PA",244,"Providence, RI" +199,453,159,"Long Beach, CA",159,"Long Beach, CA" +199,454,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +199,455,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +199,456,239,"Portland, OR",159,"Long Beach, CA" +199,457,197,"Portland, ME",217,"New York, NY and NJ" +199,458,198,"Baltimore, MD",223,"New York, NY and NJ" +199,459,159,"Long Beach, CA",239,"Portland, OR" +199,460,241,"Philadelphia, PA",241,"Philadelphia, PA" +199,461,245,"Charleston, SC",241,"Philadelphia, PA" +199,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +199,463,218,"Camden-Gloucester, NJ",197,"Portland, ME" +199,464,223,"New York, NY and NJ",217,"New York, NY and NJ" +199,465,268,"Seattle, WA",177,"Savannah, GA" +199,466,159,"Long Beach, CA",162,"Oakland, CA" +199,467,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +199,468,159,"Long Beach, CA",269,"Longview, WA" +199,469,241,"Philadelphia, PA",223,"New York, NY and NJ" +199,470,159,"Long Beach, CA",162,"Oakland, CA" +199,471,197,"Portland, ME",217,"New York, NY and NJ" +199,472,268,"Seattle, WA",268,"Seattle, WA" +199,473,159,"Long Beach, CA",268,"Seattle, WA" +199,474,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +199,475,265,"Norfolk Harbor, VA",201,"Boston, MA" +199,476,159,"Long Beach, CA",268,"Seattle, WA" +199,477,159,"Long Beach, CA",159,"Long Beach, CA" +199,478,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +199,479,159,"Long Beach, CA",162,"Oakland, CA" +199,480,198,"Baltimore, MD",201,"Boston, MA" +199,481,201,"Boston, MA",217,"New York, NY and NJ" +199,482,159,"Long Beach, CA",162,"Oakland, CA" +199,483,217,"New York, NY and NJ",201,"Boston, MA" +199,484,172,"Port Everglades, FL",198,"Baltimore, MD" +199,485,162,"Oakland, CA",159,"Long Beach, CA" +199,486,159,"Long Beach, CA",159,"Long Beach, CA" +199,487,174,"Tampa, FL",169,"Wilmington, DE" +199,488,159,"Long Beach, CA",268,"Seattle, WA" +199,489,268,"Seattle, WA",265,"Norfolk Harbor, VA" +199,490,223,"New York, NY and NJ",198,"Baltimore, MD" +199,491,241,"Philadelphia, PA",198,"Baltimore, MD" +200,154,159,"Long Beach, CA",159,"Long Beach, CA" +200,179,269,"Longview, WA",268,"Seattle, WA" +200,180,162,"Oakland, CA",268,"Seattle, WA" +200,274,268,"Seattle, WA",268,"Seattle, WA" +200,275,241,"Philadelphia, PA",217,"New York, NY and NJ" +200,276,197,"Portland, ME",217,"New York, NY and NJ" +200,277,241,"Philadelphia, PA",197,"Portland, ME" +200,278,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +200,279,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +200,280,198,"Baltimore, MD",245,"Charleston, SC" +200,281,172,"Port Everglades, FL",172,"Port Everglades, FL" +200,282,197,"Portland, ME",223,"New York, NY and NJ" +200,283,172,"Port Everglades, FL",198,"Baltimore, MD" +200,284,159,"Long Beach, CA",159,"Long Beach, CA" +200,285,217,"New York, NY and NJ",241,"Philadelphia, PA" +200,286,198,"Baltimore, MD",241,"Philadelphia, PA" +200,287,177,"Savannah, GA",229,"Wilmington, NC" +200,288,159,"Long Beach, CA",177,"Savannah, GA" +200,289,159,"Long Beach, CA",159,"Long Beach, CA" +200,290,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +200,291,198,"Baltimore, MD",241,"Philadelphia, PA" +200,292,201,"Boston, MA",197,"Portland, ME" +200,293,172,"Port Everglades, FL",245,"Charleston, SC" +200,294,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +200,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +200,296,162,"Oakland, CA",159,"Long Beach, CA" +200,297,174,"Tampa, FL",174,"Tampa, FL" +200,298,223,"New York, NY and NJ",217,"New York, NY and NJ" +200,299,265,"Norfolk Harbor, VA",197,"Portland, ME" +200,300,245,"Charleston, SC",198,"Baltimore, MD" +200,301,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +200,302,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +200,303,159,"Long Beach, CA",268,"Seattle, WA" +200,304,223,"New York, NY and NJ",244,"Providence, RI" +200,305,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +200,306,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +200,307,217,"New York, NY and NJ",223,"New York, NY and NJ" +200,308,162,"Oakland, CA",159,"Long Beach, CA" +200,309,223,"New York, NY and NJ",198,"Baltimore, MD" +200,310,244,"Providence, RI",241,"Philadelphia, PA" +200,311,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +200,312,177,"Savannah, GA",172,"Port Everglades, FL" +200,313,201,"Boston, MA",217,"New York, NY and NJ" +200,314,197,"Portland, ME",217,"New York, NY and NJ" +200,315,245,"Charleston, SC",195,"New Orleans, LA" +200,316,268,"Seattle, WA",268,"Seattle, WA" +200,317,159,"Long Beach, CA",159,"Long Beach, CA" +200,318,159,"Long Beach, CA",159,"Long Beach, CA" +200,319,177,"Savannah, GA",245,"Charleston, SC" +200,320,198,"Baltimore, MD",217,"New York, NY and NJ" +200,321,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +200,322,268,"Seattle, WA",159,"Long Beach, CA" +200,323,174,"Tampa, FL",193,"Baton Rouge, LA" +200,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +200,325,245,"Charleston, SC",245,"Charleston, SC" +200,326,177,"Savannah, GA",265,"Norfolk Harbor, VA" +200,327,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +200,328,241,"Philadelphia, PA",241,"Philadelphia, PA" +200,329,229,"Wilmington, NC",197,"Portland, ME" +200,330,217,"New York, NY and NJ",169,"Wilmington, DE" +200,331,201,"Boston, MA",265,"Norfolk Harbor, VA" +200,332,172,"Port Everglades, FL",241,"Philadelphia, PA" +200,333,174,"Tampa, FL",265,"Norfolk Harbor, VA" +200,334,195,"New Orleans, LA",229,"Wilmington, NC" +200,335,169,"Wilmington, DE",217,"New York, NY and NJ" +200,336,177,"Savannah, GA",172,"Port Everglades, FL" +200,337,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +200,338,197,"Portland, ME",217,"New York, NY and NJ" +200,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +200,340,223,"New York, NY and NJ",223,"New York, NY and NJ" +200,341,195,"New Orleans, LA",198,"Baltimore, MD" +200,342,223,"New York, NY and NJ",217,"New York, NY and NJ" +200,343,159,"Long Beach, CA",159,"Long Beach, CA" +200,344,218,"Camden-Gloucester, NJ",197,"Portland, ME" +200,345,217,"New York, NY and NJ",217,"New York, NY and NJ" +200,346,223,"New York, NY and NJ",171,"Jacksonville, FL" +200,347,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +200,348,241,"Philadelphia, PA",217,"New York, NY and NJ" +200,349,223,"New York, NY and NJ",197,"Portland, ME" +200,350,217,"New York, NY and NJ",241,"Philadelphia, PA" +200,351,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +200,352,223,"New York, NY and NJ",197,"Portland, ME" +200,353,241,"Philadelphia, PA",198,"Baltimore, MD" +200,354,223,"New York, NY and NJ",201,"Boston, MA" +200,355,171,"Jacksonville, FL",241,"Philadelphia, PA" +200,356,193,"Baton Rouge, LA",245,"Charleston, SC" +200,357,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +200,358,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +200,359,198,"Baltimore, MD",198,"Baltimore, MD" +200,360,172,"Port Everglades, FL",217,"New York, NY and NJ" +200,361,253,"Beaumont, TX",201,"Boston, MA" +200,362,198,"Baltimore, MD",241,"Philadelphia, PA" +200,363,152,"Mobile, AL",177,"Savannah, GA" +200,364,198,"Baltimore, MD",197,"Portland, ME" +200,365,223,"New York, NY and NJ",198,"Baltimore, MD" +200,366,159,"Long Beach, CA",159,"Long Beach, CA" +200,367,159,"Long Beach, CA",162,"Oakland, CA" +200,368,159,"Long Beach, CA",239,"Portland, OR" +200,369,159,"Long Beach, CA",239,"Portland, OR" +200,370,201,"Boston, MA",218,"Camden-Gloucester, NJ" +200,371,159,"Long Beach, CA",174,"Tampa, FL" +200,372,217,"New York, NY and NJ",223,"New York, NY and NJ" +200,373,172,"Port Everglades, FL",198,"Baltimore, MD" +200,374,268,"Seattle, WA",162,"Oakland, CA" +200,375,159,"Long Beach, CA",217,"New York, NY and NJ" +200,376,162,"Oakland, CA",159,"Long Beach, CA" +200,377,241,"Philadelphia, PA",223,"New York, NY and NJ" +200,378,172,"Port Everglades, FL",198,"Baltimore, MD" +200,379,159,"Long Beach, CA",269,"Longview, WA" +200,380,159,"Long Beach, CA",162,"Oakland, CA" +200,381,159,"Long Beach, CA",159,"Long Beach, CA" +200,382,241,"Philadelphia, PA",197,"Portland, ME" +200,383,159,"Long Beach, CA",198,"Baltimore, MD" +200,384,223,"New York, NY and NJ",217,"New York, NY and NJ" +200,385,217,"New York, NY and NJ",223,"New York, NY and NJ" +200,386,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +200,387,201,"Boston, MA",265,"Norfolk Harbor, VA" +200,388,217,"New York, NY and NJ",223,"New York, NY and NJ" +200,389,198,"Baltimore, MD",223,"New York, NY and NJ" +200,390,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +200,391,198,"Baltimore, MD",244,"Providence, RI" +200,392,269,"Longview, WA",239,"Portland, OR" +200,393,159,"Long Beach, CA",159,"Long Beach, CA" +200,394,201,"Boston, MA",241,"Philadelphia, PA" +200,395,223,"New York, NY and NJ",198,"Baltimore, MD" +200,396,159,"Long Beach, CA",159,"Long Beach, CA" +200,397,197,"Portland, ME",223,"New York, NY and NJ" +200,398,198,"Baltimore, MD",223,"New York, NY and NJ" +200,399,257,"Houston, TX",257,"Houston, TX" +200,400,159,"Long Beach, CA",268,"Seattle, WA" +200,401,244,"Providence, RI",169,"Wilmington, DE" +200,402,241,"Philadelphia, PA",241,"Philadelphia, PA" +200,403,159,"Long Beach, CA",162,"Oakland, CA" +200,404,223,"New York, NY and NJ",198,"Baltimore, MD" +200,405,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +200,406,241,"Philadelphia, PA",198,"Baltimore, MD" +200,407,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +200,408,162,"Oakland, CA",268,"Seattle, WA" +200,409,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +200,410,268,"Seattle, WA",162,"Oakland, CA" +200,411,268,"Seattle, WA",162,"Oakland, CA" +200,412,217,"New York, NY and NJ",217,"New York, NY and NJ" +200,413,268,"Seattle, WA",159,"Long Beach, CA" +200,414,195,"New Orleans, LA",241,"Philadelphia, PA" +200,415,217,"New York, NY and NJ",217,"New York, NY and NJ" +200,416,241,"Philadelphia, PA",217,"New York, NY and NJ" +200,417,159,"Long Beach, CA",268,"Seattle, WA" +200,418,162,"Oakland, CA",159,"Long Beach, CA" +200,419,197,"Portland, ME",217,"New York, NY and NJ" +200,420,159,"Long Beach, CA",269,"Longview, WA" +200,421,159,"Long Beach, CA",162,"Oakland, CA" +200,422,159,"Long Beach, CA",159,"Long Beach, CA" +200,423,239,"Portland, OR",269,"Longview, WA" +200,424,195,"New Orleans, LA",245,"Charleston, SC" +200,425,239,"Portland, OR",268,"Seattle, WA" +200,426,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +200,427,177,"Savannah, GA",245,"Charleston, SC" +200,428,159,"Long Beach, CA",269,"Longview, WA" +200,429,159,"Long Beach, CA",229,"Wilmington, NC" +200,430,198,"Baltimore, MD",201,"Boston, MA" +200,431,223,"New York, NY and NJ",244,"Providence, RI" +200,432,162,"Oakland, CA",268,"Seattle, WA" +200,433,265,"Norfolk Harbor, VA",244,"Providence, RI" +200,434,198,"Baltimore, MD",169,"Wilmington, DE" +200,435,223,"New York, NY and NJ",197,"Portland, ME" +200,436,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +200,437,201,"Boston, MA",198,"Baltimore, MD" +200,438,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +200,439,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +200,440,245,"Charleston, SC",265,"Norfolk Harbor, VA" +200,441,159,"Long Beach, CA",269,"Longview, WA" +200,442,201,"Boston, MA",223,"New York, NY and NJ" +200,443,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +200,444,159,"Long Beach, CA",268,"Seattle, WA" +200,445,217,"New York, NY and NJ",217,"New York, NY and NJ" +200,446,217,"New York, NY and NJ",244,"Providence, RI" +200,447,241,"Philadelphia, PA",198,"Baltimore, MD" +200,448,217,"New York, NY and NJ",229,"Wilmington, NC" +200,449,268,"Seattle, WA",159,"Long Beach, CA" +200,450,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +200,451,169,"Wilmington, DE",223,"New York, NY and NJ" +200,452,241,"Philadelphia, PA",201,"Boston, MA" +200,453,159,"Long Beach, CA",239,"Portland, OR" +200,454,217,"New York, NY and NJ",217,"New York, NY and NJ" +200,455,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +200,456,159,"Long Beach, CA",159,"Long Beach, CA" +200,457,197,"Portland, ME",223,"New York, NY and NJ" +200,458,223,"New York, NY and NJ",217,"New York, NY and NJ" +200,459,268,"Seattle, WA",159,"Long Beach, CA" +200,460,217,"New York, NY and NJ",217,"New York, NY and NJ" +200,461,174,"Tampa, FL",265,"Norfolk Harbor, VA" +200,462,201,"Boston, MA",223,"New York, NY and NJ" +200,463,217,"New York, NY and NJ",217,"New York, NY and NJ" +200,464,217,"New York, NY and NJ",241,"Philadelphia, PA" +200,465,239,"Portland, OR",268,"Seattle, WA" +200,466,159,"Long Beach, CA",268,"Seattle, WA" +200,467,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +200,468,268,"Seattle, WA",268,"Seattle, WA" +200,469,217,"New York, NY and NJ",197,"Portland, ME" +200,470,159,"Long Beach, CA",159,"Long Beach, CA" +200,471,265,"Norfolk Harbor, VA",197,"Portland, ME" +200,472,268,"Seattle, WA",239,"Portland, OR" +200,473,159,"Long Beach, CA",162,"Oakland, CA" +200,474,172,"Port Everglades, FL",174,"Tampa, FL" +200,475,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +200,476,159,"Long Beach, CA",162,"Oakland, CA" +200,477,159,"Long Beach, CA",268,"Seattle, WA" +200,478,177,"Savannah, GA",198,"Baltimore, MD" +200,479,159,"Long Beach, CA",268,"Seattle, WA" +200,480,197,"Portland, ME",223,"New York, NY and NJ" +200,481,223,"New York, NY and NJ",241,"Philadelphia, PA" +200,482,162,"Oakland, CA",198,"Baltimore, MD" +200,483,201,"Boston, MA",198,"Baltimore, MD" +200,484,229,"Wilmington, NC",177,"Savannah, GA" +200,485,162,"Oakland, CA",159,"Long Beach, CA" +200,486,268,"Seattle, WA",159,"Long Beach, CA" +200,487,245,"Charleston, SC",265,"Norfolk Harbor, VA" +200,488,162,"Oakland, CA",239,"Portland, OR" +200,489,162,"Oakland, CA",159,"Long Beach, CA" +200,490,217,"New York, NY and NJ",229,"Wilmington, NC" +200,491,198,"Baltimore, MD",241,"Philadelphia, PA" +201,154,159,"Long Beach, CA",269,"Longview, WA" +201,179,159,"Long Beach, CA",162,"Oakland, CA" +201,180,268,"Seattle, WA",268,"Seattle, WA" +201,274,162,"Oakland, CA",159,"Long Beach, CA" +201,275,217,"New York, NY and NJ",223,"New York, NY and NJ" +201,276,223,"New York, NY and NJ",197,"Portland, ME" +201,277,201,"Boston, MA",223,"New York, NY and NJ" +201,278,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +201,279,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +201,280,177,"Savannah, GA",201,"Boston, MA" +201,281,198,"Baltimore, MD",245,"Charleston, SC" +201,282,223,"New York, NY and NJ",197,"Portland, ME" +201,283,245,"Charleston, SC",245,"Charleston, SC" +201,284,159,"Long Beach, CA",268,"Seattle, WA" +201,285,218,"Camden-Gloucester, NJ",244,"Providence, RI" +201,286,201,"Boston, MA",223,"New York, NY and NJ" +201,287,177,"Savannah, GA",265,"Norfolk Harbor, VA" +201,288,159,"Long Beach, CA",268,"Seattle, WA" +201,289,268,"Seattle, WA",159,"Long Beach, CA" +201,290,245,"Charleston, SC",244,"Providence, RI" +201,291,218,"Camden-Gloucester, NJ",201,"Boston, MA" +201,292,197,"Portland, ME",217,"New York, NY and NJ" +201,293,195,"New Orleans, LA",177,"Savannah, GA" +201,294,223,"New York, NY and NJ",201,"Boston, MA" +201,295,244,"Providence, RI",217,"New York, NY and NJ" +201,296,268,"Seattle, WA",159,"Long Beach, CA" +201,297,195,"New Orleans, LA",174,"Tampa, FL" +201,298,223,"New York, NY and NJ",201,"Boston, MA" +201,299,217,"New York, NY and NJ",198,"Baltimore, MD" +201,300,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +201,301,265,"Norfolk Harbor, VA",244,"Providence, RI" +201,302,223,"New York, NY and NJ",217,"New York, NY and NJ" +201,303,268,"Seattle, WA",162,"Oakland, CA" +201,304,217,"New York, NY and NJ",223,"New York, NY and NJ" +201,305,197,"Portland, ME",201,"Boston, MA" +201,306,197,"Portland, ME",241,"Philadelphia, PA" +201,307,201,"Boston, MA",197,"Portland, ME" +201,308,159,"Long Beach, CA",159,"Long Beach, CA" +201,309,223,"New York, NY and NJ",223,"New York, NY and NJ" +201,310,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +201,311,201,"Boston, MA",223,"New York, NY and NJ" +201,312,177,"Savannah, GA",172,"Port Everglades, FL" +201,313,241,"Philadelphia, PA",197,"Portland, ME" +201,314,223,"New York, NY and NJ",197,"Portland, ME" +201,315,198,"Baltimore, MD",201,"Boston, MA" +201,316,162,"Oakland, CA",159,"Long Beach, CA" +201,317,159,"Long Beach, CA",159,"Long Beach, CA" +201,318,239,"Portland, OR",162,"Oakland, CA" +201,319,245,"Charleston, SC",217,"New York, NY and NJ" +201,320,201,"Boston, MA",217,"New York, NY and NJ" +201,321,197,"Portland, ME",201,"Boston, MA" +201,322,268,"Seattle, WA",239,"Portland, OR" +201,323,152,"Mobile, AL",174,"Tampa, FL" +201,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +201,325,171,"Jacksonville, FL",174,"Tampa, FL" +201,326,265,"Norfolk Harbor, VA",201,"Boston, MA" +201,327,244,"Providence, RI",223,"New York, NY and NJ" +201,328,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +201,329,197,"Portland, ME",223,"New York, NY and NJ" +201,330,244,"Providence, RI",217,"New York, NY and NJ" +201,331,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +201,332,198,"Baltimore, MD",201,"Boston, MA" +201,333,177,"Savannah, GA",217,"New York, NY and NJ" +201,334,265,"Norfolk Harbor, VA",245,"Charleston, SC" +201,335,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +201,336,152,"Mobile, AL",241,"Philadelphia, PA" +201,337,197,"Portland, ME",223,"New York, NY and NJ" +201,338,198,"Baltimore, MD",223,"New York, NY and NJ" +201,339,241,"Philadelphia, PA",223,"New York, NY and NJ" +201,340,244,"Providence, RI",244,"Providence, RI" +201,341,253,"Beaumont, TX",217,"New York, NY and NJ" +201,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +201,343,159,"Long Beach, CA",239,"Portland, OR" +201,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +201,345,218,"Camden-Gloucester, NJ",244,"Providence, RI" +201,346,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +201,347,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +201,348,198,"Baltimore, MD",217,"New York, NY and NJ" +201,349,198,"Baltimore, MD",201,"Boston, MA" +201,350,201,"Boston, MA",217,"New York, NY and NJ" +201,351,201,"Boston, MA",197,"Portland, ME" +201,352,217,"New York, NY and NJ",223,"New York, NY and NJ" +201,353,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +201,354,198,"Baltimore, MD",241,"Philadelphia, PA" +201,355,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +201,356,174,"Tampa, FL",171,"Jacksonville, FL" +201,357,223,"New York, NY and NJ",217,"New York, NY and NJ" +201,358,217,"New York, NY and NJ",201,"Boston, MA" +201,359,177,"Savannah, GA",223,"New York, NY and NJ" +201,360,174,"Tampa, FL",265,"Norfolk Harbor, VA" +201,361,254,"Corpus Christi, TX",245,"Charleston, SC" +201,362,244,"Providence, RI",201,"Boston, MA" +201,363,177,"Savannah, GA",177,"Savannah, GA" +201,364,217,"New York, NY and NJ",223,"New York, NY and NJ" +201,365,201,"Boston, MA",223,"New York, NY and NJ" +201,366,162,"Oakland, CA",162,"Oakland, CA" +201,367,268,"Seattle, WA",159,"Long Beach, CA" +201,368,159,"Long Beach, CA",239,"Portland, OR" +201,369,159,"Long Beach, CA",268,"Seattle, WA" +201,370,217,"New York, NY and NJ",223,"New York, NY and NJ" +201,371,159,"Long Beach, CA",269,"Longview, WA" +201,372,197,"Portland, ME",201,"Boston, MA" +201,373,172,"Port Everglades, FL",241,"Philadelphia, PA" +201,374,159,"Long Beach, CA",162,"Oakland, CA" +201,375,268,"Seattle, WA",159,"Long Beach, CA" +201,376,159,"Long Beach, CA",159,"Long Beach, CA" +201,377,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +201,378,193,"Baton Rouge, LA",245,"Charleston, SC" +201,379,159,"Long Beach, CA",268,"Seattle, WA" +201,380,159,"Long Beach, CA",162,"Oakland, CA" +201,381,159,"Long Beach, CA",268,"Seattle, WA" +201,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +201,383,159,"Long Beach, CA",268,"Seattle, WA" +201,384,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +201,385,201,"Boston, MA",201,"Boston, MA" +201,386,241,"Philadelphia, PA",223,"New York, NY and NJ" +201,387,197,"Portland, ME",217,"New York, NY and NJ" +201,388,244,"Providence, RI",244,"Providence, RI" +201,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +201,390,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +201,391,201,"Boston, MA",265,"Norfolk Harbor, VA" +201,392,159,"Long Beach, CA",162,"Oakland, CA" +201,393,162,"Oakland, CA",268,"Seattle, WA" +201,394,223,"New York, NY and NJ",201,"Boston, MA" +201,395,217,"New York, NY and NJ",197,"Portland, ME" +201,396,159,"Long Beach, CA",162,"Oakland, CA" +201,397,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +201,398,217,"New York, NY and NJ",197,"Portland, ME" +201,399,257,"Houston, TX",195,"New Orleans, LA" +201,400,159,"Long Beach, CA",162,"Oakland, CA" +201,401,223,"New York, NY and NJ",197,"Portland, ME" +201,402,223,"New York, NY and NJ",244,"Providence, RI" +201,403,159,"Long Beach, CA",159,"Long Beach, CA" +201,404,223,"New York, NY and NJ",217,"New York, NY and NJ" +201,405,172,"Port Everglades, FL",201,"Boston, MA" +201,406,197,"Portland, ME",217,"New York, NY and NJ" +201,407,218,"Camden-Gloucester, NJ",244,"Providence, RI" +201,408,268,"Seattle, WA",162,"Oakland, CA" +201,409,198,"Baltimore, MD",244,"Providence, RI" +201,410,239,"Portland, OR",239,"Portland, OR" +201,411,159,"Long Beach, CA",269,"Longview, WA" +201,412,217,"New York, NY and NJ",201,"Boston, MA" +201,413,159,"Long Beach, CA",159,"Long Beach, CA" +201,414,195,"New Orleans, LA",174,"Tampa, FL" +201,415,244,"Providence, RI",201,"Boston, MA" +201,416,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +201,417,159,"Long Beach, CA",159,"Long Beach, CA" +201,418,269,"Longview, WA",239,"Portland, OR" +201,419,217,"New York, NY and NJ",223,"New York, NY and NJ" +201,420,239,"Portland, OR",159,"Long Beach, CA" +201,421,159,"Long Beach, CA",159,"Long Beach, CA" +201,422,239,"Portland, OR",269,"Longview, WA" +201,423,159,"Long Beach, CA",268,"Seattle, WA" +201,424,172,"Port Everglades, FL",174,"Tampa, FL" +201,425,268,"Seattle, WA",239,"Portland, OR" +201,426,172,"Port Everglades, FL",201,"Boston, MA" +201,427,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +201,428,159,"Long Beach, CA",268,"Seattle, WA" +201,429,159,"Long Beach, CA",198,"Baltimore, MD" +201,430,223,"New York, NY and NJ",244,"Providence, RI" +201,431,197,"Portland, ME",197,"Portland, ME" +201,432,159,"Long Beach, CA",162,"Oakland, CA" +201,433,223,"New York, NY and NJ",223,"New York, NY and NJ" +201,434,197,"Portland, ME",244,"Providence, RI" +201,435,217,"New York, NY and NJ",201,"Boston, MA" +201,436,197,"Portland, ME",241,"Philadelphia, PA" +201,437,217,"New York, NY and NJ",198,"Baltimore, MD" +201,438,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +201,439,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +201,440,217,"New York, NY and NJ",223,"New York, NY and NJ" +201,441,162,"Oakland, CA",159,"Long Beach, CA" +201,442,217,"New York, NY and NJ",198,"Baltimore, MD" +201,443,241,"Philadelphia, PA",197,"Portland, ME" +201,444,268,"Seattle, WA",239,"Portland, OR" +201,445,217,"New York, NY and NJ",201,"Boston, MA" +201,446,201,"Boston, MA",223,"New York, NY and NJ" +201,447,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +201,448,217,"New York, NY and NJ",197,"Portland, ME" +201,449,268,"Seattle, WA",159,"Long Beach, CA" +201,450,223,"New York, NY and NJ",198,"Baltimore, MD" +201,451,197,"Portland, ME",201,"Boston, MA" +201,452,244,"Providence, RI",218,"Camden-Gloucester, NJ" +201,453,269,"Longview, WA",159,"Long Beach, CA" +201,454,223,"New York, NY and NJ",217,"New York, NY and NJ" +201,455,229,"Wilmington, NC",218,"Camden-Gloucester, NJ" +201,456,159,"Long Beach, CA",159,"Long Beach, CA" +201,457,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +201,458,223,"New York, NY and NJ",217,"New York, NY and NJ" +201,459,162,"Oakland, CA",268,"Seattle, WA" +201,460,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +201,461,201,"Boston, MA",201,"Boston, MA" +201,462,198,"Baltimore, MD",229,"Wilmington, NC" +201,463,217,"New York, NY and NJ",244,"Providence, RI" +201,464,198,"Baltimore, MD",223,"New York, NY and NJ" +201,465,269,"Longview, WA",268,"Seattle, WA" +201,466,162,"Oakland, CA",239,"Portland, OR" +201,467,223,"New York, NY and NJ",223,"New York, NY and NJ" +201,468,268,"Seattle, WA",159,"Long Beach, CA" +201,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +201,470,159,"Long Beach, CA",159,"Long Beach, CA" +201,471,217,"New York, NY and NJ",217,"New York, NY and NJ" +201,472,159,"Long Beach, CA",159,"Long Beach, CA" +201,473,268,"Seattle, WA",159,"Long Beach, CA" +201,474,172,"Port Everglades, FL",223,"New York, NY and NJ" +201,475,223,"New York, NY and NJ",198,"Baltimore, MD" +201,476,159,"Long Beach, CA",159,"Long Beach, CA" +201,477,159,"Long Beach, CA",159,"Long Beach, CA" +201,478,177,"Savannah, GA",229,"Wilmington, NC" +201,479,268,"Seattle, WA",159,"Long Beach, CA" +201,480,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +201,481,217,"New York, NY and NJ",223,"New York, NY and NJ" +201,482,239,"Portland, OR",217,"New York, NY and NJ" +201,483,241,"Philadelphia, PA",223,"New York, NY and NJ" +201,484,172,"Port Everglades, FL",201,"Boston, MA" +201,485,159,"Long Beach, CA",159,"Long Beach, CA" +201,486,268,"Seattle, WA",159,"Long Beach, CA" +201,487,171,"Jacksonville, FL",217,"New York, NY and NJ" +201,488,159,"Long Beach, CA",268,"Seattle, WA" +201,489,159,"Long Beach, CA",268,"Seattle, WA" +201,490,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +201,491,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +202,154,162,"Oakland, CA",268,"Seattle, WA" +202,179,162,"Oakland, CA",268,"Seattle, WA" +202,180,159,"Long Beach, CA",159,"Long Beach, CA" +202,274,268,"Seattle, WA",162,"Oakland, CA" +202,275,223,"New York, NY and NJ",241,"Philadelphia, PA" +202,276,197,"Portland, ME",223,"New York, NY and NJ" +202,277,217,"New York, NY and NJ",241,"Philadelphia, PA" +202,278,244,"Providence, RI",201,"Boston, MA" +202,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +202,280,169,"Wilmington, DE",223,"New York, NY and NJ" +202,281,195,"New Orleans, LA",174,"Tampa, FL" +202,282,201,"Boston, MA",223,"New York, NY and NJ" +202,283,177,"Savannah, GA",171,"Jacksonville, FL" +202,284,268,"Seattle, WA",159,"Long Beach, CA" +202,285,241,"Philadelphia, PA",217,"New York, NY and NJ" +202,286,169,"Wilmington, DE",197,"Portland, ME" +202,287,171,"Jacksonville, FL",198,"Baltimore, MD" +202,288,159,"Long Beach, CA",159,"Long Beach, CA" +202,289,268,"Seattle, WA",268,"Seattle, WA" +202,290,217,"New York, NY and NJ",223,"New York, NY and NJ" +202,291,223,"New York, NY and NJ",169,"Wilmington, DE" +202,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +202,293,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +202,294,197,"Portland, ME",241,"Philadelphia, PA" +202,295,217,"New York, NY and NJ",223,"New York, NY and NJ" +202,296,268,"Seattle, WA",268,"Seattle, WA" +202,297,172,"Port Everglades, FL",223,"New York, NY and NJ" +202,298,201,"Boston, MA",241,"Philadelphia, PA" +202,299,217,"New York, NY and NJ",201,"Boston, MA" +202,300,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +202,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +202,302,217,"New York, NY and NJ",217,"New York, NY and NJ" +202,303,268,"Seattle, WA",268,"Seattle, WA" +202,304,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +202,305,201,"Boston, MA",223,"New York, NY and NJ" +202,306,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +202,307,197,"Portland, ME",201,"Boston, MA" +202,308,162,"Oakland, CA",159,"Long Beach, CA" +202,309,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +202,310,197,"Portland, ME",198,"Baltimore, MD" +202,311,201,"Boston, MA",244,"Providence, RI" +202,312,177,"Savannah, GA",171,"Jacksonville, FL" +202,313,197,"Portland, ME",217,"New York, NY and NJ" +202,314,241,"Philadelphia, PA",241,"Philadelphia, PA" +202,315,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +202,316,268,"Seattle, WA",159,"Long Beach, CA" +202,317,159,"Long Beach, CA",159,"Long Beach, CA" +202,318,159,"Long Beach, CA",268,"Seattle, WA" +202,319,177,"Savannah, GA",217,"New York, NY and NJ" +202,320,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +202,321,198,"Baltimore, MD",217,"New York, NY and NJ" +202,322,268,"Seattle, WA",159,"Long Beach, CA" +202,323,177,"Savannah, GA",265,"Norfolk Harbor, VA" +202,324,223,"New York, NY and NJ",169,"Wilmington, DE" +202,325,177,"Savannah, GA",265,"Norfolk Harbor, VA" +202,326,171,"Jacksonville, FL",198,"Baltimore, MD" +202,327,217,"New York, NY and NJ",201,"Boston, MA" +202,328,218,"Camden-Gloucester, NJ",201,"Boston, MA" +202,329,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +202,330,241,"Philadelphia, PA",201,"Boston, MA" +202,331,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +202,332,244,"Providence, RI",223,"New York, NY and NJ" +202,333,172,"Port Everglades, FL",217,"New York, NY and NJ" +202,334,172,"Port Everglades, FL",223,"New York, NY and NJ" +202,335,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +202,336,177,"Savannah, GA",223,"New York, NY and NJ" +202,337,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +202,338,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +202,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +202,340,223,"New York, NY and NJ",201,"Boston, MA" +202,341,171,"Jacksonville, FL",177,"Savannah, GA" +202,342,223,"New York, NY and NJ",217,"New York, NY and NJ" +202,343,159,"Long Beach, CA",159,"Long Beach, CA" +202,344,197,"Portland, ME",218,"Camden-Gloucester, NJ" +202,345,223,"New York, NY and NJ",217,"New York, NY and NJ" +202,346,201,"Boston, MA",201,"Boston, MA" +202,347,169,"Wilmington, DE",201,"Boston, MA" +202,348,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +202,349,201,"Boston, MA",217,"New York, NY and NJ" +202,350,197,"Portland, ME",218,"Camden-Gloucester, NJ" +202,351,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +202,352,201,"Boston, MA",223,"New York, NY and NJ" +202,353,223,"New York, NY and NJ",201,"Boston, MA" +202,354,217,"New York, NY and NJ",201,"Boston, MA" +202,355,217,"New York, NY and NJ",217,"New York, NY and NJ" +202,356,172,"Port Everglades, FL",195,"New Orleans, LA" +202,357,223,"New York, NY and NJ",241,"Philadelphia, PA" +202,358,241,"Philadelphia, PA",241,"Philadelphia, PA" +202,359,223,"New York, NY and NJ",198,"Baltimore, MD" +202,360,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +202,361,218,"Camden-Gloucester, NJ",244,"Providence, RI" +202,362,241,"Philadelphia, PA",244,"Providence, RI" +202,363,195,"New Orleans, LA",178,"Brunswick, GA" +202,364,217,"New York, NY and NJ",217,"New York, NY and NJ" +202,365,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +202,366,159,"Long Beach, CA",159,"Long Beach, CA" +202,367,159,"Long Beach, CA",159,"Long Beach, CA" +202,368,268,"Seattle, WA",159,"Long Beach, CA" +202,369,159,"Long Beach, CA",268,"Seattle, WA" +202,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +202,371,162,"Oakland, CA",159,"Long Beach, CA" +202,372,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +202,373,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +202,374,268,"Seattle, WA",162,"Oakland, CA" +202,375,172,"Port Everglades, FL",159,"Long Beach, CA" +202,376,159,"Long Beach, CA",159,"Long Beach, CA" +202,377,217,"New York, NY and NJ",197,"Portland, ME" +202,378,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +202,379,268,"Seattle, WA",239,"Portland, OR" +202,380,159,"Long Beach, CA",159,"Long Beach, CA" +202,381,268,"Seattle, WA",162,"Oakland, CA" +202,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +202,383,159,"Long Beach, CA",159,"Long Beach, CA" +202,384,198,"Baltimore, MD",201,"Boston, MA" +202,385,241,"Philadelphia, PA",201,"Boston, MA" +202,386,201,"Boston, MA",217,"New York, NY and NJ" +202,387,197,"Portland, ME",217,"New York, NY and NJ" +202,388,217,"New York, NY and NJ",217,"New York, NY and NJ" +202,389,169,"Wilmington, DE",169,"Wilmington, DE" +202,390,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +202,391,223,"New York, NY and NJ",217,"New York, NY and NJ" +202,392,268,"Seattle, WA",162,"Oakland, CA" +202,393,268,"Seattle, WA",162,"Oakland, CA" +202,394,198,"Baltimore, MD",244,"Providence, RI" +202,395,201,"Boston, MA",223,"New York, NY and NJ" +202,396,162,"Oakland, CA",162,"Oakland, CA" +202,397,223,"New York, NY and NJ",244,"Providence, RI" +202,398,223,"New York, NY and NJ",223,"New York, NY and NJ" +202,399,253,"Beaumont, TX",253,"Beaumont, TX" +202,400,159,"Long Beach, CA",159,"Long Beach, CA" +202,401,241,"Philadelphia, PA",223,"New York, NY and NJ" +202,402,201,"Boston, MA",218,"Camden-Gloucester, NJ" +202,403,268,"Seattle, WA",159,"Long Beach, CA" +202,404,198,"Baltimore, MD",201,"Boston, MA" +202,405,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +202,406,217,"New York, NY and NJ",197,"Portland, ME" +202,407,217,"New York, NY and NJ",217,"New York, NY and NJ" +202,408,268,"Seattle, WA",162,"Oakland, CA" +202,409,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +202,410,162,"Oakland, CA",162,"Oakland, CA" +202,411,268,"Seattle, WA",159,"Long Beach, CA" +202,412,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +202,413,159,"Long Beach, CA",159,"Long Beach, CA" +202,414,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +202,415,265,"Norfolk Harbor, VA",244,"Providence, RI" +202,416,217,"New York, NY and NJ",223,"New York, NY and NJ" +202,417,159,"Long Beach, CA",162,"Oakland, CA" +202,418,159,"Long Beach, CA",159,"Long Beach, CA" +202,419,201,"Boston, MA",223,"New York, NY and NJ" +202,420,268,"Seattle, WA",268,"Seattle, WA" +202,421,159,"Long Beach, CA",239,"Portland, OR" +202,422,268,"Seattle, WA",159,"Long Beach, CA" +202,423,268,"Seattle, WA",159,"Long Beach, CA" +202,424,174,"Tampa, FL",241,"Philadelphia, PA" +202,425,159,"Long Beach, CA",162,"Oakland, CA" +202,426,174,"Tampa, FL",169,"Wilmington, DE" +202,427,177,"Savannah, GA",223,"New York, NY and NJ" +202,428,159,"Long Beach, CA",159,"Long Beach, CA" +202,429,159,"Long Beach, CA",172,"Port Everglades, FL" +202,430,241,"Philadelphia, PA",198,"Baltimore, MD" +202,431,223,"New York, NY and NJ",201,"Boston, MA" +202,432,159,"Long Beach, CA",159,"Long Beach, CA" +202,433,177,"Savannah, GA",198,"Baltimore, MD" +202,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +202,435,201,"Boston, MA",217,"New York, NY and NJ" +202,436,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +202,437,201,"Boston, MA",223,"New York, NY and NJ" +202,438,245,"Charleston, SC",223,"New York, NY and NJ" +202,439,217,"New York, NY and NJ",223,"New York, NY and NJ" +202,440,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +202,441,269,"Longview, WA",268,"Seattle, WA" +202,442,223,"New York, NY and NJ",201,"Boston, MA" +202,443,223,"New York, NY and NJ",229,"Wilmington, NC" +202,444,268,"Seattle, WA",159,"Long Beach, CA" +202,445,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +202,446,217,"New York, NY and NJ",217,"New York, NY and NJ" +202,447,223,"New York, NY and NJ",217,"New York, NY and NJ" +202,448,197,"Portland, ME",217,"New York, NY and NJ" +202,449,162,"Oakland, CA",159,"Long Beach, CA" +202,450,217,"New York, NY and NJ",198,"Baltimore, MD" +202,451,201,"Boston, MA",223,"New York, NY and NJ" +202,452,197,"Portland, ME",197,"Portland, ME" +202,453,159,"Long Beach, CA",268,"Seattle, WA" +202,454,201,"Boston, MA",223,"New York, NY and NJ" +202,455,201,"Boston, MA",244,"Providence, RI" +202,456,268,"Seattle, WA",268,"Seattle, WA" +202,457,241,"Philadelphia, PA",241,"Philadelphia, PA" +202,458,217,"New York, NY and NJ",201,"Boston, MA" +202,459,268,"Seattle, WA",268,"Seattle, WA" +202,460,223,"New York, NY and NJ",217,"New York, NY and NJ" +202,461,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +202,462,223,"New York, NY and NJ",223,"New York, NY and NJ" +202,463,241,"Philadelphia, PA",241,"Philadelphia, PA" +202,464,241,"Philadelphia, PA",223,"New York, NY and NJ" +202,465,159,"Long Beach, CA",159,"Long Beach, CA" +202,466,162,"Oakland, CA",239,"Portland, OR" +202,467,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +202,468,159,"Long Beach, CA",162,"Oakland, CA" +202,469,201,"Boston, MA",197,"Portland, ME" +202,470,159,"Long Beach, CA",159,"Long Beach, CA" +202,471,223,"New York, NY and NJ",201,"Boston, MA" +202,472,239,"Portland, OR",159,"Long Beach, CA" +202,473,268,"Seattle, WA",159,"Long Beach, CA" +202,474,223,"New York, NY and NJ",241,"Philadelphia, PA" +202,475,197,"Portland, ME",217,"New York, NY and NJ" +202,476,268,"Seattle, WA",268,"Seattle, WA" +202,477,159,"Long Beach, CA",159,"Long Beach, CA" +202,478,177,"Savannah, GA",265,"Norfolk Harbor, VA" +202,479,159,"Long Beach, CA",269,"Longview, WA" +202,480,197,"Portland, ME",198,"Baltimore, MD" +202,481,197,"Portland, ME",217,"New York, NY and NJ" +202,482,159,"Long Beach, CA",162,"Oakland, CA" +202,483,218,"Camden-Gloucester, NJ",244,"Providence, RI" +202,484,152,"Mobile, AL",265,"Norfolk Harbor, VA" +202,485,159,"Long Beach, CA",162,"Oakland, CA" +202,486,159,"Long Beach, CA",268,"Seattle, WA" +202,487,245,"Charleston, SC",174,"Tampa, FL" +202,488,268,"Seattle, WA",162,"Oakland, CA" +202,489,159,"Long Beach, CA",268,"Seattle, WA" +202,490,244,"Providence, RI",201,"Boston, MA" +202,491,223,"New York, NY and NJ",169,"Wilmington, DE" +203,154,162,"Oakland, CA",159,"Long Beach, CA" +203,179,162,"Oakland, CA",162,"Oakland, CA" +203,180,159,"Long Beach, CA",239,"Portland, OR" +203,274,268,"Seattle, WA",159,"Long Beach, CA" +203,275,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +203,276,169,"Wilmington, DE",198,"Baltimore, MD" +203,277,241,"Philadelphia, PA",201,"Boston, MA" +203,278,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +203,279,177,"Savannah, GA",223,"New York, NY and NJ" +203,280,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +203,281,177,"Savannah, GA",172,"Port Everglades, FL" +203,282,244,"Providence, RI",198,"Baltimore, MD" +203,283,245,"Charleston, SC",177,"Savannah, GA" +203,284,159,"Long Beach, CA",159,"Long Beach, CA" +203,285,223,"New York, NY and NJ",197,"Portland, ME" +203,286,223,"New York, NY and NJ",241,"Philadelphia, PA" +203,287,177,"Savannah, GA",245,"Charleston, SC" +203,288,268,"Seattle, WA",159,"Long Beach, CA" +203,289,159,"Long Beach, CA",159,"Long Beach, CA" +203,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +203,291,197,"Portland, ME",223,"New York, NY and NJ" +203,292,217,"New York, NY and NJ",169,"Wilmington, DE" +203,293,195,"New Orleans, LA",194,"Lake Charles, LA" +203,294,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +203,295,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +203,296,159,"Long Beach, CA",162,"Oakland, CA" +203,297,177,"Savannah, GA",245,"Charleston, SC" +203,298,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +203,299,177,"Savannah, GA",169,"Wilmington, DE" +203,300,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +203,301,217,"New York, NY and NJ",197,"Portland, ME" +203,302,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +203,303,268,"Seattle, WA",162,"Oakland, CA" +203,304,217,"New York, NY and NJ",201,"Boston, MA" +203,305,198,"Baltimore, MD",197,"Portland, ME" +203,306,223,"New York, NY and NJ",198,"Baltimore, MD" +203,307,217,"New York, NY and NJ",201,"Boston, MA" +203,308,268,"Seattle, WA",159,"Long Beach, CA" +203,309,223,"New York, NY and NJ",241,"Philadelphia, PA" +203,310,241,"Philadelphia, PA",223,"New York, NY and NJ" +203,311,217,"New York, NY and NJ",201,"Boston, MA" +203,312,174,"Tampa, FL",245,"Charleston, SC" +203,313,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +203,314,198,"Baltimore, MD",201,"Boston, MA" +203,315,194,"Lake Charles, LA",195,"New Orleans, LA" +203,316,159,"Long Beach, CA",268,"Seattle, WA" +203,317,269,"Longview, WA",162,"Oakland, CA" +203,318,159,"Long Beach, CA",159,"Long Beach, CA" +203,319,174,"Tampa, FL",171,"Jacksonville, FL" +203,320,265,"Norfolk Harbor, VA",197,"Portland, ME" +203,321,197,"Portland, ME",217,"New York, NY and NJ" +203,322,159,"Long Beach, CA",268,"Seattle, WA" +203,323,195,"New Orleans, LA",193,"Baton Rouge, LA" +203,324,223,"New York, NY and NJ",217,"New York, NY and NJ" +203,325,172,"Port Everglades, FL",152,"Mobile, AL" +203,326,172,"Port Everglades, FL",177,"Savannah, GA" +203,327,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +203,328,223,"New York, NY and NJ",198,"Baltimore, MD" +203,329,197,"Portland, ME",265,"Norfolk Harbor, VA" +203,330,241,"Philadelphia, PA",223,"New York, NY and NJ" +203,331,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +203,332,245,"Charleston, SC",265,"Norfolk Harbor, VA" +203,333,245,"Charleston, SC",265,"Norfolk Harbor, VA" +203,334,152,"Mobile, AL",195,"New Orleans, LA" +203,335,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +203,336,195,"New Orleans, LA",208,"Pascagoula, MS" +203,337,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +203,338,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +203,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +203,340,241,"Philadelphia, PA",217,"New York, NY and NJ" +203,341,257,"Houston, TX",178,"Brunswick, GA" +203,342,201,"Boston, MA",197,"Portland, ME" +203,343,159,"Long Beach, CA",268,"Seattle, WA" +203,344,198,"Baltimore, MD",244,"Providence, RI" +203,345,217,"New York, NY and NJ",217,"New York, NY and NJ" +203,346,174,"Tampa, FL",177,"Savannah, GA" +203,347,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +203,348,217,"New York, NY and NJ",241,"Philadelphia, PA" +203,349,197,"Portland, ME",244,"Providence, RI" +203,350,244,"Providence, RI",197,"Portland, ME" +203,351,265,"Norfolk Harbor, VA",201,"Boston, MA" +203,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +203,353,217,"New York, NY and NJ",223,"New York, NY and NJ" +203,354,198,"Baltimore, MD",217,"New York, NY and NJ" +203,355,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +203,356,195,"New Orleans, LA",253,"Beaumont, TX" +203,357,223,"New York, NY and NJ",241,"Philadelphia, PA" +203,358,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +203,359,245,"Charleston, SC",241,"Philadelphia, PA" +203,360,177,"Savannah, GA",172,"Port Everglades, FL" +203,361,178,"Brunswick, GA",194,"Lake Charles, LA" +203,362,217,"New York, NY and NJ",223,"New York, NY and NJ" +203,363,193,"Baton Rouge, LA",195,"New Orleans, LA" +203,364,201,"Boston, MA",223,"New York, NY and NJ" +203,365,197,"Portland, ME",217,"New York, NY and NJ" +203,366,159,"Long Beach, CA",159,"Long Beach, CA" +203,367,159,"Long Beach, CA",159,"Long Beach, CA" +203,368,162,"Oakland, CA",159,"Long Beach, CA" +203,369,162,"Oakland, CA",162,"Oakland, CA" +203,370,201,"Boston, MA",223,"New York, NY and NJ" +203,371,268,"Seattle, WA",269,"Longview, WA" +203,372,223,"New York, NY and NJ",223,"New York, NY and NJ" +203,373,177,"Savannah, GA",177,"Savannah, GA" +203,374,239,"Portland, OR",159,"Long Beach, CA" +203,375,268,"Seattle, WA",268,"Seattle, WA" +203,376,159,"Long Beach, CA",159,"Long Beach, CA" +203,377,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +203,378,195,"New Orleans, LA",195,"New Orleans, LA" +203,379,159,"Long Beach, CA",159,"Long Beach, CA" +203,380,268,"Seattle, WA",239,"Portland, OR" +203,381,159,"Long Beach, CA",159,"Long Beach, CA" +203,382,223,"New York, NY and NJ",241,"Philadelphia, PA" +203,383,159,"Long Beach, CA",268,"Seattle, WA" +203,384,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +203,385,265,"Norfolk Harbor, VA",197,"Portland, ME" +203,386,218,"Camden-Gloucester, NJ",244,"Providence, RI" +203,387,223,"New York, NY and NJ",201,"Boston, MA" +203,388,201,"Boston, MA",217,"New York, NY and NJ" +203,389,241,"Philadelphia, PA",197,"Portland, ME" +203,390,197,"Portland, ME",241,"Philadelphia, PA" +203,391,217,"New York, NY and NJ",198,"Baltimore, MD" +203,392,162,"Oakland, CA",162,"Oakland, CA" +203,393,268,"Seattle, WA",159,"Long Beach, CA" +203,394,197,"Portland, ME",197,"Portland, ME" +203,395,244,"Providence, RI",223,"New York, NY and NJ" +203,396,159,"Long Beach, CA",159,"Long Beach, CA" +203,397,223,"New York, NY and NJ",223,"New York, NY and NJ" +203,398,217,"New York, NY and NJ",197,"Portland, ME" +203,399,268,"Seattle, WA",195,"New Orleans, LA" +203,400,239,"Portland, OR",268,"Seattle, WA" +203,401,198,"Baltimore, MD",217,"New York, NY and NJ" +203,402,217,"New York, NY and NJ",197,"Portland, ME" +203,403,162,"Oakland, CA",159,"Long Beach, CA" +203,404,217,"New York, NY and NJ",217,"New York, NY and NJ" +203,405,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +203,406,218,"Camden-Gloucester, NJ",244,"Providence, RI" +203,407,217,"New York, NY and NJ",217,"New York, NY and NJ" +203,408,268,"Seattle, WA",159,"Long Beach, CA" +203,409,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +203,410,159,"Long Beach, CA",159,"Long Beach, CA" +203,411,239,"Portland, OR",159,"Long Beach, CA" +203,412,217,"New York, NY and NJ",201,"Boston, MA" +203,413,162,"Oakland, CA",239,"Portland, OR" +203,414,195,"New Orleans, LA",177,"Savannah, GA" +203,415,244,"Providence, RI",217,"New York, NY and NJ" +203,416,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +203,417,159,"Long Beach, CA",162,"Oakland, CA" +203,418,268,"Seattle, WA",159,"Long Beach, CA" +203,419,197,"Portland, ME",217,"New York, NY and NJ" +203,420,162,"Oakland, CA",162,"Oakland, CA" +203,421,162,"Oakland, CA",159,"Long Beach, CA" +203,422,159,"Long Beach, CA",268,"Seattle, WA" +203,423,268,"Seattle, WA",152,"Mobile, AL" +203,424,195,"New Orleans, LA",172,"Port Everglades, FL" +203,425,159,"Long Beach, CA",268,"Seattle, WA" +203,426,198,"Baltimore, MD",169,"Wilmington, DE" +203,427,195,"New Orleans, LA",172,"Port Everglades, FL" +203,428,159,"Long Beach, CA",162,"Oakland, CA" +203,429,159,"Long Beach, CA",159,"Long Beach, CA" +203,430,217,"New York, NY and NJ",197,"Portland, ME" +203,431,223,"New York, NY and NJ",197,"Portland, ME" +203,432,159,"Long Beach, CA",159,"Long Beach, CA" +203,433,241,"Philadelphia, PA",223,"New York, NY and NJ" +203,434,197,"Portland, ME",197,"Portland, ME" +203,435,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +203,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +203,437,223,"New York, NY and NJ",223,"New York, NY and NJ" +203,438,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +203,439,177,"Savannah, GA",265,"Norfolk Harbor, VA" +203,440,177,"Savannah, GA",265,"Norfolk Harbor, VA" +203,441,159,"Long Beach, CA",159,"Long Beach, CA" +203,442,198,"Baltimore, MD",217,"New York, NY and NJ" +203,443,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +203,444,268,"Seattle, WA",177,"Savannah, GA" +203,445,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +203,446,198,"Baltimore, MD",197,"Portland, ME" +203,447,223,"New York, NY and NJ",197,"Portland, ME" +203,448,198,"Baltimore, MD",217,"New York, NY and NJ" +203,449,159,"Long Beach, CA",159,"Long Beach, CA" +203,450,245,"Charleston, SC",265,"Norfolk Harbor, VA" +203,451,197,"Portland, ME",218,"Camden-Gloucester, NJ" +203,452,197,"Portland, ME",223,"New York, NY and NJ" +203,453,268,"Seattle, WA",159,"Long Beach, CA" +203,454,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +203,455,177,"Savannah, GA",265,"Norfolk Harbor, VA" +203,456,268,"Seattle, WA",159,"Long Beach, CA" +203,457,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +203,458,217,"New York, NY and NJ",197,"Portland, ME" +203,459,268,"Seattle, WA",159,"Long Beach, CA" +203,460,223,"New York, NY and NJ",217,"New York, NY and NJ" +203,461,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +203,462,223,"New York, NY and NJ",198,"Baltimore, MD" +203,463,217,"New York, NY and NJ",241,"Philadelphia, PA" +203,464,217,"New York, NY and NJ",223,"New York, NY and NJ" +203,465,239,"Portland, OR",239,"Portland, OR" +203,466,159,"Long Beach, CA",159,"Long Beach, CA" +203,467,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +203,468,159,"Long Beach, CA",162,"Oakland, CA" +203,469,244,"Providence, RI",244,"Providence, RI" +203,470,239,"Portland, OR",239,"Portland, OR" +203,471,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +203,472,159,"Long Beach, CA",159,"Long Beach, CA" +203,473,268,"Seattle, WA",269,"Longview, WA" +203,474,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +203,475,217,"New York, NY and NJ",241,"Philadelphia, PA" +203,476,159,"Long Beach, CA",268,"Seattle, WA" +203,477,268,"Seattle, WA",268,"Seattle, WA" +203,478,178,"Brunswick, GA",171,"Jacksonville, FL" +203,479,268,"Seattle, WA",162,"Oakland, CA" +203,480,201,"Boston, MA",217,"New York, NY and NJ" +203,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +203,482,268,"Seattle, WA",268,"Seattle, WA" +203,483,241,"Philadelphia, PA",223,"New York, NY and NJ" +203,484,195,"New Orleans, LA",223,"New York, NY and NJ" +203,485,268,"Seattle, WA",269,"Longview, WA" +203,486,159,"Long Beach, CA",159,"Long Beach, CA" +203,487,265,"Norfolk Harbor, VA",245,"Charleston, SC" +203,488,159,"Long Beach, CA",269,"Longview, WA" +203,489,268,"Seattle, WA",268,"Seattle, WA" +203,490,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +203,491,217,"New York, NY and NJ",197,"Portland, ME" +204,154,239,"Portland, OR",269,"Longview, WA" +204,179,268,"Seattle, WA",268,"Seattle, WA" +204,180,268,"Seattle, WA",159,"Long Beach, CA" +204,274,162,"Oakland, CA",268,"Seattle, WA" +204,275,197,"Portland, ME",217,"New York, NY and NJ" +204,276,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +204,277,217,"New York, NY and NJ",223,"New York, NY and NJ" +204,278,217,"New York, NY and NJ",223,"New York, NY and NJ" +204,279,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +204,280,177,"Savannah, GA",265,"Norfolk Harbor, VA" +204,281,253,"Beaumont, TX",229,"Wilmington, NC" +204,282,241,"Philadelphia, PA",201,"Boston, MA" +204,283,171,"Jacksonville, FL",245,"Charleston, SC" +204,284,159,"Long Beach, CA",268,"Seattle, WA" +204,285,241,"Philadelphia, PA",197,"Portland, ME" +204,286,197,"Portland, ME",201,"Boston, MA" +204,287,171,"Jacksonville, FL",177,"Savannah, GA" +204,288,159,"Long Beach, CA",159,"Long Beach, CA" +204,289,159,"Long Beach, CA",239,"Portland, OR" +204,290,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +204,291,241,"Philadelphia, PA",198,"Baltimore, MD" +204,292,198,"Baltimore, MD",223,"New York, NY and NJ" +204,293,195,"New Orleans, LA",208,"Pascagoula, MS" +204,294,198,"Baltimore, MD",241,"Philadelphia, PA" +204,295,244,"Providence, RI",223,"New York, NY and NJ" +204,296,268,"Seattle, WA",159,"Long Beach, CA" +204,297,195,"New Orleans, LA",152,"Mobile, AL" +204,298,217,"New York, NY and NJ",223,"New York, NY and NJ" +204,299,201,"Boston, MA",241,"Philadelphia, PA" +204,300,172,"Port Everglades, FL",195,"New Orleans, LA" +204,301,197,"Portland, ME",245,"Charleston, SC" +204,302,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +204,303,162,"Oakland, CA",159,"Long Beach, CA" +204,304,201,"Boston, MA",265,"Norfolk Harbor, VA" +204,305,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +204,306,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +204,307,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +204,308,159,"Long Beach, CA",159,"Long Beach, CA" +204,309,197,"Portland, ME",217,"New York, NY and NJ" +204,310,208,"Pascagoula, MS",223,"New York, NY and NJ" +204,311,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +204,312,177,"Savannah, GA",195,"New Orleans, LA" +204,313,201,"Boston, MA",265,"Norfolk Harbor, VA" +204,314,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +204,315,174,"Tampa, FL",193,"Baton Rouge, LA" +204,316,159,"Long Beach, CA",159,"Long Beach, CA" +204,317,159,"Long Beach, CA",159,"Long Beach, CA" +204,318,159,"Long Beach, CA",268,"Seattle, WA" +204,319,195,"New Orleans, LA",195,"New Orleans, LA" +204,320,217,"New York, NY and NJ",241,"Philadelphia, PA" +204,321,218,"Camden-Gloucester, NJ",197,"Portland, ME" +204,322,159,"Long Beach, CA",159,"Long Beach, CA" +204,323,172,"Port Everglades, FL",253,"Beaumont, TX" +204,324,217,"New York, NY and NJ",244,"Providence, RI" +204,325,171,"Jacksonville, FL",152,"Mobile, AL" +204,326,265,"Norfolk Harbor, VA",177,"Savannah, GA" +204,327,223,"New York, NY and NJ",197,"Portland, ME" +204,328,198,"Baltimore, MD",198,"Baltimore, MD" +204,329,217,"New York, NY and NJ",201,"Boston, MA" +204,330,223,"New York, NY and NJ",201,"Boston, MA" +204,331,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +204,332,245,"Charleston, SC",171,"Jacksonville, FL" +204,333,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +204,334,152,"Mobile, AL",195,"New Orleans, LA" +204,335,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +204,336,152,"Mobile, AL",195,"New Orleans, LA" +204,337,197,"Portland, ME",265,"Norfolk Harbor, VA" +204,338,244,"Providence, RI",218,"Camden-Gloucester, NJ" +204,339,217,"New York, NY and NJ",197,"Portland, ME" +204,340,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +204,341,193,"Baton Rouge, LA",208,"Pascagoula, MS" +204,342,198,"Baltimore, MD",197,"Portland, ME" +204,343,239,"Portland, OR",159,"Long Beach, CA" +204,344,201,"Boston, MA",197,"Portland, ME" +204,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +204,346,217,"New York, NY and NJ",253,"Beaumont, TX" +204,347,197,"Portland, ME",198,"Baltimore, MD" +204,348,241,"Philadelphia, PA",217,"New York, NY and NJ" +204,349,223,"New York, NY and NJ",197,"Portland, ME" +204,350,201,"Boston, MA",217,"New York, NY and NJ" +204,351,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +204,352,217,"New York, NY and NJ",223,"New York, NY and NJ" +204,353,201,"Boston, MA",223,"New York, NY and NJ" +204,354,198,"Baltimore, MD",198,"Baltimore, MD" +204,355,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +204,356,253,"Beaumont, TX",195,"New Orleans, LA" +204,357,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +204,358,218,"Camden-Gloucester, NJ",197,"Portland, ME" +204,359,174,"Tampa, FL",198,"Baltimore, MD" +204,360,177,"Savannah, GA",265,"Norfolk Harbor, VA" +204,361,174,"Tampa, FL",253,"Beaumont, TX" +204,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +204,363,195,"New Orleans, LA",193,"Baton Rouge, LA" +204,364,241,"Philadelphia, PA",223,"New York, NY and NJ" +204,365,201,"Boston, MA",197,"Portland, ME" +204,366,159,"Long Beach, CA",159,"Long Beach, CA" +204,367,269,"Longview, WA",159,"Long Beach, CA" +204,368,159,"Long Beach, CA",159,"Long Beach, CA" +204,369,159,"Long Beach, CA",269,"Longview, WA" +204,370,223,"New York, NY and NJ",217,"New York, NY and NJ" +204,371,268,"Seattle, WA",159,"Long Beach, CA" +204,372,201,"Boston, MA",223,"New York, NY and NJ" +204,373,172,"Port Everglades, FL",195,"New Orleans, LA" +204,374,159,"Long Beach, CA",268,"Seattle, WA" +204,375,159,"Long Beach, CA",159,"Long Beach, CA" +204,376,159,"Long Beach, CA",162,"Oakland, CA" +204,377,241,"Philadelphia, PA",223,"New York, NY and NJ" +204,378,253,"Beaumont, TX",208,"Pascagoula, MS" +204,379,268,"Seattle, WA",268,"Seattle, WA" +204,380,159,"Long Beach, CA",159,"Long Beach, CA" +204,381,159,"Long Beach, CA",159,"Long Beach, CA" +204,382,217,"New York, NY and NJ",223,"New York, NY and NJ" +204,383,268,"Seattle, WA",269,"Longview, WA" +204,384,223,"New York, NY and NJ",217,"New York, NY and NJ" +204,385,223,"New York, NY and NJ",217,"New York, NY and NJ" +204,386,201,"Boston, MA",223,"New York, NY and NJ" +204,387,223,"New York, NY and NJ",201,"Boston, MA" +204,388,197,"Portland, ME",241,"Philadelphia, PA" +204,389,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +204,390,223,"New York, NY and NJ",201,"Boston, MA" +204,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +204,392,159,"Long Beach, CA",159,"Long Beach, CA" +204,393,159,"Long Beach, CA",268,"Seattle, WA" +204,394,223,"New York, NY and NJ",217,"New York, NY and NJ" +204,395,217,"New York, NY and NJ",223,"New York, NY and NJ" +204,396,159,"Long Beach, CA",159,"Long Beach, CA" +204,397,217,"New York, NY and NJ",223,"New York, NY and NJ" +204,398,198,"Baltimore, MD",198,"Baltimore, MD" +204,399,159,"Long Beach, CA",159,"Long Beach, CA" +204,400,159,"Long Beach, CA",162,"Oakland, CA" +204,401,201,"Boston, MA",197,"Portland, ME" +204,402,197,"Portland, ME",201,"Boston, MA" +204,403,268,"Seattle, WA",159,"Long Beach, CA" +204,404,241,"Philadelphia, PA",217,"New York, NY and NJ" +204,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +204,406,217,"New York, NY and NJ",201,"Boston, MA" +204,407,201,"Boston, MA",229,"Wilmington, NC" +204,408,159,"Long Beach, CA",159,"Long Beach, CA" +204,409,217,"New York, NY and NJ",223,"New York, NY and NJ" +204,410,159,"Long Beach, CA",159,"Long Beach, CA" +204,411,159,"Long Beach, CA",162,"Oakland, CA" +204,412,241,"Philadelphia, PA",197,"Portland, ME" +204,413,159,"Long Beach, CA",159,"Long Beach, CA" +204,414,172,"Port Everglades, FL",152,"Mobile, AL" +204,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +204,416,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +204,417,268,"Seattle, WA",159,"Long Beach, CA" +204,418,269,"Longview, WA",159,"Long Beach, CA" +204,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +204,420,162,"Oakland, CA",239,"Portland, OR" +204,421,268,"Seattle, WA",239,"Portland, OR" +204,422,268,"Seattle, WA",159,"Long Beach, CA" +204,423,159,"Long Beach, CA",162,"Oakland, CA" +204,424,152,"Mobile, AL",172,"Port Everglades, FL" +204,425,162,"Oakland, CA",159,"Long Beach, CA" +204,426,152,"Mobile, AL",265,"Norfolk Harbor, VA" +204,427,174,"Tampa, FL",174,"Tampa, FL" +204,428,159,"Long Beach, CA",159,"Long Beach, CA" +204,429,268,"Seattle, WA",159,"Long Beach, CA" +204,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +204,431,217,"New York, NY and NJ",223,"New York, NY and NJ" +204,432,159,"Long Beach, CA",239,"Portland, OR" +204,433,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +204,434,217,"New York, NY and NJ",223,"New York, NY and NJ" +204,435,217,"New York, NY and NJ",198,"Baltimore, MD" +204,436,244,"Providence, RI",217,"New York, NY and NJ" +204,437,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +204,438,245,"Charleston, SC",265,"Norfolk Harbor, VA" +204,439,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +204,440,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +204,441,159,"Long Beach, CA",268,"Seattle, WA" +204,442,223,"New York, NY and NJ",201,"Boston, MA" +204,443,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +204,444,159,"Long Beach, CA",268,"Seattle, WA" +204,445,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +204,446,201,"Boston, MA",197,"Portland, ME" +204,447,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +204,448,218,"Camden-Gloucester, NJ",197,"Portland, ME" +204,449,239,"Portland, OR",268,"Seattle, WA" +204,450,245,"Charleston, SC",265,"Norfolk Harbor, VA" +204,451,217,"New York, NY and NJ",201,"Boston, MA" +204,452,197,"Portland, ME",197,"Portland, ME" +204,453,162,"Oakland, CA",268,"Seattle, WA" +204,454,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +204,455,244,"Providence, RI",241,"Philadelphia, PA" +204,456,159,"Long Beach, CA",159,"Long Beach, CA" +204,457,198,"Baltimore, MD",201,"Boston, MA" +204,458,217,"New York, NY and NJ",223,"New York, NY and NJ" +204,459,159,"Long Beach, CA",159,"Long Beach, CA" +204,460,201,"Boston, MA",223,"New York, NY and NJ" +204,461,245,"Charleston, SC",245,"Charleston, SC" +204,462,217,"New York, NY and NJ",197,"Portland, ME" +204,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +204,464,217,"New York, NY and NJ",197,"Portland, ME" +204,465,159,"Long Beach, CA",268,"Seattle, WA" +204,466,159,"Long Beach, CA",159,"Long Beach, CA" +204,467,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +204,468,159,"Long Beach, CA",159,"Long Beach, CA" +204,469,198,"Baltimore, MD",244,"Providence, RI" +204,470,269,"Longview, WA",268,"Seattle, WA" +204,471,241,"Philadelphia, PA",223,"New York, NY and NJ" +204,472,268,"Seattle, WA",159,"Long Beach, CA" +204,473,268,"Seattle, WA",268,"Seattle, WA" +204,474,177,"Savannah, GA",245,"Charleston, SC" +204,475,223,"New York, NY and NJ",217,"New York, NY and NJ" +204,476,269,"Longview, WA",159,"Long Beach, CA" +204,477,239,"Portland, OR",269,"Longview, WA" +204,478,245,"Charleston, SC",171,"Jacksonville, FL" +204,479,159,"Long Beach, CA",268,"Seattle, WA" +204,480,241,"Philadelphia, PA",217,"New York, NY and NJ" +204,481,201,"Boston, MA",197,"Portland, ME" +204,482,162,"Oakland, CA",159,"Long Beach, CA" +204,483,201,"Boston, MA",201,"Boston, MA" +204,484,195,"New Orleans, LA",245,"Charleston, SC" +204,485,159,"Long Beach, CA",268,"Seattle, WA" +204,486,159,"Long Beach, CA",159,"Long Beach, CA" +204,487,177,"Savannah, GA",152,"Mobile, AL" +204,488,159,"Long Beach, CA",159,"Long Beach, CA" +204,489,159,"Long Beach, CA",159,"Long Beach, CA" +204,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +204,491,223,"New York, NY and NJ",198,"Baltimore, MD" +205,154,159,"Long Beach, CA",268,"Seattle, WA" +205,179,159,"Long Beach, CA",159,"Long Beach, CA" +205,180,269,"Longview, WA",159,"Long Beach, CA" +205,274,159,"Long Beach, CA",159,"Long Beach, CA" +205,275,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +205,276,217,"New York, NY and NJ",201,"Boston, MA" +205,277,223,"New York, NY and NJ",217,"New York, NY and NJ" +205,278,201,"Boston, MA",217,"New York, NY and NJ" +205,279,177,"Savannah, GA",241,"Philadelphia, PA" +205,280,177,"Savannah, GA",198,"Baltimore, MD" +205,281,198,"Baltimore, MD",229,"Wilmington, NC" +205,282,241,"Philadelphia, PA",241,"Philadelphia, PA" +205,283,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +205,284,159,"Long Beach, CA",159,"Long Beach, CA" +205,285,223,"New York, NY and NJ",197,"Portland, ME" +205,286,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +205,287,177,"Savannah, GA",265,"Norfolk Harbor, VA" +205,288,239,"Portland, OR",159,"Long Beach, CA" +205,289,268,"Seattle, WA",268,"Seattle, WA" +205,290,172,"Port Everglades, FL",217,"New York, NY and NJ" +205,291,217,"New York, NY and NJ",223,"New York, NY and NJ" +205,292,223,"New York, NY and NJ",241,"Philadelphia, PA" +205,293,152,"Mobile, AL",195,"New Orleans, LA" +205,294,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +205,295,217,"New York, NY and NJ",241,"Philadelphia, PA" +205,296,268,"Seattle, WA",159,"Long Beach, CA" +205,297,193,"Baton Rouge, LA",245,"Charleston, SC" +205,298,198,"Baltimore, MD",244,"Providence, RI" +205,299,217,"New York, NY and NJ",223,"New York, NY and NJ" +205,300,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +205,301,197,"Portland, ME",241,"Philadelphia, PA" +205,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +205,303,159,"Long Beach, CA",268,"Seattle, WA" +205,304,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +205,305,217,"New York, NY and NJ",223,"New York, NY and NJ" +205,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +205,307,197,"Portland, ME",265,"Norfolk Harbor, VA" +205,308,159,"Long Beach, CA",159,"Long Beach, CA" +205,309,223,"New York, NY and NJ",197,"Portland, ME" +205,310,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +205,311,169,"Wilmington, DE",201,"Boston, MA" +205,312,172,"Port Everglades, FL",195,"New Orleans, LA" +205,313,244,"Providence, RI",265,"Norfolk Harbor, VA" +205,314,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +205,315,172,"Port Everglades, FL",172,"Port Everglades, FL" +205,316,159,"Long Beach, CA",162,"Oakland, CA" +205,317,159,"Long Beach, CA",159,"Long Beach, CA" +205,318,159,"Long Beach, CA",159,"Long Beach, CA" +205,319,152,"Mobile, AL",152,"Mobile, AL" +205,320,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +205,321,223,"New York, NY and NJ",198,"Baltimore, MD" +205,322,268,"Seattle, WA",162,"Oakland, CA" +205,323,195,"New Orleans, LA",195,"New Orleans, LA" +205,324,201,"Boston, MA",241,"Philadelphia, PA" +205,325,177,"Savannah, GA",245,"Charleston, SC" +205,326,174,"Tampa, FL",198,"Baltimore, MD" +205,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +205,328,223,"New York, NY and NJ",198,"Baltimore, MD" +205,329,201,"Boston, MA",201,"Boston, MA" +205,330,197,"Portland, ME",244,"Providence, RI" +205,331,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +205,332,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +205,333,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +205,334,195,"New Orleans, LA",195,"New Orleans, LA" +205,335,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +205,336,174,"Tampa, FL",208,"Pascagoula, MS" +205,337,201,"Boston, MA",218,"Camden-Gloucester, NJ" +205,338,198,"Baltimore, MD",198,"Baltimore, MD" +205,339,223,"New York, NY and NJ",217,"New York, NY and NJ" +205,340,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +205,341,253,"Beaumont, TX",195,"New Orleans, LA" +205,342,197,"Portland, ME",223,"New York, NY and NJ" +205,343,159,"Long Beach, CA",268,"Seattle, WA" +205,344,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +205,345,201,"Boston, MA",198,"Baltimore, MD" +205,346,201,"Boston, MA",177,"Savannah, GA" +205,347,217,"New York, NY and NJ",201,"Boston, MA" +205,348,201,"Boston, MA",197,"Portland, ME" +205,349,223,"New York, NY and NJ",244,"Providence, RI" +205,350,217,"New York, NY and NJ",217,"New York, NY and NJ" +205,351,201,"Boston, MA",223,"New York, NY and NJ" +205,352,217,"New York, NY and NJ",223,"New York, NY and NJ" +205,353,201,"Boston, MA",244,"Providence, RI" +205,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +205,355,172,"Port Everglades, FL",223,"New York, NY and NJ" +205,356,195,"New Orleans, LA",195,"New Orleans, LA" +205,357,265,"Norfolk Harbor, VA",201,"Boston, MA" +205,358,223,"New York, NY and NJ",223,"New York, NY and NJ" +205,359,265,"Norfolk Harbor, VA",174,"Tampa, FL" +205,360,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +205,361,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +205,362,217,"New York, NY and NJ",223,"New York, NY and NJ" +205,363,152,"Mobile, AL",152,"Mobile, AL" +205,364,217,"New York, NY and NJ",244,"Providence, RI" +205,365,201,"Boston, MA",201,"Boston, MA" +205,366,162,"Oakland, CA",159,"Long Beach, CA" +205,367,159,"Long Beach, CA",159,"Long Beach, CA" +205,368,268,"Seattle, WA",162,"Oakland, CA" +205,369,268,"Seattle, WA",159,"Long Beach, CA" +205,370,217,"New York, NY and NJ",197,"Portland, ME" +205,371,162,"Oakland, CA",269,"Longview, WA" +205,372,223,"New York, NY and NJ",217,"New York, NY and NJ" +205,373,178,"Brunswick, GA",178,"Brunswick, GA" +205,374,159,"Long Beach, CA",159,"Long Beach, CA" +205,375,239,"Portland, OR",239,"Portland, OR" +205,376,159,"Long Beach, CA",159,"Long Beach, CA" +205,377,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +205,378,172,"Port Everglades, FL",195,"New Orleans, LA" +205,379,159,"Long Beach, CA",268,"Seattle, WA" +205,380,159,"Long Beach, CA",268,"Seattle, WA" +205,381,159,"Long Beach, CA",159,"Long Beach, CA" +205,382,217,"New York, NY and NJ",201,"Boston, MA" +205,383,159,"Long Beach, CA",268,"Seattle, WA" +205,384,217,"New York, NY and NJ",223,"New York, NY and NJ" +205,385,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +205,386,223,"New York, NY and NJ",223,"New York, NY and NJ" +205,387,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +205,388,217,"New York, NY and NJ",201,"Boston, MA" +205,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +205,390,197,"Portland, ME",244,"Providence, RI" +205,391,177,"Savannah, GA",197,"Portland, ME" +205,392,239,"Portland, OR",159,"Long Beach, CA" +205,393,159,"Long Beach, CA",268,"Seattle, WA" +205,394,244,"Providence, RI",217,"New York, NY and NJ" +205,395,217,"New York, NY and NJ",198,"Baltimore, MD" +205,396,159,"Long Beach, CA",159,"Long Beach, CA" +205,397,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +205,398,223,"New York, NY and NJ",217,"New York, NY and NJ" +205,399,253,"Beaumont, TX",257,"Houston, TX" +205,400,159,"Long Beach, CA",162,"Oakland, CA" +205,401,217,"New York, NY and NJ",217,"New York, NY and NJ" +205,402,223,"New York, NY and NJ",217,"New York, NY and NJ" +205,403,159,"Long Beach, CA",159,"Long Beach, CA" +205,404,197,"Portland, ME",217,"New York, NY and NJ" +205,405,229,"Wilmington, NC",223,"New York, NY and NJ" +205,406,244,"Providence, RI",217,"New York, NY and NJ" +205,407,241,"Philadelphia, PA",217,"New York, NY and NJ" +205,408,268,"Seattle, WA",162,"Oakland, CA" +205,409,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +205,410,159,"Long Beach, CA",268,"Seattle, WA" +205,411,159,"Long Beach, CA",162,"Oakland, CA" +205,412,197,"Portland, ME",223,"New York, NY and NJ" +205,413,159,"Long Beach, CA",159,"Long Beach, CA" +205,414,195,"New Orleans, LA",193,"Baton Rouge, LA" +205,415,241,"Philadelphia, PA",223,"New York, NY and NJ" +205,416,223,"New York, NY and NJ",217,"New York, NY and NJ" +205,417,269,"Longview, WA",159,"Long Beach, CA" +205,418,162,"Oakland, CA",268,"Seattle, WA" +205,419,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +205,420,269,"Longview, WA",159,"Long Beach, CA" +205,421,268,"Seattle, WA",268,"Seattle, WA" +205,422,239,"Portland, OR",268,"Seattle, WA" +205,423,162,"Oakland, CA",152,"Mobile, AL" +205,424,172,"Port Everglades, FL",253,"Beaumont, TX" +205,425,159,"Long Beach, CA",159,"Long Beach, CA" +205,426,241,"Philadelphia, PA",172,"Port Everglades, FL" +205,427,195,"New Orleans, LA",208,"Pascagoula, MS" +205,428,159,"Long Beach, CA",159,"Long Beach, CA" +205,429,159,"Long Beach, CA",195,"New Orleans, LA" +205,430,197,"Portland, ME",218,"Camden-Gloucester, NJ" +205,431,244,"Providence, RI",169,"Wilmington, DE" +205,432,162,"Oakland, CA",159,"Long Beach, CA" +205,433,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +205,434,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +205,435,217,"New York, NY and NJ",223,"New York, NY and NJ" +205,436,198,"Baltimore, MD",241,"Philadelphia, PA" +205,437,174,"Tampa, FL",198,"Baltimore, MD" +205,438,177,"Savannah, GA",265,"Norfolk Harbor, VA" +205,439,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +205,440,245,"Charleston, SC",198,"Baltimore, MD" +205,441,159,"Long Beach, CA",159,"Long Beach, CA" +205,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +205,443,244,"Providence, RI",197,"Portland, ME" +205,444,268,"Seattle, WA",162,"Oakland, CA" +205,445,223,"New York, NY and NJ",169,"Wilmington, DE" +205,446,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +205,447,198,"Baltimore, MD",223,"New York, NY and NJ" +205,448,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +205,449,159,"Long Beach, CA",162,"Oakland, CA" +205,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +205,451,223,"New York, NY and NJ",241,"Philadelphia, PA" +205,452,197,"Portland, ME",217,"New York, NY and NJ" +205,453,159,"Long Beach, CA",162,"Oakland, CA" +205,454,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +205,455,265,"Norfolk Harbor, VA",197,"Portland, ME" +205,456,162,"Oakland, CA",268,"Seattle, WA" +205,457,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +205,458,241,"Philadelphia, PA",223,"New York, NY and NJ" +205,459,159,"Long Beach, CA",162,"Oakland, CA" +205,460,241,"Philadelphia, PA",217,"New York, NY and NJ" +205,461,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +205,462,201,"Boston, MA",201,"Boston, MA" +205,463,223,"New York, NY and NJ",201,"Boston, MA" +205,464,217,"New York, NY and NJ",197,"Portland, ME" +205,465,159,"Long Beach, CA",268,"Seattle, WA" +205,466,159,"Long Beach, CA",268,"Seattle, WA" +205,467,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +205,468,159,"Long Beach, CA",162,"Oakland, CA" +205,469,223,"New York, NY and NJ",241,"Philadelphia, PA" +205,470,159,"Long Beach, CA",159,"Long Beach, CA" +205,471,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +205,472,159,"Long Beach, CA",268,"Seattle, WA" +205,473,159,"Long Beach, CA",162,"Oakland, CA" +205,474,245,"Charleston, SC",265,"Norfolk Harbor, VA" +205,475,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +205,476,159,"Long Beach, CA",159,"Long Beach, CA" +205,477,159,"Long Beach, CA",159,"Long Beach, CA" +205,478,174,"Tampa, FL",265,"Norfolk Harbor, VA" +205,479,269,"Longview, WA",159,"Long Beach, CA" +205,480,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +205,481,201,"Boston, MA",217,"New York, NY and NJ" +205,482,268,"Seattle, WA",159,"Long Beach, CA" +205,483,241,"Philadelphia, PA",217,"New York, NY and NJ" +205,484,172,"Port Everglades, FL",177,"Savannah, GA" +205,485,162,"Oakland, CA",159,"Long Beach, CA" +205,486,159,"Long Beach, CA",239,"Portland, OR" +205,487,245,"Charleston, SC",244,"Providence, RI" +205,488,159,"Long Beach, CA",159,"Long Beach, CA" +205,489,268,"Seattle, WA",268,"Seattle, WA" +205,490,197,"Portland, ME",217,"New York, NY and NJ" +205,491,223,"New York, NY and NJ",217,"New York, NY and NJ" +206,154,239,"Portland, OR",159,"Long Beach, CA" +206,179,159,"Long Beach, CA",162,"Oakland, CA" +206,180,268,"Seattle, WA",159,"Long Beach, CA" +206,274,159,"Long Beach, CA",159,"Long Beach, CA" +206,275,223,"New York, NY and NJ",201,"Boston, MA" +206,276,241,"Philadelphia, PA",197,"Portland, ME" +206,277,223,"New York, NY and NJ",217,"New York, NY and NJ" +206,278,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +206,279,198,"Baltimore, MD",217,"New York, NY and NJ" +206,280,171,"Jacksonville, FL",172,"Port Everglades, FL" +206,281,208,"Pascagoula, MS",253,"Beaumont, TX" +206,282,223,"New York, NY and NJ",198,"Baltimore, MD" +206,283,177,"Savannah, GA",174,"Tampa, FL" +206,284,159,"Long Beach, CA",159,"Long Beach, CA" +206,285,223,"New York, NY and NJ",217,"New York, NY and NJ" +206,286,223,"New York, NY and NJ",201,"Boston, MA" +206,287,245,"Charleston, SC",172,"Port Everglades, FL" +206,288,239,"Portland, OR",268,"Seattle, WA" +206,289,159,"Long Beach, CA",162,"Oakland, CA" +206,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +206,291,244,"Providence, RI",201,"Boston, MA" +206,292,223,"New York, NY and NJ",241,"Philadelphia, PA" +206,293,195,"New Orleans, LA",193,"Baton Rouge, LA" +206,294,201,"Boston, MA",198,"Baltimore, MD" +206,295,217,"New York, NY and NJ",223,"New York, NY and NJ" +206,296,159,"Long Beach, CA",269,"Longview, WA" +206,297,195,"New Orleans, LA",172,"Port Everglades, FL" +206,298,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +206,299,217,"New York, NY and NJ",152,"Mobile, AL" +206,300,218,"Camden-Gloucester, NJ",171,"Jacksonville, FL" +206,301,217,"New York, NY and NJ",198,"Baltimore, MD" +206,302,172,"Port Everglades, FL",223,"New York, NY and NJ" +206,303,268,"Seattle, WA",159,"Long Beach, CA" +206,304,217,"New York, NY and NJ",223,"New York, NY and NJ" +206,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +206,306,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +206,307,201,"Boston, MA",218,"Camden-Gloucester, NJ" +206,308,269,"Longview, WA",159,"Long Beach, CA" +206,309,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +206,310,268,"Seattle, WA",253,"Beaumont, TX" +206,311,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +206,312,172,"Port Everglades, FL",195,"New Orleans, LA" +206,313,241,"Philadelphia, PA",223,"New York, NY and NJ" +206,314,198,"Baltimore, MD",217,"New York, NY and NJ" +206,315,245,"Charleston, SC",257,"Houston, TX" +206,316,159,"Long Beach, CA",159,"Long Beach, CA" +206,317,159,"Long Beach, CA",159,"Long Beach, CA" +206,318,162,"Oakland, CA",162,"Oakland, CA" +206,319,195,"New Orleans, LA",195,"New Orleans, LA" +206,320,241,"Philadelphia, PA",217,"New York, NY and NJ" +206,321,197,"Portland, ME",241,"Philadelphia, PA" +206,322,268,"Seattle, WA",239,"Portland, OR" +206,323,194,"Lake Charles, LA",194,"Lake Charles, LA" +206,324,217,"New York, NY and NJ",244,"Providence, RI" +206,325,177,"Savannah, GA",208,"Pascagoula, MS" +206,326,177,"Savannah, GA",172,"Port Everglades, FL" +206,327,241,"Philadelphia, PA",244,"Providence, RI" +206,328,197,"Portland, ME",201,"Boston, MA" +206,329,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +206,330,241,"Philadelphia, PA",223,"New York, NY and NJ" +206,331,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +206,332,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +206,333,174,"Tampa, FL",245,"Charleston, SC" +206,334,174,"Tampa, FL",195,"New Orleans, LA" +206,335,265,"Norfolk Harbor, VA",201,"Boston, MA" +206,336,172,"Port Everglades, FL",253,"Beaumont, TX" +206,337,241,"Philadelphia, PA",201,"Boston, MA" +206,338,241,"Philadelphia, PA",244,"Providence, RI" +206,339,198,"Baltimore, MD",241,"Philadelphia, PA" +206,340,223,"New York, NY and NJ",198,"Baltimore, MD" +206,341,152,"Mobile, AL",253,"Beaumont, TX" +206,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +206,343,268,"Seattle, WA",159,"Long Beach, CA" +206,344,169,"Wilmington, DE",223,"New York, NY and NJ" +206,345,201,"Boston, MA",217,"New York, NY and NJ" +206,346,174,"Tampa, FL",152,"Mobile, AL" +206,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +206,348,241,"Philadelphia, PA",201,"Boston, MA" +206,349,241,"Philadelphia, PA",244,"Providence, RI" +206,350,217,"New York, NY and NJ",201,"Boston, MA" +206,351,229,"Wilmington, NC",217,"New York, NY and NJ" +206,352,241,"Philadelphia, PA",217,"New York, NY and NJ" +206,353,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +206,354,217,"New York, NY and NJ",198,"Baltimore, MD" +206,355,174,"Tampa, FL",177,"Savannah, GA" +206,356,195,"New Orleans, LA",195,"New Orleans, LA" +206,357,201,"Boston, MA",201,"Boston, MA" +206,358,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +206,359,171,"Jacksonville, FL",245,"Charleston, SC" +206,360,229,"Wilmington, NC",177,"Savannah, GA" +206,361,177,"Savannah, GA",208,"Pascagoula, MS" +206,362,217,"New York, NY and NJ",223,"New York, NY and NJ" +206,363,195,"New Orleans, LA",195,"New Orleans, LA" +206,364,223,"New York, NY and NJ",217,"New York, NY and NJ" +206,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +206,366,159,"Long Beach, CA",162,"Oakland, CA" +206,367,159,"Long Beach, CA",159,"Long Beach, CA" +206,368,159,"Long Beach, CA",162,"Oakland, CA" +206,369,159,"Long Beach, CA",162,"Oakland, CA" +206,370,241,"Philadelphia, PA",197,"Portland, ME" +206,371,162,"Oakland, CA",268,"Seattle, WA" +206,372,244,"Providence, RI",201,"Boston, MA" +206,373,172,"Port Everglades, FL",171,"Jacksonville, FL" +206,374,159,"Long Beach, CA",159,"Long Beach, CA" +206,375,159,"Long Beach, CA",268,"Seattle, WA" +206,376,239,"Portland, OR",239,"Portland, OR" +206,377,197,"Portland, ME",223,"New York, NY and NJ" +206,378,195,"New Orleans, LA",195,"New Orleans, LA" +206,379,159,"Long Beach, CA",159,"Long Beach, CA" +206,380,268,"Seattle, WA",162,"Oakland, CA" +206,381,162,"Oakland, CA",268,"Seattle, WA" +206,382,223,"New York, NY and NJ",201,"Boston, MA" +206,383,159,"Long Beach, CA",162,"Oakland, CA" +206,384,265,"Norfolk Harbor, VA",201,"Boston, MA" +206,385,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +206,386,223,"New York, NY and NJ",201,"Boston, MA" +206,387,217,"New York, NY and NJ",223,"New York, NY and NJ" +206,388,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +206,389,217,"New York, NY and NJ",223,"New York, NY and NJ" +206,390,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +206,391,245,"Charleston, SC",223,"New York, NY and NJ" +206,392,159,"Long Beach, CA",159,"Long Beach, CA" +206,393,159,"Long Beach, CA",269,"Longview, WA" +206,394,223,"New York, NY and NJ",217,"New York, NY and NJ" +206,395,197,"Portland, ME",223,"New York, NY and NJ" +206,396,239,"Portland, OR",159,"Long Beach, CA" +206,397,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +206,398,172,"Port Everglades, FL",244,"Providence, RI" +206,399,257,"Houston, TX",152,"Mobile, AL" +206,400,269,"Longview, WA",269,"Longview, WA" +206,401,241,"Philadelphia, PA",198,"Baltimore, MD" +206,402,223,"New York, NY and NJ",201,"Boston, MA" +206,403,159,"Long Beach, CA",239,"Portland, OR" +206,404,201,"Boston, MA",169,"Wilmington, DE" +206,405,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +206,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +206,407,198,"Baltimore, MD",198,"Baltimore, MD" +206,408,159,"Long Beach, CA",268,"Seattle, WA" +206,409,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +206,410,159,"Long Beach, CA",159,"Long Beach, CA" +206,411,159,"Long Beach, CA",159,"Long Beach, CA" +206,412,197,"Portland, ME",223,"New York, NY and NJ" +206,413,159,"Long Beach, CA",159,"Long Beach, CA" +206,414,195,"New Orleans, LA",195,"New Orleans, LA" +206,415,198,"Baltimore, MD",169,"Wilmington, DE" +206,416,229,"Wilmington, NC",223,"New York, NY and NJ" +206,417,159,"Long Beach, CA",159,"Long Beach, CA" +206,418,159,"Long Beach, CA",159,"Long Beach, CA" +206,419,244,"Providence, RI",244,"Providence, RI" +206,420,159,"Long Beach, CA",195,"New Orleans, LA" +206,421,159,"Long Beach, CA",159,"Long Beach, CA" +206,422,159,"Long Beach, CA",162,"Oakland, CA" +206,423,159,"Long Beach, CA",172,"Port Everglades, FL" +206,424,174,"Tampa, FL",195,"New Orleans, LA" +206,425,162,"Oakland, CA",162,"Oakland, CA" +206,426,208,"Pascagoula, MS",193,"Baton Rouge, LA" +206,427,171,"Jacksonville, FL",177,"Savannah, GA" +206,428,159,"Long Beach, CA",159,"Long Beach, CA" +206,429,159,"Long Beach, CA",268,"Seattle, WA" +206,430,244,"Providence, RI",223,"New York, NY and NJ" +206,431,223,"New York, NY and NJ",241,"Philadelphia, PA" +206,432,159,"Long Beach, CA",162,"Oakland, CA" +206,433,217,"New York, NY and NJ",174,"Tampa, FL" +206,434,197,"Portland, ME",218,"Camden-Gloucester, NJ" +206,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +206,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +206,437,217,"New York, NY and NJ",223,"New York, NY and NJ" +206,438,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +206,439,241,"Philadelphia, PA",177,"Savannah, GA" +206,440,245,"Charleston, SC",172,"Port Everglades, FL" +206,441,162,"Oakland, CA",159,"Long Beach, CA" +206,442,241,"Philadelphia, PA",223,"New York, NY and NJ" +206,443,198,"Baltimore, MD",169,"Wilmington, DE" +206,444,159,"Long Beach, CA",159,"Long Beach, CA" +206,445,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +206,446,201,"Boston, MA",217,"New York, NY and NJ" +206,447,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +206,448,217,"New York, NY and NJ",241,"Philadelphia, PA" +206,449,159,"Long Beach, CA",159,"Long Beach, CA" +206,450,172,"Port Everglades, FL",171,"Jacksonville, FL" +206,451,241,"Philadelphia, PA",223,"New York, NY and NJ" +206,452,201,"Boston, MA",244,"Providence, RI" +206,453,159,"Long Beach, CA",268,"Seattle, WA" +206,454,245,"Charleston, SC",241,"Philadelphia, PA" +206,455,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +206,456,159,"Long Beach, CA",159,"Long Beach, CA" +206,457,198,"Baltimore, MD",197,"Portland, ME" +206,458,241,"Philadelphia, PA",217,"New York, NY and NJ" +206,459,159,"Long Beach, CA",159,"Long Beach, CA" +206,460,198,"Baltimore, MD",217,"New York, NY and NJ" +206,461,171,"Jacksonville, FL",172,"Port Everglades, FL" +206,462,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +206,463,223,"New York, NY and NJ",197,"Portland, ME" +206,464,197,"Portland, ME",223,"New York, NY and NJ" +206,465,239,"Portland, OR",162,"Oakland, CA" +206,466,239,"Portland, OR",159,"Long Beach, CA" +206,467,241,"Philadelphia, PA",217,"New York, NY and NJ" +206,468,159,"Long Beach, CA",159,"Long Beach, CA" +206,469,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +206,470,159,"Long Beach, CA",159,"Long Beach, CA" +206,471,217,"New York, NY and NJ",223,"New York, NY and NJ" +206,472,162,"Oakland, CA",268,"Seattle, WA" +206,473,239,"Portland, OR",159,"Long Beach, CA" +206,474,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +206,475,217,"New York, NY and NJ",201,"Boston, MA" +206,476,159,"Long Beach, CA",162,"Oakland, CA" +206,477,269,"Longview, WA",159,"Long Beach, CA" +206,478,245,"Charleston, SC",172,"Port Everglades, FL" +206,479,162,"Oakland, CA",159,"Long Beach, CA" +206,480,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +206,481,198,"Baltimore, MD",244,"Providence, RI" +206,482,159,"Long Beach, CA",159,"Long Beach, CA" +206,483,223,"New York, NY and NJ",198,"Baltimore, MD" +206,484,257,"Houston, TX",257,"Houston, TX" +206,485,159,"Long Beach, CA",159,"Long Beach, CA" +206,486,162,"Oakland, CA",239,"Portland, OR" +206,487,177,"Savannah, GA",152,"Mobile, AL" +206,488,162,"Oakland, CA",268,"Seattle, WA" +206,489,159,"Long Beach, CA",269,"Longview, WA" +206,490,241,"Philadelphia, PA",217,"New York, NY and NJ" +206,491,197,"Portland, ME",198,"Baltimore, MD" +207,154,159,"Long Beach, CA",268,"Seattle, WA" +207,179,239,"Portland, OR",239,"Portland, OR" +207,180,159,"Long Beach, CA",159,"Long Beach, CA" +207,274,159,"Long Beach, CA",159,"Long Beach, CA" +207,275,217,"New York, NY and NJ",197,"Portland, ME" +207,276,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +207,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +207,278,198,"Baltimore, MD",217,"New York, NY and NJ" +207,279,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +207,280,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +207,281,194,"Lake Charles, LA",177,"Savannah, GA" +207,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +207,283,177,"Savannah, GA",177,"Savannah, GA" +207,284,159,"Long Beach, CA",268,"Seattle, WA" +207,285,201,"Boston, MA",223,"New York, NY and NJ" +207,286,241,"Philadelphia, PA",198,"Baltimore, MD" +207,287,171,"Jacksonville, FL",172,"Port Everglades, FL" +207,288,159,"Long Beach, CA",162,"Oakland, CA" +207,289,159,"Long Beach, CA",159,"Long Beach, CA" +207,290,177,"Savannah, GA",177,"Savannah, GA" +207,291,198,"Baltimore, MD",169,"Wilmington, DE" +207,292,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +207,293,257,"Houston, TX",257,"Houston, TX" +207,294,197,"Portland, ME",265,"Norfolk Harbor, VA" +207,295,244,"Providence, RI",223,"New York, NY and NJ" +207,296,159,"Long Beach, CA",159,"Long Beach, CA" +207,297,253,"Beaumont, TX",194,"Lake Charles, LA" +207,298,241,"Philadelphia, PA",217,"New York, NY and NJ" +207,299,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +207,300,172,"Port Everglades, FL",152,"Mobile, AL" +207,301,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +207,302,169,"Wilmington, DE",198,"Baltimore, MD" +207,303,159,"Long Beach, CA",159,"Long Beach, CA" +207,304,223,"New York, NY and NJ",223,"New York, NY and NJ" +207,305,198,"Baltimore, MD",198,"Baltimore, MD" +207,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +207,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +207,308,239,"Portland, OR",159,"Long Beach, CA" +207,309,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +207,310,268,"Seattle, WA",217,"New York, NY and NJ" +207,311,223,"New York, NY and NJ",244,"Providence, RI" +207,312,177,"Savannah, GA",152,"Mobile, AL" +207,313,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +207,314,217,"New York, NY and NJ",198,"Baltimore, MD" +207,315,208,"Pascagoula, MS",194,"Lake Charles, LA" +207,316,239,"Portland, OR",268,"Seattle, WA" +207,317,159,"Long Beach, CA",159,"Long Beach, CA" +207,318,159,"Long Beach, CA",239,"Portland, OR" +207,319,177,"Savannah, GA",195,"New Orleans, LA" +207,320,245,"Charleston, SC",265,"Norfolk Harbor, VA" +207,321,217,"New York, NY and NJ",217,"New York, NY and NJ" +207,322,268,"Seattle, WA",159,"Long Beach, CA" +207,323,152,"Mobile, AL",257,"Houston, TX" +207,324,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +207,325,195,"New Orleans, LA",195,"New Orleans, LA" +207,326,195,"New Orleans, LA",172,"Port Everglades, FL" +207,327,198,"Baltimore, MD",223,"New York, NY and NJ" +207,328,223,"New York, NY and NJ",217,"New York, NY and NJ" +207,329,241,"Philadelphia, PA",223,"New York, NY and NJ" +207,330,201,"Boston, MA",223,"New York, NY and NJ" +207,331,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +207,332,265,"Norfolk Harbor, VA",177,"Savannah, GA" +207,333,174,"Tampa, FL",198,"Baltimore, MD" +207,334,171,"Jacksonville, FL",194,"Lake Charles, LA" +207,335,217,"New York, NY and NJ",223,"New York, NY and NJ" +207,336,152,"Mobile, AL",208,"Pascagoula, MS" +207,337,198,"Baltimore, MD",217,"New York, NY and NJ" +207,338,223,"New York, NY and NJ",241,"Philadelphia, PA" +207,339,198,"Baltimore, MD",217,"New York, NY and NJ" +207,340,217,"New York, NY and NJ",223,"New York, NY and NJ" +207,341,194,"Lake Charles, LA",172,"Port Everglades, FL" +207,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +207,343,268,"Seattle, WA",159,"Long Beach, CA" +207,344,223,"New York, NY and NJ",217,"New York, NY and NJ" +207,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +207,346,177,"Savannah, GA",253,"Beaumont, TX" +207,347,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +207,348,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +207,349,197,"Portland, ME",223,"New York, NY and NJ" +207,350,198,"Baltimore, MD",217,"New York, NY and NJ" +207,351,223,"New York, NY and NJ",223,"New York, NY and NJ" +207,352,217,"New York, NY and NJ",223,"New York, NY and NJ" +207,353,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +207,354,197,"Portland, ME",201,"Boston, MA" +207,355,171,"Jacksonville, FL",177,"Savannah, GA" +207,356,257,"Houston, TX",257,"Houston, TX" +207,357,197,"Portland, ME",265,"Norfolk Harbor, VA" +207,358,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +207,359,177,"Savannah, GA",152,"Mobile, AL" +207,360,174,"Tampa, FL",245,"Charleston, SC" +207,361,177,"Savannah, GA",195,"New Orleans, LA" +207,362,217,"New York, NY and NJ",217,"New York, NY and NJ" +207,363,171,"Jacksonville, FL",195,"New Orleans, LA" +207,364,201,"Boston, MA",223,"New York, NY and NJ" +207,365,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +207,366,162,"Oakland, CA",269,"Longview, WA" +207,367,159,"Long Beach, CA",159,"Long Beach, CA" +207,368,268,"Seattle, WA",268,"Seattle, WA" +207,369,268,"Seattle, WA",159,"Long Beach, CA" +207,370,217,"New York, NY and NJ",201,"Boston, MA" +207,371,269,"Longview, WA",159,"Long Beach, CA" +207,372,265,"Norfolk Harbor, VA",201,"Boston, MA" +207,373,177,"Savannah, GA",172,"Port Everglades, FL" +207,374,269,"Longview, WA",159,"Long Beach, CA" +207,375,162,"Oakland, CA",268,"Seattle, WA" +207,376,159,"Long Beach, CA",268,"Seattle, WA" +207,377,217,"New York, NY and NJ",223,"New York, NY and NJ" +207,378,172,"Port Everglades, FL",257,"Houston, TX" +207,379,159,"Long Beach, CA",159,"Long Beach, CA" +207,380,159,"Long Beach, CA",268,"Seattle, WA" +207,381,159,"Long Beach, CA",268,"Seattle, WA" +207,382,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +207,383,159,"Long Beach, CA",159,"Long Beach, CA" +207,384,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +207,385,201,"Boston, MA",265,"Norfolk Harbor, VA" +207,386,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +207,387,223,"New York, NY and NJ",217,"New York, NY and NJ" +207,388,223,"New York, NY and NJ",244,"Providence, RI" +207,389,201,"Boston, MA",218,"Camden-Gloucester, NJ" +207,390,169,"Wilmington, DE",169,"Wilmington, DE" +207,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +207,392,268,"Seattle, WA",162,"Oakland, CA" +207,393,159,"Long Beach, CA",162,"Oakland, CA" +207,394,201,"Boston, MA",241,"Philadelphia, PA" +207,395,217,"New York, NY and NJ",241,"Philadelphia, PA" +207,396,159,"Long Beach, CA",159,"Long Beach, CA" +207,397,198,"Baltimore, MD",217,"New York, NY and NJ" +207,398,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +207,399,253,"Beaumont, TX",253,"Beaumont, TX" +207,400,162,"Oakland, CA",162,"Oakland, CA" +207,401,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +207,402,223,"New York, NY and NJ",198,"Baltimore, MD" +207,403,159,"Long Beach, CA",239,"Portland, OR" +207,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +207,405,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +207,406,169,"Wilmington, DE",217,"New York, NY and NJ" +207,407,223,"New York, NY and NJ",198,"Baltimore, MD" +207,408,159,"Long Beach, CA",159,"Long Beach, CA" +207,409,244,"Providence, RI",223,"New York, NY and NJ" +207,410,159,"Long Beach, CA",159,"Long Beach, CA" +207,411,268,"Seattle, WA",159,"Long Beach, CA" +207,412,217,"New York, NY and NJ",241,"Philadelphia, PA" +207,413,159,"Long Beach, CA",159,"Long Beach, CA" +207,414,172,"Port Everglades, FL",257,"Houston, TX" +207,415,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +207,416,245,"Charleston, SC",265,"Norfolk Harbor, VA" +207,417,268,"Seattle, WA",159,"Long Beach, CA" +207,418,159,"Long Beach, CA",159,"Long Beach, CA" +207,419,223,"New York, NY and NJ",244,"Providence, RI" +207,420,159,"Long Beach, CA",268,"Seattle, WA" +207,421,268,"Seattle, WA",268,"Seattle, WA" +207,422,159,"Long Beach, CA",269,"Longview, WA" +207,423,159,"Long Beach, CA",159,"Long Beach, CA" +207,424,245,"Charleston, SC",208,"Pascagoula, MS" +207,425,159,"Long Beach, CA",162,"Oakland, CA" +207,426,195,"New Orleans, LA",195,"New Orleans, LA" +207,427,195,"New Orleans, LA",195,"New Orleans, LA" +207,428,159,"Long Beach, CA",159,"Long Beach, CA" +207,429,268,"Seattle, WA",159,"Long Beach, CA" +207,430,217,"New York, NY and NJ",201,"Boston, MA" +207,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +207,432,159,"Long Beach, CA",159,"Long Beach, CA" +207,433,177,"Savannah, GA",223,"New York, NY and NJ" +207,434,217,"New York, NY and NJ",217,"New York, NY and NJ" +207,435,244,"Providence, RI",217,"New York, NY and NJ" +207,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +207,437,223,"New York, NY and NJ",152,"Mobile, AL" +207,438,177,"Savannah, GA",198,"Baltimore, MD" +207,439,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +207,440,171,"Jacksonville, FL",229,"Wilmington, NC" +207,441,162,"Oakland, CA",269,"Longview, WA" +207,442,223,"New York, NY and NJ",244,"Providence, RI" +207,443,265,"Norfolk Harbor, VA",201,"Boston, MA" +207,444,159,"Long Beach, CA",159,"Long Beach, CA" +207,445,217,"New York, NY and NJ",241,"Philadelphia, PA" +207,446,241,"Philadelphia, PA",223,"New York, NY and NJ" +207,447,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +207,448,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +207,449,159,"Long Beach, CA",159,"Long Beach, CA" +207,450,245,"Charleston, SC",171,"Jacksonville, FL" +207,451,197,"Portland, ME",197,"Portland, ME" +207,452,241,"Philadelphia, PA",198,"Baltimore, MD" +207,453,159,"Long Beach, CA",159,"Long Beach, CA" +207,454,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +207,455,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +207,456,159,"Long Beach, CA",268,"Seattle, WA" +207,457,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +207,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +207,459,159,"Long Beach, CA",162,"Oakland, CA" +207,460,223,"New York, NY and NJ",197,"Portland, ME" +207,461,177,"Savannah, GA",229,"Wilmington, NC" +207,462,223,"New York, NY and NJ",217,"New York, NY and NJ" +207,463,217,"New York, NY and NJ",197,"Portland, ME" +207,464,198,"Baltimore, MD",197,"Portland, ME" +207,465,268,"Seattle, WA",239,"Portland, OR" +207,466,159,"Long Beach, CA",162,"Oakland, CA" +207,467,177,"Savannah, GA",265,"Norfolk Harbor, VA" +207,468,159,"Long Beach, CA",162,"Oakland, CA" +207,469,197,"Portland, ME",265,"Norfolk Harbor, VA" +207,470,159,"Long Beach, CA",159,"Long Beach, CA" +207,471,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +207,472,269,"Longview, WA",159,"Long Beach, CA" +207,473,159,"Long Beach, CA",159,"Long Beach, CA" +207,474,229,"Wilmington, NC",172,"Port Everglades, FL" +207,475,217,"New York, NY and NJ",241,"Philadelphia, PA" +207,476,162,"Oakland, CA",162,"Oakland, CA" +207,477,159,"Long Beach, CA",162,"Oakland, CA" +207,478,245,"Charleston, SC",174,"Tampa, FL" +207,479,159,"Long Beach, CA",269,"Longview, WA" +207,480,198,"Baltimore, MD",223,"New York, NY and NJ" +207,481,201,"Boston, MA",241,"Philadelphia, PA" +207,482,159,"Long Beach, CA",268,"Seattle, WA" +207,483,223,"New York, NY and NJ",244,"Providence, RI" +207,484,208,"Pascagoula, MS",195,"New Orleans, LA" +207,485,159,"Long Beach, CA",239,"Portland, OR" +207,486,268,"Seattle, WA",268,"Seattle, WA" +207,487,152,"Mobile, AL",177,"Savannah, GA" +207,488,159,"Long Beach, CA",159,"Long Beach, CA" +207,489,159,"Long Beach, CA",162,"Oakland, CA" +207,490,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +207,491,241,"Philadelphia, PA",177,"Savannah, GA" +208,154,268,"Seattle, WA",162,"Oakland, CA" +208,179,269,"Longview, WA",239,"Portland, OR" +208,180,159,"Long Beach, CA",159,"Long Beach, CA" +208,274,159,"Long Beach, CA",162,"Oakland, CA" +208,275,201,"Boston, MA",241,"Philadelphia, PA" +208,276,201,"Boston, MA",208,"Pascagoula, MS" +208,277,197,"Portland, ME",223,"New York, NY and NJ" +208,278,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +208,279,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +208,280,172,"Port Everglades, FL",208,"Pascagoula, MS" +208,281,257,"Houston, TX",208,"Pascagoula, MS" +208,282,198,"Baltimore, MD",217,"New York, NY and NJ" +208,283,174,"Tampa, FL",195,"New Orleans, LA" +208,284,162,"Oakland, CA",159,"Long Beach, CA" +208,285,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +208,286,241,"Philadelphia, PA",241,"Philadelphia, PA" +208,287,171,"Jacksonville, FL",172,"Port Everglades, FL" +208,288,174,"Tampa, FL",159,"Long Beach, CA" +208,289,162,"Oakland, CA",268,"Seattle, WA" +208,290,177,"Savannah, GA",195,"New Orleans, LA" +208,291,217,"New York, NY and NJ",197,"Portland, ME" +208,292,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +208,293,195,"New Orleans, LA",195,"New Orleans, LA" +208,294,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +208,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +208,296,159,"Long Beach, CA",239,"Portland, OR" +208,297,195,"New Orleans, LA",194,"Lake Charles, LA" +208,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +208,299,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +208,300,195,"New Orleans, LA",208,"Pascagoula, MS" +208,301,244,"Providence, RI",241,"Philadelphia, PA" +208,302,177,"Savannah, GA",245,"Charleston, SC" +208,303,269,"Longview, WA",159,"Long Beach, CA" +208,304,244,"Providence, RI",198,"Baltimore, MD" +208,305,197,"Portland, ME",265,"Norfolk Harbor, VA" +208,306,241,"Philadelphia, PA",229,"Wilmington, NC" +208,307,201,"Boston, MA",265,"Norfolk Harbor, VA" +208,308,159,"Long Beach, CA",268,"Seattle, WA" +208,309,198,"Baltimore, MD",241,"Philadelphia, PA" +208,310,253,"Beaumont, TX",208,"Pascagoula, MS" +208,311,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +208,312,152,"Mobile, AL",174,"Tampa, FL" +208,313,177,"Savannah, GA",171,"Jacksonville, FL" +208,314,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +208,315,195,"New Orleans, LA",193,"Baton Rouge, LA" +208,316,162,"Oakland, CA",268,"Seattle, WA" +208,317,162,"Oakland, CA",268,"Seattle, WA" +208,318,239,"Portland, OR",162,"Oakland, CA" +208,319,152,"Mobile, AL",208,"Pascagoula, MS" +208,320,223,"New York, NY and NJ",198,"Baltimore, MD" +208,321,265,"Norfolk Harbor, VA",177,"Savannah, GA" +208,322,159,"Long Beach, CA",159,"Long Beach, CA" +208,323,195,"New Orleans, LA",152,"Mobile, AL" +208,324,244,"Providence, RI",169,"Wilmington, DE" +208,325,152,"Mobile, AL",195,"New Orleans, LA" +208,326,177,"Savannah, GA",195,"New Orleans, LA" +208,327,223,"New York, NY and NJ",217,"New York, NY and NJ" +208,328,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +208,329,198,"Baltimore, MD",198,"Baltimore, MD" +208,330,217,"New York, NY and NJ",241,"Philadelphia, PA" +208,331,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +208,332,174,"Tampa, FL",265,"Norfolk Harbor, VA" +208,333,172,"Port Everglades, FL",152,"Mobile, AL" +208,334,195,"New Orleans, LA",257,"Houston, TX" +208,335,223,"New York, NY and NJ",208,"Pascagoula, MS" +208,336,208,"Pascagoula, MS",195,"New Orleans, LA" +208,337,241,"Philadelphia, PA",217,"New York, NY and NJ" +208,338,201,"Boston, MA",201,"Boston, MA" +208,339,241,"Philadelphia, PA",217,"New York, NY and NJ" +208,340,241,"Philadelphia, PA",217,"New York, NY and NJ" +208,341,174,"Tampa, FL",257,"Houston, TX" +208,342,201,"Boston, MA",241,"Philadelphia, PA" +208,343,159,"Long Beach, CA",159,"Long Beach, CA" +208,344,198,"Baltimore, MD",198,"Baltimore, MD" +208,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +208,346,174,"Tampa, FL",193,"Baton Rouge, LA" +208,347,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +208,348,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +208,349,244,"Providence, RI",241,"Philadelphia, PA" +208,350,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +208,351,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +208,352,169,"Wilmington, DE",217,"New York, NY and NJ" +208,353,169,"Wilmington, DE",198,"Baltimore, MD" +208,354,223,"New York, NY and NJ",241,"Philadelphia, PA" +208,355,174,"Tampa, FL",195,"New Orleans, LA" +208,356,195,"New Orleans, LA",253,"Beaumont, TX" +208,357,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +208,358,245,"Charleston, SC",241,"Philadelphia, PA" +208,359,177,"Savannah, GA",208,"Pascagoula, MS" +208,360,177,"Savannah, GA",195,"New Orleans, LA" +208,361,257,"Houston, TX",208,"Pascagoula, MS" +208,362,198,"Baltimore, MD",217,"New York, NY and NJ" +208,363,172,"Port Everglades, FL",195,"New Orleans, LA" +208,364,217,"New York, NY and NJ",201,"Boston, MA" +208,365,197,"Portland, ME",265,"Norfolk Harbor, VA" +208,366,268,"Seattle, WA",159,"Long Beach, CA" +208,367,159,"Long Beach, CA",239,"Portland, OR" +208,368,159,"Long Beach, CA",268,"Seattle, WA" +208,369,159,"Long Beach, CA",159,"Long Beach, CA" +208,370,217,"New York, NY and NJ",197,"Portland, ME" +208,371,159,"Long Beach, CA",195,"New Orleans, LA" +208,372,244,"Providence, RI",217,"New York, NY and NJ" +208,373,172,"Port Everglades, FL",195,"New Orleans, LA" +208,374,159,"Long Beach, CA",162,"Oakland, CA" +208,375,268,"Seattle, WA",208,"Pascagoula, MS" +208,376,159,"Long Beach, CA",268,"Seattle, WA" +208,377,198,"Baltimore, MD",201,"Boston, MA" +208,378,195,"New Orleans, LA",195,"New Orleans, LA" +208,379,268,"Seattle, WA",239,"Portland, OR" +208,380,239,"Portland, OR",162,"Oakland, CA" +208,381,239,"Portland, OR",268,"Seattle, WA" +208,382,198,"Baltimore, MD",198,"Baltimore, MD" +208,383,159,"Long Beach, CA",162,"Oakland, CA" +208,384,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +208,385,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +208,386,265,"Norfolk Harbor, VA",201,"Boston, MA" +208,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +208,388,169,"Wilmington, DE",217,"New York, NY and NJ" +208,389,223,"New York, NY and NJ",217,"New York, NY and NJ" +208,390,208,"Pascagoula, MS",198,"Baltimore, MD" +208,391,245,"Charleston, SC",241,"Philadelphia, PA" +208,392,159,"Long Beach, CA",268,"Seattle, WA" +208,393,159,"Long Beach, CA",159,"Long Beach, CA" +208,394,223,"New York, NY and NJ",241,"Philadelphia, PA" +208,395,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +208,396,268,"Seattle, WA",162,"Oakland, CA" +208,397,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +208,398,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +208,399,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +208,400,159,"Long Beach, CA",269,"Longview, WA" +208,401,223,"New York, NY and NJ",169,"Wilmington, DE" +208,402,217,"New York, NY and NJ",241,"Philadelphia, PA" +208,403,268,"Seattle, WA",269,"Longview, WA" +208,404,201,"Boston, MA",217,"New York, NY and NJ" +208,405,172,"Port Everglades, FL",174,"Tampa, FL" +208,406,241,"Philadelphia, PA",245,"Charleston, SC" +208,407,208,"Pascagoula, MS",177,"Savannah, GA" +208,408,159,"Long Beach, CA",268,"Seattle, WA" +208,409,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +208,410,159,"Long Beach, CA",159,"Long Beach, CA" +208,411,159,"Long Beach, CA",159,"Long Beach, CA" +208,412,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +208,413,268,"Seattle, WA",193,"Baton Rouge, LA" +208,414,195,"New Orleans, LA",253,"Beaumont, TX" +208,415,197,"Portland, ME",198,"Baltimore, MD" +208,416,218,"Camden-Gloucester, NJ",201,"Boston, MA" +208,417,162,"Oakland, CA",159,"Long Beach, CA" +208,418,162,"Oakland, CA",239,"Portland, OR" +208,419,217,"New York, NY and NJ",198,"Baltimore, MD" +208,420,268,"Seattle, WA",268,"Seattle, WA" +208,421,269,"Longview, WA",268,"Seattle, WA" +208,422,159,"Long Beach, CA",268,"Seattle, WA" +208,423,268,"Seattle, WA",195,"New Orleans, LA" +208,424,152,"Mobile, AL",195,"New Orleans, LA" +208,425,159,"Long Beach, CA",159,"Long Beach, CA" +208,426,172,"Port Everglades, FL",171,"Jacksonville, FL" +208,427,152,"Mobile, AL",253,"Beaumont, TX" +208,428,159,"Long Beach, CA",159,"Long Beach, CA" +208,429,193,"Baton Rouge, LA",159,"Long Beach, CA" +208,430,217,"New York, NY and NJ",197,"Portland, ME" +208,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +208,432,159,"Long Beach, CA",159,"Long Beach, CA" +208,433,197,"Portland, ME",177,"Savannah, GA" +208,434,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +208,435,223,"New York, NY and NJ",245,"Charleston, SC" +208,436,198,"Baltimore, MD",217,"New York, NY and NJ" +208,437,208,"Pascagoula, MS",172,"Port Everglades, FL" +208,438,172,"Port Everglades, FL",177,"Savannah, GA" +208,439,172,"Port Everglades, FL",195,"New Orleans, LA" +208,440,174,"Tampa, FL",171,"Jacksonville, FL" +208,441,269,"Longview, WA",159,"Long Beach, CA" +208,442,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +208,443,177,"Savannah, GA",195,"New Orleans, LA" +208,444,268,"Seattle, WA",257,"Houston, TX" +208,445,223,"New York, NY and NJ",245,"Charleston, SC" +208,446,197,"Portland, ME",223,"New York, NY and NJ" +208,447,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +208,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +208,449,159,"Long Beach, CA",268,"Seattle, WA" +208,450,229,"Wilmington, NC",195,"New Orleans, LA" +208,451,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +208,452,218,"Camden-Gloucester, NJ",208,"Pascagoula, MS" +208,453,239,"Portland, OR",159,"Long Beach, CA" +208,454,177,"Savannah, GA",223,"New York, NY and NJ" +208,455,174,"Tampa, FL",177,"Savannah, GA" +208,456,162,"Oakland, CA",269,"Longview, WA" +208,457,198,"Baltimore, MD",195,"New Orleans, LA" +208,458,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +208,459,268,"Seattle, WA",268,"Seattle, WA" +208,460,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +208,461,177,"Savannah, GA",193,"Baton Rouge, LA" +208,462,223,"New York, NY and NJ",195,"New Orleans, LA" +208,463,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +208,464,217,"New York, NY and NJ",198,"Baltimore, MD" +208,465,159,"Long Beach, CA",159,"Long Beach, CA" +208,466,239,"Portland, OR",159,"Long Beach, CA" +208,467,152,"Mobile, AL",198,"Baltimore, MD" +208,468,268,"Seattle, WA",159,"Long Beach, CA" +208,469,197,"Portland, ME",201,"Boston, MA" +208,470,239,"Portland, OR",159,"Long Beach, CA" +208,471,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +208,472,162,"Oakland, CA",159,"Long Beach, CA" +208,473,269,"Longview, WA",159,"Long Beach, CA" +208,474,172,"Port Everglades, FL",193,"Baton Rouge, LA" +208,475,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +208,476,162,"Oakland, CA",239,"Portland, OR" +208,477,159,"Long Beach, CA",239,"Portland, OR" +208,478,172,"Port Everglades, FL",195,"New Orleans, LA" +208,479,269,"Longview, WA",159,"Long Beach, CA" +208,480,223,"New York, NY and NJ",198,"Baltimore, MD" +208,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +208,482,159,"Long Beach, CA",239,"Portland, OR" +208,483,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +208,484,208,"Pascagoula, MS",194,"Lake Charles, LA" +208,485,268,"Seattle, WA",159,"Long Beach, CA" +208,486,268,"Seattle, WA",268,"Seattle, WA" +208,487,177,"Savannah, GA",195,"New Orleans, LA" +208,488,162,"Oakland, CA",162,"Oakland, CA" +208,489,195,"New Orleans, LA",253,"Beaumont, TX" +208,490,223,"New York, NY and NJ",177,"Savannah, GA" +208,491,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +209,154,159,"Long Beach, CA",162,"Oakland, CA" +209,179,159,"Long Beach, CA",162,"Oakland, CA" +209,180,162,"Oakland, CA",162,"Oakland, CA" +209,274,268,"Seattle, WA",268,"Seattle, WA" +209,275,169,"Wilmington, DE",223,"New York, NY and NJ" +209,276,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +209,277,217,"New York, NY and NJ",223,"New York, NY and NJ" +209,278,174,"Tampa, FL",217,"New York, NY and NJ" +209,279,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +209,280,229,"Wilmington, NC",245,"Charleston, SC" +209,281,195,"New Orleans, LA",195,"New Orleans, LA" +209,282,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +209,283,177,"Savannah, GA",152,"Mobile, AL" +209,284,159,"Long Beach, CA",159,"Long Beach, CA" +209,285,217,"New York, NY and NJ",241,"Philadelphia, PA" +209,286,223,"New York, NY and NJ",197,"Portland, ME" +209,287,171,"Jacksonville, FL",172,"Port Everglades, FL" +209,288,159,"Long Beach, CA",162,"Oakland, CA" +209,289,159,"Long Beach, CA",159,"Long Beach, CA" +209,290,174,"Tampa, FL",195,"New Orleans, LA" +209,291,201,"Boston, MA",197,"Portland, ME" +209,292,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +209,293,254,"Corpus Christi, TX",257,"Houston, TX" +209,294,198,"Baltimore, MD",217,"New York, NY and NJ" +209,295,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +209,296,162,"Oakland, CA",269,"Longview, WA" +209,297,253,"Beaumont, TX",257,"Houston, TX" +209,298,197,"Portland, ME",197,"Portland, ME" +209,299,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +209,300,171,"Jacksonville, FL",178,"Brunswick, GA" +209,301,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +209,302,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +209,303,159,"Long Beach, CA",268,"Seattle, WA" +209,304,197,"Portland, ME",217,"New York, NY and NJ" +209,305,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +209,306,241,"Philadelphia, PA",223,"New York, NY and NJ" +209,307,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +209,308,268,"Seattle, WA",162,"Oakland, CA" +209,309,223,"New York, NY and NJ",197,"Portland, ME" +209,310,198,"Baltimore, MD",195,"New Orleans, LA" +209,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +209,312,177,"Savannah, GA",257,"Houston, TX" +209,313,223,"New York, NY and NJ",169,"Wilmington, DE" +209,314,198,"Baltimore, MD",223,"New York, NY and NJ" +209,315,177,"Savannah, GA",195,"New Orleans, LA" +209,316,269,"Longview, WA",268,"Seattle, WA" +209,317,268,"Seattle, WA",268,"Seattle, WA" +209,318,162,"Oakland, CA",239,"Portland, OR" +209,319,171,"Jacksonville, FL",195,"New Orleans, LA" +209,320,229,"Wilmington, NC",174,"Tampa, FL" +209,321,244,"Providence, RI",208,"Pascagoula, MS" +209,322,268,"Seattle, WA",159,"Long Beach, CA" +209,323,195,"New Orleans, LA",253,"Beaumont, TX" +209,324,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +209,325,177,"Savannah, GA",195,"New Orleans, LA" +209,326,177,"Savannah, GA",195,"New Orleans, LA" +209,327,198,"Baltimore, MD",198,"Baltimore, MD" +209,328,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +209,329,223,"New York, NY and NJ",197,"Portland, ME" +209,330,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +209,331,197,"Portland, ME",197,"Portland, ME" +209,332,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +209,333,172,"Port Everglades, FL",152,"Mobile, AL" +209,334,152,"Mobile, AL",253,"Beaumont, TX" +209,335,217,"New York, NY and NJ",197,"Portland, ME" +209,336,195,"New Orleans, LA",195,"New Orleans, LA" +209,337,197,"Portland, ME",265,"Norfolk Harbor, VA" +209,338,241,"Philadelphia, PA",223,"New York, NY and NJ" +209,339,241,"Philadelphia, PA",217,"New York, NY and NJ" +209,340,241,"Philadelphia, PA",241,"Philadelphia, PA" +209,341,254,"Corpus Christi, TX",195,"New Orleans, LA" +209,342,223,"New York, NY and NJ",217,"New York, NY and NJ" +209,343,162,"Oakland, CA",268,"Seattle, WA" +209,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +209,345,197,"Portland, ME",198,"Baltimore, MD" +209,346,208,"Pascagoula, MS",195,"New Orleans, LA" +209,347,241,"Philadelphia, PA",197,"Portland, ME" +209,348,198,"Baltimore, MD",223,"New York, NY and NJ" +209,349,229,"Wilmington, NC",217,"New York, NY and NJ" +209,350,197,"Portland, ME",197,"Portland, ME" +209,351,245,"Charleston, SC",265,"Norfolk Harbor, VA" +209,352,217,"New York, NY and NJ",223,"New York, NY and NJ" +209,353,201,"Boston, MA",217,"New York, NY and NJ" +209,354,217,"New York, NY and NJ",223,"New York, NY and NJ" +209,355,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +209,356,195,"New Orleans, LA",195,"New Orleans, LA" +209,357,201,"Boston, MA",244,"Providence, RI" +209,358,223,"New York, NY and NJ",198,"Baltimore, MD" +209,359,174,"Tampa, FL",265,"Norfolk Harbor, VA" +209,360,171,"Jacksonville, FL",253,"Beaumont, TX" +209,361,195,"New Orleans, LA",195,"New Orleans, LA" +209,362,201,"Boston, MA",197,"Portland, ME" +209,363,254,"Corpus Christi, TX",257,"Houston, TX" +209,364,241,"Philadelphia, PA",223,"New York, NY and NJ" +209,365,223,"New York, NY and NJ",217,"New York, NY and NJ" +209,366,159,"Long Beach, CA",239,"Portland, OR" +209,367,159,"Long Beach, CA",268,"Seattle, WA" +209,368,159,"Long Beach, CA",159,"Long Beach, CA" +209,369,268,"Seattle, WA",159,"Long Beach, CA" +209,370,201,"Boston, MA",201,"Boston, MA" +209,371,159,"Long Beach, CA",171,"Jacksonville, FL" +209,372,197,"Portland, ME",197,"Portland, ME" +209,373,172,"Port Everglades, FL",193,"Baton Rouge, LA" +209,374,239,"Portland, OR",162,"Oakland, CA" +209,375,162,"Oakland, CA",159,"Long Beach, CA" +209,376,159,"Long Beach, CA",159,"Long Beach, CA" +209,377,223,"New York, NY and NJ",223,"New York, NY and NJ" +209,378,152,"Mobile, AL",171,"Jacksonville, FL" +209,379,159,"Long Beach, CA",159,"Long Beach, CA" +209,380,159,"Long Beach, CA",159,"Long Beach, CA" +209,381,268,"Seattle, WA",268,"Seattle, WA" +209,382,217,"New York, NY and NJ",223,"New York, NY and NJ" +209,383,159,"Long Beach, CA",162,"Oakland, CA" +209,384,241,"Philadelphia, PA",201,"Boston, MA" +209,385,197,"Portland, ME",218,"Camden-Gloucester, NJ" +209,386,223,"New York, NY and NJ",223,"New York, NY and NJ" +209,387,217,"New York, NY and NJ",197,"Portland, ME" +209,388,265,"Norfolk Harbor, VA",197,"Portland, ME" +209,389,217,"New York, NY and NJ",223,"New York, NY and NJ" +209,390,152,"Mobile, AL",265,"Norfolk Harbor, VA" +209,391,177,"Savannah, GA",265,"Norfolk Harbor, VA" +209,392,159,"Long Beach, CA",268,"Seattle, WA" +209,393,162,"Oakland, CA",162,"Oakland, CA" +209,394,197,"Portland, ME",223,"New York, NY and NJ" +209,395,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +209,396,268,"Seattle, WA",162,"Oakland, CA" +209,397,201,"Boston, MA",198,"Baltimore, MD" +209,398,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +209,399,159,"Long Beach, CA",162,"Oakland, CA" +209,400,159,"Long Beach, CA",268,"Seattle, WA" +209,401,197,"Portland, ME",223,"New York, NY and NJ" +209,402,244,"Providence, RI",198,"Baltimore, MD" +209,403,239,"Portland, OR",159,"Long Beach, CA" +209,404,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +209,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +209,406,198,"Baltimore, MD",223,"New York, NY and NJ" +209,407,217,"New York, NY and NJ",223,"New York, NY and NJ" +209,408,239,"Portland, OR",162,"Oakland, CA" +209,409,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +209,410,159,"Long Beach, CA",159,"Long Beach, CA" +209,411,159,"Long Beach, CA",162,"Oakland, CA" +209,412,241,"Philadelphia, PA",223,"New York, NY and NJ" +209,413,268,"Seattle, WA",268,"Seattle, WA" +209,414,195,"New Orleans, LA",194,"Lake Charles, LA" +209,415,217,"New York, NY and NJ",198,"Baltimore, MD" +209,416,198,"Baltimore, MD",197,"Portland, ME" +209,417,159,"Long Beach, CA",162,"Oakland, CA" +209,418,268,"Seattle, WA",268,"Seattle, WA" +209,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +209,420,159,"Long Beach, CA",159,"Long Beach, CA" +209,421,268,"Seattle, WA",239,"Portland, OR" +209,422,162,"Oakland, CA",159,"Long Beach, CA" +209,423,159,"Long Beach, CA",159,"Long Beach, CA" +209,424,257,"Houston, TX",195,"New Orleans, LA" +209,425,159,"Long Beach, CA",162,"Oakland, CA" +209,426,245,"Charleston, SC",195,"New Orleans, LA" +209,427,195,"New Orleans, LA",257,"Houston, TX" +209,428,268,"Seattle, WA",159,"Long Beach, CA" +209,429,159,"Long Beach, CA",257,"Houston, TX" +209,430,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +209,431,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +209,432,159,"Long Beach, CA",159,"Long Beach, CA" +209,433,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +209,434,217,"New York, NY and NJ",223,"New York, NY and NJ" +209,435,217,"New York, NY and NJ",197,"Portland, ME" +209,436,217,"New York, NY and NJ",223,"New York, NY and NJ" +209,437,178,"Brunswick, GA",265,"Norfolk Harbor, VA" +209,438,172,"Port Everglades, FL",174,"Tampa, FL" +209,439,172,"Port Everglades, FL",177,"Savannah, GA" +209,440,174,"Tampa, FL",195,"New Orleans, LA" +209,441,268,"Seattle, WA",159,"Long Beach, CA" +209,442,198,"Baltimore, MD",217,"New York, NY and NJ" +209,443,245,"Charleston, SC",217,"New York, NY and NJ" +209,444,159,"Long Beach, CA",257,"Houston, TX" +209,445,201,"Boston, MA",244,"Providence, RI" +209,446,198,"Baltimore, MD",198,"Baltimore, MD" +209,447,217,"New York, NY and NJ",245,"Charleston, SC" +209,448,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +209,449,159,"Long Beach, CA",159,"Long Beach, CA" +209,450,245,"Charleston, SC",265,"Norfolk Harbor, VA" +209,451,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +209,452,229,"Wilmington, NC",223,"New York, NY and NJ" +209,453,162,"Oakland, CA",268,"Seattle, WA" +209,454,223,"New York, NY and NJ",198,"Baltimore, MD" +209,455,197,"Portland, ME",198,"Baltimore, MD" +209,456,159,"Long Beach, CA",162,"Oakland, CA" +209,457,265,"Norfolk Harbor, VA",201,"Boston, MA" +209,458,218,"Camden-Gloucester, NJ",197,"Portland, ME" +209,459,159,"Long Beach, CA",268,"Seattle, WA" +209,460,217,"New York, NY and NJ",197,"Portland, ME" +209,461,245,"Charleston, SC",177,"Savannah, GA" +209,462,241,"Philadelphia, PA",245,"Charleston, SC" +209,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +209,464,223,"New York, NY and NJ",201,"Boston, MA" +209,465,239,"Portland, OR",159,"Long Beach, CA" +209,466,159,"Long Beach, CA",159,"Long Beach, CA" +209,467,245,"Charleston, SC",265,"Norfolk Harbor, VA" +209,468,159,"Long Beach, CA",159,"Long Beach, CA" +209,469,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +209,470,159,"Long Beach, CA",159,"Long Beach, CA" +209,471,241,"Philadelphia, PA",223,"New York, NY and NJ" +209,472,159,"Long Beach, CA",268,"Seattle, WA" +209,473,239,"Portland, OR",159,"Long Beach, CA" +209,474,174,"Tampa, FL",195,"New Orleans, LA" +209,475,217,"New York, NY and NJ",198,"Baltimore, MD" +209,476,159,"Long Beach, CA",269,"Longview, WA" +209,477,159,"Long Beach, CA",159,"Long Beach, CA" +209,478,172,"Port Everglades, FL",152,"Mobile, AL" +209,479,159,"Long Beach, CA",268,"Seattle, WA" +209,480,197,"Portland, ME",217,"New York, NY and NJ" +209,481,241,"Philadelphia, PA",223,"New York, NY and NJ" +209,482,239,"Portland, OR",162,"Oakland, CA" +209,483,223,"New York, NY and NJ",241,"Philadelphia, PA" +209,484,177,"Savannah, GA",195,"New Orleans, LA" +209,485,268,"Seattle, WA",268,"Seattle, WA" +209,486,159,"Long Beach, CA",269,"Longview, WA" +209,487,171,"Jacksonville, FL",208,"Pascagoula, MS" +209,488,239,"Portland, OR",159,"Long Beach, CA" +209,489,269,"Longview, WA",159,"Long Beach, CA" +209,490,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +209,491,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +210,154,268,"Seattle, WA",239,"Portland, OR" +210,179,268,"Seattle, WA",159,"Long Beach, CA" +210,180,268,"Seattle, WA",159,"Long Beach, CA" +210,274,269,"Longview, WA",162,"Oakland, CA" +210,275,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +210,276,197,"Portland, ME",217,"New York, NY and NJ" +210,277,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +210,278,223,"New York, NY and NJ",223,"New York, NY and NJ" +210,279,174,"Tampa, FL",195,"New Orleans, LA" +210,280,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +210,281,195,"New Orleans, LA",257,"Houston, TX" +210,282,169,"Wilmington, DE",198,"Baltimore, MD" +210,283,174,"Tampa, FL",171,"Jacksonville, FL" +210,284,159,"Long Beach, CA",159,"Long Beach, CA" +210,285,265,"Norfolk Harbor, VA",201,"Boston, MA" +210,286,217,"New York, NY and NJ",198,"Baltimore, MD" +210,287,177,"Savannah, GA",208,"Pascagoula, MS" +210,288,162,"Oakland, CA",195,"New Orleans, LA" +210,289,268,"Seattle, WA",159,"Long Beach, CA" +210,290,245,"Charleston, SC",152,"Mobile, AL" +210,291,241,"Philadelphia, PA",223,"New York, NY and NJ" +210,292,198,"Baltimore, MD",197,"Portland, ME" +210,293,195,"New Orleans, LA",195,"New Orleans, LA" +210,294,265,"Norfolk Harbor, VA",201,"Boston, MA" +210,295,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +210,296,269,"Longview, WA",159,"Long Beach, CA" +210,297,172,"Port Everglades, FL",152,"Mobile, AL" +210,298,198,"Baltimore, MD",169,"Wilmington, DE" +210,299,197,"Portland, ME",265,"Norfolk Harbor, VA" +210,300,172,"Port Everglades, FL",174,"Tampa, FL" +210,301,171,"Jacksonville, FL",198,"Baltimore, MD" +210,302,171,"Jacksonville, FL",172,"Port Everglades, FL" +210,303,239,"Portland, OR",159,"Long Beach, CA" +210,304,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +210,305,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +210,306,217,"New York, NY and NJ",223,"New York, NY and NJ" +210,307,223,"New York, NY and NJ",197,"Portland, ME" +210,308,268,"Seattle, WA",239,"Portland, OR" +210,309,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +210,310,198,"Baltimore, MD",195,"New Orleans, LA" +210,311,241,"Philadelphia, PA",223,"New York, NY and NJ" +210,312,171,"Jacksonville, FL",195,"New Orleans, LA" +210,313,217,"New York, NY and NJ",197,"Portland, ME" +210,314,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +210,315,195,"New Orleans, LA",195,"New Orleans, LA" +210,316,159,"Long Beach, CA",268,"Seattle, WA" +210,317,159,"Long Beach, CA",268,"Seattle, WA" +210,318,159,"Long Beach, CA",269,"Longview, WA" +210,319,195,"New Orleans, LA",195,"New Orleans, LA" +210,320,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +210,321,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +210,322,159,"Long Beach, CA",268,"Seattle, WA" +210,323,172,"Port Everglades, FL",195,"New Orleans, LA" +210,324,198,"Baltimore, MD",217,"New York, NY and NJ" +210,325,177,"Savannah, GA",195,"New Orleans, LA" +210,326,172,"Port Everglades, FL",177,"Savannah, GA" +210,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +210,328,197,"Portland, ME",217,"New York, NY and NJ" +210,329,177,"Savannah, GA",217,"New York, NY and NJ" +210,330,241,"Philadelphia, PA",197,"Portland, ME" +210,331,218,"Camden-Gloucester, NJ",197,"Portland, ME" +210,332,172,"Port Everglades, FL",152,"Mobile, AL" +210,333,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +210,334,174,"Tampa, FL",194,"Lake Charles, LA" +210,335,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +210,336,152,"Mobile, AL",194,"Lake Charles, LA" +210,337,241,"Philadelphia, PA",198,"Baltimore, MD" +210,338,217,"New York, NY and NJ",241,"Philadelphia, PA" +210,339,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +210,340,197,"Portland, ME",241,"Philadelphia, PA" +210,341,257,"Houston, TX",171,"Jacksonville, FL" +210,342,244,"Providence, RI",217,"New York, NY and NJ" +210,343,159,"Long Beach, CA",159,"Long Beach, CA" +210,344,217,"New York, NY and NJ",169,"Wilmington, DE" +210,345,265,"Norfolk Harbor, VA",201,"Boston, MA" +210,346,197,"Portland, ME",174,"Tampa, FL" +210,347,198,"Baltimore, MD",198,"Baltimore, MD" +210,348,201,"Boston, MA",265,"Norfolk Harbor, VA" +210,349,198,"Baltimore, MD",217,"New York, NY and NJ" +210,350,169,"Wilmington, DE",217,"New York, NY and NJ" +210,351,217,"New York, NY and NJ",217,"New York, NY and NJ" +210,352,217,"New York, NY and NJ",223,"New York, NY and NJ" +210,353,241,"Philadelphia, PA",197,"Portland, ME" +210,354,217,"New York, NY and NJ",198,"Baltimore, MD" +210,355,172,"Port Everglades, FL",177,"Savannah, GA" +210,356,195,"New Orleans, LA",195,"New Orleans, LA" +210,357,197,"Portland, ME",198,"Baltimore, MD" +210,358,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +210,359,174,"Tampa, FL",265,"Norfolk Harbor, VA" +210,360,174,"Tampa, FL",195,"New Orleans, LA" +210,361,253,"Beaumont, TX",193,"Baton Rouge, LA" +210,362,197,"Portland, ME",223,"New York, NY and NJ" +210,363,152,"Mobile, AL",195,"New Orleans, LA" +210,364,223,"New York, NY and NJ",201,"Boston, MA" +210,365,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +210,366,159,"Long Beach, CA",159,"Long Beach, CA" +210,367,159,"Long Beach, CA",159,"Long Beach, CA" +210,368,268,"Seattle, WA",159,"Long Beach, CA" +210,369,162,"Oakland, CA",268,"Seattle, WA" +210,370,201,"Boston, MA",201,"Boston, MA" +210,371,159,"Long Beach, CA",195,"New Orleans, LA" +210,372,217,"New York, NY and NJ",244,"Providence, RI" +210,373,177,"Savannah, GA",195,"New Orleans, LA" +210,374,268,"Seattle, WA",268,"Seattle, WA" +210,375,162,"Oakland, CA",193,"Baton Rouge, LA" +210,376,159,"Long Beach, CA",159,"Long Beach, CA" +210,377,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +210,378,257,"Houston, TX",253,"Beaumont, TX" +210,379,159,"Long Beach, CA",239,"Portland, OR" +210,380,159,"Long Beach, CA",159,"Long Beach, CA" +210,381,268,"Seattle, WA",159,"Long Beach, CA" +210,382,241,"Philadelphia, PA",197,"Portland, ME" +210,383,159,"Long Beach, CA",159,"Long Beach, CA" +210,384,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +210,385,201,"Boston, MA",265,"Norfolk Harbor, VA" +210,386,265,"Norfolk Harbor, VA",197,"Portland, ME" +210,387,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +210,388,241,"Philadelphia, PA",223,"New York, NY and NJ" +210,389,223,"New York, NY and NJ",217,"New York, NY and NJ" +210,390,241,"Philadelphia, PA",217,"New York, NY and NJ" +210,391,197,"Portland, ME",223,"New York, NY and NJ" +210,392,268,"Seattle, WA",268,"Seattle, WA" +210,393,159,"Long Beach, CA",162,"Oakland, CA" +210,394,217,"New York, NY and NJ",201,"Boston, MA" +210,395,197,"Portland, ME",265,"Norfolk Harbor, VA" +210,396,159,"Long Beach, CA",268,"Seattle, WA" +210,397,218,"Camden-Gloucester, NJ",201,"Boston, MA" +210,398,223,"New York, NY and NJ",197,"Portland, ME" +210,399,159,"Long Beach, CA",268,"Seattle, WA" +210,400,159,"Long Beach, CA",269,"Longview, WA" +210,401,197,"Portland, ME",197,"Portland, ME" +210,402,197,"Portland, ME",244,"Providence, RI" +210,403,268,"Seattle, WA",159,"Long Beach, CA" +210,404,198,"Baltimore, MD",223,"New York, NY and NJ" +210,405,177,"Savannah, GA",172,"Port Everglades, FL" +210,406,201,"Boston, MA",197,"Portland, ME" +210,407,177,"Savannah, GA",244,"Providence, RI" +210,408,159,"Long Beach, CA",159,"Long Beach, CA" +210,409,197,"Portland, ME",265,"Norfolk Harbor, VA" +210,410,159,"Long Beach, CA",268,"Seattle, WA" +210,411,159,"Long Beach, CA",159,"Long Beach, CA" +210,412,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +210,413,159,"Long Beach, CA",159,"Long Beach, CA" +210,414,208,"Pascagoula, MS",194,"Lake Charles, LA" +210,415,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +210,416,244,"Providence, RI",201,"Boston, MA" +210,417,268,"Seattle, WA",162,"Oakland, CA" +210,418,239,"Portland, OR",159,"Long Beach, CA" +210,419,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +210,420,268,"Seattle, WA",268,"Seattle, WA" +210,421,162,"Oakland, CA",269,"Longview, WA" +210,422,268,"Seattle, WA",159,"Long Beach, CA" +210,423,159,"Long Beach, CA",159,"Long Beach, CA" +210,424,245,"Charleston, SC",208,"Pascagoula, MS" +210,425,159,"Long Beach, CA",159,"Long Beach, CA" +210,426,152,"Mobile, AL",193,"Baton Rouge, LA" +210,427,245,"Charleston, SC",195,"New Orleans, LA" +210,428,159,"Long Beach, CA",159,"Long Beach, CA" +210,429,195,"New Orleans, LA",177,"Savannah, GA" +210,430,241,"Philadelphia, PA",201,"Boston, MA" +210,431,197,"Portland, ME",201,"Boston, MA" +210,432,268,"Seattle, WA",268,"Seattle, WA" +210,433,265,"Norfolk Harbor, VA",197,"Portland, ME" +210,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +210,435,223,"New York, NY and NJ",241,"Philadelphia, PA" +210,436,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +210,437,198,"Baltimore, MD",198,"Baltimore, MD" +210,438,172,"Port Everglades, FL",172,"Port Everglades, FL" +210,439,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +210,440,174,"Tampa, FL",265,"Norfolk Harbor, VA" +210,441,268,"Seattle, WA",162,"Oakland, CA" +210,442,223,"New York, NY and NJ",244,"Providence, RI" +210,443,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +210,444,159,"Long Beach, CA",195,"New Orleans, LA" +210,445,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +210,446,241,"Philadelphia, PA",197,"Portland, ME" +210,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +210,448,177,"Savannah, GA",198,"Baltimore, MD" +210,449,159,"Long Beach, CA",162,"Oakland, CA" +210,450,172,"Port Everglades, FL",172,"Port Everglades, FL" +210,451,201,"Boston, MA",241,"Philadelphia, PA" +210,452,223,"New York, NY and NJ",201,"Boston, MA" +210,453,268,"Seattle, WA",162,"Oakland, CA" +210,454,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +210,455,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +210,456,159,"Long Beach, CA",268,"Seattle, WA" +210,457,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +210,458,217,"New York, NY and NJ",223,"New York, NY and NJ" +210,459,159,"Long Beach, CA",159,"Long Beach, CA" +210,460,244,"Providence, RI",201,"Boston, MA" +210,461,172,"Port Everglades, FL",177,"Savannah, GA" +210,462,197,"Portland, ME",265,"Norfolk Harbor, VA" +210,463,265,"Norfolk Harbor, VA",197,"Portland, ME" +210,464,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +210,465,159,"Long Beach, CA",159,"Long Beach, CA" +210,466,162,"Oakland, CA",268,"Seattle, WA" +210,467,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +210,468,268,"Seattle, WA",159,"Long Beach, CA" +210,469,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +210,470,159,"Long Beach, CA",269,"Longview, WA" +210,471,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +210,472,268,"Seattle, WA",159,"Long Beach, CA" +210,473,159,"Long Beach, CA",159,"Long Beach, CA" +210,474,245,"Charleston, SC",152,"Mobile, AL" +210,475,223,"New York, NY and NJ",241,"Philadelphia, PA" +210,476,159,"Long Beach, CA",159,"Long Beach, CA" +210,477,159,"Long Beach, CA",159,"Long Beach, CA" +210,478,172,"Port Everglades, FL",245,"Charleston, SC" +210,479,162,"Oakland, CA",162,"Oakland, CA" +210,480,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +210,481,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +210,482,268,"Seattle, WA",159,"Long Beach, CA" +210,483,265,"Norfolk Harbor, VA",197,"Portland, ME" +210,484,253,"Beaumont, TX",195,"New Orleans, LA" +210,485,159,"Long Beach, CA",159,"Long Beach, CA" +210,486,159,"Long Beach, CA",268,"Seattle, WA" +210,487,177,"Savannah, GA",195,"New Orleans, LA" +210,488,159,"Long Beach, CA",159,"Long Beach, CA" +210,489,159,"Long Beach, CA",268,"Seattle, WA" +210,490,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +210,491,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +211,154,239,"Portland, OR",268,"Seattle, WA" +211,179,159,"Long Beach, CA",268,"Seattle, WA" +211,180,162,"Oakland, CA",162,"Oakland, CA" +211,274,162,"Oakland, CA",162,"Oakland, CA" +211,275,198,"Baltimore, MD",217,"New York, NY and NJ" +211,276,217,"New York, NY and NJ",198,"Baltimore, MD" +211,277,241,"Philadelphia, PA",244,"Providence, RI" +211,278,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +211,279,177,"Savannah, GA",177,"Savannah, GA" +211,280,177,"Savannah, GA",265,"Norfolk Harbor, VA" +211,281,195,"New Orleans, LA",253,"Beaumont, TX" +211,282,217,"New York, NY and NJ",223,"New York, NY and NJ" +211,283,177,"Savannah, GA",193,"Baton Rouge, LA" +211,284,268,"Seattle, WA",162,"Oakland, CA" +211,285,217,"New York, NY and NJ",241,"Philadelphia, PA" +211,286,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +211,287,245,"Charleston, SC",171,"Jacksonville, FL" +211,288,162,"Oakland, CA",268,"Seattle, WA" +211,289,159,"Long Beach, CA",162,"Oakland, CA" +211,290,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +211,291,201,"Boston, MA",241,"Philadelphia, PA" +211,292,197,"Portland, ME",201,"Boston, MA" +211,293,195,"New Orleans, LA",253,"Beaumont, TX" +211,294,201,"Boston, MA",244,"Providence, RI" +211,295,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +211,296,162,"Oakland, CA",159,"Long Beach, CA" +211,297,194,"Lake Charles, LA",194,"Lake Charles, LA" +211,298,241,"Philadelphia, PA",223,"New York, NY and NJ" +211,299,245,"Charleston, SC",198,"Baltimore, MD" +211,300,174,"Tampa, FL",253,"Beaumont, TX" +211,301,217,"New York, NY and NJ",198,"Baltimore, MD" +211,302,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +211,303,269,"Longview, WA",162,"Oakland, CA" +211,304,241,"Philadelphia, PA",198,"Baltimore, MD" +211,305,265,"Norfolk Harbor, VA",201,"Boston, MA" +211,306,201,"Boston, MA",223,"New York, NY and NJ" +211,307,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +211,308,162,"Oakland, CA",159,"Long Beach, CA" +211,309,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +211,310,208,"Pascagoula, MS",195,"New Orleans, LA" +211,311,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +211,312,195,"New Orleans, LA",195,"New Orleans, LA" +211,313,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +211,314,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +211,315,245,"Charleston, SC",195,"New Orleans, LA" +211,316,162,"Oakland, CA",239,"Portland, OR" +211,317,159,"Long Beach, CA",159,"Long Beach, CA" +211,318,159,"Long Beach, CA",159,"Long Beach, CA" +211,319,174,"Tampa, FL",257,"Houston, TX" +211,320,223,"New York, NY and NJ",217,"New York, NY and NJ" +211,321,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +211,322,159,"Long Beach, CA",159,"Long Beach, CA" +211,323,172,"Port Everglades, FL",208,"Pascagoula, MS" +211,324,201,"Boston, MA",218,"Camden-Gloucester, NJ" +211,325,172,"Port Everglades, FL",194,"Lake Charles, LA" +211,326,177,"Savannah, GA",245,"Charleston, SC" +211,327,223,"New York, NY and NJ",201,"Boston, MA" +211,328,265,"Norfolk Harbor, VA",201,"Boston, MA" +211,329,217,"New York, NY and NJ",198,"Baltimore, MD" +211,330,197,"Portland, ME",217,"New York, NY and NJ" +211,331,223,"New York, NY and NJ",241,"Philadelphia, PA" +211,332,177,"Savannah, GA",152,"Mobile, AL" +211,333,171,"Jacksonville, FL",195,"New Orleans, LA" +211,334,245,"Charleston, SC",253,"Beaumont, TX" +211,335,217,"New York, NY and NJ",201,"Boston, MA" +211,336,172,"Port Everglades, FL",257,"Houston, TX" +211,337,241,"Philadelphia, PA",169,"Wilmington, DE" +211,338,244,"Providence, RI",223,"New York, NY and NJ" +211,339,217,"New York, NY and NJ",197,"Portland, ME" +211,340,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +211,341,257,"Houston, TX",257,"Houston, TX" +211,342,201,"Boston, MA",198,"Baltimore, MD" +211,343,162,"Oakland, CA",268,"Seattle, WA" +211,344,197,"Portland, ME",241,"Philadelphia, PA" +211,345,241,"Philadelphia, PA",198,"Baltimore, MD" +211,346,265,"Norfolk Harbor, VA",257,"Houston, TX" +211,347,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +211,348,245,"Charleston, SC",223,"New York, NY and NJ" +211,349,223,"New York, NY and NJ",217,"New York, NY and NJ" +211,350,217,"New York, NY and NJ",217,"New York, NY and NJ" +211,351,198,"Baltimore, MD",229,"Wilmington, NC" +211,352,198,"Baltimore, MD",223,"New York, NY and NJ" +211,353,197,"Portland, ME",197,"Portland, ME" +211,354,198,"Baltimore, MD",244,"Providence, RI" +211,355,172,"Port Everglades, FL",177,"Savannah, GA" +211,356,229,"Wilmington, NC",257,"Houston, TX" +211,357,229,"Wilmington, NC",241,"Philadelphia, PA" +211,358,265,"Norfolk Harbor, VA",197,"Portland, ME" +211,359,229,"Wilmington, NC",195,"New Orleans, LA" +211,360,177,"Savannah, GA",195,"New Orleans, LA" +211,361,193,"Baton Rouge, LA",174,"Tampa, FL" +211,362,198,"Baltimore, MD",217,"New York, NY and NJ" +211,363,254,"Corpus Christi, TX",195,"New Orleans, LA" +211,364,217,"New York, NY and NJ",201,"Boston, MA" +211,365,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +211,366,159,"Long Beach, CA",239,"Portland, OR" +211,367,159,"Long Beach, CA",159,"Long Beach, CA" +211,368,162,"Oakland, CA",268,"Seattle, WA" +211,369,159,"Long Beach, CA",159,"Long Beach, CA" +211,370,244,"Providence, RI",223,"New York, NY and NJ" +211,371,268,"Seattle, WA",159,"Long Beach, CA" +211,372,201,"Boston, MA",223,"New York, NY and NJ" +211,373,174,"Tampa, FL",257,"Houston, TX" +211,374,159,"Long Beach, CA",159,"Long Beach, CA" +211,375,159,"Long Beach, CA",159,"Long Beach, CA" +211,376,159,"Long Beach, CA",159,"Long Beach, CA" +211,377,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +211,378,171,"Jacksonville, FL",195,"New Orleans, LA" +211,379,159,"Long Beach, CA",159,"Long Beach, CA" +211,380,268,"Seattle, WA",159,"Long Beach, CA" +211,381,159,"Long Beach, CA",159,"Long Beach, CA" +211,382,223,"New York, NY and NJ",197,"Portland, ME" +211,383,239,"Portland, OR",195,"New Orleans, LA" +211,384,177,"Savannah, GA",201,"Boston, MA" +211,385,177,"Savannah, GA",265,"Norfolk Harbor, VA" +211,386,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +211,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +211,388,201,"Boston, MA",198,"Baltimore, MD" +211,389,244,"Providence, RI",223,"New York, NY and NJ" +211,390,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +211,391,245,"Charleston, SC",201,"Boston, MA" +211,392,269,"Longview, WA",159,"Long Beach, CA" +211,393,159,"Long Beach, CA",162,"Oakland, CA" +211,394,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +211,395,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +211,396,159,"Long Beach, CA",159,"Long Beach, CA" +211,397,201,"Boston, MA",223,"New York, NY and NJ" +211,398,217,"New York, NY and NJ",223,"New York, NY and NJ" +211,399,193,"Baton Rouge, LA",257,"Houston, TX" +211,400,268,"Seattle, WA",162,"Oakland, CA" +211,401,197,"Portland, ME",223,"New York, NY and NJ" +211,402,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +211,403,159,"Long Beach, CA",268,"Seattle, WA" +211,404,217,"New York, NY and NJ",198,"Baltimore, MD" +211,405,174,"Tampa, FL",245,"Charleston, SC" +211,406,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +211,407,177,"Savannah, GA",201,"Boston, MA" +211,408,268,"Seattle, WA",268,"Seattle, WA" +211,409,223,"New York, NY and NJ",197,"Portland, ME" +211,410,159,"Long Beach, CA",162,"Oakland, CA" +211,411,159,"Long Beach, CA",239,"Portland, OR" +211,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +211,413,159,"Long Beach, CA",162,"Oakland, CA" +211,414,194,"Lake Charles, LA",193,"Baton Rouge, LA" +211,415,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +211,416,265,"Norfolk Harbor, VA",244,"Providence, RI" +211,417,159,"Long Beach, CA",268,"Seattle, WA" +211,418,159,"Long Beach, CA",159,"Long Beach, CA" +211,419,198,"Baltimore, MD",201,"Boston, MA" +211,420,159,"Long Beach, CA",162,"Oakland, CA" +211,421,159,"Long Beach, CA",159,"Long Beach, CA" +211,422,159,"Long Beach, CA",159,"Long Beach, CA" +211,423,269,"Longview, WA",162,"Oakland, CA" +211,424,152,"Mobile, AL",257,"Houston, TX" +211,425,239,"Portland, OR",239,"Portland, OR" +211,426,195,"New Orleans, LA",257,"Houston, TX" +211,427,172,"Port Everglades, FL",195,"New Orleans, LA" +211,428,159,"Long Beach, CA",268,"Seattle, WA" +211,429,162,"Oakland, CA",178,"Brunswick, GA" +211,430,223,"New York, NY and NJ",241,"Philadelphia, PA" +211,431,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +211,432,162,"Oakland, CA",159,"Long Beach, CA" +211,433,241,"Philadelphia, PA",241,"Philadelphia, PA" +211,434,201,"Boston, MA",223,"New York, NY and NJ" +211,435,223,"New York, NY and NJ",257,"Houston, TX" +211,436,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +211,437,241,"Philadelphia, PA",217,"New York, NY and NJ" +211,438,177,"Savannah, GA",265,"Norfolk Harbor, VA" +211,439,174,"Tampa, FL",172,"Port Everglades, FL" +211,440,172,"Port Everglades, FL",195,"New Orleans, LA" +211,441,159,"Long Beach, CA",159,"Long Beach, CA" +211,442,241,"Philadelphia, PA",244,"Providence, RI" +211,443,198,"Baltimore, MD",198,"Baltimore, MD" +211,444,159,"Long Beach, CA",239,"Portland, OR" +211,445,241,"Philadelphia, PA",217,"New York, NY and NJ" +211,446,223,"New York, NY and NJ",217,"New York, NY and NJ" +211,447,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +211,448,265,"Norfolk Harbor, VA",197,"Portland, ME" +211,449,159,"Long Beach, CA",159,"Long Beach, CA" +211,450,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +211,451,201,"Boston, MA",223,"New York, NY and NJ" +211,452,241,"Philadelphia, PA",244,"Providence, RI" +211,453,159,"Long Beach, CA",159,"Long Beach, CA" +211,454,223,"New York, NY and NJ",198,"Baltimore, MD" +211,455,217,"New York, NY and NJ",217,"New York, NY and NJ" +211,456,159,"Long Beach, CA",159,"Long Beach, CA" +211,457,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +211,458,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +211,459,268,"Seattle, WA",159,"Long Beach, CA" +211,460,223,"New York, NY and NJ",198,"Baltimore, MD" +211,461,174,"Tampa, FL",195,"New Orleans, LA" +211,462,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +211,463,217,"New York, NY and NJ",201,"Boston, MA" +211,464,201,"Boston, MA",197,"Portland, ME" +211,465,268,"Seattle, WA",269,"Longview, WA" +211,466,269,"Longview, WA",159,"Long Beach, CA" +211,467,245,"Charleston, SC",223,"New York, NY and NJ" +211,468,159,"Long Beach, CA",159,"Long Beach, CA" +211,469,201,"Boston, MA",217,"New York, NY and NJ" +211,470,162,"Oakland, CA",159,"Long Beach, CA" +211,471,201,"Boston, MA",265,"Norfolk Harbor, VA" +211,472,268,"Seattle, WA",159,"Long Beach, CA" +211,473,159,"Long Beach, CA",159,"Long Beach, CA" +211,474,177,"Savannah, GA",265,"Norfolk Harbor, VA" +211,475,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +211,476,159,"Long Beach, CA",162,"Oakland, CA" +211,477,159,"Long Beach, CA",159,"Long Beach, CA" +211,478,171,"Jacksonville, FL",195,"New Orleans, LA" +211,479,159,"Long Beach, CA",268,"Seattle, WA" +211,480,198,"Baltimore, MD",223,"New York, NY and NJ" +211,481,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +211,482,269,"Longview, WA",268,"Seattle, WA" +211,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +211,484,171,"Jacksonville, FL",195,"New Orleans, LA" +211,485,159,"Long Beach, CA",268,"Seattle, WA" +211,486,159,"Long Beach, CA",269,"Longview, WA" +211,487,172,"Port Everglades, FL",257,"Houston, TX" +211,488,159,"Long Beach, CA",162,"Oakland, CA" +211,489,159,"Long Beach, CA",159,"Long Beach, CA" +211,490,244,"Providence, RI",223,"New York, NY and NJ" +211,491,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +212,154,268,"Seattle, WA",268,"Seattle, WA" +212,179,268,"Seattle, WA",162,"Oakland, CA" +212,180,239,"Portland, OR",159,"Long Beach, CA" +212,274,159,"Long Beach, CA",159,"Long Beach, CA" +212,275,223,"New York, NY and NJ",198,"Baltimore, MD" +212,276,241,"Philadelphia, PA",241,"Philadelphia, PA" +212,277,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +212,278,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +212,279,174,"Tampa, FL",217,"New York, NY and NJ" +212,280,177,"Savannah, GA",169,"Wilmington, DE" +212,281,172,"Port Everglades, FL",195,"New Orleans, LA" +212,282,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +212,283,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +212,284,162,"Oakland, CA",162,"Oakland, CA" +212,285,201,"Boston, MA",217,"New York, NY and NJ" +212,286,217,"New York, NY and NJ",244,"Providence, RI" +212,287,171,"Jacksonville, FL",178,"Brunswick, GA" +212,288,159,"Long Beach, CA",162,"Oakland, CA" +212,289,159,"Long Beach, CA",269,"Longview, WA" +212,290,245,"Charleston, SC",169,"Wilmington, DE" +212,291,241,"Philadelphia, PA",198,"Baltimore, MD" +212,292,217,"New York, NY and NJ",223,"New York, NY and NJ" +212,293,253,"Beaumont, TX",195,"New Orleans, LA" +212,294,217,"New York, NY and NJ",198,"Baltimore, MD" +212,295,169,"Wilmington, DE",198,"Baltimore, MD" +212,296,162,"Oakland, CA",268,"Seattle, WA" +212,297,172,"Port Everglades, FL",195,"New Orleans, LA" +212,298,217,"New York, NY and NJ",241,"Philadelphia, PA" +212,299,174,"Tampa, FL",201,"Boston, MA" +212,300,208,"Pascagoula, MS",195,"New Orleans, LA" +212,301,198,"Baltimore, MD",198,"Baltimore, MD" +212,302,177,"Savannah, GA",177,"Savannah, GA" +212,303,162,"Oakland, CA",268,"Seattle, WA" +212,304,223,"New York, NY and NJ",241,"Philadelphia, PA" +212,305,223,"New York, NY and NJ",217,"New York, NY and NJ" +212,306,241,"Philadelphia, PA",217,"New York, NY and NJ" +212,307,201,"Boston, MA",223,"New York, NY and NJ" +212,308,162,"Oakland, CA",162,"Oakland, CA" +212,309,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +212,310,194,"Lake Charles, LA",257,"Houston, TX" +212,311,229,"Wilmington, NC",198,"Baltimore, MD" +212,312,152,"Mobile, AL",178,"Brunswick, GA" +212,313,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +212,314,198,"Baltimore, MD",223,"New York, NY and NJ" +212,315,257,"Houston, TX",152,"Mobile, AL" +212,316,239,"Portland, OR",268,"Seattle, WA" +212,317,162,"Oakland, CA",268,"Seattle, WA" +212,318,268,"Seattle, WA",159,"Long Beach, CA" +212,319,257,"Houston, TX",195,"New Orleans, LA" +212,320,241,"Philadelphia, PA",217,"New York, NY and NJ" +212,321,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +212,322,268,"Seattle, WA",268,"Seattle, WA" +212,323,257,"Houston, TX",257,"Houston, TX" +212,324,244,"Providence, RI",217,"New York, NY and NJ" +212,325,177,"Savannah, GA",194,"Lake Charles, LA" +212,326,152,"Mobile, AL",193,"Baton Rouge, LA" +212,327,223,"New York, NY and NJ",201,"Boston, MA" +212,328,241,"Philadelphia, PA",198,"Baltimore, MD" +212,329,229,"Wilmington, NC",201,"Boston, MA" +212,330,223,"New York, NY and NJ",244,"Providence, RI" +212,331,223,"New York, NY and NJ",223,"New York, NY and NJ" +212,332,265,"Norfolk Harbor, VA",174,"Tampa, FL" +212,333,177,"Savannah, GA",174,"Tampa, FL" +212,334,195,"New Orleans, LA",257,"Houston, TX" +212,335,197,"Portland, ME",218,"Camden-Gloucester, NJ" +212,336,159,"Long Beach, CA",253,"Beaumont, TX" +212,337,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +212,338,197,"Portland, ME",218,"Camden-Gloucester, NJ" +212,339,201,"Boston, MA",223,"New York, NY and NJ" +212,340,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +212,341,257,"Houston, TX",257,"Houston, TX" +212,342,201,"Boston, MA",223,"New York, NY and NJ" +212,343,269,"Longview, WA",268,"Seattle, WA" +212,344,223,"New York, NY and NJ",201,"Boston, MA" +212,345,217,"New York, NY and NJ",241,"Philadelphia, PA" +212,346,171,"Jacksonville, FL",245,"Charleston, SC" +212,347,198,"Baltimore, MD",245,"Charleston, SC" +212,348,245,"Charleston, SC",198,"Baltimore, MD" +212,349,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +212,350,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +212,351,198,"Baltimore, MD",201,"Boston, MA" +212,352,217,"New York, NY and NJ",244,"Providence, RI" +212,353,217,"New York, NY and NJ",241,"Philadelphia, PA" +212,354,223,"New York, NY and NJ",169,"Wilmington, DE" +212,355,177,"Savannah, GA",171,"Jacksonville, FL" +212,356,253,"Beaumont, TX",253,"Beaumont, TX" +212,357,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +212,358,177,"Savannah, GA",169,"Wilmington, DE" +212,359,241,"Philadelphia, PA",253,"Beaumont, TX" +212,360,172,"Port Everglades, FL",177,"Savannah, GA" +212,361,195,"New Orleans, LA",253,"Beaumont, TX" +212,362,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +212,363,174,"Tampa, FL",193,"Baton Rouge, LA" +212,364,265,"Norfolk Harbor, VA",197,"Portland, ME" +212,365,201,"Boston, MA",217,"New York, NY and NJ" +212,366,269,"Longview, WA",268,"Seattle, WA" +212,367,268,"Seattle, WA",159,"Long Beach, CA" +212,368,159,"Long Beach, CA",239,"Portland, OR" +212,369,159,"Long Beach, CA",159,"Long Beach, CA" +212,370,201,"Boston, MA",223,"New York, NY and NJ" +212,371,162,"Oakland, CA",159,"Long Beach, CA" +212,372,223,"New York, NY and NJ",201,"Boston, MA" +212,373,245,"Charleston, SC",195,"New Orleans, LA" +212,374,162,"Oakland, CA",159,"Long Beach, CA" +212,375,239,"Portland, OR",162,"Oakland, CA" +212,376,162,"Oakland, CA",268,"Seattle, WA" +212,377,223,"New York, NY and NJ",198,"Baltimore, MD" +212,378,195,"New Orleans, LA",208,"Pascagoula, MS" +212,379,239,"Portland, OR",159,"Long Beach, CA" +212,380,162,"Oakland, CA",159,"Long Beach, CA" +212,381,159,"Long Beach, CA",268,"Seattle, WA" +212,382,223,"New York, NY and NJ",198,"Baltimore, MD" +212,383,268,"Seattle, WA",159,"Long Beach, CA" +212,384,198,"Baltimore, MD",244,"Providence, RI" +212,385,217,"New York, NY and NJ",223,"New York, NY and NJ" +212,386,223,"New York, NY and NJ",197,"Portland, ME" +212,387,241,"Philadelphia, PA",223,"New York, NY and NJ" +212,388,217,"New York, NY and NJ",241,"Philadelphia, PA" +212,389,201,"Boston, MA",241,"Philadelphia, PA" +212,390,241,"Philadelphia, PA",198,"Baltimore, MD" +212,391,229,"Wilmington, NC",201,"Boston, MA" +212,392,162,"Oakland, CA",268,"Seattle, WA" +212,393,159,"Long Beach, CA",268,"Seattle, WA" +212,394,244,"Providence, RI",198,"Baltimore, MD" +212,395,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +212,396,159,"Long Beach, CA",159,"Long Beach, CA" +212,397,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +212,398,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +212,399,257,"Houston, TX",253,"Beaumont, TX" +212,400,268,"Seattle, WA",268,"Seattle, WA" +212,401,197,"Portland, ME",265,"Norfolk Harbor, VA" +212,402,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +212,403,159,"Long Beach, CA",159,"Long Beach, CA" +212,404,198,"Baltimore, MD",223,"New York, NY and NJ" +212,405,177,"Savannah, GA",245,"Charleston, SC" +212,406,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +212,407,197,"Portland, ME",198,"Baltimore, MD" +212,408,268,"Seattle, WA",159,"Long Beach, CA" +212,409,217,"New York, NY and NJ",217,"New York, NY and NJ" +212,410,162,"Oakland, CA",159,"Long Beach, CA" +212,411,268,"Seattle, WA",162,"Oakland, CA" +212,412,197,"Portland, ME",223,"New York, NY and NJ" +212,413,268,"Seattle, WA",159,"Long Beach, CA" +212,414,177,"Savannah, GA",253,"Beaumont, TX" +212,415,201,"Boston, MA",223,"New York, NY and NJ" +212,416,198,"Baltimore, MD",217,"New York, NY and NJ" +212,417,159,"Long Beach, CA",159,"Long Beach, CA" +212,418,269,"Longview, WA",159,"Long Beach, CA" +212,419,197,"Portland, ME",217,"New York, NY and NJ" +212,420,162,"Oakland, CA",159,"Long Beach, CA" +212,421,268,"Seattle, WA",159,"Long Beach, CA" +212,422,162,"Oakland, CA",268,"Seattle, WA" +212,423,159,"Long Beach, CA",268,"Seattle, WA" +212,424,193,"Baton Rouge, LA",195,"New Orleans, LA" +212,425,268,"Seattle, WA",159,"Long Beach, CA" +212,426,245,"Charleston, SC",257,"Houston, TX" +212,427,257,"Houston, TX",195,"New Orleans, LA" +212,428,159,"Long Beach, CA",159,"Long Beach, CA" +212,429,268,"Seattle, WA",268,"Seattle, WA" +212,430,169,"Wilmington, DE",241,"Philadelphia, PA" +212,431,217,"New York, NY and NJ",198,"Baltimore, MD" +212,432,268,"Seattle, WA",239,"Portland, OR" +212,433,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +212,434,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +212,435,217,"New York, NY and NJ",223,"New York, NY and NJ" +212,436,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +212,437,172,"Port Everglades, FL",241,"Philadelphia, PA" +212,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +212,439,265,"Norfolk Harbor, VA",244,"Providence, RI" +212,440,171,"Jacksonville, FL",177,"Savannah, GA" +212,441,159,"Long Beach, CA",159,"Long Beach, CA" +212,442,241,"Philadelphia, PA",223,"New York, NY and NJ" +212,443,197,"Portland, ME",217,"New York, NY and NJ" +212,444,159,"Long Beach, CA",159,"Long Beach, CA" +212,445,197,"Portland, ME",265,"Norfolk Harbor, VA" +212,446,241,"Philadelphia, PA",198,"Baltimore, MD" +212,447,198,"Baltimore, MD",197,"Portland, ME" +212,448,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +212,449,268,"Seattle, WA",159,"Long Beach, CA" +212,450,245,"Charleston, SC",172,"Port Everglades, FL" +212,451,241,"Philadelphia, PA",223,"New York, NY and NJ" +212,452,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +212,453,159,"Long Beach, CA",162,"Oakland, CA" +212,454,241,"Philadelphia, PA",217,"New York, NY and NJ" +212,455,197,"Portland, ME",265,"Norfolk Harbor, VA" +212,456,159,"Long Beach, CA",159,"Long Beach, CA" +212,457,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +212,458,223,"New York, NY and NJ",198,"Baltimore, MD" +212,459,159,"Long Beach, CA",159,"Long Beach, CA" +212,460,217,"New York, NY and NJ",201,"Boston, MA" +212,461,229,"Wilmington, NC",217,"New York, NY and NJ" +212,462,223,"New York, NY and NJ",178,"Brunswick, GA" +212,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +212,464,244,"Providence, RI",217,"New York, NY and NJ" +212,465,159,"Long Beach, CA",159,"Long Beach, CA" +212,466,162,"Oakland, CA",239,"Portland, OR" +212,467,241,"Philadelphia, PA",229,"Wilmington, NC" +212,468,162,"Oakland, CA",162,"Oakland, CA" +212,469,217,"New York, NY and NJ",241,"Philadelphia, PA" +212,470,239,"Portland, OR",159,"Long Beach, CA" +212,471,244,"Providence, RI",223,"New York, NY and NJ" +212,472,159,"Long Beach, CA",159,"Long Beach, CA" +212,473,159,"Long Beach, CA",268,"Seattle, WA" +212,474,171,"Jacksonville, FL",177,"Savannah, GA" +212,475,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +212,476,268,"Seattle, WA",159,"Long Beach, CA" +212,477,159,"Long Beach, CA",159,"Long Beach, CA" +212,478,177,"Savannah, GA",208,"Pascagoula, MS" +212,479,268,"Seattle, WA",159,"Long Beach, CA" +212,480,177,"Savannah, GA",241,"Philadelphia, PA" +212,481,217,"New York, NY and NJ",197,"Portland, ME" +212,482,159,"Long Beach, CA",268,"Seattle, WA" +212,483,197,"Portland, ME",241,"Philadelphia, PA" +212,484,257,"Houston, TX",257,"Houston, TX" +212,485,159,"Long Beach, CA",159,"Long Beach, CA" +212,486,162,"Oakland, CA",268,"Seattle, WA" +212,487,177,"Savannah, GA",172,"Port Everglades, FL" +212,488,159,"Long Beach, CA",159,"Long Beach, CA" +212,489,269,"Longview, WA",268,"Seattle, WA" +212,490,198,"Baltimore, MD",223,"New York, NY and NJ" +212,491,241,"Philadelphia, PA",178,"Brunswick, GA" +213,154,159,"Long Beach, CA",162,"Oakland, CA" +213,179,268,"Seattle, WA",159,"Long Beach, CA" +213,180,162,"Oakland, CA",162,"Oakland, CA" +213,274,159,"Long Beach, CA",159,"Long Beach, CA" +213,275,197,"Portland, ME",244,"Providence, RI" +213,276,198,"Baltimore, MD",217,"New York, NY and NJ" +213,277,197,"Portland, ME",223,"New York, NY and NJ" +213,278,223,"New York, NY and NJ",197,"Portland, ME" +213,279,172,"Port Everglades, FL",198,"Baltimore, MD" +213,280,245,"Charleston, SC",171,"Jacksonville, FL" +213,281,152,"Mobile, AL",208,"Pascagoula, MS" +213,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +213,283,174,"Tampa, FL",152,"Mobile, AL" +213,284,239,"Portland, OR",159,"Long Beach, CA" +213,285,198,"Baltimore, MD",169,"Wilmington, DE" +213,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +213,287,172,"Port Everglades, FL",177,"Savannah, GA" +213,288,162,"Oakland, CA",162,"Oakland, CA" +213,289,159,"Long Beach, CA",269,"Longview, WA" +213,290,245,"Charleston, SC",245,"Charleston, SC" +213,291,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +213,292,241,"Philadelphia, PA",241,"Philadelphia, PA" +213,293,195,"New Orleans, LA",253,"Beaumont, TX" +213,294,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +213,295,223,"New York, NY and NJ",217,"New York, NY and NJ" +213,296,162,"Oakland, CA",239,"Portland, OR" +213,297,208,"Pascagoula, MS",194,"Lake Charles, LA" +213,298,217,"New York, NY and NJ",244,"Providence, RI" +213,299,223,"New York, NY and NJ",198,"Baltimore, MD" +213,300,174,"Tampa, FL",257,"Houston, TX" +213,301,218,"Camden-Gloucester, NJ",244,"Providence, RI" +213,302,177,"Savannah, GA",177,"Savannah, GA" +213,303,268,"Seattle, WA",162,"Oakland, CA" +213,304,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +213,305,265,"Norfolk Harbor, VA",177,"Savannah, GA" +213,306,223,"New York, NY and NJ",201,"Boston, MA" +213,307,172,"Port Everglades, FL",223,"New York, NY and NJ" +213,308,162,"Oakland, CA",159,"Long Beach, CA" +213,309,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +213,310,253,"Beaumont, TX",195,"New Orleans, LA" +213,311,265,"Norfolk Harbor, VA",197,"Portland, ME" +213,312,195,"New Orleans, LA",257,"Houston, TX" +213,313,197,"Portland, ME",198,"Baltimore, MD" +213,314,265,"Norfolk Harbor, VA",201,"Boston, MA" +213,315,257,"Houston, TX",253,"Beaumont, TX" +213,316,159,"Long Beach, CA",159,"Long Beach, CA" +213,317,162,"Oakland, CA",162,"Oakland, CA" +213,318,159,"Long Beach, CA",268,"Seattle, WA" +213,319,195,"New Orleans, LA",195,"New Orleans, LA" +213,320,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +213,321,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +213,322,159,"Long Beach, CA",159,"Long Beach, CA" +213,323,174,"Tampa, FL",152,"Mobile, AL" +213,324,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +213,325,174,"Tampa, FL",174,"Tampa, FL" +213,326,152,"Mobile, AL",193,"Baton Rouge, LA" +213,327,241,"Philadelphia, PA",198,"Baltimore, MD" +213,328,201,"Boston, MA",241,"Philadelphia, PA" +213,329,217,"New York, NY and NJ",197,"Portland, ME" +213,330,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +213,331,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +213,332,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +213,333,172,"Port Everglades, FL",253,"Beaumont, TX" +213,334,177,"Savannah, GA",257,"Houston, TX" +213,335,223,"New York, NY and NJ",223,"New York, NY and NJ" +213,336,159,"Long Beach, CA",257,"Houston, TX" +213,337,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +213,338,217,"New York, NY and NJ",241,"Philadelphia, PA" +213,339,198,"Baltimore, MD",217,"New York, NY and NJ" +213,340,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +213,341,195,"New Orleans, LA",253,"Beaumont, TX" +213,342,217,"New York, NY and NJ",197,"Portland, ME" +213,343,268,"Seattle, WA",159,"Long Beach, CA" +213,344,201,"Boston, MA",244,"Providence, RI" +213,345,217,"New York, NY and NJ",217,"New York, NY and NJ" +213,346,244,"Providence, RI",265,"Norfolk Harbor, VA" +213,347,198,"Baltimore, MD",217,"New York, NY and NJ" +213,348,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +213,349,201,"Boston, MA",217,"New York, NY and NJ" +213,350,198,"Baltimore, MD",197,"Portland, ME" +213,351,201,"Boston, MA",223,"New York, NY and NJ" +213,352,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +213,353,217,"New York, NY and NJ",217,"New York, NY and NJ" +213,354,217,"New York, NY and NJ",223,"New York, NY and NJ" +213,355,265,"Norfolk Harbor, VA",177,"Savannah, GA" +213,356,254,"Corpus Christi, TX",195,"New Orleans, LA" +213,357,244,"Providence, RI",241,"Philadelphia, PA" +213,358,217,"New York, NY and NJ",197,"Portland, ME" +213,359,245,"Charleston, SC",195,"New Orleans, LA" +213,360,174,"Tampa, FL",172,"Port Everglades, FL" +213,361,177,"Savannah, GA",152,"Mobile, AL" +213,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +213,363,257,"Houston, TX",195,"New Orleans, LA" +213,364,241,"Philadelphia, PA",223,"New York, NY and NJ" +213,365,244,"Providence, RI",244,"Providence, RI" +213,366,159,"Long Beach, CA",159,"Long Beach, CA" +213,367,162,"Oakland, CA",159,"Long Beach, CA" +213,368,268,"Seattle, WA",268,"Seattle, WA" +213,369,268,"Seattle, WA",239,"Portland, OR" +213,370,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +213,371,159,"Long Beach, CA",159,"Long Beach, CA" +213,372,198,"Baltimore, MD",217,"New York, NY and NJ" +213,373,174,"Tampa, FL",253,"Beaumont, TX" +213,374,239,"Portland, OR",268,"Seattle, WA" +213,375,162,"Oakland, CA",159,"Long Beach, CA" +213,376,159,"Long Beach, CA",162,"Oakland, CA" +213,377,217,"New York, NY and NJ",229,"Wilmington, NC" +213,378,257,"Houston, TX",195,"New Orleans, LA" +213,379,159,"Long Beach, CA",268,"Seattle, WA" +213,380,159,"Long Beach, CA",268,"Seattle, WA" +213,381,162,"Oakland, CA",159,"Long Beach, CA" +213,382,241,"Philadelphia, PA",197,"Portland, ME" +213,383,162,"Oakland, CA",162,"Oakland, CA" +213,384,245,"Charleston, SC",177,"Savannah, GA" +213,385,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +213,386,223,"New York, NY and NJ",223,"New York, NY and NJ" +213,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +213,388,223,"New York, NY and NJ",241,"Philadelphia, PA" +213,389,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +213,390,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +213,391,198,"Baltimore, MD",223,"New York, NY and NJ" +213,392,159,"Long Beach, CA",159,"Long Beach, CA" +213,393,162,"Oakland, CA",159,"Long Beach, CA" +213,394,169,"Wilmington, DE",223,"New York, NY and NJ" +213,395,217,"New York, NY and NJ",198,"Baltimore, MD" +213,396,159,"Long Beach, CA",159,"Long Beach, CA" +213,397,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +213,398,223,"New York, NY and NJ",198,"Baltimore, MD" +213,399,257,"Houston, TX",257,"Houston, TX" +213,400,162,"Oakland, CA",268,"Seattle, WA" +213,401,201,"Boston, MA",201,"Boston, MA" +213,402,217,"New York, NY and NJ",217,"New York, NY and NJ" +213,403,162,"Oakland, CA",162,"Oakland, CA" +213,404,223,"New York, NY and NJ",217,"New York, NY and NJ" +213,405,171,"Jacksonville, FL",152,"Mobile, AL" +213,406,241,"Philadelphia, PA",217,"New York, NY and NJ" +213,407,245,"Charleston, SC",217,"New York, NY and NJ" +213,408,159,"Long Beach, CA",239,"Portland, OR" +213,409,217,"New York, NY and NJ",223,"New York, NY and NJ" +213,410,239,"Portland, OR",159,"Long Beach, CA" +213,411,159,"Long Beach, CA",159,"Long Beach, CA" +213,412,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +213,413,162,"Oakland, CA",159,"Long Beach, CA" +213,414,193,"Baton Rouge, LA",194,"Lake Charles, LA" +213,415,198,"Baltimore, MD",244,"Providence, RI" +213,416,198,"Baltimore, MD",223,"New York, NY and NJ" +213,417,269,"Longview, WA",159,"Long Beach, CA" +213,418,159,"Long Beach, CA",159,"Long Beach, CA" +213,419,198,"Baltimore, MD",197,"Portland, ME" +213,420,159,"Long Beach, CA",162,"Oakland, CA" +213,421,159,"Long Beach, CA",159,"Long Beach, CA" +213,422,159,"Long Beach, CA",162,"Oakland, CA" +213,423,159,"Long Beach, CA",162,"Oakland, CA" +213,424,195,"New Orleans, LA",257,"Houston, TX" +213,425,159,"Long Beach, CA",159,"Long Beach, CA" +213,426,208,"Pascagoula, MS",177,"Savannah, GA" +213,427,152,"Mobile, AL",257,"Houston, TX" +213,428,159,"Long Beach, CA",162,"Oakland, CA" +213,429,159,"Long Beach, CA",159,"Long Beach, CA" +213,430,241,"Philadelphia, PA",197,"Portland, ME" +213,431,198,"Baltimore, MD",217,"New York, NY and NJ" +213,432,239,"Portland, OR",159,"Long Beach, CA" +213,433,217,"New York, NY and NJ",241,"Philadelphia, PA" +213,434,241,"Philadelphia, PA",217,"New York, NY and NJ" +213,435,198,"Baltimore, MD",198,"Baltimore, MD" +213,436,217,"New York, NY and NJ",241,"Philadelphia, PA" +213,437,152,"Mobile, AL",171,"Jacksonville, FL" +213,438,172,"Port Everglades, FL",174,"Tampa, FL" +213,439,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +213,440,177,"Savannah, GA",223,"New York, NY and NJ" +213,441,159,"Long Beach, CA",159,"Long Beach, CA" +213,442,241,"Philadelphia, PA",223,"New York, NY and NJ" +213,443,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +213,444,159,"Long Beach, CA",268,"Seattle, WA" +213,445,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +213,446,198,"Baltimore, MD",198,"Baltimore, MD" +213,447,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +213,448,245,"Charleston, SC",241,"Philadelphia, PA" +213,449,159,"Long Beach, CA",159,"Long Beach, CA" +213,450,172,"Port Everglades, FL",198,"Baltimore, MD" +213,451,197,"Portland, ME",201,"Boston, MA" +213,452,244,"Providence, RI",265,"Norfolk Harbor, VA" +213,453,159,"Long Beach, CA",159,"Long Beach, CA" +213,454,223,"New York, NY and NJ",198,"Baltimore, MD" +213,455,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +213,456,159,"Long Beach, CA",268,"Seattle, WA" +213,457,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +213,458,197,"Portland, ME",265,"Norfolk Harbor, VA" +213,459,159,"Long Beach, CA",159,"Long Beach, CA" +213,460,223,"New York, NY and NJ",197,"Portland, ME" +213,461,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +213,462,218,"Camden-Gloucester, NJ",194,"Lake Charles, LA" +213,463,197,"Portland, ME",223,"New York, NY and NJ" +213,464,198,"Baltimore, MD",241,"Philadelphia, PA" +213,465,159,"Long Beach, CA",162,"Oakland, CA" +213,466,159,"Long Beach, CA",159,"Long Beach, CA" +213,467,217,"New York, NY and NJ",197,"Portland, ME" +213,468,162,"Oakland, CA",162,"Oakland, CA" +213,469,217,"New York, NY and NJ",169,"Wilmington, DE" +213,470,162,"Oakland, CA",159,"Long Beach, CA" +213,471,265,"Norfolk Harbor, VA",201,"Boston, MA" +213,472,268,"Seattle, WA",159,"Long Beach, CA" +213,473,159,"Long Beach, CA",162,"Oakland, CA" +213,474,171,"Jacksonville, FL",177,"Savannah, GA" +213,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +213,476,162,"Oakland, CA",159,"Long Beach, CA" +213,477,269,"Longview, WA",268,"Seattle, WA" +213,478,171,"Jacksonville, FL",195,"New Orleans, LA" +213,479,159,"Long Beach, CA",268,"Seattle, WA" +213,480,217,"New York, NY and NJ",241,"Philadelphia, PA" +213,481,197,"Portland, ME",265,"Norfolk Harbor, VA" +213,482,162,"Oakland, CA",159,"Long Beach, CA" +213,483,223,"New York, NY and NJ",217,"New York, NY and NJ" +213,484,174,"Tampa, FL",195,"New Orleans, LA" +213,485,159,"Long Beach, CA",159,"Long Beach, CA" +213,486,268,"Seattle, WA",159,"Long Beach, CA" +213,487,177,"Savannah, GA",171,"Jacksonville, FL" +213,488,159,"Long Beach, CA",159,"Long Beach, CA" +213,489,268,"Seattle, WA",269,"Longview, WA" +213,490,245,"Charleston, SC",217,"New York, NY and NJ" +213,491,241,"Philadelphia, PA",223,"New York, NY and NJ" +214,154,159,"Long Beach, CA",162,"Oakland, CA" +214,179,162,"Oakland, CA",268,"Seattle, WA" +214,180,268,"Seattle, WA",159,"Long Beach, CA" +214,274,159,"Long Beach, CA",159,"Long Beach, CA" +214,275,198,"Baltimore, MD",201,"Boston, MA" +214,276,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +214,277,223,"New York, NY and NJ",244,"Providence, RI" +214,278,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +214,279,171,"Jacksonville, FL",171,"Jacksonville, FL" +214,280,171,"Jacksonville, FL",177,"Savannah, GA" +214,281,253,"Beaumont, TX",152,"Mobile, AL" +214,282,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +214,283,172,"Port Everglades, FL",208,"Pascagoula, MS" +214,284,159,"Long Beach, CA",269,"Longview, WA" +214,285,217,"New York, NY and NJ",208,"Pascagoula, MS" +214,286,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +214,287,178,"Brunswick, GA",208,"Pascagoula, MS" +214,288,239,"Portland, OR",162,"Oakland, CA" +214,289,159,"Long Beach, CA",159,"Long Beach, CA" +214,290,152,"Mobile, AL",257,"Houston, TX" +214,291,198,"Baltimore, MD",223,"New York, NY and NJ" +214,292,223,"New York, NY and NJ",198,"Baltimore, MD" +214,293,253,"Beaumont, TX",257,"Houston, TX" +214,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +214,295,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +214,296,159,"Long Beach, CA",268,"Seattle, WA" +214,297,193,"Baton Rouge, LA",159,"Long Beach, CA" +214,298,223,"New York, NY and NJ",245,"Charleston, SC" +214,299,198,"Baltimore, MD",198,"Baltimore, MD" +214,300,172,"Port Everglades, FL",254,"Corpus Christi, TX" +214,301,197,"Portland, ME",253,"Beaumont, TX" +214,302,172,"Port Everglades, FL",245,"Charleston, SC" +214,303,268,"Seattle, WA",159,"Long Beach, CA" +214,304,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +214,305,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +214,306,197,"Portland, ME",177,"Savannah, GA" +214,307,198,"Baltimore, MD",198,"Baltimore, MD" +214,308,159,"Long Beach, CA",159,"Long Beach, CA" +214,309,218,"Camden-Gloucester, NJ",201,"Boston, MA" +214,310,152,"Mobile, AL",254,"Corpus Christi, TX" +214,311,241,"Philadelphia, PA",217,"New York, NY and NJ" +214,312,253,"Beaumont, TX",257,"Houston, TX" +214,313,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +214,314,265,"Norfolk Harbor, VA",177,"Savannah, GA" +214,315,195,"New Orleans, LA",177,"Savannah, GA" +214,316,239,"Portland, OR",162,"Oakland, CA" +214,317,159,"Long Beach, CA",162,"Oakland, CA" +214,318,159,"Long Beach, CA",162,"Oakland, CA" +214,319,254,"Corpus Christi, TX",257,"Houston, TX" +214,320,244,"Providence, RI",177,"Savannah, GA" +214,321,223,"New York, NY and NJ",197,"Portland, ME" +214,322,162,"Oakland, CA",268,"Seattle, WA" +214,323,193,"Baton Rouge, LA",257,"Houston, TX" +214,324,218,"Camden-Gloucester, NJ",201,"Boston, MA" +214,325,195,"New Orleans, LA",195,"New Orleans, LA" +214,326,177,"Savannah, GA",257,"Houston, TX" +214,327,217,"New York, NY and NJ",177,"Savannah, GA" +214,328,241,"Philadelphia, PA",217,"New York, NY and NJ" +214,329,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +214,330,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +214,331,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +214,332,245,"Charleston, SC",254,"Corpus Christi, TX" +214,333,172,"Port Everglades, FL",208,"Pascagoula, MS" +214,334,177,"Savannah, GA",195,"New Orleans, LA" +214,335,218,"Camden-Gloucester, NJ",257,"Houston, TX" +214,336,254,"Corpus Christi, TX",257,"Houston, TX" +214,337,223,"New York, NY and NJ",217,"New York, NY and NJ" +214,338,241,"Philadelphia, PA",223,"New York, NY and NJ" +214,339,201,"Boston, MA",198,"Baltimore, MD" +214,340,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +214,341,257,"Houston, TX",159,"Long Beach, CA" +214,342,241,"Philadelphia, PA",198,"Baltimore, MD" +214,343,159,"Long Beach, CA",159,"Long Beach, CA" +214,344,223,"New York, NY and NJ",198,"Baltimore, MD" +214,345,198,"Baltimore, MD",217,"New York, NY and NJ" +214,346,253,"Beaumont, TX",194,"Lake Charles, LA" +214,347,197,"Portland, ME",177,"Savannah, GA" +214,348,241,"Philadelphia, PA",217,"New York, NY and NJ" +214,349,241,"Philadelphia, PA",208,"Pascagoula, MS" +214,350,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +214,351,245,"Charleston, SC",198,"Baltimore, MD" +214,352,217,"New York, NY and NJ",241,"Philadelphia, PA" +214,353,201,"Boston, MA",223,"New York, NY and NJ" +214,354,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +214,355,172,"Port Everglades, FL",257,"Houston, TX" +214,356,257,"Houston, TX",194,"Lake Charles, LA" +214,357,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +214,358,217,"New York, NY and NJ",177,"Savannah, GA" +214,359,172,"Port Everglades, FL",257,"Houston, TX" +214,360,174,"Tampa, FL",171,"Jacksonville, FL" +214,361,257,"Houston, TX",171,"Jacksonville, FL" +214,362,201,"Boston, MA",223,"New York, NY and NJ" +214,363,195,"New Orleans, LA",254,"Corpus Christi, TX" +214,364,223,"New York, NY and NJ",201,"Boston, MA" +214,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +214,366,159,"Long Beach, CA",159,"Long Beach, CA" +214,367,159,"Long Beach, CA",159,"Long Beach, CA" +214,368,159,"Long Beach, CA",159,"Long Beach, CA" +214,369,268,"Seattle, WA",162,"Oakland, CA" +214,370,198,"Baltimore, MD",201,"Boston, MA" +214,371,162,"Oakland, CA",269,"Longview, WA" +214,372,217,"New York, NY and NJ",223,"New York, NY and NJ" +214,373,177,"Savannah, GA",257,"Houston, TX" +214,374,162,"Oakland, CA",159,"Long Beach, CA" +214,375,159,"Long Beach, CA",268,"Seattle, WA" +214,376,239,"Portland, OR",269,"Longview, WA" +214,377,201,"Boston, MA",265,"Norfolk Harbor, VA" +214,378,195,"New Orleans, LA",194,"Lake Charles, LA" +214,379,162,"Oakland, CA",159,"Long Beach, CA" +214,380,268,"Seattle, WA",159,"Long Beach, CA" +214,381,159,"Long Beach, CA",159,"Long Beach, CA" +214,382,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +214,383,162,"Oakland, CA",159,"Long Beach, CA" +214,384,197,"Portland, ME",152,"Mobile, AL" +214,385,217,"New York, NY and NJ",217,"New York, NY and NJ" +214,386,197,"Portland, ME",217,"New York, NY and NJ" +214,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +214,388,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +214,389,197,"Portland, ME",241,"Philadelphia, PA" +214,390,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +214,391,201,"Boston, MA",265,"Norfolk Harbor, VA" +214,392,162,"Oakland, CA",162,"Oakland, CA" +214,393,268,"Seattle, WA",269,"Longview, WA" +214,394,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +214,395,244,"Providence, RI",217,"New York, NY and NJ" +214,396,268,"Seattle, WA",159,"Long Beach, CA" +214,397,198,"Baltimore, MD",223,"New York, NY and NJ" +214,398,217,"New York, NY and NJ",152,"Mobile, AL" +214,399,195,"New Orleans, LA",257,"Houston, TX" +214,400,159,"Long Beach, CA",159,"Long Beach, CA" +214,401,223,"New York, NY and NJ",217,"New York, NY and NJ" +214,402,198,"Baltimore, MD",201,"Boston, MA" +214,403,159,"Long Beach, CA",162,"Oakland, CA" +214,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +214,405,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +214,406,223,"New York, NY and NJ",197,"Portland, ME" +214,407,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +214,408,159,"Long Beach, CA",159,"Long Beach, CA" +214,409,265,"Norfolk Harbor, VA",201,"Boston, MA" +214,410,159,"Long Beach, CA",162,"Oakland, CA" +214,411,159,"Long Beach, CA",162,"Oakland, CA" +214,412,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +214,413,162,"Oakland, CA",239,"Portland, OR" +214,414,253,"Beaumont, TX",254,"Corpus Christi, TX" +214,415,241,"Philadelphia, PA",223,"New York, NY and NJ" +214,416,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +214,417,269,"Longview, WA",268,"Seattle, WA" +214,418,159,"Long Beach, CA",159,"Long Beach, CA" +214,419,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +214,420,159,"Long Beach, CA",159,"Long Beach, CA" +214,421,268,"Seattle, WA",268,"Seattle, WA" +214,422,159,"Long Beach, CA",268,"Seattle, WA" +214,423,239,"Portland, OR",159,"Long Beach, CA" +214,424,194,"Lake Charles, LA",195,"New Orleans, LA" +214,425,159,"Long Beach, CA",159,"Long Beach, CA" +214,426,257,"Houston, TX",257,"Houston, TX" +214,427,254,"Corpus Christi, TX",194,"Lake Charles, LA" +214,428,162,"Oakland, CA",159,"Long Beach, CA" +214,429,268,"Seattle, WA",269,"Longview, WA" +214,430,223,"New York, NY and NJ",197,"Portland, ME" +214,431,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +214,432,159,"Long Beach, CA",268,"Seattle, WA" +214,433,241,"Philadelphia, PA",198,"Baltimore, MD" +214,434,198,"Baltimore, MD",241,"Philadelphia, PA" +214,435,244,"Providence, RI",223,"New York, NY and NJ" +214,436,223,"New York, NY and NJ",241,"Philadelphia, PA" +214,437,195,"New Orleans, LA",174,"Tampa, FL" +214,438,245,"Charleston, SC",257,"Houston, TX" +214,439,229,"Wilmington, NC",172,"Port Everglades, FL" +214,440,265,"Norfolk Harbor, VA",257,"Houston, TX" +214,441,268,"Seattle, WA",159,"Long Beach, CA" +214,442,197,"Portland, ME",265,"Norfolk Harbor, VA" +214,443,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +214,444,159,"Long Beach, CA",268,"Seattle, WA" +214,445,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +214,446,244,"Providence, RI",197,"Portland, ME" +214,447,201,"Boston, MA",223,"New York, NY and NJ" +214,448,178,"Brunswick, GA",218,"Camden-Gloucester, NJ" +214,449,159,"Long Beach, CA",269,"Longview, WA" +214,450,172,"Port Everglades, FL",208,"Pascagoula, MS" +214,451,244,"Providence, RI",265,"Norfolk Harbor, VA" +214,452,197,"Portland, ME",198,"Baltimore, MD" +214,453,159,"Long Beach, CA",268,"Seattle, WA" +214,454,223,"New York, NY and NJ",198,"Baltimore, MD" +214,455,265,"Norfolk Harbor, VA",201,"Boston, MA" +214,456,159,"Long Beach, CA",268,"Seattle, WA" +214,457,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +214,458,223,"New York, NY and NJ",217,"New York, NY and NJ" +214,459,268,"Seattle, WA",159,"Long Beach, CA" +214,460,217,"New York, NY and NJ",223,"New York, NY and NJ" +214,461,172,"Port Everglades, FL",195,"New Orleans, LA" +214,462,198,"Baltimore, MD",223,"New York, NY and NJ" +214,463,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +214,464,201,"Boston, MA",197,"Portland, ME" +214,465,159,"Long Beach, CA",159,"Long Beach, CA" +214,466,159,"Long Beach, CA",159,"Long Beach, CA" +214,467,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +214,468,159,"Long Beach, CA",159,"Long Beach, CA" +214,469,197,"Portland, ME",265,"Norfolk Harbor, VA" +214,470,162,"Oakland, CA",269,"Longview, WA" +214,471,241,"Philadelphia, PA",244,"Providence, RI" +214,472,159,"Long Beach, CA",269,"Longview, WA" +214,473,159,"Long Beach, CA",162,"Oakland, CA" +214,474,177,"Savannah, GA",152,"Mobile, AL" +214,475,198,"Baltimore, MD",217,"New York, NY and NJ" +214,476,239,"Portland, OR",159,"Long Beach, CA" +214,477,159,"Long Beach, CA",159,"Long Beach, CA" +214,478,177,"Savannah, GA",208,"Pascagoula, MS" +214,479,159,"Long Beach, CA",159,"Long Beach, CA" +214,480,178,"Brunswick, GA",265,"Norfolk Harbor, VA" +214,481,245,"Charleston, SC",217,"New York, NY and NJ" +214,482,268,"Seattle, WA",239,"Portland, OR" +214,483,223,"New York, NY and NJ",223,"New York, NY and NJ" +214,484,229,"Wilmington, NC",159,"Long Beach, CA" +214,485,159,"Long Beach, CA",159,"Long Beach, CA" +214,486,162,"Oakland, CA",268,"Seattle, WA" +214,487,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +214,488,268,"Seattle, WA",159,"Long Beach, CA" +214,489,159,"Long Beach, CA",162,"Oakland, CA" +214,490,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +214,491,201,"Boston, MA",223,"New York, NY and NJ" +215,154,268,"Seattle, WA",268,"Seattle, WA" +215,179,159,"Long Beach, CA",159,"Long Beach, CA" +215,180,162,"Oakland, CA",159,"Long Beach, CA" +215,274,239,"Portland, OR",159,"Long Beach, CA" +215,275,217,"New York, NY and NJ",223,"New York, NY and NJ" +215,276,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +215,277,201,"Boston, MA",217,"New York, NY and NJ" +215,278,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +215,279,177,"Savannah, GA",172,"Port Everglades, FL" +215,280,229,"Wilmington, NC",177,"Savannah, GA" +215,281,194,"Lake Charles, LA",159,"Long Beach, CA" +215,282,198,"Baltimore, MD",152,"Mobile, AL" +215,283,152,"Mobile, AL",195,"New Orleans, LA" +215,284,162,"Oakland, CA",268,"Seattle, WA" +215,285,201,"Boston, MA",198,"Baltimore, MD" +215,286,241,"Philadelphia, PA",201,"Boston, MA" +215,287,174,"Tampa, FL",195,"New Orleans, LA" +215,288,159,"Long Beach, CA",269,"Longview, WA" +215,289,159,"Long Beach, CA",239,"Portland, OR" +215,290,171,"Jacksonville, FL",195,"New Orleans, LA" +215,291,241,"Philadelphia, PA",223,"New York, NY and NJ" +215,292,218,"Camden-Gloucester, NJ",201,"Boston, MA" +215,293,257,"Houston, TX",195,"New Orleans, LA" +215,294,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +215,295,241,"Philadelphia, PA",208,"Pascagoula, MS" +215,296,268,"Seattle, WA",159,"Long Beach, CA" +215,297,253,"Beaumont, TX",195,"New Orleans, LA" +215,298,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +215,299,198,"Baltimore, MD",177,"Savannah, GA" +215,300,177,"Savannah, GA",159,"Long Beach, CA" +215,301,241,"Philadelphia, PA",223,"New York, NY and NJ" +215,302,245,"Charleston, SC",257,"Houston, TX" +215,303,268,"Seattle, WA",159,"Long Beach, CA" +215,304,198,"Baltimore, MD",201,"Boston, MA" +215,305,217,"New York, NY and NJ",169,"Wilmington, DE" +215,306,197,"Portland, ME",223,"New York, NY and NJ" +215,307,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +215,308,159,"Long Beach, CA",159,"Long Beach, CA" +215,309,223,"New York, NY and NJ",208,"Pascagoula, MS" +215,310,194,"Lake Charles, LA",257,"Houston, TX" +215,311,223,"New York, NY and NJ",223,"New York, NY and NJ" +215,312,195,"New Orleans, LA",195,"New Orleans, LA" +215,313,223,"New York, NY and NJ",208,"Pascagoula, MS" +215,314,229,"Wilmington, NC",197,"Portland, ME" +215,315,254,"Corpus Christi, TX",159,"Long Beach, CA" +215,316,159,"Long Beach, CA",159,"Long Beach, CA" +215,317,159,"Long Beach, CA",268,"Seattle, WA" +215,318,268,"Seattle, WA",268,"Seattle, WA" +215,319,195,"New Orleans, LA",172,"Port Everglades, FL" +215,320,223,"New York, NY and NJ",217,"New York, NY and NJ" +215,321,223,"New York, NY and NJ",198,"Baltimore, MD" +215,322,159,"Long Beach, CA",159,"Long Beach, CA" +215,323,171,"Jacksonville, FL",194,"Lake Charles, LA" +215,324,244,"Providence, RI",197,"Portland, ME" +215,325,177,"Savannah, GA",195,"New Orleans, LA" +215,326,177,"Savannah, GA",257,"Houston, TX" +215,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +215,328,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +215,329,198,"Baltimore, MD",197,"Portland, ME" +215,330,198,"Baltimore, MD",169,"Wilmington, DE" +215,331,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +215,332,177,"Savannah, GA",257,"Houston, TX" +215,333,172,"Port Everglades, FL",257,"Houston, TX" +215,334,177,"Savannah, GA",195,"New Orleans, LA" +215,335,241,"Philadelphia, PA",223,"New York, NY and NJ" +215,336,195,"New Orleans, LA",159,"Long Beach, CA" +215,337,198,"Baltimore, MD",177,"Savannah, GA" +215,338,217,"New York, NY and NJ",223,"New York, NY and NJ" +215,339,241,"Philadelphia, PA",241,"Philadelphia, PA" +215,340,217,"New York, NY and NJ",217,"New York, NY and NJ" +215,341,194,"Lake Charles, LA",257,"Houston, TX" +215,342,223,"New York, NY and NJ",244,"Providence, RI" +215,343,159,"Long Beach, CA",159,"Long Beach, CA" +215,344,201,"Boston, MA",218,"Camden-Gloucester, NJ" +215,345,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +215,346,254,"Corpus Christi, TX",177,"Savannah, GA" +215,347,197,"Portland, ME",217,"New York, NY and NJ" +215,348,265,"Norfolk Harbor, VA",201,"Boston, MA" +215,349,217,"New York, NY and NJ",223,"New York, NY and NJ" +215,350,201,"Boston, MA",197,"Portland, ME" +215,351,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +215,352,217,"New York, NY and NJ",197,"Portland, ME" +215,353,201,"Boston, MA",223,"New York, NY and NJ" +215,354,197,"Portland, ME",223,"New York, NY and NJ" +215,355,177,"Savannah, GA",245,"Charleston, SC" +215,356,257,"Houston, TX",253,"Beaumont, TX" +215,357,241,"Philadelphia, PA",169,"Wilmington, DE" +215,358,201,"Boston, MA",244,"Providence, RI" +215,359,172,"Port Everglades, FL",254,"Corpus Christi, TX" +215,360,245,"Charleston, SC",195,"New Orleans, LA" +215,361,195,"New Orleans, LA",195,"New Orleans, LA" +215,362,217,"New York, NY and NJ",197,"Portland, ME" +215,363,195,"New Orleans, LA",257,"Houston, TX" +215,364,218,"Camden-Gloucester, NJ",197,"Portland, ME" +215,365,217,"New York, NY and NJ",197,"Portland, ME" +215,366,239,"Portland, OR",239,"Portland, OR" +215,367,268,"Seattle, WA",159,"Long Beach, CA" +215,368,159,"Long Beach, CA",159,"Long Beach, CA" +215,369,159,"Long Beach, CA",159,"Long Beach, CA" +215,370,198,"Baltimore, MD",223,"New York, NY and NJ" +215,371,159,"Long Beach, CA",162,"Oakland, CA" +215,372,201,"Boston, MA",244,"Providence, RI" +215,373,152,"Mobile, AL",195,"New Orleans, LA" +215,374,159,"Long Beach, CA",162,"Oakland, CA" +215,375,268,"Seattle, WA",159,"Long Beach, CA" +215,376,239,"Portland, OR",268,"Seattle, WA" +215,377,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +215,378,174,"Tampa, FL",194,"Lake Charles, LA" +215,379,268,"Seattle, WA",268,"Seattle, WA" +215,380,159,"Long Beach, CA",159,"Long Beach, CA" +215,381,159,"Long Beach, CA",159,"Long Beach, CA" +215,382,217,"New York, NY and NJ",223,"New York, NY and NJ" +215,383,159,"Long Beach, CA",159,"Long Beach, CA" +215,384,217,"New York, NY and NJ",152,"Mobile, AL" +215,385,217,"New York, NY and NJ",177,"Savannah, GA" +215,386,241,"Philadelphia, PA",197,"Portland, ME" +215,387,217,"New York, NY and NJ",223,"New York, NY and NJ" +215,388,223,"New York, NY and NJ",217,"New York, NY and NJ" +215,389,223,"New York, NY and NJ",197,"Portland, ME" +215,390,244,"Providence, RI",265,"Norfolk Harbor, VA" +215,391,217,"New York, NY and NJ",223,"New York, NY and NJ" +215,392,239,"Portland, OR",159,"Long Beach, CA" +215,393,162,"Oakland, CA",268,"Seattle, WA" +215,394,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +215,395,241,"Philadelphia, PA",245,"Charleston, SC" +215,396,159,"Long Beach, CA",162,"Oakland, CA" +215,397,217,"New York, NY and NJ",197,"Portland, ME" +215,398,223,"New York, NY and NJ",169,"Wilmington, DE" +215,399,195,"New Orleans, LA",257,"Houston, TX" +215,400,159,"Long Beach, CA",269,"Longview, WA" +215,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +215,402,169,"Wilmington, DE",241,"Philadelphia, PA" +215,403,159,"Long Beach, CA",268,"Seattle, WA" +215,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +215,405,171,"Jacksonville, FL",172,"Port Everglades, FL" +215,406,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +215,407,218,"Camden-Gloucester, NJ",208,"Pascagoula, MS" +215,408,268,"Seattle, WA",159,"Long Beach, CA" +215,409,217,"New York, NY and NJ",245,"Charleston, SC" +215,410,268,"Seattle, WA",162,"Oakland, CA" +215,411,268,"Seattle, WA",162,"Oakland, CA" +215,412,223,"New York, NY and NJ",244,"Providence, RI" +215,413,159,"Long Beach, CA",269,"Longview, WA" +215,414,257,"Houston, TX",257,"Houston, TX" +215,415,197,"Portland, ME",217,"New York, NY and NJ" +215,416,198,"Baltimore, MD",198,"Baltimore, MD" +215,417,159,"Long Beach, CA",268,"Seattle, WA" +215,418,159,"Long Beach, CA",268,"Seattle, WA" +215,419,201,"Boston, MA",265,"Norfolk Harbor, VA" +215,420,159,"Long Beach, CA",162,"Oakland, CA" +215,421,159,"Long Beach, CA",159,"Long Beach, CA" +215,422,159,"Long Beach, CA",239,"Portland, OR" +215,423,159,"Long Beach, CA",268,"Seattle, WA" +215,424,195,"New Orleans, LA",195,"New Orleans, LA" +215,425,159,"Long Beach, CA",239,"Portland, OR" +215,426,194,"Lake Charles, LA",194,"Lake Charles, LA" +215,427,195,"New Orleans, LA",172,"Port Everglades, FL" +215,428,159,"Long Beach, CA",268,"Seattle, WA" +215,429,159,"Long Beach, CA",159,"Long Beach, CA" +215,430,217,"New York, NY and NJ",241,"Philadelphia, PA" +215,431,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +215,432,162,"Oakland, CA",159,"Long Beach, CA" +215,433,198,"Baltimore, MD",217,"New York, NY and NJ" +215,434,197,"Portland, ME",217,"New York, NY and NJ" +215,435,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +215,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +215,437,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +215,438,177,"Savannah, GA",208,"Pascagoula, MS" +215,439,171,"Jacksonville, FL",208,"Pascagoula, MS" +215,440,177,"Savannah, GA",193,"Baton Rouge, LA" +215,441,159,"Long Beach, CA",162,"Oakland, CA" +215,442,217,"New York, NY and NJ",197,"Portland, ME" +215,443,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +215,444,159,"Long Beach, CA",162,"Oakland, CA" +215,445,265,"Norfolk Harbor, VA",201,"Boston, MA" +215,446,244,"Providence, RI",217,"New York, NY and NJ" +215,447,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +215,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +215,449,268,"Seattle, WA",162,"Oakland, CA" +215,450,174,"Tampa, FL",195,"New Orleans, LA" +215,451,198,"Baltimore, MD",201,"Boston, MA" +215,452,198,"Baltimore, MD",198,"Baltimore, MD" +215,453,269,"Longview, WA",162,"Oakland, CA" +215,454,218,"Camden-Gloucester, NJ",201,"Boston, MA" +215,455,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +215,456,159,"Long Beach, CA",159,"Long Beach, CA" +215,457,198,"Baltimore, MD",223,"New York, NY and NJ" +215,458,241,"Philadelphia, PA",208,"Pascagoula, MS" +215,459,159,"Long Beach, CA",269,"Longview, WA" +215,460,223,"New York, NY and NJ",198,"Baltimore, MD" +215,461,177,"Savannah, GA",177,"Savannah, GA" +215,462,244,"Providence, RI",195,"New Orleans, LA" +215,463,241,"Philadelphia, PA",198,"Baltimore, MD" +215,464,223,"New York, NY and NJ",198,"Baltimore, MD" +215,465,159,"Long Beach, CA",159,"Long Beach, CA" +215,466,268,"Seattle, WA",268,"Seattle, WA" +215,467,223,"New York, NY and NJ",208,"Pascagoula, MS" +215,468,268,"Seattle, WA",159,"Long Beach, CA" +215,469,201,"Boston, MA",201,"Boston, MA" +215,470,268,"Seattle, WA",268,"Seattle, WA" +215,471,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +215,472,239,"Portland, OR",269,"Longview, WA" +215,473,159,"Long Beach, CA",159,"Long Beach, CA" +215,474,177,"Savannah, GA",257,"Houston, TX" +215,475,217,"New York, NY and NJ",244,"Providence, RI" +215,476,239,"Portland, OR",239,"Portland, OR" +215,477,159,"Long Beach, CA",268,"Seattle, WA" +215,478,171,"Jacksonville, FL",253,"Beaumont, TX" +215,479,159,"Long Beach, CA",159,"Long Beach, CA" +215,480,217,"New York, NY and NJ",169,"Wilmington, DE" +215,481,217,"New York, NY and NJ",223,"New York, NY and NJ" +215,482,159,"Long Beach, CA",159,"Long Beach, CA" +215,483,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +215,484,172,"Port Everglades, FL",257,"Houston, TX" +215,485,268,"Seattle, WA",162,"Oakland, CA" +215,486,239,"Portland, OR",159,"Long Beach, CA" +215,487,171,"Jacksonville, FL",208,"Pascagoula, MS" +215,488,159,"Long Beach, CA",268,"Seattle, WA" +215,489,268,"Seattle, WA",159,"Long Beach, CA" +215,490,217,"New York, NY and NJ",195,"New Orleans, LA" +215,491,265,"Norfolk Harbor, VA",197,"Portland, ME" +216,154,159,"Long Beach, CA",159,"Long Beach, CA" +216,179,159,"Long Beach, CA",162,"Oakland, CA" +216,180,159,"Long Beach, CA",159,"Long Beach, CA" +216,274,159,"Long Beach, CA",159,"Long Beach, CA" +216,275,197,"Portland, ME",223,"New York, NY and NJ" +216,276,223,"New York, NY and NJ",244,"Providence, RI" +216,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +216,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +216,279,172,"Port Everglades, FL",223,"New York, NY and NJ" +216,280,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +216,281,177,"Savannah, GA",223,"New York, NY and NJ" +216,282,169,"Wilmington, DE",217,"New York, NY and NJ" +216,283,265,"Norfolk Harbor, VA",245,"Charleston, SC" +216,284,268,"Seattle, WA",159,"Long Beach, CA" +216,285,241,"Philadelphia, PA",244,"Providence, RI" +216,286,197,"Portland, ME",217,"New York, NY and NJ" +216,287,174,"Tampa, FL",265,"Norfolk Harbor, VA" +216,288,268,"Seattle, WA",159,"Long Beach, CA" +216,289,159,"Long Beach, CA",268,"Seattle, WA" +216,290,172,"Port Everglades, FL",223,"New York, NY and NJ" +216,291,201,"Boston, MA",217,"New York, NY and NJ" +216,292,223,"New York, NY and NJ",197,"Portland, ME" +216,293,171,"Jacksonville, FL",174,"Tampa, FL" +216,294,217,"New York, NY and NJ",217,"New York, NY and NJ" +216,295,217,"New York, NY and NJ",223,"New York, NY and NJ" +216,296,159,"Long Beach, CA",162,"Oakland, CA" +216,297,177,"Savannah, GA",201,"Boston, MA" +216,298,241,"Philadelphia, PA",223,"New York, NY and NJ" +216,299,201,"Boston, MA",218,"Camden-Gloucester, NJ" +216,300,172,"Port Everglades, FL",198,"Baltimore, MD" +216,301,217,"New York, NY and NJ",201,"Boston, MA" +216,302,169,"Wilmington, DE",244,"Providence, RI" +216,303,159,"Long Beach, CA",159,"Long Beach, CA" +216,304,197,"Portland, ME",223,"New York, NY and NJ" +216,305,244,"Providence, RI",223,"New York, NY and NJ" +216,306,201,"Boston, MA",169,"Wilmington, DE" +216,307,217,"New York, NY and NJ",201,"Boston, MA" +216,308,268,"Seattle, WA",268,"Seattle, WA" +216,309,223,"New York, NY and NJ",201,"Boston, MA" +216,310,223,"New York, NY and NJ",223,"New York, NY and NJ" +216,311,197,"Portland, ME",223,"New York, NY and NJ" +216,312,245,"Charleston, SC",172,"Port Everglades, FL" +216,313,217,"New York, NY and NJ",198,"Baltimore, MD" +216,314,223,"New York, NY and NJ",198,"Baltimore, MD" +216,315,195,"New Orleans, LA",171,"Jacksonville, FL" +216,316,159,"Long Beach, CA",268,"Seattle, WA" +216,317,159,"Long Beach, CA",159,"Long Beach, CA" +216,318,159,"Long Beach, CA",159,"Long Beach, CA" +216,319,177,"Savannah, GA",223,"New York, NY and NJ" +216,320,201,"Boston, MA",265,"Norfolk Harbor, VA" +216,321,265,"Norfolk Harbor, VA",197,"Portland, ME" +216,322,268,"Seattle, WA",162,"Oakland, CA" +216,323,152,"Mobile, AL",174,"Tampa, FL" +216,324,198,"Baltimore, MD",217,"New York, NY and NJ" +216,325,177,"Savannah, GA",265,"Norfolk Harbor, VA" +216,326,245,"Charleston, SC",198,"Baltimore, MD" +216,327,223,"New York, NY and NJ",198,"Baltimore, MD" +216,328,217,"New York, NY and NJ",244,"Providence, RI" +216,329,198,"Baltimore, MD",241,"Philadelphia, PA" +216,330,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +216,331,201,"Boston, MA",241,"Philadelphia, PA" +216,332,169,"Wilmington, DE",217,"New York, NY and NJ" +216,333,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +216,334,152,"Mobile, AL",174,"Tampa, FL" +216,335,223,"New York, NY and NJ",241,"Philadelphia, PA" +216,336,171,"Jacksonville, FL",241,"Philadelphia, PA" +216,337,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +216,338,201,"Boston, MA",223,"New York, NY and NJ" +216,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +216,340,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +216,341,152,"Mobile, AL",171,"Jacksonville, FL" +216,342,197,"Portland, ME",244,"Providence, RI" +216,343,159,"Long Beach, CA",239,"Portland, OR" +216,344,241,"Philadelphia, PA",241,"Philadelphia, PA" +216,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +216,346,174,"Tampa, FL",217,"New York, NY and NJ" +216,347,201,"Boston, MA",241,"Philadelphia, PA" +216,348,201,"Boston, MA",223,"New York, NY and NJ" +216,349,169,"Wilmington, DE",217,"New York, NY and NJ" +216,350,217,"New York, NY and NJ",197,"Portland, ME" +216,351,201,"Boston, MA",218,"Camden-Gloucester, NJ" +216,352,223,"New York, NY and NJ",217,"New York, NY and NJ" +216,353,201,"Boston, MA",201,"Boston, MA" +216,354,223,"New York, NY and NJ",201,"Boston, MA" +216,355,177,"Savannah, GA",244,"Providence, RI" +216,356,195,"New Orleans, LA",195,"New Orleans, LA" +216,357,218,"Camden-Gloucester, NJ",197,"Portland, ME" +216,358,241,"Philadelphia, PA",201,"Boston, MA" +216,359,218,"Camden-Gloucester, NJ",244,"Providence, RI" +216,360,172,"Port Everglades, FL",245,"Charleston, SC" +216,361,218,"Camden-Gloucester, NJ",208,"Pascagoula, MS" +216,362,241,"Philadelphia, PA",197,"Portland, ME" +216,363,195,"New Orleans, LA",245,"Charleston, SC" +216,364,198,"Baltimore, MD",217,"New York, NY and NJ" +216,365,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +216,366,159,"Long Beach, CA",159,"Long Beach, CA" +216,367,159,"Long Beach, CA",268,"Seattle, WA" +216,368,162,"Oakland, CA",159,"Long Beach, CA" +216,369,239,"Portland, OR",239,"Portland, OR" +216,370,223,"New York, NY and NJ",201,"Boston, MA" +216,371,162,"Oakland, CA",172,"Port Everglades, FL" +216,372,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +216,373,245,"Charleston, SC",265,"Norfolk Harbor, VA" +216,374,162,"Oakland, CA",268,"Seattle, WA" +216,375,159,"Long Beach, CA",268,"Seattle, WA" +216,376,159,"Long Beach, CA",159,"Long Beach, CA" +216,377,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +216,378,172,"Port Everglades, FL",169,"Wilmington, DE" +216,379,239,"Portland, OR",159,"Long Beach, CA" +216,380,159,"Long Beach, CA",239,"Portland, OR" +216,381,159,"Long Beach, CA",162,"Oakland, CA" +216,382,201,"Boston, MA",223,"New York, NY and NJ" +216,383,268,"Seattle, WA",269,"Longview, WA" +216,384,198,"Baltimore, MD",201,"Boston, MA" +216,385,197,"Portland, ME",169,"Wilmington, DE" +216,386,217,"New York, NY and NJ",223,"New York, NY and NJ" +216,387,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +216,388,244,"Providence, RI",244,"Providence, RI" +216,389,218,"Camden-Gloucester, NJ",197,"Portland, ME" +216,390,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +216,391,201,"Boston, MA",198,"Baltimore, MD" +216,392,159,"Long Beach, CA",159,"Long Beach, CA" +216,393,174,"Tampa, FL",162,"Oakland, CA" +216,394,223,"New York, NY and NJ",198,"Baltimore, MD" +216,395,244,"Providence, RI",217,"New York, NY and NJ" +216,396,159,"Long Beach, CA",268,"Seattle, WA" +216,397,197,"Portland, ME",217,"New York, NY and NJ" +216,398,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +216,399,254,"Corpus Christi, TX",195,"New Orleans, LA" +216,400,268,"Seattle, WA",159,"Long Beach, CA" +216,401,241,"Philadelphia, PA",201,"Boston, MA" +216,402,201,"Boston, MA",244,"Providence, RI" +216,403,239,"Portland, OR",268,"Seattle, WA" +216,404,241,"Philadelphia, PA",223,"New York, NY and NJ" +216,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +216,406,198,"Baltimore, MD",223,"New York, NY and NJ" +216,407,223,"New York, NY and NJ",201,"Boston, MA" +216,408,159,"Long Beach, CA",268,"Seattle, WA" +216,409,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +216,410,159,"Long Beach, CA",159,"Long Beach, CA" +216,411,268,"Seattle, WA",162,"Oakland, CA" +216,412,223,"New York, NY and NJ",217,"New York, NY and NJ" +216,413,159,"Long Beach, CA",177,"Savannah, GA" +216,414,174,"Tampa, FL",172,"Port Everglades, FL" +216,415,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +216,416,217,"New York, NY and NJ",223,"New York, NY and NJ" +216,417,159,"Long Beach, CA",159,"Long Beach, CA" +216,418,268,"Seattle, WA",159,"Long Beach, CA" +216,419,244,"Providence, RI",197,"Portland, ME" +216,420,159,"Long Beach, CA",268,"Seattle, WA" +216,421,268,"Seattle, WA",159,"Long Beach, CA" +216,422,268,"Seattle, WA",269,"Longview, WA" +216,423,174,"Tampa, FL",159,"Long Beach, CA" +216,424,172,"Port Everglades, FL",245,"Charleston, SC" +216,425,159,"Long Beach, CA",268,"Seattle, WA" +216,426,245,"Charleston, SC",177,"Savannah, GA" +216,427,171,"Jacksonville, FL",241,"Philadelphia, PA" +216,428,159,"Long Beach, CA",239,"Portland, OR" +216,429,162,"Oakland, CA",162,"Oakland, CA" +216,430,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +216,431,223,"New York, NY and NJ",201,"Boston, MA" +216,432,159,"Long Beach, CA",159,"Long Beach, CA" +216,433,223,"New York, NY and NJ",223,"New York, NY and NJ" +216,434,244,"Providence, RI",223,"New York, NY and NJ" +216,435,223,"New York, NY and NJ",241,"Philadelphia, PA" +216,436,201,"Boston, MA",218,"Camden-Gloucester, NJ" +216,437,217,"New York, NY and NJ",201,"Boston, MA" +216,438,241,"Philadelphia, PA",217,"New York, NY and NJ" +216,439,217,"New York, NY and NJ",217,"New York, NY and NJ" +216,440,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +216,441,268,"Seattle, WA",268,"Seattle, WA" +216,442,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +216,443,217,"New York, NY and NJ",201,"Boston, MA" +216,444,159,"Long Beach, CA",162,"Oakland, CA" +216,445,197,"Portland, ME",201,"Boston, MA" +216,446,217,"New York, NY and NJ",197,"Portland, ME" +216,447,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +216,448,197,"Portland, ME",217,"New York, NY and NJ" +216,449,268,"Seattle, WA",239,"Portland, OR" +216,450,217,"New York, NY and NJ",241,"Philadelphia, PA" +216,451,198,"Baltimore, MD",223,"New York, NY and NJ" +216,452,217,"New York, NY and NJ",223,"New York, NY and NJ" +216,453,162,"Oakland, CA",159,"Long Beach, CA" +216,454,201,"Boston, MA",201,"Boston, MA" +216,455,223,"New York, NY and NJ",201,"Boston, MA" +216,456,159,"Long Beach, CA",159,"Long Beach, CA" +216,457,217,"New York, NY and NJ",201,"Boston, MA" +216,458,217,"New York, NY and NJ",197,"Portland, ME" +216,459,159,"Long Beach, CA",159,"Long Beach, CA" +216,460,265,"Norfolk Harbor, VA",201,"Boston, MA" +216,461,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +216,462,198,"Baltimore, MD",217,"New York, NY and NJ" +216,463,197,"Portland, ME",241,"Philadelphia, PA" +216,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +216,465,268,"Seattle, WA",268,"Seattle, WA" +216,466,159,"Long Beach, CA",159,"Long Beach, CA" +216,467,241,"Philadelphia, PA",201,"Boston, MA" +216,468,268,"Seattle, WA",159,"Long Beach, CA" +216,469,217,"New York, NY and NJ",241,"Philadelphia, PA" +216,470,159,"Long Beach, CA",159,"Long Beach, CA" +216,471,244,"Providence, RI",223,"New York, NY and NJ" +216,472,268,"Seattle, WA",268,"Seattle, WA" +216,473,159,"Long Beach, CA",159,"Long Beach, CA" +216,474,177,"Savannah, GA",223,"New York, NY and NJ" +216,475,223,"New York, NY and NJ",217,"New York, NY and NJ" +216,476,162,"Oakland, CA",265,"Norfolk Harbor, VA" +216,477,159,"Long Beach, CA",268,"Seattle, WA" +216,478,171,"Jacksonville, FL",223,"New York, NY and NJ" +216,479,159,"Long Beach, CA",159,"Long Beach, CA" +216,480,217,"New York, NY and NJ",169,"Wilmington, DE" +216,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +216,482,239,"Portland, OR",268,"Seattle, WA" +216,483,223,"New York, NY and NJ",197,"Portland, ME" +216,484,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +216,485,159,"Long Beach, CA",159,"Long Beach, CA" +216,486,159,"Long Beach, CA",159,"Long Beach, CA" +216,487,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +216,488,162,"Oakland, CA",159,"Long Beach, CA" +216,489,268,"Seattle, WA",159,"Long Beach, CA" +216,490,241,"Philadelphia, PA",198,"Baltimore, MD" +216,491,197,"Portland, ME",201,"Boston, MA" +217,154,159,"Long Beach, CA",268,"Seattle, WA" +217,179,159,"Long Beach, CA",268,"Seattle, WA" +217,180,162,"Oakland, CA",159,"Long Beach, CA" +217,274,162,"Oakland, CA",268,"Seattle, WA" +217,275,197,"Portland, ME",223,"New York, NY and NJ" +217,276,223,"New York, NY and NJ",197,"Portland, ME" +217,277,244,"Providence, RI",217,"New York, NY and NJ" +217,278,217,"New York, NY and NJ",217,"New York, NY and NJ" +217,279,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +217,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +217,281,195,"New Orleans, LA",177,"Savannah, GA" +217,282,217,"New York, NY and NJ",223,"New York, NY and NJ" +217,283,177,"Savannah, GA",265,"Norfolk Harbor, VA" +217,284,162,"Oakland, CA",159,"Long Beach, CA" +217,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +217,286,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +217,287,245,"Charleston, SC",265,"Norfolk Harbor, VA" +217,288,268,"Seattle, WA",268,"Seattle, WA" +217,289,268,"Seattle, WA",159,"Long Beach, CA" +217,290,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +217,291,197,"Portland, ME",241,"Philadelphia, PA" +217,292,198,"Baltimore, MD",223,"New York, NY and NJ" +217,293,253,"Beaumont, TX",245,"Charleston, SC" +217,294,223,"New York, NY and NJ",217,"New York, NY and NJ" +217,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +217,296,159,"Long Beach, CA",162,"Oakland, CA" +217,297,195,"New Orleans, LA",172,"Port Everglades, FL" +217,298,201,"Boston, MA",197,"Portland, ME" +217,299,217,"New York, NY and NJ",241,"Philadelphia, PA" +217,300,229,"Wilmington, NC",241,"Philadelphia, PA" +217,301,217,"New York, NY and NJ",217,"New York, NY and NJ" +217,302,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +217,303,159,"Long Beach, CA",239,"Portland, OR" +217,304,223,"New York, NY and NJ",217,"New York, NY and NJ" +217,305,201,"Boston, MA",201,"Boston, MA" +217,306,217,"New York, NY and NJ",223,"New York, NY and NJ" +217,307,241,"Philadelphia, PA",201,"Boston, MA" +217,308,239,"Portland, OR",159,"Long Beach, CA" +217,309,223,"New York, NY and NJ",201,"Boston, MA" +217,310,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +217,311,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +217,312,174,"Tampa, FL",218,"Camden-Gloucester, NJ" +217,313,223,"New York, NY and NJ",201,"Boston, MA" +217,314,197,"Portland, ME",217,"New York, NY and NJ" +217,315,174,"Tampa, FL",265,"Norfolk Harbor, VA" +217,316,159,"Long Beach, CA",268,"Seattle, WA" +217,317,268,"Seattle, WA",162,"Oakland, CA" +217,318,268,"Seattle, WA",159,"Long Beach, CA" +217,319,245,"Charleston, SC",245,"Charleston, SC" +217,320,198,"Baltimore, MD",217,"New York, NY and NJ" +217,321,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +217,322,268,"Seattle, WA",159,"Long Beach, CA" +217,323,171,"Jacksonville, FL",172,"Port Everglades, FL" +217,324,217,"New York, NY and NJ",197,"Portland, ME" +217,325,177,"Savannah, GA",229,"Wilmington, NC" +217,326,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +217,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +217,328,197,"Portland, ME",218,"Camden-Gloucester, NJ" +217,329,217,"New York, NY and NJ",201,"Boston, MA" +217,330,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +217,331,223,"New York, NY and NJ",241,"Philadelphia, PA" +217,332,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +217,333,245,"Charleston, SC",241,"Philadelphia, PA" +217,334,174,"Tampa, FL",245,"Charleston, SC" +217,335,197,"Portland, ME",197,"Portland, ME" +217,336,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +217,337,223,"New York, NY and NJ",197,"Portland, ME" +217,338,217,"New York, NY and NJ",217,"New York, NY and NJ" +217,339,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +217,340,197,"Portland, ME",218,"Camden-Gloucester, NJ" +217,341,177,"Savannah, GA",198,"Baltimore, MD" +217,342,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +217,343,159,"Long Beach, CA",159,"Long Beach, CA" +217,344,223,"New York, NY and NJ",198,"Baltimore, MD" +217,345,197,"Portland, ME",223,"New York, NY and NJ" +217,346,198,"Baltimore, MD",201,"Boston, MA" +217,347,223,"New York, NY and NJ",223,"New York, NY and NJ" +217,348,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +217,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +217,350,241,"Philadelphia, PA",244,"Providence, RI" +217,351,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +217,352,198,"Baltimore, MD",244,"Providence, RI" +217,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +217,354,201,"Boston, MA",217,"New York, NY and NJ" +217,355,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +217,356,172,"Port Everglades, FL",193,"Baton Rouge, LA" +217,357,201,"Boston, MA",217,"New York, NY and NJ" +217,358,217,"New York, NY and NJ",229,"Wilmington, NC" +217,359,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +217,360,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +217,361,198,"Baltimore, MD",245,"Charleston, SC" +217,362,201,"Boston, MA",217,"New York, NY and NJ" +217,363,177,"Savannah, GA",245,"Charleston, SC" +217,364,197,"Portland, ME",241,"Philadelphia, PA" +217,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +217,366,159,"Long Beach, CA",162,"Oakland, CA" +217,367,162,"Oakland, CA",159,"Long Beach, CA" +217,368,159,"Long Beach, CA",268,"Seattle, WA" +217,369,268,"Seattle, WA",162,"Oakland, CA" +217,370,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +217,371,159,"Long Beach, CA",265,"Norfolk Harbor, VA" +217,372,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +217,373,177,"Savannah, GA",169,"Wilmington, DE" +217,374,162,"Oakland, CA",162,"Oakland, CA" +217,375,159,"Long Beach, CA",269,"Longview, WA" +217,376,162,"Oakland, CA",162,"Oakland, CA" +217,377,217,"New York, NY and NJ",198,"Baltimore, MD" +217,378,195,"New Orleans, LA",172,"Port Everglades, FL" +217,379,162,"Oakland, CA",162,"Oakland, CA" +217,380,162,"Oakland, CA",159,"Long Beach, CA" +217,381,159,"Long Beach, CA",162,"Oakland, CA" +217,382,223,"New York, NY and NJ",198,"Baltimore, MD" +217,383,159,"Long Beach, CA",268,"Seattle, WA" +217,384,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +217,385,223,"New York, NY and NJ",217,"New York, NY and NJ" +217,386,217,"New York, NY and NJ",223,"New York, NY and NJ" +217,387,201,"Boston, MA",223,"New York, NY and NJ" +217,388,197,"Portland, ME",217,"New York, NY and NJ" +217,389,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +217,390,201,"Boston, MA",169,"Wilmington, DE" +217,391,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +217,392,159,"Long Beach, CA",162,"Oakland, CA" +217,393,159,"Long Beach, CA",162,"Oakland, CA" +217,394,217,"New York, NY and NJ",217,"New York, NY and NJ" +217,395,201,"Boston, MA",198,"Baltimore, MD" +217,396,268,"Seattle, WA",239,"Portland, OR" +217,397,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +217,398,201,"Boston, MA",217,"New York, NY and NJ" +217,399,195,"New Orleans, LA",195,"New Orleans, LA" +217,400,162,"Oakland, CA",159,"Long Beach, CA" +217,401,241,"Philadelphia, PA",217,"New York, NY and NJ" +217,402,223,"New York, NY and NJ",198,"Baltimore, MD" +217,403,159,"Long Beach, CA",159,"Long Beach, CA" +217,404,217,"New York, NY and NJ",223,"New York, NY and NJ" +217,405,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +217,406,169,"Wilmington, DE",223,"New York, NY and NJ" +217,407,241,"Philadelphia, PA",223,"New York, NY and NJ" +217,408,159,"Long Beach, CA",159,"Long Beach, CA" +217,409,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +217,410,159,"Long Beach, CA",162,"Oakland, CA" +217,411,159,"Long Beach, CA",159,"Long Beach, CA" +217,412,217,"New York, NY and NJ",223,"New York, NY and NJ" +217,413,239,"Portland, OR",159,"Long Beach, CA" +217,414,177,"Savannah, GA",174,"Tampa, FL" +217,415,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +217,416,223,"New York, NY and NJ",244,"Providence, RI" +217,417,162,"Oakland, CA",159,"Long Beach, CA" +217,418,159,"Long Beach, CA",159,"Long Beach, CA" +217,419,197,"Portland, ME",197,"Portland, ME" +217,420,159,"Long Beach, CA",268,"Seattle, WA" +217,421,269,"Longview, WA",159,"Long Beach, CA" +217,422,159,"Long Beach, CA",162,"Oakland, CA" +217,423,159,"Long Beach, CA",265,"Norfolk Harbor, VA" +217,424,177,"Savannah, GA",174,"Tampa, FL" +217,425,162,"Oakland, CA",159,"Long Beach, CA" +217,426,171,"Jacksonville, FL",172,"Port Everglades, FL" +217,427,171,"Jacksonville, FL",172,"Port Everglades, FL" +217,428,162,"Oakland, CA",159,"Long Beach, CA" +217,429,172,"Port Everglades, FL",159,"Long Beach, CA" +217,430,198,"Baltimore, MD",223,"New York, NY and NJ" +217,431,217,"New York, NY and NJ",241,"Philadelphia, PA" +217,432,268,"Seattle, WA",162,"Oakland, CA" +217,433,223,"New York, NY and NJ",241,"Philadelphia, PA" +217,434,201,"Boston, MA",217,"New York, NY and NJ" +217,435,223,"New York, NY and NJ",217,"New York, NY and NJ" +217,436,223,"New York, NY and NJ",217,"New York, NY and NJ" +217,437,198,"Baltimore, MD",198,"Baltimore, MD" +217,438,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +217,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +217,440,172,"Port Everglades, FL",241,"Philadelphia, PA" +217,441,162,"Oakland, CA",159,"Long Beach, CA" +217,442,223,"New York, NY and NJ",217,"New York, NY and NJ" +217,443,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +217,444,159,"Long Beach, CA",177,"Savannah, GA" +217,445,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +217,446,201,"Boston, MA",217,"New York, NY and NJ" +217,447,217,"New York, NY and NJ",223,"New York, NY and NJ" +217,448,201,"Boston, MA",223,"New York, NY and NJ" +217,449,268,"Seattle, WA",159,"Long Beach, CA" +217,450,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +217,451,198,"Baltimore, MD",223,"New York, NY and NJ" +217,452,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +217,453,159,"Long Beach, CA",159,"Long Beach, CA" +217,454,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +217,455,241,"Philadelphia, PA",241,"Philadelphia, PA" +217,456,159,"Long Beach, CA",162,"Oakland, CA" +217,457,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +217,458,217,"New York, NY and NJ",198,"Baltimore, MD" +217,459,159,"Long Beach, CA",268,"Seattle, WA" +217,460,223,"New York, NY and NJ",198,"Baltimore, MD" +217,461,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +217,462,223,"New York, NY and NJ",201,"Boston, MA" +217,463,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +217,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +217,465,268,"Seattle, WA",159,"Long Beach, CA" +217,466,268,"Seattle, WA",268,"Seattle, WA" +217,467,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +217,468,268,"Seattle, WA",268,"Seattle, WA" +217,469,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +217,470,159,"Long Beach, CA",239,"Portland, OR" +217,471,217,"New York, NY and NJ",223,"New York, NY and NJ" +217,472,159,"Long Beach, CA",159,"Long Beach, CA" +217,473,159,"Long Beach, CA",159,"Long Beach, CA" +217,474,245,"Charleston, SC",217,"New York, NY and NJ" +217,475,223,"New York, NY and NJ",201,"Boston, MA" +217,476,159,"Long Beach, CA",159,"Long Beach, CA" +217,477,268,"Seattle, WA",162,"Oakland, CA" +217,478,174,"Tampa, FL",217,"New York, NY and NJ" +217,479,268,"Seattle, WA",159,"Long Beach, CA" +217,480,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +217,481,244,"Providence, RI",241,"Philadelphia, PA" +217,482,268,"Seattle, WA",268,"Seattle, WA" +217,483,217,"New York, NY and NJ",223,"New York, NY and NJ" +217,484,244,"Providence, RI",177,"Savannah, GA" +217,485,269,"Longview, WA",268,"Seattle, WA" +217,486,268,"Seattle, WA",159,"Long Beach, CA" +217,487,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +217,488,268,"Seattle, WA",162,"Oakland, CA" +217,489,159,"Long Beach, CA",218,"Camden-Gloucester, NJ" +217,490,198,"Baltimore, MD",244,"Providence, RI" +217,491,197,"Portland, ME",265,"Norfolk Harbor, VA" +218,154,159,"Long Beach, CA",159,"Long Beach, CA" +218,179,268,"Seattle, WA",159,"Long Beach, CA" +218,180,269,"Longview, WA",162,"Oakland, CA" +218,274,159,"Long Beach, CA",159,"Long Beach, CA" +218,275,217,"New York, NY and NJ",198,"Baltimore, MD" +218,276,198,"Baltimore, MD",198,"Baltimore, MD" +218,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +218,278,241,"Philadelphia, PA",198,"Baltimore, MD" +218,279,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +218,280,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +218,281,177,"Savannah, GA",245,"Charleston, SC" +218,282,201,"Boston, MA",218,"Camden-Gloucester, NJ" +218,283,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +218,284,159,"Long Beach, CA",239,"Portland, OR" +218,285,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +218,286,197,"Portland, ME",198,"Baltimore, MD" +218,287,177,"Savannah, GA",265,"Norfolk Harbor, VA" +218,288,159,"Long Beach, CA",239,"Portland, OR" +218,289,159,"Long Beach, CA",159,"Long Beach, CA" +218,290,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +218,291,223,"New York, NY and NJ",217,"New York, NY and NJ" +218,292,201,"Boston, MA",217,"New York, NY and NJ" +218,293,152,"Mobile, AL",171,"Jacksonville, FL" +218,294,198,"Baltimore, MD",223,"New York, NY and NJ" +218,295,169,"Wilmington, DE",217,"New York, NY and NJ" +218,296,159,"Long Beach, CA",268,"Seattle, WA" +218,297,193,"Baton Rouge, LA",265,"Norfolk Harbor, VA" +218,298,201,"Boston, MA",217,"New York, NY and NJ" +218,299,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +218,300,171,"Jacksonville, FL",245,"Charleston, SC" +218,301,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +218,302,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +218,303,159,"Long Beach, CA",159,"Long Beach, CA" +218,304,197,"Portland, ME",218,"Camden-Gloucester, NJ" +218,305,198,"Baltimore, MD",241,"Philadelphia, PA" +218,306,241,"Philadelphia, PA",197,"Portland, ME" +218,307,241,"Philadelphia, PA",217,"New York, NY and NJ" +218,308,159,"Long Beach, CA",159,"Long Beach, CA" +218,309,197,"Portland, ME",169,"Wilmington, DE" +218,310,241,"Philadelphia, PA",217,"New York, NY and NJ" +218,311,197,"Portland, ME",198,"Baltimore, MD" +218,312,171,"Jacksonville, FL",171,"Jacksonville, FL" +218,313,229,"Wilmington, NC",217,"New York, NY and NJ" +218,314,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +218,315,245,"Charleston, SC",174,"Tampa, FL" +218,316,159,"Long Beach, CA",159,"Long Beach, CA" +218,317,159,"Long Beach, CA",162,"Oakland, CA" +218,318,159,"Long Beach, CA",159,"Long Beach, CA" +218,319,171,"Jacksonville, FL",229,"Wilmington, NC" +218,320,241,"Philadelphia, PA",217,"New York, NY and NJ" +218,321,229,"Wilmington, NC",241,"Philadelphia, PA" +218,322,159,"Long Beach, CA",159,"Long Beach, CA" +218,323,245,"Charleston, SC",241,"Philadelphia, PA" +218,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +218,325,172,"Port Everglades, FL",198,"Baltimore, MD" +218,326,265,"Norfolk Harbor, VA",245,"Charleston, SC" +218,327,197,"Portland, ME",198,"Baltimore, MD" +218,328,197,"Portland, ME",217,"New York, NY and NJ" +218,329,223,"New York, NY and NJ",198,"Baltimore, MD" +218,330,201,"Boston, MA",217,"New York, NY and NJ" +218,331,217,"New York, NY and NJ",223,"New York, NY and NJ" +218,332,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +218,333,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +218,334,177,"Savannah, GA",265,"Norfolk Harbor, VA" +218,335,223,"New York, NY and NJ",197,"Portland, ME" +218,336,177,"Savannah, GA",198,"Baltimore, MD" +218,337,198,"Baltimore, MD",198,"Baltimore, MD" +218,338,217,"New York, NY and NJ",197,"Portland, ME" +218,339,198,"Baltimore, MD",217,"New York, NY and NJ" +218,340,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +218,341,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +218,342,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +218,343,159,"Long Beach, CA",159,"Long Beach, CA" +218,344,197,"Portland, ME",201,"Boston, MA" +218,345,217,"New York, NY and NJ",197,"Portland, ME" +218,346,171,"Jacksonville, FL",217,"New York, NY and NJ" +218,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +218,348,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +218,349,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +218,350,197,"Portland, ME",223,"New York, NY and NJ" +218,351,197,"Portland, ME",223,"New York, NY and NJ" +218,352,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +218,353,198,"Baltimore, MD",217,"New York, NY and NJ" +218,354,217,"New York, NY and NJ",223,"New York, NY and NJ" +218,355,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +218,356,195,"New Orleans, LA",218,"Camden-Gloucester, NJ" +218,357,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +218,358,223,"New York, NY and NJ",241,"Philadelphia, PA" +218,359,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +218,360,172,"Port Everglades, FL",217,"New York, NY and NJ" +218,361,198,"Baltimore, MD",171,"Jacksonville, FL" +218,362,223,"New York, NY and NJ",217,"New York, NY and NJ" +218,363,193,"Baton Rouge, LA",265,"Norfolk Harbor, VA" +218,364,241,"Philadelphia, PA",223,"New York, NY and NJ" +218,365,217,"New York, NY and NJ",223,"New York, NY and NJ" +218,366,162,"Oakland, CA",159,"Long Beach, CA" +218,367,159,"Long Beach, CA",159,"Long Beach, CA" +218,368,269,"Longview, WA",159,"Long Beach, CA" +218,369,159,"Long Beach, CA",265,"Norfolk Harbor, VA" +218,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +218,371,268,"Seattle, WA",265,"Norfolk Harbor, VA" +218,372,223,"New York, NY and NJ",197,"Portland, ME" +218,373,177,"Savannah, GA",217,"New York, NY and NJ" +218,374,159,"Long Beach, CA",268,"Seattle, WA" +218,375,159,"Long Beach, CA",239,"Portland, OR" +218,376,159,"Long Beach, CA",269,"Longview, WA" +218,377,244,"Providence, RI",218,"Camden-Gloucester, NJ" +218,378,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +218,379,159,"Long Beach, CA",174,"Tampa, FL" +218,380,162,"Oakland, CA",159,"Long Beach, CA" +218,381,268,"Seattle, WA",159,"Long Beach, CA" +218,382,198,"Baltimore, MD",223,"New York, NY and NJ" +218,383,159,"Long Beach, CA",159,"Long Beach, CA" +218,384,198,"Baltimore, MD",241,"Philadelphia, PA" +218,385,201,"Boston, MA",218,"Camden-Gloucester, NJ" +218,386,197,"Portland, ME",198,"Baltimore, MD" +218,387,223,"New York, NY and NJ",217,"New York, NY and NJ" +218,388,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +218,389,201,"Boston, MA",198,"Baltimore, MD" +218,390,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +218,391,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +218,392,159,"Long Beach, CA",159,"Long Beach, CA" +218,393,159,"Long Beach, CA",159,"Long Beach, CA" +218,394,197,"Portland, ME",201,"Boston, MA" +218,395,197,"Portland, ME",217,"New York, NY and NJ" +218,396,159,"Long Beach, CA",159,"Long Beach, CA" +218,397,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +218,398,217,"New York, NY and NJ",223,"New York, NY and NJ" +218,399,257,"Houston, TX",257,"Houston, TX" +218,400,269,"Longview, WA",159,"Long Beach, CA" +218,401,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +218,402,201,"Boston, MA",217,"New York, NY and NJ" +218,403,269,"Longview, WA",159,"Long Beach, CA" +218,404,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +218,405,245,"Charleston, SC",241,"Philadelphia, PA" +218,406,197,"Portland, ME",223,"New York, NY and NJ" +218,407,244,"Providence, RI",265,"Norfolk Harbor, VA" +218,408,159,"Long Beach, CA",239,"Portland, OR" +218,409,198,"Baltimore, MD",198,"Baltimore, MD" +218,410,162,"Oakland, CA",162,"Oakland, CA" +218,411,162,"Oakland, CA",268,"Seattle, WA" +218,412,198,"Baltimore, MD",223,"New York, NY and NJ" +218,413,268,"Seattle, WA",159,"Long Beach, CA" +218,414,152,"Mobile, AL",174,"Tampa, FL" +218,415,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +218,416,223,"New York, NY and NJ",201,"Boston, MA" +218,417,159,"Long Beach, CA",159,"Long Beach, CA" +218,418,162,"Oakland, CA",269,"Longview, WA" +218,419,198,"Baltimore, MD",223,"New York, NY and NJ" +218,420,159,"Long Beach, CA",269,"Longview, WA" +218,421,159,"Long Beach, CA",159,"Long Beach, CA" +218,422,159,"Long Beach, CA",159,"Long Beach, CA" +218,423,159,"Long Beach, CA",239,"Portland, OR" +218,424,174,"Tampa, FL",265,"Norfolk Harbor, VA" +218,425,268,"Seattle, WA",159,"Long Beach, CA" +218,426,172,"Port Everglades, FL",171,"Jacksonville, FL" +218,427,177,"Savannah, GA",177,"Savannah, GA" +218,428,269,"Longview, WA",268,"Seattle, WA" +218,429,159,"Long Beach, CA",172,"Port Everglades, FL" +218,430,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +218,431,217,"New York, NY and NJ",201,"Boston, MA" +218,432,159,"Long Beach, CA",245,"Charleston, SC" +218,433,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +218,434,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +218,435,223,"New York, NY and NJ",201,"Boston, MA" +218,436,217,"New York, NY and NJ",223,"New York, NY and NJ" +218,437,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +218,438,223,"New York, NY and NJ",217,"New York, NY and NJ" +218,439,229,"Wilmington, NC",217,"New York, NY and NJ" +218,440,229,"Wilmington, NC",229,"Wilmington, NC" +218,441,268,"Seattle, WA",159,"Long Beach, CA" +218,442,198,"Baltimore, MD",241,"Philadelphia, PA" +218,443,217,"New York, NY and NJ",169,"Wilmington, DE" +218,444,159,"Long Beach, CA",239,"Portland, OR" +218,445,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +218,446,197,"Portland, ME",198,"Baltimore, MD" +218,447,241,"Philadelphia, PA",198,"Baltimore, MD" +218,448,244,"Providence, RI",198,"Baltimore, MD" +218,449,159,"Long Beach, CA",239,"Portland, OR" +218,450,198,"Baltimore, MD",241,"Philadelphia, PA" +218,451,241,"Philadelphia, PA",223,"New York, NY and NJ" +218,452,223,"New York, NY and NJ",217,"New York, NY and NJ" +218,453,159,"Long Beach, CA",159,"Long Beach, CA" +218,454,223,"New York, NY and NJ",197,"Portland, ME" +218,455,223,"New York, NY and NJ",217,"New York, NY and NJ" +218,456,159,"Long Beach, CA",159,"Long Beach, CA" +218,457,223,"New York, NY and NJ",197,"Portland, ME" +218,458,223,"New York, NY and NJ",197,"Portland, ME" +218,459,268,"Seattle, WA",239,"Portland, OR" +218,460,197,"Portland, ME",218,"Camden-Gloucester, NJ" +218,461,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +218,462,197,"Portland, ME",265,"Norfolk Harbor, VA" +218,463,244,"Providence, RI",223,"New York, NY and NJ" +218,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +218,465,159,"Long Beach, CA",159,"Long Beach, CA" +218,466,269,"Longview, WA",159,"Long Beach, CA" +218,467,169,"Wilmington, DE",197,"Portland, ME" +218,468,268,"Seattle, WA",162,"Oakland, CA" +218,469,197,"Portland, ME",201,"Boston, MA" +218,470,159,"Long Beach, CA",159,"Long Beach, CA" +218,471,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +218,472,269,"Longview, WA",268,"Seattle, WA" +218,473,268,"Seattle, WA",159,"Long Beach, CA" +218,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +218,475,265,"Norfolk Harbor, VA",197,"Portland, ME" +218,476,159,"Long Beach, CA",159,"Long Beach, CA" +218,477,162,"Oakland, CA",239,"Portland, OR" +218,478,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +218,479,269,"Longview, WA",268,"Seattle, WA" +218,480,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +218,481,223,"New York, NY and NJ",241,"Philadelphia, PA" +218,482,159,"Long Beach, CA",268,"Seattle, WA" +218,483,223,"New York, NY and NJ",217,"New York, NY and NJ" +218,484,152,"Mobile, AL",265,"Norfolk Harbor, VA" +218,485,239,"Portland, OR",268,"Seattle, WA" +218,486,162,"Oakland, CA",159,"Long Beach, CA" +218,487,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +218,488,159,"Long Beach, CA",159,"Long Beach, CA" +218,489,174,"Tampa, FL",169,"Wilmington, DE" +218,490,265,"Norfolk Harbor, VA",201,"Boston, MA" +218,491,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +219,154,159,"Long Beach, CA",159,"Long Beach, CA" +219,179,159,"Long Beach, CA",268,"Seattle, WA" +219,180,159,"Long Beach, CA",159,"Long Beach, CA" +219,274,268,"Seattle, WA",162,"Oakland, CA" +219,275,241,"Philadelphia, PA",241,"Philadelphia, PA" +219,276,217,"New York, NY and NJ",217,"New York, NY and NJ" +219,277,241,"Philadelphia, PA",241,"Philadelphia, PA" +219,278,223,"New York, NY and NJ",241,"Philadelphia, PA" +219,279,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +219,280,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +219,281,265,"Norfolk Harbor, VA",245,"Charleston, SC" +219,282,201,"Boston, MA",197,"Portland, ME" +219,283,172,"Port Everglades, FL",198,"Baltimore, MD" +219,284,269,"Longview, WA",268,"Seattle, WA" +219,285,198,"Baltimore, MD",197,"Portland, ME" +219,286,217,"New York, NY and NJ",217,"New York, NY and NJ" +219,287,177,"Savannah, GA",198,"Baltimore, MD" +219,288,159,"Long Beach, CA",239,"Portland, OR" +219,289,268,"Seattle, WA",268,"Seattle, WA" +219,290,174,"Tampa, FL",218,"Camden-Gloucester, NJ" +219,291,223,"New York, NY and NJ",217,"New York, NY and NJ" +219,292,244,"Providence, RI",217,"New York, NY and NJ" +219,293,171,"Jacksonville, FL",152,"Mobile, AL" +219,294,218,"Camden-Gloucester, NJ",197,"Portland, ME" +219,295,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +219,296,159,"Long Beach, CA",159,"Long Beach, CA" +219,297,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +219,298,217,"New York, NY and NJ",223,"New York, NY and NJ" +219,299,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +219,300,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +219,301,198,"Baltimore, MD",217,"New York, NY and NJ" +219,302,245,"Charleston, SC",265,"Norfolk Harbor, VA" +219,303,159,"Long Beach, CA",159,"Long Beach, CA" +219,304,217,"New York, NY and NJ",198,"Baltimore, MD" +219,305,223,"New York, NY and NJ",198,"Baltimore, MD" +219,306,217,"New York, NY and NJ",217,"New York, NY and NJ" +219,307,217,"New York, NY and NJ",217,"New York, NY and NJ" +219,308,268,"Seattle, WA",269,"Longview, WA" +219,309,201,"Boston, MA",223,"New York, NY and NJ" +219,310,197,"Portland, ME",241,"Philadelphia, PA" +219,311,217,"New York, NY and NJ",201,"Boston, MA" +219,312,172,"Port Everglades, FL",177,"Savannah, GA" +219,313,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +219,314,244,"Providence, RI",223,"New York, NY and NJ" +219,315,152,"Mobile, AL",245,"Charleston, SC" +219,316,159,"Long Beach, CA",159,"Long Beach, CA" +219,317,159,"Long Beach, CA",159,"Long Beach, CA" +219,318,268,"Seattle, WA",268,"Seattle, WA" +219,319,177,"Savannah, GA",171,"Jacksonville, FL" +219,320,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +219,321,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +219,322,159,"Long Beach, CA",239,"Portland, OR" +219,323,152,"Mobile, AL",177,"Savannah, GA" +219,324,223,"New York, NY and NJ",217,"New York, NY and NJ" +219,325,172,"Port Everglades, FL",177,"Savannah, GA" +219,326,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +219,327,197,"Portland, ME",241,"Philadelphia, PA" +219,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +219,329,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +219,330,197,"Portland, ME",217,"New York, NY and NJ" +219,331,223,"New York, NY and NJ",223,"New York, NY and NJ" +219,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +219,333,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +219,334,195,"New Orleans, LA",172,"Port Everglades, FL" +219,335,217,"New York, NY and NJ",244,"Providence, RI" +219,336,172,"Port Everglades, FL",198,"Baltimore, MD" +219,337,244,"Providence, RI",198,"Baltimore, MD" +219,338,198,"Baltimore, MD",201,"Boston, MA" +219,339,217,"New York, NY and NJ",197,"Portland, ME" +219,340,217,"New York, NY and NJ",201,"Boston, MA" +219,341,172,"Port Everglades, FL",177,"Savannah, GA" +219,342,244,"Providence, RI",198,"Baltimore, MD" +219,343,162,"Oakland, CA",159,"Long Beach, CA" +219,344,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +219,345,223,"New York, NY and NJ",217,"New York, NY and NJ" +219,346,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +219,347,197,"Portland, ME",265,"Norfolk Harbor, VA" +219,348,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +219,349,197,"Portland, ME",223,"New York, NY and NJ" +219,350,197,"Portland, ME",198,"Baltimore, MD" +219,351,217,"New York, NY and NJ",198,"Baltimore, MD" +219,352,217,"New York, NY and NJ",217,"New York, NY and NJ" +219,353,197,"Portland, ME",198,"Baltimore, MD" +219,354,241,"Philadelphia, PA",217,"New York, NY and NJ" +219,355,169,"Wilmington, DE",245,"Charleston, SC" +219,356,152,"Mobile, AL",174,"Tampa, FL" +219,357,201,"Boston, MA",218,"Camden-Gloucester, NJ" +219,358,241,"Philadelphia, PA",217,"New York, NY and NJ" +219,359,217,"New York, NY and NJ",198,"Baltimore, MD" +219,360,245,"Charleston, SC",241,"Philadelphia, PA" +219,361,245,"Charleston, SC",208,"Pascagoula, MS" +219,362,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +219,363,208,"Pascagoula, MS",152,"Mobile, AL" +219,364,217,"New York, NY and NJ",217,"New York, NY and NJ" +219,365,244,"Providence, RI",241,"Philadelphia, PA" +219,366,159,"Long Beach, CA",159,"Long Beach, CA" +219,367,268,"Seattle, WA",159,"Long Beach, CA" +219,368,159,"Long Beach, CA",159,"Long Beach, CA" +219,369,159,"Long Beach, CA",172,"Port Everglades, FL" +219,370,241,"Philadelphia, PA",198,"Baltimore, MD" +219,371,159,"Long Beach, CA",268,"Seattle, WA" +219,372,218,"Camden-Gloucester, NJ",197,"Portland, ME" +219,373,245,"Charleston, SC",245,"Charleston, SC" +219,374,159,"Long Beach, CA",159,"Long Beach, CA" +219,375,159,"Long Beach, CA",159,"Long Beach, CA" +219,376,159,"Long Beach, CA",159,"Long Beach, CA" +219,377,223,"New York, NY and NJ",197,"Portland, ME" +219,378,172,"Port Everglades, FL",198,"Baltimore, MD" +219,379,159,"Long Beach, CA",169,"Wilmington, DE" +219,380,159,"Long Beach, CA",269,"Longview, WA" +219,381,268,"Seattle, WA",159,"Long Beach, CA" +219,382,198,"Baltimore, MD",201,"Boston, MA" +219,383,159,"Long Beach, CA",268,"Seattle, WA" +219,384,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +219,385,241,"Philadelphia, PA",223,"New York, NY and NJ" +219,386,197,"Portland, ME",198,"Baltimore, MD" +219,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +219,388,241,"Philadelphia, PA",223,"New York, NY and NJ" +219,389,217,"New York, NY and NJ",197,"Portland, ME" +219,390,201,"Boston, MA",223,"New York, NY and NJ" +219,391,217,"New York, NY and NJ",198,"Baltimore, MD" +219,392,159,"Long Beach, CA",159,"Long Beach, CA" +219,393,268,"Seattle, WA",159,"Long Beach, CA" +219,394,197,"Portland, ME",217,"New York, NY and NJ" +219,395,217,"New York, NY and NJ",223,"New York, NY and NJ" +219,396,159,"Long Beach, CA",269,"Longview, WA" +219,397,241,"Philadelphia, PA",198,"Baltimore, MD" +219,398,241,"Philadelphia, PA",217,"New York, NY and NJ" +219,399,254,"Corpus Christi, TX",257,"Houston, TX" +219,400,159,"Long Beach, CA",268,"Seattle, WA" +219,401,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +219,402,223,"New York, NY and NJ",198,"Baltimore, MD" +219,403,159,"Long Beach, CA",159,"Long Beach, CA" +219,404,241,"Philadelphia, PA",223,"New York, NY and NJ" +219,405,177,"Savannah, GA",217,"New York, NY and NJ" +219,406,197,"Portland, ME",217,"New York, NY and NJ" +219,407,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +219,408,159,"Long Beach, CA",162,"Oakland, CA" +219,409,229,"Wilmington, NC",223,"New York, NY and NJ" +219,410,268,"Seattle, WA",159,"Long Beach, CA" +219,411,268,"Seattle, WA",268,"Seattle, WA" +219,412,201,"Boston, MA",217,"New York, NY and NJ" +219,413,172,"Port Everglades, FL",159,"Long Beach, CA" +219,414,171,"Jacksonville, FL",245,"Charleston, SC" +219,415,241,"Philadelphia, PA",198,"Baltimore, MD" +219,416,223,"New York, NY and NJ",241,"Philadelphia, PA" +219,417,268,"Seattle, WA",159,"Long Beach, CA" +219,418,268,"Seattle, WA",268,"Seattle, WA" +219,419,217,"New York, NY and NJ",197,"Portland, ME" +219,420,268,"Seattle, WA",162,"Oakland, CA" +219,421,159,"Long Beach, CA",159,"Long Beach, CA" +219,422,239,"Portland, OR",269,"Longview, WA" +219,423,269,"Longview, WA",269,"Longview, WA" +219,424,172,"Port Everglades, FL",172,"Port Everglades, FL" +219,425,239,"Portland, OR",162,"Oakland, CA" +219,426,229,"Wilmington, NC",177,"Savannah, GA" +219,427,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +219,428,159,"Long Beach, CA",159,"Long Beach, CA" +219,429,159,"Long Beach, CA",245,"Charleston, SC" +219,430,241,"Philadelphia, PA",198,"Baltimore, MD" +219,431,241,"Philadelphia, PA",241,"Philadelphia, PA" +219,432,239,"Portland, OR",239,"Portland, OR" +219,433,197,"Portland, ME",265,"Norfolk Harbor, VA" +219,434,241,"Philadelphia, PA",197,"Portland, ME" +219,435,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +219,436,223,"New York, NY and NJ",241,"Philadelphia, PA" +219,437,244,"Providence, RI",169,"Wilmington, DE" +219,438,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +219,439,198,"Baltimore, MD",217,"New York, NY and NJ" +219,440,177,"Savannah, GA",265,"Norfolk Harbor, VA" +219,441,268,"Seattle, WA",269,"Longview, WA" +219,442,201,"Boston, MA",241,"Philadelphia, PA" +219,443,241,"Philadelphia, PA",223,"New York, NY and NJ" +219,444,268,"Seattle, WA",268,"Seattle, WA" +219,445,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +219,446,217,"New York, NY and NJ",198,"Baltimore, MD" +219,447,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +219,448,197,"Portland, ME",223,"New York, NY and NJ" +219,449,159,"Long Beach, CA",269,"Longview, WA" +219,450,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +219,451,197,"Portland, ME",223,"New York, NY and NJ" +219,452,201,"Boston, MA",244,"Providence, RI" +219,453,162,"Oakland, CA",268,"Seattle, WA" +219,454,223,"New York, NY and NJ",223,"New York, NY and NJ" +219,455,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +219,456,159,"Long Beach, CA",159,"Long Beach, CA" +219,457,197,"Portland, ME",265,"Norfolk Harbor, VA" +219,458,223,"New York, NY and NJ",241,"Philadelphia, PA" +219,459,269,"Longview, WA",162,"Oakland, CA" +219,460,241,"Philadelphia, PA",217,"New York, NY and NJ" +219,461,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +219,462,169,"Wilmington, DE",244,"Providence, RI" +219,463,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +219,464,241,"Philadelphia, PA",223,"New York, NY and NJ" +219,465,159,"Long Beach, CA",268,"Seattle, WA" +219,466,159,"Long Beach, CA",268,"Seattle, WA" +219,467,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +219,468,268,"Seattle, WA",268,"Seattle, WA" +219,469,201,"Boston, MA",244,"Providence, RI" +219,470,159,"Long Beach, CA",269,"Longview, WA" +219,471,201,"Boston, MA",198,"Baltimore, MD" +219,472,268,"Seattle, WA",159,"Long Beach, CA" +219,473,268,"Seattle, WA",159,"Long Beach, CA" +219,474,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +219,475,265,"Norfolk Harbor, VA",201,"Boston, MA" +219,476,159,"Long Beach, CA",159,"Long Beach, CA" +219,477,159,"Long Beach, CA",268,"Seattle, WA" +219,478,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +219,479,159,"Long Beach, CA",239,"Portland, OR" +219,480,229,"Wilmington, NC",198,"Baltimore, MD" +219,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +219,482,268,"Seattle, WA",268,"Seattle, WA" +219,483,241,"Philadelphia, PA",241,"Philadelphia, PA" +219,484,177,"Savannah, GA",245,"Charleston, SC" +219,485,239,"Portland, OR",159,"Long Beach, CA" +219,486,159,"Long Beach, CA",268,"Seattle, WA" +219,487,177,"Savannah, GA",217,"New York, NY and NJ" +219,488,159,"Long Beach, CA",159,"Long Beach, CA" +219,489,268,"Seattle, WA",245,"Charleston, SC" +219,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +219,491,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +220,154,159,"Long Beach, CA",159,"Long Beach, CA" +220,179,159,"Long Beach, CA",159,"Long Beach, CA" +220,180,159,"Long Beach, CA",159,"Long Beach, CA" +220,274,159,"Long Beach, CA",269,"Longview, WA" +220,275,217,"New York, NY and NJ",198,"Baltimore, MD" +220,276,198,"Baltimore, MD",217,"New York, NY and NJ" +220,277,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +220,278,244,"Providence, RI",265,"Norfolk Harbor, VA" +220,279,245,"Charleston, SC",177,"Savannah, GA" +220,280,174,"Tampa, FL",172,"Port Everglades, FL" +220,281,195,"New Orleans, LA",194,"Lake Charles, LA" +220,282,197,"Portland, ME",218,"Camden-Gloucester, NJ" +220,283,172,"Port Everglades, FL",195,"New Orleans, LA" +220,284,239,"Portland, OR",159,"Long Beach, CA" +220,285,265,"Norfolk Harbor, VA",197,"Portland, ME" +220,286,217,"New York, NY and NJ",198,"Baltimore, MD" +220,287,172,"Port Everglades, FL",195,"New Orleans, LA" +220,288,268,"Seattle, WA",162,"Oakland, CA" +220,289,159,"Long Beach, CA",159,"Long Beach, CA" +220,290,174,"Tampa, FL",193,"Baton Rouge, LA" +220,291,197,"Portland, ME",217,"New York, NY and NJ" +220,292,218,"Camden-Gloucester, NJ",244,"Providence, RI" +220,293,257,"Houston, TX",257,"Houston, TX" +220,294,218,"Camden-Gloucester, NJ",201,"Boston, MA" +220,295,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +220,296,159,"Long Beach, CA",268,"Seattle, WA" +220,297,195,"New Orleans, LA",257,"Houston, TX" +220,298,241,"Philadelphia, PA",198,"Baltimore, MD" +220,299,245,"Charleston, SC",223,"New York, NY and NJ" +220,300,208,"Pascagoula, MS",195,"New Orleans, LA" +220,301,217,"New York, NY and NJ",198,"Baltimore, MD" +220,302,177,"Savannah, GA",195,"New Orleans, LA" +220,303,159,"Long Beach, CA",159,"Long Beach, CA" +220,304,223,"New York, NY and NJ",201,"Boston, MA" +220,305,201,"Boston, MA",201,"Boston, MA" +220,306,197,"Portland, ME",223,"New York, NY and NJ" +220,307,177,"Savannah, GA",223,"New York, NY and NJ" +220,308,159,"Long Beach, CA",159,"Long Beach, CA" +220,309,265,"Norfolk Harbor, VA",245,"Charleston, SC" +220,310,257,"Houston, TX",208,"Pascagoula, MS" +220,311,229,"Wilmington, NC",223,"New York, NY and NJ" +220,312,152,"Mobile, AL",253,"Beaumont, TX" +220,313,218,"Camden-Gloucester, NJ",201,"Boston, MA" +220,314,197,"Portland, ME",217,"New York, NY and NJ" +220,315,254,"Corpus Christi, TX",257,"Houston, TX" +220,316,268,"Seattle, WA",159,"Long Beach, CA" +220,317,159,"Long Beach, CA",159,"Long Beach, CA" +220,318,159,"Long Beach, CA",159,"Long Beach, CA" +220,319,174,"Tampa, FL",195,"New Orleans, LA" +220,320,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +220,321,198,"Baltimore, MD",223,"New York, NY and NJ" +220,322,162,"Oakland, CA",159,"Long Beach, CA" +220,323,195,"New Orleans, LA",195,"New Orleans, LA" +220,324,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +220,325,195,"New Orleans, LA",257,"Houston, TX" +220,326,152,"Mobile, AL",195,"New Orleans, LA" +220,327,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +220,328,223,"New York, NY and NJ",197,"Portland, ME" +220,329,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +220,330,223,"New York, NY and NJ",244,"Providence, RI" +220,331,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +220,332,172,"Port Everglades, FL",174,"Tampa, FL" +220,333,171,"Jacksonville, FL",208,"Pascagoula, MS" +220,334,195,"New Orleans, LA",257,"Houston, TX" +220,335,217,"New York, NY and NJ",223,"New York, NY and NJ" +220,336,159,"Long Beach, CA",159,"Long Beach, CA" +220,337,223,"New York, NY and NJ",217,"New York, NY and NJ" +220,338,197,"Portland, ME",223,"New York, NY and NJ" +220,339,218,"Camden-Gloucester, NJ",244,"Providence, RI" +220,340,229,"Wilmington, NC",241,"Philadelphia, PA" +220,341,152,"Mobile, AL",195,"New Orleans, LA" +220,342,198,"Baltimore, MD",217,"New York, NY and NJ" +220,343,239,"Portland, OR",268,"Seattle, WA" +220,344,241,"Philadelphia, PA",201,"Boston, MA" +220,345,223,"New York, NY and NJ",244,"Providence, RI" +220,346,254,"Corpus Christi, TX",177,"Savannah, GA" +220,347,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +220,348,198,"Baltimore, MD",223,"New York, NY and NJ" +220,349,241,"Philadelphia, PA",223,"New York, NY and NJ" +220,350,217,"New York, NY and NJ",201,"Boston, MA" +220,351,198,"Baltimore, MD",171,"Jacksonville, FL" +220,352,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +220,353,223,"New York, NY and NJ",217,"New York, NY and NJ" +220,354,169,"Wilmington, DE",223,"New York, NY and NJ" +220,355,245,"Charleston, SC",208,"Pascagoula, MS" +220,356,195,"New Orleans, LA",254,"Corpus Christi, TX" +220,357,217,"New York, NY and NJ",223,"New York, NY and NJ" +220,358,217,"New York, NY and NJ",245,"Charleston, SC" +220,359,171,"Jacksonville, FL",245,"Charleston, SC" +220,360,172,"Port Everglades, FL",171,"Jacksonville, FL" +220,361,194,"Lake Charles, LA",194,"Lake Charles, LA" +220,362,217,"New York, NY and NJ",241,"Philadelphia, PA" +220,363,152,"Mobile, AL",257,"Houston, TX" +220,364,217,"New York, NY and NJ",201,"Boston, MA" +220,365,217,"New York, NY and NJ",217,"New York, NY and NJ" +220,366,268,"Seattle, WA",159,"Long Beach, CA" +220,367,159,"Long Beach, CA",268,"Seattle, WA" +220,368,159,"Long Beach, CA",159,"Long Beach, CA" +220,369,159,"Long Beach, CA",159,"Long Beach, CA" +220,370,223,"New York, NY and NJ",217,"New York, NY and NJ" +220,371,159,"Long Beach, CA",159,"Long Beach, CA" +220,372,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +220,373,195,"New Orleans, LA",253,"Beaumont, TX" +220,374,268,"Seattle, WA",159,"Long Beach, CA" +220,375,159,"Long Beach, CA",268,"Seattle, WA" +220,376,159,"Long Beach, CA",159,"Long Beach, CA" +220,377,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +220,378,257,"Houston, TX",257,"Houston, TX" +220,379,159,"Long Beach, CA",268,"Seattle, WA" +220,380,159,"Long Beach, CA",159,"Long Beach, CA" +220,381,159,"Long Beach, CA",159,"Long Beach, CA" +220,382,223,"New York, NY and NJ",197,"Portland, ME" +220,383,159,"Long Beach, CA",159,"Long Beach, CA" +220,384,265,"Norfolk Harbor, VA",177,"Savannah, GA" +220,385,223,"New York, NY and NJ",217,"New York, NY and NJ" +220,386,198,"Baltimore, MD",198,"Baltimore, MD" +220,387,223,"New York, NY and NJ",244,"Providence, RI" +220,388,197,"Portland, ME",198,"Baltimore, MD" +220,389,198,"Baltimore, MD",223,"New York, NY and NJ" +220,390,217,"New York, NY and NJ",229,"Wilmington, NC" +220,391,217,"New York, NY and NJ",217,"New York, NY and NJ" +220,392,239,"Portland, OR",269,"Longview, WA" +220,393,159,"Long Beach, CA",162,"Oakland, CA" +220,394,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +220,395,217,"New York, NY and NJ",241,"Philadelphia, PA" +220,396,159,"Long Beach, CA",268,"Seattle, WA" +220,397,223,"New York, NY and NJ",217,"New York, NY and NJ" +220,398,197,"Portland, ME",208,"Pascagoula, MS" +220,399,195,"New Orleans, LA",254,"Corpus Christi, TX" +220,400,268,"Seattle, WA",162,"Oakland, CA" +220,401,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +220,402,241,"Philadelphia, PA",198,"Baltimore, MD" +220,403,162,"Oakland, CA",159,"Long Beach, CA" +220,404,244,"Providence, RI",241,"Philadelphia, PA" +220,405,174,"Tampa, FL",178,"Brunswick, GA" +220,406,169,"Wilmington, DE",244,"Providence, RI" +220,407,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +220,408,159,"Long Beach, CA",268,"Seattle, WA" +220,409,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +220,410,159,"Long Beach, CA",268,"Seattle, WA" +220,411,268,"Seattle, WA",159,"Long Beach, CA" +220,412,223,"New York, NY and NJ",201,"Boston, MA" +220,413,162,"Oakland, CA",159,"Long Beach, CA" +220,414,195,"New Orleans, LA",253,"Beaumont, TX" +220,415,241,"Philadelphia, PA",177,"Savannah, GA" +220,416,265,"Norfolk Harbor, VA",245,"Charleston, SC" +220,417,162,"Oakland, CA",159,"Long Beach, CA" +220,418,159,"Long Beach, CA",268,"Seattle, WA" +220,419,217,"New York, NY and NJ",241,"Philadelphia, PA" +220,420,268,"Seattle, WA",159,"Long Beach, CA" +220,421,159,"Long Beach, CA",159,"Long Beach, CA" +220,422,159,"Long Beach, CA",269,"Longview, WA" +220,423,162,"Oakland, CA",268,"Seattle, WA" +220,424,172,"Port Everglades, FL",257,"Houston, TX" +220,425,159,"Long Beach, CA",268,"Seattle, WA" +220,426,253,"Beaumont, TX",195,"New Orleans, LA" +220,427,194,"Lake Charles, LA",195,"New Orleans, LA" +220,428,268,"Seattle, WA",159,"Long Beach, CA" +220,429,159,"Long Beach, CA",159,"Long Beach, CA" +220,430,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +220,431,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +220,432,159,"Long Beach, CA",159,"Long Beach, CA" +220,433,201,"Boston, MA",171,"Jacksonville, FL" +220,434,217,"New York, NY and NJ",223,"New York, NY and NJ" +220,435,223,"New York, NY and NJ",217,"New York, NY and NJ" +220,436,217,"New York, NY and NJ",197,"Portland, ME" +220,437,223,"New York, NY and NJ",253,"Beaumont, TX" +220,438,177,"Savannah, GA",195,"New Orleans, LA" +220,439,177,"Savannah, GA",194,"Lake Charles, LA" +220,440,265,"Norfolk Harbor, VA",257,"Houston, TX" +220,441,159,"Long Beach, CA",159,"Long Beach, CA" +220,442,223,"New York, NY and NJ",217,"New York, NY and NJ" +220,443,197,"Portland, ME",265,"Norfolk Harbor, VA" +220,444,239,"Portland, OR",162,"Oakland, CA" +220,445,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +220,446,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +220,447,198,"Baltimore, MD",217,"New York, NY and NJ" +220,448,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +220,449,268,"Seattle, WA",159,"Long Beach, CA" +220,450,172,"Port Everglades, FL",195,"New Orleans, LA" +220,451,265,"Norfolk Harbor, VA",245,"Charleston, SC" +220,452,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +220,453,159,"Long Beach, CA",159,"Long Beach, CA" +220,454,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +220,455,241,"Philadelphia, PA",257,"Houston, TX" +220,456,159,"Long Beach, CA",159,"Long Beach, CA" +220,457,217,"New York, NY and NJ",169,"Wilmington, DE" +220,458,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +220,459,159,"Long Beach, CA",268,"Seattle, WA" +220,460,223,"New York, NY and NJ",208,"Pascagoula, MS" +220,461,177,"Savannah, GA",195,"New Orleans, LA" +220,462,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +220,463,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +220,464,241,"Philadelphia, PA",198,"Baltimore, MD" +220,465,268,"Seattle, WA",162,"Oakland, CA" +220,466,159,"Long Beach, CA",159,"Long Beach, CA" +220,467,171,"Jacksonville, FL",217,"New York, NY and NJ" +220,468,162,"Oakland, CA",159,"Long Beach, CA" +220,469,197,"Portland, ME",241,"Philadelphia, PA" +220,470,159,"Long Beach, CA",159,"Long Beach, CA" +220,471,201,"Boston, MA",244,"Providence, RI" +220,472,159,"Long Beach, CA",268,"Seattle, WA" +220,473,268,"Seattle, WA",268,"Seattle, WA" +220,474,172,"Port Everglades, FL",177,"Savannah, GA" +220,475,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +220,476,159,"Long Beach, CA",159,"Long Beach, CA" +220,477,159,"Long Beach, CA",268,"Seattle, WA" +220,478,245,"Charleston, SC",195,"New Orleans, LA" +220,479,162,"Oakland, CA",159,"Long Beach, CA" +220,480,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +220,481,198,"Baltimore, MD",244,"Providence, RI" +220,482,162,"Oakland, CA",159,"Long Beach, CA" +220,483,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +220,484,253,"Beaumont, TX",195,"New Orleans, LA" +220,485,159,"Long Beach, CA",159,"Long Beach, CA" +220,486,159,"Long Beach, CA",239,"Portland, OR" +220,487,174,"Tampa, FL",257,"Houston, TX" +220,488,269,"Longview, WA",159,"Long Beach, CA" +220,489,159,"Long Beach, CA",159,"Long Beach, CA" +220,490,245,"Charleston, SC",197,"Portland, ME" +220,491,245,"Charleston, SC",223,"New York, NY and NJ" +221,154,159,"Long Beach, CA",159,"Long Beach, CA" +221,179,159,"Long Beach, CA",159,"Long Beach, CA" +221,180,239,"Portland, OR",159,"Long Beach, CA" +221,274,268,"Seattle, WA",159,"Long Beach, CA" +221,275,241,"Philadelphia, PA",201,"Boston, MA" +221,276,217,"New York, NY and NJ",198,"Baltimore, MD" +221,277,197,"Portland, ME",201,"Boston, MA" +221,278,223,"New York, NY and NJ",217,"New York, NY and NJ" +221,279,172,"Port Everglades, FL",201,"Boston, MA" +221,280,198,"Baltimore, MD",201,"Boston, MA" +221,281,177,"Savannah, GA",217,"New York, NY and NJ" +221,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +221,283,174,"Tampa, FL",198,"Baltimore, MD" +221,284,268,"Seattle, WA",159,"Long Beach, CA" +221,285,223,"New York, NY and NJ",241,"Philadelphia, PA" +221,286,197,"Portland, ME",217,"New York, NY and NJ" +221,287,177,"Savannah, GA",217,"New York, NY and NJ" +221,288,239,"Portland, OR",162,"Oakland, CA" +221,289,268,"Seattle, WA",159,"Long Beach, CA" +221,290,198,"Baltimore, MD",169,"Wilmington, DE" +221,291,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +221,292,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +221,293,177,"Savannah, GA",195,"New Orleans, LA" +221,294,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +221,295,217,"New York, NY and NJ",217,"New York, NY and NJ" +221,296,159,"Long Beach, CA",159,"Long Beach, CA" +221,297,178,"Brunswick, GA",265,"Norfolk Harbor, VA" +221,298,223,"New York, NY and NJ",201,"Boston, MA" +221,299,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +221,300,245,"Charleston, SC",217,"New York, NY and NJ" +221,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +221,302,169,"Wilmington, DE",241,"Philadelphia, PA" +221,303,239,"Portland, OR",159,"Long Beach, CA" +221,304,198,"Baltimore, MD",201,"Boston, MA" +221,305,217,"New York, NY and NJ",198,"Baltimore, MD" +221,306,223,"New York, NY and NJ",201,"Boston, MA" +221,307,169,"Wilmington, DE",223,"New York, NY and NJ" +221,308,159,"Long Beach, CA",159,"Long Beach, CA" +221,309,169,"Wilmington, DE",217,"New York, NY and NJ" +221,310,223,"New York, NY and NJ",223,"New York, NY and NJ" +221,311,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +221,312,174,"Tampa, FL",245,"Charleston, SC" +221,313,217,"New York, NY and NJ",217,"New York, NY and NJ" +221,314,223,"New York, NY and NJ",169,"Wilmington, DE" +221,315,177,"Savannah, GA",201,"Boston, MA" +221,316,159,"Long Beach, CA",162,"Oakland, CA" +221,317,159,"Long Beach, CA",159,"Long Beach, CA" +221,318,159,"Long Beach, CA",269,"Longview, WA" +221,319,265,"Norfolk Harbor, VA",174,"Tampa, FL" +221,320,201,"Boston, MA",217,"New York, NY and NJ" +221,321,223,"New York, NY and NJ",217,"New York, NY and NJ" +221,322,268,"Seattle, WA",159,"Long Beach, CA" +221,323,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +221,324,223,"New York, NY and NJ",241,"Philadelphia, PA" +221,325,177,"Savannah, GA",174,"Tampa, FL" +221,326,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +221,327,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +221,328,217,"New York, NY and NJ",223,"New York, NY and NJ" +221,329,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +221,330,197,"Portland, ME",201,"Boston, MA" +221,331,217,"New York, NY and NJ",223,"New York, NY and NJ" +221,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +221,333,245,"Charleston, SC",265,"Norfolk Harbor, VA" +221,334,174,"Tampa, FL",172,"Port Everglades, FL" +221,335,223,"New York, NY and NJ",223,"New York, NY and NJ" +221,336,195,"New Orleans, LA",172,"Port Everglades, FL" +221,337,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +221,338,198,"Baltimore, MD",169,"Wilmington, DE" +221,339,241,"Philadelphia, PA",223,"New York, NY and NJ" +221,340,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +221,341,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +221,342,201,"Boston, MA",223,"New York, NY and NJ" +221,343,239,"Portland, OR",159,"Long Beach, CA" +221,344,217,"New York, NY and NJ",201,"Boston, MA" +221,345,169,"Wilmington, DE",244,"Providence, RI" +221,346,245,"Charleston, SC",265,"Norfolk Harbor, VA" +221,347,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +221,348,217,"New York, NY and NJ",223,"New York, NY and NJ" +221,349,201,"Boston, MA",217,"New York, NY and NJ" +221,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +221,351,244,"Providence, RI",218,"Camden-Gloucester, NJ" +221,352,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +221,353,217,"New York, NY and NJ",223,"New York, NY and NJ" +221,354,201,"Boston, MA",223,"New York, NY and NJ" +221,355,172,"Port Everglades, FL",201,"Boston, MA" +221,356,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +221,357,244,"Providence, RI",217,"New York, NY and NJ" +221,358,197,"Portland, ME",265,"Norfolk Harbor, VA" +221,359,217,"New York, NY and NJ",198,"Baltimore, MD" +221,360,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +221,361,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +221,362,217,"New York, NY and NJ",197,"Portland, ME" +221,363,172,"Port Everglades, FL",177,"Savannah, GA" +221,364,197,"Portland, ME",244,"Providence, RI" +221,365,244,"Providence, RI",241,"Philadelphia, PA" +221,366,159,"Long Beach, CA",159,"Long Beach, CA" +221,367,268,"Seattle, WA",159,"Long Beach, CA" +221,368,162,"Oakland, CA",162,"Oakland, CA" +221,369,268,"Seattle, WA",245,"Charleston, SC" +221,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +221,371,268,"Seattle, WA",239,"Portland, OR" +221,372,218,"Camden-Gloucester, NJ",197,"Portland, ME" +221,373,171,"Jacksonville, FL",174,"Tampa, FL" +221,374,239,"Portland, OR",268,"Seattle, WA" +221,375,195,"New Orleans, LA",269,"Longview, WA" +221,376,159,"Long Beach, CA",159,"Long Beach, CA" +221,377,197,"Portland, ME",218,"Camden-Gloucester, NJ" +221,378,172,"Port Everglades, FL",217,"New York, NY and NJ" +221,379,159,"Long Beach, CA",268,"Seattle, WA" +221,380,159,"Long Beach, CA",159,"Long Beach, CA" +221,381,268,"Seattle, WA",159,"Long Beach, CA" +221,382,198,"Baltimore, MD",201,"Boston, MA" +221,383,159,"Long Beach, CA",159,"Long Beach, CA" +221,384,223,"New York, NY and NJ",241,"Philadelphia, PA" +221,385,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +221,386,217,"New York, NY and NJ",223,"New York, NY and NJ" +221,387,241,"Philadelphia, PA",223,"New York, NY and NJ" +221,388,244,"Providence, RI",197,"Portland, ME" +221,389,223,"New York, NY and NJ",241,"Philadelphia, PA" +221,390,198,"Baltimore, MD",217,"New York, NY and NJ" +221,391,201,"Boston, MA",198,"Baltimore, MD" +221,392,162,"Oakland, CA",159,"Long Beach, CA" +221,393,159,"Long Beach, CA",268,"Seattle, WA" +221,394,244,"Providence, RI",223,"New York, NY and NJ" +221,395,169,"Wilmington, DE",217,"New York, NY and NJ" +221,396,269,"Longview, WA",269,"Longview, WA" +221,397,197,"Portland, ME",223,"New York, NY and NJ" +221,398,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +221,399,194,"Lake Charles, LA",195,"New Orleans, LA" +221,400,159,"Long Beach, CA",162,"Oakland, CA" +221,401,223,"New York, NY and NJ",201,"Boston, MA" +221,402,217,"New York, NY and NJ",197,"Portland, ME" +221,403,162,"Oakland, CA",159,"Long Beach, CA" +221,404,217,"New York, NY and NJ",217,"New York, NY and NJ" +221,405,241,"Philadelphia, PA",223,"New York, NY and NJ" +221,406,197,"Portland, ME",223,"New York, NY and NJ" +221,407,198,"Baltimore, MD",223,"New York, NY and NJ" +221,408,159,"Long Beach, CA",159,"Long Beach, CA" +221,409,217,"New York, NY and NJ",201,"Boston, MA" +221,410,162,"Oakland, CA",162,"Oakland, CA" +221,411,159,"Long Beach, CA",159,"Long Beach, CA" +221,412,197,"Portland, ME",197,"Portland, ME" +221,413,162,"Oakland, CA",159,"Long Beach, CA" +221,414,172,"Port Everglades, FL",172,"Port Everglades, FL" +221,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +221,416,198,"Baltimore, MD",223,"New York, NY and NJ" +221,417,268,"Seattle, WA",159,"Long Beach, CA" +221,418,159,"Long Beach, CA",268,"Seattle, WA" +221,419,223,"New York, NY and NJ",244,"Providence, RI" +221,420,159,"Long Beach, CA",239,"Portland, OR" +221,421,162,"Oakland, CA",159,"Long Beach, CA" +221,422,162,"Oakland, CA",159,"Long Beach, CA" +221,423,162,"Oakland, CA",268,"Seattle, WA" +221,424,195,"New Orleans, LA",198,"Baltimore, MD" +221,425,159,"Long Beach, CA",159,"Long Beach, CA" +221,426,198,"Baltimore, MD",198,"Baltimore, MD" +221,427,178,"Brunswick, GA",245,"Charleston, SC" +221,428,239,"Portland, OR",162,"Oakland, CA" +221,429,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +221,430,201,"Boston, MA",223,"New York, NY and NJ" +221,431,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +221,432,159,"Long Beach, CA",159,"Long Beach, CA" +221,433,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +221,434,217,"New York, NY and NJ",223,"New York, NY and NJ" +221,435,223,"New York, NY and NJ",217,"New York, NY and NJ" +221,436,223,"New York, NY and NJ",197,"Portland, ME" +221,437,245,"Charleston, SC",241,"Philadelphia, PA" +221,438,223,"New York, NY and NJ",217,"New York, NY and NJ" +221,439,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +221,440,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +221,441,159,"Long Beach, CA",268,"Seattle, WA" +221,442,217,"New York, NY and NJ",223,"New York, NY and NJ" +221,443,198,"Baltimore, MD",217,"New York, NY and NJ" +221,444,159,"Long Beach, CA",217,"New York, NY and NJ" +221,445,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +221,446,223,"New York, NY and NJ",217,"New York, NY and NJ" +221,447,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +221,448,217,"New York, NY and NJ",198,"Baltimore, MD" +221,449,162,"Oakland, CA",159,"Long Beach, CA" +221,450,229,"Wilmington, NC",217,"New York, NY and NJ" +221,451,223,"New York, NY and NJ",244,"Providence, RI" +221,452,244,"Providence, RI",201,"Boston, MA" +221,453,268,"Seattle, WA",159,"Long Beach, CA" +221,454,198,"Baltimore, MD",198,"Baltimore, MD" +221,455,244,"Providence, RI",198,"Baltimore, MD" +221,456,159,"Long Beach, CA",269,"Longview, WA" +221,457,198,"Baltimore, MD",217,"New York, NY and NJ" +221,458,201,"Boston, MA",217,"New York, NY and NJ" +221,459,268,"Seattle, WA",159,"Long Beach, CA" +221,460,217,"New York, NY and NJ",201,"Boston, MA" +221,461,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +221,462,223,"New York, NY and NJ",198,"Baltimore, MD" +221,463,197,"Portland, ME",198,"Baltimore, MD" +221,464,197,"Portland, ME",223,"New York, NY and NJ" +221,465,159,"Long Beach, CA",239,"Portland, OR" +221,466,162,"Oakland, CA",159,"Long Beach, CA" +221,467,218,"Camden-Gloucester, NJ",201,"Boston, MA" +221,468,269,"Longview, WA",159,"Long Beach, CA" +221,469,197,"Portland, ME",223,"New York, NY and NJ" +221,470,162,"Oakland, CA",239,"Portland, OR" +221,471,223,"New York, NY and NJ",198,"Baltimore, MD" +221,472,162,"Oakland, CA",159,"Long Beach, CA" +221,473,239,"Portland, OR",268,"Seattle, WA" +221,474,171,"Jacksonville, FL",245,"Charleston, SC" +221,475,223,"New York, NY and NJ",241,"Philadelphia, PA" +221,476,268,"Seattle, WA",159,"Long Beach, CA" +221,477,239,"Portland, OR",162,"Oakland, CA" +221,478,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +221,479,159,"Long Beach, CA",159,"Long Beach, CA" +221,480,197,"Portland, ME",201,"Boston, MA" +221,481,223,"New York, NY and NJ",241,"Philadelphia, PA" +221,482,268,"Seattle, WA",268,"Seattle, WA" +221,483,197,"Portland, ME",223,"New York, NY and NJ" +221,484,195,"New Orleans, LA",241,"Philadelphia, PA" +221,485,159,"Long Beach, CA",268,"Seattle, WA" +221,486,159,"Long Beach, CA",268,"Seattle, WA" +221,487,174,"Tampa, FL",169,"Wilmington, DE" +221,488,239,"Portland, OR",159,"Long Beach, CA" +221,489,171,"Jacksonville, FL",268,"Seattle, WA" +221,490,217,"New York, NY and NJ",197,"Portland, ME" +221,491,223,"New York, NY and NJ",217,"New York, NY and NJ" +222,154,159,"Long Beach, CA",162,"Oakland, CA" +222,179,159,"Long Beach, CA",268,"Seattle, WA" +222,180,159,"Long Beach, CA",159,"Long Beach, CA" +222,274,159,"Long Beach, CA",162,"Oakland, CA" +222,275,201,"Boston, MA",223,"New York, NY and NJ" +222,276,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +222,277,241,"Philadelphia, PA",241,"Philadelphia, PA" +222,278,197,"Portland, ME",198,"Baltimore, MD" +222,279,223,"New York, NY and NJ",229,"Wilmington, NC" +222,280,265,"Norfolk Harbor, VA",244,"Providence, RI" +222,281,172,"Port Everglades, FL",223,"New York, NY and NJ" +222,282,201,"Boston, MA",223,"New York, NY and NJ" +222,283,171,"Jacksonville, FL",217,"New York, NY and NJ" +222,284,268,"Seattle, WA",268,"Seattle, WA" +222,285,201,"Boston, MA",223,"New York, NY and NJ" +222,286,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +222,287,172,"Port Everglades, FL",241,"Philadelphia, PA" +222,288,159,"Long Beach, CA",159,"Long Beach, CA" +222,289,159,"Long Beach, CA",159,"Long Beach, CA" +222,290,229,"Wilmington, NC",223,"New York, NY and NJ" +222,291,241,"Philadelphia, PA",201,"Boston, MA" +222,292,244,"Providence, RI",223,"New York, NY and NJ" +222,293,171,"Jacksonville, FL",195,"New Orleans, LA" +222,294,197,"Portland, ME",169,"Wilmington, DE" +222,295,217,"New York, NY and NJ",244,"Providence, RI" +222,296,159,"Long Beach, CA",268,"Seattle, WA" +222,297,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +222,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +222,299,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +222,300,172,"Port Everglades, FL",217,"New York, NY and NJ" +222,301,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +222,302,174,"Tampa, FL",218,"Camden-Gloucester, NJ" +222,303,268,"Seattle, WA",159,"Long Beach, CA" +222,304,218,"Camden-Gloucester, NJ",197,"Portland, ME" +222,305,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +222,306,223,"New York, NY and NJ",217,"New York, NY and NJ" +222,307,201,"Boston, MA",217,"New York, NY and NJ" +222,308,268,"Seattle, WA",159,"Long Beach, CA" +222,309,198,"Baltimore, MD",223,"New York, NY and NJ" +222,310,198,"Baltimore, MD",223,"New York, NY and NJ" +222,311,244,"Providence, RI",244,"Providence, RI" +222,312,245,"Charleston, SC",152,"Mobile, AL" +222,313,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +222,314,223,"New York, NY and NJ",223,"New York, NY and NJ" +222,315,193,"Baton Rouge, LA",208,"Pascagoula, MS" +222,316,159,"Long Beach, CA",159,"Long Beach, CA" +222,317,159,"Long Beach, CA",268,"Seattle, WA" +222,318,162,"Oakland, CA",162,"Oakland, CA" +222,319,152,"Mobile, AL",223,"New York, NY and NJ" +222,320,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +222,321,201,"Boston, MA",223,"New York, NY and NJ" +222,322,268,"Seattle, WA",162,"Oakland, CA" +222,323,195,"New Orleans, LA",245,"Charleston, SC" +222,324,223,"New York, NY and NJ",244,"Providence, RI" +222,325,245,"Charleston, SC",245,"Charleston, SC" +222,326,177,"Savannah, GA",217,"New York, NY and NJ" +222,327,197,"Portland, ME",223,"New York, NY and NJ" +222,328,223,"New York, NY and NJ",201,"Boston, MA" +222,329,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +222,330,197,"Portland, ME",201,"Boston, MA" +222,331,198,"Baltimore, MD",223,"New York, NY and NJ" +222,332,174,"Tampa, FL",223,"New York, NY and NJ" +222,333,265,"Norfolk Harbor, VA",201,"Boston, MA" +222,334,171,"Jacksonville, FL",217,"New York, NY and NJ" +222,335,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +222,336,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +222,337,223,"New York, NY and NJ",198,"Baltimore, MD" +222,338,218,"Camden-Gloucester, NJ",201,"Boston, MA" +222,339,241,"Philadelphia, PA",217,"New York, NY and NJ" +222,340,169,"Wilmington, DE",197,"Portland, ME" +222,341,245,"Charleston, SC",217,"New York, NY and NJ" +222,342,201,"Boston, MA",223,"New York, NY and NJ" +222,343,162,"Oakland, CA",268,"Seattle, WA" +222,344,244,"Providence, RI",197,"Portland, ME" +222,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +222,346,194,"Lake Charles, LA",172,"Port Everglades, FL" +222,347,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +222,348,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +222,349,244,"Providence, RI",198,"Baltimore, MD" +222,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +222,351,217,"New York, NY and NJ",217,"New York, NY and NJ" +222,352,223,"New York, NY and NJ",198,"Baltimore, MD" +222,353,198,"Baltimore, MD",217,"New York, NY and NJ" +222,354,197,"Portland, ME",218,"Camden-Gloucester, NJ" +222,355,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +222,356,172,"Port Everglades, FL",253,"Beaumont, TX" +222,357,223,"New York, NY and NJ",197,"Portland, ME" +222,358,223,"New York, NY and NJ",217,"New York, NY and NJ" +222,359,217,"New York, NY and NJ",223,"New York, NY and NJ" +222,360,172,"Port Everglades, FL",171,"Jacksonville, FL" +222,361,245,"Charleston, SC",172,"Port Everglades, FL" +222,362,241,"Philadelphia, PA",223,"New York, NY and NJ" +222,363,174,"Tampa, FL",195,"New Orleans, LA" +222,364,217,"New York, NY and NJ",223,"New York, NY and NJ" +222,365,217,"New York, NY and NJ",197,"Portland, ME" +222,366,159,"Long Beach, CA",159,"Long Beach, CA" +222,367,159,"Long Beach, CA",159,"Long Beach, CA" +222,368,159,"Long Beach, CA",162,"Oakland, CA" +222,369,268,"Seattle, WA",159,"Long Beach, CA" +222,370,197,"Portland, ME",217,"New York, NY and NJ" +222,371,162,"Oakland, CA",239,"Portland, OR" +222,372,244,"Providence, RI",241,"Philadelphia, PA" +222,373,177,"Savannah, GA",245,"Charleston, SC" +222,374,239,"Portland, OR",159,"Long Beach, CA" +222,375,239,"Portland, OR",159,"Long Beach, CA" +222,376,269,"Longview, WA",159,"Long Beach, CA" +222,377,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +222,378,178,"Brunswick, GA",152,"Mobile, AL" +222,379,162,"Oakland, CA",268,"Seattle, WA" +222,380,239,"Portland, OR",159,"Long Beach, CA" +222,381,162,"Oakland, CA",239,"Portland, OR" +222,382,223,"New York, NY and NJ",197,"Portland, ME" +222,383,159,"Long Beach, CA",159,"Long Beach, CA" +222,384,265,"Norfolk Harbor, VA",201,"Boston, MA" +222,385,218,"Camden-Gloucester, NJ",197,"Portland, ME" +222,386,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +222,387,241,"Philadelphia, PA",217,"New York, NY and NJ" +222,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +222,389,223,"New York, NY and NJ",197,"Portland, ME" +222,390,177,"Savannah, GA",223,"New York, NY and NJ" +222,391,198,"Baltimore, MD",198,"Baltimore, MD" +222,392,162,"Oakland, CA",162,"Oakland, CA" +222,393,159,"Long Beach, CA",159,"Long Beach, CA" +222,394,223,"New York, NY and NJ",223,"New York, NY and NJ" +222,395,241,"Philadelphia, PA",223,"New York, NY and NJ" +222,396,159,"Long Beach, CA",268,"Seattle, WA" +222,397,223,"New York, NY and NJ",217,"New York, NY and NJ" +222,398,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +222,399,253,"Beaumont, TX",194,"Lake Charles, LA" +222,400,159,"Long Beach, CA",159,"Long Beach, CA" +222,401,223,"New York, NY and NJ",201,"Boston, MA" +222,402,218,"Camden-Gloucester, NJ",197,"Portland, ME" +222,403,269,"Longview, WA",268,"Seattle, WA" +222,404,197,"Portland, ME",201,"Boston, MA" +222,405,223,"New York, NY and NJ",217,"New York, NY and NJ" +222,406,217,"New York, NY and NJ",241,"Philadelphia, PA" +222,407,241,"Philadelphia, PA",217,"New York, NY and NJ" +222,408,159,"Long Beach, CA",268,"Seattle, WA" +222,409,265,"Norfolk Harbor, VA",201,"Boston, MA" +222,410,159,"Long Beach, CA",268,"Seattle, WA" +222,411,268,"Seattle, WA",159,"Long Beach, CA" +222,412,223,"New York, NY and NJ",244,"Providence, RI" +222,413,159,"Long Beach, CA",159,"Long Beach, CA" +222,414,194,"Lake Charles, LA",245,"Charleston, SC" +222,415,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +222,416,217,"New York, NY and NJ",241,"Philadelphia, PA" +222,417,159,"Long Beach, CA",268,"Seattle, WA" +222,418,239,"Portland, OR",159,"Long Beach, CA" +222,419,197,"Portland, ME",217,"New York, NY and NJ" +222,420,162,"Oakland, CA",239,"Portland, OR" +222,421,159,"Long Beach, CA",162,"Oakland, CA" +222,422,159,"Long Beach, CA",268,"Seattle, WA" +222,423,239,"Portland, OR",162,"Oakland, CA" +222,424,245,"Charleston, SC",208,"Pascagoula, MS" +222,425,268,"Seattle, WA",268,"Seattle, WA" +222,426,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +222,427,195,"New Orleans, LA",171,"Jacksonville, FL" +222,428,159,"Long Beach, CA",239,"Portland, OR" +222,429,268,"Seattle, WA",229,"Wilmington, NC" +222,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +222,431,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +222,432,159,"Long Beach, CA",159,"Long Beach, CA" +222,433,198,"Baltimore, MD",169,"Wilmington, DE" +222,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +222,435,223,"New York, NY and NJ",197,"Portland, ME" +222,436,223,"New York, NY and NJ",198,"Baltimore, MD" +222,437,218,"Camden-Gloucester, NJ",197,"Portland, ME" +222,438,172,"Port Everglades, FL",223,"New York, NY and NJ" +222,439,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +222,440,265,"Norfolk Harbor, VA",245,"Charleston, SC" +222,441,159,"Long Beach, CA",159,"Long Beach, CA" +222,442,198,"Baltimore, MD",217,"New York, NY and NJ" +222,443,223,"New York, NY and NJ",223,"New York, NY and NJ" +222,444,159,"Long Beach, CA",239,"Portland, OR" +222,445,223,"New York, NY and NJ",217,"New York, NY and NJ" +222,446,201,"Boston, MA",217,"New York, NY and NJ" +222,447,223,"New York, NY and NJ",198,"Baltimore, MD" +222,448,223,"New York, NY and NJ",241,"Philadelphia, PA" +222,449,159,"Long Beach, CA",268,"Seattle, WA" +222,450,245,"Charleston, SC",217,"New York, NY and NJ" +222,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +222,452,201,"Boston, MA",223,"New York, NY and NJ" +222,453,159,"Long Beach, CA",268,"Seattle, WA" +222,454,217,"New York, NY and NJ",198,"Baltimore, MD" +222,455,223,"New York, NY and NJ",217,"New York, NY and NJ" +222,456,159,"Long Beach, CA",268,"Seattle, WA" +222,457,223,"New York, NY and NJ",241,"Philadelphia, PA" +222,458,217,"New York, NY and NJ",241,"Philadelphia, PA" +222,459,159,"Long Beach, CA",159,"Long Beach, CA" +222,460,265,"Norfolk Harbor, VA",201,"Boston, MA" +222,461,169,"Wilmington, DE",223,"New York, NY and NJ" +222,462,241,"Philadelphia, PA",244,"Providence, RI" +222,463,223,"New York, NY and NJ",201,"Boston, MA" +222,464,201,"Boston, MA",223,"New York, NY and NJ" +222,465,159,"Long Beach, CA",159,"Long Beach, CA" +222,466,159,"Long Beach, CA",162,"Oakland, CA" +222,467,201,"Boston, MA",241,"Philadelphia, PA" +222,468,159,"Long Beach, CA",268,"Seattle, WA" +222,469,217,"New York, NY and NJ",223,"New York, NY and NJ" +222,470,159,"Long Beach, CA",268,"Seattle, WA" +222,471,201,"Boston, MA",217,"New York, NY and NJ" +222,472,159,"Long Beach, CA",159,"Long Beach, CA" +222,473,162,"Oakland, CA",159,"Long Beach, CA" +222,474,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +222,475,241,"Philadelphia, PA",244,"Providence, RI" +222,476,268,"Seattle, WA",268,"Seattle, WA" +222,477,162,"Oakland, CA",159,"Long Beach, CA" +222,478,245,"Charleston, SC",217,"New York, NY and NJ" +222,479,159,"Long Beach, CA",159,"Long Beach, CA" +222,480,197,"Portland, ME",218,"Camden-Gloucester, NJ" +222,481,223,"New York, NY and NJ",201,"Boston, MA" +222,482,268,"Seattle, WA",268,"Seattle, WA" +222,483,217,"New York, NY and NJ",197,"Portland, ME" +222,484,172,"Port Everglades, FL",241,"Philadelphia, PA" +222,485,159,"Long Beach, CA",239,"Portland, OR" +222,486,239,"Portland, OR",159,"Long Beach, CA" +222,487,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +222,488,159,"Long Beach, CA",269,"Longview, WA" +222,489,268,"Seattle, WA",268,"Seattle, WA" +222,490,241,"Philadelphia, PA",241,"Philadelphia, PA" +222,491,197,"Portland, ME",223,"New York, NY and NJ" +223,154,159,"Long Beach, CA",159,"Long Beach, CA" +223,179,159,"Long Beach, CA",159,"Long Beach, CA" +223,180,159,"Long Beach, CA",159,"Long Beach, CA" +223,274,159,"Long Beach, CA",159,"Long Beach, CA" +223,275,198,"Baltimore, MD",217,"New York, NY and NJ" +223,276,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +223,277,241,"Philadelphia, PA",201,"Boston, MA" +223,278,265,"Norfolk Harbor, VA",197,"Portland, ME" +223,279,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +223,280,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +223,281,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +223,282,197,"Portland, ME",198,"Baltimore, MD" +223,283,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +223,284,268,"Seattle, WA",268,"Seattle, WA" +223,285,201,"Boston, MA",217,"New York, NY and NJ" +223,286,244,"Providence, RI",223,"New York, NY and NJ" +223,287,245,"Charleston, SC",217,"New York, NY and NJ" +223,288,162,"Oakland, CA",162,"Oakland, CA" +223,289,269,"Longview, WA",159,"Long Beach, CA" +223,290,245,"Charleston, SC",223,"New York, NY and NJ" +223,291,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +223,292,217,"New York, NY and NJ",241,"Philadelphia, PA" +223,293,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +223,294,223,"New York, NY and NJ",217,"New York, NY and NJ" +223,295,223,"New York, NY and NJ",201,"Boston, MA" +223,296,159,"Long Beach, CA",159,"Long Beach, CA" +223,297,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +223,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +223,299,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +223,300,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +223,301,198,"Baltimore, MD",241,"Philadelphia, PA" +223,302,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +223,303,159,"Long Beach, CA",159,"Long Beach, CA" +223,304,198,"Baltimore, MD",241,"Philadelphia, PA" +223,305,197,"Portland, ME",201,"Boston, MA" +223,306,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +223,307,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +223,308,162,"Oakland, CA",162,"Oakland, CA" +223,309,223,"New York, NY and NJ",197,"Portland, ME" +223,310,244,"Providence, RI",244,"Providence, RI" +223,311,201,"Boston, MA",223,"New York, NY and NJ" +223,312,172,"Port Everglades, FL",245,"Charleston, SC" +223,313,265,"Norfolk Harbor, VA",244,"Providence, RI" +223,314,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +223,315,172,"Port Everglades, FL",174,"Tampa, FL" +223,316,159,"Long Beach, CA",159,"Long Beach, CA" +223,317,239,"Portland, OR",268,"Seattle, WA" +223,318,162,"Oakland, CA",239,"Portland, OR" +223,319,177,"Savannah, GA",223,"New York, NY and NJ" +223,320,217,"New York, NY and NJ",223,"New York, NY and NJ" +223,321,169,"Wilmington, DE",223,"New York, NY and NJ" +223,322,162,"Oakland, CA",159,"Long Beach, CA" +223,323,177,"Savannah, GA",171,"Jacksonville, FL" +223,324,223,"New York, NY and NJ",197,"Portland, ME" +223,325,177,"Savannah, GA",229,"Wilmington, NC" +223,326,177,"Savannah, GA",245,"Charleston, SC" +223,327,223,"New York, NY and NJ",197,"Portland, ME" +223,328,241,"Philadelphia, PA",197,"Portland, ME" +223,329,223,"New York, NY and NJ",217,"New York, NY and NJ" +223,330,217,"New York, NY and NJ",197,"Portland, ME" +223,331,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +223,332,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +223,333,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +223,334,193,"Baton Rouge, LA",223,"New York, NY and NJ" +223,335,198,"Baltimore, MD",217,"New York, NY and NJ" +223,336,229,"Wilmington, NC",172,"Port Everglades, FL" +223,337,241,"Philadelphia, PA",223,"New York, NY and NJ" +223,338,197,"Portland, ME",197,"Portland, ME" +223,339,201,"Boston, MA",223,"New York, NY and NJ" +223,340,241,"Philadelphia, PA",223,"New York, NY and NJ" +223,341,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +223,342,217,"New York, NY and NJ",223,"New York, NY and NJ" +223,343,159,"Long Beach, CA",239,"Portland, OR" +223,344,223,"New York, NY and NJ",197,"Portland, ME" +223,345,244,"Providence, RI",197,"Portland, ME" +223,346,223,"New York, NY and NJ",244,"Providence, RI" +223,347,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +223,348,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +223,349,241,"Philadelphia, PA",197,"Portland, ME" +223,350,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +223,351,223,"New York, NY and NJ",217,"New York, NY and NJ" +223,352,169,"Wilmington, DE",223,"New York, NY and NJ" +223,353,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +223,354,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +223,355,245,"Charleston, SC",217,"New York, NY and NJ" +223,356,253,"Beaumont, TX",208,"Pascagoula, MS" +223,357,201,"Boston, MA",265,"Norfolk Harbor, VA" +223,358,244,"Providence, RI",217,"New York, NY and NJ" +223,359,245,"Charleston, SC",265,"Norfolk Harbor, VA" +223,360,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +223,361,257,"Houston, TX",217,"New York, NY and NJ" +223,362,241,"Philadelphia, PA",217,"New York, NY and NJ" +223,363,195,"New Orleans, LA",217,"New York, NY and NJ" +223,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +223,365,201,"Boston, MA",217,"New York, NY and NJ" +223,366,268,"Seattle, WA",159,"Long Beach, CA" +223,367,268,"Seattle, WA",162,"Oakland, CA" +223,368,159,"Long Beach, CA",159,"Long Beach, CA" +223,369,159,"Long Beach, CA",239,"Portland, OR" +223,370,201,"Boston, MA",223,"New York, NY and NJ" +223,371,162,"Oakland, CA",268,"Seattle, WA" +223,372,217,"New York, NY and NJ",223,"New York, NY and NJ" +223,373,177,"Savannah, GA",245,"Charleston, SC" +223,374,159,"Long Beach, CA",159,"Long Beach, CA" +223,375,162,"Oakland, CA",159,"Long Beach, CA" +223,376,269,"Longview, WA",159,"Long Beach, CA" +223,377,223,"New York, NY and NJ",197,"Portland, ME" +223,378,245,"Charleston, SC",174,"Tampa, FL" +223,379,159,"Long Beach, CA",162,"Oakland, CA" +223,380,159,"Long Beach, CA",162,"Oakland, CA" +223,381,162,"Oakland, CA",268,"Seattle, WA" +223,382,197,"Portland, ME",241,"Philadelphia, PA" +223,383,159,"Long Beach, CA",268,"Seattle, WA" +223,384,217,"New York, NY and NJ",223,"New York, NY and NJ" +223,385,197,"Portland, ME",217,"New York, NY and NJ" +223,386,241,"Philadelphia, PA",169,"Wilmington, DE" +223,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +223,388,217,"New York, NY and NJ",223,"New York, NY and NJ" +223,389,217,"New York, NY and NJ",223,"New York, NY and NJ" +223,390,223,"New York, NY and NJ",244,"Providence, RI" +223,391,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +223,392,159,"Long Beach, CA",268,"Seattle, WA" +223,393,239,"Portland, OR",268,"Seattle, WA" +223,394,217,"New York, NY and NJ",223,"New York, NY and NJ" +223,395,217,"New York, NY and NJ",223,"New York, NY and NJ" +223,396,159,"Long Beach, CA",159,"Long Beach, CA" +223,397,223,"New York, NY and NJ",223,"New York, NY and NJ" +223,398,223,"New York, NY and NJ",169,"Wilmington, DE" +223,399,253,"Beaumont, TX",253,"Beaumont, TX" +223,400,162,"Oakland, CA",268,"Seattle, WA" +223,401,198,"Baltimore, MD",197,"Portland, ME" +223,402,201,"Boston, MA",223,"New York, NY and NJ" +223,403,268,"Seattle, WA",269,"Longview, WA" +223,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +223,405,245,"Charleston, SC",223,"New York, NY and NJ" +223,406,198,"Baltimore, MD",223,"New York, NY and NJ" +223,407,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +223,408,159,"Long Beach, CA",239,"Portland, OR" +223,409,177,"Savannah, GA",223,"New York, NY and NJ" +223,410,159,"Long Beach, CA",162,"Oakland, CA" +223,411,159,"Long Beach, CA",269,"Longview, WA" +223,412,198,"Baltimore, MD",198,"Baltimore, MD" +223,413,268,"Seattle, WA",159,"Long Beach, CA" +223,414,245,"Charleston, SC",241,"Philadelphia, PA" +223,415,223,"New York, NY and NJ",217,"New York, NY and NJ" +223,416,218,"Camden-Gloucester, NJ",201,"Boston, MA" +223,417,268,"Seattle, WA",159,"Long Beach, CA" +223,418,159,"Long Beach, CA",159,"Long Beach, CA" +223,419,217,"New York, NY and NJ",201,"Boston, MA" +223,420,239,"Portland, OR",268,"Seattle, WA" +223,421,159,"Long Beach, CA",268,"Seattle, WA" +223,422,159,"Long Beach, CA",159,"Long Beach, CA" +223,423,159,"Long Beach, CA",172,"Port Everglades, FL" +223,424,172,"Port Everglades, FL",171,"Jacksonville, FL" +223,425,159,"Long Beach, CA",162,"Oakland, CA" +223,426,177,"Savannah, GA",198,"Baltimore, MD" +223,427,174,"Tampa, FL",177,"Savannah, GA" +223,428,162,"Oakland, CA",159,"Long Beach, CA" +223,429,159,"Long Beach, CA",217,"New York, NY and NJ" +223,430,198,"Baltimore, MD",223,"New York, NY and NJ" +223,431,217,"New York, NY and NJ",197,"Portland, ME" +223,432,159,"Long Beach, CA",177,"Savannah, GA" +223,433,169,"Wilmington, DE",241,"Philadelphia, PA" +223,434,197,"Portland, ME",217,"New York, NY and NJ" +223,435,223,"New York, NY and NJ",217,"New York, NY and NJ" +223,436,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +223,437,244,"Providence, RI",223,"New York, NY and NJ" +223,438,217,"New York, NY and NJ",198,"Baltimore, MD" +223,439,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +223,440,217,"New York, NY and NJ",223,"New York, NY and NJ" +223,441,268,"Seattle, WA",159,"Long Beach, CA" +223,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +223,443,217,"New York, NY and NJ",223,"New York, NY and NJ" +223,444,268,"Seattle, WA",159,"Long Beach, CA" +223,445,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +223,446,217,"New York, NY and NJ",244,"Providence, RI" +223,447,197,"Portland, ME",201,"Boston, MA" +223,448,223,"New York, NY and NJ",223,"New York, NY and NJ" +223,449,159,"Long Beach, CA",159,"Long Beach, CA" +223,450,217,"New York, NY and NJ",223,"New York, NY and NJ" +223,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +223,452,223,"New York, NY and NJ",201,"Boston, MA" +223,453,162,"Oakland, CA",162,"Oakland, CA" +223,454,201,"Boston, MA",223,"New York, NY and NJ" +223,455,198,"Baltimore, MD",244,"Providence, RI" +223,456,159,"Long Beach, CA",162,"Oakland, CA" +223,457,218,"Camden-Gloucester, NJ",197,"Portland, ME" +223,458,223,"New York, NY and NJ",198,"Baltimore, MD" +223,459,159,"Long Beach, CA",268,"Seattle, WA" +223,460,217,"New York, NY and NJ",198,"Baltimore, MD" +223,461,245,"Charleston, SC",265,"Norfolk Harbor, VA" +223,462,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +223,463,197,"Portland, ME",223,"New York, NY and NJ" +223,464,223,"New York, NY and NJ",217,"New York, NY and NJ" +223,465,269,"Longview, WA",159,"Long Beach, CA" +223,466,162,"Oakland, CA",239,"Portland, OR" +223,467,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +223,468,269,"Longview, WA",159,"Long Beach, CA" +223,469,198,"Baltimore, MD",201,"Boston, MA" +223,470,239,"Portland, OR",159,"Long Beach, CA" +223,471,223,"New York, NY and NJ",244,"Providence, RI" +223,472,159,"Long Beach, CA",268,"Seattle, WA" +223,473,162,"Oakland, CA",159,"Long Beach, CA" +223,474,171,"Jacksonville, FL",217,"New York, NY and NJ" +223,475,223,"New York, NY and NJ",217,"New York, NY and NJ" +223,476,159,"Long Beach, CA",268,"Seattle, WA" +223,477,268,"Seattle, WA",159,"Long Beach, CA" +223,478,174,"Tampa, FL",265,"Norfolk Harbor, VA" +223,479,162,"Oakland, CA",268,"Seattle, WA" +223,480,217,"New York, NY and NJ",223,"New York, NY and NJ" +223,481,197,"Portland, ME",241,"Philadelphia, PA" +223,482,269,"Longview, WA",268,"Seattle, WA" +223,483,244,"Providence, RI",223,"New York, NY and NJ" +223,484,177,"Savannah, GA",223,"New York, NY and NJ" +223,485,159,"Long Beach, CA",159,"Long Beach, CA" +223,486,159,"Long Beach, CA",159,"Long Beach, CA" +223,487,245,"Charleston, SC",223,"New York, NY and NJ" +223,488,162,"Oakland, CA",159,"Long Beach, CA" +223,489,162,"Oakland, CA",239,"Portland, OR" +223,490,218,"Camden-Gloucester, NJ",201,"Boston, MA" +223,491,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +224,154,159,"Long Beach, CA",159,"Long Beach, CA" +224,179,159,"Long Beach, CA",159,"Long Beach, CA" +224,180,239,"Portland, OR",159,"Long Beach, CA" +224,274,162,"Oakland, CA",159,"Long Beach, CA" +224,275,197,"Portland, ME",197,"Portland, ME" +224,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +224,277,244,"Providence, RI",198,"Baltimore, MD" +224,278,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +224,279,241,"Philadelphia, PA",169,"Wilmington, DE" +224,280,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +224,281,195,"New Orleans, LA",223,"New York, NY and NJ" +224,282,198,"Baltimore, MD",241,"Philadelphia, PA" +224,283,171,"Jacksonville, FL",218,"Camden-Gloucester, NJ" +224,284,159,"Long Beach, CA",239,"Portland, OR" +224,285,265,"Norfolk Harbor, VA",244,"Providence, RI" +224,286,198,"Baltimore, MD",223,"New York, NY and NJ" +224,287,245,"Charleston, SC",198,"Baltimore, MD" +224,288,269,"Longview, WA",162,"Oakland, CA" +224,289,159,"Long Beach, CA",268,"Seattle, WA" +224,290,229,"Wilmington, NC",223,"New York, NY and NJ" +224,291,244,"Providence, RI",223,"New York, NY and NJ" +224,292,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +224,293,172,"Port Everglades, FL",245,"Charleston, SC" +224,294,218,"Camden-Gloucester, NJ",201,"Boston, MA" +224,295,223,"New York, NY and NJ",217,"New York, NY and NJ" +224,296,268,"Seattle, WA",162,"Oakland, CA" +224,297,152,"Mobile, AL",265,"Norfolk Harbor, VA" +224,298,201,"Boston, MA",217,"New York, NY and NJ" +224,299,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +224,300,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +224,301,223,"New York, NY and NJ",223,"New York, NY and NJ" +224,302,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +224,303,162,"Oakland, CA",162,"Oakland, CA" +224,304,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +224,305,223,"New York, NY and NJ",198,"Baltimore, MD" +224,306,201,"Boston, MA",198,"Baltimore, MD" +224,307,197,"Portland, ME",265,"Norfolk Harbor, VA" +224,308,268,"Seattle, WA",159,"Long Beach, CA" +224,309,201,"Boston, MA",217,"New York, NY and NJ" +224,310,223,"New York, NY and NJ",169,"Wilmington, DE" +224,311,217,"New York, NY and NJ",217,"New York, NY and NJ" +224,312,152,"Mobile, AL",265,"Norfolk Harbor, VA" +224,313,217,"New York, NY and NJ",217,"New York, NY and NJ" +224,314,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +224,315,195,"New Orleans, LA",152,"Mobile, AL" +224,316,159,"Long Beach, CA",268,"Seattle, WA" +224,317,268,"Seattle, WA",159,"Long Beach, CA" +224,318,159,"Long Beach, CA",159,"Long Beach, CA" +224,319,177,"Savannah, GA",265,"Norfolk Harbor, VA" +224,320,217,"New York, NY and NJ",201,"Boston, MA" +224,321,198,"Baltimore, MD",223,"New York, NY and NJ" +224,322,159,"Long Beach, CA",239,"Portland, OR" +224,323,229,"Wilmington, NC",229,"Wilmington, NC" +224,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +224,325,171,"Jacksonville, FL",177,"Savannah, GA" +224,326,174,"Tampa, FL",265,"Norfolk Harbor, VA" +224,327,217,"New York, NY and NJ",198,"Baltimore, MD" +224,328,218,"Camden-Gloucester, NJ",201,"Boston, MA" +224,329,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +224,330,201,"Boston, MA",198,"Baltimore, MD" +224,331,218,"Camden-Gloucester, NJ",197,"Portland, ME" +224,332,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +224,333,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +224,334,195,"New Orleans, LA",218,"Camden-Gloucester, NJ" +224,335,241,"Philadelphia, PA",217,"New York, NY and NJ" +224,336,245,"Charleston, SC",172,"Port Everglades, FL" +224,337,201,"Boston, MA",217,"New York, NY and NJ" +224,338,223,"New York, NY and NJ",223,"New York, NY and NJ" +224,339,217,"New York, NY and NJ",223,"New York, NY and NJ" +224,340,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +224,341,253,"Beaumont, TX",241,"Philadelphia, PA" +224,342,201,"Boston, MA",223,"New York, NY and NJ" +224,343,159,"Long Beach, CA",159,"Long Beach, CA" +224,344,244,"Providence, RI",223,"New York, NY and NJ" +224,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +224,346,223,"New York, NY and NJ",241,"Philadelphia, PA" +224,347,197,"Portland, ME",201,"Boston, MA" +224,348,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +224,349,197,"Portland, ME",223,"New York, NY and NJ" +224,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +224,351,197,"Portland, ME",217,"New York, NY and NJ" +224,352,198,"Baltimore, MD",223,"New York, NY and NJ" +224,353,223,"New York, NY and NJ",169,"Wilmington, DE" +224,354,217,"New York, NY and NJ",223,"New York, NY and NJ" +224,355,198,"Baltimore, MD",241,"Philadelphia, PA" +224,356,195,"New Orleans, LA",195,"New Orleans, LA" +224,357,217,"New York, NY and NJ",217,"New York, NY and NJ" +224,358,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +224,359,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +224,360,177,"Savannah, GA",265,"Norfolk Harbor, VA" +224,361,172,"Port Everglades, FL",217,"New York, NY and NJ" +224,362,198,"Baltimore, MD",217,"New York, NY and NJ" +224,363,177,"Savannah, GA",177,"Savannah, GA" +224,364,244,"Providence, RI",201,"Boston, MA" +224,365,198,"Baltimore, MD",197,"Portland, ME" +224,366,268,"Seattle, WA",159,"Long Beach, CA" +224,367,268,"Seattle, WA",159,"Long Beach, CA" +224,368,159,"Long Beach, CA",159,"Long Beach, CA" +224,369,162,"Oakland, CA",268,"Seattle, WA" +224,370,241,"Philadelphia, PA",217,"New York, NY and NJ" +224,371,239,"Portland, OR",159,"Long Beach, CA" +224,372,198,"Baltimore, MD",223,"New York, NY and NJ" +224,373,177,"Savannah, GA",171,"Jacksonville, FL" +224,374,162,"Oakland, CA",162,"Oakland, CA" +224,375,159,"Long Beach, CA",159,"Long Beach, CA" +224,376,268,"Seattle, WA",162,"Oakland, CA" +224,377,223,"New York, NY and NJ",201,"Boston, MA" +224,378,177,"Savannah, GA",241,"Philadelphia, PA" +224,379,159,"Long Beach, CA",265,"Norfolk Harbor, VA" +224,380,268,"Seattle, WA",159,"Long Beach, CA" +224,381,159,"Long Beach, CA",268,"Seattle, WA" +224,382,197,"Portland, ME",217,"New York, NY and NJ" +224,383,159,"Long Beach, CA",268,"Seattle, WA" +224,384,223,"New York, NY and NJ",198,"Baltimore, MD" +224,385,223,"New York, NY and NJ",223,"New York, NY and NJ" +224,386,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +224,387,241,"Philadelphia, PA",217,"New York, NY and NJ" +224,388,217,"New York, NY and NJ",223,"New York, NY and NJ" +224,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +224,390,241,"Philadelphia, PA",223,"New York, NY and NJ" +224,391,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +224,392,159,"Long Beach, CA",159,"Long Beach, CA" +224,393,159,"Long Beach, CA",159,"Long Beach, CA" +224,394,241,"Philadelphia, PA",223,"New York, NY and NJ" +224,395,223,"New York, NY and NJ",217,"New York, NY and NJ" +224,396,162,"Oakland, CA",159,"Long Beach, CA" +224,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +224,398,177,"Savannah, GA",197,"Portland, ME" +224,399,257,"Houston, TX",257,"Houston, TX" +224,400,159,"Long Beach, CA",268,"Seattle, WA" +224,401,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +224,402,201,"Boston, MA",223,"New York, NY and NJ" +224,403,159,"Long Beach, CA",159,"Long Beach, CA" +224,404,223,"New York, NY and NJ",223,"New York, NY and NJ" +224,405,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +224,406,223,"New York, NY and NJ",169,"Wilmington, DE" +224,407,223,"New York, NY and NJ",198,"Baltimore, MD" +224,408,268,"Seattle, WA",159,"Long Beach, CA" +224,409,218,"Camden-Gloucester, NJ",244,"Providence, RI" +224,410,162,"Oakland, CA",159,"Long Beach, CA" +224,411,239,"Portland, OR",159,"Long Beach, CA" +224,412,201,"Boston, MA",217,"New York, NY and NJ" +224,413,268,"Seattle, WA",159,"Long Beach, CA" +224,414,245,"Charleston, SC",172,"Port Everglades, FL" +224,415,197,"Portland, ME",217,"New York, NY and NJ" +224,416,223,"New York, NY and NJ",244,"Providence, RI" +224,417,268,"Seattle, WA",162,"Oakland, CA" +224,418,159,"Long Beach, CA",268,"Seattle, WA" +224,419,223,"New York, NY and NJ",217,"New York, NY and NJ" +224,420,162,"Oakland, CA",159,"Long Beach, CA" +224,421,268,"Seattle, WA",159,"Long Beach, CA" +224,422,159,"Long Beach, CA",268,"Seattle, WA" +224,423,268,"Seattle, WA",268,"Seattle, WA" +224,424,177,"Savannah, GA",217,"New York, NY and NJ" +224,425,159,"Long Beach, CA",159,"Long Beach, CA" +224,426,218,"Camden-Gloucester, NJ",201,"Boston, MA" +224,427,171,"Jacksonville, FL",172,"Port Everglades, FL" +224,428,239,"Portland, OR",159,"Long Beach, CA" +224,429,159,"Long Beach, CA",245,"Charleston, SC" +224,430,244,"Providence, RI",217,"New York, NY and NJ" +224,431,217,"New York, NY and NJ",223,"New York, NY and NJ" +224,432,159,"Long Beach, CA",159,"Long Beach, CA" +224,433,198,"Baltimore, MD",217,"New York, NY and NJ" +224,434,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +224,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +224,436,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +224,437,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +224,438,177,"Savannah, GA",223,"New York, NY and NJ" +224,439,177,"Savannah, GA",217,"New York, NY and NJ" +224,440,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +224,441,159,"Long Beach, CA",159,"Long Beach, CA" +224,442,201,"Boston, MA",197,"Portland, ME" +224,443,201,"Boston, MA",217,"New York, NY and NJ" +224,444,162,"Oakland, CA",268,"Seattle, WA" +224,445,197,"Portland, ME",218,"Camden-Gloucester, NJ" +224,446,244,"Providence, RI",223,"New York, NY and NJ" +224,447,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +224,448,244,"Providence, RI",201,"Boston, MA" +224,449,239,"Portland, OR",162,"Oakland, CA" +224,450,241,"Philadelphia, PA",223,"New York, NY and NJ" +224,451,223,"New York, NY and NJ",217,"New York, NY and NJ" +224,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +224,453,269,"Longview, WA",268,"Seattle, WA" +224,454,241,"Philadelphia, PA",197,"Portland, ME" +224,455,223,"New York, NY and NJ",217,"New York, NY and NJ" +224,456,269,"Longview, WA",268,"Seattle, WA" +224,457,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +224,458,217,"New York, NY and NJ",201,"Boston, MA" +224,459,269,"Longview, WA",159,"Long Beach, CA" +224,460,198,"Baltimore, MD",241,"Philadelphia, PA" +224,461,172,"Port Everglades, FL",223,"New York, NY and NJ" +224,462,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +224,463,201,"Boston, MA",223,"New York, NY and NJ" +224,464,241,"Philadelphia, PA",217,"New York, NY and NJ" +224,465,159,"Long Beach, CA",159,"Long Beach, CA" +224,466,162,"Oakland, CA",162,"Oakland, CA" +224,467,217,"New York, NY and NJ",217,"New York, NY and NJ" +224,468,159,"Long Beach, CA",159,"Long Beach, CA" +224,469,241,"Philadelphia, PA",201,"Boston, MA" +224,470,268,"Seattle, WA",268,"Seattle, WA" +224,471,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +224,472,162,"Oakland, CA",159,"Long Beach, CA" +224,473,239,"Portland, OR",159,"Long Beach, CA" +224,474,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +224,475,201,"Boston, MA",223,"New York, NY and NJ" +224,476,268,"Seattle, WA",159,"Long Beach, CA" +224,477,159,"Long Beach, CA",159,"Long Beach, CA" +224,478,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +224,479,159,"Long Beach, CA",159,"Long Beach, CA" +224,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +224,481,197,"Portland, ME",241,"Philadelphia, PA" +224,482,159,"Long Beach, CA",268,"Seattle, WA" +224,483,241,"Philadelphia, PA",217,"New York, NY and NJ" +224,484,172,"Port Everglades, FL",241,"Philadelphia, PA" +224,485,269,"Longview, WA",159,"Long Beach, CA" +224,486,268,"Seattle, WA",159,"Long Beach, CA" +224,487,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +224,488,159,"Long Beach, CA",162,"Oakland, CA" +224,489,268,"Seattle, WA",159,"Long Beach, CA" +224,490,223,"New York, NY and NJ",241,"Philadelphia, PA" +224,491,241,"Philadelphia, PA",244,"Providence, RI" +225,154,239,"Portland, OR",162,"Oakland, CA" +225,179,159,"Long Beach, CA",268,"Seattle, WA" +225,180,268,"Seattle, WA",159,"Long Beach, CA" +225,274,162,"Oakland, CA",159,"Long Beach, CA" +225,275,217,"New York, NY and NJ",201,"Boston, MA" +225,276,197,"Portland, ME",218,"Camden-Gloucester, NJ" +225,277,223,"New York, NY and NJ",223,"New York, NY and NJ" +225,278,217,"New York, NY and NJ",217,"New York, NY and NJ" +225,279,172,"Port Everglades, FL",198,"Baltimore, MD" +225,280,223,"New York, NY and NJ",241,"Philadelphia, PA" +225,281,195,"New Orleans, LA",198,"Baltimore, MD" +225,282,223,"New York, NY and NJ",169,"Wilmington, DE" +225,283,245,"Charleston, SC",172,"Port Everglades, FL" +225,284,159,"Long Beach, CA",159,"Long Beach, CA" +225,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +225,286,244,"Providence, RI",223,"New York, NY and NJ" +225,287,177,"Savannah, GA",217,"New York, NY and NJ" +225,288,159,"Long Beach, CA",159,"Long Beach, CA" +225,289,159,"Long Beach, CA",268,"Seattle, WA" +225,290,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +225,291,223,"New York, NY and NJ",244,"Providence, RI" +225,292,241,"Philadelphia, PA",198,"Baltimore, MD" +225,293,195,"New Orleans, LA",152,"Mobile, AL" +225,294,223,"New York, NY and NJ",217,"New York, NY and NJ" +225,295,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +225,296,269,"Longview, WA",159,"Long Beach, CA" +225,297,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +225,298,265,"Norfolk Harbor, VA",244,"Providence, RI" +225,299,217,"New York, NY and NJ",169,"Wilmington, DE" +225,300,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +225,301,223,"New York, NY and NJ",217,"New York, NY and NJ" +225,302,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +225,303,159,"Long Beach, CA",269,"Longview, WA" +225,304,223,"New York, NY and NJ",197,"Portland, ME" +225,305,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +225,306,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +225,307,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +225,308,268,"Seattle, WA",159,"Long Beach, CA" +225,309,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +225,310,217,"New York, NY and NJ",201,"Boston, MA" +225,311,241,"Philadelphia, PA",241,"Philadelphia, PA" +225,312,177,"Savannah, GA",223,"New York, NY and NJ" +225,313,218,"Camden-Gloucester, NJ",244,"Providence, RI" +225,314,217,"New York, NY and NJ",169,"Wilmington, DE" +225,315,245,"Charleston, SC",223,"New York, NY and NJ" +225,316,159,"Long Beach, CA",159,"Long Beach, CA" +225,317,268,"Seattle, WA",268,"Seattle, WA" +225,318,239,"Portland, OR",159,"Long Beach, CA" +225,319,171,"Jacksonville, FL",229,"Wilmington, NC" +225,320,229,"Wilmington, NC",217,"New York, NY and NJ" +225,321,201,"Boston, MA",223,"New York, NY and NJ" +225,322,162,"Oakland, CA",268,"Seattle, WA" +225,323,171,"Jacksonville, FL",195,"New Orleans, LA" +225,324,198,"Baltimore, MD",198,"Baltimore, MD" +225,325,245,"Charleston, SC",198,"Baltimore, MD" +225,326,174,"Tampa, FL",223,"New York, NY and NJ" +225,327,169,"Wilmington, DE",217,"New York, NY and NJ" +225,328,201,"Boston, MA",223,"New York, NY and NJ" +225,329,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +225,330,201,"Boston, MA",217,"New York, NY and NJ" +225,331,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +225,332,172,"Port Everglades, FL",217,"New York, NY and NJ" +225,333,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +225,334,172,"Port Everglades, FL",174,"Tampa, FL" +225,335,197,"Portland, ME",198,"Baltimore, MD" +225,336,195,"New Orleans, LA",217,"New York, NY and NJ" +225,337,197,"Portland, ME",223,"New York, NY and NJ" +225,338,198,"Baltimore, MD",198,"Baltimore, MD" +225,339,223,"New York, NY and NJ",217,"New York, NY and NJ" +225,340,223,"New York, NY and NJ",241,"Philadelphia, PA" +225,341,195,"New Orleans, LA",245,"Charleston, SC" +225,342,223,"New York, NY and NJ",241,"Philadelphia, PA" +225,343,269,"Longview, WA",269,"Longview, WA" +225,344,223,"New York, NY and NJ",241,"Philadelphia, PA" +225,345,241,"Philadelphia, PA",201,"Boston, MA" +225,346,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +225,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +225,348,265,"Norfolk Harbor, VA",201,"Boston, MA" +225,349,223,"New York, NY and NJ",244,"Providence, RI" +225,350,217,"New York, NY and NJ",198,"Baltimore, MD" +225,351,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +225,352,241,"Philadelphia, PA",223,"New York, NY and NJ" +225,353,201,"Boston, MA",218,"Camden-Gloucester, NJ" +225,354,201,"Boston, MA",244,"Providence, RI" +225,355,198,"Baltimore, MD",223,"New York, NY and NJ" +225,356,195,"New Orleans, LA",174,"Tampa, FL" +225,357,201,"Boston, MA",241,"Philadelphia, PA" +225,358,217,"New York, NY and NJ",217,"New York, NY and NJ" +225,359,172,"Port Everglades, FL",201,"Boston, MA" +225,360,174,"Tampa, FL",217,"New York, NY and NJ" +225,361,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +225,362,198,"Baltimore, MD",244,"Providence, RI" +225,363,172,"Port Everglades, FL",152,"Mobile, AL" +225,364,223,"New York, NY and NJ",217,"New York, NY and NJ" +225,365,217,"New York, NY and NJ",217,"New York, NY and NJ" +225,366,159,"Long Beach, CA",159,"Long Beach, CA" +225,367,268,"Seattle, WA",159,"Long Beach, CA" +225,368,159,"Long Beach, CA",162,"Oakland, CA" +225,369,268,"Seattle, WA",268,"Seattle, WA" +225,370,201,"Boston, MA",217,"New York, NY and NJ" +225,371,162,"Oakland, CA",268,"Seattle, WA" +225,372,241,"Philadelphia, PA",223,"New York, NY and NJ" +225,373,171,"Jacksonville, FL",177,"Savannah, GA" +225,374,159,"Long Beach, CA",162,"Oakland, CA" +225,375,268,"Seattle, WA",195,"New Orleans, LA" +225,376,159,"Long Beach, CA",159,"Long Beach, CA" +225,377,201,"Boston, MA",217,"New York, NY and NJ" +225,378,195,"New Orleans, LA",172,"Port Everglades, FL" +225,379,239,"Portland, OR",268,"Seattle, WA" +225,380,159,"Long Beach, CA",162,"Oakland, CA" +225,381,162,"Oakland, CA",268,"Seattle, WA" +225,382,169,"Wilmington, DE",223,"New York, NY and NJ" +225,383,159,"Long Beach, CA",245,"Charleston, SC" +225,384,241,"Philadelphia, PA",169,"Wilmington, DE" +225,385,241,"Philadelphia, PA",241,"Philadelphia, PA" +225,386,244,"Providence, RI",217,"New York, NY and NJ" +225,387,223,"New York, NY and NJ",201,"Boston, MA" +225,388,223,"New York, NY and NJ",217,"New York, NY and NJ" +225,389,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +225,390,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +225,391,198,"Baltimore, MD",217,"New York, NY and NJ" +225,392,159,"Long Beach, CA",159,"Long Beach, CA" +225,393,162,"Oakland, CA",268,"Seattle, WA" +225,394,217,"New York, NY and NJ",223,"New York, NY and NJ" +225,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +225,396,162,"Oakland, CA",159,"Long Beach, CA" +225,397,201,"Boston, MA",223,"New York, NY and NJ" +225,398,218,"Camden-Gloucester, NJ",201,"Boston, MA" +225,399,195,"New Orleans, LA",257,"Houston, TX" +225,400,159,"Long Beach, CA",268,"Seattle, WA" +225,401,197,"Portland, ME",223,"New York, NY and NJ" +225,402,201,"Boston, MA",244,"Providence, RI" +225,403,162,"Oakland, CA",159,"Long Beach, CA" +225,404,223,"New York, NY and NJ",217,"New York, NY and NJ" +225,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +225,406,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +225,407,223,"New York, NY and NJ",241,"Philadelphia, PA" +225,408,269,"Longview, WA",268,"Seattle, WA" +225,409,223,"New York, NY and NJ",223,"New York, NY and NJ" +225,410,268,"Seattle, WA",159,"Long Beach, CA" +225,411,159,"Long Beach, CA",159,"Long Beach, CA" +225,412,217,"New York, NY and NJ",223,"New York, NY and NJ" +225,413,268,"Seattle, WA",159,"Long Beach, CA" +225,414,172,"Port Everglades, FL",171,"Jacksonville, FL" +225,415,198,"Baltimore, MD",198,"Baltimore, MD" +225,416,223,"New York, NY and NJ",201,"Boston, MA" +225,417,268,"Seattle, WA",268,"Seattle, WA" +225,418,268,"Seattle, WA",239,"Portland, OR" +225,419,197,"Portland, ME",223,"New York, NY and NJ" +225,420,268,"Seattle, WA",159,"Long Beach, CA" +225,421,162,"Oakland, CA",239,"Portland, OR" +225,422,269,"Longview, WA",269,"Longview, WA" +225,423,239,"Portland, OR",159,"Long Beach, CA" +225,424,177,"Savannah, GA",265,"Norfolk Harbor, VA" +225,425,159,"Long Beach, CA",269,"Longview, WA" +225,426,172,"Port Everglades, FL",172,"Port Everglades, FL" +225,427,177,"Savannah, GA",217,"New York, NY and NJ" +225,428,162,"Oakland, CA",159,"Long Beach, CA" +225,429,159,"Long Beach, CA",159,"Long Beach, CA" +225,430,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +225,431,201,"Boston, MA",197,"Portland, ME" +225,432,268,"Seattle, WA",162,"Oakland, CA" +225,433,265,"Norfolk Harbor, VA",201,"Boston, MA" +225,434,201,"Boston, MA",201,"Boston, MA" +225,435,223,"New York, NY and NJ",244,"Providence, RI" +225,436,197,"Portland, ME",223,"New York, NY and NJ" +225,437,223,"New York, NY and NJ",244,"Providence, RI" +225,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +225,439,198,"Baltimore, MD",201,"Boston, MA" +225,440,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +225,441,162,"Oakland, CA",239,"Portland, OR" +225,442,169,"Wilmington, DE",244,"Providence, RI" +225,443,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +225,444,159,"Long Beach, CA",159,"Long Beach, CA" +225,445,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +225,446,201,"Boston, MA",197,"Portland, ME" +225,447,218,"Camden-Gloucester, NJ",197,"Portland, ME" +225,448,217,"New York, NY and NJ",201,"Boston, MA" +225,449,159,"Long Beach, CA",268,"Seattle, WA" +225,450,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +225,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +225,452,217,"New York, NY and NJ",223,"New York, NY and NJ" +225,453,159,"Long Beach, CA",159,"Long Beach, CA" +225,454,217,"New York, NY and NJ",217,"New York, NY and NJ" +225,455,172,"Port Everglades, FL",223,"New York, NY and NJ" +225,456,159,"Long Beach, CA",162,"Oakland, CA" +225,457,223,"New York, NY and NJ",217,"New York, NY and NJ" +225,458,217,"New York, NY and NJ",198,"Baltimore, MD" +225,459,268,"Seattle, WA",268,"Seattle, WA" +225,460,198,"Baltimore, MD",197,"Portland, ME" +225,461,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +225,462,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +225,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +225,464,197,"Portland, ME",201,"Boston, MA" +225,465,268,"Seattle, WA",162,"Oakland, CA" +225,466,269,"Longview, WA",268,"Seattle, WA" +225,467,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +225,468,159,"Long Beach, CA",268,"Seattle, WA" +225,469,223,"New York, NY and NJ",217,"New York, NY and NJ" +225,470,162,"Oakland, CA",159,"Long Beach, CA" +225,471,217,"New York, NY and NJ",223,"New York, NY and NJ" +225,472,159,"Long Beach, CA",159,"Long Beach, CA" +225,473,159,"Long Beach, CA",159,"Long Beach, CA" +225,474,174,"Tampa, FL",223,"New York, NY and NJ" +225,475,197,"Portland, ME",223,"New York, NY and NJ" +225,476,159,"Long Beach, CA",268,"Seattle, WA" +225,477,159,"Long Beach, CA",268,"Seattle, WA" +225,478,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +225,479,159,"Long Beach, CA",159,"Long Beach, CA" +225,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +225,481,197,"Portland, ME",265,"Norfolk Harbor, VA" +225,482,159,"Long Beach, CA",159,"Long Beach, CA" +225,483,217,"New York, NY and NJ",197,"Portland, ME" +225,484,169,"Wilmington, DE",223,"New York, NY and NJ" +225,485,159,"Long Beach, CA",269,"Longview, WA" +225,486,159,"Long Beach, CA",239,"Portland, OR" +225,487,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +225,488,159,"Long Beach, CA",159,"Long Beach, CA" +225,489,162,"Oakland, CA",162,"Oakland, CA" +225,490,223,"New York, NY and NJ",223,"New York, NY and NJ" +225,491,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +226,154,159,"Long Beach, CA",268,"Seattle, WA" +226,179,159,"Long Beach, CA",162,"Oakland, CA" +226,180,159,"Long Beach, CA",159,"Long Beach, CA" +226,274,269,"Longview, WA",159,"Long Beach, CA" +226,275,217,"New York, NY and NJ",217,"New York, NY and NJ" +226,276,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +226,277,218,"Camden-Gloucester, NJ",229,"Wilmington, NC" +226,278,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +226,279,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +226,280,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +226,281,172,"Port Everglades, FL",245,"Charleston, SC" +226,282,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +226,283,177,"Savannah, GA",229,"Wilmington, NC" +226,284,159,"Long Beach, CA",159,"Long Beach, CA" +226,285,217,"New York, NY and NJ",241,"Philadelphia, PA" +226,286,201,"Boston, MA",218,"Camden-Gloucester, NJ" +226,287,245,"Charleston, SC",172,"Port Everglades, FL" +226,288,162,"Oakland, CA",177,"Savannah, GA" +226,289,159,"Long Beach, CA",268,"Seattle, WA" +226,290,245,"Charleston, SC",265,"Norfolk Harbor, VA" +226,291,217,"New York, NY and NJ",217,"New York, NY and NJ" +226,292,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +226,293,195,"New Orleans, LA",177,"Savannah, GA" +226,294,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +226,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +226,296,159,"Long Beach, CA",159,"Long Beach, CA" +226,297,177,"Savannah, GA",265,"Norfolk Harbor, VA" +226,298,217,"New York, NY and NJ",198,"Baltimore, MD" +226,299,245,"Charleston, SC",217,"New York, NY and NJ" +226,300,152,"Mobile, AL",245,"Charleston, SC" +226,301,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +226,302,177,"Savannah, GA",245,"Charleston, SC" +226,303,268,"Seattle, WA",268,"Seattle, WA" +226,304,201,"Boston, MA",265,"Norfolk Harbor, VA" +226,305,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +226,306,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +226,307,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +226,308,162,"Oakland, CA",269,"Longview, WA" +226,309,241,"Philadelphia, PA",229,"Wilmington, NC" +226,310,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +226,311,229,"Wilmington, NC",223,"New York, NY and NJ" +226,312,172,"Port Everglades, FL",178,"Brunswick, GA" +226,313,201,"Boston, MA",217,"New York, NY and NJ" +226,314,217,"New York, NY and NJ",241,"Philadelphia, PA" +226,315,195,"New Orleans, LA",174,"Tampa, FL" +226,316,159,"Long Beach, CA",162,"Oakland, CA" +226,317,159,"Long Beach, CA",239,"Portland, OR" +226,318,159,"Long Beach, CA",159,"Long Beach, CA" +226,319,177,"Savannah, GA",172,"Port Everglades, FL" +226,320,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +226,321,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +226,322,159,"Long Beach, CA",162,"Oakland, CA" +226,323,195,"New Orleans, LA",245,"Charleston, SC" +226,324,169,"Wilmington, DE",217,"New York, NY and NJ" +226,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +226,326,172,"Port Everglades, FL",229,"Wilmington, NC" +226,327,241,"Philadelphia, PA",198,"Baltimore, MD" +226,328,198,"Baltimore, MD",223,"New York, NY and NJ" +226,329,217,"New York, NY and NJ",241,"Philadelphia, PA" +226,330,223,"New York, NY and NJ",198,"Baltimore, MD" +226,331,245,"Charleston, SC",265,"Norfolk Harbor, VA" +226,332,177,"Savannah, GA",245,"Charleston, SC" +226,333,177,"Savannah, GA",171,"Jacksonville, FL" +226,334,195,"New Orleans, LA",174,"Tampa, FL" +226,335,217,"New York, NY and NJ",241,"Philadelphia, PA" +226,336,172,"Port Everglades, FL",171,"Jacksonville, FL" +226,337,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +226,338,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +226,339,217,"New York, NY and NJ",198,"Baltimore, MD" +226,340,223,"New York, NY and NJ",223,"New York, NY and NJ" +226,341,177,"Savannah, GA",152,"Mobile, AL" +226,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +226,343,162,"Oakland, CA",159,"Long Beach, CA" +226,344,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +226,345,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +226,346,177,"Savannah, GA",172,"Port Everglades, FL" +226,347,241,"Philadelphia, PA",217,"New York, NY and NJ" +226,348,217,"New York, NY and NJ",223,"New York, NY and NJ" +226,349,201,"Boston, MA",241,"Philadelphia, PA" +226,350,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +226,351,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +226,352,197,"Portland, ME",201,"Boston, MA" +226,353,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +226,354,201,"Boston, MA",244,"Providence, RI" +226,355,245,"Charleston, SC",245,"Charleston, SC" +226,356,194,"Lake Charles, LA",195,"New Orleans, LA" +226,357,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +226,358,217,"New York, NY and NJ",229,"Wilmington, NC" +226,359,177,"Savannah, GA",172,"Port Everglades, FL" +226,360,172,"Port Everglades, FL",245,"Charleston, SC" +226,361,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +226,362,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +226,363,178,"Brunswick, GA",172,"Port Everglades, FL" +226,364,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +226,365,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +226,366,159,"Long Beach, CA",162,"Oakland, CA" +226,367,162,"Oakland, CA",159,"Long Beach, CA" +226,368,268,"Seattle, WA",162,"Oakland, CA" +226,369,268,"Seattle, WA",162,"Oakland, CA" +226,370,201,"Boston, MA",198,"Baltimore, MD" +226,371,162,"Oakland, CA",162,"Oakland, CA" +226,372,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +226,373,174,"Tampa, FL",178,"Brunswick, GA" +226,374,162,"Oakland, CA",159,"Long Beach, CA" +226,375,268,"Seattle, WA",171,"Jacksonville, FL" +226,376,268,"Seattle, WA",162,"Oakland, CA" +226,377,197,"Portland, ME",223,"New York, NY and NJ" +226,378,152,"Mobile, AL",171,"Jacksonville, FL" +226,379,159,"Long Beach, CA",159,"Long Beach, CA" +226,380,269,"Longview, WA",269,"Longview, WA" +226,381,159,"Long Beach, CA",159,"Long Beach, CA" +226,382,244,"Providence, RI",223,"New York, NY and NJ" +226,383,159,"Long Beach, CA",162,"Oakland, CA" +226,384,245,"Charleston, SC",172,"Port Everglades, FL" +226,385,244,"Providence, RI",198,"Baltimore, MD" +226,386,217,"New York, NY and NJ",198,"Baltimore, MD" +226,387,217,"New York, NY and NJ",217,"New York, NY and NJ" +226,388,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +226,389,241,"Philadelphia, PA",223,"New York, NY and NJ" +226,390,198,"Baltimore, MD",223,"New York, NY and NJ" +226,391,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +226,392,268,"Seattle, WA",159,"Long Beach, CA" +226,393,159,"Long Beach, CA",162,"Oakland, CA" +226,394,244,"Providence, RI",265,"Norfolk Harbor, VA" +226,395,223,"New York, NY and NJ",197,"Portland, ME" +226,396,159,"Long Beach, CA",159,"Long Beach, CA" +226,397,198,"Baltimore, MD",217,"New York, NY and NJ" +226,398,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +226,399,257,"Houston, TX",195,"New Orleans, LA" +226,400,268,"Seattle, WA",239,"Portland, OR" +226,401,217,"New York, NY and NJ",223,"New York, NY and NJ" +226,402,217,"New York, NY and NJ",169,"Wilmington, DE" +226,403,159,"Long Beach, CA",162,"Oakland, CA" +226,404,217,"New York, NY and NJ",201,"Boston, MA" +226,405,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +226,406,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +226,407,217,"New York, NY and NJ",197,"Portland, ME" +226,408,159,"Long Beach, CA",239,"Portland, OR" +226,409,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +226,410,159,"Long Beach, CA",159,"Long Beach, CA" +226,411,162,"Oakland, CA",268,"Seattle, WA" +226,412,217,"New York, NY and NJ",198,"Baltimore, MD" +226,413,162,"Oakland, CA",174,"Tampa, FL" +226,414,195,"New Orleans, LA",152,"Mobile, AL" +226,415,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +226,416,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +226,417,159,"Long Beach, CA",159,"Long Beach, CA" +226,418,159,"Long Beach, CA",159,"Long Beach, CA" +226,419,217,"New York, NY and NJ",217,"New York, NY and NJ" +226,420,159,"Long Beach, CA",269,"Longview, WA" +226,421,159,"Long Beach, CA",159,"Long Beach, CA" +226,422,159,"Long Beach, CA",268,"Seattle, WA" +226,423,195,"New Orleans, LA",172,"Port Everglades, FL" +226,424,172,"Port Everglades, FL",178,"Brunswick, GA" +226,425,159,"Long Beach, CA",159,"Long Beach, CA" +226,426,177,"Savannah, GA",172,"Port Everglades, FL" +226,427,245,"Charleston, SC",229,"Wilmington, NC" +226,428,159,"Long Beach, CA",159,"Long Beach, CA" +226,429,177,"Savannah, GA",172,"Port Everglades, FL" +226,430,241,"Philadelphia, PA",217,"New York, NY and NJ" +226,431,223,"New York, NY and NJ",197,"Portland, ME" +226,432,268,"Seattle, WA",268,"Seattle, WA" +226,433,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +226,434,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +226,435,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +226,436,241,"Philadelphia, PA",197,"Portland, ME" +226,437,217,"New York, NY and NJ",217,"New York, NY and NJ" +226,438,229,"Wilmington, NC",172,"Port Everglades, FL" +226,439,245,"Charleston, SC",245,"Charleston, SC" +226,440,177,"Savannah, GA",172,"Port Everglades, FL" +226,441,239,"Portland, OR",239,"Portland, OR" +226,442,265,"Norfolk Harbor, VA",245,"Charleston, SC" +226,443,241,"Philadelphia, PA",198,"Baltimore, MD" +226,444,159,"Long Beach, CA",268,"Seattle, WA" +226,445,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +226,446,229,"Wilmington, NC",198,"Baltimore, MD" +226,447,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +226,448,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +226,449,239,"Portland, OR",268,"Seattle, WA" +226,450,172,"Port Everglades, FL",177,"Savannah, GA" +226,451,217,"New York, NY and NJ",217,"New York, NY and NJ" +226,452,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +226,453,159,"Long Beach, CA",159,"Long Beach, CA" +226,454,201,"Boston, MA",241,"Philadelphia, PA" +226,455,245,"Charleston, SC",177,"Savannah, GA" +226,456,162,"Oakland, CA",159,"Long Beach, CA" +226,457,229,"Wilmington, NC",198,"Baltimore, MD" +226,458,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +226,459,239,"Portland, OR",268,"Seattle, WA" +226,460,223,"New York, NY and NJ",241,"Philadelphia, PA" +226,461,172,"Port Everglades, FL",177,"Savannah, GA" +226,462,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +226,463,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +226,464,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +226,465,268,"Seattle, WA",159,"Long Beach, CA" +226,466,159,"Long Beach, CA",159,"Long Beach, CA" +226,467,217,"New York, NY and NJ",244,"Providence, RI" +226,468,239,"Portland, OR",268,"Seattle, WA" +226,469,217,"New York, NY and NJ",197,"Portland, ME" +226,470,159,"Long Beach, CA",268,"Seattle, WA" +226,471,201,"Boston, MA",198,"Baltimore, MD" +226,472,159,"Long Beach, CA",159,"Long Beach, CA" +226,473,159,"Long Beach, CA",268,"Seattle, WA" +226,474,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +226,475,244,"Providence, RI",245,"Charleston, SC" +226,476,239,"Portland, OR",159,"Long Beach, CA" +226,477,268,"Seattle, WA",162,"Oakland, CA" +226,478,245,"Charleston, SC",178,"Brunswick, GA" +226,479,159,"Long Beach, CA",268,"Seattle, WA" +226,480,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +226,481,241,"Philadelphia, PA",217,"New York, NY and NJ" +226,482,268,"Seattle, WA",268,"Seattle, WA" +226,483,201,"Boston, MA",265,"Norfolk Harbor, VA" +226,484,195,"New Orleans, LA",177,"Savannah, GA" +226,485,159,"Long Beach, CA",269,"Longview, WA" +226,486,239,"Portland, OR",159,"Long Beach, CA" +226,487,177,"Savannah, GA",177,"Savannah, GA" +226,488,268,"Seattle, WA",159,"Long Beach, CA" +226,489,159,"Long Beach, CA",178,"Brunswick, GA" +226,490,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +226,491,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +227,154,268,"Seattle, WA",159,"Long Beach, CA" +227,179,159,"Long Beach, CA",159,"Long Beach, CA" +227,180,159,"Long Beach, CA",159,"Long Beach, CA" +227,274,239,"Portland, OR",159,"Long Beach, CA" +227,275,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +227,276,201,"Boston, MA",265,"Norfolk Harbor, VA" +227,277,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +227,278,245,"Charleston, SC",265,"Norfolk Harbor, VA" +227,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +227,280,177,"Savannah, GA",229,"Wilmington, NC" +227,281,172,"Port Everglades, FL",208,"Pascagoula, MS" +227,282,223,"New York, NY and NJ",223,"New York, NY and NJ" +227,283,245,"Charleston, SC",172,"Port Everglades, FL" +227,284,159,"Long Beach, CA",159,"Long Beach, CA" +227,285,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +227,286,241,"Philadelphia, PA",169,"Wilmington, DE" +227,287,177,"Savannah, GA",245,"Charleston, SC" +227,288,162,"Oakland, CA",159,"Long Beach, CA" +227,289,159,"Long Beach, CA",269,"Longview, WA" +227,290,177,"Savannah, GA",265,"Norfolk Harbor, VA" +227,291,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +227,292,201,"Boston, MA",223,"New York, NY and NJ" +227,293,174,"Tampa, FL",245,"Charleston, SC" +227,294,217,"New York, NY and NJ",241,"Philadelphia, PA" +227,295,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +227,296,159,"Long Beach, CA",159,"Long Beach, CA" +227,297,245,"Charleston, SC",198,"Baltimore, MD" +227,298,198,"Baltimore, MD",201,"Boston, MA" +227,299,265,"Norfolk Harbor, VA",244,"Providence, RI" +227,300,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +227,301,197,"Portland, ME",198,"Baltimore, MD" +227,302,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +227,303,159,"Long Beach, CA",269,"Longview, WA" +227,304,217,"New York, NY and NJ",217,"New York, NY and NJ" +227,305,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +227,306,244,"Providence, RI",217,"New York, NY and NJ" +227,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +227,308,268,"Seattle, WA",239,"Portland, OR" +227,309,229,"Wilmington, NC",223,"New York, NY and NJ" +227,310,198,"Baltimore, MD",217,"New York, NY and NJ" +227,311,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +227,312,171,"Jacksonville, FL",172,"Port Everglades, FL" +227,313,217,"New York, NY and NJ",223,"New York, NY and NJ" +227,314,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +227,315,195,"New Orleans, LA",177,"Savannah, GA" +227,316,159,"Long Beach, CA",159,"Long Beach, CA" +227,317,239,"Portland, OR",268,"Seattle, WA" +227,318,159,"Long Beach, CA",159,"Long Beach, CA" +227,319,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +227,320,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +227,321,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +227,322,239,"Portland, OR",162,"Oakland, CA" +227,323,245,"Charleston, SC",177,"Savannah, GA" +227,324,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +227,325,177,"Savannah, GA",172,"Port Everglades, FL" +227,326,174,"Tampa, FL",265,"Norfolk Harbor, VA" +227,327,223,"New York, NY and NJ",241,"Philadelphia, PA" +227,328,201,"Boston, MA",223,"New York, NY and NJ" +227,329,241,"Philadelphia, PA",217,"New York, NY and NJ" +227,330,223,"New York, NY and NJ",217,"New York, NY and NJ" +227,331,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +227,332,245,"Charleston, SC",265,"Norfolk Harbor, VA" +227,333,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +227,334,174,"Tampa, FL",229,"Wilmington, NC" +227,335,197,"Portland, ME",223,"New York, NY and NJ" +227,336,178,"Brunswick, GA",245,"Charleston, SC" +227,337,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +227,338,223,"New York, NY and NJ",217,"New York, NY and NJ" +227,339,217,"New York, NY and NJ",198,"Baltimore, MD" +227,340,223,"New York, NY and NJ",198,"Baltimore, MD" +227,341,177,"Savannah, GA",265,"Norfolk Harbor, VA" +227,342,197,"Portland, ME",241,"Philadelphia, PA" +227,343,159,"Long Beach, CA",159,"Long Beach, CA" +227,344,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +227,345,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +227,346,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +227,347,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +227,348,244,"Providence, RI",218,"Camden-Gloucester, NJ" +227,349,223,"New York, NY and NJ",217,"New York, NY and NJ" +227,350,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +227,351,177,"Savannah, GA",265,"Norfolk Harbor, VA" +227,352,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +227,353,217,"New York, NY and NJ",223,"New York, NY and NJ" +227,354,223,"New York, NY and NJ",217,"New York, NY and NJ" +227,355,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +227,356,195,"New Orleans, LA",195,"New Orleans, LA" +227,357,244,"Providence, RI",217,"New York, NY and NJ" +227,358,169,"Wilmington, DE",245,"Charleston, SC" +227,359,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +227,360,245,"Charleston, SC",174,"Tampa, FL" +227,361,195,"New Orleans, LA",174,"Tampa, FL" +227,362,217,"New York, NY and NJ",217,"New York, NY and NJ" +227,363,152,"Mobile, AL",171,"Jacksonville, FL" +227,364,217,"New York, NY and NJ",223,"New York, NY and NJ" +227,365,217,"New York, NY and NJ",223,"New York, NY and NJ" +227,366,159,"Long Beach, CA",268,"Seattle, WA" +227,367,159,"Long Beach, CA",162,"Oakland, CA" +227,368,159,"Long Beach, CA",268,"Seattle, WA" +227,369,268,"Seattle, WA",159,"Long Beach, CA" +227,370,244,"Providence, RI",265,"Norfolk Harbor, VA" +227,371,159,"Long Beach, CA",245,"Charleston, SC" +227,372,201,"Boston, MA",197,"Portland, ME" +227,373,174,"Tampa, FL",245,"Charleston, SC" +227,374,268,"Seattle, WA",159,"Long Beach, CA" +227,375,159,"Long Beach, CA",159,"Long Beach, CA" +227,376,159,"Long Beach, CA",268,"Seattle, WA" +227,377,197,"Portland, ME",217,"New York, NY and NJ" +227,378,195,"New Orleans, LA",152,"Mobile, AL" +227,379,159,"Long Beach, CA",268,"Seattle, WA" +227,380,159,"Long Beach, CA",159,"Long Beach, CA" +227,381,268,"Seattle, WA",159,"Long Beach, CA" +227,382,241,"Philadelphia, PA",217,"New York, NY and NJ" +227,383,159,"Long Beach, CA",239,"Portland, OR" +227,384,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +227,385,217,"New York, NY and NJ",241,"Philadelphia, PA" +227,386,265,"Norfolk Harbor, VA",244,"Providence, RI" +227,387,217,"New York, NY and NJ",244,"Providence, RI" +227,388,197,"Portland, ME",169,"Wilmington, DE" +227,389,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +227,390,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +227,391,217,"New York, NY and NJ",223,"New York, NY and NJ" +227,392,159,"Long Beach, CA",268,"Seattle, WA" +227,393,159,"Long Beach, CA",159,"Long Beach, CA" +227,394,197,"Portland, ME",218,"Camden-Gloucester, NJ" +227,395,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +227,396,159,"Long Beach, CA",159,"Long Beach, CA" +227,397,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +227,398,265,"Norfolk Harbor, VA",197,"Portland, ME" +227,399,257,"Houston, TX",257,"Houston, TX" +227,400,268,"Seattle, WA",159,"Long Beach, CA" +227,401,197,"Portland, ME",217,"New York, NY and NJ" +227,402,217,"New York, NY and NJ",223,"New York, NY and NJ" +227,403,268,"Seattle, WA",239,"Portland, OR" +227,404,223,"New York, NY and NJ",217,"New York, NY and NJ" +227,405,177,"Savannah, GA",177,"Savannah, GA" +227,406,223,"New York, NY and NJ",241,"Philadelphia, PA" +227,407,201,"Boston, MA",245,"Charleston, SC" +227,408,159,"Long Beach, CA",159,"Long Beach, CA" +227,409,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +227,410,159,"Long Beach, CA",159,"Long Beach, CA" +227,411,159,"Long Beach, CA",159,"Long Beach, CA" +227,412,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +227,413,159,"Long Beach, CA",208,"Pascagoula, MS" +227,414,174,"Tampa, FL",174,"Tampa, FL" +227,415,244,"Providence, RI",197,"Portland, ME" +227,416,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +227,417,159,"Long Beach, CA",268,"Seattle, WA" +227,418,268,"Seattle, WA",268,"Seattle, WA" +227,419,217,"New York, NY and NJ",241,"Philadelphia, PA" +227,420,162,"Oakland, CA",265,"Norfolk Harbor, VA" +227,421,268,"Seattle, WA",268,"Seattle, WA" +227,422,162,"Oakland, CA",268,"Seattle, WA" +227,423,159,"Long Beach, CA",159,"Long Beach, CA" +227,424,177,"Savannah, GA",172,"Port Everglades, FL" +227,425,239,"Portland, OR",159,"Long Beach, CA" +227,426,171,"Jacksonville, FL",152,"Mobile, AL" +227,427,177,"Savannah, GA",172,"Port Everglades, FL" +227,428,162,"Oakland, CA",159,"Long Beach, CA" +227,429,159,"Long Beach, CA",174,"Tampa, FL" +227,430,223,"New York, NY and NJ",217,"New York, NY and NJ" +227,431,223,"New York, NY and NJ",198,"Baltimore, MD" +227,432,159,"Long Beach, CA",177,"Savannah, GA" +227,433,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +227,434,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +227,435,197,"Portland, ME",217,"New York, NY and NJ" +227,436,198,"Baltimore, MD",177,"Savannah, GA" +227,437,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +227,438,177,"Savannah, GA",265,"Norfolk Harbor, VA" +227,439,177,"Savannah, GA",171,"Jacksonville, FL" +227,440,229,"Wilmington, NC",172,"Port Everglades, FL" +227,441,239,"Portland, OR",159,"Long Beach, CA" +227,442,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +227,443,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +227,444,159,"Long Beach, CA",159,"Long Beach, CA" +227,445,201,"Boston, MA",198,"Baltimore, MD" +227,446,241,"Philadelphia, PA",244,"Providence, RI" +227,447,197,"Portland, ME",265,"Norfolk Harbor, VA" +227,448,198,"Baltimore, MD",197,"Portland, ME" +227,449,268,"Seattle, WA",162,"Oakland, CA" +227,450,245,"Charleston, SC",245,"Charleston, SC" +227,451,201,"Boston, MA",241,"Philadelphia, PA" +227,452,201,"Boston, MA",241,"Philadelphia, PA" +227,453,159,"Long Beach, CA",159,"Long Beach, CA" +227,454,223,"New York, NY and NJ",217,"New York, NY and NJ" +227,455,241,"Philadelphia, PA",217,"New York, NY and NJ" +227,456,159,"Long Beach, CA",159,"Long Beach, CA" +227,457,197,"Portland, ME",218,"Camden-Gloucester, NJ" +227,458,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +227,459,159,"Long Beach, CA",159,"Long Beach, CA" +227,460,223,"New York, NY and NJ",241,"Philadelphia, PA" +227,461,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +227,462,265,"Norfolk Harbor, VA",245,"Charleston, SC" +227,463,241,"Philadelphia, PA",217,"New York, NY and NJ" +227,464,217,"New York, NY and NJ",201,"Boston, MA" +227,465,162,"Oakland, CA",239,"Portland, OR" +227,466,159,"Long Beach, CA",159,"Long Beach, CA" +227,467,177,"Savannah, GA",265,"Norfolk Harbor, VA" +227,468,159,"Long Beach, CA",268,"Seattle, WA" +227,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +227,470,159,"Long Beach, CA",159,"Long Beach, CA" +227,471,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +227,472,159,"Long Beach, CA",162,"Oakland, CA" +227,473,162,"Oakland, CA",159,"Long Beach, CA" +227,474,177,"Savannah, GA",229,"Wilmington, NC" +227,475,223,"New York, NY and NJ",198,"Baltimore, MD" +227,476,269,"Longview, WA",162,"Oakland, CA" +227,477,162,"Oakland, CA",268,"Seattle, WA" +227,478,172,"Port Everglades, FL",245,"Charleston, SC" +227,479,159,"Long Beach, CA",159,"Long Beach, CA" +227,480,197,"Portland, ME",169,"Wilmington, DE" +227,481,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +227,482,159,"Long Beach, CA",159,"Long Beach, CA" +227,483,217,"New York, NY and NJ",201,"Boston, MA" +227,484,177,"Savannah, GA",245,"Charleston, SC" +227,485,268,"Seattle, WA",159,"Long Beach, CA" +227,486,159,"Long Beach, CA",269,"Longview, WA" +227,487,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +227,488,268,"Seattle, WA",268,"Seattle, WA" +227,489,268,"Seattle, WA",152,"Mobile, AL" +227,490,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +227,491,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +228,154,162,"Oakland, CA",268,"Seattle, WA" +228,179,268,"Seattle, WA",239,"Portland, OR" +228,180,159,"Long Beach, CA",159,"Long Beach, CA" +228,274,268,"Seattle, WA",268,"Seattle, WA" +228,275,223,"New York, NY and NJ",201,"Boston, MA" +228,276,201,"Boston, MA",217,"New York, NY and NJ" +228,277,218,"Camden-Gloucester, NJ",229,"Wilmington, NC" +228,278,223,"New York, NY and NJ",217,"New York, NY and NJ" +228,279,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +228,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +228,281,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +228,282,223,"New York, NY and NJ",241,"Philadelphia, PA" +228,283,229,"Wilmington, NC",177,"Savannah, GA" +228,284,162,"Oakland, CA",159,"Long Beach, CA" +228,285,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +228,286,223,"New York, NY and NJ",217,"New York, NY and NJ" +228,287,177,"Savannah, GA",245,"Charleston, SC" +228,288,159,"Long Beach, CA",159,"Long Beach, CA" +228,289,159,"Long Beach, CA",159,"Long Beach, CA" +228,290,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +228,291,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +228,292,197,"Portland, ME",217,"New York, NY and NJ" +228,293,172,"Port Everglades, FL",195,"New Orleans, LA" +228,294,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +228,295,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +228,296,162,"Oakland, CA",159,"Long Beach, CA" +228,297,171,"Jacksonville, FL",245,"Charleston, SC" +228,298,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +228,299,217,"New York, NY and NJ",198,"Baltimore, MD" +228,300,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +228,301,241,"Philadelphia, PA",201,"Boston, MA" +228,302,229,"Wilmington, NC",169,"Wilmington, DE" +228,303,159,"Long Beach, CA",268,"Seattle, WA" +228,304,223,"New York, NY and NJ",217,"New York, NY and NJ" +228,305,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +228,306,265,"Norfolk Harbor, VA",197,"Portland, ME" +228,307,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +228,308,159,"Long Beach, CA",162,"Oakland, CA" +228,309,169,"Wilmington, DE",229,"Wilmington, NC" +228,310,198,"Baltimore, MD",198,"Baltimore, MD" +228,311,241,"Philadelphia, PA",198,"Baltimore, MD" +228,312,177,"Savannah, GA",245,"Charleston, SC" +228,313,198,"Baltimore, MD",241,"Philadelphia, PA" +228,314,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +228,315,178,"Brunswick, GA",171,"Jacksonville, FL" +228,316,162,"Oakland, CA",159,"Long Beach, CA" +228,317,162,"Oakland, CA",159,"Long Beach, CA" +228,318,159,"Long Beach, CA",159,"Long Beach, CA" +228,319,172,"Port Everglades, FL",245,"Charleston, SC" +228,320,217,"New York, NY and NJ",201,"Boston, MA" +228,321,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +228,322,268,"Seattle, WA",159,"Long Beach, CA" +228,323,172,"Port Everglades, FL",172,"Port Everglades, FL" +228,324,197,"Portland, ME",223,"New York, NY and NJ" +228,325,177,"Savannah, GA",174,"Tampa, FL" +228,326,229,"Wilmington, NC",245,"Charleston, SC" +228,327,217,"New York, NY and NJ",241,"Philadelphia, PA" +228,328,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +228,329,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +228,330,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +228,331,241,"Philadelphia, PA",241,"Philadelphia, PA" +228,332,174,"Tampa, FL",265,"Norfolk Harbor, VA" +228,333,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +228,334,195,"New Orleans, LA",177,"Savannah, GA" +228,335,197,"Portland, ME",217,"New York, NY and NJ" +228,336,177,"Savannah, GA",229,"Wilmington, NC" +228,337,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +228,338,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +228,339,197,"Portland, ME",169,"Wilmington, DE" +228,340,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +228,341,174,"Tampa, FL",171,"Jacksonville, FL" +228,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +228,343,159,"Long Beach, CA",268,"Seattle, WA" +228,344,197,"Portland, ME",198,"Baltimore, MD" +228,345,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +228,346,152,"Mobile, AL",265,"Norfolk Harbor, VA" +228,347,201,"Boston, MA",198,"Baltimore, MD" +228,348,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +228,349,217,"New York, NY and NJ",198,"Baltimore, MD" +228,350,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +228,351,223,"New York, NY and NJ",217,"New York, NY and NJ" +228,352,223,"New York, NY and NJ",198,"Baltimore, MD" +228,353,201,"Boston, MA",218,"Camden-Gloucester, NJ" +228,354,223,"New York, NY and NJ",241,"Philadelphia, PA" +228,355,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +228,356,172,"Port Everglades, FL",245,"Charleston, SC" +228,357,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +228,358,223,"New York, NY and NJ",245,"Charleston, SC" +228,359,265,"Norfolk Harbor, VA",177,"Savannah, GA" +228,360,177,"Savannah, GA",172,"Port Everglades, FL" +228,361,152,"Mobile, AL",177,"Savannah, GA" +228,362,217,"New York, NY and NJ",217,"New York, NY and NJ" +228,363,177,"Savannah, GA",171,"Jacksonville, FL" +228,364,197,"Portland, ME",265,"Norfolk Harbor, VA" +228,365,223,"New York, NY and NJ",201,"Boston, MA" +228,366,159,"Long Beach, CA",159,"Long Beach, CA" +228,367,159,"Long Beach, CA",159,"Long Beach, CA" +228,368,268,"Seattle, WA",162,"Oakland, CA" +228,369,269,"Longview, WA",268,"Seattle, WA" +228,370,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +228,371,159,"Long Beach, CA",159,"Long Beach, CA" +228,372,223,"New York, NY and NJ",241,"Philadelphia, PA" +228,373,177,"Savannah, GA",172,"Port Everglades, FL" +228,374,159,"Long Beach, CA",159,"Long Beach, CA" +228,375,162,"Oakland, CA",239,"Portland, OR" +228,376,159,"Long Beach, CA",269,"Longview, WA" +228,377,223,"New York, NY and NJ",223,"New York, NY and NJ" +228,378,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +228,379,159,"Long Beach, CA",268,"Seattle, WA" +228,380,159,"Long Beach, CA",162,"Oakland, CA" +228,381,159,"Long Beach, CA",268,"Seattle, WA" +228,382,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +228,383,159,"Long Beach, CA",229,"Wilmington, NC" +228,384,241,"Philadelphia, PA",244,"Providence, RI" +228,385,241,"Philadelphia, PA",217,"New York, NY and NJ" +228,386,217,"New York, NY and NJ",244,"Providence, RI" +228,387,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +228,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +228,389,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +228,390,241,"Philadelphia, PA",229,"Wilmington, NC" +228,391,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +228,392,159,"Long Beach, CA",159,"Long Beach, CA" +228,393,159,"Long Beach, CA",159,"Long Beach, CA" +228,394,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +228,395,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +228,396,159,"Long Beach, CA",159,"Long Beach, CA" +228,397,223,"New York, NY and NJ",198,"Baltimore, MD" +228,398,241,"Philadelphia, PA",197,"Portland, ME" +228,399,194,"Lake Charles, LA",253,"Beaumont, TX" +228,400,159,"Long Beach, CA",162,"Oakland, CA" +228,401,197,"Portland, ME",223,"New York, NY and NJ" +228,402,201,"Boston, MA",217,"New York, NY and NJ" +228,403,159,"Long Beach, CA",162,"Oakland, CA" +228,404,197,"Portland, ME",265,"Norfolk Harbor, VA" +228,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +228,406,198,"Baltimore, MD",169,"Wilmington, DE" +228,407,198,"Baltimore, MD",241,"Philadelphia, PA" +228,408,162,"Oakland, CA",159,"Long Beach, CA" +228,409,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +228,410,159,"Long Beach, CA",239,"Portland, OR" +228,411,159,"Long Beach, CA",268,"Seattle, WA" +228,412,244,"Providence, RI",223,"New York, NY and NJ" +228,413,159,"Long Beach, CA",159,"Long Beach, CA" +228,414,177,"Savannah, GA",177,"Savannah, GA" +228,415,265,"Norfolk Harbor, VA",201,"Boston, MA" +228,416,198,"Baltimore, MD",245,"Charleston, SC" +228,417,159,"Long Beach, CA",159,"Long Beach, CA" +228,418,268,"Seattle, WA",159,"Long Beach, CA" +228,419,223,"New York, NY and NJ",241,"Philadelphia, PA" +228,420,159,"Long Beach, CA",159,"Long Beach, CA" +228,421,159,"Long Beach, CA",159,"Long Beach, CA" +228,422,162,"Oakland, CA",268,"Seattle, WA" +228,423,159,"Long Beach, CA",177,"Savannah, GA" +228,424,195,"New Orleans, LA",229,"Wilmington, NC" +228,425,159,"Long Beach, CA",269,"Longview, WA" +228,426,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +228,427,177,"Savannah, GA",152,"Mobile, AL" +228,428,159,"Long Beach, CA",159,"Long Beach, CA" +228,429,172,"Port Everglades, FL",174,"Tampa, FL" +228,430,241,"Philadelphia, PA",197,"Portland, ME" +228,431,197,"Portland, ME",217,"New York, NY and NJ" +228,432,239,"Portland, OR",159,"Long Beach, CA" +228,433,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +228,434,217,"New York, NY and NJ",201,"Boston, MA" +228,435,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +228,436,197,"Portland, ME",245,"Charleston, SC" +228,437,244,"Providence, RI",223,"New York, NY and NJ" +228,438,174,"Tampa, FL",265,"Norfolk Harbor, VA" +228,439,174,"Tampa, FL",265,"Norfolk Harbor, VA" +228,440,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +228,441,159,"Long Beach, CA",159,"Long Beach, CA" +228,442,223,"New York, NY and NJ",217,"New York, NY and NJ" +228,443,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +228,444,159,"Long Beach, CA",195,"New Orleans, LA" +228,445,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +228,446,223,"New York, NY and NJ",201,"Boston, MA" +228,447,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +228,448,217,"New York, NY and NJ",241,"Philadelphia, PA" +228,449,159,"Long Beach, CA",159,"Long Beach, CA" +228,450,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +228,451,198,"Baltimore, MD",197,"Portland, ME" +228,452,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +228,453,159,"Long Beach, CA",162,"Oakland, CA" +228,454,223,"New York, NY and NJ",217,"New York, NY and NJ" +228,455,201,"Boston, MA",223,"New York, NY and NJ" +228,456,268,"Seattle, WA",239,"Portland, OR" +228,457,241,"Philadelphia, PA",229,"Wilmington, NC" +228,458,169,"Wilmington, DE",217,"New York, NY and NJ" +228,459,159,"Long Beach, CA",268,"Seattle, WA" +228,460,241,"Philadelphia, PA",197,"Portland, ME" +228,461,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +228,462,244,"Providence, RI",198,"Baltimore, MD" +228,463,241,"Philadelphia, PA",198,"Baltimore, MD" +228,464,223,"New York, NY and NJ",241,"Philadelphia, PA" +228,465,159,"Long Beach, CA",239,"Portland, OR" +228,466,159,"Long Beach, CA",162,"Oakland, CA" +228,467,177,"Savannah, GA",241,"Philadelphia, PA" +228,468,159,"Long Beach, CA",268,"Seattle, WA" +228,469,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +228,470,159,"Long Beach, CA",162,"Oakland, CA" +228,471,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +228,472,159,"Long Beach, CA",268,"Seattle, WA" +228,473,159,"Long Beach, CA",159,"Long Beach, CA" +228,474,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +228,475,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +228,476,162,"Oakland, CA",268,"Seattle, WA" +228,477,159,"Long Beach, CA",162,"Oakland, CA" +228,478,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +228,479,159,"Long Beach, CA",269,"Longview, WA" +228,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +228,481,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +228,482,159,"Long Beach, CA",268,"Seattle, WA" +228,483,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +228,484,195,"New Orleans, LA",178,"Brunswick, GA" +228,485,162,"Oakland, CA",268,"Seattle, WA" +228,486,268,"Seattle, WA",269,"Longview, WA" +228,487,171,"Jacksonville, FL",174,"Tampa, FL" +228,488,159,"Long Beach, CA",159,"Long Beach, CA" +228,489,159,"Long Beach, CA",268,"Seattle, WA" +228,490,241,"Philadelphia, PA",198,"Baltimore, MD" +228,491,197,"Portland, ME",223,"New York, NY and NJ" +229,154,239,"Portland, OR",268,"Seattle, WA" +229,179,159,"Long Beach, CA",159,"Long Beach, CA" +229,180,159,"Long Beach, CA",162,"Oakland, CA" +229,274,239,"Portland, OR",268,"Seattle, WA" +229,275,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +229,276,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +229,277,217,"New York, NY and NJ",244,"Providence, RI" +229,278,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +229,279,245,"Charleston, SC",245,"Charleston, SC" +229,280,172,"Port Everglades, FL",245,"Charleston, SC" +229,281,174,"Tampa, FL",229,"Wilmington, NC" +229,282,244,"Providence, RI",201,"Boston, MA" +229,283,177,"Savannah, GA",171,"Jacksonville, FL" +229,284,268,"Seattle, WA",239,"Portland, OR" +229,285,223,"New York, NY and NJ",201,"Boston, MA" +229,286,197,"Portland, ME",218,"Camden-Gloucester, NJ" +229,287,245,"Charleston, SC",171,"Jacksonville, FL" +229,288,162,"Oakland, CA",268,"Seattle, WA" +229,289,162,"Oakland, CA",162,"Oakland, CA" +229,290,174,"Tampa, FL",245,"Charleston, SC" +229,291,217,"New York, NY and NJ",223,"New York, NY and NJ" +229,292,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +229,293,152,"Mobile, AL",229,"Wilmington, NC" +229,294,223,"New York, NY and NJ",244,"Providence, RI" +229,295,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +229,296,159,"Long Beach, CA",239,"Portland, OR" +229,297,152,"Mobile, AL",172,"Port Everglades, FL" +229,298,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +229,299,218,"Camden-Gloucester, NJ",229,"Wilmington, NC" +229,300,177,"Savannah, GA",245,"Charleston, SC" +229,301,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +229,302,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +229,303,159,"Long Beach, CA",159,"Long Beach, CA" +229,304,201,"Boston, MA",217,"New York, NY and NJ" +229,305,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +229,306,223,"New York, NY and NJ",197,"Portland, ME" +229,307,177,"Savannah, GA",217,"New York, NY and NJ" +229,308,162,"Oakland, CA",162,"Oakland, CA" +229,309,265,"Norfolk Harbor, VA",201,"Boston, MA" +229,310,197,"Portland, ME",223,"New York, NY and NJ" +229,311,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +229,312,245,"Charleston, SC",174,"Tampa, FL" +229,313,223,"New York, NY and NJ",201,"Boston, MA" +229,314,217,"New York, NY and NJ",223,"New York, NY and NJ" +229,315,177,"Savannah, GA",265,"Norfolk Harbor, VA" +229,316,159,"Long Beach, CA",239,"Portland, OR" +229,317,159,"Long Beach, CA",159,"Long Beach, CA" +229,318,159,"Long Beach, CA",162,"Oakland, CA" +229,319,172,"Port Everglades, FL",174,"Tampa, FL" +229,320,217,"New York, NY and NJ",201,"Boston, MA" +229,321,201,"Boston, MA",265,"Norfolk Harbor, VA" +229,322,159,"Long Beach, CA",268,"Seattle, WA" +229,323,171,"Jacksonville, FL",229,"Wilmington, NC" +229,324,241,"Philadelphia, PA",241,"Philadelphia, PA" +229,325,172,"Port Everglades, FL",229,"Wilmington, NC" +229,326,174,"Tampa, FL",171,"Jacksonville, FL" +229,327,241,"Philadelphia, PA",198,"Baltimore, MD" +229,328,223,"New York, NY and NJ",241,"Philadelphia, PA" +229,329,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +229,330,197,"Portland, ME",198,"Baltimore, MD" +229,331,197,"Portland, ME",245,"Charleston, SC" +229,332,245,"Charleston, SC",172,"Port Everglades, FL" +229,333,245,"Charleston, SC",265,"Norfolk Harbor, VA" +229,334,177,"Savannah, GA",171,"Jacksonville, FL" +229,335,197,"Portland, ME",265,"Norfolk Harbor, VA" +229,336,172,"Port Everglades, FL",177,"Savannah, GA" +229,337,217,"New York, NY and NJ",244,"Providence, RI" +229,338,217,"New York, NY and NJ",217,"New York, NY and NJ" +229,339,244,"Providence, RI",223,"New York, NY and NJ" +229,340,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +229,341,174,"Tampa, FL",174,"Tampa, FL" +229,342,201,"Boston, MA",197,"Portland, ME" +229,343,159,"Long Beach, CA",159,"Long Beach, CA" +229,344,223,"New York, NY and NJ",217,"New York, NY and NJ" +229,345,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +229,346,244,"Providence, RI",241,"Philadelphia, PA" +229,347,245,"Charleston, SC",223,"New York, NY and NJ" +229,348,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +229,349,198,"Baltimore, MD",223,"New York, NY and NJ" +229,350,197,"Portland, ME",265,"Norfolk Harbor, VA" +229,351,241,"Philadelphia, PA",198,"Baltimore, MD" +229,352,244,"Providence, RI",198,"Baltimore, MD" +229,353,265,"Norfolk Harbor, VA",201,"Boston, MA" +229,354,241,"Philadelphia, PA",198,"Baltimore, MD" +229,355,245,"Charleston, SC",265,"Norfolk Harbor, VA" +229,356,257,"Houston, TX",194,"Lake Charles, LA" +229,357,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +229,358,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +229,359,229,"Wilmington, NC",229,"Wilmington, NC" +229,360,172,"Port Everglades, FL",245,"Charleston, SC" +229,361,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +229,362,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +229,363,257,"Houston, TX",195,"New Orleans, LA" +229,364,217,"New York, NY and NJ",217,"New York, NY and NJ" +229,365,197,"Portland, ME",197,"Portland, ME" +229,366,268,"Seattle, WA",159,"Long Beach, CA" +229,367,159,"Long Beach, CA",159,"Long Beach, CA" +229,368,162,"Oakland, CA",268,"Seattle, WA" +229,369,159,"Long Beach, CA",159,"Long Beach, CA" +229,370,244,"Providence, RI",265,"Norfolk Harbor, VA" +229,371,269,"Longview, WA",268,"Seattle, WA" +229,372,223,"New York, NY and NJ",229,"Wilmington, NC" +229,373,177,"Savannah, GA",245,"Charleston, SC" +229,374,159,"Long Beach, CA",159,"Long Beach, CA" +229,375,268,"Seattle, WA",229,"Wilmington, NC" +229,376,159,"Long Beach, CA",159,"Long Beach, CA" +229,377,198,"Baltimore, MD",241,"Philadelphia, PA" +229,378,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +229,379,162,"Oakland, CA",265,"Norfolk Harbor, VA" +229,380,162,"Oakland, CA",162,"Oakland, CA" +229,381,159,"Long Beach, CA",269,"Longview, WA" +229,382,198,"Baltimore, MD",229,"Wilmington, NC" +229,383,159,"Long Beach, CA",162,"Oakland, CA" +229,384,201,"Boston, MA",265,"Norfolk Harbor, VA" +229,385,223,"New York, NY and NJ",223,"New York, NY and NJ" +229,386,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +229,387,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +229,388,229,"Wilmington, NC",241,"Philadelphia, PA" +229,389,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +229,390,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +229,391,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +229,392,159,"Long Beach, CA",268,"Seattle, WA" +229,393,268,"Seattle, WA",268,"Seattle, WA" +229,394,169,"Wilmington, DE",223,"New York, NY and NJ" +229,395,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +229,396,268,"Seattle, WA",159,"Long Beach, CA" +229,397,241,"Philadelphia, PA",241,"Philadelphia, PA" +229,398,241,"Philadelphia, PA",229,"Wilmington, NC" +229,399,208,"Pascagoula, MS",208,"Pascagoula, MS" +229,400,159,"Long Beach, CA",159,"Long Beach, CA" +229,401,223,"New York, NY and NJ",169,"Wilmington, DE" +229,402,198,"Baltimore, MD",223,"New York, NY and NJ" +229,403,268,"Seattle, WA",268,"Seattle, WA" +229,404,217,"New York, NY and NJ",223,"New York, NY and NJ" +229,405,245,"Charleston, SC",229,"Wilmington, NC" +229,406,201,"Boston, MA",169,"Wilmington, DE" +229,407,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +229,408,268,"Seattle, WA",268,"Seattle, WA" +229,409,169,"Wilmington, DE",245,"Charleston, SC" +229,410,159,"Long Beach, CA",159,"Long Beach, CA" +229,411,159,"Long Beach, CA",159,"Long Beach, CA" +229,412,217,"New York, NY and NJ",223,"New York, NY and NJ" +229,413,268,"Seattle, WA",162,"Oakland, CA" +229,414,172,"Port Everglades, FL",172,"Port Everglades, FL" +229,415,201,"Boston, MA",218,"Camden-Gloucester, NJ" +229,416,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +229,417,159,"Long Beach, CA",268,"Seattle, WA" +229,418,159,"Long Beach, CA",159,"Long Beach, CA" +229,419,223,"New York, NY and NJ",241,"Philadelphia, PA" +229,420,268,"Seattle, WA",162,"Oakland, CA" +229,421,268,"Seattle, WA",268,"Seattle, WA" +229,422,162,"Oakland, CA",159,"Long Beach, CA" +229,423,239,"Portland, OR",268,"Seattle, WA" +229,424,174,"Tampa, FL",172,"Port Everglades, FL" +229,425,159,"Long Beach, CA",269,"Longview, WA" +229,426,245,"Charleston, SC",172,"Port Everglades, FL" +229,427,177,"Savannah, GA",265,"Norfolk Harbor, VA" +229,428,269,"Longview, WA",269,"Longview, WA" +229,429,159,"Long Beach, CA",159,"Long Beach, CA" +229,430,201,"Boston, MA",198,"Baltimore, MD" +229,431,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +229,432,268,"Seattle, WA",239,"Portland, OR" +229,433,223,"New York, NY and NJ",241,"Philadelphia, PA" +229,434,244,"Providence, RI",217,"New York, NY and NJ" +229,435,223,"New York, NY and NJ",198,"Baltimore, MD" +229,436,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +229,437,177,"Savannah, GA",223,"New York, NY and NJ" +229,438,265,"Norfolk Harbor, VA",245,"Charleston, SC" +229,439,177,"Savannah, GA",265,"Norfolk Harbor, VA" +229,440,174,"Tampa, FL",265,"Norfolk Harbor, VA" +229,441,159,"Long Beach, CA",159,"Long Beach, CA" +229,442,217,"New York, NY and NJ",198,"Baltimore, MD" +229,443,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +229,444,268,"Seattle, WA",159,"Long Beach, CA" +229,445,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +229,446,223,"New York, NY and NJ",217,"New York, NY and NJ" +229,447,198,"Baltimore, MD",217,"New York, NY and NJ" +229,448,229,"Wilmington, NC",229,"Wilmington, NC" +229,449,159,"Long Beach, CA",159,"Long Beach, CA" +229,450,245,"Charleston, SC",265,"Norfolk Harbor, VA" +229,451,241,"Philadelphia, PA",223,"New York, NY and NJ" +229,452,198,"Baltimore, MD",198,"Baltimore, MD" +229,453,159,"Long Beach, CA",159,"Long Beach, CA" +229,454,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +229,455,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +229,456,162,"Oakland, CA",159,"Long Beach, CA" +229,457,244,"Providence, RI",198,"Baltimore, MD" +229,458,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +229,459,159,"Long Beach, CA",159,"Long Beach, CA" +229,460,217,"New York, NY and NJ",197,"Portland, ME" +229,461,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +229,462,245,"Charleston, SC",198,"Baltimore, MD" +229,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +229,464,241,"Philadelphia, PA",217,"New York, NY and NJ" +229,465,162,"Oakland, CA",268,"Seattle, WA" +229,466,159,"Long Beach, CA",162,"Oakland, CA" +229,467,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +229,468,159,"Long Beach, CA",162,"Oakland, CA" +229,469,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +229,470,239,"Portland, OR",268,"Seattle, WA" +229,471,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +229,472,162,"Oakland, CA",159,"Long Beach, CA" +229,473,269,"Longview, WA",159,"Long Beach, CA" +229,474,177,"Savannah, GA",265,"Norfolk Harbor, VA" +229,475,201,"Boston, MA",217,"New York, NY and NJ" +229,476,268,"Seattle, WA",159,"Long Beach, CA" +229,477,159,"Long Beach, CA",159,"Long Beach, CA" +229,478,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +229,479,268,"Seattle, WA",162,"Oakland, CA" +229,480,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +229,481,217,"New York, NY and NJ",198,"Baltimore, MD" +229,482,268,"Seattle, WA",174,"Tampa, FL" +229,483,223,"New York, NY and NJ",198,"Baltimore, MD" +229,484,245,"Charleston, SC",245,"Charleston, SC" +229,485,159,"Long Beach, CA",159,"Long Beach, CA" +229,486,159,"Long Beach, CA",159,"Long Beach, CA" +229,487,245,"Charleston, SC",171,"Jacksonville, FL" +229,488,239,"Portland, OR",159,"Long Beach, CA" +229,489,268,"Seattle, WA",178,"Brunswick, GA" +229,490,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +229,491,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +230,154,162,"Oakland, CA",162,"Oakland, CA" +230,179,268,"Seattle, WA",159,"Long Beach, CA" +230,180,159,"Long Beach, CA",159,"Long Beach, CA" +230,274,159,"Long Beach, CA",159,"Long Beach, CA" +230,275,198,"Baltimore, MD",197,"Portland, ME" +230,276,223,"New York, NY and NJ",217,"New York, NY and NJ" +230,277,197,"Portland, ME",217,"New York, NY and NJ" +230,278,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +230,279,177,"Savannah, GA",177,"Savannah, GA" +230,280,245,"Charleston, SC",172,"Port Everglades, FL" +230,281,208,"Pascagoula, MS",257,"Houston, TX" +230,282,198,"Baltimore, MD",197,"Portland, ME" +230,283,172,"Port Everglades, FL",152,"Mobile, AL" +230,284,159,"Long Beach, CA",159,"Long Beach, CA" +230,285,241,"Philadelphia, PA",198,"Baltimore, MD" +230,286,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +230,287,171,"Jacksonville, FL",208,"Pascagoula, MS" +230,288,159,"Long Beach, CA",159,"Long Beach, CA" +230,289,159,"Long Beach, CA",268,"Seattle, WA" +230,290,217,"New York, NY and NJ",217,"New York, NY and NJ" +230,291,223,"New York, NY and NJ",241,"Philadelphia, PA" +230,292,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +230,293,174,"Tampa, FL",195,"New Orleans, LA" +230,294,217,"New York, NY and NJ",223,"New York, NY and NJ" +230,295,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +230,296,162,"Oakland, CA",159,"Long Beach, CA" +230,297,172,"Port Everglades, FL",177,"Savannah, GA" +230,298,223,"New York, NY and NJ",201,"Boston, MA" +230,299,198,"Baltimore, MD",223,"New York, NY and NJ" +230,300,217,"New York, NY and NJ",171,"Jacksonville, FL" +230,301,217,"New York, NY and NJ",169,"Wilmington, DE" +230,302,245,"Charleston, SC",265,"Norfolk Harbor, VA" +230,303,159,"Long Beach, CA",159,"Long Beach, CA" +230,304,197,"Portland, ME",201,"Boston, MA" +230,305,244,"Providence, RI",198,"Baltimore, MD" +230,306,198,"Baltimore, MD",198,"Baltimore, MD" +230,307,223,"New York, NY and NJ",169,"Wilmington, DE" +230,308,159,"Long Beach, CA",159,"Long Beach, CA" +230,309,197,"Portland, ME",218,"Camden-Gloucester, NJ" +230,310,208,"Pascagoula, MS",257,"Houston, TX" +230,311,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +230,312,177,"Savannah, GA",195,"New Orleans, LA" +230,313,241,"Philadelphia, PA",198,"Baltimore, MD" +230,314,197,"Portland, ME",177,"Savannah, GA" +230,315,195,"New Orleans, LA",177,"Savannah, GA" +230,316,159,"Long Beach, CA",159,"Long Beach, CA" +230,317,159,"Long Beach, CA",268,"Seattle, WA" +230,318,159,"Long Beach, CA",159,"Long Beach, CA" +230,319,195,"New Orleans, LA",253,"Beaumont, TX" +230,320,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +230,321,241,"Philadelphia, PA",217,"New York, NY and NJ" +230,322,159,"Long Beach, CA",162,"Oakland, CA" +230,323,152,"Mobile, AL",172,"Port Everglades, FL" +230,324,223,"New York, NY and NJ",197,"Portland, ME" +230,325,172,"Port Everglades, FL",178,"Brunswick, GA" +230,326,172,"Port Everglades, FL",195,"New Orleans, LA" +230,327,217,"New York, NY and NJ",197,"Portland, ME" +230,328,201,"Boston, MA",197,"Portland, ME" +230,329,229,"Wilmington, NC",223,"New York, NY and NJ" +230,330,223,"New York, NY and NJ",217,"New York, NY and NJ" +230,331,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +230,332,241,"Philadelphia, PA",177,"Savannah, GA" +230,333,177,"Savannah, GA",208,"Pascagoula, MS" +230,334,152,"Mobile, AL",152,"Mobile, AL" +230,335,201,"Boston, MA",265,"Norfolk Harbor, VA" +230,336,195,"New Orleans, LA",208,"Pascagoula, MS" +230,337,217,"New York, NY and NJ",217,"New York, NY and NJ" +230,338,198,"Baltimore, MD",223,"New York, NY and NJ" +230,339,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +230,340,169,"Wilmington, DE",223,"New York, NY and NJ" +230,341,254,"Corpus Christi, TX",208,"Pascagoula, MS" +230,342,223,"New York, NY and NJ",217,"New York, NY and NJ" +230,343,162,"Oakland, CA",159,"Long Beach, CA" +230,344,217,"New York, NY and NJ",198,"Baltimore, MD" +230,345,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +230,346,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +230,347,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +230,348,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +230,349,241,"Philadelphia, PA",217,"New York, NY and NJ" +230,350,217,"New York, NY and NJ",197,"Portland, ME" +230,351,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +230,352,197,"Portland, ME",223,"New York, NY and NJ" +230,353,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +230,354,244,"Providence, RI",169,"Wilmington, DE" +230,355,177,"Savannah, GA",245,"Charleston, SC" +230,356,257,"Houston, TX",257,"Houston, TX" +230,357,241,"Philadelphia, PA",223,"New York, NY and NJ" +230,358,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +230,359,245,"Charleston, SC",152,"Mobile, AL" +230,360,171,"Jacksonville, FL",177,"Savannah, GA" +230,361,257,"Houston, TX",159,"Long Beach, CA" +230,362,201,"Boston, MA",223,"New York, NY and NJ" +230,363,257,"Houston, TX",171,"Jacksonville, FL" +230,364,241,"Philadelphia, PA",197,"Portland, ME" +230,365,241,"Philadelphia, PA",223,"New York, NY and NJ" +230,366,268,"Seattle, WA",268,"Seattle, WA" +230,367,159,"Long Beach, CA",268,"Seattle, WA" +230,368,159,"Long Beach, CA",159,"Long Beach, CA" +230,369,159,"Long Beach, CA",268,"Seattle, WA" +230,370,223,"New York, NY and NJ",241,"Philadelphia, PA" +230,371,162,"Oakland, CA",159,"Long Beach, CA" +230,372,201,"Boston, MA",241,"Philadelphia, PA" +230,373,174,"Tampa, FL",195,"New Orleans, LA" +230,374,268,"Seattle, WA",159,"Long Beach, CA" +230,375,159,"Long Beach, CA",268,"Seattle, WA" +230,376,239,"Portland, OR",159,"Long Beach, CA" +230,377,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +230,378,194,"Lake Charles, LA",254,"Corpus Christi, TX" +230,379,159,"Long Beach, CA",159,"Long Beach, CA" +230,380,162,"Oakland, CA",162,"Oakland, CA" +230,381,268,"Seattle, WA",239,"Portland, OR" +230,382,223,"New York, NY and NJ",201,"Boston, MA" +230,383,162,"Oakland, CA",162,"Oakland, CA" +230,384,172,"Port Everglades, FL",241,"Philadelphia, PA" +230,385,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +230,386,241,"Philadelphia, PA",223,"New York, NY and NJ" +230,387,244,"Providence, RI",217,"New York, NY and NJ" +230,388,198,"Baltimore, MD",217,"New York, NY and NJ" +230,389,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +230,390,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +230,391,217,"New York, NY and NJ",198,"Baltimore, MD" +230,392,159,"Long Beach, CA",159,"Long Beach, CA" +230,393,159,"Long Beach, CA",268,"Seattle, WA" +230,394,198,"Baltimore, MD",241,"Philadelphia, PA" +230,395,241,"Philadelphia, PA",241,"Philadelphia, PA" +230,396,159,"Long Beach, CA",162,"Oakland, CA" +230,397,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +230,398,197,"Portland, ME",201,"Boston, MA" +230,399,195,"New Orleans, LA",195,"New Orleans, LA" +230,400,268,"Seattle, WA",159,"Long Beach, CA" +230,401,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +230,402,201,"Boston, MA",244,"Providence, RI" +230,403,268,"Seattle, WA",268,"Seattle, WA" +230,404,201,"Boston, MA",198,"Baltimore, MD" +230,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +230,406,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +230,407,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +230,408,159,"Long Beach, CA",159,"Long Beach, CA" +230,409,241,"Philadelphia, PA",197,"Portland, ME" +230,410,159,"Long Beach, CA",159,"Long Beach, CA" +230,411,269,"Longview, WA",159,"Long Beach, CA" +230,412,223,"New York, NY and NJ",217,"New York, NY and NJ" +230,413,159,"Long Beach, CA",162,"Oakland, CA" +230,414,254,"Corpus Christi, TX",195,"New Orleans, LA" +230,415,198,"Baltimore, MD",223,"New York, NY and NJ" +230,416,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +230,417,159,"Long Beach, CA",268,"Seattle, WA" +230,418,159,"Long Beach, CA",159,"Long Beach, CA" +230,419,217,"New York, NY and NJ",197,"Portland, ME" +230,420,268,"Seattle, WA",159,"Long Beach, CA" +230,421,159,"Long Beach, CA",159,"Long Beach, CA" +230,422,269,"Longview, WA",159,"Long Beach, CA" +230,423,268,"Seattle, WA",162,"Oakland, CA" +230,424,195,"New Orleans, LA",195,"New Orleans, LA" +230,425,268,"Seattle, WA",239,"Portland, OR" +230,426,174,"Tampa, FL",208,"Pascagoula, MS" +230,427,195,"New Orleans, LA",195,"New Orleans, LA" +230,428,159,"Long Beach, CA",268,"Seattle, WA" +230,429,159,"Long Beach, CA",159,"Long Beach, CA" +230,430,244,"Providence, RI",197,"Portland, ME" +230,431,223,"New York, NY and NJ",217,"New York, NY and NJ" +230,432,162,"Oakland, CA",268,"Seattle, WA" +230,433,152,"Mobile, AL",223,"New York, NY and NJ" +230,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +230,435,241,"Philadelphia, PA",197,"Portland, ME" +230,436,198,"Baltimore, MD",241,"Philadelphia, PA" +230,437,223,"New York, NY and NJ",245,"Charleston, SC" +230,438,265,"Norfolk Harbor, VA",177,"Savannah, GA" +230,439,171,"Jacksonville, FL",198,"Baltimore, MD" +230,440,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +230,441,159,"Long Beach, CA",159,"Long Beach, CA" +230,442,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +230,443,241,"Philadelphia, PA",244,"Providence, RI" +230,444,159,"Long Beach, CA",159,"Long Beach, CA" +230,445,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +230,446,241,"Philadelphia, PA",217,"New York, NY and NJ" +230,447,218,"Camden-Gloucester, NJ",197,"Portland, ME" +230,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +230,449,159,"Long Beach, CA",159,"Long Beach, CA" +230,450,171,"Jacksonville, FL",217,"New York, NY and NJ" +230,451,198,"Baltimore, MD",197,"Portland, ME" +230,452,198,"Baltimore, MD",223,"New York, NY and NJ" +230,453,159,"Long Beach, CA",159,"Long Beach, CA" +230,454,217,"New York, NY and NJ",223,"New York, NY and NJ" +230,455,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +230,456,159,"Long Beach, CA",159,"Long Beach, CA" +230,457,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +230,458,217,"New York, NY and NJ",223,"New York, NY and NJ" +230,459,268,"Seattle, WA",159,"Long Beach, CA" +230,460,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +230,461,171,"Jacksonville, FL",177,"Savannah, GA" +230,462,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +230,463,198,"Baltimore, MD",241,"Philadelphia, PA" +230,464,197,"Portland, ME",201,"Boston, MA" +230,465,159,"Long Beach, CA",239,"Portland, OR" +230,466,269,"Longview, WA",159,"Long Beach, CA" +230,467,223,"New York, NY and NJ",223,"New York, NY and NJ" +230,468,159,"Long Beach, CA",159,"Long Beach, CA" +230,469,217,"New York, NY and NJ",241,"Philadelphia, PA" +230,470,159,"Long Beach, CA",159,"Long Beach, CA" +230,471,198,"Baltimore, MD",201,"Boston, MA" +230,472,268,"Seattle, WA",268,"Seattle, WA" +230,473,268,"Seattle, WA",239,"Portland, OR" +230,474,245,"Charleston, SC",172,"Port Everglades, FL" +230,475,197,"Portland, ME",223,"New York, NY and NJ" +230,476,159,"Long Beach, CA",162,"Oakland, CA" +230,477,159,"Long Beach, CA",159,"Long Beach, CA" +230,478,245,"Charleston, SC",178,"Brunswick, GA" +230,479,159,"Long Beach, CA",159,"Long Beach, CA" +230,480,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +230,481,241,"Philadelphia, PA",217,"New York, NY and NJ" +230,482,159,"Long Beach, CA",159,"Long Beach, CA" +230,483,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +230,484,152,"Mobile, AL",174,"Tampa, FL" +230,485,269,"Longview, WA",268,"Seattle, WA" +230,486,159,"Long Beach, CA",268,"Seattle, WA" +230,487,177,"Savannah, GA",172,"Port Everglades, FL" +230,488,162,"Oakland, CA",159,"Long Beach, CA" +230,489,159,"Long Beach, CA",159,"Long Beach, CA" +230,490,241,"Philadelphia, PA",178,"Brunswick, GA" +230,491,265,"Norfolk Harbor, VA",244,"Providence, RI" +231,154,162,"Oakland, CA",162,"Oakland, CA" +231,179,159,"Long Beach, CA",159,"Long Beach, CA" +231,180,159,"Long Beach, CA",268,"Seattle, WA" +231,274,159,"Long Beach, CA",159,"Long Beach, CA" +231,275,223,"New York, NY and NJ",198,"Baltimore, MD" +231,276,244,"Providence, RI",201,"Boston, MA" +231,277,198,"Baltimore, MD",197,"Portland, ME" +231,278,265,"Norfolk Harbor, VA",197,"Portland, ME" +231,279,245,"Charleston, SC",265,"Norfolk Harbor, VA" +231,280,177,"Savannah, GA",241,"Philadelphia, PA" +231,281,172,"Port Everglades, FL",194,"Lake Charles, LA" +231,282,197,"Portland, ME",265,"Norfolk Harbor, VA" +231,283,174,"Tampa, FL",208,"Pascagoula, MS" +231,284,268,"Seattle, WA",159,"Long Beach, CA" +231,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +231,286,198,"Baltimore, MD",198,"Baltimore, MD" +231,287,245,"Charleston, SC",174,"Tampa, FL" +231,288,268,"Seattle, WA",159,"Long Beach, CA" +231,289,268,"Seattle, WA",159,"Long Beach, CA" +231,290,174,"Tampa, FL",177,"Savannah, GA" +231,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +231,292,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +231,293,195,"New Orleans, LA",194,"Lake Charles, LA" +231,294,197,"Portland, ME",241,"Philadelphia, PA" +231,295,198,"Baltimore, MD",169,"Wilmington, DE" +231,296,159,"Long Beach, CA",159,"Long Beach, CA" +231,297,195,"New Orleans, LA",229,"Wilmington, NC" +231,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +231,299,201,"Boston, MA",171,"Jacksonville, FL" +231,300,171,"Jacksonville, FL",172,"Port Everglades, FL" +231,301,241,"Philadelphia, PA",198,"Baltimore, MD" +231,302,265,"Norfolk Harbor, VA",177,"Savannah, GA" +231,303,159,"Long Beach, CA",162,"Oakland, CA" +231,304,217,"New York, NY and NJ",244,"Providence, RI" +231,305,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +231,306,241,"Philadelphia, PA",201,"Boston, MA" +231,307,229,"Wilmington, NC",217,"New York, NY and NJ" +231,308,268,"Seattle, WA",159,"Long Beach, CA" +231,309,201,"Boston, MA",217,"New York, NY and NJ" +231,310,208,"Pascagoula, MS",241,"Philadelphia, PA" +231,311,223,"New York, NY and NJ",244,"Providence, RI" +231,312,177,"Savannah, GA",171,"Jacksonville, FL" +231,313,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +231,314,217,"New York, NY and NJ",197,"Portland, ME" +231,315,171,"Jacksonville, FL",152,"Mobile, AL" +231,316,159,"Long Beach, CA",269,"Longview, WA" +231,317,268,"Seattle, WA",159,"Long Beach, CA" +231,318,268,"Seattle, WA",239,"Portland, OR" +231,319,174,"Tampa, FL",172,"Port Everglades, FL" +231,320,198,"Baltimore, MD",217,"New York, NY and NJ" +231,321,201,"Boston, MA",265,"Norfolk Harbor, VA" +231,322,159,"Long Beach, CA",159,"Long Beach, CA" +231,323,195,"New Orleans, LA",152,"Mobile, AL" +231,324,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +231,325,177,"Savannah, GA",172,"Port Everglades, FL" +231,326,245,"Charleston, SC",174,"Tampa, FL" +231,327,229,"Wilmington, NC",217,"New York, NY and NJ" +231,328,217,"New York, NY and NJ",223,"New York, NY and NJ" +231,329,241,"Philadelphia, PA",217,"New York, NY and NJ" +231,330,197,"Portland, ME",197,"Portland, ME" +231,331,223,"New York, NY and NJ",198,"Baltimore, MD" +231,332,177,"Savannah, GA",265,"Norfolk Harbor, VA" +231,333,172,"Port Everglades, FL",177,"Savannah, GA" +231,334,177,"Savannah, GA",152,"Mobile, AL" +231,335,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +231,336,152,"Mobile, AL",172,"Port Everglades, FL" +231,337,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +231,338,217,"New York, NY and NJ",223,"New York, NY and NJ" +231,339,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +231,340,217,"New York, NY and NJ",198,"Baltimore, MD" +231,341,172,"Port Everglades, FL",254,"Corpus Christi, TX" +231,342,201,"Boston, MA",217,"New York, NY and NJ" +231,343,268,"Seattle, WA",159,"Long Beach, CA" +231,344,223,"New York, NY and NJ",217,"New York, NY and NJ" +231,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +231,346,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +231,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +231,348,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +231,349,169,"Wilmington, DE",198,"Baltimore, MD" +231,350,223,"New York, NY and NJ",217,"New York, NY and NJ" +231,351,201,"Boston, MA",241,"Philadelphia, PA" +231,352,201,"Boston, MA",218,"Camden-Gloucester, NJ" +231,353,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +231,354,241,"Philadelphia, PA",217,"New York, NY and NJ" +231,355,245,"Charleston, SC",265,"Norfolk Harbor, VA" +231,356,257,"Houston, TX",195,"New Orleans, LA" +231,357,198,"Baltimore, MD",241,"Philadelphia, PA" +231,358,223,"New York, NY and NJ",241,"Philadelphia, PA" +231,359,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +231,360,177,"Savannah, GA",174,"Tampa, FL" +231,361,177,"Savannah, GA",177,"Savannah, GA" +231,362,217,"New York, NY and NJ",223,"New York, NY and NJ" +231,363,208,"Pascagoula, MS",195,"New Orleans, LA" +231,364,197,"Portland, ME",197,"Portland, ME" +231,365,244,"Providence, RI",201,"Boston, MA" +231,366,159,"Long Beach, CA",162,"Oakland, CA" +231,367,268,"Seattle, WA",159,"Long Beach, CA" +231,368,269,"Longview, WA",268,"Seattle, WA" +231,369,239,"Portland, OR",268,"Seattle, WA" +231,370,201,"Boston, MA",217,"New York, NY and NJ" +231,371,268,"Seattle, WA",265,"Norfolk Harbor, VA" +231,372,218,"Camden-Gloucester, NJ",197,"Portland, ME" +231,373,171,"Jacksonville, FL",177,"Savannah, GA" +231,374,268,"Seattle, WA",159,"Long Beach, CA" +231,375,159,"Long Beach, CA",268,"Seattle, WA" +231,376,159,"Long Beach, CA",268,"Seattle, WA" +231,377,245,"Charleston, SC",241,"Philadelphia, PA" +231,378,174,"Tampa, FL",152,"Mobile, AL" +231,379,162,"Oakland, CA",268,"Seattle, WA" +231,380,239,"Portland, OR",159,"Long Beach, CA" +231,381,162,"Oakland, CA",162,"Oakland, CA" +231,382,198,"Baltimore, MD",241,"Philadelphia, PA" +231,383,159,"Long Beach, CA",177,"Savannah, GA" +231,384,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +231,385,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +231,386,217,"New York, NY and NJ",223,"New York, NY and NJ" +231,387,244,"Providence, RI",198,"Baltimore, MD" +231,388,197,"Portland, ME",223,"New York, NY and NJ" +231,389,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +231,390,198,"Baltimore, MD",197,"Portland, ME" +231,391,245,"Charleston, SC",201,"Boston, MA" +231,392,159,"Long Beach, CA",159,"Long Beach, CA" +231,393,159,"Long Beach, CA",159,"Long Beach, CA" +231,394,197,"Portland, ME",217,"New York, NY and NJ" +231,395,244,"Providence, RI",223,"New York, NY and NJ" +231,396,159,"Long Beach, CA",162,"Oakland, CA" +231,397,241,"Philadelphia, PA",169,"Wilmington, DE" +231,398,217,"New York, NY and NJ",217,"New York, NY and NJ" +231,399,257,"Houston, TX",193,"Baton Rouge, LA" +231,400,268,"Seattle, WA",239,"Portland, OR" +231,401,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +231,402,201,"Boston, MA",217,"New York, NY and NJ" +231,403,159,"Long Beach, CA",159,"Long Beach, CA" +231,404,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +231,405,172,"Port Everglades, FL",172,"Port Everglades, FL" +231,406,223,"New York, NY and NJ",198,"Baltimore, MD" +231,407,265,"Norfolk Harbor, VA",245,"Charleston, SC" +231,408,268,"Seattle, WA",159,"Long Beach, CA" +231,409,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +231,410,159,"Long Beach, CA",159,"Long Beach, CA" +231,411,268,"Seattle, WA",239,"Portland, OR" +231,412,217,"New York, NY and NJ",223,"New York, NY and NJ" +231,413,159,"Long Beach, CA",269,"Longview, WA" +231,414,193,"Baton Rouge, LA",172,"Port Everglades, FL" +231,415,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +231,416,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +231,417,239,"Portland, OR",162,"Oakland, CA" +231,418,159,"Long Beach, CA",269,"Longview, WA" +231,419,223,"New York, NY and NJ",201,"Boston, MA" +231,420,159,"Long Beach, CA",268,"Seattle, WA" +231,421,268,"Seattle, WA",159,"Long Beach, CA" +231,422,268,"Seattle, WA",159,"Long Beach, CA" +231,423,162,"Oakland, CA",152,"Mobile, AL" +231,424,245,"Charleston, SC",172,"Port Everglades, FL" +231,425,162,"Oakland, CA",159,"Long Beach, CA" +231,426,177,"Savannah, GA",195,"New Orleans, LA" +231,427,195,"New Orleans, LA",195,"New Orleans, LA" +231,428,268,"Seattle, WA",268,"Seattle, WA" +231,429,159,"Long Beach, CA",159,"Long Beach, CA" +231,430,201,"Boston, MA",217,"New York, NY and NJ" +231,431,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +231,432,159,"Long Beach, CA",268,"Seattle, WA" +231,433,198,"Baltimore, MD",198,"Baltimore, MD" +231,434,201,"Boston, MA",223,"New York, NY and NJ" +231,435,241,"Philadelphia, PA",223,"New York, NY and NJ" +231,436,217,"New York, NY and NJ",223,"New York, NY and NJ" +231,437,217,"New York, NY and NJ",198,"Baltimore, MD" +231,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +231,439,171,"Jacksonville, FL",172,"Port Everglades, FL" +231,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +231,441,239,"Portland, OR",159,"Long Beach, CA" +231,442,201,"Boston, MA",198,"Baltimore, MD" +231,443,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +231,444,159,"Long Beach, CA",268,"Seattle, WA" +231,445,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +231,446,197,"Portland, ME",217,"New York, NY and NJ" +231,447,198,"Baltimore, MD",197,"Portland, ME" +231,448,217,"New York, NY and NJ",201,"Boston, MA" +231,449,162,"Oakland, CA",159,"Long Beach, CA" +231,450,174,"Tampa, FL",265,"Norfolk Harbor, VA" +231,451,244,"Providence, RI",218,"Camden-Gloucester, NJ" +231,452,223,"New York, NY and NJ",217,"New York, NY and NJ" +231,453,159,"Long Beach, CA",268,"Seattle, WA" +231,454,223,"New York, NY and NJ",198,"Baltimore, MD" +231,455,241,"Philadelphia, PA",217,"New York, NY and NJ" +231,456,159,"Long Beach, CA",268,"Seattle, WA" +231,457,217,"New York, NY and NJ",241,"Philadelphia, PA" +231,458,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +231,459,159,"Long Beach, CA",162,"Oakland, CA" +231,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +231,461,177,"Savannah, GA",171,"Jacksonville, FL" +231,462,223,"New York, NY and NJ",201,"Boston, MA" +231,463,217,"New York, NY and NJ",223,"New York, NY and NJ" +231,464,198,"Baltimore, MD",223,"New York, NY and NJ" +231,465,162,"Oakland, CA",159,"Long Beach, CA" +231,466,159,"Long Beach, CA",159,"Long Beach, CA" +231,467,217,"New York, NY and NJ",244,"Providence, RI" +231,468,159,"Long Beach, CA",159,"Long Beach, CA" +231,469,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +231,470,159,"Long Beach, CA",159,"Long Beach, CA" +231,471,241,"Philadelphia, PA",217,"New York, NY and NJ" +231,472,159,"Long Beach, CA",159,"Long Beach, CA" +231,473,159,"Long Beach, CA",159,"Long Beach, CA" +231,474,245,"Charleston, SC",169,"Wilmington, DE" +231,475,197,"Portland, ME",241,"Philadelphia, PA" +231,476,159,"Long Beach, CA",162,"Oakland, CA" +231,477,159,"Long Beach, CA",159,"Long Beach, CA" +231,478,172,"Port Everglades, FL",177,"Savannah, GA" +231,479,159,"Long Beach, CA",159,"Long Beach, CA" +231,480,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +231,481,201,"Boston, MA",223,"New York, NY and NJ" +231,482,159,"Long Beach, CA",159,"Long Beach, CA" +231,483,218,"Camden-Gloucester, NJ",201,"Boston, MA" +231,484,172,"Port Everglades, FL",241,"Philadelphia, PA" +231,485,269,"Longview, WA",239,"Portland, OR" +231,486,268,"Seattle, WA",159,"Long Beach, CA" +231,487,177,"Savannah, GA",172,"Port Everglades, FL" +231,488,269,"Longview, WA",268,"Seattle, WA" +231,489,162,"Oakland, CA",268,"Seattle, WA" +231,490,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +231,491,217,"New York, NY and NJ",241,"Philadelphia, PA" +232,154,159,"Long Beach, CA",159,"Long Beach, CA" +232,179,159,"Long Beach, CA",159,"Long Beach, CA" +232,180,268,"Seattle, WA",159,"Long Beach, CA" +232,274,159,"Long Beach, CA",159,"Long Beach, CA" +232,275,223,"New York, NY and NJ",217,"New York, NY and NJ" +232,276,223,"New York, NY and NJ",217,"New York, NY and NJ" +232,277,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +232,278,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +232,279,171,"Jacksonville, FL",223,"New York, NY and NJ" +232,280,198,"Baltimore, MD",198,"Baltimore, MD" +232,281,253,"Beaumont, TX",229,"Wilmington, NC" +232,282,217,"New York, NY and NJ",217,"New York, NY and NJ" +232,283,177,"Savannah, GA",177,"Savannah, GA" +232,284,159,"Long Beach, CA",159,"Long Beach, CA" +232,285,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +232,286,244,"Providence, RI",217,"New York, NY and NJ" +232,287,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +232,288,159,"Long Beach, CA",159,"Long Beach, CA" +232,289,159,"Long Beach, CA",159,"Long Beach, CA" +232,290,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +232,291,197,"Portland, ME",223,"New York, NY and NJ" +232,292,198,"Baltimore, MD",217,"New York, NY and NJ" +232,293,194,"Lake Charles, LA",194,"Lake Charles, LA" +232,294,201,"Boston, MA",241,"Philadelphia, PA" +232,295,244,"Providence, RI",223,"New York, NY and NJ" +232,296,159,"Long Beach, CA",159,"Long Beach, CA" +232,297,171,"Jacksonville, FL",171,"Jacksonville, FL" +232,298,197,"Portland, ME",241,"Philadelphia, PA" +232,299,201,"Boston, MA",265,"Norfolk Harbor, VA" +232,300,245,"Charleston, SC",244,"Providence, RI" +232,301,223,"New York, NY and NJ",197,"Portland, ME" +232,302,245,"Charleston, SC",245,"Charleston, SC" +232,303,268,"Seattle, WA",159,"Long Beach, CA" +232,304,241,"Philadelphia, PA",217,"New York, NY and NJ" +232,305,217,"New York, NY and NJ",223,"New York, NY and NJ" +232,306,201,"Boston, MA",241,"Philadelphia, PA" +232,307,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +232,308,159,"Long Beach, CA",159,"Long Beach, CA" +232,309,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +232,310,198,"Baltimore, MD",198,"Baltimore, MD" +232,311,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +232,312,177,"Savannah, GA",172,"Port Everglades, FL" +232,313,241,"Philadelphia, PA",217,"New York, NY and NJ" +232,314,223,"New York, NY and NJ",223,"New York, NY and NJ" +232,315,172,"Port Everglades, FL",195,"New Orleans, LA" +232,316,162,"Oakland, CA",159,"Long Beach, CA" +232,317,159,"Long Beach, CA",268,"Seattle, WA" +232,318,159,"Long Beach, CA",269,"Longview, WA" +232,319,245,"Charleston, SC",172,"Port Everglades, FL" +232,320,198,"Baltimore, MD",201,"Boston, MA" +232,321,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +232,322,269,"Longview, WA",159,"Long Beach, CA" +232,323,195,"New Orleans, LA",208,"Pascagoula, MS" +232,324,217,"New York, NY and NJ",223,"New York, NY and NJ" +232,325,174,"Tampa, FL",245,"Charleston, SC" +232,326,172,"Port Everglades, FL",171,"Jacksonville, FL" +232,327,201,"Boston, MA",217,"New York, NY and NJ" +232,328,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +232,329,223,"New York, NY and NJ",197,"Portland, ME" +232,330,198,"Baltimore, MD",198,"Baltimore, MD" +232,331,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +232,332,245,"Charleston, SC",265,"Norfolk Harbor, VA" +232,333,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +232,334,172,"Port Everglades, FL",177,"Savannah, GA" +232,335,198,"Baltimore, MD",241,"Philadelphia, PA" +232,336,195,"New Orleans, LA",152,"Mobile, AL" +232,337,223,"New York, NY and NJ",241,"Philadelphia, PA" +232,338,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +232,339,223,"New York, NY and NJ",198,"Baltimore, MD" +232,340,223,"New York, NY and NJ",201,"Boston, MA" +232,341,229,"Wilmington, NC",253,"Beaumont, TX" +232,342,223,"New York, NY and NJ",197,"Portland, ME" +232,343,268,"Seattle, WA",162,"Oakland, CA" +232,344,197,"Portland, ME",217,"New York, NY and NJ" +232,345,217,"New York, NY and NJ",217,"New York, NY and NJ" +232,346,223,"New York, NY and NJ",229,"Wilmington, NC" +232,347,197,"Portland, ME",198,"Baltimore, MD" +232,348,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +232,349,223,"New York, NY and NJ",201,"Boston, MA" +232,350,223,"New York, NY and NJ",197,"Portland, ME" +232,351,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +232,352,201,"Boston, MA",241,"Philadelphia, PA" +232,353,198,"Baltimore, MD",241,"Philadelphia, PA" +232,354,223,"New York, NY and NJ",241,"Philadelphia, PA" +232,355,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +232,356,195,"New Orleans, LA",193,"Baton Rouge, LA" +232,357,217,"New York, NY and NJ",197,"Portland, ME" +232,358,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +232,359,174,"Tampa, FL",245,"Charleston, SC" +232,360,177,"Savannah, GA",177,"Savannah, GA" +232,361,195,"New Orleans, LA",195,"New Orleans, LA" +232,362,223,"New York, NY and NJ",223,"New York, NY and NJ" +232,363,195,"New Orleans, LA",174,"Tampa, FL" +232,364,217,"New York, NY and NJ",223,"New York, NY and NJ" +232,365,218,"Camden-Gloucester, NJ",201,"Boston, MA" +232,366,268,"Seattle, WA",159,"Long Beach, CA" +232,367,159,"Long Beach, CA",159,"Long Beach, CA" +232,368,159,"Long Beach, CA",162,"Oakland, CA" +232,369,159,"Long Beach, CA",159,"Long Beach, CA" +232,370,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +232,371,162,"Oakland, CA",268,"Seattle, WA" +232,372,201,"Boston, MA",223,"New York, NY and NJ" +232,373,171,"Jacksonville, FL",229,"Wilmington, NC" +232,374,159,"Long Beach, CA",162,"Oakland, CA" +232,375,162,"Oakland, CA",268,"Seattle, WA" +232,376,239,"Portland, OR",239,"Portland, OR" +232,377,217,"New York, NY and NJ",217,"New York, NY and NJ" +232,378,174,"Tampa, FL",245,"Charleston, SC" +232,379,162,"Oakland, CA",268,"Seattle, WA" +232,380,162,"Oakland, CA",159,"Long Beach, CA" +232,381,268,"Seattle, WA",159,"Long Beach, CA" +232,382,218,"Camden-Gloucester, NJ",197,"Portland, ME" +232,383,159,"Long Beach, CA",159,"Long Beach, CA" +232,384,223,"New York, NY and NJ",201,"Boston, MA" +232,385,201,"Boston, MA",223,"New York, NY and NJ" +232,386,223,"New York, NY and NJ",197,"Portland, ME" +232,387,197,"Portland, ME",218,"Camden-Gloucester, NJ" +232,388,217,"New York, NY and NJ",241,"Philadelphia, PA" +232,389,198,"Baltimore, MD",217,"New York, NY and NJ" +232,390,197,"Portland, ME",201,"Boston, MA" +232,391,198,"Baltimore, MD",197,"Portland, ME" +232,392,159,"Long Beach, CA",159,"Long Beach, CA" +232,393,268,"Seattle, WA",159,"Long Beach, CA" +232,394,217,"New York, NY and NJ",244,"Providence, RI" +232,395,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +232,396,268,"Seattle, WA",269,"Longview, WA" +232,397,217,"New York, NY and NJ",197,"Portland, ME" +232,398,198,"Baltimore, MD",217,"New York, NY and NJ" +232,399,257,"Houston, TX",257,"Houston, TX" +232,400,268,"Seattle, WA",239,"Portland, OR" +232,401,244,"Providence, RI",198,"Baltimore, MD" +232,402,197,"Portland, ME",197,"Portland, ME" +232,403,268,"Seattle, WA",159,"Long Beach, CA" +232,404,223,"New York, NY and NJ",198,"Baltimore, MD" +232,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +232,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +232,407,241,"Philadelphia, PA",223,"New York, NY and NJ" +232,408,159,"Long Beach, CA",162,"Oakland, CA" +232,409,217,"New York, NY and NJ",241,"Philadelphia, PA" +232,410,268,"Seattle, WA",162,"Oakland, CA" +232,411,159,"Long Beach, CA",159,"Long Beach, CA" +232,412,198,"Baltimore, MD",197,"Portland, ME" +232,413,269,"Longview, WA",268,"Seattle, WA" +232,414,195,"New Orleans, LA",178,"Brunswick, GA" +232,415,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +232,416,223,"New York, NY and NJ",217,"New York, NY and NJ" +232,417,159,"Long Beach, CA",162,"Oakland, CA" +232,418,269,"Longview, WA",159,"Long Beach, CA" +232,419,223,"New York, NY and NJ",223,"New York, NY and NJ" +232,420,159,"Long Beach, CA",159,"Long Beach, CA" +232,421,159,"Long Beach, CA",162,"Oakland, CA" +232,422,162,"Oakland, CA",162,"Oakland, CA" +232,423,268,"Seattle, WA",268,"Seattle, WA" +232,424,245,"Charleston, SC",195,"New Orleans, LA" +232,425,268,"Seattle, WA",162,"Oakland, CA" +232,426,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +232,427,174,"Tampa, FL",265,"Norfolk Harbor, VA" +232,428,159,"Long Beach, CA",269,"Longview, WA" +232,429,268,"Seattle, WA",159,"Long Beach, CA" +232,430,217,"New York, NY and NJ",197,"Portland, ME" +232,431,217,"New York, NY and NJ",241,"Philadelphia, PA" +232,432,159,"Long Beach, CA",269,"Longview, WA" +232,433,169,"Wilmington, DE",198,"Baltimore, MD" +232,434,201,"Boston, MA",223,"New York, NY and NJ" +232,435,241,"Philadelphia, PA",223,"New York, NY and NJ" +232,436,244,"Providence, RI",217,"New York, NY and NJ" +232,437,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +232,438,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +232,439,177,"Savannah, GA",265,"Norfolk Harbor, VA" +232,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +232,441,162,"Oakland, CA",159,"Long Beach, CA" +232,442,198,"Baltimore, MD",241,"Philadelphia, PA" +232,443,197,"Portland, ME",218,"Camden-Gloucester, NJ" +232,444,268,"Seattle, WA",269,"Longview, WA" +232,445,241,"Philadelphia, PA",217,"New York, NY and NJ" +232,446,241,"Philadelphia, PA",223,"New York, NY and NJ" +232,447,244,"Providence, RI",244,"Providence, RI" +232,448,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +232,449,268,"Seattle, WA",159,"Long Beach, CA" +232,450,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +232,451,217,"New York, NY and NJ",201,"Boston, MA" +232,452,265,"Norfolk Harbor, VA",201,"Boston, MA" +232,453,159,"Long Beach, CA",159,"Long Beach, CA" +232,454,201,"Boston, MA",265,"Norfolk Harbor, VA" +232,455,241,"Philadelphia, PA",223,"New York, NY and NJ" +232,456,159,"Long Beach, CA",159,"Long Beach, CA" +232,457,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +232,458,244,"Providence, RI",201,"Boston, MA" +232,459,268,"Seattle, WA",239,"Portland, OR" +232,460,217,"New York, NY and NJ",197,"Portland, ME" +232,461,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +232,462,241,"Philadelphia, PA",223,"New York, NY and NJ" +232,463,217,"New York, NY and NJ",201,"Boston, MA" +232,464,197,"Portland, ME",217,"New York, NY and NJ" +232,465,268,"Seattle, WA",159,"Long Beach, CA" +232,466,268,"Seattle, WA",268,"Seattle, WA" +232,467,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +232,468,268,"Seattle, WA",159,"Long Beach, CA" +232,469,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +232,470,159,"Long Beach, CA",159,"Long Beach, CA" +232,471,223,"New York, NY and NJ",241,"Philadelphia, PA" +232,472,159,"Long Beach, CA",159,"Long Beach, CA" +232,473,159,"Long Beach, CA",268,"Seattle, WA" +232,474,229,"Wilmington, NC",241,"Philadelphia, PA" +232,475,265,"Norfolk Harbor, VA",244,"Providence, RI" +232,476,159,"Long Beach, CA",268,"Seattle, WA" +232,477,268,"Seattle, WA",159,"Long Beach, CA" +232,478,172,"Port Everglades, FL",169,"Wilmington, DE" +232,479,239,"Portland, OR",159,"Long Beach, CA" +232,480,201,"Boston, MA",197,"Portland, ME" +232,481,223,"New York, NY and NJ",197,"Portland, ME" +232,482,239,"Portland, OR",159,"Long Beach, CA" +232,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +232,484,152,"Mobile, AL",241,"Philadelphia, PA" +232,485,159,"Long Beach, CA",162,"Oakland, CA" +232,486,268,"Seattle, WA",159,"Long Beach, CA" +232,487,177,"Savannah, GA",223,"New York, NY and NJ" +232,488,239,"Portland, OR",159,"Long Beach, CA" +232,489,268,"Seattle, WA",159,"Long Beach, CA" +232,490,217,"New York, NY and NJ",223,"New York, NY and NJ" +232,491,198,"Baltimore, MD",223,"New York, NY and NJ" +233,154,159,"Long Beach, CA",268,"Seattle, WA" +233,179,159,"Long Beach, CA",268,"Seattle, WA" +233,180,268,"Seattle, WA",162,"Oakland, CA" +233,274,159,"Long Beach, CA",162,"Oakland, CA" +233,275,217,"New York, NY and NJ",198,"Baltimore, MD" +233,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +233,277,265,"Norfolk Harbor, VA",201,"Boston, MA" +233,278,169,"Wilmington, DE",198,"Baltimore, MD" +233,279,174,"Tampa, FL",218,"Camden-Gloucester, NJ" +233,280,245,"Charleston, SC",265,"Norfolk Harbor, VA" +233,281,171,"Jacksonville, FL",171,"Jacksonville, FL" +233,282,223,"New York, NY and NJ",198,"Baltimore, MD" +233,283,177,"Savannah, GA",174,"Tampa, FL" +233,284,162,"Oakland, CA",268,"Seattle, WA" +233,285,217,"New York, NY and NJ",217,"New York, NY and NJ" +233,286,223,"New York, NY and NJ",217,"New York, NY and NJ" +233,287,177,"Savannah, GA",177,"Savannah, GA" +233,288,159,"Long Beach, CA",159,"Long Beach, CA" +233,289,159,"Long Beach, CA",162,"Oakland, CA" +233,290,245,"Charleston, SC",198,"Baltimore, MD" +233,291,244,"Providence, RI",244,"Providence, RI" +233,292,197,"Portland, ME",217,"New York, NY and NJ" +233,293,152,"Mobile, AL",195,"New Orleans, LA" +233,294,265,"Norfolk Harbor, VA",197,"Portland, ME" +233,295,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +233,296,159,"Long Beach, CA",268,"Seattle, WA" +233,297,194,"Lake Charles, LA",171,"Jacksonville, FL" +233,298,217,"New York, NY and NJ",201,"Boston, MA" +233,299,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +233,300,169,"Wilmington, DE",245,"Charleston, SC" +233,301,201,"Boston, MA",169,"Wilmington, DE" +233,302,177,"Savannah, GA",265,"Norfolk Harbor, VA" +233,303,268,"Seattle, WA",159,"Long Beach, CA" +233,304,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +233,305,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +233,306,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +233,307,201,"Boston, MA",218,"Camden-Gloucester, NJ" +233,308,159,"Long Beach, CA",159,"Long Beach, CA" +233,309,198,"Baltimore, MD",198,"Baltimore, MD" +233,310,223,"New York, NY and NJ",198,"Baltimore, MD" +233,311,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +233,312,177,"Savannah, GA",172,"Port Everglades, FL" +233,313,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +233,314,201,"Boston, MA",201,"Boston, MA" +233,315,195,"New Orleans, LA",195,"New Orleans, LA" +233,316,159,"Long Beach, CA",159,"Long Beach, CA" +233,317,159,"Long Beach, CA",159,"Long Beach, CA" +233,318,268,"Seattle, WA",159,"Long Beach, CA" +233,319,172,"Port Everglades, FL",171,"Jacksonville, FL" +233,320,198,"Baltimore, MD",241,"Philadelphia, PA" +233,321,198,"Baltimore, MD",197,"Portland, ME" +233,322,159,"Long Beach, CA",269,"Longview, WA" +233,323,172,"Port Everglades, FL",152,"Mobile, AL" +233,324,198,"Baltimore, MD",201,"Boston, MA" +233,325,177,"Savannah, GA",172,"Port Everglades, FL" +233,326,245,"Charleston, SC",265,"Norfolk Harbor, VA" +233,327,223,"New York, NY and NJ",197,"Portland, ME" +233,328,201,"Boston, MA",201,"Boston, MA" +233,329,169,"Wilmington, DE",244,"Providence, RI" +233,330,217,"New York, NY and NJ",223,"New York, NY and NJ" +233,331,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +233,332,174,"Tampa, FL",217,"New York, NY and NJ" +233,333,174,"Tampa, FL",265,"Norfolk Harbor, VA" +233,334,177,"Savannah, GA",172,"Port Everglades, FL" +233,335,241,"Philadelphia, PA",198,"Baltimore, MD" +233,336,174,"Tampa, FL",245,"Charleston, SC" +233,337,201,"Boston, MA",241,"Philadelphia, PA" +233,338,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +233,339,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +233,340,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +233,341,172,"Port Everglades, FL",253,"Beaumont, TX" +233,342,217,"New York, NY and NJ",223,"New York, NY and NJ" +233,343,159,"Long Beach, CA",159,"Long Beach, CA" +233,344,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +233,345,223,"New York, NY and NJ",223,"New York, NY and NJ" +233,346,245,"Charleston, SC",265,"Norfolk Harbor, VA" +233,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +233,348,201,"Boston, MA",241,"Philadelphia, PA" +233,349,201,"Boston, MA",223,"New York, NY and NJ" +233,350,201,"Boston, MA",265,"Norfolk Harbor, VA" +233,351,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +233,352,244,"Providence, RI",229,"Wilmington, NC" +233,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +233,354,197,"Portland, ME",223,"New York, NY and NJ" +233,355,177,"Savannah, GA",198,"Baltimore, MD" +233,356,195,"New Orleans, LA",152,"Mobile, AL" +233,357,217,"New York, NY and NJ",223,"New York, NY and NJ" +233,358,217,"New York, NY and NJ",217,"New York, NY and NJ" +233,359,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +233,360,172,"Port Everglades, FL",171,"Jacksonville, FL" +233,361,245,"Charleston, SC",245,"Charleston, SC" +233,362,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +233,363,174,"Tampa, FL",195,"New Orleans, LA" +233,364,197,"Portland, ME",198,"Baltimore, MD" +233,365,241,"Philadelphia, PA",217,"New York, NY and NJ" +233,366,239,"Portland, OR",159,"Long Beach, CA" +233,367,159,"Long Beach, CA",162,"Oakland, CA" +233,368,159,"Long Beach, CA",239,"Portland, OR" +233,369,268,"Seattle, WA",268,"Seattle, WA" +233,370,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +233,371,268,"Seattle, WA",268,"Seattle, WA" +233,372,201,"Boston, MA",197,"Portland, ME" +233,373,171,"Jacksonville, FL",171,"Jacksonville, FL" +233,374,268,"Seattle, WA",159,"Long Beach, CA" +233,375,269,"Longview, WA",239,"Portland, OR" +233,376,159,"Long Beach, CA",239,"Portland, OR" +233,377,265,"Norfolk Harbor, VA",197,"Portland, ME" +233,378,172,"Port Everglades, FL",194,"Lake Charles, LA" +233,379,159,"Long Beach, CA",268,"Seattle, WA" +233,380,268,"Seattle, WA",268,"Seattle, WA" +233,381,159,"Long Beach, CA",159,"Long Beach, CA" +233,382,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +233,383,162,"Oakland, CA",159,"Long Beach, CA" +233,384,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +233,385,197,"Portland, ME",241,"Philadelphia, PA" +233,386,197,"Portland, ME",198,"Baltimore, MD" +233,387,244,"Providence, RI",265,"Norfolk Harbor, VA" +233,388,223,"New York, NY and NJ",201,"Boston, MA" +233,389,217,"New York, NY and NJ",241,"Philadelphia, PA" +233,390,218,"Camden-Gloucester, NJ",171,"Jacksonville, FL" +233,391,245,"Charleston, SC",265,"Norfolk Harbor, VA" +233,392,159,"Long Beach, CA",159,"Long Beach, CA" +233,393,162,"Oakland, CA",159,"Long Beach, CA" +233,394,217,"New York, NY and NJ",223,"New York, NY and NJ" +233,395,201,"Boston, MA",217,"New York, NY and NJ" +233,396,159,"Long Beach, CA",159,"Long Beach, CA" +233,397,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +233,398,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +233,399,195,"New Orleans, LA",195,"New Orleans, LA" +233,400,159,"Long Beach, CA",162,"Oakland, CA" +233,401,217,"New York, NY and NJ",198,"Baltimore, MD" +233,402,197,"Portland, ME",217,"New York, NY and NJ" +233,403,159,"Long Beach, CA",239,"Portland, OR" +233,404,197,"Portland, ME",265,"Norfolk Harbor, VA" +233,405,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +233,406,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +233,407,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +233,408,159,"Long Beach, CA",159,"Long Beach, CA" +233,409,229,"Wilmington, NC",198,"Baltimore, MD" +233,410,269,"Longview, WA",162,"Oakland, CA" +233,411,162,"Oakland, CA",159,"Long Beach, CA" +233,412,201,"Boston, MA",198,"Baltimore, MD" +233,413,159,"Long Beach, CA",162,"Oakland, CA" +233,414,178,"Brunswick, GA",171,"Jacksonville, FL" +233,415,198,"Baltimore, MD",197,"Portland, ME" +233,416,198,"Baltimore, MD",198,"Baltimore, MD" +233,417,159,"Long Beach, CA",162,"Oakland, CA" +233,418,162,"Oakland, CA",159,"Long Beach, CA" +233,419,223,"New York, NY and NJ",241,"Philadelphia, PA" +233,420,268,"Seattle, WA",159,"Long Beach, CA" +233,421,162,"Oakland, CA",159,"Long Beach, CA" +233,422,239,"Portland, OR",159,"Long Beach, CA" +233,423,162,"Oakland, CA",162,"Oakland, CA" +233,424,177,"Savannah, GA",172,"Port Everglades, FL" +233,425,268,"Seattle, WA",268,"Seattle, WA" +233,426,245,"Charleston, SC",265,"Norfolk Harbor, VA" +233,427,171,"Jacksonville, FL",172,"Port Everglades, FL" +233,428,268,"Seattle, WA",268,"Seattle, WA" +233,429,195,"New Orleans, LA",159,"Long Beach, CA" +233,430,218,"Camden-Gloucester, NJ",244,"Providence, RI" +233,431,223,"New York, NY and NJ",198,"Baltimore, MD" +233,432,159,"Long Beach, CA",162,"Oakland, CA" +233,433,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +233,434,198,"Baltimore, MD",201,"Boston, MA" +233,435,223,"New York, NY and NJ",223,"New York, NY and NJ" +233,436,197,"Portland, ME",265,"Norfolk Harbor, VA" +233,437,245,"Charleston, SC",229,"Wilmington, NC" +233,438,245,"Charleston, SC",265,"Norfolk Harbor, VA" +233,439,245,"Charleston, SC",265,"Norfolk Harbor, VA" +233,440,198,"Baltimore, MD",217,"New York, NY and NJ" +233,441,268,"Seattle, WA",162,"Oakland, CA" +233,442,201,"Boston, MA",223,"New York, NY and NJ" +233,443,241,"Philadelphia, PA",197,"Portland, ME" +233,444,162,"Oakland, CA",159,"Long Beach, CA" +233,445,217,"New York, NY and NJ",223,"New York, NY and NJ" +233,446,197,"Portland, ME",241,"Philadelphia, PA" +233,447,201,"Boston, MA",223,"New York, NY and NJ" +233,448,218,"Camden-Gloucester, NJ",229,"Wilmington, NC" +233,449,159,"Long Beach, CA",159,"Long Beach, CA" +233,450,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +233,451,218,"Camden-Gloucester, NJ",197,"Portland, ME" +233,452,201,"Boston, MA",217,"New York, NY and NJ" +233,453,159,"Long Beach, CA",268,"Seattle, WA" +233,454,201,"Boston, MA",197,"Portland, ME" +233,455,245,"Charleston, SC",198,"Baltimore, MD" +233,456,268,"Seattle, WA",159,"Long Beach, CA" +233,457,217,"New York, NY and NJ",197,"Portland, ME" +233,458,217,"New York, NY and NJ",201,"Boston, MA" +233,459,159,"Long Beach, CA",162,"Oakland, CA" +233,460,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +233,461,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +233,462,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +233,463,198,"Baltimore, MD",223,"New York, NY and NJ" +233,464,244,"Providence, RI",198,"Baltimore, MD" +233,465,239,"Portland, OR",171,"Jacksonville, FL" +233,466,159,"Long Beach, CA",268,"Seattle, WA" +233,467,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +233,468,268,"Seattle, WA",159,"Long Beach, CA" +233,469,197,"Portland, ME",265,"Norfolk Harbor, VA" +233,470,159,"Long Beach, CA",159,"Long Beach, CA" +233,471,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +233,472,159,"Long Beach, CA",159,"Long Beach, CA" +233,473,159,"Long Beach, CA",268,"Seattle, WA" +233,474,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +233,475,241,"Philadelphia, PA",198,"Baltimore, MD" +233,476,159,"Long Beach, CA",268,"Seattle, WA" +233,477,268,"Seattle, WA",239,"Portland, OR" +233,478,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +233,479,162,"Oakland, CA",159,"Long Beach, CA" +233,480,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +233,481,241,"Philadelphia, PA",201,"Boston, MA" +233,482,162,"Oakland, CA",159,"Long Beach, CA" +233,483,223,"New York, NY and NJ",201,"Boston, MA" +233,484,198,"Baltimore, MD",152,"Mobile, AL" +233,485,159,"Long Beach, CA",239,"Portland, OR" +233,486,162,"Oakland, CA",159,"Long Beach, CA" +233,487,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +233,488,159,"Long Beach, CA",159,"Long Beach, CA" +233,489,159,"Long Beach, CA",268,"Seattle, WA" +233,490,198,"Baltimore, MD",223,"New York, NY and NJ" +233,491,217,"New York, NY and NJ",223,"New York, NY and NJ" +234,154,159,"Long Beach, CA",159,"Long Beach, CA" +234,179,162,"Oakland, CA",268,"Seattle, WA" +234,180,159,"Long Beach, CA",239,"Portland, OR" +234,274,159,"Long Beach, CA",159,"Long Beach, CA" +234,275,217,"New York, NY and NJ",241,"Philadelphia, PA" +234,276,223,"New York, NY and NJ",197,"Portland, ME" +234,277,201,"Boston, MA",223,"New York, NY and NJ" +234,278,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +234,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +234,280,198,"Baltimore, MD",223,"New York, NY and NJ" +234,281,152,"Mobile, AL",208,"Pascagoula, MS" +234,282,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +234,283,177,"Savannah, GA",265,"Norfolk Harbor, VA" +234,284,268,"Seattle, WA",162,"Oakland, CA" +234,285,223,"New York, NY and NJ",217,"New York, NY and NJ" +234,286,201,"Boston, MA",217,"New York, NY and NJ" +234,287,177,"Savannah, GA",265,"Norfolk Harbor, VA" +234,288,159,"Long Beach, CA",159,"Long Beach, CA" +234,289,159,"Long Beach, CA",159,"Long Beach, CA" +234,290,177,"Savannah, GA",217,"New York, NY and NJ" +234,291,223,"New York, NY and NJ",198,"Baltimore, MD" +234,292,223,"New York, NY and NJ",217,"New York, NY and NJ" +234,293,152,"Mobile, AL",195,"New Orleans, LA" +234,294,265,"Norfolk Harbor, VA",244,"Providence, RI" +234,295,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +234,296,159,"Long Beach, CA",159,"Long Beach, CA" +234,297,195,"New Orleans, LA",172,"Port Everglades, FL" +234,298,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +234,299,218,"Camden-Gloucester, NJ",172,"Port Everglades, FL" +234,300,177,"Savannah, GA",265,"Norfolk Harbor, VA" +234,301,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +234,302,172,"Port Everglades, FL",174,"Tampa, FL" +234,303,159,"Long Beach, CA",159,"Long Beach, CA" +234,304,217,"New York, NY and NJ",201,"Boston, MA" +234,305,197,"Portland, ME",223,"New York, NY and NJ" +234,306,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +234,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +234,308,159,"Long Beach, CA",159,"Long Beach, CA" +234,309,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +234,310,217,"New York, NY and NJ",217,"New York, NY and NJ" +234,311,197,"Portland, ME",198,"Baltimore, MD" +234,312,174,"Tampa, FL",265,"Norfolk Harbor, VA" +234,313,197,"Portland, ME",201,"Boston, MA" +234,314,197,"Portland, ME",201,"Boston, MA" +234,315,194,"Lake Charles, LA",241,"Philadelphia, PA" +234,316,268,"Seattle, WA",268,"Seattle, WA" +234,317,159,"Long Beach, CA",159,"Long Beach, CA" +234,318,268,"Seattle, WA",239,"Portland, OR" +234,319,195,"New Orleans, LA",152,"Mobile, AL" +234,320,241,"Philadelphia, PA",197,"Portland, ME" +234,321,197,"Portland, ME",198,"Baltimore, MD" +234,322,268,"Seattle, WA",268,"Seattle, WA" +234,323,152,"Mobile, AL",152,"Mobile, AL" +234,324,217,"New York, NY and NJ",223,"New York, NY and NJ" +234,325,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +234,326,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +234,327,265,"Norfolk Harbor, VA",197,"Portland, ME" +234,328,197,"Portland, ME",265,"Norfolk Harbor, VA" +234,329,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +234,330,217,"New York, NY and NJ",223,"New York, NY and NJ" +234,331,217,"New York, NY and NJ",198,"Baltimore, MD" +234,332,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +234,333,177,"Savannah, GA",245,"Charleston, SC" +234,334,177,"Savannah, GA",177,"Savannah, GA" +234,335,241,"Philadelphia, PA",241,"Philadelphia, PA" +234,336,193,"Baton Rouge, LA",152,"Mobile, AL" +234,337,223,"New York, NY and NJ",217,"New York, NY and NJ" +234,338,198,"Baltimore, MD",223,"New York, NY and NJ" +234,339,198,"Baltimore, MD",241,"Philadelphia, PA" +234,340,265,"Norfolk Harbor, VA",201,"Boston, MA" +234,341,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +234,342,223,"New York, NY and NJ",169,"Wilmington, DE" +234,343,159,"Long Beach, CA",159,"Long Beach, CA" +234,344,197,"Portland, ME",223,"New York, NY and NJ" +234,345,223,"New York, NY and NJ",241,"Philadelphia, PA" +234,346,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +234,347,229,"Wilmington, NC",217,"New York, NY and NJ" +234,348,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +234,349,197,"Portland, ME",244,"Providence, RI" +234,350,201,"Boston, MA",217,"New York, NY and NJ" +234,351,218,"Camden-Gloucester, NJ",201,"Boston, MA" +234,352,223,"New York, NY and NJ",201,"Boston, MA" +234,353,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +234,354,223,"New York, NY and NJ",241,"Philadelphia, PA" +234,355,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +234,356,253,"Beaumont, TX",194,"Lake Charles, LA" +234,357,218,"Camden-Gloucester, NJ",201,"Boston, MA" +234,358,217,"New York, NY and NJ",198,"Baltimore, MD" +234,359,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +234,360,177,"Savannah, GA",245,"Charleston, SC" +234,361,195,"New Orleans, LA",253,"Beaumont, TX" +234,362,201,"Boston, MA",223,"New York, NY and NJ" +234,363,195,"New Orleans, LA",195,"New Orleans, LA" +234,364,197,"Portland, ME",169,"Wilmington, DE" +234,365,217,"New York, NY and NJ",223,"New York, NY and NJ" +234,366,162,"Oakland, CA",162,"Oakland, CA" +234,367,159,"Long Beach, CA",159,"Long Beach, CA" +234,368,162,"Oakland, CA",159,"Long Beach, CA" +234,369,159,"Long Beach, CA",268,"Seattle, WA" +234,370,197,"Portland, ME",197,"Portland, ME" +234,371,159,"Long Beach, CA",159,"Long Beach, CA" +234,372,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +234,373,177,"Savannah, GA",172,"Port Everglades, FL" +234,374,268,"Seattle, WA",162,"Oakland, CA" +234,375,268,"Seattle, WA",268,"Seattle, WA" +234,376,159,"Long Beach, CA",159,"Long Beach, CA" +234,377,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +234,378,194,"Lake Charles, LA",195,"New Orleans, LA" +234,379,159,"Long Beach, CA",239,"Portland, OR" +234,380,159,"Long Beach, CA",268,"Seattle, WA" +234,381,162,"Oakland, CA",159,"Long Beach, CA" +234,382,169,"Wilmington, DE",217,"New York, NY and NJ" +234,383,159,"Long Beach, CA",159,"Long Beach, CA" +234,384,217,"New York, NY and NJ",223,"New York, NY and NJ" +234,385,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +234,386,198,"Baltimore, MD",197,"Portland, ME" +234,387,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +234,388,223,"New York, NY and NJ",198,"Baltimore, MD" +234,389,241,"Philadelphia, PA",223,"New York, NY and NJ" +234,390,197,"Portland, ME",265,"Norfolk Harbor, VA" +234,391,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +234,392,159,"Long Beach, CA",159,"Long Beach, CA" +234,393,239,"Portland, OR",159,"Long Beach, CA" +234,394,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +234,395,217,"New York, NY and NJ",223,"New York, NY and NJ" +234,396,162,"Oakland, CA",159,"Long Beach, CA" +234,397,241,"Philadelphia, PA",201,"Boston, MA" +234,398,198,"Baltimore, MD",198,"Baltimore, MD" +234,399,195,"New Orleans, LA",195,"New Orleans, LA" +234,400,268,"Seattle, WA",159,"Long Beach, CA" +234,401,198,"Baltimore, MD",244,"Providence, RI" +234,402,223,"New York, NY and NJ",217,"New York, NY and NJ" +234,403,159,"Long Beach, CA",159,"Long Beach, CA" +234,404,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +234,405,177,"Savannah, GA",198,"Baltimore, MD" +234,406,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +234,407,217,"New York, NY and NJ",217,"New York, NY and NJ" +234,408,159,"Long Beach, CA",239,"Portland, OR" +234,409,198,"Baltimore, MD",241,"Philadelphia, PA" +234,410,159,"Long Beach, CA",159,"Long Beach, CA" +234,411,159,"Long Beach, CA",268,"Seattle, WA" +234,412,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +234,413,159,"Long Beach, CA",152,"Mobile, AL" +234,414,171,"Jacksonville, FL",195,"New Orleans, LA" +234,415,169,"Wilmington, DE",241,"Philadelphia, PA" +234,416,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +234,417,269,"Longview, WA",268,"Seattle, WA" +234,418,159,"Long Beach, CA",159,"Long Beach, CA" +234,419,223,"New York, NY and NJ",241,"Philadelphia, PA" +234,420,159,"Long Beach, CA",159,"Long Beach, CA" +234,421,159,"Long Beach, CA",159,"Long Beach, CA" +234,422,159,"Long Beach, CA",162,"Oakland, CA" +234,423,159,"Long Beach, CA",268,"Seattle, WA" +234,424,152,"Mobile, AL",171,"Jacksonville, FL" +234,425,239,"Portland, OR",159,"Long Beach, CA" +234,426,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +234,427,195,"New Orleans, LA",245,"Charleston, SC" +234,428,159,"Long Beach, CA",162,"Oakland, CA" +234,429,159,"Long Beach, CA",159,"Long Beach, CA" +234,430,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +234,431,223,"New York, NY and NJ",223,"New York, NY and NJ" +234,432,268,"Seattle, WA",159,"Long Beach, CA" +234,433,217,"New York, NY and NJ",244,"Providence, RI" +234,434,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +234,435,244,"Providence, RI",241,"Philadelphia, PA" +234,436,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +234,437,174,"Tampa, FL",198,"Baltimore, MD" +234,438,245,"Charleston, SC",241,"Philadelphia, PA" +234,439,177,"Savannah, GA",177,"Savannah, GA" +234,440,177,"Savannah, GA",229,"Wilmington, NC" +234,441,268,"Seattle, WA",159,"Long Beach, CA" +234,442,197,"Portland, ME",198,"Baltimore, MD" +234,443,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +234,444,239,"Portland, OR",159,"Long Beach, CA" +234,445,218,"Camden-Gloucester, NJ",244,"Providence, RI" +234,446,197,"Portland, ME",217,"New York, NY and NJ" +234,447,198,"Baltimore, MD",244,"Providence, RI" +234,448,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +234,449,159,"Long Beach, CA",159,"Long Beach, CA" +234,450,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +234,451,198,"Baltimore, MD",217,"New York, NY and NJ" +234,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +234,453,162,"Oakland, CA",159,"Long Beach, CA" +234,454,223,"New York, NY and NJ",223,"New York, NY and NJ" +234,455,177,"Savannah, GA",229,"Wilmington, NC" +234,456,269,"Longview, WA",159,"Long Beach, CA" +234,457,201,"Boston, MA",197,"Portland, ME" +234,458,241,"Philadelphia, PA",223,"New York, NY and NJ" +234,459,269,"Longview, WA",159,"Long Beach, CA" +234,460,197,"Portland, ME",217,"New York, NY and NJ" +234,461,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +234,462,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +234,463,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +234,464,197,"Portland, ME",223,"New York, NY and NJ" +234,465,268,"Seattle, WA",268,"Seattle, WA" +234,466,269,"Longview, WA",159,"Long Beach, CA" +234,467,201,"Boston, MA",197,"Portland, ME" +234,468,162,"Oakland, CA",159,"Long Beach, CA" +234,469,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +234,470,268,"Seattle, WA",159,"Long Beach, CA" +234,471,223,"New York, NY and NJ",197,"Portland, ME" +234,472,268,"Seattle, WA",159,"Long Beach, CA" +234,473,159,"Long Beach, CA",268,"Seattle, WA" +234,474,171,"Jacksonville, FL",245,"Charleston, SC" +234,475,241,"Philadelphia, PA",223,"New York, NY and NJ" +234,476,159,"Long Beach, CA",159,"Long Beach, CA" +234,477,162,"Oakland, CA",239,"Portland, OR" +234,478,172,"Port Everglades, FL",245,"Charleston, SC" +234,479,162,"Oakland, CA",268,"Seattle, WA" +234,480,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +234,481,244,"Providence, RI",218,"Camden-Gloucester, NJ" +234,482,162,"Oakland, CA",159,"Long Beach, CA" +234,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +234,484,193,"Baton Rouge, LA",223,"New York, NY and NJ" +234,485,159,"Long Beach, CA",162,"Oakland, CA" +234,486,268,"Seattle, WA",268,"Seattle, WA" +234,487,177,"Savannah, GA",171,"Jacksonville, FL" +234,488,159,"Long Beach, CA",159,"Long Beach, CA" +234,489,268,"Seattle, WA",159,"Long Beach, CA" +234,490,201,"Boston, MA",198,"Baltimore, MD" +234,491,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +235,154,268,"Seattle, WA",159,"Long Beach, CA" +235,179,159,"Long Beach, CA",159,"Long Beach, CA" +235,180,268,"Seattle, WA",159,"Long Beach, CA" +235,274,159,"Long Beach, CA",268,"Seattle, WA" +235,275,198,"Baltimore, MD",223,"New York, NY and NJ" +235,276,217,"New York, NY and NJ",197,"Portland, ME" +235,277,217,"New York, NY and NJ",198,"Baltimore, MD" +235,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +235,279,245,"Charleston, SC",241,"Philadelphia, PA" +235,280,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +235,281,195,"New Orleans, LA",245,"Charleston, SC" +235,282,223,"New York, NY and NJ",217,"New York, NY and NJ" +235,283,177,"Savannah, GA",174,"Tampa, FL" +235,284,268,"Seattle, WA",269,"Longview, WA" +235,285,197,"Portland, ME",198,"Baltimore, MD" +235,286,223,"New York, NY and NJ",217,"New York, NY and NJ" +235,287,245,"Charleston, SC",265,"Norfolk Harbor, VA" +235,288,268,"Seattle, WA",172,"Port Everglades, FL" +235,289,239,"Portland, OR",159,"Long Beach, CA" +235,290,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +235,291,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +235,292,217,"New York, NY and NJ",223,"New York, NY and NJ" +235,293,195,"New Orleans, LA",174,"Tampa, FL" +235,294,217,"New York, NY and NJ",241,"Philadelphia, PA" +235,295,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +235,296,239,"Portland, OR",159,"Long Beach, CA" +235,297,195,"New Orleans, LA",195,"New Orleans, LA" +235,298,217,"New York, NY and NJ",241,"Philadelphia, PA" +235,299,201,"Boston, MA",265,"Norfolk Harbor, VA" +235,300,265,"Norfolk Harbor, VA",245,"Charleston, SC" +235,301,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +235,302,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +235,303,269,"Longview, WA",159,"Long Beach, CA" +235,304,217,"New York, NY and NJ",217,"New York, NY and NJ" +235,305,223,"New York, NY and NJ",229,"Wilmington, NC" +235,306,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +235,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +235,308,159,"Long Beach, CA",159,"Long Beach, CA" +235,309,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +235,310,208,"Pascagoula, MS",198,"Baltimore, MD" +235,311,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +235,312,172,"Port Everglades, FL",172,"Port Everglades, FL" +235,313,169,"Wilmington, DE",198,"Baltimore, MD" +235,314,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +235,315,172,"Port Everglades, FL",217,"New York, NY and NJ" +235,316,162,"Oakland, CA",159,"Long Beach, CA" +235,317,268,"Seattle, WA",159,"Long Beach, CA" +235,318,159,"Long Beach, CA",162,"Oakland, CA" +235,319,177,"Savannah, GA",172,"Port Everglades, FL" +235,320,198,"Baltimore, MD",198,"Baltimore, MD" +235,321,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +235,322,159,"Long Beach, CA",159,"Long Beach, CA" +235,323,195,"New Orleans, LA",195,"New Orleans, LA" +235,324,241,"Philadelphia, PA",217,"New York, NY and NJ" +235,325,245,"Charleston, SC",177,"Savannah, GA" +235,326,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +235,327,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +235,328,198,"Baltimore, MD",217,"New York, NY and NJ" +235,329,217,"New York, NY and NJ",217,"New York, NY and NJ" +235,330,223,"New York, NY and NJ",223,"New York, NY and NJ" +235,331,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +235,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +235,333,245,"Charleston, SC",265,"Norfolk Harbor, VA" +235,334,172,"Port Everglades, FL",172,"Port Everglades, FL" +235,335,265,"Norfolk Harbor, VA",197,"Portland, ME" +235,336,195,"New Orleans, LA",178,"Brunswick, GA" +235,337,244,"Providence, RI",223,"New York, NY and NJ" +235,338,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +235,339,217,"New York, NY and NJ",244,"Providence, RI" +235,340,197,"Portland, ME",218,"Camden-Gloucester, NJ" +235,341,171,"Jacksonville, FL",253,"Beaumont, TX" +235,342,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +235,343,159,"Long Beach, CA",268,"Seattle, WA" +235,344,197,"Portland, ME",223,"New York, NY and NJ" +235,345,217,"New York, NY and NJ",197,"Portland, ME" +235,346,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +235,347,197,"Portland, ME",197,"Portland, ME" +235,348,244,"Providence, RI",244,"Providence, RI" +235,349,197,"Portland, ME",198,"Baltimore, MD" +235,350,169,"Wilmington, DE",223,"New York, NY and NJ" +235,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +235,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +235,353,223,"New York, NY and NJ",201,"Boston, MA" +235,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +235,355,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +235,356,257,"Houston, TX",245,"Charleston, SC" +235,357,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +235,358,223,"New York, NY and NJ",223,"New York, NY and NJ" +235,359,171,"Jacksonville, FL",245,"Charleston, SC" +235,360,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +235,361,193,"Baton Rouge, LA",195,"New Orleans, LA" +235,362,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +235,363,193,"Baton Rouge, LA",178,"Brunswick, GA" +235,364,198,"Baltimore, MD",223,"New York, NY and NJ" +235,365,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +235,366,239,"Portland, OR",269,"Longview, WA" +235,367,268,"Seattle, WA",159,"Long Beach, CA" +235,368,159,"Long Beach, CA",159,"Long Beach, CA" +235,369,159,"Long Beach, CA",162,"Oakland, CA" +235,370,223,"New York, NY and NJ",197,"Portland, ME" +235,371,159,"Long Beach, CA",269,"Longview, WA" +235,372,241,"Philadelphia, PA",197,"Portland, ME" +235,373,174,"Tampa, FL",177,"Savannah, GA" +235,374,159,"Long Beach, CA",159,"Long Beach, CA" +235,375,159,"Long Beach, CA",159,"Long Beach, CA" +235,376,268,"Seattle, WA",159,"Long Beach, CA" +235,377,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +235,378,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +235,379,159,"Long Beach, CA",239,"Portland, OR" +235,380,159,"Long Beach, CA",159,"Long Beach, CA" +235,381,268,"Seattle, WA",268,"Seattle, WA" +235,382,223,"New York, NY and NJ",241,"Philadelphia, PA" +235,383,159,"Long Beach, CA",269,"Longview, WA" +235,384,223,"New York, NY and NJ",245,"Charleston, SC" +235,385,197,"Portland, ME",218,"Camden-Gloucester, NJ" +235,386,241,"Philadelphia, PA",217,"New York, NY and NJ" +235,387,223,"New York, NY and NJ",169,"Wilmington, DE" +235,388,241,"Philadelphia, PA",223,"New York, NY and NJ" +235,389,217,"New York, NY and NJ",201,"Boston, MA" +235,390,197,"Portland, ME",223,"New York, NY and NJ" +235,391,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +235,392,159,"Long Beach, CA",268,"Seattle, WA" +235,393,268,"Seattle, WA",159,"Long Beach, CA" +235,394,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +235,395,217,"New York, NY and NJ",223,"New York, NY and NJ" +235,396,159,"Long Beach, CA",162,"Oakland, CA" +235,397,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +235,398,201,"Boston, MA",265,"Norfolk Harbor, VA" +235,399,195,"New Orleans, LA",257,"Houston, TX" +235,400,159,"Long Beach, CA",159,"Long Beach, CA" +235,401,197,"Portland, ME",241,"Philadelphia, PA" +235,402,265,"Norfolk Harbor, VA",197,"Portland, ME" +235,403,268,"Seattle, WA",269,"Longview, WA" +235,404,217,"New York, NY and NJ",223,"New York, NY and NJ" +235,405,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +235,406,218,"Camden-Gloucester, NJ",197,"Portland, ME" +235,407,198,"Baltimore, MD",197,"Portland, ME" +235,408,268,"Seattle, WA",159,"Long Beach, CA" +235,409,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +235,410,162,"Oakland, CA",159,"Long Beach, CA" +235,411,159,"Long Beach, CA",162,"Oakland, CA" +235,412,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +235,413,162,"Oakland, CA",159,"Long Beach, CA" +235,414,195,"New Orleans, LA",195,"New Orleans, LA" +235,415,245,"Charleston, SC",217,"New York, NY and NJ" +235,416,223,"New York, NY and NJ",223,"New York, NY and NJ" +235,417,159,"Long Beach, CA",268,"Seattle, WA" +235,418,159,"Long Beach, CA",162,"Oakland, CA" +235,419,197,"Portland, ME",217,"New York, NY and NJ" +235,420,159,"Long Beach, CA",268,"Seattle, WA" +235,421,268,"Seattle, WA",159,"Long Beach, CA" +235,422,159,"Long Beach, CA",159,"Long Beach, CA" +235,423,159,"Long Beach, CA",268,"Seattle, WA" +235,424,172,"Port Everglades, FL",208,"Pascagoula, MS" +235,425,159,"Long Beach, CA",159,"Long Beach, CA" +235,426,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +235,427,177,"Savannah, GA",208,"Pascagoula, MS" +235,428,159,"Long Beach, CA",159,"Long Beach, CA" +235,429,152,"Mobile, AL",253,"Beaumont, TX" +235,430,223,"New York, NY and NJ",217,"New York, NY and NJ" +235,431,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +235,432,159,"Long Beach, CA",159,"Long Beach, CA" +235,433,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +235,434,197,"Portland, ME",265,"Norfolk Harbor, VA" +235,435,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +235,436,177,"Savannah, GA",217,"New York, NY and NJ" +235,437,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +235,438,198,"Baltimore, MD",198,"Baltimore, MD" +235,439,245,"Charleston, SC",177,"Savannah, GA" +235,440,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +235,441,162,"Oakland, CA",159,"Long Beach, CA" +235,442,223,"New York, NY and NJ",217,"New York, NY and NJ" +235,443,198,"Baltimore, MD",201,"Boston, MA" +235,444,268,"Seattle, WA",162,"Oakland, CA" +235,445,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +235,446,223,"New York, NY and NJ",198,"Baltimore, MD" +235,447,265,"Norfolk Harbor, VA",244,"Providence, RI" +235,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +235,449,159,"Long Beach, CA",159,"Long Beach, CA" +235,450,229,"Wilmington, NC",217,"New York, NY and NJ" +235,451,201,"Boston, MA",201,"Boston, MA" +235,452,197,"Portland, ME",241,"Philadelphia, PA" +235,453,159,"Long Beach, CA",159,"Long Beach, CA" +235,454,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +235,455,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +235,456,269,"Longview, WA",159,"Long Beach, CA" +235,457,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +235,458,217,"New York, NY and NJ",223,"New York, NY and NJ" +235,459,268,"Seattle, WA",162,"Oakland, CA" +235,460,201,"Boston, MA",265,"Norfolk Harbor, VA" +235,461,172,"Port Everglades, FL",171,"Jacksonville, FL" +235,462,172,"Port Everglades, FL",244,"Providence, RI" +235,463,198,"Baltimore, MD",197,"Portland, ME" +235,464,201,"Boston, MA",197,"Portland, ME" +235,465,269,"Longview, WA",159,"Long Beach, CA" +235,466,159,"Long Beach, CA",268,"Seattle, WA" +235,467,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +235,468,159,"Long Beach, CA",159,"Long Beach, CA" +235,469,217,"New York, NY and NJ",223,"New York, NY and NJ" +235,470,162,"Oakland, CA",269,"Longview, WA" +235,471,265,"Norfolk Harbor, VA",244,"Providence, RI" +235,472,268,"Seattle, WA",268,"Seattle, WA" +235,473,159,"Long Beach, CA",162,"Oakland, CA" +235,474,169,"Wilmington, DE",198,"Baltimore, MD" +235,475,197,"Portland, ME",241,"Philadelphia, PA" +235,476,268,"Seattle, WA",159,"Long Beach, CA" +235,477,159,"Long Beach, CA",162,"Oakland, CA" +235,478,177,"Savannah, GA",265,"Norfolk Harbor, VA" +235,479,268,"Seattle, WA",268,"Seattle, WA" +235,480,198,"Baltimore, MD",217,"New York, NY and NJ" +235,481,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +235,482,268,"Seattle, WA",162,"Oakland, CA" +235,483,198,"Baltimore, MD",223,"New York, NY and NJ" +235,484,152,"Mobile, AL",172,"Port Everglades, FL" +235,485,159,"Long Beach, CA",268,"Seattle, WA" +235,486,239,"Portland, OR",159,"Long Beach, CA" +235,487,177,"Savannah, GA",177,"Savannah, GA" +235,488,159,"Long Beach, CA",162,"Oakland, CA" +235,489,268,"Seattle, WA",268,"Seattle, WA" +235,490,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +235,491,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +236,154,239,"Portland, OR",162,"Oakland, CA" +236,179,159,"Long Beach, CA",269,"Longview, WA" +236,180,268,"Seattle, WA",159,"Long Beach, CA" +236,274,268,"Seattle, WA",159,"Long Beach, CA" +236,275,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +236,276,197,"Portland, ME",265,"Norfolk Harbor, VA" +236,277,201,"Boston, MA",223,"New York, NY and NJ" +236,278,178,"Brunswick, GA",195,"New Orleans, LA" +236,279,177,"Savannah, GA",171,"Jacksonville, FL" +236,280,178,"Brunswick, GA",245,"Charleston, SC" +236,281,195,"New Orleans, LA",257,"Houston, TX" +236,282,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +236,283,245,"Charleston, SC",253,"Beaumont, TX" +236,284,159,"Long Beach, CA",159,"Long Beach, CA" +236,285,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +236,286,169,"Wilmington, DE",229,"Wilmington, NC" +236,287,177,"Savannah, GA",174,"Tampa, FL" +236,288,268,"Seattle, WA",194,"Lake Charles, LA" +236,289,268,"Seattle, WA",159,"Long Beach, CA" +236,290,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +236,291,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +236,292,244,"Providence, RI",217,"New York, NY and NJ" +236,293,257,"Houston, TX",195,"New Orleans, LA" +236,294,177,"Savannah, GA",208,"Pascagoula, MS" +236,295,265,"Norfolk Harbor, VA",245,"Charleston, SC" +236,296,239,"Portland, OR",159,"Long Beach, CA" +236,297,253,"Beaumont, TX",195,"New Orleans, LA" +236,298,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +236,299,198,"Baltimore, MD",223,"New York, NY and NJ" +236,300,172,"Port Everglades, FL",257,"Houston, TX" +236,301,169,"Wilmington, DE",197,"Portland, ME" +236,302,177,"Savannah, GA",171,"Jacksonville, FL" +236,303,162,"Oakland, CA",159,"Long Beach, CA" +236,304,201,"Boston, MA",223,"New York, NY and NJ" +236,305,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +236,306,223,"New York, NY and NJ",198,"Baltimore, MD" +236,307,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +236,308,159,"Long Beach, CA",268,"Seattle, WA" +236,309,229,"Wilmington, NC",195,"New Orleans, LA" +236,310,257,"Houston, TX",257,"Houston, TX" +236,311,198,"Baltimore, MD",208,"Pascagoula, MS" +236,312,152,"Mobile, AL",195,"New Orleans, LA" +236,313,217,"New York, NY and NJ",198,"Baltimore, MD" +236,314,241,"Philadelphia, PA",197,"Portland, ME" +236,315,172,"Port Everglades, FL",195,"New Orleans, LA" +236,316,268,"Seattle, WA",159,"Long Beach, CA" +236,317,268,"Seattle, WA",159,"Long Beach, CA" +236,318,268,"Seattle, WA",162,"Oakland, CA" +236,319,257,"Houston, TX",195,"New Orleans, LA" +236,320,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +236,321,217,"New York, NY and NJ",223,"New York, NY and NJ" +236,322,159,"Long Beach, CA",159,"Long Beach, CA" +236,323,257,"Houston, TX",195,"New Orleans, LA" +236,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +236,325,172,"Port Everglades, FL",194,"Lake Charles, LA" +236,326,245,"Charleston, SC",253,"Beaumont, TX" +236,327,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +236,328,241,"Philadelphia, PA",197,"Portland, ME" +236,329,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +236,330,241,"Philadelphia, PA",223,"New York, NY and NJ" +236,331,223,"New York, NY and NJ",241,"Philadelphia, PA" +236,332,172,"Port Everglades, FL",195,"New Orleans, LA" +236,333,174,"Tampa, FL",194,"Lake Charles, LA" +236,334,195,"New Orleans, LA",195,"New Orleans, LA" +236,335,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +236,336,253,"Beaumont, TX",257,"Houston, TX" +236,337,244,"Providence, RI",218,"Camden-Gloucester, NJ" +236,338,223,"New York, NY and NJ",197,"Portland, ME" +236,339,217,"New York, NY and NJ",223,"New York, NY and NJ" +236,340,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +236,341,194,"Lake Charles, LA",195,"New Orleans, LA" +236,342,201,"Boston, MA",197,"Portland, ME" +236,343,159,"Long Beach, CA",162,"Oakland, CA" +236,344,217,"New York, NY and NJ",223,"New York, NY and NJ" +236,345,241,"Philadelphia, PA",223,"New York, NY and NJ" +236,346,195,"New Orleans, LA",195,"New Orleans, LA" +236,347,265,"Norfolk Harbor, VA",201,"Boston, MA" +236,348,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +236,349,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +236,350,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +236,351,245,"Charleston, SC",208,"Pascagoula, MS" +236,352,265,"Norfolk Harbor, VA",245,"Charleston, SC" +236,353,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +236,354,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +236,355,229,"Wilmington, NC",195,"New Orleans, LA" +236,356,257,"Houston, TX",257,"Houston, TX" +236,357,217,"New York, NY and NJ",177,"Savannah, GA" +236,358,171,"Jacksonville, FL",217,"New York, NY and NJ" +236,359,177,"Savannah, GA",171,"Jacksonville, FL" +236,360,174,"Tampa, FL",171,"Jacksonville, FL" +236,361,257,"Houston, TX",253,"Beaumont, TX" +236,362,198,"Baltimore, MD",217,"New York, NY and NJ" +236,363,253,"Beaumont, TX",193,"Baton Rouge, LA" +236,364,241,"Philadelphia, PA",197,"Portland, ME" +236,365,223,"New York, NY and NJ",198,"Baltimore, MD" +236,366,159,"Long Beach, CA",159,"Long Beach, CA" +236,367,268,"Seattle, WA",159,"Long Beach, CA" +236,368,159,"Long Beach, CA",162,"Oakland, CA" +236,369,159,"Long Beach, CA",159,"Long Beach, CA" +236,370,223,"New York, NY and NJ",241,"Philadelphia, PA" +236,371,268,"Seattle, WA",268,"Seattle, WA" +236,372,197,"Portland, ME",217,"New York, NY and NJ" +236,373,171,"Jacksonville, FL",171,"Jacksonville, FL" +236,374,162,"Oakland, CA",159,"Long Beach, CA" +236,375,159,"Long Beach, CA",268,"Seattle, WA" +236,376,269,"Longview, WA",268,"Seattle, WA" +236,377,198,"Baltimore, MD",177,"Savannah, GA" +236,378,194,"Lake Charles, LA",257,"Houston, TX" +236,379,269,"Longview, WA",162,"Oakland, CA" +236,380,268,"Seattle, WA",162,"Oakland, CA" +236,381,162,"Oakland, CA",159,"Long Beach, CA" +236,382,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +236,383,159,"Long Beach, CA",257,"Houston, TX" +236,384,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +236,385,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +236,386,217,"New York, NY and NJ",178,"Brunswick, GA" +236,387,217,"New York, NY and NJ",197,"Portland, ME" +236,388,218,"Camden-Gloucester, NJ",201,"Boston, MA" +236,389,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +236,390,172,"Port Everglades, FL",195,"New Orleans, LA" +236,391,265,"Norfolk Harbor, VA",245,"Charleston, SC" +236,392,159,"Long Beach, CA",159,"Long Beach, CA" +236,393,159,"Long Beach, CA",159,"Long Beach, CA" +236,394,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +236,395,217,"New York, NY and NJ",198,"Baltimore, MD" +236,396,162,"Oakland, CA",159,"Long Beach, CA" +236,397,217,"New York, NY and NJ",241,"Philadelphia, PA" +236,398,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +236,399,195,"New Orleans, LA",254,"Corpus Christi, TX" +236,400,239,"Portland, OR",162,"Oakland, CA" +236,401,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +236,402,223,"New York, NY and NJ",217,"New York, NY and NJ" +236,403,268,"Seattle, WA",159,"Long Beach, CA" +236,404,217,"New York, NY and NJ",217,"New York, NY and NJ" +236,405,152,"Mobile, AL",178,"Brunswick, GA" +236,406,241,"Philadelphia, PA",197,"Portland, ME" +236,407,198,"Baltimore, MD",171,"Jacksonville, FL" +236,408,268,"Seattle, WA",159,"Long Beach, CA" +236,409,265,"Norfolk Harbor, VA",201,"Boston, MA" +236,410,159,"Long Beach, CA",162,"Oakland, CA" +236,411,268,"Seattle, WA",159,"Long Beach, CA" +236,412,217,"New York, NY and NJ",217,"New York, NY and NJ" +236,413,159,"Long Beach, CA",159,"Long Beach, CA" +236,414,193,"Baton Rouge, LA",194,"Lake Charles, LA" +236,415,245,"Charleston, SC",265,"Norfolk Harbor, VA" +236,416,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +236,417,269,"Longview, WA",159,"Long Beach, CA" +236,418,162,"Oakland, CA",159,"Long Beach, CA" +236,419,201,"Boston, MA",223,"New York, NY and NJ" +236,420,159,"Long Beach, CA",268,"Seattle, WA" +236,421,268,"Seattle, WA",268,"Seattle, WA" +236,422,159,"Long Beach, CA",159,"Long Beach, CA" +236,423,162,"Oakland, CA",253,"Beaumont, TX" +236,424,172,"Port Everglades, FL",193,"Baton Rouge, LA" +236,425,159,"Long Beach, CA",268,"Seattle, WA" +236,426,254,"Corpus Christi, TX",253,"Beaumont, TX" +236,427,253,"Beaumont, TX",195,"New Orleans, LA" +236,428,159,"Long Beach, CA",269,"Longview, WA" +236,429,159,"Long Beach, CA",257,"Houston, TX" +236,430,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +236,431,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +236,432,159,"Long Beach, CA",159,"Long Beach, CA" +236,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +236,434,241,"Philadelphia, PA",197,"Portland, ME" +236,435,241,"Philadelphia, PA",241,"Philadelphia, PA" +236,436,218,"Camden-Gloucester, NJ",197,"Portland, ME" +236,437,198,"Baltimore, MD",223,"New York, NY and NJ" +236,438,172,"Port Everglades, FL",172,"Port Everglades, FL" +236,439,171,"Jacksonville, FL",172,"Port Everglades, FL" +236,440,229,"Wilmington, NC",194,"Lake Charles, LA" +236,441,268,"Seattle, WA",159,"Long Beach, CA" +236,442,223,"New York, NY and NJ",177,"Savannah, GA" +236,443,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +236,444,269,"Longview, WA",195,"New Orleans, LA" +236,445,265,"Norfolk Harbor, VA",245,"Charleston, SC" +236,446,169,"Wilmington, DE",198,"Baltimore, MD" +236,447,245,"Charleston, SC",244,"Providence, RI" +236,448,201,"Boston, MA",244,"Providence, RI" +236,449,268,"Seattle, WA",162,"Oakland, CA" +236,450,172,"Port Everglades, FL",195,"New Orleans, LA" +236,451,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +236,452,244,"Providence, RI",223,"New York, NY and NJ" +236,453,268,"Seattle, WA",269,"Longview, WA" +236,454,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +236,455,217,"New York, NY and NJ",245,"Charleston, SC" +236,456,159,"Long Beach, CA",159,"Long Beach, CA" +236,457,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +236,458,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +236,459,162,"Oakland, CA",268,"Seattle, WA" +236,460,201,"Boston, MA",265,"Norfolk Harbor, VA" +236,461,177,"Savannah, GA",195,"New Orleans, LA" +236,462,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +236,463,201,"Boston, MA",265,"Norfolk Harbor, VA" +236,464,201,"Boston, MA",201,"Boston, MA" +236,465,159,"Long Beach, CA",159,"Long Beach, CA" +236,466,159,"Long Beach, CA",159,"Long Beach, CA" +236,467,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +236,468,159,"Long Beach, CA",159,"Long Beach, CA" +236,469,218,"Camden-Gloucester, NJ",197,"Portland, ME" +236,470,239,"Portland, OR",159,"Long Beach, CA" +236,471,223,"New York, NY and NJ",197,"Portland, ME" +236,472,162,"Oakland, CA",159,"Long Beach, CA" +236,473,268,"Seattle, WA",268,"Seattle, WA" +236,474,177,"Savannah, GA",152,"Mobile, AL" +236,475,217,"New York, NY and NJ",169,"Wilmington, DE" +236,476,268,"Seattle, WA",239,"Portland, OR" +236,477,268,"Seattle, WA",268,"Seattle, WA" +236,478,245,"Charleston, SC",194,"Lake Charles, LA" +236,479,159,"Long Beach, CA",268,"Seattle, WA" +236,480,201,"Boston, MA",223,"New York, NY and NJ" +236,481,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +236,482,239,"Portland, OR",239,"Portland, OR" +236,483,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +236,484,254,"Corpus Christi, TX",253,"Beaumont, TX" +236,485,159,"Long Beach, CA",159,"Long Beach, CA" +236,486,159,"Long Beach, CA",159,"Long Beach, CA" +236,487,152,"Mobile, AL",152,"Mobile, AL" +236,488,239,"Portland, OR",159,"Long Beach, CA" +236,489,162,"Oakland, CA",159,"Long Beach, CA" +236,490,201,"Boston, MA",217,"New York, NY and NJ" +236,491,177,"Savannah, GA",208,"Pascagoula, MS" +237,154,162,"Oakland, CA",268,"Seattle, WA" +237,179,159,"Long Beach, CA",159,"Long Beach, CA" +237,180,162,"Oakland, CA",162,"Oakland, CA" +237,274,159,"Long Beach, CA",268,"Seattle, WA" +237,275,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +237,276,201,"Boston, MA",197,"Portland, ME" +237,277,197,"Portland, ME",201,"Boston, MA" +237,278,245,"Charleston, SC",201,"Boston, MA" +237,279,245,"Charleston, SC",195,"New Orleans, LA" +237,280,174,"Tampa, FL",195,"New Orleans, LA" +237,281,253,"Beaumont, TX",194,"Lake Charles, LA" +237,282,217,"New York, NY and NJ",208,"Pascagoula, MS" +237,283,172,"Port Everglades, FL",195,"New Orleans, LA" +237,284,159,"Long Beach, CA",159,"Long Beach, CA" +237,285,217,"New York, NY and NJ",223,"New York, NY and NJ" +237,286,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +237,287,177,"Savannah, GA",177,"Savannah, GA" +237,288,159,"Long Beach, CA",162,"Oakland, CA" +237,289,159,"Long Beach, CA",269,"Longview, WA" +237,290,177,"Savannah, GA",245,"Charleston, SC" +237,291,201,"Boston, MA",169,"Wilmington, DE" +237,292,197,"Portland, ME",197,"Portland, ME" +237,293,193,"Baton Rouge, LA",195,"New Orleans, LA" +237,294,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +237,295,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +237,296,162,"Oakland, CA",268,"Seattle, WA" +237,297,195,"New Orleans, LA",253,"Beaumont, TX" +237,298,244,"Providence, RI",223,"New York, NY and NJ" +237,299,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +237,300,152,"Mobile, AL",174,"Tampa, FL" +237,301,265,"Norfolk Harbor, VA",197,"Portland, ME" +237,302,174,"Tampa, FL",177,"Savannah, GA" +237,303,268,"Seattle, WA",159,"Long Beach, CA" +237,304,201,"Boston, MA",241,"Philadelphia, PA" +237,305,241,"Philadelphia, PA",241,"Philadelphia, PA" +237,306,265,"Norfolk Harbor, VA",197,"Portland, ME" +237,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +237,308,268,"Seattle, WA",268,"Seattle, WA" +237,309,223,"New York, NY and NJ",169,"Wilmington, DE" +237,310,257,"Houston, TX",194,"Lake Charles, LA" +237,311,223,"New York, NY and NJ",198,"Baltimore, MD" +237,312,172,"Port Everglades, FL",195,"New Orleans, LA" +237,313,245,"Charleston, SC",265,"Norfolk Harbor, VA" +237,314,241,"Philadelphia, PA",217,"New York, NY and NJ" +237,315,245,"Charleston, SC",152,"Mobile, AL" +237,316,239,"Portland, OR",159,"Long Beach, CA" +237,317,159,"Long Beach, CA",269,"Longview, WA" +237,318,268,"Seattle, WA",239,"Portland, OR" +237,319,208,"Pascagoula, MS",193,"Baton Rouge, LA" +237,320,223,"New York, NY and NJ",244,"Providence, RI" +237,321,197,"Portland, ME",197,"Portland, ME" +237,322,159,"Long Beach, CA",162,"Oakland, CA" +237,323,257,"Houston, TX",257,"Houston, TX" +237,324,217,"New York, NY and NJ",241,"Philadelphia, PA" +237,325,172,"Port Everglades, FL",174,"Tampa, FL" +237,326,152,"Mobile, AL",257,"Houston, TX" +237,327,201,"Boston, MA",223,"New York, NY and NJ" +237,328,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +237,329,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +237,330,217,"New York, NY and NJ",198,"Baltimore, MD" +237,331,223,"New York, NY and NJ",229,"Wilmington, NC" +237,332,174,"Tampa, FL",174,"Tampa, FL" +237,333,174,"Tampa, FL",195,"New Orleans, LA" +237,334,152,"Mobile, AL",177,"Savannah, GA" +237,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +237,336,257,"Houston, TX",195,"New Orleans, LA" +237,337,241,"Philadelphia, PA",223,"New York, NY and NJ" +237,338,218,"Camden-Gloucester, NJ",244,"Providence, RI" +237,339,197,"Portland, ME",198,"Baltimore, MD" +237,340,217,"New York, NY and NJ",217,"New York, NY and NJ" +237,341,257,"Houston, TX",195,"New Orleans, LA" +237,342,197,"Portland, ME",197,"Portland, ME" +237,343,159,"Long Beach, CA",159,"Long Beach, CA" +237,344,244,"Providence, RI",223,"New York, NY and NJ" +237,345,223,"New York, NY and NJ",217,"New York, NY and NJ" +237,346,194,"Lake Charles, LA",195,"New Orleans, LA" +237,347,223,"New York, NY and NJ",223,"New York, NY and NJ" +237,348,217,"New York, NY and NJ",217,"New York, NY and NJ" +237,349,241,"Philadelphia, PA",208,"Pascagoula, MS" +237,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +237,351,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +237,352,223,"New York, NY and NJ",241,"Philadelphia, PA" +237,353,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +237,354,201,"Boston, MA",208,"Pascagoula, MS" +237,355,177,"Savannah, GA",152,"Mobile, AL" +237,356,195,"New Orleans, LA",194,"Lake Charles, LA" +237,357,244,"Providence, RI",177,"Savannah, GA" +237,358,223,"New York, NY and NJ",177,"Savannah, GA" +237,359,172,"Port Everglades, FL",193,"Baton Rouge, LA" +237,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +237,361,253,"Beaumont, TX",195,"New Orleans, LA" +237,362,201,"Boston, MA",265,"Norfolk Harbor, VA" +237,363,257,"Houston, TX",195,"New Orleans, LA" +237,364,241,"Philadelphia, PA",217,"New York, NY and NJ" +237,365,198,"Baltimore, MD",223,"New York, NY and NJ" +237,366,268,"Seattle, WA",159,"Long Beach, CA" +237,367,268,"Seattle, WA",162,"Oakland, CA" +237,368,268,"Seattle, WA",268,"Seattle, WA" +237,369,159,"Long Beach, CA",159,"Long Beach, CA" +237,370,217,"New York, NY and NJ",223,"New York, NY and NJ" +237,371,239,"Portland, OR",193,"Baton Rouge, LA" +237,372,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +237,373,195,"New Orleans, LA",208,"Pascagoula, MS" +237,374,159,"Long Beach, CA",162,"Oakland, CA" +237,375,239,"Portland, OR",159,"Long Beach, CA" +237,376,269,"Longview, WA",268,"Seattle, WA" +237,377,198,"Baltimore, MD",198,"Baltimore, MD" +237,378,257,"Houston, TX",152,"Mobile, AL" +237,379,268,"Seattle, WA",162,"Oakland, CA" +237,380,269,"Longview, WA",159,"Long Beach, CA" +237,381,159,"Long Beach, CA",159,"Long Beach, CA" +237,382,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +237,383,162,"Oakland, CA",253,"Beaumont, TX" +237,384,223,"New York, NY and NJ",194,"Lake Charles, LA" +237,385,223,"New York, NY and NJ",177,"Savannah, GA" +237,386,217,"New York, NY and NJ",241,"Philadelphia, PA" +237,387,265,"Norfolk Harbor, VA",244,"Providence, RI" +237,388,223,"New York, NY and NJ",198,"Baltimore, MD" +237,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +237,390,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +237,391,223,"New York, NY and NJ",223,"New York, NY and NJ" +237,392,159,"Long Beach, CA",162,"Oakland, CA" +237,393,159,"Long Beach, CA",268,"Seattle, WA" +237,394,244,"Providence, RI",245,"Charleston, SC" +237,395,217,"New York, NY and NJ",241,"Philadelphia, PA" +237,396,268,"Seattle, WA",159,"Long Beach, CA" +237,397,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +237,398,229,"Wilmington, NC",245,"Charleston, SC" +237,399,253,"Beaumont, TX",257,"Houston, TX" +237,400,269,"Longview, WA",269,"Longview, WA" +237,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +237,402,197,"Portland, ME",223,"New York, NY and NJ" +237,403,159,"Long Beach, CA",159,"Long Beach, CA" +237,404,201,"Boston, MA",217,"New York, NY and NJ" +237,405,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +237,406,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +237,407,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +237,408,159,"Long Beach, CA",159,"Long Beach, CA" +237,409,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +237,410,159,"Long Beach, CA",159,"Long Beach, CA" +237,411,159,"Long Beach, CA",239,"Portland, OR" +237,412,241,"Philadelphia, PA",241,"Philadelphia, PA" +237,413,269,"Longview, WA",159,"Long Beach, CA" +237,414,257,"Houston, TX",253,"Beaumont, TX" +237,415,241,"Philadelphia, PA",217,"New York, NY and NJ" +237,416,217,"New York, NY and NJ",223,"New York, NY and NJ" +237,417,268,"Seattle, WA",268,"Seattle, WA" +237,418,162,"Oakland, CA",239,"Portland, OR" +237,419,223,"New York, NY and NJ",198,"Baltimore, MD" +237,420,159,"Long Beach, CA",268,"Seattle, WA" +237,421,159,"Long Beach, CA",239,"Portland, OR" +237,422,162,"Oakland, CA",269,"Longview, WA" +237,423,159,"Long Beach, CA",159,"Long Beach, CA" +237,424,195,"New Orleans, LA",195,"New Orleans, LA" +237,425,159,"Long Beach, CA",268,"Seattle, WA" +237,426,195,"New Orleans, LA",245,"Charleston, SC" +237,427,172,"Port Everglades, FL",253,"Beaumont, TX" +237,428,239,"Portland, OR",159,"Long Beach, CA" +237,429,239,"Portland, OR",159,"Long Beach, CA" +237,430,201,"Boston, MA",201,"Boston, MA" +237,431,217,"New York, NY and NJ",197,"Portland, ME" +237,432,159,"Long Beach, CA",159,"Long Beach, CA" +237,433,218,"Camden-Gloucester, NJ",197,"Portland, ME" +237,434,197,"Portland, ME",177,"Savannah, GA" +237,435,241,"Philadelphia, PA",257,"Houston, TX" +237,436,245,"Charleston, SC",197,"Portland, ME" +237,437,198,"Baltimore, MD",245,"Charleston, SC" +237,438,172,"Port Everglades, FL",195,"New Orleans, LA" +237,439,172,"Port Everglades, FL",171,"Jacksonville, FL" +237,440,174,"Tampa, FL",177,"Savannah, GA" +237,441,162,"Oakland, CA",162,"Oakland, CA" +237,442,201,"Boston, MA",201,"Boston, MA" +237,443,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +237,444,268,"Seattle, WA",268,"Seattle, WA" +237,445,217,"New York, NY and NJ",223,"New York, NY and NJ" +237,446,201,"Boston, MA",218,"Camden-Gloucester, NJ" +237,447,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +237,448,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +237,449,162,"Oakland, CA",239,"Portland, OR" +237,450,245,"Charleston, SC",245,"Charleston, SC" +237,451,201,"Boston, MA",217,"New York, NY and NJ" +237,452,198,"Baltimore, MD",241,"Philadelphia, PA" +237,453,269,"Longview, WA",268,"Seattle, WA" +237,454,241,"Philadelphia, PA",241,"Philadelphia, PA" +237,455,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +237,456,159,"Long Beach, CA",268,"Seattle, WA" +237,457,198,"Baltimore, MD",245,"Charleston, SC" +237,458,197,"Portland, ME",198,"Baltimore, MD" +237,459,268,"Seattle, WA",159,"Long Beach, CA" +237,460,217,"New York, NY and NJ",201,"Boston, MA" +237,461,152,"Mobile, AL",177,"Savannah, GA" +237,462,265,"Norfolk Harbor, VA",245,"Charleston, SC" +237,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +237,464,201,"Boston, MA",223,"New York, NY and NJ" +237,465,159,"Long Beach, CA",159,"Long Beach, CA" +237,466,159,"Long Beach, CA",159,"Long Beach, CA" +237,467,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +237,468,159,"Long Beach, CA",268,"Seattle, WA" +237,469,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +237,470,159,"Long Beach, CA",268,"Seattle, WA" +237,471,223,"New York, NY and NJ",244,"Providence, RI" +237,472,162,"Oakland, CA",159,"Long Beach, CA" +237,473,159,"Long Beach, CA",159,"Long Beach, CA" +237,474,177,"Savannah, GA",253,"Beaumont, TX" +237,475,201,"Boston, MA",265,"Norfolk Harbor, VA" +237,476,159,"Long Beach, CA",159,"Long Beach, CA" +237,477,159,"Long Beach, CA",268,"Seattle, WA" +237,478,229,"Wilmington, NC",194,"Lake Charles, LA" +237,479,159,"Long Beach, CA",162,"Oakland, CA" +237,480,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +237,481,198,"Baltimore, MD",169,"Wilmington, DE" +237,482,159,"Long Beach, CA",268,"Seattle, WA" +237,483,198,"Baltimore, MD",244,"Providence, RI" +237,484,253,"Beaumont, TX",193,"Baton Rouge, LA" +237,485,239,"Portland, OR",159,"Long Beach, CA" +237,486,162,"Oakland, CA",159,"Long Beach, CA" +237,487,171,"Jacksonville, FL",174,"Tampa, FL" +237,488,268,"Seattle, WA",159,"Long Beach, CA" +237,489,194,"Lake Charles, LA",268,"Seattle, WA" +237,490,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +237,491,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +238,154,159,"Long Beach, CA",159,"Long Beach, CA" +238,179,159,"Long Beach, CA",268,"Seattle, WA" +238,180,159,"Long Beach, CA",159,"Long Beach, CA" +238,274,159,"Long Beach, CA",159,"Long Beach, CA" +238,275,198,"Baltimore, MD",217,"New York, NY and NJ" +238,276,223,"New York, NY and NJ",223,"New York, NY and NJ" +238,277,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +238,278,217,"New York, NY and NJ",201,"Boston, MA" +238,279,177,"Savannah, GA",195,"New Orleans, LA" +238,280,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +238,281,195,"New Orleans, LA",254,"Corpus Christi, TX" +238,282,198,"Baltimore, MD",223,"New York, NY and NJ" +238,283,195,"New Orleans, LA",194,"Lake Charles, LA" +238,284,159,"Long Beach, CA",268,"Seattle, WA" +238,285,197,"Portland, ME",223,"New York, NY and NJ" +238,286,223,"New York, NY and NJ",197,"Portland, ME" +238,287,174,"Tampa, FL",195,"New Orleans, LA" +238,288,159,"Long Beach, CA",162,"Oakland, CA" +238,289,268,"Seattle, WA",159,"Long Beach, CA" +238,290,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +238,291,223,"New York, NY and NJ",217,"New York, NY and NJ" +238,292,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +238,293,194,"Lake Charles, LA",253,"Beaumont, TX" +238,294,223,"New York, NY and NJ",201,"Boston, MA" +238,295,217,"New York, NY and NJ",241,"Philadelphia, PA" +238,296,159,"Long Beach, CA",159,"Long Beach, CA" +238,297,193,"Baton Rouge, LA",194,"Lake Charles, LA" +238,298,265,"Norfolk Harbor, VA",197,"Portland, ME" +238,299,169,"Wilmington, DE",197,"Portland, ME" +238,300,253,"Beaumont, TX",257,"Houston, TX" +238,301,198,"Baltimore, MD",197,"Portland, ME" +238,302,245,"Charleston, SC",245,"Charleston, SC" +238,303,162,"Oakland, CA",159,"Long Beach, CA" +238,304,169,"Wilmington, DE",177,"Savannah, GA" +238,305,169,"Wilmington, DE",223,"New York, NY and NJ" +238,306,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +238,307,223,"New York, NY and NJ",201,"Boston, MA" +238,308,159,"Long Beach, CA",159,"Long Beach, CA" +238,309,201,"Boston, MA",217,"New York, NY and NJ" +238,310,257,"Houston, TX",253,"Beaumont, TX" +238,311,265,"Norfolk Harbor, VA",245,"Charleston, SC" +238,312,195,"New Orleans, LA",195,"New Orleans, LA" +238,313,201,"Boston, MA",197,"Portland, ME" +238,314,197,"Portland, ME",244,"Providence, RI" +238,315,195,"New Orleans, LA",253,"Beaumont, TX" +238,316,159,"Long Beach, CA",268,"Seattle, WA" +238,317,159,"Long Beach, CA",159,"Long Beach, CA" +238,318,159,"Long Beach, CA",268,"Seattle, WA" +238,319,193,"Baton Rouge, LA",174,"Tampa, FL" +238,320,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +238,321,265,"Norfolk Harbor, VA",177,"Savannah, GA" +238,322,159,"Long Beach, CA",269,"Longview, WA" +238,323,195,"New Orleans, LA",195,"New Orleans, LA" +238,324,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +238,325,152,"Mobile, AL",195,"New Orleans, LA" +238,326,174,"Tampa, FL",177,"Savannah, GA" +238,327,223,"New York, NY and NJ",197,"Portland, ME" +238,328,217,"New York, NY and NJ",217,"New York, NY and NJ" +238,329,201,"Boston, MA",218,"Camden-Gloucester, NJ" +238,330,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +238,331,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +238,332,229,"Wilmington, NC",229,"Wilmington, NC" +238,333,245,"Charleston, SC",172,"Port Everglades, FL" +238,334,195,"New Orleans, LA",253,"Beaumont, TX" +238,335,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +238,336,257,"Houston, TX",257,"Houston, TX" +238,337,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +238,338,244,"Providence, RI",198,"Baltimore, MD" +238,339,217,"New York, NY and NJ",223,"New York, NY and NJ" +238,340,244,"Providence, RI",265,"Norfolk Harbor, VA" +238,341,152,"Mobile, AL",253,"Beaumont, TX" +238,342,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +238,343,159,"Long Beach, CA",159,"Long Beach, CA" +238,344,198,"Baltimore, MD",217,"New York, NY and NJ" +238,345,223,"New York, NY and NJ",197,"Portland, ME" +238,346,254,"Corpus Christi, TX",265,"Norfolk Harbor, VA" +238,347,201,"Boston, MA",218,"Camden-Gloucester, NJ" +238,348,245,"Charleston, SC",265,"Norfolk Harbor, VA" +238,349,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +238,350,197,"Portland, ME",223,"New York, NY and NJ" +238,351,265,"Norfolk Harbor, VA",244,"Providence, RI" +238,352,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +238,353,223,"New York, NY and NJ",217,"New York, NY and NJ" +238,354,217,"New York, NY and NJ",223,"New York, NY and NJ" +238,355,177,"Savannah, GA",229,"Wilmington, NC" +238,356,195,"New Orleans, LA",257,"Houston, TX" +238,357,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +238,358,169,"Wilmington, DE",171,"Jacksonville, FL" +238,359,172,"Port Everglades, FL",194,"Lake Charles, LA" +238,360,177,"Savannah, GA",171,"Jacksonville, FL" +238,361,253,"Beaumont, TX",257,"Houston, TX" +238,362,217,"New York, NY and NJ",197,"Portland, ME" +238,363,257,"Houston, TX",253,"Beaumont, TX" +238,364,197,"Portland, ME",223,"New York, NY and NJ" +238,365,198,"Baltimore, MD",217,"New York, NY and NJ" +238,366,162,"Oakland, CA",162,"Oakland, CA" +238,367,159,"Long Beach, CA",159,"Long Beach, CA" +238,368,159,"Long Beach, CA",162,"Oakland, CA" +238,369,162,"Oakland, CA",159,"Long Beach, CA" +238,370,201,"Boston, MA",241,"Philadelphia, PA" +238,371,159,"Long Beach, CA",159,"Long Beach, CA" +238,372,241,"Philadelphia, PA",201,"Boston, MA" +238,373,172,"Port Everglades, FL",194,"Lake Charles, LA" +238,374,268,"Seattle, WA",159,"Long Beach, CA" +238,375,159,"Long Beach, CA",257,"Houston, TX" +238,376,162,"Oakland, CA",159,"Long Beach, CA" +238,377,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +238,378,195,"New Orleans, LA",257,"Houston, TX" +238,379,268,"Seattle, WA",159,"Long Beach, CA" +238,380,162,"Oakland, CA",162,"Oakland, CA" +238,381,159,"Long Beach, CA",239,"Portland, OR" +238,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +238,383,268,"Seattle, WA",159,"Long Beach, CA" +238,384,217,"New York, NY and NJ",201,"Boston, MA" +238,385,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +238,386,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +238,387,197,"Portland, ME",223,"New York, NY and NJ" +238,388,217,"New York, NY and NJ",223,"New York, NY and NJ" +238,389,197,"Portland, ME",201,"Boston, MA" +238,390,217,"New York, NY and NJ",241,"Philadelphia, PA" +238,391,217,"New York, NY and NJ",217,"New York, NY and NJ" +238,392,159,"Long Beach, CA",159,"Long Beach, CA" +238,393,159,"Long Beach, CA",159,"Long Beach, CA" +238,394,218,"Camden-Gloucester, NJ",197,"Portland, ME" +238,395,197,"Portland, ME",265,"Norfolk Harbor, VA" +238,396,159,"Long Beach, CA",159,"Long Beach, CA" +238,397,223,"New York, NY and NJ",223,"New York, NY and NJ" +238,398,197,"Portland, ME",265,"Norfolk Harbor, VA" +238,399,194,"Lake Charles, LA",257,"Houston, TX" +238,400,159,"Long Beach, CA",159,"Long Beach, CA" +238,401,197,"Portland, ME",198,"Baltimore, MD" +238,402,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +238,403,269,"Longview, WA",162,"Oakland, CA" +238,404,241,"Philadelphia, PA",241,"Philadelphia, PA" +238,405,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +238,406,197,"Portland, ME",198,"Baltimore, MD" +238,407,201,"Boston, MA",223,"New York, NY and NJ" +238,408,162,"Oakland, CA",162,"Oakland, CA" +238,409,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +238,410,159,"Long Beach, CA",162,"Oakland, CA" +238,411,268,"Seattle, WA",159,"Long Beach, CA" +238,412,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +238,413,159,"Long Beach, CA",162,"Oakland, CA" +238,414,195,"New Orleans, LA",253,"Beaumont, TX" +238,415,217,"New York, NY and NJ",245,"Charleston, SC" +238,416,223,"New York, NY and NJ",223,"New York, NY and NJ" +238,417,268,"Seattle, WA",159,"Long Beach, CA" +238,418,159,"Long Beach, CA",159,"Long Beach, CA" +238,419,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +238,420,268,"Seattle, WA",162,"Oakland, CA" +238,421,239,"Portland, OR",268,"Seattle, WA" +238,422,162,"Oakland, CA",159,"Long Beach, CA" +238,423,159,"Long Beach, CA",239,"Portland, OR" +238,424,257,"Houston, TX",257,"Houston, TX" +238,425,159,"Long Beach, CA",159,"Long Beach, CA" +238,426,265,"Norfolk Harbor, VA",194,"Lake Charles, LA" +238,427,257,"Houston, TX",174,"Tampa, FL" +238,428,159,"Long Beach, CA",239,"Portland, OR" +238,429,159,"Long Beach, CA",257,"Houston, TX" +238,430,241,"Philadelphia, PA",197,"Portland, ME" +238,431,217,"New York, NY and NJ",223,"New York, NY and NJ" +238,432,159,"Long Beach, CA",162,"Oakland, CA" +238,433,195,"New Orleans, LA",178,"Brunswick, GA" +238,434,198,"Baltimore, MD",217,"New York, NY and NJ" +238,435,257,"Houston, TX",223,"New York, NY and NJ" +238,436,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +238,437,218,"Camden-Gloucester, NJ",172,"Port Everglades, FL" +238,438,172,"Port Everglades, FL",195,"New Orleans, LA" +238,439,174,"Tampa, FL",177,"Savannah, GA" +238,440,171,"Jacksonville, FL",174,"Tampa, FL" +238,441,159,"Long Beach, CA",159,"Long Beach, CA" +238,442,197,"Portland, ME",217,"New York, NY and NJ" +238,443,223,"New York, NY and NJ",223,"New York, NY and NJ" +238,444,268,"Seattle, WA",162,"Oakland, CA" +238,445,198,"Baltimore, MD",198,"Baltimore, MD" +238,446,217,"New York, NY and NJ",245,"Charleston, SC" +238,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +238,448,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +238,449,159,"Long Beach, CA",159,"Long Beach, CA" +238,450,174,"Tampa, FL",177,"Savannah, GA" +238,451,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +238,452,198,"Baltimore, MD",201,"Boston, MA" +238,453,159,"Long Beach, CA",162,"Oakland, CA" +238,454,198,"Baltimore, MD",169,"Wilmington, DE" +238,455,265,"Norfolk Harbor, VA",245,"Charleston, SC" +238,456,159,"Long Beach, CA",268,"Seattle, WA" +238,457,223,"New York, NY and NJ",223,"New York, NY and NJ" +238,458,241,"Philadelphia, PA",169,"Wilmington, DE" +238,459,159,"Long Beach, CA",239,"Portland, OR" +238,460,223,"New York, NY and NJ",201,"Boston, MA" +238,461,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +238,462,217,"New York, NY and NJ",223,"New York, NY and NJ" +238,463,201,"Boston, MA",241,"Philadelphia, PA" +238,464,217,"New York, NY and NJ",223,"New York, NY and NJ" +238,465,159,"Long Beach, CA",159,"Long Beach, CA" +238,466,159,"Long Beach, CA",162,"Oakland, CA" +238,467,241,"Philadelphia, PA",245,"Charleston, SC" +238,468,159,"Long Beach, CA",159,"Long Beach, CA" +238,469,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +238,470,269,"Longview, WA",239,"Portland, OR" +238,471,197,"Portland, ME",218,"Camden-Gloucester, NJ" +238,472,159,"Long Beach, CA",268,"Seattle, WA" +238,473,268,"Seattle, WA",268,"Seattle, WA" +238,474,172,"Port Everglades, FL",152,"Mobile, AL" +238,475,217,"New York, NY and NJ",223,"New York, NY and NJ" +238,476,159,"Long Beach, CA",159,"Long Beach, CA" +238,477,268,"Seattle, WA",159,"Long Beach, CA" +238,478,245,"Charleston, SC",208,"Pascagoula, MS" +238,479,159,"Long Beach, CA",159,"Long Beach, CA" +238,480,223,"New York, NY and NJ",177,"Savannah, GA" +238,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +238,482,162,"Oakland, CA",159,"Long Beach, CA" +238,483,198,"Baltimore, MD",201,"Boston, MA" +238,484,195,"New Orleans, LA",177,"Savannah, GA" +238,485,159,"Long Beach, CA",159,"Long Beach, CA" +238,486,269,"Longview, WA",159,"Long Beach, CA" +238,487,245,"Charleston, SC",253,"Beaumont, TX" +238,488,162,"Oakland, CA",268,"Seattle, WA" +238,489,162,"Oakland, CA",159,"Long Beach, CA" +238,490,245,"Charleston, SC",198,"Baltimore, MD" +238,491,217,"New York, NY and NJ",229,"Wilmington, NC" +239,154,268,"Seattle, WA",159,"Long Beach, CA" +239,179,159,"Long Beach, CA",159,"Long Beach, CA" +239,180,268,"Seattle, WA",159,"Long Beach, CA" +239,274,268,"Seattle, WA",159,"Long Beach, CA" +239,275,241,"Philadelphia, PA",169,"Wilmington, DE" +239,276,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +239,277,217,"New York, NY and NJ",201,"Boston, MA" +239,278,198,"Baltimore, MD",223,"New York, NY and NJ" +239,279,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +239,280,171,"Jacksonville, FL",208,"Pascagoula, MS" +239,281,253,"Beaumont, TX",159,"Long Beach, CA" +239,282,223,"New York, NY and NJ",217,"New York, NY and NJ" +239,283,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +239,284,159,"Long Beach, CA",268,"Seattle, WA" +239,285,197,"Portland, ME",223,"New York, NY and NJ" +239,286,241,"Philadelphia, PA",197,"Portland, ME" +239,287,177,"Savannah, GA",208,"Pascagoula, MS" +239,288,159,"Long Beach, CA",159,"Long Beach, CA" +239,289,159,"Long Beach, CA",159,"Long Beach, CA" +239,290,172,"Port Everglades, FL",195,"New Orleans, LA" +239,291,169,"Wilmington, DE",223,"New York, NY and NJ" +239,292,201,"Boston, MA",217,"New York, NY and NJ" +239,293,257,"Houston, TX",195,"New Orleans, LA" +239,294,197,"Portland, ME",244,"Providence, RI" +239,295,198,"Baltimore, MD",217,"New York, NY and NJ" +239,296,159,"Long Beach, CA",159,"Long Beach, CA" +239,297,257,"Houston, TX",194,"Lake Charles, LA" +239,298,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +239,299,241,"Philadelphia, PA",223,"New York, NY and NJ" +239,300,172,"Port Everglades, FL",223,"New York, NY and NJ" +239,301,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +239,302,172,"Port Everglades, FL",198,"Baltimore, MD" +239,303,162,"Oakland, CA",268,"Seattle, WA" +239,304,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +239,305,223,"New York, NY and NJ",223,"New York, NY and NJ" +239,306,197,"Portland, ME",241,"Philadelphia, PA" +239,307,197,"Portland, ME",223,"New York, NY and NJ" +239,308,268,"Seattle, WA",162,"Oakland, CA" +239,309,217,"New York, NY and NJ",217,"New York, NY and NJ" +239,310,195,"New Orleans, LA",198,"Baltimore, MD" +239,311,201,"Boston, MA",217,"New York, NY and NJ" +239,312,172,"Port Everglades, FL",257,"Houston, TX" +239,313,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +239,314,245,"Charleston, SC",223,"New York, NY and NJ" +239,315,194,"Lake Charles, LA",257,"Houston, TX" +239,316,159,"Long Beach, CA",159,"Long Beach, CA" +239,317,159,"Long Beach, CA",159,"Long Beach, CA" +239,318,162,"Oakland, CA",159,"Long Beach, CA" +239,319,152,"Mobile, AL",193,"Baton Rouge, LA" +239,320,201,"Boston, MA",223,"New York, NY and NJ" +239,321,197,"Portland, ME",265,"Norfolk Harbor, VA" +239,322,162,"Oakland, CA",268,"Seattle, WA" +239,323,257,"Houston, TX",257,"Houston, TX" +239,324,217,"New York, NY and NJ",223,"New York, NY and NJ" +239,325,193,"Baton Rouge, LA",208,"Pascagoula, MS" +239,326,265,"Norfolk Harbor, VA",253,"Beaumont, TX" +239,327,217,"New York, NY and NJ",241,"Philadelphia, PA" +239,328,217,"New York, NY and NJ",223,"New York, NY and NJ" +239,329,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +239,330,217,"New York, NY and NJ",201,"Boston, MA" +239,331,197,"Portland, ME",198,"Baltimore, MD" +239,332,217,"New York, NY and NJ",217,"New York, NY and NJ" +239,333,171,"Jacksonville, FL",241,"Philadelphia, PA" +239,334,257,"Houston, TX",194,"Lake Charles, LA" +239,335,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +239,336,159,"Long Beach, CA",159,"Long Beach, CA" +239,337,198,"Baltimore, MD",169,"Wilmington, DE" +239,338,217,"New York, NY and NJ",223,"New York, NY and NJ" +239,339,218,"Camden-Gloucester, NJ",197,"Portland, ME" +239,340,217,"New York, NY and NJ",241,"Philadelphia, PA" +239,341,253,"Beaumont, TX",257,"Houston, TX" +239,342,223,"New York, NY and NJ",201,"Boston, MA" +239,343,159,"Long Beach, CA",159,"Long Beach, CA" +239,344,217,"New York, NY and NJ",241,"Philadelphia, PA" +239,345,201,"Boston, MA",198,"Baltimore, MD" +239,346,257,"Houston, TX",217,"New York, NY and NJ" +239,347,217,"New York, NY and NJ",217,"New York, NY and NJ" +239,348,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +239,349,198,"Baltimore, MD",198,"Baltimore, MD" +239,350,223,"New York, NY and NJ",241,"Philadelphia, PA" +239,351,223,"New York, NY and NJ",201,"Boston, MA" +239,352,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +239,353,223,"New York, NY and NJ",241,"Philadelphia, PA" +239,354,217,"New York, NY and NJ",197,"Portland, ME" +239,355,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +239,356,195,"New Orleans, LA",254,"Corpus Christi, TX" +239,357,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +239,358,201,"Boston, MA",241,"Philadelphia, PA" +239,359,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +239,360,171,"Jacksonville, FL",195,"New Orleans, LA" +239,361,159,"Long Beach, CA",159,"Long Beach, CA" +239,362,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +239,363,195,"New Orleans, LA",257,"Houston, TX" +239,364,217,"New York, NY and NJ",241,"Philadelphia, PA" +239,365,241,"Philadelphia, PA",223,"New York, NY and NJ" +239,366,159,"Long Beach, CA",159,"Long Beach, CA" +239,367,159,"Long Beach, CA",159,"Long Beach, CA" +239,368,159,"Long Beach, CA",159,"Long Beach, CA" +239,369,159,"Long Beach, CA",239,"Portland, OR" +239,370,265,"Norfolk Harbor, VA",201,"Boston, MA" +239,371,159,"Long Beach, CA",162,"Oakland, CA" +239,372,197,"Portland, ME",223,"New York, NY and NJ" +239,373,195,"New Orleans, LA",257,"Houston, TX" +239,374,269,"Longview, WA",159,"Long Beach, CA" +239,375,159,"Long Beach, CA",159,"Long Beach, CA" +239,376,159,"Long Beach, CA",159,"Long Beach, CA" +239,377,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +239,378,257,"Houston, TX",257,"Houston, TX" +239,379,268,"Seattle, WA",239,"Portland, OR" +239,380,159,"Long Beach, CA",268,"Seattle, WA" +239,381,159,"Long Beach, CA",268,"Seattle, WA" +239,382,223,"New York, NY and NJ",201,"Boston, MA" +239,383,159,"Long Beach, CA",162,"Oakland, CA" +239,384,197,"Portland, ME",265,"Norfolk Harbor, VA" +239,385,223,"New York, NY and NJ",217,"New York, NY and NJ" +239,386,201,"Boston, MA",198,"Baltimore, MD" +239,387,217,"New York, NY and NJ",241,"Philadelphia, PA" +239,388,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +239,389,198,"Baltimore, MD",198,"Baltimore, MD" +239,390,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +239,391,245,"Charleston, SC",197,"Portland, ME" +239,392,268,"Seattle, WA",162,"Oakland, CA" +239,393,162,"Oakland, CA",269,"Longview, WA" +239,394,241,"Philadelphia, PA",223,"New York, NY and NJ" +239,395,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +239,396,159,"Long Beach, CA",159,"Long Beach, CA" +239,397,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +239,398,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +239,399,194,"Lake Charles, LA",253,"Beaumont, TX" +239,400,268,"Seattle, WA",159,"Long Beach, CA" +239,401,223,"New York, NY and NJ",197,"Portland, ME" +239,402,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +239,403,159,"Long Beach, CA",268,"Seattle, WA" +239,404,217,"New York, NY and NJ",198,"Baltimore, MD" +239,405,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +239,406,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +239,407,177,"Savannah, GA",223,"New York, NY and NJ" +239,408,268,"Seattle, WA",159,"Long Beach, CA" +239,409,177,"Savannah, GA",198,"Baltimore, MD" +239,410,159,"Long Beach, CA",159,"Long Beach, CA" +239,411,268,"Seattle, WA",268,"Seattle, WA" +239,412,217,"New York, NY and NJ",223,"New York, NY and NJ" +239,413,159,"Long Beach, CA",159,"Long Beach, CA" +239,414,257,"Houston, TX",195,"New Orleans, LA" +239,415,223,"New York, NY and NJ",223,"New York, NY and NJ" +239,416,198,"Baltimore, MD",198,"Baltimore, MD" +239,417,159,"Long Beach, CA",159,"Long Beach, CA" +239,418,162,"Oakland, CA",159,"Long Beach, CA" +239,419,201,"Boston, MA",223,"New York, NY and NJ" +239,420,159,"Long Beach, CA",159,"Long Beach, CA" +239,421,162,"Oakland, CA",159,"Long Beach, CA" +239,422,159,"Long Beach, CA",159,"Long Beach, CA" +239,423,162,"Oakland, CA",159,"Long Beach, CA" +239,424,177,"Savannah, GA",239,"Portland, OR" +239,425,269,"Longview, WA",159,"Long Beach, CA" +239,426,195,"New Orleans, LA",152,"Mobile, AL" +239,427,253,"Beaumont, TX",195,"New Orleans, LA" +239,428,269,"Longview, WA",162,"Oakland, CA" +239,429,162,"Oakland, CA",159,"Long Beach, CA" +239,430,217,"New York, NY and NJ",241,"Philadelphia, PA" +239,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +239,432,159,"Long Beach, CA",159,"Long Beach, CA" +239,433,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +239,434,223,"New York, NY and NJ",198,"Baltimore, MD" +239,435,197,"Portland, ME",201,"Boston, MA" +239,436,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +239,437,244,"Providence, RI",241,"Philadelphia, PA" +239,438,171,"Jacksonville, FL",201,"Boston, MA" +239,439,245,"Charleston, SC",241,"Philadelphia, PA" +239,440,174,"Tampa, FL",265,"Norfolk Harbor, VA" +239,441,159,"Long Beach, CA",159,"Long Beach, CA" +239,442,197,"Portland, ME",223,"New York, NY and NJ" +239,443,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +239,444,159,"Long Beach, CA",268,"Seattle, WA" +239,445,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +239,446,217,"New York, NY and NJ",169,"Wilmington, DE" +239,447,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +239,448,169,"Wilmington, DE",223,"New York, NY and NJ" +239,449,159,"Long Beach, CA",268,"Seattle, WA" +239,450,177,"Savannah, GA",241,"Philadelphia, PA" +239,451,223,"New York, NY and NJ",201,"Boston, MA" +239,452,223,"New York, NY and NJ",201,"Boston, MA" +239,453,159,"Long Beach, CA",239,"Portland, OR" +239,454,217,"New York, NY and NJ",197,"Portland, ME" +239,455,265,"Norfolk Harbor, VA",201,"Boston, MA" +239,456,268,"Seattle, WA",159,"Long Beach, CA" +239,457,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +239,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +239,459,159,"Long Beach, CA",159,"Long Beach, CA" +239,460,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +239,461,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +239,462,169,"Wilmington, DE",201,"Boston, MA" +239,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +239,464,217,"New York, NY and NJ",223,"New York, NY and NJ" +239,465,159,"Long Beach, CA",159,"Long Beach, CA" +239,466,159,"Long Beach, CA",159,"Long Beach, CA" +239,467,197,"Portland, ME",223,"New York, NY and NJ" +239,468,268,"Seattle, WA",159,"Long Beach, CA" +239,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +239,470,159,"Long Beach, CA",159,"Long Beach, CA" +239,471,244,"Providence, RI",217,"New York, NY and NJ" +239,472,268,"Seattle, WA",162,"Oakland, CA" +239,473,159,"Long Beach, CA",159,"Long Beach, CA" +239,474,174,"Tampa, FL",194,"Lake Charles, LA" +239,475,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +239,476,162,"Oakland, CA",159,"Long Beach, CA" +239,477,159,"Long Beach, CA",269,"Longview, WA" +239,478,245,"Charleston, SC",245,"Charleston, SC" +239,479,159,"Long Beach, CA",162,"Oakland, CA" +239,480,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +239,481,223,"New York, NY and NJ",169,"Wilmington, DE" +239,482,268,"Seattle, WA",159,"Long Beach, CA" +239,483,241,"Philadelphia, PA",201,"Boston, MA" +239,484,172,"Port Everglades, FL",257,"Houston, TX" +239,485,269,"Longview, WA",268,"Seattle, WA" +239,486,159,"Long Beach, CA",159,"Long Beach, CA" +239,487,177,"Savannah, GA",257,"Houston, TX" +239,488,239,"Portland, OR",159,"Long Beach, CA" +239,489,159,"Long Beach, CA",159,"Long Beach, CA" +239,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +239,491,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +240,154,268,"Seattle, WA",162,"Oakland, CA" +240,179,268,"Seattle, WA",159,"Long Beach, CA" +240,180,159,"Long Beach, CA",239,"Portland, OR" +240,274,159,"Long Beach, CA",162,"Oakland, CA" +240,275,198,"Baltimore, MD",197,"Portland, ME" +240,276,198,"Baltimore, MD",217,"New York, NY and NJ" +240,277,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +240,278,169,"Wilmington, DE",217,"New York, NY and NJ" +240,279,172,"Port Everglades, FL",217,"New York, NY and NJ" +240,280,245,"Charleston, SC",178,"Brunswick, GA" +240,281,254,"Corpus Christi, TX",178,"Brunswick, GA" +240,282,198,"Baltimore, MD",241,"Philadelphia, PA" +240,283,177,"Savannah, GA",241,"Philadelphia, PA" +240,284,268,"Seattle, WA",159,"Long Beach, CA" +240,285,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +240,286,217,"New York, NY and NJ",217,"New York, NY and NJ" +240,287,172,"Port Everglades, FL",177,"Savannah, GA" +240,288,159,"Long Beach, CA",159,"Long Beach, CA" +240,289,268,"Seattle, WA",159,"Long Beach, CA" +240,290,245,"Charleston, SC",223,"New York, NY and NJ" +240,291,241,"Philadelphia, PA",217,"New York, NY and NJ" +240,292,217,"New York, NY and NJ",223,"New York, NY and NJ" +240,293,195,"New Orleans, LA",195,"New Orleans, LA" +240,294,217,"New York, NY and NJ",217,"New York, NY and NJ" +240,295,198,"Baltimore, MD",223,"New York, NY and NJ" +240,296,268,"Seattle, WA",162,"Oakland, CA" +240,297,174,"Tampa, FL",253,"Beaumont, TX" +240,298,223,"New York, NY and NJ",217,"New York, NY and NJ" +240,299,217,"New York, NY and NJ",217,"New York, NY and NJ" +240,300,172,"Port Everglades, FL",257,"Houston, TX" +240,301,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +240,302,172,"Port Everglades, FL",171,"Jacksonville, FL" +240,303,159,"Long Beach, CA",159,"Long Beach, CA" +240,304,223,"New York, NY and NJ",244,"Providence, RI" +240,305,198,"Baltimore, MD",223,"New York, NY and NJ" +240,306,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +240,307,241,"Philadelphia, PA",198,"Baltimore, MD" +240,308,268,"Seattle, WA",159,"Long Beach, CA" +240,309,201,"Boston, MA",198,"Baltimore, MD" +240,310,195,"New Orleans, LA",208,"Pascagoula, MS" +240,311,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +240,312,174,"Tampa, FL",257,"Houston, TX" +240,313,201,"Boston, MA",241,"Philadelphia, PA" +240,314,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +240,315,152,"Mobile, AL",257,"Houston, TX" +240,316,239,"Portland, OR",268,"Seattle, WA" +240,317,162,"Oakland, CA",159,"Long Beach, CA" +240,318,159,"Long Beach, CA",268,"Seattle, WA" +240,319,152,"Mobile, AL",152,"Mobile, AL" +240,320,198,"Baltimore, MD",197,"Portland, ME" +240,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +240,322,159,"Long Beach, CA",159,"Long Beach, CA" +240,323,193,"Baton Rouge, LA",254,"Corpus Christi, TX" +240,324,198,"Baltimore, MD",217,"New York, NY and NJ" +240,325,172,"Port Everglades, FL",195,"New Orleans, LA" +240,326,177,"Savannah, GA",195,"New Orleans, LA" +240,327,197,"Portland, ME",217,"New York, NY and NJ" +240,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +240,329,223,"New York, NY and NJ",208,"Pascagoula, MS" +240,330,244,"Providence, RI",197,"Portland, ME" +240,331,198,"Baltimore, MD",223,"New York, NY and NJ" +240,332,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +240,333,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +240,334,193,"Baton Rouge, LA",195,"New Orleans, LA" +240,335,241,"Philadelphia, PA",223,"New York, NY and NJ" +240,336,159,"Long Beach, CA",159,"Long Beach, CA" +240,337,201,"Boston, MA",241,"Philadelphia, PA" +240,338,217,"New York, NY and NJ",223,"New York, NY and NJ" +240,339,223,"New York, NY and NJ",217,"New York, NY and NJ" +240,340,265,"Norfolk Harbor, VA",197,"Portland, ME" +240,341,254,"Corpus Christi, TX",195,"New Orleans, LA" +240,342,241,"Philadelphia, PA",223,"New York, NY and NJ" +240,343,159,"Long Beach, CA",159,"Long Beach, CA" +240,344,201,"Boston, MA",218,"Camden-Gloucester, NJ" +240,345,265,"Norfolk Harbor, VA",197,"Portland, ME" +240,346,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +240,347,241,"Philadelphia, PA",217,"New York, NY and NJ" +240,348,217,"New York, NY and NJ",223,"New York, NY and NJ" +240,349,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +240,350,223,"New York, NY and NJ",223,"New York, NY and NJ" +240,351,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +240,352,223,"New York, NY and NJ",223,"New York, NY and NJ" +240,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +240,354,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +240,355,177,"Savannah, GA",177,"Savannah, GA" +240,356,257,"Houston, TX",257,"Houston, TX" +240,357,217,"New York, NY and NJ",241,"Philadelphia, PA" +240,358,197,"Portland, ME",217,"New York, NY and NJ" +240,359,171,"Jacksonville, FL",177,"Savannah, GA" +240,360,177,"Savannah, GA",195,"New Orleans, LA" +240,361,239,"Portland, OR",194,"Lake Charles, LA" +240,362,201,"Boston, MA",244,"Providence, RI" +240,363,193,"Baton Rouge, LA",208,"Pascagoula, MS" +240,364,217,"New York, NY and NJ",197,"Portland, ME" +240,365,201,"Boston, MA",198,"Baltimore, MD" +240,366,159,"Long Beach, CA",239,"Portland, OR" +240,367,159,"Long Beach, CA",239,"Portland, OR" +240,368,159,"Long Beach, CA",269,"Longview, WA" +240,369,269,"Longview, WA",159,"Long Beach, CA" +240,370,223,"New York, NY and NJ",223,"New York, NY and NJ" +240,371,159,"Long Beach, CA",159,"Long Beach, CA" +240,372,241,"Philadelphia, PA",241,"Philadelphia, PA" +240,373,172,"Port Everglades, FL",208,"Pascagoula, MS" +240,374,159,"Long Beach, CA",159,"Long Beach, CA" +240,375,268,"Seattle, WA",159,"Long Beach, CA" +240,376,162,"Oakland, CA",159,"Long Beach, CA" +240,377,197,"Portland, ME",223,"New York, NY and NJ" +240,378,195,"New Orleans, LA",208,"Pascagoula, MS" +240,379,269,"Longview, WA",159,"Long Beach, CA" +240,380,159,"Long Beach, CA",268,"Seattle, WA" +240,381,239,"Portland, OR",159,"Long Beach, CA" +240,382,198,"Baltimore, MD",197,"Portland, ME" +240,383,159,"Long Beach, CA",159,"Long Beach, CA" +240,384,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +240,385,223,"New York, NY and NJ",201,"Boston, MA" +240,386,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +240,387,223,"New York, NY and NJ",198,"Baltimore, MD" +240,388,217,"New York, NY and NJ",198,"Baltimore, MD" +240,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +240,390,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +240,391,169,"Wilmington, DE",201,"Boston, MA" +240,392,268,"Seattle, WA",269,"Longview, WA" +240,393,162,"Oakland, CA",162,"Oakland, CA" +240,394,245,"Charleston, SC",223,"New York, NY and NJ" +240,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +240,396,159,"Long Beach, CA",159,"Long Beach, CA" +240,397,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +240,398,198,"Baltimore, MD",197,"Portland, ME" +240,399,159,"Long Beach, CA",257,"Houston, TX" +240,400,159,"Long Beach, CA",268,"Seattle, WA" +240,401,217,"New York, NY and NJ",223,"New York, NY and NJ" +240,402,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +240,403,159,"Long Beach, CA",159,"Long Beach, CA" +240,404,218,"Camden-Gloucester, NJ",201,"Boston, MA" +240,405,177,"Savannah, GA",201,"Boston, MA" +240,406,223,"New York, NY and NJ",197,"Portland, ME" +240,407,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +240,408,268,"Seattle, WA",159,"Long Beach, CA" +240,409,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +240,410,159,"Long Beach, CA",159,"Long Beach, CA" +240,411,159,"Long Beach, CA",268,"Seattle, WA" +240,412,201,"Boston, MA",241,"Philadelphia, PA" +240,413,268,"Seattle, WA",159,"Long Beach, CA" +240,414,253,"Beaumont, TX",253,"Beaumont, TX" +240,415,223,"New York, NY and NJ",201,"Boston, MA" +240,416,218,"Camden-Gloucester, NJ",197,"Portland, ME" +240,417,268,"Seattle, WA",159,"Long Beach, CA" +240,418,268,"Seattle, WA",269,"Longview, WA" +240,419,223,"New York, NY and NJ",217,"New York, NY and NJ" +240,420,162,"Oakland, CA",268,"Seattle, WA" +240,421,162,"Oakland, CA",269,"Longview, WA" +240,422,239,"Portland, OR",159,"Long Beach, CA" +240,423,159,"Long Beach, CA",268,"Seattle, WA" +240,424,152,"Mobile, AL",257,"Houston, TX" +240,425,159,"Long Beach, CA",268,"Seattle, WA" +240,426,245,"Charleston, SC",172,"Port Everglades, FL" +240,427,193,"Baton Rouge, LA",257,"Houston, TX" +240,428,239,"Portland, OR",159,"Long Beach, CA" +240,429,159,"Long Beach, CA",268,"Seattle, WA" +240,430,198,"Baltimore, MD",223,"New York, NY and NJ" +240,431,201,"Boston, MA",223,"New York, NY and NJ" +240,432,159,"Long Beach, CA",159,"Long Beach, CA" +240,433,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +240,434,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +240,435,197,"Portland, ME",265,"Norfolk Harbor, VA" +240,436,197,"Portland, ME",223,"New York, NY and NJ" +240,437,217,"New York, NY and NJ",241,"Philadelphia, PA" +240,438,152,"Mobile, AL",201,"Boston, MA" +240,439,171,"Jacksonville, FL",198,"Baltimore, MD" +240,440,174,"Tampa, FL",229,"Wilmington, NC" +240,441,159,"Long Beach, CA",159,"Long Beach, CA" +240,442,197,"Portland, ME",217,"New York, NY and NJ" +240,443,197,"Portland, ME",198,"Baltimore, MD" +240,444,159,"Long Beach, CA",159,"Long Beach, CA" +240,445,218,"Camden-Gloucester, NJ",197,"Portland, ME" +240,446,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +240,447,197,"Portland, ME",217,"New York, NY and NJ" +240,448,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +240,449,162,"Oakland, CA",268,"Seattle, WA" +240,450,172,"Port Everglades, FL",197,"Portland, ME" +240,451,217,"New York, NY and NJ",223,"New York, NY and NJ" +240,452,198,"Baltimore, MD",197,"Portland, ME" +240,453,159,"Long Beach, CA",268,"Seattle, WA" +240,454,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +240,455,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +240,456,162,"Oakland, CA",159,"Long Beach, CA" +240,457,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +240,458,201,"Boston, MA",217,"New York, NY and NJ" +240,459,269,"Longview, WA",162,"Oakland, CA" +240,460,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +240,461,172,"Port Everglades, FL",195,"New Orleans, LA" +240,462,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +240,463,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +240,464,217,"New York, NY and NJ",201,"Boston, MA" +240,465,268,"Seattle, WA",159,"Long Beach, CA" +240,466,162,"Oakland, CA",268,"Seattle, WA" +240,467,223,"New York, NY and NJ",223,"New York, NY and NJ" +240,468,269,"Longview, WA",269,"Longview, WA" +240,469,198,"Baltimore, MD",201,"Boston, MA" +240,470,159,"Long Beach, CA",159,"Long Beach, CA" +240,471,223,"New York, NY and NJ",241,"Philadelphia, PA" +240,472,159,"Long Beach, CA",159,"Long Beach, CA" +240,473,159,"Long Beach, CA",268,"Seattle, WA" +240,474,198,"Baltimore, MD",195,"New Orleans, LA" +240,475,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +240,476,159,"Long Beach, CA",162,"Oakland, CA" +240,477,159,"Long Beach, CA",162,"Oakland, CA" +240,478,245,"Charleston, SC",245,"Charleston, SC" +240,479,159,"Long Beach, CA",269,"Longview, WA" +240,480,217,"New York, NY and NJ",197,"Portland, ME" +240,481,223,"New York, NY and NJ",198,"Baltimore, MD" +240,482,159,"Long Beach, CA",269,"Longview, WA" +240,483,197,"Portland, ME",223,"New York, NY and NJ" +240,484,178,"Brunswick, GA",208,"Pascagoula, MS" +240,485,159,"Long Beach, CA",268,"Seattle, WA" +240,486,268,"Seattle, WA",159,"Long Beach, CA" +240,487,172,"Port Everglades, FL",195,"New Orleans, LA" +240,488,159,"Long Beach, CA",162,"Oakland, CA" +240,489,159,"Long Beach, CA",268,"Seattle, WA" +240,490,244,"Providence, RI",198,"Baltimore, MD" +240,491,201,"Boston, MA",217,"New York, NY and NJ" +241,154,269,"Longview, WA",239,"Portland, OR" +241,179,268,"Seattle, WA",268,"Seattle, WA" +241,180,159,"Long Beach, CA",159,"Long Beach, CA" +241,274,159,"Long Beach, CA",159,"Long Beach, CA" +241,275,223,"New York, NY and NJ",217,"New York, NY and NJ" +241,276,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +241,277,241,"Philadelphia, PA",217,"New York, NY and NJ" +241,278,217,"New York, NY and NJ",223,"New York, NY and NJ" +241,279,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +241,280,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +241,281,217,"New York, NY and NJ",223,"New York, NY and NJ" +241,282,241,"Philadelphia, PA",197,"Portland, ME" +241,283,172,"Port Everglades, FL",198,"Baltimore, MD" +241,284,159,"Long Beach, CA",159,"Long Beach, CA" +241,285,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +241,286,218,"Camden-Gloucester, NJ",197,"Portland, ME" +241,287,177,"Savannah, GA",265,"Norfolk Harbor, VA" +241,288,239,"Portland, OR",159,"Long Beach, CA" +241,289,159,"Long Beach, CA",159,"Long Beach, CA" +241,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +241,291,217,"New York, NY and NJ",241,"Philadelphia, PA" +241,292,223,"New York, NY and NJ",197,"Portland, ME" +241,293,195,"New Orleans, LA",245,"Charleston, SC" +241,294,217,"New York, NY and NJ",241,"Philadelphia, PA" +241,295,217,"New York, NY and NJ",241,"Philadelphia, PA" +241,296,239,"Portland, OR",159,"Long Beach, CA" +241,297,177,"Savannah, GA",171,"Jacksonville, FL" +241,298,223,"New York, NY and NJ",223,"New York, NY and NJ" +241,299,217,"New York, NY and NJ",241,"Philadelphia, PA" +241,300,201,"Boston, MA",198,"Baltimore, MD" +241,301,217,"New York, NY and NJ",217,"New York, NY and NJ" +241,302,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +241,303,159,"Long Beach, CA",159,"Long Beach, CA" +241,304,217,"New York, NY and NJ",217,"New York, NY and NJ" +241,305,201,"Boston, MA",265,"Norfolk Harbor, VA" +241,306,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +241,307,223,"New York, NY and NJ",217,"New York, NY and NJ" +241,308,269,"Longview, WA",268,"Seattle, WA" +241,309,198,"Baltimore, MD",241,"Philadelphia, PA" +241,310,197,"Portland, ME",198,"Baltimore, MD" +241,311,201,"Boston, MA",218,"Camden-Gloucester, NJ" +241,312,177,"Savannah, GA",172,"Port Everglades, FL" +241,313,241,"Philadelphia, PA",223,"New York, NY and NJ" +241,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +241,315,245,"Charleston, SC",245,"Charleston, SC" +241,316,269,"Longview, WA",162,"Oakland, CA" +241,317,159,"Long Beach, CA",162,"Oakland, CA" +241,318,159,"Long Beach, CA",162,"Oakland, CA" +241,319,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +241,320,169,"Wilmington, DE",197,"Portland, ME" +241,321,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +241,322,162,"Oakland, CA",162,"Oakland, CA" +241,323,193,"Baton Rouge, LA",169,"Wilmington, DE" +241,324,223,"New York, NY and NJ",223,"New York, NY and NJ" +241,325,177,"Savannah, GA",245,"Charleston, SC" +241,326,177,"Savannah, GA",265,"Norfolk Harbor, VA" +241,327,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +241,328,217,"New York, NY and NJ",197,"Portland, ME" +241,329,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +241,330,217,"New York, NY and NJ",223,"New York, NY and NJ" +241,331,201,"Boston, MA",218,"Camden-Gloucester, NJ" +241,332,217,"New York, NY and NJ",217,"New York, NY and NJ" +241,333,177,"Savannah, GA",198,"Baltimore, MD" +241,334,172,"Port Everglades, FL",174,"Tampa, FL" +241,335,201,"Boston, MA",241,"Philadelphia, PA" +241,336,172,"Port Everglades, FL",245,"Charleston, SC" +241,337,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +241,338,223,"New York, NY and NJ",198,"Baltimore, MD" +241,339,223,"New York, NY and NJ",217,"New York, NY and NJ" +241,340,217,"New York, NY and NJ",241,"Philadelphia, PA" +241,341,152,"Mobile, AL",198,"Baltimore, MD" +241,342,241,"Philadelphia, PA",217,"New York, NY and NJ" +241,343,159,"Long Beach, CA",162,"Oakland, CA" +241,344,197,"Portland, ME",223,"New York, NY and NJ" +241,345,197,"Portland, ME",241,"Philadelphia, PA" +241,346,171,"Jacksonville, FL",245,"Charleston, SC" +241,347,223,"New York, NY and NJ",198,"Baltimore, MD" +241,348,198,"Baltimore, MD",217,"New York, NY and NJ" +241,349,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +241,350,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +241,351,223,"New York, NY and NJ",217,"New York, NY and NJ" +241,352,241,"Philadelphia, PA",217,"New York, NY and NJ" +241,353,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +241,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +241,355,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +241,356,195,"New Orleans, LA",195,"New Orleans, LA" +241,357,223,"New York, NY and NJ",198,"Baltimore, MD" +241,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +241,359,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +241,360,172,"Port Everglades, FL",171,"Jacksonville, FL" +241,361,172,"Port Everglades, FL",171,"Jacksonville, FL" +241,362,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +241,363,174,"Tampa, FL",171,"Jacksonville, FL" +241,364,197,"Portland, ME",241,"Philadelphia, PA" +241,365,241,"Philadelphia, PA",197,"Portland, ME" +241,366,159,"Long Beach, CA",159,"Long Beach, CA" +241,367,159,"Long Beach, CA",159,"Long Beach, CA" +241,368,159,"Long Beach, CA",268,"Seattle, WA" +241,369,268,"Seattle, WA",241,"Philadelphia, PA" +241,370,223,"New York, NY and NJ",241,"Philadelphia, PA" +241,371,268,"Seattle, WA",268,"Seattle, WA" +241,372,198,"Baltimore, MD",241,"Philadelphia, PA" +241,373,172,"Port Everglades, FL",172,"Port Everglades, FL" +241,374,159,"Long Beach, CA",159,"Long Beach, CA" +241,375,268,"Seattle, WA",268,"Seattle, WA" +241,376,162,"Oakland, CA",162,"Oakland, CA" +241,377,198,"Baltimore, MD",223,"New York, NY and NJ" +241,378,245,"Charleston, SC",265,"Norfolk Harbor, VA" +241,379,269,"Longview, WA",159,"Long Beach, CA" +241,380,159,"Long Beach, CA",268,"Seattle, WA" +241,381,159,"Long Beach, CA",159,"Long Beach, CA" +241,382,241,"Philadelphia, PA",241,"Philadelphia, PA" +241,383,174,"Tampa, FL",268,"Seattle, WA" +241,384,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +241,385,223,"New York, NY and NJ",197,"Portland, ME" +241,386,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +241,387,223,"New York, NY and NJ",217,"New York, NY and NJ" +241,388,223,"New York, NY and NJ",197,"Portland, ME" +241,389,197,"Portland, ME",223,"New York, NY and NJ" +241,390,223,"New York, NY and NJ",223,"New York, NY and NJ" +241,391,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +241,392,159,"Long Beach, CA",268,"Seattle, WA" +241,393,239,"Portland, OR",159,"Long Beach, CA" +241,394,223,"New York, NY and NJ",217,"New York, NY and NJ" +241,395,217,"New York, NY and NJ",223,"New York, NY and NJ" +241,396,268,"Seattle, WA",239,"Portland, OR" +241,397,217,"New York, NY and NJ",241,"Philadelphia, PA" +241,398,244,"Providence, RI",198,"Baltimore, MD" +241,399,257,"Houston, TX",257,"Houston, TX" +241,400,159,"Long Beach, CA",268,"Seattle, WA" +241,401,217,"New York, NY and NJ",197,"Portland, ME" +241,402,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +241,403,159,"Long Beach, CA",159,"Long Beach, CA" +241,404,201,"Boston, MA",197,"Portland, ME" +241,405,177,"Savannah, GA",265,"Norfolk Harbor, VA" +241,406,217,"New York, NY and NJ",223,"New York, NY and NJ" +241,407,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +241,408,268,"Seattle, WA",159,"Long Beach, CA" +241,409,197,"Portland, ME",198,"Baltimore, MD" +241,410,268,"Seattle, WA",268,"Seattle, WA" +241,411,159,"Long Beach, CA",239,"Portland, OR" +241,412,197,"Portland, ME",218,"Camden-Gloucester, NJ" +241,413,159,"Long Beach, CA",268,"Seattle, WA" +241,414,174,"Tampa, FL",174,"Tampa, FL" +241,415,201,"Boston, MA",241,"Philadelphia, PA" +241,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +241,417,162,"Oakland, CA",159,"Long Beach, CA" +241,418,159,"Long Beach, CA",159,"Long Beach, CA" +241,419,223,"New York, NY and NJ",244,"Providence, RI" +241,420,172,"Port Everglades, FL",159,"Long Beach, CA" +241,421,268,"Seattle, WA",268,"Seattle, WA" +241,422,162,"Oakland, CA",159,"Long Beach, CA" +241,423,159,"Long Beach, CA",217,"New York, NY and NJ" +241,424,177,"Savannah, GA",198,"Baltimore, MD" +241,425,159,"Long Beach, CA",159,"Long Beach, CA" +241,426,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +241,427,152,"Mobile, AL",171,"Jacksonville, FL" +241,428,159,"Long Beach, CA",159,"Long Beach, CA" +241,429,159,"Long Beach, CA",159,"Long Beach, CA" +241,430,223,"New York, NY and NJ",217,"New York, NY and NJ" +241,431,217,"New York, NY and NJ",197,"Portland, ME" +241,432,162,"Oakland, CA",268,"Seattle, WA" +241,433,244,"Providence, RI",218,"Camden-Gloucester, NJ" +241,434,223,"New York, NY and NJ",201,"Boston, MA" +241,435,197,"Portland, ME",223,"New York, NY and NJ" +241,436,244,"Providence, RI",241,"Philadelphia, PA" +241,437,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +241,438,172,"Port Everglades, FL",217,"New York, NY and NJ" +241,439,177,"Savannah, GA",198,"Baltimore, MD" +241,440,217,"New York, NY and NJ",217,"New York, NY and NJ" +241,441,268,"Seattle, WA",159,"Long Beach, CA" +241,442,197,"Portland, ME",241,"Philadelphia, PA" +241,443,241,"Philadelphia, PA",198,"Baltimore, MD" +241,444,268,"Seattle, WA",217,"New York, NY and NJ" +241,445,241,"Philadelphia, PA",197,"Portland, ME" +241,446,223,"New York, NY and NJ",223,"New York, NY and NJ" +241,447,197,"Portland, ME",217,"New York, NY and NJ" +241,448,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +241,449,162,"Oakland, CA",162,"Oakland, CA" +241,450,265,"Norfolk Harbor, VA",245,"Charleston, SC" +241,451,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +241,452,197,"Portland, ME",218,"Camden-Gloucester, NJ" +241,453,268,"Seattle, WA",268,"Seattle, WA" +241,454,241,"Philadelphia, PA",217,"New York, NY and NJ" +241,455,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +241,456,162,"Oakland, CA",159,"Long Beach, CA" +241,457,223,"New York, NY and NJ",241,"Philadelphia, PA" +241,458,197,"Portland, ME",223,"New York, NY and NJ" +241,459,159,"Long Beach, CA",268,"Seattle, WA" +241,460,217,"New York, NY and NJ",217,"New York, NY and NJ" +241,461,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +241,462,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +241,463,217,"New York, NY and NJ",198,"Baltimore, MD" +241,464,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +241,465,268,"Seattle, WA",159,"Long Beach, CA" +241,466,159,"Long Beach, CA",159,"Long Beach, CA" +241,467,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +241,468,159,"Long Beach, CA",162,"Oakland, CA" +241,469,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +241,470,268,"Seattle, WA",159,"Long Beach, CA" +241,471,217,"New York, NY and NJ",217,"New York, NY and NJ" +241,472,159,"Long Beach, CA",159,"Long Beach, CA" +241,473,162,"Oakland, CA",159,"Long Beach, CA" +241,474,245,"Charleston, SC",265,"Norfolk Harbor, VA" +241,475,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +241,476,159,"Long Beach, CA",269,"Longview, WA" +241,477,159,"Long Beach, CA",159,"Long Beach, CA" +241,478,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +241,479,268,"Seattle, WA",269,"Longview, WA" +241,480,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +241,481,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +241,482,159,"Long Beach, CA",241,"Philadelphia, PA" +241,483,217,"New York, NY and NJ",241,"Philadelphia, PA" +241,484,172,"Port Everglades, FL",217,"New York, NY and NJ" +241,485,159,"Long Beach, CA",159,"Long Beach, CA" +241,486,162,"Oakland, CA",159,"Long Beach, CA" +241,487,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +241,488,162,"Oakland, CA",268,"Seattle, WA" +241,489,159,"Long Beach, CA",265,"Norfolk Harbor, VA" +241,490,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +241,491,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +242,154,159,"Long Beach, CA",159,"Long Beach, CA" +242,179,159,"Long Beach, CA",239,"Portland, OR" +242,180,268,"Seattle, WA",159,"Long Beach, CA" +242,274,268,"Seattle, WA",159,"Long Beach, CA" +242,275,198,"Baltimore, MD",197,"Portland, ME" +242,276,201,"Boston, MA",198,"Baltimore, MD" +242,277,241,"Philadelphia, PA",241,"Philadelphia, PA" +242,278,241,"Philadelphia, PA",223,"New York, NY and NJ" +242,279,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +242,280,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +242,281,152,"Mobile, AL",265,"Norfolk Harbor, VA" +242,282,223,"New York, NY and NJ",217,"New York, NY and NJ" +242,283,174,"Tampa, FL",229,"Wilmington, NC" +242,284,159,"Long Beach, CA",162,"Oakland, CA" +242,285,169,"Wilmington, DE",201,"Boston, MA" +242,286,241,"Philadelphia, PA",197,"Portland, ME" +242,287,172,"Port Everglades, FL",245,"Charleston, SC" +242,288,268,"Seattle, WA",268,"Seattle, WA" +242,289,159,"Long Beach, CA",159,"Long Beach, CA" +242,290,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +242,291,223,"New York, NY and NJ",201,"Boston, MA" +242,292,201,"Boston, MA",217,"New York, NY and NJ" +242,293,152,"Mobile, AL",195,"New Orleans, LA" +242,294,197,"Portland, ME",217,"New York, NY and NJ" +242,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +242,296,159,"Long Beach, CA",162,"Oakland, CA" +242,297,177,"Savannah, GA",195,"New Orleans, LA" +242,298,244,"Providence, RI",198,"Baltimore, MD" +242,299,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +242,300,265,"Norfolk Harbor, VA",245,"Charleston, SC" +242,301,217,"New York, NY and NJ",198,"Baltimore, MD" +242,302,217,"New York, NY and NJ",245,"Charleston, SC" +242,303,159,"Long Beach, CA",159,"Long Beach, CA" +242,304,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +242,305,201,"Boston, MA",244,"Providence, RI" +242,306,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +242,307,223,"New York, NY and NJ",198,"Baltimore, MD" +242,308,268,"Seattle, WA",268,"Seattle, WA" +242,309,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +242,310,241,"Philadelphia, PA",223,"New York, NY and NJ" +242,311,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +242,312,245,"Charleston, SC",152,"Mobile, AL" +242,313,241,"Philadelphia, PA",223,"New York, NY and NJ" +242,314,244,"Providence, RI",218,"Camden-Gloucester, NJ" +242,315,253,"Beaumont, TX",245,"Charleston, SC" +242,316,268,"Seattle, WA",268,"Seattle, WA" +242,317,162,"Oakland, CA",159,"Long Beach, CA" +242,318,162,"Oakland, CA",268,"Seattle, WA" +242,319,177,"Savannah, GA",152,"Mobile, AL" +242,320,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +242,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +242,322,268,"Seattle, WA",239,"Portland, OR" +242,323,177,"Savannah, GA",195,"New Orleans, LA" +242,324,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +242,325,245,"Charleston, SC",177,"Savannah, GA" +242,326,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +242,327,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +242,328,223,"New York, NY and NJ",169,"Wilmington, DE" +242,329,217,"New York, NY and NJ",241,"Philadelphia, PA" +242,330,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +242,331,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +242,332,265,"Norfolk Harbor, VA",245,"Charleston, SC" +242,333,174,"Tampa, FL",198,"Baltimore, MD" +242,334,195,"New Orleans, LA",172,"Port Everglades, FL" +242,335,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +242,336,245,"Charleston, SC",177,"Savannah, GA" +242,337,201,"Boston, MA",241,"Philadelphia, PA" +242,338,265,"Norfolk Harbor, VA",201,"Boston, MA" +242,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +242,340,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +242,341,172,"Port Everglades, FL",208,"Pascagoula, MS" +242,342,217,"New York, NY and NJ",198,"Baltimore, MD" +242,343,268,"Seattle, WA",269,"Longview, WA" +242,344,201,"Boston, MA",218,"Camden-Gloucester, NJ" +242,345,197,"Portland, ME",218,"Camden-Gloucester, NJ" +242,346,172,"Port Everglades, FL",217,"New York, NY and NJ" +242,347,198,"Baltimore, MD",197,"Portland, ME" +242,348,265,"Norfolk Harbor, VA",201,"Boston, MA" +242,349,197,"Portland, ME",217,"New York, NY and NJ" +242,350,201,"Boston, MA",217,"New York, NY and NJ" +242,351,217,"New York, NY and NJ",197,"Portland, ME" +242,352,198,"Baltimore, MD",241,"Philadelphia, PA" +242,353,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +242,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +242,355,245,"Charleston, SC",174,"Tampa, FL" +242,356,174,"Tampa, FL",152,"Mobile, AL" +242,357,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +242,358,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +242,359,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +242,360,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +242,361,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +242,362,223,"New York, NY and NJ",244,"Providence, RI" +242,363,152,"Mobile, AL",171,"Jacksonville, FL" +242,364,223,"New York, NY and NJ",217,"New York, NY and NJ" +242,365,241,"Philadelphia, PA",217,"New York, NY and NJ" +242,366,159,"Long Beach, CA",268,"Seattle, WA" +242,367,159,"Long Beach, CA",159,"Long Beach, CA" +242,368,159,"Long Beach, CA",159,"Long Beach, CA" +242,369,268,"Seattle, WA",268,"Seattle, WA" +242,370,217,"New York, NY and NJ",241,"Philadelphia, PA" +242,371,268,"Seattle, WA",172,"Port Everglades, FL" +242,372,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +242,373,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +242,374,159,"Long Beach, CA",159,"Long Beach, CA" +242,375,159,"Long Beach, CA",268,"Seattle, WA" +242,376,269,"Longview, WA",159,"Long Beach, CA" +242,377,198,"Baltimore, MD",201,"Boston, MA" +242,378,194,"Lake Charles, LA",245,"Charleston, SC" +242,379,159,"Long Beach, CA",159,"Long Beach, CA" +242,380,159,"Long Beach, CA",159,"Long Beach, CA" +242,381,159,"Long Beach, CA",159,"Long Beach, CA" +242,382,223,"New York, NY and NJ",241,"Philadelphia, PA" +242,383,159,"Long Beach, CA",269,"Longview, WA" +242,384,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +242,385,198,"Baltimore, MD",201,"Boston, MA" +242,386,197,"Portland, ME",223,"New York, NY and NJ" +242,387,241,"Philadelphia, PA",241,"Philadelphia, PA" +242,388,169,"Wilmington, DE",197,"Portland, ME" +242,389,217,"New York, NY and NJ",201,"Boston, MA" +242,390,223,"New York, NY and NJ",217,"New York, NY and NJ" +242,391,201,"Boston, MA",218,"Camden-Gloucester, NJ" +242,392,269,"Longview, WA",159,"Long Beach, CA" +242,393,159,"Long Beach, CA",159,"Long Beach, CA" +242,394,198,"Baltimore, MD",223,"New York, NY and NJ" +242,395,241,"Philadelphia, PA",217,"New York, NY and NJ" +242,396,159,"Long Beach, CA",268,"Seattle, WA" +242,397,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +242,398,241,"Philadelphia, PA",197,"Portland, ME" +242,399,195,"New Orleans, LA",195,"New Orleans, LA" +242,400,159,"Long Beach, CA",159,"Long Beach, CA" +242,401,217,"New York, NY and NJ",198,"Baltimore, MD" +242,402,241,"Philadelphia, PA",217,"New York, NY and NJ" +242,403,159,"Long Beach, CA",159,"Long Beach, CA" +242,404,197,"Portland, ME",217,"New York, NY and NJ" +242,405,265,"Norfolk Harbor, VA",177,"Savannah, GA" +242,406,223,"New York, NY and NJ",244,"Providence, RI" +242,407,229,"Wilmington, NC",218,"Camden-Gloucester, NJ" +242,408,159,"Long Beach, CA",162,"Oakland, CA" +242,409,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +242,410,239,"Portland, OR",162,"Oakland, CA" +242,411,159,"Long Beach, CA",268,"Seattle, WA" +242,412,217,"New York, NY and NJ",217,"New York, NY and NJ" +242,413,162,"Oakland, CA",268,"Seattle, WA" +242,414,195,"New Orleans, LA",245,"Charleston, SC" +242,415,223,"New York, NY and NJ",198,"Baltimore, MD" +242,416,223,"New York, NY and NJ",217,"New York, NY and NJ" +242,417,159,"Long Beach, CA",159,"Long Beach, CA" +242,418,239,"Portland, OR",268,"Seattle, WA" +242,419,241,"Philadelphia, PA",197,"Portland, ME" +242,420,159,"Long Beach, CA",159,"Long Beach, CA" +242,421,239,"Portland, OR",268,"Seattle, WA" +242,422,162,"Oakland, CA",159,"Long Beach, CA" +242,423,268,"Seattle, WA",245,"Charleston, SC" +242,424,177,"Savannah, GA",171,"Jacksonville, FL" +242,425,162,"Oakland, CA",268,"Seattle, WA" +242,426,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +242,427,177,"Savannah, GA",174,"Tampa, FL" +242,428,162,"Oakland, CA",268,"Seattle, WA" +242,429,239,"Portland, OR",159,"Long Beach, CA" +242,430,197,"Portland, ME",201,"Boston, MA" +242,431,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +242,432,268,"Seattle, WA",268,"Seattle, WA" +242,433,218,"Camden-Gloucester, NJ",201,"Boston, MA" +242,434,217,"New York, NY and NJ",241,"Philadelphia, PA" +242,435,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +242,436,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +242,437,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +242,438,217,"New York, NY and NJ",217,"New York, NY and NJ" +242,439,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +242,440,229,"Wilmington, NC",169,"Wilmington, DE" +242,441,269,"Longview, WA",159,"Long Beach, CA" +242,442,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +242,443,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +242,444,159,"Long Beach, CA",172,"Port Everglades, FL" +242,445,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +242,446,223,"New York, NY and NJ",197,"Portland, ME" +242,447,198,"Baltimore, MD",197,"Portland, ME" +242,448,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +242,449,268,"Seattle, WA",268,"Seattle, WA" +242,450,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +242,451,201,"Boston, MA",198,"Baltimore, MD" +242,452,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +242,453,159,"Long Beach, CA",268,"Seattle, WA" +242,454,198,"Baltimore, MD",223,"New York, NY and NJ" +242,455,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +242,456,159,"Long Beach, CA",159,"Long Beach, CA" +242,457,201,"Boston, MA",241,"Philadelphia, PA" +242,458,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +242,459,159,"Long Beach, CA",159,"Long Beach, CA" +242,460,217,"New York, NY and NJ",217,"New York, NY and NJ" +242,461,198,"Baltimore, MD",241,"Philadelphia, PA" +242,462,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +242,463,198,"Baltimore, MD",197,"Portland, ME" +242,464,244,"Providence, RI",265,"Norfolk Harbor, VA" +242,465,239,"Portland, OR",159,"Long Beach, CA" +242,466,159,"Long Beach, CA",268,"Seattle, WA" +242,467,223,"New York, NY and NJ",223,"New York, NY and NJ" +242,468,159,"Long Beach, CA",162,"Oakland, CA" +242,469,241,"Philadelphia, PA",197,"Portland, ME" +242,470,239,"Portland, OR",239,"Portland, OR" +242,471,197,"Portland, ME",265,"Norfolk Harbor, VA" +242,472,268,"Seattle, WA",159,"Long Beach, CA" +242,473,159,"Long Beach, CA",268,"Seattle, WA" +242,474,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +242,475,223,"New York, NY and NJ",217,"New York, NY and NJ" +242,476,268,"Seattle, WA",159,"Long Beach, CA" +242,477,159,"Long Beach, CA",162,"Oakland, CA" +242,478,174,"Tampa, FL",265,"Norfolk Harbor, VA" +242,479,268,"Seattle, WA",159,"Long Beach, CA" +242,480,244,"Providence, RI",223,"New York, NY and NJ" +242,481,201,"Boston, MA",223,"New York, NY and NJ" +242,482,159,"Long Beach, CA",159,"Long Beach, CA" +242,483,198,"Baltimore, MD",201,"Boston, MA" +242,484,245,"Charleston, SC",172,"Port Everglades, FL" +242,485,268,"Seattle, WA",162,"Oakland, CA" +242,486,159,"Long Beach, CA",159,"Long Beach, CA" +242,487,229,"Wilmington, NC",172,"Port Everglades, FL" +242,488,159,"Long Beach, CA",159,"Long Beach, CA" +242,489,162,"Oakland, CA",162,"Oakland, CA" +242,490,217,"New York, NY and NJ",198,"Baltimore, MD" +242,491,241,"Philadelphia, PA",244,"Providence, RI" +243,154,268,"Seattle, WA",159,"Long Beach, CA" +243,179,159,"Long Beach, CA",159,"Long Beach, CA" +243,180,268,"Seattle, WA",162,"Oakland, CA" +243,274,159,"Long Beach, CA",159,"Long Beach, CA" +243,275,217,"New York, NY and NJ",198,"Baltimore, MD" +243,276,217,"New York, NY and NJ",241,"Philadelphia, PA" +243,277,217,"New York, NY and NJ",217,"New York, NY and NJ" +243,278,197,"Portland, ME",217,"New York, NY and NJ" +243,279,223,"New York, NY and NJ",241,"Philadelphia, PA" +243,280,245,"Charleston, SC",265,"Norfolk Harbor, VA" +243,281,194,"Lake Charles, LA",223,"New York, NY and NJ" +243,282,223,"New York, NY and NJ",217,"New York, NY and NJ" +243,283,245,"Charleston, SC",171,"Jacksonville, FL" +243,284,159,"Long Beach, CA",159,"Long Beach, CA" +243,285,217,"New York, NY and NJ",223,"New York, NY and NJ" +243,286,201,"Boston, MA",223,"New York, NY and NJ" +243,287,171,"Jacksonville, FL",198,"Baltimore, MD" +243,288,159,"Long Beach, CA",269,"Longview, WA" +243,289,159,"Long Beach, CA",268,"Seattle, WA" +243,290,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +243,291,223,"New York, NY and NJ",198,"Baltimore, MD" +243,292,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +243,293,195,"New Orleans, LA",171,"Jacksonville, FL" +243,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +243,295,201,"Boston, MA",217,"New York, NY and NJ" +243,296,159,"Long Beach, CA",162,"Oakland, CA" +243,297,253,"Beaumont, TX",177,"Savannah, GA" +243,298,217,"New York, NY and NJ",223,"New York, NY and NJ" +243,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +243,300,177,"Savannah, GA",201,"Boston, MA" +243,301,241,"Philadelphia, PA",241,"Philadelphia, PA" +243,302,177,"Savannah, GA",217,"New York, NY and NJ" +243,303,159,"Long Beach, CA",159,"Long Beach, CA" +243,304,244,"Providence, RI",217,"New York, NY and NJ" +243,305,223,"New York, NY and NJ",217,"New York, NY and NJ" +243,306,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +243,307,201,"Boston, MA",197,"Portland, ME" +243,308,268,"Seattle, WA",159,"Long Beach, CA" +243,309,217,"New York, NY and NJ",198,"Baltimore, MD" +243,310,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +243,311,201,"Boston, MA",223,"New York, NY and NJ" +243,312,245,"Charleston, SC",177,"Savannah, GA" +243,313,223,"New York, NY and NJ",217,"New York, NY and NJ" +243,314,218,"Camden-Gloucester, NJ",201,"Boston, MA" +243,315,253,"Beaumont, TX",198,"Baltimore, MD" +243,316,239,"Portland, OR",268,"Seattle, WA" +243,317,159,"Long Beach, CA",162,"Oakland, CA" +243,318,159,"Long Beach, CA",268,"Seattle, WA" +243,319,178,"Brunswick, GA",245,"Charleston, SC" +243,320,172,"Port Everglades, FL",198,"Baltimore, MD" +243,321,197,"Portland, ME",217,"New York, NY and NJ" +243,322,159,"Long Beach, CA",268,"Seattle, WA" +243,323,245,"Charleston, SC",245,"Charleston, SC" +243,324,223,"New York, NY and NJ",217,"New York, NY and NJ" +243,325,177,"Savannah, GA",265,"Norfolk Harbor, VA" +243,326,172,"Port Everglades, FL",169,"Wilmington, DE" +243,327,223,"New York, NY and NJ",197,"Portland, ME" +243,328,244,"Providence, RI",244,"Providence, RI" +243,329,223,"New York, NY and NJ",198,"Baltimore, MD" +243,330,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +243,331,198,"Baltimore, MD",241,"Philadelphia, PA" +243,332,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +243,333,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +243,334,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +243,335,223,"New York, NY and NJ",197,"Portland, ME" +243,336,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +243,337,218,"Camden-Gloucester, NJ",197,"Portland, ME" +243,338,223,"New York, NY and NJ",197,"Portland, ME" +243,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +243,340,169,"Wilmington, DE",223,"New York, NY and NJ" +243,341,194,"Lake Charles, LA",265,"Norfolk Harbor, VA" +243,342,241,"Philadelphia, PA",217,"New York, NY and NJ" +243,343,159,"Long Beach, CA",159,"Long Beach, CA" +243,344,169,"Wilmington, DE",197,"Portland, ME" +243,345,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +243,346,217,"New York, NY and NJ",177,"Savannah, GA" +243,347,223,"New York, NY and NJ",169,"Wilmington, DE" +243,348,169,"Wilmington, DE",223,"New York, NY and NJ" +243,349,201,"Boston, MA",241,"Philadelphia, PA" +243,350,241,"Philadelphia, PA",223,"New York, NY and NJ" +243,351,223,"New York, NY and NJ",223,"New York, NY and NJ" +243,352,218,"Camden-Gloucester, NJ",244,"Providence, RI" +243,353,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +243,354,217,"New York, NY and NJ",217,"New York, NY and NJ" +243,355,174,"Tampa, FL",265,"Norfolk Harbor, VA" +243,356,195,"New Orleans, LA",208,"Pascagoula, MS" +243,357,197,"Portland, ME",223,"New York, NY and NJ" +243,358,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +243,359,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +243,360,172,"Port Everglades, FL",198,"Baltimore, MD" +243,361,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +243,362,244,"Providence, RI",265,"Norfolk Harbor, VA" +243,363,194,"Lake Charles, LA",171,"Jacksonville, FL" +243,364,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +243,365,217,"New York, NY and NJ",197,"Portland, ME" +243,366,159,"Long Beach, CA",159,"Long Beach, CA" +243,367,268,"Seattle, WA",159,"Long Beach, CA" +243,368,159,"Long Beach, CA",159,"Long Beach, CA" +243,369,239,"Portland, OR",159,"Long Beach, CA" +243,370,241,"Philadelphia, PA",244,"Providence, RI" +243,371,159,"Long Beach, CA",268,"Seattle, WA" +243,372,223,"New York, NY and NJ",198,"Baltimore, MD" +243,373,174,"Tampa, FL",245,"Charleston, SC" +243,374,159,"Long Beach, CA",159,"Long Beach, CA" +243,375,269,"Longview, WA",159,"Long Beach, CA" +243,376,162,"Oakland, CA",162,"Oakland, CA" +243,377,223,"New York, NY and NJ",223,"New York, NY and NJ" +243,378,178,"Brunswick, GA",177,"Savannah, GA" +243,379,159,"Long Beach, CA",172,"Port Everglades, FL" +243,380,159,"Long Beach, CA",268,"Seattle, WA" +243,381,159,"Long Beach, CA",162,"Oakland, CA" +243,382,201,"Boston, MA",223,"New York, NY and NJ" +243,383,268,"Seattle, WA",239,"Portland, OR" +243,384,198,"Baltimore, MD",229,"Wilmington, NC" +243,385,201,"Boston, MA",217,"New York, NY and NJ" +243,386,223,"New York, NY and NJ",198,"Baltimore, MD" +243,387,223,"New York, NY and NJ",169,"Wilmington, DE" +243,388,197,"Portland, ME",218,"Camden-Gloucester, NJ" +243,389,223,"New York, NY and NJ",198,"Baltimore, MD" +243,390,223,"New York, NY and NJ",217,"New York, NY and NJ" +243,391,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +243,392,162,"Oakland, CA",159,"Long Beach, CA" +243,393,159,"Long Beach, CA",268,"Seattle, WA" +243,394,241,"Philadelphia, PA",201,"Boston, MA" +243,395,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +243,396,159,"Long Beach, CA",159,"Long Beach, CA" +243,397,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +243,398,223,"New York, NY and NJ",217,"New York, NY and NJ" +243,399,195,"New Orleans, LA",254,"Corpus Christi, TX" +243,400,239,"Portland, OR",159,"Long Beach, CA" +243,401,197,"Portland, ME",217,"New York, NY and NJ" +243,402,217,"New York, NY and NJ",198,"Baltimore, MD" +243,403,159,"Long Beach, CA",159,"Long Beach, CA" +243,404,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +243,405,174,"Tampa, FL",265,"Norfolk Harbor, VA" +243,406,244,"Providence, RI",198,"Baltimore, MD" +243,407,229,"Wilmington, NC",198,"Baltimore, MD" +243,408,268,"Seattle, WA",159,"Long Beach, CA" +243,409,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +243,410,268,"Seattle, WA",159,"Long Beach, CA" +243,411,159,"Long Beach, CA",269,"Longview, WA" +243,412,244,"Providence, RI",241,"Philadelphia, PA" +243,413,159,"Long Beach, CA",159,"Long Beach, CA" +243,414,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +243,415,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +243,416,241,"Philadelphia, PA",217,"New York, NY and NJ" +243,417,268,"Seattle, WA",162,"Oakland, CA" +243,418,268,"Seattle, WA",268,"Seattle, WA" +243,419,223,"New York, NY and NJ",217,"New York, NY and NJ" +243,420,239,"Portland, OR",269,"Longview, WA" +243,421,159,"Long Beach, CA",159,"Long Beach, CA" +243,422,268,"Seattle, WA",162,"Oakland, CA" +243,423,162,"Oakland, CA",162,"Oakland, CA" +243,424,172,"Port Everglades, FL",177,"Savannah, GA" +243,425,159,"Long Beach, CA",159,"Long Beach, CA" +243,426,218,"Camden-Gloucester, NJ",172,"Port Everglades, FL" +243,427,171,"Jacksonville, FL",174,"Tampa, FL" +243,428,159,"Long Beach, CA",268,"Seattle, WA" +243,429,159,"Long Beach, CA",159,"Long Beach, CA" +243,430,201,"Boston, MA",217,"New York, NY and NJ" +243,431,198,"Baltimore, MD",198,"Baltimore, MD" +243,432,159,"Long Beach, CA",268,"Seattle, WA" +243,433,198,"Baltimore, MD",197,"Portland, ME" +243,434,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +243,435,244,"Providence, RI",217,"New York, NY and NJ" +243,436,197,"Portland, ME",241,"Philadelphia, PA" +243,437,201,"Boston, MA",241,"Philadelphia, PA" +243,438,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +243,439,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +243,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +243,441,162,"Oakland, CA",268,"Seattle, WA" +243,442,198,"Baltimore, MD",223,"New York, NY and NJ" +243,443,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +243,444,268,"Seattle, WA",268,"Seattle, WA" +243,445,241,"Philadelphia, PA",217,"New York, NY and NJ" +243,446,217,"New York, NY and NJ",197,"Portland, ME" +243,447,265,"Norfolk Harbor, VA",201,"Boston, MA" +243,448,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +243,449,268,"Seattle, WA",162,"Oakland, CA" +243,450,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +243,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +243,452,197,"Portland, ME",201,"Boston, MA" +243,453,159,"Long Beach, CA",159,"Long Beach, CA" +243,454,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +243,455,201,"Boston, MA",265,"Norfolk Harbor, VA" +243,456,268,"Seattle, WA",159,"Long Beach, CA" +243,457,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +243,458,197,"Portland, ME",241,"Philadelphia, PA" +243,459,269,"Longview, WA",159,"Long Beach, CA" +243,460,223,"New York, NY and NJ",197,"Portland, ME" +243,461,217,"New York, NY and NJ",198,"Baltimore, MD" +243,462,217,"New York, NY and NJ",223,"New York, NY and NJ" +243,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +243,464,223,"New York, NY and NJ",217,"New York, NY and NJ" +243,465,269,"Longview, WA",159,"Long Beach, CA" +243,466,268,"Seattle, WA",239,"Portland, OR" +243,467,169,"Wilmington, DE",197,"Portland, ME" +243,468,159,"Long Beach, CA",159,"Long Beach, CA" +243,469,198,"Baltimore, MD",217,"New York, NY and NJ" +243,470,239,"Portland, OR",162,"Oakland, CA" +243,471,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +243,472,159,"Long Beach, CA",268,"Seattle, WA" +243,473,269,"Longview, WA",159,"Long Beach, CA" +243,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +243,475,217,"New York, NY and NJ",244,"Providence, RI" +243,476,159,"Long Beach, CA",159,"Long Beach, CA" +243,477,159,"Long Beach, CA",268,"Seattle, WA" +243,478,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +243,479,159,"Long Beach, CA",162,"Oakland, CA" +243,480,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +243,481,241,"Philadelphia, PA",241,"Philadelphia, PA" +243,482,239,"Portland, OR",268,"Seattle, WA" +243,483,223,"New York, NY and NJ",198,"Baltimore, MD" +243,484,171,"Jacksonville, FL",177,"Savannah, GA" +243,485,268,"Seattle, WA",159,"Long Beach, CA" +243,486,268,"Seattle, WA",159,"Long Beach, CA" +243,487,172,"Port Everglades, FL",172,"Port Everglades, FL" +243,488,159,"Long Beach, CA",159,"Long Beach, CA" +243,489,162,"Oakland, CA",159,"Long Beach, CA" +243,490,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +243,491,223,"New York, NY and NJ",198,"Baltimore, MD" +244,154,159,"Long Beach, CA",159,"Long Beach, CA" +244,179,268,"Seattle, WA",269,"Longview, WA" +244,180,159,"Long Beach, CA",159,"Long Beach, CA" +244,274,159,"Long Beach, CA",268,"Seattle, WA" +244,275,223,"New York, NY and NJ",197,"Portland, ME" +244,276,201,"Boston, MA",197,"Portland, ME" +244,277,217,"New York, NY and NJ",244,"Providence, RI" +244,278,229,"Wilmington, NC",241,"Philadelphia, PA" +244,279,241,"Philadelphia, PA",217,"New York, NY and NJ" +244,280,241,"Philadelphia, PA",217,"New York, NY and NJ" +244,281,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +244,282,197,"Portland, ME",241,"Philadelphia, PA" +244,283,172,"Port Everglades, FL",217,"New York, NY and NJ" +244,284,268,"Seattle, WA",162,"Oakland, CA" +244,285,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +244,286,223,"New York, NY and NJ",241,"Philadelphia, PA" +244,287,172,"Port Everglades, FL",245,"Charleston, SC" +244,288,268,"Seattle, WA",268,"Seattle, WA" +244,289,159,"Long Beach, CA",159,"Long Beach, CA" +244,290,172,"Port Everglades, FL",201,"Boston, MA" +244,291,244,"Providence, RI",197,"Portland, ME" +244,292,198,"Baltimore, MD",197,"Portland, ME" +244,293,195,"New Orleans, LA",245,"Charleston, SC" +244,294,223,"New York, NY and NJ",244,"Providence, RI" +244,295,244,"Providence, RI",201,"Boston, MA" +244,296,159,"Long Beach, CA",162,"Oakland, CA" +244,297,195,"New Orleans, LA",217,"New York, NY and NJ" +244,298,223,"New York, NY and NJ",201,"Boston, MA" +244,299,217,"New York, NY and NJ",223,"New York, NY and NJ" +244,300,229,"Wilmington, NC",244,"Providence, RI" +244,301,265,"Norfolk Harbor, VA",201,"Boston, MA" +244,302,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +244,303,159,"Long Beach, CA",159,"Long Beach, CA" +244,304,223,"New York, NY and NJ",201,"Boston, MA" +244,305,217,"New York, NY and NJ",217,"New York, NY and NJ" +244,306,217,"New York, NY and NJ",241,"Philadelphia, PA" +244,307,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +244,308,162,"Oakland, CA",269,"Longview, WA" +244,309,217,"New York, NY and NJ",223,"New York, NY and NJ" +244,310,241,"Philadelphia, PA",217,"New York, NY and NJ" +244,311,169,"Wilmington, DE",223,"New York, NY and NJ" +244,312,177,"Savannah, GA",171,"Jacksonville, FL" +244,313,244,"Providence, RI",197,"Portland, ME" +244,314,223,"New York, NY and NJ",197,"Portland, ME" +244,315,172,"Port Everglades, FL",198,"Baltimore, MD" +244,316,269,"Longview, WA",159,"Long Beach, CA" +244,317,159,"Long Beach, CA",162,"Oakland, CA" +244,318,159,"Long Beach, CA",159,"Long Beach, CA" +244,319,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +244,320,217,"New York, NY and NJ",197,"Portland, ME" +244,321,223,"New York, NY and NJ",223,"New York, NY and NJ" +244,322,159,"Long Beach, CA",162,"Oakland, CA" +244,323,195,"New Orleans, LA",174,"Tampa, FL" +244,324,223,"New York, NY and NJ",197,"Portland, ME" +244,325,172,"Port Everglades, FL",244,"Providence, RI" +244,326,177,"Savannah, GA",201,"Boston, MA" +244,327,198,"Baltimore, MD",241,"Philadelphia, PA" +244,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +244,329,223,"New York, NY and NJ",197,"Portland, ME" +244,330,223,"New York, NY and NJ",217,"New York, NY and NJ" +244,331,197,"Portland, ME",223,"New York, NY and NJ" +244,332,223,"New York, NY and NJ",223,"New York, NY and NJ" +244,333,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +244,334,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +244,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +244,336,195,"New Orleans, LA",174,"Tampa, FL" +244,337,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +244,338,198,"Baltimore, MD",244,"Providence, RI" +244,339,198,"Baltimore, MD",217,"New York, NY and NJ" +244,340,201,"Boston, MA",241,"Philadelphia, PA" +244,341,152,"Mobile, AL",177,"Savannah, GA" +244,342,217,"New York, NY and NJ",201,"Boston, MA" +244,343,268,"Seattle, WA",159,"Long Beach, CA" +244,344,217,"New York, NY and NJ",223,"New York, NY and NJ" +244,345,244,"Providence, RI",223,"New York, NY and NJ" +244,346,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +244,347,241,"Philadelphia, PA",201,"Boston, MA" +244,348,197,"Portland, ME",218,"Camden-Gloucester, NJ" +244,349,198,"Baltimore, MD",223,"New York, NY and NJ" +244,350,217,"New York, NY and NJ",217,"New York, NY and NJ" +244,351,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +244,352,217,"New York, NY and NJ",201,"Boston, MA" +244,353,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +244,354,244,"Providence, RI",197,"Portland, ME" +244,355,241,"Philadelphia, PA",223,"New York, NY and NJ" +244,356,195,"New Orleans, LA",178,"Brunswick, GA" +244,357,217,"New York, NY and NJ",201,"Boston, MA" +244,358,217,"New York, NY and NJ",241,"Philadelphia, PA" +244,359,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +244,360,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +244,361,152,"Mobile, AL",171,"Jacksonville, FL" +244,362,197,"Portland, ME",223,"New York, NY and NJ" +244,363,152,"Mobile, AL",245,"Charleston, SC" +244,364,197,"Portland, ME",201,"Boston, MA" +244,365,197,"Portland, ME",169,"Wilmington, DE" +244,366,159,"Long Beach, CA",268,"Seattle, WA" +244,367,268,"Seattle, WA",162,"Oakland, CA" +244,368,162,"Oakland, CA",162,"Oakland, CA" +244,369,162,"Oakland, CA",268,"Seattle, WA" +244,370,223,"New York, NY and NJ",217,"New York, NY and NJ" +244,371,159,"Long Beach, CA",159,"Long Beach, CA" +244,372,201,"Boston, MA",198,"Baltimore, MD" +244,373,174,"Tampa, FL",198,"Baltimore, MD" +244,374,162,"Oakland, CA",268,"Seattle, WA" +244,375,159,"Long Beach, CA",162,"Oakland, CA" +244,376,268,"Seattle, WA",162,"Oakland, CA" +244,377,241,"Philadelphia, PA",198,"Baltimore, MD" +244,378,245,"Charleston, SC",171,"Jacksonville, FL" +244,379,268,"Seattle, WA",268,"Seattle, WA" +244,380,159,"Long Beach, CA",159,"Long Beach, CA" +244,381,268,"Seattle, WA",239,"Portland, OR" +244,382,223,"New York, NY and NJ",217,"New York, NY and NJ" +244,383,162,"Oakland, CA",159,"Long Beach, CA" +244,384,223,"New York, NY and NJ",217,"New York, NY and NJ" +244,385,223,"New York, NY and NJ",217,"New York, NY and NJ" +244,386,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +244,387,198,"Baltimore, MD",217,"New York, NY and NJ" +244,388,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +244,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +244,390,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +244,391,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +244,392,159,"Long Beach, CA",162,"Oakland, CA" +244,393,268,"Seattle, WA",159,"Long Beach, CA" +244,394,217,"New York, NY and NJ",201,"Boston, MA" +244,395,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +244,396,269,"Longview, WA",162,"Oakland, CA" +244,397,218,"Camden-Gloucester, NJ",201,"Boston, MA" +244,398,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +244,399,193,"Baton Rouge, LA",257,"Houston, TX" +244,400,268,"Seattle, WA",159,"Long Beach, CA" +244,401,197,"Portland, ME",197,"Portland, ME" +244,402,241,"Philadelphia, PA",197,"Portland, ME" +244,403,159,"Long Beach, CA",159,"Long Beach, CA" +244,404,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +244,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +244,406,217,"New York, NY and NJ",197,"Portland, ME" +244,407,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +244,408,159,"Long Beach, CA",159,"Long Beach, CA" +244,409,201,"Boston, MA",265,"Norfolk Harbor, VA" +244,410,159,"Long Beach, CA",159,"Long Beach, CA" +244,411,159,"Long Beach, CA",268,"Seattle, WA" +244,412,223,"New York, NY and NJ",198,"Baltimore, MD" +244,413,159,"Long Beach, CA",159,"Long Beach, CA" +244,414,152,"Mobile, AL",177,"Savannah, GA" +244,415,223,"New York, NY and NJ",241,"Philadelphia, PA" +244,416,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +244,417,268,"Seattle, WA",159,"Long Beach, CA" +244,418,159,"Long Beach, CA",162,"Oakland, CA" +244,419,223,"New York, NY and NJ",241,"Philadelphia, PA" +244,420,268,"Seattle, WA",162,"Oakland, CA" +244,421,159,"Long Beach, CA",159,"Long Beach, CA" +244,422,159,"Long Beach, CA",162,"Oakland, CA" +244,423,159,"Long Beach, CA",159,"Long Beach, CA" +244,424,171,"Jacksonville, FL",171,"Jacksonville, FL" +244,425,268,"Seattle, WA",159,"Long Beach, CA" +244,426,218,"Camden-Gloucester, NJ",174,"Tampa, FL" +244,427,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +244,428,268,"Seattle, WA",268,"Seattle, WA" +244,429,159,"Long Beach, CA",159,"Long Beach, CA" +244,430,241,"Philadelphia, PA",223,"New York, NY and NJ" +244,431,244,"Providence, RI",197,"Portland, ME" +244,432,268,"Seattle, WA",241,"Philadelphia, PA" +244,433,223,"New York, NY and NJ",217,"New York, NY and NJ" +244,434,223,"New York, NY and NJ",197,"Portland, ME" +244,435,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +244,436,241,"Philadelphia, PA",197,"Portland, ME" +244,437,197,"Portland, ME",218,"Camden-Gloucester, NJ" +244,438,172,"Port Everglades, FL",241,"Philadelphia, PA" +244,439,229,"Wilmington, NC",223,"New York, NY and NJ" +244,440,177,"Savannah, GA",217,"New York, NY and NJ" +244,441,159,"Long Beach, CA",268,"Seattle, WA" +244,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +244,443,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +244,444,159,"Long Beach, CA",177,"Savannah, GA" +244,445,198,"Baltimore, MD",198,"Baltimore, MD" +244,446,241,"Philadelphia, PA",223,"New York, NY and NJ" +244,447,223,"New York, NY and NJ",217,"New York, NY and NJ" +244,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +244,449,159,"Long Beach, CA",268,"Seattle, WA" +244,450,245,"Charleston, SC",223,"New York, NY and NJ" +244,451,244,"Providence, RI",223,"New York, NY and NJ" +244,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +244,453,239,"Portland, OR",159,"Long Beach, CA" +244,454,244,"Providence, RI",223,"New York, NY and NJ" +244,455,197,"Portland, ME",223,"New York, NY and NJ" +244,456,268,"Seattle, WA",239,"Portland, OR" +244,457,223,"New York, NY and NJ",201,"Boston, MA" +244,458,217,"New York, NY and NJ",223,"New York, NY and NJ" +244,459,268,"Seattle, WA",159,"Long Beach, CA" +244,460,198,"Baltimore, MD",244,"Providence, RI" +244,461,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +244,462,217,"New York, NY and NJ",223,"New York, NY and NJ" +244,463,201,"Boston, MA",201,"Boston, MA" +244,464,201,"Boston, MA",223,"New York, NY and NJ" +244,465,159,"Long Beach, CA",268,"Seattle, WA" +244,466,159,"Long Beach, CA",268,"Seattle, WA" +244,467,223,"New York, NY and NJ",198,"Baltimore, MD" +244,468,159,"Long Beach, CA",159,"Long Beach, CA" +244,469,244,"Providence, RI",197,"Portland, ME" +244,470,159,"Long Beach, CA",159,"Long Beach, CA" +244,471,241,"Philadelphia, PA",197,"Portland, ME" +244,472,162,"Oakland, CA",159,"Long Beach, CA" +244,473,162,"Oakland, CA",159,"Long Beach, CA" +244,474,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +244,475,218,"Camden-Gloucester, NJ",201,"Boston, MA" +244,476,159,"Long Beach, CA",268,"Seattle, WA" +244,477,239,"Portland, OR",268,"Seattle, WA" +244,478,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +244,479,162,"Oakland, CA",159,"Long Beach, CA" +244,480,223,"New York, NY and NJ",198,"Baltimore, MD" +244,481,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +244,482,268,"Seattle, WA",268,"Seattle, WA" +244,483,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +244,484,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +244,485,159,"Long Beach, CA",159,"Long Beach, CA" +244,486,162,"Oakland, CA",268,"Seattle, WA" +244,487,245,"Charleston, SC",198,"Baltimore, MD" +244,488,159,"Long Beach, CA",159,"Long Beach, CA" +244,489,268,"Seattle, WA",159,"Long Beach, CA" +244,490,197,"Portland, ME",198,"Baltimore, MD" +244,491,265,"Norfolk Harbor, VA",197,"Portland, ME" +245,154,159,"Long Beach, CA",239,"Portland, OR" +245,179,159,"Long Beach, CA",162,"Oakland, CA" +245,180,239,"Portland, OR",159,"Long Beach, CA" +245,274,159,"Long Beach, CA",268,"Seattle, WA" +245,275,218,"Camden-Gloucester, NJ",201,"Boston, MA" +245,276,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +245,277,223,"New York, NY and NJ",217,"New York, NY and NJ" +245,278,198,"Baltimore, MD",223,"New York, NY and NJ" +245,279,177,"Savannah, GA",177,"Savannah, GA" +245,280,177,"Savannah, GA",174,"Tampa, FL" +245,281,177,"Savannah, GA",245,"Charleston, SC" +245,282,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +245,283,177,"Savannah, GA",172,"Port Everglades, FL" +245,284,159,"Long Beach, CA",159,"Long Beach, CA" +245,285,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +245,286,197,"Portland, ME",265,"Norfolk Harbor, VA" +245,287,245,"Charleston, SC",177,"Savannah, GA" +245,288,159,"Long Beach, CA",268,"Seattle, WA" +245,289,159,"Long Beach, CA",159,"Long Beach, CA" +245,290,171,"Jacksonville, FL",171,"Jacksonville, FL" +245,291,223,"New York, NY and NJ",198,"Baltimore, MD" +245,292,198,"Baltimore, MD",198,"Baltimore, MD" +245,293,195,"New Orleans, LA",177,"Savannah, GA" +245,294,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +245,295,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +245,296,159,"Long Beach, CA",159,"Long Beach, CA" +245,297,171,"Jacksonville, FL",172,"Port Everglades, FL" +245,298,217,"New York, NY and NJ",223,"New York, NY and NJ" +245,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +245,300,265,"Norfolk Harbor, VA",177,"Savannah, GA" +245,301,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +245,302,177,"Savannah, GA",177,"Savannah, GA" +245,303,239,"Portland, OR",159,"Long Beach, CA" +245,304,217,"New York, NY and NJ",197,"Portland, ME" +245,305,197,"Portland, ME",265,"Norfolk Harbor, VA" +245,306,241,"Philadelphia, PA",223,"New York, NY and NJ" +245,307,223,"New York, NY and NJ",245,"Charleston, SC" +245,308,159,"Long Beach, CA",162,"Oakland, CA" +245,309,177,"Savannah, GA",265,"Norfolk Harbor, VA" +245,310,245,"Charleston, SC",217,"New York, NY and NJ" +245,311,229,"Wilmington, NC",218,"Camden-Gloucester, NJ" +245,312,171,"Jacksonville, FL",171,"Jacksonville, FL" +245,313,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +245,314,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +245,315,245,"Charleston, SC",174,"Tampa, FL" +245,316,159,"Long Beach, CA",159,"Long Beach, CA" +245,317,162,"Oakland, CA",268,"Seattle, WA" +245,318,159,"Long Beach, CA",162,"Oakland, CA" +245,319,174,"Tampa, FL",172,"Port Everglades, FL" +245,320,245,"Charleston, SC",217,"New York, NY and NJ" +245,321,245,"Charleston, SC",265,"Norfolk Harbor, VA" +245,322,159,"Long Beach, CA",159,"Long Beach, CA" +245,323,177,"Savannah, GA",172,"Port Everglades, FL" +245,324,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +245,325,174,"Tampa, FL",245,"Charleston, SC" +245,326,177,"Savannah, GA",245,"Charleston, SC" +245,327,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +245,328,244,"Providence, RI",217,"New York, NY and NJ" +245,329,178,"Brunswick, GA",197,"Portland, ME" +245,330,198,"Baltimore, MD",241,"Philadelphia, PA" +245,331,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +245,332,245,"Charleston, SC",177,"Savannah, GA" +245,333,171,"Jacksonville, FL",174,"Tampa, FL" +245,334,172,"Port Everglades, FL",177,"Savannah, GA" +245,335,169,"Wilmington, DE",223,"New York, NY and NJ" +245,336,174,"Tampa, FL",245,"Charleston, SC" +245,337,177,"Savannah, GA",265,"Norfolk Harbor, VA" +245,338,265,"Norfolk Harbor, VA",201,"Boston, MA" +245,339,241,"Philadelphia, PA",244,"Providence, RI" +245,340,197,"Portland, ME",245,"Charleston, SC" +245,341,195,"New Orleans, LA",172,"Port Everglades, FL" +245,342,223,"New York, NY and NJ",197,"Portland, ME" +245,343,159,"Long Beach, CA",159,"Long Beach, CA" +245,344,223,"New York, NY and NJ",223,"New York, NY and NJ" +245,345,201,"Boston, MA",218,"Camden-Gloucester, NJ" +245,346,194,"Lake Charles, LA",174,"Tampa, FL" +245,347,201,"Boston, MA",217,"New York, NY and NJ" +245,348,223,"New York, NY and NJ",169,"Wilmington, DE" +245,349,217,"New York, NY and NJ",197,"Portland, ME" +245,350,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +245,351,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +245,352,169,"Wilmington, DE",198,"Baltimore, MD" +245,353,241,"Philadelphia, PA",217,"New York, NY and NJ" +245,354,244,"Providence, RI",241,"Philadelphia, PA" +245,355,174,"Tampa, FL",177,"Savannah, GA" +245,356,194,"Lake Charles, LA",172,"Port Everglades, FL" +245,357,229,"Wilmington, NC",201,"Boston, MA" +245,358,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +245,359,177,"Savannah, GA",265,"Norfolk Harbor, VA" +245,360,171,"Jacksonville, FL",172,"Port Everglades, FL" +245,361,195,"New Orleans, LA",171,"Jacksonville, FL" +245,362,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +245,363,174,"Tampa, FL",245,"Charleston, SC" +245,364,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +245,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +245,366,159,"Long Beach, CA",268,"Seattle, WA" +245,367,159,"Long Beach, CA",159,"Long Beach, CA" +245,368,162,"Oakland, CA",174,"Tampa, FL" +245,369,159,"Long Beach, CA",268,"Seattle, WA" +245,370,198,"Baltimore, MD",223,"New York, NY and NJ" +245,371,159,"Long Beach, CA",269,"Longview, WA" +245,372,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +245,373,171,"Jacksonville, FL",171,"Jacksonville, FL" +245,374,159,"Long Beach, CA",159,"Long Beach, CA" +245,375,159,"Long Beach, CA",239,"Portland, OR" +245,376,159,"Long Beach, CA",162,"Oakland, CA" +245,377,217,"New York, NY and NJ",171,"Jacksonville, FL" +245,378,194,"Lake Charles, LA",172,"Port Everglades, FL" +245,379,159,"Long Beach, CA",268,"Seattle, WA" +245,380,268,"Seattle, WA",159,"Long Beach, CA" +245,381,159,"Long Beach, CA",159,"Long Beach, CA" +245,382,217,"New York, NY and NJ",223,"New York, NY and NJ" +245,383,159,"Long Beach, CA",268,"Seattle, WA" +245,384,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +245,385,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +245,386,217,"New York, NY and NJ",217,"New York, NY and NJ" +245,387,223,"New York, NY and NJ",201,"Boston, MA" +245,388,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +245,389,201,"Boston, MA",223,"New York, NY and NJ" +245,390,197,"Portland, ME",265,"Norfolk Harbor, VA" +245,391,241,"Philadelphia, PA",245,"Charleston, SC" +245,392,239,"Portland, OR",269,"Longview, WA" +245,393,268,"Seattle, WA",159,"Long Beach, CA" +245,394,241,"Philadelphia, PA",223,"New York, NY and NJ" +245,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +245,396,159,"Long Beach, CA",159,"Long Beach, CA" +245,397,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +245,398,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +245,399,257,"Houston, TX",152,"Mobile, AL" +245,400,268,"Seattle, WA",239,"Portland, OR" +245,401,223,"New York, NY and NJ",201,"Boston, MA" +245,402,201,"Boston, MA",223,"New York, NY and NJ" +245,403,159,"Long Beach, CA",159,"Long Beach, CA" +245,404,217,"New York, NY and NJ",201,"Boston, MA" +245,405,177,"Savannah, GA",171,"Jacksonville, FL" +245,406,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +245,407,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +245,408,159,"Long Beach, CA",159,"Long Beach, CA" +245,409,177,"Savannah, GA",201,"Boston, MA" +245,410,162,"Oakland, CA",159,"Long Beach, CA" +245,411,159,"Long Beach, CA",159,"Long Beach, CA" +245,412,223,"New York, NY and NJ",201,"Boston, MA" +245,413,159,"Long Beach, CA",162,"Oakland, CA" +245,414,172,"Port Everglades, FL",177,"Savannah, GA" +245,415,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +245,416,217,"New York, NY and NJ",241,"Philadelphia, PA" +245,417,159,"Long Beach, CA",172,"Port Everglades, FL" +245,418,159,"Long Beach, CA",159,"Long Beach, CA" +245,419,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +245,420,159,"Long Beach, CA",162,"Oakland, CA" +245,421,162,"Oakland, CA",268,"Seattle, WA" +245,422,269,"Longview, WA",159,"Long Beach, CA" +245,423,269,"Longview, WA",229,"Wilmington, NC" +245,424,174,"Tampa, FL",172,"Port Everglades, FL" +245,425,159,"Long Beach, CA",159,"Long Beach, CA" +245,426,195,"New Orleans, LA",177,"Savannah, GA" +245,427,245,"Charleston, SC",171,"Jacksonville, FL" +245,428,159,"Long Beach, CA",159,"Long Beach, CA" +245,429,159,"Long Beach, CA",245,"Charleston, SC" +245,430,241,"Philadelphia, PA",197,"Portland, ME" +245,431,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +245,432,239,"Portland, OR",268,"Seattle, WA" +245,433,217,"New York, NY and NJ",223,"New York, NY and NJ" +245,434,197,"Portland, ME",265,"Norfolk Harbor, VA" +245,435,201,"Boston, MA",177,"Savannah, GA" +245,436,217,"New York, NY and NJ",217,"New York, NY and NJ" +245,437,178,"Brunswick, GA",245,"Charleston, SC" +245,438,245,"Charleston, SC",177,"Savannah, GA" +245,439,172,"Port Everglades, FL",177,"Savannah, GA" +245,440,172,"Port Everglades, FL",245,"Charleston, SC" +245,441,268,"Seattle, WA",159,"Long Beach, CA" +245,442,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +245,443,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +245,444,269,"Longview, WA",268,"Seattle, WA" +245,445,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +245,446,197,"Portland, ME",201,"Boston, MA" +245,447,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +245,448,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +245,449,159,"Long Beach, CA",268,"Seattle, WA" +245,450,245,"Charleston, SC",177,"Savannah, GA" +245,451,197,"Portland, ME",223,"New York, NY and NJ" +245,452,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +245,453,269,"Longview, WA",159,"Long Beach, CA" +245,454,198,"Baltimore, MD",223,"New York, NY and NJ" +245,455,177,"Savannah, GA",265,"Norfolk Harbor, VA" +245,456,162,"Oakland, CA",239,"Portland, OR" +245,457,171,"Jacksonville, FL",171,"Jacksonville, FL" +245,458,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +245,459,159,"Long Beach, CA",159,"Long Beach, CA" +245,460,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +245,461,245,"Charleston, SC",245,"Charleston, SC" +245,462,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +245,463,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +245,464,198,"Baltimore, MD",198,"Baltimore, MD" +245,465,162,"Oakland, CA",174,"Tampa, FL" +245,466,159,"Long Beach, CA",162,"Oakland, CA" +245,467,197,"Portland, ME",201,"Boston, MA" +245,468,159,"Long Beach, CA",159,"Long Beach, CA" +245,469,197,"Portland, ME",265,"Norfolk Harbor, VA" +245,470,239,"Portland, OR",269,"Longview, WA" +245,471,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +245,472,159,"Long Beach, CA",159,"Long Beach, CA" +245,473,159,"Long Beach, CA",159,"Long Beach, CA" +245,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +245,475,223,"New York, NY and NJ",217,"New York, NY and NJ" +245,476,162,"Oakland, CA",172,"Port Everglades, FL" +245,477,268,"Seattle, WA",268,"Seattle, WA" +245,478,177,"Savannah, GA",172,"Port Everglades, FL" +245,479,162,"Oakland, CA",239,"Portland, OR" +245,480,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +245,481,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +245,482,269,"Longview, WA",269,"Longview, WA" +245,483,197,"Portland, ME",265,"Norfolk Harbor, VA" +245,484,177,"Savannah, GA",174,"Tampa, FL" +245,485,159,"Long Beach, CA",159,"Long Beach, CA" +245,486,159,"Long Beach, CA",159,"Long Beach, CA" +245,487,245,"Charleston, SC",172,"Port Everglades, FL" +245,488,162,"Oakland, CA",159,"Long Beach, CA" +245,489,159,"Long Beach, CA",268,"Seattle, WA" +245,490,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +245,491,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +246,154,159,"Long Beach, CA",268,"Seattle, WA" +246,179,159,"Long Beach, CA",159,"Long Beach, CA" +246,180,159,"Long Beach, CA",239,"Portland, OR" +246,274,268,"Seattle, WA",159,"Long Beach, CA" +246,275,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +246,276,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +246,277,244,"Providence, RI",265,"Norfolk Harbor, VA" +246,278,201,"Boston, MA",223,"New York, NY and NJ" +246,279,177,"Savannah, GA",245,"Charleston, SC" +246,280,177,"Savannah, GA",171,"Jacksonville, FL" +246,281,152,"Mobile, AL",195,"New Orleans, LA" +246,282,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +246,283,177,"Savannah, GA",178,"Brunswick, GA" +246,284,159,"Long Beach, CA",268,"Seattle, WA" +246,285,217,"New York, NY and NJ",223,"New York, NY and NJ" +246,286,198,"Baltimore, MD",198,"Baltimore, MD" +246,287,174,"Tampa, FL",172,"Port Everglades, FL" +246,288,269,"Longview, WA",239,"Portland, OR" +246,289,159,"Long Beach, CA",268,"Seattle, WA" +246,290,172,"Port Everglades, FL",171,"Jacksonville, FL" +246,291,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +246,292,201,"Boston, MA",198,"Baltimore, MD" +246,293,195,"New Orleans, LA",172,"Port Everglades, FL" +246,294,197,"Portland, ME",241,"Philadelphia, PA" +246,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +246,296,159,"Long Beach, CA",239,"Portland, OR" +246,297,172,"Port Everglades, FL",195,"New Orleans, LA" +246,298,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +246,299,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +246,300,177,"Savannah, GA",177,"Savannah, GA" +246,301,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +246,302,172,"Port Everglades, FL",245,"Charleston, SC" +246,303,159,"Long Beach, CA",162,"Oakland, CA" +246,304,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +246,305,217,"New York, NY and NJ",223,"New York, NY and NJ" +246,306,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +246,307,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +246,308,159,"Long Beach, CA",268,"Seattle, WA" +246,309,244,"Providence, RI",241,"Philadelphia, PA" +246,310,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +246,311,172,"Port Everglades, FL",245,"Charleston, SC" +246,312,245,"Charleston, SC",177,"Savannah, GA" +246,313,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +246,314,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +246,315,257,"Houston, TX",245,"Charleston, SC" +246,316,162,"Oakland, CA",159,"Long Beach, CA" +246,317,239,"Portland, OR",159,"Long Beach, CA" +246,318,159,"Long Beach, CA",162,"Oakland, CA" +246,319,172,"Port Everglades, FL",172,"Port Everglades, FL" +246,320,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +246,321,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +246,322,159,"Long Beach, CA",159,"Long Beach, CA" +246,323,152,"Mobile, AL",174,"Tampa, FL" +246,324,201,"Boston, MA",197,"Portland, ME" +246,325,172,"Port Everglades, FL",177,"Savannah, GA" +246,326,245,"Charleston, SC",171,"Jacksonville, FL" +246,327,223,"New York, NY and NJ",229,"Wilmington, NC" +246,328,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +246,329,223,"New York, NY and NJ",201,"Boston, MA" +246,330,217,"New York, NY and NJ",198,"Baltimore, MD" +246,331,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +246,332,245,"Charleston, SC",174,"Tampa, FL" +246,333,171,"Jacksonville, FL",245,"Charleston, SC" +246,334,172,"Port Everglades, FL",152,"Mobile, AL" +246,335,198,"Baltimore, MD",223,"New York, NY and NJ" +246,336,174,"Tampa, FL",177,"Savannah, GA" +246,337,177,"Savannah, GA",217,"New York, NY and NJ" +246,338,223,"New York, NY and NJ",198,"Baltimore, MD" +246,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +246,340,245,"Charleston, SC",217,"New York, NY and NJ" +246,341,254,"Corpus Christi, TX",177,"Savannah, GA" +246,342,201,"Boston, MA",223,"New York, NY and NJ" +246,343,159,"Long Beach, CA",239,"Portland, OR" +246,344,197,"Portland, ME",223,"New York, NY and NJ" +246,345,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +246,346,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +246,347,265,"Norfolk Harbor, VA",244,"Providence, RI" +246,348,217,"New York, NY and NJ",245,"Charleston, SC" +246,349,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +246,350,201,"Boston, MA",241,"Philadelphia, PA" +246,351,223,"New York, NY and NJ",245,"Charleston, SC" +246,352,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +246,353,198,"Baltimore, MD",198,"Baltimore, MD" +246,354,223,"New York, NY and NJ",198,"Baltimore, MD" +246,355,177,"Savannah, GA",172,"Port Everglades, FL" +246,356,172,"Port Everglades, FL",195,"New Orleans, LA" +246,357,217,"New York, NY and NJ",169,"Wilmington, DE" +246,358,169,"Wilmington, DE",223,"New York, NY and NJ" +246,359,172,"Port Everglades, FL",174,"Tampa, FL" +246,360,177,"Savannah, GA",174,"Tampa, FL" +246,361,245,"Charleston, SC",174,"Tampa, FL" +246,362,244,"Providence, RI",241,"Philadelphia, PA" +246,363,172,"Port Everglades, FL",171,"Jacksonville, FL" +246,364,197,"Portland, ME",217,"New York, NY and NJ" +246,365,244,"Providence, RI",265,"Norfolk Harbor, VA" +246,366,162,"Oakland, CA",239,"Portland, OR" +246,367,162,"Oakland, CA",162,"Oakland, CA" +246,368,159,"Long Beach, CA",268,"Seattle, WA" +246,369,162,"Oakland, CA",159,"Long Beach, CA" +246,370,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +246,371,268,"Seattle, WA",159,"Long Beach, CA" +246,372,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +246,373,177,"Savannah, GA",245,"Charleston, SC" +246,374,159,"Long Beach, CA",159,"Long Beach, CA" +246,375,268,"Seattle, WA",268,"Seattle, WA" +246,376,159,"Long Beach, CA",162,"Oakland, CA" +246,377,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +246,378,174,"Tampa, FL",245,"Charleston, SC" +246,379,159,"Long Beach, CA",245,"Charleston, SC" +246,380,159,"Long Beach, CA",268,"Seattle, WA" +246,381,159,"Long Beach, CA",268,"Seattle, WA" +246,382,218,"Camden-Gloucester, NJ",197,"Portland, ME" +246,383,159,"Long Beach, CA",239,"Portland, OR" +246,384,245,"Charleston, SC",245,"Charleston, SC" +246,385,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +246,386,201,"Boston, MA",201,"Boston, MA" +246,387,197,"Portland, ME",241,"Philadelphia, PA" +246,388,223,"New York, NY and NJ",217,"New York, NY and NJ" +246,389,217,"New York, NY and NJ",197,"Portland, ME" +246,390,223,"New York, NY and NJ",171,"Jacksonville, FL" +246,391,245,"Charleston, SC",198,"Baltimore, MD" +246,392,162,"Oakland, CA",239,"Portland, OR" +246,393,159,"Long Beach, CA",162,"Oakland, CA" +246,394,245,"Charleston, SC",265,"Norfolk Harbor, VA" +246,395,223,"New York, NY and NJ",198,"Baltimore, MD" +246,396,159,"Long Beach, CA",159,"Long Beach, CA" +246,397,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +246,398,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +246,399,193,"Baton Rouge, LA",257,"Houston, TX" +246,400,269,"Longview, WA",159,"Long Beach, CA" +246,401,197,"Portland, ME",197,"Portland, ME" +246,402,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +246,403,159,"Long Beach, CA",239,"Portland, OR" +246,404,244,"Providence, RI",217,"New York, NY and NJ" +246,405,265,"Norfolk Harbor, VA",177,"Savannah, GA" +246,406,197,"Portland, ME",198,"Baltimore, MD" +246,407,229,"Wilmington, NC",217,"New York, NY and NJ" +246,408,159,"Long Beach, CA",159,"Long Beach, CA" +246,409,223,"New York, NY and NJ",198,"Baltimore, MD" +246,410,159,"Long Beach, CA",268,"Seattle, WA" +246,411,159,"Long Beach, CA",239,"Portland, OR" +246,412,201,"Boston, MA",217,"New York, NY and NJ" +246,413,268,"Seattle, WA",171,"Jacksonville, FL" +246,414,195,"New Orleans, LA",152,"Mobile, AL" +246,415,198,"Baltimore, MD",217,"New York, NY and NJ" +246,416,177,"Savannah, GA",265,"Norfolk Harbor, VA" +246,417,159,"Long Beach, CA",239,"Portland, OR" +246,418,159,"Long Beach, CA",159,"Long Beach, CA" +246,419,218,"Camden-Gloucester, NJ",197,"Portland, ME" +246,420,159,"Long Beach, CA",159,"Long Beach, CA" +246,421,268,"Seattle, WA",268,"Seattle, WA" +246,422,159,"Long Beach, CA",159,"Long Beach, CA" +246,423,195,"New Orleans, LA",159,"Long Beach, CA" +246,424,172,"Port Everglades, FL",172,"Port Everglades, FL" +246,425,159,"Long Beach, CA",159,"Long Beach, CA" +246,426,172,"Port Everglades, FL",208,"Pascagoula, MS" +246,427,177,"Savannah, GA",171,"Jacksonville, FL" +246,428,159,"Long Beach, CA",159,"Long Beach, CA" +246,429,159,"Long Beach, CA",172,"Port Everglades, FL" +246,430,169,"Wilmington, DE",197,"Portland, ME" +246,431,197,"Portland, ME",265,"Norfolk Harbor, VA" +246,432,159,"Long Beach, CA",177,"Savannah, GA" +246,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +246,434,201,"Boston, MA",265,"Norfolk Harbor, VA" +246,435,223,"New York, NY and NJ",197,"Portland, ME" +246,436,201,"Boston, MA",223,"New York, NY and NJ" +246,437,171,"Jacksonville, FL",198,"Baltimore, MD" +246,438,178,"Brunswick, GA",172,"Port Everglades, FL" +246,439,229,"Wilmington, NC",245,"Charleston, SC" +246,440,171,"Jacksonville, FL",171,"Jacksonville, FL" +246,441,159,"Long Beach, CA",159,"Long Beach, CA" +246,442,223,"New York, NY and NJ",244,"Providence, RI" +246,443,198,"Baltimore, MD",217,"New York, NY and NJ" +246,444,159,"Long Beach, CA",268,"Seattle, WA" +246,445,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +246,446,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +246,447,198,"Baltimore, MD",217,"New York, NY and NJ" +246,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +246,449,268,"Seattle, WA",268,"Seattle, WA" +246,450,172,"Port Everglades, FL",171,"Jacksonville, FL" +246,451,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +246,452,197,"Portland, ME",241,"Philadelphia, PA" +246,453,268,"Seattle, WA",159,"Long Beach, CA" +246,454,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +246,455,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +246,456,268,"Seattle, WA",162,"Oakland, CA" +246,457,197,"Portland, ME",245,"Charleston, SC" +246,458,201,"Boston, MA",265,"Norfolk Harbor, VA" +246,459,162,"Oakland, CA",159,"Long Beach, CA" +246,460,223,"New York, NY and NJ",201,"Boston, MA" +246,461,177,"Savannah, GA",177,"Savannah, GA" +246,462,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +246,463,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +246,464,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +246,465,159,"Long Beach, CA",159,"Long Beach, CA" +246,466,159,"Long Beach, CA",159,"Long Beach, CA" +246,467,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +246,468,162,"Oakland, CA",268,"Seattle, WA" +246,469,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +246,470,159,"Long Beach, CA",159,"Long Beach, CA" +246,471,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +246,472,159,"Long Beach, CA",159,"Long Beach, CA" +246,473,268,"Seattle, WA",159,"Long Beach, CA" +246,474,177,"Savannah, GA",245,"Charleston, SC" +246,475,217,"New York, NY and NJ",197,"Portland, ME" +246,476,268,"Seattle, WA",177,"Savannah, GA" +246,477,239,"Portland, OR",159,"Long Beach, CA" +246,478,177,"Savannah, GA",229,"Wilmington, NC" +246,479,159,"Long Beach, CA",159,"Long Beach, CA" +246,480,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +246,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +246,482,159,"Long Beach, CA",239,"Portland, OR" +246,483,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +246,484,172,"Port Everglades, FL",152,"Mobile, AL" +246,485,268,"Seattle, WA",159,"Long Beach, CA" +246,486,162,"Oakland, CA",268,"Seattle, WA" +246,487,177,"Savannah, GA",229,"Wilmington, NC" +246,488,159,"Long Beach, CA",268,"Seattle, WA" +246,489,268,"Seattle, WA",268,"Seattle, WA" +246,490,201,"Boston, MA",265,"Norfolk Harbor, VA" +246,491,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +247,154,268,"Seattle, WA",162,"Oakland, CA" +247,179,269,"Longview, WA",159,"Long Beach, CA" +247,180,239,"Portland, OR",159,"Long Beach, CA" +247,274,159,"Long Beach, CA",159,"Long Beach, CA" +247,275,201,"Boston, MA",229,"Wilmington, NC" +247,276,198,"Baltimore, MD",198,"Baltimore, MD" +247,277,201,"Boston, MA",265,"Norfolk Harbor, VA" +247,278,245,"Charleston, SC",265,"Norfolk Harbor, VA" +247,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +247,280,245,"Charleston, SC",265,"Norfolk Harbor, VA" +247,281,174,"Tampa, FL",174,"Tampa, FL" +247,282,198,"Baltimore, MD",197,"Portland, ME" +247,283,177,"Savannah, GA",245,"Charleston, SC" +247,284,159,"Long Beach, CA",162,"Oakland, CA" +247,285,201,"Boston, MA",198,"Baltimore, MD" +247,286,223,"New York, NY and NJ",197,"Portland, ME" +247,287,172,"Port Everglades, FL",174,"Tampa, FL" +247,288,159,"Long Beach, CA",268,"Seattle, WA" +247,289,159,"Long Beach, CA",159,"Long Beach, CA" +247,290,172,"Port Everglades, FL",177,"Savannah, GA" +247,291,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +247,292,244,"Providence, RI",217,"New York, NY and NJ" +247,293,177,"Savannah, GA",171,"Jacksonville, FL" +247,294,201,"Boston, MA",218,"Camden-Gloucester, NJ" +247,295,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +247,296,162,"Oakland, CA",159,"Long Beach, CA" +247,297,172,"Port Everglades, FL",174,"Tampa, FL" +247,298,217,"New York, NY and NJ",241,"Philadelphia, PA" +247,299,245,"Charleston, SC",265,"Norfolk Harbor, VA" +247,300,245,"Charleston, SC",177,"Savannah, GA" +247,301,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +247,302,177,"Savannah, GA",245,"Charleston, SC" +247,303,159,"Long Beach, CA",159,"Long Beach, CA" +247,304,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +247,305,177,"Savannah, GA",245,"Charleston, SC" +247,306,223,"New York, NY and NJ",244,"Providence, RI" +247,307,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +247,308,159,"Long Beach, CA",159,"Long Beach, CA" +247,309,197,"Portland, ME",217,"New York, NY and NJ" +247,310,217,"New York, NY and NJ",241,"Philadelphia, PA" +247,311,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +247,312,177,"Savannah, GA",174,"Tampa, FL" +247,313,241,"Philadelphia, PA",217,"New York, NY and NJ" +247,314,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +247,315,172,"Port Everglades, FL",245,"Charleston, SC" +247,316,159,"Long Beach, CA",159,"Long Beach, CA" +247,317,159,"Long Beach, CA",162,"Oakland, CA" +247,318,159,"Long Beach, CA",268,"Seattle, WA" +247,319,152,"Mobile, AL",171,"Jacksonville, FL" +247,320,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +247,321,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +247,322,159,"Long Beach, CA",159,"Long Beach, CA" +247,323,152,"Mobile, AL",245,"Charleston, SC" +247,324,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +247,325,177,"Savannah, GA",177,"Savannah, GA" +247,326,177,"Savannah, GA",174,"Tampa, FL" +247,327,223,"New York, NY and NJ",245,"Charleston, SC" +247,328,245,"Charleston, SC",217,"New York, NY and NJ" +247,329,241,"Philadelphia, PA",245,"Charleston, SC" +247,330,198,"Baltimore, MD",197,"Portland, ME" +247,331,201,"Boston, MA",223,"New York, NY and NJ" +247,332,177,"Savannah, GA",171,"Jacksonville, FL" +247,333,177,"Savannah, GA",172,"Port Everglades, FL" +247,334,152,"Mobile, AL",177,"Savannah, GA" +247,335,197,"Portland, ME",265,"Norfolk Harbor, VA" +247,336,172,"Port Everglades, FL",174,"Tampa, FL" +247,337,229,"Wilmington, NC",197,"Portland, ME" +247,338,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +247,339,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +247,340,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +247,341,195,"New Orleans, LA",174,"Tampa, FL" +247,342,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +247,343,159,"Long Beach, CA",159,"Long Beach, CA" +247,344,197,"Portland, ME",198,"Baltimore, MD" +247,345,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +247,346,177,"Savannah, GA",223,"New York, NY and NJ" +247,347,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +247,348,244,"Providence, RI",217,"New York, NY and NJ" +247,349,241,"Philadelphia, PA",245,"Charleston, SC" +247,350,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +247,351,245,"Charleston, SC",241,"Philadelphia, PA" +247,352,198,"Baltimore, MD",197,"Portland, ME" +247,353,197,"Portland, ME",245,"Charleston, SC" +247,354,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +247,355,174,"Tampa, FL",265,"Norfolk Harbor, VA" +247,356,174,"Tampa, FL",174,"Tampa, FL" +247,357,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +247,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +247,359,172,"Port Everglades, FL",245,"Charleston, SC" +247,360,171,"Jacksonville, FL",177,"Savannah, GA" +247,361,172,"Port Everglades, FL",257,"Houston, TX" +247,362,244,"Providence, RI",265,"Norfolk Harbor, VA" +247,363,152,"Mobile, AL",172,"Port Everglades, FL" +247,364,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +247,365,197,"Portland, ME",217,"New York, NY and NJ" +247,366,268,"Seattle, WA",159,"Long Beach, CA" +247,367,159,"Long Beach, CA",162,"Oakland, CA" +247,368,268,"Seattle, WA",162,"Oakland, CA" +247,369,239,"Portland, OR",162,"Oakland, CA" +247,370,198,"Baltimore, MD",223,"New York, NY and NJ" +247,371,159,"Long Beach, CA",152,"Mobile, AL" +247,372,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +247,373,171,"Jacksonville, FL",245,"Charleston, SC" +247,374,159,"Long Beach, CA",159,"Long Beach, CA" +247,375,159,"Long Beach, CA",159,"Long Beach, CA" +247,376,159,"Long Beach, CA",239,"Portland, OR" +247,377,223,"New York, NY and NJ",241,"Philadelphia, PA" +247,378,177,"Savannah, GA",245,"Charleston, SC" +247,379,268,"Seattle, WA",269,"Longview, WA" +247,380,269,"Longview, WA",159,"Long Beach, CA" +247,381,269,"Longview, WA",268,"Seattle, WA" +247,382,217,"New York, NY and NJ",241,"Philadelphia, PA" +247,383,159,"Long Beach, CA",268,"Seattle, WA" +247,384,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +247,385,217,"New York, NY and NJ",201,"Boston, MA" +247,386,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +247,387,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +247,388,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +247,389,241,"Philadelphia, PA",201,"Boston, MA" +247,390,241,"Philadelphia, PA",245,"Charleston, SC" +247,391,172,"Port Everglades, FL",201,"Boston, MA" +247,392,162,"Oakland, CA",159,"Long Beach, CA" +247,393,239,"Portland, OR",269,"Longview, WA" +247,394,265,"Norfolk Harbor, VA",245,"Charleston, SC" +247,395,217,"New York, NY and NJ",201,"Boston, MA" +247,396,159,"Long Beach, CA",268,"Seattle, WA" +247,397,245,"Charleston, SC",169,"Wilmington, DE" +247,398,201,"Boston, MA",245,"Charleston, SC" +247,399,257,"Houston, TX",245,"Charleston, SC" +247,400,162,"Oakland, CA",159,"Long Beach, CA" +247,401,201,"Boston, MA",217,"New York, NY and NJ" +247,402,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +247,403,159,"Long Beach, CA",159,"Long Beach, CA" +247,404,229,"Wilmington, NC",217,"New York, NY and NJ" +247,405,177,"Savannah, GA",229,"Wilmington, NC" +247,406,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +247,407,229,"Wilmington, NC",245,"Charleston, SC" +247,408,159,"Long Beach, CA",159,"Long Beach, CA" +247,409,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +247,410,159,"Long Beach, CA",268,"Seattle, WA" +247,411,159,"Long Beach, CA",268,"Seattle, WA" +247,412,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +247,413,159,"Long Beach, CA",159,"Long Beach, CA" +247,414,152,"Mobile, AL",152,"Mobile, AL" +247,415,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +247,416,198,"Baltimore, MD",201,"Boston, MA" +247,417,268,"Seattle, WA",245,"Charleston, SC" +247,418,268,"Seattle, WA",159,"Long Beach, CA" +247,419,217,"New York, NY and NJ",244,"Providence, RI" +247,420,159,"Long Beach, CA",159,"Long Beach, CA" +247,421,162,"Oakland, CA",268,"Seattle, WA" +247,422,159,"Long Beach, CA",162,"Oakland, CA" +247,423,159,"Long Beach, CA",269,"Longview, WA" +247,424,171,"Jacksonville, FL",174,"Tampa, FL" +247,425,159,"Long Beach, CA",159,"Long Beach, CA" +247,426,174,"Tampa, FL",171,"Jacksonville, FL" +247,427,152,"Mobile, AL",172,"Port Everglades, FL" +247,428,268,"Seattle, WA",159,"Long Beach, CA" +247,429,195,"New Orleans, LA",159,"Long Beach, CA" +247,430,201,"Boston, MA",198,"Baltimore, MD" +247,431,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +247,432,269,"Longview, WA",178,"Brunswick, GA" +247,433,198,"Baltimore, MD",241,"Philadelphia, PA" +247,434,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +247,435,223,"New York, NY and NJ",244,"Providence, RI" +247,436,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +247,437,177,"Savannah, GA",265,"Norfolk Harbor, VA" +247,438,245,"Charleston, SC",229,"Wilmington, NC" +247,439,172,"Port Everglades, FL",229,"Wilmington, NC" +247,440,172,"Port Everglades, FL",229,"Wilmington, NC" +247,441,268,"Seattle, WA",159,"Long Beach, CA" +247,442,223,"New York, NY and NJ",244,"Providence, RI" +247,443,241,"Philadelphia, PA",223,"New York, NY and NJ" +247,444,268,"Seattle, WA",195,"New Orleans, LA" +247,445,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +247,446,223,"New York, NY and NJ",217,"New York, NY and NJ" +247,447,241,"Philadelphia, PA",198,"Baltimore, MD" +247,448,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +247,449,268,"Seattle, WA",159,"Long Beach, CA" +247,450,245,"Charleston, SC",174,"Tampa, FL" +247,451,197,"Portland, ME",217,"New York, NY and NJ" +247,452,197,"Portland, ME",217,"New York, NY and NJ" +247,453,159,"Long Beach, CA",159,"Long Beach, CA" +247,454,197,"Portland, ME",241,"Philadelphia, PA" +247,455,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +247,456,159,"Long Beach, CA",162,"Oakland, CA" +247,457,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +247,458,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +247,459,159,"Long Beach, CA",159,"Long Beach, CA" +247,460,265,"Norfolk Harbor, VA",244,"Providence, RI" +247,461,174,"Tampa, FL",172,"Port Everglades, FL" +247,462,229,"Wilmington, NC",217,"New York, NY and NJ" +247,463,201,"Boston, MA",241,"Philadelphia, PA" +247,464,197,"Portland, ME",217,"New York, NY and NJ" +247,465,239,"Portland, OR",177,"Savannah, GA" +247,466,162,"Oakland, CA",162,"Oakland, CA" +247,467,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +247,468,162,"Oakland, CA",159,"Long Beach, CA" +247,469,197,"Portland, ME",197,"Portland, ME" +247,470,159,"Long Beach, CA",159,"Long Beach, CA" +247,471,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +247,472,239,"Portland, OR",162,"Oakland, CA" +247,473,162,"Oakland, CA",268,"Seattle, WA" +247,474,177,"Savannah, GA",265,"Norfolk Harbor, VA" +247,475,197,"Portland, ME",198,"Baltimore, MD" +247,476,268,"Seattle, WA",268,"Seattle, WA" +247,477,162,"Oakland, CA",159,"Long Beach, CA" +247,478,177,"Savannah, GA",177,"Savannah, GA" +247,479,268,"Seattle, WA",159,"Long Beach, CA" +247,480,198,"Baltimore, MD",217,"New York, NY and NJ" +247,481,265,"Norfolk Harbor, VA",201,"Boston, MA" +247,482,171,"Jacksonville, FL",195,"New Orleans, LA" +247,483,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +247,484,171,"Jacksonville, FL",245,"Charleston, SC" +247,485,162,"Oakland, CA",268,"Seattle, WA" +247,486,159,"Long Beach, CA",162,"Oakland, CA" +247,487,177,"Savannah, GA",177,"Savannah, GA" +247,488,268,"Seattle, WA",268,"Seattle, WA" +247,489,162,"Oakland, CA",159,"Long Beach, CA" +247,490,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +247,491,265,"Norfolk Harbor, VA",177,"Savannah, GA" +248,154,159,"Long Beach, CA",159,"Long Beach, CA" +248,179,159,"Long Beach, CA",159,"Long Beach, CA" +248,180,239,"Portland, OR",159,"Long Beach, CA" +248,274,159,"Long Beach, CA",159,"Long Beach, CA" +248,275,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +248,276,223,"New York, NY and NJ",197,"Portland, ME" +248,277,223,"New York, NY and NJ",217,"New York, NY and NJ" +248,278,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +248,279,171,"Jacksonville, FL",218,"Camden-Gloucester, NJ" +248,280,265,"Norfolk Harbor, VA",201,"Boston, MA" +248,281,254,"Corpus Christi, TX",257,"Houston, TX" +248,282,217,"New York, NY and NJ",198,"Baltimore, MD" +248,283,195,"New Orleans, LA",152,"Mobile, AL" +248,284,159,"Long Beach, CA",159,"Long Beach, CA" +248,285,197,"Portland, ME",198,"Baltimore, MD" +248,286,217,"New York, NY and NJ",244,"Providence, RI" +248,287,177,"Savannah, GA",195,"New Orleans, LA" +248,288,162,"Oakland, CA",268,"Seattle, WA" +248,289,159,"Long Beach, CA",159,"Long Beach, CA" +248,290,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +248,291,198,"Baltimore, MD",241,"Philadelphia, PA" +248,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +248,293,195,"New Orleans, LA",257,"Houston, TX" +248,294,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +248,295,223,"New York, NY and NJ",241,"Philadelphia, PA" +248,296,268,"Seattle, WA",159,"Long Beach, CA" +248,297,253,"Beaumont, TX",195,"New Orleans, LA" +248,298,217,"New York, NY and NJ",217,"New York, NY and NJ" +248,299,197,"Portland, ME",217,"New York, NY and NJ" +248,300,177,"Savannah, GA",195,"New Orleans, LA" +248,301,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +248,302,198,"Baltimore, MD",177,"Savannah, GA" +248,303,239,"Portland, OR",162,"Oakland, CA" +248,304,201,"Boston, MA",244,"Providence, RI" +248,305,198,"Baltimore, MD",223,"New York, NY and NJ" +248,306,169,"Wilmington, DE",217,"New York, NY and NJ" +248,307,197,"Portland, ME",223,"New York, NY and NJ" +248,308,159,"Long Beach, CA",239,"Portland, OR" +248,309,223,"New York, NY and NJ",201,"Boston, MA" +248,310,208,"Pascagoula, MS",217,"New York, NY and NJ" +248,311,169,"Wilmington, DE",201,"Boston, MA" +248,312,193,"Baton Rouge, LA",195,"New Orleans, LA" +248,313,241,"Philadelphia, PA",223,"New York, NY and NJ" +248,314,244,"Providence, RI",197,"Portland, ME" +248,315,257,"Houston, TX",257,"Houston, TX" +248,316,159,"Long Beach, CA",268,"Seattle, WA" +248,317,159,"Long Beach, CA",162,"Oakland, CA" +248,318,159,"Long Beach, CA",159,"Long Beach, CA" +248,319,177,"Savannah, GA",195,"New Orleans, LA" +248,320,217,"New York, NY and NJ",201,"Boston, MA" +248,321,198,"Baltimore, MD",198,"Baltimore, MD" +248,322,159,"Long Beach, CA",159,"Long Beach, CA" +248,323,257,"Houston, TX",257,"Houston, TX" +248,324,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +248,325,177,"Savannah, GA",172,"Port Everglades, FL" +248,326,171,"Jacksonville, FL",171,"Jacksonville, FL" +248,327,198,"Baltimore, MD",217,"New York, NY and NJ" +248,328,223,"New York, NY and NJ",244,"Providence, RI" +248,329,218,"Camden-Gloucester, NJ",197,"Portland, ME" +248,330,198,"Baltimore, MD",198,"Baltimore, MD" +248,331,217,"New York, NY and NJ",198,"Baltimore, MD" +248,332,174,"Tampa, FL",174,"Tampa, FL" +248,333,172,"Port Everglades, FL",177,"Savannah, GA" +248,334,195,"New Orleans, LA",208,"Pascagoula, MS" +248,335,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +248,336,257,"Houston, TX",152,"Mobile, AL" +248,337,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +248,338,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +248,339,244,"Providence, RI",223,"New York, NY and NJ" +248,340,197,"Portland, ME",201,"Boston, MA" +248,341,152,"Mobile, AL",265,"Norfolk Harbor, VA" +248,342,217,"New York, NY and NJ",197,"Portland, ME" +248,343,159,"Long Beach, CA",268,"Seattle, WA" +248,344,223,"New York, NY and NJ",198,"Baltimore, MD" +248,345,241,"Philadelphia, PA",217,"New York, NY and NJ" +248,346,177,"Savannah, GA",195,"New Orleans, LA" +248,347,217,"New York, NY and NJ",201,"Boston, MA" +248,348,217,"New York, NY and NJ",217,"New York, NY and NJ" +248,349,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +248,350,201,"Boston, MA",169,"Wilmington, DE" +248,351,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +248,352,197,"Portland, ME",201,"Boston, MA" +248,353,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +248,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +248,355,177,"Savannah, GA",177,"Savannah, GA" +248,356,257,"Houston, TX",257,"Houston, TX" +248,357,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +248,358,198,"Baltimore, MD",217,"New York, NY and NJ" +248,359,245,"Charleston, SC",172,"Port Everglades, FL" +248,360,172,"Port Everglades, FL",177,"Savannah, GA" +248,361,208,"Pascagoula, MS",217,"New York, NY and NJ" +248,362,197,"Portland, ME",223,"New York, NY and NJ" +248,363,193,"Baton Rouge, LA",194,"Lake Charles, LA" +248,364,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +248,365,223,"New York, NY and NJ",201,"Boston, MA" +248,366,159,"Long Beach, CA",268,"Seattle, WA" +248,367,269,"Longview, WA",159,"Long Beach, CA" +248,368,268,"Seattle, WA",159,"Long Beach, CA" +248,369,159,"Long Beach, CA",159,"Long Beach, CA" +248,370,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +248,371,162,"Oakland, CA",269,"Longview, WA" +248,372,198,"Baltimore, MD",244,"Providence, RI" +248,373,174,"Tampa, FL",172,"Port Everglades, FL" +248,374,159,"Long Beach, CA",239,"Portland, OR" +248,375,268,"Seattle, WA",159,"Long Beach, CA" +248,376,159,"Long Beach, CA",159,"Long Beach, CA" +248,377,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +248,378,152,"Mobile, AL",171,"Jacksonville, FL" +248,379,162,"Oakland, CA",268,"Seattle, WA" +248,380,162,"Oakland, CA",268,"Seattle, WA" +248,381,268,"Seattle, WA",159,"Long Beach, CA" +248,382,197,"Portland, ME",217,"New York, NY and NJ" +248,383,268,"Seattle, WA",159,"Long Beach, CA" +248,384,223,"New York, NY and NJ",223,"New York, NY and NJ" +248,385,177,"Savannah, GA",223,"New York, NY and NJ" +248,386,201,"Boston, MA",218,"Camden-Gloucester, NJ" +248,387,169,"Wilmington, DE",223,"New York, NY and NJ" +248,388,223,"New York, NY and NJ",217,"New York, NY and NJ" +248,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +248,390,223,"New York, NY and NJ",198,"Baltimore, MD" +248,391,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +248,392,159,"Long Beach, CA",159,"Long Beach, CA" +248,393,162,"Oakland, CA",268,"Seattle, WA" +248,394,241,"Philadelphia, PA",244,"Providence, RI" +248,395,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +248,396,159,"Long Beach, CA",268,"Seattle, WA" +248,397,241,"Philadelphia, PA",223,"New York, NY and NJ" +248,398,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +248,399,254,"Corpus Christi, TX",195,"New Orleans, LA" +248,400,162,"Oakland, CA",268,"Seattle, WA" +248,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +248,402,217,"New York, NY and NJ",223,"New York, NY and NJ" +248,403,159,"Long Beach, CA",159,"Long Beach, CA" +248,404,218,"Camden-Gloucester, NJ",244,"Providence, RI" +248,405,172,"Port Everglades, FL",177,"Savannah, GA" +248,406,197,"Portland, ME",244,"Providence, RI" +248,407,241,"Philadelphia, PA",201,"Boston, MA" +248,408,159,"Long Beach, CA",162,"Oakland, CA" +248,409,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +248,410,159,"Long Beach, CA",159,"Long Beach, CA" +248,411,159,"Long Beach, CA",159,"Long Beach, CA" +248,412,244,"Providence, RI",223,"New York, NY and NJ" +248,413,159,"Long Beach, CA",159,"Long Beach, CA" +248,414,245,"Charleston, SC",194,"Lake Charles, LA" +248,415,223,"New York, NY and NJ",198,"Baltimore, MD" +248,416,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +248,417,159,"Long Beach, CA",268,"Seattle, WA" +248,418,162,"Oakland, CA",239,"Portland, OR" +248,419,217,"New York, NY and NJ",241,"Philadelphia, PA" +248,420,162,"Oakland, CA",268,"Seattle, WA" +248,421,159,"Long Beach, CA",268,"Seattle, WA" +248,422,268,"Seattle, WA",159,"Long Beach, CA" +248,423,159,"Long Beach, CA",159,"Long Beach, CA" +248,424,254,"Corpus Christi, TX",152,"Mobile, AL" +248,425,162,"Oakland, CA",268,"Seattle, WA" +248,426,174,"Tampa, FL",195,"New Orleans, LA" +248,427,208,"Pascagoula, MS",253,"Beaumont, TX" +248,428,268,"Seattle, WA",268,"Seattle, WA" +248,429,159,"Long Beach, CA",159,"Long Beach, CA" +248,430,244,"Providence, RI",201,"Boston, MA" +248,431,198,"Baltimore, MD",217,"New York, NY and NJ" +248,432,159,"Long Beach, CA",268,"Seattle, WA" +248,433,223,"New York, NY and NJ",169,"Wilmington, DE" +248,434,197,"Portland, ME",223,"New York, NY and NJ" +248,435,197,"Portland, ME",244,"Providence, RI" +248,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +248,437,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +248,438,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +248,439,245,"Charleston, SC",177,"Savannah, GA" +248,440,172,"Port Everglades, FL",174,"Tampa, FL" +248,441,159,"Long Beach, CA",159,"Long Beach, CA" +248,442,223,"New York, NY and NJ",241,"Philadelphia, PA" +248,443,198,"Baltimore, MD",241,"Philadelphia, PA" +248,444,159,"Long Beach, CA",152,"Mobile, AL" +248,445,244,"Providence, RI",198,"Baltimore, MD" +248,446,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +248,447,217,"New York, NY and NJ",241,"Philadelphia, PA" +248,448,217,"New York, NY and NJ",223,"New York, NY and NJ" +248,449,268,"Seattle, WA",268,"Seattle, WA" +248,450,245,"Charleston, SC",265,"Norfolk Harbor, VA" +248,451,198,"Baltimore, MD",217,"New York, NY and NJ" +248,452,198,"Baltimore, MD",197,"Portland, ME" +248,453,159,"Long Beach, CA",269,"Longview, WA" +248,454,265,"Norfolk Harbor, VA",201,"Boston, MA" +248,455,223,"New York, NY and NJ",223,"New York, NY and NJ" +248,456,162,"Oakland, CA",159,"Long Beach, CA" +248,457,217,"New York, NY and NJ",201,"Boston, MA" +248,458,198,"Baltimore, MD",198,"Baltimore, MD" +248,459,239,"Portland, OR",159,"Long Beach, CA" +248,460,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +248,461,174,"Tampa, FL",245,"Charleston, SC" +248,462,241,"Philadelphia, PA",245,"Charleston, SC" +248,463,198,"Baltimore, MD",197,"Portland, ME" +248,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +248,465,268,"Seattle, WA",268,"Seattle, WA" +248,466,162,"Oakland, CA",159,"Long Beach, CA" +248,467,177,"Savannah, GA",223,"New York, NY and NJ" +248,468,159,"Long Beach, CA",159,"Long Beach, CA" +248,469,244,"Providence, RI",217,"New York, NY and NJ" +248,470,159,"Long Beach, CA",162,"Oakland, CA" +248,471,218,"Camden-Gloucester, NJ",201,"Boston, MA" +248,472,159,"Long Beach, CA",268,"Seattle, WA" +248,473,268,"Seattle, WA",159,"Long Beach, CA" +248,474,172,"Port Everglades, FL",177,"Savannah, GA" +248,475,223,"New York, NY and NJ",217,"New York, NY and NJ" +248,476,239,"Portland, OR",159,"Long Beach, CA" +248,477,159,"Long Beach, CA",159,"Long Beach, CA" +248,478,177,"Savannah, GA",177,"Savannah, GA" +248,479,269,"Longview, WA",159,"Long Beach, CA" +248,480,223,"New York, NY and NJ",217,"New York, NY and NJ" +248,481,218,"Camden-Gloucester, NJ",201,"Boston, MA" +248,482,159,"Long Beach, CA",239,"Portland, OR" +248,483,198,"Baltimore, MD",197,"Portland, ME" +248,484,257,"Houston, TX",152,"Mobile, AL" +248,485,162,"Oakland, CA",159,"Long Beach, CA" +248,486,268,"Seattle, WA",268,"Seattle, WA" +248,487,245,"Charleston, SC",152,"Mobile, AL" +248,488,159,"Long Beach, CA",159,"Long Beach, CA" +248,489,268,"Seattle, WA",159,"Long Beach, CA" +248,490,197,"Portland, ME",223,"New York, NY and NJ" +248,491,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +249,154,159,"Long Beach, CA",159,"Long Beach, CA" +249,179,159,"Long Beach, CA",239,"Portland, OR" +249,180,162,"Oakland, CA",159,"Long Beach, CA" +249,274,268,"Seattle, WA",268,"Seattle, WA" +249,275,217,"New York, NY and NJ",244,"Providence, RI" +249,276,223,"New York, NY and NJ",197,"Portland, ME" +249,277,217,"New York, NY and NJ",241,"Philadelphia, PA" +249,278,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +249,279,229,"Wilmington, NC",174,"Tampa, FL" +249,280,174,"Tampa, FL",265,"Norfolk Harbor, VA" +249,281,152,"Mobile, AL",195,"New Orleans, LA" +249,282,241,"Philadelphia, PA",217,"New York, NY and NJ" +249,283,174,"Tampa, FL",177,"Savannah, GA" +249,284,162,"Oakland, CA",268,"Seattle, WA" +249,285,244,"Providence, RI",198,"Baltimore, MD" +249,286,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +249,287,177,"Savannah, GA",195,"New Orleans, LA" +249,288,162,"Oakland, CA",195,"New Orleans, LA" +249,289,159,"Long Beach, CA",268,"Seattle, WA" +249,290,265,"Norfolk Harbor, VA",177,"Savannah, GA" +249,291,197,"Portland, ME",197,"Portland, ME" +249,292,198,"Baltimore, MD",198,"Baltimore, MD" +249,293,195,"New Orleans, LA",195,"New Orleans, LA" +249,294,241,"Philadelphia, PA",245,"Charleston, SC" +249,295,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +249,296,162,"Oakland, CA",268,"Seattle, WA" +249,297,208,"Pascagoula, MS",257,"Houston, TX" +249,298,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +249,299,217,"New York, NY and NJ",217,"New York, NY and NJ" +249,300,172,"Port Everglades, FL",195,"New Orleans, LA" +249,301,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +249,302,172,"Port Everglades, FL",245,"Charleston, SC" +249,303,159,"Long Beach, CA",268,"Seattle, WA" +249,304,218,"Camden-Gloucester, NJ",197,"Portland, ME" +249,305,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +249,306,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +249,307,177,"Savannah, GA",265,"Norfolk Harbor, VA" +249,308,162,"Oakland, CA",159,"Long Beach, CA" +249,309,223,"New York, NY and NJ",223,"New York, NY and NJ" +249,310,208,"Pascagoula, MS",152,"Mobile, AL" +249,311,223,"New York, NY and NJ",198,"Baltimore, MD" +249,312,195,"New Orleans, LA",195,"New Orleans, LA" +249,313,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +249,314,198,"Baltimore, MD",217,"New York, NY and NJ" +249,315,257,"Houston, TX",195,"New Orleans, LA" +249,316,159,"Long Beach, CA",268,"Seattle, WA" +249,317,159,"Long Beach, CA",239,"Portland, OR" +249,318,159,"Long Beach, CA",159,"Long Beach, CA" +249,319,195,"New Orleans, LA",195,"New Orleans, LA" +249,320,217,"New York, NY and NJ",217,"New York, NY and NJ" +249,321,265,"Norfolk Harbor, VA",177,"Savannah, GA" +249,322,268,"Seattle, WA",239,"Portland, OR" +249,323,195,"New Orleans, LA",195,"New Orleans, LA" +249,324,197,"Portland, ME",217,"New York, NY and NJ" +249,325,245,"Charleston, SC",172,"Port Everglades, FL" +249,326,177,"Savannah, GA",195,"New Orleans, LA" +249,327,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +249,328,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +249,329,217,"New York, NY and NJ",241,"Philadelphia, PA" +249,330,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +249,331,265,"Norfolk Harbor, VA",177,"Savannah, GA" +249,332,177,"Savannah, GA",152,"Mobile, AL" +249,333,172,"Port Everglades, FL",152,"Mobile, AL" +249,334,195,"New Orleans, LA",195,"New Orleans, LA" +249,335,217,"New York, NY and NJ",197,"Portland, ME" +249,336,172,"Port Everglades, FL",208,"Pascagoula, MS" +249,337,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +249,338,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +249,339,217,"New York, NY and NJ",217,"New York, NY and NJ" +249,340,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +249,341,194,"Lake Charles, LA",257,"Houston, TX" +249,342,217,"New York, NY and NJ",217,"New York, NY and NJ" +249,343,268,"Seattle, WA",159,"Long Beach, CA" +249,344,217,"New York, NY and NJ",198,"Baltimore, MD" +249,345,197,"Portland, ME",217,"New York, NY and NJ" +249,346,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +249,347,223,"New York, NY and NJ",177,"Savannah, GA" +249,348,223,"New York, NY and NJ",217,"New York, NY and NJ" +249,349,197,"Portland, ME",244,"Providence, RI" +249,350,217,"New York, NY and NJ",241,"Philadelphia, PA" +249,351,223,"New York, NY and NJ",177,"Savannah, GA" +249,352,201,"Boston, MA",244,"Providence, RI" +249,353,223,"New York, NY and NJ",241,"Philadelphia, PA" +249,354,217,"New York, NY and NJ",198,"Baltimore, MD" +249,355,195,"New Orleans, LA",245,"Charleston, SC" +249,356,253,"Beaumont, TX",257,"Houston, TX" +249,357,241,"Philadelphia, PA",217,"New York, NY and NJ" +249,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +249,359,178,"Brunswick, GA",265,"Norfolk Harbor, VA" +249,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +249,361,193,"Baton Rouge, LA",195,"New Orleans, LA" +249,362,241,"Philadelphia, PA",197,"Portland, ME" +249,363,195,"New Orleans, LA",152,"Mobile, AL" +249,364,217,"New York, NY and NJ",217,"New York, NY and NJ" +249,365,223,"New York, NY and NJ",198,"Baltimore, MD" +249,366,159,"Long Beach, CA",268,"Seattle, WA" +249,367,268,"Seattle, WA",159,"Long Beach, CA" +249,368,268,"Seattle, WA",159,"Long Beach, CA" +249,369,159,"Long Beach, CA",239,"Portland, OR" +249,370,198,"Baltimore, MD",223,"New York, NY and NJ" +249,371,162,"Oakland, CA",159,"Long Beach, CA" +249,372,217,"New York, NY and NJ",198,"Baltimore, MD" +249,373,152,"Mobile, AL",195,"New Orleans, LA" +249,374,159,"Long Beach, CA",159,"Long Beach, CA" +249,375,159,"Long Beach, CA",208,"Pascagoula, MS" +249,376,159,"Long Beach, CA",159,"Long Beach, CA" +249,377,245,"Charleston, SC",169,"Wilmington, DE" +249,378,195,"New Orleans, LA",257,"Houston, TX" +249,379,269,"Longview, WA",159,"Long Beach, CA" +249,380,159,"Long Beach, CA",269,"Longview, WA" +249,381,159,"Long Beach, CA",159,"Long Beach, CA" +249,382,217,"New York, NY and NJ",223,"New York, NY and NJ" +249,383,195,"New Orleans, LA",159,"Long Beach, CA" +249,384,201,"Boston, MA",195,"New Orleans, LA" +249,385,198,"Baltimore, MD",152,"Mobile, AL" +249,386,197,"Portland, ME",218,"Camden-Gloucester, NJ" +249,387,223,"New York, NY and NJ",223,"New York, NY and NJ" +249,388,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +249,389,218,"Camden-Gloucester, NJ",229,"Wilmington, NC" +249,390,217,"New York, NY and NJ",223,"New York, NY and NJ" +249,391,177,"Savannah, GA",201,"Boston, MA" +249,392,159,"Long Beach, CA",159,"Long Beach, CA" +249,393,159,"Long Beach, CA",268,"Seattle, WA" +249,394,223,"New York, NY and NJ",198,"Baltimore, MD" +249,395,201,"Boston, MA",265,"Norfolk Harbor, VA" +249,396,268,"Seattle, WA",162,"Oakland, CA" +249,397,197,"Portland, ME",223,"New York, NY and NJ" +249,398,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +249,399,254,"Corpus Christi, TX",195,"New Orleans, LA" +249,400,268,"Seattle, WA",159,"Long Beach, CA" +249,401,241,"Philadelphia, PA",241,"Philadelphia, PA" +249,402,241,"Philadelphia, PA",197,"Portland, ME" +249,403,268,"Seattle, WA",268,"Seattle, WA" +249,404,223,"New York, NY and NJ",198,"Baltimore, MD" +249,405,245,"Charleston, SC",265,"Norfolk Harbor, VA" +249,406,169,"Wilmington, DE",217,"New York, NY and NJ" +249,407,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +249,408,162,"Oakland, CA",159,"Long Beach, CA" +249,409,223,"New York, NY and NJ",223,"New York, NY and NJ" +249,410,162,"Oakland, CA",159,"Long Beach, CA" +249,411,159,"Long Beach, CA",269,"Longview, WA" +249,412,217,"New York, NY and NJ",241,"Philadelphia, PA" +249,413,162,"Oakland, CA",268,"Seattle, WA" +249,414,195,"New Orleans, LA",195,"New Orleans, LA" +249,415,201,"Boston, MA",241,"Philadelphia, PA" +249,416,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +249,417,159,"Long Beach, CA",159,"Long Beach, CA" +249,418,268,"Seattle, WA",268,"Seattle, WA" +249,419,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +249,420,269,"Longview, WA",268,"Seattle, WA" +249,421,159,"Long Beach, CA",159,"Long Beach, CA" +249,422,159,"Long Beach, CA",162,"Oakland, CA" +249,423,268,"Seattle, WA",268,"Seattle, WA" +249,424,195,"New Orleans, LA",195,"New Orleans, LA" +249,425,159,"Long Beach, CA",159,"Long Beach, CA" +249,426,171,"Jacksonville, FL",195,"New Orleans, LA" +249,427,195,"New Orleans, LA",152,"Mobile, AL" +249,428,268,"Seattle, WA",159,"Long Beach, CA" +249,429,178,"Brunswick, GA",159,"Long Beach, CA" +249,430,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +249,431,223,"New York, NY and NJ",217,"New York, NY and NJ" +249,432,162,"Oakland, CA",268,"Seattle, WA" +249,433,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +249,434,217,"New York, NY and NJ",241,"Philadelphia, PA" +249,435,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +249,436,223,"New York, NY and NJ",229,"Wilmington, NC" +249,437,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +249,438,171,"Jacksonville, FL",171,"Jacksonville, FL" +249,439,177,"Savannah, GA",171,"Jacksonville, FL" +249,440,171,"Jacksonville, FL",195,"New Orleans, LA" +249,441,162,"Oakland, CA",269,"Longview, WA" +249,442,223,"New York, NY and NJ",223,"New York, NY and NJ" +249,443,241,"Philadelphia, PA",198,"Baltimore, MD" +249,444,268,"Seattle, WA",268,"Seattle, WA" +249,445,217,"New York, NY and NJ",244,"Providence, RI" +249,446,223,"New York, NY and NJ",217,"New York, NY and NJ" +249,447,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +249,448,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +249,449,268,"Seattle, WA",159,"Long Beach, CA" +249,450,172,"Port Everglades, FL",208,"Pascagoula, MS" +249,451,223,"New York, NY and NJ",217,"New York, NY and NJ" +249,452,197,"Portland, ME",217,"New York, NY and NJ" +249,453,162,"Oakland, CA",162,"Oakland, CA" +249,454,223,"New York, NY and NJ",198,"Baltimore, MD" +249,455,172,"Port Everglades, FL",223,"New York, NY and NJ" +249,456,159,"Long Beach, CA",159,"Long Beach, CA" +249,457,217,"New York, NY and NJ",223,"New York, NY and NJ" +249,458,223,"New York, NY and NJ",198,"Baltimore, MD" +249,459,159,"Long Beach, CA",159,"Long Beach, CA" +249,460,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +249,461,172,"Port Everglades, FL",174,"Tampa, FL" +249,462,197,"Portland, ME",198,"Baltimore, MD" +249,463,201,"Boston, MA",223,"New York, NY and NJ" +249,464,201,"Boston, MA",241,"Philadelphia, PA" +249,465,159,"Long Beach, CA",239,"Portland, OR" +249,466,268,"Seattle, WA",159,"Long Beach, CA" +249,467,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +249,468,159,"Long Beach, CA",159,"Long Beach, CA" +249,469,201,"Boston, MA",265,"Norfolk Harbor, VA" +249,470,159,"Long Beach, CA",159,"Long Beach, CA" +249,471,244,"Providence, RI",265,"Norfolk Harbor, VA" +249,472,159,"Long Beach, CA",159,"Long Beach, CA" +249,473,162,"Oakland, CA",159,"Long Beach, CA" +249,474,171,"Jacksonville, FL",245,"Charleston, SC" +249,475,198,"Baltimore, MD",198,"Baltimore, MD" +249,476,159,"Long Beach, CA",269,"Longview, WA" +249,477,239,"Portland, OR",159,"Long Beach, CA" +249,478,177,"Savannah, GA",172,"Port Everglades, FL" +249,479,268,"Seattle, WA",162,"Oakland, CA" +249,480,223,"New York, NY and NJ",198,"Baltimore, MD" +249,481,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +249,482,268,"Seattle, WA",159,"Long Beach, CA" +249,483,223,"New York, NY and NJ",217,"New York, NY and NJ" +249,484,171,"Jacksonville, FL",195,"New Orleans, LA" +249,485,159,"Long Beach, CA",239,"Portland, OR" +249,486,162,"Oakland, CA",269,"Longview, WA" +249,487,195,"New Orleans, LA",178,"Brunswick, GA" +249,488,162,"Oakland, CA",162,"Oakland, CA" +249,489,159,"Long Beach, CA",159,"Long Beach, CA" +249,490,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +249,491,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +250,154,162,"Oakland, CA",159,"Long Beach, CA" +250,179,162,"Oakland, CA",162,"Oakland, CA" +250,180,159,"Long Beach, CA",159,"Long Beach, CA" +250,274,159,"Long Beach, CA",159,"Long Beach, CA" +250,275,197,"Portland, ME",198,"Baltimore, MD" +250,276,244,"Providence, RI",241,"Philadelphia, PA" +250,277,223,"New York, NY and NJ",244,"Providence, RI" +250,278,171,"Jacksonville, FL",172,"Port Everglades, FL" +250,279,172,"Port Everglades, FL",177,"Savannah, GA" +250,280,174,"Tampa, FL",178,"Brunswick, GA" +250,281,193,"Baton Rouge, LA",195,"New Orleans, LA" +250,282,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +250,283,172,"Port Everglades, FL",245,"Charleston, SC" +250,284,159,"Long Beach, CA",159,"Long Beach, CA" +250,285,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +250,286,218,"Camden-Gloucester, NJ",197,"Portland, ME" +250,287,172,"Port Everglades, FL",177,"Savannah, GA" +250,288,159,"Long Beach, CA",268,"Seattle, WA" +250,289,159,"Long Beach, CA",159,"Long Beach, CA" +250,290,174,"Tampa, FL",172,"Port Everglades, FL" +250,291,169,"Wilmington, DE",201,"Boston, MA" +250,292,244,"Providence, RI",241,"Philadelphia, PA" +250,293,195,"New Orleans, LA",195,"New Orleans, LA" +250,294,223,"New York, NY and NJ",241,"Philadelphia, PA" +250,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +250,296,268,"Seattle, WA",159,"Long Beach, CA" +250,297,194,"Lake Charles, LA",195,"New Orleans, LA" +250,298,223,"New York, NY and NJ",244,"Providence, RI" +250,299,201,"Boston, MA",172,"Port Everglades, FL" +250,300,177,"Savannah, GA",195,"New Orleans, LA" +250,301,198,"Baltimore, MD",245,"Charleston, SC" +250,302,177,"Savannah, GA",172,"Port Everglades, FL" +250,303,162,"Oakland, CA",159,"Long Beach, CA" +250,304,197,"Portland, ME",223,"New York, NY and NJ" +250,305,223,"New York, NY and NJ",217,"New York, NY and NJ" +250,306,201,"Boston, MA",197,"Portland, ME" +250,307,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +250,308,239,"Portland, OR",162,"Oakland, CA" +250,309,223,"New York, NY and NJ",197,"Portland, ME" +250,310,195,"New Orleans, LA",195,"New Orleans, LA" +250,311,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +250,312,171,"Jacksonville, FL",208,"Pascagoula, MS" +250,313,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +250,314,197,"Portland, ME",265,"Norfolk Harbor, VA" +250,315,245,"Charleston, SC",174,"Tampa, FL" +250,316,239,"Portland, OR",162,"Oakland, CA" +250,317,159,"Long Beach, CA",159,"Long Beach, CA" +250,318,268,"Seattle, WA",159,"Long Beach, CA" +250,319,171,"Jacksonville, FL",152,"Mobile, AL" +250,320,198,"Baltimore, MD",229,"Wilmington, NC" +250,321,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +250,322,159,"Long Beach, CA",268,"Seattle, WA" +250,323,193,"Baton Rouge, LA",172,"Port Everglades, FL" +250,324,223,"New York, NY and NJ",241,"Philadelphia, PA" +250,325,152,"Mobile, AL",171,"Jacksonville, FL" +250,326,245,"Charleston, SC",177,"Savannah, GA" +250,327,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +250,328,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +250,329,198,"Baltimore, MD",169,"Wilmington, DE" +250,330,169,"Wilmington, DE",217,"New York, NY and NJ" +250,331,217,"New York, NY and NJ",177,"Savannah, GA" +250,332,174,"Tampa, FL",172,"Port Everglades, FL" +250,333,172,"Port Everglades, FL",171,"Jacksonville, FL" +250,334,174,"Tampa, FL",178,"Brunswick, GA" +250,335,241,"Philadelphia, PA",217,"New York, NY and NJ" +250,336,172,"Port Everglades, FL",172,"Port Everglades, FL" +250,337,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +250,338,217,"New York, NY and NJ",198,"Baltimore, MD" +250,339,223,"New York, NY and NJ",217,"New York, NY and NJ" +250,340,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +250,341,253,"Beaumont, TX",195,"New Orleans, LA" +250,342,201,"Boston, MA",218,"Camden-Gloucester, NJ" +250,343,268,"Seattle, WA",268,"Seattle, WA" +250,344,201,"Boston, MA",201,"Boston, MA" +250,345,218,"Camden-Gloucester, NJ",197,"Portland, ME" +250,346,172,"Port Everglades, FL",229,"Wilmington, NC" +250,347,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +250,348,244,"Providence, RI",265,"Norfolk Harbor, VA" +250,349,198,"Baltimore, MD",223,"New York, NY and NJ" +250,350,197,"Portland, ME",223,"New York, NY and NJ" +250,351,198,"Baltimore, MD",198,"Baltimore, MD" +250,352,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +250,353,223,"New York, NY and NJ",217,"New York, NY and NJ" +250,354,223,"New York, NY and NJ",223,"New York, NY and NJ" +250,355,172,"Port Everglades, FL",152,"Mobile, AL" +250,356,195,"New Orleans, LA",193,"Baton Rouge, LA" +250,357,265,"Norfolk Harbor, VA",197,"Portland, ME" +250,358,245,"Charleston, SC",177,"Savannah, GA" +250,359,174,"Tampa, FL",229,"Wilmington, NC" +250,360,174,"Tampa, FL",152,"Mobile, AL" +250,361,194,"Lake Charles, LA",194,"Lake Charles, LA" +250,362,217,"New York, NY and NJ",217,"New York, NY and NJ" +250,363,195,"New Orleans, LA",152,"Mobile, AL" +250,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +250,365,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +250,366,162,"Oakland, CA",268,"Seattle, WA" +250,367,159,"Long Beach, CA",269,"Longview, WA" +250,368,268,"Seattle, WA",268,"Seattle, WA" +250,369,268,"Seattle, WA",152,"Mobile, AL" +250,370,201,"Boston, MA",265,"Norfolk Harbor, VA" +250,371,268,"Seattle, WA",268,"Seattle, WA" +250,372,197,"Portland, ME",217,"New York, NY and NJ" +250,373,177,"Savannah, GA",177,"Savannah, GA" +250,374,159,"Long Beach, CA",159,"Long Beach, CA" +250,375,239,"Portland, OR",268,"Seattle, WA" +250,376,269,"Longview, WA",159,"Long Beach, CA" +250,377,245,"Charleston, SC",265,"Norfolk Harbor, VA" +250,378,177,"Savannah, GA",194,"Lake Charles, LA" +250,379,159,"Long Beach, CA",239,"Portland, OR" +250,380,159,"Long Beach, CA",159,"Long Beach, CA" +250,381,159,"Long Beach, CA",159,"Long Beach, CA" +250,382,217,"New York, NY and NJ",217,"New York, NY and NJ" +250,383,239,"Portland, OR",239,"Portland, OR" +250,384,223,"New York, NY and NJ",223,"New York, NY and NJ" +250,385,201,"Boston, MA",177,"Savannah, GA" +250,386,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +250,387,198,"Baltimore, MD",197,"Portland, ME" +250,388,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +250,389,241,"Philadelphia, PA",223,"New York, NY and NJ" +250,390,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +250,391,223,"New York, NY and NJ",197,"Portland, ME" +250,392,268,"Seattle, WA",268,"Seattle, WA" +250,393,159,"Long Beach, CA",159,"Long Beach, CA" +250,394,241,"Philadelphia, PA",198,"Baltimore, MD" +250,395,197,"Portland, ME",201,"Boston, MA" +250,396,159,"Long Beach, CA",269,"Longview, WA" +250,397,217,"New York, NY and NJ",197,"Portland, ME" +250,398,197,"Portland, ME",217,"New York, NY and NJ" +250,399,195,"New Orleans, LA",253,"Beaumont, TX" +250,400,239,"Portland, OR",159,"Long Beach, CA" +250,401,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +250,402,217,"New York, NY and NJ",197,"Portland, ME" +250,403,268,"Seattle, WA",159,"Long Beach, CA" +250,404,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +250,405,172,"Port Everglades, FL",152,"Mobile, AL" +250,406,223,"New York, NY and NJ",198,"Baltimore, MD" +250,407,201,"Boston, MA",201,"Boston, MA" +250,408,159,"Long Beach, CA",159,"Long Beach, CA" +250,409,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +250,410,159,"Long Beach, CA",268,"Seattle, WA" +250,411,269,"Longview, WA",162,"Oakland, CA" +250,412,244,"Providence, RI",217,"New York, NY and NJ" +250,413,159,"Long Beach, CA",208,"Pascagoula, MS" +250,414,195,"New Orleans, LA",195,"New Orleans, LA" +250,415,241,"Philadelphia, PA",223,"New York, NY and NJ" +250,416,229,"Wilmington, NC",201,"Boston, MA" +250,417,159,"Long Beach, CA",268,"Seattle, WA" +250,418,159,"Long Beach, CA",268,"Seattle, WA" +250,419,223,"New York, NY and NJ",244,"Providence, RI" +250,420,162,"Oakland, CA",162,"Oakland, CA" +250,421,269,"Longview, WA",268,"Seattle, WA" +250,422,239,"Portland, OR",268,"Seattle, WA" +250,423,162,"Oakland, CA",195,"New Orleans, LA" +250,424,195,"New Orleans, LA",172,"Port Everglades, FL" +250,425,159,"Long Beach, CA",159,"Long Beach, CA" +250,426,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +250,427,195,"New Orleans, LA",178,"Brunswick, GA" +250,428,159,"Long Beach, CA",159,"Long Beach, CA" +250,429,152,"Mobile, AL",159,"Long Beach, CA" +250,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +250,431,241,"Philadelphia, PA",169,"Wilmington, DE" +250,432,159,"Long Beach, CA",162,"Oakland, CA" +250,433,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +250,434,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +250,435,241,"Philadelphia, PA",197,"Portland, ME" +250,436,197,"Portland, ME",208,"Pascagoula, MS" +250,437,217,"New York, NY and NJ",195,"New Orleans, LA" +250,438,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +250,439,177,"Savannah, GA",172,"Port Everglades, FL" +250,440,245,"Charleston, SC",177,"Savannah, GA" +250,441,159,"Long Beach, CA",268,"Seattle, WA" +250,442,223,"New York, NY and NJ",217,"New York, NY and NJ" +250,443,223,"New York, NY and NJ",223,"New York, NY and NJ" +250,444,269,"Longview, WA",174,"Tampa, FL" +250,445,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +250,446,217,"New York, NY and NJ",217,"New York, NY and NJ" +250,447,201,"Boston, MA",201,"Boston, MA" +250,448,198,"Baltimore, MD",217,"New York, NY and NJ" +250,449,239,"Portland, OR",159,"Long Beach, CA" +250,450,177,"Savannah, GA",245,"Charleston, SC" +250,451,217,"New York, NY and NJ",217,"New York, NY and NJ" +250,452,197,"Portland, ME",223,"New York, NY and NJ" +250,453,159,"Long Beach, CA",159,"Long Beach, CA" +250,454,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +250,455,152,"Mobile, AL",172,"Port Everglades, FL" +250,456,159,"Long Beach, CA",159,"Long Beach, CA" +250,457,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +250,458,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +250,459,268,"Seattle, WA",159,"Long Beach, CA" +250,460,241,"Philadelphia, PA",198,"Baltimore, MD" +250,461,152,"Mobile, AL",245,"Charleston, SC" +250,462,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +250,463,241,"Philadelphia, PA",223,"New York, NY and NJ" +250,464,201,"Boston, MA",223,"New York, NY and NJ" +250,465,268,"Seattle, WA",159,"Long Beach, CA" +250,466,159,"Long Beach, CA",269,"Longview, WA" +250,467,197,"Portland, ME",217,"New York, NY and NJ" +250,468,268,"Seattle, WA",159,"Long Beach, CA" +250,469,241,"Philadelphia, PA",197,"Portland, ME" +250,470,159,"Long Beach, CA",268,"Seattle, WA" +250,471,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +250,472,159,"Long Beach, CA",269,"Longview, WA" +250,473,268,"Seattle, WA",239,"Portland, OR" +250,474,177,"Savannah, GA",172,"Port Everglades, FL" +250,475,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +250,476,162,"Oakland, CA",268,"Seattle, WA" +250,477,159,"Long Beach, CA",268,"Seattle, WA" +250,478,174,"Tampa, FL",177,"Savannah, GA" +250,479,162,"Oakland, CA",159,"Long Beach, CA" +250,480,217,"New York, NY and NJ",217,"New York, NY and NJ" +250,481,217,"New York, NY and NJ",217,"New York, NY and NJ" +250,482,159,"Long Beach, CA",268,"Seattle, WA" +250,483,197,"Portland, ME",197,"Portland, ME" +250,484,152,"Mobile, AL",177,"Savannah, GA" +250,485,162,"Oakland, CA",159,"Long Beach, CA" +250,486,159,"Long Beach, CA",159,"Long Beach, CA" +250,487,245,"Charleston, SC",172,"Port Everglades, FL" +250,488,159,"Long Beach, CA",162,"Oakland, CA" +250,489,159,"Long Beach, CA",208,"Pascagoula, MS" +250,490,171,"Jacksonville, FL",217,"New York, NY and NJ" +250,491,197,"Portland, ME",197,"Portland, ME" +251,154,159,"Long Beach, CA",159,"Long Beach, CA" +251,179,268,"Seattle, WA",159,"Long Beach, CA" +251,180,159,"Long Beach, CA",159,"Long Beach, CA" +251,274,159,"Long Beach, CA",162,"Oakland, CA" +251,275,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +251,276,201,"Boston, MA",223,"New York, NY and NJ" +251,277,198,"Baltimore, MD",241,"Philadelphia, PA" +251,278,265,"Norfolk Harbor, VA",201,"Boston, MA" +251,279,172,"Port Everglades, FL",177,"Savannah, GA" +251,280,177,"Savannah, GA",265,"Norfolk Harbor, VA" +251,281,195,"New Orleans, LA",195,"New Orleans, LA" +251,282,197,"Portland, ME",198,"Baltimore, MD" +251,283,172,"Port Everglades, FL",174,"Tampa, FL" +251,284,268,"Seattle, WA",268,"Seattle, WA" +251,285,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +251,286,223,"New York, NY and NJ",229,"Wilmington, NC" +251,287,172,"Port Everglades, FL",174,"Tampa, FL" +251,288,162,"Oakland, CA",159,"Long Beach, CA" +251,289,159,"Long Beach, CA",162,"Oakland, CA" +251,290,172,"Port Everglades, FL",174,"Tampa, FL" +251,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +251,292,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +251,293,195,"New Orleans, LA",208,"Pascagoula, MS" +251,294,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +251,295,245,"Charleston, SC",265,"Norfolk Harbor, VA" +251,296,159,"Long Beach, CA",159,"Long Beach, CA" +251,297,177,"Savannah, GA",193,"Baton Rouge, LA" +251,298,197,"Portland, ME",201,"Boston, MA" +251,299,201,"Boston, MA",241,"Philadelphia, PA" +251,300,152,"Mobile, AL",171,"Jacksonville, FL" +251,301,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +251,302,172,"Port Everglades, FL",174,"Tampa, FL" +251,303,159,"Long Beach, CA",159,"Long Beach, CA" +251,304,201,"Boston, MA",223,"New York, NY and NJ" +251,305,241,"Philadelphia, PA",241,"Philadelphia, PA" +251,306,223,"New York, NY and NJ",217,"New York, NY and NJ" +251,307,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +251,308,159,"Long Beach, CA",268,"Seattle, WA" +251,309,223,"New York, NY and NJ",197,"Portland, ME" +251,310,198,"Baltimore, MD",198,"Baltimore, MD" +251,311,198,"Baltimore, MD",241,"Philadelphia, PA" +251,312,174,"Tampa, FL",174,"Tampa, FL" +251,313,241,"Philadelphia, PA",244,"Providence, RI" +251,314,198,"Baltimore, MD",201,"Boston, MA" +251,315,245,"Charleston, SC",195,"New Orleans, LA" +251,316,159,"Long Beach, CA",159,"Long Beach, CA" +251,317,269,"Longview, WA",159,"Long Beach, CA" +251,318,159,"Long Beach, CA",159,"Long Beach, CA" +251,319,177,"Savannah, GA",174,"Tampa, FL" +251,320,223,"New York, NY and NJ",245,"Charleston, SC" +251,321,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +251,322,268,"Seattle, WA",159,"Long Beach, CA" +251,323,193,"Baton Rouge, LA",152,"Mobile, AL" +251,324,223,"New York, NY and NJ",217,"New York, NY and NJ" +251,325,174,"Tampa, FL",172,"Port Everglades, FL" +251,326,171,"Jacksonville, FL",177,"Savannah, GA" +251,327,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +251,328,244,"Providence, RI",241,"Philadelphia, PA" +251,329,241,"Philadelphia, PA",223,"New York, NY and NJ" +251,330,223,"New York, NY and NJ",241,"Philadelphia, PA" +251,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +251,332,245,"Charleston, SC",171,"Jacksonville, FL" +251,333,245,"Charleston, SC",172,"Port Everglades, FL" +251,334,172,"Port Everglades, FL",178,"Brunswick, GA" +251,335,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +251,336,152,"Mobile, AL",172,"Port Everglades, FL" +251,337,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +251,338,244,"Providence, RI",178,"Brunswick, GA" +251,339,223,"New York, NY and NJ",217,"New York, NY and NJ" +251,340,223,"New York, NY and NJ",197,"Portland, ME" +251,341,265,"Norfolk Harbor, VA",257,"Houston, TX" +251,342,201,"Boston, MA",241,"Philadelphia, PA" +251,343,159,"Long Beach, CA",268,"Seattle, WA" +251,344,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +251,345,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +251,346,197,"Portland, ME",208,"Pascagoula, MS" +251,347,198,"Baltimore, MD",177,"Savannah, GA" +251,348,223,"New York, NY and NJ",245,"Charleston, SC" +251,349,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +251,350,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +251,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +251,352,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +251,353,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +251,354,241,"Philadelphia, PA",241,"Philadelphia, PA" +251,355,177,"Savannah, GA",174,"Tampa, FL" +251,356,195,"New Orleans, LA",195,"New Orleans, LA" +251,357,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +251,358,198,"Baltimore, MD",177,"Savannah, GA" +251,359,174,"Tampa, FL",208,"Pascagoula, MS" +251,360,172,"Port Everglades, FL",172,"Port Everglades, FL" +251,361,253,"Beaumont, TX",171,"Jacksonville, FL" +251,362,197,"Portland, ME",265,"Norfolk Harbor, VA" +251,363,195,"New Orleans, LA",152,"Mobile, AL" +251,364,197,"Portland, ME",265,"Norfolk Harbor, VA" +251,365,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +251,366,159,"Long Beach, CA",269,"Longview, WA" +251,367,159,"Long Beach, CA",159,"Long Beach, CA" +251,368,239,"Portland, OR",239,"Portland, OR" +251,369,159,"Long Beach, CA",195,"New Orleans, LA" +251,370,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +251,371,162,"Oakland, CA",172,"Port Everglades, FL" +251,372,265,"Norfolk Harbor, VA",197,"Portland, ME" +251,373,172,"Port Everglades, FL",208,"Pascagoula, MS" +251,374,269,"Longview, WA",159,"Long Beach, CA" +251,375,177,"Savannah, GA",162,"Oakland, CA" +251,376,268,"Seattle, WA",268,"Seattle, WA" +251,377,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +251,378,177,"Savannah, GA",174,"Tampa, FL" +251,379,269,"Longview, WA",268,"Seattle, WA" +251,380,159,"Long Beach, CA",159,"Long Beach, CA" +251,381,159,"Long Beach, CA",159,"Long Beach, CA" +251,382,223,"New York, NY and NJ",201,"Boston, MA" +251,383,159,"Long Beach, CA",152,"Mobile, AL" +251,384,177,"Savannah, GA",265,"Norfolk Harbor, VA" +251,385,265,"Norfolk Harbor, VA",201,"Boston, MA" +251,386,244,"Providence, RI",197,"Portland, ME" +251,387,201,"Boston, MA",223,"New York, NY and NJ" +251,388,201,"Boston, MA",201,"Boston, MA" +251,389,217,"New York, NY and NJ",244,"Providence, RI" +251,390,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +251,391,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +251,392,269,"Longview, WA",159,"Long Beach, CA" +251,393,162,"Oakland, CA",159,"Long Beach, CA" +251,394,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +251,395,223,"New York, NY and NJ",198,"Baltimore, MD" +251,396,239,"Portland, OR",159,"Long Beach, CA" +251,397,245,"Charleston, SC",217,"New York, NY and NJ" +251,398,217,"New York, NY and NJ",152,"Mobile, AL" +251,399,253,"Beaumont, TX",253,"Beaumont, TX" +251,400,159,"Long Beach, CA",159,"Long Beach, CA" +251,401,223,"New York, NY and NJ",217,"New York, NY and NJ" +251,402,201,"Boston, MA",241,"Philadelphia, PA" +251,403,159,"Long Beach, CA",159,"Long Beach, CA" +251,404,201,"Boston, MA",244,"Providence, RI" +251,405,177,"Savannah, GA",174,"Tampa, FL" +251,406,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +251,407,244,"Providence, RI",217,"New York, NY and NJ" +251,408,159,"Long Beach, CA",159,"Long Beach, CA" +251,409,174,"Tampa, FL",195,"New Orleans, LA" +251,410,159,"Long Beach, CA",159,"Long Beach, CA" +251,411,268,"Seattle, WA",159,"Long Beach, CA" +251,412,198,"Baltimore, MD",197,"Portland, ME" +251,413,268,"Seattle, WA",162,"Oakland, CA" +251,414,152,"Mobile, AL",195,"New Orleans, LA" +251,415,244,"Providence, RI",198,"Baltimore, MD" +251,416,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +251,417,159,"Long Beach, CA",159,"Long Beach, CA" +251,418,162,"Oakland, CA",268,"Seattle, WA" +251,419,217,"New York, NY and NJ",229,"Wilmington, NC" +251,420,159,"Long Beach, CA",195,"New Orleans, LA" +251,421,239,"Portland, OR",162,"Oakland, CA" +251,422,239,"Portland, OR",268,"Seattle, WA" +251,423,172,"Port Everglades, FL",208,"Pascagoula, MS" +251,424,195,"New Orleans, LA",171,"Jacksonville, FL" +251,425,159,"Long Beach, CA",159,"Long Beach, CA" +251,426,229,"Wilmington, NC",171,"Jacksonville, FL" +251,427,208,"Pascagoula, MS",193,"Baton Rouge, LA" +251,428,159,"Long Beach, CA",159,"Long Beach, CA" +251,429,177,"Savannah, GA",159,"Long Beach, CA" +251,430,201,"Boston, MA",223,"New York, NY and NJ" +251,431,223,"New York, NY and NJ",217,"New York, NY and NJ" +251,432,159,"Long Beach, CA",268,"Seattle, WA" +251,433,265,"Norfolk Harbor, VA",177,"Savannah, GA" +251,434,197,"Portland, ME",197,"Portland, ME" +251,435,217,"New York, NY and NJ",245,"Charleston, SC" +251,436,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +251,437,217,"New York, NY and NJ",152,"Mobile, AL" +251,438,174,"Tampa, FL",152,"Mobile, AL" +251,439,265,"Norfolk Harbor, VA",152,"Mobile, AL" +251,440,177,"Savannah, GA",265,"Norfolk Harbor, VA" +251,441,159,"Long Beach, CA",268,"Seattle, WA" +251,442,197,"Portland, ME",265,"Norfolk Harbor, VA" +251,443,223,"New York, NY and NJ",223,"New York, NY and NJ" +251,444,162,"Oakland, CA",159,"Long Beach, CA" +251,445,217,"New York, NY and NJ",217,"New York, NY and NJ" +251,446,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +251,447,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +251,448,198,"Baltimore, MD",223,"New York, NY and NJ" +251,449,159,"Long Beach, CA",159,"Long Beach, CA" +251,450,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +251,451,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +251,452,217,"New York, NY and NJ",198,"Baltimore, MD" +251,453,159,"Long Beach, CA",269,"Longview, WA" +251,454,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +251,455,178,"Brunswick, GA",241,"Philadelphia, PA" +251,456,268,"Seattle, WA",162,"Oakland, CA" +251,457,201,"Boston, MA",241,"Philadelphia, PA" +251,458,201,"Boston, MA",217,"New York, NY and NJ" +251,459,159,"Long Beach, CA",162,"Oakland, CA" +251,460,217,"New York, NY and NJ",223,"New York, NY and NJ" +251,461,245,"Charleston, SC",174,"Tampa, FL" +251,462,223,"New York, NY and NJ",201,"Boston, MA" +251,463,244,"Providence, RI",223,"New York, NY and NJ" +251,464,217,"New York, NY and NJ",223,"New York, NY and NJ" +251,465,268,"Seattle, WA",268,"Seattle, WA" +251,466,159,"Long Beach, CA",159,"Long Beach, CA" +251,467,241,"Philadelphia, PA",223,"New York, NY and NJ" +251,468,268,"Seattle, WA",268,"Seattle, WA" +251,469,241,"Philadelphia, PA",197,"Portland, ME" +251,470,162,"Oakland, CA",268,"Seattle, WA" +251,471,197,"Portland, ME",198,"Baltimore, MD" +251,472,159,"Long Beach, CA",159,"Long Beach, CA" +251,473,268,"Seattle, WA",159,"Long Beach, CA" +251,474,265,"Norfolk Harbor, VA",152,"Mobile, AL" +251,475,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +251,476,159,"Long Beach, CA",159,"Long Beach, CA" +251,477,162,"Oakland, CA",159,"Long Beach, CA" +251,478,245,"Charleston, SC",171,"Jacksonville, FL" +251,479,269,"Longview, WA",159,"Long Beach, CA" +251,480,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +251,481,223,"New York, NY and NJ",217,"New York, NY and NJ" +251,482,159,"Long Beach, CA",162,"Oakland, CA" +251,483,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +251,484,245,"Charleston, SC",152,"Mobile, AL" +251,485,268,"Seattle, WA",159,"Long Beach, CA" +251,486,239,"Portland, OR",159,"Long Beach, CA" +251,487,172,"Port Everglades, FL",177,"Savannah, GA" +251,488,159,"Long Beach, CA",159,"Long Beach, CA" +251,489,159,"Long Beach, CA",159,"Long Beach, CA" +251,490,177,"Savannah, GA",201,"Boston, MA" +251,491,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +252,154,159,"Long Beach, CA",268,"Seattle, WA" +252,179,159,"Long Beach, CA",159,"Long Beach, CA" +252,180,159,"Long Beach, CA",159,"Long Beach, CA" +252,274,159,"Long Beach, CA",159,"Long Beach, CA" +252,275,197,"Portland, ME",253,"Beaumont, TX" +252,276,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +252,277,223,"New York, NY and NJ",241,"Philadelphia, PA" +252,278,217,"New York, NY and NJ",193,"Baton Rouge, LA" +252,279,177,"Savannah, GA",152,"Mobile, AL" +252,280,229,"Wilmington, NC",152,"Mobile, AL" +252,281,257,"Houston, TX",257,"Houston, TX" +252,282,244,"Providence, RI",217,"New York, NY and NJ" +252,283,195,"New Orleans, LA",257,"Houston, TX" +252,284,159,"Long Beach, CA",269,"Longview, WA" +252,285,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +252,286,241,"Philadelphia, PA",198,"Baltimore, MD" +252,287,177,"Savannah, GA",194,"Lake Charles, LA" +252,288,159,"Long Beach, CA",159,"Long Beach, CA" +252,289,239,"Portland, OR",159,"Long Beach, CA" +252,290,174,"Tampa, FL",257,"Houston, TX" +252,291,241,"Philadelphia, PA",197,"Portland, ME" +252,292,241,"Philadelphia, PA",253,"Beaumont, TX" +252,293,253,"Beaumont, TX",254,"Corpus Christi, TX" +252,294,197,"Portland, ME",265,"Norfolk Harbor, VA" +252,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +252,296,268,"Seattle, WA",159,"Long Beach, CA" +252,297,195,"New Orleans, LA",257,"Houston, TX" +252,298,223,"New York, NY and NJ",197,"Portland, ME" +252,299,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +252,300,253,"Beaumont, TX",257,"Houston, TX" +252,301,217,"New York, NY and NJ",229,"Wilmington, NC" +252,302,177,"Savannah, GA",195,"New Orleans, LA" +252,303,159,"Long Beach, CA",159,"Long Beach, CA" +252,304,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +252,305,198,"Baltimore, MD",245,"Charleston, SC" +252,306,265,"Norfolk Harbor, VA",178,"Brunswick, GA" +252,307,229,"Wilmington, NC",195,"New Orleans, LA" +252,308,159,"Long Beach, CA",159,"Long Beach, CA" +252,309,201,"Boston, MA",253,"Beaumont, TX" +252,310,257,"Houston, TX",257,"Houston, TX" +252,311,223,"New York, NY and NJ",217,"New York, NY and NJ" +252,312,195,"New Orleans, LA",254,"Corpus Christi, TX" +252,313,244,"Providence, RI",195,"New Orleans, LA" +252,314,217,"New York, NY and NJ",241,"Philadelphia, PA" +252,315,257,"Houston, TX",254,"Corpus Christi, TX" +252,316,159,"Long Beach, CA",159,"Long Beach, CA" +252,317,159,"Long Beach, CA",159,"Long Beach, CA" +252,318,162,"Oakland, CA",159,"Long Beach, CA" +252,319,257,"Houston, TX",257,"Houston, TX" +252,320,217,"New York, NY and NJ",201,"Boston, MA" +252,321,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +252,322,269,"Longview, WA",159,"Long Beach, CA" +252,323,257,"Houston, TX",253,"Beaumont, TX" +252,324,198,"Baltimore, MD",217,"New York, NY and NJ" +252,325,172,"Port Everglades, FL",257,"Houston, TX" +252,326,172,"Port Everglades, FL",253,"Beaumont, TX" +252,327,217,"New York, NY and NJ",241,"Philadelphia, PA" +252,328,218,"Camden-Gloucester, NJ",257,"Houston, TX" +252,329,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +252,330,197,"Portland, ME",223,"New York, NY and NJ" +252,331,171,"Jacksonville, FL",253,"Beaumont, TX" +252,332,177,"Savannah, GA",195,"New Orleans, LA" +252,333,152,"Mobile, AL",172,"Port Everglades, FL" +252,334,195,"New Orleans, LA",195,"New Orleans, LA" +252,335,169,"Wilmington, DE",223,"New York, NY and NJ" +252,336,257,"Houston, TX",195,"New Orleans, LA" +252,337,169,"Wilmington, DE",197,"Portland, ME" +252,338,198,"Baltimore, MD",257,"Houston, TX" +252,339,198,"Baltimore, MD",195,"New Orleans, LA" +252,340,265,"Norfolk Harbor, VA",197,"Portland, ME" +252,341,257,"Houston, TX",253,"Beaumont, TX" +252,342,241,"Philadelphia, PA",257,"Houston, TX" +252,343,268,"Seattle, WA",159,"Long Beach, CA" +252,344,218,"Camden-Gloucester, NJ",253,"Beaumont, TX" +252,345,241,"Philadelphia, PA",208,"Pascagoula, MS" +252,346,178,"Brunswick, GA",152,"Mobile, AL" +252,347,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +252,348,177,"Savannah, GA",194,"Lake Charles, LA" +252,349,223,"New York, NY and NJ",217,"New York, NY and NJ" +252,350,223,"New York, NY and NJ",241,"Philadelphia, PA" +252,351,169,"Wilmington, DE",193,"Baton Rouge, LA" +252,352,198,"Baltimore, MD",217,"New York, NY and NJ" +252,353,265,"Norfolk Harbor, VA",244,"Providence, RI" +252,354,197,"Portland, ME",198,"Baltimore, MD" +252,355,172,"Port Everglades, FL",193,"Baton Rouge, LA" +252,356,257,"Houston, TX",257,"Houston, TX" +252,357,244,"Providence, RI",172,"Port Everglades, FL" +252,358,229,"Wilmington, NC",245,"Charleston, SC" +252,359,177,"Savannah, GA",195,"New Orleans, LA" +252,360,174,"Tampa, FL",195,"New Orleans, LA" +252,361,253,"Beaumont, TX",253,"Beaumont, TX" +252,362,197,"Portland, ME",265,"Norfolk Harbor, VA" +252,363,257,"Houston, TX",254,"Corpus Christi, TX" +252,364,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +252,365,223,"New York, NY and NJ",178,"Brunswick, GA" +252,366,159,"Long Beach, CA",159,"Long Beach, CA" +252,367,159,"Long Beach, CA",162,"Oakland, CA" +252,368,159,"Long Beach, CA",159,"Long Beach, CA" +252,369,239,"Portland, OR",269,"Longview, WA" +252,370,223,"New York, NY and NJ",195,"New Orleans, LA" +252,371,159,"Long Beach, CA",159,"Long Beach, CA" +252,372,223,"New York, NY and NJ",197,"Portland, ME" +252,373,257,"Houston, TX",257,"Houston, TX" +252,374,159,"Long Beach, CA",268,"Seattle, WA" +252,375,159,"Long Beach, CA",268,"Seattle, WA" +252,376,159,"Long Beach, CA",159,"Long Beach, CA" +252,377,241,"Philadelphia, PA",217,"New York, NY and NJ" +252,378,257,"Houston, TX",257,"Houston, TX" +252,379,159,"Long Beach, CA",268,"Seattle, WA" +252,380,159,"Long Beach, CA",162,"Oakland, CA" +252,381,159,"Long Beach, CA",162,"Oakland, CA" +252,382,223,"New York, NY and NJ",194,"Lake Charles, LA" +252,383,159,"Long Beach, CA",268,"Seattle, WA" +252,384,198,"Baltimore, MD",194,"Lake Charles, LA" +252,385,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +252,386,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +252,387,201,"Boston, MA",265,"Norfolk Harbor, VA" +252,388,229,"Wilmington, NC",253,"Beaumont, TX" +252,389,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +252,390,217,"New York, NY and NJ",217,"New York, NY and NJ" +252,391,223,"New York, NY and NJ",195,"New Orleans, LA" +252,392,268,"Seattle, WA",268,"Seattle, WA" +252,393,162,"Oakland, CA",159,"Long Beach, CA" +252,394,244,"Providence, RI",195,"New Orleans, LA" +252,395,241,"Philadelphia, PA",169,"Wilmington, DE" +252,396,159,"Long Beach, CA",159,"Long Beach, CA" +252,397,197,"Portland, ME",195,"New Orleans, LA" +252,398,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +252,399,195,"New Orleans, LA",195,"New Orleans, LA" +252,400,159,"Long Beach, CA",159,"Long Beach, CA" +252,401,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +252,402,223,"New York, NY and NJ",195,"New Orleans, LA" +252,403,159,"Long Beach, CA",159,"Long Beach, CA" +252,404,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +252,405,152,"Mobile, AL",152,"Mobile, AL" +252,406,217,"New York, NY and NJ",171,"Jacksonville, FL" +252,407,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +252,408,239,"Portland, OR",159,"Long Beach, CA" +252,409,177,"Savannah, GA",195,"New Orleans, LA" +252,410,268,"Seattle, WA",269,"Longview, WA" +252,411,159,"Long Beach, CA",159,"Long Beach, CA" +252,412,223,"New York, NY and NJ",197,"Portland, ME" +252,413,159,"Long Beach, CA",195,"New Orleans, LA" +252,414,195,"New Orleans, LA",257,"Houston, TX" +252,415,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +252,416,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +252,417,268,"Seattle, WA",159,"Long Beach, CA" +252,418,239,"Portland, OR",269,"Longview, WA" +252,419,198,"Baltimore, MD",253,"Beaumont, TX" +252,420,159,"Long Beach, CA",268,"Seattle, WA" +252,421,239,"Portland, OR",269,"Longview, WA" +252,422,239,"Portland, OR",159,"Long Beach, CA" +252,423,159,"Long Beach, CA",253,"Beaumont, TX" +252,424,254,"Corpus Christi, TX",152,"Mobile, AL" +252,425,159,"Long Beach, CA",269,"Longview, WA" +252,426,254,"Corpus Christi, TX",257,"Houston, TX" +252,427,257,"Houston, TX",195,"New Orleans, LA" +252,428,159,"Long Beach, CA",159,"Long Beach, CA" +252,429,159,"Long Beach, CA",195,"New Orleans, LA" +252,430,197,"Portland, ME",223,"New York, NY and NJ" +252,431,197,"Portland, ME",265,"Norfolk Harbor, VA" +252,432,268,"Seattle, WA",159,"Long Beach, CA" +252,433,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +252,434,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +252,435,254,"Corpus Christi, TX",218,"Camden-Gloucester, NJ" +252,436,217,"New York, NY and NJ",172,"Port Everglades, FL" +252,437,245,"Charleston, SC",208,"Pascagoula, MS" +252,438,245,"Charleston, SC",171,"Jacksonville, FL" +252,439,245,"Charleston, SC",174,"Tampa, FL" +252,440,172,"Port Everglades, FL",172,"Port Everglades, FL" +252,441,239,"Portland, OR",268,"Seattle, WA" +252,442,197,"Portland, ME",257,"Houston, TX" +252,443,223,"New York, NY and NJ",245,"Charleston, SC" +252,444,159,"Long Beach, CA",159,"Long Beach, CA" +252,445,244,"Providence, RI",217,"New York, NY and NJ" +252,446,217,"New York, NY and NJ",198,"Baltimore, MD" +252,447,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +252,448,197,"Portland, ME",265,"Norfolk Harbor, VA" +252,449,159,"Long Beach, CA",159,"Long Beach, CA" +252,450,172,"Port Everglades, FL",257,"Houston, TX" +252,451,217,"New York, NY and NJ",195,"New Orleans, LA" +252,452,223,"New York, NY and NJ",217,"New York, NY and NJ" +252,453,159,"Long Beach, CA",159,"Long Beach, CA" +252,454,217,"New York, NY and NJ",253,"Beaumont, TX" +252,455,245,"Charleston, SC",253,"Beaumont, TX" +252,456,159,"Long Beach, CA",159,"Long Beach, CA" +252,457,245,"Charleston, SC",265,"Norfolk Harbor, VA" +252,458,229,"Wilmington, NC",217,"New York, NY and NJ" +252,459,159,"Long Beach, CA",159,"Long Beach, CA" +252,460,198,"Baltimore, MD",223,"New York, NY and NJ" +252,461,174,"Tampa, FL",208,"Pascagoula, MS" +252,462,245,"Charleston, SC",257,"Houston, TX" +252,463,223,"New York, NY and NJ",201,"Boston, MA" +252,464,197,"Portland, ME",197,"Portland, ME" +252,465,159,"Long Beach, CA",159,"Long Beach, CA" +252,466,159,"Long Beach, CA",159,"Long Beach, CA" +252,467,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +252,468,162,"Oakland, CA",162,"Oakland, CA" +252,469,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +252,470,268,"Seattle, WA",159,"Long Beach, CA" +252,471,245,"Charleston, SC",152,"Mobile, AL" +252,472,239,"Portland, OR",162,"Oakland, CA" +252,473,159,"Long Beach, CA",159,"Long Beach, CA" +252,474,177,"Savannah, GA",257,"Houston, TX" +252,475,217,"New York, NY and NJ",198,"Baltimore, MD" +252,476,268,"Seattle, WA",195,"New Orleans, LA" +252,477,159,"Long Beach, CA",162,"Oakland, CA" +252,478,177,"Savannah, GA",172,"Port Everglades, FL" +252,479,269,"Longview, WA",159,"Long Beach, CA" +252,480,217,"New York, NY and NJ",217,"New York, NY and NJ" +252,481,223,"New York, NY and NJ",198,"Baltimore, MD" +252,482,239,"Portland, OR",159,"Long Beach, CA" +252,483,218,"Camden-Gloucester, NJ",201,"Boston, MA" +252,484,257,"Houston, TX",174,"Tampa, FL" +252,485,268,"Seattle, WA",268,"Seattle, WA" +252,486,159,"Long Beach, CA",268,"Seattle, WA" +252,487,195,"New Orleans, LA",195,"New Orleans, LA" +252,488,159,"Long Beach, CA",268,"Seattle, WA" +252,489,162,"Oakland, CA",253,"Beaumont, TX" +252,490,265,"Norfolk Harbor, VA",152,"Mobile, AL" +252,491,177,"Savannah, GA",201,"Boston, MA" +253,154,159,"Long Beach, CA",159,"Long Beach, CA" +253,179,162,"Oakland, CA",159,"Long Beach, CA" +253,180,162,"Oakland, CA",159,"Long Beach, CA" +253,274,268,"Seattle, WA",159,"Long Beach, CA" +253,275,201,"Boston, MA",195,"New Orleans, LA" +253,276,197,"Portland, ME",198,"Baltimore, MD" +253,277,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +253,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +253,279,265,"Norfolk Harbor, VA",177,"Savannah, GA" +253,280,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +253,281,172,"Port Everglades, FL",193,"Baton Rouge, LA" +253,282,197,"Portland, ME",217,"New York, NY and NJ" +253,283,195,"New Orleans, LA",253,"Beaumont, TX" +253,284,162,"Oakland, CA",159,"Long Beach, CA" +253,285,223,"New York, NY and NJ",198,"Baltimore, MD" +253,286,217,"New York, NY and NJ",217,"New York, NY and NJ" +253,287,152,"Mobile, AL",152,"Mobile, AL" +253,288,159,"Long Beach, CA",159,"Long Beach, CA" +253,289,159,"Long Beach, CA",268,"Seattle, WA" +253,290,229,"Wilmington, NC",194,"Lake Charles, LA" +253,291,201,"Boston, MA",217,"New York, NY and NJ" +253,292,241,"Philadelphia, PA",217,"New York, NY and NJ" +253,293,253,"Beaumont, TX",257,"Houston, TX" +253,294,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +253,295,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +253,296,269,"Longview, WA",159,"Long Beach, CA" +253,297,195,"New Orleans, LA",195,"New Orleans, LA" +253,298,223,"New York, NY and NJ",198,"Baltimore, MD" +253,299,193,"Baton Rouge, LA",195,"New Orleans, LA" +253,300,177,"Savannah, GA",253,"Beaumont, TX" +253,301,244,"Providence, RI",241,"Philadelphia, PA" +253,302,172,"Port Everglades, FL",195,"New Orleans, LA" +253,303,159,"Long Beach, CA",268,"Seattle, WA" +253,304,265,"Norfolk Harbor, VA",253,"Beaumont, TX" +253,305,152,"Mobile, AL",194,"Lake Charles, LA" +253,306,198,"Baltimore, MD",245,"Charleston, SC" +253,307,241,"Philadelphia, PA",253,"Beaumont, TX" +253,308,268,"Seattle, WA",159,"Long Beach, CA" +253,309,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +253,310,253,"Beaumont, TX",152,"Mobile, AL" +253,311,223,"New York, NY and NJ",253,"Beaumont, TX" +253,312,195,"New Orleans, LA",195,"New Orleans, LA" +253,313,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +253,314,241,"Philadelphia, PA",201,"Boston, MA" +253,315,257,"Houston, TX",257,"Houston, TX" +253,316,268,"Seattle, WA",159,"Long Beach, CA" +253,317,162,"Oakland, CA",159,"Long Beach, CA" +253,318,269,"Longview, WA",159,"Long Beach, CA" +253,319,195,"New Orleans, LA",253,"Beaumont, TX" +253,320,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +253,321,169,"Wilmington, DE",195,"New Orleans, LA" +253,322,239,"Portland, OR",268,"Seattle, WA" +253,323,257,"Houston, TX",257,"Houston, TX" +253,324,197,"Portland, ME",198,"Baltimore, MD" +253,325,195,"New Orleans, LA",253,"Beaumont, TX" +253,326,195,"New Orleans, LA",195,"New Orleans, LA" +253,327,197,"Portland, ME",265,"Norfolk Harbor, VA" +253,328,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +253,329,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +253,330,197,"Portland, ME",265,"Norfolk Harbor, VA" +253,331,223,"New York, NY and NJ",195,"New Orleans, LA" +253,332,172,"Port Everglades, FL",178,"Brunswick, GA" +253,333,152,"Mobile, AL",195,"New Orleans, LA" +253,334,253,"Beaumont, TX",253,"Beaumont, TX" +253,335,201,"Boston, MA",198,"Baltimore, MD" +253,336,195,"New Orleans, LA",253,"Beaumont, TX" +253,337,198,"Baltimore, MD",217,"New York, NY and NJ" +253,338,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +253,339,198,"Baltimore, MD",177,"Savannah, GA" +253,340,223,"New York, NY and NJ",152,"Mobile, AL" +253,341,253,"Beaumont, TX",253,"Beaumont, TX" +253,342,223,"New York, NY and NJ",201,"Boston, MA" +253,343,159,"Long Beach, CA",268,"Seattle, WA" +253,344,197,"Portland, ME",177,"Savannah, GA" +253,345,223,"New York, NY and NJ",197,"Portland, ME" +253,346,195,"New Orleans, LA",193,"Baton Rouge, LA" +253,347,245,"Charleston, SC",198,"Baltimore, MD" +253,348,217,"New York, NY and NJ",241,"Philadelphia, PA" +253,349,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +253,350,244,"Providence, RI",265,"Norfolk Harbor, VA" +253,351,198,"Baltimore, MD",201,"Boston, MA" +253,352,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +253,353,169,"Wilmington, DE",223,"New York, NY and NJ" +253,354,217,"New York, NY and NJ",195,"New Orleans, LA" +253,355,193,"Baton Rouge, LA",195,"New Orleans, LA" +253,356,208,"Pascagoula, MS",152,"Mobile, AL" +253,357,177,"Savannah, GA",229,"Wilmington, NC" +253,358,177,"Savannah, GA",208,"Pascagoula, MS" +253,359,195,"New Orleans, LA",177,"Savannah, GA" +253,360,172,"Port Everglades, FL",253,"Beaumont, TX" +253,361,253,"Beaumont, TX",245,"Charleston, SC" +253,362,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +253,363,208,"Pascagoula, MS",152,"Mobile, AL" +253,364,201,"Boston, MA",265,"Norfolk Harbor, VA" +253,365,197,"Portland, ME",265,"Norfolk Harbor, VA" +253,366,159,"Long Beach, CA",159,"Long Beach, CA" +253,367,159,"Long Beach, CA",162,"Oakland, CA" +253,368,269,"Longview, WA",159,"Long Beach, CA" +253,369,268,"Seattle, WA",268,"Seattle, WA" +253,370,218,"Camden-Gloucester, NJ",201,"Boston, MA" +253,371,162,"Oakland, CA",159,"Long Beach, CA" +253,372,223,"New York, NY and NJ",198,"Baltimore, MD" +253,373,171,"Jacksonville, FL",172,"Port Everglades, FL" +253,374,162,"Oakland, CA",159,"Long Beach, CA" +253,375,239,"Portland, OR",239,"Portland, OR" +253,376,268,"Seattle, WA",159,"Long Beach, CA" +253,377,217,"New York, NY and NJ",223,"New York, NY and NJ" +253,378,195,"New Orleans, LA",195,"New Orleans, LA" +253,379,268,"Seattle, WA",239,"Portland, OR" +253,380,159,"Long Beach, CA",162,"Oakland, CA" +253,381,159,"Long Beach, CA",159,"Long Beach, CA" +253,382,265,"Norfolk Harbor, VA",253,"Beaumont, TX" +253,383,162,"Oakland, CA",257,"Houston, TX" +253,384,197,"Portland, ME",253,"Beaumont, TX" +253,385,241,"Philadelphia, PA",177,"Savannah, GA" +253,386,217,"New York, NY and NJ",223,"New York, NY and NJ" +253,387,241,"Philadelphia, PA",198,"Baltimore, MD" +253,388,201,"Boston, MA",265,"Norfolk Harbor, VA" +253,389,201,"Boston, MA",223,"New York, NY and NJ" +253,390,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +253,391,218,"Camden-Gloucester, NJ",193,"Baton Rouge, LA" +253,392,269,"Longview, WA",159,"Long Beach, CA" +253,393,159,"Long Beach, CA",159,"Long Beach, CA" +253,394,201,"Boston, MA",195,"New Orleans, LA" +253,395,241,"Philadelphia, PA",217,"New York, NY and NJ" +253,396,268,"Seattle, WA",268,"Seattle, WA" +253,397,218,"Camden-Gloucester, NJ",194,"Lake Charles, LA" +253,398,217,"New York, NY and NJ",174,"Tampa, FL" +253,399,195,"New Orleans, LA",195,"New Orleans, LA" +253,400,159,"Long Beach, CA",162,"Oakland, CA" +253,401,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +253,402,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +253,403,159,"Long Beach, CA",159,"Long Beach, CA" +253,404,197,"Portland, ME",241,"Philadelphia, PA" +253,405,177,"Savannah, GA",174,"Tampa, FL" +253,406,241,"Philadelphia, PA",198,"Baltimore, MD" +253,407,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +253,408,159,"Long Beach, CA",159,"Long Beach, CA" +253,409,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +253,410,159,"Long Beach, CA",159,"Long Beach, CA" +253,411,159,"Long Beach, CA",159,"Long Beach, CA" +253,412,197,"Portland, ME",198,"Baltimore, MD" +253,413,162,"Oakland, CA",257,"Houston, TX" +253,414,172,"Port Everglades, FL",253,"Beaumont, TX" +253,415,223,"New York, NY and NJ",174,"Tampa, FL" +253,416,172,"Port Everglades, FL",253,"Beaumont, TX" +253,417,162,"Oakland, CA",159,"Long Beach, CA" +253,418,268,"Seattle, WA",239,"Portland, OR" +253,419,217,"New York, NY and NJ",217,"New York, NY and NJ" +253,420,269,"Longview, WA",268,"Seattle, WA" +253,421,159,"Long Beach, CA",159,"Long Beach, CA" +253,422,159,"Long Beach, CA",162,"Oakland, CA" +253,423,268,"Seattle, WA",257,"Houston, TX" +253,424,257,"Houston, TX",257,"Houston, TX" +253,425,159,"Long Beach, CA",159,"Long Beach, CA" +253,426,253,"Beaumont, TX",152,"Mobile, AL" +253,427,195,"New Orleans, LA",254,"Corpus Christi, TX" +253,428,159,"Long Beach, CA",159,"Long Beach, CA" +253,429,253,"Beaumont, TX",195,"New Orleans, LA" +253,430,217,"New York, NY and NJ",201,"Boston, MA" +253,431,201,"Boston, MA",245,"Charleston, SC" +253,432,268,"Seattle, WA",253,"Beaumont, TX" +253,433,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +253,434,223,"New York, NY and NJ",208,"Pascagoula, MS" +253,435,197,"Portland, ME",257,"Houston, TX" +253,436,265,"Norfolk Harbor, VA",177,"Savannah, GA" +253,437,253,"Beaumont, TX",194,"Lake Charles, LA" +253,438,172,"Port Everglades, FL",253,"Beaumont, TX" +253,439,171,"Jacksonville, FL",194,"Lake Charles, LA" +253,440,229,"Wilmington, NC",253,"Beaumont, TX" +253,441,159,"Long Beach, CA",162,"Oakland, CA" +253,442,223,"New York, NY and NJ",208,"Pascagoula, MS" +253,443,241,"Philadelphia, PA",245,"Charleston, SC" +253,444,239,"Portland, OR",159,"Long Beach, CA" +253,445,201,"Boston, MA",253,"Beaumont, TX" +253,446,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +253,447,265,"Norfolk Harbor, VA",152,"Mobile, AL" +253,448,218,"Camden-Gloucester, NJ",253,"Beaumont, TX" +253,449,159,"Long Beach, CA",159,"Long Beach, CA" +253,450,174,"Tampa, FL",177,"Savannah, GA" +253,451,217,"New York, NY and NJ",241,"Philadelphia, PA" +253,452,241,"Philadelphia, PA",223,"New York, NY and NJ" +253,453,268,"Seattle, WA",239,"Portland, OR" +253,454,198,"Baltimore, MD",245,"Charleston, SC" +253,455,178,"Brunswick, GA",265,"Norfolk Harbor, VA" +253,456,159,"Long Beach, CA",159,"Long Beach, CA" +253,457,223,"New York, NY and NJ",223,"New York, NY and NJ" +253,458,217,"New York, NY and NJ",198,"Baltimore, MD" +253,459,268,"Seattle, WA",162,"Oakland, CA" +253,460,201,"Boston, MA",197,"Portland, ME" +253,461,253,"Beaumont, TX",253,"Beaumont, TX" +253,462,172,"Port Everglades, FL",257,"Houston, TX" +253,463,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +253,464,265,"Norfolk Harbor, VA",201,"Boston, MA" +253,465,159,"Long Beach, CA",269,"Longview, WA" +253,466,162,"Oakland, CA",268,"Seattle, WA" +253,467,198,"Baltimore, MD",197,"Portland, ME" +253,468,159,"Long Beach, CA",268,"Seattle, WA" +253,469,197,"Portland, ME",265,"Norfolk Harbor, VA" +253,470,162,"Oakland, CA",159,"Long Beach, CA" +253,471,198,"Baltimore, MD",195,"New Orleans, LA" +253,472,159,"Long Beach, CA",159,"Long Beach, CA" +253,473,239,"Portland, OR",159,"Long Beach, CA" +253,474,178,"Brunswick, GA",253,"Beaumont, TX" +253,475,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +253,476,162,"Oakland, CA",162,"Oakland, CA" +253,477,268,"Seattle, WA",159,"Long Beach, CA" +253,478,172,"Port Everglades, FL",195,"New Orleans, LA" +253,479,159,"Long Beach, CA",159,"Long Beach, CA" +253,480,223,"New York, NY and NJ",245,"Charleston, SC" +253,481,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +253,482,159,"Long Beach, CA",268,"Seattle, WA" +253,483,201,"Boston, MA",195,"New Orleans, LA" +253,484,208,"Pascagoula, MS",257,"Houston, TX" +253,485,159,"Long Beach, CA",268,"Seattle, WA" +253,486,162,"Oakland, CA",159,"Long Beach, CA" +253,487,152,"Mobile, AL",172,"Port Everglades, FL" +253,488,268,"Seattle, WA",162,"Oakland, CA" +253,489,193,"Baton Rouge, LA",152,"Mobile, AL" +253,490,241,"Philadelphia, PA",253,"Beaumont, TX" +253,491,241,"Philadelphia, PA",177,"Savannah, GA" +254,154,159,"Long Beach, CA",159,"Long Beach, CA" +254,179,159,"Long Beach, CA",159,"Long Beach, CA" +254,180,159,"Long Beach, CA",159,"Long Beach, CA" +254,274,159,"Long Beach, CA",268,"Seattle, WA" +254,275,217,"New York, NY and NJ",201,"Boston, MA" +254,276,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +254,277,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +254,278,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +254,279,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +254,280,172,"Port Everglades, FL",193,"Baton Rouge, LA" +254,281,152,"Mobile, AL",257,"Houston, TX" +254,282,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +254,283,195,"New Orleans, LA",172,"Port Everglades, FL" +254,284,159,"Long Beach, CA",162,"Oakland, CA" +254,285,217,"New York, NY and NJ",177,"Savannah, GA" +254,286,223,"New York, NY and NJ",217,"New York, NY and NJ" +254,287,177,"Savannah, GA",195,"New Orleans, LA" +254,288,239,"Portland, OR",159,"Long Beach, CA" +254,289,162,"Oakland, CA",268,"Seattle, WA" +254,290,172,"Port Everglades, FL",195,"New Orleans, LA" +254,291,223,"New York, NY and NJ",195,"New Orleans, LA" +254,292,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +254,293,257,"Houston, TX",257,"Houston, TX" +254,294,201,"Boston, MA",195,"New Orleans, LA" +254,295,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +254,296,162,"Oakland, CA",162,"Oakland, CA" +254,297,171,"Jacksonville, FL",194,"Lake Charles, LA" +254,298,245,"Charleston, SC",253,"Beaumont, TX" +254,299,172,"Port Everglades, FL",172,"Port Everglades, FL" +254,300,152,"Mobile, AL",195,"New Orleans, LA" +254,301,197,"Portland, ME",208,"Pascagoula, MS" +254,302,177,"Savannah, GA",195,"New Orleans, LA" +254,303,159,"Long Beach, CA",159,"Long Beach, CA" +254,304,223,"New York, NY and NJ",241,"Philadelphia, PA" +254,305,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +254,306,244,"Providence, RI",169,"Wilmington, DE" +254,307,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +254,308,159,"Long Beach, CA",159,"Long Beach, CA" +254,309,217,"New York, NY and NJ",195,"New Orleans, LA" +254,310,254,"Corpus Christi, TX",257,"Houston, TX" +254,311,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +254,312,195,"New Orleans, LA",174,"Tampa, FL" +254,313,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +254,314,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +254,315,208,"Pascagoula, MS",195,"New Orleans, LA" +254,316,159,"Long Beach, CA",268,"Seattle, WA" +254,317,162,"Oakland, CA",268,"Seattle, WA" +254,318,162,"Oakland, CA",239,"Portland, OR" +254,319,257,"Houston, TX",195,"New Orleans, LA" +254,320,198,"Baltimore, MD",257,"Houston, TX" +254,321,229,"Wilmington, NC",253,"Beaumont, TX" +254,322,159,"Long Beach, CA",159,"Long Beach, CA" +254,323,254,"Corpus Christi, TX",152,"Mobile, AL" +254,324,241,"Philadelphia, PA",195,"New Orleans, LA" +254,325,195,"New Orleans, LA",254,"Corpus Christi, TX" +254,326,172,"Port Everglades, FL",172,"Port Everglades, FL" +254,327,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +254,328,223,"New York, NY and NJ",197,"Portland, ME" +254,329,198,"Baltimore, MD",195,"New Orleans, LA" +254,330,197,"Portland, ME",217,"New York, NY and NJ" +254,331,198,"Baltimore, MD",174,"Tampa, FL" +254,332,245,"Charleston, SC",257,"Houston, TX" +254,333,195,"New Orleans, LA",257,"Houston, TX" +254,334,257,"Houston, TX",194,"Lake Charles, LA" +254,335,171,"Jacksonville, FL",195,"New Orleans, LA" +254,336,257,"Houston, TX",257,"Houston, TX" +254,337,265,"Norfolk Harbor, VA",197,"Portland, ME" +254,338,245,"Charleston, SC",245,"Charleston, SC" +254,339,198,"Baltimore, MD",177,"Savannah, GA" +254,340,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +254,341,195,"New Orleans, LA",254,"Corpus Christi, TX" +254,342,197,"Portland, ME",265,"Norfolk Harbor, VA" +254,343,269,"Longview, WA",162,"Oakland, CA" +254,344,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +254,345,223,"New York, NY and NJ",195,"New Orleans, LA" +254,346,254,"Corpus Christi, TX",253,"Beaumont, TX" +254,347,177,"Savannah, GA",195,"New Orleans, LA" +254,348,223,"New York, NY and NJ",229,"Wilmington, NC" +254,349,198,"Baltimore, MD",195,"New Orleans, LA" +254,350,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +254,351,229,"Wilmington, NC",253,"Beaumont, TX" +254,352,241,"Philadelphia, PA",197,"Portland, ME" +254,353,223,"New York, NY and NJ",217,"New York, NY and NJ" +254,354,223,"New York, NY and NJ",217,"New York, NY and NJ" +254,355,177,"Savannah, GA",177,"Savannah, GA" +254,356,254,"Corpus Christi, TX",257,"Houston, TX" +254,357,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +254,358,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +254,359,174,"Tampa, FL",171,"Jacksonville, FL" +254,360,172,"Port Everglades, FL",195,"New Orleans, LA" +254,361,193,"Baton Rouge, LA",253,"Beaumont, TX" +254,362,223,"New York, NY and NJ",217,"New York, NY and NJ" +254,363,257,"Houston, TX",257,"Houston, TX" +254,364,217,"New York, NY and NJ",257,"Houston, TX" +254,365,197,"Portland, ME",257,"Houston, TX" +254,366,162,"Oakland, CA",268,"Seattle, WA" +254,367,159,"Long Beach, CA",159,"Long Beach, CA" +254,368,159,"Long Beach, CA",268,"Seattle, WA" +254,369,269,"Longview, WA",257,"Houston, TX" +254,370,217,"New York, NY and NJ",152,"Mobile, AL" +254,371,159,"Long Beach, CA",159,"Long Beach, CA" +254,372,177,"Savannah, GA",265,"Norfolk Harbor, VA" +254,373,171,"Jacksonville, FL",254,"Corpus Christi, TX" +254,374,159,"Long Beach, CA",239,"Portland, OR" +254,375,159,"Long Beach, CA",257,"Houston, TX" +254,376,159,"Long Beach, CA",162,"Oakland, CA" +254,377,201,"Boston, MA",253,"Beaumont, TX" +254,378,195,"New Orleans, LA",172,"Port Everglades, FL" +254,379,159,"Long Beach, CA",162,"Oakland, CA" +254,380,159,"Long Beach, CA",239,"Portland, OR" +254,381,269,"Longview, WA",268,"Seattle, WA" +254,382,223,"New York, NY and NJ",197,"Portland, ME" +254,383,162,"Oakland, CA",268,"Seattle, WA" +254,384,172,"Port Everglades, FL",257,"Houston, TX" +254,385,241,"Philadelphia, PA",152,"Mobile, AL" +254,386,197,"Portland, ME",265,"Norfolk Harbor, VA" +254,387,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +254,388,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +254,389,217,"New York, NY and NJ",241,"Philadelphia, PA" +254,390,152,"Mobile, AL",217,"New York, NY and NJ" +254,391,265,"Norfolk Harbor, VA",177,"Savannah, GA" +254,392,159,"Long Beach, CA",162,"Oakland, CA" +254,393,268,"Seattle, WA",159,"Long Beach, CA" +254,394,197,"Portland, ME",194,"Lake Charles, LA" +254,395,245,"Charleston, SC",171,"Jacksonville, FL" +254,396,159,"Long Beach, CA",268,"Seattle, WA" +254,397,229,"Wilmington, NC",177,"Savannah, GA" +254,398,201,"Boston, MA",218,"Camden-Gloucester, NJ" +254,399,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +254,400,239,"Portland, OR",162,"Oakland, CA" +254,401,223,"New York, NY and NJ",244,"Providence, RI" +254,402,223,"New York, NY and NJ",217,"New York, NY and NJ" +254,403,268,"Seattle, WA",159,"Long Beach, CA" +254,404,217,"New York, NY and NJ",198,"Baltimore, MD" +254,405,172,"Port Everglades, FL",254,"Corpus Christi, TX" +254,406,223,"New York, NY and NJ",198,"Baltimore, MD" +254,407,223,"New York, NY and NJ",257,"Houston, TX" +254,408,159,"Long Beach, CA",239,"Portland, OR" +254,409,152,"Mobile, AL",257,"Houston, TX" +254,410,159,"Long Beach, CA",159,"Long Beach, CA" +254,411,159,"Long Beach, CA",268,"Seattle, WA" +254,412,198,"Baltimore, MD",244,"Providence, RI" +254,413,268,"Seattle, WA",159,"Long Beach, CA" +254,414,257,"Houston, TX",194,"Lake Charles, LA" +254,415,195,"New Orleans, LA",217,"New York, NY and NJ" +254,416,244,"Providence, RI",245,"Charleston, SC" +254,417,159,"Long Beach, CA",268,"Seattle, WA" +254,418,159,"Long Beach, CA",269,"Longview, WA" +254,419,217,"New York, NY and NJ",217,"New York, NY and NJ" +254,420,159,"Long Beach, CA",268,"Seattle, WA" +254,421,268,"Seattle, WA",159,"Long Beach, CA" +254,422,159,"Long Beach, CA",159,"Long Beach, CA" +254,423,269,"Longview, WA",268,"Seattle, WA" +254,424,254,"Corpus Christi, TX",195,"New Orleans, LA" +254,425,159,"Long Beach, CA",159,"Long Beach, CA" +254,426,254,"Corpus Christi, TX",195,"New Orleans, LA" +254,427,195,"New Orleans, LA",253,"Beaumont, TX" +254,428,159,"Long Beach, CA",159,"Long Beach, CA" +254,429,159,"Long Beach, CA",257,"Houston, TX" +254,430,201,"Boston, MA",241,"Philadelphia, PA" +254,431,201,"Boston, MA",195,"New Orleans, LA" +254,432,159,"Long Beach, CA",159,"Long Beach, CA" +254,433,265,"Norfolk Harbor, VA",194,"Lake Charles, LA" +254,434,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +254,435,257,"Houston, TX",257,"Houston, TX" +254,436,244,"Providence, RI",257,"Houston, TX" +254,437,241,"Philadelphia, PA",193,"Baton Rouge, LA" +254,438,172,"Port Everglades, FL",194,"Lake Charles, LA" +254,439,177,"Savannah, GA",177,"Savannah, GA" +254,440,177,"Savannah, GA",195,"New Orleans, LA" +254,441,159,"Long Beach, CA",159,"Long Beach, CA" +254,442,197,"Portland, ME",223,"New York, NY and NJ" +254,443,223,"New York, NY and NJ",171,"Jacksonville, FL" +254,444,239,"Portland, OR",171,"Jacksonville, FL" +254,445,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +254,446,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +254,447,198,"Baltimore, MD",193,"Baton Rouge, LA" +254,448,201,"Boston, MA",265,"Norfolk Harbor, VA" +254,449,268,"Seattle, WA",268,"Seattle, WA" +254,450,172,"Port Everglades, FL",152,"Mobile, AL" +254,451,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +254,452,223,"New York, NY and NJ",223,"New York, NY and NJ" +254,453,159,"Long Beach, CA",159,"Long Beach, CA" +254,454,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +254,455,152,"Mobile, AL",177,"Savannah, GA" +254,456,159,"Long Beach, CA",159,"Long Beach, CA" +254,457,223,"New York, NY and NJ",177,"Savannah, GA" +254,458,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +254,459,159,"Long Beach, CA",159,"Long Beach, CA" +254,460,245,"Charleston, SC",265,"Norfolk Harbor, VA" +254,461,193,"Baton Rouge, LA",257,"Houston, TX" +254,462,152,"Mobile, AL",208,"Pascagoula, MS" +254,463,197,"Portland, ME",171,"Jacksonville, FL" +254,464,198,"Baltimore, MD",223,"New York, NY and NJ" +254,465,159,"Long Beach, CA",208,"Pascagoula, MS" +254,466,159,"Long Beach, CA",268,"Seattle, WA" +254,467,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +254,468,268,"Seattle, WA",269,"Longview, WA" +254,469,197,"Portland, ME",198,"Baltimore, MD" +254,470,239,"Portland, OR",162,"Oakland, CA" +254,471,171,"Jacksonville, FL",217,"New York, NY and NJ" +254,472,159,"Long Beach, CA",268,"Seattle, WA" +254,473,268,"Seattle, WA",268,"Seattle, WA" +254,474,172,"Port Everglades, FL",254,"Corpus Christi, TX" +254,475,217,"New York, NY and NJ",244,"Providence, RI" +254,476,159,"Long Beach, CA",159,"Long Beach, CA" +254,477,159,"Long Beach, CA",159,"Long Beach, CA" +254,478,171,"Jacksonville, FL",152,"Mobile, AL" +254,479,268,"Seattle, WA",239,"Portland, OR" +254,480,223,"New York, NY and NJ",171,"Jacksonville, FL" +254,481,217,"New York, NY and NJ",257,"Houston, TX" +254,482,159,"Long Beach, CA",268,"Seattle, WA" +254,483,198,"Baltimore, MD",244,"Providence, RI" +254,484,253,"Beaumont, TX",195,"New Orleans, LA" +254,485,159,"Long Beach, CA",159,"Long Beach, CA" +254,486,162,"Oakland, CA",162,"Oakland, CA" +254,487,174,"Tampa, FL",171,"Jacksonville, FL" +254,488,269,"Longview, WA",159,"Long Beach, CA" +254,489,269,"Longview, WA",254,"Corpus Christi, TX" +254,490,265,"Norfolk Harbor, VA",254,"Corpus Christi, TX" +254,491,241,"Philadelphia, PA",195,"New Orleans, LA" +255,154,239,"Portland, OR",268,"Seattle, WA" +255,179,159,"Long Beach, CA",268,"Seattle, WA" +255,180,159,"Long Beach, CA",268,"Seattle, WA" +255,274,159,"Long Beach, CA",268,"Seattle, WA" +255,275,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +255,276,241,"Philadelphia, PA",198,"Baltimore, MD" +255,277,217,"New York, NY and NJ",223,"New York, NY and NJ" +255,278,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +255,279,265,"Norfolk Harbor, VA",194,"Lake Charles, LA" +255,280,172,"Port Everglades, FL",195,"New Orleans, LA" +255,281,253,"Beaumont, TX",195,"New Orleans, LA" +255,282,197,"Portland, ME",208,"Pascagoula, MS" +255,283,195,"New Orleans, LA",208,"Pascagoula, MS" +255,284,159,"Long Beach, CA",159,"Long Beach, CA" +255,285,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +255,286,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +255,287,177,"Savannah, GA",172,"Port Everglades, FL" +255,288,162,"Oakland, CA",159,"Long Beach, CA" +255,289,159,"Long Beach, CA",159,"Long Beach, CA" +255,290,177,"Savannah, GA",195,"New Orleans, LA" +255,291,169,"Wilmington, DE",201,"Boston, MA" +255,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +255,293,195,"New Orleans, LA",257,"Houston, TX" +255,294,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +255,295,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +255,296,239,"Portland, OR",268,"Seattle, WA" +255,297,257,"Houston, TX",194,"Lake Charles, LA" +255,298,217,"New York, NY and NJ",241,"Philadelphia, PA" +255,299,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +255,300,257,"Houston, TX",195,"New Orleans, LA" +255,301,197,"Portland, ME",171,"Jacksonville, FL" +255,302,174,"Tampa, FL",265,"Norfolk Harbor, VA" +255,303,159,"Long Beach, CA",268,"Seattle, WA" +255,304,218,"Camden-Gloucester, NJ",208,"Pascagoula, MS" +255,305,217,"New York, NY and NJ",178,"Brunswick, GA" +255,306,244,"Providence, RI",245,"Charleston, SC" +255,307,223,"New York, NY and NJ",223,"New York, NY and NJ" +255,308,159,"Long Beach, CA",159,"Long Beach, CA" +255,309,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +255,310,195,"New Orleans, LA",254,"Corpus Christi, TX" +255,311,229,"Wilmington, NC",172,"Port Everglades, FL" +255,312,195,"New Orleans, LA",257,"Houston, TX" +255,313,217,"New York, NY and NJ",177,"Savannah, GA" +255,314,201,"Boston, MA",265,"Norfolk Harbor, VA" +255,315,195,"New Orleans, LA",254,"Corpus Christi, TX" +255,316,268,"Seattle, WA",159,"Long Beach, CA" +255,317,159,"Long Beach, CA",159,"Long Beach, CA" +255,318,269,"Longview, WA",162,"Oakland, CA" +255,319,172,"Port Everglades, FL",194,"Lake Charles, LA" +255,320,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +255,321,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +255,322,268,"Seattle, WA",159,"Long Beach, CA" +255,323,195,"New Orleans, LA",208,"Pascagoula, MS" +255,324,223,"New York, NY and NJ",197,"Portland, ME" +255,325,152,"Mobile, AL",195,"New Orleans, LA" +255,326,172,"Port Everglades, FL",194,"Lake Charles, LA" +255,327,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +255,328,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +255,329,244,"Providence, RI",223,"New York, NY and NJ" +255,330,217,"New York, NY and NJ",223,"New York, NY and NJ" +255,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +255,332,172,"Port Everglades, FL",195,"New Orleans, LA" +255,333,177,"Savannah, GA",177,"Savannah, GA" +255,334,195,"New Orleans, LA",257,"Houston, TX" +255,335,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +255,336,253,"Beaumont, TX",254,"Corpus Christi, TX" +255,337,177,"Savannah, GA",201,"Boston, MA" +255,338,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +255,339,197,"Portland, ME",223,"New York, NY and NJ" +255,340,197,"Portland, ME",197,"Portland, ME" +255,341,195,"New Orleans, LA",194,"Lake Charles, LA" +255,342,241,"Philadelphia, PA",208,"Pascagoula, MS" +255,343,159,"Long Beach, CA",268,"Seattle, WA" +255,344,217,"New York, NY and NJ",198,"Baltimore, MD" +255,345,241,"Philadelphia, PA",223,"New York, NY and NJ" +255,346,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +255,347,217,"New York, NY and NJ",172,"Port Everglades, FL" +255,348,241,"Philadelphia, PA",244,"Providence, RI" +255,349,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +255,350,201,"Boston, MA",217,"New York, NY and NJ" +255,351,265,"Norfolk Harbor, VA",201,"Boston, MA" +255,352,197,"Portland, ME",265,"Norfolk Harbor, VA" +255,353,223,"New York, NY and NJ",217,"New York, NY and NJ" +255,354,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +255,355,195,"New Orleans, LA",195,"New Orleans, LA" +255,356,195,"New Orleans, LA",195,"New Orleans, LA" +255,357,201,"Boston, MA",217,"New York, NY and NJ" +255,358,217,"New York, NY and NJ",208,"Pascagoula, MS" +255,359,257,"Houston, TX",253,"Beaumont, TX" +255,360,195,"New Orleans, LA",195,"New Orleans, LA" +255,361,174,"Tampa, FL",254,"Corpus Christi, TX" +255,362,223,"New York, NY and NJ",197,"Portland, ME" +255,363,257,"Houston, TX",257,"Houston, TX" +255,364,169,"Wilmington, DE",223,"New York, NY and NJ" +255,365,197,"Portland, ME",223,"New York, NY and NJ" +255,366,159,"Long Beach, CA",159,"Long Beach, CA" +255,367,239,"Portland, OR",162,"Oakland, CA" +255,368,162,"Oakland, CA",159,"Long Beach, CA" +255,369,159,"Long Beach, CA",159,"Long Beach, CA" +255,370,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +255,371,257,"Houston, TX",194,"Lake Charles, LA" +255,372,177,"Savannah, GA",223,"New York, NY and NJ" +255,373,172,"Port Everglades, FL",194,"Lake Charles, LA" +255,374,268,"Seattle, WA",162,"Oakland, CA" +255,375,159,"Long Beach, CA",159,"Long Beach, CA" +255,376,159,"Long Beach, CA",162,"Oakland, CA" +255,377,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +255,378,177,"Savannah, GA",253,"Beaumont, TX" +255,379,162,"Oakland, CA",162,"Oakland, CA" +255,380,159,"Long Beach, CA",162,"Oakland, CA" +255,381,159,"Long Beach, CA",239,"Portland, OR" +255,382,201,"Boston, MA",217,"New York, NY and NJ" +255,383,269,"Longview, WA",257,"Houston, TX" +255,384,194,"Lake Charles, LA",217,"New York, NY and NJ" +255,385,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +255,386,217,"New York, NY and NJ",223,"New York, NY and NJ" +255,387,223,"New York, NY and NJ",198,"Baltimore, MD" +255,388,217,"New York, NY and NJ",208,"Pascagoula, MS" +255,389,201,"Boston, MA",217,"New York, NY and NJ" +255,390,217,"New York, NY and NJ",223,"New York, NY and NJ" +255,391,245,"Charleston, SC",223,"New York, NY and NJ" +255,392,159,"Long Beach, CA",268,"Seattle, WA" +255,393,269,"Longview, WA",162,"Oakland, CA" +255,394,223,"New York, NY and NJ",152,"Mobile, AL" +255,395,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +255,396,159,"Long Beach, CA",159,"Long Beach, CA" +255,397,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +255,398,245,"Charleston, SC",265,"Norfolk Harbor, VA" +255,399,254,"Corpus Christi, TX",253,"Beaumont, TX" +255,400,268,"Seattle, WA",159,"Long Beach, CA" +255,401,223,"New York, NY and NJ",241,"Philadelphia, PA" +255,402,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +255,403,159,"Long Beach, CA",162,"Oakland, CA" +255,404,217,"New York, NY and NJ",201,"Boston, MA" +255,405,178,"Brunswick, GA",177,"Savannah, GA" +255,406,201,"Boston, MA",223,"New York, NY and NJ" +255,407,172,"Port Everglades, FL",177,"Savannah, GA" +255,408,159,"Long Beach, CA",159,"Long Beach, CA" +255,409,229,"Wilmington, NC",177,"Savannah, GA" +255,410,268,"Seattle, WA",159,"Long Beach, CA" +255,411,162,"Oakland, CA",159,"Long Beach, CA" +255,412,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +255,413,268,"Seattle, WA",159,"Long Beach, CA" +255,414,253,"Beaumont, TX",195,"New Orleans, LA" +255,415,201,"Boston, MA",241,"Philadelphia, PA" +255,416,177,"Savannah, GA",195,"New Orleans, LA" +255,417,268,"Seattle, WA",159,"Long Beach, CA" +255,418,162,"Oakland, CA",159,"Long Beach, CA" +255,419,197,"Portland, ME",198,"Baltimore, MD" +255,420,268,"Seattle, WA",159,"Long Beach, CA" +255,421,268,"Seattle, WA",162,"Oakland, CA" +255,422,269,"Longview, WA",159,"Long Beach, CA" +255,423,159,"Long Beach, CA",159,"Long Beach, CA" +255,424,195,"New Orleans, LA",253,"Beaumont, TX" +255,425,239,"Portland, OR",269,"Longview, WA" +255,426,172,"Port Everglades, FL",257,"Houston, TX" +255,427,195,"New Orleans, LA",254,"Corpus Christi, TX" +255,428,159,"Long Beach, CA",159,"Long Beach, CA" +255,429,195,"New Orleans, LA",159,"Long Beach, CA" +255,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +255,431,217,"New York, NY and NJ",201,"Boston, MA" +255,432,162,"Oakland, CA",159,"Long Beach, CA" +255,433,177,"Savannah, GA",245,"Charleston, SC" +255,434,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +255,435,197,"Portland, ME",198,"Baltimore, MD" +255,436,201,"Boston, MA",257,"Houston, TX" +255,437,171,"Jacksonville, FL",208,"Pascagoula, MS" +255,438,174,"Tampa, FL",195,"New Orleans, LA" +255,439,177,"Savannah, GA",265,"Norfolk Harbor, VA" +255,440,174,"Tampa, FL",208,"Pascagoula, MS" +255,441,159,"Long Beach, CA",162,"Oakland, CA" +255,442,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +255,443,217,"New York, NY and NJ",208,"Pascagoula, MS" +255,444,159,"Long Beach, CA",159,"Long Beach, CA" +255,445,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +255,446,265,"Norfolk Harbor, VA",197,"Portland, ME" +255,447,201,"Boston, MA",198,"Baltimore, MD" +255,448,177,"Savannah, GA",265,"Norfolk Harbor, VA" +255,449,268,"Seattle, WA",268,"Seattle, WA" +255,450,177,"Savannah, GA",195,"New Orleans, LA" +255,451,197,"Portland, ME",217,"New York, NY and NJ" +255,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +255,453,162,"Oakland, CA",159,"Long Beach, CA" +255,454,241,"Philadelphia, PA",223,"New York, NY and NJ" +255,455,245,"Charleston, SC",195,"New Orleans, LA" +255,456,159,"Long Beach, CA",159,"Long Beach, CA" +255,457,217,"New York, NY and NJ",194,"Lake Charles, LA" +255,458,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +255,459,159,"Long Beach, CA",162,"Oakland, CA" +255,460,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +255,461,172,"Port Everglades, FL",177,"Savannah, GA" +255,462,171,"Jacksonville, FL",195,"New Orleans, LA" +255,463,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +255,464,223,"New York, NY and NJ",152,"Mobile, AL" +255,465,239,"Portland, OR",159,"Long Beach, CA" +255,466,159,"Long Beach, CA",159,"Long Beach, CA" +255,467,217,"New York, NY and NJ",195,"New Orleans, LA" +255,468,268,"Seattle, WA",162,"Oakland, CA" +255,469,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +255,470,159,"Long Beach, CA",159,"Long Beach, CA" +255,471,197,"Portland, ME",223,"New York, NY and NJ" +255,472,268,"Seattle, WA",162,"Oakland, CA" +255,473,159,"Long Beach, CA",268,"Seattle, WA" +255,474,177,"Savannah, GA",257,"Houston, TX" +255,475,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +255,476,162,"Oakland, CA",159,"Long Beach, CA" +255,477,268,"Seattle, WA",239,"Portland, OR" +255,478,171,"Jacksonville, FL",195,"New Orleans, LA" +255,479,162,"Oakland, CA",268,"Seattle, WA" +255,480,198,"Baltimore, MD",245,"Charleston, SC" +255,481,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +255,482,162,"Oakland, CA",159,"Long Beach, CA" +255,483,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +255,484,253,"Beaumont, TX",253,"Beaumont, TX" +255,485,159,"Long Beach, CA",268,"Seattle, WA" +255,486,159,"Long Beach, CA",268,"Seattle, WA" +255,487,208,"Pascagoula, MS",257,"Houston, TX" +255,488,159,"Long Beach, CA",159,"Long Beach, CA" +255,489,162,"Oakland, CA",254,"Corpus Christi, TX" +255,490,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +255,491,198,"Baltimore, MD",208,"Pascagoula, MS" +256,154,268,"Seattle, WA",159,"Long Beach, CA" +256,179,239,"Portland, OR",159,"Long Beach, CA" +256,180,159,"Long Beach, CA",268,"Seattle, WA" +256,274,159,"Long Beach, CA",159,"Long Beach, CA" +256,275,217,"New York, NY and NJ",201,"Boston, MA" +256,276,223,"New York, NY and NJ",217,"New York, NY and NJ" +256,277,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +256,278,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +256,279,171,"Jacksonville, FL",208,"Pascagoula, MS" +256,280,177,"Savannah, GA",245,"Charleston, SC" +256,281,257,"Houston, TX",257,"Houston, TX" +256,282,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +256,283,171,"Jacksonville, FL",208,"Pascagoula, MS" +256,284,268,"Seattle, WA",159,"Long Beach, CA" +256,285,223,"New York, NY and NJ",241,"Philadelphia, PA" +256,286,241,"Philadelphia, PA",217,"New York, NY and NJ" +256,287,195,"New Orleans, LA",177,"Savannah, GA" +256,288,268,"Seattle, WA",268,"Seattle, WA" +256,289,268,"Seattle, WA",268,"Seattle, WA" +256,290,172,"Port Everglades, FL",177,"Savannah, GA" +256,291,198,"Baltimore, MD",197,"Portland, ME" +256,292,197,"Portland, ME",208,"Pascagoula, MS" +256,293,195,"New Orleans, LA",257,"Houston, TX" +256,294,172,"Port Everglades, FL",229,"Wilmington, NC" +256,295,223,"New York, NY and NJ",245,"Charleston, SC" +256,296,162,"Oakland, CA",159,"Long Beach, CA" +256,297,174,"Tampa, FL",254,"Corpus Christi, TX" +256,298,223,"New York, NY and NJ",201,"Boston, MA" +256,299,223,"New York, NY and NJ",217,"New York, NY and NJ" +256,300,177,"Savannah, GA",152,"Mobile, AL" +256,301,218,"Camden-Gloucester, NJ",152,"Mobile, AL" +256,302,172,"Port Everglades, FL",245,"Charleston, SC" +256,303,159,"Long Beach, CA",159,"Long Beach, CA" +256,304,241,"Philadelphia, PA",217,"New York, NY and NJ" +256,305,241,"Philadelphia, PA",257,"Houston, TX" +256,306,217,"New York, NY and NJ",241,"Philadelphia, PA" +256,307,201,"Boston, MA",265,"Norfolk Harbor, VA" +256,308,269,"Longview, WA",159,"Long Beach, CA" +256,309,223,"New York, NY and NJ",198,"Baltimore, MD" +256,310,253,"Beaumont, TX",254,"Corpus Christi, TX" +256,311,172,"Port Everglades, FL",229,"Wilmington, NC" +256,312,195,"New Orleans, LA",257,"Houston, TX" +256,313,197,"Portland, ME",223,"New York, NY and NJ" +256,314,201,"Boston, MA",241,"Philadelphia, PA" +256,315,195,"New Orleans, LA",194,"Lake Charles, LA" +256,316,159,"Long Beach, CA",268,"Seattle, WA" +256,317,162,"Oakland, CA",268,"Seattle, WA" +256,318,159,"Long Beach, CA",268,"Seattle, WA" +256,319,195,"New Orleans, LA",253,"Beaumont, TX" +256,320,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +256,321,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +256,322,159,"Long Beach, CA",269,"Longview, WA" +256,323,257,"Houston, TX",257,"Houston, TX" +256,324,198,"Baltimore, MD",241,"Philadelphia, PA" +256,325,195,"New Orleans, LA",253,"Beaumont, TX" +256,326,195,"New Orleans, LA",253,"Beaumont, TX" +256,327,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +256,328,217,"New York, NY and NJ",244,"Providence, RI" +256,329,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +256,330,241,"Philadelphia, PA",217,"New York, NY and NJ" +256,331,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +256,332,177,"Savannah, GA",254,"Corpus Christi, TX" +256,333,195,"New Orleans, LA",257,"Houston, TX" +256,334,257,"Houston, TX",254,"Corpus Christi, TX" +256,335,223,"New York, NY and NJ",197,"Portland, ME" +256,336,172,"Port Everglades, FL",195,"New Orleans, LA" +256,337,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +256,338,197,"Portland, ME",241,"Philadelphia, PA" +256,339,197,"Portland, ME",223,"New York, NY and NJ" +256,340,223,"New York, NY and NJ",201,"Boston, MA" +256,341,257,"Houston, TX",257,"Houston, TX" +256,342,223,"New York, NY and NJ",201,"Boston, MA" +256,343,162,"Oakland, CA",268,"Seattle, WA" +256,344,223,"New York, NY and NJ",208,"Pascagoula, MS" +256,345,223,"New York, NY and NJ",197,"Portland, ME" +256,346,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +256,347,223,"New York, NY and NJ",223,"New York, NY and NJ" +256,348,223,"New York, NY and NJ",177,"Savannah, GA" +256,349,169,"Wilmington, DE",241,"Philadelphia, PA" +256,350,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +256,351,241,"Philadelphia, PA",223,"New York, NY and NJ" +256,352,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +256,353,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +256,354,201,"Boston, MA",201,"Boston, MA" +256,355,177,"Savannah, GA",229,"Wilmington, NC" +256,356,257,"Houston, TX",208,"Pascagoula, MS" +256,357,223,"New York, NY and NJ",229,"Wilmington, NC" +256,358,245,"Charleston, SC",198,"Baltimore, MD" +256,359,177,"Savannah, GA",254,"Corpus Christi, TX" +256,360,171,"Jacksonville, FL",178,"Brunswick, GA" +256,361,195,"New Orleans, LA",257,"Houston, TX" +256,362,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +256,363,254,"Corpus Christi, TX",195,"New Orleans, LA" +256,364,201,"Boston, MA",217,"New York, NY and NJ" +256,365,169,"Wilmington, DE",245,"Charleston, SC" +256,366,162,"Oakland, CA",239,"Portland, OR" +256,367,269,"Longview, WA",159,"Long Beach, CA" +256,368,159,"Long Beach, CA",159,"Long Beach, CA" +256,369,159,"Long Beach, CA",268,"Seattle, WA" +256,370,198,"Baltimore, MD",241,"Philadelphia, PA" +256,371,159,"Long Beach, CA",162,"Oakland, CA" +256,372,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +256,373,195,"New Orleans, LA",195,"New Orleans, LA" +256,374,159,"Long Beach, CA",268,"Seattle, WA" +256,375,162,"Oakland, CA",159,"Long Beach, CA" +256,376,159,"Long Beach, CA",268,"Seattle, WA" +256,377,197,"Portland, ME",241,"Philadelphia, PA" +256,378,257,"Houston, TX",254,"Corpus Christi, TX" +256,379,162,"Oakland, CA",159,"Long Beach, CA" +256,380,159,"Long Beach, CA",268,"Seattle, WA" +256,381,159,"Long Beach, CA",159,"Long Beach, CA" +256,382,223,"New York, NY and NJ",241,"Philadelphia, PA" +256,383,239,"Portland, OR",269,"Longview, WA" +256,384,244,"Providence, RI",174,"Tampa, FL" +256,385,223,"New York, NY and NJ",253,"Beaumont, TX" +256,386,223,"New York, NY and NJ",241,"Philadelphia, PA" +256,387,245,"Charleston, SC",195,"New Orleans, LA" +256,388,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +256,389,198,"Baltimore, MD",217,"New York, NY and NJ" +256,390,198,"Baltimore, MD",201,"Boston, MA" +256,391,241,"Philadelphia, PA",195,"New Orleans, LA" +256,392,159,"Long Beach, CA",162,"Oakland, CA" +256,393,239,"Portland, OR",159,"Long Beach, CA" +256,394,198,"Baltimore, MD",245,"Charleston, SC" +256,395,217,"New York, NY and NJ",201,"Boston, MA" +256,396,159,"Long Beach, CA",159,"Long Beach, CA" +256,397,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +256,398,172,"Port Everglades, FL",217,"New York, NY and NJ" +256,399,253,"Beaumont, TX",195,"New Orleans, LA" +256,400,159,"Long Beach, CA",268,"Seattle, WA" +256,401,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +256,402,241,"Philadelphia, PA",217,"New York, NY and NJ" +256,403,159,"Long Beach, CA",159,"Long Beach, CA" +256,404,217,"New York, NY and NJ",217,"New York, NY and NJ" +256,405,174,"Tampa, FL",177,"Savannah, GA" +256,406,218,"Camden-Gloucester, NJ",208,"Pascagoula, MS" +256,407,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +256,408,269,"Longview, WA",159,"Long Beach, CA" +256,409,217,"New York, NY and NJ",208,"Pascagoula, MS" +256,410,162,"Oakland, CA",159,"Long Beach, CA" +256,411,159,"Long Beach, CA",159,"Long Beach, CA" +256,412,197,"Portland, ME",217,"New York, NY and NJ" +256,413,159,"Long Beach, CA",257,"Houston, TX" +256,414,195,"New Orleans, LA",195,"New Orleans, LA" +256,415,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +256,416,245,"Charleston, SC",208,"Pascagoula, MS" +256,417,159,"Long Beach, CA",159,"Long Beach, CA" +256,418,268,"Seattle, WA",159,"Long Beach, CA" +256,419,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +256,420,162,"Oakland, CA",162,"Oakland, CA" +256,421,159,"Long Beach, CA",159,"Long Beach, CA" +256,422,239,"Portland, OR",159,"Long Beach, CA" +256,423,159,"Long Beach, CA",159,"Long Beach, CA" +256,424,257,"Houston, TX",257,"Houston, TX" +256,425,268,"Seattle, WA",239,"Portland, OR" +256,426,257,"Houston, TX",152,"Mobile, AL" +256,427,253,"Beaumont, TX",257,"Houston, TX" +256,428,159,"Long Beach, CA",268,"Seattle, WA" +256,429,254,"Corpus Christi, TX",257,"Houston, TX" +256,430,217,"New York, NY and NJ",217,"New York, NY and NJ" +256,431,217,"New York, NY and NJ",244,"Providence, RI" +256,432,159,"Long Beach, CA",239,"Portland, OR" +256,433,241,"Philadelphia, PA",223,"New York, NY and NJ" +256,434,241,"Philadelphia, PA",223,"New York, NY and NJ" +256,435,198,"Baltimore, MD",208,"Pascagoula, MS" +256,436,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +256,437,245,"Charleston, SC",265,"Norfolk Harbor, VA" +256,438,171,"Jacksonville, FL",257,"Houston, TX" +256,439,193,"Baton Rouge, LA",194,"Lake Charles, LA" +256,440,245,"Charleston, SC",152,"Mobile, AL" +256,441,159,"Long Beach, CA",159,"Long Beach, CA" +256,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +256,443,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +256,444,159,"Long Beach, CA",159,"Long Beach, CA" +256,445,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +256,446,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +256,447,217,"New York, NY and NJ",223,"New York, NY and NJ" +256,448,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +256,449,159,"Long Beach, CA",162,"Oakland, CA" +256,450,172,"Port Everglades, FL",257,"Houston, TX" +256,451,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +256,452,223,"New York, NY and NJ",198,"Baltimore, MD" +256,453,268,"Seattle, WA",159,"Long Beach, CA" +256,454,223,"New York, NY and NJ",217,"New York, NY and NJ" +256,455,217,"New York, NY and NJ",257,"Houston, TX" +256,456,268,"Seattle, WA",159,"Long Beach, CA" +256,457,241,"Philadelphia, PA",177,"Savannah, GA" +256,458,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +256,459,268,"Seattle, WA",159,"Long Beach, CA" +256,460,197,"Portland, ME",245,"Charleston, SC" +256,461,174,"Tampa, FL",254,"Corpus Christi, TX" +256,462,197,"Portland, ME",177,"Savannah, GA" +256,463,244,"Providence, RI",265,"Norfolk Harbor, VA" +256,464,217,"New York, NY and NJ",197,"Portland, ME" +256,465,239,"Portland, OR",162,"Oakland, CA" +256,466,268,"Seattle, WA",159,"Long Beach, CA" +256,467,241,"Philadelphia, PA",171,"Jacksonville, FL" +256,468,162,"Oakland, CA",162,"Oakland, CA" +256,469,198,"Baltimore, MD",245,"Charleston, SC" +256,470,159,"Long Beach, CA",159,"Long Beach, CA" +256,471,223,"New York, NY and NJ",172,"Port Everglades, FL" +256,472,159,"Long Beach, CA",159,"Long Beach, CA" +256,473,159,"Long Beach, CA",159,"Long Beach, CA" +256,474,174,"Tampa, FL",257,"Houston, TX" +256,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +256,476,159,"Long Beach, CA",159,"Long Beach, CA" +256,477,159,"Long Beach, CA",268,"Seattle, WA" +256,478,177,"Savannah, GA",174,"Tampa, FL" +256,479,159,"Long Beach, CA",269,"Longview, WA" +256,480,244,"Providence, RI",223,"New York, NY and NJ" +256,481,201,"Boston, MA",257,"Houston, TX" +256,482,162,"Oakland, CA",159,"Long Beach, CA" +256,483,197,"Portland, ME",217,"New York, NY and NJ" +256,484,195,"New Orleans, LA",195,"New Orleans, LA" +256,485,159,"Long Beach, CA",159,"Long Beach, CA" +256,486,159,"Long Beach, CA",159,"Long Beach, CA" +256,487,254,"Corpus Christi, TX",253,"Beaumont, TX" +256,488,159,"Long Beach, CA",159,"Long Beach, CA" +256,489,159,"Long Beach, CA",268,"Seattle, WA" +256,490,245,"Charleston, SC",257,"Houston, TX" +256,491,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +257,154,159,"Long Beach, CA",162,"Oakland, CA" +257,179,159,"Long Beach, CA",162,"Oakland, CA" +257,180,162,"Oakland, CA",268,"Seattle, WA" +257,274,239,"Portland, OR",268,"Seattle, WA" +257,275,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +257,276,217,"New York, NY and NJ",257,"Houston, TX" +257,277,241,"Philadelphia, PA",241,"Philadelphia, PA" +257,278,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +257,279,152,"Mobile, AL",174,"Tampa, FL" +257,280,177,"Savannah, GA",195,"New Orleans, LA" +257,281,194,"Lake Charles, LA",257,"Houston, TX" +257,282,223,"New York, NY and NJ",177,"Savannah, GA" +257,283,193,"Baton Rouge, LA",257,"Houston, TX" +257,284,159,"Long Beach, CA",159,"Long Beach, CA" +257,285,223,"New York, NY and NJ",257,"Houston, TX" +257,286,244,"Providence, RI",201,"Boston, MA" +257,287,174,"Tampa, FL",195,"New Orleans, LA" +257,288,159,"Long Beach, CA",195,"New Orleans, LA" +257,289,159,"Long Beach, CA",159,"Long Beach, CA" +257,290,245,"Charleston, SC",245,"Charleston, SC" +257,291,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +257,292,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +257,293,257,"Houston, TX",257,"Houston, TX" +257,294,177,"Savannah, GA",194,"Lake Charles, LA" +257,295,217,"New York, NY and NJ",171,"Jacksonville, FL" +257,296,159,"Long Beach, CA",268,"Seattle, WA" +257,297,194,"Lake Charles, LA",195,"New Orleans, LA" +257,298,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +257,299,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +257,300,245,"Charleston, SC",254,"Corpus Christi, TX" +257,301,217,"New York, NY and NJ",254,"Corpus Christi, TX" +257,302,245,"Charleston, SC",195,"New Orleans, LA" +257,303,239,"Portland, OR",159,"Long Beach, CA" +257,304,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +257,305,171,"Jacksonville, FL",172,"Port Everglades, FL" +257,306,241,"Philadelphia, PA",223,"New York, NY and NJ" +257,307,218,"Camden-Gloucester, NJ",257,"Houston, TX" +257,308,159,"Long Beach, CA",159,"Long Beach, CA" +257,309,218,"Camden-Gloucester, NJ",171,"Jacksonville, FL" +257,310,257,"Houston, TX",253,"Beaumont, TX" +257,311,177,"Savannah, GA",257,"Houston, TX" +257,312,195,"New Orleans, LA",194,"Lake Charles, LA" +257,313,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +257,314,198,"Baltimore, MD",241,"Philadelphia, PA" +257,315,172,"Port Everglades, FL",195,"New Orleans, LA" +257,316,159,"Long Beach, CA",159,"Long Beach, CA" +257,317,159,"Long Beach, CA",268,"Seattle, WA" +257,318,159,"Long Beach, CA",239,"Portland, OR" +257,319,194,"Lake Charles, LA",193,"Baton Rouge, LA" +257,320,241,"Philadelphia, PA",197,"Portland, ME" +257,321,171,"Jacksonville, FL",201,"Boston, MA" +257,322,269,"Longview, WA",159,"Long Beach, CA" +257,323,257,"Houston, TX",257,"Houston, TX" +257,324,198,"Baltimore, MD",223,"New York, NY and NJ" +257,325,171,"Jacksonville, FL",152,"Mobile, AL" +257,326,177,"Savannah, GA",194,"Lake Charles, LA" +257,327,241,"Philadelphia, PA",223,"New York, NY and NJ" +257,328,223,"New York, NY and NJ",198,"Baltimore, MD" +257,329,241,"Philadelphia, PA",152,"Mobile, AL" +257,330,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +257,331,218,"Camden-Gloucester, NJ",171,"Jacksonville, FL" +257,332,174,"Tampa, FL",195,"New Orleans, LA" +257,333,172,"Port Everglades, FL",195,"New Orleans, LA" +257,334,195,"New Orleans, LA",254,"Corpus Christi, TX" +257,335,169,"Wilmington, DE",208,"Pascagoula, MS" +257,336,257,"Houston, TX",257,"Houston, TX" +257,337,198,"Baltimore, MD",171,"Jacksonville, FL" +257,338,201,"Boston, MA",198,"Baltimore, MD" +257,339,223,"New York, NY and NJ",257,"Houston, TX" +257,340,217,"New York, NY and NJ",217,"New York, NY and NJ" +257,341,254,"Corpus Christi, TX",195,"New Orleans, LA" +257,342,223,"New York, NY and NJ",217,"New York, NY and NJ" +257,343,159,"Long Beach, CA",159,"Long Beach, CA" +257,344,244,"Providence, RI",265,"Norfolk Harbor, VA" +257,345,198,"Baltimore, MD",197,"Portland, ME" +257,346,152,"Mobile, AL",253,"Beaumont, TX" +257,347,241,"Philadelphia, PA",217,"New York, NY and NJ" +257,348,201,"Boston, MA",265,"Norfolk Harbor, VA" +257,349,218,"Camden-Gloucester, NJ",229,"Wilmington, NC" +257,350,241,"Philadelphia, PA",201,"Boston, MA" +257,351,197,"Portland, ME",201,"Boston, MA" +257,352,198,"Baltimore, MD",177,"Savannah, GA" +257,353,169,"Wilmington, DE",217,"New York, NY and NJ" +257,354,198,"Baltimore, MD",257,"Houston, TX" +257,355,245,"Charleston, SC",257,"Houston, TX" +257,356,195,"New Orleans, LA",195,"New Orleans, LA" +257,357,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +257,358,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +257,359,174,"Tampa, FL",195,"New Orleans, LA" +257,360,195,"New Orleans, LA",257,"Houston, TX" +257,361,195,"New Orleans, LA",171,"Jacksonville, FL" +257,362,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +257,363,195,"New Orleans, LA",254,"Corpus Christi, TX" +257,364,223,"New York, NY and NJ",195,"New Orleans, LA" +257,365,217,"New York, NY and NJ",257,"Houston, TX" +257,366,162,"Oakland, CA",269,"Longview, WA" +257,367,159,"Long Beach, CA",159,"Long Beach, CA" +257,368,159,"Long Beach, CA",268,"Seattle, WA" +257,369,162,"Oakland, CA",159,"Long Beach, CA" +257,370,244,"Providence, RI",197,"Portland, ME" +257,371,269,"Longview, WA",268,"Seattle, WA" +257,372,197,"Portland, ME",195,"New Orleans, LA" +257,373,172,"Port Everglades, FL",195,"New Orleans, LA" +257,374,159,"Long Beach, CA",268,"Seattle, WA" +257,375,159,"Long Beach, CA",194,"Lake Charles, LA" +257,376,162,"Oakland, CA",162,"Oakland, CA" +257,377,223,"New York, NY and NJ",198,"Baltimore, MD" +257,378,257,"Houston, TX",195,"New Orleans, LA" +257,379,269,"Longview, WA",159,"Long Beach, CA" +257,380,162,"Oakland, CA",269,"Longview, WA" +257,381,159,"Long Beach, CA",268,"Seattle, WA" +257,382,223,"New York, NY and NJ",201,"Boston, MA" +257,383,159,"Long Beach, CA",162,"Oakland, CA" +257,384,217,"New York, NY and NJ",152,"Mobile, AL" +257,385,241,"Philadelphia, PA",177,"Savannah, GA" +257,386,223,"New York, NY and NJ",208,"Pascagoula, MS" +257,387,217,"New York, NY and NJ",198,"Baltimore, MD" +257,388,217,"New York, NY and NJ",223,"New York, NY and NJ" +257,389,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +257,390,198,"Baltimore, MD",195,"New Orleans, LA" +257,391,169,"Wilmington, DE",177,"Savannah, GA" +257,392,159,"Long Beach, CA",268,"Seattle, WA" +257,393,159,"Long Beach, CA",159,"Long Beach, CA" +257,394,241,"Philadelphia, PA",177,"Savannah, GA" +257,395,217,"New York, NY and NJ",244,"Providence, RI" +257,396,239,"Portland, OR",268,"Seattle, WA" +257,397,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +257,398,265,"Norfolk Harbor, VA",177,"Savannah, GA" +257,399,253,"Beaumont, TX",257,"Houston, TX" +257,400,239,"Portland, OR",268,"Seattle, WA" +257,401,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +257,402,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +257,403,159,"Long Beach, CA",162,"Oakland, CA" +257,404,197,"Portland, ME",208,"Pascagoula, MS" +257,405,172,"Port Everglades, FL",257,"Houston, TX" +257,406,217,"New York, NY and NJ",171,"Jacksonville, FL" +257,407,201,"Boston, MA",172,"Port Everglades, FL" +257,408,159,"Long Beach, CA",239,"Portland, OR" +257,409,195,"New Orleans, LA",257,"Houston, TX" +257,410,268,"Seattle, WA",268,"Seattle, WA" +257,411,162,"Oakland, CA",162,"Oakland, CA" +257,412,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +257,413,159,"Long Beach, CA",159,"Long Beach, CA" +257,414,257,"Houston, TX",257,"Houston, TX" +257,415,223,"New York, NY and NJ",194,"Lake Charles, LA" +257,416,197,"Portland, ME",217,"New York, NY and NJ" +257,417,162,"Oakland, CA",159,"Long Beach, CA" +257,418,162,"Oakland, CA",268,"Seattle, WA" +257,419,223,"New York, NY and NJ",257,"Houston, TX" +257,420,162,"Oakland, CA",268,"Seattle, WA" +257,421,159,"Long Beach, CA",268,"Seattle, WA" +257,422,268,"Seattle, WA",159,"Long Beach, CA" +257,423,268,"Seattle, WA",159,"Long Beach, CA" +257,424,253,"Beaumont, TX",257,"Houston, TX" +257,425,239,"Portland, OR",269,"Longview, WA" +257,426,193,"Baton Rouge, LA",253,"Beaumont, TX" +257,427,195,"New Orleans, LA",193,"Baton Rouge, LA" +257,428,159,"Long Beach, CA",159,"Long Beach, CA" +257,429,253,"Beaumont, TX",159,"Long Beach, CA" +257,430,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +257,431,198,"Baltimore, MD",245,"Charleston, SC" +257,432,159,"Long Beach, CA",268,"Seattle, WA" +257,433,169,"Wilmington, DE",195,"New Orleans, LA" +257,434,217,"New York, NY and NJ",198,"Baltimore, MD" +257,435,208,"Pascagoula, MS",194,"Lake Charles, LA" +257,436,223,"New York, NY and NJ",195,"New Orleans, LA" +257,437,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +257,438,177,"Savannah, GA",257,"Houston, TX" +257,439,177,"Savannah, GA",195,"New Orleans, LA" +257,440,177,"Savannah, GA",193,"Baton Rouge, LA" +257,441,159,"Long Beach, CA",268,"Seattle, WA" +257,442,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +257,443,229,"Wilmington, NC",257,"Houston, TX" +257,444,159,"Long Beach, CA",195,"New Orleans, LA" +257,445,223,"New York, NY and NJ",195,"New Orleans, LA" +257,446,217,"New York, NY and NJ",208,"Pascagoula, MS" +257,447,197,"Portland, ME",171,"Jacksonville, FL" +257,448,265,"Norfolk Harbor, VA",193,"Baton Rouge, LA" +257,449,162,"Oakland, CA",159,"Long Beach, CA" +257,450,245,"Charleston, SC",195,"New Orleans, LA" +257,451,217,"New York, NY and NJ",253,"Beaumont, TX" +257,452,229,"Wilmington, NC",201,"Boston, MA" +257,453,162,"Oakland, CA",162,"Oakland, CA" +257,454,197,"Portland, ME",257,"Houston, TX" +257,455,177,"Savannah, GA",265,"Norfolk Harbor, VA" +257,456,162,"Oakland, CA",159,"Long Beach, CA" +257,457,241,"Philadelphia, PA",198,"Baltimore, MD" +257,458,197,"Portland, ME",257,"Houston, TX" +257,459,159,"Long Beach, CA",268,"Seattle, WA" +257,460,201,"Boston, MA",265,"Norfolk Harbor, VA" +257,461,195,"New Orleans, LA",195,"New Orleans, LA" +257,462,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +257,463,241,"Philadelphia, PA",217,"New York, NY and NJ" +257,464,241,"Philadelphia, PA",208,"Pascagoula, MS" +257,465,268,"Seattle, WA",159,"Long Beach, CA" +257,466,162,"Oakland, CA",162,"Oakland, CA" +257,467,217,"New York, NY and NJ",195,"New Orleans, LA" +257,468,159,"Long Beach, CA",159,"Long Beach, CA" +257,469,223,"New York, NY and NJ",223,"New York, NY and NJ" +257,470,159,"Long Beach, CA",159,"Long Beach, CA" +257,471,244,"Providence, RI",195,"New Orleans, LA" +257,472,159,"Long Beach, CA",268,"Seattle, WA" +257,473,159,"Long Beach, CA",159,"Long Beach, CA" +257,474,174,"Tampa, FL",194,"Lake Charles, LA" +257,475,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +257,476,159,"Long Beach, CA",268,"Seattle, WA" +257,477,159,"Long Beach, CA",159,"Long Beach, CA" +257,478,174,"Tampa, FL",257,"Houston, TX" +257,479,162,"Oakland, CA",268,"Seattle, WA" +257,480,198,"Baltimore, MD",257,"Houston, TX" +257,481,241,"Philadelphia, PA",177,"Savannah, GA" +257,482,269,"Longview, WA",269,"Longview, WA" +257,483,217,"New York, NY and NJ",241,"Philadelphia, PA" +257,484,253,"Beaumont, TX",257,"Houston, TX" +257,485,159,"Long Beach, CA",269,"Longview, WA" +257,486,162,"Oakland, CA",268,"Seattle, WA" +257,487,177,"Savannah, GA",195,"New Orleans, LA" +257,488,239,"Portland, OR",159,"Long Beach, CA" +257,489,253,"Beaumont, TX",257,"Houston, TX" +257,490,245,"Charleston, SC",194,"Lake Charles, LA" +257,491,198,"Baltimore, MD",177,"Savannah, GA" +258,154,239,"Portland, OR",159,"Long Beach, CA" +258,179,269,"Longview, WA",159,"Long Beach, CA" +258,180,159,"Long Beach, CA",239,"Portland, OR" +258,274,162,"Oakland, CA",268,"Seattle, WA" +258,275,217,"New York, NY and NJ",197,"Portland, ME" +258,276,198,"Baltimore, MD",245,"Charleston, SC" +258,277,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +258,278,217,"New York, NY and NJ",254,"Corpus Christi, TX" +258,279,177,"Savannah, GA",245,"Charleston, SC" +258,280,172,"Port Everglades, FL",195,"New Orleans, LA" +258,281,172,"Port Everglades, FL",257,"Houston, TX" +258,282,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +258,283,172,"Port Everglades, FL",257,"Houston, TX" +258,284,162,"Oakland, CA",159,"Long Beach, CA" +258,285,217,"New York, NY and NJ",201,"Boston, MA" +258,286,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +258,287,177,"Savannah, GA",195,"New Orleans, LA" +258,288,269,"Longview, WA",159,"Long Beach, CA" +258,289,159,"Long Beach, CA",159,"Long Beach, CA" +258,290,174,"Tampa, FL",195,"New Orleans, LA" +258,291,217,"New York, NY and NJ",198,"Baltimore, MD" +258,292,223,"New York, NY and NJ",197,"Portland, ME" +258,293,253,"Beaumont, TX",257,"Houston, TX" +258,294,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +258,295,177,"Savannah, GA",245,"Charleston, SC" +258,296,159,"Long Beach, CA",162,"Oakland, CA" +258,297,152,"Mobile, AL",257,"Houston, TX" +258,298,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +258,299,244,"Providence, RI",194,"Lake Charles, LA" +258,300,245,"Charleston, SC",194,"Lake Charles, LA" +258,301,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +258,302,177,"Savannah, GA",172,"Port Everglades, FL" +258,303,239,"Portland, OR",239,"Portland, OR" +258,304,197,"Portland, ME",198,"Baltimore, MD" +258,305,245,"Charleston, SC",195,"New Orleans, LA" +258,306,201,"Boston, MA",217,"New York, NY and NJ" +258,307,245,"Charleston, SC",195,"New Orleans, LA" +258,308,268,"Seattle, WA",268,"Seattle, WA" +258,309,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +258,310,208,"Pascagoula, MS",253,"Beaumont, TX" +258,311,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +258,312,253,"Beaumont, TX",254,"Corpus Christi, TX" +258,313,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +258,314,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +258,315,195,"New Orleans, LA",253,"Beaumont, TX" +258,316,268,"Seattle, WA",268,"Seattle, WA" +258,317,159,"Long Beach, CA",239,"Portland, OR" +258,318,239,"Portland, OR",162,"Oakland, CA" +258,319,174,"Tampa, FL",253,"Beaumont, TX" +258,320,201,"Boston, MA",265,"Norfolk Harbor, VA" +258,321,223,"New York, NY and NJ",217,"New York, NY and NJ" +258,322,159,"Long Beach, CA",194,"Lake Charles, LA" +258,323,195,"New Orleans, LA",253,"Beaumont, TX" +258,324,198,"Baltimore, MD",177,"Savannah, GA" +258,325,195,"New Orleans, LA",195,"New Orleans, LA" +258,326,195,"New Orleans, LA",195,"New Orleans, LA" +258,327,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +258,328,198,"Baltimore, MD",217,"New York, NY and NJ" +258,329,198,"Baltimore, MD",254,"Corpus Christi, TX" +258,330,201,"Boston, MA",241,"Philadelphia, PA" +258,331,241,"Philadelphia, PA",257,"Houston, TX" +258,332,245,"Charleston, SC",257,"Houston, TX" +258,333,177,"Savannah, GA",257,"Houston, TX" +258,334,254,"Corpus Christi, TX",253,"Beaumont, TX" +258,335,198,"Baltimore, MD",257,"Houston, TX" +258,336,253,"Beaumont, TX",253,"Beaumont, TX" +258,337,201,"Boston, MA",257,"Houston, TX" +258,338,223,"New York, NY and NJ",201,"Boston, MA" +258,339,197,"Portland, ME",253,"Beaumont, TX" +258,340,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +258,341,253,"Beaumont, TX",193,"Baton Rouge, LA" +258,342,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +258,343,268,"Seattle, WA",268,"Seattle, WA" +258,344,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +258,345,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +258,346,152,"Mobile, AL",257,"Houston, TX" +258,347,229,"Wilmington, NC",195,"New Orleans, LA" +258,348,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +258,349,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +258,350,197,"Portland, ME",217,"New York, NY and NJ" +258,351,177,"Savannah, GA",177,"Savannah, GA" +258,352,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +258,353,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +258,354,198,"Baltimore, MD",223,"New York, NY and NJ" +258,355,245,"Charleston, SC",152,"Mobile, AL" +258,356,257,"Houston, TX",257,"Houston, TX" +258,357,201,"Boston, MA",257,"Houston, TX" +258,358,244,"Providence, RI",172,"Port Everglades, FL" +258,359,245,"Charleston, SC",195,"New Orleans, LA" +258,360,245,"Charleston, SC",195,"New Orleans, LA" +258,361,194,"Lake Charles, LA",193,"Baton Rouge, LA" +258,362,198,"Baltimore, MD",152,"Mobile, AL" +258,363,152,"Mobile, AL",194,"Lake Charles, LA" +258,364,217,"New York, NY and NJ",208,"Pascagoula, MS" +258,365,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +258,366,162,"Oakland, CA",268,"Seattle, WA" +258,367,159,"Long Beach, CA",162,"Oakland, CA" +258,368,159,"Long Beach, CA",159,"Long Beach, CA" +258,369,162,"Oakland, CA",162,"Oakland, CA" +258,370,201,"Boston, MA",223,"New York, NY and NJ" +258,371,268,"Seattle, WA",268,"Seattle, WA" +258,372,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +258,373,152,"Mobile, AL",195,"New Orleans, LA" +258,374,239,"Portland, OR",239,"Portland, OR" +258,375,268,"Seattle, WA",152,"Mobile, AL" +258,376,162,"Oakland, CA",159,"Long Beach, CA" +258,377,172,"Port Everglades, FL",172,"Port Everglades, FL" +258,378,152,"Mobile, AL",257,"Houston, TX" +258,379,269,"Longview, WA",159,"Long Beach, CA" +258,380,159,"Long Beach, CA",159,"Long Beach, CA" +258,381,162,"Oakland, CA",159,"Long Beach, CA" +258,382,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +258,383,159,"Long Beach, CA",159,"Long Beach, CA" +258,384,152,"Mobile, AL",195,"New Orleans, LA" +258,385,198,"Baltimore, MD",171,"Jacksonville, FL" +258,386,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +258,387,223,"New York, NY and NJ",198,"Baltimore, MD" +258,388,198,"Baltimore, MD",253,"Beaumont, TX" +258,389,201,"Boston, MA",254,"Corpus Christi, TX" +258,390,197,"Portland, ME",174,"Tampa, FL" +258,391,198,"Baltimore, MD",178,"Brunswick, GA" +258,392,159,"Long Beach, CA",159,"Long Beach, CA" +258,393,162,"Oakland, CA",159,"Long Beach, CA" +258,394,229,"Wilmington, NC",197,"Portland, ME" +258,395,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +258,396,268,"Seattle, WA",159,"Long Beach, CA" +258,397,223,"New York, NY and NJ",195,"New Orleans, LA" +258,398,223,"New York, NY and NJ",229,"Wilmington, NC" +258,399,257,"Houston, TX",257,"Houston, TX" +258,400,159,"Long Beach, CA",159,"Long Beach, CA" +258,401,223,"New York, NY and NJ",253,"Beaumont, TX" +258,402,197,"Portland, ME",245,"Charleston, SC" +258,403,159,"Long Beach, CA",162,"Oakland, CA" +258,404,197,"Portland, ME",201,"Boston, MA" +258,405,174,"Tampa, FL",254,"Corpus Christi, TX" +258,406,198,"Baltimore, MD",195,"New Orleans, LA" +258,407,241,"Philadelphia, PA",177,"Savannah, GA" +258,408,268,"Seattle, WA",159,"Long Beach, CA" +258,409,201,"Boston, MA",254,"Corpus Christi, TX" +258,410,159,"Long Beach, CA",268,"Seattle, WA" +258,411,162,"Oakland, CA",162,"Oakland, CA" +258,412,223,"New York, NY and NJ",223,"New York, NY and NJ" +258,413,159,"Long Beach, CA",195,"New Orleans, LA" +258,414,152,"Mobile, AL",195,"New Orleans, LA" +258,415,244,"Providence, RI",198,"Baltimore, MD" +258,416,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +258,417,159,"Long Beach, CA",162,"Oakland, CA" +258,418,269,"Longview, WA",268,"Seattle, WA" +258,419,201,"Boston, MA",254,"Corpus Christi, TX" +258,420,159,"Long Beach, CA",254,"Corpus Christi, TX" +258,421,159,"Long Beach, CA",162,"Oakland, CA" +258,422,159,"Long Beach, CA",162,"Oakland, CA" +258,423,159,"Long Beach, CA",162,"Oakland, CA" +258,424,253,"Beaumont, TX",195,"New Orleans, LA" +258,425,269,"Longview, WA",268,"Seattle, WA" +258,426,195,"New Orleans, LA",257,"Houston, TX" +258,427,193,"Baton Rouge, LA",195,"New Orleans, LA" +258,428,268,"Seattle, WA",159,"Long Beach, CA" +258,429,159,"Long Beach, CA",257,"Houston, TX" +258,430,198,"Baltimore, MD",198,"Baltimore, MD" +258,431,198,"Baltimore, MD",201,"Boston, MA" +258,432,159,"Long Beach, CA",159,"Long Beach, CA" +258,433,172,"Port Everglades, FL",257,"Houston, TX" +258,434,265,"Norfolk Harbor, VA",197,"Portland, ME" +258,435,253,"Beaumont, TX",223,"New York, NY and NJ" +258,436,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +258,437,195,"New Orleans, LA",172,"Port Everglades, FL" +258,438,177,"Savannah, GA",254,"Corpus Christi, TX" +258,439,177,"Savannah, GA",152,"Mobile, AL" +258,440,172,"Port Everglades, FL",208,"Pascagoula, MS" +258,441,159,"Long Beach, CA",268,"Seattle, WA" +258,442,201,"Boston, MA",265,"Norfolk Harbor, VA" +258,443,265,"Norfolk Harbor, VA",177,"Savannah, GA" +258,444,268,"Seattle, WA",159,"Long Beach, CA" +258,445,169,"Wilmington, DE",195,"New Orleans, LA" +258,446,241,"Philadelphia, PA",197,"Portland, ME" +258,447,223,"New York, NY and NJ",177,"Savannah, GA" +258,448,241,"Philadelphia, PA",257,"Houston, TX" +258,449,269,"Longview, WA",159,"Long Beach, CA" +258,450,171,"Jacksonville, FL",152,"Mobile, AL" +258,451,223,"New York, NY and NJ",253,"Beaumont, TX" +258,452,201,"Boston, MA",197,"Portland, ME" +258,453,269,"Longview, WA",159,"Long Beach, CA" +258,454,201,"Boston, MA",198,"Baltimore, MD" +258,455,245,"Charleston, SC",193,"Baton Rouge, LA" +258,456,159,"Long Beach, CA",159,"Long Beach, CA" +258,457,217,"New York, NY and NJ",217,"New York, NY and NJ" +258,458,197,"Portland, ME",217,"New York, NY and NJ" +258,459,159,"Long Beach, CA",268,"Seattle, WA" +258,460,265,"Norfolk Harbor, VA",197,"Portland, ME" +258,461,174,"Tampa, FL",253,"Beaumont, TX" +258,462,198,"Baltimore, MD",257,"Houston, TX" +258,463,223,"New York, NY and NJ",223,"New York, NY and NJ" +258,464,265,"Norfolk Harbor, VA",201,"Boston, MA" +258,465,268,"Seattle, WA",257,"Houston, TX" +258,466,159,"Long Beach, CA",159,"Long Beach, CA" +258,467,229,"Wilmington, NC",223,"New York, NY and NJ" +258,468,159,"Long Beach, CA",162,"Oakland, CA" +258,469,223,"New York, NY and NJ",197,"Portland, ME" +258,470,159,"Long Beach, CA",159,"Long Beach, CA" +258,471,177,"Savannah, GA",177,"Savannah, GA" +258,472,162,"Oakland, CA",268,"Seattle, WA" +258,473,268,"Seattle, WA",162,"Oakland, CA" +258,474,195,"New Orleans, LA",152,"Mobile, AL" +258,475,223,"New York, NY and NJ",177,"Savannah, GA" +258,476,162,"Oakland, CA",159,"Long Beach, CA" +258,477,268,"Seattle, WA",268,"Seattle, WA" +258,478,177,"Savannah, GA",195,"New Orleans, LA" +258,479,162,"Oakland, CA",162,"Oakland, CA" +258,480,218,"Camden-Gloucester, NJ",201,"Boston, MA" +258,481,201,"Boston, MA",194,"Lake Charles, LA" +258,482,162,"Oakland, CA",159,"Long Beach, CA" +258,483,217,"New York, NY and NJ",217,"New York, NY and NJ" +258,484,195,"New Orleans, LA",152,"Mobile, AL" +258,485,159,"Long Beach, CA",162,"Oakland, CA" +258,486,159,"Long Beach, CA",268,"Seattle, WA" +258,487,171,"Jacksonville, FL",257,"Houston, TX" +258,488,159,"Long Beach, CA",159,"Long Beach, CA" +258,489,159,"Long Beach, CA",268,"Seattle, WA" +258,490,198,"Baltimore, MD",195,"New Orleans, LA" +258,491,195,"New Orleans, LA",208,"Pascagoula, MS" +259,154,268,"Seattle, WA",159,"Long Beach, CA" +259,179,159,"Long Beach, CA",159,"Long Beach, CA" +259,180,162,"Oakland, CA",162,"Oakland, CA" +259,274,268,"Seattle, WA",162,"Oakland, CA" +259,275,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +259,276,244,"Providence, RI",265,"Norfolk Harbor, VA" +259,277,201,"Boston, MA",218,"Camden-Gloucester, NJ" +259,278,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +259,279,172,"Port Everglades, FL",195,"New Orleans, LA" +259,280,172,"Port Everglades, FL",253,"Beaumont, TX" +259,281,257,"Houston, TX",257,"Houston, TX" +259,282,217,"New York, NY and NJ",171,"Jacksonville, FL" +259,283,195,"New Orleans, LA",194,"Lake Charles, LA" +259,284,159,"Long Beach, CA",159,"Long Beach, CA" +259,285,201,"Boston, MA",198,"Baltimore, MD" +259,286,241,"Philadelphia, PA",201,"Boston, MA" +259,287,172,"Port Everglades, FL",257,"Houston, TX" +259,288,159,"Long Beach, CA",159,"Long Beach, CA" +259,289,162,"Oakland, CA",159,"Long Beach, CA" +259,290,171,"Jacksonville, FL",257,"Houston, TX" +259,291,223,"New York, NY and NJ",201,"Boston, MA" +259,292,241,"Philadelphia, PA",198,"Baltimore, MD" +259,293,253,"Beaumont, TX",257,"Houston, TX" +259,294,197,"Portland, ME",265,"Norfolk Harbor, VA" +259,295,223,"New York, NY and NJ",195,"New Orleans, LA" +259,296,159,"Long Beach, CA",239,"Portland, OR" +259,297,253,"Beaumont, TX",195,"New Orleans, LA" +259,298,217,"New York, NY and NJ",241,"Philadelphia, PA" +259,299,195,"New Orleans, LA",194,"Lake Charles, LA" +259,300,171,"Jacksonville, FL",208,"Pascagoula, MS" +259,301,217,"New York, NY and NJ",257,"Houston, TX" +259,302,172,"Port Everglades, FL",257,"Houston, TX" +259,303,159,"Long Beach, CA",268,"Seattle, WA" +259,304,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +259,305,198,"Baltimore, MD",177,"Savannah, GA" +259,306,265,"Norfolk Harbor, VA",201,"Boston, MA" +259,307,265,"Norfolk Harbor, VA",152,"Mobile, AL" +259,308,162,"Oakland, CA",268,"Seattle, WA" +259,309,241,"Philadelphia, PA",197,"Portland, ME" +259,310,195,"New Orleans, LA",152,"Mobile, AL" +259,311,198,"Baltimore, MD",241,"Philadelphia, PA" +259,312,172,"Port Everglades, FL",253,"Beaumont, TX" +259,313,197,"Portland, ME",253,"Beaumont, TX" +259,314,241,"Philadelphia, PA",201,"Boston, MA" +259,315,194,"Lake Charles, LA",257,"Houston, TX" +259,316,268,"Seattle, WA",162,"Oakland, CA" +259,317,159,"Long Beach, CA",159,"Long Beach, CA" +259,318,159,"Long Beach, CA",268,"Seattle, WA" +259,319,195,"New Orleans, LA",254,"Corpus Christi, TX" +259,320,223,"New York, NY and NJ",197,"Portland, ME" +259,321,265,"Norfolk Harbor, VA",257,"Houston, TX" +259,322,159,"Long Beach, CA",159,"Long Beach, CA" +259,323,254,"Corpus Christi, TX",152,"Mobile, AL" +259,324,217,"New York, NY and NJ",177,"Savannah, GA" +259,325,195,"New Orleans, LA",257,"Houston, TX" +259,326,172,"Port Everglades, FL",194,"Lake Charles, LA" +259,327,241,"Philadelphia, PA",223,"New York, NY and NJ" +259,328,201,"Boston, MA",195,"New Orleans, LA" +259,329,223,"New York, NY and NJ",152,"Mobile, AL" +259,330,201,"Boston, MA",195,"New Orleans, LA" +259,331,241,"Philadelphia, PA",253,"Beaumont, TX" +259,332,195,"New Orleans, LA",171,"Jacksonville, FL" +259,333,177,"Savannah, GA",195,"New Orleans, LA" +259,334,171,"Jacksonville, FL",195,"New Orleans, LA" +259,335,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +259,336,253,"Beaumont, TX",254,"Corpus Christi, TX" +259,337,223,"New York, NY and NJ",223,"New York, NY and NJ" +259,338,198,"Baltimore, MD",241,"Philadelphia, PA" +259,339,197,"Portland, ME",257,"Houston, TX" +259,340,265,"Norfolk Harbor, VA",177,"Savannah, GA" +259,341,257,"Houston, TX",257,"Houston, TX" +259,342,201,"Boston, MA",253,"Beaumont, TX" +259,343,159,"Long Beach, CA",268,"Seattle, WA" +259,344,223,"New York, NY and NJ",195,"New Orleans, LA" +259,345,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +259,346,217,"New York, NY and NJ",172,"Port Everglades, FL" +259,347,217,"New York, NY and NJ",197,"Portland, ME" +259,348,265,"Norfolk Harbor, VA",257,"Houston, TX" +259,349,197,"Portland, ME",257,"Houston, TX" +259,350,197,"Portland, ME",195,"New Orleans, LA" +259,351,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +259,352,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +259,353,241,"Philadelphia, PA",217,"New York, NY and NJ" +259,354,169,"Wilmington, DE",223,"New York, NY and NJ" +259,355,245,"Charleston, SC",177,"Savannah, GA" +259,356,254,"Corpus Christi, TX",194,"Lake Charles, LA" +259,357,229,"Wilmington, NC",195,"New Orleans, LA" +259,358,198,"Baltimore, MD",193,"Baton Rouge, LA" +259,359,171,"Jacksonville, FL",253,"Beaumont, TX" +259,360,152,"Mobile, AL",253,"Beaumont, TX" +259,361,253,"Beaumont, TX",254,"Corpus Christi, TX" +259,362,198,"Baltimore, MD",193,"Baton Rouge, LA" +259,363,253,"Beaumont, TX",257,"Houston, TX" +259,364,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +259,365,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +259,366,162,"Oakland, CA",268,"Seattle, WA" +259,367,162,"Oakland, CA",159,"Long Beach, CA" +259,368,159,"Long Beach, CA",159,"Long Beach, CA" +259,369,159,"Long Beach, CA",159,"Long Beach, CA" +259,370,198,"Baltimore, MD",197,"Portland, ME" +259,371,159,"Long Beach, CA",162,"Oakland, CA" +259,372,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +259,373,194,"Lake Charles, LA",253,"Beaumont, TX" +259,374,159,"Long Beach, CA",159,"Long Beach, CA" +259,375,159,"Long Beach, CA",159,"Long Beach, CA" +259,376,162,"Oakland, CA",268,"Seattle, WA" +259,377,241,"Philadelphia, PA",257,"Houston, TX" +259,378,152,"Mobile, AL",194,"Lake Charles, LA" +259,379,159,"Long Beach, CA",159,"Long Beach, CA" +259,380,159,"Long Beach, CA",159,"Long Beach, CA" +259,381,268,"Seattle, WA",159,"Long Beach, CA" +259,382,218,"Camden-Gloucester, NJ",257,"Houston, TX" +259,383,159,"Long Beach, CA",269,"Longview, WA" +259,384,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +259,385,265,"Norfolk Harbor, VA",193,"Baton Rouge, LA" +259,386,198,"Baltimore, MD",198,"Baltimore, MD" +259,387,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +259,388,201,"Boston, MA",201,"Boston, MA" +259,389,244,"Providence, RI",253,"Beaumont, TX" +259,390,177,"Savannah, GA",257,"Houston, TX" +259,391,197,"Portland, ME",245,"Charleston, SC" +259,392,268,"Seattle, WA",159,"Long Beach, CA" +259,393,162,"Oakland, CA",268,"Seattle, WA" +259,394,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +259,395,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +259,396,162,"Oakland, CA",159,"Long Beach, CA" +259,397,223,"New York, NY and NJ",257,"Houston, TX" +259,398,223,"New York, NY and NJ",194,"Lake Charles, LA" +259,399,193,"Baton Rouge, LA",171,"Jacksonville, FL" +259,400,159,"Long Beach, CA",159,"Long Beach, CA" +259,401,217,"New York, NY and NJ",198,"Baltimore, MD" +259,402,198,"Baltimore, MD",177,"Savannah, GA" +259,403,159,"Long Beach, CA",159,"Long Beach, CA" +259,404,217,"New York, NY and NJ",195,"New Orleans, LA" +259,405,245,"Charleston, SC",195,"New Orleans, LA" +259,406,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +259,407,201,"Boston, MA",257,"Houston, TX" +259,408,159,"Long Beach, CA",268,"Seattle, WA" +259,409,174,"Tampa, FL",177,"Savannah, GA" +259,410,162,"Oakland, CA",159,"Long Beach, CA" +259,411,239,"Portland, OR",268,"Seattle, WA" +259,412,223,"New York, NY and NJ",257,"Houston, TX" +259,413,159,"Long Beach, CA",162,"Oakland, CA" +259,414,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +259,415,218,"Camden-Gloucester, NJ",257,"Houston, TX" +259,416,172,"Port Everglades, FL",195,"New Orleans, LA" +259,417,268,"Seattle, WA",159,"Long Beach, CA" +259,418,159,"Long Beach, CA",268,"Seattle, WA" +259,419,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +259,420,239,"Portland, OR",159,"Long Beach, CA" +259,421,159,"Long Beach, CA",269,"Longview, WA" +259,422,162,"Oakland, CA",159,"Long Beach, CA" +259,423,159,"Long Beach, CA",257,"Houston, TX" +259,424,194,"Lake Charles, LA",194,"Lake Charles, LA" +259,425,159,"Long Beach, CA",159,"Long Beach, CA" +259,426,254,"Corpus Christi, TX",257,"Houston, TX" +259,427,174,"Tampa, FL",257,"Houston, TX" +259,428,268,"Seattle, WA",159,"Long Beach, CA" +259,429,159,"Long Beach, CA",159,"Long Beach, CA" +259,430,223,"New York, NY and NJ",177,"Savannah, GA" +259,431,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +259,432,159,"Long Beach, CA",257,"Houston, TX" +259,433,241,"Philadelphia, PA",194,"Lake Charles, LA" +259,434,198,"Baltimore, MD",152,"Mobile, AL" +259,435,223,"New York, NY and NJ",257,"Houston, TX" +259,436,198,"Baltimore, MD",241,"Philadelphia, PA" +259,437,198,"Baltimore, MD",195,"New Orleans, LA" +259,438,152,"Mobile, AL",152,"Mobile, AL" +259,439,152,"Mobile, AL",195,"New Orleans, LA" +259,440,172,"Port Everglades, FL",195,"New Orleans, LA" +259,441,159,"Long Beach, CA",269,"Longview, WA" +259,442,223,"New York, NY and NJ",217,"New York, NY and NJ" +259,443,229,"Wilmington, NC",253,"Beaumont, TX" +259,444,159,"Long Beach, CA",268,"Seattle, WA" +259,445,217,"New York, NY and NJ",193,"Baton Rouge, LA" +259,446,217,"New York, NY and NJ",194,"Lake Charles, LA" +259,447,244,"Providence, RI",265,"Norfolk Harbor, VA" +259,448,217,"New York, NY and NJ",194,"Lake Charles, LA" +259,449,162,"Oakland, CA",162,"Oakland, CA" +259,450,177,"Savannah, GA",257,"Houston, TX" +259,451,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +259,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +259,453,159,"Long Beach, CA",159,"Long Beach, CA" +259,454,223,"New York, NY and NJ",201,"Boston, MA" +259,455,172,"Port Everglades, FL",217,"New York, NY and NJ" +259,456,268,"Seattle, WA",268,"Seattle, WA" +259,457,223,"New York, NY and NJ",198,"Baltimore, MD" +259,458,223,"New York, NY and NJ",257,"Houston, TX" +259,459,162,"Oakland, CA",162,"Oakland, CA" +259,460,177,"Savannah, GA",198,"Baltimore, MD" +259,461,177,"Savannah, GA",152,"Mobile, AL" +259,462,198,"Baltimore, MD",195,"New Orleans, LA" +259,463,223,"New York, NY and NJ",217,"New York, NY and NJ" +259,464,197,"Portland, ME",198,"Baltimore, MD" +259,465,159,"Long Beach, CA",159,"Long Beach, CA" +259,466,159,"Long Beach, CA",162,"Oakland, CA" +259,467,198,"Baltimore, MD",195,"New Orleans, LA" +259,468,159,"Long Beach, CA",268,"Seattle, WA" +259,469,223,"New York, NY and NJ",177,"Savannah, GA" +259,470,159,"Long Beach, CA",159,"Long Beach, CA" +259,471,223,"New York, NY and NJ",172,"Port Everglades, FL" +259,472,159,"Long Beach, CA",268,"Seattle, WA" +259,473,159,"Long Beach, CA",159,"Long Beach, CA" +259,474,177,"Savannah, GA",174,"Tampa, FL" +259,475,201,"Boston, MA",177,"Savannah, GA" +259,476,159,"Long Beach, CA",159,"Long Beach, CA" +259,477,159,"Long Beach, CA",268,"Seattle, WA" +259,478,174,"Tampa, FL",195,"New Orleans, LA" +259,479,162,"Oakland, CA",159,"Long Beach, CA" +259,480,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +259,481,197,"Portland, ME",198,"Baltimore, MD" +259,482,159,"Long Beach, CA",159,"Long Beach, CA" +259,483,198,"Baltimore, MD",257,"Houston, TX" +259,484,253,"Beaumont, TX",172,"Port Everglades, FL" +259,485,162,"Oakland, CA",239,"Portland, OR" +259,486,159,"Long Beach, CA",162,"Oakland, CA" +259,487,172,"Port Everglades, FL",152,"Mobile, AL" +259,488,239,"Portland, OR",159,"Long Beach, CA" +259,489,239,"Portland, OR",269,"Longview, WA" +259,490,217,"New York, NY and NJ",201,"Boston, MA" +259,491,197,"Portland, ME",253,"Beaumont, TX" +260,154,268,"Seattle, WA",268,"Seattle, WA" +260,179,239,"Portland, OR",239,"Portland, OR" +260,180,159,"Long Beach, CA",159,"Long Beach, CA" +260,274,159,"Long Beach, CA",159,"Long Beach, CA" +260,275,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +260,276,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +260,277,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +260,278,198,"Baltimore, MD",152,"Mobile, AL" +260,279,174,"Tampa, FL",208,"Pascagoula, MS" +260,280,172,"Port Everglades, FL",152,"Mobile, AL" +260,281,195,"New Orleans, LA",245,"Charleston, SC" +260,282,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +260,283,174,"Tampa, FL",257,"Houston, TX" +260,284,159,"Long Beach, CA",159,"Long Beach, CA" +260,285,241,"Philadelphia, PA",201,"Boston, MA" +260,286,223,"New York, NY and NJ",197,"Portland, ME" +260,287,172,"Port Everglades, FL",172,"Port Everglades, FL" +260,288,159,"Long Beach, CA",159,"Long Beach, CA" +260,289,268,"Seattle, WA",159,"Long Beach, CA" +260,290,177,"Savannah, GA",245,"Charleston, SC" +260,291,201,"Boston, MA",244,"Providence, RI" +260,292,241,"Philadelphia, PA",241,"Philadelphia, PA" +260,293,253,"Beaumont, TX",195,"New Orleans, LA" +260,294,244,"Providence, RI",152,"Mobile, AL" +260,295,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +260,296,159,"Long Beach, CA",159,"Long Beach, CA" +260,297,193,"Baton Rouge, LA",195,"New Orleans, LA" +260,298,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +260,299,172,"Port Everglades, FL",169,"Wilmington, DE" +260,300,257,"Houston, TX",174,"Tampa, FL" +260,301,223,"New York, NY and NJ",208,"Pascagoula, MS" +260,302,171,"Jacksonville, FL",172,"Port Everglades, FL" +260,303,159,"Long Beach, CA",159,"Long Beach, CA" +260,304,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +260,305,265,"Norfolk Harbor, VA",177,"Savannah, GA" +260,306,241,"Philadelphia, PA",177,"Savannah, GA" +260,307,223,"New York, NY and NJ",195,"New Orleans, LA" +260,308,159,"Long Beach, CA",159,"Long Beach, CA" +260,309,197,"Portland, ME",265,"Norfolk Harbor, VA" +260,310,152,"Mobile, AL",257,"Houston, TX" +260,311,177,"Savannah, GA",208,"Pascagoula, MS" +260,312,195,"New Orleans, LA",195,"New Orleans, LA" +260,313,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +260,314,217,"New York, NY and NJ",245,"Charleston, SC" +260,315,195,"New Orleans, LA",254,"Corpus Christi, TX" +260,316,159,"Long Beach, CA",159,"Long Beach, CA" +260,317,269,"Longview, WA",159,"Long Beach, CA" +260,318,268,"Seattle, WA",159,"Long Beach, CA" +260,319,152,"Mobile, AL",195,"New Orleans, LA" +260,320,198,"Baltimore, MD",241,"Philadelphia, PA" +260,321,201,"Boston, MA",218,"Camden-Gloucester, NJ" +260,322,162,"Oakland, CA",162,"Oakland, CA" +260,323,257,"Houston, TX",253,"Beaumont, TX" +260,324,197,"Portland, ME",265,"Norfolk Harbor, VA" +260,325,195,"New Orleans, LA",208,"Pascagoula, MS" +260,326,152,"Mobile, AL",195,"New Orleans, LA" +260,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +260,328,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +260,329,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +260,330,241,"Philadelphia, PA",201,"Boston, MA" +260,331,198,"Baltimore, MD",197,"Portland, ME" +260,332,245,"Charleston, SC",194,"Lake Charles, LA" +260,333,177,"Savannah, GA",193,"Baton Rouge, LA" +260,334,195,"New Orleans, LA",254,"Corpus Christi, TX" +260,335,218,"Camden-Gloucester, NJ",229,"Wilmington, NC" +260,336,253,"Beaumont, TX",195,"New Orleans, LA" +260,337,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +260,338,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +260,339,244,"Providence, RI",265,"Norfolk Harbor, VA" +260,340,217,"New York, NY and NJ",244,"Providence, RI" +260,341,195,"New Orleans, LA",254,"Corpus Christi, TX" +260,342,223,"New York, NY and NJ",241,"Philadelphia, PA" +260,343,159,"Long Beach, CA",159,"Long Beach, CA" +260,344,198,"Baltimore, MD",198,"Baltimore, MD" +260,345,244,"Providence, RI",229,"Wilmington, NC" +260,346,257,"Houston, TX",253,"Beaumont, TX" +260,347,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +260,348,229,"Wilmington, NC",195,"New Orleans, LA" +260,349,198,"Baltimore, MD",197,"Portland, ME" +260,350,223,"New York, NY and NJ",241,"Philadelphia, PA" +260,351,265,"Norfolk Harbor, VA",201,"Boston, MA" +260,352,198,"Baltimore, MD",197,"Portland, ME" +260,353,223,"New York, NY and NJ",177,"Savannah, GA" +260,354,201,"Boston, MA",223,"New York, NY and NJ" +260,355,195,"New Orleans, LA",171,"Jacksonville, FL" +260,356,195,"New Orleans, LA",208,"Pascagoula, MS" +260,357,217,"New York, NY and NJ",201,"Boston, MA" +260,358,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +260,359,195,"New Orleans, LA",195,"New Orleans, LA" +260,360,177,"Savannah, GA",257,"Houston, TX" +260,361,174,"Tampa, FL",254,"Corpus Christi, TX" +260,362,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +260,363,254,"Corpus Christi, TX",152,"Mobile, AL" +260,364,217,"New York, NY and NJ",201,"Boston, MA" +260,365,241,"Philadelphia, PA",208,"Pascagoula, MS" +260,366,159,"Long Beach, CA",159,"Long Beach, CA" +260,367,239,"Portland, OR",159,"Long Beach, CA" +260,368,159,"Long Beach, CA",159,"Long Beach, CA" +260,369,159,"Long Beach, CA",269,"Longview, WA" +260,370,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +260,371,268,"Seattle, WA",159,"Long Beach, CA" +260,372,198,"Baltimore, MD",217,"New York, NY and NJ" +260,373,152,"Mobile, AL",253,"Beaumont, TX" +260,374,268,"Seattle, WA",159,"Long Beach, CA" +260,375,254,"Corpus Christi, TX",257,"Houston, TX" +260,376,159,"Long Beach, CA",159,"Long Beach, CA" +260,377,244,"Providence, RI",195,"New Orleans, LA" +260,378,195,"New Orleans, LA",257,"Houston, TX" +260,379,268,"Seattle, WA",162,"Oakland, CA" +260,380,159,"Long Beach, CA",268,"Seattle, WA" +260,381,239,"Portland, OR",159,"Long Beach, CA" +260,382,217,"New York, NY and NJ",169,"Wilmington, DE" +260,383,159,"Long Beach, CA",269,"Longview, WA" +260,384,193,"Baton Rouge, LA",195,"New Orleans, LA" +260,385,198,"Baltimore, MD",198,"Baltimore, MD" +260,386,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +260,387,198,"Baltimore, MD",241,"Philadelphia, PA" +260,388,217,"New York, NY and NJ",241,"Philadelphia, PA" +260,389,217,"New York, NY and NJ",241,"Philadelphia, PA" +260,390,265,"Norfolk Harbor, VA",194,"Lake Charles, LA" +260,391,241,"Philadelphia, PA",217,"New York, NY and NJ" +260,392,159,"Long Beach, CA",268,"Seattle, WA" +260,393,159,"Long Beach, CA",159,"Long Beach, CA" +260,394,217,"New York, NY and NJ",198,"Baltimore, MD" +260,395,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +260,396,159,"Long Beach, CA",268,"Seattle, WA" +260,397,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +260,398,198,"Baltimore, MD",171,"Jacksonville, FL" +260,399,254,"Corpus Christi, TX",208,"Pascagoula, MS" +260,400,159,"Long Beach, CA",239,"Portland, OR" +260,401,198,"Baltimore, MD",208,"Pascagoula, MS" +260,402,197,"Portland, ME",201,"Boston, MA" +260,403,159,"Long Beach, CA",268,"Seattle, WA" +260,404,198,"Baltimore, MD",217,"New York, NY and NJ" +260,405,265,"Norfolk Harbor, VA",177,"Savannah, GA" +260,406,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +260,407,169,"Wilmington, DE",177,"Savannah, GA" +260,408,159,"Long Beach, CA",159,"Long Beach, CA" +260,409,241,"Philadelphia, PA",208,"Pascagoula, MS" +260,410,268,"Seattle, WA",268,"Seattle, WA" +260,411,269,"Longview, WA",268,"Seattle, WA" +260,412,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +260,413,268,"Seattle, WA",159,"Long Beach, CA" +260,414,257,"Houston, TX",257,"Houston, TX" +260,415,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +260,416,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +260,417,159,"Long Beach, CA",159,"Long Beach, CA" +260,418,159,"Long Beach, CA",162,"Oakland, CA" +260,419,223,"New York, NY and NJ",208,"Pascagoula, MS" +260,420,268,"Seattle, WA",159,"Long Beach, CA" +260,421,268,"Seattle, WA",159,"Long Beach, CA" +260,422,159,"Long Beach, CA",159,"Long Beach, CA" +260,423,159,"Long Beach, CA",159,"Long Beach, CA" +260,424,194,"Lake Charles, LA",254,"Corpus Christi, TX" +260,425,162,"Oakland, CA",159,"Long Beach, CA" +260,426,193,"Baton Rouge, LA",208,"Pascagoula, MS" +260,427,172,"Port Everglades, FL",195,"New Orleans, LA" +260,428,159,"Long Beach, CA",159,"Long Beach, CA" +260,429,162,"Oakland, CA",257,"Houston, TX" +260,430,169,"Wilmington, DE",197,"Portland, ME" +260,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +260,432,268,"Seattle, WA",268,"Seattle, WA" +260,433,177,"Savannah, GA",245,"Charleston, SC" +260,434,197,"Portland, ME",198,"Baltimore, MD" +260,435,152,"Mobile, AL",208,"Pascagoula, MS" +260,436,201,"Boston, MA",217,"New York, NY and NJ" +260,437,254,"Corpus Christi, TX",195,"New Orleans, LA" +260,438,172,"Port Everglades, FL",152,"Mobile, AL" +260,439,177,"Savannah, GA",194,"Lake Charles, LA" +260,440,195,"New Orleans, LA",177,"Savannah, GA" +260,441,159,"Long Beach, CA",159,"Long Beach, CA" +260,442,223,"New York, NY and NJ",198,"Baltimore, MD" +260,443,217,"New York, NY and NJ",177,"Savannah, GA" +260,444,159,"Long Beach, CA",268,"Seattle, WA" +260,445,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +260,446,244,"Providence, RI",223,"New York, NY and NJ" +260,447,198,"Baltimore, MD",152,"Mobile, AL" +260,448,244,"Providence, RI",195,"New Orleans, LA" +260,449,159,"Long Beach, CA",159,"Long Beach, CA" +260,450,177,"Savannah, GA",245,"Charleston, SC" +260,451,217,"New York, NY and NJ",223,"New York, NY and NJ" +260,452,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +260,453,239,"Portland, OR",159,"Long Beach, CA" +260,454,265,"Norfolk Harbor, VA",245,"Charleston, SC" +260,455,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +260,456,239,"Portland, OR",268,"Seattle, WA" +260,457,223,"New York, NY and NJ",197,"Portland, ME" +260,458,223,"New York, NY and NJ",241,"Philadelphia, PA" +260,459,159,"Long Beach, CA",159,"Long Beach, CA" +260,460,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +260,461,174,"Tampa, FL",194,"Lake Charles, LA" +260,462,197,"Portland, ME",245,"Charleston, SC" +260,463,197,"Portland, ME",223,"New York, NY and NJ" +260,464,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +260,465,159,"Long Beach, CA",195,"New Orleans, LA" +260,466,268,"Seattle, WA",159,"Long Beach, CA" +260,467,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +260,468,162,"Oakland, CA",162,"Oakland, CA" +260,469,244,"Providence, RI",223,"New York, NY and NJ" +260,470,159,"Long Beach, CA",268,"Seattle, WA" +260,471,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +260,472,268,"Seattle, WA",159,"Long Beach, CA" +260,473,162,"Oakland, CA",159,"Long Beach, CA" +260,474,245,"Charleston, SC",195,"New Orleans, LA" +260,475,217,"New York, NY and NJ",208,"Pascagoula, MS" +260,476,159,"Long Beach, CA",159,"Long Beach, CA" +260,477,239,"Portland, OR",159,"Long Beach, CA" +260,478,152,"Mobile, AL",195,"New Orleans, LA" +260,479,159,"Long Beach, CA",159,"Long Beach, CA" +260,480,198,"Baltimore, MD",241,"Philadelphia, PA" +260,481,198,"Baltimore, MD",223,"New York, NY and NJ" +260,482,159,"Long Beach, CA",268,"Seattle, WA" +260,483,244,"Providence, RI",201,"Boston, MA" +260,484,193,"Baton Rouge, LA",194,"Lake Charles, LA" +260,485,159,"Long Beach, CA",162,"Oakland, CA" +260,486,239,"Portland, OR",159,"Long Beach, CA" +260,487,194,"Lake Charles, LA",194,"Lake Charles, LA" +260,488,162,"Oakland, CA",162,"Oakland, CA" +260,489,159,"Long Beach, CA",159,"Long Beach, CA" +260,490,193,"Baton Rouge, LA",265,"Norfolk Harbor, VA" +260,491,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +261,154,162,"Oakland, CA",159,"Long Beach, CA" +261,179,268,"Seattle, WA",159,"Long Beach, CA" +261,180,159,"Long Beach, CA",159,"Long Beach, CA" +261,274,159,"Long Beach, CA",159,"Long Beach, CA" +261,275,201,"Boston, MA",241,"Philadelphia, PA" +261,276,197,"Portland, ME",265,"Norfolk Harbor, VA" +261,277,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +261,278,177,"Savannah, GA",245,"Charleston, SC" +261,279,245,"Charleston, SC",177,"Savannah, GA" +261,280,245,"Charleston, SC",195,"New Orleans, LA" +261,281,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +261,282,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +261,283,171,"Jacksonville, FL",195,"New Orleans, LA" +261,284,159,"Long Beach, CA",159,"Long Beach, CA" +261,285,201,"Boston, MA",201,"Boston, MA" +261,286,201,"Boston, MA",208,"Pascagoula, MS" +261,287,177,"Savannah, GA",208,"Pascagoula, MS" +261,288,159,"Long Beach, CA",268,"Seattle, WA" +261,289,159,"Long Beach, CA",159,"Long Beach, CA" +261,290,177,"Savannah, GA",257,"Houston, TX" +261,291,217,"New York, NY and NJ",198,"Baltimore, MD" +261,292,223,"New York, NY and NJ",198,"Baltimore, MD" +261,293,195,"New Orleans, LA",193,"Baton Rouge, LA" +261,294,201,"Boston, MA",229,"Wilmington, NC" +261,295,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +261,296,159,"Long Beach, CA",159,"Long Beach, CA" +261,297,257,"Houston, TX",257,"Houston, TX" +261,298,217,"New York, NY and NJ",244,"Providence, RI" +261,299,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +261,300,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +261,301,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +261,302,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +261,303,162,"Oakland, CA",159,"Long Beach, CA" +261,304,201,"Boston, MA",223,"New York, NY and NJ" +261,305,244,"Providence, RI",198,"Baltimore, MD" +261,306,198,"Baltimore, MD",223,"New York, NY and NJ" +261,307,223,"New York, NY and NJ",195,"New Orleans, LA" +261,308,162,"Oakland, CA",239,"Portland, OR" +261,309,265,"Norfolk Harbor, VA",201,"Boston, MA" +261,310,257,"Houston, TX",253,"Beaumont, TX" +261,311,198,"Baltimore, MD",198,"Baltimore, MD" +261,312,195,"New Orleans, LA",195,"New Orleans, LA" +261,313,217,"New York, NY and NJ",177,"Savannah, GA" +261,314,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +261,315,194,"Lake Charles, LA",172,"Port Everglades, FL" +261,316,159,"Long Beach, CA",159,"Long Beach, CA" +261,317,268,"Seattle, WA",159,"Long Beach, CA" +261,318,159,"Long Beach, CA",162,"Oakland, CA" +261,319,245,"Charleston, SC",195,"New Orleans, LA" +261,320,244,"Providence, RI",223,"New York, NY and NJ" +261,321,201,"Boston, MA",265,"Norfolk Harbor, VA" +261,322,268,"Seattle, WA",159,"Long Beach, CA" +261,323,195,"New Orleans, LA",257,"Houston, TX" +261,324,198,"Baltimore, MD",223,"New York, NY and NJ" +261,325,172,"Port Everglades, FL",253,"Beaumont, TX" +261,326,195,"New Orleans, LA",195,"New Orleans, LA" +261,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +261,328,197,"Portland, ME",265,"Norfolk Harbor, VA" +261,329,223,"New York, NY and NJ",177,"Savannah, GA" +261,330,198,"Baltimore, MD",217,"New York, NY and NJ" +261,331,241,"Philadelphia, PA",177,"Savannah, GA" +261,332,177,"Savannah, GA",265,"Norfolk Harbor, VA" +261,333,172,"Port Everglades, FL",195,"New Orleans, LA" +261,334,257,"Houston, TX",257,"Houston, TX" +261,335,197,"Portland, ME",223,"New York, NY and NJ" +261,336,159,"Long Beach, CA",162,"Oakland, CA" +261,337,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +261,338,241,"Philadelphia, PA",241,"Philadelphia, PA" +261,339,244,"Providence, RI",198,"Baltimore, MD" +261,340,217,"New York, NY and NJ",223,"New York, NY and NJ" +261,341,253,"Beaumont, TX",195,"New Orleans, LA" +261,342,198,"Baltimore, MD",201,"Boston, MA" +261,343,239,"Portland, OR",268,"Seattle, WA" +261,344,198,"Baltimore, MD",217,"New York, NY and NJ" +261,345,241,"Philadelphia, PA",223,"New York, NY and NJ" +261,346,177,"Savannah, GA",253,"Beaumont, TX" +261,347,217,"New York, NY and NJ",198,"Baltimore, MD" +261,348,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +261,349,217,"New York, NY and NJ",217,"New York, NY and NJ" +261,350,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +261,351,229,"Wilmington, NC",223,"New York, NY and NJ" +261,352,217,"New York, NY and NJ",217,"New York, NY and NJ" +261,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +261,354,223,"New York, NY and NJ",201,"Boston, MA" +261,355,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +261,356,195,"New Orleans, LA",257,"Houston, TX" +261,357,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +261,358,198,"Baltimore, MD",197,"Portland, ME" +261,359,174,"Tampa, FL",172,"Port Everglades, FL" +261,360,171,"Jacksonville, FL",257,"Houston, TX" +261,361,257,"Houston, TX",159,"Long Beach, CA" +261,362,241,"Philadelphia, PA",201,"Boston, MA" +261,363,193,"Baton Rouge, LA",254,"Corpus Christi, TX" +261,364,223,"New York, NY and NJ",223,"New York, NY and NJ" +261,365,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +261,366,159,"Long Beach, CA",159,"Long Beach, CA" +261,367,159,"Long Beach, CA",159,"Long Beach, CA" +261,368,159,"Long Beach, CA",162,"Oakland, CA" +261,369,268,"Seattle, WA",159,"Long Beach, CA" +261,370,241,"Philadelphia, PA",244,"Providence, RI" +261,371,159,"Long Beach, CA",159,"Long Beach, CA" +261,372,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +261,373,195,"New Orleans, LA",253,"Beaumont, TX" +261,374,159,"Long Beach, CA",159,"Long Beach, CA" +261,375,269,"Longview, WA",159,"Long Beach, CA" +261,376,159,"Long Beach, CA",268,"Seattle, WA" +261,377,217,"New York, NY and NJ",241,"Philadelphia, PA" +261,378,193,"Baton Rouge, LA",152,"Mobile, AL" +261,379,159,"Long Beach, CA",239,"Portland, OR" +261,380,162,"Oakland, CA",268,"Seattle, WA" +261,381,269,"Longview, WA",159,"Long Beach, CA" +261,382,223,"New York, NY and NJ",223,"New York, NY and NJ" +261,383,162,"Oakland, CA",162,"Oakland, CA" +261,384,223,"New York, NY and NJ",217,"New York, NY and NJ" +261,385,177,"Savannah, GA",217,"New York, NY and NJ" +261,386,223,"New York, NY and NJ",201,"Boston, MA" +261,387,244,"Providence, RI",217,"New York, NY and NJ" +261,388,197,"Portland, ME",241,"Philadelphia, PA" +261,389,217,"New York, NY and NJ",223,"New York, NY and NJ" +261,390,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +261,391,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +261,392,159,"Long Beach, CA",268,"Seattle, WA" +261,393,162,"Oakland, CA",268,"Seattle, WA" +261,394,241,"Philadelphia, PA",241,"Philadelphia, PA" +261,395,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +261,396,268,"Seattle, WA",159,"Long Beach, CA" +261,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +261,398,241,"Philadelphia, PA",241,"Philadelphia, PA" +261,399,195,"New Orleans, LA",195,"New Orleans, LA" +261,400,159,"Long Beach, CA",269,"Longview, WA" +261,401,241,"Philadelphia, PA",198,"Baltimore, MD" +261,402,201,"Boston, MA",198,"Baltimore, MD" +261,403,159,"Long Beach, CA",159,"Long Beach, CA" +261,404,198,"Baltimore, MD",197,"Portland, ME" +261,405,265,"Norfolk Harbor, VA",193,"Baton Rouge, LA" +261,406,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +261,407,245,"Charleston, SC",197,"Portland, ME" +261,408,159,"Long Beach, CA",159,"Long Beach, CA" +261,409,217,"New York, NY and NJ",253,"Beaumont, TX" +261,410,268,"Seattle, WA",159,"Long Beach, CA" +261,411,269,"Longview, WA",159,"Long Beach, CA" +261,412,201,"Boston, MA",265,"Norfolk Harbor, VA" +261,413,159,"Long Beach, CA",268,"Seattle, WA" +261,414,253,"Beaumont, TX",194,"Lake Charles, LA" +261,415,241,"Philadelphia, PA",223,"New York, NY and NJ" +261,416,217,"New York, NY and NJ",197,"Portland, ME" +261,417,268,"Seattle, WA",159,"Long Beach, CA" +261,418,268,"Seattle, WA",268,"Seattle, WA" +261,419,198,"Baltimore, MD",241,"Philadelphia, PA" +261,420,159,"Long Beach, CA",268,"Seattle, WA" +261,421,268,"Seattle, WA",159,"Long Beach, CA" +261,422,159,"Long Beach, CA",159,"Long Beach, CA" +261,423,159,"Long Beach, CA",159,"Long Beach, CA" +261,424,152,"Mobile, AL",257,"Houston, TX" +261,425,159,"Long Beach, CA",268,"Seattle, WA" +261,426,172,"Port Everglades, FL",257,"Houston, TX" +261,427,152,"Mobile, AL",257,"Houston, TX" +261,428,269,"Longview, WA",159,"Long Beach, CA" +261,429,162,"Oakland, CA",159,"Long Beach, CA" +261,430,198,"Baltimore, MD",241,"Philadelphia, PA" +261,431,223,"New York, NY and NJ",223,"New York, NY and NJ" +261,432,268,"Seattle, WA",159,"Long Beach, CA" +261,433,197,"Portland, ME",265,"Norfolk Harbor, VA" +261,434,197,"Portland, ME",265,"Norfolk Harbor, VA" +261,435,223,"New York, NY and NJ",198,"Baltimore, MD" +261,436,265,"Norfolk Harbor, VA",177,"Savannah, GA" +261,437,223,"New York, NY and NJ",177,"Savannah, GA" +261,438,245,"Charleston, SC",195,"New Orleans, LA" +261,439,195,"New Orleans, LA",152,"Mobile, AL" +261,440,265,"Norfolk Harbor, VA",257,"Houston, TX" +261,441,162,"Oakland, CA",268,"Seattle, WA" +261,442,223,"New York, NY and NJ",198,"Baltimore, MD" +261,443,201,"Boston, MA",223,"New York, NY and NJ" +261,444,268,"Seattle, WA",239,"Portland, OR" +261,445,197,"Portland, ME",217,"New York, NY and NJ" +261,446,244,"Providence, RI",244,"Providence, RI" +261,447,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +261,448,198,"Baltimore, MD",198,"Baltimore, MD" +261,449,268,"Seattle, WA",159,"Long Beach, CA" +261,450,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +261,451,198,"Baltimore, MD",223,"New York, NY and NJ" +261,452,198,"Baltimore, MD",198,"Baltimore, MD" +261,453,162,"Oakland, CA",159,"Long Beach, CA" +261,454,218,"Camden-Gloucester, NJ",244,"Providence, RI" +261,455,201,"Boston, MA",241,"Philadelphia, PA" +261,456,268,"Seattle, WA",268,"Seattle, WA" +261,457,244,"Providence, RI",201,"Boston, MA" +261,458,244,"Providence, RI",241,"Philadelphia, PA" +261,459,162,"Oakland, CA",159,"Long Beach, CA" +261,460,229,"Wilmington, NC",218,"Camden-Gloucester, NJ" +261,461,198,"Baltimore, MD",257,"Houston, TX" +261,462,223,"New York, NY and NJ",198,"Baltimore, MD" +261,463,197,"Portland, ME",223,"New York, NY and NJ" +261,464,198,"Baltimore, MD",217,"New York, NY and NJ" +261,465,162,"Oakland, CA",159,"Long Beach, CA" +261,466,159,"Long Beach, CA",268,"Seattle, WA" +261,467,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +261,468,159,"Long Beach, CA",159,"Long Beach, CA" +261,469,197,"Portland, ME",223,"New York, NY and NJ" +261,470,162,"Oakland, CA",159,"Long Beach, CA" +261,471,217,"New York, NY and NJ",217,"New York, NY and NJ" +261,472,159,"Long Beach, CA",159,"Long Beach, CA" +261,473,159,"Long Beach, CA",159,"Long Beach, CA" +261,474,265,"Norfolk Harbor, VA",257,"Houston, TX" +261,475,201,"Boston, MA",265,"Norfolk Harbor, VA" +261,476,159,"Long Beach, CA",268,"Seattle, WA" +261,477,239,"Portland, OR",159,"Long Beach, CA" +261,478,174,"Tampa, FL",195,"New Orleans, LA" +261,479,159,"Long Beach, CA",162,"Oakland, CA" +261,480,223,"New York, NY and NJ",241,"Philadelphia, PA" +261,481,198,"Baltimore, MD",198,"Baltimore, MD" +261,482,159,"Long Beach, CA",159,"Long Beach, CA" +261,483,217,"New York, NY and NJ",201,"Boston, MA" +261,484,193,"Baton Rouge, LA",257,"Houston, TX" +261,485,159,"Long Beach, CA",268,"Seattle, WA" +261,486,159,"Long Beach, CA",159,"Long Beach, CA" +261,487,177,"Savannah, GA",195,"New Orleans, LA" +261,488,268,"Seattle, WA",268,"Seattle, WA" +261,489,159,"Long Beach, CA",162,"Oakland, CA" +261,490,217,"New York, NY and NJ",217,"New York, NY and NJ" +261,491,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +262,154,159,"Long Beach, CA",162,"Oakland, CA" +262,179,268,"Seattle, WA",159,"Long Beach, CA" +262,180,159,"Long Beach, CA",268,"Seattle, WA" +262,274,268,"Seattle, WA",268,"Seattle, WA" +262,275,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +262,276,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +262,277,244,"Providence, RI",198,"Baltimore, MD" +262,278,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +262,279,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +262,280,172,"Port Everglades, FL",172,"Port Everglades, FL" +262,281,254,"Corpus Christi, TX",257,"Houston, TX" +262,282,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +262,283,245,"Charleston, SC",195,"New Orleans, LA" +262,284,268,"Seattle, WA",159,"Long Beach, CA" +262,285,217,"New York, NY and NJ",223,"New York, NY and NJ" +262,286,201,"Boston, MA",265,"Norfolk Harbor, VA" +262,287,174,"Tampa, FL",257,"Houston, TX" +262,288,159,"Long Beach, CA",268,"Seattle, WA" +262,289,159,"Long Beach, CA",269,"Longview, WA" +262,290,172,"Port Everglades, FL",257,"Houston, TX" +262,291,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +262,292,223,"New York, NY and NJ",229,"Wilmington, NC" +262,293,152,"Mobile, AL",257,"Houston, TX" +262,294,198,"Baltimore, MD",198,"Baltimore, MD" +262,295,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +262,296,159,"Long Beach, CA",159,"Long Beach, CA" +262,297,193,"Baton Rouge, LA",257,"Houston, TX" +262,298,223,"New York, NY and NJ",197,"Portland, ME" +262,299,197,"Portland, ME",195,"New Orleans, LA" +262,300,245,"Charleston, SC",253,"Beaumont, TX" +262,301,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +262,302,171,"Jacksonville, FL",195,"New Orleans, LA" +262,303,268,"Seattle, WA",239,"Portland, OR" +262,304,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +262,305,177,"Savannah, GA",265,"Norfolk Harbor, VA" +262,306,197,"Portland, ME",198,"Baltimore, MD" +262,307,217,"New York, NY and NJ",197,"Portland, ME" +262,308,159,"Long Beach, CA",159,"Long Beach, CA" +262,309,201,"Boston, MA",265,"Norfolk Harbor, VA" +262,310,239,"Portland, OR",257,"Houston, TX" +262,311,198,"Baltimore, MD",197,"Portland, ME" +262,312,195,"New Orleans, LA",257,"Houston, TX" +262,313,223,"New York, NY and NJ",198,"Baltimore, MD" +262,314,197,"Portland, ME",223,"New York, NY and NJ" +262,315,257,"Houston, TX",159,"Long Beach, CA" +262,316,268,"Seattle, WA",239,"Portland, OR" +262,317,159,"Long Beach, CA",159,"Long Beach, CA" +262,318,159,"Long Beach, CA",159,"Long Beach, CA" +262,319,254,"Corpus Christi, TX",194,"Lake Charles, LA" +262,320,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +262,321,177,"Savannah, GA",223,"New York, NY and NJ" +262,322,159,"Long Beach, CA",159,"Long Beach, CA" +262,323,254,"Corpus Christi, TX",253,"Beaumont, TX" +262,324,217,"New York, NY and NJ",217,"New York, NY and NJ" +262,325,195,"New Orleans, LA",257,"Houston, TX" +262,326,172,"Port Everglades, FL",253,"Beaumont, TX" +262,327,197,"Portland, ME",217,"New York, NY and NJ" +262,328,197,"Portland, ME",223,"New York, NY and NJ" +262,329,197,"Portland, ME",223,"New York, NY and NJ" +262,330,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +262,331,198,"Baltimore, MD",197,"Portland, ME" +262,332,245,"Charleston, SC",257,"Houston, TX" +262,333,171,"Jacksonville, FL",257,"Houston, TX" +262,334,177,"Savannah, GA",195,"New Orleans, LA" +262,335,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +262,336,159,"Long Beach, CA",159,"Long Beach, CA" +262,337,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +262,338,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +262,339,244,"Providence, RI",218,"Camden-Gloucester, NJ" +262,340,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +262,341,257,"Houston, TX",254,"Corpus Christi, TX" +262,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +262,343,159,"Long Beach, CA",239,"Portland, OR" +262,344,197,"Portland, ME",265,"Norfolk Harbor, VA" +262,345,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +262,346,193,"Baton Rouge, LA",254,"Corpus Christi, TX" +262,347,177,"Savannah, GA",241,"Philadelphia, PA" +262,348,217,"New York, NY and NJ",223,"New York, NY and NJ" +262,349,223,"New York, NY and NJ",197,"Portland, ME" +262,350,223,"New York, NY and NJ",217,"New York, NY and NJ" +262,351,201,"Boston, MA",217,"New York, NY and NJ" +262,352,198,"Baltimore, MD",241,"Philadelphia, PA" +262,353,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +262,354,223,"New York, NY and NJ",217,"New York, NY and NJ" +262,355,172,"Port Everglades, FL",198,"Baltimore, MD" +262,356,152,"Mobile, AL",194,"Lake Charles, LA" +262,357,201,"Boston, MA",265,"Norfolk Harbor, VA" +262,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +262,359,245,"Charleston, SC",195,"New Orleans, LA" +262,360,174,"Tampa, FL",257,"Houston, TX" +262,361,177,"Savannah, GA",159,"Long Beach, CA" +262,362,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +262,363,253,"Beaumont, TX",257,"Houston, TX" +262,364,217,"New York, NY and NJ",217,"New York, NY and NJ" +262,365,198,"Baltimore, MD",197,"Portland, ME" +262,366,159,"Long Beach, CA",162,"Oakland, CA" +262,367,159,"Long Beach, CA",268,"Seattle, WA" +262,368,268,"Seattle, WA",268,"Seattle, WA" +262,369,159,"Long Beach, CA",162,"Oakland, CA" +262,370,197,"Portland, ME",217,"New York, NY and NJ" +262,371,159,"Long Beach, CA",159,"Long Beach, CA" +262,372,198,"Baltimore, MD",223,"New York, NY and NJ" +262,373,152,"Mobile, AL",257,"Houston, TX" +262,374,268,"Seattle, WA",159,"Long Beach, CA" +262,375,268,"Seattle, WA",159,"Long Beach, CA" +262,376,159,"Long Beach, CA",268,"Seattle, WA" +262,377,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +262,378,177,"Savannah, GA",195,"New Orleans, LA" +262,379,268,"Seattle, WA",268,"Seattle, WA" +262,380,239,"Portland, OR",159,"Long Beach, CA" +262,381,268,"Seattle, WA",159,"Long Beach, CA" +262,382,244,"Providence, RI",223,"New York, NY and NJ" +262,383,159,"Long Beach, CA",268,"Seattle, WA" +262,384,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +262,385,198,"Baltimore, MD",223,"New York, NY and NJ" +262,386,197,"Portland, ME",223,"New York, NY and NJ" +262,387,241,"Philadelphia, PA",198,"Baltimore, MD" +262,388,217,"New York, NY and NJ",223,"New York, NY and NJ" +262,389,223,"New York, NY and NJ",241,"Philadelphia, PA" +262,390,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +262,391,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +262,392,159,"Long Beach, CA",159,"Long Beach, CA" +262,393,159,"Long Beach, CA",159,"Long Beach, CA" +262,394,198,"Baltimore, MD",223,"New York, NY and NJ" +262,395,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +262,396,269,"Longview, WA",159,"Long Beach, CA" +262,397,223,"New York, NY and NJ",197,"Portland, ME" +262,398,201,"Boston, MA",223,"New York, NY and NJ" +262,399,257,"Houston, TX",253,"Beaumont, TX" +262,400,159,"Long Beach, CA",159,"Long Beach, CA" +262,401,223,"New York, NY and NJ",201,"Boston, MA" +262,402,197,"Portland, ME",241,"Philadelphia, PA" +262,403,269,"Longview, WA",159,"Long Beach, CA" +262,404,198,"Baltimore, MD",241,"Philadelphia, PA" +262,405,245,"Charleston, SC",265,"Norfolk Harbor, VA" +262,406,244,"Providence, RI",241,"Philadelphia, PA" +262,407,201,"Boston, MA",257,"Houston, TX" +262,408,159,"Long Beach, CA",159,"Long Beach, CA" +262,409,265,"Norfolk Harbor, VA",245,"Charleston, SC" +262,410,159,"Long Beach, CA",159,"Long Beach, CA" +262,411,159,"Long Beach, CA",159,"Long Beach, CA" +262,412,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +262,413,159,"Long Beach, CA",159,"Long Beach, CA" +262,414,257,"Houston, TX",257,"Houston, TX" +262,415,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +262,416,171,"Jacksonville, FL",241,"Philadelphia, PA" +262,417,268,"Seattle, WA",159,"Long Beach, CA" +262,418,159,"Long Beach, CA",159,"Long Beach, CA" +262,419,201,"Boston, MA",223,"New York, NY and NJ" +262,420,159,"Long Beach, CA",162,"Oakland, CA" +262,421,268,"Seattle, WA",159,"Long Beach, CA" +262,422,159,"Long Beach, CA",159,"Long Beach, CA" +262,423,159,"Long Beach, CA",268,"Seattle, WA" +262,424,195,"New Orleans, LA",253,"Beaumont, TX" +262,425,159,"Long Beach, CA",268,"Seattle, WA" +262,426,177,"Savannah, GA",257,"Houston, TX" +262,427,195,"New Orleans, LA",195,"New Orleans, LA" +262,428,159,"Long Beach, CA",159,"Long Beach, CA" +262,429,268,"Seattle, WA",159,"Long Beach, CA" +262,430,217,"New York, NY and NJ",198,"Baltimore, MD" +262,431,197,"Portland, ME",201,"Boston, MA" +262,432,268,"Seattle, WA",159,"Long Beach, CA" +262,433,198,"Baltimore, MD",217,"New York, NY and NJ" +262,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +262,435,197,"Portland, ME",197,"Portland, ME" +262,436,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +262,437,177,"Savannah, GA",223,"New York, NY and NJ" +262,438,265,"Norfolk Harbor, VA",178,"Brunswick, GA" +262,439,245,"Charleston, SC",195,"New Orleans, LA" +262,440,172,"Port Everglades, FL",208,"Pascagoula, MS" +262,441,162,"Oakland, CA",268,"Seattle, WA" +262,442,241,"Philadelphia, PA",217,"New York, NY and NJ" +262,443,201,"Boston, MA",265,"Norfolk Harbor, VA" +262,444,268,"Seattle, WA",159,"Long Beach, CA" +262,445,169,"Wilmington, DE",201,"Boston, MA" +262,446,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +262,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +262,448,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +262,449,159,"Long Beach, CA",159,"Long Beach, CA" +262,450,245,"Charleston, SC",208,"Pascagoula, MS" +262,451,197,"Portland, ME",201,"Boston, MA" +262,452,223,"New York, NY and NJ",244,"Providence, RI" +262,453,159,"Long Beach, CA",159,"Long Beach, CA" +262,454,241,"Philadelphia, PA",201,"Boston, MA" +262,455,197,"Portland, ME",195,"New Orleans, LA" +262,456,159,"Long Beach, CA",268,"Seattle, WA" +262,457,217,"New York, NY and NJ",195,"New Orleans, LA" +262,458,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +262,459,159,"Long Beach, CA",159,"Long Beach, CA" +262,460,217,"New York, NY and NJ",195,"New Orleans, LA" +262,461,171,"Jacksonville, FL",195,"New Orleans, LA" +262,462,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +262,463,217,"New York, NY and NJ",198,"Baltimore, MD" +262,464,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +262,465,159,"Long Beach, CA",159,"Long Beach, CA" +262,466,159,"Long Beach, CA",162,"Oakland, CA" +262,467,198,"Baltimore, MD",198,"Baltimore, MD" +262,468,159,"Long Beach, CA",268,"Seattle, WA" +262,469,197,"Portland, ME",265,"Norfolk Harbor, VA" +262,470,159,"Long Beach, CA",239,"Portland, OR" +262,471,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +262,472,162,"Oakland, CA",162,"Oakland, CA" +262,473,162,"Oakland, CA",159,"Long Beach, CA" +262,474,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +262,475,241,"Philadelphia, PA",223,"New York, NY and NJ" +262,476,159,"Long Beach, CA",159,"Long Beach, CA" +262,477,268,"Seattle, WA",162,"Oakland, CA" +262,478,171,"Jacksonville, FL",152,"Mobile, AL" +262,479,159,"Long Beach, CA",268,"Seattle, WA" +262,480,244,"Providence, RI",217,"New York, NY and NJ" +262,481,169,"Wilmington, DE",201,"Boston, MA" +262,482,268,"Seattle, WA",159,"Long Beach, CA" +262,483,265,"Norfolk Harbor, VA",201,"Boston, MA" +262,484,177,"Savannah, GA",257,"Houston, TX" +262,485,239,"Portland, OR",159,"Long Beach, CA" +262,486,159,"Long Beach, CA",159,"Long Beach, CA" +262,487,172,"Port Everglades, FL",257,"Houston, TX" +262,488,159,"Long Beach, CA",268,"Seattle, WA" +262,489,159,"Long Beach, CA",159,"Long Beach, CA" +262,490,198,"Baltimore, MD",245,"Charleston, SC" +262,491,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +263,154,159,"Long Beach, CA",268,"Seattle, WA" +263,179,159,"Long Beach, CA",159,"Long Beach, CA" +263,180,269,"Longview, WA",159,"Long Beach, CA" +263,274,268,"Seattle, WA",159,"Long Beach, CA" +263,275,218,"Camden-Gloucester, NJ",197,"Portland, ME" +263,276,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +263,277,217,"New York, NY and NJ",201,"Boston, MA" +263,278,245,"Charleston, SC",217,"New York, NY and NJ" +263,279,223,"New York, NY and NJ",217,"New York, NY and NJ" +263,280,223,"New York, NY and NJ",217,"New York, NY and NJ" +263,281,171,"Jacksonville, FL",198,"Baltimore, MD" +263,282,241,"Philadelphia, PA",198,"Baltimore, MD" +263,283,177,"Savannah, GA",223,"New York, NY and NJ" +263,284,159,"Long Beach, CA",159,"Long Beach, CA" +263,285,201,"Boston, MA",197,"Portland, ME" +263,286,218,"Camden-Gloucester, NJ",201,"Boston, MA" +263,287,171,"Jacksonville, FL",169,"Wilmington, DE" +263,288,245,"Charleston, SC",162,"Oakland, CA" +263,289,159,"Long Beach, CA",268,"Seattle, WA" +263,290,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +263,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +263,292,201,"Boston, MA",201,"Boston, MA" +263,293,172,"Port Everglades, FL",195,"New Orleans, LA" +263,294,201,"Boston, MA",223,"New York, NY and NJ" +263,295,223,"New York, NY and NJ",197,"Portland, ME" +263,296,268,"Seattle, WA",239,"Portland, OR" +263,297,245,"Charleston, SC",177,"Savannah, GA" +263,298,201,"Boston, MA",244,"Providence, RI" +263,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +263,300,198,"Baltimore, MD",198,"Baltimore, MD" +263,301,197,"Portland, ME",265,"Norfolk Harbor, VA" +263,302,177,"Savannah, GA",201,"Boston, MA" +263,303,162,"Oakland, CA",268,"Seattle, WA" +263,304,197,"Portland, ME",223,"New York, NY and NJ" +263,305,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +263,306,223,"New York, NY and NJ",241,"Philadelphia, PA" +263,307,223,"New York, NY and NJ",223,"New York, NY and NJ" +263,308,159,"Long Beach, CA",159,"Long Beach, CA" +263,309,197,"Portland, ME",241,"Philadelphia, PA" +263,310,241,"Philadelphia, PA",241,"Philadelphia, PA" +263,311,197,"Portland, ME",217,"New York, NY and NJ" +263,312,177,"Savannah, GA",172,"Port Everglades, FL" +263,313,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +263,314,217,"New York, NY and NJ",201,"Boston, MA" +263,315,172,"Port Everglades, FL",177,"Savannah, GA" +263,316,268,"Seattle, WA",239,"Portland, OR" +263,317,159,"Long Beach, CA",159,"Long Beach, CA" +263,318,159,"Long Beach, CA",268,"Seattle, WA" +263,319,174,"Tampa, FL",172,"Port Everglades, FL" +263,320,198,"Baltimore, MD",223,"New York, NY and NJ" +263,321,198,"Baltimore, MD",217,"New York, NY and NJ" +263,322,162,"Oakland, CA",159,"Long Beach, CA" +263,323,172,"Port Everglades, FL",172,"Port Everglades, FL" +263,324,201,"Boston, MA",241,"Philadelphia, PA" +263,325,245,"Charleston, SC",241,"Philadelphia, PA" +263,326,178,"Brunswick, GA",241,"Philadelphia, PA" +263,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +263,328,201,"Boston, MA",223,"New York, NY and NJ" +263,329,217,"New York, NY and NJ",197,"Portland, ME" +263,330,217,"New York, NY and NJ",201,"Boston, MA" +263,331,217,"New York, NY and NJ",197,"Portland, ME" +263,332,177,"Savannah, GA",217,"New York, NY and NJ" +263,333,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +263,334,174,"Tampa, FL",265,"Norfolk Harbor, VA" +263,335,241,"Philadelphia, PA",217,"New York, NY and NJ" +263,336,245,"Charleston, SC",198,"Baltimore, MD" +263,337,198,"Baltimore, MD",241,"Philadelphia, PA" +263,338,241,"Philadelphia, PA",244,"Providence, RI" +263,339,198,"Baltimore, MD",223,"New York, NY and NJ" +263,340,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +263,341,174,"Tampa, FL",223,"New York, NY and NJ" +263,342,241,"Philadelphia, PA",201,"Boston, MA" +263,343,239,"Portland, OR",159,"Long Beach, CA" +263,344,201,"Boston, MA",197,"Portland, ME" +263,345,223,"New York, NY and NJ",217,"New York, NY and NJ" +263,346,172,"Port Everglades, FL",198,"Baltimore, MD" +263,347,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +263,348,217,"New York, NY and NJ",217,"New York, NY and NJ" +263,349,201,"Boston, MA",201,"Boston, MA" +263,350,217,"New York, NY and NJ",198,"Baltimore, MD" +263,351,218,"Camden-Gloucester, NJ",201,"Boston, MA" +263,352,169,"Wilmington, DE",223,"New York, NY and NJ" +263,353,223,"New York, NY and NJ",197,"Portland, ME" +263,354,201,"Boston, MA",223,"New York, NY and NJ" +263,355,177,"Savannah, GA",169,"Wilmington, DE" +263,356,195,"New Orleans, LA",178,"Brunswick, GA" +263,357,241,"Philadelphia, PA",197,"Portland, ME" +263,358,223,"New York, NY and NJ",223,"New York, NY and NJ" +263,359,177,"Savannah, GA",265,"Norfolk Harbor, VA" +263,360,174,"Tampa, FL",265,"Norfolk Harbor, VA" +263,361,244,"Providence, RI",174,"Tampa, FL" +263,362,217,"New York, NY and NJ",197,"Portland, ME" +263,363,195,"New Orleans, LA",195,"New Orleans, LA" +263,364,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +263,365,223,"New York, NY and NJ",241,"Philadelphia, PA" +263,366,159,"Long Beach, CA",268,"Seattle, WA" +263,367,162,"Oakland, CA",239,"Portland, OR" +263,368,159,"Long Beach, CA",159,"Long Beach, CA" +263,369,268,"Seattle, WA",239,"Portland, OR" +263,370,217,"New York, NY and NJ",197,"Portland, ME" +263,371,159,"Long Beach, CA",269,"Longview, WA" +263,372,201,"Boston, MA",197,"Portland, ME" +263,373,174,"Tampa, FL",172,"Port Everglades, FL" +263,374,159,"Long Beach, CA",269,"Longview, WA" +263,375,162,"Oakland, CA",239,"Portland, OR" +263,376,268,"Seattle, WA",159,"Long Beach, CA" +263,377,197,"Portland, ME",198,"Baltimore, MD" +263,378,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +263,379,162,"Oakland, CA",217,"New York, NY and NJ" +263,380,159,"Long Beach, CA",159,"Long Beach, CA" +263,381,159,"Long Beach, CA",159,"Long Beach, CA" +263,382,223,"New York, NY and NJ",201,"Boston, MA" +263,383,159,"Long Beach, CA",268,"Seattle, WA" +263,384,245,"Charleston, SC",223,"New York, NY and NJ" +263,385,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +263,386,197,"Portland, ME",244,"Providence, RI" +263,387,223,"New York, NY and NJ",217,"New York, NY and NJ" +263,388,223,"New York, NY and NJ",201,"Boston, MA" +263,389,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +263,390,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +263,391,198,"Baltimore, MD",217,"New York, NY and NJ" +263,392,268,"Seattle, WA",162,"Oakland, CA" +263,393,268,"Seattle, WA",239,"Portland, OR" +263,394,223,"New York, NY and NJ",201,"Boston, MA" +263,395,241,"Philadelphia, PA",244,"Providence, RI" +263,396,159,"Long Beach, CA",159,"Long Beach, CA" +263,397,241,"Philadelphia, PA",217,"New York, NY and NJ" +263,398,201,"Boston, MA",218,"Camden-Gloucester, NJ" +263,399,195,"New Orleans, LA",208,"Pascagoula, MS" +263,400,159,"Long Beach, CA",268,"Seattle, WA" +263,401,201,"Boston, MA",217,"New York, NY and NJ" +263,402,201,"Boston, MA",241,"Philadelphia, PA" +263,403,268,"Seattle, WA",159,"Long Beach, CA" +263,404,217,"New York, NY and NJ",217,"New York, NY and NJ" +263,405,223,"New York, NY and NJ",223,"New York, NY and NJ" +263,406,201,"Boston, MA",218,"Camden-Gloucester, NJ" +263,407,241,"Philadelphia, PA",217,"New York, NY and NJ" +263,408,159,"Long Beach, CA",159,"Long Beach, CA" +263,409,198,"Baltimore, MD",223,"New York, NY and NJ" +263,410,162,"Oakland, CA",159,"Long Beach, CA" +263,411,159,"Long Beach, CA",159,"Long Beach, CA" +263,412,217,"New York, NY and NJ",217,"New York, NY and NJ" +263,413,268,"Seattle, WA",162,"Oakland, CA" +263,414,174,"Tampa, FL",198,"Baltimore, MD" +263,415,198,"Baltimore, MD",223,"New York, NY and NJ" +263,416,218,"Camden-Gloucester, NJ",201,"Boston, MA" +263,417,268,"Seattle, WA",159,"Long Beach, CA" +263,418,162,"Oakland, CA",159,"Long Beach, CA" +263,419,197,"Portland, ME",218,"Camden-Gloucester, NJ" +263,420,268,"Seattle, WA",239,"Portland, OR" +263,421,159,"Long Beach, CA",159,"Long Beach, CA" +263,422,159,"Long Beach, CA",269,"Longview, WA" +263,423,159,"Long Beach, CA",268,"Seattle, WA" +263,424,177,"Savannah, GA",217,"New York, NY and NJ" +263,425,239,"Portland, OR",159,"Long Beach, CA" +263,426,177,"Savannah, GA",198,"Baltimore, MD" +263,427,178,"Brunswick, GA",174,"Tampa, FL" +263,428,159,"Long Beach, CA",159,"Long Beach, CA" +263,429,162,"Oakland, CA",159,"Long Beach, CA" +263,430,217,"New York, NY and NJ",197,"Portland, ME" +263,431,223,"New York, NY and NJ",201,"Boston, MA" +263,432,268,"Seattle, WA",159,"Long Beach, CA" +263,433,217,"New York, NY and NJ",201,"Boston, MA" +263,434,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +263,435,223,"New York, NY and NJ",198,"Baltimore, MD" +263,436,218,"Camden-Gloucester, NJ",201,"Boston, MA" +263,437,197,"Portland, ME",244,"Providence, RI" +263,438,198,"Baltimore, MD",223,"New York, NY and NJ" +263,439,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +263,440,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +263,441,268,"Seattle, WA",159,"Long Beach, CA" +263,442,223,"New York, NY and NJ",217,"New York, NY and NJ" +263,443,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +263,444,239,"Portland, OR",223,"New York, NY and NJ" +263,445,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +263,446,198,"Baltimore, MD",244,"Providence, RI" +263,447,217,"New York, NY and NJ",197,"Portland, ME" +263,448,198,"Baltimore, MD",223,"New York, NY and NJ" +263,449,268,"Seattle, WA",159,"Long Beach, CA" +263,450,217,"New York, NY and NJ",223,"New York, NY and NJ" +263,451,217,"New York, NY and NJ",201,"Boston, MA" +263,452,241,"Philadelphia, PA",217,"New York, NY and NJ" +263,453,159,"Long Beach, CA",268,"Seattle, WA" +263,454,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +263,455,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +263,456,159,"Long Beach, CA",159,"Long Beach, CA" +263,457,217,"New York, NY and NJ",244,"Providence, RI" +263,458,217,"New York, NY and NJ",223,"New York, NY and NJ" +263,459,269,"Longview, WA",159,"Long Beach, CA" +263,460,217,"New York, NY and NJ",217,"New York, NY and NJ" +263,461,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +263,462,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +263,463,217,"New York, NY and NJ",244,"Providence, RI" +263,464,198,"Baltimore, MD",198,"Baltimore, MD" +263,465,239,"Portland, OR",268,"Seattle, WA" +263,466,268,"Seattle, WA",268,"Seattle, WA" +263,467,201,"Boston, MA",241,"Philadelphia, PA" +263,468,268,"Seattle, WA",159,"Long Beach, CA" +263,469,223,"New York, NY and NJ",201,"Boston, MA" +263,470,268,"Seattle, WA",159,"Long Beach, CA" +263,471,217,"New York, NY and NJ",198,"Baltimore, MD" +263,472,159,"Long Beach, CA",159,"Long Beach, CA" +263,473,159,"Long Beach, CA",268,"Seattle, WA" +263,474,245,"Charleston, SC",244,"Providence, RI" +263,475,217,"New York, NY and NJ",201,"Boston, MA" +263,476,268,"Seattle, WA",241,"Philadelphia, PA" +263,477,162,"Oakland, CA",159,"Long Beach, CA" +263,478,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +263,479,268,"Seattle, WA",159,"Long Beach, CA" +263,480,223,"New York, NY and NJ",197,"Portland, ME" +263,481,223,"New York, NY and NJ",223,"New York, NY and NJ" +263,482,159,"Long Beach, CA",268,"Seattle, WA" +263,483,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +263,484,265,"Norfolk Harbor, VA",245,"Charleston, SC" +263,485,162,"Oakland, CA",159,"Long Beach, CA" +263,486,159,"Long Beach, CA",159,"Long Beach, CA" +263,487,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +263,488,269,"Longview, WA",159,"Long Beach, CA" +263,489,159,"Long Beach, CA",218,"Camden-Gloucester, NJ" +263,490,201,"Boston, MA",217,"New York, NY and NJ" +263,491,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +264,154,268,"Seattle, WA",162,"Oakland, CA" +264,179,162,"Oakland, CA",269,"Longview, WA" +264,180,269,"Longview, WA",159,"Long Beach, CA" +264,274,159,"Long Beach, CA",268,"Seattle, WA" +264,275,217,"New York, NY and NJ",217,"New York, NY and NJ" +264,276,169,"Wilmington, DE",197,"Portland, ME" +264,277,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +264,278,198,"Baltimore, MD",223,"New York, NY and NJ" +264,279,177,"Savannah, GA",245,"Charleston, SC" +264,280,265,"Norfolk Harbor, VA",245,"Charleston, SC" +264,281,265,"Norfolk Harbor, VA",152,"Mobile, AL" +264,282,217,"New York, NY and NJ",229,"Wilmington, NC" +264,283,265,"Norfolk Harbor, VA",174,"Tampa, FL" +264,284,268,"Seattle, WA",159,"Long Beach, CA" +264,285,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +264,286,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +264,287,171,"Jacksonville, FL",245,"Charleston, SC" +264,288,159,"Long Beach, CA",159,"Long Beach, CA" +264,289,268,"Seattle, WA",159,"Long Beach, CA" +264,290,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +264,291,223,"New York, NY and NJ",198,"Baltimore, MD" +264,292,201,"Boston, MA",265,"Norfolk Harbor, VA" +264,293,195,"New Orleans, LA",245,"Charleston, SC" +264,294,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +264,295,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +264,296,162,"Oakland, CA",159,"Long Beach, CA" +264,297,195,"New Orleans, LA",177,"Savannah, GA" +264,298,197,"Portland, ME",218,"Camden-Gloucester, NJ" +264,299,217,"New York, NY and NJ",223,"New York, NY and NJ" +264,300,245,"Charleston, SC",245,"Charleston, SC" +264,301,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +264,302,171,"Jacksonville, FL",229,"Wilmington, NC" +264,303,159,"Long Beach, CA",159,"Long Beach, CA" +264,304,217,"New York, NY and NJ",244,"Providence, RI" +264,305,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +264,306,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +264,307,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +264,308,268,"Seattle, WA",268,"Seattle, WA" +264,309,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +264,310,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +264,311,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +264,312,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +264,313,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +264,314,198,"Baltimore, MD",223,"New York, NY and NJ" +264,315,177,"Savannah, GA",195,"New Orleans, LA" +264,316,162,"Oakland, CA",159,"Long Beach, CA" +264,317,159,"Long Beach, CA",159,"Long Beach, CA" +264,318,268,"Seattle, WA",239,"Portland, OR" +264,319,177,"Savannah, GA",177,"Savannah, GA" +264,320,229,"Wilmington, NC",198,"Baltimore, MD" +264,321,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +264,322,239,"Portland, OR",268,"Seattle, WA" +264,323,177,"Savannah, GA",172,"Port Everglades, FL" +264,324,217,"New York, NY and NJ",241,"Philadelphia, PA" +264,325,177,"Savannah, GA",172,"Port Everglades, FL" +264,326,265,"Norfolk Harbor, VA",245,"Charleston, SC" +264,327,217,"New York, NY and NJ",241,"Philadelphia, PA" +264,328,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +264,329,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +264,330,198,"Baltimore, MD",217,"New York, NY and NJ" +264,331,223,"New York, NY and NJ",244,"Providence, RI" +264,332,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +264,333,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +264,334,152,"Mobile, AL",171,"Jacksonville, FL" +264,335,223,"New York, NY and NJ",217,"New York, NY and NJ" +264,336,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +264,337,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +264,338,217,"New York, NY and NJ",217,"New York, NY and NJ" +264,339,198,"Baltimore, MD",217,"New York, NY and NJ" +264,340,198,"Baltimore, MD",223,"New York, NY and NJ" +264,341,245,"Charleston, SC",265,"Norfolk Harbor, VA" +264,342,223,"New York, NY and NJ",223,"New York, NY and NJ" +264,343,162,"Oakland, CA",268,"Seattle, WA" +264,344,169,"Wilmington, DE",198,"Baltimore, MD" +264,345,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +264,346,172,"Port Everglades, FL",198,"Baltimore, MD" +264,347,241,"Philadelphia, PA",198,"Baltimore, MD" +264,348,244,"Providence, RI",241,"Philadelphia, PA" +264,349,217,"New York, NY and NJ",197,"Portland, ME" +264,350,198,"Baltimore, MD",197,"Portland, ME" +264,351,197,"Portland, ME",218,"Camden-Gloucester, NJ" +264,352,223,"New York, NY and NJ",201,"Boston, MA" +264,353,244,"Providence, RI",265,"Norfolk Harbor, VA" +264,354,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +264,355,172,"Port Everglades, FL",241,"Philadelphia, PA" +264,356,177,"Savannah, GA",172,"Port Everglades, FL" +264,357,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +264,358,223,"New York, NY and NJ",217,"New York, NY and NJ" +264,359,265,"Norfolk Harbor, VA",177,"Savannah, GA" +264,360,177,"Savannah, GA",265,"Norfolk Harbor, VA" +264,361,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +264,362,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +264,363,253,"Beaumont, TX",177,"Savannah, GA" +264,364,217,"New York, NY and NJ",198,"Baltimore, MD" +264,365,197,"Portland, ME",217,"New York, NY and NJ" +264,366,162,"Oakland, CA",159,"Long Beach, CA" +264,367,159,"Long Beach, CA",159,"Long Beach, CA" +264,368,159,"Long Beach, CA",269,"Longview, WA" +264,369,159,"Long Beach, CA",172,"Port Everglades, FL" +264,370,197,"Portland, ME",244,"Providence, RI" +264,371,268,"Seattle, WA",162,"Oakland, CA" +264,372,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +264,373,171,"Jacksonville, FL",172,"Port Everglades, FL" +264,374,159,"Long Beach, CA",159,"Long Beach, CA" +264,375,268,"Seattle, WA",265,"Norfolk Harbor, VA" +264,376,268,"Seattle, WA",159,"Long Beach, CA" +264,377,223,"New York, NY and NJ",217,"New York, NY and NJ" +264,378,171,"Jacksonville, FL",177,"Savannah, GA" +264,379,159,"Long Beach, CA",268,"Seattle, WA" +264,380,159,"Long Beach, CA",159,"Long Beach, CA" +264,381,268,"Seattle, WA",159,"Long Beach, CA" +264,382,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +264,383,159,"Long Beach, CA",177,"Savannah, GA" +264,384,265,"Norfolk Harbor, VA",245,"Charleston, SC" +264,385,244,"Providence, RI",265,"Norfolk Harbor, VA" +264,386,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +264,387,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +264,388,197,"Portland, ME",223,"New York, NY and NJ" +264,389,223,"New York, NY and NJ",169,"Wilmington, DE" +264,390,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +264,391,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +264,392,268,"Seattle, WA",159,"Long Beach, CA" +264,393,268,"Seattle, WA",195,"New Orleans, LA" +264,394,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +264,395,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +264,396,268,"Seattle, WA",159,"Long Beach, CA" +264,397,198,"Baltimore, MD",197,"Portland, ME" +264,398,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +264,399,195,"New Orleans, LA",152,"Mobile, AL" +264,400,159,"Long Beach, CA",159,"Long Beach, CA" +264,401,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +264,402,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +264,403,269,"Longview, WA",159,"Long Beach, CA" +264,404,223,"New York, NY and NJ",217,"New York, NY and NJ" +264,405,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +264,406,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +264,407,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +264,408,162,"Oakland, CA",159,"Long Beach, CA" +264,409,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +264,410,159,"Long Beach, CA",162,"Oakland, CA" +264,411,159,"Long Beach, CA",159,"Long Beach, CA" +264,412,241,"Philadelphia, PA",198,"Baltimore, MD" +264,413,159,"Long Beach, CA",159,"Long Beach, CA" +264,414,195,"New Orleans, LA",195,"New Orleans, LA" +264,415,223,"New York, NY and NJ",201,"Boston, MA" +264,416,197,"Portland, ME",198,"Baltimore, MD" +264,417,268,"Seattle, WA",162,"Oakland, CA" +264,418,159,"Long Beach, CA",162,"Oakland, CA" +264,419,241,"Philadelphia, PA",217,"New York, NY and NJ" +264,420,239,"Portland, OR",245,"Charleston, SC" +264,421,159,"Long Beach, CA",268,"Seattle, WA" +264,422,159,"Long Beach, CA",159,"Long Beach, CA" +264,423,159,"Long Beach, CA",177,"Savannah, GA" +264,424,177,"Savannah, GA",177,"Savannah, GA" +264,425,268,"Seattle, WA",159,"Long Beach, CA" +264,426,174,"Tampa, FL",265,"Norfolk Harbor, VA" +264,427,152,"Mobile, AL",245,"Charleston, SC" +264,428,159,"Long Beach, CA",269,"Longview, WA" +264,429,269,"Longview, WA",265,"Norfolk Harbor, VA" +264,430,241,"Philadelphia, PA",217,"New York, NY and NJ" +264,431,197,"Portland, ME",169,"Wilmington, DE" +264,432,239,"Portland, OR",239,"Portland, OR" +264,433,265,"Norfolk Harbor, VA",201,"Boston, MA" +264,434,198,"Baltimore, MD",241,"Philadelphia, PA" +264,435,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +264,436,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +264,437,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +264,438,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +264,439,177,"Savannah, GA",245,"Charleston, SC" +264,440,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +264,441,159,"Long Beach, CA",159,"Long Beach, CA" +264,442,223,"New York, NY and NJ",217,"New York, NY and NJ" +264,443,244,"Providence, RI",217,"New York, NY and NJ" +264,444,268,"Seattle, WA",265,"Norfolk Harbor, VA" +264,445,223,"New York, NY and NJ",217,"New York, NY and NJ" +264,446,217,"New York, NY and NJ",217,"New York, NY and NJ" +264,447,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +264,448,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +264,449,239,"Portland, OR",159,"Long Beach, CA" +264,450,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +264,451,217,"New York, NY and NJ",169,"Wilmington, DE" +264,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +264,453,159,"Long Beach, CA",239,"Portland, OR" +264,454,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +264,455,241,"Philadelphia, PA",244,"Providence, RI" +264,456,162,"Oakland, CA",268,"Seattle, WA" +264,457,217,"New York, NY and NJ",223,"New York, NY and NJ" +264,458,201,"Boston, MA",265,"Norfolk Harbor, VA" +264,459,239,"Portland, OR",159,"Long Beach, CA" +264,460,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +264,461,171,"Jacksonville, FL",172,"Port Everglades, FL" +264,462,174,"Tampa, FL",172,"Port Everglades, FL" +264,463,217,"New York, NY and NJ",241,"Philadelphia, PA" +264,464,223,"New York, NY and NJ",223,"New York, NY and NJ" +264,465,159,"Long Beach, CA",229,"Wilmington, NC" +264,466,159,"Long Beach, CA",159,"Long Beach, CA" +264,467,223,"New York, NY and NJ",217,"New York, NY and NJ" +264,468,159,"Long Beach, CA",159,"Long Beach, CA" +264,469,217,"New York, NY and NJ",241,"Philadelphia, PA" +264,470,159,"Long Beach, CA",159,"Long Beach, CA" +264,471,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +264,472,159,"Long Beach, CA",239,"Portland, OR" +264,473,159,"Long Beach, CA",162,"Oakland, CA" +264,474,177,"Savannah, GA",265,"Norfolk Harbor, VA" +264,475,241,"Philadelphia, PA",197,"Portland, ME" +264,476,159,"Long Beach, CA",265,"Norfolk Harbor, VA" +264,477,159,"Long Beach, CA",268,"Seattle, WA" +264,478,245,"Charleston, SC",172,"Port Everglades, FL" +264,479,159,"Long Beach, CA",162,"Oakland, CA" +264,480,223,"New York, NY and NJ",223,"New York, NY and NJ" +264,481,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +264,482,159,"Long Beach, CA",268,"Seattle, WA" +264,483,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +264,484,174,"Tampa, FL",265,"Norfolk Harbor, VA" +264,485,162,"Oakland, CA",162,"Oakland, CA" +264,486,159,"Long Beach, CA",159,"Long Beach, CA" +264,487,245,"Charleston, SC",174,"Tampa, FL" +264,488,159,"Long Beach, CA",159,"Long Beach, CA" +264,489,269,"Longview, WA",177,"Savannah, GA" +264,490,169,"Wilmington, DE",241,"Philadelphia, PA" +264,491,223,"New York, NY and NJ",223,"New York, NY and NJ" +265,154,268,"Seattle, WA",159,"Long Beach, CA" +265,179,268,"Seattle, WA",159,"Long Beach, CA" +265,180,159,"Long Beach, CA",159,"Long Beach, CA" +265,274,159,"Long Beach, CA",239,"Portland, OR" +265,275,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +265,276,197,"Portland, ME",198,"Baltimore, MD" +265,277,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +265,278,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +265,279,245,"Charleston, SC",245,"Charleston, SC" +265,280,171,"Jacksonville, FL",218,"Camden-Gloucester, NJ" +265,281,174,"Tampa, FL",177,"Savannah, GA" +265,282,218,"Camden-Gloucester, NJ",229,"Wilmington, NC" +265,283,177,"Savannah, GA",265,"Norfolk Harbor, VA" +265,284,159,"Long Beach, CA",269,"Longview, WA" +265,285,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +265,286,198,"Baltimore, MD",217,"New York, NY and NJ" +265,287,177,"Savannah, GA",172,"Port Everglades, FL" +265,288,268,"Seattle, WA",159,"Long Beach, CA" +265,289,159,"Long Beach, CA",159,"Long Beach, CA" +265,290,177,"Savannah, GA",265,"Norfolk Harbor, VA" +265,291,223,"New York, NY and NJ",197,"Portland, ME" +265,292,223,"New York, NY and NJ",223,"New York, NY and NJ" +265,293,195,"New Orleans, LA",152,"Mobile, AL" +265,294,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +265,295,198,"Baltimore, MD",198,"Baltimore, MD" +265,296,162,"Oakland, CA",159,"Long Beach, CA" +265,297,229,"Wilmington, NC",172,"Port Everglades, FL" +265,298,197,"Portland, ME",265,"Norfolk Harbor, VA" +265,299,241,"Philadelphia, PA",245,"Charleston, SC" +265,300,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +265,301,241,"Philadelphia, PA",245,"Charleston, SC" +265,302,174,"Tampa, FL",265,"Norfolk Harbor, VA" +265,303,159,"Long Beach, CA",268,"Seattle, WA" +265,304,198,"Baltimore, MD",241,"Philadelphia, PA" +265,305,223,"New York, NY and NJ",198,"Baltimore, MD" +265,306,265,"Norfolk Harbor, VA",201,"Boston, MA" +265,307,217,"New York, NY and NJ",223,"New York, NY and NJ" +265,308,159,"Long Beach, CA",239,"Portland, OR" +265,309,265,"Norfolk Harbor, VA",244,"Providence, RI" +265,310,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +265,311,223,"New York, NY and NJ",244,"Providence, RI" +265,312,174,"Tampa, FL",174,"Tampa, FL" +265,313,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +265,314,217,"New York, NY and NJ",217,"New York, NY and NJ" +265,315,172,"Port Everglades, FL",177,"Savannah, GA" +265,316,159,"Long Beach, CA",269,"Longview, WA" +265,317,159,"Long Beach, CA",159,"Long Beach, CA" +265,318,268,"Seattle, WA",268,"Seattle, WA" +265,319,152,"Mobile, AL",172,"Port Everglades, FL" +265,320,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +265,321,201,"Boston, MA",244,"Providence, RI" +265,322,159,"Long Beach, CA",268,"Seattle, WA" +265,323,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +265,324,244,"Providence, RI",198,"Baltimore, MD" +265,325,174,"Tampa, FL",172,"Port Everglades, FL" +265,326,245,"Charleston, SC",177,"Savannah, GA" +265,327,201,"Boston, MA",223,"New York, NY and NJ" +265,328,217,"New York, NY and NJ",198,"Baltimore, MD" +265,329,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +265,330,218,"Camden-Gloucester, NJ",201,"Boston, MA" +265,331,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +265,332,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +265,333,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +265,334,177,"Savannah, GA",265,"Norfolk Harbor, VA" +265,335,198,"Baltimore, MD",223,"New York, NY and NJ" +265,336,174,"Tampa, FL",174,"Tampa, FL" +265,337,198,"Baltimore, MD",217,"New York, NY and NJ" +265,338,265,"Norfolk Harbor, VA",244,"Providence, RI" +265,339,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +265,340,197,"Portland, ME",201,"Boston, MA" +265,341,172,"Port Everglades, FL",195,"New Orleans, LA" +265,342,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +265,343,239,"Portland, OR",162,"Oakland, CA" +265,344,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +265,345,201,"Boston, MA",201,"Boston, MA" +265,346,229,"Wilmington, NC",171,"Jacksonville, FL" +265,347,241,"Philadelphia, PA",241,"Philadelphia, PA" +265,348,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +265,349,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +265,350,197,"Portland, ME",197,"Portland, ME" +265,351,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +265,352,223,"New York, NY and NJ",244,"Providence, RI" +265,353,223,"New York, NY and NJ",197,"Portland, ME" +265,354,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +265,355,177,"Savannah, GA",229,"Wilmington, NC" +265,356,253,"Beaumont, TX",152,"Mobile, AL" +265,357,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +265,358,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +265,359,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +265,360,245,"Charleston, SC",245,"Charleston, SC" +265,361,195,"New Orleans, LA",195,"New Orleans, LA" +265,362,198,"Baltimore, MD",223,"New York, NY and NJ" +265,363,253,"Beaumont, TX",172,"Port Everglades, FL" +265,364,201,"Boston, MA",223,"New York, NY and NJ" +265,365,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +265,366,159,"Long Beach, CA",269,"Longview, WA" +265,367,159,"Long Beach, CA",239,"Portland, OR" +265,368,159,"Long Beach, CA",268,"Seattle, WA" +265,369,268,"Seattle, WA",268,"Seattle, WA" +265,370,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +265,371,239,"Portland, OR",159,"Long Beach, CA" +265,372,241,"Philadelphia, PA",223,"New York, NY and NJ" +265,373,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +265,374,159,"Long Beach, CA",159,"Long Beach, CA" +265,375,159,"Long Beach, CA",245,"Charleston, SC" +265,376,268,"Seattle, WA",268,"Seattle, WA" +265,377,198,"Baltimore, MD",198,"Baltimore, MD" +265,378,172,"Port Everglades, FL",195,"New Orleans, LA" +265,379,162,"Oakland, CA",268,"Seattle, WA" +265,380,159,"Long Beach, CA",268,"Seattle, WA" +265,381,268,"Seattle, WA",159,"Long Beach, CA" +265,382,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +265,383,159,"Long Beach, CA",268,"Seattle, WA" +265,384,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +265,385,223,"New York, NY and NJ",198,"Baltimore, MD" +265,386,198,"Baltimore, MD",198,"Baltimore, MD" +265,387,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +265,388,244,"Providence, RI",217,"New York, NY and NJ" +265,389,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +265,390,198,"Baltimore, MD",217,"New York, NY and NJ" +265,391,169,"Wilmington, DE",241,"Philadelphia, PA" +265,392,159,"Long Beach, CA",268,"Seattle, WA" +265,393,159,"Long Beach, CA",193,"Baton Rouge, LA" +265,394,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +265,395,223,"New York, NY and NJ",223,"New York, NY and NJ" +265,396,268,"Seattle, WA",268,"Seattle, WA" +265,397,241,"Philadelphia, PA",217,"New York, NY and NJ" +265,398,223,"New York, NY and NJ",244,"Providence, RI" +265,399,257,"Houston, TX",208,"Pascagoula, MS" +265,400,159,"Long Beach, CA",162,"Oakland, CA" +265,401,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +265,402,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +265,403,239,"Portland, OR",159,"Long Beach, CA" +265,404,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +265,405,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +265,406,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +265,407,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +265,408,268,"Seattle, WA",159,"Long Beach, CA" +265,409,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +265,410,268,"Seattle, WA",159,"Long Beach, CA" +265,411,159,"Long Beach, CA",268,"Seattle, WA" +265,412,169,"Wilmington, DE",217,"New York, NY and NJ" +265,413,268,"Seattle, WA",265,"Norfolk Harbor, VA" +265,414,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +265,415,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +265,416,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +265,417,159,"Long Beach, CA",162,"Oakland, CA" +265,418,159,"Long Beach, CA",268,"Seattle, WA" +265,419,197,"Portland, ME",265,"Norfolk Harbor, VA" +265,420,159,"Long Beach, CA",269,"Longview, WA" +265,421,162,"Oakland, CA",268,"Seattle, WA" +265,422,159,"Long Beach, CA",159,"Long Beach, CA" +265,423,268,"Seattle, WA",195,"New Orleans, LA" +265,424,172,"Port Everglades, FL",172,"Port Everglades, FL" +265,425,159,"Long Beach, CA",268,"Seattle, WA" +265,426,152,"Mobile, AL",177,"Savannah, GA" +265,427,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +265,428,159,"Long Beach, CA",159,"Long Beach, CA" +265,429,162,"Oakland, CA",159,"Long Beach, CA" +265,430,198,"Baltimore, MD",198,"Baltimore, MD" +265,431,217,"New York, NY and NJ",217,"New York, NY and NJ" +265,432,268,"Seattle, WA",268,"Seattle, WA" +265,433,223,"New York, NY and NJ",241,"Philadelphia, PA" +265,434,197,"Portland, ME",198,"Baltimore, MD" +265,435,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +265,436,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +265,437,229,"Wilmington, NC",171,"Jacksonville, FL" +265,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +265,439,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +265,440,177,"Savannah, GA",174,"Tampa, FL" +265,441,159,"Long Beach, CA",159,"Long Beach, CA" +265,442,217,"New York, NY and NJ",217,"New York, NY and NJ" +265,443,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +265,444,245,"Charleston, SC",171,"Jacksonville, FL" +265,445,197,"Portland, ME",265,"Norfolk Harbor, VA" +265,446,201,"Boston, MA",217,"New York, NY and NJ" +265,447,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +265,448,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +265,449,159,"Long Beach, CA",159,"Long Beach, CA" +265,450,245,"Charleston, SC",171,"Jacksonville, FL" +265,451,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +265,452,223,"New York, NY and NJ",197,"Portland, ME" +265,453,159,"Long Beach, CA",159,"Long Beach, CA" +265,454,244,"Providence, RI",217,"New York, NY and NJ" +265,455,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +265,456,239,"Portland, OR",162,"Oakland, CA" +265,457,197,"Portland, ME",265,"Norfolk Harbor, VA" +265,458,197,"Portland, ME",201,"Boston, MA" +265,459,159,"Long Beach, CA",159,"Long Beach, CA" +265,460,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +265,461,265,"Norfolk Harbor, VA",245,"Charleston, SC" +265,462,197,"Portland, ME",265,"Norfolk Harbor, VA" +265,463,197,"Portland, ME",218,"Camden-Gloucester, NJ" +265,464,241,"Philadelphia, PA",223,"New York, NY and NJ" +265,465,159,"Long Beach, CA",245,"Charleston, SC" +265,466,268,"Seattle, WA",159,"Long Beach, CA" +265,467,223,"New York, NY and NJ",217,"New York, NY and NJ" +265,468,162,"Oakland, CA",269,"Longview, WA" +265,469,201,"Boston, MA",198,"Baltimore, MD" +265,470,159,"Long Beach, CA",162,"Oakland, CA" +265,471,241,"Philadelphia, PA",223,"New York, NY and NJ" +265,472,162,"Oakland, CA",162,"Oakland, CA" +265,473,159,"Long Beach, CA",268,"Seattle, WA" +265,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +265,475,217,"New York, NY and NJ",201,"Boston, MA" +265,476,159,"Long Beach, CA",268,"Seattle, WA" +265,477,159,"Long Beach, CA",159,"Long Beach, CA" +265,478,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +265,479,159,"Long Beach, CA",162,"Oakland, CA" +265,480,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +265,481,223,"New York, NY and NJ",198,"Baltimore, MD" +265,482,159,"Long Beach, CA",268,"Seattle, WA" +265,483,217,"New York, NY and NJ",223,"New York, NY and NJ" +265,484,229,"Wilmington, NC",172,"Port Everglades, FL" +265,485,162,"Oakland, CA",239,"Portland, OR" +265,486,159,"Long Beach, CA",159,"Long Beach, CA" +265,487,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +265,488,268,"Seattle, WA",269,"Longview, WA" +265,489,269,"Longview, WA",177,"Savannah, GA" +265,490,217,"New York, NY and NJ",241,"Philadelphia, PA" +265,491,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +266,154,162,"Oakland, CA",159,"Long Beach, CA" +266,179,159,"Long Beach, CA",159,"Long Beach, CA" +266,180,268,"Seattle, WA",159,"Long Beach, CA" +266,274,268,"Seattle, WA",159,"Long Beach, CA" +266,275,198,"Baltimore, MD",198,"Baltimore, MD" +266,276,223,"New York, NY and NJ",169,"Wilmington, DE" +266,277,198,"Baltimore, MD",217,"New York, NY and NJ" +266,278,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +266,279,177,"Savannah, GA",245,"Charleston, SC" +266,280,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +266,281,172,"Port Everglades, FL",195,"New Orleans, LA" +266,282,169,"Wilmington, DE",223,"New York, NY and NJ" +266,283,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +266,284,159,"Long Beach, CA",159,"Long Beach, CA" +266,285,265,"Norfolk Harbor, VA",201,"Boston, MA" +266,286,223,"New York, NY and NJ",198,"Baltimore, MD" +266,287,177,"Savannah, GA",265,"Norfolk Harbor, VA" +266,288,159,"Long Beach, CA",159,"Long Beach, CA" +266,289,162,"Oakland, CA",159,"Long Beach, CA" +266,290,245,"Charleston, SC",265,"Norfolk Harbor, VA" +266,291,217,"New York, NY and NJ",201,"Boston, MA" +266,292,223,"New York, NY and NJ",217,"New York, NY and NJ" +266,293,152,"Mobile, AL",229,"Wilmington, NC" +266,294,241,"Philadelphia, PA",217,"New York, NY and NJ" +266,295,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +266,296,159,"Long Beach, CA",159,"Long Beach, CA" +266,297,152,"Mobile, AL",174,"Tampa, FL" +266,298,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +266,299,241,"Philadelphia, PA",241,"Philadelphia, PA" +266,300,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +266,301,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +266,302,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +266,303,159,"Long Beach, CA",159,"Long Beach, CA" +266,304,229,"Wilmington, NC",217,"New York, NY and NJ" +266,305,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +266,306,217,"New York, NY and NJ",223,"New York, NY and NJ" +266,307,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +266,308,162,"Oakland, CA",159,"Long Beach, CA" +266,309,241,"Philadelphia, PA",217,"New York, NY and NJ" +266,310,241,"Philadelphia, PA",241,"Philadelphia, PA" +266,311,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +266,312,172,"Port Everglades, FL",245,"Charleston, SC" +266,313,201,"Boston, MA",201,"Boston, MA" +266,314,217,"New York, NY and NJ",169,"Wilmington, DE" +266,315,152,"Mobile, AL",265,"Norfolk Harbor, VA" +266,316,268,"Seattle, WA",162,"Oakland, CA" +266,317,159,"Long Beach, CA",159,"Long Beach, CA" +266,318,162,"Oakland, CA",159,"Long Beach, CA" +266,319,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +266,320,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +266,321,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +266,322,159,"Long Beach, CA",159,"Long Beach, CA" +266,323,195,"New Orleans, LA",245,"Charleston, SC" +266,324,217,"New York, NY and NJ",198,"Baltimore, MD" +266,325,245,"Charleston, SC",171,"Jacksonville, FL" +266,326,177,"Savannah, GA",265,"Norfolk Harbor, VA" +266,327,197,"Portland, ME",198,"Baltimore, MD" +266,328,197,"Portland, ME",223,"New York, NY and NJ" +266,329,217,"New York, NY and NJ",241,"Philadelphia, PA" +266,330,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +266,331,217,"New York, NY and NJ",217,"New York, NY and NJ" +266,332,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +266,333,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +266,334,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +266,335,197,"Portland, ME",223,"New York, NY and NJ" +266,336,172,"Port Everglades, FL",169,"Wilmington, DE" +266,337,265,"Norfolk Harbor, VA",201,"Boston, MA" +266,338,241,"Philadelphia, PA",217,"New York, NY and NJ" +266,339,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +266,340,223,"New York, NY and NJ",244,"Providence, RI" +266,341,265,"Norfolk Harbor, VA",174,"Tampa, FL" +266,342,244,"Providence, RI",241,"Philadelphia, PA" +266,343,159,"Long Beach, CA",162,"Oakland, CA" +266,344,223,"New York, NY and NJ",241,"Philadelphia, PA" +266,345,217,"New York, NY and NJ",169,"Wilmington, DE" +266,346,177,"Savannah, GA",201,"Boston, MA" +266,347,197,"Portland, ME",265,"Norfolk Harbor, VA" +266,348,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +266,349,169,"Wilmington, DE",201,"Boston, MA" +266,350,201,"Boston, MA",265,"Norfolk Harbor, VA" +266,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +266,352,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +266,353,217,"New York, NY and NJ",241,"Philadelphia, PA" +266,354,223,"New York, NY and NJ",198,"Baltimore, MD" +266,355,245,"Charleston, SC",169,"Wilmington, DE" +266,356,172,"Port Everglades, FL",174,"Tampa, FL" +266,357,229,"Wilmington, NC",217,"New York, NY and NJ" +266,358,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +266,359,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +266,360,174,"Tampa, FL",245,"Charleston, SC" +266,361,172,"Port Everglades, FL",174,"Tampa, FL" +266,362,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +266,363,193,"Baton Rouge, LA",245,"Charleston, SC" +266,364,198,"Baltimore, MD",201,"Boston, MA" +266,365,223,"New York, NY and NJ",241,"Philadelphia, PA" +266,366,159,"Long Beach, CA",268,"Seattle, WA" +266,367,159,"Long Beach, CA",159,"Long Beach, CA" +266,368,162,"Oakland, CA",239,"Portland, OR" +266,369,159,"Long Beach, CA",269,"Longview, WA" +266,370,223,"New York, NY and NJ",198,"Baltimore, MD" +266,371,159,"Long Beach, CA",162,"Oakland, CA" +266,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +266,373,177,"Savannah, GA",172,"Port Everglades, FL" +266,374,159,"Long Beach, CA",159,"Long Beach, CA" +266,375,268,"Seattle, WA",268,"Seattle, WA" +266,376,159,"Long Beach, CA",159,"Long Beach, CA" +266,377,169,"Wilmington, DE",198,"Baltimore, MD" +266,378,152,"Mobile, AL",265,"Norfolk Harbor, VA" +266,379,159,"Long Beach, CA",245,"Charleston, SC" +266,380,159,"Long Beach, CA",159,"Long Beach, CA" +266,381,268,"Seattle, WA",159,"Long Beach, CA" +266,382,201,"Boston, MA",197,"Portland, ME" +266,383,239,"Portland, OR",268,"Seattle, WA" +266,384,198,"Baltimore, MD",223,"New York, NY and NJ" +266,385,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +266,386,198,"Baltimore, MD",197,"Portland, ME" +266,387,197,"Portland, ME",201,"Boston, MA" +266,388,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +266,389,217,"New York, NY and NJ",217,"New York, NY and NJ" +266,390,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +266,391,241,"Philadelphia, PA",217,"New York, NY and NJ" +266,392,162,"Oakland, CA",159,"Long Beach, CA" +266,393,269,"Longview, WA",159,"Long Beach, CA" +266,394,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +266,395,201,"Boston, MA",241,"Philadelphia, PA" +266,396,159,"Long Beach, CA",159,"Long Beach, CA" +266,397,198,"Baltimore, MD",198,"Baltimore, MD" +266,398,223,"New York, NY and NJ",245,"Charleston, SC" +266,399,254,"Corpus Christi, TX",208,"Pascagoula, MS" +266,400,268,"Seattle, WA",239,"Portland, OR" +266,401,217,"New York, NY and NJ",201,"Boston, MA" +266,402,217,"New York, NY and NJ",223,"New York, NY and NJ" +266,403,159,"Long Beach, CA",159,"Long Beach, CA" +266,404,217,"New York, NY and NJ",217,"New York, NY and NJ" +266,405,177,"Savannah, GA",265,"Norfolk Harbor, VA" +266,406,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +266,407,241,"Philadelphia, PA",198,"Baltimore, MD" +266,408,159,"Long Beach, CA",162,"Oakland, CA" +266,409,244,"Providence, RI",223,"New York, NY and NJ" +266,410,162,"Oakland, CA",159,"Long Beach, CA" +266,411,268,"Seattle, WA",268,"Seattle, WA" +266,412,241,"Philadelphia, PA",201,"Boston, MA" +266,413,239,"Portland, OR",269,"Longview, WA" +266,414,245,"Charleston, SC",245,"Charleston, SC" +266,415,217,"New York, NY and NJ",201,"Boston, MA" +266,416,244,"Providence, RI",197,"Portland, ME" +266,417,162,"Oakland, CA",239,"Portland, OR" +266,418,159,"Long Beach, CA",159,"Long Beach, CA" +266,419,217,"New York, NY and NJ",198,"Baltimore, MD" +266,420,269,"Longview, WA",159,"Long Beach, CA" +266,421,239,"Portland, OR",159,"Long Beach, CA" +266,422,239,"Portland, OR",159,"Long Beach, CA" +266,423,269,"Longview, WA",159,"Long Beach, CA" +266,424,171,"Jacksonville, FL",172,"Port Everglades, FL" +266,425,269,"Longview, WA",159,"Long Beach, CA" +266,426,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +266,427,152,"Mobile, AL",265,"Norfolk Harbor, VA" +266,428,268,"Seattle, WA",268,"Seattle, WA" +266,429,159,"Long Beach, CA",265,"Norfolk Harbor, VA" +266,430,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +266,431,223,"New York, NY and NJ",198,"Baltimore, MD" +266,432,159,"Long Beach, CA",269,"Longview, WA" +266,433,217,"New York, NY and NJ",223,"New York, NY and NJ" +266,434,217,"New York, NY and NJ",201,"Boston, MA" +266,435,218,"Camden-Gloucester, NJ",197,"Portland, ME" +266,436,197,"Portland, ME",265,"Norfolk Harbor, VA" +266,437,174,"Tampa, FL",265,"Norfolk Harbor, VA" +266,438,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +266,439,172,"Port Everglades, FL",241,"Philadelphia, PA" +266,440,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +266,441,159,"Long Beach, CA",159,"Long Beach, CA" +266,442,201,"Boston, MA",217,"New York, NY and NJ" +266,443,197,"Portland, ME",241,"Philadelphia, PA" +266,444,159,"Long Beach, CA",269,"Longview, WA" +266,445,223,"New York, NY and NJ",229,"Wilmington, NC" +266,446,223,"New York, NY and NJ",241,"Philadelphia, PA" +266,447,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +266,448,217,"New York, NY and NJ",217,"New York, NY and NJ" +266,449,159,"Long Beach, CA",268,"Seattle, WA" +266,450,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +266,451,223,"New York, NY and NJ",197,"Portland, ME" +266,452,223,"New York, NY and NJ",197,"Portland, ME" +266,453,268,"Seattle, WA",239,"Portland, OR" +266,454,217,"New York, NY and NJ",241,"Philadelphia, PA" +266,455,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +266,456,239,"Portland, OR",159,"Long Beach, CA" +266,457,244,"Providence, RI",197,"Portland, ME" +266,458,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +266,459,159,"Long Beach, CA",159,"Long Beach, CA" +266,460,244,"Providence, RI",198,"Baltimore, MD" +266,461,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +266,462,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +266,463,217,"New York, NY and NJ",217,"New York, NY and NJ" +266,464,217,"New York, NY and NJ",198,"Baltimore, MD" +266,465,159,"Long Beach, CA",268,"Seattle, WA" +266,466,159,"Long Beach, CA",159,"Long Beach, CA" +266,467,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +266,468,159,"Long Beach, CA",159,"Long Beach, CA" +266,469,217,"New York, NY and NJ",201,"Boston, MA" +266,470,159,"Long Beach, CA",269,"Longview, WA" +266,471,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +266,472,159,"Long Beach, CA",159,"Long Beach, CA" +266,473,159,"Long Beach, CA",159,"Long Beach, CA" +266,474,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +266,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +266,476,269,"Longview, WA",159,"Long Beach, CA" +266,477,268,"Seattle, WA",159,"Long Beach, CA" +266,478,177,"Savannah, GA",265,"Norfolk Harbor, VA" +266,479,159,"Long Beach, CA",159,"Long Beach, CA" +266,480,223,"New York, NY and NJ",241,"Philadelphia, PA" +266,481,169,"Wilmington, DE",241,"Philadelphia, PA" +266,482,268,"Seattle, WA",159,"Long Beach, CA" +266,483,197,"Portland, ME",217,"New York, NY and NJ" +266,484,195,"New Orleans, LA",178,"Brunswick, GA" +266,485,159,"Long Beach, CA",269,"Longview, WA" +266,486,159,"Long Beach, CA",159,"Long Beach, CA" +266,487,245,"Charleston, SC",245,"Charleston, SC" +266,488,159,"Long Beach, CA",159,"Long Beach, CA" +266,489,268,"Seattle, WA",159,"Long Beach, CA" +266,490,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +266,491,217,"New York, NY and NJ",223,"New York, NY and NJ" +267,154,159,"Long Beach, CA",268,"Seattle, WA" +267,179,268,"Seattle, WA",159,"Long Beach, CA" +267,180,159,"Long Beach, CA",162,"Oakland, CA" +267,274,159,"Long Beach, CA",159,"Long Beach, CA" +267,275,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +267,276,217,"New York, NY and NJ",197,"Portland, ME" +267,277,201,"Boston, MA",265,"Norfolk Harbor, VA" +267,278,201,"Boston, MA",201,"Boston, MA" +267,279,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +267,280,177,"Savannah, GA",265,"Norfolk Harbor, VA" +267,281,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +267,282,218,"Camden-Gloucester, NJ",197,"Portland, ME" +267,283,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +267,284,268,"Seattle, WA",239,"Portland, OR" +267,285,197,"Portland, ME",223,"New York, NY and NJ" +267,286,217,"New York, NY and NJ",217,"New York, NY and NJ" +267,287,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +267,288,268,"Seattle, WA",268,"Seattle, WA" +267,289,159,"Long Beach, CA",159,"Long Beach, CA" +267,290,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +267,291,197,"Portland, ME",265,"Norfolk Harbor, VA" +267,292,201,"Boston, MA",223,"New York, NY and NJ" +267,293,195,"New Orleans, LA",195,"New Orleans, LA" +267,294,197,"Portland, ME",265,"Norfolk Harbor, VA" +267,295,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +267,296,268,"Seattle, WA",159,"Long Beach, CA" +267,297,177,"Savannah, GA",172,"Port Everglades, FL" +267,298,198,"Baltimore, MD",223,"New York, NY and NJ" +267,299,223,"New York, NY and NJ",245,"Charleston, SC" +267,300,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +267,301,217,"New York, NY and NJ",241,"Philadelphia, PA" +267,302,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +267,303,159,"Long Beach, CA",268,"Seattle, WA" +267,304,241,"Philadelphia, PA",223,"New York, NY and NJ" +267,305,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +267,306,241,"Philadelphia, PA",223,"New York, NY and NJ" +267,307,223,"New York, NY and NJ",197,"Portland, ME" +267,308,159,"Long Beach, CA",159,"Long Beach, CA" +267,309,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +267,310,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +267,311,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +267,312,152,"Mobile, AL",245,"Charleston, SC" +267,313,197,"Portland, ME",265,"Norfolk Harbor, VA" +267,314,241,"Philadelphia, PA",217,"New York, NY and NJ" +267,315,245,"Charleston, SC",177,"Savannah, GA" +267,316,268,"Seattle, WA",268,"Seattle, WA" +267,317,159,"Long Beach, CA",159,"Long Beach, CA" +267,318,159,"Long Beach, CA",159,"Long Beach, CA" +267,319,177,"Savannah, GA",171,"Jacksonville, FL" +267,320,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +267,321,223,"New York, NY and NJ",241,"Philadelphia, PA" +267,322,162,"Oakland, CA",159,"Long Beach, CA" +267,323,208,"Pascagoula, MS",265,"Norfolk Harbor, VA" +267,324,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +267,325,245,"Charleston, SC",265,"Norfolk Harbor, VA" +267,326,172,"Port Everglades, FL",245,"Charleston, SC" +267,327,198,"Baltimore, MD",223,"New York, NY and NJ" +267,328,241,"Philadelphia, PA",241,"Philadelphia, PA" +267,329,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +267,330,197,"Portland, ME",223,"New York, NY and NJ" +267,331,223,"New York, NY and NJ",223,"New York, NY and NJ" +267,332,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +267,333,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +267,334,245,"Charleston, SC",152,"Mobile, AL" +267,335,223,"New York, NY and NJ",241,"Philadelphia, PA" +267,336,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +267,337,217,"New York, NY and NJ",217,"New York, NY and NJ" +267,338,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +267,339,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +267,340,229,"Wilmington, NC",201,"Boston, MA" +267,341,177,"Savannah, GA",265,"Norfolk Harbor, VA" +267,342,201,"Boston, MA",201,"Boston, MA" +267,343,159,"Long Beach, CA",159,"Long Beach, CA" +267,344,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +267,345,197,"Portland, ME",217,"New York, NY and NJ" +267,346,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +267,347,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +267,348,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +267,349,223,"New York, NY and NJ",198,"Baltimore, MD" +267,350,217,"New York, NY and NJ",223,"New York, NY and NJ" +267,351,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +267,352,217,"New York, NY and NJ",217,"New York, NY and NJ" +267,353,217,"New York, NY and NJ",198,"Baltimore, MD" +267,354,241,"Philadelphia, PA",241,"Philadelphia, PA" +267,355,177,"Savannah, GA",265,"Norfolk Harbor, VA" +267,356,152,"Mobile, AL",195,"New Orleans, LA" +267,357,197,"Portland, ME",265,"Norfolk Harbor, VA" +267,358,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +267,359,177,"Savannah, GA",229,"Wilmington, NC" +267,360,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +267,361,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +267,362,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +267,363,174,"Tampa, FL",245,"Charleston, SC" +267,364,244,"Providence, RI",217,"New York, NY and NJ" +267,365,223,"New York, NY and NJ",198,"Baltimore, MD" +267,366,162,"Oakland, CA",162,"Oakland, CA" +267,367,159,"Long Beach, CA",162,"Oakland, CA" +267,368,162,"Oakland, CA",159,"Long Beach, CA" +267,369,268,"Seattle, WA",268,"Seattle, WA" +267,370,217,"New York, NY and NJ",241,"Philadelphia, PA" +267,371,159,"Long Beach, CA",268,"Seattle, WA" +267,372,241,"Philadelphia, PA",197,"Portland, ME" +267,373,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +267,374,159,"Long Beach, CA",239,"Portland, OR" +267,375,268,"Seattle, WA",159,"Long Beach, CA" +267,376,159,"Long Beach, CA",239,"Portland, OR" +267,377,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +267,378,171,"Jacksonville, FL",152,"Mobile, AL" +267,379,162,"Oakland, CA",159,"Long Beach, CA" +267,380,159,"Long Beach, CA",268,"Seattle, WA" +267,381,268,"Seattle, WA",159,"Long Beach, CA" +267,382,244,"Providence, RI",217,"New York, NY and NJ" +267,383,162,"Oakland, CA",159,"Long Beach, CA" +267,384,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +267,385,217,"New York, NY and NJ",201,"Boston, MA" +267,386,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +267,387,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +267,388,241,"Philadelphia, PA",197,"Portland, ME" +267,389,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +267,390,241,"Philadelphia, PA",201,"Boston, MA" +267,391,245,"Charleston, SC",171,"Jacksonville, FL" +267,392,269,"Longview, WA",268,"Seattle, WA" +267,393,268,"Seattle, WA",239,"Portland, OR" +267,394,217,"New York, NY and NJ",198,"Baltimore, MD" +267,395,201,"Boston, MA",217,"New York, NY and NJ" +267,396,268,"Seattle, WA",159,"Long Beach, CA" +267,397,217,"New York, NY and NJ",217,"New York, NY and NJ" +267,398,201,"Boston, MA",241,"Philadelphia, PA" +267,399,253,"Beaumont, TX",195,"New Orleans, LA" +267,400,239,"Portland, OR",159,"Long Beach, CA" +267,401,217,"New York, NY and NJ",223,"New York, NY and NJ" +267,402,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +267,403,159,"Long Beach, CA",162,"Oakland, CA" +267,404,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +267,405,229,"Wilmington, NC",177,"Savannah, GA" +267,406,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +267,407,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +267,408,268,"Seattle, WA",159,"Long Beach, CA" +267,409,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +267,410,162,"Oakland, CA",159,"Long Beach, CA" +267,411,268,"Seattle, WA",239,"Portland, OR" +267,412,197,"Portland, ME",197,"Portland, ME" +267,413,162,"Oakland, CA",159,"Long Beach, CA" +267,414,195,"New Orleans, LA",152,"Mobile, AL" +267,415,217,"New York, NY and NJ",223,"New York, NY and NJ" +267,416,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +267,417,268,"Seattle, WA",162,"Oakland, CA" +267,418,159,"Long Beach, CA",162,"Oakland, CA" +267,419,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +267,420,162,"Oakland, CA",268,"Seattle, WA" +267,421,159,"Long Beach, CA",268,"Seattle, WA" +267,422,268,"Seattle, WA",159,"Long Beach, CA" +267,423,159,"Long Beach, CA",195,"New Orleans, LA" +267,424,174,"Tampa, FL",265,"Norfolk Harbor, VA" +267,425,159,"Long Beach, CA",159,"Long Beach, CA" +267,426,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +267,427,177,"Savannah, GA",195,"New Orleans, LA" +267,428,159,"Long Beach, CA",162,"Oakland, CA" +267,429,195,"New Orleans, LA",172,"Port Everglades, FL" +267,430,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +267,431,223,"New York, NY and NJ",201,"Boston, MA" +267,432,268,"Seattle, WA",152,"Mobile, AL" +267,433,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +267,434,223,"New York, NY and NJ",223,"New York, NY and NJ" +267,435,198,"Baltimore, MD",241,"Philadelphia, PA" +267,436,245,"Charleston, SC",217,"New York, NY and NJ" +267,437,178,"Brunswick, GA",265,"Norfolk Harbor, VA" +267,438,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +267,439,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +267,440,174,"Tampa, FL",265,"Norfolk Harbor, VA" +267,441,159,"Long Beach, CA",159,"Long Beach, CA" +267,442,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +267,443,223,"New York, NY and NJ",241,"Philadelphia, PA" +267,444,239,"Portland, OR",245,"Charleston, SC" +267,445,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +267,446,217,"New York, NY and NJ",241,"Philadelphia, PA" +267,447,241,"Philadelphia, PA",217,"New York, NY and NJ" +267,448,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +267,449,162,"Oakland, CA",159,"Long Beach, CA" +267,450,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +267,451,223,"New York, NY and NJ",198,"Baltimore, MD" +267,452,201,"Boston, MA",241,"Philadelphia, PA" +267,453,268,"Seattle, WA",159,"Long Beach, CA" +267,454,223,"New York, NY and NJ",223,"New York, NY and NJ" +267,455,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +267,456,159,"Long Beach, CA",159,"Long Beach, CA" +267,457,223,"New York, NY and NJ",201,"Boston, MA" +267,458,223,"New York, NY and NJ",217,"New York, NY and NJ" +267,459,268,"Seattle, WA",162,"Oakland, CA" +267,460,223,"New York, NY and NJ",241,"Philadelphia, PA" +267,461,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +267,462,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +267,463,223,"New York, NY and NJ",198,"Baltimore, MD" +267,464,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +267,465,159,"Long Beach, CA",162,"Oakland, CA" +267,466,162,"Oakland, CA",159,"Long Beach, CA" +267,467,217,"New York, NY and NJ",217,"New York, NY and NJ" +267,468,268,"Seattle, WA",159,"Long Beach, CA" +267,469,201,"Boston, MA",265,"Norfolk Harbor, VA" +267,470,159,"Long Beach, CA",159,"Long Beach, CA" +267,471,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +267,472,159,"Long Beach, CA",159,"Long Beach, CA" +267,473,159,"Long Beach, CA",269,"Longview, WA" +267,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +267,475,197,"Portland, ME",265,"Norfolk Harbor, VA" +267,476,159,"Long Beach, CA",239,"Portland, OR" +267,477,268,"Seattle, WA",162,"Oakland, CA" +267,478,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +267,479,159,"Long Beach, CA",159,"Long Beach, CA" +267,480,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +267,481,244,"Providence, RI",217,"New York, NY and NJ" +267,482,268,"Seattle, WA",159,"Long Beach, CA" +267,483,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +267,484,172,"Port Everglades, FL",177,"Savannah, GA" +267,485,159,"Long Beach, CA",159,"Long Beach, CA" +267,486,268,"Seattle, WA",268,"Seattle, WA" +267,487,174,"Tampa, FL",198,"Baltimore, MD" +267,488,159,"Long Beach, CA",268,"Seattle, WA" +267,489,159,"Long Beach, CA",265,"Norfolk Harbor, VA" +267,490,241,"Philadelphia, PA",201,"Boston, MA" +267,491,198,"Baltimore, MD",198,"Baltimore, MD" +268,154,268,"Seattle, WA",162,"Oakland, CA" +268,179,162,"Oakland, CA",159,"Long Beach, CA" +268,180,268,"Seattle, WA",159,"Long Beach, CA" +268,274,268,"Seattle, WA",162,"Oakland, CA" +268,275,223,"New York, NY and NJ",223,"New York, NY and NJ" +268,276,201,"Boston, MA",241,"Philadelphia, PA" +268,277,201,"Boston, MA",169,"Wilmington, DE" +268,278,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +268,279,229,"Wilmington, NC",217,"New York, NY and NJ" +268,280,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +268,281,257,"Houston, TX",257,"Houston, TX" +268,282,217,"New York, NY and NJ",201,"Boston, MA" +268,283,174,"Tampa, FL",195,"New Orleans, LA" +268,284,162,"Oakland, CA",159,"Long Beach, CA" +268,285,223,"New York, NY and NJ",223,"New York, NY and NJ" +268,286,201,"Boston, MA",223,"New York, NY and NJ" +268,287,174,"Tampa, FL",208,"Pascagoula, MS" +268,288,162,"Oakland, CA",159,"Long Beach, CA" +268,289,159,"Long Beach, CA",239,"Portland, OR" +268,290,174,"Tampa, FL",195,"New Orleans, LA" +268,291,223,"New York, NY and NJ",223,"New York, NY and NJ" +268,292,217,"New York, NY and NJ",217,"New York, NY and NJ" +268,293,195,"New Orleans, LA",254,"Corpus Christi, TX" +268,294,198,"Baltimore, MD",217,"New York, NY and NJ" +268,295,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +268,296,159,"Long Beach, CA",159,"Long Beach, CA" +268,297,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +268,298,197,"Portland, ME",201,"Boston, MA" +268,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +268,300,244,"Providence, RI",195,"New Orleans, LA" +268,301,208,"Pascagoula, MS",265,"Norfolk Harbor, VA" +268,302,177,"Savannah, GA",177,"Savannah, GA" +268,303,159,"Long Beach, CA",239,"Portland, OR" +268,304,198,"Baltimore, MD",198,"Baltimore, MD" +268,305,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +268,306,244,"Providence, RI",197,"Portland, ME" +268,307,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +268,308,268,"Seattle, WA",159,"Long Beach, CA" +268,309,241,"Philadelphia, PA",217,"New York, NY and NJ" +268,310,268,"Seattle, WA",217,"New York, NY and NJ" +268,311,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +268,312,195,"New Orleans, LA",152,"Mobile, AL" +268,313,198,"Baltimore, MD",223,"New York, NY and NJ" +268,314,201,"Boston, MA",223,"New York, NY and NJ" +268,315,254,"Corpus Christi, TX",194,"Lake Charles, LA" +268,316,159,"Long Beach, CA",159,"Long Beach, CA" +268,317,239,"Portland, OR",162,"Oakland, CA" +268,318,159,"Long Beach, CA",268,"Seattle, WA" +268,319,193,"Baton Rouge, LA",257,"Houston, TX" +268,320,198,"Baltimore, MD",217,"New York, NY and NJ" +268,321,198,"Baltimore, MD",223,"New York, NY and NJ" +268,322,159,"Long Beach, CA",159,"Long Beach, CA" +268,323,172,"Port Everglades, FL",268,"Seattle, WA" +268,324,217,"New York, NY and NJ",241,"Philadelphia, PA" +268,325,177,"Savannah, GA",257,"Houston, TX" +268,326,245,"Charleston, SC",171,"Jacksonville, FL" +268,327,223,"New York, NY and NJ",223,"New York, NY and NJ" +268,328,217,"New York, NY and NJ",198,"Baltimore, MD" +268,329,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +268,330,217,"New York, NY and NJ",198,"Baltimore, MD" +268,331,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +268,332,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +268,333,177,"Savannah, GA",245,"Charleston, SC" +268,334,253,"Beaumont, TX",195,"New Orleans, LA" +268,335,201,"Boston, MA",197,"Portland, ME" +268,336,159,"Long Beach, CA",159,"Long Beach, CA" +268,337,241,"Philadelphia, PA",241,"Philadelphia, PA" +268,338,217,"New York, NY and NJ",197,"Portland, ME" +268,339,223,"New York, NY and NJ",241,"Philadelphia, PA" +268,340,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +268,341,257,"Houston, TX",195,"New Orleans, LA" +268,342,223,"New York, NY and NJ",169,"Wilmington, DE" +268,343,159,"Long Beach, CA",268,"Seattle, WA" +268,344,241,"Philadelphia, PA",217,"New York, NY and NJ" +268,345,241,"Philadelphia, PA",197,"Portland, ME" +268,346,253,"Beaumont, TX",223,"New York, NY and NJ" +268,347,198,"Baltimore, MD",241,"Philadelphia, PA" +268,348,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +268,349,223,"New York, NY and NJ",223,"New York, NY and NJ" +268,350,223,"New York, NY and NJ",201,"Boston, MA" +268,351,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +268,352,217,"New York, NY and NJ",223,"New York, NY and NJ" +268,353,201,"Boston, MA",217,"New York, NY and NJ" +268,354,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +268,355,172,"Port Everglades, FL",217,"New York, NY and NJ" +268,356,257,"Houston, TX",257,"Houston, TX" +268,357,201,"Boston, MA",244,"Providence, RI" +268,358,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +268,359,177,"Savannah, GA",245,"Charleston, SC" +268,360,174,"Tampa, FL",257,"Houston, TX" +268,361,152,"Mobile, AL",159,"Long Beach, CA" +268,362,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +268,363,195,"New Orleans, LA",195,"New Orleans, LA" +268,364,223,"New York, NY and NJ",217,"New York, NY and NJ" +268,365,217,"New York, NY and NJ",217,"New York, NY and NJ" +268,366,159,"Long Beach, CA",159,"Long Beach, CA" +268,367,162,"Oakland, CA",162,"Oakland, CA" +268,368,159,"Long Beach, CA",268,"Seattle, WA" +268,369,239,"Portland, OR",269,"Longview, WA" +268,370,201,"Boston, MA",223,"New York, NY and NJ" +268,371,162,"Oakland, CA",162,"Oakland, CA" +268,372,223,"New York, NY and NJ",217,"New York, NY and NJ" +268,373,152,"Mobile, AL",152,"Mobile, AL" +268,374,162,"Oakland, CA",159,"Long Beach, CA" +268,375,162,"Oakland, CA",268,"Seattle, WA" +268,376,159,"Long Beach, CA",162,"Oakland, CA" +268,377,223,"New York, NY and NJ",201,"Boston, MA" +268,378,195,"New Orleans, LA",253,"Beaumont, TX" +268,379,162,"Oakland, CA",159,"Long Beach, CA" +268,380,159,"Long Beach, CA",268,"Seattle, WA" +268,381,159,"Long Beach, CA",159,"Long Beach, CA" +268,382,223,"New York, NY and NJ",197,"Portland, ME" +268,383,268,"Seattle, WA",239,"Portland, OR" +268,384,217,"New York, NY and NJ",217,"New York, NY and NJ" +268,385,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +268,386,223,"New York, NY and NJ",198,"Baltimore, MD" +268,387,217,"New York, NY and NJ",201,"Boston, MA" +268,388,241,"Philadelphia, PA",241,"Philadelphia, PA" +268,389,223,"New York, NY and NJ",198,"Baltimore, MD" +268,390,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +268,391,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +268,392,268,"Seattle, WA",239,"Portland, OR" +268,393,159,"Long Beach, CA",159,"Long Beach, CA" +268,394,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +268,395,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +268,396,159,"Long Beach, CA",268,"Seattle, WA" +268,397,169,"Wilmington, DE",223,"New York, NY and NJ" +268,398,223,"New York, NY and NJ",223,"New York, NY and NJ" +268,399,253,"Beaumont, TX",195,"New Orleans, LA" +268,400,268,"Seattle, WA",159,"Long Beach, CA" +268,401,223,"New York, NY and NJ",201,"Boston, MA" +268,402,223,"New York, NY and NJ",201,"Boston, MA" +268,403,268,"Seattle, WA",268,"Seattle, WA" +268,404,241,"Philadelphia, PA",198,"Baltimore, MD" +268,405,177,"Savannah, GA",245,"Charleston, SC" +268,406,241,"Philadelphia, PA",197,"Portland, ME" +268,407,217,"New York, NY and NJ",241,"Philadelphia, PA" +268,408,159,"Long Beach, CA",162,"Oakland, CA" +268,409,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +268,410,159,"Long Beach, CA",268,"Seattle, WA" +268,411,269,"Longview, WA",268,"Seattle, WA" +268,412,223,"New York, NY and NJ",201,"Boston, MA" +268,413,159,"Long Beach, CA",159,"Long Beach, CA" +268,414,195,"New Orleans, LA",253,"Beaumont, TX" +268,415,241,"Philadelphia, PA",223,"New York, NY and NJ" +268,416,223,"New York, NY and NJ",217,"New York, NY and NJ" +268,417,239,"Portland, OR",159,"Long Beach, CA" +268,418,268,"Seattle, WA",162,"Oakland, CA" +268,419,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +268,420,162,"Oakland, CA",159,"Long Beach, CA" +268,421,159,"Long Beach, CA",269,"Longview, WA" +268,422,162,"Oakland, CA",159,"Long Beach, CA" +268,423,162,"Oakland, CA",162,"Oakland, CA" +268,424,195,"New Orleans, LA",257,"Houston, TX" +268,425,159,"Long Beach, CA",268,"Seattle, WA" +268,426,152,"Mobile, AL",223,"New York, NY and NJ" +268,427,253,"Beaumont, TX",195,"New Orleans, LA" +268,428,159,"Long Beach, CA",159,"Long Beach, CA" +268,429,162,"Oakland, CA",268,"Seattle, WA" +268,430,217,"New York, NY and NJ",201,"Boston, MA" +268,431,223,"New York, NY and NJ",241,"Philadelphia, PA" +268,432,268,"Seattle, WA",159,"Long Beach, CA" +268,433,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +268,434,241,"Philadelphia, PA",201,"Boston, MA" +268,435,244,"Providence, RI",223,"New York, NY and NJ" +268,436,223,"New York, NY and NJ",223,"New York, NY and NJ" +268,437,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +268,438,169,"Wilmington, DE",241,"Philadelphia, PA" +268,439,171,"Jacksonville, FL",172,"Port Everglades, FL" +268,440,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +268,441,162,"Oakland, CA",268,"Seattle, WA" +268,442,241,"Philadelphia, PA",241,"Philadelphia, PA" +268,443,217,"New York, NY and NJ",217,"New York, NY and NJ" +268,444,162,"Oakland, CA",239,"Portland, OR" +268,445,198,"Baltimore, MD",197,"Portland, ME" +268,446,223,"New York, NY and NJ",217,"New York, NY and NJ" +268,447,241,"Philadelphia, PA",177,"Savannah, GA" +268,448,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +268,449,268,"Seattle, WA",269,"Longview, WA" +268,450,177,"Savannah, GA",229,"Wilmington, NC" +268,451,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +268,452,198,"Baltimore, MD",217,"New York, NY and NJ" +268,453,159,"Long Beach, CA",159,"Long Beach, CA" +268,454,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +268,455,177,"Savannah, GA",197,"Portland, ME" +268,456,159,"Long Beach, CA",159,"Long Beach, CA" +268,457,169,"Wilmington, DE",223,"New York, NY and NJ" +268,458,223,"New York, NY and NJ",241,"Philadelphia, PA" +268,459,159,"Long Beach, CA",159,"Long Beach, CA" +268,460,198,"Baltimore, MD",217,"New York, NY and NJ" +268,461,177,"Savannah, GA",195,"New Orleans, LA" +268,462,245,"Charleston, SC",217,"New York, NY and NJ" +268,463,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +268,464,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +268,465,162,"Oakland, CA",159,"Long Beach, CA" +268,466,239,"Portland, OR",268,"Seattle, WA" +268,467,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +268,468,159,"Long Beach, CA",162,"Oakland, CA" +268,469,217,"New York, NY and NJ",223,"New York, NY and NJ" +268,470,159,"Long Beach, CA",268,"Seattle, WA" +268,471,201,"Boston, MA",241,"Philadelphia, PA" +268,472,162,"Oakland, CA",159,"Long Beach, CA" +268,473,268,"Seattle, WA",159,"Long Beach, CA" +268,474,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +268,475,223,"New York, NY and NJ",244,"Providence, RI" +268,476,159,"Long Beach, CA",268,"Seattle, WA" +268,477,269,"Longview, WA",159,"Long Beach, CA" +268,478,174,"Tampa, FL",172,"Port Everglades, FL" +268,479,268,"Seattle, WA",159,"Long Beach, CA" +268,480,241,"Philadelphia, PA",201,"Boston, MA" +268,481,197,"Portland, ME",223,"New York, NY and NJ" +268,482,159,"Long Beach, CA",159,"Long Beach, CA" +268,483,201,"Boston, MA",217,"New York, NY and NJ" +268,484,195,"New Orleans, LA",198,"Baltimore, MD" +268,485,269,"Longview, WA",159,"Long Beach, CA" +268,486,268,"Seattle, WA",239,"Portland, OR" +268,487,177,"Savannah, GA",172,"Port Everglades, FL" +268,488,269,"Longview, WA",159,"Long Beach, CA" +268,489,159,"Long Beach, CA",159,"Long Beach, CA" +268,490,244,"Providence, RI",197,"Portland, ME" +268,491,223,"New York, NY and NJ",198,"Baltimore, MD" +269,154,159,"Long Beach, CA",159,"Long Beach, CA" +269,179,162,"Oakland, CA",239,"Portland, OR" +269,180,159,"Long Beach, CA",159,"Long Beach, CA" +269,274,159,"Long Beach, CA",162,"Oakland, CA" +269,275,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +269,276,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +269,277,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +269,278,201,"Boston, MA",229,"Wilmington, NC" +269,279,217,"New York, NY and NJ",198,"Baltimore, MD" +269,280,217,"New York, NY and NJ",198,"Baltimore, MD" +269,281,245,"Charleston, SC",194,"Lake Charles, LA" +269,282,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +269,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +269,284,159,"Long Beach, CA",159,"Long Beach, CA" +269,285,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +269,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +269,287,177,"Savannah, GA",194,"Lake Charles, LA" +269,288,269,"Longview, WA",269,"Longview, WA" +269,289,162,"Oakland, CA",159,"Long Beach, CA" +269,290,171,"Jacksonville, FL",177,"Savannah, GA" +269,291,218,"Camden-Gloucester, NJ",197,"Portland, ME" +269,292,169,"Wilmington, DE",217,"New York, NY and NJ" +269,293,195,"New Orleans, LA",195,"New Orleans, LA" +269,294,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +269,295,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +269,296,159,"Long Beach, CA",162,"Oakland, CA" +269,297,195,"New Orleans, LA",269,"Longview, WA" +269,298,198,"Baltimore, MD",223,"New York, NY and NJ" +269,299,177,"Savannah, GA",265,"Norfolk Harbor, VA" +269,300,172,"Port Everglades, FL",223,"New York, NY and NJ" +269,301,217,"New York, NY and NJ",223,"New York, NY and NJ" +269,302,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +269,303,162,"Oakland, CA",159,"Long Beach, CA" +269,304,218,"Camden-Gloucester, NJ",197,"Portland, ME" +269,305,245,"Charleston, SC",197,"Portland, ME" +269,306,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +269,307,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +269,308,159,"Long Beach, CA",268,"Seattle, WA" +269,309,197,"Portland, ME",265,"Norfolk Harbor, VA" +269,310,223,"New York, NY and NJ",208,"Pascagoula, MS" +269,311,223,"New York, NY and NJ",217,"New York, NY and NJ" +269,312,194,"Lake Charles, LA",257,"Houston, TX" +269,313,197,"Portland, ME",198,"Baltimore, MD" +269,314,217,"New York, NY and NJ",223,"New York, NY and NJ" +269,315,253,"Beaumont, TX",253,"Beaumont, TX" +269,316,159,"Long Beach, CA",159,"Long Beach, CA" +269,317,159,"Long Beach, CA",269,"Longview, WA" +269,318,268,"Seattle, WA",162,"Oakland, CA" +269,319,208,"Pascagoula, MS",177,"Savannah, GA" +269,320,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +269,321,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +269,322,159,"Long Beach, CA",159,"Long Beach, CA" +269,323,257,"Houston, TX",257,"Houston, TX" +269,324,198,"Baltimore, MD",201,"Boston, MA" +269,325,172,"Port Everglades, FL",195,"New Orleans, LA" +269,326,177,"Savannah, GA",172,"Port Everglades, FL" +269,327,217,"New York, NY and NJ",223,"New York, NY and NJ" +269,328,198,"Baltimore, MD",197,"Portland, ME" +269,329,244,"Providence, RI",217,"New York, NY and NJ" +269,330,217,"New York, NY and NJ",198,"Baltimore, MD" +269,331,223,"New York, NY and NJ",244,"Providence, RI" +269,332,241,"Philadelphia, PA",223,"New York, NY and NJ" +269,333,174,"Tampa, FL",172,"Port Everglades, FL" +269,334,152,"Mobile, AL",159,"Long Beach, CA" +269,335,217,"New York, NY and NJ",217,"New York, NY and NJ" +269,336,162,"Oakland, CA",162,"Oakland, CA" +269,337,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +269,338,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +269,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +269,340,218,"Camden-Gloucester, NJ",244,"Providence, RI" +269,341,253,"Beaumont, TX",257,"Houston, TX" +269,342,217,"New York, NY and NJ",197,"Portland, ME" +269,343,269,"Longview, WA",159,"Long Beach, CA" +269,344,198,"Baltimore, MD",244,"Providence, RI" +269,345,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +269,346,198,"Baltimore, MD",177,"Savannah, GA" +269,347,174,"Tampa, FL",217,"New York, NY and NJ" +269,348,223,"New York, NY and NJ",217,"New York, NY and NJ" +269,349,241,"Philadelphia, PA",223,"New York, NY and NJ" +269,350,241,"Philadelphia, PA",197,"Portland, ME" +269,351,244,"Providence, RI",223,"New York, NY and NJ" +269,352,169,"Wilmington, DE",217,"New York, NY and NJ" +269,353,223,"New York, NY and NJ",197,"Portland, ME" +269,354,223,"New York, NY and NJ",244,"Providence, RI" +269,355,177,"Savannah, GA",217,"New York, NY and NJ" +269,356,254,"Corpus Christi, TX",257,"Houston, TX" +269,357,217,"New York, NY and NJ",223,"New York, NY and NJ" +269,358,223,"New York, NY and NJ",201,"Boston, MA" +269,359,198,"Baltimore, MD",223,"New York, NY and NJ" +269,360,177,"Savannah, GA",195,"New Orleans, LA" +269,361,159,"Long Beach, CA",195,"New Orleans, LA" +269,362,201,"Boston, MA",198,"Baltimore, MD" +269,363,257,"Houston, TX",195,"New Orleans, LA" +269,364,217,"New York, NY and NJ",223,"New York, NY and NJ" +269,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +269,366,268,"Seattle, WA",162,"Oakland, CA" +269,367,159,"Long Beach, CA",159,"Long Beach, CA" +269,368,268,"Seattle, WA",159,"Long Beach, CA" +269,369,159,"Long Beach, CA",162,"Oakland, CA" +269,370,198,"Baltimore, MD",223,"New York, NY and NJ" +269,371,159,"Long Beach, CA",268,"Seattle, WA" +269,372,217,"New York, NY and NJ",217,"New York, NY and NJ" +269,373,152,"Mobile, AL",171,"Jacksonville, FL" +269,374,162,"Oakland, CA",159,"Long Beach, CA" +269,375,159,"Long Beach, CA",162,"Oakland, CA" +269,376,162,"Oakland, CA",159,"Long Beach, CA" +269,377,198,"Baltimore, MD",169,"Wilmington, DE" +269,378,172,"Port Everglades, FL",195,"New Orleans, LA" +269,379,239,"Portland, OR",162,"Oakland, CA" +269,380,162,"Oakland, CA",159,"Long Beach, CA" +269,381,162,"Oakland, CA",159,"Long Beach, CA" +269,382,197,"Portland, ME",198,"Baltimore, MD" +269,383,269,"Longview, WA",239,"Portland, OR" +269,384,177,"Savannah, GA",265,"Norfolk Harbor, VA" +269,385,177,"Savannah, GA",201,"Boston, MA" +269,386,217,"New York, NY and NJ",244,"Providence, RI" +269,387,217,"New York, NY and NJ",201,"Boston, MA" +269,388,223,"New York, NY and NJ",201,"Boston, MA" +269,389,198,"Baltimore, MD",223,"New York, NY and NJ" +269,390,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +269,391,198,"Baltimore, MD",217,"New York, NY and NJ" +269,392,159,"Long Beach, CA",159,"Long Beach, CA" +269,393,159,"Long Beach, CA",268,"Seattle, WA" +269,394,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +269,395,229,"Wilmington, NC",244,"Providence, RI" +269,396,159,"Long Beach, CA",159,"Long Beach, CA" +269,397,265,"Norfolk Harbor, VA",197,"Portland, ME" +269,398,217,"New York, NY and NJ",223,"New York, NY and NJ" +269,399,194,"Lake Charles, LA",253,"Beaumont, TX" +269,400,268,"Seattle, WA",159,"Long Beach, CA" +269,401,223,"New York, NY and NJ",223,"New York, NY and NJ" +269,402,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +269,403,159,"Long Beach, CA",159,"Long Beach, CA" +269,404,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +269,405,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +269,406,198,"Baltimore, MD",201,"Boston, MA" +269,407,223,"New York, NY and NJ",223,"New York, NY and NJ" +269,408,162,"Oakland, CA",162,"Oakland, CA" +269,409,241,"Philadelphia, PA",223,"New York, NY and NJ" +269,410,162,"Oakland, CA",268,"Seattle, WA" +269,411,268,"Seattle, WA",162,"Oakland, CA" +269,412,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +269,413,159,"Long Beach, CA",159,"Long Beach, CA" +269,414,253,"Beaumont, TX",254,"Corpus Christi, TX" +269,415,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +269,416,177,"Savannah, GA",229,"Wilmington, NC" +269,417,159,"Long Beach, CA",239,"Portland, OR" +269,418,269,"Longview, WA",162,"Oakland, CA" +269,419,241,"Philadelphia, PA",217,"New York, NY and NJ" +269,420,268,"Seattle, WA",159,"Long Beach, CA" +269,421,239,"Portland, OR",239,"Portland, OR" +269,422,162,"Oakland, CA",159,"Long Beach, CA" +269,423,162,"Oakland, CA",159,"Long Beach, CA" +269,424,172,"Port Everglades, FL",195,"New Orleans, LA" +269,425,159,"Long Beach, CA",162,"Oakland, CA" +269,426,195,"New Orleans, LA",245,"Charleston, SC" +269,427,172,"Port Everglades, FL",208,"Pascagoula, MS" +269,428,268,"Seattle, WA",159,"Long Beach, CA" +269,429,159,"Long Beach, CA",268,"Seattle, WA" +269,430,223,"New York, NY and NJ",223,"New York, NY and NJ" +269,431,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +269,432,159,"Long Beach, CA",159,"Long Beach, CA" +269,433,197,"Portland, ME",241,"Philadelphia, PA" +269,434,241,"Philadelphia, PA",198,"Baltimore, MD" +269,435,197,"Portland, ME",198,"Baltimore, MD" +269,436,197,"Portland, ME",201,"Boston, MA" +269,437,265,"Norfolk Harbor, VA",245,"Charleston, SC" +269,438,245,"Charleston, SC",197,"Portland, ME" +269,439,177,"Savannah, GA",217,"New York, NY and NJ" +269,440,229,"Wilmington, NC",223,"New York, NY and NJ" +269,441,162,"Oakland, CA",162,"Oakland, CA" +269,442,198,"Baltimore, MD",217,"New York, NY and NJ" +269,443,265,"Norfolk Harbor, VA",201,"Boston, MA" +269,444,159,"Long Beach, CA",159,"Long Beach, CA" +269,445,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +269,446,223,"New York, NY and NJ",201,"Boston, MA" +269,447,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +269,448,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +269,449,268,"Seattle, WA",162,"Oakland, CA" +269,450,174,"Tampa, FL",265,"Norfolk Harbor, VA" +269,451,223,"New York, NY and NJ",217,"New York, NY and NJ" +269,452,217,"New York, NY and NJ",217,"New York, NY and NJ" +269,453,269,"Longview, WA",268,"Seattle, WA" +269,454,197,"Portland, ME",198,"Baltimore, MD" +269,455,245,"Charleston, SC",201,"Boston, MA" +269,456,159,"Long Beach, CA",159,"Long Beach, CA" +269,457,229,"Wilmington, NC",217,"New York, NY and NJ" +269,458,241,"Philadelphia, PA",197,"Portland, ME" +269,459,239,"Portland, OR",162,"Oakland, CA" +269,460,201,"Boston, MA",197,"Portland, ME" +269,461,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +269,462,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +269,463,223,"New York, NY and NJ",201,"Boston, MA" +269,464,198,"Baltimore, MD",244,"Providence, RI" +269,465,268,"Seattle, WA",159,"Long Beach, CA" +269,466,159,"Long Beach, CA",159,"Long Beach, CA" +269,467,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +269,468,159,"Long Beach, CA",159,"Long Beach, CA" +269,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +269,470,159,"Long Beach, CA",268,"Seattle, WA" +269,471,169,"Wilmington, DE",217,"New York, NY and NJ" +269,472,159,"Long Beach, CA",159,"Long Beach, CA" +269,473,269,"Longview, WA",159,"Long Beach, CA" +269,474,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +269,475,223,"New York, NY and NJ",201,"Boston, MA" +269,476,268,"Seattle, WA",162,"Oakland, CA" +269,477,159,"Long Beach, CA",239,"Portland, OR" +269,478,174,"Tampa, FL",177,"Savannah, GA" +269,479,159,"Long Beach, CA",268,"Seattle, WA" +269,480,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +269,481,223,"New York, NY and NJ",223,"New York, NY and NJ" +269,482,159,"Long Beach, CA",268,"Seattle, WA" +269,483,201,"Boston, MA",241,"Philadelphia, PA" +269,484,257,"Houston, TX",208,"Pascagoula, MS" +269,485,162,"Oakland, CA",269,"Longview, WA" +269,486,159,"Long Beach, CA",269,"Longview, WA" +269,487,195,"New Orleans, LA",171,"Jacksonville, FL" +269,488,159,"Long Beach, CA",159,"Long Beach, CA" +269,489,159,"Long Beach, CA",159,"Long Beach, CA" +269,490,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +269,491,223,"New York, NY and NJ",198,"Baltimore, MD" +270,154,159,"Long Beach, CA",159,"Long Beach, CA" +270,179,162,"Oakland, CA",268,"Seattle, WA" +270,180,159,"Long Beach, CA",159,"Long Beach, CA" +270,274,159,"Long Beach, CA",159,"Long Beach, CA" +270,275,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +270,276,197,"Portland, ME",198,"Baltimore, MD" +270,277,197,"Portland, ME",217,"New York, NY and NJ" +270,278,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +270,279,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +270,280,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +270,281,177,"Savannah, GA",172,"Port Everglades, FL" +270,282,217,"New York, NY and NJ",241,"Philadelphia, PA" +270,283,172,"Port Everglades, FL",172,"Port Everglades, FL" +270,284,159,"Long Beach, CA",239,"Portland, OR" +270,285,201,"Boston, MA",218,"Camden-Gloucester, NJ" +270,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +270,287,174,"Tampa, FL",245,"Charleston, SC" +270,288,268,"Seattle, WA",162,"Oakland, CA" +270,289,159,"Long Beach, CA",159,"Long Beach, CA" +270,290,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +270,291,223,"New York, NY and NJ",217,"New York, NY and NJ" +270,292,223,"New York, NY and NJ",217,"New York, NY and NJ" +270,293,152,"Mobile, AL",253,"Beaumont, TX" +270,294,223,"New York, NY and NJ",198,"Baltimore, MD" +270,295,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +270,296,162,"Oakland, CA",159,"Long Beach, CA" +270,297,245,"Charleston, SC",193,"Baton Rouge, LA" +270,298,197,"Portland, ME",223,"New York, NY and NJ" +270,299,197,"Portland, ME",265,"Norfolk Harbor, VA" +270,300,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +270,301,245,"Charleston, SC",217,"New York, NY and NJ" +270,302,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +270,303,268,"Seattle, WA",159,"Long Beach, CA" +270,304,217,"New York, NY and NJ",217,"New York, NY and NJ" +270,305,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +270,306,201,"Boston, MA",171,"Jacksonville, FL" +270,307,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +270,308,159,"Long Beach, CA",162,"Oakland, CA" +270,309,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +270,310,217,"New York, NY and NJ",198,"Baltimore, MD" +270,311,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +270,312,177,"Savannah, GA",172,"Port Everglades, FL" +270,313,169,"Wilmington, DE",244,"Providence, RI" +270,314,223,"New York, NY and NJ",197,"Portland, ME" +270,315,195,"New Orleans, LA",174,"Tampa, FL" +270,316,159,"Long Beach, CA",162,"Oakland, CA" +270,317,159,"Long Beach, CA",159,"Long Beach, CA" +270,318,159,"Long Beach, CA",159,"Long Beach, CA" +270,319,245,"Charleston, SC",265,"Norfolk Harbor, VA" +270,320,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +270,321,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +270,322,159,"Long Beach, CA",268,"Seattle, WA" +270,323,195,"New Orleans, LA",152,"Mobile, AL" +270,324,198,"Baltimore, MD",223,"New York, NY and NJ" +270,325,177,"Savannah, GA",177,"Savannah, GA" +270,326,177,"Savannah, GA",172,"Port Everglades, FL" +270,327,223,"New York, NY and NJ",241,"Philadelphia, PA" +270,328,198,"Baltimore, MD",198,"Baltimore, MD" +270,329,198,"Baltimore, MD",223,"New York, NY and NJ" +270,330,217,"New York, NY and NJ",217,"New York, NY and NJ" +270,331,198,"Baltimore, MD",223,"New York, NY and NJ" +270,332,265,"Norfolk Harbor, VA",177,"Savannah, GA" +270,333,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +270,334,171,"Jacksonville, FL",195,"New Orleans, LA" +270,335,217,"New York, NY and NJ",223,"New York, NY and NJ" +270,336,152,"Mobile, AL",152,"Mobile, AL" +270,337,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +270,338,217,"New York, NY and NJ",198,"Baltimore, MD" +270,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +270,340,218,"Camden-Gloucester, NJ",201,"Boston, MA" +270,341,174,"Tampa, FL",265,"Norfolk Harbor, VA" +270,342,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +270,343,159,"Long Beach, CA",268,"Seattle, WA" +270,344,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +270,345,218,"Camden-Gloucester, NJ",197,"Portland, ME" +270,346,193,"Baton Rouge, LA",265,"Norfolk Harbor, VA" +270,347,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +270,348,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +270,349,201,"Boston, MA",241,"Philadelphia, PA" +270,350,244,"Providence, RI",217,"New York, NY and NJ" +270,351,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +270,352,201,"Boston, MA",217,"New York, NY and NJ" +270,353,217,"New York, NY and NJ",197,"Portland, ME" +270,354,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +270,355,245,"Charleston, SC",265,"Norfolk Harbor, VA" +270,356,193,"Baton Rouge, LA",152,"Mobile, AL" +270,357,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +270,358,197,"Portland, ME",223,"New York, NY and NJ" +270,359,172,"Port Everglades, FL",174,"Tampa, FL" +270,360,174,"Tampa, FL",265,"Norfolk Harbor, VA" +270,361,257,"Houston, TX",177,"Savannah, GA" +270,362,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +270,363,177,"Savannah, GA",177,"Savannah, GA" +270,364,197,"Portland, ME",229,"Wilmington, NC" +270,365,197,"Portland, ME",241,"Philadelphia, PA" +270,366,239,"Portland, OR",159,"Long Beach, CA" +270,367,268,"Seattle, WA",162,"Oakland, CA" +270,368,239,"Portland, OR",162,"Oakland, CA" +270,369,268,"Seattle, WA",172,"Port Everglades, FL" +270,370,198,"Baltimore, MD",241,"Philadelphia, PA" +270,371,162,"Oakland, CA",239,"Portland, OR" +270,372,197,"Portland, ME",201,"Boston, MA" +270,373,171,"Jacksonville, FL",172,"Port Everglades, FL" +270,374,268,"Seattle, WA",239,"Portland, OR" +270,375,159,"Long Beach, CA",269,"Longview, WA" +270,376,269,"Longview, WA",159,"Long Beach, CA" +270,377,217,"New York, NY and NJ",201,"Boston, MA" +270,378,172,"Port Everglades, FL",194,"Lake Charles, LA" +270,379,159,"Long Beach, CA",159,"Long Beach, CA" +270,380,159,"Long Beach, CA",162,"Oakland, CA" +270,381,159,"Long Beach, CA",268,"Seattle, WA" +270,382,241,"Philadelphia, PA",241,"Philadelphia, PA" +270,383,159,"Long Beach, CA",159,"Long Beach, CA" +270,384,223,"New York, NY and NJ",229,"Wilmington, NC" +270,385,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +270,386,201,"Boston, MA",218,"Camden-Gloucester, NJ" +270,387,223,"New York, NY and NJ",217,"New York, NY and NJ" +270,388,201,"Boston, MA",265,"Norfolk Harbor, VA" +270,389,197,"Portland, ME",169,"Wilmington, DE" +270,390,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +270,391,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +270,392,159,"Long Beach, CA",162,"Oakland, CA" +270,393,159,"Long Beach, CA",174,"Tampa, FL" +270,394,223,"New York, NY and NJ",241,"Philadelphia, PA" +270,395,241,"Philadelphia, PA",197,"Portland, ME" +270,396,268,"Seattle, WA",239,"Portland, OR" +270,397,197,"Portland, ME",201,"Boston, MA" +270,398,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +270,399,254,"Corpus Christi, TX",257,"Houston, TX" +270,400,159,"Long Beach, CA",159,"Long Beach, CA" +270,401,201,"Boston, MA",265,"Norfolk Harbor, VA" +270,402,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +270,403,162,"Oakland, CA",159,"Long Beach, CA" +270,404,217,"New York, NY and NJ",198,"Baltimore, MD" +270,405,177,"Savannah, GA",265,"Norfolk Harbor, VA" +270,406,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +270,407,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +270,408,268,"Seattle, WA",162,"Oakland, CA" +270,409,197,"Portland, ME",171,"Jacksonville, FL" +270,410,159,"Long Beach, CA",162,"Oakland, CA" +270,411,159,"Long Beach, CA",159,"Long Beach, CA" +270,412,201,"Boston, MA",241,"Philadelphia, PA" +270,413,159,"Long Beach, CA",159,"Long Beach, CA" +270,414,171,"Jacksonville, FL",152,"Mobile, AL" +270,415,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +270,416,217,"New York, NY and NJ",217,"New York, NY and NJ" +270,417,162,"Oakland, CA",159,"Long Beach, CA" +270,418,269,"Longview, WA",268,"Seattle, WA" +270,419,197,"Portland, ME",197,"Portland, ME" +270,420,162,"Oakland, CA",177,"Savannah, GA" +270,421,159,"Long Beach, CA",159,"Long Beach, CA" +270,422,239,"Portland, OR",159,"Long Beach, CA" +270,423,269,"Longview, WA",268,"Seattle, WA" +270,424,245,"Charleston, SC",152,"Mobile, AL" +270,425,159,"Long Beach, CA",159,"Long Beach, CA" +270,426,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +270,427,245,"Charleston, SC",208,"Pascagoula, MS" +270,428,159,"Long Beach, CA",159,"Long Beach, CA" +270,429,159,"Long Beach, CA",172,"Port Everglades, FL" +270,430,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +270,431,198,"Baltimore, MD",198,"Baltimore, MD" +270,432,159,"Long Beach, CA",268,"Seattle, WA" +270,433,223,"New York, NY and NJ",217,"New York, NY and NJ" +270,434,198,"Baltimore, MD",241,"Philadelphia, PA" +270,435,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +270,436,197,"Portland, ME",197,"Portland, ME" +270,437,241,"Philadelphia, PA",223,"New York, NY and NJ" +270,438,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +270,439,174,"Tampa, FL",245,"Charleston, SC" +270,440,245,"Charleston, SC",265,"Norfolk Harbor, VA" +270,441,159,"Long Beach, CA",268,"Seattle, WA" +270,442,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +270,443,201,"Boston, MA",201,"Boston, MA" +270,444,162,"Oakland, CA",229,"Wilmington, NC" +270,445,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +270,446,217,"New York, NY and NJ",201,"Boston, MA" +270,447,217,"New York, NY and NJ",223,"New York, NY and NJ" +270,448,197,"Portland, ME",265,"Norfolk Harbor, VA" +270,449,159,"Long Beach, CA",269,"Longview, WA" +270,450,177,"Savannah, GA",172,"Port Everglades, FL" +270,451,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +270,452,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +270,453,159,"Long Beach, CA",268,"Seattle, WA" +270,454,223,"New York, NY and NJ",217,"New York, NY and NJ" +270,455,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +270,456,268,"Seattle, WA",162,"Oakland, CA" +270,457,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +270,458,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +270,459,268,"Seattle, WA",162,"Oakland, CA" +270,460,198,"Baltimore, MD",223,"New York, NY and NJ" +270,461,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +270,462,217,"New York, NY and NJ",197,"Portland, ME" +270,463,198,"Baltimore, MD",223,"New York, NY and NJ" +270,464,201,"Boston, MA",241,"Philadelphia, PA" +270,465,162,"Oakland, CA",239,"Portland, OR" +270,466,159,"Long Beach, CA",159,"Long Beach, CA" +270,467,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +270,468,159,"Long Beach, CA",269,"Longview, WA" +270,469,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +270,470,269,"Longview, WA",159,"Long Beach, CA" +270,471,217,"New York, NY and NJ",223,"New York, NY and NJ" +270,472,162,"Oakland, CA",162,"Oakland, CA" +270,473,159,"Long Beach, CA",162,"Oakland, CA" +270,474,172,"Port Everglades, FL",178,"Brunswick, GA" +270,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +270,476,268,"Seattle, WA",268,"Seattle, WA" +270,477,159,"Long Beach, CA",269,"Longview, WA" +270,478,177,"Savannah, GA",171,"Jacksonville, FL" +270,479,162,"Oakland, CA",162,"Oakland, CA" +270,480,217,"New York, NY and NJ",245,"Charleston, SC" +270,481,244,"Providence, RI",241,"Philadelphia, PA" +270,482,268,"Seattle, WA",239,"Portland, OR" +270,483,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +270,484,208,"Pascagoula, MS",218,"Camden-Gloucester, NJ" +270,485,159,"Long Beach, CA",159,"Long Beach, CA" +270,486,159,"Long Beach, CA",159,"Long Beach, CA" +270,487,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +270,488,159,"Long Beach, CA",159,"Long Beach, CA" +270,489,159,"Long Beach, CA",194,"Lake Charles, LA" +270,490,217,"New York, NY and NJ",223,"New York, NY and NJ" +270,491,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +271,154,159,"Long Beach, CA",159,"Long Beach, CA" +271,179,268,"Seattle, WA",162,"Oakland, CA" +271,180,159,"Long Beach, CA",268,"Seattle, WA" +271,274,268,"Seattle, WA",268,"Seattle, WA" +271,275,265,"Norfolk Harbor, VA",201,"Boston, MA" +271,276,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +271,277,198,"Baltimore, MD",223,"New York, NY and NJ" +271,278,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +271,279,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +271,280,229,"Wilmington, NC",217,"New York, NY and NJ" +271,281,195,"New Orleans, LA",152,"Mobile, AL" +271,282,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +271,283,177,"Savannah, GA",265,"Norfolk Harbor, VA" +271,284,268,"Seattle, WA",162,"Oakland, CA" +271,285,198,"Baltimore, MD",217,"New York, NY and NJ" +271,286,223,"New York, NY and NJ",223,"New York, NY and NJ" +271,287,245,"Charleston, SC",174,"Tampa, FL" +271,288,162,"Oakland, CA",159,"Long Beach, CA" +271,289,269,"Longview, WA",162,"Oakland, CA" +271,290,217,"New York, NY and NJ",172,"Port Everglades, FL" +271,291,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +271,292,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +271,293,195,"New Orleans, LA",195,"New Orleans, LA" +271,294,223,"New York, NY and NJ",223,"New York, NY and NJ" +271,295,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +271,296,159,"Long Beach, CA",159,"Long Beach, CA" +271,297,253,"Beaumont, TX",174,"Tampa, FL" +271,298,244,"Providence, RI",201,"Boston, MA" +271,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +271,300,177,"Savannah, GA",195,"New Orleans, LA" +271,301,217,"New York, NY and NJ",198,"Baltimore, MD" +271,302,174,"Tampa, FL",265,"Norfolk Harbor, VA" +271,303,159,"Long Beach, CA",268,"Seattle, WA" +271,304,198,"Baltimore, MD",198,"Baltimore, MD" +271,305,201,"Boston, MA",241,"Philadelphia, PA" +271,306,241,"Philadelphia, PA",197,"Portland, ME" +271,307,201,"Boston, MA",218,"Camden-Gloucester, NJ" +271,308,268,"Seattle, WA",159,"Long Beach, CA" +271,309,217,"New York, NY and NJ",223,"New York, NY and NJ" +271,310,241,"Philadelphia, PA",217,"New York, NY and NJ" +271,311,218,"Camden-Gloucester, NJ",197,"Portland, ME" +271,312,172,"Port Everglades, FL",174,"Tampa, FL" +271,313,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +271,314,197,"Portland, ME",223,"New York, NY and NJ" +271,315,172,"Port Everglades, FL",195,"New Orleans, LA" +271,316,159,"Long Beach, CA",159,"Long Beach, CA" +271,317,269,"Longview, WA",162,"Oakland, CA" +271,318,159,"Long Beach, CA",159,"Long Beach, CA" +271,319,174,"Tampa, FL",174,"Tampa, FL" +271,320,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +271,321,217,"New York, NY and NJ",245,"Charleston, SC" +271,322,159,"Long Beach, CA",268,"Seattle, WA" +271,323,195,"New Orleans, LA",195,"New Orleans, LA" +271,324,201,"Boston, MA",218,"Camden-Gloucester, NJ" +271,325,172,"Port Everglades, FL",172,"Port Everglades, FL" +271,326,245,"Charleston, SC",265,"Norfolk Harbor, VA" +271,327,223,"New York, NY and NJ",241,"Philadelphia, PA" +271,328,217,"New York, NY and NJ",223,"New York, NY and NJ" +271,329,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +271,330,217,"New York, NY and NJ",198,"Baltimore, MD" +271,331,223,"New York, NY and NJ",223,"New York, NY and NJ" +271,332,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +271,333,172,"Port Everglades, FL",177,"Savannah, GA" +271,334,195,"New Orleans, LA",172,"Port Everglades, FL" +271,335,201,"Boston, MA",265,"Norfolk Harbor, VA" +271,336,172,"Port Everglades, FL",195,"New Orleans, LA" +271,337,201,"Boston, MA",201,"Boston, MA" +271,338,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +271,339,223,"New York, NY and NJ",223,"New York, NY and NJ" +271,340,197,"Portland, ME",241,"Philadelphia, PA" +271,341,257,"Houston, TX",208,"Pascagoula, MS" +271,342,217,"New York, NY and NJ",201,"Boston, MA" +271,343,159,"Long Beach, CA",159,"Long Beach, CA" +271,344,223,"New York, NY and NJ",201,"Boston, MA" +271,345,201,"Boston, MA",217,"New York, NY and NJ" +271,346,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +271,347,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +271,348,217,"New York, NY and NJ",223,"New York, NY and NJ" +271,349,223,"New York, NY and NJ",197,"Portland, ME" +271,350,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +271,351,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +271,352,241,"Philadelphia, PA",223,"New York, NY and NJ" +271,353,223,"New York, NY and NJ",223,"New York, NY and NJ" +271,354,223,"New York, NY and NJ",197,"Portland, ME" +271,355,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +271,356,254,"Corpus Christi, TX",208,"Pascagoula, MS" +271,357,217,"New York, NY and NJ",217,"New York, NY and NJ" +271,358,245,"Charleston, SC",223,"New York, NY and NJ" +271,359,245,"Charleston, SC",198,"Baltimore, MD" +271,360,177,"Savannah, GA",172,"Port Everglades, FL" +271,361,253,"Beaumont, TX",194,"Lake Charles, LA" +271,362,265,"Norfolk Harbor, VA",197,"Portland, ME" +271,363,174,"Tampa, FL",193,"Baton Rouge, LA" +271,364,197,"Portland, ME",223,"New York, NY and NJ" +271,365,244,"Providence, RI",223,"New York, NY and NJ" +271,366,159,"Long Beach, CA",268,"Seattle, WA" +271,367,159,"Long Beach, CA",159,"Long Beach, CA" +271,368,159,"Long Beach, CA",159,"Long Beach, CA" +271,369,159,"Long Beach, CA",159,"Long Beach, CA" +271,370,223,"New York, NY and NJ",244,"Providence, RI" +271,371,269,"Longview, WA",268,"Seattle, WA" +271,372,197,"Portland, ME",223,"New York, NY and NJ" +271,373,171,"Jacksonville, FL",208,"Pascagoula, MS" +271,374,159,"Long Beach, CA",268,"Seattle, WA" +271,375,268,"Seattle, WA",268,"Seattle, WA" +271,376,162,"Oakland, CA",268,"Seattle, WA" +271,377,223,"New York, NY and NJ",241,"Philadelphia, PA" +271,378,177,"Savannah, GA",194,"Lake Charles, LA" +271,379,159,"Long Beach, CA",268,"Seattle, WA" +271,380,159,"Long Beach, CA",159,"Long Beach, CA" +271,381,162,"Oakland, CA",159,"Long Beach, CA" +271,382,198,"Baltimore, MD",217,"New York, NY and NJ" +271,383,159,"Long Beach, CA",239,"Portland, OR" +271,384,244,"Providence, RI",241,"Philadelphia, PA" +271,385,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +271,386,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +271,387,201,"Boston, MA",223,"New York, NY and NJ" +271,388,217,"New York, NY and NJ",223,"New York, NY and NJ" +271,389,223,"New York, NY and NJ",197,"Portland, ME" +271,390,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +271,391,223,"New York, NY and NJ",198,"Baltimore, MD" +271,392,239,"Portland, OR",268,"Seattle, WA" +271,393,159,"Long Beach, CA",162,"Oakland, CA" +271,394,241,"Philadelphia, PA",198,"Baltimore, MD" +271,395,217,"New York, NY and NJ",197,"Portland, ME" +271,396,159,"Long Beach, CA",162,"Oakland, CA" +271,397,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +271,398,217,"New York, NY and NJ",223,"New York, NY and NJ" +271,399,194,"Lake Charles, LA",257,"Houston, TX" +271,400,268,"Seattle, WA",159,"Long Beach, CA" +271,401,217,"New York, NY and NJ",241,"Philadelphia, PA" +271,402,217,"New York, NY and NJ",201,"Boston, MA" +271,403,239,"Portland, OR",268,"Seattle, WA" +271,404,223,"New York, NY and NJ",241,"Philadelphia, PA" +271,405,178,"Brunswick, GA",172,"Port Everglades, FL" +271,406,217,"New York, NY and NJ",217,"New York, NY and NJ" +271,407,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +271,408,159,"Long Beach, CA",159,"Long Beach, CA" +271,409,197,"Portland, ME",223,"New York, NY and NJ" +271,410,239,"Portland, OR",162,"Oakland, CA" +271,411,159,"Long Beach, CA",159,"Long Beach, CA" +271,412,223,"New York, NY and NJ",217,"New York, NY and NJ" +271,413,268,"Seattle, WA",159,"Long Beach, CA" +271,414,195,"New Orleans, LA",195,"New Orleans, LA" +271,415,198,"Baltimore, MD",198,"Baltimore, MD" +271,416,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +271,417,159,"Long Beach, CA",159,"Long Beach, CA" +271,418,159,"Long Beach, CA",159,"Long Beach, CA" +271,419,217,"New York, NY and NJ",198,"Baltimore, MD" +271,420,268,"Seattle, WA",159,"Long Beach, CA" +271,421,159,"Long Beach, CA",268,"Seattle, WA" +271,422,159,"Long Beach, CA",159,"Long Beach, CA" +271,423,269,"Longview, WA",268,"Seattle, WA" +271,424,174,"Tampa, FL",195,"New Orleans, LA" +271,425,159,"Long Beach, CA",159,"Long Beach, CA" +271,426,177,"Savannah, GA",152,"Mobile, AL" +271,427,177,"Savannah, GA",177,"Savannah, GA" +271,428,159,"Long Beach, CA",268,"Seattle, WA" +271,429,268,"Seattle, WA",159,"Long Beach, CA" +271,430,217,"New York, NY and NJ",223,"New York, NY and NJ" +271,431,223,"New York, NY and NJ",197,"Portland, ME" +271,432,159,"Long Beach, CA",162,"Oakland, CA" +271,433,198,"Baltimore, MD",198,"Baltimore, MD" +271,434,217,"New York, NY and NJ",197,"Portland, ME" +271,435,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +271,436,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +271,437,229,"Wilmington, NC",171,"Jacksonville, FL" +271,438,229,"Wilmington, NC",172,"Port Everglades, FL" +271,439,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +271,440,177,"Savannah, GA",174,"Tampa, FL" +271,441,239,"Portland, OR",159,"Long Beach, CA" +271,442,197,"Portland, ME",218,"Camden-Gloucester, NJ" +271,443,241,"Philadelphia, PA",241,"Philadelphia, PA" +271,444,162,"Oakland, CA",159,"Long Beach, CA" +271,445,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +271,446,244,"Providence, RI",217,"New York, NY and NJ" +271,447,223,"New York, NY and NJ",201,"Boston, MA" +271,448,223,"New York, NY and NJ",201,"Boston, MA" +271,449,159,"Long Beach, CA",268,"Seattle, WA" +271,450,265,"Norfolk Harbor, VA",245,"Charleston, SC" +271,451,197,"Portland, ME",223,"New York, NY and NJ" +271,452,223,"New York, NY and NJ",197,"Portland, ME" +271,453,159,"Long Beach, CA",162,"Oakland, CA" +271,454,217,"New York, NY and NJ",223,"New York, NY and NJ" +271,455,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +271,456,162,"Oakland, CA",268,"Seattle, WA" +271,457,198,"Baltimore, MD",198,"Baltimore, MD" +271,458,223,"New York, NY and NJ",223,"New York, NY and NJ" +271,459,159,"Long Beach, CA",162,"Oakland, CA" +271,460,244,"Providence, RI",223,"New York, NY and NJ" +271,461,198,"Baltimore, MD",217,"New York, NY and NJ" +271,462,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +271,463,198,"Baltimore, MD",198,"Baltimore, MD" +271,464,217,"New York, NY and NJ",217,"New York, NY and NJ" +271,465,239,"Portland, OR",159,"Long Beach, CA" +271,466,159,"Long Beach, CA",269,"Longview, WA" +271,467,198,"Baltimore, MD",197,"Portland, ME" +271,468,159,"Long Beach, CA",159,"Long Beach, CA" +271,469,197,"Portland, ME",223,"New York, NY and NJ" +271,470,159,"Long Beach, CA",159,"Long Beach, CA" +271,471,197,"Portland, ME",223,"New York, NY and NJ" +271,472,159,"Long Beach, CA",162,"Oakland, CA" +271,473,159,"Long Beach, CA",268,"Seattle, WA" +271,474,177,"Savannah, GA",172,"Port Everglades, FL" +271,475,223,"New York, NY and NJ",223,"New York, NY and NJ" +271,476,162,"Oakland, CA",159,"Long Beach, CA" +271,477,268,"Seattle, WA",269,"Longview, WA" +271,478,245,"Charleston, SC",172,"Port Everglades, FL" +271,479,159,"Long Beach, CA",239,"Portland, OR" +271,480,244,"Providence, RI",198,"Baltimore, MD" +271,481,197,"Portland, ME",201,"Boston, MA" +271,482,159,"Long Beach, CA",268,"Seattle, WA" +271,483,197,"Portland, ME",197,"Portland, ME" +271,484,198,"Baltimore, MD",193,"Baton Rouge, LA" +271,485,159,"Long Beach, CA",162,"Oakland, CA" +271,486,239,"Portland, OR",159,"Long Beach, CA" +271,487,177,"Savannah, GA",177,"Savannah, GA" +271,488,159,"Long Beach, CA",159,"Long Beach, CA" +271,489,159,"Long Beach, CA",159,"Long Beach, CA" +271,490,201,"Boston, MA",217,"New York, NY and NJ" +271,491,217,"New York, NY and NJ",217,"New York, NY and NJ" +272,154,159,"Long Beach, CA",268,"Seattle, WA" +272,179,268,"Seattle, WA",159,"Long Beach, CA" +272,180,159,"Long Beach, CA",162,"Oakland, CA" +272,274,159,"Long Beach, CA",159,"Long Beach, CA" +272,275,198,"Baltimore, MD",241,"Philadelphia, PA" +272,276,241,"Philadelphia, PA",223,"New York, NY and NJ" +272,277,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +272,278,229,"Wilmington, NC",241,"Philadelphia, PA" +272,279,172,"Port Everglades, FL",201,"Boston, MA" +272,280,245,"Charleston, SC",174,"Tampa, FL" +272,281,177,"Savannah, GA",177,"Savannah, GA" +272,282,201,"Boston, MA",218,"Camden-Gloucester, NJ" +272,283,245,"Charleston, SC",172,"Port Everglades, FL" +272,284,162,"Oakland, CA",159,"Long Beach, CA" +272,285,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +272,286,265,"Norfolk Harbor, VA",201,"Boston, MA" +272,287,172,"Port Everglades, FL",245,"Charleston, SC" +272,288,268,"Seattle, WA",159,"Long Beach, CA" +272,289,268,"Seattle, WA",268,"Seattle, WA" +272,290,172,"Port Everglades, FL",177,"Savannah, GA" +272,291,198,"Baltimore, MD",217,"New York, NY and NJ" +272,292,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +272,293,208,"Pascagoula, MS",253,"Beaumont, TX" +272,294,241,"Philadelphia, PA",197,"Portland, ME" +272,295,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +272,296,269,"Longview, WA",159,"Long Beach, CA" +272,297,194,"Lake Charles, LA",195,"New Orleans, LA" +272,298,198,"Baltimore, MD",201,"Boston, MA" +272,299,217,"New York, NY and NJ",223,"New York, NY and NJ" +272,300,171,"Jacksonville, FL",177,"Savannah, GA" +272,301,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +272,302,245,"Charleston, SC",223,"New York, NY and NJ" +272,303,162,"Oakland, CA",159,"Long Beach, CA" +272,304,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +272,305,198,"Baltimore, MD",244,"Providence, RI" +272,306,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +272,307,223,"New York, NY and NJ",169,"Wilmington, DE" +272,308,159,"Long Beach, CA",159,"Long Beach, CA" +272,309,217,"New York, NY and NJ",201,"Boston, MA" +272,310,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +272,311,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +272,312,152,"Mobile, AL",171,"Jacksonville, FL" +272,313,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +272,314,244,"Providence, RI",217,"New York, NY and NJ" +272,315,195,"New Orleans, LA",253,"Beaumont, TX" +272,316,268,"Seattle, WA",268,"Seattle, WA" +272,317,159,"Long Beach, CA",159,"Long Beach, CA" +272,318,159,"Long Beach, CA",159,"Long Beach, CA" +272,319,208,"Pascagoula, MS",265,"Norfolk Harbor, VA" +272,320,244,"Providence, RI",201,"Boston, MA" +272,321,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +272,322,268,"Seattle, WA",159,"Long Beach, CA" +272,323,152,"Mobile, AL",208,"Pascagoula, MS" +272,324,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +272,325,152,"Mobile, AL",178,"Brunswick, GA" +272,326,245,"Charleston, SC",245,"Charleston, SC" +272,327,217,"New York, NY and NJ",217,"New York, NY and NJ" +272,328,223,"New York, NY and NJ",223,"New York, NY and NJ" +272,329,197,"Portland, ME",198,"Baltimore, MD" +272,330,197,"Portland, ME",198,"Baltimore, MD" +272,331,197,"Portland, ME",265,"Norfolk Harbor, VA" +272,332,172,"Port Everglades, FL",172,"Port Everglades, FL" +272,333,174,"Tampa, FL",174,"Tampa, FL" +272,334,152,"Mobile, AL",171,"Jacksonville, FL" +272,335,241,"Philadelphia, PA",241,"Philadelphia, PA" +272,336,245,"Charleston, SC",253,"Beaumont, TX" +272,337,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +272,338,201,"Boston, MA",218,"Camden-Gloucester, NJ" +272,339,217,"New York, NY and NJ",223,"New York, NY and NJ" +272,340,201,"Boston, MA",223,"New York, NY and NJ" +272,341,152,"Mobile, AL",253,"Beaumont, TX" +272,342,217,"New York, NY and NJ",197,"Portland, ME" +272,343,269,"Longview, WA",162,"Oakland, CA" +272,344,223,"New York, NY and NJ",197,"Portland, ME" +272,345,201,"Boston, MA",169,"Wilmington, DE" +272,346,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +272,347,223,"New York, NY and NJ",223,"New York, NY and NJ" +272,348,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +272,349,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +272,350,244,"Providence, RI",169,"Wilmington, DE" +272,351,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +272,352,201,"Boston, MA",265,"Norfolk Harbor, VA" +272,353,244,"Providence, RI",241,"Philadelphia, PA" +272,354,223,"New York, NY and NJ",197,"Portland, ME" +272,355,245,"Charleston, SC",177,"Savannah, GA" +272,356,152,"Mobile, AL",253,"Beaumont, TX" +272,357,197,"Portland, ME",169,"Wilmington, DE" +272,358,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +272,359,152,"Mobile, AL",177,"Savannah, GA" +272,360,245,"Charleston, SC",172,"Port Everglades, FL" +272,361,253,"Beaumont, TX",172,"Port Everglades, FL" +272,362,198,"Baltimore, MD",197,"Portland, ME" +272,363,257,"Houston, TX",253,"Beaumont, TX" +272,364,223,"New York, NY and NJ",198,"Baltimore, MD" +272,365,223,"New York, NY and NJ",201,"Boston, MA" +272,366,159,"Long Beach, CA",239,"Portland, OR" +272,367,159,"Long Beach, CA",159,"Long Beach, CA" +272,368,159,"Long Beach, CA",159,"Long Beach, CA" +272,369,159,"Long Beach, CA",159,"Long Beach, CA" +272,370,201,"Boston, MA",217,"New York, NY and NJ" +272,371,159,"Long Beach, CA",159,"Long Beach, CA" +272,372,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +272,373,245,"Charleston, SC",174,"Tampa, FL" +272,374,159,"Long Beach, CA",159,"Long Beach, CA" +272,375,174,"Tampa, FL",162,"Oakland, CA" +272,376,159,"Long Beach, CA",159,"Long Beach, CA" +272,377,223,"New York, NY and NJ",197,"Portland, ME" +272,378,195,"New Orleans, LA",171,"Jacksonville, FL" +272,379,159,"Long Beach, CA",162,"Oakland, CA" +272,380,162,"Oakland, CA",239,"Portland, OR" +272,381,159,"Long Beach, CA",162,"Oakland, CA" +272,382,223,"New York, NY and NJ",241,"Philadelphia, PA" +272,383,159,"Long Beach, CA",159,"Long Beach, CA" +272,384,201,"Boston, MA",241,"Philadelphia, PA" +272,385,217,"New York, NY and NJ",201,"Boston, MA" +272,386,197,"Portland, ME",223,"New York, NY and NJ" +272,387,223,"New York, NY and NJ",197,"Portland, ME" +272,388,223,"New York, NY and NJ",223,"New York, NY and NJ" +272,389,223,"New York, NY and NJ",223,"New York, NY and NJ" +272,390,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +272,391,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +272,392,159,"Long Beach, CA",159,"Long Beach, CA" +272,393,159,"Long Beach, CA",269,"Longview, WA" +272,394,198,"Baltimore, MD",223,"New York, NY and NJ" +272,395,244,"Providence, RI",198,"Baltimore, MD" +272,396,269,"Longview, WA",159,"Long Beach, CA" +272,397,223,"New York, NY and NJ",197,"Portland, ME" +272,398,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +272,399,257,"Houston, TX",194,"Lake Charles, LA" +272,400,239,"Portland, OR",159,"Long Beach, CA" +272,401,223,"New York, NY and NJ",244,"Providence, RI" +272,402,198,"Baltimore, MD",197,"Portland, ME" +272,403,159,"Long Beach, CA",159,"Long Beach, CA" +272,404,201,"Boston, MA",201,"Boston, MA" +272,405,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +272,406,198,"Baltimore, MD",169,"Wilmington, DE" +272,407,217,"New York, NY and NJ",223,"New York, NY and NJ" +272,408,159,"Long Beach, CA",269,"Longview, WA" +272,409,172,"Port Everglades, FL",198,"Baltimore, MD" +272,410,268,"Seattle, WA",159,"Long Beach, CA" +272,411,268,"Seattle, WA",159,"Long Beach, CA" +272,412,201,"Boston, MA",223,"New York, NY and NJ" +272,413,268,"Seattle, WA",268,"Seattle, WA" +272,414,177,"Savannah, GA",195,"New Orleans, LA" +272,415,241,"Philadelphia, PA",217,"New York, NY and NJ" +272,416,198,"Baltimore, MD",241,"Philadelphia, PA" +272,417,159,"Long Beach, CA",159,"Long Beach, CA" +272,418,159,"Long Beach, CA",268,"Seattle, WA" +272,419,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +272,420,239,"Portland, OR",269,"Longview, WA" +272,421,268,"Seattle, WA",159,"Long Beach, CA" +272,422,159,"Long Beach, CA",162,"Oakland, CA" +272,423,268,"Seattle, WA",159,"Long Beach, CA" +272,424,172,"Port Everglades, FL",208,"Pascagoula, MS" +272,425,159,"Long Beach, CA",162,"Oakland, CA" +272,426,174,"Tampa, FL",265,"Norfolk Harbor, VA" +272,427,152,"Mobile, AL",174,"Tampa, FL" +272,428,269,"Longview, WA",159,"Long Beach, CA" +272,429,178,"Brunswick, GA",162,"Oakland, CA" +272,430,241,"Philadelphia, PA",241,"Philadelphia, PA" +272,431,223,"New York, NY and NJ",223,"New York, NY and NJ" +272,432,162,"Oakland, CA",159,"Long Beach, CA" +272,433,201,"Boston, MA",217,"New York, NY and NJ" +272,434,223,"New York, NY and NJ",198,"Baltimore, MD" +272,435,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +272,436,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +272,437,171,"Jacksonville, FL",217,"New York, NY and NJ" +272,438,174,"Tampa, FL",171,"Jacksonville, FL" +272,439,172,"Port Everglades, FL",174,"Tampa, FL" +272,440,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +272,441,159,"Long Beach, CA",268,"Seattle, WA" +272,442,244,"Providence, RI",218,"Camden-Gloucester, NJ" +272,443,223,"New York, NY and NJ",198,"Baltimore, MD" +272,444,268,"Seattle, WA",159,"Long Beach, CA" +272,445,198,"Baltimore, MD",217,"New York, NY and NJ" +272,446,197,"Portland, ME",217,"New York, NY and NJ" +272,447,217,"New York, NY and NJ",201,"Boston, MA" +272,448,223,"New York, NY and NJ",197,"Portland, ME" +272,449,159,"Long Beach, CA",268,"Seattle, WA" +272,450,171,"Jacksonville, FL",245,"Charleston, SC" +272,451,197,"Portland, ME",223,"New York, NY and NJ" +272,452,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +272,453,162,"Oakland, CA",159,"Long Beach, CA" +272,454,223,"New York, NY and NJ",197,"Portland, ME" +272,455,201,"Boston, MA",265,"Norfolk Harbor, VA" +272,456,159,"Long Beach, CA",159,"Long Beach, CA" +272,457,217,"New York, NY and NJ",198,"Baltimore, MD" +272,458,223,"New York, NY and NJ",241,"Philadelphia, PA" +272,459,159,"Long Beach, CA",159,"Long Beach, CA" +272,460,217,"New York, NY and NJ",217,"New York, NY and NJ" +272,461,172,"Port Everglades, FL",198,"Baltimore, MD" +272,462,177,"Savannah, GA",201,"Boston, MA" +272,463,223,"New York, NY and NJ",197,"Portland, ME" +272,464,217,"New York, NY and NJ",197,"Portland, ME" +272,465,162,"Oakland, CA",162,"Oakland, CA" +272,466,159,"Long Beach, CA",268,"Seattle, WA" +272,467,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +272,468,162,"Oakland, CA",268,"Seattle, WA" +272,469,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +272,470,268,"Seattle, WA",268,"Seattle, WA" +272,471,241,"Philadelphia, PA",217,"New York, NY and NJ" +272,472,159,"Long Beach, CA",159,"Long Beach, CA" +272,473,159,"Long Beach, CA",268,"Seattle, WA" +272,474,172,"Port Everglades, FL",172,"Port Everglades, FL" +272,475,197,"Portland, ME",217,"New York, NY and NJ" +272,476,159,"Long Beach, CA",268,"Seattle, WA" +272,477,239,"Portland, OR",159,"Long Beach, CA" +272,478,171,"Jacksonville, FL",245,"Charleston, SC" +272,479,159,"Long Beach, CA",268,"Seattle, WA" +272,480,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +272,481,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +272,482,268,"Seattle, WA",268,"Seattle, WA" +272,483,223,"New York, NY and NJ",197,"Portland, ME" +272,484,171,"Jacksonville, FL",245,"Charleston, SC" +272,485,159,"Long Beach, CA",159,"Long Beach, CA" +272,486,162,"Oakland, CA",162,"Oakland, CA" +272,487,265,"Norfolk Harbor, VA",174,"Tampa, FL" +272,488,159,"Long Beach, CA",159,"Long Beach, CA" +272,489,159,"Long Beach, CA",268,"Seattle, WA" +272,490,241,"Philadelphia, PA",177,"Savannah, GA" +272,491,217,"New York, NY and NJ",241,"Philadelphia, PA" +273,154,159,"Long Beach, CA",159,"Long Beach, CA" +273,179,239,"Portland, OR",159,"Long Beach, CA" +273,180,159,"Long Beach, CA",159,"Long Beach, CA" +273,274,269,"Longview, WA",239,"Portland, OR" +273,275,217,"New York, NY and NJ",223,"New York, NY and NJ" +273,276,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +273,277,217,"New York, NY and NJ",197,"Portland, ME" +273,278,197,"Portland, ME",265,"Norfolk Harbor, VA" +273,279,265,"Norfolk Harbor, VA",245,"Charleston, SC" +273,280,171,"Jacksonville, FL",195,"New Orleans, LA" +273,281,152,"Mobile, AL",257,"Houston, TX" +273,282,223,"New York, NY and NJ",198,"Baltimore, MD" +273,283,172,"Port Everglades, FL",177,"Savannah, GA" +273,284,159,"Long Beach, CA",159,"Long Beach, CA" +273,285,201,"Boston, MA",223,"New York, NY and NJ" +273,286,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +273,287,245,"Charleston, SC",195,"New Orleans, LA" +273,288,159,"Long Beach, CA",159,"Long Beach, CA" +273,289,159,"Long Beach, CA",159,"Long Beach, CA" +273,290,174,"Tampa, FL",217,"New York, NY and NJ" +273,291,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +273,292,201,"Boston, MA",217,"New York, NY and NJ" +273,293,195,"New Orleans, LA",257,"Houston, TX" +273,294,171,"Jacksonville, FL",244,"Providence, RI" +273,295,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +273,296,239,"Portland, OR",268,"Seattle, WA" +273,297,257,"Houston, TX",193,"Baton Rouge, LA" +273,298,217,"New York, NY and NJ",223,"New York, NY and NJ" +273,299,223,"New York, NY and NJ",223,"New York, NY and NJ" +273,300,177,"Savannah, GA",195,"New Orleans, LA" +273,301,244,"Providence, RI",223,"New York, NY and NJ" +273,302,174,"Tampa, FL",265,"Norfolk Harbor, VA" +273,303,268,"Seattle, WA",162,"Oakland, CA" +273,304,201,"Boston, MA",217,"New York, NY and NJ" +273,305,217,"New York, NY and NJ",201,"Boston, MA" +273,306,241,"Philadelphia, PA",229,"Wilmington, NC" +273,307,223,"New York, NY and NJ",217,"New York, NY and NJ" +273,308,159,"Long Beach, CA",159,"Long Beach, CA" +273,309,201,"Boston, MA",265,"Norfolk Harbor, VA" +273,310,268,"Seattle, WA",257,"Houston, TX" +273,311,201,"Boston, MA",223,"New York, NY and NJ" +273,312,174,"Tampa, FL",195,"New Orleans, LA" +273,313,198,"Baltimore, MD",223,"New York, NY and NJ" +273,314,265,"Norfolk Harbor, VA",201,"Boston, MA" +273,315,177,"Savannah, GA",195,"New Orleans, LA" +273,316,159,"Long Beach, CA",159,"Long Beach, CA" +273,317,159,"Long Beach, CA",239,"Portland, OR" +273,318,162,"Oakland, CA",239,"Portland, OR" +273,319,172,"Port Everglades, FL",208,"Pascagoula, MS" +273,320,217,"New York, NY and NJ",198,"Baltimore, MD" +273,321,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +273,322,268,"Seattle, WA",162,"Oakland, CA" +273,323,174,"Tampa, FL",253,"Beaumont, TX" +273,324,198,"Baltimore, MD",197,"Portland, ME" +273,325,174,"Tampa, FL",195,"New Orleans, LA" +273,326,245,"Charleston, SC",195,"New Orleans, LA" +273,327,201,"Boston, MA",217,"New York, NY and NJ" +273,328,241,"Philadelphia, PA",223,"New York, NY and NJ" +273,329,217,"New York, NY and NJ",177,"Savannah, GA" +273,330,198,"Baltimore, MD",223,"New York, NY and NJ" +273,331,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +273,332,245,"Charleston, SC",178,"Brunswick, GA" +273,333,177,"Savannah, GA",257,"Houston, TX" +273,334,195,"New Orleans, LA",195,"New Orleans, LA" +273,335,241,"Philadelphia, PA",217,"New York, NY and NJ" +273,336,253,"Beaumont, TX",159,"Long Beach, CA" +273,337,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +273,338,223,"New York, NY and NJ",223,"New York, NY and NJ" +273,339,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +273,340,174,"Tampa, FL",244,"Providence, RI" +273,341,253,"Beaumont, TX",174,"Tampa, FL" +273,342,197,"Portland, ME",197,"Portland, ME" +273,343,269,"Longview, WA",239,"Portland, OR" +273,344,197,"Portland, ME",197,"Portland, ME" +273,345,241,"Philadelphia, PA",198,"Baltimore, MD" +273,346,172,"Port Everglades, FL",177,"Savannah, GA" +273,347,223,"New York, NY and NJ",198,"Baltimore, MD" +273,348,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +273,349,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +273,350,218,"Camden-Gloucester, NJ",197,"Portland, ME" +273,351,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +273,352,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +273,353,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +273,354,198,"Baltimore, MD",201,"Boston, MA" +273,355,245,"Charleston, SC",257,"Houston, TX" +273,356,195,"New Orleans, LA",194,"Lake Charles, LA" +273,357,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +273,358,217,"New York, NY and NJ",223,"New York, NY and NJ" +273,359,172,"Port Everglades, FL",172,"Port Everglades, FL" +273,360,172,"Port Everglades, FL",195,"New Orleans, LA" +273,361,253,"Beaumont, TX",193,"Baton Rouge, LA" +273,362,217,"New York, NY and NJ",223,"New York, NY and NJ" +273,363,257,"Houston, TX",257,"Houston, TX" +273,364,217,"New York, NY and NJ",241,"Philadelphia, PA" +273,365,223,"New York, NY and NJ",223,"New York, NY and NJ" +273,366,239,"Portland, OR",159,"Long Beach, CA" +273,367,159,"Long Beach, CA",268,"Seattle, WA" +273,368,268,"Seattle, WA",159,"Long Beach, CA" +273,369,239,"Portland, OR",159,"Long Beach, CA" +273,370,201,"Boston, MA",198,"Baltimore, MD" +273,371,162,"Oakland, CA",159,"Long Beach, CA" +273,372,217,"New York, NY and NJ",223,"New York, NY and NJ" +273,373,171,"Jacksonville, FL",253,"Beaumont, TX" +273,374,159,"Long Beach, CA",268,"Seattle, WA" +273,375,268,"Seattle, WA",239,"Portland, OR" +273,376,269,"Longview, WA",159,"Long Beach, CA" +273,377,198,"Baltimore, MD",169,"Wilmington, DE" +273,378,195,"New Orleans, LA",193,"Baton Rouge, LA" +273,379,159,"Long Beach, CA",268,"Seattle, WA" +273,380,159,"Long Beach, CA",268,"Seattle, WA" +273,381,159,"Long Beach, CA",159,"Long Beach, CA" +273,382,201,"Boston, MA",201,"Boston, MA" +273,383,162,"Oakland, CA",159,"Long Beach, CA" +273,384,265,"Norfolk Harbor, VA",197,"Portland, ME" +273,385,171,"Jacksonville, FL",217,"New York, NY and NJ" +273,386,201,"Boston, MA",218,"Camden-Gloucester, NJ" +273,387,241,"Philadelphia, PA",241,"Philadelphia, PA" +273,388,198,"Baltimore, MD",217,"New York, NY and NJ" +273,389,217,"New York, NY and NJ",223,"New York, NY and NJ" +273,390,223,"New York, NY and NJ",198,"Baltimore, MD" +273,391,223,"New York, NY and NJ",229,"Wilmington, NC" +273,392,159,"Long Beach, CA",159,"Long Beach, CA" +273,393,268,"Seattle, WA",239,"Portland, OR" +273,394,241,"Philadelphia, PA",201,"Boston, MA" +273,395,217,"New York, NY and NJ",197,"Portland, ME" +273,396,159,"Long Beach, CA",159,"Long Beach, CA" +273,397,197,"Portland, ME",241,"Philadelphia, PA" +273,398,265,"Norfolk Harbor, VA",244,"Providence, RI" +273,399,253,"Beaumont, TX",257,"Houston, TX" +273,400,159,"Long Beach, CA",268,"Seattle, WA" +273,401,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +273,402,217,"New York, NY and NJ",201,"Boston, MA" +273,403,159,"Long Beach, CA",159,"Long Beach, CA" +273,404,223,"New York, NY and NJ",169,"Wilmington, DE" +273,405,245,"Charleston, SC",195,"New Orleans, LA" +273,406,265,"Norfolk Harbor, VA",244,"Providence, RI" +273,407,223,"New York, NY and NJ",223,"New York, NY and NJ" +273,408,268,"Seattle, WA",159,"Long Beach, CA" +273,409,223,"New York, NY and NJ",177,"Savannah, GA" +273,410,159,"Long Beach, CA",159,"Long Beach, CA" +273,411,159,"Long Beach, CA",159,"Long Beach, CA" +273,412,197,"Portland, ME",201,"Boston, MA" +273,413,159,"Long Beach, CA",269,"Longview, WA" +273,414,257,"Houston, TX",195,"New Orleans, LA" +273,415,229,"Wilmington, NC",201,"Boston, MA" +273,416,198,"Baltimore, MD",244,"Providence, RI" +273,417,239,"Portland, OR",159,"Long Beach, CA" +273,418,239,"Portland, OR",268,"Seattle, WA" +273,419,223,"New York, NY and NJ",217,"New York, NY and NJ" +273,420,159,"Long Beach, CA",159,"Long Beach, CA" +273,421,159,"Long Beach, CA",159,"Long Beach, CA" +273,422,239,"Portland, OR",268,"Seattle, WA" +273,423,159,"Long Beach, CA",268,"Seattle, WA" +273,424,195,"New Orleans, LA",193,"Baton Rouge, LA" +273,425,162,"Oakland, CA",159,"Long Beach, CA" +273,426,257,"Houston, TX",265,"Norfolk Harbor, VA" +273,427,194,"Lake Charles, LA",254,"Corpus Christi, TX" +273,428,159,"Long Beach, CA",159,"Long Beach, CA" +273,429,268,"Seattle, WA",159,"Long Beach, CA" +273,430,223,"New York, NY and NJ",198,"Baltimore, MD" +273,431,217,"New York, NY and NJ",244,"Providence, RI" +273,432,159,"Long Beach, CA",162,"Oakland, CA" +273,433,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +273,434,223,"New York, NY and NJ",197,"Portland, ME" +273,435,223,"New York, NY and NJ",195,"New Orleans, LA" +273,436,241,"Philadelphia, PA",201,"Boston, MA" +273,437,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +273,438,177,"Savannah, GA",172,"Port Everglades, FL" +273,439,177,"Savannah, GA",172,"Port Everglades, FL" +273,440,245,"Charleston, SC",177,"Savannah, GA" +273,441,239,"Portland, OR",162,"Oakland, CA" +273,442,198,"Baltimore, MD",223,"New York, NY and NJ" +273,443,201,"Boston, MA",198,"Baltimore, MD" +273,444,162,"Oakland, CA",268,"Seattle, WA" +273,445,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +273,446,198,"Baltimore, MD",169,"Wilmington, DE" +273,447,223,"New York, NY and NJ",223,"New York, NY and NJ" +273,448,244,"Providence, RI",217,"New York, NY and NJ" +273,449,269,"Longview, WA",159,"Long Beach, CA" +273,450,229,"Wilmington, NC",172,"Port Everglades, FL" +273,451,223,"New York, NY and NJ",223,"New York, NY and NJ" +273,452,201,"Boston, MA",197,"Portland, ME" +273,453,159,"Long Beach, CA",159,"Long Beach, CA" +273,454,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +273,455,172,"Port Everglades, FL",172,"Port Everglades, FL" +273,456,239,"Portland, OR",268,"Seattle, WA" +273,457,223,"New York, NY and NJ",223,"New York, NY and NJ" +273,458,201,"Boston, MA",197,"Portland, ME" +273,459,159,"Long Beach, CA",268,"Seattle, WA" +273,460,223,"New York, NY and NJ",223,"New York, NY and NJ" +273,461,152,"Mobile, AL",195,"New Orleans, LA" +273,462,171,"Jacksonville, FL",198,"Baltimore, MD" +273,463,241,"Philadelphia, PA",217,"New York, NY and NJ" +273,464,241,"Philadelphia, PA",217,"New York, NY and NJ" +273,465,159,"Long Beach, CA",159,"Long Beach, CA" +273,466,268,"Seattle, WA",159,"Long Beach, CA" +273,467,169,"Wilmington, DE",197,"Portland, ME" +273,468,159,"Long Beach, CA",159,"Long Beach, CA" +273,469,217,"New York, NY and NJ",217,"New York, NY and NJ" +273,470,159,"Long Beach, CA",268,"Seattle, WA" +273,471,197,"Portland, ME",245,"Charleston, SC" +273,472,159,"Long Beach, CA",268,"Seattle, WA" +273,473,159,"Long Beach, CA",268,"Seattle, WA" +273,474,172,"Port Everglades, FL",177,"Savannah, GA" +273,475,198,"Baltimore, MD",223,"New York, NY and NJ" +273,476,159,"Long Beach, CA",159,"Long Beach, CA" +273,477,268,"Seattle, WA",239,"Portland, OR" +273,478,245,"Charleston, SC",195,"New Orleans, LA" +273,479,268,"Seattle, WA",159,"Long Beach, CA" +273,480,198,"Baltimore, MD",223,"New York, NY and NJ" +273,481,197,"Portland, ME",218,"Camden-Gloucester, NJ" +273,482,159,"Long Beach, CA",268,"Seattle, WA" +273,483,217,"New York, NY and NJ",198,"Baltimore, MD" +273,484,195,"New Orleans, LA",257,"Houston, TX" +273,485,268,"Seattle, WA",269,"Longview, WA" +273,486,268,"Seattle, WA",162,"Oakland, CA" +273,487,245,"Charleston, SC",195,"New Orleans, LA" +273,488,268,"Seattle, WA",162,"Oakland, CA" +273,489,159,"Long Beach, CA",268,"Seattle, WA" +273,490,217,"New York, NY and NJ",245,"Charleston, SC" +273,491,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +274,1,268,"Seattle, WA",268,"Seattle, WA" +274,2,159,"Long Beach, CA",159,"Long Beach, CA" +274,3,268,"Seattle, WA",268,"Seattle, WA" +274,4,159,"Long Beach, CA",159,"Long Beach, CA" +274,5,159,"Long Beach, CA",159,"Long Beach, CA" +274,6,159,"Long Beach, CA",159,"Long Beach, CA" +274,7,269,"Longview, WA",269,"Longview, WA" +274,8,159,"Long Beach, CA",159,"Long Beach, CA" +274,9,159,"Long Beach, CA",159,"Long Beach, CA" +274,10,159,"Long Beach, CA",159,"Long Beach, CA" +274,11,268,"Seattle, WA",268,"Seattle, WA" +274,12,268,"Seattle, WA",268,"Seattle, WA" +274,13,159,"Long Beach, CA",159,"Long Beach, CA" +274,14,159,"Long Beach, CA",159,"Long Beach, CA" +274,15,268,"Seattle, WA",268,"Seattle, WA" +274,16,159,"Long Beach, CA",159,"Long Beach, CA" +274,17,268,"Seattle, WA",268,"Seattle, WA" +274,18,239,"Portland, OR",239,"Portland, OR" +274,19,239,"Portland, OR",239,"Portland, OR" +274,20,268,"Seattle, WA",268,"Seattle, WA" +274,21,159,"Long Beach, CA",159,"Long Beach, CA" +274,22,159,"Long Beach, CA",159,"Long Beach, CA" +274,23,268,"Seattle, WA",268,"Seattle, WA" +274,24,159,"Long Beach, CA",159,"Long Beach, CA" +274,25,159,"Long Beach, CA",159,"Long Beach, CA" +274,26,162,"Oakland, CA",162,"Oakland, CA" +274,27,159,"Long Beach, CA",159,"Long Beach, CA" +274,28,268,"Seattle, WA",268,"Seattle, WA" +274,29,159,"Long Beach, CA",159,"Long Beach, CA" +274,30,159,"Long Beach, CA",159,"Long Beach, CA" +274,31,269,"Longview, WA",269,"Longview, WA" +274,32,159,"Long Beach, CA",159,"Long Beach, CA" +274,33,159,"Long Beach, CA",159,"Long Beach, CA" +274,34,159,"Long Beach, CA",159,"Long Beach, CA" +274,35,159,"Long Beach, CA",159,"Long Beach, CA" +274,36,162,"Oakland, CA",162,"Oakland, CA" +274,37,162,"Oakland, CA",162,"Oakland, CA" +274,38,268,"Seattle, WA",268,"Seattle, WA" +274,39,268,"Seattle, WA",268,"Seattle, WA" +274,40,162,"Oakland, CA",162,"Oakland, CA" +274,41,159,"Long Beach, CA",159,"Long Beach, CA" +274,42,162,"Oakland, CA",162,"Oakland, CA" +274,43,159,"Long Beach, CA",159,"Long Beach, CA" +274,44,159,"Long Beach, CA",159,"Long Beach, CA" +274,45,268,"Seattle, WA",268,"Seattle, WA" +274,46,268,"Seattle, WA",268,"Seattle, WA" +274,47,239,"Portland, OR",239,"Portland, OR" +274,48,159,"Long Beach, CA",159,"Long Beach, CA" +274,49,162,"Oakland, CA",162,"Oakland, CA" +274,50,159,"Long Beach, CA",159,"Long Beach, CA" +274,51,159,"Long Beach, CA",159,"Long Beach, CA" +274,52,159,"Long Beach, CA",159,"Long Beach, CA" +274,53,159,"Long Beach, CA",159,"Long Beach, CA" +274,54,159,"Long Beach, CA",159,"Long Beach, CA" +274,55,159,"Long Beach, CA",159,"Long Beach, CA" +274,56,159,"Long Beach, CA",159,"Long Beach, CA" +274,57,159,"Long Beach, CA",159,"Long Beach, CA" +274,58,268,"Seattle, WA",268,"Seattle, WA" +274,59,159,"Long Beach, CA",159,"Long Beach, CA" +274,60,162,"Oakland, CA",162,"Oakland, CA" +274,61,159,"Long Beach, CA",159,"Long Beach, CA" +274,62,159,"Long Beach, CA",159,"Long Beach, CA" +274,63,268,"Seattle, WA",268,"Seattle, WA" +274,64,269,"Longview, WA",269,"Longview, WA" +274,65,159,"Long Beach, CA",159,"Long Beach, CA" +274,66,159,"Long Beach, CA",159,"Long Beach, CA" +274,67,268,"Seattle, WA",268,"Seattle, WA" +274,68,239,"Portland, OR",239,"Portland, OR" +274,69,268,"Seattle, WA",268,"Seattle, WA" +274,70,159,"Long Beach, CA",159,"Long Beach, CA" +274,71,268,"Seattle, WA",268,"Seattle, WA" +274,72,239,"Portland, OR",239,"Portland, OR" +274,73,159,"Long Beach, CA",159,"Long Beach, CA" +274,74,268,"Seattle, WA",268,"Seattle, WA" +274,75,159,"Long Beach, CA",159,"Long Beach, CA" +274,76,159,"Long Beach, CA",159,"Long Beach, CA" +274,77,159,"Long Beach, CA",159,"Long Beach, CA" +274,78,268,"Seattle, WA",268,"Seattle, WA" +274,79,159,"Long Beach, CA",159,"Long Beach, CA" +274,80,162,"Oakland, CA",162,"Oakland, CA" +274,81,268,"Seattle, WA",268,"Seattle, WA" +274,82,159,"Long Beach, CA",159,"Long Beach, CA" +274,83,159,"Long Beach, CA",159,"Long Beach, CA" +274,84,268,"Seattle, WA",268,"Seattle, WA" +274,85,268,"Seattle, WA",268,"Seattle, WA" +274,86,239,"Portland, OR",239,"Portland, OR" +274,87,268,"Seattle, WA",268,"Seattle, WA" +274,88,159,"Long Beach, CA",159,"Long Beach, CA" +274,89,159,"Long Beach, CA",159,"Long Beach, CA" +274,90,269,"Longview, WA",269,"Longview, WA" +274,91,159,"Long Beach, CA",159,"Long Beach, CA" +274,92,159,"Long Beach, CA",159,"Long Beach, CA" +274,93,159,"Long Beach, CA",159,"Long Beach, CA" +274,94,159,"Long Beach, CA",159,"Long Beach, CA" +274,95,159,"Long Beach, CA",159,"Long Beach, CA" +274,96,159,"Long Beach, CA",159,"Long Beach, CA" +274,97,268,"Seattle, WA",268,"Seattle, WA" +274,98,159,"Long Beach, CA",159,"Long Beach, CA" +274,99,268,"Seattle, WA",268,"Seattle, WA" +274,100,268,"Seattle, WA",268,"Seattle, WA" +274,101,159,"Long Beach, CA",159,"Long Beach, CA" +274,102,268,"Seattle, WA",268,"Seattle, WA" +274,103,159,"Long Beach, CA",159,"Long Beach, CA" +274,104,269,"Longview, WA",269,"Longview, WA" +274,105,159,"Long Beach, CA",159,"Long Beach, CA" +274,106,159,"Long Beach, CA",159,"Long Beach, CA" +274,107,268,"Seattle, WA",268,"Seattle, WA" +274,108,269,"Longview, WA",269,"Longview, WA" +274,109,159,"Long Beach, CA",159,"Long Beach, CA" +274,110,159,"Long Beach, CA",159,"Long Beach, CA" +274,111,269,"Longview, WA",269,"Longview, WA" +274,112,268,"Seattle, WA",268,"Seattle, WA" +274,113,269,"Longview, WA",269,"Longview, WA" +274,114,269,"Longview, WA",269,"Longview, WA" +274,115,159,"Long Beach, CA",159,"Long Beach, CA" +274,116,159,"Long Beach, CA",159,"Long Beach, CA" +274,117,159,"Long Beach, CA",159,"Long Beach, CA" +274,118,159,"Long Beach, CA",159,"Long Beach, CA" +274,119,159,"Long Beach, CA",159,"Long Beach, CA" +274,120,268,"Seattle, WA",268,"Seattle, WA" +274,121,268,"Seattle, WA",268,"Seattle, WA" +274,122,159,"Long Beach, CA",159,"Long Beach, CA" +274,123,162,"Oakland, CA",162,"Oakland, CA" +274,124,268,"Seattle, WA",268,"Seattle, WA" +274,125,159,"Long Beach, CA",159,"Long Beach, CA" +274,126,159,"Long Beach, CA",159,"Long Beach, CA" +274,127,268,"Seattle, WA",268,"Seattle, WA" +274,128,159,"Long Beach, CA",159,"Long Beach, CA" +274,129,162,"Oakland, CA",162,"Oakland, CA" +274,130,239,"Portland, OR",239,"Portland, OR" +274,131,159,"Long Beach, CA",159,"Long Beach, CA" +274,132,269,"Longview, WA",269,"Longview, WA" +274,151,162,"Oakland, CA",268,"Seattle, WA" +274,152,159,"Long Beach, CA",159,"Long Beach, CA" +274,153,159,"Long Beach, CA",268,"Seattle, WA" +274,154,154,"Anchorage, AK",154,"Anchorage, AK" +274,155,239,"Portland, OR",159,"Long Beach, CA" +274,156,269,"Longview, WA",159,"Long Beach, CA" +274,157,159,"Long Beach, CA",162,"Oakland, CA" +274,158,159,"Long Beach, CA",268,"Seattle, WA" +274,159,159,"Long Beach, CA",269,"Longview, WA" +274,160,159,"Long Beach, CA",162,"Oakland, CA" +274,161,159,"Long Beach, CA",159,"Long Beach, CA" +274,162,159,"Long Beach, CA",162,"Oakland, CA" +274,163,268,"Seattle, WA",269,"Longview, WA" +274,164,269,"Longview, WA",159,"Long Beach, CA" +274,165,159,"Long Beach, CA",159,"Long Beach, CA" +274,166,268,"Seattle, WA",269,"Longview, WA" +274,167,162,"Oakland, CA",159,"Long Beach, CA" +274,168,159,"Long Beach, CA",159,"Long Beach, CA" +274,169,162,"Oakland, CA",162,"Oakland, CA" +274,170,162,"Oakland, CA",268,"Seattle, WA" +274,171,268,"Seattle, WA",159,"Long Beach, CA" +274,172,268,"Seattle, WA",239,"Portland, OR" +274,173,268,"Seattle, WA",159,"Long Beach, CA" +274,174,159,"Long Beach, CA",159,"Long Beach, CA" +274,175,159,"Long Beach, CA",239,"Portland, OR" +274,176,159,"Long Beach, CA",159,"Long Beach, CA" +274,177,268,"Seattle, WA",162,"Oakland, CA" +274,178,268,"Seattle, WA",268,"Seattle, WA" +274,179,179,"Honolulu, HI",179,"Honolulu, HI" +274,180,179,"Honolulu, HI",179,"Honolulu, HI" +274,181,159,"Long Beach, CA",268,"Seattle, WA" +274,183,162,"Oakland, CA",162,"Oakland, CA" +274,184,268,"Seattle, WA",268,"Seattle, WA" +274,185,268,"Seattle, WA",159,"Long Beach, CA" +274,186,159,"Long Beach, CA",159,"Long Beach, CA" +274,187,159,"Long Beach, CA",159,"Long Beach, CA" +274,188,159,"Long Beach, CA",269,"Longview, WA" +274,189,268,"Seattle, WA",269,"Longview, WA" +274,190,162,"Oakland, CA",159,"Long Beach, CA" +274,191,159,"Long Beach, CA",159,"Long Beach, CA" +274,192,269,"Longview, WA",159,"Long Beach, CA" +274,193,268,"Seattle, WA",268,"Seattle, WA" +274,194,159,"Long Beach, CA",159,"Long Beach, CA" +274,195,159,"Long Beach, CA",159,"Long Beach, CA" +274,196,159,"Long Beach, CA",159,"Long Beach, CA" +274,197,159,"Long Beach, CA",159,"Long Beach, CA" +274,198,269,"Longview, WA",159,"Long Beach, CA" +274,199,162,"Oakland, CA",239,"Portland, OR" +274,200,268,"Seattle, WA",268,"Seattle, WA" +274,201,162,"Oakland, CA",159,"Long Beach, CA" +274,202,268,"Seattle, WA",162,"Oakland, CA" +274,203,268,"Seattle, WA",159,"Long Beach, CA" +274,204,162,"Oakland, CA",268,"Seattle, WA" +274,205,159,"Long Beach, CA",159,"Long Beach, CA" +274,206,159,"Long Beach, CA",159,"Long Beach, CA" +274,207,159,"Long Beach, CA",159,"Long Beach, CA" +274,208,159,"Long Beach, CA",162,"Oakland, CA" +274,209,268,"Seattle, WA",268,"Seattle, WA" +274,210,269,"Longview, WA",162,"Oakland, CA" +274,211,162,"Oakland, CA",162,"Oakland, CA" +274,212,159,"Long Beach, CA",159,"Long Beach, CA" +274,213,159,"Long Beach, CA",159,"Long Beach, CA" +274,214,159,"Long Beach, CA",159,"Long Beach, CA" +274,215,239,"Portland, OR",159,"Long Beach, CA" +274,216,159,"Long Beach, CA",159,"Long Beach, CA" +274,217,162,"Oakland, CA",268,"Seattle, WA" +274,218,159,"Long Beach, CA",159,"Long Beach, CA" +274,219,268,"Seattle, WA",162,"Oakland, CA" +274,220,159,"Long Beach, CA",269,"Longview, WA" +274,221,268,"Seattle, WA",159,"Long Beach, CA" +274,222,159,"Long Beach, CA",162,"Oakland, CA" +274,223,159,"Long Beach, CA",159,"Long Beach, CA" +274,224,162,"Oakland, CA",159,"Long Beach, CA" +274,225,162,"Oakland, CA",159,"Long Beach, CA" +274,226,269,"Longview, WA",159,"Long Beach, CA" +274,227,239,"Portland, OR",159,"Long Beach, CA" +274,228,268,"Seattle, WA",268,"Seattle, WA" +274,229,239,"Portland, OR",268,"Seattle, WA" +274,230,159,"Long Beach, CA",159,"Long Beach, CA" +274,231,159,"Long Beach, CA",159,"Long Beach, CA" +274,232,159,"Long Beach, CA",159,"Long Beach, CA" +274,233,159,"Long Beach, CA",162,"Oakland, CA" +274,234,159,"Long Beach, CA",159,"Long Beach, CA" +274,235,159,"Long Beach, CA",268,"Seattle, WA" +274,236,268,"Seattle, WA",159,"Long Beach, CA" +274,237,159,"Long Beach, CA",268,"Seattle, WA" +274,238,159,"Long Beach, CA",159,"Long Beach, CA" +274,239,268,"Seattle, WA",159,"Long Beach, CA" +274,240,159,"Long Beach, CA",162,"Oakland, CA" +274,241,159,"Long Beach, CA",159,"Long Beach, CA" +274,242,268,"Seattle, WA",159,"Long Beach, CA" +274,243,159,"Long Beach, CA",159,"Long Beach, CA" +274,244,159,"Long Beach, CA",268,"Seattle, WA" +274,245,159,"Long Beach, CA",268,"Seattle, WA" +274,246,268,"Seattle, WA",159,"Long Beach, CA" +274,247,159,"Long Beach, CA",159,"Long Beach, CA" +274,248,159,"Long Beach, CA",159,"Long Beach, CA" +274,249,268,"Seattle, WA",268,"Seattle, WA" +274,250,159,"Long Beach, CA",159,"Long Beach, CA" +274,251,159,"Long Beach, CA",162,"Oakland, CA" +274,252,159,"Long Beach, CA",159,"Long Beach, CA" +274,253,268,"Seattle, WA",159,"Long Beach, CA" +274,254,159,"Long Beach, CA",268,"Seattle, WA" +274,255,159,"Long Beach, CA",268,"Seattle, WA" +274,256,159,"Long Beach, CA",159,"Long Beach, CA" +274,257,239,"Portland, OR",268,"Seattle, WA" +274,258,162,"Oakland, CA",268,"Seattle, WA" +274,259,268,"Seattle, WA",162,"Oakland, CA" +274,260,159,"Long Beach, CA",159,"Long Beach, CA" +274,261,159,"Long Beach, CA",159,"Long Beach, CA" +274,262,268,"Seattle, WA",268,"Seattle, WA" +274,263,268,"Seattle, WA",159,"Long Beach, CA" +274,264,159,"Long Beach, CA",268,"Seattle, WA" +274,265,159,"Long Beach, CA",239,"Portland, OR" +274,266,268,"Seattle, WA",159,"Long Beach, CA" +274,267,159,"Long Beach, CA",159,"Long Beach, CA" +274,268,268,"Seattle, WA",162,"Oakland, CA" +274,269,159,"Long Beach, CA",162,"Oakland, CA" +274,270,159,"Long Beach, CA",159,"Long Beach, CA" +274,271,268,"Seattle, WA",268,"Seattle, WA" +274,272,159,"Long Beach, CA",159,"Long Beach, CA" +274,273,269,"Longview, WA",239,"Portland, OR" +275,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,2,201,"Boston, MA",201,"Boston, MA" +275,3,198,"Baltimore, MD",198,"Baltimore, MD" +275,4,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,5,197,"Portland, ME",197,"Portland, ME" +275,6,217,"New York, NY and NJ",217,"New York, NY and NJ" +275,7,201,"Boston, MA",201,"Boston, MA" +275,8,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,9,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +275,10,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +275,11,241,"Philadelphia, PA",241,"Philadelphia, PA" +275,12,198,"Baltimore, MD",198,"Baltimore, MD" +275,13,197,"Portland, ME",197,"Portland, ME" +275,14,201,"Boston, MA",201,"Boston, MA" +275,15,197,"Portland, ME",197,"Portland, ME" +275,16,217,"New York, NY and NJ",217,"New York, NY and NJ" +275,17,244,"Providence, RI",244,"Providence, RI" +275,18,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,19,201,"Boston, MA",201,"Boston, MA" +275,20,197,"Portland, ME",197,"Portland, ME" +275,21,241,"Philadelphia, PA",241,"Philadelphia, PA" +275,22,217,"New York, NY and NJ",217,"New York, NY and NJ" +275,23,241,"Philadelphia, PA",241,"Philadelphia, PA" +275,24,169,"Wilmington, DE",169,"Wilmington, DE" +275,25,201,"Boston, MA",201,"Boston, MA" +275,26,198,"Baltimore, MD",198,"Baltimore, MD" +275,27,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,28,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,29,197,"Portland, ME",197,"Portland, ME" +275,30,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +275,31,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,32,244,"Providence, RI",244,"Providence, RI" +275,33,197,"Portland, ME",197,"Portland, ME" +275,34,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,35,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,36,241,"Philadelphia, PA",241,"Philadelphia, PA" +275,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,38,201,"Boston, MA",201,"Boston, MA" +275,39,201,"Boston, MA",201,"Boston, MA" +275,40,241,"Philadelphia, PA",241,"Philadelphia, PA" +275,41,217,"New York, NY and NJ",217,"New York, NY and NJ" +275,42,217,"New York, NY and NJ",217,"New York, NY and NJ" +275,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,44,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,45,217,"New York, NY and NJ",217,"New York, NY and NJ" +275,46,197,"Portland, ME",197,"Portland, ME" +275,47,198,"Baltimore, MD",198,"Baltimore, MD" +275,48,197,"Portland, ME",197,"Portland, ME" +275,49,241,"Philadelphia, PA",241,"Philadelphia, PA" +275,50,241,"Philadelphia, PA",241,"Philadelphia, PA" +275,51,241,"Philadelphia, PA",241,"Philadelphia, PA" +275,52,217,"New York, NY and NJ",217,"New York, NY and NJ" +275,53,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,54,198,"Baltimore, MD",198,"Baltimore, MD" +275,55,217,"New York, NY and NJ",217,"New York, NY and NJ" +275,56,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +275,57,201,"Boston, MA",201,"Boston, MA" +275,58,217,"New York, NY and NJ",217,"New York, NY and NJ" +275,59,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,60,217,"New York, NY and NJ",217,"New York, NY and NJ" +275,61,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,62,197,"Portland, ME",197,"Portland, ME" +275,63,197,"Portland, ME",197,"Portland, ME" +275,64,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +275,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,66,241,"Philadelphia, PA",241,"Philadelphia, PA" +275,67,169,"Wilmington, DE",169,"Wilmington, DE" +275,68,197,"Portland, ME",197,"Portland, ME" +275,69,217,"New York, NY and NJ",217,"New York, NY and NJ" +275,70,201,"Boston, MA",201,"Boston, MA" +275,71,229,"Wilmington, NC",229,"Wilmington, NC" +275,72,241,"Philadelphia, PA",241,"Philadelphia, PA" +275,73,244,"Providence, RI",244,"Providence, RI" +275,74,217,"New York, NY and NJ",217,"New York, NY and NJ" +275,75,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +275,76,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,77,198,"Baltimore, MD",198,"Baltimore, MD" +275,78,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,79,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,80,241,"Philadelphia, PA",241,"Philadelphia, PA" +275,81,197,"Portland, ME",197,"Portland, ME" +275,82,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,83,169,"Wilmington, DE",169,"Wilmington, DE" +275,84,217,"New York, NY and NJ",217,"New York, NY and NJ" +275,85,197,"Portland, ME",197,"Portland, ME" +275,86,217,"New York, NY and NJ",217,"New York, NY and NJ" +275,87,201,"Boston, MA",201,"Boston, MA" +275,88,198,"Baltimore, MD",198,"Baltimore, MD" +275,89,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +275,90,198,"Baltimore, MD",198,"Baltimore, MD" +275,91,217,"New York, NY and NJ",217,"New York, NY and NJ" +275,92,169,"Wilmington, DE",169,"Wilmington, DE" +275,93,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +275,94,198,"Baltimore, MD",198,"Baltimore, MD" +275,95,241,"Philadelphia, PA",241,"Philadelphia, PA" +275,96,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,98,201,"Boston, MA",201,"Boston, MA" +275,99,217,"New York, NY and NJ",217,"New York, NY and NJ" +275,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,101,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,102,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,103,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,104,197,"Portland, ME",197,"Portland, ME" +275,105,217,"New York, NY and NJ",217,"New York, NY and NJ" +275,106,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +275,107,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +275,108,169,"Wilmington, DE",169,"Wilmington, DE" +275,109,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,110,197,"Portland, ME",197,"Portland, ME" +275,111,197,"Portland, ME",197,"Portland, ME" +275,112,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,113,201,"Boston, MA",201,"Boston, MA" +275,114,201,"Boston, MA",201,"Boston, MA" +275,115,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,116,217,"New York, NY and NJ",217,"New York, NY and NJ" +275,117,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +275,118,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,119,217,"New York, NY and NJ",217,"New York, NY and NJ" +275,120,197,"Portland, ME",197,"Portland, ME" +275,121,169,"Wilmington, DE",169,"Wilmington, DE" +275,122,198,"Baltimore, MD",198,"Baltimore, MD" +275,123,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,124,197,"Portland, ME",197,"Portland, ME" +275,125,198,"Baltimore, MD",198,"Baltimore, MD" +275,126,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,127,197,"Portland, ME",197,"Portland, ME" +275,128,241,"Philadelphia, PA",241,"Philadelphia, PA" +275,129,244,"Providence, RI",244,"Providence, RI" +275,130,201,"Boston, MA",201,"Boston, MA" +275,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +275,132,217,"New York, NY and NJ",217,"New York, NY and NJ" +275,151,197,"Portland, ME",241,"Philadelphia, PA" +275,152,197,"Portland, ME",241,"Philadelphia, PA" +275,153,223,"New York, NY and NJ",244,"Providence, RI" +275,154,154,"Anchorage, AK",154,"Anchorage, AK" +275,155,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +275,156,197,"Portland, ME",244,"Providence, RI" +275,157,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +275,158,217,"New York, NY and NJ",241,"Philadelphia, PA" +275,159,265,"Norfolk Harbor, VA",177,"Savannah, GA" +275,160,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +275,161,217,"New York, NY and NJ",217,"New York, NY and NJ" +275,162,217,"New York, NY and NJ",197,"Portland, ME" +275,163,223,"New York, NY and NJ",197,"Portland, ME" +275,164,217,"New York, NY and NJ",223,"New York, NY and NJ" +275,165,265,"Norfolk Harbor, VA",244,"Providence, RI" +275,166,217,"New York, NY and NJ",197,"Portland, ME" +275,167,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +275,168,198,"Baltimore, MD",201,"Boston, MA" +275,169,197,"Portland, ME",265,"Norfolk Harbor, VA" +275,170,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +275,171,265,"Norfolk Harbor, VA",201,"Boston, MA" +275,172,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +275,173,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +275,174,198,"Baltimore, MD",201,"Boston, MA" +275,175,223,"New York, NY and NJ",217,"New York, NY and NJ" +275,176,265,"Norfolk Harbor, VA",201,"Boston, MA" +275,177,201,"Boston, MA",198,"Baltimore, MD" +275,178,198,"Baltimore, MD",223,"New York, NY and NJ" +275,179,179,"Honolulu, HI",179,"Honolulu, HI" +275,180,179,"Honolulu, HI",179,"Honolulu, HI" +275,181,197,"Portland, ME",201,"Boston, MA" +275,183,197,"Portland, ME",201,"Boston, MA" +275,184,201,"Boston, MA",265,"Norfolk Harbor, VA" +275,185,218,"Camden-Gloucester, NJ",197,"Portland, ME" +275,186,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +275,187,201,"Boston, MA",223,"New York, NY and NJ" +275,188,197,"Portland, ME",223,"New York, NY and NJ" +275,189,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +275,190,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +275,191,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +275,192,197,"Portland, ME",217,"New York, NY and NJ" +275,193,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +275,194,217,"New York, NY and NJ",197,"Portland, ME" +275,195,201,"Boston, MA",265,"Norfolk Harbor, VA" +275,196,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +275,197,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +275,198,201,"Boston, MA",201,"Boston, MA" +275,199,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +275,200,241,"Philadelphia, PA",217,"New York, NY and NJ" +275,201,217,"New York, NY and NJ",223,"New York, NY and NJ" +275,202,223,"New York, NY and NJ",241,"Philadelphia, PA" +275,203,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +275,204,197,"Portland, ME",217,"New York, NY and NJ" +275,205,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +275,206,223,"New York, NY and NJ",201,"Boston, MA" +275,207,217,"New York, NY and NJ",197,"Portland, ME" +275,208,201,"Boston, MA",241,"Philadelphia, PA" +275,209,169,"Wilmington, DE",223,"New York, NY and NJ" +275,210,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +275,211,198,"Baltimore, MD",217,"New York, NY and NJ" +275,212,223,"New York, NY and NJ",198,"Baltimore, MD" +275,213,197,"Portland, ME",244,"Providence, RI" +275,214,198,"Baltimore, MD",201,"Boston, MA" +275,215,217,"New York, NY and NJ",223,"New York, NY and NJ" +275,216,197,"Portland, ME",223,"New York, NY and NJ" +275,217,197,"Portland, ME",223,"New York, NY and NJ" +275,218,217,"New York, NY and NJ",198,"Baltimore, MD" +275,219,241,"Philadelphia, PA",241,"Philadelphia, PA" +275,220,217,"New York, NY and NJ",198,"Baltimore, MD" +275,221,241,"Philadelphia, PA",201,"Boston, MA" +275,222,201,"Boston, MA",223,"New York, NY and NJ" +275,223,198,"Baltimore, MD",217,"New York, NY and NJ" +275,224,197,"Portland, ME",197,"Portland, ME" +275,225,217,"New York, NY and NJ",201,"Boston, MA" +275,226,217,"New York, NY and NJ",217,"New York, NY and NJ" +275,227,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +275,228,223,"New York, NY and NJ",201,"Boston, MA" +275,229,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +275,230,198,"Baltimore, MD",197,"Portland, ME" +275,231,223,"New York, NY and NJ",198,"Baltimore, MD" +275,232,223,"New York, NY and NJ",217,"New York, NY and NJ" +275,233,217,"New York, NY and NJ",198,"Baltimore, MD" +275,234,217,"New York, NY and NJ",241,"Philadelphia, PA" +275,235,198,"Baltimore, MD",223,"New York, NY and NJ" +275,236,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +275,237,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +275,238,198,"Baltimore, MD",217,"New York, NY and NJ" +275,239,241,"Philadelphia, PA",169,"Wilmington, DE" +275,240,198,"Baltimore, MD",197,"Portland, ME" +275,241,223,"New York, NY and NJ",217,"New York, NY and NJ" +275,242,198,"Baltimore, MD",197,"Portland, ME" +275,243,217,"New York, NY and NJ",198,"Baltimore, MD" +275,244,223,"New York, NY and NJ",197,"Portland, ME" +275,245,218,"Camden-Gloucester, NJ",201,"Boston, MA" +275,246,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +275,247,201,"Boston, MA",229,"Wilmington, NC" +275,248,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +275,249,217,"New York, NY and NJ",244,"Providence, RI" +275,250,197,"Portland, ME",198,"Baltimore, MD" +275,251,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +275,252,197,"Portland, ME",253,"Beaumont, TX" +275,253,201,"Boston, MA",195,"New Orleans, LA" +275,254,217,"New York, NY and NJ",201,"Boston, MA" +275,255,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +275,256,217,"New York, NY and NJ",201,"Boston, MA" +275,257,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +275,258,217,"New York, NY and NJ",197,"Portland, ME" +275,259,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +275,260,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +275,261,201,"Boston, MA",241,"Philadelphia, PA" +275,262,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +275,263,218,"Camden-Gloucester, NJ",197,"Portland, ME" +275,264,217,"New York, NY and NJ",217,"New York, NY and NJ" +275,265,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +275,266,198,"Baltimore, MD",198,"Baltimore, MD" +275,267,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +275,268,223,"New York, NY and NJ",223,"New York, NY and NJ" +275,269,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +275,270,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +275,271,265,"Norfolk Harbor, VA",201,"Boston, MA" +275,272,198,"Baltimore, MD",241,"Philadelphia, PA" +275,273,217,"New York, NY and NJ",223,"New York, NY and NJ" +276,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +276,3,217,"New York, NY and NJ",217,"New York, NY and NJ" +276,4,241,"Philadelphia, PA",241,"Philadelphia, PA" +276,5,217,"New York, NY and NJ",217,"New York, NY and NJ" +276,6,201,"Boston, MA",201,"Boston, MA" +276,7,198,"Baltimore, MD",198,"Baltimore, MD" +276,8,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,9,241,"Philadelphia, PA",241,"Philadelphia, PA" +276,10,201,"Boston, MA",201,"Boston, MA" +276,11,198,"Baltimore, MD",198,"Baltimore, MD" +276,12,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,13,197,"Portland, ME",197,"Portland, ME" +276,14,244,"Providence, RI",244,"Providence, RI" +276,15,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +276,16,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,17,241,"Philadelphia, PA",241,"Philadelphia, PA" +276,18,198,"Baltimore, MD",198,"Baltimore, MD" +276,19,244,"Providence, RI",244,"Providence, RI" +276,20,217,"New York, NY and NJ",217,"New York, NY and NJ" +276,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,22,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +276,23,198,"Baltimore, MD",198,"Baltimore, MD" +276,24,217,"New York, NY and NJ",217,"New York, NY and NJ" +276,25,244,"Providence, RI",244,"Providence, RI" +276,26,217,"New York, NY and NJ",217,"New York, NY and NJ" +276,27,197,"Portland, ME",197,"Portland, ME" +276,28,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +276,29,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,30,241,"Philadelphia, PA",241,"Philadelphia, PA" +276,31,201,"Boston, MA",201,"Boston, MA" +276,32,197,"Portland, ME",197,"Portland, ME" +276,33,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +276,34,244,"Providence, RI",244,"Providence, RI" +276,35,198,"Baltimore, MD",198,"Baltimore, MD" +276,36,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +276,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,38,244,"Providence, RI",244,"Providence, RI" +276,39,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +276,40,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +276,41,217,"New York, NY and NJ",217,"New York, NY and NJ" +276,42,241,"Philadelphia, PA",241,"Philadelphia, PA" +276,43,244,"Providence, RI",244,"Providence, RI" +276,44,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,45,241,"Philadelphia, PA",241,"Philadelphia, PA" +276,46,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +276,47,198,"Baltimore, MD",198,"Baltimore, MD" +276,48,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +276,49,201,"Boston, MA",201,"Boston, MA" +276,50,201,"Boston, MA",201,"Boston, MA" +276,51,197,"Portland, ME",197,"Portland, ME" +276,52,198,"Baltimore, MD",198,"Baltimore, MD" +276,53,198,"Baltimore, MD",198,"Baltimore, MD" +276,54,197,"Portland, ME",197,"Portland, ME" +276,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,56,244,"Providence, RI",244,"Providence, RI" +276,57,197,"Portland, ME",197,"Portland, ME" +276,58,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,59,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +276,60,198,"Baltimore, MD",198,"Baltimore, MD" +276,61,217,"New York, NY and NJ",217,"New York, NY and NJ" +276,62,217,"New York, NY and NJ",217,"New York, NY and NJ" +276,63,197,"Portland, ME",197,"Portland, ME" +276,64,241,"Philadelphia, PA",241,"Philadelphia, PA" +276,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,66,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,67,201,"Boston, MA",201,"Boston, MA" +276,68,241,"Philadelphia, PA",241,"Philadelphia, PA" +276,69,241,"Philadelphia, PA",241,"Philadelphia, PA" +276,70,197,"Portland, ME",197,"Portland, ME" +276,71,217,"New York, NY and NJ",217,"New York, NY and NJ" +276,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,73,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +276,74,201,"Boston, MA",201,"Boston, MA" +276,75,241,"Philadelphia, PA",241,"Philadelphia, PA" +276,76,201,"Boston, MA",201,"Boston, MA" +276,77,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,78,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,79,201,"Boston, MA",201,"Boston, MA" +276,80,201,"Boston, MA",201,"Boston, MA" +276,81,201,"Boston, MA",201,"Boston, MA" +276,82,241,"Philadelphia, PA",241,"Philadelphia, PA" +276,83,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,84,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +276,85,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +276,86,217,"New York, NY and NJ",217,"New York, NY and NJ" +276,87,197,"Portland, ME",197,"Portland, ME" +276,88,201,"Boston, MA",201,"Boston, MA" +276,89,217,"New York, NY and NJ",217,"New York, NY and NJ" +276,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,92,244,"Providence, RI",244,"Providence, RI" +276,93,217,"New York, NY and NJ",217,"New York, NY and NJ" +276,94,169,"Wilmington, DE",169,"Wilmington, DE" +276,95,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,96,217,"New York, NY and NJ",217,"New York, NY and NJ" +276,97,217,"New York, NY and NJ",217,"New York, NY and NJ" +276,98,241,"Philadelphia, PA",241,"Philadelphia, PA" +276,99,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,101,197,"Portland, ME",197,"Portland, ME" +276,102,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +276,103,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +276,104,244,"Providence, RI",244,"Providence, RI" +276,105,244,"Providence, RI",244,"Providence, RI" +276,106,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,107,217,"New York, NY and NJ",217,"New York, NY and NJ" +276,108,244,"Providence, RI",244,"Providence, RI" +276,109,198,"Baltimore, MD",198,"Baltimore, MD" +276,110,241,"Philadelphia, PA",241,"Philadelphia, PA" +276,111,201,"Boston, MA",201,"Boston, MA" +276,112,201,"Boston, MA",201,"Boston, MA" +276,113,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +276,114,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +276,115,217,"New York, NY and NJ",217,"New York, NY and NJ" +276,116,244,"Providence, RI",244,"Providence, RI" +276,117,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,118,198,"Baltimore, MD",198,"Baltimore, MD" +276,119,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,120,244,"Providence, RI",244,"Providence, RI" +276,121,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,122,241,"Philadelphia, PA",241,"Philadelphia, PA" +276,123,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,124,217,"New York, NY and NJ",217,"New York, NY and NJ" +276,125,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +276,126,169,"Wilmington, DE",169,"Wilmington, DE" +276,127,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,128,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,129,201,"Boston, MA",201,"Boston, MA" +276,130,197,"Portland, ME",197,"Portland, ME" +276,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +276,132,241,"Philadelphia, PA",241,"Philadelphia, PA" +276,151,197,"Portland, ME",217,"New York, NY and NJ" +276,152,217,"New York, NY and NJ",223,"New York, NY and NJ" +276,153,197,"Portland, ME",223,"New York, NY and NJ" +276,154,154,"Anchorage, AK",154,"Anchorage, AK" +276,155,218,"Camden-Gloucester, NJ",229,"Wilmington, NC" +276,156,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +276,157,265,"Norfolk Harbor, VA",177,"Savannah, GA" +276,158,198,"Baltimore, MD",217,"New York, NY and NJ" +276,159,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +276,160,197,"Portland, ME",217,"New York, NY and NJ" +276,161,223,"New York, NY and NJ",201,"Boston, MA" +276,162,223,"New York, NY and NJ",241,"Philadelphia, PA" +276,163,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +276,164,198,"Baltimore, MD",217,"New York, NY and NJ" +276,165,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +276,166,201,"Boston, MA",197,"Portland, ME" +276,167,201,"Boston, MA",244,"Providence, RI" +276,168,217,"New York, NY and NJ",217,"New York, NY and NJ" +276,169,197,"Portland, ME",265,"Norfolk Harbor, VA" +276,170,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +276,171,265,"Norfolk Harbor, VA",197,"Portland, ME" +276,172,241,"Philadelphia, PA",241,"Philadelphia, PA" +276,173,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +276,174,244,"Providence, RI",201,"Boston, MA" +276,175,223,"New York, NY and NJ",245,"Charleston, SC" +276,176,198,"Baltimore, MD",245,"Charleston, SC" +276,177,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +276,178,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +276,179,179,"Honolulu, HI",179,"Honolulu, HI" +276,180,179,"Honolulu, HI",179,"Honolulu, HI" +276,181,217,"New York, NY and NJ",241,"Philadelphia, PA" +276,183,198,"Baltimore, MD",217,"New York, NY and NJ" +276,184,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +276,185,201,"Boston, MA",198,"Baltimore, MD" +276,186,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +276,187,197,"Portland, ME",265,"Norfolk Harbor, VA" +276,188,198,"Baltimore, MD",223,"New York, NY and NJ" +276,189,223,"New York, NY and NJ",198,"Baltimore, MD" +276,190,217,"New York, NY and NJ",223,"New York, NY and NJ" +276,191,201,"Boston, MA",197,"Portland, ME" +276,192,201,"Boston, MA",265,"Norfolk Harbor, VA" +276,193,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +276,194,223,"New York, NY and NJ",152,"Mobile, AL" +276,195,197,"Portland, ME",177,"Savannah, GA" +276,196,223,"New York, NY and NJ",245,"Charleston, SC" +276,197,241,"Philadelphia, PA",223,"New York, NY and NJ" +276,198,201,"Boston, MA",198,"Baltimore, MD" +276,199,198,"Baltimore, MD",198,"Baltimore, MD" +276,200,197,"Portland, ME",217,"New York, NY and NJ" +276,201,223,"New York, NY and NJ",197,"Portland, ME" +276,202,197,"Portland, ME",223,"New York, NY and NJ" +276,203,169,"Wilmington, DE",198,"Baltimore, MD" +276,204,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +276,205,217,"New York, NY and NJ",201,"Boston, MA" +276,206,241,"Philadelphia, PA",197,"Portland, ME" +276,207,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +276,208,201,"Boston, MA",208,"Pascagoula, MS" +276,209,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +276,210,197,"Portland, ME",217,"New York, NY and NJ" +276,211,217,"New York, NY and NJ",198,"Baltimore, MD" +276,212,241,"Philadelphia, PA",241,"Philadelphia, PA" +276,213,198,"Baltimore, MD",217,"New York, NY and NJ" +276,214,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +276,215,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +276,216,223,"New York, NY and NJ",244,"Providence, RI" +276,217,223,"New York, NY and NJ",197,"Portland, ME" +276,218,198,"Baltimore, MD",198,"Baltimore, MD" +276,219,217,"New York, NY and NJ",217,"New York, NY and NJ" +276,220,198,"Baltimore, MD",217,"New York, NY and NJ" +276,221,217,"New York, NY and NJ",198,"Baltimore, MD" +276,222,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +276,223,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +276,224,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,225,197,"Portland, ME",218,"Camden-Gloucester, NJ" +276,226,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +276,227,201,"Boston, MA",265,"Norfolk Harbor, VA" +276,228,201,"Boston, MA",217,"New York, NY and NJ" +276,229,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +276,230,223,"New York, NY and NJ",217,"New York, NY and NJ" +276,231,244,"Providence, RI",201,"Boston, MA" +276,232,223,"New York, NY and NJ",217,"New York, NY and NJ" +276,233,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,234,223,"New York, NY and NJ",197,"Portland, ME" +276,235,217,"New York, NY and NJ",197,"Portland, ME" +276,236,197,"Portland, ME",265,"Norfolk Harbor, VA" +276,237,201,"Boston, MA",197,"Portland, ME" +276,238,223,"New York, NY and NJ",223,"New York, NY and NJ" +276,239,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +276,240,198,"Baltimore, MD",217,"New York, NY and NJ" +276,241,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +276,242,201,"Boston, MA",198,"Baltimore, MD" +276,243,217,"New York, NY and NJ",241,"Philadelphia, PA" +276,244,201,"Boston, MA",197,"Portland, ME" +276,245,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +276,246,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +276,247,198,"Baltimore, MD",198,"Baltimore, MD" +276,248,223,"New York, NY and NJ",197,"Portland, ME" +276,249,223,"New York, NY and NJ",197,"Portland, ME" +276,250,244,"Providence, RI",241,"Philadelphia, PA" +276,251,201,"Boston, MA",223,"New York, NY and NJ" +276,252,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +276,253,197,"Portland, ME",198,"Baltimore, MD" +276,254,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +276,255,241,"Philadelphia, PA",198,"Baltimore, MD" +276,256,223,"New York, NY and NJ",217,"New York, NY and NJ" +276,257,217,"New York, NY and NJ",257,"Houston, TX" +276,258,198,"Baltimore, MD",245,"Charleston, SC" +276,259,244,"Providence, RI",265,"Norfolk Harbor, VA" +276,260,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +276,261,197,"Portland, ME",265,"Norfolk Harbor, VA" +276,262,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +276,263,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +276,264,169,"Wilmington, DE",197,"Portland, ME" +276,265,197,"Portland, ME",198,"Baltimore, MD" +276,266,223,"New York, NY and NJ",169,"Wilmington, DE" +276,267,217,"New York, NY and NJ",197,"Portland, ME" +276,268,201,"Boston, MA",241,"Philadelphia, PA" +276,269,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +276,270,197,"Portland, ME",198,"Baltimore, MD" +276,271,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +276,272,241,"Philadelphia, PA",223,"New York, NY and NJ" +276,273,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +277,1,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,3,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,4,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,5,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,6,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,7,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +277,8,198,"Baltimore, MD",198,"Baltimore, MD" +277,9,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +277,10,201,"Boston, MA",201,"Boston, MA" +277,11,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,12,241,"Philadelphia, PA",241,"Philadelphia, PA" +277,13,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,14,169,"Wilmington, DE",169,"Wilmington, DE" +277,15,241,"Philadelphia, PA",241,"Philadelphia, PA" +277,16,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,17,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +277,18,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +277,19,201,"Boston, MA",201,"Boston, MA" +277,20,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,22,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +277,23,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,24,201,"Boston, MA",201,"Boston, MA" +277,25,197,"Portland, ME",197,"Portland, ME" +277,26,201,"Boston, MA",201,"Boston, MA" +277,27,197,"Portland, ME",197,"Portland, ME" +277,28,244,"Providence, RI",244,"Providence, RI" +277,29,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,30,197,"Portland, ME",197,"Portland, ME" +277,31,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,32,197,"Portland, ME",197,"Portland, ME" +277,33,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,34,198,"Baltimore, MD",198,"Baltimore, MD" +277,35,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,36,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,37,241,"Philadelphia, PA",241,"Philadelphia, PA" +277,38,244,"Providence, RI",244,"Providence, RI" +277,39,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,40,241,"Philadelphia, PA",241,"Philadelphia, PA" +277,41,197,"Portland, ME",197,"Portland, ME" +277,42,244,"Providence, RI",244,"Providence, RI" +277,43,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +277,44,169,"Wilmington, DE",169,"Wilmington, DE" +277,45,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,46,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +277,47,201,"Boston, MA",201,"Boston, MA" +277,48,201,"Boston, MA",201,"Boston, MA" +277,49,197,"Portland, ME",197,"Portland, ME" +277,50,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,51,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,52,197,"Portland, ME",197,"Portland, ME" +277,53,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,54,197,"Portland, ME",197,"Portland, ME" +277,55,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +277,56,201,"Boston, MA",201,"Boston, MA" +277,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,58,169,"Wilmington, DE",169,"Wilmington, DE" +277,59,244,"Providence, RI",244,"Providence, RI" +277,60,244,"Providence, RI",244,"Providence, RI" +277,61,197,"Portland, ME",197,"Portland, ME" +277,62,241,"Philadelphia, PA",241,"Philadelphia, PA" +277,63,244,"Providence, RI",244,"Providence, RI" +277,64,201,"Boston, MA",201,"Boston, MA" +277,65,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +277,66,197,"Portland, ME",197,"Portland, ME" +277,67,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,68,241,"Philadelphia, PA",241,"Philadelphia, PA" +277,69,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,70,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,71,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,72,198,"Baltimore, MD",198,"Baltimore, MD" +277,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,74,169,"Wilmington, DE",169,"Wilmington, DE" +277,75,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +277,76,197,"Portland, ME",197,"Portland, ME" +277,77,241,"Philadelphia, PA",241,"Philadelphia, PA" +277,78,241,"Philadelphia, PA",241,"Philadelphia, PA" +277,79,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,80,201,"Boston, MA",201,"Boston, MA" +277,81,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +277,82,241,"Philadelphia, PA",241,"Philadelphia, PA" +277,83,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,84,241,"Philadelphia, PA",241,"Philadelphia, PA" +277,85,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,86,197,"Portland, ME",197,"Portland, ME" +277,87,198,"Baltimore, MD",198,"Baltimore, MD" +277,88,198,"Baltimore, MD",198,"Baltimore, MD" +277,89,198,"Baltimore, MD",198,"Baltimore, MD" +277,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,93,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,94,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,95,198,"Baltimore, MD",198,"Baltimore, MD" +277,96,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,98,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,99,201,"Boston, MA",201,"Boston, MA" +277,100,244,"Providence, RI",244,"Providence, RI" +277,101,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,102,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,103,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,104,198,"Baltimore, MD",198,"Baltimore, MD" +277,105,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,106,241,"Philadelphia, PA",241,"Philadelphia, PA" +277,107,198,"Baltimore, MD",198,"Baltimore, MD" +277,108,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,109,201,"Boston, MA",201,"Boston, MA" +277,110,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,111,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,112,201,"Boston, MA",201,"Boston, MA" +277,113,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,114,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,115,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,116,198,"Baltimore, MD",198,"Baltimore, MD" +277,117,197,"Portland, ME",197,"Portland, ME" +277,118,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,119,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,120,241,"Philadelphia, PA",241,"Philadelphia, PA" +277,121,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,122,198,"Baltimore, MD",198,"Baltimore, MD" +277,123,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,124,201,"Boston, MA",201,"Boston, MA" +277,125,198,"Baltimore, MD",198,"Baltimore, MD" +277,126,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,127,197,"Portland, ME",197,"Portland, ME" +277,128,241,"Philadelphia, PA",241,"Philadelphia, PA" +277,129,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +277,130,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,132,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,151,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +277,152,217,"New York, NY and NJ",201,"Boston, MA" +277,153,217,"New York, NY and NJ",198,"Baltimore, MD" +277,154,154,"Anchorage, AK",154,"Anchorage, AK" +277,155,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +277,156,217,"New York, NY and NJ",223,"New York, NY and NJ" +277,157,198,"Baltimore, MD",241,"Philadelphia, PA" +277,158,265,"Norfolk Harbor, VA",197,"Portland, ME" +277,159,201,"Boston, MA",201,"Boston, MA" +277,160,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +277,161,217,"New York, NY and NJ",223,"New York, NY and NJ" +277,162,198,"Baltimore, MD",245,"Charleston, SC" +277,163,245,"Charleston, SC",217,"New York, NY and NJ" +277,164,198,"Baltimore, MD",197,"Portland, ME" +277,165,198,"Baltimore, MD",201,"Boston, MA" +277,166,201,"Boston, MA",223,"New York, NY and NJ" +277,167,197,"Portland, ME",197,"Portland, ME" +277,168,198,"Baltimore, MD",201,"Boston, MA" +277,169,197,"Portland, ME",241,"Philadelphia, PA" +277,170,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +277,171,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +277,172,197,"Portland, ME",198,"Baltimore, MD" +277,173,197,"Portland, ME",265,"Norfolk Harbor, VA" +277,174,217,"New York, NY and NJ",197,"Portland, ME" +277,175,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,176,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,177,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +277,178,223,"New York, NY and NJ",178,"Brunswick, GA" +277,179,179,"Honolulu, HI",179,"Honolulu, HI" +277,180,179,"Honolulu, HI",179,"Honolulu, HI" +277,181,197,"Portland, ME",198,"Baltimore, MD" +277,183,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,184,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +277,185,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +277,186,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,187,223,"New York, NY and NJ",197,"Portland, ME" +277,188,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,189,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +277,190,217,"New York, NY and NJ",241,"Philadelphia, PA" +277,191,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +277,192,265,"Norfolk Harbor, VA",201,"Boston, MA" +277,193,241,"Philadelphia, PA",177,"Savannah, GA" +277,194,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +277,195,223,"New York, NY and NJ",174,"Tampa, FL" +277,196,244,"Providence, RI",217,"New York, NY and NJ" +277,197,197,"Portland, ME",223,"New York, NY and NJ" +277,198,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +277,199,201,"Boston, MA",201,"Boston, MA" +277,200,241,"Philadelphia, PA",197,"Portland, ME" +277,201,201,"Boston, MA",223,"New York, NY and NJ" +277,202,217,"New York, NY and NJ",241,"Philadelphia, PA" +277,203,241,"Philadelphia, PA",201,"Boston, MA" +277,204,217,"New York, NY and NJ",223,"New York, NY and NJ" +277,205,223,"New York, NY and NJ",217,"New York, NY and NJ" +277,206,223,"New York, NY and NJ",217,"New York, NY and NJ" +277,207,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,208,197,"Portland, ME",223,"New York, NY and NJ" +277,209,217,"New York, NY and NJ",223,"New York, NY and NJ" +277,210,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +277,211,241,"Philadelphia, PA",244,"Providence, RI" +277,212,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +277,213,197,"Portland, ME",223,"New York, NY and NJ" +277,214,223,"New York, NY and NJ",244,"Providence, RI" +277,215,201,"Boston, MA",217,"New York, NY and NJ" +277,216,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,217,244,"Providence, RI",217,"New York, NY and NJ" +277,218,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,219,241,"Philadelphia, PA",241,"Philadelphia, PA" +277,220,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +277,221,197,"Portland, ME",201,"Boston, MA" +277,222,241,"Philadelphia, PA",241,"Philadelphia, PA" +277,223,241,"Philadelphia, PA",201,"Boston, MA" +277,224,244,"Providence, RI",198,"Baltimore, MD" +277,225,223,"New York, NY and NJ",223,"New York, NY and NJ" +277,226,218,"Camden-Gloucester, NJ",229,"Wilmington, NC" +277,227,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +277,228,218,"Camden-Gloucester, NJ",229,"Wilmington, NC" +277,229,217,"New York, NY and NJ",244,"Providence, RI" +277,230,197,"Portland, ME",217,"New York, NY and NJ" +277,231,198,"Baltimore, MD",197,"Portland, ME" +277,232,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +277,233,265,"Norfolk Harbor, VA",201,"Boston, MA" +277,234,201,"Boston, MA",223,"New York, NY and NJ" +277,235,217,"New York, NY and NJ",198,"Baltimore, MD" +277,236,201,"Boston, MA",223,"New York, NY and NJ" +277,237,197,"Portland, ME",201,"Boston, MA" +277,238,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +277,239,217,"New York, NY and NJ",201,"Boston, MA" +277,240,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +277,241,241,"Philadelphia, PA",217,"New York, NY and NJ" +277,242,241,"Philadelphia, PA",241,"Philadelphia, PA" +277,243,217,"New York, NY and NJ",217,"New York, NY and NJ" +277,244,217,"New York, NY and NJ",244,"Providence, RI" +277,245,223,"New York, NY and NJ",217,"New York, NY and NJ" +277,246,244,"Providence, RI",265,"Norfolk Harbor, VA" +277,247,201,"Boston, MA",265,"Norfolk Harbor, VA" +277,248,223,"New York, NY and NJ",217,"New York, NY and NJ" +277,249,217,"New York, NY and NJ",241,"Philadelphia, PA" +277,250,223,"New York, NY and NJ",244,"Providence, RI" +277,251,198,"Baltimore, MD",241,"Philadelphia, PA" +277,252,223,"New York, NY and NJ",241,"Philadelphia, PA" +277,253,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +277,254,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +277,255,217,"New York, NY and NJ",223,"New York, NY and NJ" +277,256,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +277,257,241,"Philadelphia, PA",241,"Philadelphia, PA" +277,258,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +277,259,201,"Boston, MA",218,"Camden-Gloucester, NJ" +277,260,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +277,261,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +277,262,244,"Providence, RI",198,"Baltimore, MD" +277,263,217,"New York, NY and NJ",201,"Boston, MA" +277,264,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +277,265,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +277,266,198,"Baltimore, MD",217,"New York, NY and NJ" +277,267,201,"Boston, MA",265,"Norfolk Harbor, VA" +277,268,201,"Boston, MA",169,"Wilmington, DE" +277,269,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +277,270,197,"Portland, ME",217,"New York, NY and NJ" +277,271,198,"Baltimore, MD",223,"New York, NY and NJ" +277,272,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +277,273,217,"New York, NY and NJ",197,"Portland, ME" +278,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +278,2,244,"Providence, RI",244,"Providence, RI" +278,3,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,4,245,"Charleston, SC",245,"Charleston, SC" +278,5,223,"New York, NY and NJ",223,"New York, NY and NJ" +278,6,241,"Philadelphia, PA",241,"Philadelphia, PA" +278,7,241,"Philadelphia, PA",241,"Philadelphia, PA" +278,8,169,"Wilmington, DE",169,"Wilmington, DE" +278,9,198,"Baltimore, MD",198,"Baltimore, MD" +278,10,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,11,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,12,241,"Philadelphia, PA",241,"Philadelphia, PA" +278,13,244,"Providence, RI",244,"Providence, RI" +278,14,217,"New York, NY and NJ",217,"New York, NY and NJ" +278,15,223,"New York, NY and NJ",223,"New York, NY and NJ" +278,16,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,17,197,"Portland, ME",197,"Portland, ME" +278,18,217,"New York, NY and NJ",217,"New York, NY and NJ" +278,19,201,"Boston, MA",201,"Boston, MA" +278,20,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,21,198,"Baltimore, MD",198,"Baltimore, MD" +278,22,241,"Philadelphia, PA",241,"Philadelphia, PA" +278,23,241,"Philadelphia, PA",241,"Philadelphia, PA" +278,24,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,25,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +278,26,197,"Portland, ME",197,"Portland, ME" +278,27,197,"Portland, ME",197,"Portland, ME" +278,28,241,"Philadelphia, PA",241,"Philadelphia, PA" +278,29,197,"Portland, ME",197,"Portland, ME" +278,30,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,31,241,"Philadelphia, PA",241,"Philadelphia, PA" +278,32,241,"Philadelphia, PA",241,"Philadelphia, PA" +278,33,223,"New York, NY and NJ",223,"New York, NY and NJ" +278,34,217,"New York, NY and NJ",217,"New York, NY and NJ" +278,35,217,"New York, NY and NJ",217,"New York, NY and NJ" +278,36,223,"New York, NY and NJ",223,"New York, NY and NJ" +278,37,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +278,38,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,39,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,40,198,"Baltimore, MD",198,"Baltimore, MD" +278,41,229,"Wilmington, NC",229,"Wilmington, NC" +278,42,177,"Savannah, GA",177,"Savannah, GA" +278,43,197,"Portland, ME",197,"Portland, ME" +278,44,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,45,229,"Wilmington, NC",229,"Wilmington, NC" +278,46,201,"Boston, MA",201,"Boston, MA" +278,47,223,"New York, NY and NJ",223,"New York, NY and NJ" +278,48,245,"Charleston, SC",245,"Charleston, SC" +278,49,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,50,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +278,51,217,"New York, NY and NJ",217,"New York, NY and NJ" +278,52,245,"Charleston, SC",245,"Charleston, SC" +278,53,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +278,54,197,"Portland, ME",197,"Portland, ME" +278,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +278,56,223,"New York, NY and NJ",223,"New York, NY and NJ" +278,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +278,58,198,"Baltimore, MD",198,"Baltimore, MD" +278,59,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,60,223,"New York, NY and NJ",223,"New York, NY and NJ" +278,61,223,"New York, NY and NJ",223,"New York, NY and NJ" +278,62,241,"Philadelphia, PA",241,"Philadelphia, PA" +278,63,217,"New York, NY and NJ",217,"New York, NY and NJ" +278,64,229,"Wilmington, NC",229,"Wilmington, NC" +278,65,217,"New York, NY and NJ",217,"New York, NY and NJ" +278,66,241,"Philadelphia, PA",241,"Philadelphia, PA" +278,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +278,68,244,"Providence, RI",244,"Providence, RI" +278,69,198,"Baltimore, MD",198,"Baltimore, MD" +278,70,223,"New York, NY and NJ",223,"New York, NY and NJ" +278,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +278,72,198,"Baltimore, MD",198,"Baltimore, MD" +278,73,197,"Portland, ME",197,"Portland, ME" +278,74,198,"Baltimore, MD",198,"Baltimore, MD" +278,75,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,76,177,"Savannah, GA",177,"Savannah, GA" +278,77,201,"Boston, MA",201,"Boston, MA" +278,78,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,79,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,80,198,"Baltimore, MD",198,"Baltimore, MD" +278,81,197,"Portland, ME",197,"Portland, ME" +278,82,217,"New York, NY and NJ",217,"New York, NY and NJ" +278,83,197,"Portland, ME",197,"Portland, ME" +278,84,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +278,85,229,"Wilmington, NC",229,"Wilmington, NC" +278,86,217,"New York, NY and NJ",217,"New York, NY and NJ" +278,87,217,"New York, NY and NJ",217,"New York, NY and NJ" +278,88,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,89,223,"New York, NY and NJ",223,"New York, NY and NJ" +278,90,198,"Baltimore, MD",198,"Baltimore, MD" +278,91,198,"Baltimore, MD",198,"Baltimore, MD" +278,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +278,93,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,94,198,"Baltimore, MD",198,"Baltimore, MD" +278,95,241,"Philadelphia, PA",241,"Philadelphia, PA" +278,96,217,"New York, NY and NJ",217,"New York, NY and NJ" +278,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +278,98,244,"Providence, RI",244,"Providence, RI" +278,99,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,100,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,101,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +278,102,244,"Providence, RI",244,"Providence, RI" +278,103,217,"New York, NY and NJ",217,"New York, NY and NJ" +278,104,223,"New York, NY and NJ",223,"New York, NY and NJ" +278,105,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +278,106,217,"New York, NY and NJ",217,"New York, NY and NJ" +278,107,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +278,108,201,"Boston, MA",201,"Boston, MA" +278,109,245,"Charleston, SC",245,"Charleston, SC" +278,110,217,"New York, NY and NJ",217,"New York, NY and NJ" +278,111,223,"New York, NY and NJ",223,"New York, NY and NJ" +278,112,245,"Charleston, SC",245,"Charleston, SC" +278,113,217,"New York, NY and NJ",217,"New York, NY and NJ" +278,114,223,"New York, NY and NJ",223,"New York, NY and NJ" +278,115,197,"Portland, ME",197,"Portland, ME" +278,116,198,"Baltimore, MD",198,"Baltimore, MD" +278,117,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,118,217,"New York, NY and NJ",217,"New York, NY and NJ" +278,119,223,"New York, NY and NJ",223,"New York, NY and NJ" +278,120,217,"New York, NY and NJ",217,"New York, NY and NJ" +278,121,197,"Portland, ME",197,"Portland, ME" +278,122,201,"Boston, MA",201,"Boston, MA" +278,123,217,"New York, NY and NJ",217,"New York, NY and NJ" +278,124,223,"New York, NY and NJ",223,"New York, NY and NJ" +278,125,198,"Baltimore, MD",198,"Baltimore, MD" +278,126,198,"Baltimore, MD",198,"Baltimore, MD" +278,127,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,128,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,129,217,"New York, NY and NJ",217,"New York, NY and NJ" +278,130,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,131,201,"Boston, MA",201,"Boston, MA" +278,132,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,151,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +278,152,197,"Portland, ME",241,"Philadelphia, PA" +278,153,217,"New York, NY and NJ",177,"Savannah, GA" +278,154,154,"Anchorage, AK",154,"Anchorage, AK" +278,155,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +278,156,198,"Baltimore, MD",217,"New York, NY and NJ" +278,157,241,"Philadelphia, PA",198,"Baltimore, MD" +278,158,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +278,159,217,"New York, NY and NJ",152,"Mobile, AL" +278,160,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +278,161,218,"Camden-Gloucester, NJ",197,"Portland, ME" +278,162,265,"Norfolk Harbor, VA",197,"Portland, ME" +278,163,171,"Jacksonville, FL",218,"Camden-Gloucester, NJ" +278,164,217,"New York, NY and NJ",194,"Lake Charles, LA" +278,165,177,"Savannah, GA",244,"Providence, RI" +278,166,223,"New York, NY and NJ",217,"New York, NY and NJ" +278,167,265,"Norfolk Harbor, VA",197,"Portland, ME" +278,168,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +278,169,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +278,170,223,"New York, NY and NJ",201,"Boston, MA" +278,171,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +278,172,171,"Jacksonville, FL",172,"Port Everglades, FL" +278,173,223,"New York, NY and NJ",177,"Savannah, GA" +278,174,201,"Boston, MA",265,"Norfolk Harbor, VA" +278,175,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +278,176,217,"New York, NY and NJ",223,"New York, NY and NJ" +278,177,245,"Charleston, SC",198,"Baltimore, MD" +278,178,265,"Norfolk Harbor, VA",174,"Tampa, FL" +278,179,179,"Honolulu, HI",179,"Honolulu, HI" +278,180,179,"Honolulu, HI",179,"Honolulu, HI" +278,181,197,"Portland, ME",223,"New York, NY and NJ" +278,183,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +278,184,223,"New York, NY and NJ",241,"Philadelphia, PA" +278,185,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +278,186,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +278,187,244,"Providence, RI",223,"New York, NY and NJ" +278,188,223,"New York, NY and NJ",217,"New York, NY and NJ" +278,189,177,"Savannah, GA",223,"New York, NY and NJ" +278,190,245,"Charleston, SC",241,"Philadelphia, PA" +278,191,201,"Boston, MA",241,"Philadelphia, PA" +278,192,223,"New York, NY and NJ",241,"Philadelphia, PA" +278,193,245,"Charleston, SC",195,"New Orleans, LA" +278,194,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +278,195,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +278,196,229,"Wilmington, NC",177,"Savannah, GA" +278,197,241,"Philadelphia, PA",223,"New York, NY and NJ" +278,198,217,"New York, NY and NJ",241,"Philadelphia, PA" +278,199,229,"Wilmington, NC",217,"New York, NY and NJ" +278,200,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +278,201,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +278,202,244,"Providence, RI",201,"Boston, MA" +278,203,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +278,204,217,"New York, NY and NJ",223,"New York, NY and NJ" +278,205,201,"Boston, MA",217,"New York, NY and NJ" +278,206,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +278,207,198,"Baltimore, MD",217,"New York, NY and NJ" +278,208,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +278,209,174,"Tampa, FL",217,"New York, NY and NJ" +278,210,223,"New York, NY and NJ",223,"New York, NY and NJ" +278,211,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +278,212,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +278,213,223,"New York, NY and NJ",197,"Portland, ME" +278,214,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +278,215,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +278,216,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,217,217,"New York, NY and NJ",217,"New York, NY and NJ" +278,218,241,"Philadelphia, PA",198,"Baltimore, MD" +278,219,223,"New York, NY and NJ",241,"Philadelphia, PA" +278,220,244,"Providence, RI",265,"Norfolk Harbor, VA" +278,221,223,"New York, NY and NJ",217,"New York, NY and NJ" +278,222,197,"Portland, ME",198,"Baltimore, MD" +278,223,265,"Norfolk Harbor, VA",197,"Portland, ME" +278,224,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +278,225,217,"New York, NY and NJ",217,"New York, NY and NJ" +278,226,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +278,227,245,"Charleston, SC",265,"Norfolk Harbor, VA" +278,228,223,"New York, NY and NJ",217,"New York, NY and NJ" +278,229,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +278,230,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +278,231,265,"Norfolk Harbor, VA",197,"Portland, ME" +278,232,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +278,233,169,"Wilmington, DE",198,"Baltimore, MD" +278,234,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +278,235,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,236,178,"Brunswick, GA",195,"New Orleans, LA" +278,237,245,"Charleston, SC",201,"Boston, MA" +278,238,217,"New York, NY and NJ",201,"Boston, MA" +278,239,198,"Baltimore, MD",223,"New York, NY and NJ" +278,240,169,"Wilmington, DE",217,"New York, NY and NJ" +278,241,217,"New York, NY and NJ",223,"New York, NY and NJ" +278,242,241,"Philadelphia, PA",223,"New York, NY and NJ" +278,243,197,"Portland, ME",217,"New York, NY and NJ" +278,244,229,"Wilmington, NC",241,"Philadelphia, PA" +278,245,198,"Baltimore, MD",223,"New York, NY and NJ" +278,246,201,"Boston, MA",223,"New York, NY and NJ" +278,247,245,"Charleston, SC",265,"Norfolk Harbor, VA" +278,248,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +278,249,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +278,250,171,"Jacksonville, FL",172,"Port Everglades, FL" +278,251,265,"Norfolk Harbor, VA",201,"Boston, MA" +278,252,217,"New York, NY and NJ",193,"Baton Rouge, LA" +278,253,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,254,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +278,255,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +278,256,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +278,257,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +278,258,217,"New York, NY and NJ",254,"Corpus Christi, TX" +278,259,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +278,260,198,"Baltimore, MD",152,"Mobile, AL" +278,261,177,"Savannah, GA",245,"Charleston, SC" +278,262,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +278,263,245,"Charleston, SC",217,"New York, NY and NJ" +278,264,198,"Baltimore, MD",223,"New York, NY and NJ" +278,265,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +278,266,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +278,267,201,"Boston, MA",201,"Boston, MA" +278,268,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +278,269,201,"Boston, MA",229,"Wilmington, NC" +278,270,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +278,271,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +278,272,229,"Wilmington, NC",241,"Philadelphia, PA" +278,273,197,"Portland, ME",265,"Norfolk Harbor, VA" +279,1,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,2,177,"Savannah, GA",177,"Savannah, GA" +279,3,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,4,174,"Tampa, FL",174,"Tampa, FL" +279,5,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,6,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,7,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,8,177,"Savannah, GA",177,"Savannah, GA" +279,9,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,10,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,11,177,"Savannah, GA",177,"Savannah, GA" +279,12,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,13,245,"Charleston, SC",245,"Charleston, SC" +279,14,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,15,245,"Charleston, SC",245,"Charleston, SC" +279,16,177,"Savannah, GA",177,"Savannah, GA" +279,17,177,"Savannah, GA",177,"Savannah, GA" +279,18,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,19,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,20,229,"Wilmington, NC",229,"Wilmington, NC" +279,21,177,"Savannah, GA",177,"Savannah, GA" +279,22,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,23,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,24,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,25,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,26,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,27,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,28,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,29,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,30,177,"Savannah, GA",177,"Savannah, GA" +279,31,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,32,177,"Savannah, GA",177,"Savannah, GA" +279,33,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,34,245,"Charleston, SC",245,"Charleston, SC" +279,35,223,"New York, NY and NJ",223,"New York, NY and NJ" +279,36,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,37,171,"Jacksonville, FL",171,"Jacksonville, FL" +279,38,229,"Wilmington, NC",229,"Wilmington, NC" +279,39,177,"Savannah, GA",177,"Savannah, GA" +279,40,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,41,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,42,245,"Charleston, SC",245,"Charleston, SC" +279,43,217,"New York, NY and NJ",217,"New York, NY and NJ" +279,44,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,45,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,46,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,47,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,48,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,49,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,50,198,"Baltimore, MD",198,"Baltimore, MD" +279,51,245,"Charleston, SC",245,"Charleston, SC" +279,52,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,53,198,"Baltimore, MD",198,"Baltimore, MD" +279,54,245,"Charleston, SC",245,"Charleston, SC" +279,55,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,56,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,57,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,58,177,"Savannah, GA",177,"Savannah, GA" +279,59,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,60,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,61,229,"Wilmington, NC",229,"Wilmington, NC" +279,62,229,"Wilmington, NC",229,"Wilmington, NC" +279,63,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,64,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,65,245,"Charleston, SC",245,"Charleston, SC" +279,66,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,67,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,68,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +279,69,174,"Tampa, FL",174,"Tampa, FL" +279,70,245,"Charleston, SC",245,"Charleston, SC" +279,71,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,72,245,"Charleston, SC",245,"Charleston, SC" +279,73,174,"Tampa, FL",174,"Tampa, FL" +279,74,177,"Savannah, GA",177,"Savannah, GA" +279,75,174,"Tampa, FL",174,"Tampa, FL" +279,76,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +279,77,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,78,198,"Baltimore, MD",198,"Baltimore, MD" +279,79,177,"Savannah, GA",177,"Savannah, GA" +279,80,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,81,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,82,171,"Jacksonville, FL",171,"Jacksonville, FL" +279,83,223,"New York, NY and NJ",223,"New York, NY and NJ" +279,84,177,"Savannah, GA",177,"Savannah, GA" +279,85,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,86,171,"Jacksonville, FL",171,"Jacksonville, FL" +279,87,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,88,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,89,245,"Charleston, SC",245,"Charleston, SC" +279,90,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,91,177,"Savannah, GA",177,"Savannah, GA" +279,92,177,"Savannah, GA",177,"Savannah, GA" +279,93,177,"Savannah, GA",177,"Savannah, GA" +279,94,245,"Charleston, SC",245,"Charleston, SC" +279,95,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,96,171,"Jacksonville, FL",171,"Jacksonville, FL" +279,97,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,98,177,"Savannah, GA",177,"Savannah, GA" +279,99,174,"Tampa, FL",174,"Tampa, FL" +279,100,177,"Savannah, GA",177,"Savannah, GA" +279,101,245,"Charleston, SC",245,"Charleston, SC" +279,102,177,"Savannah, GA",177,"Savannah, GA" +279,103,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,104,169,"Wilmington, DE",169,"Wilmington, DE" +279,105,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,106,198,"Baltimore, MD",198,"Baltimore, MD" +279,107,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,108,177,"Savannah, GA",177,"Savannah, GA" +279,109,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,110,245,"Charleston, SC",245,"Charleston, SC" +279,111,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,112,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,113,174,"Tampa, FL",174,"Tampa, FL" +279,114,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +279,115,177,"Savannah, GA",177,"Savannah, GA" +279,116,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,117,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,118,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,119,245,"Charleston, SC",245,"Charleston, SC" +279,120,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,121,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,122,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,123,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,124,177,"Savannah, GA",177,"Savannah, GA" +279,125,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,126,229,"Wilmington, NC",229,"Wilmington, NC" +279,127,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +279,128,245,"Charleston, SC",245,"Charleston, SC" +279,129,245,"Charleston, SC",245,"Charleston, SC" +279,130,198,"Baltimore, MD",198,"Baltimore, MD" +279,131,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,132,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,151,171,"Jacksonville, FL",177,"Savannah, GA" +279,152,245,"Charleston, SC",152,"Mobile, AL" +279,153,177,"Savannah, GA",174,"Tampa, FL" +279,154,154,"Anchorage, AK",154,"Anchorage, AK" +279,155,152,"Mobile, AL",172,"Port Everglades, FL" +279,156,245,"Charleston, SC",253,"Beaumont, TX" +279,157,177,"Savannah, GA",253,"Beaumont, TX" +279,158,177,"Savannah, GA",172,"Port Everglades, FL" +279,159,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +279,160,245,"Charleston, SC",194,"Lake Charles, LA" +279,161,174,"Tampa, FL",177,"Savannah, GA" +279,162,172,"Port Everglades, FL",177,"Savannah, GA" +279,163,172,"Port Everglades, FL",171,"Jacksonville, FL" +279,164,172,"Port Everglades, FL",172,"Port Everglades, FL" +279,165,177,"Savannah, GA",208,"Pascagoula, MS" +279,166,198,"Baltimore, MD",217,"New York, NY and NJ" +279,167,241,"Philadelphia, PA",201,"Boston, MA" +279,168,244,"Providence, RI",201,"Boston, MA" +279,169,245,"Charleston, SC",265,"Norfolk Harbor, VA" +279,170,177,"Savannah, GA",198,"Baltimore, MD" +279,171,177,"Savannah, GA",177,"Savannah, GA" +279,172,177,"Savannah, GA",177,"Savannah, GA" +279,173,174,"Tampa, FL",177,"Savannah, GA" +279,174,177,"Savannah, GA",177,"Savannah, GA" +279,175,245,"Charleston, SC",178,"Brunswick, GA" +279,176,174,"Tampa, FL",245,"Charleston, SC" +279,177,177,"Savannah, GA",245,"Charleston, SC" +279,178,265,"Norfolk Harbor, VA",245,"Charleston, SC" +279,179,179,"Honolulu, HI",179,"Honolulu, HI" +279,180,179,"Honolulu, HI",179,"Honolulu, HI" +279,181,177,"Savannah, GA",195,"New Orleans, LA" +279,183,229,"Wilmington, NC",174,"Tampa, FL" +279,184,174,"Tampa, FL",172,"Port Everglades, FL" +279,185,172,"Port Everglades, FL",245,"Charleston, SC" +279,186,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,187,198,"Baltimore, MD",171,"Jacksonville, FL" +279,188,177,"Savannah, GA",245,"Charleston, SC" +279,189,172,"Port Everglades, FL",195,"New Orleans, LA" +279,190,245,"Charleston, SC",194,"Lake Charles, LA" +279,191,177,"Savannah, GA",172,"Port Everglades, FL" +279,192,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,193,177,"Savannah, GA",177,"Savannah, GA" +279,194,195,"New Orleans, LA",195,"New Orleans, LA" +279,195,177,"Savannah, GA",195,"New Orleans, LA" +279,196,245,"Charleston, SC",195,"New Orleans, LA" +279,197,201,"Boston, MA",217,"New York, NY and NJ" +279,198,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,199,177,"Savannah, GA",169,"Wilmington, DE" +279,200,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +279,201,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +279,202,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,203,177,"Savannah, GA",223,"New York, NY and NJ" +279,204,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +279,205,177,"Savannah, GA",241,"Philadelphia, PA" +279,206,198,"Baltimore, MD",217,"New York, NY and NJ" +279,207,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +279,208,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +279,209,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +279,210,174,"Tampa, FL",195,"New Orleans, LA" +279,211,177,"Savannah, GA",177,"Savannah, GA" +279,212,174,"Tampa, FL",217,"New York, NY and NJ" +279,213,172,"Port Everglades, FL",198,"Baltimore, MD" +279,214,171,"Jacksonville, FL",171,"Jacksonville, FL" +279,215,177,"Savannah, GA",172,"Port Everglades, FL" +279,216,172,"Port Everglades, FL",223,"New York, NY and NJ" +279,217,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +279,218,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +279,219,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +279,220,245,"Charleston, SC",177,"Savannah, GA" +279,221,172,"Port Everglades, FL",201,"Boston, MA" +279,222,223,"New York, NY and NJ",229,"Wilmington, NC" +279,223,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +279,224,241,"Philadelphia, PA",169,"Wilmington, DE" +279,225,172,"Port Everglades, FL",198,"Baltimore, MD" +279,226,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +279,227,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,228,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +279,229,245,"Charleston, SC",245,"Charleston, SC" +279,230,177,"Savannah, GA",177,"Savannah, GA" +279,231,245,"Charleston, SC",265,"Norfolk Harbor, VA" +279,232,171,"Jacksonville, FL",223,"New York, NY and NJ" +279,233,174,"Tampa, FL",218,"Camden-Gloucester, NJ" +279,234,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,235,245,"Charleston, SC",241,"Philadelphia, PA" +279,236,177,"Savannah, GA",171,"Jacksonville, FL" +279,237,245,"Charleston, SC",195,"New Orleans, LA" +279,238,177,"Savannah, GA",195,"New Orleans, LA" +279,239,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +279,240,172,"Port Everglades, FL",217,"New York, NY and NJ" +279,241,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +279,242,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +279,243,223,"New York, NY and NJ",241,"Philadelphia, PA" +279,244,241,"Philadelphia, PA",217,"New York, NY and NJ" +279,245,177,"Savannah, GA",177,"Savannah, GA" +279,246,177,"Savannah, GA",245,"Charleston, SC" +279,247,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,248,171,"Jacksonville, FL",218,"Camden-Gloucester, NJ" +279,249,229,"Wilmington, NC",174,"Tampa, FL" +279,250,172,"Port Everglades, FL",177,"Savannah, GA" +279,251,172,"Port Everglades, FL",177,"Savannah, GA" +279,252,177,"Savannah, GA",152,"Mobile, AL" +279,253,265,"Norfolk Harbor, VA",177,"Savannah, GA" +279,254,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +279,255,265,"Norfolk Harbor, VA",194,"Lake Charles, LA" +279,256,171,"Jacksonville, FL",208,"Pascagoula, MS" +279,257,152,"Mobile, AL",174,"Tampa, FL" +279,258,177,"Savannah, GA",245,"Charleston, SC" +279,259,172,"Port Everglades, FL",195,"New Orleans, LA" +279,260,174,"Tampa, FL",208,"Pascagoula, MS" +279,261,245,"Charleston, SC",177,"Savannah, GA" +279,262,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +279,263,223,"New York, NY and NJ",217,"New York, NY and NJ" +279,264,177,"Savannah, GA",245,"Charleston, SC" +279,265,245,"Charleston, SC",245,"Charleston, SC" +279,266,177,"Savannah, GA",245,"Charleston, SC" +279,267,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +279,268,229,"Wilmington, NC",217,"New York, NY and NJ" +279,269,217,"New York, NY and NJ",198,"Baltimore, MD" +279,270,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +279,271,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +279,272,172,"Port Everglades, FL",201,"Boston, MA" +279,273,265,"Norfolk Harbor, VA",245,"Charleston, SC" +280,1,245,"Charleston, SC",245,"Charleston, SC" +280,2,177,"Savannah, GA",177,"Savannah, GA" +280,3,174,"Tampa, FL",174,"Tampa, FL" +280,4,171,"Jacksonville, FL",171,"Jacksonville, FL" +280,5,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,6,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,7,177,"Savannah, GA",177,"Savannah, GA" +280,8,229,"Wilmington, NC",229,"Wilmington, NC" +280,9,177,"Savannah, GA",177,"Savannah, GA" +280,10,177,"Savannah, GA",177,"Savannah, GA" +280,11,171,"Jacksonville, FL",171,"Jacksonville, FL" +280,12,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,13,177,"Savannah, GA",177,"Savannah, GA" +280,14,174,"Tampa, FL",174,"Tampa, FL" +280,15,245,"Charleston, SC",245,"Charleston, SC" +280,16,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,17,174,"Tampa, FL",174,"Tampa, FL" +280,18,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,19,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,20,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,21,241,"Philadelphia, PA",241,"Philadelphia, PA" +280,22,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,23,245,"Charleston, SC",245,"Charleston, SC" +280,24,171,"Jacksonville, FL",171,"Jacksonville, FL" +280,25,217,"New York, NY and NJ",217,"New York, NY and NJ" +280,26,171,"Jacksonville, FL",171,"Jacksonville, FL" +280,27,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,28,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,29,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,30,177,"Savannah, GA",177,"Savannah, GA" +280,31,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,32,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,33,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,34,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +280,35,229,"Wilmington, NC",229,"Wilmington, NC" +280,36,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,37,245,"Charleston, SC",245,"Charleston, SC" +280,38,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,39,171,"Jacksonville, FL",171,"Jacksonville, FL" +280,40,229,"Wilmington, NC",229,"Wilmington, NC" +280,41,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,42,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,43,229,"Wilmington, NC",229,"Wilmington, NC" +280,44,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,45,177,"Savannah, GA",177,"Savannah, GA" +280,46,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,47,245,"Charleston, SC",245,"Charleston, SC" +280,48,229,"Wilmington, NC",229,"Wilmington, NC" +280,49,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,50,171,"Jacksonville, FL",171,"Jacksonville, FL" +280,51,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,52,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,53,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,54,245,"Charleston, SC",245,"Charleston, SC" +280,55,241,"Philadelphia, PA",241,"Philadelphia, PA" +280,56,171,"Jacksonville, FL",171,"Jacksonville, FL" +280,57,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,58,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,59,229,"Wilmington, NC",229,"Wilmington, NC" +280,60,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,61,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,62,174,"Tampa, FL",174,"Tampa, FL" +280,63,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,64,177,"Savannah, GA",177,"Savannah, GA" +280,65,171,"Jacksonville, FL",171,"Jacksonville, FL" +280,66,177,"Savannah, GA",177,"Savannah, GA" +280,67,245,"Charleston, SC",245,"Charleston, SC" +280,68,241,"Philadelphia, PA",241,"Philadelphia, PA" +280,69,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,70,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,71,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,72,217,"New York, NY and NJ",217,"New York, NY and NJ" +280,73,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +280,74,169,"Wilmington, DE",169,"Wilmington, DE" +280,75,229,"Wilmington, NC",229,"Wilmington, NC" +280,76,245,"Charleston, SC",245,"Charleston, SC" +280,77,198,"Baltimore, MD",198,"Baltimore, MD" +280,78,241,"Philadelphia, PA",241,"Philadelphia, PA" +280,79,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,80,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,81,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,82,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,83,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,84,171,"Jacksonville, FL",171,"Jacksonville, FL" +280,85,177,"Savannah, GA",177,"Savannah, GA" +280,86,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,87,177,"Savannah, GA",177,"Savannah, GA" +280,88,174,"Tampa, FL",174,"Tampa, FL" +280,89,171,"Jacksonville, FL",171,"Jacksonville, FL" +280,90,177,"Savannah, GA",177,"Savannah, GA" +280,91,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,92,174,"Tampa, FL",174,"Tampa, FL" +280,93,174,"Tampa, FL",174,"Tampa, FL" +280,94,171,"Jacksonville, FL",171,"Jacksonville, FL" +280,95,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +280,96,245,"Charleston, SC",245,"Charleston, SC" +280,97,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,98,177,"Savannah, GA",177,"Savannah, GA" +280,99,171,"Jacksonville, FL",171,"Jacksonville, FL" +280,100,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,101,229,"Wilmington, NC",229,"Wilmington, NC" +280,102,198,"Baltimore, MD",198,"Baltimore, MD" +280,103,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,104,177,"Savannah, GA",177,"Savannah, GA" +280,105,171,"Jacksonville, FL",171,"Jacksonville, FL" +280,106,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,107,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,108,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,109,174,"Tampa, FL",174,"Tampa, FL" +280,110,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,111,171,"Jacksonville, FL",171,"Jacksonville, FL" +280,112,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,113,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,114,245,"Charleston, SC",245,"Charleston, SC" +280,115,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,116,223,"New York, NY and NJ",223,"New York, NY and NJ" +280,117,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,118,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,119,245,"Charleston, SC",245,"Charleston, SC" +280,120,177,"Savannah, GA",177,"Savannah, GA" +280,121,245,"Charleston, SC",245,"Charleston, SC" +280,122,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +280,123,217,"New York, NY and NJ",217,"New York, NY and NJ" +280,124,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,125,229,"Wilmington, NC",229,"Wilmington, NC" +280,126,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,127,241,"Philadelphia, PA",241,"Philadelphia, PA" +280,128,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,129,177,"Savannah, GA",177,"Savannah, GA" +280,130,174,"Tampa, FL",174,"Tampa, FL" +280,131,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,132,174,"Tampa, FL",174,"Tampa, FL" +280,151,177,"Savannah, GA",245,"Charleston, SC" +280,152,177,"Savannah, GA",152,"Mobile, AL" +280,153,245,"Charleston, SC",174,"Tampa, FL" +280,154,154,"Anchorage, AK",154,"Anchorage, AK" +280,155,152,"Mobile, AL",174,"Tampa, FL" +280,156,245,"Charleston, SC",253,"Beaumont, TX" +280,157,265,"Norfolk Harbor, VA",177,"Savannah, GA" +280,158,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +280,159,171,"Jacksonville, FL",152,"Mobile, AL" +280,160,217,"New York, NY and NJ",174,"Tampa, FL" +280,161,171,"Jacksonville, FL",174,"Tampa, FL" +280,162,177,"Savannah, GA",171,"Jacksonville, FL" +280,163,174,"Tampa, FL",253,"Beaumont, TX" +280,164,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +280,165,245,"Charleston, SC",208,"Pascagoula, MS" +280,166,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +280,167,217,"New York, NY and NJ",229,"Wilmington, NC" +280,168,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +280,169,174,"Tampa, FL",265,"Norfolk Harbor, VA" +280,170,174,"Tampa, FL",198,"Baltimore, MD" +280,171,229,"Wilmington, NC",245,"Charleston, SC" +280,172,245,"Charleston, SC",174,"Tampa, FL" +280,173,172,"Port Everglades, FL",245,"Charleston, SC" +280,174,245,"Charleston, SC",245,"Charleston, SC" +280,175,174,"Tampa, FL",229,"Wilmington, NC" +280,176,174,"Tampa, FL",172,"Port Everglades, FL" +280,177,245,"Charleston, SC",172,"Port Everglades, FL" +280,178,177,"Savannah, GA",174,"Tampa, FL" +280,179,179,"Honolulu, HI",179,"Honolulu, HI" +280,180,179,"Honolulu, HI",179,"Honolulu, HI" +280,181,245,"Charleston, SC",198,"Baltimore, MD" +280,183,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +280,184,265,"Norfolk Harbor, VA",177,"Savannah, GA" +280,185,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,186,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +280,187,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +280,188,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +280,189,245,"Charleston, SC",265,"Norfolk Harbor, VA" +280,190,177,"Savannah, GA",195,"New Orleans, LA" +280,191,172,"Port Everglades, FL",245,"Charleston, SC" +280,192,171,"Jacksonville, FL",172,"Port Everglades, FL" +280,193,177,"Savannah, GA",193,"Baton Rouge, LA" +280,194,177,"Savannah, GA",195,"New Orleans, LA" +280,195,174,"Tampa, FL",195,"New Orleans, LA" +280,196,171,"Jacksonville, FL",177,"Savannah, GA" +280,197,229,"Wilmington, NC",201,"Boston, MA" +280,198,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +280,199,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +280,200,198,"Baltimore, MD",245,"Charleston, SC" +280,201,177,"Savannah, GA",201,"Boston, MA" +280,202,169,"Wilmington, DE",223,"New York, NY and NJ" +280,203,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +280,204,177,"Savannah, GA",265,"Norfolk Harbor, VA" +280,205,177,"Savannah, GA",198,"Baltimore, MD" +280,206,171,"Jacksonville, FL",172,"Port Everglades, FL" +280,207,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +280,208,172,"Port Everglades, FL",208,"Pascagoula, MS" +280,209,229,"Wilmington, NC",245,"Charleston, SC" +280,210,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +280,211,177,"Savannah, GA",265,"Norfolk Harbor, VA" +280,212,177,"Savannah, GA",169,"Wilmington, DE" +280,213,245,"Charleston, SC",171,"Jacksonville, FL" +280,214,171,"Jacksonville, FL",177,"Savannah, GA" +280,215,229,"Wilmington, NC",177,"Savannah, GA" +280,216,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +280,217,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,218,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +280,219,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +280,220,174,"Tampa, FL",172,"Port Everglades, FL" +280,221,198,"Baltimore, MD",201,"Boston, MA" +280,222,265,"Norfolk Harbor, VA",244,"Providence, RI" +280,223,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +280,224,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +280,225,223,"New York, NY and NJ",241,"Philadelphia, PA" +280,226,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +280,227,177,"Savannah, GA",229,"Wilmington, NC" +280,228,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,229,172,"Port Everglades, FL",245,"Charleston, SC" +280,230,245,"Charleston, SC",172,"Port Everglades, FL" +280,231,177,"Savannah, GA",241,"Philadelphia, PA" +280,232,198,"Baltimore, MD",198,"Baltimore, MD" +280,233,245,"Charleston, SC",265,"Norfolk Harbor, VA" +280,234,198,"Baltimore, MD",223,"New York, NY and NJ" +280,235,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +280,236,178,"Brunswick, GA",245,"Charleston, SC" +280,237,174,"Tampa, FL",195,"New Orleans, LA" +280,238,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +280,239,171,"Jacksonville, FL",208,"Pascagoula, MS" +280,240,245,"Charleston, SC",178,"Brunswick, GA" +280,241,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +280,242,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +280,243,245,"Charleston, SC",265,"Norfolk Harbor, VA" +280,244,241,"Philadelphia, PA",217,"New York, NY and NJ" +280,245,177,"Savannah, GA",174,"Tampa, FL" +280,246,177,"Savannah, GA",171,"Jacksonville, FL" +280,247,245,"Charleston, SC",265,"Norfolk Harbor, VA" +280,248,265,"Norfolk Harbor, VA",201,"Boston, MA" +280,249,174,"Tampa, FL",265,"Norfolk Harbor, VA" +280,250,174,"Tampa, FL",178,"Brunswick, GA" +280,251,177,"Savannah, GA",265,"Norfolk Harbor, VA" +280,252,229,"Wilmington, NC",152,"Mobile, AL" +280,253,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +280,254,172,"Port Everglades, FL",193,"Baton Rouge, LA" +280,255,172,"Port Everglades, FL",195,"New Orleans, LA" +280,256,177,"Savannah, GA",245,"Charleston, SC" +280,257,177,"Savannah, GA",195,"New Orleans, LA" +280,258,172,"Port Everglades, FL",195,"New Orleans, LA" +280,259,172,"Port Everglades, FL",253,"Beaumont, TX" +280,260,172,"Port Everglades, FL",152,"Mobile, AL" +280,261,245,"Charleston, SC",195,"New Orleans, LA" +280,262,172,"Port Everglades, FL",172,"Port Everglades, FL" +280,263,223,"New York, NY and NJ",217,"New York, NY and NJ" +280,264,265,"Norfolk Harbor, VA",245,"Charleston, SC" +280,265,171,"Jacksonville, FL",218,"Camden-Gloucester, NJ" +280,266,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +280,267,177,"Savannah, GA",265,"Norfolk Harbor, VA" +280,268,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +280,269,217,"New York, NY and NJ",198,"Baltimore, MD" +280,270,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +280,271,229,"Wilmington, NC",217,"New York, NY and NJ" +280,272,245,"Charleston, SC",174,"Tampa, FL" +280,273,171,"Jacksonville, FL",195,"New Orleans, LA" +281,1,253,"Beaumont, TX",253,"Beaumont, TX" +281,2,195,"New Orleans, LA",195,"New Orleans, LA" +281,3,177,"Savannah, GA",177,"Savannah, GA" +281,4,253,"Beaumont, TX",253,"Beaumont, TX" +281,5,152,"Mobile, AL",152,"Mobile, AL" +281,6,257,"Houston, TX",257,"Houston, TX" +281,7,172,"Port Everglades, FL",172,"Port Everglades, FL" +281,8,178,"Brunswick, GA",178,"Brunswick, GA" +281,9,178,"Brunswick, GA",178,"Brunswick, GA" +281,10,195,"New Orleans, LA",195,"New Orleans, LA" +281,11,195,"New Orleans, LA",195,"New Orleans, LA" +281,12,208,"Pascagoula, MS",208,"Pascagoula, MS" +281,13,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +281,14,177,"Savannah, GA",177,"Savannah, GA" +281,15,195,"New Orleans, LA",195,"New Orleans, LA" +281,16,177,"Savannah, GA",177,"Savannah, GA" +281,17,257,"Houston, TX",257,"Houston, TX" +281,18,152,"Mobile, AL",152,"Mobile, AL" +281,19,195,"New Orleans, LA",195,"New Orleans, LA" +281,20,195,"New Orleans, LA",195,"New Orleans, LA" +281,21,172,"Port Everglades, FL",172,"Port Everglades, FL" +281,22,172,"Port Everglades, FL",172,"Port Everglades, FL" +281,23,177,"Savannah, GA",177,"Savannah, GA" +281,24,253,"Beaumont, TX",253,"Beaumont, TX" +281,25,195,"New Orleans, LA",195,"New Orleans, LA" +281,26,194,"Lake Charles, LA",194,"Lake Charles, LA" +281,27,172,"Port Everglades, FL",172,"Port Everglades, FL" +281,28,177,"Savannah, GA",177,"Savannah, GA" +281,29,152,"Mobile, AL",152,"Mobile, AL" +281,30,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +281,31,257,"Houston, TX",257,"Houston, TX" +281,32,195,"New Orleans, LA",195,"New Orleans, LA" +281,33,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +281,34,195,"New Orleans, LA",195,"New Orleans, LA" +281,35,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +281,36,177,"Savannah, GA",177,"Savannah, GA" +281,37,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +281,38,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +281,39,257,"Houston, TX",257,"Houston, TX" +281,40,177,"Savannah, GA",177,"Savannah, GA" +281,41,208,"Pascagoula, MS",208,"Pascagoula, MS" +281,42,195,"New Orleans, LA",195,"New Orleans, LA" +281,43,174,"Tampa, FL",174,"Tampa, FL" +281,44,195,"New Orleans, LA",195,"New Orleans, LA" +281,45,152,"Mobile, AL",152,"Mobile, AL" +281,46,172,"Port Everglades, FL",172,"Port Everglades, FL" +281,47,174,"Tampa, FL",174,"Tampa, FL" +281,48,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +281,49,195,"New Orleans, LA",195,"New Orleans, LA" +281,50,229,"Wilmington, NC",229,"Wilmington, NC" +281,51,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +281,52,152,"Mobile, AL",152,"Mobile, AL" +281,53,245,"Charleston, SC",245,"Charleston, SC" +281,54,177,"Savannah, GA",177,"Savannah, GA" +281,55,152,"Mobile, AL",152,"Mobile, AL" +281,56,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +281,57,172,"Port Everglades, FL",172,"Port Everglades, FL" +281,58,152,"Mobile, AL",152,"Mobile, AL" +281,59,172,"Port Everglades, FL",172,"Port Everglades, FL" +281,60,172,"Port Everglades, FL",172,"Port Everglades, FL" +281,61,253,"Beaumont, TX",253,"Beaumont, TX" +281,62,195,"New Orleans, LA",195,"New Orleans, LA" +281,63,245,"Charleston, SC",245,"Charleston, SC" +281,64,172,"Port Everglades, FL",172,"Port Everglades, FL" +281,65,152,"Mobile, AL",152,"Mobile, AL" +281,66,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +281,67,174,"Tampa, FL",174,"Tampa, FL" +281,68,208,"Pascagoula, MS",208,"Pascagoula, MS" +281,69,208,"Pascagoula, MS",208,"Pascagoula, MS" +281,70,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +281,71,195,"New Orleans, LA",195,"New Orleans, LA" +281,72,195,"New Orleans, LA",195,"New Orleans, LA" +281,73,171,"Jacksonville, FL",171,"Jacksonville, FL" +281,74,195,"New Orleans, LA",195,"New Orleans, LA" +281,75,172,"Port Everglades, FL",172,"Port Everglades, FL" +281,76,177,"Savannah, GA",177,"Savannah, GA" +281,77,208,"Pascagoula, MS",208,"Pascagoula, MS" +281,78,253,"Beaumont, TX",253,"Beaumont, TX" +281,79,257,"Houston, TX",257,"Houston, TX" +281,80,195,"New Orleans, LA",195,"New Orleans, LA" +281,81,257,"Houston, TX",257,"Houston, TX" +281,82,177,"Savannah, GA",177,"Savannah, GA" +281,83,195,"New Orleans, LA",195,"New Orleans, LA" +281,84,257,"Houston, TX",257,"Houston, TX" +281,85,172,"Port Everglades, FL",172,"Port Everglades, FL" +281,86,253,"Beaumont, TX",253,"Beaumont, TX" +281,87,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +281,88,178,"Brunswick, GA",178,"Brunswick, GA" +281,89,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +281,90,245,"Charleston, SC",245,"Charleston, SC" +281,91,152,"Mobile, AL",152,"Mobile, AL" +281,92,195,"New Orleans, LA",195,"New Orleans, LA" +281,93,195,"New Orleans, LA",195,"New Orleans, LA" +281,94,174,"Tampa, FL",174,"Tampa, FL" +281,95,195,"New Orleans, LA",195,"New Orleans, LA" +281,96,194,"Lake Charles, LA",194,"Lake Charles, LA" +281,97,174,"Tampa, FL",174,"Tampa, FL" +281,98,194,"Lake Charles, LA",194,"Lake Charles, LA" +281,99,152,"Mobile, AL",152,"Mobile, AL" +281,100,152,"Mobile, AL",152,"Mobile, AL" +281,101,208,"Pascagoula, MS",208,"Pascagoula, MS" +281,102,177,"Savannah, GA",177,"Savannah, GA" +281,103,171,"Jacksonville, FL",171,"Jacksonville, FL" +281,104,152,"Mobile, AL",152,"Mobile, AL" +281,105,195,"New Orleans, LA",195,"New Orleans, LA" +281,106,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +281,107,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +281,108,172,"Port Everglades, FL",172,"Port Everglades, FL" +281,109,172,"Port Everglades, FL",172,"Port Everglades, FL" +281,110,171,"Jacksonville, FL",171,"Jacksonville, FL" +281,111,174,"Tampa, FL",174,"Tampa, FL" +281,112,194,"Lake Charles, LA",194,"Lake Charles, LA" +281,113,195,"New Orleans, LA",195,"New Orleans, LA" +281,114,195,"New Orleans, LA",195,"New Orleans, LA" +281,115,177,"Savannah, GA",177,"Savannah, GA" +281,116,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +281,117,194,"Lake Charles, LA",194,"Lake Charles, LA" +281,118,195,"New Orleans, LA",195,"New Orleans, LA" +281,119,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +281,120,174,"Tampa, FL",174,"Tampa, FL" +281,121,195,"New Orleans, LA",195,"New Orleans, LA" +281,122,177,"Savannah, GA",177,"Savannah, GA" +281,123,195,"New Orleans, LA",195,"New Orleans, LA" +281,124,152,"Mobile, AL",152,"Mobile, AL" +281,125,253,"Beaumont, TX",253,"Beaumont, TX" +281,126,245,"Charleston, SC",245,"Charleston, SC" +281,127,245,"Charleston, SC",245,"Charleston, SC" +281,128,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +281,129,195,"New Orleans, LA",195,"New Orleans, LA" +281,130,208,"Pascagoula, MS",208,"Pascagoula, MS" +281,131,253,"Beaumont, TX",253,"Beaumont, TX" +281,132,177,"Savannah, GA",177,"Savannah, GA" +281,151,195,"New Orleans, LA",177,"Savannah, GA" +281,152,172,"Port Everglades, FL",195,"New Orleans, LA" +281,153,152,"Mobile, AL",208,"Pascagoula, MS" +281,154,154,"Anchorage, AK",154,"Anchorage, AK" +281,155,257,"Houston, TX",245,"Charleston, SC" +281,156,195,"New Orleans, LA",254,"Corpus Christi, TX" +281,157,257,"Houston, TX",195,"New Orleans, LA" +281,158,254,"Corpus Christi, TX",208,"Pascagoula, MS" +281,159,253,"Beaumont, TX",254,"Corpus Christi, TX" +281,160,195,"New Orleans, LA",257,"Houston, TX" +281,161,257,"Houston, TX",254,"Corpus Christi, TX" +281,162,254,"Corpus Christi, TX",257,"Houston, TX" +281,163,193,"Baton Rouge, LA",257,"Houston, TX" +281,164,257,"Houston, TX",257,"Houston, TX" +281,165,193,"Baton Rouge, LA",208,"Pascagoula, MS" +281,166,177,"Savannah, GA",223,"New York, NY and NJ" +281,167,265,"Norfolk Harbor, VA",177,"Savannah, GA" +281,168,172,"Port Everglades, FL",241,"Philadelphia, PA" +281,169,177,"Savannah, GA",265,"Norfolk Harbor, VA" +281,170,198,"Baltimore, MD",193,"Baton Rouge, LA" +281,171,195,"New Orleans, LA",172,"Port Everglades, FL" +281,172,174,"Tampa, FL",172,"Port Everglades, FL" +281,173,195,"New Orleans, LA",177,"Savannah, GA" +281,174,152,"Mobile, AL",193,"Baton Rouge, LA" +281,175,245,"Charleston, SC",172,"Port Everglades, FL" +281,176,195,"New Orleans, LA",245,"Charleston, SC" +281,177,177,"Savannah, GA",193,"Baton Rouge, LA" +281,178,257,"Houston, TX",172,"Port Everglades, FL" +281,179,179,"Honolulu, HI",179,"Honolulu, HI" +281,180,179,"Honolulu, HI",179,"Honolulu, HI" +281,181,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +281,183,171,"Jacksonville, FL",257,"Houston, TX" +281,184,174,"Tampa, FL",152,"Mobile, AL" +281,185,253,"Beaumont, TX",195,"New Orleans, LA" +281,186,194,"Lake Charles, LA",208,"Pascagoula, MS" +281,187,172,"Port Everglades, FL",195,"New Orleans, LA" +281,188,178,"Brunswick, GA",257,"Houston, TX" +281,189,193,"Baton Rouge, LA",195,"New Orleans, LA" +281,190,245,"Charleston, SC",152,"Mobile, AL" +281,191,195,"New Orleans, LA",195,"New Orleans, LA" +281,192,177,"Savannah, GA",172,"Port Everglades, FL" +281,193,254,"Corpus Christi, TX",253,"Beaumont, TX" +281,194,257,"Houston, TX",253,"Beaumont, TX" +281,195,195,"New Orleans, LA",195,"New Orleans, LA" +281,196,257,"Houston, TX",195,"New Orleans, LA" +281,197,177,"Savannah, GA",172,"Port Everglades, FL" +281,198,265,"Norfolk Harbor, VA",245,"Charleston, SC" +281,199,217,"New York, NY and NJ",177,"Savannah, GA" +281,200,172,"Port Everglades, FL",172,"Port Everglades, FL" +281,201,198,"Baltimore, MD",245,"Charleston, SC" +281,202,195,"New Orleans, LA",174,"Tampa, FL" +281,203,177,"Savannah, GA",172,"Port Everglades, FL" +281,204,253,"Beaumont, TX",229,"Wilmington, NC" +281,205,198,"Baltimore, MD",229,"Wilmington, NC" +281,206,208,"Pascagoula, MS",253,"Beaumont, TX" +281,207,194,"Lake Charles, LA",177,"Savannah, GA" +281,208,257,"Houston, TX",208,"Pascagoula, MS" +281,209,195,"New Orleans, LA",195,"New Orleans, LA" +281,210,195,"New Orleans, LA",257,"Houston, TX" +281,211,195,"New Orleans, LA",253,"Beaumont, TX" +281,212,172,"Port Everglades, FL",195,"New Orleans, LA" +281,213,152,"Mobile, AL",208,"Pascagoula, MS" +281,214,253,"Beaumont, TX",152,"Mobile, AL" +281,215,194,"Lake Charles, LA",159,"Long Beach, CA" +281,216,177,"Savannah, GA",223,"New York, NY and NJ" +281,217,195,"New Orleans, LA",177,"Savannah, GA" +281,218,177,"Savannah, GA",245,"Charleston, SC" +281,219,265,"Norfolk Harbor, VA",245,"Charleston, SC" +281,220,195,"New Orleans, LA",194,"Lake Charles, LA" +281,221,177,"Savannah, GA",217,"New York, NY and NJ" +281,222,172,"Port Everglades, FL",223,"New York, NY and NJ" +281,223,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +281,224,195,"New Orleans, LA",223,"New York, NY and NJ" +281,225,195,"New Orleans, LA",198,"Baltimore, MD" +281,226,172,"Port Everglades, FL",245,"Charleston, SC" +281,227,172,"Port Everglades, FL",208,"Pascagoula, MS" +281,228,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +281,229,174,"Tampa, FL",229,"Wilmington, NC" +281,230,208,"Pascagoula, MS",257,"Houston, TX" +281,231,172,"Port Everglades, FL",194,"Lake Charles, LA" +281,232,253,"Beaumont, TX",229,"Wilmington, NC" +281,233,171,"Jacksonville, FL",171,"Jacksonville, FL" +281,234,152,"Mobile, AL",208,"Pascagoula, MS" +281,235,195,"New Orleans, LA",245,"Charleston, SC" +281,236,195,"New Orleans, LA",257,"Houston, TX" +281,237,253,"Beaumont, TX",194,"Lake Charles, LA" +281,238,195,"New Orleans, LA",254,"Corpus Christi, TX" +281,239,253,"Beaumont, TX",159,"Long Beach, CA" +281,240,254,"Corpus Christi, TX",178,"Brunswick, GA" +281,241,217,"New York, NY and NJ",223,"New York, NY and NJ" +281,242,152,"Mobile, AL",265,"Norfolk Harbor, VA" +281,243,194,"Lake Charles, LA",223,"New York, NY and NJ" +281,244,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +281,245,177,"Savannah, GA",245,"Charleston, SC" +281,246,152,"Mobile, AL",195,"New Orleans, LA" +281,247,174,"Tampa, FL",174,"Tampa, FL" +281,248,254,"Corpus Christi, TX",257,"Houston, TX" +281,249,152,"Mobile, AL",195,"New Orleans, LA" +281,250,193,"Baton Rouge, LA",195,"New Orleans, LA" +281,251,195,"New Orleans, LA",195,"New Orleans, LA" +281,252,257,"Houston, TX",257,"Houston, TX" +281,253,172,"Port Everglades, FL",193,"Baton Rouge, LA" +281,254,152,"Mobile, AL",257,"Houston, TX" +281,255,253,"Beaumont, TX",195,"New Orleans, LA" +281,256,257,"Houston, TX",257,"Houston, TX" +281,257,194,"Lake Charles, LA",257,"Houston, TX" +281,258,172,"Port Everglades, FL",257,"Houston, TX" +281,259,257,"Houston, TX",257,"Houston, TX" +281,260,195,"New Orleans, LA",245,"Charleston, SC" +281,261,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +281,262,254,"Corpus Christi, TX",257,"Houston, TX" +281,263,171,"Jacksonville, FL",198,"Baltimore, MD" +281,264,265,"Norfolk Harbor, VA",152,"Mobile, AL" +281,265,174,"Tampa, FL",177,"Savannah, GA" +281,266,172,"Port Everglades, FL",195,"New Orleans, LA" +281,267,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +281,268,257,"Houston, TX",257,"Houston, TX" +281,269,245,"Charleston, SC",194,"Lake Charles, LA" +281,270,177,"Savannah, GA",172,"Port Everglades, FL" +281,271,195,"New Orleans, LA",152,"Mobile, AL" +281,272,177,"Savannah, GA",177,"Savannah, GA" +281,273,152,"Mobile, AL",257,"Houston, TX" +282,1,169,"Wilmington, DE",169,"Wilmington, DE" +282,2,198,"Baltimore, MD",198,"Baltimore, MD" +282,3,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +282,4,198,"Baltimore, MD",198,"Baltimore, MD" +282,5,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,6,197,"Portland, ME",197,"Portland, ME" +282,7,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,8,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,9,201,"Boston, MA",201,"Boston, MA" +282,10,198,"Baltimore, MD",198,"Baltimore, MD" +282,11,244,"Providence, RI",244,"Providence, RI" +282,12,198,"Baltimore, MD",198,"Baltimore, MD" +282,13,217,"New York, NY and NJ",217,"New York, NY and NJ" +282,14,241,"Philadelphia, PA",241,"Philadelphia, PA" +282,15,217,"New York, NY and NJ",217,"New York, NY and NJ" +282,16,198,"Baltimore, MD",198,"Baltimore, MD" +282,17,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,18,201,"Boston, MA",201,"Boston, MA" +282,19,198,"Baltimore, MD",198,"Baltimore, MD" +282,20,217,"New York, NY and NJ",217,"New York, NY and NJ" +282,21,241,"Philadelphia, PA",241,"Philadelphia, PA" +282,22,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,23,201,"Boston, MA",201,"Boston, MA" +282,24,217,"New York, NY and NJ",217,"New York, NY and NJ" +282,25,241,"Philadelphia, PA",241,"Philadelphia, PA" +282,26,241,"Philadelphia, PA",241,"Philadelphia, PA" +282,27,197,"Portland, ME",197,"Portland, ME" +282,28,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +282,29,169,"Wilmington, DE",169,"Wilmington, DE" +282,30,197,"Portland, ME",197,"Portland, ME" +282,31,217,"New York, NY and NJ",217,"New York, NY and NJ" +282,32,197,"Portland, ME",197,"Portland, ME" +282,33,198,"Baltimore, MD",198,"Baltimore, MD" +282,34,217,"New York, NY and NJ",217,"New York, NY and NJ" +282,35,197,"Portland, ME",197,"Portland, ME" +282,36,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +282,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,38,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +282,39,217,"New York, NY and NJ",217,"New York, NY and NJ" +282,40,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +282,41,244,"Providence, RI",244,"Providence, RI" +282,42,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +282,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,44,241,"Philadelphia, PA",241,"Philadelphia, PA" +282,45,201,"Boston, MA",201,"Boston, MA" +282,46,198,"Baltimore, MD",198,"Baltimore, MD" +282,47,217,"New York, NY and NJ",217,"New York, NY and NJ" +282,48,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,49,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,50,244,"Providence, RI",244,"Providence, RI" +282,51,217,"New York, NY and NJ",217,"New York, NY and NJ" +282,52,244,"Providence, RI",244,"Providence, RI" +282,53,201,"Boston, MA",201,"Boston, MA" +282,54,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,55,197,"Portland, ME",197,"Portland, ME" +282,56,217,"New York, NY and NJ",217,"New York, NY and NJ" +282,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,58,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,59,217,"New York, NY and NJ",217,"New York, NY and NJ" +282,60,241,"Philadelphia, PA",241,"Philadelphia, PA" +282,61,201,"Boston, MA",201,"Boston, MA" +282,62,217,"New York, NY and NJ",217,"New York, NY and NJ" +282,63,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,64,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,65,241,"Philadelphia, PA",241,"Philadelphia, PA" +282,66,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,67,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,68,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,69,201,"Boston, MA",201,"Boston, MA" +282,70,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +282,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,74,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +282,75,197,"Portland, ME",197,"Portland, ME" +282,76,241,"Philadelphia, PA",241,"Philadelphia, PA" +282,77,201,"Boston, MA",201,"Boston, MA" +282,78,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +282,79,241,"Philadelphia, PA",241,"Philadelphia, PA" +282,80,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,81,217,"New York, NY and NJ",217,"New York, NY and NJ" +282,82,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +282,83,244,"Providence, RI",244,"Providence, RI" +282,84,197,"Portland, ME",197,"Portland, ME" +282,85,217,"New York, NY and NJ",217,"New York, NY and NJ" +282,86,241,"Philadelphia, PA",241,"Philadelphia, PA" +282,87,241,"Philadelphia, PA",241,"Philadelphia, PA" +282,88,244,"Providence, RI",244,"Providence, RI" +282,89,197,"Portland, ME",197,"Portland, ME" +282,90,197,"Portland, ME",197,"Portland, ME" +282,91,244,"Providence, RI",244,"Providence, RI" +282,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +282,93,241,"Philadelphia, PA",241,"Philadelphia, PA" +282,94,197,"Portland, ME",197,"Portland, ME" +282,95,241,"Philadelphia, PA",241,"Philadelphia, PA" +282,96,201,"Boston, MA",201,"Boston, MA" +282,97,201,"Boston, MA",201,"Boston, MA" +282,98,241,"Philadelphia, PA",241,"Philadelphia, PA" +282,99,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,100,201,"Boston, MA",201,"Boston, MA" +282,101,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,102,201,"Boston, MA",201,"Boston, MA" +282,103,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +282,104,241,"Philadelphia, PA",241,"Philadelphia, PA" +282,105,197,"Portland, ME",197,"Portland, ME" +282,106,169,"Wilmington, DE",169,"Wilmington, DE" +282,107,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,108,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +282,109,201,"Boston, MA",201,"Boston, MA" +282,110,198,"Baltimore, MD",198,"Baltimore, MD" +282,111,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,112,217,"New York, NY and NJ",217,"New York, NY and NJ" +282,113,197,"Portland, ME",197,"Portland, ME" +282,114,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +282,115,198,"Baltimore, MD",198,"Baltimore, MD" +282,116,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,117,217,"New York, NY and NJ",217,"New York, NY and NJ" +282,118,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,119,201,"Boston, MA",201,"Boston, MA" +282,120,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,121,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,122,241,"Philadelphia, PA",241,"Philadelphia, PA" +282,123,201,"Boston, MA",201,"Boston, MA" +282,124,241,"Philadelphia, PA",241,"Philadelphia, PA" +282,125,217,"New York, NY and NJ",217,"New York, NY and NJ" +282,126,217,"New York, NY and NJ",217,"New York, NY and NJ" +282,127,217,"New York, NY and NJ",217,"New York, NY and NJ" +282,128,198,"Baltimore, MD",198,"Baltimore, MD" +282,129,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +282,130,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +282,131,198,"Baltimore, MD",198,"Baltimore, MD" +282,132,198,"Baltimore, MD",198,"Baltimore, MD" +282,151,217,"New York, NY and NJ",244,"Providence, RI" +282,152,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +282,153,201,"Boston, MA",218,"Camden-Gloucester, NJ" +282,154,154,"Anchorage, AK",154,"Anchorage, AK" +282,155,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,156,197,"Portland, ME",229,"Wilmington, NC" +282,157,223,"New York, NY and NJ",217,"New York, NY and NJ" +282,158,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +282,159,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +282,160,241,"Philadelphia, PA",223,"New York, NY and NJ" +282,161,265,"Norfolk Harbor, VA",177,"Savannah, GA" +282,162,223,"New York, NY and NJ",217,"New York, NY and NJ" +282,163,197,"Portland, ME",218,"Camden-Gloucester, NJ" +282,164,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +282,165,197,"Portland, ME",217,"New York, NY and NJ" +282,166,217,"New York, NY and NJ",197,"Portland, ME" +282,167,223,"New York, NY and NJ",197,"Portland, ME" +282,168,244,"Providence, RI",223,"New York, NY and NJ" +282,169,244,"Providence, RI",223,"New York, NY and NJ" +282,170,217,"New York, NY and NJ",217,"New York, NY and NJ" +282,171,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +282,172,198,"Baltimore, MD",217,"New York, NY and NJ" +282,173,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +282,174,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +282,175,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +282,176,217,"New York, NY and NJ",178,"Brunswick, GA" +282,177,198,"Baltimore, MD",223,"New York, NY and NJ" +282,178,223,"New York, NY and NJ",241,"Philadelphia, PA" +282,179,179,"Honolulu, HI",179,"Honolulu, HI" +282,180,179,"Honolulu, HI",179,"Honolulu, HI" +282,181,198,"Baltimore, MD",217,"New York, NY and NJ" +282,183,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +282,184,244,"Providence, RI",223,"New York, NY and NJ" +282,185,201,"Boston, MA",217,"New York, NY and NJ" +282,186,197,"Portland, ME",218,"Camden-Gloucester, NJ" +282,187,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,188,223,"New York, NY and NJ",197,"Portland, ME" +282,189,217,"New York, NY and NJ",217,"New York, NY and NJ" +282,190,217,"New York, NY and NJ",241,"Philadelphia, PA" +282,191,201,"Boston, MA",241,"Philadelphia, PA" +282,192,223,"New York, NY and NJ",201,"Boston, MA" +282,193,201,"Boston, MA",265,"Norfolk Harbor, VA" +282,194,223,"New York, NY and NJ",217,"New York, NY and NJ" +282,195,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +282,196,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +282,197,217,"New York, NY and NJ",217,"New York, NY and NJ" +282,198,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +282,199,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +282,200,197,"Portland, ME",223,"New York, NY and NJ" +282,201,223,"New York, NY and NJ",197,"Portland, ME" +282,202,201,"Boston, MA",223,"New York, NY and NJ" +282,203,244,"Providence, RI",198,"Baltimore, MD" +282,204,241,"Philadelphia, PA",201,"Boston, MA" +282,205,241,"Philadelphia, PA",241,"Philadelphia, PA" +282,206,223,"New York, NY and NJ",198,"Baltimore, MD" +282,207,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,208,198,"Baltimore, MD",217,"New York, NY and NJ" +282,209,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +282,210,169,"Wilmington, DE",198,"Baltimore, MD" +282,211,217,"New York, NY and NJ",223,"New York, NY and NJ" +282,212,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +282,213,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,214,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +282,215,198,"Baltimore, MD",152,"Mobile, AL" +282,216,169,"Wilmington, DE",217,"New York, NY and NJ" +282,217,217,"New York, NY and NJ",223,"New York, NY and NJ" +282,218,201,"Boston, MA",218,"Camden-Gloucester, NJ" +282,219,201,"Boston, MA",197,"Portland, ME" +282,220,197,"Portland, ME",218,"Camden-Gloucester, NJ" +282,221,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,222,201,"Boston, MA",223,"New York, NY and NJ" +282,223,197,"Portland, ME",198,"Baltimore, MD" +282,224,198,"Baltimore, MD",241,"Philadelphia, PA" +282,225,223,"New York, NY and NJ",169,"Wilmington, DE" +282,226,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +282,227,223,"New York, NY and NJ",223,"New York, NY and NJ" +282,228,223,"New York, NY and NJ",241,"Philadelphia, PA" +282,229,244,"Providence, RI",201,"Boston, MA" +282,230,198,"Baltimore, MD",197,"Portland, ME" +282,231,197,"Portland, ME",265,"Norfolk Harbor, VA" +282,232,217,"New York, NY and NJ",217,"New York, NY and NJ" +282,233,223,"New York, NY and NJ",198,"Baltimore, MD" +282,234,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +282,235,223,"New York, NY and NJ",217,"New York, NY and NJ" +282,236,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +282,237,217,"New York, NY and NJ",208,"Pascagoula, MS" +282,238,198,"Baltimore, MD",223,"New York, NY and NJ" +282,239,223,"New York, NY and NJ",217,"New York, NY and NJ" +282,240,198,"Baltimore, MD",241,"Philadelphia, PA" +282,241,241,"Philadelphia, PA",197,"Portland, ME" +282,242,223,"New York, NY and NJ",217,"New York, NY and NJ" +282,243,223,"New York, NY and NJ",217,"New York, NY and NJ" +282,244,197,"Portland, ME",241,"Philadelphia, PA" +282,245,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +282,246,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +282,247,198,"Baltimore, MD",197,"Portland, ME" +282,248,217,"New York, NY and NJ",198,"Baltimore, MD" +282,249,241,"Philadelphia, PA",217,"New York, NY and NJ" +282,250,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +282,251,197,"Portland, ME",198,"Baltimore, MD" +282,252,244,"Providence, RI",217,"New York, NY and NJ" +282,253,197,"Portland, ME",217,"New York, NY and NJ" +282,254,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +282,255,197,"Portland, ME",208,"Pascagoula, MS" +282,256,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +282,257,223,"New York, NY and NJ",177,"Savannah, GA" +282,258,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +282,259,217,"New York, NY and NJ",171,"Jacksonville, FL" +282,260,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +282,261,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +282,262,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +282,263,241,"Philadelphia, PA",198,"Baltimore, MD" +282,264,217,"New York, NY and NJ",229,"Wilmington, NC" +282,265,218,"Camden-Gloucester, NJ",229,"Wilmington, NC" +282,266,169,"Wilmington, DE",223,"New York, NY and NJ" +282,267,218,"Camden-Gloucester, NJ",197,"Portland, ME" +282,268,217,"New York, NY and NJ",201,"Boston, MA" +282,269,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +282,270,217,"New York, NY and NJ",241,"Philadelphia, PA" +282,271,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +282,272,201,"Boston, MA",218,"Camden-Gloucester, NJ" +282,273,223,"New York, NY and NJ",198,"Baltimore, MD" +283,1,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,2,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,3,177,"Savannah, GA",177,"Savannah, GA" +283,4,177,"Savannah, GA",177,"Savannah, GA" +283,5,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,6,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,7,174,"Tampa, FL",174,"Tampa, FL" +283,8,174,"Tampa, FL",174,"Tampa, FL" +283,9,174,"Tampa, FL",174,"Tampa, FL" +283,10,177,"Savannah, GA",177,"Savannah, GA" +283,11,177,"Savannah, GA",177,"Savannah, GA" +283,12,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,13,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,14,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,15,174,"Tampa, FL",174,"Tampa, FL" +283,16,177,"Savannah, GA",177,"Savannah, GA" +283,17,177,"Savannah, GA",177,"Savannah, GA" +283,18,178,"Brunswick, GA",178,"Brunswick, GA" +283,19,245,"Charleston, SC",245,"Charleston, SC" +283,20,174,"Tampa, FL",174,"Tampa, FL" +283,21,174,"Tampa, FL",174,"Tampa, FL" +283,22,174,"Tampa, FL",174,"Tampa, FL" +283,23,152,"Mobile, AL",152,"Mobile, AL" +283,24,171,"Jacksonville, FL",171,"Jacksonville, FL" +283,25,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,26,171,"Jacksonville, FL",171,"Jacksonville, FL" +283,27,177,"Savannah, GA",177,"Savannah, GA" +283,28,171,"Jacksonville, FL",171,"Jacksonville, FL" +283,29,177,"Savannah, GA",177,"Savannah, GA" +283,30,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,31,174,"Tampa, FL",174,"Tampa, FL" +283,32,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,33,171,"Jacksonville, FL",171,"Jacksonville, FL" +283,34,174,"Tampa, FL",174,"Tampa, FL" +283,35,174,"Tampa, FL",174,"Tampa, FL" +283,36,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,37,177,"Savannah, GA",177,"Savannah, GA" +283,38,171,"Jacksonville, FL",171,"Jacksonville, FL" +283,39,177,"Savannah, GA",177,"Savannah, GA" +283,40,171,"Jacksonville, FL",171,"Jacksonville, FL" +283,41,177,"Savannah, GA",177,"Savannah, GA" +283,42,152,"Mobile, AL",152,"Mobile, AL" +283,43,229,"Wilmington, NC",229,"Wilmington, NC" +283,44,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,45,245,"Charleston, SC",245,"Charleston, SC" +283,46,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,47,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,48,178,"Brunswick, GA",178,"Brunswick, GA" +283,49,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,50,245,"Charleston, SC",245,"Charleston, SC" +283,51,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,52,177,"Savannah, GA",177,"Savannah, GA" +283,53,178,"Brunswick, GA",178,"Brunswick, GA" +283,54,245,"Charleston, SC",245,"Charleston, SC" +283,55,177,"Savannah, GA",177,"Savannah, GA" +283,56,174,"Tampa, FL",174,"Tampa, FL" +283,57,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,58,174,"Tampa, FL",174,"Tampa, FL" +283,59,245,"Charleston, SC",245,"Charleston, SC" +283,60,171,"Jacksonville, FL",171,"Jacksonville, FL" +283,61,177,"Savannah, GA",177,"Savannah, GA" +283,62,195,"New Orleans, LA",195,"New Orleans, LA" +283,63,171,"Jacksonville, FL",171,"Jacksonville, FL" +283,64,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,65,245,"Charleston, SC",245,"Charleston, SC" +283,66,177,"Savannah, GA",177,"Savannah, GA" +283,67,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,68,174,"Tampa, FL",174,"Tampa, FL" +283,69,178,"Brunswick, GA",178,"Brunswick, GA" +283,70,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,71,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,72,174,"Tampa, FL",174,"Tampa, FL" +283,73,177,"Savannah, GA",177,"Savannah, GA" +283,74,177,"Savannah, GA",177,"Savannah, GA" +283,75,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,76,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,77,174,"Tampa, FL",174,"Tampa, FL" +283,78,171,"Jacksonville, FL",171,"Jacksonville, FL" +283,79,178,"Brunswick, GA",178,"Brunswick, GA" +283,80,174,"Tampa, FL",174,"Tampa, FL" +283,81,245,"Charleston, SC",245,"Charleston, SC" +283,82,178,"Brunswick, GA",178,"Brunswick, GA" +283,83,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +283,84,174,"Tampa, FL",174,"Tampa, FL" +283,85,245,"Charleston, SC",245,"Charleston, SC" +283,86,245,"Charleston, SC",245,"Charleston, SC" +283,87,245,"Charleston, SC",245,"Charleston, SC" +283,88,174,"Tampa, FL",174,"Tampa, FL" +283,89,245,"Charleston, SC",245,"Charleston, SC" +283,90,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,91,245,"Charleston, SC",245,"Charleston, SC" +283,92,245,"Charleston, SC",245,"Charleston, SC" +283,93,177,"Savannah, GA",177,"Savannah, GA" +283,94,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,95,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +283,96,177,"Savannah, GA",177,"Savannah, GA" +283,97,195,"New Orleans, LA",195,"New Orleans, LA" +283,98,177,"Savannah, GA",177,"Savannah, GA" +283,99,177,"Savannah, GA",177,"Savannah, GA" +283,100,174,"Tampa, FL",174,"Tampa, FL" +283,101,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,102,177,"Savannah, GA",177,"Savannah, GA" +283,103,177,"Savannah, GA",177,"Savannah, GA" +283,104,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,105,177,"Savannah, GA",177,"Savannah, GA" +283,106,245,"Charleston, SC",245,"Charleston, SC" +283,107,177,"Savannah, GA",177,"Savannah, GA" +283,108,174,"Tampa, FL",174,"Tampa, FL" +283,109,177,"Savannah, GA",177,"Savannah, GA" +283,110,152,"Mobile, AL",152,"Mobile, AL" +283,111,195,"New Orleans, LA",195,"New Orleans, LA" +283,112,174,"Tampa, FL",174,"Tampa, FL" +283,113,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,114,171,"Jacksonville, FL",171,"Jacksonville, FL" +283,115,245,"Charleston, SC",245,"Charleston, SC" +283,116,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,117,177,"Savannah, GA",177,"Savannah, GA" +283,118,171,"Jacksonville, FL",171,"Jacksonville, FL" +283,119,177,"Savannah, GA",177,"Savannah, GA" +283,120,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,121,174,"Tampa, FL",174,"Tampa, FL" +283,122,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,123,245,"Charleston, SC",245,"Charleston, SC" +283,124,177,"Savannah, GA",177,"Savannah, GA" +283,125,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,126,177,"Savannah, GA",177,"Savannah, GA" +283,127,177,"Savannah, GA",177,"Savannah, GA" +283,128,177,"Savannah, GA",177,"Savannah, GA" +283,129,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,130,174,"Tampa, FL",174,"Tampa, FL" +283,131,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,132,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,151,177,"Savannah, GA",172,"Port Everglades, FL" +283,152,195,"New Orleans, LA",152,"Mobile, AL" +283,153,195,"New Orleans, LA",195,"New Orleans, LA" +283,154,154,"Anchorage, AK",154,"Anchorage, AK" +283,155,245,"Charleston, SC",208,"Pascagoula, MS" +283,156,194,"Lake Charles, LA",195,"New Orleans, LA" +283,157,171,"Jacksonville, FL",195,"New Orleans, LA" +283,158,152,"Mobile, AL",152,"Mobile, AL" +283,159,177,"Savannah, GA",253,"Beaumont, TX" +283,160,174,"Tampa, FL",195,"New Orleans, LA" +283,161,177,"Savannah, GA",195,"New Orleans, LA" +283,162,152,"Mobile, AL",194,"Lake Charles, LA" +283,163,195,"New Orleans, LA",194,"Lake Charles, LA" +283,164,177,"Savannah, GA",253,"Beaumont, TX" +283,165,172,"Port Everglades, FL",257,"Houston, TX" +283,166,217,"New York, NY and NJ",172,"Port Everglades, FL" +283,167,177,"Savannah, GA",265,"Norfolk Harbor, VA" +283,168,177,"Savannah, GA",198,"Baltimore, MD" +283,169,171,"Jacksonville, FL",245,"Charleston, SC" +283,170,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +283,171,172,"Port Everglades, FL",177,"Savannah, GA" +283,172,172,"Port Everglades, FL",177,"Savannah, GA" +283,173,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,174,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,175,177,"Savannah, GA",177,"Savannah, GA" +283,176,245,"Charleston, SC",172,"Port Everglades, FL" +283,177,172,"Port Everglades, FL",245,"Charleston, SC" +283,178,174,"Tampa, FL",172,"Port Everglades, FL" +283,179,179,"Honolulu, HI",179,"Honolulu, HI" +283,180,179,"Honolulu, HI",179,"Honolulu, HI" +283,181,174,"Tampa, FL",257,"Houston, TX" +283,183,174,"Tampa, FL",172,"Port Everglades, FL" +283,184,171,"Jacksonville, FL",172,"Port Everglades, FL" +283,185,174,"Tampa, FL",174,"Tampa, FL" +283,186,174,"Tampa, FL",172,"Port Everglades, FL" +283,187,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +283,188,172,"Port Everglades, FL",152,"Mobile, AL" +283,189,195,"New Orleans, LA",208,"Pascagoula, MS" +283,190,177,"Savannah, GA",195,"New Orleans, LA" +283,191,174,"Tampa, FL",172,"Port Everglades, FL" +283,192,174,"Tampa, FL",177,"Savannah, GA" +283,193,171,"Jacksonville, FL",195,"New Orleans, LA" +283,194,195,"New Orleans, LA",257,"Houston, TX" +283,195,174,"Tampa, FL",195,"New Orleans, LA" +283,196,177,"Savannah, GA",193,"Baton Rouge, LA" +283,197,177,"Savannah, GA",198,"Baltimore, MD" +283,198,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +283,199,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +283,200,172,"Port Everglades, FL",198,"Baltimore, MD" +283,201,245,"Charleston, SC",245,"Charleston, SC" +283,202,177,"Savannah, GA",171,"Jacksonville, FL" +283,203,245,"Charleston, SC",177,"Savannah, GA" +283,204,171,"Jacksonville, FL",245,"Charleston, SC" +283,205,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +283,206,177,"Savannah, GA",174,"Tampa, FL" +283,207,177,"Savannah, GA",177,"Savannah, GA" +283,208,174,"Tampa, FL",195,"New Orleans, LA" +283,209,177,"Savannah, GA",152,"Mobile, AL" +283,210,174,"Tampa, FL",171,"Jacksonville, FL" +283,211,177,"Savannah, GA",193,"Baton Rouge, LA" +283,212,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +283,213,174,"Tampa, FL",152,"Mobile, AL" +283,214,172,"Port Everglades, FL",208,"Pascagoula, MS" +283,215,152,"Mobile, AL",195,"New Orleans, LA" +283,216,265,"Norfolk Harbor, VA",245,"Charleston, SC" +283,217,177,"Savannah, GA",265,"Norfolk Harbor, VA" +283,218,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +283,219,172,"Port Everglades, FL",198,"Baltimore, MD" +283,220,172,"Port Everglades, FL",195,"New Orleans, LA" +283,221,174,"Tampa, FL",198,"Baltimore, MD" +283,222,171,"Jacksonville, FL",217,"New York, NY and NJ" +283,223,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +283,224,171,"Jacksonville, FL",218,"Camden-Gloucester, NJ" +283,225,245,"Charleston, SC",172,"Port Everglades, FL" +283,226,177,"Savannah, GA",229,"Wilmington, NC" +283,227,245,"Charleston, SC",172,"Port Everglades, FL" +283,228,229,"Wilmington, NC",177,"Savannah, GA" +283,229,177,"Savannah, GA",171,"Jacksonville, FL" +283,230,172,"Port Everglades, FL",152,"Mobile, AL" +283,231,174,"Tampa, FL",208,"Pascagoula, MS" +283,232,177,"Savannah, GA",177,"Savannah, GA" +283,233,177,"Savannah, GA",174,"Tampa, FL" +283,234,177,"Savannah, GA",265,"Norfolk Harbor, VA" +283,235,177,"Savannah, GA",174,"Tampa, FL" +283,236,245,"Charleston, SC",253,"Beaumont, TX" +283,237,172,"Port Everglades, FL",195,"New Orleans, LA" +283,238,195,"New Orleans, LA",194,"Lake Charles, LA" +283,239,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +283,240,177,"Savannah, GA",241,"Philadelphia, PA" +283,241,172,"Port Everglades, FL",198,"Baltimore, MD" +283,242,174,"Tampa, FL",229,"Wilmington, NC" +283,243,245,"Charleston, SC",171,"Jacksonville, FL" +283,244,172,"Port Everglades, FL",217,"New York, NY and NJ" +283,245,177,"Savannah, GA",172,"Port Everglades, FL" +283,246,177,"Savannah, GA",178,"Brunswick, GA" +283,247,177,"Savannah, GA",245,"Charleston, SC" +283,248,195,"New Orleans, LA",152,"Mobile, AL" +283,249,174,"Tampa, FL",177,"Savannah, GA" +283,250,172,"Port Everglades, FL",245,"Charleston, SC" +283,251,172,"Port Everglades, FL",174,"Tampa, FL" +283,252,195,"New Orleans, LA",257,"Houston, TX" +283,253,195,"New Orleans, LA",253,"Beaumont, TX" +283,254,195,"New Orleans, LA",172,"Port Everglades, FL" +283,255,195,"New Orleans, LA",208,"Pascagoula, MS" +283,256,171,"Jacksonville, FL",208,"Pascagoula, MS" +283,257,193,"Baton Rouge, LA",257,"Houston, TX" +283,258,172,"Port Everglades, FL",257,"Houston, TX" +283,259,195,"New Orleans, LA",194,"Lake Charles, LA" +283,260,174,"Tampa, FL",257,"Houston, TX" +283,261,171,"Jacksonville, FL",195,"New Orleans, LA" +283,262,245,"Charleston, SC",195,"New Orleans, LA" +283,263,177,"Savannah, GA",223,"New York, NY and NJ" +283,264,265,"Norfolk Harbor, VA",174,"Tampa, FL" +283,265,177,"Savannah, GA",265,"Norfolk Harbor, VA" +283,266,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +283,267,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +283,268,174,"Tampa, FL",195,"New Orleans, LA" +283,269,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,270,172,"Port Everglades, FL",172,"Port Everglades, FL" +283,271,177,"Savannah, GA",265,"Norfolk Harbor, VA" +283,272,245,"Charleston, SC",172,"Port Everglades, FL" +283,273,172,"Port Everglades, FL",177,"Savannah, GA" +284,1,159,"Long Beach, CA",159,"Long Beach, CA" +284,2,159,"Long Beach, CA",159,"Long Beach, CA" +284,3,268,"Seattle, WA",268,"Seattle, WA" +284,4,268,"Seattle, WA",268,"Seattle, WA" +284,5,269,"Longview, WA",269,"Longview, WA" +284,6,162,"Oakland, CA",162,"Oakland, CA" +284,7,159,"Long Beach, CA",159,"Long Beach, CA" +284,8,269,"Longview, WA",269,"Longview, WA" +284,9,239,"Portland, OR",239,"Portland, OR" +284,10,162,"Oakland, CA",162,"Oakland, CA" +284,11,159,"Long Beach, CA",159,"Long Beach, CA" +284,12,159,"Long Beach, CA",159,"Long Beach, CA" +284,13,268,"Seattle, WA",268,"Seattle, WA" +284,14,268,"Seattle, WA",268,"Seattle, WA" +284,15,162,"Oakland, CA",162,"Oakland, CA" +284,16,159,"Long Beach, CA",159,"Long Beach, CA" +284,17,159,"Long Beach, CA",159,"Long Beach, CA" +284,18,159,"Long Beach, CA",159,"Long Beach, CA" +284,19,269,"Longview, WA",269,"Longview, WA" +284,20,159,"Long Beach, CA",159,"Long Beach, CA" +284,21,159,"Long Beach, CA",159,"Long Beach, CA" +284,22,162,"Oakland, CA",162,"Oakland, CA" +284,23,162,"Oakland, CA",162,"Oakland, CA" +284,24,159,"Long Beach, CA",159,"Long Beach, CA" +284,25,159,"Long Beach, CA",159,"Long Beach, CA" +284,26,159,"Long Beach, CA",159,"Long Beach, CA" +284,27,268,"Seattle, WA",268,"Seattle, WA" +284,28,159,"Long Beach, CA",159,"Long Beach, CA" +284,29,159,"Long Beach, CA",159,"Long Beach, CA" +284,30,159,"Long Beach, CA",159,"Long Beach, CA" +284,31,162,"Oakland, CA",162,"Oakland, CA" +284,32,268,"Seattle, WA",268,"Seattle, WA" +284,33,159,"Long Beach, CA",159,"Long Beach, CA" +284,34,269,"Longview, WA",269,"Longview, WA" +284,35,159,"Long Beach, CA",159,"Long Beach, CA" +284,36,159,"Long Beach, CA",159,"Long Beach, CA" +284,37,268,"Seattle, WA",268,"Seattle, WA" +284,38,159,"Long Beach, CA",159,"Long Beach, CA" +284,39,159,"Long Beach, CA",159,"Long Beach, CA" +284,40,268,"Seattle, WA",268,"Seattle, WA" +284,41,159,"Long Beach, CA",159,"Long Beach, CA" +284,42,159,"Long Beach, CA",159,"Long Beach, CA" +284,43,159,"Long Beach, CA",159,"Long Beach, CA" +284,44,268,"Seattle, WA",268,"Seattle, WA" +284,45,159,"Long Beach, CA",159,"Long Beach, CA" +284,46,159,"Long Beach, CA",159,"Long Beach, CA" +284,47,239,"Portland, OR",239,"Portland, OR" +284,48,268,"Seattle, WA",268,"Seattle, WA" +284,49,159,"Long Beach, CA",159,"Long Beach, CA" +284,50,268,"Seattle, WA",268,"Seattle, WA" +284,51,268,"Seattle, WA",268,"Seattle, WA" +284,52,162,"Oakland, CA",162,"Oakland, CA" +284,53,268,"Seattle, WA",268,"Seattle, WA" +284,54,159,"Long Beach, CA",159,"Long Beach, CA" +284,55,159,"Long Beach, CA",159,"Long Beach, CA" +284,56,159,"Long Beach, CA",159,"Long Beach, CA" +284,57,268,"Seattle, WA",268,"Seattle, WA" +284,58,268,"Seattle, WA",268,"Seattle, WA" +284,59,159,"Long Beach, CA",159,"Long Beach, CA" +284,60,268,"Seattle, WA",268,"Seattle, WA" +284,61,269,"Longview, WA",269,"Longview, WA" +284,62,159,"Long Beach, CA",159,"Long Beach, CA" +284,63,239,"Portland, OR",239,"Portland, OR" +284,64,159,"Long Beach, CA",159,"Long Beach, CA" +284,65,159,"Long Beach, CA",159,"Long Beach, CA" +284,66,159,"Long Beach, CA",159,"Long Beach, CA" +284,67,268,"Seattle, WA",268,"Seattle, WA" +284,68,268,"Seattle, WA",268,"Seattle, WA" +284,69,159,"Long Beach, CA",159,"Long Beach, CA" +284,70,239,"Portland, OR",239,"Portland, OR" +284,71,159,"Long Beach, CA",159,"Long Beach, CA" +284,72,239,"Portland, OR",239,"Portland, OR" +284,73,159,"Long Beach, CA",159,"Long Beach, CA" +284,74,159,"Long Beach, CA",159,"Long Beach, CA" +284,75,159,"Long Beach, CA",159,"Long Beach, CA" +284,76,268,"Seattle, WA",268,"Seattle, WA" +284,77,162,"Oakland, CA",162,"Oakland, CA" +284,78,159,"Long Beach, CA",159,"Long Beach, CA" +284,79,269,"Longview, WA",269,"Longview, WA" +284,80,162,"Oakland, CA",162,"Oakland, CA" +284,81,162,"Oakland, CA",162,"Oakland, CA" +284,82,159,"Long Beach, CA",159,"Long Beach, CA" +284,83,159,"Long Beach, CA",159,"Long Beach, CA" +284,84,159,"Long Beach, CA",159,"Long Beach, CA" +284,85,159,"Long Beach, CA",159,"Long Beach, CA" +284,86,159,"Long Beach, CA",159,"Long Beach, CA" +284,87,159,"Long Beach, CA",159,"Long Beach, CA" +284,88,159,"Long Beach, CA",159,"Long Beach, CA" +284,89,239,"Portland, OR",239,"Portland, OR" +284,90,159,"Long Beach, CA",159,"Long Beach, CA" +284,91,239,"Portland, OR",239,"Portland, OR" +284,92,269,"Longview, WA",269,"Longview, WA" +284,93,159,"Long Beach, CA",159,"Long Beach, CA" +284,94,159,"Long Beach, CA",159,"Long Beach, CA" +284,95,159,"Long Beach, CA",159,"Long Beach, CA" +284,96,162,"Oakland, CA",162,"Oakland, CA" +284,97,159,"Long Beach, CA",159,"Long Beach, CA" +284,98,159,"Long Beach, CA",159,"Long Beach, CA" +284,99,268,"Seattle, WA",268,"Seattle, WA" +284,100,269,"Longview, WA",269,"Longview, WA" +284,101,159,"Long Beach, CA",159,"Long Beach, CA" +284,102,159,"Long Beach, CA",159,"Long Beach, CA" +284,103,159,"Long Beach, CA",159,"Long Beach, CA" +284,104,162,"Oakland, CA",162,"Oakland, CA" +284,105,268,"Seattle, WA",268,"Seattle, WA" +284,106,159,"Long Beach, CA",159,"Long Beach, CA" +284,107,239,"Portland, OR",239,"Portland, OR" +284,108,159,"Long Beach, CA",159,"Long Beach, CA" +284,109,268,"Seattle, WA",268,"Seattle, WA" +284,110,162,"Oakland, CA",162,"Oakland, CA" +284,111,159,"Long Beach, CA",159,"Long Beach, CA" +284,112,159,"Long Beach, CA",159,"Long Beach, CA" +284,113,268,"Seattle, WA",268,"Seattle, WA" +284,114,268,"Seattle, WA",268,"Seattle, WA" +284,115,159,"Long Beach, CA",159,"Long Beach, CA" +284,116,268,"Seattle, WA",268,"Seattle, WA" +284,117,159,"Long Beach, CA",159,"Long Beach, CA" +284,118,269,"Longview, WA",269,"Longview, WA" +284,119,159,"Long Beach, CA",159,"Long Beach, CA" +284,120,268,"Seattle, WA",268,"Seattle, WA" +284,121,159,"Long Beach, CA",159,"Long Beach, CA" +284,122,159,"Long Beach, CA",159,"Long Beach, CA" +284,123,269,"Longview, WA",269,"Longview, WA" +284,124,268,"Seattle, WA",268,"Seattle, WA" +284,125,162,"Oakland, CA",162,"Oakland, CA" +284,126,159,"Long Beach, CA",159,"Long Beach, CA" +284,127,268,"Seattle, WA",268,"Seattle, WA" +284,128,159,"Long Beach, CA",159,"Long Beach, CA" +284,129,159,"Long Beach, CA",159,"Long Beach, CA" +284,130,268,"Seattle, WA",268,"Seattle, WA" +284,131,162,"Oakland, CA",162,"Oakland, CA" +284,132,159,"Long Beach, CA",159,"Long Beach, CA" +284,151,239,"Portland, OR",159,"Long Beach, CA" +284,152,269,"Longview, WA",159,"Long Beach, CA" +284,153,162,"Oakland, CA",268,"Seattle, WA" +284,154,154,"Anchorage, AK",154,"Anchorage, AK" +284,155,159,"Long Beach, CA",159,"Long Beach, CA" +284,156,268,"Seattle, WA",159,"Long Beach, CA" +284,157,239,"Portland, OR",162,"Oakland, CA" +284,158,159,"Long Beach, CA",159,"Long Beach, CA" +284,159,159,"Long Beach, CA",162,"Oakland, CA" +284,160,159,"Long Beach, CA",159,"Long Beach, CA" +284,161,159,"Long Beach, CA",159,"Long Beach, CA" +284,162,159,"Long Beach, CA",268,"Seattle, WA" +284,163,268,"Seattle, WA",159,"Long Beach, CA" +284,164,159,"Long Beach, CA",162,"Oakland, CA" +284,165,162,"Oakland, CA",268,"Seattle, WA" +284,166,159,"Long Beach, CA",159,"Long Beach, CA" +284,167,159,"Long Beach, CA",239,"Portland, OR" +284,168,268,"Seattle, WA",159,"Long Beach, CA" +284,169,269,"Longview, WA",162,"Oakland, CA" +284,170,268,"Seattle, WA",159,"Long Beach, CA" +284,171,159,"Long Beach, CA",159,"Long Beach, CA" +284,172,162,"Oakland, CA",268,"Seattle, WA" +284,173,159,"Long Beach, CA",159,"Long Beach, CA" +284,174,159,"Long Beach, CA",159,"Long Beach, CA" +284,175,159,"Long Beach, CA",269,"Longview, WA" +284,176,162,"Oakland, CA",269,"Longview, WA" +284,177,162,"Oakland, CA",159,"Long Beach, CA" +284,178,159,"Long Beach, CA",162,"Oakland, CA" +284,179,179,"Honolulu, HI",179,"Honolulu, HI" +284,180,179,"Honolulu, HI",179,"Honolulu, HI" +284,181,268,"Seattle, WA",159,"Long Beach, CA" +284,183,268,"Seattle, WA",162,"Oakland, CA" +284,184,268,"Seattle, WA",159,"Long Beach, CA" +284,185,159,"Long Beach, CA",159,"Long Beach, CA" +284,186,159,"Long Beach, CA",159,"Long Beach, CA" +284,187,159,"Long Beach, CA",268,"Seattle, WA" +284,188,159,"Long Beach, CA",159,"Long Beach, CA" +284,189,159,"Long Beach, CA",162,"Oakland, CA" +284,190,268,"Seattle, WA",268,"Seattle, WA" +284,191,268,"Seattle, WA",159,"Long Beach, CA" +284,192,269,"Longview, WA",159,"Long Beach, CA" +284,193,162,"Oakland, CA",159,"Long Beach, CA" +284,194,268,"Seattle, WA",159,"Long Beach, CA" +284,195,159,"Long Beach, CA",159,"Long Beach, CA" +284,196,162,"Oakland, CA",162,"Oakland, CA" +284,197,162,"Oakland, CA",159,"Long Beach, CA" +284,198,268,"Seattle, WA",159,"Long Beach, CA" +284,199,159,"Long Beach, CA",159,"Long Beach, CA" +284,200,159,"Long Beach, CA",159,"Long Beach, CA" +284,201,159,"Long Beach, CA",268,"Seattle, WA" +284,202,268,"Seattle, WA",159,"Long Beach, CA" +284,203,159,"Long Beach, CA",159,"Long Beach, CA" +284,204,159,"Long Beach, CA",268,"Seattle, WA" +284,205,159,"Long Beach, CA",159,"Long Beach, CA" +284,206,159,"Long Beach, CA",159,"Long Beach, CA" +284,207,159,"Long Beach, CA",268,"Seattle, WA" +284,208,162,"Oakland, CA",159,"Long Beach, CA" +284,209,159,"Long Beach, CA",159,"Long Beach, CA" +284,210,159,"Long Beach, CA",159,"Long Beach, CA" +284,211,268,"Seattle, WA",162,"Oakland, CA" +284,212,162,"Oakland, CA",162,"Oakland, CA" +284,213,239,"Portland, OR",159,"Long Beach, CA" +284,214,159,"Long Beach, CA",269,"Longview, WA" +284,215,162,"Oakland, CA",268,"Seattle, WA" +284,216,268,"Seattle, WA",159,"Long Beach, CA" +284,217,162,"Oakland, CA",159,"Long Beach, CA" +284,218,159,"Long Beach, CA",239,"Portland, OR" +284,219,269,"Longview, WA",268,"Seattle, WA" +284,220,239,"Portland, OR",159,"Long Beach, CA" +284,221,268,"Seattle, WA",159,"Long Beach, CA" +284,222,268,"Seattle, WA",268,"Seattle, WA" +284,223,268,"Seattle, WA",268,"Seattle, WA" +284,224,159,"Long Beach, CA",239,"Portland, OR" +284,225,159,"Long Beach, CA",159,"Long Beach, CA" +284,226,159,"Long Beach, CA",159,"Long Beach, CA" +284,227,159,"Long Beach, CA",159,"Long Beach, CA" +284,228,162,"Oakland, CA",159,"Long Beach, CA" +284,229,268,"Seattle, WA",239,"Portland, OR" +284,230,159,"Long Beach, CA",159,"Long Beach, CA" +284,231,268,"Seattle, WA",159,"Long Beach, CA" +284,232,159,"Long Beach, CA",159,"Long Beach, CA" +284,233,162,"Oakland, CA",268,"Seattle, WA" +284,234,268,"Seattle, WA",162,"Oakland, CA" +284,235,268,"Seattle, WA",269,"Longview, WA" +284,236,159,"Long Beach, CA",159,"Long Beach, CA" +284,237,159,"Long Beach, CA",159,"Long Beach, CA" +284,238,159,"Long Beach, CA",268,"Seattle, WA" +284,239,159,"Long Beach, CA",268,"Seattle, WA" +284,240,268,"Seattle, WA",159,"Long Beach, CA" +284,241,159,"Long Beach, CA",159,"Long Beach, CA" +284,242,159,"Long Beach, CA",162,"Oakland, CA" +284,243,159,"Long Beach, CA",159,"Long Beach, CA" +284,244,268,"Seattle, WA",162,"Oakland, CA" +284,245,159,"Long Beach, CA",159,"Long Beach, CA" +284,246,159,"Long Beach, CA",268,"Seattle, WA" +284,247,159,"Long Beach, CA",162,"Oakland, CA" +284,248,159,"Long Beach, CA",159,"Long Beach, CA" +284,249,162,"Oakland, CA",268,"Seattle, WA" +284,250,159,"Long Beach, CA",159,"Long Beach, CA" +284,251,268,"Seattle, WA",268,"Seattle, WA" +284,252,159,"Long Beach, CA",269,"Longview, WA" +284,253,162,"Oakland, CA",159,"Long Beach, CA" +284,254,159,"Long Beach, CA",162,"Oakland, CA" +284,255,159,"Long Beach, CA",159,"Long Beach, CA" +284,256,268,"Seattle, WA",159,"Long Beach, CA" +284,257,159,"Long Beach, CA",159,"Long Beach, CA" +284,258,162,"Oakland, CA",159,"Long Beach, CA" +284,259,159,"Long Beach, CA",159,"Long Beach, CA" +284,260,159,"Long Beach, CA",159,"Long Beach, CA" +284,261,159,"Long Beach, CA",159,"Long Beach, CA" +284,262,268,"Seattle, WA",159,"Long Beach, CA" +284,263,159,"Long Beach, CA",159,"Long Beach, CA" +284,264,268,"Seattle, WA",159,"Long Beach, CA" +284,265,159,"Long Beach, CA",269,"Longview, WA" +284,266,159,"Long Beach, CA",159,"Long Beach, CA" +284,267,268,"Seattle, WA",239,"Portland, OR" +284,268,162,"Oakland, CA",159,"Long Beach, CA" +284,269,159,"Long Beach, CA",159,"Long Beach, CA" +284,270,159,"Long Beach, CA",239,"Portland, OR" +284,271,268,"Seattle, WA",162,"Oakland, CA" +284,272,162,"Oakland, CA",159,"Long Beach, CA" +284,273,159,"Long Beach, CA",159,"Long Beach, CA" +285,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,2,241,"Philadelphia, PA",241,"Philadelphia, PA" +285,3,244,"Providence, RI",244,"Providence, RI" +285,4,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,5,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,6,201,"Boston, MA",201,"Boston, MA" +285,7,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,8,201,"Boston, MA",201,"Boston, MA" +285,9,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,10,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,11,201,"Boston, MA",201,"Boston, MA" +285,12,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,13,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,14,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +285,15,244,"Providence, RI",244,"Providence, RI" +285,16,244,"Providence, RI",244,"Providence, RI" +285,17,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,18,197,"Portland, ME",197,"Portland, ME" +285,19,197,"Portland, ME",197,"Portland, ME" +285,20,198,"Baltimore, MD",198,"Baltimore, MD" +285,21,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,22,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,23,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,24,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +285,25,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,26,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,27,241,"Philadelphia, PA",241,"Philadelphia, PA" +285,28,198,"Baltimore, MD",198,"Baltimore, MD" +285,29,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,30,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +285,31,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,32,198,"Baltimore, MD",198,"Baltimore, MD" +285,33,241,"Philadelphia, PA",241,"Philadelphia, PA" +285,34,197,"Portland, ME",197,"Portland, ME" +285,35,198,"Baltimore, MD",198,"Baltimore, MD" +285,36,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,37,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,38,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,39,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,40,197,"Portland, ME",197,"Portland, ME" +285,41,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,42,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +285,43,197,"Portland, ME",197,"Portland, ME" +285,44,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +285,45,198,"Baltimore, MD",198,"Baltimore, MD" +285,46,244,"Providence, RI",244,"Providence, RI" +285,47,241,"Philadelphia, PA",241,"Philadelphia, PA" +285,48,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +285,49,197,"Portland, ME",197,"Portland, ME" +285,50,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,51,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,52,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,53,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +285,54,201,"Boston, MA",201,"Boston, MA" +285,55,244,"Providence, RI",244,"Providence, RI" +285,56,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,57,244,"Providence, RI",244,"Providence, RI" +285,58,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +285,59,197,"Portland, ME",197,"Portland, ME" +285,60,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,61,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +285,62,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,63,197,"Portland, ME",197,"Portland, ME" +285,64,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,65,241,"Philadelphia, PA",241,"Philadelphia, PA" +285,66,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,67,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +285,68,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,69,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,70,198,"Baltimore, MD",198,"Baltimore, MD" +285,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,72,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,74,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +285,75,241,"Philadelphia, PA",241,"Philadelphia, PA" +285,76,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,77,198,"Baltimore, MD",198,"Baltimore, MD" +285,78,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +285,79,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +285,80,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +285,81,198,"Baltimore, MD",198,"Baltimore, MD" +285,82,201,"Boston, MA",201,"Boston, MA" +285,83,244,"Providence, RI",244,"Providence, RI" +285,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,85,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +285,86,197,"Portland, ME",197,"Portland, ME" +285,87,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +285,88,201,"Boston, MA",201,"Boston, MA" +285,89,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +285,90,198,"Baltimore, MD",198,"Baltimore, MD" +285,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,92,241,"Philadelphia, PA",241,"Philadelphia, PA" +285,93,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,94,197,"Portland, ME",197,"Portland, ME" +285,95,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,96,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +285,97,198,"Baltimore, MD",198,"Baltimore, MD" +285,98,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +285,99,244,"Providence, RI",244,"Providence, RI" +285,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,101,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,102,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,103,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,104,197,"Portland, ME",197,"Portland, ME" +285,105,244,"Providence, RI",244,"Providence, RI" +285,106,201,"Boston, MA",201,"Boston, MA" +285,107,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,108,241,"Philadelphia, PA",241,"Philadelphia, PA" +285,109,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +285,110,201,"Boston, MA",201,"Boston, MA" +285,111,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,112,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,113,169,"Wilmington, DE",169,"Wilmington, DE" +285,114,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +285,115,201,"Boston, MA",201,"Boston, MA" +285,116,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,117,244,"Providence, RI",244,"Providence, RI" +285,118,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,119,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,120,201,"Boston, MA",201,"Boston, MA" +285,121,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,122,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,123,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,124,201,"Boston, MA",201,"Boston, MA" +285,125,244,"Providence, RI",244,"Providence, RI" +285,126,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +285,127,201,"Boston, MA",201,"Boston, MA" +285,128,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +285,129,197,"Portland, ME",197,"Portland, ME" +285,130,201,"Boston, MA",201,"Boston, MA" +285,131,201,"Boston, MA",201,"Boston, MA" +285,132,198,"Baltimore, MD",198,"Baltimore, MD" +285,151,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,152,244,"Providence, RI",218,"Camden-Gloucester, NJ" +285,153,217,"New York, NY and NJ",178,"Brunswick, GA" +285,154,154,"Anchorage, AK",154,"Anchorage, AK" +285,155,201,"Boston, MA",265,"Norfolk Harbor, VA" +285,156,244,"Providence, RI",223,"New York, NY and NJ" +285,157,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +285,158,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +285,159,201,"Boston, MA",198,"Baltimore, MD" +285,160,198,"Baltimore, MD",223,"New York, NY and NJ" +285,161,201,"Boston, MA",218,"Camden-Gloucester, NJ" +285,162,198,"Baltimore, MD",201,"Boston, MA" +285,163,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +285,164,201,"Boston, MA",244,"Providence, RI" +285,165,197,"Portland, ME",198,"Baltimore, MD" +285,166,201,"Boston, MA",217,"New York, NY and NJ" +285,167,241,"Philadelphia, PA",217,"New York, NY and NJ" +285,168,198,"Baltimore, MD",201,"Boston, MA" +285,169,241,"Philadelphia, PA",223,"New York, NY and NJ" +285,170,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,171,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,172,169,"Wilmington, DE",241,"Philadelphia, PA" +285,173,265,"Norfolk Harbor, VA",197,"Portland, ME" +285,174,265,"Norfolk Harbor, VA",201,"Boston, MA" +285,175,201,"Boston, MA",223,"New York, NY and NJ" +285,176,223,"New York, NY and NJ",217,"New York, NY and NJ" +285,177,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,178,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +285,179,179,"Honolulu, HI",179,"Honolulu, HI" +285,180,179,"Honolulu, HI",179,"Honolulu, HI" +285,181,217,"New York, NY and NJ",169,"Wilmington, DE" +285,183,244,"Providence, RI",241,"Philadelphia, PA" +285,184,169,"Wilmington, DE",197,"Portland, ME" +285,185,217,"New York, NY and NJ",241,"Philadelphia, PA" +285,186,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +285,187,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +285,188,241,"Philadelphia, PA",223,"New York, NY and NJ" +285,189,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,190,265,"Norfolk Harbor, VA",201,"Boston, MA" +285,191,244,"Providence, RI",217,"New York, NY and NJ" +285,192,197,"Portland, ME",265,"Norfolk Harbor, VA" +285,193,197,"Portland, ME",218,"Camden-Gloucester, NJ" +285,194,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +285,195,201,"Boston, MA",177,"Savannah, GA" +285,196,201,"Boston, MA",217,"New York, NY and NJ" +285,197,223,"New York, NY and NJ",201,"Boston, MA" +285,198,223,"New York, NY and NJ",217,"New York, NY and NJ" +285,199,197,"Portland, ME",198,"Baltimore, MD" +285,200,217,"New York, NY and NJ",241,"Philadelphia, PA" +285,201,218,"Camden-Gloucester, NJ",244,"Providence, RI" +285,202,241,"Philadelphia, PA",217,"New York, NY and NJ" +285,203,223,"New York, NY and NJ",197,"Portland, ME" +285,204,241,"Philadelphia, PA",197,"Portland, ME" +285,205,223,"New York, NY and NJ",197,"Portland, ME" +285,206,223,"New York, NY and NJ",217,"New York, NY and NJ" +285,207,201,"Boston, MA",223,"New York, NY and NJ" +285,208,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +285,209,217,"New York, NY and NJ",241,"Philadelphia, PA" +285,210,265,"Norfolk Harbor, VA",201,"Boston, MA" +285,211,217,"New York, NY and NJ",241,"Philadelphia, PA" +285,212,201,"Boston, MA",217,"New York, NY and NJ" +285,213,198,"Baltimore, MD",169,"Wilmington, DE" +285,214,217,"New York, NY and NJ",208,"Pascagoula, MS" +285,215,201,"Boston, MA",198,"Baltimore, MD" +285,216,241,"Philadelphia, PA",244,"Providence, RI" +285,217,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,218,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +285,219,198,"Baltimore, MD",197,"Portland, ME" +285,220,265,"Norfolk Harbor, VA",197,"Portland, ME" +285,221,223,"New York, NY and NJ",241,"Philadelphia, PA" +285,222,201,"Boston, MA",223,"New York, NY and NJ" +285,223,201,"Boston, MA",217,"New York, NY and NJ" +285,224,265,"Norfolk Harbor, VA",244,"Providence, RI" +285,225,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,226,217,"New York, NY and NJ",241,"Philadelphia, PA" +285,227,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +285,228,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +285,229,223,"New York, NY and NJ",201,"Boston, MA" +285,230,241,"Philadelphia, PA",198,"Baltimore, MD" +285,231,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,232,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +285,233,217,"New York, NY and NJ",217,"New York, NY and NJ" +285,234,223,"New York, NY and NJ",217,"New York, NY and NJ" +285,235,197,"Portland, ME",198,"Baltimore, MD" +285,236,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +285,237,217,"New York, NY and NJ",223,"New York, NY and NJ" +285,238,197,"Portland, ME",223,"New York, NY and NJ" +285,239,197,"Portland, ME",223,"New York, NY and NJ" +285,240,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +285,241,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +285,242,169,"Wilmington, DE",201,"Boston, MA" +285,243,217,"New York, NY and NJ",223,"New York, NY and NJ" +285,244,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +285,245,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +285,246,217,"New York, NY and NJ",223,"New York, NY and NJ" +285,247,201,"Boston, MA",198,"Baltimore, MD" +285,248,197,"Portland, ME",198,"Baltimore, MD" +285,249,244,"Providence, RI",198,"Baltimore, MD" +285,250,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +285,251,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +285,252,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +285,253,223,"New York, NY and NJ",198,"Baltimore, MD" +285,254,217,"New York, NY and NJ",177,"Savannah, GA" +285,255,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +285,256,223,"New York, NY and NJ",241,"Philadelphia, PA" +285,257,223,"New York, NY and NJ",257,"Houston, TX" +285,258,217,"New York, NY and NJ",201,"Boston, MA" +285,259,201,"Boston, MA",198,"Baltimore, MD" +285,260,241,"Philadelphia, PA",201,"Boston, MA" +285,261,201,"Boston, MA",201,"Boston, MA" +285,262,217,"New York, NY and NJ",223,"New York, NY and NJ" +285,263,201,"Boston, MA",197,"Portland, ME" +285,264,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +285,265,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +285,266,265,"Norfolk Harbor, VA",201,"Boston, MA" +285,267,197,"Portland, ME",223,"New York, NY and NJ" +285,268,223,"New York, NY and NJ",223,"New York, NY and NJ" +285,269,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +285,270,201,"Boston, MA",218,"Camden-Gloucester, NJ" +285,271,198,"Baltimore, MD",217,"New York, NY and NJ" +285,272,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +285,273,201,"Boston, MA",223,"New York, NY and NJ" +286,1,244,"Providence, RI",244,"Providence, RI" +286,2,241,"Philadelphia, PA",241,"Philadelphia, PA" +286,3,244,"Providence, RI",244,"Providence, RI" +286,4,197,"Portland, ME",197,"Portland, ME" +286,5,197,"Portland, ME",197,"Portland, ME" +286,6,198,"Baltimore, MD",198,"Baltimore, MD" +286,7,197,"Portland, ME",197,"Portland, ME" +286,8,241,"Philadelphia, PA",241,"Philadelphia, PA" +286,9,241,"Philadelphia, PA",241,"Philadelphia, PA" +286,10,197,"Portland, ME",197,"Portland, ME" +286,11,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +286,12,241,"Philadelphia, PA",241,"Philadelphia, PA" +286,13,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,14,201,"Boston, MA",201,"Boston, MA" +286,15,198,"Baltimore, MD",198,"Baltimore, MD" +286,16,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,17,217,"New York, NY and NJ",217,"New York, NY and NJ" +286,18,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +286,19,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +286,20,217,"New York, NY and NJ",217,"New York, NY and NJ" +286,21,241,"Philadelphia, PA",241,"Philadelphia, PA" +286,22,198,"Baltimore, MD",198,"Baltimore, MD" +286,23,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,24,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +286,25,197,"Portland, ME",197,"Portland, ME" +286,26,198,"Baltimore, MD",198,"Baltimore, MD" +286,27,244,"Providence, RI",244,"Providence, RI" +286,28,241,"Philadelphia, PA",241,"Philadelphia, PA" +286,29,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +286,30,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +286,31,201,"Boston, MA",201,"Boston, MA" +286,32,201,"Boston, MA",201,"Boston, MA" +286,33,197,"Portland, ME",197,"Portland, ME" +286,34,241,"Philadelphia, PA",241,"Philadelphia, PA" +286,35,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,36,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +286,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,38,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,39,198,"Baltimore, MD",198,"Baltimore, MD" +286,40,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +286,41,197,"Portland, ME",197,"Portland, ME" +286,42,201,"Boston, MA",201,"Boston, MA" +286,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,44,217,"New York, NY and NJ",217,"New York, NY and NJ" +286,45,217,"New York, NY and NJ",217,"New York, NY and NJ" +286,46,201,"Boston, MA",201,"Boston, MA" +286,47,198,"Baltimore, MD",198,"Baltimore, MD" +286,48,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +286,49,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,50,217,"New York, NY and NJ",217,"New York, NY and NJ" +286,51,217,"New York, NY and NJ",217,"New York, NY and NJ" +286,52,241,"Philadelphia, PA",241,"Philadelphia, PA" +286,53,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,54,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,56,197,"Portland, ME",197,"Portland, ME" +286,57,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +286,58,198,"Baltimore, MD",198,"Baltimore, MD" +286,59,217,"New York, NY and NJ",217,"New York, NY and NJ" +286,60,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,61,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,62,198,"Baltimore, MD",198,"Baltimore, MD" +286,63,217,"New York, NY and NJ",217,"New York, NY and NJ" +286,64,241,"Philadelphia, PA",241,"Philadelphia, PA" +286,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,66,217,"New York, NY and NJ",217,"New York, NY and NJ" +286,67,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +286,68,201,"Boston, MA",201,"Boston, MA" +286,69,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,70,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,71,201,"Boston, MA",201,"Boston, MA" +286,72,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +286,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,74,217,"New York, NY and NJ",217,"New York, NY and NJ" +286,75,241,"Philadelphia, PA",241,"Philadelphia, PA" +286,76,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,77,217,"New York, NY and NJ",217,"New York, NY and NJ" +286,78,201,"Boston, MA",201,"Boston, MA" +286,79,217,"New York, NY and NJ",217,"New York, NY and NJ" +286,80,217,"New York, NY and NJ",217,"New York, NY and NJ" +286,81,201,"Boston, MA",201,"Boston, MA" +286,82,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,83,217,"New York, NY and NJ",217,"New York, NY and NJ" +286,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,85,197,"Portland, ME",197,"Portland, ME" +286,86,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,87,217,"New York, NY and NJ",217,"New York, NY and NJ" +286,88,197,"Portland, ME",197,"Portland, ME" +286,89,217,"New York, NY and NJ",217,"New York, NY and NJ" +286,90,198,"Baltimore, MD",198,"Baltimore, MD" +286,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,92,201,"Boston, MA",201,"Boston, MA" +286,93,241,"Philadelphia, PA",241,"Philadelphia, PA" +286,94,197,"Portland, ME",197,"Portland, ME" +286,95,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +286,96,217,"New York, NY and NJ",217,"New York, NY and NJ" +286,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,98,244,"Providence, RI",244,"Providence, RI" +286,99,217,"New York, NY and NJ",217,"New York, NY and NJ" +286,100,197,"Portland, ME",197,"Portland, ME" +286,101,241,"Philadelphia, PA",241,"Philadelphia, PA" +286,102,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +286,103,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,104,217,"New York, NY and NJ",217,"New York, NY and NJ" +286,105,217,"New York, NY and NJ",217,"New York, NY and NJ" +286,106,201,"Boston, MA",201,"Boston, MA" +286,107,198,"Baltimore, MD",198,"Baltimore, MD" +286,108,198,"Baltimore, MD",198,"Baltimore, MD" +286,109,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,110,198,"Baltimore, MD",198,"Baltimore, MD" +286,111,244,"Providence, RI",244,"Providence, RI" +286,112,241,"Philadelphia, PA",241,"Philadelphia, PA" +286,113,197,"Portland, ME",197,"Portland, ME" +286,114,198,"Baltimore, MD",198,"Baltimore, MD" +286,115,201,"Boston, MA",201,"Boston, MA" +286,116,201,"Boston, MA",201,"Boston, MA" +286,117,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +286,118,197,"Portland, ME",197,"Portland, ME" +286,119,217,"New York, NY and NJ",217,"New York, NY and NJ" +286,120,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +286,121,241,"Philadelphia, PA",241,"Philadelphia, PA" +286,122,201,"Boston, MA",201,"Boston, MA" +286,123,198,"Baltimore, MD",198,"Baltimore, MD" +286,124,198,"Baltimore, MD",198,"Baltimore, MD" +286,125,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +286,126,198,"Baltimore, MD",198,"Baltimore, MD" +286,127,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +286,128,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +286,129,244,"Providence, RI",244,"Providence, RI" +286,130,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,131,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +286,132,197,"Portland, ME",197,"Portland, ME" +286,151,241,"Philadelphia, PA",229,"Wilmington, NC" +286,152,197,"Portland, ME",197,"Portland, ME" +286,153,223,"New York, NY and NJ",169,"Wilmington, DE" +286,154,154,"Anchorage, AK",154,"Anchorage, AK" +286,155,201,"Boston, MA",223,"New York, NY and NJ" +286,156,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,157,217,"New York, NY and NJ",229,"Wilmington, NC" +286,158,223,"New York, NY and NJ",208,"Pascagoula, MS" +286,159,265,"Norfolk Harbor, VA",197,"Portland, ME" +286,160,223,"New York, NY and NJ",201,"Boston, MA" +286,161,198,"Baltimore, MD",177,"Savannah, GA" +286,162,223,"New York, NY and NJ",197,"Portland, ME" +286,163,197,"Portland, ME",217,"New York, NY and NJ" +286,164,229,"Wilmington, NC",197,"Portland, ME" +286,165,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +286,166,201,"Boston, MA",223,"New York, NY and NJ" +286,167,223,"New York, NY and NJ",201,"Boston, MA" +286,168,244,"Providence, RI",197,"Portland, ME" +286,169,197,"Portland, ME",197,"Portland, ME" +286,170,169,"Wilmington, DE",197,"Portland, ME" +286,171,223,"New York, NY and NJ",241,"Philadelphia, PA" +286,172,217,"New York, NY and NJ",198,"Baltimore, MD" +286,173,217,"New York, NY and NJ",217,"New York, NY and NJ" +286,174,229,"Wilmington, NC",223,"New York, NY and NJ" +286,175,198,"Baltimore, MD",171,"Jacksonville, FL" +286,176,217,"New York, NY and NJ",197,"Portland, ME" +286,177,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +286,178,198,"Baltimore, MD",241,"Philadelphia, PA" +286,179,179,"Honolulu, HI",179,"Honolulu, HI" +286,180,179,"Honolulu, HI",179,"Honolulu, HI" +286,181,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +286,183,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +286,184,201,"Boston, MA",223,"New York, NY and NJ" +286,185,223,"New York, NY and NJ",198,"Baltimore, MD" +286,186,201,"Boston, MA",198,"Baltimore, MD" +286,187,223,"New York, NY and NJ",241,"Philadelphia, PA" +286,188,217,"New York, NY and NJ",217,"New York, NY and NJ" +286,189,245,"Charleston, SC",201,"Boston, MA" +286,190,217,"New York, NY and NJ",223,"New York, NY and NJ" +286,191,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,192,223,"New York, NY and NJ",217,"New York, NY and NJ" +286,193,198,"Baltimore, MD",229,"Wilmington, NC" +286,194,197,"Portland, ME",244,"Providence, RI" +286,195,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +286,196,201,"Boston, MA",198,"Baltimore, MD" +286,197,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +286,198,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +286,199,223,"New York, NY and NJ",241,"Philadelphia, PA" +286,200,198,"Baltimore, MD",241,"Philadelphia, PA" +286,201,201,"Boston, MA",223,"New York, NY and NJ" +286,202,169,"Wilmington, DE",197,"Portland, ME" +286,203,223,"New York, NY and NJ",241,"Philadelphia, PA" +286,204,197,"Portland, ME",201,"Boston, MA" +286,205,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +286,206,223,"New York, NY and NJ",201,"Boston, MA" +286,207,241,"Philadelphia, PA",198,"Baltimore, MD" +286,208,241,"Philadelphia, PA",241,"Philadelphia, PA" +286,209,223,"New York, NY and NJ",197,"Portland, ME" +286,210,217,"New York, NY and NJ",198,"Baltimore, MD" +286,211,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +286,212,217,"New York, NY and NJ",244,"Providence, RI" +286,213,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,214,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +286,215,241,"Philadelphia, PA",201,"Boston, MA" +286,216,197,"Portland, ME",217,"New York, NY and NJ" +286,217,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +286,218,197,"Portland, ME",198,"Baltimore, MD" +286,219,217,"New York, NY and NJ",217,"New York, NY and NJ" +286,220,217,"New York, NY and NJ",198,"Baltimore, MD" +286,221,197,"Portland, ME",217,"New York, NY and NJ" +286,222,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +286,223,244,"Providence, RI",223,"New York, NY and NJ" +286,224,198,"Baltimore, MD",223,"New York, NY and NJ" +286,225,244,"Providence, RI",223,"New York, NY and NJ" +286,226,201,"Boston, MA",218,"Camden-Gloucester, NJ" +286,227,241,"Philadelphia, PA",169,"Wilmington, DE" +286,228,223,"New York, NY and NJ",217,"New York, NY and NJ" +286,229,197,"Portland, ME",218,"Camden-Gloucester, NJ" +286,230,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +286,231,198,"Baltimore, MD",198,"Baltimore, MD" +286,232,244,"Providence, RI",217,"New York, NY and NJ" +286,233,223,"New York, NY and NJ",217,"New York, NY and NJ" +286,234,201,"Boston, MA",217,"New York, NY and NJ" +286,235,223,"New York, NY and NJ",217,"New York, NY and NJ" +286,236,169,"Wilmington, DE",229,"Wilmington, NC" +286,237,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +286,238,223,"New York, NY and NJ",197,"Portland, ME" +286,239,241,"Philadelphia, PA",197,"Portland, ME" +286,240,217,"New York, NY and NJ",217,"New York, NY and NJ" +286,241,218,"Camden-Gloucester, NJ",197,"Portland, ME" +286,242,241,"Philadelphia, PA",197,"Portland, ME" +286,243,201,"Boston, MA",223,"New York, NY and NJ" +286,244,223,"New York, NY and NJ",241,"Philadelphia, PA" +286,245,197,"Portland, ME",265,"Norfolk Harbor, VA" +286,246,198,"Baltimore, MD",198,"Baltimore, MD" +286,247,223,"New York, NY and NJ",197,"Portland, ME" +286,248,217,"New York, NY and NJ",244,"Providence, RI" +286,249,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +286,250,218,"Camden-Gloucester, NJ",197,"Portland, ME" +286,251,223,"New York, NY and NJ",229,"Wilmington, NC" +286,252,241,"Philadelphia, PA",198,"Baltimore, MD" +286,253,217,"New York, NY and NJ",217,"New York, NY and NJ" +286,254,223,"New York, NY and NJ",217,"New York, NY and NJ" +286,255,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +286,256,241,"Philadelphia, PA",217,"New York, NY and NJ" +286,257,244,"Providence, RI",201,"Boston, MA" +286,258,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +286,259,241,"Philadelphia, PA",201,"Boston, MA" +286,260,223,"New York, NY and NJ",197,"Portland, ME" +286,261,201,"Boston, MA",208,"Pascagoula, MS" +286,262,201,"Boston, MA",265,"Norfolk Harbor, VA" +286,263,218,"Camden-Gloucester, NJ",201,"Boston, MA" +286,264,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +286,265,198,"Baltimore, MD",217,"New York, NY and NJ" +286,266,223,"New York, NY and NJ",198,"Baltimore, MD" +286,267,217,"New York, NY and NJ",217,"New York, NY and NJ" +286,268,201,"Boston, MA",223,"New York, NY and NJ" +286,269,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,270,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,271,223,"New York, NY and NJ",223,"New York, NY and NJ" +286,272,265,"Norfolk Harbor, VA",201,"Boston, MA" +286,273,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +287,1,174,"Tampa, FL",174,"Tampa, FL" +287,2,177,"Savannah, GA",177,"Savannah, GA" +287,3,245,"Charleston, SC",245,"Charleston, SC" +287,4,177,"Savannah, GA",177,"Savannah, GA" +287,5,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,6,177,"Savannah, GA",177,"Savannah, GA" +287,7,177,"Savannah, GA",177,"Savannah, GA" +287,8,177,"Savannah, GA",177,"Savannah, GA" +287,9,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,10,171,"Jacksonville, FL",171,"Jacksonville, FL" +287,11,171,"Jacksonville, FL",171,"Jacksonville, FL" +287,12,177,"Savannah, GA",177,"Savannah, GA" +287,13,174,"Tampa, FL",174,"Tampa, FL" +287,14,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,15,174,"Tampa, FL",174,"Tampa, FL" +287,16,177,"Savannah, GA",177,"Savannah, GA" +287,17,171,"Jacksonville, FL",171,"Jacksonville, FL" +287,18,174,"Tampa, FL",174,"Tampa, FL" +287,19,178,"Brunswick, GA",178,"Brunswick, GA" +287,20,245,"Charleston, SC",245,"Charleston, SC" +287,21,177,"Savannah, GA",177,"Savannah, GA" +287,22,171,"Jacksonville, FL",171,"Jacksonville, FL" +287,23,171,"Jacksonville, FL",171,"Jacksonville, FL" +287,24,171,"Jacksonville, FL",171,"Jacksonville, FL" +287,25,245,"Charleston, SC",245,"Charleston, SC" +287,26,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,27,177,"Savannah, GA",177,"Savannah, GA" +287,28,245,"Charleston, SC",245,"Charleston, SC" +287,29,171,"Jacksonville, FL",171,"Jacksonville, FL" +287,30,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,31,245,"Charleston, SC",245,"Charleston, SC" +287,32,177,"Savannah, GA",177,"Savannah, GA" +287,33,177,"Savannah, GA",177,"Savannah, GA" +287,34,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,35,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,36,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,37,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,38,245,"Charleston, SC",245,"Charleston, SC" +287,39,177,"Savannah, GA",177,"Savannah, GA" +287,40,171,"Jacksonville, FL",171,"Jacksonville, FL" +287,41,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,42,245,"Charleston, SC",245,"Charleston, SC" +287,43,178,"Brunswick, GA",178,"Brunswick, GA" +287,44,171,"Jacksonville, FL",171,"Jacksonville, FL" +287,45,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,46,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,47,245,"Charleston, SC",245,"Charleston, SC" +287,48,171,"Jacksonville, FL",171,"Jacksonville, FL" +287,49,171,"Jacksonville, FL",171,"Jacksonville, FL" +287,50,245,"Charleston, SC",245,"Charleston, SC" +287,51,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,52,177,"Savannah, GA",177,"Savannah, GA" +287,53,174,"Tampa, FL",174,"Tampa, FL" +287,54,171,"Jacksonville, FL",171,"Jacksonville, FL" +287,55,245,"Charleston, SC",245,"Charleston, SC" +287,56,245,"Charleston, SC",245,"Charleston, SC" +287,57,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,58,177,"Savannah, GA",177,"Savannah, GA" +287,59,245,"Charleston, SC",245,"Charleston, SC" +287,60,171,"Jacksonville, FL",171,"Jacksonville, FL" +287,61,174,"Tampa, FL",174,"Tampa, FL" +287,62,177,"Savannah, GA",177,"Savannah, GA" +287,63,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,64,177,"Savannah, GA",177,"Savannah, GA" +287,65,245,"Charleston, SC",245,"Charleston, SC" +287,66,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,67,177,"Savannah, GA",177,"Savannah, GA" +287,68,177,"Savannah, GA",177,"Savannah, GA" +287,69,245,"Charleston, SC",245,"Charleston, SC" +287,70,174,"Tampa, FL",174,"Tampa, FL" +287,71,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,72,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,73,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,74,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,75,245,"Charleston, SC",245,"Charleston, SC" +287,76,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,77,177,"Savannah, GA",177,"Savannah, GA" +287,78,177,"Savannah, GA",177,"Savannah, GA" +287,79,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,80,174,"Tampa, FL",174,"Tampa, FL" +287,81,171,"Jacksonville, FL",171,"Jacksonville, FL" +287,82,177,"Savannah, GA",177,"Savannah, GA" +287,83,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,84,174,"Tampa, FL",174,"Tampa, FL" +287,85,245,"Charleston, SC",245,"Charleston, SC" +287,86,174,"Tampa, FL",174,"Tampa, FL" +287,87,177,"Savannah, GA",177,"Savannah, GA" +287,88,171,"Jacksonville, FL",171,"Jacksonville, FL" +287,89,245,"Charleston, SC",245,"Charleston, SC" +287,90,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,91,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,92,174,"Tampa, FL",174,"Tampa, FL" +287,93,171,"Jacksonville, FL",171,"Jacksonville, FL" +287,94,245,"Charleston, SC",245,"Charleston, SC" +287,95,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,96,177,"Savannah, GA",177,"Savannah, GA" +287,97,177,"Savannah, GA",177,"Savannah, GA" +287,98,245,"Charleston, SC",245,"Charleston, SC" +287,99,171,"Jacksonville, FL",171,"Jacksonville, FL" +287,100,177,"Savannah, GA",177,"Savannah, GA" +287,101,177,"Savannah, GA",177,"Savannah, GA" +287,102,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,103,245,"Charleston, SC",245,"Charleston, SC" +287,104,177,"Savannah, GA",177,"Savannah, GA" +287,105,174,"Tampa, FL",174,"Tampa, FL" +287,106,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,107,177,"Savannah, GA",177,"Savannah, GA" +287,108,177,"Savannah, GA",177,"Savannah, GA" +287,109,245,"Charleston, SC",245,"Charleston, SC" +287,110,245,"Charleston, SC",245,"Charleston, SC" +287,111,177,"Savannah, GA",177,"Savannah, GA" +287,112,171,"Jacksonville, FL",171,"Jacksonville, FL" +287,113,174,"Tampa, FL",174,"Tampa, FL" +287,114,171,"Jacksonville, FL",171,"Jacksonville, FL" +287,115,177,"Savannah, GA",177,"Savannah, GA" +287,116,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,117,177,"Savannah, GA",177,"Savannah, GA" +287,118,174,"Tampa, FL",174,"Tampa, FL" +287,119,177,"Savannah, GA",177,"Savannah, GA" +287,120,245,"Charleston, SC",245,"Charleston, SC" +287,121,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,122,245,"Charleston, SC",245,"Charleston, SC" +287,123,177,"Savannah, GA",177,"Savannah, GA" +287,124,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,125,245,"Charleston, SC",245,"Charleston, SC" +287,126,177,"Savannah, GA",177,"Savannah, GA" +287,127,177,"Savannah, GA",177,"Savannah, GA" +287,128,177,"Savannah, GA",177,"Savannah, GA" +287,129,171,"Jacksonville, FL",171,"Jacksonville, FL" +287,130,177,"Savannah, GA",177,"Savannah, GA" +287,131,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,132,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,151,174,"Tampa, FL",171,"Jacksonville, FL" +287,152,177,"Savannah, GA",177,"Savannah, GA" +287,153,245,"Charleston, SC",172,"Port Everglades, FL" +287,154,154,"Anchorage, AK",154,"Anchorage, AK" +287,155,172,"Port Everglades, FL",174,"Tampa, FL" +287,156,195,"New Orleans, LA",193,"Baton Rouge, LA" +287,157,171,"Jacksonville, FL",172,"Port Everglades, FL" +287,158,177,"Savannah, GA",172,"Port Everglades, FL" +287,159,174,"Tampa, FL",177,"Savannah, GA" +287,160,172,"Port Everglades, FL",208,"Pascagoula, MS" +287,161,171,"Jacksonville, FL",208,"Pascagoula, MS" +287,162,195,"New Orleans, LA",195,"New Orleans, LA" +287,163,177,"Savannah, GA",195,"New Orleans, LA" +287,164,245,"Charleston, SC",257,"Houston, TX" +287,165,172,"Port Everglades, FL",195,"New Orleans, LA" +287,166,177,"Savannah, GA",201,"Boston, MA" +287,167,245,"Charleston, SC",265,"Norfolk Harbor, VA" +287,168,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +287,169,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +287,170,174,"Tampa, FL",245,"Charleston, SC" +287,171,177,"Savannah, GA",171,"Jacksonville, FL" +287,172,177,"Savannah, GA",245,"Charleston, SC" +287,173,177,"Savannah, GA",174,"Tampa, FL" +287,174,172,"Port Everglades, FL",174,"Tampa, FL" +287,175,177,"Savannah, GA",177,"Savannah, GA" +287,176,177,"Savannah, GA",178,"Brunswick, GA" +287,177,245,"Charleston, SC",245,"Charleston, SC" +287,178,177,"Savannah, GA",171,"Jacksonville, FL" +287,179,179,"Honolulu, HI",179,"Honolulu, HI" +287,180,179,"Honolulu, HI",179,"Honolulu, HI" +287,181,174,"Tampa, FL",194,"Lake Charles, LA" +287,183,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,184,177,"Savannah, GA",152,"Mobile, AL" +287,185,245,"Charleston, SC",172,"Port Everglades, FL" +287,186,177,"Savannah, GA",172,"Port Everglades, FL" +287,187,245,"Charleston, SC",245,"Charleston, SC" +287,188,245,"Charleston, SC",174,"Tampa, FL" +287,189,177,"Savannah, GA",195,"New Orleans, LA" +287,190,171,"Jacksonville, FL",195,"New Orleans, LA" +287,191,172,"Port Everglades, FL",177,"Savannah, GA" +287,192,245,"Charleston, SC",172,"Port Everglades, FL" +287,193,195,"New Orleans, LA",195,"New Orleans, LA" +287,194,174,"Tampa, FL",194,"Lake Charles, LA" +287,195,177,"Savannah, GA",172,"Port Everglades, FL" +287,196,152,"Mobile, AL",174,"Tampa, FL" +287,197,171,"Jacksonville, FL",217,"New York, NY and NJ" +287,198,174,"Tampa, FL",172,"Port Everglades, FL" +287,199,174,"Tampa, FL",265,"Norfolk Harbor, VA" +287,200,177,"Savannah, GA",229,"Wilmington, NC" +287,201,177,"Savannah, GA",265,"Norfolk Harbor, VA" +287,202,171,"Jacksonville, FL",198,"Baltimore, MD" +287,203,177,"Savannah, GA",245,"Charleston, SC" +287,204,171,"Jacksonville, FL",177,"Savannah, GA" +287,205,177,"Savannah, GA",265,"Norfolk Harbor, VA" +287,206,245,"Charleston, SC",172,"Port Everglades, FL" +287,207,171,"Jacksonville, FL",172,"Port Everglades, FL" +287,208,171,"Jacksonville, FL",172,"Port Everglades, FL" +287,209,171,"Jacksonville, FL",172,"Port Everglades, FL" +287,210,177,"Savannah, GA",208,"Pascagoula, MS" +287,211,245,"Charleston, SC",171,"Jacksonville, FL" +287,212,171,"Jacksonville, FL",178,"Brunswick, GA" +287,213,172,"Port Everglades, FL",177,"Savannah, GA" +287,214,178,"Brunswick, GA",208,"Pascagoula, MS" +287,215,174,"Tampa, FL",195,"New Orleans, LA" +287,216,174,"Tampa, FL",265,"Norfolk Harbor, VA" +287,217,245,"Charleston, SC",265,"Norfolk Harbor, VA" +287,218,177,"Savannah, GA",265,"Norfolk Harbor, VA" +287,219,177,"Savannah, GA",198,"Baltimore, MD" +287,220,172,"Port Everglades, FL",195,"New Orleans, LA" +287,221,177,"Savannah, GA",217,"New York, NY and NJ" +287,222,172,"Port Everglades, FL",241,"Philadelphia, PA" +287,223,245,"Charleston, SC",217,"New York, NY and NJ" +287,224,245,"Charleston, SC",198,"Baltimore, MD" +287,225,177,"Savannah, GA",217,"New York, NY and NJ" +287,226,245,"Charleston, SC",172,"Port Everglades, FL" +287,227,177,"Savannah, GA",245,"Charleston, SC" +287,228,177,"Savannah, GA",245,"Charleston, SC" +287,229,245,"Charleston, SC",171,"Jacksonville, FL" +287,230,171,"Jacksonville, FL",208,"Pascagoula, MS" +287,231,245,"Charleston, SC",174,"Tampa, FL" +287,232,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +287,233,177,"Savannah, GA",177,"Savannah, GA" +287,234,177,"Savannah, GA",265,"Norfolk Harbor, VA" +287,235,245,"Charleston, SC",265,"Norfolk Harbor, VA" +287,236,177,"Savannah, GA",174,"Tampa, FL" +287,237,177,"Savannah, GA",177,"Savannah, GA" +287,238,174,"Tampa, FL",195,"New Orleans, LA" +287,239,177,"Savannah, GA",208,"Pascagoula, MS" +287,240,172,"Port Everglades, FL",177,"Savannah, GA" +287,241,177,"Savannah, GA",265,"Norfolk Harbor, VA" +287,242,172,"Port Everglades, FL",245,"Charleston, SC" +287,243,171,"Jacksonville, FL",198,"Baltimore, MD" +287,244,172,"Port Everglades, FL",245,"Charleston, SC" +287,245,245,"Charleston, SC",177,"Savannah, GA" +287,246,174,"Tampa, FL",172,"Port Everglades, FL" +287,247,172,"Port Everglades, FL",174,"Tampa, FL" +287,248,177,"Savannah, GA",195,"New Orleans, LA" +287,249,177,"Savannah, GA",195,"New Orleans, LA" +287,250,172,"Port Everglades, FL",177,"Savannah, GA" +287,251,172,"Port Everglades, FL",174,"Tampa, FL" +287,252,177,"Savannah, GA",194,"Lake Charles, LA" +287,253,152,"Mobile, AL",152,"Mobile, AL" +287,254,177,"Savannah, GA",195,"New Orleans, LA" +287,255,177,"Savannah, GA",172,"Port Everglades, FL" +287,256,195,"New Orleans, LA",177,"Savannah, GA" +287,257,174,"Tampa, FL",195,"New Orleans, LA" +287,258,177,"Savannah, GA",195,"New Orleans, LA" +287,259,172,"Port Everglades, FL",257,"Houston, TX" +287,260,172,"Port Everglades, FL",172,"Port Everglades, FL" +287,261,177,"Savannah, GA",208,"Pascagoula, MS" +287,262,174,"Tampa, FL",257,"Houston, TX" +287,263,171,"Jacksonville, FL",169,"Wilmington, DE" +287,264,171,"Jacksonville, FL",245,"Charleston, SC" +287,265,177,"Savannah, GA",172,"Port Everglades, FL" +287,266,177,"Savannah, GA",265,"Norfolk Harbor, VA" +287,267,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +287,268,174,"Tampa, FL",208,"Pascagoula, MS" +287,269,177,"Savannah, GA",194,"Lake Charles, LA" +287,270,174,"Tampa, FL",245,"Charleston, SC" +287,271,245,"Charleston, SC",174,"Tampa, FL" +287,272,172,"Port Everglades, FL",245,"Charleston, SC" +287,273,245,"Charleston, SC",195,"New Orleans, LA" +288,1,162,"Oakland, CA",162,"Oakland, CA" +288,2,162,"Oakland, CA",162,"Oakland, CA" +288,3,159,"Long Beach, CA",159,"Long Beach, CA" +288,4,159,"Long Beach, CA",159,"Long Beach, CA" +288,5,268,"Seattle, WA",268,"Seattle, WA" +288,6,159,"Long Beach, CA",159,"Long Beach, CA" +288,7,239,"Portland, OR",239,"Portland, OR" +288,8,159,"Long Beach, CA",159,"Long Beach, CA" +288,9,159,"Long Beach, CA",159,"Long Beach, CA" +288,10,159,"Long Beach, CA",159,"Long Beach, CA" +288,11,268,"Seattle, WA",268,"Seattle, WA" +288,12,159,"Long Beach, CA",159,"Long Beach, CA" +288,13,268,"Seattle, WA",268,"Seattle, WA" +288,14,162,"Oakland, CA",162,"Oakland, CA" +288,15,159,"Long Beach, CA",159,"Long Beach, CA" +288,16,162,"Oakland, CA",162,"Oakland, CA" +288,17,159,"Long Beach, CA",159,"Long Beach, CA" +288,18,159,"Long Beach, CA",159,"Long Beach, CA" +288,19,159,"Long Beach, CA",159,"Long Beach, CA" +288,20,159,"Long Beach, CA",159,"Long Beach, CA" +288,21,159,"Long Beach, CA",159,"Long Beach, CA" +288,22,268,"Seattle, WA",268,"Seattle, WA" +288,23,159,"Long Beach, CA",159,"Long Beach, CA" +288,24,268,"Seattle, WA",268,"Seattle, WA" +288,25,159,"Long Beach, CA",159,"Long Beach, CA" +288,26,159,"Long Beach, CA",159,"Long Beach, CA" +288,27,239,"Portland, OR",239,"Portland, OR" +288,28,159,"Long Beach, CA",159,"Long Beach, CA" +288,29,268,"Seattle, WA",268,"Seattle, WA" +288,30,159,"Long Beach, CA",159,"Long Beach, CA" +288,31,159,"Long Beach, CA",159,"Long Beach, CA" +288,32,162,"Oakland, CA",162,"Oakland, CA" +288,33,268,"Seattle, WA",268,"Seattle, WA" +288,34,162,"Oakland, CA",162,"Oakland, CA" +288,35,269,"Longview, WA",269,"Longview, WA" +288,36,162,"Oakland, CA",162,"Oakland, CA" +288,37,269,"Longview, WA",269,"Longview, WA" +288,38,159,"Long Beach, CA",159,"Long Beach, CA" +288,39,159,"Long Beach, CA",159,"Long Beach, CA" +288,40,159,"Long Beach, CA",159,"Long Beach, CA" +288,41,268,"Seattle, WA",268,"Seattle, WA" +288,42,239,"Portland, OR",239,"Portland, OR" +288,43,268,"Seattle, WA",268,"Seattle, WA" +288,44,159,"Long Beach, CA",159,"Long Beach, CA" +288,45,268,"Seattle, WA",268,"Seattle, WA" +288,46,159,"Long Beach, CA",159,"Long Beach, CA" +288,47,159,"Long Beach, CA",159,"Long Beach, CA" +288,48,268,"Seattle, WA",268,"Seattle, WA" +288,49,268,"Seattle, WA",268,"Seattle, WA" +288,50,172,"Port Everglades, FL",172,"Port Everglades, FL" +288,51,162,"Oakland, CA",162,"Oakland, CA" +288,52,269,"Longview, WA",269,"Longview, WA" +288,53,159,"Long Beach, CA",159,"Long Beach, CA" +288,54,162,"Oakland, CA",162,"Oakland, CA" +288,55,268,"Seattle, WA",268,"Seattle, WA" +288,56,159,"Long Beach, CA",159,"Long Beach, CA" +288,57,159,"Long Beach, CA",159,"Long Beach, CA" +288,58,268,"Seattle, WA",268,"Seattle, WA" +288,59,159,"Long Beach, CA",159,"Long Beach, CA" +288,60,159,"Long Beach, CA",159,"Long Beach, CA" +288,61,239,"Portland, OR",239,"Portland, OR" +288,62,162,"Oakland, CA",162,"Oakland, CA" +288,63,159,"Long Beach, CA",159,"Long Beach, CA" +288,64,239,"Portland, OR",239,"Portland, OR" +288,65,268,"Seattle, WA",268,"Seattle, WA" +288,66,159,"Long Beach, CA",159,"Long Beach, CA" +288,67,268,"Seattle, WA",268,"Seattle, WA" +288,68,159,"Long Beach, CA",159,"Long Beach, CA" +288,69,268,"Seattle, WA",268,"Seattle, WA" +288,70,159,"Long Beach, CA",159,"Long Beach, CA" +288,71,162,"Oakland, CA",162,"Oakland, CA" +288,72,159,"Long Beach, CA",159,"Long Beach, CA" +288,73,159,"Long Beach, CA",159,"Long Beach, CA" +288,74,162,"Oakland, CA",162,"Oakland, CA" +288,75,159,"Long Beach, CA",159,"Long Beach, CA" +288,76,159,"Long Beach, CA",159,"Long Beach, CA" +288,77,159,"Long Beach, CA",159,"Long Beach, CA" +288,78,268,"Seattle, WA",268,"Seattle, WA" +288,79,268,"Seattle, WA",268,"Seattle, WA" +288,80,159,"Long Beach, CA",159,"Long Beach, CA" +288,81,159,"Long Beach, CA",159,"Long Beach, CA" +288,82,268,"Seattle, WA",268,"Seattle, WA" +288,83,268,"Seattle, WA",268,"Seattle, WA" +288,84,159,"Long Beach, CA",159,"Long Beach, CA" +288,85,159,"Long Beach, CA",159,"Long Beach, CA" +288,86,159,"Long Beach, CA",159,"Long Beach, CA" +288,87,239,"Portland, OR",239,"Portland, OR" +288,88,159,"Long Beach, CA",159,"Long Beach, CA" +288,89,162,"Oakland, CA",162,"Oakland, CA" +288,90,159,"Long Beach, CA",159,"Long Beach, CA" +288,91,159,"Long Beach, CA",159,"Long Beach, CA" +288,92,159,"Long Beach, CA",159,"Long Beach, CA" +288,93,159,"Long Beach, CA",159,"Long Beach, CA" +288,94,159,"Long Beach, CA",159,"Long Beach, CA" +288,95,268,"Seattle, WA",268,"Seattle, WA" +288,96,159,"Long Beach, CA",159,"Long Beach, CA" +288,97,269,"Longview, WA",269,"Longview, WA" +288,98,159,"Long Beach, CA",159,"Long Beach, CA" +288,99,159,"Long Beach, CA",159,"Long Beach, CA" +288,100,269,"Longview, WA",269,"Longview, WA" +288,101,159,"Long Beach, CA",159,"Long Beach, CA" +288,102,159,"Long Beach, CA",159,"Long Beach, CA" +288,103,159,"Long Beach, CA",159,"Long Beach, CA" +288,104,268,"Seattle, WA",268,"Seattle, WA" +288,105,159,"Long Beach, CA",159,"Long Beach, CA" +288,106,162,"Oakland, CA",162,"Oakland, CA" +288,107,159,"Long Beach, CA",159,"Long Beach, CA" +288,108,269,"Longview, WA",269,"Longview, WA" +288,109,159,"Long Beach, CA",159,"Long Beach, CA" +288,110,162,"Oakland, CA",162,"Oakland, CA" +288,111,268,"Seattle, WA",268,"Seattle, WA" +288,112,268,"Seattle, WA",268,"Seattle, WA" +288,113,268,"Seattle, WA",268,"Seattle, WA" +288,114,269,"Longview, WA",269,"Longview, WA" +288,115,162,"Oakland, CA",162,"Oakland, CA" +288,116,269,"Longview, WA",269,"Longview, WA" +288,117,162,"Oakland, CA",162,"Oakland, CA" +288,118,162,"Oakland, CA",162,"Oakland, CA" +288,119,159,"Long Beach, CA",159,"Long Beach, CA" +288,120,159,"Long Beach, CA",159,"Long Beach, CA" +288,121,159,"Long Beach, CA",159,"Long Beach, CA" +288,122,159,"Long Beach, CA",159,"Long Beach, CA" +288,123,159,"Long Beach, CA",159,"Long Beach, CA" +288,124,268,"Seattle, WA",268,"Seattle, WA" +288,125,159,"Long Beach, CA",159,"Long Beach, CA" +288,126,159,"Long Beach, CA",159,"Long Beach, CA" +288,127,159,"Long Beach, CA",159,"Long Beach, CA" +288,128,159,"Long Beach, CA",159,"Long Beach, CA" +288,129,159,"Long Beach, CA",159,"Long Beach, CA" +288,130,159,"Long Beach, CA",159,"Long Beach, CA" +288,131,268,"Seattle, WA",268,"Seattle, WA" +288,132,159,"Long Beach, CA",159,"Long Beach, CA" +288,151,162,"Oakland, CA",269,"Longview, WA" +288,152,268,"Seattle, WA",159,"Long Beach, CA" +288,153,269,"Longview, WA",159,"Long Beach, CA" +288,154,154,"Anchorage, AK",154,"Anchorage, AK" +288,155,239,"Portland, OR",159,"Long Beach, CA" +288,156,162,"Oakland, CA",269,"Longview, WA" +288,157,159,"Long Beach, CA",162,"Oakland, CA" +288,158,268,"Seattle, WA",239,"Portland, OR" +288,159,269,"Longview, WA",239,"Portland, OR" +288,160,159,"Long Beach, CA",159,"Long Beach, CA" +288,161,268,"Seattle, WA",239,"Portland, OR" +288,162,159,"Long Beach, CA",269,"Longview, WA" +288,163,268,"Seattle, WA",239,"Portland, OR" +288,164,268,"Seattle, WA",159,"Long Beach, CA" +288,165,159,"Long Beach, CA",268,"Seattle, WA" +288,166,239,"Portland, OR",239,"Portland, OR" +288,167,162,"Oakland, CA",159,"Long Beach, CA" +288,168,268,"Seattle, WA",174,"Tampa, FL" +288,169,159,"Long Beach, CA",268,"Seattle, WA" +288,170,159,"Long Beach, CA",268,"Seattle, WA" +288,171,159,"Long Beach, CA",239,"Portland, OR" +288,172,159,"Long Beach, CA",159,"Long Beach, CA" +288,173,159,"Long Beach, CA",159,"Long Beach, CA" +288,174,268,"Seattle, WA",268,"Seattle, WA" +288,175,162,"Oakland, CA",269,"Longview, WA" +288,176,268,"Seattle, WA",159,"Long Beach, CA" +288,177,162,"Oakland, CA",239,"Portland, OR" +288,178,159,"Long Beach, CA",162,"Oakland, CA" +288,179,179,"Honolulu, HI",179,"Honolulu, HI" +288,180,179,"Honolulu, HI",179,"Honolulu, HI" +288,181,162,"Oakland, CA",159,"Long Beach, CA" +288,183,268,"Seattle, WA",162,"Oakland, CA" +288,184,159,"Long Beach, CA",268,"Seattle, WA" +288,185,268,"Seattle, WA",268,"Seattle, WA" +288,186,159,"Long Beach, CA",268,"Seattle, WA" +288,187,159,"Long Beach, CA",268,"Seattle, WA" +288,188,159,"Long Beach, CA",159,"Long Beach, CA" +288,189,268,"Seattle, WA",159,"Long Beach, CA" +288,190,159,"Long Beach, CA",159,"Long Beach, CA" +288,191,159,"Long Beach, CA",268,"Seattle, WA" +288,192,159,"Long Beach, CA",159,"Long Beach, CA" +288,193,269,"Longview, WA",194,"Lake Charles, LA" +288,194,159,"Long Beach, CA",162,"Oakland, CA" +288,195,159,"Long Beach, CA",159,"Long Beach, CA" +288,196,269,"Longview, WA",159,"Long Beach, CA" +288,197,239,"Portland, OR",159,"Long Beach, CA" +288,198,265,"Norfolk Harbor, VA",159,"Long Beach, CA" +288,199,268,"Seattle, WA",268,"Seattle, WA" +288,200,159,"Long Beach, CA",177,"Savannah, GA" +288,201,159,"Long Beach, CA",268,"Seattle, WA" +288,202,159,"Long Beach, CA",159,"Long Beach, CA" +288,203,268,"Seattle, WA",159,"Long Beach, CA" +288,204,159,"Long Beach, CA",159,"Long Beach, CA" +288,205,239,"Portland, OR",159,"Long Beach, CA" +288,206,239,"Portland, OR",268,"Seattle, WA" +288,207,159,"Long Beach, CA",162,"Oakland, CA" +288,208,174,"Tampa, FL",159,"Long Beach, CA" +288,209,159,"Long Beach, CA",162,"Oakland, CA" +288,210,162,"Oakland, CA",195,"New Orleans, LA" +288,211,162,"Oakland, CA",268,"Seattle, WA" +288,212,159,"Long Beach, CA",162,"Oakland, CA" +288,213,162,"Oakland, CA",162,"Oakland, CA" +288,214,239,"Portland, OR",162,"Oakland, CA" +288,215,159,"Long Beach, CA",269,"Longview, WA" +288,216,268,"Seattle, WA",159,"Long Beach, CA" +288,217,268,"Seattle, WA",268,"Seattle, WA" +288,218,159,"Long Beach, CA",239,"Portland, OR" +288,219,159,"Long Beach, CA",239,"Portland, OR" +288,220,268,"Seattle, WA",162,"Oakland, CA" +288,221,239,"Portland, OR",162,"Oakland, CA" +288,222,159,"Long Beach, CA",159,"Long Beach, CA" +288,223,162,"Oakland, CA",162,"Oakland, CA" +288,224,269,"Longview, WA",162,"Oakland, CA" +288,225,159,"Long Beach, CA",159,"Long Beach, CA" +288,226,162,"Oakland, CA",177,"Savannah, GA" +288,227,162,"Oakland, CA",159,"Long Beach, CA" +288,228,159,"Long Beach, CA",159,"Long Beach, CA" +288,229,162,"Oakland, CA",268,"Seattle, WA" +288,230,159,"Long Beach, CA",159,"Long Beach, CA" +288,231,268,"Seattle, WA",159,"Long Beach, CA" +288,232,159,"Long Beach, CA",159,"Long Beach, CA" +288,233,159,"Long Beach, CA",159,"Long Beach, CA" +288,234,159,"Long Beach, CA",159,"Long Beach, CA" +288,235,268,"Seattle, WA",172,"Port Everglades, FL" +288,236,268,"Seattle, WA",194,"Lake Charles, LA" +288,237,159,"Long Beach, CA",162,"Oakland, CA" +288,238,159,"Long Beach, CA",162,"Oakland, CA" +288,239,159,"Long Beach, CA",159,"Long Beach, CA" +288,240,159,"Long Beach, CA",159,"Long Beach, CA" +288,241,239,"Portland, OR",159,"Long Beach, CA" +288,242,268,"Seattle, WA",268,"Seattle, WA" +288,243,159,"Long Beach, CA",269,"Longview, WA" +288,244,268,"Seattle, WA",268,"Seattle, WA" +288,245,159,"Long Beach, CA",268,"Seattle, WA" +288,246,269,"Longview, WA",239,"Portland, OR" +288,247,159,"Long Beach, CA",268,"Seattle, WA" +288,248,162,"Oakland, CA",268,"Seattle, WA" +288,249,162,"Oakland, CA",195,"New Orleans, LA" +288,250,159,"Long Beach, CA",268,"Seattle, WA" +288,251,162,"Oakland, CA",159,"Long Beach, CA" +288,252,159,"Long Beach, CA",159,"Long Beach, CA" +288,253,159,"Long Beach, CA",159,"Long Beach, CA" +288,254,239,"Portland, OR",159,"Long Beach, CA" +288,255,162,"Oakland, CA",159,"Long Beach, CA" +288,256,268,"Seattle, WA",268,"Seattle, WA" +288,257,159,"Long Beach, CA",195,"New Orleans, LA" +288,258,269,"Longview, WA",159,"Long Beach, CA" +288,259,159,"Long Beach, CA",159,"Long Beach, CA" +288,260,159,"Long Beach, CA",159,"Long Beach, CA" +288,261,159,"Long Beach, CA",268,"Seattle, WA" +288,262,159,"Long Beach, CA",268,"Seattle, WA" +288,263,245,"Charleston, SC",162,"Oakland, CA" +288,264,159,"Long Beach, CA",159,"Long Beach, CA" +288,265,268,"Seattle, WA",159,"Long Beach, CA" +288,266,159,"Long Beach, CA",159,"Long Beach, CA" +288,267,268,"Seattle, WA",268,"Seattle, WA" +288,268,162,"Oakland, CA",159,"Long Beach, CA" +288,269,269,"Longview, WA",269,"Longview, WA" +288,270,268,"Seattle, WA",162,"Oakland, CA" +288,271,162,"Oakland, CA",159,"Long Beach, CA" +288,272,268,"Seattle, WA",159,"Long Beach, CA" +288,273,159,"Long Beach, CA",159,"Long Beach, CA" +289,1,159,"Long Beach, CA",159,"Long Beach, CA" +289,2,159,"Long Beach, CA",159,"Long Beach, CA" +289,3,162,"Oakland, CA",162,"Oakland, CA" +289,4,239,"Portland, OR",239,"Portland, OR" +289,5,159,"Long Beach, CA",159,"Long Beach, CA" +289,6,268,"Seattle, WA",268,"Seattle, WA" +289,7,162,"Oakland, CA",162,"Oakland, CA" +289,8,159,"Long Beach, CA",159,"Long Beach, CA" +289,9,159,"Long Beach, CA",159,"Long Beach, CA" +289,10,159,"Long Beach, CA",159,"Long Beach, CA" +289,11,162,"Oakland, CA",162,"Oakland, CA" +289,12,159,"Long Beach, CA",159,"Long Beach, CA" +289,13,159,"Long Beach, CA",159,"Long Beach, CA" +289,14,159,"Long Beach, CA",159,"Long Beach, CA" +289,15,269,"Longview, WA",269,"Longview, WA" +289,16,159,"Long Beach, CA",159,"Long Beach, CA" +289,17,159,"Long Beach, CA",159,"Long Beach, CA" +289,18,159,"Long Beach, CA",159,"Long Beach, CA" +289,19,159,"Long Beach, CA",159,"Long Beach, CA" +289,20,268,"Seattle, WA",268,"Seattle, WA" +289,21,159,"Long Beach, CA",159,"Long Beach, CA" +289,22,268,"Seattle, WA",268,"Seattle, WA" +289,23,159,"Long Beach, CA",159,"Long Beach, CA" +289,24,159,"Long Beach, CA",159,"Long Beach, CA" +289,25,162,"Oakland, CA",162,"Oakland, CA" +289,26,269,"Longview, WA",269,"Longview, WA" +289,27,159,"Long Beach, CA",159,"Long Beach, CA" +289,28,159,"Long Beach, CA",159,"Long Beach, CA" +289,29,162,"Oakland, CA",162,"Oakland, CA" +289,30,239,"Portland, OR",239,"Portland, OR" +289,31,268,"Seattle, WA",268,"Seattle, WA" +289,32,239,"Portland, OR",239,"Portland, OR" +289,33,159,"Long Beach, CA",159,"Long Beach, CA" +289,34,159,"Long Beach, CA",159,"Long Beach, CA" +289,35,239,"Portland, OR",239,"Portland, OR" +289,36,159,"Long Beach, CA",159,"Long Beach, CA" +289,37,159,"Long Beach, CA",159,"Long Beach, CA" +289,38,269,"Longview, WA",269,"Longview, WA" +289,39,239,"Portland, OR",239,"Portland, OR" +289,40,159,"Long Beach, CA",159,"Long Beach, CA" +289,41,269,"Longview, WA",269,"Longview, WA" +289,42,159,"Long Beach, CA",159,"Long Beach, CA" +289,43,268,"Seattle, WA",268,"Seattle, WA" +289,44,268,"Seattle, WA",268,"Seattle, WA" +289,45,268,"Seattle, WA",268,"Seattle, WA" +289,46,159,"Long Beach, CA",159,"Long Beach, CA" +289,47,268,"Seattle, WA",268,"Seattle, WA" +289,48,159,"Long Beach, CA",159,"Long Beach, CA" +289,49,159,"Long Beach, CA",159,"Long Beach, CA" +289,50,159,"Long Beach, CA",159,"Long Beach, CA" +289,51,159,"Long Beach, CA",159,"Long Beach, CA" +289,52,159,"Long Beach, CA",159,"Long Beach, CA" +289,53,239,"Portland, OR",239,"Portland, OR" +289,54,162,"Oakland, CA",162,"Oakland, CA" +289,55,268,"Seattle, WA",268,"Seattle, WA" +289,56,162,"Oakland, CA",162,"Oakland, CA" +289,57,268,"Seattle, WA",268,"Seattle, WA" +289,58,268,"Seattle, WA",268,"Seattle, WA" +289,59,159,"Long Beach, CA",159,"Long Beach, CA" +289,60,159,"Long Beach, CA",159,"Long Beach, CA" +289,61,268,"Seattle, WA",268,"Seattle, WA" +289,62,268,"Seattle, WA",268,"Seattle, WA" +289,63,159,"Long Beach, CA",159,"Long Beach, CA" +289,64,268,"Seattle, WA",268,"Seattle, WA" +289,65,239,"Portland, OR",239,"Portland, OR" +289,66,159,"Long Beach, CA",159,"Long Beach, CA" +289,67,268,"Seattle, WA",268,"Seattle, WA" +289,68,268,"Seattle, WA",268,"Seattle, WA" +289,69,159,"Long Beach, CA",159,"Long Beach, CA" +289,70,159,"Long Beach, CA",159,"Long Beach, CA" +289,71,159,"Long Beach, CA",159,"Long Beach, CA" +289,72,159,"Long Beach, CA",159,"Long Beach, CA" +289,73,268,"Seattle, WA",268,"Seattle, WA" +289,74,159,"Long Beach, CA",159,"Long Beach, CA" +289,75,159,"Long Beach, CA",159,"Long Beach, CA" +289,76,159,"Long Beach, CA",159,"Long Beach, CA" +289,77,159,"Long Beach, CA",159,"Long Beach, CA" +289,78,159,"Long Beach, CA",159,"Long Beach, CA" +289,79,159,"Long Beach, CA",159,"Long Beach, CA" +289,80,159,"Long Beach, CA",159,"Long Beach, CA" +289,81,159,"Long Beach, CA",159,"Long Beach, CA" +289,82,239,"Portland, OR",239,"Portland, OR" +289,83,239,"Portland, OR",239,"Portland, OR" +289,84,268,"Seattle, WA",268,"Seattle, WA" +289,85,159,"Long Beach, CA",159,"Long Beach, CA" +289,86,159,"Long Beach, CA",159,"Long Beach, CA" +289,87,162,"Oakland, CA",162,"Oakland, CA" +289,88,159,"Long Beach, CA",159,"Long Beach, CA" +289,89,159,"Long Beach, CA",159,"Long Beach, CA" +289,90,268,"Seattle, WA",268,"Seattle, WA" +289,91,239,"Portland, OR",239,"Portland, OR" +289,92,159,"Long Beach, CA",159,"Long Beach, CA" +289,93,159,"Long Beach, CA",159,"Long Beach, CA" +289,94,159,"Long Beach, CA",159,"Long Beach, CA" +289,95,159,"Long Beach, CA",159,"Long Beach, CA" +289,96,159,"Long Beach, CA",159,"Long Beach, CA" +289,97,159,"Long Beach, CA",159,"Long Beach, CA" +289,98,159,"Long Beach, CA",159,"Long Beach, CA" +289,99,162,"Oakland, CA",162,"Oakland, CA" +289,100,268,"Seattle, WA",268,"Seattle, WA" +289,101,239,"Portland, OR",239,"Portland, OR" +289,102,159,"Long Beach, CA",159,"Long Beach, CA" +289,103,159,"Long Beach, CA",159,"Long Beach, CA" +289,104,159,"Long Beach, CA",159,"Long Beach, CA" +289,105,239,"Portland, OR",239,"Portland, OR" +289,106,159,"Long Beach, CA",159,"Long Beach, CA" +289,107,239,"Portland, OR",239,"Portland, OR" +289,108,159,"Long Beach, CA",159,"Long Beach, CA" +289,109,269,"Longview, WA",269,"Longview, WA" +289,110,159,"Long Beach, CA",159,"Long Beach, CA" +289,111,239,"Portland, OR",239,"Portland, OR" +289,112,239,"Portland, OR",239,"Portland, OR" +289,113,159,"Long Beach, CA",159,"Long Beach, CA" +289,114,159,"Long Beach, CA",159,"Long Beach, CA" +289,115,159,"Long Beach, CA",159,"Long Beach, CA" +289,116,159,"Long Beach, CA",159,"Long Beach, CA" +289,117,159,"Long Beach, CA",159,"Long Beach, CA" +289,118,159,"Long Beach, CA",159,"Long Beach, CA" +289,119,239,"Portland, OR",239,"Portland, OR" +289,120,268,"Seattle, WA",268,"Seattle, WA" +289,121,268,"Seattle, WA",268,"Seattle, WA" +289,122,159,"Long Beach, CA",159,"Long Beach, CA" +289,123,159,"Long Beach, CA",159,"Long Beach, CA" +289,124,162,"Oakland, CA",162,"Oakland, CA" +289,125,159,"Long Beach, CA",159,"Long Beach, CA" +289,126,159,"Long Beach, CA",159,"Long Beach, CA" +289,127,268,"Seattle, WA",268,"Seattle, WA" +289,128,268,"Seattle, WA",268,"Seattle, WA" +289,129,159,"Long Beach, CA",159,"Long Beach, CA" +289,130,159,"Long Beach, CA",159,"Long Beach, CA" +289,131,239,"Portland, OR",239,"Portland, OR" +289,132,162,"Oakland, CA",162,"Oakland, CA" +289,151,159,"Long Beach, CA",159,"Long Beach, CA" +289,152,159,"Long Beach, CA",159,"Long Beach, CA" +289,153,162,"Oakland, CA",162,"Oakland, CA" +289,154,154,"Anchorage, AK",154,"Anchorage, AK" +289,155,268,"Seattle, WA",159,"Long Beach, CA" +289,156,268,"Seattle, WA",159,"Long Beach, CA" +289,157,159,"Long Beach, CA",239,"Portland, OR" +289,158,268,"Seattle, WA",269,"Longview, WA" +289,159,159,"Long Beach, CA",159,"Long Beach, CA" +289,160,159,"Long Beach, CA",159,"Long Beach, CA" +289,161,268,"Seattle, WA",162,"Oakland, CA" +289,162,162,"Oakland, CA",162,"Oakland, CA" +289,163,268,"Seattle, WA",159,"Long Beach, CA" +289,164,268,"Seattle, WA",268,"Seattle, WA" +289,165,159,"Long Beach, CA",159,"Long Beach, CA" +289,166,269,"Longview, WA",159,"Long Beach, CA" +289,167,268,"Seattle, WA",159,"Long Beach, CA" +289,168,268,"Seattle, WA",159,"Long Beach, CA" +289,169,162,"Oakland, CA",159,"Long Beach, CA" +289,170,269,"Longview, WA",162,"Oakland, CA" +289,171,159,"Long Beach, CA",269,"Longview, WA" +289,172,159,"Long Beach, CA",159,"Long Beach, CA" +289,173,268,"Seattle, WA",159,"Long Beach, CA" +289,174,162,"Oakland, CA",162,"Oakland, CA" +289,175,268,"Seattle, WA",159,"Long Beach, CA" +289,176,159,"Long Beach, CA",159,"Long Beach, CA" +289,177,159,"Long Beach, CA",159,"Long Beach, CA" +289,178,159,"Long Beach, CA",159,"Long Beach, CA" +289,179,179,"Honolulu, HI",179,"Honolulu, HI" +289,180,179,"Honolulu, HI",179,"Honolulu, HI" +289,181,268,"Seattle, WA",159,"Long Beach, CA" +289,183,162,"Oakland, CA",268,"Seattle, WA" +289,184,159,"Long Beach, CA",159,"Long Beach, CA" +289,185,159,"Long Beach, CA",159,"Long Beach, CA" +289,186,268,"Seattle, WA",239,"Portland, OR" +289,187,159,"Long Beach, CA",159,"Long Beach, CA" +289,188,268,"Seattle, WA",268,"Seattle, WA" +289,189,162,"Oakland, CA",159,"Long Beach, CA" +289,190,268,"Seattle, WA",268,"Seattle, WA" +289,191,268,"Seattle, WA",268,"Seattle, WA" +289,192,159,"Long Beach, CA",159,"Long Beach, CA" +289,193,159,"Long Beach, CA",268,"Seattle, WA" +289,194,268,"Seattle, WA",159,"Long Beach, CA" +289,195,159,"Long Beach, CA",162,"Oakland, CA" +289,196,159,"Long Beach, CA",159,"Long Beach, CA" +289,197,159,"Long Beach, CA",159,"Long Beach, CA" +289,198,159,"Long Beach, CA",239,"Portland, OR" +289,199,162,"Oakland, CA",268,"Seattle, WA" +289,200,159,"Long Beach, CA",159,"Long Beach, CA" +289,201,268,"Seattle, WA",159,"Long Beach, CA" +289,202,268,"Seattle, WA",268,"Seattle, WA" +289,203,159,"Long Beach, CA",159,"Long Beach, CA" +289,204,159,"Long Beach, CA",239,"Portland, OR" +289,205,268,"Seattle, WA",268,"Seattle, WA" +289,206,159,"Long Beach, CA",162,"Oakland, CA" +289,207,159,"Long Beach, CA",159,"Long Beach, CA" +289,208,162,"Oakland, CA",268,"Seattle, WA" +289,209,159,"Long Beach, CA",159,"Long Beach, CA" +289,210,268,"Seattle, WA",159,"Long Beach, CA" +289,211,159,"Long Beach, CA",162,"Oakland, CA" +289,212,159,"Long Beach, CA",269,"Longview, WA" +289,213,159,"Long Beach, CA",269,"Longview, WA" +289,214,159,"Long Beach, CA",159,"Long Beach, CA" +289,215,159,"Long Beach, CA",239,"Portland, OR" +289,216,159,"Long Beach, CA",268,"Seattle, WA" +289,217,268,"Seattle, WA",159,"Long Beach, CA" +289,218,159,"Long Beach, CA",159,"Long Beach, CA" +289,219,268,"Seattle, WA",268,"Seattle, WA" +289,220,159,"Long Beach, CA",159,"Long Beach, CA" +289,221,268,"Seattle, WA",159,"Long Beach, CA" +289,222,159,"Long Beach, CA",159,"Long Beach, CA" +289,223,269,"Longview, WA",159,"Long Beach, CA" +289,224,159,"Long Beach, CA",268,"Seattle, WA" +289,225,159,"Long Beach, CA",268,"Seattle, WA" +289,226,159,"Long Beach, CA",268,"Seattle, WA" +289,227,159,"Long Beach, CA",269,"Longview, WA" +289,228,159,"Long Beach, CA",159,"Long Beach, CA" +289,229,162,"Oakland, CA",162,"Oakland, CA" +289,230,159,"Long Beach, CA",268,"Seattle, WA" +289,231,268,"Seattle, WA",159,"Long Beach, CA" +289,232,159,"Long Beach, CA",159,"Long Beach, CA" +289,233,159,"Long Beach, CA",162,"Oakland, CA" +289,234,159,"Long Beach, CA",159,"Long Beach, CA" +289,235,239,"Portland, OR",159,"Long Beach, CA" +289,236,268,"Seattle, WA",159,"Long Beach, CA" +289,237,159,"Long Beach, CA",269,"Longview, WA" +289,238,268,"Seattle, WA",159,"Long Beach, CA" +289,239,159,"Long Beach, CA",159,"Long Beach, CA" +289,240,268,"Seattle, WA",159,"Long Beach, CA" +289,241,159,"Long Beach, CA",159,"Long Beach, CA" +289,242,159,"Long Beach, CA",159,"Long Beach, CA" +289,243,159,"Long Beach, CA",268,"Seattle, WA" +289,244,159,"Long Beach, CA",159,"Long Beach, CA" +289,245,159,"Long Beach, CA",159,"Long Beach, CA" +289,246,159,"Long Beach, CA",268,"Seattle, WA" +289,247,159,"Long Beach, CA",159,"Long Beach, CA" +289,248,159,"Long Beach, CA",159,"Long Beach, CA" +289,249,159,"Long Beach, CA",268,"Seattle, WA" +289,250,159,"Long Beach, CA",159,"Long Beach, CA" +289,251,159,"Long Beach, CA",162,"Oakland, CA" +289,252,239,"Portland, OR",159,"Long Beach, CA" +289,253,159,"Long Beach, CA",268,"Seattle, WA" +289,254,162,"Oakland, CA",268,"Seattle, WA" +289,255,159,"Long Beach, CA",159,"Long Beach, CA" +289,256,268,"Seattle, WA",268,"Seattle, WA" +289,257,159,"Long Beach, CA",159,"Long Beach, CA" +289,258,159,"Long Beach, CA",159,"Long Beach, CA" +289,259,162,"Oakland, CA",159,"Long Beach, CA" +289,260,268,"Seattle, WA",159,"Long Beach, CA" +289,261,159,"Long Beach, CA",159,"Long Beach, CA" +289,262,159,"Long Beach, CA",269,"Longview, WA" +289,263,159,"Long Beach, CA",268,"Seattle, WA" +289,264,268,"Seattle, WA",159,"Long Beach, CA" +289,265,159,"Long Beach, CA",159,"Long Beach, CA" +289,266,162,"Oakland, CA",159,"Long Beach, CA" +289,267,159,"Long Beach, CA",159,"Long Beach, CA" +289,268,159,"Long Beach, CA",239,"Portland, OR" +289,269,162,"Oakland, CA",159,"Long Beach, CA" +289,270,159,"Long Beach, CA",159,"Long Beach, CA" +289,271,269,"Longview, WA",162,"Oakland, CA" +289,272,268,"Seattle, WA",268,"Seattle, WA" +289,273,159,"Long Beach, CA",159,"Long Beach, CA" +290,1,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,2,244,"Providence, RI",244,"Providence, RI" +290,3,245,"Charleston, SC",245,"Charleston, SC" +290,4,245,"Charleston, SC",245,"Charleston, SC" +290,5,198,"Baltimore, MD",198,"Baltimore, MD" +290,6,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,7,177,"Savannah, GA",177,"Savannah, GA" +290,8,229,"Wilmington, NC",229,"Wilmington, NC" +290,9,229,"Wilmington, NC",229,"Wilmington, NC" +290,10,171,"Jacksonville, FL",171,"Jacksonville, FL" +290,11,172,"Port Everglades, FL",172,"Port Everglades, FL" +290,12,172,"Port Everglades, FL",172,"Port Everglades, FL" +290,13,174,"Tampa, FL",174,"Tampa, FL" +290,14,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,15,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,16,172,"Port Everglades, FL",172,"Port Everglades, FL" +290,17,198,"Baltimore, MD",198,"Baltimore, MD" +290,18,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,19,245,"Charleston, SC",245,"Charleston, SC" +290,20,172,"Port Everglades, FL",172,"Port Everglades, FL" +290,21,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,22,198,"Baltimore, MD",198,"Baltimore, MD" +290,23,174,"Tampa, FL",174,"Tampa, FL" +290,24,245,"Charleston, SC",245,"Charleston, SC" +290,25,229,"Wilmington, NC",229,"Wilmington, NC" +290,26,172,"Port Everglades, FL",172,"Port Everglades, FL" +290,27,177,"Savannah, GA",177,"Savannah, GA" +290,28,177,"Savannah, GA",177,"Savannah, GA" +290,29,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,30,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,31,172,"Port Everglades, FL",172,"Port Everglades, FL" +290,32,177,"Savannah, GA",177,"Savannah, GA" +290,33,229,"Wilmington, NC",229,"Wilmington, NC" +290,34,172,"Port Everglades, FL",172,"Port Everglades, FL" +290,35,172,"Port Everglades, FL",172,"Port Everglades, FL" +290,36,177,"Savannah, GA",177,"Savannah, GA" +290,37,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,38,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,39,217,"New York, NY and NJ",217,"New York, NY and NJ" +290,40,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,41,229,"Wilmington, NC",229,"Wilmington, NC" +290,42,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,43,174,"Tampa, FL",174,"Tampa, FL" +290,44,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,45,172,"Port Everglades, FL",172,"Port Everglades, FL" +290,46,229,"Wilmington, NC",229,"Wilmington, NC" +290,47,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +290,48,229,"Wilmington, NC",229,"Wilmington, NC" +290,49,178,"Brunswick, GA",178,"Brunswick, GA" +290,50,172,"Port Everglades, FL",172,"Port Everglades, FL" +290,51,172,"Port Everglades, FL",172,"Port Everglades, FL" +290,52,177,"Savannah, GA",177,"Savannah, GA" +290,53,169,"Wilmington, DE",169,"Wilmington, DE" +290,54,198,"Baltimore, MD",198,"Baltimore, MD" +290,55,177,"Savannah, GA",177,"Savannah, GA" +290,56,177,"Savannah, GA",177,"Savannah, GA" +290,57,178,"Brunswick, GA",178,"Brunswick, GA" +290,58,177,"Savannah, GA",177,"Savannah, GA" +290,59,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,60,217,"New York, NY and NJ",217,"New York, NY and NJ" +290,61,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,62,229,"Wilmington, NC",229,"Wilmington, NC" +290,63,171,"Jacksonville, FL",171,"Jacksonville, FL" +290,64,172,"Port Everglades, FL",172,"Port Everglades, FL" +290,65,198,"Baltimore, MD",198,"Baltimore, MD" +290,66,172,"Port Everglades, FL",172,"Port Everglades, FL" +290,67,177,"Savannah, GA",177,"Savannah, GA" +290,68,177,"Savannah, GA",177,"Savannah, GA" +290,69,245,"Charleston, SC",245,"Charleston, SC" +290,70,245,"Charleston, SC",245,"Charleston, SC" +290,71,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +290,72,177,"Savannah, GA",177,"Savannah, GA" +290,73,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +290,74,172,"Port Everglades, FL",172,"Port Everglades, FL" +290,75,171,"Jacksonville, FL",171,"Jacksonville, FL" +290,76,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,77,177,"Savannah, GA",177,"Savannah, GA" +290,78,217,"New York, NY and NJ",217,"New York, NY and NJ" +290,79,245,"Charleston, SC",245,"Charleston, SC" +290,80,172,"Port Everglades, FL",172,"Port Everglades, FL" +290,81,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +290,82,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,83,245,"Charleston, SC",245,"Charleston, SC" +290,84,172,"Port Everglades, FL",172,"Port Everglades, FL" +290,85,245,"Charleston, SC",245,"Charleston, SC" +290,86,217,"New York, NY and NJ",217,"New York, NY and NJ" +290,87,171,"Jacksonville, FL",171,"Jacksonville, FL" +290,88,177,"Savannah, GA",177,"Savannah, GA" +290,89,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,90,245,"Charleston, SC",245,"Charleston, SC" +290,91,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,92,177,"Savannah, GA",177,"Savannah, GA" +290,93,245,"Charleston, SC",245,"Charleston, SC" +290,94,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,95,172,"Port Everglades, FL",172,"Port Everglades, FL" +290,96,229,"Wilmington, NC",229,"Wilmington, NC" +290,97,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,98,217,"New York, NY and NJ",217,"New York, NY and NJ" +290,99,245,"Charleston, SC",245,"Charleston, SC" +290,100,177,"Savannah, GA",177,"Savannah, GA" +290,101,172,"Port Everglades, FL",172,"Port Everglades, FL" +290,102,172,"Port Everglades, FL",172,"Port Everglades, FL" +290,103,171,"Jacksonville, FL",171,"Jacksonville, FL" +290,104,174,"Tampa, FL",174,"Tampa, FL" +290,105,245,"Charleston, SC",245,"Charleston, SC" +290,106,172,"Port Everglades, FL",172,"Port Everglades, FL" +290,107,177,"Savannah, GA",177,"Savannah, GA" +290,108,245,"Charleston, SC",245,"Charleston, SC" +290,109,172,"Port Everglades, FL",172,"Port Everglades, FL" +290,110,174,"Tampa, FL",174,"Tampa, FL" +290,111,241,"Philadelphia, PA",241,"Philadelphia, PA" +290,112,245,"Charleston, SC",245,"Charleston, SC" +290,113,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,114,174,"Tampa, FL",174,"Tampa, FL" +290,115,177,"Savannah, GA",177,"Savannah, GA" +290,116,171,"Jacksonville, FL",171,"Jacksonville, FL" +290,117,172,"Port Everglades, FL",172,"Port Everglades, FL" +290,118,172,"Port Everglades, FL",172,"Port Everglades, FL" +290,119,172,"Port Everglades, FL",172,"Port Everglades, FL" +290,120,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,121,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,122,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,123,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,124,178,"Brunswick, GA",178,"Brunswick, GA" +290,125,241,"Philadelphia, PA",241,"Philadelphia, PA" +290,126,174,"Tampa, FL",174,"Tampa, FL" +290,127,177,"Savannah, GA",177,"Savannah, GA" +290,128,245,"Charleston, SC",245,"Charleston, SC" +290,129,177,"Savannah, GA",177,"Savannah, GA" +290,130,174,"Tampa, FL",174,"Tampa, FL" +290,131,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,132,198,"Baltimore, MD",198,"Baltimore, MD" +290,151,245,"Charleston, SC",177,"Savannah, GA" +290,152,177,"Savannah, GA",171,"Jacksonville, FL" +290,153,229,"Wilmington, NC",177,"Savannah, GA" +290,154,154,"Anchorage, AK",154,"Anchorage, AK" +290,155,177,"Savannah, GA",257,"Houston, TX" +290,156,245,"Charleston, SC",245,"Charleston, SC" +290,157,171,"Jacksonville, FL",257,"Houston, TX" +290,158,171,"Jacksonville, FL",172,"Port Everglades, FL" +290,159,195,"New Orleans, LA",152,"Mobile, AL" +290,160,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +290,161,208,"Pascagoula, MS",195,"New Orleans, LA" +290,162,178,"Brunswick, GA",208,"Pascagoula, MS" +290,163,171,"Jacksonville, FL",208,"Pascagoula, MS" +290,164,172,"Port Everglades, FL",177,"Savannah, GA" +290,165,174,"Tampa, FL",208,"Pascagoula, MS" +290,166,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +290,167,218,"Camden-Gloucester, NJ",244,"Providence, RI" +290,168,217,"New York, NY and NJ",217,"New York, NY and NJ" +290,169,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +290,170,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +290,171,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +290,172,177,"Savannah, GA",177,"Savannah, GA" +290,173,177,"Savannah, GA",174,"Tampa, FL" +290,174,177,"Savannah, GA",177,"Savannah, GA" +290,175,172,"Port Everglades, FL",174,"Tampa, FL" +290,176,177,"Savannah, GA",171,"Jacksonville, FL" +290,177,177,"Savannah, GA",177,"Savannah, GA" +290,178,172,"Port Everglades, FL",171,"Jacksonville, FL" +290,179,179,"Honolulu, HI",179,"Honolulu, HI" +290,180,179,"Honolulu, HI",179,"Honolulu, HI" +290,181,171,"Jacksonville, FL",194,"Lake Charles, LA" +290,183,177,"Savannah, GA",265,"Norfolk Harbor, VA" +290,184,177,"Savannah, GA",265,"Norfolk Harbor, VA" +290,185,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +290,186,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +290,187,171,"Jacksonville, FL",241,"Philadelphia, PA" +290,188,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +290,189,229,"Wilmington, NC",177,"Savannah, GA" +290,190,171,"Jacksonville, FL",194,"Lake Charles, LA" +290,191,174,"Tampa, FL",198,"Baltimore, MD" +290,192,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +290,193,152,"Mobile, AL",171,"Jacksonville, FL" +290,194,195,"New Orleans, LA",195,"New Orleans, LA" +290,195,174,"Tampa, FL",195,"New Orleans, LA" +290,196,152,"Mobile, AL",195,"New Orleans, LA" +290,197,217,"New York, NY and NJ",217,"New York, NY and NJ" +290,198,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +290,199,198,"Baltimore, MD",241,"Philadelphia, PA" +290,200,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +290,201,245,"Charleston, SC",244,"Providence, RI" +290,202,217,"New York, NY and NJ",223,"New York, NY and NJ" +290,203,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,204,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +290,205,172,"Port Everglades, FL",217,"New York, NY and NJ" +290,206,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,207,177,"Savannah, GA",177,"Savannah, GA" +290,208,177,"Savannah, GA",195,"New Orleans, LA" +290,209,174,"Tampa, FL",195,"New Orleans, LA" +290,210,245,"Charleston, SC",152,"Mobile, AL" +290,211,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +290,212,245,"Charleston, SC",169,"Wilmington, DE" +290,213,245,"Charleston, SC",245,"Charleston, SC" +290,214,152,"Mobile, AL",257,"Houston, TX" +290,215,171,"Jacksonville, FL",195,"New Orleans, LA" +290,216,172,"Port Everglades, FL",223,"New York, NY and NJ" +290,217,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +290,218,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +290,219,174,"Tampa, FL",218,"Camden-Gloucester, NJ" +290,220,174,"Tampa, FL",193,"Baton Rouge, LA" +290,221,198,"Baltimore, MD",169,"Wilmington, DE" +290,222,229,"Wilmington, NC",223,"New York, NY and NJ" +290,223,245,"Charleston, SC",223,"New York, NY and NJ" +290,224,229,"Wilmington, NC",223,"New York, NY and NJ" +290,225,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +290,226,245,"Charleston, SC",265,"Norfolk Harbor, VA" +290,227,177,"Savannah, GA",265,"Norfolk Harbor, VA" +290,228,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +290,229,174,"Tampa, FL",245,"Charleston, SC" +290,230,217,"New York, NY and NJ",217,"New York, NY and NJ" +290,231,174,"Tampa, FL",177,"Savannah, GA" +290,232,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +290,233,245,"Charleston, SC",198,"Baltimore, MD" +290,234,177,"Savannah, GA",217,"New York, NY and NJ" +290,235,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +290,236,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +290,237,177,"Savannah, GA",245,"Charleston, SC" +290,238,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +290,239,172,"Port Everglades, FL",195,"New Orleans, LA" +290,240,245,"Charleston, SC",223,"New York, NY and NJ" +290,241,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,242,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +290,243,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +290,244,172,"Port Everglades, FL",201,"Boston, MA" +290,245,171,"Jacksonville, FL",171,"Jacksonville, FL" +290,246,172,"Port Everglades, FL",171,"Jacksonville, FL" +290,247,172,"Port Everglades, FL",177,"Savannah, GA" +290,248,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +290,249,265,"Norfolk Harbor, VA",177,"Savannah, GA" +290,250,174,"Tampa, FL",172,"Port Everglades, FL" +290,251,172,"Port Everglades, FL",174,"Tampa, FL" +290,252,174,"Tampa, FL",257,"Houston, TX" +290,253,229,"Wilmington, NC",194,"Lake Charles, LA" +290,254,172,"Port Everglades, FL",195,"New Orleans, LA" +290,255,177,"Savannah, GA",195,"New Orleans, LA" +290,256,172,"Port Everglades, FL",177,"Savannah, GA" +290,257,245,"Charleston, SC",245,"Charleston, SC" +290,258,174,"Tampa, FL",195,"New Orleans, LA" +290,259,171,"Jacksonville, FL",257,"Houston, TX" +290,260,177,"Savannah, GA",245,"Charleston, SC" +290,261,177,"Savannah, GA",257,"Houston, TX" +290,262,172,"Port Everglades, FL",257,"Houston, TX" +290,263,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +290,264,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +290,265,177,"Savannah, GA",265,"Norfolk Harbor, VA" +290,266,245,"Charleston, SC",265,"Norfolk Harbor, VA" +290,267,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +290,268,174,"Tampa, FL",195,"New Orleans, LA" +290,269,171,"Jacksonville, FL",177,"Savannah, GA" +290,270,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +290,271,217,"New York, NY and NJ",172,"Port Everglades, FL" +290,272,172,"Port Everglades, FL",177,"Savannah, GA" +290,273,174,"Tampa, FL",217,"New York, NY and NJ" +291,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +291,3,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +291,4,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +291,5,197,"Portland, ME",197,"Portland, ME" +291,6,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +291,7,169,"Wilmington, DE",169,"Wilmington, DE" +291,8,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +291,9,217,"New York, NY and NJ",217,"New York, NY and NJ" +291,10,169,"Wilmington, DE",169,"Wilmington, DE" +291,11,197,"Portland, ME",197,"Portland, ME" +291,12,217,"New York, NY and NJ",217,"New York, NY and NJ" +291,13,198,"Baltimore, MD",198,"Baltimore, MD" +291,14,198,"Baltimore, MD",198,"Baltimore, MD" +291,15,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,16,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,17,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,18,217,"New York, NY and NJ",217,"New York, NY and NJ" +291,19,241,"Philadelphia, PA",241,"Philadelphia, PA" +291,20,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +291,21,198,"Baltimore, MD",198,"Baltimore, MD" +291,22,197,"Portland, ME",197,"Portland, ME" +291,23,241,"Philadelphia, PA",241,"Philadelphia, PA" +291,24,197,"Portland, ME",197,"Portland, ME" +291,25,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,26,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +291,27,198,"Baltimore, MD",198,"Baltimore, MD" +291,28,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,29,198,"Baltimore, MD",198,"Baltimore, MD" +291,30,201,"Boston, MA",201,"Boston, MA" +291,31,217,"New York, NY and NJ",217,"New York, NY and NJ" +291,32,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,33,241,"Philadelphia, PA",241,"Philadelphia, PA" +291,34,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,35,217,"New York, NY and NJ",217,"New York, NY and NJ" +291,36,241,"Philadelphia, PA",241,"Philadelphia, PA" +291,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,38,201,"Boston, MA",201,"Boston, MA" +291,39,217,"New York, NY and NJ",217,"New York, NY and NJ" +291,40,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +291,41,217,"New York, NY and NJ",217,"New York, NY and NJ" +291,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,44,241,"Philadelphia, PA",241,"Philadelphia, PA" +291,45,217,"New York, NY and NJ",217,"New York, NY and NJ" +291,46,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,47,241,"Philadelphia, PA",241,"Philadelphia, PA" +291,48,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,49,201,"Boston, MA",201,"Boston, MA" +291,50,241,"Philadelphia, PA",241,"Philadelphia, PA" +291,51,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,52,217,"New York, NY and NJ",217,"New York, NY and NJ" +291,53,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,54,197,"Portland, ME",197,"Portland, ME" +291,55,197,"Portland, ME",197,"Portland, ME" +291,56,201,"Boston, MA",201,"Boston, MA" +291,57,201,"Boston, MA",201,"Boston, MA" +291,58,169,"Wilmington, DE",169,"Wilmington, DE" +291,59,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,60,241,"Philadelphia, PA",241,"Philadelphia, PA" +291,61,198,"Baltimore, MD",198,"Baltimore, MD" +291,62,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,63,244,"Providence, RI",244,"Providence, RI" +291,64,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +291,65,197,"Portland, ME",197,"Portland, ME" +291,66,201,"Boston, MA",201,"Boston, MA" +291,67,244,"Providence, RI",244,"Providence, RI" +291,68,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,69,241,"Philadelphia, PA",241,"Philadelphia, PA" +291,70,197,"Portland, ME",197,"Portland, ME" +291,71,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +291,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,73,241,"Philadelphia, PA",241,"Philadelphia, PA" +291,74,241,"Philadelphia, PA",241,"Philadelphia, PA" +291,75,197,"Portland, ME",197,"Portland, ME" +291,76,201,"Boston, MA",201,"Boston, MA" +291,77,197,"Portland, ME",197,"Portland, ME" +291,78,201,"Boston, MA",201,"Boston, MA" +291,79,197,"Portland, ME",197,"Portland, ME" +291,80,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,81,217,"New York, NY and NJ",217,"New York, NY and NJ" +291,82,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +291,83,197,"Portland, ME",197,"Portland, ME" +291,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,85,217,"New York, NY and NJ",217,"New York, NY and NJ" +291,86,201,"Boston, MA",201,"Boston, MA" +291,87,217,"New York, NY and NJ",217,"New York, NY and NJ" +291,88,217,"New York, NY and NJ",217,"New York, NY and NJ" +291,89,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +291,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,91,217,"New York, NY and NJ",217,"New York, NY and NJ" +291,92,241,"Philadelphia, PA",241,"Philadelphia, PA" +291,93,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,94,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,95,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,96,197,"Portland, ME",197,"Portland, ME" +291,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,98,201,"Boston, MA",201,"Boston, MA" +291,99,244,"Providence, RI",244,"Providence, RI" +291,100,198,"Baltimore, MD",198,"Baltimore, MD" +291,101,217,"New York, NY and NJ",217,"New York, NY and NJ" +291,102,241,"Philadelphia, PA",241,"Philadelphia, PA" +291,103,217,"New York, NY and NJ",217,"New York, NY and NJ" +291,104,197,"Portland, ME",197,"Portland, ME" +291,105,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +291,106,241,"Philadelphia, PA",241,"Philadelphia, PA" +291,107,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +291,108,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,109,241,"Philadelphia, PA",241,"Philadelphia, PA" +291,110,241,"Philadelphia, PA",241,"Philadelphia, PA" +291,111,201,"Boston, MA",201,"Boston, MA" +291,112,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,113,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,114,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,115,244,"Providence, RI",244,"Providence, RI" +291,116,217,"New York, NY and NJ",217,"New York, NY and NJ" +291,117,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,118,197,"Portland, ME",197,"Portland, ME" +291,119,217,"New York, NY and NJ",217,"New York, NY and NJ" +291,120,217,"New York, NY and NJ",217,"New York, NY and NJ" +291,121,217,"New York, NY and NJ",217,"New York, NY and NJ" +291,122,197,"Portland, ME",197,"Portland, ME" +291,123,217,"New York, NY and NJ",217,"New York, NY and NJ" +291,124,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,125,198,"Baltimore, MD",198,"Baltimore, MD" +291,126,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,127,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,128,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +291,129,217,"New York, NY and NJ",217,"New York, NY and NJ" +291,130,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,131,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,132,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,151,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +291,152,197,"Portland, ME",217,"New York, NY and NJ" +291,153,223,"New York, NY and NJ",217,"New York, NY and NJ" +291,154,154,"Anchorage, AK",154,"Anchorage, AK" +291,155,245,"Charleston, SC",217,"New York, NY and NJ" +291,156,244,"Providence, RI",241,"Philadelphia, PA" +291,157,217,"New York, NY and NJ",217,"New York, NY and NJ" +291,158,197,"Portland, ME",223,"New York, NY and NJ" +291,159,197,"Portland, ME",241,"Philadelphia, PA" +291,160,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +291,161,198,"Baltimore, MD",197,"Portland, ME" +291,162,217,"New York, NY and NJ",229,"Wilmington, NC" +291,163,197,"Portland, ME",223,"New York, NY and NJ" +291,164,265,"Norfolk Harbor, VA",197,"Portland, ME" +291,165,223,"New York, NY and NJ",217,"New York, NY and NJ" +291,166,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,167,201,"Boston, MA",197,"Portland, ME" +291,168,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +291,169,217,"New York, NY and NJ",223,"New York, NY and NJ" +291,170,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +291,171,241,"Philadelphia, PA",241,"Philadelphia, PA" +291,172,197,"Portland, ME",241,"Philadelphia, PA" +291,173,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +291,174,223,"New York, NY and NJ",177,"Savannah, GA" +291,175,177,"Savannah, GA",198,"Baltimore, MD" +291,176,198,"Baltimore, MD",217,"New York, NY and NJ" +291,177,241,"Philadelphia, PA",201,"Boston, MA" +291,178,223,"New York, NY and NJ",217,"New York, NY and NJ" +291,179,179,"Honolulu, HI",179,"Honolulu, HI" +291,180,179,"Honolulu, HI",179,"Honolulu, HI" +291,181,201,"Boston, MA",217,"New York, NY and NJ" +291,183,217,"New York, NY and NJ",223,"New York, NY and NJ" +291,184,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +291,185,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +291,186,217,"New York, NY and NJ",217,"New York, NY and NJ" +291,187,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +291,188,201,"Boston, MA",201,"Boston, MA" +291,189,198,"Baltimore, MD",198,"Baltimore, MD" +291,190,198,"Baltimore, MD",223,"New York, NY and NJ" +291,191,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +291,192,197,"Portland, ME",241,"Philadelphia, PA" +291,193,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +291,194,223,"New York, NY and NJ",169,"Wilmington, DE" +291,195,223,"New York, NY and NJ",201,"Boston, MA" +291,196,198,"Baltimore, MD",198,"Baltimore, MD" +291,197,198,"Baltimore, MD",223,"New York, NY and NJ" +291,198,198,"Baltimore, MD",197,"Portland, ME" +291,199,197,"Portland, ME",217,"New York, NY and NJ" +291,200,198,"Baltimore, MD",241,"Philadelphia, PA" +291,201,218,"Camden-Gloucester, NJ",201,"Boston, MA" +291,202,223,"New York, NY and NJ",169,"Wilmington, DE" +291,203,197,"Portland, ME",223,"New York, NY and NJ" +291,204,241,"Philadelphia, PA",198,"Baltimore, MD" +291,205,217,"New York, NY and NJ",223,"New York, NY and NJ" +291,206,244,"Providence, RI",201,"Boston, MA" +291,207,198,"Baltimore, MD",169,"Wilmington, DE" +291,208,217,"New York, NY and NJ",197,"Portland, ME" +291,209,201,"Boston, MA",197,"Portland, ME" +291,210,241,"Philadelphia, PA",223,"New York, NY and NJ" +291,211,201,"Boston, MA",241,"Philadelphia, PA" +291,212,241,"Philadelphia, PA",198,"Baltimore, MD" +291,213,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +291,214,198,"Baltimore, MD",223,"New York, NY and NJ" +291,215,241,"Philadelphia, PA",223,"New York, NY and NJ" +291,216,201,"Boston, MA",217,"New York, NY and NJ" +291,217,197,"Portland, ME",241,"Philadelphia, PA" +291,218,223,"New York, NY and NJ",217,"New York, NY and NJ" +291,219,223,"New York, NY and NJ",217,"New York, NY and NJ" +291,220,197,"Portland, ME",217,"New York, NY and NJ" +291,221,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +291,222,241,"Philadelphia, PA",201,"Boston, MA" +291,223,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +291,224,244,"Providence, RI",223,"New York, NY and NJ" +291,225,223,"New York, NY and NJ",244,"Providence, RI" +291,226,217,"New York, NY and NJ",217,"New York, NY and NJ" +291,227,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +291,228,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +291,229,217,"New York, NY and NJ",223,"New York, NY and NJ" +291,230,223,"New York, NY and NJ",241,"Philadelphia, PA" +291,231,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,232,197,"Portland, ME",223,"New York, NY and NJ" +291,233,244,"Providence, RI",244,"Providence, RI" +291,234,223,"New York, NY and NJ",198,"Baltimore, MD" +291,235,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +291,236,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +291,237,201,"Boston, MA",169,"Wilmington, DE" +291,238,223,"New York, NY and NJ",217,"New York, NY and NJ" +291,239,169,"Wilmington, DE",223,"New York, NY and NJ" +291,240,241,"Philadelphia, PA",217,"New York, NY and NJ" +291,241,217,"New York, NY and NJ",241,"Philadelphia, PA" +291,242,223,"New York, NY and NJ",201,"Boston, MA" +291,243,223,"New York, NY and NJ",198,"Baltimore, MD" +291,244,244,"Providence, RI",197,"Portland, ME" +291,245,223,"New York, NY and NJ",198,"Baltimore, MD" +291,246,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +291,247,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +291,248,198,"Baltimore, MD",241,"Philadelphia, PA" +291,249,197,"Portland, ME",197,"Portland, ME" +291,250,169,"Wilmington, DE",201,"Boston, MA" +291,251,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,252,241,"Philadelphia, PA",197,"Portland, ME" +291,253,201,"Boston, MA",217,"New York, NY and NJ" +291,254,223,"New York, NY and NJ",195,"New Orleans, LA" +291,255,169,"Wilmington, DE",201,"Boston, MA" +291,256,198,"Baltimore, MD",197,"Portland, ME" +291,257,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +291,258,217,"New York, NY and NJ",198,"Baltimore, MD" +291,259,223,"New York, NY and NJ",201,"Boston, MA" +291,260,201,"Boston, MA",244,"Providence, RI" +291,261,217,"New York, NY and NJ",198,"Baltimore, MD" +291,262,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +291,263,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,264,223,"New York, NY and NJ",198,"Baltimore, MD" +291,265,223,"New York, NY and NJ",197,"Portland, ME" +291,266,217,"New York, NY and NJ",201,"Boston, MA" +291,267,197,"Portland, ME",265,"Norfolk Harbor, VA" +291,268,223,"New York, NY and NJ",223,"New York, NY and NJ" +291,269,218,"Camden-Gloucester, NJ",197,"Portland, ME" +291,270,223,"New York, NY and NJ",217,"New York, NY and NJ" +291,271,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +291,272,198,"Baltimore, MD",217,"New York, NY and NJ" +291,273,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +292,1,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,2,244,"Providence, RI",244,"Providence, RI" +292,3,201,"Boston, MA",201,"Boston, MA" +292,4,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +292,5,197,"Portland, ME",197,"Portland, ME" +292,6,197,"Portland, ME",197,"Portland, ME" +292,7,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,8,201,"Boston, MA",201,"Boston, MA" +292,9,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +292,10,241,"Philadelphia, PA",241,"Philadelphia, PA" +292,11,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,12,197,"Portland, ME",197,"Portland, ME" +292,13,198,"Baltimore, MD",198,"Baltimore, MD" +292,14,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,15,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,16,198,"Baltimore, MD",198,"Baltimore, MD" +292,17,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +292,18,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,19,198,"Baltimore, MD",198,"Baltimore, MD" +292,20,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,21,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,22,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,23,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,24,197,"Portland, ME",197,"Portland, ME" +292,25,244,"Providence, RI",244,"Providence, RI" +292,26,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,27,201,"Boston, MA",201,"Boston, MA" +292,28,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,29,198,"Baltimore, MD",198,"Baltimore, MD" +292,30,197,"Portland, ME",197,"Portland, ME" +292,31,198,"Baltimore, MD",198,"Baltimore, MD" +292,32,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +292,33,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,34,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +292,35,197,"Portland, ME",197,"Portland, ME" +292,36,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,38,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,39,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,40,241,"Philadelphia, PA",241,"Philadelphia, PA" +292,41,198,"Baltimore, MD",198,"Baltimore, MD" +292,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,43,241,"Philadelphia, PA",241,"Philadelphia, PA" +292,44,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,45,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,46,201,"Boston, MA",201,"Boston, MA" +292,47,201,"Boston, MA",201,"Boston, MA" +292,48,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +292,49,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,50,169,"Wilmington, DE",169,"Wilmington, DE" +292,51,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,52,241,"Philadelphia, PA",241,"Philadelphia, PA" +292,53,169,"Wilmington, DE",169,"Wilmington, DE" +292,54,169,"Wilmington, DE",169,"Wilmington, DE" +292,55,197,"Portland, ME",197,"Portland, ME" +292,56,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,57,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,58,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,59,198,"Baltimore, MD",198,"Baltimore, MD" +292,60,198,"Baltimore, MD",198,"Baltimore, MD" +292,61,201,"Boston, MA",201,"Boston, MA" +292,62,198,"Baltimore, MD",198,"Baltimore, MD" +292,63,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,64,198,"Baltimore, MD",198,"Baltimore, MD" +292,65,197,"Portland, ME",197,"Portland, ME" +292,66,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,68,201,"Boston, MA",201,"Boston, MA" +292,69,198,"Baltimore, MD",198,"Baltimore, MD" +292,70,197,"Portland, ME",197,"Portland, ME" +292,71,197,"Portland, ME",197,"Portland, ME" +292,72,197,"Portland, ME",197,"Portland, ME" +292,73,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,74,169,"Wilmington, DE",169,"Wilmington, DE" +292,75,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +292,76,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,77,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,78,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,79,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,80,244,"Providence, RI",244,"Providence, RI" +292,81,244,"Providence, RI",244,"Providence, RI" +292,82,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +292,83,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,84,244,"Providence, RI",244,"Providence, RI" +292,85,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,86,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,87,198,"Baltimore, MD",198,"Baltimore, MD" +292,88,197,"Portland, ME",197,"Portland, ME" +292,89,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,91,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,93,169,"Wilmington, DE",169,"Wilmington, DE" +292,94,198,"Baltimore, MD",198,"Baltimore, MD" +292,95,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,96,201,"Boston, MA",201,"Boston, MA" +292,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,98,241,"Philadelphia, PA",241,"Philadelphia, PA" +292,99,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,101,244,"Providence, RI",244,"Providence, RI" +292,102,197,"Portland, ME",197,"Portland, ME" +292,103,201,"Boston, MA",201,"Boston, MA" +292,104,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,105,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,106,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,107,201,"Boston, MA",201,"Boston, MA" +292,108,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +292,109,244,"Providence, RI",244,"Providence, RI" +292,110,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,111,201,"Boston, MA",201,"Boston, MA" +292,112,241,"Philadelphia, PA",241,"Philadelphia, PA" +292,113,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,114,201,"Boston, MA",201,"Boston, MA" +292,115,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,116,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,117,244,"Providence, RI",244,"Providence, RI" +292,118,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,119,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,120,197,"Portland, ME",197,"Portland, ME" +292,121,201,"Boston, MA",201,"Boston, MA" +292,122,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,123,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,124,198,"Baltimore, MD",198,"Baltimore, MD" +292,125,201,"Boston, MA",201,"Boston, MA" +292,126,197,"Portland, ME",197,"Portland, ME" +292,127,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,128,201,"Boston, MA",201,"Boston, MA" +292,129,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,130,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +292,131,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +292,132,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,151,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,152,197,"Portland, ME",197,"Portland, ME" +292,153,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +292,154,154,"Anchorage, AK",154,"Anchorage, AK" +292,155,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +292,156,201,"Boston, MA",218,"Camden-Gloucester, NJ" +292,157,198,"Baltimore, MD",241,"Philadelphia, PA" +292,158,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +292,159,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +292,160,197,"Portland, ME",223,"New York, NY and NJ" +292,161,223,"New York, NY and NJ",201,"Boston, MA" +292,162,241,"Philadelphia, PA",229,"Wilmington, NC" +292,163,198,"Baltimore, MD",197,"Portland, ME" +292,164,223,"New York, NY and NJ",217,"New York, NY and NJ" +292,165,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +292,166,218,"Camden-Gloucester, NJ",201,"Boston, MA" +292,167,201,"Boston, MA",201,"Boston, MA" +292,168,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,169,198,"Baltimore, MD",223,"New York, NY and NJ" +292,170,197,"Portland, ME",197,"Portland, ME" +292,171,198,"Baltimore, MD",198,"Baltimore, MD" +292,172,223,"New York, NY and NJ",245,"Charleston, SC" +292,173,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +292,174,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,175,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +292,176,197,"Portland, ME",229,"Wilmington, NC" +292,177,241,"Philadelphia, PA",223,"New York, NY and NJ" +292,178,201,"Boston, MA",241,"Philadelphia, PA" +292,179,179,"Honolulu, HI",179,"Honolulu, HI" +292,180,179,"Honolulu, HI",179,"Honolulu, HI" +292,181,201,"Boston, MA",223,"New York, NY and NJ" +292,183,198,"Baltimore, MD",169,"Wilmington, DE" +292,184,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +292,185,223,"New York, NY and NJ",217,"New York, NY and NJ" +292,186,217,"New York, NY and NJ",241,"Philadelphia, PA" +292,187,241,"Philadelphia, PA",198,"Baltimore, MD" +292,188,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,189,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +292,190,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,191,217,"New York, NY and NJ",197,"Portland, ME" +292,192,201,"Boston, MA",223,"New York, NY and NJ" +292,193,241,"Philadelphia, PA",198,"Baltimore, MD" +292,194,201,"Boston, MA",195,"New Orleans, LA" +292,195,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +292,196,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +292,197,217,"New York, NY and NJ",201,"Boston, MA" +292,198,197,"Portland, ME",241,"Philadelphia, PA" +292,199,217,"New York, NY and NJ",223,"New York, NY and NJ" +292,200,201,"Boston, MA",197,"Portland, ME" +292,201,197,"Portland, ME",217,"New York, NY and NJ" +292,202,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,203,217,"New York, NY and NJ",169,"Wilmington, DE" +292,204,198,"Baltimore, MD",223,"New York, NY and NJ" +292,205,223,"New York, NY and NJ",241,"Philadelphia, PA" +292,206,223,"New York, NY and NJ",241,"Philadelphia, PA" +292,207,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +292,208,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +292,209,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +292,210,198,"Baltimore, MD",197,"Portland, ME" +292,211,197,"Portland, ME",201,"Boston, MA" +292,212,217,"New York, NY and NJ",223,"New York, NY and NJ" +292,213,241,"Philadelphia, PA",241,"Philadelphia, PA" +292,214,223,"New York, NY and NJ",198,"Baltimore, MD" +292,215,218,"Camden-Gloucester, NJ",201,"Boston, MA" +292,216,223,"New York, NY and NJ",197,"Portland, ME" +292,217,198,"Baltimore, MD",223,"New York, NY and NJ" +292,218,201,"Boston, MA",217,"New York, NY and NJ" +292,219,244,"Providence, RI",217,"New York, NY and NJ" +292,220,218,"Camden-Gloucester, NJ",244,"Providence, RI" +292,221,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +292,222,244,"Providence, RI",223,"New York, NY and NJ" +292,223,217,"New York, NY and NJ",241,"Philadelphia, PA" +292,224,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +292,225,241,"Philadelphia, PA",198,"Baltimore, MD" +292,226,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +292,227,201,"Boston, MA",223,"New York, NY and NJ" +292,228,197,"Portland, ME",217,"New York, NY and NJ" +292,229,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +292,230,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +292,231,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +292,232,198,"Baltimore, MD",217,"New York, NY and NJ" +292,233,197,"Portland, ME",217,"New York, NY and NJ" +292,234,223,"New York, NY and NJ",217,"New York, NY and NJ" +292,235,217,"New York, NY and NJ",223,"New York, NY and NJ" +292,236,244,"Providence, RI",217,"New York, NY and NJ" +292,237,197,"Portland, ME",197,"Portland, ME" +292,238,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +292,239,201,"Boston, MA",217,"New York, NY and NJ" +292,240,217,"New York, NY and NJ",223,"New York, NY and NJ" +292,241,223,"New York, NY and NJ",197,"Portland, ME" +292,242,201,"Boston, MA",217,"New York, NY and NJ" +292,243,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +292,244,198,"Baltimore, MD",197,"Portland, ME" +292,245,198,"Baltimore, MD",198,"Baltimore, MD" +292,246,201,"Boston, MA",198,"Baltimore, MD" +292,247,244,"Providence, RI",217,"New York, NY and NJ" +292,248,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,249,198,"Baltimore, MD",198,"Baltimore, MD" +292,250,244,"Providence, RI",241,"Philadelphia, PA" +292,251,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +292,252,241,"Philadelphia, PA",253,"Beaumont, TX" +292,253,241,"Philadelphia, PA",217,"New York, NY and NJ" +292,254,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +292,255,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,256,197,"Portland, ME",208,"Pascagoula, MS" +292,257,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +292,258,223,"New York, NY and NJ",197,"Portland, ME" +292,259,241,"Philadelphia, PA",198,"Baltimore, MD" +292,260,241,"Philadelphia, PA",241,"Philadelphia, PA" +292,261,223,"New York, NY and NJ",198,"Baltimore, MD" +292,262,223,"New York, NY and NJ",229,"Wilmington, NC" +292,263,201,"Boston, MA",201,"Boston, MA" +292,264,201,"Boston, MA",265,"Norfolk Harbor, VA" +292,265,223,"New York, NY and NJ",223,"New York, NY and NJ" +292,266,223,"New York, NY and NJ",217,"New York, NY and NJ" +292,267,201,"Boston, MA",223,"New York, NY and NJ" +292,268,217,"New York, NY and NJ",217,"New York, NY and NJ" +292,269,169,"Wilmington, DE",217,"New York, NY and NJ" +292,270,223,"New York, NY and NJ",217,"New York, NY and NJ" +292,271,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +292,272,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +292,273,201,"Boston, MA",217,"New York, NY and NJ" +293,1,195,"New Orleans, LA",195,"New Orleans, LA" +293,2,172,"Port Everglades, FL",172,"Port Everglades, FL" +293,3,257,"Houston, TX",257,"Houston, TX" +293,4,195,"New Orleans, LA",195,"New Orleans, LA" +293,5,257,"Houston, TX",257,"Houston, TX" +293,6,195,"New Orleans, LA",195,"New Orleans, LA" +293,7,195,"New Orleans, LA",195,"New Orleans, LA" +293,8,195,"New Orleans, LA",195,"New Orleans, LA" +293,9,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +293,10,195,"New Orleans, LA",195,"New Orleans, LA" +293,11,195,"New Orleans, LA",195,"New Orleans, LA" +293,12,172,"Port Everglades, FL",172,"Port Everglades, FL" +293,13,195,"New Orleans, LA",195,"New Orleans, LA" +293,14,152,"Mobile, AL",152,"Mobile, AL" +293,15,195,"New Orleans, LA",195,"New Orleans, LA" +293,16,195,"New Orleans, LA",195,"New Orleans, LA" +293,17,195,"New Orleans, LA",195,"New Orleans, LA" +293,18,194,"Lake Charles, LA",194,"Lake Charles, LA" +293,19,195,"New Orleans, LA",195,"New Orleans, LA" +293,20,195,"New Orleans, LA",195,"New Orleans, LA" +293,21,195,"New Orleans, LA",195,"New Orleans, LA" +293,22,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +293,23,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +293,24,208,"Pascagoula, MS",208,"Pascagoula, MS" +293,25,195,"New Orleans, LA",195,"New Orleans, LA" +293,26,195,"New Orleans, LA",195,"New Orleans, LA" +293,27,174,"Tampa, FL",174,"Tampa, FL" +293,28,195,"New Orleans, LA",195,"New Orleans, LA" +293,29,195,"New Orleans, LA",195,"New Orleans, LA" +293,30,257,"Houston, TX",257,"Houston, TX" +293,31,195,"New Orleans, LA",195,"New Orleans, LA" +293,32,194,"Lake Charles, LA",194,"Lake Charles, LA" +293,33,195,"New Orleans, LA",195,"New Orleans, LA" +293,34,253,"Beaumont, TX",253,"Beaumont, TX" +293,35,195,"New Orleans, LA",195,"New Orleans, LA" +293,36,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +293,37,195,"New Orleans, LA",195,"New Orleans, LA" +293,38,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +293,39,195,"New Orleans, LA",195,"New Orleans, LA" +293,40,195,"New Orleans, LA",195,"New Orleans, LA" +293,41,195,"New Orleans, LA",195,"New Orleans, LA" +293,42,195,"New Orleans, LA",195,"New Orleans, LA" +293,43,208,"Pascagoula, MS",208,"Pascagoula, MS" +293,44,195,"New Orleans, LA",195,"New Orleans, LA" +293,45,208,"Pascagoula, MS",208,"Pascagoula, MS" +293,46,195,"New Orleans, LA",195,"New Orleans, LA" +293,47,152,"Mobile, AL",152,"Mobile, AL" +293,48,152,"Mobile, AL",152,"Mobile, AL" +293,49,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +293,50,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +293,51,195,"New Orleans, LA",195,"New Orleans, LA" +293,52,195,"New Orleans, LA",195,"New Orleans, LA" +293,53,195,"New Orleans, LA",195,"New Orleans, LA" +293,54,152,"Mobile, AL",152,"Mobile, AL" +293,55,195,"New Orleans, LA",195,"New Orleans, LA" +293,56,152,"Mobile, AL",152,"Mobile, AL" +293,57,152,"Mobile, AL",152,"Mobile, AL" +293,58,194,"Lake Charles, LA",194,"Lake Charles, LA" +293,59,195,"New Orleans, LA",195,"New Orleans, LA" +293,60,195,"New Orleans, LA",195,"New Orleans, LA" +293,61,253,"Beaumont, TX",253,"Beaumont, TX" +293,62,195,"New Orleans, LA",195,"New Orleans, LA" +293,63,152,"Mobile, AL",152,"Mobile, AL" +293,64,152,"Mobile, AL",152,"Mobile, AL" +293,65,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +293,66,194,"Lake Charles, LA",194,"Lake Charles, LA" +293,67,195,"New Orleans, LA",195,"New Orleans, LA" +293,68,195,"New Orleans, LA",195,"New Orleans, LA" +293,69,195,"New Orleans, LA",195,"New Orleans, LA" +293,70,195,"New Orleans, LA",195,"New Orleans, LA" +293,71,195,"New Orleans, LA",195,"New Orleans, LA" +293,72,152,"Mobile, AL",152,"Mobile, AL" +293,73,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +293,74,195,"New Orleans, LA",195,"New Orleans, LA" +293,75,195,"New Orleans, LA",195,"New Orleans, LA" +293,76,195,"New Orleans, LA",195,"New Orleans, LA" +293,77,195,"New Orleans, LA",195,"New Orleans, LA" +293,78,195,"New Orleans, LA",195,"New Orleans, LA" +293,79,195,"New Orleans, LA",195,"New Orleans, LA" +293,80,208,"Pascagoula, MS",208,"Pascagoula, MS" +293,81,195,"New Orleans, LA",195,"New Orleans, LA" +293,82,208,"Pascagoula, MS",208,"Pascagoula, MS" +293,83,195,"New Orleans, LA",195,"New Orleans, LA" +293,84,195,"New Orleans, LA",195,"New Orleans, LA" +293,85,152,"Mobile, AL",152,"Mobile, AL" +293,86,257,"Houston, TX",257,"Houston, TX" +293,87,195,"New Orleans, LA",195,"New Orleans, LA" +293,88,195,"New Orleans, LA",195,"New Orleans, LA" +293,89,195,"New Orleans, LA",195,"New Orleans, LA" +293,90,195,"New Orleans, LA",195,"New Orleans, LA" +293,91,195,"New Orleans, LA",195,"New Orleans, LA" +293,92,195,"New Orleans, LA",195,"New Orleans, LA" +293,93,195,"New Orleans, LA",195,"New Orleans, LA" +293,94,195,"New Orleans, LA",195,"New Orleans, LA" +293,95,195,"New Orleans, LA",195,"New Orleans, LA" +293,96,172,"Port Everglades, FL",172,"Port Everglades, FL" +293,97,195,"New Orleans, LA",195,"New Orleans, LA" +293,98,195,"New Orleans, LA",195,"New Orleans, LA" +293,99,195,"New Orleans, LA",195,"New Orleans, LA" +293,100,195,"New Orleans, LA",195,"New Orleans, LA" +293,101,195,"New Orleans, LA",195,"New Orleans, LA" +293,102,172,"Port Everglades, FL",172,"Port Everglades, FL" +293,103,172,"Port Everglades, FL",172,"Port Everglades, FL" +293,104,194,"Lake Charles, LA",194,"Lake Charles, LA" +293,105,253,"Beaumont, TX",253,"Beaumont, TX" +293,106,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +293,107,195,"New Orleans, LA",195,"New Orleans, LA" +293,108,195,"New Orleans, LA",195,"New Orleans, LA" +293,109,257,"Houston, TX",257,"Houston, TX" +293,110,257,"Houston, TX",257,"Houston, TX" +293,111,172,"Port Everglades, FL",172,"Port Everglades, FL" +293,112,195,"New Orleans, LA",195,"New Orleans, LA" +293,113,195,"New Orleans, LA",195,"New Orleans, LA" +293,114,195,"New Orleans, LA",195,"New Orleans, LA" +293,115,174,"Tampa, FL",174,"Tampa, FL" +293,116,257,"Houston, TX",257,"Houston, TX" +293,117,195,"New Orleans, LA",195,"New Orleans, LA" +293,118,172,"Port Everglades, FL",172,"Port Everglades, FL" +293,119,195,"New Orleans, LA",195,"New Orleans, LA" +293,120,195,"New Orleans, LA",195,"New Orleans, LA" +293,121,253,"Beaumont, TX",253,"Beaumont, TX" +293,122,195,"New Orleans, LA",195,"New Orleans, LA" +293,123,195,"New Orleans, LA",195,"New Orleans, LA" +293,124,208,"Pascagoula, MS",208,"Pascagoula, MS" +293,125,253,"Beaumont, TX",253,"Beaumont, TX" +293,126,195,"New Orleans, LA",195,"New Orleans, LA" +293,127,152,"Mobile, AL",152,"Mobile, AL" +293,128,195,"New Orleans, LA",195,"New Orleans, LA" +293,129,195,"New Orleans, LA",195,"New Orleans, LA" +293,130,195,"New Orleans, LA",195,"New Orleans, LA" +293,131,194,"Lake Charles, LA",194,"Lake Charles, LA" +293,132,195,"New Orleans, LA",195,"New Orleans, LA" +293,151,195,"New Orleans, LA",195,"New Orleans, LA" +293,152,195,"New Orleans, LA",152,"Mobile, AL" +293,153,195,"New Orleans, LA",195,"New Orleans, LA" +293,154,154,"Anchorage, AK",154,"Anchorage, AK" +293,155,257,"Houston, TX",254,"Corpus Christi, TX" +293,156,253,"Beaumont, TX",257,"Houston, TX" +293,157,195,"New Orleans, LA",257,"Houston, TX" +293,158,195,"New Orleans, LA",195,"New Orleans, LA" +293,159,152,"Mobile, AL",257,"Houston, TX" +293,160,257,"Houston, TX",195,"New Orleans, LA" +293,161,195,"New Orleans, LA",253,"Beaumont, TX" +293,162,257,"Houston, TX",257,"Houston, TX" +293,163,257,"Houston, TX",257,"Houston, TX" +293,164,253,"Beaumont, TX",257,"Houston, TX" +293,165,195,"New Orleans, LA",254,"Corpus Christi, TX" +293,166,195,"New Orleans, LA",172,"Port Everglades, FL" +293,167,152,"Mobile, AL",152,"Mobile, AL" +293,168,195,"New Orleans, LA",245,"Charleston, SC" +293,169,195,"New Orleans, LA",229,"Wilmington, NC" +293,170,172,"Port Everglades, FL",229,"Wilmington, NC" +293,171,152,"Mobile, AL",174,"Tampa, FL" +293,172,195,"New Orleans, LA",177,"Savannah, GA" +293,173,152,"Mobile, AL",152,"Mobile, AL" +293,174,195,"New Orleans, LA",172,"Port Everglades, FL" +293,175,195,"New Orleans, LA",152,"Mobile, AL" +293,176,174,"Tampa, FL",195,"New Orleans, LA" +293,177,174,"Tampa, FL",172,"Port Everglades, FL" +293,178,172,"Port Everglades, FL",195,"New Orleans, LA" +293,179,179,"Honolulu, HI",179,"Honolulu, HI" +293,180,179,"Honolulu, HI",179,"Honolulu, HI" +293,181,253,"Beaumont, TX",257,"Houston, TX" +293,183,195,"New Orleans, LA",195,"New Orleans, LA" +293,184,195,"New Orleans, LA",152,"Mobile, AL" +293,185,195,"New Orleans, LA",195,"New Orleans, LA" +293,186,195,"New Orleans, LA",195,"New Orleans, LA" +293,187,195,"New Orleans, LA",195,"New Orleans, LA" +293,188,152,"Mobile, AL",195,"New Orleans, LA" +293,189,193,"Baton Rouge, LA",253,"Beaumont, TX" +293,190,253,"Beaumont, TX",253,"Beaumont, TX" +293,191,195,"New Orleans, LA",193,"Baton Rouge, LA" +293,192,193,"Baton Rouge, LA",174,"Tampa, FL" +293,193,195,"New Orleans, LA",152,"Mobile, AL" +293,194,253,"Beaumont, TX",253,"Beaumont, TX" +293,195,194,"Lake Charles, LA",152,"Mobile, AL" +293,196,257,"Houston, TX",257,"Houston, TX" +293,197,195,"New Orleans, LA",195,"New Orleans, LA" +293,198,177,"Savannah, GA",171,"Jacksonville, FL" +293,199,171,"Jacksonville, FL",177,"Savannah, GA" +293,200,172,"Port Everglades, FL",245,"Charleston, SC" +293,201,195,"New Orleans, LA",177,"Savannah, GA" +293,202,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +293,203,195,"New Orleans, LA",194,"Lake Charles, LA" +293,204,195,"New Orleans, LA",208,"Pascagoula, MS" +293,205,152,"Mobile, AL",195,"New Orleans, LA" +293,206,195,"New Orleans, LA",193,"Baton Rouge, LA" +293,207,257,"Houston, TX",257,"Houston, TX" +293,208,195,"New Orleans, LA",195,"New Orleans, LA" +293,209,254,"Corpus Christi, TX",257,"Houston, TX" +293,210,195,"New Orleans, LA",195,"New Orleans, LA" +293,211,195,"New Orleans, LA",253,"Beaumont, TX" +293,212,253,"Beaumont, TX",195,"New Orleans, LA" +293,213,195,"New Orleans, LA",253,"Beaumont, TX" +293,214,253,"Beaumont, TX",257,"Houston, TX" +293,215,257,"Houston, TX",195,"New Orleans, LA" +293,216,171,"Jacksonville, FL",174,"Tampa, FL" +293,217,253,"Beaumont, TX",245,"Charleston, SC" +293,218,152,"Mobile, AL",171,"Jacksonville, FL" +293,219,171,"Jacksonville, FL",152,"Mobile, AL" +293,220,257,"Houston, TX",257,"Houston, TX" +293,221,177,"Savannah, GA",195,"New Orleans, LA" +293,222,171,"Jacksonville, FL",195,"New Orleans, LA" +293,223,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +293,224,172,"Port Everglades, FL",245,"Charleston, SC" +293,225,195,"New Orleans, LA",152,"Mobile, AL" +293,226,195,"New Orleans, LA",177,"Savannah, GA" +293,227,174,"Tampa, FL",245,"Charleston, SC" +293,228,172,"Port Everglades, FL",195,"New Orleans, LA" +293,229,152,"Mobile, AL",229,"Wilmington, NC" +293,230,174,"Tampa, FL",195,"New Orleans, LA" +293,231,195,"New Orleans, LA",194,"Lake Charles, LA" +293,232,194,"Lake Charles, LA",194,"Lake Charles, LA" +293,233,152,"Mobile, AL",195,"New Orleans, LA" +293,234,152,"Mobile, AL",195,"New Orleans, LA" +293,235,195,"New Orleans, LA",174,"Tampa, FL" +293,236,257,"Houston, TX",195,"New Orleans, LA" +293,237,193,"Baton Rouge, LA",195,"New Orleans, LA" +293,238,194,"Lake Charles, LA",253,"Beaumont, TX" +293,239,257,"Houston, TX",195,"New Orleans, LA" +293,240,195,"New Orleans, LA",195,"New Orleans, LA" +293,241,195,"New Orleans, LA",245,"Charleston, SC" +293,242,152,"Mobile, AL",195,"New Orleans, LA" +293,243,195,"New Orleans, LA",171,"Jacksonville, FL" +293,244,195,"New Orleans, LA",245,"Charleston, SC" +293,245,195,"New Orleans, LA",177,"Savannah, GA" +293,246,195,"New Orleans, LA",172,"Port Everglades, FL" +293,247,177,"Savannah, GA",171,"Jacksonville, FL" +293,248,195,"New Orleans, LA",257,"Houston, TX" +293,249,195,"New Orleans, LA",195,"New Orleans, LA" +293,250,195,"New Orleans, LA",195,"New Orleans, LA" +293,251,195,"New Orleans, LA",208,"Pascagoula, MS" +293,252,253,"Beaumont, TX",254,"Corpus Christi, TX" +293,253,253,"Beaumont, TX",257,"Houston, TX" +293,254,257,"Houston, TX",257,"Houston, TX" +293,255,195,"New Orleans, LA",257,"Houston, TX" +293,256,195,"New Orleans, LA",257,"Houston, TX" +293,257,257,"Houston, TX",257,"Houston, TX" +293,258,253,"Beaumont, TX",257,"Houston, TX" +293,259,253,"Beaumont, TX",257,"Houston, TX" +293,260,253,"Beaumont, TX",195,"New Orleans, LA" +293,261,195,"New Orleans, LA",193,"Baton Rouge, LA" +293,262,152,"Mobile, AL",257,"Houston, TX" +293,263,172,"Port Everglades, FL",195,"New Orleans, LA" +293,264,195,"New Orleans, LA",245,"Charleston, SC" +293,265,195,"New Orleans, LA",152,"Mobile, AL" +293,266,152,"Mobile, AL",229,"Wilmington, NC" +293,267,195,"New Orleans, LA",195,"New Orleans, LA" +293,268,195,"New Orleans, LA",254,"Corpus Christi, TX" +293,269,195,"New Orleans, LA",195,"New Orleans, LA" +293,270,152,"Mobile, AL",253,"Beaumont, TX" +293,271,195,"New Orleans, LA",195,"New Orleans, LA" +293,272,208,"Pascagoula, MS",253,"Beaumont, TX" +293,273,195,"New Orleans, LA",257,"Houston, TX" +294,1,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +294,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +294,3,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +294,4,241,"Philadelphia, PA",241,"Philadelphia, PA" +294,5,197,"Portland, ME",197,"Portland, ME" +294,6,241,"Philadelphia, PA",241,"Philadelphia, PA" +294,7,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,8,241,"Philadelphia, PA",241,"Philadelphia, PA" +294,9,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +294,10,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +294,11,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,12,201,"Boston, MA",201,"Boston, MA" +294,13,198,"Baltimore, MD",198,"Baltimore, MD" +294,14,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,15,241,"Philadelphia, PA",241,"Philadelphia, PA" +294,16,217,"New York, NY and NJ",217,"New York, NY and NJ" +294,17,217,"New York, NY and NJ",217,"New York, NY and NJ" +294,18,197,"Portland, ME",197,"Portland, ME" +294,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +294,20,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,21,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +294,22,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +294,23,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +294,24,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +294,25,217,"New York, NY and NJ",217,"New York, NY and NJ" +294,26,198,"Baltimore, MD",198,"Baltimore, MD" +294,27,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +294,28,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +294,29,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,30,201,"Boston, MA",201,"Boston, MA" +294,31,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +294,32,244,"Providence, RI",244,"Providence, RI" +294,33,197,"Portland, ME",197,"Portland, ME" +294,34,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,35,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +294,36,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +294,37,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +294,38,198,"Baltimore, MD",198,"Baltimore, MD" +294,39,217,"New York, NY and NJ",217,"New York, NY and NJ" +294,40,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,41,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,42,197,"Portland, ME",197,"Portland, ME" +294,43,197,"Portland, ME",197,"Portland, ME" +294,44,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,45,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +294,46,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,47,201,"Boston, MA",201,"Boston, MA" +294,48,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,49,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,50,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,51,198,"Baltimore, MD",198,"Baltimore, MD" +294,52,198,"Baltimore, MD",198,"Baltimore, MD" +294,53,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +294,54,201,"Boston, MA",201,"Boston, MA" +294,55,217,"New York, NY and NJ",217,"New York, NY and NJ" +294,56,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +294,57,217,"New York, NY and NJ",217,"New York, NY and NJ" +294,58,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +294,59,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +294,60,197,"Portland, ME",197,"Portland, ME" +294,61,217,"New York, NY and NJ",217,"New York, NY and NJ" +294,62,201,"Boston, MA",201,"Boston, MA" +294,63,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,64,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,65,197,"Portland, ME",197,"Portland, ME" +294,66,201,"Boston, MA",201,"Boston, MA" +294,67,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +294,68,198,"Baltimore, MD",198,"Baltimore, MD" +294,69,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +294,70,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +294,71,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +294,72,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +294,73,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +294,74,244,"Providence, RI",244,"Providence, RI" +294,75,241,"Philadelphia, PA",241,"Philadelphia, PA" +294,76,201,"Boston, MA",201,"Boston, MA" +294,77,197,"Portland, ME",197,"Portland, ME" +294,78,198,"Baltimore, MD",198,"Baltimore, MD" +294,79,217,"New York, NY and NJ",217,"New York, NY and NJ" +294,80,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +294,81,201,"Boston, MA",201,"Boston, MA" +294,82,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,83,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +294,84,197,"Portland, ME",197,"Portland, ME" +294,85,241,"Philadelphia, PA",241,"Philadelphia, PA" +294,86,241,"Philadelphia, PA",241,"Philadelphia, PA" +294,87,241,"Philadelphia, PA",241,"Philadelphia, PA" +294,88,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +294,89,217,"New York, NY and NJ",217,"New York, NY and NJ" +294,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,91,217,"New York, NY and NJ",217,"New York, NY and NJ" +294,92,241,"Philadelphia, PA",241,"Philadelphia, PA" +294,93,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +294,94,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,95,198,"Baltimore, MD",198,"Baltimore, MD" +294,96,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +294,97,245,"Charleston, SC",245,"Charleston, SC" +294,98,198,"Baltimore, MD",198,"Baltimore, MD" +294,99,197,"Portland, ME",197,"Portland, ME" +294,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,101,197,"Portland, ME",197,"Portland, ME" +294,102,217,"New York, NY and NJ",217,"New York, NY and NJ" +294,103,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +294,104,217,"New York, NY and NJ",217,"New York, NY and NJ" +294,105,201,"Boston, MA",201,"Boston, MA" +294,106,244,"Providence, RI",244,"Providence, RI" +294,107,245,"Charleston, SC",245,"Charleston, SC" +294,108,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,109,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +294,110,217,"New York, NY and NJ",217,"New York, NY and NJ" +294,111,201,"Boston, MA",201,"Boston, MA" +294,112,241,"Philadelphia, PA",241,"Philadelphia, PA" +294,113,217,"New York, NY and NJ",217,"New York, NY and NJ" +294,114,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,115,198,"Baltimore, MD",198,"Baltimore, MD" +294,116,241,"Philadelphia, PA",241,"Philadelphia, PA" +294,117,244,"Providence, RI",244,"Providence, RI" +294,118,169,"Wilmington, DE",169,"Wilmington, DE" +294,119,241,"Philadelphia, PA",241,"Philadelphia, PA" +294,120,217,"New York, NY and NJ",217,"New York, NY and NJ" +294,121,201,"Boston, MA",201,"Boston, MA" +294,122,217,"New York, NY and NJ",217,"New York, NY and NJ" +294,123,197,"Portland, ME",197,"Portland, ME" +294,124,201,"Boston, MA",201,"Boston, MA" +294,125,245,"Charleston, SC",245,"Charleston, SC" +294,126,217,"New York, NY and NJ",217,"New York, NY and NJ" +294,127,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,128,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,129,198,"Baltimore, MD",198,"Baltimore, MD" +294,130,198,"Baltimore, MD",198,"Baltimore, MD" +294,131,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +294,132,198,"Baltimore, MD",198,"Baltimore, MD" +294,151,198,"Baltimore, MD",217,"New York, NY and NJ" +294,152,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +294,153,265,"Norfolk Harbor, VA",177,"Savannah, GA" +294,154,154,"Anchorage, AK",154,"Anchorage, AK" +294,155,198,"Baltimore, MD",197,"Portland, ME" +294,156,223,"New York, NY and NJ",257,"Houston, TX" +294,157,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +294,158,245,"Charleston, SC",169,"Wilmington, DE" +294,159,265,"Norfolk Harbor, VA",178,"Brunswick, GA" +294,160,201,"Boston, MA",223,"New York, NY and NJ" +294,161,265,"Norfolk Harbor, VA",197,"Portland, ME" +294,162,198,"Baltimore, MD",223,"New York, NY and NJ" +294,163,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +294,164,198,"Baltimore, MD",223,"New York, NY and NJ" +294,165,241,"Philadelphia, PA",197,"Portland, ME" +294,166,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,167,169,"Wilmington, DE",201,"Boston, MA" +294,168,217,"New York, NY and NJ",198,"Baltimore, MD" +294,169,241,"Philadelphia, PA",198,"Baltimore, MD" +294,170,201,"Boston, MA",217,"New York, NY and NJ" +294,171,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +294,172,223,"New York, NY and NJ",241,"Philadelphia, PA" +294,173,169,"Wilmington, DE",171,"Jacksonville, FL" +294,174,171,"Jacksonville, FL",245,"Charleston, SC" +294,175,217,"New York, NY and NJ",177,"Savannah, GA" +294,176,217,"New York, NY and NJ",198,"Baltimore, MD" +294,177,177,"Savannah, GA",217,"New York, NY and NJ" +294,178,217,"New York, NY and NJ",217,"New York, NY and NJ" +294,179,179,"Honolulu, HI",179,"Honolulu, HI" +294,180,179,"Honolulu, HI",179,"Honolulu, HI" +294,181,198,"Baltimore, MD",217,"New York, NY and NJ" +294,183,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +294,184,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +294,185,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +294,186,218,"Camden-Gloucester, NJ",201,"Boston, MA" +294,187,217,"New York, NY and NJ",201,"Boston, MA" +294,188,197,"Portland, ME",241,"Philadelphia, PA" +294,189,223,"New York, NY and NJ",241,"Philadelphia, PA" +294,190,223,"New York, NY and NJ",197,"Portland, ME" +294,191,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +294,192,223,"New York, NY and NJ",197,"Portland, ME" +294,193,177,"Savannah, GA",217,"New York, NY and NJ" +294,194,265,"Norfolk Harbor, VA",177,"Savannah, GA" +294,195,201,"Boston, MA",265,"Norfolk Harbor, VA" +294,196,223,"New York, NY and NJ",171,"Jacksonville, FL" +294,197,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,198,217,"New York, NY and NJ",223,"New York, NY and NJ" +294,199,223,"New York, NY and NJ",169,"Wilmington, DE" +294,200,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +294,201,223,"New York, NY and NJ",201,"Boston, MA" +294,202,197,"Portland, ME",241,"Philadelphia, PA" +294,203,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +294,204,198,"Baltimore, MD",241,"Philadelphia, PA" +294,205,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +294,206,201,"Boston, MA",198,"Baltimore, MD" +294,207,197,"Portland, ME",265,"Norfolk Harbor, VA" +294,208,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +294,209,198,"Baltimore, MD",217,"New York, NY and NJ" +294,210,265,"Norfolk Harbor, VA",201,"Boston, MA" +294,211,201,"Boston, MA",244,"Providence, RI" +294,212,217,"New York, NY and NJ",198,"Baltimore, MD" +294,213,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +294,214,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,215,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +294,216,217,"New York, NY and NJ",217,"New York, NY and NJ" +294,217,223,"New York, NY and NJ",217,"New York, NY and NJ" +294,218,198,"Baltimore, MD",223,"New York, NY and NJ" +294,219,218,"Camden-Gloucester, NJ",197,"Portland, ME" +294,220,218,"Camden-Gloucester, NJ",201,"Boston, MA" +294,221,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +294,222,197,"Portland, ME",169,"Wilmington, DE" +294,223,223,"New York, NY and NJ",217,"New York, NY and NJ" +294,224,218,"Camden-Gloucester, NJ",201,"Boston, MA" +294,225,223,"New York, NY and NJ",217,"New York, NY and NJ" +294,226,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +294,227,217,"New York, NY and NJ",241,"Philadelphia, PA" +294,228,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +294,229,223,"New York, NY and NJ",244,"Providence, RI" +294,230,217,"New York, NY and NJ",223,"New York, NY and NJ" +294,231,197,"Portland, ME",241,"Philadelphia, PA" +294,232,201,"Boston, MA",241,"Philadelphia, PA" +294,233,265,"Norfolk Harbor, VA",197,"Portland, ME" +294,234,265,"Norfolk Harbor, VA",244,"Providence, RI" +294,235,217,"New York, NY and NJ",241,"Philadelphia, PA" +294,236,177,"Savannah, GA",208,"Pascagoula, MS" +294,237,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +294,238,223,"New York, NY and NJ",201,"Boston, MA" +294,239,197,"Portland, ME",244,"Providence, RI" +294,240,217,"New York, NY and NJ",217,"New York, NY and NJ" +294,241,217,"New York, NY and NJ",241,"Philadelphia, PA" +294,242,197,"Portland, ME",217,"New York, NY and NJ" +294,243,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,244,223,"New York, NY and NJ",244,"Providence, RI" +294,245,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +294,246,197,"Portland, ME",241,"Philadelphia, PA" +294,247,201,"Boston, MA",218,"Camden-Gloucester, NJ" +294,248,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +294,249,241,"Philadelphia, PA",245,"Charleston, SC" +294,250,223,"New York, NY and NJ",241,"Philadelphia, PA" +294,251,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +294,252,197,"Portland, ME",265,"Norfolk Harbor, VA" +294,253,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +294,254,201,"Boston, MA",195,"New Orleans, LA" +294,255,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +294,256,172,"Port Everglades, FL",229,"Wilmington, NC" +294,257,177,"Savannah, GA",194,"Lake Charles, LA" +294,258,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +294,259,197,"Portland, ME",265,"Norfolk Harbor, VA" +294,260,244,"Providence, RI",152,"Mobile, AL" +294,261,201,"Boston, MA",229,"Wilmington, NC" +294,262,198,"Baltimore, MD",198,"Baltimore, MD" +294,263,201,"Boston, MA",223,"New York, NY and NJ" +294,264,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +294,265,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +294,266,241,"Philadelphia, PA",217,"New York, NY and NJ" +294,267,197,"Portland, ME",265,"Norfolk Harbor, VA" +294,268,198,"Baltimore, MD",217,"New York, NY and NJ" +294,269,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +294,270,223,"New York, NY and NJ",198,"Baltimore, MD" +294,271,223,"New York, NY and NJ",223,"New York, NY and NJ" +294,272,241,"Philadelphia, PA",197,"Portland, ME" +294,273,171,"Jacksonville, FL",244,"Providence, RI" +295,1,241,"Philadelphia, PA",241,"Philadelphia, PA" +295,2,241,"Philadelphia, PA",241,"Philadelphia, PA" +295,3,223,"New York, NY and NJ",223,"New York, NY and NJ" +295,4,169,"Wilmington, DE",169,"Wilmington, DE" +295,5,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,6,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,7,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,8,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,9,223,"New York, NY and NJ",223,"New York, NY and NJ" +295,10,223,"New York, NY and NJ",223,"New York, NY and NJ" +295,11,223,"New York, NY and NJ",223,"New York, NY and NJ" +295,12,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,13,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +295,14,241,"Philadelphia, PA",241,"Philadelphia, PA" +295,15,223,"New York, NY and NJ",223,"New York, NY and NJ" +295,16,223,"New York, NY and NJ",223,"New York, NY and NJ" +295,17,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,18,198,"Baltimore, MD",198,"Baltimore, MD" +295,19,198,"Baltimore, MD",198,"Baltimore, MD" +295,20,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +295,21,241,"Philadelphia, PA",241,"Philadelphia, PA" +295,22,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,23,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,24,223,"New York, NY and NJ",223,"New York, NY and NJ" +295,25,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,26,198,"Baltimore, MD",198,"Baltimore, MD" +295,27,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,28,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,29,223,"New York, NY and NJ",223,"New York, NY and NJ" +295,30,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,31,241,"Philadelphia, PA",241,"Philadelphia, PA" +295,32,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,33,198,"Baltimore, MD",198,"Baltimore, MD" +295,34,198,"Baltimore, MD",198,"Baltimore, MD" +295,35,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,36,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +295,37,241,"Philadelphia, PA",241,"Philadelphia, PA" +295,38,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,39,198,"Baltimore, MD",198,"Baltimore, MD" +295,40,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,41,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +295,42,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,43,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,44,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,45,241,"Philadelphia, PA",241,"Philadelphia, PA" +295,46,169,"Wilmington, DE",169,"Wilmington, DE" +295,47,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,48,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,49,223,"New York, NY and NJ",223,"New York, NY and NJ" +295,50,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,51,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,52,241,"Philadelphia, PA",241,"Philadelphia, PA" +295,53,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,54,201,"Boston, MA",201,"Boston, MA" +295,55,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,56,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,57,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,58,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,59,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,60,241,"Philadelphia, PA",241,"Philadelphia, PA" +295,61,198,"Baltimore, MD",198,"Baltimore, MD" +295,62,169,"Wilmington, DE",169,"Wilmington, DE" +295,63,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,64,223,"New York, NY and NJ",223,"New York, NY and NJ" +295,65,241,"Philadelphia, PA",241,"Philadelphia, PA" +295,66,244,"Providence, RI",244,"Providence, RI" +295,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,68,223,"New York, NY and NJ",223,"New York, NY and NJ" +295,69,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,70,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,71,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,72,241,"Philadelphia, PA",241,"Philadelphia, PA" +295,73,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,74,241,"Philadelphia, PA",241,"Philadelphia, PA" +295,75,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +295,76,169,"Wilmington, DE",169,"Wilmington, DE" +295,77,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,78,223,"New York, NY and NJ",223,"New York, NY and NJ" +295,79,223,"New York, NY and NJ",223,"New York, NY and NJ" +295,80,244,"Providence, RI",244,"Providence, RI" +295,81,201,"Boston, MA",201,"Boston, MA" +295,82,198,"Baltimore, MD",198,"Baltimore, MD" +295,83,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,84,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,85,241,"Philadelphia, PA",241,"Philadelphia, PA" +295,86,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,87,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,88,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,89,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +295,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +295,91,201,"Boston, MA",201,"Boston, MA" +295,92,201,"Boston, MA",201,"Boston, MA" +295,93,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,94,241,"Philadelphia, PA",241,"Philadelphia, PA" +295,95,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +295,96,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,97,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,98,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,99,223,"New York, NY and NJ",223,"New York, NY and NJ" +295,100,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,101,223,"New York, NY and NJ",223,"New York, NY and NJ" +295,102,198,"Baltimore, MD",198,"Baltimore, MD" +295,103,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +295,104,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +295,105,241,"Philadelphia, PA",241,"Philadelphia, PA" +295,106,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,107,223,"New York, NY and NJ",223,"New York, NY and NJ" +295,108,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,109,198,"Baltimore, MD",198,"Baltimore, MD" +295,110,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +295,111,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,112,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,113,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,114,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,115,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +295,116,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +295,117,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,118,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,119,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,120,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,121,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,122,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,123,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +295,124,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,125,201,"Boston, MA",201,"Boston, MA" +295,126,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,127,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,128,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,129,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,130,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,131,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +295,132,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,151,217,"New York, NY and NJ",245,"Charleston, SC" +295,152,245,"Charleston, SC",152,"Mobile, AL" +295,153,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,154,154,"Anchorage, AK",154,"Anchorage, AK" +295,155,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +295,156,265,"Norfolk Harbor, VA",177,"Savannah, GA" +295,157,223,"New York, NY and NJ",177,"Savannah, GA" +295,158,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +295,159,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +295,160,265,"Norfolk Harbor, VA",245,"Charleston, SC" +295,161,198,"Baltimore, MD",169,"Wilmington, DE" +295,162,169,"Wilmington, DE",217,"New York, NY and NJ" +295,163,229,"Wilmington, NC",169,"Wilmington, DE" +295,164,223,"New York, NY and NJ",169,"Wilmington, DE" +295,165,265,"Norfolk Harbor, VA",201,"Boston, MA" +295,166,223,"New York, NY and NJ",217,"New York, NY and NJ" +295,167,241,"Philadelphia, PA",241,"Philadelphia, PA" +295,168,223,"New York, NY and NJ",201,"Boston, MA" +295,169,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +295,170,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +295,171,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,172,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +295,173,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +295,174,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +295,175,177,"Savannah, GA",265,"Norfolk Harbor, VA" +295,176,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,177,265,"Norfolk Harbor, VA",245,"Charleston, SC" +295,178,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +295,179,179,"Honolulu, HI",179,"Honolulu, HI" +295,180,179,"Honolulu, HI",179,"Honolulu, HI" +295,181,201,"Boston, MA",265,"Norfolk Harbor, VA" +295,183,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,184,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +295,185,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,186,169,"Wilmington, DE",169,"Wilmington, DE" +295,187,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,188,223,"New York, NY and NJ",223,"New York, NY and NJ" +295,189,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +295,190,223,"New York, NY and NJ",198,"Baltimore, MD" +295,191,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +295,192,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +295,193,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +295,194,177,"Savannah, GA",195,"New Orleans, LA" +295,195,265,"Norfolk Harbor, VA",174,"Tampa, FL" +295,196,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +295,197,217,"New York, NY and NJ",223,"New York, NY and NJ" +295,198,198,"Baltimore, MD",217,"New York, NY and NJ" +295,199,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,200,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,201,244,"Providence, RI",217,"New York, NY and NJ" +295,202,217,"New York, NY and NJ",223,"New York, NY and NJ" +295,203,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +295,204,244,"Providence, RI",223,"New York, NY and NJ" +295,205,217,"New York, NY and NJ",241,"Philadelphia, PA" +295,206,217,"New York, NY and NJ",223,"New York, NY and NJ" +295,207,244,"Providence, RI",223,"New York, NY and NJ" +295,208,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,209,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +295,210,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +295,211,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +295,212,169,"Wilmington, DE",198,"Baltimore, MD" +295,213,223,"New York, NY and NJ",217,"New York, NY and NJ" +295,214,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +295,215,241,"Philadelphia, PA",208,"Pascagoula, MS" +295,216,217,"New York, NY and NJ",223,"New York, NY and NJ" +295,217,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,218,169,"Wilmington, DE",217,"New York, NY and NJ" +295,219,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +295,220,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +295,221,217,"New York, NY and NJ",217,"New York, NY and NJ" +295,222,217,"New York, NY and NJ",244,"Providence, RI" +295,223,223,"New York, NY and NJ",201,"Boston, MA" +295,224,223,"New York, NY and NJ",217,"New York, NY and NJ" +295,225,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +295,226,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,227,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +295,228,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +295,229,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +295,230,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +295,231,198,"Baltimore, MD",169,"Wilmington, DE" +295,232,244,"Providence, RI",223,"New York, NY and NJ" +295,233,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +295,234,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +295,235,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +295,236,265,"Norfolk Harbor, VA",245,"Charleston, SC" +295,237,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +295,238,217,"New York, NY and NJ",241,"Philadelphia, PA" +295,239,198,"Baltimore, MD",217,"New York, NY and NJ" +295,240,198,"Baltimore, MD",223,"New York, NY and NJ" +295,241,217,"New York, NY and NJ",241,"Philadelphia, PA" +295,242,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,243,201,"Boston, MA",217,"New York, NY and NJ" +295,244,244,"Providence, RI",201,"Boston, MA" +295,245,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +295,246,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,247,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +295,248,223,"New York, NY and NJ",241,"Philadelphia, PA" +295,249,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +295,250,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,251,245,"Charleston, SC",265,"Norfolk Harbor, VA" +295,252,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,253,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +295,254,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +295,255,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +295,256,223,"New York, NY and NJ",245,"Charleston, SC" +295,257,217,"New York, NY and NJ",171,"Jacksonville, FL" +295,258,177,"Savannah, GA",245,"Charleston, SC" +295,259,223,"New York, NY and NJ",195,"New Orleans, LA" +295,260,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +295,261,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +295,262,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +295,263,223,"New York, NY and NJ",197,"Portland, ME" +295,264,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +295,265,198,"Baltimore, MD",198,"Baltimore, MD" +295,266,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +295,267,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +295,268,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +295,269,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +295,270,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +295,271,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +295,272,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +295,273,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +296,1,159,"Long Beach, CA",159,"Long Beach, CA" +296,2,162,"Oakland, CA",162,"Oakland, CA" +296,3,269,"Longview, WA",269,"Longview, WA" +296,4,159,"Long Beach, CA",159,"Long Beach, CA" +296,5,159,"Long Beach, CA",159,"Long Beach, CA" +296,6,162,"Oakland, CA",162,"Oakland, CA" +296,7,159,"Long Beach, CA",159,"Long Beach, CA" +296,8,159,"Long Beach, CA",159,"Long Beach, CA" +296,9,162,"Oakland, CA",162,"Oakland, CA" +296,10,159,"Long Beach, CA",159,"Long Beach, CA" +296,11,159,"Long Beach, CA",159,"Long Beach, CA" +296,12,159,"Long Beach, CA",159,"Long Beach, CA" +296,13,162,"Oakland, CA",162,"Oakland, CA" +296,14,239,"Portland, OR",239,"Portland, OR" +296,15,162,"Oakland, CA",162,"Oakland, CA" +296,16,239,"Portland, OR",239,"Portland, OR" +296,17,159,"Long Beach, CA",159,"Long Beach, CA" +296,18,159,"Long Beach, CA",159,"Long Beach, CA" +296,19,159,"Long Beach, CA",159,"Long Beach, CA" +296,20,159,"Long Beach, CA",159,"Long Beach, CA" +296,21,159,"Long Beach, CA",159,"Long Beach, CA" +296,22,239,"Portland, OR",239,"Portland, OR" +296,23,268,"Seattle, WA",268,"Seattle, WA" +296,24,159,"Long Beach, CA",159,"Long Beach, CA" +296,25,159,"Long Beach, CA",159,"Long Beach, CA" +296,26,159,"Long Beach, CA",159,"Long Beach, CA" +296,27,159,"Long Beach, CA",159,"Long Beach, CA" +296,28,159,"Long Beach, CA",159,"Long Beach, CA" +296,29,159,"Long Beach, CA",159,"Long Beach, CA" +296,30,159,"Long Beach, CA",159,"Long Beach, CA" +296,31,159,"Long Beach, CA",159,"Long Beach, CA" +296,32,239,"Portland, OR",239,"Portland, OR" +296,33,268,"Seattle, WA",268,"Seattle, WA" +296,34,159,"Long Beach, CA",159,"Long Beach, CA" +296,35,162,"Oakland, CA",162,"Oakland, CA" +296,36,159,"Long Beach, CA",159,"Long Beach, CA" +296,37,159,"Long Beach, CA",159,"Long Beach, CA" +296,38,159,"Long Beach, CA",159,"Long Beach, CA" +296,39,268,"Seattle, WA",268,"Seattle, WA" +296,40,268,"Seattle, WA",268,"Seattle, WA" +296,41,239,"Portland, OR",239,"Portland, OR" +296,42,162,"Oakland, CA",162,"Oakland, CA" +296,43,159,"Long Beach, CA",159,"Long Beach, CA" +296,44,268,"Seattle, WA",268,"Seattle, WA" +296,45,269,"Longview, WA",269,"Longview, WA" +296,46,268,"Seattle, WA",268,"Seattle, WA" +296,47,162,"Oakland, CA",162,"Oakland, CA" +296,48,159,"Long Beach, CA",159,"Long Beach, CA" +296,49,159,"Long Beach, CA",159,"Long Beach, CA" +296,50,268,"Seattle, WA",268,"Seattle, WA" +296,51,162,"Oakland, CA",162,"Oakland, CA" +296,52,159,"Long Beach, CA",159,"Long Beach, CA" +296,53,239,"Portland, OR",239,"Portland, OR" +296,54,159,"Long Beach, CA",159,"Long Beach, CA" +296,55,159,"Long Beach, CA",159,"Long Beach, CA" +296,56,162,"Oakland, CA",162,"Oakland, CA" +296,57,159,"Long Beach, CA",159,"Long Beach, CA" +296,58,159,"Long Beach, CA",159,"Long Beach, CA" +296,59,162,"Oakland, CA",162,"Oakland, CA" +296,60,268,"Seattle, WA",268,"Seattle, WA" +296,61,162,"Oakland, CA",162,"Oakland, CA" +296,62,159,"Long Beach, CA",159,"Long Beach, CA" +296,63,159,"Long Beach, CA",159,"Long Beach, CA" +296,64,159,"Long Beach, CA",159,"Long Beach, CA" +296,65,159,"Long Beach, CA",159,"Long Beach, CA" +296,66,268,"Seattle, WA",268,"Seattle, WA" +296,67,162,"Oakland, CA",162,"Oakland, CA" +296,68,159,"Long Beach, CA",159,"Long Beach, CA" +296,69,159,"Long Beach, CA",159,"Long Beach, CA" +296,70,159,"Long Beach, CA",159,"Long Beach, CA" +296,71,239,"Portland, OR",239,"Portland, OR" +296,72,162,"Oakland, CA",162,"Oakland, CA" +296,73,268,"Seattle, WA",268,"Seattle, WA" +296,74,159,"Long Beach, CA",159,"Long Beach, CA" +296,75,268,"Seattle, WA",268,"Seattle, WA" +296,76,268,"Seattle, WA",268,"Seattle, WA" +296,77,159,"Long Beach, CA",159,"Long Beach, CA" +296,78,159,"Long Beach, CA",159,"Long Beach, CA" +296,79,159,"Long Beach, CA",159,"Long Beach, CA" +296,80,159,"Long Beach, CA",159,"Long Beach, CA" +296,81,162,"Oakland, CA",162,"Oakland, CA" +296,82,159,"Long Beach, CA",159,"Long Beach, CA" +296,83,269,"Longview, WA",269,"Longview, WA" +296,84,268,"Seattle, WA",268,"Seattle, WA" +296,85,159,"Long Beach, CA",159,"Long Beach, CA" +296,86,159,"Long Beach, CA",159,"Long Beach, CA" +296,87,268,"Seattle, WA",268,"Seattle, WA" +296,88,159,"Long Beach, CA",159,"Long Beach, CA" +296,89,159,"Long Beach, CA",159,"Long Beach, CA" +296,90,162,"Oakland, CA",162,"Oakland, CA" +296,91,159,"Long Beach, CA",159,"Long Beach, CA" +296,92,159,"Long Beach, CA",159,"Long Beach, CA" +296,93,162,"Oakland, CA",162,"Oakland, CA" +296,94,162,"Oakland, CA",162,"Oakland, CA" +296,95,162,"Oakland, CA",162,"Oakland, CA" +296,96,159,"Long Beach, CA",159,"Long Beach, CA" +296,97,269,"Longview, WA",269,"Longview, WA" +296,98,159,"Long Beach, CA",159,"Long Beach, CA" +296,99,159,"Long Beach, CA",159,"Long Beach, CA" +296,100,159,"Long Beach, CA",159,"Long Beach, CA" +296,101,159,"Long Beach, CA",159,"Long Beach, CA" +296,102,159,"Long Beach, CA",159,"Long Beach, CA" +296,103,159,"Long Beach, CA",159,"Long Beach, CA" +296,104,268,"Seattle, WA",268,"Seattle, WA" +296,105,159,"Long Beach, CA",159,"Long Beach, CA" +296,106,162,"Oakland, CA",162,"Oakland, CA" +296,107,159,"Long Beach, CA",159,"Long Beach, CA" +296,108,159,"Long Beach, CA",159,"Long Beach, CA" +296,109,268,"Seattle, WA",268,"Seattle, WA" +296,110,162,"Oakland, CA",162,"Oakland, CA" +296,111,159,"Long Beach, CA",159,"Long Beach, CA" +296,112,159,"Long Beach, CA",159,"Long Beach, CA" +296,113,159,"Long Beach, CA",159,"Long Beach, CA" +296,114,268,"Seattle, WA",268,"Seattle, WA" +296,115,159,"Long Beach, CA",159,"Long Beach, CA" +296,116,239,"Portland, OR",239,"Portland, OR" +296,117,269,"Longview, WA",269,"Longview, WA" +296,118,268,"Seattle, WA",268,"Seattle, WA" +296,119,162,"Oakland, CA",162,"Oakland, CA" +296,120,268,"Seattle, WA",268,"Seattle, WA" +296,121,269,"Longview, WA",269,"Longview, WA" +296,122,159,"Long Beach, CA",159,"Long Beach, CA" +296,123,269,"Longview, WA",269,"Longview, WA" +296,124,269,"Longview, WA",269,"Longview, WA" +296,125,159,"Long Beach, CA",159,"Long Beach, CA" +296,126,159,"Long Beach, CA",159,"Long Beach, CA" +296,127,162,"Oakland, CA",162,"Oakland, CA" +296,128,159,"Long Beach, CA",159,"Long Beach, CA" +296,129,159,"Long Beach, CA",159,"Long Beach, CA" +296,130,162,"Oakland, CA",162,"Oakland, CA" +296,131,159,"Long Beach, CA",159,"Long Beach, CA" +296,132,159,"Long Beach, CA",159,"Long Beach, CA" +296,151,268,"Seattle, WA",159,"Long Beach, CA" +296,152,159,"Long Beach, CA",162,"Oakland, CA" +296,153,159,"Long Beach, CA",269,"Longview, WA" +296,154,154,"Anchorage, AK",154,"Anchorage, AK" +296,155,159,"Long Beach, CA",159,"Long Beach, CA" +296,156,268,"Seattle, WA",159,"Long Beach, CA" +296,157,159,"Long Beach, CA",162,"Oakland, CA" +296,158,239,"Portland, OR",239,"Portland, OR" +296,159,159,"Long Beach, CA",159,"Long Beach, CA" +296,160,159,"Long Beach, CA",159,"Long Beach, CA" +296,161,159,"Long Beach, CA",268,"Seattle, WA" +296,162,159,"Long Beach, CA",239,"Portland, OR" +296,163,162,"Oakland, CA",239,"Portland, OR" +296,164,159,"Long Beach, CA",159,"Long Beach, CA" +296,165,162,"Oakland, CA",159,"Long Beach, CA" +296,166,162,"Oakland, CA",159,"Long Beach, CA" +296,167,159,"Long Beach, CA",268,"Seattle, WA" +296,168,268,"Seattle, WA",268,"Seattle, WA" +296,169,159,"Long Beach, CA",159,"Long Beach, CA" +296,170,159,"Long Beach, CA",159,"Long Beach, CA" +296,171,159,"Long Beach, CA",159,"Long Beach, CA" +296,172,159,"Long Beach, CA",239,"Portland, OR" +296,173,159,"Long Beach, CA",162,"Oakland, CA" +296,174,162,"Oakland, CA",268,"Seattle, WA" +296,175,159,"Long Beach, CA",239,"Portland, OR" +296,176,162,"Oakland, CA",159,"Long Beach, CA" +296,177,159,"Long Beach, CA",162,"Oakland, CA" +296,178,159,"Long Beach, CA",162,"Oakland, CA" +296,179,179,"Honolulu, HI",179,"Honolulu, HI" +296,180,179,"Honolulu, HI",179,"Honolulu, HI" +296,181,268,"Seattle, WA",268,"Seattle, WA" +296,183,239,"Portland, OR",159,"Long Beach, CA" +296,184,162,"Oakland, CA",159,"Long Beach, CA" +296,185,159,"Long Beach, CA",159,"Long Beach, CA" +296,186,268,"Seattle, WA",268,"Seattle, WA" +296,187,269,"Longview, WA",239,"Portland, OR" +296,188,162,"Oakland, CA",268,"Seattle, WA" +296,189,159,"Long Beach, CA",159,"Long Beach, CA" +296,190,159,"Long Beach, CA",159,"Long Beach, CA" +296,191,159,"Long Beach, CA",159,"Long Beach, CA" +296,192,239,"Portland, OR",268,"Seattle, WA" +296,193,159,"Long Beach, CA",162,"Oakland, CA" +296,194,162,"Oakland, CA",268,"Seattle, WA" +296,195,159,"Long Beach, CA",268,"Seattle, WA" +296,196,239,"Portland, OR",268,"Seattle, WA" +296,197,159,"Long Beach, CA",269,"Longview, WA" +296,198,159,"Long Beach, CA",159,"Long Beach, CA" +296,199,268,"Seattle, WA",159,"Long Beach, CA" +296,200,162,"Oakland, CA",159,"Long Beach, CA" +296,201,268,"Seattle, WA",159,"Long Beach, CA" +296,202,268,"Seattle, WA",268,"Seattle, WA" +296,203,159,"Long Beach, CA",162,"Oakland, CA" +296,204,268,"Seattle, WA",159,"Long Beach, CA" +296,205,268,"Seattle, WA",159,"Long Beach, CA" +296,206,159,"Long Beach, CA",269,"Longview, WA" +296,207,159,"Long Beach, CA",159,"Long Beach, CA" +296,208,159,"Long Beach, CA",239,"Portland, OR" +296,209,162,"Oakland, CA",269,"Longview, WA" +296,210,269,"Longview, WA",159,"Long Beach, CA" +296,211,162,"Oakland, CA",159,"Long Beach, CA" +296,212,162,"Oakland, CA",268,"Seattle, WA" +296,213,162,"Oakland, CA",239,"Portland, OR" +296,214,159,"Long Beach, CA",268,"Seattle, WA" +296,215,268,"Seattle, WA",159,"Long Beach, CA" +296,216,159,"Long Beach, CA",162,"Oakland, CA" +296,217,159,"Long Beach, CA",162,"Oakland, CA" +296,218,159,"Long Beach, CA",268,"Seattle, WA" +296,219,159,"Long Beach, CA",159,"Long Beach, CA" +296,220,159,"Long Beach, CA",268,"Seattle, WA" +296,221,159,"Long Beach, CA",159,"Long Beach, CA" +296,222,159,"Long Beach, CA",268,"Seattle, WA" +296,223,159,"Long Beach, CA",159,"Long Beach, CA" +296,224,268,"Seattle, WA",162,"Oakland, CA" +296,225,269,"Longview, WA",159,"Long Beach, CA" +296,226,159,"Long Beach, CA",159,"Long Beach, CA" +296,227,159,"Long Beach, CA",159,"Long Beach, CA" +296,228,162,"Oakland, CA",159,"Long Beach, CA" +296,229,159,"Long Beach, CA",239,"Portland, OR" +296,230,162,"Oakland, CA",159,"Long Beach, CA" +296,231,159,"Long Beach, CA",159,"Long Beach, CA" +296,232,159,"Long Beach, CA",159,"Long Beach, CA" +296,233,159,"Long Beach, CA",268,"Seattle, WA" +296,234,159,"Long Beach, CA",159,"Long Beach, CA" +296,235,239,"Portland, OR",159,"Long Beach, CA" +296,236,239,"Portland, OR",159,"Long Beach, CA" +296,237,162,"Oakland, CA",268,"Seattle, WA" +296,238,159,"Long Beach, CA",159,"Long Beach, CA" +296,239,159,"Long Beach, CA",159,"Long Beach, CA" +296,240,268,"Seattle, WA",162,"Oakland, CA" +296,241,239,"Portland, OR",159,"Long Beach, CA" +296,242,159,"Long Beach, CA",162,"Oakland, CA" +296,243,159,"Long Beach, CA",162,"Oakland, CA" +296,244,159,"Long Beach, CA",162,"Oakland, CA" +296,245,159,"Long Beach, CA",159,"Long Beach, CA" +296,246,159,"Long Beach, CA",239,"Portland, OR" +296,247,162,"Oakland, CA",159,"Long Beach, CA" +296,248,268,"Seattle, WA",159,"Long Beach, CA" +296,249,162,"Oakland, CA",268,"Seattle, WA" +296,250,268,"Seattle, WA",159,"Long Beach, CA" +296,251,159,"Long Beach, CA",159,"Long Beach, CA" +296,252,268,"Seattle, WA",159,"Long Beach, CA" +296,253,269,"Longview, WA",159,"Long Beach, CA" +296,254,162,"Oakland, CA",162,"Oakland, CA" +296,255,239,"Portland, OR",268,"Seattle, WA" +296,256,162,"Oakland, CA",159,"Long Beach, CA" +296,257,159,"Long Beach, CA",268,"Seattle, WA" +296,258,159,"Long Beach, CA",162,"Oakland, CA" +296,259,159,"Long Beach, CA",239,"Portland, OR" +296,260,159,"Long Beach, CA",159,"Long Beach, CA" +296,261,159,"Long Beach, CA",159,"Long Beach, CA" +296,262,159,"Long Beach, CA",159,"Long Beach, CA" +296,263,268,"Seattle, WA",239,"Portland, OR" +296,264,162,"Oakland, CA",159,"Long Beach, CA" +296,265,162,"Oakland, CA",159,"Long Beach, CA" +296,266,159,"Long Beach, CA",159,"Long Beach, CA" +296,267,268,"Seattle, WA",159,"Long Beach, CA" +296,268,159,"Long Beach, CA",159,"Long Beach, CA" +296,269,159,"Long Beach, CA",162,"Oakland, CA" +296,270,162,"Oakland, CA",159,"Long Beach, CA" +296,271,159,"Long Beach, CA",159,"Long Beach, CA" +296,272,269,"Longview, WA",159,"Long Beach, CA" +296,273,239,"Portland, OR",268,"Seattle, WA" +297,1,195,"New Orleans, LA",195,"New Orleans, LA" +297,2,208,"Pascagoula, MS",208,"Pascagoula, MS" +297,3,177,"Savannah, GA",177,"Savannah, GA" +297,4,172,"Port Everglades, FL",172,"Port Everglades, FL" +297,5,178,"Brunswick, GA",178,"Brunswick, GA" +297,6,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +297,7,195,"New Orleans, LA",195,"New Orleans, LA" +297,8,195,"New Orleans, LA",195,"New Orleans, LA" +297,9,257,"Houston, TX",257,"Houston, TX" +297,10,172,"Port Everglades, FL",172,"Port Everglades, FL" +297,11,194,"Lake Charles, LA",194,"Lake Charles, LA" +297,12,172,"Port Everglades, FL",172,"Port Everglades, FL" +297,13,152,"Mobile, AL",152,"Mobile, AL" +297,14,195,"New Orleans, LA",195,"New Orleans, LA" +297,15,195,"New Orleans, LA",195,"New Orleans, LA" +297,16,245,"Charleston, SC",245,"Charleston, SC" +297,17,172,"Port Everglades, FL",172,"Port Everglades, FL" +297,18,172,"Port Everglades, FL",172,"Port Everglades, FL" +297,19,195,"New Orleans, LA",195,"New Orleans, LA" +297,20,174,"Tampa, FL",174,"Tampa, FL" +297,21,195,"New Orleans, LA",195,"New Orleans, LA" +297,22,194,"Lake Charles, LA",194,"Lake Charles, LA" +297,23,152,"Mobile, AL",152,"Mobile, AL" +297,24,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +297,25,177,"Savannah, GA",177,"Savannah, GA" +297,26,257,"Houston, TX",257,"Houston, TX" +297,27,195,"New Orleans, LA",195,"New Orleans, LA" +297,28,194,"Lake Charles, LA",194,"Lake Charles, LA" +297,29,177,"Savannah, GA",177,"Savannah, GA" +297,30,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +297,31,177,"Savannah, GA",177,"Savannah, GA" +297,32,253,"Beaumont, TX",253,"Beaumont, TX" +297,33,152,"Mobile, AL",152,"Mobile, AL" +297,34,208,"Pascagoula, MS",208,"Pascagoula, MS" +297,35,195,"New Orleans, LA",195,"New Orleans, LA" +297,36,245,"Charleston, SC",245,"Charleston, SC" +297,37,172,"Port Everglades, FL",172,"Port Everglades, FL" +297,38,178,"Brunswick, GA",178,"Brunswick, GA" +297,39,245,"Charleston, SC",245,"Charleston, SC" +297,40,174,"Tampa, FL",174,"Tampa, FL" +297,41,174,"Tampa, FL",174,"Tampa, FL" +297,42,208,"Pascagoula, MS",208,"Pascagoula, MS" +297,43,171,"Jacksonville, FL",171,"Jacksonville, FL" +297,44,245,"Charleston, SC",245,"Charleston, SC" +297,45,195,"New Orleans, LA",195,"New Orleans, LA" +297,46,177,"Savannah, GA",177,"Savannah, GA" +297,47,177,"Savannah, GA",177,"Savannah, GA" +297,48,208,"Pascagoula, MS",208,"Pascagoula, MS" +297,49,172,"Port Everglades, FL",172,"Port Everglades, FL" +297,50,253,"Beaumont, TX",253,"Beaumont, TX" +297,51,152,"Mobile, AL",152,"Mobile, AL" +297,52,195,"New Orleans, LA",195,"New Orleans, LA" +297,53,195,"New Orleans, LA",195,"New Orleans, LA" +297,54,152,"Mobile, AL",152,"Mobile, AL" +297,55,177,"Savannah, GA",177,"Savannah, GA" +297,56,195,"New Orleans, LA",195,"New Orleans, LA" +297,57,174,"Tampa, FL",174,"Tampa, FL" +297,58,195,"New Orleans, LA",195,"New Orleans, LA" +297,59,177,"Savannah, GA",177,"Savannah, GA" +297,60,245,"Charleston, SC",245,"Charleston, SC" +297,61,194,"Lake Charles, LA",194,"Lake Charles, LA" +297,62,194,"Lake Charles, LA",194,"Lake Charles, LA" +297,63,178,"Brunswick, GA",178,"Brunswick, GA" +297,64,174,"Tampa, FL",174,"Tampa, FL" +297,65,195,"New Orleans, LA",195,"New Orleans, LA" +297,66,177,"Savannah, GA",177,"Savannah, GA" +297,67,253,"Beaumont, TX",253,"Beaumont, TX" +297,68,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +297,69,172,"Port Everglades, FL",172,"Port Everglades, FL" +297,70,195,"New Orleans, LA",195,"New Orleans, LA" +297,71,174,"Tampa, FL",174,"Tampa, FL" +297,72,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +297,73,208,"Pascagoula, MS",208,"Pascagoula, MS" +297,74,172,"Port Everglades, FL",172,"Port Everglades, FL" +297,75,152,"Mobile, AL",152,"Mobile, AL" +297,76,152,"Mobile, AL",152,"Mobile, AL" +297,77,195,"New Orleans, LA",195,"New Orleans, LA" +297,78,194,"Lake Charles, LA",194,"Lake Charles, LA" +297,79,152,"Mobile, AL",152,"Mobile, AL" +297,80,194,"Lake Charles, LA",194,"Lake Charles, LA" +297,81,195,"New Orleans, LA",195,"New Orleans, LA" +297,82,152,"Mobile, AL",152,"Mobile, AL" +297,83,152,"Mobile, AL",152,"Mobile, AL" +297,84,195,"New Orleans, LA",195,"New Orleans, LA" +297,85,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +297,86,195,"New Orleans, LA",195,"New Orleans, LA" +297,87,253,"Beaumont, TX",253,"Beaumont, TX" +297,88,174,"Tampa, FL",174,"Tampa, FL" +297,89,152,"Mobile, AL",152,"Mobile, AL" +297,90,253,"Beaumont, TX",253,"Beaumont, TX" +297,91,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +297,92,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +297,93,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +297,94,195,"New Orleans, LA",195,"New Orleans, LA" +297,95,177,"Savannah, GA",177,"Savannah, GA" +297,96,171,"Jacksonville, FL",171,"Jacksonville, FL" +297,97,177,"Savannah, GA",177,"Savannah, GA" +297,98,195,"New Orleans, LA",195,"New Orleans, LA" +297,99,174,"Tampa, FL",174,"Tampa, FL" +297,100,177,"Savannah, GA",177,"Savannah, GA" +297,101,172,"Port Everglades, FL",172,"Port Everglades, FL" +297,102,245,"Charleston, SC",245,"Charleston, SC" +297,103,195,"New Orleans, LA",195,"New Orleans, LA" +297,104,171,"Jacksonville, FL",171,"Jacksonville, FL" +297,105,195,"New Orleans, LA",195,"New Orleans, LA" +297,106,177,"Savannah, GA",177,"Savannah, GA" +297,107,174,"Tampa, FL",174,"Tampa, FL" +297,108,257,"Houston, TX",257,"Houston, TX" +297,109,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +297,110,195,"New Orleans, LA",195,"New Orleans, LA" +297,111,257,"Houston, TX",257,"Houston, TX" +297,112,195,"New Orleans, LA",195,"New Orleans, LA" +297,113,195,"New Orleans, LA",195,"New Orleans, LA" +297,114,195,"New Orleans, LA",195,"New Orleans, LA" +297,115,152,"Mobile, AL",152,"Mobile, AL" +297,116,253,"Beaumont, TX",253,"Beaumont, TX" +297,117,257,"Houston, TX",257,"Houston, TX" +297,118,195,"New Orleans, LA",195,"New Orleans, LA" +297,119,195,"New Orleans, LA",195,"New Orleans, LA" +297,120,174,"Tampa, FL",174,"Tampa, FL" +297,121,172,"Port Everglades, FL",172,"Port Everglades, FL" +297,122,174,"Tampa, FL",174,"Tampa, FL" +297,123,171,"Jacksonville, FL",171,"Jacksonville, FL" +297,124,208,"Pascagoula, MS",208,"Pascagoula, MS" +297,125,195,"New Orleans, LA",195,"New Orleans, LA" +297,126,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +297,127,195,"New Orleans, LA",195,"New Orleans, LA" +297,128,172,"Port Everglades, FL",172,"Port Everglades, FL" +297,129,208,"Pascagoula, MS",208,"Pascagoula, MS" +297,130,195,"New Orleans, LA",195,"New Orleans, LA" +297,131,195,"New Orleans, LA",195,"New Orleans, LA" +297,132,152,"Mobile, AL",152,"Mobile, AL" +297,151,172,"Port Everglades, FL",195,"New Orleans, LA" +297,152,195,"New Orleans, LA",195,"New Orleans, LA" +297,153,177,"Savannah, GA",195,"New Orleans, LA" +297,154,154,"Anchorage, AK",154,"Anchorage, AK" +297,155,195,"New Orleans, LA",254,"Corpus Christi, TX" +297,156,253,"Beaumont, TX",257,"Houston, TX" +297,157,195,"New Orleans, LA",253,"Beaumont, TX" +297,158,174,"Tampa, FL",257,"Houston, TX" +297,159,257,"Houston, TX",257,"Houston, TX" +297,160,257,"Houston, TX",257,"Houston, TX" +297,161,195,"New Orleans, LA",257,"Houston, TX" +297,162,253,"Beaumont, TX",195,"New Orleans, LA" +297,163,257,"Houston, TX",195,"New Orleans, LA" +297,164,257,"Houston, TX",257,"Houston, TX" +297,165,257,"Houston, TX",257,"Houston, TX" +297,166,178,"Brunswick, GA",229,"Wilmington, NC" +297,167,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +297,168,152,"Mobile, AL",198,"Baltimore, MD" +297,169,245,"Charleston, SC",172,"Port Everglades, FL" +297,170,171,"Jacksonville, FL",195,"New Orleans, LA" +297,171,174,"Tampa, FL",152,"Mobile, AL" +297,172,193,"Baton Rouge, LA",195,"New Orleans, LA" +297,173,195,"New Orleans, LA",195,"New Orleans, LA" +297,174,177,"Savannah, GA",195,"New Orleans, LA" +297,175,177,"Savannah, GA",171,"Jacksonville, FL" +297,176,172,"Port Everglades, FL",174,"Tampa, FL" +297,177,178,"Brunswick, GA",172,"Port Everglades, FL" +297,178,194,"Lake Charles, LA",171,"Jacksonville, FL" +297,179,179,"Honolulu, HI",179,"Honolulu, HI" +297,180,179,"Honolulu, HI",179,"Honolulu, HI" +297,181,253,"Beaumont, TX",253,"Beaumont, TX" +297,183,253,"Beaumont, TX",257,"Houston, TX" +297,184,177,"Savannah, GA",194,"Lake Charles, LA" +297,185,193,"Baton Rouge, LA",172,"Port Everglades, FL" +297,186,178,"Brunswick, GA",171,"Jacksonville, FL" +297,187,152,"Mobile, AL",195,"New Orleans, LA" +297,188,257,"Houston, TX",253,"Beaumont, TX" +297,189,257,"Houston, TX",195,"New Orleans, LA" +297,190,177,"Savannah, GA",195,"New Orleans, LA" +297,191,152,"Mobile, AL",208,"Pascagoula, MS" +297,192,178,"Brunswick, GA",195,"New Orleans, LA" +297,193,152,"Mobile, AL",195,"New Orleans, LA" +297,194,174,"Tampa, FL",254,"Corpus Christi, TX" +297,195,172,"Port Everglades, FL",195,"New Orleans, LA" +297,196,194,"Lake Charles, LA",152,"Mobile, AL" +297,197,152,"Mobile, AL",198,"Baltimore, MD" +297,198,177,"Savannah, GA",177,"Savannah, GA" +297,199,195,"New Orleans, LA",172,"Port Everglades, FL" +297,200,174,"Tampa, FL",174,"Tampa, FL" +297,201,195,"New Orleans, LA",174,"Tampa, FL" +297,202,172,"Port Everglades, FL",223,"New York, NY and NJ" +297,203,177,"Savannah, GA",245,"Charleston, SC" +297,204,195,"New Orleans, LA",152,"Mobile, AL" +297,205,193,"Baton Rouge, LA",245,"Charleston, SC" +297,206,195,"New Orleans, LA",172,"Port Everglades, FL" +297,207,253,"Beaumont, TX",194,"Lake Charles, LA" +297,208,195,"New Orleans, LA",194,"Lake Charles, LA" +297,209,253,"Beaumont, TX",257,"Houston, TX" +297,210,172,"Port Everglades, FL",152,"Mobile, AL" +297,211,194,"Lake Charles, LA",194,"Lake Charles, LA" +297,212,172,"Port Everglades, FL",195,"New Orleans, LA" +297,213,208,"Pascagoula, MS",194,"Lake Charles, LA" +297,214,193,"Baton Rouge, LA",159,"Long Beach, CA" +297,215,253,"Beaumont, TX",195,"New Orleans, LA" +297,216,177,"Savannah, GA",201,"Boston, MA" +297,217,195,"New Orleans, LA",172,"Port Everglades, FL" +297,218,193,"Baton Rouge, LA",265,"Norfolk Harbor, VA" +297,219,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +297,220,195,"New Orleans, LA",257,"Houston, TX" +297,221,178,"Brunswick, GA",265,"Norfolk Harbor, VA" +297,222,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +297,223,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +297,224,152,"Mobile, AL",265,"Norfolk Harbor, VA" +297,225,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +297,226,177,"Savannah, GA",265,"Norfolk Harbor, VA" +297,227,245,"Charleston, SC",198,"Baltimore, MD" +297,228,171,"Jacksonville, FL",245,"Charleston, SC" +297,229,152,"Mobile, AL",172,"Port Everglades, FL" +297,230,172,"Port Everglades, FL",177,"Savannah, GA" +297,231,195,"New Orleans, LA",229,"Wilmington, NC" +297,232,171,"Jacksonville, FL",171,"Jacksonville, FL" +297,233,194,"Lake Charles, LA",171,"Jacksonville, FL" +297,234,195,"New Orleans, LA",172,"Port Everglades, FL" +297,235,195,"New Orleans, LA",195,"New Orleans, LA" +297,236,253,"Beaumont, TX",195,"New Orleans, LA" +297,237,195,"New Orleans, LA",253,"Beaumont, TX" +297,238,193,"Baton Rouge, LA",194,"Lake Charles, LA" +297,239,257,"Houston, TX",194,"Lake Charles, LA" +297,240,174,"Tampa, FL",253,"Beaumont, TX" +297,241,177,"Savannah, GA",171,"Jacksonville, FL" +297,242,177,"Savannah, GA",195,"New Orleans, LA" +297,243,253,"Beaumont, TX",177,"Savannah, GA" +297,244,195,"New Orleans, LA",217,"New York, NY and NJ" +297,245,171,"Jacksonville, FL",172,"Port Everglades, FL" +297,246,172,"Port Everglades, FL",195,"New Orleans, LA" +297,247,172,"Port Everglades, FL",174,"Tampa, FL" +297,248,253,"Beaumont, TX",195,"New Orleans, LA" +297,249,208,"Pascagoula, MS",257,"Houston, TX" +297,250,194,"Lake Charles, LA",195,"New Orleans, LA" +297,251,177,"Savannah, GA",193,"Baton Rouge, LA" +297,252,195,"New Orleans, LA",257,"Houston, TX" +297,253,195,"New Orleans, LA",195,"New Orleans, LA" +297,254,171,"Jacksonville, FL",194,"Lake Charles, LA" +297,255,257,"Houston, TX",194,"Lake Charles, LA" +297,256,174,"Tampa, FL",254,"Corpus Christi, TX" +297,257,194,"Lake Charles, LA",195,"New Orleans, LA" +297,258,152,"Mobile, AL",257,"Houston, TX" +297,259,253,"Beaumont, TX",195,"New Orleans, LA" +297,260,193,"Baton Rouge, LA",195,"New Orleans, LA" +297,261,257,"Houston, TX",257,"Houston, TX" +297,262,193,"Baton Rouge, LA",257,"Houston, TX" +297,263,245,"Charleston, SC",177,"Savannah, GA" +297,264,195,"New Orleans, LA",177,"Savannah, GA" +297,265,229,"Wilmington, NC",172,"Port Everglades, FL" +297,266,152,"Mobile, AL",174,"Tampa, FL" +297,267,177,"Savannah, GA",172,"Port Everglades, FL" +297,268,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +297,269,195,"New Orleans, LA",269,"Longview, WA" +297,270,245,"Charleston, SC",193,"Baton Rouge, LA" +297,271,253,"Beaumont, TX",174,"Tampa, FL" +297,272,194,"Lake Charles, LA",195,"New Orleans, LA" +297,273,257,"Houston, TX",193,"Baton Rouge, LA" +298,1,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,2,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,3,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,4,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,5,198,"Baltimore, MD",198,"Baltimore, MD" +298,6,201,"Boston, MA",201,"Boston, MA" +298,7,197,"Portland, ME",197,"Portland, ME" +298,8,198,"Baltimore, MD",198,"Baltimore, MD" +298,9,197,"Portland, ME",197,"Portland, ME" +298,10,241,"Philadelphia, PA",241,"Philadelphia, PA" +298,11,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +298,12,241,"Philadelphia, PA",241,"Philadelphia, PA" +298,13,169,"Wilmington, DE",169,"Wilmington, DE" +298,14,241,"Philadelphia, PA",241,"Philadelphia, PA" +298,15,241,"Philadelphia, PA",241,"Philadelphia, PA" +298,16,197,"Portland, ME",197,"Portland, ME" +298,17,198,"Baltimore, MD",198,"Baltimore, MD" +298,18,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,19,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +298,20,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,22,197,"Portland, ME",197,"Portland, ME" +298,23,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,24,201,"Boston, MA",201,"Boston, MA" +298,25,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +298,26,198,"Baltimore, MD",198,"Baltimore, MD" +298,27,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,28,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,29,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,30,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +298,31,198,"Baltimore, MD",198,"Baltimore, MD" +298,32,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,33,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +298,34,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +298,35,197,"Portland, ME",197,"Portland, ME" +298,36,198,"Baltimore, MD",198,"Baltimore, MD" +298,37,241,"Philadelphia, PA",241,"Philadelphia, PA" +298,38,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,39,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,40,197,"Portland, ME",197,"Portland, ME" +298,41,244,"Providence, RI",244,"Providence, RI" +298,42,198,"Baltimore, MD",198,"Baltimore, MD" +298,43,201,"Boston, MA",201,"Boston, MA" +298,44,241,"Philadelphia, PA",241,"Philadelphia, PA" +298,45,241,"Philadelphia, PA",241,"Philadelphia, PA" +298,46,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,47,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,48,244,"Providence, RI",244,"Providence, RI" +298,49,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,50,197,"Portland, ME",197,"Portland, ME" +298,51,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,52,201,"Boston, MA",201,"Boston, MA" +298,53,197,"Portland, ME",197,"Portland, ME" +298,54,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,56,197,"Portland, ME",197,"Portland, ME" +298,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,58,197,"Portland, ME",197,"Portland, ME" +298,59,198,"Baltimore, MD",198,"Baltimore, MD" +298,60,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,61,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +298,62,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,63,241,"Philadelphia, PA",241,"Philadelphia, PA" +298,64,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,65,198,"Baltimore, MD",198,"Baltimore, MD" +298,66,169,"Wilmington, DE",169,"Wilmington, DE" +298,67,244,"Providence, RI",244,"Providence, RI" +298,68,241,"Philadelphia, PA",241,"Philadelphia, PA" +298,69,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,70,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,71,201,"Boston, MA",201,"Boston, MA" +298,72,241,"Philadelphia, PA",241,"Philadelphia, PA" +298,73,198,"Baltimore, MD",198,"Baltimore, MD" +298,74,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,75,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,76,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,77,198,"Baltimore, MD",198,"Baltimore, MD" +298,78,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,79,241,"Philadelphia, PA",241,"Philadelphia, PA" +298,80,201,"Boston, MA",201,"Boston, MA" +298,81,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +298,82,197,"Portland, ME",197,"Portland, ME" +298,83,197,"Portland, ME",197,"Portland, ME" +298,84,198,"Baltimore, MD",198,"Baltimore, MD" +298,85,198,"Baltimore, MD",198,"Baltimore, MD" +298,86,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,87,197,"Portland, ME",197,"Portland, ME" +298,88,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,89,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,91,198,"Baltimore, MD",198,"Baltimore, MD" +298,92,201,"Boston, MA",201,"Boston, MA" +298,93,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,94,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,95,197,"Portland, ME",197,"Portland, ME" +298,96,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +298,97,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,98,197,"Portland, ME",197,"Portland, ME" +298,99,197,"Portland, ME",197,"Portland, ME" +298,100,201,"Boston, MA",201,"Boston, MA" +298,101,197,"Portland, ME",197,"Portland, ME" +298,102,201,"Boston, MA",201,"Boston, MA" +298,103,197,"Portland, ME",197,"Portland, ME" +298,104,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,105,197,"Portland, ME",197,"Portland, ME" +298,106,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,107,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,108,201,"Boston, MA",201,"Boston, MA" +298,109,241,"Philadelphia, PA",241,"Philadelphia, PA" +298,110,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,111,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,112,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,113,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,114,201,"Boston, MA",201,"Boston, MA" +298,115,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,116,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,117,244,"Providence, RI",244,"Providence, RI" +298,118,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,119,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +298,120,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +298,121,241,"Philadelphia, PA",241,"Philadelphia, PA" +298,122,241,"Philadelphia, PA",241,"Philadelphia, PA" +298,123,197,"Portland, ME",197,"Portland, ME" +298,124,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,125,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,126,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,127,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,128,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +298,129,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,130,198,"Baltimore, MD",198,"Baltimore, MD" +298,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,132,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,151,197,"Portland, ME",198,"Baltimore, MD" +298,152,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +298,153,218,"Camden-Gloucester, NJ",152,"Mobile, AL" +298,154,154,"Anchorage, AK",154,"Anchorage, AK" +298,155,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +298,156,197,"Portland, ME",245,"Charleston, SC" +298,157,217,"New York, NY and NJ",223,"New York, NY and NJ" +298,158,197,"Portland, ME",265,"Norfolk Harbor, VA" +298,159,217,"New York, NY and NJ",244,"Providence, RI" +298,160,217,"New York, NY and NJ",223,"New York, NY and NJ" +298,161,223,"New York, NY and NJ",244,"Providence, RI" +298,162,223,"New York, NY and NJ",208,"Pascagoula, MS" +298,163,201,"Boston, MA",217,"New York, NY and NJ" +298,164,244,"Providence, RI",223,"New York, NY and NJ" +298,165,217,"New York, NY and NJ",223,"New York, NY and NJ" +298,166,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +298,167,223,"New York, NY and NJ",241,"Philadelphia, PA" +298,168,217,"New York, NY and NJ",197,"Portland, ME" +298,169,217,"New York, NY and NJ",244,"Providence, RI" +298,170,197,"Portland, ME",265,"Norfolk Harbor, VA" +298,171,223,"New York, NY and NJ",197,"Portland, ME" +298,172,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +298,173,197,"Portland, ME",198,"Baltimore, MD" +298,174,244,"Providence, RI",218,"Camden-Gloucester, NJ" +298,175,201,"Boston, MA",218,"Camden-Gloucester, NJ" +298,176,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +298,177,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +298,178,198,"Baltimore, MD",217,"New York, NY and NJ" +298,179,179,"Honolulu, HI",179,"Honolulu, HI" +298,180,179,"Honolulu, HI",179,"Honolulu, HI" +298,181,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +298,183,217,"New York, NY and NJ",201,"Boston, MA" +298,184,197,"Portland, ME",218,"Camden-Gloucester, NJ" +298,185,197,"Portland, ME",197,"Portland, ME" +298,186,198,"Baltimore, MD",217,"New York, NY and NJ" +298,187,201,"Boston, MA",201,"Boston, MA" +298,188,223,"New York, NY and NJ",217,"New York, NY and NJ" +298,189,217,"New York, NY and NJ",201,"Boston, MA" +298,190,197,"Portland, ME",241,"Philadelphia, PA" +298,191,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +298,192,241,"Philadelphia, PA",197,"Portland, ME" +298,193,223,"New York, NY and NJ",245,"Charleston, SC" +298,194,201,"Boston, MA",244,"Providence, RI" +298,195,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +298,196,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +298,197,198,"Baltimore, MD",197,"Portland, ME" +298,198,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,199,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +298,200,223,"New York, NY and NJ",217,"New York, NY and NJ" +298,201,223,"New York, NY and NJ",201,"Boston, MA" +298,202,201,"Boston, MA",241,"Philadelphia, PA" +298,203,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +298,204,217,"New York, NY and NJ",223,"New York, NY and NJ" +298,205,198,"Baltimore, MD",244,"Providence, RI" +298,206,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +298,207,241,"Philadelphia, PA",217,"New York, NY and NJ" +298,208,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,209,197,"Portland, ME",197,"Portland, ME" +298,210,198,"Baltimore, MD",169,"Wilmington, DE" +298,211,241,"Philadelphia, PA",223,"New York, NY and NJ" +298,212,217,"New York, NY and NJ",241,"Philadelphia, PA" +298,213,217,"New York, NY and NJ",244,"Providence, RI" +298,214,223,"New York, NY and NJ",245,"Charleston, SC" +298,215,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +298,216,241,"Philadelphia, PA",223,"New York, NY and NJ" +298,217,201,"Boston, MA",197,"Portland, ME" +298,218,201,"Boston, MA",217,"New York, NY and NJ" +298,219,217,"New York, NY and NJ",223,"New York, NY and NJ" +298,220,241,"Philadelphia, PA",198,"Baltimore, MD" +298,221,223,"New York, NY and NJ",201,"Boston, MA" +298,222,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,223,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,224,201,"Boston, MA",217,"New York, NY and NJ" +298,225,265,"Norfolk Harbor, VA",244,"Providence, RI" +298,226,217,"New York, NY and NJ",198,"Baltimore, MD" +298,227,198,"Baltimore, MD",201,"Boston, MA" +298,228,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +298,229,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +298,230,223,"New York, NY and NJ",201,"Boston, MA" +298,231,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,232,197,"Portland, ME",241,"Philadelphia, PA" +298,233,217,"New York, NY and NJ",201,"Boston, MA" +298,234,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +298,235,217,"New York, NY and NJ",241,"Philadelphia, PA" +298,236,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +298,237,244,"Providence, RI",223,"New York, NY and NJ" +298,238,265,"Norfolk Harbor, VA",197,"Portland, ME" +298,239,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +298,240,223,"New York, NY and NJ",217,"New York, NY and NJ" +298,241,223,"New York, NY and NJ",223,"New York, NY and NJ" +298,242,244,"Providence, RI",198,"Baltimore, MD" +298,243,217,"New York, NY and NJ",223,"New York, NY and NJ" +298,244,223,"New York, NY and NJ",201,"Boston, MA" +298,245,217,"New York, NY and NJ",223,"New York, NY and NJ" +298,246,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +298,247,217,"New York, NY and NJ",241,"Philadelphia, PA" +298,248,217,"New York, NY and NJ",217,"New York, NY and NJ" +298,249,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +298,250,223,"New York, NY and NJ",244,"Providence, RI" +298,251,197,"Portland, ME",201,"Boston, MA" +298,252,223,"New York, NY and NJ",197,"Portland, ME" +298,253,223,"New York, NY and NJ",198,"Baltimore, MD" +298,254,245,"Charleston, SC",253,"Beaumont, TX" +298,255,217,"New York, NY and NJ",241,"Philadelphia, PA" +298,256,223,"New York, NY and NJ",201,"Boston, MA" +298,257,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +298,258,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +298,259,217,"New York, NY and NJ",241,"Philadelphia, PA" +298,260,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +298,261,217,"New York, NY and NJ",244,"Providence, RI" +298,262,223,"New York, NY and NJ",197,"Portland, ME" +298,263,201,"Boston, MA",244,"Providence, RI" +298,264,197,"Portland, ME",218,"Camden-Gloucester, NJ" +298,265,197,"Portland, ME",265,"Norfolk Harbor, VA" +298,266,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +298,267,198,"Baltimore, MD",223,"New York, NY and NJ" +298,268,197,"Portland, ME",201,"Boston, MA" +298,269,198,"Baltimore, MD",223,"New York, NY and NJ" +298,270,197,"Portland, ME",223,"New York, NY and NJ" +298,271,244,"Providence, RI",201,"Boston, MA" +298,272,198,"Baltimore, MD",201,"Boston, MA" +298,273,217,"New York, NY and NJ",223,"New York, NY and NJ" +299,1,217,"New York, NY and NJ",217,"New York, NY and NJ" +299,2,172,"Port Everglades, FL",172,"Port Everglades, FL" +299,3,198,"Baltimore, MD",198,"Baltimore, MD" +299,4,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +299,5,241,"Philadelphia, PA",241,"Philadelphia, PA" +299,6,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +299,7,217,"New York, NY and NJ",217,"New York, NY and NJ" +299,8,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,9,198,"Baltimore, MD",198,"Baltimore, MD" +299,10,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,11,241,"Philadelphia, PA",241,"Philadelphia, PA" +299,12,241,"Philadelphia, PA",241,"Philadelphia, PA" +299,13,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +299,14,241,"Philadelphia, PA",241,"Philadelphia, PA" +299,15,169,"Wilmington, DE",169,"Wilmington, DE" +299,16,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +299,17,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +299,18,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,19,197,"Portland, ME",197,"Portland, ME" +299,20,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,21,217,"New York, NY and NJ",217,"New York, NY and NJ" +299,22,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,23,177,"Savannah, GA",177,"Savannah, GA" +299,24,177,"Savannah, GA",177,"Savannah, GA" +299,25,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,26,217,"New York, NY and NJ",217,"New York, NY and NJ" +299,27,198,"Baltimore, MD",198,"Baltimore, MD" +299,28,177,"Savannah, GA",177,"Savannah, GA" +299,29,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,30,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,31,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +299,32,198,"Baltimore, MD",198,"Baltimore, MD" +299,33,171,"Jacksonville, FL",171,"Jacksonville, FL" +299,34,172,"Port Everglades, FL",172,"Port Everglades, FL" +299,35,198,"Baltimore, MD",198,"Baltimore, MD" +299,36,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +299,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,38,198,"Baltimore, MD",198,"Baltimore, MD" +299,39,217,"New York, NY and NJ",217,"New York, NY and NJ" +299,40,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +299,41,198,"Baltimore, MD",198,"Baltimore, MD" +299,42,245,"Charleston, SC",245,"Charleston, SC" +299,43,201,"Boston, MA",201,"Boston, MA" +299,44,217,"New York, NY and NJ",217,"New York, NY and NJ" +299,45,201,"Boston, MA",201,"Boston, MA" +299,46,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +299,47,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,48,229,"Wilmington, NC",229,"Wilmington, NC" +299,49,244,"Providence, RI",244,"Providence, RI" +299,50,177,"Savannah, GA",177,"Savannah, GA" +299,51,197,"Portland, ME",197,"Portland, ME" +299,52,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,53,201,"Boston, MA",201,"Boston, MA" +299,54,201,"Boston, MA",201,"Boston, MA" +299,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,56,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +299,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,58,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,59,217,"New York, NY and NJ",217,"New York, NY and NJ" +299,60,245,"Charleston, SC",245,"Charleston, SC" +299,61,217,"New York, NY and NJ",217,"New York, NY and NJ" +299,62,217,"New York, NY and NJ",217,"New York, NY and NJ" +299,63,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +299,64,201,"Boston, MA",201,"Boston, MA" +299,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,66,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,67,169,"Wilmington, DE",169,"Wilmington, DE" +299,68,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +299,69,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,70,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +299,71,217,"New York, NY and NJ",217,"New York, NY and NJ" +299,72,217,"New York, NY and NJ",217,"New York, NY and NJ" +299,73,174,"Tampa, FL",174,"Tampa, FL" +299,74,197,"Portland, ME",197,"Portland, ME" +299,75,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +299,76,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +299,77,197,"Portland, ME",197,"Portland, ME" +299,78,198,"Baltimore, MD",198,"Baltimore, MD" +299,79,217,"New York, NY and NJ",217,"New York, NY and NJ" +299,80,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +299,81,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +299,82,198,"Baltimore, MD",198,"Baltimore, MD" +299,83,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,84,171,"Jacksonville, FL",171,"Jacksonville, FL" +299,85,152,"Mobile, AL",152,"Mobile, AL" +299,86,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +299,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,88,245,"Charleston, SC",245,"Charleston, SC" +299,89,177,"Savannah, GA",177,"Savannah, GA" +299,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,91,201,"Boston, MA",201,"Boston, MA" +299,92,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +299,93,217,"New York, NY and NJ",217,"New York, NY and NJ" +299,94,245,"Charleston, SC",245,"Charleston, SC" +299,95,198,"Baltimore, MD",198,"Baltimore, MD" +299,96,217,"New York, NY and NJ",217,"New York, NY and NJ" +299,97,169,"Wilmington, DE",169,"Wilmington, DE" +299,98,217,"New York, NY and NJ",217,"New York, NY and NJ" +299,99,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +299,100,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +299,101,201,"Boston, MA",201,"Boston, MA" +299,102,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +299,103,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +299,104,201,"Boston, MA",201,"Boston, MA" +299,105,244,"Providence, RI",244,"Providence, RI" +299,106,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,107,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +299,108,217,"New York, NY and NJ",217,"New York, NY and NJ" +299,109,172,"Port Everglades, FL",172,"Port Everglades, FL" +299,110,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +299,111,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +299,112,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +299,113,241,"Philadelphia, PA",241,"Philadelphia, PA" +299,114,217,"New York, NY and NJ",217,"New York, NY and NJ" +299,115,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +299,116,198,"Baltimore, MD",198,"Baltimore, MD" +299,117,217,"New York, NY and NJ",217,"New York, NY and NJ" +299,118,229,"Wilmington, NC",229,"Wilmington, NC" +299,119,198,"Baltimore, MD",198,"Baltimore, MD" +299,120,169,"Wilmington, DE",169,"Wilmington, DE" +299,121,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,122,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +299,123,244,"Providence, RI",244,"Providence, RI" +299,124,217,"New York, NY and NJ",217,"New York, NY and NJ" +299,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,126,174,"Tampa, FL",174,"Tampa, FL" +299,127,241,"Philadelphia, PA",241,"Philadelphia, PA" +299,128,217,"New York, NY and NJ",217,"New York, NY and NJ" +299,129,217,"New York, NY and NJ",217,"New York, NY and NJ" +299,130,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +299,131,198,"Baltimore, MD",198,"Baltimore, MD" +299,132,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +299,151,217,"New York, NY and NJ",152,"Mobile, AL" +299,152,172,"Port Everglades, FL",172,"Port Everglades, FL" +299,153,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +299,154,154,"Anchorage, AK",154,"Anchorage, AK" +299,155,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +299,156,223,"New York, NY and NJ",195,"New Orleans, LA" +299,157,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +299,158,193,"Baton Rouge, LA",177,"Savannah, GA" +299,159,198,"Baltimore, MD",257,"Houston, TX" +299,160,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +299,161,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +299,162,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +299,163,201,"Boston, MA",245,"Charleston, SC" +299,164,198,"Baltimore, MD",195,"New Orleans, LA" +299,165,245,"Charleston, SC",241,"Philadelphia, PA" +299,166,197,"Portland, ME",197,"Portland, ME" +299,167,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +299,168,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +299,169,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +299,170,223,"New York, NY and NJ",241,"Philadelphia, PA" +299,171,217,"New York, NY and NJ",245,"Charleston, SC" +299,172,217,"New York, NY and NJ",223,"New York, NY and NJ" +299,173,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +299,174,218,"Camden-Gloucester, NJ",152,"Mobile, AL" +299,175,244,"Providence, RI",217,"New York, NY and NJ" +299,176,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +299,177,223,"New York, NY and NJ",172,"Port Everglades, FL" +299,178,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +299,179,179,"Honolulu, HI",179,"Honolulu, HI" +299,180,179,"Honolulu, HI",179,"Honolulu, HI" +299,181,195,"New Orleans, LA",257,"Houston, TX" +299,183,241,"Philadelphia, PA",198,"Baltimore, MD" +299,184,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +299,185,198,"Baltimore, MD",197,"Portland, ME" +299,186,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +299,187,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +299,188,241,"Philadelphia, PA",198,"Baltimore, MD" +299,189,223,"New York, NY and NJ",201,"Boston, MA" +299,190,217,"New York, NY and NJ",198,"Baltimore, MD" +299,191,198,"Baltimore, MD",223,"New York, NY and NJ" +299,192,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +299,193,172,"Port Everglades, FL",193,"Baton Rouge, LA" +299,194,174,"Tampa, FL",194,"Lake Charles, LA" +299,195,217,"New York, NY and NJ",245,"Charleston, SC" +299,196,177,"Savannah, GA",152,"Mobile, AL" +299,197,198,"Baltimore, MD",223,"New York, NY and NJ" +299,198,223,"New York, NY and NJ",241,"Philadelphia, PA" +299,199,198,"Baltimore, MD",245,"Charleston, SC" +299,200,265,"Norfolk Harbor, VA",197,"Portland, ME" +299,201,217,"New York, NY and NJ",198,"Baltimore, MD" +299,202,217,"New York, NY and NJ",201,"Boston, MA" +299,203,177,"Savannah, GA",169,"Wilmington, DE" +299,204,201,"Boston, MA",241,"Philadelphia, PA" +299,205,217,"New York, NY and NJ",223,"New York, NY and NJ" +299,206,217,"New York, NY and NJ",152,"Mobile, AL" +299,207,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +299,208,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +299,209,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +299,210,197,"Portland, ME",265,"Norfolk Harbor, VA" +299,211,245,"Charleston, SC",198,"Baltimore, MD" +299,212,174,"Tampa, FL",201,"Boston, MA" +299,213,223,"New York, NY and NJ",198,"Baltimore, MD" +299,214,198,"Baltimore, MD",198,"Baltimore, MD" +299,215,198,"Baltimore, MD",177,"Savannah, GA" +299,216,201,"Boston, MA",218,"Camden-Gloucester, NJ" +299,217,217,"New York, NY and NJ",241,"Philadelphia, PA" +299,218,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +299,219,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +299,220,245,"Charleston, SC",223,"New York, NY and NJ" +299,221,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +299,222,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +299,223,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +299,224,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +299,225,217,"New York, NY and NJ",169,"Wilmington, DE" +299,226,245,"Charleston, SC",217,"New York, NY and NJ" +299,227,265,"Norfolk Harbor, VA",244,"Providence, RI" +299,228,217,"New York, NY and NJ",198,"Baltimore, MD" +299,229,218,"Camden-Gloucester, NJ",229,"Wilmington, NC" +299,230,198,"Baltimore, MD",223,"New York, NY and NJ" +299,231,201,"Boston, MA",171,"Jacksonville, FL" +299,232,201,"Boston, MA",265,"Norfolk Harbor, VA" +299,233,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +299,234,218,"Camden-Gloucester, NJ",172,"Port Everglades, FL" +299,235,201,"Boston, MA",265,"Norfolk Harbor, VA" +299,236,198,"Baltimore, MD",223,"New York, NY and NJ" +299,237,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +299,238,169,"Wilmington, DE",197,"Portland, ME" +299,239,241,"Philadelphia, PA",223,"New York, NY and NJ" +299,240,217,"New York, NY and NJ",217,"New York, NY and NJ" +299,241,217,"New York, NY and NJ",241,"Philadelphia, PA" +299,242,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +299,243,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,244,217,"New York, NY and NJ",223,"New York, NY and NJ" +299,245,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,246,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +299,247,245,"Charleston, SC",265,"Norfolk Harbor, VA" +299,248,197,"Portland, ME",217,"New York, NY and NJ" +299,249,217,"New York, NY and NJ",217,"New York, NY and NJ" +299,250,201,"Boston, MA",172,"Port Everglades, FL" +299,251,201,"Boston, MA",241,"Philadelphia, PA" +299,252,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +299,253,193,"Baton Rouge, LA",195,"New Orleans, LA" +299,254,172,"Port Everglades, FL",172,"Port Everglades, FL" +299,255,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +299,256,223,"New York, NY and NJ",217,"New York, NY and NJ" +299,257,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +299,258,244,"Providence, RI",194,"Lake Charles, LA" +299,259,195,"New Orleans, LA",194,"Lake Charles, LA" +299,260,172,"Port Everglades, FL",169,"Wilmington, DE" +299,261,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +299,262,197,"Portland, ME",195,"New Orleans, LA" +299,263,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,264,217,"New York, NY and NJ",223,"New York, NY and NJ" +299,265,241,"Philadelphia, PA",245,"Charleston, SC" +299,266,241,"Philadelphia, PA",241,"Philadelphia, PA" +299,267,223,"New York, NY and NJ",245,"Charleston, SC" +299,268,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,269,177,"Savannah, GA",265,"Norfolk Harbor, VA" +299,270,197,"Portland, ME",265,"Norfolk Harbor, VA" +299,271,223,"New York, NY and NJ",223,"New York, NY and NJ" +299,272,217,"New York, NY and NJ",223,"New York, NY and NJ" +299,273,223,"New York, NY and NJ",223,"New York, NY and NJ" +300,1,152,"Mobile, AL",152,"Mobile, AL" +300,2,172,"Port Everglades, FL",172,"Port Everglades, FL" +300,3,177,"Savannah, GA",177,"Savannah, GA" +300,4,174,"Tampa, FL",174,"Tampa, FL" +300,5,195,"New Orleans, LA",195,"New Orleans, LA" +300,6,171,"Jacksonville, FL",171,"Jacksonville, FL" +300,7,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +300,8,177,"Savannah, GA",177,"Savannah, GA" +300,9,177,"Savannah, GA",177,"Savannah, GA" +300,10,174,"Tampa, FL",174,"Tampa, FL" +300,11,177,"Savannah, GA",177,"Savannah, GA" +300,12,152,"Mobile, AL",152,"Mobile, AL" +300,13,177,"Savannah, GA",177,"Savannah, GA" +300,14,195,"New Orleans, LA",195,"New Orleans, LA" +300,15,152,"Mobile, AL",152,"Mobile, AL" +300,16,178,"Brunswick, GA",178,"Brunswick, GA" +300,17,174,"Tampa, FL",174,"Tampa, FL" +300,18,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +300,19,174,"Tampa, FL",174,"Tampa, FL" +300,20,178,"Brunswick, GA",178,"Brunswick, GA" +300,21,171,"Jacksonville, FL",171,"Jacksonville, FL" +300,22,195,"New Orleans, LA",195,"New Orleans, LA" +300,23,241,"Philadelphia, PA",241,"Philadelphia, PA" +300,24,177,"Savannah, GA",177,"Savannah, GA" +300,25,172,"Port Everglades, FL",172,"Port Everglades, FL" +300,26,174,"Tampa, FL",174,"Tampa, FL" +300,27,208,"Pascagoula, MS",208,"Pascagoula, MS" +300,28,229,"Wilmington, NC",229,"Wilmington, NC" +300,29,152,"Mobile, AL",152,"Mobile, AL" +300,30,171,"Jacksonville, FL",171,"Jacksonville, FL" +300,31,177,"Savannah, GA",177,"Savannah, GA" +300,32,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +300,33,245,"Charleston, SC",245,"Charleston, SC" +300,34,172,"Port Everglades, FL",172,"Port Everglades, FL" +300,35,174,"Tampa, FL",174,"Tampa, FL" +300,36,172,"Port Everglades, FL",172,"Port Everglades, FL" +300,37,229,"Wilmington, NC",229,"Wilmington, NC" +300,38,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +300,39,172,"Port Everglades, FL",172,"Port Everglades, FL" +300,40,195,"New Orleans, LA",195,"New Orleans, LA" +300,41,172,"Port Everglades, FL",172,"Port Everglades, FL" +300,42,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +300,43,195,"New Orleans, LA",195,"New Orleans, LA" +300,44,174,"Tampa, FL",174,"Tampa, FL" +300,45,198,"Baltimore, MD",198,"Baltimore, MD" +300,46,245,"Charleston, SC",245,"Charleston, SC" +300,47,177,"Savannah, GA",177,"Savannah, GA" +300,48,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +300,49,172,"Port Everglades, FL",172,"Port Everglades, FL" +300,50,245,"Charleston, SC",245,"Charleston, SC" +300,51,177,"Savannah, GA",177,"Savannah, GA" +300,52,172,"Port Everglades, FL",172,"Port Everglades, FL" +300,53,152,"Mobile, AL",152,"Mobile, AL" +300,54,198,"Baltimore, MD",198,"Baltimore, MD" +300,55,195,"New Orleans, LA",195,"New Orleans, LA" +300,56,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +300,57,172,"Port Everglades, FL",172,"Port Everglades, FL" +300,58,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +300,59,172,"Port Everglades, FL",172,"Port Everglades, FL" +300,60,195,"New Orleans, LA",195,"New Orleans, LA" +300,61,177,"Savannah, GA",177,"Savannah, GA" +300,62,172,"Port Everglades, FL",172,"Port Everglades, FL" +300,63,177,"Savannah, GA",177,"Savannah, GA" +300,64,174,"Tampa, FL",174,"Tampa, FL" +300,65,174,"Tampa, FL",174,"Tampa, FL" +300,66,172,"Port Everglades, FL",172,"Port Everglades, FL" +300,67,245,"Charleston, SC",245,"Charleston, SC" +300,68,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +300,69,217,"New York, NY and NJ",217,"New York, NY and NJ" +300,70,171,"Jacksonville, FL",171,"Jacksonville, FL" +300,71,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +300,72,217,"New York, NY and NJ",217,"New York, NY and NJ" +300,73,195,"New Orleans, LA",195,"New Orleans, LA" +300,74,177,"Savannah, GA",177,"Savannah, GA" +300,75,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +300,76,198,"Baltimore, MD",198,"Baltimore, MD" +300,77,172,"Port Everglades, FL",172,"Port Everglades, FL" +300,78,174,"Tampa, FL",174,"Tampa, FL" +300,79,201,"Boston, MA",201,"Boston, MA" +300,80,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +300,81,223,"New York, NY and NJ",223,"New York, NY and NJ" +300,82,172,"Port Everglades, FL",172,"Port Everglades, FL" +300,83,172,"Port Everglades, FL",172,"Port Everglades, FL" +300,84,195,"New Orleans, LA",195,"New Orleans, LA" +300,85,177,"Savannah, GA",177,"Savannah, GA" +300,86,172,"Port Everglades, FL",172,"Port Everglades, FL" +300,87,245,"Charleston, SC",245,"Charleston, SC" +300,88,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +300,89,177,"Savannah, GA",177,"Savannah, GA" +300,90,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +300,91,174,"Tampa, FL",174,"Tampa, FL" +300,92,172,"Port Everglades, FL",172,"Port Everglades, FL" +300,93,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +300,94,195,"New Orleans, LA",195,"New Orleans, LA" +300,95,172,"Port Everglades, FL",172,"Port Everglades, FL" +300,96,245,"Charleston, SC",245,"Charleston, SC" +300,97,241,"Philadelphia, PA",241,"Philadelphia, PA" +300,98,177,"Savannah, GA",177,"Savannah, GA" +300,99,177,"Savannah, GA",177,"Savannah, GA" +300,100,174,"Tampa, FL",174,"Tampa, FL" +300,101,172,"Port Everglades, FL",172,"Port Everglades, FL" +300,102,177,"Savannah, GA",177,"Savannah, GA" +300,103,177,"Savannah, GA",177,"Savannah, GA" +300,104,245,"Charleston, SC",245,"Charleston, SC" +300,105,177,"Savannah, GA",177,"Savannah, GA" +300,106,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +300,107,195,"New Orleans, LA",195,"New Orleans, LA" +300,108,172,"Port Everglades, FL",172,"Port Everglades, FL" +300,109,241,"Philadelphia, PA",241,"Philadelphia, PA" +300,110,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +300,111,177,"Savannah, GA",177,"Savannah, GA" +300,112,172,"Port Everglades, FL",172,"Port Everglades, FL" +300,113,208,"Pascagoula, MS",208,"Pascagoula, MS" +300,114,195,"New Orleans, LA",195,"New Orleans, LA" +300,115,172,"Port Everglades, FL",172,"Port Everglades, FL" +300,116,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +300,117,195,"New Orleans, LA",195,"New Orleans, LA" +300,118,172,"Port Everglades, FL",172,"Port Everglades, FL" +300,119,195,"New Orleans, LA",195,"New Orleans, LA" +300,120,171,"Jacksonville, FL",171,"Jacksonville, FL" +300,121,198,"Baltimore, MD",198,"Baltimore, MD" +300,122,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +300,123,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +300,124,245,"Charleston, SC",245,"Charleston, SC" +300,125,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +300,126,177,"Savannah, GA",177,"Savannah, GA" +300,127,177,"Savannah, GA",177,"Savannah, GA" +300,128,177,"Savannah, GA",177,"Savannah, GA" +300,129,172,"Port Everglades, FL",172,"Port Everglades, FL" +300,130,152,"Mobile, AL",152,"Mobile, AL" +300,131,172,"Port Everglades, FL",172,"Port Everglades, FL" +300,132,177,"Savannah, GA",177,"Savannah, GA" +300,151,152,"Mobile, AL",152,"Mobile, AL" +300,152,177,"Savannah, GA",177,"Savannah, GA" +300,153,152,"Mobile, AL",152,"Mobile, AL" +300,154,154,"Anchorage, AK",154,"Anchorage, AK" +300,155,172,"Port Everglades, FL",257,"Houston, TX" +300,156,254,"Corpus Christi, TX",257,"Houston, TX" +300,157,172,"Port Everglades, FL",257,"Houston, TX" +300,158,195,"New Orleans, LA",174,"Tampa, FL" +300,159,195,"New Orleans, LA",159,"Long Beach, CA" +300,160,253,"Beaumont, TX",257,"Houston, TX" +300,161,195,"New Orleans, LA",245,"Charleston, SC" +300,162,195,"New Orleans, LA",257,"Houston, TX" +300,163,195,"New Orleans, LA",208,"Pascagoula, MS" +300,164,245,"Charleston, SC",257,"Houston, TX" +300,165,177,"Savannah, GA",257,"Houston, TX" +300,166,217,"New York, NY and NJ",244,"Providence, RI" +300,167,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +300,168,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +300,169,245,"Charleston, SC",265,"Norfolk Harbor, VA" +300,170,177,"Savannah, GA",241,"Philadelphia, PA" +300,171,245,"Charleston, SC",172,"Port Everglades, FL" +300,172,177,"Savannah, GA",172,"Port Everglades, FL" +300,173,245,"Charleston, SC",174,"Tampa, FL" +300,174,152,"Mobile, AL",177,"Savannah, GA" +300,175,195,"New Orleans, LA",177,"Savannah, GA" +300,176,171,"Jacksonville, FL",177,"Savannah, GA" +300,177,172,"Port Everglades, FL",174,"Tampa, FL" +300,178,171,"Jacksonville, FL",178,"Brunswick, GA" +300,179,179,"Honolulu, HI",179,"Honolulu, HI" +300,180,179,"Honolulu, HI",179,"Honolulu, HI" +300,181,229,"Wilmington, NC",152,"Mobile, AL" +300,183,171,"Jacksonville, FL",195,"New Orleans, LA" +300,184,177,"Savannah, GA",265,"Norfolk Harbor, VA" +300,185,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +300,186,172,"Port Everglades, FL",198,"Baltimore, MD" +300,187,174,"Tampa, FL",152,"Mobile, AL" +300,188,245,"Charleston, SC",253,"Beaumont, TX" +300,189,177,"Savannah, GA",208,"Pascagoula, MS" +300,190,172,"Port Everglades, FL",257,"Houston, TX" +300,191,172,"Port Everglades, FL",172,"Port Everglades, FL" +300,192,174,"Tampa, FL",229,"Wilmington, NC" +300,193,194,"Lake Charles, LA",195,"New Orleans, LA" +300,194,171,"Jacksonville, FL",195,"New Orleans, LA" +300,195,195,"New Orleans, LA",208,"Pascagoula, MS" +300,196,195,"New Orleans, LA",194,"Lake Charles, LA" +300,197,201,"Boston, MA",229,"Wilmington, NC" +300,198,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +300,199,177,"Savannah, GA",217,"New York, NY and NJ" +300,200,245,"Charleston, SC",198,"Baltimore, MD" +300,201,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +300,202,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +300,203,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +300,204,172,"Port Everglades, FL",195,"New Orleans, LA" +300,205,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +300,206,218,"Camden-Gloucester, NJ",171,"Jacksonville, FL" +300,207,172,"Port Everglades, FL",152,"Mobile, AL" +300,208,195,"New Orleans, LA",208,"Pascagoula, MS" +300,209,171,"Jacksonville, FL",178,"Brunswick, GA" +300,210,172,"Port Everglades, FL",174,"Tampa, FL" +300,211,174,"Tampa, FL",253,"Beaumont, TX" +300,212,208,"Pascagoula, MS",195,"New Orleans, LA" +300,213,174,"Tampa, FL",257,"Houston, TX" +300,214,172,"Port Everglades, FL",254,"Corpus Christi, TX" +300,215,177,"Savannah, GA",159,"Long Beach, CA" +300,216,172,"Port Everglades, FL",198,"Baltimore, MD" +300,217,229,"Wilmington, NC",241,"Philadelphia, PA" +300,218,171,"Jacksonville, FL",245,"Charleston, SC" +300,219,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +300,220,208,"Pascagoula, MS",195,"New Orleans, LA" +300,221,245,"Charleston, SC",217,"New York, NY and NJ" +300,222,172,"Port Everglades, FL",217,"New York, NY and NJ" +300,223,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +300,224,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +300,225,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +300,226,152,"Mobile, AL",245,"Charleston, SC" +300,227,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +300,228,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +300,229,177,"Savannah, GA",245,"Charleston, SC" +300,230,217,"New York, NY and NJ",171,"Jacksonville, FL" +300,231,171,"Jacksonville, FL",172,"Port Everglades, FL" +300,232,245,"Charleston, SC",244,"Providence, RI" +300,233,169,"Wilmington, DE",245,"Charleston, SC" +300,234,177,"Savannah, GA",265,"Norfolk Harbor, VA" +300,235,265,"Norfolk Harbor, VA",245,"Charleston, SC" +300,236,172,"Port Everglades, FL",257,"Houston, TX" +300,237,152,"Mobile, AL",174,"Tampa, FL" +300,238,253,"Beaumont, TX",257,"Houston, TX" +300,239,172,"Port Everglades, FL",223,"New York, NY and NJ" +300,240,172,"Port Everglades, FL",257,"Houston, TX" +300,241,201,"Boston, MA",198,"Baltimore, MD" +300,242,265,"Norfolk Harbor, VA",245,"Charleston, SC" +300,243,177,"Savannah, GA",201,"Boston, MA" +300,244,229,"Wilmington, NC",244,"Providence, RI" +300,245,265,"Norfolk Harbor, VA",177,"Savannah, GA" +300,246,177,"Savannah, GA",177,"Savannah, GA" +300,247,245,"Charleston, SC",177,"Savannah, GA" +300,248,177,"Savannah, GA",195,"New Orleans, LA" +300,249,172,"Port Everglades, FL",195,"New Orleans, LA" +300,250,177,"Savannah, GA",195,"New Orleans, LA" +300,251,152,"Mobile, AL",171,"Jacksonville, FL" +300,252,253,"Beaumont, TX",257,"Houston, TX" +300,253,177,"Savannah, GA",253,"Beaumont, TX" +300,254,152,"Mobile, AL",195,"New Orleans, LA" +300,255,257,"Houston, TX",195,"New Orleans, LA" +300,256,177,"Savannah, GA",152,"Mobile, AL" +300,257,245,"Charleston, SC",254,"Corpus Christi, TX" +300,258,245,"Charleston, SC",194,"Lake Charles, LA" +300,259,171,"Jacksonville, FL",208,"Pascagoula, MS" +300,260,257,"Houston, TX",174,"Tampa, FL" +300,261,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +300,262,245,"Charleston, SC",253,"Beaumont, TX" +300,263,198,"Baltimore, MD",198,"Baltimore, MD" +300,264,245,"Charleston, SC",245,"Charleston, SC" +300,265,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +300,266,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +300,267,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +300,268,244,"Providence, RI",195,"New Orleans, LA" +300,269,172,"Port Everglades, FL",223,"New York, NY and NJ" +300,270,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +300,271,177,"Savannah, GA",195,"New Orleans, LA" +300,272,171,"Jacksonville, FL",177,"Savannah, GA" +300,273,177,"Savannah, GA",195,"New Orleans, LA" +301,1,198,"Baltimore, MD",198,"Baltimore, MD" +301,2,241,"Philadelphia, PA",241,"Philadelphia, PA" +301,3,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +301,4,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +301,5,217,"New York, NY and NJ",217,"New York, NY and NJ" +301,6,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,7,198,"Baltimore, MD",198,"Baltimore, MD" +301,8,208,"Pascagoula, MS",208,"Pascagoula, MS" +301,9,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +301,10,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,11,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,12,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,13,198,"Baltimore, MD",198,"Baltimore, MD" +301,14,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,15,217,"New York, NY and NJ",217,"New York, NY and NJ" +301,16,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +301,17,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,18,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +301,20,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +301,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,22,201,"Boston, MA",201,"Boston, MA" +301,23,217,"New York, NY and NJ",217,"New York, NY and NJ" +301,24,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,25,217,"New York, NY and NJ",217,"New York, NY and NJ" +301,26,217,"New York, NY and NJ",217,"New York, NY and NJ" +301,27,169,"Wilmington, DE",169,"Wilmington, DE" +301,28,198,"Baltimore, MD",198,"Baltimore, MD" +301,29,217,"New York, NY and NJ",217,"New York, NY and NJ" +301,30,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +301,31,217,"New York, NY and NJ",217,"New York, NY and NJ" +301,32,198,"Baltimore, MD",198,"Baltimore, MD" +301,33,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,34,201,"Boston, MA",201,"Boston, MA" +301,35,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,36,201,"Boston, MA",201,"Boston, MA" +301,37,217,"New York, NY and NJ",217,"New York, NY and NJ" +301,38,177,"Savannah, GA",177,"Savannah, GA" +301,39,217,"New York, NY and NJ",217,"New York, NY and NJ" +301,40,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +301,41,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,42,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +301,43,241,"Philadelphia, PA",241,"Philadelphia, PA" +301,44,197,"Portland, ME",197,"Portland, ME" +301,45,241,"Philadelphia, PA",241,"Philadelphia, PA" +301,46,217,"New York, NY and NJ",217,"New York, NY and NJ" +301,47,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +301,48,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +301,49,217,"New York, NY and NJ",217,"New York, NY and NJ" +301,50,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +301,51,245,"Charleston, SC",245,"Charleston, SC" +301,52,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,53,198,"Baltimore, MD",198,"Baltimore, MD" +301,54,198,"Baltimore, MD",198,"Baltimore, MD" +301,55,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +301,56,197,"Portland, ME",197,"Portland, ME" +301,57,177,"Savannah, GA",177,"Savannah, GA" +301,58,229,"Wilmington, NC",229,"Wilmington, NC" +301,59,241,"Philadelphia, PA",241,"Philadelphia, PA" +301,60,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,61,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +301,62,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +301,63,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +301,64,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +301,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,66,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,67,245,"Charleston, SC",245,"Charleston, SC" +301,68,169,"Wilmington, DE",169,"Wilmington, DE" +301,69,241,"Philadelphia, PA",241,"Philadelphia, PA" +301,70,197,"Portland, ME",197,"Portland, ME" +301,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,72,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +301,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,74,217,"New York, NY and NJ",217,"New York, NY and NJ" +301,75,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +301,76,217,"New York, NY and NJ",217,"New York, NY and NJ" +301,77,169,"Wilmington, DE",169,"Wilmington, DE" +301,78,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +301,79,198,"Baltimore, MD",198,"Baltimore, MD" +301,80,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +301,81,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,82,198,"Baltimore, MD",198,"Baltimore, MD" +301,83,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +301,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,85,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,86,198,"Baltimore, MD",198,"Baltimore, MD" +301,87,201,"Boston, MA",201,"Boston, MA" +301,88,244,"Providence, RI",244,"Providence, RI" +301,89,229,"Wilmington, NC",229,"Wilmington, NC" +301,90,241,"Philadelphia, PA",241,"Philadelphia, PA" +301,91,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +301,92,198,"Baltimore, MD",198,"Baltimore, MD" +301,93,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,94,241,"Philadelphia, PA",241,"Philadelphia, PA" +301,95,245,"Charleston, SC",245,"Charleston, SC" +301,96,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,97,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +301,98,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +301,99,197,"Portland, ME",197,"Portland, ME" +301,100,198,"Baltimore, MD",198,"Baltimore, MD" +301,101,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +301,102,201,"Boston, MA",201,"Boston, MA" +301,103,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,104,217,"New York, NY and NJ",217,"New York, NY and NJ" +301,105,241,"Philadelphia, PA",241,"Philadelphia, PA" +301,106,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +301,107,201,"Boston, MA",201,"Boston, MA" +301,108,201,"Boston, MA",201,"Boston, MA" +301,109,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +301,110,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,111,198,"Baltimore, MD",198,"Baltimore, MD" +301,112,198,"Baltimore, MD",198,"Baltimore, MD" +301,113,198,"Baltimore, MD",198,"Baltimore, MD" +301,114,169,"Wilmington, DE",169,"Wilmington, DE" +301,115,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +301,116,197,"Portland, ME",197,"Portland, ME" +301,117,198,"Baltimore, MD",198,"Baltimore, MD" +301,118,198,"Baltimore, MD",198,"Baltimore, MD" +301,119,217,"New York, NY and NJ",217,"New York, NY and NJ" +301,120,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +301,121,241,"Philadelphia, PA",241,"Philadelphia, PA" +301,122,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +301,123,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +301,124,217,"New York, NY and NJ",217,"New York, NY and NJ" +301,125,169,"Wilmington, DE",169,"Wilmington, DE" +301,126,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +301,127,201,"Boston, MA",201,"Boston, MA" +301,128,201,"Boston, MA",201,"Boston, MA" +301,129,217,"New York, NY and NJ",217,"New York, NY and NJ" +301,130,217,"New York, NY and NJ",217,"New York, NY and NJ" +301,131,198,"Baltimore, MD",198,"Baltimore, MD" +301,132,197,"Portland, ME",197,"Portland, ME" +301,151,245,"Charleston, SC",217,"New York, NY and NJ" +301,152,241,"Philadelphia, PA",217,"New York, NY and NJ" +301,153,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +301,154,154,"Anchorage, AK",154,"Anchorage, AK" +301,155,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +301,156,217,"New York, NY and NJ",198,"Baltimore, MD" +301,157,257,"Houston, TX",257,"Houston, TX" +301,158,201,"Boston, MA",194,"Lake Charles, LA" +301,159,218,"Camden-Gloucester, NJ",197,"Portland, ME" +301,160,197,"Portland, ME",223,"New York, NY and NJ" +301,161,223,"New York, NY and NJ",253,"Beaumont, TX" +301,162,218,"Camden-Gloucester, NJ",253,"Beaumont, TX" +301,163,198,"Baltimore, MD",244,"Providence, RI" +301,164,241,"Philadelphia, PA",241,"Philadelphia, PA" +301,165,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +301,166,241,"Philadelphia, PA",223,"New York, NY and NJ" +301,167,201,"Boston, MA",201,"Boston, MA" +301,168,217,"New York, NY and NJ",198,"Baltimore, MD" +301,169,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +301,170,265,"Norfolk Harbor, VA",197,"Portland, ME" +301,171,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +301,172,217,"New York, NY and NJ",201,"Boston, MA" +301,173,223,"New York, NY and NJ",244,"Providence, RI" +301,174,241,"Philadelphia, PA",241,"Philadelphia, PA" +301,175,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +301,176,217,"New York, NY and NJ",244,"Providence, RI" +301,177,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +301,178,197,"Portland, ME",217,"New York, NY and NJ" +301,179,179,"Honolulu, HI",179,"Honolulu, HI" +301,180,179,"Honolulu, HI",179,"Honolulu, HI" +301,181,217,"New York, NY and NJ",217,"New York, NY and NJ" +301,183,198,"Baltimore, MD",223,"New York, NY and NJ" +301,184,197,"Portland, ME",223,"New York, NY and NJ" +301,185,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +301,186,241,"Philadelphia, PA",217,"New York, NY and NJ" +301,187,198,"Baltimore, MD",241,"Philadelphia, PA" +301,188,198,"Baltimore, MD",217,"New York, NY and NJ" +301,189,241,"Philadelphia, PA",198,"Baltimore, MD" +301,190,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +301,191,197,"Portland, ME",241,"Philadelphia, PA" +301,192,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +301,193,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +301,194,201,"Boston, MA",218,"Camden-Gloucester, NJ" +301,195,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +301,196,217,"New York, NY and NJ",217,"New York, NY and NJ" +301,197,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +301,198,198,"Baltimore, MD",241,"Philadelphia, PA" +301,199,241,"Philadelphia, PA",197,"Portland, ME" +301,200,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +301,201,265,"Norfolk Harbor, VA",244,"Providence, RI" +301,202,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,203,217,"New York, NY and NJ",197,"Portland, ME" +301,204,197,"Portland, ME",245,"Charleston, SC" +301,205,197,"Portland, ME",241,"Philadelphia, PA" +301,206,217,"New York, NY and NJ",198,"Baltimore, MD" +301,207,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +301,208,244,"Providence, RI",241,"Philadelphia, PA" +301,209,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +301,210,171,"Jacksonville, FL",198,"Baltimore, MD" +301,211,217,"New York, NY and NJ",198,"Baltimore, MD" +301,212,198,"Baltimore, MD",198,"Baltimore, MD" +301,213,218,"Camden-Gloucester, NJ",244,"Providence, RI" +301,214,197,"Portland, ME",253,"Beaumont, TX" +301,215,241,"Philadelphia, PA",223,"New York, NY and NJ" +301,216,217,"New York, NY and NJ",201,"Boston, MA" +301,217,217,"New York, NY and NJ",217,"New York, NY and NJ" +301,218,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +301,219,198,"Baltimore, MD",217,"New York, NY and NJ" +301,220,217,"New York, NY and NJ",198,"Baltimore, MD" +301,221,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,222,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +301,223,198,"Baltimore, MD",241,"Philadelphia, PA" +301,224,223,"New York, NY and NJ",223,"New York, NY and NJ" +301,225,223,"New York, NY and NJ",217,"New York, NY and NJ" +301,226,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +301,227,197,"Portland, ME",198,"Baltimore, MD" +301,228,241,"Philadelphia, PA",201,"Boston, MA" +301,229,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +301,230,217,"New York, NY and NJ",169,"Wilmington, DE" +301,231,241,"Philadelphia, PA",198,"Baltimore, MD" +301,232,223,"New York, NY and NJ",197,"Portland, ME" +301,233,201,"Boston, MA",169,"Wilmington, DE" +301,234,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +301,235,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +301,236,169,"Wilmington, DE",197,"Portland, ME" +301,237,265,"Norfolk Harbor, VA",197,"Portland, ME" +301,238,198,"Baltimore, MD",197,"Portland, ME" +301,239,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +301,240,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +301,241,217,"New York, NY and NJ",217,"New York, NY and NJ" +301,242,217,"New York, NY and NJ",198,"Baltimore, MD" +301,243,241,"Philadelphia, PA",241,"Philadelphia, PA" +301,244,265,"Norfolk Harbor, VA",201,"Boston, MA" +301,245,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +301,246,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +301,247,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +301,248,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +301,249,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +301,250,198,"Baltimore, MD",245,"Charleston, SC" +301,251,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +301,252,217,"New York, NY and NJ",229,"Wilmington, NC" +301,253,244,"Providence, RI",241,"Philadelphia, PA" +301,254,197,"Portland, ME",208,"Pascagoula, MS" +301,255,197,"Portland, ME",171,"Jacksonville, FL" +301,256,218,"Camden-Gloucester, NJ",152,"Mobile, AL" +301,257,217,"New York, NY and NJ",254,"Corpus Christi, TX" +301,258,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +301,259,217,"New York, NY and NJ",257,"Houston, TX" +301,260,223,"New York, NY and NJ",208,"Pascagoula, MS" +301,261,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +301,262,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +301,263,197,"Portland, ME",265,"Norfolk Harbor, VA" +301,264,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +301,265,241,"Philadelphia, PA",245,"Charleston, SC" +301,266,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +301,267,217,"New York, NY and NJ",241,"Philadelphia, PA" +301,268,208,"Pascagoula, MS",265,"Norfolk Harbor, VA" +301,269,217,"New York, NY and NJ",223,"New York, NY and NJ" +301,270,245,"Charleston, SC",217,"New York, NY and NJ" +301,271,217,"New York, NY and NJ",198,"Baltimore, MD" +301,272,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +301,273,244,"Providence, RI",223,"New York, NY and NJ" +302,1,245,"Charleston, SC",245,"Charleston, SC" +302,2,245,"Charleston, SC",245,"Charleston, SC" +302,3,245,"Charleston, SC",245,"Charleston, SC" +302,4,198,"Baltimore, MD",198,"Baltimore, MD" +302,5,171,"Jacksonville, FL",171,"Jacksonville, FL" +302,6,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,7,172,"Port Everglades, FL",172,"Port Everglades, FL" +302,8,177,"Savannah, GA",177,"Savannah, GA" +302,9,245,"Charleston, SC",245,"Charleston, SC" +302,10,177,"Savannah, GA",177,"Savannah, GA" +302,11,245,"Charleston, SC",245,"Charleston, SC" +302,12,177,"Savannah, GA",177,"Savannah, GA" +302,13,174,"Tampa, FL",174,"Tampa, FL" +302,14,177,"Savannah, GA",177,"Savannah, GA" +302,15,177,"Savannah, GA",177,"Savannah, GA" +302,16,174,"Tampa, FL",174,"Tampa, FL" +302,17,172,"Port Everglades, FL",172,"Port Everglades, FL" +302,18,172,"Port Everglades, FL",172,"Port Everglades, FL" +302,19,174,"Tampa, FL",174,"Tampa, FL" +302,20,171,"Jacksonville, FL",171,"Jacksonville, FL" +302,21,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,22,172,"Port Everglades, FL",172,"Port Everglades, FL" +302,23,177,"Savannah, GA",177,"Savannah, GA" +302,24,177,"Savannah, GA",177,"Savannah, GA" +302,25,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,26,177,"Savannah, GA",177,"Savannah, GA" +302,27,245,"Charleston, SC",245,"Charleston, SC" +302,28,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,29,172,"Port Everglades, FL",172,"Port Everglades, FL" +302,30,171,"Jacksonville, FL",171,"Jacksonville, FL" +302,31,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,32,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,33,172,"Port Everglades, FL",172,"Port Everglades, FL" +302,34,174,"Tampa, FL",174,"Tampa, FL" +302,35,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,36,229,"Wilmington, NC",229,"Wilmington, NC" +302,37,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,38,177,"Savannah, GA",177,"Savannah, GA" +302,39,172,"Port Everglades, FL",172,"Port Everglades, FL" +302,40,174,"Tampa, FL",174,"Tampa, FL" +302,41,198,"Baltimore, MD",198,"Baltimore, MD" +302,42,169,"Wilmington, DE",169,"Wilmington, DE" +302,43,177,"Savannah, GA",177,"Savannah, GA" +302,44,177,"Savannah, GA",177,"Savannah, GA" +302,45,229,"Wilmington, NC",229,"Wilmington, NC" +302,46,245,"Charleston, SC",245,"Charleston, SC" +302,47,177,"Savannah, GA",177,"Savannah, GA" +302,48,172,"Port Everglades, FL",172,"Port Everglades, FL" +302,49,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,50,172,"Port Everglades, FL",172,"Port Everglades, FL" +302,51,177,"Savannah, GA",177,"Savannah, GA" +302,52,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +302,53,177,"Savannah, GA",177,"Savannah, GA" +302,54,172,"Port Everglades, FL",172,"Port Everglades, FL" +302,55,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,56,174,"Tampa, FL",174,"Tampa, FL" +302,57,171,"Jacksonville, FL",171,"Jacksonville, FL" +302,58,177,"Savannah, GA",177,"Savannah, GA" +302,59,177,"Savannah, GA",177,"Savannah, GA" +302,60,245,"Charleston, SC",245,"Charleston, SC" +302,61,245,"Charleston, SC",245,"Charleston, SC" +302,62,172,"Port Everglades, FL",172,"Port Everglades, FL" +302,63,177,"Savannah, GA",177,"Savannah, GA" +302,64,178,"Brunswick, GA",178,"Brunswick, GA" +302,65,177,"Savannah, GA",177,"Savannah, GA" +302,66,245,"Charleston, SC",245,"Charleston, SC" +302,67,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,68,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,69,177,"Savannah, GA",177,"Savannah, GA" +302,70,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,71,245,"Charleston, SC",245,"Charleston, SC" +302,72,172,"Port Everglades, FL",172,"Port Everglades, FL" +302,73,174,"Tampa, FL",174,"Tampa, FL" +302,74,245,"Charleston, SC",245,"Charleston, SC" +302,75,174,"Tampa, FL",174,"Tampa, FL" +302,76,171,"Jacksonville, FL",171,"Jacksonville, FL" +302,77,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,78,245,"Charleston, SC",245,"Charleston, SC" +302,79,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,80,172,"Port Everglades, FL",172,"Port Everglades, FL" +302,81,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,82,177,"Savannah, GA",177,"Savannah, GA" +302,83,171,"Jacksonville, FL",171,"Jacksonville, FL" +302,84,172,"Port Everglades, FL",172,"Port Everglades, FL" +302,85,174,"Tampa, FL",174,"Tampa, FL" +302,86,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,87,245,"Charleston, SC",245,"Charleston, SC" +302,88,172,"Port Everglades, FL",172,"Port Everglades, FL" +302,89,172,"Port Everglades, FL",172,"Port Everglades, FL" +302,90,229,"Wilmington, NC",229,"Wilmington, NC" +302,91,171,"Jacksonville, FL",171,"Jacksonville, FL" +302,92,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,93,172,"Port Everglades, FL",172,"Port Everglades, FL" +302,94,245,"Charleston, SC",245,"Charleston, SC" +302,95,172,"Port Everglades, FL",172,"Port Everglades, FL" +302,96,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,97,172,"Port Everglades, FL",172,"Port Everglades, FL" +302,98,245,"Charleston, SC",245,"Charleston, SC" +302,99,245,"Charleston, SC",245,"Charleston, SC" +302,100,245,"Charleston, SC",245,"Charleston, SC" +302,101,172,"Port Everglades, FL",172,"Port Everglades, FL" +302,102,172,"Port Everglades, FL",172,"Port Everglades, FL" +302,103,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,104,229,"Wilmington, NC",229,"Wilmington, NC" +302,105,172,"Port Everglades, FL",172,"Port Everglades, FL" +302,106,172,"Port Everglades, FL",172,"Port Everglades, FL" +302,107,171,"Jacksonville, FL",171,"Jacksonville, FL" +302,108,178,"Brunswick, GA",178,"Brunswick, GA" +302,109,245,"Charleston, SC",245,"Charleston, SC" +302,110,172,"Port Everglades, FL",172,"Port Everglades, FL" +302,111,177,"Savannah, GA",177,"Savannah, GA" +302,112,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,113,171,"Jacksonville, FL",171,"Jacksonville, FL" +302,114,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,115,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +302,116,169,"Wilmington, DE",169,"Wilmington, DE" +302,117,174,"Tampa, FL",174,"Tampa, FL" +302,118,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,119,229,"Wilmington, NC",229,"Wilmington, NC" +302,120,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,121,245,"Charleston, SC",245,"Charleston, SC" +302,122,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,123,241,"Philadelphia, PA",241,"Philadelphia, PA" +302,124,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,125,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,126,245,"Charleston, SC",245,"Charleston, SC" +302,127,172,"Port Everglades, FL",172,"Port Everglades, FL" +302,128,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,129,177,"Savannah, GA",177,"Savannah, GA" +302,130,172,"Port Everglades, FL",172,"Port Everglades, FL" +302,131,245,"Charleston, SC",245,"Charleston, SC" +302,132,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,151,174,"Tampa, FL",171,"Jacksonville, FL" +302,152,177,"Savannah, GA",245,"Charleston, SC" +302,153,245,"Charleston, SC",245,"Charleston, SC" +302,154,154,"Anchorage, AK",154,"Anchorage, AK" +302,155,178,"Brunswick, GA",172,"Port Everglades, FL" +302,156,195,"New Orleans, LA",152,"Mobile, AL" +302,157,171,"Jacksonville, FL",171,"Jacksonville, FL" +302,158,171,"Jacksonville, FL",172,"Port Everglades, FL" +302,159,171,"Jacksonville, FL",152,"Mobile, AL" +302,160,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +302,161,171,"Jacksonville, FL",257,"Houston, TX" +302,162,177,"Savannah, GA",194,"Lake Charles, LA" +302,163,172,"Port Everglades, FL",195,"New Orleans, LA" +302,164,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +302,165,171,"Jacksonville, FL",253,"Beaumont, TX" +302,166,229,"Wilmington, NC",198,"Baltimore, MD" +302,167,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +302,168,217,"New York, NY and NJ",217,"New York, NY and NJ" +302,169,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +302,170,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +302,171,172,"Port Everglades, FL",177,"Savannah, GA" +302,172,245,"Charleston, SC",177,"Savannah, GA" +302,173,245,"Charleston, SC",174,"Tampa, FL" +302,174,172,"Port Everglades, FL",172,"Port Everglades, FL" +302,175,171,"Jacksonville, FL",174,"Tampa, FL" +302,176,177,"Savannah, GA",177,"Savannah, GA" +302,177,177,"Savannah, GA",171,"Jacksonville, FL" +302,178,229,"Wilmington, NC",174,"Tampa, FL" +302,179,179,"Honolulu, HI",179,"Honolulu, HI" +302,180,179,"Honolulu, HI",179,"Honolulu, HI" +302,181,177,"Savannah, GA",265,"Norfolk Harbor, VA" +302,183,172,"Port Everglades, FL",177,"Savannah, GA" +302,184,177,"Savannah, GA",265,"Norfolk Harbor, VA" +302,185,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,186,245,"Charleston, SC",265,"Norfolk Harbor, VA" +302,187,245,"Charleston, SC",198,"Baltimore, MD" +302,188,218,"Camden-Gloucester, NJ",172,"Port Everglades, FL" +302,189,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +302,190,177,"Savannah, GA",265,"Norfolk Harbor, VA" +302,191,177,"Savannah, GA",229,"Wilmington, NC" +302,192,177,"Savannah, GA",265,"Norfolk Harbor, VA" +302,193,171,"Jacksonville, FL",171,"Jacksonville, FL" +302,194,177,"Savannah, GA",172,"Port Everglades, FL" +302,195,177,"Savannah, GA",177,"Savannah, GA" +302,196,174,"Tampa, FL",195,"New Orleans, LA" +302,197,198,"Baltimore, MD",223,"New York, NY and NJ" +302,198,265,"Norfolk Harbor, VA",245,"Charleston, SC" +302,199,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +302,200,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +302,201,223,"New York, NY and NJ",217,"New York, NY and NJ" +302,202,217,"New York, NY and NJ",217,"New York, NY and NJ" +302,203,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +302,204,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +302,205,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,206,172,"Port Everglades, FL",223,"New York, NY and NJ" +302,207,169,"Wilmington, DE",198,"Baltimore, MD" +302,208,177,"Savannah, GA",245,"Charleston, SC" +302,209,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +302,210,171,"Jacksonville, FL",172,"Port Everglades, FL" +302,211,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +302,212,177,"Savannah, GA",177,"Savannah, GA" +302,213,177,"Savannah, GA",177,"Savannah, GA" +302,214,172,"Port Everglades, FL",245,"Charleston, SC" +302,215,245,"Charleston, SC",257,"Houston, TX" +302,216,169,"Wilmington, DE",244,"Providence, RI" +302,217,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +302,218,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +302,219,245,"Charleston, SC",265,"Norfolk Harbor, VA" +302,220,177,"Savannah, GA",195,"New Orleans, LA" +302,221,169,"Wilmington, DE",241,"Philadelphia, PA" +302,222,174,"Tampa, FL",218,"Camden-Gloucester, NJ" +302,223,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +302,224,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +302,225,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +302,226,177,"Savannah, GA",245,"Charleston, SC" +302,227,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +302,228,229,"Wilmington, NC",169,"Wilmington, DE" +302,229,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +302,230,245,"Charleston, SC",265,"Norfolk Harbor, VA" +302,231,265,"Norfolk Harbor, VA",177,"Savannah, GA" +302,232,245,"Charleston, SC",245,"Charleston, SC" +302,233,177,"Savannah, GA",265,"Norfolk Harbor, VA" +302,234,172,"Port Everglades, FL",174,"Tampa, FL" +302,235,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +302,236,177,"Savannah, GA",171,"Jacksonville, FL" +302,237,174,"Tampa, FL",177,"Savannah, GA" +302,238,245,"Charleston, SC",245,"Charleston, SC" +302,239,172,"Port Everglades, FL",198,"Baltimore, MD" +302,240,172,"Port Everglades, FL",171,"Jacksonville, FL" +302,241,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +302,242,217,"New York, NY and NJ",245,"Charleston, SC" +302,243,177,"Savannah, GA",217,"New York, NY and NJ" +302,244,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +302,245,177,"Savannah, GA",177,"Savannah, GA" +302,246,172,"Port Everglades, FL",245,"Charleston, SC" +302,247,177,"Savannah, GA",245,"Charleston, SC" +302,248,198,"Baltimore, MD",177,"Savannah, GA" +302,249,172,"Port Everglades, FL",245,"Charleston, SC" +302,250,177,"Savannah, GA",172,"Port Everglades, FL" +302,251,172,"Port Everglades, FL",174,"Tampa, FL" +302,252,177,"Savannah, GA",195,"New Orleans, LA" +302,253,172,"Port Everglades, FL",195,"New Orleans, LA" +302,254,177,"Savannah, GA",195,"New Orleans, LA" +302,255,174,"Tampa, FL",265,"Norfolk Harbor, VA" +302,256,172,"Port Everglades, FL",245,"Charleston, SC" +302,257,245,"Charleston, SC",195,"New Orleans, LA" +302,258,177,"Savannah, GA",172,"Port Everglades, FL" +302,259,172,"Port Everglades, FL",257,"Houston, TX" +302,260,171,"Jacksonville, FL",172,"Port Everglades, FL" +302,261,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +302,262,171,"Jacksonville, FL",195,"New Orleans, LA" +302,263,177,"Savannah, GA",201,"Boston, MA" +302,264,171,"Jacksonville, FL",229,"Wilmington, NC" +302,265,174,"Tampa, FL",265,"Norfolk Harbor, VA" +302,266,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +302,267,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +302,268,177,"Savannah, GA",177,"Savannah, GA" +302,269,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +302,270,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +302,271,174,"Tampa, FL",265,"Norfolk Harbor, VA" +302,272,245,"Charleston, SC",223,"New York, NY and NJ" +302,273,174,"Tampa, FL",265,"Norfolk Harbor, VA" +303,1,159,"Long Beach, CA",159,"Long Beach, CA" +303,2,268,"Seattle, WA",268,"Seattle, WA" +303,3,159,"Long Beach, CA",159,"Long Beach, CA" +303,4,159,"Long Beach, CA",159,"Long Beach, CA" +303,5,239,"Portland, OR",239,"Portland, OR" +303,6,268,"Seattle, WA",268,"Seattle, WA" +303,7,159,"Long Beach, CA",159,"Long Beach, CA" +303,8,159,"Long Beach, CA",159,"Long Beach, CA" +303,9,159,"Long Beach, CA",159,"Long Beach, CA" +303,10,162,"Oakland, CA",162,"Oakland, CA" +303,11,159,"Long Beach, CA",159,"Long Beach, CA" +303,12,268,"Seattle, WA",268,"Seattle, WA" +303,13,239,"Portland, OR",239,"Portland, OR" +303,14,159,"Long Beach, CA",159,"Long Beach, CA" +303,15,159,"Long Beach, CA",159,"Long Beach, CA" +303,16,269,"Longview, WA",269,"Longview, WA" +303,17,159,"Long Beach, CA",159,"Long Beach, CA" +303,18,269,"Longview, WA",269,"Longview, WA" +303,19,159,"Long Beach, CA",159,"Long Beach, CA" +303,20,159,"Long Beach, CA",159,"Long Beach, CA" +303,21,239,"Portland, OR",239,"Portland, OR" +303,22,159,"Long Beach, CA",159,"Long Beach, CA" +303,23,159,"Long Beach, CA",159,"Long Beach, CA" +303,24,268,"Seattle, WA",268,"Seattle, WA" +303,25,162,"Oakland, CA",162,"Oakland, CA" +303,26,159,"Long Beach, CA",159,"Long Beach, CA" +303,27,159,"Long Beach, CA",159,"Long Beach, CA" +303,28,268,"Seattle, WA",268,"Seattle, WA" +303,29,159,"Long Beach, CA",159,"Long Beach, CA" +303,30,162,"Oakland, CA",162,"Oakland, CA" +303,31,159,"Long Beach, CA",159,"Long Beach, CA" +303,32,268,"Seattle, WA",268,"Seattle, WA" +303,33,269,"Longview, WA",269,"Longview, WA" +303,34,159,"Long Beach, CA",159,"Long Beach, CA" +303,35,239,"Portland, OR",239,"Portland, OR" +303,36,239,"Portland, OR",239,"Portland, OR" +303,37,162,"Oakland, CA",162,"Oakland, CA" +303,38,159,"Long Beach, CA",159,"Long Beach, CA" +303,39,159,"Long Beach, CA",159,"Long Beach, CA" +303,40,159,"Long Beach, CA",159,"Long Beach, CA" +303,41,268,"Seattle, WA",268,"Seattle, WA" +303,42,268,"Seattle, WA",268,"Seattle, WA" +303,43,159,"Long Beach, CA",159,"Long Beach, CA" +303,44,159,"Long Beach, CA",159,"Long Beach, CA" +303,45,268,"Seattle, WA",268,"Seattle, WA" +303,46,268,"Seattle, WA",268,"Seattle, WA" +303,47,159,"Long Beach, CA",159,"Long Beach, CA" +303,48,268,"Seattle, WA",268,"Seattle, WA" +303,49,268,"Seattle, WA",268,"Seattle, WA" +303,50,162,"Oakland, CA",162,"Oakland, CA" +303,51,159,"Long Beach, CA",159,"Long Beach, CA" +303,52,159,"Long Beach, CA",159,"Long Beach, CA" +303,53,268,"Seattle, WA",268,"Seattle, WA" +303,54,268,"Seattle, WA",268,"Seattle, WA" +303,55,268,"Seattle, WA",268,"Seattle, WA" +303,56,159,"Long Beach, CA",159,"Long Beach, CA" +303,57,268,"Seattle, WA",268,"Seattle, WA" +303,58,159,"Long Beach, CA",159,"Long Beach, CA" +303,59,268,"Seattle, WA",268,"Seattle, WA" +303,60,162,"Oakland, CA",162,"Oakland, CA" +303,61,159,"Long Beach, CA",159,"Long Beach, CA" +303,62,159,"Long Beach, CA",159,"Long Beach, CA" +303,63,162,"Oakland, CA",162,"Oakland, CA" +303,64,239,"Portland, OR",239,"Portland, OR" +303,65,159,"Long Beach, CA",159,"Long Beach, CA" +303,66,268,"Seattle, WA",268,"Seattle, WA" +303,67,269,"Longview, WA",269,"Longview, WA" +303,68,159,"Long Beach, CA",159,"Long Beach, CA" +303,69,159,"Long Beach, CA",159,"Long Beach, CA" +303,70,159,"Long Beach, CA",159,"Long Beach, CA" +303,71,159,"Long Beach, CA",159,"Long Beach, CA" +303,72,159,"Long Beach, CA",159,"Long Beach, CA" +303,73,269,"Longview, WA",269,"Longview, WA" +303,74,159,"Long Beach, CA",159,"Long Beach, CA" +303,75,159,"Long Beach, CA",159,"Long Beach, CA" +303,76,162,"Oakland, CA",162,"Oakland, CA" +303,77,159,"Long Beach, CA",159,"Long Beach, CA" +303,78,159,"Long Beach, CA",159,"Long Beach, CA" +303,79,159,"Long Beach, CA",159,"Long Beach, CA" +303,80,162,"Oakland, CA",162,"Oakland, CA" +303,81,159,"Long Beach, CA",159,"Long Beach, CA" +303,82,159,"Long Beach, CA",159,"Long Beach, CA" +303,83,268,"Seattle, WA",268,"Seattle, WA" +303,84,239,"Portland, OR",239,"Portland, OR" +303,85,159,"Long Beach, CA",159,"Long Beach, CA" +303,86,239,"Portland, OR",239,"Portland, OR" +303,87,159,"Long Beach, CA",159,"Long Beach, CA" +303,88,159,"Long Beach, CA",159,"Long Beach, CA" +303,89,159,"Long Beach, CA",159,"Long Beach, CA" +303,90,268,"Seattle, WA",268,"Seattle, WA" +303,91,239,"Portland, OR",239,"Portland, OR" +303,92,159,"Long Beach, CA",159,"Long Beach, CA" +303,93,162,"Oakland, CA",162,"Oakland, CA" +303,94,159,"Long Beach, CA",159,"Long Beach, CA" +303,95,159,"Long Beach, CA",159,"Long Beach, CA" +303,96,159,"Long Beach, CA",159,"Long Beach, CA" +303,97,159,"Long Beach, CA",159,"Long Beach, CA" +303,98,268,"Seattle, WA",268,"Seattle, WA" +303,99,268,"Seattle, WA",268,"Seattle, WA" +303,100,159,"Long Beach, CA",159,"Long Beach, CA" +303,101,159,"Long Beach, CA",159,"Long Beach, CA" +303,102,159,"Long Beach, CA",159,"Long Beach, CA" +303,103,159,"Long Beach, CA",159,"Long Beach, CA" +303,104,269,"Longview, WA",269,"Longview, WA" +303,105,268,"Seattle, WA",268,"Seattle, WA" +303,106,159,"Long Beach, CA",159,"Long Beach, CA" +303,107,162,"Oakland, CA",162,"Oakland, CA" +303,108,268,"Seattle, WA",268,"Seattle, WA" +303,109,159,"Long Beach, CA",159,"Long Beach, CA" +303,110,159,"Long Beach, CA",159,"Long Beach, CA" +303,111,159,"Long Beach, CA",159,"Long Beach, CA" +303,112,162,"Oakland, CA",162,"Oakland, CA" +303,113,159,"Long Beach, CA",159,"Long Beach, CA" +303,114,159,"Long Beach, CA",159,"Long Beach, CA" +303,115,159,"Long Beach, CA",159,"Long Beach, CA" +303,116,159,"Long Beach, CA",159,"Long Beach, CA" +303,117,159,"Long Beach, CA",159,"Long Beach, CA" +303,118,239,"Portland, OR",239,"Portland, OR" +303,119,268,"Seattle, WA",268,"Seattle, WA" +303,120,268,"Seattle, WA",268,"Seattle, WA" +303,121,239,"Portland, OR",239,"Portland, OR" +303,122,159,"Long Beach, CA",159,"Long Beach, CA" +303,123,159,"Long Beach, CA",159,"Long Beach, CA" +303,124,239,"Portland, OR",239,"Portland, OR" +303,125,159,"Long Beach, CA",159,"Long Beach, CA" +303,126,159,"Long Beach, CA",159,"Long Beach, CA" +303,127,159,"Long Beach, CA",159,"Long Beach, CA" +303,128,159,"Long Beach, CA",159,"Long Beach, CA" +303,129,159,"Long Beach, CA",159,"Long Beach, CA" +303,130,268,"Seattle, WA",268,"Seattle, WA" +303,131,162,"Oakland, CA",162,"Oakland, CA" +303,132,159,"Long Beach, CA",159,"Long Beach, CA" +303,151,159,"Long Beach, CA",159,"Long Beach, CA" +303,152,269,"Longview, WA",268,"Seattle, WA" +303,153,159,"Long Beach, CA",159,"Long Beach, CA" +303,154,154,"Anchorage, AK",154,"Anchorage, AK" +303,155,159,"Long Beach, CA",159,"Long Beach, CA" +303,156,159,"Long Beach, CA",159,"Long Beach, CA" +303,157,269,"Longview, WA",159,"Long Beach, CA" +303,158,268,"Seattle, WA",159,"Long Beach, CA" +303,159,159,"Long Beach, CA",159,"Long Beach, CA" +303,160,268,"Seattle, WA",268,"Seattle, WA" +303,161,159,"Long Beach, CA",162,"Oakland, CA" +303,162,159,"Long Beach, CA",268,"Seattle, WA" +303,163,159,"Long Beach, CA",159,"Long Beach, CA" +303,164,162,"Oakland, CA",159,"Long Beach, CA" +303,165,159,"Long Beach, CA",239,"Portland, OR" +303,166,162,"Oakland, CA",159,"Long Beach, CA" +303,167,159,"Long Beach, CA",162,"Oakland, CA" +303,168,159,"Long Beach, CA",159,"Long Beach, CA" +303,169,159,"Long Beach, CA",162,"Oakland, CA" +303,170,268,"Seattle, WA",162,"Oakland, CA" +303,171,269,"Longview, WA",159,"Long Beach, CA" +303,172,159,"Long Beach, CA",159,"Long Beach, CA" +303,173,159,"Long Beach, CA",239,"Portland, OR" +303,174,269,"Longview, WA",268,"Seattle, WA" +303,175,159,"Long Beach, CA",159,"Long Beach, CA" +303,176,159,"Long Beach, CA",159,"Long Beach, CA" +303,177,162,"Oakland, CA",268,"Seattle, WA" +303,178,268,"Seattle, WA",159,"Long Beach, CA" +303,179,179,"Honolulu, HI",179,"Honolulu, HI" +303,180,179,"Honolulu, HI",179,"Honolulu, HI" +303,181,159,"Long Beach, CA",268,"Seattle, WA" +303,183,162,"Oakland, CA",162,"Oakland, CA" +303,184,159,"Long Beach, CA",268,"Seattle, WA" +303,185,159,"Long Beach, CA",162,"Oakland, CA" +303,186,268,"Seattle, WA",159,"Long Beach, CA" +303,187,268,"Seattle, WA",159,"Long Beach, CA" +303,188,159,"Long Beach, CA",159,"Long Beach, CA" +303,189,159,"Long Beach, CA",159,"Long Beach, CA" +303,190,239,"Portland, OR",159,"Long Beach, CA" +303,191,159,"Long Beach, CA",159,"Long Beach, CA" +303,192,162,"Oakland, CA",268,"Seattle, WA" +303,193,159,"Long Beach, CA",268,"Seattle, WA" +303,194,159,"Long Beach, CA",159,"Long Beach, CA" +303,195,268,"Seattle, WA",268,"Seattle, WA" +303,196,159,"Long Beach, CA",159,"Long Beach, CA" +303,197,159,"Long Beach, CA",268,"Seattle, WA" +303,198,159,"Long Beach, CA",159,"Long Beach, CA" +303,199,268,"Seattle, WA",159,"Long Beach, CA" +303,200,159,"Long Beach, CA",268,"Seattle, WA" +303,201,268,"Seattle, WA",162,"Oakland, CA" +303,202,268,"Seattle, WA",268,"Seattle, WA" +303,203,268,"Seattle, WA",162,"Oakland, CA" +303,204,162,"Oakland, CA",159,"Long Beach, CA" +303,205,159,"Long Beach, CA",268,"Seattle, WA" +303,206,268,"Seattle, WA",159,"Long Beach, CA" +303,207,159,"Long Beach, CA",159,"Long Beach, CA" +303,208,269,"Longview, WA",159,"Long Beach, CA" +303,209,159,"Long Beach, CA",268,"Seattle, WA" +303,210,239,"Portland, OR",159,"Long Beach, CA" +303,211,269,"Longview, WA",162,"Oakland, CA" +303,212,162,"Oakland, CA",268,"Seattle, WA" +303,213,268,"Seattle, WA",162,"Oakland, CA" +303,214,268,"Seattle, WA",159,"Long Beach, CA" +303,215,268,"Seattle, WA",159,"Long Beach, CA" +303,216,159,"Long Beach, CA",159,"Long Beach, CA" +303,217,159,"Long Beach, CA",239,"Portland, OR" +303,218,159,"Long Beach, CA",159,"Long Beach, CA" +303,219,159,"Long Beach, CA",159,"Long Beach, CA" +303,220,159,"Long Beach, CA",159,"Long Beach, CA" +303,221,239,"Portland, OR",159,"Long Beach, CA" +303,222,268,"Seattle, WA",159,"Long Beach, CA" +303,223,159,"Long Beach, CA",159,"Long Beach, CA" +303,224,162,"Oakland, CA",162,"Oakland, CA" +303,225,159,"Long Beach, CA",269,"Longview, WA" +303,226,268,"Seattle, WA",268,"Seattle, WA" +303,227,159,"Long Beach, CA",269,"Longview, WA" +303,228,159,"Long Beach, CA",268,"Seattle, WA" +303,229,159,"Long Beach, CA",159,"Long Beach, CA" +303,230,159,"Long Beach, CA",159,"Long Beach, CA" +303,231,159,"Long Beach, CA",162,"Oakland, CA" +303,232,268,"Seattle, WA",159,"Long Beach, CA" +303,233,268,"Seattle, WA",159,"Long Beach, CA" +303,234,159,"Long Beach, CA",159,"Long Beach, CA" +303,235,269,"Longview, WA",159,"Long Beach, CA" +303,236,162,"Oakland, CA",159,"Long Beach, CA" +303,237,268,"Seattle, WA",159,"Long Beach, CA" +303,238,162,"Oakland, CA",159,"Long Beach, CA" +303,239,162,"Oakland, CA",268,"Seattle, WA" +303,240,159,"Long Beach, CA",159,"Long Beach, CA" +303,241,159,"Long Beach, CA",159,"Long Beach, CA" +303,242,159,"Long Beach, CA",159,"Long Beach, CA" +303,243,159,"Long Beach, CA",159,"Long Beach, CA" +303,244,159,"Long Beach, CA",159,"Long Beach, CA" +303,245,239,"Portland, OR",159,"Long Beach, CA" +303,246,159,"Long Beach, CA",162,"Oakland, CA" +303,247,159,"Long Beach, CA",159,"Long Beach, CA" +303,248,239,"Portland, OR",162,"Oakland, CA" +303,249,159,"Long Beach, CA",268,"Seattle, WA" +303,250,162,"Oakland, CA",159,"Long Beach, CA" +303,251,159,"Long Beach, CA",159,"Long Beach, CA" +303,252,159,"Long Beach, CA",159,"Long Beach, CA" +303,253,159,"Long Beach, CA",268,"Seattle, WA" +303,254,159,"Long Beach, CA",159,"Long Beach, CA" +303,255,159,"Long Beach, CA",268,"Seattle, WA" +303,256,159,"Long Beach, CA",159,"Long Beach, CA" +303,257,239,"Portland, OR",159,"Long Beach, CA" +303,258,239,"Portland, OR",239,"Portland, OR" +303,259,159,"Long Beach, CA",268,"Seattle, WA" +303,260,159,"Long Beach, CA",159,"Long Beach, CA" +303,261,162,"Oakland, CA",159,"Long Beach, CA" +303,262,268,"Seattle, WA",239,"Portland, OR" +303,263,162,"Oakland, CA",268,"Seattle, WA" +303,264,159,"Long Beach, CA",159,"Long Beach, CA" +303,265,159,"Long Beach, CA",268,"Seattle, WA" +303,266,159,"Long Beach, CA",159,"Long Beach, CA" +303,267,159,"Long Beach, CA",268,"Seattle, WA" +303,268,159,"Long Beach, CA",239,"Portland, OR" +303,269,162,"Oakland, CA",159,"Long Beach, CA" +303,270,268,"Seattle, WA",159,"Long Beach, CA" +303,271,159,"Long Beach, CA",268,"Seattle, WA" +303,272,162,"Oakland, CA",159,"Long Beach, CA" +303,273,268,"Seattle, WA",162,"Oakland, CA" +304,1,217,"New York, NY and NJ",217,"New York, NY and NJ" +304,2,201,"Boston, MA",201,"Boston, MA" +304,3,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,4,217,"New York, NY and NJ",217,"New York, NY and NJ" +304,5,169,"Wilmington, DE",169,"Wilmington, DE" +304,6,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,7,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,8,198,"Baltimore, MD",198,"Baltimore, MD" +304,9,198,"Baltimore, MD",198,"Baltimore, MD" +304,10,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +304,11,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,12,201,"Boston, MA",201,"Boston, MA" +304,13,198,"Baltimore, MD",198,"Baltimore, MD" +304,14,197,"Portland, ME",197,"Portland, ME" +304,15,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +304,16,197,"Portland, ME",197,"Portland, ME" +304,17,241,"Philadelphia, PA",241,"Philadelphia, PA" +304,18,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,19,198,"Baltimore, MD",198,"Baltimore, MD" +304,20,197,"Portland, ME",197,"Portland, ME" +304,21,217,"New York, NY and NJ",217,"New York, NY and NJ" +304,22,201,"Boston, MA",201,"Boston, MA" +304,23,217,"New York, NY and NJ",217,"New York, NY and NJ" +304,24,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,25,201,"Boston, MA",201,"Boston, MA" +304,26,198,"Baltimore, MD",198,"Baltimore, MD" +304,27,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,28,244,"Providence, RI",244,"Providence, RI" +304,29,217,"New York, NY and NJ",217,"New York, NY and NJ" +304,30,197,"Portland, ME",197,"Portland, ME" +304,31,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,32,201,"Boston, MA",201,"Boston, MA" +304,33,197,"Portland, ME",197,"Portland, ME" +304,34,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +304,35,201,"Boston, MA",201,"Boston, MA" +304,36,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,37,241,"Philadelphia, PA",241,"Philadelphia, PA" +304,38,241,"Philadelphia, PA",241,"Philadelphia, PA" +304,39,241,"Philadelphia, PA",241,"Philadelphia, PA" +304,40,201,"Boston, MA",201,"Boston, MA" +304,41,241,"Philadelphia, PA",241,"Philadelphia, PA" +304,42,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +304,43,217,"New York, NY and NJ",217,"New York, NY and NJ" +304,44,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +304,45,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,46,217,"New York, NY and NJ",217,"New York, NY and NJ" +304,47,198,"Baltimore, MD",198,"Baltimore, MD" +304,48,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +304,49,201,"Boston, MA",201,"Boston, MA" +304,50,217,"New York, NY and NJ",217,"New York, NY and NJ" +304,51,217,"New York, NY and NJ",217,"New York, NY and NJ" +304,52,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +304,53,201,"Boston, MA",201,"Boston, MA" +304,54,198,"Baltimore, MD",198,"Baltimore, MD" +304,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,56,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,57,198,"Baltimore, MD",198,"Baltimore, MD" +304,58,217,"New York, NY and NJ",217,"New York, NY and NJ" +304,59,201,"Boston, MA",201,"Boston, MA" +304,60,217,"New York, NY and NJ",217,"New York, NY and NJ" +304,61,198,"Baltimore, MD",198,"Baltimore, MD" +304,62,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,63,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +304,64,169,"Wilmington, DE",169,"Wilmington, DE" +304,65,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +304,66,201,"Boston, MA",201,"Boston, MA" +304,67,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,68,217,"New York, NY and NJ",217,"New York, NY and NJ" +304,69,198,"Baltimore, MD",198,"Baltimore, MD" +304,70,197,"Portland, ME",197,"Portland, ME" +304,71,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +304,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,73,241,"Philadelphia, PA",241,"Philadelphia, PA" +304,74,201,"Boston, MA",201,"Boston, MA" +304,75,197,"Portland, ME",197,"Portland, ME" +304,76,217,"New York, NY and NJ",217,"New York, NY and NJ" +304,77,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,78,217,"New York, NY and NJ",217,"New York, NY and NJ" +304,79,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,80,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,81,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +304,82,244,"Providence, RI",244,"Providence, RI" +304,83,197,"Portland, ME",197,"Portland, ME" +304,84,217,"New York, NY and NJ",217,"New York, NY and NJ" +304,85,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +304,86,198,"Baltimore, MD",198,"Baltimore, MD" +304,87,201,"Boston, MA",201,"Boston, MA" +304,88,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +304,89,197,"Portland, ME",197,"Portland, ME" +304,90,197,"Portland, ME",197,"Portland, ME" +304,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,92,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,93,241,"Philadelphia, PA",241,"Philadelphia, PA" +304,94,244,"Providence, RI",244,"Providence, RI" +304,95,241,"Philadelphia, PA",241,"Philadelphia, PA" +304,96,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +304,97,241,"Philadelphia, PA",241,"Philadelphia, PA" +304,98,198,"Baltimore, MD",198,"Baltimore, MD" +304,99,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +304,100,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +304,101,217,"New York, NY and NJ",217,"New York, NY and NJ" +304,102,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,103,217,"New York, NY and NJ",217,"New York, NY and NJ" +304,104,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,105,217,"New York, NY and NJ",217,"New York, NY and NJ" +304,106,197,"Portland, ME",197,"Portland, ME" +304,107,197,"Portland, ME",197,"Portland, ME" +304,108,201,"Boston, MA",201,"Boston, MA" +304,109,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +304,110,217,"New York, NY and NJ",217,"New York, NY and NJ" +304,111,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,112,201,"Boston, MA",201,"Boston, MA" +304,113,244,"Providence, RI",244,"Providence, RI" +304,114,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,115,201,"Boston, MA",201,"Boston, MA" +304,116,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,117,217,"New York, NY and NJ",217,"New York, NY and NJ" +304,118,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +304,119,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,120,241,"Philadelphia, PA",241,"Philadelphia, PA" +304,121,217,"New York, NY and NJ",217,"New York, NY and NJ" +304,122,197,"Portland, ME",197,"Portland, ME" +304,123,201,"Boston, MA",201,"Boston, MA" +304,124,197,"Portland, ME",197,"Portland, ME" +304,125,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +304,126,198,"Baltimore, MD",198,"Baltimore, MD" +304,127,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,128,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,129,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,130,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,131,198,"Baltimore, MD",198,"Baltimore, MD" +304,132,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,151,223,"New York, NY and NJ",201,"Boston, MA" +304,152,229,"Wilmington, NC",197,"Portland, ME" +304,153,201,"Boston, MA",265,"Norfolk Harbor, VA" +304,154,154,"Anchorage, AK",154,"Anchorage, AK" +304,155,201,"Boston, MA",218,"Camden-Gloucester, NJ" +304,156,217,"New York, NY and NJ",198,"Baltimore, MD" +304,157,217,"New York, NY and NJ",223,"New York, NY and NJ" +304,158,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +304,159,265,"Norfolk Harbor, VA",197,"Portland, ME" +304,160,197,"Portland, ME",218,"Camden-Gloucester, NJ" +304,161,229,"Wilmington, NC",197,"Portland, ME" +304,162,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +304,163,244,"Providence, RI",241,"Philadelphia, PA" +304,164,223,"New York, NY and NJ",169,"Wilmington, DE" +304,165,198,"Baltimore, MD",197,"Portland, ME" +304,166,217,"New York, NY and NJ",197,"Portland, ME" +304,167,241,"Philadelphia, PA",197,"Portland, ME" +304,168,223,"New York, NY and NJ",241,"Philadelphia, PA" +304,169,223,"New York, NY and NJ",197,"Portland, ME" +304,170,223,"New York, NY and NJ",217,"New York, NY and NJ" +304,171,197,"Portland, ME",223,"New York, NY and NJ" +304,172,241,"Philadelphia, PA",217,"New York, NY and NJ" +304,173,198,"Baltimore, MD",223,"New York, NY and NJ" +304,174,198,"Baltimore, MD",198,"Baltimore, MD" +304,175,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +304,176,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +304,177,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +304,178,217,"New York, NY and NJ",197,"Portland, ME" +304,179,179,"Honolulu, HI",179,"Honolulu, HI" +304,180,179,"Honolulu, HI",179,"Honolulu, HI" +304,181,198,"Baltimore, MD",241,"Philadelphia, PA" +304,183,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +304,184,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +304,185,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,186,241,"Philadelphia, PA",223,"New York, NY and NJ" +304,187,201,"Boston, MA",244,"Providence, RI" +304,188,241,"Philadelphia, PA",201,"Boston, MA" +304,189,197,"Portland, ME",223,"New York, NY and NJ" +304,190,198,"Baltimore, MD",197,"Portland, ME" +304,191,244,"Providence, RI",265,"Norfolk Harbor, VA" +304,192,217,"New York, NY and NJ",223,"New York, NY and NJ" +304,193,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +304,194,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +304,195,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +304,196,217,"New York, NY and NJ",152,"Mobile, AL" +304,197,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,198,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +304,199,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,200,223,"New York, NY and NJ",244,"Providence, RI" +304,201,217,"New York, NY and NJ",223,"New York, NY and NJ" +304,202,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +304,203,217,"New York, NY and NJ",201,"Boston, MA" +304,204,201,"Boston, MA",265,"Norfolk Harbor, VA" +304,205,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +304,206,217,"New York, NY and NJ",223,"New York, NY and NJ" +304,207,223,"New York, NY and NJ",223,"New York, NY and NJ" +304,208,244,"Providence, RI",198,"Baltimore, MD" +304,209,197,"Portland, ME",217,"New York, NY and NJ" +304,210,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +304,211,241,"Philadelphia, PA",198,"Baltimore, MD" +304,212,223,"New York, NY and NJ",241,"Philadelphia, PA" +304,213,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +304,214,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +304,215,198,"Baltimore, MD",201,"Boston, MA" +304,216,197,"Portland, ME",223,"New York, NY and NJ" +304,217,223,"New York, NY and NJ",217,"New York, NY and NJ" +304,218,197,"Portland, ME",218,"Camden-Gloucester, NJ" +304,219,217,"New York, NY and NJ",198,"Baltimore, MD" +304,220,223,"New York, NY and NJ",201,"Boston, MA" +304,221,198,"Baltimore, MD",201,"Boston, MA" +304,222,218,"Camden-Gloucester, NJ",197,"Portland, ME" +304,223,198,"Baltimore, MD",241,"Philadelphia, PA" +304,224,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +304,225,223,"New York, NY and NJ",197,"Portland, ME" +304,226,201,"Boston, MA",265,"Norfolk Harbor, VA" +304,227,217,"New York, NY and NJ",217,"New York, NY and NJ" +304,228,223,"New York, NY and NJ",217,"New York, NY and NJ" +304,229,201,"Boston, MA",217,"New York, NY and NJ" +304,230,197,"Portland, ME",201,"Boston, MA" +304,231,217,"New York, NY and NJ",244,"Providence, RI" +304,232,241,"Philadelphia, PA",217,"New York, NY and NJ" +304,233,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +304,234,217,"New York, NY and NJ",201,"Boston, MA" +304,235,217,"New York, NY and NJ",217,"New York, NY and NJ" +304,236,201,"Boston, MA",223,"New York, NY and NJ" +304,237,201,"Boston, MA",241,"Philadelphia, PA" +304,238,169,"Wilmington, DE",177,"Savannah, GA" +304,239,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +304,240,223,"New York, NY and NJ",244,"Providence, RI" +304,241,217,"New York, NY and NJ",217,"New York, NY and NJ" +304,242,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +304,243,244,"Providence, RI",217,"New York, NY and NJ" +304,244,223,"New York, NY and NJ",201,"Boston, MA" +304,245,217,"New York, NY and NJ",197,"Portland, ME" +304,246,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +304,247,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +304,248,201,"Boston, MA",244,"Providence, RI" +304,249,218,"Camden-Gloucester, NJ",197,"Portland, ME" +304,250,197,"Portland, ME",223,"New York, NY and NJ" +304,251,201,"Boston, MA",223,"New York, NY and NJ" +304,252,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +304,253,265,"Norfolk Harbor, VA",253,"Beaumont, TX" +304,254,223,"New York, NY and NJ",241,"Philadelphia, PA" +304,255,218,"Camden-Gloucester, NJ",208,"Pascagoula, MS" +304,256,241,"Philadelphia, PA",217,"New York, NY and NJ" +304,257,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +304,258,197,"Portland, ME",198,"Baltimore, MD" +304,259,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +304,260,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +304,261,201,"Boston, MA",223,"New York, NY and NJ" +304,262,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +304,263,197,"Portland, ME",223,"New York, NY and NJ" +304,264,217,"New York, NY and NJ",244,"Providence, RI" +304,265,198,"Baltimore, MD",241,"Philadelphia, PA" +304,266,229,"Wilmington, NC",217,"New York, NY and NJ" +304,267,241,"Philadelphia, PA",223,"New York, NY and NJ" +304,268,198,"Baltimore, MD",198,"Baltimore, MD" +304,269,218,"Camden-Gloucester, NJ",197,"Portland, ME" +304,270,217,"New York, NY and NJ",217,"New York, NY and NJ" +304,271,198,"Baltimore, MD",198,"Baltimore, MD" +304,272,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +304,273,201,"Boston, MA",217,"New York, NY and NJ" +305,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,2,198,"Baltimore, MD",198,"Baltimore, MD" +305,3,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,4,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,5,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,6,241,"Philadelphia, PA",241,"Philadelphia, PA" +305,7,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,8,197,"Portland, ME",197,"Portland, ME" +305,9,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +305,10,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +305,11,198,"Baltimore, MD",198,"Baltimore, MD" +305,12,241,"Philadelphia, PA",241,"Philadelphia, PA" +305,13,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +305,14,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +305,15,198,"Baltimore, MD",198,"Baltimore, MD" +305,16,201,"Boston, MA",201,"Boston, MA" +305,17,198,"Baltimore, MD",198,"Baltimore, MD" +305,18,197,"Portland, ME",197,"Portland, ME" +305,19,197,"Portland, ME",197,"Portland, ME" +305,20,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,21,169,"Wilmington, DE",169,"Wilmington, DE" +305,22,241,"Philadelphia, PA",241,"Philadelphia, PA" +305,23,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,24,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +305,25,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,26,198,"Baltimore, MD",198,"Baltimore, MD" +305,27,197,"Portland, ME",197,"Portland, ME" +305,28,241,"Philadelphia, PA",241,"Philadelphia, PA" +305,29,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,30,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,31,197,"Portland, ME",197,"Portland, ME" +305,32,201,"Boston, MA",201,"Boston, MA" +305,33,197,"Portland, ME",197,"Portland, ME" +305,34,198,"Baltimore, MD",198,"Baltimore, MD" +305,35,201,"Boston, MA",201,"Boston, MA" +305,36,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,37,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,38,244,"Providence, RI",244,"Providence, RI" +305,39,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +305,40,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +305,41,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +305,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,43,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,44,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +305,45,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,46,171,"Jacksonville, FL",171,"Jacksonville, FL" +305,47,198,"Baltimore, MD",198,"Baltimore, MD" +305,48,201,"Boston, MA",201,"Boston, MA" +305,49,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,50,177,"Savannah, GA",177,"Savannah, GA" +305,51,244,"Providence, RI",244,"Providence, RI" +305,52,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,53,241,"Philadelphia, PA",241,"Philadelphia, PA" +305,54,241,"Philadelphia, PA",241,"Philadelphia, PA" +305,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,56,244,"Providence, RI",244,"Providence, RI" +305,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,58,201,"Boston, MA",201,"Boston, MA" +305,59,197,"Portland, ME",197,"Portland, ME" +305,60,201,"Boston, MA",201,"Boston, MA" +305,61,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,62,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,63,244,"Providence, RI",244,"Providence, RI" +305,64,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,65,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,66,241,"Philadelphia, PA",241,"Philadelphia, PA" +305,67,241,"Philadelphia, PA",241,"Philadelphia, PA" +305,68,198,"Baltimore, MD",198,"Baltimore, MD" +305,69,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,70,245,"Charleston, SC",245,"Charleston, SC" +305,71,244,"Providence, RI",244,"Providence, RI" +305,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,73,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +305,74,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +305,75,169,"Wilmington, DE",169,"Wilmington, DE" +305,76,197,"Portland, ME",197,"Portland, ME" +305,77,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,78,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,79,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,80,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,81,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,82,197,"Portland, ME",197,"Portland, ME" +305,83,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,84,169,"Wilmington, DE",169,"Wilmington, DE" +305,85,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,86,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,87,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,88,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,89,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,92,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +305,93,177,"Savannah, GA",177,"Savannah, GA" +305,94,198,"Baltimore, MD",198,"Baltimore, MD" +305,95,201,"Boston, MA",201,"Boston, MA" +305,96,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,97,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,98,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,99,229,"Wilmington, NC",229,"Wilmington, NC" +305,100,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +305,101,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,102,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +305,103,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,104,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +305,105,197,"Portland, ME",197,"Portland, ME" +305,106,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,107,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,108,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,109,201,"Boston, MA",201,"Boston, MA" +305,110,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,111,197,"Portland, ME",197,"Portland, ME" +305,112,198,"Baltimore, MD",198,"Baltimore, MD" +305,113,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +305,114,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +305,115,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,116,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +305,117,197,"Portland, ME",197,"Portland, ME" +305,118,201,"Boston, MA",201,"Boston, MA" +305,119,198,"Baltimore, MD",198,"Baltimore, MD" +305,120,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,121,198,"Baltimore, MD",198,"Baltimore, MD" +305,122,197,"Portland, ME",197,"Portland, ME" +305,123,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,124,169,"Wilmington, DE",169,"Wilmington, DE" +305,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,126,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +305,127,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +305,128,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,129,229,"Wilmington, NC",229,"Wilmington, NC" +305,130,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,132,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +305,151,241,"Philadelphia, PA",217,"New York, NY and NJ" +305,152,244,"Providence, RI",172,"Port Everglades, FL" +305,153,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +305,154,154,"Anchorage, AK",154,"Anchorage, AK" +305,155,198,"Baltimore, MD",198,"Baltimore, MD" +305,156,198,"Baltimore, MD",197,"Portland, ME" +305,157,241,"Philadelphia, PA",223,"New York, NY and NJ" +305,158,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,159,197,"Portland, ME",218,"Camden-Gloucester, NJ" +305,160,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +305,161,197,"Portland, ME",208,"Pascagoula, MS" +305,162,198,"Baltimore, MD",197,"Portland, ME" +305,163,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +305,164,244,"Providence, RI",201,"Boston, MA" +305,165,198,"Baltimore, MD",229,"Wilmington, NC" +305,166,241,"Philadelphia, PA",223,"New York, NY and NJ" +305,167,198,"Baltimore, MD",223,"New York, NY and NJ" +305,168,217,"New York, NY and NJ",223,"New York, NY and NJ" +305,169,244,"Providence, RI",198,"Baltimore, MD" +305,170,217,"New York, NY and NJ",223,"New York, NY and NJ" +305,171,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +305,172,198,"Baltimore, MD",174,"Tampa, FL" +305,173,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +305,174,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +305,175,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +305,176,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +305,177,223,"New York, NY and NJ",217,"New York, NY and NJ" +305,178,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,179,179,"Honolulu, HI",179,"Honolulu, HI" +305,180,179,"Honolulu, HI",179,"Honolulu, HI" +305,181,265,"Norfolk Harbor, VA",201,"Boston, MA" +305,183,197,"Portland, ME",217,"New York, NY and NJ" +305,184,198,"Baltimore, MD",198,"Baltimore, MD" +305,185,217,"New York, NY and NJ",198,"Baltimore, MD" +305,186,241,"Philadelphia, PA",217,"New York, NY and NJ" +305,187,198,"Baltimore, MD",169,"Wilmington, DE" +305,188,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +305,189,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,190,241,"Philadelphia, PA",223,"New York, NY and NJ" +305,191,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,192,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +305,193,197,"Portland, ME",265,"Norfolk Harbor, VA" +305,194,169,"Wilmington, DE",152,"Mobile, AL" +305,195,244,"Providence, RI",195,"New Orleans, LA" +305,196,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +305,197,241,"Philadelphia, PA",217,"New York, NY and NJ" +305,198,198,"Baltimore, MD",198,"Baltimore, MD" +305,199,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +305,200,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +305,201,197,"Portland, ME",201,"Boston, MA" +305,202,201,"Boston, MA",223,"New York, NY and NJ" +305,203,198,"Baltimore, MD",197,"Portland, ME" +305,204,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +305,205,217,"New York, NY and NJ",223,"New York, NY and NJ" +305,206,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,207,198,"Baltimore, MD",198,"Baltimore, MD" +305,208,197,"Portland, ME",265,"Norfolk Harbor, VA" +305,209,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +305,210,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +305,211,265,"Norfolk Harbor, VA",201,"Boston, MA" +305,212,223,"New York, NY and NJ",217,"New York, NY and NJ" +305,213,265,"Norfolk Harbor, VA",177,"Savannah, GA" +305,214,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +305,215,217,"New York, NY and NJ",169,"Wilmington, DE" +305,216,244,"Providence, RI",223,"New York, NY and NJ" +305,217,201,"Boston, MA",201,"Boston, MA" +305,218,198,"Baltimore, MD",241,"Philadelphia, PA" +305,219,223,"New York, NY and NJ",198,"Baltimore, MD" +305,220,201,"Boston, MA",201,"Boston, MA" +305,221,217,"New York, NY and NJ",198,"Baltimore, MD" +305,222,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +305,223,197,"Portland, ME",201,"Boston, MA" +305,224,223,"New York, NY and NJ",198,"Baltimore, MD" +305,225,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +305,226,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +305,227,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +305,228,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +305,229,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +305,230,244,"Providence, RI",198,"Baltimore, MD" +305,231,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +305,232,217,"New York, NY and NJ",223,"New York, NY and NJ" +305,233,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +305,234,197,"Portland, ME",223,"New York, NY and NJ" +305,235,223,"New York, NY and NJ",229,"Wilmington, NC" +305,236,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +305,237,241,"Philadelphia, PA",241,"Philadelphia, PA" +305,238,169,"Wilmington, DE",223,"New York, NY and NJ" +305,239,223,"New York, NY and NJ",223,"New York, NY and NJ" +305,240,198,"Baltimore, MD",223,"New York, NY and NJ" +305,241,201,"Boston, MA",265,"Norfolk Harbor, VA" +305,242,201,"Boston, MA",244,"Providence, RI" +305,243,223,"New York, NY and NJ",217,"New York, NY and NJ" +305,244,217,"New York, NY and NJ",217,"New York, NY and NJ" +305,245,197,"Portland, ME",265,"Norfolk Harbor, VA" +305,246,217,"New York, NY and NJ",223,"New York, NY and NJ" +305,247,177,"Savannah, GA",245,"Charleston, SC" +305,248,198,"Baltimore, MD",223,"New York, NY and NJ" +305,249,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +305,250,223,"New York, NY and NJ",217,"New York, NY and NJ" +305,251,241,"Philadelphia, PA",241,"Philadelphia, PA" +305,252,198,"Baltimore, MD",245,"Charleston, SC" +305,253,152,"Mobile, AL",194,"Lake Charles, LA" +305,254,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +305,255,217,"New York, NY and NJ",178,"Brunswick, GA" +305,256,241,"Philadelphia, PA",257,"Houston, TX" +305,257,171,"Jacksonville, FL",172,"Port Everglades, FL" +305,258,245,"Charleston, SC",195,"New Orleans, LA" +305,259,198,"Baltimore, MD",177,"Savannah, GA" +305,260,265,"Norfolk Harbor, VA",177,"Savannah, GA" +305,261,244,"Providence, RI",198,"Baltimore, MD" +305,262,177,"Savannah, GA",265,"Norfolk Harbor, VA" +305,263,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +305,264,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +305,265,223,"New York, NY and NJ",198,"Baltimore, MD" +305,266,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +305,267,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +305,268,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +305,269,245,"Charleston, SC",197,"Portland, ME" +305,270,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +305,271,201,"Boston, MA",241,"Philadelphia, PA" +305,272,198,"Baltimore, MD",244,"Providence, RI" +305,273,217,"New York, NY and NJ",201,"Boston, MA" +306,1,245,"Charleston, SC",245,"Charleston, SC" +306,2,223,"New York, NY and NJ",223,"New York, NY and NJ" +306,3,245,"Charleston, SC",245,"Charleston, SC" +306,4,241,"Philadelphia, PA",241,"Philadelphia, PA" +306,5,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +306,6,217,"New York, NY and NJ",217,"New York, NY and NJ" +306,7,198,"Baltimore, MD",198,"Baltimore, MD" +306,8,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,9,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +306,10,241,"Philadelphia, PA",241,"Philadelphia, PA" +306,11,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +306,12,217,"New York, NY and NJ",217,"New York, NY and NJ" +306,13,223,"New York, NY and NJ",223,"New York, NY and NJ" +306,14,241,"Philadelphia, PA",241,"Philadelphia, PA" +306,15,198,"Baltimore, MD",198,"Baltimore, MD" +306,16,201,"Boston, MA",201,"Boston, MA" +306,17,198,"Baltimore, MD",198,"Baltimore, MD" +306,18,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +306,19,169,"Wilmington, DE",169,"Wilmington, DE" +306,20,223,"New York, NY and NJ",223,"New York, NY and NJ" +306,21,244,"Providence, RI",244,"Providence, RI" +306,22,177,"Savannah, GA",177,"Savannah, GA" +306,23,223,"New York, NY and NJ",223,"New York, NY and NJ" +306,24,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,25,217,"New York, NY and NJ",217,"New York, NY and NJ" +306,26,223,"New York, NY and NJ",223,"New York, NY and NJ" +306,27,217,"New York, NY and NJ",217,"New York, NY and NJ" +306,28,244,"Providence, RI",244,"Providence, RI" +306,29,198,"Baltimore, MD",198,"Baltimore, MD" +306,30,223,"New York, NY and NJ",223,"New York, NY and NJ" +306,31,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,32,217,"New York, NY and NJ",217,"New York, NY and NJ" +306,33,244,"Providence, RI",244,"Providence, RI" +306,34,201,"Boston, MA",201,"Boston, MA" +306,35,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,36,223,"New York, NY and NJ",223,"New York, NY and NJ" +306,37,217,"New York, NY and NJ",217,"New York, NY and NJ" +306,38,223,"New York, NY and NJ",223,"New York, NY and NJ" +306,39,241,"Philadelphia, PA",241,"Philadelphia, PA" +306,40,198,"Baltimore, MD",198,"Baltimore, MD" +306,41,223,"New York, NY and NJ",223,"New York, NY and NJ" +306,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +306,43,217,"New York, NY and NJ",217,"New York, NY and NJ" +306,44,201,"Boston, MA",201,"Boston, MA" +306,45,201,"Boston, MA",201,"Boston, MA" +306,46,245,"Charleston, SC",245,"Charleston, SC" +306,47,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,48,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,49,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,50,217,"New York, NY and NJ",217,"New York, NY and NJ" +306,51,241,"Philadelphia, PA",241,"Philadelphia, PA" +306,52,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +306,53,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +306,54,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,55,241,"Philadelphia, PA",241,"Philadelphia, PA" +306,56,241,"Philadelphia, PA",241,"Philadelphia, PA" +306,57,217,"New York, NY and NJ",217,"New York, NY and NJ" +306,58,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,59,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,60,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,61,223,"New York, NY and NJ",223,"New York, NY and NJ" +306,62,217,"New York, NY and NJ",217,"New York, NY and NJ" +306,63,217,"New York, NY and NJ",217,"New York, NY and NJ" +306,64,217,"New York, NY and NJ",217,"New York, NY and NJ" +306,65,217,"New York, NY and NJ",217,"New York, NY and NJ" +306,66,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +306,67,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,68,197,"Portland, ME",197,"Portland, ME" +306,69,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,70,217,"New York, NY and NJ",217,"New York, NY and NJ" +306,71,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,72,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +306,73,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +306,74,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,75,169,"Wilmington, DE",169,"Wilmington, DE" +306,76,197,"Portland, ME",197,"Portland, ME" +306,77,198,"Baltimore, MD",198,"Baltimore, MD" +306,78,241,"Philadelphia, PA",241,"Philadelphia, PA" +306,79,217,"New York, NY and NJ",217,"New York, NY and NJ" +306,80,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +306,81,201,"Boston, MA",201,"Boston, MA" +306,82,198,"Baltimore, MD",198,"Baltimore, MD" +306,83,244,"Providence, RI",244,"Providence, RI" +306,84,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +306,85,244,"Providence, RI",244,"Providence, RI" +306,86,223,"New York, NY and NJ",223,"New York, NY and NJ" +306,87,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +306,88,241,"Philadelphia, PA",241,"Philadelphia, PA" +306,89,217,"New York, NY and NJ",217,"New York, NY and NJ" +306,90,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,91,197,"Portland, ME",197,"Portland, ME" +306,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +306,93,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +306,94,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,95,241,"Philadelphia, PA",241,"Philadelphia, PA" +306,96,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,97,217,"New York, NY and NJ",217,"New York, NY and NJ" +306,98,244,"Providence, RI",244,"Providence, RI" +306,99,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,100,217,"New York, NY and NJ",217,"New York, NY and NJ" +306,101,241,"Philadelphia, PA",241,"Philadelphia, PA" +306,102,198,"Baltimore, MD",198,"Baltimore, MD" +306,103,217,"New York, NY and NJ",217,"New York, NY and NJ" +306,104,198,"Baltimore, MD",198,"Baltimore, MD" +306,105,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,106,217,"New York, NY and NJ",217,"New York, NY and NJ" +306,107,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,108,197,"Portland, ME",197,"Portland, ME" +306,109,241,"Philadelphia, PA",241,"Philadelphia, PA" +306,110,198,"Baltimore, MD",198,"Baltimore, MD" +306,111,223,"New York, NY and NJ",223,"New York, NY and NJ" +306,112,177,"Savannah, GA",177,"Savannah, GA" +306,113,217,"New York, NY and NJ",217,"New York, NY and NJ" +306,114,241,"Philadelphia, PA",241,"Philadelphia, PA" +306,115,197,"Portland, ME",197,"Portland, ME" +306,116,198,"Baltimore, MD",198,"Baltimore, MD" +306,117,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +306,118,217,"New York, NY and NJ",217,"New York, NY and NJ" +306,119,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,120,244,"Providence, RI",244,"Providence, RI" +306,121,241,"Philadelphia, PA",241,"Philadelphia, PA" +306,122,241,"Philadelphia, PA",241,"Philadelphia, PA" +306,123,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,124,223,"New York, NY and NJ",223,"New York, NY and NJ" +306,125,198,"Baltimore, MD",198,"Baltimore, MD" +306,126,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,127,241,"Philadelphia, PA",241,"Philadelphia, PA" +306,128,201,"Boston, MA",201,"Boston, MA" +306,129,198,"Baltimore, MD",198,"Baltimore, MD" +306,130,245,"Charleston, SC",245,"Charleston, SC" +306,131,241,"Philadelphia, PA",241,"Philadelphia, PA" +306,132,244,"Providence, RI",244,"Providence, RI" +306,151,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +306,152,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +306,153,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +306,154,154,"Anchorage, AK",154,"Anchorage, AK" +306,155,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +306,156,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +306,157,217,"New York, NY and NJ",197,"Portland, ME" +306,158,217,"New York, NY and NJ",201,"Boston, MA" +306,159,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +306,160,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +306,161,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +306,162,178,"Brunswick, GA",223,"New York, NY and NJ" +306,163,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +306,164,223,"New York, NY and NJ",223,"New York, NY and NJ" +306,165,223,"New York, NY and NJ",198,"Baltimore, MD" +306,166,244,"Providence, RI",217,"New York, NY and NJ" +306,167,223,"New York, NY and NJ",217,"New York, NY and NJ" +306,168,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +306,169,223,"New York, NY and NJ",223,"New York, NY and NJ" +306,170,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +306,171,198,"Baltimore, MD",223,"New York, NY and NJ" +306,172,217,"New York, NY and NJ",241,"Philadelphia, PA" +306,173,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +306,174,201,"Boston, MA",177,"Savannah, GA" +306,175,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +306,176,201,"Boston, MA",177,"Savannah, GA" +306,177,198,"Baltimore, MD",217,"New York, NY and NJ" +306,178,244,"Providence, RI",265,"Norfolk Harbor, VA" +306,179,179,"Honolulu, HI",179,"Honolulu, HI" +306,180,179,"Honolulu, HI",179,"Honolulu, HI" +306,181,223,"New York, NY and NJ",169,"Wilmington, DE" +306,183,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +306,184,197,"Portland, ME",244,"Providence, RI" +306,185,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +306,186,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,187,201,"Boston, MA",223,"New York, NY and NJ" +306,188,201,"Boston, MA",197,"Portland, ME" +306,189,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +306,190,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,191,198,"Baltimore, MD",241,"Philadelphia, PA" +306,192,217,"New York, NY and NJ",244,"Providence, RI" +306,193,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +306,194,223,"New York, NY and NJ",208,"Pascagoula, MS" +306,195,223,"New York, NY and NJ",217,"New York, NY and NJ" +306,196,223,"New York, NY and NJ",208,"Pascagoula, MS" +306,197,241,"Philadelphia, PA",223,"New York, NY and NJ" +306,198,217,"New York, NY and NJ",197,"Portland, ME" +306,199,223,"New York, NY and NJ",169,"Wilmington, DE" +306,200,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +306,201,197,"Portland, ME",241,"Philadelphia, PA" +306,202,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +306,203,223,"New York, NY and NJ",198,"Baltimore, MD" +306,204,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +306,205,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,206,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +306,207,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,208,241,"Philadelphia, PA",229,"Wilmington, NC" +306,209,241,"Philadelphia, PA",223,"New York, NY and NJ" +306,210,217,"New York, NY and NJ",223,"New York, NY and NJ" +306,211,201,"Boston, MA",223,"New York, NY and NJ" +306,212,241,"Philadelphia, PA",217,"New York, NY and NJ" +306,213,223,"New York, NY and NJ",201,"Boston, MA" +306,214,197,"Portland, ME",177,"Savannah, GA" +306,215,197,"Portland, ME",223,"New York, NY and NJ" +306,216,201,"Boston, MA",169,"Wilmington, DE" +306,217,217,"New York, NY and NJ",223,"New York, NY and NJ" +306,218,241,"Philadelphia, PA",197,"Portland, ME" +306,219,217,"New York, NY and NJ",217,"New York, NY and NJ" +306,220,197,"Portland, ME",223,"New York, NY and NJ" +306,221,223,"New York, NY and NJ",201,"Boston, MA" +306,222,223,"New York, NY and NJ",217,"New York, NY and NJ" +306,223,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +306,224,201,"Boston, MA",198,"Baltimore, MD" +306,225,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +306,226,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +306,227,244,"Providence, RI",217,"New York, NY and NJ" +306,228,265,"Norfolk Harbor, VA",197,"Portland, ME" +306,229,223,"New York, NY and NJ",197,"Portland, ME" +306,230,198,"Baltimore, MD",198,"Baltimore, MD" +306,231,241,"Philadelphia, PA",201,"Boston, MA" +306,232,201,"Boston, MA",241,"Philadelphia, PA" +306,233,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +306,234,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +306,235,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +306,236,223,"New York, NY and NJ",198,"Baltimore, MD" +306,237,265,"Norfolk Harbor, VA",197,"Portland, ME" +306,238,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +306,239,197,"Portland, ME",241,"Philadelphia, PA" +306,240,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +306,241,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +306,242,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +306,243,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +306,244,217,"New York, NY and NJ",241,"Philadelphia, PA" +306,245,241,"Philadelphia, PA",223,"New York, NY and NJ" +306,246,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +306,247,223,"New York, NY and NJ",244,"Providence, RI" +306,248,169,"Wilmington, DE",217,"New York, NY and NJ" +306,249,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +306,250,201,"Boston, MA",197,"Portland, ME" +306,251,223,"New York, NY and NJ",217,"New York, NY and NJ" +306,252,265,"Norfolk Harbor, VA",178,"Brunswick, GA" +306,253,198,"Baltimore, MD",245,"Charleston, SC" +306,254,244,"Providence, RI",169,"Wilmington, DE" +306,255,244,"Providence, RI",245,"Charleston, SC" +306,256,217,"New York, NY and NJ",241,"Philadelphia, PA" +306,257,241,"Philadelphia, PA",223,"New York, NY and NJ" +306,258,201,"Boston, MA",217,"New York, NY and NJ" +306,259,265,"Norfolk Harbor, VA",201,"Boston, MA" +306,260,241,"Philadelphia, PA",177,"Savannah, GA" +306,261,198,"Baltimore, MD",223,"New York, NY and NJ" +306,262,197,"Portland, ME",198,"Baltimore, MD" +306,263,223,"New York, NY and NJ",241,"Philadelphia, PA" +306,264,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +306,265,265,"Norfolk Harbor, VA",201,"Boston, MA" +306,266,217,"New York, NY and NJ",223,"New York, NY and NJ" +306,267,241,"Philadelphia, PA",223,"New York, NY and NJ" +306,268,244,"Providence, RI",197,"Portland, ME" +306,269,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +306,270,201,"Boston, MA",171,"Jacksonville, FL" +306,271,241,"Philadelphia, PA",197,"Portland, ME" +306,272,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +306,273,241,"Philadelphia, PA",229,"Wilmington, NC" +307,1,241,"Philadelphia, PA",241,"Philadelphia, PA" +307,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,3,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,4,241,"Philadelphia, PA",241,"Philadelphia, PA" +307,5,201,"Boston, MA",201,"Boston, MA" +307,6,241,"Philadelphia, PA",241,"Philadelphia, PA" +307,7,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,8,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,9,201,"Boston, MA",201,"Boston, MA" +307,10,198,"Baltimore, MD",198,"Baltimore, MD" +307,11,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,12,197,"Portland, ME",197,"Portland, ME" +307,13,198,"Baltimore, MD",198,"Baltimore, MD" +307,14,198,"Baltimore, MD",198,"Baltimore, MD" +307,15,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +307,16,178,"Brunswick, GA",178,"Brunswick, GA" +307,17,198,"Baltimore, MD",198,"Baltimore, MD" +307,18,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,19,241,"Philadelphia, PA",241,"Philadelphia, PA" +307,20,223,"New York, NY and NJ",223,"New York, NY and NJ" +307,21,198,"Baltimore, MD",198,"Baltimore, MD" +307,22,223,"New York, NY and NJ",223,"New York, NY and NJ" +307,23,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,24,197,"Portland, ME",197,"Portland, ME" +307,25,223,"New York, NY and NJ",223,"New York, NY and NJ" +307,26,169,"Wilmington, DE",169,"Wilmington, DE" +307,27,198,"Baltimore, MD",198,"Baltimore, MD" +307,28,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,29,223,"New York, NY and NJ",223,"New York, NY and NJ" +307,30,241,"Philadelphia, PA",241,"Philadelphia, PA" +307,31,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,32,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,33,201,"Boston, MA",201,"Boston, MA" +307,34,201,"Boston, MA",201,"Boston, MA" +307,35,223,"New York, NY and NJ",223,"New York, NY and NJ" +307,36,198,"Baltimore, MD",198,"Baltimore, MD" +307,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +307,38,197,"Portland, ME",197,"Portland, ME" +307,39,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,40,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,41,198,"Baltimore, MD",198,"Baltimore, MD" +307,42,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,43,198,"Baltimore, MD",198,"Baltimore, MD" +307,44,241,"Philadelphia, PA",241,"Philadelphia, PA" +307,45,223,"New York, NY and NJ",223,"New York, NY and NJ" +307,46,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,47,223,"New York, NY and NJ",223,"New York, NY and NJ" +307,48,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,49,197,"Portland, ME",197,"Portland, ME" +307,50,198,"Baltimore, MD",198,"Baltimore, MD" +307,51,198,"Baltimore, MD",198,"Baltimore, MD" +307,52,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,53,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +307,54,223,"New York, NY and NJ",223,"New York, NY and NJ" +307,55,197,"Portland, ME",197,"Portland, ME" +307,56,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,57,201,"Boston, MA",201,"Boston, MA" +307,58,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,59,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,60,241,"Philadelphia, PA",241,"Philadelphia, PA" +307,61,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,62,245,"Charleston, SC",245,"Charleston, SC" +307,63,241,"Philadelphia, PA",241,"Philadelphia, PA" +307,64,197,"Portland, ME",197,"Portland, ME" +307,65,201,"Boston, MA",201,"Boston, MA" +307,66,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,67,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,68,241,"Philadelphia, PA",241,"Philadelphia, PA" +307,69,174,"Tampa, FL",174,"Tampa, FL" +307,70,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,71,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +307,73,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,74,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,75,244,"Providence, RI",244,"Providence, RI" +307,76,223,"New York, NY and NJ",223,"New York, NY and NJ" +307,77,201,"Boston, MA",201,"Boston, MA" +307,78,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,79,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,80,241,"Philadelphia, PA",241,"Philadelphia, PA" +307,81,172,"Port Everglades, FL",172,"Port Everglades, FL" +307,82,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,83,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,84,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,85,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +307,86,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,87,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +307,88,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,89,241,"Philadelphia, PA",241,"Philadelphia, PA" +307,90,201,"Boston, MA",201,"Boston, MA" +307,91,245,"Charleston, SC",245,"Charleston, SC" +307,92,223,"New York, NY and NJ",223,"New York, NY and NJ" +307,93,223,"New York, NY and NJ",223,"New York, NY and NJ" +307,94,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,95,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,96,198,"Baltimore, MD",198,"Baltimore, MD" +307,97,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,98,198,"Baltimore, MD",198,"Baltimore, MD" +307,99,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,100,201,"Boston, MA",201,"Boston, MA" +307,101,223,"New York, NY and NJ",223,"New York, NY and NJ" +307,102,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,103,177,"Savannah, GA",177,"Savannah, GA" +307,104,177,"Savannah, GA",177,"Savannah, GA" +307,105,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,106,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,107,223,"New York, NY and NJ",223,"New York, NY and NJ" +307,108,197,"Portland, ME",197,"Portland, ME" +307,109,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,110,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,111,197,"Portland, ME",197,"Portland, ME" +307,112,223,"New York, NY and NJ",223,"New York, NY and NJ" +307,113,198,"Baltimore, MD",198,"Baltimore, MD" +307,114,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,115,197,"Portland, ME",197,"Portland, ME" +307,116,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,117,198,"Baltimore, MD",198,"Baltimore, MD" +307,118,223,"New York, NY and NJ",223,"New York, NY and NJ" +307,119,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,120,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,121,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,122,177,"Savannah, GA",177,"Savannah, GA" +307,123,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,124,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +307,126,198,"Baltimore, MD",198,"Baltimore, MD" +307,127,241,"Philadelphia, PA",241,"Philadelphia, PA" +307,128,223,"New York, NY and NJ",223,"New York, NY and NJ" +307,129,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,130,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,131,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,132,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,151,197,"Portland, ME",223,"New York, NY and NJ" +307,152,197,"Portland, ME",265,"Norfolk Harbor, VA" +307,153,197,"Portland, ME",152,"Mobile, AL" +307,154,154,"Anchorage, AK",154,"Anchorage, AK" +307,155,177,"Savannah, GA",201,"Boston, MA" +307,156,223,"New York, NY and NJ",217,"New York, NY and NJ" +307,157,169,"Wilmington, DE",223,"New York, NY and NJ" +307,158,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +307,159,241,"Philadelphia, PA",229,"Wilmington, NC" +307,160,223,"New York, NY and NJ",245,"Charleston, SC" +307,161,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +307,162,201,"Boston, MA",265,"Norfolk Harbor, VA" +307,163,201,"Boston, MA",244,"Providence, RI" +307,164,241,"Philadelphia, PA",245,"Charleston, SC" +307,165,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +307,166,241,"Philadelphia, PA",198,"Baltimore, MD" +307,167,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +307,168,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,169,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +307,170,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,171,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +307,172,172,"Port Everglades, FL",223,"New York, NY and NJ" +307,173,177,"Savannah, GA",217,"New York, NY and NJ" +307,174,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +307,175,217,"New York, NY and NJ",172,"Port Everglades, FL" +307,176,223,"New York, NY and NJ",217,"New York, NY and NJ" +307,177,198,"Baltimore, MD",223,"New York, NY and NJ" +307,178,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +307,179,179,"Honolulu, HI",179,"Honolulu, HI" +307,180,179,"Honolulu, HI",179,"Honolulu, HI" +307,181,201,"Boston, MA",223,"New York, NY and NJ" +307,183,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +307,184,201,"Boston, MA",265,"Norfolk Harbor, VA" +307,185,201,"Boston, MA",198,"Baltimore, MD" +307,186,198,"Baltimore, MD",197,"Portland, ME" +307,187,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,188,217,"New York, NY and NJ",198,"Baltimore, MD" +307,189,201,"Boston, MA",217,"New York, NY and NJ" +307,190,177,"Savannah, GA",265,"Norfolk Harbor, VA" +307,191,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +307,192,198,"Baltimore, MD",223,"New York, NY and NJ" +307,193,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +307,194,197,"Portland, ME",174,"Tampa, FL" +307,195,265,"Norfolk Harbor, VA",177,"Savannah, GA" +307,196,201,"Boston, MA",172,"Port Everglades, FL" +307,197,223,"New York, NY and NJ",201,"Boston, MA" +307,198,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,199,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +307,200,217,"New York, NY and NJ",223,"New York, NY and NJ" +307,201,201,"Boston, MA",197,"Portland, ME" +307,202,197,"Portland, ME",201,"Boston, MA" +307,203,217,"New York, NY and NJ",201,"Boston, MA" +307,204,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +307,205,197,"Portland, ME",265,"Norfolk Harbor, VA" +307,206,201,"Boston, MA",218,"Camden-Gloucester, NJ" +307,207,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,208,201,"Boston, MA",265,"Norfolk Harbor, VA" +307,209,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +307,210,223,"New York, NY and NJ",197,"Portland, ME" +307,211,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +307,212,201,"Boston, MA",223,"New York, NY and NJ" +307,213,172,"Port Everglades, FL",223,"New York, NY and NJ" +307,214,198,"Baltimore, MD",198,"Baltimore, MD" +307,215,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +307,216,217,"New York, NY and NJ",201,"Boston, MA" +307,217,241,"Philadelphia, PA",201,"Boston, MA" +307,218,241,"Philadelphia, PA",217,"New York, NY and NJ" +307,219,217,"New York, NY and NJ",217,"New York, NY and NJ" +307,220,177,"Savannah, GA",223,"New York, NY and NJ" +307,221,169,"Wilmington, DE",223,"New York, NY and NJ" +307,222,201,"Boston, MA",217,"New York, NY and NJ" +307,223,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +307,224,197,"Portland, ME",265,"Norfolk Harbor, VA" +307,225,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +307,226,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +307,227,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,228,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +307,229,177,"Savannah, GA",217,"New York, NY and NJ" +307,230,223,"New York, NY and NJ",169,"Wilmington, DE" +307,231,229,"Wilmington, NC",217,"New York, NY and NJ" +307,232,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +307,233,201,"Boston, MA",218,"Camden-Gloucester, NJ" +307,234,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,235,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,236,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +307,237,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,238,223,"New York, NY and NJ",201,"Boston, MA" +307,239,197,"Portland, ME",223,"New York, NY and NJ" +307,240,241,"Philadelphia, PA",198,"Baltimore, MD" +307,241,223,"New York, NY and NJ",217,"New York, NY and NJ" +307,242,223,"New York, NY and NJ",198,"Baltimore, MD" +307,243,201,"Boston, MA",197,"Portland, ME" +307,244,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +307,245,223,"New York, NY and NJ",245,"Charleston, SC" +307,246,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +307,247,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +307,248,197,"Portland, ME",223,"New York, NY and NJ" +307,249,177,"Savannah, GA",265,"Norfolk Harbor, VA" +307,250,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +307,251,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +307,252,229,"Wilmington, NC",195,"New Orleans, LA" +307,253,241,"Philadelphia, PA",253,"Beaumont, TX" +307,254,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +307,255,223,"New York, NY and NJ",223,"New York, NY and NJ" +307,256,201,"Boston, MA",265,"Norfolk Harbor, VA" +307,257,218,"Camden-Gloucester, NJ",257,"Houston, TX" +307,258,245,"Charleston, SC",195,"New Orleans, LA" +307,259,265,"Norfolk Harbor, VA",152,"Mobile, AL" +307,260,223,"New York, NY and NJ",195,"New Orleans, LA" +307,261,223,"New York, NY and NJ",195,"New Orleans, LA" +307,262,217,"New York, NY and NJ",197,"Portland, ME" +307,263,223,"New York, NY and NJ",223,"New York, NY and NJ" +307,264,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +307,265,217,"New York, NY and NJ",223,"New York, NY and NJ" +307,266,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +307,267,223,"New York, NY and NJ",197,"Portland, ME" +307,268,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +307,269,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +307,270,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +307,271,201,"Boston, MA",218,"Camden-Gloucester, NJ" +307,272,223,"New York, NY and NJ",169,"Wilmington, DE" +307,273,223,"New York, NY and NJ",217,"New York, NY and NJ" +308,1,159,"Long Beach, CA",159,"Long Beach, CA" +308,2,159,"Long Beach, CA",159,"Long Beach, CA" +308,3,159,"Long Beach, CA",159,"Long Beach, CA" +308,4,159,"Long Beach, CA",159,"Long Beach, CA" +308,5,268,"Seattle, WA",268,"Seattle, WA" +308,6,268,"Seattle, WA",268,"Seattle, WA" +308,7,162,"Oakland, CA",162,"Oakland, CA" +308,8,159,"Long Beach, CA",159,"Long Beach, CA" +308,9,239,"Portland, OR",239,"Portland, OR" +308,10,269,"Longview, WA",269,"Longview, WA" +308,11,268,"Seattle, WA",268,"Seattle, WA" +308,12,268,"Seattle, WA",268,"Seattle, WA" +308,13,159,"Long Beach, CA",159,"Long Beach, CA" +308,14,268,"Seattle, WA",268,"Seattle, WA" +308,15,159,"Long Beach, CA",159,"Long Beach, CA" +308,16,268,"Seattle, WA",268,"Seattle, WA" +308,17,162,"Oakland, CA",162,"Oakland, CA" +308,18,268,"Seattle, WA",268,"Seattle, WA" +308,19,239,"Portland, OR",239,"Portland, OR" +308,20,162,"Oakland, CA",162,"Oakland, CA" +308,21,159,"Long Beach, CA",159,"Long Beach, CA" +308,22,159,"Long Beach, CA",159,"Long Beach, CA" +308,23,162,"Oakland, CA",162,"Oakland, CA" +308,24,162,"Oakland, CA",162,"Oakland, CA" +308,25,269,"Longview, WA",269,"Longview, WA" +308,26,159,"Long Beach, CA",159,"Long Beach, CA" +308,27,268,"Seattle, WA",268,"Seattle, WA" +308,28,159,"Long Beach, CA",159,"Long Beach, CA" +308,29,159,"Long Beach, CA",159,"Long Beach, CA" +308,30,162,"Oakland, CA",162,"Oakland, CA" +308,31,162,"Oakland, CA",162,"Oakland, CA" +308,32,159,"Long Beach, CA",159,"Long Beach, CA" +308,33,162,"Oakland, CA",162,"Oakland, CA" +308,34,268,"Seattle, WA",268,"Seattle, WA" +308,35,269,"Longview, WA",269,"Longview, WA" +308,36,159,"Long Beach, CA",159,"Long Beach, CA" +308,37,162,"Oakland, CA",162,"Oakland, CA" +308,38,268,"Seattle, WA",268,"Seattle, WA" +308,39,159,"Long Beach, CA",159,"Long Beach, CA" +308,40,159,"Long Beach, CA",159,"Long Beach, CA" +308,41,162,"Oakland, CA",162,"Oakland, CA" +308,42,159,"Long Beach, CA",159,"Long Beach, CA" +308,43,239,"Portland, OR",239,"Portland, OR" +308,44,159,"Long Beach, CA",159,"Long Beach, CA" +308,45,159,"Long Beach, CA",159,"Long Beach, CA" +308,46,162,"Oakland, CA",162,"Oakland, CA" +308,47,162,"Oakland, CA",162,"Oakland, CA" +308,48,159,"Long Beach, CA",159,"Long Beach, CA" +308,49,159,"Long Beach, CA",159,"Long Beach, CA" +308,50,269,"Longview, WA",269,"Longview, WA" +308,51,162,"Oakland, CA",162,"Oakland, CA" +308,52,159,"Long Beach, CA",159,"Long Beach, CA" +308,53,159,"Long Beach, CA",159,"Long Beach, CA" +308,54,159,"Long Beach, CA",159,"Long Beach, CA" +308,55,159,"Long Beach, CA",159,"Long Beach, CA" +308,56,268,"Seattle, WA",268,"Seattle, WA" +308,57,159,"Long Beach, CA",159,"Long Beach, CA" +308,58,159,"Long Beach, CA",159,"Long Beach, CA" +308,59,159,"Long Beach, CA",159,"Long Beach, CA" +308,60,159,"Long Beach, CA",159,"Long Beach, CA" +308,61,159,"Long Beach, CA",159,"Long Beach, CA" +308,62,159,"Long Beach, CA",159,"Long Beach, CA" +308,63,269,"Longview, WA",269,"Longview, WA" +308,64,239,"Portland, OR",239,"Portland, OR" +308,65,159,"Long Beach, CA",159,"Long Beach, CA" +308,66,268,"Seattle, WA",268,"Seattle, WA" +308,67,162,"Oakland, CA",162,"Oakland, CA" +308,68,159,"Long Beach, CA",159,"Long Beach, CA" +308,69,159,"Long Beach, CA",159,"Long Beach, CA" +308,70,268,"Seattle, WA",268,"Seattle, WA" +308,71,159,"Long Beach, CA",159,"Long Beach, CA" +308,72,159,"Long Beach, CA",159,"Long Beach, CA" +308,73,159,"Long Beach, CA",159,"Long Beach, CA" +308,74,159,"Long Beach, CA",159,"Long Beach, CA" +308,75,159,"Long Beach, CA",159,"Long Beach, CA" +308,76,159,"Long Beach, CA",159,"Long Beach, CA" +308,77,268,"Seattle, WA",268,"Seattle, WA" +308,78,268,"Seattle, WA",268,"Seattle, WA" +308,79,268,"Seattle, WA",268,"Seattle, WA" +308,80,159,"Long Beach, CA",159,"Long Beach, CA" +308,81,159,"Long Beach, CA",159,"Long Beach, CA" +308,82,159,"Long Beach, CA",159,"Long Beach, CA" +308,83,268,"Seattle, WA",268,"Seattle, WA" +308,84,159,"Long Beach, CA",159,"Long Beach, CA" +308,85,162,"Oakland, CA",162,"Oakland, CA" +308,86,162,"Oakland, CA",162,"Oakland, CA" +308,87,159,"Long Beach, CA",159,"Long Beach, CA" +308,88,159,"Long Beach, CA",159,"Long Beach, CA" +308,89,159,"Long Beach, CA",159,"Long Beach, CA" +308,90,162,"Oakland, CA",162,"Oakland, CA" +308,91,268,"Seattle, WA",268,"Seattle, WA" +308,92,268,"Seattle, WA",268,"Seattle, WA" +308,93,159,"Long Beach, CA",159,"Long Beach, CA" +308,94,239,"Portland, OR",239,"Portland, OR" +308,95,162,"Oakland, CA",162,"Oakland, CA" +308,96,268,"Seattle, WA",268,"Seattle, WA" +308,97,239,"Portland, OR",239,"Portland, OR" +308,98,268,"Seattle, WA",268,"Seattle, WA" +308,99,269,"Longview, WA",269,"Longview, WA" +308,100,159,"Long Beach, CA",159,"Long Beach, CA" +308,101,159,"Long Beach, CA",159,"Long Beach, CA" +308,102,162,"Oakland, CA",162,"Oakland, CA" +308,103,162,"Oakland, CA",162,"Oakland, CA" +308,104,159,"Long Beach, CA",159,"Long Beach, CA" +308,105,159,"Long Beach, CA",159,"Long Beach, CA" +308,106,159,"Long Beach, CA",159,"Long Beach, CA" +308,107,159,"Long Beach, CA",159,"Long Beach, CA" +308,108,162,"Oakland, CA",162,"Oakland, CA" +308,109,159,"Long Beach, CA",159,"Long Beach, CA" +308,110,159,"Long Beach, CA",159,"Long Beach, CA" +308,111,159,"Long Beach, CA",159,"Long Beach, CA" +308,112,269,"Longview, WA",269,"Longview, WA" +308,113,159,"Long Beach, CA",159,"Long Beach, CA" +308,114,159,"Long Beach, CA",159,"Long Beach, CA" +308,115,159,"Long Beach, CA",159,"Long Beach, CA" +308,116,159,"Long Beach, CA",159,"Long Beach, CA" +308,117,159,"Long Beach, CA",159,"Long Beach, CA" +308,118,269,"Longview, WA",269,"Longview, WA" +308,119,268,"Seattle, WA",268,"Seattle, WA" +308,120,159,"Long Beach, CA",159,"Long Beach, CA" +308,121,159,"Long Beach, CA",159,"Long Beach, CA" +308,122,239,"Portland, OR",239,"Portland, OR" +308,123,159,"Long Beach, CA",159,"Long Beach, CA" +308,124,159,"Long Beach, CA",159,"Long Beach, CA" +308,125,239,"Portland, OR",239,"Portland, OR" +308,126,159,"Long Beach, CA",159,"Long Beach, CA" +308,127,268,"Seattle, WA",268,"Seattle, WA" +308,128,159,"Long Beach, CA",159,"Long Beach, CA" +308,129,159,"Long Beach, CA",159,"Long Beach, CA" +308,130,159,"Long Beach, CA",159,"Long Beach, CA" +308,131,159,"Long Beach, CA",159,"Long Beach, CA" +308,132,162,"Oakland, CA",162,"Oakland, CA" +308,151,268,"Seattle, WA",159,"Long Beach, CA" +308,152,269,"Longview, WA",159,"Long Beach, CA" +308,153,159,"Long Beach, CA",159,"Long Beach, CA" +308,154,154,"Anchorage, AK",154,"Anchorage, AK" +308,155,159,"Long Beach, CA",159,"Long Beach, CA" +308,156,268,"Seattle, WA",159,"Long Beach, CA" +308,157,268,"Seattle, WA",159,"Long Beach, CA" +308,158,159,"Long Beach, CA",159,"Long Beach, CA" +308,159,159,"Long Beach, CA",159,"Long Beach, CA" +308,160,268,"Seattle, WA",159,"Long Beach, CA" +308,161,159,"Long Beach, CA",162,"Oakland, CA" +308,162,159,"Long Beach, CA",159,"Long Beach, CA" +308,163,159,"Long Beach, CA",162,"Oakland, CA" +308,164,268,"Seattle, WA",159,"Long Beach, CA" +308,165,268,"Seattle, WA",159,"Long Beach, CA" +308,166,159,"Long Beach, CA",159,"Long Beach, CA" +308,167,268,"Seattle, WA",159,"Long Beach, CA" +308,168,159,"Long Beach, CA",159,"Long Beach, CA" +308,169,162,"Oakland, CA",159,"Long Beach, CA" +308,170,268,"Seattle, WA",268,"Seattle, WA" +308,171,268,"Seattle, WA",239,"Portland, OR" +308,172,159,"Long Beach, CA",159,"Long Beach, CA" +308,173,268,"Seattle, WA",159,"Long Beach, CA" +308,174,159,"Long Beach, CA",268,"Seattle, WA" +308,175,159,"Long Beach, CA",159,"Long Beach, CA" +308,176,239,"Portland, OR",159,"Long Beach, CA" +308,177,159,"Long Beach, CA",159,"Long Beach, CA" +308,178,268,"Seattle, WA",239,"Portland, OR" +308,179,179,"Honolulu, HI",179,"Honolulu, HI" +308,180,179,"Honolulu, HI",179,"Honolulu, HI" +308,181,159,"Long Beach, CA",159,"Long Beach, CA" +308,183,162,"Oakland, CA",239,"Portland, OR" +308,184,159,"Long Beach, CA",268,"Seattle, WA" +308,185,159,"Long Beach, CA",159,"Long Beach, CA" +308,186,268,"Seattle, WA",159,"Long Beach, CA" +308,187,159,"Long Beach, CA",162,"Oakland, CA" +308,188,159,"Long Beach, CA",159,"Long Beach, CA" +308,189,268,"Seattle, WA",268,"Seattle, WA" +308,190,268,"Seattle, WA",159,"Long Beach, CA" +308,191,159,"Long Beach, CA",159,"Long Beach, CA" +308,192,159,"Long Beach, CA",159,"Long Beach, CA" +308,193,159,"Long Beach, CA",268,"Seattle, WA" +308,194,162,"Oakland, CA",268,"Seattle, WA" +308,195,159,"Long Beach, CA",159,"Long Beach, CA" +308,196,162,"Oakland, CA",159,"Long Beach, CA" +308,197,162,"Oakland, CA",268,"Seattle, WA" +308,198,159,"Long Beach, CA",268,"Seattle, WA" +308,199,162,"Oakland, CA",162,"Oakland, CA" +308,200,162,"Oakland, CA",159,"Long Beach, CA" +308,201,159,"Long Beach, CA",159,"Long Beach, CA" +308,202,162,"Oakland, CA",159,"Long Beach, CA" +308,203,268,"Seattle, WA",159,"Long Beach, CA" +308,204,159,"Long Beach, CA",159,"Long Beach, CA" +308,205,159,"Long Beach, CA",159,"Long Beach, CA" +308,206,269,"Longview, WA",159,"Long Beach, CA" +308,207,239,"Portland, OR",159,"Long Beach, CA" +308,208,159,"Long Beach, CA",268,"Seattle, WA" +308,209,268,"Seattle, WA",162,"Oakland, CA" +308,210,268,"Seattle, WA",239,"Portland, OR" +308,211,162,"Oakland, CA",159,"Long Beach, CA" +308,212,162,"Oakland, CA",162,"Oakland, CA" +308,213,162,"Oakland, CA",159,"Long Beach, CA" +308,214,159,"Long Beach, CA",159,"Long Beach, CA" +308,215,159,"Long Beach, CA",159,"Long Beach, CA" +308,216,268,"Seattle, WA",268,"Seattle, WA" +308,217,239,"Portland, OR",159,"Long Beach, CA" +308,218,159,"Long Beach, CA",159,"Long Beach, CA" +308,219,268,"Seattle, WA",269,"Longview, WA" +308,220,159,"Long Beach, CA",159,"Long Beach, CA" +308,221,159,"Long Beach, CA",159,"Long Beach, CA" +308,222,268,"Seattle, WA",159,"Long Beach, CA" +308,223,162,"Oakland, CA",162,"Oakland, CA" +308,224,268,"Seattle, WA",159,"Long Beach, CA" +308,225,268,"Seattle, WA",159,"Long Beach, CA" +308,226,162,"Oakland, CA",269,"Longview, WA" +308,227,268,"Seattle, WA",239,"Portland, OR" +308,228,159,"Long Beach, CA",162,"Oakland, CA" +308,229,162,"Oakland, CA",162,"Oakland, CA" +308,230,159,"Long Beach, CA",159,"Long Beach, CA" +308,231,268,"Seattle, WA",159,"Long Beach, CA" +308,232,159,"Long Beach, CA",159,"Long Beach, CA" +308,233,159,"Long Beach, CA",159,"Long Beach, CA" +308,234,159,"Long Beach, CA",159,"Long Beach, CA" +308,235,159,"Long Beach, CA",159,"Long Beach, CA" +308,236,159,"Long Beach, CA",268,"Seattle, WA" +308,237,268,"Seattle, WA",268,"Seattle, WA" +308,238,159,"Long Beach, CA",159,"Long Beach, CA" +308,239,268,"Seattle, WA",162,"Oakland, CA" +308,240,268,"Seattle, WA",159,"Long Beach, CA" +308,241,269,"Longview, WA",268,"Seattle, WA" +308,242,268,"Seattle, WA",268,"Seattle, WA" +308,243,268,"Seattle, WA",159,"Long Beach, CA" +308,244,162,"Oakland, CA",269,"Longview, WA" +308,245,159,"Long Beach, CA",162,"Oakland, CA" +308,246,159,"Long Beach, CA",268,"Seattle, WA" +308,247,159,"Long Beach, CA",159,"Long Beach, CA" +308,248,159,"Long Beach, CA",239,"Portland, OR" +308,249,162,"Oakland, CA",159,"Long Beach, CA" +308,250,239,"Portland, OR",162,"Oakland, CA" +308,251,159,"Long Beach, CA",268,"Seattle, WA" +308,252,159,"Long Beach, CA",159,"Long Beach, CA" +308,253,268,"Seattle, WA",159,"Long Beach, CA" +308,254,159,"Long Beach, CA",159,"Long Beach, CA" +308,255,159,"Long Beach, CA",159,"Long Beach, CA" +308,256,269,"Longview, WA",159,"Long Beach, CA" +308,257,159,"Long Beach, CA",159,"Long Beach, CA" +308,258,268,"Seattle, WA",268,"Seattle, WA" +308,259,162,"Oakland, CA",268,"Seattle, WA" +308,260,159,"Long Beach, CA",159,"Long Beach, CA" +308,261,162,"Oakland, CA",239,"Portland, OR" +308,262,159,"Long Beach, CA",159,"Long Beach, CA" +308,263,159,"Long Beach, CA",159,"Long Beach, CA" +308,264,268,"Seattle, WA",268,"Seattle, WA" +308,265,159,"Long Beach, CA",239,"Portland, OR" +308,266,162,"Oakland, CA",159,"Long Beach, CA" +308,267,159,"Long Beach, CA",159,"Long Beach, CA" +308,268,268,"Seattle, WA",159,"Long Beach, CA" +308,269,159,"Long Beach, CA",268,"Seattle, WA" +308,270,159,"Long Beach, CA",162,"Oakland, CA" +308,271,268,"Seattle, WA",159,"Long Beach, CA" +308,272,159,"Long Beach, CA",159,"Long Beach, CA" +308,273,159,"Long Beach, CA",159,"Long Beach, CA" +309,1,201,"Boston, MA",201,"Boston, MA" +309,2,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +309,3,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +309,4,197,"Portland, ME",197,"Portland, ME" +309,5,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +309,6,223,"New York, NY and NJ",223,"New York, NY and NJ" +309,7,241,"Philadelphia, PA",241,"Philadelphia, PA" +309,8,241,"Philadelphia, PA",241,"Philadelphia, PA" +309,9,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +309,10,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +309,11,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,12,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +309,13,223,"New York, NY and NJ",223,"New York, NY and NJ" +309,14,223,"New York, NY and NJ",223,"New York, NY and NJ" +309,15,223,"New York, NY and NJ",223,"New York, NY and NJ" +309,16,198,"Baltimore, MD",198,"Baltimore, MD" +309,17,198,"Baltimore, MD",198,"Baltimore, MD" +309,18,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,19,223,"New York, NY and NJ",223,"New York, NY and NJ" +309,20,223,"New York, NY and NJ",223,"New York, NY and NJ" +309,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +309,22,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,23,198,"Baltimore, MD",198,"Baltimore, MD" +309,24,201,"Boston, MA",201,"Boston, MA" +309,25,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +309,26,223,"New York, NY and NJ",223,"New York, NY and NJ" +309,27,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,28,223,"New York, NY and NJ",223,"New York, NY and NJ" +309,29,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,30,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,31,198,"Baltimore, MD",198,"Baltimore, MD" +309,32,197,"Portland, ME",197,"Portland, ME" +309,33,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,34,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +309,35,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,36,241,"Philadelphia, PA",241,"Philadelphia, PA" +309,37,241,"Philadelphia, PA",241,"Philadelphia, PA" +309,38,197,"Portland, ME",197,"Portland, ME" +309,39,198,"Baltimore, MD",198,"Baltimore, MD" +309,40,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,41,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,42,201,"Boston, MA",201,"Boston, MA" +309,43,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +309,44,223,"New York, NY and NJ",223,"New York, NY and NJ" +309,45,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +309,46,223,"New York, NY and NJ",223,"New York, NY and NJ" +309,47,241,"Philadelphia, PA",241,"Philadelphia, PA" +309,48,201,"Boston, MA",201,"Boston, MA" +309,49,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +309,50,241,"Philadelphia, PA",241,"Philadelphia, PA" +309,51,201,"Boston, MA",201,"Boston, MA" +309,52,201,"Boston, MA",201,"Boston, MA" +309,53,244,"Providence, RI",244,"Providence, RI" +309,54,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +309,55,229,"Wilmington, NC",229,"Wilmington, NC" +309,56,241,"Philadelphia, PA",241,"Philadelphia, PA" +309,57,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,58,223,"New York, NY and NJ",223,"New York, NY and NJ" +309,59,197,"Portland, ME",197,"Portland, ME" +309,60,201,"Boston, MA",201,"Boston, MA" +309,61,198,"Baltimore, MD",198,"Baltimore, MD" +309,62,201,"Boston, MA",201,"Boston, MA" +309,63,201,"Boston, MA",201,"Boston, MA" +309,64,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +309,65,244,"Providence, RI",244,"Providence, RI" +309,66,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +309,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,68,198,"Baltimore, MD",198,"Baltimore, MD" +309,69,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,70,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +309,71,169,"Wilmington, DE",169,"Wilmington, DE" +309,72,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +309,73,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +309,74,198,"Baltimore, MD",198,"Baltimore, MD" +309,75,241,"Philadelphia, PA",241,"Philadelphia, PA" +309,76,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,77,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +309,78,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +309,79,201,"Boston, MA",201,"Boston, MA" +309,80,197,"Portland, ME",197,"Portland, ME" +309,81,197,"Portland, ME",197,"Portland, ME" +309,82,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,83,223,"New York, NY and NJ",223,"New York, NY and NJ" +309,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +309,85,223,"New York, NY and NJ",223,"New York, NY and NJ" +309,86,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,87,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,88,198,"Baltimore, MD",198,"Baltimore, MD" +309,89,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +309,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +309,92,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +309,93,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,94,197,"Portland, ME",197,"Portland, ME" +309,95,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,96,201,"Boston, MA",201,"Boston, MA" +309,97,198,"Baltimore, MD",198,"Baltimore, MD" +309,98,245,"Charleston, SC",245,"Charleston, SC" +309,99,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,100,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,101,198,"Baltimore, MD",198,"Baltimore, MD" +309,102,223,"New York, NY and NJ",223,"New York, NY and NJ" +309,103,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +309,104,197,"Portland, ME",197,"Portland, ME" +309,105,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,106,201,"Boston, MA",201,"Boston, MA" +309,107,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +309,108,201,"Boston, MA",201,"Boston, MA" +309,109,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,110,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,111,223,"New York, NY and NJ",223,"New York, NY and NJ" +309,112,201,"Boston, MA",201,"Boston, MA" +309,113,241,"Philadelphia, PA",241,"Philadelphia, PA" +309,114,229,"Wilmington, NC",229,"Wilmington, NC" +309,115,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,116,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +309,117,197,"Portland, ME",197,"Portland, ME" +309,118,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,119,201,"Boston, MA",201,"Boston, MA" +309,120,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +309,121,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,122,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,123,223,"New York, NY and NJ",223,"New York, NY and NJ" +309,124,197,"Portland, ME",197,"Portland, ME" +309,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +309,126,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,127,223,"New York, NY and NJ",223,"New York, NY and NJ" +309,128,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,129,197,"Portland, ME",197,"Portland, ME" +309,130,241,"Philadelphia, PA",241,"Philadelphia, PA" +309,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,132,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +309,151,241,"Philadelphia, PA",229,"Wilmington, NC" +309,152,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +309,153,244,"Providence, RI",223,"New York, NY and NJ" +309,154,154,"Anchorage, AK",154,"Anchorage, AK" +309,155,244,"Providence, RI",265,"Norfolk Harbor, VA" +309,156,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +309,157,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +309,158,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +309,159,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +309,160,217,"New York, NY and NJ",198,"Baltimore, MD" +309,161,172,"Port Everglades, FL",198,"Baltimore, MD" +309,162,201,"Boston, MA",223,"New York, NY and NJ" +309,163,217,"New York, NY and NJ",245,"Charleston, SC" +309,164,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +309,165,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +309,166,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +309,167,223,"New York, NY and NJ",217,"New York, NY and NJ" +309,168,201,"Boston, MA",223,"New York, NY and NJ" +309,169,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +309,170,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +309,171,198,"Baltimore, MD",171,"Jacksonville, FL" +309,172,223,"New York, NY and NJ",217,"New York, NY and NJ" +309,173,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +309,174,223,"New York, NY and NJ",171,"Jacksonville, FL" +309,175,217,"New York, NY and NJ",241,"Philadelphia, PA" +309,176,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +309,177,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +309,178,197,"Portland, ME",177,"Savannah, GA" +309,179,179,"Honolulu, HI",179,"Honolulu, HI" +309,180,179,"Honolulu, HI",179,"Honolulu, HI" +309,181,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +309,183,223,"New York, NY and NJ",217,"New York, NY and NJ" +309,184,217,"New York, NY and NJ",241,"Philadelphia, PA" +309,185,217,"New York, NY and NJ",229,"Wilmington, NC" +309,186,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +309,187,229,"Wilmington, NC",244,"Providence, RI" +309,188,217,"New York, NY and NJ",223,"New York, NY and NJ" +309,189,198,"Baltimore, MD",217,"New York, NY and NJ" +309,190,198,"Baltimore, MD",245,"Charleston, SC" +309,191,201,"Boston, MA",265,"Norfolk Harbor, VA" +309,192,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +309,193,172,"Port Everglades, FL",177,"Savannah, GA" +309,194,177,"Savannah, GA",177,"Savannah, GA" +309,195,241,"Philadelphia, PA",193,"Baton Rouge, LA" +309,196,197,"Portland, ME",195,"New Orleans, LA" +309,197,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +309,198,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +309,199,241,"Philadelphia, PA",169,"Wilmington, DE" +309,200,223,"New York, NY and NJ",198,"Baltimore, MD" +309,201,223,"New York, NY and NJ",223,"New York, NY and NJ" +309,202,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +309,203,223,"New York, NY and NJ",241,"Philadelphia, PA" +309,204,197,"Portland, ME",217,"New York, NY and NJ" +309,205,223,"New York, NY and NJ",197,"Portland, ME" +309,206,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +309,207,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +309,208,198,"Baltimore, MD",241,"Philadelphia, PA" +309,209,223,"New York, NY and NJ",197,"Portland, ME" +309,210,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +309,211,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +309,212,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +309,213,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +309,214,218,"Camden-Gloucester, NJ",201,"Boston, MA" +309,215,223,"New York, NY and NJ",208,"Pascagoula, MS" +309,216,223,"New York, NY and NJ",201,"Boston, MA" +309,217,223,"New York, NY and NJ",201,"Boston, MA" +309,218,197,"Portland, ME",169,"Wilmington, DE" +309,219,201,"Boston, MA",223,"New York, NY and NJ" +309,220,265,"Norfolk Harbor, VA",245,"Charleston, SC" +309,221,169,"Wilmington, DE",217,"New York, NY and NJ" +309,222,198,"Baltimore, MD",223,"New York, NY and NJ" +309,223,223,"New York, NY and NJ",197,"Portland, ME" +309,224,201,"Boston, MA",217,"New York, NY and NJ" +309,225,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +309,226,241,"Philadelphia, PA",229,"Wilmington, NC" +309,227,229,"Wilmington, NC",223,"New York, NY and NJ" +309,228,169,"Wilmington, DE",229,"Wilmington, NC" +309,229,265,"Norfolk Harbor, VA",201,"Boston, MA" +309,230,197,"Portland, ME",218,"Camden-Gloucester, NJ" +309,231,201,"Boston, MA",217,"New York, NY and NJ" +309,232,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +309,233,198,"Baltimore, MD",198,"Baltimore, MD" +309,234,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +309,235,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +309,236,229,"Wilmington, NC",195,"New Orleans, LA" +309,237,223,"New York, NY and NJ",169,"Wilmington, DE" +309,238,201,"Boston, MA",217,"New York, NY and NJ" +309,239,217,"New York, NY and NJ",217,"New York, NY and NJ" +309,240,201,"Boston, MA",198,"Baltimore, MD" +309,241,198,"Baltimore, MD",241,"Philadelphia, PA" +309,242,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +309,243,217,"New York, NY and NJ",198,"Baltimore, MD" +309,244,217,"New York, NY and NJ",223,"New York, NY and NJ" +309,245,177,"Savannah, GA",265,"Norfolk Harbor, VA" +309,246,244,"Providence, RI",241,"Philadelphia, PA" +309,247,197,"Portland, ME",217,"New York, NY and NJ" +309,248,223,"New York, NY and NJ",201,"Boston, MA" +309,249,223,"New York, NY and NJ",223,"New York, NY and NJ" +309,250,223,"New York, NY and NJ",197,"Portland, ME" +309,251,223,"New York, NY and NJ",197,"Portland, ME" +309,252,201,"Boston, MA",253,"Beaumont, TX" +309,253,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +309,254,217,"New York, NY and NJ",195,"New Orleans, LA" +309,255,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +309,256,223,"New York, NY and NJ",198,"Baltimore, MD" +309,257,218,"Camden-Gloucester, NJ",171,"Jacksonville, FL" +309,258,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +309,259,241,"Philadelphia, PA",197,"Portland, ME" +309,260,197,"Portland, ME",265,"Norfolk Harbor, VA" +309,261,265,"Norfolk Harbor, VA",201,"Boston, MA" +309,262,201,"Boston, MA",265,"Norfolk Harbor, VA" +309,263,197,"Portland, ME",241,"Philadelphia, PA" +309,264,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +309,265,265,"Norfolk Harbor, VA",244,"Providence, RI" +309,266,241,"Philadelphia, PA",217,"New York, NY and NJ" +309,267,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +309,268,241,"Philadelphia, PA",217,"New York, NY and NJ" +309,269,197,"Portland, ME",265,"Norfolk Harbor, VA" +309,270,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +309,271,217,"New York, NY and NJ",223,"New York, NY and NJ" +309,272,217,"New York, NY and NJ",201,"Boston, MA" +309,273,201,"Boston, MA",265,"Norfolk Harbor, VA" +310,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +310,2,198,"Baltimore, MD",198,"Baltimore, MD" +310,3,208,"Pascagoula, MS",208,"Pascagoula, MS" +310,4,198,"Baltimore, MD",198,"Baltimore, MD" +310,5,223,"New York, NY and NJ",223,"New York, NY and NJ" +310,6,159,"Long Beach, CA",159,"Long Beach, CA" +310,7,195,"New Orleans, LA",195,"New Orleans, LA" +310,8,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +310,9,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +310,10,194,"Lake Charles, LA",194,"Lake Charles, LA" +310,11,162,"Oakland, CA",162,"Oakland, CA" +310,12,159,"Long Beach, CA",159,"Long Beach, CA" +310,13,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +310,14,195,"New Orleans, LA",195,"New Orleans, LA" +310,15,223,"New York, NY and NJ",223,"New York, NY and NJ" +310,16,223,"New York, NY and NJ",223,"New York, NY and NJ" +310,17,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +310,18,217,"New York, NY and NJ",217,"New York, NY and NJ" +310,19,169,"Wilmington, DE",169,"Wilmington, DE" +310,20,223,"New York, NY and NJ",223,"New York, NY and NJ" +310,21,241,"Philadelphia, PA",241,"Philadelphia, PA" +310,22,268,"Seattle, WA",268,"Seattle, WA" +310,23,217,"New York, NY and NJ",217,"New York, NY and NJ" +310,24,159,"Long Beach, CA",159,"Long Beach, CA" +310,25,169,"Wilmington, DE",169,"Wilmington, DE" +310,26,241,"Philadelphia, PA",241,"Philadelphia, PA" +310,27,198,"Baltimore, MD",198,"Baltimore, MD" +310,28,198,"Baltimore, MD",198,"Baltimore, MD" +310,29,208,"Pascagoula, MS",208,"Pascagoula, MS" +310,30,162,"Oakland, CA",162,"Oakland, CA" +310,31,208,"Pascagoula, MS",208,"Pascagoula, MS" +310,32,223,"New York, NY and NJ",223,"New York, NY and NJ" +310,33,152,"Mobile, AL",152,"Mobile, AL" +310,34,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +310,35,172,"Port Everglades, FL",172,"Port Everglades, FL" +310,36,159,"Long Beach, CA",159,"Long Beach, CA" +310,37,241,"Philadelphia, PA",241,"Philadelphia, PA" +310,38,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +310,39,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +310,40,198,"Baltimore, MD",198,"Baltimore, MD" +310,41,208,"Pascagoula, MS",208,"Pascagoula, MS" +310,42,241,"Philadelphia, PA",241,"Philadelphia, PA" +310,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +310,44,198,"Baltimore, MD",198,"Baltimore, MD" +310,45,195,"New Orleans, LA",195,"New Orleans, LA" +310,46,223,"New York, NY and NJ",223,"New York, NY and NJ" +310,47,223,"New York, NY and NJ",223,"New York, NY and NJ" +310,48,201,"Boston, MA",201,"Boston, MA" +310,49,195,"New Orleans, LA",195,"New Orleans, LA" +310,50,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +310,51,223,"New York, NY and NJ",223,"New York, NY and NJ" +310,52,159,"Long Beach, CA",159,"Long Beach, CA" +310,53,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +310,54,159,"Long Beach, CA",159,"Long Beach, CA" +310,55,195,"New Orleans, LA",195,"New Orleans, LA" +310,56,241,"Philadelphia, PA",241,"Philadelphia, PA" +310,57,195,"New Orleans, LA",195,"New Orleans, LA" +310,58,223,"New York, NY and NJ",223,"New York, NY and NJ" +310,59,159,"Long Beach, CA",159,"Long Beach, CA" +310,60,208,"Pascagoula, MS",208,"Pascagoula, MS" +310,61,223,"New York, NY and NJ",223,"New York, NY and NJ" +310,62,195,"New Orleans, LA",195,"New Orleans, LA" +310,63,217,"New York, NY and NJ",217,"New York, NY and NJ" +310,64,268,"Seattle, WA",268,"Seattle, WA" +310,65,208,"Pascagoula, MS",208,"Pascagoula, MS" +310,66,217,"New York, NY and NJ",217,"New York, NY and NJ" +310,67,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +310,68,253,"Beaumont, TX",253,"Beaumont, TX" +310,69,208,"Pascagoula, MS",208,"Pascagoula, MS" +310,70,268,"Seattle, WA",268,"Seattle, WA" +310,71,159,"Long Beach, CA",159,"Long Beach, CA" +310,72,162,"Oakland, CA",162,"Oakland, CA" +310,73,195,"New Orleans, LA",195,"New Orleans, LA" +310,74,241,"Philadelphia, PA",241,"Philadelphia, PA" +310,75,217,"New York, NY and NJ",217,"New York, NY and NJ" +310,76,268,"Seattle, WA",268,"Seattle, WA" +310,77,162,"Oakland, CA",162,"Oakland, CA" +310,78,223,"New York, NY and NJ",223,"New York, NY and NJ" +310,79,223,"New York, NY and NJ",223,"New York, NY and NJ" +310,80,178,"Brunswick, GA",178,"Brunswick, GA" +310,81,223,"New York, NY and NJ",223,"New York, NY and NJ" +310,82,223,"New York, NY and NJ",223,"New York, NY and NJ" +310,83,159,"Long Beach, CA",159,"Long Beach, CA" +310,84,159,"Long Beach, CA",159,"Long Beach, CA" +310,85,152,"Mobile, AL",152,"Mobile, AL" +310,86,201,"Boston, MA",201,"Boston, MA" +310,87,177,"Savannah, GA",177,"Savannah, GA" +310,88,172,"Port Everglades, FL",172,"Port Everglades, FL" +310,89,159,"Long Beach, CA",159,"Long Beach, CA" +310,90,162,"Oakland, CA",162,"Oakland, CA" +310,91,208,"Pascagoula, MS",208,"Pascagoula, MS" +310,92,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +310,93,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +310,94,217,"New York, NY and NJ",217,"New York, NY and NJ" +310,95,208,"Pascagoula, MS",208,"Pascagoula, MS" +310,96,198,"Baltimore, MD",198,"Baltimore, MD" +310,97,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +310,98,152,"Mobile, AL",152,"Mobile, AL" +310,99,217,"New York, NY and NJ",217,"New York, NY and NJ" +310,100,159,"Long Beach, CA",159,"Long Beach, CA" +310,101,159,"Long Beach, CA",159,"Long Beach, CA" +310,102,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +310,103,223,"New York, NY and NJ",223,"New York, NY and NJ" +310,104,152,"Mobile, AL",152,"Mobile, AL" +310,105,195,"New Orleans, LA",195,"New Orleans, LA" +310,106,269,"Longview, WA",269,"Longview, WA" +310,107,241,"Philadelphia, PA",241,"Philadelphia, PA" +310,108,239,"Portland, OR",239,"Portland, OR" +310,109,269,"Longview, WA",269,"Longview, WA" +310,110,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +310,111,257,"Houston, TX",257,"Houston, TX" +310,112,208,"Pascagoula, MS",208,"Pascagoula, MS" +310,113,241,"Philadelphia, PA",241,"Philadelphia, PA" +310,114,241,"Philadelphia, PA",241,"Philadelphia, PA" +310,115,177,"Savannah, GA",177,"Savannah, GA" +310,116,217,"New York, NY and NJ",217,"New York, NY and NJ" +310,117,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +310,118,223,"New York, NY and NJ",223,"New York, NY and NJ" +310,119,198,"Baltimore, MD",198,"Baltimore, MD" +310,120,241,"Philadelphia, PA",241,"Philadelphia, PA" +310,121,178,"Brunswick, GA",178,"Brunswick, GA" +310,122,208,"Pascagoula, MS",208,"Pascagoula, MS" +310,123,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +310,124,217,"New York, NY and NJ",217,"New York, NY and NJ" +310,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +310,126,198,"Baltimore, MD",198,"Baltimore, MD" +310,127,208,"Pascagoula, MS",208,"Pascagoula, MS" +310,128,223,"New York, NY and NJ",223,"New York, NY and NJ" +310,129,223,"New York, NY and NJ",223,"New York, NY and NJ" +310,130,208,"Pascagoula, MS",208,"Pascagoula, MS" +310,131,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +310,132,217,"New York, NY and NJ",217,"New York, NY and NJ" +310,151,195,"New Orleans, LA",195,"New Orleans, LA" +310,152,257,"Houston, TX",152,"Mobile, AL" +310,153,195,"New Orleans, LA",195,"New Orleans, LA" +310,154,154,"Anchorage, AK",154,"Anchorage, AK" +310,155,193,"Baton Rouge, LA",208,"Pascagoula, MS" +310,156,159,"Long Beach, CA",159,"Long Beach, CA" +310,157,239,"Portland, OR",159,"Long Beach, CA" +310,158,241,"Philadelphia, PA",257,"Houston, TX" +310,159,152,"Mobile, AL",195,"New Orleans, LA" +310,160,193,"Baton Rouge, LA",208,"Pascagoula, MS" +310,161,257,"Houston, TX",257,"Houston, TX" +310,162,257,"Houston, TX",159,"Long Beach, CA" +310,163,159,"Long Beach, CA",193,"Baton Rouge, LA" +310,164,223,"New York, NY and NJ",268,"Seattle, WA" +310,165,257,"Houston, TX",253,"Beaumont, TX" +310,166,217,"New York, NY and NJ",198,"Baltimore, MD" +310,167,197,"Portland, ME",223,"New York, NY and NJ" +310,168,223,"New York, NY and NJ",223,"New York, NY and NJ" +310,169,217,"New York, NY and NJ",198,"Baltimore, MD" +310,170,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +310,171,217,"New York, NY and NJ",152,"Mobile, AL" +310,172,241,"Philadelphia, PA",177,"Savannah, GA" +310,173,178,"Brunswick, GA",208,"Pascagoula, MS" +310,174,253,"Beaumont, TX",241,"Philadelphia, PA" +310,175,195,"New Orleans, LA",178,"Brunswick, GA" +310,176,152,"Mobile, AL",177,"Savannah, GA" +310,177,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +310,178,177,"Savannah, GA",245,"Charleston, SC" +310,179,179,"Honolulu, HI",179,"Honolulu, HI" +310,180,179,"Honolulu, HI",179,"Honolulu, HI" +310,181,195,"New Orleans, LA",193,"Baton Rouge, LA" +310,183,253,"Beaumont, TX",208,"Pascagoula, MS" +310,184,223,"New York, NY and NJ",223,"New York, NY and NJ" +310,185,195,"New Orleans, LA",241,"Philadelphia, PA" +310,186,169,"Wilmington, DE",152,"Mobile, AL" +310,187,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +310,188,241,"Philadelphia, PA",244,"Providence, RI" +310,189,195,"New Orleans, LA",257,"Houston, TX" +310,190,253,"Beaumont, TX",257,"Houston, TX" +310,191,223,"New York, NY and NJ",152,"Mobile, AL" +310,192,208,"Pascagoula, MS",217,"New York, NY and NJ" +310,193,195,"New Orleans, LA",195,"New Orleans, LA" +310,194,257,"Houston, TX",171,"Jacksonville, FL" +310,195,194,"Lake Charles, LA",194,"Lake Charles, LA" +310,196,257,"Houston, TX",257,"Houston, TX" +310,197,241,"Philadelphia, PA",217,"New York, NY and NJ" +310,198,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +310,199,241,"Philadelphia, PA",169,"Wilmington, DE" +310,200,244,"Providence, RI",241,"Philadelphia, PA" +310,201,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +310,202,197,"Portland, ME",198,"Baltimore, MD" +310,203,241,"Philadelphia, PA",223,"New York, NY and NJ" +310,204,208,"Pascagoula, MS",223,"New York, NY and NJ" +310,205,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +310,206,268,"Seattle, WA",253,"Beaumont, TX" +310,207,268,"Seattle, WA",217,"New York, NY and NJ" +310,208,253,"Beaumont, TX",208,"Pascagoula, MS" +310,209,198,"Baltimore, MD",195,"New Orleans, LA" +310,210,198,"Baltimore, MD",195,"New Orleans, LA" +310,211,208,"Pascagoula, MS",195,"New Orleans, LA" +310,212,194,"Lake Charles, LA",257,"Houston, TX" +310,213,253,"Beaumont, TX",195,"New Orleans, LA" +310,214,152,"Mobile, AL",254,"Corpus Christi, TX" +310,215,194,"Lake Charles, LA",257,"Houston, TX" +310,216,223,"New York, NY and NJ",223,"New York, NY and NJ" +310,217,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +310,218,241,"Philadelphia, PA",217,"New York, NY and NJ" +310,219,197,"Portland, ME",241,"Philadelphia, PA" +310,220,257,"Houston, TX",208,"Pascagoula, MS" +310,221,223,"New York, NY and NJ",223,"New York, NY and NJ" +310,222,198,"Baltimore, MD",223,"New York, NY and NJ" +310,223,244,"Providence, RI",244,"Providence, RI" +310,224,223,"New York, NY and NJ",169,"Wilmington, DE" +310,225,217,"New York, NY and NJ",201,"Boston, MA" +310,226,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +310,227,198,"Baltimore, MD",217,"New York, NY and NJ" +310,228,198,"Baltimore, MD",198,"Baltimore, MD" +310,229,197,"Portland, ME",223,"New York, NY and NJ" +310,230,208,"Pascagoula, MS",257,"Houston, TX" +310,231,208,"Pascagoula, MS",241,"Philadelphia, PA" +310,232,198,"Baltimore, MD",198,"Baltimore, MD" +310,233,223,"New York, NY and NJ",198,"Baltimore, MD" +310,234,217,"New York, NY and NJ",217,"New York, NY and NJ" +310,235,208,"Pascagoula, MS",198,"Baltimore, MD" +310,236,257,"Houston, TX",257,"Houston, TX" +310,237,257,"Houston, TX",194,"Lake Charles, LA" +310,238,257,"Houston, TX",253,"Beaumont, TX" +310,239,195,"New Orleans, LA",198,"Baltimore, MD" +310,240,195,"New Orleans, LA",208,"Pascagoula, MS" +310,241,197,"Portland, ME",198,"Baltimore, MD" +310,242,241,"Philadelphia, PA",223,"New York, NY and NJ" +310,243,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +310,244,241,"Philadelphia, PA",217,"New York, NY and NJ" +310,245,245,"Charleston, SC",217,"New York, NY and NJ" +310,246,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +310,247,217,"New York, NY and NJ",241,"Philadelphia, PA" +310,248,208,"Pascagoula, MS",217,"New York, NY and NJ" +310,249,208,"Pascagoula, MS",152,"Mobile, AL" +310,250,195,"New Orleans, LA",195,"New Orleans, LA" +310,251,198,"Baltimore, MD",198,"Baltimore, MD" +310,252,257,"Houston, TX",257,"Houston, TX" +310,253,253,"Beaumont, TX",152,"Mobile, AL" +310,254,254,"Corpus Christi, TX",257,"Houston, TX" +310,255,195,"New Orleans, LA",254,"Corpus Christi, TX" +310,256,253,"Beaumont, TX",254,"Corpus Christi, TX" +310,257,257,"Houston, TX",253,"Beaumont, TX" +310,258,208,"Pascagoula, MS",253,"Beaumont, TX" +310,259,195,"New Orleans, LA",152,"Mobile, AL" +310,260,152,"Mobile, AL",257,"Houston, TX" +310,261,257,"Houston, TX",253,"Beaumont, TX" +310,262,239,"Portland, OR",257,"Houston, TX" +310,263,241,"Philadelphia, PA",241,"Philadelphia, PA" +310,264,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +310,265,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +310,266,241,"Philadelphia, PA",241,"Philadelphia, PA" +310,267,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +310,268,268,"Seattle, WA",217,"New York, NY and NJ" +310,269,223,"New York, NY and NJ",208,"Pascagoula, MS" +310,270,217,"New York, NY and NJ",198,"Baltimore, MD" +310,271,241,"Philadelphia, PA",217,"New York, NY and NJ" +310,272,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +310,273,268,"Seattle, WA",257,"Houston, TX" +311,1,169,"Wilmington, DE",169,"Wilmington, DE" +311,2,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +311,3,169,"Wilmington, DE",169,"Wilmington, DE" +311,4,217,"New York, NY and NJ",217,"New York, NY and NJ" +311,5,197,"Portland, ME",197,"Portland, ME" +311,6,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,7,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +311,8,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +311,9,241,"Philadelphia, PA",241,"Philadelphia, PA" +311,10,198,"Baltimore, MD",198,"Baltimore, MD" +311,11,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,12,241,"Philadelphia, PA",241,"Philadelphia, PA" +311,13,217,"New York, NY and NJ",217,"New York, NY and NJ" +311,14,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,15,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +311,16,217,"New York, NY and NJ",217,"New York, NY and NJ" +311,17,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +311,18,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,19,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +311,20,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +311,21,217,"New York, NY and NJ",217,"New York, NY and NJ" +311,22,244,"Providence, RI",244,"Providence, RI" +311,23,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +311,24,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,25,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,26,241,"Philadelphia, PA",241,"Philadelphia, PA" +311,27,198,"Baltimore, MD",198,"Baltimore, MD" +311,28,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,29,217,"New York, NY and NJ",217,"New York, NY and NJ" +311,30,217,"New York, NY and NJ",217,"New York, NY and NJ" +311,31,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,32,201,"Boston, MA",201,"Boston, MA" +311,33,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +311,34,197,"Portland, ME",197,"Portland, ME" +311,35,198,"Baltimore, MD",198,"Baltimore, MD" +311,36,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +311,37,197,"Portland, ME",197,"Portland, ME" +311,38,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,39,245,"Charleston, SC",245,"Charleston, SC" +311,40,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +311,41,241,"Philadelphia, PA",241,"Philadelphia, PA" +311,42,241,"Philadelphia, PA",241,"Philadelphia, PA" +311,43,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +311,44,198,"Baltimore, MD",198,"Baltimore, MD" +311,45,169,"Wilmington, DE",169,"Wilmington, DE" +311,46,201,"Boston, MA",201,"Boston, MA" +311,47,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +311,48,201,"Boston, MA",201,"Boston, MA" +311,49,201,"Boston, MA",201,"Boston, MA" +311,50,201,"Boston, MA",201,"Boston, MA" +311,51,229,"Wilmington, NC",229,"Wilmington, NC" +311,52,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,53,217,"New York, NY and NJ",217,"New York, NY and NJ" +311,54,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +311,55,197,"Portland, ME",197,"Portland, ME" +311,56,197,"Portland, ME",197,"Portland, ME" +311,57,217,"New York, NY and NJ",217,"New York, NY and NJ" +311,58,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,59,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +311,60,201,"Boston, MA",201,"Boston, MA" +311,61,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,62,245,"Charleston, SC",245,"Charleston, SC" +311,63,217,"New York, NY and NJ",217,"New York, NY and NJ" +311,64,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,65,197,"Portland, ME",197,"Portland, ME" +311,66,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,67,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,68,244,"Providence, RI",244,"Providence, RI" +311,69,198,"Baltimore, MD",198,"Baltimore, MD" +311,70,201,"Boston, MA",201,"Boston, MA" +311,71,241,"Philadelphia, PA",241,"Philadelphia, PA" +311,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,73,217,"New York, NY and NJ",217,"New York, NY and NJ" +311,74,217,"New York, NY and NJ",217,"New York, NY and NJ" +311,75,198,"Baltimore, MD",198,"Baltimore, MD" +311,76,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +311,77,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,78,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,79,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,80,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,81,241,"Philadelphia, PA",241,"Philadelphia, PA" +311,82,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +311,83,217,"New York, NY and NJ",217,"New York, NY and NJ" +311,84,198,"Baltimore, MD",198,"Baltimore, MD" +311,85,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +311,86,217,"New York, NY and NJ",217,"New York, NY and NJ" +311,87,201,"Boston, MA",201,"Boston, MA" +311,88,244,"Providence, RI",244,"Providence, RI" +311,89,217,"New York, NY and NJ",217,"New York, NY and NJ" +311,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,92,201,"Boston, MA",201,"Boston, MA" +311,93,244,"Providence, RI",244,"Providence, RI" +311,94,197,"Portland, ME",197,"Portland, ME" +311,95,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +311,96,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +311,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,98,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,99,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +311,100,198,"Baltimore, MD",198,"Baltimore, MD" +311,101,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +311,102,197,"Portland, ME",197,"Portland, ME" +311,103,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +311,104,229,"Wilmington, NC",229,"Wilmington, NC" +311,105,241,"Philadelphia, PA",241,"Philadelphia, PA" +311,106,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +311,107,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,108,217,"New York, NY and NJ",217,"New York, NY and NJ" +311,109,241,"Philadelphia, PA",241,"Philadelphia, PA" +311,110,198,"Baltimore, MD",198,"Baltimore, MD" +311,111,217,"New York, NY and NJ",217,"New York, NY and NJ" +311,112,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +311,113,201,"Boston, MA",201,"Boston, MA" +311,114,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +311,115,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,116,244,"Providence, RI",244,"Providence, RI" +311,117,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +311,118,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +311,119,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +311,120,241,"Philadelphia, PA",241,"Philadelphia, PA" +311,121,198,"Baltimore, MD",198,"Baltimore, MD" +311,122,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,123,217,"New York, NY and NJ",217,"New York, NY and NJ" +311,124,241,"Philadelphia, PA",241,"Philadelphia, PA" +311,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,126,217,"New York, NY and NJ",217,"New York, NY and NJ" +311,127,244,"Providence, RI",244,"Providence, RI" +311,128,217,"New York, NY and NJ",217,"New York, NY and NJ" +311,129,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +311,130,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +311,132,217,"New York, NY and NJ",217,"New York, NY and NJ" +311,151,197,"Portland, ME",169,"Wilmington, DE" +311,152,201,"Boston, MA",265,"Norfolk Harbor, VA" +311,153,217,"New York, NY and NJ",178,"Brunswick, GA" +311,154,154,"Anchorage, AK",154,"Anchorage, AK" +311,155,198,"Baltimore, MD",245,"Charleston, SC" +311,156,177,"Savannah, GA",241,"Philadelphia, PA" +311,157,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +311,158,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +311,159,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +311,160,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +311,161,245,"Charleston, SC",217,"New York, NY and NJ" +311,162,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +311,163,223,"New York, NY and NJ",198,"Baltimore, MD" +311,164,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +311,165,241,"Philadelphia, PA",217,"New York, NY and NJ" +311,166,217,"New York, NY and NJ",201,"Boston, MA" +311,167,241,"Philadelphia, PA",223,"New York, NY and NJ" +311,168,197,"Portland, ME",197,"Portland, ME" +311,169,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +311,170,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +311,171,177,"Savannah, GA",177,"Savannah, GA" +311,172,217,"New York, NY and NJ",172,"Port Everglades, FL" +311,173,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +311,174,265,"Norfolk Harbor, VA",174,"Tampa, FL" +311,175,241,"Philadelphia, PA",177,"Savannah, GA" +311,176,223,"New York, NY and NJ",217,"New York, NY and NJ" +311,177,217,"New York, NY and NJ",177,"Savannah, GA" +311,178,198,"Baltimore, MD",241,"Philadelphia, PA" +311,179,179,"Honolulu, HI",179,"Honolulu, HI" +311,180,179,"Honolulu, HI",179,"Honolulu, HI" +311,181,241,"Philadelphia, PA",223,"New York, NY and NJ" +311,183,177,"Savannah, GA",198,"Baltimore, MD" +311,184,177,"Savannah, GA",223,"New York, NY and NJ" +311,185,198,"Baltimore, MD",197,"Portland, ME" +311,186,223,"New York, NY and NJ",201,"Boston, MA" +311,187,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +311,188,197,"Portland, ME",198,"Baltimore, MD" +311,189,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +311,190,244,"Providence, RI",265,"Norfolk Harbor, VA" +311,191,223,"New York, NY and NJ",241,"Philadelphia, PA" +311,192,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +311,193,172,"Port Everglades, FL",198,"Baltimore, MD" +311,194,244,"Providence, RI",253,"Beaumont, TX" +311,195,265,"Norfolk Harbor, VA",152,"Mobile, AL" +311,196,198,"Baltimore, MD",198,"Baltimore, MD" +311,197,217,"New York, NY and NJ",217,"New York, NY and NJ" +311,198,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +311,199,201,"Boston, MA",265,"Norfolk Harbor, VA" +311,200,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +311,201,201,"Boston, MA",223,"New York, NY and NJ" +311,202,201,"Boston, MA",244,"Providence, RI" +311,203,217,"New York, NY and NJ",201,"Boston, MA" +311,204,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +311,205,169,"Wilmington, DE",201,"Boston, MA" +311,206,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +311,207,223,"New York, NY and NJ",244,"Providence, RI" +311,208,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +311,209,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,210,241,"Philadelphia, PA",223,"New York, NY and NJ" +311,211,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +311,212,229,"Wilmington, NC",198,"Baltimore, MD" +311,213,265,"Norfolk Harbor, VA",197,"Portland, ME" +311,214,241,"Philadelphia, PA",217,"New York, NY and NJ" +311,215,223,"New York, NY and NJ",223,"New York, NY and NJ" +311,216,197,"Portland, ME",223,"New York, NY and NJ" +311,217,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +311,218,197,"Portland, ME",198,"Baltimore, MD" +311,219,217,"New York, NY and NJ",201,"Boston, MA" +311,220,229,"Wilmington, NC",223,"New York, NY and NJ" +311,221,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +311,222,244,"Providence, RI",244,"Providence, RI" +311,223,201,"Boston, MA",223,"New York, NY and NJ" +311,224,217,"New York, NY and NJ",217,"New York, NY and NJ" +311,225,241,"Philadelphia, PA",241,"Philadelphia, PA" +311,226,229,"Wilmington, NC",223,"New York, NY and NJ" +311,227,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +311,228,241,"Philadelphia, PA",198,"Baltimore, MD" +311,229,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +311,230,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +311,231,223,"New York, NY and NJ",244,"Providence, RI" +311,232,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +311,233,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +311,234,197,"Portland, ME",198,"Baltimore, MD" +311,235,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +311,236,198,"Baltimore, MD",208,"Pascagoula, MS" +311,237,223,"New York, NY and NJ",198,"Baltimore, MD" +311,238,265,"Norfolk Harbor, VA",245,"Charleston, SC" +311,239,201,"Boston, MA",217,"New York, NY and NJ" +311,240,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +311,241,201,"Boston, MA",218,"Camden-Gloucester, NJ" +311,242,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +311,243,201,"Boston, MA",223,"New York, NY and NJ" +311,244,169,"Wilmington, DE",223,"New York, NY and NJ" +311,245,229,"Wilmington, NC",218,"Camden-Gloucester, NJ" +311,246,172,"Port Everglades, FL",245,"Charleston, SC" +311,247,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +311,248,169,"Wilmington, DE",201,"Boston, MA" +311,249,223,"New York, NY and NJ",198,"Baltimore, MD" +311,250,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +311,251,198,"Baltimore, MD",241,"Philadelphia, PA" +311,252,223,"New York, NY and NJ",217,"New York, NY and NJ" +311,253,223,"New York, NY and NJ",253,"Beaumont, TX" +311,254,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +311,255,229,"Wilmington, NC",172,"Port Everglades, FL" +311,256,172,"Port Everglades, FL",229,"Wilmington, NC" +311,257,177,"Savannah, GA",257,"Houston, TX" +311,258,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +311,259,198,"Baltimore, MD",241,"Philadelphia, PA" +311,260,177,"Savannah, GA",208,"Pascagoula, MS" +311,261,198,"Baltimore, MD",198,"Baltimore, MD" +311,262,198,"Baltimore, MD",197,"Portland, ME" +311,263,197,"Portland, ME",217,"New York, NY and NJ" +311,264,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +311,265,223,"New York, NY and NJ",244,"Providence, RI" +311,266,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +311,267,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +311,268,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +311,269,223,"New York, NY and NJ",217,"New York, NY and NJ" +311,270,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +311,271,218,"Camden-Gloucester, NJ",197,"Portland, ME" +311,272,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +311,273,201,"Boston, MA",223,"New York, NY and NJ" +312,1,152,"Mobile, AL",152,"Mobile, AL" +312,2,171,"Jacksonville, FL",171,"Jacksonville, FL" +312,3,177,"Savannah, GA",177,"Savannah, GA" +312,4,195,"New Orleans, LA",195,"New Orleans, LA" +312,5,195,"New Orleans, LA",195,"New Orleans, LA" +312,6,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,7,177,"Savannah, GA",177,"Savannah, GA" +312,8,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,9,177,"Savannah, GA",177,"Savannah, GA" +312,10,177,"Savannah, GA",177,"Savannah, GA" +312,11,174,"Tampa, FL",174,"Tampa, FL" +312,12,152,"Mobile, AL",152,"Mobile, AL" +312,13,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,14,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,15,152,"Mobile, AL",152,"Mobile, AL" +312,16,245,"Charleston, SC",245,"Charleston, SC" +312,17,195,"New Orleans, LA",195,"New Orleans, LA" +312,18,152,"Mobile, AL",152,"Mobile, AL" +312,19,174,"Tampa, FL",174,"Tampa, FL" +312,20,174,"Tampa, FL",174,"Tampa, FL" +312,21,195,"New Orleans, LA",195,"New Orleans, LA" +312,22,178,"Brunswick, GA",178,"Brunswick, GA" +312,23,177,"Savannah, GA",177,"Savannah, GA" +312,24,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,25,195,"New Orleans, LA",195,"New Orleans, LA" +312,26,177,"Savannah, GA",177,"Savannah, GA" +312,27,177,"Savannah, GA",177,"Savannah, GA" +312,28,177,"Savannah, GA",177,"Savannah, GA" +312,29,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,30,177,"Savannah, GA",177,"Savannah, GA" +312,31,152,"Mobile, AL",152,"Mobile, AL" +312,32,152,"Mobile, AL",152,"Mobile, AL" +312,33,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,34,177,"Savannah, GA",177,"Savannah, GA" +312,35,177,"Savannah, GA",177,"Savannah, GA" +312,36,152,"Mobile, AL",152,"Mobile, AL" +312,37,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,38,195,"New Orleans, LA",195,"New Orleans, LA" +312,39,195,"New Orleans, LA",195,"New Orleans, LA" +312,40,177,"Savannah, GA",177,"Savannah, GA" +312,41,177,"Savannah, GA",177,"Savannah, GA" +312,42,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,43,177,"Savannah, GA",177,"Savannah, GA" +312,44,177,"Savannah, GA",177,"Savannah, GA" +312,45,171,"Jacksonville, FL",171,"Jacksonville, FL" +312,46,195,"New Orleans, LA",195,"New Orleans, LA" +312,47,245,"Charleston, SC",245,"Charleston, SC" +312,48,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,49,195,"New Orleans, LA",195,"New Orleans, LA" +312,50,171,"Jacksonville, FL",171,"Jacksonville, FL" +312,51,177,"Savannah, GA",177,"Savannah, GA" +312,52,195,"New Orleans, LA",195,"New Orleans, LA" +312,53,245,"Charleston, SC",245,"Charleston, SC" +312,54,171,"Jacksonville, FL",171,"Jacksonville, FL" +312,55,174,"Tampa, FL",174,"Tampa, FL" +312,56,174,"Tampa, FL",174,"Tampa, FL" +312,57,171,"Jacksonville, FL",171,"Jacksonville, FL" +312,58,245,"Charleston, SC",245,"Charleston, SC" +312,59,174,"Tampa, FL",174,"Tampa, FL" +312,60,174,"Tampa, FL",174,"Tampa, FL" +312,61,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,62,171,"Jacksonville, FL",171,"Jacksonville, FL" +312,63,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,64,174,"Tampa, FL",174,"Tampa, FL" +312,65,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,66,152,"Mobile, AL",152,"Mobile, AL" +312,67,177,"Savannah, GA",177,"Savannah, GA" +312,68,174,"Tampa, FL",174,"Tampa, FL" +312,69,195,"New Orleans, LA",195,"New Orleans, LA" +312,70,195,"New Orleans, LA",195,"New Orleans, LA" +312,71,195,"New Orleans, LA",195,"New Orleans, LA" +312,72,195,"New Orleans, LA",195,"New Orleans, LA" +312,73,195,"New Orleans, LA",195,"New Orleans, LA" +312,74,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,75,152,"Mobile, AL",152,"Mobile, AL" +312,76,152,"Mobile, AL",152,"Mobile, AL" +312,77,152,"Mobile, AL",152,"Mobile, AL" +312,78,174,"Tampa, FL",174,"Tampa, FL" +312,79,195,"New Orleans, LA",195,"New Orleans, LA" +312,80,152,"Mobile, AL",152,"Mobile, AL" +312,81,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,82,195,"New Orleans, LA",195,"New Orleans, LA" +312,83,195,"New Orleans, LA",195,"New Orleans, LA" +312,84,152,"Mobile, AL",152,"Mobile, AL" +312,85,174,"Tampa, FL",174,"Tampa, FL" +312,86,195,"New Orleans, LA",195,"New Orleans, LA" +312,87,171,"Jacksonville, FL",171,"Jacksonville, FL" +312,88,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,89,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,90,177,"Savannah, GA",177,"Savannah, GA" +312,91,195,"New Orleans, LA",195,"New Orleans, LA" +312,92,152,"Mobile, AL",152,"Mobile, AL" +312,93,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,94,171,"Jacksonville, FL",171,"Jacksonville, FL" +312,95,171,"Jacksonville, FL",171,"Jacksonville, FL" +312,96,195,"New Orleans, LA",195,"New Orleans, LA" +312,97,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,98,195,"New Orleans, LA",195,"New Orleans, LA" +312,99,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,100,152,"Mobile, AL",152,"Mobile, AL" +312,101,177,"Savannah, GA",177,"Savannah, GA" +312,102,177,"Savannah, GA",177,"Savannah, GA" +312,103,174,"Tampa, FL",174,"Tampa, FL" +312,104,177,"Savannah, GA",177,"Savannah, GA" +312,105,177,"Savannah, GA",177,"Savannah, GA" +312,106,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,107,152,"Mobile, AL",152,"Mobile, AL" +312,108,195,"New Orleans, LA",195,"New Orleans, LA" +312,109,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,110,152,"Mobile, AL",152,"Mobile, AL" +312,111,171,"Jacksonville, FL",171,"Jacksonville, FL" +312,112,152,"Mobile, AL",152,"Mobile, AL" +312,113,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,114,195,"New Orleans, LA",195,"New Orleans, LA" +312,115,171,"Jacksonville, FL",171,"Jacksonville, FL" +312,116,152,"Mobile, AL",152,"Mobile, AL" +312,117,245,"Charleston, SC",245,"Charleston, SC" +312,118,178,"Brunswick, GA",178,"Brunswick, GA" +312,119,174,"Tampa, FL",174,"Tampa, FL" +312,120,174,"Tampa, FL",174,"Tampa, FL" +312,121,174,"Tampa, FL",174,"Tampa, FL" +312,122,195,"New Orleans, LA",195,"New Orleans, LA" +312,123,195,"New Orleans, LA",195,"New Orleans, LA" +312,124,177,"Savannah, GA",177,"Savannah, GA" +312,125,174,"Tampa, FL",174,"Tampa, FL" +312,126,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,127,177,"Savannah, GA",177,"Savannah, GA" +312,128,171,"Jacksonville, FL",171,"Jacksonville, FL" +312,129,152,"Mobile, AL",152,"Mobile, AL" +312,130,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,131,174,"Tampa, FL",174,"Tampa, FL" +312,132,174,"Tampa, FL",174,"Tampa, FL" +312,151,152,"Mobile, AL",152,"Mobile, AL" +312,152,172,"Port Everglades, FL",171,"Jacksonville, FL" +312,153,195,"New Orleans, LA",152,"Mobile, AL" +312,154,154,"Anchorage, AK",154,"Anchorage, AK" +312,155,195,"New Orleans, LA",257,"Houston, TX" +312,156,195,"New Orleans, LA",171,"Jacksonville, FL" +312,157,152,"Mobile, AL",257,"Houston, TX" +312,158,195,"New Orleans, LA",195,"New Orleans, LA" +312,159,195,"New Orleans, LA",254,"Corpus Christi, TX" +312,160,254,"Corpus Christi, TX",194,"Lake Charles, LA" +312,161,172,"Port Everglades, FL",257,"Houston, TX" +312,162,152,"Mobile, AL",257,"Houston, TX" +312,163,195,"New Orleans, LA",257,"Houston, TX" +312,164,174,"Tampa, FL",195,"New Orleans, LA" +312,165,152,"Mobile, AL",194,"Lake Charles, LA" +312,166,171,"Jacksonville, FL",171,"Jacksonville, FL" +312,167,245,"Charleston, SC",245,"Charleston, SC" +312,168,245,"Charleston, SC",177,"Savannah, GA" +312,169,177,"Savannah, GA",198,"Baltimore, MD" +312,170,174,"Tampa, FL",265,"Norfolk Harbor, VA" +312,171,172,"Port Everglades, FL",177,"Savannah, GA" +312,172,177,"Savannah, GA",152,"Mobile, AL" +312,173,177,"Savannah, GA",174,"Tampa, FL" +312,174,177,"Savannah, GA",172,"Port Everglades, FL" +312,175,177,"Savannah, GA",172,"Port Everglades, FL" +312,176,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,177,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,178,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,179,179,"Honolulu, HI",179,"Honolulu, HI" +312,180,179,"Honolulu, HI",179,"Honolulu, HI" +312,181,253,"Beaumont, TX",194,"Lake Charles, LA" +312,183,195,"New Orleans, LA",208,"Pascagoula, MS" +312,184,171,"Jacksonville, FL",152,"Mobile, AL" +312,185,195,"New Orleans, LA",152,"Mobile, AL" +312,186,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,187,152,"Mobile, AL",208,"Pascagoula, MS" +312,188,171,"Jacksonville, FL",152,"Mobile, AL" +312,189,177,"Savannah, GA",195,"New Orleans, LA" +312,190,177,"Savannah, GA",195,"New Orleans, LA" +312,191,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,192,174,"Tampa, FL",177,"Savannah, GA" +312,193,195,"New Orleans, LA",195,"New Orleans, LA" +312,194,195,"New Orleans, LA",195,"New Orleans, LA" +312,195,195,"New Orleans, LA",195,"New Orleans, LA" +312,196,195,"New Orleans, LA",172,"Port Everglades, FL" +312,197,245,"Charleston, SC",217,"New York, NY and NJ" +312,198,171,"Jacksonville, FL",171,"Jacksonville, FL" +312,199,245,"Charleston, SC",172,"Port Everglades, FL" +312,200,177,"Savannah, GA",172,"Port Everglades, FL" +312,201,177,"Savannah, GA",172,"Port Everglades, FL" +312,202,177,"Savannah, GA",171,"Jacksonville, FL" +312,203,174,"Tampa, FL",245,"Charleston, SC" +312,204,177,"Savannah, GA",195,"New Orleans, LA" +312,205,172,"Port Everglades, FL",195,"New Orleans, LA" +312,206,172,"Port Everglades, FL",195,"New Orleans, LA" +312,207,177,"Savannah, GA",152,"Mobile, AL" +312,208,152,"Mobile, AL",174,"Tampa, FL" +312,209,177,"Savannah, GA",257,"Houston, TX" +312,210,171,"Jacksonville, FL",195,"New Orleans, LA" +312,211,195,"New Orleans, LA",195,"New Orleans, LA" +312,212,152,"Mobile, AL",178,"Brunswick, GA" +312,213,195,"New Orleans, LA",257,"Houston, TX" +312,214,253,"Beaumont, TX",257,"Houston, TX" +312,215,195,"New Orleans, LA",195,"New Orleans, LA" +312,216,245,"Charleston, SC",172,"Port Everglades, FL" +312,217,174,"Tampa, FL",218,"Camden-Gloucester, NJ" +312,218,171,"Jacksonville, FL",171,"Jacksonville, FL" +312,219,172,"Port Everglades, FL",177,"Savannah, GA" +312,220,152,"Mobile, AL",253,"Beaumont, TX" +312,221,174,"Tampa, FL",245,"Charleston, SC" +312,222,245,"Charleston, SC",152,"Mobile, AL" +312,223,172,"Port Everglades, FL",245,"Charleston, SC" +312,224,152,"Mobile, AL",265,"Norfolk Harbor, VA" +312,225,177,"Savannah, GA",223,"New York, NY and NJ" +312,226,172,"Port Everglades, FL",178,"Brunswick, GA" +312,227,171,"Jacksonville, FL",172,"Port Everglades, FL" +312,228,177,"Savannah, GA",245,"Charleston, SC" +312,229,245,"Charleston, SC",174,"Tampa, FL" +312,230,177,"Savannah, GA",195,"New Orleans, LA" +312,231,177,"Savannah, GA",171,"Jacksonville, FL" +312,232,177,"Savannah, GA",172,"Port Everglades, FL" +312,233,177,"Savannah, GA",172,"Port Everglades, FL" +312,234,174,"Tampa, FL",265,"Norfolk Harbor, VA" +312,235,172,"Port Everglades, FL",172,"Port Everglades, FL" +312,236,152,"Mobile, AL",195,"New Orleans, LA" +312,237,172,"Port Everglades, FL",195,"New Orleans, LA" +312,238,195,"New Orleans, LA",195,"New Orleans, LA" +312,239,172,"Port Everglades, FL",257,"Houston, TX" +312,240,174,"Tampa, FL",257,"Houston, TX" +312,241,177,"Savannah, GA",172,"Port Everglades, FL" +312,242,245,"Charleston, SC",152,"Mobile, AL" +312,243,245,"Charleston, SC",177,"Savannah, GA" +312,244,177,"Savannah, GA",171,"Jacksonville, FL" +312,245,171,"Jacksonville, FL",171,"Jacksonville, FL" +312,246,245,"Charleston, SC",177,"Savannah, GA" +312,247,177,"Savannah, GA",174,"Tampa, FL" +312,248,193,"Baton Rouge, LA",195,"New Orleans, LA" +312,249,195,"New Orleans, LA",195,"New Orleans, LA" +312,250,171,"Jacksonville, FL",208,"Pascagoula, MS" +312,251,174,"Tampa, FL",174,"Tampa, FL" +312,252,195,"New Orleans, LA",254,"Corpus Christi, TX" +312,253,195,"New Orleans, LA",195,"New Orleans, LA" +312,254,195,"New Orleans, LA",174,"Tampa, FL" +312,255,195,"New Orleans, LA",257,"Houston, TX" +312,256,195,"New Orleans, LA",257,"Houston, TX" +312,257,195,"New Orleans, LA",194,"Lake Charles, LA" +312,258,253,"Beaumont, TX",254,"Corpus Christi, TX" +312,259,172,"Port Everglades, FL",253,"Beaumont, TX" +312,260,195,"New Orleans, LA",195,"New Orleans, LA" +312,261,195,"New Orleans, LA",195,"New Orleans, LA" +312,262,195,"New Orleans, LA",257,"Houston, TX" +312,263,177,"Savannah, GA",172,"Port Everglades, FL" +312,264,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +312,265,174,"Tampa, FL",174,"Tampa, FL" +312,266,172,"Port Everglades, FL",245,"Charleston, SC" +312,267,152,"Mobile, AL",245,"Charleston, SC" +312,268,195,"New Orleans, LA",152,"Mobile, AL" +312,269,194,"Lake Charles, LA",257,"Houston, TX" +312,270,177,"Savannah, GA",172,"Port Everglades, FL" +312,271,172,"Port Everglades, FL",174,"Tampa, FL" +312,272,152,"Mobile, AL",171,"Jacksonville, FL" +312,273,174,"Tampa, FL",195,"New Orleans, LA" +313,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +313,2,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +313,3,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +313,4,217,"New York, NY and NJ",217,"New York, NY and NJ" +313,5,241,"Philadelphia, PA",241,"Philadelphia, PA" +313,6,197,"Portland, ME",197,"Portland, ME" +313,7,201,"Boston, MA",201,"Boston, MA" +313,8,198,"Baltimore, MD",198,"Baltimore, MD" +313,9,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +313,10,223,"New York, NY and NJ",223,"New York, NY and NJ" +313,11,241,"Philadelphia, PA",241,"Philadelphia, PA" +313,12,177,"Savannah, GA",177,"Savannah, GA" +313,13,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +313,14,217,"New York, NY and NJ",217,"New York, NY and NJ" +313,15,198,"Baltimore, MD",198,"Baltimore, MD" +313,16,201,"Boston, MA",201,"Boston, MA" +313,17,197,"Portland, ME",197,"Portland, ME" +313,18,223,"New York, NY and NJ",223,"New York, NY and NJ" +313,19,197,"Portland, ME",197,"Portland, ME" +313,20,198,"Baltimore, MD",198,"Baltimore, MD" +313,21,217,"New York, NY and NJ",217,"New York, NY and NJ" +313,22,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +313,23,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +313,24,223,"New York, NY and NJ",223,"New York, NY and NJ" +313,25,223,"New York, NY and NJ",223,"New York, NY and NJ" +313,26,223,"New York, NY and NJ",223,"New York, NY and NJ" +313,27,198,"Baltimore, MD",198,"Baltimore, MD" +313,28,197,"Portland, ME",197,"Portland, ME" +313,29,201,"Boston, MA",201,"Boston, MA" +313,30,241,"Philadelphia, PA",241,"Philadelphia, PA" +313,31,197,"Portland, ME",197,"Portland, ME" +313,32,223,"New York, NY and NJ",223,"New York, NY and NJ" +313,33,198,"Baltimore, MD",198,"Baltimore, MD" +313,34,177,"Savannah, GA",177,"Savannah, GA" +313,35,223,"New York, NY and NJ",223,"New York, NY and NJ" +313,36,217,"New York, NY and NJ",217,"New York, NY and NJ" +313,37,217,"New York, NY and NJ",217,"New York, NY and NJ" +313,38,217,"New York, NY and NJ",217,"New York, NY and NJ" +313,39,217,"New York, NY and NJ",217,"New York, NY and NJ" +313,40,169,"Wilmington, DE",169,"Wilmington, DE" +313,41,217,"New York, NY and NJ",217,"New York, NY and NJ" +313,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +313,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +313,44,245,"Charleston, SC",245,"Charleston, SC" +313,45,197,"Portland, ME",197,"Portland, ME" +313,46,197,"Portland, ME",197,"Portland, ME" +313,47,241,"Philadelphia, PA",241,"Philadelphia, PA" +313,48,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +313,49,201,"Boston, MA",201,"Boston, MA" +313,50,197,"Portland, ME",197,"Portland, ME" +313,51,244,"Providence, RI",244,"Providence, RI" +313,52,197,"Portland, ME",197,"Portland, ME" +313,53,223,"New York, NY and NJ",223,"New York, NY and NJ" +313,54,217,"New York, NY and NJ",217,"New York, NY and NJ" +313,55,201,"Boston, MA",201,"Boston, MA" +313,56,198,"Baltimore, MD",198,"Baltimore, MD" +313,57,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +313,58,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +313,59,223,"New York, NY and NJ",223,"New York, NY and NJ" +313,60,217,"New York, NY and NJ",217,"New York, NY and NJ" +313,61,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +313,62,198,"Baltimore, MD",198,"Baltimore, MD" +313,63,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +313,64,217,"New York, NY and NJ",217,"New York, NY and NJ" +313,65,217,"New York, NY and NJ",217,"New York, NY and NJ" +313,66,201,"Boston, MA",201,"Boston, MA" +313,67,223,"New York, NY and NJ",223,"New York, NY and NJ" +313,68,198,"Baltimore, MD",198,"Baltimore, MD" +313,69,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +313,70,223,"New York, NY and NJ",223,"New York, NY and NJ" +313,71,217,"New York, NY and NJ",217,"New York, NY and NJ" +313,72,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +313,73,201,"Boston, MA",201,"Boston, MA" +313,74,241,"Philadelphia, PA",241,"Philadelphia, PA" +313,75,241,"Philadelphia, PA",241,"Philadelphia, PA" +313,76,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +313,77,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +313,78,198,"Baltimore, MD",198,"Baltimore, MD" +313,79,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +313,80,201,"Boston, MA",201,"Boston, MA" +313,81,223,"New York, NY and NJ",223,"New York, NY and NJ" +313,82,223,"New York, NY and NJ",223,"New York, NY and NJ" +313,83,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +313,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +313,85,217,"New York, NY and NJ",217,"New York, NY and NJ" +313,86,197,"Portland, ME",197,"Portland, ME" +313,87,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +313,88,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +313,89,217,"New York, NY and NJ",217,"New York, NY and NJ" +313,90,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +313,91,197,"Portland, ME",197,"Portland, ME" +313,92,198,"Baltimore, MD",198,"Baltimore, MD" +313,93,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +313,94,245,"Charleston, SC",245,"Charleston, SC" +313,95,198,"Baltimore, MD",198,"Baltimore, MD" +313,96,244,"Providence, RI",244,"Providence, RI" +313,97,217,"New York, NY and NJ",217,"New York, NY and NJ" +313,98,197,"Portland, ME",197,"Portland, ME" +313,99,201,"Boston, MA",201,"Boston, MA" +313,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +313,101,201,"Boston, MA",201,"Boston, MA" +313,102,197,"Portland, ME",197,"Portland, ME" +313,103,241,"Philadelphia, PA",241,"Philadelphia, PA" +313,104,197,"Portland, ME",197,"Portland, ME" +313,105,223,"New York, NY and NJ",223,"New York, NY and NJ" +313,106,198,"Baltimore, MD",198,"Baltimore, MD" +313,107,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +313,108,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +313,109,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +313,110,223,"New York, NY and NJ",223,"New York, NY and NJ" +313,111,198,"Baltimore, MD",198,"Baltimore, MD" +313,112,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +313,113,201,"Boston, MA",201,"Boston, MA" +313,114,223,"New York, NY and NJ",223,"New York, NY and NJ" +313,115,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +313,116,223,"New York, NY and NJ",223,"New York, NY and NJ" +313,117,223,"New York, NY and NJ",223,"New York, NY and NJ" +313,118,217,"New York, NY and NJ",217,"New York, NY and NJ" +313,119,223,"New York, NY and NJ",223,"New York, NY and NJ" +313,120,217,"New York, NY and NJ",217,"New York, NY and NJ" +313,121,244,"Providence, RI",244,"Providence, RI" +313,122,217,"New York, NY and NJ",217,"New York, NY and NJ" +313,123,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +313,124,201,"Boston, MA",201,"Boston, MA" +313,125,198,"Baltimore, MD",198,"Baltimore, MD" +313,126,198,"Baltimore, MD",198,"Baltimore, MD" +313,127,245,"Charleston, SC",245,"Charleston, SC" +313,128,244,"Providence, RI",244,"Providence, RI" +313,129,198,"Baltimore, MD",198,"Baltimore, MD" +313,130,244,"Providence, RI",244,"Providence, RI" +313,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +313,132,229,"Wilmington, NC",229,"Wilmington, NC" +313,151,217,"New York, NY and NJ",152,"Mobile, AL" +313,152,229,"Wilmington, NC",217,"New York, NY and NJ" +313,153,201,"Boston, MA",208,"Pascagoula, MS" +313,154,154,"Anchorage, AK",154,"Anchorage, AK" +313,155,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +313,156,241,"Philadelphia, PA",171,"Jacksonville, FL" +313,157,201,"Boston, MA",265,"Norfolk Harbor, VA" +313,158,223,"New York, NY and NJ",244,"Providence, RI" +313,159,217,"New York, NY and NJ",217,"New York, NY and NJ" +313,160,223,"New York, NY and NJ",197,"Portland, ME" +313,161,201,"Boston, MA",223,"New York, NY and NJ" +313,162,201,"Boston, MA",177,"Savannah, GA" +313,163,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +313,164,198,"Baltimore, MD",245,"Charleston, SC" +313,165,244,"Providence, RI",217,"New York, NY and NJ" +313,166,198,"Baltimore, MD",244,"Providence, RI" +313,167,198,"Baltimore, MD",198,"Baltimore, MD" +313,168,217,"New York, NY and NJ",217,"New York, NY and NJ" +313,169,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +313,170,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +313,171,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +313,172,265,"Norfolk Harbor, VA",174,"Tampa, FL" +313,173,217,"New York, NY and NJ",174,"Tampa, FL" +313,174,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +313,175,244,"Providence, RI",218,"Camden-Gloucester, NJ" +313,176,241,"Philadelphia, PA",169,"Wilmington, DE" +313,177,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +313,178,178,"Brunswick, GA",241,"Philadelphia, PA" +313,179,179,"Honolulu, HI",179,"Honolulu, HI" +313,180,179,"Honolulu, HI",179,"Honolulu, HI" +313,181,241,"Philadelphia, PA",241,"Philadelphia, PA" +313,183,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +313,184,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +313,185,218,"Camden-Gloucester, NJ",244,"Providence, RI" +313,186,223,"New York, NY and NJ",217,"New York, NY and NJ" +313,187,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +313,188,217,"New York, NY and NJ",241,"Philadelphia, PA" +313,189,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +313,190,244,"Providence, RI",197,"Portland, ME" +313,191,198,"Baltimore, MD",198,"Baltimore, MD" +313,192,223,"New York, NY and NJ",223,"New York, NY and NJ" +313,193,218,"Camden-Gloucester, NJ",197,"Portland, ME" +313,194,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +313,195,223,"New York, NY and NJ",217,"New York, NY and NJ" +313,196,217,"New York, NY and NJ",223,"New York, NY and NJ" +313,197,201,"Boston, MA",223,"New York, NY and NJ" +313,198,241,"Philadelphia, PA",198,"Baltimore, MD" +313,199,198,"Baltimore, MD",198,"Baltimore, MD" +313,200,201,"Boston, MA",217,"New York, NY and NJ" +313,201,241,"Philadelphia, PA",197,"Portland, ME" +313,202,197,"Portland, ME",217,"New York, NY and NJ" +313,203,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +313,204,201,"Boston, MA",265,"Norfolk Harbor, VA" +313,205,244,"Providence, RI",265,"Norfolk Harbor, VA" +313,206,241,"Philadelphia, PA",223,"New York, NY and NJ" +313,207,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +313,208,177,"Savannah, GA",171,"Jacksonville, FL" +313,209,223,"New York, NY and NJ",169,"Wilmington, DE" +313,210,217,"New York, NY and NJ",197,"Portland, ME" +313,211,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +313,212,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +313,213,197,"Portland, ME",198,"Baltimore, MD" +313,214,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +313,215,223,"New York, NY and NJ",208,"Pascagoula, MS" +313,216,217,"New York, NY and NJ",198,"Baltimore, MD" +313,217,223,"New York, NY and NJ",201,"Boston, MA" +313,218,229,"Wilmington, NC",217,"New York, NY and NJ" +313,219,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +313,220,218,"Camden-Gloucester, NJ",201,"Boston, MA" +313,221,217,"New York, NY and NJ",217,"New York, NY and NJ" +313,222,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +313,223,265,"Norfolk Harbor, VA",244,"Providence, RI" +313,224,217,"New York, NY and NJ",217,"New York, NY and NJ" +313,225,218,"Camden-Gloucester, NJ",244,"Providence, RI" +313,226,201,"Boston, MA",217,"New York, NY and NJ" +313,227,217,"New York, NY and NJ",223,"New York, NY and NJ" +313,228,198,"Baltimore, MD",241,"Philadelphia, PA" +313,229,223,"New York, NY and NJ",201,"Boston, MA" +313,230,241,"Philadelphia, PA",198,"Baltimore, MD" +313,231,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +313,232,241,"Philadelphia, PA",217,"New York, NY and NJ" +313,233,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +313,234,197,"Portland, ME",201,"Boston, MA" +313,235,169,"Wilmington, DE",198,"Baltimore, MD" +313,236,217,"New York, NY and NJ",198,"Baltimore, MD" +313,237,245,"Charleston, SC",265,"Norfolk Harbor, VA" +313,238,201,"Boston, MA",197,"Portland, ME" +313,239,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +313,240,201,"Boston, MA",241,"Philadelphia, PA" +313,241,241,"Philadelphia, PA",223,"New York, NY and NJ" +313,242,241,"Philadelphia, PA",223,"New York, NY and NJ" +313,243,223,"New York, NY and NJ",217,"New York, NY and NJ" +313,244,244,"Providence, RI",197,"Portland, ME" +313,245,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +313,246,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +313,247,241,"Philadelphia, PA",217,"New York, NY and NJ" +313,248,241,"Philadelphia, PA",223,"New York, NY and NJ" +313,249,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +313,250,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +313,251,241,"Philadelphia, PA",244,"Providence, RI" +313,252,244,"Providence, RI",195,"New Orleans, LA" +313,253,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +313,254,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +313,255,217,"New York, NY and NJ",177,"Savannah, GA" +313,256,197,"Portland, ME",223,"New York, NY and NJ" +313,257,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +313,258,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +313,259,197,"Portland, ME",253,"Beaumont, TX" +313,260,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +313,261,217,"New York, NY and NJ",177,"Savannah, GA" +313,262,223,"New York, NY and NJ",198,"Baltimore, MD" +313,263,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +313,264,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +313,265,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +313,266,201,"Boston, MA",201,"Boston, MA" +313,267,197,"Portland, ME",265,"Norfolk Harbor, VA" +313,268,198,"Baltimore, MD",223,"New York, NY and NJ" +313,269,197,"Portland, ME",198,"Baltimore, MD" +313,270,169,"Wilmington, DE",244,"Providence, RI" +313,271,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +313,272,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +313,273,198,"Baltimore, MD",223,"New York, NY and NJ" +314,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +314,2,197,"Portland, ME",197,"Portland, ME" +314,3,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +314,4,241,"Philadelphia, PA",241,"Philadelphia, PA" +314,5,241,"Philadelphia, PA",241,"Philadelphia, PA" +314,6,223,"New York, NY and NJ",223,"New York, NY and NJ" +314,7,198,"Baltimore, MD",198,"Baltimore, MD" +314,8,241,"Philadelphia, PA",241,"Philadelphia, PA" +314,9,241,"Philadelphia, PA",241,"Philadelphia, PA" +314,10,197,"Portland, ME",197,"Portland, ME" +314,11,241,"Philadelphia, PA",241,"Philadelphia, PA" +314,12,223,"New York, NY and NJ",223,"New York, NY and NJ" +314,13,197,"Portland, ME",197,"Portland, ME" +314,14,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,15,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +314,16,223,"New York, NY and NJ",223,"New York, NY and NJ" +314,17,245,"Charleston, SC",245,"Charleston, SC" +314,18,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +314,19,197,"Portland, ME",197,"Portland, ME" +314,20,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,21,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +314,22,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +314,23,201,"Boston, MA",201,"Boston, MA" +314,24,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,25,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +314,26,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +314,27,241,"Philadelphia, PA",241,"Philadelphia, PA" +314,28,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +314,29,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +314,30,223,"New York, NY and NJ",223,"New York, NY and NJ" +314,31,198,"Baltimore, MD",198,"Baltimore, MD" +314,32,197,"Portland, ME",197,"Portland, ME" +314,33,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,34,244,"Providence, RI",244,"Providence, RI" +314,35,198,"Baltimore, MD",198,"Baltimore, MD" +314,36,197,"Portland, ME",197,"Portland, ME" +314,37,201,"Boston, MA",201,"Boston, MA" +314,38,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +314,39,223,"New York, NY and NJ",223,"New York, NY and NJ" +314,40,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +314,41,198,"Baltimore, MD",198,"Baltimore, MD" +314,42,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,43,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +314,44,197,"Portland, ME",197,"Portland, ME" +314,45,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +314,46,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +314,47,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +314,48,223,"New York, NY and NJ",223,"New York, NY and NJ" +314,49,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,50,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,51,201,"Boston, MA",201,"Boston, MA" +314,52,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +314,53,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,54,223,"New York, NY and NJ",223,"New York, NY and NJ" +314,55,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,56,223,"New York, NY and NJ",223,"New York, NY and NJ" +314,57,241,"Philadelphia, PA",241,"Philadelphia, PA" +314,58,198,"Baltimore, MD",198,"Baltimore, MD" +314,59,198,"Baltimore, MD",198,"Baltimore, MD" +314,60,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +314,61,241,"Philadelphia, PA",241,"Philadelphia, PA" +314,62,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,63,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,64,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +314,65,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +314,66,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,67,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +314,68,223,"New York, NY and NJ",223,"New York, NY and NJ" +314,69,198,"Baltimore, MD",198,"Baltimore, MD" +314,70,223,"New York, NY and NJ",223,"New York, NY and NJ" +314,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +314,72,201,"Boston, MA",201,"Boston, MA" +314,73,241,"Philadelphia, PA",241,"Philadelphia, PA" +314,74,244,"Providence, RI",244,"Providence, RI" +314,75,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +314,76,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,77,223,"New York, NY and NJ",223,"New York, NY and NJ" +314,78,198,"Baltimore, MD",198,"Baltimore, MD" +314,79,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +314,80,241,"Philadelphia, PA",241,"Philadelphia, PA" +314,81,245,"Charleston, SC",245,"Charleston, SC" +314,82,223,"New York, NY and NJ",223,"New York, NY and NJ" +314,83,241,"Philadelphia, PA",241,"Philadelphia, PA" +314,84,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +314,85,241,"Philadelphia, PA",241,"Philadelphia, PA" +314,86,223,"New York, NY and NJ",223,"New York, NY and NJ" +314,87,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,88,223,"New York, NY and NJ",223,"New York, NY and NJ" +314,89,241,"Philadelphia, PA",241,"Philadelphia, PA" +314,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +314,91,201,"Boston, MA",201,"Boston, MA" +314,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,93,241,"Philadelphia, PA",241,"Philadelphia, PA" +314,94,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,95,198,"Baltimore, MD",198,"Baltimore, MD" +314,96,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +314,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +314,98,198,"Baltimore, MD",198,"Baltimore, MD" +314,99,201,"Boston, MA",201,"Boston, MA" +314,100,169,"Wilmington, DE",169,"Wilmington, DE" +314,101,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +314,102,197,"Portland, ME",197,"Portland, ME" +314,103,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +314,104,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,105,245,"Charleston, SC",245,"Charleston, SC" +314,106,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,107,223,"New York, NY and NJ",223,"New York, NY and NJ" +314,108,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,109,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,110,244,"Providence, RI",244,"Providence, RI" +314,111,197,"Portland, ME",197,"Portland, ME" +314,112,223,"New York, NY and NJ",223,"New York, NY and NJ" +314,113,201,"Boston, MA",201,"Boston, MA" +314,114,223,"New York, NY and NJ",223,"New York, NY and NJ" +314,115,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +314,116,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,117,169,"Wilmington, DE",169,"Wilmington, DE" +314,118,244,"Providence, RI",244,"Providence, RI" +314,119,244,"Providence, RI",244,"Providence, RI" +314,120,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,121,197,"Portland, ME",197,"Portland, ME" +314,122,198,"Baltimore, MD",198,"Baltimore, MD" +314,123,241,"Philadelphia, PA",241,"Philadelphia, PA" +314,124,223,"New York, NY and NJ",223,"New York, NY and NJ" +314,125,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +314,126,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,127,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,128,223,"New York, NY and NJ",223,"New York, NY and NJ" +314,129,223,"New York, NY and NJ",223,"New York, NY and NJ" +314,130,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +314,131,244,"Providence, RI",244,"Providence, RI" +314,132,198,"Baltimore, MD",198,"Baltimore, MD" +314,151,198,"Baltimore, MD",177,"Savannah, GA" +314,152,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +314,153,197,"Portland, ME",241,"Philadelphia, PA" +314,154,154,"Anchorage, AK",154,"Anchorage, AK" +314,155,201,"Boston, MA",198,"Baltimore, MD" +314,156,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +314,157,197,"Portland, ME",201,"Boston, MA" +314,158,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,159,229,"Wilmington, NC",217,"New York, NY and NJ" +314,160,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +314,161,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +314,162,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,163,241,"Philadelphia, PA",241,"Philadelphia, PA" +314,164,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +314,165,223,"New York, NY and NJ",217,"New York, NY and NJ" +314,166,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +314,167,244,"Providence, RI",201,"Boston, MA" +314,168,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +314,169,169,"Wilmington, DE",198,"Baltimore, MD" +314,170,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +314,171,241,"Philadelphia, PA",177,"Savannah, GA" +314,172,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +314,173,241,"Philadelphia, PA",244,"Providence, RI" +314,174,223,"New York, NY and NJ",177,"Savannah, GA" +314,175,265,"Norfolk Harbor, VA",201,"Boston, MA" +314,176,198,"Baltimore, MD",197,"Portland, ME" +314,177,245,"Charleston, SC",265,"Norfolk Harbor, VA" +314,178,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +314,179,179,"Honolulu, HI",179,"Honolulu, HI" +314,180,179,"Honolulu, HI",179,"Honolulu, HI" +314,181,241,"Philadelphia, PA",217,"New York, NY and NJ" +314,183,223,"New York, NY and NJ",217,"New York, NY and NJ" +314,184,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +314,185,197,"Portland, ME",217,"New York, NY and NJ" +314,186,223,"New York, NY and NJ",223,"New York, NY and NJ" +314,187,197,"Portland, ME",265,"Norfolk Harbor, VA" +314,188,217,"New York, NY and NJ",201,"Boston, MA" +314,189,244,"Providence, RI",223,"New York, NY and NJ" +314,190,223,"New York, NY and NJ",201,"Boston, MA" +314,191,217,"New York, NY and NJ",223,"New York, NY and NJ" +314,192,223,"New York, NY and NJ",244,"Providence, RI" +314,193,223,"New York, NY and NJ",201,"Boston, MA" +314,194,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +314,195,197,"Portland, ME",197,"Portland, ME" +314,196,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +314,197,198,"Baltimore, MD",241,"Philadelphia, PA" +314,198,241,"Philadelphia, PA",244,"Providence, RI" +314,199,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +314,200,197,"Portland, ME",217,"New York, NY and NJ" +314,201,223,"New York, NY and NJ",197,"Portland, ME" +314,202,241,"Philadelphia, PA",241,"Philadelphia, PA" +314,203,198,"Baltimore, MD",201,"Boston, MA" +314,204,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +314,205,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +314,206,198,"Baltimore, MD",217,"New York, NY and NJ" +314,207,217,"New York, NY and NJ",198,"Baltimore, MD" +314,208,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +314,209,198,"Baltimore, MD",223,"New York, NY and NJ" +314,210,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +314,211,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +314,212,198,"Baltimore, MD",223,"New York, NY and NJ" +314,213,265,"Norfolk Harbor, VA",201,"Boston, MA" +314,214,265,"Norfolk Harbor, VA",177,"Savannah, GA" +314,215,229,"Wilmington, NC",197,"Portland, ME" +314,216,223,"New York, NY and NJ",198,"Baltimore, MD" +314,217,197,"Portland, ME",217,"New York, NY and NJ" +314,218,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +314,219,244,"Providence, RI",223,"New York, NY and NJ" +314,220,197,"Portland, ME",217,"New York, NY and NJ" +314,221,223,"New York, NY and NJ",169,"Wilmington, DE" +314,222,223,"New York, NY and NJ",223,"New York, NY and NJ" +314,223,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +314,224,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +314,225,217,"New York, NY and NJ",169,"Wilmington, DE" +314,226,217,"New York, NY and NJ",241,"Philadelphia, PA" +314,227,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +314,228,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +314,229,217,"New York, NY and NJ",223,"New York, NY and NJ" +314,230,197,"Portland, ME",177,"Savannah, GA" +314,231,217,"New York, NY and NJ",197,"Portland, ME" +314,232,223,"New York, NY and NJ",223,"New York, NY and NJ" +314,233,201,"Boston, MA",201,"Boston, MA" +314,234,197,"Portland, ME",201,"Boston, MA" +314,235,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +314,236,241,"Philadelphia, PA",197,"Portland, ME" +314,237,241,"Philadelphia, PA",217,"New York, NY and NJ" +314,238,197,"Portland, ME",244,"Providence, RI" +314,239,245,"Charleston, SC",223,"New York, NY and NJ" +314,240,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +314,241,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,242,244,"Providence, RI",218,"Camden-Gloucester, NJ" +314,243,218,"Camden-Gloucester, NJ",201,"Boston, MA" +314,244,223,"New York, NY and NJ",197,"Portland, ME" +314,245,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +314,246,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +314,247,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +314,248,244,"Providence, RI",197,"Portland, ME" +314,249,198,"Baltimore, MD",217,"New York, NY and NJ" +314,250,197,"Portland, ME",265,"Norfolk Harbor, VA" +314,251,198,"Baltimore, MD",201,"Boston, MA" +314,252,217,"New York, NY and NJ",241,"Philadelphia, PA" +314,253,241,"Philadelphia, PA",201,"Boston, MA" +314,254,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +314,255,201,"Boston, MA",265,"Norfolk Harbor, VA" +314,256,201,"Boston, MA",241,"Philadelphia, PA" +314,257,198,"Baltimore, MD",241,"Philadelphia, PA" +314,258,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +314,259,241,"Philadelphia, PA",201,"Boston, MA" +314,260,217,"New York, NY and NJ",245,"Charleston, SC" +314,261,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +314,262,197,"Portland, ME",223,"New York, NY and NJ" +314,263,217,"New York, NY and NJ",201,"Boston, MA" +314,264,198,"Baltimore, MD",223,"New York, NY and NJ" +314,265,217,"New York, NY and NJ",217,"New York, NY and NJ" +314,266,217,"New York, NY and NJ",169,"Wilmington, DE" +314,267,241,"Philadelphia, PA",217,"New York, NY and NJ" +314,268,201,"Boston, MA",223,"New York, NY and NJ" +314,269,217,"New York, NY and NJ",223,"New York, NY and NJ" +314,270,223,"New York, NY and NJ",197,"Portland, ME" +314,271,197,"Portland, ME",223,"New York, NY and NJ" +314,272,244,"Providence, RI",217,"New York, NY and NJ" +314,273,265,"Norfolk Harbor, VA",201,"Boston, MA" +315,1,257,"Houston, TX",257,"Houston, TX" +315,2,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +315,3,257,"Houston, TX",257,"Houston, TX" +315,4,152,"Mobile, AL",152,"Mobile, AL" +315,5,257,"Houston, TX",257,"Houston, TX" +315,6,194,"Lake Charles, LA",194,"Lake Charles, LA" +315,7,195,"New Orleans, LA",195,"New Orleans, LA" +315,8,194,"Lake Charles, LA",194,"Lake Charles, LA" +315,9,195,"New Orleans, LA",195,"New Orleans, LA" +315,10,195,"New Orleans, LA",195,"New Orleans, LA" +315,11,194,"Lake Charles, LA",194,"Lake Charles, LA" +315,12,177,"Savannah, GA",177,"Savannah, GA" +315,13,152,"Mobile, AL",152,"Mobile, AL" +315,14,195,"New Orleans, LA",195,"New Orleans, LA" +315,15,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +315,16,257,"Houston, TX",257,"Houston, TX" +315,17,195,"New Orleans, LA",195,"New Orleans, LA" +315,18,195,"New Orleans, LA",195,"New Orleans, LA" +315,19,195,"New Orleans, LA",195,"New Orleans, LA" +315,20,253,"Beaumont, TX",253,"Beaumont, TX" +315,21,152,"Mobile, AL",152,"Mobile, AL" +315,22,195,"New Orleans, LA",195,"New Orleans, LA" +315,23,195,"New Orleans, LA",195,"New Orleans, LA" +315,24,253,"Beaumont, TX",253,"Beaumont, TX" +315,25,177,"Savannah, GA",177,"Savannah, GA" +315,26,253,"Beaumont, TX",253,"Beaumont, TX" +315,27,195,"New Orleans, LA",195,"New Orleans, LA" +315,28,194,"Lake Charles, LA",194,"Lake Charles, LA" +315,29,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +315,30,152,"Mobile, AL",152,"Mobile, AL" +315,31,152,"Mobile, AL",152,"Mobile, AL" +315,32,194,"Lake Charles, LA",194,"Lake Charles, LA" +315,33,208,"Pascagoula, MS",208,"Pascagoula, MS" +315,34,195,"New Orleans, LA",195,"New Orleans, LA" +315,35,152,"Mobile, AL",152,"Mobile, AL" +315,36,253,"Beaumont, TX",253,"Beaumont, TX" +315,37,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +315,38,208,"Pascagoula, MS",208,"Pascagoula, MS" +315,39,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +315,40,245,"Charleston, SC",245,"Charleston, SC" +315,41,177,"Savannah, GA",177,"Savannah, GA" +315,42,253,"Beaumont, TX",253,"Beaumont, TX" +315,43,253,"Beaumont, TX",253,"Beaumont, TX" +315,44,171,"Jacksonville, FL",171,"Jacksonville, FL" +315,45,177,"Savannah, GA",177,"Savannah, GA" +315,46,152,"Mobile, AL",152,"Mobile, AL" +315,47,195,"New Orleans, LA",195,"New Orleans, LA" +315,48,177,"Savannah, GA",177,"Savannah, GA" +315,49,174,"Tampa, FL",174,"Tampa, FL" +315,50,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +315,51,195,"New Orleans, LA",195,"New Orleans, LA" +315,52,177,"Savannah, GA",177,"Savannah, GA" +315,53,195,"New Orleans, LA",195,"New Orleans, LA" +315,54,172,"Port Everglades, FL",172,"Port Everglades, FL" +315,55,177,"Savannah, GA",177,"Savannah, GA" +315,56,245,"Charleston, SC",245,"Charleston, SC" +315,57,172,"Port Everglades, FL",172,"Port Everglades, FL" +315,58,172,"Port Everglades, FL",172,"Port Everglades, FL" +315,59,152,"Mobile, AL",152,"Mobile, AL" +315,60,195,"New Orleans, LA",195,"New Orleans, LA" +315,61,257,"Houston, TX",257,"Houston, TX" +315,62,195,"New Orleans, LA",195,"New Orleans, LA" +315,63,174,"Tampa, FL",174,"Tampa, FL" +315,64,195,"New Orleans, LA",195,"New Orleans, LA" +315,65,171,"Jacksonville, FL",171,"Jacksonville, FL" +315,66,208,"Pascagoula, MS",208,"Pascagoula, MS" +315,67,172,"Port Everglades, FL",172,"Port Everglades, FL" +315,68,152,"Mobile, AL",152,"Mobile, AL" +315,69,171,"Jacksonville, FL",171,"Jacksonville, FL" +315,70,245,"Charleston, SC",245,"Charleston, SC" +315,71,152,"Mobile, AL",152,"Mobile, AL" +315,72,195,"New Orleans, LA",195,"New Orleans, LA" +315,73,195,"New Orleans, LA",195,"New Orleans, LA" +315,74,195,"New Orleans, LA",195,"New Orleans, LA" +315,75,257,"Houston, TX",257,"Houston, TX" +315,76,195,"New Orleans, LA",195,"New Orleans, LA" +315,77,177,"Savannah, GA",177,"Savannah, GA" +315,78,208,"Pascagoula, MS",208,"Pascagoula, MS" +315,79,174,"Tampa, FL",174,"Tampa, FL" +315,80,229,"Wilmington, NC",229,"Wilmington, NC" +315,81,194,"Lake Charles, LA",194,"Lake Charles, LA" +315,82,195,"New Orleans, LA",195,"New Orleans, LA" +315,83,174,"Tampa, FL",174,"Tampa, FL" +315,84,177,"Savannah, GA",177,"Savannah, GA" +315,85,194,"Lake Charles, LA",194,"Lake Charles, LA" +315,86,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +315,87,177,"Savannah, GA",177,"Savannah, GA" +315,88,195,"New Orleans, LA",195,"New Orleans, LA" +315,89,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +315,90,208,"Pascagoula, MS",208,"Pascagoula, MS" +315,91,253,"Beaumont, TX",253,"Beaumont, TX" +315,92,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +315,93,195,"New Orleans, LA",195,"New Orleans, LA" +315,94,194,"Lake Charles, LA",194,"Lake Charles, LA" +315,95,177,"Savannah, GA",177,"Savannah, GA" +315,96,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +315,97,172,"Port Everglades, FL",172,"Port Everglades, FL" +315,98,171,"Jacksonville, FL",171,"Jacksonville, FL" +315,99,257,"Houston, TX",257,"Houston, TX" +315,100,195,"New Orleans, LA",195,"New Orleans, LA" +315,101,195,"New Orleans, LA",195,"New Orleans, LA" +315,102,195,"New Orleans, LA",195,"New Orleans, LA" +315,103,152,"Mobile, AL",152,"Mobile, AL" +315,104,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +315,105,172,"Port Everglades, FL",172,"Port Everglades, FL" +315,106,195,"New Orleans, LA",195,"New Orleans, LA" +315,107,195,"New Orleans, LA",195,"New Orleans, LA" +315,108,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +315,109,195,"New Orleans, LA",195,"New Orleans, LA" +315,110,194,"Lake Charles, LA",194,"Lake Charles, LA" +315,111,257,"Houston, TX",257,"Houston, TX" +315,112,253,"Beaumont, TX",253,"Beaumont, TX" +315,113,172,"Port Everglades, FL",172,"Port Everglades, FL" +315,114,253,"Beaumont, TX",253,"Beaumont, TX" +315,115,195,"New Orleans, LA",195,"New Orleans, LA" +315,116,195,"New Orleans, LA",195,"New Orleans, LA" +315,117,195,"New Orleans, LA",195,"New Orleans, LA" +315,118,229,"Wilmington, NC",229,"Wilmington, NC" +315,119,172,"Port Everglades, FL",172,"Port Everglades, FL" +315,120,195,"New Orleans, LA",195,"New Orleans, LA" +315,121,253,"Beaumont, TX",253,"Beaumont, TX" +315,122,171,"Jacksonville, FL",171,"Jacksonville, FL" +315,123,172,"Port Everglades, FL",172,"Port Everglades, FL" +315,124,172,"Port Everglades, FL",172,"Port Everglades, FL" +315,125,257,"Houston, TX",257,"Houston, TX" +315,126,195,"New Orleans, LA",195,"New Orleans, LA" +315,127,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +315,128,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +315,129,195,"New Orleans, LA",195,"New Orleans, LA" +315,130,253,"Beaumont, TX",253,"Beaumont, TX" +315,131,172,"Port Everglades, FL",172,"Port Everglades, FL" +315,132,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +315,151,195,"New Orleans, LA",195,"New Orleans, LA" +315,152,152,"Mobile, AL",193,"Baton Rouge, LA" +315,153,195,"New Orleans, LA",195,"New Orleans, LA" +315,154,154,"Anchorage, AK",154,"Anchorage, AK" +315,155,257,"Houston, TX",257,"Houston, TX" +315,156,253,"Beaumont, TX",193,"Baton Rouge, LA" +315,157,257,"Houston, TX",177,"Savannah, GA" +315,158,245,"Charleston, SC",257,"Houston, TX" +315,159,254,"Corpus Christi, TX",257,"Houston, TX" +315,160,257,"Houston, TX",253,"Beaumont, TX" +315,161,195,"New Orleans, LA",195,"New Orleans, LA" +315,162,195,"New Orleans, LA",152,"Mobile, AL" +315,163,253,"Beaumont, TX",253,"Beaumont, TX" +315,164,254,"Corpus Christi, TX",257,"Houston, TX" +315,165,208,"Pascagoula, MS",195,"New Orleans, LA" +315,166,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +315,167,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +315,168,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +315,169,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +315,170,253,"Beaumont, TX",218,"Camden-Gloucester, NJ" +315,171,177,"Savannah, GA",172,"Port Everglades, FL" +315,172,253,"Beaumont, TX",177,"Savannah, GA" +315,173,245,"Charleston, SC",195,"New Orleans, LA" +315,174,195,"New Orleans, LA",195,"New Orleans, LA" +315,175,152,"Mobile, AL",174,"Tampa, FL" +315,176,195,"New Orleans, LA",245,"Charleston, SC" +315,177,195,"New Orleans, LA",245,"Charleston, SC" +315,178,195,"New Orleans, LA",177,"Savannah, GA" +315,179,179,"Honolulu, HI",179,"Honolulu, HI" +315,180,179,"Honolulu, HI",179,"Honolulu, HI" +315,181,177,"Savannah, GA",159,"Long Beach, CA" +315,183,254,"Corpus Christi, TX",245,"Charleston, SC" +315,184,195,"New Orleans, LA",257,"Houston, TX" +315,185,152,"Mobile, AL",198,"Baltimore, MD" +315,186,254,"Corpus Christi, TX",208,"Pascagoula, MS" +315,187,193,"Baton Rouge, LA",152,"Mobile, AL" +315,188,253,"Beaumont, TX",177,"Savannah, GA" +315,189,177,"Savannah, GA",257,"Houston, TX" +315,190,194,"Lake Charles, LA",174,"Tampa, FL" +315,191,193,"Baton Rouge, LA",177,"Savannah, GA" +315,192,152,"Mobile, AL",171,"Jacksonville, FL" +315,193,152,"Mobile, AL",195,"New Orleans, LA" +315,194,257,"Houston, TX",195,"New Orleans, LA" +315,195,253,"Beaumont, TX",253,"Beaumont, TX" +315,196,172,"Port Everglades, FL",152,"Mobile, AL" +315,197,208,"Pascagoula, MS",177,"Savannah, GA" +315,198,265,"Norfolk Harbor, VA",152,"Mobile, AL" +315,199,265,"Norfolk Harbor, VA",177,"Savannah, GA" +315,200,245,"Charleston, SC",195,"New Orleans, LA" +315,201,198,"Baltimore, MD",201,"Boston, MA" +315,202,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +315,203,194,"Lake Charles, LA",195,"New Orleans, LA" +315,204,174,"Tampa, FL",193,"Baton Rouge, LA" +315,205,172,"Port Everglades, FL",172,"Port Everglades, FL" +315,206,245,"Charleston, SC",257,"Houston, TX" +315,207,208,"Pascagoula, MS",194,"Lake Charles, LA" +315,208,195,"New Orleans, LA",193,"Baton Rouge, LA" +315,209,177,"Savannah, GA",195,"New Orleans, LA" +315,210,195,"New Orleans, LA",195,"New Orleans, LA" +315,211,245,"Charleston, SC",195,"New Orleans, LA" +315,212,257,"Houston, TX",152,"Mobile, AL" +315,213,257,"Houston, TX",253,"Beaumont, TX" +315,214,195,"New Orleans, LA",177,"Savannah, GA" +315,215,254,"Corpus Christi, TX",159,"Long Beach, CA" +315,216,195,"New Orleans, LA",171,"Jacksonville, FL" +315,217,174,"Tampa, FL",265,"Norfolk Harbor, VA" +315,218,245,"Charleston, SC",174,"Tampa, FL" +315,219,152,"Mobile, AL",245,"Charleston, SC" +315,220,254,"Corpus Christi, TX",257,"Houston, TX" +315,221,177,"Savannah, GA",201,"Boston, MA" +315,222,193,"Baton Rouge, LA",208,"Pascagoula, MS" +315,223,172,"Port Everglades, FL",174,"Tampa, FL" +315,224,195,"New Orleans, LA",152,"Mobile, AL" +315,225,245,"Charleston, SC",223,"New York, NY and NJ" +315,226,195,"New Orleans, LA",174,"Tampa, FL" +315,227,195,"New Orleans, LA",177,"Savannah, GA" +315,228,178,"Brunswick, GA",171,"Jacksonville, FL" +315,229,177,"Savannah, GA",265,"Norfolk Harbor, VA" +315,230,195,"New Orleans, LA",177,"Savannah, GA" +315,231,171,"Jacksonville, FL",152,"Mobile, AL" +315,232,172,"Port Everglades, FL",195,"New Orleans, LA" +315,233,195,"New Orleans, LA",195,"New Orleans, LA" +315,234,194,"Lake Charles, LA",241,"Philadelphia, PA" +315,235,172,"Port Everglades, FL",217,"New York, NY and NJ" +315,236,172,"Port Everglades, FL",195,"New Orleans, LA" +315,237,245,"Charleston, SC",152,"Mobile, AL" +315,238,195,"New Orleans, LA",253,"Beaumont, TX" +315,239,194,"Lake Charles, LA",257,"Houston, TX" +315,240,152,"Mobile, AL",257,"Houston, TX" +315,241,245,"Charleston, SC",245,"Charleston, SC" +315,242,253,"Beaumont, TX",245,"Charleston, SC" +315,243,253,"Beaumont, TX",198,"Baltimore, MD" +315,244,172,"Port Everglades, FL",198,"Baltimore, MD" +315,245,245,"Charleston, SC",174,"Tampa, FL" +315,246,257,"Houston, TX",245,"Charleston, SC" +315,247,172,"Port Everglades, FL",245,"Charleston, SC" +315,248,257,"Houston, TX",257,"Houston, TX" +315,249,257,"Houston, TX",195,"New Orleans, LA" +315,250,245,"Charleston, SC",174,"Tampa, FL" +315,251,245,"Charleston, SC",195,"New Orleans, LA" +315,252,257,"Houston, TX",254,"Corpus Christi, TX" +315,253,257,"Houston, TX",257,"Houston, TX" +315,254,208,"Pascagoula, MS",195,"New Orleans, LA" +315,255,195,"New Orleans, LA",254,"Corpus Christi, TX" +315,256,195,"New Orleans, LA",194,"Lake Charles, LA" +315,257,172,"Port Everglades, FL",195,"New Orleans, LA" +315,258,195,"New Orleans, LA",253,"Beaumont, TX" +315,259,194,"Lake Charles, LA",257,"Houston, TX" +315,260,195,"New Orleans, LA",254,"Corpus Christi, TX" +315,261,194,"Lake Charles, LA",172,"Port Everglades, FL" +315,262,257,"Houston, TX",159,"Long Beach, CA" +315,263,172,"Port Everglades, FL",177,"Savannah, GA" +315,264,177,"Savannah, GA",195,"New Orleans, LA" +315,265,172,"Port Everglades, FL",177,"Savannah, GA" +315,266,152,"Mobile, AL",265,"Norfolk Harbor, VA" +315,267,245,"Charleston, SC",177,"Savannah, GA" +315,268,254,"Corpus Christi, TX",194,"Lake Charles, LA" +315,269,253,"Beaumont, TX",253,"Beaumont, TX" +315,270,195,"New Orleans, LA",174,"Tampa, FL" +315,271,172,"Port Everglades, FL",195,"New Orleans, LA" +315,272,195,"New Orleans, LA",253,"Beaumont, TX" +315,273,177,"Savannah, GA",195,"New Orleans, LA" +316,1,268,"Seattle, WA",268,"Seattle, WA" +316,2,162,"Oakland, CA",162,"Oakland, CA" +316,3,268,"Seattle, WA",268,"Seattle, WA" +316,4,159,"Long Beach, CA",159,"Long Beach, CA" +316,5,159,"Long Beach, CA",159,"Long Beach, CA" +316,6,269,"Longview, WA",269,"Longview, WA" +316,7,162,"Oakland, CA",162,"Oakland, CA" +316,8,162,"Oakland, CA",162,"Oakland, CA" +316,9,268,"Seattle, WA",268,"Seattle, WA" +316,10,159,"Long Beach, CA",159,"Long Beach, CA" +316,11,162,"Oakland, CA",162,"Oakland, CA" +316,12,159,"Long Beach, CA",159,"Long Beach, CA" +316,13,159,"Long Beach, CA",159,"Long Beach, CA" +316,14,159,"Long Beach, CA",159,"Long Beach, CA" +316,15,159,"Long Beach, CA",159,"Long Beach, CA" +316,16,239,"Portland, OR",239,"Portland, OR" +316,17,269,"Longview, WA",269,"Longview, WA" +316,18,159,"Long Beach, CA",159,"Long Beach, CA" +316,19,162,"Oakland, CA",162,"Oakland, CA" +316,20,159,"Long Beach, CA",159,"Long Beach, CA" +316,21,269,"Longview, WA",269,"Longview, WA" +316,22,159,"Long Beach, CA",159,"Long Beach, CA" +316,23,159,"Long Beach, CA",159,"Long Beach, CA" +316,24,268,"Seattle, WA",268,"Seattle, WA" +316,25,269,"Longview, WA",269,"Longview, WA" +316,26,159,"Long Beach, CA",159,"Long Beach, CA" +316,27,159,"Long Beach, CA",159,"Long Beach, CA" +316,28,159,"Long Beach, CA",159,"Long Beach, CA" +316,29,159,"Long Beach, CA",159,"Long Beach, CA" +316,30,268,"Seattle, WA",268,"Seattle, WA" +316,31,159,"Long Beach, CA",159,"Long Beach, CA" +316,32,159,"Long Beach, CA",159,"Long Beach, CA" +316,33,268,"Seattle, WA",268,"Seattle, WA" +316,34,159,"Long Beach, CA",159,"Long Beach, CA" +316,35,159,"Long Beach, CA",159,"Long Beach, CA" +316,36,269,"Longview, WA",269,"Longview, WA" +316,37,268,"Seattle, WA",268,"Seattle, WA" +316,38,268,"Seattle, WA",268,"Seattle, WA" +316,39,269,"Longview, WA",269,"Longview, WA" +316,40,159,"Long Beach, CA",159,"Long Beach, CA" +316,41,239,"Portland, OR",239,"Portland, OR" +316,42,239,"Portland, OR",239,"Portland, OR" +316,43,268,"Seattle, WA",268,"Seattle, WA" +316,44,159,"Long Beach, CA",159,"Long Beach, CA" +316,45,162,"Oakland, CA",162,"Oakland, CA" +316,46,239,"Portland, OR",239,"Portland, OR" +316,47,159,"Long Beach, CA",159,"Long Beach, CA" +316,48,159,"Long Beach, CA",159,"Long Beach, CA" +316,49,159,"Long Beach, CA",159,"Long Beach, CA" +316,50,239,"Portland, OR",239,"Portland, OR" +316,51,159,"Long Beach, CA",159,"Long Beach, CA" +316,52,159,"Long Beach, CA",159,"Long Beach, CA" +316,53,268,"Seattle, WA",268,"Seattle, WA" +316,54,159,"Long Beach, CA",159,"Long Beach, CA" +316,55,159,"Long Beach, CA",159,"Long Beach, CA" +316,56,159,"Long Beach, CA",159,"Long Beach, CA" +316,57,159,"Long Beach, CA",159,"Long Beach, CA" +316,58,162,"Oakland, CA",162,"Oakland, CA" +316,59,159,"Long Beach, CA",159,"Long Beach, CA" +316,60,268,"Seattle, WA",268,"Seattle, WA" +316,61,268,"Seattle, WA",268,"Seattle, WA" +316,62,159,"Long Beach, CA",159,"Long Beach, CA" +316,63,162,"Oakland, CA",162,"Oakland, CA" +316,64,159,"Long Beach, CA",159,"Long Beach, CA" +316,65,159,"Long Beach, CA",159,"Long Beach, CA" +316,66,268,"Seattle, WA",268,"Seattle, WA" +316,67,159,"Long Beach, CA",159,"Long Beach, CA" +316,68,159,"Long Beach, CA",159,"Long Beach, CA" +316,69,159,"Long Beach, CA",159,"Long Beach, CA" +316,70,159,"Long Beach, CA",159,"Long Beach, CA" +316,71,159,"Long Beach, CA",159,"Long Beach, CA" +316,72,159,"Long Beach, CA",159,"Long Beach, CA" +316,73,159,"Long Beach, CA",159,"Long Beach, CA" +316,74,159,"Long Beach, CA",159,"Long Beach, CA" +316,75,159,"Long Beach, CA",159,"Long Beach, CA" +316,76,268,"Seattle, WA",268,"Seattle, WA" +316,77,239,"Portland, OR",239,"Portland, OR" +316,78,159,"Long Beach, CA",159,"Long Beach, CA" +316,79,269,"Longview, WA",269,"Longview, WA" +316,80,162,"Oakland, CA",162,"Oakland, CA" +316,81,268,"Seattle, WA",268,"Seattle, WA" +316,82,239,"Portland, OR",239,"Portland, OR" +316,83,268,"Seattle, WA",268,"Seattle, WA" +316,84,268,"Seattle, WA",268,"Seattle, WA" +316,85,268,"Seattle, WA",268,"Seattle, WA" +316,86,159,"Long Beach, CA",159,"Long Beach, CA" +316,87,268,"Seattle, WA",268,"Seattle, WA" +316,88,159,"Long Beach, CA",159,"Long Beach, CA" +316,89,268,"Seattle, WA",268,"Seattle, WA" +316,90,268,"Seattle, WA",268,"Seattle, WA" +316,91,159,"Long Beach, CA",159,"Long Beach, CA" +316,92,162,"Oakland, CA",162,"Oakland, CA" +316,93,159,"Long Beach, CA",159,"Long Beach, CA" +316,94,159,"Long Beach, CA",159,"Long Beach, CA" +316,95,239,"Portland, OR",239,"Portland, OR" +316,96,159,"Long Beach, CA",159,"Long Beach, CA" +316,97,159,"Long Beach, CA",159,"Long Beach, CA" +316,98,162,"Oakland, CA",162,"Oakland, CA" +316,99,159,"Long Beach, CA",159,"Long Beach, CA" +316,100,159,"Long Beach, CA",159,"Long Beach, CA" +316,101,159,"Long Beach, CA",159,"Long Beach, CA" +316,102,159,"Long Beach, CA",159,"Long Beach, CA" +316,103,162,"Oakland, CA",162,"Oakland, CA" +316,104,159,"Long Beach, CA",159,"Long Beach, CA" +316,105,239,"Portland, OR",239,"Portland, OR" +316,106,159,"Long Beach, CA",159,"Long Beach, CA" +316,107,159,"Long Beach, CA",159,"Long Beach, CA" +316,108,159,"Long Beach, CA",159,"Long Beach, CA" +316,109,159,"Long Beach, CA",159,"Long Beach, CA" +316,110,162,"Oakland, CA",162,"Oakland, CA" +316,111,159,"Long Beach, CA",159,"Long Beach, CA" +316,112,269,"Longview, WA",269,"Longview, WA" +316,113,159,"Long Beach, CA",159,"Long Beach, CA" +316,114,268,"Seattle, WA",268,"Seattle, WA" +316,115,159,"Long Beach, CA",159,"Long Beach, CA" +316,116,159,"Long Beach, CA",159,"Long Beach, CA" +316,117,162,"Oakland, CA",162,"Oakland, CA" +316,118,268,"Seattle, WA",268,"Seattle, WA" +316,119,159,"Long Beach, CA",159,"Long Beach, CA" +316,120,239,"Portland, OR",239,"Portland, OR" +316,121,159,"Long Beach, CA",159,"Long Beach, CA" +316,122,159,"Long Beach, CA",159,"Long Beach, CA" +316,123,159,"Long Beach, CA",159,"Long Beach, CA" +316,124,268,"Seattle, WA",268,"Seattle, WA" +316,125,159,"Long Beach, CA",159,"Long Beach, CA" +316,126,159,"Long Beach, CA",159,"Long Beach, CA" +316,127,159,"Long Beach, CA",159,"Long Beach, CA" +316,128,159,"Long Beach, CA",159,"Long Beach, CA" +316,129,162,"Oakland, CA",162,"Oakland, CA" +316,130,162,"Oakland, CA",162,"Oakland, CA" +316,131,268,"Seattle, WA",268,"Seattle, WA" +316,132,239,"Portland, OR",239,"Portland, OR" +316,151,268,"Seattle, WA",268,"Seattle, WA" +316,152,159,"Long Beach, CA",162,"Oakland, CA" +316,153,159,"Long Beach, CA",268,"Seattle, WA" +316,154,154,"Anchorage, AK",154,"Anchorage, AK" +316,155,159,"Long Beach, CA",268,"Seattle, WA" +316,156,268,"Seattle, WA",159,"Long Beach, CA" +316,157,239,"Portland, OR",159,"Long Beach, CA" +316,158,268,"Seattle, WA",239,"Portland, OR" +316,159,162,"Oakland, CA",268,"Seattle, WA" +316,160,239,"Portland, OR",239,"Portland, OR" +316,161,162,"Oakland, CA",159,"Long Beach, CA" +316,162,162,"Oakland, CA",162,"Oakland, CA" +316,163,159,"Long Beach, CA",162,"Oakland, CA" +316,164,159,"Long Beach, CA",159,"Long Beach, CA" +316,165,162,"Oakland, CA",268,"Seattle, WA" +316,166,159,"Long Beach, CA",268,"Seattle, WA" +316,167,159,"Long Beach, CA",268,"Seattle, WA" +316,168,239,"Portland, OR",159,"Long Beach, CA" +316,169,162,"Oakland, CA",159,"Long Beach, CA" +316,170,269,"Longview, WA",159,"Long Beach, CA" +316,171,159,"Long Beach, CA",159,"Long Beach, CA" +316,172,159,"Long Beach, CA",159,"Long Beach, CA" +316,173,159,"Long Beach, CA",159,"Long Beach, CA" +316,174,159,"Long Beach, CA",159,"Long Beach, CA" +316,175,159,"Long Beach, CA",162,"Oakland, CA" +316,176,159,"Long Beach, CA",239,"Portland, OR" +316,177,268,"Seattle, WA",162,"Oakland, CA" +316,178,159,"Long Beach, CA",239,"Portland, OR" +316,179,179,"Honolulu, HI",179,"Honolulu, HI" +316,180,179,"Honolulu, HI",179,"Honolulu, HI" +316,181,268,"Seattle, WA",268,"Seattle, WA" +316,183,268,"Seattle, WA",239,"Portland, OR" +316,184,159,"Long Beach, CA",268,"Seattle, WA" +316,185,162,"Oakland, CA",268,"Seattle, WA" +316,186,239,"Portland, OR",159,"Long Beach, CA" +316,187,159,"Long Beach, CA",269,"Longview, WA" +316,188,162,"Oakland, CA",159,"Long Beach, CA" +316,189,162,"Oakland, CA",159,"Long Beach, CA" +316,190,162,"Oakland, CA",159,"Long Beach, CA" +316,191,162,"Oakland, CA",162,"Oakland, CA" +316,192,162,"Oakland, CA",268,"Seattle, WA" +316,193,159,"Long Beach, CA",159,"Long Beach, CA" +316,194,268,"Seattle, WA",159,"Long Beach, CA" +316,195,159,"Long Beach, CA",159,"Long Beach, CA" +316,196,159,"Long Beach, CA",268,"Seattle, WA" +316,197,162,"Oakland, CA",159,"Long Beach, CA" +316,198,268,"Seattle, WA",159,"Long Beach, CA" +316,199,269,"Longview, WA",159,"Long Beach, CA" +316,200,268,"Seattle, WA",268,"Seattle, WA" +316,201,162,"Oakland, CA",159,"Long Beach, CA" +316,202,268,"Seattle, WA",159,"Long Beach, CA" +316,203,159,"Long Beach, CA",268,"Seattle, WA" +316,204,159,"Long Beach, CA",159,"Long Beach, CA" +316,205,159,"Long Beach, CA",162,"Oakland, CA" +316,206,159,"Long Beach, CA",159,"Long Beach, CA" +316,207,239,"Portland, OR",268,"Seattle, WA" +316,208,162,"Oakland, CA",268,"Seattle, WA" +316,209,269,"Longview, WA",268,"Seattle, WA" +316,210,159,"Long Beach, CA",268,"Seattle, WA" +316,211,162,"Oakland, CA",239,"Portland, OR" +316,212,239,"Portland, OR",268,"Seattle, WA" +316,213,159,"Long Beach, CA",159,"Long Beach, CA" +316,214,239,"Portland, OR",162,"Oakland, CA" +316,215,159,"Long Beach, CA",159,"Long Beach, CA" +316,216,159,"Long Beach, CA",268,"Seattle, WA" +316,217,159,"Long Beach, CA",268,"Seattle, WA" +316,218,159,"Long Beach, CA",159,"Long Beach, CA" +316,219,159,"Long Beach, CA",159,"Long Beach, CA" +316,220,268,"Seattle, WA",159,"Long Beach, CA" +316,221,159,"Long Beach, CA",162,"Oakland, CA" +316,222,159,"Long Beach, CA",159,"Long Beach, CA" +316,223,159,"Long Beach, CA",159,"Long Beach, CA" +316,224,159,"Long Beach, CA",268,"Seattle, WA" +316,225,159,"Long Beach, CA",159,"Long Beach, CA" +316,226,159,"Long Beach, CA",162,"Oakland, CA" +316,227,159,"Long Beach, CA",159,"Long Beach, CA" +316,228,162,"Oakland, CA",159,"Long Beach, CA" +316,229,159,"Long Beach, CA",239,"Portland, OR" +316,230,159,"Long Beach, CA",159,"Long Beach, CA" +316,231,159,"Long Beach, CA",269,"Longview, WA" +316,232,162,"Oakland, CA",159,"Long Beach, CA" +316,233,159,"Long Beach, CA",159,"Long Beach, CA" +316,234,268,"Seattle, WA",268,"Seattle, WA" +316,235,162,"Oakland, CA",159,"Long Beach, CA" +316,236,268,"Seattle, WA",159,"Long Beach, CA" +316,237,239,"Portland, OR",159,"Long Beach, CA" +316,238,159,"Long Beach, CA",268,"Seattle, WA" +316,239,159,"Long Beach, CA",159,"Long Beach, CA" +316,240,239,"Portland, OR",268,"Seattle, WA" +316,241,269,"Longview, WA",162,"Oakland, CA" +316,242,268,"Seattle, WA",268,"Seattle, WA" +316,243,239,"Portland, OR",268,"Seattle, WA" +316,244,269,"Longview, WA",159,"Long Beach, CA" +316,245,159,"Long Beach, CA",159,"Long Beach, CA" +316,246,162,"Oakland, CA",159,"Long Beach, CA" +316,247,159,"Long Beach, CA",159,"Long Beach, CA" +316,248,159,"Long Beach, CA",268,"Seattle, WA" +316,249,159,"Long Beach, CA",268,"Seattle, WA" +316,250,239,"Portland, OR",162,"Oakland, CA" +316,251,159,"Long Beach, CA",159,"Long Beach, CA" +316,252,159,"Long Beach, CA",159,"Long Beach, CA" +316,253,268,"Seattle, WA",159,"Long Beach, CA" +316,254,159,"Long Beach, CA",268,"Seattle, WA" +316,255,268,"Seattle, WA",159,"Long Beach, CA" +316,256,159,"Long Beach, CA",268,"Seattle, WA" +316,257,159,"Long Beach, CA",159,"Long Beach, CA" +316,258,268,"Seattle, WA",268,"Seattle, WA" +316,259,268,"Seattle, WA",162,"Oakland, CA" +316,260,159,"Long Beach, CA",159,"Long Beach, CA" +316,261,159,"Long Beach, CA",159,"Long Beach, CA" +316,262,268,"Seattle, WA",239,"Portland, OR" +316,263,268,"Seattle, WA",239,"Portland, OR" +316,264,162,"Oakland, CA",159,"Long Beach, CA" +316,265,159,"Long Beach, CA",269,"Longview, WA" +316,266,268,"Seattle, WA",162,"Oakland, CA" +316,267,268,"Seattle, WA",268,"Seattle, WA" +316,268,159,"Long Beach, CA",159,"Long Beach, CA" +316,269,159,"Long Beach, CA",159,"Long Beach, CA" +316,270,159,"Long Beach, CA",162,"Oakland, CA" +316,271,159,"Long Beach, CA",159,"Long Beach, CA" +316,272,268,"Seattle, WA",268,"Seattle, WA" +316,273,159,"Long Beach, CA",159,"Long Beach, CA" +317,1,239,"Portland, OR",239,"Portland, OR" +317,2,159,"Long Beach, CA",159,"Long Beach, CA" +317,3,159,"Long Beach, CA",159,"Long Beach, CA" +317,4,269,"Longview, WA",269,"Longview, WA" +317,5,159,"Long Beach, CA",159,"Long Beach, CA" +317,6,162,"Oakland, CA",162,"Oakland, CA" +317,7,159,"Long Beach, CA",159,"Long Beach, CA" +317,8,162,"Oakland, CA",162,"Oakland, CA" +317,9,159,"Long Beach, CA",159,"Long Beach, CA" +317,10,268,"Seattle, WA",268,"Seattle, WA" +317,11,268,"Seattle, WA",268,"Seattle, WA" +317,12,268,"Seattle, WA",268,"Seattle, WA" +317,13,239,"Portland, OR",239,"Portland, OR" +317,14,159,"Long Beach, CA",159,"Long Beach, CA" +317,15,159,"Long Beach, CA",159,"Long Beach, CA" +317,16,159,"Long Beach, CA",159,"Long Beach, CA" +317,17,159,"Long Beach, CA",159,"Long Beach, CA" +317,18,159,"Long Beach, CA",159,"Long Beach, CA" +317,19,162,"Oakland, CA",162,"Oakland, CA" +317,20,268,"Seattle, WA",268,"Seattle, WA" +317,21,159,"Long Beach, CA",159,"Long Beach, CA" +317,22,162,"Oakland, CA",162,"Oakland, CA" +317,23,159,"Long Beach, CA",159,"Long Beach, CA" +317,24,159,"Long Beach, CA",159,"Long Beach, CA" +317,25,159,"Long Beach, CA",159,"Long Beach, CA" +317,26,162,"Oakland, CA",162,"Oakland, CA" +317,27,268,"Seattle, WA",268,"Seattle, WA" +317,28,159,"Long Beach, CA",159,"Long Beach, CA" +317,29,162,"Oakland, CA",162,"Oakland, CA" +317,30,159,"Long Beach, CA",159,"Long Beach, CA" +317,31,159,"Long Beach, CA",159,"Long Beach, CA" +317,32,159,"Long Beach, CA",159,"Long Beach, CA" +317,33,159,"Long Beach, CA",159,"Long Beach, CA" +317,34,159,"Long Beach, CA",159,"Long Beach, CA" +317,35,162,"Oakland, CA",162,"Oakland, CA" +317,36,268,"Seattle, WA",268,"Seattle, WA" +317,37,159,"Long Beach, CA",159,"Long Beach, CA" +317,38,159,"Long Beach, CA",159,"Long Beach, CA" +317,39,162,"Oakland, CA",162,"Oakland, CA" +317,40,268,"Seattle, WA",268,"Seattle, WA" +317,41,159,"Long Beach, CA",159,"Long Beach, CA" +317,42,159,"Long Beach, CA",159,"Long Beach, CA" +317,43,268,"Seattle, WA",268,"Seattle, WA" +317,44,159,"Long Beach, CA",159,"Long Beach, CA" +317,45,159,"Long Beach, CA",159,"Long Beach, CA" +317,46,159,"Long Beach, CA",159,"Long Beach, CA" +317,47,162,"Oakland, CA",162,"Oakland, CA" +317,48,159,"Long Beach, CA",159,"Long Beach, CA" +317,49,162,"Oakland, CA",162,"Oakland, CA" +317,50,159,"Long Beach, CA",159,"Long Beach, CA" +317,51,239,"Portland, OR",239,"Portland, OR" +317,52,159,"Long Beach, CA",159,"Long Beach, CA" +317,53,268,"Seattle, WA",268,"Seattle, WA" +317,54,239,"Portland, OR",239,"Portland, OR" +317,55,159,"Long Beach, CA",159,"Long Beach, CA" +317,56,159,"Long Beach, CA",159,"Long Beach, CA" +317,57,159,"Long Beach, CA",159,"Long Beach, CA" +317,58,162,"Oakland, CA",162,"Oakland, CA" +317,59,159,"Long Beach, CA",159,"Long Beach, CA" +317,60,268,"Seattle, WA",268,"Seattle, WA" +317,61,268,"Seattle, WA",268,"Seattle, WA" +317,62,162,"Oakland, CA",162,"Oakland, CA" +317,63,269,"Longview, WA",269,"Longview, WA" +317,64,268,"Seattle, WA",268,"Seattle, WA" +317,65,159,"Long Beach, CA",159,"Long Beach, CA" +317,66,159,"Long Beach, CA",159,"Long Beach, CA" +317,67,159,"Long Beach, CA",159,"Long Beach, CA" +317,68,159,"Long Beach, CA",159,"Long Beach, CA" +317,69,268,"Seattle, WA",268,"Seattle, WA" +317,70,159,"Long Beach, CA",159,"Long Beach, CA" +317,71,269,"Longview, WA",269,"Longview, WA" +317,72,239,"Portland, OR",239,"Portland, OR" +317,73,162,"Oakland, CA",162,"Oakland, CA" +317,74,159,"Long Beach, CA",159,"Long Beach, CA" +317,75,162,"Oakland, CA",162,"Oakland, CA" +317,76,162,"Oakland, CA",162,"Oakland, CA" +317,77,162,"Oakland, CA",162,"Oakland, CA" +317,78,239,"Portland, OR",239,"Portland, OR" +317,79,162,"Oakland, CA",162,"Oakland, CA" +317,80,159,"Long Beach, CA",159,"Long Beach, CA" +317,81,159,"Long Beach, CA",159,"Long Beach, CA" +317,82,162,"Oakland, CA",162,"Oakland, CA" +317,83,159,"Long Beach, CA",159,"Long Beach, CA" +317,84,159,"Long Beach, CA",159,"Long Beach, CA" +317,85,268,"Seattle, WA",268,"Seattle, WA" +317,86,159,"Long Beach, CA",159,"Long Beach, CA" +317,87,159,"Long Beach, CA",159,"Long Beach, CA" +317,88,239,"Portland, OR",239,"Portland, OR" +317,89,159,"Long Beach, CA",159,"Long Beach, CA" +317,90,268,"Seattle, WA",268,"Seattle, WA" +317,91,159,"Long Beach, CA",159,"Long Beach, CA" +317,92,268,"Seattle, WA",268,"Seattle, WA" +317,93,162,"Oakland, CA",162,"Oakland, CA" +317,94,159,"Long Beach, CA",159,"Long Beach, CA" +317,95,268,"Seattle, WA",268,"Seattle, WA" +317,96,268,"Seattle, WA",268,"Seattle, WA" +317,97,268,"Seattle, WA",268,"Seattle, WA" +317,98,159,"Long Beach, CA",159,"Long Beach, CA" +317,99,159,"Long Beach, CA",159,"Long Beach, CA" +317,100,159,"Long Beach, CA",159,"Long Beach, CA" +317,101,239,"Portland, OR",239,"Portland, OR" +317,102,268,"Seattle, WA",268,"Seattle, WA" +317,103,159,"Long Beach, CA",159,"Long Beach, CA" +317,104,268,"Seattle, WA",268,"Seattle, WA" +317,105,159,"Long Beach, CA",159,"Long Beach, CA" +317,106,162,"Oakland, CA",162,"Oakland, CA" +317,107,268,"Seattle, WA",268,"Seattle, WA" +317,108,162,"Oakland, CA",162,"Oakland, CA" +317,109,159,"Long Beach, CA",159,"Long Beach, CA" +317,110,159,"Long Beach, CA",159,"Long Beach, CA" +317,111,268,"Seattle, WA",268,"Seattle, WA" +317,112,268,"Seattle, WA",268,"Seattle, WA" +317,113,239,"Portland, OR",239,"Portland, OR" +317,114,162,"Oakland, CA",162,"Oakland, CA" +317,115,159,"Long Beach, CA",159,"Long Beach, CA" +317,116,159,"Long Beach, CA",159,"Long Beach, CA" +317,117,159,"Long Beach, CA",159,"Long Beach, CA" +317,118,159,"Long Beach, CA",159,"Long Beach, CA" +317,119,159,"Long Beach, CA",159,"Long Beach, CA" +317,120,159,"Long Beach, CA",159,"Long Beach, CA" +317,121,269,"Longview, WA",269,"Longview, WA" +317,122,159,"Long Beach, CA",159,"Long Beach, CA" +317,123,162,"Oakland, CA",162,"Oakland, CA" +317,124,159,"Long Beach, CA",159,"Long Beach, CA" +317,125,159,"Long Beach, CA",159,"Long Beach, CA" +317,126,159,"Long Beach, CA",159,"Long Beach, CA" +317,127,162,"Oakland, CA",162,"Oakland, CA" +317,128,159,"Long Beach, CA",159,"Long Beach, CA" +317,129,239,"Portland, OR",239,"Portland, OR" +317,130,268,"Seattle, WA",268,"Seattle, WA" +317,131,268,"Seattle, WA",268,"Seattle, WA" +317,132,159,"Long Beach, CA",159,"Long Beach, CA" +317,151,159,"Long Beach, CA",239,"Portland, OR" +317,152,159,"Long Beach, CA",159,"Long Beach, CA" +317,153,159,"Long Beach, CA",159,"Long Beach, CA" +317,154,154,"Anchorage, AK",154,"Anchorage, AK" +317,155,159,"Long Beach, CA",159,"Long Beach, CA" +317,156,159,"Long Beach, CA",268,"Seattle, WA" +317,157,159,"Long Beach, CA",162,"Oakland, CA" +317,158,159,"Long Beach, CA",268,"Seattle, WA" +317,159,159,"Long Beach, CA",159,"Long Beach, CA" +317,160,268,"Seattle, WA",268,"Seattle, WA" +317,161,159,"Long Beach, CA",268,"Seattle, WA" +317,162,268,"Seattle, WA",159,"Long Beach, CA" +317,163,268,"Seattle, WA",268,"Seattle, WA" +317,164,159,"Long Beach, CA",268,"Seattle, WA" +317,165,268,"Seattle, WA",159,"Long Beach, CA" +317,166,159,"Long Beach, CA",159,"Long Beach, CA" +317,167,269,"Longview, WA",162,"Oakland, CA" +317,168,269,"Longview, WA",159,"Long Beach, CA" +317,169,159,"Long Beach, CA",239,"Portland, OR" +317,170,159,"Long Beach, CA",159,"Long Beach, CA" +317,171,159,"Long Beach, CA",159,"Long Beach, CA" +317,172,159,"Long Beach, CA",162,"Oakland, CA" +317,173,268,"Seattle, WA",159,"Long Beach, CA" +317,174,162,"Oakland, CA",159,"Long Beach, CA" +317,175,159,"Long Beach, CA",162,"Oakland, CA" +317,176,268,"Seattle, WA",269,"Longview, WA" +317,177,159,"Long Beach, CA",159,"Long Beach, CA" +317,178,159,"Long Beach, CA",162,"Oakland, CA" +317,179,179,"Honolulu, HI",179,"Honolulu, HI" +317,180,179,"Honolulu, HI",179,"Honolulu, HI" +317,181,159,"Long Beach, CA",159,"Long Beach, CA" +317,183,159,"Long Beach, CA",159,"Long Beach, CA" +317,184,159,"Long Beach, CA",159,"Long Beach, CA" +317,185,159,"Long Beach, CA",159,"Long Beach, CA" +317,186,159,"Long Beach, CA",159,"Long Beach, CA" +317,187,159,"Long Beach, CA",159,"Long Beach, CA" +317,188,159,"Long Beach, CA",268,"Seattle, WA" +317,189,159,"Long Beach, CA",239,"Portland, OR" +317,190,159,"Long Beach, CA",239,"Portland, OR" +317,191,159,"Long Beach, CA",159,"Long Beach, CA" +317,192,268,"Seattle, WA",268,"Seattle, WA" +317,193,268,"Seattle, WA",159,"Long Beach, CA" +317,194,159,"Long Beach, CA",159,"Long Beach, CA" +317,195,159,"Long Beach, CA",239,"Portland, OR" +317,196,268,"Seattle, WA",159,"Long Beach, CA" +317,197,268,"Seattle, WA",162,"Oakland, CA" +317,198,162,"Oakland, CA",159,"Long Beach, CA" +317,199,159,"Long Beach, CA",268,"Seattle, WA" +317,200,159,"Long Beach, CA",159,"Long Beach, CA" +317,201,159,"Long Beach, CA",159,"Long Beach, CA" +317,202,159,"Long Beach, CA",159,"Long Beach, CA" +317,203,269,"Longview, WA",162,"Oakland, CA" +317,204,159,"Long Beach, CA",159,"Long Beach, CA" +317,205,159,"Long Beach, CA",159,"Long Beach, CA" +317,206,159,"Long Beach, CA",159,"Long Beach, CA" +317,207,159,"Long Beach, CA",159,"Long Beach, CA" +317,208,162,"Oakland, CA",268,"Seattle, WA" +317,209,268,"Seattle, WA",268,"Seattle, WA" +317,210,159,"Long Beach, CA",268,"Seattle, WA" +317,211,159,"Long Beach, CA",159,"Long Beach, CA" +317,212,162,"Oakland, CA",268,"Seattle, WA" +317,213,162,"Oakland, CA",162,"Oakland, CA" +317,214,159,"Long Beach, CA",162,"Oakland, CA" +317,215,159,"Long Beach, CA",268,"Seattle, WA" +317,216,159,"Long Beach, CA",159,"Long Beach, CA" +317,217,268,"Seattle, WA",162,"Oakland, CA" +317,218,159,"Long Beach, CA",162,"Oakland, CA" +317,219,159,"Long Beach, CA",159,"Long Beach, CA" +317,220,159,"Long Beach, CA",159,"Long Beach, CA" +317,221,159,"Long Beach, CA",159,"Long Beach, CA" +317,222,159,"Long Beach, CA",268,"Seattle, WA" +317,223,239,"Portland, OR",268,"Seattle, WA" +317,224,268,"Seattle, WA",159,"Long Beach, CA" +317,225,268,"Seattle, WA",268,"Seattle, WA" +317,226,159,"Long Beach, CA",239,"Portland, OR" +317,227,239,"Portland, OR",268,"Seattle, WA" +317,228,162,"Oakland, CA",159,"Long Beach, CA" +317,229,159,"Long Beach, CA",159,"Long Beach, CA" +317,230,159,"Long Beach, CA",268,"Seattle, WA" +317,231,268,"Seattle, WA",159,"Long Beach, CA" +317,232,159,"Long Beach, CA",268,"Seattle, WA" +317,233,159,"Long Beach, CA",159,"Long Beach, CA" +317,234,159,"Long Beach, CA",159,"Long Beach, CA" +317,235,268,"Seattle, WA",159,"Long Beach, CA" +317,236,268,"Seattle, WA",159,"Long Beach, CA" +317,237,159,"Long Beach, CA",269,"Longview, WA" +317,238,159,"Long Beach, CA",159,"Long Beach, CA" +317,239,159,"Long Beach, CA",159,"Long Beach, CA" +317,240,162,"Oakland, CA",159,"Long Beach, CA" +317,241,159,"Long Beach, CA",162,"Oakland, CA" +317,242,162,"Oakland, CA",159,"Long Beach, CA" +317,243,159,"Long Beach, CA",162,"Oakland, CA" +317,244,159,"Long Beach, CA",162,"Oakland, CA" +317,245,162,"Oakland, CA",268,"Seattle, WA" +317,246,239,"Portland, OR",159,"Long Beach, CA" +317,247,159,"Long Beach, CA",162,"Oakland, CA" +317,248,159,"Long Beach, CA",162,"Oakland, CA" +317,249,159,"Long Beach, CA",239,"Portland, OR" +317,250,159,"Long Beach, CA",159,"Long Beach, CA" +317,251,269,"Longview, WA",159,"Long Beach, CA" +317,252,159,"Long Beach, CA",159,"Long Beach, CA" +317,253,162,"Oakland, CA",159,"Long Beach, CA" +317,254,162,"Oakland, CA",268,"Seattle, WA" +317,255,159,"Long Beach, CA",159,"Long Beach, CA" +317,256,162,"Oakland, CA",268,"Seattle, WA" +317,257,159,"Long Beach, CA",268,"Seattle, WA" +317,258,159,"Long Beach, CA",239,"Portland, OR" +317,259,159,"Long Beach, CA",159,"Long Beach, CA" +317,260,269,"Longview, WA",159,"Long Beach, CA" +317,261,268,"Seattle, WA",159,"Long Beach, CA" +317,262,159,"Long Beach, CA",159,"Long Beach, CA" +317,263,159,"Long Beach, CA",159,"Long Beach, CA" +317,264,159,"Long Beach, CA",159,"Long Beach, CA" +317,265,159,"Long Beach, CA",159,"Long Beach, CA" +317,266,159,"Long Beach, CA",159,"Long Beach, CA" +317,267,159,"Long Beach, CA",159,"Long Beach, CA" +317,268,239,"Portland, OR",162,"Oakland, CA" +317,269,159,"Long Beach, CA",269,"Longview, WA" +317,270,159,"Long Beach, CA",159,"Long Beach, CA" +317,271,269,"Longview, WA",162,"Oakland, CA" +317,272,159,"Long Beach, CA",159,"Long Beach, CA" +317,273,159,"Long Beach, CA",239,"Portland, OR" +318,1,268,"Seattle, WA",268,"Seattle, WA" +318,2,159,"Long Beach, CA",159,"Long Beach, CA" +318,3,268,"Seattle, WA",268,"Seattle, WA" +318,4,159,"Long Beach, CA",159,"Long Beach, CA" +318,5,159,"Long Beach, CA",159,"Long Beach, CA" +318,6,159,"Long Beach, CA",159,"Long Beach, CA" +318,7,159,"Long Beach, CA",159,"Long Beach, CA" +318,8,268,"Seattle, WA",268,"Seattle, WA" +318,9,268,"Seattle, WA",268,"Seattle, WA" +318,10,268,"Seattle, WA",268,"Seattle, WA" +318,11,159,"Long Beach, CA",159,"Long Beach, CA" +318,12,239,"Portland, OR",239,"Portland, OR" +318,13,159,"Long Beach, CA",159,"Long Beach, CA" +318,14,162,"Oakland, CA",162,"Oakland, CA" +318,15,268,"Seattle, WA",268,"Seattle, WA" +318,16,159,"Long Beach, CA",159,"Long Beach, CA" +318,17,162,"Oakland, CA",162,"Oakland, CA" +318,18,159,"Long Beach, CA",159,"Long Beach, CA" +318,19,269,"Longview, WA",269,"Longview, WA" +318,20,268,"Seattle, WA",268,"Seattle, WA" +318,21,268,"Seattle, WA",268,"Seattle, WA" +318,22,269,"Longview, WA",269,"Longview, WA" +318,23,159,"Long Beach, CA",159,"Long Beach, CA" +318,24,162,"Oakland, CA",162,"Oakland, CA" +318,25,268,"Seattle, WA",268,"Seattle, WA" +318,26,159,"Long Beach, CA",159,"Long Beach, CA" +318,27,159,"Long Beach, CA",159,"Long Beach, CA" +318,28,268,"Seattle, WA",268,"Seattle, WA" +318,29,159,"Long Beach, CA",159,"Long Beach, CA" +318,30,268,"Seattle, WA",268,"Seattle, WA" +318,31,268,"Seattle, WA",268,"Seattle, WA" +318,32,268,"Seattle, WA",268,"Seattle, WA" +318,33,159,"Long Beach, CA",159,"Long Beach, CA" +318,34,268,"Seattle, WA",268,"Seattle, WA" +318,35,159,"Long Beach, CA",159,"Long Beach, CA" +318,36,159,"Long Beach, CA",159,"Long Beach, CA" +318,37,159,"Long Beach, CA",159,"Long Beach, CA" +318,38,268,"Seattle, WA",268,"Seattle, WA" +318,39,159,"Long Beach, CA",159,"Long Beach, CA" +318,40,268,"Seattle, WA",268,"Seattle, WA" +318,41,268,"Seattle, WA",268,"Seattle, WA" +318,42,239,"Portland, OR",239,"Portland, OR" +318,43,239,"Portland, OR",239,"Portland, OR" +318,44,159,"Long Beach, CA",159,"Long Beach, CA" +318,45,159,"Long Beach, CA",159,"Long Beach, CA" +318,46,269,"Longview, WA",269,"Longview, WA" +318,47,268,"Seattle, WA",268,"Seattle, WA" +318,48,159,"Long Beach, CA",159,"Long Beach, CA" +318,49,268,"Seattle, WA",268,"Seattle, WA" +318,50,268,"Seattle, WA",268,"Seattle, WA" +318,51,268,"Seattle, WA",268,"Seattle, WA" +318,52,159,"Long Beach, CA",159,"Long Beach, CA" +318,53,159,"Long Beach, CA",159,"Long Beach, CA" +318,54,162,"Oakland, CA",162,"Oakland, CA" +318,55,159,"Long Beach, CA",159,"Long Beach, CA" +318,56,268,"Seattle, WA",268,"Seattle, WA" +318,57,239,"Portland, OR",239,"Portland, OR" +318,58,268,"Seattle, WA",268,"Seattle, WA" +318,59,159,"Long Beach, CA",159,"Long Beach, CA" +318,60,268,"Seattle, WA",268,"Seattle, WA" +318,61,159,"Long Beach, CA",159,"Long Beach, CA" +318,62,159,"Long Beach, CA",159,"Long Beach, CA" +318,63,159,"Long Beach, CA",159,"Long Beach, CA" +318,64,159,"Long Beach, CA",159,"Long Beach, CA" +318,65,159,"Long Beach, CA",159,"Long Beach, CA" +318,66,159,"Long Beach, CA",159,"Long Beach, CA" +318,67,159,"Long Beach, CA",159,"Long Beach, CA" +318,68,239,"Portland, OR",239,"Portland, OR" +318,69,159,"Long Beach, CA",159,"Long Beach, CA" +318,70,269,"Longview, WA",269,"Longview, WA" +318,71,159,"Long Beach, CA",159,"Long Beach, CA" +318,72,268,"Seattle, WA",268,"Seattle, WA" +318,73,159,"Long Beach, CA",159,"Long Beach, CA" +318,74,159,"Long Beach, CA",159,"Long Beach, CA" +318,75,159,"Long Beach, CA",159,"Long Beach, CA" +318,76,159,"Long Beach, CA",159,"Long Beach, CA" +318,77,162,"Oakland, CA",162,"Oakland, CA" +318,78,159,"Long Beach, CA",159,"Long Beach, CA" +318,79,239,"Portland, OR",239,"Portland, OR" +318,80,159,"Long Beach, CA",159,"Long Beach, CA" +318,81,268,"Seattle, WA",268,"Seattle, WA" +318,82,159,"Long Beach, CA",159,"Long Beach, CA" +318,83,159,"Long Beach, CA",159,"Long Beach, CA" +318,84,162,"Oakland, CA",162,"Oakland, CA" +318,85,159,"Long Beach, CA",159,"Long Beach, CA" +318,86,159,"Long Beach, CA",159,"Long Beach, CA" +318,87,268,"Seattle, WA",268,"Seattle, WA" +318,88,159,"Long Beach, CA",159,"Long Beach, CA" +318,89,159,"Long Beach, CA",159,"Long Beach, CA" +318,90,268,"Seattle, WA",268,"Seattle, WA" +318,91,268,"Seattle, WA",268,"Seattle, WA" +318,92,159,"Long Beach, CA",159,"Long Beach, CA" +318,93,268,"Seattle, WA",268,"Seattle, WA" +318,94,159,"Long Beach, CA",159,"Long Beach, CA" +318,95,239,"Portland, OR",239,"Portland, OR" +318,96,268,"Seattle, WA",268,"Seattle, WA" +318,97,159,"Long Beach, CA",159,"Long Beach, CA" +318,98,159,"Long Beach, CA",159,"Long Beach, CA" +318,99,159,"Long Beach, CA",159,"Long Beach, CA" +318,100,159,"Long Beach, CA",159,"Long Beach, CA" +318,101,268,"Seattle, WA",268,"Seattle, WA" +318,102,239,"Portland, OR",239,"Portland, OR" +318,103,268,"Seattle, WA",268,"Seattle, WA" +318,104,268,"Seattle, WA",268,"Seattle, WA" +318,105,159,"Long Beach, CA",159,"Long Beach, CA" +318,106,268,"Seattle, WA",268,"Seattle, WA" +318,107,162,"Oakland, CA",162,"Oakland, CA" +318,108,269,"Longview, WA",269,"Longview, WA" +318,109,159,"Long Beach, CA",159,"Long Beach, CA" +318,110,162,"Oakland, CA",162,"Oakland, CA" +318,111,269,"Longview, WA",269,"Longview, WA" +318,112,239,"Portland, OR",239,"Portland, OR" +318,113,269,"Longview, WA",269,"Longview, WA" +318,114,239,"Portland, OR",239,"Portland, OR" +318,115,159,"Long Beach, CA",159,"Long Beach, CA" +318,116,159,"Long Beach, CA",159,"Long Beach, CA" +318,117,268,"Seattle, WA",268,"Seattle, WA" +318,118,159,"Long Beach, CA",159,"Long Beach, CA" +318,119,159,"Long Beach, CA",159,"Long Beach, CA" +318,120,239,"Portland, OR",239,"Portland, OR" +318,121,159,"Long Beach, CA",159,"Long Beach, CA" +318,122,268,"Seattle, WA",268,"Seattle, WA" +318,123,159,"Long Beach, CA",159,"Long Beach, CA" +318,124,159,"Long Beach, CA",159,"Long Beach, CA" +318,125,159,"Long Beach, CA",159,"Long Beach, CA" +318,126,159,"Long Beach, CA",159,"Long Beach, CA" +318,127,159,"Long Beach, CA",159,"Long Beach, CA" +318,128,162,"Oakland, CA",162,"Oakland, CA" +318,129,268,"Seattle, WA",268,"Seattle, WA" +318,130,159,"Long Beach, CA",159,"Long Beach, CA" +318,131,159,"Long Beach, CA",159,"Long Beach, CA" +318,132,159,"Long Beach, CA",159,"Long Beach, CA" +318,151,159,"Long Beach, CA",268,"Seattle, WA" +318,152,268,"Seattle, WA",159,"Long Beach, CA" +318,153,159,"Long Beach, CA",268,"Seattle, WA" +318,154,154,"Anchorage, AK",154,"Anchorage, AK" +318,155,268,"Seattle, WA",268,"Seattle, WA" +318,156,162,"Oakland, CA",268,"Seattle, WA" +318,157,162,"Oakland, CA",162,"Oakland, CA" +318,158,159,"Long Beach, CA",159,"Long Beach, CA" +318,159,159,"Long Beach, CA",268,"Seattle, WA" +318,160,159,"Long Beach, CA",159,"Long Beach, CA" +318,161,159,"Long Beach, CA",239,"Portland, OR" +318,162,159,"Long Beach, CA",162,"Oakland, CA" +318,163,239,"Portland, OR",239,"Portland, OR" +318,164,159,"Long Beach, CA",162,"Oakland, CA" +318,165,269,"Longview, WA",268,"Seattle, WA" +318,166,159,"Long Beach, CA",268,"Seattle, WA" +318,167,162,"Oakland, CA",159,"Long Beach, CA" +318,168,159,"Long Beach, CA",162,"Oakland, CA" +318,169,159,"Long Beach, CA",162,"Oakland, CA" +318,170,268,"Seattle, WA",268,"Seattle, WA" +318,171,159,"Long Beach, CA",159,"Long Beach, CA" +318,172,162,"Oakland, CA",159,"Long Beach, CA" +318,173,159,"Long Beach, CA",269,"Longview, WA" +318,174,159,"Long Beach, CA",239,"Portland, OR" +318,175,159,"Long Beach, CA",159,"Long Beach, CA" +318,176,269,"Longview, WA",268,"Seattle, WA" +318,177,268,"Seattle, WA",239,"Portland, OR" +318,178,159,"Long Beach, CA",162,"Oakland, CA" +318,179,179,"Honolulu, HI",179,"Honolulu, HI" +318,180,179,"Honolulu, HI",179,"Honolulu, HI" +318,181,159,"Long Beach, CA",159,"Long Beach, CA" +318,183,162,"Oakland, CA",239,"Portland, OR" +318,184,159,"Long Beach, CA",159,"Long Beach, CA" +318,185,159,"Long Beach, CA",239,"Portland, OR" +318,186,159,"Long Beach, CA",268,"Seattle, WA" +318,187,239,"Portland, OR",159,"Long Beach, CA" +318,188,159,"Long Beach, CA",269,"Longview, WA" +318,189,159,"Long Beach, CA",159,"Long Beach, CA" +318,190,162,"Oakland, CA",239,"Portland, OR" +318,191,159,"Long Beach, CA",159,"Long Beach, CA" +318,192,159,"Long Beach, CA",159,"Long Beach, CA" +318,193,159,"Long Beach, CA",159,"Long Beach, CA" +318,194,159,"Long Beach, CA",162,"Oakland, CA" +318,195,268,"Seattle, WA",159,"Long Beach, CA" +318,196,159,"Long Beach, CA",159,"Long Beach, CA" +318,197,239,"Portland, OR",162,"Oakland, CA" +318,198,159,"Long Beach, CA",159,"Long Beach, CA" +318,199,159,"Long Beach, CA",159,"Long Beach, CA" +318,200,159,"Long Beach, CA",159,"Long Beach, CA" +318,201,239,"Portland, OR",162,"Oakland, CA" +318,202,159,"Long Beach, CA",268,"Seattle, WA" +318,203,159,"Long Beach, CA",159,"Long Beach, CA" +318,204,159,"Long Beach, CA",268,"Seattle, WA" +318,205,159,"Long Beach, CA",159,"Long Beach, CA" +318,206,162,"Oakland, CA",162,"Oakland, CA" +318,207,159,"Long Beach, CA",239,"Portland, OR" +318,208,239,"Portland, OR",162,"Oakland, CA" +318,209,162,"Oakland, CA",239,"Portland, OR" +318,210,159,"Long Beach, CA",269,"Longview, WA" +318,211,159,"Long Beach, CA",159,"Long Beach, CA" +318,212,268,"Seattle, WA",159,"Long Beach, CA" +318,213,159,"Long Beach, CA",268,"Seattle, WA" +318,214,159,"Long Beach, CA",162,"Oakland, CA" +318,215,268,"Seattle, WA",268,"Seattle, WA" +318,216,159,"Long Beach, CA",159,"Long Beach, CA" +318,217,268,"Seattle, WA",159,"Long Beach, CA" +318,218,159,"Long Beach, CA",159,"Long Beach, CA" +318,219,268,"Seattle, WA",268,"Seattle, WA" +318,220,159,"Long Beach, CA",159,"Long Beach, CA" +318,221,159,"Long Beach, CA",269,"Longview, WA" +318,222,162,"Oakland, CA",162,"Oakland, CA" +318,223,162,"Oakland, CA",239,"Portland, OR" +318,224,159,"Long Beach, CA",159,"Long Beach, CA" +318,225,239,"Portland, OR",159,"Long Beach, CA" +318,226,159,"Long Beach, CA",159,"Long Beach, CA" +318,227,159,"Long Beach, CA",159,"Long Beach, CA" +318,228,159,"Long Beach, CA",159,"Long Beach, CA" +318,229,159,"Long Beach, CA",162,"Oakland, CA" +318,230,159,"Long Beach, CA",159,"Long Beach, CA" +318,231,268,"Seattle, WA",239,"Portland, OR" +318,232,159,"Long Beach, CA",269,"Longview, WA" +318,233,268,"Seattle, WA",159,"Long Beach, CA" +318,234,268,"Seattle, WA",239,"Portland, OR" +318,235,159,"Long Beach, CA",162,"Oakland, CA" +318,236,268,"Seattle, WA",162,"Oakland, CA" +318,237,268,"Seattle, WA",239,"Portland, OR" +318,238,159,"Long Beach, CA",268,"Seattle, WA" +318,239,162,"Oakland, CA",159,"Long Beach, CA" +318,240,159,"Long Beach, CA",268,"Seattle, WA" +318,241,159,"Long Beach, CA",162,"Oakland, CA" +318,242,162,"Oakland, CA",268,"Seattle, WA" +318,243,159,"Long Beach, CA",268,"Seattle, WA" +318,244,159,"Long Beach, CA",159,"Long Beach, CA" +318,245,159,"Long Beach, CA",162,"Oakland, CA" +318,246,159,"Long Beach, CA",162,"Oakland, CA" +318,247,159,"Long Beach, CA",268,"Seattle, WA" +318,248,159,"Long Beach, CA",159,"Long Beach, CA" +318,249,159,"Long Beach, CA",159,"Long Beach, CA" +318,250,268,"Seattle, WA",159,"Long Beach, CA" +318,251,159,"Long Beach, CA",159,"Long Beach, CA" +318,252,162,"Oakland, CA",159,"Long Beach, CA" +318,253,269,"Longview, WA",159,"Long Beach, CA" +318,254,162,"Oakland, CA",239,"Portland, OR" +318,255,269,"Longview, WA",162,"Oakland, CA" +318,256,159,"Long Beach, CA",268,"Seattle, WA" +318,257,159,"Long Beach, CA",239,"Portland, OR" +318,258,239,"Portland, OR",162,"Oakland, CA" +318,259,159,"Long Beach, CA",268,"Seattle, WA" +318,260,268,"Seattle, WA",159,"Long Beach, CA" +318,261,159,"Long Beach, CA",162,"Oakland, CA" +318,262,159,"Long Beach, CA",159,"Long Beach, CA" +318,263,159,"Long Beach, CA",268,"Seattle, WA" +318,264,268,"Seattle, WA",239,"Portland, OR" +318,265,268,"Seattle, WA",268,"Seattle, WA" +318,266,162,"Oakland, CA",159,"Long Beach, CA" +318,267,159,"Long Beach, CA",159,"Long Beach, CA" +318,268,159,"Long Beach, CA",268,"Seattle, WA" +318,269,268,"Seattle, WA",162,"Oakland, CA" +318,270,159,"Long Beach, CA",159,"Long Beach, CA" +318,271,159,"Long Beach, CA",159,"Long Beach, CA" +318,272,159,"Long Beach, CA",159,"Long Beach, CA" +318,273,162,"Oakland, CA",239,"Portland, OR" +319,1,152,"Mobile, AL",152,"Mobile, AL" +319,2,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +319,3,172,"Port Everglades, FL",172,"Port Everglades, FL" +319,4,171,"Jacksonville, FL",171,"Jacksonville, FL" +319,5,172,"Port Everglades, FL",172,"Port Everglades, FL" +319,6,177,"Savannah, GA",177,"Savannah, GA" +319,7,177,"Savannah, GA",177,"Savannah, GA" +319,8,152,"Mobile, AL",152,"Mobile, AL" +319,9,172,"Port Everglades, FL",172,"Port Everglades, FL" +319,10,195,"New Orleans, LA",195,"New Orleans, LA" +319,11,194,"Lake Charles, LA",194,"Lake Charles, LA" +319,12,172,"Port Everglades, FL",172,"Port Everglades, FL" +319,13,195,"New Orleans, LA",195,"New Orleans, LA" +319,14,174,"Tampa, FL",174,"Tampa, FL" +319,15,195,"New Orleans, LA",195,"New Orleans, LA" +319,16,195,"New Orleans, LA",195,"New Orleans, LA" +319,17,172,"Port Everglades, FL",172,"Port Everglades, FL" +319,18,172,"Port Everglades, FL",172,"Port Everglades, FL" +319,19,172,"Port Everglades, FL",172,"Port Everglades, FL" +319,20,245,"Charleston, SC",245,"Charleston, SC" +319,21,195,"New Orleans, LA",195,"New Orleans, LA" +319,22,195,"New Orleans, LA",195,"New Orleans, LA" +319,23,195,"New Orleans, LA",195,"New Orleans, LA" +319,24,172,"Port Everglades, FL",172,"Port Everglades, FL" +319,25,195,"New Orleans, LA",195,"New Orleans, LA" +319,26,195,"New Orleans, LA",195,"New Orleans, LA" +319,27,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +319,28,208,"Pascagoula, MS",208,"Pascagoula, MS" +319,29,195,"New Orleans, LA",195,"New Orleans, LA" +319,30,174,"Tampa, FL",174,"Tampa, FL" +319,31,195,"New Orleans, LA",195,"New Orleans, LA" +319,32,194,"Lake Charles, LA",194,"Lake Charles, LA" +319,33,172,"Port Everglades, FL",172,"Port Everglades, FL" +319,34,195,"New Orleans, LA",195,"New Orleans, LA" +319,35,195,"New Orleans, LA",195,"New Orleans, LA" +319,36,195,"New Orleans, LA",195,"New Orleans, LA" +319,37,195,"New Orleans, LA",195,"New Orleans, LA" +319,38,195,"New Orleans, LA",195,"New Orleans, LA" +319,39,208,"Pascagoula, MS",208,"Pascagoula, MS" +319,40,171,"Jacksonville, FL",171,"Jacksonville, FL" +319,41,172,"Port Everglades, FL",172,"Port Everglades, FL" +319,42,174,"Tampa, FL",174,"Tampa, FL" +319,43,172,"Port Everglades, FL",172,"Port Everglades, FL" +319,44,177,"Savannah, GA",177,"Savannah, GA" +319,45,177,"Savannah, GA",177,"Savannah, GA" +319,46,177,"Savannah, GA",177,"Savannah, GA" +319,47,172,"Port Everglades, FL",172,"Port Everglades, FL" +319,48,174,"Tampa, FL",174,"Tampa, FL" +319,49,177,"Savannah, GA",177,"Savannah, GA" +319,50,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +319,51,245,"Charleston, SC",245,"Charleston, SC" +319,52,245,"Charleston, SC",245,"Charleston, SC" +319,53,174,"Tampa, FL",174,"Tampa, FL" +319,54,171,"Jacksonville, FL",171,"Jacksonville, FL" +319,55,245,"Charleston, SC",245,"Charleston, SC" +319,56,174,"Tampa, FL",174,"Tampa, FL" +319,57,245,"Charleston, SC",245,"Charleston, SC" +319,58,171,"Jacksonville, FL",171,"Jacksonville, FL" +319,59,171,"Jacksonville, FL",171,"Jacksonville, FL" +319,60,195,"New Orleans, LA",195,"New Orleans, LA" +319,61,172,"Port Everglades, FL",172,"Port Everglades, FL" +319,62,195,"New Orleans, LA",195,"New Orleans, LA" +319,63,174,"Tampa, FL",174,"Tampa, FL" +319,64,177,"Savannah, GA",177,"Savannah, GA" +319,65,177,"Savannah, GA",177,"Savannah, GA" +319,66,177,"Savannah, GA",177,"Savannah, GA" +319,67,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +319,68,172,"Port Everglades, FL",172,"Port Everglades, FL" +319,69,174,"Tampa, FL",174,"Tampa, FL" +319,70,195,"New Orleans, LA",195,"New Orleans, LA" +319,71,172,"Port Everglades, FL",172,"Port Everglades, FL" +319,72,195,"New Orleans, LA",195,"New Orleans, LA" +319,73,245,"Charleston, SC",245,"Charleston, SC" +319,74,172,"Port Everglades, FL",172,"Port Everglades, FL" +319,75,152,"Mobile, AL",152,"Mobile, AL" +319,76,174,"Tampa, FL",174,"Tampa, FL" +319,77,177,"Savannah, GA",177,"Savannah, GA" +319,78,177,"Savannah, GA",177,"Savannah, GA" +319,79,245,"Charleston, SC",245,"Charleston, SC" +319,80,171,"Jacksonville, FL",171,"Jacksonville, FL" +319,81,177,"Savannah, GA",177,"Savannah, GA" +319,82,177,"Savannah, GA",177,"Savannah, GA" +319,83,177,"Savannah, GA",177,"Savannah, GA" +319,84,174,"Tampa, FL",174,"Tampa, FL" +319,85,174,"Tampa, FL",174,"Tampa, FL" +319,86,172,"Port Everglades, FL",172,"Port Everglades, FL" +319,87,195,"New Orleans, LA",195,"New Orleans, LA" +319,88,195,"New Orleans, LA",195,"New Orleans, LA" +319,89,174,"Tampa, FL",174,"Tampa, FL" +319,90,152,"Mobile, AL",152,"Mobile, AL" +319,91,177,"Savannah, GA",177,"Savannah, GA" +319,92,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +319,93,174,"Tampa, FL",174,"Tampa, FL" +319,94,195,"New Orleans, LA",195,"New Orleans, LA" +319,95,177,"Savannah, GA",177,"Savannah, GA" +319,96,172,"Port Everglades, FL",172,"Port Everglades, FL" +319,97,177,"Savannah, GA",177,"Savannah, GA" +319,98,152,"Mobile, AL",152,"Mobile, AL" +319,99,245,"Charleston, SC",245,"Charleston, SC" +319,100,172,"Port Everglades, FL",172,"Port Everglades, FL" +319,101,174,"Tampa, FL",174,"Tampa, FL" +319,102,152,"Mobile, AL",152,"Mobile, AL" +319,103,195,"New Orleans, LA",195,"New Orleans, LA" +319,104,195,"New Orleans, LA",195,"New Orleans, LA" +319,105,174,"Tampa, FL",174,"Tampa, FL" +319,106,195,"New Orleans, LA",195,"New Orleans, LA" +319,107,152,"Mobile, AL",152,"Mobile, AL" +319,108,171,"Jacksonville, FL",171,"Jacksonville, FL" +319,109,171,"Jacksonville, FL",171,"Jacksonville, FL" +319,110,195,"New Orleans, LA",195,"New Orleans, LA" +319,111,245,"Charleston, SC",245,"Charleston, SC" +319,112,208,"Pascagoula, MS",208,"Pascagoula, MS" +319,113,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +319,114,174,"Tampa, FL",174,"Tampa, FL" +319,115,172,"Port Everglades, FL",172,"Port Everglades, FL" +319,116,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +319,117,152,"Mobile, AL",152,"Mobile, AL" +319,118,195,"New Orleans, LA",195,"New Orleans, LA" +319,119,195,"New Orleans, LA",195,"New Orleans, LA" +319,120,195,"New Orleans, LA",195,"New Orleans, LA" +319,121,195,"New Orleans, LA",195,"New Orleans, LA" +319,122,177,"Savannah, GA",177,"Savannah, GA" +319,123,195,"New Orleans, LA",195,"New Orleans, LA" +319,124,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +319,125,171,"Jacksonville, FL",171,"Jacksonville, FL" +319,126,152,"Mobile, AL",152,"Mobile, AL" +319,127,174,"Tampa, FL",174,"Tampa, FL" +319,128,177,"Savannah, GA",177,"Savannah, GA" +319,129,195,"New Orleans, LA",195,"New Orleans, LA" +319,130,174,"Tampa, FL",174,"Tampa, FL" +319,131,195,"New Orleans, LA",195,"New Orleans, LA" +319,132,152,"Mobile, AL",152,"Mobile, AL" +319,151,172,"Port Everglades, FL",195,"New Orleans, LA" +319,152,152,"Mobile, AL",193,"Baton Rouge, LA" +319,153,174,"Tampa, FL",245,"Charleston, SC" +319,154,154,"Anchorage, AK",154,"Anchorage, AK" +319,155,253,"Beaumont, TX",194,"Lake Charles, LA" +319,156,195,"New Orleans, LA",195,"New Orleans, LA" +319,157,208,"Pascagoula, MS",195,"New Orleans, LA" +319,158,171,"Jacksonville, FL",172,"Port Everglades, FL" +319,159,253,"Beaumont, TX",253,"Beaumont, TX" +319,160,172,"Port Everglades, FL",257,"Houston, TX" +319,161,174,"Tampa, FL",195,"New Orleans, LA" +319,162,172,"Port Everglades, FL",159,"Long Beach, CA" +319,163,253,"Beaumont, TX",208,"Pascagoula, MS" +319,164,193,"Baton Rouge, LA",195,"New Orleans, LA" +319,165,253,"Beaumont, TX",257,"Houston, TX" +319,166,177,"Savannah, GA",171,"Jacksonville, FL" +319,167,174,"Tampa, FL",265,"Norfolk Harbor, VA" +319,168,172,"Port Everglades, FL",198,"Baltimore, MD" +319,169,195,"New Orleans, LA",169,"Wilmington, DE" +319,170,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +319,171,178,"Brunswick, GA",152,"Mobile, AL" +319,172,172,"Port Everglades, FL",177,"Savannah, GA" +319,173,152,"Mobile, AL",174,"Tampa, FL" +319,174,172,"Port Everglades, FL",152,"Mobile, AL" +319,175,172,"Port Everglades, FL",174,"Tampa, FL" +319,176,195,"New Orleans, LA",195,"New Orleans, LA" +319,177,177,"Savannah, GA",177,"Savannah, GA" +319,178,172,"Port Everglades, FL",177,"Savannah, GA" +319,179,179,"Honolulu, HI",179,"Honolulu, HI" +319,180,179,"Honolulu, HI",179,"Honolulu, HI" +319,181,177,"Savannah, GA",195,"New Orleans, LA" +319,183,195,"New Orleans, LA",195,"New Orleans, LA" +319,184,152,"Mobile, AL",195,"New Orleans, LA" +319,185,177,"Savannah, GA",245,"Charleston, SC" +319,186,195,"New Orleans, LA",152,"Mobile, AL" +319,187,172,"Port Everglades, FL",208,"Pascagoula, MS" +319,188,172,"Port Everglades, FL",195,"New Orleans, LA" +319,189,177,"Savannah, GA",195,"New Orleans, LA" +319,190,253,"Beaumont, TX",257,"Houston, TX" +319,191,152,"Mobile, AL",172,"Port Everglades, FL" +319,192,172,"Port Everglades, FL",208,"Pascagoula, MS" +319,193,193,"Baton Rouge, LA",195,"New Orleans, LA" +319,194,171,"Jacksonville, FL",253,"Beaumont, TX" +319,195,195,"New Orleans, LA",194,"Lake Charles, LA" +319,196,195,"New Orleans, LA",195,"New Orleans, LA" +319,197,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +319,198,177,"Savannah, GA",229,"Wilmington, NC" +319,199,152,"Mobile, AL",265,"Norfolk Harbor, VA" +319,200,177,"Savannah, GA",245,"Charleston, SC" +319,201,245,"Charleston, SC",217,"New York, NY and NJ" +319,202,177,"Savannah, GA",217,"New York, NY and NJ" +319,203,174,"Tampa, FL",171,"Jacksonville, FL" +319,204,195,"New Orleans, LA",195,"New Orleans, LA" +319,205,152,"Mobile, AL",152,"Mobile, AL" +319,206,195,"New Orleans, LA",195,"New Orleans, LA" +319,207,177,"Savannah, GA",195,"New Orleans, LA" +319,208,152,"Mobile, AL",208,"Pascagoula, MS" +319,209,171,"Jacksonville, FL",195,"New Orleans, LA" +319,210,195,"New Orleans, LA",195,"New Orleans, LA" +319,211,174,"Tampa, FL",257,"Houston, TX" +319,212,257,"Houston, TX",195,"New Orleans, LA" +319,213,195,"New Orleans, LA",195,"New Orleans, LA" +319,214,254,"Corpus Christi, TX",257,"Houston, TX" +319,215,195,"New Orleans, LA",172,"Port Everglades, FL" +319,216,177,"Savannah, GA",223,"New York, NY and NJ" +319,217,245,"Charleston, SC",245,"Charleston, SC" +319,218,171,"Jacksonville, FL",229,"Wilmington, NC" +319,219,177,"Savannah, GA",171,"Jacksonville, FL" +319,220,174,"Tampa, FL",195,"New Orleans, LA" +319,221,265,"Norfolk Harbor, VA",174,"Tampa, FL" +319,222,152,"Mobile, AL",223,"New York, NY and NJ" +319,223,177,"Savannah, GA",223,"New York, NY and NJ" +319,224,177,"Savannah, GA",265,"Norfolk Harbor, VA" +319,225,171,"Jacksonville, FL",229,"Wilmington, NC" +319,226,177,"Savannah, GA",172,"Port Everglades, FL" +319,227,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +319,228,172,"Port Everglades, FL",245,"Charleston, SC" +319,229,172,"Port Everglades, FL",174,"Tampa, FL" +319,230,195,"New Orleans, LA",253,"Beaumont, TX" +319,231,174,"Tampa, FL",172,"Port Everglades, FL" +319,232,245,"Charleston, SC",172,"Port Everglades, FL" +319,233,172,"Port Everglades, FL",171,"Jacksonville, FL" +319,234,195,"New Orleans, LA",152,"Mobile, AL" +319,235,177,"Savannah, GA",172,"Port Everglades, FL" +319,236,257,"Houston, TX",195,"New Orleans, LA" +319,237,208,"Pascagoula, MS",193,"Baton Rouge, LA" +319,238,193,"Baton Rouge, LA",174,"Tampa, FL" +319,239,152,"Mobile, AL",193,"Baton Rouge, LA" +319,240,152,"Mobile, AL",152,"Mobile, AL" +319,241,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +319,242,177,"Savannah, GA",152,"Mobile, AL" +319,243,178,"Brunswick, GA",245,"Charleston, SC" +319,244,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +319,245,174,"Tampa, FL",172,"Port Everglades, FL" +319,246,172,"Port Everglades, FL",172,"Port Everglades, FL" +319,247,152,"Mobile, AL",171,"Jacksonville, FL" +319,248,177,"Savannah, GA",195,"New Orleans, LA" +319,249,195,"New Orleans, LA",195,"New Orleans, LA" +319,250,171,"Jacksonville, FL",152,"Mobile, AL" +319,251,177,"Savannah, GA",174,"Tampa, FL" +319,252,257,"Houston, TX",257,"Houston, TX" +319,253,195,"New Orleans, LA",253,"Beaumont, TX" +319,254,257,"Houston, TX",195,"New Orleans, LA" +319,255,172,"Port Everglades, FL",194,"Lake Charles, LA" +319,256,195,"New Orleans, LA",253,"Beaumont, TX" +319,257,194,"Lake Charles, LA",193,"Baton Rouge, LA" +319,258,174,"Tampa, FL",253,"Beaumont, TX" +319,259,195,"New Orleans, LA",254,"Corpus Christi, TX" +319,260,152,"Mobile, AL",195,"New Orleans, LA" +319,261,245,"Charleston, SC",195,"New Orleans, LA" +319,262,254,"Corpus Christi, TX",194,"Lake Charles, LA" +319,263,174,"Tampa, FL",172,"Port Everglades, FL" +319,264,177,"Savannah, GA",177,"Savannah, GA" +319,265,152,"Mobile, AL",172,"Port Everglades, FL" +319,266,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +319,267,177,"Savannah, GA",171,"Jacksonville, FL" +319,268,193,"Baton Rouge, LA",257,"Houston, TX" +319,269,208,"Pascagoula, MS",177,"Savannah, GA" +319,270,245,"Charleston, SC",265,"Norfolk Harbor, VA" +319,271,174,"Tampa, FL",174,"Tampa, FL" +319,272,208,"Pascagoula, MS",265,"Norfolk Harbor, VA" +319,273,172,"Port Everglades, FL",208,"Pascagoula, MS" +320,1,198,"Baltimore, MD",198,"Baltimore, MD" +320,2,229,"Wilmington, NC",229,"Wilmington, NC" +320,3,217,"New York, NY and NJ",217,"New York, NY and NJ" +320,4,223,"New York, NY and NJ",223,"New York, NY and NJ" +320,5,223,"New York, NY and NJ",223,"New York, NY and NJ" +320,6,201,"Boston, MA",201,"Boston, MA" +320,7,197,"Portland, ME",197,"Portland, ME" +320,8,197,"Portland, ME",197,"Portland, ME" +320,9,223,"New York, NY and NJ",223,"New York, NY and NJ" +320,10,245,"Charleston, SC",245,"Charleston, SC" +320,11,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +320,12,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +320,13,244,"Providence, RI",244,"Providence, RI" +320,14,198,"Baltimore, MD",198,"Baltimore, MD" +320,15,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +320,16,172,"Port Everglades, FL",172,"Port Everglades, FL" +320,17,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +320,18,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +320,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +320,20,229,"Wilmington, NC",229,"Wilmington, NC" +320,21,198,"Baltimore, MD",198,"Baltimore, MD" +320,22,217,"New York, NY and NJ",217,"New York, NY and NJ" +320,23,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +320,24,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +320,25,217,"New York, NY and NJ",217,"New York, NY and NJ" +320,26,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +320,27,177,"Savannah, GA",177,"Savannah, GA" +320,28,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +320,29,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +320,30,241,"Philadelphia, PA",241,"Philadelphia, PA" +320,31,201,"Boston, MA",201,"Boston, MA" +320,32,198,"Baltimore, MD",198,"Baltimore, MD" +320,33,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +320,34,198,"Baltimore, MD",198,"Baltimore, MD" +320,35,169,"Wilmington, DE",169,"Wilmington, DE" +320,36,217,"New York, NY and NJ",217,"New York, NY and NJ" +320,37,201,"Boston, MA",201,"Boston, MA" +320,38,201,"Boston, MA",201,"Boston, MA" +320,39,241,"Philadelphia, PA",241,"Philadelphia, PA" +320,40,177,"Savannah, GA",177,"Savannah, GA" +320,41,217,"New York, NY and NJ",217,"New York, NY and NJ" +320,42,177,"Savannah, GA",177,"Savannah, GA" +320,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +320,44,198,"Baltimore, MD",198,"Baltimore, MD" +320,45,244,"Providence, RI",244,"Providence, RI" +320,46,198,"Baltimore, MD",198,"Baltimore, MD" +320,47,244,"Providence, RI",244,"Providence, RI" +320,48,244,"Providence, RI",244,"Providence, RI" +320,49,197,"Portland, ME",197,"Portland, ME" +320,50,217,"New York, NY and NJ",217,"New York, NY and NJ" +320,51,198,"Baltimore, MD",198,"Baltimore, MD" +320,52,244,"Providence, RI",244,"Providence, RI" +320,53,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +320,54,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +320,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +320,56,171,"Jacksonville, FL",171,"Jacksonville, FL" +320,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +320,58,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +320,59,223,"New York, NY and NJ",223,"New York, NY and NJ" +320,60,223,"New York, NY and NJ",223,"New York, NY and NJ" +320,61,197,"Portland, ME",197,"Portland, ME" +320,62,217,"New York, NY and NJ",217,"New York, NY and NJ" +320,63,198,"Baltimore, MD",198,"Baltimore, MD" +320,64,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +320,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +320,66,241,"Philadelphia, PA",241,"Philadelphia, PA" +320,67,244,"Providence, RI",244,"Providence, RI" +320,68,241,"Philadelphia, PA",241,"Philadelphia, PA" +320,69,201,"Boston, MA",201,"Boston, MA" +320,70,197,"Portland, ME",197,"Portland, ME" +320,71,244,"Providence, RI",244,"Providence, RI" +320,72,217,"New York, NY and NJ",217,"New York, NY and NJ" +320,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +320,74,217,"New York, NY and NJ",217,"New York, NY and NJ" +320,75,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +320,76,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +320,77,169,"Wilmington, DE",169,"Wilmington, DE" +320,78,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +320,79,241,"Philadelphia, PA",241,"Philadelphia, PA" +320,80,223,"New York, NY and NJ",223,"New York, NY and NJ" +320,81,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +320,82,169,"Wilmington, DE",169,"Wilmington, DE" +320,83,241,"Philadelphia, PA",241,"Philadelphia, PA" +320,84,217,"New York, NY and NJ",217,"New York, NY and NJ" +320,85,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +320,86,241,"Philadelphia, PA",241,"Philadelphia, PA" +320,87,197,"Portland, ME",197,"Portland, ME" +320,88,223,"New York, NY and NJ",223,"New York, NY and NJ" +320,89,229,"Wilmington, NC",229,"Wilmington, NC" +320,90,217,"New York, NY and NJ",217,"New York, NY and NJ" +320,91,201,"Boston, MA",201,"Boston, MA" +320,92,245,"Charleston, SC",245,"Charleston, SC" +320,93,198,"Baltimore, MD",198,"Baltimore, MD" +320,94,217,"New York, NY and NJ",217,"New York, NY and NJ" +320,95,198,"Baltimore, MD",198,"Baltimore, MD" +320,96,223,"New York, NY and NJ",223,"New York, NY and NJ" +320,97,241,"Philadelphia, PA",241,"Philadelphia, PA" +320,98,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +320,99,241,"Philadelphia, PA",241,"Philadelphia, PA" +320,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +320,101,223,"New York, NY and NJ",223,"New York, NY and NJ" +320,102,197,"Portland, ME",197,"Portland, ME" +320,103,223,"New York, NY and NJ",223,"New York, NY and NJ" +320,104,241,"Philadelphia, PA",241,"Philadelphia, PA" +320,105,223,"New York, NY and NJ",223,"New York, NY and NJ" +320,106,223,"New York, NY and NJ",223,"New York, NY and NJ" +320,107,223,"New York, NY and NJ",223,"New York, NY and NJ" +320,108,223,"New York, NY and NJ",223,"New York, NY and NJ" +320,109,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +320,110,245,"Charleston, SC",245,"Charleston, SC" +320,111,217,"New York, NY and NJ",217,"New York, NY and NJ" +320,112,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +320,113,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +320,114,217,"New York, NY and NJ",217,"New York, NY and NJ" +320,115,217,"New York, NY and NJ",217,"New York, NY and NJ" +320,116,241,"Philadelphia, PA",241,"Philadelphia, PA" +320,117,223,"New York, NY and NJ",223,"New York, NY and NJ" +320,118,223,"New York, NY and NJ",223,"New York, NY and NJ" +320,119,217,"New York, NY and NJ",217,"New York, NY and NJ" +320,120,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +320,121,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +320,122,223,"New York, NY and NJ",223,"New York, NY and NJ" +320,123,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +320,124,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +320,125,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +320,126,245,"Charleston, SC",245,"Charleston, SC" +320,127,201,"Boston, MA",201,"Boston, MA" +320,128,223,"New York, NY and NJ",223,"New York, NY and NJ" +320,129,217,"New York, NY and NJ",217,"New York, NY and NJ" +320,130,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +320,131,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +320,132,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +320,151,218,"Camden-Gloucester, NJ",197,"Portland, ME" +320,152,217,"New York, NY and NJ",171,"Jacksonville, FL" +320,153,198,"Baltimore, MD",241,"Philadelphia, PA" +320,154,154,"Anchorage, AK",154,"Anchorage, AK" +320,155,198,"Baltimore, MD",217,"New York, NY and NJ" +320,156,171,"Jacksonville, FL",218,"Camden-Gloucester, NJ" +320,157,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +320,158,201,"Boston, MA",201,"Boston, MA" +320,159,169,"Wilmington, DE",223,"New York, NY and NJ" +320,160,178,"Brunswick, GA",195,"New Orleans, LA" +320,161,265,"Norfolk Harbor, VA",245,"Charleston, SC" +320,162,223,"New York, NY and NJ",208,"Pascagoula, MS" +320,163,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +320,164,217,"New York, NY and NJ",223,"New York, NY and NJ" +320,165,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +320,166,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +320,167,217,"New York, NY and NJ",217,"New York, NY and NJ" +320,168,218,"Camden-Gloucester, NJ",201,"Boston, MA" +320,169,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +320,170,265,"Norfolk Harbor, VA",197,"Portland, ME" +320,171,197,"Portland, ME",223,"New York, NY and NJ" +320,172,171,"Jacksonville, FL",245,"Charleston, SC" +320,173,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +320,174,217,"New York, NY and NJ",245,"Charleston, SC" +320,175,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +320,176,217,"New York, NY and NJ",241,"Philadelphia, PA" +320,177,198,"Baltimore, MD",223,"New York, NY and NJ" +320,178,198,"Baltimore, MD",177,"Savannah, GA" +320,179,179,"Honolulu, HI",179,"Honolulu, HI" +320,180,179,"Honolulu, HI",179,"Honolulu, HI" +320,181,223,"New York, NY and NJ",197,"Portland, ME" +320,183,169,"Wilmington, DE",241,"Philadelphia, PA" +320,184,172,"Port Everglades, FL",198,"Baltimore, MD" +320,185,201,"Boston, MA",177,"Savannah, GA" +320,186,244,"Providence, RI",171,"Jacksonville, FL" +320,187,198,"Baltimore, MD",198,"Baltimore, MD" +320,188,198,"Baltimore, MD",241,"Philadelphia, PA" +320,189,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +320,190,197,"Portland, ME",265,"Norfolk Harbor, VA" +320,191,198,"Baltimore, MD",241,"Philadelphia, PA" +320,192,245,"Charleston, SC",265,"Norfolk Harbor, VA" +320,193,217,"New York, NY and NJ",217,"New York, NY and NJ" +320,194,197,"Portland, ME",197,"Portland, ME" +320,195,198,"Baltimore, MD",177,"Savannah, GA" +320,196,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +320,197,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +320,198,201,"Boston, MA",217,"New York, NY and NJ" +320,199,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +320,200,198,"Baltimore, MD",217,"New York, NY and NJ" +320,201,201,"Boston, MA",217,"New York, NY and NJ" +320,202,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +320,203,265,"Norfolk Harbor, VA",197,"Portland, ME" +320,204,217,"New York, NY and NJ",241,"Philadelphia, PA" +320,205,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +320,206,241,"Philadelphia, PA",217,"New York, NY and NJ" +320,207,245,"Charleston, SC",265,"Norfolk Harbor, VA" +320,208,223,"New York, NY and NJ",198,"Baltimore, MD" +320,209,229,"Wilmington, NC",174,"Tampa, FL" +320,210,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +320,211,223,"New York, NY and NJ",217,"New York, NY and NJ" +320,212,241,"Philadelphia, PA",217,"New York, NY and NJ" +320,213,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +320,214,244,"Providence, RI",177,"Savannah, GA" +320,215,223,"New York, NY and NJ",217,"New York, NY and NJ" +320,216,201,"Boston, MA",265,"Norfolk Harbor, VA" +320,217,198,"Baltimore, MD",217,"New York, NY and NJ" +320,218,241,"Philadelphia, PA",217,"New York, NY and NJ" +320,219,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +320,220,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +320,221,201,"Boston, MA",217,"New York, NY and NJ" +320,222,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +320,223,217,"New York, NY and NJ",223,"New York, NY and NJ" +320,224,217,"New York, NY and NJ",201,"Boston, MA" +320,225,229,"Wilmington, NC",217,"New York, NY and NJ" +320,226,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +320,227,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +320,228,217,"New York, NY and NJ",201,"Boston, MA" +320,229,217,"New York, NY and NJ",201,"Boston, MA" +320,230,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +320,231,198,"Baltimore, MD",217,"New York, NY and NJ" +320,232,198,"Baltimore, MD",201,"Boston, MA" +320,233,198,"Baltimore, MD",241,"Philadelphia, PA" +320,234,241,"Philadelphia, PA",197,"Portland, ME" +320,235,198,"Baltimore, MD",198,"Baltimore, MD" +320,236,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +320,237,223,"New York, NY and NJ",244,"Providence, RI" +320,238,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +320,239,201,"Boston, MA",223,"New York, NY and NJ" +320,240,198,"Baltimore, MD",197,"Portland, ME" +320,241,169,"Wilmington, DE",197,"Portland, ME" +320,242,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +320,243,172,"Port Everglades, FL",198,"Baltimore, MD" +320,244,217,"New York, NY and NJ",197,"Portland, ME" +320,245,245,"Charleston, SC",217,"New York, NY and NJ" +320,246,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +320,247,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +320,248,217,"New York, NY and NJ",201,"Boston, MA" +320,249,217,"New York, NY and NJ",217,"New York, NY and NJ" +320,250,198,"Baltimore, MD",229,"Wilmington, NC" +320,251,223,"New York, NY and NJ",245,"Charleston, SC" +320,252,217,"New York, NY and NJ",201,"Boston, MA" +320,253,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +320,254,198,"Baltimore, MD",257,"Houston, TX" +320,255,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +320,256,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +320,257,241,"Philadelphia, PA",197,"Portland, ME" +320,258,201,"Boston, MA",265,"Norfolk Harbor, VA" +320,259,223,"New York, NY and NJ",197,"Portland, ME" +320,260,198,"Baltimore, MD",241,"Philadelphia, PA" +320,261,244,"Providence, RI",223,"New York, NY and NJ" +320,262,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +320,263,198,"Baltimore, MD",223,"New York, NY and NJ" +320,264,229,"Wilmington, NC",198,"Baltimore, MD" +320,265,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +320,266,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +320,267,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +320,268,198,"Baltimore, MD",217,"New York, NY and NJ" +320,269,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +320,270,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +320,271,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +320,272,244,"Providence, RI",201,"Boston, MA" +320,273,217,"New York, NY and NJ",198,"Baltimore, MD" +321,1,229,"Wilmington, NC",229,"Wilmington, NC" +321,2,201,"Boston, MA",201,"Boston, MA" +321,3,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +321,4,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,5,198,"Baltimore, MD",198,"Baltimore, MD" +321,6,198,"Baltimore, MD",198,"Baltimore, MD" +321,7,217,"New York, NY and NJ",217,"New York, NY and NJ" +321,8,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +321,9,169,"Wilmington, DE",169,"Wilmington, DE" +321,10,217,"New York, NY and NJ",217,"New York, NY and NJ" +321,11,229,"Wilmington, NC",229,"Wilmington, NC" +321,12,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +321,13,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,14,197,"Portland, ME",197,"Portland, ME" +321,15,201,"Boston, MA",201,"Boston, MA" +321,16,201,"Boston, MA",201,"Boston, MA" +321,17,217,"New York, NY and NJ",217,"New York, NY and NJ" +321,18,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +321,20,177,"Savannah, GA",177,"Savannah, GA" +321,21,217,"New York, NY and NJ",217,"New York, NY and NJ" +321,22,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +321,23,229,"Wilmington, NC",229,"Wilmington, NC" +321,24,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +321,25,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +321,26,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,27,198,"Baltimore, MD",198,"Baltimore, MD" +321,28,177,"Savannah, GA",177,"Savannah, GA" +321,29,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +321,30,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,31,197,"Portland, ME",197,"Portland, ME" +321,32,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +321,33,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +321,34,197,"Portland, ME",197,"Portland, ME" +321,35,197,"Portland, ME",197,"Portland, ME" +321,36,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,37,217,"New York, NY and NJ",217,"New York, NY and NJ" +321,38,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,39,177,"Savannah, GA",177,"Savannah, GA" +321,40,217,"New York, NY and NJ",217,"New York, NY and NJ" +321,41,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,42,241,"Philadelphia, PA",241,"Philadelphia, PA" +321,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,44,241,"Philadelphia, PA",241,"Philadelphia, PA" +321,45,198,"Baltimore, MD",198,"Baltimore, MD" +321,46,217,"New York, NY and NJ",217,"New York, NY and NJ" +321,47,217,"New York, NY and NJ",217,"New York, NY and NJ" +321,48,217,"New York, NY and NJ",217,"New York, NY and NJ" +321,49,169,"Wilmington, DE",169,"Wilmington, DE" +321,50,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +321,51,169,"Wilmington, DE",169,"Wilmington, DE" +321,52,201,"Boston, MA",201,"Boston, MA" +321,53,217,"New York, NY and NJ",217,"New York, NY and NJ" +321,54,201,"Boston, MA",201,"Boston, MA" +321,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,56,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +321,57,241,"Philadelphia, PA",241,"Philadelphia, PA" +321,58,197,"Portland, ME",197,"Portland, ME" +321,59,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,60,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,61,197,"Portland, ME",197,"Portland, ME" +321,62,241,"Philadelphia, PA",241,"Philadelphia, PA" +321,63,217,"New York, NY and NJ",217,"New York, NY and NJ" +321,64,197,"Portland, ME",197,"Portland, ME" +321,65,245,"Charleston, SC",245,"Charleston, SC" +321,66,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +321,67,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,68,217,"New York, NY and NJ",217,"New York, NY and NJ" +321,69,201,"Boston, MA",201,"Boston, MA" +321,70,201,"Boston, MA",201,"Boston, MA" +321,71,217,"New York, NY and NJ",217,"New York, NY and NJ" +321,72,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +321,73,169,"Wilmington, DE",169,"Wilmington, DE" +321,74,197,"Portland, ME",197,"Portland, ME" +321,75,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +321,76,201,"Boston, MA",201,"Boston, MA" +321,77,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,78,197,"Portland, ME",197,"Portland, ME" +321,79,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +321,80,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +321,81,217,"New York, NY and NJ",217,"New York, NY and NJ" +321,82,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,83,244,"Providence, RI",244,"Providence, RI" +321,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,85,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,86,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +321,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,88,198,"Baltimore, MD",198,"Baltimore, MD" +321,89,217,"New York, NY and NJ",217,"New York, NY and NJ" +321,90,217,"New York, NY and NJ",217,"New York, NY and NJ" +321,91,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +321,92,201,"Boston, MA",201,"Boston, MA" +321,93,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,94,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +321,95,201,"Boston, MA",201,"Boston, MA" +321,96,198,"Baltimore, MD",198,"Baltimore, MD" +321,97,201,"Boston, MA",201,"Boston, MA" +321,98,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +321,99,198,"Baltimore, MD",198,"Baltimore, MD" +321,100,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +321,101,217,"New York, NY and NJ",217,"New York, NY and NJ" +321,102,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,103,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,104,201,"Boston, MA",201,"Boston, MA" +321,105,197,"Portland, ME",197,"Portland, ME" +321,106,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,107,217,"New York, NY and NJ",217,"New York, NY and NJ" +321,108,201,"Boston, MA",201,"Boston, MA" +321,109,198,"Baltimore, MD",198,"Baltimore, MD" +321,110,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,111,217,"New York, NY and NJ",217,"New York, NY and NJ" +321,112,198,"Baltimore, MD",198,"Baltimore, MD" +321,113,217,"New York, NY and NJ",217,"New York, NY and NJ" +321,114,217,"New York, NY and NJ",217,"New York, NY and NJ" +321,115,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +321,116,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +321,117,217,"New York, NY and NJ",217,"New York, NY and NJ" +321,118,217,"New York, NY and NJ",217,"New York, NY and NJ" +321,119,197,"Portland, ME",197,"Portland, ME" +321,120,169,"Wilmington, DE",169,"Wilmington, DE" +321,121,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +321,122,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +321,123,197,"Portland, ME",197,"Portland, ME" +321,124,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +321,125,241,"Philadelphia, PA",241,"Philadelphia, PA" +321,126,198,"Baltimore, MD",198,"Baltimore, MD" +321,127,244,"Providence, RI",244,"Providence, RI" +321,128,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,129,198,"Baltimore, MD",198,"Baltimore, MD" +321,130,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +321,131,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +321,132,201,"Boston, MA",201,"Boston, MA" +321,151,218,"Camden-Gloucester, NJ",197,"Portland, ME" +321,152,229,"Wilmington, NC",201,"Boston, MA" +321,153,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +321,154,154,"Anchorage, AK",154,"Anchorage, AK" +321,155,198,"Baltimore, MD",208,"Pascagoula, MS" +321,156,197,"Portland, ME",218,"Camden-Gloucester, NJ" +321,157,172,"Port Everglades, FL",217,"New York, NY and NJ" +321,158,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +321,159,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +321,160,223,"New York, NY and NJ",195,"New Orleans, LA" +321,161,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +321,162,169,"Wilmington, DE",169,"Wilmington, DE" +321,163,217,"New York, NY and NJ",152,"Mobile, AL" +321,164,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +321,165,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +321,166,217,"New York, NY and NJ",223,"New York, NY and NJ" +321,167,241,"Philadelphia, PA",217,"New York, NY and NJ" +321,168,217,"New York, NY and NJ",223,"New York, NY and NJ" +321,169,197,"Portland, ME",223,"New York, NY and NJ" +321,170,197,"Portland, ME",265,"Norfolk Harbor, VA" +321,171,244,"Providence, RI",265,"Norfolk Harbor, VA" +321,172,201,"Boston, MA",265,"Norfolk Harbor, VA" +321,173,223,"New York, NY and NJ",197,"Portland, ME" +321,174,174,"Tampa, FL",172,"Port Everglades, FL" +321,175,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +321,176,217,"New York, NY and NJ",229,"Wilmington, NC" +321,177,241,"Philadelphia, PA",198,"Baltimore, MD" +321,178,217,"New York, NY and NJ",245,"Charleston, SC" +321,179,179,"Honolulu, HI",179,"Honolulu, HI" +321,180,179,"Honolulu, HI",179,"Honolulu, HI" +321,181,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +321,183,169,"Wilmington, DE",245,"Charleston, SC" +321,184,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +321,185,217,"New York, NY and NJ",223,"New York, NY and NJ" +321,186,201,"Boston, MA",198,"Baltimore, MD" +321,187,265,"Norfolk Harbor, VA",244,"Providence, RI" +321,188,223,"New York, NY and NJ",229,"Wilmington, NC" +321,189,201,"Boston, MA",265,"Norfolk Harbor, VA" +321,190,169,"Wilmington, DE",198,"Baltimore, MD" +321,191,241,"Philadelphia, PA",169,"Wilmington, DE" +321,192,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +321,193,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +321,194,198,"Baltimore, MD",201,"Boston, MA" +321,195,217,"New York, NY and NJ",195,"New Orleans, LA" +321,196,218,"Camden-Gloucester, NJ",171,"Jacksonville, FL" +321,197,201,"Boston, MA",265,"Norfolk Harbor, VA" +321,198,223,"New York, NY and NJ",241,"Philadelphia, PA" +321,199,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,200,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +321,201,197,"Portland, ME",201,"Boston, MA" +321,202,198,"Baltimore, MD",217,"New York, NY and NJ" +321,203,197,"Portland, ME",217,"New York, NY and NJ" +321,204,218,"Camden-Gloucester, NJ",197,"Portland, ME" +321,205,223,"New York, NY and NJ",198,"Baltimore, MD" +321,206,197,"Portland, ME",241,"Philadelphia, PA" +321,207,217,"New York, NY and NJ",217,"New York, NY and NJ" +321,208,265,"Norfolk Harbor, VA",177,"Savannah, GA" +321,209,244,"Providence, RI",208,"Pascagoula, MS" +321,210,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +321,211,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +321,212,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +321,213,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +321,214,223,"New York, NY and NJ",197,"Portland, ME" +321,215,223,"New York, NY and NJ",198,"Baltimore, MD" +321,216,265,"Norfolk Harbor, VA",197,"Portland, ME" +321,217,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +321,218,229,"Wilmington, NC",241,"Philadelphia, PA" +321,219,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +321,220,198,"Baltimore, MD",223,"New York, NY and NJ" +321,221,223,"New York, NY and NJ",217,"New York, NY and NJ" +321,222,201,"Boston, MA",223,"New York, NY and NJ" +321,223,169,"Wilmington, DE",223,"New York, NY and NJ" +321,224,198,"Baltimore, MD",223,"New York, NY and NJ" +321,225,201,"Boston, MA",223,"New York, NY and NJ" +321,226,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +321,227,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +321,228,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +321,229,201,"Boston, MA",265,"Norfolk Harbor, VA" +321,230,241,"Philadelphia, PA",217,"New York, NY and NJ" +321,231,201,"Boston, MA",265,"Norfolk Harbor, VA" +321,232,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +321,233,198,"Baltimore, MD",197,"Portland, ME" +321,234,197,"Portland, ME",198,"Baltimore, MD" +321,235,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +321,236,217,"New York, NY and NJ",223,"New York, NY and NJ" +321,237,197,"Portland, ME",197,"Portland, ME" +321,238,265,"Norfolk Harbor, VA",177,"Savannah, GA" +321,239,197,"Portland, ME",265,"Norfolk Harbor, VA" +321,240,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,241,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +321,242,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,243,197,"Portland, ME",217,"New York, NY and NJ" +321,244,223,"New York, NY and NJ",223,"New York, NY and NJ" +321,245,245,"Charleston, SC",265,"Norfolk Harbor, VA" +321,246,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +321,247,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +321,248,198,"Baltimore, MD",198,"Baltimore, MD" +321,249,265,"Norfolk Harbor, VA",177,"Savannah, GA" +321,250,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +321,251,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +321,252,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +321,253,169,"Wilmington, DE",195,"New Orleans, LA" +321,254,229,"Wilmington, NC",253,"Beaumont, TX" +321,255,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +321,256,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +321,257,171,"Jacksonville, FL",201,"Boston, MA" +321,258,223,"New York, NY and NJ",217,"New York, NY and NJ" +321,259,265,"Norfolk Harbor, VA",257,"Houston, TX" +321,260,201,"Boston, MA",218,"Camden-Gloucester, NJ" +321,261,201,"Boston, MA",265,"Norfolk Harbor, VA" +321,262,177,"Savannah, GA",223,"New York, NY and NJ" +321,263,198,"Baltimore, MD",217,"New York, NY and NJ" +321,264,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +321,265,201,"Boston, MA",244,"Providence, RI" +321,266,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +321,267,223,"New York, NY and NJ",241,"Philadelphia, PA" +321,268,198,"Baltimore, MD",223,"New York, NY and NJ" +321,269,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +321,270,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +321,271,217,"New York, NY and NJ",245,"Charleston, SC" +321,272,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +321,273,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +322,1,159,"Long Beach, CA",159,"Long Beach, CA" +322,2,159,"Long Beach, CA",159,"Long Beach, CA" +322,3,159,"Long Beach, CA",159,"Long Beach, CA" +322,4,269,"Longview, WA",269,"Longview, WA" +322,5,159,"Long Beach, CA",159,"Long Beach, CA" +322,6,159,"Long Beach, CA",159,"Long Beach, CA" +322,7,159,"Long Beach, CA",159,"Long Beach, CA" +322,8,268,"Seattle, WA",268,"Seattle, WA" +322,9,268,"Seattle, WA",268,"Seattle, WA" +322,10,159,"Long Beach, CA",159,"Long Beach, CA" +322,11,159,"Long Beach, CA",159,"Long Beach, CA" +322,12,159,"Long Beach, CA",159,"Long Beach, CA" +322,13,162,"Oakland, CA",162,"Oakland, CA" +322,14,159,"Long Beach, CA",159,"Long Beach, CA" +322,15,159,"Long Beach, CA",159,"Long Beach, CA" +322,16,159,"Long Beach, CA",159,"Long Beach, CA" +322,17,159,"Long Beach, CA",159,"Long Beach, CA" +322,18,269,"Longview, WA",269,"Longview, WA" +322,19,159,"Long Beach, CA",159,"Long Beach, CA" +322,20,162,"Oakland, CA",162,"Oakland, CA" +322,21,162,"Oakland, CA",162,"Oakland, CA" +322,22,159,"Long Beach, CA",159,"Long Beach, CA" +322,23,269,"Longview, WA",269,"Longview, WA" +322,24,162,"Oakland, CA",162,"Oakland, CA" +322,25,159,"Long Beach, CA",159,"Long Beach, CA" +322,26,239,"Portland, OR",239,"Portland, OR" +322,27,159,"Long Beach, CA",159,"Long Beach, CA" +322,28,268,"Seattle, WA",268,"Seattle, WA" +322,29,159,"Long Beach, CA",159,"Long Beach, CA" +322,30,159,"Long Beach, CA",159,"Long Beach, CA" +322,31,159,"Long Beach, CA",159,"Long Beach, CA" +322,32,159,"Long Beach, CA",159,"Long Beach, CA" +322,33,162,"Oakland, CA",162,"Oakland, CA" +322,34,162,"Oakland, CA",162,"Oakland, CA" +322,35,159,"Long Beach, CA",159,"Long Beach, CA" +322,36,159,"Long Beach, CA",159,"Long Beach, CA" +322,37,239,"Portland, OR",239,"Portland, OR" +322,38,159,"Long Beach, CA",159,"Long Beach, CA" +322,39,159,"Long Beach, CA",159,"Long Beach, CA" +322,40,268,"Seattle, WA",268,"Seattle, WA" +322,41,159,"Long Beach, CA",159,"Long Beach, CA" +322,42,162,"Oakland, CA",162,"Oakland, CA" +322,43,159,"Long Beach, CA",159,"Long Beach, CA" +322,44,162,"Oakland, CA",162,"Oakland, CA" +322,45,269,"Longview, WA",269,"Longview, WA" +322,46,159,"Long Beach, CA",159,"Long Beach, CA" +322,47,159,"Long Beach, CA",159,"Long Beach, CA" +322,48,162,"Oakland, CA",162,"Oakland, CA" +322,49,159,"Long Beach, CA",159,"Long Beach, CA" +322,50,159,"Long Beach, CA",159,"Long Beach, CA" +322,51,159,"Long Beach, CA",159,"Long Beach, CA" +322,52,159,"Long Beach, CA",159,"Long Beach, CA" +322,53,159,"Long Beach, CA",159,"Long Beach, CA" +322,54,239,"Portland, OR",239,"Portland, OR" +322,55,239,"Portland, OR",239,"Portland, OR" +322,56,269,"Longview, WA",269,"Longview, WA" +322,57,159,"Long Beach, CA",159,"Long Beach, CA" +322,58,159,"Long Beach, CA",159,"Long Beach, CA" +322,59,268,"Seattle, WA",268,"Seattle, WA" +322,60,159,"Long Beach, CA",159,"Long Beach, CA" +322,61,162,"Oakland, CA",162,"Oakland, CA" +322,62,162,"Oakland, CA",162,"Oakland, CA" +322,63,268,"Seattle, WA",268,"Seattle, WA" +322,64,268,"Seattle, WA",268,"Seattle, WA" +322,65,159,"Long Beach, CA",159,"Long Beach, CA" +322,66,159,"Long Beach, CA",159,"Long Beach, CA" +322,67,159,"Long Beach, CA",159,"Long Beach, CA" +322,68,159,"Long Beach, CA",159,"Long Beach, CA" +322,69,159,"Long Beach, CA",159,"Long Beach, CA" +322,70,268,"Seattle, WA",268,"Seattle, WA" +322,71,269,"Longview, WA",269,"Longview, WA" +322,72,159,"Long Beach, CA",159,"Long Beach, CA" +322,73,159,"Long Beach, CA",159,"Long Beach, CA" +322,74,162,"Oakland, CA",162,"Oakland, CA" +322,75,239,"Portland, OR",239,"Portland, OR" +322,76,162,"Oakland, CA",162,"Oakland, CA" +322,77,268,"Seattle, WA",268,"Seattle, WA" +322,78,268,"Seattle, WA",268,"Seattle, WA" +322,79,159,"Long Beach, CA",159,"Long Beach, CA" +322,80,159,"Long Beach, CA",159,"Long Beach, CA" +322,81,239,"Portland, OR",239,"Portland, OR" +322,82,159,"Long Beach, CA",159,"Long Beach, CA" +322,83,269,"Longview, WA",269,"Longview, WA" +322,84,159,"Long Beach, CA",159,"Long Beach, CA" +322,85,159,"Long Beach, CA",159,"Long Beach, CA" +322,86,162,"Oakland, CA",162,"Oakland, CA" +322,87,268,"Seattle, WA",268,"Seattle, WA" +322,88,159,"Long Beach, CA",159,"Long Beach, CA" +322,89,159,"Long Beach, CA",159,"Long Beach, CA" +322,90,159,"Long Beach, CA",159,"Long Beach, CA" +322,91,159,"Long Beach, CA",159,"Long Beach, CA" +322,92,159,"Long Beach, CA",159,"Long Beach, CA" +322,93,159,"Long Beach, CA",159,"Long Beach, CA" +322,94,239,"Portland, OR",239,"Portland, OR" +322,95,159,"Long Beach, CA",159,"Long Beach, CA" +322,96,159,"Long Beach, CA",159,"Long Beach, CA" +322,97,268,"Seattle, WA",268,"Seattle, WA" +322,98,159,"Long Beach, CA",159,"Long Beach, CA" +322,99,159,"Long Beach, CA",159,"Long Beach, CA" +322,100,159,"Long Beach, CA",159,"Long Beach, CA" +322,101,159,"Long Beach, CA",159,"Long Beach, CA" +322,102,159,"Long Beach, CA",159,"Long Beach, CA" +322,103,162,"Oakland, CA",162,"Oakland, CA" +322,104,159,"Long Beach, CA",159,"Long Beach, CA" +322,105,162,"Oakland, CA",162,"Oakland, CA" +322,106,162,"Oakland, CA",162,"Oakland, CA" +322,107,159,"Long Beach, CA",159,"Long Beach, CA" +322,108,268,"Seattle, WA",268,"Seattle, WA" +322,109,159,"Long Beach, CA",159,"Long Beach, CA" +322,110,159,"Long Beach, CA",159,"Long Beach, CA" +322,111,159,"Long Beach, CA",159,"Long Beach, CA" +322,112,159,"Long Beach, CA",159,"Long Beach, CA" +322,113,159,"Long Beach, CA",159,"Long Beach, CA" +322,114,159,"Long Beach, CA",159,"Long Beach, CA" +322,115,162,"Oakland, CA",162,"Oakland, CA" +322,116,268,"Seattle, WA",268,"Seattle, WA" +322,117,159,"Long Beach, CA",159,"Long Beach, CA" +322,118,159,"Long Beach, CA",159,"Long Beach, CA" +322,119,268,"Seattle, WA",268,"Seattle, WA" +322,120,159,"Long Beach, CA",159,"Long Beach, CA" +322,121,159,"Long Beach, CA",159,"Long Beach, CA" +322,122,268,"Seattle, WA",268,"Seattle, WA" +322,123,159,"Long Beach, CA",159,"Long Beach, CA" +322,124,159,"Long Beach, CA",159,"Long Beach, CA" +322,125,159,"Long Beach, CA",159,"Long Beach, CA" +322,126,159,"Long Beach, CA",159,"Long Beach, CA" +322,127,159,"Long Beach, CA",159,"Long Beach, CA" +322,128,159,"Long Beach, CA",159,"Long Beach, CA" +322,129,162,"Oakland, CA",162,"Oakland, CA" +322,130,159,"Long Beach, CA",159,"Long Beach, CA" +322,131,159,"Long Beach, CA",159,"Long Beach, CA" +322,132,268,"Seattle, WA",268,"Seattle, WA" +322,151,159,"Long Beach, CA",159,"Long Beach, CA" +322,152,162,"Oakland, CA",159,"Long Beach, CA" +322,153,159,"Long Beach, CA",159,"Long Beach, CA" +322,154,154,"Anchorage, AK",154,"Anchorage, AK" +322,155,159,"Long Beach, CA",239,"Portland, OR" +322,156,162,"Oakland, CA",159,"Long Beach, CA" +322,157,162,"Oakland, CA",159,"Long Beach, CA" +322,158,159,"Long Beach, CA",159,"Long Beach, CA" +322,159,159,"Long Beach, CA",268,"Seattle, WA" +322,160,159,"Long Beach, CA",159,"Long Beach, CA" +322,161,159,"Long Beach, CA",268,"Seattle, WA" +322,162,159,"Long Beach, CA",159,"Long Beach, CA" +322,163,159,"Long Beach, CA",159,"Long Beach, CA" +322,164,159,"Long Beach, CA",159,"Long Beach, CA" +322,165,159,"Long Beach, CA",162,"Oakland, CA" +322,166,159,"Long Beach, CA",159,"Long Beach, CA" +322,167,159,"Long Beach, CA",159,"Long Beach, CA" +322,168,268,"Seattle, WA",159,"Long Beach, CA" +322,169,159,"Long Beach, CA",239,"Portland, OR" +322,170,268,"Seattle, WA",159,"Long Beach, CA" +322,171,159,"Long Beach, CA",159,"Long Beach, CA" +322,172,172,"Port Everglades, FL",268,"Seattle, WA" +322,173,159,"Long Beach, CA",159,"Long Beach, CA" +322,174,159,"Long Beach, CA",159,"Long Beach, CA" +322,175,159,"Long Beach, CA",162,"Oakland, CA" +322,176,239,"Portland, OR",159,"Long Beach, CA" +322,177,239,"Portland, OR",159,"Long Beach, CA" +322,178,159,"Long Beach, CA",162,"Oakland, CA" +322,179,179,"Honolulu, HI",179,"Honolulu, HI" +322,180,179,"Honolulu, HI",179,"Honolulu, HI" +322,181,268,"Seattle, WA",159,"Long Beach, CA" +322,183,159,"Long Beach, CA",159,"Long Beach, CA" +322,184,159,"Long Beach, CA",268,"Seattle, WA" +322,185,239,"Portland, OR",268,"Seattle, WA" +322,186,268,"Seattle, WA",268,"Seattle, WA" +322,187,159,"Long Beach, CA",159,"Long Beach, CA" +322,188,159,"Long Beach, CA",159,"Long Beach, CA" +322,189,159,"Long Beach, CA",269,"Longview, WA" +322,190,159,"Long Beach, CA",159,"Long Beach, CA" +322,191,162,"Oakland, CA",159,"Long Beach, CA" +322,192,159,"Long Beach, CA",159,"Long Beach, CA" +322,193,162,"Oakland, CA",162,"Oakland, CA" +322,194,159,"Long Beach, CA",159,"Long Beach, CA" +322,195,239,"Portland, OR",239,"Portland, OR" +322,196,159,"Long Beach, CA",159,"Long Beach, CA" +322,197,268,"Seattle, WA",268,"Seattle, WA" +322,198,268,"Seattle, WA",162,"Oakland, CA" +322,199,268,"Seattle, WA",159,"Long Beach, CA" +322,200,268,"Seattle, WA",159,"Long Beach, CA" +322,201,268,"Seattle, WA",239,"Portland, OR" +322,202,268,"Seattle, WA",159,"Long Beach, CA" +322,203,159,"Long Beach, CA",268,"Seattle, WA" +322,204,159,"Long Beach, CA",159,"Long Beach, CA" +322,205,268,"Seattle, WA",162,"Oakland, CA" +322,206,268,"Seattle, WA",239,"Portland, OR" +322,207,268,"Seattle, WA",159,"Long Beach, CA" +322,208,159,"Long Beach, CA",159,"Long Beach, CA" +322,209,268,"Seattle, WA",159,"Long Beach, CA" +322,210,159,"Long Beach, CA",268,"Seattle, WA" +322,211,159,"Long Beach, CA",159,"Long Beach, CA" +322,212,268,"Seattle, WA",268,"Seattle, WA" +322,213,159,"Long Beach, CA",159,"Long Beach, CA" +322,214,162,"Oakland, CA",268,"Seattle, WA" +322,215,159,"Long Beach, CA",159,"Long Beach, CA" +322,216,268,"Seattle, WA",162,"Oakland, CA" +322,217,268,"Seattle, WA",159,"Long Beach, CA" +322,218,159,"Long Beach, CA",159,"Long Beach, CA" +322,219,159,"Long Beach, CA",239,"Portland, OR" +322,220,162,"Oakland, CA",159,"Long Beach, CA" +322,221,268,"Seattle, WA",159,"Long Beach, CA" +322,222,268,"Seattle, WA",162,"Oakland, CA" +322,223,162,"Oakland, CA",159,"Long Beach, CA" +322,224,159,"Long Beach, CA",239,"Portland, OR" +322,225,162,"Oakland, CA",268,"Seattle, WA" +322,226,159,"Long Beach, CA",162,"Oakland, CA" +322,227,239,"Portland, OR",162,"Oakland, CA" +322,228,268,"Seattle, WA",159,"Long Beach, CA" +322,229,159,"Long Beach, CA",268,"Seattle, WA" +322,230,159,"Long Beach, CA",162,"Oakland, CA" +322,231,159,"Long Beach, CA",159,"Long Beach, CA" +322,232,269,"Longview, WA",159,"Long Beach, CA" +322,233,159,"Long Beach, CA",269,"Longview, WA" +322,234,268,"Seattle, WA",268,"Seattle, WA" +322,235,159,"Long Beach, CA",159,"Long Beach, CA" +322,236,159,"Long Beach, CA",159,"Long Beach, CA" +322,237,159,"Long Beach, CA",162,"Oakland, CA" +322,238,159,"Long Beach, CA",269,"Longview, WA" +322,239,162,"Oakland, CA",268,"Seattle, WA" +322,240,159,"Long Beach, CA",159,"Long Beach, CA" +322,241,162,"Oakland, CA",162,"Oakland, CA" +322,242,268,"Seattle, WA",239,"Portland, OR" +322,243,159,"Long Beach, CA",268,"Seattle, WA" +322,244,159,"Long Beach, CA",162,"Oakland, CA" +322,245,159,"Long Beach, CA",159,"Long Beach, CA" +322,246,159,"Long Beach, CA",159,"Long Beach, CA" +322,247,159,"Long Beach, CA",159,"Long Beach, CA" +322,248,159,"Long Beach, CA",159,"Long Beach, CA" +322,249,268,"Seattle, WA",239,"Portland, OR" +322,250,159,"Long Beach, CA",268,"Seattle, WA" +322,251,268,"Seattle, WA",159,"Long Beach, CA" +322,252,269,"Longview, WA",159,"Long Beach, CA" +322,253,239,"Portland, OR",268,"Seattle, WA" +322,254,159,"Long Beach, CA",159,"Long Beach, CA" +322,255,268,"Seattle, WA",159,"Long Beach, CA" +322,256,159,"Long Beach, CA",269,"Longview, WA" +322,257,269,"Longview, WA",159,"Long Beach, CA" +322,258,159,"Long Beach, CA",194,"Lake Charles, LA" +322,259,159,"Long Beach, CA",159,"Long Beach, CA" +322,260,162,"Oakland, CA",162,"Oakland, CA" +322,261,268,"Seattle, WA",159,"Long Beach, CA" +322,262,159,"Long Beach, CA",159,"Long Beach, CA" +322,263,162,"Oakland, CA",159,"Long Beach, CA" +322,264,239,"Portland, OR",268,"Seattle, WA" +322,265,159,"Long Beach, CA",268,"Seattle, WA" +322,266,159,"Long Beach, CA",159,"Long Beach, CA" +322,267,162,"Oakland, CA",159,"Long Beach, CA" +322,268,159,"Long Beach, CA",159,"Long Beach, CA" +322,269,159,"Long Beach, CA",159,"Long Beach, CA" +322,270,159,"Long Beach, CA",268,"Seattle, WA" +322,271,159,"Long Beach, CA",268,"Seattle, WA" +322,272,268,"Seattle, WA",159,"Long Beach, CA" +322,273,268,"Seattle, WA",162,"Oakland, CA" +323,1,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +323,2,172,"Port Everglades, FL",172,"Port Everglades, FL" +323,3,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +323,4,194,"Lake Charles, LA",194,"Lake Charles, LA" +323,5,171,"Jacksonville, FL",171,"Jacksonville, FL" +323,6,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +323,7,257,"Houston, TX",257,"Houston, TX" +323,8,257,"Houston, TX",257,"Houston, TX" +323,9,195,"New Orleans, LA",195,"New Orleans, LA" +323,10,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +323,11,177,"Savannah, GA",177,"Savannah, GA" +323,12,171,"Jacksonville, FL",171,"Jacksonville, FL" +323,13,194,"Lake Charles, LA",194,"Lake Charles, LA" +323,14,195,"New Orleans, LA",195,"New Orleans, LA" +323,15,257,"Houston, TX",257,"Houston, TX" +323,16,152,"Mobile, AL",152,"Mobile, AL" +323,17,195,"New Orleans, LA",195,"New Orleans, LA" +323,18,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +323,19,195,"New Orleans, LA",195,"New Orleans, LA" +323,20,152,"Mobile, AL",152,"Mobile, AL" +323,21,257,"Houston, TX",257,"Houston, TX" +323,22,171,"Jacksonville, FL",171,"Jacksonville, FL" +323,23,177,"Savannah, GA",177,"Savannah, GA" +323,24,195,"New Orleans, LA",195,"New Orleans, LA" +323,25,208,"Pascagoula, MS",208,"Pascagoula, MS" +323,26,253,"Beaumont, TX",253,"Beaumont, TX" +323,27,195,"New Orleans, LA",195,"New Orleans, LA" +323,28,194,"Lake Charles, LA",194,"Lake Charles, LA" +323,29,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +323,30,195,"New Orleans, LA",195,"New Orleans, LA" +323,31,194,"Lake Charles, LA",194,"Lake Charles, LA" +323,32,177,"Savannah, GA",177,"Savannah, GA" +323,33,174,"Tampa, FL",174,"Tampa, FL" +323,34,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +323,35,171,"Jacksonville, FL",171,"Jacksonville, FL" +323,36,152,"Mobile, AL",152,"Mobile, AL" +323,37,208,"Pascagoula, MS",208,"Pascagoula, MS" +323,38,172,"Port Everglades, FL",172,"Port Everglades, FL" +323,39,245,"Charleston, SC",245,"Charleston, SC" +323,40,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +323,41,174,"Tampa, FL",174,"Tampa, FL" +323,42,152,"Mobile, AL",152,"Mobile, AL" +323,43,152,"Mobile, AL",152,"Mobile, AL" +323,44,257,"Houston, TX",257,"Houston, TX" +323,45,195,"New Orleans, LA",195,"New Orleans, LA" +323,46,172,"Port Everglades, FL",172,"Port Everglades, FL" +323,47,195,"New Orleans, LA",195,"New Orleans, LA" +323,48,152,"Mobile, AL",152,"Mobile, AL" +323,49,177,"Savannah, GA",177,"Savannah, GA" +323,50,177,"Savannah, GA",177,"Savannah, GA" +323,51,177,"Savannah, GA",177,"Savannah, GA" +323,52,194,"Lake Charles, LA",194,"Lake Charles, LA" +323,53,172,"Port Everglades, FL",172,"Port Everglades, FL" +323,54,171,"Jacksonville, FL",171,"Jacksonville, FL" +323,55,195,"New Orleans, LA",195,"New Orleans, LA" +323,56,195,"New Orleans, LA",195,"New Orleans, LA" +323,57,195,"New Orleans, LA",195,"New Orleans, LA" +323,58,152,"Mobile, AL",152,"Mobile, AL" +323,59,172,"Port Everglades, FL",172,"Port Everglades, FL" +323,60,152,"Mobile, AL",152,"Mobile, AL" +323,61,208,"Pascagoula, MS",208,"Pascagoula, MS" +323,62,194,"Lake Charles, LA",194,"Lake Charles, LA" +323,63,152,"Mobile, AL",152,"Mobile, AL" +323,64,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +323,65,195,"New Orleans, LA",195,"New Orleans, LA" +323,66,195,"New Orleans, LA",195,"New Orleans, LA" +323,67,195,"New Orleans, LA",195,"New Orleans, LA" +323,68,257,"Houston, TX",257,"Houston, TX" +323,69,172,"Port Everglades, FL",172,"Port Everglades, FL" +323,70,172,"Port Everglades, FL",172,"Port Everglades, FL" +323,71,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +323,72,194,"Lake Charles, LA",194,"Lake Charles, LA" +323,73,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +323,74,152,"Mobile, AL",152,"Mobile, AL" +323,75,152,"Mobile, AL",152,"Mobile, AL" +323,76,195,"New Orleans, LA",195,"New Orleans, LA" +323,77,194,"Lake Charles, LA",194,"Lake Charles, LA" +323,78,195,"New Orleans, LA",195,"New Orleans, LA" +323,79,194,"Lake Charles, LA",194,"Lake Charles, LA" +323,80,177,"Savannah, GA",177,"Savannah, GA" +323,81,177,"Savannah, GA",177,"Savannah, GA" +323,82,194,"Lake Charles, LA",194,"Lake Charles, LA" +323,83,194,"Lake Charles, LA",194,"Lake Charles, LA" +323,84,195,"New Orleans, LA",195,"New Orleans, LA" +323,85,152,"Mobile, AL",152,"Mobile, AL" +323,86,208,"Pascagoula, MS",208,"Pascagoula, MS" +323,87,195,"New Orleans, LA",195,"New Orleans, LA" +323,88,195,"New Orleans, LA",195,"New Orleans, LA" +323,89,171,"Jacksonville, FL",171,"Jacksonville, FL" +323,90,195,"New Orleans, LA",195,"New Orleans, LA" +323,91,152,"Mobile, AL",152,"Mobile, AL" +323,92,257,"Houston, TX",257,"Houston, TX" +323,93,208,"Pascagoula, MS",208,"Pascagoula, MS" +323,94,194,"Lake Charles, LA",194,"Lake Charles, LA" +323,95,195,"New Orleans, LA",195,"New Orleans, LA" +323,96,171,"Jacksonville, FL",171,"Jacksonville, FL" +323,97,195,"New Orleans, LA",195,"New Orleans, LA" +323,98,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +323,99,172,"Port Everglades, FL",172,"Port Everglades, FL" +323,100,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +323,101,174,"Tampa, FL",174,"Tampa, FL" +323,102,177,"Savannah, GA",177,"Savannah, GA" +323,103,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +323,104,245,"Charleston, SC",245,"Charleston, SC" +323,105,208,"Pascagoula, MS",208,"Pascagoula, MS" +323,106,195,"New Orleans, LA",195,"New Orleans, LA" +323,107,195,"New Orleans, LA",195,"New Orleans, LA" +323,108,195,"New Orleans, LA",195,"New Orleans, LA" +323,109,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +323,110,195,"New Orleans, LA",195,"New Orleans, LA" +323,111,195,"New Orleans, LA",195,"New Orleans, LA" +323,112,253,"Beaumont, TX",253,"Beaumont, TX" +323,113,195,"New Orleans, LA",195,"New Orleans, LA" +323,114,195,"New Orleans, LA",195,"New Orleans, LA" +323,115,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +323,116,152,"Mobile, AL",152,"Mobile, AL" +323,117,195,"New Orleans, LA",195,"New Orleans, LA" +323,118,195,"New Orleans, LA",195,"New Orleans, LA" +323,119,194,"Lake Charles, LA",194,"Lake Charles, LA" +323,120,174,"Tampa, FL",174,"Tampa, FL" +323,121,174,"Tampa, FL",174,"Tampa, FL" +323,122,208,"Pascagoula, MS",208,"Pascagoula, MS" +323,123,171,"Jacksonville, FL",171,"Jacksonville, FL" +323,124,195,"New Orleans, LA",195,"New Orleans, LA" +323,125,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +323,126,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +323,127,195,"New Orleans, LA",195,"New Orleans, LA" +323,128,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +323,129,195,"New Orleans, LA",195,"New Orleans, LA" +323,130,174,"Tampa, FL",174,"Tampa, FL" +323,131,195,"New Orleans, LA",195,"New Orleans, LA" +323,132,195,"New Orleans, LA",195,"New Orleans, LA" +323,151,195,"New Orleans, LA",152,"Mobile, AL" +323,152,172,"Port Everglades, FL",152,"Mobile, AL" +323,153,195,"New Orleans, LA",193,"Baton Rouge, LA" +323,154,154,"Anchorage, AK",154,"Anchorage, AK" +323,155,254,"Corpus Christi, TX",257,"Houston, TX" +323,156,253,"Beaumont, TX",195,"New Orleans, LA" +323,157,254,"Corpus Christi, TX",208,"Pascagoula, MS" +323,158,194,"Lake Charles, LA",152,"Mobile, AL" +323,159,195,"New Orleans, LA",253,"Beaumont, TX" +323,160,257,"Houston, TX",195,"New Orleans, LA" +323,161,257,"Houston, TX",257,"Houston, TX" +323,162,254,"Corpus Christi, TX",159,"Long Beach, CA" +323,163,195,"New Orleans, LA",195,"New Orleans, LA" +323,164,171,"Jacksonville, FL",193,"Baton Rouge, LA" +323,165,195,"New Orleans, LA",257,"Houston, TX" +323,166,174,"Tampa, FL",265,"Norfolk Harbor, VA" +323,167,172,"Port Everglades, FL",198,"Baltimore, MD" +323,168,245,"Charleston, SC",265,"Norfolk Harbor, VA" +323,169,152,"Mobile, AL",265,"Norfolk Harbor, VA" +323,170,174,"Tampa, FL",171,"Jacksonville, FL" +323,171,171,"Jacksonville, FL",174,"Tampa, FL" +323,172,172,"Port Everglades, FL",177,"Savannah, GA" +323,173,245,"Charleston, SC",171,"Jacksonville, FL" +323,174,257,"Houston, TX",195,"New Orleans, LA" +323,175,177,"Savannah, GA",177,"Savannah, GA" +323,176,193,"Baton Rouge, LA",177,"Savannah, GA" +323,177,177,"Savannah, GA",177,"Savannah, GA" +323,178,172,"Port Everglades, FL",171,"Jacksonville, FL" +323,179,179,"Honolulu, HI",179,"Honolulu, HI" +323,180,179,"Honolulu, HI",179,"Honolulu, HI" +323,181,194,"Lake Charles, LA",257,"Houston, TX" +323,183,194,"Lake Charles, LA",195,"New Orleans, LA" +323,184,171,"Jacksonville, FL",195,"New Orleans, LA" +323,185,152,"Mobile, AL",152,"Mobile, AL" +323,186,195,"New Orleans, LA",174,"Tampa, FL" +323,187,195,"New Orleans, LA",195,"New Orleans, LA" +323,188,253,"Beaumont, TX",253,"Beaumont, TX" +323,189,257,"Houston, TX",257,"Houston, TX" +323,190,257,"Houston, TX",195,"New Orleans, LA" +323,191,195,"New Orleans, LA",195,"New Orleans, LA" +323,192,172,"Port Everglades, FL",195,"New Orleans, LA" +323,193,195,"New Orleans, LA",195,"New Orleans, LA" +323,194,253,"Beaumont, TX",195,"New Orleans, LA" +323,195,194,"Lake Charles, LA",193,"Baton Rouge, LA" +323,196,195,"New Orleans, LA",195,"New Orleans, LA" +323,197,174,"Tampa, FL",217,"New York, NY and NJ" +323,198,152,"Mobile, AL",198,"Baltimore, MD" +323,199,174,"Tampa, FL",265,"Norfolk Harbor, VA" +323,200,174,"Tampa, FL",193,"Baton Rouge, LA" +323,201,152,"Mobile, AL",174,"Tampa, FL" +323,202,177,"Savannah, GA",265,"Norfolk Harbor, VA" +323,203,195,"New Orleans, LA",193,"Baton Rouge, LA" +323,204,172,"Port Everglades, FL",253,"Beaumont, TX" +323,205,195,"New Orleans, LA",195,"New Orleans, LA" +323,206,194,"Lake Charles, LA",194,"Lake Charles, LA" +323,207,152,"Mobile, AL",257,"Houston, TX" +323,208,195,"New Orleans, LA",152,"Mobile, AL" +323,209,195,"New Orleans, LA",253,"Beaumont, TX" +323,210,172,"Port Everglades, FL",195,"New Orleans, LA" +323,211,172,"Port Everglades, FL",208,"Pascagoula, MS" +323,212,257,"Houston, TX",257,"Houston, TX" +323,213,174,"Tampa, FL",152,"Mobile, AL" +323,214,193,"Baton Rouge, LA",257,"Houston, TX" +323,215,171,"Jacksonville, FL",194,"Lake Charles, LA" +323,216,152,"Mobile, AL",174,"Tampa, FL" +323,217,171,"Jacksonville, FL",172,"Port Everglades, FL" +323,218,245,"Charleston, SC",241,"Philadelphia, PA" +323,219,152,"Mobile, AL",177,"Savannah, GA" +323,220,195,"New Orleans, LA",195,"New Orleans, LA" +323,221,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +323,222,195,"New Orleans, LA",245,"Charleston, SC" +323,223,177,"Savannah, GA",171,"Jacksonville, FL" +323,224,229,"Wilmington, NC",229,"Wilmington, NC" +323,225,171,"Jacksonville, FL",195,"New Orleans, LA" +323,226,195,"New Orleans, LA",245,"Charleston, SC" +323,227,245,"Charleston, SC",177,"Savannah, GA" +323,228,172,"Port Everglades, FL",172,"Port Everglades, FL" +323,229,171,"Jacksonville, FL",229,"Wilmington, NC" +323,230,152,"Mobile, AL",172,"Port Everglades, FL" +323,231,195,"New Orleans, LA",152,"Mobile, AL" +323,232,195,"New Orleans, LA",208,"Pascagoula, MS" +323,233,172,"Port Everglades, FL",152,"Mobile, AL" +323,234,152,"Mobile, AL",152,"Mobile, AL" +323,235,195,"New Orleans, LA",195,"New Orleans, LA" +323,236,257,"Houston, TX",195,"New Orleans, LA" +323,237,257,"Houston, TX",257,"Houston, TX" +323,238,195,"New Orleans, LA",195,"New Orleans, LA" +323,239,257,"Houston, TX",257,"Houston, TX" +323,240,193,"Baton Rouge, LA",254,"Corpus Christi, TX" +323,241,193,"Baton Rouge, LA",169,"Wilmington, DE" +323,242,177,"Savannah, GA",195,"New Orleans, LA" +323,243,245,"Charleston, SC",245,"Charleston, SC" +323,244,195,"New Orleans, LA",174,"Tampa, FL" +323,245,177,"Savannah, GA",172,"Port Everglades, FL" +323,246,152,"Mobile, AL",174,"Tampa, FL" +323,247,152,"Mobile, AL",245,"Charleston, SC" +323,248,257,"Houston, TX",257,"Houston, TX" +323,249,195,"New Orleans, LA",195,"New Orleans, LA" +323,250,193,"Baton Rouge, LA",172,"Port Everglades, FL" +323,251,193,"Baton Rouge, LA",152,"Mobile, AL" +323,252,257,"Houston, TX",253,"Beaumont, TX" +323,253,257,"Houston, TX",257,"Houston, TX" +323,254,254,"Corpus Christi, TX",152,"Mobile, AL" +323,255,195,"New Orleans, LA",208,"Pascagoula, MS" +323,256,257,"Houston, TX",257,"Houston, TX" +323,257,257,"Houston, TX",257,"Houston, TX" +323,258,195,"New Orleans, LA",253,"Beaumont, TX" +323,259,254,"Corpus Christi, TX",152,"Mobile, AL" +323,260,257,"Houston, TX",253,"Beaumont, TX" +323,261,195,"New Orleans, LA",257,"Houston, TX" +323,262,254,"Corpus Christi, TX",253,"Beaumont, TX" +323,263,172,"Port Everglades, FL",172,"Port Everglades, FL" +323,264,177,"Savannah, GA",172,"Port Everglades, FL" +323,265,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +323,266,195,"New Orleans, LA",245,"Charleston, SC" +323,267,208,"Pascagoula, MS",265,"Norfolk Harbor, VA" +323,268,172,"Port Everglades, FL",268,"Seattle, WA" +323,269,257,"Houston, TX",257,"Houston, TX" +323,270,195,"New Orleans, LA",152,"Mobile, AL" +323,271,195,"New Orleans, LA",195,"New Orleans, LA" +323,272,152,"Mobile, AL",208,"Pascagoula, MS" +323,273,174,"Tampa, FL",253,"Beaumont, TX" +324,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,2,241,"Philadelphia, PA",241,"Philadelphia, PA" +324,3,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,4,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,5,197,"Portland, ME",197,"Portland, ME" +324,6,244,"Providence, RI",244,"Providence, RI" +324,7,198,"Baltimore, MD",198,"Baltimore, MD" +324,8,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,9,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,10,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,11,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,12,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +324,13,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,14,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,15,241,"Philadelphia, PA",241,"Philadelphia, PA" +324,16,198,"Baltimore, MD",198,"Baltimore, MD" +324,17,201,"Boston, MA",201,"Boston, MA" +324,18,198,"Baltimore, MD",198,"Baltimore, MD" +324,19,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,20,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,22,244,"Providence, RI",244,"Providence, RI" +324,23,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,24,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,25,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,26,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,27,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,28,201,"Boston, MA",201,"Boston, MA" +324,29,201,"Boston, MA",201,"Boston, MA" +324,30,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +324,31,197,"Portland, ME",197,"Portland, ME" +324,32,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,33,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,34,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,35,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,36,198,"Baltimore, MD",198,"Baltimore, MD" +324,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,38,198,"Baltimore, MD",198,"Baltimore, MD" +324,39,201,"Boston, MA",201,"Boston, MA" +324,40,198,"Baltimore, MD",198,"Baltimore, MD" +324,41,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,43,197,"Portland, ME",197,"Portland, ME" +324,44,197,"Portland, ME",197,"Portland, ME" +324,45,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,46,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,47,198,"Baltimore, MD",198,"Baltimore, MD" +324,48,198,"Baltimore, MD",198,"Baltimore, MD" +324,49,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +324,50,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,51,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,52,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,53,198,"Baltimore, MD",198,"Baltimore, MD" +324,54,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,56,244,"Providence, RI",244,"Providence, RI" +324,57,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +324,58,197,"Portland, ME",197,"Portland, ME" +324,59,197,"Portland, ME",197,"Portland, ME" +324,60,197,"Portland, ME",197,"Portland, ME" +324,61,198,"Baltimore, MD",198,"Baltimore, MD" +324,62,201,"Boston, MA",201,"Boston, MA" +324,63,201,"Boston, MA",201,"Boston, MA" +324,64,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,66,197,"Portland, ME",197,"Portland, ME" +324,67,198,"Baltimore, MD",198,"Baltimore, MD" +324,68,244,"Providence, RI",244,"Providence, RI" +324,69,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,70,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +324,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,72,201,"Boston, MA",201,"Boston, MA" +324,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,74,201,"Boston, MA",201,"Boston, MA" +324,75,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +324,76,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,77,169,"Wilmington, DE",169,"Wilmington, DE" +324,78,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,79,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,80,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,81,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,82,241,"Philadelphia, PA",241,"Philadelphia, PA" +324,83,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,84,197,"Portland, ME",197,"Portland, ME" +324,85,197,"Portland, ME",197,"Portland, ME" +324,86,197,"Portland, ME",197,"Portland, ME" +324,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,88,244,"Providence, RI",244,"Providence, RI" +324,89,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,91,198,"Baltimore, MD",198,"Baltimore, MD" +324,92,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,93,201,"Boston, MA",201,"Boston, MA" +324,94,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +324,95,244,"Providence, RI",244,"Providence, RI" +324,96,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,98,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +324,99,201,"Boston, MA",201,"Boston, MA" +324,100,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +324,101,197,"Portland, ME",197,"Portland, ME" +324,102,244,"Providence, RI",244,"Providence, RI" +324,103,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +324,104,198,"Baltimore, MD",198,"Baltimore, MD" +324,105,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,106,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,107,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +324,108,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,109,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,110,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,111,201,"Boston, MA",201,"Boston, MA" +324,112,241,"Philadelphia, PA",241,"Philadelphia, PA" +324,113,198,"Baltimore, MD",198,"Baltimore, MD" +324,114,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,115,241,"Philadelphia, PA",241,"Philadelphia, PA" +324,116,244,"Providence, RI",244,"Providence, RI" +324,117,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,118,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,119,201,"Boston, MA",201,"Boston, MA" +324,120,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,121,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +324,122,197,"Portland, ME",197,"Portland, ME" +324,123,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,124,169,"Wilmington, DE",169,"Wilmington, DE" +324,125,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +324,126,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,127,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +324,128,198,"Baltimore, MD",198,"Baltimore, MD" +324,129,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +324,130,244,"Providence, RI",244,"Providence, RI" +324,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,132,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,151,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +324,152,217,"New York, NY and NJ",241,"Philadelphia, PA" +324,153,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,154,154,"Anchorage, AK",154,"Anchorage, AK" +324,155,241,"Philadelphia, PA",217,"New York, NY and NJ" +324,156,217,"New York, NY and NJ",241,"Philadelphia, PA" +324,157,218,"Camden-Gloucester, NJ",197,"Portland, ME" +324,158,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +324,159,241,"Philadelphia, PA",201,"Boston, MA" +324,160,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +324,161,201,"Boston, MA",265,"Norfolk Harbor, VA" +324,162,197,"Portland, ME",245,"Charleston, SC" +324,163,201,"Boston, MA",223,"New York, NY and NJ" +324,164,201,"Boston, MA",198,"Baltimore, MD" +324,165,244,"Providence, RI",217,"New York, NY and NJ" +324,166,217,"New York, NY and NJ",201,"Boston, MA" +324,167,201,"Boston, MA",241,"Philadelphia, PA" +324,168,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +324,169,197,"Portland, ME",217,"New York, NY and NJ" +324,170,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +324,171,197,"Portland, ME",171,"Jacksonville, FL" +324,172,201,"Boston, MA",217,"New York, NY and NJ" +324,173,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +324,174,217,"New York, NY and NJ",198,"Baltimore, MD" +324,175,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +324,176,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +324,177,217,"New York, NY and NJ",241,"Philadelphia, PA" +324,178,201,"Boston, MA",265,"Norfolk Harbor, VA" +324,179,179,"Honolulu, HI",179,"Honolulu, HI" +324,180,179,"Honolulu, HI",179,"Honolulu, HI" +324,181,198,"Baltimore, MD",198,"Baltimore, MD" +324,183,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +324,184,223,"New York, NY and NJ",198,"Baltimore, MD" +324,185,241,"Philadelphia, PA",244,"Providence, RI" +324,186,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,187,201,"Boston, MA",241,"Philadelphia, PA" +324,188,197,"Portland, ME",218,"Camden-Gloucester, NJ" +324,189,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,190,201,"Boston, MA",198,"Baltimore, MD" +324,191,197,"Portland, ME",197,"Portland, ME" +324,192,223,"New York, NY and NJ",241,"Philadelphia, PA" +324,193,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +324,194,223,"New York, NY and NJ",169,"Wilmington, DE" +324,195,217,"New York, NY and NJ",244,"Providence, RI" +324,196,217,"New York, NY and NJ",197,"Portland, ME" +324,197,201,"Boston, MA",244,"Providence, RI" +324,198,198,"Baltimore, MD",223,"New York, NY and NJ" +324,199,244,"Providence, RI",197,"Portland, ME" +324,200,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,201,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,202,223,"New York, NY and NJ",169,"Wilmington, DE" +324,203,223,"New York, NY and NJ",217,"New York, NY and NJ" +324,204,217,"New York, NY and NJ",244,"Providence, RI" +324,205,201,"Boston, MA",241,"Philadelphia, PA" +324,206,217,"New York, NY and NJ",244,"Providence, RI" +324,207,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +324,208,244,"Providence, RI",169,"Wilmington, DE" +324,209,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +324,210,198,"Baltimore, MD",217,"New York, NY and NJ" +324,211,201,"Boston, MA",218,"Camden-Gloucester, NJ" +324,212,244,"Providence, RI",217,"New York, NY and NJ" +324,213,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +324,214,218,"Camden-Gloucester, NJ",201,"Boston, MA" +324,215,244,"Providence, RI",197,"Portland, ME" +324,216,198,"Baltimore, MD",217,"New York, NY and NJ" +324,217,217,"New York, NY and NJ",197,"Portland, ME" +324,218,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,219,223,"New York, NY and NJ",217,"New York, NY and NJ" +324,220,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +324,221,223,"New York, NY and NJ",241,"Philadelphia, PA" +324,222,223,"New York, NY and NJ",244,"Providence, RI" +324,223,223,"New York, NY and NJ",197,"Portland, ME" +324,224,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,225,198,"Baltimore, MD",198,"Baltimore, MD" +324,226,169,"Wilmington, DE",217,"New York, NY and NJ" +324,227,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +324,228,197,"Portland, ME",223,"New York, NY and NJ" +324,229,241,"Philadelphia, PA",241,"Philadelphia, PA" +324,230,223,"New York, NY and NJ",197,"Portland, ME" +324,231,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +324,232,217,"New York, NY and NJ",223,"New York, NY and NJ" +324,233,198,"Baltimore, MD",201,"Boston, MA" +324,234,217,"New York, NY and NJ",223,"New York, NY and NJ" +324,235,241,"Philadelphia, PA",217,"New York, NY and NJ" +324,236,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,237,217,"New York, NY and NJ",241,"Philadelphia, PA" +324,238,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +324,239,217,"New York, NY and NJ",223,"New York, NY and NJ" +324,240,198,"Baltimore, MD",217,"New York, NY and NJ" +324,241,223,"New York, NY and NJ",223,"New York, NY and NJ" +324,242,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +324,243,223,"New York, NY and NJ",217,"New York, NY and NJ" +324,244,223,"New York, NY and NJ",197,"Portland, ME" +324,245,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +324,246,201,"Boston, MA",197,"Portland, ME" +324,247,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +324,248,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +324,249,197,"Portland, ME",217,"New York, NY and NJ" +324,250,223,"New York, NY and NJ",241,"Philadelphia, PA" +324,251,223,"New York, NY and NJ",217,"New York, NY and NJ" +324,252,198,"Baltimore, MD",217,"New York, NY and NJ" +324,253,197,"Portland, ME",198,"Baltimore, MD" +324,254,241,"Philadelphia, PA",195,"New Orleans, LA" +324,255,223,"New York, NY and NJ",197,"Portland, ME" +324,256,198,"Baltimore, MD",241,"Philadelphia, PA" +324,257,198,"Baltimore, MD",223,"New York, NY and NJ" +324,258,198,"Baltimore, MD",177,"Savannah, GA" +324,259,217,"New York, NY and NJ",177,"Savannah, GA" +324,260,197,"Portland, ME",265,"Norfolk Harbor, VA" +324,261,198,"Baltimore, MD",223,"New York, NY and NJ" +324,262,217,"New York, NY and NJ",217,"New York, NY and NJ" +324,263,201,"Boston, MA",241,"Philadelphia, PA" +324,264,217,"New York, NY and NJ",241,"Philadelphia, PA" +324,265,244,"Providence, RI",198,"Baltimore, MD" +324,266,217,"New York, NY and NJ",198,"Baltimore, MD" +324,267,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +324,268,217,"New York, NY and NJ",241,"Philadelphia, PA" +324,269,198,"Baltimore, MD",201,"Boston, MA" +324,270,198,"Baltimore, MD",223,"New York, NY and NJ" +324,271,201,"Boston, MA",218,"Camden-Gloucester, NJ" +324,272,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +324,273,198,"Baltimore, MD",197,"Portland, ME" +325,1,177,"Savannah, GA",177,"Savannah, GA" +325,2,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,3,174,"Tampa, FL",174,"Tampa, FL" +325,4,245,"Charleston, SC",245,"Charleston, SC" +325,5,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,6,177,"Savannah, GA",177,"Savannah, GA" +325,7,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,8,174,"Tampa, FL",174,"Tampa, FL" +325,9,245,"Charleston, SC",245,"Charleston, SC" +325,10,177,"Savannah, GA",177,"Savannah, GA" +325,11,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,12,245,"Charleston, SC",245,"Charleston, SC" +325,13,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,14,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,15,171,"Jacksonville, FL",171,"Jacksonville, FL" +325,16,171,"Jacksonville, FL",171,"Jacksonville, FL" +325,17,177,"Savannah, GA",177,"Savannah, GA" +325,18,177,"Savannah, GA",177,"Savannah, GA" +325,19,245,"Charleston, SC",245,"Charleston, SC" +325,20,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,21,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,22,174,"Tampa, FL",174,"Tampa, FL" +325,23,152,"Mobile, AL",152,"Mobile, AL" +325,24,177,"Savannah, GA",177,"Savannah, GA" +325,25,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,26,177,"Savannah, GA",177,"Savannah, GA" +325,27,174,"Tampa, FL",174,"Tampa, FL" +325,28,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,29,177,"Savannah, GA",177,"Savannah, GA" +325,30,177,"Savannah, GA",177,"Savannah, GA" +325,31,174,"Tampa, FL",174,"Tampa, FL" +325,32,245,"Charleston, SC",245,"Charleston, SC" +325,33,174,"Tampa, FL",174,"Tampa, FL" +325,34,171,"Jacksonville, FL",171,"Jacksonville, FL" +325,35,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,36,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,37,174,"Tampa, FL",174,"Tampa, FL" +325,38,171,"Jacksonville, FL",171,"Jacksonville, FL" +325,39,174,"Tampa, FL",174,"Tampa, FL" +325,40,177,"Savannah, GA",177,"Savannah, GA" +325,41,174,"Tampa, FL",174,"Tampa, FL" +325,42,177,"Savannah, GA",177,"Savannah, GA" +325,43,245,"Charleston, SC",245,"Charleston, SC" +325,44,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,45,245,"Charleston, SC",245,"Charleston, SC" +325,46,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,47,177,"Savannah, GA",177,"Savannah, GA" +325,48,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,49,245,"Charleston, SC",245,"Charleston, SC" +325,50,174,"Tampa, FL",174,"Tampa, FL" +325,51,171,"Jacksonville, FL",171,"Jacksonville, FL" +325,52,174,"Tampa, FL",174,"Tampa, FL" +325,53,245,"Charleston, SC",245,"Charleston, SC" +325,54,177,"Savannah, GA",177,"Savannah, GA" +325,55,177,"Savannah, GA",177,"Savannah, GA" +325,56,174,"Tampa, FL",174,"Tampa, FL" +325,57,177,"Savannah, GA",177,"Savannah, GA" +325,58,171,"Jacksonville, FL",171,"Jacksonville, FL" +325,59,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,60,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,61,174,"Tampa, FL",174,"Tampa, FL" +325,62,174,"Tampa, FL",174,"Tampa, FL" +325,63,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,64,177,"Savannah, GA",177,"Savannah, GA" +325,65,152,"Mobile, AL",152,"Mobile, AL" +325,66,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,67,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,68,171,"Jacksonville, FL",171,"Jacksonville, FL" +325,69,177,"Savannah, GA",177,"Savannah, GA" +325,70,245,"Charleston, SC",245,"Charleston, SC" +325,71,177,"Savannah, GA",177,"Savannah, GA" +325,72,171,"Jacksonville, FL",171,"Jacksonville, FL" +325,73,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,74,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,75,245,"Charleston, SC",245,"Charleston, SC" +325,76,178,"Brunswick, GA",178,"Brunswick, GA" +325,77,171,"Jacksonville, FL",171,"Jacksonville, FL" +325,78,177,"Savannah, GA",177,"Savannah, GA" +325,79,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,80,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,81,152,"Mobile, AL",152,"Mobile, AL" +325,82,177,"Savannah, GA",177,"Savannah, GA" +325,83,245,"Charleston, SC",245,"Charleston, SC" +325,84,171,"Jacksonville, FL",171,"Jacksonville, FL" +325,85,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,86,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,87,195,"New Orleans, LA",195,"New Orleans, LA" +325,88,174,"Tampa, FL",174,"Tampa, FL" +325,89,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,90,178,"Brunswick, GA",178,"Brunswick, GA" +325,91,177,"Savannah, GA",177,"Savannah, GA" +325,92,174,"Tampa, FL",174,"Tampa, FL" +325,93,174,"Tampa, FL",174,"Tampa, FL" +325,94,174,"Tampa, FL",174,"Tampa, FL" +325,95,177,"Savannah, GA",177,"Savannah, GA" +325,96,174,"Tampa, FL",174,"Tampa, FL" +325,97,174,"Tampa, FL",174,"Tampa, FL" +325,98,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,99,177,"Savannah, GA",177,"Savannah, GA" +325,100,171,"Jacksonville, FL",171,"Jacksonville, FL" +325,101,174,"Tampa, FL",174,"Tampa, FL" +325,102,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,103,177,"Savannah, GA",177,"Savannah, GA" +325,104,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,105,171,"Jacksonville, FL",171,"Jacksonville, FL" +325,106,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,107,152,"Mobile, AL",152,"Mobile, AL" +325,108,177,"Savannah, GA",177,"Savannah, GA" +325,109,177,"Savannah, GA",177,"Savannah, GA" +325,110,245,"Charleston, SC",245,"Charleston, SC" +325,111,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,112,177,"Savannah, GA",177,"Savannah, GA" +325,113,177,"Savannah, GA",177,"Savannah, GA" +325,114,174,"Tampa, FL",174,"Tampa, FL" +325,115,177,"Savannah, GA",177,"Savannah, GA" +325,116,171,"Jacksonville, FL",171,"Jacksonville, FL" +325,117,171,"Jacksonville, FL",171,"Jacksonville, FL" +325,118,177,"Savannah, GA",177,"Savannah, GA" +325,119,174,"Tampa, FL",174,"Tampa, FL" +325,120,171,"Jacksonville, FL",171,"Jacksonville, FL" +325,121,171,"Jacksonville, FL",171,"Jacksonville, FL" +325,122,171,"Jacksonville, FL",171,"Jacksonville, FL" +325,123,177,"Savannah, GA",177,"Savannah, GA" +325,124,177,"Savannah, GA",177,"Savannah, GA" +325,125,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,126,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,127,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,128,174,"Tampa, FL",174,"Tampa, FL" +325,129,245,"Charleston, SC",245,"Charleston, SC" +325,130,174,"Tampa, FL",174,"Tampa, FL" +325,131,171,"Jacksonville, FL",171,"Jacksonville, FL" +325,132,177,"Savannah, GA",177,"Savannah, GA" +325,151,172,"Port Everglades, FL",152,"Mobile, AL" +325,152,195,"New Orleans, LA",195,"New Orleans, LA" +325,153,152,"Mobile, AL",174,"Tampa, FL" +325,154,154,"Anchorage, AK",154,"Anchorage, AK" +325,155,172,"Port Everglades, FL",257,"Houston, TX" +325,156,174,"Tampa, FL",195,"New Orleans, LA" +325,157,195,"New Orleans, LA",253,"Beaumont, TX" +325,158,174,"Tampa, FL",208,"Pascagoula, MS" +325,159,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,160,177,"Savannah, GA",195,"New Orleans, LA" +325,161,195,"New Orleans, LA",257,"Houston, TX" +325,162,195,"New Orleans, LA",257,"Houston, TX" +325,163,193,"Baton Rouge, LA",253,"Beaumont, TX" +325,164,177,"Savannah, GA",195,"New Orleans, LA" +325,165,177,"Savannah, GA",195,"New Orleans, LA" +325,166,174,"Tampa, FL",217,"New York, NY and NJ" +325,167,174,"Tampa, FL",245,"Charleston, SC" +325,168,174,"Tampa, FL",172,"Port Everglades, FL" +325,169,177,"Savannah, GA",172,"Port Everglades, FL" +325,170,245,"Charleston, SC",174,"Tampa, FL" +325,171,172,"Port Everglades, FL",245,"Charleston, SC" +325,172,171,"Jacksonville, FL",177,"Savannah, GA" +325,173,177,"Savannah, GA",245,"Charleston, SC" +325,174,177,"Savannah, GA",171,"Jacksonville, FL" +325,175,177,"Savannah, GA",174,"Tampa, FL" +325,176,177,"Savannah, GA",178,"Brunswick, GA" +325,177,172,"Port Everglades, FL",245,"Charleston, SC" +325,178,177,"Savannah, GA",177,"Savannah, GA" +325,179,179,"Honolulu, HI",179,"Honolulu, HI" +325,180,179,"Honolulu, HI",179,"Honolulu, HI" +325,181,152,"Mobile, AL",172,"Port Everglades, FL" +325,183,171,"Jacksonville, FL",195,"New Orleans, LA" +325,184,171,"Jacksonville, FL",152,"Mobile, AL" +325,185,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,186,172,"Port Everglades, FL",171,"Jacksonville, FL" +325,187,172,"Port Everglades, FL",208,"Pascagoula, MS" +325,188,177,"Savannah, GA",174,"Tampa, FL" +325,189,177,"Savannah, GA",257,"Houston, TX" +325,190,195,"New Orleans, LA",178,"Brunswick, GA" +325,191,171,"Jacksonville, FL",177,"Savannah, GA" +325,192,172,"Port Everglades, FL",177,"Savannah, GA" +325,193,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +325,194,195,"New Orleans, LA",195,"New Orleans, LA" +325,195,193,"Baton Rouge, LA",195,"New Orleans, LA" +325,196,152,"Mobile, AL",195,"New Orleans, LA" +325,197,245,"Charleston, SC",223,"New York, NY and NJ" +325,198,177,"Savannah, GA",229,"Wilmington, NC" +325,199,172,"Port Everglades, FL",245,"Charleston, SC" +325,200,245,"Charleston, SC",245,"Charleston, SC" +325,201,171,"Jacksonville, FL",174,"Tampa, FL" +325,202,177,"Savannah, GA",265,"Norfolk Harbor, VA" +325,203,172,"Port Everglades, FL",152,"Mobile, AL" +325,204,171,"Jacksonville, FL",152,"Mobile, AL" +325,205,177,"Savannah, GA",245,"Charleston, SC" +325,206,177,"Savannah, GA",208,"Pascagoula, MS" +325,207,195,"New Orleans, LA",195,"New Orleans, LA" +325,208,152,"Mobile, AL",195,"New Orleans, LA" +325,209,177,"Savannah, GA",195,"New Orleans, LA" +325,210,177,"Savannah, GA",195,"New Orleans, LA" +325,211,172,"Port Everglades, FL",194,"Lake Charles, LA" +325,212,177,"Savannah, GA",194,"Lake Charles, LA" +325,213,174,"Tampa, FL",174,"Tampa, FL" +325,214,195,"New Orleans, LA",195,"New Orleans, LA" +325,215,177,"Savannah, GA",195,"New Orleans, LA" +325,216,177,"Savannah, GA",265,"Norfolk Harbor, VA" +325,217,177,"Savannah, GA",229,"Wilmington, NC" +325,218,172,"Port Everglades, FL",198,"Baltimore, MD" +325,219,172,"Port Everglades, FL",177,"Savannah, GA" +325,220,195,"New Orleans, LA",257,"Houston, TX" +325,221,177,"Savannah, GA",174,"Tampa, FL" +325,222,245,"Charleston, SC",245,"Charleston, SC" +325,223,177,"Savannah, GA",229,"Wilmington, NC" +325,224,171,"Jacksonville, FL",177,"Savannah, GA" +325,225,245,"Charleston, SC",198,"Baltimore, MD" +325,226,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,227,177,"Savannah, GA",172,"Port Everglades, FL" +325,228,177,"Savannah, GA",174,"Tampa, FL" +325,229,172,"Port Everglades, FL",229,"Wilmington, NC" +325,230,172,"Port Everglades, FL",178,"Brunswick, GA" +325,231,177,"Savannah, GA",172,"Port Everglades, FL" +325,232,174,"Tampa, FL",245,"Charleston, SC" +325,233,177,"Savannah, GA",172,"Port Everglades, FL" +325,234,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +325,235,245,"Charleston, SC",177,"Savannah, GA" +325,236,172,"Port Everglades, FL",194,"Lake Charles, LA" +325,237,172,"Port Everglades, FL",174,"Tampa, FL" +325,238,152,"Mobile, AL",195,"New Orleans, LA" +325,239,193,"Baton Rouge, LA",208,"Pascagoula, MS" +325,240,172,"Port Everglades, FL",195,"New Orleans, LA" +325,241,177,"Savannah, GA",245,"Charleston, SC" +325,242,245,"Charleston, SC",177,"Savannah, GA" +325,243,177,"Savannah, GA",265,"Norfolk Harbor, VA" +325,244,172,"Port Everglades, FL",244,"Providence, RI" +325,245,174,"Tampa, FL",245,"Charleston, SC" +325,246,172,"Port Everglades, FL",177,"Savannah, GA" +325,247,177,"Savannah, GA",177,"Savannah, GA" +325,248,177,"Savannah, GA",172,"Port Everglades, FL" +325,249,245,"Charleston, SC",172,"Port Everglades, FL" +325,250,152,"Mobile, AL",171,"Jacksonville, FL" +325,251,174,"Tampa, FL",172,"Port Everglades, FL" +325,252,172,"Port Everglades, FL",257,"Houston, TX" +325,253,195,"New Orleans, LA",253,"Beaumont, TX" +325,254,195,"New Orleans, LA",254,"Corpus Christi, TX" +325,255,152,"Mobile, AL",195,"New Orleans, LA" +325,256,195,"New Orleans, LA",253,"Beaumont, TX" +325,257,171,"Jacksonville, FL",152,"Mobile, AL" +325,258,195,"New Orleans, LA",195,"New Orleans, LA" +325,259,195,"New Orleans, LA",257,"Houston, TX" +325,260,195,"New Orleans, LA",208,"Pascagoula, MS" +325,261,172,"Port Everglades, FL",253,"Beaumont, TX" +325,262,195,"New Orleans, LA",257,"Houston, TX" +325,263,245,"Charleston, SC",241,"Philadelphia, PA" +325,264,177,"Savannah, GA",172,"Port Everglades, FL" +325,265,174,"Tampa, FL",172,"Port Everglades, FL" +325,266,245,"Charleston, SC",171,"Jacksonville, FL" +325,267,245,"Charleston, SC",265,"Norfolk Harbor, VA" +325,268,177,"Savannah, GA",257,"Houston, TX" +325,269,172,"Port Everglades, FL",195,"New Orleans, LA" +325,270,177,"Savannah, GA",177,"Savannah, GA" +325,271,172,"Port Everglades, FL",172,"Port Everglades, FL" +325,272,152,"Mobile, AL",178,"Brunswick, GA" +325,273,174,"Tampa, FL",195,"New Orleans, LA" +326,1,174,"Tampa, FL",174,"Tampa, FL" +326,2,178,"Brunswick, GA",178,"Brunswick, GA" +326,3,174,"Tampa, FL",174,"Tampa, FL" +326,4,171,"Jacksonville, FL",171,"Jacksonville, FL" +326,5,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,6,174,"Tampa, FL",174,"Tampa, FL" +326,7,174,"Tampa, FL",174,"Tampa, FL" +326,8,171,"Jacksonville, FL",171,"Jacksonville, FL" +326,9,174,"Tampa, FL",174,"Tampa, FL" +326,10,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,11,229,"Wilmington, NC",229,"Wilmington, NC" +326,12,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,13,245,"Charleston, SC",245,"Charleston, SC" +326,14,245,"Charleston, SC",245,"Charleston, SC" +326,15,177,"Savannah, GA",177,"Savannah, GA" +326,16,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,17,177,"Savannah, GA",177,"Savannah, GA" +326,18,171,"Jacksonville, FL",171,"Jacksonville, FL" +326,19,245,"Charleston, SC",245,"Charleston, SC" +326,20,245,"Charleston, SC",245,"Charleston, SC" +326,21,245,"Charleston, SC",245,"Charleston, SC" +326,22,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,23,174,"Tampa, FL",174,"Tampa, FL" +326,24,245,"Charleston, SC",245,"Charleston, SC" +326,25,171,"Jacksonville, FL",171,"Jacksonville, FL" +326,26,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +326,27,177,"Savannah, GA",177,"Savannah, GA" +326,28,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,29,245,"Charleston, SC",245,"Charleston, SC" +326,30,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,31,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,32,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +326,33,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +326,34,171,"Jacksonville, FL",171,"Jacksonville, FL" +326,35,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,36,174,"Tampa, FL",174,"Tampa, FL" +326,37,171,"Jacksonville, FL",171,"Jacksonville, FL" +326,38,171,"Jacksonville, FL",171,"Jacksonville, FL" +326,39,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,40,171,"Jacksonville, FL",171,"Jacksonville, FL" +326,41,177,"Savannah, GA",177,"Savannah, GA" +326,42,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,43,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,44,177,"Savannah, GA",177,"Savannah, GA" +326,45,174,"Tampa, FL",174,"Tampa, FL" +326,46,171,"Jacksonville, FL",171,"Jacksonville, FL" +326,47,177,"Savannah, GA",177,"Savannah, GA" +326,48,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +326,49,178,"Brunswick, GA",178,"Brunswick, GA" +326,50,174,"Tampa, FL",174,"Tampa, FL" +326,51,177,"Savannah, GA",177,"Savannah, GA" +326,52,171,"Jacksonville, FL",171,"Jacksonville, FL" +326,53,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,54,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,55,245,"Charleston, SC",245,"Charleston, SC" +326,56,174,"Tampa, FL",174,"Tampa, FL" +326,57,177,"Savannah, GA",177,"Savannah, GA" +326,58,171,"Jacksonville, FL",171,"Jacksonville, FL" +326,59,229,"Wilmington, NC",229,"Wilmington, NC" +326,60,245,"Charleston, SC",245,"Charleston, SC" +326,61,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,62,177,"Savannah, GA",177,"Savannah, GA" +326,63,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,64,174,"Tampa, FL",174,"Tampa, FL" +326,65,177,"Savannah, GA",177,"Savannah, GA" +326,66,177,"Savannah, GA",177,"Savannah, GA" +326,67,177,"Savannah, GA",177,"Savannah, GA" +326,68,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,69,177,"Savannah, GA",177,"Savannah, GA" +326,70,177,"Savannah, GA",177,"Savannah, GA" +326,71,245,"Charleston, SC",245,"Charleston, SC" +326,72,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,73,245,"Charleston, SC",245,"Charleston, SC" +326,74,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,75,245,"Charleston, SC",245,"Charleston, SC" +326,76,245,"Charleston, SC",245,"Charleston, SC" +326,77,177,"Savannah, GA",177,"Savannah, GA" +326,78,171,"Jacksonville, FL",171,"Jacksonville, FL" +326,79,177,"Savannah, GA",177,"Savannah, GA" +326,80,177,"Savannah, GA",177,"Savannah, GA" +326,81,245,"Charleston, SC",245,"Charleston, SC" +326,82,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,83,171,"Jacksonville, FL",171,"Jacksonville, FL" +326,84,178,"Brunswick, GA",178,"Brunswick, GA" +326,85,177,"Savannah, GA",177,"Savannah, GA" +326,86,177,"Savannah, GA",177,"Savannah, GA" +326,87,177,"Savannah, GA",177,"Savannah, GA" +326,88,177,"Savannah, GA",177,"Savannah, GA" +326,89,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,90,177,"Savannah, GA",177,"Savannah, GA" +326,91,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +326,92,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,93,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +326,94,177,"Savannah, GA",177,"Savannah, GA" +326,95,177,"Savannah, GA",177,"Savannah, GA" +326,96,171,"Jacksonville, FL",171,"Jacksonville, FL" +326,97,177,"Savannah, GA",177,"Savannah, GA" +326,98,171,"Jacksonville, FL",171,"Jacksonville, FL" +326,99,245,"Charleston, SC",245,"Charleston, SC" +326,100,174,"Tampa, FL",174,"Tampa, FL" +326,101,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,102,177,"Savannah, GA",177,"Savannah, GA" +326,103,171,"Jacksonville, FL",171,"Jacksonville, FL" +326,104,177,"Savannah, GA",177,"Savannah, GA" +326,105,174,"Tampa, FL",174,"Tampa, FL" +326,106,177,"Savannah, GA",177,"Savannah, GA" +326,107,177,"Savannah, GA",177,"Savannah, GA" +326,108,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,109,174,"Tampa, FL",174,"Tampa, FL" +326,110,177,"Savannah, GA",177,"Savannah, GA" +326,111,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,112,174,"Tampa, FL",174,"Tampa, FL" +326,113,177,"Savannah, GA",177,"Savannah, GA" +326,114,177,"Savannah, GA",177,"Savannah, GA" +326,115,177,"Savannah, GA",177,"Savannah, GA" +326,116,177,"Savannah, GA",177,"Savannah, GA" +326,117,177,"Savannah, GA",177,"Savannah, GA" +326,118,177,"Savannah, GA",177,"Savannah, GA" +326,119,245,"Charleston, SC",245,"Charleston, SC" +326,120,177,"Savannah, GA",177,"Savannah, GA" +326,121,177,"Savannah, GA",177,"Savannah, GA" +326,122,177,"Savannah, GA",177,"Savannah, GA" +326,123,177,"Savannah, GA",177,"Savannah, GA" +326,124,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,125,174,"Tampa, FL",174,"Tampa, FL" +326,126,177,"Savannah, GA",177,"Savannah, GA" +326,127,177,"Savannah, GA",177,"Savannah, GA" +326,128,177,"Savannah, GA",177,"Savannah, GA" +326,129,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,130,245,"Charleston, SC",245,"Charleston, SC" +326,131,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,132,245,"Charleston, SC",245,"Charleston, SC" +326,151,152,"Mobile, AL",174,"Tampa, FL" +326,152,152,"Mobile, AL",171,"Jacksonville, FL" +326,153,245,"Charleston, SC",174,"Tampa, FL" +326,154,154,"Anchorage, AK",154,"Anchorage, AK" +326,155,177,"Savannah, GA",195,"New Orleans, LA" +326,156,171,"Jacksonville, FL",195,"New Orleans, LA" +326,157,171,"Jacksonville, FL",253,"Beaumont, TX" +326,158,245,"Charleston, SC",245,"Charleston, SC" +326,159,193,"Baton Rouge, LA",177,"Savannah, GA" +326,160,152,"Mobile, AL",257,"Houston, TX" +326,161,174,"Tampa, FL",172,"Port Everglades, FL" +326,162,172,"Port Everglades, FL",257,"Houston, TX" +326,163,253,"Beaumont, TX",152,"Mobile, AL" +326,164,177,"Savannah, GA",195,"New Orleans, LA" +326,165,177,"Savannah, GA",245,"Charleston, SC" +326,166,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +326,167,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +326,168,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +326,169,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +326,170,177,"Savannah, GA",245,"Charleston, SC" +326,171,171,"Jacksonville, FL",245,"Charleston, SC" +326,172,172,"Port Everglades, FL",177,"Savannah, GA" +326,173,172,"Port Everglades, FL",177,"Savannah, GA" +326,174,174,"Tampa, FL",178,"Brunswick, GA" +326,175,171,"Jacksonville, FL",177,"Savannah, GA" +326,176,177,"Savannah, GA",177,"Savannah, GA" +326,177,177,"Savannah, GA",177,"Savannah, GA" +326,178,172,"Port Everglades, FL",174,"Tampa, FL" +326,179,179,"Honolulu, HI",179,"Honolulu, HI" +326,180,179,"Honolulu, HI",179,"Honolulu, HI" +326,181,174,"Tampa, FL",195,"New Orleans, LA" +326,183,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,184,177,"Savannah, GA",152,"Mobile, AL" +326,185,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +326,186,171,"Jacksonville, FL",172,"Port Everglades, FL" +326,187,172,"Port Everglades, FL",198,"Baltimore, MD" +326,188,177,"Savannah, GA",177,"Savannah, GA" +326,189,174,"Tampa, FL",174,"Tampa, FL" +326,190,177,"Savannah, GA",265,"Norfolk Harbor, VA" +326,191,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +326,192,174,"Tampa, FL",245,"Charleston, SC" +326,193,195,"New Orleans, LA",195,"New Orleans, LA" +326,194,172,"Port Everglades, FL",174,"Tampa, FL" +326,195,177,"Savannah, GA",152,"Mobile, AL" +326,196,195,"New Orleans, LA",152,"Mobile, AL" +326,197,177,"Savannah, GA",174,"Tampa, FL" +326,198,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +326,199,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +326,200,177,"Savannah, GA",265,"Norfolk Harbor, VA" +326,201,265,"Norfolk Harbor, VA",201,"Boston, MA" +326,202,171,"Jacksonville, FL",198,"Baltimore, MD" +326,203,172,"Port Everglades, FL",177,"Savannah, GA" +326,204,265,"Norfolk Harbor, VA",177,"Savannah, GA" +326,205,174,"Tampa, FL",198,"Baltimore, MD" +326,206,177,"Savannah, GA",172,"Port Everglades, FL" +326,207,195,"New Orleans, LA",172,"Port Everglades, FL" +326,208,177,"Savannah, GA",195,"New Orleans, LA" +326,209,177,"Savannah, GA",195,"New Orleans, LA" +326,210,172,"Port Everglades, FL",177,"Savannah, GA" +326,211,177,"Savannah, GA",245,"Charleston, SC" +326,212,152,"Mobile, AL",193,"Baton Rouge, LA" +326,213,152,"Mobile, AL",193,"Baton Rouge, LA" +326,214,177,"Savannah, GA",257,"Houston, TX" +326,215,177,"Savannah, GA",257,"Houston, TX" +326,216,245,"Charleston, SC",198,"Baltimore, MD" +326,217,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +326,218,265,"Norfolk Harbor, VA",245,"Charleston, SC" +326,219,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +326,220,152,"Mobile, AL",195,"New Orleans, LA" +326,221,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +326,222,177,"Savannah, GA",217,"New York, NY and NJ" +326,223,177,"Savannah, GA",245,"Charleston, SC" +326,224,174,"Tampa, FL",265,"Norfolk Harbor, VA" +326,225,174,"Tampa, FL",223,"New York, NY and NJ" +326,226,172,"Port Everglades, FL",229,"Wilmington, NC" +326,227,174,"Tampa, FL",265,"Norfolk Harbor, VA" +326,228,229,"Wilmington, NC",245,"Charleston, SC" +326,229,174,"Tampa, FL",171,"Jacksonville, FL" +326,230,172,"Port Everglades, FL",195,"New Orleans, LA" +326,231,245,"Charleston, SC",174,"Tampa, FL" +326,232,172,"Port Everglades, FL",171,"Jacksonville, FL" +326,233,245,"Charleston, SC",265,"Norfolk Harbor, VA" +326,234,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +326,235,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +326,236,245,"Charleston, SC",253,"Beaumont, TX" +326,237,152,"Mobile, AL",257,"Houston, TX" +326,238,174,"Tampa, FL",177,"Savannah, GA" +326,239,265,"Norfolk Harbor, VA",253,"Beaumont, TX" +326,240,177,"Savannah, GA",195,"New Orleans, LA" +326,241,177,"Savannah, GA",265,"Norfolk Harbor, VA" +326,242,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +326,243,172,"Port Everglades, FL",169,"Wilmington, DE" +326,244,177,"Savannah, GA",201,"Boston, MA" +326,245,177,"Savannah, GA",245,"Charleston, SC" +326,246,245,"Charleston, SC",171,"Jacksonville, FL" +326,247,177,"Savannah, GA",174,"Tampa, FL" +326,248,171,"Jacksonville, FL",171,"Jacksonville, FL" +326,249,177,"Savannah, GA",195,"New Orleans, LA" +326,250,245,"Charleston, SC",177,"Savannah, GA" +326,251,171,"Jacksonville, FL",177,"Savannah, GA" +326,252,172,"Port Everglades, FL",253,"Beaumont, TX" +326,253,195,"New Orleans, LA",195,"New Orleans, LA" +326,254,172,"Port Everglades, FL",172,"Port Everglades, FL" +326,255,172,"Port Everglades, FL",194,"Lake Charles, LA" +326,256,195,"New Orleans, LA",253,"Beaumont, TX" +326,257,177,"Savannah, GA",194,"Lake Charles, LA" +326,258,195,"New Orleans, LA",195,"New Orleans, LA" +326,259,172,"Port Everglades, FL",194,"Lake Charles, LA" +326,260,152,"Mobile, AL",195,"New Orleans, LA" +326,261,195,"New Orleans, LA",195,"New Orleans, LA" +326,262,172,"Port Everglades, FL",253,"Beaumont, TX" +326,263,178,"Brunswick, GA",241,"Philadelphia, PA" +326,264,265,"Norfolk Harbor, VA",245,"Charleston, SC" +326,265,245,"Charleston, SC",177,"Savannah, GA" +326,266,177,"Savannah, GA",265,"Norfolk Harbor, VA" +326,267,172,"Port Everglades, FL",245,"Charleston, SC" +326,268,245,"Charleston, SC",171,"Jacksonville, FL" +326,269,177,"Savannah, GA",172,"Port Everglades, FL" +326,270,177,"Savannah, GA",172,"Port Everglades, FL" +326,271,245,"Charleston, SC",265,"Norfolk Harbor, VA" +326,272,245,"Charleston, SC",245,"Charleston, SC" +326,273,245,"Charleston, SC",195,"New Orleans, LA" +327,1,241,"Philadelphia, PA",241,"Philadelphia, PA" +327,2,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +327,3,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,4,197,"Portland, ME",197,"Portland, ME" +327,5,241,"Philadelphia, PA",241,"Philadelphia, PA" +327,6,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,7,198,"Baltimore, MD",198,"Baltimore, MD" +327,8,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +327,9,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,10,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,11,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,12,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,13,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,14,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,15,244,"Providence, RI",244,"Providence, RI" +327,16,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +327,17,241,"Philadelphia, PA",241,"Philadelphia, PA" +327,18,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,19,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +327,20,241,"Philadelphia, PA",241,"Philadelphia, PA" +327,21,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +327,22,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +327,23,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,24,201,"Boston, MA",201,"Boston, MA" +327,25,241,"Philadelphia, PA",241,"Philadelphia, PA" +327,26,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,27,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,28,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +327,29,201,"Boston, MA",201,"Boston, MA" +327,30,198,"Baltimore, MD",198,"Baltimore, MD" +327,31,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,32,198,"Baltimore, MD",198,"Baltimore, MD" +327,33,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,34,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +327,35,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,36,201,"Boston, MA",201,"Boston, MA" +327,37,241,"Philadelphia, PA",241,"Philadelphia, PA" +327,38,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,39,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,40,197,"Portland, ME",197,"Portland, ME" +327,41,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,43,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +327,44,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,45,241,"Philadelphia, PA",241,"Philadelphia, PA" +327,46,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,47,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,48,241,"Philadelphia, PA",241,"Philadelphia, PA" +327,49,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,50,241,"Philadelphia, PA",241,"Philadelphia, PA" +327,51,198,"Baltimore, MD",198,"Baltimore, MD" +327,52,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +327,53,241,"Philadelphia, PA",241,"Philadelphia, PA" +327,54,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,56,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,57,201,"Boston, MA",201,"Boston, MA" +327,58,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,59,198,"Baltimore, MD",198,"Baltimore, MD" +327,60,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +327,61,197,"Portland, ME",197,"Portland, ME" +327,62,198,"Baltimore, MD",198,"Baltimore, MD" +327,63,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,64,241,"Philadelphia, PA",241,"Philadelphia, PA" +327,65,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +327,66,197,"Portland, ME",197,"Portland, ME" +327,67,244,"Providence, RI",244,"Providence, RI" +327,68,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +327,69,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,70,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +327,71,169,"Wilmington, DE",169,"Wilmington, DE" +327,72,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,73,198,"Baltimore, MD",198,"Baltimore, MD" +327,74,197,"Portland, ME",197,"Portland, ME" +327,75,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,76,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,77,241,"Philadelphia, PA",241,"Philadelphia, PA" +327,78,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,79,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,80,197,"Portland, ME",197,"Portland, ME" +327,81,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +327,82,197,"Portland, ME",197,"Portland, ME" +327,83,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,84,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,85,241,"Philadelphia, PA",241,"Philadelphia, PA" +327,86,241,"Philadelphia, PA",241,"Philadelphia, PA" +327,87,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +327,88,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,89,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,90,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +327,91,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,93,241,"Philadelphia, PA",241,"Philadelphia, PA" +327,94,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,95,198,"Baltimore, MD",198,"Baltimore, MD" +327,96,201,"Boston, MA",201,"Boston, MA" +327,97,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,98,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,99,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,100,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,101,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,102,197,"Portland, ME",197,"Portland, ME" +327,103,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,104,198,"Baltimore, MD",198,"Baltimore, MD" +327,105,197,"Portland, ME",197,"Portland, ME" +327,106,198,"Baltimore, MD",198,"Baltimore, MD" +327,107,198,"Baltimore, MD",198,"Baltimore, MD" +327,108,198,"Baltimore, MD",198,"Baltimore, MD" +327,109,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,110,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,111,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,112,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,113,241,"Philadelphia, PA",241,"Philadelphia, PA" +327,114,197,"Portland, ME",197,"Portland, ME" +327,115,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,116,241,"Philadelphia, PA",241,"Philadelphia, PA" +327,117,201,"Boston, MA",201,"Boston, MA" +327,118,241,"Philadelphia, PA",241,"Philadelphia, PA" +327,119,241,"Philadelphia, PA",241,"Philadelphia, PA" +327,120,169,"Wilmington, DE",169,"Wilmington, DE" +327,121,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,122,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +327,123,198,"Baltimore, MD",198,"Baltimore, MD" +327,124,198,"Baltimore, MD",198,"Baltimore, MD" +327,125,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,126,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,127,201,"Boston, MA",201,"Boston, MA" +327,128,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,129,197,"Portland, ME",197,"Portland, ME" +327,130,241,"Philadelphia, PA",241,"Philadelphia, PA" +327,131,241,"Philadelphia, PA",241,"Philadelphia, PA" +327,132,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,151,217,"New York, NY and NJ",223,"New York, NY and NJ" +327,152,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,153,223,"New York, NY and NJ",177,"Savannah, GA" +327,154,154,"Anchorage, AK",154,"Anchorage, AK" +327,155,197,"Portland, ME",223,"New York, NY and NJ" +327,156,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,157,241,"Philadelphia, PA",229,"Wilmington, NC" +327,158,265,"Norfolk Harbor, VA",201,"Boston, MA" +327,159,197,"Portland, ME",208,"Pascagoula, MS" +327,160,217,"New York, NY and NJ",223,"New York, NY and NJ" +327,161,244,"Providence, RI",217,"New York, NY and NJ" +327,162,198,"Baltimore, MD",201,"Boston, MA" +327,163,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +327,164,241,"Philadelphia, PA",197,"Portland, ME" +327,165,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,166,201,"Boston, MA",223,"New York, NY and NJ" +327,167,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +327,168,217,"New York, NY and NJ",223,"New York, NY and NJ" +327,169,197,"Portland, ME",198,"Baltimore, MD" +327,170,217,"New York, NY and NJ",241,"Philadelphia, PA" +327,171,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +327,172,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +327,173,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +327,174,201,"Boston, MA",223,"New York, NY and NJ" +327,175,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +327,176,218,"Camden-Gloucester, NJ",197,"Portland, ME" +327,177,223,"New York, NY and NJ",217,"New York, NY and NJ" +327,178,217,"New York, NY and NJ",241,"Philadelphia, PA" +327,179,179,"Honolulu, HI",179,"Honolulu, HI" +327,180,179,"Honolulu, HI",179,"Honolulu, HI" +327,181,241,"Philadelphia, PA",198,"Baltimore, MD" +327,183,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,184,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +327,185,241,"Philadelphia, PA",223,"New York, NY and NJ" +327,186,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +327,187,241,"Philadelphia, PA",217,"New York, NY and NJ" +327,188,223,"New York, NY and NJ",201,"Boston, MA" +327,189,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +327,190,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +327,191,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +327,192,217,"New York, NY and NJ",201,"Boston, MA" +327,193,217,"New York, NY and NJ",244,"Providence, RI" +327,194,223,"New York, NY and NJ",198,"Baltimore, MD" +327,195,223,"New York, NY and NJ",197,"Portland, ME" +327,196,223,"New York, NY and NJ",169,"Wilmington, DE" +327,197,244,"Providence, RI",197,"Portland, ME" +327,198,197,"Portland, ME",241,"Philadelphia, PA" +327,199,197,"Portland, ME",198,"Baltimore, MD" +327,200,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +327,201,244,"Providence, RI",223,"New York, NY and NJ" +327,202,217,"New York, NY and NJ",201,"Boston, MA" +327,203,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +327,204,223,"New York, NY and NJ",197,"Portland, ME" +327,205,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,206,241,"Philadelphia, PA",244,"Providence, RI" +327,207,198,"Baltimore, MD",223,"New York, NY and NJ" +327,208,223,"New York, NY and NJ",217,"New York, NY and NJ" +327,209,198,"Baltimore, MD",198,"Baltimore, MD" +327,210,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,211,223,"New York, NY and NJ",201,"Boston, MA" +327,212,223,"New York, NY and NJ",201,"Boston, MA" +327,213,241,"Philadelphia, PA",198,"Baltimore, MD" +327,214,217,"New York, NY and NJ",177,"Savannah, GA" +327,215,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,216,223,"New York, NY and NJ",198,"Baltimore, MD" +327,217,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,218,197,"Portland, ME",198,"Baltimore, MD" +327,219,197,"Portland, ME",241,"Philadelphia, PA" +327,220,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +327,221,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +327,222,197,"Portland, ME",223,"New York, NY and NJ" +327,223,223,"New York, NY and NJ",197,"Portland, ME" +327,224,217,"New York, NY and NJ",198,"Baltimore, MD" +327,225,169,"Wilmington, DE",217,"New York, NY and NJ" +327,226,241,"Philadelphia, PA",198,"Baltimore, MD" +327,227,223,"New York, NY and NJ",241,"Philadelphia, PA" +327,228,217,"New York, NY and NJ",241,"Philadelphia, PA" +327,229,241,"Philadelphia, PA",198,"Baltimore, MD" +327,230,217,"New York, NY and NJ",197,"Portland, ME" +327,231,229,"Wilmington, NC",217,"New York, NY and NJ" +327,232,201,"Boston, MA",217,"New York, NY and NJ" +327,233,223,"New York, NY and NJ",197,"Portland, ME" +327,234,265,"Norfolk Harbor, VA",197,"Portland, ME" +327,235,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +327,236,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +327,237,201,"Boston, MA",223,"New York, NY and NJ" +327,238,223,"New York, NY and NJ",197,"Portland, ME" +327,239,217,"New York, NY and NJ",241,"Philadelphia, PA" +327,240,197,"Portland, ME",217,"New York, NY and NJ" +327,241,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +327,242,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +327,243,223,"New York, NY and NJ",197,"Portland, ME" +327,244,198,"Baltimore, MD",241,"Philadelphia, PA" +327,245,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +327,246,223,"New York, NY and NJ",229,"Wilmington, NC" +327,247,223,"New York, NY and NJ",245,"Charleston, SC" +327,248,198,"Baltimore, MD",217,"New York, NY and NJ" +327,249,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +327,250,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +327,251,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +327,252,217,"New York, NY and NJ",241,"Philadelphia, PA" +327,253,197,"Portland, ME",265,"Norfolk Harbor, VA" +327,254,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +327,255,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +327,256,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +327,257,241,"Philadelphia, PA",223,"New York, NY and NJ" +327,258,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +327,259,241,"Philadelphia, PA",223,"New York, NY and NJ" +327,260,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,261,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,262,197,"Portland, ME",217,"New York, NY and NJ" +327,263,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,264,217,"New York, NY and NJ",241,"Philadelphia, PA" +327,265,201,"Boston, MA",223,"New York, NY and NJ" +327,266,197,"Portland, ME",198,"Baltimore, MD" +327,267,198,"Baltimore, MD",223,"New York, NY and NJ" +327,268,223,"New York, NY and NJ",223,"New York, NY and NJ" +327,269,217,"New York, NY and NJ",223,"New York, NY and NJ" +327,270,223,"New York, NY and NJ",241,"Philadelphia, PA" +327,271,223,"New York, NY and NJ",241,"Philadelphia, PA" +327,272,217,"New York, NY and NJ",217,"New York, NY and NJ" +327,273,201,"Boston, MA",217,"New York, NY and NJ" +328,1,241,"Philadelphia, PA",241,"Philadelphia, PA" +328,2,241,"Philadelphia, PA",241,"Philadelphia, PA" +328,3,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +328,4,244,"Providence, RI",244,"Providence, RI" +328,5,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +328,6,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,7,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,8,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,9,241,"Philadelphia, PA",241,"Philadelphia, PA" +328,10,217,"New York, NY and NJ",217,"New York, NY and NJ" +328,11,197,"Portland, ME",197,"Portland, ME" +328,12,241,"Philadelphia, PA",241,"Philadelphia, PA" +328,13,197,"Portland, ME",197,"Portland, ME" +328,14,217,"New York, NY and NJ",217,"New York, NY and NJ" +328,15,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,16,217,"New York, NY and NJ",217,"New York, NY and NJ" +328,17,217,"New York, NY and NJ",217,"New York, NY and NJ" +328,18,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +328,19,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,20,241,"Philadelphia, PA",241,"Philadelphia, PA" +328,21,244,"Providence, RI",244,"Providence, RI" +328,22,241,"Philadelphia, PA",241,"Philadelphia, PA" +328,23,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +328,24,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,25,197,"Portland, ME",197,"Portland, ME" +328,26,244,"Providence, RI",244,"Providence, RI" +328,27,198,"Baltimore, MD",198,"Baltimore, MD" +328,28,217,"New York, NY and NJ",217,"New York, NY and NJ" +328,29,241,"Philadelphia, PA",241,"Philadelphia, PA" +328,30,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +328,31,217,"New York, NY and NJ",217,"New York, NY and NJ" +328,32,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,33,241,"Philadelphia, PA",241,"Philadelphia, PA" +328,34,217,"New York, NY and NJ",217,"New York, NY and NJ" +328,35,197,"Portland, ME",197,"Portland, ME" +328,36,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,37,217,"New York, NY and NJ",217,"New York, NY and NJ" +328,38,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,39,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,40,217,"New York, NY and NJ",217,"New York, NY and NJ" +328,41,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +328,42,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +328,43,244,"Providence, RI",244,"Providence, RI" +328,44,197,"Portland, ME",197,"Portland, ME" +328,45,241,"Philadelphia, PA",241,"Philadelphia, PA" +328,46,198,"Baltimore, MD",198,"Baltimore, MD" +328,47,244,"Providence, RI",244,"Providence, RI" +328,48,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,49,201,"Boston, MA",201,"Boston, MA" +328,50,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,51,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,52,241,"Philadelphia, PA",241,"Philadelphia, PA" +328,53,198,"Baltimore, MD",198,"Baltimore, MD" +328,54,201,"Boston, MA",201,"Boston, MA" +328,55,241,"Philadelphia, PA",241,"Philadelphia, PA" +328,56,241,"Philadelphia, PA",241,"Philadelphia, PA" +328,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,58,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,59,197,"Portland, ME",197,"Portland, ME" +328,60,198,"Baltimore, MD",198,"Baltimore, MD" +328,61,217,"New York, NY and NJ",217,"New York, NY and NJ" +328,62,201,"Boston, MA",201,"Boston, MA" +328,63,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,64,217,"New York, NY and NJ",217,"New York, NY and NJ" +328,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,66,201,"Boston, MA",201,"Boston, MA" +328,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +328,68,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,69,198,"Baltimore, MD",198,"Baltimore, MD" +328,70,197,"Portland, ME",197,"Portland, ME" +328,71,201,"Boston, MA",201,"Boston, MA" +328,72,197,"Portland, ME",197,"Portland, ME" +328,73,217,"New York, NY and NJ",217,"New York, NY and NJ" +328,74,217,"New York, NY and NJ",217,"New York, NY and NJ" +328,75,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +328,76,241,"Philadelphia, PA",241,"Philadelphia, PA" +328,77,201,"Boston, MA",201,"Boston, MA" +328,78,169,"Wilmington, DE",169,"Wilmington, DE" +328,79,197,"Portland, ME",197,"Portland, ME" +328,80,201,"Boston, MA",201,"Boston, MA" +328,81,198,"Baltimore, MD",198,"Baltimore, MD" +328,82,201,"Boston, MA",201,"Boston, MA" +328,83,198,"Baltimore, MD",198,"Baltimore, MD" +328,84,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +328,85,241,"Philadelphia, PA",241,"Philadelphia, PA" +328,86,198,"Baltimore, MD",198,"Baltimore, MD" +328,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,88,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,89,241,"Philadelphia, PA",241,"Philadelphia, PA" +328,90,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +328,91,217,"New York, NY and NJ",217,"New York, NY and NJ" +328,92,198,"Baltimore, MD",198,"Baltimore, MD" +328,93,197,"Portland, ME",197,"Portland, ME" +328,94,217,"New York, NY and NJ",217,"New York, NY and NJ" +328,95,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,96,198,"Baltimore, MD",198,"Baltimore, MD" +328,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,98,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,99,217,"New York, NY and NJ",217,"New York, NY and NJ" +328,100,217,"New York, NY and NJ",217,"New York, NY and NJ" +328,101,201,"Boston, MA",201,"Boston, MA" +328,102,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,103,241,"Philadelphia, PA",241,"Philadelphia, PA" +328,104,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +328,105,198,"Baltimore, MD",198,"Baltimore, MD" +328,106,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,107,197,"Portland, ME",197,"Portland, ME" +328,108,217,"New York, NY and NJ",217,"New York, NY and NJ" +328,109,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +328,110,201,"Boston, MA",201,"Boston, MA" +328,111,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,112,217,"New York, NY and NJ",217,"New York, NY and NJ" +328,113,241,"Philadelphia, PA",241,"Philadelphia, PA" +328,114,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,115,217,"New York, NY and NJ",217,"New York, NY and NJ" +328,116,217,"New York, NY and NJ",217,"New York, NY and NJ" +328,117,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,118,197,"Portland, ME",197,"Portland, ME" +328,119,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +328,120,217,"New York, NY and NJ",217,"New York, NY and NJ" +328,121,197,"Portland, ME",197,"Portland, ME" +328,122,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +328,123,198,"Baltimore, MD",198,"Baltimore, MD" +328,124,198,"Baltimore, MD",198,"Baltimore, MD" +328,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,126,217,"New York, NY and NJ",217,"New York, NY and NJ" +328,127,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,128,241,"Philadelphia, PA",241,"Philadelphia, PA" +328,129,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,130,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +328,131,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,132,201,"Boston, MA",201,"Boston, MA" +328,151,201,"Boston, MA",197,"Portland, ME" +328,152,197,"Portland, ME",265,"Norfolk Harbor, VA" +328,153,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +328,154,154,"Anchorage, AK",154,"Anchorage, AK" +328,155,197,"Portland, ME",197,"Portland, ME" +328,156,217,"New York, NY and NJ",241,"Philadelphia, PA" +328,157,244,"Providence, RI",223,"New York, NY and NJ" +328,158,217,"New York, NY and NJ",229,"Wilmington, NC" +328,159,198,"Baltimore, MD",197,"Portland, ME" +328,160,201,"Boston, MA",241,"Philadelphia, PA" +328,161,201,"Boston, MA",198,"Baltimore, MD" +328,162,217,"New York, NY and NJ",217,"New York, NY and NJ" +328,163,201,"Boston, MA",201,"Boston, MA" +328,164,241,"Philadelphia, PA",223,"New York, NY and NJ" +328,165,198,"Baltimore, MD",198,"Baltimore, MD" +328,166,241,"Philadelphia, PA",201,"Boston, MA" +328,167,217,"New York, NY and NJ",198,"Baltimore, MD" +328,168,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +328,169,198,"Baltimore, MD",223,"New York, NY and NJ" +328,170,201,"Boston, MA",223,"New York, NY and NJ" +328,171,265,"Norfolk Harbor, VA",201,"Boston, MA" +328,172,217,"New York, NY and NJ",217,"New York, NY and NJ" +328,173,223,"New York, NY and NJ",217,"New York, NY and NJ" +328,174,223,"New York, NY and NJ",197,"Portland, ME" +328,175,197,"Portland, ME",217,"New York, NY and NJ" +328,176,217,"New York, NY and NJ",241,"Philadelphia, PA" +328,177,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +328,178,197,"Portland, ME",197,"Portland, ME" +328,179,179,"Honolulu, HI",179,"Honolulu, HI" +328,180,179,"Honolulu, HI",179,"Honolulu, HI" +328,181,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,183,197,"Portland, ME",201,"Boston, MA" +328,184,217,"New York, NY and NJ",197,"Portland, ME" +328,185,217,"New York, NY and NJ",223,"New York, NY and NJ" +328,186,198,"Baltimore, MD",223,"New York, NY and NJ" +328,187,217,"New York, NY and NJ",223,"New York, NY and NJ" +328,188,223,"New York, NY and NJ",217,"New York, NY and NJ" +328,189,218,"Camden-Gloucester, NJ",201,"Boston, MA" +328,190,197,"Portland, ME",223,"New York, NY and NJ" +328,191,217,"New York, NY and NJ",197,"Portland, ME" +328,192,201,"Boston, MA",265,"Norfolk Harbor, VA" +328,193,201,"Boston, MA",265,"Norfolk Harbor, VA" +328,194,197,"Portland, ME",241,"Philadelphia, PA" +328,195,223,"New York, NY and NJ",245,"Charleston, SC" +328,196,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +328,197,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,198,198,"Baltimore, MD",198,"Baltimore, MD" +328,199,223,"New York, NY and NJ",197,"Portland, ME" +328,200,241,"Philadelphia, PA",241,"Philadelphia, PA" +328,201,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +328,202,218,"Camden-Gloucester, NJ",201,"Boston, MA" +328,203,223,"New York, NY and NJ",198,"Baltimore, MD" +328,204,198,"Baltimore, MD",198,"Baltimore, MD" +328,205,223,"New York, NY and NJ",198,"Baltimore, MD" +328,206,197,"Portland, ME",201,"Boston, MA" +328,207,223,"New York, NY and NJ",217,"New York, NY and NJ" +328,208,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +328,209,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +328,210,197,"Portland, ME",217,"New York, NY and NJ" +328,211,265,"Norfolk Harbor, VA",201,"Boston, MA" +328,212,241,"Philadelphia, PA",198,"Baltimore, MD" +328,213,201,"Boston, MA",241,"Philadelphia, PA" +328,214,241,"Philadelphia, PA",217,"New York, NY and NJ" +328,215,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +328,216,217,"New York, NY and NJ",244,"Providence, RI" +328,217,197,"Portland, ME",218,"Camden-Gloucester, NJ" +328,218,197,"Portland, ME",217,"New York, NY and NJ" +328,219,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,220,223,"New York, NY and NJ",197,"Portland, ME" +328,221,217,"New York, NY and NJ",223,"New York, NY and NJ" +328,222,223,"New York, NY and NJ",201,"Boston, MA" +328,223,241,"Philadelphia, PA",197,"Portland, ME" +328,224,218,"Camden-Gloucester, NJ",201,"Boston, MA" +328,225,201,"Boston, MA",223,"New York, NY and NJ" +328,226,198,"Baltimore, MD",223,"New York, NY and NJ" +328,227,201,"Boston, MA",223,"New York, NY and NJ" +328,228,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +328,229,223,"New York, NY and NJ",241,"Philadelphia, PA" +328,230,201,"Boston, MA",197,"Portland, ME" +328,231,217,"New York, NY and NJ",223,"New York, NY and NJ" +328,232,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +328,233,201,"Boston, MA",201,"Boston, MA" +328,234,197,"Portland, ME",265,"Norfolk Harbor, VA" +328,235,198,"Baltimore, MD",217,"New York, NY and NJ" +328,236,241,"Philadelphia, PA",197,"Portland, ME" +328,237,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +328,238,217,"New York, NY and NJ",217,"New York, NY and NJ" +328,239,217,"New York, NY and NJ",223,"New York, NY and NJ" +328,240,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,241,217,"New York, NY and NJ",197,"Portland, ME" +328,242,223,"New York, NY and NJ",169,"Wilmington, DE" +328,243,244,"Providence, RI",244,"Providence, RI" +328,244,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,245,244,"Providence, RI",217,"New York, NY and NJ" +328,246,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +328,247,245,"Charleston, SC",217,"New York, NY and NJ" +328,248,223,"New York, NY and NJ",244,"Providence, RI" +328,249,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +328,250,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +328,251,244,"Providence, RI",241,"Philadelphia, PA" +328,252,218,"Camden-Gloucester, NJ",257,"Houston, TX" +328,253,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +328,254,223,"New York, NY and NJ",197,"Portland, ME" +328,255,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +328,256,217,"New York, NY and NJ",244,"Providence, RI" +328,257,223,"New York, NY and NJ",198,"Baltimore, MD" +328,258,198,"Baltimore, MD",217,"New York, NY and NJ" +328,259,201,"Boston, MA",195,"New Orleans, LA" +328,260,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +328,261,197,"Portland, ME",265,"Norfolk Harbor, VA" +328,262,197,"Portland, ME",223,"New York, NY and NJ" +328,263,201,"Boston, MA",223,"New York, NY and NJ" +328,264,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +328,265,217,"New York, NY and NJ",198,"Baltimore, MD" +328,266,197,"Portland, ME",223,"New York, NY and NJ" +328,267,241,"Philadelphia, PA",241,"Philadelphia, PA" +328,268,217,"New York, NY and NJ",198,"Baltimore, MD" +328,269,198,"Baltimore, MD",197,"Portland, ME" +328,270,198,"Baltimore, MD",198,"Baltimore, MD" +328,271,217,"New York, NY and NJ",223,"New York, NY and NJ" +328,272,223,"New York, NY and NJ",223,"New York, NY and NJ" +328,273,241,"Philadelphia, PA",223,"New York, NY and NJ" +329,1,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +329,2,223,"New York, NY and NJ",223,"New York, NY and NJ" +329,3,244,"Providence, RI",244,"Providence, RI" +329,4,198,"Baltimore, MD",198,"Baltimore, MD" +329,5,217,"New York, NY and NJ",217,"New York, NY and NJ" +329,6,244,"Providence, RI",244,"Providence, RI" +329,7,241,"Philadelphia, PA",241,"Philadelphia, PA" +329,8,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,9,223,"New York, NY and NJ",223,"New York, NY and NJ" +329,10,223,"New York, NY and NJ",223,"New York, NY and NJ" +329,11,244,"Providence, RI",244,"Providence, RI" +329,12,241,"Philadelphia, PA",241,"Philadelphia, PA" +329,13,201,"Boston, MA",201,"Boston, MA" +329,14,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,15,223,"New York, NY and NJ",223,"New York, NY and NJ" +329,16,241,"Philadelphia, PA",241,"Philadelphia, PA" +329,17,241,"Philadelphia, PA",241,"Philadelphia, PA" +329,18,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,19,245,"Charleston, SC",245,"Charleston, SC" +329,20,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,21,198,"Baltimore, MD",198,"Baltimore, MD" +329,22,223,"New York, NY and NJ",223,"New York, NY and NJ" +329,23,223,"New York, NY and NJ",223,"New York, NY and NJ" +329,24,201,"Boston, MA",201,"Boston, MA" +329,25,217,"New York, NY and NJ",217,"New York, NY and NJ" +329,26,201,"Boston, MA",201,"Boston, MA" +329,27,244,"Providence, RI",244,"Providence, RI" +329,28,223,"New York, NY and NJ",223,"New York, NY and NJ" +329,29,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,30,197,"Portland, ME",197,"Portland, ME" +329,31,198,"Baltimore, MD",198,"Baltimore, MD" +329,32,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +329,33,171,"Jacksonville, FL",171,"Jacksonville, FL" +329,34,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,35,223,"New York, NY and NJ",223,"New York, NY and NJ" +329,36,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +329,38,223,"New York, NY and NJ",223,"New York, NY and NJ" +329,39,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,40,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +329,41,217,"New York, NY and NJ",217,"New York, NY and NJ" +329,42,198,"Baltimore, MD",198,"Baltimore, MD" +329,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +329,44,201,"Boston, MA",201,"Boston, MA" +329,45,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,46,217,"New York, NY and NJ",217,"New York, NY and NJ" +329,47,177,"Savannah, GA",177,"Savannah, GA" +329,48,217,"New York, NY and NJ",217,"New York, NY and NJ" +329,49,201,"Boston, MA",201,"Boston, MA" +329,50,197,"Portland, ME",197,"Portland, ME" +329,51,223,"New York, NY and NJ",223,"New York, NY and NJ" +329,52,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,53,217,"New York, NY and NJ",217,"New York, NY and NJ" +329,54,217,"New York, NY and NJ",217,"New York, NY and NJ" +329,55,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,56,217,"New York, NY and NJ",217,"New York, NY and NJ" +329,57,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,58,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +329,59,201,"Boston, MA",201,"Boston, MA" +329,60,245,"Charleston, SC",245,"Charleston, SC" +329,61,177,"Savannah, GA",177,"Savannah, GA" +329,62,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +329,63,201,"Boston, MA",201,"Boston, MA" +329,64,223,"New York, NY and NJ",223,"New York, NY and NJ" +329,65,201,"Boston, MA",201,"Boston, MA" +329,66,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +329,67,223,"New York, NY and NJ",223,"New York, NY and NJ" +329,68,245,"Charleston, SC",245,"Charleston, SC" +329,69,201,"Boston, MA",201,"Boston, MA" +329,70,223,"New York, NY and NJ",223,"New York, NY and NJ" +329,71,201,"Boston, MA",201,"Boston, MA" +329,72,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,73,217,"New York, NY and NJ",217,"New York, NY and NJ" +329,74,223,"New York, NY and NJ",223,"New York, NY and NJ" +329,75,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,76,197,"Portland, ME",197,"Portland, ME" +329,77,217,"New York, NY and NJ",217,"New York, NY and NJ" +329,78,241,"Philadelphia, PA",241,"Philadelphia, PA" +329,79,198,"Baltimore, MD",198,"Baltimore, MD" +329,80,198,"Baltimore, MD",198,"Baltimore, MD" +329,81,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +329,82,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,83,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,84,241,"Philadelphia, PA",241,"Philadelphia, PA" +329,85,223,"New York, NY and NJ",223,"New York, NY and NJ" +329,86,197,"Portland, ME",197,"Portland, ME" +329,87,198,"Baltimore, MD",198,"Baltimore, MD" +329,88,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,89,198,"Baltimore, MD",198,"Baltimore, MD" +329,90,241,"Philadelphia, PA",241,"Philadelphia, PA" +329,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +329,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +329,93,223,"New York, NY and NJ",223,"New York, NY and NJ" +329,94,217,"New York, NY and NJ",217,"New York, NY and NJ" +329,95,198,"Baltimore, MD",198,"Baltimore, MD" +329,96,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,97,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,98,198,"Baltimore, MD",198,"Baltimore, MD" +329,99,198,"Baltimore, MD",198,"Baltimore, MD" +329,100,244,"Providence, RI",244,"Providence, RI" +329,101,198,"Baltimore, MD",198,"Baltimore, MD" +329,102,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,103,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,104,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,105,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +329,106,223,"New York, NY and NJ",223,"New York, NY and NJ" +329,107,241,"Philadelphia, PA",241,"Philadelphia, PA" +329,108,198,"Baltimore, MD",198,"Baltimore, MD" +329,109,223,"New York, NY and NJ",223,"New York, NY and NJ" +329,110,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,111,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,112,201,"Boston, MA",201,"Boston, MA" +329,113,217,"New York, NY and NJ",217,"New York, NY and NJ" +329,114,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,115,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +329,116,198,"Baltimore, MD",198,"Baltimore, MD" +329,117,217,"New York, NY and NJ",217,"New York, NY and NJ" +329,118,197,"Portland, ME",197,"Portland, ME" +329,119,244,"Providence, RI",244,"Providence, RI" +329,120,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,121,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,122,223,"New York, NY and NJ",223,"New York, NY and NJ" +329,123,217,"New York, NY and NJ",217,"New York, NY and NJ" +329,124,217,"New York, NY and NJ",217,"New York, NY and NJ" +329,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +329,126,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,127,177,"Savannah, GA",177,"Savannah, GA" +329,128,223,"New York, NY and NJ",223,"New York, NY and NJ" +329,129,244,"Providence, RI",244,"Providence, RI" +329,130,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +329,132,241,"Philadelphia, PA",241,"Philadelphia, PA" +329,151,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +329,152,201,"Boston, MA",177,"Savannah, GA" +329,153,201,"Boston, MA",201,"Boston, MA" +329,154,154,"Anchorage, AK",154,"Anchorage, AK" +329,155,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +329,156,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +329,157,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +329,158,171,"Jacksonville, FL",223,"New York, NY and NJ" +329,159,223,"New York, NY and NJ",195,"New Orleans, LA" +329,160,217,"New York, NY and NJ",223,"New York, NY and NJ" +329,161,265,"Norfolk Harbor, VA",201,"Boston, MA" +329,162,197,"Portland, ME",223,"New York, NY and NJ" +329,163,177,"Savannah, GA",178,"Brunswick, GA" +329,164,201,"Boston, MA",265,"Norfolk Harbor, VA" +329,165,223,"New York, NY and NJ",217,"New York, NY and NJ" +329,166,201,"Boston, MA",217,"New York, NY and NJ" +329,167,201,"Boston, MA",198,"Baltimore, MD" +329,168,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +329,169,223,"New York, NY and NJ",223,"New York, NY and NJ" +329,170,223,"New York, NY and NJ",217,"New York, NY and NJ" +329,171,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +329,172,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +329,173,223,"New York, NY and NJ",198,"Baltimore, MD" +329,174,223,"New York, NY and NJ",172,"Port Everglades, FL" +329,175,217,"New York, NY and NJ",241,"Philadelphia, PA" +329,176,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +329,177,244,"Providence, RI",229,"Wilmington, NC" +329,178,223,"New York, NY and NJ",241,"Philadelphia, PA" +329,179,179,"Honolulu, HI",179,"Honolulu, HI" +329,180,179,"Honolulu, HI",179,"Honolulu, HI" +329,181,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +329,183,217,"New York, NY and NJ",177,"Savannah, GA" +329,184,198,"Baltimore, MD",197,"Portland, ME" +329,185,217,"New York, NY and NJ",198,"Baltimore, MD" +329,186,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +329,187,218,"Camden-Gloucester, NJ",201,"Boston, MA" +329,188,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +329,189,171,"Jacksonville, FL",201,"Boston, MA" +329,190,241,"Philadelphia, PA",201,"Boston, MA" +329,191,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +329,192,201,"Boston, MA",265,"Norfolk Harbor, VA" +329,193,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +329,194,217,"New York, NY and NJ",245,"Charleston, SC" +329,195,223,"New York, NY and NJ",198,"Baltimore, MD" +329,196,217,"New York, NY and NJ",217,"New York, NY and NJ" +329,197,244,"Providence, RI",265,"Norfolk Harbor, VA" +329,198,223,"New York, NY and NJ",241,"Philadelphia, PA" +329,199,197,"Portland, ME",218,"Camden-Gloucester, NJ" +329,200,229,"Wilmington, NC",197,"Portland, ME" +329,201,197,"Portland, ME",223,"New York, NY and NJ" +329,202,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +329,203,197,"Portland, ME",265,"Norfolk Harbor, VA" +329,204,217,"New York, NY and NJ",201,"Boston, MA" +329,205,201,"Boston, MA",201,"Boston, MA" +329,206,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +329,207,241,"Philadelphia, PA",223,"New York, NY and NJ" +329,208,198,"Baltimore, MD",198,"Baltimore, MD" +329,209,223,"New York, NY and NJ",197,"Portland, ME" +329,210,177,"Savannah, GA",217,"New York, NY and NJ" +329,211,217,"New York, NY and NJ",198,"Baltimore, MD" +329,212,229,"Wilmington, NC",201,"Boston, MA" +329,213,217,"New York, NY and NJ",197,"Portland, ME" +329,214,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +329,215,198,"Baltimore, MD",197,"Portland, ME" +329,216,198,"Baltimore, MD",241,"Philadelphia, PA" +329,217,217,"New York, NY and NJ",201,"Boston, MA" +329,218,223,"New York, NY and NJ",198,"Baltimore, MD" +329,219,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +329,220,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +329,221,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +329,222,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +329,223,223,"New York, NY and NJ",217,"New York, NY and NJ" +329,224,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +329,225,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +329,226,217,"New York, NY and NJ",241,"Philadelphia, PA" +329,227,241,"Philadelphia, PA",217,"New York, NY and NJ" +329,228,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +329,229,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +329,230,229,"Wilmington, NC",223,"New York, NY and NJ" +329,231,241,"Philadelphia, PA",217,"New York, NY and NJ" +329,232,223,"New York, NY and NJ",197,"Portland, ME" +329,233,169,"Wilmington, DE",244,"Providence, RI" +329,234,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +329,235,217,"New York, NY and NJ",217,"New York, NY and NJ" +329,236,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +329,237,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +329,238,201,"Boston, MA",218,"Camden-Gloucester, NJ" +329,239,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +329,240,223,"New York, NY and NJ",208,"Pascagoula, MS" +329,241,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +329,242,217,"New York, NY and NJ",241,"Philadelphia, PA" +329,243,223,"New York, NY and NJ",198,"Baltimore, MD" +329,244,223,"New York, NY and NJ",197,"Portland, ME" +329,245,178,"Brunswick, GA",197,"Portland, ME" +329,246,223,"New York, NY and NJ",201,"Boston, MA" +329,247,241,"Philadelphia, PA",245,"Charleston, SC" +329,248,218,"Camden-Gloucester, NJ",197,"Portland, ME" +329,249,217,"New York, NY and NJ",241,"Philadelphia, PA" +329,250,198,"Baltimore, MD",169,"Wilmington, DE" +329,251,241,"Philadelphia, PA",223,"New York, NY and NJ" +329,252,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +329,253,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +329,254,198,"Baltimore, MD",195,"New Orleans, LA" +329,255,244,"Providence, RI",223,"New York, NY and NJ" +329,256,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +329,257,241,"Philadelphia, PA",152,"Mobile, AL" +329,258,198,"Baltimore, MD",254,"Corpus Christi, TX" +329,259,223,"New York, NY and NJ",152,"Mobile, AL" +329,260,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +329,261,223,"New York, NY and NJ",177,"Savannah, GA" +329,262,197,"Portland, ME",223,"New York, NY and NJ" +329,263,217,"New York, NY and NJ",197,"Portland, ME" +329,264,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +329,265,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +329,266,217,"New York, NY and NJ",241,"Philadelphia, PA" +329,267,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +329,268,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +329,269,244,"Providence, RI",217,"New York, NY and NJ" +329,270,198,"Baltimore, MD",223,"New York, NY and NJ" +329,271,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +329,272,197,"Portland, ME",198,"Baltimore, MD" +329,273,217,"New York, NY and NJ",177,"Savannah, GA" +330,1,241,"Philadelphia, PA",241,"Philadelphia, PA" +330,2,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +330,3,198,"Baltimore, MD",198,"Baltimore, MD" +330,4,217,"New York, NY and NJ",217,"New York, NY and NJ" +330,5,198,"Baltimore, MD",198,"Baltimore, MD" +330,6,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,7,197,"Portland, ME",197,"Portland, ME" +330,8,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,9,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,10,217,"New York, NY and NJ",217,"New York, NY and NJ" +330,11,217,"New York, NY and NJ",217,"New York, NY and NJ" +330,12,201,"Boston, MA",201,"Boston, MA" +330,13,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,14,217,"New York, NY and NJ",217,"New York, NY and NJ" +330,15,197,"Portland, ME",197,"Portland, ME" +330,16,244,"Providence, RI",244,"Providence, RI" +330,17,197,"Portland, ME",197,"Portland, ME" +330,18,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +330,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +330,20,201,"Boston, MA",201,"Boston, MA" +330,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,22,217,"New York, NY and NJ",217,"New York, NY and NJ" +330,23,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +330,24,198,"Baltimore, MD",198,"Baltimore, MD" +330,25,198,"Baltimore, MD",198,"Baltimore, MD" +330,26,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,27,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +330,28,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,29,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,30,241,"Philadelphia, PA",241,"Philadelphia, PA" +330,31,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +330,32,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,33,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +330,34,244,"Providence, RI",244,"Providence, RI" +330,35,217,"New York, NY and NJ",217,"New York, NY and NJ" +330,36,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +330,37,197,"Portland, ME",197,"Portland, ME" +330,38,201,"Boston, MA",201,"Boston, MA" +330,39,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +330,40,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +330,41,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,43,197,"Portland, ME",197,"Portland, ME" +330,44,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,45,198,"Baltimore, MD",198,"Baltimore, MD" +330,46,198,"Baltimore, MD",198,"Baltimore, MD" +330,47,241,"Philadelphia, PA",241,"Philadelphia, PA" +330,48,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +330,49,244,"Providence, RI",244,"Providence, RI" +330,50,198,"Baltimore, MD",198,"Baltimore, MD" +330,51,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,52,197,"Portland, ME",197,"Portland, ME" +330,53,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +330,54,217,"New York, NY and NJ",217,"New York, NY and NJ" +330,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,56,217,"New York, NY and NJ",217,"New York, NY and NJ" +330,57,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +330,58,241,"Philadelphia, PA",241,"Philadelphia, PA" +330,59,197,"Portland, ME",197,"Portland, ME" +330,60,197,"Portland, ME",197,"Portland, ME" +330,61,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,62,201,"Boston, MA",201,"Boston, MA" +330,63,201,"Boston, MA",201,"Boston, MA" +330,64,197,"Portland, ME",197,"Portland, ME" +330,65,201,"Boston, MA",201,"Boston, MA" +330,66,217,"New York, NY and NJ",217,"New York, NY and NJ" +330,67,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,68,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,69,241,"Philadelphia, PA",241,"Philadelphia, PA" +330,70,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,71,197,"Portland, ME",197,"Portland, ME" +330,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,73,217,"New York, NY and NJ",217,"New York, NY and NJ" +330,74,241,"Philadelphia, PA",241,"Philadelphia, PA" +330,75,198,"Baltimore, MD",198,"Baltimore, MD" +330,76,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +330,77,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,78,217,"New York, NY and NJ",217,"New York, NY and NJ" +330,79,197,"Portland, ME",197,"Portland, ME" +330,80,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,81,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,82,201,"Boston, MA",201,"Boston, MA" +330,83,244,"Providence, RI",244,"Providence, RI" +330,84,198,"Baltimore, MD",198,"Baltimore, MD" +330,85,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +330,86,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,87,198,"Baltimore, MD",198,"Baltimore, MD" +330,88,201,"Boston, MA",201,"Boston, MA" +330,89,197,"Portland, ME",197,"Portland, ME" +330,90,198,"Baltimore, MD",198,"Baltimore, MD" +330,91,169,"Wilmington, DE",169,"Wilmington, DE" +330,92,241,"Philadelphia, PA",241,"Philadelphia, PA" +330,93,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,94,197,"Portland, ME",197,"Portland, ME" +330,95,217,"New York, NY and NJ",217,"New York, NY and NJ" +330,96,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,97,197,"Portland, ME",197,"Portland, ME" +330,98,201,"Boston, MA",201,"Boston, MA" +330,99,198,"Baltimore, MD",198,"Baltimore, MD" +330,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,101,217,"New York, NY and NJ",217,"New York, NY and NJ" +330,102,241,"Philadelphia, PA",241,"Philadelphia, PA" +330,103,198,"Baltimore, MD",198,"Baltimore, MD" +330,104,241,"Philadelphia, PA",241,"Philadelphia, PA" +330,105,197,"Portland, ME",197,"Portland, ME" +330,106,241,"Philadelphia, PA",241,"Philadelphia, PA" +330,107,217,"New York, NY and NJ",217,"New York, NY and NJ" +330,108,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +330,109,217,"New York, NY and NJ",217,"New York, NY and NJ" +330,110,198,"Baltimore, MD",198,"Baltimore, MD" +330,111,198,"Baltimore, MD",198,"Baltimore, MD" +330,112,217,"New York, NY and NJ",217,"New York, NY and NJ" +330,113,201,"Boston, MA",201,"Boston, MA" +330,114,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +330,115,244,"Providence, RI",244,"Providence, RI" +330,116,241,"Philadelphia, PA",241,"Philadelphia, PA" +330,117,197,"Portland, ME",197,"Portland, ME" +330,118,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +330,119,198,"Baltimore, MD",198,"Baltimore, MD" +330,120,217,"New York, NY and NJ",217,"New York, NY and NJ" +330,121,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,122,201,"Boston, MA",201,"Boston, MA" +330,123,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +330,124,201,"Boston, MA",201,"Boston, MA" +330,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,126,241,"Philadelphia, PA",241,"Philadelphia, PA" +330,127,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +330,128,217,"New York, NY and NJ",217,"New York, NY and NJ" +330,129,241,"Philadelphia, PA",241,"Philadelphia, PA" +330,130,217,"New York, NY and NJ",217,"New York, NY and NJ" +330,131,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,132,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +330,151,223,"New York, NY and NJ",198,"Baltimore, MD" +330,152,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +330,153,201,"Boston, MA",223,"New York, NY and NJ" +330,154,154,"Anchorage, AK",154,"Anchorage, AK" +330,155,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +330,156,198,"Baltimore, MD",197,"Portland, ME" +330,157,198,"Baltimore, MD",217,"New York, NY and NJ" +330,158,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +330,159,244,"Providence, RI",208,"Pascagoula, MS" +330,160,241,"Philadelphia, PA",223,"New York, NY and NJ" +330,161,223,"New York, NY and NJ",217,"New York, NY and NJ" +330,162,197,"Portland, ME",265,"Norfolk Harbor, VA" +330,163,217,"New York, NY and NJ",223,"New York, NY and NJ" +330,164,198,"Baltimore, MD",241,"Philadelphia, PA" +330,165,241,"Philadelphia, PA",217,"New York, NY and NJ" +330,166,217,"New York, NY and NJ",197,"Portland, ME" +330,167,217,"New York, NY and NJ",244,"Providence, RI" +330,168,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,169,217,"New York, NY and NJ",197,"Portland, ME" +330,170,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +330,171,223,"New York, NY and NJ",197,"Portland, ME" +330,172,217,"New York, NY and NJ",245,"Charleston, SC" +330,173,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +330,174,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +330,175,198,"Baltimore, MD",197,"Portland, ME" +330,176,197,"Portland, ME",197,"Portland, ME" +330,177,223,"New York, NY and NJ",245,"Charleston, SC" +330,178,197,"Portland, ME",217,"New York, NY and NJ" +330,179,179,"Honolulu, HI",179,"Honolulu, HI" +330,180,179,"Honolulu, HI",179,"Honolulu, HI" +330,181,217,"New York, NY and NJ",217,"New York, NY and NJ" +330,183,223,"New York, NY and NJ",217,"New York, NY and NJ" +330,184,217,"New York, NY and NJ",217,"New York, NY and NJ" +330,185,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +330,186,223,"New York, NY and NJ",198,"Baltimore, MD" +330,187,197,"Portland, ME",201,"Boston, MA" +330,188,201,"Boston, MA",197,"Portland, ME" +330,189,201,"Boston, MA",217,"New York, NY and NJ" +330,190,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,191,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +330,192,241,"Philadelphia, PA",217,"New York, NY and NJ" +330,193,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +330,194,229,"Wilmington, NC",195,"New Orleans, LA" +330,195,217,"New York, NY and NJ",201,"Boston, MA" +330,196,223,"New York, NY and NJ",198,"Baltimore, MD" +330,197,244,"Providence, RI",218,"Camden-Gloucester, NJ" +330,198,197,"Portland, ME",241,"Philadelphia, PA" +330,199,169,"Wilmington, DE",217,"New York, NY and NJ" +330,200,217,"New York, NY and NJ",169,"Wilmington, DE" +330,201,244,"Providence, RI",217,"New York, NY and NJ" +330,202,241,"Philadelphia, PA",201,"Boston, MA" +330,203,241,"Philadelphia, PA",223,"New York, NY and NJ" +330,204,223,"New York, NY and NJ",201,"Boston, MA" +330,205,197,"Portland, ME",244,"Providence, RI" +330,206,241,"Philadelphia, PA",223,"New York, NY and NJ" +330,207,201,"Boston, MA",223,"New York, NY and NJ" +330,208,217,"New York, NY and NJ",241,"Philadelphia, PA" +330,209,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +330,210,241,"Philadelphia, PA",197,"Portland, ME" +330,211,197,"Portland, ME",217,"New York, NY and NJ" +330,212,223,"New York, NY and NJ",244,"Providence, RI" +330,213,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +330,214,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +330,215,198,"Baltimore, MD",169,"Wilmington, DE" +330,216,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +330,217,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +330,218,201,"Boston, MA",217,"New York, NY and NJ" +330,219,197,"Portland, ME",217,"New York, NY and NJ" +330,220,223,"New York, NY and NJ",244,"Providence, RI" +330,221,197,"Portland, ME",201,"Boston, MA" +330,222,197,"Portland, ME",201,"Boston, MA" +330,223,217,"New York, NY and NJ",197,"Portland, ME" +330,224,201,"Boston, MA",198,"Baltimore, MD" +330,225,201,"Boston, MA",217,"New York, NY and NJ" +330,226,223,"New York, NY and NJ",198,"Baltimore, MD" +330,227,223,"New York, NY and NJ",217,"New York, NY and NJ" +330,228,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +330,229,197,"Portland, ME",198,"Baltimore, MD" +330,230,223,"New York, NY and NJ",217,"New York, NY and NJ" +330,231,197,"Portland, ME",197,"Portland, ME" +330,232,198,"Baltimore, MD",198,"Baltimore, MD" +330,233,217,"New York, NY and NJ",223,"New York, NY and NJ" +330,234,217,"New York, NY and NJ",223,"New York, NY and NJ" +330,235,223,"New York, NY and NJ",223,"New York, NY and NJ" +330,236,241,"Philadelphia, PA",223,"New York, NY and NJ" +330,237,217,"New York, NY and NJ",198,"Baltimore, MD" +330,238,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +330,239,217,"New York, NY and NJ",201,"Boston, MA" +330,240,244,"Providence, RI",197,"Portland, ME" +330,241,217,"New York, NY and NJ",223,"New York, NY and NJ" +330,242,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +330,243,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +330,244,223,"New York, NY and NJ",217,"New York, NY and NJ" +330,245,198,"Baltimore, MD",241,"Philadelphia, PA" +330,246,217,"New York, NY and NJ",198,"Baltimore, MD" +330,247,198,"Baltimore, MD",197,"Portland, ME" +330,248,198,"Baltimore, MD",198,"Baltimore, MD" +330,249,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +330,250,169,"Wilmington, DE",217,"New York, NY and NJ" +330,251,223,"New York, NY and NJ",241,"Philadelphia, PA" +330,252,197,"Portland, ME",223,"New York, NY and NJ" +330,253,197,"Portland, ME",265,"Norfolk Harbor, VA" +330,254,197,"Portland, ME",217,"New York, NY and NJ" +330,255,217,"New York, NY and NJ",223,"New York, NY and NJ" +330,256,241,"Philadelphia, PA",217,"New York, NY and NJ" +330,257,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +330,258,201,"Boston, MA",241,"Philadelphia, PA" +330,259,201,"Boston, MA",195,"New Orleans, LA" +330,260,241,"Philadelphia, PA",201,"Boston, MA" +330,261,198,"Baltimore, MD",217,"New York, NY and NJ" +330,262,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +330,263,217,"New York, NY and NJ",201,"Boston, MA" +330,264,198,"Baltimore, MD",217,"New York, NY and NJ" +330,265,218,"Camden-Gloucester, NJ",201,"Boston, MA" +330,266,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +330,267,197,"Portland, ME",223,"New York, NY and NJ" +330,268,217,"New York, NY and NJ",198,"Baltimore, MD" +330,269,217,"New York, NY and NJ",198,"Baltimore, MD" +330,270,217,"New York, NY and NJ",217,"New York, NY and NJ" +330,271,217,"New York, NY and NJ",198,"Baltimore, MD" +330,272,197,"Portland, ME",198,"Baltimore, MD" +330,273,198,"Baltimore, MD",223,"New York, NY and NJ" +331,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +331,2,244,"Providence, RI",244,"Providence, RI" +331,3,241,"Philadelphia, PA",241,"Philadelphia, PA" +331,4,201,"Boston, MA",201,"Boston, MA" +331,5,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +331,6,197,"Portland, ME",197,"Portland, ME" +331,7,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +331,8,169,"Wilmington, DE",169,"Wilmington, DE" +331,9,201,"Boston, MA",201,"Boston, MA" +331,10,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,11,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +331,12,198,"Baltimore, MD",198,"Baltimore, MD" +331,13,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +331,14,223,"New York, NY and NJ",223,"New York, NY and NJ" +331,15,241,"Philadelphia, PA",241,"Philadelphia, PA" +331,16,201,"Boston, MA",201,"Boston, MA" +331,17,229,"Wilmington, NC",229,"Wilmington, NC" +331,18,241,"Philadelphia, PA",241,"Philadelphia, PA" +331,19,197,"Portland, ME",197,"Portland, ME" +331,20,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,21,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,22,201,"Boston, MA",201,"Boston, MA" +331,23,201,"Boston, MA",201,"Boston, MA" +331,24,198,"Baltimore, MD",198,"Baltimore, MD" +331,25,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,26,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +331,27,223,"New York, NY and NJ",223,"New York, NY and NJ" +331,28,169,"Wilmington, DE",169,"Wilmington, DE" +331,29,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +331,30,201,"Boston, MA",201,"Boston, MA" +331,31,245,"Charleston, SC",245,"Charleston, SC" +331,32,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,33,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +331,34,197,"Portland, ME",197,"Portland, ME" +331,35,197,"Portland, ME",197,"Portland, ME" +331,36,223,"New York, NY and NJ",223,"New York, NY and NJ" +331,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +331,38,198,"Baltimore, MD",198,"Baltimore, MD" +331,39,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,40,241,"Philadelphia, PA",241,"Philadelphia, PA" +331,41,201,"Boston, MA",201,"Boston, MA" +331,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +331,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +331,44,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +331,45,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +331,46,198,"Baltimore, MD",198,"Baltimore, MD" +331,47,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +331,48,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +331,49,245,"Charleston, SC",245,"Charleston, SC" +331,50,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,51,241,"Philadelphia, PA",241,"Philadelphia, PA" +331,52,201,"Boston, MA",201,"Boston, MA" +331,53,223,"New York, NY and NJ",223,"New York, NY and NJ" +331,54,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,55,201,"Boston, MA",201,"Boston, MA" +331,56,197,"Portland, ME",197,"Portland, ME" +331,57,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,58,223,"New York, NY and NJ",223,"New York, NY and NJ" +331,59,223,"New York, NY and NJ",223,"New York, NY and NJ" +331,60,223,"New York, NY and NJ",223,"New York, NY and NJ" +331,61,198,"Baltimore, MD",198,"Baltimore, MD" +331,62,198,"Baltimore, MD",198,"Baltimore, MD" +331,63,169,"Wilmington, DE",169,"Wilmington, DE" +331,64,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,65,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +331,66,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,67,198,"Baltimore, MD",198,"Baltimore, MD" +331,68,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,69,197,"Portland, ME",197,"Portland, ME" +331,70,169,"Wilmington, DE",169,"Wilmington, DE" +331,71,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +331,73,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,74,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +331,75,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,76,223,"New York, NY and NJ",223,"New York, NY and NJ" +331,77,223,"New York, NY and NJ",223,"New York, NY and NJ" +331,78,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,79,241,"Philadelphia, PA",241,"Philadelphia, PA" +331,80,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +331,81,223,"New York, NY and NJ",223,"New York, NY and NJ" +331,82,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +331,83,223,"New York, NY and NJ",223,"New York, NY and NJ" +331,84,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,85,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,86,198,"Baltimore, MD",198,"Baltimore, MD" +331,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +331,88,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +331,89,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +331,90,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,91,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,92,198,"Baltimore, MD",198,"Baltimore, MD" +331,93,201,"Boston, MA",201,"Boston, MA" +331,94,223,"New York, NY and NJ",223,"New York, NY and NJ" +331,95,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,96,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,97,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,98,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,99,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +331,100,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +331,101,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +331,102,197,"Portland, ME",197,"Portland, ME" +331,103,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +331,104,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,105,241,"Philadelphia, PA",241,"Philadelphia, PA" +331,106,223,"New York, NY and NJ",223,"New York, NY and NJ" +331,107,223,"New York, NY and NJ",223,"New York, NY and NJ" +331,108,244,"Providence, RI",244,"Providence, RI" +331,109,223,"New York, NY and NJ",223,"New York, NY and NJ" +331,110,223,"New York, NY and NJ",223,"New York, NY and NJ" +331,111,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +331,112,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +331,113,198,"Baltimore, MD",198,"Baltimore, MD" +331,114,197,"Portland, ME",197,"Portland, ME" +331,115,201,"Boston, MA",201,"Boston, MA" +331,116,197,"Portland, ME",197,"Portland, ME" +331,117,197,"Portland, ME",197,"Portland, ME" +331,118,201,"Boston, MA",201,"Boston, MA" +331,119,198,"Baltimore, MD",198,"Baltimore, MD" +331,120,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +331,121,201,"Boston, MA",201,"Boston, MA" +331,122,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,123,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +331,124,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +331,125,198,"Baltimore, MD",198,"Baltimore, MD" +331,126,198,"Baltimore, MD",198,"Baltimore, MD" +331,127,241,"Philadelphia, PA",241,"Philadelphia, PA" +331,128,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,129,241,"Philadelphia, PA",241,"Philadelphia, PA" +331,130,223,"New York, NY and NJ",223,"New York, NY and NJ" +331,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,132,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +331,151,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +331,152,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +331,153,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +331,154,154,"Anchorage, AK",154,"Anchorage, AK" +331,155,198,"Baltimore, MD",217,"New York, NY and NJ" +331,156,201,"Boston, MA",265,"Norfolk Harbor, VA" +331,157,223,"New York, NY and NJ",229,"Wilmington, NC" +331,158,223,"New York, NY and NJ",201,"Boston, MA" +331,159,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +331,160,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +331,161,217,"New York, NY and NJ",201,"Boston, MA" +331,162,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +331,163,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +331,164,217,"New York, NY and NJ",241,"Philadelphia, PA" +331,165,217,"New York, NY and NJ",194,"Lake Charles, LA" +331,166,265,"Norfolk Harbor, VA",197,"Portland, ME" +331,167,169,"Wilmington, DE",223,"New York, NY and NJ" +331,168,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,169,169,"Wilmington, DE",201,"Boston, MA" +331,170,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +331,171,223,"New York, NY and NJ",171,"Jacksonville, FL" +331,172,223,"New York, NY and NJ",241,"Philadelphia, PA" +331,173,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,174,229,"Wilmington, NC",201,"Boston, MA" +331,175,197,"Portland, ME",265,"Norfolk Harbor, VA" +331,176,198,"Baltimore, MD",201,"Boston, MA" +331,177,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +331,178,217,"New York, NY and NJ",201,"Boston, MA" +331,179,179,"Honolulu, HI",179,"Honolulu, HI" +331,180,179,"Honolulu, HI",179,"Honolulu, HI" +331,181,244,"Providence, RI",218,"Camden-Gloucester, NJ" +331,183,198,"Baltimore, MD",198,"Baltimore, MD" +331,184,223,"New York, NY and NJ",241,"Philadelphia, PA" +331,185,217,"New York, NY and NJ",201,"Boston, MA" +331,186,197,"Portland, ME",169,"Wilmington, DE" +331,187,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +331,188,198,"Baltimore, MD",223,"New York, NY and NJ" +331,189,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +331,190,229,"Wilmington, NC",198,"Baltimore, MD" +331,191,217,"New York, NY and NJ",223,"New York, NY and NJ" +331,192,197,"Portland, ME",245,"Charleston, SC" +331,193,244,"Providence, RI",195,"New Orleans, LA" +331,194,177,"Savannah, GA",194,"Lake Charles, LA" +331,195,217,"New York, NY and NJ",223,"New York, NY and NJ" +331,196,201,"Boston, MA",201,"Boston, MA" +331,197,244,"Providence, RI",218,"Camden-Gloucester, NJ" +331,198,244,"Providence, RI",241,"Philadelphia, PA" +331,199,217,"New York, NY and NJ",241,"Philadelphia, PA" +331,200,201,"Boston, MA",265,"Norfolk Harbor, VA" +331,201,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +331,202,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +331,203,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +331,204,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +331,205,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +331,206,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +331,207,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +331,208,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +331,209,197,"Portland, ME",197,"Portland, ME" +331,210,218,"Camden-Gloucester, NJ",197,"Portland, ME" +331,211,223,"New York, NY and NJ",241,"Philadelphia, PA" +331,212,223,"New York, NY and NJ",223,"New York, NY and NJ" +331,213,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +331,214,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +331,215,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +331,216,201,"Boston, MA",241,"Philadelphia, PA" +331,217,223,"New York, NY and NJ",241,"Philadelphia, PA" +331,218,217,"New York, NY and NJ",223,"New York, NY and NJ" +331,219,223,"New York, NY and NJ",223,"New York, NY and NJ" +331,220,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +331,221,217,"New York, NY and NJ",223,"New York, NY and NJ" +331,222,198,"Baltimore, MD",223,"New York, NY and NJ" +331,223,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +331,224,218,"Camden-Gloucester, NJ",197,"Portland, ME" +331,225,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +331,226,245,"Charleston, SC",265,"Norfolk Harbor, VA" +331,227,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +331,228,241,"Philadelphia, PA",241,"Philadelphia, PA" +331,229,197,"Portland, ME",245,"Charleston, SC" +331,230,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +331,231,223,"New York, NY and NJ",198,"Baltimore, MD" +331,232,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +331,233,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +331,234,217,"New York, NY and NJ",198,"Baltimore, MD" +331,235,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +331,236,223,"New York, NY and NJ",241,"Philadelphia, PA" +331,237,223,"New York, NY and NJ",229,"Wilmington, NC" +331,238,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +331,239,197,"Portland, ME",198,"Baltimore, MD" +331,240,198,"Baltimore, MD",223,"New York, NY and NJ" +331,241,201,"Boston, MA",218,"Camden-Gloucester, NJ" +331,242,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +331,243,198,"Baltimore, MD",241,"Philadelphia, PA" +331,244,197,"Portland, ME",223,"New York, NY and NJ" +331,245,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +331,246,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +331,247,201,"Boston, MA",223,"New York, NY and NJ" +331,248,217,"New York, NY and NJ",198,"Baltimore, MD" +331,249,265,"Norfolk Harbor, VA",177,"Savannah, GA" +331,250,217,"New York, NY and NJ",177,"Savannah, GA" +331,251,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,252,171,"Jacksonville, FL",253,"Beaumont, TX" +331,253,223,"New York, NY and NJ",195,"New Orleans, LA" +331,254,198,"Baltimore, MD",174,"Tampa, FL" +331,255,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,256,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +331,257,218,"Camden-Gloucester, NJ",171,"Jacksonville, FL" +331,258,241,"Philadelphia, PA",257,"Houston, TX" +331,259,241,"Philadelphia, PA",253,"Beaumont, TX" +331,260,198,"Baltimore, MD",197,"Portland, ME" +331,261,241,"Philadelphia, PA",177,"Savannah, GA" +331,262,198,"Baltimore, MD",197,"Portland, ME" +331,263,217,"New York, NY and NJ",197,"Portland, ME" +331,264,223,"New York, NY and NJ",244,"Providence, RI" +331,265,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +331,266,217,"New York, NY and NJ",217,"New York, NY and NJ" +331,267,223,"New York, NY and NJ",223,"New York, NY and NJ" +331,268,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +331,269,223,"New York, NY and NJ",244,"Providence, RI" +331,270,198,"Baltimore, MD",223,"New York, NY and NJ" +331,271,223,"New York, NY and NJ",223,"New York, NY and NJ" +331,272,197,"Portland, ME",265,"Norfolk Harbor, VA" +331,273,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +332,1,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,2,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,3,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,4,171,"Jacksonville, FL",171,"Jacksonville, FL" +332,5,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,6,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,7,245,"Charleston, SC",245,"Charleston, SC" +332,8,174,"Tampa, FL",174,"Tampa, FL" +332,9,177,"Savannah, GA",177,"Savannah, GA" +332,10,198,"Baltimore, MD",198,"Baltimore, MD" +332,11,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,12,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,13,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,14,245,"Charleston, SC",245,"Charleston, SC" +332,15,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,16,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,17,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,18,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,19,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,20,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,21,174,"Tampa, FL",174,"Tampa, FL" +332,22,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,23,245,"Charleston, SC",245,"Charleston, SC" +332,24,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +332,25,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,26,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,27,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,28,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,29,177,"Savannah, GA",177,"Savannah, GA" +332,30,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,31,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,32,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,33,177,"Savannah, GA",177,"Savannah, GA" +332,34,198,"Baltimore, MD",198,"Baltimore, MD" +332,35,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,36,177,"Savannah, GA",177,"Savannah, GA" +332,37,177,"Savannah, GA",177,"Savannah, GA" +332,38,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,39,177,"Savannah, GA",177,"Savannah, GA" +332,40,229,"Wilmington, NC",229,"Wilmington, NC" +332,41,174,"Tampa, FL",174,"Tampa, FL" +332,42,245,"Charleston, SC",245,"Charleston, SC" +332,43,245,"Charleston, SC",245,"Charleston, SC" +332,44,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,45,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,46,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,47,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,48,177,"Savannah, GA",177,"Savannah, GA" +332,49,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,50,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,51,171,"Jacksonville, FL",171,"Jacksonville, FL" +332,52,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,53,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +332,54,177,"Savannah, GA",177,"Savannah, GA" +332,55,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,56,174,"Tampa, FL",174,"Tampa, FL" +332,57,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,58,177,"Savannah, GA",177,"Savannah, GA" +332,59,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,60,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,61,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,62,229,"Wilmington, NC",229,"Wilmington, NC" +332,63,229,"Wilmington, NC",229,"Wilmington, NC" +332,64,177,"Savannah, GA",177,"Savannah, GA" +332,65,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,66,177,"Savannah, GA",177,"Savannah, GA" +332,67,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,68,177,"Savannah, GA",177,"Savannah, GA" +332,69,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,70,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,71,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,72,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,73,177,"Savannah, GA",177,"Savannah, GA" +332,74,171,"Jacksonville, FL",171,"Jacksonville, FL" +332,75,174,"Tampa, FL",174,"Tampa, FL" +332,76,177,"Savannah, GA",177,"Savannah, GA" +332,77,245,"Charleston, SC",245,"Charleston, SC" +332,78,229,"Wilmington, NC",229,"Wilmington, NC" +332,79,171,"Jacksonville, FL",171,"Jacksonville, FL" +332,80,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,81,174,"Tampa, FL",174,"Tampa, FL" +332,82,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,83,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,84,177,"Savannah, GA",177,"Savannah, GA" +332,85,198,"Baltimore, MD",198,"Baltimore, MD" +332,86,174,"Tampa, FL",174,"Tampa, FL" +332,87,177,"Savannah, GA",177,"Savannah, GA" +332,88,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,89,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,90,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,91,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,92,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +332,93,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,94,171,"Jacksonville, FL",171,"Jacksonville, FL" +332,95,177,"Savannah, GA",177,"Savannah, GA" +332,96,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,97,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,98,229,"Wilmington, NC",229,"Wilmington, NC" +332,99,171,"Jacksonville, FL",171,"Jacksonville, FL" +332,100,177,"Savannah, GA",177,"Savannah, GA" +332,101,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,102,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,103,198,"Baltimore, MD",198,"Baltimore, MD" +332,104,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,105,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,106,241,"Philadelphia, PA",241,"Philadelphia, PA" +332,107,229,"Wilmington, NC",229,"Wilmington, NC" +332,108,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,109,245,"Charleston, SC",245,"Charleston, SC" +332,110,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,111,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +332,112,245,"Charleston, SC",245,"Charleston, SC" +332,113,177,"Savannah, GA",177,"Savannah, GA" +332,114,198,"Baltimore, MD",198,"Baltimore, MD" +332,115,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,116,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,117,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,118,198,"Baltimore, MD",198,"Baltimore, MD" +332,119,177,"Savannah, GA",177,"Savannah, GA" +332,120,174,"Tampa, FL",174,"Tampa, FL" +332,121,229,"Wilmington, NC",229,"Wilmington, NC" +332,122,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,123,177,"Savannah, GA",177,"Savannah, GA" +332,124,229,"Wilmington, NC",229,"Wilmington, NC" +332,125,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,126,174,"Tampa, FL",174,"Tampa, FL" +332,127,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,128,171,"Jacksonville, FL",171,"Jacksonville, FL" +332,129,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,130,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,131,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,132,178,"Brunswick, GA",178,"Brunswick, GA" +332,151,245,"Charleston, SC",152,"Mobile, AL" +332,152,177,"Savannah, GA",152,"Mobile, AL" +332,153,172,"Port Everglades, FL",245,"Charleston, SC" +332,154,154,"Anchorage, AK",154,"Anchorage, AK" +332,155,172,"Port Everglades, FL",257,"Houston, TX" +332,156,195,"New Orleans, LA",194,"Lake Charles, LA" +332,157,245,"Charleston, SC",178,"Brunswick, GA" +332,158,177,"Savannah, GA",174,"Tampa, FL" +332,159,171,"Jacksonville, FL",195,"New Orleans, LA" +332,160,172,"Port Everglades, FL",208,"Pascagoula, MS" +332,161,171,"Jacksonville, FL",245,"Charleston, SC" +332,162,245,"Charleston, SC",257,"Houston, TX" +332,163,177,"Savannah, GA",194,"Lake Charles, LA" +332,164,177,"Savannah, GA",195,"New Orleans, LA" +332,165,177,"Savannah, GA",177,"Savannah, GA" +332,166,169,"Wilmington, DE",201,"Boston, MA" +332,167,241,"Philadelphia, PA",223,"New York, NY and NJ" +332,168,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +332,169,198,"Baltimore, MD",217,"New York, NY and NJ" +332,170,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +332,171,177,"Savannah, GA",174,"Tampa, FL" +332,172,174,"Tampa, FL",245,"Charleston, SC" +332,173,177,"Savannah, GA",177,"Savannah, GA" +332,174,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,175,177,"Savannah, GA",177,"Savannah, GA" +332,176,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,177,245,"Charleston, SC",177,"Savannah, GA" +332,178,174,"Tampa, FL",172,"Port Everglades, FL" +332,179,179,"Honolulu, HI",179,"Honolulu, HI" +332,180,179,"Honolulu, HI",179,"Honolulu, HI" +332,181,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +332,183,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +332,184,171,"Jacksonville, FL",152,"Mobile, AL" +332,185,172,"Port Everglades, FL",229,"Wilmington, NC" +332,186,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,187,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,188,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +332,189,245,"Charleston, SC",265,"Norfolk Harbor, VA" +332,190,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,191,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +332,192,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,193,152,"Mobile, AL",177,"Savannah, GA" +332,194,245,"Charleston, SC",171,"Jacksonville, FL" +332,195,172,"Port Everglades, FL",171,"Jacksonville, FL" +332,196,245,"Charleston, SC",195,"New Orleans, LA" +332,197,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +332,198,241,"Philadelphia, PA",198,"Baltimore, MD" +332,199,172,"Port Everglades, FL",245,"Charleston, SC" +332,200,172,"Port Everglades, FL",241,"Philadelphia, PA" +332,201,198,"Baltimore, MD",201,"Boston, MA" +332,202,244,"Providence, RI",223,"New York, NY and NJ" +332,203,245,"Charleston, SC",265,"Norfolk Harbor, VA" +332,204,245,"Charleston, SC",171,"Jacksonville, FL" +332,205,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +332,206,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +332,207,265,"Norfolk Harbor, VA",177,"Savannah, GA" +332,208,174,"Tampa, FL",265,"Norfolk Harbor, VA" +332,209,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +332,210,172,"Port Everglades, FL",152,"Mobile, AL" +332,211,177,"Savannah, GA",152,"Mobile, AL" +332,212,265,"Norfolk Harbor, VA",174,"Tampa, FL" +332,213,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +332,214,245,"Charleston, SC",254,"Corpus Christi, TX" +332,215,177,"Savannah, GA",257,"Houston, TX" +332,216,169,"Wilmington, DE",217,"New York, NY and NJ" +332,217,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +332,218,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +332,219,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,220,172,"Port Everglades, FL",174,"Tampa, FL" +332,221,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,222,174,"Tampa, FL",223,"New York, NY and NJ" +332,223,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +332,224,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +332,225,172,"Port Everglades, FL",217,"New York, NY and NJ" +332,226,177,"Savannah, GA",245,"Charleston, SC" +332,227,245,"Charleston, SC",265,"Norfolk Harbor, VA" +332,228,174,"Tampa, FL",265,"Norfolk Harbor, VA" +332,229,245,"Charleston, SC",172,"Port Everglades, FL" +332,230,241,"Philadelphia, PA",177,"Savannah, GA" +332,231,177,"Savannah, GA",265,"Norfolk Harbor, VA" +332,232,245,"Charleston, SC",265,"Norfolk Harbor, VA" +332,233,174,"Tampa, FL",217,"New York, NY and NJ" +332,234,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +332,235,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,236,172,"Port Everglades, FL",195,"New Orleans, LA" +332,237,174,"Tampa, FL",174,"Tampa, FL" +332,238,229,"Wilmington, NC",229,"Wilmington, NC" +332,239,217,"New York, NY and NJ",217,"New York, NY and NJ" +332,240,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +332,241,217,"New York, NY and NJ",217,"New York, NY and NJ" +332,242,265,"Norfolk Harbor, VA",245,"Charleston, SC" +332,243,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +332,244,223,"New York, NY and NJ",223,"New York, NY and NJ" +332,245,245,"Charleston, SC",177,"Savannah, GA" +332,246,245,"Charleston, SC",174,"Tampa, FL" +332,247,177,"Savannah, GA",171,"Jacksonville, FL" +332,248,174,"Tampa, FL",174,"Tampa, FL" +332,249,177,"Savannah, GA",152,"Mobile, AL" +332,250,174,"Tampa, FL",172,"Port Everglades, FL" +332,251,245,"Charleston, SC",171,"Jacksonville, FL" +332,252,177,"Savannah, GA",195,"New Orleans, LA" +332,253,172,"Port Everglades, FL",178,"Brunswick, GA" +332,254,245,"Charleston, SC",257,"Houston, TX" +332,255,172,"Port Everglades, FL",195,"New Orleans, LA" +332,256,177,"Savannah, GA",254,"Corpus Christi, TX" +332,257,174,"Tampa, FL",195,"New Orleans, LA" +332,258,245,"Charleston, SC",257,"Houston, TX" +332,259,195,"New Orleans, LA",171,"Jacksonville, FL" +332,260,245,"Charleston, SC",194,"Lake Charles, LA" +332,261,177,"Savannah, GA",265,"Norfolk Harbor, VA" +332,262,245,"Charleston, SC",257,"Houston, TX" +332,263,177,"Savannah, GA",217,"New York, NY and NJ" +332,264,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +332,265,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +332,266,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +332,267,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +332,268,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +332,269,241,"Philadelphia, PA",223,"New York, NY and NJ" +332,270,265,"Norfolk Harbor, VA",177,"Savannah, GA" +332,271,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +332,272,172,"Port Everglades, FL",172,"Port Everglades, FL" +332,273,245,"Charleston, SC",178,"Brunswick, GA" +333,1,245,"Charleston, SC",245,"Charleston, SC" +333,2,174,"Tampa, FL",174,"Tampa, FL" +333,3,177,"Savannah, GA",177,"Savannah, GA" +333,4,245,"Charleston, SC",245,"Charleston, SC" +333,5,245,"Charleston, SC",245,"Charleston, SC" +333,6,171,"Jacksonville, FL",171,"Jacksonville, FL" +333,7,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,8,171,"Jacksonville, FL",171,"Jacksonville, FL" +333,9,245,"Charleston, SC",245,"Charleston, SC" +333,10,177,"Savannah, GA",177,"Savannah, GA" +333,11,174,"Tampa, FL",174,"Tampa, FL" +333,12,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,13,177,"Savannah, GA",177,"Savannah, GA" +333,14,245,"Charleston, SC",245,"Charleston, SC" +333,15,177,"Savannah, GA",177,"Savannah, GA" +333,16,177,"Savannah, GA",177,"Savannah, GA" +333,17,171,"Jacksonville, FL",171,"Jacksonville, FL" +333,18,177,"Savannah, GA",177,"Savannah, GA" +333,19,245,"Charleston, SC",245,"Charleston, SC" +333,20,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,21,177,"Savannah, GA",177,"Savannah, GA" +333,22,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +333,23,177,"Savannah, GA",177,"Savannah, GA" +333,24,174,"Tampa, FL",174,"Tampa, FL" +333,25,245,"Charleston, SC",245,"Charleston, SC" +333,26,177,"Savannah, GA",177,"Savannah, GA" +333,27,177,"Savannah, GA",177,"Savannah, GA" +333,28,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,29,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,30,177,"Savannah, GA",177,"Savannah, GA" +333,31,245,"Charleston, SC",245,"Charleston, SC" +333,32,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,33,174,"Tampa, FL",174,"Tampa, FL" +333,34,177,"Savannah, GA",177,"Savannah, GA" +333,35,177,"Savannah, GA",177,"Savannah, GA" +333,36,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,37,171,"Jacksonville, FL",171,"Jacksonville, FL" +333,38,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,39,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,40,177,"Savannah, GA",177,"Savannah, GA" +333,41,177,"Savannah, GA",177,"Savannah, GA" +333,42,245,"Charleston, SC",245,"Charleston, SC" +333,43,177,"Savannah, GA",177,"Savannah, GA" +333,44,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,45,229,"Wilmington, NC",229,"Wilmington, NC" +333,46,178,"Brunswick, GA",178,"Brunswick, GA" +333,47,177,"Savannah, GA",177,"Savannah, GA" +333,48,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,49,171,"Jacksonville, FL",171,"Jacksonville, FL" +333,50,177,"Savannah, GA",177,"Savannah, GA" +333,51,245,"Charleston, SC",245,"Charleston, SC" +333,52,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,53,245,"Charleston, SC",245,"Charleston, SC" +333,54,177,"Savannah, GA",177,"Savannah, GA" +333,55,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,56,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,57,174,"Tampa, FL",174,"Tampa, FL" +333,58,245,"Charleston, SC",245,"Charleston, SC" +333,59,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,60,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,61,174,"Tampa, FL",174,"Tampa, FL" +333,62,174,"Tampa, FL",174,"Tampa, FL" +333,63,177,"Savannah, GA",177,"Savannah, GA" +333,64,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,65,171,"Jacksonville, FL",171,"Jacksonville, FL" +333,66,245,"Charleston, SC",245,"Charleston, SC" +333,67,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,68,245,"Charleston, SC",245,"Charleston, SC" +333,69,177,"Savannah, GA",177,"Savannah, GA" +333,70,174,"Tampa, FL",174,"Tampa, FL" +333,71,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,72,174,"Tampa, FL",174,"Tampa, FL" +333,73,229,"Wilmington, NC",229,"Wilmington, NC" +333,74,177,"Savannah, GA",177,"Savannah, GA" +333,75,245,"Charleston, SC",245,"Charleston, SC" +333,76,245,"Charleston, SC",245,"Charleston, SC" +333,77,174,"Tampa, FL",174,"Tampa, FL" +333,78,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,79,171,"Jacksonville, FL",171,"Jacksonville, FL" +333,80,171,"Jacksonville, FL",171,"Jacksonville, FL" +333,81,171,"Jacksonville, FL",171,"Jacksonville, FL" +333,82,245,"Charleston, SC",245,"Charleston, SC" +333,83,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +333,84,245,"Charleston, SC",245,"Charleston, SC" +333,85,177,"Savannah, GA",177,"Savannah, GA" +333,86,174,"Tampa, FL",174,"Tampa, FL" +333,87,177,"Savannah, GA",177,"Savannah, GA" +333,88,174,"Tampa, FL",174,"Tampa, FL" +333,89,245,"Charleston, SC",245,"Charleston, SC" +333,90,177,"Savannah, GA",177,"Savannah, GA" +333,91,177,"Savannah, GA",177,"Savannah, GA" +333,92,245,"Charleston, SC",245,"Charleston, SC" +333,93,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,94,177,"Savannah, GA",177,"Savannah, GA" +333,95,177,"Savannah, GA",177,"Savannah, GA" +333,96,177,"Savannah, GA",177,"Savannah, GA" +333,97,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,98,177,"Savannah, GA",177,"Savannah, GA" +333,99,177,"Savannah, GA",177,"Savannah, GA" +333,100,245,"Charleston, SC",245,"Charleston, SC" +333,101,177,"Savannah, GA",177,"Savannah, GA" +333,102,171,"Jacksonville, FL",171,"Jacksonville, FL" +333,103,245,"Charleston, SC",245,"Charleston, SC" +333,104,245,"Charleston, SC",245,"Charleston, SC" +333,105,177,"Savannah, GA",177,"Savannah, GA" +333,106,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,107,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,108,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,109,171,"Jacksonville, FL",171,"Jacksonville, FL" +333,110,177,"Savannah, GA",177,"Savannah, GA" +333,111,177,"Savannah, GA",177,"Savannah, GA" +333,112,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,113,177,"Savannah, GA",177,"Savannah, GA" +333,114,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,115,177,"Savannah, GA",177,"Savannah, GA" +333,116,245,"Charleston, SC",245,"Charleston, SC" +333,117,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,118,177,"Savannah, GA",177,"Savannah, GA" +333,119,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,120,177,"Savannah, GA",177,"Savannah, GA" +333,121,245,"Charleston, SC",245,"Charleston, SC" +333,122,177,"Savannah, GA",177,"Savannah, GA" +333,123,177,"Savannah, GA",177,"Savannah, GA" +333,124,174,"Tampa, FL",174,"Tampa, FL" +333,125,177,"Savannah, GA",177,"Savannah, GA" +333,126,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,127,245,"Charleston, SC",245,"Charleston, SC" +333,128,245,"Charleston, SC",245,"Charleston, SC" +333,129,245,"Charleston, SC",245,"Charleston, SC" +333,130,171,"Jacksonville, FL",171,"Jacksonville, FL" +333,131,245,"Charleston, SC",245,"Charleston, SC" +333,132,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,151,177,"Savannah, GA",174,"Tampa, FL" +333,152,174,"Tampa, FL",245,"Charleston, SC" +333,153,171,"Jacksonville, FL",177,"Savannah, GA" +333,154,154,"Anchorage, AK",154,"Anchorage, AK" +333,155,152,"Mobile, AL",177,"Savannah, GA" +333,156,208,"Pascagoula, MS",257,"Houston, TX" +333,157,174,"Tampa, FL",195,"New Orleans, LA" +333,158,177,"Savannah, GA",172,"Port Everglades, FL" +333,159,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,160,174,"Tampa, FL",257,"Houston, TX" +333,161,177,"Savannah, GA",195,"New Orleans, LA" +333,162,177,"Savannah, GA",245,"Charleston, SC" +333,163,174,"Tampa, FL",257,"Houston, TX" +333,164,171,"Jacksonville, FL",253,"Beaumont, TX" +333,165,174,"Tampa, FL",171,"Jacksonville, FL" +333,166,171,"Jacksonville, FL",218,"Camden-Gloucester, NJ" +333,167,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +333,168,177,"Savannah, GA",229,"Wilmington, NC" +333,169,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +333,170,169,"Wilmington, DE",245,"Charleston, SC" +333,171,172,"Port Everglades, FL",245,"Charleston, SC" +333,172,177,"Savannah, GA",245,"Charleston, SC" +333,173,172,"Port Everglades, FL",177,"Savannah, GA" +333,174,174,"Tampa, FL",171,"Jacksonville, FL" +333,175,245,"Charleston, SC",174,"Tampa, FL" +333,176,177,"Savannah, GA",171,"Jacksonville, FL" +333,177,174,"Tampa, FL",245,"Charleston, SC" +333,178,171,"Jacksonville, FL",245,"Charleston, SC" +333,179,179,"Honolulu, HI",179,"Honolulu, HI" +333,180,179,"Honolulu, HI",179,"Honolulu, HI" +333,181,172,"Port Everglades, FL",177,"Savannah, GA" +333,183,172,"Port Everglades, FL",172,"Port Everglades, FL" +333,184,177,"Savannah, GA",245,"Charleston, SC" +333,185,174,"Tampa, FL",172,"Port Everglades, FL" +333,186,245,"Charleston, SC",174,"Tampa, FL" +333,187,177,"Savannah, GA",177,"Savannah, GA" +333,188,245,"Charleston, SC",172,"Port Everglades, FL" +333,189,174,"Tampa, FL",172,"Port Everglades, FL" +333,190,178,"Brunswick, GA",208,"Pascagoula, MS" +333,191,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +333,192,174,"Tampa, FL",265,"Norfolk Harbor, VA" +333,193,152,"Mobile, AL",195,"New Orleans, LA" +333,194,171,"Jacksonville, FL",195,"New Orleans, LA" +333,195,174,"Tampa, FL",195,"New Orleans, LA" +333,196,177,"Savannah, GA",171,"Jacksonville, FL" +333,197,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +333,198,265,"Norfolk Harbor, VA",245,"Charleston, SC" +333,199,245,"Charleston, SC",265,"Norfolk Harbor, VA" +333,200,174,"Tampa, FL",265,"Norfolk Harbor, VA" +333,201,177,"Savannah, GA",217,"New York, NY and NJ" +333,202,172,"Port Everglades, FL",217,"New York, NY and NJ" +333,203,245,"Charleston, SC",265,"Norfolk Harbor, VA" +333,204,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +333,205,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +333,206,174,"Tampa, FL",245,"Charleston, SC" +333,207,174,"Tampa, FL",198,"Baltimore, MD" +333,208,172,"Port Everglades, FL",152,"Mobile, AL" +333,209,172,"Port Everglades, FL",152,"Mobile, AL" +333,210,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +333,211,171,"Jacksonville, FL",195,"New Orleans, LA" +333,212,177,"Savannah, GA",174,"Tampa, FL" +333,213,172,"Port Everglades, FL",253,"Beaumont, TX" +333,214,172,"Port Everglades, FL",208,"Pascagoula, MS" +333,215,172,"Port Everglades, FL",257,"Houston, TX" +333,216,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +333,217,245,"Charleston, SC",241,"Philadelphia, PA" +333,218,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +333,219,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +333,220,171,"Jacksonville, FL",208,"Pascagoula, MS" +333,221,245,"Charleston, SC",265,"Norfolk Harbor, VA" +333,222,265,"Norfolk Harbor, VA",201,"Boston, MA" +333,223,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +333,224,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +333,225,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +333,226,177,"Savannah, GA",171,"Jacksonville, FL" +333,227,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +333,228,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +333,229,245,"Charleston, SC",265,"Norfolk Harbor, VA" +333,230,177,"Savannah, GA",208,"Pascagoula, MS" +333,231,172,"Port Everglades, FL",177,"Savannah, GA" +333,232,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +333,233,174,"Tampa, FL",265,"Norfolk Harbor, VA" +333,234,177,"Savannah, GA",245,"Charleston, SC" +333,235,245,"Charleston, SC",265,"Norfolk Harbor, VA" +333,236,174,"Tampa, FL",194,"Lake Charles, LA" +333,237,174,"Tampa, FL",195,"New Orleans, LA" +333,238,245,"Charleston, SC",172,"Port Everglades, FL" +333,239,171,"Jacksonville, FL",241,"Philadelphia, PA" +333,240,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +333,241,177,"Savannah, GA",198,"Baltimore, MD" +333,242,174,"Tampa, FL",198,"Baltimore, MD" +333,243,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +333,244,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +333,245,171,"Jacksonville, FL",174,"Tampa, FL" +333,246,171,"Jacksonville, FL",245,"Charleston, SC" +333,247,177,"Savannah, GA",172,"Port Everglades, FL" +333,248,172,"Port Everglades, FL",177,"Savannah, GA" +333,249,172,"Port Everglades, FL",152,"Mobile, AL" +333,250,172,"Port Everglades, FL",171,"Jacksonville, FL" +333,251,245,"Charleston, SC",172,"Port Everglades, FL" +333,252,152,"Mobile, AL",172,"Port Everglades, FL" +333,253,152,"Mobile, AL",195,"New Orleans, LA" +333,254,195,"New Orleans, LA",257,"Houston, TX" +333,255,177,"Savannah, GA",177,"Savannah, GA" +333,256,195,"New Orleans, LA",257,"Houston, TX" +333,257,172,"Port Everglades, FL",195,"New Orleans, LA" +333,258,177,"Savannah, GA",257,"Houston, TX" +333,259,177,"Savannah, GA",195,"New Orleans, LA" +333,260,177,"Savannah, GA",193,"Baton Rouge, LA" +333,261,172,"Port Everglades, FL",195,"New Orleans, LA" +333,262,171,"Jacksonville, FL",257,"Houston, TX" +333,263,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +333,264,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +333,265,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +333,266,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +333,267,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +333,268,177,"Savannah, GA",245,"Charleston, SC" +333,269,174,"Tampa, FL",172,"Port Everglades, FL" +333,270,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +333,271,172,"Port Everglades, FL",177,"Savannah, GA" +333,272,174,"Tampa, FL",174,"Tampa, FL" +333,273,177,"Savannah, GA",257,"Houston, TX" +334,1,195,"New Orleans, LA",195,"New Orleans, LA" +334,2,245,"Charleston, SC",245,"Charleston, SC" +334,3,174,"Tampa, FL",174,"Tampa, FL" +334,4,194,"Lake Charles, LA",194,"Lake Charles, LA" +334,5,195,"New Orleans, LA",195,"New Orleans, LA" +334,6,195,"New Orleans, LA",195,"New Orleans, LA" +334,7,195,"New Orleans, LA",195,"New Orleans, LA" +334,8,195,"New Orleans, LA",195,"New Orleans, LA" +334,9,195,"New Orleans, LA",195,"New Orleans, LA" +334,10,172,"Port Everglades, FL",172,"Port Everglades, FL" +334,11,152,"Mobile, AL",152,"Mobile, AL" +334,12,152,"Mobile, AL",152,"Mobile, AL" +334,13,172,"Port Everglades, FL",172,"Port Everglades, FL" +334,14,174,"Tampa, FL",174,"Tampa, FL" +334,15,174,"Tampa, FL",174,"Tampa, FL" +334,16,178,"Brunswick, GA",178,"Brunswick, GA" +334,17,195,"New Orleans, LA",195,"New Orleans, LA" +334,18,172,"Port Everglades, FL",172,"Port Everglades, FL" +334,19,195,"New Orleans, LA",195,"New Orleans, LA" +334,20,171,"Jacksonville, FL",171,"Jacksonville, FL" +334,21,195,"New Orleans, LA",195,"New Orleans, LA" +334,22,177,"Savannah, GA",177,"Savannah, GA" +334,23,152,"Mobile, AL",152,"Mobile, AL" +334,24,208,"Pascagoula, MS",208,"Pascagoula, MS" +334,25,172,"Port Everglades, FL",172,"Port Everglades, FL" +334,26,152,"Mobile, AL",152,"Mobile, AL" +334,27,195,"New Orleans, LA",195,"New Orleans, LA" +334,28,194,"Lake Charles, LA",194,"Lake Charles, LA" +334,29,195,"New Orleans, LA",195,"New Orleans, LA" +334,30,172,"Port Everglades, FL",172,"Port Everglades, FL" +334,31,195,"New Orleans, LA",195,"New Orleans, LA" +334,32,195,"New Orleans, LA",195,"New Orleans, LA" +334,33,177,"Savannah, GA",177,"Savannah, GA" +334,34,177,"Savannah, GA",177,"Savannah, GA" +334,35,171,"Jacksonville, FL",171,"Jacksonville, FL" +334,36,177,"Savannah, GA",177,"Savannah, GA" +334,37,195,"New Orleans, LA",195,"New Orleans, LA" +334,38,171,"Jacksonville, FL",171,"Jacksonville, FL" +334,39,152,"Mobile, AL",152,"Mobile, AL" +334,40,195,"New Orleans, LA",195,"New Orleans, LA" +334,41,195,"New Orleans, LA",195,"New Orleans, LA" +334,42,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +334,43,195,"New Orleans, LA",195,"New Orleans, LA" +334,44,172,"Port Everglades, FL",172,"Port Everglades, FL" +334,45,177,"Savannah, GA",177,"Savannah, GA" +334,46,195,"New Orleans, LA",195,"New Orleans, LA" +334,47,195,"New Orleans, LA",195,"New Orleans, LA" +334,48,208,"Pascagoula, MS",208,"Pascagoula, MS" +334,49,245,"Charleston, SC",245,"Charleston, SC" +334,50,172,"Port Everglades, FL",172,"Port Everglades, FL" +334,51,172,"Port Everglades, FL",172,"Port Everglades, FL" +334,52,177,"Savannah, GA",177,"Savannah, GA" +334,53,195,"New Orleans, LA",195,"New Orleans, LA" +334,54,174,"Tampa, FL",174,"Tampa, FL" +334,55,195,"New Orleans, LA",195,"New Orleans, LA" +334,56,195,"New Orleans, LA",195,"New Orleans, LA" +334,57,174,"Tampa, FL",174,"Tampa, FL" +334,58,195,"New Orleans, LA",195,"New Orleans, LA" +334,59,174,"Tampa, FL",174,"Tampa, FL" +334,60,195,"New Orleans, LA",195,"New Orleans, LA" +334,61,172,"Port Everglades, FL",172,"Port Everglades, FL" +334,62,177,"Savannah, GA",177,"Savannah, GA" +334,63,172,"Port Everglades, FL",172,"Port Everglades, FL" +334,64,174,"Tampa, FL",174,"Tampa, FL" +334,65,195,"New Orleans, LA",195,"New Orleans, LA" +334,66,195,"New Orleans, LA",195,"New Orleans, LA" +334,67,195,"New Orleans, LA",195,"New Orleans, LA" +334,68,195,"New Orleans, LA",195,"New Orleans, LA" +334,69,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +334,70,195,"New Orleans, LA",195,"New Orleans, LA" +334,71,152,"Mobile, AL",152,"Mobile, AL" +334,72,152,"Mobile, AL",152,"Mobile, AL" +334,73,245,"Charleston, SC",245,"Charleston, SC" +334,74,152,"Mobile, AL",152,"Mobile, AL" +334,75,171,"Jacksonville, FL",171,"Jacksonville, FL" +334,76,245,"Charleston, SC",245,"Charleston, SC" +334,77,245,"Charleston, SC",245,"Charleston, SC" +334,78,152,"Mobile, AL",152,"Mobile, AL" +334,79,208,"Pascagoula, MS",208,"Pascagoula, MS" +334,80,172,"Port Everglades, FL",172,"Port Everglades, FL" +334,81,172,"Port Everglades, FL",172,"Port Everglades, FL" +334,82,174,"Tampa, FL",174,"Tampa, FL" +334,83,177,"Savannah, GA",177,"Savannah, GA" +334,84,152,"Mobile, AL",152,"Mobile, AL" +334,85,195,"New Orleans, LA",195,"New Orleans, LA" +334,86,152,"Mobile, AL",152,"Mobile, AL" +334,87,195,"New Orleans, LA",195,"New Orleans, LA" +334,88,172,"Port Everglades, FL",172,"Port Everglades, FL" +334,89,172,"Port Everglades, FL",172,"Port Everglades, FL" +334,90,195,"New Orleans, LA",195,"New Orleans, LA" +334,91,172,"Port Everglades, FL",172,"Port Everglades, FL" +334,92,245,"Charleston, SC",245,"Charleston, SC" +334,93,195,"New Orleans, LA",195,"New Orleans, LA" +334,94,195,"New Orleans, LA",195,"New Orleans, LA" +334,95,152,"Mobile, AL",152,"Mobile, AL" +334,96,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +334,97,257,"Houston, TX",257,"Houston, TX" +334,98,195,"New Orleans, LA",195,"New Orleans, LA" +334,99,174,"Tampa, FL",174,"Tampa, FL" +334,100,195,"New Orleans, LA",195,"New Orleans, LA" +334,101,172,"Port Everglades, FL",172,"Port Everglades, FL" +334,102,195,"New Orleans, LA",195,"New Orleans, LA" +334,103,195,"New Orleans, LA",195,"New Orleans, LA" +334,104,195,"New Orleans, LA",195,"New Orleans, LA" +334,105,195,"New Orleans, LA",195,"New Orleans, LA" +334,106,195,"New Orleans, LA",195,"New Orleans, LA" +334,107,195,"New Orleans, LA",195,"New Orleans, LA" +334,108,195,"New Orleans, LA",195,"New Orleans, LA" +334,109,152,"Mobile, AL",152,"Mobile, AL" +334,110,195,"New Orleans, LA",195,"New Orleans, LA" +334,111,172,"Port Everglades, FL",172,"Port Everglades, FL" +334,112,172,"Port Everglades, FL",172,"Port Everglades, FL" +334,113,195,"New Orleans, LA",195,"New Orleans, LA" +334,114,174,"Tampa, FL",174,"Tampa, FL" +334,115,195,"New Orleans, LA",195,"New Orleans, LA" +334,116,177,"Savannah, GA",177,"Savannah, GA" +334,117,195,"New Orleans, LA",195,"New Orleans, LA" +334,118,177,"Savannah, GA",177,"Savannah, GA" +334,119,195,"New Orleans, LA",195,"New Orleans, LA" +334,120,177,"Savannah, GA",177,"Savannah, GA" +334,121,172,"Port Everglades, FL",172,"Port Everglades, FL" +334,122,195,"New Orleans, LA",195,"New Orleans, LA" +334,123,174,"Tampa, FL",174,"Tampa, FL" +334,124,177,"Savannah, GA",177,"Savannah, GA" +334,125,172,"Port Everglades, FL",172,"Port Everglades, FL" +334,126,172,"Port Everglades, FL",172,"Port Everglades, FL" +334,127,195,"New Orleans, LA",195,"New Orleans, LA" +334,128,172,"Port Everglades, FL",172,"Port Everglades, FL" +334,129,172,"Port Everglades, FL",172,"Port Everglades, FL" +334,130,195,"New Orleans, LA",195,"New Orleans, LA" +334,131,171,"Jacksonville, FL",171,"Jacksonville, FL" +334,132,195,"New Orleans, LA",195,"New Orleans, LA" +334,151,208,"Pascagoula, MS",172,"Port Everglades, FL" +334,152,253,"Beaumont, TX",174,"Tampa, FL" +334,153,152,"Mobile, AL",178,"Brunswick, GA" +334,154,154,"Anchorage, AK",154,"Anchorage, AK" +334,155,253,"Beaumont, TX",254,"Corpus Christi, TX" +334,156,195,"New Orleans, LA",257,"Houston, TX" +334,157,195,"New Orleans, LA",253,"Beaumont, TX" +334,158,195,"New Orleans, LA",253,"Beaumont, TX" +334,159,257,"Houston, TX",257,"Houston, TX" +334,160,174,"Tampa, FL",152,"Mobile, AL" +334,161,257,"Houston, TX",159,"Long Beach, CA" +334,162,257,"Houston, TX",195,"New Orleans, LA" +334,163,195,"New Orleans, LA",253,"Beaumont, TX" +334,164,253,"Beaumont, TX",254,"Corpus Christi, TX" +334,165,253,"Beaumont, TX",193,"Baton Rouge, LA" +334,166,172,"Port Everglades, FL",229,"Wilmington, NC" +334,167,245,"Charleston, SC",265,"Norfolk Harbor, VA" +334,168,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +334,169,195,"New Orleans, LA",174,"Tampa, FL" +334,170,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +334,171,171,"Jacksonville, FL",171,"Jacksonville, FL" +334,172,152,"Mobile, AL",177,"Savannah, GA" +334,173,172,"Port Everglades, FL",195,"New Orleans, LA" +334,174,172,"Port Everglades, FL",171,"Jacksonville, FL" +334,175,177,"Savannah, GA",172,"Port Everglades, FL" +334,176,177,"Savannah, GA",177,"Savannah, GA" +334,177,171,"Jacksonville, FL",174,"Tampa, FL" +334,178,172,"Port Everglades, FL",172,"Port Everglades, FL" +334,179,179,"Honolulu, HI",179,"Honolulu, HI" +334,180,179,"Honolulu, HI",179,"Honolulu, HI" +334,181,257,"Houston, TX",257,"Houston, TX" +334,183,195,"New Orleans, LA",208,"Pascagoula, MS" +334,184,195,"New Orleans, LA",193,"Baton Rouge, LA" +334,185,195,"New Orleans, LA",194,"Lake Charles, LA" +334,186,172,"Port Everglades, FL",208,"Pascagoula, MS" +334,187,195,"New Orleans, LA",193,"Baton Rouge, LA" +334,188,195,"New Orleans, LA",195,"New Orleans, LA" +334,189,195,"New Orleans, LA",257,"Houston, TX" +334,190,195,"New Orleans, LA",253,"Beaumont, TX" +334,191,194,"Lake Charles, LA",171,"Jacksonville, FL" +334,192,195,"New Orleans, LA",208,"Pascagoula, MS" +334,193,253,"Beaumont, TX",193,"Baton Rouge, LA" +334,194,152,"Mobile, AL",257,"Houston, TX" +334,195,194,"Lake Charles, LA",195,"New Orleans, LA" +334,196,195,"New Orleans, LA",171,"Jacksonville, FL" +334,197,174,"Tampa, FL",265,"Norfolk Harbor, VA" +334,198,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +334,199,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +334,200,195,"New Orleans, LA",229,"Wilmington, NC" +334,201,265,"Norfolk Harbor, VA",245,"Charleston, SC" +334,202,172,"Port Everglades, FL",223,"New York, NY and NJ" +334,203,152,"Mobile, AL",195,"New Orleans, LA" +334,204,152,"Mobile, AL",195,"New Orleans, LA" +334,205,195,"New Orleans, LA",195,"New Orleans, LA" +334,206,174,"Tampa, FL",195,"New Orleans, LA" +334,207,171,"Jacksonville, FL",194,"Lake Charles, LA" +334,208,195,"New Orleans, LA",257,"Houston, TX" +334,209,152,"Mobile, AL",253,"Beaumont, TX" +334,210,174,"Tampa, FL",194,"Lake Charles, LA" +334,211,245,"Charleston, SC",253,"Beaumont, TX" +334,212,195,"New Orleans, LA",257,"Houston, TX" +334,213,177,"Savannah, GA",257,"Houston, TX" +334,214,177,"Savannah, GA",195,"New Orleans, LA" +334,215,177,"Savannah, GA",195,"New Orleans, LA" +334,216,152,"Mobile, AL",174,"Tampa, FL" +334,217,174,"Tampa, FL",245,"Charleston, SC" +334,218,177,"Savannah, GA",265,"Norfolk Harbor, VA" +334,219,195,"New Orleans, LA",172,"Port Everglades, FL" +334,220,195,"New Orleans, LA",257,"Houston, TX" +334,221,174,"Tampa, FL",172,"Port Everglades, FL" +334,222,171,"Jacksonville, FL",217,"New York, NY and NJ" +334,223,193,"Baton Rouge, LA",223,"New York, NY and NJ" +334,224,195,"New Orleans, LA",218,"Camden-Gloucester, NJ" +334,225,172,"Port Everglades, FL",174,"Tampa, FL" +334,226,195,"New Orleans, LA",174,"Tampa, FL" +334,227,174,"Tampa, FL",229,"Wilmington, NC" +334,228,195,"New Orleans, LA",177,"Savannah, GA" +334,229,177,"Savannah, GA",171,"Jacksonville, FL" +334,230,152,"Mobile, AL",152,"Mobile, AL" +334,231,177,"Savannah, GA",152,"Mobile, AL" +334,232,172,"Port Everglades, FL",177,"Savannah, GA" +334,233,177,"Savannah, GA",172,"Port Everglades, FL" +334,234,177,"Savannah, GA",177,"Savannah, GA" +334,235,172,"Port Everglades, FL",172,"Port Everglades, FL" +334,236,195,"New Orleans, LA",195,"New Orleans, LA" +334,237,152,"Mobile, AL",177,"Savannah, GA" +334,238,195,"New Orleans, LA",253,"Beaumont, TX" +334,239,257,"Houston, TX",194,"Lake Charles, LA" +334,240,193,"Baton Rouge, LA",195,"New Orleans, LA" +334,241,172,"Port Everglades, FL",174,"Tampa, FL" +334,242,195,"New Orleans, LA",172,"Port Everglades, FL" +334,243,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +334,244,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +334,245,172,"Port Everglades, FL",177,"Savannah, GA" +334,246,172,"Port Everglades, FL",152,"Mobile, AL" +334,247,152,"Mobile, AL",177,"Savannah, GA" +334,248,195,"New Orleans, LA",208,"Pascagoula, MS" +334,249,195,"New Orleans, LA",195,"New Orleans, LA" +334,250,174,"Tampa, FL",178,"Brunswick, GA" +334,251,172,"Port Everglades, FL",178,"Brunswick, GA" +334,252,195,"New Orleans, LA",195,"New Orleans, LA" +334,253,253,"Beaumont, TX",253,"Beaumont, TX" +334,254,257,"Houston, TX",194,"Lake Charles, LA" +334,255,195,"New Orleans, LA",257,"Houston, TX" +334,256,257,"Houston, TX",254,"Corpus Christi, TX" +334,257,195,"New Orleans, LA",254,"Corpus Christi, TX" +334,258,254,"Corpus Christi, TX",253,"Beaumont, TX" +334,259,171,"Jacksonville, FL",195,"New Orleans, LA" +334,260,195,"New Orleans, LA",254,"Corpus Christi, TX" +334,261,257,"Houston, TX",257,"Houston, TX" +334,262,177,"Savannah, GA",195,"New Orleans, LA" +334,263,174,"Tampa, FL",265,"Norfolk Harbor, VA" +334,264,152,"Mobile, AL",171,"Jacksonville, FL" +334,265,177,"Savannah, GA",265,"Norfolk Harbor, VA" +334,266,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +334,267,245,"Charleston, SC",152,"Mobile, AL" +334,268,253,"Beaumont, TX",195,"New Orleans, LA" +334,269,152,"Mobile, AL",159,"Long Beach, CA" +334,270,171,"Jacksonville, FL",195,"New Orleans, LA" +334,271,195,"New Orleans, LA",172,"Port Everglades, FL" +334,272,152,"Mobile, AL",171,"Jacksonville, FL" +334,273,195,"New Orleans, LA",195,"New Orleans, LA" +335,1,244,"Providence, RI",244,"Providence, RI" +335,2,198,"Baltimore, MD",198,"Baltimore, MD" +335,3,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +335,4,197,"Portland, ME",197,"Portland, ME" +335,5,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +335,6,241,"Philadelphia, PA",241,"Philadelphia, PA" +335,7,223,"New York, NY and NJ",223,"New York, NY and NJ" +335,8,198,"Baltimore, MD",198,"Baltimore, MD" +335,9,201,"Boston, MA",201,"Boston, MA" +335,10,197,"Portland, ME",197,"Portland, ME" +335,11,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,12,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +335,13,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,14,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +335,15,223,"New York, NY and NJ",223,"New York, NY and NJ" +335,16,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +335,17,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +335,18,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +335,19,223,"New York, NY and NJ",223,"New York, NY and NJ" +335,20,241,"Philadelphia, PA",241,"Philadelphia, PA" +335,21,198,"Baltimore, MD",198,"Baltimore, MD" +335,22,241,"Philadelphia, PA",241,"Philadelphia, PA" +335,23,223,"New York, NY and NJ",223,"New York, NY and NJ" +335,24,241,"Philadelphia, PA",241,"Philadelphia, PA" +335,25,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,26,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +335,27,197,"Portland, ME",197,"Portland, ME" +335,28,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +335,29,197,"Portland, ME",197,"Portland, ME" +335,30,223,"New York, NY and NJ",223,"New York, NY and NJ" +335,31,223,"New York, NY and NJ",223,"New York, NY and NJ" +335,32,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,33,241,"Philadelphia, PA",241,"Philadelphia, PA" +335,34,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,35,241,"Philadelphia, PA",241,"Philadelphia, PA" +335,36,197,"Portland, ME",197,"Portland, ME" +335,37,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +335,38,198,"Baltimore, MD",198,"Baltimore, MD" +335,39,197,"Portland, ME",197,"Portland, ME" +335,40,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,41,244,"Providence, RI",244,"Providence, RI" +335,42,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +335,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +335,44,223,"New York, NY and NJ",223,"New York, NY and NJ" +335,45,241,"Philadelphia, PA",241,"Philadelphia, PA" +335,46,223,"New York, NY and NJ",223,"New York, NY and NJ" +335,47,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +335,48,241,"Philadelphia, PA",241,"Philadelphia, PA" +335,49,198,"Baltimore, MD",198,"Baltimore, MD" +335,50,223,"New York, NY and NJ",223,"New York, NY and NJ" +335,51,241,"Philadelphia, PA",241,"Philadelphia, PA" +335,52,241,"Philadelphia, PA",241,"Philadelphia, PA" +335,53,198,"Baltimore, MD",198,"Baltimore, MD" +335,54,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +335,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +335,56,197,"Portland, ME",197,"Portland, ME" +335,57,201,"Boston, MA",201,"Boston, MA" +335,58,197,"Portland, ME",197,"Portland, ME" +335,59,197,"Portland, ME",197,"Portland, ME" +335,60,223,"New York, NY and NJ",223,"New York, NY and NJ" +335,61,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +335,62,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +335,63,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,64,223,"New York, NY and NJ",223,"New York, NY and NJ" +335,65,169,"Wilmington, DE",169,"Wilmington, DE" +335,66,244,"Providence, RI",244,"Providence, RI" +335,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,68,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,69,223,"New York, NY and NJ",223,"New York, NY and NJ" +335,70,197,"Portland, ME",197,"Portland, ME" +335,71,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +335,72,197,"Portland, ME",197,"Portland, ME" +335,73,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +335,74,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +335,75,223,"New York, NY and NJ",223,"New York, NY and NJ" +335,76,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,77,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,78,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +335,79,201,"Boston, MA",201,"Boston, MA" +335,80,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,81,201,"Boston, MA",201,"Boston, MA" +335,82,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,83,198,"Baltimore, MD",198,"Baltimore, MD" +335,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +335,85,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +335,86,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,87,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +335,88,223,"New York, NY and NJ",223,"New York, NY and NJ" +335,89,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +335,90,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,91,197,"Portland, ME",197,"Portland, ME" +335,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,93,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,94,198,"Baltimore, MD",198,"Baltimore, MD" +335,95,241,"Philadelphia, PA",241,"Philadelphia, PA" +335,96,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +335,97,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +335,98,197,"Portland, ME",197,"Portland, ME" +335,99,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,100,198,"Baltimore, MD",198,"Baltimore, MD" +335,101,198,"Baltimore, MD",198,"Baltimore, MD" +335,102,201,"Boston, MA",201,"Boston, MA" +335,103,198,"Baltimore, MD",198,"Baltimore, MD" +335,104,198,"Baltimore, MD",198,"Baltimore, MD" +335,105,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +335,106,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +335,107,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,108,241,"Philadelphia, PA",241,"Philadelphia, PA" +335,109,197,"Portland, ME",197,"Portland, ME" +335,110,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +335,111,197,"Portland, ME",197,"Portland, ME" +335,112,223,"New York, NY and NJ",223,"New York, NY and NJ" +335,113,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,114,197,"Portland, ME",197,"Portland, ME" +335,115,198,"Baltimore, MD",198,"Baltimore, MD" +335,116,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +335,117,197,"Portland, ME",197,"Portland, ME" +335,118,241,"Philadelphia, PA",241,"Philadelphia, PA" +335,119,241,"Philadelphia, PA",241,"Philadelphia, PA" +335,120,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,121,169,"Wilmington, DE",169,"Wilmington, DE" +335,122,223,"New York, NY and NJ",223,"New York, NY and NJ" +335,123,223,"New York, NY and NJ",223,"New York, NY and NJ" +335,124,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,125,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,126,169,"Wilmington, DE",169,"Wilmington, DE" +335,127,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,128,244,"Providence, RI",244,"Providence, RI" +335,129,169,"Wilmington, DE",169,"Wilmington, DE" +335,130,223,"New York, NY and NJ",223,"New York, NY and NJ" +335,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,132,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,151,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +335,152,198,"Baltimore, MD",217,"New York, NY and NJ" +335,153,198,"Baltimore, MD",223,"New York, NY and NJ" +335,154,154,"Anchorage, AK",154,"Anchorage, AK" +335,155,198,"Baltimore, MD",217,"New York, NY and NJ" +335,156,265,"Norfolk Harbor, VA",152,"Mobile, AL" +335,157,201,"Boston, MA",218,"Camden-Gloucester, NJ" +335,158,201,"Boston, MA",198,"Baltimore, MD" +335,159,197,"Portland, ME",217,"New York, NY and NJ" +335,160,217,"New York, NY and NJ",198,"Baltimore, MD" +335,161,197,"Portland, ME",223,"New York, NY and NJ" +335,162,265,"Norfolk Harbor, VA",197,"Portland, ME" +335,163,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +335,164,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +335,165,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,166,217,"New York, NY and NJ",223,"New York, NY and NJ" +335,167,201,"Boston, MA",218,"Camden-Gloucester, NJ" +335,168,198,"Baltimore, MD",217,"New York, NY and NJ" +335,169,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +335,170,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +335,171,223,"New York, NY and NJ",201,"Boston, MA" +335,172,198,"Baltimore, MD",198,"Baltimore, MD" +335,173,241,"Philadelphia, PA",177,"Savannah, GA" +335,174,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +335,175,229,"Wilmington, NC",218,"Camden-Gloucester, NJ" +335,176,197,"Portland, ME",217,"New York, NY and NJ" +335,177,197,"Portland, ME",198,"Baltimore, MD" +335,178,241,"Philadelphia, PA",197,"Portland, ME" +335,179,179,"Honolulu, HI",179,"Honolulu, HI" +335,180,179,"Honolulu, HI",179,"Honolulu, HI" +335,181,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,183,223,"New York, NY and NJ",217,"New York, NY and NJ" +335,184,201,"Boston, MA",218,"Camden-Gloucester, NJ" +335,185,244,"Providence, RI",201,"Boston, MA" +335,186,198,"Baltimore, MD",223,"New York, NY and NJ" +335,187,217,"New York, NY and NJ",223,"New York, NY and NJ" +335,188,197,"Portland, ME",223,"New York, NY and NJ" +335,189,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +335,190,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +335,191,198,"Baltimore, MD",217,"New York, NY and NJ" +335,192,223,"New York, NY and NJ",217,"New York, NY and NJ" +335,193,197,"Portland, ME",265,"Norfolk Harbor, VA" +335,194,169,"Wilmington, DE",194,"Lake Charles, LA" +335,195,244,"Providence, RI",198,"Baltimore, MD" +335,196,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +335,197,241,"Philadelphia, PA",198,"Baltimore, MD" +335,198,201,"Boston, MA",223,"New York, NY and NJ" +335,199,201,"Boston, MA",241,"Philadelphia, PA" +335,200,169,"Wilmington, DE",217,"New York, NY and NJ" +335,201,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +335,202,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +335,203,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +335,204,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +335,205,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +335,206,265,"Norfolk Harbor, VA",201,"Boston, MA" +335,207,217,"New York, NY and NJ",223,"New York, NY and NJ" +335,208,223,"New York, NY and NJ",208,"Pascagoula, MS" +335,209,217,"New York, NY and NJ",197,"Portland, ME" +335,210,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +335,211,217,"New York, NY and NJ",201,"Boston, MA" +335,212,197,"Portland, ME",218,"Camden-Gloucester, NJ" +335,213,223,"New York, NY and NJ",223,"New York, NY and NJ" +335,214,218,"Camden-Gloucester, NJ",257,"Houston, TX" +335,215,241,"Philadelphia, PA",223,"New York, NY and NJ" +335,216,223,"New York, NY and NJ",241,"Philadelphia, PA" +335,217,197,"Portland, ME",197,"Portland, ME" +335,218,223,"New York, NY and NJ",197,"Portland, ME" +335,219,217,"New York, NY and NJ",244,"Providence, RI" +335,220,217,"New York, NY and NJ",223,"New York, NY and NJ" +335,221,223,"New York, NY and NJ",223,"New York, NY and NJ" +335,222,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +335,223,198,"Baltimore, MD",217,"New York, NY and NJ" +335,224,241,"Philadelphia, PA",217,"New York, NY and NJ" +335,225,197,"Portland, ME",198,"Baltimore, MD" +335,226,217,"New York, NY and NJ",241,"Philadelphia, PA" +335,227,197,"Portland, ME",223,"New York, NY and NJ" +335,228,197,"Portland, ME",217,"New York, NY and NJ" +335,229,197,"Portland, ME",265,"Norfolk Harbor, VA" +335,230,201,"Boston, MA",265,"Norfolk Harbor, VA" +335,231,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +335,232,198,"Baltimore, MD",241,"Philadelphia, PA" +335,233,241,"Philadelphia, PA",198,"Baltimore, MD" +335,234,241,"Philadelphia, PA",241,"Philadelphia, PA" +335,235,265,"Norfolk Harbor, VA",197,"Portland, ME" +335,236,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +335,237,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,238,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +335,239,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +335,240,241,"Philadelphia, PA",223,"New York, NY and NJ" +335,241,201,"Boston, MA",241,"Philadelphia, PA" +335,242,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +335,243,223,"New York, NY and NJ",197,"Portland, ME" +335,244,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,245,169,"Wilmington, DE",223,"New York, NY and NJ" +335,246,198,"Baltimore, MD",223,"New York, NY and NJ" +335,247,197,"Portland, ME",265,"Norfolk Harbor, VA" +335,248,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +335,249,217,"New York, NY and NJ",197,"Portland, ME" +335,250,241,"Philadelphia, PA",217,"New York, NY and NJ" +335,251,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +335,252,169,"Wilmington, DE",223,"New York, NY and NJ" +335,253,201,"Boston, MA",198,"Baltimore, MD" +335,254,171,"Jacksonville, FL",195,"New Orleans, LA" +335,255,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +335,256,223,"New York, NY and NJ",197,"Portland, ME" +335,257,169,"Wilmington, DE",208,"Pascagoula, MS" +335,258,198,"Baltimore, MD",257,"Houston, TX" +335,259,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +335,260,218,"Camden-Gloucester, NJ",229,"Wilmington, NC" +335,261,197,"Portland, ME",223,"New York, NY and NJ" +335,262,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +335,263,241,"Philadelphia, PA",217,"New York, NY and NJ" +335,264,223,"New York, NY and NJ",217,"New York, NY and NJ" +335,265,198,"Baltimore, MD",223,"New York, NY and NJ" +335,266,197,"Portland, ME",223,"New York, NY and NJ" +335,267,223,"New York, NY and NJ",241,"Philadelphia, PA" +335,268,201,"Boston, MA",197,"Portland, ME" +335,269,217,"New York, NY and NJ",217,"New York, NY and NJ" +335,270,217,"New York, NY and NJ",223,"New York, NY and NJ" +335,271,201,"Boston, MA",265,"Norfolk Harbor, VA" +335,272,241,"Philadelphia, PA",241,"Philadelphia, PA" +335,273,241,"Philadelphia, PA",217,"New York, NY and NJ" +336,1,177,"Savannah, GA",177,"Savannah, GA" +336,2,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +336,3,177,"Savannah, GA",177,"Savannah, GA" +336,4,152,"Mobile, AL",152,"Mobile, AL" +336,5,174,"Tampa, FL",174,"Tampa, FL" +336,6,253,"Beaumont, TX",253,"Beaumont, TX" +336,7,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +336,8,195,"New Orleans, LA",195,"New Orleans, LA" +336,9,195,"New Orleans, LA",195,"New Orleans, LA" +336,10,195,"New Orleans, LA",195,"New Orleans, LA" +336,11,195,"New Orleans, LA",195,"New Orleans, LA" +336,12,195,"New Orleans, LA",195,"New Orleans, LA" +336,13,177,"Savannah, GA",177,"Savannah, GA" +336,14,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +336,15,174,"Tampa, FL",174,"Tampa, FL" +336,16,195,"New Orleans, LA",195,"New Orleans, LA" +336,17,177,"Savannah, GA",177,"Savannah, GA" +336,18,195,"New Orleans, LA",195,"New Orleans, LA" +336,19,172,"Port Everglades, FL",172,"Port Everglades, FL" +336,20,177,"Savannah, GA",177,"Savannah, GA" +336,21,195,"New Orleans, LA",195,"New Orleans, LA" +336,22,208,"Pascagoula, MS",208,"Pascagoula, MS" +336,23,195,"New Orleans, LA",195,"New Orleans, LA" +336,24,152,"Mobile, AL",152,"Mobile, AL" +336,25,194,"Lake Charles, LA",194,"Lake Charles, LA" +336,26,172,"Port Everglades, FL",172,"Port Everglades, FL" +336,27,195,"New Orleans, LA",195,"New Orleans, LA" +336,28,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +336,29,177,"Savannah, GA",177,"Savannah, GA" +336,30,195,"New Orleans, LA",195,"New Orleans, LA" +336,31,195,"New Orleans, LA",195,"New Orleans, LA" +336,32,177,"Savannah, GA",177,"Savannah, GA" +336,33,152,"Mobile, AL",152,"Mobile, AL" +336,34,171,"Jacksonville, FL",171,"Jacksonville, FL" +336,35,177,"Savannah, GA",177,"Savannah, GA" +336,36,177,"Savannah, GA",177,"Savannah, GA" +336,37,177,"Savannah, GA",177,"Savannah, GA" +336,38,195,"New Orleans, LA",195,"New Orleans, LA" +336,39,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +336,40,172,"Port Everglades, FL",172,"Port Everglades, FL" +336,41,177,"Savannah, GA",177,"Savannah, GA" +336,42,195,"New Orleans, LA",195,"New Orleans, LA" +336,43,195,"New Orleans, LA",195,"New Orleans, LA" +336,44,195,"New Orleans, LA",195,"New Orleans, LA" +336,45,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +336,46,172,"Port Everglades, FL",172,"Port Everglades, FL" +336,47,195,"New Orleans, LA",195,"New Orleans, LA" +336,48,177,"Savannah, GA",177,"Savannah, GA" +336,49,152,"Mobile, AL",152,"Mobile, AL" +336,50,208,"Pascagoula, MS",208,"Pascagoula, MS" +336,51,174,"Tampa, FL",174,"Tampa, FL" +336,52,172,"Port Everglades, FL",172,"Port Everglades, FL" +336,53,208,"Pascagoula, MS",208,"Pascagoula, MS" +336,54,195,"New Orleans, LA",195,"New Orleans, LA" +336,55,195,"New Orleans, LA",195,"New Orleans, LA" +336,56,177,"Savannah, GA",177,"Savannah, GA" +336,57,174,"Tampa, FL",174,"Tampa, FL" +336,58,172,"Port Everglades, FL",172,"Port Everglades, FL" +336,59,172,"Port Everglades, FL",172,"Port Everglades, FL" +336,60,177,"Savannah, GA",177,"Savannah, GA" +336,61,177,"Savannah, GA",177,"Savannah, GA" +336,62,195,"New Orleans, LA",195,"New Orleans, LA" +336,63,195,"New Orleans, LA",195,"New Orleans, LA" +336,64,177,"Savannah, GA",177,"Savannah, GA" +336,65,195,"New Orleans, LA",195,"New Orleans, LA" +336,66,195,"New Orleans, LA",195,"New Orleans, LA" +336,67,195,"New Orleans, LA",195,"New Orleans, LA" +336,68,195,"New Orleans, LA",195,"New Orleans, LA" +336,69,195,"New Orleans, LA",195,"New Orleans, LA" +336,70,208,"Pascagoula, MS",208,"Pascagoula, MS" +336,71,172,"Port Everglades, FL",172,"Port Everglades, FL" +336,72,171,"Jacksonville, FL",171,"Jacksonville, FL" +336,73,172,"Port Everglades, FL",172,"Port Everglades, FL" +336,74,152,"Mobile, AL",152,"Mobile, AL" +336,75,172,"Port Everglades, FL",172,"Port Everglades, FL" +336,76,177,"Savannah, GA",177,"Savannah, GA" +336,77,195,"New Orleans, LA",195,"New Orleans, LA" +336,78,208,"Pascagoula, MS",208,"Pascagoula, MS" +336,79,172,"Port Everglades, FL",172,"Port Everglades, FL" +336,80,152,"Mobile, AL",152,"Mobile, AL" +336,81,174,"Tampa, FL",174,"Tampa, FL" +336,82,172,"Port Everglades, FL",172,"Port Everglades, FL" +336,83,172,"Port Everglades, FL",172,"Port Everglades, FL" +336,84,195,"New Orleans, LA",195,"New Orleans, LA" +336,85,152,"Mobile, AL",152,"Mobile, AL" +336,86,195,"New Orleans, LA",195,"New Orleans, LA" +336,87,195,"New Orleans, LA",195,"New Orleans, LA" +336,88,152,"Mobile, AL",152,"Mobile, AL" +336,89,152,"Mobile, AL",152,"Mobile, AL" +336,90,194,"Lake Charles, LA",194,"Lake Charles, LA" +336,91,174,"Tampa, FL",174,"Tampa, FL" +336,92,195,"New Orleans, LA",195,"New Orleans, LA" +336,93,152,"Mobile, AL",152,"Mobile, AL" +336,94,172,"Port Everglades, FL",172,"Port Everglades, FL" +336,95,174,"Tampa, FL",174,"Tampa, FL" +336,96,172,"Port Everglades, FL",172,"Port Everglades, FL" +336,97,195,"New Orleans, LA",195,"New Orleans, LA" +336,98,195,"New Orleans, LA",195,"New Orleans, LA" +336,99,172,"Port Everglades, FL",172,"Port Everglades, FL" +336,100,195,"New Orleans, LA",195,"New Orleans, LA" +336,101,171,"Jacksonville, FL",171,"Jacksonville, FL" +336,102,195,"New Orleans, LA",195,"New Orleans, LA" +336,103,195,"New Orleans, LA",195,"New Orleans, LA" +336,104,195,"New Orleans, LA",195,"New Orleans, LA" +336,105,195,"New Orleans, LA",195,"New Orleans, LA" +336,106,171,"Jacksonville, FL",171,"Jacksonville, FL" +336,107,152,"Mobile, AL",152,"Mobile, AL" +336,108,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +336,109,177,"Savannah, GA",177,"Savannah, GA" +336,110,177,"Savannah, GA",177,"Savannah, GA" +336,111,195,"New Orleans, LA",195,"New Orleans, LA" +336,112,174,"Tampa, FL",174,"Tampa, FL" +336,113,171,"Jacksonville, FL",171,"Jacksonville, FL" +336,114,174,"Tampa, FL",174,"Tampa, FL" +336,115,174,"Tampa, FL",174,"Tampa, FL" +336,116,195,"New Orleans, LA",195,"New Orleans, LA" +336,117,174,"Tampa, FL",174,"Tampa, FL" +336,118,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +336,119,177,"Savannah, GA",177,"Savannah, GA" +336,120,195,"New Orleans, LA",195,"New Orleans, LA" +336,121,194,"Lake Charles, LA",194,"Lake Charles, LA" +336,122,195,"New Orleans, LA",195,"New Orleans, LA" +336,123,195,"New Orleans, LA",195,"New Orleans, LA" +336,124,177,"Savannah, GA",177,"Savannah, GA" +336,125,195,"New Orleans, LA",195,"New Orleans, LA" +336,126,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +336,127,195,"New Orleans, LA",195,"New Orleans, LA" +336,128,245,"Charleston, SC",245,"Charleston, SC" +336,129,171,"Jacksonville, FL",171,"Jacksonville, FL" +336,130,171,"Jacksonville, FL",171,"Jacksonville, FL" +336,131,195,"New Orleans, LA",195,"New Orleans, LA" +336,132,195,"New Orleans, LA",195,"New Orleans, LA" +336,151,195,"New Orleans, LA",177,"Savannah, GA" +336,152,152,"Mobile, AL",195,"New Orleans, LA" +336,153,152,"Mobile, AL",195,"New Orleans, LA" +336,154,154,"Anchorage, AK",154,"Anchorage, AK" +336,155,195,"New Orleans, LA",257,"Houston, TX" +336,156,253,"Beaumont, TX",195,"New Orleans, LA" +336,157,254,"Corpus Christi, TX",162,"Oakland, CA" +336,158,195,"New Orleans, LA",195,"New Orleans, LA" +336,159,159,"Long Beach, CA",159,"Long Beach, CA" +336,160,269,"Longview, WA",159,"Long Beach, CA" +336,161,257,"Houston, TX",257,"Houston, TX" +336,162,159,"Long Beach, CA",159,"Long Beach, CA" +336,163,162,"Oakland, CA",162,"Oakland, CA" +336,164,159,"Long Beach, CA",195,"New Orleans, LA" +336,165,159,"Long Beach, CA",195,"New Orleans, LA" +336,166,245,"Charleston, SC",265,"Norfolk Harbor, VA" +336,167,245,"Charleston, SC",171,"Jacksonville, FL" +336,168,195,"New Orleans, LA",198,"Baltimore, MD" +336,169,172,"Port Everglades, FL",171,"Jacksonville, FL" +336,170,177,"Savannah, GA",174,"Tampa, FL" +336,171,177,"Savannah, GA",172,"Port Everglades, FL" +336,172,245,"Charleston, SC",174,"Tampa, FL" +336,173,245,"Charleston, SC",172,"Port Everglades, FL" +336,174,195,"New Orleans, LA",174,"Tampa, FL" +336,175,177,"Savannah, GA",152,"Mobile, AL" +336,176,174,"Tampa, FL",177,"Savannah, GA" +336,177,195,"New Orleans, LA",177,"Savannah, GA" +336,178,174,"Tampa, FL",177,"Savannah, GA" +336,179,179,"Honolulu, HI",179,"Honolulu, HI" +336,180,179,"Honolulu, HI",179,"Honolulu, HI" +336,181,159,"Long Beach, CA",159,"Long Beach, CA" +336,183,172,"Port Everglades, FL",257,"Houston, TX" +336,184,177,"Savannah, GA",257,"Houston, TX" +336,185,152,"Mobile, AL",195,"New Orleans, LA" +336,186,245,"Charleston, SC",172,"Port Everglades, FL" +336,187,152,"Mobile, AL",195,"New Orleans, LA" +336,188,172,"Port Everglades, FL",172,"Port Everglades, FL" +336,189,159,"Long Beach, CA",194,"Lake Charles, LA" +336,190,257,"Houston, TX",194,"Lake Charles, LA" +336,191,172,"Port Everglades, FL",245,"Charleston, SC" +336,192,177,"Savannah, GA",172,"Port Everglades, FL" +336,193,177,"Savannah, GA",195,"New Orleans, LA" +336,194,194,"Lake Charles, LA",253,"Beaumont, TX" +336,195,172,"Port Everglades, FL",193,"Baton Rouge, LA" +336,196,152,"Mobile, AL",195,"New Orleans, LA" +336,197,245,"Charleston, SC",171,"Jacksonville, FL" +336,198,152,"Mobile, AL",177,"Savannah, GA" +336,199,245,"Charleston, SC",172,"Port Everglades, FL" +336,200,177,"Savannah, GA",172,"Port Everglades, FL" +336,201,152,"Mobile, AL",241,"Philadelphia, PA" +336,202,177,"Savannah, GA",223,"New York, NY and NJ" +336,203,195,"New Orleans, LA",208,"Pascagoula, MS" +336,204,152,"Mobile, AL",195,"New Orleans, LA" +336,205,174,"Tampa, FL",208,"Pascagoula, MS" +336,206,172,"Port Everglades, FL",253,"Beaumont, TX" +336,207,152,"Mobile, AL",208,"Pascagoula, MS" +336,208,208,"Pascagoula, MS",195,"New Orleans, LA" +336,209,195,"New Orleans, LA",195,"New Orleans, LA" +336,210,152,"Mobile, AL",194,"Lake Charles, LA" +336,211,172,"Port Everglades, FL",257,"Houston, TX" +336,212,159,"Long Beach, CA",253,"Beaumont, TX" +336,213,159,"Long Beach, CA",257,"Houston, TX" +336,214,254,"Corpus Christi, TX",257,"Houston, TX" +336,215,195,"New Orleans, LA",159,"Long Beach, CA" +336,216,171,"Jacksonville, FL",241,"Philadelphia, PA" +336,217,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +336,218,177,"Savannah, GA",198,"Baltimore, MD" +336,219,172,"Port Everglades, FL",198,"Baltimore, MD" +336,220,159,"Long Beach, CA",159,"Long Beach, CA" +336,221,195,"New Orleans, LA",172,"Port Everglades, FL" +336,222,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +336,223,229,"Wilmington, NC",172,"Port Everglades, FL" +336,224,245,"Charleston, SC",172,"Port Everglades, FL" +336,225,195,"New Orleans, LA",217,"New York, NY and NJ" +336,226,172,"Port Everglades, FL",171,"Jacksonville, FL" +336,227,178,"Brunswick, GA",245,"Charleston, SC" +336,228,177,"Savannah, GA",229,"Wilmington, NC" +336,229,172,"Port Everglades, FL",177,"Savannah, GA" +336,230,195,"New Orleans, LA",208,"Pascagoula, MS" +336,231,152,"Mobile, AL",172,"Port Everglades, FL" +336,232,195,"New Orleans, LA",152,"Mobile, AL" +336,233,174,"Tampa, FL",245,"Charleston, SC" +336,234,193,"Baton Rouge, LA",152,"Mobile, AL" +336,235,195,"New Orleans, LA",178,"Brunswick, GA" +336,236,253,"Beaumont, TX",257,"Houston, TX" +336,237,257,"Houston, TX",195,"New Orleans, LA" +336,238,257,"Houston, TX",257,"Houston, TX" +336,239,159,"Long Beach, CA",159,"Long Beach, CA" +336,240,159,"Long Beach, CA",159,"Long Beach, CA" +336,241,172,"Port Everglades, FL",245,"Charleston, SC" +336,242,245,"Charleston, SC",177,"Savannah, GA" +336,243,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +336,244,195,"New Orleans, LA",174,"Tampa, FL" +336,245,174,"Tampa, FL",245,"Charleston, SC" +336,246,174,"Tampa, FL",177,"Savannah, GA" +336,247,172,"Port Everglades, FL",174,"Tampa, FL" +336,248,257,"Houston, TX",152,"Mobile, AL" +336,249,172,"Port Everglades, FL",208,"Pascagoula, MS" +336,250,172,"Port Everglades, FL",172,"Port Everglades, FL" +336,251,152,"Mobile, AL",172,"Port Everglades, FL" +336,252,257,"Houston, TX",195,"New Orleans, LA" +336,253,195,"New Orleans, LA",253,"Beaumont, TX" +336,254,257,"Houston, TX",257,"Houston, TX" +336,255,253,"Beaumont, TX",254,"Corpus Christi, TX" +336,256,172,"Port Everglades, FL",195,"New Orleans, LA" +336,257,257,"Houston, TX",257,"Houston, TX" +336,258,253,"Beaumont, TX",253,"Beaumont, TX" +336,259,253,"Beaumont, TX",254,"Corpus Christi, TX" +336,260,253,"Beaumont, TX",195,"New Orleans, LA" +336,261,159,"Long Beach, CA",162,"Oakland, CA" +336,262,159,"Long Beach, CA",159,"Long Beach, CA" +336,263,245,"Charleston, SC",198,"Baltimore, MD" +336,264,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +336,265,174,"Tampa, FL",174,"Tampa, FL" +336,266,172,"Port Everglades, FL",169,"Wilmington, DE" +336,267,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +336,268,159,"Long Beach, CA",159,"Long Beach, CA" +336,269,162,"Oakland, CA",162,"Oakland, CA" +336,270,152,"Mobile, AL",152,"Mobile, AL" +336,271,172,"Port Everglades, FL",195,"New Orleans, LA" +336,272,245,"Charleston, SC",253,"Beaumont, TX" +336,273,253,"Beaumont, TX",159,"Long Beach, CA" +337,1,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +337,2,198,"Baltimore, MD",198,"Baltimore, MD" +337,3,197,"Portland, ME",197,"Portland, ME" +337,4,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +337,5,223,"New York, NY and NJ",223,"New York, NY and NJ" +337,6,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +337,7,217,"New York, NY and NJ",217,"New York, NY and NJ" +337,8,217,"New York, NY and NJ",217,"New York, NY and NJ" +337,9,223,"New York, NY and NJ",223,"New York, NY and NJ" +337,10,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +337,11,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +337,12,198,"Baltimore, MD",198,"Baltimore, MD" +337,13,201,"Boston, MA",201,"Boston, MA" +337,14,217,"New York, NY and NJ",217,"New York, NY and NJ" +337,15,198,"Baltimore, MD",198,"Baltimore, MD" +337,16,217,"New York, NY and NJ",217,"New York, NY and NJ" +337,17,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +337,18,244,"Providence, RI",244,"Providence, RI" +337,19,201,"Boston, MA",201,"Boston, MA" +337,20,198,"Baltimore, MD",198,"Baltimore, MD" +337,21,197,"Portland, ME",197,"Portland, ME" +337,22,197,"Portland, ME",197,"Portland, ME" +337,23,197,"Portland, ME",197,"Portland, ME" +337,24,241,"Philadelphia, PA",241,"Philadelphia, PA" +337,25,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +337,26,223,"New York, NY and NJ",223,"New York, NY and NJ" +337,27,241,"Philadelphia, PA",241,"Philadelphia, PA" +337,28,217,"New York, NY and NJ",217,"New York, NY and NJ" +337,29,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +337,30,223,"New York, NY and NJ",223,"New York, NY and NJ" +337,31,172,"Port Everglades, FL",172,"Port Everglades, FL" +337,32,197,"Portland, ME",197,"Portland, ME" +337,33,197,"Portland, ME",197,"Portland, ME" +337,34,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +337,35,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +337,36,201,"Boston, MA",201,"Boston, MA" +337,37,244,"Providence, RI",244,"Providence, RI" +337,38,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +337,39,217,"New York, NY and NJ",217,"New York, NY and NJ" +337,40,217,"New York, NY and NJ",217,"New York, NY and NJ" +337,41,201,"Boston, MA",201,"Boston, MA" +337,42,171,"Jacksonville, FL",171,"Jacksonville, FL" +337,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +337,44,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +337,45,245,"Charleston, SC",245,"Charleston, SC" +337,46,217,"New York, NY and NJ",217,"New York, NY and NJ" +337,47,197,"Portland, ME",197,"Portland, ME" +337,48,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +337,49,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +337,50,217,"New York, NY and NJ",217,"New York, NY and NJ" +337,51,223,"New York, NY and NJ",223,"New York, NY and NJ" +337,52,223,"New York, NY and NJ",223,"New York, NY and NJ" +337,53,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +337,54,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +337,55,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +337,56,197,"Portland, ME",197,"Portland, ME" +337,57,241,"Philadelphia, PA",241,"Philadelphia, PA" +337,58,223,"New York, NY and NJ",223,"New York, NY and NJ" +337,59,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +337,60,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +337,61,177,"Savannah, GA",177,"Savannah, GA" +337,62,217,"New York, NY and NJ",217,"New York, NY and NJ" +337,63,201,"Boston, MA",201,"Boston, MA" +337,64,217,"New York, NY and NJ",217,"New York, NY and NJ" +337,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +337,66,244,"Providence, RI",244,"Providence, RI" +337,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +337,68,217,"New York, NY and NJ",217,"New York, NY and NJ" +337,69,198,"Baltimore, MD",198,"Baltimore, MD" +337,70,241,"Philadelphia, PA",241,"Philadelphia, PA" +337,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +337,72,198,"Baltimore, MD",198,"Baltimore, MD" +337,73,201,"Boston, MA",201,"Boston, MA" +337,74,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +337,75,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +337,76,201,"Boston, MA",201,"Boston, MA" +337,77,217,"New York, NY and NJ",217,"New York, NY and NJ" +337,78,223,"New York, NY and NJ",223,"New York, NY and NJ" +337,79,169,"Wilmington, DE",169,"Wilmington, DE" +337,80,223,"New York, NY and NJ",223,"New York, NY and NJ" +337,81,198,"Baltimore, MD",198,"Baltimore, MD" +337,82,198,"Baltimore, MD",198,"Baltimore, MD" +337,83,197,"Portland, ME",197,"Portland, ME" +337,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +337,85,197,"Portland, ME",197,"Portland, ME" +337,86,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +337,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +337,88,169,"Wilmington, DE",169,"Wilmington, DE" +337,89,223,"New York, NY and NJ",223,"New York, NY and NJ" +337,90,241,"Philadelphia, PA",241,"Philadelphia, PA" +337,91,217,"New York, NY and NJ",217,"New York, NY and NJ" +337,92,201,"Boston, MA",201,"Boston, MA" +337,93,223,"New York, NY and NJ",223,"New York, NY and NJ" +337,94,223,"New York, NY and NJ",223,"New York, NY and NJ" +337,95,198,"Baltimore, MD",198,"Baltimore, MD" +337,96,197,"Portland, ME",197,"Portland, ME" +337,97,201,"Boston, MA",201,"Boston, MA" +337,98,217,"New York, NY and NJ",217,"New York, NY and NJ" +337,99,198,"Baltimore, MD",198,"Baltimore, MD" +337,100,169,"Wilmington, DE",169,"Wilmington, DE" +337,101,169,"Wilmington, DE",169,"Wilmington, DE" +337,102,169,"Wilmington, DE",169,"Wilmington, DE" +337,103,217,"New York, NY and NJ",217,"New York, NY and NJ" +337,104,201,"Boston, MA",201,"Boston, MA" +337,105,198,"Baltimore, MD",198,"Baltimore, MD" +337,106,217,"New York, NY and NJ",217,"New York, NY and NJ" +337,107,198,"Baltimore, MD",198,"Baltimore, MD" +337,108,197,"Portland, ME",197,"Portland, ME" +337,109,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +337,110,217,"New York, NY and NJ",217,"New York, NY and NJ" +337,111,217,"New York, NY and NJ",217,"New York, NY and NJ" +337,112,217,"New York, NY and NJ",217,"New York, NY and NJ" +337,113,197,"Portland, ME",197,"Portland, ME" +337,114,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +337,115,201,"Boston, MA",201,"Boston, MA" +337,116,201,"Boston, MA",201,"Boston, MA" +337,117,245,"Charleston, SC",245,"Charleston, SC" +337,118,198,"Baltimore, MD",198,"Baltimore, MD" +337,119,223,"New York, NY and NJ",223,"New York, NY and NJ" +337,120,198,"Baltimore, MD",198,"Baltimore, MD" +337,121,177,"Savannah, GA",177,"Savannah, GA" +337,122,229,"Wilmington, NC",229,"Wilmington, NC" +337,123,197,"Portland, ME",197,"Portland, ME" +337,124,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +337,125,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +337,126,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +337,127,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +337,128,223,"New York, NY and NJ",223,"New York, NY and NJ" +337,129,217,"New York, NY and NJ",217,"New York, NY and NJ" +337,130,217,"New York, NY and NJ",217,"New York, NY and NJ" +337,131,241,"Philadelphia, PA",241,"Philadelphia, PA" +337,132,223,"New York, NY and NJ",223,"New York, NY and NJ" +337,151,241,"Philadelphia, PA",241,"Philadelphia, PA" +337,152,198,"Baltimore, MD",197,"Portland, ME" +337,153,223,"New York, NY and NJ",201,"Boston, MA" +337,154,154,"Anchorage, AK",154,"Anchorage, AK" +337,155,197,"Portland, ME",197,"Portland, ME" +337,156,217,"New York, NY and NJ",217,"New York, NY and NJ" +337,157,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +337,158,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +337,159,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +337,160,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +337,161,198,"Baltimore, MD",198,"Baltimore, MD" +337,162,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +337,163,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +337,164,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +337,165,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +337,166,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +337,167,223,"New York, NY and NJ",223,"New York, NY and NJ" +337,168,201,"Boston, MA",201,"Boston, MA" +337,169,217,"New York, NY and NJ",241,"Philadelphia, PA" +337,170,223,"New York, NY and NJ",217,"New York, NY and NJ" +337,171,198,"Baltimore, MD",171,"Jacksonville, FL" +337,172,265,"Norfolk Harbor, VA",201,"Boston, MA" +337,173,244,"Providence, RI",265,"Norfolk Harbor, VA" +337,174,245,"Charleston, SC",177,"Savannah, GA" +337,175,217,"New York, NY and NJ",197,"Portland, ME" +337,176,201,"Boston, MA",245,"Charleston, SC" +337,177,241,"Philadelphia, PA",217,"New York, NY and NJ" +337,178,198,"Baltimore, MD",217,"New York, NY and NJ" +337,179,179,"Honolulu, HI",179,"Honolulu, HI" +337,180,179,"Honolulu, HI",179,"Honolulu, HI" +337,181,201,"Boston, MA",198,"Baltimore, MD" +337,183,265,"Norfolk Harbor, VA",201,"Boston, MA" +337,184,217,"New York, NY and NJ",241,"Philadelphia, PA" +337,185,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +337,186,223,"New York, NY and NJ",241,"Philadelphia, PA" +337,187,241,"Philadelphia, PA",217,"New York, NY and NJ" +337,188,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +337,189,223,"New York, NY and NJ",223,"New York, NY and NJ" +337,190,223,"New York, NY and NJ",201,"Boston, MA" +337,191,169,"Wilmington, DE",198,"Baltimore, MD" +337,192,217,"New York, NY and NJ",223,"New York, NY and NJ" +337,193,244,"Providence, RI",193,"Baton Rouge, LA" +337,194,217,"New York, NY and NJ",174,"Tampa, FL" +337,195,223,"New York, NY and NJ",244,"Providence, RI" +337,196,244,"Providence, RI",152,"Mobile, AL" +337,197,217,"New York, NY and NJ",244,"Providence, RI" +337,198,223,"New York, NY and NJ",223,"New York, NY and NJ" +337,199,241,"Philadelphia, PA",217,"New York, NY and NJ" +337,200,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +337,201,197,"Portland, ME",223,"New York, NY and NJ" +337,202,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +337,203,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +337,204,197,"Portland, ME",265,"Norfolk Harbor, VA" +337,205,201,"Boston, MA",218,"Camden-Gloucester, NJ" +337,206,241,"Philadelphia, PA",201,"Boston, MA" +337,207,198,"Baltimore, MD",217,"New York, NY and NJ" +337,208,241,"Philadelphia, PA",217,"New York, NY and NJ" +337,209,197,"Portland, ME",265,"Norfolk Harbor, VA" +337,210,241,"Philadelphia, PA",198,"Baltimore, MD" +337,211,241,"Philadelphia, PA",169,"Wilmington, DE" +337,212,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +337,213,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +337,214,223,"New York, NY and NJ",217,"New York, NY and NJ" +337,215,198,"Baltimore, MD",177,"Savannah, GA" +337,216,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +337,217,223,"New York, NY and NJ",197,"Portland, ME" +337,218,198,"Baltimore, MD",198,"Baltimore, MD" +337,219,244,"Providence, RI",198,"Baltimore, MD" +337,220,223,"New York, NY and NJ",217,"New York, NY and NJ" +337,221,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +337,222,223,"New York, NY and NJ",198,"Baltimore, MD" +337,223,241,"Philadelphia, PA",223,"New York, NY and NJ" +337,224,201,"Boston, MA",217,"New York, NY and NJ" +337,225,197,"Portland, ME",223,"New York, NY and NJ" +337,226,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +337,227,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +337,228,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +337,229,217,"New York, NY and NJ",244,"Providence, RI" +337,230,217,"New York, NY and NJ",217,"New York, NY and NJ" +337,231,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +337,232,223,"New York, NY and NJ",241,"Philadelphia, PA" +337,233,201,"Boston, MA",241,"Philadelphia, PA" +337,234,223,"New York, NY and NJ",217,"New York, NY and NJ" +337,235,244,"Providence, RI",223,"New York, NY and NJ" +337,236,244,"Providence, RI",218,"Camden-Gloucester, NJ" +337,237,241,"Philadelphia, PA",223,"New York, NY and NJ" +337,238,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +337,239,198,"Baltimore, MD",169,"Wilmington, DE" +337,240,201,"Boston, MA",241,"Philadelphia, PA" +337,241,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +337,242,201,"Boston, MA",241,"Philadelphia, PA" +337,243,218,"Camden-Gloucester, NJ",197,"Portland, ME" +337,244,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +337,245,177,"Savannah, GA",265,"Norfolk Harbor, VA" +337,246,177,"Savannah, GA",217,"New York, NY and NJ" +337,247,229,"Wilmington, NC",197,"Portland, ME" +337,248,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +337,249,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +337,250,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +337,251,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +337,252,169,"Wilmington, DE",197,"Portland, ME" +337,253,198,"Baltimore, MD",217,"New York, NY and NJ" +337,254,265,"Norfolk Harbor, VA",197,"Portland, ME" +337,255,177,"Savannah, GA",201,"Boston, MA" +337,256,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +337,257,198,"Baltimore, MD",171,"Jacksonville, FL" +337,258,201,"Boston, MA",257,"Houston, TX" +337,259,223,"New York, NY and NJ",223,"New York, NY and NJ" +337,260,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +337,261,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +337,262,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +337,263,198,"Baltimore, MD",241,"Philadelphia, PA" +337,264,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +337,265,198,"Baltimore, MD",217,"New York, NY and NJ" +337,266,265,"Norfolk Harbor, VA",201,"Boston, MA" +337,267,217,"New York, NY and NJ",217,"New York, NY and NJ" +337,268,241,"Philadelphia, PA",241,"Philadelphia, PA" +337,269,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +337,270,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +337,271,201,"Boston, MA",201,"Boston, MA" +337,272,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +337,273,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +338,1,241,"Philadelphia, PA",241,"Philadelphia, PA" +338,2,198,"Baltimore, MD",198,"Baltimore, MD" +338,3,223,"New York, NY and NJ",223,"New York, NY and NJ" +338,4,241,"Philadelphia, PA",241,"Philadelphia, PA" +338,5,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +338,6,245,"Charleston, SC",245,"Charleston, SC" +338,7,244,"Providence, RI",244,"Providence, RI" +338,8,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +338,9,217,"New York, NY and NJ",217,"New York, NY and NJ" +338,10,201,"Boston, MA",201,"Boston, MA" +338,11,223,"New York, NY and NJ",223,"New York, NY and NJ" +338,12,198,"Baltimore, MD",198,"Baltimore, MD" +338,13,201,"Boston, MA",201,"Boston, MA" +338,14,217,"New York, NY and NJ",217,"New York, NY and NJ" +338,15,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +338,16,244,"Providence, RI",244,"Providence, RI" +338,17,197,"Portland, ME",197,"Portland, ME" +338,18,198,"Baltimore, MD",198,"Baltimore, MD" +338,19,223,"New York, NY and NJ",223,"New York, NY and NJ" +338,20,198,"Baltimore, MD",198,"Baltimore, MD" +338,21,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +338,22,197,"Portland, ME",197,"Portland, ME" +338,23,197,"Portland, ME",197,"Portland, ME" +338,24,217,"New York, NY and NJ",217,"New York, NY and NJ" +338,25,201,"Boston, MA",201,"Boston, MA" +338,26,217,"New York, NY and NJ",217,"New York, NY and NJ" +338,27,217,"New York, NY and NJ",217,"New York, NY and NJ" +338,28,241,"Philadelphia, PA",241,"Philadelphia, PA" +338,29,198,"Baltimore, MD",198,"Baltimore, MD" +338,30,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +338,31,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +338,32,217,"New York, NY and NJ",217,"New York, NY and NJ" +338,33,217,"New York, NY and NJ",217,"New York, NY and NJ" +338,34,223,"New York, NY and NJ",223,"New York, NY and NJ" +338,35,198,"Baltimore, MD",198,"Baltimore, MD" +338,36,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +338,37,197,"Portland, ME",197,"Portland, ME" +338,38,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +338,39,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +338,40,198,"Baltimore, MD",198,"Baltimore, MD" +338,41,217,"New York, NY and NJ",217,"New York, NY and NJ" +338,42,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +338,43,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +338,44,223,"New York, NY and NJ",223,"New York, NY and NJ" +338,45,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +338,46,223,"New York, NY and NJ",223,"New York, NY and NJ" +338,47,223,"New York, NY and NJ",223,"New York, NY and NJ" +338,48,198,"Baltimore, MD",198,"Baltimore, MD" +338,49,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +338,50,198,"Baltimore, MD",198,"Baltimore, MD" +338,51,223,"New York, NY and NJ",223,"New York, NY and NJ" +338,52,217,"New York, NY and NJ",217,"New York, NY and NJ" +338,53,241,"Philadelphia, PA",241,"Philadelphia, PA" +338,54,244,"Providence, RI",244,"Providence, RI" +338,55,241,"Philadelphia, PA",241,"Philadelphia, PA" +338,56,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +338,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +338,58,198,"Baltimore, MD",198,"Baltimore, MD" +338,59,241,"Philadelphia, PA",241,"Philadelphia, PA" +338,60,241,"Philadelphia, PA",241,"Philadelphia, PA" +338,61,197,"Portland, ME",197,"Portland, ME" +338,62,223,"New York, NY and NJ",223,"New York, NY and NJ" +338,63,223,"New York, NY and NJ",223,"New York, NY and NJ" +338,64,197,"Portland, ME",197,"Portland, ME" +338,65,201,"Boston, MA",201,"Boston, MA" +338,66,217,"New York, NY and NJ",217,"New York, NY and NJ" +338,67,244,"Providence, RI",244,"Providence, RI" +338,68,198,"Baltimore, MD",198,"Baltimore, MD" +338,69,197,"Portland, ME",197,"Portland, ME" +338,70,223,"New York, NY and NJ",223,"New York, NY and NJ" +338,71,244,"Providence, RI",244,"Providence, RI" +338,72,241,"Philadelphia, PA",241,"Philadelphia, PA" +338,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +338,74,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +338,75,217,"New York, NY and NJ",217,"New York, NY and NJ" +338,76,201,"Boston, MA",201,"Boston, MA" +338,77,241,"Philadelphia, PA",241,"Philadelphia, PA" +338,78,229,"Wilmington, NC",229,"Wilmington, NC" +338,79,244,"Providence, RI",244,"Providence, RI" +338,80,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +338,81,217,"New York, NY and NJ",217,"New York, NY and NJ" +338,82,217,"New York, NY and NJ",217,"New York, NY and NJ" +338,83,217,"New York, NY and NJ",217,"New York, NY and NJ" +338,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +338,85,198,"Baltimore, MD",198,"Baltimore, MD" +338,86,197,"Portland, ME",197,"Portland, ME" +338,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +338,88,241,"Philadelphia, PA",241,"Philadelphia, PA" +338,89,244,"Providence, RI",244,"Providence, RI" +338,90,197,"Portland, ME",197,"Portland, ME" +338,91,241,"Philadelphia, PA",241,"Philadelphia, PA" +338,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +338,93,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +338,94,197,"Portland, ME",197,"Portland, ME" +338,95,201,"Boston, MA",201,"Boston, MA" +338,96,217,"New York, NY and NJ",217,"New York, NY and NJ" +338,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +338,98,201,"Boston, MA",201,"Boston, MA" +338,99,244,"Providence, RI",244,"Providence, RI" +338,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +338,101,217,"New York, NY and NJ",217,"New York, NY and NJ" +338,102,198,"Baltimore, MD",198,"Baltimore, MD" +338,103,198,"Baltimore, MD",198,"Baltimore, MD" +338,104,217,"New York, NY and NJ",217,"New York, NY and NJ" +338,105,223,"New York, NY and NJ",223,"New York, NY and NJ" +338,106,198,"Baltimore, MD",198,"Baltimore, MD" +338,107,198,"Baltimore, MD",198,"Baltimore, MD" +338,108,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +338,109,201,"Boston, MA",201,"Boston, MA" +338,110,223,"New York, NY and NJ",223,"New York, NY and NJ" +338,111,217,"New York, NY and NJ",217,"New York, NY and NJ" +338,112,223,"New York, NY and NJ",223,"New York, NY and NJ" +338,113,223,"New York, NY and NJ",223,"New York, NY and NJ" +338,114,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +338,115,241,"Philadelphia, PA",241,"Philadelphia, PA" +338,116,223,"New York, NY and NJ",223,"New York, NY and NJ" +338,117,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +338,118,197,"Portland, ME",197,"Portland, ME" +338,119,198,"Baltimore, MD",198,"Baltimore, MD" +338,120,217,"New York, NY and NJ",217,"New York, NY and NJ" +338,121,217,"New York, NY and NJ",217,"New York, NY and NJ" +338,122,217,"New York, NY and NJ",217,"New York, NY and NJ" +338,123,201,"Boston, MA",201,"Boston, MA" +338,124,197,"Portland, ME",197,"Portland, ME" +338,125,217,"New York, NY and NJ",217,"New York, NY and NJ" +338,126,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +338,127,197,"Portland, ME",197,"Portland, ME" +338,128,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +338,129,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +338,130,223,"New York, NY and NJ",223,"New York, NY and NJ" +338,131,198,"Baltimore, MD",198,"Baltimore, MD" +338,132,217,"New York, NY and NJ",217,"New York, NY and NJ" +338,151,241,"Philadelphia, PA",223,"New York, NY and NJ" +338,152,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +338,153,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +338,154,154,"Anchorage, AK",154,"Anchorage, AK" +338,155,198,"Baltimore, MD",201,"Boston, MA" +338,156,198,"Baltimore, MD",177,"Savannah, GA" +338,157,217,"New York, NY and NJ",177,"Savannah, GA" +338,158,198,"Baltimore, MD",197,"Portland, ME" +338,159,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +338,160,198,"Baltimore, MD",217,"New York, NY and NJ" +338,161,241,"Philadelphia, PA",257,"Houston, TX" +338,162,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +338,163,197,"Portland, ME",265,"Norfolk Harbor, VA" +338,164,241,"Philadelphia, PA",223,"New York, NY and NJ" +338,165,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +338,166,223,"New York, NY and NJ",201,"Boston, MA" +338,167,223,"New York, NY and NJ",241,"Philadelphia, PA" +338,168,223,"New York, NY and NJ",217,"New York, NY and NJ" +338,169,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +338,170,241,"Philadelphia, PA",198,"Baltimore, MD" +338,171,217,"New York, NY and NJ",197,"Portland, ME" +338,172,223,"New York, NY and NJ",197,"Portland, ME" +338,173,172,"Port Everglades, FL",241,"Philadelphia, PA" +338,174,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +338,175,201,"Boston, MA",218,"Camden-Gloucester, NJ" +338,176,217,"New York, NY and NJ",197,"Portland, ME" +338,177,217,"New York, NY and NJ",169,"Wilmington, DE" +338,178,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +338,179,179,"Honolulu, HI",179,"Honolulu, HI" +338,180,179,"Honolulu, HI",179,"Honolulu, HI" +338,181,201,"Boston, MA",198,"Baltimore, MD" +338,183,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +338,184,198,"Baltimore, MD",217,"New York, NY and NJ" +338,185,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +338,186,223,"New York, NY and NJ",223,"New York, NY and NJ" +338,187,244,"Providence, RI",223,"New York, NY and NJ" +338,188,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +338,189,223,"New York, NY and NJ",244,"Providence, RI" +338,190,265,"Norfolk Harbor, VA",245,"Charleston, SC" +338,191,169,"Wilmington, DE",241,"Philadelphia, PA" +338,192,197,"Portland, ME",223,"New York, NY and NJ" +338,193,241,"Philadelphia, PA",217,"New York, NY and NJ" +338,194,218,"Camden-Gloucester, NJ",208,"Pascagoula, MS" +338,195,201,"Boston, MA",265,"Norfolk Harbor, VA" +338,196,177,"Savannah, GA",265,"Norfolk Harbor, VA" +338,197,197,"Portland, ME",265,"Norfolk Harbor, VA" +338,198,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +338,199,197,"Portland, ME",241,"Philadelphia, PA" +338,200,197,"Portland, ME",217,"New York, NY and NJ" +338,201,198,"Baltimore, MD",223,"New York, NY and NJ" +338,202,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +338,203,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +338,204,244,"Providence, RI",218,"Camden-Gloucester, NJ" +338,205,198,"Baltimore, MD",198,"Baltimore, MD" +338,206,241,"Philadelphia, PA",244,"Providence, RI" +338,207,223,"New York, NY and NJ",241,"Philadelphia, PA" +338,208,201,"Boston, MA",201,"Boston, MA" +338,209,241,"Philadelphia, PA",223,"New York, NY and NJ" +338,210,217,"New York, NY and NJ",241,"Philadelphia, PA" +338,211,244,"Providence, RI",223,"New York, NY and NJ" +338,212,197,"Portland, ME",218,"Camden-Gloucester, NJ" +338,213,217,"New York, NY and NJ",241,"Philadelphia, PA" +338,214,241,"Philadelphia, PA",223,"New York, NY and NJ" +338,215,217,"New York, NY and NJ",223,"New York, NY and NJ" +338,216,201,"Boston, MA",223,"New York, NY and NJ" +338,217,217,"New York, NY and NJ",217,"New York, NY and NJ" +338,218,217,"New York, NY and NJ",197,"Portland, ME" +338,219,198,"Baltimore, MD",201,"Boston, MA" +338,220,197,"Portland, ME",223,"New York, NY and NJ" +338,221,198,"Baltimore, MD",169,"Wilmington, DE" +338,222,218,"Camden-Gloucester, NJ",201,"Boston, MA" +338,223,197,"Portland, ME",197,"Portland, ME" +338,224,223,"New York, NY and NJ",223,"New York, NY and NJ" +338,225,198,"Baltimore, MD",198,"Baltimore, MD" +338,226,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +338,227,223,"New York, NY and NJ",217,"New York, NY and NJ" +338,228,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +338,229,217,"New York, NY and NJ",217,"New York, NY and NJ" +338,230,198,"Baltimore, MD",223,"New York, NY and NJ" +338,231,217,"New York, NY and NJ",223,"New York, NY and NJ" +338,232,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +338,233,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +338,234,198,"Baltimore, MD",223,"New York, NY and NJ" +338,235,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +338,236,223,"New York, NY and NJ",197,"Portland, ME" +338,237,218,"Camden-Gloucester, NJ",244,"Providence, RI" +338,238,244,"Providence, RI",198,"Baltimore, MD" +338,239,217,"New York, NY and NJ",223,"New York, NY and NJ" +338,240,217,"New York, NY and NJ",223,"New York, NY and NJ" +338,241,223,"New York, NY and NJ",198,"Baltimore, MD" +338,242,265,"Norfolk Harbor, VA",201,"Boston, MA" +338,243,223,"New York, NY and NJ",197,"Portland, ME" +338,244,198,"Baltimore, MD",244,"Providence, RI" +338,245,265,"Norfolk Harbor, VA",201,"Boston, MA" +338,246,223,"New York, NY and NJ",198,"Baltimore, MD" +338,247,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +338,248,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +338,249,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +338,250,217,"New York, NY and NJ",198,"Baltimore, MD" +338,251,244,"Providence, RI",178,"Brunswick, GA" +338,252,198,"Baltimore, MD",257,"Houston, TX" +338,253,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +338,254,245,"Charleston, SC",245,"Charleston, SC" +338,255,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +338,256,197,"Portland, ME",241,"Philadelphia, PA" +338,257,201,"Boston, MA",198,"Baltimore, MD" +338,258,223,"New York, NY and NJ",201,"Boston, MA" +338,259,198,"Baltimore, MD",241,"Philadelphia, PA" +338,260,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +338,261,241,"Philadelphia, PA",241,"Philadelphia, PA" +338,262,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +338,263,241,"Philadelphia, PA",244,"Providence, RI" +338,264,217,"New York, NY and NJ",217,"New York, NY and NJ" +338,265,265,"Norfolk Harbor, VA",244,"Providence, RI" +338,266,241,"Philadelphia, PA",217,"New York, NY and NJ" +338,267,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +338,268,217,"New York, NY and NJ",197,"Portland, ME" +338,269,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +338,270,217,"New York, NY and NJ",198,"Baltimore, MD" +338,271,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +338,272,201,"Boston, MA",218,"Camden-Gloucester, NJ" +338,273,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,1,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,2,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +339,3,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,4,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,5,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,6,197,"Portland, ME",197,"Portland, ME" +339,7,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,8,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,9,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,10,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,11,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +339,12,241,"Philadelphia, PA",241,"Philadelphia, PA" +339,13,198,"Baltimore, MD",198,"Baltimore, MD" +339,14,241,"Philadelphia, PA",241,"Philadelphia, PA" +339,15,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +339,16,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +339,17,201,"Boston, MA",201,"Boston, MA" +339,18,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,20,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,21,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,22,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,23,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,24,197,"Portland, ME",197,"Portland, ME" +339,25,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,26,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,27,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +339,28,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,29,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +339,30,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,31,201,"Boston, MA",201,"Boston, MA" +339,32,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,33,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +339,34,198,"Baltimore, MD",198,"Baltimore, MD" +339,35,198,"Baltimore, MD",198,"Baltimore, MD" +339,36,198,"Baltimore, MD",198,"Baltimore, MD" +339,37,201,"Boston, MA",201,"Boston, MA" +339,38,198,"Baltimore, MD",198,"Baltimore, MD" +339,39,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,40,201,"Boston, MA",201,"Boston, MA" +339,41,198,"Baltimore, MD",198,"Baltimore, MD" +339,42,197,"Portland, ME",197,"Portland, ME" +339,43,198,"Baltimore, MD",198,"Baltimore, MD" +339,44,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +339,45,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +339,46,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,47,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,48,197,"Portland, ME",197,"Portland, ME" +339,49,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,50,198,"Baltimore, MD",198,"Baltimore, MD" +339,51,198,"Baltimore, MD",198,"Baltimore, MD" +339,52,197,"Portland, ME",197,"Portland, ME" +339,53,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,54,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,56,201,"Boston, MA",201,"Boston, MA" +339,57,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,58,198,"Baltimore, MD",198,"Baltimore, MD" +339,59,197,"Portland, ME",197,"Portland, ME" +339,60,198,"Baltimore, MD",198,"Baltimore, MD" +339,61,244,"Providence, RI",244,"Providence, RI" +339,62,198,"Baltimore, MD",198,"Baltimore, MD" +339,63,241,"Philadelphia, PA",241,"Philadelphia, PA" +339,64,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,66,169,"Wilmington, DE",169,"Wilmington, DE" +339,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,68,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,69,197,"Portland, ME",197,"Portland, ME" +339,70,197,"Portland, ME",197,"Portland, ME" +339,71,198,"Baltimore, MD",198,"Baltimore, MD" +339,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,74,244,"Providence, RI",244,"Providence, RI" +339,75,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,76,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,77,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +339,78,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,79,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,80,241,"Philadelphia, PA",241,"Philadelphia, PA" +339,81,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,82,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,83,241,"Philadelphia, PA",241,"Philadelphia, PA" +339,84,201,"Boston, MA",201,"Boston, MA" +339,85,241,"Philadelphia, PA",241,"Philadelphia, PA" +339,86,201,"Boston, MA",201,"Boston, MA" +339,87,201,"Boston, MA",201,"Boston, MA" +339,88,241,"Philadelphia, PA",241,"Philadelphia, PA" +339,89,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,90,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,91,244,"Providence, RI",244,"Providence, RI" +339,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,93,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,94,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,95,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,96,198,"Baltimore, MD",198,"Baltimore, MD" +339,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,98,241,"Philadelphia, PA",241,"Philadelphia, PA" +339,99,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,100,201,"Boston, MA",201,"Boston, MA" +339,101,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,102,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +339,103,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,104,197,"Portland, ME",197,"Portland, ME" +339,105,201,"Boston, MA",201,"Boston, MA" +339,106,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,107,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,108,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,109,201,"Boston, MA",201,"Boston, MA" +339,110,197,"Portland, ME",197,"Portland, ME" +339,111,197,"Portland, ME",197,"Portland, ME" +339,112,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,113,201,"Boston, MA",201,"Boston, MA" +339,114,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,115,241,"Philadelphia, PA",241,"Philadelphia, PA" +339,116,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,117,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,118,201,"Boston, MA",201,"Boston, MA" +339,119,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,120,169,"Wilmington, DE",169,"Wilmington, DE" +339,121,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,122,241,"Philadelphia, PA",241,"Philadelphia, PA" +339,123,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,124,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +339,125,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,126,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,127,241,"Philadelphia, PA",241,"Philadelphia, PA" +339,128,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +339,129,197,"Portland, ME",197,"Portland, ME" +339,130,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,131,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,132,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,151,197,"Portland, ME",223,"New York, NY and NJ" +339,152,197,"Portland, ME",198,"Baltimore, MD" +339,153,198,"Baltimore, MD",217,"New York, NY and NJ" +339,154,154,"Anchorage, AK",154,"Anchorage, AK" +339,155,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,156,198,"Baltimore, MD",152,"Mobile, AL" +339,157,217,"New York, NY and NJ",229,"Wilmington, NC" +339,158,217,"New York, NY and NJ",177,"Savannah, GA" +339,159,217,"New York, NY and NJ",194,"Lake Charles, LA" +339,160,241,"Philadelphia, PA",201,"Boston, MA" +339,161,223,"New York, NY and NJ",208,"Pascagoula, MS" +339,162,223,"New York, NY and NJ",217,"New York, NY and NJ" +339,163,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +339,164,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,165,223,"New York, NY and NJ",217,"New York, NY and NJ" +339,166,223,"New York, NY and NJ",217,"New York, NY and NJ" +339,167,223,"New York, NY and NJ",201,"Boston, MA" +339,168,217,"New York, NY and NJ",201,"Boston, MA" +339,169,218,"Camden-Gloucester, NJ",201,"Boston, MA" +339,170,241,"Philadelphia, PA",241,"Philadelphia, PA" +339,171,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +339,172,217,"New York, NY and NJ",223,"New York, NY and NJ" +339,173,218,"Camden-Gloucester, NJ",201,"Boston, MA" +339,174,197,"Portland, ME",265,"Norfolk Harbor, VA" +339,175,223,"New York, NY and NJ",198,"Baltimore, MD" +339,176,241,"Philadelphia, PA",241,"Philadelphia, PA" +339,177,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +339,178,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +339,179,179,"Honolulu, HI",179,"Honolulu, HI" +339,180,179,"Honolulu, HI",179,"Honolulu, HI" +339,181,223,"New York, NY and NJ",229,"Wilmington, NC" +339,183,217,"New York, NY and NJ",201,"Boston, MA" +339,184,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +339,185,201,"Boston, MA",265,"Norfolk Harbor, VA" +339,186,241,"Philadelphia, PA",244,"Providence, RI" +339,187,217,"New York, NY and NJ",223,"New York, NY and NJ" +339,188,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,189,241,"Philadelphia, PA",217,"New York, NY and NJ" +339,190,241,"Philadelphia, PA",223,"New York, NY and NJ" +339,191,241,"Philadelphia, PA",223,"New York, NY and NJ" +339,192,223,"New York, NY and NJ",217,"New York, NY and NJ" +339,193,241,"Philadelphia, PA",217,"New York, NY and NJ" +339,194,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +339,195,265,"Norfolk Harbor, VA",201,"Boston, MA" +339,196,265,"Norfolk Harbor, VA",244,"Providence, RI" +339,197,217,"New York, NY and NJ",223,"New York, NY and NJ" +339,198,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,199,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +339,200,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,201,241,"Philadelphia, PA",223,"New York, NY and NJ" +339,202,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,203,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,204,217,"New York, NY and NJ",197,"Portland, ME" +339,205,223,"New York, NY and NJ",217,"New York, NY and NJ" +339,206,198,"Baltimore, MD",241,"Philadelphia, PA" +339,207,198,"Baltimore, MD",217,"New York, NY and NJ" +339,208,241,"Philadelphia, PA",217,"New York, NY and NJ" +339,209,241,"Philadelphia, PA",217,"New York, NY and NJ" +339,210,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +339,211,217,"New York, NY and NJ",197,"Portland, ME" +339,212,201,"Boston, MA",223,"New York, NY and NJ" +339,213,198,"Baltimore, MD",217,"New York, NY and NJ" +339,214,201,"Boston, MA",198,"Baltimore, MD" +339,215,241,"Philadelphia, PA",241,"Philadelphia, PA" +339,216,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,217,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +339,218,198,"Baltimore, MD",217,"New York, NY and NJ" +339,219,217,"New York, NY and NJ",197,"Portland, ME" +339,220,218,"Camden-Gloucester, NJ",244,"Providence, RI" +339,221,241,"Philadelphia, PA",223,"New York, NY and NJ" +339,222,241,"Philadelphia, PA",217,"New York, NY and NJ" +339,223,201,"Boston, MA",223,"New York, NY and NJ" +339,224,217,"New York, NY and NJ",223,"New York, NY and NJ" +339,225,223,"New York, NY and NJ",217,"New York, NY and NJ" +339,226,217,"New York, NY and NJ",198,"Baltimore, MD" +339,227,217,"New York, NY and NJ",198,"Baltimore, MD" +339,228,197,"Portland, ME",169,"Wilmington, DE" +339,229,244,"Providence, RI",223,"New York, NY and NJ" +339,230,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +339,231,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +339,232,223,"New York, NY and NJ",198,"Baltimore, MD" +339,233,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +339,234,198,"Baltimore, MD",241,"Philadelphia, PA" +339,235,217,"New York, NY and NJ",244,"Providence, RI" +339,236,217,"New York, NY and NJ",223,"New York, NY and NJ" +339,237,197,"Portland, ME",198,"Baltimore, MD" +339,238,217,"New York, NY and NJ",223,"New York, NY and NJ" +339,239,218,"Camden-Gloucester, NJ",197,"Portland, ME" +339,240,223,"New York, NY and NJ",217,"New York, NY and NJ" +339,241,223,"New York, NY and NJ",217,"New York, NY and NJ" +339,242,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,243,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,244,198,"Baltimore, MD",217,"New York, NY and NJ" +339,245,241,"Philadelphia, PA",244,"Providence, RI" +339,246,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,247,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +339,248,244,"Providence, RI",223,"New York, NY and NJ" +339,249,217,"New York, NY and NJ",217,"New York, NY and NJ" +339,250,223,"New York, NY and NJ",217,"New York, NY and NJ" +339,251,223,"New York, NY and NJ",217,"New York, NY and NJ" +339,252,198,"Baltimore, MD",195,"New Orleans, LA" +339,253,198,"Baltimore, MD",177,"Savannah, GA" +339,254,198,"Baltimore, MD",177,"Savannah, GA" +339,255,197,"Portland, ME",223,"New York, NY and NJ" +339,256,197,"Portland, ME",223,"New York, NY and NJ" +339,257,223,"New York, NY and NJ",257,"Houston, TX" +339,258,197,"Portland, ME",253,"Beaumont, TX" +339,259,197,"Portland, ME",257,"Houston, TX" +339,260,244,"Providence, RI",265,"Norfolk Harbor, VA" +339,261,244,"Providence, RI",198,"Baltimore, MD" +339,262,244,"Providence, RI",218,"Camden-Gloucester, NJ" +339,263,198,"Baltimore, MD",223,"New York, NY and NJ" +339,264,198,"Baltimore, MD",217,"New York, NY and NJ" +339,265,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +339,266,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +339,267,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +339,268,223,"New York, NY and NJ",241,"Philadelphia, PA" +339,269,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,270,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,271,223,"New York, NY and NJ",223,"New York, NY and NJ" +339,272,217,"New York, NY and NJ",223,"New York, NY and NJ" +339,273,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +340,1,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +340,2,198,"Baltimore, MD",198,"Baltimore, MD" +340,3,217,"New York, NY and NJ",217,"New York, NY and NJ" +340,4,241,"Philadelphia, PA",241,"Philadelphia, PA" +340,5,217,"New York, NY and NJ",217,"New York, NY and NJ" +340,6,198,"Baltimore, MD",198,"Baltimore, MD" +340,7,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +340,8,223,"New York, NY and NJ",223,"New York, NY and NJ" +340,9,241,"Philadelphia, PA",241,"Philadelphia, PA" +340,10,223,"New York, NY and NJ",223,"New York, NY and NJ" +340,11,223,"New York, NY and NJ",223,"New York, NY and NJ" +340,12,217,"New York, NY and NJ",217,"New York, NY and NJ" +340,13,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +340,14,244,"Providence, RI",244,"Providence, RI" +340,15,223,"New York, NY and NJ",223,"New York, NY and NJ" +340,16,245,"Charleston, SC",245,"Charleston, SC" +340,17,198,"Baltimore, MD",198,"Baltimore, MD" +340,18,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +340,19,241,"Philadelphia, PA",241,"Philadelphia, PA" +340,20,198,"Baltimore, MD",198,"Baltimore, MD" +340,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +340,22,229,"Wilmington, NC",229,"Wilmington, NC" +340,23,223,"New York, NY and NJ",223,"New York, NY and NJ" +340,24,217,"New York, NY and NJ",217,"New York, NY and NJ" +340,25,197,"Portland, ME",197,"Portland, ME" +340,26,217,"New York, NY and NJ",217,"New York, NY and NJ" +340,27,197,"Portland, ME",197,"Portland, ME" +340,28,198,"Baltimore, MD",198,"Baltimore, MD" +340,29,169,"Wilmington, DE",169,"Wilmington, DE" +340,30,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +340,31,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +340,32,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +340,33,198,"Baltimore, MD",198,"Baltimore, MD" +340,34,198,"Baltimore, MD",198,"Baltimore, MD" +340,35,217,"New York, NY and NJ",217,"New York, NY and NJ" +340,36,241,"Philadelphia, PA",241,"Philadelphia, PA" +340,37,197,"Portland, ME",197,"Portland, ME" +340,38,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +340,39,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +340,40,223,"New York, NY and NJ",223,"New York, NY and NJ" +340,41,244,"Providence, RI",244,"Providence, RI" +340,42,241,"Philadelphia, PA",241,"Philadelphia, PA" +340,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +340,44,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +340,45,197,"Portland, ME",197,"Portland, ME" +340,46,223,"New York, NY and NJ",223,"New York, NY and NJ" +340,47,229,"Wilmington, NC",229,"Wilmington, NC" +340,48,197,"Portland, ME",197,"Portland, ME" +340,49,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +340,50,244,"Providence, RI",244,"Providence, RI" +340,51,223,"New York, NY and NJ",223,"New York, NY and NJ" +340,52,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +340,53,198,"Baltimore, MD",198,"Baltimore, MD" +340,54,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +340,55,201,"Boston, MA",201,"Boston, MA" +340,56,217,"New York, NY and NJ",217,"New York, NY and NJ" +340,57,197,"Portland, ME",197,"Portland, ME" +340,58,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +340,59,223,"New York, NY and NJ",223,"New York, NY and NJ" +340,60,241,"Philadelphia, PA",241,"Philadelphia, PA" +340,61,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +340,62,197,"Portland, ME",197,"Portland, ME" +340,63,217,"New York, NY and NJ",217,"New York, NY and NJ" +340,64,223,"New York, NY and NJ",223,"New York, NY and NJ" +340,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +340,66,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +340,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +340,68,223,"New York, NY and NJ",223,"New York, NY and NJ" +340,69,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +340,70,241,"Philadelphia, PA",241,"Philadelphia, PA" +340,71,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +340,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +340,73,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +340,74,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +340,75,198,"Baltimore, MD",198,"Baltimore, MD" +340,76,198,"Baltimore, MD",198,"Baltimore, MD" +340,77,241,"Philadelphia, PA",241,"Philadelphia, PA" +340,78,198,"Baltimore, MD",198,"Baltimore, MD" +340,79,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +340,80,217,"New York, NY and NJ",217,"New York, NY and NJ" +340,81,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +340,82,217,"New York, NY and NJ",217,"New York, NY and NJ" +340,83,223,"New York, NY and NJ",223,"New York, NY and NJ" +340,84,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +340,85,201,"Boston, MA",201,"Boston, MA" +340,86,198,"Baltimore, MD",198,"Baltimore, MD" +340,87,217,"New York, NY and NJ",217,"New York, NY and NJ" +340,88,244,"Providence, RI",244,"Providence, RI" +340,89,241,"Philadelphia, PA",241,"Philadelphia, PA" +340,90,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +340,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +340,92,198,"Baltimore, MD",198,"Baltimore, MD" +340,93,241,"Philadelphia, PA",241,"Philadelphia, PA" +340,94,198,"Baltimore, MD",198,"Baltimore, MD" +340,95,217,"New York, NY and NJ",217,"New York, NY and NJ" +340,96,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +340,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +340,98,217,"New York, NY and NJ",217,"New York, NY and NJ" +340,99,197,"Portland, ME",197,"Portland, ME" +340,100,244,"Providence, RI",244,"Providence, RI" +340,101,223,"New York, NY and NJ",223,"New York, NY and NJ" +340,102,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +340,103,241,"Philadelphia, PA",241,"Philadelphia, PA" +340,104,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +340,105,223,"New York, NY and NJ",223,"New York, NY and NJ" +340,106,197,"Portland, ME",197,"Portland, ME" +340,107,244,"Providence, RI",244,"Providence, RI" +340,108,217,"New York, NY and NJ",217,"New York, NY and NJ" +340,109,217,"New York, NY and NJ",217,"New York, NY and NJ" +340,110,223,"New York, NY and NJ",223,"New York, NY and NJ" +340,111,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +340,112,201,"Boston, MA",201,"Boston, MA" +340,113,241,"Philadelphia, PA",241,"Philadelphia, PA" +340,114,223,"New York, NY and NJ",223,"New York, NY and NJ" +340,115,201,"Boston, MA",201,"Boston, MA" +340,116,244,"Providence, RI",244,"Providence, RI" +340,117,229,"Wilmington, NC",229,"Wilmington, NC" +340,118,241,"Philadelphia, PA",241,"Philadelphia, PA" +340,119,198,"Baltimore, MD",198,"Baltimore, MD" +340,120,198,"Baltimore, MD",198,"Baltimore, MD" +340,121,217,"New York, NY and NJ",217,"New York, NY and NJ" +340,122,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +340,123,217,"New York, NY and NJ",217,"New York, NY and NJ" +340,124,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +340,125,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +340,126,223,"New York, NY and NJ",223,"New York, NY and NJ" +340,127,217,"New York, NY and NJ",217,"New York, NY and NJ" +340,128,198,"Baltimore, MD",198,"Baltimore, MD" +340,129,241,"Philadelphia, PA",241,"Philadelphia, PA" +340,130,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +340,131,241,"Philadelphia, PA",241,"Philadelphia, PA" +340,132,217,"New York, NY and NJ",217,"New York, NY and NJ" +340,151,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +340,152,223,"New York, NY and NJ",177,"Savannah, GA" +340,153,244,"Providence, RI",177,"Savannah, GA" +340,154,154,"Anchorage, AK",154,"Anchorage, AK" +340,155,217,"New York, NY and NJ",197,"Portland, ME" +340,156,198,"Baltimore, MD",208,"Pascagoula, MS" +340,157,223,"New York, NY and NJ",217,"New York, NY and NJ" +340,158,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +340,159,223,"New York, NY and NJ",241,"Philadelphia, PA" +340,160,197,"Portland, ME",201,"Boston, MA" +340,161,169,"Wilmington, DE",217,"New York, NY and NJ" +340,162,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +340,163,217,"New York, NY and NJ",197,"Portland, ME" +340,164,198,"Baltimore, MD",198,"Baltimore, MD" +340,165,201,"Boston, MA",169,"Wilmington, DE" +340,166,197,"Portland, ME",201,"Boston, MA" +340,167,229,"Wilmington, NC",223,"New York, NY and NJ" +340,168,169,"Wilmington, DE",223,"New York, NY and NJ" +340,169,201,"Boston, MA",218,"Camden-Gloucester, NJ" +340,170,198,"Baltimore, MD",223,"New York, NY and NJ" +340,171,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +340,172,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +340,173,197,"Portland, ME",198,"Baltimore, MD" +340,174,217,"New York, NY and NJ",177,"Savannah, GA" +340,175,244,"Providence, RI",265,"Norfolk Harbor, VA" +340,176,217,"New York, NY and NJ",169,"Wilmington, DE" +340,177,177,"Savannah, GA",198,"Baltimore, MD" +340,178,223,"New York, NY and NJ",178,"Brunswick, GA" +340,179,179,"Honolulu, HI",179,"Honolulu, HI" +340,180,179,"Honolulu, HI",179,"Honolulu, HI" +340,181,197,"Portland, ME",265,"Norfolk Harbor, VA" +340,183,197,"Portland, ME",241,"Philadelphia, PA" +340,184,197,"Portland, ME",201,"Boston, MA" +340,185,217,"New York, NY and NJ",198,"Baltimore, MD" +340,186,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +340,187,241,"Philadelphia, PA",201,"Boston, MA" +340,188,223,"New York, NY and NJ",223,"New York, NY and NJ" +340,189,217,"New York, NY and NJ",223,"New York, NY and NJ" +340,190,223,"New York, NY and NJ",217,"New York, NY and NJ" +340,191,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +340,192,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +340,193,217,"New York, NY and NJ",195,"New Orleans, LA" +340,194,197,"Portland, ME",265,"Norfolk Harbor, VA" +340,195,265,"Norfolk Harbor, VA",197,"Portland, ME" +340,196,244,"Providence, RI",193,"Baton Rouge, LA" +340,197,198,"Baltimore, MD",223,"New York, NY and NJ" +340,198,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +340,199,217,"New York, NY and NJ",198,"Baltimore, MD" +340,200,223,"New York, NY and NJ",223,"New York, NY and NJ" +340,201,244,"Providence, RI",244,"Providence, RI" +340,202,223,"New York, NY and NJ",201,"Boston, MA" +340,203,241,"Philadelphia, PA",217,"New York, NY and NJ" +340,204,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +340,205,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +340,206,223,"New York, NY and NJ",198,"Baltimore, MD" +340,207,217,"New York, NY and NJ",223,"New York, NY and NJ" +340,208,241,"Philadelphia, PA",217,"New York, NY and NJ" +340,209,241,"Philadelphia, PA",241,"Philadelphia, PA" +340,210,197,"Portland, ME",241,"Philadelphia, PA" +340,211,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +340,212,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +340,213,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +340,214,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +340,215,217,"New York, NY and NJ",217,"New York, NY and NJ" +340,216,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +340,217,197,"Portland, ME",218,"Camden-Gloucester, NJ" +340,218,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +340,219,217,"New York, NY and NJ",201,"Boston, MA" +340,220,229,"Wilmington, NC",241,"Philadelphia, PA" +340,221,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +340,222,169,"Wilmington, DE",197,"Portland, ME" +340,223,241,"Philadelphia, PA",223,"New York, NY and NJ" +340,224,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +340,225,223,"New York, NY and NJ",241,"Philadelphia, PA" +340,226,223,"New York, NY and NJ",223,"New York, NY and NJ" +340,227,223,"New York, NY and NJ",198,"Baltimore, MD" +340,228,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +340,229,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +340,230,169,"Wilmington, DE",223,"New York, NY and NJ" +340,231,217,"New York, NY and NJ",198,"Baltimore, MD" +340,232,223,"New York, NY and NJ",201,"Boston, MA" +340,233,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +340,234,265,"Norfolk Harbor, VA",201,"Boston, MA" +340,235,197,"Portland, ME",218,"Camden-Gloucester, NJ" +340,236,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +340,237,217,"New York, NY and NJ",217,"New York, NY and NJ" +340,238,244,"Providence, RI",265,"Norfolk Harbor, VA" +340,239,217,"New York, NY and NJ",241,"Philadelphia, PA" +340,240,265,"Norfolk Harbor, VA",197,"Portland, ME" +340,241,217,"New York, NY and NJ",241,"Philadelphia, PA" +340,242,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +340,243,169,"Wilmington, DE",223,"New York, NY and NJ" +340,244,201,"Boston, MA",241,"Philadelphia, PA" +340,245,197,"Portland, ME",245,"Charleston, SC" +340,246,245,"Charleston, SC",217,"New York, NY and NJ" +340,247,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +340,248,197,"Portland, ME",201,"Boston, MA" +340,249,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +340,250,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +340,251,223,"New York, NY and NJ",197,"Portland, ME" +340,252,265,"Norfolk Harbor, VA",197,"Portland, ME" +340,253,223,"New York, NY and NJ",152,"Mobile, AL" +340,254,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +340,255,197,"Portland, ME",197,"Portland, ME" +340,256,223,"New York, NY and NJ",201,"Boston, MA" +340,257,217,"New York, NY and NJ",217,"New York, NY and NJ" +340,258,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +340,259,265,"Norfolk Harbor, VA",177,"Savannah, GA" +340,260,217,"New York, NY and NJ",244,"Providence, RI" +340,261,217,"New York, NY and NJ",223,"New York, NY and NJ" +340,262,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +340,263,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +340,264,198,"Baltimore, MD",223,"New York, NY and NJ" +340,265,197,"Portland, ME",201,"Boston, MA" +340,266,223,"New York, NY and NJ",244,"Providence, RI" +340,267,229,"Wilmington, NC",201,"Boston, MA" +340,268,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +340,269,218,"Camden-Gloucester, NJ",244,"Providence, RI" +340,270,218,"Camden-Gloucester, NJ",201,"Boston, MA" +340,271,197,"Portland, ME",241,"Philadelphia, PA" +340,272,201,"Boston, MA",223,"New York, NY and NJ" +340,273,174,"Tampa, FL",244,"Providence, RI" +341,1,195,"New Orleans, LA",195,"New Orleans, LA" +341,2,257,"Houston, TX",257,"Houston, TX" +341,3,171,"Jacksonville, FL",171,"Jacksonville, FL" +341,4,172,"Port Everglades, FL",172,"Port Everglades, FL" +341,5,195,"New Orleans, LA",195,"New Orleans, LA" +341,6,152,"Mobile, AL",152,"Mobile, AL" +341,7,194,"Lake Charles, LA",194,"Lake Charles, LA" +341,8,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +341,9,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +341,10,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +341,11,195,"New Orleans, LA",195,"New Orleans, LA" +341,12,253,"Beaumont, TX",253,"Beaumont, TX" +341,13,253,"Beaumont, TX",253,"Beaumont, TX" +341,14,195,"New Orleans, LA",195,"New Orleans, LA" +341,15,195,"New Orleans, LA",195,"New Orleans, LA" +341,16,195,"New Orleans, LA",195,"New Orleans, LA" +341,17,195,"New Orleans, LA",195,"New Orleans, LA" +341,18,171,"Jacksonville, FL",171,"Jacksonville, FL" +341,19,194,"Lake Charles, LA",194,"Lake Charles, LA" +341,20,195,"New Orleans, LA",195,"New Orleans, LA" +341,21,257,"Houston, TX",257,"Houston, TX" +341,22,253,"Beaumont, TX",253,"Beaumont, TX" +341,23,257,"Houston, TX",257,"Houston, TX" +341,24,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +341,25,195,"New Orleans, LA",195,"New Orleans, LA" +341,26,208,"Pascagoula, MS",208,"Pascagoula, MS" +341,27,195,"New Orleans, LA",195,"New Orleans, LA" +341,28,177,"Savannah, GA",177,"Savannah, GA" +341,29,253,"Beaumont, TX",253,"Beaumont, TX" +341,30,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +341,31,253,"Beaumont, TX",253,"Beaumont, TX" +341,32,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +341,33,152,"Mobile, AL",152,"Mobile, AL" +341,34,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +341,35,174,"Tampa, FL",174,"Tampa, FL" +341,36,195,"New Orleans, LA",195,"New Orleans, LA" +341,37,195,"New Orleans, LA",195,"New Orleans, LA" +341,38,152,"Mobile, AL",152,"Mobile, AL" +341,39,195,"New Orleans, LA",195,"New Orleans, LA" +341,40,245,"Charleston, SC",245,"Charleston, SC" +341,41,194,"Lake Charles, LA",194,"Lake Charles, LA" +341,42,253,"Beaumont, TX",253,"Beaumont, TX" +341,43,195,"New Orleans, LA",195,"New Orleans, LA" +341,44,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +341,45,253,"Beaumont, TX",253,"Beaumont, TX" +341,46,195,"New Orleans, LA",195,"New Orleans, LA" +341,47,174,"Tampa, FL",174,"Tampa, FL" +341,48,253,"Beaumont, TX",253,"Beaumont, TX" +341,49,171,"Jacksonville, FL",171,"Jacksonville, FL" +341,50,253,"Beaumont, TX",253,"Beaumont, TX" +341,51,172,"Port Everglades, FL",172,"Port Everglades, FL" +341,52,194,"Lake Charles, LA",194,"Lake Charles, LA" +341,53,195,"New Orleans, LA",195,"New Orleans, LA" +341,54,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +341,55,171,"Jacksonville, FL",171,"Jacksonville, FL" +341,56,195,"New Orleans, LA",195,"New Orleans, LA" +341,57,177,"Savannah, GA",177,"Savannah, GA" +341,58,195,"New Orleans, LA",195,"New Orleans, LA" +341,59,253,"Beaumont, TX",253,"Beaumont, TX" +341,60,253,"Beaumont, TX",253,"Beaumont, TX" +341,61,172,"Port Everglades, FL",172,"Port Everglades, FL" +341,62,195,"New Orleans, LA",195,"New Orleans, LA" +341,63,241,"Philadelphia, PA",241,"Philadelphia, PA" +341,64,171,"Jacksonville, FL",171,"Jacksonville, FL" +341,65,194,"Lake Charles, LA",194,"Lake Charles, LA" +341,66,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +341,67,171,"Jacksonville, FL",171,"Jacksonville, FL" +341,68,174,"Tampa, FL",174,"Tampa, FL" +341,69,152,"Mobile, AL",152,"Mobile, AL" +341,70,195,"New Orleans, LA",195,"New Orleans, LA" +341,71,195,"New Orleans, LA",195,"New Orleans, LA" +341,72,208,"Pascagoula, MS",208,"Pascagoula, MS" +341,73,174,"Tampa, FL",174,"Tampa, FL" +341,74,177,"Savannah, GA",177,"Savannah, GA" +341,75,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +341,76,152,"Mobile, AL",152,"Mobile, AL" +341,77,257,"Houston, TX",257,"Houston, TX" +341,78,257,"Houston, TX",257,"Houston, TX" +341,79,253,"Beaumont, TX",253,"Beaumont, TX" +341,80,172,"Port Everglades, FL",172,"Port Everglades, FL" +341,81,172,"Port Everglades, FL",172,"Port Everglades, FL" +341,82,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +341,83,152,"Mobile, AL",152,"Mobile, AL" +341,84,177,"Savannah, GA",177,"Savannah, GA" +341,85,178,"Brunswick, GA",178,"Brunswick, GA" +341,86,152,"Mobile, AL",152,"Mobile, AL" +341,87,195,"New Orleans, LA",195,"New Orleans, LA" +341,88,177,"Savannah, GA",177,"Savannah, GA" +341,89,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +341,90,152,"Mobile, AL",152,"Mobile, AL" +341,91,253,"Beaumont, TX",253,"Beaumont, TX" +341,92,172,"Port Everglades, FL",172,"Port Everglades, FL" +341,93,152,"Mobile, AL",152,"Mobile, AL" +341,94,152,"Mobile, AL",152,"Mobile, AL" +341,95,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +341,96,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +341,97,208,"Pascagoula, MS",208,"Pascagoula, MS" +341,98,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +341,99,195,"New Orleans, LA",195,"New Orleans, LA" +341,100,195,"New Orleans, LA",195,"New Orleans, LA" +341,101,152,"Mobile, AL",152,"Mobile, AL" +341,102,195,"New Orleans, LA",195,"New Orleans, LA" +341,103,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +341,104,257,"Houston, TX",257,"Houston, TX" +341,105,257,"Houston, TX",257,"Houston, TX" +341,106,208,"Pascagoula, MS",208,"Pascagoula, MS" +341,107,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +341,108,253,"Beaumont, TX",253,"Beaumont, TX" +341,109,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +341,110,257,"Houston, TX",257,"Houston, TX" +341,111,171,"Jacksonville, FL",171,"Jacksonville, FL" +341,112,195,"New Orleans, LA",195,"New Orleans, LA" +341,113,195,"New Orleans, LA",195,"New Orleans, LA" +341,114,195,"New Orleans, LA",195,"New Orleans, LA" +341,115,177,"Savannah, GA",177,"Savannah, GA" +341,116,253,"Beaumont, TX",253,"Beaumont, TX" +341,117,257,"Houston, TX",257,"Houston, TX" +341,118,195,"New Orleans, LA",195,"New Orleans, LA" +341,119,257,"Houston, TX",257,"Houston, TX" +341,120,195,"New Orleans, LA",195,"New Orleans, LA" +341,121,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +341,122,177,"Savannah, GA",177,"Savannah, GA" +341,123,208,"Pascagoula, MS",208,"Pascagoula, MS" +341,124,152,"Mobile, AL",152,"Mobile, AL" +341,125,194,"Lake Charles, LA",194,"Lake Charles, LA" +341,126,171,"Jacksonville, FL",171,"Jacksonville, FL" +341,127,195,"New Orleans, LA",195,"New Orleans, LA" +341,128,172,"Port Everglades, FL",172,"Port Everglades, FL" +341,129,195,"New Orleans, LA",195,"New Orleans, LA" +341,130,172,"Port Everglades, FL",172,"Port Everglades, FL" +341,131,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +341,132,152,"Mobile, AL",152,"Mobile, AL" +341,151,257,"Houston, TX",254,"Corpus Christi, TX" +341,152,195,"New Orleans, LA",253,"Beaumont, TX" +341,153,195,"New Orleans, LA",171,"Jacksonville, FL" +341,154,154,"Anchorage, AK",154,"Anchorage, AK" +341,155,257,"Houston, TX",257,"Houston, TX" +341,156,171,"Jacksonville, FL",257,"Houston, TX" +341,157,195,"New Orleans, LA",253,"Beaumont, TX" +341,158,193,"Baton Rouge, LA",195,"New Orleans, LA" +341,159,195,"New Orleans, LA",253,"Beaumont, TX" +341,160,254,"Corpus Christi, TX",257,"Houston, TX" +341,161,172,"Port Everglades, FL",254,"Corpus Christi, TX" +341,162,253,"Beaumont, TX",257,"Houston, TX" +341,163,254,"Corpus Christi, TX",195,"New Orleans, LA" +341,164,254,"Corpus Christi, TX",195,"New Orleans, LA" +341,165,254,"Corpus Christi, TX",195,"New Orleans, LA" +341,166,193,"Baton Rouge, LA",265,"Norfolk Harbor, VA" +341,167,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +341,168,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +341,169,195,"New Orleans, LA",245,"Charleston, SC" +341,170,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +341,171,152,"Mobile, AL",177,"Savannah, GA" +341,172,174,"Tampa, FL",177,"Savannah, GA" +341,173,169,"Wilmington, DE",171,"Jacksonville, FL" +341,174,177,"Savannah, GA",152,"Mobile, AL" +341,175,177,"Savannah, GA",177,"Savannah, GA" +341,176,172,"Port Everglades, FL",195,"New Orleans, LA" +341,177,152,"Mobile, AL",174,"Tampa, FL" +341,178,195,"New Orleans, LA",172,"Port Everglades, FL" +341,179,179,"Honolulu, HI",179,"Honolulu, HI" +341,180,179,"Honolulu, HI",179,"Honolulu, HI" +341,181,195,"New Orleans, LA",195,"New Orleans, LA" +341,183,257,"Houston, TX",171,"Jacksonville, FL" +341,184,254,"Corpus Christi, TX",195,"New Orleans, LA" +341,185,152,"Mobile, AL",265,"Norfolk Harbor, VA" +341,186,257,"Houston, TX",171,"Jacksonville, FL" +341,187,254,"Corpus Christi, TX",195,"New Orleans, LA" +341,188,254,"Corpus Christi, TX",177,"Savannah, GA" +341,189,194,"Lake Charles, LA",254,"Corpus Christi, TX" +341,190,257,"Houston, TX",171,"Jacksonville, FL" +341,191,265,"Norfolk Harbor, VA",174,"Tampa, FL" +341,192,245,"Charleston, SC",152,"Mobile, AL" +341,193,195,"New Orleans, LA",195,"New Orleans, LA" +341,194,245,"Charleston, SC",257,"Houston, TX" +341,195,171,"Jacksonville, FL",253,"Beaumont, TX" +341,196,195,"New Orleans, LA",177,"Savannah, GA" +341,197,265,"Norfolk Harbor, VA",178,"Brunswick, GA" +341,198,245,"Charleston, SC",241,"Philadelphia, PA" +341,199,152,"Mobile, AL",177,"Savannah, GA" +341,200,195,"New Orleans, LA",198,"Baltimore, MD" +341,201,253,"Beaumont, TX",217,"New York, NY and NJ" +341,202,171,"Jacksonville, FL",177,"Savannah, GA" +341,203,257,"Houston, TX",178,"Brunswick, GA" +341,204,193,"Baton Rouge, LA",208,"Pascagoula, MS" +341,205,253,"Beaumont, TX",195,"New Orleans, LA" +341,206,152,"Mobile, AL",253,"Beaumont, TX" +341,207,194,"Lake Charles, LA",172,"Port Everglades, FL" +341,208,174,"Tampa, FL",257,"Houston, TX" +341,209,254,"Corpus Christi, TX",195,"New Orleans, LA" +341,210,257,"Houston, TX",171,"Jacksonville, FL" +341,211,257,"Houston, TX",257,"Houston, TX" +341,212,257,"Houston, TX",257,"Houston, TX" +341,213,195,"New Orleans, LA",253,"Beaumont, TX" +341,214,257,"Houston, TX",159,"Long Beach, CA" +341,215,194,"Lake Charles, LA",257,"Houston, TX" +341,216,152,"Mobile, AL",171,"Jacksonville, FL" +341,217,177,"Savannah, GA",198,"Baltimore, MD" +341,218,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +341,219,172,"Port Everglades, FL",177,"Savannah, GA" +341,220,152,"Mobile, AL",195,"New Orleans, LA" +341,221,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +341,222,245,"Charleston, SC",217,"New York, NY and NJ" +341,223,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +341,224,253,"Beaumont, TX",241,"Philadelphia, PA" +341,225,195,"New Orleans, LA",245,"Charleston, SC" +341,226,177,"Savannah, GA",152,"Mobile, AL" +341,227,177,"Savannah, GA",265,"Norfolk Harbor, VA" +341,228,174,"Tampa, FL",171,"Jacksonville, FL" +341,229,174,"Tampa, FL",174,"Tampa, FL" +341,230,254,"Corpus Christi, TX",208,"Pascagoula, MS" +341,231,172,"Port Everglades, FL",254,"Corpus Christi, TX" +341,232,229,"Wilmington, NC",253,"Beaumont, TX" +341,233,172,"Port Everglades, FL",253,"Beaumont, TX" +341,234,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +341,235,171,"Jacksonville, FL",253,"Beaumont, TX" +341,236,194,"Lake Charles, LA",195,"New Orleans, LA" +341,237,257,"Houston, TX",195,"New Orleans, LA" +341,238,152,"Mobile, AL",253,"Beaumont, TX" +341,239,253,"Beaumont, TX",257,"Houston, TX" +341,240,254,"Corpus Christi, TX",195,"New Orleans, LA" +341,241,152,"Mobile, AL",198,"Baltimore, MD" +341,242,172,"Port Everglades, FL",208,"Pascagoula, MS" +341,243,194,"Lake Charles, LA",265,"Norfolk Harbor, VA" +341,244,152,"Mobile, AL",177,"Savannah, GA" +341,245,195,"New Orleans, LA",172,"Port Everglades, FL" +341,246,254,"Corpus Christi, TX",177,"Savannah, GA" +341,247,195,"New Orleans, LA",174,"Tampa, FL" +341,248,152,"Mobile, AL",265,"Norfolk Harbor, VA" +341,249,194,"Lake Charles, LA",257,"Houston, TX" +341,250,253,"Beaumont, TX",195,"New Orleans, LA" +341,251,265,"Norfolk Harbor, VA",257,"Houston, TX" +341,252,257,"Houston, TX",253,"Beaumont, TX" +341,253,253,"Beaumont, TX",253,"Beaumont, TX" +341,254,195,"New Orleans, LA",254,"Corpus Christi, TX" +341,255,195,"New Orleans, LA",194,"Lake Charles, LA" +341,256,257,"Houston, TX",257,"Houston, TX" +341,257,254,"Corpus Christi, TX",195,"New Orleans, LA" +341,258,253,"Beaumont, TX",193,"Baton Rouge, LA" +341,259,257,"Houston, TX",257,"Houston, TX" +341,260,195,"New Orleans, LA",254,"Corpus Christi, TX" +341,261,253,"Beaumont, TX",195,"New Orleans, LA" +341,262,257,"Houston, TX",254,"Corpus Christi, TX" +341,263,174,"Tampa, FL",223,"New York, NY and NJ" +341,264,245,"Charleston, SC",265,"Norfolk Harbor, VA" +341,265,172,"Port Everglades, FL",195,"New Orleans, LA" +341,266,265,"Norfolk Harbor, VA",174,"Tampa, FL" +341,267,177,"Savannah, GA",265,"Norfolk Harbor, VA" +341,268,257,"Houston, TX",195,"New Orleans, LA" +341,269,253,"Beaumont, TX",257,"Houston, TX" +341,270,174,"Tampa, FL",265,"Norfolk Harbor, VA" +341,271,257,"Houston, TX",208,"Pascagoula, MS" +341,272,152,"Mobile, AL",253,"Beaumont, TX" +341,273,253,"Beaumont, TX",174,"Tampa, FL" +342,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,3,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,4,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,5,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,6,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,7,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,8,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,9,198,"Baltimore, MD",198,"Baltimore, MD" +342,10,197,"Portland, ME",197,"Portland, ME" +342,11,197,"Portland, ME",197,"Portland, ME" +342,12,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,13,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,14,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,15,197,"Portland, ME",197,"Portland, ME" +342,16,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,17,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,18,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,19,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,20,198,"Baltimore, MD",198,"Baltimore, MD" +342,21,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,22,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,23,197,"Portland, ME",197,"Portland, ME" +342,24,201,"Boston, MA",201,"Boston, MA" +342,25,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,26,201,"Boston, MA",201,"Boston, MA" +342,27,244,"Providence, RI",244,"Providence, RI" +342,28,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,29,198,"Baltimore, MD",198,"Baltimore, MD" +342,30,201,"Boston, MA",201,"Boston, MA" +342,31,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +342,32,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,33,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,34,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +342,35,241,"Philadelphia, PA",241,"Philadelphia, PA" +342,36,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,38,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,39,201,"Boston, MA",201,"Boston, MA" +342,40,198,"Baltimore, MD",198,"Baltimore, MD" +342,41,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +342,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,44,201,"Boston, MA",201,"Boston, MA" +342,45,197,"Portland, ME",197,"Portland, ME" +342,46,241,"Philadelphia, PA",241,"Philadelphia, PA" +342,47,244,"Providence, RI",244,"Providence, RI" +342,48,169,"Wilmington, DE",169,"Wilmington, DE" +342,49,241,"Philadelphia, PA",241,"Philadelphia, PA" +342,50,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,51,241,"Philadelphia, PA",241,"Philadelphia, PA" +342,52,197,"Portland, ME",197,"Portland, ME" +342,53,198,"Baltimore, MD",198,"Baltimore, MD" +342,54,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +342,55,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,56,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +342,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,58,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,59,241,"Philadelphia, PA",241,"Philadelphia, PA" +342,60,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +342,61,197,"Portland, ME",197,"Portland, ME" +342,62,198,"Baltimore, MD",198,"Baltimore, MD" +342,63,201,"Boston, MA",201,"Boston, MA" +342,64,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,66,197,"Portland, ME",197,"Portland, ME" +342,67,241,"Philadelphia, PA",241,"Philadelphia, PA" +342,68,198,"Baltimore, MD",198,"Baltimore, MD" +342,69,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,70,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +342,71,197,"Portland, ME",197,"Portland, ME" +342,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,73,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +342,74,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,75,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,76,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +342,77,241,"Philadelphia, PA",241,"Philadelphia, PA" +342,78,201,"Boston, MA",201,"Boston, MA" +342,79,241,"Philadelphia, PA",241,"Philadelphia, PA" +342,80,201,"Boston, MA",201,"Boston, MA" +342,81,198,"Baltimore, MD",198,"Baltimore, MD" +342,82,197,"Portland, ME",197,"Portland, ME" +342,83,201,"Boston, MA",201,"Boston, MA" +342,84,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +342,85,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,86,197,"Portland, ME",197,"Portland, ME" +342,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,88,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +342,89,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,90,241,"Philadelphia, PA",241,"Philadelphia, PA" +342,91,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +342,92,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,93,244,"Providence, RI",244,"Providence, RI" +342,94,198,"Baltimore, MD",198,"Baltimore, MD" +342,95,197,"Portland, ME",197,"Portland, ME" +342,96,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,98,198,"Baltimore, MD",198,"Baltimore, MD" +342,99,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,100,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,101,198,"Baltimore, MD",198,"Baltimore, MD" +342,102,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +342,103,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,104,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,105,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,106,197,"Portland, ME",197,"Portland, ME" +342,107,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,108,198,"Baltimore, MD",198,"Baltimore, MD" +342,109,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,110,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,111,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,112,197,"Portland, ME",197,"Portland, ME" +342,113,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,114,241,"Philadelphia, PA",241,"Philadelphia, PA" +342,115,241,"Philadelphia, PA",241,"Philadelphia, PA" +342,116,201,"Boston, MA",201,"Boston, MA" +342,117,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,118,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,119,201,"Boston, MA",201,"Boston, MA" +342,120,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,121,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,122,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,123,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,124,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,125,197,"Portland, ME",197,"Portland, ME" +342,126,201,"Boston, MA",201,"Boston, MA" +342,127,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,128,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +342,129,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,130,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,132,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,151,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +342,152,197,"Portland, ME",217,"New York, NY and NJ" +342,153,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +342,154,154,"Anchorage, AK",154,"Anchorage, AK" +342,155,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +342,156,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +342,157,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +342,158,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +342,159,217,"New York, NY and NJ",198,"Baltimore, MD" +342,160,218,"Camden-Gloucester, NJ",201,"Boston, MA" +342,161,223,"New York, NY and NJ",217,"New York, NY and NJ" +342,162,217,"New York, NY and NJ",201,"Boston, MA" +342,163,198,"Baltimore, MD",217,"New York, NY and NJ" +342,164,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,165,201,"Boston, MA",218,"Camden-Gloucester, NJ" +342,166,217,"New York, NY and NJ",201,"Boston, MA" +342,167,241,"Philadelphia, PA",198,"Baltimore, MD" +342,168,223,"New York, NY and NJ",217,"New York, NY and NJ" +342,169,217,"New York, NY and NJ",197,"Portland, ME" +342,170,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +342,171,201,"Boston, MA",198,"Baltimore, MD" +342,172,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +342,173,201,"Boston, MA",223,"New York, NY and NJ" +342,174,198,"Baltimore, MD",201,"Boston, MA" +342,175,223,"New York, NY and NJ",241,"Philadelphia, PA" +342,176,201,"Boston, MA",217,"New York, NY and NJ" +342,177,198,"Baltimore, MD",223,"New York, NY and NJ" +342,178,223,"New York, NY and NJ",217,"New York, NY and NJ" +342,179,179,"Honolulu, HI",179,"Honolulu, HI" +342,180,179,"Honolulu, HI",179,"Honolulu, HI" +342,181,217,"New York, NY and NJ",223,"New York, NY and NJ" +342,183,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,184,198,"Baltimore, MD",217,"New York, NY and NJ" +342,185,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +342,186,223,"New York, NY and NJ",217,"New York, NY and NJ" +342,187,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +342,188,217,"New York, NY and NJ",223,"New York, NY and NJ" +342,189,218,"Camden-Gloucester, NJ",201,"Boston, MA" +342,190,223,"New York, NY and NJ",197,"Portland, ME" +342,191,223,"New York, NY and NJ",198,"Baltimore, MD" +342,192,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +342,193,223,"New York, NY and NJ",217,"New York, NY and NJ" +342,194,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +342,195,197,"Portland, ME",265,"Norfolk Harbor, VA" +342,196,198,"Baltimore, MD",198,"Baltimore, MD" +342,197,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +342,198,198,"Baltimore, MD",223,"New York, NY and NJ" +342,199,223,"New York, NY and NJ",241,"Philadelphia, PA" +342,200,223,"New York, NY and NJ",217,"New York, NY and NJ" +342,201,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,202,223,"New York, NY and NJ",217,"New York, NY and NJ" +342,203,201,"Boston, MA",197,"Portland, ME" +342,204,198,"Baltimore, MD",197,"Portland, ME" +342,205,197,"Portland, ME",223,"New York, NY and NJ" +342,206,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,207,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,208,201,"Boston, MA",241,"Philadelphia, PA" +342,209,223,"New York, NY and NJ",217,"New York, NY and NJ" +342,210,244,"Providence, RI",217,"New York, NY and NJ" +342,211,201,"Boston, MA",198,"Baltimore, MD" +342,212,201,"Boston, MA",223,"New York, NY and NJ" +342,213,217,"New York, NY and NJ",197,"Portland, ME" +342,214,241,"Philadelphia, PA",198,"Baltimore, MD" +342,215,223,"New York, NY and NJ",244,"Providence, RI" +342,216,197,"Portland, ME",244,"Providence, RI" +342,217,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +342,218,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +342,219,244,"Providence, RI",198,"Baltimore, MD" +342,220,198,"Baltimore, MD",217,"New York, NY and NJ" +342,221,201,"Boston, MA",223,"New York, NY and NJ" +342,222,201,"Boston, MA",223,"New York, NY and NJ" +342,223,217,"New York, NY and NJ",223,"New York, NY and NJ" +342,224,201,"Boston, MA",223,"New York, NY and NJ" +342,225,223,"New York, NY and NJ",241,"Philadelphia, PA" +342,226,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,227,197,"Portland, ME",241,"Philadelphia, PA" +342,228,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,229,201,"Boston, MA",197,"Portland, ME" +342,230,223,"New York, NY and NJ",217,"New York, NY and NJ" +342,231,201,"Boston, MA",217,"New York, NY and NJ" +342,232,223,"New York, NY and NJ",197,"Portland, ME" +342,233,217,"New York, NY and NJ",223,"New York, NY and NJ" +342,234,223,"New York, NY and NJ",169,"Wilmington, DE" +342,235,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +342,236,201,"Boston, MA",197,"Portland, ME" +342,237,197,"Portland, ME",197,"Portland, ME" +342,238,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +342,239,223,"New York, NY and NJ",201,"Boston, MA" +342,240,241,"Philadelphia, PA",223,"New York, NY and NJ" +342,241,241,"Philadelphia, PA",217,"New York, NY and NJ" +342,242,217,"New York, NY and NJ",198,"Baltimore, MD" +342,243,241,"Philadelphia, PA",217,"New York, NY and NJ" +342,244,217,"New York, NY and NJ",201,"Boston, MA" +342,245,223,"New York, NY and NJ",197,"Portland, ME" +342,246,201,"Boston, MA",223,"New York, NY and NJ" +342,247,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +342,248,217,"New York, NY and NJ",197,"Portland, ME" +342,249,217,"New York, NY and NJ",217,"New York, NY and NJ" +342,250,201,"Boston, MA",218,"Camden-Gloucester, NJ" +342,251,201,"Boston, MA",241,"Philadelphia, PA" +342,252,241,"Philadelphia, PA",257,"Houston, TX" +342,253,223,"New York, NY and NJ",201,"Boston, MA" +342,254,197,"Portland, ME",265,"Norfolk Harbor, VA" +342,255,241,"Philadelphia, PA",208,"Pascagoula, MS" +342,256,223,"New York, NY and NJ",201,"Boston, MA" +342,257,223,"New York, NY and NJ",217,"New York, NY and NJ" +342,258,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +342,259,201,"Boston, MA",253,"Beaumont, TX" +342,260,223,"New York, NY and NJ",241,"Philadelphia, PA" +342,261,198,"Baltimore, MD",201,"Boston, MA" +342,262,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,263,241,"Philadelphia, PA",201,"Boston, MA" +342,264,223,"New York, NY and NJ",223,"New York, NY and NJ" +342,265,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +342,266,244,"Providence, RI",241,"Philadelphia, PA" +342,267,201,"Boston, MA",201,"Boston, MA" +342,268,223,"New York, NY and NJ",169,"Wilmington, DE" +342,269,217,"New York, NY and NJ",197,"Portland, ME" +342,270,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +342,271,217,"New York, NY and NJ",201,"Boston, MA" +342,272,217,"New York, NY and NJ",197,"Portland, ME" +342,273,197,"Portland, ME",197,"Portland, ME" +343,1,159,"Long Beach, CA",159,"Long Beach, CA" +343,2,162,"Oakland, CA",162,"Oakland, CA" +343,3,162,"Oakland, CA",162,"Oakland, CA" +343,4,162,"Oakland, CA",162,"Oakland, CA" +343,5,159,"Long Beach, CA",159,"Long Beach, CA" +343,6,268,"Seattle, WA",268,"Seattle, WA" +343,7,159,"Long Beach, CA",159,"Long Beach, CA" +343,8,159,"Long Beach, CA",159,"Long Beach, CA" +343,9,159,"Long Beach, CA",159,"Long Beach, CA" +343,10,162,"Oakland, CA",162,"Oakland, CA" +343,11,159,"Long Beach, CA",159,"Long Beach, CA" +343,12,159,"Long Beach, CA",159,"Long Beach, CA" +343,13,162,"Oakland, CA",162,"Oakland, CA" +343,14,268,"Seattle, WA",268,"Seattle, WA" +343,15,159,"Long Beach, CA",159,"Long Beach, CA" +343,16,159,"Long Beach, CA",159,"Long Beach, CA" +343,17,268,"Seattle, WA",268,"Seattle, WA" +343,18,159,"Long Beach, CA",159,"Long Beach, CA" +343,19,268,"Seattle, WA",268,"Seattle, WA" +343,20,162,"Oakland, CA",162,"Oakland, CA" +343,21,159,"Long Beach, CA",159,"Long Beach, CA" +343,22,268,"Seattle, WA",268,"Seattle, WA" +343,23,162,"Oakland, CA",162,"Oakland, CA" +343,24,268,"Seattle, WA",268,"Seattle, WA" +343,25,159,"Long Beach, CA",159,"Long Beach, CA" +343,26,268,"Seattle, WA",268,"Seattle, WA" +343,27,162,"Oakland, CA",162,"Oakland, CA" +343,28,159,"Long Beach, CA",159,"Long Beach, CA" +343,29,159,"Long Beach, CA",159,"Long Beach, CA" +343,30,269,"Longview, WA",269,"Longview, WA" +343,31,159,"Long Beach, CA",159,"Long Beach, CA" +343,32,239,"Portland, OR",239,"Portland, OR" +343,33,239,"Portland, OR",239,"Portland, OR" +343,34,162,"Oakland, CA",162,"Oakland, CA" +343,35,268,"Seattle, WA",268,"Seattle, WA" +343,36,159,"Long Beach, CA",159,"Long Beach, CA" +343,37,159,"Long Beach, CA",159,"Long Beach, CA" +343,38,268,"Seattle, WA",268,"Seattle, WA" +343,39,239,"Portland, OR",239,"Portland, OR" +343,40,162,"Oakland, CA",162,"Oakland, CA" +343,41,159,"Long Beach, CA",159,"Long Beach, CA" +343,42,159,"Long Beach, CA",159,"Long Beach, CA" +343,43,162,"Oakland, CA",162,"Oakland, CA" +343,44,159,"Long Beach, CA",159,"Long Beach, CA" +343,45,159,"Long Beach, CA",159,"Long Beach, CA" +343,46,159,"Long Beach, CA",159,"Long Beach, CA" +343,47,268,"Seattle, WA",268,"Seattle, WA" +343,48,268,"Seattle, WA",268,"Seattle, WA" +343,49,162,"Oakland, CA",162,"Oakland, CA" +343,50,159,"Long Beach, CA",159,"Long Beach, CA" +343,51,268,"Seattle, WA",268,"Seattle, WA" +343,52,239,"Portland, OR",239,"Portland, OR" +343,53,162,"Oakland, CA",162,"Oakland, CA" +343,54,159,"Long Beach, CA",159,"Long Beach, CA" +343,55,162,"Oakland, CA",162,"Oakland, CA" +343,56,159,"Long Beach, CA",159,"Long Beach, CA" +343,57,162,"Oakland, CA",162,"Oakland, CA" +343,58,239,"Portland, OR",239,"Portland, OR" +343,59,159,"Long Beach, CA",159,"Long Beach, CA" +343,60,162,"Oakland, CA",162,"Oakland, CA" +343,61,159,"Long Beach, CA",159,"Long Beach, CA" +343,62,159,"Long Beach, CA",159,"Long Beach, CA" +343,63,159,"Long Beach, CA",159,"Long Beach, CA" +343,64,159,"Long Beach, CA",159,"Long Beach, CA" +343,65,269,"Longview, WA",269,"Longview, WA" +343,66,159,"Long Beach, CA",159,"Long Beach, CA" +343,67,268,"Seattle, WA",268,"Seattle, WA" +343,68,159,"Long Beach, CA",159,"Long Beach, CA" +343,69,159,"Long Beach, CA",159,"Long Beach, CA" +343,70,159,"Long Beach, CA",159,"Long Beach, CA" +343,71,162,"Oakland, CA",162,"Oakland, CA" +343,72,159,"Long Beach, CA",159,"Long Beach, CA" +343,73,159,"Long Beach, CA",159,"Long Beach, CA" +343,74,269,"Longview, WA",269,"Longview, WA" +343,75,159,"Long Beach, CA",159,"Long Beach, CA" +343,76,269,"Longview, WA",269,"Longview, WA" +343,77,159,"Long Beach, CA",159,"Long Beach, CA" +343,78,159,"Long Beach, CA",159,"Long Beach, CA" +343,79,268,"Seattle, WA",268,"Seattle, WA" +343,80,159,"Long Beach, CA",159,"Long Beach, CA" +343,81,162,"Oakland, CA",162,"Oakland, CA" +343,82,162,"Oakland, CA",162,"Oakland, CA" +343,83,268,"Seattle, WA",268,"Seattle, WA" +343,84,159,"Long Beach, CA",159,"Long Beach, CA" +343,85,268,"Seattle, WA",268,"Seattle, WA" +343,86,159,"Long Beach, CA",159,"Long Beach, CA" +343,87,269,"Longview, WA",269,"Longview, WA" +343,88,159,"Long Beach, CA",159,"Long Beach, CA" +343,89,159,"Long Beach, CA",159,"Long Beach, CA" +343,90,239,"Portland, OR",239,"Portland, OR" +343,91,159,"Long Beach, CA",159,"Long Beach, CA" +343,92,162,"Oakland, CA",162,"Oakland, CA" +343,93,159,"Long Beach, CA",159,"Long Beach, CA" +343,94,159,"Long Beach, CA",159,"Long Beach, CA" +343,95,239,"Portland, OR",239,"Portland, OR" +343,96,239,"Portland, OR",239,"Portland, OR" +343,97,159,"Long Beach, CA",159,"Long Beach, CA" +343,98,268,"Seattle, WA",268,"Seattle, WA" +343,99,239,"Portland, OR",239,"Portland, OR" +343,100,239,"Portland, OR",239,"Portland, OR" +343,101,159,"Long Beach, CA",159,"Long Beach, CA" +343,102,159,"Long Beach, CA",159,"Long Beach, CA" +343,103,162,"Oakland, CA",162,"Oakland, CA" +343,104,159,"Long Beach, CA",159,"Long Beach, CA" +343,105,159,"Long Beach, CA",159,"Long Beach, CA" +343,106,268,"Seattle, WA",268,"Seattle, WA" +343,107,269,"Longview, WA",269,"Longview, WA" +343,108,268,"Seattle, WA",268,"Seattle, WA" +343,109,159,"Long Beach, CA",159,"Long Beach, CA" +343,110,159,"Long Beach, CA",159,"Long Beach, CA" +343,111,268,"Seattle, WA",268,"Seattle, WA" +343,112,159,"Long Beach, CA",159,"Long Beach, CA" +343,113,268,"Seattle, WA",268,"Seattle, WA" +343,114,159,"Long Beach, CA",159,"Long Beach, CA" +343,115,159,"Long Beach, CA",159,"Long Beach, CA" +343,116,159,"Long Beach, CA",159,"Long Beach, CA" +343,117,159,"Long Beach, CA",159,"Long Beach, CA" +343,118,159,"Long Beach, CA",159,"Long Beach, CA" +343,119,159,"Long Beach, CA",159,"Long Beach, CA" +343,120,159,"Long Beach, CA",159,"Long Beach, CA" +343,121,269,"Longview, WA",269,"Longview, WA" +343,122,268,"Seattle, WA",268,"Seattle, WA" +343,123,159,"Long Beach, CA",159,"Long Beach, CA" +343,124,159,"Long Beach, CA",159,"Long Beach, CA" +343,125,162,"Oakland, CA",162,"Oakland, CA" +343,126,268,"Seattle, WA",268,"Seattle, WA" +343,127,268,"Seattle, WA",268,"Seattle, WA" +343,128,159,"Long Beach, CA",159,"Long Beach, CA" +343,129,268,"Seattle, WA",268,"Seattle, WA" +343,130,159,"Long Beach, CA",159,"Long Beach, CA" +343,131,269,"Longview, WA",269,"Longview, WA" +343,132,268,"Seattle, WA",268,"Seattle, WA" +343,151,268,"Seattle, WA",159,"Long Beach, CA" +343,152,159,"Long Beach, CA",162,"Oakland, CA" +343,153,162,"Oakland, CA",162,"Oakland, CA" +343,154,154,"Anchorage, AK",154,"Anchorage, AK" +343,155,159,"Long Beach, CA",268,"Seattle, WA" +343,156,159,"Long Beach, CA",269,"Longview, WA" +343,157,159,"Long Beach, CA",162,"Oakland, CA" +343,158,159,"Long Beach, CA",159,"Long Beach, CA" +343,159,159,"Long Beach, CA",162,"Oakland, CA" +343,160,159,"Long Beach, CA",268,"Seattle, WA" +343,161,268,"Seattle, WA",159,"Long Beach, CA" +343,162,159,"Long Beach, CA",159,"Long Beach, CA" +343,163,268,"Seattle, WA",159,"Long Beach, CA" +343,164,159,"Long Beach, CA",159,"Long Beach, CA" +343,165,159,"Long Beach, CA",268,"Seattle, WA" +343,166,268,"Seattle, WA",159,"Long Beach, CA" +343,167,159,"Long Beach, CA",159,"Long Beach, CA" +343,168,162,"Oakland, CA",159,"Long Beach, CA" +343,169,162,"Oakland, CA",268,"Seattle, WA" +343,170,159,"Long Beach, CA",162,"Oakland, CA" +343,171,162,"Oakland, CA",162,"Oakland, CA" +343,172,268,"Seattle, WA",159,"Long Beach, CA" +343,173,159,"Long Beach, CA",162,"Oakland, CA" +343,174,159,"Long Beach, CA",268,"Seattle, WA" +343,175,159,"Long Beach, CA",159,"Long Beach, CA" +343,176,162,"Oakland, CA",268,"Seattle, WA" +343,177,162,"Oakland, CA",162,"Oakland, CA" +343,178,159,"Long Beach, CA",162,"Oakland, CA" +343,179,179,"Honolulu, HI",179,"Honolulu, HI" +343,180,179,"Honolulu, HI",179,"Honolulu, HI" +343,181,159,"Long Beach, CA",162,"Oakland, CA" +343,183,162,"Oakland, CA",268,"Seattle, WA" +343,184,159,"Long Beach, CA",159,"Long Beach, CA" +343,185,268,"Seattle, WA",159,"Long Beach, CA" +343,186,162,"Oakland, CA",159,"Long Beach, CA" +343,187,162,"Oakland, CA",159,"Long Beach, CA" +343,188,162,"Oakland, CA",159,"Long Beach, CA" +343,189,159,"Long Beach, CA",159,"Long Beach, CA" +343,190,159,"Long Beach, CA",159,"Long Beach, CA" +343,191,159,"Long Beach, CA",239,"Portland, OR" +343,192,162,"Oakland, CA",162,"Oakland, CA" +343,193,162,"Oakland, CA",268,"Seattle, WA" +343,194,268,"Seattle, WA",159,"Long Beach, CA" +343,195,268,"Seattle, WA",162,"Oakland, CA" +343,196,268,"Seattle, WA",159,"Long Beach, CA" +343,197,268,"Seattle, WA",268,"Seattle, WA" +343,198,162,"Oakland, CA",239,"Portland, OR" +343,199,159,"Long Beach, CA",268,"Seattle, WA" +343,200,159,"Long Beach, CA",159,"Long Beach, CA" +343,201,159,"Long Beach, CA",239,"Portland, OR" +343,202,159,"Long Beach, CA",159,"Long Beach, CA" +343,203,159,"Long Beach, CA",268,"Seattle, WA" +343,204,239,"Portland, OR",159,"Long Beach, CA" +343,205,159,"Long Beach, CA",268,"Seattle, WA" +343,206,268,"Seattle, WA",159,"Long Beach, CA" +343,207,268,"Seattle, WA",159,"Long Beach, CA" +343,208,159,"Long Beach, CA",159,"Long Beach, CA" +343,209,162,"Oakland, CA",268,"Seattle, WA" +343,210,159,"Long Beach, CA",159,"Long Beach, CA" +343,211,162,"Oakland, CA",268,"Seattle, WA" +343,212,269,"Longview, WA",268,"Seattle, WA" +343,213,268,"Seattle, WA",159,"Long Beach, CA" +343,214,159,"Long Beach, CA",159,"Long Beach, CA" +343,215,159,"Long Beach, CA",159,"Long Beach, CA" +343,216,159,"Long Beach, CA",239,"Portland, OR" +343,217,159,"Long Beach, CA",159,"Long Beach, CA" +343,218,159,"Long Beach, CA",159,"Long Beach, CA" +343,219,162,"Oakland, CA",159,"Long Beach, CA" +343,220,239,"Portland, OR",268,"Seattle, WA" +343,221,239,"Portland, OR",159,"Long Beach, CA" +343,222,162,"Oakland, CA",268,"Seattle, WA" +343,223,159,"Long Beach, CA",239,"Portland, OR" +343,224,159,"Long Beach, CA",159,"Long Beach, CA" +343,225,269,"Longview, WA",269,"Longview, WA" +343,226,162,"Oakland, CA",159,"Long Beach, CA" +343,227,159,"Long Beach, CA",159,"Long Beach, CA" +343,228,159,"Long Beach, CA",268,"Seattle, WA" +343,229,159,"Long Beach, CA",159,"Long Beach, CA" +343,230,162,"Oakland, CA",159,"Long Beach, CA" +343,231,268,"Seattle, WA",159,"Long Beach, CA" +343,232,268,"Seattle, WA",162,"Oakland, CA" +343,233,159,"Long Beach, CA",159,"Long Beach, CA" +343,234,159,"Long Beach, CA",159,"Long Beach, CA" +343,235,159,"Long Beach, CA",268,"Seattle, WA" +343,236,159,"Long Beach, CA",162,"Oakland, CA" +343,237,159,"Long Beach, CA",159,"Long Beach, CA" +343,238,159,"Long Beach, CA",159,"Long Beach, CA" +343,239,159,"Long Beach, CA",159,"Long Beach, CA" +343,240,159,"Long Beach, CA",159,"Long Beach, CA" +343,241,159,"Long Beach, CA",162,"Oakland, CA" +343,242,268,"Seattle, WA",269,"Longview, WA" +343,243,159,"Long Beach, CA",159,"Long Beach, CA" +343,244,268,"Seattle, WA",159,"Long Beach, CA" +343,245,159,"Long Beach, CA",159,"Long Beach, CA" +343,246,159,"Long Beach, CA",239,"Portland, OR" +343,247,159,"Long Beach, CA",159,"Long Beach, CA" +343,248,159,"Long Beach, CA",268,"Seattle, WA" +343,249,268,"Seattle, WA",159,"Long Beach, CA" +343,250,268,"Seattle, WA",268,"Seattle, WA" +343,251,159,"Long Beach, CA",268,"Seattle, WA" +343,252,268,"Seattle, WA",159,"Long Beach, CA" +343,253,159,"Long Beach, CA",268,"Seattle, WA" +343,254,269,"Longview, WA",162,"Oakland, CA" +343,255,159,"Long Beach, CA",268,"Seattle, WA" +343,256,162,"Oakland, CA",268,"Seattle, WA" +343,257,159,"Long Beach, CA",159,"Long Beach, CA" +343,258,268,"Seattle, WA",268,"Seattle, WA" +343,259,159,"Long Beach, CA",268,"Seattle, WA" +343,260,159,"Long Beach, CA",159,"Long Beach, CA" +343,261,239,"Portland, OR",268,"Seattle, WA" +343,262,159,"Long Beach, CA",239,"Portland, OR" +343,263,239,"Portland, OR",159,"Long Beach, CA" +343,264,162,"Oakland, CA",268,"Seattle, WA" +343,265,239,"Portland, OR",162,"Oakland, CA" +343,266,159,"Long Beach, CA",162,"Oakland, CA" +343,267,159,"Long Beach, CA",159,"Long Beach, CA" +343,268,159,"Long Beach, CA",268,"Seattle, WA" +343,269,269,"Longview, WA",159,"Long Beach, CA" +343,270,159,"Long Beach, CA",268,"Seattle, WA" +343,271,159,"Long Beach, CA",159,"Long Beach, CA" +343,272,269,"Longview, WA",162,"Oakland, CA" +343,273,269,"Longview, WA",239,"Portland, OR" +344,1,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,2,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,3,241,"Philadelphia, PA",241,"Philadelphia, PA" +344,4,197,"Portland, ME",197,"Portland, ME" +344,5,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,6,197,"Portland, ME",197,"Portland, ME" +344,7,241,"Philadelphia, PA",241,"Philadelphia, PA" +344,8,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,9,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,10,244,"Providence, RI",244,"Providence, RI" +344,11,197,"Portland, ME",197,"Portland, ME" +344,12,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,13,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,14,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,15,241,"Philadelphia, PA",241,"Philadelphia, PA" +344,16,198,"Baltimore, MD",198,"Baltimore, MD" +344,17,201,"Boston, MA",201,"Boston, MA" +344,18,197,"Portland, ME",197,"Portland, ME" +344,19,241,"Philadelphia, PA",241,"Philadelphia, PA" +344,20,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,21,197,"Portland, ME",197,"Portland, ME" +344,22,197,"Portland, ME",197,"Portland, ME" +344,23,197,"Portland, ME",197,"Portland, ME" +344,24,198,"Baltimore, MD",198,"Baltimore, MD" +344,25,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,26,198,"Baltimore, MD",198,"Baltimore, MD" +344,27,197,"Portland, ME",197,"Portland, ME" +344,28,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +344,29,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,30,201,"Boston, MA",201,"Boston, MA" +344,31,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,32,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,33,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,34,201,"Boston, MA",201,"Boston, MA" +344,35,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,36,244,"Providence, RI",244,"Providence, RI" +344,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,38,241,"Philadelphia, PA",241,"Philadelphia, PA" +344,39,241,"Philadelphia, PA",241,"Philadelphia, PA" +344,40,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,41,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,42,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,43,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,44,201,"Boston, MA",201,"Boston, MA" +344,45,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,46,241,"Philadelphia, PA",241,"Philadelphia, PA" +344,47,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,48,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,49,244,"Providence, RI",244,"Providence, RI" +344,50,241,"Philadelphia, PA",241,"Philadelphia, PA" +344,51,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,52,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +344,53,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,54,241,"Philadelphia, PA",241,"Philadelphia, PA" +344,55,201,"Boston, MA",201,"Boston, MA" +344,56,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,57,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +344,58,241,"Philadelphia, PA",241,"Philadelphia, PA" +344,59,197,"Portland, ME",197,"Portland, ME" +344,60,198,"Baltimore, MD",198,"Baltimore, MD" +344,61,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,62,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,63,201,"Boston, MA",201,"Boston, MA" +344,64,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,65,198,"Baltimore, MD",198,"Baltimore, MD" +344,66,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,67,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +344,68,241,"Philadelphia, PA",241,"Philadelphia, PA" +344,69,241,"Philadelphia, PA",241,"Philadelphia, PA" +344,70,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,71,197,"Portland, ME",197,"Portland, ME" +344,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,73,197,"Portland, ME",197,"Portland, ME" +344,74,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,75,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,76,197,"Portland, ME",197,"Portland, ME" +344,77,244,"Providence, RI",244,"Providence, RI" +344,78,197,"Portland, ME",197,"Portland, ME" +344,79,241,"Philadelphia, PA",241,"Philadelphia, PA" +344,80,197,"Portland, ME",197,"Portland, ME" +344,81,241,"Philadelphia, PA",241,"Philadelphia, PA" +344,82,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,83,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,84,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,85,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,86,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,87,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,88,198,"Baltimore, MD",198,"Baltimore, MD" +344,89,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,90,201,"Boston, MA",201,"Boston, MA" +344,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,92,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,93,198,"Baltimore, MD",198,"Baltimore, MD" +344,94,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,95,241,"Philadelphia, PA",241,"Philadelphia, PA" +344,96,197,"Portland, ME",197,"Portland, ME" +344,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,98,241,"Philadelphia, PA",241,"Philadelphia, PA" +344,99,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,100,244,"Providence, RI",244,"Providence, RI" +344,101,198,"Baltimore, MD",198,"Baltimore, MD" +344,102,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,103,244,"Providence, RI",244,"Providence, RI" +344,104,201,"Boston, MA",201,"Boston, MA" +344,105,244,"Providence, RI",244,"Providence, RI" +344,106,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +344,107,198,"Baltimore, MD",198,"Baltimore, MD" +344,108,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,109,201,"Boston, MA",201,"Boston, MA" +344,110,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,111,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,112,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,113,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +344,114,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,115,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,116,198,"Baltimore, MD",198,"Baltimore, MD" +344,117,241,"Philadelphia, PA",241,"Philadelphia, PA" +344,118,241,"Philadelphia, PA",241,"Philadelphia, PA" +344,119,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,120,197,"Portland, ME",197,"Portland, ME" +344,121,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,122,197,"Portland, ME",197,"Portland, ME" +344,123,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,124,241,"Philadelphia, PA",241,"Philadelphia, PA" +344,125,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,126,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,127,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,128,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +344,129,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +344,130,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,131,197,"Portland, ME",197,"Portland, ME" +344,132,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,151,198,"Baltimore, MD",217,"New York, NY and NJ" +344,152,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +344,153,169,"Wilmington, DE",217,"New York, NY and NJ" +344,154,154,"Anchorage, AK",154,"Anchorage, AK" +344,155,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,156,197,"Portland, ME",169,"Wilmington, DE" +344,157,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,158,265,"Norfolk Harbor, VA",197,"Portland, ME" +344,159,223,"New York, NY and NJ",198,"Baltimore, MD" +344,160,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +344,161,198,"Baltimore, MD",197,"Portland, ME" +344,162,198,"Baltimore, MD",257,"Houston, TX" +344,163,241,"Philadelphia, PA",245,"Charleston, SC" +344,164,223,"New York, NY and NJ",217,"New York, NY and NJ" +344,165,218,"Camden-Gloucester, NJ",244,"Providence, RI" +344,166,217,"New York, NY and NJ",217,"New York, NY and NJ" +344,167,197,"Portland, ME",217,"New York, NY and NJ" +344,168,217,"New York, NY and NJ",223,"New York, NY and NJ" +344,169,223,"New York, NY and NJ",197,"Portland, ME" +344,170,198,"Baltimore, MD",241,"Philadelphia, PA" +344,171,265,"Norfolk Harbor, VA",177,"Savannah, GA" +344,172,223,"New York, NY and NJ",241,"Philadelphia, PA" +344,173,217,"New York, NY and NJ",197,"Portland, ME" +344,174,201,"Boston, MA",197,"Portland, ME" +344,175,198,"Baltimore, MD",223,"New York, NY and NJ" +344,176,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +344,177,197,"Portland, ME",169,"Wilmington, DE" +344,178,197,"Portland, ME",198,"Baltimore, MD" +344,179,179,"Honolulu, HI",179,"Honolulu, HI" +344,180,179,"Honolulu, HI",179,"Honolulu, HI" +344,181,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +344,183,201,"Boston, MA",169,"Wilmington, DE" +344,184,217,"New York, NY and NJ",198,"Baltimore, MD" +344,185,241,"Philadelphia, PA",241,"Philadelphia, PA" +344,186,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +344,187,223,"New York, NY and NJ",241,"Philadelphia, PA" +344,188,197,"Portland, ME",217,"New York, NY and NJ" +344,189,198,"Baltimore, MD",197,"Portland, ME" +344,190,197,"Portland, ME",244,"Providence, RI" +344,191,223,"New York, NY and NJ",241,"Philadelphia, PA" +344,192,217,"New York, NY and NJ",241,"Philadelphia, PA" +344,193,197,"Portland, ME",198,"Baltimore, MD" +344,194,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +344,195,241,"Philadelphia, PA",197,"Portland, ME" +344,196,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +344,197,218,"Camden-Gloucester, NJ",197,"Portland, ME" +344,198,244,"Providence, RI",198,"Baltimore, MD" +344,199,223,"New York, NY and NJ",241,"Philadelphia, PA" +344,200,218,"Camden-Gloucester, NJ",197,"Portland, ME" +344,201,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,202,197,"Portland, ME",218,"Camden-Gloucester, NJ" +344,203,198,"Baltimore, MD",244,"Providence, RI" +344,204,201,"Boston, MA",197,"Portland, ME" +344,205,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +344,206,169,"Wilmington, DE",223,"New York, NY and NJ" +344,207,223,"New York, NY and NJ",217,"New York, NY and NJ" +344,208,198,"Baltimore, MD",198,"Baltimore, MD" +344,209,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,210,217,"New York, NY and NJ",169,"Wilmington, DE" +344,211,197,"Portland, ME",241,"Philadelphia, PA" +344,212,223,"New York, NY and NJ",201,"Boston, MA" +344,213,201,"Boston, MA",244,"Providence, RI" +344,214,223,"New York, NY and NJ",198,"Baltimore, MD" +344,215,201,"Boston, MA",218,"Camden-Gloucester, NJ" +344,216,241,"Philadelphia, PA",241,"Philadelphia, PA" +344,217,223,"New York, NY and NJ",198,"Baltimore, MD" +344,218,197,"Portland, ME",201,"Boston, MA" +344,219,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +344,220,241,"Philadelphia, PA",201,"Boston, MA" +344,221,217,"New York, NY and NJ",201,"Boston, MA" +344,222,244,"Providence, RI",197,"Portland, ME" +344,223,223,"New York, NY and NJ",197,"Portland, ME" +344,224,244,"Providence, RI",223,"New York, NY and NJ" +344,225,223,"New York, NY and NJ",241,"Philadelphia, PA" +344,226,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +344,227,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +344,228,197,"Portland, ME",198,"Baltimore, MD" +344,229,223,"New York, NY and NJ",217,"New York, NY and NJ" +344,230,217,"New York, NY and NJ",198,"Baltimore, MD" +344,231,223,"New York, NY and NJ",217,"New York, NY and NJ" +344,232,197,"Portland, ME",217,"New York, NY and NJ" +344,233,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +344,234,197,"Portland, ME",223,"New York, NY and NJ" +344,235,197,"Portland, ME",223,"New York, NY and NJ" +344,236,217,"New York, NY and NJ",223,"New York, NY and NJ" +344,237,244,"Providence, RI",223,"New York, NY and NJ" +344,238,198,"Baltimore, MD",217,"New York, NY and NJ" +344,239,217,"New York, NY and NJ",241,"Philadelphia, PA" +344,240,201,"Boston, MA",218,"Camden-Gloucester, NJ" +344,241,197,"Portland, ME",223,"New York, NY and NJ" +344,242,201,"Boston, MA",218,"Camden-Gloucester, NJ" +344,243,169,"Wilmington, DE",197,"Portland, ME" +344,244,217,"New York, NY and NJ",223,"New York, NY and NJ" +344,245,223,"New York, NY and NJ",223,"New York, NY and NJ" +344,246,197,"Portland, ME",223,"New York, NY and NJ" +344,247,197,"Portland, ME",198,"Baltimore, MD" +344,248,223,"New York, NY and NJ",198,"Baltimore, MD" +344,249,217,"New York, NY and NJ",198,"Baltimore, MD" +344,250,201,"Boston, MA",201,"Boston, MA" +344,251,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +344,252,218,"Camden-Gloucester, NJ",253,"Beaumont, TX" +344,253,197,"Portland, ME",177,"Savannah, GA" +344,254,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +344,255,217,"New York, NY and NJ",198,"Baltimore, MD" +344,256,223,"New York, NY and NJ",208,"Pascagoula, MS" +344,257,244,"Providence, RI",265,"Norfolk Harbor, VA" +344,258,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +344,259,223,"New York, NY and NJ",195,"New Orleans, LA" +344,260,198,"Baltimore, MD",198,"Baltimore, MD" +344,261,198,"Baltimore, MD",217,"New York, NY and NJ" +344,262,197,"Portland, ME",265,"Norfolk Harbor, VA" +344,263,201,"Boston, MA",197,"Portland, ME" +344,264,169,"Wilmington, DE",198,"Baltimore, MD" +344,265,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +344,266,223,"New York, NY and NJ",241,"Philadelphia, PA" +344,267,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +344,268,241,"Philadelphia, PA",217,"New York, NY and NJ" +344,269,198,"Baltimore, MD",244,"Providence, RI" +344,270,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +344,271,223,"New York, NY and NJ",201,"Boston, MA" +344,272,223,"New York, NY and NJ",197,"Portland, ME" +344,273,197,"Portland, ME",197,"Portland, ME" +345,1,241,"Philadelphia, PA",241,"Philadelphia, PA" +345,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +345,3,201,"Boston, MA",201,"Boston, MA" +345,4,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,5,201,"Boston, MA",201,"Boston, MA" +345,6,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,7,197,"Portland, ME",197,"Portland, ME" +345,8,217,"New York, NY and NJ",217,"New York, NY and NJ" +345,9,241,"Philadelphia, PA",241,"Philadelphia, PA" +345,10,217,"New York, NY and NJ",217,"New York, NY and NJ" +345,11,217,"New York, NY and NJ",217,"New York, NY and NJ" +345,12,198,"Baltimore, MD",198,"Baltimore, MD" +345,13,198,"Baltimore, MD",198,"Baltimore, MD" +345,14,197,"Portland, ME",197,"Portland, ME" +345,15,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,16,201,"Boston, MA",201,"Boston, MA" +345,17,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +345,18,201,"Boston, MA",201,"Boston, MA" +345,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +345,20,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +345,21,217,"New York, NY and NJ",217,"New York, NY and NJ" +345,22,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,23,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,24,201,"Boston, MA",201,"Boston, MA" +345,25,241,"Philadelphia, PA",241,"Philadelphia, PA" +345,26,197,"Portland, ME",197,"Portland, ME" +345,27,169,"Wilmington, DE",169,"Wilmington, DE" +345,28,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,29,198,"Baltimore, MD",198,"Baltimore, MD" +345,30,201,"Boston, MA",201,"Boston, MA" +345,31,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,32,197,"Portland, ME",197,"Portland, ME" +345,33,217,"New York, NY and NJ",217,"New York, NY and NJ" +345,34,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,35,244,"Providence, RI",244,"Providence, RI" +345,36,197,"Portland, ME",197,"Portland, ME" +345,37,198,"Baltimore, MD",198,"Baltimore, MD" +345,38,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +345,39,201,"Boston, MA",201,"Boston, MA" +345,40,217,"New York, NY and NJ",217,"New York, NY and NJ" +345,41,198,"Baltimore, MD",198,"Baltimore, MD" +345,42,201,"Boston, MA",201,"Boston, MA" +345,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,44,198,"Baltimore, MD",198,"Baltimore, MD" +345,45,201,"Boston, MA",201,"Boston, MA" +345,46,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +345,47,197,"Portland, ME",197,"Portland, ME" +345,48,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,49,201,"Boston, MA",201,"Boston, MA" +345,50,169,"Wilmington, DE",169,"Wilmington, DE" +345,51,197,"Portland, ME",197,"Portland, ME" +345,52,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,53,217,"New York, NY and NJ",217,"New York, NY and NJ" +345,54,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,56,197,"Portland, ME",197,"Portland, ME" +345,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,58,217,"New York, NY and NJ",217,"New York, NY and NJ" +345,59,241,"Philadelphia, PA",241,"Philadelphia, PA" +345,60,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,61,217,"New York, NY and NJ",217,"New York, NY and NJ" +345,62,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,63,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,64,201,"Boston, MA",201,"Boston, MA" +345,65,198,"Baltimore, MD",198,"Baltimore, MD" +345,66,169,"Wilmington, DE",169,"Wilmington, DE" +345,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +345,68,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,69,201,"Boston, MA",201,"Boston, MA" +345,70,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,71,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +345,72,244,"Providence, RI",244,"Providence, RI" +345,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,74,241,"Philadelphia, PA",241,"Philadelphia, PA" +345,75,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,76,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,77,241,"Philadelphia, PA",241,"Philadelphia, PA" +345,78,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,79,217,"New York, NY and NJ",217,"New York, NY and NJ" +345,80,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +345,81,241,"Philadelphia, PA",241,"Philadelphia, PA" +345,82,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,83,241,"Philadelphia, PA",241,"Philadelphia, PA" +345,84,217,"New York, NY and NJ",217,"New York, NY and NJ" +345,85,217,"New York, NY and NJ",217,"New York, NY and NJ" +345,86,198,"Baltimore, MD",198,"Baltimore, MD" +345,87,197,"Portland, ME",197,"Portland, ME" +345,88,201,"Boston, MA",201,"Boston, MA" +345,89,217,"New York, NY and NJ",217,"New York, NY and NJ" +345,90,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +345,91,217,"New York, NY and NJ",217,"New York, NY and NJ" +345,92,197,"Portland, ME",197,"Portland, ME" +345,93,217,"New York, NY and NJ",217,"New York, NY and NJ" +345,94,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,95,197,"Portland, ME",197,"Portland, ME" +345,96,197,"Portland, ME",197,"Portland, ME" +345,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,98,198,"Baltimore, MD",198,"Baltimore, MD" +345,99,197,"Portland, ME",197,"Portland, ME" +345,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,101,201,"Boston, MA",201,"Boston, MA" +345,102,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +345,103,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,104,198,"Baltimore, MD",198,"Baltimore, MD" +345,105,198,"Baltimore, MD",198,"Baltimore, MD" +345,106,217,"New York, NY and NJ",217,"New York, NY and NJ" +345,107,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,108,197,"Portland, ME",197,"Portland, ME" +345,109,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,110,241,"Philadelphia, PA",241,"Philadelphia, PA" +345,111,241,"Philadelphia, PA",241,"Philadelphia, PA" +345,112,198,"Baltimore, MD",198,"Baltimore, MD" +345,113,241,"Philadelphia, PA",241,"Philadelphia, PA" +345,114,198,"Baltimore, MD",198,"Baltimore, MD" +345,115,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +345,116,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +345,117,198,"Baltimore, MD",198,"Baltimore, MD" +345,118,201,"Boston, MA",201,"Boston, MA" +345,119,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,120,198,"Baltimore, MD",198,"Baltimore, MD" +345,121,201,"Boston, MA",201,"Boston, MA" +345,122,197,"Portland, ME",197,"Portland, ME" +345,123,217,"New York, NY and NJ",217,"New York, NY and NJ" +345,124,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,126,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +345,127,198,"Baltimore, MD",198,"Baltimore, MD" +345,128,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +345,129,241,"Philadelphia, PA",241,"Philadelphia, PA" +345,130,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,131,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,132,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,151,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +345,152,201,"Boston, MA",217,"New York, NY and NJ" +345,153,201,"Boston, MA",218,"Camden-Gloucester, NJ" +345,154,154,"Anchorage, AK",154,"Anchorage, AK" +345,155,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +345,156,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +345,157,201,"Boston, MA",223,"New York, NY and NJ" +345,158,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,159,201,"Boston, MA",198,"Baltimore, MD" +345,160,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +345,161,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +345,162,198,"Baltimore, MD",229,"Wilmington, NC" +345,163,217,"New York, NY and NJ",169,"Wilmington, DE" +345,164,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,165,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +345,166,201,"Boston, MA",241,"Philadelphia, PA" +345,167,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,168,197,"Portland, ME",223,"New York, NY and NJ" +345,169,198,"Baltimore, MD",217,"New York, NY and NJ" +345,170,217,"New York, NY and NJ",223,"New York, NY and NJ" +345,171,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +345,172,223,"New York, NY and NJ",241,"Philadelphia, PA" +345,173,217,"New York, NY and NJ",198,"Baltimore, MD" +345,174,223,"New York, NY and NJ",198,"Baltimore, MD" +345,175,197,"Portland, ME",217,"New York, NY and NJ" +345,176,223,"New York, NY and NJ",198,"Baltimore, MD" +345,177,223,"New York, NY and NJ",197,"Portland, ME" +345,178,201,"Boston, MA",241,"Philadelphia, PA" +345,179,179,"Honolulu, HI",179,"Honolulu, HI" +345,180,179,"Honolulu, HI",179,"Honolulu, HI" +345,181,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +345,183,201,"Boston, MA",217,"New York, NY and NJ" +345,184,197,"Portland, ME",197,"Portland, ME" +345,185,217,"New York, NY and NJ",223,"New York, NY and NJ" +345,186,198,"Baltimore, MD",217,"New York, NY and NJ" +345,187,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +345,188,197,"Portland, ME",241,"Philadelphia, PA" +345,189,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +345,190,217,"New York, NY and NJ",241,"Philadelphia, PA" +345,191,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +345,192,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +345,193,223,"New York, NY and NJ",245,"Charleston, SC" +345,194,223,"New York, NY and NJ",197,"Portland, ME" +345,195,218,"Camden-Gloucester, NJ",244,"Providence, RI" +345,196,217,"New York, NY and NJ",241,"Philadelphia, PA" +345,197,197,"Portland, ME",217,"New York, NY and NJ" +345,198,197,"Portland, ME",217,"New York, NY and NJ" +345,199,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +345,200,217,"New York, NY and NJ",217,"New York, NY and NJ" +345,201,218,"Camden-Gloucester, NJ",244,"Providence, RI" +345,202,223,"New York, NY and NJ",217,"New York, NY and NJ" +345,203,217,"New York, NY and NJ",217,"New York, NY and NJ" +345,204,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,205,201,"Boston, MA",198,"Baltimore, MD" +345,206,201,"Boston, MA",217,"New York, NY and NJ" +345,207,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,208,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,209,197,"Portland, ME",198,"Baltimore, MD" +345,210,265,"Norfolk Harbor, VA",201,"Boston, MA" +345,211,241,"Philadelphia, PA",198,"Baltimore, MD" +345,212,217,"New York, NY and NJ",241,"Philadelphia, PA" +345,213,217,"New York, NY and NJ",217,"New York, NY and NJ" +345,214,198,"Baltimore, MD",217,"New York, NY and NJ" +345,215,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +345,216,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,217,197,"Portland, ME",223,"New York, NY and NJ" +345,218,217,"New York, NY and NJ",197,"Portland, ME" +345,219,223,"New York, NY and NJ",217,"New York, NY and NJ" +345,220,223,"New York, NY and NJ",244,"Providence, RI" +345,221,169,"Wilmington, DE",244,"Providence, RI" +345,222,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,223,244,"Providence, RI",197,"Portland, ME" +345,224,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,225,241,"Philadelphia, PA",201,"Boston, MA" +345,226,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +345,227,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +345,228,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +345,229,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +345,230,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +345,231,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,232,217,"New York, NY and NJ",217,"New York, NY and NJ" +345,233,223,"New York, NY and NJ",223,"New York, NY and NJ" +345,234,223,"New York, NY and NJ",241,"Philadelphia, PA" +345,235,217,"New York, NY and NJ",197,"Portland, ME" +345,236,241,"Philadelphia, PA",223,"New York, NY and NJ" +345,237,223,"New York, NY and NJ",217,"New York, NY and NJ" +345,238,223,"New York, NY and NJ",197,"Portland, ME" +345,239,201,"Boston, MA",198,"Baltimore, MD" +345,240,265,"Norfolk Harbor, VA",197,"Portland, ME" +345,241,197,"Portland, ME",241,"Philadelphia, PA" +345,242,197,"Portland, ME",218,"Camden-Gloucester, NJ" +345,243,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +345,244,244,"Providence, RI",223,"New York, NY and NJ" +345,245,201,"Boston, MA",218,"Camden-Gloucester, NJ" +345,246,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +345,247,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +345,248,241,"Philadelphia, PA",217,"New York, NY and NJ" +345,249,197,"Portland, ME",217,"New York, NY and NJ" +345,250,218,"Camden-Gloucester, NJ",197,"Portland, ME" +345,251,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +345,252,241,"Philadelphia, PA",208,"Pascagoula, MS" +345,253,223,"New York, NY and NJ",197,"Portland, ME" +345,254,223,"New York, NY and NJ",195,"New Orleans, LA" +345,255,241,"Philadelphia, PA",223,"New York, NY and NJ" +345,256,223,"New York, NY and NJ",197,"Portland, ME" +345,257,198,"Baltimore, MD",197,"Portland, ME" +345,258,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +345,259,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +345,260,244,"Providence, RI",229,"Wilmington, NC" +345,261,241,"Philadelphia, PA",223,"New York, NY and NJ" +345,262,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +345,263,223,"New York, NY and NJ",217,"New York, NY and NJ" +345,264,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +345,265,201,"Boston, MA",201,"Boston, MA" +345,266,217,"New York, NY and NJ",169,"Wilmington, DE" +345,267,197,"Portland, ME",217,"New York, NY and NJ" +345,268,241,"Philadelphia, PA",197,"Portland, ME" +345,269,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +345,270,218,"Camden-Gloucester, NJ",197,"Portland, ME" +345,271,201,"Boston, MA",217,"New York, NY and NJ" +345,272,201,"Boston, MA",169,"Wilmington, DE" +345,273,241,"Philadelphia, PA",198,"Baltimore, MD" +346,1,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +346,2,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +346,3,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +346,4,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +346,5,177,"Savannah, GA",177,"Savannah, GA" +346,6,198,"Baltimore, MD",198,"Baltimore, MD" +346,7,223,"New York, NY and NJ",223,"New York, NY and NJ" +346,8,195,"New Orleans, LA",195,"New Orleans, LA" +346,9,195,"New Orleans, LA",195,"New Orleans, LA" +346,10,171,"Jacksonville, FL",171,"Jacksonville, FL" +346,11,195,"New Orleans, LA",195,"New Orleans, LA" +346,12,152,"Mobile, AL",152,"Mobile, AL" +346,13,223,"New York, NY and NJ",223,"New York, NY and NJ" +346,14,195,"New Orleans, LA",195,"New Orleans, LA" +346,15,245,"Charleston, SC",245,"Charleston, SC" +346,16,195,"New Orleans, LA",195,"New Orleans, LA" +346,17,223,"New York, NY and NJ",223,"New York, NY and NJ" +346,18,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +346,19,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +346,20,152,"Mobile, AL",152,"Mobile, AL" +346,21,245,"Charleston, SC",245,"Charleston, SC" +346,22,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +346,23,172,"Port Everglades, FL",172,"Port Everglades, FL" +346,24,174,"Tampa, FL",174,"Tampa, FL" +346,25,171,"Jacksonville, FL",171,"Jacksonville, FL" +346,26,194,"Lake Charles, LA",194,"Lake Charles, LA" +346,27,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +346,28,217,"New York, NY and NJ",217,"New York, NY and NJ" +346,29,152,"Mobile, AL",152,"Mobile, AL" +346,30,195,"New Orleans, LA",195,"New Orleans, LA" +346,31,177,"Savannah, GA",177,"Savannah, GA" +346,32,253,"Beaumont, TX",253,"Beaumont, TX" +346,33,198,"Baltimore, MD",198,"Baltimore, MD" +346,34,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +346,35,257,"Houston, TX",257,"Houston, TX" +346,36,201,"Boston, MA",201,"Boston, MA" +346,37,171,"Jacksonville, FL",171,"Jacksonville, FL" +346,38,201,"Boston, MA",201,"Boston, MA" +346,39,177,"Savannah, GA",177,"Savannah, GA" +346,40,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +346,41,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +346,42,198,"Baltimore, MD",198,"Baltimore, MD" +346,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +346,44,217,"New York, NY and NJ",217,"New York, NY and NJ" +346,45,172,"Port Everglades, FL",172,"Port Everglades, FL" +346,46,172,"Port Everglades, FL",172,"Port Everglades, FL" +346,47,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +346,48,223,"New York, NY and NJ",223,"New York, NY and NJ" +346,49,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +346,50,195,"New Orleans, LA",195,"New Orleans, LA" +346,51,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +346,52,241,"Philadelphia, PA",241,"Philadelphia, PA" +346,53,152,"Mobile, AL",152,"Mobile, AL" +346,54,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +346,55,241,"Philadelphia, PA",241,"Philadelphia, PA" +346,56,172,"Port Everglades, FL",172,"Port Everglades, FL" +346,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +346,58,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +346,59,152,"Mobile, AL",152,"Mobile, AL" +346,60,195,"New Orleans, LA",195,"New Orleans, LA" +346,61,217,"New York, NY and NJ",217,"New York, NY and NJ" +346,62,178,"Brunswick, GA",178,"Brunswick, GA" +346,63,174,"Tampa, FL",174,"Tampa, FL" +346,64,194,"Lake Charles, LA",194,"Lake Charles, LA" +346,65,208,"Pascagoula, MS",208,"Pascagoula, MS" +346,66,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +346,67,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +346,68,241,"Philadelphia, PA",241,"Philadelphia, PA" +346,69,174,"Tampa, FL",174,"Tampa, FL" +346,70,174,"Tampa, FL",174,"Tampa, FL" +346,71,217,"New York, NY and NJ",217,"New York, NY and NJ" +346,72,198,"Baltimore, MD",198,"Baltimore, MD" +346,73,195,"New Orleans, LA",195,"New Orleans, LA" +346,74,245,"Charleston, SC",245,"Charleston, SC" +346,75,257,"Houston, TX",257,"Houston, TX" +346,76,152,"Mobile, AL",152,"Mobile, AL" +346,77,195,"New Orleans, LA",195,"New Orleans, LA" +346,78,198,"Baltimore, MD",198,"Baltimore, MD" +346,79,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +346,80,195,"New Orleans, LA",195,"New Orleans, LA" +346,81,257,"Houston, TX",257,"Houston, TX" +346,82,241,"Philadelphia, PA",241,"Philadelphia, PA" +346,83,223,"New York, NY and NJ",223,"New York, NY and NJ" +346,84,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +346,85,217,"New York, NY and NJ",217,"New York, NY and NJ" +346,86,174,"Tampa, FL",174,"Tampa, FL" +346,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +346,88,152,"Mobile, AL",152,"Mobile, AL" +346,89,241,"Philadelphia, PA",241,"Philadelphia, PA" +346,90,198,"Baltimore, MD",198,"Baltimore, MD" +346,91,172,"Port Everglades, FL",172,"Port Everglades, FL" +346,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +346,93,169,"Wilmington, DE",169,"Wilmington, DE" +346,94,229,"Wilmington, NC",229,"Wilmington, NC" +346,95,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +346,96,217,"New York, NY and NJ",217,"New York, NY and NJ" +346,97,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +346,98,178,"Brunswick, GA",178,"Brunswick, GA" +346,99,223,"New York, NY and NJ",223,"New York, NY and NJ" +346,100,253,"Beaumont, TX",253,"Beaumont, TX" +346,101,257,"Houston, TX",257,"Houston, TX" +346,102,195,"New Orleans, LA",195,"New Orleans, LA" +346,103,241,"Philadelphia, PA",241,"Philadelphia, PA" +346,104,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +346,105,174,"Tampa, FL",174,"Tampa, FL" +346,106,198,"Baltimore, MD",198,"Baltimore, MD" +346,107,152,"Mobile, AL",152,"Mobile, AL" +346,108,201,"Boston, MA",201,"Boston, MA" +346,109,223,"New York, NY and NJ",223,"New York, NY and NJ" +346,110,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +346,111,201,"Boston, MA",201,"Boston, MA" +346,112,172,"Port Everglades, FL",172,"Port Everglades, FL" +346,113,195,"New Orleans, LA",195,"New Orleans, LA" +346,114,208,"Pascagoula, MS",208,"Pascagoula, MS" +346,115,195,"New Orleans, LA",195,"New Orleans, LA" +346,116,201,"Boston, MA",201,"Boston, MA" +346,117,177,"Savannah, GA",177,"Savannah, GA" +346,118,177,"Savannah, GA",177,"Savannah, GA" +346,119,177,"Savannah, GA",177,"Savannah, GA" +346,120,171,"Jacksonville, FL",171,"Jacksonville, FL" +346,121,198,"Baltimore, MD",198,"Baltimore, MD" +346,122,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +346,123,197,"Portland, ME",197,"Portland, ME" +346,124,245,"Charleston, SC",245,"Charleston, SC" +346,125,172,"Port Everglades, FL",172,"Port Everglades, FL" +346,126,241,"Philadelphia, PA",241,"Philadelphia, PA" +346,127,245,"Charleston, SC",245,"Charleston, SC" +346,128,245,"Charleston, SC",245,"Charleston, SC" +346,129,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +346,130,195,"New Orleans, LA",195,"New Orleans, LA" +346,131,198,"Baltimore, MD",198,"Baltimore, MD" +346,132,245,"Charleston, SC",245,"Charleston, SC" +346,151,174,"Tampa, FL",245,"Charleston, SC" +346,152,171,"Jacksonville, FL",245,"Charleston, SC" +346,153,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +346,154,154,"Anchorage, AK",154,"Anchorage, AK" +346,155,172,"Port Everglades, FL",198,"Baltimore, MD" +346,156,208,"Pascagoula, MS",174,"Tampa, FL" +346,157,223,"New York, NY and NJ",254,"Corpus Christi, TX" +346,158,152,"Mobile, AL",241,"Philadelphia, PA" +346,159,195,"New Orleans, LA",257,"Houston, TX" +346,160,257,"Houston, TX",254,"Corpus Christi, TX" +346,161,195,"New Orleans, LA",194,"Lake Charles, LA" +346,162,174,"Tampa, FL",254,"Corpus Christi, TX" +346,163,195,"New Orleans, LA",152,"Mobile, AL" +346,164,254,"Corpus Christi, TX",218,"Camden-Gloucester, NJ" +346,165,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +346,166,201,"Boston, MA",177,"Savannah, GA" +346,167,217,"New York, NY and NJ",198,"Baltimore, MD" +346,168,223,"New York, NY and NJ",223,"New York, NY and NJ" +346,169,218,"Camden-Gloucester, NJ",172,"Port Everglades, FL" +346,170,172,"Port Everglades, FL",198,"Baltimore, MD" +346,171,172,"Port Everglades, FL",195,"New Orleans, LA" +346,172,172,"Port Everglades, FL",193,"Baton Rouge, LA" +346,173,178,"Brunswick, GA",195,"New Orleans, LA" +346,174,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +346,175,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +346,176,217,"New York, NY and NJ",174,"Tampa, FL" +346,177,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +346,178,172,"Port Everglades, FL",195,"New Orleans, LA" +346,179,179,"Honolulu, HI",179,"Honolulu, HI" +346,180,179,"Honolulu, HI",179,"Honolulu, HI" +346,181,195,"New Orleans, LA",257,"Houston, TX" +346,183,241,"Philadelphia, PA",172,"Port Everglades, FL" +346,184,217,"New York, NY and NJ",201,"Boston, MA" +346,185,198,"Baltimore, MD",223,"New York, NY and NJ" +346,186,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +346,187,152,"Mobile, AL",177,"Savannah, GA" +346,188,152,"Mobile, AL",253,"Beaumont, TX" +346,189,195,"New Orleans, LA",245,"Charleston, SC" +346,190,171,"Jacksonville, FL",197,"Portland, ME" +346,191,223,"New York, NY and NJ",217,"New York, NY and NJ" +346,192,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +346,193,253,"Beaumont, TX",253,"Beaumont, TX" +346,194,198,"Baltimore, MD",257,"Houston, TX" +346,195,177,"Savannah, GA",195,"New Orleans, LA" +346,196,177,"Savannah, GA",177,"Savannah, GA" +346,197,218,"Camden-Gloucester, NJ",197,"Portland, ME" +346,198,177,"Savannah, GA",177,"Savannah, GA" +346,199,174,"Tampa, FL",265,"Norfolk Harbor, VA" +346,200,223,"New York, NY and NJ",171,"Jacksonville, FL" +346,201,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +346,202,201,"Boston, MA",201,"Boston, MA" +346,203,174,"Tampa, FL",177,"Savannah, GA" +346,204,217,"New York, NY and NJ",253,"Beaumont, TX" +346,205,201,"Boston, MA",177,"Savannah, GA" +346,206,174,"Tampa, FL",152,"Mobile, AL" +346,207,177,"Savannah, GA",253,"Beaumont, TX" +346,208,174,"Tampa, FL",193,"Baton Rouge, LA" +346,209,208,"Pascagoula, MS",195,"New Orleans, LA" +346,210,197,"Portland, ME",174,"Tampa, FL" +346,211,265,"Norfolk Harbor, VA",257,"Houston, TX" +346,212,171,"Jacksonville, FL",245,"Charleston, SC" +346,213,244,"Providence, RI",265,"Norfolk Harbor, VA" +346,214,253,"Beaumont, TX",194,"Lake Charles, LA" +346,215,254,"Corpus Christi, TX",177,"Savannah, GA" +346,216,174,"Tampa, FL",217,"New York, NY and NJ" +346,217,198,"Baltimore, MD",201,"Boston, MA" +346,218,171,"Jacksonville, FL",217,"New York, NY and NJ" +346,219,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +346,220,254,"Corpus Christi, TX",177,"Savannah, GA" +346,221,245,"Charleston, SC",265,"Norfolk Harbor, VA" +346,222,194,"Lake Charles, LA",172,"Port Everglades, FL" +346,223,223,"New York, NY and NJ",244,"Providence, RI" +346,224,223,"New York, NY and NJ",241,"Philadelphia, PA" +346,225,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +346,226,177,"Savannah, GA",172,"Port Everglades, FL" +346,227,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +346,228,152,"Mobile, AL",265,"Norfolk Harbor, VA" +346,229,244,"Providence, RI",241,"Philadelphia, PA" +346,230,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +346,231,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +346,232,223,"New York, NY and NJ",229,"Wilmington, NC" +346,233,245,"Charleston, SC",265,"Norfolk Harbor, VA" +346,234,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +346,235,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +346,236,195,"New Orleans, LA",195,"New Orleans, LA" +346,237,194,"Lake Charles, LA",195,"New Orleans, LA" +346,238,254,"Corpus Christi, TX",265,"Norfolk Harbor, VA" +346,239,257,"Houston, TX",217,"New York, NY and NJ" +346,240,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +346,241,171,"Jacksonville, FL",245,"Charleston, SC" +346,242,172,"Port Everglades, FL",217,"New York, NY and NJ" +346,243,217,"New York, NY and NJ",177,"Savannah, GA" +346,244,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +346,245,194,"Lake Charles, LA",174,"Tampa, FL" +346,246,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +346,247,177,"Savannah, GA",223,"New York, NY and NJ" +346,248,177,"Savannah, GA",195,"New Orleans, LA" +346,249,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +346,250,172,"Port Everglades, FL",229,"Wilmington, NC" +346,251,197,"Portland, ME",208,"Pascagoula, MS" +346,252,178,"Brunswick, GA",152,"Mobile, AL" +346,253,195,"New Orleans, LA",193,"Baton Rouge, LA" +346,254,254,"Corpus Christi, TX",253,"Beaumont, TX" +346,255,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +346,256,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +346,257,152,"Mobile, AL",253,"Beaumont, TX" +346,258,152,"Mobile, AL",257,"Houston, TX" +346,259,217,"New York, NY and NJ",172,"Port Everglades, FL" +346,260,257,"Houston, TX",253,"Beaumont, TX" +346,261,177,"Savannah, GA",253,"Beaumont, TX" +346,262,193,"Baton Rouge, LA",254,"Corpus Christi, TX" +346,263,172,"Port Everglades, FL",198,"Baltimore, MD" +346,264,172,"Port Everglades, FL",198,"Baltimore, MD" +346,265,229,"Wilmington, NC",171,"Jacksonville, FL" +346,266,177,"Savannah, GA",201,"Boston, MA" +346,267,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +346,268,253,"Beaumont, TX",223,"New York, NY and NJ" +346,269,198,"Baltimore, MD",177,"Savannah, GA" +346,270,193,"Baton Rouge, LA",265,"Norfolk Harbor, VA" +346,271,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +346,272,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +346,273,172,"Port Everglades, FL",177,"Savannah, GA" +347,1,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,3,197,"Portland, ME",197,"Portland, ME" +347,4,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,5,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,6,197,"Portland, ME",197,"Portland, ME" +347,7,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,8,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,9,198,"Baltimore, MD",198,"Baltimore, MD" +347,10,169,"Wilmington, DE",169,"Wilmington, DE" +347,11,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,12,197,"Portland, ME",197,"Portland, ME" +347,13,245,"Charleston, SC",245,"Charleston, SC" +347,14,198,"Baltimore, MD",198,"Baltimore, MD" +347,15,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,16,241,"Philadelphia, PA",241,"Philadelphia, PA" +347,17,197,"Portland, ME",197,"Portland, ME" +347,18,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +347,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,20,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,21,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +347,22,229,"Wilmington, NC",229,"Wilmington, NC" +347,23,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +347,24,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,25,198,"Baltimore, MD",198,"Baltimore, MD" +347,26,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +347,27,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,28,223,"New York, NY and NJ",223,"New York, NY and NJ" +347,29,223,"New York, NY and NJ",223,"New York, NY and NJ" +347,30,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,31,241,"Philadelphia, PA",241,"Philadelphia, PA" +347,32,171,"Jacksonville, FL",171,"Jacksonville, FL" +347,33,223,"New York, NY and NJ",223,"New York, NY and NJ" +347,34,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +347,35,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,36,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,37,198,"Baltimore, MD",198,"Baltimore, MD" +347,38,241,"Philadelphia, PA",241,"Philadelphia, PA" +347,39,197,"Portland, ME",197,"Portland, ME" +347,40,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,41,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +347,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +347,44,201,"Boston, MA",201,"Boston, MA" +347,45,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,46,223,"New York, NY and NJ",223,"New York, NY and NJ" +347,47,198,"Baltimore, MD",198,"Baltimore, MD" +347,48,169,"Wilmington, DE",169,"Wilmington, DE" +347,49,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +347,50,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,51,198,"Baltimore, MD",198,"Baltimore, MD" +347,52,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,53,223,"New York, NY and NJ",223,"New York, NY and NJ" +347,54,223,"New York, NY and NJ",223,"New York, NY and NJ" +347,55,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,56,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,57,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,58,198,"Baltimore, MD",198,"Baltimore, MD" +347,59,198,"Baltimore, MD",198,"Baltimore, MD" +347,60,241,"Philadelphia, PA",241,"Philadelphia, PA" +347,61,197,"Portland, ME",197,"Portland, ME" +347,62,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,63,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,64,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +347,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +347,66,177,"Savannah, GA",177,"Savannah, GA" +347,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,68,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,69,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +347,70,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +347,71,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,72,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,73,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +347,74,241,"Philadelphia, PA",241,"Philadelphia, PA" +347,75,223,"New York, NY and NJ",223,"New York, NY and NJ" +347,76,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,77,169,"Wilmington, DE",169,"Wilmington, DE" +347,78,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +347,79,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,80,201,"Boston, MA",201,"Boston, MA" +347,81,177,"Savannah, GA",177,"Savannah, GA" +347,82,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +347,83,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,84,169,"Wilmington, DE",169,"Wilmington, DE" +347,85,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,86,171,"Jacksonville, FL",171,"Jacksonville, FL" +347,87,241,"Philadelphia, PA",241,"Philadelphia, PA" +347,88,223,"New York, NY and NJ",223,"New York, NY and NJ" +347,89,223,"New York, NY and NJ",223,"New York, NY and NJ" +347,90,245,"Charleston, SC",245,"Charleston, SC" +347,91,198,"Baltimore, MD",198,"Baltimore, MD" +347,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,93,223,"New York, NY and NJ",223,"New York, NY and NJ" +347,94,241,"Philadelphia, PA",241,"Philadelphia, PA" +347,95,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,96,198,"Baltimore, MD",198,"Baltimore, MD" +347,97,177,"Savannah, GA",177,"Savannah, GA" +347,98,198,"Baltimore, MD",198,"Baltimore, MD" +347,99,198,"Baltimore, MD",198,"Baltimore, MD" +347,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +347,101,241,"Philadelphia, PA",241,"Philadelphia, PA" +347,102,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,103,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,104,198,"Baltimore, MD",198,"Baltimore, MD" +347,105,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,106,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,107,223,"New York, NY and NJ",223,"New York, NY and NJ" +347,108,241,"Philadelphia, PA",241,"Philadelphia, PA" +347,109,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,110,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,111,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,112,169,"Wilmington, DE",169,"Wilmington, DE" +347,113,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,114,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,115,201,"Boston, MA",201,"Boston, MA" +347,116,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,117,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,118,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,119,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,120,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,121,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,122,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,123,241,"Philadelphia, PA",241,"Philadelphia, PA" +347,124,198,"Baltimore, MD",198,"Baltimore, MD" +347,125,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,126,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +347,127,223,"New York, NY and NJ",223,"New York, NY and NJ" +347,128,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +347,129,223,"New York, NY and NJ",223,"New York, NY and NJ" +347,130,241,"Philadelphia, PA",241,"Philadelphia, PA" +347,131,198,"Baltimore, MD",198,"Baltimore, MD" +347,132,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,151,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +347,152,174,"Tampa, FL",265,"Norfolk Harbor, VA" +347,153,198,"Baltimore, MD",245,"Charleston, SC" +347,154,154,"Anchorage, AK",154,"Anchorage, AK" +347,155,241,"Philadelphia, PA",217,"New York, NY and NJ" +347,156,241,"Philadelphia, PA",198,"Baltimore, MD" +347,157,198,"Baltimore, MD",223,"New York, NY and NJ" +347,158,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +347,159,201,"Boston, MA",172,"Port Everglades, FL" +347,160,201,"Boston, MA",198,"Baltimore, MD" +347,161,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +347,162,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +347,163,223,"New York, NY and NJ",244,"Providence, RI" +347,164,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +347,165,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,166,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +347,167,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +347,168,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +347,169,197,"Portland, ME",244,"Providence, RI" +347,170,217,"New York, NY and NJ",201,"Boston, MA" +347,171,223,"New York, NY and NJ",223,"New York, NY and NJ" +347,172,169,"Wilmington, DE",217,"New York, NY and NJ" +347,173,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +347,174,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +347,175,229,"Wilmington, NC",241,"Philadelphia, PA" +347,176,217,"New York, NY and NJ",198,"Baltimore, MD" +347,177,217,"New York, NY and NJ",201,"Boston, MA" +347,178,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +347,179,179,"Honolulu, HI",179,"Honolulu, HI" +347,180,179,"Honolulu, HI",179,"Honolulu, HI" +347,181,241,"Philadelphia, PA",241,"Philadelphia, PA" +347,183,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +347,184,217,"New York, NY and NJ",223,"New York, NY and NJ" +347,185,217,"New York, NY and NJ",223,"New York, NY and NJ" +347,186,197,"Portland, ME",169,"Wilmington, DE" +347,187,201,"Boston, MA",198,"Baltimore, MD" +347,188,217,"New York, NY and NJ",198,"Baltimore, MD" +347,189,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +347,190,178,"Brunswick, GA",198,"Baltimore, MD" +347,191,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +347,192,201,"Boston, MA",217,"New York, NY and NJ" +347,193,201,"Boston, MA",197,"Portland, ME" +347,194,197,"Portland, ME",198,"Baltimore, MD" +347,195,245,"Charleston, SC",265,"Norfolk Harbor, VA" +347,196,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +347,197,223,"New York, NY and NJ",217,"New York, NY and NJ" +347,198,217,"New York, NY and NJ",223,"New York, NY and NJ" +347,199,265,"Norfolk Harbor, VA",197,"Portland, ME" +347,200,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +347,201,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +347,202,169,"Wilmington, DE",201,"Boston, MA" +347,203,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +347,204,197,"Portland, ME",198,"Baltimore, MD" +347,205,217,"New York, NY and NJ",201,"Boston, MA" +347,206,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,207,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +347,208,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +347,209,241,"Philadelphia, PA",197,"Portland, ME" +347,210,198,"Baltimore, MD",198,"Baltimore, MD" +347,211,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +347,212,198,"Baltimore, MD",245,"Charleston, SC" +347,213,198,"Baltimore, MD",217,"New York, NY and NJ" +347,214,197,"Portland, ME",177,"Savannah, GA" +347,215,197,"Portland, ME",217,"New York, NY and NJ" +347,216,201,"Boston, MA",241,"Philadelphia, PA" +347,217,223,"New York, NY and NJ",223,"New York, NY and NJ" +347,218,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,219,197,"Portland, ME",265,"Norfolk Harbor, VA" +347,220,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +347,221,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +347,222,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +347,223,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +347,224,197,"Portland, ME",201,"Boston, MA" +347,225,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,226,241,"Philadelphia, PA",217,"New York, NY and NJ" +347,227,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +347,228,201,"Boston, MA",198,"Baltimore, MD" +347,229,245,"Charleston, SC",223,"New York, NY and NJ" +347,230,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +347,231,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,232,197,"Portland, ME",198,"Baltimore, MD" +347,233,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,234,229,"Wilmington, NC",217,"New York, NY and NJ" +347,235,197,"Portland, ME",197,"Portland, ME" +347,236,265,"Norfolk Harbor, VA",201,"Boston, MA" +347,237,223,"New York, NY and NJ",223,"New York, NY and NJ" +347,238,201,"Boston, MA",218,"Camden-Gloucester, NJ" +347,239,217,"New York, NY and NJ",217,"New York, NY and NJ" +347,240,241,"Philadelphia, PA",217,"New York, NY and NJ" +347,241,223,"New York, NY and NJ",198,"Baltimore, MD" +347,242,198,"Baltimore, MD",197,"Portland, ME" +347,243,223,"New York, NY and NJ",169,"Wilmington, DE" +347,244,241,"Philadelphia, PA",201,"Boston, MA" +347,245,201,"Boston, MA",217,"New York, NY and NJ" +347,246,265,"Norfolk Harbor, VA",244,"Providence, RI" +347,247,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +347,248,217,"New York, NY and NJ",201,"Boston, MA" +347,249,223,"New York, NY and NJ",177,"Savannah, GA" +347,250,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +347,251,198,"Baltimore, MD",177,"Savannah, GA" +347,252,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +347,253,245,"Charleston, SC",198,"Baltimore, MD" +347,254,177,"Savannah, GA",195,"New Orleans, LA" +347,255,217,"New York, NY and NJ",172,"Port Everglades, FL" +347,256,223,"New York, NY and NJ",223,"New York, NY and NJ" +347,257,241,"Philadelphia, PA",217,"New York, NY and NJ" +347,258,229,"Wilmington, NC",195,"New Orleans, LA" +347,259,217,"New York, NY and NJ",197,"Portland, ME" +347,260,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +347,261,217,"New York, NY and NJ",198,"Baltimore, MD" +347,262,177,"Savannah, GA",241,"Philadelphia, PA" +347,263,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +347,264,241,"Philadelphia, PA",198,"Baltimore, MD" +347,265,241,"Philadelphia, PA",241,"Philadelphia, PA" +347,266,197,"Portland, ME",265,"Norfolk Harbor, VA" +347,267,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +347,268,198,"Baltimore, MD",241,"Philadelphia, PA" +347,269,174,"Tampa, FL",217,"New York, NY and NJ" +347,270,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +347,271,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +347,272,223,"New York, NY and NJ",223,"New York, NY and NJ" +347,273,223,"New York, NY and NJ",198,"Baltimore, MD" +348,1,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +348,2,197,"Portland, ME",197,"Portland, ME" +348,3,241,"Philadelphia, PA",241,"Philadelphia, PA" +348,4,201,"Boston, MA",201,"Boston, MA" +348,5,198,"Baltimore, MD",198,"Baltimore, MD" +348,6,198,"Baltimore, MD",198,"Baltimore, MD" +348,7,223,"New York, NY and NJ",223,"New York, NY and NJ" +348,8,201,"Boston, MA",201,"Boston, MA" +348,9,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +348,10,198,"Baltimore, MD",198,"Baltimore, MD" +348,11,197,"Portland, ME",197,"Portland, ME" +348,12,223,"New York, NY and NJ",223,"New York, NY and NJ" +348,13,223,"New York, NY and NJ",223,"New York, NY and NJ" +348,14,201,"Boston, MA",201,"Boston, MA" +348,15,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +348,16,217,"New York, NY and NJ",217,"New York, NY and NJ" +348,17,217,"New York, NY and NJ",217,"New York, NY and NJ" +348,18,241,"Philadelphia, PA",241,"Philadelphia, PA" +348,19,223,"New York, NY and NJ",223,"New York, NY and NJ" +348,20,198,"Baltimore, MD",198,"Baltimore, MD" +348,21,197,"Portland, ME",197,"Portland, ME" +348,22,217,"New York, NY and NJ",217,"New York, NY and NJ" +348,23,223,"New York, NY and NJ",223,"New York, NY and NJ" +348,24,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +348,25,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +348,26,244,"Providence, RI",244,"Providence, RI" +348,27,217,"New York, NY and NJ",217,"New York, NY and NJ" +348,28,201,"Boston, MA",201,"Boston, MA" +348,29,201,"Boston, MA",201,"Boston, MA" +348,30,217,"New York, NY and NJ",217,"New York, NY and NJ" +348,31,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +348,32,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +348,33,201,"Boston, MA",201,"Boston, MA" +348,34,244,"Providence, RI",244,"Providence, RI" +348,35,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +348,36,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +348,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +348,38,217,"New York, NY and NJ",217,"New York, NY and NJ" +348,39,223,"New York, NY and NJ",223,"New York, NY and NJ" +348,40,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +348,41,197,"Portland, ME",197,"Portland, ME" +348,42,198,"Baltimore, MD",198,"Baltimore, MD" +348,43,241,"Philadelphia, PA",241,"Philadelphia, PA" +348,44,169,"Wilmington, DE",169,"Wilmington, DE" +348,45,217,"New York, NY and NJ",217,"New York, NY and NJ" +348,46,241,"Philadelphia, PA",241,"Philadelphia, PA" +348,47,198,"Baltimore, MD",198,"Baltimore, MD" +348,48,244,"Providence, RI",244,"Providence, RI" +348,49,223,"New York, NY and NJ",223,"New York, NY and NJ" +348,50,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +348,51,198,"Baltimore, MD",198,"Baltimore, MD" +348,52,223,"New York, NY and NJ",223,"New York, NY and NJ" +348,53,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +348,54,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +348,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +348,56,241,"Philadelphia, PA",241,"Philadelphia, PA" +348,57,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +348,58,197,"Portland, ME",197,"Portland, ME" +348,59,169,"Wilmington, DE",169,"Wilmington, DE" +348,60,198,"Baltimore, MD",198,"Baltimore, MD" +348,61,241,"Philadelphia, PA",241,"Philadelphia, PA" +348,62,244,"Providence, RI",244,"Providence, RI" +348,63,223,"New York, NY and NJ",223,"New York, NY and NJ" +348,64,241,"Philadelphia, PA",241,"Philadelphia, PA" +348,65,217,"New York, NY and NJ",217,"New York, NY and NJ" +348,66,217,"New York, NY and NJ",217,"New York, NY and NJ" +348,67,198,"Baltimore, MD",198,"Baltimore, MD" +348,68,241,"Philadelphia, PA",241,"Philadelphia, PA" +348,69,217,"New York, NY and NJ",217,"New York, NY and NJ" +348,70,169,"Wilmington, DE",169,"Wilmington, DE" +348,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +348,72,169,"Wilmington, DE",169,"Wilmington, DE" +348,73,241,"Philadelphia, PA",241,"Philadelphia, PA" +348,74,197,"Portland, ME",197,"Portland, ME" +348,75,169,"Wilmington, DE",169,"Wilmington, DE" +348,76,197,"Portland, ME",197,"Portland, ME" +348,77,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +348,78,217,"New York, NY and NJ",217,"New York, NY and NJ" +348,79,245,"Charleston, SC",245,"Charleston, SC" +348,80,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +348,81,198,"Baltimore, MD",198,"Baltimore, MD" +348,82,241,"Philadelphia, PA",241,"Philadelphia, PA" +348,83,197,"Portland, ME",197,"Portland, ME" +348,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +348,85,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +348,86,217,"New York, NY and NJ",217,"New York, NY and NJ" +348,87,217,"New York, NY and NJ",217,"New York, NY and NJ" +348,88,241,"Philadelphia, PA",241,"Philadelphia, PA" +348,89,241,"Philadelphia, PA",241,"Philadelphia, PA" +348,90,177,"Savannah, GA",177,"Savannah, GA" +348,91,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +348,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +348,93,241,"Philadelphia, PA",241,"Philadelphia, PA" +348,94,223,"New York, NY and NJ",223,"New York, NY and NJ" +348,95,241,"Philadelphia, PA",241,"Philadelphia, PA" +348,96,223,"New York, NY and NJ",223,"New York, NY and NJ" +348,97,241,"Philadelphia, PA",241,"Philadelphia, PA" +348,98,223,"New York, NY and NJ",223,"New York, NY and NJ" +348,99,241,"Philadelphia, PA",241,"Philadelphia, PA" +348,100,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +348,101,217,"New York, NY and NJ",217,"New York, NY and NJ" +348,102,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +348,103,198,"Baltimore, MD",198,"Baltimore, MD" +348,104,217,"New York, NY and NJ",217,"New York, NY and NJ" +348,105,198,"Baltimore, MD",198,"Baltimore, MD" +348,106,223,"New York, NY and NJ",223,"New York, NY and NJ" +348,107,223,"New York, NY and NJ",223,"New York, NY and NJ" +348,108,223,"New York, NY and NJ",223,"New York, NY and NJ" +348,109,217,"New York, NY and NJ",217,"New York, NY and NJ" +348,110,217,"New York, NY and NJ",217,"New York, NY and NJ" +348,111,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +348,112,198,"Baltimore, MD",198,"Baltimore, MD" +348,113,201,"Boston, MA",201,"Boston, MA" +348,114,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +348,115,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +348,116,217,"New York, NY and NJ",217,"New York, NY and NJ" +348,117,245,"Charleston, SC",245,"Charleston, SC" +348,118,197,"Portland, ME",197,"Portland, ME" +348,119,217,"New York, NY and NJ",217,"New York, NY and NJ" +348,120,201,"Boston, MA",201,"Boston, MA" +348,121,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +348,122,201,"Boston, MA",201,"Boston, MA" +348,123,169,"Wilmington, DE",169,"Wilmington, DE" +348,124,241,"Philadelphia, PA",241,"Philadelphia, PA" +348,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +348,126,198,"Baltimore, MD",198,"Baltimore, MD" +348,127,217,"New York, NY and NJ",217,"New York, NY and NJ" +348,128,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +348,129,217,"New York, NY and NJ",217,"New York, NY and NJ" +348,130,198,"Baltimore, MD",198,"Baltimore, MD" +348,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +348,132,241,"Philadelphia, PA",241,"Philadelphia, PA" +348,151,197,"Portland, ME",223,"New York, NY and NJ" +348,152,223,"New York, NY and NJ",174,"Tampa, FL" +348,153,229,"Wilmington, NC",241,"Philadelphia, PA" +348,154,154,"Anchorage, AK",154,"Anchorage, AK" +348,155,245,"Charleston, SC",241,"Philadelphia, PA" +348,156,201,"Boston, MA",198,"Baltimore, MD" +348,157,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +348,158,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +348,159,198,"Baltimore, MD",241,"Philadelphia, PA" +348,160,217,"New York, NY and NJ",229,"Wilmington, NC" +348,161,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +348,162,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +348,163,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +348,164,201,"Boston, MA",265,"Norfolk Harbor, VA" +348,165,217,"New York, NY and NJ",198,"Baltimore, MD" +348,166,169,"Wilmington, DE",223,"New York, NY and NJ" +348,167,223,"New York, NY and NJ",223,"New York, NY and NJ" +348,168,241,"Philadelphia, PA",201,"Boston, MA" +348,169,244,"Providence, RI",198,"Baltimore, MD" +348,170,223,"New York, NY and NJ",223,"New York, NY and NJ" +348,171,172,"Port Everglades, FL",177,"Savannah, GA" +348,172,245,"Charleston, SC",265,"Norfolk Harbor, VA" +348,173,217,"New York, NY and NJ",217,"New York, NY and NJ" +348,174,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +348,175,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +348,176,245,"Charleston, SC",265,"Norfolk Harbor, VA" +348,177,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +348,178,223,"New York, NY and NJ",245,"Charleston, SC" +348,179,179,"Honolulu, HI",179,"Honolulu, HI" +348,180,179,"Honolulu, HI",179,"Honolulu, HI" +348,181,197,"Portland, ME",198,"Baltimore, MD" +348,183,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +348,184,198,"Baltimore, MD",223,"New York, NY and NJ" +348,185,197,"Portland, ME",201,"Boston, MA" +348,186,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +348,187,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +348,188,241,"Philadelphia, PA",169,"Wilmington, DE" +348,189,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +348,190,198,"Baltimore, MD",217,"New York, NY and NJ" +348,191,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +348,192,265,"Norfolk Harbor, VA",201,"Boston, MA" +348,193,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +348,194,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +348,195,217,"New York, NY and NJ",195,"New Orleans, LA" +348,196,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +348,197,217,"New York, NY and NJ",197,"Portland, ME" +348,198,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +348,199,197,"Portland, ME",265,"Norfolk Harbor, VA" +348,200,241,"Philadelphia, PA",217,"New York, NY and NJ" +348,201,198,"Baltimore, MD",217,"New York, NY and NJ" +348,202,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +348,203,217,"New York, NY and NJ",241,"Philadelphia, PA" +348,204,241,"Philadelphia, PA",217,"New York, NY and NJ" +348,205,201,"Boston, MA",197,"Portland, ME" +348,206,241,"Philadelphia, PA",201,"Boston, MA" +348,207,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +348,208,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +348,209,198,"Baltimore, MD",223,"New York, NY and NJ" +348,210,201,"Boston, MA",265,"Norfolk Harbor, VA" +348,211,245,"Charleston, SC",223,"New York, NY and NJ" +348,212,245,"Charleston, SC",198,"Baltimore, MD" +348,213,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +348,214,241,"Philadelphia, PA",217,"New York, NY and NJ" +348,215,265,"Norfolk Harbor, VA",201,"Boston, MA" +348,216,201,"Boston, MA",223,"New York, NY and NJ" +348,217,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +348,218,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +348,219,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +348,220,198,"Baltimore, MD",223,"New York, NY and NJ" +348,221,217,"New York, NY and NJ",223,"New York, NY and NJ" +348,222,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +348,223,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +348,224,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +348,225,265,"Norfolk Harbor, VA",201,"Boston, MA" +348,226,217,"New York, NY and NJ",223,"New York, NY and NJ" +348,227,244,"Providence, RI",218,"Camden-Gloucester, NJ" +348,228,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +348,229,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +348,230,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +348,231,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +348,232,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +348,233,201,"Boston, MA",241,"Philadelphia, PA" +348,234,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +348,235,244,"Providence, RI",244,"Providence, RI" +348,236,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +348,237,217,"New York, NY and NJ",217,"New York, NY and NJ" +348,238,245,"Charleston, SC",265,"Norfolk Harbor, VA" +348,239,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +348,240,217,"New York, NY and NJ",223,"New York, NY and NJ" +348,241,198,"Baltimore, MD",217,"New York, NY and NJ" +348,242,265,"Norfolk Harbor, VA",201,"Boston, MA" +348,243,169,"Wilmington, DE",223,"New York, NY and NJ" +348,244,197,"Portland, ME",218,"Camden-Gloucester, NJ" +348,245,223,"New York, NY and NJ",169,"Wilmington, DE" +348,246,217,"New York, NY and NJ",245,"Charleston, SC" +348,247,244,"Providence, RI",217,"New York, NY and NJ" +348,248,217,"New York, NY and NJ",217,"New York, NY and NJ" +348,249,223,"New York, NY and NJ",217,"New York, NY and NJ" +348,250,244,"Providence, RI",265,"Norfolk Harbor, VA" +348,251,223,"New York, NY and NJ",245,"Charleston, SC" +348,252,177,"Savannah, GA",194,"Lake Charles, LA" +348,253,217,"New York, NY and NJ",241,"Philadelphia, PA" +348,254,223,"New York, NY and NJ",229,"Wilmington, NC" +348,255,241,"Philadelphia, PA",244,"Providence, RI" +348,256,223,"New York, NY and NJ",177,"Savannah, GA" +348,257,201,"Boston, MA",265,"Norfolk Harbor, VA" +348,258,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +348,259,265,"Norfolk Harbor, VA",257,"Houston, TX" +348,260,229,"Wilmington, NC",195,"New Orleans, LA" +348,261,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +348,262,217,"New York, NY and NJ",223,"New York, NY and NJ" +348,263,217,"New York, NY and NJ",217,"New York, NY and NJ" +348,264,244,"Providence, RI",241,"Philadelphia, PA" +348,265,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +348,266,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +348,267,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +348,268,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +348,269,223,"New York, NY and NJ",217,"New York, NY and NJ" +348,270,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +348,271,217,"New York, NY and NJ",223,"New York, NY and NJ" +348,272,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +348,273,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +349,1,201,"Boston, MA",201,"Boston, MA" +349,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +349,3,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,4,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +349,5,244,"Providence, RI",244,"Providence, RI" +349,6,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +349,7,201,"Boston, MA",201,"Boston, MA" +349,8,201,"Boston, MA",201,"Boston, MA" +349,9,198,"Baltimore, MD",198,"Baltimore, MD" +349,10,217,"New York, NY and NJ",217,"New York, NY and NJ" +349,11,197,"Portland, ME",197,"Portland, ME" +349,12,201,"Boston, MA",201,"Boston, MA" +349,13,201,"Boston, MA",201,"Boston, MA" +349,14,244,"Providence, RI",244,"Providence, RI" +349,15,241,"Philadelphia, PA",241,"Philadelphia, PA" +349,16,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,17,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,18,201,"Boston, MA",201,"Boston, MA" +349,19,244,"Providence, RI",244,"Providence, RI" +349,20,197,"Portland, ME",197,"Portland, ME" +349,21,201,"Boston, MA",201,"Boston, MA" +349,22,217,"New York, NY and NJ",217,"New York, NY and NJ" +349,23,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,24,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +349,25,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,26,241,"Philadelphia, PA",241,"Philadelphia, PA" +349,27,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,28,197,"Portland, ME",197,"Portland, ME" +349,29,217,"New York, NY and NJ",217,"New York, NY and NJ" +349,30,197,"Portland, ME",197,"Portland, ME" +349,31,217,"New York, NY and NJ",217,"New York, NY and NJ" +349,32,217,"New York, NY and NJ",217,"New York, NY and NJ" +349,33,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,34,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +349,35,241,"Philadelphia, PA",241,"Philadelphia, PA" +349,36,197,"Portland, ME",197,"Portland, ME" +349,37,201,"Boston, MA",201,"Boston, MA" +349,38,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +349,39,241,"Philadelphia, PA",241,"Philadelphia, PA" +349,40,241,"Philadelphia, PA",241,"Philadelphia, PA" +349,41,241,"Philadelphia, PA",241,"Philadelphia, PA" +349,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,43,217,"New York, NY and NJ",217,"New York, NY and NJ" +349,44,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +349,45,197,"Portland, ME",197,"Portland, ME" +349,46,217,"New York, NY and NJ",217,"New York, NY and NJ" +349,47,241,"Philadelphia, PA",241,"Philadelphia, PA" +349,48,217,"New York, NY and NJ",217,"New York, NY and NJ" +349,49,201,"Boston, MA",201,"Boston, MA" +349,50,198,"Baltimore, MD",198,"Baltimore, MD" +349,51,169,"Wilmington, DE",169,"Wilmington, DE" +349,52,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,53,244,"Providence, RI",244,"Providence, RI" +349,54,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,55,201,"Boston, MA",201,"Boston, MA" +349,56,197,"Portland, ME",197,"Portland, ME" +349,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,58,201,"Boston, MA",201,"Boston, MA" +349,59,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +349,60,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,61,169,"Wilmington, DE",169,"Wilmington, DE" +349,62,201,"Boston, MA",201,"Boston, MA" +349,63,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,64,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,66,217,"New York, NY and NJ",217,"New York, NY and NJ" +349,67,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +349,68,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,69,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +349,70,217,"New York, NY and NJ",217,"New York, NY and NJ" +349,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,74,198,"Baltimore, MD",198,"Baltimore, MD" +349,75,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,76,197,"Portland, ME",197,"Portland, ME" +349,77,217,"New York, NY and NJ",217,"New York, NY and NJ" +349,78,197,"Portland, ME",197,"Portland, ME" +349,79,197,"Portland, ME",197,"Portland, ME" +349,80,244,"Providence, RI",244,"Providence, RI" +349,81,169,"Wilmington, DE",169,"Wilmington, DE" +349,82,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +349,83,217,"New York, NY and NJ",217,"New York, NY and NJ" +349,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,85,244,"Providence, RI",244,"Providence, RI" +349,86,244,"Providence, RI",244,"Providence, RI" +349,87,241,"Philadelphia, PA",241,"Philadelphia, PA" +349,88,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,89,201,"Boston, MA",201,"Boston, MA" +349,90,244,"Providence, RI",244,"Providence, RI" +349,91,217,"New York, NY and NJ",217,"New York, NY and NJ" +349,92,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,93,244,"Providence, RI",244,"Providence, RI" +349,94,197,"Portland, ME",197,"Portland, ME" +349,95,217,"New York, NY and NJ",217,"New York, NY and NJ" +349,96,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,97,217,"New York, NY and NJ",217,"New York, NY and NJ" +349,98,241,"Philadelphia, PA",241,"Philadelphia, PA" +349,99,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +349,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,101,197,"Portland, ME",197,"Portland, ME" +349,102,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +349,103,201,"Boston, MA",201,"Boston, MA" +349,104,198,"Baltimore, MD",198,"Baltimore, MD" +349,105,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,106,241,"Philadelphia, PA",241,"Philadelphia, PA" +349,107,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +349,108,198,"Baltimore, MD",198,"Baltimore, MD" +349,109,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +349,110,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,111,197,"Portland, ME",197,"Portland, ME" +349,112,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +349,113,241,"Philadelphia, PA",241,"Philadelphia, PA" +349,114,198,"Baltimore, MD",198,"Baltimore, MD" +349,115,217,"New York, NY and NJ",217,"New York, NY and NJ" +349,116,245,"Charleston, SC",245,"Charleston, SC" +349,117,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,118,217,"New York, NY and NJ",217,"New York, NY and NJ" +349,119,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,120,217,"New York, NY and NJ",217,"New York, NY and NJ" +349,121,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,122,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,123,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,124,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +349,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,126,198,"Baltimore, MD",198,"Baltimore, MD" +349,127,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,128,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,129,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,130,169,"Wilmington, DE",169,"Wilmington, DE" +349,131,169,"Wilmington, DE",169,"Wilmington, DE" +349,132,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,151,201,"Boston, MA",241,"Philadelphia, PA" +349,152,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +349,153,241,"Philadelphia, PA",223,"New York, NY and NJ" +349,154,154,"Anchorage, AK",154,"Anchorage, AK" +349,155,241,"Philadelphia, PA",229,"Wilmington, NC" +349,156,223,"New York, NY and NJ",194,"Lake Charles, LA" +349,157,223,"New York, NY and NJ",241,"Philadelphia, PA" +349,158,217,"New York, NY and NJ",241,"Philadelphia, PA" +349,159,197,"Portland, ME",198,"Baltimore, MD" +349,160,198,"Baltimore, MD",244,"Providence, RI" +349,161,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +349,162,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +349,163,223,"New York, NY and NJ",201,"Boston, MA" +349,164,241,"Philadelphia, PA",201,"Boston, MA" +349,165,197,"Portland, ME",218,"Camden-Gloucester, NJ" +349,166,169,"Wilmington, DE",217,"New York, NY and NJ" +349,167,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +349,168,223,"New York, NY and NJ",201,"Boston, MA" +349,169,197,"Portland, ME",241,"Philadelphia, PA" +349,170,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +349,171,217,"New York, NY and NJ",198,"Baltimore, MD" +349,172,241,"Philadelphia, PA",241,"Philadelphia, PA" +349,173,217,"New York, NY and NJ",217,"New York, NY and NJ" +349,174,265,"Norfolk Harbor, VA",245,"Charleston, SC" +349,175,223,"New York, NY and NJ",244,"Providence, RI" +349,176,217,"New York, NY and NJ",201,"Boston, MA" +349,177,217,"New York, NY and NJ",241,"Philadelphia, PA" +349,178,265,"Norfolk Harbor, VA",244,"Providence, RI" +349,179,179,"Honolulu, HI",179,"Honolulu, HI" +349,180,179,"Honolulu, HI",179,"Honolulu, HI" +349,181,241,"Philadelphia, PA",223,"New York, NY and NJ" +349,183,223,"New York, NY and NJ",241,"Philadelphia, PA" +349,184,217,"New York, NY and NJ",223,"New York, NY and NJ" +349,185,244,"Providence, RI",241,"Philadelphia, PA" +349,186,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +349,187,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +349,188,223,"New York, NY and NJ",241,"Philadelphia, PA" +349,189,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +349,190,217,"New York, NY and NJ",217,"New York, NY and NJ" +349,191,198,"Baltimore, MD",223,"New York, NY and NJ" +349,192,223,"New York, NY and NJ",197,"Portland, ME" +349,193,244,"Providence, RI",223,"New York, NY and NJ" +349,194,201,"Boston, MA",194,"Lake Charles, LA" +349,195,241,"Philadelphia, PA",195,"New Orleans, LA" +349,196,217,"New York, NY and NJ",223,"New York, NY and NJ" +349,197,197,"Portland, ME",218,"Camden-Gloucester, NJ" +349,198,197,"Portland, ME",197,"Portland, ME" +349,199,197,"Portland, ME",217,"New York, NY and NJ" +349,200,223,"New York, NY and NJ",197,"Portland, ME" +349,201,198,"Baltimore, MD",201,"Boston, MA" +349,202,201,"Boston, MA",217,"New York, NY and NJ" +349,203,197,"Portland, ME",244,"Providence, RI" +349,204,223,"New York, NY and NJ",197,"Portland, ME" +349,205,223,"New York, NY and NJ",244,"Providence, RI" +349,206,241,"Philadelphia, PA",244,"Providence, RI" +349,207,197,"Portland, ME",223,"New York, NY and NJ" +349,208,244,"Providence, RI",241,"Philadelphia, PA" +349,209,229,"Wilmington, NC",217,"New York, NY and NJ" +349,210,198,"Baltimore, MD",217,"New York, NY and NJ" +349,211,223,"New York, NY and NJ",217,"New York, NY and NJ" +349,212,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +349,213,201,"Boston, MA",217,"New York, NY and NJ" +349,214,241,"Philadelphia, PA",208,"Pascagoula, MS" +349,215,217,"New York, NY and NJ",223,"New York, NY and NJ" +349,216,169,"Wilmington, DE",217,"New York, NY and NJ" +349,217,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,218,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +349,219,197,"Portland, ME",223,"New York, NY and NJ" +349,220,241,"Philadelphia, PA",223,"New York, NY and NJ" +349,221,201,"Boston, MA",217,"New York, NY and NJ" +349,222,244,"Providence, RI",198,"Baltimore, MD" +349,223,241,"Philadelphia, PA",197,"Portland, ME" +349,224,197,"Portland, ME",223,"New York, NY and NJ" +349,225,223,"New York, NY and NJ",244,"Providence, RI" +349,226,201,"Boston, MA",241,"Philadelphia, PA" +349,227,223,"New York, NY and NJ",217,"New York, NY and NJ" +349,228,217,"New York, NY and NJ",198,"Baltimore, MD" +349,229,198,"Baltimore, MD",223,"New York, NY and NJ" +349,230,241,"Philadelphia, PA",217,"New York, NY and NJ" +349,231,169,"Wilmington, DE",198,"Baltimore, MD" +349,232,223,"New York, NY and NJ",201,"Boston, MA" +349,233,201,"Boston, MA",223,"New York, NY and NJ" +349,234,197,"Portland, ME",244,"Providence, RI" +349,235,197,"Portland, ME",198,"Baltimore, MD" +349,236,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +349,237,241,"Philadelphia, PA",208,"Pascagoula, MS" +349,238,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +349,239,198,"Baltimore, MD",198,"Baltimore, MD" +349,240,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +349,241,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +349,242,197,"Portland, ME",217,"New York, NY and NJ" +349,243,201,"Boston, MA",241,"Philadelphia, PA" +349,244,198,"Baltimore, MD",223,"New York, NY and NJ" +349,245,217,"New York, NY and NJ",197,"Portland, ME" +349,246,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +349,247,241,"Philadelphia, PA",245,"Charleston, SC" +349,248,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +349,249,197,"Portland, ME",244,"Providence, RI" +349,250,198,"Baltimore, MD",223,"New York, NY and NJ" +349,251,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +349,252,223,"New York, NY and NJ",217,"New York, NY and NJ" +349,253,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +349,254,198,"Baltimore, MD",195,"New Orleans, LA" +349,255,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +349,256,169,"Wilmington, DE",241,"Philadelphia, PA" +349,257,218,"Camden-Gloucester, NJ",229,"Wilmington, NC" +349,258,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +349,259,197,"Portland, ME",257,"Houston, TX" +349,260,198,"Baltimore, MD",197,"Portland, ME" +349,261,217,"New York, NY and NJ",217,"New York, NY and NJ" +349,262,223,"New York, NY and NJ",197,"Portland, ME" +349,263,201,"Boston, MA",201,"Boston, MA" +349,264,217,"New York, NY and NJ",197,"Portland, ME" +349,265,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +349,266,169,"Wilmington, DE",201,"Boston, MA" +349,267,223,"New York, NY and NJ",198,"Baltimore, MD" +349,268,223,"New York, NY and NJ",223,"New York, NY and NJ" +349,269,241,"Philadelphia, PA",223,"New York, NY and NJ" +349,270,201,"Boston, MA",241,"Philadelphia, PA" +349,271,223,"New York, NY and NJ",197,"Portland, ME" +349,272,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +349,273,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +350,1,217,"New York, NY and NJ",217,"New York, NY and NJ" +350,2,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,3,217,"New York, NY and NJ",217,"New York, NY and NJ" +350,4,198,"Baltimore, MD",198,"Baltimore, MD" +350,5,217,"New York, NY and NJ",217,"New York, NY and NJ" +350,6,197,"Portland, ME",197,"Portland, ME" +350,7,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,8,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,9,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,10,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,11,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,12,217,"New York, NY and NJ",217,"New York, NY and NJ" +350,13,197,"Portland, ME",197,"Portland, ME" +350,14,201,"Boston, MA",201,"Boston, MA" +350,15,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,16,241,"Philadelphia, PA",241,"Philadelphia, PA" +350,17,217,"New York, NY and NJ",217,"New York, NY and NJ" +350,18,197,"Portland, ME",197,"Portland, ME" +350,19,197,"Portland, ME",197,"Portland, ME" +350,20,217,"New York, NY and NJ",217,"New York, NY and NJ" +350,21,217,"New York, NY and NJ",217,"New York, NY and NJ" +350,22,217,"New York, NY and NJ",217,"New York, NY and NJ" +350,23,197,"Portland, ME",197,"Portland, ME" +350,24,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +350,25,201,"Boston, MA",201,"Boston, MA" +350,26,241,"Philadelphia, PA",241,"Philadelphia, PA" +350,27,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +350,28,217,"New York, NY and NJ",217,"New York, NY and NJ" +350,29,197,"Portland, ME",197,"Portland, ME" +350,30,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,31,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +350,32,169,"Wilmington, DE",169,"Wilmington, DE" +350,33,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,34,217,"New York, NY and NJ",217,"New York, NY and NJ" +350,35,217,"New York, NY and NJ",217,"New York, NY and NJ" +350,36,201,"Boston, MA",201,"Boston, MA" +350,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,38,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,39,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,40,217,"New York, NY and NJ",217,"New York, NY and NJ" +350,41,197,"Portland, ME",197,"Portland, ME" +350,42,201,"Boston, MA",201,"Boston, MA" +350,43,197,"Portland, ME",197,"Portland, ME" +350,44,241,"Philadelphia, PA",241,"Philadelphia, PA" +350,45,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +350,46,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,47,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,48,197,"Portland, ME",197,"Portland, ME" +350,49,197,"Portland, ME",197,"Portland, ME" +350,50,201,"Boston, MA",201,"Boston, MA" +350,51,244,"Providence, RI",244,"Providence, RI" +350,52,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,53,244,"Providence, RI",244,"Providence, RI" +350,54,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,56,241,"Philadelphia, PA",241,"Philadelphia, PA" +350,57,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +350,58,198,"Baltimore, MD",198,"Baltimore, MD" +350,59,241,"Philadelphia, PA",241,"Philadelphia, PA" +350,60,241,"Philadelphia, PA",241,"Philadelphia, PA" +350,61,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,62,217,"New York, NY and NJ",217,"New York, NY and NJ" +350,63,241,"Philadelphia, PA",241,"Philadelphia, PA" +350,64,197,"Portland, ME",197,"Portland, ME" +350,65,201,"Boston, MA",201,"Boston, MA" +350,66,201,"Boston, MA",201,"Boston, MA" +350,67,241,"Philadelphia, PA",241,"Philadelphia, PA" +350,68,198,"Baltimore, MD",198,"Baltimore, MD" +350,69,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,70,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,71,217,"New York, NY and NJ",217,"New York, NY and NJ" +350,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,73,201,"Boston, MA",201,"Boston, MA" +350,74,244,"Providence, RI",244,"Providence, RI" +350,75,241,"Philadelphia, PA",241,"Philadelphia, PA" +350,76,201,"Boston, MA",201,"Boston, MA" +350,77,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +350,78,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +350,79,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,80,201,"Boston, MA",201,"Boston, MA" +350,81,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +350,82,198,"Baltimore, MD",198,"Baltimore, MD" +350,83,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,84,217,"New York, NY and NJ",217,"New York, NY and NJ" +350,85,201,"Boston, MA",201,"Boston, MA" +350,86,217,"New York, NY and NJ",217,"New York, NY and NJ" +350,87,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +350,88,198,"Baltimore, MD",198,"Baltimore, MD" +350,89,197,"Portland, ME",197,"Portland, ME" +350,90,201,"Boston, MA",201,"Boston, MA" +350,91,198,"Baltimore, MD",198,"Baltimore, MD" +350,92,201,"Boston, MA",201,"Boston, MA" +350,93,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,94,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,95,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,96,217,"New York, NY and NJ",217,"New York, NY and NJ" +350,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,98,197,"Portland, ME",197,"Portland, ME" +350,99,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,100,201,"Boston, MA",201,"Boston, MA" +350,101,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,102,217,"New York, NY and NJ",217,"New York, NY and NJ" +350,103,201,"Boston, MA",201,"Boston, MA" +350,104,169,"Wilmington, DE",169,"Wilmington, DE" +350,105,197,"Portland, ME",197,"Portland, ME" +350,106,201,"Boston, MA",201,"Boston, MA" +350,107,201,"Boston, MA",201,"Boston, MA" +350,108,217,"New York, NY and NJ",217,"New York, NY and NJ" +350,109,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,110,217,"New York, NY and NJ",217,"New York, NY and NJ" +350,111,201,"Boston, MA",201,"Boston, MA" +350,112,244,"Providence, RI",244,"Providence, RI" +350,113,241,"Philadelphia, PA",241,"Philadelphia, PA" +350,114,201,"Boston, MA",201,"Boston, MA" +350,115,197,"Portland, ME",197,"Portland, ME" +350,116,217,"New York, NY and NJ",217,"New York, NY and NJ" +350,117,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,118,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,119,197,"Portland, ME",197,"Portland, ME" +350,120,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +350,121,197,"Portland, ME",197,"Portland, ME" +350,122,241,"Philadelphia, PA",241,"Philadelphia, PA" +350,123,197,"Portland, ME",197,"Portland, ME" +350,124,201,"Boston, MA",201,"Boston, MA" +350,125,197,"Portland, ME",197,"Portland, ME" +350,126,197,"Portland, ME",197,"Portland, ME" +350,127,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,128,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +350,129,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,130,197,"Portland, ME",197,"Portland, ME" +350,131,201,"Boston, MA",201,"Boston, MA" +350,132,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +350,151,197,"Portland, ME",217,"New York, NY and NJ" +350,152,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +350,153,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +350,154,154,"Anchorage, AK",154,"Anchorage, AK" +350,155,244,"Providence, RI",201,"Boston, MA" +350,156,241,"Philadelphia, PA",201,"Boston, MA" +350,157,265,"Norfolk Harbor, VA",201,"Boston, MA" +350,158,218,"Camden-Gloucester, NJ",201,"Boston, MA" +350,159,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +350,160,218,"Camden-Gloucester, NJ",201,"Boston, MA" +350,161,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +350,162,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +350,163,217,"New York, NY and NJ",217,"New York, NY and NJ" +350,164,198,"Baltimore, MD",244,"Providence, RI" +350,165,265,"Norfolk Harbor, VA",201,"Boston, MA" +350,166,197,"Portland, ME",223,"New York, NY and NJ" +350,167,217,"New York, NY and NJ",217,"New York, NY and NJ" +350,168,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +350,169,223,"New York, NY and NJ",197,"Portland, ME" +350,170,198,"Baltimore, MD",217,"New York, NY and NJ" +350,171,241,"Philadelphia, PA",223,"New York, NY and NJ" +350,172,201,"Boston, MA",245,"Charleston, SC" +350,173,201,"Boston, MA",201,"Boston, MA" +350,174,197,"Portland, ME",265,"Norfolk Harbor, VA" +350,175,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,176,218,"Camden-Gloucester, NJ",201,"Boston, MA" +350,177,223,"New York, NY and NJ",229,"Wilmington, NC" +350,178,217,"New York, NY and NJ",241,"Philadelphia, PA" +350,179,179,"Honolulu, HI",179,"Honolulu, HI" +350,180,179,"Honolulu, HI",179,"Honolulu, HI" +350,181,223,"New York, NY and NJ",201,"Boston, MA" +350,183,197,"Portland, ME",265,"Norfolk Harbor, VA" +350,184,217,"New York, NY and NJ",197,"Portland, ME" +350,185,201,"Boston, MA",223,"New York, NY and NJ" +350,186,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,187,217,"New York, NY and NJ",201,"Boston, MA" +350,188,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,189,197,"Portland, ME",223,"New York, NY and NJ" +350,190,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +350,191,223,"New York, NY and NJ",169,"Wilmington, DE" +350,192,223,"New York, NY and NJ",241,"Philadelphia, PA" +350,193,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +350,194,201,"Boston, MA",223,"New York, NY and NJ" +350,195,201,"Boston, MA",198,"Baltimore, MD" +350,196,217,"New York, NY and NJ",201,"Boston, MA" +350,197,241,"Philadelphia, PA",198,"Baltimore, MD" +350,198,241,"Philadelphia, PA",217,"New York, NY and NJ" +350,199,217,"New York, NY and NJ",217,"New York, NY and NJ" +350,200,217,"New York, NY and NJ",241,"Philadelphia, PA" +350,201,201,"Boston, MA",217,"New York, NY and NJ" +350,202,197,"Portland, ME",218,"Camden-Gloucester, NJ" +350,203,244,"Providence, RI",197,"Portland, ME" +350,204,201,"Boston, MA",217,"New York, NY and NJ" +350,205,217,"New York, NY and NJ",217,"New York, NY and NJ" +350,206,217,"New York, NY and NJ",201,"Boston, MA" +350,207,198,"Baltimore, MD",217,"New York, NY and NJ" +350,208,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +350,209,197,"Portland, ME",197,"Portland, ME" +350,210,169,"Wilmington, DE",217,"New York, NY and NJ" +350,211,217,"New York, NY and NJ",217,"New York, NY and NJ" +350,212,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +350,213,198,"Baltimore, MD",197,"Portland, ME" +350,214,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +350,215,201,"Boston, MA",197,"Portland, ME" +350,216,217,"New York, NY and NJ",197,"Portland, ME" +350,217,241,"Philadelphia, PA",244,"Providence, RI" +350,218,197,"Portland, ME",223,"New York, NY and NJ" +350,219,197,"Portland, ME",198,"Baltimore, MD" +350,220,217,"New York, NY and NJ",201,"Boston, MA" +350,221,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,222,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,223,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +350,224,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,225,217,"New York, NY and NJ",198,"Baltimore, MD" +350,226,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +350,227,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +350,228,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +350,229,197,"Portland, ME",265,"Norfolk Harbor, VA" +350,230,217,"New York, NY and NJ",197,"Portland, ME" +350,231,223,"New York, NY and NJ",217,"New York, NY and NJ" +350,232,223,"New York, NY and NJ",197,"Portland, ME" +350,233,201,"Boston, MA",265,"Norfolk Harbor, VA" +350,234,201,"Boston, MA",217,"New York, NY and NJ" +350,235,169,"Wilmington, DE",223,"New York, NY and NJ" +350,236,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +350,237,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,238,197,"Portland, ME",223,"New York, NY and NJ" +350,239,223,"New York, NY and NJ",241,"Philadelphia, PA" +350,240,223,"New York, NY and NJ",223,"New York, NY and NJ" +350,241,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +350,242,201,"Boston, MA",217,"New York, NY and NJ" +350,243,241,"Philadelphia, PA",223,"New York, NY and NJ" +350,244,217,"New York, NY and NJ",217,"New York, NY and NJ" +350,245,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +350,246,201,"Boston, MA",241,"Philadelphia, PA" +350,247,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +350,248,201,"Boston, MA",169,"Wilmington, DE" +350,249,217,"New York, NY and NJ",241,"Philadelphia, PA" +350,250,197,"Portland, ME",223,"New York, NY and NJ" +350,251,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +350,252,223,"New York, NY and NJ",241,"Philadelphia, PA" +350,253,244,"Providence, RI",265,"Norfolk Harbor, VA" +350,254,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +350,255,201,"Boston, MA",217,"New York, NY and NJ" +350,256,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +350,257,241,"Philadelphia, PA",201,"Boston, MA" +350,258,197,"Portland, ME",217,"New York, NY and NJ" +350,259,197,"Portland, ME",195,"New Orleans, LA" +350,260,223,"New York, NY and NJ",241,"Philadelphia, PA" +350,261,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +350,262,223,"New York, NY and NJ",217,"New York, NY and NJ" +350,263,217,"New York, NY and NJ",198,"Baltimore, MD" +350,264,198,"Baltimore, MD",197,"Portland, ME" +350,265,197,"Portland, ME",197,"Portland, ME" +350,266,201,"Boston, MA",265,"Norfolk Harbor, VA" +350,267,217,"New York, NY and NJ",223,"New York, NY and NJ" +350,268,223,"New York, NY and NJ",201,"Boston, MA" +350,269,241,"Philadelphia, PA",197,"Portland, ME" +350,270,244,"Providence, RI",217,"New York, NY and NJ" +350,271,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +350,272,244,"Providence, RI",169,"Wilmington, DE" +350,273,218,"Camden-Gloucester, NJ",197,"Portland, ME" +351,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +351,2,198,"Baltimore, MD",198,"Baltimore, MD" +351,3,223,"New York, NY and NJ",223,"New York, NY and NJ" +351,4,198,"Baltimore, MD",198,"Baltimore, MD" +351,5,198,"Baltimore, MD",198,"Baltimore, MD" +351,6,241,"Philadelphia, PA",241,"Philadelphia, PA" +351,7,197,"Portland, ME",197,"Portland, ME" +351,8,241,"Philadelphia, PA",241,"Philadelphia, PA" +351,9,217,"New York, NY and NJ",217,"New York, NY and NJ" +351,10,229,"Wilmington, NC",229,"Wilmington, NC" +351,11,223,"New York, NY and NJ",223,"New York, NY and NJ" +351,12,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,13,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,14,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,15,201,"Boston, MA",201,"Boston, MA" +351,16,217,"New York, NY and NJ",217,"New York, NY and NJ" +351,17,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +351,18,198,"Baltimore, MD",198,"Baltimore, MD" +351,19,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,20,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,21,198,"Baltimore, MD",198,"Baltimore, MD" +351,22,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,23,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +351,24,198,"Baltimore, MD",198,"Baltimore, MD" +351,25,197,"Portland, ME",197,"Portland, ME" +351,26,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,27,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,28,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,29,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +351,30,197,"Portland, ME",197,"Portland, ME" +351,31,241,"Philadelphia, PA",241,"Philadelphia, PA" +351,32,245,"Charleston, SC",245,"Charleston, SC" +351,33,197,"Portland, ME",197,"Portland, ME" +351,34,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,35,241,"Philadelphia, PA",241,"Philadelphia, PA" +351,36,198,"Baltimore, MD",198,"Baltimore, MD" +351,37,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,38,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +351,39,217,"New York, NY and NJ",217,"New York, NY and NJ" +351,40,217,"New York, NY and NJ",217,"New York, NY and NJ" +351,41,197,"Portland, ME",197,"Portland, ME" +351,42,198,"Baltimore, MD",198,"Baltimore, MD" +351,43,217,"New York, NY and NJ",217,"New York, NY and NJ" +351,44,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,45,217,"New York, NY and NJ",217,"New York, NY and NJ" +351,46,241,"Philadelphia, PA",241,"Philadelphia, PA" +351,47,197,"Portland, ME",197,"Portland, ME" +351,48,223,"New York, NY and NJ",223,"New York, NY and NJ" +351,49,223,"New York, NY and NJ",223,"New York, NY and NJ" +351,50,198,"Baltimore, MD",198,"Baltimore, MD" +351,51,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,52,201,"Boston, MA",201,"Boston, MA" +351,53,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,54,244,"Providence, RI",244,"Providence, RI" +351,55,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,56,223,"New York, NY and NJ",223,"New York, NY and NJ" +351,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +351,58,241,"Philadelphia, PA",241,"Philadelphia, PA" +351,59,241,"Philadelphia, PA",241,"Philadelphia, PA" +351,60,197,"Portland, ME",197,"Portland, ME" +351,61,198,"Baltimore, MD",198,"Baltimore, MD" +351,62,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +351,63,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,64,217,"New York, NY and NJ",217,"New York, NY and NJ" +351,65,217,"New York, NY and NJ",217,"New York, NY and NJ" +351,66,197,"Portland, ME",197,"Portland, ME" +351,67,244,"Providence, RI",244,"Providence, RI" +351,68,223,"New York, NY and NJ",223,"New York, NY and NJ" +351,69,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,70,217,"New York, NY and NJ",217,"New York, NY and NJ" +351,71,241,"Philadelphia, PA",241,"Philadelphia, PA" +351,72,217,"New York, NY and NJ",217,"New York, NY and NJ" +351,73,241,"Philadelphia, PA",241,"Philadelphia, PA" +351,74,198,"Baltimore, MD",198,"Baltimore, MD" +351,75,201,"Boston, MA",201,"Boston, MA" +351,76,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,77,197,"Portland, ME",197,"Portland, ME" +351,78,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +351,79,223,"New York, NY and NJ",223,"New York, NY and NJ" +351,80,244,"Providence, RI",244,"Providence, RI" +351,81,223,"New York, NY and NJ",223,"New York, NY and NJ" +351,82,217,"New York, NY and NJ",217,"New York, NY and NJ" +351,83,223,"New York, NY and NJ",223,"New York, NY and NJ" +351,84,241,"Philadelphia, PA",241,"Philadelphia, PA" +351,85,198,"Baltimore, MD",198,"Baltimore, MD" +351,86,198,"Baltimore, MD",198,"Baltimore, MD" +351,87,217,"New York, NY and NJ",217,"New York, NY and NJ" +351,88,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,89,223,"New York, NY and NJ",223,"New York, NY and NJ" +351,90,201,"Boston, MA",201,"Boston, MA" +351,91,177,"Savannah, GA",177,"Savannah, GA" +351,92,241,"Philadelphia, PA",241,"Philadelphia, PA" +351,93,197,"Portland, ME",197,"Portland, ME" +351,94,217,"New York, NY and NJ",217,"New York, NY and NJ" +351,95,244,"Providence, RI",244,"Providence, RI" +351,96,201,"Boston, MA",201,"Boston, MA" +351,97,241,"Philadelphia, PA",241,"Philadelphia, PA" +351,98,201,"Boston, MA",201,"Boston, MA" +351,99,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +351,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +351,101,223,"New York, NY and NJ",223,"New York, NY and NJ" +351,102,217,"New York, NY and NJ",217,"New York, NY and NJ" +351,103,198,"Baltimore, MD",198,"Baltimore, MD" +351,104,197,"Portland, ME",197,"Portland, ME" +351,105,201,"Boston, MA",201,"Boston, MA" +351,106,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,107,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +351,108,217,"New York, NY and NJ",217,"New York, NY and NJ" +351,109,223,"New York, NY and NJ",223,"New York, NY and NJ" +351,110,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,111,223,"New York, NY and NJ",223,"New York, NY and NJ" +351,112,197,"Portland, ME",197,"Portland, ME" +351,113,217,"New York, NY and NJ",217,"New York, NY and NJ" +351,114,244,"Providence, RI",244,"Providence, RI" +351,115,241,"Philadelphia, PA",241,"Philadelphia, PA" +351,116,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,117,217,"New York, NY and NJ",217,"New York, NY and NJ" +351,118,241,"Philadelphia, PA",241,"Philadelphia, PA" +351,119,197,"Portland, ME",197,"Portland, ME" +351,120,223,"New York, NY and NJ",223,"New York, NY and NJ" +351,121,241,"Philadelphia, PA",241,"Philadelphia, PA" +351,122,198,"Baltimore, MD",198,"Baltimore, MD" +351,123,169,"Wilmington, DE",169,"Wilmington, DE" +351,124,201,"Boston, MA",201,"Boston, MA" +351,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +351,126,223,"New York, NY and NJ",223,"New York, NY and NJ" +351,127,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +351,128,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,129,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,130,223,"New York, NY and NJ",223,"New York, NY and NJ" +351,131,229,"Wilmington, NC",229,"Wilmington, NC" +351,132,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,151,244,"Providence, RI",217,"New York, NY and NJ" +351,152,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,153,245,"Charleston, SC",265,"Norfolk Harbor, VA" +351,154,154,"Anchorage, AK",154,"Anchorage, AK" +351,155,177,"Savannah, GA",197,"Portland, ME" +351,156,265,"Norfolk Harbor, VA",245,"Charleston, SC" +351,157,241,"Philadelphia, PA",223,"New York, NY and NJ" +351,158,223,"New York, NY and NJ",217,"New York, NY and NJ" +351,159,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +351,160,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +351,161,217,"New York, NY and NJ",223,"New York, NY and NJ" +351,162,217,"New York, NY and NJ",208,"Pascagoula, MS" +351,163,198,"Baltimore, MD",169,"Wilmington, DE" +351,164,265,"Norfolk Harbor, VA",201,"Boston, MA" +351,165,241,"Philadelphia, PA",198,"Baltimore, MD" +351,166,197,"Portland, ME",217,"New York, NY and NJ" +351,167,244,"Providence, RI",244,"Providence, RI" +351,168,169,"Wilmington, DE",169,"Wilmington, DE" +351,169,223,"New York, NY and NJ",217,"New York, NY and NJ" +351,170,241,"Philadelphia, PA",241,"Philadelphia, PA" +351,171,245,"Charleston, SC",177,"Savannah, GA" +351,172,197,"Portland, ME",217,"New York, NY and NJ" +351,173,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +351,174,265,"Norfolk Harbor, VA",174,"Tampa, FL" +351,175,177,"Savannah, GA",201,"Boston, MA" +351,176,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +351,177,197,"Portland, ME",174,"Tampa, FL" +351,178,198,"Baltimore, MD",172,"Port Everglades, FL" +351,179,179,"Honolulu, HI",179,"Honolulu, HI" +351,180,179,"Honolulu, HI",179,"Honolulu, HI" +351,181,197,"Portland, ME",197,"Portland, ME" +351,183,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +351,184,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +351,185,201,"Boston, MA",223,"New York, NY and NJ" +351,186,198,"Baltimore, MD",223,"New York, NY and NJ" +351,187,241,"Philadelphia, PA",198,"Baltimore, MD" +351,188,223,"New York, NY and NJ",217,"New York, NY and NJ" +351,189,198,"Baltimore, MD",198,"Baltimore, MD" +351,190,244,"Providence, RI",241,"Philadelphia, PA" +351,191,169,"Wilmington, DE",217,"New York, NY and NJ" +351,192,198,"Baltimore, MD",241,"Philadelphia, PA" +351,193,229,"Wilmington, NC",218,"Camden-Gloucester, NJ" +351,194,217,"New York, NY and NJ",241,"Philadelphia, PA" +351,195,244,"Providence, RI",218,"Camden-Gloucester, NJ" +351,196,241,"Philadelphia, PA",244,"Providence, RI" +351,197,201,"Boston, MA",223,"New York, NY and NJ" +351,198,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +351,199,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +351,200,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +351,201,201,"Boston, MA",197,"Portland, ME" +351,202,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +351,203,265,"Norfolk Harbor, VA",201,"Boston, MA" +351,204,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +351,205,201,"Boston, MA",223,"New York, NY and NJ" +351,206,229,"Wilmington, NC",217,"New York, NY and NJ" +351,207,223,"New York, NY and NJ",223,"New York, NY and NJ" +351,208,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +351,209,245,"Charleston, SC",265,"Norfolk Harbor, VA" +351,210,217,"New York, NY and NJ",217,"New York, NY and NJ" +351,211,198,"Baltimore, MD",229,"Wilmington, NC" +351,212,198,"Baltimore, MD",201,"Boston, MA" +351,213,201,"Boston, MA",223,"New York, NY and NJ" +351,214,245,"Charleston, SC",198,"Baltimore, MD" +351,215,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +351,216,201,"Boston, MA",218,"Camden-Gloucester, NJ" +351,217,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +351,218,197,"Portland, ME",223,"New York, NY and NJ" +351,219,217,"New York, NY and NJ",198,"Baltimore, MD" +351,220,198,"Baltimore, MD",171,"Jacksonville, FL" +351,221,244,"Providence, RI",218,"Camden-Gloucester, NJ" +351,222,217,"New York, NY and NJ",217,"New York, NY and NJ" +351,223,223,"New York, NY and NJ",217,"New York, NY and NJ" +351,224,197,"Portland, ME",217,"New York, NY and NJ" +351,225,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +351,226,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +351,227,177,"Savannah, GA",265,"Norfolk Harbor, VA" +351,228,223,"New York, NY and NJ",217,"New York, NY and NJ" +351,229,241,"Philadelphia, PA",198,"Baltimore, MD" +351,230,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +351,231,201,"Boston, MA",241,"Philadelphia, PA" +351,232,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +351,233,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +351,234,218,"Camden-Gloucester, NJ",201,"Boston, MA" +351,235,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,236,245,"Charleston, SC",208,"Pascagoula, MS" +351,237,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +351,238,265,"Norfolk Harbor, VA",244,"Providence, RI" +351,239,223,"New York, NY and NJ",201,"Boston, MA" +351,240,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +351,241,223,"New York, NY and NJ",217,"New York, NY and NJ" +351,242,217,"New York, NY and NJ",197,"Portland, ME" +351,243,223,"New York, NY and NJ",223,"New York, NY and NJ" +351,244,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +351,245,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +351,246,223,"New York, NY and NJ",245,"Charleston, SC" +351,247,245,"Charleston, SC",241,"Philadelphia, PA" +351,248,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +351,249,223,"New York, NY and NJ",177,"Savannah, GA" +351,250,198,"Baltimore, MD",198,"Baltimore, MD" +351,251,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,252,169,"Wilmington, DE",193,"Baton Rouge, LA" +351,253,198,"Baltimore, MD",201,"Boston, MA" +351,254,229,"Wilmington, NC",253,"Beaumont, TX" +351,255,265,"Norfolk Harbor, VA",201,"Boston, MA" +351,256,241,"Philadelphia, PA",223,"New York, NY and NJ" +351,257,197,"Portland, ME",201,"Boston, MA" +351,258,177,"Savannah, GA",177,"Savannah, GA" +351,259,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +351,260,265,"Norfolk Harbor, VA",201,"Boston, MA" +351,261,229,"Wilmington, NC",223,"New York, NY and NJ" +351,262,201,"Boston, MA",217,"New York, NY and NJ" +351,263,218,"Camden-Gloucester, NJ",201,"Boston, MA" +351,264,197,"Portland, ME",218,"Camden-Gloucester, NJ" +351,265,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +351,266,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,267,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +351,268,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +351,269,244,"Providence, RI",223,"New York, NY and NJ" +351,270,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +351,271,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +351,272,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +351,273,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +352,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +352,3,197,"Portland, ME",197,"Portland, ME" +352,4,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +352,5,217,"New York, NY and NJ",217,"New York, NY and NJ" +352,6,217,"New York, NY and NJ",217,"New York, NY and NJ" +352,7,217,"New York, NY and NJ",217,"New York, NY and NJ" +352,8,198,"Baltimore, MD",198,"Baltimore, MD" +352,9,241,"Philadelphia, PA",241,"Philadelphia, PA" +352,10,197,"Portland, ME",197,"Portland, ME" +352,11,197,"Portland, ME",197,"Portland, ME" +352,12,244,"Providence, RI",244,"Providence, RI" +352,13,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,14,201,"Boston, MA",201,"Boston, MA" +352,15,217,"New York, NY and NJ",217,"New York, NY and NJ" +352,16,201,"Boston, MA",201,"Boston, MA" +352,17,244,"Providence, RI",244,"Providence, RI" +352,18,217,"New York, NY and NJ",217,"New York, NY and NJ" +352,19,244,"Providence, RI",244,"Providence, RI" +352,20,201,"Boston, MA",201,"Boston, MA" +352,21,198,"Baltimore, MD",198,"Baltimore, MD" +352,22,241,"Philadelphia, PA",241,"Philadelphia, PA" +352,23,217,"New York, NY and NJ",217,"New York, NY and NJ" +352,24,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +352,25,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,26,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +352,27,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,28,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +352,29,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,30,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,31,201,"Boston, MA",201,"Boston, MA" +352,32,241,"Philadelphia, PA",241,"Philadelphia, PA" +352,33,197,"Portland, ME",197,"Portland, ME" +352,34,241,"Philadelphia, PA",241,"Philadelphia, PA" +352,35,244,"Providence, RI",244,"Providence, RI" +352,36,198,"Baltimore, MD",198,"Baltimore, MD" +352,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,38,169,"Wilmington, DE",169,"Wilmington, DE" +352,39,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,40,201,"Boston, MA",201,"Boston, MA" +352,41,197,"Portland, ME",197,"Portland, ME" +352,42,217,"New York, NY and NJ",217,"New York, NY and NJ" +352,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,44,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,45,197,"Portland, ME",197,"Portland, ME" +352,46,198,"Baltimore, MD",198,"Baltimore, MD" +352,47,198,"Baltimore, MD",198,"Baltimore, MD" +352,48,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +352,49,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,50,201,"Boston, MA",201,"Boston, MA" +352,51,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,52,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,53,241,"Philadelphia, PA",241,"Philadelphia, PA" +352,54,201,"Boston, MA",201,"Boston, MA" +352,55,198,"Baltimore, MD",198,"Baltimore, MD" +352,56,201,"Boston, MA",201,"Boston, MA" +352,57,198,"Baltimore, MD",198,"Baltimore, MD" +352,58,197,"Portland, ME",197,"Portland, ME" +352,59,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,60,217,"New York, NY and NJ",217,"New York, NY and NJ" +352,61,198,"Baltimore, MD",198,"Baltimore, MD" +352,62,198,"Baltimore, MD",198,"Baltimore, MD" +352,63,197,"Portland, ME",197,"Portland, ME" +352,64,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +352,65,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +352,66,217,"New York, NY and NJ",217,"New York, NY and NJ" +352,67,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,68,197,"Portland, ME",197,"Portland, ME" +352,69,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +352,70,197,"Portland, ME",197,"Portland, ME" +352,71,241,"Philadelphia, PA",241,"Philadelphia, PA" +352,72,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +352,73,197,"Portland, ME",197,"Portland, ME" +352,74,217,"New York, NY and NJ",217,"New York, NY and NJ" +352,75,217,"New York, NY and NJ",217,"New York, NY and NJ" +352,76,217,"New York, NY and NJ",217,"New York, NY and NJ" +352,77,201,"Boston, MA",201,"Boston, MA" +352,78,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,79,241,"Philadelphia, PA",241,"Philadelphia, PA" +352,80,201,"Boston, MA",201,"Boston, MA" +352,81,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,82,244,"Providence, RI",244,"Providence, RI" +352,83,217,"New York, NY and NJ",217,"New York, NY and NJ" +352,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,85,217,"New York, NY and NJ",217,"New York, NY and NJ" +352,86,197,"Portland, ME",197,"Portland, ME" +352,87,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +352,88,217,"New York, NY and NJ",217,"New York, NY and NJ" +352,89,244,"Providence, RI",244,"Providence, RI" +352,90,241,"Philadelphia, PA",241,"Philadelphia, PA" +352,91,201,"Boston, MA",201,"Boston, MA" +352,92,198,"Baltimore, MD",198,"Baltimore, MD" +352,93,201,"Boston, MA",201,"Boston, MA" +352,94,201,"Boston, MA",201,"Boston, MA" +352,95,217,"New York, NY and NJ",217,"New York, NY and NJ" +352,96,197,"Portland, ME",197,"Portland, ME" +352,97,241,"Philadelphia, PA",241,"Philadelphia, PA" +352,98,217,"New York, NY and NJ",217,"New York, NY and NJ" +352,99,201,"Boston, MA",201,"Boston, MA" +352,100,241,"Philadelphia, PA",241,"Philadelphia, PA" +352,101,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +352,102,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,103,201,"Boston, MA",201,"Boston, MA" +352,104,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,105,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,106,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +352,107,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +352,108,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +352,109,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,110,197,"Portland, ME",197,"Portland, ME" +352,111,197,"Portland, ME",197,"Portland, ME" +352,112,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +352,113,197,"Portland, ME",197,"Portland, ME" +352,114,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,115,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +352,116,241,"Philadelphia, PA",241,"Philadelphia, PA" +352,117,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,118,217,"New York, NY and NJ",217,"New York, NY and NJ" +352,119,197,"Portland, ME",197,"Portland, ME" +352,120,217,"New York, NY and NJ",217,"New York, NY and NJ" +352,121,198,"Baltimore, MD",198,"Baltimore, MD" +352,122,217,"New York, NY and NJ",217,"New York, NY and NJ" +352,123,244,"Providence, RI",244,"Providence, RI" +352,124,201,"Boston, MA",201,"Boston, MA" +352,125,217,"New York, NY and NJ",217,"New York, NY and NJ" +352,126,201,"Boston, MA",201,"Boston, MA" +352,127,198,"Baltimore, MD",198,"Baltimore, MD" +352,128,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +352,129,198,"Baltimore, MD",198,"Baltimore, MD" +352,130,198,"Baltimore, MD",198,"Baltimore, MD" +352,131,244,"Providence, RI",244,"Providence, RI" +352,132,217,"New York, NY and NJ",217,"New York, NY and NJ" +352,151,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +352,152,241,"Philadelphia, PA",241,"Philadelphia, PA" +352,153,197,"Portland, ME",241,"Philadelphia, PA" +352,154,154,"Anchorage, AK",154,"Anchorage, AK" +352,155,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +352,156,223,"New York, NY and NJ",217,"New York, NY and NJ" +352,157,198,"Baltimore, MD",177,"Savannah, GA" +352,158,244,"Providence, RI",265,"Norfolk Harbor, VA" +352,159,197,"Portland, ME",265,"Norfolk Harbor, VA" +352,160,198,"Baltimore, MD",223,"New York, NY and NJ" +352,161,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +352,162,241,"Philadelphia, PA",223,"New York, NY and NJ" +352,163,241,"Philadelphia, PA",197,"Portland, ME" +352,164,201,"Boston, MA",217,"New York, NY and NJ" +352,165,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +352,166,223,"New York, NY and NJ",241,"Philadelphia, PA" +352,167,218,"Camden-Gloucester, NJ",197,"Portland, ME" +352,168,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,169,223,"New York, NY and NJ",217,"New York, NY and NJ" +352,170,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +352,171,223,"New York, NY and NJ",241,"Philadelphia, PA" +352,172,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +352,173,217,"New York, NY and NJ",241,"Philadelphia, PA" +352,174,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +352,175,198,"Baltimore, MD",177,"Savannah, GA" +352,176,201,"Boston, MA",241,"Philadelphia, PA" +352,177,217,"New York, NY and NJ",197,"Portland, ME" +352,178,201,"Boston, MA",241,"Philadelphia, PA" +352,179,179,"Honolulu, HI",179,"Honolulu, HI" +352,180,179,"Honolulu, HI",179,"Honolulu, HI" +352,181,223,"New York, NY and NJ",241,"Philadelphia, PA" +352,183,265,"Norfolk Harbor, VA",197,"Portland, ME" +352,184,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +352,185,217,"New York, NY and NJ",201,"Boston, MA" +352,186,223,"New York, NY and NJ",198,"Baltimore, MD" +352,187,201,"Boston, MA",223,"New York, NY and NJ" +352,188,223,"New York, NY and NJ",241,"Philadelphia, PA" +352,189,197,"Portland, ME",218,"Camden-Gloucester, NJ" +352,190,169,"Wilmington, DE",198,"Baltimore, MD" +352,191,223,"New York, NY and NJ",241,"Philadelphia, PA" +352,192,241,"Philadelphia, PA",241,"Philadelphia, PA" +352,193,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +352,194,217,"New York, NY and NJ",241,"Philadelphia, PA" +352,195,198,"Baltimore, MD",217,"New York, NY and NJ" +352,196,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +352,197,223,"New York, NY and NJ",241,"Philadelphia, PA" +352,198,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +352,199,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,200,223,"New York, NY and NJ",197,"Portland, ME" +352,201,217,"New York, NY and NJ",223,"New York, NY and NJ" +352,202,201,"Boston, MA",223,"New York, NY and NJ" +352,203,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,204,217,"New York, NY and NJ",223,"New York, NY and NJ" +352,205,217,"New York, NY and NJ",223,"New York, NY and NJ" +352,206,241,"Philadelphia, PA",217,"New York, NY and NJ" +352,207,217,"New York, NY and NJ",223,"New York, NY and NJ" +352,208,169,"Wilmington, DE",217,"New York, NY and NJ" +352,209,217,"New York, NY and NJ",223,"New York, NY and NJ" +352,210,217,"New York, NY and NJ",223,"New York, NY and NJ" +352,211,198,"Baltimore, MD",223,"New York, NY and NJ" +352,212,217,"New York, NY and NJ",244,"Providence, RI" +352,213,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +352,214,217,"New York, NY and NJ",241,"Philadelphia, PA" +352,215,217,"New York, NY and NJ",197,"Portland, ME" +352,216,223,"New York, NY and NJ",217,"New York, NY and NJ" +352,217,198,"Baltimore, MD",244,"Providence, RI" +352,218,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +352,219,217,"New York, NY and NJ",217,"New York, NY and NJ" +352,220,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +352,221,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +352,222,223,"New York, NY and NJ",198,"Baltimore, MD" +352,223,169,"Wilmington, DE",223,"New York, NY and NJ" +352,224,198,"Baltimore, MD",223,"New York, NY and NJ" +352,225,241,"Philadelphia, PA",223,"New York, NY and NJ" +352,226,197,"Portland, ME",201,"Boston, MA" +352,227,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +352,228,223,"New York, NY and NJ",198,"Baltimore, MD" +352,229,244,"Providence, RI",198,"Baltimore, MD" +352,230,197,"Portland, ME",223,"New York, NY and NJ" +352,231,201,"Boston, MA",218,"Camden-Gloucester, NJ" +352,232,201,"Boston, MA",241,"Philadelphia, PA" +352,233,244,"Providence, RI",229,"Wilmington, NC" +352,234,223,"New York, NY and NJ",201,"Boston, MA" +352,235,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,236,265,"Norfolk Harbor, VA",245,"Charleston, SC" +352,237,223,"New York, NY and NJ",241,"Philadelphia, PA" +352,238,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +352,239,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +352,240,223,"New York, NY and NJ",223,"New York, NY and NJ" +352,241,241,"Philadelphia, PA",217,"New York, NY and NJ" +352,242,198,"Baltimore, MD",241,"Philadelphia, PA" +352,243,218,"Camden-Gloucester, NJ",244,"Providence, RI" +352,244,217,"New York, NY and NJ",201,"Boston, MA" +352,245,169,"Wilmington, DE",198,"Baltimore, MD" +352,246,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +352,247,198,"Baltimore, MD",197,"Portland, ME" +352,248,197,"Portland, ME",201,"Boston, MA" +352,249,201,"Boston, MA",244,"Providence, RI" +352,250,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +352,251,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +352,252,198,"Baltimore, MD",217,"New York, NY and NJ" +352,253,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +352,254,241,"Philadelphia, PA",197,"Portland, ME" +352,255,197,"Portland, ME",265,"Norfolk Harbor, VA" +352,256,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +352,257,198,"Baltimore, MD",177,"Savannah, GA" +352,258,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +352,259,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +352,260,198,"Baltimore, MD",197,"Portland, ME" +352,261,217,"New York, NY and NJ",217,"New York, NY and NJ" +352,262,198,"Baltimore, MD",241,"Philadelphia, PA" +352,263,169,"Wilmington, DE",223,"New York, NY and NJ" +352,264,223,"New York, NY and NJ",201,"Boston, MA" +352,265,223,"New York, NY and NJ",244,"Providence, RI" +352,266,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +352,267,217,"New York, NY and NJ",217,"New York, NY and NJ" +352,268,217,"New York, NY and NJ",223,"New York, NY and NJ" +352,269,169,"Wilmington, DE",217,"New York, NY and NJ" +352,270,201,"Boston, MA",217,"New York, NY and NJ" +352,271,241,"Philadelphia, PA",223,"New York, NY and NJ" +352,272,201,"Boston, MA",265,"Norfolk Harbor, VA" +352,273,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +353,1,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +353,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,3,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +353,4,198,"Baltimore, MD",198,"Baltimore, MD" +353,5,241,"Philadelphia, PA",241,"Philadelphia, PA" +353,6,197,"Portland, ME",197,"Portland, ME" +353,7,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,8,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,9,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +353,10,201,"Boston, MA",201,"Boston, MA" +353,11,197,"Portland, ME",197,"Portland, ME" +353,12,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,13,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,14,201,"Boston, MA",201,"Boston, MA" +353,15,241,"Philadelphia, PA",241,"Philadelphia, PA" +353,16,241,"Philadelphia, PA",241,"Philadelphia, PA" +353,17,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,18,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,20,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,22,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,23,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +353,24,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +353,25,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +353,26,241,"Philadelphia, PA",241,"Philadelphia, PA" +353,27,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,28,169,"Wilmington, DE",169,"Wilmington, DE" +353,29,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,30,201,"Boston, MA",201,"Boston, MA" +353,31,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,32,198,"Baltimore, MD",198,"Baltimore, MD" +353,33,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,34,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,35,198,"Baltimore, MD",198,"Baltimore, MD" +353,36,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +353,37,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,38,241,"Philadelphia, PA",241,"Philadelphia, PA" +353,39,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +353,40,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,41,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +353,42,201,"Boston, MA",201,"Boston, MA" +353,43,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,44,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +353,45,201,"Boston, MA",201,"Boston, MA" +353,46,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,47,197,"Portland, ME",197,"Portland, ME" +353,48,197,"Portland, ME",197,"Portland, ME" +353,49,244,"Providence, RI",244,"Providence, RI" +353,50,198,"Baltimore, MD",198,"Baltimore, MD" +353,51,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +353,52,198,"Baltimore, MD",198,"Baltimore, MD" +353,53,198,"Baltimore, MD",198,"Baltimore, MD" +353,54,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +353,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,56,241,"Philadelphia, PA",241,"Philadelphia, PA" +353,57,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +353,58,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +353,59,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,60,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,61,198,"Baltimore, MD",198,"Baltimore, MD" +353,62,201,"Boston, MA",201,"Boston, MA" +353,63,198,"Baltimore, MD",198,"Baltimore, MD" +353,64,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,65,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,66,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,67,197,"Portland, ME",197,"Portland, ME" +353,68,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,69,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,70,198,"Baltimore, MD",198,"Baltimore, MD" +353,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,73,201,"Boston, MA",201,"Boston, MA" +353,74,198,"Baltimore, MD",198,"Baltimore, MD" +353,75,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,76,197,"Portland, ME",197,"Portland, ME" +353,77,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,78,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,79,198,"Baltimore, MD",198,"Baltimore, MD" +353,80,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,81,241,"Philadelphia, PA",241,"Philadelphia, PA" +353,82,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,83,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +353,84,229,"Wilmington, NC",229,"Wilmington, NC" +353,85,198,"Baltimore, MD",198,"Baltimore, MD" +353,86,198,"Baltimore, MD",198,"Baltimore, MD" +353,87,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,88,198,"Baltimore, MD",198,"Baltimore, MD" +353,89,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,90,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,91,201,"Boston, MA",201,"Boston, MA" +353,92,169,"Wilmington, DE",169,"Wilmington, DE" +353,93,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,94,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,95,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,96,198,"Baltimore, MD",198,"Baltimore, MD" +353,97,244,"Providence, RI",244,"Providence, RI" +353,98,197,"Portland, ME",197,"Portland, ME" +353,99,197,"Portland, ME",197,"Portland, ME" +353,100,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,101,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,102,201,"Boston, MA",201,"Boston, MA" +353,103,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,104,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,105,201,"Boston, MA",201,"Boston, MA" +353,106,244,"Providence, RI",244,"Providence, RI" +353,107,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,108,241,"Philadelphia, PA",241,"Philadelphia, PA" +353,109,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,110,198,"Baltimore, MD",198,"Baltimore, MD" +353,111,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,112,241,"Philadelphia, PA",241,"Philadelphia, PA" +353,113,201,"Boston, MA",201,"Boston, MA" +353,114,201,"Boston, MA",201,"Boston, MA" +353,115,198,"Baltimore, MD",198,"Baltimore, MD" +353,116,241,"Philadelphia, PA",241,"Philadelphia, PA" +353,117,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,118,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +353,119,197,"Portland, ME",197,"Portland, ME" +353,120,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +353,121,197,"Portland, ME",197,"Portland, ME" +353,122,241,"Philadelphia, PA",241,"Philadelphia, PA" +353,123,241,"Philadelphia, PA",241,"Philadelphia, PA" +353,124,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,125,201,"Boston, MA",201,"Boston, MA" +353,126,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,127,198,"Baltimore, MD",198,"Baltimore, MD" +353,128,241,"Philadelphia, PA",241,"Philadelphia, PA" +353,129,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,130,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,131,198,"Baltimore, MD",198,"Baltimore, MD" +353,132,241,"Philadelphia, PA",241,"Philadelphia, PA" +353,151,217,"New York, NY and NJ",198,"Baltimore, MD" +353,152,197,"Portland, ME",241,"Philadelphia, PA" +353,153,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +353,154,154,"Anchorage, AK",154,"Anchorage, AK" +353,155,197,"Portland, ME",223,"New York, NY and NJ" +353,156,217,"New York, NY and NJ",195,"New Orleans, LA" +353,157,217,"New York, NY and NJ",201,"Boston, MA" +353,158,265,"Norfolk Harbor, VA",197,"Portland, ME" +353,159,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +353,160,198,"Baltimore, MD",201,"Boston, MA" +353,161,217,"New York, NY and NJ",241,"Philadelphia, PA" +353,162,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +353,163,223,"New York, NY and NJ",169,"Wilmington, DE" +353,164,198,"Baltimore, MD",197,"Portland, ME" +353,165,223,"New York, NY and NJ",169,"Wilmington, DE" +353,166,241,"Philadelphia, PA",198,"Baltimore, MD" +353,167,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,168,201,"Boston, MA",201,"Boston, MA" +353,169,217,"New York, NY and NJ",223,"New York, NY and NJ" +353,170,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +353,171,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,172,241,"Philadelphia, PA",245,"Charleston, SC" +353,173,241,"Philadelphia, PA",217,"New York, NY and NJ" +353,174,244,"Providence, RI",241,"Philadelphia, PA" +353,175,241,"Philadelphia, PA",217,"New York, NY and NJ" +353,176,241,"Philadelphia, PA",197,"Portland, ME" +353,177,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +353,178,223,"New York, NY and NJ",177,"Savannah, GA" +353,179,179,"Honolulu, HI",179,"Honolulu, HI" +353,180,179,"Honolulu, HI",179,"Honolulu, HI" +353,181,201,"Boston, MA",244,"Providence, RI" +353,183,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +353,184,217,"New York, NY and NJ",223,"New York, NY and NJ" +353,185,223,"New York, NY and NJ",241,"Philadelphia, PA" +353,186,198,"Baltimore, MD",201,"Boston, MA" +353,187,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +353,188,217,"New York, NY and NJ",241,"Philadelphia, PA" +353,189,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +353,190,223,"New York, NY and NJ",241,"Philadelphia, PA" +353,191,217,"New York, NY and NJ",223,"New York, NY and NJ" +353,192,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +353,193,198,"Baltimore, MD",201,"Boston, MA" +353,194,217,"New York, NY and NJ",198,"Baltimore, MD" +353,195,218,"Camden-Gloucester, NJ",152,"Mobile, AL" +353,196,229,"Wilmington, NC",241,"Philadelphia, PA" +353,197,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +353,198,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +353,199,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +353,200,241,"Philadelphia, PA",198,"Baltimore, MD" +353,201,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +353,202,223,"New York, NY and NJ",201,"Boston, MA" +353,203,217,"New York, NY and NJ",223,"New York, NY and NJ" +353,204,201,"Boston, MA",223,"New York, NY and NJ" +353,205,201,"Boston, MA",244,"Providence, RI" +353,206,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +353,207,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +353,208,169,"Wilmington, DE",198,"Baltimore, MD" +353,209,201,"Boston, MA",217,"New York, NY and NJ" +353,210,241,"Philadelphia, PA",197,"Portland, ME" +353,211,197,"Portland, ME",197,"Portland, ME" +353,212,217,"New York, NY and NJ",241,"Philadelphia, PA" +353,213,217,"New York, NY and NJ",217,"New York, NY and NJ" +353,214,201,"Boston, MA",223,"New York, NY and NJ" +353,215,201,"Boston, MA",223,"New York, NY and NJ" +353,216,201,"Boston, MA",201,"Boston, MA" +353,217,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,218,198,"Baltimore, MD",217,"New York, NY and NJ" +353,219,197,"Portland, ME",198,"Baltimore, MD" +353,220,223,"New York, NY and NJ",217,"New York, NY and NJ" +353,221,217,"New York, NY and NJ",223,"New York, NY and NJ" +353,222,198,"Baltimore, MD",217,"New York, NY and NJ" +353,223,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +353,224,223,"New York, NY and NJ",169,"Wilmington, DE" +353,225,201,"Boston, MA",218,"Camden-Gloucester, NJ" +353,226,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +353,227,217,"New York, NY and NJ",223,"New York, NY and NJ" +353,228,201,"Boston, MA",218,"Camden-Gloucester, NJ" +353,229,265,"Norfolk Harbor, VA",201,"Boston, MA" +353,230,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +353,231,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +353,232,198,"Baltimore, MD",241,"Philadelphia, PA" +353,233,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,234,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +353,235,223,"New York, NY and NJ",201,"Boston, MA" +353,236,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +353,237,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +353,238,223,"New York, NY and NJ",217,"New York, NY and NJ" +353,239,223,"New York, NY and NJ",241,"Philadelphia, PA" +353,240,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,241,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +353,242,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +353,243,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +353,244,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +353,245,241,"Philadelphia, PA",217,"New York, NY and NJ" +353,246,198,"Baltimore, MD",198,"Baltimore, MD" +353,247,197,"Portland, ME",245,"Charleston, SC" +353,248,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +353,249,223,"New York, NY and NJ",241,"Philadelphia, PA" +353,250,223,"New York, NY and NJ",217,"New York, NY and NJ" +353,251,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +353,252,265,"Norfolk Harbor, VA",244,"Providence, RI" +353,253,169,"Wilmington, DE",223,"New York, NY and NJ" +353,254,223,"New York, NY and NJ",217,"New York, NY and NJ" +353,255,223,"New York, NY and NJ",217,"New York, NY and NJ" +353,256,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +353,257,169,"Wilmington, DE",217,"New York, NY and NJ" +353,258,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +353,259,241,"Philadelphia, PA",217,"New York, NY and NJ" +353,260,223,"New York, NY and NJ",177,"Savannah, GA" +353,261,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,262,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +353,263,223,"New York, NY and NJ",197,"Portland, ME" +353,264,244,"Providence, RI",265,"Norfolk Harbor, VA" +353,265,223,"New York, NY and NJ",197,"Portland, ME" +353,266,217,"New York, NY and NJ",241,"Philadelphia, PA" +353,267,217,"New York, NY and NJ",198,"Baltimore, MD" +353,268,201,"Boston, MA",217,"New York, NY and NJ" +353,269,223,"New York, NY and NJ",197,"Portland, ME" +353,270,217,"New York, NY and NJ",197,"Portland, ME" +353,271,223,"New York, NY and NJ",223,"New York, NY and NJ" +353,272,244,"Providence, RI",241,"Philadelphia, PA" +353,273,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +354,1,241,"Philadelphia, PA",241,"Philadelphia, PA" +354,2,197,"Portland, ME",197,"Portland, ME" +354,3,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,4,197,"Portland, ME",197,"Portland, ME" +354,5,198,"Baltimore, MD",198,"Baltimore, MD" +354,6,241,"Philadelphia, PA",241,"Philadelphia, PA" +354,7,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,8,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,9,197,"Portland, ME",197,"Portland, ME" +354,10,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,11,198,"Baltimore, MD",198,"Baltimore, MD" +354,12,241,"Philadelphia, PA",241,"Philadelphia, PA" +354,13,241,"Philadelphia, PA",241,"Philadelphia, PA" +354,14,198,"Baltimore, MD",198,"Baltimore, MD" +354,15,197,"Portland, ME",197,"Portland, ME" +354,16,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,17,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,18,244,"Providence, RI",244,"Providence, RI" +354,19,197,"Portland, ME",197,"Portland, ME" +354,20,201,"Boston, MA",201,"Boston, MA" +354,21,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +354,22,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,23,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,24,197,"Portland, ME",197,"Portland, ME" +354,25,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,26,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,27,197,"Portland, ME",197,"Portland, ME" +354,28,197,"Portland, ME",197,"Portland, ME" +354,29,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,30,201,"Boston, MA",201,"Boston, MA" +354,31,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,32,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,33,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,34,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,35,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,36,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,37,201,"Boston, MA",201,"Boston, MA" +354,38,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,39,241,"Philadelphia, PA",241,"Philadelphia, PA" +354,40,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,41,198,"Baltimore, MD",198,"Baltimore, MD" +354,42,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,43,198,"Baltimore, MD",198,"Baltimore, MD" +354,44,198,"Baltimore, MD",198,"Baltimore, MD" +354,45,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,46,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,47,241,"Philadelphia, PA",241,"Philadelphia, PA" +354,48,197,"Portland, ME",197,"Portland, ME" +354,49,198,"Baltimore, MD",198,"Baltimore, MD" +354,50,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,51,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,52,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,53,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,54,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,56,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,57,197,"Portland, ME",197,"Portland, ME" +354,58,198,"Baltimore, MD",198,"Baltimore, MD" +354,59,241,"Philadelphia, PA",241,"Philadelphia, PA" +354,60,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,61,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,62,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +354,63,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,64,241,"Philadelphia, PA",241,"Philadelphia, PA" +354,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,66,201,"Boston, MA",201,"Boston, MA" +354,67,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,68,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,69,201,"Boston, MA",201,"Boston, MA" +354,70,201,"Boston, MA",201,"Boston, MA" +354,71,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,72,241,"Philadelphia, PA",241,"Philadelphia, PA" +354,73,169,"Wilmington, DE",169,"Wilmington, DE" +354,74,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,75,201,"Boston, MA",201,"Boston, MA" +354,76,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +354,77,201,"Boston, MA",201,"Boston, MA" +354,78,197,"Portland, ME",197,"Portland, ME" +354,79,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,80,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,81,241,"Philadelphia, PA",241,"Philadelphia, PA" +354,82,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +354,83,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,84,241,"Philadelphia, PA",241,"Philadelphia, PA" +354,85,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,86,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,87,197,"Portland, ME",197,"Portland, ME" +354,88,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,89,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,90,241,"Philadelphia, PA",241,"Philadelphia, PA" +354,91,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,93,241,"Philadelphia, PA",241,"Philadelphia, PA" +354,94,201,"Boston, MA",201,"Boston, MA" +354,95,244,"Providence, RI",244,"Providence, RI" +354,96,244,"Providence, RI",244,"Providence, RI" +354,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,98,169,"Wilmington, DE",169,"Wilmington, DE" +354,99,244,"Providence, RI",244,"Providence, RI" +354,100,244,"Providence, RI",244,"Providence, RI" +354,101,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,102,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,103,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,104,197,"Portland, ME",197,"Portland, ME" +354,105,197,"Portland, ME",197,"Portland, ME" +354,106,198,"Baltimore, MD",198,"Baltimore, MD" +354,107,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,108,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,109,197,"Portland, ME",197,"Portland, ME" +354,110,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +354,111,201,"Boston, MA",201,"Boston, MA" +354,112,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,113,241,"Philadelphia, PA",241,"Philadelphia, PA" +354,114,197,"Portland, ME",197,"Portland, ME" +354,115,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +354,116,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,117,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +354,118,201,"Boston, MA",201,"Boston, MA" +354,119,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,120,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,121,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,122,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,123,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +354,124,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +354,125,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,126,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,127,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,128,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,129,197,"Portland, ME",197,"Portland, ME" +354,130,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,131,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,132,201,"Boston, MA",201,"Boston, MA" +354,151,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +354,152,223,"New York, NY and NJ",197,"Portland, ME" +354,153,241,"Philadelphia, PA",223,"New York, NY and NJ" +354,154,154,"Anchorage, AK",154,"Anchorage, AK" +354,155,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +354,156,229,"Wilmington, NC",244,"Providence, RI" +354,157,244,"Providence, RI",244,"Providence, RI" +354,158,244,"Providence, RI",217,"New York, NY and NJ" +354,159,197,"Portland, ME",198,"Baltimore, MD" +354,160,223,"New York, NY and NJ",197,"Portland, ME" +354,161,241,"Philadelphia, PA",195,"New Orleans, LA" +354,162,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +354,163,197,"Portland, ME",223,"New York, NY and NJ" +354,164,197,"Portland, ME",265,"Norfolk Harbor, VA" +354,165,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +354,166,223,"New York, NY and NJ",217,"New York, NY and NJ" +354,167,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,168,241,"Philadelphia, PA",217,"New York, NY and NJ" +354,169,201,"Boston, MA",169,"Wilmington, DE" +354,170,197,"Portland, ME",217,"New York, NY and NJ" +354,171,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +354,172,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +354,173,241,"Philadelphia, PA",223,"New York, NY and NJ" +354,174,198,"Baltimore, MD",198,"Baltimore, MD" +354,175,217,"New York, NY and NJ",223,"New York, NY and NJ" +354,176,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +354,177,244,"Providence, RI",177,"Savannah, GA" +354,178,241,"Philadelphia, PA",169,"Wilmington, DE" +354,179,179,"Honolulu, HI",179,"Honolulu, HI" +354,180,179,"Honolulu, HI",179,"Honolulu, HI" +354,181,223,"New York, NY and NJ",241,"Philadelphia, PA" +354,183,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +354,184,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +354,185,201,"Boston, MA",198,"Baltimore, MD" +354,186,218,"Camden-Gloucester, NJ",197,"Portland, ME" +354,187,241,"Philadelphia, PA",223,"New York, NY and NJ" +354,188,217,"New York, NY and NJ",223,"New York, NY and NJ" +354,189,197,"Portland, ME",217,"New York, NY and NJ" +354,190,241,"Philadelphia, PA",223,"New York, NY and NJ" +354,191,217,"New York, NY and NJ",198,"Baltimore, MD" +354,192,244,"Providence, RI",197,"Portland, ME" +354,193,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,194,201,"Boston, MA",257,"Houston, TX" +354,195,201,"Boston, MA",195,"New Orleans, LA" +354,196,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +354,197,223,"New York, NY and NJ",201,"Boston, MA" +354,198,201,"Boston, MA",244,"Providence, RI" +354,199,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,200,223,"New York, NY and NJ",201,"Boston, MA" +354,201,198,"Baltimore, MD",241,"Philadelphia, PA" +354,202,217,"New York, NY and NJ",201,"Boston, MA" +354,203,198,"Baltimore, MD",217,"New York, NY and NJ" +354,204,198,"Baltimore, MD",198,"Baltimore, MD" +354,205,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,206,217,"New York, NY and NJ",198,"Baltimore, MD" +354,207,197,"Portland, ME",201,"Boston, MA" +354,208,223,"New York, NY and NJ",241,"Philadelphia, PA" +354,209,217,"New York, NY and NJ",223,"New York, NY and NJ" +354,210,217,"New York, NY and NJ",198,"Baltimore, MD" +354,211,198,"Baltimore, MD",244,"Providence, RI" +354,212,223,"New York, NY and NJ",169,"Wilmington, DE" +354,213,217,"New York, NY and NJ",223,"New York, NY and NJ" +354,214,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +354,215,197,"Portland, ME",223,"New York, NY and NJ" +354,216,223,"New York, NY and NJ",201,"Boston, MA" +354,217,201,"Boston, MA",217,"New York, NY and NJ" +354,218,217,"New York, NY and NJ",223,"New York, NY and NJ" +354,219,241,"Philadelphia, PA",217,"New York, NY and NJ" +354,220,169,"Wilmington, DE",223,"New York, NY and NJ" +354,221,201,"Boston, MA",223,"New York, NY and NJ" +354,222,197,"Portland, ME",218,"Camden-Gloucester, NJ" +354,223,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +354,224,217,"New York, NY and NJ",223,"New York, NY and NJ" +354,225,201,"Boston, MA",244,"Providence, RI" +354,226,201,"Boston, MA",244,"Providence, RI" +354,227,223,"New York, NY and NJ",217,"New York, NY and NJ" +354,228,223,"New York, NY and NJ",241,"Philadelphia, PA" +354,229,241,"Philadelphia, PA",198,"Baltimore, MD" +354,230,244,"Providence, RI",169,"Wilmington, DE" +354,231,241,"Philadelphia, PA",217,"New York, NY and NJ" +354,232,223,"New York, NY and NJ",241,"Philadelphia, PA" +354,233,197,"Portland, ME",223,"New York, NY and NJ" +354,234,223,"New York, NY and NJ",241,"Philadelphia, PA" +354,235,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,236,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +354,237,201,"Boston, MA",208,"Pascagoula, MS" +354,238,217,"New York, NY and NJ",223,"New York, NY and NJ" +354,239,217,"New York, NY and NJ",197,"Portland, ME" +354,240,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +354,241,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,242,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,243,217,"New York, NY and NJ",217,"New York, NY and NJ" +354,244,244,"Providence, RI",197,"Portland, ME" +354,245,244,"Providence, RI",241,"Philadelphia, PA" +354,246,223,"New York, NY and NJ",198,"Baltimore, MD" +354,247,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +354,248,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,249,217,"New York, NY and NJ",198,"Baltimore, MD" +354,250,223,"New York, NY and NJ",223,"New York, NY and NJ" +354,251,241,"Philadelphia, PA",241,"Philadelphia, PA" +354,252,197,"Portland, ME",198,"Baltimore, MD" +354,253,217,"New York, NY and NJ",195,"New Orleans, LA" +354,254,223,"New York, NY and NJ",217,"New York, NY and NJ" +354,255,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +354,256,201,"Boston, MA",201,"Boston, MA" +354,257,198,"Baltimore, MD",257,"Houston, TX" +354,258,198,"Baltimore, MD",223,"New York, NY and NJ" +354,259,169,"Wilmington, DE",223,"New York, NY and NJ" +354,260,201,"Boston, MA",223,"New York, NY and NJ" +354,261,223,"New York, NY and NJ",201,"Boston, MA" +354,262,223,"New York, NY and NJ",217,"New York, NY and NJ" +354,263,201,"Boston, MA",223,"New York, NY and NJ" +354,264,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +354,265,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +354,266,223,"New York, NY and NJ",198,"Baltimore, MD" +354,267,241,"Philadelphia, PA",241,"Philadelphia, PA" +354,268,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +354,269,223,"New York, NY and NJ",244,"Providence, RI" +354,270,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +354,271,223,"New York, NY and NJ",197,"Portland, ME" +354,272,223,"New York, NY and NJ",197,"Portland, ME" +354,273,198,"Baltimore, MD",201,"Boston, MA" +355,1,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,2,177,"Savannah, GA",177,"Savannah, GA" +355,3,177,"Savannah, GA",177,"Savannah, GA" +355,4,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,5,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +355,6,174,"Tampa, FL",174,"Tampa, FL" +355,7,171,"Jacksonville, FL",171,"Jacksonville, FL" +355,8,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,9,245,"Charleston, SC",245,"Charleston, SC" +355,10,177,"Savannah, GA",177,"Savannah, GA" +355,11,245,"Charleston, SC",245,"Charleston, SC" +355,12,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,13,174,"Tampa, FL",174,"Tampa, FL" +355,14,245,"Charleston, SC",245,"Charleston, SC" +355,15,177,"Savannah, GA",177,"Savannah, GA" +355,16,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,17,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +355,18,177,"Savannah, GA",177,"Savannah, GA" +355,19,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,20,169,"Wilmington, DE",169,"Wilmington, DE" +355,21,178,"Brunswick, GA",178,"Brunswick, GA" +355,22,245,"Charleston, SC",245,"Charleston, SC" +355,23,229,"Wilmington, NC",229,"Wilmington, NC" +355,24,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +355,25,177,"Savannah, GA",177,"Savannah, GA" +355,26,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +355,27,177,"Savannah, GA",177,"Savannah, GA" +355,28,171,"Jacksonville, FL",171,"Jacksonville, FL" +355,29,171,"Jacksonville, FL",171,"Jacksonville, FL" +355,30,245,"Charleston, SC",245,"Charleston, SC" +355,31,177,"Savannah, GA",177,"Savannah, GA" +355,32,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +355,33,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,34,245,"Charleston, SC",245,"Charleston, SC" +355,35,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,36,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,37,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,38,171,"Jacksonville, FL",171,"Jacksonville, FL" +355,39,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,40,217,"New York, NY and NJ",217,"New York, NY and NJ" +355,41,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +355,42,174,"Tampa, FL",174,"Tampa, FL" +355,43,245,"Charleston, SC",245,"Charleston, SC" +355,44,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,45,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,46,177,"Savannah, GA",177,"Savannah, GA" +355,47,174,"Tampa, FL",174,"Tampa, FL" +355,48,245,"Charleston, SC",245,"Charleston, SC" +355,49,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,50,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,51,177,"Savannah, GA",177,"Savannah, GA" +355,52,177,"Savannah, GA",177,"Savannah, GA" +355,53,177,"Savannah, GA",177,"Savannah, GA" +355,54,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +355,55,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +355,56,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +355,57,217,"New York, NY and NJ",217,"New York, NY and NJ" +355,58,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,59,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,60,198,"Baltimore, MD",198,"Baltimore, MD" +355,61,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +355,62,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,63,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +355,64,245,"Charleston, SC",245,"Charleston, SC" +355,65,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,66,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +355,67,171,"Jacksonville, FL",171,"Jacksonville, FL" +355,68,171,"Jacksonville, FL",171,"Jacksonville, FL" +355,69,174,"Tampa, FL",174,"Tampa, FL" +355,70,177,"Savannah, GA",177,"Savannah, GA" +355,71,174,"Tampa, FL",174,"Tampa, FL" +355,72,198,"Baltimore, MD",198,"Baltimore, MD" +355,73,177,"Savannah, GA",177,"Savannah, GA" +355,74,174,"Tampa, FL",174,"Tampa, FL" +355,75,177,"Savannah, GA",177,"Savannah, GA" +355,76,171,"Jacksonville, FL",171,"Jacksonville, FL" +355,77,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,78,245,"Charleston, SC",245,"Charleston, SC" +355,79,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,80,245,"Charleston, SC",245,"Charleston, SC" +355,81,198,"Baltimore, MD",198,"Baltimore, MD" +355,82,177,"Savannah, GA",177,"Savannah, GA" +355,83,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,84,229,"Wilmington, NC",229,"Wilmington, NC" +355,85,229,"Wilmington, NC",229,"Wilmington, NC" +355,86,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,87,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,88,217,"New York, NY and NJ",217,"New York, NY and NJ" +355,89,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,90,171,"Jacksonville, FL",171,"Jacksonville, FL" +355,91,245,"Charleston, SC",245,"Charleston, SC" +355,92,171,"Jacksonville, FL",171,"Jacksonville, FL" +355,93,177,"Savannah, GA",177,"Savannah, GA" +355,94,177,"Savannah, GA",177,"Savannah, GA" +355,95,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +355,96,177,"Savannah, GA",177,"Savannah, GA" +355,97,229,"Wilmington, NC",229,"Wilmington, NC" +355,98,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,99,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,100,174,"Tampa, FL",174,"Tampa, FL" +355,101,177,"Savannah, GA",177,"Savannah, GA" +355,102,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,103,177,"Savannah, GA",177,"Savannah, GA" +355,104,177,"Savannah, GA",177,"Savannah, GA" +355,105,177,"Savannah, GA",177,"Savannah, GA" +355,106,177,"Savannah, GA",177,"Savannah, GA" +355,107,245,"Charleston, SC",245,"Charleston, SC" +355,108,177,"Savannah, GA",177,"Savannah, GA" +355,109,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,110,177,"Savannah, GA",177,"Savannah, GA" +355,111,171,"Jacksonville, FL",171,"Jacksonville, FL" +355,112,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +355,113,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,114,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +355,115,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,116,198,"Baltimore, MD",198,"Baltimore, MD" +355,117,177,"Savannah, GA",177,"Savannah, GA" +355,118,171,"Jacksonville, FL",171,"Jacksonville, FL" +355,119,245,"Charleston, SC",245,"Charleston, SC" +355,120,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,121,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,122,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,123,245,"Charleston, SC",245,"Charleston, SC" +355,124,177,"Savannah, GA",177,"Savannah, GA" +355,125,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,126,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,127,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +355,128,174,"Tampa, FL",174,"Tampa, FL" +355,129,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +355,130,171,"Jacksonville, FL",171,"Jacksonville, FL" +355,131,152,"Mobile, AL",152,"Mobile, AL" +355,132,171,"Jacksonville, FL",171,"Jacksonville, FL" +355,151,177,"Savannah, GA",174,"Tampa, FL" +355,152,172,"Port Everglades, FL",152,"Mobile, AL" +355,153,171,"Jacksonville, FL",177,"Savannah, GA" +355,154,154,"Anchorage, AK",154,"Anchorage, AK" +355,155,172,"Port Everglades, FL",195,"New Orleans, LA" +355,156,194,"Lake Charles, LA",152,"Mobile, AL" +355,157,152,"Mobile, AL",208,"Pascagoula, MS" +355,158,245,"Charleston, SC",171,"Jacksonville, FL" +355,159,178,"Brunswick, GA",208,"Pascagoula, MS" +355,160,195,"New Orleans, LA",177,"Savannah, GA" +355,161,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +355,162,172,"Port Everglades, FL",195,"New Orleans, LA" +355,163,172,"Port Everglades, FL",208,"Pascagoula, MS" +355,164,174,"Tampa, FL",174,"Tampa, FL" +355,165,172,"Port Everglades, FL",257,"Houston, TX" +355,166,169,"Wilmington, DE",201,"Boston, MA" +355,167,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +355,168,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +355,169,217,"New York, NY and NJ",198,"Baltimore, MD" +355,170,265,"Norfolk Harbor, VA",245,"Charleston, SC" +355,171,177,"Savannah, GA",171,"Jacksonville, FL" +355,172,171,"Jacksonville, FL",171,"Jacksonville, FL" +355,173,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,174,172,"Port Everglades, FL",171,"Jacksonville, FL" +355,175,171,"Jacksonville, FL",245,"Charleston, SC" +355,176,177,"Savannah, GA",245,"Charleston, SC" +355,177,177,"Savannah, GA",177,"Savannah, GA" +355,178,177,"Savannah, GA",174,"Tampa, FL" +355,179,179,"Honolulu, HI",179,"Honolulu, HI" +355,180,179,"Honolulu, HI",179,"Honolulu, HI" +355,181,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +355,183,245,"Charleston, SC",245,"Charleston, SC" +355,184,177,"Savannah, GA",177,"Savannah, GA" +355,185,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +355,186,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +355,187,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +355,188,265,"Norfolk Harbor, VA",245,"Charleston, SC" +355,189,245,"Charleston, SC",208,"Pascagoula, MS" +355,190,177,"Savannah, GA",195,"New Orleans, LA" +355,191,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,192,172,"Port Everglades, FL",172,"Port Everglades, FL" +355,193,152,"Mobile, AL",152,"Mobile, AL" +355,194,177,"Savannah, GA",174,"Tampa, FL" +355,195,172,"Port Everglades, FL",195,"New Orleans, LA" +355,196,172,"Port Everglades, FL",195,"New Orleans, LA" +355,197,229,"Wilmington, NC",241,"Philadelphia, PA" +355,198,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +355,199,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +355,200,171,"Jacksonville, FL",241,"Philadelphia, PA" +355,201,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +355,202,217,"New York, NY and NJ",217,"New York, NY and NJ" +355,203,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +355,204,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +355,205,172,"Port Everglades, FL",223,"New York, NY and NJ" +355,206,174,"Tampa, FL",177,"Savannah, GA" +355,207,171,"Jacksonville, FL",177,"Savannah, GA" +355,208,174,"Tampa, FL",195,"New Orleans, LA" +355,209,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +355,210,172,"Port Everglades, FL",177,"Savannah, GA" +355,211,172,"Port Everglades, FL",177,"Savannah, GA" +355,212,177,"Savannah, GA",171,"Jacksonville, FL" +355,213,265,"Norfolk Harbor, VA",177,"Savannah, GA" +355,214,172,"Port Everglades, FL",257,"Houston, TX" +355,215,177,"Savannah, GA",245,"Charleston, SC" +355,216,177,"Savannah, GA",244,"Providence, RI" +355,217,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +355,218,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +355,219,169,"Wilmington, DE",245,"Charleston, SC" +355,220,245,"Charleston, SC",208,"Pascagoula, MS" +355,221,172,"Port Everglades, FL",201,"Boston, MA" +355,222,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +355,223,245,"Charleston, SC",217,"New York, NY and NJ" +355,224,198,"Baltimore, MD",241,"Philadelphia, PA" +355,225,198,"Baltimore, MD",223,"New York, NY and NJ" +355,226,245,"Charleston, SC",245,"Charleston, SC" +355,227,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +355,228,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +355,229,245,"Charleston, SC",265,"Norfolk Harbor, VA" +355,230,177,"Savannah, GA",245,"Charleston, SC" +355,231,245,"Charleston, SC",265,"Norfolk Harbor, VA" +355,232,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +355,233,177,"Savannah, GA",198,"Baltimore, MD" +355,234,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +355,235,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +355,236,229,"Wilmington, NC",195,"New Orleans, LA" +355,237,177,"Savannah, GA",152,"Mobile, AL" +355,238,177,"Savannah, GA",229,"Wilmington, NC" +355,239,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +355,240,177,"Savannah, GA",177,"Savannah, GA" +355,241,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +355,242,245,"Charleston, SC",174,"Tampa, FL" +355,243,174,"Tampa, FL",265,"Norfolk Harbor, VA" +355,244,241,"Philadelphia, PA",223,"New York, NY and NJ" +355,245,174,"Tampa, FL",177,"Savannah, GA" +355,246,177,"Savannah, GA",172,"Port Everglades, FL" +355,247,174,"Tampa, FL",265,"Norfolk Harbor, VA" +355,248,177,"Savannah, GA",177,"Savannah, GA" +355,249,195,"New Orleans, LA",245,"Charleston, SC" +355,250,172,"Port Everglades, FL",152,"Mobile, AL" +355,251,177,"Savannah, GA",174,"Tampa, FL" +355,252,172,"Port Everglades, FL",193,"Baton Rouge, LA" +355,253,193,"Baton Rouge, LA",195,"New Orleans, LA" +355,254,177,"Savannah, GA",177,"Savannah, GA" +355,255,195,"New Orleans, LA",195,"New Orleans, LA" +355,256,177,"Savannah, GA",229,"Wilmington, NC" +355,257,245,"Charleston, SC",257,"Houston, TX" +355,258,245,"Charleston, SC",152,"Mobile, AL" +355,259,245,"Charleston, SC",177,"Savannah, GA" +355,260,195,"New Orleans, LA",171,"Jacksonville, FL" +355,261,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +355,262,172,"Port Everglades, FL",198,"Baltimore, MD" +355,263,177,"Savannah, GA",169,"Wilmington, DE" +355,264,172,"Port Everglades, FL",241,"Philadelphia, PA" +355,265,177,"Savannah, GA",229,"Wilmington, NC" +355,266,245,"Charleston, SC",169,"Wilmington, DE" +355,267,177,"Savannah, GA",265,"Norfolk Harbor, VA" +355,268,172,"Port Everglades, FL",217,"New York, NY and NJ" +355,269,177,"Savannah, GA",217,"New York, NY and NJ" +355,270,245,"Charleston, SC",265,"Norfolk Harbor, VA" +355,271,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +355,272,245,"Charleston, SC",177,"Savannah, GA" +355,273,245,"Charleston, SC",257,"Houston, TX" +356,1,195,"New Orleans, LA",195,"New Orleans, LA" +356,2,194,"Lake Charles, LA",194,"Lake Charles, LA" +356,3,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +356,4,257,"Houston, TX",257,"Houston, TX" +356,5,195,"New Orleans, LA",195,"New Orleans, LA" +356,6,195,"New Orleans, LA",195,"New Orleans, LA" +356,7,257,"Houston, TX",257,"Houston, TX" +356,8,194,"Lake Charles, LA",194,"Lake Charles, LA" +356,9,257,"Houston, TX",257,"Houston, TX" +356,10,194,"Lake Charles, LA",194,"Lake Charles, LA" +356,11,195,"New Orleans, LA",195,"New Orleans, LA" +356,12,177,"Savannah, GA",177,"Savannah, GA" +356,13,257,"Houston, TX",257,"Houston, TX" +356,14,253,"Beaumont, TX",253,"Beaumont, TX" +356,15,257,"Houston, TX",257,"Houston, TX" +356,16,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +356,17,195,"New Orleans, LA",195,"New Orleans, LA" +356,18,195,"New Orleans, LA",195,"New Orleans, LA" +356,19,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +356,20,195,"New Orleans, LA",195,"New Orleans, LA" +356,21,257,"Houston, TX",257,"Houston, TX" +356,22,257,"Houston, TX",257,"Houston, TX" +356,23,195,"New Orleans, LA",195,"New Orleans, LA" +356,24,253,"Beaumont, TX",253,"Beaumont, TX" +356,25,195,"New Orleans, LA",195,"New Orleans, LA" +356,26,257,"Houston, TX",257,"Houston, TX" +356,27,195,"New Orleans, LA",195,"New Orleans, LA" +356,28,195,"New Orleans, LA",195,"New Orleans, LA" +356,29,195,"New Orleans, LA",195,"New Orleans, LA" +356,30,195,"New Orleans, LA",195,"New Orleans, LA" +356,31,195,"New Orleans, LA",195,"New Orleans, LA" +356,32,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +356,33,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +356,34,195,"New Orleans, LA",195,"New Orleans, LA" +356,35,195,"New Orleans, LA",195,"New Orleans, LA" +356,36,195,"New Orleans, LA",195,"New Orleans, LA" +356,37,152,"Mobile, AL",152,"Mobile, AL" +356,38,257,"Houston, TX",257,"Houston, TX" +356,39,195,"New Orleans, LA",195,"New Orleans, LA" +356,40,257,"Houston, TX",257,"Houston, TX" +356,41,152,"Mobile, AL",152,"Mobile, AL" +356,42,253,"Beaumont, TX",253,"Beaumont, TX" +356,43,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +356,44,208,"Pascagoula, MS",208,"Pascagoula, MS" +356,45,195,"New Orleans, LA",195,"New Orleans, LA" +356,46,194,"Lake Charles, LA",194,"Lake Charles, LA" +356,47,177,"Savannah, GA",177,"Savannah, GA" +356,48,195,"New Orleans, LA",195,"New Orleans, LA" +356,49,195,"New Orleans, LA",195,"New Orleans, LA" +356,50,257,"Houston, TX",257,"Houston, TX" +356,51,253,"Beaumont, TX",253,"Beaumont, TX" +356,52,172,"Port Everglades, FL",172,"Port Everglades, FL" +356,53,195,"New Orleans, LA",195,"New Orleans, LA" +356,54,195,"New Orleans, LA",195,"New Orleans, LA" +356,55,253,"Beaumont, TX",253,"Beaumont, TX" +356,56,253,"Beaumont, TX",253,"Beaumont, TX" +356,57,257,"Houston, TX",257,"Houston, TX" +356,58,195,"New Orleans, LA",195,"New Orleans, LA" +356,59,195,"New Orleans, LA",195,"New Orleans, LA" +356,60,159,"Long Beach, CA",159,"Long Beach, CA" +356,61,172,"Port Everglades, FL",172,"Port Everglades, FL" +356,62,174,"Tampa, FL",174,"Tampa, FL" +356,63,195,"New Orleans, LA",195,"New Orleans, LA" +356,64,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +356,65,195,"New Orleans, LA",195,"New Orleans, LA" +356,66,195,"New Orleans, LA",195,"New Orleans, LA" +356,67,172,"Port Everglades, FL",172,"Port Everglades, FL" +356,68,195,"New Orleans, LA",195,"New Orleans, LA" +356,69,152,"Mobile, AL",152,"Mobile, AL" +356,70,253,"Beaumont, TX",253,"Beaumont, TX" +356,71,194,"Lake Charles, LA",194,"Lake Charles, LA" +356,72,257,"Houston, TX",257,"Houston, TX" +356,73,178,"Brunswick, GA",178,"Brunswick, GA" +356,74,253,"Beaumont, TX",253,"Beaumont, TX" +356,75,194,"Lake Charles, LA",194,"Lake Charles, LA" +356,76,253,"Beaumont, TX",253,"Beaumont, TX" +356,77,195,"New Orleans, LA",195,"New Orleans, LA" +356,78,172,"Port Everglades, FL",172,"Port Everglades, FL" +356,79,257,"Houston, TX",257,"Houston, TX" +356,80,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +356,81,208,"Pascagoula, MS",208,"Pascagoula, MS" +356,82,195,"New Orleans, LA",195,"New Orleans, LA" +356,83,253,"Beaumont, TX",253,"Beaumont, TX" +356,84,159,"Long Beach, CA",159,"Long Beach, CA" +356,85,208,"Pascagoula, MS",208,"Pascagoula, MS" +356,86,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +356,87,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +356,88,195,"New Orleans, LA",195,"New Orleans, LA" +356,89,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +356,90,253,"Beaumont, TX",253,"Beaumont, TX" +356,91,195,"New Orleans, LA",195,"New Orleans, LA" +356,92,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +356,93,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +356,94,253,"Beaumont, TX",253,"Beaumont, TX" +356,95,195,"New Orleans, LA",195,"New Orleans, LA" +356,96,257,"Houston, TX",257,"Houston, TX" +356,97,253,"Beaumont, TX",253,"Beaumont, TX" +356,98,194,"Lake Charles, LA",194,"Lake Charles, LA" +356,99,257,"Houston, TX",257,"Houston, TX" +356,100,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +356,101,195,"New Orleans, LA",195,"New Orleans, LA" +356,102,174,"Tampa, FL",174,"Tampa, FL" +356,103,152,"Mobile, AL",152,"Mobile, AL" +356,104,253,"Beaumont, TX",253,"Beaumont, TX" +356,105,195,"New Orleans, LA",195,"New Orleans, LA" +356,106,152,"Mobile, AL",152,"Mobile, AL" +356,107,195,"New Orleans, LA",195,"New Orleans, LA" +356,108,195,"New Orleans, LA",195,"New Orleans, LA" +356,109,257,"Houston, TX",257,"Houston, TX" +356,110,195,"New Orleans, LA",195,"New Orleans, LA" +356,111,174,"Tampa, FL",174,"Tampa, FL" +356,112,195,"New Orleans, LA",195,"New Orleans, LA" +356,113,253,"Beaumont, TX",253,"Beaumont, TX" +356,114,257,"Houston, TX",257,"Houston, TX" +356,115,253,"Beaumont, TX",253,"Beaumont, TX" +356,116,208,"Pascagoula, MS",208,"Pascagoula, MS" +356,117,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +356,118,194,"Lake Charles, LA",194,"Lake Charles, LA" +356,119,172,"Port Everglades, FL",172,"Port Everglades, FL" +356,120,195,"New Orleans, LA",195,"New Orleans, LA" +356,121,195,"New Orleans, LA",195,"New Orleans, LA" +356,122,195,"New Orleans, LA",195,"New Orleans, LA" +356,123,195,"New Orleans, LA",195,"New Orleans, LA" +356,124,195,"New Orleans, LA",195,"New Orleans, LA" +356,125,152,"Mobile, AL",152,"Mobile, AL" +356,126,253,"Beaumont, TX",253,"Beaumont, TX" +356,127,195,"New Orleans, LA",195,"New Orleans, LA" +356,128,195,"New Orleans, LA",195,"New Orleans, LA" +356,129,195,"New Orleans, LA",195,"New Orleans, LA" +356,130,195,"New Orleans, LA",195,"New Orleans, LA" +356,131,195,"New Orleans, LA",195,"New Orleans, LA" +356,132,172,"Port Everglades, FL",172,"Port Everglades, FL" +356,151,253,"Beaumont, TX",195,"New Orleans, LA" +356,152,257,"Houston, TX",257,"Houston, TX" +356,153,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +356,154,154,"Anchorage, AK",154,"Anchorage, AK" +356,155,257,"Houston, TX",257,"Houston, TX" +356,156,257,"Houston, TX",257,"Houston, TX" +356,157,152,"Mobile, AL",253,"Beaumont, TX" +356,158,194,"Lake Charles, LA",194,"Lake Charles, LA" +356,159,195,"New Orleans, LA",257,"Houston, TX" +356,160,194,"Lake Charles, LA",195,"New Orleans, LA" +356,161,257,"Houston, TX",257,"Houston, TX" +356,162,254,"Corpus Christi, TX",257,"Houston, TX" +356,163,253,"Beaumont, TX",162,"Oakland, CA" +356,164,195,"New Orleans, LA",257,"Houston, TX" +356,165,257,"Houston, TX",253,"Beaumont, TX" +356,166,195,"New Orleans, LA",152,"Mobile, AL" +356,167,172,"Port Everglades, FL",245,"Charleston, SC" +356,168,257,"Houston, TX",245,"Charleston, SC" +356,169,254,"Corpus Christi, TX",241,"Philadelphia, PA" +356,170,195,"New Orleans, LA",152,"Mobile, AL" +356,171,195,"New Orleans, LA",195,"New Orleans, LA" +356,172,152,"Mobile, AL",193,"Baton Rouge, LA" +356,173,172,"Port Everglades, FL",172,"Port Everglades, FL" +356,174,195,"New Orleans, LA",195,"New Orleans, LA" +356,175,195,"New Orleans, LA",195,"New Orleans, LA" +356,176,174,"Tampa, FL",208,"Pascagoula, MS" +356,177,152,"Mobile, AL",172,"Port Everglades, FL" +356,178,194,"Lake Charles, LA",195,"New Orleans, LA" +356,179,179,"Honolulu, HI",179,"Honolulu, HI" +356,180,179,"Honolulu, HI",179,"Honolulu, HI" +356,181,174,"Tampa, FL",257,"Houston, TX" +356,183,195,"New Orleans, LA",195,"New Orleans, LA" +356,184,193,"Baton Rouge, LA",208,"Pascagoula, MS" +356,185,253,"Beaumont, TX",152,"Mobile, AL" +356,186,195,"New Orleans, LA",195,"New Orleans, LA" +356,187,195,"New Orleans, LA",195,"New Orleans, LA" +356,188,195,"New Orleans, LA",253,"Beaumont, TX" +356,189,195,"New Orleans, LA",257,"Houston, TX" +356,190,257,"Houston, TX",195,"New Orleans, LA" +356,191,195,"New Orleans, LA",174,"Tampa, FL" +356,192,195,"New Orleans, LA",194,"Lake Charles, LA" +356,193,172,"Port Everglades, FL",253,"Beaumont, TX" +356,194,208,"Pascagoula, MS",253,"Beaumont, TX" +356,195,257,"Houston, TX",195,"New Orleans, LA" +356,196,257,"Houston, TX",195,"New Orleans, LA" +356,197,171,"Jacksonville, FL",177,"Savannah, GA" +356,198,152,"Mobile, AL",171,"Jacksonville, FL" +356,199,195,"New Orleans, LA",195,"New Orleans, LA" +356,200,193,"Baton Rouge, LA",245,"Charleston, SC" +356,201,174,"Tampa, FL",171,"Jacksonville, FL" +356,202,172,"Port Everglades, FL",195,"New Orleans, LA" +356,203,195,"New Orleans, LA",253,"Beaumont, TX" +356,204,253,"Beaumont, TX",195,"New Orleans, LA" +356,205,195,"New Orleans, LA",195,"New Orleans, LA" +356,206,195,"New Orleans, LA",195,"New Orleans, LA" +356,207,257,"Houston, TX",257,"Houston, TX" +356,208,195,"New Orleans, LA",253,"Beaumont, TX" +356,209,195,"New Orleans, LA",195,"New Orleans, LA" +356,210,195,"New Orleans, LA",195,"New Orleans, LA" +356,211,229,"Wilmington, NC",257,"Houston, TX" +356,212,253,"Beaumont, TX",253,"Beaumont, TX" +356,213,254,"Corpus Christi, TX",195,"New Orleans, LA" +356,214,257,"Houston, TX",194,"Lake Charles, LA" +356,215,257,"Houston, TX",253,"Beaumont, TX" +356,216,195,"New Orleans, LA",195,"New Orleans, LA" +356,217,172,"Port Everglades, FL",193,"Baton Rouge, LA" +356,218,195,"New Orleans, LA",218,"Camden-Gloucester, NJ" +356,219,152,"Mobile, AL",174,"Tampa, FL" +356,220,195,"New Orleans, LA",254,"Corpus Christi, TX" +356,221,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +356,222,172,"Port Everglades, FL",253,"Beaumont, TX" +356,223,253,"Beaumont, TX",208,"Pascagoula, MS" +356,224,195,"New Orleans, LA",195,"New Orleans, LA" +356,225,195,"New Orleans, LA",174,"Tampa, FL" +356,226,194,"Lake Charles, LA",195,"New Orleans, LA" +356,227,195,"New Orleans, LA",195,"New Orleans, LA" +356,228,172,"Port Everglades, FL",245,"Charleston, SC" +356,229,257,"Houston, TX",194,"Lake Charles, LA" +356,230,257,"Houston, TX",257,"Houston, TX" +356,231,257,"Houston, TX",195,"New Orleans, LA" +356,232,195,"New Orleans, LA",193,"Baton Rouge, LA" +356,233,195,"New Orleans, LA",152,"Mobile, AL" +356,234,253,"Beaumont, TX",194,"Lake Charles, LA" +356,235,257,"Houston, TX",245,"Charleston, SC" +356,236,257,"Houston, TX",257,"Houston, TX" +356,237,195,"New Orleans, LA",194,"Lake Charles, LA" +356,238,195,"New Orleans, LA",257,"Houston, TX" +356,239,195,"New Orleans, LA",254,"Corpus Christi, TX" +356,240,257,"Houston, TX",257,"Houston, TX" +356,241,195,"New Orleans, LA",195,"New Orleans, LA" +356,242,174,"Tampa, FL",152,"Mobile, AL" +356,243,195,"New Orleans, LA",208,"Pascagoula, MS" +356,244,195,"New Orleans, LA",178,"Brunswick, GA" +356,245,194,"Lake Charles, LA",172,"Port Everglades, FL" +356,246,172,"Port Everglades, FL",195,"New Orleans, LA" +356,247,174,"Tampa, FL",174,"Tampa, FL" +356,248,257,"Houston, TX",257,"Houston, TX" +356,249,253,"Beaumont, TX",257,"Houston, TX" +356,250,195,"New Orleans, LA",193,"Baton Rouge, LA" +356,251,195,"New Orleans, LA",195,"New Orleans, LA" +356,252,257,"Houston, TX",257,"Houston, TX" +356,253,208,"Pascagoula, MS",152,"Mobile, AL" +356,254,254,"Corpus Christi, TX",257,"Houston, TX" +356,255,195,"New Orleans, LA",195,"New Orleans, LA" +356,256,257,"Houston, TX",208,"Pascagoula, MS" +356,257,195,"New Orleans, LA",195,"New Orleans, LA" +356,258,257,"Houston, TX",257,"Houston, TX" +356,259,254,"Corpus Christi, TX",194,"Lake Charles, LA" +356,260,195,"New Orleans, LA",208,"Pascagoula, MS" +356,261,195,"New Orleans, LA",257,"Houston, TX" +356,262,152,"Mobile, AL",194,"Lake Charles, LA" +356,263,195,"New Orleans, LA",178,"Brunswick, GA" +356,264,177,"Savannah, GA",172,"Port Everglades, FL" +356,265,253,"Beaumont, TX",152,"Mobile, AL" +356,266,172,"Port Everglades, FL",174,"Tampa, FL" +356,267,152,"Mobile, AL",195,"New Orleans, LA" +356,268,257,"Houston, TX",257,"Houston, TX" +356,269,254,"Corpus Christi, TX",257,"Houston, TX" +356,270,193,"Baton Rouge, LA",152,"Mobile, AL" +356,271,254,"Corpus Christi, TX",208,"Pascagoula, MS" +356,272,152,"Mobile, AL",253,"Beaumont, TX" +356,273,195,"New Orleans, LA",194,"Lake Charles, LA" +357,1,197,"Portland, ME",197,"Portland, ME" +357,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +357,3,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +357,4,223,"New York, NY and NJ",223,"New York, NY and NJ" +357,5,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +357,6,241,"Philadelphia, PA",241,"Philadelphia, PA" +357,7,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +357,8,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +357,9,245,"Charleston, SC",245,"Charleston, SC" +357,10,223,"New York, NY and NJ",223,"New York, NY and NJ" +357,11,217,"New York, NY and NJ",217,"New York, NY and NJ" +357,12,198,"Baltimore, MD",198,"Baltimore, MD" +357,13,241,"Philadelphia, PA",241,"Philadelphia, PA" +357,14,241,"Philadelphia, PA",241,"Philadelphia, PA" +357,15,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +357,16,217,"New York, NY and NJ",217,"New York, NY and NJ" +357,17,244,"Providence, RI",244,"Providence, RI" +357,18,197,"Portland, ME",197,"Portland, ME" +357,19,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +357,20,217,"New York, NY and NJ",217,"New York, NY and NJ" +357,21,197,"Portland, ME",197,"Portland, ME" +357,22,245,"Charleston, SC",245,"Charleston, SC" +357,23,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +357,24,217,"New York, NY and NJ",217,"New York, NY and NJ" +357,25,217,"New York, NY and NJ",217,"New York, NY and NJ" +357,26,217,"New York, NY and NJ",217,"New York, NY and NJ" +357,27,217,"New York, NY and NJ",217,"New York, NY and NJ" +357,28,197,"Portland, ME",197,"Portland, ME" +357,29,198,"Baltimore, MD",198,"Baltimore, MD" +357,30,198,"Baltimore, MD",198,"Baltimore, MD" +357,31,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +357,32,201,"Boston, MA",201,"Boston, MA" +357,33,223,"New York, NY and NJ",223,"New York, NY and NJ" +357,34,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +357,35,241,"Philadelphia, PA",241,"Philadelphia, PA" +357,36,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +357,37,201,"Boston, MA",201,"Boston, MA" +357,38,229,"Wilmington, NC",229,"Wilmington, NC" +357,39,223,"New York, NY and NJ",223,"New York, NY and NJ" +357,40,217,"New York, NY and NJ",217,"New York, NY and NJ" +357,41,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +357,42,217,"New York, NY and NJ",217,"New York, NY and NJ" +357,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +357,44,197,"Portland, ME",197,"Portland, ME" +357,45,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +357,46,245,"Charleston, SC",245,"Charleston, SC" +357,47,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +357,48,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +357,49,223,"New York, NY and NJ",223,"New York, NY and NJ" +357,50,223,"New York, NY and NJ",223,"New York, NY and NJ" +357,51,198,"Baltimore, MD",198,"Baltimore, MD" +357,52,223,"New York, NY and NJ",223,"New York, NY and NJ" +357,53,217,"New York, NY and NJ",217,"New York, NY and NJ" +357,54,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +357,55,217,"New York, NY and NJ",217,"New York, NY and NJ" +357,56,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +357,57,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +357,58,241,"Philadelphia, PA",241,"Philadelphia, PA" +357,59,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +357,60,241,"Philadelphia, PA",241,"Philadelphia, PA" +357,61,229,"Wilmington, NC",229,"Wilmington, NC" +357,62,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +357,63,223,"New York, NY and NJ",223,"New York, NY and NJ" +357,64,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +357,65,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +357,66,198,"Baltimore, MD",198,"Baltimore, MD" +357,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +357,68,217,"New York, NY and NJ",217,"New York, NY and NJ" +357,69,201,"Boston, MA",201,"Boston, MA" +357,70,217,"New York, NY and NJ",217,"New York, NY and NJ" +357,71,217,"New York, NY and NJ",217,"New York, NY and NJ" +357,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +357,73,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +357,74,217,"New York, NY and NJ",217,"New York, NY and NJ" +357,75,241,"Philadelphia, PA",241,"Philadelphia, PA" +357,76,223,"New York, NY and NJ",223,"New York, NY and NJ" +357,77,241,"Philadelphia, PA",241,"Philadelphia, PA" +357,78,198,"Baltimore, MD",198,"Baltimore, MD" +357,79,241,"Philadelphia, PA",241,"Philadelphia, PA" +357,80,201,"Boston, MA",201,"Boston, MA" +357,81,201,"Boston, MA",201,"Boston, MA" +357,82,198,"Baltimore, MD",198,"Baltimore, MD" +357,83,244,"Providence, RI",244,"Providence, RI" +357,84,201,"Boston, MA",201,"Boston, MA" +357,85,241,"Philadelphia, PA",241,"Philadelphia, PA" +357,86,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +357,87,197,"Portland, ME",197,"Portland, ME" +357,88,241,"Philadelphia, PA",241,"Philadelphia, PA" +357,89,198,"Baltimore, MD",198,"Baltimore, MD" +357,90,201,"Boston, MA",201,"Boston, MA" +357,91,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +357,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +357,93,223,"New York, NY and NJ",223,"New York, NY and NJ" +357,94,198,"Baltimore, MD",198,"Baltimore, MD" +357,95,169,"Wilmington, DE",169,"Wilmington, DE" +357,96,223,"New York, NY and NJ",223,"New York, NY and NJ" +357,97,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +357,98,197,"Portland, ME",197,"Portland, ME" +357,99,177,"Savannah, GA",177,"Savannah, GA" +357,100,244,"Providence, RI",244,"Providence, RI" +357,101,223,"New York, NY and NJ",223,"New York, NY and NJ" +357,102,223,"New York, NY and NJ",223,"New York, NY and NJ" +357,103,201,"Boston, MA",201,"Boston, MA" +357,104,217,"New York, NY and NJ",217,"New York, NY and NJ" +357,105,198,"Baltimore, MD",198,"Baltimore, MD" +357,106,217,"New York, NY and NJ",217,"New York, NY and NJ" +357,107,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +357,108,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +357,109,198,"Baltimore, MD",198,"Baltimore, MD" +357,110,197,"Portland, ME",197,"Portland, ME" +357,111,217,"New York, NY and NJ",217,"New York, NY and NJ" +357,112,223,"New York, NY and NJ",223,"New York, NY and NJ" +357,113,223,"New York, NY and NJ",223,"New York, NY and NJ" +357,114,241,"Philadelphia, PA",241,"Philadelphia, PA" +357,115,241,"Philadelphia, PA",241,"Philadelphia, PA" +357,116,217,"New York, NY and NJ",217,"New York, NY and NJ" +357,117,197,"Portland, ME",197,"Portland, ME" +357,118,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +357,119,223,"New York, NY and NJ",223,"New York, NY and NJ" +357,120,201,"Boston, MA",201,"Boston, MA" +357,121,241,"Philadelphia, PA",241,"Philadelphia, PA" +357,122,241,"Philadelphia, PA",241,"Philadelphia, PA" +357,123,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +357,124,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +357,125,197,"Portland, ME",197,"Portland, ME" +357,126,169,"Wilmington, DE",169,"Wilmington, DE" +357,127,223,"New York, NY and NJ",223,"New York, NY and NJ" +357,128,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +357,129,241,"Philadelphia, PA",241,"Philadelphia, PA" +357,130,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +357,131,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +357,132,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +357,151,265,"Norfolk Harbor, VA",244,"Providence, RI" +357,152,177,"Savannah, GA",265,"Norfolk Harbor, VA" +357,153,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +357,154,154,"Anchorage, AK",154,"Anchorage, AK" +357,155,241,"Philadelphia, PA",217,"New York, NY and NJ" +357,156,198,"Baltimore, MD",208,"Pascagoula, MS" +357,157,217,"New York, NY and NJ",171,"Jacksonville, FL" +357,158,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +357,159,265,"Norfolk Harbor, VA",201,"Boston, MA" +357,160,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +357,161,197,"Portland, ME",152,"Mobile, AL" +357,162,197,"Portland, ME",265,"Norfolk Harbor, VA" +357,163,265,"Norfolk Harbor, VA",201,"Boston, MA" +357,164,198,"Baltimore, MD",198,"Baltimore, MD" +357,165,223,"New York, NY and NJ",223,"New York, NY and NJ" +357,166,265,"Norfolk Harbor, VA",244,"Providence, RI" +357,167,197,"Portland, ME",265,"Norfolk Harbor, VA" +357,168,169,"Wilmington, DE",241,"Philadelphia, PA" +357,169,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +357,170,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +357,171,172,"Port Everglades, FL",174,"Tampa, FL" +357,172,217,"New York, NY and NJ",198,"Baltimore, MD" +357,173,229,"Wilmington, NC",223,"New York, NY and NJ" +357,174,172,"Port Everglades, FL",172,"Port Everglades, FL" +357,175,241,"Philadelphia, PA",229,"Wilmington, NC" +357,176,223,"New York, NY and NJ",217,"New York, NY and NJ" +357,177,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +357,178,178,"Brunswick, GA",217,"New York, NY and NJ" +357,179,179,"Honolulu, HI",179,"Honolulu, HI" +357,180,179,"Honolulu, HI",179,"Honolulu, HI" +357,181,177,"Savannah, GA",197,"Portland, ME" +357,183,217,"New York, NY and NJ",223,"New York, NY and NJ" +357,184,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +357,185,223,"New York, NY and NJ",198,"Baltimore, MD" +357,186,241,"Philadelphia, PA",201,"Boston, MA" +357,187,265,"Norfolk Harbor, VA",197,"Portland, ME" +357,188,241,"Philadelphia, PA",241,"Philadelphia, PA" +357,189,217,"New York, NY and NJ",198,"Baltimore, MD" +357,190,223,"New York, NY and NJ",197,"Portland, ME" +357,191,217,"New York, NY and NJ",217,"New York, NY and NJ" +357,192,177,"Savannah, GA",265,"Norfolk Harbor, VA" +357,193,245,"Charleston, SC",198,"Baltimore, MD" +357,194,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +357,195,223,"New York, NY and NJ",245,"Charleston, SC" +357,196,197,"Portland, ME",245,"Charleston, SC" +357,197,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +357,198,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +357,199,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +357,200,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +357,201,223,"New York, NY and NJ",217,"New York, NY and NJ" +357,202,223,"New York, NY and NJ",241,"Philadelphia, PA" +357,203,223,"New York, NY and NJ",241,"Philadelphia, PA" +357,204,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +357,205,265,"Norfolk Harbor, VA",201,"Boston, MA" +357,206,201,"Boston, MA",201,"Boston, MA" +357,207,197,"Portland, ME",265,"Norfolk Harbor, VA" +357,208,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +357,209,201,"Boston, MA",244,"Providence, RI" +357,210,197,"Portland, ME",198,"Baltimore, MD" +357,211,229,"Wilmington, NC",241,"Philadelphia, PA" +357,212,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +357,213,244,"Providence, RI",241,"Philadelphia, PA" +357,214,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +357,215,241,"Philadelphia, PA",169,"Wilmington, DE" +357,216,218,"Camden-Gloucester, NJ",197,"Portland, ME" +357,217,201,"Boston, MA",217,"New York, NY and NJ" +357,218,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +357,219,201,"Boston, MA",218,"Camden-Gloucester, NJ" +357,220,217,"New York, NY and NJ",223,"New York, NY and NJ" +357,221,244,"Providence, RI",217,"New York, NY and NJ" +357,222,223,"New York, NY and NJ",197,"Portland, ME" +357,223,201,"Boston, MA",265,"Norfolk Harbor, VA" +357,224,217,"New York, NY and NJ",217,"New York, NY and NJ" +357,225,201,"Boston, MA",241,"Philadelphia, PA" +357,226,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +357,227,244,"Providence, RI",217,"New York, NY and NJ" +357,228,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +357,229,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +357,230,241,"Philadelphia, PA",223,"New York, NY and NJ" +357,231,198,"Baltimore, MD",241,"Philadelphia, PA" +357,232,217,"New York, NY and NJ",197,"Portland, ME" +357,233,217,"New York, NY and NJ",223,"New York, NY and NJ" +357,234,218,"Camden-Gloucester, NJ",201,"Boston, MA" +357,235,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +357,236,217,"New York, NY and NJ",177,"Savannah, GA" +357,237,244,"Providence, RI",177,"Savannah, GA" +357,238,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +357,239,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +357,240,217,"New York, NY and NJ",241,"Philadelphia, PA" +357,241,223,"New York, NY and NJ",198,"Baltimore, MD" +357,242,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +357,243,197,"Portland, ME",223,"New York, NY and NJ" +357,244,217,"New York, NY and NJ",201,"Boston, MA" +357,245,229,"Wilmington, NC",201,"Boston, MA" +357,246,217,"New York, NY and NJ",169,"Wilmington, DE" +357,247,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +357,248,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +357,249,241,"Philadelphia, PA",217,"New York, NY and NJ" +357,250,265,"Norfolk Harbor, VA",197,"Portland, ME" +357,251,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +357,252,244,"Providence, RI",172,"Port Everglades, FL" +357,253,177,"Savannah, GA",229,"Wilmington, NC" +357,254,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +357,255,201,"Boston, MA",217,"New York, NY and NJ" +357,256,223,"New York, NY and NJ",229,"Wilmington, NC" +357,257,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +357,258,201,"Boston, MA",257,"Houston, TX" +357,259,229,"Wilmington, NC",195,"New Orleans, LA" +357,260,217,"New York, NY and NJ",201,"Boston, MA" +357,261,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +357,262,201,"Boston, MA",265,"Norfolk Harbor, VA" +357,263,241,"Philadelphia, PA",197,"Portland, ME" +357,264,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +357,265,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +357,266,229,"Wilmington, NC",217,"New York, NY and NJ" +357,267,197,"Portland, ME",265,"Norfolk Harbor, VA" +357,268,201,"Boston, MA",244,"Providence, RI" +357,269,217,"New York, NY and NJ",223,"New York, NY and NJ" +357,270,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +357,271,217,"New York, NY and NJ",217,"New York, NY and NJ" +357,272,197,"Portland, ME",169,"Wilmington, DE" +357,273,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +358,1,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +358,3,217,"New York, NY and NJ",217,"New York, NY and NJ" +358,4,245,"Charleston, SC",245,"Charleston, SC" +358,5,241,"Philadelphia, PA",241,"Philadelphia, PA" +358,6,223,"New York, NY and NJ",223,"New York, NY and NJ" +358,7,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +358,8,217,"New York, NY and NJ",217,"New York, NY and NJ" +358,9,223,"New York, NY and NJ",223,"New York, NY and NJ" +358,10,223,"New York, NY and NJ",223,"New York, NY and NJ" +358,11,177,"Savannah, GA",177,"Savannah, GA" +358,12,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,13,241,"Philadelphia, PA",241,"Philadelphia, PA" +358,14,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +358,15,201,"Boston, MA",201,"Boston, MA" +358,16,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,17,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +358,18,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,19,229,"Wilmington, NC",229,"Wilmington, NC" +358,20,223,"New York, NY and NJ",223,"New York, NY and NJ" +358,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +358,22,223,"New York, NY and NJ",223,"New York, NY and NJ" +358,23,229,"Wilmington, NC",229,"Wilmington, NC" +358,24,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,25,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,26,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,27,198,"Baltimore, MD",198,"Baltimore, MD" +358,28,217,"New York, NY and NJ",217,"New York, NY and NJ" +358,29,217,"New York, NY and NJ",217,"New York, NY and NJ" +358,30,217,"New York, NY and NJ",217,"New York, NY and NJ" +358,31,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +358,32,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,33,197,"Portland, ME",197,"Portland, ME" +358,34,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +358,35,197,"Portland, ME",197,"Portland, ME" +358,36,198,"Baltimore, MD",198,"Baltimore, MD" +358,37,241,"Philadelphia, PA",241,"Philadelphia, PA" +358,38,201,"Boston, MA",201,"Boston, MA" +358,39,217,"New York, NY and NJ",217,"New York, NY and NJ" +358,40,201,"Boston, MA",201,"Boston, MA" +358,41,197,"Portland, ME",197,"Portland, ME" +358,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +358,43,241,"Philadelphia, PA",241,"Philadelphia, PA" +358,44,217,"New York, NY and NJ",217,"New York, NY and NJ" +358,45,177,"Savannah, GA",177,"Savannah, GA" +358,46,169,"Wilmington, DE",169,"Wilmington, DE" +358,47,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,48,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,49,241,"Philadelphia, PA",241,"Philadelphia, PA" +358,50,198,"Baltimore, MD",198,"Baltimore, MD" +358,51,241,"Philadelphia, PA",241,"Philadelphia, PA" +358,52,198,"Baltimore, MD",198,"Baltimore, MD" +358,53,241,"Philadelphia, PA",241,"Philadelphia, PA" +358,54,223,"New York, NY and NJ",223,"New York, NY and NJ" +358,55,217,"New York, NY and NJ",217,"New York, NY and NJ" +358,56,201,"Boston, MA",201,"Boston, MA" +358,57,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,58,241,"Philadelphia, PA",241,"Philadelphia, PA" +358,59,241,"Philadelphia, PA",241,"Philadelphia, PA" +358,60,229,"Wilmington, NC",229,"Wilmington, NC" +358,61,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +358,62,197,"Portland, ME",197,"Portland, ME" +358,63,169,"Wilmington, DE",169,"Wilmington, DE" +358,64,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +358,65,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,66,223,"New York, NY and NJ",223,"New York, NY and NJ" +358,67,198,"Baltimore, MD",198,"Baltimore, MD" +358,68,197,"Portland, ME",197,"Portland, ME" +358,69,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,70,244,"Providence, RI",244,"Providence, RI" +358,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +358,72,198,"Baltimore, MD",198,"Baltimore, MD" +358,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +358,74,201,"Boston, MA",201,"Boston, MA" +358,75,201,"Boston, MA",201,"Boston, MA" +358,76,198,"Baltimore, MD",198,"Baltimore, MD" +358,77,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,78,223,"New York, NY and NJ",223,"New York, NY and NJ" +358,79,197,"Portland, ME",197,"Portland, ME" +358,80,217,"New York, NY and NJ",217,"New York, NY and NJ" +358,81,198,"Baltimore, MD",198,"Baltimore, MD" +358,82,217,"New York, NY and NJ",217,"New York, NY and NJ" +358,83,244,"Providence, RI",244,"Providence, RI" +358,84,229,"Wilmington, NC",229,"Wilmington, NC" +358,85,201,"Boston, MA",201,"Boston, MA" +358,86,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +358,87,198,"Baltimore, MD",198,"Baltimore, MD" +358,88,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,89,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +358,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +358,91,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,92,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,93,217,"New York, NY and NJ",217,"New York, NY and NJ" +358,94,217,"New York, NY and NJ",217,"New York, NY and NJ" +358,95,244,"Providence, RI",244,"Providence, RI" +358,96,201,"Boston, MA",201,"Boston, MA" +358,97,244,"Providence, RI",244,"Providence, RI" +358,98,241,"Philadelphia, PA",241,"Philadelphia, PA" +358,99,223,"New York, NY and NJ",223,"New York, NY and NJ" +358,100,169,"Wilmington, DE",169,"Wilmington, DE" +358,101,223,"New York, NY and NJ",223,"New York, NY and NJ" +358,102,198,"Baltimore, MD",198,"Baltimore, MD" +358,103,223,"New York, NY and NJ",223,"New York, NY and NJ" +358,104,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,105,217,"New York, NY and NJ",217,"New York, NY and NJ" +358,106,223,"New York, NY and NJ",223,"New York, NY and NJ" +358,107,217,"New York, NY and NJ",217,"New York, NY and NJ" +358,108,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +358,109,201,"Boston, MA",201,"Boston, MA" +358,110,223,"New York, NY and NJ",223,"New York, NY and NJ" +358,111,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,112,201,"Boston, MA",201,"Boston, MA" +358,113,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +358,114,217,"New York, NY and NJ",217,"New York, NY and NJ" +358,115,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,116,197,"Portland, ME",197,"Portland, ME" +358,117,217,"New York, NY and NJ",217,"New York, NY and NJ" +358,118,201,"Boston, MA",201,"Boston, MA" +358,119,201,"Boston, MA",201,"Boston, MA" +358,120,197,"Portland, ME",197,"Portland, ME" +358,121,217,"New York, NY and NJ",217,"New York, NY and NJ" +358,122,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,123,201,"Boston, MA",201,"Boston, MA" +358,124,223,"New York, NY and NJ",223,"New York, NY and NJ" +358,125,217,"New York, NY and NJ",217,"New York, NY and NJ" +358,126,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +358,127,223,"New York, NY and NJ",223,"New York, NY and NJ" +358,128,223,"New York, NY and NJ",223,"New York, NY and NJ" +358,129,198,"Baltimore, MD",198,"Baltimore, MD" +358,130,169,"Wilmington, DE",169,"Wilmington, DE" +358,131,201,"Boston, MA",201,"Boston, MA" +358,132,241,"Philadelphia, PA",241,"Philadelphia, PA" +358,151,177,"Savannah, GA",217,"New York, NY and NJ" +358,152,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,153,201,"Boston, MA",218,"Camden-Gloucester, NJ" +358,154,154,"Anchorage, AK",154,"Anchorage, AK" +358,155,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +358,156,223,"New York, NY and NJ",241,"Philadelphia, PA" +358,157,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,158,197,"Portland, ME",198,"Baltimore, MD" +358,159,223,"New York, NY and NJ",197,"Portland, ME" +358,160,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +358,161,223,"New York, NY and NJ",257,"Houston, TX" +358,162,217,"New York, NY and NJ",197,"Portland, ME" +358,163,197,"Portland, ME",217,"New York, NY and NJ" +358,164,223,"New York, NY and NJ",223,"New York, NY and NJ" +358,165,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +358,166,244,"Providence, RI",223,"New York, NY and NJ" +358,167,223,"New York, NY and NJ",217,"New York, NY and NJ" +358,168,201,"Boston, MA",265,"Norfolk Harbor, VA" +358,169,223,"New York, NY and NJ",217,"New York, NY and NJ" +358,170,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +358,171,217,"New York, NY and NJ",177,"Savannah, GA" +358,172,217,"New York, NY and NJ",245,"Charleston, SC" +358,173,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +358,174,201,"Boston, MA",201,"Boston, MA" +358,175,241,"Philadelphia, PA",245,"Charleston, SC" +358,176,245,"Charleston, SC",265,"Norfolk Harbor, VA" +358,177,198,"Baltimore, MD",177,"Savannah, GA" +358,178,265,"Norfolk Harbor, VA",177,"Savannah, GA" +358,179,179,"Honolulu, HI",179,"Honolulu, HI" +358,180,179,"Honolulu, HI",179,"Honolulu, HI" +358,181,217,"New York, NY and NJ",201,"Boston, MA" +358,183,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +358,184,223,"New York, NY and NJ",201,"Boston, MA" +358,185,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +358,186,197,"Portland, ME",265,"Norfolk Harbor, VA" +358,187,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +358,188,198,"Baltimore, MD",223,"New York, NY and NJ" +358,189,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +358,190,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +358,191,197,"Portland, ME",265,"Norfolk Harbor, VA" +358,192,217,"New York, NY and NJ",198,"Baltimore, MD" +358,193,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,194,177,"Savannah, GA",174,"Tampa, FL" +358,195,174,"Tampa, FL",195,"New Orleans, LA" +358,196,197,"Portland, ME",229,"Wilmington, NC" +358,197,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +358,198,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +358,199,217,"New York, NY and NJ",198,"Baltimore, MD" +358,200,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +358,201,217,"New York, NY and NJ",201,"Boston, MA" +358,202,241,"Philadelphia, PA",241,"Philadelphia, PA" +358,203,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +358,204,218,"Camden-Gloucester, NJ",197,"Portland, ME" +358,205,223,"New York, NY and NJ",223,"New York, NY and NJ" +358,206,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +358,207,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +358,208,245,"Charleston, SC",241,"Philadelphia, PA" +358,209,223,"New York, NY and NJ",198,"Baltimore, MD" +358,210,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +358,211,265,"Norfolk Harbor, VA",197,"Portland, ME" +358,212,177,"Savannah, GA",169,"Wilmington, DE" +358,213,217,"New York, NY and NJ",197,"Portland, ME" +358,214,217,"New York, NY and NJ",177,"Savannah, GA" +358,215,201,"Boston, MA",244,"Providence, RI" +358,216,241,"Philadelphia, PA",201,"Boston, MA" +358,217,217,"New York, NY and NJ",229,"Wilmington, NC" +358,218,223,"New York, NY and NJ",241,"Philadelphia, PA" +358,219,241,"Philadelphia, PA",217,"New York, NY and NJ" +358,220,217,"New York, NY and NJ",245,"Charleston, SC" +358,221,197,"Portland, ME",265,"Norfolk Harbor, VA" +358,222,223,"New York, NY and NJ",217,"New York, NY and NJ" +358,223,244,"Providence, RI",217,"New York, NY and NJ" +358,224,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +358,225,217,"New York, NY and NJ",217,"New York, NY and NJ" +358,226,217,"New York, NY and NJ",229,"Wilmington, NC" +358,227,169,"Wilmington, DE",245,"Charleston, SC" +358,228,223,"New York, NY and NJ",245,"Charleston, SC" +358,229,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +358,230,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +358,231,223,"New York, NY and NJ",241,"Philadelphia, PA" +358,232,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +358,233,217,"New York, NY and NJ",217,"New York, NY and NJ" +358,234,217,"New York, NY and NJ",198,"Baltimore, MD" +358,235,223,"New York, NY and NJ",223,"New York, NY and NJ" +358,236,171,"Jacksonville, FL",217,"New York, NY and NJ" +358,237,223,"New York, NY and NJ",177,"Savannah, GA" +358,238,169,"Wilmington, DE",171,"Jacksonville, FL" +358,239,201,"Boston, MA",241,"Philadelphia, PA" +358,240,197,"Portland, ME",217,"New York, NY and NJ" +358,241,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,242,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +358,243,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +358,244,217,"New York, NY and NJ",241,"Philadelphia, PA" +358,245,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +358,246,169,"Wilmington, DE",223,"New York, NY and NJ" +358,247,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,248,198,"Baltimore, MD",217,"New York, NY and NJ" +358,249,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,250,245,"Charleston, SC",177,"Savannah, GA" +358,251,198,"Baltimore, MD",177,"Savannah, GA" +358,252,229,"Wilmington, NC",245,"Charleston, SC" +358,253,177,"Savannah, GA",208,"Pascagoula, MS" +358,254,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +358,255,217,"New York, NY and NJ",208,"Pascagoula, MS" +358,256,245,"Charleston, SC",198,"Baltimore, MD" +358,257,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +358,258,244,"Providence, RI",172,"Port Everglades, FL" +358,259,198,"Baltimore, MD",193,"Baton Rouge, LA" +358,260,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +358,261,198,"Baltimore, MD",197,"Portland, ME" +358,262,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,263,223,"New York, NY and NJ",223,"New York, NY and NJ" +358,264,223,"New York, NY and NJ",217,"New York, NY and NJ" +358,265,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +358,266,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +358,267,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +358,268,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +358,269,223,"New York, NY and NJ",201,"Boston, MA" +358,270,197,"Portland, ME",223,"New York, NY and NJ" +358,271,245,"Charleston, SC",223,"New York, NY and NJ" +358,272,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +358,273,217,"New York, NY and NJ",223,"New York, NY and NJ" +359,1,177,"Savannah, GA",177,"Savannah, GA" +359,2,245,"Charleston, SC",245,"Charleston, SC" +359,3,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,4,171,"Jacksonville, FL",171,"Jacksonville, FL" +359,5,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +359,6,171,"Jacksonville, FL",171,"Jacksonville, FL" +359,7,177,"Savannah, GA",177,"Savannah, GA" +359,8,177,"Savannah, GA",177,"Savannah, GA" +359,9,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,10,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,11,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +359,12,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +359,13,177,"Savannah, GA",177,"Savannah, GA" +359,14,174,"Tampa, FL",174,"Tampa, FL" +359,15,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +359,16,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,17,174,"Tampa, FL",174,"Tampa, FL" +359,18,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,19,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,20,198,"Baltimore, MD",198,"Baltimore, MD" +359,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +359,22,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,23,174,"Tampa, FL",174,"Tampa, FL" +359,24,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,25,177,"Savannah, GA",177,"Savannah, GA" +359,26,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,27,174,"Tampa, FL",174,"Tampa, FL" +359,28,177,"Savannah, GA",177,"Savannah, GA" +359,29,177,"Savannah, GA",177,"Savannah, GA" +359,30,177,"Savannah, GA",177,"Savannah, GA" +359,31,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +359,32,245,"Charleston, SC",245,"Charleston, SC" +359,33,177,"Savannah, GA",177,"Savannah, GA" +359,34,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,35,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,36,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +359,37,171,"Jacksonville, FL",171,"Jacksonville, FL" +359,38,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,39,177,"Savannah, GA",177,"Savannah, GA" +359,40,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,41,229,"Wilmington, NC",229,"Wilmington, NC" +359,42,245,"Charleston, SC",245,"Charleston, SC" +359,43,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,44,245,"Charleston, SC",245,"Charleston, SC" +359,45,177,"Savannah, GA",177,"Savannah, GA" +359,46,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,47,171,"Jacksonville, FL",171,"Jacksonville, FL" +359,48,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,49,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +359,50,177,"Savannah, GA",177,"Savannah, GA" +359,51,177,"Savannah, GA",177,"Savannah, GA" +359,52,198,"Baltimore, MD",198,"Baltimore, MD" +359,53,177,"Savannah, GA",177,"Savannah, GA" +359,54,174,"Tampa, FL",174,"Tampa, FL" +359,55,245,"Charleston, SC",245,"Charleston, SC" +359,56,171,"Jacksonville, FL",171,"Jacksonville, FL" +359,57,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +359,58,152,"Mobile, AL",152,"Mobile, AL" +359,59,177,"Savannah, GA",177,"Savannah, GA" +359,60,245,"Charleston, SC",245,"Charleston, SC" +359,61,152,"Mobile, AL",152,"Mobile, AL" +359,62,241,"Philadelphia, PA",241,"Philadelphia, PA" +359,63,174,"Tampa, FL",174,"Tampa, FL" +359,64,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +359,65,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,66,174,"Tampa, FL",174,"Tampa, FL" +359,67,245,"Charleston, SC",245,"Charleston, SC" +359,68,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,69,245,"Charleston, SC",245,"Charleston, SC" +359,70,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,71,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +359,72,245,"Charleston, SC",245,"Charleston, SC" +359,73,177,"Savannah, GA",177,"Savannah, GA" +359,74,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,75,229,"Wilmington, NC",229,"Wilmington, NC" +359,76,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +359,77,198,"Baltimore, MD",198,"Baltimore, MD" +359,78,198,"Baltimore, MD",198,"Baltimore, MD" +359,79,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,80,177,"Savannah, GA",177,"Savannah, GA" +359,81,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,82,229,"Wilmington, NC",229,"Wilmington, NC" +359,83,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,84,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,85,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +359,86,174,"Tampa, FL",174,"Tampa, FL" +359,87,171,"Jacksonville, FL",171,"Jacksonville, FL" +359,88,171,"Jacksonville, FL",171,"Jacksonville, FL" +359,89,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +359,90,178,"Brunswick, GA",178,"Brunswick, GA" +359,91,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +359,92,245,"Charleston, SC",245,"Charleston, SC" +359,93,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +359,94,174,"Tampa, FL",174,"Tampa, FL" +359,95,178,"Brunswick, GA",178,"Brunswick, GA" +359,96,171,"Jacksonville, FL",171,"Jacksonville, FL" +359,97,245,"Charleston, SC",245,"Charleston, SC" +359,98,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +359,99,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +359,100,245,"Charleston, SC",245,"Charleston, SC" +359,101,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +359,102,177,"Savannah, GA",177,"Savannah, GA" +359,103,174,"Tampa, FL",174,"Tampa, FL" +359,104,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +359,105,174,"Tampa, FL",174,"Tampa, FL" +359,106,174,"Tampa, FL",174,"Tampa, FL" +359,107,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,108,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +359,109,245,"Charleston, SC",245,"Charleston, SC" +359,110,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +359,111,177,"Savannah, GA",177,"Savannah, GA" +359,112,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,113,171,"Jacksonville, FL",171,"Jacksonville, FL" +359,114,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,115,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +359,116,223,"New York, NY and NJ",223,"New York, NY and NJ" +359,117,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +359,118,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,119,174,"Tampa, FL",174,"Tampa, FL" +359,120,177,"Savannah, GA",177,"Savannah, GA" +359,121,245,"Charleston, SC",245,"Charleston, SC" +359,122,177,"Savannah, GA",177,"Savannah, GA" +359,123,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +359,124,229,"Wilmington, NC",229,"Wilmington, NC" +359,125,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,126,245,"Charleston, SC",245,"Charleston, SC" +359,127,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,128,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +359,129,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +359,130,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,131,172,"Port Everglades, FL",172,"Port Everglades, FL" +359,132,177,"Savannah, GA",177,"Savannah, GA" +359,151,174,"Tampa, FL",177,"Savannah, GA" +359,152,174,"Tampa, FL",245,"Charleston, SC" +359,153,172,"Port Everglades, FL",174,"Tampa, FL" +359,154,154,"Anchorage, AK",154,"Anchorage, AK" +359,155,152,"Mobile, AL",253,"Beaumont, TX" +359,156,257,"Houston, TX",257,"Houston, TX" +359,157,245,"Charleston, SC",174,"Tampa, FL" +359,158,195,"New Orleans, LA",171,"Jacksonville, FL" +359,159,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +359,160,172,"Port Everglades, FL",257,"Houston, TX" +359,161,195,"New Orleans, LA",171,"Jacksonville, FL" +359,162,174,"Tampa, FL",194,"Lake Charles, LA" +359,163,152,"Mobile, AL",177,"Savannah, GA" +359,164,245,"Charleston, SC",194,"Lake Charles, LA" +359,165,218,"Camden-Gloucester, NJ",257,"Houston, TX" +359,166,265,"Norfolk Harbor, VA",245,"Charleston, SC" +359,167,245,"Charleston, SC",201,"Boston, MA" +359,168,245,"Charleston, SC",244,"Providence, RI" +359,169,245,"Charleston, SC",265,"Norfolk Harbor, VA" +359,170,245,"Charleston, SC",198,"Baltimore, MD" +359,171,174,"Tampa, FL",177,"Savannah, GA" +359,172,172,"Port Everglades, FL",177,"Savannah, GA" +359,173,177,"Savannah, GA",172,"Port Everglades, FL" +359,174,171,"Jacksonville, FL",177,"Savannah, GA" +359,175,174,"Tampa, FL",245,"Charleston, SC" +359,176,177,"Savannah, GA",172,"Port Everglades, FL" +359,177,177,"Savannah, GA",177,"Savannah, GA" +359,178,245,"Charleston, SC",174,"Tampa, FL" +359,179,179,"Honolulu, HI",179,"Honolulu, HI" +359,180,179,"Honolulu, HI",179,"Honolulu, HI" +359,181,217,"New York, NY and NJ",194,"Lake Charles, LA" +359,183,195,"New Orleans, LA",152,"Mobile, AL" +359,184,172,"Port Everglades, FL",195,"New Orleans, LA" +359,185,245,"Charleston, SC",265,"Norfolk Harbor, VA" +359,186,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +359,187,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +359,188,172,"Port Everglades, FL",195,"New Orleans, LA" +359,189,177,"Savannah, GA",177,"Savannah, GA" +359,190,171,"Jacksonville, FL",195,"New Orleans, LA" +359,191,172,"Port Everglades, FL",177,"Savannah, GA" +359,192,172,"Port Everglades, FL",174,"Tampa, FL" +359,193,195,"New Orleans, LA",172,"Port Everglades, FL" +359,194,174,"Tampa, FL",253,"Beaumont, TX" +359,195,195,"New Orleans, LA",174,"Tampa, FL" +359,196,177,"Savannah, GA",194,"Lake Charles, LA" +359,197,177,"Savannah, GA",197,"Portland, ME" +359,198,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +359,199,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +359,200,198,"Baltimore, MD",198,"Baltimore, MD" +359,201,177,"Savannah, GA",223,"New York, NY and NJ" +359,202,223,"New York, NY and NJ",198,"Baltimore, MD" +359,203,245,"Charleston, SC",241,"Philadelphia, PA" +359,204,174,"Tampa, FL",198,"Baltimore, MD" +359,205,265,"Norfolk Harbor, VA",174,"Tampa, FL" +359,206,171,"Jacksonville, FL",245,"Charleston, SC" +359,207,177,"Savannah, GA",152,"Mobile, AL" +359,208,177,"Savannah, GA",208,"Pascagoula, MS" +359,209,174,"Tampa, FL",265,"Norfolk Harbor, VA" +359,210,174,"Tampa, FL",265,"Norfolk Harbor, VA" +359,211,229,"Wilmington, NC",195,"New Orleans, LA" +359,212,241,"Philadelphia, PA",253,"Beaumont, TX" +359,213,245,"Charleston, SC",195,"New Orleans, LA" +359,214,172,"Port Everglades, FL",257,"Houston, TX" +359,215,172,"Port Everglades, FL",254,"Corpus Christi, TX" +359,216,218,"Camden-Gloucester, NJ",244,"Providence, RI" +359,217,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +359,218,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +359,219,217,"New York, NY and NJ",198,"Baltimore, MD" +359,220,171,"Jacksonville, FL",245,"Charleston, SC" +359,221,217,"New York, NY and NJ",198,"Baltimore, MD" +359,222,217,"New York, NY and NJ",223,"New York, NY and NJ" +359,223,245,"Charleston, SC",265,"Norfolk Harbor, VA" +359,224,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +359,225,172,"Port Everglades, FL",201,"Boston, MA" +359,226,177,"Savannah, GA",172,"Port Everglades, FL" +359,227,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +359,228,265,"Norfolk Harbor, VA",177,"Savannah, GA" +359,229,229,"Wilmington, NC",229,"Wilmington, NC" +359,230,245,"Charleston, SC",152,"Mobile, AL" +359,231,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +359,232,174,"Tampa, FL",245,"Charleston, SC" +359,233,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +359,234,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +359,235,171,"Jacksonville, FL",245,"Charleston, SC" +359,236,177,"Savannah, GA",171,"Jacksonville, FL" +359,237,172,"Port Everglades, FL",193,"Baton Rouge, LA" +359,238,172,"Port Everglades, FL",194,"Lake Charles, LA" +359,239,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +359,240,171,"Jacksonville, FL",177,"Savannah, GA" +359,241,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +359,242,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +359,243,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +359,244,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +359,245,177,"Savannah, GA",265,"Norfolk Harbor, VA" +359,246,172,"Port Everglades, FL",174,"Tampa, FL" +359,247,172,"Port Everglades, FL",245,"Charleston, SC" +359,248,245,"Charleston, SC",172,"Port Everglades, FL" +359,249,178,"Brunswick, GA",265,"Norfolk Harbor, VA" +359,250,174,"Tampa, FL",229,"Wilmington, NC" +359,251,174,"Tampa, FL",208,"Pascagoula, MS" +359,252,177,"Savannah, GA",195,"New Orleans, LA" +359,253,195,"New Orleans, LA",177,"Savannah, GA" +359,254,174,"Tampa, FL",171,"Jacksonville, FL" +359,255,257,"Houston, TX",253,"Beaumont, TX" +359,256,177,"Savannah, GA",254,"Corpus Christi, TX" +359,257,174,"Tampa, FL",195,"New Orleans, LA" +359,258,245,"Charleston, SC",195,"New Orleans, LA" +359,259,171,"Jacksonville, FL",253,"Beaumont, TX" +359,260,195,"New Orleans, LA",195,"New Orleans, LA" +359,261,174,"Tampa, FL",172,"Port Everglades, FL" +359,262,245,"Charleston, SC",195,"New Orleans, LA" +359,263,177,"Savannah, GA",265,"Norfolk Harbor, VA" +359,264,265,"Norfolk Harbor, VA",177,"Savannah, GA" +359,265,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +359,266,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +359,267,177,"Savannah, GA",229,"Wilmington, NC" +359,268,177,"Savannah, GA",245,"Charleston, SC" +359,269,198,"Baltimore, MD",223,"New York, NY and NJ" +359,270,172,"Port Everglades, FL",174,"Tampa, FL" +359,271,245,"Charleston, SC",198,"Baltimore, MD" +359,272,152,"Mobile, AL",177,"Savannah, GA" +359,273,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,1,177,"Savannah, GA",177,"Savannah, GA" +360,2,229,"Wilmington, NC",229,"Wilmington, NC" +360,3,174,"Tampa, FL",174,"Tampa, FL" +360,4,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,5,177,"Savannah, GA",177,"Savannah, GA" +360,6,174,"Tampa, FL",174,"Tampa, FL" +360,7,174,"Tampa, FL",174,"Tampa, FL" +360,8,174,"Tampa, FL",174,"Tampa, FL" +360,9,174,"Tampa, FL",174,"Tampa, FL" +360,10,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,11,177,"Savannah, GA",177,"Savannah, GA" +360,12,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,13,171,"Jacksonville, FL",171,"Jacksonville, FL" +360,14,245,"Charleston, SC",245,"Charleston, SC" +360,15,174,"Tampa, FL",174,"Tampa, FL" +360,16,177,"Savannah, GA",177,"Savannah, GA" +360,17,171,"Jacksonville, FL",171,"Jacksonville, FL" +360,18,177,"Savannah, GA",177,"Savannah, GA" +360,19,171,"Jacksonville, FL",171,"Jacksonville, FL" +360,20,245,"Charleston, SC",245,"Charleston, SC" +360,21,174,"Tampa, FL",174,"Tampa, FL" +360,22,177,"Savannah, GA",177,"Savannah, GA" +360,23,177,"Savannah, GA",177,"Savannah, GA" +360,24,171,"Jacksonville, FL",171,"Jacksonville, FL" +360,25,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,26,174,"Tampa, FL",174,"Tampa, FL" +360,27,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,28,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,29,177,"Savannah, GA",177,"Savannah, GA" +360,30,177,"Savannah, GA",177,"Savannah, GA" +360,31,171,"Jacksonville, FL",171,"Jacksonville, FL" +360,32,171,"Jacksonville, FL",171,"Jacksonville, FL" +360,33,177,"Savannah, GA",177,"Savannah, GA" +360,34,177,"Savannah, GA",177,"Savannah, GA" +360,35,177,"Savannah, GA",177,"Savannah, GA" +360,36,171,"Jacksonville, FL",171,"Jacksonville, FL" +360,37,245,"Charleston, SC",245,"Charleston, SC" +360,38,177,"Savannah, GA",177,"Savannah, GA" +360,39,245,"Charleston, SC",245,"Charleston, SC" +360,40,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,41,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,42,177,"Savannah, GA",177,"Savannah, GA" +360,43,245,"Charleston, SC",245,"Charleston, SC" +360,44,171,"Jacksonville, FL",171,"Jacksonville, FL" +360,45,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,46,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,47,171,"Jacksonville, FL",171,"Jacksonville, FL" +360,48,171,"Jacksonville, FL",171,"Jacksonville, FL" +360,49,177,"Savannah, GA",177,"Savannah, GA" +360,50,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,51,177,"Savannah, GA",177,"Savannah, GA" +360,52,245,"Charleston, SC",245,"Charleston, SC" +360,53,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,54,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,55,178,"Brunswick, GA",178,"Brunswick, GA" +360,56,245,"Charleston, SC",245,"Charleston, SC" +360,57,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,58,171,"Jacksonville, FL",171,"Jacksonville, FL" +360,59,177,"Savannah, GA",177,"Savannah, GA" +360,60,245,"Charleston, SC",245,"Charleston, SC" +360,61,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,62,177,"Savannah, GA",177,"Savannah, GA" +360,63,245,"Charleston, SC",245,"Charleston, SC" +360,64,174,"Tampa, FL",174,"Tampa, FL" +360,65,177,"Savannah, GA",177,"Savannah, GA" +360,66,177,"Savannah, GA",177,"Savannah, GA" +360,67,178,"Brunswick, GA",178,"Brunswick, GA" +360,68,177,"Savannah, GA",177,"Savannah, GA" +360,69,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,70,177,"Savannah, GA",177,"Savannah, GA" +360,71,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,72,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,73,171,"Jacksonville, FL",171,"Jacksonville, FL" +360,74,171,"Jacksonville, FL",171,"Jacksonville, FL" +360,75,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,76,177,"Savannah, GA",177,"Savannah, GA" +360,77,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,78,177,"Savannah, GA",177,"Savannah, GA" +360,79,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,80,245,"Charleston, SC",245,"Charleston, SC" +360,81,174,"Tampa, FL",174,"Tampa, FL" +360,82,177,"Savannah, GA",177,"Savannah, GA" +360,83,245,"Charleston, SC",245,"Charleston, SC" +360,84,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,85,171,"Jacksonville, FL",171,"Jacksonville, FL" +360,86,177,"Savannah, GA",177,"Savannah, GA" +360,87,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,88,245,"Charleston, SC",245,"Charleston, SC" +360,89,177,"Savannah, GA",177,"Savannah, GA" +360,90,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,91,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,92,245,"Charleston, SC",245,"Charleston, SC" +360,93,177,"Savannah, GA",177,"Savannah, GA" +360,94,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,95,177,"Savannah, GA",177,"Savannah, GA" +360,96,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,97,178,"Brunswick, GA",178,"Brunswick, GA" +360,98,174,"Tampa, FL",174,"Tampa, FL" +360,99,245,"Charleston, SC",245,"Charleston, SC" +360,100,245,"Charleston, SC",245,"Charleston, SC" +360,101,174,"Tampa, FL",174,"Tampa, FL" +360,102,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,103,174,"Tampa, FL",174,"Tampa, FL" +360,104,177,"Savannah, GA",177,"Savannah, GA" +360,105,245,"Charleston, SC",245,"Charleston, SC" +360,106,245,"Charleston, SC",245,"Charleston, SC" +360,107,178,"Brunswick, GA",178,"Brunswick, GA" +360,108,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,109,171,"Jacksonville, FL",171,"Jacksonville, FL" +360,110,174,"Tampa, FL",174,"Tampa, FL" +360,111,177,"Savannah, GA",177,"Savannah, GA" +360,112,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,113,177,"Savannah, GA",177,"Savannah, GA" +360,114,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,115,177,"Savannah, GA",177,"Savannah, GA" +360,116,245,"Charleston, SC",245,"Charleston, SC" +360,117,245,"Charleston, SC",245,"Charleston, SC" +360,118,245,"Charleston, SC",245,"Charleston, SC" +360,119,177,"Savannah, GA",177,"Savannah, GA" +360,120,245,"Charleston, SC",245,"Charleston, SC" +360,121,174,"Tampa, FL",174,"Tampa, FL" +360,122,171,"Jacksonville, FL",171,"Jacksonville, FL" +360,123,174,"Tampa, FL",174,"Tampa, FL" +360,124,174,"Tampa, FL",174,"Tampa, FL" +360,125,174,"Tampa, FL",174,"Tampa, FL" +360,126,177,"Savannah, GA",177,"Savannah, GA" +360,127,174,"Tampa, FL",174,"Tampa, FL" +360,128,177,"Savannah, GA",177,"Savannah, GA" +360,129,177,"Savannah, GA",177,"Savannah, GA" +360,130,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,131,174,"Tampa, FL",174,"Tampa, FL" +360,132,174,"Tampa, FL",174,"Tampa, FL" +360,151,177,"Savannah, GA",177,"Savannah, GA" +360,152,152,"Mobile, AL",171,"Jacksonville, FL" +360,153,172,"Port Everglades, FL",174,"Tampa, FL" +360,154,154,"Anchorage, AK",154,"Anchorage, AK" +360,155,174,"Tampa, FL",253,"Beaumont, TX" +360,156,177,"Savannah, GA",257,"Houston, TX" +360,157,177,"Savannah, GA",177,"Savannah, GA" +360,158,177,"Savannah, GA",177,"Savannah, GA" +360,159,177,"Savannah, GA",171,"Jacksonville, FL" +360,160,172,"Port Everglades, FL",257,"Houston, TX" +360,161,194,"Lake Charles, LA",257,"Houston, TX" +360,162,171,"Jacksonville, FL",195,"New Orleans, LA" +360,163,195,"New Orleans, LA",174,"Tampa, FL" +360,164,174,"Tampa, FL",193,"Baton Rouge, LA" +360,165,177,"Savannah, GA",208,"Pascagoula, MS" +360,166,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +360,167,265,"Norfolk Harbor, VA",245,"Charleston, SC" +360,168,245,"Charleston, SC",217,"New York, NY and NJ" +360,169,177,"Savannah, GA",245,"Charleston, SC" +360,170,177,"Savannah, GA",198,"Baltimore, MD" +360,171,245,"Charleston, SC",171,"Jacksonville, FL" +360,172,177,"Savannah, GA",245,"Charleston, SC" +360,173,177,"Savannah, GA",171,"Jacksonville, FL" +360,174,172,"Port Everglades, FL",177,"Savannah, GA" +360,175,172,"Port Everglades, FL",245,"Charleston, SC" +360,176,177,"Savannah, GA",177,"Savannah, GA" +360,177,172,"Port Everglades, FL",177,"Savannah, GA" +360,178,172,"Port Everglades, FL",177,"Savannah, GA" +360,179,179,"Honolulu, HI",179,"Honolulu, HI" +360,180,179,"Honolulu, HI",179,"Honolulu, HI" +360,181,229,"Wilmington, NC",177,"Savannah, GA" +360,183,177,"Savannah, GA",177,"Savannah, GA" +360,184,171,"Jacksonville, FL",172,"Port Everglades, FL" +360,185,177,"Savannah, GA",177,"Savannah, GA" +360,186,172,"Port Everglades, FL",174,"Tampa, FL" +360,187,172,"Port Everglades, FL",152,"Mobile, AL" +360,188,172,"Port Everglades, FL",245,"Charleston, SC" +360,189,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,190,171,"Jacksonville, FL",178,"Brunswick, GA" +360,191,174,"Tampa, FL",177,"Savannah, GA" +360,192,172,"Port Everglades, FL",177,"Savannah, GA" +360,193,152,"Mobile, AL",195,"New Orleans, LA" +360,194,245,"Charleston, SC",174,"Tampa, FL" +360,195,171,"Jacksonville, FL",195,"New Orleans, LA" +360,196,171,"Jacksonville, FL",172,"Port Everglades, FL" +360,197,177,"Savannah, GA",265,"Norfolk Harbor, VA" +360,198,177,"Savannah, GA",198,"Baltimore, MD" +360,199,177,"Savannah, GA",172,"Port Everglades, FL" +360,200,172,"Port Everglades, FL",217,"New York, NY and NJ" +360,201,174,"Tampa, FL",265,"Norfolk Harbor, VA" +360,202,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +360,203,177,"Savannah, GA",172,"Port Everglades, FL" +360,204,177,"Savannah, GA",265,"Norfolk Harbor, VA" +360,205,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +360,206,229,"Wilmington, NC",177,"Savannah, GA" +360,207,174,"Tampa, FL",245,"Charleston, SC" +360,208,177,"Savannah, GA",195,"New Orleans, LA" +360,209,171,"Jacksonville, FL",253,"Beaumont, TX" +360,210,174,"Tampa, FL",195,"New Orleans, LA" +360,211,177,"Savannah, GA",195,"New Orleans, LA" +360,212,172,"Port Everglades, FL",177,"Savannah, GA" +360,213,174,"Tampa, FL",172,"Port Everglades, FL" +360,214,174,"Tampa, FL",171,"Jacksonville, FL" +360,215,245,"Charleston, SC",195,"New Orleans, LA" +360,216,172,"Port Everglades, FL",245,"Charleston, SC" +360,217,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +360,218,172,"Port Everglades, FL",217,"New York, NY and NJ" +360,219,245,"Charleston, SC",241,"Philadelphia, PA" +360,220,172,"Port Everglades, FL",171,"Jacksonville, FL" +360,221,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +360,222,172,"Port Everglades, FL",171,"Jacksonville, FL" +360,223,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +360,224,177,"Savannah, GA",265,"Norfolk Harbor, VA" +360,225,174,"Tampa, FL",217,"New York, NY and NJ" +360,226,172,"Port Everglades, FL",245,"Charleston, SC" +360,227,245,"Charleston, SC",174,"Tampa, FL" +360,228,177,"Savannah, GA",172,"Port Everglades, FL" +360,229,172,"Port Everglades, FL",245,"Charleston, SC" +360,230,171,"Jacksonville, FL",177,"Savannah, GA" +360,231,177,"Savannah, GA",174,"Tampa, FL" +360,232,177,"Savannah, GA",177,"Savannah, GA" +360,233,172,"Port Everglades, FL",171,"Jacksonville, FL" +360,234,177,"Savannah, GA",245,"Charleston, SC" +360,235,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +360,236,174,"Tampa, FL",171,"Jacksonville, FL" +360,237,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,238,177,"Savannah, GA",171,"Jacksonville, FL" +360,239,171,"Jacksonville, FL",195,"New Orleans, LA" +360,240,177,"Savannah, GA",195,"New Orleans, LA" +360,241,172,"Port Everglades, FL",171,"Jacksonville, FL" +360,242,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +360,243,172,"Port Everglades, FL",198,"Baltimore, MD" +360,244,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +360,245,171,"Jacksonville, FL",172,"Port Everglades, FL" +360,246,177,"Savannah, GA",174,"Tampa, FL" +360,247,171,"Jacksonville, FL",177,"Savannah, GA" +360,248,172,"Port Everglades, FL",177,"Savannah, GA" +360,249,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,250,174,"Tampa, FL",152,"Mobile, AL" +360,251,172,"Port Everglades, FL",172,"Port Everglades, FL" +360,252,174,"Tampa, FL",195,"New Orleans, LA" +360,253,172,"Port Everglades, FL",253,"Beaumont, TX" +360,254,172,"Port Everglades, FL",195,"New Orleans, LA" +360,255,195,"New Orleans, LA",195,"New Orleans, LA" +360,256,171,"Jacksonville, FL",178,"Brunswick, GA" +360,257,195,"New Orleans, LA",257,"Houston, TX" +360,258,245,"Charleston, SC",195,"New Orleans, LA" +360,259,152,"Mobile, AL",253,"Beaumont, TX" +360,260,177,"Savannah, GA",257,"Houston, TX" +360,261,171,"Jacksonville, FL",257,"Houston, TX" +360,262,174,"Tampa, FL",257,"Houston, TX" +360,263,174,"Tampa, FL",265,"Norfolk Harbor, VA" +360,264,177,"Savannah, GA",265,"Norfolk Harbor, VA" +360,265,245,"Charleston, SC",245,"Charleston, SC" +360,266,174,"Tampa, FL",245,"Charleston, SC" +360,267,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +360,268,174,"Tampa, FL",257,"Houston, TX" +360,269,177,"Savannah, GA",195,"New Orleans, LA" +360,270,174,"Tampa, FL",265,"Norfolk Harbor, VA" +360,271,177,"Savannah, GA",172,"Port Everglades, FL" +360,272,245,"Charleston, SC",172,"Port Everglades, FL" +360,273,172,"Port Everglades, FL",195,"New Orleans, LA" +361,1,253,"Beaumont, TX",253,"Beaumont, TX" +361,2,229,"Wilmington, NC",229,"Wilmington, NC" +361,3,177,"Savannah, GA",177,"Savannah, GA" +361,4,195,"New Orleans, LA",195,"New Orleans, LA" +361,5,257,"Houston, TX",257,"Houston, TX" +361,6,208,"Pascagoula, MS",208,"Pascagoula, MS" +361,7,253,"Beaumont, TX",253,"Beaumont, TX" +361,8,194,"Lake Charles, LA",194,"Lake Charles, LA" +361,9,253,"Beaumont, TX",253,"Beaumont, TX" +361,10,229,"Wilmington, NC",229,"Wilmington, NC" +361,11,194,"Lake Charles, LA",194,"Lake Charles, LA" +361,12,195,"New Orleans, LA",195,"New Orleans, LA" +361,13,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +361,14,177,"Savannah, GA",177,"Savannah, GA" +361,15,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +361,16,195,"New Orleans, LA",195,"New Orleans, LA" +361,17,195,"New Orleans, LA",195,"New Orleans, LA" +361,18,195,"New Orleans, LA",195,"New Orleans, LA" +361,19,253,"Beaumont, TX",253,"Beaumont, TX" +361,20,195,"New Orleans, LA",195,"New Orleans, LA" +361,21,172,"Port Everglades, FL",172,"Port Everglades, FL" +361,22,177,"Savannah, GA",177,"Savannah, GA" +361,23,253,"Beaumont, TX",253,"Beaumont, TX" +361,24,152,"Mobile, AL",152,"Mobile, AL" +361,25,194,"Lake Charles, LA",194,"Lake Charles, LA" +361,26,152,"Mobile, AL",152,"Mobile, AL" +361,27,177,"Savannah, GA",177,"Savannah, GA" +361,28,195,"New Orleans, LA",195,"New Orleans, LA" +361,29,195,"New Orleans, LA",195,"New Orleans, LA" +361,30,253,"Beaumont, TX",253,"Beaumont, TX" +361,31,257,"Houston, TX",257,"Houston, TX" +361,32,172,"Port Everglades, FL",172,"Port Everglades, FL" +361,33,257,"Houston, TX",257,"Houston, TX" +361,34,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +361,35,195,"New Orleans, LA",195,"New Orleans, LA" +361,36,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +361,37,253,"Beaumont, TX",253,"Beaumont, TX" +361,38,194,"Lake Charles, LA",194,"Lake Charles, LA" +361,39,172,"Port Everglades, FL",172,"Port Everglades, FL" +361,40,245,"Charleston, SC",245,"Charleston, SC" +361,41,194,"Lake Charles, LA",194,"Lake Charles, LA" +361,42,253,"Beaumont, TX",253,"Beaumont, TX" +361,43,195,"New Orleans, LA",195,"New Orleans, LA" +361,44,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +361,45,194,"Lake Charles, LA",194,"Lake Charles, LA" +361,46,257,"Houston, TX",257,"Houston, TX" +361,47,257,"Houston, TX",257,"Houston, TX" +361,48,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +361,49,257,"Houston, TX",257,"Houston, TX" +361,50,177,"Savannah, GA",177,"Savannah, GA" +361,51,257,"Houston, TX",257,"Houston, TX" +361,52,177,"Savannah, GA",177,"Savannah, GA" +361,53,195,"New Orleans, LA",195,"New Orleans, LA" +361,54,195,"New Orleans, LA",195,"New Orleans, LA" +361,55,174,"Tampa, FL",174,"Tampa, FL" +361,56,195,"New Orleans, LA",195,"New Orleans, LA" +361,57,257,"Houston, TX",257,"Houston, TX" +361,58,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +361,59,241,"Philadelphia, PA",241,"Philadelphia, PA" +361,60,195,"New Orleans, LA",195,"New Orleans, LA" +361,61,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +361,62,152,"Mobile, AL",152,"Mobile, AL" +361,63,172,"Port Everglades, FL",172,"Port Everglades, FL" +361,64,257,"Houston, TX",257,"Houston, TX" +361,65,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +361,66,253,"Beaumont, TX",253,"Beaumont, TX" +361,67,152,"Mobile, AL",152,"Mobile, AL" +361,68,177,"Savannah, GA",177,"Savannah, GA" +361,69,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +361,70,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +361,71,177,"Savannah, GA",177,"Savannah, GA" +361,72,245,"Charleston, SC",245,"Charleston, SC" +361,73,208,"Pascagoula, MS",208,"Pascagoula, MS" +361,74,152,"Mobile, AL",152,"Mobile, AL" +361,75,194,"Lake Charles, LA",194,"Lake Charles, LA" +361,76,253,"Beaumont, TX",253,"Beaumont, TX" +361,77,177,"Savannah, GA",177,"Savannah, GA" +361,78,172,"Port Everglades, FL",172,"Port Everglades, FL" +361,79,253,"Beaumont, TX",253,"Beaumont, TX" +361,80,172,"Port Everglades, FL",172,"Port Everglades, FL" +361,81,194,"Lake Charles, LA",194,"Lake Charles, LA" +361,82,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +361,83,152,"Mobile, AL",152,"Mobile, AL" +361,84,253,"Beaumont, TX",253,"Beaumont, TX" +361,85,172,"Port Everglades, FL",172,"Port Everglades, FL" +361,86,253,"Beaumont, TX",253,"Beaumont, TX" +361,87,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +361,88,152,"Mobile, AL",152,"Mobile, AL" +361,89,245,"Charleston, SC",245,"Charleston, SC" +361,90,253,"Beaumont, TX",253,"Beaumont, TX" +361,91,152,"Mobile, AL",152,"Mobile, AL" +361,92,257,"Houston, TX",257,"Houston, TX" +361,93,257,"Houston, TX",257,"Houston, TX" +361,94,194,"Lake Charles, LA",194,"Lake Charles, LA" +361,95,229,"Wilmington, NC",229,"Wilmington, NC" +361,96,195,"New Orleans, LA",195,"New Orleans, LA" +361,97,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +361,98,195,"New Orleans, LA",195,"New Orleans, LA" +361,99,177,"Savannah, GA",177,"Savannah, GA" +361,100,257,"Houston, TX",257,"Houston, TX" +361,101,245,"Charleston, SC",245,"Charleston, SC" +361,102,257,"Houston, TX",257,"Houston, TX" +361,103,172,"Port Everglades, FL",172,"Port Everglades, FL" +361,104,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +361,105,177,"Savannah, GA",177,"Savannah, GA" +361,106,257,"Houston, TX",257,"Houston, TX" +361,107,152,"Mobile, AL",152,"Mobile, AL" +361,108,195,"New Orleans, LA",195,"New Orleans, LA" +361,109,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +361,110,257,"Houston, TX",257,"Houston, TX" +361,111,257,"Houston, TX",257,"Houston, TX" +361,112,194,"Lake Charles, LA",194,"Lake Charles, LA" +361,113,253,"Beaumont, TX",253,"Beaumont, TX" +361,114,194,"Lake Charles, LA",194,"Lake Charles, LA" +361,115,195,"New Orleans, LA",195,"New Orleans, LA" +361,116,195,"New Orleans, LA",195,"New Orleans, LA" +361,117,253,"Beaumont, TX",253,"Beaumont, TX" +361,118,194,"Lake Charles, LA",194,"Lake Charles, LA" +361,119,172,"Port Everglades, FL",172,"Port Everglades, FL" +361,120,195,"New Orleans, LA",195,"New Orleans, LA" +361,121,195,"New Orleans, LA",195,"New Orleans, LA" +361,122,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +361,123,195,"New Orleans, LA",195,"New Orleans, LA" +361,124,194,"Lake Charles, LA",194,"Lake Charles, LA" +361,125,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +361,126,177,"Savannah, GA",177,"Savannah, GA" +361,127,177,"Savannah, GA",177,"Savannah, GA" +361,128,152,"Mobile, AL",152,"Mobile, AL" +361,129,195,"New Orleans, LA",195,"New Orleans, LA" +361,130,245,"Charleston, SC",245,"Charleston, SC" +361,131,253,"Beaumont, TX",253,"Beaumont, TX" +361,132,174,"Tampa, FL",174,"Tampa, FL" +361,151,194,"Lake Charles, LA",257,"Houston, TX" +361,152,257,"Houston, TX",174,"Tampa, FL" +361,153,253,"Beaumont, TX",257,"Houston, TX" +361,154,154,"Anchorage, AK",154,"Anchorage, AK" +361,155,257,"Houston, TX",195,"New Orleans, LA" +361,156,254,"Corpus Christi, TX",253,"Beaumont, TX" +361,157,253,"Beaumont, TX",195,"New Orleans, LA" +361,158,257,"Houston, TX",177,"Savannah, GA" +361,159,177,"Savannah, GA",159,"Long Beach, CA" +361,160,253,"Beaumont, TX",159,"Long Beach, CA" +361,161,159,"Long Beach, CA",159,"Long Beach, CA" +361,162,195,"New Orleans, LA",195,"New Orleans, LA" +361,163,208,"Pascagoula, MS",159,"Long Beach, CA" +361,164,195,"New Orleans, LA",195,"New Orleans, LA" +361,165,208,"Pascagoula, MS",208,"Pascagoula, MS" +361,166,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +361,167,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +361,168,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +361,169,193,"Baton Rouge, LA",245,"Charleston, SC" +361,170,195,"New Orleans, LA",253,"Beaumont, TX" +361,171,172,"Port Everglades, FL",174,"Tampa, FL" +361,172,229,"Wilmington, NC",172,"Port Everglades, FL" +361,173,172,"Port Everglades, FL",254,"Corpus Christi, TX" +361,174,174,"Tampa, FL",195,"New Orleans, LA" +361,175,195,"New Orleans, LA",171,"Jacksonville, FL" +361,176,172,"Port Everglades, FL",195,"New Orleans, LA" +361,177,152,"Mobile, AL",195,"New Orleans, LA" +361,178,257,"Houston, TX",195,"New Orleans, LA" +361,179,179,"Honolulu, HI",179,"Honolulu, HI" +361,180,179,"Honolulu, HI",179,"Honolulu, HI" +361,181,195,"New Orleans, LA",195,"New Orleans, LA" +361,183,253,"Beaumont, TX",253,"Beaumont, TX" +361,184,194,"Lake Charles, LA",195,"New Orleans, LA" +361,185,172,"Port Everglades, FL",257,"Houston, TX" +361,186,257,"Houston, TX",195,"New Orleans, LA" +361,187,254,"Corpus Christi, TX",171,"Jacksonville, FL" +361,188,254,"Corpus Christi, TX",257,"Houston, TX" +361,189,253,"Beaumont, TX",194,"Lake Charles, LA" +361,190,195,"New Orleans, LA",195,"New Orleans, LA" +361,191,174,"Tampa, FL",171,"Jacksonville, FL" +361,192,195,"New Orleans, LA",208,"Pascagoula, MS" +361,193,257,"Houston, TX",177,"Savannah, GA" +361,194,208,"Pascagoula, MS",253,"Beaumont, TX" +361,195,208,"Pascagoula, MS",152,"Mobile, AL" +361,196,152,"Mobile, AL",195,"New Orleans, LA" +361,197,193,"Baton Rouge, LA",217,"New York, NY and NJ" +361,198,172,"Port Everglades, FL",177,"Savannah, GA" +361,199,198,"Baltimore, MD",245,"Charleston, SC" +361,200,253,"Beaumont, TX",201,"Boston, MA" +361,201,254,"Corpus Christi, TX",245,"Charleston, SC" +361,202,218,"Camden-Gloucester, NJ",244,"Providence, RI" +361,203,178,"Brunswick, GA",194,"Lake Charles, LA" +361,204,174,"Tampa, FL",253,"Beaumont, TX" +361,205,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +361,206,177,"Savannah, GA",208,"Pascagoula, MS" +361,207,177,"Savannah, GA",195,"New Orleans, LA" +361,208,257,"Houston, TX",208,"Pascagoula, MS" +361,209,195,"New Orleans, LA",195,"New Orleans, LA" +361,210,253,"Beaumont, TX",193,"Baton Rouge, LA" +361,211,193,"Baton Rouge, LA",174,"Tampa, FL" +361,212,195,"New Orleans, LA",253,"Beaumont, TX" +361,213,177,"Savannah, GA",152,"Mobile, AL" +361,214,257,"Houston, TX",171,"Jacksonville, FL" +361,215,195,"New Orleans, LA",195,"New Orleans, LA" +361,216,218,"Camden-Gloucester, NJ",208,"Pascagoula, MS" +361,217,198,"Baltimore, MD",245,"Charleston, SC" +361,218,198,"Baltimore, MD",171,"Jacksonville, FL" +361,219,245,"Charleston, SC",208,"Pascagoula, MS" +361,220,194,"Lake Charles, LA",194,"Lake Charles, LA" +361,221,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +361,222,245,"Charleston, SC",172,"Port Everglades, FL" +361,223,257,"Houston, TX",217,"New York, NY and NJ" +361,224,172,"Port Everglades, FL",217,"New York, NY and NJ" +361,225,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +361,226,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +361,227,195,"New Orleans, LA",174,"Tampa, FL" +361,228,152,"Mobile, AL",177,"Savannah, GA" +361,229,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +361,230,257,"Houston, TX",159,"Long Beach, CA" +361,231,177,"Savannah, GA",177,"Savannah, GA" +361,232,195,"New Orleans, LA",195,"New Orleans, LA" +361,233,245,"Charleston, SC",245,"Charleston, SC" +361,234,195,"New Orleans, LA",253,"Beaumont, TX" +361,235,193,"Baton Rouge, LA",195,"New Orleans, LA" +361,236,257,"Houston, TX",253,"Beaumont, TX" +361,237,253,"Beaumont, TX",195,"New Orleans, LA" +361,238,253,"Beaumont, TX",257,"Houston, TX" +361,239,159,"Long Beach, CA",159,"Long Beach, CA" +361,240,239,"Portland, OR",194,"Lake Charles, LA" +361,241,172,"Port Everglades, FL",171,"Jacksonville, FL" +361,242,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +361,243,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +361,244,152,"Mobile, AL",171,"Jacksonville, FL" +361,245,195,"New Orleans, LA",171,"Jacksonville, FL" +361,246,245,"Charleston, SC",174,"Tampa, FL" +361,247,172,"Port Everglades, FL",257,"Houston, TX" +361,248,208,"Pascagoula, MS",217,"New York, NY and NJ" +361,249,193,"Baton Rouge, LA",195,"New Orleans, LA" +361,250,194,"Lake Charles, LA",194,"Lake Charles, LA" +361,251,253,"Beaumont, TX",171,"Jacksonville, FL" +361,252,253,"Beaumont, TX",253,"Beaumont, TX" +361,253,253,"Beaumont, TX",245,"Charleston, SC" +361,254,193,"Baton Rouge, LA",253,"Beaumont, TX" +361,255,174,"Tampa, FL",254,"Corpus Christi, TX" +361,256,195,"New Orleans, LA",257,"Houston, TX" +361,257,195,"New Orleans, LA",171,"Jacksonville, FL" +361,258,194,"Lake Charles, LA",193,"Baton Rouge, LA" +361,259,253,"Beaumont, TX",254,"Corpus Christi, TX" +361,260,174,"Tampa, FL",254,"Corpus Christi, TX" +361,261,257,"Houston, TX",159,"Long Beach, CA" +361,262,177,"Savannah, GA",159,"Long Beach, CA" +361,263,244,"Providence, RI",174,"Tampa, FL" +361,264,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +361,265,195,"New Orleans, LA",195,"New Orleans, LA" +361,266,172,"Port Everglades, FL",174,"Tampa, FL" +361,267,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +361,268,152,"Mobile, AL",159,"Long Beach, CA" +361,269,159,"Long Beach, CA",195,"New Orleans, LA" +361,270,257,"Houston, TX",177,"Savannah, GA" +361,271,253,"Beaumont, TX",194,"Lake Charles, LA" +361,272,253,"Beaumont, TX",172,"Port Everglades, FL" +361,273,253,"Beaumont, TX",193,"Baton Rouge, LA" +362,1,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +362,2,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +362,3,201,"Boston, MA",201,"Boston, MA" +362,4,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,5,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +362,6,217,"New York, NY and NJ",217,"New York, NY and NJ" +362,7,201,"Boston, MA",201,"Boston, MA" +362,8,198,"Baltimore, MD",198,"Baltimore, MD" +362,9,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,10,217,"New York, NY and NJ",217,"New York, NY and NJ" +362,11,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,12,217,"New York, NY and NJ",217,"New York, NY and NJ" +362,13,217,"New York, NY and NJ",217,"New York, NY and NJ" +362,14,198,"Baltimore, MD",198,"Baltimore, MD" +362,15,217,"New York, NY and NJ",217,"New York, NY and NJ" +362,16,217,"New York, NY and NJ",217,"New York, NY and NJ" +362,17,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,18,201,"Boston, MA",201,"Boston, MA" +362,19,198,"Baltimore, MD",198,"Baltimore, MD" +362,20,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,21,217,"New York, NY and NJ",217,"New York, NY and NJ" +362,22,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +362,23,197,"Portland, ME",197,"Portland, ME" +362,24,198,"Baltimore, MD",198,"Baltimore, MD" +362,25,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,26,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,27,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +362,28,241,"Philadelphia, PA",241,"Philadelphia, PA" +362,29,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,30,217,"New York, NY and NJ",217,"New York, NY and NJ" +362,31,201,"Boston, MA",201,"Boston, MA" +362,32,198,"Baltimore, MD",198,"Baltimore, MD" +362,33,217,"New York, NY and NJ",217,"New York, NY and NJ" +362,34,197,"Portland, ME",197,"Portland, ME" +362,35,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,36,217,"New York, NY and NJ",217,"New York, NY and NJ" +362,37,201,"Boston, MA",201,"Boston, MA" +362,38,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,39,197,"Portland, ME",197,"Portland, ME" +362,40,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,41,197,"Portland, ME",197,"Portland, ME" +362,42,197,"Portland, ME",197,"Portland, ME" +362,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,44,217,"New York, NY and NJ",217,"New York, NY and NJ" +362,45,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +362,46,217,"New York, NY and NJ",217,"New York, NY and NJ" +362,47,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,48,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,49,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +362,50,197,"Portland, ME",197,"Portland, ME" +362,51,201,"Boston, MA",201,"Boston, MA" +362,52,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,53,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +362,54,197,"Portland, ME",197,"Portland, ME" +362,55,197,"Portland, ME",197,"Portland, ME" +362,56,201,"Boston, MA",201,"Boston, MA" +362,57,241,"Philadelphia, PA",241,"Philadelphia, PA" +362,58,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,59,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,60,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,61,241,"Philadelphia, PA",241,"Philadelphia, PA" +362,62,241,"Philadelphia, PA",241,"Philadelphia, PA" +362,63,217,"New York, NY and NJ",217,"New York, NY and NJ" +362,64,197,"Portland, ME",197,"Portland, ME" +362,65,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +362,66,244,"Providence, RI",244,"Providence, RI" +362,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +362,68,198,"Baltimore, MD",198,"Baltimore, MD" +362,69,217,"New York, NY and NJ",217,"New York, NY and NJ" +362,70,198,"Baltimore, MD",198,"Baltimore, MD" +362,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,72,198,"Baltimore, MD",198,"Baltimore, MD" +362,73,241,"Philadelphia, PA",241,"Philadelphia, PA" +362,74,217,"New York, NY and NJ",217,"New York, NY and NJ" +362,75,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +362,76,198,"Baltimore, MD",198,"Baltimore, MD" +362,77,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +362,78,197,"Portland, ME",197,"Portland, ME" +362,79,198,"Baltimore, MD",198,"Baltimore, MD" +362,80,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +362,81,244,"Providence, RI",244,"Providence, RI" +362,82,201,"Boston, MA",201,"Boston, MA" +362,83,201,"Boston, MA",201,"Boston, MA" +362,84,244,"Providence, RI",244,"Providence, RI" +362,85,217,"New York, NY and NJ",217,"New York, NY and NJ" +362,86,201,"Boston, MA",201,"Boston, MA" +362,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,88,198,"Baltimore, MD",198,"Baltimore, MD" +362,89,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +362,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,92,198,"Baltimore, MD",198,"Baltimore, MD" +362,93,241,"Philadelphia, PA",241,"Philadelphia, PA" +362,94,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +362,95,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,96,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +362,97,198,"Baltimore, MD",198,"Baltimore, MD" +362,98,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +362,99,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,100,244,"Providence, RI",244,"Providence, RI" +362,101,201,"Boston, MA",201,"Boston, MA" +362,102,197,"Portland, ME",197,"Portland, ME" +362,103,201,"Boston, MA",201,"Boston, MA" +362,104,241,"Philadelphia, PA",241,"Philadelphia, PA" +362,105,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,106,197,"Portland, ME",197,"Portland, ME" +362,107,201,"Boston, MA",201,"Boston, MA" +362,108,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +362,109,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +362,110,217,"New York, NY and NJ",217,"New York, NY and NJ" +362,111,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +362,112,201,"Boston, MA",201,"Boston, MA" +362,113,241,"Philadelphia, PA",241,"Philadelphia, PA" +362,114,241,"Philadelphia, PA",241,"Philadelphia, PA" +362,115,201,"Boston, MA",201,"Boston, MA" +362,116,198,"Baltimore, MD",198,"Baltimore, MD" +362,117,197,"Portland, ME",197,"Portland, ME" +362,118,241,"Philadelphia, PA",241,"Philadelphia, PA" +362,119,198,"Baltimore, MD",198,"Baltimore, MD" +362,120,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,121,197,"Portland, ME",197,"Portland, ME" +362,122,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,123,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,124,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +362,125,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +362,126,217,"New York, NY and NJ",217,"New York, NY and NJ" +362,127,241,"Philadelphia, PA",241,"Philadelphia, PA" +362,128,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,129,198,"Baltimore, MD",198,"Baltimore, MD" +362,130,198,"Baltimore, MD",198,"Baltimore, MD" +362,131,198,"Baltimore, MD",198,"Baltimore, MD" +362,132,198,"Baltimore, MD",198,"Baltimore, MD" +362,151,241,"Philadelphia, PA",198,"Baltimore, MD" +362,152,198,"Baltimore, MD",217,"New York, NY and NJ" +362,153,169,"Wilmington, DE",229,"Wilmington, NC" +362,154,154,"Anchorage, AK",154,"Anchorage, AK" +362,155,217,"New York, NY and NJ",241,"Philadelphia, PA" +362,156,198,"Baltimore, MD",223,"New York, NY and NJ" +362,157,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +362,158,201,"Boston, MA",218,"Camden-Gloucester, NJ" +362,159,197,"Portland, ME",217,"New York, NY and NJ" +362,160,201,"Boston, MA",197,"Portland, ME" +362,161,223,"New York, NY and NJ",241,"Philadelphia, PA" +362,162,217,"New York, NY and NJ",197,"Portland, ME" +362,163,241,"Philadelphia, PA",223,"New York, NY and NJ" +362,164,197,"Portland, ME",241,"Philadelphia, PA" +362,165,223,"New York, NY and NJ",201,"Boston, MA" +362,166,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +362,167,198,"Baltimore, MD",217,"New York, NY and NJ" +362,168,217,"New York, NY and NJ",217,"New York, NY and NJ" +362,169,197,"Portland, ME",218,"Camden-Gloucester, NJ" +362,170,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +362,171,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +362,172,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +362,173,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +362,174,223,"New York, NY and NJ",245,"Charleston, SC" +362,175,218,"Camden-Gloucester, NJ",201,"Boston, MA" +362,176,177,"Savannah, GA",198,"Baltimore, MD" +362,177,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +362,178,197,"Portland, ME",229,"Wilmington, NC" +362,179,179,"Honolulu, HI",179,"Honolulu, HI" +362,180,179,"Honolulu, HI",179,"Honolulu, HI" +362,181,223,"New York, NY and NJ",217,"New York, NY and NJ" +362,183,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +362,184,197,"Portland, ME",223,"New York, NY and NJ" +362,185,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +362,186,198,"Baltimore, MD",223,"New York, NY and NJ" +362,187,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +362,188,217,"New York, NY and NJ",241,"Philadelphia, PA" +362,189,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +362,190,197,"Portland, ME",197,"Portland, ME" +362,191,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,192,241,"Philadelphia, PA",223,"New York, NY and NJ" +362,193,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +362,194,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +362,195,197,"Portland, ME",229,"Wilmington, NC" +362,196,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +362,197,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +362,198,223,"New York, NY and NJ",198,"Baltimore, MD" +362,199,217,"New York, NY and NJ",197,"Portland, ME" +362,200,198,"Baltimore, MD",241,"Philadelphia, PA" +362,201,244,"Providence, RI",201,"Boston, MA" +362,202,241,"Philadelphia, PA",244,"Providence, RI" +362,203,217,"New York, NY and NJ",223,"New York, NY and NJ" +362,204,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,205,217,"New York, NY and NJ",223,"New York, NY and NJ" +362,206,217,"New York, NY and NJ",223,"New York, NY and NJ" +362,207,217,"New York, NY and NJ",217,"New York, NY and NJ" +362,208,198,"Baltimore, MD",217,"New York, NY and NJ" +362,209,201,"Boston, MA",197,"Portland, ME" +362,210,197,"Portland, ME",223,"New York, NY and NJ" +362,211,198,"Baltimore, MD",217,"New York, NY and NJ" +362,212,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +362,213,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,214,201,"Boston, MA",223,"New York, NY and NJ" +362,215,217,"New York, NY and NJ",197,"Portland, ME" +362,216,241,"Philadelphia, PA",197,"Portland, ME" +362,217,201,"Boston, MA",217,"New York, NY and NJ" +362,218,223,"New York, NY and NJ",217,"New York, NY and NJ" +362,219,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +362,220,217,"New York, NY and NJ",241,"Philadelphia, PA" +362,221,217,"New York, NY and NJ",197,"Portland, ME" +362,222,241,"Philadelphia, PA",223,"New York, NY and NJ" +362,223,241,"Philadelphia, PA",217,"New York, NY and NJ" +362,224,198,"Baltimore, MD",217,"New York, NY and NJ" +362,225,198,"Baltimore, MD",244,"Providence, RI" +362,226,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +362,227,217,"New York, NY and NJ",217,"New York, NY and NJ" +362,228,217,"New York, NY and NJ",217,"New York, NY and NJ" +362,229,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +362,230,201,"Boston, MA",223,"New York, NY and NJ" +362,231,217,"New York, NY and NJ",223,"New York, NY and NJ" +362,232,223,"New York, NY and NJ",223,"New York, NY and NJ" +362,233,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +362,234,201,"Boston, MA",223,"New York, NY and NJ" +362,235,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +362,236,198,"Baltimore, MD",217,"New York, NY and NJ" +362,237,201,"Boston, MA",265,"Norfolk Harbor, VA" +362,238,217,"New York, NY and NJ",197,"Portland, ME" +362,239,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +362,240,201,"Boston, MA",244,"Providence, RI" +362,241,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +362,242,223,"New York, NY and NJ",244,"Providence, RI" +362,243,244,"Providence, RI",265,"Norfolk Harbor, VA" +362,244,197,"Portland, ME",223,"New York, NY and NJ" +362,245,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +362,246,244,"Providence, RI",241,"Philadelphia, PA" +362,247,244,"Providence, RI",265,"Norfolk Harbor, VA" +362,248,197,"Portland, ME",223,"New York, NY and NJ" +362,249,241,"Philadelphia, PA",197,"Portland, ME" +362,250,217,"New York, NY and NJ",217,"New York, NY and NJ" +362,251,197,"Portland, ME",265,"Norfolk Harbor, VA" +362,252,197,"Portland, ME",265,"Norfolk Harbor, VA" +362,253,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +362,254,223,"New York, NY and NJ",217,"New York, NY and NJ" +362,255,223,"New York, NY and NJ",197,"Portland, ME" +362,256,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +362,257,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +362,258,198,"Baltimore, MD",152,"Mobile, AL" +362,259,198,"Baltimore, MD",193,"Baton Rouge, LA" +362,260,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +362,261,241,"Philadelphia, PA",201,"Boston, MA" +362,262,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +362,263,217,"New York, NY and NJ",197,"Portland, ME" +362,264,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +362,265,198,"Baltimore, MD",223,"New York, NY and NJ" +362,266,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +362,267,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +362,268,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +362,269,201,"Boston, MA",198,"Baltimore, MD" +362,270,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +362,271,265,"Norfolk Harbor, VA",197,"Portland, ME" +362,272,198,"Baltimore, MD",197,"Portland, ME" +362,273,217,"New York, NY and NJ",223,"New York, NY and NJ" +363,1,195,"New Orleans, LA",195,"New Orleans, LA" +363,2,195,"New Orleans, LA",195,"New Orleans, LA" +363,3,172,"Port Everglades, FL",172,"Port Everglades, FL" +363,4,171,"Jacksonville, FL",171,"Jacksonville, FL" +363,5,195,"New Orleans, LA",195,"New Orleans, LA" +363,6,152,"Mobile, AL",152,"Mobile, AL" +363,7,253,"Beaumont, TX",253,"Beaumont, TX" +363,8,174,"Tampa, FL",174,"Tampa, FL" +363,9,208,"Pascagoula, MS",208,"Pascagoula, MS" +363,10,172,"Port Everglades, FL",172,"Port Everglades, FL" +363,11,195,"New Orleans, LA",195,"New Orleans, LA" +363,12,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +363,13,253,"Beaumont, TX",253,"Beaumont, TX" +363,14,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +363,15,195,"New Orleans, LA",195,"New Orleans, LA" +363,16,195,"New Orleans, LA",195,"New Orleans, LA" +363,17,253,"Beaumont, TX",253,"Beaumont, TX" +363,18,195,"New Orleans, LA",195,"New Orleans, LA" +363,19,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +363,20,253,"Beaumont, TX",253,"Beaumont, TX" +363,21,169,"Wilmington, DE",169,"Wilmington, DE" +363,22,195,"New Orleans, LA",195,"New Orleans, LA" +363,23,195,"New Orleans, LA",195,"New Orleans, LA" +363,24,172,"Port Everglades, FL",172,"Port Everglades, FL" +363,25,195,"New Orleans, LA",195,"New Orleans, LA" +363,26,208,"Pascagoula, MS",208,"Pascagoula, MS" +363,27,257,"Houston, TX",257,"Houston, TX" +363,28,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +363,29,195,"New Orleans, LA",195,"New Orleans, LA" +363,30,195,"New Orleans, LA",195,"New Orleans, LA" +363,31,257,"Houston, TX",257,"Houston, TX" +363,32,172,"Port Everglades, FL",172,"Port Everglades, FL" +363,33,152,"Mobile, AL",152,"Mobile, AL" +363,34,195,"New Orleans, LA",195,"New Orleans, LA" +363,35,172,"Port Everglades, FL",172,"Port Everglades, FL" +363,36,152,"Mobile, AL",152,"Mobile, AL" +363,37,253,"Beaumont, TX",253,"Beaumont, TX" +363,38,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +363,39,195,"New Orleans, LA",195,"New Orleans, LA" +363,40,195,"New Orleans, LA",195,"New Orleans, LA" +363,41,253,"Beaumont, TX",253,"Beaumont, TX" +363,42,195,"New Orleans, LA",195,"New Orleans, LA" +363,43,152,"Mobile, AL",152,"Mobile, AL" +363,44,195,"New Orleans, LA",195,"New Orleans, LA" +363,45,194,"Lake Charles, LA",194,"Lake Charles, LA" +363,46,152,"Mobile, AL",152,"Mobile, AL" +363,47,195,"New Orleans, LA",195,"New Orleans, LA" +363,48,195,"New Orleans, LA",195,"New Orleans, LA" +363,49,152,"Mobile, AL",152,"Mobile, AL" +363,50,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +363,51,152,"Mobile, AL",152,"Mobile, AL" +363,52,195,"New Orleans, LA",195,"New Orleans, LA" +363,53,208,"Pascagoula, MS",208,"Pascagoula, MS" +363,54,172,"Port Everglades, FL",172,"Port Everglades, FL" +363,55,253,"Beaumont, TX",253,"Beaumont, TX" +363,56,195,"New Orleans, LA",195,"New Orleans, LA" +363,57,195,"New Orleans, LA",195,"New Orleans, LA" +363,58,177,"Savannah, GA",177,"Savannah, GA" +363,59,201,"Boston, MA",201,"Boston, MA" +363,60,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +363,61,195,"New Orleans, LA",195,"New Orleans, LA" +363,62,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +363,63,172,"Port Everglades, FL",172,"Port Everglades, FL" +363,64,195,"New Orleans, LA",195,"New Orleans, LA" +363,65,152,"Mobile, AL",152,"Mobile, AL" +363,66,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +363,67,195,"New Orleans, LA",195,"New Orleans, LA" +363,68,195,"New Orleans, LA",195,"New Orleans, LA" +363,69,195,"New Orleans, LA",195,"New Orleans, LA" +363,70,172,"Port Everglades, FL",172,"Port Everglades, FL" +363,71,195,"New Orleans, LA",195,"New Orleans, LA" +363,72,152,"Mobile, AL",152,"Mobile, AL" +363,73,195,"New Orleans, LA",195,"New Orleans, LA" +363,74,195,"New Orleans, LA",195,"New Orleans, LA" +363,75,195,"New Orleans, LA",195,"New Orleans, LA" +363,76,195,"New Orleans, LA",195,"New Orleans, LA" +363,77,195,"New Orleans, LA",195,"New Orleans, LA" +363,78,195,"New Orleans, LA",195,"New Orleans, LA" +363,79,195,"New Orleans, LA",195,"New Orleans, LA" +363,80,178,"Brunswick, GA",178,"Brunswick, GA" +363,81,195,"New Orleans, LA",195,"New Orleans, LA" +363,82,195,"New Orleans, LA",195,"New Orleans, LA" +363,83,152,"Mobile, AL",152,"Mobile, AL" +363,84,208,"Pascagoula, MS",208,"Pascagoula, MS" +363,85,172,"Port Everglades, FL",172,"Port Everglades, FL" +363,86,152,"Mobile, AL",152,"Mobile, AL" +363,87,195,"New Orleans, LA",195,"New Orleans, LA" +363,88,195,"New Orleans, LA",195,"New Orleans, LA" +363,89,195,"New Orleans, LA",195,"New Orleans, LA" +363,90,152,"Mobile, AL",152,"Mobile, AL" +363,91,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +363,92,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +363,93,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +363,94,195,"New Orleans, LA",195,"New Orleans, LA" +363,95,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +363,96,253,"Beaumont, TX",253,"Beaumont, TX" +363,97,194,"Lake Charles, LA",194,"Lake Charles, LA" +363,98,152,"Mobile, AL",152,"Mobile, AL" +363,99,195,"New Orleans, LA",195,"New Orleans, LA" +363,100,195,"New Orleans, LA",195,"New Orleans, LA" +363,101,195,"New Orleans, LA",195,"New Orleans, LA" +363,102,174,"Tampa, FL",174,"Tampa, FL" +363,103,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +363,104,195,"New Orleans, LA",195,"New Orleans, LA" +363,105,152,"Mobile, AL",152,"Mobile, AL" +363,106,195,"New Orleans, LA",195,"New Orleans, LA" +363,107,152,"Mobile, AL",152,"Mobile, AL" +363,108,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +363,109,172,"Port Everglades, FL",172,"Port Everglades, FL" +363,110,152,"Mobile, AL",152,"Mobile, AL" +363,111,195,"New Orleans, LA",195,"New Orleans, LA" +363,112,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +363,113,171,"Jacksonville, FL",171,"Jacksonville, FL" +363,114,171,"Jacksonville, FL",171,"Jacksonville, FL" +363,115,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +363,116,174,"Tampa, FL",174,"Tampa, FL" +363,117,177,"Savannah, GA",177,"Savannah, GA" +363,118,174,"Tampa, FL",174,"Tampa, FL" +363,119,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +363,120,177,"Savannah, GA",177,"Savannah, GA" +363,121,152,"Mobile, AL",152,"Mobile, AL" +363,122,195,"New Orleans, LA",195,"New Orleans, LA" +363,123,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +363,124,195,"New Orleans, LA",195,"New Orleans, LA" +363,125,195,"New Orleans, LA",195,"New Orleans, LA" +363,126,171,"Jacksonville, FL",171,"Jacksonville, FL" +363,127,177,"Savannah, GA",177,"Savannah, GA" +363,128,195,"New Orleans, LA",195,"New Orleans, LA" +363,129,195,"New Orleans, LA",195,"New Orleans, LA" +363,130,174,"Tampa, FL",174,"Tampa, FL" +363,131,194,"Lake Charles, LA",194,"Lake Charles, LA" +363,132,178,"Brunswick, GA",178,"Brunswick, GA" +363,151,193,"Baton Rouge, LA",152,"Mobile, AL" +363,152,195,"New Orleans, LA",253,"Beaumont, TX" +363,153,195,"New Orleans, LA",193,"Baton Rouge, LA" +363,154,154,"Anchorage, AK",154,"Anchorage, AK" +363,155,257,"Houston, TX",257,"Houston, TX" +363,156,253,"Beaumont, TX",195,"New Orleans, LA" +363,157,195,"New Orleans, LA",195,"New Orleans, LA" +363,158,174,"Tampa, FL",194,"Lake Charles, LA" +363,159,254,"Corpus Christi, TX",257,"Houston, TX" +363,160,257,"Houston, TX",253,"Beaumont, TX" +363,161,257,"Houston, TX",194,"Lake Charles, LA" +363,162,253,"Beaumont, TX",174,"Tampa, FL" +363,163,253,"Beaumont, TX",253,"Beaumont, TX" +363,164,254,"Corpus Christi, TX",195,"New Orleans, LA" +363,165,193,"Baton Rouge, LA",253,"Beaumont, TX" +363,166,195,"New Orleans, LA",178,"Brunswick, GA" +363,167,174,"Tampa, FL",198,"Baltimore, MD" +363,168,195,"New Orleans, LA",217,"New York, NY and NJ" +363,169,174,"Tampa, FL",152,"Mobile, AL" +363,170,195,"New Orleans, LA",193,"Baton Rouge, LA" +363,171,171,"Jacksonville, FL",152,"Mobile, AL" +363,172,195,"New Orleans, LA",152,"Mobile, AL" +363,173,177,"Savannah, GA",177,"Savannah, GA" +363,174,253,"Beaumont, TX",195,"New Orleans, LA" +363,175,152,"Mobile, AL",171,"Jacksonville, FL" +363,176,177,"Savannah, GA",172,"Port Everglades, FL" +363,177,171,"Jacksonville, FL",177,"Savannah, GA" +363,178,171,"Jacksonville, FL",152,"Mobile, AL" +363,179,179,"Honolulu, HI",179,"Honolulu, HI" +363,180,179,"Honolulu, HI",179,"Honolulu, HI" +363,181,257,"Houston, TX",152,"Mobile, AL" +363,183,174,"Tampa, FL",152,"Mobile, AL" +363,184,195,"New Orleans, LA",253,"Beaumont, TX" +363,185,152,"Mobile, AL",195,"New Orleans, LA" +363,186,195,"New Orleans, LA",195,"New Orleans, LA" +363,187,208,"Pascagoula, MS",208,"Pascagoula, MS" +363,188,193,"Baton Rouge, LA",253,"Beaumont, TX" +363,189,195,"New Orleans, LA",195,"New Orleans, LA" +363,190,195,"New Orleans, LA",195,"New Orleans, LA" +363,191,152,"Mobile, AL",195,"New Orleans, LA" +363,192,152,"Mobile, AL",195,"New Orleans, LA" +363,193,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +363,194,208,"Pascagoula, MS",253,"Beaumont, TX" +363,195,195,"New Orleans, LA",195,"New Orleans, LA" +363,196,195,"New Orleans, LA",195,"New Orleans, LA" +363,197,195,"New Orleans, LA",172,"Port Everglades, FL" +363,198,177,"Savannah, GA",174,"Tampa, FL" +363,199,193,"Baton Rouge, LA",152,"Mobile, AL" +363,200,152,"Mobile, AL",177,"Savannah, GA" +363,201,177,"Savannah, GA",177,"Savannah, GA" +363,202,195,"New Orleans, LA",178,"Brunswick, GA" +363,203,193,"Baton Rouge, LA",195,"New Orleans, LA" +363,204,195,"New Orleans, LA",193,"Baton Rouge, LA" +363,205,152,"Mobile, AL",152,"Mobile, AL" +363,206,195,"New Orleans, LA",195,"New Orleans, LA" +363,207,171,"Jacksonville, FL",195,"New Orleans, LA" +363,208,172,"Port Everglades, FL",195,"New Orleans, LA" +363,209,254,"Corpus Christi, TX",257,"Houston, TX" +363,210,152,"Mobile, AL",195,"New Orleans, LA" +363,211,254,"Corpus Christi, TX",195,"New Orleans, LA" +363,212,174,"Tampa, FL",193,"Baton Rouge, LA" +363,213,257,"Houston, TX",195,"New Orleans, LA" +363,214,195,"New Orleans, LA",254,"Corpus Christi, TX" +363,215,195,"New Orleans, LA",257,"Houston, TX" +363,216,195,"New Orleans, LA",245,"Charleston, SC" +363,217,177,"Savannah, GA",245,"Charleston, SC" +363,218,193,"Baton Rouge, LA",265,"Norfolk Harbor, VA" +363,219,208,"Pascagoula, MS",152,"Mobile, AL" +363,220,152,"Mobile, AL",257,"Houston, TX" +363,221,172,"Port Everglades, FL",177,"Savannah, GA" +363,222,174,"Tampa, FL",195,"New Orleans, LA" +363,223,195,"New Orleans, LA",217,"New York, NY and NJ" +363,224,177,"Savannah, GA",177,"Savannah, GA" +363,225,172,"Port Everglades, FL",152,"Mobile, AL" +363,226,178,"Brunswick, GA",172,"Port Everglades, FL" +363,227,152,"Mobile, AL",171,"Jacksonville, FL" +363,228,177,"Savannah, GA",171,"Jacksonville, FL" +363,229,257,"Houston, TX",195,"New Orleans, LA" +363,230,257,"Houston, TX",171,"Jacksonville, FL" +363,231,208,"Pascagoula, MS",195,"New Orleans, LA" +363,232,195,"New Orleans, LA",174,"Tampa, FL" +363,233,174,"Tampa, FL",195,"New Orleans, LA" +363,234,195,"New Orleans, LA",195,"New Orleans, LA" +363,235,193,"Baton Rouge, LA",178,"Brunswick, GA" +363,236,253,"Beaumont, TX",193,"Baton Rouge, LA" +363,237,257,"Houston, TX",195,"New Orleans, LA" +363,238,257,"Houston, TX",253,"Beaumont, TX" +363,239,195,"New Orleans, LA",257,"Houston, TX" +363,240,193,"Baton Rouge, LA",208,"Pascagoula, MS" +363,241,174,"Tampa, FL",171,"Jacksonville, FL" +363,242,152,"Mobile, AL",171,"Jacksonville, FL" +363,243,194,"Lake Charles, LA",171,"Jacksonville, FL" +363,244,152,"Mobile, AL",245,"Charleston, SC" +363,245,174,"Tampa, FL",245,"Charleston, SC" +363,246,172,"Port Everglades, FL",171,"Jacksonville, FL" +363,247,152,"Mobile, AL",172,"Port Everglades, FL" +363,248,193,"Baton Rouge, LA",194,"Lake Charles, LA" +363,249,195,"New Orleans, LA",152,"Mobile, AL" +363,250,195,"New Orleans, LA",152,"Mobile, AL" +363,251,195,"New Orleans, LA",152,"Mobile, AL" +363,252,257,"Houston, TX",254,"Corpus Christi, TX" +363,253,208,"Pascagoula, MS",152,"Mobile, AL" +363,254,257,"Houston, TX",257,"Houston, TX" +363,255,257,"Houston, TX",257,"Houston, TX" +363,256,254,"Corpus Christi, TX",195,"New Orleans, LA" +363,257,195,"New Orleans, LA",254,"Corpus Christi, TX" +363,258,152,"Mobile, AL",194,"Lake Charles, LA" +363,259,253,"Beaumont, TX",257,"Houston, TX" +363,260,254,"Corpus Christi, TX",152,"Mobile, AL" +363,261,193,"Baton Rouge, LA",254,"Corpus Christi, TX" +363,262,253,"Beaumont, TX",257,"Houston, TX" +363,263,195,"New Orleans, LA",195,"New Orleans, LA" +363,264,253,"Beaumont, TX",177,"Savannah, GA" +363,265,253,"Beaumont, TX",172,"Port Everglades, FL" +363,266,193,"Baton Rouge, LA",245,"Charleston, SC" +363,267,174,"Tampa, FL",245,"Charleston, SC" +363,268,195,"New Orleans, LA",195,"New Orleans, LA" +363,269,257,"Houston, TX",195,"New Orleans, LA" +363,270,177,"Savannah, GA",177,"Savannah, GA" +363,271,174,"Tampa, FL",193,"Baton Rouge, LA" +363,272,257,"Houston, TX",253,"Beaumont, TX" +363,273,257,"Houston, TX",257,"Houston, TX" +364,1,198,"Baltimore, MD",198,"Baltimore, MD" +364,2,244,"Providence, RI",244,"Providence, RI" +364,3,244,"Providence, RI",244,"Providence, RI" +364,4,241,"Philadelphia, PA",241,"Philadelphia, PA" +364,5,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +364,6,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +364,7,201,"Boston, MA",201,"Boston, MA" +364,8,201,"Boston, MA",201,"Boston, MA" +364,9,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +364,10,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +364,11,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +364,12,241,"Philadelphia, PA",241,"Philadelphia, PA" +364,13,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,14,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,15,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +364,16,201,"Boston, MA",201,"Boston, MA" +364,17,197,"Portland, ME",197,"Portland, ME" +364,18,244,"Providence, RI",244,"Providence, RI" +364,19,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,20,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,21,217,"New York, NY and NJ",217,"New York, NY and NJ" +364,22,201,"Boston, MA",201,"Boston, MA" +364,23,201,"Boston, MA",201,"Boston, MA" +364,24,198,"Baltimore, MD",198,"Baltimore, MD" +364,25,198,"Baltimore, MD",198,"Baltimore, MD" +364,26,197,"Portland, ME",197,"Portland, ME" +364,27,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,28,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,29,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,30,201,"Boston, MA",201,"Boston, MA" +364,31,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,32,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,33,201,"Boston, MA",201,"Boston, MA" +364,34,198,"Baltimore, MD",198,"Baltimore, MD" +364,35,197,"Portland, ME",197,"Portland, ME" +364,36,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,37,217,"New York, NY and NJ",217,"New York, NY and NJ" +364,38,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +364,39,201,"Boston, MA",201,"Boston, MA" +364,40,217,"New York, NY and NJ",217,"New York, NY and NJ" +364,41,197,"Portland, ME",197,"Portland, ME" +364,42,198,"Baltimore, MD",198,"Baltimore, MD" +364,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,44,197,"Portland, ME",197,"Portland, ME" +364,45,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +364,46,241,"Philadelphia, PA",241,"Philadelphia, PA" +364,47,197,"Portland, ME",197,"Portland, ME" +364,48,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,49,198,"Baltimore, MD",198,"Baltimore, MD" +364,50,217,"New York, NY and NJ",217,"New York, NY and NJ" +364,51,198,"Baltimore, MD",198,"Baltimore, MD" +364,52,217,"New York, NY and NJ",217,"New York, NY and NJ" +364,53,169,"Wilmington, DE",169,"Wilmington, DE" +364,54,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,55,201,"Boston, MA",201,"Boston, MA" +364,56,241,"Philadelphia, PA",241,"Philadelphia, PA" +364,57,198,"Baltimore, MD",198,"Baltimore, MD" +364,58,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,59,201,"Boston, MA",201,"Boston, MA" +364,60,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +364,61,198,"Baltimore, MD",198,"Baltimore, MD" +364,62,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,63,197,"Portland, ME",197,"Portland, ME" +364,64,201,"Boston, MA",201,"Boston, MA" +364,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,66,241,"Philadelphia, PA",241,"Philadelphia, PA" +364,67,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,68,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +364,69,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,70,201,"Boston, MA",201,"Boston, MA" +364,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,72,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +364,73,217,"New York, NY and NJ",217,"New York, NY and NJ" +364,74,217,"New York, NY and NJ",217,"New York, NY and NJ" +364,75,198,"Baltimore, MD",198,"Baltimore, MD" +364,76,217,"New York, NY and NJ",217,"New York, NY and NJ" +364,77,217,"New York, NY and NJ",217,"New York, NY and NJ" +364,78,217,"New York, NY and NJ",217,"New York, NY and NJ" +364,79,241,"Philadelphia, PA",241,"Philadelphia, PA" +364,80,217,"New York, NY and NJ",217,"New York, NY and NJ" +364,81,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,82,197,"Portland, ME",197,"Portland, ME" +364,83,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,84,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +364,85,217,"New York, NY and NJ",217,"New York, NY and NJ" +364,86,201,"Boston, MA",201,"Boston, MA" +364,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,88,244,"Providence, RI",244,"Providence, RI" +364,89,197,"Portland, ME",197,"Portland, ME" +364,90,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +364,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,92,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +364,93,198,"Baltimore, MD",198,"Baltimore, MD" +364,94,241,"Philadelphia, PA",241,"Philadelphia, PA" +364,95,241,"Philadelphia, PA",241,"Philadelphia, PA" +364,96,197,"Portland, ME",197,"Portland, ME" +364,97,244,"Providence, RI",244,"Providence, RI" +364,98,241,"Philadelphia, PA",241,"Philadelphia, PA" +364,99,217,"New York, NY and NJ",217,"New York, NY and NJ" +364,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,101,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +364,102,198,"Baltimore, MD",198,"Baltimore, MD" +364,103,241,"Philadelphia, PA",241,"Philadelphia, PA" +364,104,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +364,105,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,106,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,107,217,"New York, NY and NJ",217,"New York, NY and NJ" +364,108,197,"Portland, ME",197,"Portland, ME" +364,109,241,"Philadelphia, PA",241,"Philadelphia, PA" +364,110,197,"Portland, ME",197,"Portland, ME" +364,111,217,"New York, NY and NJ",217,"New York, NY and NJ" +364,112,217,"New York, NY and NJ",217,"New York, NY and NJ" +364,113,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,114,169,"Wilmington, DE",169,"Wilmington, DE" +364,115,217,"New York, NY and NJ",217,"New York, NY and NJ" +364,116,197,"Portland, ME",197,"Portland, ME" +364,117,197,"Portland, ME",197,"Portland, ME" +364,118,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +364,119,198,"Baltimore, MD",198,"Baltimore, MD" +364,120,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +364,121,197,"Portland, ME",197,"Portland, ME" +364,122,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,123,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,124,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,125,197,"Portland, ME",197,"Portland, ME" +364,126,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,127,169,"Wilmington, DE",169,"Wilmington, DE" +364,128,217,"New York, NY and NJ",217,"New York, NY and NJ" +364,129,197,"Portland, ME",197,"Portland, ME" +364,130,197,"Portland, ME",197,"Portland, ME" +364,131,198,"Baltimore, MD",198,"Baltimore, MD" +364,132,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,151,217,"New York, NY and NJ",223,"New York, NY and NJ" +364,152,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +364,153,223,"New York, NY and NJ",201,"Boston, MA" +364,154,154,"Anchorage, AK",154,"Anchorage, AK" +364,155,217,"New York, NY and NJ",197,"Portland, ME" +364,156,197,"Portland, ME",197,"Portland, ME" +364,157,223,"New York, NY and NJ",217,"New York, NY and NJ" +364,158,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +364,159,217,"New York, NY and NJ",229,"Wilmington, NC" +364,160,241,"Philadelphia, PA",217,"New York, NY and NJ" +364,161,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +364,162,217,"New York, NY and NJ",241,"Philadelphia, PA" +364,163,265,"Norfolk Harbor, VA",201,"Boston, MA" +364,164,217,"New York, NY and NJ",223,"New York, NY and NJ" +364,165,218,"Camden-Gloucester, NJ",197,"Portland, ME" +364,166,201,"Boston, MA",217,"New York, NY and NJ" +364,167,217,"New York, NY and NJ",241,"Philadelphia, PA" +364,168,241,"Philadelphia, PA",223,"New York, NY and NJ" +364,169,217,"New York, NY and NJ",201,"Boston, MA" +364,170,201,"Boston, MA",241,"Philadelphia, PA" +364,171,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,172,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +364,173,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +364,174,217,"New York, NY and NJ",223,"New York, NY and NJ" +364,175,201,"Boston, MA",171,"Jacksonville, FL" +364,176,223,"New York, NY and NJ",169,"Wilmington, DE" +364,177,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +364,178,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,179,179,"Honolulu, HI",179,"Honolulu, HI" +364,180,179,"Honolulu, HI",179,"Honolulu, HI" +364,181,198,"Baltimore, MD",223,"New York, NY and NJ" +364,183,265,"Norfolk Harbor, VA",197,"Portland, ME" +364,184,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +364,185,217,"New York, NY and NJ",201,"Boston, MA" +364,186,198,"Baltimore, MD",244,"Providence, RI" +364,187,197,"Portland, ME",201,"Boston, MA" +364,188,217,"New York, NY and NJ",223,"New York, NY and NJ" +364,189,217,"New York, NY and NJ",217,"New York, NY and NJ" +364,190,217,"New York, NY and NJ",201,"Boston, MA" +364,191,241,"Philadelphia, PA",223,"New York, NY and NJ" +364,192,223,"New York, NY and NJ",241,"Philadelphia, PA" +364,193,201,"Boston, MA",217,"New York, NY and NJ" +364,194,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +364,195,223,"New York, NY and NJ",197,"Portland, ME" +364,196,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +364,197,223,"New York, NY and NJ",217,"New York, NY and NJ" +364,198,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +364,199,197,"Portland, ME",265,"Norfolk Harbor, VA" +364,200,198,"Baltimore, MD",197,"Portland, ME" +364,201,217,"New York, NY and NJ",223,"New York, NY and NJ" +364,202,217,"New York, NY and NJ",217,"New York, NY and NJ" +364,203,201,"Boston, MA",223,"New York, NY and NJ" +364,204,241,"Philadelphia, PA",223,"New York, NY and NJ" +364,205,217,"New York, NY and NJ",244,"Providence, RI" +364,206,223,"New York, NY and NJ",217,"New York, NY and NJ" +364,207,201,"Boston, MA",223,"New York, NY and NJ" +364,208,217,"New York, NY and NJ",201,"Boston, MA" +364,209,241,"Philadelphia, PA",223,"New York, NY and NJ" +364,210,223,"New York, NY and NJ",201,"Boston, MA" +364,211,217,"New York, NY and NJ",201,"Boston, MA" +364,212,265,"Norfolk Harbor, VA",197,"Portland, ME" +364,213,241,"Philadelphia, PA",223,"New York, NY and NJ" +364,214,223,"New York, NY and NJ",201,"Boston, MA" +364,215,218,"Camden-Gloucester, NJ",197,"Portland, ME" +364,216,198,"Baltimore, MD",217,"New York, NY and NJ" +364,217,197,"Portland, ME",241,"Philadelphia, PA" +364,218,241,"Philadelphia, PA",223,"New York, NY and NJ" +364,219,217,"New York, NY and NJ",217,"New York, NY and NJ" +364,220,217,"New York, NY and NJ",201,"Boston, MA" +364,221,197,"Portland, ME",244,"Providence, RI" +364,222,217,"New York, NY and NJ",223,"New York, NY and NJ" +364,223,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,224,244,"Providence, RI",201,"Boston, MA" +364,225,223,"New York, NY and NJ",217,"New York, NY and NJ" +364,226,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +364,227,217,"New York, NY and NJ",223,"New York, NY and NJ" +364,228,197,"Portland, ME",265,"Norfolk Harbor, VA" +364,229,217,"New York, NY and NJ",217,"New York, NY and NJ" +364,230,241,"Philadelphia, PA",197,"Portland, ME" +364,231,197,"Portland, ME",197,"Portland, ME" +364,232,217,"New York, NY and NJ",223,"New York, NY and NJ" +364,233,197,"Portland, ME",198,"Baltimore, MD" +364,234,197,"Portland, ME",169,"Wilmington, DE" +364,235,198,"Baltimore, MD",223,"New York, NY and NJ" +364,236,241,"Philadelphia, PA",197,"Portland, ME" +364,237,241,"Philadelphia, PA",217,"New York, NY and NJ" +364,238,197,"Portland, ME",223,"New York, NY and NJ" +364,239,217,"New York, NY and NJ",241,"Philadelphia, PA" +364,240,217,"New York, NY and NJ",197,"Portland, ME" +364,241,197,"Portland, ME",241,"Philadelphia, PA" +364,242,223,"New York, NY and NJ",217,"New York, NY and NJ" +364,243,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +364,244,197,"Portland, ME",201,"Boston, MA" +364,245,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +364,246,197,"Portland, ME",217,"New York, NY and NJ" +364,247,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +364,248,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +364,249,217,"New York, NY and NJ",217,"New York, NY and NJ" +364,250,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,251,197,"Portland, ME",265,"Norfolk Harbor, VA" +364,252,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +364,253,201,"Boston, MA",265,"Norfolk Harbor, VA" +364,254,217,"New York, NY and NJ",257,"Houston, TX" +364,255,169,"Wilmington, DE",223,"New York, NY and NJ" +364,256,201,"Boston, MA",217,"New York, NY and NJ" +364,257,223,"New York, NY and NJ",195,"New Orleans, LA" +364,258,217,"New York, NY and NJ",208,"Pascagoula, MS" +364,259,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +364,260,217,"New York, NY and NJ",201,"Boston, MA" +364,261,223,"New York, NY and NJ",223,"New York, NY and NJ" +364,262,217,"New York, NY and NJ",217,"New York, NY and NJ" +364,263,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +364,264,217,"New York, NY and NJ",198,"Baltimore, MD" +364,265,201,"Boston, MA",223,"New York, NY and NJ" +364,266,198,"Baltimore, MD",201,"Boston, MA" +364,267,244,"Providence, RI",217,"New York, NY and NJ" +364,268,223,"New York, NY and NJ",217,"New York, NY and NJ" +364,269,217,"New York, NY and NJ",223,"New York, NY and NJ" +364,270,197,"Portland, ME",229,"Wilmington, NC" +364,271,197,"Portland, ME",223,"New York, NY and NJ" +364,272,223,"New York, NY and NJ",198,"Baltimore, MD" +364,273,217,"New York, NY and NJ",241,"Philadelphia, PA" +365,1,217,"New York, NY and NJ",217,"New York, NY and NJ" +365,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +365,3,197,"Portland, ME",197,"Portland, ME" +365,4,197,"Portland, ME",197,"Portland, ME" +365,5,169,"Wilmington, DE",169,"Wilmington, DE" +365,6,217,"New York, NY and NJ",217,"New York, NY and NJ" +365,7,201,"Boston, MA",201,"Boston, MA" +365,8,241,"Philadelphia, PA",241,"Philadelphia, PA" +365,9,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,10,197,"Portland, ME",197,"Portland, ME" +365,11,201,"Boston, MA",201,"Boston, MA" +365,12,201,"Boston, MA",201,"Boston, MA" +365,13,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,14,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +365,15,201,"Boston, MA",201,"Boston, MA" +365,16,217,"New York, NY and NJ",217,"New York, NY and NJ" +365,17,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,18,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,19,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,20,201,"Boston, MA",201,"Boston, MA" +365,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,22,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +365,23,241,"Philadelphia, PA",241,"Philadelphia, PA" +365,24,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,25,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,26,241,"Philadelphia, PA",241,"Philadelphia, PA" +365,27,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,28,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,29,217,"New York, NY and NJ",217,"New York, NY and NJ" +365,30,201,"Boston, MA",201,"Boston, MA" +365,31,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,32,217,"New York, NY and NJ",217,"New York, NY and NJ" +365,33,241,"Philadelphia, PA",241,"Philadelphia, PA" +365,34,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,35,198,"Baltimore, MD",198,"Baltimore, MD" +365,36,197,"Portland, ME",197,"Portland, ME" +365,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,38,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,39,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,40,198,"Baltimore, MD",198,"Baltimore, MD" +365,41,198,"Baltimore, MD",198,"Baltimore, MD" +365,42,244,"Providence, RI",244,"Providence, RI" +365,43,201,"Boston, MA",201,"Boston, MA" +365,44,201,"Boston, MA",201,"Boston, MA" +365,45,201,"Boston, MA",201,"Boston, MA" +365,46,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,47,241,"Philadelphia, PA",241,"Philadelphia, PA" +365,48,197,"Portland, ME",197,"Portland, ME" +365,49,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,50,217,"New York, NY and NJ",217,"New York, NY and NJ" +365,51,197,"Portland, ME",197,"Portland, ME" +365,52,197,"Portland, ME",197,"Portland, ME" +365,53,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,54,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,56,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,57,198,"Baltimore, MD",198,"Baltimore, MD" +365,58,244,"Providence, RI",244,"Providence, RI" +365,59,217,"New York, NY and NJ",217,"New York, NY and NJ" +365,60,217,"New York, NY and NJ",217,"New York, NY and NJ" +365,61,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,62,201,"Boston, MA",201,"Boston, MA" +365,63,198,"Baltimore, MD",198,"Baltimore, MD" +365,64,197,"Portland, ME",197,"Portland, ME" +365,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,66,198,"Baltimore, MD",198,"Baltimore, MD" +365,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +365,68,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,69,217,"New York, NY and NJ",217,"New York, NY and NJ" +365,70,201,"Boston, MA",201,"Boston, MA" +365,71,244,"Providence, RI",244,"Providence, RI" +365,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,73,197,"Portland, ME",197,"Portland, ME" +365,74,217,"New York, NY and NJ",217,"New York, NY and NJ" +365,75,244,"Providence, RI",244,"Providence, RI" +365,76,197,"Portland, ME",197,"Portland, ME" +365,77,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +365,78,217,"New York, NY and NJ",217,"New York, NY and NJ" +365,79,198,"Baltimore, MD",198,"Baltimore, MD" +365,80,217,"New York, NY and NJ",217,"New York, NY and NJ" +365,81,197,"Portland, ME",197,"Portland, ME" +365,82,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,83,241,"Philadelphia, PA",241,"Philadelphia, PA" +365,84,217,"New York, NY and NJ",217,"New York, NY and NJ" +365,85,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +365,86,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,87,169,"Wilmington, DE",169,"Wilmington, DE" +365,88,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,89,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,90,201,"Boston, MA",201,"Boston, MA" +365,91,197,"Portland, ME",197,"Portland, ME" +365,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +365,93,201,"Boston, MA",201,"Boston, MA" +365,94,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,95,217,"New York, NY and NJ",217,"New York, NY and NJ" +365,96,201,"Boston, MA",201,"Boston, MA" +365,97,241,"Philadelphia, PA",241,"Philadelphia, PA" +365,98,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,99,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,101,201,"Boston, MA",201,"Boston, MA" +365,102,197,"Portland, ME",197,"Portland, ME" +365,103,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +365,104,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,105,217,"New York, NY and NJ",217,"New York, NY and NJ" +365,106,201,"Boston, MA",201,"Boston, MA" +365,107,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,108,198,"Baltimore, MD",198,"Baltimore, MD" +365,109,244,"Providence, RI",244,"Providence, RI" +365,110,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,111,244,"Providence, RI",244,"Providence, RI" +365,112,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,113,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,114,201,"Boston, MA",201,"Boston, MA" +365,115,198,"Baltimore, MD",198,"Baltimore, MD" +365,116,217,"New York, NY and NJ",217,"New York, NY and NJ" +365,117,198,"Baltimore, MD",198,"Baltimore, MD" +365,118,197,"Portland, ME",197,"Portland, ME" +365,119,241,"Philadelphia, PA",241,"Philadelphia, PA" +365,120,217,"New York, NY and NJ",217,"New York, NY and NJ" +365,121,244,"Providence, RI",244,"Providence, RI" +365,122,217,"New York, NY and NJ",217,"New York, NY and NJ" +365,123,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +365,124,244,"Providence, RI",244,"Providence, RI" +365,125,198,"Baltimore, MD",198,"Baltimore, MD" +365,126,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,127,201,"Boston, MA",201,"Boston, MA" +365,128,217,"New York, NY and NJ",217,"New York, NY and NJ" +365,129,241,"Philadelphia, PA",241,"Philadelphia, PA" +365,130,241,"Philadelphia, PA",241,"Philadelphia, PA" +365,131,197,"Portland, ME",197,"Portland, ME" +365,132,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,151,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +365,152,241,"Philadelphia, PA",198,"Baltimore, MD" +365,153,223,"New York, NY and NJ",201,"Boston, MA" +365,154,154,"Anchorage, AK",154,"Anchorage, AK" +365,155,217,"New York, NY and NJ",198,"Baltimore, MD" +365,156,217,"New York, NY and NJ",223,"New York, NY and NJ" +365,157,223,"New York, NY and NJ",201,"Boston, MA" +365,158,197,"Portland, ME",217,"New York, NY and NJ" +365,159,201,"Boston, MA",265,"Norfolk Harbor, VA" +365,160,241,"Philadelphia, PA",223,"New York, NY and NJ" +365,161,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +365,162,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +365,163,244,"Providence, RI",217,"New York, NY and NJ" +365,164,217,"New York, NY and NJ",201,"Boston, MA" +365,165,223,"New York, NY and NJ",201,"Boston, MA" +365,166,223,"New York, NY and NJ",217,"New York, NY and NJ" +365,167,244,"Providence, RI",223,"New York, NY and NJ" +365,168,217,"New York, NY and NJ",223,"New York, NY and NJ" +365,169,223,"New York, NY and NJ",197,"Portland, ME" +365,170,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,171,223,"New York, NY and NJ",197,"Portland, ME" +365,172,223,"New York, NY and NJ",241,"Philadelphia, PA" +365,173,198,"Baltimore, MD",201,"Boston, MA" +365,174,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +365,175,201,"Boston, MA",198,"Baltimore, MD" +365,176,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,177,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +365,178,197,"Portland, ME",217,"New York, NY and NJ" +365,179,179,"Honolulu, HI",179,"Honolulu, HI" +365,180,179,"Honolulu, HI",179,"Honolulu, HI" +365,181,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +365,183,241,"Philadelphia, PA",201,"Boston, MA" +365,184,223,"New York, NY and NJ",217,"New York, NY and NJ" +365,185,197,"Portland, ME",217,"New York, NY and NJ" +365,186,201,"Boston, MA",244,"Providence, RI" +365,187,217,"New York, NY and NJ",217,"New York, NY and NJ" +365,188,217,"New York, NY and NJ",217,"New York, NY and NJ" +365,189,198,"Baltimore, MD",217,"New York, NY and NJ" +365,190,201,"Boston, MA",217,"New York, NY and NJ" +365,191,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +365,192,201,"Boston, MA",217,"New York, NY and NJ" +365,193,197,"Portland, ME",223,"New York, NY and NJ" +365,194,198,"Baltimore, MD",217,"New York, NY and NJ" +365,195,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +365,196,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +365,197,244,"Providence, RI",223,"New York, NY and NJ" +365,198,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,199,201,"Boston, MA",197,"Portland, ME" +365,200,223,"New York, NY and NJ",198,"Baltimore, MD" +365,201,201,"Boston, MA",223,"New York, NY and NJ" +365,202,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +365,203,197,"Portland, ME",217,"New York, NY and NJ" +365,204,201,"Boston, MA",197,"Portland, ME" +365,205,201,"Boston, MA",201,"Boston, MA" +365,206,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,207,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +365,208,197,"Portland, ME",265,"Norfolk Harbor, VA" +365,209,223,"New York, NY and NJ",217,"New York, NY and NJ" +365,210,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +365,211,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +365,212,201,"Boston, MA",217,"New York, NY and NJ" +365,213,244,"Providence, RI",244,"Providence, RI" +365,214,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,215,217,"New York, NY and NJ",197,"Portland, ME" +365,216,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +365,217,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,218,217,"New York, NY and NJ",223,"New York, NY and NJ" +365,219,244,"Providence, RI",241,"Philadelphia, PA" +365,220,217,"New York, NY and NJ",217,"New York, NY and NJ" +365,221,244,"Providence, RI",241,"Philadelphia, PA" +365,222,217,"New York, NY and NJ",197,"Portland, ME" +365,223,201,"Boston, MA",217,"New York, NY and NJ" +365,224,198,"Baltimore, MD",197,"Portland, ME" +365,225,217,"New York, NY and NJ",217,"New York, NY and NJ" +365,226,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +365,227,217,"New York, NY and NJ",223,"New York, NY and NJ" +365,228,223,"New York, NY and NJ",201,"Boston, MA" +365,229,197,"Portland, ME",197,"Portland, ME" +365,230,241,"Philadelphia, PA",223,"New York, NY and NJ" +365,231,244,"Providence, RI",201,"Boston, MA" +365,232,218,"Camden-Gloucester, NJ",201,"Boston, MA" +365,233,241,"Philadelphia, PA",217,"New York, NY and NJ" +365,234,217,"New York, NY and NJ",223,"New York, NY and NJ" +365,235,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +365,236,223,"New York, NY and NJ",198,"Baltimore, MD" +365,237,198,"Baltimore, MD",223,"New York, NY and NJ" +365,238,198,"Baltimore, MD",217,"New York, NY and NJ" +365,239,241,"Philadelphia, PA",223,"New York, NY and NJ" +365,240,201,"Boston, MA",198,"Baltimore, MD" +365,241,241,"Philadelphia, PA",197,"Portland, ME" +365,242,241,"Philadelphia, PA",217,"New York, NY and NJ" +365,243,217,"New York, NY and NJ",197,"Portland, ME" +365,244,197,"Portland, ME",169,"Wilmington, DE" +365,245,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,246,244,"Providence, RI",265,"Norfolk Harbor, VA" +365,247,197,"Portland, ME",217,"New York, NY and NJ" +365,248,223,"New York, NY and NJ",201,"Boston, MA" +365,249,223,"New York, NY and NJ",198,"Baltimore, MD" +365,250,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +365,251,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +365,252,223,"New York, NY and NJ",178,"Brunswick, GA" +365,253,197,"Portland, ME",265,"Norfolk Harbor, VA" +365,254,197,"Portland, ME",257,"Houston, TX" +365,255,197,"Portland, ME",223,"New York, NY and NJ" +365,256,169,"Wilmington, DE",245,"Charleston, SC" +365,257,217,"New York, NY and NJ",257,"Houston, TX" +365,258,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +365,259,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +365,260,241,"Philadelphia, PA",208,"Pascagoula, MS" +365,261,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +365,262,198,"Baltimore, MD",197,"Portland, ME" +365,263,223,"New York, NY and NJ",241,"Philadelphia, PA" +365,264,197,"Portland, ME",217,"New York, NY and NJ" +365,265,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +365,266,223,"New York, NY and NJ",241,"Philadelphia, PA" +365,267,223,"New York, NY and NJ",198,"Baltimore, MD" +365,268,217,"New York, NY and NJ",217,"New York, NY and NJ" +365,269,223,"New York, NY and NJ",223,"New York, NY and NJ" +365,270,197,"Portland, ME",241,"Philadelphia, PA" +365,271,244,"Providence, RI",223,"New York, NY and NJ" +365,272,223,"New York, NY and NJ",201,"Boston, MA" +365,273,223,"New York, NY and NJ",223,"New York, NY and NJ" +366,1,268,"Seattle, WA",268,"Seattle, WA" +366,2,159,"Long Beach, CA",159,"Long Beach, CA" +366,3,159,"Long Beach, CA",159,"Long Beach, CA" +366,4,159,"Long Beach, CA",159,"Long Beach, CA" +366,5,162,"Oakland, CA",162,"Oakland, CA" +366,6,159,"Long Beach, CA",159,"Long Beach, CA" +366,7,159,"Long Beach, CA",159,"Long Beach, CA" +366,8,239,"Portland, OR",239,"Portland, OR" +366,9,268,"Seattle, WA",268,"Seattle, WA" +366,10,159,"Long Beach, CA",159,"Long Beach, CA" +366,11,159,"Long Beach, CA",159,"Long Beach, CA" +366,12,159,"Long Beach, CA",159,"Long Beach, CA" +366,13,268,"Seattle, WA",268,"Seattle, WA" +366,14,162,"Oakland, CA",162,"Oakland, CA" +366,15,159,"Long Beach, CA",159,"Long Beach, CA" +366,16,159,"Long Beach, CA",159,"Long Beach, CA" +366,17,159,"Long Beach, CA",159,"Long Beach, CA" +366,18,159,"Long Beach, CA",159,"Long Beach, CA" +366,19,268,"Seattle, WA",268,"Seattle, WA" +366,20,162,"Oakland, CA",162,"Oakland, CA" +366,21,159,"Long Beach, CA",159,"Long Beach, CA" +366,22,159,"Long Beach, CA",159,"Long Beach, CA" +366,23,159,"Long Beach, CA",159,"Long Beach, CA" +366,24,239,"Portland, OR",239,"Portland, OR" +366,25,239,"Portland, OR",239,"Portland, OR" +366,26,239,"Portland, OR",239,"Portland, OR" +366,27,268,"Seattle, WA",268,"Seattle, WA" +366,28,159,"Long Beach, CA",159,"Long Beach, CA" +366,29,162,"Oakland, CA",162,"Oakland, CA" +366,30,268,"Seattle, WA",268,"Seattle, WA" +366,31,159,"Long Beach, CA",159,"Long Beach, CA" +366,32,162,"Oakland, CA",162,"Oakland, CA" +366,33,268,"Seattle, WA",268,"Seattle, WA" +366,34,268,"Seattle, WA",268,"Seattle, WA" +366,35,162,"Oakland, CA",162,"Oakland, CA" +366,36,159,"Long Beach, CA",159,"Long Beach, CA" +366,37,268,"Seattle, WA",268,"Seattle, WA" +366,38,159,"Long Beach, CA",159,"Long Beach, CA" +366,39,159,"Long Beach, CA",159,"Long Beach, CA" +366,40,159,"Long Beach, CA",159,"Long Beach, CA" +366,41,162,"Oakland, CA",162,"Oakland, CA" +366,42,159,"Long Beach, CA",159,"Long Beach, CA" +366,43,159,"Long Beach, CA",159,"Long Beach, CA" +366,44,239,"Portland, OR",239,"Portland, OR" +366,45,159,"Long Beach, CA",159,"Long Beach, CA" +366,46,159,"Long Beach, CA",159,"Long Beach, CA" +366,47,159,"Long Beach, CA",159,"Long Beach, CA" +366,48,268,"Seattle, WA",268,"Seattle, WA" +366,49,268,"Seattle, WA",268,"Seattle, WA" +366,50,268,"Seattle, WA",268,"Seattle, WA" +366,51,239,"Portland, OR",239,"Portland, OR" +366,52,159,"Long Beach, CA",159,"Long Beach, CA" +366,53,159,"Long Beach, CA",159,"Long Beach, CA" +366,54,159,"Long Beach, CA",159,"Long Beach, CA" +366,55,159,"Long Beach, CA",159,"Long Beach, CA" +366,56,159,"Long Beach, CA",159,"Long Beach, CA" +366,57,268,"Seattle, WA",268,"Seattle, WA" +366,58,159,"Long Beach, CA",159,"Long Beach, CA" +366,59,159,"Long Beach, CA",159,"Long Beach, CA" +366,60,162,"Oakland, CA",162,"Oakland, CA" +366,61,268,"Seattle, WA",268,"Seattle, WA" +366,62,159,"Long Beach, CA",159,"Long Beach, CA" +366,63,268,"Seattle, WA",268,"Seattle, WA" +366,64,159,"Long Beach, CA",159,"Long Beach, CA" +366,65,159,"Long Beach, CA",159,"Long Beach, CA" +366,66,159,"Long Beach, CA",159,"Long Beach, CA" +366,67,159,"Long Beach, CA",159,"Long Beach, CA" +366,68,268,"Seattle, WA",268,"Seattle, WA" +366,69,159,"Long Beach, CA",159,"Long Beach, CA" +366,70,159,"Long Beach, CA",159,"Long Beach, CA" +366,71,162,"Oakland, CA",162,"Oakland, CA" +366,72,159,"Long Beach, CA",159,"Long Beach, CA" +366,73,239,"Portland, OR",239,"Portland, OR" +366,74,268,"Seattle, WA",268,"Seattle, WA" +366,75,159,"Long Beach, CA",159,"Long Beach, CA" +366,76,162,"Oakland, CA",162,"Oakland, CA" +366,77,268,"Seattle, WA",268,"Seattle, WA" +366,78,239,"Portland, OR",239,"Portland, OR" +366,79,268,"Seattle, WA",268,"Seattle, WA" +366,80,239,"Portland, OR",239,"Portland, OR" +366,81,159,"Long Beach, CA",159,"Long Beach, CA" +366,82,162,"Oakland, CA",162,"Oakland, CA" +366,83,239,"Portland, OR",239,"Portland, OR" +366,84,269,"Longview, WA",269,"Longview, WA" +366,85,268,"Seattle, WA",268,"Seattle, WA" +366,86,159,"Long Beach, CA",159,"Long Beach, CA" +366,87,159,"Long Beach, CA",159,"Long Beach, CA" +366,88,268,"Seattle, WA",268,"Seattle, WA" +366,89,268,"Seattle, WA",268,"Seattle, WA" +366,90,162,"Oakland, CA",162,"Oakland, CA" +366,91,268,"Seattle, WA",268,"Seattle, WA" +366,92,268,"Seattle, WA",268,"Seattle, WA" +366,93,268,"Seattle, WA",268,"Seattle, WA" +366,94,268,"Seattle, WA",268,"Seattle, WA" +366,95,268,"Seattle, WA",268,"Seattle, WA" +366,96,159,"Long Beach, CA",159,"Long Beach, CA" +366,97,159,"Long Beach, CA",159,"Long Beach, CA" +366,98,268,"Seattle, WA",268,"Seattle, WA" +366,99,159,"Long Beach, CA",159,"Long Beach, CA" +366,100,159,"Long Beach, CA",159,"Long Beach, CA" +366,101,162,"Oakland, CA",162,"Oakland, CA" +366,102,268,"Seattle, WA",268,"Seattle, WA" +366,103,162,"Oakland, CA",162,"Oakland, CA" +366,104,159,"Long Beach, CA",159,"Long Beach, CA" +366,105,268,"Seattle, WA",268,"Seattle, WA" +366,106,159,"Long Beach, CA",159,"Long Beach, CA" +366,107,268,"Seattle, WA",268,"Seattle, WA" +366,108,159,"Long Beach, CA",159,"Long Beach, CA" +366,109,159,"Long Beach, CA",159,"Long Beach, CA" +366,110,159,"Long Beach, CA",159,"Long Beach, CA" +366,111,162,"Oakland, CA",162,"Oakland, CA" +366,112,162,"Oakland, CA",162,"Oakland, CA" +366,113,162,"Oakland, CA",162,"Oakland, CA" +366,114,268,"Seattle, WA",268,"Seattle, WA" +366,115,159,"Long Beach, CA",159,"Long Beach, CA" +366,116,162,"Oakland, CA",162,"Oakland, CA" +366,117,159,"Long Beach, CA",159,"Long Beach, CA" +366,118,159,"Long Beach, CA",159,"Long Beach, CA" +366,119,162,"Oakland, CA",162,"Oakland, CA" +366,120,162,"Oakland, CA",162,"Oakland, CA" +366,121,159,"Long Beach, CA",159,"Long Beach, CA" +366,122,268,"Seattle, WA",268,"Seattle, WA" +366,123,159,"Long Beach, CA",159,"Long Beach, CA" +366,124,159,"Long Beach, CA",159,"Long Beach, CA" +366,125,159,"Long Beach, CA",159,"Long Beach, CA" +366,126,268,"Seattle, WA",268,"Seattle, WA" +366,127,159,"Long Beach, CA",159,"Long Beach, CA" +366,128,159,"Long Beach, CA",159,"Long Beach, CA" +366,129,239,"Portland, OR",239,"Portland, OR" +366,130,162,"Oakland, CA",162,"Oakland, CA" +366,131,159,"Long Beach, CA",159,"Long Beach, CA" +366,132,159,"Long Beach, CA",159,"Long Beach, CA" +366,151,159,"Long Beach, CA",268,"Seattle, WA" +366,152,159,"Long Beach, CA",159,"Long Beach, CA" +366,153,159,"Long Beach, CA",159,"Long Beach, CA" +366,154,154,"Anchorage, AK",154,"Anchorage, AK" +366,155,268,"Seattle, WA",162,"Oakland, CA" +366,156,159,"Long Beach, CA",159,"Long Beach, CA" +366,157,159,"Long Beach, CA",159,"Long Beach, CA" +366,158,268,"Seattle, WA",239,"Portland, OR" +366,159,159,"Long Beach, CA",269,"Longview, WA" +366,160,162,"Oakland, CA",268,"Seattle, WA" +366,161,269,"Longview, WA",268,"Seattle, WA" +366,162,268,"Seattle, WA",159,"Long Beach, CA" +366,163,159,"Long Beach, CA",268,"Seattle, WA" +366,164,162,"Oakland, CA",159,"Long Beach, CA" +366,165,159,"Long Beach, CA",159,"Long Beach, CA" +366,166,159,"Long Beach, CA",268,"Seattle, WA" +366,167,239,"Portland, OR",159,"Long Beach, CA" +366,168,162,"Oakland, CA",269,"Longview, WA" +366,169,268,"Seattle, WA",268,"Seattle, WA" +366,170,239,"Portland, OR",159,"Long Beach, CA" +366,171,159,"Long Beach, CA",159,"Long Beach, CA" +366,172,159,"Long Beach, CA",159,"Long Beach, CA" +366,173,159,"Long Beach, CA",159,"Long Beach, CA" +366,174,159,"Long Beach, CA",268,"Seattle, WA" +366,175,162,"Oakland, CA",268,"Seattle, WA" +366,176,159,"Long Beach, CA",268,"Seattle, WA" +366,177,159,"Long Beach, CA",268,"Seattle, WA" +366,178,269,"Longview, WA",162,"Oakland, CA" +366,179,179,"Honolulu, HI",179,"Honolulu, HI" +366,180,179,"Honolulu, HI",179,"Honolulu, HI" +366,181,159,"Long Beach, CA",162,"Oakland, CA" +366,183,162,"Oakland, CA",159,"Long Beach, CA" +366,184,159,"Long Beach, CA",159,"Long Beach, CA" +366,185,268,"Seattle, WA",159,"Long Beach, CA" +366,186,159,"Long Beach, CA",162,"Oakland, CA" +366,187,159,"Long Beach, CA",268,"Seattle, WA" +366,188,162,"Oakland, CA",159,"Long Beach, CA" +366,189,268,"Seattle, WA",268,"Seattle, WA" +366,190,159,"Long Beach, CA",159,"Long Beach, CA" +366,191,159,"Long Beach, CA",268,"Seattle, WA" +366,192,159,"Long Beach, CA",162,"Oakland, CA" +366,193,159,"Long Beach, CA",159,"Long Beach, CA" +366,194,159,"Long Beach, CA",159,"Long Beach, CA" +366,195,239,"Portland, OR",162,"Oakland, CA" +366,196,159,"Long Beach, CA",268,"Seattle, WA" +366,197,269,"Longview, WA",268,"Seattle, WA" +366,198,162,"Oakland, CA",269,"Longview, WA" +366,199,159,"Long Beach, CA",159,"Long Beach, CA" +366,200,159,"Long Beach, CA",159,"Long Beach, CA" +366,201,162,"Oakland, CA",162,"Oakland, CA" +366,202,159,"Long Beach, CA",159,"Long Beach, CA" +366,203,159,"Long Beach, CA",159,"Long Beach, CA" +366,204,159,"Long Beach, CA",159,"Long Beach, CA" +366,205,162,"Oakland, CA",159,"Long Beach, CA" +366,206,159,"Long Beach, CA",162,"Oakland, CA" +366,207,162,"Oakland, CA",269,"Longview, WA" +366,208,268,"Seattle, WA",159,"Long Beach, CA" +366,209,159,"Long Beach, CA",239,"Portland, OR" +366,210,159,"Long Beach, CA",159,"Long Beach, CA" +366,211,159,"Long Beach, CA",239,"Portland, OR" +366,212,269,"Longview, WA",268,"Seattle, WA" +366,213,159,"Long Beach, CA",159,"Long Beach, CA" +366,214,159,"Long Beach, CA",159,"Long Beach, CA" +366,215,239,"Portland, OR",239,"Portland, OR" +366,216,159,"Long Beach, CA",159,"Long Beach, CA" +366,217,159,"Long Beach, CA",162,"Oakland, CA" +366,218,162,"Oakland, CA",159,"Long Beach, CA" +366,219,159,"Long Beach, CA",159,"Long Beach, CA" +366,220,268,"Seattle, WA",159,"Long Beach, CA" +366,221,159,"Long Beach, CA",159,"Long Beach, CA" +366,222,159,"Long Beach, CA",159,"Long Beach, CA" +366,223,268,"Seattle, WA",159,"Long Beach, CA" +366,224,268,"Seattle, WA",159,"Long Beach, CA" +366,225,159,"Long Beach, CA",159,"Long Beach, CA" +366,226,159,"Long Beach, CA",162,"Oakland, CA" +366,227,159,"Long Beach, CA",268,"Seattle, WA" +366,228,159,"Long Beach, CA",159,"Long Beach, CA" +366,229,268,"Seattle, WA",159,"Long Beach, CA" +366,230,268,"Seattle, WA",268,"Seattle, WA" +366,231,159,"Long Beach, CA",162,"Oakland, CA" +366,232,268,"Seattle, WA",159,"Long Beach, CA" +366,233,239,"Portland, OR",159,"Long Beach, CA" +366,234,162,"Oakland, CA",162,"Oakland, CA" +366,235,239,"Portland, OR",269,"Longview, WA" +366,236,159,"Long Beach, CA",159,"Long Beach, CA" +366,237,268,"Seattle, WA",159,"Long Beach, CA" +366,238,162,"Oakland, CA",162,"Oakland, CA" +366,239,159,"Long Beach, CA",159,"Long Beach, CA" +366,240,159,"Long Beach, CA",239,"Portland, OR" +366,241,159,"Long Beach, CA",159,"Long Beach, CA" +366,242,159,"Long Beach, CA",268,"Seattle, WA" +366,243,159,"Long Beach, CA",159,"Long Beach, CA" +366,244,159,"Long Beach, CA",268,"Seattle, WA" +366,245,159,"Long Beach, CA",268,"Seattle, WA" +366,246,162,"Oakland, CA",239,"Portland, OR" +366,247,268,"Seattle, WA",159,"Long Beach, CA" +366,248,159,"Long Beach, CA",268,"Seattle, WA" +366,249,159,"Long Beach, CA",268,"Seattle, WA" +366,250,162,"Oakland, CA",268,"Seattle, WA" +366,251,159,"Long Beach, CA",269,"Longview, WA" +366,252,159,"Long Beach, CA",159,"Long Beach, CA" +366,253,159,"Long Beach, CA",159,"Long Beach, CA" +366,254,162,"Oakland, CA",268,"Seattle, WA" +366,255,159,"Long Beach, CA",159,"Long Beach, CA" +366,256,162,"Oakland, CA",239,"Portland, OR" +366,257,162,"Oakland, CA",269,"Longview, WA" +366,258,162,"Oakland, CA",268,"Seattle, WA" +366,259,162,"Oakland, CA",268,"Seattle, WA" +366,260,159,"Long Beach, CA",159,"Long Beach, CA" +366,261,159,"Long Beach, CA",159,"Long Beach, CA" +366,262,159,"Long Beach, CA",162,"Oakland, CA" +366,263,159,"Long Beach, CA",268,"Seattle, WA" +366,264,162,"Oakland, CA",159,"Long Beach, CA" +366,265,159,"Long Beach, CA",269,"Longview, WA" +366,266,159,"Long Beach, CA",268,"Seattle, WA" +366,267,162,"Oakland, CA",162,"Oakland, CA" +366,268,159,"Long Beach, CA",159,"Long Beach, CA" +366,269,268,"Seattle, WA",162,"Oakland, CA" +366,270,239,"Portland, OR",159,"Long Beach, CA" +366,271,159,"Long Beach, CA",268,"Seattle, WA" +366,272,159,"Long Beach, CA",239,"Portland, OR" +366,273,239,"Portland, OR",159,"Long Beach, CA" +367,1,268,"Seattle, WA",268,"Seattle, WA" +367,2,239,"Portland, OR",239,"Portland, OR" +367,3,159,"Long Beach, CA",159,"Long Beach, CA" +367,4,159,"Long Beach, CA",159,"Long Beach, CA" +367,5,159,"Long Beach, CA",159,"Long Beach, CA" +367,6,239,"Portland, OR",239,"Portland, OR" +367,7,268,"Seattle, WA",268,"Seattle, WA" +367,8,239,"Portland, OR",239,"Portland, OR" +367,9,239,"Portland, OR",239,"Portland, OR" +367,10,159,"Long Beach, CA",159,"Long Beach, CA" +367,11,159,"Long Beach, CA",159,"Long Beach, CA" +367,12,159,"Long Beach, CA",159,"Long Beach, CA" +367,13,159,"Long Beach, CA",159,"Long Beach, CA" +367,14,162,"Oakland, CA",162,"Oakland, CA" +367,15,239,"Portland, OR",239,"Portland, OR" +367,16,159,"Long Beach, CA",159,"Long Beach, CA" +367,17,159,"Long Beach, CA",159,"Long Beach, CA" +367,18,159,"Long Beach, CA",159,"Long Beach, CA" +367,19,159,"Long Beach, CA",159,"Long Beach, CA" +367,20,162,"Oakland, CA",162,"Oakland, CA" +367,21,268,"Seattle, WA",268,"Seattle, WA" +367,22,268,"Seattle, WA",268,"Seattle, WA" +367,23,239,"Portland, OR",239,"Portland, OR" +367,24,159,"Long Beach, CA",159,"Long Beach, CA" +367,25,159,"Long Beach, CA",159,"Long Beach, CA" +367,26,159,"Long Beach, CA",159,"Long Beach, CA" +367,27,159,"Long Beach, CA",159,"Long Beach, CA" +367,28,269,"Longview, WA",269,"Longview, WA" +367,29,159,"Long Beach, CA",159,"Long Beach, CA" +367,30,268,"Seattle, WA",268,"Seattle, WA" +367,31,162,"Oakland, CA",162,"Oakland, CA" +367,32,162,"Oakland, CA",162,"Oakland, CA" +367,33,159,"Long Beach, CA",159,"Long Beach, CA" +367,34,162,"Oakland, CA",162,"Oakland, CA" +367,35,159,"Long Beach, CA",159,"Long Beach, CA" +367,36,268,"Seattle, WA",268,"Seattle, WA" +367,37,159,"Long Beach, CA",159,"Long Beach, CA" +367,38,268,"Seattle, WA",268,"Seattle, WA" +367,39,159,"Long Beach, CA",159,"Long Beach, CA" +367,40,162,"Oakland, CA",162,"Oakland, CA" +367,41,159,"Long Beach, CA",159,"Long Beach, CA" +367,42,159,"Long Beach, CA",159,"Long Beach, CA" +367,43,268,"Seattle, WA",268,"Seattle, WA" +367,44,159,"Long Beach, CA",159,"Long Beach, CA" +367,45,159,"Long Beach, CA",159,"Long Beach, CA" +367,46,159,"Long Beach, CA",159,"Long Beach, CA" +367,47,162,"Oakland, CA",162,"Oakland, CA" +367,48,239,"Portland, OR",239,"Portland, OR" +367,49,162,"Oakland, CA",162,"Oakland, CA" +367,50,159,"Long Beach, CA",159,"Long Beach, CA" +367,51,268,"Seattle, WA",268,"Seattle, WA" +367,52,162,"Oakland, CA",162,"Oakland, CA" +367,53,268,"Seattle, WA",268,"Seattle, WA" +367,54,159,"Long Beach, CA",159,"Long Beach, CA" +367,55,159,"Long Beach, CA",159,"Long Beach, CA" +367,56,159,"Long Beach, CA",159,"Long Beach, CA" +367,57,159,"Long Beach, CA",159,"Long Beach, CA" +367,58,159,"Long Beach, CA",159,"Long Beach, CA" +367,59,239,"Portland, OR",239,"Portland, OR" +367,60,162,"Oakland, CA",162,"Oakland, CA" +367,61,268,"Seattle, WA",268,"Seattle, WA" +367,62,159,"Long Beach, CA",159,"Long Beach, CA" +367,63,159,"Long Beach, CA",159,"Long Beach, CA" +367,64,159,"Long Beach, CA",159,"Long Beach, CA" +367,65,159,"Long Beach, CA",159,"Long Beach, CA" +367,66,159,"Long Beach, CA",159,"Long Beach, CA" +367,67,159,"Long Beach, CA",159,"Long Beach, CA" +367,68,239,"Portland, OR",239,"Portland, OR" +367,69,268,"Seattle, WA",268,"Seattle, WA" +367,70,159,"Long Beach, CA",159,"Long Beach, CA" +367,71,159,"Long Beach, CA",159,"Long Beach, CA" +367,72,162,"Oakland, CA",162,"Oakland, CA" +367,73,162,"Oakland, CA",162,"Oakland, CA" +367,74,159,"Long Beach, CA",159,"Long Beach, CA" +367,75,162,"Oakland, CA",162,"Oakland, CA" +367,76,239,"Portland, OR",239,"Portland, OR" +367,77,239,"Portland, OR",239,"Portland, OR" +367,78,159,"Long Beach, CA",159,"Long Beach, CA" +367,79,162,"Oakland, CA",162,"Oakland, CA" +367,80,159,"Long Beach, CA",159,"Long Beach, CA" +367,81,269,"Longview, WA",269,"Longview, WA" +367,82,159,"Long Beach, CA",159,"Long Beach, CA" +367,83,159,"Long Beach, CA",159,"Long Beach, CA" +367,84,269,"Longview, WA",269,"Longview, WA" +367,85,159,"Long Beach, CA",159,"Long Beach, CA" +367,86,159,"Long Beach, CA",159,"Long Beach, CA" +367,87,268,"Seattle, WA",268,"Seattle, WA" +367,88,159,"Long Beach, CA",159,"Long Beach, CA" +367,89,159,"Long Beach, CA",159,"Long Beach, CA" +367,90,159,"Long Beach, CA",159,"Long Beach, CA" +367,91,159,"Long Beach, CA",159,"Long Beach, CA" +367,92,159,"Long Beach, CA",159,"Long Beach, CA" +367,93,159,"Long Beach, CA",159,"Long Beach, CA" +367,94,159,"Long Beach, CA",159,"Long Beach, CA" +367,95,268,"Seattle, WA",268,"Seattle, WA" +367,96,159,"Long Beach, CA",159,"Long Beach, CA" +367,97,159,"Long Beach, CA",159,"Long Beach, CA" +367,98,159,"Long Beach, CA",159,"Long Beach, CA" +367,99,159,"Long Beach, CA",159,"Long Beach, CA" +367,100,159,"Long Beach, CA",159,"Long Beach, CA" +367,101,159,"Long Beach, CA",159,"Long Beach, CA" +367,102,159,"Long Beach, CA",159,"Long Beach, CA" +367,103,159,"Long Beach, CA",159,"Long Beach, CA" +367,104,268,"Seattle, WA",268,"Seattle, WA" +367,105,159,"Long Beach, CA",159,"Long Beach, CA" +367,106,159,"Long Beach, CA",159,"Long Beach, CA" +367,107,159,"Long Beach, CA",159,"Long Beach, CA" +367,108,159,"Long Beach, CA",159,"Long Beach, CA" +367,109,159,"Long Beach, CA",159,"Long Beach, CA" +367,110,159,"Long Beach, CA",159,"Long Beach, CA" +367,111,159,"Long Beach, CA",159,"Long Beach, CA" +367,112,159,"Long Beach, CA",159,"Long Beach, CA" +367,113,268,"Seattle, WA",268,"Seattle, WA" +367,114,159,"Long Beach, CA",159,"Long Beach, CA" +367,115,159,"Long Beach, CA",159,"Long Beach, CA" +367,116,159,"Long Beach, CA",159,"Long Beach, CA" +367,117,162,"Oakland, CA",162,"Oakland, CA" +367,118,159,"Long Beach, CA",159,"Long Beach, CA" +367,119,162,"Oakland, CA",162,"Oakland, CA" +367,120,162,"Oakland, CA",162,"Oakland, CA" +367,121,268,"Seattle, WA",268,"Seattle, WA" +367,122,159,"Long Beach, CA",159,"Long Beach, CA" +367,123,159,"Long Beach, CA",159,"Long Beach, CA" +367,124,268,"Seattle, WA",268,"Seattle, WA" +367,125,159,"Long Beach, CA",159,"Long Beach, CA" +367,126,239,"Portland, OR",239,"Portland, OR" +367,127,269,"Longview, WA",269,"Longview, WA" +367,128,159,"Long Beach, CA",159,"Long Beach, CA" +367,129,162,"Oakland, CA",162,"Oakland, CA" +367,130,269,"Longview, WA",269,"Longview, WA" +367,131,162,"Oakland, CA",162,"Oakland, CA" +367,132,159,"Long Beach, CA",159,"Long Beach, CA" +367,151,159,"Long Beach, CA",268,"Seattle, WA" +367,152,159,"Long Beach, CA",239,"Portland, OR" +367,153,159,"Long Beach, CA",159,"Long Beach, CA" +367,154,154,"Anchorage, AK",154,"Anchorage, AK" +367,155,159,"Long Beach, CA",159,"Long Beach, CA" +367,156,269,"Longview, WA",268,"Seattle, WA" +367,157,269,"Longview, WA",159,"Long Beach, CA" +367,158,159,"Long Beach, CA",159,"Long Beach, CA" +367,159,159,"Long Beach, CA",159,"Long Beach, CA" +367,160,162,"Oakland, CA",269,"Longview, WA" +367,161,162,"Oakland, CA",159,"Long Beach, CA" +367,162,159,"Long Beach, CA",159,"Long Beach, CA" +367,163,159,"Long Beach, CA",159,"Long Beach, CA" +367,164,159,"Long Beach, CA",159,"Long Beach, CA" +367,165,162,"Oakland, CA",159,"Long Beach, CA" +367,166,159,"Long Beach, CA",159,"Long Beach, CA" +367,167,268,"Seattle, WA",159,"Long Beach, CA" +367,168,159,"Long Beach, CA",162,"Oakland, CA" +367,169,159,"Long Beach, CA",162,"Oakland, CA" +367,170,159,"Long Beach, CA",159,"Long Beach, CA" +367,171,159,"Long Beach, CA",159,"Long Beach, CA" +367,172,268,"Seattle, WA",159,"Long Beach, CA" +367,173,268,"Seattle, WA",159,"Long Beach, CA" +367,174,268,"Seattle, WA",162,"Oakland, CA" +367,175,268,"Seattle, WA",159,"Long Beach, CA" +367,176,269,"Longview, WA",159,"Long Beach, CA" +367,177,159,"Long Beach, CA",159,"Long Beach, CA" +367,178,159,"Long Beach, CA",268,"Seattle, WA" +367,179,179,"Honolulu, HI",179,"Honolulu, HI" +367,180,179,"Honolulu, HI",179,"Honolulu, HI" +367,181,239,"Portland, OR",268,"Seattle, WA" +367,183,159,"Long Beach, CA",268,"Seattle, WA" +367,184,268,"Seattle, WA",159,"Long Beach, CA" +367,185,268,"Seattle, WA",239,"Portland, OR" +367,186,268,"Seattle, WA",159,"Long Beach, CA" +367,187,239,"Portland, OR",159,"Long Beach, CA" +367,188,268,"Seattle, WA",159,"Long Beach, CA" +367,189,239,"Portland, OR",159,"Long Beach, CA" +367,190,268,"Seattle, WA",159,"Long Beach, CA" +367,191,268,"Seattle, WA",268,"Seattle, WA" +367,192,162,"Oakland, CA",162,"Oakland, CA" +367,193,159,"Long Beach, CA",239,"Portland, OR" +367,194,268,"Seattle, WA",159,"Long Beach, CA" +367,195,159,"Long Beach, CA",159,"Long Beach, CA" +367,196,268,"Seattle, WA",159,"Long Beach, CA" +367,197,159,"Long Beach, CA",159,"Long Beach, CA" +367,198,159,"Long Beach, CA",162,"Oakland, CA" +367,199,239,"Portland, OR",268,"Seattle, WA" +367,200,159,"Long Beach, CA",162,"Oakland, CA" +367,201,268,"Seattle, WA",159,"Long Beach, CA" +367,202,159,"Long Beach, CA",159,"Long Beach, CA" +367,203,159,"Long Beach, CA",159,"Long Beach, CA" +367,204,269,"Longview, WA",159,"Long Beach, CA" +367,205,159,"Long Beach, CA",159,"Long Beach, CA" +367,206,159,"Long Beach, CA",159,"Long Beach, CA" +367,207,159,"Long Beach, CA",159,"Long Beach, CA" +367,208,159,"Long Beach, CA",239,"Portland, OR" +367,209,159,"Long Beach, CA",268,"Seattle, WA" +367,210,159,"Long Beach, CA",159,"Long Beach, CA" +367,211,159,"Long Beach, CA",159,"Long Beach, CA" +367,212,268,"Seattle, WA",159,"Long Beach, CA" +367,213,162,"Oakland, CA",159,"Long Beach, CA" +367,214,159,"Long Beach, CA",159,"Long Beach, CA" +367,215,268,"Seattle, WA",159,"Long Beach, CA" +367,216,159,"Long Beach, CA",268,"Seattle, WA" +367,217,162,"Oakland, CA",159,"Long Beach, CA" +367,218,159,"Long Beach, CA",159,"Long Beach, CA" +367,219,268,"Seattle, WA",159,"Long Beach, CA" +367,220,159,"Long Beach, CA",268,"Seattle, WA" +367,221,268,"Seattle, WA",159,"Long Beach, CA" +367,222,159,"Long Beach, CA",159,"Long Beach, CA" +367,223,268,"Seattle, WA",162,"Oakland, CA" +367,224,268,"Seattle, WA",159,"Long Beach, CA" +367,225,268,"Seattle, WA",159,"Long Beach, CA" +367,226,162,"Oakland, CA",159,"Long Beach, CA" +367,227,159,"Long Beach, CA",162,"Oakland, CA" +367,228,159,"Long Beach, CA",159,"Long Beach, CA" +367,229,159,"Long Beach, CA",159,"Long Beach, CA" +367,230,159,"Long Beach, CA",268,"Seattle, WA" +367,231,268,"Seattle, WA",159,"Long Beach, CA" +367,232,159,"Long Beach, CA",159,"Long Beach, CA" +367,233,159,"Long Beach, CA",162,"Oakland, CA" +367,234,159,"Long Beach, CA",159,"Long Beach, CA" +367,235,268,"Seattle, WA",159,"Long Beach, CA" +367,236,268,"Seattle, WA",159,"Long Beach, CA" +367,237,268,"Seattle, WA",162,"Oakland, CA" +367,238,159,"Long Beach, CA",159,"Long Beach, CA" +367,239,159,"Long Beach, CA",159,"Long Beach, CA" +367,240,159,"Long Beach, CA",239,"Portland, OR" +367,241,159,"Long Beach, CA",159,"Long Beach, CA" +367,242,159,"Long Beach, CA",159,"Long Beach, CA" +367,243,268,"Seattle, WA",159,"Long Beach, CA" +367,244,268,"Seattle, WA",162,"Oakland, CA" +367,245,159,"Long Beach, CA",159,"Long Beach, CA" +367,246,162,"Oakland, CA",162,"Oakland, CA" +367,247,159,"Long Beach, CA",162,"Oakland, CA" +367,248,269,"Longview, WA",159,"Long Beach, CA" +367,249,268,"Seattle, WA",159,"Long Beach, CA" +367,250,159,"Long Beach, CA",269,"Longview, WA" +367,251,159,"Long Beach, CA",159,"Long Beach, CA" +367,252,159,"Long Beach, CA",162,"Oakland, CA" +367,253,159,"Long Beach, CA",162,"Oakland, CA" +367,254,159,"Long Beach, CA",159,"Long Beach, CA" +367,255,239,"Portland, OR",162,"Oakland, CA" +367,256,269,"Longview, WA",159,"Long Beach, CA" +367,257,159,"Long Beach, CA",159,"Long Beach, CA" +367,258,159,"Long Beach, CA",162,"Oakland, CA" +367,259,162,"Oakland, CA",159,"Long Beach, CA" +367,260,239,"Portland, OR",159,"Long Beach, CA" +367,261,159,"Long Beach, CA",159,"Long Beach, CA" +367,262,159,"Long Beach, CA",268,"Seattle, WA" +367,263,162,"Oakland, CA",239,"Portland, OR" +367,264,159,"Long Beach, CA",159,"Long Beach, CA" +367,265,159,"Long Beach, CA",239,"Portland, OR" +367,266,159,"Long Beach, CA",159,"Long Beach, CA" +367,267,159,"Long Beach, CA",162,"Oakland, CA" +367,268,162,"Oakland, CA",162,"Oakland, CA" +367,269,159,"Long Beach, CA",159,"Long Beach, CA" +367,270,268,"Seattle, WA",162,"Oakland, CA" +367,271,159,"Long Beach, CA",159,"Long Beach, CA" +367,272,159,"Long Beach, CA",159,"Long Beach, CA" +367,273,159,"Long Beach, CA",268,"Seattle, WA" +368,1,159,"Long Beach, CA",159,"Long Beach, CA" +368,2,268,"Seattle, WA",268,"Seattle, WA" +368,3,162,"Oakland, CA",162,"Oakland, CA" +368,4,159,"Long Beach, CA",159,"Long Beach, CA" +368,5,268,"Seattle, WA",268,"Seattle, WA" +368,6,268,"Seattle, WA",268,"Seattle, WA" +368,7,159,"Long Beach, CA",159,"Long Beach, CA" +368,8,159,"Long Beach, CA",159,"Long Beach, CA" +368,9,239,"Portland, OR",239,"Portland, OR" +368,10,159,"Long Beach, CA",159,"Long Beach, CA" +368,11,159,"Long Beach, CA",159,"Long Beach, CA" +368,12,159,"Long Beach, CA",159,"Long Beach, CA" +368,13,159,"Long Beach, CA",159,"Long Beach, CA" +368,14,159,"Long Beach, CA",159,"Long Beach, CA" +368,15,162,"Oakland, CA",162,"Oakland, CA" +368,16,159,"Long Beach, CA",159,"Long Beach, CA" +368,17,268,"Seattle, WA",268,"Seattle, WA" +368,18,162,"Oakland, CA",162,"Oakland, CA" +368,19,159,"Long Beach, CA",159,"Long Beach, CA" +368,20,159,"Long Beach, CA",159,"Long Beach, CA" +368,21,159,"Long Beach, CA",159,"Long Beach, CA" +368,22,162,"Oakland, CA",162,"Oakland, CA" +368,23,159,"Long Beach, CA",159,"Long Beach, CA" +368,24,159,"Long Beach, CA",159,"Long Beach, CA" +368,25,159,"Long Beach, CA",159,"Long Beach, CA" +368,26,269,"Longview, WA",269,"Longview, WA" +368,27,159,"Long Beach, CA",159,"Long Beach, CA" +368,28,162,"Oakland, CA",162,"Oakland, CA" +368,29,268,"Seattle, WA",268,"Seattle, WA" +368,30,162,"Oakland, CA",162,"Oakland, CA" +368,31,159,"Long Beach, CA",159,"Long Beach, CA" +368,32,159,"Long Beach, CA",159,"Long Beach, CA" +368,33,162,"Oakland, CA",162,"Oakland, CA" +368,34,159,"Long Beach, CA",159,"Long Beach, CA" +368,35,269,"Longview, WA",269,"Longview, WA" +368,36,159,"Long Beach, CA",159,"Long Beach, CA" +368,37,159,"Long Beach, CA",159,"Long Beach, CA" +368,38,268,"Seattle, WA",268,"Seattle, WA" +368,39,159,"Long Beach, CA",159,"Long Beach, CA" +368,40,162,"Oakland, CA",162,"Oakland, CA" +368,41,268,"Seattle, WA",268,"Seattle, WA" +368,42,268,"Seattle, WA",268,"Seattle, WA" +368,43,159,"Long Beach, CA",159,"Long Beach, CA" +368,44,159,"Long Beach, CA",159,"Long Beach, CA" +368,45,239,"Portland, OR",239,"Portland, OR" +368,46,159,"Long Beach, CA",159,"Long Beach, CA" +368,47,159,"Long Beach, CA",159,"Long Beach, CA" +368,48,159,"Long Beach, CA",159,"Long Beach, CA" +368,49,159,"Long Beach, CA",159,"Long Beach, CA" +368,50,159,"Long Beach, CA",159,"Long Beach, CA" +368,51,159,"Long Beach, CA",159,"Long Beach, CA" +368,52,268,"Seattle, WA",268,"Seattle, WA" +368,53,162,"Oakland, CA",162,"Oakland, CA" +368,54,159,"Long Beach, CA",159,"Long Beach, CA" +368,55,159,"Long Beach, CA",159,"Long Beach, CA" +368,56,268,"Seattle, WA",268,"Seattle, WA" +368,57,159,"Long Beach, CA",159,"Long Beach, CA" +368,58,162,"Oakland, CA",162,"Oakland, CA" +368,59,159,"Long Beach, CA",159,"Long Beach, CA" +368,60,159,"Long Beach, CA",159,"Long Beach, CA" +368,61,159,"Long Beach, CA",159,"Long Beach, CA" +368,62,269,"Longview, WA",269,"Longview, WA" +368,63,162,"Oakland, CA",162,"Oakland, CA" +368,64,239,"Portland, OR",239,"Portland, OR" +368,65,159,"Long Beach, CA",159,"Long Beach, CA" +368,66,239,"Portland, OR",239,"Portland, OR" +368,67,269,"Longview, WA",269,"Longview, WA" +368,68,159,"Long Beach, CA",159,"Long Beach, CA" +368,69,159,"Long Beach, CA",159,"Long Beach, CA" +368,70,268,"Seattle, WA",268,"Seattle, WA" +368,71,159,"Long Beach, CA",159,"Long Beach, CA" +368,72,162,"Oakland, CA",162,"Oakland, CA" +368,73,268,"Seattle, WA",268,"Seattle, WA" +368,74,268,"Seattle, WA",268,"Seattle, WA" +368,75,162,"Oakland, CA",162,"Oakland, CA" +368,76,159,"Long Beach, CA",159,"Long Beach, CA" +368,77,159,"Long Beach, CA",159,"Long Beach, CA" +368,78,159,"Long Beach, CA",159,"Long Beach, CA" +368,79,159,"Long Beach, CA",159,"Long Beach, CA" +368,80,159,"Long Beach, CA",159,"Long Beach, CA" +368,81,159,"Long Beach, CA",159,"Long Beach, CA" +368,82,159,"Long Beach, CA",159,"Long Beach, CA" +368,83,159,"Long Beach, CA",159,"Long Beach, CA" +368,84,162,"Oakland, CA",162,"Oakland, CA" +368,85,239,"Portland, OR",239,"Portland, OR" +368,86,159,"Long Beach, CA",159,"Long Beach, CA" +368,87,268,"Seattle, WA",268,"Seattle, WA" +368,88,268,"Seattle, WA",268,"Seattle, WA" +368,89,162,"Oakland, CA",162,"Oakland, CA" +368,90,268,"Seattle, WA",268,"Seattle, WA" +368,91,162,"Oakland, CA",162,"Oakland, CA" +368,92,268,"Seattle, WA",268,"Seattle, WA" +368,93,268,"Seattle, WA",268,"Seattle, WA" +368,94,268,"Seattle, WA",268,"Seattle, WA" +368,95,159,"Long Beach, CA",159,"Long Beach, CA" +368,96,268,"Seattle, WA",268,"Seattle, WA" +368,97,159,"Long Beach, CA",159,"Long Beach, CA" +368,98,159,"Long Beach, CA",159,"Long Beach, CA" +368,99,159,"Long Beach, CA",159,"Long Beach, CA" +368,100,159,"Long Beach, CA",159,"Long Beach, CA" +368,101,159,"Long Beach, CA",159,"Long Beach, CA" +368,102,268,"Seattle, WA",268,"Seattle, WA" +368,103,268,"Seattle, WA",268,"Seattle, WA" +368,104,162,"Oakland, CA",162,"Oakland, CA" +368,105,159,"Long Beach, CA",159,"Long Beach, CA" +368,106,159,"Long Beach, CA",159,"Long Beach, CA" +368,107,162,"Oakland, CA",162,"Oakland, CA" +368,108,159,"Long Beach, CA",159,"Long Beach, CA" +368,109,159,"Long Beach, CA",159,"Long Beach, CA" +368,110,159,"Long Beach, CA",159,"Long Beach, CA" +368,111,159,"Long Beach, CA",159,"Long Beach, CA" +368,112,159,"Long Beach, CA",159,"Long Beach, CA" +368,113,159,"Long Beach, CA",159,"Long Beach, CA" +368,114,268,"Seattle, WA",268,"Seattle, WA" +368,115,159,"Long Beach, CA",159,"Long Beach, CA" +368,116,269,"Longview, WA",269,"Longview, WA" +368,117,162,"Oakland, CA",162,"Oakland, CA" +368,118,269,"Longview, WA",269,"Longview, WA" +368,119,268,"Seattle, WA",268,"Seattle, WA" +368,120,268,"Seattle, WA",268,"Seattle, WA" +368,121,159,"Long Beach, CA",159,"Long Beach, CA" +368,122,159,"Long Beach, CA",159,"Long Beach, CA" +368,123,268,"Seattle, WA",268,"Seattle, WA" +368,124,159,"Long Beach, CA",159,"Long Beach, CA" +368,125,159,"Long Beach, CA",159,"Long Beach, CA" +368,126,268,"Seattle, WA",268,"Seattle, WA" +368,127,159,"Long Beach, CA",159,"Long Beach, CA" +368,128,159,"Long Beach, CA",159,"Long Beach, CA" +368,129,159,"Long Beach, CA",159,"Long Beach, CA" +368,130,159,"Long Beach, CA",159,"Long Beach, CA" +368,131,162,"Oakland, CA",162,"Oakland, CA" +368,132,159,"Long Beach, CA",159,"Long Beach, CA" +368,151,162,"Oakland, CA",159,"Long Beach, CA" +368,152,162,"Oakland, CA",268,"Seattle, WA" +368,153,159,"Long Beach, CA",162,"Oakland, CA" +368,154,154,"Anchorage, AK",154,"Anchorage, AK" +368,155,159,"Long Beach, CA",268,"Seattle, WA" +368,156,159,"Long Beach, CA",162,"Oakland, CA" +368,157,159,"Long Beach, CA",159,"Long Beach, CA" +368,158,159,"Long Beach, CA",159,"Long Beach, CA" +368,159,239,"Portland, OR",159,"Long Beach, CA" +368,160,269,"Longview, WA",159,"Long Beach, CA" +368,161,159,"Long Beach, CA",268,"Seattle, WA" +368,162,269,"Longview, WA",159,"Long Beach, CA" +368,163,268,"Seattle, WA",162,"Oakland, CA" +368,164,268,"Seattle, WA",239,"Portland, OR" +368,165,268,"Seattle, WA",159,"Long Beach, CA" +368,166,162,"Oakland, CA",268,"Seattle, WA" +368,167,162,"Oakland, CA",159,"Long Beach, CA" +368,168,268,"Seattle, WA",162,"Oakland, CA" +368,169,159,"Long Beach, CA",268,"Seattle, WA" +368,170,159,"Long Beach, CA",159,"Long Beach, CA" +368,171,174,"Tampa, FL",159,"Long Beach, CA" +368,172,159,"Long Beach, CA",239,"Portland, OR" +368,173,159,"Long Beach, CA",159,"Long Beach, CA" +368,174,159,"Long Beach, CA",174,"Tampa, FL" +368,175,268,"Seattle, WA",159,"Long Beach, CA" +368,176,268,"Seattle, WA",159,"Long Beach, CA" +368,177,159,"Long Beach, CA",268,"Seattle, WA" +368,178,159,"Long Beach, CA",159,"Long Beach, CA" +368,179,179,"Honolulu, HI",179,"Honolulu, HI" +368,180,179,"Honolulu, HI",179,"Honolulu, HI" +368,181,162,"Oakland, CA",268,"Seattle, WA" +368,183,268,"Seattle, WA",268,"Seattle, WA" +368,184,162,"Oakland, CA",159,"Long Beach, CA" +368,185,159,"Long Beach, CA",159,"Long Beach, CA" +368,186,159,"Long Beach, CA",159,"Long Beach, CA" +368,187,269,"Longview, WA",159,"Long Beach, CA" +368,188,268,"Seattle, WA",159,"Long Beach, CA" +368,189,268,"Seattle, WA",159,"Long Beach, CA" +368,190,159,"Long Beach, CA",268,"Seattle, WA" +368,191,159,"Long Beach, CA",159,"Long Beach, CA" +368,192,162,"Oakland, CA",162,"Oakland, CA" +368,193,268,"Seattle, WA",162,"Oakland, CA" +368,194,159,"Long Beach, CA",268,"Seattle, WA" +368,195,162,"Oakland, CA",171,"Jacksonville, FL" +368,196,268,"Seattle, WA",268,"Seattle, WA" +368,197,162,"Oakland, CA",159,"Long Beach, CA" +368,198,268,"Seattle, WA",217,"New York, NY and NJ" +368,199,159,"Long Beach, CA",162,"Oakland, CA" +368,200,159,"Long Beach, CA",239,"Portland, OR" +368,201,159,"Long Beach, CA",239,"Portland, OR" +368,202,268,"Seattle, WA",159,"Long Beach, CA" +368,203,162,"Oakland, CA",159,"Long Beach, CA" +368,204,159,"Long Beach, CA",159,"Long Beach, CA" +368,205,268,"Seattle, WA",162,"Oakland, CA" +368,206,159,"Long Beach, CA",162,"Oakland, CA" +368,207,268,"Seattle, WA",268,"Seattle, WA" +368,208,159,"Long Beach, CA",268,"Seattle, WA" +368,209,159,"Long Beach, CA",159,"Long Beach, CA" +368,210,268,"Seattle, WA",159,"Long Beach, CA" +368,211,162,"Oakland, CA",268,"Seattle, WA" +368,212,159,"Long Beach, CA",239,"Portland, OR" +368,213,268,"Seattle, WA",268,"Seattle, WA" +368,214,159,"Long Beach, CA",159,"Long Beach, CA" +368,215,159,"Long Beach, CA",159,"Long Beach, CA" +368,216,162,"Oakland, CA",159,"Long Beach, CA" +368,217,159,"Long Beach, CA",268,"Seattle, WA" +368,218,269,"Longview, WA",159,"Long Beach, CA" +368,219,159,"Long Beach, CA",159,"Long Beach, CA" +368,220,159,"Long Beach, CA",159,"Long Beach, CA" +368,221,162,"Oakland, CA",162,"Oakland, CA" +368,222,159,"Long Beach, CA",162,"Oakland, CA" +368,223,159,"Long Beach, CA",159,"Long Beach, CA" +368,224,159,"Long Beach, CA",159,"Long Beach, CA" +368,225,159,"Long Beach, CA",162,"Oakland, CA" +368,226,268,"Seattle, WA",162,"Oakland, CA" +368,227,159,"Long Beach, CA",268,"Seattle, WA" +368,228,268,"Seattle, WA",162,"Oakland, CA" +368,229,162,"Oakland, CA",268,"Seattle, WA" +368,230,159,"Long Beach, CA",159,"Long Beach, CA" +368,231,269,"Longview, WA",268,"Seattle, WA" +368,232,159,"Long Beach, CA",162,"Oakland, CA" +368,233,159,"Long Beach, CA",239,"Portland, OR" +368,234,162,"Oakland, CA",159,"Long Beach, CA" +368,235,159,"Long Beach, CA",159,"Long Beach, CA" +368,236,159,"Long Beach, CA",162,"Oakland, CA" +368,237,268,"Seattle, WA",268,"Seattle, WA" +368,238,159,"Long Beach, CA",162,"Oakland, CA" +368,239,159,"Long Beach, CA",159,"Long Beach, CA" +368,240,159,"Long Beach, CA",269,"Longview, WA" +368,241,159,"Long Beach, CA",268,"Seattle, WA" +368,242,159,"Long Beach, CA",159,"Long Beach, CA" +368,243,159,"Long Beach, CA",159,"Long Beach, CA" +368,244,162,"Oakland, CA",162,"Oakland, CA" +368,245,162,"Oakland, CA",174,"Tampa, FL" +368,246,159,"Long Beach, CA",268,"Seattle, WA" +368,247,268,"Seattle, WA",162,"Oakland, CA" +368,248,268,"Seattle, WA",159,"Long Beach, CA" +368,249,268,"Seattle, WA",159,"Long Beach, CA" +368,250,268,"Seattle, WA",268,"Seattle, WA" +368,251,239,"Portland, OR",239,"Portland, OR" +368,252,159,"Long Beach, CA",159,"Long Beach, CA" +368,253,269,"Longview, WA",159,"Long Beach, CA" +368,254,159,"Long Beach, CA",268,"Seattle, WA" +368,255,162,"Oakland, CA",159,"Long Beach, CA" +368,256,159,"Long Beach, CA",159,"Long Beach, CA" +368,257,159,"Long Beach, CA",268,"Seattle, WA" +368,258,159,"Long Beach, CA",159,"Long Beach, CA" +368,259,159,"Long Beach, CA",159,"Long Beach, CA" +368,260,159,"Long Beach, CA",159,"Long Beach, CA" +368,261,159,"Long Beach, CA",162,"Oakland, CA" +368,262,268,"Seattle, WA",268,"Seattle, WA" +368,263,159,"Long Beach, CA",159,"Long Beach, CA" +368,264,159,"Long Beach, CA",269,"Longview, WA" +368,265,159,"Long Beach, CA",268,"Seattle, WA" +368,266,162,"Oakland, CA",239,"Portland, OR" +368,267,162,"Oakland, CA",159,"Long Beach, CA" +368,268,159,"Long Beach, CA",268,"Seattle, WA" +368,269,268,"Seattle, WA",159,"Long Beach, CA" +368,270,239,"Portland, OR",162,"Oakland, CA" +368,271,159,"Long Beach, CA",159,"Long Beach, CA" +368,272,159,"Long Beach, CA",159,"Long Beach, CA" +368,273,268,"Seattle, WA",159,"Long Beach, CA" +369,1,159,"Long Beach, CA",159,"Long Beach, CA" +369,2,159,"Long Beach, CA",159,"Long Beach, CA" +369,3,159,"Long Beach, CA",159,"Long Beach, CA" +369,4,159,"Long Beach, CA",159,"Long Beach, CA" +369,5,159,"Long Beach, CA",159,"Long Beach, CA" +369,6,162,"Oakland, CA",162,"Oakland, CA" +369,7,162,"Oakland, CA",162,"Oakland, CA" +369,8,159,"Long Beach, CA",159,"Long Beach, CA" +369,9,159,"Long Beach, CA",159,"Long Beach, CA" +369,10,159,"Long Beach, CA",159,"Long Beach, CA" +369,11,162,"Oakland, CA",162,"Oakland, CA" +369,12,159,"Long Beach, CA",159,"Long Beach, CA" +369,13,159,"Long Beach, CA",159,"Long Beach, CA" +369,14,159,"Long Beach, CA",159,"Long Beach, CA" +369,15,159,"Long Beach, CA",159,"Long Beach, CA" +369,16,269,"Longview, WA",269,"Longview, WA" +369,17,269,"Longview, WA",269,"Longview, WA" +369,18,159,"Long Beach, CA",159,"Long Beach, CA" +369,19,159,"Long Beach, CA",159,"Long Beach, CA" +369,20,159,"Long Beach, CA",159,"Long Beach, CA" +369,21,268,"Seattle, WA",268,"Seattle, WA" +369,22,268,"Seattle, WA",268,"Seattle, WA" +369,23,159,"Long Beach, CA",159,"Long Beach, CA" +369,24,239,"Portland, OR",239,"Portland, OR" +369,25,159,"Long Beach, CA",159,"Long Beach, CA" +369,26,159,"Long Beach, CA",159,"Long Beach, CA" +369,27,268,"Seattle, WA",268,"Seattle, WA" +369,28,268,"Seattle, WA",268,"Seattle, WA" +369,29,159,"Long Beach, CA",159,"Long Beach, CA" +369,30,162,"Oakland, CA",162,"Oakland, CA" +369,31,159,"Long Beach, CA",159,"Long Beach, CA" +369,32,162,"Oakland, CA",162,"Oakland, CA" +369,33,159,"Long Beach, CA",159,"Long Beach, CA" +369,34,159,"Long Beach, CA",159,"Long Beach, CA" +369,35,159,"Long Beach, CA",159,"Long Beach, CA" +369,36,159,"Long Beach, CA",159,"Long Beach, CA" +369,37,159,"Long Beach, CA",159,"Long Beach, CA" +369,38,239,"Portland, OR",239,"Portland, OR" +369,39,162,"Oakland, CA",162,"Oakland, CA" +369,40,239,"Portland, OR",239,"Portland, OR" +369,41,268,"Seattle, WA",268,"Seattle, WA" +369,42,162,"Oakland, CA",162,"Oakland, CA" +369,43,239,"Portland, OR",239,"Portland, OR" +369,44,162,"Oakland, CA",162,"Oakland, CA" +369,45,159,"Long Beach, CA",159,"Long Beach, CA" +369,46,269,"Longview, WA",269,"Longview, WA" +369,47,162,"Oakland, CA",162,"Oakland, CA" +369,48,159,"Long Beach, CA",159,"Long Beach, CA" +369,49,268,"Seattle, WA",268,"Seattle, WA" +369,50,162,"Oakland, CA",162,"Oakland, CA" +369,51,159,"Long Beach, CA",159,"Long Beach, CA" +369,52,159,"Long Beach, CA",159,"Long Beach, CA" +369,53,159,"Long Beach, CA",159,"Long Beach, CA" +369,54,162,"Oakland, CA",162,"Oakland, CA" +369,55,159,"Long Beach, CA",159,"Long Beach, CA" +369,56,159,"Long Beach, CA",159,"Long Beach, CA" +369,57,159,"Long Beach, CA",159,"Long Beach, CA" +369,58,268,"Seattle, WA",268,"Seattle, WA" +369,59,159,"Long Beach, CA",159,"Long Beach, CA" +369,60,268,"Seattle, WA",268,"Seattle, WA" +369,61,162,"Oakland, CA",162,"Oakland, CA" +369,62,159,"Long Beach, CA",159,"Long Beach, CA" +369,63,159,"Long Beach, CA",159,"Long Beach, CA" +369,64,268,"Seattle, WA",268,"Seattle, WA" +369,65,269,"Longview, WA",269,"Longview, WA" +369,66,162,"Oakland, CA",162,"Oakland, CA" +369,67,159,"Long Beach, CA",159,"Long Beach, CA" +369,68,268,"Seattle, WA",268,"Seattle, WA" +369,69,162,"Oakland, CA",162,"Oakland, CA" +369,70,162,"Oakland, CA",162,"Oakland, CA" +369,71,159,"Long Beach, CA",159,"Long Beach, CA" +369,72,268,"Seattle, WA",268,"Seattle, WA" +369,73,159,"Long Beach, CA",159,"Long Beach, CA" +369,74,159,"Long Beach, CA",159,"Long Beach, CA" +369,75,162,"Oakland, CA",162,"Oakland, CA" +369,76,159,"Long Beach, CA",159,"Long Beach, CA" +369,77,159,"Long Beach, CA",159,"Long Beach, CA" +369,78,159,"Long Beach, CA",159,"Long Beach, CA" +369,79,159,"Long Beach, CA",159,"Long Beach, CA" +369,80,159,"Long Beach, CA",159,"Long Beach, CA" +369,81,159,"Long Beach, CA",159,"Long Beach, CA" +369,82,239,"Portland, OR",239,"Portland, OR" +369,83,268,"Seattle, WA",268,"Seattle, WA" +369,84,268,"Seattle, WA",268,"Seattle, WA" +369,85,239,"Portland, OR",239,"Portland, OR" +369,86,159,"Long Beach, CA",159,"Long Beach, CA" +369,87,268,"Seattle, WA",268,"Seattle, WA" +369,88,162,"Oakland, CA",162,"Oakland, CA" +369,89,239,"Portland, OR",239,"Portland, OR" +369,90,159,"Long Beach, CA",159,"Long Beach, CA" +369,91,159,"Long Beach, CA",159,"Long Beach, CA" +369,92,159,"Long Beach, CA",159,"Long Beach, CA" +369,93,159,"Long Beach, CA",159,"Long Beach, CA" +369,94,162,"Oakland, CA",162,"Oakland, CA" +369,95,239,"Portland, OR",239,"Portland, OR" +369,96,159,"Long Beach, CA",159,"Long Beach, CA" +369,97,159,"Long Beach, CA",159,"Long Beach, CA" +369,98,162,"Oakland, CA",162,"Oakland, CA" +369,99,159,"Long Beach, CA",159,"Long Beach, CA" +369,100,159,"Long Beach, CA",159,"Long Beach, CA" +369,101,268,"Seattle, WA",268,"Seattle, WA" +369,102,159,"Long Beach, CA",159,"Long Beach, CA" +369,103,159,"Long Beach, CA",159,"Long Beach, CA" +369,104,159,"Long Beach, CA",159,"Long Beach, CA" +369,105,159,"Long Beach, CA",159,"Long Beach, CA" +369,106,268,"Seattle, WA",268,"Seattle, WA" +369,107,159,"Long Beach, CA",159,"Long Beach, CA" +369,108,162,"Oakland, CA",162,"Oakland, CA" +369,109,159,"Long Beach, CA",159,"Long Beach, CA" +369,110,268,"Seattle, WA",268,"Seattle, WA" +369,111,159,"Long Beach, CA",159,"Long Beach, CA" +369,112,268,"Seattle, WA",268,"Seattle, WA" +369,113,162,"Oakland, CA",162,"Oakland, CA" +369,114,162,"Oakland, CA",162,"Oakland, CA" +369,115,268,"Seattle, WA",268,"Seattle, WA" +369,116,239,"Portland, OR",239,"Portland, OR" +369,117,268,"Seattle, WA",268,"Seattle, WA" +369,118,268,"Seattle, WA",268,"Seattle, WA" +369,119,162,"Oakland, CA",162,"Oakland, CA" +369,120,239,"Portland, OR",239,"Portland, OR" +369,121,162,"Oakland, CA",162,"Oakland, CA" +369,122,268,"Seattle, WA",268,"Seattle, WA" +369,123,268,"Seattle, WA",268,"Seattle, WA" +369,124,159,"Long Beach, CA",159,"Long Beach, CA" +369,125,162,"Oakland, CA",162,"Oakland, CA" +369,126,159,"Long Beach, CA",159,"Long Beach, CA" +369,127,269,"Longview, WA",269,"Longview, WA" +369,128,159,"Long Beach, CA",159,"Long Beach, CA" +369,129,159,"Long Beach, CA",159,"Long Beach, CA" +369,130,159,"Long Beach, CA",159,"Long Beach, CA" +369,131,268,"Seattle, WA",268,"Seattle, WA" +369,132,159,"Long Beach, CA",159,"Long Beach, CA" +369,151,159,"Long Beach, CA",268,"Seattle, WA" +369,152,159,"Long Beach, CA",159,"Long Beach, CA" +369,153,159,"Long Beach, CA",159,"Long Beach, CA" +369,154,154,"Anchorage, AK",154,"Anchorage, AK" +369,155,162,"Oakland, CA",162,"Oakland, CA" +369,156,159,"Long Beach, CA",159,"Long Beach, CA" +369,157,239,"Portland, OR",268,"Seattle, WA" +369,158,159,"Long Beach, CA",159,"Long Beach, CA" +369,159,159,"Long Beach, CA",159,"Long Beach, CA" +369,160,159,"Long Beach, CA",268,"Seattle, WA" +369,161,269,"Longview, WA",269,"Longview, WA" +369,162,159,"Long Beach, CA",159,"Long Beach, CA" +369,163,159,"Long Beach, CA",159,"Long Beach, CA" +369,164,162,"Oakland, CA",159,"Long Beach, CA" +369,165,162,"Oakland, CA",159,"Long Beach, CA" +369,166,268,"Seattle, WA",159,"Long Beach, CA" +369,167,159,"Long Beach, CA",239,"Portland, OR" +369,168,172,"Port Everglades, FL",217,"New York, NY and NJ" +369,169,162,"Oakland, CA",269,"Longview, WA" +369,170,162,"Oakland, CA",159,"Long Beach, CA" +369,171,159,"Long Beach, CA",268,"Seattle, WA" +369,172,239,"Portland, OR",268,"Seattle, WA" +369,173,159,"Long Beach, CA",239,"Portland, OR" +369,174,159,"Long Beach, CA",268,"Seattle, WA" +369,175,162,"Oakland, CA",268,"Seattle, WA" +369,176,159,"Long Beach, CA",195,"New Orleans, LA" +369,177,159,"Long Beach, CA",159,"Long Beach, CA" +369,178,162,"Oakland, CA",159,"Long Beach, CA" +369,179,179,"Honolulu, HI",179,"Honolulu, HI" +369,180,179,"Honolulu, HI",179,"Honolulu, HI" +369,181,159,"Long Beach, CA",159,"Long Beach, CA" +369,183,159,"Long Beach, CA",159,"Long Beach, CA" +369,184,239,"Portland, OR",162,"Oakland, CA" +369,185,159,"Long Beach, CA",268,"Seattle, WA" +369,186,269,"Longview, WA",208,"Pascagoula, MS" +369,187,159,"Long Beach, CA",171,"Jacksonville, FL" +369,188,159,"Long Beach, CA",162,"Oakland, CA" +369,189,239,"Portland, OR",269,"Longview, WA" +369,190,239,"Portland, OR",159,"Long Beach, CA" +369,191,268,"Seattle, WA",268,"Seattle, WA" +369,192,268,"Seattle, WA",159,"Long Beach, CA" +369,193,269,"Longview, WA",159,"Long Beach, CA" +369,194,162,"Oakland, CA",269,"Longview, WA" +369,195,159,"Long Beach, CA",152,"Mobile, AL" +369,196,268,"Seattle, WA",195,"New Orleans, LA" +369,197,239,"Portland, OR",268,"Seattle, WA" +369,198,159,"Long Beach, CA",159,"Long Beach, CA" +369,199,162,"Oakland, CA",245,"Charleston, SC" +369,200,159,"Long Beach, CA",239,"Portland, OR" +369,201,159,"Long Beach, CA",268,"Seattle, WA" +369,202,159,"Long Beach, CA",268,"Seattle, WA" +369,203,162,"Oakland, CA",162,"Oakland, CA" +369,204,159,"Long Beach, CA",269,"Longview, WA" +369,205,268,"Seattle, WA",159,"Long Beach, CA" +369,206,159,"Long Beach, CA",162,"Oakland, CA" +369,207,268,"Seattle, WA",159,"Long Beach, CA" +369,208,159,"Long Beach, CA",159,"Long Beach, CA" +369,209,268,"Seattle, WA",159,"Long Beach, CA" +369,210,162,"Oakland, CA",268,"Seattle, WA" +369,211,159,"Long Beach, CA",159,"Long Beach, CA" +369,212,159,"Long Beach, CA",159,"Long Beach, CA" +369,213,268,"Seattle, WA",239,"Portland, OR" +369,214,268,"Seattle, WA",162,"Oakland, CA" +369,215,159,"Long Beach, CA",159,"Long Beach, CA" +369,216,239,"Portland, OR",239,"Portland, OR" +369,217,268,"Seattle, WA",162,"Oakland, CA" +369,218,159,"Long Beach, CA",265,"Norfolk Harbor, VA" +369,219,159,"Long Beach, CA",172,"Port Everglades, FL" +369,220,159,"Long Beach, CA",159,"Long Beach, CA" +369,221,268,"Seattle, WA",245,"Charleston, SC" +369,222,268,"Seattle, WA",159,"Long Beach, CA" +369,223,159,"Long Beach, CA",239,"Portland, OR" +369,224,162,"Oakland, CA",268,"Seattle, WA" +369,225,268,"Seattle, WA",268,"Seattle, WA" +369,226,268,"Seattle, WA",162,"Oakland, CA" +369,227,268,"Seattle, WA",159,"Long Beach, CA" +369,228,269,"Longview, WA",268,"Seattle, WA" +369,229,159,"Long Beach, CA",159,"Long Beach, CA" +369,230,159,"Long Beach, CA",268,"Seattle, WA" +369,231,239,"Portland, OR",268,"Seattle, WA" +369,232,159,"Long Beach, CA",159,"Long Beach, CA" +369,233,268,"Seattle, WA",268,"Seattle, WA" +369,234,159,"Long Beach, CA",268,"Seattle, WA" +369,235,159,"Long Beach, CA",162,"Oakland, CA" +369,236,159,"Long Beach, CA",159,"Long Beach, CA" +369,237,159,"Long Beach, CA",159,"Long Beach, CA" +369,238,162,"Oakland, CA",159,"Long Beach, CA" +369,239,159,"Long Beach, CA",239,"Portland, OR" +369,240,269,"Longview, WA",159,"Long Beach, CA" +369,241,268,"Seattle, WA",241,"Philadelphia, PA" +369,242,268,"Seattle, WA",268,"Seattle, WA" +369,243,239,"Portland, OR",159,"Long Beach, CA" +369,244,162,"Oakland, CA",268,"Seattle, WA" +369,245,159,"Long Beach, CA",268,"Seattle, WA" +369,246,162,"Oakland, CA",159,"Long Beach, CA" +369,247,239,"Portland, OR",162,"Oakland, CA" +369,248,159,"Long Beach, CA",159,"Long Beach, CA" +369,249,159,"Long Beach, CA",239,"Portland, OR" +369,250,268,"Seattle, WA",152,"Mobile, AL" +369,251,159,"Long Beach, CA",195,"New Orleans, LA" +369,252,239,"Portland, OR",269,"Longview, WA" +369,253,268,"Seattle, WA",268,"Seattle, WA" +369,254,269,"Longview, WA",257,"Houston, TX" +369,255,159,"Long Beach, CA",159,"Long Beach, CA" +369,256,159,"Long Beach, CA",268,"Seattle, WA" +369,257,162,"Oakland, CA",159,"Long Beach, CA" +369,258,162,"Oakland, CA",162,"Oakland, CA" +369,259,159,"Long Beach, CA",159,"Long Beach, CA" +369,260,159,"Long Beach, CA",269,"Longview, WA" +369,261,268,"Seattle, WA",159,"Long Beach, CA" +369,262,159,"Long Beach, CA",162,"Oakland, CA" +369,263,268,"Seattle, WA",239,"Portland, OR" +369,264,159,"Long Beach, CA",172,"Port Everglades, FL" +369,265,268,"Seattle, WA",268,"Seattle, WA" +369,266,159,"Long Beach, CA",269,"Longview, WA" +369,267,268,"Seattle, WA",268,"Seattle, WA" +369,268,239,"Portland, OR",269,"Longview, WA" +369,269,159,"Long Beach, CA",162,"Oakland, CA" +369,270,268,"Seattle, WA",172,"Port Everglades, FL" +369,271,159,"Long Beach, CA",159,"Long Beach, CA" +369,272,159,"Long Beach, CA",159,"Long Beach, CA" +369,273,239,"Portland, OR",159,"Long Beach, CA" +370,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,2,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +370,3,244,"Providence, RI",244,"Providence, RI" +370,4,201,"Boston, MA",201,"Boston, MA" +370,5,201,"Boston, MA",201,"Boston, MA" +370,6,197,"Portland, ME",197,"Portland, ME" +370,7,201,"Boston, MA",201,"Boston, MA" +370,8,201,"Boston, MA",201,"Boston, MA" +370,9,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +370,10,197,"Portland, ME",197,"Portland, ME" +370,11,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,12,169,"Wilmington, DE",169,"Wilmington, DE" +370,13,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,14,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,15,198,"Baltimore, MD",198,"Baltimore, MD" +370,16,217,"New York, NY and NJ",217,"New York, NY and NJ" +370,17,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +370,18,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +370,20,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,22,198,"Baltimore, MD",198,"Baltimore, MD" +370,23,198,"Baltimore, MD",198,"Baltimore, MD" +370,24,217,"New York, NY and NJ",217,"New York, NY and NJ" +370,25,241,"Philadelphia, PA",241,"Philadelphia, PA" +370,26,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,27,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,28,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +370,29,201,"Boston, MA",201,"Boston, MA" +370,30,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,31,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,32,201,"Boston, MA",201,"Boston, MA" +370,33,201,"Boston, MA",201,"Boston, MA" +370,34,217,"New York, NY and NJ",217,"New York, NY and NJ" +370,35,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +370,36,244,"Providence, RI",244,"Providence, RI" +370,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,38,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,39,201,"Boston, MA",201,"Boston, MA" +370,40,217,"New York, NY and NJ",217,"New York, NY and NJ" +370,41,198,"Baltimore, MD",198,"Baltimore, MD" +370,42,201,"Boston, MA",201,"Boston, MA" +370,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,44,198,"Baltimore, MD",198,"Baltimore, MD" +370,45,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,46,201,"Boston, MA",201,"Boston, MA" +370,47,217,"New York, NY and NJ",217,"New York, NY and NJ" +370,48,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,49,197,"Portland, ME",197,"Portland, ME" +370,50,217,"New York, NY and NJ",217,"New York, NY and NJ" +370,51,241,"Philadelphia, PA",241,"Philadelphia, PA" +370,52,197,"Portland, ME",197,"Portland, ME" +370,53,241,"Philadelphia, PA",241,"Philadelphia, PA" +370,54,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,55,169,"Wilmington, DE",169,"Wilmington, DE" +370,56,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,57,241,"Philadelphia, PA",241,"Philadelphia, PA" +370,58,201,"Boston, MA",201,"Boston, MA" +370,59,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,60,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,61,198,"Baltimore, MD",198,"Baltimore, MD" +370,62,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,63,201,"Boston, MA",201,"Boston, MA" +370,64,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,65,217,"New York, NY and NJ",217,"New York, NY and NJ" +370,66,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,67,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,68,197,"Portland, ME",197,"Portland, ME" +370,69,169,"Wilmington, DE",169,"Wilmington, DE" +370,70,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,72,198,"Baltimore, MD",198,"Baltimore, MD" +370,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,74,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,75,241,"Philadelphia, PA",241,"Philadelphia, PA" +370,76,197,"Portland, ME",197,"Portland, ME" +370,77,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,78,197,"Portland, ME",197,"Portland, ME" +370,79,201,"Boston, MA",201,"Boston, MA" +370,80,197,"Portland, ME",197,"Portland, ME" +370,81,201,"Boston, MA",201,"Boston, MA" +370,82,217,"New York, NY and NJ",217,"New York, NY and NJ" +370,83,197,"Portland, ME",197,"Portland, ME" +370,84,198,"Baltimore, MD",198,"Baltimore, MD" +370,85,217,"New York, NY and NJ",217,"New York, NY and NJ" +370,86,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,87,197,"Portland, ME",197,"Portland, ME" +370,88,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,89,217,"New York, NY and NJ",217,"New York, NY and NJ" +370,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,91,217,"New York, NY and NJ",217,"New York, NY and NJ" +370,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +370,93,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,94,198,"Baltimore, MD",198,"Baltimore, MD" +370,95,217,"New York, NY and NJ",217,"New York, NY and NJ" +370,96,217,"New York, NY and NJ",217,"New York, NY and NJ" +370,97,217,"New York, NY and NJ",217,"New York, NY and NJ" +370,98,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,99,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,101,217,"New York, NY and NJ",217,"New York, NY and NJ" +370,102,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +370,103,217,"New York, NY and NJ",217,"New York, NY and NJ" +370,104,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,105,217,"New York, NY and NJ",217,"New York, NY and NJ" +370,106,198,"Baltimore, MD",198,"Baltimore, MD" +370,107,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,108,198,"Baltimore, MD",198,"Baltimore, MD" +370,109,217,"New York, NY and NJ",217,"New York, NY and NJ" +370,110,197,"Portland, ME",197,"Portland, ME" +370,111,197,"Portland, ME",197,"Portland, ME" +370,112,244,"Providence, RI",244,"Providence, RI" +370,113,197,"Portland, ME",197,"Portland, ME" +370,114,244,"Providence, RI",244,"Providence, RI" +370,115,217,"New York, NY and NJ",217,"New York, NY and NJ" +370,116,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +370,117,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,118,217,"New York, NY and NJ",217,"New York, NY and NJ" +370,119,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +370,120,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,121,217,"New York, NY and NJ",217,"New York, NY and NJ" +370,122,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,123,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,124,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,125,241,"Philadelphia, PA",241,"Philadelphia, PA" +370,126,217,"New York, NY and NJ",217,"New York, NY and NJ" +370,127,217,"New York, NY and NJ",217,"New York, NY and NJ" +370,128,201,"Boston, MA",201,"Boston, MA" +370,129,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,130,201,"Boston, MA",201,"Boston, MA" +370,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +370,132,197,"Portland, ME",197,"Portland, ME" +370,151,197,"Portland, ME",223,"New York, NY and NJ" +370,152,197,"Portland, ME",241,"Philadelphia, PA" +370,153,223,"New York, NY and NJ",201,"Boston, MA" +370,154,154,"Anchorage, AK",154,"Anchorage, AK" +370,155,201,"Boston, MA",218,"Camden-Gloucester, NJ" +370,156,201,"Boston, MA",217,"New York, NY and NJ" +370,157,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +370,158,217,"New York, NY and NJ",241,"Philadelphia, PA" +370,159,198,"Baltimore, MD",223,"New York, NY and NJ" +370,160,197,"Portland, ME",218,"Camden-Gloucester, NJ" +370,161,241,"Philadelphia, PA",217,"New York, NY and NJ" +370,162,223,"New York, NY and NJ",217,"New York, NY and NJ" +370,163,265,"Norfolk Harbor, VA",201,"Boston, MA" +370,164,198,"Baltimore, MD",198,"Baltimore, MD" +370,165,217,"New York, NY and NJ",223,"New York, NY and NJ" +370,166,201,"Boston, MA",217,"New York, NY and NJ" +370,167,217,"New York, NY and NJ",223,"New York, NY and NJ" +370,168,223,"New York, NY and NJ",241,"Philadelphia, PA" +370,169,197,"Portland, ME",218,"Camden-Gloucester, NJ" +370,170,217,"New York, NY and NJ",244,"Providence, RI" +370,171,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +370,172,244,"Providence, RI",201,"Boston, MA" +370,173,198,"Baltimore, MD",197,"Portland, ME" +370,174,198,"Baltimore, MD",198,"Baltimore, MD" +370,175,241,"Philadelphia, PA",223,"New York, NY and NJ" +370,176,197,"Portland, ME",223,"New York, NY and NJ" +370,177,198,"Baltimore, MD",217,"New York, NY and NJ" +370,178,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +370,179,179,"Honolulu, HI",179,"Honolulu, HI" +370,180,179,"Honolulu, HI",179,"Honolulu, HI" +370,181,198,"Baltimore, MD",197,"Portland, ME" +370,183,198,"Baltimore, MD",201,"Boston, MA" +370,184,217,"New York, NY and NJ",197,"Portland, ME" +370,185,197,"Portland, ME",241,"Philadelphia, PA" +370,186,197,"Portland, ME",265,"Norfolk Harbor, VA" +370,187,223,"New York, NY and NJ",169,"Wilmington, DE" +370,188,201,"Boston, MA",217,"New York, NY and NJ" +370,189,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +370,190,241,"Philadelphia, PA",244,"Providence, RI" +370,191,197,"Portland, ME",169,"Wilmington, DE" +370,192,241,"Philadelphia, PA",217,"New York, NY and NJ" +370,193,241,"Philadelphia, PA",201,"Boston, MA" +370,194,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +370,195,241,"Philadelphia, PA",152,"Mobile, AL" +370,196,198,"Baltimore, MD",198,"Baltimore, MD" +370,197,223,"New York, NY and NJ",201,"Boston, MA" +370,198,217,"New York, NY and NJ",223,"New York, NY and NJ" +370,199,197,"Portland, ME",198,"Baltimore, MD" +370,200,201,"Boston, MA",218,"Camden-Gloucester, NJ" +370,201,217,"New York, NY and NJ",223,"New York, NY and NJ" +370,202,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,203,201,"Boston, MA",223,"New York, NY and NJ" +370,204,223,"New York, NY and NJ",217,"New York, NY and NJ" +370,205,217,"New York, NY and NJ",197,"Portland, ME" +370,206,241,"Philadelphia, PA",197,"Portland, ME" +370,207,217,"New York, NY and NJ",201,"Boston, MA" +370,208,217,"New York, NY and NJ",197,"Portland, ME" +370,209,201,"Boston, MA",201,"Boston, MA" +370,210,201,"Boston, MA",201,"Boston, MA" +370,211,244,"Providence, RI",223,"New York, NY and NJ" +370,212,201,"Boston, MA",223,"New York, NY and NJ" +370,213,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +370,214,198,"Baltimore, MD",201,"Boston, MA" +370,215,198,"Baltimore, MD",223,"New York, NY and NJ" +370,216,223,"New York, NY and NJ",201,"Boston, MA" +370,217,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +370,218,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,219,241,"Philadelphia, PA",198,"Baltimore, MD" +370,220,223,"New York, NY and NJ",217,"New York, NY and NJ" +370,221,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,222,197,"Portland, ME",217,"New York, NY and NJ" +370,223,201,"Boston, MA",223,"New York, NY and NJ" +370,224,241,"Philadelphia, PA",217,"New York, NY and NJ" +370,225,201,"Boston, MA",217,"New York, NY and NJ" +370,226,201,"Boston, MA",198,"Baltimore, MD" +370,227,244,"Providence, RI",265,"Norfolk Harbor, VA" +370,228,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +370,229,244,"Providence, RI",265,"Norfolk Harbor, VA" +370,230,223,"New York, NY and NJ",241,"Philadelphia, PA" +370,231,201,"Boston, MA",217,"New York, NY and NJ" +370,232,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +370,233,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +370,234,197,"Portland, ME",197,"Portland, ME" +370,235,223,"New York, NY and NJ",197,"Portland, ME" +370,236,223,"New York, NY and NJ",241,"Philadelphia, PA" +370,237,217,"New York, NY and NJ",223,"New York, NY and NJ" +370,238,201,"Boston, MA",241,"Philadelphia, PA" +370,239,265,"Norfolk Harbor, VA",201,"Boston, MA" +370,240,223,"New York, NY and NJ",223,"New York, NY and NJ" +370,241,223,"New York, NY and NJ",241,"Philadelphia, PA" +370,242,217,"New York, NY and NJ",241,"Philadelphia, PA" +370,243,241,"Philadelphia, PA",244,"Providence, RI" +370,244,223,"New York, NY and NJ",217,"New York, NY and NJ" +370,245,198,"Baltimore, MD",223,"New York, NY and NJ" +370,246,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +370,247,198,"Baltimore, MD",223,"New York, NY and NJ" +370,248,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +370,249,198,"Baltimore, MD",223,"New York, NY and NJ" +370,250,201,"Boston, MA",265,"Norfolk Harbor, VA" +370,251,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +370,252,223,"New York, NY and NJ",195,"New Orleans, LA" +370,253,218,"Camden-Gloucester, NJ",201,"Boston, MA" +370,254,217,"New York, NY and NJ",152,"Mobile, AL" +370,255,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +370,256,198,"Baltimore, MD",241,"Philadelphia, PA" +370,257,244,"Providence, RI",197,"Portland, ME" +370,258,201,"Boston, MA",223,"New York, NY and NJ" +370,259,198,"Baltimore, MD",197,"Portland, ME" +370,260,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +370,261,241,"Philadelphia, PA",244,"Providence, RI" +370,262,197,"Portland, ME",217,"New York, NY and NJ" +370,263,217,"New York, NY and NJ",197,"Portland, ME" +370,264,197,"Portland, ME",244,"Providence, RI" +370,265,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +370,266,223,"New York, NY and NJ",198,"Baltimore, MD" +370,267,217,"New York, NY and NJ",241,"Philadelphia, PA" +370,268,201,"Boston, MA",223,"New York, NY and NJ" +370,269,198,"Baltimore, MD",223,"New York, NY and NJ" +370,270,198,"Baltimore, MD",241,"Philadelphia, PA" +370,271,223,"New York, NY and NJ",244,"Providence, RI" +370,272,201,"Boston, MA",217,"New York, NY and NJ" +370,273,201,"Boston, MA",198,"Baltimore, MD" +371,1,162,"Oakland, CA",162,"Oakland, CA" +371,2,159,"Long Beach, CA",159,"Long Beach, CA" +371,3,159,"Long Beach, CA",159,"Long Beach, CA" +371,4,159,"Long Beach, CA",159,"Long Beach, CA" +371,5,159,"Long Beach, CA",159,"Long Beach, CA" +371,6,269,"Longview, WA",269,"Longview, WA" +371,7,159,"Long Beach, CA",159,"Long Beach, CA" +371,8,239,"Portland, OR",239,"Portland, OR" +371,9,269,"Longview, WA",269,"Longview, WA" +371,10,159,"Long Beach, CA",159,"Long Beach, CA" +371,11,159,"Long Beach, CA",159,"Long Beach, CA" +371,12,269,"Longview, WA",269,"Longview, WA" +371,13,159,"Long Beach, CA",159,"Long Beach, CA" +371,14,162,"Oakland, CA",162,"Oakland, CA" +371,15,159,"Long Beach, CA",159,"Long Beach, CA" +371,16,268,"Seattle, WA",268,"Seattle, WA" +371,17,159,"Long Beach, CA",159,"Long Beach, CA" +371,18,159,"Long Beach, CA",159,"Long Beach, CA" +371,19,239,"Portland, OR",239,"Portland, OR" +371,20,159,"Long Beach, CA",159,"Long Beach, CA" +371,21,159,"Long Beach, CA",159,"Long Beach, CA" +371,22,239,"Portland, OR",239,"Portland, OR" +371,23,239,"Portland, OR",239,"Portland, OR" +371,24,269,"Longview, WA",269,"Longview, WA" +371,25,268,"Seattle, WA",268,"Seattle, WA" +371,26,159,"Long Beach, CA",159,"Long Beach, CA" +371,27,159,"Long Beach, CA",159,"Long Beach, CA" +371,28,159,"Long Beach, CA",159,"Long Beach, CA" +371,29,239,"Portland, OR",239,"Portland, OR" +371,30,159,"Long Beach, CA",159,"Long Beach, CA" +371,31,268,"Seattle, WA",268,"Seattle, WA" +371,32,159,"Long Beach, CA",159,"Long Beach, CA" +371,33,159,"Long Beach, CA",159,"Long Beach, CA" +371,34,239,"Portland, OR",239,"Portland, OR" +371,35,159,"Long Beach, CA",159,"Long Beach, CA" +371,36,239,"Portland, OR",239,"Portland, OR" +371,37,159,"Long Beach, CA",159,"Long Beach, CA" +371,38,159,"Long Beach, CA",159,"Long Beach, CA" +371,39,159,"Long Beach, CA",159,"Long Beach, CA" +371,40,268,"Seattle, WA",268,"Seattle, WA" +371,41,159,"Long Beach, CA",159,"Long Beach, CA" +371,42,268,"Seattle, WA",268,"Seattle, WA" +371,43,162,"Oakland, CA",162,"Oakland, CA" +371,44,162,"Oakland, CA",162,"Oakland, CA" +371,45,159,"Long Beach, CA",159,"Long Beach, CA" +371,46,162,"Oakland, CA",162,"Oakland, CA" +371,47,269,"Longview, WA",269,"Longview, WA" +371,48,162,"Oakland, CA",162,"Oakland, CA" +371,49,268,"Seattle, WA",268,"Seattle, WA" +371,50,162,"Oakland, CA",162,"Oakland, CA" +371,51,159,"Long Beach, CA",159,"Long Beach, CA" +371,52,162,"Oakland, CA",162,"Oakland, CA" +371,53,268,"Seattle, WA",268,"Seattle, WA" +371,54,269,"Longview, WA",269,"Longview, WA" +371,55,268,"Seattle, WA",268,"Seattle, WA" +371,56,159,"Long Beach, CA",159,"Long Beach, CA" +371,57,159,"Long Beach, CA",159,"Long Beach, CA" +371,58,159,"Long Beach, CA",159,"Long Beach, CA" +371,59,269,"Longview, WA",269,"Longview, WA" +371,60,268,"Seattle, WA",268,"Seattle, WA" +371,61,159,"Long Beach, CA",159,"Long Beach, CA" +371,62,268,"Seattle, WA",268,"Seattle, WA" +371,63,268,"Seattle, WA",268,"Seattle, WA" +371,64,268,"Seattle, WA",268,"Seattle, WA" +371,65,239,"Portland, OR",239,"Portland, OR" +371,66,162,"Oakland, CA",162,"Oakland, CA" +371,67,239,"Portland, OR",239,"Portland, OR" +371,68,159,"Long Beach, CA",159,"Long Beach, CA" +371,69,268,"Seattle, WA",268,"Seattle, WA" +371,70,159,"Long Beach, CA",159,"Long Beach, CA" +371,71,162,"Oakland, CA",162,"Oakland, CA" +371,72,159,"Long Beach, CA",159,"Long Beach, CA" +371,73,159,"Long Beach, CA",159,"Long Beach, CA" +371,74,159,"Long Beach, CA",159,"Long Beach, CA" +371,75,159,"Long Beach, CA",159,"Long Beach, CA" +371,76,159,"Long Beach, CA",159,"Long Beach, CA" +371,77,159,"Long Beach, CA",159,"Long Beach, CA" +371,78,159,"Long Beach, CA",159,"Long Beach, CA" +371,79,268,"Seattle, WA",268,"Seattle, WA" +371,80,268,"Seattle, WA",268,"Seattle, WA" +371,81,159,"Long Beach, CA",159,"Long Beach, CA" +371,82,152,"Mobile, AL",152,"Mobile, AL" +371,83,195,"New Orleans, LA",195,"New Orleans, LA" +371,84,159,"Long Beach, CA",159,"Long Beach, CA" +371,85,159,"Long Beach, CA",159,"Long Beach, CA" +371,86,162,"Oakland, CA",162,"Oakland, CA" +371,87,159,"Long Beach, CA",159,"Long Beach, CA" +371,88,162,"Oakland, CA",162,"Oakland, CA" +371,89,159,"Long Beach, CA",159,"Long Beach, CA" +371,90,159,"Long Beach, CA",159,"Long Beach, CA" +371,91,268,"Seattle, WA",268,"Seattle, WA" +371,92,159,"Long Beach, CA",159,"Long Beach, CA" +371,93,159,"Long Beach, CA",159,"Long Beach, CA" +371,94,268,"Seattle, WA",268,"Seattle, WA" +371,95,268,"Seattle, WA",268,"Seattle, WA" +371,96,239,"Portland, OR",239,"Portland, OR" +371,97,159,"Long Beach, CA",159,"Long Beach, CA" +371,98,159,"Long Beach, CA",159,"Long Beach, CA" +371,99,268,"Seattle, WA",268,"Seattle, WA" +371,100,268,"Seattle, WA",268,"Seattle, WA" +371,101,159,"Long Beach, CA",159,"Long Beach, CA" +371,102,268,"Seattle, WA",268,"Seattle, WA" +371,103,159,"Long Beach, CA",159,"Long Beach, CA" +371,104,268,"Seattle, WA",268,"Seattle, WA" +371,105,239,"Portland, OR",239,"Portland, OR" +371,106,269,"Longview, WA",269,"Longview, WA" +371,107,159,"Long Beach, CA",159,"Long Beach, CA" +371,108,159,"Long Beach, CA",159,"Long Beach, CA" +371,109,268,"Seattle, WA",268,"Seattle, WA" +371,110,269,"Longview, WA",269,"Longview, WA" +371,111,268,"Seattle, WA",268,"Seattle, WA" +371,112,159,"Long Beach, CA",159,"Long Beach, CA" +371,113,162,"Oakland, CA",162,"Oakland, CA" +371,114,162,"Oakland, CA",162,"Oakland, CA" +371,115,159,"Long Beach, CA",159,"Long Beach, CA" +371,116,159,"Long Beach, CA",159,"Long Beach, CA" +371,117,159,"Long Beach, CA",159,"Long Beach, CA" +371,118,159,"Long Beach, CA",159,"Long Beach, CA" +371,119,239,"Portland, OR",239,"Portland, OR" +371,120,159,"Long Beach, CA",159,"Long Beach, CA" +371,121,162,"Oakland, CA",162,"Oakland, CA" +371,122,159,"Long Beach, CA",159,"Long Beach, CA" +371,123,239,"Portland, OR",239,"Portland, OR" +371,124,162,"Oakland, CA",162,"Oakland, CA" +371,125,162,"Oakland, CA",162,"Oakland, CA" +371,126,162,"Oakland, CA",162,"Oakland, CA" +371,127,159,"Long Beach, CA",159,"Long Beach, CA" +371,128,172,"Port Everglades, FL",172,"Port Everglades, FL" +371,129,159,"Long Beach, CA",159,"Long Beach, CA" +371,130,174,"Tampa, FL",174,"Tampa, FL" +371,131,159,"Long Beach, CA",159,"Long Beach, CA" +371,132,159,"Long Beach, CA",159,"Long Beach, CA" +371,151,159,"Long Beach, CA",269,"Longview, WA" +371,152,159,"Long Beach, CA",152,"Mobile, AL" +371,153,268,"Seattle, WA",159,"Long Beach, CA" +371,154,154,"Anchorage, AK",154,"Anchorage, AK" +371,155,268,"Seattle, WA",159,"Long Beach, CA" +371,156,159,"Long Beach, CA",159,"Long Beach, CA" +371,157,239,"Portland, OR",159,"Long Beach, CA" +371,158,239,"Portland, OR",159,"Long Beach, CA" +371,159,162,"Oakland, CA",239,"Portland, OR" +371,160,159,"Long Beach, CA",162,"Oakland, CA" +371,161,159,"Long Beach, CA",159,"Long Beach, CA" +371,162,239,"Portland, OR",268,"Seattle, WA" +371,163,159,"Long Beach, CA",159,"Long Beach, CA" +371,164,159,"Long Beach, CA",159,"Long Beach, CA" +371,165,268,"Seattle, WA",268,"Seattle, WA" +371,166,269,"Longview, WA",268,"Seattle, WA" +371,167,268,"Seattle, WA",159,"Long Beach, CA" +371,168,162,"Oakland, CA",268,"Seattle, WA" +371,169,159,"Long Beach, CA",268,"Seattle, WA" +371,170,268,"Seattle, WA",245,"Charleston, SC" +371,171,162,"Oakland, CA",195,"New Orleans, LA" +371,172,268,"Seattle, WA",193,"Baton Rouge, LA" +371,173,159,"Long Beach, CA",159,"Long Beach, CA" +371,174,159,"Long Beach, CA",268,"Seattle, WA" +371,175,239,"Portland, OR",152,"Mobile, AL" +371,176,162,"Oakland, CA",159,"Long Beach, CA" +371,177,174,"Tampa, FL",268,"Seattle, WA" +371,178,159,"Long Beach, CA",239,"Portland, OR" +371,179,179,"Honolulu, HI",179,"Honolulu, HI" +371,180,179,"Honolulu, HI",179,"Honolulu, HI" +371,181,159,"Long Beach, CA",159,"Long Beach, CA" +371,183,162,"Oakland, CA",268,"Seattle, WA" +371,184,268,"Seattle, WA",159,"Long Beach, CA" +371,185,159,"Long Beach, CA",269,"Longview, WA" +371,186,268,"Seattle, WA",269,"Longview, WA" +371,187,268,"Seattle, WA",268,"Seattle, WA" +371,188,159,"Long Beach, CA",268,"Seattle, WA" +371,189,162,"Oakland, CA",159,"Long Beach, CA" +371,190,159,"Long Beach, CA",195,"New Orleans, LA" +371,191,159,"Long Beach, CA",159,"Long Beach, CA" +371,192,162,"Oakland, CA",159,"Long Beach, CA" +371,193,268,"Seattle, WA",162,"Oakland, CA" +371,194,268,"Seattle, WA",195,"New Orleans, LA" +371,195,239,"Portland, OR",269,"Longview, WA" +371,196,162,"Oakland, CA",159,"Long Beach, CA" +371,197,159,"Long Beach, CA",162,"Oakland, CA" +371,198,159,"Long Beach, CA",268,"Seattle, WA" +371,199,268,"Seattle, WA",239,"Portland, OR" +371,200,159,"Long Beach, CA",174,"Tampa, FL" +371,201,159,"Long Beach, CA",269,"Longview, WA" +371,202,162,"Oakland, CA",159,"Long Beach, CA" +371,203,268,"Seattle, WA",269,"Longview, WA" +371,204,268,"Seattle, WA",159,"Long Beach, CA" +371,205,162,"Oakland, CA",269,"Longview, WA" +371,206,162,"Oakland, CA",268,"Seattle, WA" +371,207,269,"Longview, WA",159,"Long Beach, CA" +371,208,159,"Long Beach, CA",195,"New Orleans, LA" +371,209,159,"Long Beach, CA",171,"Jacksonville, FL" +371,210,159,"Long Beach, CA",195,"New Orleans, LA" +371,211,268,"Seattle, WA",159,"Long Beach, CA" +371,212,162,"Oakland, CA",159,"Long Beach, CA" +371,213,159,"Long Beach, CA",159,"Long Beach, CA" +371,214,162,"Oakland, CA",269,"Longview, WA" +371,215,159,"Long Beach, CA",162,"Oakland, CA" +371,216,162,"Oakland, CA",172,"Port Everglades, FL" +371,217,159,"Long Beach, CA",265,"Norfolk Harbor, VA" +371,218,268,"Seattle, WA",265,"Norfolk Harbor, VA" +371,219,159,"Long Beach, CA",268,"Seattle, WA" +371,220,159,"Long Beach, CA",159,"Long Beach, CA" +371,221,268,"Seattle, WA",239,"Portland, OR" +371,222,162,"Oakland, CA",239,"Portland, OR" +371,223,162,"Oakland, CA",268,"Seattle, WA" +371,224,239,"Portland, OR",159,"Long Beach, CA" +371,225,162,"Oakland, CA",268,"Seattle, WA" +371,226,162,"Oakland, CA",162,"Oakland, CA" +371,227,159,"Long Beach, CA",245,"Charleston, SC" +371,228,159,"Long Beach, CA",159,"Long Beach, CA" +371,229,269,"Longview, WA",268,"Seattle, WA" +371,230,162,"Oakland, CA",159,"Long Beach, CA" +371,231,268,"Seattle, WA",265,"Norfolk Harbor, VA" +371,232,162,"Oakland, CA",268,"Seattle, WA" +371,233,268,"Seattle, WA",268,"Seattle, WA" +371,234,159,"Long Beach, CA",159,"Long Beach, CA" +371,235,159,"Long Beach, CA",269,"Longview, WA" +371,236,268,"Seattle, WA",268,"Seattle, WA" +371,237,239,"Portland, OR",193,"Baton Rouge, LA" +371,238,159,"Long Beach, CA",159,"Long Beach, CA" +371,239,159,"Long Beach, CA",162,"Oakland, CA" +371,240,159,"Long Beach, CA",159,"Long Beach, CA" +371,241,268,"Seattle, WA",268,"Seattle, WA" +371,242,268,"Seattle, WA",172,"Port Everglades, FL" +371,243,159,"Long Beach, CA",268,"Seattle, WA" +371,244,159,"Long Beach, CA",159,"Long Beach, CA" +371,245,159,"Long Beach, CA",269,"Longview, WA" +371,246,268,"Seattle, WA",159,"Long Beach, CA" +371,247,159,"Long Beach, CA",152,"Mobile, AL" +371,248,162,"Oakland, CA",269,"Longview, WA" +371,249,162,"Oakland, CA",159,"Long Beach, CA" +371,250,268,"Seattle, WA",268,"Seattle, WA" +371,251,162,"Oakland, CA",172,"Port Everglades, FL" +371,252,159,"Long Beach, CA",159,"Long Beach, CA" +371,253,162,"Oakland, CA",159,"Long Beach, CA" +371,254,159,"Long Beach, CA",159,"Long Beach, CA" +371,255,257,"Houston, TX",194,"Lake Charles, LA" +371,256,159,"Long Beach, CA",162,"Oakland, CA" +371,257,269,"Longview, WA",268,"Seattle, WA" +371,258,268,"Seattle, WA",268,"Seattle, WA" +371,259,159,"Long Beach, CA",162,"Oakland, CA" +371,260,268,"Seattle, WA",159,"Long Beach, CA" +371,261,159,"Long Beach, CA",159,"Long Beach, CA" +371,262,159,"Long Beach, CA",159,"Long Beach, CA" +371,263,159,"Long Beach, CA",269,"Longview, WA" +371,264,268,"Seattle, WA",162,"Oakland, CA" +371,265,239,"Portland, OR",159,"Long Beach, CA" +371,266,159,"Long Beach, CA",162,"Oakland, CA" +371,267,159,"Long Beach, CA",268,"Seattle, WA" +371,268,162,"Oakland, CA",162,"Oakland, CA" +371,269,159,"Long Beach, CA",268,"Seattle, WA" +371,270,162,"Oakland, CA",239,"Portland, OR" +371,271,269,"Longview, WA",268,"Seattle, WA" +371,272,159,"Long Beach, CA",159,"Long Beach, CA" +371,273,162,"Oakland, CA",159,"Long Beach, CA" +372,1,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +372,2,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +372,3,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +372,4,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,5,197,"Portland, ME",197,"Portland, ME" +372,6,201,"Boston, MA",201,"Boston, MA" +372,7,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +372,8,244,"Providence, RI",244,"Providence, RI" +372,9,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +372,10,197,"Portland, ME",197,"Portland, ME" +372,11,223,"New York, NY and NJ",223,"New York, NY and NJ" +372,12,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,13,223,"New York, NY and NJ",223,"New York, NY and NJ" +372,14,197,"Portland, ME",197,"Portland, ME" +372,15,244,"Providence, RI",244,"Providence, RI" +372,16,223,"New York, NY and NJ",223,"New York, NY and NJ" +372,17,197,"Portland, ME",197,"Portland, ME" +372,18,198,"Baltimore, MD",198,"Baltimore, MD" +372,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,20,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,21,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +372,22,197,"Portland, ME",197,"Portland, ME" +372,23,201,"Boston, MA",201,"Boston, MA" +372,24,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +372,25,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +372,26,198,"Baltimore, MD",198,"Baltimore, MD" +372,27,198,"Baltimore, MD",198,"Baltimore, MD" +372,28,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +372,29,241,"Philadelphia, PA",241,"Philadelphia, PA" +372,30,197,"Portland, ME",197,"Portland, ME" +372,31,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,32,169,"Wilmington, DE",169,"Wilmington, DE" +372,33,223,"New York, NY and NJ",223,"New York, NY and NJ" +372,34,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,35,223,"New York, NY and NJ",223,"New York, NY and NJ" +372,36,223,"New York, NY and NJ",223,"New York, NY and NJ" +372,37,241,"Philadelphia, PA",241,"Philadelphia, PA" +372,38,223,"New York, NY and NJ",223,"New York, NY and NJ" +372,39,201,"Boston, MA",201,"Boston, MA" +372,40,223,"New York, NY and NJ",223,"New York, NY and NJ" +372,41,223,"New York, NY and NJ",223,"New York, NY and NJ" +372,42,244,"Providence, RI",244,"Providence, RI" +372,43,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +372,44,223,"New York, NY and NJ",223,"New York, NY and NJ" +372,45,223,"New York, NY and NJ",223,"New York, NY and NJ" +372,46,169,"Wilmington, DE",169,"Wilmington, DE" +372,47,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +372,48,169,"Wilmington, DE",169,"Wilmington, DE" +372,49,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,50,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,51,223,"New York, NY and NJ",223,"New York, NY and NJ" +372,52,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,53,201,"Boston, MA",201,"Boston, MA" +372,54,241,"Philadelphia, PA",241,"Philadelphia, PA" +372,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +372,56,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,57,198,"Baltimore, MD",198,"Baltimore, MD" +372,58,198,"Baltimore, MD",198,"Baltimore, MD" +372,59,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,60,244,"Providence, RI",244,"Providence, RI" +372,61,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,62,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,63,201,"Boston, MA",201,"Boston, MA" +372,64,198,"Baltimore, MD",198,"Baltimore, MD" +372,65,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +372,66,223,"New York, NY and NJ",223,"New York, NY and NJ" +372,67,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +372,68,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,69,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +372,70,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +372,71,197,"Portland, ME",197,"Portland, ME" +372,72,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +372,74,223,"New York, NY and NJ",223,"New York, NY and NJ" +372,75,223,"New York, NY and NJ",223,"New York, NY and NJ" +372,76,241,"Philadelphia, PA",241,"Philadelphia, PA" +372,77,223,"New York, NY and NJ",223,"New York, NY and NJ" +372,78,198,"Baltimore, MD",198,"Baltimore, MD" +372,79,201,"Boston, MA",201,"Boston, MA" +372,80,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +372,81,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,82,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +372,83,223,"New York, NY and NJ",223,"New York, NY and NJ" +372,84,244,"Providence, RI",244,"Providence, RI" +372,85,201,"Boston, MA",201,"Boston, MA" +372,86,197,"Portland, ME",197,"Portland, ME" +372,87,197,"Portland, ME",197,"Portland, ME" +372,88,241,"Philadelphia, PA",241,"Philadelphia, PA" +372,89,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,90,241,"Philadelphia, PA",241,"Philadelphia, PA" +372,91,241,"Philadelphia, PA",241,"Philadelphia, PA" +372,92,201,"Boston, MA",201,"Boston, MA" +372,93,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,94,223,"New York, NY and NJ",223,"New York, NY and NJ" +372,95,241,"Philadelphia, PA",241,"Philadelphia, PA" +372,96,244,"Providence, RI",244,"Providence, RI" +372,97,201,"Boston, MA",201,"Boston, MA" +372,98,198,"Baltimore, MD",198,"Baltimore, MD" +372,99,244,"Providence, RI",244,"Providence, RI" +372,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +372,101,197,"Portland, ME",197,"Portland, ME" +372,102,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,103,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +372,104,223,"New York, NY and NJ",223,"New York, NY and NJ" +372,105,197,"Portland, ME",197,"Portland, ME" +372,106,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,107,241,"Philadelphia, PA",241,"Philadelphia, PA" +372,108,198,"Baltimore, MD",198,"Baltimore, MD" +372,109,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,110,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +372,111,197,"Portland, ME",197,"Portland, ME" +372,112,197,"Portland, ME",197,"Portland, ME" +372,113,201,"Boston, MA",201,"Boston, MA" +372,114,197,"Portland, ME",197,"Portland, ME" +372,115,223,"New York, NY and NJ",223,"New York, NY and NJ" +372,116,223,"New York, NY and NJ",223,"New York, NY and NJ" +372,117,201,"Boston, MA",201,"Boston, MA" +372,118,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,119,197,"Portland, ME",197,"Portland, ME" +372,120,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,121,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,122,223,"New York, NY and NJ",223,"New York, NY and NJ" +372,123,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,124,197,"Portland, ME",197,"Portland, ME" +372,125,241,"Philadelphia, PA",241,"Philadelphia, PA" +372,126,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,127,241,"Philadelphia, PA",241,"Philadelphia, PA" +372,128,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,129,197,"Portland, ME",197,"Portland, ME" +372,130,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +372,131,201,"Boston, MA",201,"Boston, MA" +372,132,241,"Philadelphia, PA",241,"Philadelphia, PA" +372,151,201,"Boston, MA",223,"New York, NY and NJ" +372,152,198,"Baltimore, MD",241,"Philadelphia, PA" +372,153,201,"Boston, MA",223,"New York, NY and NJ" +372,154,154,"Anchorage, AK",154,"Anchorage, AK" +372,155,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +372,156,223,"New York, NY and NJ",241,"Philadelphia, PA" +372,157,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +372,158,244,"Providence, RI",217,"New York, NY and NJ" +372,159,201,"Boston, MA",265,"Norfolk Harbor, VA" +372,160,197,"Portland, ME",223,"New York, NY and NJ" +372,161,197,"Portland, ME",218,"Camden-Gloucester, NJ" +372,162,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +372,163,223,"New York, NY and NJ",241,"Philadelphia, PA" +372,164,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +372,165,241,"Philadelphia, PA",197,"Portland, ME" +372,166,201,"Boston, MA",201,"Boston, MA" +372,167,223,"New York, NY and NJ",241,"Philadelphia, PA" +372,168,198,"Baltimore, MD",197,"Portland, ME" +372,169,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +372,170,223,"New York, NY and NJ",198,"Baltimore, MD" +372,171,201,"Boston, MA",197,"Portland, ME" +372,172,223,"New York, NY and NJ",201,"Boston, MA" +372,173,265,"Norfolk Harbor, VA",201,"Boston, MA" +372,174,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +372,175,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +372,176,223,"New York, NY and NJ",244,"Providence, RI" +372,177,197,"Portland, ME",244,"Providence, RI" +372,178,201,"Boston, MA",198,"Baltimore, MD" +372,179,179,"Honolulu, HI",179,"Honolulu, HI" +372,180,179,"Honolulu, HI",179,"Honolulu, HI" +372,181,223,"New York, NY and NJ",201,"Boston, MA" +372,183,241,"Philadelphia, PA",217,"New York, NY and NJ" +372,184,223,"New York, NY and NJ",241,"Philadelphia, PA" +372,185,223,"New York, NY and NJ",201,"Boston, MA" +372,186,265,"Norfolk Harbor, VA",201,"Boston, MA" +372,187,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +372,188,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +372,189,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +372,190,244,"Providence, RI",201,"Boston, MA" +372,191,197,"Portland, ME",198,"Baltimore, MD" +372,192,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +372,193,241,"Philadelphia, PA",223,"New York, NY and NJ" +372,194,201,"Boston, MA",177,"Savannah, GA" +372,195,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +372,196,241,"Philadelphia, PA",198,"Baltimore, MD" +372,197,223,"New York, NY and NJ",198,"Baltimore, MD" +372,198,197,"Portland, ME",265,"Norfolk Harbor, VA" +372,199,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,200,217,"New York, NY and NJ",223,"New York, NY and NJ" +372,201,197,"Portland, ME",201,"Boston, MA" +372,202,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +372,203,223,"New York, NY and NJ",223,"New York, NY and NJ" +372,204,201,"Boston, MA",223,"New York, NY and NJ" +372,205,223,"New York, NY and NJ",217,"New York, NY and NJ" +372,206,244,"Providence, RI",201,"Boston, MA" +372,207,265,"Norfolk Harbor, VA",201,"Boston, MA" +372,208,244,"Providence, RI",217,"New York, NY and NJ" +372,209,197,"Portland, ME",197,"Portland, ME" +372,210,217,"New York, NY and NJ",244,"Providence, RI" +372,211,201,"Boston, MA",223,"New York, NY and NJ" +372,212,223,"New York, NY and NJ",201,"Boston, MA" +372,213,198,"Baltimore, MD",217,"New York, NY and NJ" +372,214,217,"New York, NY and NJ",223,"New York, NY and NJ" +372,215,201,"Boston, MA",244,"Providence, RI" +372,216,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +372,217,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +372,218,223,"New York, NY and NJ",197,"Portland, ME" +372,219,218,"Camden-Gloucester, NJ",197,"Portland, ME" +372,220,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +372,221,218,"Camden-Gloucester, NJ",197,"Portland, ME" +372,222,244,"Providence, RI",241,"Philadelphia, PA" +372,223,217,"New York, NY and NJ",223,"New York, NY and NJ" +372,224,198,"Baltimore, MD",223,"New York, NY and NJ" +372,225,241,"Philadelphia, PA",223,"New York, NY and NJ" +372,226,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +372,227,201,"Boston, MA",197,"Portland, ME" +372,228,223,"New York, NY and NJ",241,"Philadelphia, PA" +372,229,223,"New York, NY and NJ",229,"Wilmington, NC" +372,230,201,"Boston, MA",241,"Philadelphia, PA" +372,231,218,"Camden-Gloucester, NJ",197,"Portland, ME" +372,232,201,"Boston, MA",223,"New York, NY and NJ" +372,233,201,"Boston, MA",197,"Portland, ME" +372,234,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +372,235,241,"Philadelphia, PA",197,"Portland, ME" +372,236,197,"Portland, ME",217,"New York, NY and NJ" +372,237,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +372,238,241,"Philadelphia, PA",201,"Boston, MA" +372,239,197,"Portland, ME",223,"New York, NY and NJ" +372,240,241,"Philadelphia, PA",241,"Philadelphia, PA" +372,241,198,"Baltimore, MD",241,"Philadelphia, PA" +372,242,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +372,243,223,"New York, NY and NJ",198,"Baltimore, MD" +372,244,201,"Boston, MA",198,"Baltimore, MD" +372,245,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +372,246,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +372,247,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +372,248,198,"Baltimore, MD",244,"Providence, RI" +372,249,217,"New York, NY and NJ",198,"Baltimore, MD" +372,250,197,"Portland, ME",217,"New York, NY and NJ" +372,251,265,"Norfolk Harbor, VA",197,"Portland, ME" +372,252,223,"New York, NY and NJ",197,"Portland, ME" +372,253,223,"New York, NY and NJ",198,"Baltimore, MD" +372,254,177,"Savannah, GA",265,"Norfolk Harbor, VA" +372,255,177,"Savannah, GA",223,"New York, NY and NJ" +372,256,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +372,257,197,"Portland, ME",195,"New Orleans, LA" +372,258,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +372,259,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +372,260,198,"Baltimore, MD",217,"New York, NY and NJ" +372,261,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +372,262,198,"Baltimore, MD",223,"New York, NY and NJ" +372,263,201,"Boston, MA",197,"Portland, ME" +372,264,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +372,265,241,"Philadelphia, PA",223,"New York, NY and NJ" +372,266,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,267,241,"Philadelphia, PA",197,"Portland, ME" +372,268,223,"New York, NY and NJ",217,"New York, NY and NJ" +372,269,217,"New York, NY and NJ",217,"New York, NY and NJ" +372,270,197,"Portland, ME",201,"Boston, MA" +372,271,197,"Portland, ME",223,"New York, NY and NJ" +372,272,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +372,273,217,"New York, NY and NJ",223,"New York, NY and NJ" +373,1,177,"Savannah, GA",177,"Savannah, GA" +373,2,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,3,174,"Tampa, FL",174,"Tampa, FL" +373,4,245,"Charleston, SC",245,"Charleston, SC" +373,5,171,"Jacksonville, FL",171,"Jacksonville, FL" +373,6,174,"Tampa, FL",174,"Tampa, FL" +373,7,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,8,177,"Savannah, GA",177,"Savannah, GA" +373,9,174,"Tampa, FL",174,"Tampa, FL" +373,10,245,"Charleston, SC",245,"Charleston, SC" +373,11,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,12,174,"Tampa, FL",174,"Tampa, FL" +373,13,177,"Savannah, GA",177,"Savannah, GA" +373,14,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,15,177,"Savannah, GA",177,"Savannah, GA" +373,16,178,"Brunswick, GA",178,"Brunswick, GA" +373,17,195,"New Orleans, LA",195,"New Orleans, LA" +373,18,245,"Charleston, SC",245,"Charleston, SC" +373,19,174,"Tampa, FL",174,"Tampa, FL" +373,20,152,"Mobile, AL",152,"Mobile, AL" +373,21,177,"Savannah, GA",177,"Savannah, GA" +373,22,177,"Savannah, GA",177,"Savannah, GA" +373,23,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,24,245,"Charleston, SC",245,"Charleston, SC" +373,25,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,26,245,"Charleston, SC",245,"Charleston, SC" +373,27,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,28,245,"Charleston, SC",245,"Charleston, SC" +373,29,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,30,171,"Jacksonville, FL",171,"Jacksonville, FL" +373,31,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,32,171,"Jacksonville, FL",171,"Jacksonville, FL" +373,33,171,"Jacksonville, FL",171,"Jacksonville, FL" +373,34,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,35,171,"Jacksonville, FL",171,"Jacksonville, FL" +373,36,177,"Savannah, GA",177,"Savannah, GA" +373,37,195,"New Orleans, LA",195,"New Orleans, LA" +373,38,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,39,174,"Tampa, FL",174,"Tampa, FL" +373,40,174,"Tampa, FL",174,"Tampa, FL" +373,41,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,42,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,43,152,"Mobile, AL",152,"Mobile, AL" +373,44,245,"Charleston, SC",245,"Charleston, SC" +373,45,177,"Savannah, GA",177,"Savannah, GA" +373,46,177,"Savannah, GA",177,"Savannah, GA" +373,47,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,48,177,"Savannah, GA",177,"Savannah, GA" +373,49,177,"Savannah, GA",177,"Savannah, GA" +373,50,177,"Savannah, GA",177,"Savannah, GA" +373,51,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,52,177,"Savannah, GA",177,"Savannah, GA" +373,53,177,"Savannah, GA",177,"Savannah, GA" +373,54,245,"Charleston, SC",245,"Charleston, SC" +373,55,177,"Savannah, GA",177,"Savannah, GA" +373,56,152,"Mobile, AL",152,"Mobile, AL" +373,57,177,"Savannah, GA",177,"Savannah, GA" +373,58,177,"Savannah, GA",177,"Savannah, GA" +373,59,245,"Charleston, SC",245,"Charleston, SC" +373,60,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,61,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,62,245,"Charleston, SC",245,"Charleston, SC" +373,63,171,"Jacksonville, FL",171,"Jacksonville, FL" +373,64,174,"Tampa, FL",174,"Tampa, FL" +373,65,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,66,174,"Tampa, FL",174,"Tampa, FL" +373,67,152,"Mobile, AL",152,"Mobile, AL" +373,68,177,"Savannah, GA",177,"Savannah, GA" +373,69,245,"Charleston, SC",245,"Charleston, SC" +373,70,174,"Tampa, FL",174,"Tampa, FL" +373,71,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,72,171,"Jacksonville, FL",171,"Jacksonville, FL" +373,73,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,74,171,"Jacksonville, FL",171,"Jacksonville, FL" +373,75,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,76,152,"Mobile, AL",152,"Mobile, AL" +373,77,174,"Tampa, FL",174,"Tampa, FL" +373,78,177,"Savannah, GA",177,"Savannah, GA" +373,79,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,80,177,"Savannah, GA",177,"Savannah, GA" +373,81,174,"Tampa, FL",174,"Tampa, FL" +373,82,177,"Savannah, GA",177,"Savannah, GA" +373,83,245,"Charleston, SC",245,"Charleston, SC" +373,84,152,"Mobile, AL",152,"Mobile, AL" +373,85,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,86,178,"Brunswick, GA",178,"Brunswick, GA" +373,87,174,"Tampa, FL",174,"Tampa, FL" +373,88,177,"Savannah, GA",177,"Savannah, GA" +373,89,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,90,177,"Savannah, GA",177,"Savannah, GA" +373,91,177,"Savannah, GA",177,"Savannah, GA" +373,92,152,"Mobile, AL",152,"Mobile, AL" +373,93,152,"Mobile, AL",152,"Mobile, AL" +373,94,177,"Savannah, GA",177,"Savannah, GA" +373,95,174,"Tampa, FL",174,"Tampa, FL" +373,96,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,97,174,"Tampa, FL",174,"Tampa, FL" +373,98,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,99,152,"Mobile, AL",152,"Mobile, AL" +373,100,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,101,174,"Tampa, FL",174,"Tampa, FL" +373,102,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,103,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,104,245,"Charleston, SC",245,"Charleston, SC" +373,105,177,"Savannah, GA",177,"Savannah, GA" +373,106,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,107,171,"Jacksonville, FL",171,"Jacksonville, FL" +373,108,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,109,171,"Jacksonville, FL",171,"Jacksonville, FL" +373,110,171,"Jacksonville, FL",171,"Jacksonville, FL" +373,111,177,"Savannah, GA",177,"Savannah, GA" +373,112,177,"Savannah, GA",177,"Savannah, GA" +373,113,245,"Charleston, SC",245,"Charleston, SC" +373,114,245,"Charleston, SC",245,"Charleston, SC" +373,115,152,"Mobile, AL",152,"Mobile, AL" +373,116,152,"Mobile, AL",152,"Mobile, AL" +373,117,177,"Savannah, GA",177,"Savannah, GA" +373,118,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,119,152,"Mobile, AL",152,"Mobile, AL" +373,120,178,"Brunswick, GA",178,"Brunswick, GA" +373,121,195,"New Orleans, LA",195,"New Orleans, LA" +373,122,174,"Tampa, FL",174,"Tampa, FL" +373,123,171,"Jacksonville, FL",171,"Jacksonville, FL" +373,124,152,"Mobile, AL",152,"Mobile, AL" +373,125,171,"Jacksonville, FL",171,"Jacksonville, FL" +373,126,171,"Jacksonville, FL",171,"Jacksonville, FL" +373,127,171,"Jacksonville, FL",171,"Jacksonville, FL" +373,128,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,129,177,"Savannah, GA",177,"Savannah, GA" +373,130,174,"Tampa, FL",174,"Tampa, FL" +373,131,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,132,174,"Tampa, FL",174,"Tampa, FL" +373,151,195,"New Orleans, LA",152,"Mobile, AL" +373,152,152,"Mobile, AL",177,"Savannah, GA" +373,153,152,"Mobile, AL",172,"Port Everglades, FL" +373,154,154,"Anchorage, AK",154,"Anchorage, AK" +373,155,172,"Port Everglades, FL",195,"New Orleans, LA" +373,156,195,"New Orleans, LA",194,"Lake Charles, LA" +373,157,195,"New Orleans, LA",257,"Houston, TX" +373,158,177,"Savannah, GA",177,"Savannah, GA" +373,159,253,"Beaumont, TX",257,"Houston, TX" +373,160,172,"Port Everglades, FL",195,"New Orleans, LA" +373,161,172,"Port Everglades, FL",195,"New Orleans, LA" +373,162,195,"New Orleans, LA",193,"Baton Rouge, LA" +373,163,172,"Port Everglades, FL",195,"New Orleans, LA" +373,164,177,"Savannah, GA",195,"New Orleans, LA" +373,165,195,"New Orleans, LA",195,"New Orleans, LA" +373,166,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,167,174,"Tampa, FL",177,"Savannah, GA" +373,168,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +373,169,177,"Savannah, GA",172,"Port Everglades, FL" +373,170,245,"Charleston, SC",171,"Jacksonville, FL" +373,171,172,"Port Everglades, FL",245,"Charleston, SC" +373,172,174,"Tampa, FL",172,"Port Everglades, FL" +373,173,177,"Savannah, GA",174,"Tampa, FL" +373,174,174,"Tampa, FL",172,"Port Everglades, FL" +373,175,177,"Savannah, GA",177,"Savannah, GA" +373,176,177,"Savannah, GA",174,"Tampa, FL" +373,177,171,"Jacksonville, FL",174,"Tampa, FL" +373,178,172,"Port Everglades, FL",174,"Tampa, FL" +373,179,179,"Honolulu, HI",179,"Honolulu, HI" +373,180,179,"Honolulu, HI",179,"Honolulu, HI" +373,181,174,"Tampa, FL",194,"Lake Charles, LA" +373,183,174,"Tampa, FL",177,"Savannah, GA" +373,184,177,"Savannah, GA",172,"Port Everglades, FL" +373,185,177,"Savannah, GA",177,"Savannah, GA" +373,186,172,"Port Everglades, FL",177,"Savannah, GA" +373,187,177,"Savannah, GA",171,"Jacksonville, FL" +373,188,172,"Port Everglades, FL",152,"Mobile, AL" +373,189,174,"Tampa, FL",257,"Houston, TX" +373,190,172,"Port Everglades, FL",253,"Beaumont, TX" +373,191,174,"Tampa, FL",177,"Savannah, GA" +373,192,174,"Tampa, FL",245,"Charleston, SC" +373,193,193,"Baton Rouge, LA",195,"New Orleans, LA" +373,194,193,"Baton Rouge, LA",195,"New Orleans, LA" +373,195,195,"New Orleans, LA",195,"New Orleans, LA" +373,196,195,"New Orleans, LA",195,"New Orleans, LA" +373,197,245,"Charleston, SC",198,"Baltimore, MD" +373,198,171,"Jacksonville, FL",172,"Port Everglades, FL" +373,199,171,"Jacksonville, FL",245,"Charleston, SC" +373,200,172,"Port Everglades, FL",198,"Baltimore, MD" +373,201,172,"Port Everglades, FL",241,"Philadelphia, PA" +373,202,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +373,203,177,"Savannah, GA",177,"Savannah, GA" +373,204,172,"Port Everglades, FL",195,"New Orleans, LA" +373,205,178,"Brunswick, GA",178,"Brunswick, GA" +373,206,172,"Port Everglades, FL",171,"Jacksonville, FL" +373,207,177,"Savannah, GA",172,"Port Everglades, FL" +373,208,172,"Port Everglades, FL",195,"New Orleans, LA" +373,209,172,"Port Everglades, FL",193,"Baton Rouge, LA" +373,210,177,"Savannah, GA",195,"New Orleans, LA" +373,211,174,"Tampa, FL",257,"Houston, TX" +373,212,245,"Charleston, SC",195,"New Orleans, LA" +373,213,174,"Tampa, FL",253,"Beaumont, TX" +373,214,177,"Savannah, GA",257,"Houston, TX" +373,215,152,"Mobile, AL",195,"New Orleans, LA" +373,216,245,"Charleston, SC",265,"Norfolk Harbor, VA" +373,217,177,"Savannah, GA",169,"Wilmington, DE" +373,218,177,"Savannah, GA",217,"New York, NY and NJ" +373,219,245,"Charleston, SC",245,"Charleston, SC" +373,220,195,"New Orleans, LA",253,"Beaumont, TX" +373,221,171,"Jacksonville, FL",174,"Tampa, FL" +373,222,177,"Savannah, GA",245,"Charleston, SC" +373,223,177,"Savannah, GA",245,"Charleston, SC" +373,224,177,"Savannah, GA",171,"Jacksonville, FL" +373,225,171,"Jacksonville, FL",177,"Savannah, GA" +373,226,174,"Tampa, FL",178,"Brunswick, GA" +373,227,174,"Tampa, FL",245,"Charleston, SC" +373,228,177,"Savannah, GA",172,"Port Everglades, FL" +373,229,177,"Savannah, GA",245,"Charleston, SC" +373,230,174,"Tampa, FL",195,"New Orleans, LA" +373,231,171,"Jacksonville, FL",177,"Savannah, GA" +373,232,171,"Jacksonville, FL",229,"Wilmington, NC" +373,233,171,"Jacksonville, FL",171,"Jacksonville, FL" +373,234,177,"Savannah, GA",172,"Port Everglades, FL" +373,235,174,"Tampa, FL",177,"Savannah, GA" +373,236,171,"Jacksonville, FL",171,"Jacksonville, FL" +373,237,195,"New Orleans, LA",208,"Pascagoula, MS" +373,238,172,"Port Everglades, FL",194,"Lake Charles, LA" +373,239,195,"New Orleans, LA",257,"Houston, TX" +373,240,172,"Port Everglades, FL",208,"Pascagoula, MS" +373,241,172,"Port Everglades, FL",172,"Port Everglades, FL" +373,242,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +373,243,174,"Tampa, FL",245,"Charleston, SC" +373,244,174,"Tampa, FL",198,"Baltimore, MD" +373,245,171,"Jacksonville, FL",171,"Jacksonville, FL" +373,246,177,"Savannah, GA",245,"Charleston, SC" +373,247,171,"Jacksonville, FL",245,"Charleston, SC" +373,248,174,"Tampa, FL",172,"Port Everglades, FL" +373,249,152,"Mobile, AL",195,"New Orleans, LA" +373,250,177,"Savannah, GA",177,"Savannah, GA" +373,251,172,"Port Everglades, FL",208,"Pascagoula, MS" +373,252,257,"Houston, TX",257,"Houston, TX" +373,253,171,"Jacksonville, FL",172,"Port Everglades, FL" +373,254,171,"Jacksonville, FL",254,"Corpus Christi, TX" +373,255,172,"Port Everglades, FL",194,"Lake Charles, LA" +373,256,195,"New Orleans, LA",195,"New Orleans, LA" +373,257,172,"Port Everglades, FL",195,"New Orleans, LA" +373,258,152,"Mobile, AL",195,"New Orleans, LA" +373,259,194,"Lake Charles, LA",253,"Beaumont, TX" +373,260,152,"Mobile, AL",253,"Beaumont, TX" +373,261,195,"New Orleans, LA",253,"Beaumont, TX" +373,262,152,"Mobile, AL",257,"Houston, TX" +373,263,174,"Tampa, FL",172,"Port Everglades, FL" +373,264,171,"Jacksonville, FL",172,"Port Everglades, FL" +373,265,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +373,266,177,"Savannah, GA",172,"Port Everglades, FL" +373,267,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +373,268,152,"Mobile, AL",152,"Mobile, AL" +373,269,152,"Mobile, AL",171,"Jacksonville, FL" +373,270,171,"Jacksonville, FL",172,"Port Everglades, FL" +373,271,171,"Jacksonville, FL",208,"Pascagoula, MS" +373,272,245,"Charleston, SC",174,"Tampa, FL" +373,273,171,"Jacksonville, FL",253,"Beaumont, TX" +374,1,159,"Long Beach, CA",159,"Long Beach, CA" +374,2,159,"Long Beach, CA",159,"Long Beach, CA" +374,3,268,"Seattle, WA",268,"Seattle, WA" +374,4,159,"Long Beach, CA",159,"Long Beach, CA" +374,5,162,"Oakland, CA",162,"Oakland, CA" +374,6,159,"Long Beach, CA",159,"Long Beach, CA" +374,7,162,"Oakland, CA",162,"Oakland, CA" +374,8,268,"Seattle, WA",268,"Seattle, WA" +374,9,159,"Long Beach, CA",159,"Long Beach, CA" +374,10,159,"Long Beach, CA",159,"Long Beach, CA" +374,11,159,"Long Beach, CA",159,"Long Beach, CA" +374,12,159,"Long Beach, CA",159,"Long Beach, CA" +374,13,239,"Portland, OR",239,"Portland, OR" +374,14,239,"Portland, OR",239,"Portland, OR" +374,15,159,"Long Beach, CA",159,"Long Beach, CA" +374,16,268,"Seattle, WA",268,"Seattle, WA" +374,17,159,"Long Beach, CA",159,"Long Beach, CA" +374,18,159,"Long Beach, CA",159,"Long Beach, CA" +374,19,159,"Long Beach, CA",159,"Long Beach, CA" +374,20,239,"Portland, OR",239,"Portland, OR" +374,21,268,"Seattle, WA",268,"Seattle, WA" +374,22,159,"Long Beach, CA",159,"Long Beach, CA" +374,23,159,"Long Beach, CA",159,"Long Beach, CA" +374,24,159,"Long Beach, CA",159,"Long Beach, CA" +374,25,159,"Long Beach, CA",159,"Long Beach, CA" +374,26,268,"Seattle, WA",268,"Seattle, WA" +374,27,268,"Seattle, WA",268,"Seattle, WA" +374,28,268,"Seattle, WA",268,"Seattle, WA" +374,29,162,"Oakland, CA",162,"Oakland, CA" +374,30,269,"Longview, WA",269,"Longview, WA" +374,31,159,"Long Beach, CA",159,"Long Beach, CA" +374,32,162,"Oakland, CA",162,"Oakland, CA" +374,33,162,"Oakland, CA",162,"Oakland, CA" +374,34,162,"Oakland, CA",162,"Oakland, CA" +374,35,159,"Long Beach, CA",159,"Long Beach, CA" +374,36,159,"Long Beach, CA",159,"Long Beach, CA" +374,37,159,"Long Beach, CA",159,"Long Beach, CA" +374,38,159,"Long Beach, CA",159,"Long Beach, CA" +374,39,239,"Portland, OR",239,"Portland, OR" +374,40,159,"Long Beach, CA",159,"Long Beach, CA" +374,41,268,"Seattle, WA",268,"Seattle, WA" +374,42,159,"Long Beach, CA",159,"Long Beach, CA" +374,43,239,"Portland, OR",239,"Portland, OR" +374,44,239,"Portland, OR",239,"Portland, OR" +374,45,159,"Long Beach, CA",159,"Long Beach, CA" +374,46,159,"Long Beach, CA",159,"Long Beach, CA" +374,47,159,"Long Beach, CA",159,"Long Beach, CA" +374,48,159,"Long Beach, CA",159,"Long Beach, CA" +374,49,159,"Long Beach, CA",159,"Long Beach, CA" +374,50,269,"Longview, WA",269,"Longview, WA" +374,51,159,"Long Beach, CA",159,"Long Beach, CA" +374,52,159,"Long Beach, CA",159,"Long Beach, CA" +374,53,239,"Portland, OR",239,"Portland, OR" +374,54,268,"Seattle, WA",268,"Seattle, WA" +374,55,159,"Long Beach, CA",159,"Long Beach, CA" +374,56,159,"Long Beach, CA",159,"Long Beach, CA" +374,57,159,"Long Beach, CA",159,"Long Beach, CA" +374,58,159,"Long Beach, CA",159,"Long Beach, CA" +374,59,159,"Long Beach, CA",159,"Long Beach, CA" +374,60,159,"Long Beach, CA",159,"Long Beach, CA" +374,61,159,"Long Beach, CA",159,"Long Beach, CA" +374,62,239,"Portland, OR",239,"Portland, OR" +374,63,159,"Long Beach, CA",159,"Long Beach, CA" +374,64,162,"Oakland, CA",162,"Oakland, CA" +374,65,268,"Seattle, WA",268,"Seattle, WA" +374,66,159,"Long Beach, CA",159,"Long Beach, CA" +374,67,159,"Long Beach, CA",159,"Long Beach, CA" +374,68,159,"Long Beach, CA",159,"Long Beach, CA" +374,69,239,"Portland, OR",239,"Portland, OR" +374,70,268,"Seattle, WA",268,"Seattle, WA" +374,71,239,"Portland, OR",239,"Portland, OR" +374,72,159,"Long Beach, CA",159,"Long Beach, CA" +374,73,159,"Long Beach, CA",159,"Long Beach, CA" +374,74,159,"Long Beach, CA",159,"Long Beach, CA" +374,75,159,"Long Beach, CA",159,"Long Beach, CA" +374,76,159,"Long Beach, CA",159,"Long Beach, CA" +374,77,159,"Long Beach, CA",159,"Long Beach, CA" +374,78,162,"Oakland, CA",162,"Oakland, CA" +374,79,159,"Long Beach, CA",159,"Long Beach, CA" +374,80,159,"Long Beach, CA",159,"Long Beach, CA" +374,81,268,"Seattle, WA",268,"Seattle, WA" +374,82,239,"Portland, OR",239,"Portland, OR" +374,83,159,"Long Beach, CA",159,"Long Beach, CA" +374,84,159,"Long Beach, CA",159,"Long Beach, CA" +374,85,159,"Long Beach, CA",159,"Long Beach, CA" +374,86,159,"Long Beach, CA",159,"Long Beach, CA" +374,87,162,"Oakland, CA",162,"Oakland, CA" +374,88,159,"Long Beach, CA",159,"Long Beach, CA" +374,89,159,"Long Beach, CA",159,"Long Beach, CA" +374,90,159,"Long Beach, CA",159,"Long Beach, CA" +374,91,159,"Long Beach, CA",159,"Long Beach, CA" +374,92,159,"Long Beach, CA",159,"Long Beach, CA" +374,93,159,"Long Beach, CA",159,"Long Beach, CA" +374,94,159,"Long Beach, CA",159,"Long Beach, CA" +374,95,159,"Long Beach, CA",159,"Long Beach, CA" +374,96,162,"Oakland, CA",162,"Oakland, CA" +374,97,159,"Long Beach, CA",159,"Long Beach, CA" +374,98,268,"Seattle, WA",268,"Seattle, WA" +374,99,268,"Seattle, WA",268,"Seattle, WA" +374,100,159,"Long Beach, CA",159,"Long Beach, CA" +374,101,268,"Seattle, WA",268,"Seattle, WA" +374,102,159,"Long Beach, CA",159,"Long Beach, CA" +374,103,159,"Long Beach, CA",159,"Long Beach, CA" +374,104,159,"Long Beach, CA",159,"Long Beach, CA" +374,105,159,"Long Beach, CA",159,"Long Beach, CA" +374,106,159,"Long Beach, CA",159,"Long Beach, CA" +374,107,268,"Seattle, WA",268,"Seattle, WA" +374,108,159,"Long Beach, CA",159,"Long Beach, CA" +374,109,239,"Portland, OR",239,"Portland, OR" +374,110,159,"Long Beach, CA",159,"Long Beach, CA" +374,111,268,"Seattle, WA",268,"Seattle, WA" +374,112,239,"Portland, OR",239,"Portland, OR" +374,113,159,"Long Beach, CA",159,"Long Beach, CA" +374,114,159,"Long Beach, CA",159,"Long Beach, CA" +374,115,239,"Portland, OR",239,"Portland, OR" +374,116,239,"Portland, OR",239,"Portland, OR" +374,117,162,"Oakland, CA",162,"Oakland, CA" +374,118,268,"Seattle, WA",268,"Seattle, WA" +374,119,162,"Oakland, CA",162,"Oakland, CA" +374,120,159,"Long Beach, CA",159,"Long Beach, CA" +374,121,159,"Long Beach, CA",159,"Long Beach, CA" +374,122,268,"Seattle, WA",268,"Seattle, WA" +374,123,159,"Long Beach, CA",159,"Long Beach, CA" +374,124,159,"Long Beach, CA",159,"Long Beach, CA" +374,125,162,"Oakland, CA",162,"Oakland, CA" +374,126,159,"Long Beach, CA",159,"Long Beach, CA" +374,127,162,"Oakland, CA",162,"Oakland, CA" +374,128,159,"Long Beach, CA",159,"Long Beach, CA" +374,129,268,"Seattle, WA",268,"Seattle, WA" +374,130,159,"Long Beach, CA",159,"Long Beach, CA" +374,131,239,"Portland, OR",239,"Portland, OR" +374,132,159,"Long Beach, CA",159,"Long Beach, CA" +374,151,269,"Longview, WA",159,"Long Beach, CA" +374,152,268,"Seattle, WA",159,"Long Beach, CA" +374,153,268,"Seattle, WA",268,"Seattle, WA" +374,154,154,"Anchorage, AK",154,"Anchorage, AK" +374,155,162,"Oakland, CA",159,"Long Beach, CA" +374,156,239,"Portland, OR",159,"Long Beach, CA" +374,157,159,"Long Beach, CA",269,"Longview, WA" +374,158,269,"Longview, WA",159,"Long Beach, CA" +374,159,159,"Long Beach, CA",159,"Long Beach, CA" +374,160,159,"Long Beach, CA",159,"Long Beach, CA" +374,161,162,"Oakland, CA",268,"Seattle, WA" +374,162,159,"Long Beach, CA",268,"Seattle, WA" +374,163,268,"Seattle, WA",159,"Long Beach, CA" +374,164,268,"Seattle, WA",159,"Long Beach, CA" +374,165,268,"Seattle, WA",268,"Seattle, WA" +374,166,159,"Long Beach, CA",159,"Long Beach, CA" +374,167,162,"Oakland, CA",268,"Seattle, WA" +374,168,159,"Long Beach, CA",239,"Portland, OR" +374,169,268,"Seattle, WA",239,"Portland, OR" +374,170,268,"Seattle, WA",268,"Seattle, WA" +374,171,159,"Long Beach, CA",159,"Long Beach, CA" +374,172,159,"Long Beach, CA",159,"Long Beach, CA" +374,173,162,"Oakland, CA",268,"Seattle, WA" +374,174,162,"Oakland, CA",159,"Long Beach, CA" +374,175,239,"Portland, OR",159,"Long Beach, CA" +374,176,162,"Oakland, CA",162,"Oakland, CA" +374,177,159,"Long Beach, CA",159,"Long Beach, CA" +374,178,159,"Long Beach, CA",268,"Seattle, WA" +374,179,179,"Honolulu, HI",179,"Honolulu, HI" +374,180,179,"Honolulu, HI",179,"Honolulu, HI" +374,181,159,"Long Beach, CA",159,"Long Beach, CA" +374,183,159,"Long Beach, CA",159,"Long Beach, CA" +374,184,159,"Long Beach, CA",162,"Oakland, CA" +374,185,159,"Long Beach, CA",159,"Long Beach, CA" +374,186,239,"Portland, OR",268,"Seattle, WA" +374,187,239,"Portland, OR",159,"Long Beach, CA" +374,188,159,"Long Beach, CA",162,"Oakland, CA" +374,189,162,"Oakland, CA",159,"Long Beach, CA" +374,190,159,"Long Beach, CA",162,"Oakland, CA" +374,191,268,"Seattle, WA",159,"Long Beach, CA" +374,192,159,"Long Beach, CA",159,"Long Beach, CA" +374,193,268,"Seattle, WA",159,"Long Beach, CA" +374,194,159,"Long Beach, CA",159,"Long Beach, CA" +374,195,268,"Seattle, WA",162,"Oakland, CA" +374,196,159,"Long Beach, CA",159,"Long Beach, CA" +374,197,159,"Long Beach, CA",162,"Oakland, CA" +374,198,268,"Seattle, WA",268,"Seattle, WA" +374,199,159,"Long Beach, CA",162,"Oakland, CA" +374,200,268,"Seattle, WA",162,"Oakland, CA" +374,201,159,"Long Beach, CA",162,"Oakland, CA" +374,202,268,"Seattle, WA",162,"Oakland, CA" +374,203,239,"Portland, OR",159,"Long Beach, CA" +374,204,159,"Long Beach, CA",268,"Seattle, WA" +374,205,159,"Long Beach, CA",159,"Long Beach, CA" +374,206,159,"Long Beach, CA",159,"Long Beach, CA" +374,207,269,"Longview, WA",159,"Long Beach, CA" +374,208,159,"Long Beach, CA",162,"Oakland, CA" +374,209,239,"Portland, OR",162,"Oakland, CA" +374,210,268,"Seattle, WA",268,"Seattle, WA" +374,211,159,"Long Beach, CA",159,"Long Beach, CA" +374,212,162,"Oakland, CA",159,"Long Beach, CA" +374,213,239,"Portland, OR",268,"Seattle, WA" +374,214,162,"Oakland, CA",159,"Long Beach, CA" +374,215,159,"Long Beach, CA",162,"Oakland, CA" +374,216,162,"Oakland, CA",268,"Seattle, WA" +374,217,162,"Oakland, CA",162,"Oakland, CA" +374,218,159,"Long Beach, CA",268,"Seattle, WA" +374,219,159,"Long Beach, CA",159,"Long Beach, CA" +374,220,268,"Seattle, WA",159,"Long Beach, CA" +374,221,239,"Portland, OR",268,"Seattle, WA" +374,222,239,"Portland, OR",159,"Long Beach, CA" +374,223,159,"Long Beach, CA",159,"Long Beach, CA" +374,224,162,"Oakland, CA",162,"Oakland, CA" +374,225,159,"Long Beach, CA",162,"Oakland, CA" +374,226,162,"Oakland, CA",159,"Long Beach, CA" +374,227,268,"Seattle, WA",159,"Long Beach, CA" +374,228,159,"Long Beach, CA",159,"Long Beach, CA" +374,229,159,"Long Beach, CA",159,"Long Beach, CA" +374,230,268,"Seattle, WA",159,"Long Beach, CA" +374,231,268,"Seattle, WA",159,"Long Beach, CA" +374,232,159,"Long Beach, CA",162,"Oakland, CA" +374,233,268,"Seattle, WA",159,"Long Beach, CA" +374,234,268,"Seattle, WA",162,"Oakland, CA" +374,235,159,"Long Beach, CA",159,"Long Beach, CA" +374,236,162,"Oakland, CA",159,"Long Beach, CA" +374,237,159,"Long Beach, CA",162,"Oakland, CA" +374,238,268,"Seattle, WA",159,"Long Beach, CA" +374,239,269,"Longview, WA",159,"Long Beach, CA" +374,240,159,"Long Beach, CA",159,"Long Beach, CA" +374,241,159,"Long Beach, CA",159,"Long Beach, CA" +374,242,159,"Long Beach, CA",159,"Long Beach, CA" +374,243,159,"Long Beach, CA",159,"Long Beach, CA" +374,244,162,"Oakland, CA",268,"Seattle, WA" +374,245,159,"Long Beach, CA",159,"Long Beach, CA" +374,246,159,"Long Beach, CA",159,"Long Beach, CA" +374,247,159,"Long Beach, CA",159,"Long Beach, CA" +374,248,159,"Long Beach, CA",239,"Portland, OR" +374,249,159,"Long Beach, CA",159,"Long Beach, CA" +374,250,159,"Long Beach, CA",159,"Long Beach, CA" +374,251,269,"Longview, WA",159,"Long Beach, CA" +374,252,159,"Long Beach, CA",268,"Seattle, WA" +374,253,162,"Oakland, CA",159,"Long Beach, CA" +374,254,159,"Long Beach, CA",239,"Portland, OR" +374,255,268,"Seattle, WA",162,"Oakland, CA" +374,256,159,"Long Beach, CA",268,"Seattle, WA" +374,257,159,"Long Beach, CA",268,"Seattle, WA" +374,258,239,"Portland, OR",239,"Portland, OR" +374,259,159,"Long Beach, CA",159,"Long Beach, CA" +374,260,268,"Seattle, WA",159,"Long Beach, CA" +374,261,159,"Long Beach, CA",159,"Long Beach, CA" +374,262,268,"Seattle, WA",159,"Long Beach, CA" +374,263,159,"Long Beach, CA",269,"Longview, WA" +374,264,159,"Long Beach, CA",159,"Long Beach, CA" +374,265,159,"Long Beach, CA",159,"Long Beach, CA" +374,266,159,"Long Beach, CA",159,"Long Beach, CA" +374,267,159,"Long Beach, CA",239,"Portland, OR" +374,268,162,"Oakland, CA",159,"Long Beach, CA" +374,269,162,"Oakland, CA",159,"Long Beach, CA" +374,270,268,"Seattle, WA",239,"Portland, OR" +374,271,159,"Long Beach, CA",268,"Seattle, WA" +374,272,159,"Long Beach, CA",159,"Long Beach, CA" +374,273,159,"Long Beach, CA",268,"Seattle, WA" +375,1,269,"Longview, WA",269,"Longview, WA" +375,2,159,"Long Beach, CA",159,"Long Beach, CA" +375,3,162,"Oakland, CA",162,"Oakland, CA" +375,4,162,"Oakland, CA",162,"Oakland, CA" +375,5,159,"Long Beach, CA",159,"Long Beach, CA" +375,6,159,"Long Beach, CA",159,"Long Beach, CA" +375,7,268,"Seattle, WA",268,"Seattle, WA" +375,8,162,"Oakland, CA",162,"Oakland, CA" +375,9,268,"Seattle, WA",268,"Seattle, WA" +375,10,239,"Portland, OR",239,"Portland, OR" +375,11,239,"Portland, OR",239,"Portland, OR" +375,12,159,"Long Beach, CA",159,"Long Beach, CA" +375,13,269,"Longview, WA",269,"Longview, WA" +375,14,162,"Oakland, CA",162,"Oakland, CA" +375,15,268,"Seattle, WA",268,"Seattle, WA" +375,16,159,"Long Beach, CA",159,"Long Beach, CA" +375,17,159,"Long Beach, CA",159,"Long Beach, CA" +375,18,195,"New Orleans, LA",195,"New Orleans, LA" +375,19,269,"Longview, WA",269,"Longview, WA" +375,20,159,"Long Beach, CA",159,"Long Beach, CA" +375,21,159,"Long Beach, CA",159,"Long Beach, CA" +375,22,268,"Seattle, WA",268,"Seattle, WA" +375,23,159,"Long Beach, CA",159,"Long Beach, CA" +375,24,268,"Seattle, WA",268,"Seattle, WA" +375,25,162,"Oakland, CA",162,"Oakland, CA" +375,26,159,"Long Beach, CA",159,"Long Beach, CA" +375,27,159,"Long Beach, CA",159,"Long Beach, CA" +375,28,268,"Seattle, WA",268,"Seattle, WA" +375,29,159,"Long Beach, CA",159,"Long Beach, CA" +375,30,172,"Port Everglades, FL",172,"Port Everglades, FL" +375,31,162,"Oakland, CA",162,"Oakland, CA" +375,32,159,"Long Beach, CA",159,"Long Beach, CA" +375,33,159,"Long Beach, CA",159,"Long Beach, CA" +375,34,269,"Longview, WA",269,"Longview, WA" +375,35,239,"Portland, OR",239,"Portland, OR" +375,36,268,"Seattle, WA",268,"Seattle, WA" +375,37,268,"Seattle, WA",268,"Seattle, WA" +375,38,268,"Seattle, WA",268,"Seattle, WA" +375,39,268,"Seattle, WA",268,"Seattle, WA" +375,40,159,"Long Beach, CA",159,"Long Beach, CA" +375,41,159,"Long Beach, CA",159,"Long Beach, CA" +375,42,159,"Long Beach, CA",159,"Long Beach, CA" +375,43,239,"Portland, OR",239,"Portland, OR" +375,44,159,"Long Beach, CA",159,"Long Beach, CA" +375,45,159,"Long Beach, CA",159,"Long Beach, CA" +375,46,159,"Long Beach, CA",159,"Long Beach, CA" +375,47,159,"Long Beach, CA",159,"Long Beach, CA" +375,48,159,"Long Beach, CA",159,"Long Beach, CA" +375,49,159,"Long Beach, CA",159,"Long Beach, CA" +375,50,268,"Seattle, WA",268,"Seattle, WA" +375,51,159,"Long Beach, CA",159,"Long Beach, CA" +375,52,159,"Long Beach, CA",159,"Long Beach, CA" +375,53,268,"Seattle, WA",268,"Seattle, WA" +375,54,159,"Long Beach, CA",159,"Long Beach, CA" +375,55,268,"Seattle, WA",268,"Seattle, WA" +375,56,269,"Longview, WA",269,"Longview, WA" +375,57,239,"Portland, OR",239,"Portland, OR" +375,58,268,"Seattle, WA",268,"Seattle, WA" +375,59,159,"Long Beach, CA",159,"Long Beach, CA" +375,60,159,"Long Beach, CA",159,"Long Beach, CA" +375,61,268,"Seattle, WA",268,"Seattle, WA" +375,62,162,"Oakland, CA",162,"Oakland, CA" +375,63,159,"Long Beach, CA",159,"Long Beach, CA" +375,64,159,"Long Beach, CA",159,"Long Beach, CA" +375,65,162,"Oakland, CA",162,"Oakland, CA" +375,66,159,"Long Beach, CA",159,"Long Beach, CA" +375,67,159,"Long Beach, CA",159,"Long Beach, CA" +375,68,159,"Long Beach, CA",159,"Long Beach, CA" +375,69,269,"Longview, WA",269,"Longview, WA" +375,70,268,"Seattle, WA",268,"Seattle, WA" +375,71,162,"Oakland, CA",162,"Oakland, CA" +375,72,268,"Seattle, WA",268,"Seattle, WA" +375,73,239,"Portland, OR",239,"Portland, OR" +375,74,268,"Seattle, WA",268,"Seattle, WA" +375,75,159,"Long Beach, CA",159,"Long Beach, CA" +375,76,239,"Portland, OR",239,"Portland, OR" +375,77,159,"Long Beach, CA",159,"Long Beach, CA" +375,78,159,"Long Beach, CA",159,"Long Beach, CA" +375,79,268,"Seattle, WA",268,"Seattle, WA" +375,80,162,"Oakland, CA",162,"Oakland, CA" +375,81,159,"Long Beach, CA",159,"Long Beach, CA" +375,82,159,"Long Beach, CA",159,"Long Beach, CA" +375,83,159,"Long Beach, CA",159,"Long Beach, CA" +375,84,159,"Long Beach, CA",159,"Long Beach, CA" +375,85,268,"Seattle, WA",268,"Seattle, WA" +375,86,268,"Seattle, WA",268,"Seattle, WA" +375,87,159,"Long Beach, CA",159,"Long Beach, CA" +375,88,159,"Long Beach, CA",159,"Long Beach, CA" +375,89,159,"Long Beach, CA",159,"Long Beach, CA" +375,90,268,"Seattle, WA",268,"Seattle, WA" +375,91,159,"Long Beach, CA",159,"Long Beach, CA" +375,92,239,"Portland, OR",239,"Portland, OR" +375,93,239,"Portland, OR",239,"Portland, OR" +375,94,162,"Oakland, CA",162,"Oakland, CA" +375,95,162,"Oakland, CA",162,"Oakland, CA" +375,96,159,"Long Beach, CA",159,"Long Beach, CA" +375,97,159,"Long Beach, CA",159,"Long Beach, CA" +375,98,159,"Long Beach, CA",159,"Long Beach, CA" +375,99,162,"Oakland, CA",162,"Oakland, CA" +375,100,159,"Long Beach, CA",159,"Long Beach, CA" +375,101,159,"Long Beach, CA",159,"Long Beach, CA" +375,102,159,"Long Beach, CA",159,"Long Beach, CA" +375,103,159,"Long Beach, CA",159,"Long Beach, CA" +375,104,159,"Long Beach, CA",159,"Long Beach, CA" +375,105,159,"Long Beach, CA",159,"Long Beach, CA" +375,106,159,"Long Beach, CA",159,"Long Beach, CA" +375,107,239,"Portland, OR",239,"Portland, OR" +375,108,268,"Seattle, WA",268,"Seattle, WA" +375,109,268,"Seattle, WA",268,"Seattle, WA" +375,110,268,"Seattle, WA",268,"Seattle, WA" +375,111,159,"Long Beach, CA",159,"Long Beach, CA" +375,112,268,"Seattle, WA",268,"Seattle, WA" +375,113,172,"Port Everglades, FL",172,"Port Everglades, FL" +375,114,268,"Seattle, WA",268,"Seattle, WA" +375,115,159,"Long Beach, CA",159,"Long Beach, CA" +375,116,162,"Oakland, CA",162,"Oakland, CA" +375,117,159,"Long Beach, CA",159,"Long Beach, CA" +375,118,162,"Oakland, CA",162,"Oakland, CA" +375,119,268,"Seattle, WA",268,"Seattle, WA" +375,120,268,"Seattle, WA",268,"Seattle, WA" +375,121,268,"Seattle, WA",268,"Seattle, WA" +375,122,269,"Longview, WA",269,"Longview, WA" +375,123,268,"Seattle, WA",268,"Seattle, WA" +375,124,162,"Oakland, CA",162,"Oakland, CA" +375,125,159,"Long Beach, CA",159,"Long Beach, CA" +375,126,172,"Port Everglades, FL",172,"Port Everglades, FL" +375,127,159,"Long Beach, CA",159,"Long Beach, CA" +375,128,269,"Longview, WA",269,"Longview, WA" +375,129,268,"Seattle, WA",268,"Seattle, WA" +375,130,159,"Long Beach, CA",159,"Long Beach, CA" +375,131,159,"Long Beach, CA",159,"Long Beach, CA" +375,132,239,"Portland, OR",239,"Portland, OR" +375,151,268,"Seattle, WA",174,"Tampa, FL" +375,152,239,"Portland, OR",159,"Long Beach, CA" +375,153,268,"Seattle, WA",239,"Portland, OR" +375,154,154,"Anchorage, AK",154,"Anchorage, AK" +375,155,162,"Oakland, CA",162,"Oakland, CA" +375,156,268,"Seattle, WA",159,"Long Beach, CA" +375,157,268,"Seattle, WA",162,"Oakland, CA" +375,158,159,"Long Beach, CA",193,"Baton Rouge, LA" +375,159,162,"Oakland, CA",268,"Seattle, WA" +375,160,162,"Oakland, CA",159,"Long Beach, CA" +375,161,268,"Seattle, WA",159,"Long Beach, CA" +375,162,162,"Oakland, CA",159,"Long Beach, CA" +375,163,159,"Long Beach, CA",239,"Portland, OR" +375,164,159,"Long Beach, CA",162,"Oakland, CA" +375,165,162,"Oakland, CA",268,"Seattle, WA" +375,166,159,"Long Beach, CA",268,"Seattle, WA" +375,167,268,"Seattle, WA",269,"Longview, WA" +375,168,159,"Long Beach, CA",223,"New York, NY and NJ" +375,169,162,"Oakland, CA",269,"Longview, WA" +375,170,268,"Seattle, WA",198,"Baltimore, MD" +375,171,268,"Seattle, WA",159,"Long Beach, CA" +375,172,159,"Long Beach, CA",159,"Long Beach, CA" +375,173,195,"New Orleans, LA",269,"Longview, WA" +375,174,172,"Port Everglades, FL",229,"Wilmington, NC" +375,175,172,"Port Everglades, FL",195,"New Orleans, LA" +375,176,159,"Long Beach, CA",208,"Pascagoula, MS" +375,177,269,"Longview, WA",159,"Long Beach, CA" +375,178,159,"Long Beach, CA",159,"Long Beach, CA" +375,179,179,"Honolulu, HI",179,"Honolulu, HI" +375,180,179,"Honolulu, HI",179,"Honolulu, HI" +375,181,162,"Oakland, CA",162,"Oakland, CA" +375,183,269,"Longview, WA",159,"Long Beach, CA" +375,184,268,"Seattle, WA",239,"Portland, OR" +375,185,159,"Long Beach, CA",159,"Long Beach, CA" +375,186,239,"Portland, OR",159,"Long Beach, CA" +375,187,268,"Seattle, WA",174,"Tampa, FL" +375,188,268,"Seattle, WA",253,"Beaumont, TX" +375,189,162,"Oakland, CA",268,"Seattle, WA" +375,190,162,"Oakland, CA",268,"Seattle, WA" +375,191,239,"Portland, OR",159,"Long Beach, CA" +375,192,159,"Long Beach, CA",268,"Seattle, WA" +375,193,269,"Longview, WA",195,"New Orleans, LA" +375,194,239,"Portland, OR",239,"Portland, OR" +375,195,159,"Long Beach, CA",159,"Long Beach, CA" +375,196,172,"Port Everglades, FL",159,"Long Beach, CA" +375,197,159,"Long Beach, CA",159,"Long Beach, CA" +375,198,162,"Oakland, CA",268,"Seattle, WA" +375,199,174,"Tampa, FL",241,"Philadelphia, PA" +375,200,159,"Long Beach, CA",217,"New York, NY and NJ" +375,201,268,"Seattle, WA",159,"Long Beach, CA" +375,202,172,"Port Everglades, FL",159,"Long Beach, CA" +375,203,268,"Seattle, WA",268,"Seattle, WA" +375,204,159,"Long Beach, CA",159,"Long Beach, CA" +375,205,239,"Portland, OR",239,"Portland, OR" +375,206,159,"Long Beach, CA",268,"Seattle, WA" +375,207,162,"Oakland, CA",268,"Seattle, WA" +375,208,268,"Seattle, WA",208,"Pascagoula, MS" +375,209,162,"Oakland, CA",159,"Long Beach, CA" +375,210,162,"Oakland, CA",193,"Baton Rouge, LA" +375,211,159,"Long Beach, CA",159,"Long Beach, CA" +375,212,239,"Portland, OR",162,"Oakland, CA" +375,213,162,"Oakland, CA",159,"Long Beach, CA" +375,214,159,"Long Beach, CA",268,"Seattle, WA" +375,215,268,"Seattle, WA",159,"Long Beach, CA" +375,216,159,"Long Beach, CA",268,"Seattle, WA" +375,217,159,"Long Beach, CA",269,"Longview, WA" +375,218,159,"Long Beach, CA",239,"Portland, OR" +375,219,159,"Long Beach, CA",159,"Long Beach, CA" +375,220,159,"Long Beach, CA",268,"Seattle, WA" +375,221,195,"New Orleans, LA",269,"Longview, WA" +375,222,239,"Portland, OR",159,"Long Beach, CA" +375,223,162,"Oakland, CA",159,"Long Beach, CA" +375,224,159,"Long Beach, CA",159,"Long Beach, CA" +375,225,268,"Seattle, WA",195,"New Orleans, LA" +375,226,268,"Seattle, WA",171,"Jacksonville, FL" +375,227,159,"Long Beach, CA",159,"Long Beach, CA" +375,228,162,"Oakland, CA",239,"Portland, OR" +375,229,268,"Seattle, WA",229,"Wilmington, NC" +375,230,159,"Long Beach, CA",268,"Seattle, WA" +375,231,159,"Long Beach, CA",268,"Seattle, WA" +375,232,162,"Oakland, CA",268,"Seattle, WA" +375,233,269,"Longview, WA",239,"Portland, OR" +375,234,268,"Seattle, WA",268,"Seattle, WA" +375,235,159,"Long Beach, CA",159,"Long Beach, CA" +375,236,159,"Long Beach, CA",268,"Seattle, WA" +375,237,239,"Portland, OR",159,"Long Beach, CA" +375,238,159,"Long Beach, CA",257,"Houston, TX" +375,239,159,"Long Beach, CA",159,"Long Beach, CA" +375,240,268,"Seattle, WA",159,"Long Beach, CA" +375,241,268,"Seattle, WA",268,"Seattle, WA" +375,242,159,"Long Beach, CA",268,"Seattle, WA" +375,243,269,"Longview, WA",159,"Long Beach, CA" +375,244,159,"Long Beach, CA",162,"Oakland, CA" +375,245,159,"Long Beach, CA",239,"Portland, OR" +375,246,268,"Seattle, WA",268,"Seattle, WA" +375,247,159,"Long Beach, CA",159,"Long Beach, CA" +375,248,268,"Seattle, WA",159,"Long Beach, CA" +375,249,159,"Long Beach, CA",208,"Pascagoula, MS" +375,250,239,"Portland, OR",268,"Seattle, WA" +375,251,177,"Savannah, GA",162,"Oakland, CA" +375,252,159,"Long Beach, CA",268,"Seattle, WA" +375,253,239,"Portland, OR",239,"Portland, OR" +375,254,159,"Long Beach, CA",257,"Houston, TX" +375,255,159,"Long Beach, CA",159,"Long Beach, CA" +375,256,162,"Oakland, CA",159,"Long Beach, CA" +375,257,159,"Long Beach, CA",194,"Lake Charles, LA" +375,258,268,"Seattle, WA",152,"Mobile, AL" +375,259,159,"Long Beach, CA",159,"Long Beach, CA" +375,260,254,"Corpus Christi, TX",257,"Houston, TX" +375,261,269,"Longview, WA",159,"Long Beach, CA" +375,262,268,"Seattle, WA",159,"Long Beach, CA" +375,263,162,"Oakland, CA",239,"Portland, OR" +375,264,268,"Seattle, WA",265,"Norfolk Harbor, VA" +375,265,159,"Long Beach, CA",245,"Charleston, SC" +375,266,268,"Seattle, WA",268,"Seattle, WA" +375,267,268,"Seattle, WA",159,"Long Beach, CA" +375,268,162,"Oakland, CA",268,"Seattle, WA" +375,269,159,"Long Beach, CA",162,"Oakland, CA" +375,270,159,"Long Beach, CA",269,"Longview, WA" +375,271,268,"Seattle, WA",268,"Seattle, WA" +375,272,174,"Tampa, FL",162,"Oakland, CA" +375,273,268,"Seattle, WA",239,"Portland, OR" +376,1,159,"Long Beach, CA",159,"Long Beach, CA" +376,2,159,"Long Beach, CA",159,"Long Beach, CA" +376,3,159,"Long Beach, CA",159,"Long Beach, CA" +376,4,159,"Long Beach, CA",159,"Long Beach, CA" +376,5,162,"Oakland, CA",162,"Oakland, CA" +376,6,159,"Long Beach, CA",159,"Long Beach, CA" +376,7,159,"Long Beach, CA",159,"Long Beach, CA" +376,8,159,"Long Beach, CA",159,"Long Beach, CA" +376,9,159,"Long Beach, CA",159,"Long Beach, CA" +376,10,159,"Long Beach, CA",159,"Long Beach, CA" +376,11,159,"Long Beach, CA",159,"Long Beach, CA" +376,12,162,"Oakland, CA",162,"Oakland, CA" +376,13,159,"Long Beach, CA",159,"Long Beach, CA" +376,14,159,"Long Beach, CA",159,"Long Beach, CA" +376,15,159,"Long Beach, CA",159,"Long Beach, CA" +376,16,159,"Long Beach, CA",159,"Long Beach, CA" +376,17,162,"Oakland, CA",162,"Oakland, CA" +376,18,159,"Long Beach, CA",159,"Long Beach, CA" +376,19,159,"Long Beach, CA",159,"Long Beach, CA" +376,20,159,"Long Beach, CA",159,"Long Beach, CA" +376,21,159,"Long Beach, CA",159,"Long Beach, CA" +376,22,162,"Oakland, CA",162,"Oakland, CA" +376,23,159,"Long Beach, CA",159,"Long Beach, CA" +376,24,268,"Seattle, WA",268,"Seattle, WA" +376,25,159,"Long Beach, CA",159,"Long Beach, CA" +376,26,268,"Seattle, WA",268,"Seattle, WA" +376,27,268,"Seattle, WA",268,"Seattle, WA" +376,28,268,"Seattle, WA",268,"Seattle, WA" +376,29,159,"Long Beach, CA",159,"Long Beach, CA" +376,30,239,"Portland, OR",239,"Portland, OR" +376,31,239,"Portland, OR",239,"Portland, OR" +376,32,159,"Long Beach, CA",159,"Long Beach, CA" +376,33,268,"Seattle, WA",268,"Seattle, WA" +376,34,159,"Long Beach, CA",159,"Long Beach, CA" +376,35,159,"Long Beach, CA",159,"Long Beach, CA" +376,36,159,"Long Beach, CA",159,"Long Beach, CA" +376,37,239,"Portland, OR",239,"Portland, OR" +376,38,268,"Seattle, WA",268,"Seattle, WA" +376,39,159,"Long Beach, CA",159,"Long Beach, CA" +376,40,268,"Seattle, WA",268,"Seattle, WA" +376,41,159,"Long Beach, CA",159,"Long Beach, CA" +376,42,159,"Long Beach, CA",159,"Long Beach, CA" +376,43,239,"Portland, OR",239,"Portland, OR" +376,44,239,"Portland, OR",239,"Portland, OR" +376,45,159,"Long Beach, CA",159,"Long Beach, CA" +376,46,159,"Long Beach, CA",159,"Long Beach, CA" +376,47,159,"Long Beach, CA",159,"Long Beach, CA" +376,48,159,"Long Beach, CA",159,"Long Beach, CA" +376,49,159,"Long Beach, CA",159,"Long Beach, CA" +376,50,268,"Seattle, WA",268,"Seattle, WA" +376,51,162,"Oakland, CA",162,"Oakland, CA" +376,52,162,"Oakland, CA",162,"Oakland, CA" +376,53,162,"Oakland, CA",162,"Oakland, CA" +376,54,162,"Oakland, CA",162,"Oakland, CA" +376,55,159,"Long Beach, CA",159,"Long Beach, CA" +376,56,159,"Long Beach, CA",159,"Long Beach, CA" +376,57,268,"Seattle, WA",268,"Seattle, WA" +376,58,159,"Long Beach, CA",159,"Long Beach, CA" +376,59,162,"Oakland, CA",162,"Oakland, CA" +376,60,269,"Longview, WA",269,"Longview, WA" +376,61,159,"Long Beach, CA",159,"Long Beach, CA" +376,62,159,"Long Beach, CA",159,"Long Beach, CA" +376,63,159,"Long Beach, CA",159,"Long Beach, CA" +376,64,162,"Oakland, CA",162,"Oakland, CA" +376,65,159,"Long Beach, CA",159,"Long Beach, CA" +376,66,162,"Oakland, CA",162,"Oakland, CA" +376,67,159,"Long Beach, CA",159,"Long Beach, CA" +376,68,269,"Longview, WA",269,"Longview, WA" +376,69,159,"Long Beach, CA",159,"Long Beach, CA" +376,70,162,"Oakland, CA",162,"Oakland, CA" +376,71,268,"Seattle, WA",268,"Seattle, WA" +376,72,162,"Oakland, CA",162,"Oakland, CA" +376,73,159,"Long Beach, CA",159,"Long Beach, CA" +376,74,159,"Long Beach, CA",159,"Long Beach, CA" +376,75,239,"Portland, OR",239,"Portland, OR" +376,76,162,"Oakland, CA",162,"Oakland, CA" +376,77,159,"Long Beach, CA",159,"Long Beach, CA" +376,78,159,"Long Beach, CA",159,"Long Beach, CA" +376,79,162,"Oakland, CA",162,"Oakland, CA" +376,80,159,"Long Beach, CA",159,"Long Beach, CA" +376,81,239,"Portland, OR",239,"Portland, OR" +376,82,239,"Portland, OR",239,"Portland, OR" +376,83,159,"Long Beach, CA",159,"Long Beach, CA" +376,84,159,"Long Beach, CA",159,"Long Beach, CA" +376,85,162,"Oakland, CA",162,"Oakland, CA" +376,86,159,"Long Beach, CA",159,"Long Beach, CA" +376,87,268,"Seattle, WA",268,"Seattle, WA" +376,88,159,"Long Beach, CA",159,"Long Beach, CA" +376,89,268,"Seattle, WA",268,"Seattle, WA" +376,90,162,"Oakland, CA",162,"Oakland, CA" +376,91,162,"Oakland, CA",162,"Oakland, CA" +376,92,162,"Oakland, CA",162,"Oakland, CA" +376,93,239,"Portland, OR",239,"Portland, OR" +376,94,268,"Seattle, WA",268,"Seattle, WA" +376,95,162,"Oakland, CA",162,"Oakland, CA" +376,96,162,"Oakland, CA",162,"Oakland, CA" +376,97,159,"Long Beach, CA",159,"Long Beach, CA" +376,98,159,"Long Beach, CA",159,"Long Beach, CA" +376,99,268,"Seattle, WA",268,"Seattle, WA" +376,100,159,"Long Beach, CA",159,"Long Beach, CA" +376,101,268,"Seattle, WA",268,"Seattle, WA" +376,102,159,"Long Beach, CA",159,"Long Beach, CA" +376,103,162,"Oakland, CA",162,"Oakland, CA" +376,104,159,"Long Beach, CA",159,"Long Beach, CA" +376,105,268,"Seattle, WA",268,"Seattle, WA" +376,106,159,"Long Beach, CA",159,"Long Beach, CA" +376,107,159,"Long Beach, CA",159,"Long Beach, CA" +376,108,239,"Portland, OR",239,"Portland, OR" +376,109,239,"Portland, OR",239,"Portland, OR" +376,110,159,"Long Beach, CA",159,"Long Beach, CA" +376,111,269,"Longview, WA",269,"Longview, WA" +376,112,159,"Long Beach, CA",159,"Long Beach, CA" +376,113,159,"Long Beach, CA",159,"Long Beach, CA" +376,114,162,"Oakland, CA",162,"Oakland, CA" +376,115,239,"Portland, OR",239,"Portland, OR" +376,116,159,"Long Beach, CA",159,"Long Beach, CA" +376,117,159,"Long Beach, CA",159,"Long Beach, CA" +376,118,159,"Long Beach, CA",159,"Long Beach, CA" +376,119,159,"Long Beach, CA",159,"Long Beach, CA" +376,120,159,"Long Beach, CA",159,"Long Beach, CA" +376,121,159,"Long Beach, CA",159,"Long Beach, CA" +376,122,159,"Long Beach, CA",159,"Long Beach, CA" +376,123,239,"Portland, OR",239,"Portland, OR" +376,124,159,"Long Beach, CA",159,"Long Beach, CA" +376,125,159,"Long Beach, CA",159,"Long Beach, CA" +376,126,159,"Long Beach, CA",159,"Long Beach, CA" +376,127,239,"Portland, OR",239,"Portland, OR" +376,128,268,"Seattle, WA",268,"Seattle, WA" +376,129,268,"Seattle, WA",268,"Seattle, WA" +376,130,159,"Long Beach, CA",159,"Long Beach, CA" +376,131,159,"Long Beach, CA",159,"Long Beach, CA" +376,132,268,"Seattle, WA",268,"Seattle, WA" +376,151,159,"Long Beach, CA",159,"Long Beach, CA" +376,152,162,"Oakland, CA",159,"Long Beach, CA" +376,153,159,"Long Beach, CA",159,"Long Beach, CA" +376,154,154,"Anchorage, AK",154,"Anchorage, AK" +376,155,268,"Seattle, WA",268,"Seattle, WA" +376,156,159,"Long Beach, CA",162,"Oakland, CA" +376,157,159,"Long Beach, CA",159,"Long Beach, CA" +376,158,268,"Seattle, WA",159,"Long Beach, CA" +376,159,269,"Longview, WA",268,"Seattle, WA" +376,160,268,"Seattle, WA",268,"Seattle, WA" +376,161,159,"Long Beach, CA",162,"Oakland, CA" +376,162,268,"Seattle, WA",159,"Long Beach, CA" +376,163,159,"Long Beach, CA",269,"Longview, WA" +376,164,159,"Long Beach, CA",269,"Longview, WA" +376,165,268,"Seattle, WA",159,"Long Beach, CA" +376,166,162,"Oakland, CA",159,"Long Beach, CA" +376,167,162,"Oakland, CA",159,"Long Beach, CA" +376,168,159,"Long Beach, CA",162,"Oakland, CA" +376,169,159,"Long Beach, CA",239,"Portland, OR" +376,170,268,"Seattle, WA",268,"Seattle, WA" +376,171,162,"Oakland, CA",159,"Long Beach, CA" +376,172,239,"Portland, OR",159,"Long Beach, CA" +376,173,159,"Long Beach, CA",159,"Long Beach, CA" +376,174,239,"Portland, OR",268,"Seattle, WA" +376,175,159,"Long Beach, CA",269,"Longview, WA" +376,176,159,"Long Beach, CA",159,"Long Beach, CA" +376,177,269,"Longview, WA",162,"Oakland, CA" +376,178,159,"Long Beach, CA",159,"Long Beach, CA" +376,179,179,"Honolulu, HI",179,"Honolulu, HI" +376,180,179,"Honolulu, HI",179,"Honolulu, HI" +376,181,159,"Long Beach, CA",159,"Long Beach, CA" +376,183,159,"Long Beach, CA",162,"Oakland, CA" +376,184,159,"Long Beach, CA",159,"Long Beach, CA" +376,185,159,"Long Beach, CA",268,"Seattle, WA" +376,186,159,"Long Beach, CA",159,"Long Beach, CA" +376,187,159,"Long Beach, CA",159,"Long Beach, CA" +376,188,162,"Oakland, CA",162,"Oakland, CA" +376,189,162,"Oakland, CA",268,"Seattle, WA" +376,190,269,"Longview, WA",159,"Long Beach, CA" +376,191,268,"Seattle, WA",268,"Seattle, WA" +376,192,268,"Seattle, WA",159,"Long Beach, CA" +376,193,159,"Long Beach, CA",268,"Seattle, WA" +376,194,159,"Long Beach, CA",268,"Seattle, WA" +376,195,159,"Long Beach, CA",268,"Seattle, WA" +376,196,268,"Seattle, WA",159,"Long Beach, CA" +376,197,159,"Long Beach, CA",268,"Seattle, WA" +376,198,239,"Portland, OR",269,"Longview, WA" +376,199,268,"Seattle, WA",268,"Seattle, WA" +376,200,162,"Oakland, CA",159,"Long Beach, CA" +376,201,159,"Long Beach, CA",159,"Long Beach, CA" +376,202,159,"Long Beach, CA",159,"Long Beach, CA" +376,203,159,"Long Beach, CA",159,"Long Beach, CA" +376,204,159,"Long Beach, CA",162,"Oakland, CA" +376,205,159,"Long Beach, CA",159,"Long Beach, CA" +376,206,239,"Portland, OR",239,"Portland, OR" +376,207,159,"Long Beach, CA",268,"Seattle, WA" +376,208,159,"Long Beach, CA",268,"Seattle, WA" +376,209,159,"Long Beach, CA",159,"Long Beach, CA" +376,210,159,"Long Beach, CA",159,"Long Beach, CA" +376,211,159,"Long Beach, CA",159,"Long Beach, CA" +376,212,162,"Oakland, CA",268,"Seattle, WA" +376,213,159,"Long Beach, CA",162,"Oakland, CA" +376,214,239,"Portland, OR",269,"Longview, WA" +376,215,239,"Portland, OR",268,"Seattle, WA" +376,216,159,"Long Beach, CA",159,"Long Beach, CA" +376,217,162,"Oakland, CA",162,"Oakland, CA" +376,218,159,"Long Beach, CA",269,"Longview, WA" +376,219,159,"Long Beach, CA",159,"Long Beach, CA" +376,220,159,"Long Beach, CA",159,"Long Beach, CA" +376,221,159,"Long Beach, CA",159,"Long Beach, CA" +376,222,269,"Longview, WA",159,"Long Beach, CA" +376,223,269,"Longview, WA",159,"Long Beach, CA" +376,224,268,"Seattle, WA",162,"Oakland, CA" +376,225,159,"Long Beach, CA",159,"Long Beach, CA" +376,226,268,"Seattle, WA",162,"Oakland, CA" +376,227,159,"Long Beach, CA",268,"Seattle, WA" +376,228,159,"Long Beach, CA",269,"Longview, WA" +376,229,159,"Long Beach, CA",159,"Long Beach, CA" +376,230,239,"Portland, OR",159,"Long Beach, CA" +376,231,159,"Long Beach, CA",268,"Seattle, WA" +376,232,239,"Portland, OR",239,"Portland, OR" +376,233,159,"Long Beach, CA",239,"Portland, OR" +376,234,159,"Long Beach, CA",159,"Long Beach, CA" +376,235,268,"Seattle, WA",159,"Long Beach, CA" +376,236,269,"Longview, WA",268,"Seattle, WA" +376,237,269,"Longview, WA",268,"Seattle, WA" +376,238,162,"Oakland, CA",159,"Long Beach, CA" +376,239,159,"Long Beach, CA",159,"Long Beach, CA" +376,240,162,"Oakland, CA",159,"Long Beach, CA" +376,241,162,"Oakland, CA",162,"Oakland, CA" +376,242,269,"Longview, WA",159,"Long Beach, CA" +376,243,162,"Oakland, CA",162,"Oakland, CA" +376,244,268,"Seattle, WA",162,"Oakland, CA" +376,245,159,"Long Beach, CA",162,"Oakland, CA" +376,246,159,"Long Beach, CA",162,"Oakland, CA" +376,247,159,"Long Beach, CA",239,"Portland, OR" +376,248,159,"Long Beach, CA",159,"Long Beach, CA" +376,249,159,"Long Beach, CA",159,"Long Beach, CA" +376,250,269,"Longview, WA",159,"Long Beach, CA" +376,251,268,"Seattle, WA",268,"Seattle, WA" +376,252,159,"Long Beach, CA",159,"Long Beach, CA" +376,253,268,"Seattle, WA",159,"Long Beach, CA" +376,254,159,"Long Beach, CA",162,"Oakland, CA" +376,255,159,"Long Beach, CA",162,"Oakland, CA" +376,256,159,"Long Beach, CA",268,"Seattle, WA" +376,257,162,"Oakland, CA",162,"Oakland, CA" +376,258,162,"Oakland, CA",159,"Long Beach, CA" +376,259,162,"Oakland, CA",268,"Seattle, WA" +376,260,159,"Long Beach, CA",159,"Long Beach, CA" +376,261,159,"Long Beach, CA",268,"Seattle, WA" +376,262,159,"Long Beach, CA",268,"Seattle, WA" +376,263,268,"Seattle, WA",159,"Long Beach, CA" +376,264,268,"Seattle, WA",159,"Long Beach, CA" +376,265,268,"Seattle, WA",268,"Seattle, WA" +376,266,159,"Long Beach, CA",159,"Long Beach, CA" +376,267,159,"Long Beach, CA",239,"Portland, OR" +376,268,159,"Long Beach, CA",162,"Oakland, CA" +376,269,162,"Oakland, CA",159,"Long Beach, CA" +376,270,269,"Longview, WA",159,"Long Beach, CA" +376,271,162,"Oakland, CA",268,"Seattle, WA" +376,272,159,"Long Beach, CA",159,"Long Beach, CA" +376,273,269,"Longview, WA",159,"Long Beach, CA" +377,1,241,"Philadelphia, PA",241,"Philadelphia, PA" +377,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +377,3,198,"Baltimore, MD",198,"Baltimore, MD" +377,4,223,"New York, NY and NJ",223,"New York, NY and NJ" +377,5,223,"New York, NY and NJ",223,"New York, NY and NJ" +377,6,217,"New York, NY and NJ",217,"New York, NY and NJ" +377,7,197,"Portland, ME",197,"Portland, ME" +377,8,201,"Boston, MA",201,"Boston, MA" +377,9,217,"New York, NY and NJ",217,"New York, NY and NJ" +377,10,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +377,11,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +377,12,241,"Philadelphia, PA",241,"Philadelphia, PA" +377,13,197,"Portland, ME",197,"Portland, ME" +377,14,223,"New York, NY and NJ",223,"New York, NY and NJ" +377,15,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +377,16,223,"New York, NY and NJ",223,"New York, NY and NJ" +377,17,217,"New York, NY and NJ",217,"New York, NY and NJ" +377,18,169,"Wilmington, DE",169,"Wilmington, DE" +377,19,201,"Boston, MA",201,"Boston, MA" +377,20,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +377,21,217,"New York, NY and NJ",217,"New York, NY and NJ" +377,22,223,"New York, NY and NJ",223,"New York, NY and NJ" +377,23,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +377,24,217,"New York, NY and NJ",217,"New York, NY and NJ" +377,25,217,"New York, NY and NJ",217,"New York, NY and NJ" +377,26,198,"Baltimore, MD",198,"Baltimore, MD" +377,27,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +377,28,198,"Baltimore, MD",198,"Baltimore, MD" +377,29,201,"Boston, MA",201,"Boston, MA" +377,30,245,"Charleston, SC",245,"Charleston, SC" +377,31,244,"Providence, RI",244,"Providence, RI" +377,32,241,"Philadelphia, PA",241,"Philadelphia, PA" +377,33,198,"Baltimore, MD",198,"Baltimore, MD" +377,34,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +377,35,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +377,36,217,"New York, NY and NJ",217,"New York, NY and NJ" +377,37,217,"New York, NY and NJ",217,"New York, NY and NJ" +377,38,223,"New York, NY and NJ",223,"New York, NY and NJ" +377,39,217,"New York, NY and NJ",217,"New York, NY and NJ" +377,40,223,"New York, NY and NJ",223,"New York, NY and NJ" +377,41,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +377,42,217,"New York, NY and NJ",217,"New York, NY and NJ" +377,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +377,44,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +377,45,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +377,46,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +377,47,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +377,48,223,"New York, NY and NJ",223,"New York, NY and NJ" +377,49,223,"New York, NY and NJ",223,"New York, NY and NJ" +377,50,201,"Boston, MA",201,"Boston, MA" +377,51,197,"Portland, ME",197,"Portland, ME" +377,52,241,"Philadelphia, PA",241,"Philadelphia, PA" +377,53,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +377,54,223,"New York, NY and NJ",223,"New York, NY and NJ" +377,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +377,56,223,"New York, NY and NJ",223,"New York, NY and NJ" +377,57,241,"Philadelphia, PA",241,"Philadelphia, PA" +377,58,197,"Portland, ME",197,"Portland, ME" +377,59,223,"New York, NY and NJ",223,"New York, NY and NJ" +377,60,217,"New York, NY and NJ",217,"New York, NY and NJ" +377,61,217,"New York, NY and NJ",217,"New York, NY and NJ" +377,62,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +377,63,241,"Philadelphia, PA",241,"Philadelphia, PA" +377,64,201,"Boston, MA",201,"Boston, MA" +377,65,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +377,66,229,"Wilmington, NC",229,"Wilmington, NC" +377,67,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +377,68,198,"Baltimore, MD",198,"Baltimore, MD" +377,69,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +377,70,217,"New York, NY and NJ",217,"New York, NY and NJ" +377,71,217,"New York, NY and NJ",217,"New York, NY and NJ" +377,72,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +377,73,217,"New York, NY and NJ",217,"New York, NY and NJ" +377,74,223,"New York, NY and NJ",223,"New York, NY and NJ" +377,75,198,"Baltimore, MD",198,"Baltimore, MD" +377,76,223,"New York, NY and NJ",223,"New York, NY and NJ" +377,77,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +377,78,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +377,79,201,"Boston, MA",201,"Boston, MA" +377,80,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +377,81,198,"Baltimore, MD",198,"Baltimore, MD" +377,82,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +377,83,241,"Philadelphia, PA",241,"Philadelphia, PA" +377,84,217,"New York, NY and NJ",217,"New York, NY and NJ" +377,85,198,"Baltimore, MD",198,"Baltimore, MD" +377,86,244,"Providence, RI",244,"Providence, RI" +377,87,217,"New York, NY and NJ",217,"New York, NY and NJ" +377,88,198,"Baltimore, MD",198,"Baltimore, MD" +377,89,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +377,90,198,"Baltimore, MD",198,"Baltimore, MD" +377,91,244,"Providence, RI",244,"Providence, RI" +377,92,198,"Baltimore, MD",198,"Baltimore, MD" +377,93,223,"New York, NY and NJ",223,"New York, NY and NJ" +377,94,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +377,95,245,"Charleston, SC",245,"Charleston, SC" +377,96,241,"Philadelphia, PA",241,"Philadelphia, PA" +377,97,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +377,98,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +377,99,197,"Portland, ME",197,"Portland, ME" +377,100,198,"Baltimore, MD",198,"Baltimore, MD" +377,101,217,"New York, NY and NJ",217,"New York, NY and NJ" +377,102,241,"Philadelphia, PA",241,"Philadelphia, PA" +377,103,217,"New York, NY and NJ",217,"New York, NY and NJ" +377,104,198,"Baltimore, MD",198,"Baltimore, MD" +377,105,217,"New York, NY and NJ",217,"New York, NY and NJ" +377,106,223,"New York, NY and NJ",223,"New York, NY and NJ" +377,107,217,"New York, NY and NJ",217,"New York, NY and NJ" +377,108,201,"Boston, MA",201,"Boston, MA" +377,109,197,"Portland, ME",197,"Portland, ME" +377,110,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +377,111,198,"Baltimore, MD",198,"Baltimore, MD" +377,112,198,"Baltimore, MD",198,"Baltimore, MD" +377,113,245,"Charleston, SC",245,"Charleston, SC" +377,114,223,"New York, NY and NJ",223,"New York, NY and NJ" +377,115,223,"New York, NY and NJ",223,"New York, NY and NJ" +377,116,201,"Boston, MA",201,"Boston, MA" +377,117,197,"Portland, ME",197,"Portland, ME" +377,118,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +377,119,217,"New York, NY and NJ",217,"New York, NY and NJ" +377,120,198,"Baltimore, MD",198,"Baltimore, MD" +377,121,244,"Providence, RI",244,"Providence, RI" +377,122,217,"New York, NY and NJ",217,"New York, NY and NJ" +377,123,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +377,124,244,"Providence, RI",244,"Providence, RI" +377,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +377,126,223,"New York, NY and NJ",223,"New York, NY and NJ" +377,127,197,"Portland, ME",197,"Portland, ME" +377,128,244,"Providence, RI",244,"Providence, RI" +377,129,241,"Philadelphia, PA",241,"Philadelphia, PA" +377,130,169,"Wilmington, DE",169,"Wilmington, DE" +377,131,197,"Portland, ME",197,"Portland, ME" +377,132,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +377,151,218,"Camden-Gloucester, NJ",229,"Wilmington, NC" +377,152,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +377,153,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +377,154,154,"Anchorage, AK",154,"Anchorage, AK" +377,155,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +377,156,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +377,157,265,"Norfolk Harbor, VA",201,"Boston, MA" +377,158,223,"New York, NY and NJ",217,"New York, NY and NJ" +377,159,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +377,160,223,"New York, NY and NJ",245,"Charleston, SC" +377,161,265,"Norfolk Harbor, VA",201,"Boston, MA" +377,162,245,"Charleston, SC",201,"Boston, MA" +377,163,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +377,164,223,"New York, NY and NJ",244,"Providence, RI" +377,165,223,"New York, NY and NJ",217,"New York, NY and NJ" +377,166,198,"Baltimore, MD",217,"New York, NY and NJ" +377,167,197,"Portland, ME",241,"Philadelphia, PA" +377,168,223,"New York, NY and NJ",241,"Philadelphia, PA" +377,169,241,"Philadelphia, PA",198,"Baltimore, MD" +377,170,217,"New York, NY and NJ",198,"Baltimore, MD" +377,171,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +377,172,245,"Charleston, SC",198,"Baltimore, MD" +377,173,241,"Philadelphia, PA",177,"Savannah, GA" +377,174,217,"New York, NY and NJ",177,"Savannah, GA" +377,175,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +377,176,198,"Baltimore, MD",229,"Wilmington, NC" +377,177,223,"New York, NY and NJ",177,"Savannah, GA" +377,178,265,"Norfolk Harbor, VA",197,"Portland, ME" +377,179,179,"Honolulu, HI",179,"Honolulu, HI" +377,180,179,"Honolulu, HI",179,"Honolulu, HI" +377,181,198,"Baltimore, MD",198,"Baltimore, MD" +377,183,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +377,184,201,"Boston, MA",229,"Wilmington, NC" +377,185,217,"New York, NY and NJ",198,"Baltimore, MD" +377,186,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +377,187,241,"Philadelphia, PA",197,"Portland, ME" +377,188,198,"Baltimore, MD",217,"New York, NY and NJ" +377,189,197,"Portland, ME",265,"Norfolk Harbor, VA" +377,190,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +377,191,217,"New York, NY and NJ",217,"New York, NY and NJ" +377,192,201,"Boston, MA",177,"Savannah, GA" +377,193,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +377,194,223,"New York, NY and NJ",245,"Charleston, SC" +377,195,201,"Boston, MA",177,"Savannah, GA" +377,196,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +377,197,223,"New York, NY and NJ",244,"Providence, RI" +377,198,201,"Boston, MA",217,"New York, NY and NJ" +377,199,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +377,200,241,"Philadelphia, PA",223,"New York, NY and NJ" +377,201,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +377,202,217,"New York, NY and NJ",197,"Portland, ME" +377,203,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +377,204,241,"Philadelphia, PA",223,"New York, NY and NJ" +377,205,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +377,206,197,"Portland, ME",223,"New York, NY and NJ" +377,207,217,"New York, NY and NJ",223,"New York, NY and NJ" +377,208,198,"Baltimore, MD",201,"Boston, MA" +377,209,223,"New York, NY and NJ",223,"New York, NY and NJ" +377,210,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +377,211,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +377,212,223,"New York, NY and NJ",198,"Baltimore, MD" +377,213,217,"New York, NY and NJ",229,"Wilmington, NC" +377,214,201,"Boston, MA",265,"Norfolk Harbor, VA" +377,215,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +377,216,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +377,217,217,"New York, NY and NJ",198,"Baltimore, MD" +377,218,244,"Providence, RI",218,"Camden-Gloucester, NJ" +377,219,223,"New York, NY and NJ",197,"Portland, ME" +377,220,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +377,221,197,"Portland, ME",218,"Camden-Gloucester, NJ" +377,222,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +377,223,223,"New York, NY and NJ",197,"Portland, ME" +377,224,223,"New York, NY and NJ",201,"Boston, MA" +377,225,201,"Boston, MA",217,"New York, NY and NJ" +377,226,197,"Portland, ME",223,"New York, NY and NJ" +377,227,197,"Portland, ME",217,"New York, NY and NJ" +377,228,223,"New York, NY and NJ",223,"New York, NY and NJ" +377,229,198,"Baltimore, MD",241,"Philadelphia, PA" +377,230,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +377,231,245,"Charleston, SC",241,"Philadelphia, PA" +377,232,217,"New York, NY and NJ",217,"New York, NY and NJ" +377,233,265,"Norfolk Harbor, VA",197,"Portland, ME" +377,234,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +377,235,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +377,236,198,"Baltimore, MD",177,"Savannah, GA" +377,237,198,"Baltimore, MD",198,"Baltimore, MD" +377,238,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +377,239,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +377,240,197,"Portland, ME",223,"New York, NY and NJ" +377,241,198,"Baltimore, MD",223,"New York, NY and NJ" +377,242,198,"Baltimore, MD",201,"Boston, MA" +377,243,223,"New York, NY and NJ",223,"New York, NY and NJ" +377,244,241,"Philadelphia, PA",198,"Baltimore, MD" +377,245,217,"New York, NY and NJ",171,"Jacksonville, FL" +377,246,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +377,247,223,"New York, NY and NJ",241,"Philadelphia, PA" +377,248,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +377,249,245,"Charleston, SC",169,"Wilmington, DE" +377,250,245,"Charleston, SC",265,"Norfolk Harbor, VA" +377,251,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +377,252,241,"Philadelphia, PA",217,"New York, NY and NJ" +377,253,217,"New York, NY and NJ",223,"New York, NY and NJ" +377,254,201,"Boston, MA",253,"Beaumont, TX" +377,255,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +377,256,197,"Portland, ME",241,"Philadelphia, PA" +377,257,223,"New York, NY and NJ",198,"Baltimore, MD" +377,258,172,"Port Everglades, FL",172,"Port Everglades, FL" +377,259,241,"Philadelphia, PA",257,"Houston, TX" +377,260,244,"Providence, RI",195,"New Orleans, LA" +377,261,217,"New York, NY and NJ",241,"Philadelphia, PA" +377,262,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +377,263,197,"Portland, ME",198,"Baltimore, MD" +377,264,223,"New York, NY and NJ",217,"New York, NY and NJ" +377,265,198,"Baltimore, MD",198,"Baltimore, MD" +377,266,169,"Wilmington, DE",198,"Baltimore, MD" +377,267,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +377,268,223,"New York, NY and NJ",201,"Boston, MA" +377,269,198,"Baltimore, MD",169,"Wilmington, DE" +377,270,217,"New York, NY and NJ",201,"Boston, MA" +377,271,223,"New York, NY and NJ",241,"Philadelphia, PA" +377,272,223,"New York, NY and NJ",197,"Portland, ME" +377,273,198,"Baltimore, MD",169,"Wilmington, DE" +378,1,245,"Charleston, SC",245,"Charleston, SC" +378,2,253,"Beaumont, TX",253,"Beaumont, TX" +378,3,245,"Charleston, SC",245,"Charleston, SC" +378,4,245,"Charleston, SC",245,"Charleston, SC" +378,5,195,"New Orleans, LA",195,"New Orleans, LA" +378,6,195,"New Orleans, LA",195,"New Orleans, LA" +378,7,152,"Mobile, AL",152,"Mobile, AL" +378,8,177,"Savannah, GA",177,"Savannah, GA" +378,9,172,"Port Everglades, FL",172,"Port Everglades, FL" +378,10,195,"New Orleans, LA",195,"New Orleans, LA" +378,11,195,"New Orleans, LA",195,"New Orleans, LA" +378,12,172,"Port Everglades, FL",172,"Port Everglades, FL" +378,13,174,"Tampa, FL",174,"Tampa, FL" +378,14,177,"Savannah, GA",177,"Savannah, GA" +378,15,195,"New Orleans, LA",195,"New Orleans, LA" +378,16,172,"Port Everglades, FL",172,"Port Everglades, FL" +378,17,152,"Mobile, AL",152,"Mobile, AL" +378,18,177,"Savannah, GA",177,"Savannah, GA" +378,19,172,"Port Everglades, FL",172,"Port Everglades, FL" +378,20,195,"New Orleans, LA",195,"New Orleans, LA" +378,21,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +378,22,195,"New Orleans, LA",195,"New Orleans, LA" +378,23,195,"New Orleans, LA",195,"New Orleans, LA" +378,24,195,"New Orleans, LA",195,"New Orleans, LA" +378,25,177,"Savannah, GA",177,"Savannah, GA" +378,26,195,"New Orleans, LA",195,"New Orleans, LA" +378,27,177,"Savannah, GA",177,"Savannah, GA" +378,28,152,"Mobile, AL",152,"Mobile, AL" +378,29,172,"Port Everglades, FL",172,"Port Everglades, FL" +378,30,171,"Jacksonville, FL",171,"Jacksonville, FL" +378,31,253,"Beaumont, TX",253,"Beaumont, TX" +378,32,195,"New Orleans, LA",195,"New Orleans, LA" +378,33,194,"Lake Charles, LA",194,"Lake Charles, LA" +378,34,171,"Jacksonville, FL",171,"Jacksonville, FL" +378,35,195,"New Orleans, LA",195,"New Orleans, LA" +378,36,257,"Houston, TX",257,"Houston, TX" +378,37,171,"Jacksonville, FL",171,"Jacksonville, FL" +378,38,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +378,39,172,"Port Everglades, FL",172,"Port Everglades, FL" +378,40,194,"Lake Charles, LA",194,"Lake Charles, LA" +378,41,172,"Port Everglades, FL",172,"Port Everglades, FL" +378,42,171,"Jacksonville, FL",171,"Jacksonville, FL" +378,43,208,"Pascagoula, MS",208,"Pascagoula, MS" +378,44,195,"New Orleans, LA",195,"New Orleans, LA" +378,45,195,"New Orleans, LA",195,"New Orleans, LA" +378,46,257,"Houston, TX",257,"Houston, TX" +378,47,174,"Tampa, FL",174,"Tampa, FL" +378,48,257,"Houston, TX",257,"Houston, TX" +378,49,195,"New Orleans, LA",195,"New Orleans, LA" +378,50,195,"New Orleans, LA",195,"New Orleans, LA" +378,51,152,"Mobile, AL",152,"Mobile, AL" +378,52,177,"Savannah, GA",177,"Savannah, GA" +378,53,174,"Tampa, FL",174,"Tampa, FL" +378,54,194,"Lake Charles, LA",194,"Lake Charles, LA" +378,55,172,"Port Everglades, FL",172,"Port Everglades, FL" +378,56,245,"Charleston, SC",245,"Charleston, SC" +378,57,195,"New Orleans, LA",195,"New Orleans, LA" +378,58,172,"Port Everglades, FL",172,"Port Everglades, FL" +378,59,177,"Savannah, GA",177,"Savannah, GA" +378,60,195,"New Orleans, LA",195,"New Orleans, LA" +378,61,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +378,62,195,"New Orleans, LA",195,"New Orleans, LA" +378,63,174,"Tampa, FL",174,"Tampa, FL" +378,64,172,"Port Everglades, FL",172,"Port Everglades, FL" +378,65,253,"Beaumont, TX",253,"Beaumont, TX" +378,66,174,"Tampa, FL",174,"Tampa, FL" +378,67,174,"Tampa, FL",174,"Tampa, FL" +378,68,172,"Port Everglades, FL",172,"Port Everglades, FL" +378,69,208,"Pascagoula, MS",208,"Pascagoula, MS" +378,70,257,"Houston, TX",257,"Houston, TX" +378,71,195,"New Orleans, LA",195,"New Orleans, LA" +378,72,195,"New Orleans, LA",195,"New Orleans, LA" +378,73,208,"Pascagoula, MS",208,"Pascagoula, MS" +378,74,172,"Port Everglades, FL",172,"Port Everglades, FL" +378,75,177,"Savannah, GA",177,"Savannah, GA" +378,76,195,"New Orleans, LA",195,"New Orleans, LA" +378,77,172,"Port Everglades, FL",172,"Port Everglades, FL" +378,78,195,"New Orleans, LA",195,"New Orleans, LA" +378,79,208,"Pascagoula, MS",208,"Pascagoula, MS" +378,80,171,"Jacksonville, FL",171,"Jacksonville, FL" +378,81,172,"Port Everglades, FL",172,"Port Everglades, FL" +378,82,152,"Mobile, AL",152,"Mobile, AL" +378,83,208,"Pascagoula, MS",208,"Pascagoula, MS" +378,84,177,"Savannah, GA",177,"Savannah, GA" +378,85,195,"New Orleans, LA",195,"New Orleans, LA" +378,86,171,"Jacksonville, FL",171,"Jacksonville, FL" +378,87,257,"Houston, TX",257,"Houston, TX" +378,88,172,"Port Everglades, FL",172,"Port Everglades, FL" +378,89,172,"Port Everglades, FL",172,"Port Everglades, FL" +378,90,195,"New Orleans, LA",195,"New Orleans, LA" +378,91,195,"New Orleans, LA",195,"New Orleans, LA" +378,92,257,"Houston, TX",257,"Houston, TX" +378,93,253,"Beaumont, TX",253,"Beaumont, TX" +378,94,195,"New Orleans, LA",195,"New Orleans, LA" +378,95,152,"Mobile, AL",152,"Mobile, AL" +378,96,253,"Beaumont, TX",253,"Beaumont, TX" +378,97,257,"Houston, TX",257,"Houston, TX" +378,98,152,"Mobile, AL",152,"Mobile, AL" +378,99,253,"Beaumont, TX",253,"Beaumont, TX" +378,100,194,"Lake Charles, LA",194,"Lake Charles, LA" +378,101,208,"Pascagoula, MS",208,"Pascagoula, MS" +378,102,152,"Mobile, AL",152,"Mobile, AL" +378,103,174,"Tampa, FL",174,"Tampa, FL" +378,104,177,"Savannah, GA",177,"Savannah, GA" +378,105,174,"Tampa, FL",174,"Tampa, FL" +378,106,152,"Mobile, AL",152,"Mobile, AL" +378,107,174,"Tampa, FL",174,"Tampa, FL" +378,108,257,"Houston, TX",257,"Houston, TX" +378,109,195,"New Orleans, LA",195,"New Orleans, LA" +378,110,208,"Pascagoula, MS",208,"Pascagoula, MS" +378,111,253,"Beaumont, TX",253,"Beaumont, TX" +378,112,253,"Beaumont, TX",253,"Beaumont, TX" +378,113,177,"Savannah, GA",177,"Savannah, GA" +378,114,253,"Beaumont, TX",253,"Beaumont, TX" +378,115,174,"Tampa, FL",174,"Tampa, FL" +378,116,257,"Houston, TX",257,"Houston, TX" +378,117,152,"Mobile, AL",152,"Mobile, AL" +378,118,245,"Charleston, SC",245,"Charleston, SC" +378,119,245,"Charleston, SC",245,"Charleston, SC" +378,120,253,"Beaumont, TX",253,"Beaumont, TX" +378,121,177,"Savannah, GA",177,"Savannah, GA" +378,122,195,"New Orleans, LA",195,"New Orleans, LA" +378,123,245,"Charleston, SC",245,"Charleston, SC" +378,124,257,"Houston, TX",257,"Houston, TX" +378,125,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +378,126,253,"Beaumont, TX",253,"Beaumont, TX" +378,127,152,"Mobile, AL",152,"Mobile, AL" +378,128,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +378,129,177,"Savannah, GA",177,"Savannah, GA" +378,130,195,"New Orleans, LA",195,"New Orleans, LA" +378,131,195,"New Orleans, LA",195,"New Orleans, LA" +378,132,172,"Port Everglades, FL",172,"Port Everglades, FL" +378,151,254,"Corpus Christi, TX",208,"Pascagoula, MS" +378,152,195,"New Orleans, LA",195,"New Orleans, LA" +378,153,195,"New Orleans, LA",174,"Tampa, FL" +378,154,154,"Anchorage, AK",154,"Anchorage, AK" +378,155,254,"Corpus Christi, TX",257,"Houston, TX" +378,156,195,"New Orleans, LA",253,"Beaumont, TX" +378,157,208,"Pascagoula, MS",253,"Beaumont, TX" +378,158,195,"New Orleans, LA",174,"Tampa, FL" +378,159,257,"Houston, TX",257,"Houston, TX" +378,160,195,"New Orleans, LA",257,"Houston, TX" +378,161,253,"Beaumont, TX",254,"Corpus Christi, TX" +378,162,152,"Mobile, AL",159,"Long Beach, CA" +378,163,152,"Mobile, AL",193,"Baton Rouge, LA" +378,164,195,"New Orleans, LA",195,"New Orleans, LA" +378,165,257,"Houston, TX",257,"Houston, TX" +378,166,195,"New Orleans, LA",172,"Port Everglades, FL" +378,167,193,"Baton Rouge, LA",172,"Port Everglades, FL" +378,168,245,"Charleston, SC",177,"Savannah, GA" +378,169,178,"Brunswick, GA",198,"Baltimore, MD" +378,170,265,"Norfolk Harbor, VA",177,"Savannah, GA" +378,171,177,"Savannah, GA",172,"Port Everglades, FL" +378,172,195,"New Orleans, LA",174,"Tampa, FL" +378,173,193,"Baton Rouge, LA",177,"Savannah, GA" +378,174,172,"Port Everglades, FL",177,"Savannah, GA" +378,175,171,"Jacksonville, FL",171,"Jacksonville, FL" +378,176,195,"New Orleans, LA",245,"Charleston, SC" +378,177,172,"Port Everglades, FL",174,"Tampa, FL" +378,178,253,"Beaumont, TX",174,"Tampa, FL" +378,179,179,"Honolulu, HI",179,"Honolulu, HI" +378,180,179,"Honolulu, HI",179,"Honolulu, HI" +378,181,257,"Houston, TX",195,"New Orleans, LA" +378,183,195,"New Orleans, LA",195,"New Orleans, LA" +378,184,195,"New Orleans, LA",195,"New Orleans, LA" +378,185,194,"Lake Charles, LA",194,"Lake Charles, LA" +378,186,172,"Port Everglades, FL",172,"Port Everglades, FL" +378,187,172,"Port Everglades, FL",152,"Mobile, AL" +378,188,177,"Savannah, GA",253,"Beaumont, TX" +378,189,152,"Mobile, AL",257,"Houston, TX" +378,190,172,"Port Everglades, FL",229,"Wilmington, NC" +378,191,152,"Mobile, AL",171,"Jacksonville, FL" +378,192,152,"Mobile, AL",208,"Pascagoula, MS" +378,193,177,"Savannah, GA",193,"Baton Rouge, LA" +378,194,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +378,195,194,"Lake Charles, LA",208,"Pascagoula, MS" +378,196,152,"Mobile, AL",174,"Tampa, FL" +378,197,244,"Providence, RI",265,"Norfolk Harbor, VA" +378,198,174,"Tampa, FL",172,"Port Everglades, FL" +378,199,171,"Jacksonville, FL",177,"Savannah, GA" +378,200,172,"Port Everglades, FL",198,"Baltimore, MD" +378,201,193,"Baton Rouge, LA",245,"Charleston, SC" +378,202,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +378,203,195,"New Orleans, LA",195,"New Orleans, LA" +378,204,253,"Beaumont, TX",208,"Pascagoula, MS" +378,205,172,"Port Everglades, FL",195,"New Orleans, LA" +378,206,195,"New Orleans, LA",195,"New Orleans, LA" +378,207,172,"Port Everglades, FL",257,"Houston, TX" +378,208,195,"New Orleans, LA",195,"New Orleans, LA" +378,209,152,"Mobile, AL",171,"Jacksonville, FL" +378,210,257,"Houston, TX",253,"Beaumont, TX" +378,211,171,"Jacksonville, FL",195,"New Orleans, LA" +378,212,195,"New Orleans, LA",208,"Pascagoula, MS" +378,213,257,"Houston, TX",195,"New Orleans, LA" +378,214,195,"New Orleans, LA",194,"Lake Charles, LA" +378,215,174,"Tampa, FL",194,"Lake Charles, LA" +378,216,172,"Port Everglades, FL",169,"Wilmington, DE" +378,217,195,"New Orleans, LA",172,"Port Everglades, FL" +378,218,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +378,219,172,"Port Everglades, FL",198,"Baltimore, MD" +378,220,257,"Houston, TX",257,"Houston, TX" +378,221,172,"Port Everglades, FL",217,"New York, NY and NJ" +378,222,178,"Brunswick, GA",152,"Mobile, AL" +378,223,245,"Charleston, SC",174,"Tampa, FL" +378,224,177,"Savannah, GA",241,"Philadelphia, PA" +378,225,195,"New Orleans, LA",172,"Port Everglades, FL" +378,226,152,"Mobile, AL",171,"Jacksonville, FL" +378,227,195,"New Orleans, LA",152,"Mobile, AL" +378,228,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +378,229,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +378,230,194,"Lake Charles, LA",254,"Corpus Christi, TX" +378,231,174,"Tampa, FL",152,"Mobile, AL" +378,232,174,"Tampa, FL",245,"Charleston, SC" +378,233,172,"Port Everglades, FL",194,"Lake Charles, LA" +378,234,194,"Lake Charles, LA",195,"New Orleans, LA" +378,235,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +378,236,194,"Lake Charles, LA",257,"Houston, TX" +378,237,257,"Houston, TX",152,"Mobile, AL" +378,238,195,"New Orleans, LA",257,"Houston, TX" +378,239,257,"Houston, TX",257,"Houston, TX" +378,240,195,"New Orleans, LA",208,"Pascagoula, MS" +378,241,245,"Charleston, SC",265,"Norfolk Harbor, VA" +378,242,194,"Lake Charles, LA",245,"Charleston, SC" +378,243,178,"Brunswick, GA",177,"Savannah, GA" +378,244,245,"Charleston, SC",171,"Jacksonville, FL" +378,245,194,"Lake Charles, LA",172,"Port Everglades, FL" +378,246,174,"Tampa, FL",245,"Charleston, SC" +378,247,177,"Savannah, GA",245,"Charleston, SC" +378,248,152,"Mobile, AL",171,"Jacksonville, FL" +378,249,195,"New Orleans, LA",257,"Houston, TX" +378,250,177,"Savannah, GA",194,"Lake Charles, LA" +378,251,177,"Savannah, GA",174,"Tampa, FL" +378,252,257,"Houston, TX",257,"Houston, TX" +378,253,195,"New Orleans, LA",195,"New Orleans, LA" +378,254,195,"New Orleans, LA",172,"Port Everglades, FL" +378,255,177,"Savannah, GA",253,"Beaumont, TX" +378,256,257,"Houston, TX",254,"Corpus Christi, TX" +378,257,257,"Houston, TX",195,"New Orleans, LA" +378,258,152,"Mobile, AL",257,"Houston, TX" +378,259,152,"Mobile, AL",194,"Lake Charles, LA" +378,260,195,"New Orleans, LA",257,"Houston, TX" +378,261,193,"Baton Rouge, LA",152,"Mobile, AL" +378,262,177,"Savannah, GA",195,"New Orleans, LA" +378,263,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +378,264,171,"Jacksonville, FL",177,"Savannah, GA" +378,265,172,"Port Everglades, FL",195,"New Orleans, LA" +378,266,152,"Mobile, AL",265,"Norfolk Harbor, VA" +378,267,171,"Jacksonville, FL",152,"Mobile, AL" +378,268,195,"New Orleans, LA",253,"Beaumont, TX" +378,269,172,"Port Everglades, FL",195,"New Orleans, LA" +378,270,172,"Port Everglades, FL",194,"Lake Charles, LA" +378,271,177,"Savannah, GA",194,"Lake Charles, LA" +378,272,195,"New Orleans, LA",171,"Jacksonville, FL" +378,273,195,"New Orleans, LA",193,"Baton Rouge, LA" +379,1,268,"Seattle, WA",268,"Seattle, WA" +379,2,268,"Seattle, WA",268,"Seattle, WA" +379,3,159,"Long Beach, CA",159,"Long Beach, CA" +379,4,159,"Long Beach, CA",159,"Long Beach, CA" +379,5,268,"Seattle, WA",268,"Seattle, WA" +379,6,268,"Seattle, WA",268,"Seattle, WA" +379,7,159,"Long Beach, CA",159,"Long Beach, CA" +379,8,268,"Seattle, WA",268,"Seattle, WA" +379,9,159,"Long Beach, CA",159,"Long Beach, CA" +379,10,162,"Oakland, CA",162,"Oakland, CA" +379,11,159,"Long Beach, CA",159,"Long Beach, CA" +379,12,159,"Long Beach, CA",159,"Long Beach, CA" +379,13,268,"Seattle, WA",268,"Seattle, WA" +379,14,159,"Long Beach, CA",159,"Long Beach, CA" +379,15,159,"Long Beach, CA",159,"Long Beach, CA" +379,16,159,"Long Beach, CA",159,"Long Beach, CA" +379,17,159,"Long Beach, CA",159,"Long Beach, CA" +379,18,159,"Long Beach, CA",159,"Long Beach, CA" +379,19,159,"Long Beach, CA",159,"Long Beach, CA" +379,20,159,"Long Beach, CA",159,"Long Beach, CA" +379,21,268,"Seattle, WA",268,"Seattle, WA" +379,22,162,"Oakland, CA",162,"Oakland, CA" +379,23,159,"Long Beach, CA",159,"Long Beach, CA" +379,24,159,"Long Beach, CA",159,"Long Beach, CA" +379,25,268,"Seattle, WA",268,"Seattle, WA" +379,26,162,"Oakland, CA",162,"Oakland, CA" +379,27,159,"Long Beach, CA",159,"Long Beach, CA" +379,28,268,"Seattle, WA",268,"Seattle, WA" +379,29,159,"Long Beach, CA",159,"Long Beach, CA" +379,30,159,"Long Beach, CA",159,"Long Beach, CA" +379,31,159,"Long Beach, CA",159,"Long Beach, CA" +379,32,162,"Oakland, CA",162,"Oakland, CA" +379,33,159,"Long Beach, CA",159,"Long Beach, CA" +379,34,269,"Longview, WA",269,"Longview, WA" +379,35,159,"Long Beach, CA",159,"Long Beach, CA" +379,36,268,"Seattle, WA",268,"Seattle, WA" +379,37,268,"Seattle, WA",268,"Seattle, WA" +379,38,268,"Seattle, WA",268,"Seattle, WA" +379,39,162,"Oakland, CA",162,"Oakland, CA" +379,40,159,"Long Beach, CA",159,"Long Beach, CA" +379,41,162,"Oakland, CA",162,"Oakland, CA" +379,42,159,"Long Beach, CA",159,"Long Beach, CA" +379,43,239,"Portland, OR",239,"Portland, OR" +379,44,159,"Long Beach, CA",159,"Long Beach, CA" +379,45,162,"Oakland, CA",162,"Oakland, CA" +379,46,159,"Long Beach, CA",159,"Long Beach, CA" +379,47,159,"Long Beach, CA",159,"Long Beach, CA" +379,48,159,"Long Beach, CA",159,"Long Beach, CA" +379,49,162,"Oakland, CA",162,"Oakland, CA" +379,50,268,"Seattle, WA",268,"Seattle, WA" +379,51,159,"Long Beach, CA",159,"Long Beach, CA" +379,52,159,"Long Beach, CA",159,"Long Beach, CA" +379,53,268,"Seattle, WA",268,"Seattle, WA" +379,54,268,"Seattle, WA",268,"Seattle, WA" +379,55,268,"Seattle, WA",268,"Seattle, WA" +379,56,268,"Seattle, WA",268,"Seattle, WA" +379,57,239,"Portland, OR",239,"Portland, OR" +379,58,269,"Longview, WA",269,"Longview, WA" +379,59,268,"Seattle, WA",268,"Seattle, WA" +379,60,268,"Seattle, WA",268,"Seattle, WA" +379,61,268,"Seattle, WA",268,"Seattle, WA" +379,62,159,"Long Beach, CA",159,"Long Beach, CA" +379,63,268,"Seattle, WA",268,"Seattle, WA" +379,64,162,"Oakland, CA",162,"Oakland, CA" +379,65,162,"Oakland, CA",162,"Oakland, CA" +379,66,159,"Long Beach, CA",159,"Long Beach, CA" +379,67,162,"Oakland, CA",162,"Oakland, CA" +379,68,162,"Oakland, CA",162,"Oakland, CA" +379,69,162,"Oakland, CA",162,"Oakland, CA" +379,70,268,"Seattle, WA",268,"Seattle, WA" +379,71,268,"Seattle, WA",268,"Seattle, WA" +379,72,162,"Oakland, CA",162,"Oakland, CA" +379,73,162,"Oakland, CA",162,"Oakland, CA" +379,74,268,"Seattle, WA",268,"Seattle, WA" +379,75,159,"Long Beach, CA",159,"Long Beach, CA" +379,76,239,"Portland, OR",239,"Portland, OR" +379,77,239,"Portland, OR",239,"Portland, OR" +379,78,159,"Long Beach, CA",159,"Long Beach, CA" +379,79,159,"Long Beach, CA",159,"Long Beach, CA" +379,80,239,"Portland, OR",239,"Portland, OR" +379,81,159,"Long Beach, CA",159,"Long Beach, CA" +379,82,268,"Seattle, WA",268,"Seattle, WA" +379,83,159,"Long Beach, CA",159,"Long Beach, CA" +379,84,159,"Long Beach, CA",159,"Long Beach, CA" +379,85,268,"Seattle, WA",268,"Seattle, WA" +379,86,268,"Seattle, WA",268,"Seattle, WA" +379,87,159,"Long Beach, CA",159,"Long Beach, CA" +379,88,159,"Long Beach, CA",159,"Long Beach, CA" +379,89,159,"Long Beach, CA",159,"Long Beach, CA" +379,90,159,"Long Beach, CA",159,"Long Beach, CA" +379,91,162,"Oakland, CA",162,"Oakland, CA" +379,92,239,"Portland, OR",239,"Portland, OR" +379,93,162,"Oakland, CA",162,"Oakland, CA" +379,94,162,"Oakland, CA",162,"Oakland, CA" +379,95,269,"Longview, WA",269,"Longview, WA" +379,96,269,"Longview, WA",269,"Longview, WA" +379,97,162,"Oakland, CA",162,"Oakland, CA" +379,98,268,"Seattle, WA",268,"Seattle, WA" +379,99,159,"Long Beach, CA",159,"Long Beach, CA" +379,100,159,"Long Beach, CA",159,"Long Beach, CA" +379,101,268,"Seattle, WA",268,"Seattle, WA" +379,102,159,"Long Beach, CA",159,"Long Beach, CA" +379,103,162,"Oakland, CA",162,"Oakland, CA" +379,104,162,"Oakland, CA",162,"Oakland, CA" +379,105,159,"Long Beach, CA",159,"Long Beach, CA" +379,106,269,"Longview, WA",269,"Longview, WA" +379,107,159,"Long Beach, CA",159,"Long Beach, CA" +379,108,162,"Oakland, CA",162,"Oakland, CA" +379,109,162,"Oakland, CA",162,"Oakland, CA" +379,110,159,"Long Beach, CA",159,"Long Beach, CA" +379,111,159,"Long Beach, CA",159,"Long Beach, CA" +379,112,239,"Portland, OR",239,"Portland, OR" +379,113,269,"Longview, WA",269,"Longview, WA" +379,114,162,"Oakland, CA",162,"Oakland, CA" +379,115,159,"Long Beach, CA",159,"Long Beach, CA" +379,116,159,"Long Beach, CA",159,"Long Beach, CA" +379,117,162,"Oakland, CA",162,"Oakland, CA" +379,118,159,"Long Beach, CA",159,"Long Beach, CA" +379,119,159,"Long Beach, CA",159,"Long Beach, CA" +379,120,159,"Long Beach, CA",159,"Long Beach, CA" +379,121,159,"Long Beach, CA",159,"Long Beach, CA" +379,122,162,"Oakland, CA",162,"Oakland, CA" +379,123,162,"Oakland, CA",162,"Oakland, CA" +379,124,159,"Long Beach, CA",159,"Long Beach, CA" +379,125,269,"Longview, WA",269,"Longview, WA" +379,126,239,"Portland, OR",239,"Portland, OR" +379,127,268,"Seattle, WA",268,"Seattle, WA" +379,128,239,"Portland, OR",239,"Portland, OR" +379,129,159,"Long Beach, CA",159,"Long Beach, CA" +379,130,159,"Long Beach, CA",159,"Long Beach, CA" +379,131,268,"Seattle, WA",268,"Seattle, WA" +379,132,268,"Seattle, WA",268,"Seattle, WA" +379,151,159,"Long Beach, CA",268,"Seattle, WA" +379,152,159,"Long Beach, CA",159,"Long Beach, CA" +379,153,268,"Seattle, WA",162,"Oakland, CA" +379,154,154,"Anchorage, AK",154,"Anchorage, AK" +379,155,239,"Portland, OR",268,"Seattle, WA" +379,156,159,"Long Beach, CA",159,"Long Beach, CA" +379,157,159,"Long Beach, CA",159,"Long Beach, CA" +379,158,159,"Long Beach, CA",159,"Long Beach, CA" +379,159,159,"Long Beach, CA",159,"Long Beach, CA" +379,160,239,"Portland, OR",159,"Long Beach, CA" +379,161,239,"Portland, OR",268,"Seattle, WA" +379,162,162,"Oakland, CA",159,"Long Beach, CA" +379,163,268,"Seattle, WA",159,"Long Beach, CA" +379,164,162,"Oakland, CA",159,"Long Beach, CA" +379,165,159,"Long Beach, CA",162,"Oakland, CA" +379,166,268,"Seattle, WA",162,"Oakland, CA" +379,167,268,"Seattle, WA",268,"Seattle, WA" +379,168,159,"Long Beach, CA",217,"New York, NY and NJ" +379,169,159,"Long Beach, CA",268,"Seattle, WA" +379,170,268,"Seattle, WA",174,"Tampa, FL" +379,171,269,"Longview, WA",159,"Long Beach, CA" +379,172,239,"Portland, OR",159,"Long Beach, CA" +379,173,159,"Long Beach, CA",268,"Seattle, WA" +379,174,159,"Long Beach, CA",268,"Seattle, WA" +379,175,268,"Seattle, WA",268,"Seattle, WA" +379,176,268,"Seattle, WA",195,"New Orleans, LA" +379,177,159,"Long Beach, CA",159,"Long Beach, CA" +379,178,159,"Long Beach, CA",162,"Oakland, CA" +379,179,179,"Honolulu, HI",179,"Honolulu, HI" +379,180,179,"Honolulu, HI",179,"Honolulu, HI" +379,181,159,"Long Beach, CA",159,"Long Beach, CA" +379,183,268,"Seattle, WA",159,"Long Beach, CA" +379,184,159,"Long Beach, CA",159,"Long Beach, CA" +379,185,159,"Long Beach, CA",162,"Oakland, CA" +379,186,159,"Long Beach, CA",159,"Long Beach, CA" +379,187,159,"Long Beach, CA",239,"Portland, OR" +379,188,269,"Longview, WA",268,"Seattle, WA" +379,189,159,"Long Beach, CA",268,"Seattle, WA" +379,190,159,"Long Beach, CA",159,"Long Beach, CA" +379,191,269,"Longview, WA",268,"Seattle, WA" +379,192,159,"Long Beach, CA",268,"Seattle, WA" +379,193,159,"Long Beach, CA",171,"Jacksonville, FL" +379,194,239,"Portland, OR",159,"Long Beach, CA" +379,195,159,"Long Beach, CA",268,"Seattle, WA" +379,196,268,"Seattle, WA",159,"Long Beach, CA" +379,197,159,"Long Beach, CA",162,"Oakland, CA" +379,198,159,"Long Beach, CA",265,"Norfolk Harbor, VA" +379,199,159,"Long Beach, CA",159,"Long Beach, CA" +379,200,159,"Long Beach, CA",269,"Longview, WA" +379,201,159,"Long Beach, CA",268,"Seattle, WA" +379,202,268,"Seattle, WA",239,"Portland, OR" +379,203,159,"Long Beach, CA",159,"Long Beach, CA" +379,204,268,"Seattle, WA",268,"Seattle, WA" +379,205,159,"Long Beach, CA",268,"Seattle, WA" +379,206,159,"Long Beach, CA",159,"Long Beach, CA" +379,207,159,"Long Beach, CA",159,"Long Beach, CA" +379,208,268,"Seattle, WA",239,"Portland, OR" +379,209,159,"Long Beach, CA",159,"Long Beach, CA" +379,210,159,"Long Beach, CA",239,"Portland, OR" +379,211,159,"Long Beach, CA",159,"Long Beach, CA" +379,212,239,"Portland, OR",159,"Long Beach, CA" +379,213,159,"Long Beach, CA",268,"Seattle, WA" +379,214,162,"Oakland, CA",159,"Long Beach, CA" +379,215,268,"Seattle, WA",268,"Seattle, WA" +379,216,239,"Portland, OR",159,"Long Beach, CA" +379,217,162,"Oakland, CA",162,"Oakland, CA" +379,218,159,"Long Beach, CA",174,"Tampa, FL" +379,219,159,"Long Beach, CA",169,"Wilmington, DE" +379,220,159,"Long Beach, CA",268,"Seattle, WA" +379,221,159,"Long Beach, CA",268,"Seattle, WA" +379,222,162,"Oakland, CA",268,"Seattle, WA" +379,223,159,"Long Beach, CA",162,"Oakland, CA" +379,224,159,"Long Beach, CA",265,"Norfolk Harbor, VA" +379,225,239,"Portland, OR",268,"Seattle, WA" +379,226,159,"Long Beach, CA",159,"Long Beach, CA" +379,227,159,"Long Beach, CA",268,"Seattle, WA" +379,228,159,"Long Beach, CA",268,"Seattle, WA" +379,229,162,"Oakland, CA",265,"Norfolk Harbor, VA" +379,230,159,"Long Beach, CA",159,"Long Beach, CA" +379,231,162,"Oakland, CA",268,"Seattle, WA" +379,232,162,"Oakland, CA",268,"Seattle, WA" +379,233,159,"Long Beach, CA",268,"Seattle, WA" +379,234,159,"Long Beach, CA",239,"Portland, OR" +379,235,159,"Long Beach, CA",239,"Portland, OR" +379,236,269,"Longview, WA",162,"Oakland, CA" +379,237,268,"Seattle, WA",162,"Oakland, CA" +379,238,268,"Seattle, WA",159,"Long Beach, CA" +379,239,268,"Seattle, WA",239,"Portland, OR" +379,240,269,"Longview, WA",159,"Long Beach, CA" +379,241,269,"Longview, WA",159,"Long Beach, CA" +379,242,159,"Long Beach, CA",159,"Long Beach, CA" +379,243,159,"Long Beach, CA",172,"Port Everglades, FL" +379,244,268,"Seattle, WA",268,"Seattle, WA" +379,245,159,"Long Beach, CA",268,"Seattle, WA" +379,246,159,"Long Beach, CA",245,"Charleston, SC" +379,247,268,"Seattle, WA",269,"Longview, WA" +379,248,162,"Oakland, CA",268,"Seattle, WA" +379,249,269,"Longview, WA",159,"Long Beach, CA" +379,250,159,"Long Beach, CA",239,"Portland, OR" +379,251,269,"Longview, WA",268,"Seattle, WA" +379,252,159,"Long Beach, CA",268,"Seattle, WA" +379,253,268,"Seattle, WA",239,"Portland, OR" +379,254,159,"Long Beach, CA",162,"Oakland, CA" +379,255,162,"Oakland, CA",162,"Oakland, CA" +379,256,162,"Oakland, CA",159,"Long Beach, CA" +379,257,269,"Longview, WA",159,"Long Beach, CA" +379,258,269,"Longview, WA",159,"Long Beach, CA" +379,259,159,"Long Beach, CA",159,"Long Beach, CA" +379,260,268,"Seattle, WA",162,"Oakland, CA" +379,261,159,"Long Beach, CA",239,"Portland, OR" +379,262,268,"Seattle, WA",268,"Seattle, WA" +379,263,162,"Oakland, CA",217,"New York, NY and NJ" +379,264,159,"Long Beach, CA",268,"Seattle, WA" +379,265,162,"Oakland, CA",268,"Seattle, WA" +379,266,159,"Long Beach, CA",245,"Charleston, SC" +379,267,162,"Oakland, CA",159,"Long Beach, CA" +379,268,162,"Oakland, CA",159,"Long Beach, CA" +379,269,239,"Portland, OR",162,"Oakland, CA" +379,270,159,"Long Beach, CA",159,"Long Beach, CA" +379,271,159,"Long Beach, CA",268,"Seattle, WA" +379,272,159,"Long Beach, CA",162,"Oakland, CA" +379,273,159,"Long Beach, CA",268,"Seattle, WA" +380,1,159,"Long Beach, CA",159,"Long Beach, CA" +380,2,159,"Long Beach, CA",159,"Long Beach, CA" +380,3,268,"Seattle, WA",268,"Seattle, WA" +380,4,162,"Oakland, CA",162,"Oakland, CA" +380,5,269,"Longview, WA",269,"Longview, WA" +380,6,159,"Long Beach, CA",159,"Long Beach, CA" +380,7,159,"Long Beach, CA",159,"Long Beach, CA" +380,8,269,"Longview, WA",269,"Longview, WA" +380,9,159,"Long Beach, CA",159,"Long Beach, CA" +380,10,268,"Seattle, WA",268,"Seattle, WA" +380,11,159,"Long Beach, CA",159,"Long Beach, CA" +380,12,159,"Long Beach, CA",159,"Long Beach, CA" +380,13,239,"Portland, OR",239,"Portland, OR" +380,14,159,"Long Beach, CA",159,"Long Beach, CA" +380,15,268,"Seattle, WA",268,"Seattle, WA" +380,16,162,"Oakland, CA",162,"Oakland, CA" +380,17,268,"Seattle, WA",268,"Seattle, WA" +380,18,159,"Long Beach, CA",159,"Long Beach, CA" +380,19,162,"Oakland, CA",162,"Oakland, CA" +380,20,159,"Long Beach, CA",159,"Long Beach, CA" +380,21,268,"Seattle, WA",268,"Seattle, WA" +380,22,159,"Long Beach, CA",159,"Long Beach, CA" +380,23,162,"Oakland, CA",162,"Oakland, CA" +380,24,268,"Seattle, WA",268,"Seattle, WA" +380,25,159,"Long Beach, CA",159,"Long Beach, CA" +380,26,159,"Long Beach, CA",159,"Long Beach, CA" +380,27,268,"Seattle, WA",268,"Seattle, WA" +380,28,159,"Long Beach, CA",159,"Long Beach, CA" +380,29,162,"Oakland, CA",162,"Oakland, CA" +380,30,268,"Seattle, WA",268,"Seattle, WA" +380,31,269,"Longview, WA",269,"Longview, WA" +380,32,268,"Seattle, WA",268,"Seattle, WA" +380,33,268,"Seattle, WA",268,"Seattle, WA" +380,34,159,"Long Beach, CA",159,"Long Beach, CA" +380,35,239,"Portland, OR",239,"Portland, OR" +380,36,268,"Seattle, WA",268,"Seattle, WA" +380,37,268,"Seattle, WA",268,"Seattle, WA" +380,38,268,"Seattle, WA",268,"Seattle, WA" +380,39,159,"Long Beach, CA",159,"Long Beach, CA" +380,40,268,"Seattle, WA",268,"Seattle, WA" +380,41,159,"Long Beach, CA",159,"Long Beach, CA" +380,42,159,"Long Beach, CA",159,"Long Beach, CA" +380,43,159,"Long Beach, CA",159,"Long Beach, CA" +380,44,159,"Long Beach, CA",159,"Long Beach, CA" +380,45,239,"Portland, OR",239,"Portland, OR" +380,46,159,"Long Beach, CA",159,"Long Beach, CA" +380,47,162,"Oakland, CA",162,"Oakland, CA" +380,48,159,"Long Beach, CA",159,"Long Beach, CA" +380,49,162,"Oakland, CA",162,"Oakland, CA" +380,50,239,"Portland, OR",239,"Portland, OR" +380,51,239,"Portland, OR",239,"Portland, OR" +380,52,268,"Seattle, WA",268,"Seattle, WA" +380,53,268,"Seattle, WA",268,"Seattle, WA" +380,54,268,"Seattle, WA",268,"Seattle, WA" +380,55,239,"Portland, OR",239,"Portland, OR" +380,56,159,"Long Beach, CA",159,"Long Beach, CA" +380,57,268,"Seattle, WA",268,"Seattle, WA" +380,58,159,"Long Beach, CA",159,"Long Beach, CA" +380,59,159,"Long Beach, CA",159,"Long Beach, CA" +380,60,159,"Long Beach, CA",159,"Long Beach, CA" +380,61,268,"Seattle, WA",268,"Seattle, WA" +380,62,159,"Long Beach, CA",159,"Long Beach, CA" +380,63,159,"Long Beach, CA",159,"Long Beach, CA" +380,64,268,"Seattle, WA",268,"Seattle, WA" +380,65,159,"Long Beach, CA",159,"Long Beach, CA" +380,66,268,"Seattle, WA",268,"Seattle, WA" +380,67,159,"Long Beach, CA",159,"Long Beach, CA" +380,68,268,"Seattle, WA",268,"Seattle, WA" +380,69,159,"Long Beach, CA",159,"Long Beach, CA" +380,70,159,"Long Beach, CA",159,"Long Beach, CA" +380,71,159,"Long Beach, CA",159,"Long Beach, CA" +380,72,159,"Long Beach, CA",159,"Long Beach, CA" +380,73,162,"Oakland, CA",162,"Oakland, CA" +380,74,159,"Long Beach, CA",159,"Long Beach, CA" +380,75,268,"Seattle, WA",268,"Seattle, WA" +380,76,159,"Long Beach, CA",159,"Long Beach, CA" +380,77,159,"Long Beach, CA",159,"Long Beach, CA" +380,78,159,"Long Beach, CA",159,"Long Beach, CA" +380,79,239,"Portland, OR",239,"Portland, OR" +380,80,159,"Long Beach, CA",159,"Long Beach, CA" +380,81,268,"Seattle, WA",268,"Seattle, WA" +380,82,159,"Long Beach, CA",159,"Long Beach, CA" +380,83,239,"Portland, OR",239,"Portland, OR" +380,84,159,"Long Beach, CA",159,"Long Beach, CA" +380,85,159,"Long Beach, CA",159,"Long Beach, CA" +380,86,162,"Oakland, CA",162,"Oakland, CA" +380,87,269,"Longview, WA",269,"Longview, WA" +380,88,159,"Long Beach, CA",159,"Long Beach, CA" +380,89,162,"Oakland, CA",162,"Oakland, CA" +380,90,268,"Seattle, WA",268,"Seattle, WA" +380,91,162,"Oakland, CA",162,"Oakland, CA" +380,92,159,"Long Beach, CA",159,"Long Beach, CA" +380,93,268,"Seattle, WA",268,"Seattle, WA" +380,94,159,"Long Beach, CA",159,"Long Beach, CA" +380,95,159,"Long Beach, CA",159,"Long Beach, CA" +380,96,162,"Oakland, CA",162,"Oakland, CA" +380,97,162,"Oakland, CA",162,"Oakland, CA" +380,98,268,"Seattle, WA",268,"Seattle, WA" +380,99,268,"Seattle, WA",268,"Seattle, WA" +380,100,268,"Seattle, WA",268,"Seattle, WA" +380,101,159,"Long Beach, CA",159,"Long Beach, CA" +380,102,159,"Long Beach, CA",159,"Long Beach, CA" +380,103,159,"Long Beach, CA",159,"Long Beach, CA" +380,104,162,"Oakland, CA",162,"Oakland, CA" +380,105,268,"Seattle, WA",268,"Seattle, WA" +380,106,159,"Long Beach, CA",159,"Long Beach, CA" +380,107,162,"Oakland, CA",162,"Oakland, CA" +380,108,159,"Long Beach, CA",159,"Long Beach, CA" +380,109,159,"Long Beach, CA",159,"Long Beach, CA" +380,110,162,"Oakland, CA",162,"Oakland, CA" +380,111,159,"Long Beach, CA",159,"Long Beach, CA" +380,112,162,"Oakland, CA",162,"Oakland, CA" +380,113,162,"Oakland, CA",162,"Oakland, CA" +380,114,239,"Portland, OR",239,"Portland, OR" +380,115,159,"Long Beach, CA",159,"Long Beach, CA" +380,116,159,"Long Beach, CA",159,"Long Beach, CA" +380,117,269,"Longview, WA",269,"Longview, WA" +380,118,162,"Oakland, CA",162,"Oakland, CA" +380,119,268,"Seattle, WA",268,"Seattle, WA" +380,120,159,"Long Beach, CA",159,"Long Beach, CA" +380,121,159,"Long Beach, CA",159,"Long Beach, CA" +380,122,159,"Long Beach, CA",159,"Long Beach, CA" +380,123,159,"Long Beach, CA",159,"Long Beach, CA" +380,124,239,"Portland, OR",239,"Portland, OR" +380,125,162,"Oakland, CA",162,"Oakland, CA" +380,126,269,"Longview, WA",269,"Longview, WA" +380,127,159,"Long Beach, CA",159,"Long Beach, CA" +380,128,162,"Oakland, CA",162,"Oakland, CA" +380,129,269,"Longview, WA",269,"Longview, WA" +380,130,162,"Oakland, CA",162,"Oakland, CA" +380,131,268,"Seattle, WA",268,"Seattle, WA" +380,132,268,"Seattle, WA",268,"Seattle, WA" +380,151,268,"Seattle, WA",159,"Long Beach, CA" +380,152,159,"Long Beach, CA",159,"Long Beach, CA" +380,153,159,"Long Beach, CA",268,"Seattle, WA" +380,154,154,"Anchorage, AK",154,"Anchorage, AK" +380,155,159,"Long Beach, CA",159,"Long Beach, CA" +380,156,159,"Long Beach, CA",159,"Long Beach, CA" +380,157,159,"Long Beach, CA",268,"Seattle, WA" +380,158,159,"Long Beach, CA",269,"Longview, WA" +380,159,159,"Long Beach, CA",159,"Long Beach, CA" +380,160,268,"Seattle, WA",268,"Seattle, WA" +380,161,159,"Long Beach, CA",269,"Longview, WA" +380,162,162,"Oakland, CA",159,"Long Beach, CA" +380,163,159,"Long Beach, CA",159,"Long Beach, CA" +380,164,159,"Long Beach, CA",268,"Seattle, WA" +380,165,162,"Oakland, CA",268,"Seattle, WA" +380,166,159,"Long Beach, CA",159,"Long Beach, CA" +380,167,162,"Oakland, CA",162,"Oakland, CA" +380,168,268,"Seattle, WA",268,"Seattle, WA" +380,169,159,"Long Beach, CA",159,"Long Beach, CA" +380,170,159,"Long Beach, CA",159,"Long Beach, CA" +380,171,269,"Longview, WA",268,"Seattle, WA" +380,172,239,"Portland, OR",159,"Long Beach, CA" +380,173,159,"Long Beach, CA",162,"Oakland, CA" +380,174,162,"Oakland, CA",239,"Portland, OR" +380,175,268,"Seattle, WA",159,"Long Beach, CA" +380,176,268,"Seattle, WA",162,"Oakland, CA" +380,177,268,"Seattle, WA",162,"Oakland, CA" +380,178,268,"Seattle, WA",159,"Long Beach, CA" +380,179,179,"Honolulu, HI",179,"Honolulu, HI" +380,180,179,"Honolulu, HI",179,"Honolulu, HI" +380,181,239,"Portland, OR",159,"Long Beach, CA" +380,183,239,"Portland, OR",159,"Long Beach, CA" +380,184,159,"Long Beach, CA",268,"Seattle, WA" +380,185,159,"Long Beach, CA",269,"Longview, WA" +380,186,159,"Long Beach, CA",159,"Long Beach, CA" +380,187,268,"Seattle, WA",162,"Oakland, CA" +380,188,159,"Long Beach, CA",159,"Long Beach, CA" +380,189,239,"Portland, OR",159,"Long Beach, CA" +380,190,268,"Seattle, WA",159,"Long Beach, CA" +380,191,159,"Long Beach, CA",159,"Long Beach, CA" +380,192,268,"Seattle, WA",159,"Long Beach, CA" +380,193,162,"Oakland, CA",162,"Oakland, CA" +380,194,269,"Longview, WA",268,"Seattle, WA" +380,195,162,"Oakland, CA",162,"Oakland, CA" +380,196,268,"Seattle, WA",162,"Oakland, CA" +380,197,159,"Long Beach, CA",269,"Longview, WA" +380,198,268,"Seattle, WA",159,"Long Beach, CA" +380,199,159,"Long Beach, CA",159,"Long Beach, CA" +380,200,159,"Long Beach, CA",162,"Oakland, CA" +380,201,159,"Long Beach, CA",162,"Oakland, CA" +380,202,159,"Long Beach, CA",159,"Long Beach, CA" +380,203,268,"Seattle, WA",239,"Portland, OR" +380,204,159,"Long Beach, CA",159,"Long Beach, CA" +380,205,159,"Long Beach, CA",268,"Seattle, WA" +380,206,268,"Seattle, WA",162,"Oakland, CA" +380,207,159,"Long Beach, CA",268,"Seattle, WA" +380,208,239,"Portland, OR",162,"Oakland, CA" +380,209,159,"Long Beach, CA",159,"Long Beach, CA" +380,210,159,"Long Beach, CA",159,"Long Beach, CA" +380,211,268,"Seattle, WA",159,"Long Beach, CA" +380,212,162,"Oakland, CA",159,"Long Beach, CA" +380,213,159,"Long Beach, CA",268,"Seattle, WA" +380,214,268,"Seattle, WA",159,"Long Beach, CA" +380,215,159,"Long Beach, CA",159,"Long Beach, CA" +380,216,159,"Long Beach, CA",239,"Portland, OR" +380,217,162,"Oakland, CA",159,"Long Beach, CA" +380,218,162,"Oakland, CA",159,"Long Beach, CA" +380,219,159,"Long Beach, CA",269,"Longview, WA" +380,220,159,"Long Beach, CA",159,"Long Beach, CA" +380,221,159,"Long Beach, CA",159,"Long Beach, CA" +380,222,239,"Portland, OR",159,"Long Beach, CA" +380,223,159,"Long Beach, CA",162,"Oakland, CA" +380,224,268,"Seattle, WA",159,"Long Beach, CA" +380,225,159,"Long Beach, CA",162,"Oakland, CA" +380,226,269,"Longview, WA",269,"Longview, WA" +380,227,159,"Long Beach, CA",159,"Long Beach, CA" +380,228,159,"Long Beach, CA",162,"Oakland, CA" +380,229,162,"Oakland, CA",162,"Oakland, CA" +380,230,162,"Oakland, CA",162,"Oakland, CA" +380,231,239,"Portland, OR",159,"Long Beach, CA" +380,232,162,"Oakland, CA",159,"Long Beach, CA" +380,233,268,"Seattle, WA",268,"Seattle, WA" +380,234,159,"Long Beach, CA",268,"Seattle, WA" +380,235,159,"Long Beach, CA",159,"Long Beach, CA" +380,236,268,"Seattle, WA",162,"Oakland, CA" +380,237,269,"Longview, WA",159,"Long Beach, CA" +380,238,162,"Oakland, CA",162,"Oakland, CA" +380,239,159,"Long Beach, CA",268,"Seattle, WA" +380,240,159,"Long Beach, CA",268,"Seattle, WA" +380,241,159,"Long Beach, CA",268,"Seattle, WA" +380,242,159,"Long Beach, CA",159,"Long Beach, CA" +380,243,159,"Long Beach, CA",268,"Seattle, WA" +380,244,159,"Long Beach, CA",159,"Long Beach, CA" +380,245,268,"Seattle, WA",159,"Long Beach, CA" +380,246,159,"Long Beach, CA",268,"Seattle, WA" +380,247,269,"Longview, WA",159,"Long Beach, CA" +380,248,162,"Oakland, CA",268,"Seattle, WA" +380,249,159,"Long Beach, CA",269,"Longview, WA" +380,250,159,"Long Beach, CA",159,"Long Beach, CA" +380,251,159,"Long Beach, CA",159,"Long Beach, CA" +380,252,159,"Long Beach, CA",162,"Oakland, CA" +380,253,159,"Long Beach, CA",162,"Oakland, CA" +380,254,159,"Long Beach, CA",239,"Portland, OR" +380,255,159,"Long Beach, CA",162,"Oakland, CA" +380,256,159,"Long Beach, CA",268,"Seattle, WA" +380,257,162,"Oakland, CA",269,"Longview, WA" +380,258,159,"Long Beach, CA",159,"Long Beach, CA" +380,259,159,"Long Beach, CA",159,"Long Beach, CA" +380,260,159,"Long Beach, CA",268,"Seattle, WA" +380,261,162,"Oakland, CA",268,"Seattle, WA" +380,262,239,"Portland, OR",159,"Long Beach, CA" +380,263,159,"Long Beach, CA",159,"Long Beach, CA" +380,264,159,"Long Beach, CA",159,"Long Beach, CA" +380,265,159,"Long Beach, CA",268,"Seattle, WA" +380,266,159,"Long Beach, CA",159,"Long Beach, CA" +380,267,159,"Long Beach, CA",268,"Seattle, WA" +380,268,159,"Long Beach, CA",268,"Seattle, WA" +380,269,162,"Oakland, CA",159,"Long Beach, CA" +380,270,159,"Long Beach, CA",162,"Oakland, CA" +380,271,159,"Long Beach, CA",159,"Long Beach, CA" +380,272,162,"Oakland, CA",239,"Portland, OR" +380,273,159,"Long Beach, CA",268,"Seattle, WA" +381,1,269,"Longview, WA",269,"Longview, WA" +381,2,268,"Seattle, WA",268,"Seattle, WA" +381,3,268,"Seattle, WA",268,"Seattle, WA" +381,4,268,"Seattle, WA",268,"Seattle, WA" +381,5,268,"Seattle, WA",268,"Seattle, WA" +381,6,159,"Long Beach, CA",159,"Long Beach, CA" +381,7,268,"Seattle, WA",268,"Seattle, WA" +381,8,269,"Longview, WA",269,"Longview, WA" +381,9,268,"Seattle, WA",268,"Seattle, WA" +381,10,159,"Long Beach, CA",159,"Long Beach, CA" +381,11,268,"Seattle, WA",268,"Seattle, WA" +381,12,159,"Long Beach, CA",159,"Long Beach, CA" +381,13,159,"Long Beach, CA",159,"Long Beach, CA" +381,14,159,"Long Beach, CA",159,"Long Beach, CA" +381,15,159,"Long Beach, CA",159,"Long Beach, CA" +381,16,162,"Oakland, CA",162,"Oakland, CA" +381,17,159,"Long Beach, CA",159,"Long Beach, CA" +381,18,159,"Long Beach, CA",159,"Long Beach, CA" +381,19,159,"Long Beach, CA",159,"Long Beach, CA" +381,20,268,"Seattle, WA",268,"Seattle, WA" +381,21,162,"Oakland, CA",162,"Oakland, CA" +381,22,159,"Long Beach, CA",159,"Long Beach, CA" +381,23,162,"Oakland, CA",162,"Oakland, CA" +381,24,268,"Seattle, WA",268,"Seattle, WA" +381,25,162,"Oakland, CA",162,"Oakland, CA" +381,26,159,"Long Beach, CA",159,"Long Beach, CA" +381,27,162,"Oakland, CA",162,"Oakland, CA" +381,28,159,"Long Beach, CA",159,"Long Beach, CA" +381,29,159,"Long Beach, CA",159,"Long Beach, CA" +381,30,159,"Long Beach, CA",159,"Long Beach, CA" +381,31,268,"Seattle, WA",268,"Seattle, WA" +381,32,268,"Seattle, WA",268,"Seattle, WA" +381,33,159,"Long Beach, CA",159,"Long Beach, CA" +381,34,159,"Long Beach, CA",159,"Long Beach, CA" +381,35,268,"Seattle, WA",268,"Seattle, WA" +381,36,159,"Long Beach, CA",159,"Long Beach, CA" +381,37,159,"Long Beach, CA",159,"Long Beach, CA" +381,38,268,"Seattle, WA",268,"Seattle, WA" +381,39,159,"Long Beach, CA",159,"Long Beach, CA" +381,40,162,"Oakland, CA",162,"Oakland, CA" +381,41,159,"Long Beach, CA",159,"Long Beach, CA" +381,42,239,"Portland, OR",239,"Portland, OR" +381,43,159,"Long Beach, CA",159,"Long Beach, CA" +381,44,159,"Long Beach, CA",159,"Long Beach, CA" +381,45,268,"Seattle, WA",268,"Seattle, WA" +381,46,239,"Portland, OR",239,"Portland, OR" +381,47,268,"Seattle, WA",268,"Seattle, WA" +381,48,268,"Seattle, WA",268,"Seattle, WA" +381,49,162,"Oakland, CA",162,"Oakland, CA" +381,50,159,"Long Beach, CA",159,"Long Beach, CA" +381,51,268,"Seattle, WA",268,"Seattle, WA" +381,52,268,"Seattle, WA",268,"Seattle, WA" +381,53,162,"Oakland, CA",162,"Oakland, CA" +381,54,268,"Seattle, WA",268,"Seattle, WA" +381,55,159,"Long Beach, CA",159,"Long Beach, CA" +381,56,159,"Long Beach, CA",159,"Long Beach, CA" +381,57,159,"Long Beach, CA",159,"Long Beach, CA" +381,58,159,"Long Beach, CA",159,"Long Beach, CA" +381,59,159,"Long Beach, CA",159,"Long Beach, CA" +381,60,269,"Longview, WA",269,"Longview, WA" +381,61,159,"Long Beach, CA",159,"Long Beach, CA" +381,62,159,"Long Beach, CA",159,"Long Beach, CA" +381,63,268,"Seattle, WA",268,"Seattle, WA" +381,64,162,"Oakland, CA",162,"Oakland, CA" +381,65,162,"Oakland, CA",162,"Oakland, CA" +381,66,159,"Long Beach, CA",159,"Long Beach, CA" +381,67,269,"Longview, WA",269,"Longview, WA" +381,68,159,"Long Beach, CA",159,"Long Beach, CA" +381,69,268,"Seattle, WA",268,"Seattle, WA" +381,70,269,"Longview, WA",269,"Longview, WA" +381,71,159,"Long Beach, CA",159,"Long Beach, CA" +381,72,268,"Seattle, WA",268,"Seattle, WA" +381,73,159,"Long Beach, CA",159,"Long Beach, CA" +381,74,159,"Long Beach, CA",159,"Long Beach, CA" +381,75,159,"Long Beach, CA",159,"Long Beach, CA" +381,76,159,"Long Beach, CA",159,"Long Beach, CA" +381,77,268,"Seattle, WA",268,"Seattle, WA" +381,78,159,"Long Beach, CA",159,"Long Beach, CA" +381,79,162,"Oakland, CA",162,"Oakland, CA" +381,80,159,"Long Beach, CA",159,"Long Beach, CA" +381,81,159,"Long Beach, CA",159,"Long Beach, CA" +381,82,239,"Portland, OR",239,"Portland, OR" +381,83,239,"Portland, OR",239,"Portland, OR" +381,84,159,"Long Beach, CA",159,"Long Beach, CA" +381,85,268,"Seattle, WA",268,"Seattle, WA" +381,86,159,"Long Beach, CA",159,"Long Beach, CA" +381,87,162,"Oakland, CA",162,"Oakland, CA" +381,88,268,"Seattle, WA",268,"Seattle, WA" +381,89,159,"Long Beach, CA",159,"Long Beach, CA" +381,90,159,"Long Beach, CA",159,"Long Beach, CA" +381,91,159,"Long Beach, CA",159,"Long Beach, CA" +381,92,159,"Long Beach, CA",159,"Long Beach, CA" +381,93,159,"Long Beach, CA",159,"Long Beach, CA" +381,94,159,"Long Beach, CA",159,"Long Beach, CA" +381,95,159,"Long Beach, CA",159,"Long Beach, CA" +381,96,159,"Long Beach, CA",159,"Long Beach, CA" +381,97,159,"Long Beach, CA",159,"Long Beach, CA" +381,98,162,"Oakland, CA",162,"Oakland, CA" +381,99,162,"Oakland, CA",162,"Oakland, CA" +381,100,159,"Long Beach, CA",159,"Long Beach, CA" +381,101,159,"Long Beach, CA",159,"Long Beach, CA" +381,102,162,"Oakland, CA",162,"Oakland, CA" +381,103,159,"Long Beach, CA",159,"Long Beach, CA" +381,104,159,"Long Beach, CA",159,"Long Beach, CA" +381,105,162,"Oakland, CA",162,"Oakland, CA" +381,106,159,"Long Beach, CA",159,"Long Beach, CA" +381,107,159,"Long Beach, CA",159,"Long Beach, CA" +381,108,162,"Oakland, CA",162,"Oakland, CA" +381,109,159,"Long Beach, CA",159,"Long Beach, CA" +381,110,268,"Seattle, WA",268,"Seattle, WA" +381,111,162,"Oakland, CA",162,"Oakland, CA" +381,112,239,"Portland, OR",239,"Portland, OR" +381,113,159,"Long Beach, CA",159,"Long Beach, CA" +381,114,159,"Long Beach, CA",159,"Long Beach, CA" +381,115,159,"Long Beach, CA",159,"Long Beach, CA" +381,116,159,"Long Beach, CA",159,"Long Beach, CA" +381,117,268,"Seattle, WA",268,"Seattle, WA" +381,118,268,"Seattle, WA",268,"Seattle, WA" +381,119,159,"Long Beach, CA",159,"Long Beach, CA" +381,120,162,"Oakland, CA",162,"Oakland, CA" +381,121,268,"Seattle, WA",268,"Seattle, WA" +381,122,159,"Long Beach, CA",159,"Long Beach, CA" +381,123,159,"Long Beach, CA",159,"Long Beach, CA" +381,124,159,"Long Beach, CA",159,"Long Beach, CA" +381,125,162,"Oakland, CA",162,"Oakland, CA" +381,126,159,"Long Beach, CA",159,"Long Beach, CA" +381,127,162,"Oakland, CA",162,"Oakland, CA" +381,128,159,"Long Beach, CA",159,"Long Beach, CA" +381,129,159,"Long Beach, CA",159,"Long Beach, CA" +381,130,162,"Oakland, CA",162,"Oakland, CA" +381,131,268,"Seattle, WA",268,"Seattle, WA" +381,132,239,"Portland, OR",239,"Portland, OR" +381,151,159,"Long Beach, CA",269,"Longview, WA" +381,152,159,"Long Beach, CA",268,"Seattle, WA" +381,153,159,"Long Beach, CA",268,"Seattle, WA" +381,154,154,"Anchorage, AK",154,"Anchorage, AK" +381,155,162,"Oakland, CA",159,"Long Beach, CA" +381,156,162,"Oakland, CA",159,"Long Beach, CA" +381,157,162,"Oakland, CA",268,"Seattle, WA" +381,158,159,"Long Beach, CA",269,"Longview, WA" +381,159,268,"Seattle, WA",269,"Longview, WA" +381,160,239,"Portland, OR",268,"Seattle, WA" +381,161,159,"Long Beach, CA",159,"Long Beach, CA" +381,162,268,"Seattle, WA",159,"Long Beach, CA" +381,163,159,"Long Beach, CA",159,"Long Beach, CA" +381,164,159,"Long Beach, CA",162,"Oakland, CA" +381,165,159,"Long Beach, CA",159,"Long Beach, CA" +381,166,159,"Long Beach, CA",159,"Long Beach, CA" +381,167,159,"Long Beach, CA",159,"Long Beach, CA" +381,168,162,"Oakland, CA",268,"Seattle, WA" +381,169,268,"Seattle, WA",268,"Seattle, WA" +381,170,268,"Seattle, WA",159,"Long Beach, CA" +381,171,269,"Longview, WA",162,"Oakland, CA" +381,172,159,"Long Beach, CA",162,"Oakland, CA" +381,173,162,"Oakland, CA",268,"Seattle, WA" +381,174,159,"Long Beach, CA",159,"Long Beach, CA" +381,175,159,"Long Beach, CA",159,"Long Beach, CA" +381,176,268,"Seattle, WA",159,"Long Beach, CA" +381,177,269,"Longview, WA",159,"Long Beach, CA" +381,178,159,"Long Beach, CA",268,"Seattle, WA" +381,179,179,"Honolulu, HI",179,"Honolulu, HI" +381,180,179,"Honolulu, HI",179,"Honolulu, HI" +381,181,268,"Seattle, WA",268,"Seattle, WA" +381,183,162,"Oakland, CA",159,"Long Beach, CA" +381,184,159,"Long Beach, CA",162,"Oakland, CA" +381,185,268,"Seattle, WA",162,"Oakland, CA" +381,186,268,"Seattle, WA",162,"Oakland, CA" +381,187,269,"Longview, WA",239,"Portland, OR" +381,188,268,"Seattle, WA",159,"Long Beach, CA" +381,189,159,"Long Beach, CA",269,"Longview, WA" +381,190,269,"Longview, WA",159,"Long Beach, CA" +381,191,159,"Long Beach, CA",159,"Long Beach, CA" +381,192,162,"Oakland, CA",159,"Long Beach, CA" +381,193,239,"Portland, OR",268,"Seattle, WA" +381,194,159,"Long Beach, CA",159,"Long Beach, CA" +381,195,159,"Long Beach, CA",268,"Seattle, WA" +381,196,159,"Long Beach, CA",162,"Oakland, CA" +381,197,268,"Seattle, WA",159,"Long Beach, CA" +381,198,159,"Long Beach, CA",268,"Seattle, WA" +381,199,239,"Portland, OR",159,"Long Beach, CA" +381,200,159,"Long Beach, CA",159,"Long Beach, CA" +381,201,159,"Long Beach, CA",268,"Seattle, WA" +381,202,268,"Seattle, WA",162,"Oakland, CA" +381,203,159,"Long Beach, CA",159,"Long Beach, CA" +381,204,159,"Long Beach, CA",159,"Long Beach, CA" +381,205,159,"Long Beach, CA",159,"Long Beach, CA" +381,206,162,"Oakland, CA",268,"Seattle, WA" +381,207,159,"Long Beach, CA",268,"Seattle, WA" +381,208,239,"Portland, OR",268,"Seattle, WA" +381,209,268,"Seattle, WA",268,"Seattle, WA" +381,210,268,"Seattle, WA",159,"Long Beach, CA" +381,211,159,"Long Beach, CA",159,"Long Beach, CA" +381,212,159,"Long Beach, CA",268,"Seattle, WA" +381,213,162,"Oakland, CA",159,"Long Beach, CA" +381,214,159,"Long Beach, CA",159,"Long Beach, CA" +381,215,159,"Long Beach, CA",159,"Long Beach, CA" +381,216,159,"Long Beach, CA",162,"Oakland, CA" +381,217,159,"Long Beach, CA",162,"Oakland, CA" +381,218,268,"Seattle, WA",159,"Long Beach, CA" +381,219,268,"Seattle, WA",159,"Long Beach, CA" +381,220,159,"Long Beach, CA",159,"Long Beach, CA" +381,221,268,"Seattle, WA",159,"Long Beach, CA" +381,222,162,"Oakland, CA",239,"Portland, OR" +381,223,162,"Oakland, CA",268,"Seattle, WA" +381,224,159,"Long Beach, CA",268,"Seattle, WA" +381,225,162,"Oakland, CA",268,"Seattle, WA" +381,226,159,"Long Beach, CA",159,"Long Beach, CA" +381,227,268,"Seattle, WA",159,"Long Beach, CA" +381,228,159,"Long Beach, CA",268,"Seattle, WA" +381,229,159,"Long Beach, CA",269,"Longview, WA" +381,230,268,"Seattle, WA",239,"Portland, OR" +381,231,162,"Oakland, CA",162,"Oakland, CA" +381,232,268,"Seattle, WA",159,"Long Beach, CA" +381,233,159,"Long Beach, CA",159,"Long Beach, CA" +381,234,162,"Oakland, CA",159,"Long Beach, CA" +381,235,268,"Seattle, WA",268,"Seattle, WA" +381,236,162,"Oakland, CA",159,"Long Beach, CA" +381,237,159,"Long Beach, CA",159,"Long Beach, CA" +381,238,159,"Long Beach, CA",239,"Portland, OR" +381,239,159,"Long Beach, CA",268,"Seattle, WA" +381,240,239,"Portland, OR",159,"Long Beach, CA" +381,241,159,"Long Beach, CA",159,"Long Beach, CA" +381,242,159,"Long Beach, CA",159,"Long Beach, CA" +381,243,159,"Long Beach, CA",162,"Oakland, CA" +381,244,268,"Seattle, WA",239,"Portland, OR" +381,245,159,"Long Beach, CA",159,"Long Beach, CA" +381,246,159,"Long Beach, CA",268,"Seattle, WA" +381,247,269,"Longview, WA",268,"Seattle, WA" +381,248,268,"Seattle, WA",159,"Long Beach, CA" +381,249,159,"Long Beach, CA",159,"Long Beach, CA" +381,250,159,"Long Beach, CA",159,"Long Beach, CA" +381,251,159,"Long Beach, CA",159,"Long Beach, CA" +381,252,159,"Long Beach, CA",162,"Oakland, CA" +381,253,159,"Long Beach, CA",159,"Long Beach, CA" +381,254,269,"Longview, WA",268,"Seattle, WA" +381,255,159,"Long Beach, CA",239,"Portland, OR" +381,256,159,"Long Beach, CA",159,"Long Beach, CA" +381,257,159,"Long Beach, CA",268,"Seattle, WA" +381,258,162,"Oakland, CA",159,"Long Beach, CA" +381,259,268,"Seattle, WA",159,"Long Beach, CA" +381,260,239,"Portland, OR",159,"Long Beach, CA" +381,261,269,"Longview, WA",159,"Long Beach, CA" +381,262,268,"Seattle, WA",159,"Long Beach, CA" +381,263,159,"Long Beach, CA",159,"Long Beach, CA" +381,264,268,"Seattle, WA",159,"Long Beach, CA" +381,265,268,"Seattle, WA",159,"Long Beach, CA" +381,266,268,"Seattle, WA",159,"Long Beach, CA" +381,267,268,"Seattle, WA",159,"Long Beach, CA" +381,268,159,"Long Beach, CA",159,"Long Beach, CA" +381,269,162,"Oakland, CA",159,"Long Beach, CA" +381,270,159,"Long Beach, CA",268,"Seattle, WA" +381,271,162,"Oakland, CA",159,"Long Beach, CA" +381,272,159,"Long Beach, CA",162,"Oakland, CA" +381,273,159,"Long Beach, CA",159,"Long Beach, CA" +382,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,2,201,"Boston, MA",201,"Boston, MA" +382,3,198,"Baltimore, MD",198,"Baltimore, MD" +382,4,241,"Philadelphia, PA",241,"Philadelphia, PA" +382,5,198,"Baltimore, MD",198,"Baltimore, MD" +382,6,197,"Portland, ME",197,"Portland, ME" +382,7,198,"Baltimore, MD",198,"Baltimore, MD" +382,8,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,9,197,"Portland, ME",197,"Portland, ME" +382,10,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,11,197,"Portland, ME",197,"Portland, ME" +382,12,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,13,198,"Baltimore, MD",198,"Baltimore, MD" +382,14,241,"Philadelphia, PA",241,"Philadelphia, PA" +382,15,201,"Boston, MA",201,"Boston, MA" +382,16,197,"Portland, ME",197,"Portland, ME" +382,17,201,"Boston, MA",201,"Boston, MA" +382,18,197,"Portland, ME",197,"Portland, ME" +382,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,20,197,"Portland, ME",197,"Portland, ME" +382,21,197,"Portland, ME",197,"Portland, ME" +382,22,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,23,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +382,24,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,25,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,26,197,"Portland, ME",197,"Portland, ME" +382,27,198,"Baltimore, MD",198,"Baltimore, MD" +382,28,197,"Portland, ME",197,"Portland, ME" +382,29,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,30,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,31,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,32,197,"Portland, ME",197,"Portland, ME" +382,33,241,"Philadelphia, PA",241,"Philadelphia, PA" +382,34,201,"Boston, MA",201,"Boston, MA" +382,35,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,36,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,37,241,"Philadelphia, PA",241,"Philadelphia, PA" +382,38,197,"Portland, ME",197,"Portland, ME" +382,39,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,40,198,"Baltimore, MD",198,"Baltimore, MD" +382,41,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,42,241,"Philadelphia, PA",241,"Philadelphia, PA" +382,43,241,"Philadelphia, PA",241,"Philadelphia, PA" +382,44,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,45,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,46,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +382,47,197,"Portland, ME",197,"Portland, ME" +382,48,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,49,244,"Providence, RI",244,"Providence, RI" +382,50,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,51,241,"Philadelphia, PA",241,"Philadelphia, PA" +382,52,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +382,53,197,"Portland, ME",197,"Portland, ME" +382,54,244,"Providence, RI",244,"Providence, RI" +382,55,197,"Portland, ME",197,"Portland, ME" +382,56,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,58,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +382,59,201,"Boston, MA",201,"Boston, MA" +382,60,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,61,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,62,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,63,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +382,64,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,65,201,"Boston, MA",201,"Boston, MA" +382,66,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,68,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,69,198,"Baltimore, MD",198,"Baltimore, MD" +382,70,201,"Boston, MA",201,"Boston, MA" +382,71,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,73,198,"Baltimore, MD",198,"Baltimore, MD" +382,74,201,"Boston, MA",201,"Boston, MA" +382,75,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +382,76,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +382,77,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,78,201,"Boston, MA",201,"Boston, MA" +382,79,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,80,198,"Baltimore, MD",198,"Baltimore, MD" +382,81,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,82,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,83,198,"Baltimore, MD",198,"Baltimore, MD" +382,84,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +382,85,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,86,197,"Portland, ME",197,"Portland, ME" +382,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,88,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,89,241,"Philadelphia, PA",241,"Philadelphia, PA" +382,90,197,"Portland, ME",197,"Portland, ME" +382,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,92,198,"Baltimore, MD",198,"Baltimore, MD" +382,93,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,94,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,95,198,"Baltimore, MD",198,"Baltimore, MD" +382,96,244,"Providence, RI",244,"Providence, RI" +382,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,98,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,99,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,100,201,"Boston, MA",201,"Boston, MA" +382,101,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,102,244,"Providence, RI",244,"Providence, RI" +382,103,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,104,198,"Baltimore, MD",198,"Baltimore, MD" +382,105,241,"Philadelphia, PA",241,"Philadelphia, PA" +382,106,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,107,198,"Baltimore, MD",198,"Baltimore, MD" +382,108,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,109,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,110,241,"Philadelphia, PA",241,"Philadelphia, PA" +382,111,244,"Providence, RI",244,"Providence, RI" +382,112,241,"Philadelphia, PA",241,"Philadelphia, PA" +382,113,201,"Boston, MA",201,"Boston, MA" +382,114,198,"Baltimore, MD",198,"Baltimore, MD" +382,115,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,116,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +382,117,201,"Boston, MA",201,"Boston, MA" +382,118,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,119,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,120,197,"Portland, ME",197,"Portland, ME" +382,121,241,"Philadelphia, PA",241,"Philadelphia, PA" +382,122,201,"Boston, MA",201,"Boston, MA" +382,123,198,"Baltimore, MD",198,"Baltimore, MD" +382,124,169,"Wilmington, DE",169,"Wilmington, DE" +382,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,126,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,127,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,128,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,129,201,"Boston, MA",201,"Boston, MA" +382,130,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,131,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,132,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,151,201,"Boston, MA",265,"Norfolk Harbor, VA" +382,152,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +382,153,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +382,154,154,"Anchorage, AK",154,"Anchorage, AK" +382,155,223,"New York, NY and NJ",217,"New York, NY and NJ" +382,156,197,"Portland, ME",197,"Portland, ME" +382,157,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +382,158,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +382,159,223,"New York, NY and NJ",201,"Boston, MA" +382,160,198,"Baltimore, MD",217,"New York, NY and NJ" +382,161,217,"New York, NY and NJ",241,"Philadelphia, PA" +382,162,197,"Portland, ME",198,"Baltimore, MD" +382,163,198,"Baltimore, MD",223,"New York, NY and NJ" +382,164,201,"Boston, MA",198,"Baltimore, MD" +382,165,197,"Portland, ME",217,"New York, NY and NJ" +382,166,244,"Providence, RI",217,"New York, NY and NJ" +382,167,217,"New York, NY and NJ",223,"New York, NY and NJ" +382,168,197,"Portland, ME",197,"Portland, ME" +382,169,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +382,170,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +382,171,217,"New York, NY and NJ",223,"New York, NY and NJ" +382,172,197,"Portland, ME",223,"New York, NY and NJ" +382,173,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +382,174,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +382,175,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +382,176,197,"Portland, ME",217,"New York, NY and NJ" +382,177,265,"Norfolk Harbor, VA",244,"Providence, RI" +382,178,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +382,179,179,"Honolulu, HI",179,"Honolulu, HI" +382,180,179,"Honolulu, HI",179,"Honolulu, HI" +382,181,223,"New York, NY and NJ",198,"Baltimore, MD" +382,183,197,"Portland, ME",218,"Camden-Gloucester, NJ" +382,184,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,185,198,"Baltimore, MD",223,"New York, NY and NJ" +382,186,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +382,187,169,"Wilmington, DE",223,"New York, NY and NJ" +382,188,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +382,189,198,"Baltimore, MD",241,"Philadelphia, PA" +382,190,223,"New York, NY and NJ",241,"Philadelphia, PA" +382,191,217,"New York, NY and NJ",241,"Philadelphia, PA" +382,192,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +382,193,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +382,194,198,"Baltimore, MD",208,"Pascagoula, MS" +382,195,223,"New York, NY and NJ",208,"Pascagoula, MS" +382,196,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +382,197,217,"New York, NY and NJ",241,"Philadelphia, PA" +382,198,241,"Philadelphia, PA",217,"New York, NY and NJ" +382,199,198,"Baltimore, MD",217,"New York, NY and NJ" +382,200,241,"Philadelphia, PA",197,"Portland, ME" +382,201,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,202,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,203,223,"New York, NY and NJ",241,"Philadelphia, PA" +382,204,217,"New York, NY and NJ",223,"New York, NY and NJ" +382,205,217,"New York, NY and NJ",201,"Boston, MA" +382,206,223,"New York, NY and NJ",201,"Boston, MA" +382,207,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +382,208,198,"Baltimore, MD",198,"Baltimore, MD" +382,209,217,"New York, NY and NJ",223,"New York, NY and NJ" +382,210,241,"Philadelphia, PA",197,"Portland, ME" +382,211,223,"New York, NY and NJ",197,"Portland, ME" +382,212,223,"New York, NY and NJ",198,"Baltimore, MD" +382,213,241,"Philadelphia, PA",197,"Portland, ME" +382,214,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +382,215,217,"New York, NY and NJ",223,"New York, NY and NJ" +382,216,201,"Boston, MA",223,"New York, NY and NJ" +382,217,223,"New York, NY and NJ",198,"Baltimore, MD" +382,218,198,"Baltimore, MD",223,"New York, NY and NJ" +382,219,198,"Baltimore, MD",201,"Boston, MA" +382,220,223,"New York, NY and NJ",197,"Portland, ME" +382,221,198,"Baltimore, MD",201,"Boston, MA" +382,222,223,"New York, NY and NJ",197,"Portland, ME" +382,223,197,"Portland, ME",241,"Philadelphia, PA" +382,224,197,"Portland, ME",217,"New York, NY and NJ" +382,225,169,"Wilmington, DE",223,"New York, NY and NJ" +382,226,244,"Providence, RI",223,"New York, NY and NJ" +382,227,241,"Philadelphia, PA",217,"New York, NY and NJ" +382,228,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +382,229,198,"Baltimore, MD",229,"Wilmington, NC" +382,230,223,"New York, NY and NJ",201,"Boston, MA" +382,231,198,"Baltimore, MD",241,"Philadelphia, PA" +382,232,218,"Camden-Gloucester, NJ",197,"Portland, ME" +382,233,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +382,234,169,"Wilmington, DE",217,"New York, NY and NJ" +382,235,223,"New York, NY and NJ",241,"Philadelphia, PA" +382,236,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +382,237,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +382,238,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,239,223,"New York, NY and NJ",201,"Boston, MA" +382,240,198,"Baltimore, MD",197,"Portland, ME" +382,241,241,"Philadelphia, PA",241,"Philadelphia, PA" +382,242,223,"New York, NY and NJ",241,"Philadelphia, PA" +382,243,201,"Boston, MA",223,"New York, NY and NJ" +382,244,223,"New York, NY and NJ",217,"New York, NY and NJ" +382,245,217,"New York, NY and NJ",223,"New York, NY and NJ" +382,246,218,"Camden-Gloucester, NJ",197,"Portland, ME" +382,247,217,"New York, NY and NJ",241,"Philadelphia, PA" +382,248,197,"Portland, ME",217,"New York, NY and NJ" +382,249,217,"New York, NY and NJ",223,"New York, NY and NJ" +382,250,217,"New York, NY and NJ",217,"New York, NY and NJ" +382,251,223,"New York, NY and NJ",201,"Boston, MA" +382,252,223,"New York, NY and NJ",194,"Lake Charles, LA" +382,253,265,"Norfolk Harbor, VA",253,"Beaumont, TX" +382,254,223,"New York, NY and NJ",197,"Portland, ME" +382,255,201,"Boston, MA",217,"New York, NY and NJ" +382,256,223,"New York, NY and NJ",241,"Philadelphia, PA" +382,257,223,"New York, NY and NJ",201,"Boston, MA" +382,258,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +382,259,218,"Camden-Gloucester, NJ",257,"Houston, TX" +382,260,217,"New York, NY and NJ",169,"Wilmington, DE" +382,261,223,"New York, NY and NJ",223,"New York, NY and NJ" +382,262,244,"Providence, RI",223,"New York, NY and NJ" +382,263,223,"New York, NY and NJ",201,"Boston, MA" +382,264,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +382,265,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +382,266,201,"Boston, MA",197,"Portland, ME" +382,267,244,"Providence, RI",217,"New York, NY and NJ" +382,268,223,"New York, NY and NJ",197,"Portland, ME" +382,269,197,"Portland, ME",198,"Baltimore, MD" +382,270,241,"Philadelphia, PA",241,"Philadelphia, PA" +382,271,198,"Baltimore, MD",217,"New York, NY and NJ" +382,272,223,"New York, NY and NJ",241,"Philadelphia, PA" +382,273,201,"Boston, MA",201,"Boston, MA" +383,1,162,"Oakland, CA",162,"Oakland, CA" +383,2,159,"Long Beach, CA",159,"Long Beach, CA" +383,3,159,"Long Beach, CA",159,"Long Beach, CA" +383,4,159,"Long Beach, CA",159,"Long Beach, CA" +383,5,159,"Long Beach, CA",159,"Long Beach, CA" +383,6,268,"Seattle, WA",268,"Seattle, WA" +383,7,162,"Oakland, CA",162,"Oakland, CA" +383,8,269,"Longview, WA",269,"Longview, WA" +383,9,159,"Long Beach, CA",159,"Long Beach, CA" +383,10,268,"Seattle, WA",268,"Seattle, WA" +383,11,268,"Seattle, WA",268,"Seattle, WA" +383,12,239,"Portland, OR",239,"Portland, OR" +383,13,268,"Seattle, WA",268,"Seattle, WA" +383,14,239,"Portland, OR",239,"Portland, OR" +383,15,159,"Long Beach, CA",159,"Long Beach, CA" +383,16,269,"Longview, WA",269,"Longview, WA" +383,17,159,"Long Beach, CA",159,"Long Beach, CA" +383,18,159,"Long Beach, CA",159,"Long Beach, CA" +383,19,159,"Long Beach, CA",159,"Long Beach, CA" +383,20,162,"Oakland, CA",162,"Oakland, CA" +383,21,159,"Long Beach, CA",159,"Long Beach, CA" +383,22,159,"Long Beach, CA",159,"Long Beach, CA" +383,23,159,"Long Beach, CA",159,"Long Beach, CA" +383,24,159,"Long Beach, CA",159,"Long Beach, CA" +383,25,159,"Long Beach, CA",159,"Long Beach, CA" +383,26,162,"Oakland, CA",162,"Oakland, CA" +383,27,268,"Seattle, WA",268,"Seattle, WA" +383,28,159,"Long Beach, CA",159,"Long Beach, CA" +383,29,239,"Portland, OR",239,"Portland, OR" +383,30,159,"Long Beach, CA",159,"Long Beach, CA" +383,31,268,"Seattle, WA",268,"Seattle, WA" +383,32,162,"Oakland, CA",162,"Oakland, CA" +383,33,159,"Long Beach, CA",159,"Long Beach, CA" +383,34,268,"Seattle, WA",268,"Seattle, WA" +383,35,172,"Port Everglades, FL",172,"Port Everglades, FL" +383,36,269,"Longview, WA",269,"Longview, WA" +383,37,268,"Seattle, WA",268,"Seattle, WA" +383,38,268,"Seattle, WA",268,"Seattle, WA" +383,39,159,"Long Beach, CA",159,"Long Beach, CA" +383,40,268,"Seattle, WA",268,"Seattle, WA" +383,41,159,"Long Beach, CA",159,"Long Beach, CA" +383,42,239,"Portland, OR",239,"Portland, OR" +383,43,268,"Seattle, WA",268,"Seattle, WA" +383,44,268,"Seattle, WA",268,"Seattle, WA" +383,45,162,"Oakland, CA",162,"Oakland, CA" +383,46,159,"Long Beach, CA",159,"Long Beach, CA" +383,47,159,"Long Beach, CA",159,"Long Beach, CA" +383,48,268,"Seattle, WA",268,"Seattle, WA" +383,49,159,"Long Beach, CA",159,"Long Beach, CA" +383,50,159,"Long Beach, CA",159,"Long Beach, CA" +383,51,159,"Long Beach, CA",159,"Long Beach, CA" +383,52,268,"Seattle, WA",268,"Seattle, WA" +383,53,162,"Oakland, CA",162,"Oakland, CA" +383,54,159,"Long Beach, CA",159,"Long Beach, CA" +383,55,239,"Portland, OR",239,"Portland, OR" +383,56,159,"Long Beach, CA",159,"Long Beach, CA" +383,57,162,"Oakland, CA",162,"Oakland, CA" +383,58,159,"Long Beach, CA",159,"Long Beach, CA" +383,59,162,"Oakland, CA",162,"Oakland, CA" +383,60,159,"Long Beach, CA",159,"Long Beach, CA" +383,61,268,"Seattle, WA",268,"Seattle, WA" +383,62,162,"Oakland, CA",162,"Oakland, CA" +383,63,268,"Seattle, WA",268,"Seattle, WA" +383,64,159,"Long Beach, CA",159,"Long Beach, CA" +383,65,159,"Long Beach, CA",159,"Long Beach, CA" +383,66,159,"Long Beach, CA",159,"Long Beach, CA" +383,67,159,"Long Beach, CA",159,"Long Beach, CA" +383,68,159,"Long Beach, CA",159,"Long Beach, CA" +383,69,159,"Long Beach, CA",159,"Long Beach, CA" +383,70,159,"Long Beach, CA",159,"Long Beach, CA" +383,71,162,"Oakland, CA",162,"Oakland, CA" +383,72,268,"Seattle, WA",268,"Seattle, WA" +383,73,162,"Oakland, CA",162,"Oakland, CA" +383,74,159,"Long Beach, CA",159,"Long Beach, CA" +383,75,269,"Longview, WA",269,"Longview, WA" +383,76,159,"Long Beach, CA",159,"Long Beach, CA" +383,77,159,"Long Beach, CA",159,"Long Beach, CA" +383,78,162,"Oakland, CA",162,"Oakland, CA" +383,79,268,"Seattle, WA",268,"Seattle, WA" +383,80,159,"Long Beach, CA",159,"Long Beach, CA" +383,81,159,"Long Beach, CA",159,"Long Beach, CA" +383,82,268,"Seattle, WA",268,"Seattle, WA" +383,83,268,"Seattle, WA",268,"Seattle, WA" +383,84,239,"Portland, OR",239,"Portland, OR" +383,85,159,"Long Beach, CA",159,"Long Beach, CA" +383,86,159,"Long Beach, CA",159,"Long Beach, CA" +383,87,159,"Long Beach, CA",159,"Long Beach, CA" +383,88,162,"Oakland, CA",162,"Oakland, CA" +383,89,239,"Portland, OR",239,"Portland, OR" +383,90,159,"Long Beach, CA",159,"Long Beach, CA" +383,91,159,"Long Beach, CA",159,"Long Beach, CA" +383,92,159,"Long Beach, CA",159,"Long Beach, CA" +383,93,159,"Long Beach, CA",159,"Long Beach, CA" +383,94,268,"Seattle, WA",268,"Seattle, WA" +383,95,159,"Long Beach, CA",159,"Long Beach, CA" +383,96,159,"Long Beach, CA",159,"Long Beach, CA" +383,97,268,"Seattle, WA",268,"Seattle, WA" +383,98,159,"Long Beach, CA",159,"Long Beach, CA" +383,99,159,"Long Beach, CA",159,"Long Beach, CA" +383,100,162,"Oakland, CA",162,"Oakland, CA" +383,101,159,"Long Beach, CA",159,"Long Beach, CA" +383,102,159,"Long Beach, CA",159,"Long Beach, CA" +383,103,159,"Long Beach, CA",159,"Long Beach, CA" +383,104,162,"Oakland, CA",162,"Oakland, CA" +383,105,159,"Long Beach, CA",159,"Long Beach, CA" +383,106,162,"Oakland, CA",162,"Oakland, CA" +383,107,268,"Seattle, WA",268,"Seattle, WA" +383,108,159,"Long Beach, CA",159,"Long Beach, CA" +383,109,159,"Long Beach, CA",159,"Long Beach, CA" +383,110,159,"Long Beach, CA",159,"Long Beach, CA" +383,111,159,"Long Beach, CA",159,"Long Beach, CA" +383,112,159,"Long Beach, CA",159,"Long Beach, CA" +383,113,159,"Long Beach, CA",159,"Long Beach, CA" +383,114,159,"Long Beach, CA",159,"Long Beach, CA" +383,115,159,"Long Beach, CA",159,"Long Beach, CA" +383,116,159,"Long Beach, CA",159,"Long Beach, CA" +383,117,162,"Oakland, CA",162,"Oakland, CA" +383,118,159,"Long Beach, CA",159,"Long Beach, CA" +383,119,159,"Long Beach, CA",159,"Long Beach, CA" +383,120,162,"Oakland, CA",162,"Oakland, CA" +383,121,268,"Seattle, WA",268,"Seattle, WA" +383,122,159,"Long Beach, CA",159,"Long Beach, CA" +383,123,159,"Long Beach, CA",159,"Long Beach, CA" +383,124,159,"Long Beach, CA",159,"Long Beach, CA" +383,125,239,"Portland, OR",239,"Portland, OR" +383,126,159,"Long Beach, CA",159,"Long Beach, CA" +383,127,268,"Seattle, WA",268,"Seattle, WA" +383,128,268,"Seattle, WA",268,"Seattle, WA" +383,129,159,"Long Beach, CA",159,"Long Beach, CA" +383,130,269,"Longview, WA",269,"Longview, WA" +383,131,268,"Seattle, WA",268,"Seattle, WA" +383,132,162,"Oakland, CA",162,"Oakland, CA" +383,151,268,"Seattle, WA",177,"Savannah, GA" +383,152,171,"Jacksonville, FL",268,"Seattle, WA" +383,153,193,"Baton Rouge, LA",257,"Houston, TX" +383,154,154,"Anchorage, AK",154,"Anchorage, AK" +383,155,268,"Seattle, WA",159,"Long Beach, CA" +383,156,239,"Portland, OR",159,"Long Beach, CA" +383,157,159,"Long Beach, CA",162,"Oakland, CA" +383,158,268,"Seattle, WA",159,"Long Beach, CA" +383,159,162,"Oakland, CA",268,"Seattle, WA" +383,160,159,"Long Beach, CA",159,"Long Beach, CA" +383,161,162,"Oakland, CA",159,"Long Beach, CA" +383,162,159,"Long Beach, CA",159,"Long Beach, CA" +383,163,159,"Long Beach, CA",268,"Seattle, WA" +383,164,269,"Longview, WA",159,"Long Beach, CA" +383,165,159,"Long Beach, CA",162,"Oakland, CA" +383,166,162,"Oakland, CA",159,"Long Beach, CA" +383,167,268,"Seattle, WA",268,"Seattle, WA" +383,168,162,"Oakland, CA",239,"Portland, OR" +383,169,268,"Seattle, WA",162,"Oakland, CA" +383,170,159,"Long Beach, CA",239,"Portland, OR" +383,171,162,"Oakland, CA",268,"Seattle, WA" +383,172,239,"Portland, OR",152,"Mobile, AL" +383,173,159,"Long Beach, CA",268,"Seattle, WA" +383,174,162,"Oakland, CA",239,"Portland, OR" +383,175,268,"Seattle, WA",268,"Seattle, WA" +383,176,268,"Seattle, WA",152,"Mobile, AL" +383,177,159,"Long Beach, CA",159,"Long Beach, CA" +383,178,159,"Long Beach, CA",171,"Jacksonville, FL" +383,179,179,"Honolulu, HI",179,"Honolulu, HI" +383,180,179,"Honolulu, HI",179,"Honolulu, HI" +383,181,268,"Seattle, WA",162,"Oakland, CA" +383,183,162,"Oakland, CA",159,"Long Beach, CA" +383,184,159,"Long Beach, CA",162,"Oakland, CA" +383,185,159,"Long Beach, CA",268,"Seattle, WA" +383,186,268,"Seattle, WA",239,"Portland, OR" +383,187,159,"Long Beach, CA",159,"Long Beach, CA" +383,188,159,"Long Beach, CA",162,"Oakland, CA" +383,189,239,"Portland, OR",268,"Seattle, WA" +383,190,159,"Long Beach, CA",159,"Long Beach, CA" +383,191,159,"Long Beach, CA",239,"Portland, OR" +383,192,162,"Oakland, CA",159,"Long Beach, CA" +383,193,268,"Seattle, WA",159,"Long Beach, CA" +383,194,162,"Oakland, CA",171,"Jacksonville, FL" +383,195,239,"Portland, OR",253,"Beaumont, TX" +383,196,162,"Oakland, CA",159,"Long Beach, CA" +383,197,268,"Seattle, WA",229,"Wilmington, NC" +383,198,268,"Seattle, WA",268,"Seattle, WA" +383,199,268,"Seattle, WA",268,"Seattle, WA" +383,200,159,"Long Beach, CA",198,"Baltimore, MD" +383,201,159,"Long Beach, CA",268,"Seattle, WA" +383,202,159,"Long Beach, CA",159,"Long Beach, CA" +383,203,159,"Long Beach, CA",268,"Seattle, WA" +383,204,268,"Seattle, WA",269,"Longview, WA" +383,205,159,"Long Beach, CA",268,"Seattle, WA" +383,206,159,"Long Beach, CA",162,"Oakland, CA" +383,207,159,"Long Beach, CA",159,"Long Beach, CA" +383,208,159,"Long Beach, CA",162,"Oakland, CA" +383,209,159,"Long Beach, CA",162,"Oakland, CA" +383,210,159,"Long Beach, CA",159,"Long Beach, CA" +383,211,239,"Portland, OR",195,"New Orleans, LA" +383,212,268,"Seattle, WA",159,"Long Beach, CA" +383,213,162,"Oakland, CA",162,"Oakland, CA" +383,214,162,"Oakland, CA",159,"Long Beach, CA" +383,215,159,"Long Beach, CA",159,"Long Beach, CA" +383,216,268,"Seattle, WA",269,"Longview, WA" +383,217,159,"Long Beach, CA",268,"Seattle, WA" +383,218,159,"Long Beach, CA",159,"Long Beach, CA" +383,219,159,"Long Beach, CA",268,"Seattle, WA" +383,220,159,"Long Beach, CA",159,"Long Beach, CA" +383,221,159,"Long Beach, CA",159,"Long Beach, CA" +383,222,159,"Long Beach, CA",159,"Long Beach, CA" +383,223,159,"Long Beach, CA",268,"Seattle, WA" +383,224,159,"Long Beach, CA",268,"Seattle, WA" +383,225,159,"Long Beach, CA",245,"Charleston, SC" +383,226,159,"Long Beach, CA",162,"Oakland, CA" +383,227,159,"Long Beach, CA",239,"Portland, OR" +383,228,159,"Long Beach, CA",229,"Wilmington, NC" +383,229,159,"Long Beach, CA",162,"Oakland, CA" +383,230,162,"Oakland, CA",162,"Oakland, CA" +383,231,159,"Long Beach, CA",177,"Savannah, GA" +383,232,159,"Long Beach, CA",159,"Long Beach, CA" +383,233,162,"Oakland, CA",159,"Long Beach, CA" +383,234,159,"Long Beach, CA",159,"Long Beach, CA" +383,235,159,"Long Beach, CA",269,"Longview, WA" +383,236,159,"Long Beach, CA",257,"Houston, TX" +383,237,162,"Oakland, CA",253,"Beaumont, TX" +383,238,268,"Seattle, WA",159,"Long Beach, CA" +383,239,159,"Long Beach, CA",162,"Oakland, CA" +383,240,159,"Long Beach, CA",159,"Long Beach, CA" +383,241,174,"Tampa, FL",268,"Seattle, WA" +383,242,159,"Long Beach, CA",269,"Longview, WA" +383,243,268,"Seattle, WA",239,"Portland, OR" +383,244,162,"Oakland, CA",159,"Long Beach, CA" +383,245,159,"Long Beach, CA",268,"Seattle, WA" +383,246,159,"Long Beach, CA",239,"Portland, OR" +383,247,159,"Long Beach, CA",268,"Seattle, WA" +383,248,268,"Seattle, WA",159,"Long Beach, CA" +383,249,195,"New Orleans, LA",159,"Long Beach, CA" +383,250,239,"Portland, OR",239,"Portland, OR" +383,251,159,"Long Beach, CA",152,"Mobile, AL" +383,252,159,"Long Beach, CA",268,"Seattle, WA" +383,253,162,"Oakland, CA",257,"Houston, TX" +383,254,162,"Oakland, CA",268,"Seattle, WA" +383,255,269,"Longview, WA",257,"Houston, TX" +383,256,239,"Portland, OR",269,"Longview, WA" +383,257,159,"Long Beach, CA",162,"Oakland, CA" +383,258,159,"Long Beach, CA",159,"Long Beach, CA" +383,259,159,"Long Beach, CA",269,"Longview, WA" +383,260,159,"Long Beach, CA",269,"Longview, WA" +383,261,162,"Oakland, CA",162,"Oakland, CA" +383,262,159,"Long Beach, CA",268,"Seattle, WA" +383,263,159,"Long Beach, CA",268,"Seattle, WA" +383,264,159,"Long Beach, CA",177,"Savannah, GA" +383,265,159,"Long Beach, CA",268,"Seattle, WA" +383,266,239,"Portland, OR",268,"Seattle, WA" +383,267,162,"Oakland, CA",159,"Long Beach, CA" +383,268,268,"Seattle, WA",239,"Portland, OR" +383,269,269,"Longview, WA",239,"Portland, OR" +383,270,159,"Long Beach, CA",159,"Long Beach, CA" +383,271,159,"Long Beach, CA",239,"Portland, OR" +383,272,159,"Long Beach, CA",159,"Long Beach, CA" +383,273,162,"Oakland, CA",159,"Long Beach, CA" +384,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +384,2,245,"Charleston, SC",245,"Charleston, SC" +384,3,217,"New York, NY and NJ",217,"New York, NY and NJ" +384,4,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +384,5,198,"Baltimore, MD",198,"Baltimore, MD" +384,6,217,"New York, NY and NJ",217,"New York, NY and NJ" +384,7,217,"New York, NY and NJ",217,"New York, NY and NJ" +384,8,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +384,9,174,"Tampa, FL",174,"Tampa, FL" +384,10,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +384,11,201,"Boston, MA",201,"Boston, MA" +384,12,177,"Savannah, GA",177,"Savannah, GA" +384,13,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +384,14,217,"New York, NY and NJ",217,"New York, NY and NJ" +384,15,229,"Wilmington, NC",229,"Wilmington, NC" +384,16,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +384,17,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +384,18,172,"Port Everglades, FL",172,"Port Everglades, FL" +384,19,177,"Savannah, GA",177,"Savannah, GA" +384,20,201,"Boston, MA",201,"Boston, MA" +384,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +384,22,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +384,23,223,"New York, NY and NJ",223,"New York, NY and NJ" +384,24,217,"New York, NY and NJ",217,"New York, NY and NJ" +384,25,229,"Wilmington, NC",229,"Wilmington, NC" +384,26,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +384,27,197,"Portland, ME",197,"Portland, ME" +384,28,197,"Portland, ME",197,"Portland, ME" +384,29,195,"New Orleans, LA",195,"New Orleans, LA" +384,30,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +384,31,201,"Boston, MA",201,"Boston, MA" +384,32,198,"Baltimore, MD",198,"Baltimore, MD" +384,33,201,"Boston, MA",201,"Boston, MA" +384,34,198,"Baltimore, MD",198,"Baltimore, MD" +384,35,198,"Baltimore, MD",198,"Baltimore, MD" +384,36,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +384,37,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +384,38,217,"New York, NY and NJ",217,"New York, NY and NJ" +384,39,197,"Portland, ME",197,"Portland, ME" +384,40,201,"Boston, MA",201,"Boston, MA" +384,41,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +384,42,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +384,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +384,44,172,"Port Everglades, FL",172,"Port Everglades, FL" +384,45,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +384,46,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +384,47,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +384,48,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +384,49,223,"New York, NY and NJ",223,"New York, NY and NJ" +384,50,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +384,51,201,"Boston, MA",201,"Boston, MA" +384,52,198,"Baltimore, MD",198,"Baltimore, MD" +384,53,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +384,54,217,"New York, NY and NJ",217,"New York, NY and NJ" +384,55,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +384,56,241,"Philadelphia, PA",241,"Philadelphia, PA" +384,57,241,"Philadelphia, PA",241,"Philadelphia, PA" +384,58,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +384,59,169,"Wilmington, DE",169,"Wilmington, DE" +384,60,177,"Savannah, GA",177,"Savannah, GA" +384,61,201,"Boston, MA",201,"Boston, MA" +384,62,223,"New York, NY and NJ",223,"New York, NY and NJ" +384,63,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +384,64,217,"New York, NY and NJ",217,"New York, NY and NJ" +384,65,241,"Philadelphia, PA",241,"Philadelphia, PA" +384,66,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +384,67,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +384,68,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +384,69,172,"Port Everglades, FL",172,"Port Everglades, FL" +384,70,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +384,71,245,"Charleston, SC",245,"Charleston, SC" +384,72,241,"Philadelphia, PA",241,"Philadelphia, PA" +384,73,177,"Savannah, GA",177,"Savannah, GA" +384,74,241,"Philadelphia, PA",241,"Philadelphia, PA" +384,75,201,"Boston, MA",201,"Boston, MA" +384,76,171,"Jacksonville, FL",171,"Jacksonville, FL" +384,77,223,"New York, NY and NJ",223,"New York, NY and NJ" +384,78,169,"Wilmington, DE",169,"Wilmington, DE" +384,79,223,"New York, NY and NJ",223,"New York, NY and NJ" +384,80,223,"New York, NY and NJ",223,"New York, NY and NJ" +384,81,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +384,82,223,"New York, NY and NJ",223,"New York, NY and NJ" +384,83,198,"Baltimore, MD",198,"Baltimore, MD" +384,84,217,"New York, NY and NJ",217,"New York, NY and NJ" +384,85,217,"New York, NY and NJ",217,"New York, NY and NJ" +384,86,198,"Baltimore, MD",198,"Baltimore, MD" +384,87,217,"New York, NY and NJ",217,"New York, NY and NJ" +384,88,217,"New York, NY and NJ",217,"New York, NY and NJ" +384,89,241,"Philadelphia, PA",241,"Philadelphia, PA" +384,90,172,"Port Everglades, FL",172,"Port Everglades, FL" +384,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +384,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +384,93,169,"Wilmington, DE",169,"Wilmington, DE" +384,94,217,"New York, NY and NJ",217,"New York, NY and NJ" +384,95,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +384,96,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +384,97,201,"Boston, MA",201,"Boston, MA" +384,98,241,"Philadelphia, PA",241,"Philadelphia, PA" +384,99,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +384,100,198,"Baltimore, MD",198,"Baltimore, MD" +384,101,245,"Charleston, SC",245,"Charleston, SC" +384,102,171,"Jacksonville, FL",171,"Jacksonville, FL" +384,103,245,"Charleston, SC",245,"Charleston, SC" +384,104,245,"Charleston, SC",245,"Charleston, SC" +384,105,198,"Baltimore, MD",198,"Baltimore, MD" +384,106,177,"Savannah, GA",177,"Savannah, GA" +384,107,217,"New York, NY and NJ",217,"New York, NY and NJ" +384,108,217,"New York, NY and NJ",217,"New York, NY and NJ" +384,109,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +384,110,217,"New York, NY and NJ",217,"New York, NY and NJ" +384,111,217,"New York, NY and NJ",217,"New York, NY and NJ" +384,112,169,"Wilmington, DE",169,"Wilmington, DE" +384,113,171,"Jacksonville, FL",171,"Jacksonville, FL" +384,114,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +384,115,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +384,116,172,"Port Everglades, FL",172,"Port Everglades, FL" +384,117,223,"New York, NY and NJ",223,"New York, NY and NJ" +384,118,171,"Jacksonville, FL",171,"Jacksonville, FL" +384,119,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +384,120,241,"Philadelphia, PA",241,"Philadelphia, PA" +384,121,172,"Port Everglades, FL",172,"Port Everglades, FL" +384,122,223,"New York, NY and NJ",223,"New York, NY and NJ" +384,123,172,"Port Everglades, FL",172,"Port Everglades, FL" +384,124,244,"Providence, RI",244,"Providence, RI" +384,125,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +384,126,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +384,127,241,"Philadelphia, PA",241,"Philadelphia, PA" +384,128,217,"New York, NY and NJ",217,"New York, NY and NJ" +384,129,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +384,130,217,"New York, NY and NJ",217,"New York, NY and NJ" +384,131,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +384,132,223,"New York, NY and NJ",223,"New York, NY and NJ" +384,151,241,"Philadelphia, PA",245,"Charleston, SC" +384,152,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +384,153,217,"New York, NY and NJ",198,"Baltimore, MD" +384,154,154,"Anchorage, AK",154,"Anchorage, AK" +384,155,195,"New Orleans, LA",178,"Brunswick, GA" +384,156,265,"Norfolk Harbor, VA",194,"Lake Charles, LA" +384,157,177,"Savannah, GA",195,"New Orleans, LA" +384,158,198,"Baltimore, MD",244,"Providence, RI" +384,159,174,"Tampa, FL",174,"Tampa, FL" +384,160,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +384,161,223,"New York, NY and NJ",195,"New Orleans, LA" +384,162,265,"Norfolk Harbor, VA",257,"Houston, TX" +384,163,177,"Savannah, GA",257,"Houston, TX" +384,164,265,"Norfolk Harbor, VA",245,"Charleston, SC" +384,165,223,"New York, NY and NJ",171,"Jacksonville, FL" +384,166,174,"Tampa, FL",217,"New York, NY and NJ" +384,167,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +384,168,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +384,169,223,"New York, NY and NJ",197,"Portland, ME" +384,170,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +384,171,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +384,172,201,"Boston, MA",172,"Port Everglades, FL" +384,173,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +384,174,198,"Baltimore, MD",198,"Baltimore, MD" +384,175,245,"Charleston, SC",172,"Port Everglades, FL" +384,176,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +384,177,172,"Port Everglades, FL",171,"Jacksonville, FL" +384,178,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +384,179,179,"Honolulu, HI",179,"Honolulu, HI" +384,180,179,"Honolulu, HI",179,"Honolulu, HI" +384,181,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +384,183,197,"Portland, ME",198,"Baltimore, MD" +384,184,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +384,185,223,"New York, NY and NJ",197,"Portland, ME" +384,186,198,"Baltimore, MD",223,"New York, NY and NJ" +384,187,217,"New York, NY and NJ",201,"Boston, MA" +384,188,218,"Camden-Gloucester, NJ",172,"Port Everglades, FL" +384,189,223,"New York, NY and NJ",174,"Tampa, FL" +384,190,217,"New York, NY and NJ",223,"New York, NY and NJ" +384,191,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +384,192,197,"Portland, ME",241,"Philadelphia, PA" +384,193,177,"Savannah, GA",253,"Beaumont, TX" +384,194,172,"Port Everglades, FL",195,"New Orleans, LA" +384,195,177,"Savannah, GA",223,"New York, NY and NJ" +384,196,265,"Norfolk Harbor, VA",152,"Mobile, AL" +384,197,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +384,198,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +384,199,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +384,200,223,"New York, NY and NJ",217,"New York, NY and NJ" +384,201,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +384,202,198,"Baltimore, MD",201,"Boston, MA" +384,203,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +384,204,223,"New York, NY and NJ",217,"New York, NY and NJ" +384,205,217,"New York, NY and NJ",223,"New York, NY and NJ" +384,206,265,"Norfolk Harbor, VA",201,"Boston, MA" +384,207,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +384,208,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +384,209,241,"Philadelphia, PA",201,"Boston, MA" +384,210,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +384,211,177,"Savannah, GA",201,"Boston, MA" +384,212,198,"Baltimore, MD",244,"Providence, RI" +384,213,245,"Charleston, SC",177,"Savannah, GA" +384,214,197,"Portland, ME",152,"Mobile, AL" +384,215,217,"New York, NY and NJ",152,"Mobile, AL" +384,216,198,"Baltimore, MD",201,"Boston, MA" +384,217,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +384,218,198,"Baltimore, MD",241,"Philadelphia, PA" +384,219,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +384,220,265,"Norfolk Harbor, VA",177,"Savannah, GA" +384,221,223,"New York, NY and NJ",241,"Philadelphia, PA" +384,222,265,"Norfolk Harbor, VA",201,"Boston, MA" +384,223,217,"New York, NY and NJ",223,"New York, NY and NJ" +384,224,223,"New York, NY and NJ",198,"Baltimore, MD" +384,225,241,"Philadelphia, PA",169,"Wilmington, DE" +384,226,245,"Charleston, SC",172,"Port Everglades, FL" +384,227,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +384,228,241,"Philadelphia, PA",244,"Providence, RI" +384,229,201,"Boston, MA",265,"Norfolk Harbor, VA" +384,230,172,"Port Everglades, FL",241,"Philadelphia, PA" +384,231,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +384,232,223,"New York, NY and NJ",201,"Boston, MA" +384,233,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +384,234,217,"New York, NY and NJ",223,"New York, NY and NJ" +384,235,223,"New York, NY and NJ",245,"Charleston, SC" +384,236,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +384,237,223,"New York, NY and NJ",194,"Lake Charles, LA" +384,238,217,"New York, NY and NJ",201,"Boston, MA" +384,239,197,"Portland, ME",265,"Norfolk Harbor, VA" +384,240,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +384,241,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +384,242,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +384,243,198,"Baltimore, MD",229,"Wilmington, NC" +384,244,223,"New York, NY and NJ",217,"New York, NY and NJ" +384,245,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +384,246,245,"Charleston, SC",245,"Charleston, SC" +384,247,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +384,248,223,"New York, NY and NJ",223,"New York, NY and NJ" +384,249,201,"Boston, MA",195,"New Orleans, LA" +384,250,223,"New York, NY and NJ",223,"New York, NY and NJ" +384,251,177,"Savannah, GA",265,"Norfolk Harbor, VA" +384,252,198,"Baltimore, MD",194,"Lake Charles, LA" +384,253,197,"Portland, ME",253,"Beaumont, TX" +384,254,172,"Port Everglades, FL",257,"Houston, TX" +384,255,194,"Lake Charles, LA",217,"New York, NY and NJ" +384,256,244,"Providence, RI",174,"Tampa, FL" +384,257,217,"New York, NY and NJ",152,"Mobile, AL" +384,258,152,"Mobile, AL",195,"New Orleans, LA" +384,259,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +384,260,193,"Baton Rouge, LA",195,"New Orleans, LA" +384,261,223,"New York, NY and NJ",217,"New York, NY and NJ" +384,262,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +384,263,245,"Charleston, SC",223,"New York, NY and NJ" +384,264,265,"Norfolk Harbor, VA",245,"Charleston, SC" +384,265,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +384,266,198,"Baltimore, MD",223,"New York, NY and NJ" +384,267,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +384,268,217,"New York, NY and NJ",217,"New York, NY and NJ" +384,269,177,"Savannah, GA",265,"Norfolk Harbor, VA" +384,270,223,"New York, NY and NJ",229,"Wilmington, NC" +384,271,244,"Providence, RI",241,"Philadelphia, PA" +384,272,201,"Boston, MA",241,"Philadelphia, PA" +384,273,265,"Norfolk Harbor, VA",197,"Portland, ME" +385,1,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +385,2,245,"Charleston, SC",245,"Charleston, SC" +385,3,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +385,4,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +385,5,244,"Providence, RI",244,"Providence, RI" +385,6,197,"Portland, ME",197,"Portland, ME" +385,7,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +385,8,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +385,9,241,"Philadelphia, PA",241,"Philadelphia, PA" +385,10,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +385,11,201,"Boston, MA",201,"Boston, MA" +385,12,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +385,13,217,"New York, NY and NJ",217,"New York, NY and NJ" +385,14,223,"New York, NY and NJ",223,"New York, NY and NJ" +385,15,223,"New York, NY and NJ",223,"New York, NY and NJ" +385,16,177,"Savannah, GA",177,"Savannah, GA" +385,17,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +385,18,223,"New York, NY and NJ",223,"New York, NY and NJ" +385,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +385,20,223,"New York, NY and NJ",223,"New York, NY and NJ" +385,21,217,"New York, NY and NJ",217,"New York, NY and NJ" +385,22,201,"Boston, MA",201,"Boston, MA" +385,23,244,"Providence, RI",244,"Providence, RI" +385,24,223,"New York, NY and NJ",223,"New York, NY and NJ" +385,25,223,"New York, NY and NJ",223,"New York, NY and NJ" +385,26,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +385,27,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +385,28,217,"New York, NY and NJ",217,"New York, NY and NJ" +385,29,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +385,30,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +385,31,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +385,32,223,"New York, NY and NJ",223,"New York, NY and NJ" +385,33,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +385,34,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +385,35,244,"Providence, RI",244,"Providence, RI" +385,36,223,"New York, NY and NJ",223,"New York, NY and NJ" +385,37,172,"Port Everglades, FL",172,"Port Everglades, FL" +385,38,223,"New York, NY and NJ",223,"New York, NY and NJ" +385,39,201,"Boston, MA",201,"Boston, MA" +385,40,241,"Philadelphia, PA",241,"Philadelphia, PA" +385,41,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +385,42,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +385,43,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +385,44,244,"Providence, RI",244,"Providence, RI" +385,45,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +385,46,241,"Philadelphia, PA",241,"Philadelphia, PA" +385,47,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +385,48,198,"Baltimore, MD",198,"Baltimore, MD" +385,49,229,"Wilmington, NC",229,"Wilmington, NC" +385,50,244,"Providence, RI",244,"Providence, RI" +385,51,198,"Baltimore, MD",198,"Baltimore, MD" +385,52,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +385,53,245,"Charleston, SC",245,"Charleston, SC" +385,54,223,"New York, NY and NJ",223,"New York, NY and NJ" +385,55,241,"Philadelphia, PA",241,"Philadelphia, PA" +385,56,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +385,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +385,58,201,"Boston, MA",201,"Boston, MA" +385,59,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +385,60,197,"Portland, ME",197,"Portland, ME" +385,61,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +385,62,217,"New York, NY and NJ",217,"New York, NY and NJ" +385,63,201,"Boston, MA",201,"Boston, MA" +385,64,241,"Philadelphia, PA",241,"Philadelphia, PA" +385,65,198,"Baltimore, MD",198,"Baltimore, MD" +385,66,223,"New York, NY and NJ",223,"New York, NY and NJ" +385,67,241,"Philadelphia, PA",241,"Philadelphia, PA" +385,68,217,"New York, NY and NJ",217,"New York, NY and NJ" +385,69,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +385,70,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +385,71,201,"Boston, MA",201,"Boston, MA" +385,72,197,"Portland, ME",197,"Portland, ME" +385,73,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +385,74,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +385,75,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +385,76,201,"Boston, MA",201,"Boston, MA" +385,77,197,"Portland, ME",197,"Portland, ME" +385,78,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +385,79,223,"New York, NY and NJ",223,"New York, NY and NJ" +385,80,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +385,81,245,"Charleston, SC",245,"Charleston, SC" +385,82,223,"New York, NY and NJ",223,"New York, NY and NJ" +385,83,223,"New York, NY and NJ",223,"New York, NY and NJ" +385,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +385,85,217,"New York, NY and NJ",217,"New York, NY and NJ" +385,86,241,"Philadelphia, PA",241,"Philadelphia, PA" +385,87,241,"Philadelphia, PA",241,"Philadelphia, PA" +385,88,241,"Philadelphia, PA",241,"Philadelphia, PA" +385,89,241,"Philadelphia, PA",241,"Philadelphia, PA" +385,90,201,"Boston, MA",201,"Boston, MA" +385,91,244,"Providence, RI",244,"Providence, RI" +385,92,245,"Charleston, SC",245,"Charleston, SC" +385,93,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +385,94,217,"New York, NY and NJ",217,"New York, NY and NJ" +385,95,241,"Philadelphia, PA",241,"Philadelphia, PA" +385,96,223,"New York, NY and NJ",223,"New York, NY and NJ" +385,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +385,98,244,"Providence, RI",244,"Providence, RI" +385,99,245,"Charleston, SC",245,"Charleston, SC" +385,100,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +385,101,217,"New York, NY and NJ",217,"New York, NY and NJ" +385,102,241,"Philadelphia, PA",241,"Philadelphia, PA" +385,103,223,"New York, NY and NJ",223,"New York, NY and NJ" +385,104,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +385,105,201,"Boston, MA",201,"Boston, MA" +385,106,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +385,107,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +385,108,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +385,109,217,"New York, NY and NJ",217,"New York, NY and NJ" +385,110,197,"Portland, ME",197,"Portland, ME" +385,111,217,"New York, NY and NJ",217,"New York, NY and NJ" +385,112,223,"New York, NY and NJ",223,"New York, NY and NJ" +385,113,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +385,114,223,"New York, NY and NJ",223,"New York, NY and NJ" +385,115,223,"New York, NY and NJ",223,"New York, NY and NJ" +385,116,201,"Boston, MA",201,"Boston, MA" +385,117,217,"New York, NY and NJ",217,"New York, NY and NJ" +385,118,217,"New York, NY and NJ",217,"New York, NY and NJ" +385,119,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +385,120,201,"Boston, MA",201,"Boston, MA" +385,121,198,"Baltimore, MD",198,"Baltimore, MD" +385,122,201,"Boston, MA",201,"Boston, MA" +385,123,223,"New York, NY and NJ",223,"New York, NY and NJ" +385,124,198,"Baltimore, MD",198,"Baltimore, MD" +385,125,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +385,126,229,"Wilmington, NC",229,"Wilmington, NC" +385,127,201,"Boston, MA",201,"Boston, MA" +385,128,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +385,129,223,"New York, NY and NJ",223,"New York, NY and NJ" +385,130,197,"Portland, ME",197,"Portland, ME" +385,131,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +385,132,217,"New York, NY and NJ",217,"New York, NY and NJ" +385,151,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +385,152,171,"Jacksonville, FL",245,"Charleston, SC" +385,153,174,"Tampa, FL",223,"New York, NY and NJ" +385,154,154,"Anchorage, AK",154,"Anchorage, AK" +385,155,198,"Baltimore, MD",223,"New York, NY and NJ" +385,156,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +385,157,172,"Port Everglades, FL",223,"New York, NY and NJ" +385,158,197,"Portland, ME",201,"Boston, MA" +385,159,171,"Jacksonville, FL",177,"Savannah, GA" +385,160,223,"New York, NY and NJ",217,"New York, NY and NJ" +385,161,244,"Providence, RI",218,"Camden-Gloucester, NJ" +385,162,223,"New York, NY and NJ",177,"Savannah, GA" +385,163,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +385,164,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +385,165,217,"New York, NY and NJ",171,"Jacksonville, FL" +385,166,198,"Baltimore, MD",169,"Wilmington, DE" +385,167,198,"Baltimore, MD",217,"New York, NY and NJ" +385,168,244,"Providence, RI",218,"Camden-Gloucester, NJ" +385,169,201,"Boston, MA",201,"Boston, MA" +385,170,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +385,171,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +385,172,201,"Boston, MA",241,"Philadelphia, PA" +385,173,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +385,174,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +385,175,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +385,176,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +385,177,241,"Philadelphia, PA",201,"Boston, MA" +385,178,201,"Boston, MA",223,"New York, NY and NJ" +385,179,179,"Honolulu, HI",179,"Honolulu, HI" +385,180,179,"Honolulu, HI",179,"Honolulu, HI" +385,181,198,"Baltimore, MD",201,"Boston, MA" +385,183,241,"Philadelphia, PA",217,"New York, NY and NJ" +385,184,223,"New York, NY and NJ",217,"New York, NY and NJ" +385,185,265,"Norfolk Harbor, VA",197,"Portland, ME" +385,186,223,"New York, NY and NJ",201,"Boston, MA" +385,187,197,"Portland, ME",197,"Portland, ME" +385,188,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +385,189,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +385,190,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +385,191,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +385,192,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +385,193,217,"New York, NY and NJ",241,"Philadelphia, PA" +385,194,217,"New York, NY and NJ",195,"New Orleans, LA" +385,195,177,"Savannah, GA",265,"Norfolk Harbor, VA" +385,196,223,"New York, NY and NJ",195,"New Orleans, LA" +385,197,201,"Boston, MA",223,"New York, NY and NJ" +385,198,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +385,199,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +385,200,217,"New York, NY and NJ",223,"New York, NY and NJ" +385,201,201,"Boston, MA",201,"Boston, MA" +385,202,241,"Philadelphia, PA",201,"Boston, MA" +385,203,265,"Norfolk Harbor, VA",197,"Portland, ME" +385,204,223,"New York, NY and NJ",217,"New York, NY and NJ" +385,205,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +385,206,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +385,207,201,"Boston, MA",265,"Norfolk Harbor, VA" +385,208,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +385,209,197,"Portland, ME",218,"Camden-Gloucester, NJ" +385,210,201,"Boston, MA",265,"Norfolk Harbor, VA" +385,211,177,"Savannah, GA",265,"Norfolk Harbor, VA" +385,212,217,"New York, NY and NJ",223,"New York, NY and NJ" +385,213,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +385,214,217,"New York, NY and NJ",217,"New York, NY and NJ" +385,215,217,"New York, NY and NJ",177,"Savannah, GA" +385,216,197,"Portland, ME",169,"Wilmington, DE" +385,217,223,"New York, NY and NJ",217,"New York, NY and NJ" +385,218,201,"Boston, MA",218,"Camden-Gloucester, NJ" +385,219,241,"Philadelphia, PA",223,"New York, NY and NJ" +385,220,223,"New York, NY and NJ",217,"New York, NY and NJ" +385,221,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +385,222,218,"Camden-Gloucester, NJ",197,"Portland, ME" +385,223,197,"Portland, ME",217,"New York, NY and NJ" +385,224,223,"New York, NY and NJ",223,"New York, NY and NJ" +385,225,241,"Philadelphia, PA",241,"Philadelphia, PA" +385,226,244,"Providence, RI",198,"Baltimore, MD" +385,227,217,"New York, NY and NJ",241,"Philadelphia, PA" +385,228,241,"Philadelphia, PA",217,"New York, NY and NJ" +385,229,223,"New York, NY and NJ",223,"New York, NY and NJ" +385,230,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +385,231,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +385,232,201,"Boston, MA",223,"New York, NY and NJ" +385,233,197,"Portland, ME",241,"Philadelphia, PA" +385,234,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +385,235,197,"Portland, ME",218,"Camden-Gloucester, NJ" +385,236,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +385,237,223,"New York, NY and NJ",177,"Savannah, GA" +385,238,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +385,239,223,"New York, NY and NJ",217,"New York, NY and NJ" +385,240,223,"New York, NY and NJ",201,"Boston, MA" +385,241,223,"New York, NY and NJ",197,"Portland, ME" +385,242,198,"Baltimore, MD",201,"Boston, MA" +385,243,201,"Boston, MA",217,"New York, NY and NJ" +385,244,223,"New York, NY and NJ",217,"New York, NY and NJ" +385,245,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +385,246,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +385,247,217,"New York, NY and NJ",201,"Boston, MA" +385,248,177,"Savannah, GA",223,"New York, NY and NJ" +385,249,198,"Baltimore, MD",152,"Mobile, AL" +385,250,201,"Boston, MA",177,"Savannah, GA" +385,251,265,"Norfolk Harbor, VA",201,"Boston, MA" +385,252,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +385,253,241,"Philadelphia, PA",177,"Savannah, GA" +385,254,241,"Philadelphia, PA",152,"Mobile, AL" +385,255,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +385,256,223,"New York, NY and NJ",253,"Beaumont, TX" +385,257,241,"Philadelphia, PA",177,"Savannah, GA" +385,258,198,"Baltimore, MD",171,"Jacksonville, FL" +385,259,265,"Norfolk Harbor, VA",193,"Baton Rouge, LA" +385,260,198,"Baltimore, MD",198,"Baltimore, MD" +385,261,177,"Savannah, GA",217,"New York, NY and NJ" +385,262,198,"Baltimore, MD",223,"New York, NY and NJ" +385,263,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +385,264,244,"Providence, RI",265,"Norfolk Harbor, VA" +385,265,223,"New York, NY and NJ",198,"Baltimore, MD" +385,266,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +385,267,217,"New York, NY and NJ",201,"Boston, MA" +385,268,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +385,269,177,"Savannah, GA",201,"Boston, MA" +385,270,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +385,271,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +385,272,217,"New York, NY and NJ",201,"Boston, MA" +385,273,171,"Jacksonville, FL",217,"New York, NY and NJ" +386,1,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +386,2,197,"Portland, ME",197,"Portland, ME" +386,3,201,"Boston, MA",201,"Boston, MA" +386,4,201,"Boston, MA",201,"Boston, MA" +386,5,223,"New York, NY and NJ",223,"New York, NY and NJ" +386,6,244,"Providence, RI",244,"Providence, RI" +386,7,223,"New York, NY and NJ",223,"New York, NY and NJ" +386,8,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +386,9,223,"New York, NY and NJ",223,"New York, NY and NJ" +386,10,198,"Baltimore, MD",198,"Baltimore, MD" +386,11,223,"New York, NY and NJ",223,"New York, NY and NJ" +386,12,169,"Wilmington, DE",169,"Wilmington, DE" +386,13,197,"Portland, ME",197,"Portland, ME" +386,14,223,"New York, NY and NJ",223,"New York, NY and NJ" +386,15,223,"New York, NY and NJ",223,"New York, NY and NJ" +386,16,241,"Philadelphia, PA",241,"Philadelphia, PA" +386,17,241,"Philadelphia, PA",241,"Philadelphia, PA" +386,18,241,"Philadelphia, PA",241,"Philadelphia, PA" +386,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +386,20,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +386,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +386,22,241,"Philadelphia, PA",241,"Philadelphia, PA" +386,23,241,"Philadelphia, PA",241,"Philadelphia, PA" +386,24,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +386,25,197,"Portland, ME",197,"Portland, ME" +386,26,197,"Portland, ME",197,"Portland, ME" +386,27,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +386,28,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +386,29,198,"Baltimore, MD",198,"Baltimore, MD" +386,30,198,"Baltimore, MD",198,"Baltimore, MD" +386,31,223,"New York, NY and NJ",223,"New York, NY and NJ" +386,32,197,"Portland, ME",197,"Portland, ME" +386,33,197,"Portland, ME",197,"Portland, ME" +386,34,217,"New York, NY and NJ",217,"New York, NY and NJ" +386,35,169,"Wilmington, DE",169,"Wilmington, DE" +386,36,197,"Portland, ME",197,"Portland, ME" +386,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +386,38,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +386,39,201,"Boston, MA",201,"Boston, MA" +386,40,217,"New York, NY and NJ",217,"New York, NY and NJ" +386,41,201,"Boston, MA",201,"Boston, MA" +386,42,201,"Boston, MA",201,"Boston, MA" +386,43,241,"Philadelphia, PA",241,"Philadelphia, PA" +386,44,223,"New York, NY and NJ",223,"New York, NY and NJ" +386,45,241,"Philadelphia, PA",241,"Philadelphia, PA" +386,46,241,"Philadelphia, PA",241,"Philadelphia, PA" +386,47,223,"New York, NY and NJ",223,"New York, NY and NJ" +386,48,201,"Boston, MA",201,"Boston, MA" +386,49,198,"Baltimore, MD",198,"Baltimore, MD" +386,50,197,"Portland, ME",197,"Portland, ME" +386,51,241,"Philadelphia, PA",241,"Philadelphia, PA" +386,52,223,"New York, NY and NJ",223,"New York, NY and NJ" +386,53,217,"New York, NY and NJ",217,"New York, NY and NJ" +386,54,241,"Philadelphia, PA",241,"Philadelphia, PA" +386,55,217,"New York, NY and NJ",217,"New York, NY and NJ" +386,56,241,"Philadelphia, PA",241,"Philadelphia, PA" +386,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +386,58,198,"Baltimore, MD",198,"Baltimore, MD" +386,59,217,"New York, NY and NJ",217,"New York, NY and NJ" +386,60,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +386,61,201,"Boston, MA",201,"Boston, MA" +386,62,217,"New York, NY and NJ",217,"New York, NY and NJ" +386,63,201,"Boston, MA",201,"Boston, MA" +386,64,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +386,65,198,"Baltimore, MD",198,"Baltimore, MD" +386,66,169,"Wilmington, DE",169,"Wilmington, DE" +386,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +386,68,217,"New York, NY and NJ",217,"New York, NY and NJ" +386,69,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +386,70,201,"Boston, MA",201,"Boston, MA" +386,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +386,72,198,"Baltimore, MD",198,"Baltimore, MD" +386,73,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +386,74,201,"Boston, MA",201,"Boston, MA" +386,75,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +386,76,223,"New York, NY and NJ",223,"New York, NY and NJ" +386,77,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +386,78,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +386,79,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +386,80,223,"New York, NY and NJ",223,"New York, NY and NJ" +386,81,201,"Boston, MA",201,"Boston, MA" +386,82,197,"Portland, ME",197,"Portland, ME" +386,83,223,"New York, NY and NJ",223,"New York, NY and NJ" +386,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +386,85,198,"Baltimore, MD",198,"Baltimore, MD" +386,86,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +386,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +386,88,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +386,89,241,"Philadelphia, PA",241,"Philadelphia, PA" +386,90,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +386,91,201,"Boston, MA",201,"Boston, MA" +386,92,201,"Boston, MA",201,"Boston, MA" +386,93,241,"Philadelphia, PA",241,"Philadelphia, PA" +386,94,217,"New York, NY and NJ",217,"New York, NY and NJ" +386,95,201,"Boston, MA",201,"Boston, MA" +386,96,223,"New York, NY and NJ",223,"New York, NY and NJ" +386,97,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +386,98,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +386,99,241,"Philadelphia, PA",241,"Philadelphia, PA" +386,100,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +386,101,244,"Providence, RI",244,"Providence, RI" +386,102,223,"New York, NY and NJ",223,"New York, NY and NJ" +386,103,201,"Boston, MA",201,"Boston, MA" +386,104,197,"Portland, ME",197,"Portland, ME" +386,105,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +386,106,217,"New York, NY and NJ",217,"New York, NY and NJ" +386,107,217,"New York, NY and NJ",217,"New York, NY and NJ" +386,108,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +386,109,244,"Providence, RI",244,"Providence, RI" +386,110,201,"Boston, MA",201,"Boston, MA" +386,111,223,"New York, NY and NJ",223,"New York, NY and NJ" +386,112,197,"Portland, ME",197,"Portland, ME" +386,113,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +386,114,217,"New York, NY and NJ",217,"New York, NY and NJ" +386,115,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +386,116,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +386,117,223,"New York, NY and NJ",223,"New York, NY and NJ" +386,118,241,"Philadelphia, PA",241,"Philadelphia, PA" +386,119,197,"Portland, ME",197,"Portland, ME" +386,120,217,"New York, NY and NJ",217,"New York, NY and NJ" +386,121,197,"Portland, ME",197,"Portland, ME" +386,122,197,"Portland, ME",197,"Portland, ME" +386,123,241,"Philadelphia, PA",241,"Philadelphia, PA" +386,124,217,"New York, NY and NJ",217,"New York, NY and NJ" +386,125,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +386,126,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +386,127,169,"Wilmington, DE",169,"Wilmington, DE" +386,128,223,"New York, NY and NJ",223,"New York, NY and NJ" +386,129,201,"Boston, MA",201,"Boston, MA" +386,130,217,"New York, NY and NJ",217,"New York, NY and NJ" +386,131,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +386,132,241,"Philadelphia, PA",241,"Philadelphia, PA" +386,151,201,"Boston, MA",241,"Philadelphia, PA" +386,152,201,"Boston, MA",197,"Portland, ME" +386,153,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +386,154,154,"Anchorage, AK",154,"Anchorage, AK" +386,155,223,"New York, NY and NJ",201,"Boston, MA" +386,156,198,"Baltimore, MD",217,"New York, NY and NJ" +386,157,265,"Norfolk Harbor, VA",244,"Providence, RI" +386,158,217,"New York, NY and NJ",217,"New York, NY and NJ" +386,159,223,"New York, NY and NJ",241,"Philadelphia, PA" +386,160,198,"Baltimore, MD",217,"New York, NY and NJ" +386,161,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +386,162,198,"Baltimore, MD",152,"Mobile, AL" +386,163,201,"Boston, MA",265,"Norfolk Harbor, VA" +386,164,201,"Boston, MA",201,"Boston, MA" +386,165,217,"New York, NY and NJ",223,"New York, NY and NJ" +386,166,201,"Boston, MA",217,"New York, NY and NJ" +386,167,217,"New York, NY and NJ",198,"Baltimore, MD" +386,168,223,"New York, NY and NJ",217,"New York, NY and NJ" +386,169,217,"New York, NY and NJ",241,"Philadelphia, PA" +386,170,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +386,171,201,"Boston, MA",201,"Boston, MA" +386,172,241,"Philadelphia, PA",245,"Charleston, SC" +386,173,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +386,174,197,"Portland, ME",223,"New York, NY and NJ" +386,175,198,"Baltimore, MD",171,"Jacksonville, FL" +386,176,201,"Boston, MA",198,"Baltimore, MD" +386,177,244,"Providence, RI",229,"Wilmington, NC" +386,178,217,"New York, NY and NJ",241,"Philadelphia, PA" +386,179,179,"Honolulu, HI",179,"Honolulu, HI" +386,180,179,"Honolulu, HI",179,"Honolulu, HI" +386,181,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +386,183,223,"New York, NY and NJ",197,"Portland, ME" +386,184,198,"Baltimore, MD",244,"Providence, RI" +386,185,197,"Portland, ME",244,"Providence, RI" +386,186,217,"New York, NY and NJ",241,"Philadelphia, PA" +386,187,265,"Norfolk Harbor, VA",197,"Portland, ME" +386,188,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +386,189,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +386,190,244,"Providence, RI",201,"Boston, MA" +386,191,201,"Boston, MA",217,"New York, NY and NJ" +386,192,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +386,193,217,"New York, NY and NJ",177,"Savannah, GA" +386,194,198,"Baltimore, MD",195,"New Orleans, LA" +386,195,201,"Boston, MA",195,"New Orleans, LA" +386,196,201,"Boston, MA",195,"New Orleans, LA" +386,197,198,"Baltimore, MD",217,"New York, NY and NJ" +386,198,217,"New York, NY and NJ",201,"Boston, MA" +386,199,197,"Portland, ME",201,"Boston, MA" +386,200,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +386,201,241,"Philadelphia, PA",223,"New York, NY and NJ" +386,202,201,"Boston, MA",217,"New York, NY and NJ" +386,203,218,"Camden-Gloucester, NJ",244,"Providence, RI" +386,204,201,"Boston, MA",223,"New York, NY and NJ" +386,205,223,"New York, NY and NJ",223,"New York, NY and NJ" +386,206,223,"New York, NY and NJ",201,"Boston, MA" +386,207,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +386,208,265,"Norfolk Harbor, VA",201,"Boston, MA" +386,209,223,"New York, NY and NJ",223,"New York, NY and NJ" +386,210,265,"Norfolk Harbor, VA",197,"Portland, ME" +386,211,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +386,212,223,"New York, NY and NJ",197,"Portland, ME" +386,213,223,"New York, NY and NJ",223,"New York, NY and NJ" +386,214,197,"Portland, ME",217,"New York, NY and NJ" +386,215,241,"Philadelphia, PA",197,"Portland, ME" +386,216,217,"New York, NY and NJ",223,"New York, NY and NJ" +386,217,217,"New York, NY and NJ",223,"New York, NY and NJ" +386,218,197,"Portland, ME",198,"Baltimore, MD" +386,219,197,"Portland, ME",198,"Baltimore, MD" +386,220,198,"Baltimore, MD",198,"Baltimore, MD" +386,221,217,"New York, NY and NJ",223,"New York, NY and NJ" +386,222,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +386,223,241,"Philadelphia, PA",169,"Wilmington, DE" +386,224,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +386,225,244,"Providence, RI",217,"New York, NY and NJ" +386,226,217,"New York, NY and NJ",198,"Baltimore, MD" +386,227,265,"Norfolk Harbor, VA",244,"Providence, RI" +386,228,217,"New York, NY and NJ",244,"Providence, RI" +386,229,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +386,230,241,"Philadelphia, PA",223,"New York, NY and NJ" +386,231,217,"New York, NY and NJ",223,"New York, NY and NJ" +386,232,223,"New York, NY and NJ",197,"Portland, ME" +386,233,197,"Portland, ME",198,"Baltimore, MD" +386,234,198,"Baltimore, MD",197,"Portland, ME" +386,235,241,"Philadelphia, PA",217,"New York, NY and NJ" +386,236,217,"New York, NY and NJ",178,"Brunswick, GA" +386,237,217,"New York, NY and NJ",241,"Philadelphia, PA" +386,238,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +386,239,201,"Boston, MA",198,"Baltimore, MD" +386,240,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +386,241,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +386,242,197,"Portland, ME",223,"New York, NY and NJ" +386,243,223,"New York, NY and NJ",198,"Baltimore, MD" +386,244,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +386,245,217,"New York, NY and NJ",217,"New York, NY and NJ" +386,246,201,"Boston, MA",201,"Boston, MA" +386,247,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +386,248,201,"Boston, MA",218,"Camden-Gloucester, NJ" +386,249,197,"Portland, ME",218,"Camden-Gloucester, NJ" +386,250,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +386,251,244,"Providence, RI",197,"Portland, ME" +386,252,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +386,253,217,"New York, NY and NJ",223,"New York, NY and NJ" +386,254,197,"Portland, ME",265,"Norfolk Harbor, VA" +386,255,217,"New York, NY and NJ",223,"New York, NY and NJ" +386,256,223,"New York, NY and NJ",241,"Philadelphia, PA" +386,257,223,"New York, NY and NJ",208,"Pascagoula, MS" +386,258,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +386,259,198,"Baltimore, MD",198,"Baltimore, MD" +386,260,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +386,261,223,"New York, NY and NJ",201,"Boston, MA" +386,262,197,"Portland, ME",223,"New York, NY and NJ" +386,263,197,"Portland, ME",244,"Providence, RI" +386,264,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +386,265,198,"Baltimore, MD",198,"Baltimore, MD" +386,266,198,"Baltimore, MD",197,"Portland, ME" +386,267,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +386,268,223,"New York, NY and NJ",198,"Baltimore, MD" +386,269,217,"New York, NY and NJ",244,"Providence, RI" +386,270,201,"Boston, MA",218,"Camden-Gloucester, NJ" +386,271,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +386,272,197,"Portland, ME",223,"New York, NY and NJ" +386,273,201,"Boston, MA",218,"Camden-Gloucester, NJ" +387,1,198,"Baltimore, MD",198,"Baltimore, MD" +387,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,3,244,"Providence, RI",244,"Providence, RI" +387,4,198,"Baltimore, MD",198,"Baltimore, MD" +387,5,197,"Portland, ME",197,"Portland, ME" +387,6,201,"Boston, MA",201,"Boston, MA" +387,7,244,"Providence, RI",244,"Providence, RI" +387,8,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,9,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +387,10,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,11,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,12,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,13,197,"Portland, ME",197,"Portland, ME" +387,14,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,15,198,"Baltimore, MD",198,"Baltimore, MD" +387,16,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,17,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,18,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,19,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,20,201,"Boston, MA",201,"Boston, MA" +387,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,22,169,"Wilmington, DE",169,"Wilmington, DE" +387,23,241,"Philadelphia, PA",241,"Philadelphia, PA" +387,24,244,"Providence, RI",244,"Providence, RI" +387,25,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +387,26,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +387,27,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,28,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +387,29,198,"Baltimore, MD",198,"Baltimore, MD" +387,30,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,31,197,"Portland, ME",197,"Portland, ME" +387,32,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,33,198,"Baltimore, MD",198,"Baltimore, MD" +387,34,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,35,229,"Wilmington, NC",229,"Wilmington, NC" +387,36,201,"Boston, MA",201,"Boston, MA" +387,37,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,38,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,39,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,40,241,"Philadelphia, PA",241,"Philadelphia, PA" +387,41,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,42,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +387,43,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,44,244,"Providence, RI",244,"Providence, RI" +387,45,241,"Philadelphia, PA",241,"Philadelphia, PA" +387,46,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,47,169,"Wilmington, DE",169,"Wilmington, DE" +387,48,197,"Portland, ME",197,"Portland, ME" +387,49,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,50,244,"Providence, RI",244,"Providence, RI" +387,51,197,"Portland, ME",197,"Portland, ME" +387,52,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,53,197,"Portland, ME",197,"Portland, ME" +387,54,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,55,197,"Portland, ME",197,"Portland, ME" +387,56,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,57,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,58,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,59,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,60,241,"Philadelphia, PA",241,"Philadelphia, PA" +387,61,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +387,62,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,63,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +387,64,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,65,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +387,66,201,"Boston, MA",201,"Boston, MA" +387,67,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +387,68,198,"Baltimore, MD",198,"Baltimore, MD" +387,69,241,"Philadelphia, PA",241,"Philadelphia, PA" +387,70,198,"Baltimore, MD",198,"Baltimore, MD" +387,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,73,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,74,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,75,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +387,76,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,77,197,"Portland, ME",197,"Portland, ME" +387,78,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,79,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,80,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,81,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,82,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,83,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,84,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,85,201,"Boston, MA",201,"Boston, MA" +387,86,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,87,198,"Baltimore, MD",198,"Baltimore, MD" +387,88,197,"Portland, ME",197,"Portland, ME" +387,89,201,"Boston, MA",201,"Boston, MA" +387,90,241,"Philadelphia, PA",241,"Philadelphia, PA" +387,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,92,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,93,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,94,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +387,95,198,"Baltimore, MD",198,"Baltimore, MD" +387,96,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,98,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,99,198,"Baltimore, MD",198,"Baltimore, MD" +387,100,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +387,101,198,"Baltimore, MD",198,"Baltimore, MD" +387,102,169,"Wilmington, DE",169,"Wilmington, DE" +387,103,197,"Portland, ME",197,"Portland, ME" +387,104,197,"Portland, ME",197,"Portland, ME" +387,105,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,106,197,"Portland, ME",197,"Portland, ME" +387,107,241,"Philadelphia, PA",241,"Philadelphia, PA" +387,108,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +387,109,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,110,201,"Boston, MA",201,"Boston, MA" +387,111,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,112,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,113,244,"Providence, RI",244,"Providence, RI" +387,114,241,"Philadelphia, PA",241,"Philadelphia, PA" +387,115,198,"Baltimore, MD",198,"Baltimore, MD" +387,116,241,"Philadelphia, PA",241,"Philadelphia, PA" +387,117,241,"Philadelphia, PA",241,"Philadelphia, PA" +387,118,169,"Wilmington, DE",169,"Wilmington, DE" +387,119,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,120,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,121,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,122,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,123,198,"Baltimore, MD",198,"Baltimore, MD" +387,124,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,125,201,"Boston, MA",201,"Boston, MA" +387,126,198,"Baltimore, MD",198,"Baltimore, MD" +387,127,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,128,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,129,241,"Philadelphia, PA",241,"Philadelphia, PA" +387,130,241,"Philadelphia, PA",241,"Philadelphia, PA" +387,131,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,132,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,151,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +387,152,223,"New York, NY and NJ",198,"Baltimore, MD" +387,153,265,"Norfolk Harbor, VA",197,"Portland, ME" +387,154,154,"Anchorage, AK",154,"Anchorage, AK" +387,155,217,"New York, NY and NJ",223,"New York, NY and NJ" +387,156,198,"Baltimore, MD",223,"New York, NY and NJ" +387,157,244,"Providence, RI",223,"New York, NY and NJ" +387,158,223,"New York, NY and NJ",217,"New York, NY and NJ" +387,159,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,160,223,"New York, NY and NJ",241,"Philadelphia, PA" +387,161,197,"Portland, ME",244,"Providence, RI" +387,162,217,"New York, NY and NJ",241,"Philadelphia, PA" +387,163,241,"Philadelphia, PA",229,"Wilmington, NC" +387,164,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +387,165,217,"New York, NY and NJ",197,"Portland, ME" +387,166,198,"Baltimore, MD",223,"New York, NY and NJ" +387,167,241,"Philadelphia, PA",197,"Portland, ME" +387,168,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,169,217,"New York, NY and NJ",244,"Providence, RI" +387,170,217,"New York, NY and NJ",198,"Baltimore, MD" +387,171,217,"New York, NY and NJ",241,"Philadelphia, PA" +387,172,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +387,173,218,"Camden-Gloucester, NJ",197,"Portland, ME" +387,174,218,"Camden-Gloucester, NJ",201,"Boston, MA" +387,175,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +387,176,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +387,177,201,"Boston, MA",223,"New York, NY and NJ" +387,178,245,"Charleston, SC",197,"Portland, ME" +387,179,179,"Honolulu, HI",179,"Honolulu, HI" +387,180,179,"Honolulu, HI",179,"Honolulu, HI" +387,181,241,"Philadelphia, PA",217,"New York, NY and NJ" +387,183,223,"New York, NY and NJ",217,"New York, NY and NJ" +387,184,265,"Norfolk Harbor, VA",201,"Boston, MA" +387,185,241,"Philadelphia, PA",197,"Portland, ME" +387,186,217,"New York, NY and NJ",201,"Boston, MA" +387,187,198,"Baltimore, MD",217,"New York, NY and NJ" +387,188,197,"Portland, ME",223,"New York, NY and NJ" +387,189,198,"Baltimore, MD",201,"Boston, MA" +387,190,241,"Philadelphia, PA",223,"New York, NY and NJ" +387,191,218,"Camden-Gloucester, NJ",201,"Boston, MA" +387,192,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +387,193,197,"Portland, ME",197,"Portland, ME" +387,194,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,195,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +387,196,241,"Philadelphia, PA",217,"New York, NY and NJ" +387,197,198,"Baltimore, MD",197,"Portland, ME" +387,198,241,"Philadelphia, PA",241,"Philadelphia, PA" +387,199,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +387,200,201,"Boston, MA",265,"Norfolk Harbor, VA" +387,201,197,"Portland, ME",217,"New York, NY and NJ" +387,202,197,"Portland, ME",217,"New York, NY and NJ" +387,203,223,"New York, NY and NJ",201,"Boston, MA" +387,204,223,"New York, NY and NJ",201,"Boston, MA" +387,205,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +387,206,217,"New York, NY and NJ",223,"New York, NY and NJ" +387,207,223,"New York, NY and NJ",217,"New York, NY and NJ" +387,208,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,209,217,"New York, NY and NJ",197,"Portland, ME" +387,210,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +387,211,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,212,241,"Philadelphia, PA",223,"New York, NY and NJ" +387,213,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,214,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,215,217,"New York, NY and NJ",223,"New York, NY and NJ" +387,216,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +387,217,201,"Boston, MA",223,"New York, NY and NJ" +387,218,223,"New York, NY and NJ",217,"New York, NY and NJ" +387,219,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,220,223,"New York, NY and NJ",244,"Providence, RI" +387,221,241,"Philadelphia, PA",223,"New York, NY and NJ" +387,222,241,"Philadelphia, PA",217,"New York, NY and NJ" +387,223,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,224,241,"Philadelphia, PA",217,"New York, NY and NJ" +387,225,223,"New York, NY and NJ",201,"Boston, MA" +387,226,217,"New York, NY and NJ",217,"New York, NY and NJ" +387,227,217,"New York, NY and NJ",244,"Providence, RI" +387,228,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +387,229,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +387,230,244,"Providence, RI",217,"New York, NY and NJ" +387,231,244,"Providence, RI",198,"Baltimore, MD" +387,232,197,"Portland, ME",218,"Camden-Gloucester, NJ" +387,233,244,"Providence, RI",265,"Norfolk Harbor, VA" +387,234,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +387,235,223,"New York, NY and NJ",169,"Wilmington, DE" +387,236,217,"New York, NY and NJ",197,"Portland, ME" +387,237,265,"Norfolk Harbor, VA",244,"Providence, RI" +387,238,197,"Portland, ME",223,"New York, NY and NJ" +387,239,217,"New York, NY and NJ",241,"Philadelphia, PA" +387,240,223,"New York, NY and NJ",198,"Baltimore, MD" +387,241,223,"New York, NY and NJ",217,"New York, NY and NJ" +387,242,241,"Philadelphia, PA",241,"Philadelphia, PA" +387,243,223,"New York, NY and NJ",169,"Wilmington, DE" +387,244,198,"Baltimore, MD",217,"New York, NY and NJ" +387,245,223,"New York, NY and NJ",201,"Boston, MA" +387,246,197,"Portland, ME",241,"Philadelphia, PA" +387,247,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +387,248,169,"Wilmington, DE",223,"New York, NY and NJ" +387,249,223,"New York, NY and NJ",223,"New York, NY and NJ" +387,250,198,"Baltimore, MD",197,"Portland, ME" +387,251,201,"Boston, MA",223,"New York, NY and NJ" +387,252,201,"Boston, MA",265,"Norfolk Harbor, VA" +387,253,241,"Philadelphia, PA",198,"Baltimore, MD" +387,254,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +387,255,223,"New York, NY and NJ",198,"Baltimore, MD" +387,256,245,"Charleston, SC",195,"New Orleans, LA" +387,257,217,"New York, NY and NJ",198,"Baltimore, MD" +387,258,223,"New York, NY and NJ",198,"Baltimore, MD" +387,259,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +387,260,198,"Baltimore, MD",241,"Philadelphia, PA" +387,261,244,"Providence, RI",217,"New York, NY and NJ" +387,262,241,"Philadelphia, PA",198,"Baltimore, MD" +387,263,223,"New York, NY and NJ",217,"New York, NY and NJ" +387,264,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +387,265,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +387,266,197,"Portland, ME",201,"Boston, MA" +387,267,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +387,268,217,"New York, NY and NJ",201,"Boston, MA" +387,269,217,"New York, NY and NJ",201,"Boston, MA" +387,270,223,"New York, NY and NJ",217,"New York, NY and NJ" +387,271,201,"Boston, MA",223,"New York, NY and NJ" +387,272,223,"New York, NY and NJ",197,"Portland, ME" +387,273,241,"Philadelphia, PA",241,"Philadelphia, PA" +388,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +388,3,217,"New York, NY and NJ",217,"New York, NY and NJ" +388,4,217,"New York, NY and NJ",217,"New York, NY and NJ" +388,5,197,"Portland, ME",197,"Portland, ME" +388,6,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,7,197,"Portland, ME",197,"Portland, ME" +388,8,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,9,197,"Portland, ME",197,"Portland, ME" +388,10,241,"Philadelphia, PA",241,"Philadelphia, PA" +388,11,197,"Portland, ME",197,"Portland, ME" +388,12,197,"Portland, ME",197,"Portland, ME" +388,13,198,"Baltimore, MD",198,"Baltimore, MD" +388,14,241,"Philadelphia, PA",241,"Philadelphia, PA" +388,15,169,"Wilmington, DE",169,"Wilmington, DE" +388,16,217,"New York, NY and NJ",217,"New York, NY and NJ" +388,17,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,18,201,"Boston, MA",201,"Boston, MA" +388,19,241,"Philadelphia, PA",241,"Philadelphia, PA" +388,20,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,21,217,"New York, NY and NJ",217,"New York, NY and NJ" +388,22,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,23,198,"Baltimore, MD",198,"Baltimore, MD" +388,24,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,25,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,26,201,"Boston, MA",201,"Boston, MA" +388,27,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,28,201,"Boston, MA",201,"Boston, MA" +388,29,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,30,244,"Providence, RI",244,"Providence, RI" +388,31,198,"Baltimore, MD",198,"Baltimore, MD" +388,32,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,33,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,34,197,"Portland, ME",197,"Portland, ME" +388,35,198,"Baltimore, MD",198,"Baltimore, MD" +388,36,198,"Baltimore, MD",198,"Baltimore, MD" +388,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,38,241,"Philadelphia, PA",241,"Philadelphia, PA" +388,39,197,"Portland, ME",197,"Portland, ME" +388,40,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,41,198,"Baltimore, MD",198,"Baltimore, MD" +388,42,241,"Philadelphia, PA",241,"Philadelphia, PA" +388,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,44,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +388,45,197,"Portland, ME",197,"Portland, ME" +388,46,241,"Philadelphia, PA",241,"Philadelphia, PA" +388,47,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,48,244,"Providence, RI",244,"Providence, RI" +388,49,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,50,244,"Providence, RI",244,"Providence, RI" +388,51,244,"Providence, RI",244,"Providence, RI" +388,52,169,"Wilmington, DE",169,"Wilmington, DE" +388,53,241,"Philadelphia, PA",241,"Philadelphia, PA" +388,54,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,56,197,"Portland, ME",197,"Portland, ME" +388,57,198,"Baltimore, MD",198,"Baltimore, MD" +388,58,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,59,217,"New York, NY and NJ",217,"New York, NY and NJ" +388,60,241,"Philadelphia, PA",241,"Philadelphia, PA" +388,61,197,"Portland, ME",197,"Portland, ME" +388,62,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +388,63,197,"Portland, ME",197,"Portland, ME" +388,64,201,"Boston, MA",201,"Boston, MA" +388,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,66,201,"Boston, MA",201,"Boston, MA" +388,67,244,"Providence, RI",244,"Providence, RI" +388,68,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,69,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,70,241,"Philadelphia, PA",241,"Philadelphia, PA" +388,71,241,"Philadelphia, PA",241,"Philadelphia, PA" +388,72,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +388,73,198,"Baltimore, MD",198,"Baltimore, MD" +388,74,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +388,75,198,"Baltimore, MD",198,"Baltimore, MD" +388,76,241,"Philadelphia, PA",241,"Philadelphia, PA" +388,77,197,"Portland, ME",197,"Portland, ME" +388,78,201,"Boston, MA",201,"Boston, MA" +388,79,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,80,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,81,241,"Philadelphia, PA",241,"Philadelphia, PA" +388,82,198,"Baltimore, MD",198,"Baltimore, MD" +388,83,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +388,84,197,"Portland, ME",197,"Portland, ME" +388,85,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +388,86,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,88,241,"Philadelphia, PA",241,"Philadelphia, PA" +388,89,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +388,90,244,"Providence, RI",244,"Providence, RI" +388,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,92,197,"Portland, ME",197,"Portland, ME" +388,93,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +388,94,217,"New York, NY and NJ",217,"New York, NY and NJ" +388,95,201,"Boston, MA",201,"Boston, MA" +388,96,197,"Portland, ME",197,"Portland, ME" +388,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,98,201,"Boston, MA",201,"Boston, MA" +388,99,217,"New York, NY and NJ",217,"New York, NY and NJ" +388,100,217,"New York, NY and NJ",217,"New York, NY and NJ" +388,101,217,"New York, NY and NJ",217,"New York, NY and NJ" +388,102,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +388,103,198,"Baltimore, MD",198,"Baltimore, MD" +388,104,197,"Portland, ME",197,"Portland, ME" +388,105,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,106,201,"Boston, MA",201,"Boston, MA" +388,107,198,"Baltimore, MD",198,"Baltimore, MD" +388,108,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,109,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,110,217,"New York, NY and NJ",217,"New York, NY and NJ" +388,111,217,"New York, NY and NJ",217,"New York, NY and NJ" +388,112,217,"New York, NY and NJ",217,"New York, NY and NJ" +388,113,197,"Portland, ME",197,"Portland, ME" +388,114,201,"Boston, MA",201,"Boston, MA" +388,115,198,"Baltimore, MD",198,"Baltimore, MD" +388,116,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,117,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +388,118,198,"Baltimore, MD",198,"Baltimore, MD" +388,119,201,"Boston, MA",201,"Boston, MA" +388,120,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,121,217,"New York, NY and NJ",217,"New York, NY and NJ" +388,122,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +388,123,201,"Boston, MA",201,"Boston, MA" +388,124,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,125,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +388,126,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +388,127,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,128,197,"Portland, ME",197,"Portland, ME" +388,129,198,"Baltimore, MD",198,"Baltimore, MD" +388,130,241,"Philadelphia, PA",241,"Philadelphia, PA" +388,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +388,132,197,"Portland, ME",197,"Portland, ME" +388,151,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +388,152,223,"New York, NY and NJ",152,"Mobile, AL" +388,153,201,"Boston, MA",198,"Baltimore, MD" +388,154,154,"Anchorage, AK",154,"Anchorage, AK" +388,155,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +388,156,217,"New York, NY and NJ",198,"Baltimore, MD" +388,157,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +388,158,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +388,159,241,"Philadelphia, PA",241,"Philadelphia, PA" +388,160,241,"Philadelphia, PA",223,"New York, NY and NJ" +388,161,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +388,162,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +388,163,223,"New York, NY and NJ",201,"Boston, MA" +388,164,197,"Portland, ME",223,"New York, NY and NJ" +388,165,197,"Portland, ME",265,"Norfolk Harbor, VA" +388,166,217,"New York, NY and NJ",197,"Portland, ME" +388,167,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,168,201,"Boston, MA",223,"New York, NY and NJ" +388,169,223,"New York, NY and NJ",217,"New York, NY and NJ" +388,170,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +388,171,197,"Portland, ME",198,"Baltimore, MD" +388,172,223,"New York, NY and NJ",217,"New York, NY and NJ" +388,173,265,"Norfolk Harbor, VA",201,"Boston, MA" +388,174,265,"Norfolk Harbor, VA",201,"Boston, MA" +388,175,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +388,176,223,"New York, NY and NJ",198,"Baltimore, MD" +388,177,197,"Portland, ME",197,"Portland, ME" +388,178,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +388,179,179,"Honolulu, HI",179,"Honolulu, HI" +388,180,179,"Honolulu, HI",179,"Honolulu, HI" +388,181,201,"Boston, MA",198,"Baltimore, MD" +388,183,223,"New York, NY and NJ",198,"Baltimore, MD" +388,184,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +388,185,201,"Boston, MA",217,"New York, NY and NJ" +388,186,201,"Boston, MA",201,"Boston, MA" +388,187,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +388,188,198,"Baltimore, MD",201,"Boston, MA" +388,189,169,"Wilmington, DE",201,"Boston, MA" +388,190,197,"Portland, ME",218,"Camden-Gloucester, NJ" +388,191,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,192,217,"New York, NY and NJ",217,"New York, NY and NJ" +388,193,198,"Baltimore, MD",217,"New York, NY and NJ" +388,194,223,"New York, NY and NJ",198,"Baltimore, MD" +388,195,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +388,196,169,"Wilmington, DE",198,"Baltimore, MD" +388,197,198,"Baltimore, MD",201,"Boston, MA" +388,198,201,"Boston, MA",217,"New York, NY and NJ" +388,199,201,"Boston, MA",223,"New York, NY and NJ" +388,200,217,"New York, NY and NJ",223,"New York, NY and NJ" +388,201,244,"Providence, RI",244,"Providence, RI" +388,202,217,"New York, NY and NJ",217,"New York, NY and NJ" +388,203,201,"Boston, MA",217,"New York, NY and NJ" +388,204,197,"Portland, ME",241,"Philadelphia, PA" +388,205,217,"New York, NY and NJ",201,"Boston, MA" +388,206,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +388,207,223,"New York, NY and NJ",244,"Providence, RI" +388,208,169,"Wilmington, DE",217,"New York, NY and NJ" +388,209,265,"Norfolk Harbor, VA",197,"Portland, ME" +388,210,241,"Philadelphia, PA",223,"New York, NY and NJ" +388,211,201,"Boston, MA",198,"Baltimore, MD" +388,212,217,"New York, NY and NJ",241,"Philadelphia, PA" +388,213,223,"New York, NY and NJ",241,"Philadelphia, PA" +388,214,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +388,215,223,"New York, NY and NJ",217,"New York, NY and NJ" +388,216,244,"Providence, RI",244,"Providence, RI" +388,217,197,"Portland, ME",217,"New York, NY and NJ" +388,218,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +388,219,241,"Philadelphia, PA",223,"New York, NY and NJ" +388,220,197,"Portland, ME",198,"Baltimore, MD" +388,221,244,"Providence, RI",197,"Portland, ME" +388,222,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,223,217,"New York, NY and NJ",223,"New York, NY and NJ" +388,224,217,"New York, NY and NJ",223,"New York, NY and NJ" +388,225,223,"New York, NY and NJ",217,"New York, NY and NJ" +388,226,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +388,227,197,"Portland, ME",169,"Wilmington, DE" +388,228,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,229,229,"Wilmington, NC",241,"Philadelphia, PA" +388,230,198,"Baltimore, MD",217,"New York, NY and NJ" +388,231,197,"Portland, ME",223,"New York, NY and NJ" +388,232,217,"New York, NY and NJ",241,"Philadelphia, PA" +388,233,223,"New York, NY and NJ",201,"Boston, MA" +388,234,223,"New York, NY and NJ",198,"Baltimore, MD" +388,235,241,"Philadelphia, PA",223,"New York, NY and NJ" +388,236,218,"Camden-Gloucester, NJ",201,"Boston, MA" +388,237,223,"New York, NY and NJ",198,"Baltimore, MD" +388,238,217,"New York, NY and NJ",223,"New York, NY and NJ" +388,239,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +388,240,217,"New York, NY and NJ",198,"Baltimore, MD" +388,241,223,"New York, NY and NJ",197,"Portland, ME" +388,242,169,"Wilmington, DE",197,"Portland, ME" +388,243,197,"Portland, ME",218,"Camden-Gloucester, NJ" +388,244,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +388,245,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +388,246,223,"New York, NY and NJ",217,"New York, NY and NJ" +388,247,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +388,248,223,"New York, NY and NJ",217,"New York, NY and NJ" +388,249,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +388,250,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +388,251,201,"Boston, MA",201,"Boston, MA" +388,252,229,"Wilmington, NC",253,"Beaumont, TX" +388,253,201,"Boston, MA",265,"Norfolk Harbor, VA" +388,254,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +388,255,217,"New York, NY and NJ",208,"Pascagoula, MS" +388,256,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +388,257,217,"New York, NY and NJ",223,"New York, NY and NJ" +388,258,198,"Baltimore, MD",253,"Beaumont, TX" +388,259,201,"Boston, MA",201,"Boston, MA" +388,260,217,"New York, NY and NJ",241,"Philadelphia, PA" +388,261,197,"Portland, ME",241,"Philadelphia, PA" +388,262,217,"New York, NY and NJ",223,"New York, NY and NJ" +388,263,223,"New York, NY and NJ",201,"Boston, MA" +388,264,197,"Portland, ME",223,"New York, NY and NJ" +388,265,244,"Providence, RI",217,"New York, NY and NJ" +388,266,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +388,267,241,"Philadelphia, PA",197,"Portland, ME" +388,268,241,"Philadelphia, PA",241,"Philadelphia, PA" +388,269,223,"New York, NY and NJ",201,"Boston, MA" +388,270,201,"Boston, MA",265,"Norfolk Harbor, VA" +388,271,217,"New York, NY and NJ",223,"New York, NY and NJ" +388,272,223,"New York, NY and NJ",223,"New York, NY and NJ" +388,273,198,"Baltimore, MD",217,"New York, NY and NJ" +389,1,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,2,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,3,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,4,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,5,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,6,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,7,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,8,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,9,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,10,198,"Baltimore, MD",198,"Baltimore, MD" +389,11,197,"Portland, ME",197,"Portland, ME" +389,12,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,13,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,14,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,15,198,"Baltimore, MD",198,"Baltimore, MD" +389,16,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,17,197,"Portland, ME",197,"Portland, ME" +389,18,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,19,198,"Baltimore, MD",198,"Baltimore, MD" +389,20,241,"Philadelphia, PA",241,"Philadelphia, PA" +389,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,22,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,23,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +389,24,198,"Baltimore, MD",198,"Baltimore, MD" +389,25,198,"Baltimore, MD",198,"Baltimore, MD" +389,26,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,27,198,"Baltimore, MD",198,"Baltimore, MD" +389,28,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +389,29,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,30,197,"Portland, ME",197,"Portland, ME" +389,31,201,"Boston, MA",201,"Boston, MA" +389,32,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,33,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,34,197,"Portland, ME",197,"Portland, ME" +389,35,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,36,198,"Baltimore, MD",198,"Baltimore, MD" +389,37,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,38,201,"Boston, MA",201,"Boston, MA" +389,39,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,40,241,"Philadelphia, PA",241,"Philadelphia, PA" +389,41,198,"Baltimore, MD",198,"Baltimore, MD" +389,42,201,"Boston, MA",201,"Boston, MA" +389,43,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,44,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +389,45,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,46,241,"Philadelphia, PA",241,"Philadelphia, PA" +389,47,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +389,48,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +389,49,241,"Philadelphia, PA",241,"Philadelphia, PA" +389,50,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,51,197,"Portland, ME",197,"Portland, ME" +389,52,201,"Boston, MA",201,"Boston, MA" +389,53,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,54,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,56,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,58,244,"Providence, RI",244,"Providence, RI" +389,59,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,60,198,"Baltimore, MD",198,"Baltimore, MD" +389,61,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,62,244,"Providence, RI",244,"Providence, RI" +389,63,241,"Philadelphia, PA",241,"Philadelphia, PA" +389,64,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,65,244,"Providence, RI",244,"Providence, RI" +389,66,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,67,197,"Portland, ME",197,"Portland, ME" +389,68,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +389,69,197,"Portland, ME",197,"Portland, ME" +389,70,241,"Philadelphia, PA",241,"Philadelphia, PA" +389,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,72,241,"Philadelphia, PA",241,"Philadelphia, PA" +389,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,74,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +389,75,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,76,197,"Portland, ME",197,"Portland, ME" +389,77,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,78,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,79,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,80,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,81,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,82,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,83,169,"Wilmington, DE",169,"Wilmington, DE" +389,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,85,198,"Baltimore, MD",198,"Baltimore, MD" +389,86,169,"Wilmington, DE",169,"Wilmington, DE" +389,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,88,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,89,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,90,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +389,91,197,"Portland, ME",197,"Portland, ME" +389,92,241,"Philadelphia, PA",241,"Philadelphia, PA" +389,93,244,"Providence, RI",244,"Providence, RI" +389,94,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,95,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,96,201,"Boston, MA",201,"Boston, MA" +389,97,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +389,98,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,99,198,"Baltimore, MD",198,"Baltimore, MD" +389,100,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +389,101,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,102,197,"Portland, ME",197,"Portland, ME" +389,103,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,104,198,"Baltimore, MD",198,"Baltimore, MD" +389,105,201,"Boston, MA",201,"Boston, MA" +389,106,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,107,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,108,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +389,109,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,110,201,"Boston, MA",201,"Boston, MA" +389,111,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,112,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,113,197,"Portland, ME",197,"Portland, ME" +389,114,244,"Providence, RI",244,"Providence, RI" +389,115,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +389,116,241,"Philadelphia, PA",241,"Philadelphia, PA" +389,117,201,"Boston, MA",201,"Boston, MA" +389,118,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,119,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,120,198,"Baltimore, MD",198,"Baltimore, MD" +389,121,241,"Philadelphia, PA",241,"Philadelphia, PA" +389,122,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +389,123,201,"Boston, MA",201,"Boston, MA" +389,124,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,126,197,"Portland, ME",197,"Portland, ME" +389,127,197,"Portland, ME",197,"Portland, ME" +389,128,197,"Portland, ME",197,"Portland, ME" +389,129,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,130,244,"Providence, RI",244,"Providence, RI" +389,131,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,132,197,"Portland, ME",197,"Portland, ME" +389,151,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +389,152,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +389,153,197,"Portland, ME",265,"Norfolk Harbor, VA" +389,154,154,"Anchorage, AK",154,"Anchorage, AK" +389,155,197,"Portland, ME",223,"New York, NY and NJ" +389,156,201,"Boston, MA",201,"Boston, MA" +389,157,197,"Portland, ME",197,"Portland, ME" +389,158,201,"Boston, MA",217,"New York, NY and NJ" +389,159,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +389,160,241,"Philadelphia, PA",198,"Baltimore, MD" +389,161,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +389,162,241,"Philadelphia, PA",217,"New York, NY and NJ" +389,163,197,"Portland, ME",223,"New York, NY and NJ" +389,164,217,"New York, NY and NJ",241,"Philadelphia, PA" +389,165,217,"New York, NY and NJ",169,"Wilmington, DE" +389,166,201,"Boston, MA",217,"New York, NY and NJ" +389,167,241,"Philadelphia, PA",223,"New York, NY and NJ" +389,168,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +389,169,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,170,244,"Providence, RI",198,"Baltimore, MD" +389,171,223,"New York, NY and NJ",217,"New York, NY and NJ" +389,172,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +389,173,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +389,174,197,"Portland, ME",241,"Philadelphia, PA" +389,175,217,"New York, NY and NJ",229,"Wilmington, NC" +389,176,217,"New York, NY and NJ",169,"Wilmington, DE" +389,177,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,178,217,"New York, NY and NJ",198,"Baltimore, MD" +389,179,179,"Honolulu, HI",179,"Honolulu, HI" +389,180,179,"Honolulu, HI",179,"Honolulu, HI" +389,181,197,"Portland, ME",201,"Boston, MA" +389,183,241,"Philadelphia, PA",201,"Boston, MA" +389,184,241,"Philadelphia, PA",223,"New York, NY and NJ" +389,185,223,"New York, NY and NJ",198,"Baltimore, MD" +389,186,197,"Portland, ME",217,"New York, NY and NJ" +389,187,217,"New York, NY and NJ",169,"Wilmington, DE" +389,188,201,"Boston, MA",217,"New York, NY and NJ" +389,189,223,"New York, NY and NJ",244,"Providence, RI" +389,190,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +389,191,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,192,197,"Portland, ME",265,"Norfolk Harbor, VA" +389,193,244,"Providence, RI",197,"Portland, ME" +389,194,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +389,195,197,"Portland, ME",197,"Portland, ME" +389,196,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +389,197,217,"New York, NY and NJ",223,"New York, NY and NJ" +389,198,197,"Portland, ME",241,"Philadelphia, PA" +389,199,244,"Providence, RI",201,"Boston, MA" +389,200,198,"Baltimore, MD",223,"New York, NY and NJ" +389,201,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,202,169,"Wilmington, DE",169,"Wilmington, DE" +389,203,241,"Philadelphia, PA",197,"Portland, ME" +389,204,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +389,205,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,206,217,"New York, NY and NJ",223,"New York, NY and NJ" +389,207,201,"Boston, MA",218,"Camden-Gloucester, NJ" +389,208,223,"New York, NY and NJ",217,"New York, NY and NJ" +389,209,217,"New York, NY and NJ",223,"New York, NY and NJ" +389,210,223,"New York, NY and NJ",217,"New York, NY and NJ" +389,211,244,"Providence, RI",223,"New York, NY and NJ" +389,212,201,"Boston, MA",241,"Philadelphia, PA" +389,213,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +389,214,197,"Portland, ME",241,"Philadelphia, PA" +389,215,223,"New York, NY and NJ",197,"Portland, ME" +389,216,218,"Camden-Gloucester, NJ",197,"Portland, ME" +389,217,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +389,218,201,"Boston, MA",198,"Baltimore, MD" +389,219,217,"New York, NY and NJ",197,"Portland, ME" +389,220,198,"Baltimore, MD",223,"New York, NY and NJ" +389,221,223,"New York, NY and NJ",241,"Philadelphia, PA" +389,222,223,"New York, NY and NJ",197,"Portland, ME" +389,223,217,"New York, NY and NJ",223,"New York, NY and NJ" +389,224,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,225,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +389,226,241,"Philadelphia, PA",223,"New York, NY and NJ" +389,227,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +389,228,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +389,229,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +389,230,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +389,231,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +389,232,198,"Baltimore, MD",217,"New York, NY and NJ" +389,233,217,"New York, NY and NJ",241,"Philadelphia, PA" +389,234,241,"Philadelphia, PA",223,"New York, NY and NJ" +389,235,217,"New York, NY and NJ",201,"Boston, MA" +389,236,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +389,237,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,238,197,"Portland, ME",201,"Boston, MA" +389,239,198,"Baltimore, MD",198,"Baltimore, MD" +389,240,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,241,197,"Portland, ME",223,"New York, NY and NJ" +389,242,217,"New York, NY and NJ",201,"Boston, MA" +389,243,223,"New York, NY and NJ",198,"Baltimore, MD" +389,244,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,245,201,"Boston, MA",223,"New York, NY and NJ" +389,246,217,"New York, NY and NJ",197,"Portland, ME" +389,247,241,"Philadelphia, PA",201,"Boston, MA" +389,248,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,249,218,"Camden-Gloucester, NJ",229,"Wilmington, NC" +389,250,241,"Philadelphia, PA",223,"New York, NY and NJ" +389,251,217,"New York, NY and NJ",244,"Providence, RI" +389,252,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +389,253,201,"Boston, MA",223,"New York, NY and NJ" +389,254,217,"New York, NY and NJ",241,"Philadelphia, PA" +389,255,201,"Boston, MA",217,"New York, NY and NJ" +389,256,198,"Baltimore, MD",217,"New York, NY and NJ" +389,257,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +389,258,201,"Boston, MA",254,"Corpus Christi, TX" +389,259,244,"Providence, RI",253,"Beaumont, TX" +389,260,217,"New York, NY and NJ",241,"Philadelphia, PA" +389,261,217,"New York, NY and NJ",223,"New York, NY and NJ" +389,262,223,"New York, NY and NJ",241,"Philadelphia, PA" +389,263,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +389,264,223,"New York, NY and NJ",169,"Wilmington, DE" +389,265,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +389,266,217,"New York, NY and NJ",217,"New York, NY and NJ" +389,267,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +389,268,223,"New York, NY and NJ",198,"Baltimore, MD" +389,269,198,"Baltimore, MD",223,"New York, NY and NJ" +389,270,197,"Portland, ME",169,"Wilmington, DE" +389,271,223,"New York, NY and NJ",197,"Portland, ME" +389,272,223,"New York, NY and NJ",223,"New York, NY and NJ" +389,273,217,"New York, NY and NJ",223,"New York, NY and NJ" +390,1,241,"Philadelphia, PA",241,"Philadelphia, PA" +390,2,223,"New York, NY and NJ",223,"New York, NY and NJ" +390,3,241,"Philadelphia, PA",241,"Philadelphia, PA" +390,4,217,"New York, NY and NJ",217,"New York, NY and NJ" +390,5,197,"Portland, ME",197,"Portland, ME" +390,6,197,"Portland, ME",197,"Portland, ME" +390,7,174,"Tampa, FL",174,"Tampa, FL" +390,8,198,"Baltimore, MD",198,"Baltimore, MD" +390,9,201,"Boston, MA",201,"Boston, MA" +390,10,217,"New York, NY and NJ",217,"New York, NY and NJ" +390,11,223,"New York, NY and NJ",223,"New York, NY and NJ" +390,12,245,"Charleston, SC",245,"Charleston, SC" +390,13,241,"Philadelphia, PA",241,"Philadelphia, PA" +390,14,241,"Philadelphia, PA",241,"Philadelphia, PA" +390,15,198,"Baltimore, MD",198,"Baltimore, MD" +390,16,197,"Portland, ME",197,"Portland, ME" +390,17,241,"Philadelphia, PA",241,"Philadelphia, PA" +390,18,198,"Baltimore, MD",198,"Baltimore, MD" +390,19,201,"Boston, MA",201,"Boston, MA" +390,20,201,"Boston, MA",201,"Boston, MA" +390,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +390,22,177,"Savannah, GA",177,"Savannah, GA" +390,23,241,"Philadelphia, PA",241,"Philadelphia, PA" +390,24,229,"Wilmington, NC",229,"Wilmington, NC" +390,25,217,"New York, NY and NJ",217,"New York, NY and NJ" +390,26,241,"Philadelphia, PA",241,"Philadelphia, PA" +390,27,241,"Philadelphia, PA",241,"Philadelphia, PA" +390,28,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +390,29,223,"New York, NY and NJ",223,"New York, NY and NJ" +390,30,229,"Wilmington, NC",229,"Wilmington, NC" +390,31,244,"Providence, RI",244,"Providence, RI" +390,32,245,"Charleston, SC",245,"Charleston, SC" +390,33,223,"New York, NY and NJ",223,"New York, NY and NJ" +390,34,198,"Baltimore, MD",198,"Baltimore, MD" +390,35,198,"Baltimore, MD",198,"Baltimore, MD" +390,36,201,"Boston, MA",201,"Boston, MA" +390,37,198,"Baltimore, MD",198,"Baltimore, MD" +390,38,223,"New York, NY and NJ",223,"New York, NY and NJ" +390,39,223,"New York, NY and NJ",223,"New York, NY and NJ" +390,40,217,"New York, NY and NJ",217,"New York, NY and NJ" +390,41,217,"New York, NY and NJ",217,"New York, NY and NJ" +390,42,197,"Portland, ME",197,"Portland, ME" +390,43,241,"Philadelphia, PA",241,"Philadelphia, PA" +390,44,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +390,45,217,"New York, NY and NJ",217,"New York, NY and NJ" +390,46,244,"Providence, RI",244,"Providence, RI" +390,47,217,"New York, NY and NJ",217,"New York, NY and NJ" +390,48,244,"Providence, RI",244,"Providence, RI" +390,49,245,"Charleston, SC",245,"Charleston, SC" +390,50,201,"Boston, MA",201,"Boston, MA" +390,51,198,"Baltimore, MD",198,"Baltimore, MD" +390,52,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +390,53,197,"Portland, ME",197,"Portland, ME" +390,54,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +390,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +390,56,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +390,57,217,"New York, NY and NJ",217,"New York, NY and NJ" +390,58,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +390,59,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +390,60,217,"New York, NY and NJ",217,"New York, NY and NJ" +390,61,171,"Jacksonville, FL",171,"Jacksonville, FL" +390,62,229,"Wilmington, NC",229,"Wilmington, NC" +390,63,223,"New York, NY and NJ",223,"New York, NY and NJ" +390,64,217,"New York, NY and NJ",217,"New York, NY and NJ" +390,65,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +390,66,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +390,67,171,"Jacksonville, FL",171,"Jacksonville, FL" +390,68,197,"Portland, ME",197,"Portland, ME" +390,69,223,"New York, NY and NJ",223,"New York, NY and NJ" +390,70,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +390,71,244,"Providence, RI",244,"Providence, RI" +390,72,198,"Baltimore, MD",198,"Baltimore, MD" +390,73,217,"New York, NY and NJ",217,"New York, NY and NJ" +390,74,201,"Boston, MA",201,"Boston, MA" +390,75,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +390,76,174,"Tampa, FL",174,"Tampa, FL" +390,77,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +390,78,197,"Portland, ME",197,"Portland, ME" +390,79,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +390,80,197,"Portland, ME",197,"Portland, ME" +390,81,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +390,82,197,"Portland, ME",197,"Portland, ME" +390,83,217,"New York, NY and NJ",217,"New York, NY and NJ" +390,84,169,"Wilmington, DE",169,"Wilmington, DE" +390,85,169,"Wilmington, DE",169,"Wilmington, DE" +390,86,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +390,87,217,"New York, NY and NJ",217,"New York, NY and NJ" +390,88,217,"New York, NY and NJ",217,"New York, NY and NJ" +390,89,198,"Baltimore, MD",198,"Baltimore, MD" +390,90,198,"Baltimore, MD",198,"Baltimore, MD" +390,91,217,"New York, NY and NJ",217,"New York, NY and NJ" +390,92,174,"Tampa, FL",174,"Tampa, FL" +390,93,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +390,94,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +390,95,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +390,96,245,"Charleston, SC",245,"Charleston, SC" +390,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +390,98,198,"Baltimore, MD",198,"Baltimore, MD" +390,99,217,"New York, NY and NJ",217,"New York, NY and NJ" +390,100,201,"Boston, MA",201,"Boston, MA" +390,101,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +390,102,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +390,103,198,"Baltimore, MD",198,"Baltimore, MD" +390,104,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +390,105,197,"Portland, ME",197,"Portland, ME" +390,106,201,"Boston, MA",201,"Boston, MA" +390,107,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +390,108,201,"Boston, MA",201,"Boston, MA" +390,109,223,"New York, NY and NJ",223,"New York, NY and NJ" +390,110,217,"New York, NY and NJ",217,"New York, NY and NJ" +390,111,177,"Savannah, GA",177,"Savannah, GA" +390,112,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +390,113,241,"Philadelphia, PA",241,"Philadelphia, PA" +390,114,198,"Baltimore, MD",198,"Baltimore, MD" +390,115,198,"Baltimore, MD",198,"Baltimore, MD" +390,116,201,"Boston, MA",201,"Boston, MA" +390,117,217,"New York, NY and NJ",217,"New York, NY and NJ" +390,118,217,"New York, NY and NJ",217,"New York, NY and NJ" +390,119,217,"New York, NY and NJ",217,"New York, NY and NJ" +390,120,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +390,121,223,"New York, NY and NJ",223,"New York, NY and NJ" +390,122,229,"Wilmington, NC",229,"Wilmington, NC" +390,123,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +390,124,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +390,125,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +390,126,197,"Portland, ME",197,"Portland, ME" +390,127,197,"Portland, ME",197,"Portland, ME" +390,128,229,"Wilmington, NC",229,"Wilmington, NC" +390,129,241,"Philadelphia, PA",241,"Philadelphia, PA" +390,130,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +390,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +390,132,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +390,151,217,"New York, NY and NJ",201,"Boston, MA" +390,152,198,"Baltimore, MD",198,"Baltimore, MD" +390,153,177,"Savannah, GA",172,"Port Everglades, FL" +390,154,154,"Anchorage, AK",154,"Anchorage, AK" +390,155,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +390,156,172,"Port Everglades, FL",223,"New York, NY and NJ" +390,157,241,"Philadelphia, PA",198,"Baltimore, MD" +390,158,223,"New York, NY and NJ",244,"Providence, RI" +390,159,201,"Boston, MA",244,"Providence, RI" +390,160,223,"New York, NY and NJ",201,"Boston, MA" +390,161,217,"New York, NY and NJ",257,"Houston, TX" +390,162,198,"Baltimore, MD",201,"Boston, MA" +390,163,223,"New York, NY and NJ",208,"Pascagoula, MS" +390,164,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +390,165,201,"Boston, MA",241,"Philadelphia, PA" +390,166,223,"New York, NY and NJ",201,"Boston, MA" +390,167,201,"Boston, MA",217,"New York, NY and NJ" +390,168,217,"New York, NY and NJ",241,"Philadelphia, PA" +390,169,223,"New York, NY and NJ",217,"New York, NY and NJ" +390,170,217,"New York, NY and NJ",217,"New York, NY and NJ" +390,171,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +390,172,217,"New York, NY and NJ",172,"Port Everglades, FL" +390,173,223,"New York, NY and NJ",197,"Portland, ME" +390,174,201,"Boston, MA",245,"Charleston, SC" +390,175,223,"New York, NY and NJ",172,"Port Everglades, FL" +390,176,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +390,177,223,"New York, NY and NJ",177,"Savannah, GA" +390,178,245,"Charleston, SC",265,"Norfolk Harbor, VA" +390,179,179,"Honolulu, HI",179,"Honolulu, HI" +390,180,179,"Honolulu, HI",179,"Honolulu, HI" +390,181,241,"Philadelphia, PA",241,"Philadelphia, PA" +390,183,241,"Philadelphia, PA",201,"Boston, MA" +390,184,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +390,185,223,"New York, NY and NJ",217,"New York, NY and NJ" +390,186,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +390,187,229,"Wilmington, NC",223,"New York, NY and NJ" +390,188,223,"New York, NY and NJ",198,"Baltimore, MD" +390,189,197,"Portland, ME",217,"New York, NY and NJ" +390,190,201,"Boston, MA",197,"Portland, ME" +390,191,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +390,192,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +390,193,178,"Brunswick, GA",152,"Mobile, AL" +390,194,217,"New York, NY and NJ",241,"Philadelphia, PA" +390,195,198,"Baltimore, MD",174,"Tampa, FL" +390,196,241,"Philadelphia, PA",241,"Philadelphia, PA" +390,197,198,"Baltimore, MD",217,"New York, NY and NJ" +390,198,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +390,199,198,"Baltimore, MD",198,"Baltimore, MD" +390,200,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +390,201,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +390,202,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +390,203,197,"Portland, ME",241,"Philadelphia, PA" +390,204,223,"New York, NY and NJ",201,"Boston, MA" +390,205,197,"Portland, ME",244,"Providence, RI" +390,206,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +390,207,169,"Wilmington, DE",169,"Wilmington, DE" +390,208,208,"Pascagoula, MS",198,"Baltimore, MD" +390,209,152,"Mobile, AL",265,"Norfolk Harbor, VA" +390,210,241,"Philadelphia, PA",217,"New York, NY and NJ" +390,211,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +390,212,241,"Philadelphia, PA",198,"Baltimore, MD" +390,213,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +390,214,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +390,215,244,"Providence, RI",265,"Norfolk Harbor, VA" +390,216,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +390,217,201,"Boston, MA",169,"Wilmington, DE" +390,218,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +390,219,201,"Boston, MA",223,"New York, NY and NJ" +390,220,217,"New York, NY and NJ",229,"Wilmington, NC" +390,221,198,"Baltimore, MD",217,"New York, NY and NJ" +390,222,177,"Savannah, GA",223,"New York, NY and NJ" +390,223,223,"New York, NY and NJ",244,"Providence, RI" +390,224,241,"Philadelphia, PA",223,"New York, NY and NJ" +390,225,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +390,226,198,"Baltimore, MD",223,"New York, NY and NJ" +390,227,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +390,228,241,"Philadelphia, PA",229,"Wilmington, NC" +390,229,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +390,230,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +390,231,198,"Baltimore, MD",197,"Portland, ME" +390,232,197,"Portland, ME",201,"Boston, MA" +390,233,218,"Camden-Gloucester, NJ",171,"Jacksonville, FL" +390,234,197,"Portland, ME",265,"Norfolk Harbor, VA" +390,235,197,"Portland, ME",223,"New York, NY and NJ" +390,236,172,"Port Everglades, FL",195,"New Orleans, LA" +390,237,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +390,238,217,"New York, NY and NJ",241,"Philadelphia, PA" +390,239,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +390,240,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +390,241,223,"New York, NY and NJ",223,"New York, NY and NJ" +390,242,223,"New York, NY and NJ",217,"New York, NY and NJ" +390,243,223,"New York, NY and NJ",217,"New York, NY and NJ" +390,244,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +390,245,197,"Portland, ME",265,"Norfolk Harbor, VA" +390,246,223,"New York, NY and NJ",171,"Jacksonville, FL" +390,247,241,"Philadelphia, PA",245,"Charleston, SC" +390,248,223,"New York, NY and NJ",198,"Baltimore, MD" +390,249,217,"New York, NY and NJ",223,"New York, NY and NJ" +390,250,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +390,251,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +390,252,217,"New York, NY and NJ",217,"New York, NY and NJ" +390,253,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +390,254,152,"Mobile, AL",217,"New York, NY and NJ" +390,255,217,"New York, NY and NJ",223,"New York, NY and NJ" +390,256,198,"Baltimore, MD",201,"Boston, MA" +390,257,198,"Baltimore, MD",195,"New Orleans, LA" +390,258,197,"Portland, ME",174,"Tampa, FL" +390,259,177,"Savannah, GA",257,"Houston, TX" +390,260,265,"Norfolk Harbor, VA",194,"Lake Charles, LA" +390,261,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +390,262,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +390,263,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +390,264,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +390,265,198,"Baltimore, MD",217,"New York, NY and NJ" +390,266,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +390,267,241,"Philadelphia, PA",201,"Boston, MA" +390,268,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +390,269,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +390,270,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +390,271,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +390,272,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +390,273,223,"New York, NY and NJ",198,"Baltimore, MD" +391,1,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,2,198,"Baltimore, MD",198,"Baltimore, MD" +391,3,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,4,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,5,241,"Philadelphia, PA",241,"Philadelphia, PA" +391,6,198,"Baltimore, MD",198,"Baltimore, MD" +391,7,201,"Boston, MA",201,"Boston, MA" +391,8,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,9,217,"New York, NY and NJ",217,"New York, NY and NJ" +391,10,229,"Wilmington, NC",229,"Wilmington, NC" +391,11,217,"New York, NY and NJ",217,"New York, NY and NJ" +391,12,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,13,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,14,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,15,198,"Baltimore, MD",198,"Baltimore, MD" +391,16,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +391,17,245,"Charleston, SC",245,"Charleston, SC" +391,18,241,"Philadelphia, PA",241,"Philadelphia, PA" +391,19,241,"Philadelphia, PA",241,"Philadelphia, PA" +391,20,198,"Baltimore, MD",198,"Baltimore, MD" +391,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,22,217,"New York, NY and NJ",217,"New York, NY and NJ" +391,23,217,"New York, NY and NJ",217,"New York, NY and NJ" +391,24,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,25,217,"New York, NY and NJ",217,"New York, NY and NJ" +391,26,241,"Philadelphia, PA",241,"Philadelphia, PA" +391,27,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +391,28,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,29,177,"Savannah, GA",177,"Savannah, GA" +391,30,169,"Wilmington, DE",169,"Wilmington, DE" +391,31,198,"Baltimore, MD",198,"Baltimore, MD" +391,32,217,"New York, NY and NJ",217,"New York, NY and NJ" +391,33,241,"Philadelphia, PA",241,"Philadelphia, PA" +391,34,201,"Boston, MA",201,"Boston, MA" +391,35,217,"New York, NY and NJ",217,"New York, NY and NJ" +391,36,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +391,37,198,"Baltimore, MD",198,"Baltimore, MD" +391,38,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,39,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,40,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,41,169,"Wilmington, DE",169,"Wilmington, DE" +391,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,43,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,44,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,45,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,46,241,"Philadelphia, PA",241,"Philadelphia, PA" +391,47,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +391,48,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +391,49,198,"Baltimore, MD",198,"Baltimore, MD" +391,50,241,"Philadelphia, PA",241,"Philadelphia, PA" +391,51,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,52,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,53,241,"Philadelphia, PA",241,"Philadelphia, PA" +391,54,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +391,55,217,"New York, NY and NJ",217,"New York, NY and NJ" +391,56,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,57,198,"Baltimore, MD",198,"Baltimore, MD" +391,58,217,"New York, NY and NJ",217,"New York, NY and NJ" +391,59,198,"Baltimore, MD",198,"Baltimore, MD" +391,60,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,61,217,"New York, NY and NJ",217,"New York, NY and NJ" +391,62,229,"Wilmington, NC",229,"Wilmington, NC" +391,63,169,"Wilmington, DE",169,"Wilmington, DE" +391,64,201,"Boston, MA",201,"Boston, MA" +391,65,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,66,241,"Philadelphia, PA",241,"Philadelphia, PA" +391,67,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,68,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,69,217,"New York, NY and NJ",217,"New York, NY and NJ" +391,70,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,71,217,"New York, NY and NJ",217,"New York, NY and NJ" +391,72,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,73,217,"New York, NY and NJ",217,"New York, NY and NJ" +391,74,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,75,201,"Boston, MA",201,"Boston, MA" +391,76,198,"Baltimore, MD",198,"Baltimore, MD" +391,77,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,78,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +391,79,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,80,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,81,241,"Philadelphia, PA",241,"Philadelphia, PA" +391,82,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,83,198,"Baltimore, MD",198,"Baltimore, MD" +391,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,85,241,"Philadelphia, PA",241,"Philadelphia, PA" +391,86,201,"Boston, MA",201,"Boston, MA" +391,87,198,"Baltimore, MD",198,"Baltimore, MD" +391,88,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,89,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,90,217,"New York, NY and NJ",217,"New York, NY and NJ" +391,91,217,"New York, NY and NJ",217,"New York, NY and NJ" +391,92,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,93,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,94,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,95,217,"New York, NY and NJ",217,"New York, NY and NJ" +391,96,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,98,244,"Providence, RI",244,"Providence, RI" +391,99,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,100,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +391,101,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,102,177,"Savannah, GA",177,"Savannah, GA" +391,103,241,"Philadelphia, PA",241,"Philadelphia, PA" +391,104,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +391,105,198,"Baltimore, MD",198,"Baltimore, MD" +391,106,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +391,107,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,108,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,109,241,"Philadelphia, PA",241,"Philadelphia, PA" +391,110,197,"Portland, ME",197,"Portland, ME" +391,111,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,112,197,"Portland, ME",197,"Portland, ME" +391,113,241,"Philadelphia, PA",241,"Philadelphia, PA" +391,114,172,"Port Everglades, FL",172,"Port Everglades, FL" +391,115,217,"New York, NY and NJ",217,"New York, NY and NJ" +391,116,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,117,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,118,244,"Providence, RI",244,"Providence, RI" +391,119,198,"Baltimore, MD",198,"Baltimore, MD" +391,120,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,121,217,"New York, NY and NJ",217,"New York, NY and NJ" +391,122,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,123,241,"Philadelphia, PA",241,"Philadelphia, PA" +391,124,197,"Portland, ME",197,"Portland, ME" +391,125,241,"Philadelphia, PA",241,"Philadelphia, PA" +391,126,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,127,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,128,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,129,217,"New York, NY and NJ",217,"New York, NY and NJ" +391,130,241,"Philadelphia, PA",241,"Philadelphia, PA" +391,131,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,132,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,151,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +391,152,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,153,177,"Savannah, GA",265,"Norfolk Harbor, VA" +391,154,154,"Anchorage, AK",154,"Anchorage, AK" +391,155,197,"Portland, ME",217,"New York, NY and NJ" +391,156,198,"Baltimore, MD",245,"Charleston, SC" +391,157,177,"Savannah, GA",169,"Wilmington, DE" +391,158,197,"Portland, ME",208,"Pascagoula, MS" +391,159,217,"New York, NY and NJ",253,"Beaumont, TX" +391,160,198,"Baltimore, MD",169,"Wilmington, DE" +391,161,223,"New York, NY and NJ",174,"Tampa, FL" +391,162,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +391,163,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,164,223,"New York, NY and NJ",198,"Baltimore, MD" +391,165,198,"Baltimore, MD",217,"New York, NY and NJ" +391,166,223,"New York, NY and NJ",245,"Charleston, SC" +391,167,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,168,241,"Philadelphia, PA",217,"New York, NY and NJ" +391,169,241,"Philadelphia, PA",223,"New York, NY and NJ" +391,170,217,"New York, NY and NJ",217,"New York, NY and NJ" +391,171,174,"Tampa, FL",217,"New York, NY and NJ" +391,172,218,"Camden-Gloucester, NJ",171,"Jacksonville, FL" +391,173,174,"Tampa, FL",265,"Norfolk Harbor, VA" +391,174,198,"Baltimore, MD",197,"Portland, ME" +391,175,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +391,176,218,"Camden-Gloucester, NJ",229,"Wilmington, NC" +391,177,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,178,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +391,179,179,"Honolulu, HI",179,"Honolulu, HI" +391,180,179,"Honolulu, HI",179,"Honolulu, HI" +391,181,201,"Boston, MA",201,"Boston, MA" +391,183,201,"Boston, MA",169,"Wilmington, DE" +391,184,198,"Baltimore, MD",223,"New York, NY and NJ" +391,185,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,186,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +391,187,245,"Charleston, SC",201,"Boston, MA" +391,188,223,"New York, NY and NJ",177,"Savannah, GA" +391,189,171,"Jacksonville, FL",201,"Boston, MA" +391,190,169,"Wilmington, DE",201,"Boston, MA" +391,191,223,"New York, NY and NJ",201,"Boston, MA" +391,192,223,"New York, NY and NJ",198,"Baltimore, MD" +391,193,172,"Port Everglades, FL",193,"Baton Rouge, LA" +391,194,265,"Norfolk Harbor, VA",253,"Beaumont, TX" +391,195,198,"Baltimore, MD",195,"New Orleans, LA" +391,196,265,"Norfolk Harbor, VA",244,"Providence, RI" +391,197,217,"New York, NY and NJ",201,"Boston, MA" +391,198,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +391,199,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +391,200,198,"Baltimore, MD",244,"Providence, RI" +391,201,201,"Boston, MA",265,"Norfolk Harbor, VA" +391,202,223,"New York, NY and NJ",217,"New York, NY and NJ" +391,203,217,"New York, NY and NJ",198,"Baltimore, MD" +391,204,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,205,177,"Savannah, GA",197,"Portland, ME" +391,206,245,"Charleston, SC",223,"New York, NY and NJ" +391,207,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,208,245,"Charleston, SC",241,"Philadelphia, PA" +391,209,177,"Savannah, GA",265,"Norfolk Harbor, VA" +391,210,197,"Portland, ME",223,"New York, NY and NJ" +391,211,245,"Charleston, SC",201,"Boston, MA" +391,212,229,"Wilmington, NC",201,"Boston, MA" +391,213,198,"Baltimore, MD",223,"New York, NY and NJ" +391,214,201,"Boston, MA",265,"Norfolk Harbor, VA" +391,215,217,"New York, NY and NJ",223,"New York, NY and NJ" +391,216,201,"Boston, MA",198,"Baltimore, MD" +391,217,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +391,218,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +391,219,217,"New York, NY and NJ",198,"Baltimore, MD" +391,220,217,"New York, NY and NJ",217,"New York, NY and NJ" +391,221,201,"Boston, MA",198,"Baltimore, MD" +391,222,198,"Baltimore, MD",198,"Baltimore, MD" +391,223,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +391,224,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +391,225,198,"Baltimore, MD",217,"New York, NY and NJ" +391,226,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +391,227,217,"New York, NY and NJ",223,"New York, NY and NJ" +391,228,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +391,229,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +391,230,217,"New York, NY and NJ",198,"Baltimore, MD" +391,231,245,"Charleston, SC",201,"Boston, MA" +391,232,198,"Baltimore, MD",197,"Portland, ME" +391,233,245,"Charleston, SC",265,"Norfolk Harbor, VA" +391,234,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +391,235,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +391,236,265,"Norfolk Harbor, VA",245,"Charleston, SC" +391,237,223,"New York, NY and NJ",223,"New York, NY and NJ" +391,238,217,"New York, NY and NJ",217,"New York, NY and NJ" +391,239,245,"Charleston, SC",197,"Portland, ME" +391,240,169,"Wilmington, DE",201,"Boston, MA" +391,241,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +391,242,201,"Boston, MA",218,"Camden-Gloucester, NJ" +391,243,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +391,244,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +391,245,241,"Philadelphia, PA",245,"Charleston, SC" +391,246,245,"Charleston, SC",198,"Baltimore, MD" +391,247,172,"Port Everglades, FL",201,"Boston, MA" +391,248,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +391,249,177,"Savannah, GA",201,"Boston, MA" +391,250,223,"New York, NY and NJ",197,"Portland, ME" +391,251,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +391,252,223,"New York, NY and NJ",195,"New Orleans, LA" +391,253,218,"Camden-Gloucester, NJ",193,"Baton Rouge, LA" +391,254,265,"Norfolk Harbor, VA",177,"Savannah, GA" +391,255,245,"Charleston, SC",223,"New York, NY and NJ" +391,256,241,"Philadelphia, PA",195,"New Orleans, LA" +391,257,169,"Wilmington, DE",177,"Savannah, GA" +391,258,198,"Baltimore, MD",178,"Brunswick, GA" +391,259,197,"Portland, ME",245,"Charleston, SC" +391,260,241,"Philadelphia, PA",217,"New York, NY and NJ" +391,261,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +391,262,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +391,263,198,"Baltimore, MD",217,"New York, NY and NJ" +391,264,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +391,265,169,"Wilmington, DE",241,"Philadelphia, PA" +391,266,241,"Philadelphia, PA",217,"New York, NY and NJ" +391,267,245,"Charleston, SC",171,"Jacksonville, FL" +391,268,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +391,269,198,"Baltimore, MD",217,"New York, NY and NJ" +391,270,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +391,271,223,"New York, NY and NJ",198,"Baltimore, MD" +391,272,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +391,273,223,"New York, NY and NJ",229,"Wilmington, NC" +392,1,159,"Long Beach, CA",159,"Long Beach, CA" +392,2,159,"Long Beach, CA",159,"Long Beach, CA" +392,3,159,"Long Beach, CA",159,"Long Beach, CA" +392,4,159,"Long Beach, CA",159,"Long Beach, CA" +392,5,159,"Long Beach, CA",159,"Long Beach, CA" +392,6,159,"Long Beach, CA",159,"Long Beach, CA" +392,7,239,"Portland, OR",239,"Portland, OR" +392,8,159,"Long Beach, CA",159,"Long Beach, CA" +392,9,159,"Long Beach, CA",159,"Long Beach, CA" +392,10,268,"Seattle, WA",268,"Seattle, WA" +392,11,162,"Oakland, CA",162,"Oakland, CA" +392,12,159,"Long Beach, CA",159,"Long Beach, CA" +392,13,268,"Seattle, WA",268,"Seattle, WA" +392,14,159,"Long Beach, CA",159,"Long Beach, CA" +392,15,159,"Long Beach, CA",159,"Long Beach, CA" +392,16,159,"Long Beach, CA",159,"Long Beach, CA" +392,17,159,"Long Beach, CA",159,"Long Beach, CA" +392,18,159,"Long Beach, CA",159,"Long Beach, CA" +392,19,162,"Oakland, CA",162,"Oakland, CA" +392,20,159,"Long Beach, CA",159,"Long Beach, CA" +392,21,239,"Portland, OR",239,"Portland, OR" +392,22,159,"Long Beach, CA",159,"Long Beach, CA" +392,23,159,"Long Beach, CA",159,"Long Beach, CA" +392,24,162,"Oakland, CA",162,"Oakland, CA" +392,25,268,"Seattle, WA",268,"Seattle, WA" +392,26,159,"Long Beach, CA",159,"Long Beach, CA" +392,27,159,"Long Beach, CA",159,"Long Beach, CA" +392,28,159,"Long Beach, CA",159,"Long Beach, CA" +392,29,268,"Seattle, WA",268,"Seattle, WA" +392,30,269,"Longview, WA",269,"Longview, WA" +392,31,159,"Long Beach, CA",159,"Long Beach, CA" +392,32,159,"Long Beach, CA",159,"Long Beach, CA" +392,33,268,"Seattle, WA",268,"Seattle, WA" +392,34,159,"Long Beach, CA",159,"Long Beach, CA" +392,35,159,"Long Beach, CA",159,"Long Beach, CA" +392,36,159,"Long Beach, CA",159,"Long Beach, CA" +392,37,269,"Longview, WA",269,"Longview, WA" +392,38,268,"Seattle, WA",268,"Seattle, WA" +392,39,159,"Long Beach, CA",159,"Long Beach, CA" +392,40,159,"Long Beach, CA",159,"Long Beach, CA" +392,41,162,"Oakland, CA",162,"Oakland, CA" +392,42,159,"Long Beach, CA",159,"Long Beach, CA" +392,43,268,"Seattle, WA",268,"Seattle, WA" +392,44,159,"Long Beach, CA",159,"Long Beach, CA" +392,45,268,"Seattle, WA",268,"Seattle, WA" +392,46,239,"Portland, OR",239,"Portland, OR" +392,47,268,"Seattle, WA",268,"Seattle, WA" +392,48,162,"Oakland, CA",162,"Oakland, CA" +392,49,159,"Long Beach, CA",159,"Long Beach, CA" +392,50,159,"Long Beach, CA",159,"Long Beach, CA" +392,51,269,"Longview, WA",269,"Longview, WA" +392,52,268,"Seattle, WA",268,"Seattle, WA" +392,53,162,"Oakland, CA",162,"Oakland, CA" +392,54,159,"Long Beach, CA",159,"Long Beach, CA" +392,55,159,"Long Beach, CA",159,"Long Beach, CA" +392,56,159,"Long Beach, CA",159,"Long Beach, CA" +392,57,159,"Long Beach, CA",159,"Long Beach, CA" +392,58,159,"Long Beach, CA",159,"Long Beach, CA" +392,59,159,"Long Beach, CA",159,"Long Beach, CA" +392,60,268,"Seattle, WA",268,"Seattle, WA" +392,61,162,"Oakland, CA",162,"Oakland, CA" +392,62,162,"Oakland, CA",162,"Oakland, CA" +392,63,159,"Long Beach, CA",159,"Long Beach, CA" +392,64,159,"Long Beach, CA",159,"Long Beach, CA" +392,65,159,"Long Beach, CA",159,"Long Beach, CA" +392,66,159,"Long Beach, CA",159,"Long Beach, CA" +392,67,159,"Long Beach, CA",159,"Long Beach, CA" +392,68,268,"Seattle, WA",268,"Seattle, WA" +392,69,268,"Seattle, WA",268,"Seattle, WA" +392,70,159,"Long Beach, CA",159,"Long Beach, CA" +392,71,159,"Long Beach, CA",159,"Long Beach, CA" +392,72,159,"Long Beach, CA",159,"Long Beach, CA" +392,73,159,"Long Beach, CA",159,"Long Beach, CA" +392,74,268,"Seattle, WA",268,"Seattle, WA" +392,75,159,"Long Beach, CA",159,"Long Beach, CA" +392,76,159,"Long Beach, CA",159,"Long Beach, CA" +392,77,159,"Long Beach, CA",159,"Long Beach, CA" +392,78,239,"Portland, OR",239,"Portland, OR" +392,79,159,"Long Beach, CA",159,"Long Beach, CA" +392,80,268,"Seattle, WA",268,"Seattle, WA" +392,81,268,"Seattle, WA",268,"Seattle, WA" +392,82,268,"Seattle, WA",268,"Seattle, WA" +392,83,162,"Oakland, CA",162,"Oakland, CA" +392,84,268,"Seattle, WA",268,"Seattle, WA" +392,85,159,"Long Beach, CA",159,"Long Beach, CA" +392,86,268,"Seattle, WA",268,"Seattle, WA" +392,87,159,"Long Beach, CA",159,"Long Beach, CA" +392,88,268,"Seattle, WA",268,"Seattle, WA" +392,89,159,"Long Beach, CA",159,"Long Beach, CA" +392,90,268,"Seattle, WA",268,"Seattle, WA" +392,91,159,"Long Beach, CA",159,"Long Beach, CA" +392,92,159,"Long Beach, CA",159,"Long Beach, CA" +392,93,159,"Long Beach, CA",159,"Long Beach, CA" +392,94,159,"Long Beach, CA",159,"Long Beach, CA" +392,95,159,"Long Beach, CA",159,"Long Beach, CA" +392,96,159,"Long Beach, CA",159,"Long Beach, CA" +392,97,159,"Long Beach, CA",159,"Long Beach, CA" +392,98,239,"Portland, OR",239,"Portland, OR" +392,99,159,"Long Beach, CA",159,"Long Beach, CA" +392,100,159,"Long Beach, CA",159,"Long Beach, CA" +392,101,159,"Long Beach, CA",159,"Long Beach, CA" +392,102,268,"Seattle, WA",268,"Seattle, WA" +392,103,268,"Seattle, WA",268,"Seattle, WA" +392,104,159,"Long Beach, CA",159,"Long Beach, CA" +392,105,159,"Long Beach, CA",159,"Long Beach, CA" +392,106,162,"Oakland, CA",162,"Oakland, CA" +392,107,159,"Long Beach, CA",159,"Long Beach, CA" +392,108,159,"Long Beach, CA",159,"Long Beach, CA" +392,109,159,"Long Beach, CA",159,"Long Beach, CA" +392,110,159,"Long Beach, CA",159,"Long Beach, CA" +392,111,268,"Seattle, WA",268,"Seattle, WA" +392,112,162,"Oakland, CA",162,"Oakland, CA" +392,113,268,"Seattle, WA",268,"Seattle, WA" +392,114,159,"Long Beach, CA",159,"Long Beach, CA" +392,115,269,"Longview, WA",269,"Longview, WA" +392,116,159,"Long Beach, CA",159,"Long Beach, CA" +392,117,159,"Long Beach, CA",159,"Long Beach, CA" +392,118,162,"Oakland, CA",162,"Oakland, CA" +392,119,268,"Seattle, WA",268,"Seattle, WA" +392,120,268,"Seattle, WA",268,"Seattle, WA" +392,121,268,"Seattle, WA",268,"Seattle, WA" +392,122,159,"Long Beach, CA",159,"Long Beach, CA" +392,123,159,"Long Beach, CA",159,"Long Beach, CA" +392,124,159,"Long Beach, CA",159,"Long Beach, CA" +392,125,159,"Long Beach, CA",159,"Long Beach, CA" +392,126,159,"Long Beach, CA",159,"Long Beach, CA" +392,127,159,"Long Beach, CA",159,"Long Beach, CA" +392,128,159,"Long Beach, CA",159,"Long Beach, CA" +392,129,159,"Long Beach, CA",159,"Long Beach, CA" +392,130,162,"Oakland, CA",162,"Oakland, CA" +392,131,159,"Long Beach, CA",159,"Long Beach, CA" +392,132,159,"Long Beach, CA",159,"Long Beach, CA" +392,151,159,"Long Beach, CA",159,"Long Beach, CA" +392,152,269,"Longview, WA",159,"Long Beach, CA" +392,153,268,"Seattle, WA",159,"Long Beach, CA" +392,154,154,"Anchorage, AK",154,"Anchorage, AK" +392,155,268,"Seattle, WA",162,"Oakland, CA" +392,156,159,"Long Beach, CA",239,"Portland, OR" +392,157,162,"Oakland, CA",268,"Seattle, WA" +392,158,162,"Oakland, CA",268,"Seattle, WA" +392,159,162,"Oakland, CA",162,"Oakland, CA" +392,160,268,"Seattle, WA",159,"Long Beach, CA" +392,161,159,"Long Beach, CA",159,"Long Beach, CA" +392,162,159,"Long Beach, CA",162,"Oakland, CA" +392,163,268,"Seattle, WA",268,"Seattle, WA" +392,164,162,"Oakland, CA",159,"Long Beach, CA" +392,165,159,"Long Beach, CA",159,"Long Beach, CA" +392,166,159,"Long Beach, CA",159,"Long Beach, CA" +392,167,159,"Long Beach, CA",159,"Long Beach, CA" +392,168,268,"Seattle, WA",159,"Long Beach, CA" +392,169,159,"Long Beach, CA",159,"Long Beach, CA" +392,170,268,"Seattle, WA",159,"Long Beach, CA" +392,171,162,"Oakland, CA",268,"Seattle, WA" +392,172,159,"Long Beach, CA",159,"Long Beach, CA" +392,173,159,"Long Beach, CA",159,"Long Beach, CA" +392,174,159,"Long Beach, CA",269,"Longview, WA" +392,175,268,"Seattle, WA",239,"Portland, OR" +392,176,159,"Long Beach, CA",159,"Long Beach, CA" +392,177,269,"Longview, WA",162,"Oakland, CA" +392,178,268,"Seattle, WA",159,"Long Beach, CA" +392,179,179,"Honolulu, HI",179,"Honolulu, HI" +392,180,179,"Honolulu, HI",179,"Honolulu, HI" +392,181,239,"Portland, OR",159,"Long Beach, CA" +392,183,159,"Long Beach, CA",268,"Seattle, WA" +392,184,159,"Long Beach, CA",268,"Seattle, WA" +392,185,159,"Long Beach, CA",268,"Seattle, WA" +392,186,239,"Portland, OR",268,"Seattle, WA" +392,187,159,"Long Beach, CA",268,"Seattle, WA" +392,188,239,"Portland, OR",159,"Long Beach, CA" +392,189,239,"Portland, OR",162,"Oakland, CA" +392,190,162,"Oakland, CA",159,"Long Beach, CA" +392,191,159,"Long Beach, CA",268,"Seattle, WA" +392,192,159,"Long Beach, CA",268,"Seattle, WA" +392,193,268,"Seattle, WA",159,"Long Beach, CA" +392,194,159,"Long Beach, CA",159,"Long Beach, CA" +392,195,159,"Long Beach, CA",159,"Long Beach, CA" +392,196,268,"Seattle, WA",159,"Long Beach, CA" +392,197,268,"Seattle, WA",239,"Portland, OR" +392,198,269,"Longview, WA",162,"Oakland, CA" +392,199,159,"Long Beach, CA",159,"Long Beach, CA" +392,200,269,"Longview, WA",239,"Portland, OR" +392,201,159,"Long Beach, CA",162,"Oakland, CA" +392,202,268,"Seattle, WA",162,"Oakland, CA" +392,203,162,"Oakland, CA",162,"Oakland, CA" +392,204,159,"Long Beach, CA",159,"Long Beach, CA" +392,205,239,"Portland, OR",159,"Long Beach, CA" +392,206,159,"Long Beach, CA",159,"Long Beach, CA" +392,207,268,"Seattle, WA",162,"Oakland, CA" +392,208,159,"Long Beach, CA",268,"Seattle, WA" +392,209,159,"Long Beach, CA",268,"Seattle, WA" +392,210,268,"Seattle, WA",268,"Seattle, WA" +392,211,269,"Longview, WA",159,"Long Beach, CA" +392,212,162,"Oakland, CA",268,"Seattle, WA" +392,213,159,"Long Beach, CA",159,"Long Beach, CA" +392,214,162,"Oakland, CA",162,"Oakland, CA" +392,215,239,"Portland, OR",159,"Long Beach, CA" +392,216,159,"Long Beach, CA",159,"Long Beach, CA" +392,217,159,"Long Beach, CA",162,"Oakland, CA" +392,218,159,"Long Beach, CA",159,"Long Beach, CA" +392,219,159,"Long Beach, CA",159,"Long Beach, CA" +392,220,239,"Portland, OR",269,"Longview, WA" +392,221,162,"Oakland, CA",159,"Long Beach, CA" +392,222,162,"Oakland, CA",162,"Oakland, CA" +392,223,159,"Long Beach, CA",268,"Seattle, WA" +392,224,159,"Long Beach, CA",159,"Long Beach, CA" +392,225,159,"Long Beach, CA",159,"Long Beach, CA" +392,226,268,"Seattle, WA",159,"Long Beach, CA" +392,227,159,"Long Beach, CA",268,"Seattle, WA" +392,228,159,"Long Beach, CA",159,"Long Beach, CA" +392,229,159,"Long Beach, CA",268,"Seattle, WA" +392,230,159,"Long Beach, CA",159,"Long Beach, CA" +392,231,159,"Long Beach, CA",159,"Long Beach, CA" +392,232,159,"Long Beach, CA",159,"Long Beach, CA" +392,233,159,"Long Beach, CA",159,"Long Beach, CA" +392,234,159,"Long Beach, CA",159,"Long Beach, CA" +392,235,159,"Long Beach, CA",268,"Seattle, WA" +392,236,159,"Long Beach, CA",159,"Long Beach, CA" +392,237,159,"Long Beach, CA",162,"Oakland, CA" +392,238,159,"Long Beach, CA",159,"Long Beach, CA" +392,239,268,"Seattle, WA",162,"Oakland, CA" +392,240,268,"Seattle, WA",269,"Longview, WA" +392,241,159,"Long Beach, CA",268,"Seattle, WA" +392,242,269,"Longview, WA",159,"Long Beach, CA" +392,243,162,"Oakland, CA",159,"Long Beach, CA" +392,244,159,"Long Beach, CA",162,"Oakland, CA" +392,245,239,"Portland, OR",269,"Longview, WA" +392,246,162,"Oakland, CA",239,"Portland, OR" +392,247,162,"Oakland, CA",159,"Long Beach, CA" +392,248,159,"Long Beach, CA",159,"Long Beach, CA" +392,249,159,"Long Beach, CA",159,"Long Beach, CA" +392,250,268,"Seattle, WA",268,"Seattle, WA" +392,251,269,"Longview, WA",159,"Long Beach, CA" +392,252,268,"Seattle, WA",268,"Seattle, WA" +392,253,269,"Longview, WA",159,"Long Beach, CA" +392,254,159,"Long Beach, CA",162,"Oakland, CA" +392,255,159,"Long Beach, CA",268,"Seattle, WA" +392,256,159,"Long Beach, CA",162,"Oakland, CA" +392,257,159,"Long Beach, CA",268,"Seattle, WA" +392,258,159,"Long Beach, CA",159,"Long Beach, CA" +392,259,268,"Seattle, WA",159,"Long Beach, CA" +392,260,159,"Long Beach, CA",268,"Seattle, WA" +392,261,159,"Long Beach, CA",268,"Seattle, WA" +392,262,159,"Long Beach, CA",159,"Long Beach, CA" +392,263,268,"Seattle, WA",162,"Oakland, CA" +392,264,268,"Seattle, WA",159,"Long Beach, CA" +392,265,159,"Long Beach, CA",268,"Seattle, WA" +392,266,162,"Oakland, CA",159,"Long Beach, CA" +392,267,269,"Longview, WA",268,"Seattle, WA" +392,268,268,"Seattle, WA",239,"Portland, OR" +392,269,159,"Long Beach, CA",159,"Long Beach, CA" +392,270,159,"Long Beach, CA",162,"Oakland, CA" +392,271,239,"Portland, OR",268,"Seattle, WA" +392,272,159,"Long Beach, CA",159,"Long Beach, CA" +392,273,159,"Long Beach, CA",159,"Long Beach, CA" +393,1,159,"Long Beach, CA",159,"Long Beach, CA" +393,2,159,"Long Beach, CA",159,"Long Beach, CA" +393,3,159,"Long Beach, CA",159,"Long Beach, CA" +393,4,162,"Oakland, CA",162,"Oakland, CA" +393,5,268,"Seattle, WA",268,"Seattle, WA" +393,6,268,"Seattle, WA",268,"Seattle, WA" +393,7,159,"Long Beach, CA",159,"Long Beach, CA" +393,8,159,"Long Beach, CA",159,"Long Beach, CA" +393,9,159,"Long Beach, CA",159,"Long Beach, CA" +393,10,159,"Long Beach, CA",159,"Long Beach, CA" +393,11,159,"Long Beach, CA",159,"Long Beach, CA" +393,12,159,"Long Beach, CA",159,"Long Beach, CA" +393,13,159,"Long Beach, CA",159,"Long Beach, CA" +393,14,268,"Seattle, WA",268,"Seattle, WA" +393,15,159,"Long Beach, CA",159,"Long Beach, CA" +393,16,159,"Long Beach, CA",159,"Long Beach, CA" +393,17,159,"Long Beach, CA",159,"Long Beach, CA" +393,18,159,"Long Beach, CA",159,"Long Beach, CA" +393,19,159,"Long Beach, CA",159,"Long Beach, CA" +393,20,159,"Long Beach, CA",159,"Long Beach, CA" +393,21,268,"Seattle, WA",268,"Seattle, WA" +393,22,268,"Seattle, WA",268,"Seattle, WA" +393,23,268,"Seattle, WA",268,"Seattle, WA" +393,24,268,"Seattle, WA",268,"Seattle, WA" +393,25,268,"Seattle, WA",268,"Seattle, WA" +393,26,159,"Long Beach, CA",159,"Long Beach, CA" +393,27,268,"Seattle, WA",268,"Seattle, WA" +393,28,239,"Portland, OR",239,"Portland, OR" +393,29,268,"Seattle, WA",268,"Seattle, WA" +393,30,159,"Long Beach, CA",159,"Long Beach, CA" +393,31,159,"Long Beach, CA",159,"Long Beach, CA" +393,32,159,"Long Beach, CA",159,"Long Beach, CA" +393,33,268,"Seattle, WA",268,"Seattle, WA" +393,34,268,"Seattle, WA",268,"Seattle, WA" +393,35,159,"Long Beach, CA",159,"Long Beach, CA" +393,36,159,"Long Beach, CA",159,"Long Beach, CA" +393,37,162,"Oakland, CA",162,"Oakland, CA" +393,38,159,"Long Beach, CA",159,"Long Beach, CA" +393,39,159,"Long Beach, CA",159,"Long Beach, CA" +393,40,162,"Oakland, CA",162,"Oakland, CA" +393,41,268,"Seattle, WA",268,"Seattle, WA" +393,42,159,"Long Beach, CA",159,"Long Beach, CA" +393,43,162,"Oakland, CA",162,"Oakland, CA" +393,44,159,"Long Beach, CA",159,"Long Beach, CA" +393,45,239,"Portland, OR",239,"Portland, OR" +393,46,159,"Long Beach, CA",159,"Long Beach, CA" +393,47,159,"Long Beach, CA",159,"Long Beach, CA" +393,48,239,"Portland, OR",239,"Portland, OR" +393,49,159,"Long Beach, CA",159,"Long Beach, CA" +393,50,268,"Seattle, WA",268,"Seattle, WA" +393,51,162,"Oakland, CA",162,"Oakland, CA" +393,52,268,"Seattle, WA",268,"Seattle, WA" +393,53,159,"Long Beach, CA",159,"Long Beach, CA" +393,54,268,"Seattle, WA",268,"Seattle, WA" +393,55,159,"Long Beach, CA",159,"Long Beach, CA" +393,56,159,"Long Beach, CA",159,"Long Beach, CA" +393,57,268,"Seattle, WA",268,"Seattle, WA" +393,58,159,"Long Beach, CA",159,"Long Beach, CA" +393,59,159,"Long Beach, CA",159,"Long Beach, CA" +393,60,159,"Long Beach, CA",159,"Long Beach, CA" +393,61,268,"Seattle, WA",268,"Seattle, WA" +393,62,159,"Long Beach, CA",159,"Long Beach, CA" +393,63,159,"Long Beach, CA",159,"Long Beach, CA" +393,64,159,"Long Beach, CA",159,"Long Beach, CA" +393,65,159,"Long Beach, CA",159,"Long Beach, CA" +393,66,159,"Long Beach, CA",159,"Long Beach, CA" +393,67,159,"Long Beach, CA",159,"Long Beach, CA" +393,68,159,"Long Beach, CA",159,"Long Beach, CA" +393,69,239,"Portland, OR",239,"Portland, OR" +393,70,239,"Portland, OR",239,"Portland, OR" +393,71,268,"Seattle, WA",268,"Seattle, WA" +393,72,159,"Long Beach, CA",159,"Long Beach, CA" +393,73,159,"Long Beach, CA",159,"Long Beach, CA" +393,74,239,"Portland, OR",239,"Portland, OR" +393,75,269,"Longview, WA",269,"Longview, WA" +393,76,159,"Long Beach, CA",159,"Long Beach, CA" +393,77,159,"Long Beach, CA",159,"Long Beach, CA" +393,78,268,"Seattle, WA",268,"Seattle, WA" +393,79,162,"Oakland, CA",162,"Oakland, CA" +393,80,268,"Seattle, WA",268,"Seattle, WA" +393,81,159,"Long Beach, CA",159,"Long Beach, CA" +393,82,162,"Oakland, CA",162,"Oakland, CA" +393,83,268,"Seattle, WA",268,"Seattle, WA" +393,84,159,"Long Beach, CA",159,"Long Beach, CA" +393,85,159,"Long Beach, CA",159,"Long Beach, CA" +393,86,159,"Long Beach, CA",159,"Long Beach, CA" +393,87,268,"Seattle, WA",268,"Seattle, WA" +393,88,159,"Long Beach, CA",159,"Long Beach, CA" +393,89,159,"Long Beach, CA",159,"Long Beach, CA" +393,90,159,"Long Beach, CA",159,"Long Beach, CA" +393,91,159,"Long Beach, CA",159,"Long Beach, CA" +393,92,159,"Long Beach, CA",159,"Long Beach, CA" +393,93,159,"Long Beach, CA",159,"Long Beach, CA" +393,94,159,"Long Beach, CA",159,"Long Beach, CA" +393,95,159,"Long Beach, CA",159,"Long Beach, CA" +393,96,159,"Long Beach, CA",159,"Long Beach, CA" +393,97,268,"Seattle, WA",268,"Seattle, WA" +393,98,268,"Seattle, WA",268,"Seattle, WA" +393,99,268,"Seattle, WA",268,"Seattle, WA" +393,100,162,"Oakland, CA",162,"Oakland, CA" +393,101,268,"Seattle, WA",268,"Seattle, WA" +393,102,162,"Oakland, CA",162,"Oakland, CA" +393,103,159,"Long Beach, CA",159,"Long Beach, CA" +393,104,159,"Long Beach, CA",159,"Long Beach, CA" +393,105,162,"Oakland, CA",162,"Oakland, CA" +393,106,162,"Oakland, CA",162,"Oakland, CA" +393,107,269,"Longview, WA",269,"Longview, WA" +393,108,159,"Long Beach, CA",159,"Long Beach, CA" +393,109,159,"Long Beach, CA",159,"Long Beach, CA" +393,110,269,"Longview, WA",269,"Longview, WA" +393,111,269,"Longview, WA",269,"Longview, WA" +393,112,159,"Long Beach, CA",159,"Long Beach, CA" +393,113,159,"Long Beach, CA",159,"Long Beach, CA" +393,114,159,"Long Beach, CA",159,"Long Beach, CA" +393,115,159,"Long Beach, CA",159,"Long Beach, CA" +393,116,159,"Long Beach, CA",159,"Long Beach, CA" +393,117,159,"Long Beach, CA",159,"Long Beach, CA" +393,118,269,"Longview, WA",269,"Longview, WA" +393,119,159,"Long Beach, CA",159,"Long Beach, CA" +393,120,159,"Long Beach, CA",159,"Long Beach, CA" +393,121,159,"Long Beach, CA",159,"Long Beach, CA" +393,122,268,"Seattle, WA",268,"Seattle, WA" +393,123,159,"Long Beach, CA",159,"Long Beach, CA" +393,124,268,"Seattle, WA",268,"Seattle, WA" +393,125,159,"Long Beach, CA",159,"Long Beach, CA" +393,126,269,"Longview, WA",269,"Longview, WA" +393,127,162,"Oakland, CA",162,"Oakland, CA" +393,128,159,"Long Beach, CA",159,"Long Beach, CA" +393,129,159,"Long Beach, CA",159,"Long Beach, CA" +393,130,159,"Long Beach, CA",159,"Long Beach, CA" +393,131,268,"Seattle, WA",268,"Seattle, WA" +393,132,268,"Seattle, WA",268,"Seattle, WA" +393,151,239,"Portland, OR",159,"Long Beach, CA" +393,152,268,"Seattle, WA",159,"Long Beach, CA" +393,153,159,"Long Beach, CA",159,"Long Beach, CA" +393,154,154,"Anchorage, AK",154,"Anchorage, AK" +393,155,159,"Long Beach, CA",159,"Long Beach, CA" +393,156,159,"Long Beach, CA",159,"Long Beach, CA" +393,157,239,"Portland, OR",159,"Long Beach, CA" +393,158,159,"Long Beach, CA",159,"Long Beach, CA" +393,159,268,"Seattle, WA",159,"Long Beach, CA" +393,160,162,"Oakland, CA",159,"Long Beach, CA" +393,161,162,"Oakland, CA",159,"Long Beach, CA" +393,162,268,"Seattle, WA",269,"Longview, WA" +393,163,268,"Seattle, WA",159,"Long Beach, CA" +393,164,159,"Long Beach, CA",159,"Long Beach, CA" +393,165,162,"Oakland, CA",268,"Seattle, WA" +393,166,159,"Long Beach, CA",159,"Long Beach, CA" +393,167,268,"Seattle, WA",268,"Seattle, WA" +393,168,159,"Long Beach, CA",268,"Seattle, WA" +393,169,162,"Oakland, CA",268,"Seattle, WA" +393,170,162,"Oakland, CA",268,"Seattle, WA" +393,171,162,"Oakland, CA",159,"Long Beach, CA" +393,172,162,"Oakland, CA",239,"Portland, OR" +393,173,268,"Seattle, WA",193,"Baton Rouge, LA" +393,174,159,"Long Beach, CA",269,"Longview, WA" +393,175,268,"Seattle, WA",159,"Long Beach, CA" +393,176,239,"Portland, OR",159,"Long Beach, CA" +393,177,162,"Oakland, CA",171,"Jacksonville, FL" +393,178,159,"Long Beach, CA",253,"Beaumont, TX" +393,179,179,"Honolulu, HI",179,"Honolulu, HI" +393,180,179,"Honolulu, HI",179,"Honolulu, HI" +393,181,268,"Seattle, WA",162,"Oakland, CA" +393,183,159,"Long Beach, CA",162,"Oakland, CA" +393,184,159,"Long Beach, CA",159,"Long Beach, CA" +393,185,159,"Long Beach, CA",268,"Seattle, WA" +393,186,239,"Portland, OR",159,"Long Beach, CA" +393,187,268,"Seattle, WA",159,"Long Beach, CA" +393,188,159,"Long Beach, CA",162,"Oakland, CA" +393,189,162,"Oakland, CA",268,"Seattle, WA" +393,190,159,"Long Beach, CA",159,"Long Beach, CA" +393,191,159,"Long Beach, CA",268,"Seattle, WA" +393,192,239,"Portland, OR",159,"Long Beach, CA" +393,193,268,"Seattle, WA",195,"New Orleans, LA" +393,194,159,"Long Beach, CA",162,"Oakland, CA" +393,195,159,"Long Beach, CA",159,"Long Beach, CA" +393,196,268,"Seattle, WA",268,"Seattle, WA" +393,197,159,"Long Beach, CA",269,"Longview, WA" +393,198,159,"Long Beach, CA",159,"Long Beach, CA" +393,199,268,"Seattle, WA",268,"Seattle, WA" +393,200,159,"Long Beach, CA",159,"Long Beach, CA" +393,201,162,"Oakland, CA",268,"Seattle, WA" +393,202,268,"Seattle, WA",162,"Oakland, CA" +393,203,268,"Seattle, WA",159,"Long Beach, CA" +393,204,159,"Long Beach, CA",268,"Seattle, WA" +393,205,159,"Long Beach, CA",268,"Seattle, WA" +393,206,159,"Long Beach, CA",269,"Longview, WA" +393,207,159,"Long Beach, CA",162,"Oakland, CA" +393,208,159,"Long Beach, CA",159,"Long Beach, CA" +393,209,162,"Oakland, CA",162,"Oakland, CA" +393,210,159,"Long Beach, CA",162,"Oakland, CA" +393,211,159,"Long Beach, CA",162,"Oakland, CA" +393,212,159,"Long Beach, CA",268,"Seattle, WA" +393,213,162,"Oakland, CA",159,"Long Beach, CA" +393,214,268,"Seattle, WA",269,"Longview, WA" +393,215,162,"Oakland, CA",268,"Seattle, WA" +393,216,174,"Tampa, FL",162,"Oakland, CA" +393,217,159,"Long Beach, CA",162,"Oakland, CA" +393,218,159,"Long Beach, CA",159,"Long Beach, CA" +393,219,268,"Seattle, WA",159,"Long Beach, CA" +393,220,159,"Long Beach, CA",162,"Oakland, CA" +393,221,159,"Long Beach, CA",268,"Seattle, WA" +393,222,159,"Long Beach, CA",159,"Long Beach, CA" +393,223,239,"Portland, OR",268,"Seattle, WA" +393,224,159,"Long Beach, CA",159,"Long Beach, CA" +393,225,162,"Oakland, CA",268,"Seattle, WA" +393,226,159,"Long Beach, CA",162,"Oakland, CA" +393,227,159,"Long Beach, CA",159,"Long Beach, CA" +393,228,159,"Long Beach, CA",159,"Long Beach, CA" +393,229,268,"Seattle, WA",268,"Seattle, WA" +393,230,159,"Long Beach, CA",268,"Seattle, WA" +393,231,159,"Long Beach, CA",159,"Long Beach, CA" +393,232,268,"Seattle, WA",159,"Long Beach, CA" +393,233,162,"Oakland, CA",159,"Long Beach, CA" +393,234,239,"Portland, OR",159,"Long Beach, CA" +393,235,268,"Seattle, WA",159,"Long Beach, CA" +393,236,159,"Long Beach, CA",159,"Long Beach, CA" +393,237,159,"Long Beach, CA",268,"Seattle, WA" +393,238,159,"Long Beach, CA",159,"Long Beach, CA" +393,239,162,"Oakland, CA",269,"Longview, WA" +393,240,162,"Oakland, CA",162,"Oakland, CA" +393,241,239,"Portland, OR",159,"Long Beach, CA" +393,242,159,"Long Beach, CA",159,"Long Beach, CA" +393,243,159,"Long Beach, CA",268,"Seattle, WA" +393,244,268,"Seattle, WA",159,"Long Beach, CA" +393,245,268,"Seattle, WA",159,"Long Beach, CA" +393,246,159,"Long Beach, CA",162,"Oakland, CA" +393,247,239,"Portland, OR",269,"Longview, WA" +393,248,162,"Oakland, CA",268,"Seattle, WA" +393,249,159,"Long Beach, CA",268,"Seattle, WA" +393,250,159,"Long Beach, CA",159,"Long Beach, CA" +393,251,162,"Oakland, CA",159,"Long Beach, CA" +393,252,162,"Oakland, CA",159,"Long Beach, CA" +393,253,159,"Long Beach, CA",159,"Long Beach, CA" +393,254,268,"Seattle, WA",159,"Long Beach, CA" +393,255,269,"Longview, WA",162,"Oakland, CA" +393,256,239,"Portland, OR",159,"Long Beach, CA" +393,257,159,"Long Beach, CA",159,"Long Beach, CA" +393,258,162,"Oakland, CA",159,"Long Beach, CA" +393,259,162,"Oakland, CA",268,"Seattle, WA" +393,260,159,"Long Beach, CA",159,"Long Beach, CA" +393,261,162,"Oakland, CA",268,"Seattle, WA" +393,262,159,"Long Beach, CA",159,"Long Beach, CA" +393,263,268,"Seattle, WA",239,"Portland, OR" +393,264,268,"Seattle, WA",195,"New Orleans, LA" +393,265,159,"Long Beach, CA",193,"Baton Rouge, LA" +393,266,269,"Longview, WA",159,"Long Beach, CA" +393,267,268,"Seattle, WA",239,"Portland, OR" +393,268,159,"Long Beach, CA",159,"Long Beach, CA" +393,269,159,"Long Beach, CA",268,"Seattle, WA" +393,270,159,"Long Beach, CA",174,"Tampa, FL" +393,271,159,"Long Beach, CA",162,"Oakland, CA" +393,272,159,"Long Beach, CA",269,"Longview, WA" +393,273,268,"Seattle, WA",239,"Portland, OR" +394,1,197,"Portland, ME",197,"Portland, ME" +394,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +394,3,197,"Portland, ME",197,"Portland, ME" +394,4,244,"Providence, RI",244,"Providence, RI" +394,5,198,"Baltimore, MD",198,"Baltimore, MD" +394,6,201,"Boston, MA",201,"Boston, MA" +394,7,217,"New York, NY and NJ",217,"New York, NY and NJ" +394,8,201,"Boston, MA",201,"Boston, MA" +394,9,229,"Wilmington, NC",229,"Wilmington, NC" +394,10,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +394,11,198,"Baltimore, MD",198,"Baltimore, MD" +394,12,169,"Wilmington, DE",169,"Wilmington, DE" +394,13,197,"Portland, ME",197,"Portland, ME" +394,14,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +394,15,223,"New York, NY and NJ",223,"New York, NY and NJ" +394,16,198,"Baltimore, MD",198,"Baltimore, MD" +394,17,197,"Portland, ME",197,"Portland, ME" +394,18,217,"New York, NY and NJ",217,"New York, NY and NJ" +394,19,201,"Boston, MA",201,"Boston, MA" +394,20,217,"New York, NY and NJ",217,"New York, NY and NJ" +394,21,197,"Portland, ME",197,"Portland, ME" +394,22,241,"Philadelphia, PA",241,"Philadelphia, PA" +394,23,198,"Baltimore, MD",198,"Baltimore, MD" +394,24,241,"Philadelphia, PA",241,"Philadelphia, PA" +394,25,197,"Portland, ME",197,"Portland, ME" +394,26,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +394,27,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +394,28,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +394,29,217,"New York, NY and NJ",217,"New York, NY and NJ" +394,30,201,"Boston, MA",201,"Boston, MA" +394,31,217,"New York, NY and NJ",217,"New York, NY and NJ" +394,32,197,"Portland, ME",197,"Portland, ME" +394,33,241,"Philadelphia, PA",241,"Philadelphia, PA" +394,34,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +394,35,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +394,36,201,"Boston, MA",201,"Boston, MA" +394,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +394,38,198,"Baltimore, MD",198,"Baltimore, MD" +394,39,223,"New York, NY and NJ",223,"New York, NY and NJ" +394,40,241,"Philadelphia, PA",241,"Philadelphia, PA" +394,41,223,"New York, NY and NJ",223,"New York, NY and NJ" +394,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +394,43,241,"Philadelphia, PA",241,"Philadelphia, PA" +394,44,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +394,45,223,"New York, NY and NJ",223,"New York, NY and NJ" +394,46,201,"Boston, MA",201,"Boston, MA" +394,47,201,"Boston, MA",201,"Boston, MA" +394,48,217,"New York, NY and NJ",217,"New York, NY and NJ" +394,49,198,"Baltimore, MD",198,"Baltimore, MD" +394,50,217,"New York, NY and NJ",217,"New York, NY and NJ" +394,51,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +394,52,198,"Baltimore, MD",198,"Baltimore, MD" +394,53,223,"New York, NY and NJ",223,"New York, NY and NJ" +394,54,197,"Portland, ME",197,"Portland, ME" +394,55,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +394,56,217,"New York, NY and NJ",217,"New York, NY and NJ" +394,57,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +394,58,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +394,59,241,"Philadelphia, PA",241,"Philadelphia, PA" +394,60,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +394,61,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +394,62,217,"New York, NY and NJ",217,"New York, NY and NJ" +394,63,244,"Providence, RI",244,"Providence, RI" +394,64,245,"Charleston, SC",245,"Charleston, SC" +394,65,198,"Baltimore, MD",198,"Baltimore, MD" +394,66,197,"Portland, ME",197,"Portland, ME" +394,67,197,"Portland, ME",197,"Portland, ME" +394,68,197,"Portland, ME",197,"Portland, ME" +394,69,201,"Boston, MA",201,"Boston, MA" +394,70,244,"Providence, RI",244,"Providence, RI" +394,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +394,72,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +394,73,217,"New York, NY and NJ",217,"New York, NY and NJ" +394,74,217,"New York, NY and NJ",217,"New York, NY and NJ" +394,75,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +394,76,241,"Philadelphia, PA",241,"Philadelphia, PA" +394,77,201,"Boston, MA",201,"Boston, MA" +394,78,217,"New York, NY and NJ",217,"New York, NY and NJ" +394,79,197,"Portland, ME",197,"Portland, ME" +394,80,197,"Portland, ME",197,"Portland, ME" +394,81,223,"New York, NY and NJ",223,"New York, NY and NJ" +394,82,223,"New York, NY and NJ",223,"New York, NY and NJ" +394,83,197,"Portland, ME",197,"Portland, ME" +394,84,169,"Wilmington, DE",169,"Wilmington, DE" +394,85,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +394,86,198,"Baltimore, MD",198,"Baltimore, MD" +394,87,198,"Baltimore, MD",198,"Baltimore, MD" +394,88,217,"New York, NY and NJ",217,"New York, NY and NJ" +394,89,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +394,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +394,91,244,"Providence, RI",244,"Providence, RI" +394,92,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +394,93,217,"New York, NY and NJ",217,"New York, NY and NJ" +394,94,241,"Philadelphia, PA",241,"Philadelphia, PA" +394,95,198,"Baltimore, MD",198,"Baltimore, MD" +394,96,198,"Baltimore, MD",198,"Baltimore, MD" +394,97,217,"New York, NY and NJ",217,"New York, NY and NJ" +394,98,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +394,99,197,"Portland, ME",197,"Portland, ME" +394,100,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +394,101,217,"New York, NY and NJ",217,"New York, NY and NJ" +394,102,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +394,103,198,"Baltimore, MD",198,"Baltimore, MD" +394,104,223,"New York, NY and NJ",223,"New York, NY and NJ" +394,105,223,"New York, NY and NJ",223,"New York, NY and NJ" +394,106,197,"Portland, ME",197,"Portland, ME" +394,107,197,"Portland, ME",197,"Portland, ME" +394,108,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +394,109,198,"Baltimore, MD",198,"Baltimore, MD" +394,110,223,"New York, NY and NJ",223,"New York, NY and NJ" +394,111,201,"Boston, MA",201,"Boston, MA" +394,112,197,"Portland, ME",197,"Portland, ME" +394,113,241,"Philadelphia, PA",241,"Philadelphia, PA" +394,114,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +394,115,223,"New York, NY and NJ",223,"New York, NY and NJ" +394,116,169,"Wilmington, DE",169,"Wilmington, DE" +394,117,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +394,118,198,"Baltimore, MD",198,"Baltimore, MD" +394,119,198,"Baltimore, MD",198,"Baltimore, MD" +394,120,198,"Baltimore, MD",198,"Baltimore, MD" +394,121,223,"New York, NY and NJ",223,"New York, NY and NJ" +394,122,198,"Baltimore, MD",198,"Baltimore, MD" +394,123,217,"New York, NY and NJ",217,"New York, NY and NJ" +394,124,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +394,125,217,"New York, NY and NJ",217,"New York, NY and NJ" +394,126,241,"Philadelphia, PA",241,"Philadelphia, PA" +394,127,198,"Baltimore, MD",198,"Baltimore, MD" +394,128,177,"Savannah, GA",177,"Savannah, GA" +394,129,217,"New York, NY and NJ",217,"New York, NY and NJ" +394,130,241,"Philadelphia, PA",241,"Philadelphia, PA" +394,131,197,"Portland, ME",197,"Portland, ME" +394,132,198,"Baltimore, MD",198,"Baltimore, MD" +394,151,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +394,152,201,"Boston, MA",177,"Savannah, GA" +394,153,197,"Portland, ME",169,"Wilmington, DE" +394,154,154,"Anchorage, AK",154,"Anchorage, AK" +394,155,265,"Norfolk Harbor, VA",201,"Boston, MA" +394,156,223,"New York, NY and NJ",241,"Philadelphia, PA" +394,157,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +394,158,223,"New York, NY and NJ",198,"Baltimore, MD" +394,159,223,"New York, NY and NJ",241,"Philadelphia, PA" +394,160,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +394,161,197,"Portland, ME",198,"Baltimore, MD" +394,162,201,"Boston, MA",244,"Providence, RI" +394,163,223,"New York, NY and NJ",217,"New York, NY and NJ" +394,164,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +394,165,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +394,166,198,"Baltimore, MD",198,"Baltimore, MD" +394,167,217,"New York, NY and NJ",241,"Philadelphia, PA" +394,168,197,"Portland, ME",201,"Boston, MA" +394,169,223,"New York, NY and NJ",201,"Boston, MA" +394,170,241,"Philadelphia, PA",223,"New York, NY and NJ" +394,171,197,"Portland, ME",172,"Port Everglades, FL" +394,172,265,"Norfolk Harbor, VA",177,"Savannah, GA" +394,173,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +394,174,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +394,175,197,"Portland, ME",201,"Boston, MA" +394,176,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +394,177,197,"Portland, ME",198,"Baltimore, MD" +394,178,197,"Portland, ME",217,"New York, NY and NJ" +394,179,179,"Honolulu, HI",179,"Honolulu, HI" +394,180,179,"Honolulu, HI",179,"Honolulu, HI" +394,181,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +394,183,198,"Baltimore, MD",197,"Portland, ME" +394,184,201,"Boston, MA",265,"Norfolk Harbor, VA" +394,185,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +394,186,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +394,187,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +394,188,197,"Portland, ME",223,"New York, NY and NJ" +394,189,223,"New York, NY and NJ",223,"New York, NY and NJ" +394,190,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +394,191,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +394,192,198,"Baltimore, MD",169,"Wilmington, DE" +394,193,197,"Portland, ME",217,"New York, NY and NJ" +394,194,223,"New York, NY and NJ",223,"New York, NY and NJ" +394,195,217,"New York, NY and NJ",208,"Pascagoula, MS" +394,196,241,"Philadelphia, PA",195,"New Orleans, LA" +394,197,241,"Philadelphia, PA",201,"Boston, MA" +394,198,198,"Baltimore, MD",229,"Wilmington, NC" +394,199,198,"Baltimore, MD",201,"Boston, MA" +394,200,201,"Boston, MA",241,"Philadelphia, PA" +394,201,223,"New York, NY and NJ",201,"Boston, MA" +394,202,198,"Baltimore, MD",244,"Providence, RI" +394,203,197,"Portland, ME",197,"Portland, ME" +394,204,223,"New York, NY and NJ",217,"New York, NY and NJ" +394,205,244,"Providence, RI",217,"New York, NY and NJ" +394,206,223,"New York, NY and NJ",217,"New York, NY and NJ" +394,207,201,"Boston, MA",241,"Philadelphia, PA" +394,208,223,"New York, NY and NJ",241,"Philadelphia, PA" +394,209,197,"Portland, ME",223,"New York, NY and NJ" +394,210,217,"New York, NY and NJ",201,"Boston, MA" +394,211,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +394,212,244,"Providence, RI",198,"Baltimore, MD" +394,213,169,"Wilmington, DE",223,"New York, NY and NJ" +394,214,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +394,215,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +394,216,223,"New York, NY and NJ",198,"Baltimore, MD" +394,217,217,"New York, NY and NJ",217,"New York, NY and NJ" +394,218,197,"Portland, ME",201,"Boston, MA" +394,219,197,"Portland, ME",217,"New York, NY and NJ" +394,220,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +394,221,244,"Providence, RI",223,"New York, NY and NJ" +394,222,223,"New York, NY and NJ",223,"New York, NY and NJ" +394,223,217,"New York, NY and NJ",223,"New York, NY and NJ" +394,224,241,"Philadelphia, PA",223,"New York, NY and NJ" +394,225,217,"New York, NY and NJ",223,"New York, NY and NJ" +394,226,244,"Providence, RI",265,"Norfolk Harbor, VA" +394,227,197,"Portland, ME",218,"Camden-Gloucester, NJ" +394,228,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +394,229,169,"Wilmington, DE",223,"New York, NY and NJ" +394,230,198,"Baltimore, MD",241,"Philadelphia, PA" +394,231,197,"Portland, ME",217,"New York, NY and NJ" +394,232,217,"New York, NY and NJ",244,"Providence, RI" +394,233,217,"New York, NY and NJ",223,"New York, NY and NJ" +394,234,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +394,235,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +394,236,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +394,237,244,"Providence, RI",245,"Charleston, SC" +394,238,218,"Camden-Gloucester, NJ",197,"Portland, ME" +394,239,241,"Philadelphia, PA",223,"New York, NY and NJ" +394,240,245,"Charleston, SC",223,"New York, NY and NJ" +394,241,223,"New York, NY and NJ",217,"New York, NY and NJ" +394,242,198,"Baltimore, MD",223,"New York, NY and NJ" +394,243,241,"Philadelphia, PA",201,"Boston, MA" +394,244,217,"New York, NY and NJ",201,"Boston, MA" +394,245,241,"Philadelphia, PA",223,"New York, NY and NJ" +394,246,245,"Charleston, SC",265,"Norfolk Harbor, VA" +394,247,265,"Norfolk Harbor, VA",245,"Charleston, SC" +394,248,241,"Philadelphia, PA",244,"Providence, RI" +394,249,223,"New York, NY and NJ",198,"Baltimore, MD" +394,250,241,"Philadelphia, PA",198,"Baltimore, MD" +394,251,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +394,252,244,"Providence, RI",195,"New Orleans, LA" +394,253,201,"Boston, MA",195,"New Orleans, LA" +394,254,197,"Portland, ME",194,"Lake Charles, LA" +394,255,223,"New York, NY and NJ",152,"Mobile, AL" +394,256,198,"Baltimore, MD",245,"Charleston, SC" +394,257,241,"Philadelphia, PA",177,"Savannah, GA" +394,258,229,"Wilmington, NC",197,"Portland, ME" +394,259,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +394,260,217,"New York, NY and NJ",198,"Baltimore, MD" +394,261,241,"Philadelphia, PA",241,"Philadelphia, PA" +394,262,198,"Baltimore, MD",223,"New York, NY and NJ" +394,263,223,"New York, NY and NJ",201,"Boston, MA" +394,264,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +394,265,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +394,266,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +394,267,217,"New York, NY and NJ",198,"Baltimore, MD" +394,268,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +394,269,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +394,270,223,"New York, NY and NJ",241,"Philadelphia, PA" +394,271,241,"Philadelphia, PA",198,"Baltimore, MD" +394,272,198,"Baltimore, MD",223,"New York, NY and NJ" +394,273,241,"Philadelphia, PA",201,"Boston, MA" +395,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +395,3,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,4,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,5,217,"New York, NY and NJ",217,"New York, NY and NJ" +395,6,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +395,7,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +395,8,244,"Providence, RI",244,"Providence, RI" +395,9,244,"Providence, RI",244,"Providence, RI" +395,10,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,11,197,"Portland, ME",197,"Portland, ME" +395,12,169,"Wilmington, DE",169,"Wilmington, DE" +395,13,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +395,14,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,15,244,"Providence, RI",244,"Providence, RI" +395,16,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,17,241,"Philadelphia, PA",241,"Philadelphia, PA" +395,18,217,"New York, NY and NJ",217,"New York, NY and NJ" +395,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +395,20,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +395,21,244,"Providence, RI",244,"Providence, RI" +395,22,241,"Philadelphia, PA",241,"Philadelphia, PA" +395,23,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,24,241,"Philadelphia, PA",241,"Philadelphia, PA" +395,25,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,26,241,"Philadelphia, PA",241,"Philadelphia, PA" +395,27,217,"New York, NY and NJ",217,"New York, NY and NJ" +395,28,244,"Providence, RI",244,"Providence, RI" +395,29,169,"Wilmington, DE",169,"Wilmington, DE" +395,30,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +395,31,241,"Philadelphia, PA",241,"Philadelphia, PA" +395,32,244,"Providence, RI",244,"Providence, RI" +395,33,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,34,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +395,35,201,"Boston, MA",201,"Boston, MA" +395,36,201,"Boston, MA",201,"Boston, MA" +395,37,201,"Boston, MA",201,"Boston, MA" +395,38,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,39,197,"Portland, ME",197,"Portland, ME" +395,40,201,"Boston, MA",201,"Boston, MA" +395,41,197,"Portland, ME",197,"Portland, ME" +395,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,43,198,"Baltimore, MD",198,"Baltimore, MD" +395,44,198,"Baltimore, MD",198,"Baltimore, MD" +395,45,201,"Boston, MA",201,"Boston, MA" +395,46,197,"Portland, ME",197,"Portland, ME" +395,47,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +395,48,198,"Baltimore, MD",198,"Baltimore, MD" +395,49,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,50,241,"Philadelphia, PA",241,"Philadelphia, PA" +395,51,198,"Baltimore, MD",198,"Baltimore, MD" +395,52,217,"New York, NY and NJ",217,"New York, NY and NJ" +395,53,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +395,54,201,"Boston, MA",201,"Boston, MA" +395,55,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +395,56,197,"Portland, ME",197,"Portland, ME" +395,57,169,"Wilmington, DE",169,"Wilmington, DE" +395,58,198,"Baltimore, MD",198,"Baltimore, MD" +395,59,197,"Portland, ME",197,"Portland, ME" +395,60,217,"New York, NY and NJ",217,"New York, NY and NJ" +395,61,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +395,62,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,63,197,"Portland, ME",197,"Portland, ME" +395,64,217,"New York, NY and NJ",217,"New York, NY and NJ" +395,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,66,198,"Baltimore, MD",198,"Baltimore, MD" +395,67,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,68,217,"New York, NY and NJ",217,"New York, NY and NJ" +395,69,217,"New York, NY and NJ",217,"New York, NY and NJ" +395,70,217,"New York, NY and NJ",217,"New York, NY and NJ" +395,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,72,217,"New York, NY and NJ",217,"New York, NY and NJ" +395,73,217,"New York, NY and NJ",217,"New York, NY and NJ" +395,74,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +395,75,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +395,76,197,"Portland, ME",197,"Portland, ME" +395,77,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,78,197,"Portland, ME",197,"Portland, ME" +395,79,201,"Boston, MA",201,"Boston, MA" +395,80,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,81,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,82,217,"New York, NY and NJ",217,"New York, NY and NJ" +395,83,241,"Philadelphia, PA",241,"Philadelphia, PA" +395,84,201,"Boston, MA",201,"Boston, MA" +395,85,198,"Baltimore, MD",198,"Baltimore, MD" +395,86,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,88,201,"Boston, MA",201,"Boston, MA" +395,89,197,"Portland, ME",197,"Portland, ME" +395,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +395,93,241,"Philadelphia, PA",241,"Philadelphia, PA" +395,94,197,"Portland, ME",197,"Portland, ME" +395,95,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +395,96,198,"Baltimore, MD",198,"Baltimore, MD" +395,97,244,"Providence, RI",244,"Providence, RI" +395,98,201,"Boston, MA",201,"Boston, MA" +395,99,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +395,100,217,"New York, NY and NJ",217,"New York, NY and NJ" +395,101,201,"Boston, MA",201,"Boston, MA" +395,102,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,103,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,104,217,"New York, NY and NJ",217,"New York, NY and NJ" +395,105,197,"Portland, ME",197,"Portland, ME" +395,106,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,107,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,108,217,"New York, NY and NJ",217,"New York, NY and NJ" +395,109,217,"New York, NY and NJ",217,"New York, NY and NJ" +395,110,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,111,201,"Boston, MA",201,"Boston, MA" +395,112,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,113,241,"Philadelphia, PA",241,"Philadelphia, PA" +395,114,217,"New York, NY and NJ",217,"New York, NY and NJ" +395,115,197,"Portland, ME",197,"Portland, ME" +395,116,217,"New York, NY and NJ",217,"New York, NY and NJ" +395,117,241,"Philadelphia, PA",241,"Philadelphia, PA" +395,118,198,"Baltimore, MD",198,"Baltimore, MD" +395,119,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +395,120,241,"Philadelphia, PA",241,"Philadelphia, PA" +395,121,241,"Philadelphia, PA",241,"Philadelphia, PA" +395,122,244,"Providence, RI",244,"Providence, RI" +395,123,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,124,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,125,198,"Baltimore, MD",198,"Baltimore, MD" +395,126,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,127,241,"Philadelphia, PA",241,"Philadelphia, PA" +395,128,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,129,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,130,217,"New York, NY and NJ",217,"New York, NY and NJ" +395,131,241,"Philadelphia, PA",241,"Philadelphia, PA" +395,132,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,151,223,"New York, NY and NJ",241,"Philadelphia, PA" +395,152,265,"Norfolk Harbor, VA",201,"Boston, MA" +395,153,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +395,154,154,"Anchorage, AK",154,"Anchorage, AK" +395,155,217,"New York, NY and NJ",208,"Pascagoula, MS" +395,156,169,"Wilmington, DE",223,"New York, NY and NJ" +395,157,223,"New York, NY and NJ",198,"Baltimore, MD" +395,158,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +395,159,223,"New York, NY and NJ",217,"New York, NY and NJ" +395,160,201,"Boston, MA",218,"Camden-Gloucester, NJ" +395,161,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +395,162,241,"Philadelphia, PA",177,"Savannah, GA" +395,163,217,"New York, NY and NJ",245,"Charleston, SC" +395,164,197,"Portland, ME",217,"New York, NY and NJ" +395,165,223,"New York, NY and NJ",241,"Philadelphia, PA" +395,166,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,167,201,"Boston, MA",218,"Camden-Gloucester, NJ" +395,168,197,"Portland, ME",217,"New York, NY and NJ" +395,169,198,"Baltimore, MD",217,"New York, NY and NJ" +395,170,223,"New York, NY and NJ",197,"Portland, ME" +395,171,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +395,172,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +395,173,201,"Boston, MA",245,"Charleston, SC" +395,174,241,"Philadelphia, PA",217,"New York, NY and NJ" +395,175,217,"New York, NY and NJ",241,"Philadelphia, PA" +395,176,198,"Baltimore, MD",217,"New York, NY and NJ" +395,177,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +395,178,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +395,179,179,"Honolulu, HI",179,"Honolulu, HI" +395,180,179,"Honolulu, HI",179,"Honolulu, HI" +395,181,217,"New York, NY and NJ",223,"New York, NY and NJ" +395,183,217,"New York, NY and NJ",217,"New York, NY and NJ" +395,184,217,"New York, NY and NJ",169,"Wilmington, DE" +395,185,198,"Baltimore, MD",198,"Baltimore, MD" +395,186,201,"Boston, MA",169,"Wilmington, DE" +395,187,217,"New York, NY and NJ",217,"New York, NY and NJ" +395,188,223,"New York, NY and NJ",201,"Boston, MA" +395,189,223,"New York, NY and NJ",201,"Boston, MA" +395,190,223,"New York, NY and NJ",217,"New York, NY and NJ" +395,191,198,"Baltimore, MD",217,"New York, NY and NJ" +395,192,198,"Baltimore, MD",223,"New York, NY and NJ" +395,193,223,"New York, NY and NJ",195,"New Orleans, LA" +395,194,217,"New York, NY and NJ",198,"Baltimore, MD" +395,195,218,"Camden-Gloucester, NJ",229,"Wilmington, NC" +395,196,197,"Portland, ME",197,"Portland, ME" +395,197,201,"Boston, MA",223,"New York, NY and NJ" +395,198,201,"Boston, MA",223,"New York, NY and NJ" +395,199,197,"Portland, ME",217,"New York, NY and NJ" +395,200,223,"New York, NY and NJ",198,"Baltimore, MD" +395,201,217,"New York, NY and NJ",197,"Portland, ME" +395,202,201,"Boston, MA",223,"New York, NY and NJ" +395,203,244,"Providence, RI",223,"New York, NY and NJ" +395,204,217,"New York, NY and NJ",223,"New York, NY and NJ" +395,205,217,"New York, NY and NJ",198,"Baltimore, MD" +395,206,197,"Portland, ME",223,"New York, NY and NJ" +395,207,217,"New York, NY and NJ",241,"Philadelphia, PA" +395,208,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +395,209,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +395,210,197,"Portland, ME",265,"Norfolk Harbor, VA" +395,211,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +395,212,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +395,213,217,"New York, NY and NJ",198,"Baltimore, MD" +395,214,244,"Providence, RI",217,"New York, NY and NJ" +395,215,241,"Philadelphia, PA",245,"Charleston, SC" +395,216,244,"Providence, RI",217,"New York, NY and NJ" +395,217,201,"Boston, MA",198,"Baltimore, MD" +395,218,197,"Portland, ME",217,"New York, NY and NJ" +395,219,217,"New York, NY and NJ",223,"New York, NY and NJ" +395,220,217,"New York, NY and NJ",241,"Philadelphia, PA" +395,221,169,"Wilmington, DE",217,"New York, NY and NJ" +395,222,241,"Philadelphia, PA",223,"New York, NY and NJ" +395,223,217,"New York, NY and NJ",223,"New York, NY and NJ" +395,224,223,"New York, NY and NJ",217,"New York, NY and NJ" +395,225,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,226,223,"New York, NY and NJ",197,"Portland, ME" +395,227,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +395,228,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +395,229,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +395,230,241,"Philadelphia, PA",241,"Philadelphia, PA" +395,231,244,"Providence, RI",223,"New York, NY and NJ" +395,232,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +395,233,201,"Boston, MA",217,"New York, NY and NJ" +395,234,217,"New York, NY and NJ",223,"New York, NY and NJ" +395,235,217,"New York, NY and NJ",223,"New York, NY and NJ" +395,236,217,"New York, NY and NJ",198,"Baltimore, MD" +395,237,217,"New York, NY and NJ",241,"Philadelphia, PA" +395,238,197,"Portland, ME",265,"Norfolk Harbor, VA" +395,239,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +395,240,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,241,217,"New York, NY and NJ",223,"New York, NY and NJ" +395,242,241,"Philadelphia, PA",217,"New York, NY and NJ" +395,243,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +395,244,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +395,245,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,246,223,"New York, NY and NJ",198,"Baltimore, MD" +395,247,217,"New York, NY and NJ",201,"Boston, MA" +395,248,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +395,249,201,"Boston, MA",265,"Norfolk Harbor, VA" +395,250,197,"Portland, ME",201,"Boston, MA" +395,251,223,"New York, NY and NJ",198,"Baltimore, MD" +395,252,241,"Philadelphia, PA",169,"Wilmington, DE" +395,253,241,"Philadelphia, PA",217,"New York, NY and NJ" +395,254,245,"Charleston, SC",171,"Jacksonville, FL" +395,255,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +395,256,217,"New York, NY and NJ",201,"Boston, MA" +395,257,217,"New York, NY and NJ",244,"Providence, RI" +395,258,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +395,259,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +395,260,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +395,261,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +395,262,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +395,263,241,"Philadelphia, PA",244,"Providence, RI" +395,264,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +395,265,223,"New York, NY and NJ",223,"New York, NY and NJ" +395,266,201,"Boston, MA",241,"Philadelphia, PA" +395,267,201,"Boston, MA",217,"New York, NY and NJ" +395,268,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +395,269,229,"Wilmington, NC",244,"Providence, RI" +395,270,241,"Philadelphia, PA",197,"Portland, ME" +395,271,217,"New York, NY and NJ",197,"Portland, ME" +395,272,244,"Providence, RI",198,"Baltimore, MD" +395,273,217,"New York, NY and NJ",197,"Portland, ME" +396,1,239,"Portland, OR",239,"Portland, OR" +396,2,159,"Long Beach, CA",159,"Long Beach, CA" +396,3,159,"Long Beach, CA",159,"Long Beach, CA" +396,4,159,"Long Beach, CA",159,"Long Beach, CA" +396,5,269,"Longview, WA",269,"Longview, WA" +396,6,159,"Long Beach, CA",159,"Long Beach, CA" +396,7,159,"Long Beach, CA",159,"Long Beach, CA" +396,8,268,"Seattle, WA",268,"Seattle, WA" +396,9,159,"Long Beach, CA",159,"Long Beach, CA" +396,10,159,"Long Beach, CA",159,"Long Beach, CA" +396,11,162,"Oakland, CA",162,"Oakland, CA" +396,12,239,"Portland, OR",239,"Portland, OR" +396,13,159,"Long Beach, CA",159,"Long Beach, CA" +396,14,269,"Longview, WA",269,"Longview, WA" +396,15,162,"Oakland, CA",162,"Oakland, CA" +396,16,159,"Long Beach, CA",159,"Long Beach, CA" +396,17,239,"Portland, OR",239,"Portland, OR" +396,18,159,"Long Beach, CA",159,"Long Beach, CA" +396,19,159,"Long Beach, CA",159,"Long Beach, CA" +396,20,268,"Seattle, WA",268,"Seattle, WA" +396,21,268,"Seattle, WA",268,"Seattle, WA" +396,22,162,"Oakland, CA",162,"Oakland, CA" +396,23,162,"Oakland, CA",162,"Oakland, CA" +396,24,268,"Seattle, WA",268,"Seattle, WA" +396,25,268,"Seattle, WA",268,"Seattle, WA" +396,26,239,"Portland, OR",239,"Portland, OR" +396,27,159,"Long Beach, CA",159,"Long Beach, CA" +396,28,239,"Portland, OR",239,"Portland, OR" +396,29,162,"Oakland, CA",162,"Oakland, CA" +396,30,268,"Seattle, WA",268,"Seattle, WA" +396,31,268,"Seattle, WA",268,"Seattle, WA" +396,32,269,"Longview, WA",269,"Longview, WA" +396,33,159,"Long Beach, CA",159,"Long Beach, CA" +396,34,159,"Long Beach, CA",159,"Long Beach, CA" +396,35,239,"Portland, OR",239,"Portland, OR" +396,36,159,"Long Beach, CA",159,"Long Beach, CA" +396,37,159,"Long Beach, CA",159,"Long Beach, CA" +396,38,268,"Seattle, WA",268,"Seattle, WA" +396,39,159,"Long Beach, CA",159,"Long Beach, CA" +396,40,162,"Oakland, CA",162,"Oakland, CA" +396,41,268,"Seattle, WA",268,"Seattle, WA" +396,42,159,"Long Beach, CA",159,"Long Beach, CA" +396,43,159,"Long Beach, CA",159,"Long Beach, CA" +396,44,268,"Seattle, WA",268,"Seattle, WA" +396,45,159,"Long Beach, CA",159,"Long Beach, CA" +396,46,159,"Long Beach, CA",159,"Long Beach, CA" +396,47,159,"Long Beach, CA",159,"Long Beach, CA" +396,48,268,"Seattle, WA",268,"Seattle, WA" +396,49,159,"Long Beach, CA",159,"Long Beach, CA" +396,50,159,"Long Beach, CA",159,"Long Beach, CA" +396,51,268,"Seattle, WA",268,"Seattle, WA" +396,52,269,"Longview, WA",269,"Longview, WA" +396,53,159,"Long Beach, CA",159,"Long Beach, CA" +396,54,159,"Long Beach, CA",159,"Long Beach, CA" +396,55,162,"Oakland, CA",162,"Oakland, CA" +396,56,239,"Portland, OR",239,"Portland, OR" +396,57,159,"Long Beach, CA",159,"Long Beach, CA" +396,58,159,"Long Beach, CA",159,"Long Beach, CA" +396,59,159,"Long Beach, CA",159,"Long Beach, CA" +396,60,159,"Long Beach, CA",159,"Long Beach, CA" +396,61,268,"Seattle, WA",268,"Seattle, WA" +396,62,159,"Long Beach, CA",159,"Long Beach, CA" +396,63,268,"Seattle, WA",268,"Seattle, WA" +396,64,162,"Oakland, CA",162,"Oakland, CA" +396,65,162,"Oakland, CA",162,"Oakland, CA" +396,66,239,"Portland, OR",239,"Portland, OR" +396,67,159,"Long Beach, CA",159,"Long Beach, CA" +396,68,268,"Seattle, WA",268,"Seattle, WA" +396,69,162,"Oakland, CA",162,"Oakland, CA" +396,70,159,"Long Beach, CA",159,"Long Beach, CA" +396,71,159,"Long Beach, CA",159,"Long Beach, CA" +396,72,159,"Long Beach, CA",159,"Long Beach, CA" +396,73,268,"Seattle, WA",268,"Seattle, WA" +396,74,268,"Seattle, WA",268,"Seattle, WA" +396,75,268,"Seattle, WA",268,"Seattle, WA" +396,76,268,"Seattle, WA",268,"Seattle, WA" +396,77,159,"Long Beach, CA",159,"Long Beach, CA" +396,78,159,"Long Beach, CA",159,"Long Beach, CA" +396,79,159,"Long Beach, CA",159,"Long Beach, CA" +396,80,159,"Long Beach, CA",159,"Long Beach, CA" +396,81,239,"Portland, OR",239,"Portland, OR" +396,82,239,"Portland, OR",239,"Portland, OR" +396,83,162,"Oakland, CA",162,"Oakland, CA" +396,84,268,"Seattle, WA",268,"Seattle, WA" +396,85,268,"Seattle, WA",268,"Seattle, WA" +396,86,159,"Long Beach, CA",159,"Long Beach, CA" +396,87,269,"Longview, WA",269,"Longview, WA" +396,88,162,"Oakland, CA",162,"Oakland, CA" +396,89,159,"Long Beach, CA",159,"Long Beach, CA" +396,90,162,"Oakland, CA",162,"Oakland, CA" +396,91,268,"Seattle, WA",268,"Seattle, WA" +396,92,268,"Seattle, WA",268,"Seattle, WA" +396,93,268,"Seattle, WA",268,"Seattle, WA" +396,94,159,"Long Beach, CA",159,"Long Beach, CA" +396,95,159,"Long Beach, CA",159,"Long Beach, CA" +396,96,159,"Long Beach, CA",159,"Long Beach, CA" +396,97,159,"Long Beach, CA",159,"Long Beach, CA" +396,98,268,"Seattle, WA",268,"Seattle, WA" +396,99,159,"Long Beach, CA",159,"Long Beach, CA" +396,100,162,"Oakland, CA",162,"Oakland, CA" +396,101,159,"Long Beach, CA",159,"Long Beach, CA" +396,102,159,"Long Beach, CA",159,"Long Beach, CA" +396,103,239,"Portland, OR",239,"Portland, OR" +396,104,268,"Seattle, WA",268,"Seattle, WA" +396,105,159,"Long Beach, CA",159,"Long Beach, CA" +396,106,268,"Seattle, WA",268,"Seattle, WA" +396,107,268,"Seattle, WA",268,"Seattle, WA" +396,108,159,"Long Beach, CA",159,"Long Beach, CA" +396,109,159,"Long Beach, CA",159,"Long Beach, CA" +396,110,162,"Oakland, CA",162,"Oakland, CA" +396,111,159,"Long Beach, CA",159,"Long Beach, CA" +396,112,268,"Seattle, WA",268,"Seattle, WA" +396,113,159,"Long Beach, CA",159,"Long Beach, CA" +396,114,159,"Long Beach, CA",159,"Long Beach, CA" +396,115,162,"Oakland, CA",162,"Oakland, CA" +396,116,159,"Long Beach, CA",159,"Long Beach, CA" +396,117,239,"Portland, OR",239,"Portland, OR" +396,118,269,"Longview, WA",269,"Longview, WA" +396,119,269,"Longview, WA",269,"Longview, WA" +396,120,159,"Long Beach, CA",159,"Long Beach, CA" +396,121,239,"Portland, OR",239,"Portland, OR" +396,122,159,"Long Beach, CA",159,"Long Beach, CA" +396,123,239,"Portland, OR",239,"Portland, OR" +396,124,268,"Seattle, WA",268,"Seattle, WA" +396,125,159,"Long Beach, CA",159,"Long Beach, CA" +396,126,239,"Portland, OR",239,"Portland, OR" +396,127,159,"Long Beach, CA",159,"Long Beach, CA" +396,128,162,"Oakland, CA",162,"Oakland, CA" +396,129,239,"Portland, OR",239,"Portland, OR" +396,130,159,"Long Beach, CA",159,"Long Beach, CA" +396,131,268,"Seattle, WA",268,"Seattle, WA" +396,132,159,"Long Beach, CA",159,"Long Beach, CA" +396,151,162,"Oakland, CA",239,"Portland, OR" +396,152,159,"Long Beach, CA",159,"Long Beach, CA" +396,153,162,"Oakland, CA",159,"Long Beach, CA" +396,154,154,"Anchorage, AK",154,"Anchorage, AK" +396,155,162,"Oakland, CA",159,"Long Beach, CA" +396,156,159,"Long Beach, CA",162,"Oakland, CA" +396,157,159,"Long Beach, CA",159,"Long Beach, CA" +396,158,159,"Long Beach, CA",159,"Long Beach, CA" +396,159,159,"Long Beach, CA",162,"Oakland, CA" +396,160,159,"Long Beach, CA",159,"Long Beach, CA" +396,161,239,"Portland, OR",159,"Long Beach, CA" +396,162,159,"Long Beach, CA",159,"Long Beach, CA" +396,163,159,"Long Beach, CA",162,"Oakland, CA" +396,164,159,"Long Beach, CA",239,"Portland, OR" +396,165,159,"Long Beach, CA",162,"Oakland, CA" +396,166,159,"Long Beach, CA",239,"Portland, OR" +396,167,162,"Oakland, CA",159,"Long Beach, CA" +396,168,159,"Long Beach, CA",159,"Long Beach, CA" +396,169,159,"Long Beach, CA",159,"Long Beach, CA" +396,170,159,"Long Beach, CA",159,"Long Beach, CA" +396,171,268,"Seattle, WA",159,"Long Beach, CA" +396,172,159,"Long Beach, CA",239,"Portland, OR" +396,173,159,"Long Beach, CA",268,"Seattle, WA" +396,174,268,"Seattle, WA",159,"Long Beach, CA" +396,175,159,"Long Beach, CA",159,"Long Beach, CA" +396,176,268,"Seattle, WA",159,"Long Beach, CA" +396,177,269,"Longview, WA",159,"Long Beach, CA" +396,178,162,"Oakland, CA",159,"Long Beach, CA" +396,179,179,"Honolulu, HI",179,"Honolulu, HI" +396,180,179,"Honolulu, HI",179,"Honolulu, HI" +396,181,159,"Long Beach, CA",159,"Long Beach, CA" +396,183,159,"Long Beach, CA",159,"Long Beach, CA" +396,184,268,"Seattle, WA",159,"Long Beach, CA" +396,185,162,"Oakland, CA",159,"Long Beach, CA" +396,186,159,"Long Beach, CA",162,"Oakland, CA" +396,187,239,"Portland, OR",159,"Long Beach, CA" +396,188,268,"Seattle, WA",159,"Long Beach, CA" +396,189,162,"Oakland, CA",159,"Long Beach, CA" +396,190,268,"Seattle, WA",159,"Long Beach, CA" +396,191,159,"Long Beach, CA",159,"Long Beach, CA" +396,192,159,"Long Beach, CA",239,"Portland, OR" +396,193,159,"Long Beach, CA",159,"Long Beach, CA" +396,194,159,"Long Beach, CA",159,"Long Beach, CA" +396,195,159,"Long Beach, CA",159,"Long Beach, CA" +396,196,268,"Seattle, WA",239,"Portland, OR" +396,197,159,"Long Beach, CA",162,"Oakland, CA" +396,198,159,"Long Beach, CA",162,"Oakland, CA" +396,199,162,"Oakland, CA",159,"Long Beach, CA" +396,200,159,"Long Beach, CA",159,"Long Beach, CA" +396,201,159,"Long Beach, CA",162,"Oakland, CA" +396,202,162,"Oakland, CA",162,"Oakland, CA" +396,203,159,"Long Beach, CA",159,"Long Beach, CA" +396,204,159,"Long Beach, CA",159,"Long Beach, CA" +396,205,159,"Long Beach, CA",159,"Long Beach, CA" +396,206,239,"Portland, OR",159,"Long Beach, CA" +396,207,159,"Long Beach, CA",159,"Long Beach, CA" +396,208,268,"Seattle, WA",162,"Oakland, CA" +396,209,268,"Seattle, WA",162,"Oakland, CA" +396,210,159,"Long Beach, CA",268,"Seattle, WA" +396,211,159,"Long Beach, CA",159,"Long Beach, CA" +396,212,159,"Long Beach, CA",159,"Long Beach, CA" +396,213,159,"Long Beach, CA",159,"Long Beach, CA" +396,214,268,"Seattle, WA",159,"Long Beach, CA" +396,215,159,"Long Beach, CA",162,"Oakland, CA" +396,216,159,"Long Beach, CA",268,"Seattle, WA" +396,217,268,"Seattle, WA",239,"Portland, OR" +396,218,159,"Long Beach, CA",159,"Long Beach, CA" +396,219,159,"Long Beach, CA",269,"Longview, WA" +396,220,159,"Long Beach, CA",268,"Seattle, WA" +396,221,269,"Longview, WA",269,"Longview, WA" +396,222,159,"Long Beach, CA",268,"Seattle, WA" +396,223,159,"Long Beach, CA",159,"Long Beach, CA" +396,224,162,"Oakland, CA",159,"Long Beach, CA" +396,225,162,"Oakland, CA",159,"Long Beach, CA" +396,226,159,"Long Beach, CA",159,"Long Beach, CA" +396,227,159,"Long Beach, CA",159,"Long Beach, CA" +396,228,159,"Long Beach, CA",159,"Long Beach, CA" +396,229,268,"Seattle, WA",159,"Long Beach, CA" +396,230,159,"Long Beach, CA",162,"Oakland, CA" +396,231,159,"Long Beach, CA",162,"Oakland, CA" +396,232,268,"Seattle, WA",269,"Longview, WA" +396,233,159,"Long Beach, CA",159,"Long Beach, CA" +396,234,162,"Oakland, CA",159,"Long Beach, CA" +396,235,159,"Long Beach, CA",162,"Oakland, CA" +396,236,162,"Oakland, CA",159,"Long Beach, CA" +396,237,268,"Seattle, WA",159,"Long Beach, CA" +396,238,159,"Long Beach, CA",159,"Long Beach, CA" +396,239,159,"Long Beach, CA",159,"Long Beach, CA" +396,240,159,"Long Beach, CA",159,"Long Beach, CA" +396,241,268,"Seattle, WA",239,"Portland, OR" +396,242,159,"Long Beach, CA",268,"Seattle, WA" +396,243,159,"Long Beach, CA",159,"Long Beach, CA" +396,244,269,"Longview, WA",162,"Oakland, CA" +396,245,159,"Long Beach, CA",159,"Long Beach, CA" +396,246,159,"Long Beach, CA",159,"Long Beach, CA" +396,247,159,"Long Beach, CA",268,"Seattle, WA" +396,248,159,"Long Beach, CA",268,"Seattle, WA" +396,249,268,"Seattle, WA",162,"Oakland, CA" +396,250,159,"Long Beach, CA",269,"Longview, WA" +396,251,239,"Portland, OR",159,"Long Beach, CA" +396,252,159,"Long Beach, CA",159,"Long Beach, CA" +396,253,268,"Seattle, WA",268,"Seattle, WA" +396,254,159,"Long Beach, CA",268,"Seattle, WA" +396,255,159,"Long Beach, CA",159,"Long Beach, CA" +396,256,159,"Long Beach, CA",159,"Long Beach, CA" +396,257,239,"Portland, OR",268,"Seattle, WA" +396,258,268,"Seattle, WA",159,"Long Beach, CA" +396,259,162,"Oakland, CA",159,"Long Beach, CA" +396,260,159,"Long Beach, CA",268,"Seattle, WA" +396,261,268,"Seattle, WA",159,"Long Beach, CA" +396,262,269,"Longview, WA",159,"Long Beach, CA" +396,263,159,"Long Beach, CA",159,"Long Beach, CA" +396,264,268,"Seattle, WA",159,"Long Beach, CA" +396,265,268,"Seattle, WA",268,"Seattle, WA" +396,266,159,"Long Beach, CA",159,"Long Beach, CA" +396,267,268,"Seattle, WA",159,"Long Beach, CA" +396,268,159,"Long Beach, CA",268,"Seattle, WA" +396,269,159,"Long Beach, CA",159,"Long Beach, CA" +396,270,268,"Seattle, WA",239,"Portland, OR" +396,271,159,"Long Beach, CA",162,"Oakland, CA" +396,272,269,"Longview, WA",159,"Long Beach, CA" +396,273,159,"Long Beach, CA",159,"Long Beach, CA" +397,1,197,"Portland, ME",197,"Portland, ME" +397,2,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +397,3,198,"Baltimore, MD",198,"Baltimore, MD" +397,4,169,"Wilmington, DE",169,"Wilmington, DE" +397,5,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +397,6,198,"Baltimore, MD",198,"Baltimore, MD" +397,7,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,8,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +397,9,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +397,10,229,"Wilmington, NC",229,"Wilmington, NC" +397,11,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,12,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,13,198,"Baltimore, MD",198,"Baltimore, MD" +397,14,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,15,169,"Wilmington, DE",169,"Wilmington, DE" +397,16,169,"Wilmington, DE",169,"Wilmington, DE" +397,17,198,"Baltimore, MD",198,"Baltimore, MD" +397,18,223,"New York, NY and NJ",223,"New York, NY and NJ" +397,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,20,241,"Philadelphia, PA",241,"Philadelphia, PA" +397,21,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +397,22,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,23,201,"Boston, MA",201,"Boston, MA" +397,24,223,"New York, NY and NJ",223,"New York, NY and NJ" +397,25,241,"Philadelphia, PA",241,"Philadelphia, PA" +397,26,223,"New York, NY and NJ",223,"New York, NY and NJ" +397,27,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,28,169,"Wilmington, DE",169,"Wilmington, DE" +397,29,201,"Boston, MA",201,"Boston, MA" +397,30,197,"Portland, ME",197,"Portland, ME" +397,31,198,"Baltimore, MD",198,"Baltimore, MD" +397,32,223,"New York, NY and NJ",223,"New York, NY and NJ" +397,33,223,"New York, NY and NJ",223,"New York, NY and NJ" +397,34,198,"Baltimore, MD",198,"Baltimore, MD" +397,35,198,"Baltimore, MD",198,"Baltimore, MD" +397,36,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +397,37,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +397,38,223,"New York, NY and NJ",223,"New York, NY and NJ" +397,39,241,"Philadelphia, PA",241,"Philadelphia, PA" +397,40,201,"Boston, MA",201,"Boston, MA" +397,41,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +397,42,198,"Baltimore, MD",198,"Baltimore, MD" +397,43,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +397,44,197,"Portland, ME",197,"Portland, ME" +397,45,198,"Baltimore, MD",198,"Baltimore, MD" +397,46,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +397,47,223,"New York, NY and NJ",223,"New York, NY and NJ" +397,48,223,"New York, NY and NJ",223,"New York, NY and NJ" +397,49,244,"Providence, RI",244,"Providence, RI" +397,50,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,51,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,52,229,"Wilmington, NC",229,"Wilmington, NC" +397,53,241,"Philadelphia, PA",241,"Philadelphia, PA" +397,54,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,55,201,"Boston, MA",201,"Boston, MA" +397,56,198,"Baltimore, MD",198,"Baltimore, MD" +397,57,198,"Baltimore, MD",198,"Baltimore, MD" +397,58,223,"New York, NY and NJ",223,"New York, NY and NJ" +397,59,201,"Boston, MA",201,"Boston, MA" +397,60,201,"Boston, MA",201,"Boston, MA" +397,61,197,"Portland, ME",197,"Portland, ME" +397,62,197,"Portland, ME",197,"Portland, ME" +397,63,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,64,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,65,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +397,66,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,67,197,"Portland, ME",197,"Portland, ME" +397,68,223,"New York, NY and NJ",223,"New York, NY and NJ" +397,69,244,"Providence, RI",244,"Providence, RI" +397,70,223,"New York, NY and NJ",223,"New York, NY and NJ" +397,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +397,72,198,"Baltimore, MD",198,"Baltimore, MD" +397,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +397,74,229,"Wilmington, NC",229,"Wilmington, NC" +397,75,241,"Philadelphia, PA",241,"Philadelphia, PA" +397,76,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +397,77,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +397,78,197,"Portland, ME",197,"Portland, ME" +397,79,223,"New York, NY and NJ",223,"New York, NY and NJ" +397,80,197,"Portland, ME",197,"Portland, ME" +397,81,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +397,82,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +397,83,223,"New York, NY and NJ",223,"New York, NY and NJ" +397,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +397,85,241,"Philadelphia, PA",241,"Philadelphia, PA" +397,86,198,"Baltimore, MD",198,"Baltimore, MD" +397,87,244,"Providence, RI",244,"Providence, RI" +397,88,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,89,198,"Baltimore, MD",198,"Baltimore, MD" +397,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +397,91,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,92,201,"Boston, MA",201,"Boston, MA" +397,93,241,"Philadelphia, PA",241,"Philadelphia, PA" +397,94,244,"Providence, RI",244,"Providence, RI" +397,95,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +397,96,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +397,97,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,98,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +397,99,229,"Wilmington, NC",229,"Wilmington, NC" +397,100,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,101,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,102,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +397,103,241,"Philadelphia, PA",241,"Philadelphia, PA" +397,104,244,"Providence, RI",244,"Providence, RI" +397,105,223,"New York, NY and NJ",223,"New York, NY and NJ" +397,106,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,107,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +397,108,223,"New York, NY and NJ",223,"New York, NY and NJ" +397,109,241,"Philadelphia, PA",241,"Philadelphia, PA" +397,110,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +397,111,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +397,112,197,"Portland, ME",197,"Portland, ME" +397,113,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +397,114,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +397,115,198,"Baltimore, MD",198,"Baltimore, MD" +397,116,201,"Boston, MA",201,"Boston, MA" +397,117,223,"New York, NY and NJ",223,"New York, NY and NJ" +397,118,201,"Boston, MA",201,"Boston, MA" +397,119,201,"Boston, MA",201,"Boston, MA" +397,120,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,121,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +397,122,198,"Baltimore, MD",198,"Baltimore, MD" +397,123,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +397,124,241,"Philadelphia, PA",241,"Philadelphia, PA" +397,125,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,126,241,"Philadelphia, PA",241,"Philadelphia, PA" +397,127,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,128,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,129,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,130,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +397,131,201,"Boston, MA",201,"Boston, MA" +397,132,241,"Philadelphia, PA",241,"Philadelphia, PA" +397,151,244,"Providence, RI",218,"Camden-Gloucester, NJ" +397,152,201,"Boston, MA",152,"Mobile, AL" +397,153,241,"Philadelphia, PA",177,"Savannah, GA" +397,154,154,"Anchorage, AK",154,"Anchorage, AK" +397,155,169,"Wilmington, DE",169,"Wilmington, DE" +397,156,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +397,157,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +397,158,198,"Baltimore, MD",198,"Baltimore, MD" +397,159,223,"New York, NY and NJ",217,"New York, NY and NJ" +397,160,265,"Norfolk Harbor, VA",244,"Providence, RI" +397,161,223,"New York, NY and NJ",177,"Savannah, GA" +397,162,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +397,163,241,"Philadelphia, PA",217,"New York, NY and NJ" +397,164,217,"New York, NY and NJ",223,"New York, NY and NJ" +397,165,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +397,166,198,"Baltimore, MD",201,"Boston, MA" +397,167,218,"Camden-Gloucester, NJ",197,"Portland, ME" +397,168,223,"New York, NY and NJ",217,"New York, NY and NJ" +397,169,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +397,170,201,"Boston, MA",218,"Camden-Gloucester, NJ" +397,171,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +397,172,217,"New York, NY and NJ",172,"Port Everglades, FL" +397,173,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +397,174,223,"New York, NY and NJ",177,"Savannah, GA" +397,175,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +397,176,241,"Philadelphia, PA",217,"New York, NY and NJ" +397,177,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +397,178,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +397,179,179,"Honolulu, HI",179,"Honolulu, HI" +397,180,179,"Honolulu, HI",179,"Honolulu, HI" +397,181,223,"New York, NY and NJ",223,"New York, NY and NJ" +397,183,198,"Baltimore, MD",217,"New York, NY and NJ" +397,184,201,"Boston, MA",217,"New York, NY and NJ" +397,185,201,"Boston, MA",201,"Boston, MA" +397,186,201,"Boston, MA",265,"Norfolk Harbor, VA" +397,187,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,188,223,"New York, NY and NJ",244,"Providence, RI" +397,189,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +397,190,217,"New York, NY and NJ",223,"New York, NY and NJ" +397,191,265,"Norfolk Harbor, VA",244,"Providence, RI" +397,192,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +397,193,223,"New York, NY and NJ",244,"Providence, RI" +397,194,217,"New York, NY and NJ",201,"Boston, MA" +397,195,244,"Providence, RI",195,"New Orleans, LA" +397,196,198,"Baltimore, MD",195,"New Orleans, LA" +397,197,217,"New York, NY and NJ",197,"Portland, ME" +397,198,198,"Baltimore, MD",244,"Providence, RI" +397,199,223,"New York, NY and NJ",217,"New York, NY and NJ" +397,200,197,"Portland, ME",223,"New York, NY and NJ" +397,201,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +397,202,223,"New York, NY and NJ",244,"Providence, RI" +397,203,223,"New York, NY and NJ",223,"New York, NY and NJ" +397,204,217,"New York, NY and NJ",223,"New York, NY and NJ" +397,205,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +397,206,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +397,207,198,"Baltimore, MD",217,"New York, NY and NJ" +397,208,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +397,209,201,"Boston, MA",198,"Baltimore, MD" +397,210,218,"Camden-Gloucester, NJ",201,"Boston, MA" +397,211,201,"Boston, MA",223,"New York, NY and NJ" +397,212,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +397,213,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +397,214,198,"Baltimore, MD",223,"New York, NY and NJ" +397,215,217,"New York, NY and NJ",197,"Portland, ME" +397,216,197,"Portland, ME",217,"New York, NY and NJ" +397,217,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +397,218,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +397,219,241,"Philadelphia, PA",198,"Baltimore, MD" +397,220,223,"New York, NY and NJ",217,"New York, NY and NJ" +397,221,197,"Portland, ME",223,"New York, NY and NJ" +397,222,223,"New York, NY and NJ",217,"New York, NY and NJ" +397,223,223,"New York, NY and NJ",223,"New York, NY and NJ" +397,224,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,225,201,"Boston, MA",223,"New York, NY and NJ" +397,226,198,"Baltimore, MD",217,"New York, NY and NJ" +397,227,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +397,228,223,"New York, NY and NJ",198,"Baltimore, MD" +397,229,241,"Philadelphia, PA",241,"Philadelphia, PA" +397,230,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +397,231,241,"Philadelphia, PA",169,"Wilmington, DE" +397,232,217,"New York, NY and NJ",197,"Portland, ME" +397,233,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +397,234,241,"Philadelphia, PA",201,"Boston, MA" +397,235,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +397,236,217,"New York, NY and NJ",241,"Philadelphia, PA" +397,237,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +397,238,223,"New York, NY and NJ",223,"New York, NY and NJ" +397,239,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +397,240,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +397,241,217,"New York, NY and NJ",241,"Philadelphia, PA" +397,242,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +397,243,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +397,244,218,"Camden-Gloucester, NJ",201,"Boston, MA" +397,245,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +397,246,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +397,247,245,"Charleston, SC",169,"Wilmington, DE" +397,248,241,"Philadelphia, PA",223,"New York, NY and NJ" +397,249,197,"Portland, ME",223,"New York, NY and NJ" +397,250,217,"New York, NY and NJ",197,"Portland, ME" +397,251,245,"Charleston, SC",217,"New York, NY and NJ" +397,252,197,"Portland, ME",195,"New Orleans, LA" +397,253,218,"Camden-Gloucester, NJ",194,"Lake Charles, LA" +397,254,229,"Wilmington, NC",177,"Savannah, GA" +397,255,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +397,256,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +397,257,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +397,258,223,"New York, NY and NJ",195,"New Orleans, LA" +397,259,223,"New York, NY and NJ",257,"Houston, TX" +397,260,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +397,261,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,262,223,"New York, NY and NJ",197,"Portland, ME" +397,263,241,"Philadelphia, PA",217,"New York, NY and NJ" +397,264,198,"Baltimore, MD",197,"Portland, ME" +397,265,241,"Philadelphia, PA",217,"New York, NY and NJ" +397,266,198,"Baltimore, MD",198,"Baltimore, MD" +397,267,217,"New York, NY and NJ",217,"New York, NY and NJ" +397,268,169,"Wilmington, DE",223,"New York, NY and NJ" +397,269,265,"Norfolk Harbor, VA",197,"Portland, ME" +397,270,197,"Portland, ME",201,"Boston, MA" +397,271,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +397,272,223,"New York, NY and NJ",197,"Portland, ME" +397,273,197,"Portland, ME",241,"Philadelphia, PA" +398,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +398,2,171,"Jacksonville, FL",171,"Jacksonville, FL" +398,3,217,"New York, NY and NJ",217,"New York, NY and NJ" +398,4,241,"Philadelphia, PA",241,"Philadelphia, PA" +398,5,241,"Philadelphia, PA",241,"Philadelphia, PA" +398,6,217,"New York, NY and NJ",217,"New York, NY and NJ" +398,7,241,"Philadelphia, PA",241,"Philadelphia, PA" +398,8,241,"Philadelphia, PA",241,"Philadelphia, PA" +398,9,198,"Baltimore, MD",198,"Baltimore, MD" +398,10,241,"Philadelphia, PA",241,"Philadelphia, PA" +398,11,198,"Baltimore, MD",198,"Baltimore, MD" +398,12,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +398,13,201,"Boston, MA",201,"Boston, MA" +398,14,198,"Baltimore, MD",198,"Baltimore, MD" +398,15,223,"New York, NY and NJ",223,"New York, NY and NJ" +398,16,245,"Charleston, SC",245,"Charleston, SC" +398,17,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +398,18,198,"Baltimore, MD",198,"Baltimore, MD" +398,19,223,"New York, NY and NJ",223,"New York, NY and NJ" +398,20,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +398,21,217,"New York, NY and NJ",217,"New York, NY and NJ" +398,22,217,"New York, NY and NJ",217,"New York, NY and NJ" +398,23,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +398,24,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +398,25,198,"Baltimore, MD",198,"Baltimore, MD" +398,26,217,"New York, NY and NJ",217,"New York, NY and NJ" +398,27,174,"Tampa, FL",174,"Tampa, FL" +398,28,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +398,29,223,"New York, NY and NJ",223,"New York, NY and NJ" +398,30,198,"Baltimore, MD",198,"Baltimore, MD" +398,31,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +398,32,217,"New York, NY and NJ",217,"New York, NY and NJ" +398,33,217,"New York, NY and NJ",217,"New York, NY and NJ" +398,34,198,"Baltimore, MD",198,"Baltimore, MD" +398,35,245,"Charleston, SC",245,"Charleston, SC" +398,36,177,"Savannah, GA",177,"Savannah, GA" +398,37,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +398,38,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +398,39,201,"Boston, MA",201,"Boston, MA" +398,40,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +398,41,198,"Baltimore, MD",198,"Baltimore, MD" +398,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +398,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +398,44,197,"Portland, ME",197,"Portland, ME" +398,45,177,"Savannah, GA",177,"Savannah, GA" +398,46,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +398,47,201,"Boston, MA",201,"Boston, MA" +398,48,198,"Baltimore, MD",198,"Baltimore, MD" +398,49,223,"New York, NY and NJ",223,"New York, NY and NJ" +398,50,244,"Providence, RI",244,"Providence, RI" +398,51,244,"Providence, RI",244,"Providence, RI" +398,52,217,"New York, NY and NJ",217,"New York, NY and NJ" +398,53,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +398,54,198,"Baltimore, MD",198,"Baltimore, MD" +398,55,229,"Wilmington, NC",229,"Wilmington, NC" +398,56,217,"New York, NY and NJ",217,"New York, NY and NJ" +398,57,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +398,58,217,"New York, NY and NJ",217,"New York, NY and NJ" +398,59,198,"Baltimore, MD",198,"Baltimore, MD" +398,60,241,"Philadelphia, PA",241,"Philadelphia, PA" +398,61,223,"New York, NY and NJ",223,"New York, NY and NJ" +398,62,223,"New York, NY and NJ",223,"New York, NY and NJ" +398,63,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +398,64,217,"New York, NY and NJ",217,"New York, NY and NJ" +398,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +398,66,241,"Philadelphia, PA",241,"Philadelphia, PA" +398,67,197,"Portland, ME",197,"Portland, ME" +398,68,198,"Baltimore, MD",198,"Baltimore, MD" +398,69,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +398,70,223,"New York, NY and NJ",223,"New York, NY and NJ" +398,71,217,"New York, NY and NJ",217,"New York, NY and NJ" +398,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +398,73,177,"Savannah, GA",177,"Savannah, GA" +398,74,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +398,75,217,"New York, NY and NJ",217,"New York, NY and NJ" +398,76,197,"Portland, ME",197,"Portland, ME" +398,77,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +398,78,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +398,79,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +398,80,223,"New York, NY and NJ",223,"New York, NY and NJ" +398,81,223,"New York, NY and NJ",223,"New York, NY and NJ" +398,82,197,"Portland, ME",197,"Portland, ME" +398,83,198,"Baltimore, MD",198,"Baltimore, MD" +398,84,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +398,85,172,"Port Everglades, FL",172,"Port Everglades, FL" +398,86,223,"New York, NY and NJ",223,"New York, NY and NJ" +398,87,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +398,88,244,"Providence, RI",244,"Providence, RI" +398,89,169,"Wilmington, DE",169,"Wilmington, DE" +398,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +398,91,197,"Portland, ME",197,"Portland, ME" +398,92,198,"Baltimore, MD",198,"Baltimore, MD" +398,93,197,"Portland, ME",197,"Portland, ME" +398,94,223,"New York, NY and NJ",223,"New York, NY and NJ" +398,95,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +398,96,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +398,97,198,"Baltimore, MD",198,"Baltimore, MD" +398,98,223,"New York, NY and NJ",223,"New York, NY and NJ" +398,99,217,"New York, NY and NJ",217,"New York, NY and NJ" +398,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +398,101,198,"Baltimore, MD",198,"Baltimore, MD" +398,102,201,"Boston, MA",201,"Boston, MA" +398,103,198,"Baltimore, MD",198,"Baltimore, MD" +398,104,197,"Portland, ME",197,"Portland, ME" +398,105,198,"Baltimore, MD",198,"Baltimore, MD" +398,106,217,"New York, NY and NJ",217,"New York, NY and NJ" +398,107,241,"Philadelphia, PA",241,"Philadelphia, PA" +398,108,223,"New York, NY and NJ",223,"New York, NY and NJ" +398,109,201,"Boston, MA",201,"Boston, MA" +398,110,198,"Baltimore, MD",198,"Baltimore, MD" +398,111,217,"New York, NY and NJ",217,"New York, NY and NJ" +398,112,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +398,113,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +398,114,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +398,115,201,"Boston, MA",201,"Boston, MA" +398,116,198,"Baltimore, MD",198,"Baltimore, MD" +398,117,201,"Boston, MA",201,"Boston, MA" +398,118,197,"Portland, ME",197,"Portland, ME" +398,119,197,"Portland, ME",197,"Portland, ME" +398,120,177,"Savannah, GA",177,"Savannah, GA" +398,121,223,"New York, NY and NJ",223,"New York, NY and NJ" +398,122,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +398,123,169,"Wilmington, DE",169,"Wilmington, DE" +398,124,169,"Wilmington, DE",169,"Wilmington, DE" +398,125,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +398,126,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +398,127,223,"New York, NY and NJ",223,"New York, NY and NJ" +398,128,223,"New York, NY and NJ",223,"New York, NY and NJ" +398,129,201,"Boston, MA",201,"Boston, MA" +398,130,223,"New York, NY and NJ",223,"New York, NY and NJ" +398,131,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +398,132,217,"New York, NY and NJ",217,"New York, NY and NJ" +398,151,217,"New York, NY and NJ",177,"Savannah, GA" +398,152,223,"New York, NY and NJ",244,"Providence, RI" +398,153,197,"Portland, ME",177,"Savannah, GA" +398,154,154,"Anchorage, AK",154,"Anchorage, AK" +398,155,223,"New York, NY and NJ",241,"Philadelphia, PA" +398,156,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +398,157,223,"New York, NY and NJ",194,"Lake Charles, LA" +398,158,169,"Wilmington, DE",177,"Savannah, GA" +398,159,265,"Norfolk Harbor, VA",194,"Lake Charles, LA" +398,160,198,"Baltimore, MD",223,"New York, NY and NJ" +398,161,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +398,162,217,"New York, NY and NJ",245,"Charleston, SC" +398,163,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +398,164,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +398,165,217,"New York, NY and NJ",217,"New York, NY and NJ" +398,166,265,"Norfolk Harbor, VA",201,"Boston, MA" +398,167,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +398,168,241,"Philadelphia, PA",197,"Portland, ME" +398,169,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +398,170,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +398,171,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +398,172,217,"New York, NY and NJ",169,"Wilmington, DE" +398,173,197,"Portland, ME",265,"Norfolk Harbor, VA" +398,174,245,"Charleston, SC",241,"Philadelphia, PA" +398,175,244,"Providence, RI",223,"New York, NY and NJ" +398,176,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +398,177,201,"Boston, MA",241,"Philadelphia, PA" +398,178,198,"Baltimore, MD",217,"New York, NY and NJ" +398,179,179,"Honolulu, HI",179,"Honolulu, HI" +398,180,179,"Honolulu, HI",179,"Honolulu, HI" +398,181,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +398,183,197,"Portland, ME",241,"Philadelphia, PA" +398,184,217,"New York, NY and NJ",223,"New York, NY and NJ" +398,185,169,"Wilmington, DE",223,"New York, NY and NJ" +398,186,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +398,187,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +398,188,197,"Portland, ME",197,"Portland, ME" +398,189,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +398,190,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +398,191,244,"Providence, RI",201,"Boston, MA" +398,192,241,"Philadelphia, PA",245,"Charleston, SC" +398,193,198,"Baltimore, MD",195,"New Orleans, LA" +398,194,217,"New York, NY and NJ",195,"New Orleans, LA" +398,195,198,"Baltimore, MD",177,"Savannah, GA" +398,196,198,"Baltimore, MD",195,"New Orleans, LA" +398,197,217,"New York, NY and NJ",223,"New York, NY and NJ" +398,198,197,"Portland, ME",265,"Norfolk Harbor, VA" +398,199,241,"Philadelphia, PA",229,"Wilmington, NC" +398,200,198,"Baltimore, MD",223,"New York, NY and NJ" +398,201,217,"New York, NY and NJ",197,"Portland, ME" +398,202,223,"New York, NY and NJ",223,"New York, NY and NJ" +398,203,217,"New York, NY and NJ",197,"Portland, ME" +398,204,198,"Baltimore, MD",198,"Baltimore, MD" +398,205,223,"New York, NY and NJ",217,"New York, NY and NJ" +398,206,172,"Port Everglades, FL",244,"Providence, RI" +398,207,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +398,208,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +398,209,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +398,210,223,"New York, NY and NJ",197,"Portland, ME" +398,211,217,"New York, NY and NJ",223,"New York, NY and NJ" +398,212,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +398,213,223,"New York, NY and NJ",198,"Baltimore, MD" +398,214,217,"New York, NY and NJ",152,"Mobile, AL" +398,215,223,"New York, NY and NJ",169,"Wilmington, DE" +398,216,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +398,217,201,"Boston, MA",217,"New York, NY and NJ" +398,218,217,"New York, NY and NJ",223,"New York, NY and NJ" +398,219,241,"Philadelphia, PA",217,"New York, NY and NJ" +398,220,197,"Portland, ME",208,"Pascagoula, MS" +398,221,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +398,222,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +398,223,223,"New York, NY and NJ",169,"Wilmington, DE" +398,224,177,"Savannah, GA",197,"Portland, ME" +398,225,218,"Camden-Gloucester, NJ",201,"Boston, MA" +398,226,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +398,227,265,"Norfolk Harbor, VA",197,"Portland, ME" +398,228,241,"Philadelphia, PA",197,"Portland, ME" +398,229,241,"Philadelphia, PA",229,"Wilmington, NC" +398,230,197,"Portland, ME",201,"Boston, MA" +398,231,217,"New York, NY and NJ",217,"New York, NY and NJ" +398,232,198,"Baltimore, MD",217,"New York, NY and NJ" +398,233,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +398,234,198,"Baltimore, MD",198,"Baltimore, MD" +398,235,201,"Boston, MA",265,"Norfolk Harbor, VA" +398,236,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +398,237,229,"Wilmington, NC",245,"Charleston, SC" +398,238,197,"Portland, ME",265,"Norfolk Harbor, VA" +398,239,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +398,240,198,"Baltimore, MD",197,"Portland, ME" +398,241,244,"Providence, RI",198,"Baltimore, MD" +398,242,241,"Philadelphia, PA",197,"Portland, ME" +398,243,223,"New York, NY and NJ",217,"New York, NY and NJ" +398,244,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +398,245,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +398,246,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +398,247,201,"Boston, MA",245,"Charleston, SC" +398,248,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +398,249,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +398,250,197,"Portland, ME",217,"New York, NY and NJ" +398,251,217,"New York, NY and NJ",152,"Mobile, AL" +398,252,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +398,253,217,"New York, NY and NJ",174,"Tampa, FL" +398,254,201,"Boston, MA",218,"Camden-Gloucester, NJ" +398,255,245,"Charleston, SC",265,"Norfolk Harbor, VA" +398,256,172,"Port Everglades, FL",217,"New York, NY and NJ" +398,257,265,"Norfolk Harbor, VA",177,"Savannah, GA" +398,258,223,"New York, NY and NJ",229,"Wilmington, NC" +398,259,223,"New York, NY and NJ",194,"Lake Charles, LA" +398,260,198,"Baltimore, MD",171,"Jacksonville, FL" +398,261,241,"Philadelphia, PA",241,"Philadelphia, PA" +398,262,201,"Boston, MA",223,"New York, NY and NJ" +398,263,201,"Boston, MA",218,"Camden-Gloucester, NJ" +398,264,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +398,265,223,"New York, NY and NJ",244,"Providence, RI" +398,266,223,"New York, NY and NJ",245,"Charleston, SC" +398,267,201,"Boston, MA",241,"Philadelphia, PA" +398,268,223,"New York, NY and NJ",223,"New York, NY and NJ" +398,269,217,"New York, NY and NJ",223,"New York, NY and NJ" +398,270,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +398,271,217,"New York, NY and NJ",223,"New York, NY and NJ" +398,272,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +398,273,265,"Norfolk Harbor, VA",244,"Providence, RI" +399,1,152,"Mobile, AL",152,"Mobile, AL" +399,2,194,"Lake Charles, LA",194,"Lake Charles, LA" +399,3,257,"Houston, TX",257,"Houston, TX" +399,4,257,"Houston, TX",257,"Houston, TX" +399,5,268,"Seattle, WA",268,"Seattle, WA" +399,6,268,"Seattle, WA",268,"Seattle, WA" +399,7,253,"Beaumont, TX",253,"Beaumont, TX" +399,8,159,"Long Beach, CA",159,"Long Beach, CA" +399,9,253,"Beaumont, TX",253,"Beaumont, TX" +399,10,239,"Portland, OR",239,"Portland, OR" +399,11,162,"Oakland, CA",162,"Oakland, CA" +399,12,253,"Beaumont, TX",253,"Beaumont, TX" +399,13,257,"Houston, TX",257,"Houston, TX" +399,14,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +399,15,257,"Houston, TX",257,"Houston, TX" +399,16,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +399,17,194,"Lake Charles, LA",194,"Lake Charles, LA" +399,18,159,"Long Beach, CA",159,"Long Beach, CA" +399,19,194,"Lake Charles, LA",194,"Lake Charles, LA" +399,20,195,"New Orleans, LA",195,"New Orleans, LA" +399,21,195,"New Orleans, LA",195,"New Orleans, LA" +399,22,257,"Houston, TX",257,"Houston, TX" +399,23,257,"Houston, TX",257,"Houston, TX" +399,24,257,"Houston, TX",257,"Houston, TX" +399,25,257,"Houston, TX",257,"Houston, TX" +399,26,195,"New Orleans, LA",195,"New Orleans, LA" +399,27,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +399,28,268,"Seattle, WA",268,"Seattle, WA" +399,29,195,"New Orleans, LA",195,"New Orleans, LA" +399,30,159,"Long Beach, CA",159,"Long Beach, CA" +399,31,195,"New Orleans, LA",195,"New Orleans, LA" +399,32,195,"New Orleans, LA",195,"New Orleans, LA" +399,33,172,"Port Everglades, FL",172,"Port Everglades, FL" +399,34,159,"Long Beach, CA",159,"Long Beach, CA" +399,35,253,"Beaumont, TX",253,"Beaumont, TX" +399,36,159,"Long Beach, CA",159,"Long Beach, CA" +399,37,152,"Mobile, AL",152,"Mobile, AL" +399,38,257,"Houston, TX",257,"Houston, TX" +399,39,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +399,40,257,"Houston, TX",257,"Houston, TX" +399,41,253,"Beaumont, TX",253,"Beaumont, TX" +399,42,257,"Houston, TX",257,"Houston, TX" +399,43,174,"Tampa, FL",174,"Tampa, FL" +399,44,245,"Charleston, SC",245,"Charleston, SC" +399,45,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +399,46,195,"New Orleans, LA",195,"New Orleans, LA" +399,47,152,"Mobile, AL",152,"Mobile, AL" +399,48,159,"Long Beach, CA",159,"Long Beach, CA" +399,49,195,"New Orleans, LA",195,"New Orleans, LA" +399,50,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +399,51,257,"Houston, TX",257,"Houston, TX" +399,52,159,"Long Beach, CA",159,"Long Beach, CA" +399,53,257,"Houston, TX",257,"Houston, TX" +399,54,257,"Houston, TX",257,"Houston, TX" +399,55,253,"Beaumont, TX",253,"Beaumont, TX" +399,56,257,"Houston, TX",257,"Houston, TX" +399,57,257,"Houston, TX",257,"Houston, TX" +399,58,257,"Houston, TX",257,"Houston, TX" +399,59,195,"New Orleans, LA",195,"New Orleans, LA" +399,60,253,"Beaumont, TX",253,"Beaumont, TX" +399,61,253,"Beaumont, TX",253,"Beaumont, TX" +399,62,257,"Houston, TX",257,"Houston, TX" +399,63,172,"Port Everglades, FL",172,"Port Everglades, FL" +399,64,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +399,65,257,"Houston, TX",257,"Houston, TX" +399,66,253,"Beaumont, TX",253,"Beaumont, TX" +399,67,194,"Lake Charles, LA",194,"Lake Charles, LA" +399,68,257,"Houston, TX",257,"Houston, TX" +399,69,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +399,70,253,"Beaumont, TX",253,"Beaumont, TX" +399,71,257,"Houston, TX",257,"Houston, TX" +399,72,253,"Beaumont, TX",253,"Beaumont, TX" +399,73,253,"Beaumont, TX",253,"Beaumont, TX" +399,74,152,"Mobile, AL",152,"Mobile, AL" +399,75,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +399,76,257,"Houston, TX",257,"Houston, TX" +399,77,257,"Houston, TX",257,"Houston, TX" +399,78,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +399,79,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +399,80,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +399,81,253,"Beaumont, TX",253,"Beaumont, TX" +399,82,257,"Houston, TX",257,"Houston, TX" +399,83,257,"Houston, TX",257,"Houston, TX" +399,84,257,"Houston, TX",257,"Houston, TX" +399,85,257,"Houston, TX",257,"Houston, TX" +399,86,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +399,87,257,"Houston, TX",257,"Houston, TX" +399,88,253,"Beaumont, TX",253,"Beaumont, TX" +399,89,257,"Houston, TX",257,"Houston, TX" +399,90,257,"Houston, TX",257,"Houston, TX" +399,91,152,"Mobile, AL",152,"Mobile, AL" +399,92,257,"Houston, TX",257,"Houston, TX" +399,93,159,"Long Beach, CA",159,"Long Beach, CA" +399,94,257,"Houston, TX",257,"Houston, TX" +399,95,159,"Long Beach, CA",159,"Long Beach, CA" +399,96,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +399,97,257,"Houston, TX",257,"Houston, TX" +399,98,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +399,99,195,"New Orleans, LA",195,"New Orleans, LA" +399,100,159,"Long Beach, CA",159,"Long Beach, CA" +399,101,268,"Seattle, WA",268,"Seattle, WA" +399,102,208,"Pascagoula, MS",208,"Pascagoula, MS" +399,103,195,"New Orleans, LA",195,"New Orleans, LA" +399,104,257,"Houston, TX",257,"Houston, TX" +399,105,253,"Beaumont, TX",253,"Beaumont, TX" +399,106,253,"Beaumont, TX",253,"Beaumont, TX" +399,107,257,"Houston, TX",257,"Houston, TX" +399,108,152,"Mobile, AL",152,"Mobile, AL" +399,109,253,"Beaumont, TX",253,"Beaumont, TX" +399,110,195,"New Orleans, LA",195,"New Orleans, LA" +399,111,177,"Savannah, GA",177,"Savannah, GA" +399,112,257,"Houston, TX",257,"Houston, TX" +399,113,174,"Tampa, FL",174,"Tampa, FL" +399,114,195,"New Orleans, LA",195,"New Orleans, LA" +399,115,195,"New Orleans, LA",195,"New Orleans, LA" +399,116,253,"Beaumont, TX",253,"Beaumont, TX" +399,117,162,"Oakland, CA",162,"Oakland, CA" +399,118,162,"Oakland, CA",162,"Oakland, CA" +399,119,162,"Oakland, CA",162,"Oakland, CA" +399,120,257,"Houston, TX",257,"Houston, TX" +399,121,195,"New Orleans, LA",195,"New Orleans, LA" +399,122,253,"Beaumont, TX",253,"Beaumont, TX" +399,123,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +399,124,257,"Houston, TX",257,"Houston, TX" +399,125,257,"Houston, TX",257,"Houston, TX" +399,126,257,"Houston, TX",257,"Houston, TX" +399,127,253,"Beaumont, TX",253,"Beaumont, TX" +399,128,159,"Long Beach, CA",159,"Long Beach, CA" +399,129,253,"Beaumont, TX",253,"Beaumont, TX" +399,130,257,"Houston, TX",257,"Houston, TX" +399,131,194,"Lake Charles, LA",194,"Lake Charles, LA" +399,132,195,"New Orleans, LA",195,"New Orleans, LA" +399,151,253,"Beaumont, TX",152,"Mobile, AL" +399,152,195,"New Orleans, LA",254,"Corpus Christi, TX" +399,153,254,"Corpus Christi, TX",195,"New Orleans, LA" +399,154,154,"Anchorage, AK",154,"Anchorage, AK" +399,155,257,"Houston, TX",194,"Lake Charles, LA" +399,156,194,"Lake Charles, LA",152,"Mobile, AL" +399,157,159,"Long Beach, CA",257,"Houston, TX" +399,158,254,"Corpus Christi, TX",253,"Beaumont, TX" +399,159,257,"Houston, TX",253,"Beaumont, TX" +399,160,257,"Houston, TX",257,"Houston, TX" +399,161,253,"Beaumont, TX",195,"New Orleans, LA" +399,162,152,"Mobile, AL",195,"New Orleans, LA" +399,163,254,"Corpus Christi, TX",195,"New Orleans, LA" +399,164,253,"Beaumont, TX",253,"Beaumont, TX" +399,165,195,"New Orleans, LA",193,"Baton Rouge, LA" +399,166,253,"Beaumont, TX",194,"Lake Charles, LA" +399,167,253,"Beaumont, TX",257,"Houston, TX" +399,168,208,"Pascagoula, MS",198,"Baltimore, MD" +399,169,253,"Beaumont, TX",253,"Beaumont, TX" +399,170,208,"Pascagoula, MS",195,"New Orleans, LA" +399,171,195,"New Orleans, LA",195,"New Orleans, LA" +399,172,257,"Houston, TX",195,"New Orleans, LA" +399,173,193,"Baton Rouge, LA",253,"Beaumont, TX" +399,174,195,"New Orleans, LA",194,"Lake Charles, LA" +399,175,257,"Houston, TX",257,"Houston, TX" +399,176,194,"Lake Charles, LA",195,"New Orleans, LA" +399,177,253,"Beaumont, TX",257,"Houston, TX" +399,178,194,"Lake Charles, LA",195,"New Orleans, LA" +399,179,179,"Honolulu, HI",179,"Honolulu, HI" +399,180,179,"Honolulu, HI",179,"Honolulu, HI" +399,181,253,"Beaumont, TX",253,"Beaumont, TX" +399,183,195,"New Orleans, LA",195,"New Orleans, LA" +399,184,195,"New Orleans, LA",253,"Beaumont, TX" +399,185,193,"Baton Rouge, LA",257,"Houston, TX" +399,186,257,"Houston, TX",253,"Beaumont, TX" +399,187,195,"New Orleans, LA",257,"Houston, TX" +399,188,193,"Baton Rouge, LA",257,"Houston, TX" +399,189,257,"Houston, TX",257,"Houston, TX" +399,190,257,"Houston, TX",195,"New Orleans, LA" +399,191,257,"Houston, TX",195,"New Orleans, LA" +399,192,257,"Houston, TX",253,"Beaumont, TX" +399,193,152,"Mobile, AL",257,"Houston, TX" +399,194,195,"New Orleans, LA",152,"Mobile, AL" +399,195,254,"Corpus Christi, TX",194,"Lake Charles, LA" +399,196,257,"Houston, TX",257,"Houston, TX" +399,197,239,"Portland, OR",159,"Long Beach, CA" +399,198,159,"Long Beach, CA",174,"Tampa, FL" +399,199,193,"Baton Rouge, LA",195,"New Orleans, LA" +399,200,257,"Houston, TX",257,"Houston, TX" +399,201,257,"Houston, TX",195,"New Orleans, LA" +399,202,253,"Beaumont, TX",253,"Beaumont, TX" +399,203,268,"Seattle, WA",195,"New Orleans, LA" +399,204,159,"Long Beach, CA",159,"Long Beach, CA" +399,205,253,"Beaumont, TX",257,"Houston, TX" +399,206,257,"Houston, TX",152,"Mobile, AL" +399,207,253,"Beaumont, TX",253,"Beaumont, TX" +399,208,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +399,209,159,"Long Beach, CA",162,"Oakland, CA" +399,210,159,"Long Beach, CA",268,"Seattle, WA" +399,211,193,"Baton Rouge, LA",257,"Houston, TX" +399,212,257,"Houston, TX",253,"Beaumont, TX" +399,213,257,"Houston, TX",257,"Houston, TX" +399,214,195,"New Orleans, LA",257,"Houston, TX" +399,215,195,"New Orleans, LA",257,"Houston, TX" +399,216,254,"Corpus Christi, TX",195,"New Orleans, LA" +399,217,195,"New Orleans, LA",195,"New Orleans, LA" +399,218,257,"Houston, TX",257,"Houston, TX" +399,219,254,"Corpus Christi, TX",257,"Houston, TX" +399,220,195,"New Orleans, LA",254,"Corpus Christi, TX" +399,221,194,"Lake Charles, LA",195,"New Orleans, LA" +399,222,253,"Beaumont, TX",194,"Lake Charles, LA" +399,223,253,"Beaumont, TX",253,"Beaumont, TX" +399,224,257,"Houston, TX",257,"Houston, TX" +399,225,195,"New Orleans, LA",257,"Houston, TX" +399,226,257,"Houston, TX",195,"New Orleans, LA" +399,227,257,"Houston, TX",257,"Houston, TX" +399,228,194,"Lake Charles, LA",253,"Beaumont, TX" +399,229,208,"Pascagoula, MS",208,"Pascagoula, MS" +399,230,195,"New Orleans, LA",195,"New Orleans, LA" +399,231,257,"Houston, TX",193,"Baton Rouge, LA" +399,232,257,"Houston, TX",257,"Houston, TX" +399,233,195,"New Orleans, LA",195,"New Orleans, LA" +399,234,195,"New Orleans, LA",195,"New Orleans, LA" +399,235,195,"New Orleans, LA",257,"Houston, TX" +399,236,195,"New Orleans, LA",254,"Corpus Christi, TX" +399,237,253,"Beaumont, TX",257,"Houston, TX" +399,238,194,"Lake Charles, LA",257,"Houston, TX" +399,239,194,"Lake Charles, LA",253,"Beaumont, TX" +399,240,159,"Long Beach, CA",257,"Houston, TX" +399,241,257,"Houston, TX",257,"Houston, TX" +399,242,195,"New Orleans, LA",195,"New Orleans, LA" +399,243,195,"New Orleans, LA",254,"Corpus Christi, TX" +399,244,193,"Baton Rouge, LA",257,"Houston, TX" +399,245,257,"Houston, TX",152,"Mobile, AL" +399,246,193,"Baton Rouge, LA",257,"Houston, TX" +399,247,257,"Houston, TX",245,"Charleston, SC" +399,248,254,"Corpus Christi, TX",195,"New Orleans, LA" +399,249,254,"Corpus Christi, TX",195,"New Orleans, LA" +399,250,195,"New Orleans, LA",253,"Beaumont, TX" +399,251,253,"Beaumont, TX",253,"Beaumont, TX" +399,252,195,"New Orleans, LA",195,"New Orleans, LA" +399,253,195,"New Orleans, LA",195,"New Orleans, LA" +399,254,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +399,255,254,"Corpus Christi, TX",253,"Beaumont, TX" +399,256,253,"Beaumont, TX",195,"New Orleans, LA" +399,257,253,"Beaumont, TX",257,"Houston, TX" +399,258,257,"Houston, TX",257,"Houston, TX" +399,259,193,"Baton Rouge, LA",171,"Jacksonville, FL" +399,260,254,"Corpus Christi, TX",208,"Pascagoula, MS" +399,261,195,"New Orleans, LA",195,"New Orleans, LA" +399,262,257,"Houston, TX",253,"Beaumont, TX" +399,263,195,"New Orleans, LA",208,"Pascagoula, MS" +399,264,195,"New Orleans, LA",152,"Mobile, AL" +399,265,257,"Houston, TX",208,"Pascagoula, MS" +399,266,254,"Corpus Christi, TX",208,"Pascagoula, MS" +399,267,253,"Beaumont, TX",195,"New Orleans, LA" +399,268,253,"Beaumont, TX",195,"New Orleans, LA" +399,269,194,"Lake Charles, LA",253,"Beaumont, TX" +399,270,254,"Corpus Christi, TX",257,"Houston, TX" +399,271,194,"Lake Charles, LA",257,"Houston, TX" +399,272,257,"Houston, TX",194,"Lake Charles, LA" +399,273,253,"Beaumont, TX",257,"Houston, TX" +400,1,162,"Oakland, CA",162,"Oakland, CA" +400,2,159,"Long Beach, CA",159,"Long Beach, CA" +400,3,159,"Long Beach, CA",159,"Long Beach, CA" +400,4,268,"Seattle, WA",268,"Seattle, WA" +400,5,162,"Oakland, CA",162,"Oakland, CA" +400,6,268,"Seattle, WA",268,"Seattle, WA" +400,7,268,"Seattle, WA",268,"Seattle, WA" +400,8,269,"Longview, WA",269,"Longview, WA" +400,9,159,"Long Beach, CA",159,"Long Beach, CA" +400,10,159,"Long Beach, CA",159,"Long Beach, CA" +400,11,159,"Long Beach, CA",159,"Long Beach, CA" +400,12,269,"Longview, WA",269,"Longview, WA" +400,13,162,"Oakland, CA",162,"Oakland, CA" +400,14,162,"Oakland, CA",162,"Oakland, CA" +400,15,159,"Long Beach, CA",159,"Long Beach, CA" +400,16,268,"Seattle, WA",268,"Seattle, WA" +400,17,162,"Oakland, CA",162,"Oakland, CA" +400,18,159,"Long Beach, CA",159,"Long Beach, CA" +400,19,268,"Seattle, WA",268,"Seattle, WA" +400,20,159,"Long Beach, CA",159,"Long Beach, CA" +400,21,159,"Long Beach, CA",159,"Long Beach, CA" +400,22,159,"Long Beach, CA",159,"Long Beach, CA" +400,23,159,"Long Beach, CA",159,"Long Beach, CA" +400,24,269,"Longview, WA",269,"Longview, WA" +400,25,268,"Seattle, WA",268,"Seattle, WA" +400,26,268,"Seattle, WA",268,"Seattle, WA" +400,27,159,"Long Beach, CA",159,"Long Beach, CA" +400,28,159,"Long Beach, CA",159,"Long Beach, CA" +400,29,159,"Long Beach, CA",159,"Long Beach, CA" +400,30,268,"Seattle, WA",268,"Seattle, WA" +400,31,159,"Long Beach, CA",159,"Long Beach, CA" +400,32,162,"Oakland, CA",162,"Oakland, CA" +400,33,159,"Long Beach, CA",159,"Long Beach, CA" +400,34,269,"Longview, WA",269,"Longview, WA" +400,35,239,"Portland, OR",239,"Portland, OR" +400,36,268,"Seattle, WA",268,"Seattle, WA" +400,37,268,"Seattle, WA",268,"Seattle, WA" +400,38,159,"Long Beach, CA",159,"Long Beach, CA" +400,39,268,"Seattle, WA",268,"Seattle, WA" +400,40,159,"Long Beach, CA",159,"Long Beach, CA" +400,41,159,"Long Beach, CA",159,"Long Beach, CA" +400,42,159,"Long Beach, CA",159,"Long Beach, CA" +400,43,159,"Long Beach, CA",159,"Long Beach, CA" +400,44,159,"Long Beach, CA",159,"Long Beach, CA" +400,45,268,"Seattle, WA",268,"Seattle, WA" +400,46,159,"Long Beach, CA",159,"Long Beach, CA" +400,47,159,"Long Beach, CA",159,"Long Beach, CA" +400,48,268,"Seattle, WA",268,"Seattle, WA" +400,49,159,"Long Beach, CA",159,"Long Beach, CA" +400,50,159,"Long Beach, CA",159,"Long Beach, CA" +400,51,162,"Oakland, CA",162,"Oakland, CA" +400,52,239,"Portland, OR",239,"Portland, OR" +400,53,159,"Long Beach, CA",159,"Long Beach, CA" +400,54,269,"Longview, WA",269,"Longview, WA" +400,55,268,"Seattle, WA",268,"Seattle, WA" +400,56,159,"Long Beach, CA",159,"Long Beach, CA" +400,57,159,"Long Beach, CA",159,"Long Beach, CA" +400,58,159,"Long Beach, CA",159,"Long Beach, CA" +400,59,159,"Long Beach, CA",159,"Long Beach, CA" +400,60,162,"Oakland, CA",162,"Oakland, CA" +400,61,159,"Long Beach, CA",159,"Long Beach, CA" +400,62,159,"Long Beach, CA",159,"Long Beach, CA" +400,63,159,"Long Beach, CA",159,"Long Beach, CA" +400,64,159,"Long Beach, CA",159,"Long Beach, CA" +400,65,268,"Seattle, WA",268,"Seattle, WA" +400,66,159,"Long Beach, CA",159,"Long Beach, CA" +400,67,159,"Long Beach, CA",159,"Long Beach, CA" +400,68,239,"Portland, OR",239,"Portland, OR" +400,69,162,"Oakland, CA",162,"Oakland, CA" +400,70,162,"Oakland, CA",162,"Oakland, CA" +400,71,268,"Seattle, WA",268,"Seattle, WA" +400,72,159,"Long Beach, CA",159,"Long Beach, CA" +400,73,159,"Long Beach, CA",159,"Long Beach, CA" +400,74,268,"Seattle, WA",268,"Seattle, WA" +400,75,159,"Long Beach, CA",159,"Long Beach, CA" +400,76,159,"Long Beach, CA",159,"Long Beach, CA" +400,77,268,"Seattle, WA",268,"Seattle, WA" +400,78,159,"Long Beach, CA",159,"Long Beach, CA" +400,79,159,"Long Beach, CA",159,"Long Beach, CA" +400,80,239,"Portland, OR",239,"Portland, OR" +400,81,268,"Seattle, WA",268,"Seattle, WA" +400,82,239,"Portland, OR",239,"Portland, OR" +400,83,159,"Long Beach, CA",159,"Long Beach, CA" +400,84,159,"Long Beach, CA",159,"Long Beach, CA" +400,85,269,"Longview, WA",269,"Longview, WA" +400,86,159,"Long Beach, CA",159,"Long Beach, CA" +400,87,269,"Longview, WA",269,"Longview, WA" +400,88,268,"Seattle, WA",268,"Seattle, WA" +400,89,268,"Seattle, WA",268,"Seattle, WA" +400,90,159,"Long Beach, CA",159,"Long Beach, CA" +400,91,162,"Oakland, CA",162,"Oakland, CA" +400,92,159,"Long Beach, CA",159,"Long Beach, CA" +400,93,268,"Seattle, WA",268,"Seattle, WA" +400,94,159,"Long Beach, CA",159,"Long Beach, CA" +400,95,162,"Oakland, CA",162,"Oakland, CA" +400,96,162,"Oakland, CA",162,"Oakland, CA" +400,97,268,"Seattle, WA",268,"Seattle, WA" +400,98,162,"Oakland, CA",162,"Oakland, CA" +400,99,159,"Long Beach, CA",159,"Long Beach, CA" +400,100,268,"Seattle, WA",268,"Seattle, WA" +400,101,268,"Seattle, WA",268,"Seattle, WA" +400,102,159,"Long Beach, CA",159,"Long Beach, CA" +400,103,159,"Long Beach, CA",159,"Long Beach, CA" +400,104,159,"Long Beach, CA",159,"Long Beach, CA" +400,105,268,"Seattle, WA",268,"Seattle, WA" +400,106,159,"Long Beach, CA",159,"Long Beach, CA" +400,107,268,"Seattle, WA",268,"Seattle, WA" +400,108,159,"Long Beach, CA",159,"Long Beach, CA" +400,109,268,"Seattle, WA",268,"Seattle, WA" +400,110,162,"Oakland, CA",162,"Oakland, CA" +400,111,159,"Long Beach, CA",159,"Long Beach, CA" +400,112,159,"Long Beach, CA",159,"Long Beach, CA" +400,113,159,"Long Beach, CA",159,"Long Beach, CA" +400,114,159,"Long Beach, CA",159,"Long Beach, CA" +400,115,159,"Long Beach, CA",159,"Long Beach, CA" +400,116,159,"Long Beach, CA",159,"Long Beach, CA" +400,117,159,"Long Beach, CA",159,"Long Beach, CA" +400,118,268,"Seattle, WA",268,"Seattle, WA" +400,119,268,"Seattle, WA",268,"Seattle, WA" +400,120,159,"Long Beach, CA",159,"Long Beach, CA" +400,121,268,"Seattle, WA",268,"Seattle, WA" +400,122,159,"Long Beach, CA",159,"Long Beach, CA" +400,123,239,"Portland, OR",239,"Portland, OR" +400,124,159,"Long Beach, CA",159,"Long Beach, CA" +400,125,239,"Portland, OR",239,"Portland, OR" +400,126,162,"Oakland, CA",162,"Oakland, CA" +400,127,159,"Long Beach, CA",159,"Long Beach, CA" +400,128,268,"Seattle, WA",268,"Seattle, WA" +400,129,159,"Long Beach, CA",159,"Long Beach, CA" +400,130,268,"Seattle, WA",268,"Seattle, WA" +400,131,159,"Long Beach, CA",159,"Long Beach, CA" +400,132,159,"Long Beach, CA",159,"Long Beach, CA" +400,151,159,"Long Beach, CA",162,"Oakland, CA" +400,152,159,"Long Beach, CA",159,"Long Beach, CA" +400,153,159,"Long Beach, CA",159,"Long Beach, CA" +400,154,154,"Anchorage, AK",154,"Anchorage, AK" +400,155,239,"Portland, OR",159,"Long Beach, CA" +400,156,159,"Long Beach, CA",162,"Oakland, CA" +400,157,159,"Long Beach, CA",159,"Long Beach, CA" +400,158,159,"Long Beach, CA",159,"Long Beach, CA" +400,159,239,"Portland, OR",159,"Long Beach, CA" +400,160,159,"Long Beach, CA",162,"Oakland, CA" +400,161,268,"Seattle, WA",159,"Long Beach, CA" +400,162,268,"Seattle, WA",159,"Long Beach, CA" +400,163,268,"Seattle, WA",159,"Long Beach, CA" +400,164,162,"Oakland, CA",159,"Long Beach, CA" +400,165,159,"Long Beach, CA",159,"Long Beach, CA" +400,166,159,"Long Beach, CA",269,"Longview, WA" +400,167,269,"Longview, WA",162,"Oakland, CA" +400,168,268,"Seattle, WA",268,"Seattle, WA" +400,169,159,"Long Beach, CA",239,"Portland, OR" +400,170,159,"Long Beach, CA",269,"Longview, WA" +400,171,269,"Longview, WA",239,"Portland, OR" +400,172,159,"Long Beach, CA",159,"Long Beach, CA" +400,173,268,"Seattle, WA",159,"Long Beach, CA" +400,174,269,"Longview, WA",159,"Long Beach, CA" +400,175,269,"Longview, WA",268,"Seattle, WA" +400,176,159,"Long Beach, CA",268,"Seattle, WA" +400,177,159,"Long Beach, CA",159,"Long Beach, CA" +400,178,159,"Long Beach, CA",269,"Longview, WA" +400,179,179,"Honolulu, HI",179,"Honolulu, HI" +400,180,179,"Honolulu, HI",179,"Honolulu, HI" +400,181,239,"Portland, OR",239,"Portland, OR" +400,183,162,"Oakland, CA",159,"Long Beach, CA" +400,184,159,"Long Beach, CA",159,"Long Beach, CA" +400,185,239,"Portland, OR",159,"Long Beach, CA" +400,186,159,"Long Beach, CA",159,"Long Beach, CA" +400,187,159,"Long Beach, CA",159,"Long Beach, CA" +400,188,159,"Long Beach, CA",159,"Long Beach, CA" +400,189,162,"Oakland, CA",159,"Long Beach, CA" +400,190,268,"Seattle, WA",159,"Long Beach, CA" +400,191,159,"Long Beach, CA",159,"Long Beach, CA" +400,192,159,"Long Beach, CA",162,"Oakland, CA" +400,193,269,"Longview, WA",162,"Oakland, CA" +400,194,159,"Long Beach, CA",269,"Longview, WA" +400,195,159,"Long Beach, CA",268,"Seattle, WA" +400,196,159,"Long Beach, CA",159,"Long Beach, CA" +400,197,268,"Seattle, WA",159,"Long Beach, CA" +400,198,159,"Long Beach, CA",159,"Long Beach, CA" +400,199,268,"Seattle, WA",159,"Long Beach, CA" +400,200,159,"Long Beach, CA",268,"Seattle, WA" +400,201,159,"Long Beach, CA",162,"Oakland, CA" +400,202,159,"Long Beach, CA",159,"Long Beach, CA" +400,203,239,"Portland, OR",268,"Seattle, WA" +400,204,159,"Long Beach, CA",162,"Oakland, CA" +400,205,159,"Long Beach, CA",162,"Oakland, CA" +400,206,269,"Longview, WA",269,"Longview, WA" +400,207,162,"Oakland, CA",162,"Oakland, CA" +400,208,159,"Long Beach, CA",269,"Longview, WA" +400,209,159,"Long Beach, CA",268,"Seattle, WA" +400,210,159,"Long Beach, CA",269,"Longview, WA" +400,211,268,"Seattle, WA",162,"Oakland, CA" +400,212,268,"Seattle, WA",268,"Seattle, WA" +400,213,162,"Oakland, CA",268,"Seattle, WA" +400,214,159,"Long Beach, CA",159,"Long Beach, CA" +400,215,159,"Long Beach, CA",269,"Longview, WA" +400,216,268,"Seattle, WA",159,"Long Beach, CA" +400,217,162,"Oakland, CA",159,"Long Beach, CA" +400,218,269,"Longview, WA",159,"Long Beach, CA" +400,219,159,"Long Beach, CA",268,"Seattle, WA" +400,220,268,"Seattle, WA",162,"Oakland, CA" +400,221,159,"Long Beach, CA",162,"Oakland, CA" +400,222,159,"Long Beach, CA",159,"Long Beach, CA" +400,223,162,"Oakland, CA",268,"Seattle, WA" +400,224,159,"Long Beach, CA",268,"Seattle, WA" +400,225,159,"Long Beach, CA",268,"Seattle, WA" +400,226,268,"Seattle, WA",239,"Portland, OR" +400,227,268,"Seattle, WA",159,"Long Beach, CA" +400,228,159,"Long Beach, CA",162,"Oakland, CA" +400,229,159,"Long Beach, CA",159,"Long Beach, CA" +400,230,268,"Seattle, WA",159,"Long Beach, CA" +400,231,268,"Seattle, WA",239,"Portland, OR" +400,232,268,"Seattle, WA",239,"Portland, OR" +400,233,159,"Long Beach, CA",162,"Oakland, CA" +400,234,268,"Seattle, WA",159,"Long Beach, CA" +400,235,159,"Long Beach, CA",159,"Long Beach, CA" +400,236,239,"Portland, OR",162,"Oakland, CA" +400,237,269,"Longview, WA",269,"Longview, WA" +400,238,159,"Long Beach, CA",159,"Long Beach, CA" +400,239,268,"Seattle, WA",159,"Long Beach, CA" +400,240,159,"Long Beach, CA",268,"Seattle, WA" +400,241,159,"Long Beach, CA",268,"Seattle, WA" +400,242,159,"Long Beach, CA",159,"Long Beach, CA" +400,243,239,"Portland, OR",159,"Long Beach, CA" +400,244,268,"Seattle, WA",159,"Long Beach, CA" +400,245,268,"Seattle, WA",239,"Portland, OR" +400,246,269,"Longview, WA",159,"Long Beach, CA" +400,247,162,"Oakland, CA",159,"Long Beach, CA" +400,248,162,"Oakland, CA",268,"Seattle, WA" +400,249,268,"Seattle, WA",159,"Long Beach, CA" +400,250,239,"Portland, OR",159,"Long Beach, CA" +400,251,159,"Long Beach, CA",159,"Long Beach, CA" +400,252,159,"Long Beach, CA",159,"Long Beach, CA" +400,253,159,"Long Beach, CA",162,"Oakland, CA" +400,254,239,"Portland, OR",162,"Oakland, CA" +400,255,268,"Seattle, WA",159,"Long Beach, CA" +400,256,159,"Long Beach, CA",268,"Seattle, WA" +400,257,239,"Portland, OR",268,"Seattle, WA" +400,258,159,"Long Beach, CA",159,"Long Beach, CA" +400,259,159,"Long Beach, CA",159,"Long Beach, CA" +400,260,159,"Long Beach, CA",239,"Portland, OR" +400,261,159,"Long Beach, CA",269,"Longview, WA" +400,262,159,"Long Beach, CA",159,"Long Beach, CA" +400,263,159,"Long Beach, CA",268,"Seattle, WA" +400,264,159,"Long Beach, CA",159,"Long Beach, CA" +400,265,159,"Long Beach, CA",162,"Oakland, CA" +400,266,268,"Seattle, WA",239,"Portland, OR" +400,267,239,"Portland, OR",159,"Long Beach, CA" +400,268,268,"Seattle, WA",159,"Long Beach, CA" +400,269,268,"Seattle, WA",159,"Long Beach, CA" +400,270,159,"Long Beach, CA",159,"Long Beach, CA" +400,271,268,"Seattle, WA",159,"Long Beach, CA" +400,272,239,"Portland, OR",159,"Long Beach, CA" +400,273,159,"Long Beach, CA",268,"Seattle, WA" +401,1,241,"Philadelphia, PA",241,"Philadelphia, PA" +401,2,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +401,3,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +401,4,197,"Portland, ME",197,"Portland, ME" +401,5,241,"Philadelphia, PA",241,"Philadelphia, PA" +401,6,217,"New York, NY and NJ",217,"New York, NY and NJ" +401,7,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,8,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,9,197,"Portland, ME",197,"Portland, ME" +401,10,244,"Providence, RI",244,"Providence, RI" +401,11,197,"Portland, ME",197,"Portland, ME" +401,12,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,13,201,"Boston, MA",201,"Boston, MA" +401,14,241,"Philadelphia, PA",241,"Philadelphia, PA" +401,15,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,16,244,"Providence, RI",244,"Providence, RI" +401,17,217,"New York, NY and NJ",217,"New York, NY and NJ" +401,18,241,"Philadelphia, PA",241,"Philadelphia, PA" +401,19,198,"Baltimore, MD",198,"Baltimore, MD" +401,20,241,"Philadelphia, PA",241,"Philadelphia, PA" +401,21,197,"Portland, ME",197,"Portland, ME" +401,22,201,"Boston, MA",201,"Boston, MA" +401,23,217,"New York, NY and NJ",217,"New York, NY and NJ" +401,24,244,"Providence, RI",244,"Providence, RI" +401,25,217,"New York, NY and NJ",217,"New York, NY and NJ" +401,26,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +401,27,197,"Portland, ME",197,"Portland, ME" +401,28,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +401,29,217,"New York, NY and NJ",217,"New York, NY and NJ" +401,30,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,31,201,"Boston, MA",201,"Boston, MA" +401,32,217,"New York, NY and NJ",217,"New York, NY and NJ" +401,33,198,"Baltimore, MD",198,"Baltimore, MD" +401,34,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,35,198,"Baltimore, MD",198,"Baltimore, MD" +401,36,169,"Wilmington, DE",169,"Wilmington, DE" +401,37,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +401,38,217,"New York, NY and NJ",217,"New York, NY and NJ" +401,39,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,40,241,"Philadelphia, PA",241,"Philadelphia, PA" +401,41,201,"Boston, MA",201,"Boston, MA" +401,42,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +401,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,44,217,"New York, NY and NJ",217,"New York, NY and NJ" +401,45,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,46,217,"New York, NY and NJ",217,"New York, NY and NJ" +401,47,217,"New York, NY and NJ",217,"New York, NY and NJ" +401,48,241,"Philadelphia, PA",241,"Philadelphia, PA" +401,49,198,"Baltimore, MD",198,"Baltimore, MD" +401,50,217,"New York, NY and NJ",217,"New York, NY and NJ" +401,51,201,"Boston, MA",201,"Boston, MA" +401,52,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,53,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,54,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +401,55,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +401,56,169,"Wilmington, DE",169,"Wilmington, DE" +401,57,197,"Portland, ME",197,"Portland, ME" +401,58,201,"Boston, MA",201,"Boston, MA" +401,59,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +401,60,201,"Boston, MA",201,"Boston, MA" +401,61,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,62,229,"Wilmington, NC",229,"Wilmington, NC" +401,63,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +401,64,201,"Boston, MA",201,"Boston, MA" +401,65,201,"Boston, MA",201,"Boston, MA" +401,66,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +401,67,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +401,68,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,69,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,70,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,72,217,"New York, NY and NJ",217,"New York, NY and NJ" +401,73,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +401,74,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,75,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,76,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,77,201,"Boston, MA",201,"Boston, MA" +401,78,241,"Philadelphia, PA",241,"Philadelphia, PA" +401,79,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,80,217,"New York, NY and NJ",217,"New York, NY and NJ" +401,81,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,82,198,"Baltimore, MD",198,"Baltimore, MD" +401,83,198,"Baltimore, MD",198,"Baltimore, MD" +401,84,197,"Portland, ME",197,"Portland, ME" +401,85,217,"New York, NY and NJ",217,"New York, NY and NJ" +401,86,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,87,198,"Baltimore, MD",198,"Baltimore, MD" +401,88,197,"Portland, ME",197,"Portland, ME" +401,89,217,"New York, NY and NJ",217,"New York, NY and NJ" +401,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,92,241,"Philadelphia, PA",241,"Philadelphia, PA" +401,93,241,"Philadelphia, PA",241,"Philadelphia, PA" +401,94,201,"Boston, MA",201,"Boston, MA" +401,95,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,96,244,"Providence, RI",244,"Providence, RI" +401,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,98,241,"Philadelphia, PA",241,"Philadelphia, PA" +401,99,217,"New York, NY and NJ",217,"New York, NY and NJ" +401,100,198,"Baltimore, MD",198,"Baltimore, MD" +401,101,241,"Philadelphia, PA",241,"Philadelphia, PA" +401,102,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +401,103,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,104,241,"Philadelphia, PA",241,"Philadelphia, PA" +401,105,169,"Wilmington, DE",169,"Wilmington, DE" +401,106,217,"New York, NY and NJ",217,"New York, NY and NJ" +401,107,217,"New York, NY and NJ",217,"New York, NY and NJ" +401,108,241,"Philadelphia, PA",241,"Philadelphia, PA" +401,109,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,110,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +401,111,201,"Boston, MA",201,"Boston, MA" +401,112,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,113,217,"New York, NY and NJ",217,"New York, NY and NJ" +401,114,217,"New York, NY and NJ",217,"New York, NY and NJ" +401,115,198,"Baltimore, MD",198,"Baltimore, MD" +401,116,198,"Baltimore, MD",198,"Baltimore, MD" +401,117,241,"Philadelphia, PA",241,"Philadelphia, PA" +401,118,197,"Portland, ME",197,"Portland, ME" +401,119,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,120,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +401,121,241,"Philadelphia, PA",241,"Philadelphia, PA" +401,122,201,"Boston, MA",201,"Boston, MA" +401,123,244,"Providence, RI",244,"Providence, RI" +401,124,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,125,241,"Philadelphia, PA",241,"Philadelphia, PA" +401,126,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +401,127,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,128,198,"Baltimore, MD",198,"Baltimore, MD" +401,129,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,130,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,131,198,"Baltimore, MD",198,"Baltimore, MD" +401,132,198,"Baltimore, MD",198,"Baltimore, MD" +401,151,229,"Wilmington, NC",218,"Camden-Gloucester, NJ" +401,152,223,"New York, NY and NJ",241,"Philadelphia, PA" +401,153,217,"New York, NY and NJ",197,"Portland, ME" +401,154,154,"Anchorage, AK",154,"Anchorage, AK" +401,155,198,"Baltimore, MD",223,"New York, NY and NJ" +401,156,217,"New York, NY and NJ",194,"Lake Charles, LA" +401,157,244,"Providence, RI",241,"Philadelphia, PA" +401,158,223,"New York, NY and NJ",217,"New York, NY and NJ" +401,159,198,"Baltimore, MD",241,"Philadelphia, PA" +401,160,241,"Philadelphia, PA",223,"New York, NY and NJ" +401,161,197,"Portland, ME",223,"New York, NY and NJ" +401,162,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +401,163,223,"New York, NY and NJ",217,"New York, NY and NJ" +401,164,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +401,165,197,"Portland, ME",198,"Baltimore, MD" +401,166,197,"Portland, ME",244,"Providence, RI" +401,167,201,"Boston, MA",218,"Camden-Gloucester, NJ" +401,168,197,"Portland, ME",223,"New York, NY and NJ" +401,169,201,"Boston, MA",217,"New York, NY and NJ" +401,170,217,"New York, NY and NJ",217,"New York, NY and NJ" +401,171,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +401,172,177,"Savannah, GA",201,"Boston, MA" +401,173,244,"Providence, RI",177,"Savannah, GA" +401,174,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +401,175,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +401,176,265,"Norfolk Harbor, VA",197,"Portland, ME" +401,177,198,"Baltimore, MD",244,"Providence, RI" +401,178,198,"Baltimore, MD",229,"Wilmington, NC" +401,179,179,"Honolulu, HI",179,"Honolulu, HI" +401,180,179,"Honolulu, HI",179,"Honolulu, HI" +401,181,197,"Portland, ME",241,"Philadelphia, PA" +401,183,197,"Portland, ME",198,"Baltimore, MD" +401,184,223,"New York, NY and NJ",201,"Boston, MA" +401,185,244,"Providence, RI",198,"Baltimore, MD" +401,186,223,"New York, NY and NJ",241,"Philadelphia, PA" +401,187,197,"Portland, ME",197,"Portland, ME" +401,188,217,"New York, NY and NJ",201,"Boston, MA" +401,189,217,"New York, NY and NJ",201,"Boston, MA" +401,190,241,"Philadelphia, PA",201,"Boston, MA" +401,191,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +401,192,217,"New York, NY and NJ",241,"Philadelphia, PA" +401,193,217,"New York, NY and NJ",195,"New Orleans, LA" +401,194,197,"Portland, ME",265,"Norfolk Harbor, VA" +401,195,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +401,196,198,"Baltimore, MD",241,"Philadelphia, PA" +401,197,241,"Philadelphia, PA",169,"Wilmington, DE" +401,198,197,"Portland, ME",241,"Philadelphia, PA" +401,199,223,"New York, NY and NJ",169,"Wilmington, DE" +401,200,244,"Providence, RI",169,"Wilmington, DE" +401,201,223,"New York, NY and NJ",197,"Portland, ME" +401,202,241,"Philadelphia, PA",223,"New York, NY and NJ" +401,203,198,"Baltimore, MD",217,"New York, NY and NJ" +401,204,201,"Boston, MA",197,"Portland, ME" +401,205,217,"New York, NY and NJ",217,"New York, NY and NJ" +401,206,241,"Philadelphia, PA",198,"Baltimore, MD" +401,207,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +401,208,223,"New York, NY and NJ",169,"Wilmington, DE" +401,209,197,"Portland, ME",223,"New York, NY and NJ" +401,210,197,"Portland, ME",197,"Portland, ME" +401,211,197,"Portland, ME",223,"New York, NY and NJ" +401,212,197,"Portland, ME",265,"Norfolk Harbor, VA" +401,213,201,"Boston, MA",201,"Boston, MA" +401,214,223,"New York, NY and NJ",217,"New York, NY and NJ" +401,215,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,216,241,"Philadelphia, PA",201,"Boston, MA" +401,217,241,"Philadelphia, PA",217,"New York, NY and NJ" +401,218,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +401,219,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +401,220,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +401,221,223,"New York, NY and NJ",201,"Boston, MA" +401,222,223,"New York, NY and NJ",201,"Boston, MA" +401,223,198,"Baltimore, MD",197,"Portland, ME" +401,224,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +401,225,197,"Portland, ME",223,"New York, NY and NJ" +401,226,217,"New York, NY and NJ",223,"New York, NY and NJ" +401,227,197,"Portland, ME",217,"New York, NY and NJ" +401,228,197,"Portland, ME",223,"New York, NY and NJ" +401,229,223,"New York, NY and NJ",169,"Wilmington, DE" +401,230,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +401,231,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +401,232,244,"Providence, RI",198,"Baltimore, MD" +401,233,217,"New York, NY and NJ",198,"Baltimore, MD" +401,234,198,"Baltimore, MD",244,"Providence, RI" +401,235,197,"Portland, ME",241,"Philadelphia, PA" +401,236,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +401,237,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,238,197,"Portland, ME",198,"Baltimore, MD" +401,239,223,"New York, NY and NJ",197,"Portland, ME" +401,240,217,"New York, NY and NJ",223,"New York, NY and NJ" +401,241,217,"New York, NY and NJ",197,"Portland, ME" +401,242,217,"New York, NY and NJ",198,"Baltimore, MD" +401,243,197,"Portland, ME",217,"New York, NY and NJ" +401,244,197,"Portland, ME",197,"Portland, ME" +401,245,223,"New York, NY and NJ",201,"Boston, MA" +401,246,197,"Portland, ME",197,"Portland, ME" +401,247,201,"Boston, MA",217,"New York, NY and NJ" +401,248,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,249,241,"Philadelphia, PA",241,"Philadelphia, PA" +401,250,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +401,251,223,"New York, NY and NJ",217,"New York, NY and NJ" +401,252,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +401,253,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +401,254,223,"New York, NY and NJ",244,"Providence, RI" +401,255,223,"New York, NY and NJ",241,"Philadelphia, PA" +401,256,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +401,257,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +401,258,223,"New York, NY and NJ",253,"Beaumont, TX" +401,259,217,"New York, NY and NJ",198,"Baltimore, MD" +401,260,198,"Baltimore, MD",208,"Pascagoula, MS" +401,261,241,"Philadelphia, PA",198,"Baltimore, MD" +401,262,223,"New York, NY and NJ",201,"Boston, MA" +401,263,201,"Boston, MA",217,"New York, NY and NJ" +401,264,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +401,265,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +401,266,217,"New York, NY and NJ",201,"Boston, MA" +401,267,217,"New York, NY and NJ",223,"New York, NY and NJ" +401,268,223,"New York, NY and NJ",201,"Boston, MA" +401,269,223,"New York, NY and NJ",223,"New York, NY and NJ" +401,270,201,"Boston, MA",265,"Norfolk Harbor, VA" +401,271,217,"New York, NY and NJ",241,"Philadelphia, PA" +401,272,223,"New York, NY and NJ",244,"Providence, RI" +401,273,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +402,1,197,"Portland, ME",197,"Portland, ME" +402,2,197,"Portland, ME",197,"Portland, ME" +402,3,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,4,169,"Wilmington, DE",169,"Wilmington, DE" +402,5,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +402,6,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +402,7,197,"Portland, ME",197,"Portland, ME" +402,8,201,"Boston, MA",201,"Boston, MA" +402,9,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,10,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +402,11,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,12,241,"Philadelphia, PA",241,"Philadelphia, PA" +402,13,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,14,198,"Baltimore, MD",198,"Baltimore, MD" +402,15,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,16,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,17,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,18,198,"Baltimore, MD",198,"Baltimore, MD" +402,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,20,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,21,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,22,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,23,198,"Baltimore, MD",198,"Baltimore, MD" +402,24,197,"Portland, ME",197,"Portland, ME" +402,25,241,"Philadelphia, PA",241,"Philadelphia, PA" +402,26,198,"Baltimore, MD",198,"Baltimore, MD" +402,27,198,"Baltimore, MD",198,"Baltimore, MD" +402,28,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,29,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,30,198,"Baltimore, MD",198,"Baltimore, MD" +402,31,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,32,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,33,244,"Providence, RI",244,"Providence, RI" +402,34,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,35,198,"Baltimore, MD",198,"Baltimore, MD" +402,36,198,"Baltimore, MD",198,"Baltimore, MD" +402,37,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,38,201,"Boston, MA",201,"Boston, MA" +402,39,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,40,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,41,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +402,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,43,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,44,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,45,241,"Philadelphia, PA",241,"Philadelphia, PA" +402,46,241,"Philadelphia, PA",241,"Philadelphia, PA" +402,47,201,"Boston, MA",201,"Boston, MA" +402,48,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,49,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,50,244,"Providence, RI",244,"Providence, RI" +402,51,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,52,241,"Philadelphia, PA",241,"Philadelphia, PA" +402,53,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,54,198,"Baltimore, MD",198,"Baltimore, MD" +402,55,244,"Providence, RI",244,"Providence, RI" +402,56,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,57,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,58,201,"Boston, MA",201,"Boston, MA" +402,59,241,"Philadelphia, PA",241,"Philadelphia, PA" +402,60,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +402,61,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +402,62,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,63,241,"Philadelphia, PA",241,"Philadelphia, PA" +402,64,197,"Portland, ME",197,"Portland, ME" +402,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,66,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,68,198,"Baltimore, MD",198,"Baltimore, MD" +402,69,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,70,244,"Providence, RI",244,"Providence, RI" +402,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,72,241,"Philadelphia, PA",241,"Philadelphia, PA" +402,73,197,"Portland, ME",197,"Portland, ME" +402,74,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,75,197,"Portland, ME",197,"Portland, ME" +402,76,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,77,198,"Baltimore, MD",198,"Baltimore, MD" +402,78,198,"Baltimore, MD",198,"Baltimore, MD" +402,79,201,"Boston, MA",201,"Boston, MA" +402,80,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,81,241,"Philadelphia, PA",241,"Philadelphia, PA" +402,82,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +402,83,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,84,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,85,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +402,86,241,"Philadelphia, PA",241,"Philadelphia, PA" +402,87,197,"Portland, ME",197,"Portland, ME" +402,88,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,89,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +402,90,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +402,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,92,241,"Philadelphia, PA",241,"Philadelphia, PA" +402,93,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,94,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,95,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,96,197,"Portland, ME",197,"Portland, ME" +402,97,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,98,197,"Portland, ME",197,"Portland, ME" +402,99,241,"Philadelphia, PA",241,"Philadelphia, PA" +402,100,197,"Portland, ME",197,"Portland, ME" +402,101,241,"Philadelphia, PA",241,"Philadelphia, PA" +402,102,244,"Providence, RI",244,"Providence, RI" +402,103,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,104,198,"Baltimore, MD",198,"Baltimore, MD" +402,105,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +402,106,198,"Baltimore, MD",198,"Baltimore, MD" +402,107,241,"Philadelphia, PA",241,"Philadelphia, PA" +402,108,244,"Providence, RI",244,"Providence, RI" +402,109,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +402,110,197,"Portland, ME",197,"Portland, ME" +402,111,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,112,198,"Baltimore, MD",198,"Baltimore, MD" +402,113,198,"Baltimore, MD",198,"Baltimore, MD" +402,114,241,"Philadelphia, PA",241,"Philadelphia, PA" +402,115,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +402,116,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,117,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,118,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +402,119,197,"Portland, ME",197,"Portland, ME" +402,120,197,"Portland, ME",197,"Portland, ME" +402,121,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +402,122,197,"Portland, ME",197,"Portland, ME" +402,123,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,124,197,"Portland, ME",197,"Portland, ME" +402,125,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,126,198,"Baltimore, MD",198,"Baltimore, MD" +402,127,241,"Philadelphia, PA",241,"Philadelphia, PA" +402,128,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,129,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +402,130,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,132,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,151,265,"Norfolk Harbor, VA",197,"Portland, ME" +402,152,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +402,153,197,"Portland, ME",241,"Philadelphia, PA" +402,154,154,"Anchorage, AK",154,"Anchorage, AK" +402,155,201,"Boston, MA",197,"Portland, ME" +402,156,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +402,157,201,"Boston, MA",198,"Baltimore, MD" +402,158,197,"Portland, ME",217,"New York, NY and NJ" +402,159,244,"Providence, RI",241,"Philadelphia, PA" +402,160,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +402,161,265,"Norfolk Harbor, VA",201,"Boston, MA" +402,162,223,"New York, NY and NJ",201,"Boston, MA" +402,163,223,"New York, NY and NJ",244,"Providence, RI" +402,164,223,"New York, NY and NJ",217,"New York, NY and NJ" +402,165,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +402,166,197,"Portland, ME",241,"Philadelphia, PA" +402,167,223,"New York, NY and NJ",241,"Philadelphia, PA" +402,168,201,"Boston, MA",218,"Camden-Gloucester, NJ" +402,169,198,"Baltimore, MD",241,"Philadelphia, PA" +402,170,223,"New York, NY and NJ",197,"Portland, ME" +402,171,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,172,245,"Charleston, SC",265,"Norfolk Harbor, VA" +402,173,169,"Wilmington, DE",217,"New York, NY and NJ" +402,174,201,"Boston, MA",223,"New York, NY and NJ" +402,175,223,"New York, NY and NJ",198,"Baltimore, MD" +402,176,223,"New York, NY and NJ",223,"New York, NY and NJ" +402,177,217,"New York, NY and NJ",245,"Charleston, SC" +402,178,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +402,179,179,"Honolulu, HI",179,"Honolulu, HI" +402,180,179,"Honolulu, HI",179,"Honolulu, HI" +402,181,197,"Portland, ME",223,"New York, NY and NJ" +402,183,217,"New York, NY and NJ",201,"Boston, MA" +402,184,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +402,185,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,186,223,"New York, NY and NJ",244,"Providence, RI" +402,187,217,"New York, NY and NJ",244,"Providence, RI" +402,188,244,"Providence, RI",223,"New York, NY and NJ" +402,189,197,"Portland, ME",217,"New York, NY and NJ" +402,190,197,"Portland, ME",223,"New York, NY and NJ" +402,191,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,192,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +402,193,197,"Portland, ME",223,"New York, NY and NJ" +402,194,217,"New York, NY and NJ",241,"Philadelphia, PA" +402,195,201,"Boston, MA",241,"Philadelphia, PA" +402,196,241,"Philadelphia, PA",198,"Baltimore, MD" +402,197,201,"Boston, MA",198,"Baltimore, MD" +402,198,241,"Philadelphia, PA",198,"Baltimore, MD" +402,199,197,"Portland, ME",217,"New York, NY and NJ" +402,200,241,"Philadelphia, PA",241,"Philadelphia, PA" +402,201,223,"New York, NY and NJ",244,"Providence, RI" +402,202,201,"Boston, MA",218,"Camden-Gloucester, NJ" +402,203,217,"New York, NY and NJ",197,"Portland, ME" +402,204,197,"Portland, ME",201,"Boston, MA" +402,205,223,"New York, NY and NJ",217,"New York, NY and NJ" +402,206,223,"New York, NY and NJ",201,"Boston, MA" +402,207,223,"New York, NY and NJ",198,"Baltimore, MD" +402,208,217,"New York, NY and NJ",241,"Philadelphia, PA" +402,209,244,"Providence, RI",198,"Baltimore, MD" +402,210,197,"Portland, ME",244,"Providence, RI" +402,211,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +402,212,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +402,213,217,"New York, NY and NJ",217,"New York, NY and NJ" +402,214,198,"Baltimore, MD",201,"Boston, MA" +402,215,169,"Wilmington, DE",241,"Philadelphia, PA" +402,216,201,"Boston, MA",244,"Providence, RI" +402,217,223,"New York, NY and NJ",198,"Baltimore, MD" +402,218,201,"Boston, MA",217,"New York, NY and NJ" +402,219,223,"New York, NY and NJ",198,"Baltimore, MD" +402,220,241,"Philadelphia, PA",198,"Baltimore, MD" +402,221,217,"New York, NY and NJ",197,"Portland, ME" +402,222,218,"Camden-Gloucester, NJ",197,"Portland, ME" +402,223,201,"Boston, MA",223,"New York, NY and NJ" +402,224,201,"Boston, MA",223,"New York, NY and NJ" +402,225,201,"Boston, MA",244,"Providence, RI" +402,226,217,"New York, NY and NJ",169,"Wilmington, DE" +402,227,217,"New York, NY and NJ",223,"New York, NY and NJ" +402,228,201,"Boston, MA",217,"New York, NY and NJ" +402,229,198,"Baltimore, MD",223,"New York, NY and NJ" +402,230,201,"Boston, MA",244,"Providence, RI" +402,231,201,"Boston, MA",217,"New York, NY and NJ" +402,232,197,"Portland, ME",197,"Portland, ME" +402,233,197,"Portland, ME",217,"New York, NY and NJ" +402,234,223,"New York, NY and NJ",217,"New York, NY and NJ" +402,235,265,"Norfolk Harbor, VA",197,"Portland, ME" +402,236,223,"New York, NY and NJ",217,"New York, NY and NJ" +402,237,197,"Portland, ME",223,"New York, NY and NJ" +402,238,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +402,239,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +402,240,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +402,241,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +402,242,241,"Philadelphia, PA",217,"New York, NY and NJ" +402,243,217,"New York, NY and NJ",198,"Baltimore, MD" +402,244,241,"Philadelphia, PA",197,"Portland, ME" +402,245,201,"Boston, MA",223,"New York, NY and NJ" +402,246,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +402,247,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +402,248,217,"New York, NY and NJ",223,"New York, NY and NJ" +402,249,241,"Philadelphia, PA",197,"Portland, ME" +402,250,217,"New York, NY and NJ",197,"Portland, ME" +402,251,201,"Boston, MA",241,"Philadelphia, PA" +402,252,223,"New York, NY and NJ",195,"New Orleans, LA" +402,253,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +402,254,223,"New York, NY and NJ",217,"New York, NY and NJ" +402,255,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +402,256,241,"Philadelphia, PA",217,"New York, NY and NJ" +402,257,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +402,258,197,"Portland, ME",245,"Charleston, SC" +402,259,198,"Baltimore, MD",177,"Savannah, GA" +402,260,197,"Portland, ME",201,"Boston, MA" +402,261,201,"Boston, MA",198,"Baltimore, MD" +402,262,197,"Portland, ME",241,"Philadelphia, PA" +402,263,201,"Boston, MA",241,"Philadelphia, PA" +402,264,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +402,265,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +402,266,217,"New York, NY and NJ",223,"New York, NY and NJ" +402,267,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +402,268,223,"New York, NY and NJ",201,"Boston, MA" +402,269,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +402,270,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +402,271,217,"New York, NY and NJ",201,"Boston, MA" +402,272,198,"Baltimore, MD",197,"Portland, ME" +402,273,217,"New York, NY and NJ",201,"Boston, MA" +403,1,159,"Long Beach, CA",159,"Long Beach, CA" +403,2,269,"Longview, WA",269,"Longview, WA" +403,3,268,"Seattle, WA",268,"Seattle, WA" +403,4,159,"Long Beach, CA",159,"Long Beach, CA" +403,5,162,"Oakland, CA",162,"Oakland, CA" +403,6,159,"Long Beach, CA",159,"Long Beach, CA" +403,7,268,"Seattle, WA",268,"Seattle, WA" +403,8,159,"Long Beach, CA",159,"Long Beach, CA" +403,9,159,"Long Beach, CA",159,"Long Beach, CA" +403,10,159,"Long Beach, CA",159,"Long Beach, CA" +403,11,268,"Seattle, WA",268,"Seattle, WA" +403,12,162,"Oakland, CA",162,"Oakland, CA" +403,13,268,"Seattle, WA",268,"Seattle, WA" +403,14,159,"Long Beach, CA",159,"Long Beach, CA" +403,15,239,"Portland, OR",239,"Portland, OR" +403,16,162,"Oakland, CA",162,"Oakland, CA" +403,17,159,"Long Beach, CA",159,"Long Beach, CA" +403,18,268,"Seattle, WA",268,"Seattle, WA" +403,19,159,"Long Beach, CA",159,"Long Beach, CA" +403,20,159,"Long Beach, CA",159,"Long Beach, CA" +403,21,159,"Long Beach, CA",159,"Long Beach, CA" +403,22,159,"Long Beach, CA",159,"Long Beach, CA" +403,23,159,"Long Beach, CA",159,"Long Beach, CA" +403,24,159,"Long Beach, CA",159,"Long Beach, CA" +403,25,269,"Longview, WA",269,"Longview, WA" +403,26,268,"Seattle, WA",268,"Seattle, WA" +403,27,268,"Seattle, WA",268,"Seattle, WA" +403,28,268,"Seattle, WA",268,"Seattle, WA" +403,29,159,"Long Beach, CA",159,"Long Beach, CA" +403,30,159,"Long Beach, CA",159,"Long Beach, CA" +403,31,162,"Oakland, CA",162,"Oakland, CA" +403,32,159,"Long Beach, CA",159,"Long Beach, CA" +403,33,268,"Seattle, WA",268,"Seattle, WA" +403,34,159,"Long Beach, CA",159,"Long Beach, CA" +403,35,159,"Long Beach, CA",159,"Long Beach, CA" +403,36,268,"Seattle, WA",268,"Seattle, WA" +403,37,159,"Long Beach, CA",159,"Long Beach, CA" +403,38,159,"Long Beach, CA",159,"Long Beach, CA" +403,39,162,"Oakland, CA",162,"Oakland, CA" +403,40,162,"Oakland, CA",162,"Oakland, CA" +403,41,159,"Long Beach, CA",159,"Long Beach, CA" +403,42,159,"Long Beach, CA",159,"Long Beach, CA" +403,43,162,"Oakland, CA",162,"Oakland, CA" +403,44,239,"Portland, OR",239,"Portland, OR" +403,45,268,"Seattle, WA",268,"Seattle, WA" +403,46,159,"Long Beach, CA",159,"Long Beach, CA" +403,47,159,"Long Beach, CA",159,"Long Beach, CA" +403,48,159,"Long Beach, CA",159,"Long Beach, CA" +403,49,239,"Portland, OR",239,"Portland, OR" +403,50,159,"Long Beach, CA",159,"Long Beach, CA" +403,51,159,"Long Beach, CA",159,"Long Beach, CA" +403,52,239,"Portland, OR",239,"Portland, OR" +403,53,162,"Oakland, CA",162,"Oakland, CA" +403,54,159,"Long Beach, CA",159,"Long Beach, CA" +403,55,268,"Seattle, WA",268,"Seattle, WA" +403,56,268,"Seattle, WA",268,"Seattle, WA" +403,57,162,"Oakland, CA",162,"Oakland, CA" +403,58,159,"Long Beach, CA",159,"Long Beach, CA" +403,59,159,"Long Beach, CA",159,"Long Beach, CA" +403,60,159,"Long Beach, CA",159,"Long Beach, CA" +403,61,159,"Long Beach, CA",159,"Long Beach, CA" +403,62,268,"Seattle, WA",268,"Seattle, WA" +403,63,159,"Long Beach, CA",159,"Long Beach, CA" +403,64,159,"Long Beach, CA",159,"Long Beach, CA" +403,65,268,"Seattle, WA",268,"Seattle, WA" +403,66,159,"Long Beach, CA",159,"Long Beach, CA" +403,67,159,"Long Beach, CA",159,"Long Beach, CA" +403,68,268,"Seattle, WA",268,"Seattle, WA" +403,69,162,"Oakland, CA",162,"Oakland, CA" +403,70,159,"Long Beach, CA",159,"Long Beach, CA" +403,71,159,"Long Beach, CA",159,"Long Beach, CA" +403,72,159,"Long Beach, CA",159,"Long Beach, CA" +403,73,159,"Long Beach, CA",159,"Long Beach, CA" +403,74,159,"Long Beach, CA",159,"Long Beach, CA" +403,75,162,"Oakland, CA",162,"Oakland, CA" +403,76,269,"Longview, WA",269,"Longview, WA" +403,77,162,"Oakland, CA",162,"Oakland, CA" +403,78,269,"Longview, WA",269,"Longview, WA" +403,79,268,"Seattle, WA",268,"Seattle, WA" +403,80,162,"Oakland, CA",162,"Oakland, CA" +403,81,268,"Seattle, WA",268,"Seattle, WA" +403,82,159,"Long Beach, CA",159,"Long Beach, CA" +403,83,268,"Seattle, WA",268,"Seattle, WA" +403,84,159,"Long Beach, CA",159,"Long Beach, CA" +403,85,162,"Oakland, CA",162,"Oakland, CA" +403,86,159,"Long Beach, CA",159,"Long Beach, CA" +403,87,159,"Long Beach, CA",159,"Long Beach, CA" +403,88,239,"Portland, OR",239,"Portland, OR" +403,89,159,"Long Beach, CA",159,"Long Beach, CA" +403,90,162,"Oakland, CA",162,"Oakland, CA" +403,91,159,"Long Beach, CA",159,"Long Beach, CA" +403,92,159,"Long Beach, CA",159,"Long Beach, CA" +403,93,159,"Long Beach, CA",159,"Long Beach, CA" +403,94,159,"Long Beach, CA",159,"Long Beach, CA" +403,95,268,"Seattle, WA",268,"Seattle, WA" +403,96,162,"Oakland, CA",162,"Oakland, CA" +403,97,159,"Long Beach, CA",159,"Long Beach, CA" +403,98,159,"Long Beach, CA",159,"Long Beach, CA" +403,99,159,"Long Beach, CA",159,"Long Beach, CA" +403,100,269,"Longview, WA",269,"Longview, WA" +403,101,159,"Long Beach, CA",159,"Long Beach, CA" +403,102,159,"Long Beach, CA",159,"Long Beach, CA" +403,103,162,"Oakland, CA",162,"Oakland, CA" +403,104,268,"Seattle, WA",268,"Seattle, WA" +403,105,159,"Long Beach, CA",159,"Long Beach, CA" +403,106,239,"Portland, OR",239,"Portland, OR" +403,107,239,"Portland, OR",239,"Portland, OR" +403,108,162,"Oakland, CA",162,"Oakland, CA" +403,109,268,"Seattle, WA",268,"Seattle, WA" +403,110,159,"Long Beach, CA",159,"Long Beach, CA" +403,111,159,"Long Beach, CA",159,"Long Beach, CA" +403,112,159,"Long Beach, CA",159,"Long Beach, CA" +403,113,159,"Long Beach, CA",159,"Long Beach, CA" +403,114,269,"Longview, WA",269,"Longview, WA" +403,115,268,"Seattle, WA",268,"Seattle, WA" +403,116,268,"Seattle, WA",268,"Seattle, WA" +403,117,239,"Portland, OR",239,"Portland, OR" +403,118,159,"Long Beach, CA",159,"Long Beach, CA" +403,119,159,"Long Beach, CA",159,"Long Beach, CA" +403,120,268,"Seattle, WA",268,"Seattle, WA" +403,121,159,"Long Beach, CA",159,"Long Beach, CA" +403,122,162,"Oakland, CA",162,"Oakland, CA" +403,123,162,"Oakland, CA",162,"Oakland, CA" +403,124,159,"Long Beach, CA",159,"Long Beach, CA" +403,125,159,"Long Beach, CA",159,"Long Beach, CA" +403,126,269,"Longview, WA",269,"Longview, WA" +403,127,162,"Oakland, CA",162,"Oakland, CA" +403,128,159,"Long Beach, CA",159,"Long Beach, CA" +403,129,159,"Long Beach, CA",159,"Long Beach, CA" +403,130,239,"Portland, OR",239,"Portland, OR" +403,131,159,"Long Beach, CA",159,"Long Beach, CA" +403,132,162,"Oakland, CA",162,"Oakland, CA" +403,151,159,"Long Beach, CA",159,"Long Beach, CA" +403,152,268,"Seattle, WA",269,"Longview, WA" +403,153,159,"Long Beach, CA",268,"Seattle, WA" +403,154,154,"Anchorage, AK",154,"Anchorage, AK" +403,155,268,"Seattle, WA",239,"Portland, OR" +403,156,159,"Long Beach, CA",268,"Seattle, WA" +403,157,159,"Long Beach, CA",159,"Long Beach, CA" +403,158,159,"Long Beach, CA",159,"Long Beach, CA" +403,159,162,"Oakland, CA",159,"Long Beach, CA" +403,160,268,"Seattle, WA",162,"Oakland, CA" +403,161,268,"Seattle, WA",159,"Long Beach, CA" +403,162,268,"Seattle, WA",268,"Seattle, WA" +403,163,239,"Portland, OR",239,"Portland, OR" +403,164,159,"Long Beach, CA",159,"Long Beach, CA" +403,165,268,"Seattle, WA",159,"Long Beach, CA" +403,166,159,"Long Beach, CA",269,"Longview, WA" +403,167,162,"Oakland, CA",159,"Long Beach, CA" +403,168,159,"Long Beach, CA",269,"Longview, WA" +403,169,159,"Long Beach, CA",159,"Long Beach, CA" +403,170,159,"Long Beach, CA",159,"Long Beach, CA" +403,171,268,"Seattle, WA",239,"Portland, OR" +403,172,159,"Long Beach, CA",159,"Long Beach, CA" +403,173,159,"Long Beach, CA",159,"Long Beach, CA" +403,174,159,"Long Beach, CA",268,"Seattle, WA" +403,175,159,"Long Beach, CA",162,"Oakland, CA" +403,176,268,"Seattle, WA",159,"Long Beach, CA" +403,177,162,"Oakland, CA",159,"Long Beach, CA" +403,178,159,"Long Beach, CA",268,"Seattle, WA" +403,179,179,"Honolulu, HI",179,"Honolulu, HI" +403,180,179,"Honolulu, HI",179,"Honolulu, HI" +403,181,239,"Portland, OR",159,"Long Beach, CA" +403,183,239,"Portland, OR",159,"Long Beach, CA" +403,184,159,"Long Beach, CA",159,"Long Beach, CA" +403,185,159,"Long Beach, CA",162,"Oakland, CA" +403,186,239,"Portland, OR",162,"Oakland, CA" +403,187,162,"Oakland, CA",159,"Long Beach, CA" +403,188,268,"Seattle, WA",159,"Long Beach, CA" +403,189,162,"Oakland, CA",239,"Portland, OR" +403,190,159,"Long Beach, CA",159,"Long Beach, CA" +403,191,162,"Oakland, CA",159,"Long Beach, CA" +403,192,159,"Long Beach, CA",268,"Seattle, WA" +403,193,239,"Portland, OR",159,"Long Beach, CA" +403,194,159,"Long Beach, CA",162,"Oakland, CA" +403,195,268,"Seattle, WA",159,"Long Beach, CA" +403,196,159,"Long Beach, CA",162,"Oakland, CA" +403,197,268,"Seattle, WA",269,"Longview, WA" +403,198,159,"Long Beach, CA",159,"Long Beach, CA" +403,199,162,"Oakland, CA",159,"Long Beach, CA" +403,200,159,"Long Beach, CA",162,"Oakland, CA" +403,201,159,"Long Beach, CA",159,"Long Beach, CA" +403,202,268,"Seattle, WA",159,"Long Beach, CA" +403,203,162,"Oakland, CA",159,"Long Beach, CA" +403,204,268,"Seattle, WA",159,"Long Beach, CA" +403,205,159,"Long Beach, CA",159,"Long Beach, CA" +403,206,159,"Long Beach, CA",239,"Portland, OR" +403,207,159,"Long Beach, CA",239,"Portland, OR" +403,208,268,"Seattle, WA",269,"Longview, WA" +403,209,239,"Portland, OR",159,"Long Beach, CA" +403,210,268,"Seattle, WA",159,"Long Beach, CA" +403,211,159,"Long Beach, CA",268,"Seattle, WA" +403,212,159,"Long Beach, CA",159,"Long Beach, CA" +403,213,162,"Oakland, CA",162,"Oakland, CA" +403,214,159,"Long Beach, CA",162,"Oakland, CA" +403,215,159,"Long Beach, CA",268,"Seattle, WA" +403,216,239,"Portland, OR",268,"Seattle, WA" +403,217,159,"Long Beach, CA",159,"Long Beach, CA" +403,218,269,"Longview, WA",159,"Long Beach, CA" +403,219,159,"Long Beach, CA",159,"Long Beach, CA" +403,220,162,"Oakland, CA",159,"Long Beach, CA" +403,221,162,"Oakland, CA",159,"Long Beach, CA" +403,222,269,"Longview, WA",268,"Seattle, WA" +403,223,268,"Seattle, WA",269,"Longview, WA" +403,224,159,"Long Beach, CA",159,"Long Beach, CA" +403,225,162,"Oakland, CA",159,"Long Beach, CA" +403,226,159,"Long Beach, CA",162,"Oakland, CA" +403,227,268,"Seattle, WA",239,"Portland, OR" +403,228,159,"Long Beach, CA",162,"Oakland, CA" +403,229,268,"Seattle, WA",268,"Seattle, WA" +403,230,268,"Seattle, WA",268,"Seattle, WA" +403,231,159,"Long Beach, CA",159,"Long Beach, CA" +403,232,268,"Seattle, WA",159,"Long Beach, CA" +403,233,159,"Long Beach, CA",239,"Portland, OR" +403,234,159,"Long Beach, CA",159,"Long Beach, CA" +403,235,268,"Seattle, WA",269,"Longview, WA" +403,236,268,"Seattle, WA",159,"Long Beach, CA" +403,237,159,"Long Beach, CA",159,"Long Beach, CA" +403,238,269,"Longview, WA",162,"Oakland, CA" +403,239,159,"Long Beach, CA",268,"Seattle, WA" +403,240,159,"Long Beach, CA",159,"Long Beach, CA" +403,241,159,"Long Beach, CA",159,"Long Beach, CA" +403,242,159,"Long Beach, CA",159,"Long Beach, CA" +403,243,159,"Long Beach, CA",159,"Long Beach, CA" +403,244,159,"Long Beach, CA",159,"Long Beach, CA" +403,245,159,"Long Beach, CA",159,"Long Beach, CA" +403,246,159,"Long Beach, CA",239,"Portland, OR" +403,247,159,"Long Beach, CA",159,"Long Beach, CA" +403,248,159,"Long Beach, CA",159,"Long Beach, CA" +403,249,268,"Seattle, WA",268,"Seattle, WA" +403,250,268,"Seattle, WA",159,"Long Beach, CA" +403,251,159,"Long Beach, CA",159,"Long Beach, CA" +403,252,159,"Long Beach, CA",159,"Long Beach, CA" +403,253,159,"Long Beach, CA",159,"Long Beach, CA" +403,254,268,"Seattle, WA",159,"Long Beach, CA" +403,255,159,"Long Beach, CA",162,"Oakland, CA" +403,256,159,"Long Beach, CA",159,"Long Beach, CA" +403,257,159,"Long Beach, CA",162,"Oakland, CA" +403,258,159,"Long Beach, CA",162,"Oakland, CA" +403,259,159,"Long Beach, CA",159,"Long Beach, CA" +403,260,159,"Long Beach, CA",268,"Seattle, WA" +403,261,159,"Long Beach, CA",159,"Long Beach, CA" +403,262,269,"Longview, WA",159,"Long Beach, CA" +403,263,268,"Seattle, WA",159,"Long Beach, CA" +403,264,269,"Longview, WA",159,"Long Beach, CA" +403,265,239,"Portland, OR",159,"Long Beach, CA" +403,266,159,"Long Beach, CA",159,"Long Beach, CA" +403,267,159,"Long Beach, CA",162,"Oakland, CA" +403,268,268,"Seattle, WA",268,"Seattle, WA" +403,269,159,"Long Beach, CA",159,"Long Beach, CA" +403,270,162,"Oakland, CA",159,"Long Beach, CA" +403,271,239,"Portland, OR",268,"Seattle, WA" +403,272,159,"Long Beach, CA",159,"Long Beach, CA" +403,273,159,"Long Beach, CA",159,"Long Beach, CA" +404,1,198,"Baltimore, MD",198,"Baltimore, MD" +404,2,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +404,3,217,"New York, NY and NJ",217,"New York, NY and NJ" +404,4,217,"New York, NY and NJ",217,"New York, NY and NJ" +404,5,217,"New York, NY and NJ",217,"New York, NY and NJ" +404,6,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,7,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,8,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,9,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,10,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +404,11,241,"Philadelphia, PA",241,"Philadelphia, PA" +404,12,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,13,201,"Boston, MA",201,"Boston, MA" +404,14,217,"New York, NY and NJ",217,"New York, NY and NJ" +404,15,201,"Boston, MA",201,"Boston, MA" +404,16,217,"New York, NY and NJ",217,"New York, NY and NJ" +404,17,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +404,18,217,"New York, NY and NJ",217,"New York, NY and NJ" +404,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +404,20,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,21,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +404,22,241,"Philadelphia, PA",241,"Philadelphia, PA" +404,23,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,24,217,"New York, NY and NJ",217,"New York, NY and NJ" +404,25,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,26,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +404,27,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,28,201,"Boston, MA",201,"Boston, MA" +404,29,201,"Boston, MA",201,"Boston, MA" +404,30,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +404,31,198,"Baltimore, MD",198,"Baltimore, MD" +404,32,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,33,241,"Philadelphia, PA",241,"Philadelphia, PA" +404,34,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +404,35,197,"Portland, ME",197,"Portland, ME" +404,36,241,"Philadelphia, PA",241,"Philadelphia, PA" +404,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,38,198,"Baltimore, MD",198,"Baltimore, MD" +404,39,201,"Boston, MA",201,"Boston, MA" +404,40,169,"Wilmington, DE",169,"Wilmington, DE" +404,41,197,"Portland, ME",197,"Portland, ME" +404,42,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +404,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,44,197,"Portland, ME",197,"Portland, ME" +404,45,198,"Baltimore, MD",198,"Baltimore, MD" +404,46,197,"Portland, ME",197,"Portland, ME" +404,47,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +404,48,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,49,217,"New York, NY and NJ",217,"New York, NY and NJ" +404,50,241,"Philadelphia, PA",241,"Philadelphia, PA" +404,51,244,"Providence, RI",244,"Providence, RI" +404,52,241,"Philadelphia, PA",241,"Philadelphia, PA" +404,53,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,54,241,"Philadelphia, PA",241,"Philadelphia, PA" +404,55,197,"Portland, ME",197,"Portland, ME" +404,56,217,"New York, NY and NJ",217,"New York, NY and NJ" +404,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,58,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,59,217,"New York, NY and NJ",217,"New York, NY and NJ" +404,60,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,61,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,62,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,63,241,"Philadelphia, PA",241,"Philadelphia, PA" +404,64,241,"Philadelphia, PA",241,"Philadelphia, PA" +404,65,198,"Baltimore, MD",198,"Baltimore, MD" +404,66,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +404,67,241,"Philadelphia, PA",241,"Philadelphia, PA" +404,68,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +404,69,217,"New York, NY and NJ",217,"New York, NY and NJ" +404,70,197,"Portland, ME",197,"Portland, ME" +404,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,72,217,"New York, NY and NJ",217,"New York, NY and NJ" +404,73,169,"Wilmington, DE",169,"Wilmington, DE" +404,74,244,"Providence, RI",244,"Providence, RI" +404,75,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +404,76,241,"Philadelphia, PA",241,"Philadelphia, PA" +404,77,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,78,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +404,79,197,"Portland, ME",197,"Portland, ME" +404,80,201,"Boston, MA",201,"Boston, MA" +404,81,201,"Boston, MA",201,"Boston, MA" +404,82,201,"Boston, MA",201,"Boston, MA" +404,83,198,"Baltimore, MD",198,"Baltimore, MD" +404,84,198,"Baltimore, MD",198,"Baltimore, MD" +404,85,217,"New York, NY and NJ",217,"New York, NY and NJ" +404,86,217,"New York, NY and NJ",217,"New York, NY and NJ" +404,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,88,217,"New York, NY and NJ",217,"New York, NY and NJ" +404,89,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,90,241,"Philadelphia, PA",241,"Philadelphia, PA" +404,91,198,"Baltimore, MD",198,"Baltimore, MD" +404,92,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,93,198,"Baltimore, MD",198,"Baltimore, MD" +404,94,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,95,217,"New York, NY and NJ",217,"New York, NY and NJ" +404,96,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,97,197,"Portland, ME",197,"Portland, ME" +404,98,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,99,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +404,100,217,"New York, NY and NJ",217,"New York, NY and NJ" +404,101,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +404,102,217,"New York, NY and NJ",217,"New York, NY and NJ" +404,103,201,"Boston, MA",201,"Boston, MA" +404,104,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,105,169,"Wilmington, DE",169,"Wilmington, DE" +404,106,197,"Portland, ME",197,"Portland, ME" +404,107,197,"Portland, ME",197,"Portland, ME" +404,108,197,"Portland, ME",197,"Portland, ME" +404,109,201,"Boston, MA",201,"Boston, MA" +404,110,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,111,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +404,112,197,"Portland, ME",197,"Portland, ME" +404,113,244,"Providence, RI",244,"Providence, RI" +404,114,169,"Wilmington, DE",169,"Wilmington, DE" +404,115,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +404,116,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +404,117,244,"Providence, RI",244,"Providence, RI" +404,118,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,119,197,"Portland, ME",197,"Portland, ME" +404,120,198,"Baltimore, MD",198,"Baltimore, MD" +404,121,244,"Providence, RI",244,"Providence, RI" +404,122,241,"Philadelphia, PA",241,"Philadelphia, PA" +404,123,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,124,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,126,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,127,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,128,217,"New York, NY and NJ",217,"New York, NY and NJ" +404,129,198,"Baltimore, MD",198,"Baltimore, MD" +404,130,198,"Baltimore, MD",198,"Baltimore, MD" +404,131,197,"Portland, ME",197,"Portland, ME" +404,132,201,"Boston, MA",201,"Boston, MA" +404,151,201,"Boston, MA",265,"Norfolk Harbor, VA" +404,152,201,"Boston, MA",265,"Norfolk Harbor, VA" +404,153,223,"New York, NY and NJ",217,"New York, NY and NJ" +404,154,154,"Anchorage, AK",154,"Anchorage, AK" +404,155,217,"New York, NY and NJ",197,"Portland, ME" +404,156,198,"Baltimore, MD",245,"Charleston, SC" +404,157,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +404,158,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +404,159,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +404,160,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +404,161,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +404,162,217,"New York, NY and NJ",197,"Portland, ME" +404,163,217,"New York, NY and NJ",257,"Houston, TX" +404,164,217,"New York, NY and NJ",197,"Portland, ME" +404,165,223,"New York, NY and NJ",241,"Philadelphia, PA" +404,166,201,"Boston, MA",218,"Camden-Gloucester, NJ" +404,167,198,"Baltimore, MD",241,"Philadelphia, PA" +404,168,223,"New York, NY and NJ",241,"Philadelphia, PA" +404,169,241,"Philadelphia, PA",198,"Baltimore, MD" +404,170,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +404,171,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +404,172,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +404,173,198,"Baltimore, MD",198,"Baltimore, MD" +404,174,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +404,175,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +404,176,197,"Portland, ME",265,"Norfolk Harbor, VA" +404,177,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +404,178,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +404,179,179,"Honolulu, HI",179,"Honolulu, HI" +404,180,179,"Honolulu, HI",179,"Honolulu, HI" +404,181,241,"Philadelphia, PA",198,"Baltimore, MD" +404,183,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +404,184,217,"New York, NY and NJ",198,"Baltimore, MD" +404,185,265,"Norfolk Harbor, VA",197,"Portland, ME" +404,186,241,"Philadelphia, PA",223,"New York, NY and NJ" +404,187,244,"Providence, RI",197,"Portland, ME" +404,188,201,"Boston, MA",218,"Camden-Gloucester, NJ" +404,189,217,"New York, NY and NJ",197,"Portland, ME" +404,190,244,"Providence, RI",223,"New York, NY and NJ" +404,191,201,"Boston, MA",217,"New York, NY and NJ" +404,192,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +404,193,201,"Boston, MA",201,"Boston, MA" +404,194,217,"New York, NY and NJ",193,"Baton Rouge, LA" +404,195,241,"Philadelphia, PA",171,"Jacksonville, FL" +404,196,198,"Baltimore, MD",223,"New York, NY and NJ" +404,197,198,"Baltimore, MD",217,"New York, NY and NJ" +404,198,217,"New York, NY and NJ",201,"Boston, MA" +404,199,223,"New York, NY and NJ",198,"Baltimore, MD" +404,200,223,"New York, NY and NJ",198,"Baltimore, MD" +404,201,223,"New York, NY and NJ",217,"New York, NY and NJ" +404,202,198,"Baltimore, MD",201,"Boston, MA" +404,203,217,"New York, NY and NJ",217,"New York, NY and NJ" +404,204,241,"Philadelphia, PA",217,"New York, NY and NJ" +404,205,197,"Portland, ME",217,"New York, NY and NJ" +404,206,201,"Boston, MA",169,"Wilmington, DE" +404,207,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,208,201,"Boston, MA",217,"New York, NY and NJ" +404,209,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +404,210,198,"Baltimore, MD",223,"New York, NY and NJ" +404,211,217,"New York, NY and NJ",198,"Baltimore, MD" +404,212,198,"Baltimore, MD",223,"New York, NY and NJ" +404,213,223,"New York, NY and NJ",217,"New York, NY and NJ" +404,214,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,215,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,216,241,"Philadelphia, PA",223,"New York, NY and NJ" +404,217,217,"New York, NY and NJ",223,"New York, NY and NJ" +404,218,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +404,219,241,"Philadelphia, PA",223,"New York, NY and NJ" +404,220,244,"Providence, RI",241,"Philadelphia, PA" +404,221,217,"New York, NY and NJ",217,"New York, NY and NJ" +404,222,197,"Portland, ME",201,"Boston, MA" +404,223,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,224,223,"New York, NY and NJ",223,"New York, NY and NJ" +404,225,223,"New York, NY and NJ",217,"New York, NY and NJ" +404,226,217,"New York, NY and NJ",201,"Boston, MA" +404,227,223,"New York, NY and NJ",217,"New York, NY and NJ" +404,228,197,"Portland, ME",265,"Norfolk Harbor, VA" +404,229,217,"New York, NY and NJ",223,"New York, NY and NJ" +404,230,201,"Boston, MA",198,"Baltimore, MD" +404,231,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +404,232,223,"New York, NY and NJ",198,"Baltimore, MD" +404,233,197,"Portland, ME",265,"Norfolk Harbor, VA" +404,234,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +404,235,217,"New York, NY and NJ",223,"New York, NY and NJ" +404,236,217,"New York, NY and NJ",217,"New York, NY and NJ" +404,237,201,"Boston, MA",217,"New York, NY and NJ" +404,238,241,"Philadelphia, PA",241,"Philadelphia, PA" +404,239,217,"New York, NY and NJ",198,"Baltimore, MD" +404,240,218,"Camden-Gloucester, NJ",201,"Boston, MA" +404,241,201,"Boston, MA",197,"Portland, ME" +404,242,197,"Portland, ME",217,"New York, NY and NJ" +404,243,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +404,244,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +404,245,217,"New York, NY and NJ",201,"Boston, MA" +404,246,244,"Providence, RI",217,"New York, NY and NJ" +404,247,229,"Wilmington, NC",217,"New York, NY and NJ" +404,248,218,"Camden-Gloucester, NJ",244,"Providence, RI" +404,249,223,"New York, NY and NJ",198,"Baltimore, MD" +404,250,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +404,251,201,"Boston, MA",244,"Providence, RI" +404,252,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +404,253,197,"Portland, ME",241,"Philadelphia, PA" +404,254,217,"New York, NY and NJ",198,"Baltimore, MD" +404,255,217,"New York, NY and NJ",201,"Boston, MA" +404,256,217,"New York, NY and NJ",217,"New York, NY and NJ" +404,257,197,"Portland, ME",208,"Pascagoula, MS" +404,258,197,"Portland, ME",201,"Boston, MA" +404,259,217,"New York, NY and NJ",195,"New Orleans, LA" +404,260,198,"Baltimore, MD",217,"New York, NY and NJ" +404,261,198,"Baltimore, MD",197,"Portland, ME" +404,262,198,"Baltimore, MD",241,"Philadelphia, PA" +404,263,217,"New York, NY and NJ",217,"New York, NY and NJ" +404,264,223,"New York, NY and NJ",217,"New York, NY and NJ" +404,265,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +404,266,217,"New York, NY and NJ",217,"New York, NY and NJ" +404,267,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +404,268,241,"Philadelphia, PA",198,"Baltimore, MD" +404,269,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +404,270,217,"New York, NY and NJ",198,"Baltimore, MD" +404,271,223,"New York, NY and NJ",241,"Philadelphia, PA" +404,272,201,"Boston, MA",201,"Boston, MA" +404,273,223,"New York, NY and NJ",169,"Wilmington, DE" +405,1,241,"Philadelphia, PA",241,"Philadelphia, PA" +405,2,245,"Charleston, SC",245,"Charleston, SC" +405,3,245,"Charleston, SC",245,"Charleston, SC" +405,4,245,"Charleston, SC",245,"Charleston, SC" +405,5,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,6,174,"Tampa, FL",174,"Tampa, FL" +405,7,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,8,171,"Jacksonville, FL",171,"Jacksonville, FL" +405,9,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,10,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,11,172,"Port Everglades, FL",172,"Port Everglades, FL" +405,12,174,"Tampa, FL",174,"Tampa, FL" +405,13,172,"Port Everglades, FL",172,"Port Everglades, FL" +405,14,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +405,15,172,"Port Everglades, FL",172,"Port Everglades, FL" +405,16,229,"Wilmington, NC",229,"Wilmington, NC" +405,17,198,"Baltimore, MD",198,"Baltimore, MD" +405,18,174,"Tampa, FL",174,"Tampa, FL" +405,19,245,"Charleston, SC",245,"Charleston, SC" +405,20,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,21,177,"Savannah, GA",177,"Savannah, GA" +405,22,172,"Port Everglades, FL",172,"Port Everglades, FL" +405,23,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,24,171,"Jacksonville, FL",171,"Jacksonville, FL" +405,25,229,"Wilmington, NC",229,"Wilmington, NC" +405,26,177,"Savannah, GA",177,"Savannah, GA" +405,27,245,"Charleston, SC",245,"Charleston, SC" +405,28,229,"Wilmington, NC",229,"Wilmington, NC" +405,29,177,"Savannah, GA",177,"Savannah, GA" +405,30,172,"Port Everglades, FL",172,"Port Everglades, FL" +405,31,177,"Savannah, GA",177,"Savannah, GA" +405,32,245,"Charleston, SC",245,"Charleston, SC" +405,33,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,34,245,"Charleston, SC",245,"Charleston, SC" +405,35,177,"Savannah, GA",177,"Savannah, GA" +405,36,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,37,172,"Port Everglades, FL",172,"Port Everglades, FL" +405,38,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,39,171,"Jacksonville, FL",171,"Jacksonville, FL" +405,40,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,41,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,42,245,"Charleston, SC",245,"Charleston, SC" +405,43,172,"Port Everglades, FL",172,"Port Everglades, FL" +405,44,171,"Jacksonville, FL",171,"Jacksonville, FL" +405,45,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,46,245,"Charleston, SC",245,"Charleston, SC" +405,47,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,48,172,"Port Everglades, FL",172,"Port Everglades, FL" +405,49,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,50,172,"Port Everglades, FL",172,"Port Everglades, FL" +405,51,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,52,177,"Savannah, GA",177,"Savannah, GA" +405,53,174,"Tampa, FL",174,"Tampa, FL" +405,54,174,"Tampa, FL",174,"Tampa, FL" +405,55,198,"Baltimore, MD",198,"Baltimore, MD" +405,56,172,"Port Everglades, FL",172,"Port Everglades, FL" +405,57,178,"Brunswick, GA",178,"Brunswick, GA" +405,58,172,"Port Everglades, FL",172,"Port Everglades, FL" +405,59,229,"Wilmington, NC",229,"Wilmington, NC" +405,60,245,"Charleston, SC",245,"Charleston, SC" +405,61,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,62,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +405,63,177,"Savannah, GA",177,"Savannah, GA" +405,64,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,65,177,"Savannah, GA",177,"Savannah, GA" +405,66,172,"Port Everglades, FL",172,"Port Everglades, FL" +405,67,177,"Savannah, GA",177,"Savannah, GA" +405,68,174,"Tampa, FL",174,"Tampa, FL" +405,69,172,"Port Everglades, FL",172,"Port Everglades, FL" +405,70,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,71,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,72,177,"Savannah, GA",177,"Savannah, GA" +405,73,174,"Tampa, FL",174,"Tampa, FL" +405,74,172,"Port Everglades, FL",172,"Port Everglades, FL" +405,75,229,"Wilmington, NC",229,"Wilmington, NC" +405,76,229,"Wilmington, NC",229,"Wilmington, NC" +405,77,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,78,174,"Tampa, FL",174,"Tampa, FL" +405,79,177,"Savannah, GA",177,"Savannah, GA" +405,80,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,81,177,"Savannah, GA",177,"Savannah, GA" +405,82,245,"Charleston, SC",245,"Charleston, SC" +405,83,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,84,177,"Savannah, GA",177,"Savannah, GA" +405,85,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,86,223,"New York, NY and NJ",223,"New York, NY and NJ" +405,87,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,88,172,"Port Everglades, FL",172,"Port Everglades, FL" +405,89,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,90,177,"Savannah, GA",177,"Savannah, GA" +405,91,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,92,172,"Port Everglades, FL",172,"Port Everglades, FL" +405,93,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,94,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,95,174,"Tampa, FL",174,"Tampa, FL" +405,96,177,"Savannah, GA",177,"Savannah, GA" +405,97,174,"Tampa, FL",174,"Tampa, FL" +405,98,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,99,245,"Charleston, SC",245,"Charleston, SC" +405,100,172,"Port Everglades, FL",172,"Port Everglades, FL" +405,101,172,"Port Everglades, FL",172,"Port Everglades, FL" +405,102,245,"Charleston, SC",245,"Charleston, SC" +405,103,245,"Charleston, SC",245,"Charleston, SC" +405,104,177,"Savannah, GA",177,"Savannah, GA" +405,105,177,"Savannah, GA",177,"Savannah, GA" +405,106,174,"Tampa, FL",174,"Tampa, FL" +405,107,245,"Charleston, SC",245,"Charleston, SC" +405,108,172,"Port Everglades, FL",172,"Port Everglades, FL" +405,109,245,"Charleston, SC",245,"Charleston, SC" +405,110,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,111,177,"Savannah, GA",177,"Savannah, GA" +405,112,177,"Savannah, GA",177,"Savannah, GA" +405,113,217,"New York, NY and NJ",217,"New York, NY and NJ" +405,114,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,115,177,"Savannah, GA",177,"Savannah, GA" +405,116,171,"Jacksonville, FL",171,"Jacksonville, FL" +405,117,229,"Wilmington, NC",229,"Wilmington, NC" +405,118,177,"Savannah, GA",177,"Savannah, GA" +405,119,172,"Port Everglades, FL",172,"Port Everglades, FL" +405,120,229,"Wilmington, NC",229,"Wilmington, NC" +405,121,245,"Charleston, SC",245,"Charleston, SC" +405,122,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,123,177,"Savannah, GA",177,"Savannah, GA" +405,124,172,"Port Everglades, FL",172,"Port Everglades, FL" +405,125,198,"Baltimore, MD",198,"Baltimore, MD" +405,126,245,"Charleston, SC",245,"Charleston, SC" +405,127,172,"Port Everglades, FL",172,"Port Everglades, FL" +405,128,177,"Savannah, GA",177,"Savannah, GA" +405,129,172,"Port Everglades, FL",172,"Port Everglades, FL" +405,130,245,"Charleston, SC",245,"Charleston, SC" +405,131,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,132,229,"Wilmington, NC",229,"Wilmington, NC" +405,151,171,"Jacksonville, FL",172,"Port Everglades, FL" +405,152,245,"Charleston, SC",172,"Port Everglades, FL" +405,153,177,"Savannah, GA",245,"Charleston, SC" +405,154,154,"Anchorage, AK",154,"Anchorage, AK" +405,155,177,"Savannah, GA",257,"Houston, TX" +405,156,245,"Charleston, SC",208,"Pascagoula, MS" +405,157,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +405,158,174,"Tampa, FL",245,"Charleston, SC" +405,159,177,"Savannah, GA",208,"Pascagoula, MS" +405,160,177,"Savannah, GA",257,"Houston, TX" +405,161,178,"Brunswick, GA",172,"Port Everglades, FL" +405,162,198,"Baltimore, MD",195,"New Orleans, LA" +405,163,171,"Jacksonville, FL",172,"Port Everglades, FL" +405,164,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +405,165,171,"Jacksonville, FL",194,"Lake Charles, LA" +405,166,241,"Philadelphia, PA",223,"New York, NY and NJ" +405,167,245,"Charleston, SC",217,"New York, NY and NJ" +405,168,265,"Norfolk Harbor, VA",201,"Boston, MA" +405,169,218,"Camden-Gloucester, NJ",229,"Wilmington, NC" +405,170,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +405,171,245,"Charleston, SC",229,"Wilmington, NC" +405,172,171,"Jacksonville, FL",171,"Jacksonville, FL" +405,173,177,"Savannah, GA",177,"Savannah, GA" +405,174,172,"Port Everglades, FL",177,"Savannah, GA" +405,175,177,"Savannah, GA",172,"Port Everglades, FL" +405,176,245,"Charleston, SC",174,"Tampa, FL" +405,177,177,"Savannah, GA",174,"Tampa, FL" +405,178,171,"Jacksonville, FL",174,"Tampa, FL" +405,179,179,"Honolulu, HI",179,"Honolulu, HI" +405,180,179,"Honolulu, HI",179,"Honolulu, HI" +405,181,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +405,183,177,"Savannah, GA",195,"New Orleans, LA" +405,184,198,"Baltimore, MD",195,"New Orleans, LA" +405,185,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,186,229,"Wilmington, NC",177,"Savannah, GA" +405,187,177,"Savannah, GA",265,"Norfolk Harbor, VA" +405,188,177,"Savannah, GA",241,"Philadelphia, PA" +405,189,245,"Charleston, SC",172,"Port Everglades, FL" +405,190,172,"Port Everglades, FL",193,"Baton Rouge, LA" +405,191,177,"Savannah, GA",245,"Charleston, SC" +405,192,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +405,193,172,"Port Everglades, FL",195,"New Orleans, LA" +405,194,245,"Charleston, SC",195,"New Orleans, LA" +405,195,174,"Tampa, FL",174,"Tampa, FL" +405,196,195,"New Orleans, LA",172,"Port Everglades, FL" +405,197,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +405,198,177,"Savannah, GA",265,"Norfolk Harbor, VA" +405,199,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +405,200,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +405,201,172,"Port Everglades, FL",201,"Boston, MA" +405,202,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +405,203,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +405,204,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,205,229,"Wilmington, NC",223,"New York, NY and NJ" +405,206,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +405,207,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +405,208,172,"Port Everglades, FL",174,"Tampa, FL" +405,209,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,210,177,"Savannah, GA",172,"Port Everglades, FL" +405,211,174,"Tampa, FL",245,"Charleston, SC" +405,212,177,"Savannah, GA",245,"Charleston, SC" +405,213,171,"Jacksonville, FL",152,"Mobile, AL" +405,214,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +405,215,171,"Jacksonville, FL",172,"Port Everglades, FL" +405,216,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,217,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +405,218,245,"Charleston, SC",241,"Philadelphia, PA" +405,219,177,"Savannah, GA",217,"New York, NY and NJ" +405,220,174,"Tampa, FL",178,"Brunswick, GA" +405,221,241,"Philadelphia, PA",223,"New York, NY and NJ" +405,222,223,"New York, NY and NJ",217,"New York, NY and NJ" +405,223,245,"Charleston, SC",223,"New York, NY and NJ" +405,224,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +405,225,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,226,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +405,227,177,"Savannah, GA",177,"Savannah, GA" +405,228,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,229,245,"Charleston, SC",229,"Wilmington, NC" +405,230,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,231,172,"Port Everglades, FL",172,"Port Everglades, FL" +405,232,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,233,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +405,234,177,"Savannah, GA",198,"Baltimore, MD" +405,235,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +405,236,152,"Mobile, AL",178,"Brunswick, GA" +405,237,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +405,238,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +405,239,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +405,240,177,"Savannah, GA",201,"Boston, MA" +405,241,177,"Savannah, GA",265,"Norfolk Harbor, VA" +405,242,265,"Norfolk Harbor, VA",177,"Savannah, GA" +405,243,174,"Tampa, FL",265,"Norfolk Harbor, VA" +405,244,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,245,177,"Savannah, GA",171,"Jacksonville, FL" +405,246,265,"Norfolk Harbor, VA",177,"Savannah, GA" +405,247,177,"Savannah, GA",229,"Wilmington, NC" +405,248,172,"Port Everglades, FL",177,"Savannah, GA" +405,249,245,"Charleston, SC",265,"Norfolk Harbor, VA" +405,250,172,"Port Everglades, FL",152,"Mobile, AL" +405,251,177,"Savannah, GA",174,"Tampa, FL" +405,252,152,"Mobile, AL",152,"Mobile, AL" +405,253,177,"Savannah, GA",174,"Tampa, FL" +405,254,172,"Port Everglades, FL",254,"Corpus Christi, TX" +405,255,178,"Brunswick, GA",177,"Savannah, GA" +405,256,174,"Tampa, FL",177,"Savannah, GA" +405,257,172,"Port Everglades, FL",257,"Houston, TX" +405,258,174,"Tampa, FL",254,"Corpus Christi, TX" +405,259,245,"Charleston, SC",195,"New Orleans, LA" +405,260,265,"Norfolk Harbor, VA",177,"Savannah, GA" +405,261,265,"Norfolk Harbor, VA",193,"Baton Rouge, LA" +405,262,245,"Charleston, SC",265,"Norfolk Harbor, VA" +405,263,223,"New York, NY and NJ",223,"New York, NY and NJ" +405,264,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +405,265,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +405,266,177,"Savannah, GA",265,"Norfolk Harbor, VA" +405,267,229,"Wilmington, NC",177,"Savannah, GA" +405,268,177,"Savannah, GA",245,"Charleston, SC" +405,269,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +405,270,177,"Savannah, GA",265,"Norfolk Harbor, VA" +405,271,178,"Brunswick, GA",172,"Port Everglades, FL" +405,272,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +405,273,245,"Charleston, SC",195,"New Orleans, LA" +406,1,169,"Wilmington, DE",169,"Wilmington, DE" +406,2,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +406,3,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,4,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,5,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,6,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,7,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,8,241,"Philadelphia, PA",241,"Philadelphia, PA" +406,9,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,10,201,"Boston, MA",201,"Boston, MA" +406,11,198,"Baltimore, MD",198,"Baltimore, MD" +406,12,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +406,13,169,"Wilmington, DE",169,"Wilmington, DE" +406,14,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,15,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +406,16,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,17,197,"Portland, ME",197,"Portland, ME" +406,18,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,20,201,"Boston, MA",201,"Boston, MA" +406,21,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +406,22,169,"Wilmington, DE",169,"Wilmington, DE" +406,23,197,"Portland, ME",197,"Portland, ME" +406,24,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +406,25,198,"Baltimore, MD",198,"Baltimore, MD" +406,26,241,"Philadelphia, PA",241,"Philadelphia, PA" +406,27,241,"Philadelphia, PA",241,"Philadelphia, PA" +406,28,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,29,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,30,197,"Portland, ME",197,"Portland, ME" +406,31,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,32,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +406,33,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,34,197,"Portland, ME",197,"Portland, ME" +406,35,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +406,36,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,37,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,38,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,39,201,"Boston, MA",201,"Boston, MA" +406,40,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,41,241,"Philadelphia, PA",241,"Philadelphia, PA" +406,42,241,"Philadelphia, PA",241,"Philadelphia, PA" +406,43,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +406,44,201,"Boston, MA",201,"Boston, MA" +406,45,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,46,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,47,244,"Providence, RI",244,"Providence, RI" +406,48,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,49,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,50,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,51,197,"Portland, ME",197,"Portland, ME" +406,52,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,53,197,"Portland, ME",197,"Portland, ME" +406,54,241,"Philadelphia, PA",241,"Philadelphia, PA" +406,55,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,56,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +406,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,58,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +406,59,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +406,60,241,"Philadelphia, PA",241,"Philadelphia, PA" +406,61,169,"Wilmington, DE",169,"Wilmington, DE" +406,62,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,63,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,64,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,66,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,68,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,69,169,"Wilmington, DE",169,"Wilmington, DE" +406,70,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,71,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +406,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,73,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +406,74,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,75,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,76,241,"Philadelphia, PA",241,"Philadelphia, PA" +406,77,201,"Boston, MA",201,"Boston, MA" +406,78,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,79,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,80,198,"Baltimore, MD",198,"Baltimore, MD" +406,81,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,82,197,"Portland, ME",197,"Portland, ME" +406,83,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,84,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +406,85,244,"Providence, RI",244,"Providence, RI" +406,86,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,87,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,88,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,89,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +406,90,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +406,91,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +406,92,241,"Philadelphia, PA",241,"Philadelphia, PA" +406,93,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +406,94,197,"Portland, ME",197,"Portland, ME" +406,95,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,96,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,97,197,"Portland, ME",197,"Portland, ME" +406,98,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +406,99,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +406,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,101,197,"Portland, ME",197,"Portland, ME" +406,102,244,"Providence, RI",244,"Providence, RI" +406,103,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,104,201,"Boston, MA",201,"Boston, MA" +406,105,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +406,106,198,"Baltimore, MD",198,"Baltimore, MD" +406,107,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +406,108,241,"Philadelphia, PA",241,"Philadelphia, PA" +406,109,241,"Philadelphia, PA",241,"Philadelphia, PA" +406,110,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +406,111,201,"Boston, MA",201,"Boston, MA" +406,112,197,"Portland, ME",197,"Portland, ME" +406,113,198,"Baltimore, MD",198,"Baltimore, MD" +406,114,198,"Baltimore, MD",198,"Baltimore, MD" +406,115,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +406,116,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,117,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,118,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +406,119,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,120,197,"Portland, ME",197,"Portland, ME" +406,121,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,122,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,123,244,"Providence, RI",244,"Providence, RI" +406,124,201,"Boston, MA",201,"Boston, MA" +406,125,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,126,201,"Boston, MA",201,"Boston, MA" +406,127,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +406,128,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +406,129,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,130,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +406,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,132,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,151,198,"Baltimore, MD",229,"Wilmington, NC" +406,152,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +406,153,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +406,154,154,"Anchorage, AK",154,"Anchorage, AK" +406,155,198,"Baltimore, MD",241,"Philadelphia, PA" +406,156,241,"Philadelphia, PA",217,"New York, NY and NJ" +406,157,201,"Boston, MA",223,"New York, NY and NJ" +406,158,265,"Norfolk Harbor, VA",201,"Boston, MA" +406,159,223,"New York, NY and NJ",197,"Portland, ME" +406,160,201,"Boston, MA",217,"New York, NY and NJ" +406,161,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +406,162,197,"Portland, ME",265,"Norfolk Harbor, VA" +406,163,223,"New York, NY and NJ",198,"Baltimore, MD" +406,164,218,"Camden-Gloucester, NJ",244,"Providence, RI" +406,165,241,"Philadelphia, PA",217,"New York, NY and NJ" +406,166,197,"Portland, ME",201,"Boston, MA" +406,167,223,"New York, NY and NJ",223,"New York, NY and NJ" +406,168,241,"Philadelphia, PA",217,"New York, NY and NJ" +406,169,218,"Camden-Gloucester, NJ",197,"Portland, ME" +406,170,197,"Portland, ME",218,"Camden-Gloucester, NJ" +406,171,217,"New York, NY and NJ",171,"Jacksonville, FL" +406,172,201,"Boston, MA",223,"New York, NY and NJ" +406,173,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +406,174,217,"New York, NY and NJ",241,"Philadelphia, PA" +406,175,244,"Providence, RI",265,"Norfolk Harbor, VA" +406,176,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +406,177,217,"New York, NY and NJ",177,"Savannah, GA" +406,178,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +406,179,179,"Honolulu, HI",179,"Honolulu, HI" +406,180,179,"Honolulu, HI",179,"Honolulu, HI" +406,181,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +406,183,198,"Baltimore, MD",197,"Portland, ME" +406,184,241,"Philadelphia, PA",217,"New York, NY and NJ" +406,185,198,"Baltimore, MD",217,"New York, NY and NJ" +406,186,197,"Portland, ME",197,"Portland, ME" +406,187,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +406,188,223,"New York, NY and NJ",198,"Baltimore, MD" +406,189,241,"Philadelphia, PA",201,"Boston, MA" +406,190,244,"Providence, RI",241,"Philadelphia, PA" +406,191,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +406,192,223,"New York, NY and NJ",217,"New York, NY and NJ" +406,193,217,"New York, NY and NJ",223,"New York, NY and NJ" +406,194,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +406,195,201,"Boston, MA",193,"Baton Rouge, LA" +406,196,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +406,197,198,"Baltimore, MD",241,"Philadelphia, PA" +406,198,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +406,199,223,"New York, NY and NJ",217,"New York, NY and NJ" +406,200,241,"Philadelphia, PA",198,"Baltimore, MD" +406,201,197,"Portland, ME",217,"New York, NY and NJ" +406,202,217,"New York, NY and NJ",197,"Portland, ME" +406,203,218,"Camden-Gloucester, NJ",244,"Providence, RI" +406,204,217,"New York, NY and NJ",201,"Boston, MA" +406,205,244,"Providence, RI",217,"New York, NY and NJ" +406,206,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,207,169,"Wilmington, DE",217,"New York, NY and NJ" +406,208,241,"Philadelphia, PA",245,"Charleston, SC" +406,209,198,"Baltimore, MD",223,"New York, NY and NJ" +406,210,201,"Boston, MA",197,"Portland, ME" +406,211,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +406,212,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +406,213,241,"Philadelphia, PA",217,"New York, NY and NJ" +406,214,223,"New York, NY and NJ",197,"Portland, ME" +406,215,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +406,216,198,"Baltimore, MD",223,"New York, NY and NJ" +406,217,169,"Wilmington, DE",223,"New York, NY and NJ" +406,218,197,"Portland, ME",223,"New York, NY and NJ" +406,219,197,"Portland, ME",217,"New York, NY and NJ" +406,220,169,"Wilmington, DE",244,"Providence, RI" +406,221,197,"Portland, ME",223,"New York, NY and NJ" +406,222,217,"New York, NY and NJ",241,"Philadelphia, PA" +406,223,198,"Baltimore, MD",223,"New York, NY and NJ" +406,224,223,"New York, NY and NJ",169,"Wilmington, DE" +406,225,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +406,226,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +406,227,223,"New York, NY and NJ",241,"Philadelphia, PA" +406,228,198,"Baltimore, MD",169,"Wilmington, DE" +406,229,201,"Boston, MA",169,"Wilmington, DE" +406,230,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +406,231,223,"New York, NY and NJ",198,"Baltimore, MD" +406,232,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,233,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +406,234,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +406,235,218,"Camden-Gloucester, NJ",197,"Portland, ME" +406,236,241,"Philadelphia, PA",197,"Portland, ME" +406,237,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +406,238,197,"Portland, ME",198,"Baltimore, MD" +406,239,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +406,240,223,"New York, NY and NJ",197,"Portland, ME" +406,241,217,"New York, NY and NJ",223,"New York, NY and NJ" +406,242,223,"New York, NY and NJ",244,"Providence, RI" +406,243,244,"Providence, RI",198,"Baltimore, MD" +406,244,217,"New York, NY and NJ",197,"Portland, ME" +406,245,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +406,246,197,"Portland, ME",198,"Baltimore, MD" +406,247,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +406,248,197,"Portland, ME",244,"Providence, RI" +406,249,169,"Wilmington, DE",217,"New York, NY and NJ" +406,250,223,"New York, NY and NJ",198,"Baltimore, MD" +406,251,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +406,252,217,"New York, NY and NJ",171,"Jacksonville, FL" +406,253,241,"Philadelphia, PA",198,"Baltimore, MD" +406,254,223,"New York, NY and NJ",198,"Baltimore, MD" +406,255,201,"Boston, MA",223,"New York, NY and NJ" +406,256,218,"Camden-Gloucester, NJ",208,"Pascagoula, MS" +406,257,217,"New York, NY and NJ",171,"Jacksonville, FL" +406,258,198,"Baltimore, MD",195,"New Orleans, LA" +406,259,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +406,260,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +406,261,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +406,262,244,"Providence, RI",241,"Philadelphia, PA" +406,263,201,"Boston, MA",218,"Camden-Gloucester, NJ" +406,264,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +406,265,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +406,266,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +406,267,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +406,268,241,"Philadelphia, PA",197,"Portland, ME" +406,269,198,"Baltimore, MD",201,"Boston, MA" +406,270,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +406,271,217,"New York, NY and NJ",217,"New York, NY and NJ" +406,272,198,"Baltimore, MD",169,"Wilmington, DE" +406,273,265,"Norfolk Harbor, VA",244,"Providence, RI" +407,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +407,2,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +407,3,241,"Philadelphia, PA",241,"Philadelphia, PA" +407,4,223,"New York, NY and NJ",223,"New York, NY and NJ" +407,5,172,"Port Everglades, FL",172,"Port Everglades, FL" +407,6,197,"Portland, ME",197,"Portland, ME" +407,7,217,"New York, NY and NJ",217,"New York, NY and NJ" +407,8,169,"Wilmington, DE",169,"Wilmington, DE" +407,9,198,"Baltimore, MD",198,"Baltimore, MD" +407,10,198,"Baltimore, MD",198,"Baltimore, MD" +407,11,171,"Jacksonville, FL",171,"Jacksonville, FL" +407,12,217,"New York, NY and NJ",217,"New York, NY and NJ" +407,13,198,"Baltimore, MD",198,"Baltimore, MD" +407,14,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +407,15,217,"New York, NY and NJ",217,"New York, NY and NJ" +407,16,245,"Charleston, SC",245,"Charleston, SC" +407,17,169,"Wilmington, DE",169,"Wilmington, DE" +407,18,229,"Wilmington, NC",229,"Wilmington, NC" +407,19,244,"Providence, RI",244,"Providence, RI" +407,20,241,"Philadelphia, PA",241,"Philadelphia, PA" +407,21,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +407,22,198,"Baltimore, MD",198,"Baltimore, MD" +407,23,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +407,24,198,"Baltimore, MD",198,"Baltimore, MD" +407,25,241,"Philadelphia, PA",241,"Philadelphia, PA" +407,26,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +407,27,201,"Boston, MA",201,"Boston, MA" +407,28,201,"Boston, MA",201,"Boston, MA" +407,29,223,"New York, NY and NJ",223,"New York, NY and NJ" +407,30,244,"Providence, RI",244,"Providence, RI" +407,31,177,"Savannah, GA",177,"Savannah, GA" +407,32,241,"Philadelphia, PA",241,"Philadelphia, PA" +407,33,223,"New York, NY and NJ",223,"New York, NY and NJ" +407,34,217,"New York, NY and NJ",217,"New York, NY and NJ" +407,35,241,"Philadelphia, PA",241,"Philadelphia, PA" +407,36,217,"New York, NY and NJ",217,"New York, NY and NJ" +407,37,244,"Providence, RI",244,"Providence, RI" +407,38,217,"New York, NY and NJ",217,"New York, NY and NJ" +407,39,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +407,40,223,"New York, NY and NJ",223,"New York, NY and NJ" +407,41,197,"Portland, ME",197,"Portland, ME" +407,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +407,43,217,"New York, NY and NJ",217,"New York, NY and NJ" +407,44,241,"Philadelphia, PA",241,"Philadelphia, PA" +407,45,223,"New York, NY and NJ",223,"New York, NY and NJ" +407,46,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +407,47,177,"Savannah, GA",177,"Savannah, GA" +407,48,197,"Portland, ME",197,"Portland, ME" +407,49,201,"Boston, MA",201,"Boston, MA" +407,50,201,"Boston, MA",201,"Boston, MA" +407,51,169,"Wilmington, DE",169,"Wilmington, DE" +407,52,223,"New York, NY and NJ",223,"New York, NY and NJ" +407,53,223,"New York, NY and NJ",223,"New York, NY and NJ" +407,54,241,"Philadelphia, PA",241,"Philadelphia, PA" +407,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +407,56,201,"Boston, MA",201,"Boston, MA" +407,57,241,"Philadelphia, PA",241,"Philadelphia, PA" +407,58,245,"Charleston, SC",245,"Charleston, SC" +407,59,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +407,60,223,"New York, NY and NJ",223,"New York, NY and NJ" +407,61,217,"New York, NY and NJ",217,"New York, NY and NJ" +407,62,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +407,63,223,"New York, NY and NJ",223,"New York, NY and NJ" +407,64,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +407,65,197,"Portland, ME",197,"Portland, ME" +407,66,223,"New York, NY and NJ",223,"New York, NY and NJ" +407,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +407,68,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +407,69,241,"Philadelphia, PA",241,"Philadelphia, PA" +407,70,171,"Jacksonville, FL",171,"Jacksonville, FL" +407,71,198,"Baltimore, MD",198,"Baltimore, MD" +407,72,201,"Boston, MA",201,"Boston, MA" +407,73,217,"New York, NY and NJ",217,"New York, NY and NJ" +407,74,223,"New York, NY and NJ",223,"New York, NY and NJ" +407,75,241,"Philadelphia, PA",241,"Philadelphia, PA" +407,76,172,"Port Everglades, FL",172,"Port Everglades, FL" +407,77,217,"New York, NY and NJ",217,"New York, NY and NJ" +407,78,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +407,79,223,"New York, NY and NJ",223,"New York, NY and NJ" +407,80,245,"Charleston, SC",245,"Charleston, SC" +407,81,245,"Charleston, SC",245,"Charleston, SC" +407,82,217,"New York, NY and NJ",217,"New York, NY and NJ" +407,83,244,"Providence, RI",244,"Providence, RI" +407,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +407,85,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +407,86,198,"Baltimore, MD",198,"Baltimore, MD" +407,87,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +407,88,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +407,89,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +407,90,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +407,91,217,"New York, NY and NJ",217,"New York, NY and NJ" +407,92,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +407,93,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +407,94,245,"Charleston, SC",245,"Charleston, SC" +407,95,198,"Baltimore, MD",198,"Baltimore, MD" +407,96,223,"New York, NY and NJ",223,"New York, NY and NJ" +407,97,201,"Boston, MA",201,"Boston, MA" +407,98,245,"Charleston, SC",245,"Charleston, SC" +407,99,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +407,100,241,"Philadelphia, PA",241,"Philadelphia, PA" +407,101,177,"Savannah, GA",177,"Savannah, GA" +407,102,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +407,103,198,"Baltimore, MD",198,"Baltimore, MD" +407,104,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +407,105,177,"Savannah, GA",177,"Savannah, GA" +407,106,177,"Savannah, GA",177,"Savannah, GA" +407,107,198,"Baltimore, MD",198,"Baltimore, MD" +407,108,245,"Charleston, SC",245,"Charleston, SC" +407,109,245,"Charleston, SC",245,"Charleston, SC" +407,110,217,"New York, NY and NJ",217,"New York, NY and NJ" +407,111,217,"New York, NY and NJ",217,"New York, NY and NJ" +407,112,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +407,113,244,"Providence, RI",244,"Providence, RI" +407,114,241,"Philadelphia, PA",241,"Philadelphia, PA" +407,115,201,"Boston, MA",201,"Boston, MA" +407,116,217,"New York, NY and NJ",217,"New York, NY and NJ" +407,117,223,"New York, NY and NJ",223,"New York, NY and NJ" +407,118,177,"Savannah, GA",177,"Savannah, GA" +407,119,198,"Baltimore, MD",198,"Baltimore, MD" +407,120,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +407,121,201,"Boston, MA",201,"Boston, MA" +407,122,217,"New York, NY and NJ",217,"New York, NY and NJ" +407,123,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +407,124,201,"Boston, MA",201,"Boston, MA" +407,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +407,126,223,"New York, NY and NJ",223,"New York, NY and NJ" +407,127,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +407,128,217,"New York, NY and NJ",217,"New York, NY and NJ" +407,129,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +407,130,197,"Portland, ME",197,"Portland, ME" +407,131,177,"Savannah, GA",177,"Savannah, GA" +407,132,217,"New York, NY and NJ",217,"New York, NY and NJ" +407,151,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +407,152,201,"Boston, MA",265,"Norfolk Harbor, VA" +407,153,245,"Charleston, SC",241,"Philadelphia, PA" +407,154,154,"Anchorage, AK",154,"Anchorage, AK" +407,155,217,"New York, NY and NJ",169,"Wilmington, DE" +407,156,177,"Savannah, GA",265,"Norfolk Harbor, VA" +407,157,217,"New York, NY and NJ",177,"Savannah, GA" +407,158,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +407,159,218,"Camden-Gloucester, NJ",244,"Providence, RI" +407,160,171,"Jacksonville, FL",217,"New York, NY and NJ" +407,161,169,"Wilmington, DE",257,"Houston, TX" +407,162,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +407,163,223,"New York, NY and NJ",245,"Charleston, SC" +407,164,223,"New York, NY and NJ",198,"Baltimore, MD" +407,165,265,"Norfolk Harbor, VA",201,"Boston, MA" +407,166,265,"Norfolk Harbor, VA",197,"Portland, ME" +407,167,217,"New York, NY and NJ",201,"Boston, MA" +407,168,223,"New York, NY and NJ",198,"Baltimore, MD" +407,169,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +407,170,241,"Philadelphia, PA",223,"New York, NY and NJ" +407,171,217,"New York, NY and NJ",217,"New York, NY and NJ" +407,172,172,"Port Everglades, FL",223,"New York, NY and NJ" +407,173,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +407,174,197,"Portland, ME",201,"Boston, MA" +407,175,218,"Camden-Gloucester, NJ",171,"Jacksonville, FL" +407,176,197,"Portland, ME",171,"Jacksonville, FL" +407,177,198,"Baltimore, MD",177,"Savannah, GA" +407,178,177,"Savannah, GA",177,"Savannah, GA" +407,179,179,"Honolulu, HI",179,"Honolulu, HI" +407,180,179,"Honolulu, HI",179,"Honolulu, HI" +407,181,217,"New York, NY and NJ",198,"Baltimore, MD" +407,183,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +407,184,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +407,185,229,"Wilmington, NC",223,"New York, NY and NJ" +407,186,223,"New York, NY and NJ",201,"Boston, MA" +407,187,223,"New York, NY and NJ",223,"New York, NY and NJ" +407,188,217,"New York, NY and NJ",197,"Portland, ME" +407,189,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +407,190,217,"New York, NY and NJ",174,"Tampa, FL" +407,191,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +407,192,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +407,193,223,"New York, NY and NJ",253,"Beaumont, TX" +407,194,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +407,195,217,"New York, NY and NJ",245,"Charleston, SC" +407,196,223,"New York, NY and NJ",195,"New Orleans, LA" +407,197,223,"New York, NY and NJ",241,"Philadelphia, PA" +407,198,197,"Portland, ME",198,"Baltimore, MD" +407,199,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +407,200,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +407,201,218,"Camden-Gloucester, NJ",244,"Providence, RI" +407,202,217,"New York, NY and NJ",217,"New York, NY and NJ" +407,203,217,"New York, NY and NJ",217,"New York, NY and NJ" +407,204,201,"Boston, MA",229,"Wilmington, NC" +407,205,241,"Philadelphia, PA",217,"New York, NY and NJ" +407,206,198,"Baltimore, MD",198,"Baltimore, MD" +407,207,223,"New York, NY and NJ",198,"Baltimore, MD" +407,208,208,"Pascagoula, MS",177,"Savannah, GA" +407,209,217,"New York, NY and NJ",223,"New York, NY and NJ" +407,210,177,"Savannah, GA",244,"Providence, RI" +407,211,177,"Savannah, GA",201,"Boston, MA" +407,212,197,"Portland, ME",198,"Baltimore, MD" +407,213,245,"Charleston, SC",217,"New York, NY and NJ" +407,214,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +407,215,218,"Camden-Gloucester, NJ",208,"Pascagoula, MS" +407,216,223,"New York, NY and NJ",201,"Boston, MA" +407,217,241,"Philadelphia, PA",223,"New York, NY and NJ" +407,218,244,"Providence, RI",265,"Norfolk Harbor, VA" +407,219,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +407,220,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +407,221,198,"Baltimore, MD",223,"New York, NY and NJ" +407,222,241,"Philadelphia, PA",217,"New York, NY and NJ" +407,223,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +407,224,223,"New York, NY and NJ",198,"Baltimore, MD" +407,225,223,"New York, NY and NJ",241,"Philadelphia, PA" +407,226,217,"New York, NY and NJ",197,"Portland, ME" +407,227,201,"Boston, MA",245,"Charleston, SC" +407,228,198,"Baltimore, MD",241,"Philadelphia, PA" +407,229,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +407,230,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +407,231,265,"Norfolk Harbor, VA",245,"Charleston, SC" +407,232,241,"Philadelphia, PA",223,"New York, NY and NJ" +407,233,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +407,234,217,"New York, NY and NJ",217,"New York, NY and NJ" +407,235,198,"Baltimore, MD",197,"Portland, ME" +407,236,198,"Baltimore, MD",171,"Jacksonville, FL" +407,237,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +407,238,201,"Boston, MA",223,"New York, NY and NJ" +407,239,177,"Savannah, GA",223,"New York, NY and NJ" +407,240,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +407,241,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +407,242,229,"Wilmington, NC",218,"Camden-Gloucester, NJ" +407,243,229,"Wilmington, NC",198,"Baltimore, MD" +407,244,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +407,245,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +407,246,229,"Wilmington, NC",217,"New York, NY and NJ" +407,247,229,"Wilmington, NC",245,"Charleston, SC" +407,248,241,"Philadelphia, PA",201,"Boston, MA" +407,249,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +407,250,201,"Boston, MA",201,"Boston, MA" +407,251,244,"Providence, RI",217,"New York, NY and NJ" +407,252,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +407,253,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +407,254,223,"New York, NY and NJ",257,"Houston, TX" +407,255,172,"Port Everglades, FL",177,"Savannah, GA" +407,256,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +407,257,201,"Boston, MA",172,"Port Everglades, FL" +407,258,241,"Philadelphia, PA",177,"Savannah, GA" +407,259,201,"Boston, MA",257,"Houston, TX" +407,260,169,"Wilmington, DE",177,"Savannah, GA" +407,261,245,"Charleston, SC",197,"Portland, ME" +407,262,201,"Boston, MA",257,"Houston, TX" +407,263,241,"Philadelphia, PA",217,"New York, NY and NJ" +407,264,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +407,265,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +407,266,241,"Philadelphia, PA",198,"Baltimore, MD" +407,267,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +407,268,217,"New York, NY and NJ",241,"Philadelphia, PA" +407,269,223,"New York, NY and NJ",223,"New York, NY and NJ" +407,270,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +407,271,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +407,272,217,"New York, NY and NJ",223,"New York, NY and NJ" +407,273,223,"New York, NY and NJ",223,"New York, NY and NJ" +408,1,159,"Long Beach, CA",159,"Long Beach, CA" +408,2,268,"Seattle, WA",268,"Seattle, WA" +408,3,159,"Long Beach, CA",159,"Long Beach, CA" +408,4,268,"Seattle, WA",268,"Seattle, WA" +408,5,162,"Oakland, CA",162,"Oakland, CA" +408,6,162,"Oakland, CA",162,"Oakland, CA" +408,7,162,"Oakland, CA",162,"Oakland, CA" +408,8,159,"Long Beach, CA",159,"Long Beach, CA" +408,9,268,"Seattle, WA",268,"Seattle, WA" +408,10,159,"Long Beach, CA",159,"Long Beach, CA" +408,11,159,"Long Beach, CA",159,"Long Beach, CA" +408,12,268,"Seattle, WA",268,"Seattle, WA" +408,13,159,"Long Beach, CA",159,"Long Beach, CA" +408,14,159,"Long Beach, CA",159,"Long Beach, CA" +408,15,268,"Seattle, WA",268,"Seattle, WA" +408,16,159,"Long Beach, CA",159,"Long Beach, CA" +408,17,268,"Seattle, WA",268,"Seattle, WA" +408,18,159,"Long Beach, CA",159,"Long Beach, CA" +408,19,268,"Seattle, WA",268,"Seattle, WA" +408,20,239,"Portland, OR",239,"Portland, OR" +408,21,268,"Seattle, WA",268,"Seattle, WA" +408,22,162,"Oakland, CA",162,"Oakland, CA" +408,23,162,"Oakland, CA",162,"Oakland, CA" +408,24,159,"Long Beach, CA",159,"Long Beach, CA" +408,25,269,"Longview, WA",269,"Longview, WA" +408,26,268,"Seattle, WA",268,"Seattle, WA" +408,27,162,"Oakland, CA",162,"Oakland, CA" +408,28,159,"Long Beach, CA",159,"Long Beach, CA" +408,29,268,"Seattle, WA",268,"Seattle, WA" +408,30,162,"Oakland, CA",162,"Oakland, CA" +408,31,239,"Portland, OR",239,"Portland, OR" +408,32,269,"Longview, WA",269,"Longview, WA" +408,33,162,"Oakland, CA",162,"Oakland, CA" +408,34,159,"Long Beach, CA",159,"Long Beach, CA" +408,35,162,"Oakland, CA",162,"Oakland, CA" +408,36,159,"Long Beach, CA",159,"Long Beach, CA" +408,37,268,"Seattle, WA",268,"Seattle, WA" +408,38,159,"Long Beach, CA",159,"Long Beach, CA" +408,39,159,"Long Beach, CA",159,"Long Beach, CA" +408,40,159,"Long Beach, CA",159,"Long Beach, CA" +408,41,159,"Long Beach, CA",159,"Long Beach, CA" +408,42,162,"Oakland, CA",162,"Oakland, CA" +408,43,268,"Seattle, WA",268,"Seattle, WA" +408,44,269,"Longview, WA",269,"Longview, WA" +408,45,159,"Long Beach, CA",159,"Long Beach, CA" +408,46,268,"Seattle, WA",268,"Seattle, WA" +408,47,159,"Long Beach, CA",159,"Long Beach, CA" +408,48,159,"Long Beach, CA",159,"Long Beach, CA" +408,49,159,"Long Beach, CA",159,"Long Beach, CA" +408,50,159,"Long Beach, CA",159,"Long Beach, CA" +408,51,268,"Seattle, WA",268,"Seattle, WA" +408,52,159,"Long Beach, CA",159,"Long Beach, CA" +408,53,159,"Long Beach, CA",159,"Long Beach, CA" +408,54,269,"Longview, WA",269,"Longview, WA" +408,55,268,"Seattle, WA",268,"Seattle, WA" +408,56,162,"Oakland, CA",162,"Oakland, CA" +408,57,159,"Long Beach, CA",159,"Long Beach, CA" +408,58,268,"Seattle, WA",268,"Seattle, WA" +408,59,159,"Long Beach, CA",159,"Long Beach, CA" +408,60,268,"Seattle, WA",268,"Seattle, WA" +408,61,269,"Longview, WA",269,"Longview, WA" +408,62,162,"Oakland, CA",162,"Oakland, CA" +408,63,159,"Long Beach, CA",159,"Long Beach, CA" +408,64,159,"Long Beach, CA",159,"Long Beach, CA" +408,65,162,"Oakland, CA",162,"Oakland, CA" +408,66,269,"Longview, WA",269,"Longview, WA" +408,67,159,"Long Beach, CA",159,"Long Beach, CA" +408,68,159,"Long Beach, CA",159,"Long Beach, CA" +408,69,159,"Long Beach, CA",159,"Long Beach, CA" +408,70,159,"Long Beach, CA",159,"Long Beach, CA" +408,71,162,"Oakland, CA",162,"Oakland, CA" +408,72,268,"Seattle, WA",268,"Seattle, WA" +408,73,268,"Seattle, WA",268,"Seattle, WA" +408,74,269,"Longview, WA",269,"Longview, WA" +408,75,268,"Seattle, WA",268,"Seattle, WA" +408,76,159,"Long Beach, CA",159,"Long Beach, CA" +408,77,269,"Longview, WA",269,"Longview, WA" +408,78,159,"Long Beach, CA",159,"Long Beach, CA" +408,79,162,"Oakland, CA",162,"Oakland, CA" +408,80,159,"Long Beach, CA",159,"Long Beach, CA" +408,81,159,"Long Beach, CA",159,"Long Beach, CA" +408,82,159,"Long Beach, CA",159,"Long Beach, CA" +408,83,268,"Seattle, WA",268,"Seattle, WA" +408,84,159,"Long Beach, CA",159,"Long Beach, CA" +408,85,268,"Seattle, WA",268,"Seattle, WA" +408,86,159,"Long Beach, CA",159,"Long Beach, CA" +408,87,159,"Long Beach, CA",159,"Long Beach, CA" +408,88,268,"Seattle, WA",268,"Seattle, WA" +408,89,268,"Seattle, WA",268,"Seattle, WA" +408,90,159,"Long Beach, CA",159,"Long Beach, CA" +408,91,159,"Long Beach, CA",159,"Long Beach, CA" +408,92,268,"Seattle, WA",268,"Seattle, WA" +408,93,159,"Long Beach, CA",159,"Long Beach, CA" +408,94,159,"Long Beach, CA",159,"Long Beach, CA" +408,95,159,"Long Beach, CA",159,"Long Beach, CA" +408,96,159,"Long Beach, CA",159,"Long Beach, CA" +408,97,159,"Long Beach, CA",159,"Long Beach, CA" +408,98,268,"Seattle, WA",268,"Seattle, WA" +408,99,159,"Long Beach, CA",159,"Long Beach, CA" +408,100,159,"Long Beach, CA",159,"Long Beach, CA" +408,101,159,"Long Beach, CA",159,"Long Beach, CA" +408,102,268,"Seattle, WA",268,"Seattle, WA" +408,103,268,"Seattle, WA",268,"Seattle, WA" +408,104,162,"Oakland, CA",162,"Oakland, CA" +408,105,159,"Long Beach, CA",159,"Long Beach, CA" +408,106,268,"Seattle, WA",268,"Seattle, WA" +408,107,269,"Longview, WA",269,"Longview, WA" +408,108,159,"Long Beach, CA",159,"Long Beach, CA" +408,109,162,"Oakland, CA",162,"Oakland, CA" +408,110,159,"Long Beach, CA",159,"Long Beach, CA" +408,111,159,"Long Beach, CA",159,"Long Beach, CA" +408,112,159,"Long Beach, CA",159,"Long Beach, CA" +408,113,159,"Long Beach, CA",159,"Long Beach, CA" +408,114,159,"Long Beach, CA",159,"Long Beach, CA" +408,115,159,"Long Beach, CA",159,"Long Beach, CA" +408,116,159,"Long Beach, CA",159,"Long Beach, CA" +408,117,159,"Long Beach, CA",159,"Long Beach, CA" +408,118,162,"Oakland, CA",162,"Oakland, CA" +408,119,159,"Long Beach, CA",159,"Long Beach, CA" +408,120,268,"Seattle, WA",268,"Seattle, WA" +408,121,268,"Seattle, WA",268,"Seattle, WA" +408,122,159,"Long Beach, CA",159,"Long Beach, CA" +408,123,239,"Portland, OR",239,"Portland, OR" +408,124,159,"Long Beach, CA",159,"Long Beach, CA" +408,125,239,"Portland, OR",239,"Portland, OR" +408,126,268,"Seattle, WA",268,"Seattle, WA" +408,127,269,"Longview, WA",269,"Longview, WA" +408,128,268,"Seattle, WA",268,"Seattle, WA" +408,129,159,"Long Beach, CA",159,"Long Beach, CA" +408,130,239,"Portland, OR",239,"Portland, OR" +408,131,162,"Oakland, CA",162,"Oakland, CA" +408,132,159,"Long Beach, CA",159,"Long Beach, CA" +408,151,159,"Long Beach, CA",159,"Long Beach, CA" +408,152,268,"Seattle, WA",268,"Seattle, WA" +408,153,159,"Long Beach, CA",159,"Long Beach, CA" +408,154,154,"Anchorage, AK",154,"Anchorage, AK" +408,155,159,"Long Beach, CA",268,"Seattle, WA" +408,156,159,"Long Beach, CA",268,"Seattle, WA" +408,157,268,"Seattle, WA",162,"Oakland, CA" +408,158,162,"Oakland, CA",159,"Long Beach, CA" +408,159,159,"Long Beach, CA",239,"Portland, OR" +408,160,159,"Long Beach, CA",269,"Longview, WA" +408,161,159,"Long Beach, CA",268,"Seattle, WA" +408,162,159,"Long Beach, CA",268,"Seattle, WA" +408,163,159,"Long Beach, CA",159,"Long Beach, CA" +408,164,159,"Long Beach, CA",268,"Seattle, WA" +408,165,268,"Seattle, WA",159,"Long Beach, CA" +408,166,268,"Seattle, WA",268,"Seattle, WA" +408,167,162,"Oakland, CA",162,"Oakland, CA" +408,168,159,"Long Beach, CA",268,"Seattle, WA" +408,169,162,"Oakland, CA",239,"Portland, OR" +408,170,268,"Seattle, WA",162,"Oakland, CA" +408,171,159,"Long Beach, CA",159,"Long Beach, CA" +408,172,159,"Long Beach, CA",159,"Long Beach, CA" +408,173,162,"Oakland, CA",162,"Oakland, CA" +408,174,159,"Long Beach, CA",162,"Oakland, CA" +408,175,239,"Portland, OR",269,"Longview, WA" +408,176,159,"Long Beach, CA",159,"Long Beach, CA" +408,177,159,"Long Beach, CA",268,"Seattle, WA" +408,178,268,"Seattle, WA",159,"Long Beach, CA" +408,179,179,"Honolulu, HI",179,"Honolulu, HI" +408,180,179,"Honolulu, HI",179,"Honolulu, HI" +408,181,159,"Long Beach, CA",159,"Long Beach, CA" +408,183,268,"Seattle, WA",159,"Long Beach, CA" +408,184,162,"Oakland, CA",159,"Long Beach, CA" +408,185,162,"Oakland, CA",159,"Long Beach, CA" +408,186,268,"Seattle, WA",268,"Seattle, WA" +408,187,239,"Portland, OR",268,"Seattle, WA" +408,188,162,"Oakland, CA",162,"Oakland, CA" +408,189,268,"Seattle, WA",268,"Seattle, WA" +408,190,268,"Seattle, WA",159,"Long Beach, CA" +408,191,162,"Oakland, CA",159,"Long Beach, CA" +408,192,159,"Long Beach, CA",162,"Oakland, CA" +408,193,159,"Long Beach, CA",159,"Long Beach, CA" +408,194,268,"Seattle, WA",159,"Long Beach, CA" +408,195,159,"Long Beach, CA",268,"Seattle, WA" +408,196,159,"Long Beach, CA",159,"Long Beach, CA" +408,197,159,"Long Beach, CA",162,"Oakland, CA" +408,198,162,"Oakland, CA",159,"Long Beach, CA" +408,199,159,"Long Beach, CA",159,"Long Beach, CA" +408,200,162,"Oakland, CA",268,"Seattle, WA" +408,201,268,"Seattle, WA",162,"Oakland, CA" +408,202,268,"Seattle, WA",162,"Oakland, CA" +408,203,268,"Seattle, WA",159,"Long Beach, CA" +408,204,159,"Long Beach, CA",159,"Long Beach, CA" +408,205,268,"Seattle, WA",162,"Oakland, CA" +408,206,159,"Long Beach, CA",268,"Seattle, WA" +408,207,159,"Long Beach, CA",159,"Long Beach, CA" +408,208,159,"Long Beach, CA",268,"Seattle, WA" +408,209,239,"Portland, OR",162,"Oakland, CA" +408,210,159,"Long Beach, CA",159,"Long Beach, CA" +408,211,268,"Seattle, WA",268,"Seattle, WA" +408,212,268,"Seattle, WA",159,"Long Beach, CA" +408,213,159,"Long Beach, CA",239,"Portland, OR" +408,214,159,"Long Beach, CA",159,"Long Beach, CA" +408,215,268,"Seattle, WA",159,"Long Beach, CA" +408,216,159,"Long Beach, CA",268,"Seattle, WA" +408,217,159,"Long Beach, CA",159,"Long Beach, CA" +408,218,159,"Long Beach, CA",239,"Portland, OR" +408,219,159,"Long Beach, CA",162,"Oakland, CA" +408,220,159,"Long Beach, CA",268,"Seattle, WA" +408,221,159,"Long Beach, CA",159,"Long Beach, CA" +408,222,159,"Long Beach, CA",268,"Seattle, WA" +408,223,159,"Long Beach, CA",239,"Portland, OR" +408,224,268,"Seattle, WA",159,"Long Beach, CA" +408,225,269,"Longview, WA",268,"Seattle, WA" +408,226,159,"Long Beach, CA",239,"Portland, OR" +408,227,159,"Long Beach, CA",159,"Long Beach, CA" +408,228,162,"Oakland, CA",159,"Long Beach, CA" +408,229,268,"Seattle, WA",268,"Seattle, WA" +408,230,159,"Long Beach, CA",159,"Long Beach, CA" +408,231,268,"Seattle, WA",159,"Long Beach, CA" +408,232,159,"Long Beach, CA",162,"Oakland, CA" +408,233,159,"Long Beach, CA",159,"Long Beach, CA" +408,234,159,"Long Beach, CA",239,"Portland, OR" +408,235,268,"Seattle, WA",159,"Long Beach, CA" +408,236,268,"Seattle, WA",159,"Long Beach, CA" +408,237,159,"Long Beach, CA",159,"Long Beach, CA" +408,238,162,"Oakland, CA",162,"Oakland, CA" +408,239,268,"Seattle, WA",159,"Long Beach, CA" +408,240,268,"Seattle, WA",159,"Long Beach, CA" +408,241,268,"Seattle, WA",159,"Long Beach, CA" +408,242,159,"Long Beach, CA",162,"Oakland, CA" +408,243,268,"Seattle, WA",159,"Long Beach, CA" +408,244,159,"Long Beach, CA",159,"Long Beach, CA" +408,245,159,"Long Beach, CA",159,"Long Beach, CA" +408,246,159,"Long Beach, CA",159,"Long Beach, CA" +408,247,159,"Long Beach, CA",159,"Long Beach, CA" +408,248,159,"Long Beach, CA",162,"Oakland, CA" +408,249,162,"Oakland, CA",159,"Long Beach, CA" +408,250,159,"Long Beach, CA",159,"Long Beach, CA" +408,251,159,"Long Beach, CA",159,"Long Beach, CA" +408,252,239,"Portland, OR",159,"Long Beach, CA" +408,253,159,"Long Beach, CA",159,"Long Beach, CA" +408,254,159,"Long Beach, CA",239,"Portland, OR" +408,255,159,"Long Beach, CA",159,"Long Beach, CA" +408,256,269,"Longview, WA",159,"Long Beach, CA" +408,257,159,"Long Beach, CA",239,"Portland, OR" +408,258,268,"Seattle, WA",159,"Long Beach, CA" +408,259,159,"Long Beach, CA",268,"Seattle, WA" +408,260,159,"Long Beach, CA",159,"Long Beach, CA" +408,261,159,"Long Beach, CA",159,"Long Beach, CA" +408,262,159,"Long Beach, CA",159,"Long Beach, CA" +408,263,159,"Long Beach, CA",159,"Long Beach, CA" +408,264,162,"Oakland, CA",159,"Long Beach, CA" +408,265,268,"Seattle, WA",159,"Long Beach, CA" +408,266,159,"Long Beach, CA",162,"Oakland, CA" +408,267,268,"Seattle, WA",159,"Long Beach, CA" +408,268,159,"Long Beach, CA",162,"Oakland, CA" +408,269,162,"Oakland, CA",162,"Oakland, CA" +408,270,268,"Seattle, WA",162,"Oakland, CA" +408,271,159,"Long Beach, CA",159,"Long Beach, CA" +408,272,159,"Long Beach, CA",269,"Longview, WA" +408,273,268,"Seattle, WA",159,"Long Beach, CA" +409,1,197,"Portland, ME",197,"Portland, ME" +409,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +409,3,217,"New York, NY and NJ",217,"New York, NY and NJ" +409,4,241,"Philadelphia, PA",241,"Philadelphia, PA" +409,5,169,"Wilmington, DE",169,"Wilmington, DE" +409,6,197,"Portland, ME",197,"Portland, ME" +409,7,197,"Portland, ME",197,"Portland, ME" +409,8,169,"Wilmington, DE",169,"Wilmington, DE" +409,9,198,"Baltimore, MD",198,"Baltimore, MD" +409,10,229,"Wilmington, NC",229,"Wilmington, NC" +409,11,178,"Brunswick, GA",178,"Brunswick, GA" +409,12,197,"Portland, ME",197,"Portland, ME" +409,13,223,"New York, NY and NJ",223,"New York, NY and NJ" +409,14,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +409,15,172,"Port Everglades, FL",172,"Port Everglades, FL" +409,16,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +409,17,198,"Baltimore, MD",198,"Baltimore, MD" +409,18,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +409,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +409,20,241,"Philadelphia, PA",241,"Philadelphia, PA" +409,21,241,"Philadelphia, PA",241,"Philadelphia, PA" +409,22,198,"Baltimore, MD",198,"Baltimore, MD" +409,23,217,"New York, NY and NJ",217,"New York, NY and NJ" +409,24,229,"Wilmington, NC",229,"Wilmington, NC" +409,25,217,"New York, NY and NJ",217,"New York, NY and NJ" +409,26,169,"Wilmington, DE",169,"Wilmington, DE" +409,27,223,"New York, NY and NJ",223,"New York, NY and NJ" +409,28,223,"New York, NY and NJ",223,"New York, NY and NJ" +409,29,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +409,30,223,"New York, NY and NJ",223,"New York, NY and NJ" +409,31,177,"Savannah, GA",177,"Savannah, GA" +409,32,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +409,33,223,"New York, NY and NJ",223,"New York, NY and NJ" +409,34,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +409,35,241,"Philadelphia, PA",241,"Philadelphia, PA" +409,36,197,"Portland, ME",197,"Portland, ME" +409,37,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +409,38,178,"Brunswick, GA",178,"Brunswick, GA" +409,39,198,"Baltimore, MD",198,"Baltimore, MD" +409,40,198,"Baltimore, MD",198,"Baltimore, MD" +409,41,197,"Portland, ME",197,"Portland, ME" +409,42,198,"Baltimore, MD",198,"Baltimore, MD" +409,43,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +409,44,217,"New York, NY and NJ",217,"New York, NY and NJ" +409,45,169,"Wilmington, DE",169,"Wilmington, DE" +409,46,177,"Savannah, GA",177,"Savannah, GA" +409,47,217,"New York, NY and NJ",217,"New York, NY and NJ" +409,48,197,"Portland, ME",197,"Portland, ME" +409,49,223,"New York, NY and NJ",223,"New York, NY and NJ" +409,50,241,"Philadelphia, PA",241,"Philadelphia, PA" +409,51,197,"Portland, ME",197,"Portland, ME" +409,52,217,"New York, NY and NJ",217,"New York, NY and NJ" +409,53,177,"Savannah, GA",177,"Savannah, GA" +409,54,241,"Philadelphia, PA",241,"Philadelphia, PA" +409,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +409,56,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +409,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +409,58,217,"New York, NY and NJ",217,"New York, NY and NJ" +409,59,223,"New York, NY and NJ",223,"New York, NY and NJ" +409,60,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +409,61,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +409,62,217,"New York, NY and NJ",217,"New York, NY and NJ" +409,63,198,"Baltimore, MD",198,"Baltimore, MD" +409,64,217,"New York, NY and NJ",217,"New York, NY and NJ" +409,65,244,"Providence, RI",244,"Providence, RI" +409,66,217,"New York, NY and NJ",217,"New York, NY and NJ" +409,67,198,"Baltimore, MD",198,"Baltimore, MD" +409,68,217,"New York, NY and NJ",217,"New York, NY and NJ" +409,69,245,"Charleston, SC",245,"Charleston, SC" +409,70,198,"Baltimore, MD",198,"Baltimore, MD" +409,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +409,72,172,"Port Everglades, FL",172,"Port Everglades, FL" +409,73,217,"New York, NY and NJ",217,"New York, NY and NJ" +409,74,217,"New York, NY and NJ",217,"New York, NY and NJ" +409,75,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +409,76,172,"Port Everglades, FL",172,"Port Everglades, FL" +409,77,177,"Savannah, GA",177,"Savannah, GA" +409,78,229,"Wilmington, NC",229,"Wilmington, NC" +409,79,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +409,80,241,"Philadelphia, PA",241,"Philadelphia, PA" +409,81,217,"New York, NY and NJ",217,"New York, NY and NJ" +409,82,169,"Wilmington, DE",169,"Wilmington, DE" +409,83,172,"Port Everglades, FL",172,"Port Everglades, FL" +409,84,217,"New York, NY and NJ",217,"New York, NY and NJ" +409,85,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +409,86,245,"Charleston, SC",245,"Charleston, SC" +409,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +409,88,223,"New York, NY and NJ",223,"New York, NY and NJ" +409,89,241,"Philadelphia, PA",241,"Philadelphia, PA" +409,90,241,"Philadelphia, PA",241,"Philadelphia, PA" +409,91,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +409,92,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +409,93,171,"Jacksonville, FL",171,"Jacksonville, FL" +409,94,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +409,95,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +409,96,223,"New York, NY and NJ",223,"New York, NY and NJ" +409,97,217,"New York, NY and NJ",217,"New York, NY and NJ" +409,98,177,"Savannah, GA",177,"Savannah, GA" +409,99,197,"Portland, ME",197,"Portland, ME" +409,100,241,"Philadelphia, PA",241,"Philadelphia, PA" +409,101,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +409,102,198,"Baltimore, MD",198,"Baltimore, MD" +409,103,217,"New York, NY and NJ",217,"New York, NY and NJ" +409,104,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +409,105,208,"Pascagoula, MS",208,"Pascagoula, MS" +409,106,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +409,107,198,"Baltimore, MD",198,"Baltimore, MD" +409,108,223,"New York, NY and NJ",223,"New York, NY and NJ" +409,109,217,"New York, NY and NJ",217,"New York, NY and NJ" +409,110,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +409,111,198,"Baltimore, MD",198,"Baltimore, MD" +409,112,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +409,113,241,"Philadelphia, PA",241,"Philadelphia, PA" +409,114,223,"New York, NY and NJ",223,"New York, NY and NJ" +409,115,169,"Wilmington, DE",169,"Wilmington, DE" +409,116,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +409,117,197,"Portland, ME",197,"Portland, ME" +409,118,198,"Baltimore, MD",198,"Baltimore, MD" +409,119,223,"New York, NY and NJ",223,"New York, NY and NJ" +409,120,172,"Port Everglades, FL",172,"Port Everglades, FL" +409,121,198,"Baltimore, MD",198,"Baltimore, MD" +409,122,223,"New York, NY and NJ",223,"New York, NY and NJ" +409,123,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +409,124,241,"Philadelphia, PA",241,"Philadelphia, PA" +409,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +409,126,198,"Baltimore, MD",198,"Baltimore, MD" +409,127,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +409,128,169,"Wilmington, DE",169,"Wilmington, DE" +409,129,245,"Charleston, SC",245,"Charleston, SC" +409,130,217,"New York, NY and NJ",217,"New York, NY and NJ" +409,131,244,"Providence, RI",244,"Providence, RI" +409,132,229,"Wilmington, NC",229,"Wilmington, NC" +409,151,223,"New York, NY and NJ",172,"Port Everglades, FL" +409,152,172,"Port Everglades, FL",177,"Savannah, GA" +409,153,245,"Charleston, SC",217,"New York, NY and NJ" +409,154,154,"Anchorage, AK",154,"Anchorage, AK" +409,155,223,"New York, NY and NJ",195,"New Orleans, LA" +409,156,197,"Portland, ME",208,"Pascagoula, MS" +409,157,198,"Baltimore, MD",208,"Pascagoula, MS" +409,158,217,"New York, NY and NJ",217,"New York, NY and NJ" +409,159,193,"Baton Rouge, LA",265,"Norfolk Harbor, VA" +409,160,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +409,161,172,"Port Everglades, FL",223,"New York, NY and NJ" +409,162,198,"Baltimore, MD",257,"Houston, TX" +409,163,177,"Savannah, GA",195,"New Orleans, LA" +409,164,241,"Philadelphia, PA",177,"Savannah, GA" +409,165,172,"Port Everglades, FL",241,"Philadelphia, PA" +409,166,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +409,167,217,"New York, NY and NJ",217,"New York, NY and NJ" +409,168,229,"Wilmington, NC",223,"New York, NY and NJ" +409,169,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +409,170,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +409,171,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +409,172,177,"Savannah, GA",241,"Philadelphia, PA" +409,173,198,"Baltimore, MD",174,"Tampa, FL" +409,174,172,"Port Everglades, FL",172,"Port Everglades, FL" +409,175,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +409,176,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +409,177,229,"Wilmington, NC",177,"Savannah, GA" +409,178,241,"Philadelphia, PA",177,"Savannah, GA" +409,179,179,"Honolulu, HI",179,"Honolulu, HI" +409,180,179,"Honolulu, HI",179,"Honolulu, HI" +409,181,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +409,183,223,"New York, NY and NJ",172,"Port Everglades, FL" +409,184,217,"New York, NY and NJ",223,"New York, NY and NJ" +409,185,244,"Providence, RI",197,"Portland, ME" +409,186,244,"Providence, RI",177,"Savannah, GA" +409,187,223,"New York, NY and NJ",174,"Tampa, FL" +409,188,201,"Boston, MA",217,"New York, NY and NJ" +409,189,223,"New York, NY and NJ",241,"Philadelphia, PA" +409,190,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +409,191,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +409,192,223,"New York, NY and NJ",217,"New York, NY and NJ" +409,193,217,"New York, NY and NJ",194,"Lake Charles, LA" +409,194,217,"New York, NY and NJ",195,"New Orleans, LA" +409,195,241,"Philadelphia, PA",178,"Brunswick, GA" +409,196,198,"Baltimore, MD",152,"Mobile, AL" +409,197,223,"New York, NY and NJ",217,"New York, NY and NJ" +409,198,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +409,199,197,"Portland, ME",169,"Wilmington, DE" +409,200,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +409,201,198,"Baltimore, MD",244,"Providence, RI" +409,202,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +409,203,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +409,204,217,"New York, NY and NJ",223,"New York, NY and NJ" +409,205,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +409,206,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +409,207,244,"Providence, RI",223,"New York, NY and NJ" +409,208,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +409,209,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +409,210,197,"Portland, ME",265,"Norfolk Harbor, VA" +409,211,223,"New York, NY and NJ",197,"Portland, ME" +409,212,217,"New York, NY and NJ",217,"New York, NY and NJ" +409,213,217,"New York, NY and NJ",223,"New York, NY and NJ" +409,214,265,"Norfolk Harbor, VA",201,"Boston, MA" +409,215,217,"New York, NY and NJ",245,"Charleston, SC" +409,216,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +409,217,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +409,218,198,"Baltimore, MD",198,"Baltimore, MD" +409,219,229,"Wilmington, NC",223,"New York, NY and NJ" +409,220,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +409,221,217,"New York, NY and NJ",201,"Boston, MA" +409,222,265,"Norfolk Harbor, VA",201,"Boston, MA" +409,223,177,"Savannah, GA",223,"New York, NY and NJ" +409,224,218,"Camden-Gloucester, NJ",244,"Providence, RI" +409,225,223,"New York, NY and NJ",223,"New York, NY and NJ" +409,226,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +409,227,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +409,228,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +409,229,169,"Wilmington, DE",245,"Charleston, SC" +409,230,241,"Philadelphia, PA",197,"Portland, ME" +409,231,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +409,232,217,"New York, NY and NJ",241,"Philadelphia, PA" +409,233,229,"Wilmington, NC",198,"Baltimore, MD" +409,234,198,"Baltimore, MD",241,"Philadelphia, PA" +409,235,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +409,236,265,"Norfolk Harbor, VA",201,"Boston, MA" +409,237,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +409,238,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +409,239,177,"Savannah, GA",198,"Baltimore, MD" +409,240,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +409,241,197,"Portland, ME",198,"Baltimore, MD" +409,242,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +409,243,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +409,244,201,"Boston, MA",265,"Norfolk Harbor, VA" +409,245,177,"Savannah, GA",201,"Boston, MA" +409,246,223,"New York, NY and NJ",198,"Baltimore, MD" +409,247,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +409,248,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +409,249,223,"New York, NY and NJ",223,"New York, NY and NJ" +409,250,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +409,251,174,"Tampa, FL",195,"New Orleans, LA" +409,252,177,"Savannah, GA",195,"New Orleans, LA" +409,253,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +409,254,152,"Mobile, AL",257,"Houston, TX" +409,255,229,"Wilmington, NC",177,"Savannah, GA" +409,256,217,"New York, NY and NJ",208,"Pascagoula, MS" +409,257,195,"New Orleans, LA",257,"Houston, TX" +409,258,201,"Boston, MA",254,"Corpus Christi, TX" +409,259,174,"Tampa, FL",177,"Savannah, GA" +409,260,241,"Philadelphia, PA",208,"Pascagoula, MS" +409,261,217,"New York, NY and NJ",253,"Beaumont, TX" +409,262,265,"Norfolk Harbor, VA",245,"Charleston, SC" +409,263,198,"Baltimore, MD",223,"New York, NY and NJ" +409,264,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +409,265,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +409,266,244,"Providence, RI",223,"New York, NY and NJ" +409,267,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +409,268,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +409,269,241,"Philadelphia, PA",223,"New York, NY and NJ" +409,270,197,"Portland, ME",171,"Jacksonville, FL" +409,271,197,"Portland, ME",223,"New York, NY and NJ" +409,272,172,"Port Everglades, FL",198,"Baltimore, MD" +409,273,223,"New York, NY and NJ",177,"Savannah, GA" +410,1,159,"Long Beach, CA",159,"Long Beach, CA" +410,2,268,"Seattle, WA",268,"Seattle, WA" +410,3,159,"Long Beach, CA",159,"Long Beach, CA" +410,4,159,"Long Beach, CA",159,"Long Beach, CA" +410,5,159,"Long Beach, CA",159,"Long Beach, CA" +410,6,239,"Portland, OR",239,"Portland, OR" +410,7,269,"Longview, WA",269,"Longview, WA" +410,8,159,"Long Beach, CA",159,"Long Beach, CA" +410,9,159,"Long Beach, CA",159,"Long Beach, CA" +410,10,162,"Oakland, CA",162,"Oakland, CA" +410,11,162,"Oakland, CA",162,"Oakland, CA" +410,12,159,"Long Beach, CA",159,"Long Beach, CA" +410,13,268,"Seattle, WA",268,"Seattle, WA" +410,14,159,"Long Beach, CA",159,"Long Beach, CA" +410,15,159,"Long Beach, CA",159,"Long Beach, CA" +410,16,159,"Long Beach, CA",159,"Long Beach, CA" +410,17,159,"Long Beach, CA",159,"Long Beach, CA" +410,18,159,"Long Beach, CA",159,"Long Beach, CA" +410,19,162,"Oakland, CA",162,"Oakland, CA" +410,20,269,"Longview, WA",269,"Longview, WA" +410,21,159,"Long Beach, CA",159,"Long Beach, CA" +410,22,159,"Long Beach, CA",159,"Long Beach, CA" +410,23,162,"Oakland, CA",162,"Oakland, CA" +410,24,159,"Long Beach, CA",159,"Long Beach, CA" +410,25,159,"Long Beach, CA",159,"Long Beach, CA" +410,26,159,"Long Beach, CA",159,"Long Beach, CA" +410,27,159,"Long Beach, CA",159,"Long Beach, CA" +410,28,268,"Seattle, WA",268,"Seattle, WA" +410,29,159,"Long Beach, CA",159,"Long Beach, CA" +410,30,159,"Long Beach, CA",159,"Long Beach, CA" +410,31,162,"Oakland, CA",162,"Oakland, CA" +410,32,159,"Long Beach, CA",159,"Long Beach, CA" +410,33,159,"Long Beach, CA",159,"Long Beach, CA" +410,34,159,"Long Beach, CA",159,"Long Beach, CA" +410,35,159,"Long Beach, CA",159,"Long Beach, CA" +410,36,159,"Long Beach, CA",159,"Long Beach, CA" +410,37,159,"Long Beach, CA",159,"Long Beach, CA" +410,38,159,"Long Beach, CA",159,"Long Beach, CA" +410,39,162,"Oakland, CA",162,"Oakland, CA" +410,40,159,"Long Beach, CA",159,"Long Beach, CA" +410,41,268,"Seattle, WA",268,"Seattle, WA" +410,42,159,"Long Beach, CA",159,"Long Beach, CA" +410,43,162,"Oakland, CA",162,"Oakland, CA" +410,44,159,"Long Beach, CA",159,"Long Beach, CA" +410,45,268,"Seattle, WA",268,"Seattle, WA" +410,46,159,"Long Beach, CA",159,"Long Beach, CA" +410,47,159,"Long Beach, CA",159,"Long Beach, CA" +410,48,159,"Long Beach, CA",159,"Long Beach, CA" +410,49,159,"Long Beach, CA",159,"Long Beach, CA" +410,50,269,"Longview, WA",269,"Longview, WA" +410,51,162,"Oakland, CA",162,"Oakland, CA" +410,52,159,"Long Beach, CA",159,"Long Beach, CA" +410,53,268,"Seattle, WA",268,"Seattle, WA" +410,54,159,"Long Beach, CA",159,"Long Beach, CA" +410,55,159,"Long Beach, CA",159,"Long Beach, CA" +410,56,162,"Oakland, CA",162,"Oakland, CA" +410,57,159,"Long Beach, CA",159,"Long Beach, CA" +410,58,159,"Long Beach, CA",159,"Long Beach, CA" +410,59,268,"Seattle, WA",268,"Seattle, WA" +410,60,269,"Longview, WA",269,"Longview, WA" +410,61,159,"Long Beach, CA",159,"Long Beach, CA" +410,62,159,"Long Beach, CA",159,"Long Beach, CA" +410,63,239,"Portland, OR",239,"Portland, OR" +410,64,162,"Oakland, CA",162,"Oakland, CA" +410,65,159,"Long Beach, CA",159,"Long Beach, CA" +410,66,268,"Seattle, WA",268,"Seattle, WA" +410,67,162,"Oakland, CA",162,"Oakland, CA" +410,68,159,"Long Beach, CA",159,"Long Beach, CA" +410,69,159,"Long Beach, CA",159,"Long Beach, CA" +410,70,159,"Long Beach, CA",159,"Long Beach, CA" +410,71,159,"Long Beach, CA",159,"Long Beach, CA" +410,72,269,"Longview, WA",269,"Longview, WA" +410,73,159,"Long Beach, CA",159,"Long Beach, CA" +410,74,159,"Long Beach, CA",159,"Long Beach, CA" +410,75,159,"Long Beach, CA",159,"Long Beach, CA" +410,76,159,"Long Beach, CA",159,"Long Beach, CA" +410,77,159,"Long Beach, CA",159,"Long Beach, CA" +410,78,269,"Longview, WA",269,"Longview, WA" +410,79,162,"Oakland, CA",162,"Oakland, CA" +410,80,162,"Oakland, CA",162,"Oakland, CA" +410,81,159,"Long Beach, CA",159,"Long Beach, CA" +410,82,268,"Seattle, WA",268,"Seattle, WA" +410,83,268,"Seattle, WA",268,"Seattle, WA" +410,84,268,"Seattle, WA",268,"Seattle, WA" +410,85,159,"Long Beach, CA",159,"Long Beach, CA" +410,86,239,"Portland, OR",239,"Portland, OR" +410,87,159,"Long Beach, CA",159,"Long Beach, CA" +410,88,268,"Seattle, WA",268,"Seattle, WA" +410,89,268,"Seattle, WA",268,"Seattle, WA" +410,90,239,"Portland, OR",239,"Portland, OR" +410,91,268,"Seattle, WA",268,"Seattle, WA" +410,92,268,"Seattle, WA",268,"Seattle, WA" +410,93,159,"Long Beach, CA",159,"Long Beach, CA" +410,94,159,"Long Beach, CA",159,"Long Beach, CA" +410,95,159,"Long Beach, CA",159,"Long Beach, CA" +410,96,159,"Long Beach, CA",159,"Long Beach, CA" +410,97,159,"Long Beach, CA",159,"Long Beach, CA" +410,98,162,"Oakland, CA",162,"Oakland, CA" +410,99,268,"Seattle, WA",268,"Seattle, WA" +410,100,159,"Long Beach, CA",159,"Long Beach, CA" +410,101,162,"Oakland, CA",162,"Oakland, CA" +410,102,268,"Seattle, WA",268,"Seattle, WA" +410,103,268,"Seattle, WA",268,"Seattle, WA" +410,104,162,"Oakland, CA",162,"Oakland, CA" +410,105,159,"Long Beach, CA",159,"Long Beach, CA" +410,106,239,"Portland, OR",239,"Portland, OR" +410,107,159,"Long Beach, CA",159,"Long Beach, CA" +410,108,162,"Oakland, CA",162,"Oakland, CA" +410,109,268,"Seattle, WA",268,"Seattle, WA" +410,110,159,"Long Beach, CA",159,"Long Beach, CA" +410,111,159,"Long Beach, CA",159,"Long Beach, CA" +410,112,159,"Long Beach, CA",159,"Long Beach, CA" +410,113,159,"Long Beach, CA",159,"Long Beach, CA" +410,114,268,"Seattle, WA",268,"Seattle, WA" +410,115,162,"Oakland, CA",162,"Oakland, CA" +410,116,268,"Seattle, WA",268,"Seattle, WA" +410,117,159,"Long Beach, CA",159,"Long Beach, CA" +410,118,268,"Seattle, WA",268,"Seattle, WA" +410,119,159,"Long Beach, CA",159,"Long Beach, CA" +410,120,162,"Oakland, CA",162,"Oakland, CA" +410,121,159,"Long Beach, CA",159,"Long Beach, CA" +410,122,159,"Long Beach, CA",159,"Long Beach, CA" +410,123,159,"Long Beach, CA",159,"Long Beach, CA" +410,124,159,"Long Beach, CA",159,"Long Beach, CA" +410,125,159,"Long Beach, CA",159,"Long Beach, CA" +410,126,162,"Oakland, CA",162,"Oakland, CA" +410,127,268,"Seattle, WA",268,"Seattle, WA" +410,128,159,"Long Beach, CA",159,"Long Beach, CA" +410,129,159,"Long Beach, CA",159,"Long Beach, CA" +410,130,159,"Long Beach, CA",159,"Long Beach, CA" +410,131,269,"Longview, WA",269,"Longview, WA" +410,132,239,"Portland, OR",239,"Portland, OR" +410,151,159,"Long Beach, CA",159,"Long Beach, CA" +410,152,159,"Long Beach, CA",268,"Seattle, WA" +410,153,159,"Long Beach, CA",159,"Long Beach, CA" +410,154,154,"Anchorage, AK",154,"Anchorage, AK" +410,155,268,"Seattle, WA",159,"Long Beach, CA" +410,156,159,"Long Beach, CA",159,"Long Beach, CA" +410,157,159,"Long Beach, CA",159,"Long Beach, CA" +410,158,162,"Oakland, CA",162,"Oakland, CA" +410,159,162,"Oakland, CA",268,"Seattle, WA" +410,160,162,"Oakland, CA",268,"Seattle, WA" +410,161,159,"Long Beach, CA",268,"Seattle, WA" +410,162,159,"Long Beach, CA",159,"Long Beach, CA" +410,163,269,"Longview, WA",159,"Long Beach, CA" +410,164,159,"Long Beach, CA",159,"Long Beach, CA" +410,165,159,"Long Beach, CA",159,"Long Beach, CA" +410,166,159,"Long Beach, CA",159,"Long Beach, CA" +410,167,159,"Long Beach, CA",162,"Oakland, CA" +410,168,159,"Long Beach, CA",159,"Long Beach, CA" +410,169,159,"Long Beach, CA",269,"Longview, WA" +410,170,268,"Seattle, WA",159,"Long Beach, CA" +410,171,159,"Long Beach, CA",268,"Seattle, WA" +410,172,162,"Oakland, CA",268,"Seattle, WA" +410,173,159,"Long Beach, CA",268,"Seattle, WA" +410,174,159,"Long Beach, CA",159,"Long Beach, CA" +410,175,268,"Seattle, WA",239,"Portland, OR" +410,176,268,"Seattle, WA",269,"Longview, WA" +410,177,269,"Longview, WA",159,"Long Beach, CA" +410,178,159,"Long Beach, CA",268,"Seattle, WA" +410,179,179,"Honolulu, HI",179,"Honolulu, HI" +410,180,179,"Honolulu, HI",179,"Honolulu, HI" +410,181,159,"Long Beach, CA",239,"Portland, OR" +410,183,159,"Long Beach, CA",268,"Seattle, WA" +410,184,159,"Long Beach, CA",159,"Long Beach, CA" +410,185,159,"Long Beach, CA",269,"Longview, WA" +410,186,162,"Oakland, CA",159,"Long Beach, CA" +410,187,268,"Seattle, WA",159,"Long Beach, CA" +410,188,162,"Oakland, CA",159,"Long Beach, CA" +410,189,239,"Portland, OR",159,"Long Beach, CA" +410,190,269,"Longview, WA",159,"Long Beach, CA" +410,191,159,"Long Beach, CA",159,"Long Beach, CA" +410,192,159,"Long Beach, CA",159,"Long Beach, CA" +410,193,162,"Oakland, CA",159,"Long Beach, CA" +410,194,159,"Long Beach, CA",159,"Long Beach, CA" +410,195,268,"Seattle, WA",268,"Seattle, WA" +410,196,159,"Long Beach, CA",268,"Seattle, WA" +410,197,159,"Long Beach, CA",159,"Long Beach, CA" +410,198,159,"Long Beach, CA",159,"Long Beach, CA" +410,199,159,"Long Beach, CA",159,"Long Beach, CA" +410,200,268,"Seattle, WA",162,"Oakland, CA" +410,201,239,"Portland, OR",239,"Portland, OR" +410,202,162,"Oakland, CA",162,"Oakland, CA" +410,203,159,"Long Beach, CA",159,"Long Beach, CA" +410,204,159,"Long Beach, CA",159,"Long Beach, CA" +410,205,159,"Long Beach, CA",268,"Seattle, WA" +410,206,159,"Long Beach, CA",159,"Long Beach, CA" +410,207,159,"Long Beach, CA",159,"Long Beach, CA" +410,208,159,"Long Beach, CA",159,"Long Beach, CA" +410,209,159,"Long Beach, CA",159,"Long Beach, CA" +410,210,159,"Long Beach, CA",268,"Seattle, WA" +410,211,159,"Long Beach, CA",162,"Oakland, CA" +410,212,162,"Oakland, CA",159,"Long Beach, CA" +410,213,239,"Portland, OR",159,"Long Beach, CA" +410,214,159,"Long Beach, CA",162,"Oakland, CA" +410,215,268,"Seattle, WA",162,"Oakland, CA" +410,216,159,"Long Beach, CA",159,"Long Beach, CA" +410,217,159,"Long Beach, CA",162,"Oakland, CA" +410,218,162,"Oakland, CA",162,"Oakland, CA" +410,219,268,"Seattle, WA",159,"Long Beach, CA" +410,220,159,"Long Beach, CA",268,"Seattle, WA" +410,221,162,"Oakland, CA",162,"Oakland, CA" +410,222,159,"Long Beach, CA",268,"Seattle, WA" +410,223,159,"Long Beach, CA",162,"Oakland, CA" +410,224,162,"Oakland, CA",159,"Long Beach, CA" +410,225,268,"Seattle, WA",159,"Long Beach, CA" +410,226,159,"Long Beach, CA",159,"Long Beach, CA" +410,227,159,"Long Beach, CA",159,"Long Beach, CA" +410,228,159,"Long Beach, CA",239,"Portland, OR" +410,229,159,"Long Beach, CA",159,"Long Beach, CA" +410,230,159,"Long Beach, CA",159,"Long Beach, CA" +410,231,159,"Long Beach, CA",159,"Long Beach, CA" +410,232,268,"Seattle, WA",162,"Oakland, CA" +410,233,269,"Longview, WA",162,"Oakland, CA" +410,234,159,"Long Beach, CA",159,"Long Beach, CA" +410,235,162,"Oakland, CA",159,"Long Beach, CA" +410,236,159,"Long Beach, CA",162,"Oakland, CA" +410,237,159,"Long Beach, CA",159,"Long Beach, CA" +410,238,159,"Long Beach, CA",162,"Oakland, CA" +410,239,159,"Long Beach, CA",159,"Long Beach, CA" +410,240,159,"Long Beach, CA",159,"Long Beach, CA" +410,241,268,"Seattle, WA",268,"Seattle, WA" +410,242,239,"Portland, OR",162,"Oakland, CA" +410,243,268,"Seattle, WA",159,"Long Beach, CA" +410,244,159,"Long Beach, CA",159,"Long Beach, CA" +410,245,162,"Oakland, CA",159,"Long Beach, CA" +410,246,159,"Long Beach, CA",268,"Seattle, WA" +410,247,159,"Long Beach, CA",268,"Seattle, WA" +410,248,159,"Long Beach, CA",159,"Long Beach, CA" +410,249,162,"Oakland, CA",159,"Long Beach, CA" +410,250,159,"Long Beach, CA",268,"Seattle, WA" +410,251,159,"Long Beach, CA",159,"Long Beach, CA" +410,252,268,"Seattle, WA",269,"Longview, WA" +410,253,159,"Long Beach, CA",159,"Long Beach, CA" +410,254,159,"Long Beach, CA",159,"Long Beach, CA" +410,255,268,"Seattle, WA",159,"Long Beach, CA" +410,256,162,"Oakland, CA",159,"Long Beach, CA" +410,257,268,"Seattle, WA",268,"Seattle, WA" +410,258,159,"Long Beach, CA",268,"Seattle, WA" +410,259,162,"Oakland, CA",159,"Long Beach, CA" +410,260,268,"Seattle, WA",268,"Seattle, WA" +410,261,268,"Seattle, WA",159,"Long Beach, CA" +410,262,159,"Long Beach, CA",159,"Long Beach, CA" +410,263,162,"Oakland, CA",159,"Long Beach, CA" +410,264,159,"Long Beach, CA",162,"Oakland, CA" +410,265,268,"Seattle, WA",159,"Long Beach, CA" +410,266,162,"Oakland, CA",159,"Long Beach, CA" +410,267,162,"Oakland, CA",159,"Long Beach, CA" +410,268,159,"Long Beach, CA",268,"Seattle, WA" +410,269,162,"Oakland, CA",268,"Seattle, WA" +410,270,159,"Long Beach, CA",162,"Oakland, CA" +410,271,239,"Portland, OR",162,"Oakland, CA" +410,272,268,"Seattle, WA",159,"Long Beach, CA" +410,273,159,"Long Beach, CA",159,"Long Beach, CA" +411,1,159,"Long Beach, CA",159,"Long Beach, CA" +411,2,268,"Seattle, WA",268,"Seattle, WA" +411,3,159,"Long Beach, CA",159,"Long Beach, CA" +411,4,159,"Long Beach, CA",159,"Long Beach, CA" +411,5,162,"Oakland, CA",162,"Oakland, CA" +411,6,159,"Long Beach, CA",159,"Long Beach, CA" +411,7,268,"Seattle, WA",268,"Seattle, WA" +411,8,162,"Oakland, CA",162,"Oakland, CA" +411,9,239,"Portland, OR",239,"Portland, OR" +411,10,162,"Oakland, CA",162,"Oakland, CA" +411,11,159,"Long Beach, CA",159,"Long Beach, CA" +411,12,162,"Oakland, CA",162,"Oakland, CA" +411,13,268,"Seattle, WA",268,"Seattle, WA" +411,14,159,"Long Beach, CA",159,"Long Beach, CA" +411,15,159,"Long Beach, CA",159,"Long Beach, CA" +411,16,269,"Longview, WA",269,"Longview, WA" +411,17,162,"Oakland, CA",162,"Oakland, CA" +411,18,159,"Long Beach, CA",159,"Long Beach, CA" +411,19,159,"Long Beach, CA",159,"Long Beach, CA" +411,20,269,"Longview, WA",269,"Longview, WA" +411,21,159,"Long Beach, CA",159,"Long Beach, CA" +411,22,162,"Oakland, CA",162,"Oakland, CA" +411,23,159,"Long Beach, CA",159,"Long Beach, CA" +411,24,162,"Oakland, CA",162,"Oakland, CA" +411,25,162,"Oakland, CA",162,"Oakland, CA" +411,26,159,"Long Beach, CA",159,"Long Beach, CA" +411,27,269,"Longview, WA",269,"Longview, WA" +411,28,268,"Seattle, WA",268,"Seattle, WA" +411,29,162,"Oakland, CA",162,"Oakland, CA" +411,30,162,"Oakland, CA",162,"Oakland, CA" +411,31,268,"Seattle, WA",268,"Seattle, WA" +411,32,159,"Long Beach, CA",159,"Long Beach, CA" +411,33,162,"Oakland, CA",162,"Oakland, CA" +411,34,162,"Oakland, CA",162,"Oakland, CA" +411,35,159,"Long Beach, CA",159,"Long Beach, CA" +411,36,159,"Long Beach, CA",159,"Long Beach, CA" +411,37,268,"Seattle, WA",268,"Seattle, WA" +411,38,159,"Long Beach, CA",159,"Long Beach, CA" +411,39,159,"Long Beach, CA",159,"Long Beach, CA" +411,40,268,"Seattle, WA",268,"Seattle, WA" +411,41,269,"Longview, WA",269,"Longview, WA" +411,42,159,"Long Beach, CA",159,"Long Beach, CA" +411,43,159,"Long Beach, CA",159,"Long Beach, CA" +411,44,162,"Oakland, CA",162,"Oakland, CA" +411,45,159,"Long Beach, CA",159,"Long Beach, CA" +411,46,159,"Long Beach, CA",159,"Long Beach, CA" +411,47,159,"Long Beach, CA",159,"Long Beach, CA" +411,48,159,"Long Beach, CA",159,"Long Beach, CA" +411,49,159,"Long Beach, CA",159,"Long Beach, CA" +411,50,159,"Long Beach, CA",159,"Long Beach, CA" +411,51,268,"Seattle, WA",268,"Seattle, WA" +411,52,159,"Long Beach, CA",159,"Long Beach, CA" +411,53,268,"Seattle, WA",268,"Seattle, WA" +411,54,239,"Portland, OR",239,"Portland, OR" +411,55,268,"Seattle, WA",268,"Seattle, WA" +411,56,268,"Seattle, WA",268,"Seattle, WA" +411,57,159,"Long Beach, CA",159,"Long Beach, CA" +411,58,159,"Long Beach, CA",159,"Long Beach, CA" +411,59,159,"Long Beach, CA",159,"Long Beach, CA" +411,60,269,"Longview, WA",269,"Longview, WA" +411,61,268,"Seattle, WA",268,"Seattle, WA" +411,62,268,"Seattle, WA",268,"Seattle, WA" +411,63,159,"Long Beach, CA",159,"Long Beach, CA" +411,64,162,"Oakland, CA",162,"Oakland, CA" +411,65,162,"Oakland, CA",162,"Oakland, CA" +411,66,239,"Portland, OR",239,"Portland, OR" +411,67,159,"Long Beach, CA",159,"Long Beach, CA" +411,68,159,"Long Beach, CA",159,"Long Beach, CA" +411,69,268,"Seattle, WA",268,"Seattle, WA" +411,70,159,"Long Beach, CA",159,"Long Beach, CA" +411,71,162,"Oakland, CA",162,"Oakland, CA" +411,72,159,"Long Beach, CA",159,"Long Beach, CA" +411,73,239,"Portland, OR",239,"Portland, OR" +411,74,159,"Long Beach, CA",159,"Long Beach, CA" +411,75,268,"Seattle, WA",268,"Seattle, WA" +411,76,268,"Seattle, WA",268,"Seattle, WA" +411,77,162,"Oakland, CA",162,"Oakland, CA" +411,78,159,"Long Beach, CA",159,"Long Beach, CA" +411,79,159,"Long Beach, CA",159,"Long Beach, CA" +411,80,159,"Long Beach, CA",159,"Long Beach, CA" +411,81,162,"Oakland, CA",162,"Oakland, CA" +411,82,268,"Seattle, WA",268,"Seattle, WA" +411,83,159,"Long Beach, CA",159,"Long Beach, CA" +411,84,268,"Seattle, WA",268,"Seattle, WA" +411,85,268,"Seattle, WA",268,"Seattle, WA" +411,86,159,"Long Beach, CA",159,"Long Beach, CA" +411,87,162,"Oakland, CA",162,"Oakland, CA" +411,88,159,"Long Beach, CA",159,"Long Beach, CA" +411,89,268,"Seattle, WA",268,"Seattle, WA" +411,90,159,"Long Beach, CA",159,"Long Beach, CA" +411,91,159,"Long Beach, CA",159,"Long Beach, CA" +411,92,159,"Long Beach, CA",159,"Long Beach, CA" +411,93,159,"Long Beach, CA",159,"Long Beach, CA" +411,94,159,"Long Beach, CA",159,"Long Beach, CA" +411,95,268,"Seattle, WA",268,"Seattle, WA" +411,96,268,"Seattle, WA",268,"Seattle, WA" +411,97,239,"Portland, OR",239,"Portland, OR" +411,98,159,"Long Beach, CA",159,"Long Beach, CA" +411,99,159,"Long Beach, CA",159,"Long Beach, CA" +411,100,159,"Long Beach, CA",159,"Long Beach, CA" +411,101,268,"Seattle, WA",268,"Seattle, WA" +411,102,159,"Long Beach, CA",159,"Long Beach, CA" +411,103,268,"Seattle, WA",268,"Seattle, WA" +411,104,268,"Seattle, WA",268,"Seattle, WA" +411,105,159,"Long Beach, CA",159,"Long Beach, CA" +411,106,269,"Longview, WA",269,"Longview, WA" +411,107,159,"Long Beach, CA",159,"Long Beach, CA" +411,108,239,"Portland, OR",239,"Portland, OR" +411,109,269,"Longview, WA",269,"Longview, WA" +411,110,159,"Long Beach, CA",159,"Long Beach, CA" +411,111,159,"Long Beach, CA",159,"Long Beach, CA" +411,112,159,"Long Beach, CA",159,"Long Beach, CA" +411,113,159,"Long Beach, CA",159,"Long Beach, CA" +411,114,268,"Seattle, WA",268,"Seattle, WA" +411,115,162,"Oakland, CA",162,"Oakland, CA" +411,116,162,"Oakland, CA",162,"Oakland, CA" +411,117,268,"Seattle, WA",268,"Seattle, WA" +411,118,268,"Seattle, WA",268,"Seattle, WA" +411,119,239,"Portland, OR",239,"Portland, OR" +411,120,159,"Long Beach, CA",159,"Long Beach, CA" +411,121,268,"Seattle, WA",268,"Seattle, WA" +411,122,162,"Oakland, CA",162,"Oakland, CA" +411,123,162,"Oakland, CA",162,"Oakland, CA" +411,124,159,"Long Beach, CA",159,"Long Beach, CA" +411,125,239,"Portland, OR",239,"Portland, OR" +411,126,159,"Long Beach, CA",159,"Long Beach, CA" +411,127,159,"Long Beach, CA",159,"Long Beach, CA" +411,128,159,"Long Beach, CA",159,"Long Beach, CA" +411,129,162,"Oakland, CA",162,"Oakland, CA" +411,130,159,"Long Beach, CA",159,"Long Beach, CA" +411,131,159,"Long Beach, CA",159,"Long Beach, CA" +411,132,159,"Long Beach, CA",159,"Long Beach, CA" +411,151,162,"Oakland, CA",159,"Long Beach, CA" +411,152,268,"Seattle, WA",268,"Seattle, WA" +411,153,239,"Portland, OR",159,"Long Beach, CA" +411,154,154,"Anchorage, AK",154,"Anchorage, AK" +411,155,239,"Portland, OR",239,"Portland, OR" +411,156,159,"Long Beach, CA",159,"Long Beach, CA" +411,157,162,"Oakland, CA",162,"Oakland, CA" +411,158,269,"Longview, WA",159,"Long Beach, CA" +411,159,159,"Long Beach, CA",268,"Seattle, WA" +411,160,159,"Long Beach, CA",159,"Long Beach, CA" +411,161,162,"Oakland, CA",159,"Long Beach, CA" +411,162,159,"Long Beach, CA",159,"Long Beach, CA" +411,163,159,"Long Beach, CA",159,"Long Beach, CA" +411,164,159,"Long Beach, CA",159,"Long Beach, CA" +411,165,159,"Long Beach, CA",159,"Long Beach, CA" +411,166,162,"Oakland, CA",268,"Seattle, WA" +411,167,269,"Longview, WA",162,"Oakland, CA" +411,168,159,"Long Beach, CA",159,"Long Beach, CA" +411,169,159,"Long Beach, CA",159,"Long Beach, CA" +411,170,159,"Long Beach, CA",159,"Long Beach, CA" +411,171,159,"Long Beach, CA",159,"Long Beach, CA" +411,172,159,"Long Beach, CA",162,"Oakland, CA" +411,173,159,"Long Beach, CA",159,"Long Beach, CA" +411,174,159,"Long Beach, CA",159,"Long Beach, CA" +411,175,268,"Seattle, WA",159,"Long Beach, CA" +411,176,159,"Long Beach, CA",162,"Oakland, CA" +411,177,239,"Portland, OR",159,"Long Beach, CA" +411,178,159,"Long Beach, CA",159,"Long Beach, CA" +411,179,179,"Honolulu, HI",179,"Honolulu, HI" +411,180,179,"Honolulu, HI",179,"Honolulu, HI" +411,181,159,"Long Beach, CA",239,"Portland, OR" +411,183,268,"Seattle, WA",268,"Seattle, WA" +411,184,159,"Long Beach, CA",159,"Long Beach, CA" +411,185,159,"Long Beach, CA",159,"Long Beach, CA" +411,186,268,"Seattle, WA",269,"Longview, WA" +411,187,159,"Long Beach, CA",159,"Long Beach, CA" +411,188,159,"Long Beach, CA",268,"Seattle, WA" +411,189,159,"Long Beach, CA",239,"Portland, OR" +411,190,159,"Long Beach, CA",239,"Portland, OR" +411,191,159,"Long Beach, CA",159,"Long Beach, CA" +411,192,159,"Long Beach, CA",268,"Seattle, WA" +411,193,162,"Oakland, CA",159,"Long Beach, CA" +411,194,159,"Long Beach, CA",159,"Long Beach, CA" +411,195,159,"Long Beach, CA",162,"Oakland, CA" +411,196,268,"Seattle, WA",159,"Long Beach, CA" +411,197,269,"Longview, WA",268,"Seattle, WA" +411,198,159,"Long Beach, CA",268,"Seattle, WA" +411,199,159,"Long Beach, CA",159,"Long Beach, CA" +411,200,268,"Seattle, WA",162,"Oakland, CA" +411,201,159,"Long Beach, CA",269,"Longview, WA" +411,202,268,"Seattle, WA",159,"Long Beach, CA" +411,203,239,"Portland, OR",159,"Long Beach, CA" +411,204,159,"Long Beach, CA",162,"Oakland, CA" +411,205,159,"Long Beach, CA",162,"Oakland, CA" +411,206,159,"Long Beach, CA",159,"Long Beach, CA" +411,207,268,"Seattle, WA",159,"Long Beach, CA" +411,208,159,"Long Beach, CA",159,"Long Beach, CA" +411,209,159,"Long Beach, CA",162,"Oakland, CA" +411,210,159,"Long Beach, CA",159,"Long Beach, CA" +411,211,159,"Long Beach, CA",239,"Portland, OR" +411,212,268,"Seattle, WA",162,"Oakland, CA" +411,213,159,"Long Beach, CA",159,"Long Beach, CA" +411,214,159,"Long Beach, CA",162,"Oakland, CA" +411,215,268,"Seattle, WA",162,"Oakland, CA" +411,216,268,"Seattle, WA",162,"Oakland, CA" +411,217,159,"Long Beach, CA",159,"Long Beach, CA" +411,218,162,"Oakland, CA",268,"Seattle, WA" +411,219,268,"Seattle, WA",268,"Seattle, WA" +411,220,268,"Seattle, WA",159,"Long Beach, CA" +411,221,159,"Long Beach, CA",159,"Long Beach, CA" +411,222,268,"Seattle, WA",159,"Long Beach, CA" +411,223,159,"Long Beach, CA",269,"Longview, WA" +411,224,239,"Portland, OR",159,"Long Beach, CA" +411,225,159,"Long Beach, CA",159,"Long Beach, CA" +411,226,162,"Oakland, CA",268,"Seattle, WA" +411,227,159,"Long Beach, CA",159,"Long Beach, CA" +411,228,159,"Long Beach, CA",268,"Seattle, WA" +411,229,159,"Long Beach, CA",159,"Long Beach, CA" +411,230,269,"Longview, WA",159,"Long Beach, CA" +411,231,268,"Seattle, WA",239,"Portland, OR" +411,232,159,"Long Beach, CA",159,"Long Beach, CA" +411,233,162,"Oakland, CA",159,"Long Beach, CA" +411,234,159,"Long Beach, CA",268,"Seattle, WA" +411,235,159,"Long Beach, CA",162,"Oakland, CA" +411,236,268,"Seattle, WA",159,"Long Beach, CA" +411,237,159,"Long Beach, CA",239,"Portland, OR" +411,238,268,"Seattle, WA",159,"Long Beach, CA" +411,239,268,"Seattle, WA",268,"Seattle, WA" +411,240,159,"Long Beach, CA",268,"Seattle, WA" +411,241,159,"Long Beach, CA",239,"Portland, OR" +411,242,159,"Long Beach, CA",268,"Seattle, WA" +411,243,159,"Long Beach, CA",269,"Longview, WA" +411,244,159,"Long Beach, CA",268,"Seattle, WA" +411,245,159,"Long Beach, CA",159,"Long Beach, CA" +411,246,159,"Long Beach, CA",239,"Portland, OR" +411,247,159,"Long Beach, CA",268,"Seattle, WA" +411,248,159,"Long Beach, CA",159,"Long Beach, CA" +411,249,159,"Long Beach, CA",269,"Longview, WA" +411,250,269,"Longview, WA",162,"Oakland, CA" +411,251,268,"Seattle, WA",159,"Long Beach, CA" +411,252,159,"Long Beach, CA",159,"Long Beach, CA" +411,253,159,"Long Beach, CA",159,"Long Beach, CA" +411,254,159,"Long Beach, CA",268,"Seattle, WA" +411,255,162,"Oakland, CA",159,"Long Beach, CA" +411,256,159,"Long Beach, CA",159,"Long Beach, CA" +411,257,162,"Oakland, CA",162,"Oakland, CA" +411,258,162,"Oakland, CA",162,"Oakland, CA" +411,259,239,"Portland, OR",268,"Seattle, WA" +411,260,269,"Longview, WA",268,"Seattle, WA" +411,261,269,"Longview, WA",159,"Long Beach, CA" +411,262,159,"Long Beach, CA",159,"Long Beach, CA" +411,263,159,"Long Beach, CA",159,"Long Beach, CA" +411,264,159,"Long Beach, CA",159,"Long Beach, CA" +411,265,159,"Long Beach, CA",268,"Seattle, WA" +411,266,268,"Seattle, WA",268,"Seattle, WA" +411,267,268,"Seattle, WA",239,"Portland, OR" +411,268,269,"Longview, WA",268,"Seattle, WA" +411,269,268,"Seattle, WA",162,"Oakland, CA" +411,270,159,"Long Beach, CA",159,"Long Beach, CA" +411,271,159,"Long Beach, CA",159,"Long Beach, CA" +411,272,268,"Seattle, WA",159,"Long Beach, CA" +411,273,159,"Long Beach, CA",159,"Long Beach, CA" +412,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,2,197,"Portland, ME",197,"Portland, ME" +412,3,244,"Providence, RI",244,"Providence, RI" +412,4,217,"New York, NY and NJ",217,"New York, NY and NJ" +412,5,201,"Boston, MA",201,"Boston, MA" +412,6,241,"Philadelphia, PA",241,"Philadelphia, PA" +412,7,241,"Philadelphia, PA",241,"Philadelphia, PA" +412,8,241,"Philadelphia, PA",241,"Philadelphia, PA" +412,9,197,"Portland, ME",197,"Portland, ME" +412,10,217,"New York, NY and NJ",217,"New York, NY and NJ" +412,11,197,"Portland, ME",197,"Portland, ME" +412,12,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,13,201,"Boston, MA",201,"Boston, MA" +412,14,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,15,217,"New York, NY and NJ",217,"New York, NY and NJ" +412,16,201,"Boston, MA",201,"Boston, MA" +412,17,201,"Boston, MA",201,"Boston, MA" +412,18,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +412,20,241,"Philadelphia, PA",241,"Philadelphia, PA" +412,21,241,"Philadelphia, PA",241,"Philadelphia, PA" +412,22,197,"Portland, ME",197,"Portland, ME" +412,23,241,"Philadelphia, PA",241,"Philadelphia, PA" +412,24,241,"Philadelphia, PA",241,"Philadelphia, PA" +412,25,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +412,26,197,"Portland, ME",197,"Portland, ME" +412,27,201,"Boston, MA",201,"Boston, MA" +412,28,201,"Boston, MA",201,"Boston, MA" +412,29,198,"Baltimore, MD",198,"Baltimore, MD" +412,30,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +412,31,198,"Baltimore, MD",198,"Baltimore, MD" +412,32,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,33,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,34,197,"Portland, ME",197,"Portland, ME" +412,35,217,"New York, NY and NJ",217,"New York, NY and NJ" +412,36,244,"Providence, RI",244,"Providence, RI" +412,37,201,"Boston, MA",201,"Boston, MA" +412,38,244,"Providence, RI",244,"Providence, RI" +412,39,241,"Philadelphia, PA",241,"Philadelphia, PA" +412,40,201,"Boston, MA",201,"Boston, MA" +412,41,197,"Portland, ME",197,"Portland, ME" +412,42,198,"Baltimore, MD",198,"Baltimore, MD" +412,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,44,217,"New York, NY and NJ",217,"New York, NY and NJ" +412,45,197,"Portland, ME",197,"Portland, ME" +412,46,197,"Portland, ME",197,"Portland, ME" +412,47,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,48,217,"New York, NY and NJ",217,"New York, NY and NJ" +412,49,201,"Boston, MA",201,"Boston, MA" +412,50,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +412,51,169,"Wilmington, DE",169,"Wilmington, DE" +412,52,217,"New York, NY and NJ",217,"New York, NY and NJ" +412,53,197,"Portland, ME",197,"Portland, ME" +412,54,198,"Baltimore, MD",198,"Baltimore, MD" +412,55,217,"New York, NY and NJ",217,"New York, NY and NJ" +412,56,241,"Philadelphia, PA",241,"Philadelphia, PA" +412,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,58,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,59,169,"Wilmington, DE",169,"Wilmington, DE" +412,60,201,"Boston, MA",201,"Boston, MA" +412,61,197,"Portland, ME",197,"Portland, ME" +412,62,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,63,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +412,64,244,"Providence, RI",244,"Providence, RI" +412,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,66,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,67,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,68,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +412,69,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,70,198,"Baltimore, MD",198,"Baltimore, MD" +412,71,217,"New York, NY and NJ",217,"New York, NY and NJ" +412,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,74,217,"New York, NY and NJ",217,"New York, NY and NJ" +412,75,217,"New York, NY and NJ",217,"New York, NY and NJ" +412,76,197,"Portland, ME",197,"Portland, ME" +412,77,197,"Portland, ME",197,"Portland, ME" +412,78,197,"Portland, ME",197,"Portland, ME" +412,79,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,80,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,81,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +412,82,217,"New York, NY and NJ",217,"New York, NY and NJ" +412,83,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +412,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,85,169,"Wilmington, DE",169,"Wilmington, DE" +412,86,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,87,197,"Portland, ME",197,"Portland, ME" +412,88,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +412,89,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +412,90,217,"New York, NY and NJ",217,"New York, NY and NJ" +412,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +412,93,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,94,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,95,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,96,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +412,97,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +412,98,198,"Baltimore, MD",198,"Baltimore, MD" +412,99,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,100,201,"Boston, MA",201,"Boston, MA" +412,101,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +412,102,241,"Philadelphia, PA",241,"Philadelphia, PA" +412,103,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,104,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,105,201,"Boston, MA",201,"Boston, MA" +412,106,198,"Baltimore, MD",198,"Baltimore, MD" +412,107,198,"Baltimore, MD",198,"Baltimore, MD" +412,108,217,"New York, NY and NJ",217,"New York, NY and NJ" +412,109,244,"Providence, RI",244,"Providence, RI" +412,110,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +412,111,241,"Philadelphia, PA",241,"Philadelphia, PA" +412,112,198,"Baltimore, MD",198,"Baltimore, MD" +412,113,244,"Providence, RI",244,"Providence, RI" +412,114,198,"Baltimore, MD",198,"Baltimore, MD" +412,115,201,"Boston, MA",201,"Boston, MA" +412,116,198,"Baltimore, MD",198,"Baltimore, MD" +412,117,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,118,197,"Portland, ME",197,"Portland, ME" +412,119,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +412,120,201,"Boston, MA",201,"Boston, MA" +412,121,201,"Boston, MA",201,"Boston, MA" +412,122,197,"Portland, ME",197,"Portland, ME" +412,123,197,"Portland, ME",197,"Portland, ME" +412,124,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,126,217,"New York, NY and NJ",217,"New York, NY and NJ" +412,127,197,"Portland, ME",197,"Portland, ME" +412,128,241,"Philadelphia, PA",241,"Philadelphia, PA" +412,129,198,"Baltimore, MD",198,"Baltimore, MD" +412,130,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +412,131,241,"Philadelphia, PA",241,"Philadelphia, PA" +412,132,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,151,197,"Portland, ME",198,"Baltimore, MD" +412,152,223,"New York, NY and NJ",201,"Boston, MA" +412,153,241,"Philadelphia, PA",244,"Providence, RI" +412,154,154,"Anchorage, AK",154,"Anchorage, AK" +412,155,169,"Wilmington, DE",223,"New York, NY and NJ" +412,156,169,"Wilmington, DE",197,"Portland, ME" +412,157,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +412,158,223,"New York, NY and NJ",217,"New York, NY and NJ" +412,159,217,"New York, NY and NJ",208,"Pascagoula, MS" +412,160,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +412,161,201,"Boston, MA",194,"Lake Charles, LA" +412,162,229,"Wilmington, NC",241,"Philadelphia, PA" +412,163,223,"New York, NY and NJ",201,"Boston, MA" +412,164,241,"Philadelphia, PA",241,"Philadelphia, PA" +412,165,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,166,241,"Philadelphia, PA",241,"Philadelphia, PA" +412,167,244,"Providence, RI",223,"New York, NY and NJ" +412,168,201,"Boston, MA",201,"Boston, MA" +412,169,244,"Providence, RI",217,"New York, NY and NJ" +412,170,217,"New York, NY and NJ",201,"Boston, MA" +412,171,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +412,172,223,"New York, NY and NJ",244,"Providence, RI" +412,173,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +412,174,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +412,175,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +412,176,169,"Wilmington, DE",217,"New York, NY and NJ" +412,177,198,"Baltimore, MD",177,"Savannah, GA" +412,178,197,"Portland, ME",265,"Norfolk Harbor, VA" +412,179,179,"Honolulu, HI",179,"Honolulu, HI" +412,180,179,"Honolulu, HI",179,"Honolulu, HI" +412,181,223,"New York, NY and NJ",198,"Baltimore, MD" +412,183,201,"Boston, MA",217,"New York, NY and NJ" +412,184,197,"Portland, ME",217,"New York, NY and NJ" +412,185,223,"New York, NY and NJ",198,"Baltimore, MD" +412,186,223,"New York, NY and NJ",241,"Philadelphia, PA" +412,187,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +412,188,198,"Baltimore, MD",217,"New York, NY and NJ" +412,189,241,"Philadelphia, PA",217,"New York, NY and NJ" +412,190,223,"New York, NY and NJ",201,"Boston, MA" +412,191,241,"Philadelphia, PA",241,"Philadelphia, PA" +412,192,223,"New York, NY and NJ",198,"Baltimore, MD" +412,193,217,"New York, NY and NJ",244,"Providence, RI" +412,194,217,"New York, NY and NJ",217,"New York, NY and NJ" +412,195,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +412,196,197,"Portland, ME",265,"Norfolk Harbor, VA" +412,197,223,"New York, NY and NJ",197,"Portland, ME" +412,198,197,"Portland, ME",197,"Portland, ME" +412,199,223,"New York, NY and NJ",198,"Baltimore, MD" +412,200,217,"New York, NY and NJ",217,"New York, NY and NJ" +412,201,217,"New York, NY and NJ",201,"Boston, MA" +412,202,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +412,203,217,"New York, NY and NJ",201,"Boston, MA" +412,204,241,"Philadelphia, PA",197,"Portland, ME" +412,205,197,"Portland, ME",223,"New York, NY and NJ" +412,206,197,"Portland, ME",223,"New York, NY and NJ" +412,207,217,"New York, NY and NJ",241,"Philadelphia, PA" +412,208,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +412,209,241,"Philadelphia, PA",223,"New York, NY and NJ" +412,210,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +412,211,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,212,197,"Portland, ME",223,"New York, NY and NJ" +412,213,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +412,214,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +412,215,223,"New York, NY and NJ",244,"Providence, RI" +412,216,223,"New York, NY and NJ",217,"New York, NY and NJ" +412,217,217,"New York, NY and NJ",223,"New York, NY and NJ" +412,218,198,"Baltimore, MD",223,"New York, NY and NJ" +412,219,201,"Boston, MA",217,"New York, NY and NJ" +412,220,223,"New York, NY and NJ",201,"Boston, MA" +412,221,197,"Portland, ME",197,"Portland, ME" +412,222,223,"New York, NY and NJ",244,"Providence, RI" +412,223,198,"Baltimore, MD",198,"Baltimore, MD" +412,224,201,"Boston, MA",217,"New York, NY and NJ" +412,225,217,"New York, NY and NJ",223,"New York, NY and NJ" +412,226,217,"New York, NY and NJ",198,"Baltimore, MD" +412,227,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +412,228,244,"Providence, RI",223,"New York, NY and NJ" +412,229,217,"New York, NY and NJ",223,"New York, NY and NJ" +412,230,223,"New York, NY and NJ",217,"New York, NY and NJ" +412,231,217,"New York, NY and NJ",223,"New York, NY and NJ" +412,232,198,"Baltimore, MD",197,"Portland, ME" +412,233,201,"Boston, MA",198,"Baltimore, MD" +412,234,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +412,235,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +412,236,217,"New York, NY and NJ",217,"New York, NY and NJ" +412,237,241,"Philadelphia, PA",241,"Philadelphia, PA" +412,238,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +412,239,217,"New York, NY and NJ",223,"New York, NY and NJ" +412,240,201,"Boston, MA",241,"Philadelphia, PA" +412,241,197,"Portland, ME",218,"Camden-Gloucester, NJ" +412,242,217,"New York, NY and NJ",217,"New York, NY and NJ" +412,243,244,"Providence, RI",241,"Philadelphia, PA" +412,244,223,"New York, NY and NJ",198,"Baltimore, MD" +412,245,223,"New York, NY and NJ",201,"Boston, MA" +412,246,201,"Boston, MA",217,"New York, NY and NJ" +412,247,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +412,248,244,"Providence, RI",223,"New York, NY and NJ" +412,249,217,"New York, NY and NJ",241,"Philadelphia, PA" +412,250,244,"Providence, RI",217,"New York, NY and NJ" +412,251,198,"Baltimore, MD",197,"Portland, ME" +412,252,223,"New York, NY and NJ",197,"Portland, ME" +412,253,197,"Portland, ME",198,"Baltimore, MD" +412,254,198,"Baltimore, MD",244,"Providence, RI" +412,255,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +412,256,197,"Portland, ME",217,"New York, NY and NJ" +412,257,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +412,258,223,"New York, NY and NJ",223,"New York, NY and NJ" +412,259,223,"New York, NY and NJ",257,"Houston, TX" +412,260,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +412,261,201,"Boston, MA",265,"Norfolk Harbor, VA" +412,262,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +412,263,217,"New York, NY and NJ",217,"New York, NY and NJ" +412,264,241,"Philadelphia, PA",198,"Baltimore, MD" +412,265,169,"Wilmington, DE",217,"New York, NY and NJ" +412,266,241,"Philadelphia, PA",201,"Boston, MA" +412,267,197,"Portland, ME",197,"Portland, ME" +412,268,223,"New York, NY and NJ",201,"Boston, MA" +412,269,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +412,270,201,"Boston, MA",241,"Philadelphia, PA" +412,271,223,"New York, NY and NJ",217,"New York, NY and NJ" +412,272,201,"Boston, MA",223,"New York, NY and NJ" +412,273,197,"Portland, ME",201,"Boston, MA" +413,1,159,"Long Beach, CA",159,"Long Beach, CA" +413,2,159,"Long Beach, CA",159,"Long Beach, CA" +413,3,159,"Long Beach, CA",159,"Long Beach, CA" +413,4,159,"Long Beach, CA",159,"Long Beach, CA" +413,5,239,"Portland, OR",239,"Portland, OR" +413,6,159,"Long Beach, CA",159,"Long Beach, CA" +413,7,159,"Long Beach, CA",159,"Long Beach, CA" +413,8,159,"Long Beach, CA",159,"Long Beach, CA" +413,9,159,"Long Beach, CA",159,"Long Beach, CA" +413,10,162,"Oakland, CA",162,"Oakland, CA" +413,11,269,"Longview, WA",269,"Longview, WA" +413,12,162,"Oakland, CA",162,"Oakland, CA" +413,13,159,"Long Beach, CA",159,"Long Beach, CA" +413,14,268,"Seattle, WA",268,"Seattle, WA" +413,15,162,"Oakland, CA",162,"Oakland, CA" +413,16,268,"Seattle, WA",268,"Seattle, WA" +413,17,159,"Long Beach, CA",159,"Long Beach, CA" +413,18,159,"Long Beach, CA",159,"Long Beach, CA" +413,19,162,"Oakland, CA",162,"Oakland, CA" +413,20,159,"Long Beach, CA",159,"Long Beach, CA" +413,21,159,"Long Beach, CA",159,"Long Beach, CA" +413,22,159,"Long Beach, CA",159,"Long Beach, CA" +413,23,268,"Seattle, WA",268,"Seattle, WA" +413,24,268,"Seattle, WA",268,"Seattle, WA" +413,25,239,"Portland, OR",239,"Portland, OR" +413,26,159,"Long Beach, CA",159,"Long Beach, CA" +413,27,159,"Long Beach, CA",159,"Long Beach, CA" +413,28,159,"Long Beach, CA",159,"Long Beach, CA" +413,29,159,"Long Beach, CA",159,"Long Beach, CA" +413,30,239,"Portland, OR",239,"Portland, OR" +413,31,162,"Oakland, CA",162,"Oakland, CA" +413,32,159,"Long Beach, CA",159,"Long Beach, CA" +413,33,159,"Long Beach, CA",159,"Long Beach, CA" +413,34,159,"Long Beach, CA",159,"Long Beach, CA" +413,35,159,"Long Beach, CA",159,"Long Beach, CA" +413,36,159,"Long Beach, CA",159,"Long Beach, CA" +413,37,159,"Long Beach, CA",159,"Long Beach, CA" +413,38,159,"Long Beach, CA",159,"Long Beach, CA" +413,39,159,"Long Beach, CA",159,"Long Beach, CA" +413,40,159,"Long Beach, CA",159,"Long Beach, CA" +413,41,239,"Portland, OR",239,"Portland, OR" +413,42,269,"Longview, WA",269,"Longview, WA" +413,43,159,"Long Beach, CA",159,"Long Beach, CA" +413,44,159,"Long Beach, CA",159,"Long Beach, CA" +413,45,162,"Oakland, CA",162,"Oakland, CA" +413,46,239,"Portland, OR",239,"Portland, OR" +413,47,162,"Oakland, CA",162,"Oakland, CA" +413,48,159,"Long Beach, CA",159,"Long Beach, CA" +413,49,239,"Portland, OR",239,"Portland, OR" +413,50,159,"Long Beach, CA",159,"Long Beach, CA" +413,51,159,"Long Beach, CA",159,"Long Beach, CA" +413,52,159,"Long Beach, CA",159,"Long Beach, CA" +413,53,159,"Long Beach, CA",159,"Long Beach, CA" +413,54,268,"Seattle, WA",268,"Seattle, WA" +413,55,268,"Seattle, WA",268,"Seattle, WA" +413,56,268,"Seattle, WA",268,"Seattle, WA" +413,57,268,"Seattle, WA",268,"Seattle, WA" +413,58,159,"Long Beach, CA",159,"Long Beach, CA" +413,59,268,"Seattle, WA",268,"Seattle, WA" +413,60,268,"Seattle, WA",268,"Seattle, WA" +413,61,162,"Oakland, CA",162,"Oakland, CA" +413,62,159,"Long Beach, CA",159,"Long Beach, CA" +413,63,159,"Long Beach, CA",159,"Long Beach, CA" +413,64,162,"Oakland, CA",162,"Oakland, CA" +413,65,159,"Long Beach, CA",159,"Long Beach, CA" +413,66,162,"Oakland, CA",162,"Oakland, CA" +413,67,159,"Long Beach, CA",159,"Long Beach, CA" +413,68,162,"Oakland, CA",162,"Oakland, CA" +413,69,159,"Long Beach, CA",159,"Long Beach, CA" +413,70,162,"Oakland, CA",162,"Oakland, CA" +413,71,159,"Long Beach, CA",159,"Long Beach, CA" +413,72,159,"Long Beach, CA",159,"Long Beach, CA" +413,73,159,"Long Beach, CA",159,"Long Beach, CA" +413,74,268,"Seattle, WA",268,"Seattle, WA" +413,75,159,"Long Beach, CA",159,"Long Beach, CA" +413,76,269,"Longview, WA",269,"Longview, WA" +413,77,159,"Long Beach, CA",159,"Long Beach, CA" +413,78,159,"Long Beach, CA",159,"Long Beach, CA" +413,79,159,"Long Beach, CA",159,"Long Beach, CA" +413,80,159,"Long Beach, CA",159,"Long Beach, CA" +413,81,159,"Long Beach, CA",159,"Long Beach, CA" +413,82,162,"Oakland, CA",162,"Oakland, CA" +413,83,159,"Long Beach, CA",159,"Long Beach, CA" +413,84,159,"Long Beach, CA",159,"Long Beach, CA" +413,85,159,"Long Beach, CA",159,"Long Beach, CA" +413,86,162,"Oakland, CA",162,"Oakland, CA" +413,87,159,"Long Beach, CA",159,"Long Beach, CA" +413,88,239,"Portland, OR",239,"Portland, OR" +413,89,268,"Seattle, WA",268,"Seattle, WA" +413,90,162,"Oakland, CA",162,"Oakland, CA" +413,91,159,"Long Beach, CA",159,"Long Beach, CA" +413,92,269,"Longview, WA",269,"Longview, WA" +413,93,268,"Seattle, WA",268,"Seattle, WA" +413,94,159,"Long Beach, CA",159,"Long Beach, CA" +413,95,268,"Seattle, WA",268,"Seattle, WA" +413,96,159,"Long Beach, CA",159,"Long Beach, CA" +413,97,162,"Oakland, CA",162,"Oakland, CA" +413,98,268,"Seattle, WA",268,"Seattle, WA" +413,99,159,"Long Beach, CA",159,"Long Beach, CA" +413,100,162,"Oakland, CA",162,"Oakland, CA" +413,101,159,"Long Beach, CA",159,"Long Beach, CA" +413,102,162,"Oakland, CA",162,"Oakland, CA" +413,103,159,"Long Beach, CA",159,"Long Beach, CA" +413,104,162,"Oakland, CA",162,"Oakland, CA" +413,105,159,"Long Beach, CA",159,"Long Beach, CA" +413,106,162,"Oakland, CA",162,"Oakland, CA" +413,107,239,"Portland, OR",239,"Portland, OR" +413,108,268,"Seattle, WA",268,"Seattle, WA" +413,109,159,"Long Beach, CA",159,"Long Beach, CA" +413,110,268,"Seattle, WA",268,"Seattle, WA" +413,111,159,"Long Beach, CA",159,"Long Beach, CA" +413,112,159,"Long Beach, CA",159,"Long Beach, CA" +413,113,162,"Oakland, CA",162,"Oakland, CA" +413,114,159,"Long Beach, CA",159,"Long Beach, CA" +413,115,268,"Seattle, WA",268,"Seattle, WA" +413,116,269,"Longview, WA",269,"Longview, WA" +413,117,239,"Portland, OR",239,"Portland, OR" +413,118,268,"Seattle, WA",268,"Seattle, WA" +413,119,162,"Oakland, CA",162,"Oakland, CA" +413,120,159,"Long Beach, CA",159,"Long Beach, CA" +413,121,159,"Long Beach, CA",159,"Long Beach, CA" +413,122,162,"Oakland, CA",162,"Oakland, CA" +413,123,159,"Long Beach, CA",159,"Long Beach, CA" +413,124,268,"Seattle, WA",268,"Seattle, WA" +413,125,159,"Long Beach, CA",159,"Long Beach, CA" +413,126,268,"Seattle, WA",268,"Seattle, WA" +413,127,162,"Oakland, CA",162,"Oakland, CA" +413,128,159,"Long Beach, CA",159,"Long Beach, CA" +413,129,268,"Seattle, WA",268,"Seattle, WA" +413,130,239,"Portland, OR",239,"Portland, OR" +413,131,159,"Long Beach, CA",159,"Long Beach, CA" +413,132,159,"Long Beach, CA",159,"Long Beach, CA" +413,151,268,"Seattle, WA",159,"Long Beach, CA" +413,152,162,"Oakland, CA",257,"Houston, TX" +413,153,159,"Long Beach, CA",159,"Long Beach, CA" +413,154,154,"Anchorage, AK",154,"Anchorage, AK" +413,155,162,"Oakland, CA",162,"Oakland, CA" +413,156,268,"Seattle, WA",162,"Oakland, CA" +413,157,268,"Seattle, WA",268,"Seattle, WA" +413,158,159,"Long Beach, CA",268,"Seattle, WA" +413,159,268,"Seattle, WA",159,"Long Beach, CA" +413,160,239,"Portland, OR",268,"Seattle, WA" +413,161,159,"Long Beach, CA",268,"Seattle, WA" +413,162,162,"Oakland, CA",159,"Long Beach, CA" +413,163,269,"Longview, WA",159,"Long Beach, CA" +413,164,159,"Long Beach, CA",268,"Seattle, WA" +413,165,159,"Long Beach, CA",268,"Seattle, WA" +413,166,239,"Portland, OR",159,"Long Beach, CA" +413,167,268,"Seattle, WA",162,"Oakland, CA" +413,168,159,"Long Beach, CA",159,"Long Beach, CA" +413,169,159,"Long Beach, CA",239,"Portland, OR" +413,170,268,"Seattle, WA",162,"Oakland, CA" +413,171,159,"Long Beach, CA",159,"Long Beach, CA" +413,172,159,"Long Beach, CA",162,"Oakland, CA" +413,173,159,"Long Beach, CA",162,"Oakland, CA" +413,174,159,"Long Beach, CA",268,"Seattle, WA" +413,175,159,"Long Beach, CA",268,"Seattle, WA" +413,176,162,"Oakland, CA",195,"New Orleans, LA" +413,177,162,"Oakland, CA",159,"Long Beach, CA" +413,178,159,"Long Beach, CA",172,"Port Everglades, FL" +413,179,179,"Honolulu, HI",179,"Honolulu, HI" +413,180,179,"Honolulu, HI",179,"Honolulu, HI" +413,181,159,"Long Beach, CA",159,"Long Beach, CA" +413,183,159,"Long Beach, CA",159,"Long Beach, CA" +413,184,162,"Oakland, CA",159,"Long Beach, CA" +413,185,269,"Longview, WA",159,"Long Beach, CA" +413,186,159,"Long Beach, CA",159,"Long Beach, CA" +413,187,239,"Portland, OR",159,"Long Beach, CA" +413,188,268,"Seattle, WA",159,"Long Beach, CA" +413,189,159,"Long Beach, CA",159,"Long Beach, CA" +413,190,239,"Portland, OR",159,"Long Beach, CA" +413,191,159,"Long Beach, CA",162,"Oakland, CA" +413,192,159,"Long Beach, CA",269,"Longview, WA" +413,193,159,"Long Beach, CA",193,"Baton Rouge, LA" +413,194,159,"Long Beach, CA",159,"Long Beach, CA" +413,195,162,"Oakland, CA",159,"Long Beach, CA" +413,196,159,"Long Beach, CA",159,"Long Beach, CA" +413,197,159,"Long Beach, CA",159,"Long Beach, CA" +413,198,159,"Long Beach, CA",159,"Long Beach, CA" +413,199,268,"Seattle, WA",159,"Long Beach, CA" +413,200,268,"Seattle, WA",159,"Long Beach, CA" +413,201,159,"Long Beach, CA",159,"Long Beach, CA" +413,202,159,"Long Beach, CA",159,"Long Beach, CA" +413,203,162,"Oakland, CA",239,"Portland, OR" +413,204,159,"Long Beach, CA",159,"Long Beach, CA" +413,205,159,"Long Beach, CA",159,"Long Beach, CA" +413,206,159,"Long Beach, CA",159,"Long Beach, CA" +413,207,159,"Long Beach, CA",159,"Long Beach, CA" +413,208,268,"Seattle, WA",193,"Baton Rouge, LA" +413,209,268,"Seattle, WA",268,"Seattle, WA" +413,210,159,"Long Beach, CA",159,"Long Beach, CA" +413,211,159,"Long Beach, CA",162,"Oakland, CA" +413,212,268,"Seattle, WA",159,"Long Beach, CA" +413,213,162,"Oakland, CA",159,"Long Beach, CA" +413,214,162,"Oakland, CA",239,"Portland, OR" +413,215,159,"Long Beach, CA",269,"Longview, WA" +413,216,159,"Long Beach, CA",177,"Savannah, GA" +413,217,239,"Portland, OR",159,"Long Beach, CA" +413,218,268,"Seattle, WA",159,"Long Beach, CA" +413,219,172,"Port Everglades, FL",159,"Long Beach, CA" +413,220,162,"Oakland, CA",159,"Long Beach, CA" +413,221,162,"Oakland, CA",159,"Long Beach, CA" +413,222,159,"Long Beach, CA",159,"Long Beach, CA" +413,223,268,"Seattle, WA",159,"Long Beach, CA" +413,224,268,"Seattle, WA",159,"Long Beach, CA" +413,225,268,"Seattle, WA",159,"Long Beach, CA" +413,226,162,"Oakland, CA",174,"Tampa, FL" +413,227,159,"Long Beach, CA",208,"Pascagoula, MS" +413,228,159,"Long Beach, CA",159,"Long Beach, CA" +413,229,268,"Seattle, WA",162,"Oakland, CA" +413,230,159,"Long Beach, CA",162,"Oakland, CA" +413,231,159,"Long Beach, CA",269,"Longview, WA" +413,232,269,"Longview, WA",268,"Seattle, WA" +413,233,159,"Long Beach, CA",162,"Oakland, CA" +413,234,159,"Long Beach, CA",152,"Mobile, AL" +413,235,162,"Oakland, CA",159,"Long Beach, CA" +413,236,159,"Long Beach, CA",159,"Long Beach, CA" +413,237,269,"Longview, WA",159,"Long Beach, CA" +413,238,159,"Long Beach, CA",162,"Oakland, CA" +413,239,159,"Long Beach, CA",159,"Long Beach, CA" +413,240,268,"Seattle, WA",159,"Long Beach, CA" +413,241,159,"Long Beach, CA",268,"Seattle, WA" +413,242,162,"Oakland, CA",268,"Seattle, WA" +413,243,159,"Long Beach, CA",159,"Long Beach, CA" +413,244,159,"Long Beach, CA",159,"Long Beach, CA" +413,245,159,"Long Beach, CA",162,"Oakland, CA" +413,246,268,"Seattle, WA",171,"Jacksonville, FL" +413,247,159,"Long Beach, CA",159,"Long Beach, CA" +413,248,159,"Long Beach, CA",159,"Long Beach, CA" +413,249,162,"Oakland, CA",268,"Seattle, WA" +413,250,159,"Long Beach, CA",208,"Pascagoula, MS" +413,251,268,"Seattle, WA",162,"Oakland, CA" +413,252,159,"Long Beach, CA",195,"New Orleans, LA" +413,253,162,"Oakland, CA",257,"Houston, TX" +413,254,268,"Seattle, WA",159,"Long Beach, CA" +413,255,268,"Seattle, WA",159,"Long Beach, CA" +413,256,159,"Long Beach, CA",257,"Houston, TX" +413,257,159,"Long Beach, CA",159,"Long Beach, CA" +413,258,159,"Long Beach, CA",195,"New Orleans, LA" +413,259,159,"Long Beach, CA",162,"Oakland, CA" +413,260,268,"Seattle, WA",159,"Long Beach, CA" +413,261,159,"Long Beach, CA",268,"Seattle, WA" +413,262,159,"Long Beach, CA",159,"Long Beach, CA" +413,263,268,"Seattle, WA",162,"Oakland, CA" +413,264,159,"Long Beach, CA",159,"Long Beach, CA" +413,265,268,"Seattle, WA",265,"Norfolk Harbor, VA" +413,266,239,"Portland, OR",269,"Longview, WA" +413,267,162,"Oakland, CA",159,"Long Beach, CA" +413,268,159,"Long Beach, CA",159,"Long Beach, CA" +413,269,159,"Long Beach, CA",159,"Long Beach, CA" +413,270,159,"Long Beach, CA",159,"Long Beach, CA" +413,271,268,"Seattle, WA",159,"Long Beach, CA" +413,272,268,"Seattle, WA",268,"Seattle, WA" +413,273,159,"Long Beach, CA",269,"Longview, WA" +414,1,171,"Jacksonville, FL",171,"Jacksonville, FL" +414,2,195,"New Orleans, LA",195,"New Orleans, LA" +414,3,195,"New Orleans, LA",195,"New Orleans, LA" +414,4,172,"Port Everglades, FL",172,"Port Everglades, FL" +414,5,195,"New Orleans, LA",195,"New Orleans, LA" +414,6,152,"Mobile, AL",152,"Mobile, AL" +414,7,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +414,8,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +414,9,195,"New Orleans, LA",195,"New Orleans, LA" +414,10,195,"New Orleans, LA",195,"New Orleans, LA" +414,11,195,"New Orleans, LA",195,"New Orleans, LA" +414,12,195,"New Orleans, LA",195,"New Orleans, LA" +414,13,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +414,14,177,"Savannah, GA",177,"Savannah, GA" +414,15,177,"Savannah, GA",177,"Savannah, GA" +414,16,195,"New Orleans, LA",195,"New Orleans, LA" +414,17,195,"New Orleans, LA",195,"New Orleans, LA" +414,18,172,"Port Everglades, FL",172,"Port Everglades, FL" +414,19,172,"Port Everglades, FL",172,"Port Everglades, FL" +414,20,245,"Charleston, SC",245,"Charleston, SC" +414,21,152,"Mobile, AL",152,"Mobile, AL" +414,22,194,"Lake Charles, LA",194,"Lake Charles, LA" +414,23,195,"New Orleans, LA",195,"New Orleans, LA" +414,24,152,"Mobile, AL",152,"Mobile, AL" +414,25,177,"Savannah, GA",177,"Savannah, GA" +414,26,172,"Port Everglades, FL",172,"Port Everglades, FL" +414,27,152,"Mobile, AL",152,"Mobile, AL" +414,28,174,"Tampa, FL",174,"Tampa, FL" +414,29,195,"New Orleans, LA",195,"New Orleans, LA" +414,30,172,"Port Everglades, FL",172,"Port Everglades, FL" +414,31,253,"Beaumont, TX",253,"Beaumont, TX" +414,32,253,"Beaumont, TX",253,"Beaumont, TX" +414,33,194,"Lake Charles, LA",194,"Lake Charles, LA" +414,34,177,"Savannah, GA",177,"Savannah, GA" +414,35,174,"Tampa, FL",174,"Tampa, FL" +414,36,171,"Jacksonville, FL",171,"Jacksonville, FL" +414,37,195,"New Orleans, LA",195,"New Orleans, LA" +414,38,195,"New Orleans, LA",195,"New Orleans, LA" +414,39,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +414,40,195,"New Orleans, LA",195,"New Orleans, LA" +414,41,195,"New Orleans, LA",195,"New Orleans, LA" +414,42,152,"Mobile, AL",152,"Mobile, AL" +414,43,195,"New Orleans, LA",195,"New Orleans, LA" +414,44,195,"New Orleans, LA",195,"New Orleans, LA" +414,45,257,"Houston, TX",257,"Houston, TX" +414,46,172,"Port Everglades, FL",172,"Port Everglades, FL" +414,47,172,"Port Everglades, FL",172,"Port Everglades, FL" +414,48,195,"New Orleans, LA",195,"New Orleans, LA" +414,49,152,"Mobile, AL",152,"Mobile, AL" +414,50,177,"Savannah, GA",177,"Savannah, GA" +414,51,172,"Port Everglades, FL",172,"Port Everglades, FL" +414,52,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +414,53,194,"Lake Charles, LA",194,"Lake Charles, LA" +414,54,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +414,55,172,"Port Everglades, FL",172,"Port Everglades, FL" +414,56,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +414,57,177,"Savannah, GA",177,"Savannah, GA" +414,58,195,"New Orleans, LA",195,"New Orleans, LA" +414,59,208,"Pascagoula, MS",208,"Pascagoula, MS" +414,60,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +414,61,195,"New Orleans, LA",195,"New Orleans, LA" +414,62,253,"Beaumont, TX",253,"Beaumont, TX" +414,63,257,"Houston, TX",257,"Houston, TX" +414,64,245,"Charleston, SC",245,"Charleston, SC" +414,65,172,"Port Everglades, FL",172,"Port Everglades, FL" +414,66,245,"Charleston, SC",245,"Charleston, SC" +414,67,171,"Jacksonville, FL",171,"Jacksonville, FL" +414,68,257,"Houston, TX",257,"Houston, TX" +414,69,171,"Jacksonville, FL",171,"Jacksonville, FL" +414,70,194,"Lake Charles, LA",194,"Lake Charles, LA" +414,71,152,"Mobile, AL",152,"Mobile, AL" +414,72,257,"Houston, TX",257,"Houston, TX" +414,73,152,"Mobile, AL",152,"Mobile, AL" +414,74,195,"New Orleans, LA",195,"New Orleans, LA" +414,75,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +414,76,177,"Savannah, GA",177,"Savannah, GA" +414,77,152,"Mobile, AL",152,"Mobile, AL" +414,78,253,"Beaumont, TX",253,"Beaumont, TX" +414,79,194,"Lake Charles, LA",194,"Lake Charles, LA" +414,80,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +414,81,195,"New Orleans, LA",195,"New Orleans, LA" +414,82,195,"New Orleans, LA",195,"New Orleans, LA" +414,83,195,"New Orleans, LA",195,"New Orleans, LA" +414,84,195,"New Orleans, LA",195,"New Orleans, LA" +414,85,253,"Beaumont, TX",253,"Beaumont, TX" +414,86,152,"Mobile, AL",152,"Mobile, AL" +414,87,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +414,88,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +414,89,177,"Savannah, GA",177,"Savannah, GA" +414,90,152,"Mobile, AL",152,"Mobile, AL" +414,91,245,"Charleston, SC",245,"Charleston, SC" +414,92,152,"Mobile, AL",152,"Mobile, AL" +414,93,195,"New Orleans, LA",195,"New Orleans, LA" +414,94,195,"New Orleans, LA",195,"New Orleans, LA" +414,95,152,"Mobile, AL",152,"Mobile, AL" +414,96,152,"Mobile, AL",152,"Mobile, AL" +414,97,195,"New Orleans, LA",195,"New Orleans, LA" +414,98,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +414,99,194,"Lake Charles, LA",194,"Lake Charles, LA" +414,100,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +414,101,195,"New Orleans, LA",195,"New Orleans, LA" +414,102,152,"Mobile, AL",152,"Mobile, AL" +414,103,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +414,104,195,"New Orleans, LA",195,"New Orleans, LA" +414,105,194,"Lake Charles, LA",194,"Lake Charles, LA" +414,106,172,"Port Everglades, FL",172,"Port Everglades, FL" +414,107,152,"Mobile, AL",152,"Mobile, AL" +414,108,195,"New Orleans, LA",195,"New Orleans, LA" +414,109,152,"Mobile, AL",152,"Mobile, AL" +414,110,257,"Houston, TX",257,"Houston, TX" +414,111,195,"New Orleans, LA",195,"New Orleans, LA" +414,112,172,"Port Everglades, FL",172,"Port Everglades, FL" +414,113,208,"Pascagoula, MS",208,"Pascagoula, MS" +414,114,194,"Lake Charles, LA",194,"Lake Charles, LA" +414,115,174,"Tampa, FL",174,"Tampa, FL" +414,116,152,"Mobile, AL",152,"Mobile, AL" +414,117,195,"New Orleans, LA",195,"New Orleans, LA" +414,118,177,"Savannah, GA",177,"Savannah, GA" +414,119,194,"Lake Charles, LA",194,"Lake Charles, LA" +414,120,171,"Jacksonville, FL",171,"Jacksonville, FL" +414,121,195,"New Orleans, LA",195,"New Orleans, LA" +414,122,171,"Jacksonville, FL",171,"Jacksonville, FL" +414,123,253,"Beaumont, TX",253,"Beaumont, TX" +414,124,152,"Mobile, AL",152,"Mobile, AL" +414,125,174,"Tampa, FL",174,"Tampa, FL" +414,126,195,"New Orleans, LA",195,"New Orleans, LA" +414,127,195,"New Orleans, LA",195,"New Orleans, LA" +414,128,152,"Mobile, AL",152,"Mobile, AL" +414,129,195,"New Orleans, LA",195,"New Orleans, LA" +414,130,195,"New Orleans, LA",195,"New Orleans, LA" +414,131,195,"New Orleans, LA",195,"New Orleans, LA" +414,132,177,"Savannah, GA",177,"Savannah, GA" +414,151,195,"New Orleans, LA",172,"Port Everglades, FL" +414,152,195,"New Orleans, LA",195,"New Orleans, LA" +414,153,195,"New Orleans, LA",195,"New Orleans, LA" +414,154,154,"Anchorage, AK",154,"Anchorage, AK" +414,155,253,"Beaumont, TX",195,"New Orleans, LA" +414,156,257,"Houston, TX",257,"Houston, TX" +414,157,257,"Houston, TX",195,"New Orleans, LA" +414,158,195,"New Orleans, LA",195,"New Orleans, LA" +414,159,254,"Corpus Christi, TX",253,"Beaumont, TX" +414,160,253,"Beaumont, TX",253,"Beaumont, TX" +414,161,195,"New Orleans, LA",254,"Corpus Christi, TX" +414,162,195,"New Orleans, LA",257,"Houston, TX" +414,163,253,"Beaumont, TX",253,"Beaumont, TX" +414,164,253,"Beaumont, TX",257,"Houston, TX" +414,165,257,"Houston, TX",257,"Houston, TX" +414,166,195,"New Orleans, LA",172,"Port Everglades, FL" +414,167,195,"New Orleans, LA",172,"Port Everglades, FL" +414,168,257,"Houston, TX",152,"Mobile, AL" +414,169,177,"Savannah, GA",174,"Tampa, FL" +414,170,171,"Jacksonville, FL",174,"Tampa, FL" +414,171,195,"New Orleans, LA",195,"New Orleans, LA" +414,172,174,"Tampa, FL",152,"Mobile, AL" +414,173,171,"Jacksonville, FL",174,"Tampa, FL" +414,174,195,"New Orleans, LA",195,"New Orleans, LA" +414,175,245,"Charleston, SC",194,"Lake Charles, LA" +414,176,195,"New Orleans, LA",195,"New Orleans, LA" +414,177,195,"New Orleans, LA",172,"Port Everglades, FL" +414,178,178,"Brunswick, GA",195,"New Orleans, LA" +414,179,179,"Honolulu, HI",179,"Honolulu, HI" +414,180,179,"Honolulu, HI",179,"Honolulu, HI" +414,181,195,"New Orleans, LA",195,"New Orleans, LA" +414,183,257,"Houston, TX",195,"New Orleans, LA" +414,184,195,"New Orleans, LA",195,"New Orleans, LA" +414,185,178,"Brunswick, GA",194,"Lake Charles, LA" +414,186,172,"Port Everglades, FL",195,"New Orleans, LA" +414,187,195,"New Orleans, LA",195,"New Orleans, LA" +414,188,254,"Corpus Christi, TX",195,"New Orleans, LA" +414,189,194,"Lake Charles, LA",174,"Tampa, FL" +414,190,152,"Mobile, AL",195,"New Orleans, LA" +414,191,195,"New Orleans, LA",195,"New Orleans, LA" +414,192,177,"Savannah, GA",152,"Mobile, AL" +414,193,195,"New Orleans, LA",195,"New Orleans, LA" +414,194,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +414,195,193,"Baton Rouge, LA",195,"New Orleans, LA" +414,196,195,"New Orleans, LA",195,"New Orleans, LA" +414,197,195,"New Orleans, LA",229,"Wilmington, NC" +414,198,152,"Mobile, AL",229,"Wilmington, NC" +414,199,195,"New Orleans, LA",177,"Savannah, GA" +414,200,195,"New Orleans, LA",241,"Philadelphia, PA" +414,201,195,"New Orleans, LA",174,"Tampa, FL" +414,202,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +414,203,195,"New Orleans, LA",177,"Savannah, GA" +414,204,172,"Port Everglades, FL",152,"Mobile, AL" +414,205,195,"New Orleans, LA",193,"Baton Rouge, LA" +414,206,195,"New Orleans, LA",195,"New Orleans, LA" +414,207,172,"Port Everglades, FL",257,"Houston, TX" +414,208,195,"New Orleans, LA",253,"Beaumont, TX" +414,209,195,"New Orleans, LA",194,"Lake Charles, LA" +414,210,208,"Pascagoula, MS",194,"Lake Charles, LA" +414,211,194,"Lake Charles, LA",193,"Baton Rouge, LA" +414,212,177,"Savannah, GA",253,"Beaumont, TX" +414,213,193,"Baton Rouge, LA",194,"Lake Charles, LA" +414,214,253,"Beaumont, TX",254,"Corpus Christi, TX" +414,215,257,"Houston, TX",257,"Houston, TX" +414,216,174,"Tampa, FL",172,"Port Everglades, FL" +414,217,177,"Savannah, GA",174,"Tampa, FL" +414,218,152,"Mobile, AL",174,"Tampa, FL" +414,219,171,"Jacksonville, FL",245,"Charleston, SC" +414,220,195,"New Orleans, LA",253,"Beaumont, TX" +414,221,172,"Port Everglades, FL",172,"Port Everglades, FL" +414,222,194,"Lake Charles, LA",245,"Charleston, SC" +414,223,245,"Charleston, SC",241,"Philadelphia, PA" +414,224,245,"Charleston, SC",172,"Port Everglades, FL" +414,225,172,"Port Everglades, FL",171,"Jacksonville, FL" +414,226,195,"New Orleans, LA",152,"Mobile, AL" +414,227,174,"Tampa, FL",174,"Tampa, FL" +414,228,177,"Savannah, GA",177,"Savannah, GA" +414,229,172,"Port Everglades, FL",172,"Port Everglades, FL" +414,230,254,"Corpus Christi, TX",195,"New Orleans, LA" +414,231,193,"Baton Rouge, LA",172,"Port Everglades, FL" +414,232,195,"New Orleans, LA",178,"Brunswick, GA" +414,233,178,"Brunswick, GA",171,"Jacksonville, FL" +414,234,171,"Jacksonville, FL",195,"New Orleans, LA" +414,235,195,"New Orleans, LA",195,"New Orleans, LA" +414,236,193,"Baton Rouge, LA",194,"Lake Charles, LA" +414,237,257,"Houston, TX",253,"Beaumont, TX" +414,238,195,"New Orleans, LA",253,"Beaumont, TX" +414,239,257,"Houston, TX",195,"New Orleans, LA" +414,240,253,"Beaumont, TX",253,"Beaumont, TX" +414,241,174,"Tampa, FL",174,"Tampa, FL" +414,242,195,"New Orleans, LA",245,"Charleston, SC" +414,243,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +414,244,152,"Mobile, AL",177,"Savannah, GA" +414,245,172,"Port Everglades, FL",177,"Savannah, GA" +414,246,195,"New Orleans, LA",152,"Mobile, AL" +414,247,152,"Mobile, AL",152,"Mobile, AL" +414,248,245,"Charleston, SC",194,"Lake Charles, LA" +414,249,195,"New Orleans, LA",195,"New Orleans, LA" +414,250,195,"New Orleans, LA",195,"New Orleans, LA" +414,251,152,"Mobile, AL",195,"New Orleans, LA" +414,252,195,"New Orleans, LA",257,"Houston, TX" +414,253,172,"Port Everglades, FL",253,"Beaumont, TX" +414,254,257,"Houston, TX",194,"Lake Charles, LA" +414,255,253,"Beaumont, TX",195,"New Orleans, LA" +414,256,195,"New Orleans, LA",195,"New Orleans, LA" +414,257,257,"Houston, TX",257,"Houston, TX" +414,258,152,"Mobile, AL",195,"New Orleans, LA" +414,259,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +414,260,257,"Houston, TX",257,"Houston, TX" +414,261,253,"Beaumont, TX",194,"Lake Charles, LA" +414,262,257,"Houston, TX",257,"Houston, TX" +414,263,174,"Tampa, FL",198,"Baltimore, MD" +414,264,195,"New Orleans, LA",195,"New Orleans, LA" +414,265,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +414,266,245,"Charleston, SC",245,"Charleston, SC" +414,267,195,"New Orleans, LA",152,"Mobile, AL" +414,268,195,"New Orleans, LA",253,"Beaumont, TX" +414,269,253,"Beaumont, TX",254,"Corpus Christi, TX" +414,270,171,"Jacksonville, FL",152,"Mobile, AL" +414,271,195,"New Orleans, LA",195,"New Orleans, LA" +414,272,177,"Savannah, GA",195,"New Orleans, LA" +414,273,257,"Houston, TX",195,"New Orleans, LA" +415,1,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +415,2,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,3,241,"Philadelphia, PA",241,"Philadelphia, PA" +415,4,201,"Boston, MA",201,"Boston, MA" +415,5,245,"Charleston, SC",245,"Charleston, SC" +415,6,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +415,7,244,"Providence, RI",244,"Providence, RI" +415,8,201,"Boston, MA",201,"Boston, MA" +415,9,217,"New York, NY and NJ",217,"New York, NY and NJ" +415,10,197,"Portland, ME",197,"Portland, ME" +415,11,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +415,12,217,"New York, NY and NJ",217,"New York, NY and NJ" +415,13,217,"New York, NY and NJ",217,"New York, NY and NJ" +415,14,198,"Baltimore, MD",198,"Baltimore, MD" +415,15,217,"New York, NY and NJ",217,"New York, NY and NJ" +415,16,229,"Wilmington, NC",229,"Wilmington, NC" +415,17,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,18,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,19,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +415,20,217,"New York, NY and NJ",217,"New York, NY and NJ" +415,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,22,197,"Portland, ME",197,"Portland, ME" +415,23,241,"Philadelphia, PA",241,"Philadelphia, PA" +415,24,198,"Baltimore, MD",198,"Baltimore, MD" +415,25,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,26,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,27,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +415,28,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +415,29,245,"Charleston, SC",245,"Charleston, SC" +415,30,201,"Boston, MA",201,"Boston, MA" +415,31,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,32,197,"Portland, ME",197,"Portland, ME" +415,33,198,"Baltimore, MD",198,"Baltimore, MD" +415,34,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,35,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,36,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,37,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +415,38,198,"Baltimore, MD",198,"Baltimore, MD" +415,39,217,"New York, NY and NJ",217,"New York, NY and NJ" +415,40,177,"Savannah, GA",177,"Savannah, GA" +415,41,201,"Boston, MA",201,"Boston, MA" +415,42,241,"Philadelphia, PA",241,"Philadelphia, PA" +415,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,44,217,"New York, NY and NJ",217,"New York, NY and NJ" +415,45,201,"Boston, MA",201,"Boston, MA" +415,46,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +415,47,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,48,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +415,49,198,"Baltimore, MD",198,"Baltimore, MD" +415,50,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +415,51,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,52,217,"New York, NY and NJ",217,"New York, NY and NJ" +415,53,198,"Baltimore, MD",198,"Baltimore, MD" +415,54,201,"Boston, MA",201,"Boston, MA" +415,55,197,"Portland, ME",197,"Portland, ME" +415,56,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +415,57,198,"Baltimore, MD",198,"Baltimore, MD" +415,58,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,59,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +415,60,201,"Boston, MA",201,"Boston, MA" +415,61,197,"Portland, ME",197,"Portland, ME" +415,62,241,"Philadelphia, PA",241,"Philadelphia, PA" +415,63,217,"New York, NY and NJ",217,"New York, NY and NJ" +415,64,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,66,241,"Philadelphia, PA",241,"Philadelphia, PA" +415,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +415,68,241,"Philadelphia, PA",241,"Philadelphia, PA" +415,69,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,70,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +415,71,197,"Portland, ME",197,"Portland, ME" +415,72,201,"Boston, MA",201,"Boston, MA" +415,73,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +415,74,198,"Baltimore, MD",198,"Baltimore, MD" +415,75,241,"Philadelphia, PA",241,"Philadelphia, PA" +415,76,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +415,77,197,"Portland, ME",197,"Portland, ME" +415,78,217,"New York, NY and NJ",217,"New York, NY and NJ" +415,79,198,"Baltimore, MD",198,"Baltimore, MD" +415,80,217,"New York, NY and NJ",217,"New York, NY and NJ" +415,81,241,"Philadelphia, PA",241,"Philadelphia, PA" +415,82,241,"Philadelphia, PA",241,"Philadelphia, PA" +415,83,217,"New York, NY and NJ",217,"New York, NY and NJ" +415,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,85,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +415,86,229,"Wilmington, NC",229,"Wilmington, NC" +415,87,201,"Boston, MA",201,"Boston, MA" +415,88,217,"New York, NY and NJ",217,"New York, NY and NJ" +415,89,201,"Boston, MA",201,"Boston, MA" +415,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,91,201,"Boston, MA",201,"Boston, MA" +415,92,197,"Portland, ME",197,"Portland, ME" +415,93,197,"Portland, ME",197,"Portland, ME" +415,94,201,"Boston, MA",201,"Boston, MA" +415,95,217,"New York, NY and NJ",217,"New York, NY and NJ" +415,96,244,"Providence, RI",244,"Providence, RI" +415,97,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +415,98,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +415,99,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,100,217,"New York, NY and NJ",217,"New York, NY and NJ" +415,101,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +415,102,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +415,103,244,"Providence, RI",244,"Providence, RI" +415,104,197,"Portland, ME",197,"Portland, ME" +415,105,198,"Baltimore, MD",198,"Baltimore, MD" +415,106,198,"Baltimore, MD",198,"Baltimore, MD" +415,107,241,"Philadelphia, PA",241,"Philadelphia, PA" +415,108,229,"Wilmington, NC",229,"Wilmington, NC" +415,109,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +415,110,198,"Baltimore, MD",198,"Baltimore, MD" +415,111,217,"New York, NY and NJ",217,"New York, NY and NJ" +415,112,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,113,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,114,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,115,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,116,198,"Baltimore, MD",198,"Baltimore, MD" +415,117,217,"New York, NY and NJ",217,"New York, NY and NJ" +415,118,197,"Portland, ME",197,"Portland, ME" +415,119,241,"Philadelphia, PA",241,"Philadelphia, PA" +415,120,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +415,121,244,"Providence, RI",244,"Providence, RI" +415,122,201,"Boston, MA",201,"Boston, MA" +415,123,197,"Portland, ME",197,"Portland, ME" +415,124,217,"New York, NY and NJ",217,"New York, NY and NJ" +415,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,126,201,"Boston, MA",201,"Boston, MA" +415,127,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +415,128,198,"Baltimore, MD",198,"Baltimore, MD" +415,129,217,"New York, NY and NJ",217,"New York, NY and NJ" +415,130,217,"New York, NY and NJ",217,"New York, NY and NJ" +415,131,244,"Providence, RI",244,"Providence, RI" +415,132,217,"New York, NY and NJ",217,"New York, NY and NJ" +415,151,201,"Boston, MA",198,"Baltimore, MD" +415,152,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +415,153,197,"Portland, ME",198,"Baltimore, MD" +415,154,154,"Anchorage, AK",154,"Anchorage, AK" +415,155,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +415,156,217,"New York, NY and NJ",198,"Baltimore, MD" +415,157,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +415,158,197,"Portland, ME",265,"Norfolk Harbor, VA" +415,159,198,"Baltimore, MD",223,"New York, NY and NJ" +415,160,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +415,161,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +415,162,197,"Portland, ME",217,"New York, NY and NJ" +415,163,201,"Boston, MA",195,"New Orleans, LA" +415,164,201,"Boston, MA",223,"New York, NY and NJ" +415,165,241,"Philadelphia, PA",223,"New York, NY and NJ" +415,166,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +415,167,244,"Providence, RI",198,"Baltimore, MD" +415,168,244,"Providence, RI",217,"New York, NY and NJ" +415,169,197,"Portland, ME",217,"New York, NY and NJ" +415,170,217,"New York, NY and NJ",241,"Philadelphia, PA" +415,171,197,"Portland, ME",265,"Norfolk Harbor, VA" +415,172,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +415,173,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +415,174,223,"New York, NY and NJ",201,"Boston, MA" +415,175,198,"Baltimore, MD",172,"Port Everglades, FL" +415,176,223,"New York, NY and NJ",198,"Baltimore, MD" +415,177,217,"New York, NY and NJ",245,"Charleston, SC" +415,178,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,179,179,"Honolulu, HI",179,"Honolulu, HI" +415,180,179,"Honolulu, HI",179,"Honolulu, HI" +415,181,218,"Camden-Gloucester, NJ",201,"Boston, MA" +415,183,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +415,184,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +415,185,223,"New York, NY and NJ",241,"Philadelphia, PA" +415,186,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +415,187,217,"New York, NY and NJ",244,"Providence, RI" +415,188,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,189,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +415,190,217,"New York, NY and NJ",197,"Portland, ME" +415,191,198,"Baltimore, MD",241,"Philadelphia, PA" +415,192,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +415,193,197,"Portland, ME",217,"New York, NY and NJ" +415,194,217,"New York, NY and NJ",241,"Philadelphia, PA" +415,195,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +415,196,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +415,197,201,"Boston, MA",217,"New York, NY and NJ" +415,198,244,"Providence, RI",217,"New York, NY and NJ" +415,199,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,200,217,"New York, NY and NJ",217,"New York, NY and NJ" +415,201,244,"Providence, RI",201,"Boston, MA" +415,202,265,"Norfolk Harbor, VA",244,"Providence, RI" +415,203,244,"Providence, RI",217,"New York, NY and NJ" +415,204,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,205,241,"Philadelphia, PA",223,"New York, NY and NJ" +415,206,198,"Baltimore, MD",169,"Wilmington, DE" +415,207,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +415,208,197,"Portland, ME",198,"Baltimore, MD" +415,209,217,"New York, NY and NJ",198,"Baltimore, MD" +415,210,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +415,211,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +415,212,201,"Boston, MA",223,"New York, NY and NJ" +415,213,198,"Baltimore, MD",244,"Providence, RI" +415,214,241,"Philadelphia, PA",223,"New York, NY and NJ" +415,215,197,"Portland, ME",217,"New York, NY and NJ" +415,216,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +415,217,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +415,218,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +415,219,241,"Philadelphia, PA",198,"Baltimore, MD" +415,220,241,"Philadelphia, PA",177,"Savannah, GA" +415,221,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,222,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +415,223,223,"New York, NY and NJ",217,"New York, NY and NJ" +415,224,197,"Portland, ME",217,"New York, NY and NJ" +415,225,198,"Baltimore, MD",198,"Baltimore, MD" +415,226,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +415,227,244,"Providence, RI",197,"Portland, ME" +415,228,265,"Norfolk Harbor, VA",201,"Boston, MA" +415,229,201,"Boston, MA",218,"Camden-Gloucester, NJ" +415,230,198,"Baltimore, MD",223,"New York, NY and NJ" +415,231,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +415,232,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +415,233,198,"Baltimore, MD",197,"Portland, ME" +415,234,169,"Wilmington, DE",241,"Philadelphia, PA" +415,235,245,"Charleston, SC",217,"New York, NY and NJ" +415,236,245,"Charleston, SC",265,"Norfolk Harbor, VA" +415,237,241,"Philadelphia, PA",217,"New York, NY and NJ" +415,238,217,"New York, NY and NJ",245,"Charleston, SC" +415,239,223,"New York, NY and NJ",223,"New York, NY and NJ" +415,240,223,"New York, NY and NJ",201,"Boston, MA" +415,241,201,"Boston, MA",241,"Philadelphia, PA" +415,242,223,"New York, NY and NJ",198,"Baltimore, MD" +415,243,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +415,244,223,"New York, NY and NJ",241,"Philadelphia, PA" +415,245,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +415,246,198,"Baltimore, MD",217,"New York, NY and NJ" +415,247,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +415,248,223,"New York, NY and NJ",198,"Baltimore, MD" +415,249,201,"Boston, MA",241,"Philadelphia, PA" +415,250,241,"Philadelphia, PA",223,"New York, NY and NJ" +415,251,244,"Providence, RI",198,"Baltimore, MD" +415,252,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +415,253,223,"New York, NY and NJ",174,"Tampa, FL" +415,254,195,"New Orleans, LA",217,"New York, NY and NJ" +415,255,201,"Boston, MA",241,"Philadelphia, PA" +415,256,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +415,257,223,"New York, NY and NJ",194,"Lake Charles, LA" +415,258,244,"Providence, RI",198,"Baltimore, MD" +415,259,218,"Camden-Gloucester, NJ",257,"Houston, TX" +415,260,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +415,261,241,"Philadelphia, PA",223,"New York, NY and NJ" +415,262,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +415,263,198,"Baltimore, MD",223,"New York, NY and NJ" +415,264,223,"New York, NY and NJ",201,"Boston, MA" +415,265,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +415,266,217,"New York, NY and NJ",201,"Boston, MA" +415,267,217,"New York, NY and NJ",223,"New York, NY and NJ" +415,268,241,"Philadelphia, PA",223,"New York, NY and NJ" +415,269,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +415,270,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +415,271,198,"Baltimore, MD",198,"Baltimore, MD" +415,272,241,"Philadelphia, PA",217,"New York, NY and NJ" +415,273,229,"Wilmington, NC",201,"Boston, MA" +416,1,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,2,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +416,3,241,"Philadelphia, PA",241,"Philadelphia, PA" +416,4,197,"Portland, ME",197,"Portland, ME" +416,5,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,6,223,"New York, NY and NJ",223,"New York, NY and NJ" +416,7,201,"Boston, MA",201,"Boston, MA" +416,8,198,"Baltimore, MD",198,"Baltimore, MD" +416,9,223,"New York, NY and NJ",223,"New York, NY and NJ" +416,10,198,"Baltimore, MD",198,"Baltimore, MD" +416,11,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +416,12,229,"Wilmington, NC",229,"Wilmington, NC" +416,13,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +416,14,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +416,15,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +416,16,245,"Charleston, SC",245,"Charleston, SC" +416,17,229,"Wilmington, NC",229,"Wilmington, NC" +416,18,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,19,223,"New York, NY and NJ",223,"New York, NY and NJ" +416,20,198,"Baltimore, MD",198,"Baltimore, MD" +416,21,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +416,22,201,"Boston, MA",201,"Boston, MA" +416,23,244,"Providence, RI",244,"Providence, RI" +416,24,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,25,223,"New York, NY and NJ",223,"New York, NY and NJ" +416,26,245,"Charleston, SC",245,"Charleston, SC" +416,27,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +416,28,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,29,198,"Baltimore, MD",198,"Baltimore, MD" +416,30,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +416,31,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +416,32,201,"Boston, MA",201,"Boston, MA" +416,33,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,34,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,35,223,"New York, NY and NJ",223,"New York, NY and NJ" +416,36,223,"New York, NY and NJ",223,"New York, NY and NJ" +416,37,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +416,38,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,39,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +416,40,223,"New York, NY and NJ",223,"New York, NY and NJ" +416,41,223,"New York, NY and NJ",223,"New York, NY and NJ" +416,42,241,"Philadelphia, PA",241,"Philadelphia, PA" +416,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +416,44,198,"Baltimore, MD",198,"Baltimore, MD" +416,45,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,46,245,"Charleston, SC",245,"Charleston, SC" +416,47,223,"New York, NY and NJ",223,"New York, NY and NJ" +416,48,198,"Baltimore, MD",198,"Baltimore, MD" +416,49,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,50,201,"Boston, MA",201,"Boston, MA" +416,51,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +416,52,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,53,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +416,54,169,"Wilmington, DE",169,"Wilmington, DE" +416,55,197,"Portland, ME",197,"Portland, ME" +416,56,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +416,57,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,58,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,59,223,"New York, NY and NJ",223,"New York, NY and NJ" +416,60,241,"Philadelphia, PA",241,"Philadelphia, PA" +416,61,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,62,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,63,169,"Wilmington, DE",169,"Wilmington, DE" +416,64,244,"Providence, RI",244,"Providence, RI" +416,65,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +416,66,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +416,67,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +416,68,241,"Philadelphia, PA",241,"Philadelphia, PA" +416,69,197,"Portland, ME",197,"Portland, ME" +416,70,241,"Philadelphia, PA",241,"Philadelphia, PA" +416,71,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +416,72,241,"Philadelphia, PA",241,"Philadelphia, PA" +416,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +416,74,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +416,75,198,"Baltimore, MD",198,"Baltimore, MD" +416,76,244,"Providence, RI",244,"Providence, RI" +416,77,223,"New York, NY and NJ",223,"New York, NY and NJ" +416,78,197,"Portland, ME",197,"Portland, ME" +416,79,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +416,80,198,"Baltimore, MD",198,"Baltimore, MD" +416,81,241,"Philadelphia, PA",241,"Philadelphia, PA" +416,82,198,"Baltimore, MD",198,"Baltimore, MD" +416,83,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,84,169,"Wilmington, DE",169,"Wilmington, DE" +416,85,223,"New York, NY and NJ",223,"New York, NY and NJ" +416,86,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,87,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +416,88,198,"Baltimore, MD",198,"Baltimore, MD" +416,89,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,90,197,"Portland, ME",197,"Portland, ME" +416,91,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +416,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,93,223,"New York, NY and NJ",223,"New York, NY and NJ" +416,94,198,"Baltimore, MD",198,"Baltimore, MD" +416,95,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +416,96,197,"Portland, ME",197,"Portland, ME" +416,97,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +416,98,223,"New York, NY and NJ",223,"New York, NY and NJ" +416,99,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,100,197,"Portland, ME",197,"Portland, ME" +416,101,177,"Savannah, GA",177,"Savannah, GA" +416,102,223,"New York, NY and NJ",223,"New York, NY and NJ" +416,103,223,"New York, NY and NJ",223,"New York, NY and NJ" +416,104,223,"New York, NY and NJ",223,"New York, NY and NJ" +416,105,201,"Boston, MA",201,"Boston, MA" +416,106,223,"New York, NY and NJ",223,"New York, NY and NJ" +416,107,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +416,108,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,109,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,110,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,111,197,"Portland, ME",197,"Portland, ME" +416,112,198,"Baltimore, MD",198,"Baltimore, MD" +416,113,169,"Wilmington, DE",169,"Wilmington, DE" +416,114,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +416,115,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,116,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +416,117,197,"Portland, ME",197,"Portland, ME" +416,118,241,"Philadelphia, PA",241,"Philadelphia, PA" +416,119,223,"New York, NY and NJ",223,"New York, NY and NJ" +416,120,245,"Charleston, SC",245,"Charleston, SC" +416,121,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,122,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +416,123,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +416,124,198,"Baltimore, MD",198,"Baltimore, MD" +416,125,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +416,126,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,127,198,"Baltimore, MD",198,"Baltimore, MD" +416,128,197,"Portland, ME",197,"Portland, ME" +416,129,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,130,198,"Baltimore, MD",198,"Baltimore, MD" +416,131,223,"New York, NY and NJ",223,"New York, NY and NJ" +416,132,223,"New York, NY and NJ",223,"New York, NY and NJ" +416,151,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,152,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +416,153,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +416,154,154,"Anchorage, AK",154,"Anchorage, AK" +416,155,218,"Camden-Gloucester, NJ",197,"Portland, ME" +416,156,217,"New York, NY and NJ",171,"Jacksonville, FL" +416,157,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +416,158,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +416,159,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +416,160,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +416,161,265,"Norfolk Harbor, VA",245,"Charleston, SC" +416,162,229,"Wilmington, NC",217,"New York, NY and NJ" +416,163,178,"Brunswick, GA",223,"New York, NY and NJ" +416,164,245,"Charleston, SC",198,"Baltimore, MD" +416,165,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +416,166,241,"Philadelphia, PA",201,"Boston, MA" +416,167,244,"Providence, RI",169,"Wilmington, DE" +416,168,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,169,217,"New York, NY and NJ",197,"Portland, ME" +416,170,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +416,171,244,"Providence, RI",244,"Providence, RI" +416,172,245,"Charleston, SC",177,"Savannah, GA" +416,173,177,"Savannah, GA",265,"Norfolk Harbor, VA" +416,174,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +416,175,217,"New York, NY and NJ",244,"Providence, RI" +416,176,201,"Boston, MA",265,"Norfolk Harbor, VA" +416,177,217,"New York, NY and NJ",198,"Baltimore, MD" +416,178,223,"New York, NY and NJ",198,"Baltimore, MD" +416,179,179,"Honolulu, HI",179,"Honolulu, HI" +416,180,179,"Honolulu, HI",179,"Honolulu, HI" +416,181,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +416,183,217,"New York, NY and NJ",241,"Philadelphia, PA" +416,184,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +416,185,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +416,186,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +416,187,201,"Boston, MA",241,"Philadelphia, PA" +416,188,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +416,189,197,"Portland, ME",265,"Norfolk Harbor, VA" +416,190,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +416,191,223,"New York, NY and NJ",197,"Portland, ME" +416,192,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +416,193,265,"Norfolk Harbor, VA",197,"Portland, ME" +416,194,198,"Baltimore, MD",177,"Savannah, GA" +416,195,223,"New York, NY and NJ",195,"New Orleans, LA" +416,196,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +416,197,197,"Portland, ME",217,"New York, NY and NJ" +416,198,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +416,199,169,"Wilmington, DE",198,"Baltimore, MD" +416,200,241,"Philadelphia, PA",217,"New York, NY and NJ" +416,201,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +416,202,217,"New York, NY and NJ",223,"New York, NY and NJ" +416,203,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +416,204,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +416,205,223,"New York, NY and NJ",217,"New York, NY and NJ" +416,206,229,"Wilmington, NC",223,"New York, NY and NJ" +416,207,245,"Charleston, SC",265,"Norfolk Harbor, VA" +416,208,218,"Camden-Gloucester, NJ",201,"Boston, MA" +416,209,198,"Baltimore, MD",197,"Portland, ME" +416,210,244,"Providence, RI",201,"Boston, MA" +416,211,265,"Norfolk Harbor, VA",244,"Providence, RI" +416,212,198,"Baltimore, MD",217,"New York, NY and NJ" +416,213,198,"Baltimore, MD",223,"New York, NY and NJ" +416,214,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +416,215,198,"Baltimore, MD",198,"Baltimore, MD" +416,216,217,"New York, NY and NJ",223,"New York, NY and NJ" +416,217,223,"New York, NY and NJ",244,"Providence, RI" +416,218,223,"New York, NY and NJ",201,"Boston, MA" +416,219,223,"New York, NY and NJ",241,"Philadelphia, PA" +416,220,265,"Norfolk Harbor, VA",245,"Charleston, SC" +416,221,198,"Baltimore, MD",223,"New York, NY and NJ" +416,222,217,"New York, NY and NJ",241,"Philadelphia, PA" +416,223,218,"Camden-Gloucester, NJ",201,"Boston, MA" +416,224,223,"New York, NY and NJ",244,"Providence, RI" +416,225,223,"New York, NY and NJ",201,"Boston, MA" +416,226,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +416,227,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +416,228,198,"Baltimore, MD",245,"Charleston, SC" +416,229,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +416,230,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +416,231,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +416,232,223,"New York, NY and NJ",217,"New York, NY and NJ" +416,233,198,"Baltimore, MD",198,"Baltimore, MD" +416,234,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +416,235,223,"New York, NY and NJ",223,"New York, NY and NJ" +416,236,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +416,237,217,"New York, NY and NJ",223,"New York, NY and NJ" +416,238,223,"New York, NY and NJ",223,"New York, NY and NJ" +416,239,198,"Baltimore, MD",198,"Baltimore, MD" +416,240,218,"Camden-Gloucester, NJ",197,"Portland, ME" +416,241,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,242,223,"New York, NY and NJ",217,"New York, NY and NJ" +416,243,241,"Philadelphia, PA",217,"New York, NY and NJ" +416,244,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +416,245,217,"New York, NY and NJ",241,"Philadelphia, PA" +416,246,177,"Savannah, GA",265,"Norfolk Harbor, VA" +416,247,198,"Baltimore, MD",201,"Boston, MA" +416,248,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +416,249,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +416,250,229,"Wilmington, NC",201,"Boston, MA" +416,251,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +416,252,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +416,253,172,"Port Everglades, FL",253,"Beaumont, TX" +416,254,244,"Providence, RI",245,"Charleston, SC" +416,255,177,"Savannah, GA",195,"New Orleans, LA" +416,256,245,"Charleston, SC",208,"Pascagoula, MS" +416,257,197,"Portland, ME",217,"New York, NY and NJ" +416,258,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +416,259,172,"Port Everglades, FL",195,"New Orleans, LA" +416,260,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +416,261,217,"New York, NY and NJ",197,"Portland, ME" +416,262,171,"Jacksonville, FL",241,"Philadelphia, PA" +416,263,218,"Camden-Gloucester, NJ",201,"Boston, MA" +416,264,197,"Portland, ME",198,"Baltimore, MD" +416,265,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +416,266,244,"Providence, RI",197,"Portland, ME" +416,267,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +416,268,223,"New York, NY and NJ",217,"New York, NY and NJ" +416,269,177,"Savannah, GA",229,"Wilmington, NC" +416,270,217,"New York, NY and NJ",217,"New York, NY and NJ" +416,271,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +416,272,198,"Baltimore, MD",241,"Philadelphia, PA" +416,273,198,"Baltimore, MD",244,"Providence, RI" +417,1,162,"Oakland, CA",162,"Oakland, CA" +417,2,239,"Portland, OR",239,"Portland, OR" +417,3,159,"Long Beach, CA",159,"Long Beach, CA" +417,4,159,"Long Beach, CA",159,"Long Beach, CA" +417,5,159,"Long Beach, CA",159,"Long Beach, CA" +417,6,162,"Oakland, CA",162,"Oakland, CA" +417,7,239,"Portland, OR",239,"Portland, OR" +417,8,159,"Long Beach, CA",159,"Long Beach, CA" +417,9,159,"Long Beach, CA",159,"Long Beach, CA" +417,10,268,"Seattle, WA",268,"Seattle, WA" +417,11,239,"Portland, OR",239,"Portland, OR" +417,12,239,"Portland, OR",239,"Portland, OR" +417,13,159,"Long Beach, CA",159,"Long Beach, CA" +417,14,159,"Long Beach, CA",159,"Long Beach, CA" +417,15,159,"Long Beach, CA",159,"Long Beach, CA" +417,16,268,"Seattle, WA",268,"Seattle, WA" +417,17,268,"Seattle, WA",268,"Seattle, WA" +417,18,159,"Long Beach, CA",159,"Long Beach, CA" +417,19,159,"Long Beach, CA",159,"Long Beach, CA" +417,20,159,"Long Beach, CA",159,"Long Beach, CA" +417,21,239,"Portland, OR",239,"Portland, OR" +417,22,162,"Oakland, CA",162,"Oakland, CA" +417,23,268,"Seattle, WA",268,"Seattle, WA" +417,24,239,"Portland, OR",239,"Portland, OR" +417,25,159,"Long Beach, CA",159,"Long Beach, CA" +417,26,162,"Oakland, CA",162,"Oakland, CA" +417,27,162,"Oakland, CA",162,"Oakland, CA" +417,28,159,"Long Beach, CA",159,"Long Beach, CA" +417,29,159,"Long Beach, CA",159,"Long Beach, CA" +417,30,268,"Seattle, WA",268,"Seattle, WA" +417,31,268,"Seattle, WA",268,"Seattle, WA" +417,32,159,"Long Beach, CA",159,"Long Beach, CA" +417,33,268,"Seattle, WA",268,"Seattle, WA" +417,34,239,"Portland, OR",239,"Portland, OR" +417,35,159,"Long Beach, CA",159,"Long Beach, CA" +417,36,162,"Oakland, CA",162,"Oakland, CA" +417,37,268,"Seattle, WA",268,"Seattle, WA" +417,38,159,"Long Beach, CA",159,"Long Beach, CA" +417,39,239,"Portland, OR",239,"Portland, OR" +417,40,159,"Long Beach, CA",159,"Long Beach, CA" +417,41,268,"Seattle, WA",268,"Seattle, WA" +417,42,268,"Seattle, WA",268,"Seattle, WA" +417,43,159,"Long Beach, CA",159,"Long Beach, CA" +417,44,159,"Long Beach, CA",159,"Long Beach, CA" +417,45,159,"Long Beach, CA",159,"Long Beach, CA" +417,46,268,"Seattle, WA",268,"Seattle, WA" +417,47,162,"Oakland, CA",162,"Oakland, CA" +417,48,159,"Long Beach, CA",159,"Long Beach, CA" +417,49,268,"Seattle, WA",268,"Seattle, WA" +417,50,268,"Seattle, WA",268,"Seattle, WA" +417,51,159,"Long Beach, CA",159,"Long Beach, CA" +417,52,268,"Seattle, WA",268,"Seattle, WA" +417,53,159,"Long Beach, CA",159,"Long Beach, CA" +417,54,159,"Long Beach, CA",159,"Long Beach, CA" +417,55,159,"Long Beach, CA",159,"Long Beach, CA" +417,56,159,"Long Beach, CA",159,"Long Beach, CA" +417,57,159,"Long Beach, CA",159,"Long Beach, CA" +417,58,239,"Portland, OR",239,"Portland, OR" +417,59,159,"Long Beach, CA",159,"Long Beach, CA" +417,60,159,"Long Beach, CA",159,"Long Beach, CA" +417,61,162,"Oakland, CA",162,"Oakland, CA" +417,62,268,"Seattle, WA",268,"Seattle, WA" +417,63,159,"Long Beach, CA",159,"Long Beach, CA" +417,64,159,"Long Beach, CA",159,"Long Beach, CA" +417,65,159,"Long Beach, CA",159,"Long Beach, CA" +417,66,239,"Portland, OR",239,"Portland, OR" +417,67,159,"Long Beach, CA",159,"Long Beach, CA" +417,68,162,"Oakland, CA",162,"Oakland, CA" +417,69,268,"Seattle, WA",268,"Seattle, WA" +417,70,162,"Oakland, CA",162,"Oakland, CA" +417,71,268,"Seattle, WA",268,"Seattle, WA" +417,72,159,"Long Beach, CA",159,"Long Beach, CA" +417,73,162,"Oakland, CA",162,"Oakland, CA" +417,74,159,"Long Beach, CA",159,"Long Beach, CA" +417,75,239,"Portland, OR",239,"Portland, OR" +417,76,269,"Longview, WA",269,"Longview, WA" +417,77,268,"Seattle, WA",268,"Seattle, WA" +417,78,239,"Portland, OR",239,"Portland, OR" +417,79,162,"Oakland, CA",162,"Oakland, CA" +417,80,239,"Portland, OR",239,"Portland, OR" +417,81,159,"Long Beach, CA",159,"Long Beach, CA" +417,82,159,"Long Beach, CA",159,"Long Beach, CA" +417,83,159,"Long Beach, CA",159,"Long Beach, CA" +417,84,162,"Oakland, CA",162,"Oakland, CA" +417,85,162,"Oakland, CA",162,"Oakland, CA" +417,86,268,"Seattle, WA",268,"Seattle, WA" +417,87,159,"Long Beach, CA",159,"Long Beach, CA" +417,88,159,"Long Beach, CA",159,"Long Beach, CA" +417,89,268,"Seattle, WA",268,"Seattle, WA" +417,90,159,"Long Beach, CA",159,"Long Beach, CA" +417,91,239,"Portland, OR",239,"Portland, OR" +417,92,159,"Long Beach, CA",159,"Long Beach, CA" +417,93,159,"Long Beach, CA",159,"Long Beach, CA" +417,94,159,"Long Beach, CA",159,"Long Beach, CA" +417,95,268,"Seattle, WA",268,"Seattle, WA" +417,96,268,"Seattle, WA",268,"Seattle, WA" +417,97,269,"Longview, WA",269,"Longview, WA" +417,98,159,"Long Beach, CA",159,"Long Beach, CA" +417,99,162,"Oakland, CA",162,"Oakland, CA" +417,100,268,"Seattle, WA",268,"Seattle, WA" +417,101,268,"Seattle, WA",268,"Seattle, WA" +417,102,159,"Long Beach, CA",159,"Long Beach, CA" +417,103,159,"Long Beach, CA",159,"Long Beach, CA" +417,104,239,"Portland, OR",239,"Portland, OR" +417,105,268,"Seattle, WA",268,"Seattle, WA" +417,106,162,"Oakland, CA",162,"Oakland, CA" +417,107,159,"Long Beach, CA",159,"Long Beach, CA" +417,108,159,"Long Beach, CA",159,"Long Beach, CA" +417,109,159,"Long Beach, CA",159,"Long Beach, CA" +417,110,162,"Oakland, CA",162,"Oakland, CA" +417,111,159,"Long Beach, CA",159,"Long Beach, CA" +417,112,159,"Long Beach, CA",159,"Long Beach, CA" +417,113,159,"Long Beach, CA",159,"Long Beach, CA" +417,114,159,"Long Beach, CA",159,"Long Beach, CA" +417,115,239,"Portland, OR",239,"Portland, OR" +417,116,159,"Long Beach, CA",159,"Long Beach, CA" +417,117,159,"Long Beach, CA",159,"Long Beach, CA" +417,118,159,"Long Beach, CA",159,"Long Beach, CA" +417,119,268,"Seattle, WA",268,"Seattle, WA" +417,120,162,"Oakland, CA",162,"Oakland, CA" +417,121,159,"Long Beach, CA",159,"Long Beach, CA" +417,122,159,"Long Beach, CA",159,"Long Beach, CA" +417,123,268,"Seattle, WA",268,"Seattle, WA" +417,124,268,"Seattle, WA",268,"Seattle, WA" +417,125,159,"Long Beach, CA",159,"Long Beach, CA" +417,126,268,"Seattle, WA",268,"Seattle, WA" +417,127,162,"Oakland, CA",162,"Oakland, CA" +417,128,162,"Oakland, CA",162,"Oakland, CA" +417,129,239,"Portland, OR",239,"Portland, OR" +417,130,162,"Oakland, CA",162,"Oakland, CA" +417,131,159,"Long Beach, CA",159,"Long Beach, CA" +417,132,159,"Long Beach, CA",159,"Long Beach, CA" +417,151,269,"Longview, WA",162,"Oakland, CA" +417,152,159,"Long Beach, CA",239,"Portland, OR" +417,153,268,"Seattle, WA",159,"Long Beach, CA" +417,154,154,"Anchorage, AK",154,"Anchorage, AK" +417,155,159,"Long Beach, CA",159,"Long Beach, CA" +417,156,159,"Long Beach, CA",162,"Oakland, CA" +417,157,159,"Long Beach, CA",159,"Long Beach, CA" +417,158,159,"Long Beach, CA",162,"Oakland, CA" +417,159,159,"Long Beach, CA",159,"Long Beach, CA" +417,160,268,"Seattle, WA",268,"Seattle, WA" +417,161,159,"Long Beach, CA",268,"Seattle, WA" +417,162,268,"Seattle, WA",268,"Seattle, WA" +417,163,159,"Long Beach, CA",239,"Portland, OR" +417,164,159,"Long Beach, CA",159,"Long Beach, CA" +417,165,159,"Long Beach, CA",159,"Long Beach, CA" +417,166,159,"Long Beach, CA",159,"Long Beach, CA" +417,167,159,"Long Beach, CA",159,"Long Beach, CA" +417,168,162,"Oakland, CA",159,"Long Beach, CA" +417,169,268,"Seattle, WA",162,"Oakland, CA" +417,170,159,"Long Beach, CA",268,"Seattle, WA" +417,171,268,"Seattle, WA",159,"Long Beach, CA" +417,172,159,"Long Beach, CA",239,"Portland, OR" +417,173,269,"Longview, WA",159,"Long Beach, CA" +417,174,159,"Long Beach, CA",159,"Long Beach, CA" +417,175,159,"Long Beach, CA",159,"Long Beach, CA" +417,176,159,"Long Beach, CA",162,"Oakland, CA" +417,177,268,"Seattle, WA",268,"Seattle, WA" +417,178,159,"Long Beach, CA",159,"Long Beach, CA" +417,179,179,"Honolulu, HI",179,"Honolulu, HI" +417,180,179,"Honolulu, HI",179,"Honolulu, HI" +417,181,268,"Seattle, WA",159,"Long Beach, CA" +417,183,239,"Portland, OR",268,"Seattle, WA" +417,184,268,"Seattle, WA",159,"Long Beach, CA" +417,185,268,"Seattle, WA",159,"Long Beach, CA" +417,186,159,"Long Beach, CA",162,"Oakland, CA" +417,187,269,"Longview, WA",159,"Long Beach, CA" +417,188,159,"Long Beach, CA",159,"Long Beach, CA" +417,189,159,"Long Beach, CA",159,"Long Beach, CA" +417,190,162,"Oakland, CA",159,"Long Beach, CA" +417,191,268,"Seattle, WA",159,"Long Beach, CA" +417,192,159,"Long Beach, CA",268,"Seattle, WA" +417,193,159,"Long Beach, CA",159,"Long Beach, CA" +417,194,159,"Long Beach, CA",162,"Oakland, CA" +417,195,268,"Seattle, WA",195,"New Orleans, LA" +417,196,268,"Seattle, WA",159,"Long Beach, CA" +417,197,159,"Long Beach, CA",159,"Long Beach, CA" +417,198,159,"Long Beach, CA",162,"Oakland, CA" +417,199,159,"Long Beach, CA",159,"Long Beach, CA" +417,200,159,"Long Beach, CA",268,"Seattle, WA" +417,201,159,"Long Beach, CA",159,"Long Beach, CA" +417,202,159,"Long Beach, CA",162,"Oakland, CA" +417,203,159,"Long Beach, CA",162,"Oakland, CA" +417,204,268,"Seattle, WA",159,"Long Beach, CA" +417,205,269,"Longview, WA",159,"Long Beach, CA" +417,206,159,"Long Beach, CA",159,"Long Beach, CA" +417,207,268,"Seattle, WA",159,"Long Beach, CA" +417,208,162,"Oakland, CA",159,"Long Beach, CA" +417,209,159,"Long Beach, CA",162,"Oakland, CA" +417,210,268,"Seattle, WA",162,"Oakland, CA" +417,211,159,"Long Beach, CA",268,"Seattle, WA" +417,212,159,"Long Beach, CA",159,"Long Beach, CA" +417,213,269,"Longview, WA",159,"Long Beach, CA" +417,214,269,"Longview, WA",268,"Seattle, WA" +417,215,159,"Long Beach, CA",268,"Seattle, WA" +417,216,159,"Long Beach, CA",159,"Long Beach, CA" +417,217,162,"Oakland, CA",159,"Long Beach, CA" +417,218,159,"Long Beach, CA",159,"Long Beach, CA" +417,219,268,"Seattle, WA",159,"Long Beach, CA" +417,220,162,"Oakland, CA",159,"Long Beach, CA" +417,221,268,"Seattle, WA",159,"Long Beach, CA" +417,222,159,"Long Beach, CA",268,"Seattle, WA" +417,223,268,"Seattle, WA",159,"Long Beach, CA" +417,224,268,"Seattle, WA",162,"Oakland, CA" +417,225,268,"Seattle, WA",268,"Seattle, WA" +417,226,159,"Long Beach, CA",159,"Long Beach, CA" +417,227,159,"Long Beach, CA",268,"Seattle, WA" +417,228,159,"Long Beach, CA",159,"Long Beach, CA" +417,229,159,"Long Beach, CA",268,"Seattle, WA" +417,230,159,"Long Beach, CA",268,"Seattle, WA" +417,231,239,"Portland, OR",162,"Oakland, CA" +417,232,159,"Long Beach, CA",162,"Oakland, CA" +417,233,159,"Long Beach, CA",162,"Oakland, CA" +417,234,269,"Longview, WA",268,"Seattle, WA" +417,235,159,"Long Beach, CA",268,"Seattle, WA" +417,236,269,"Longview, WA",159,"Long Beach, CA" +417,237,268,"Seattle, WA",268,"Seattle, WA" +417,238,268,"Seattle, WA",159,"Long Beach, CA" +417,239,159,"Long Beach, CA",159,"Long Beach, CA" +417,240,268,"Seattle, WA",159,"Long Beach, CA" +417,241,162,"Oakland, CA",159,"Long Beach, CA" +417,242,159,"Long Beach, CA",159,"Long Beach, CA" +417,243,268,"Seattle, WA",162,"Oakland, CA" +417,244,268,"Seattle, WA",159,"Long Beach, CA" +417,245,159,"Long Beach, CA",172,"Port Everglades, FL" +417,246,159,"Long Beach, CA",239,"Portland, OR" +417,247,268,"Seattle, WA",245,"Charleston, SC" +417,248,159,"Long Beach, CA",268,"Seattle, WA" +417,249,159,"Long Beach, CA",159,"Long Beach, CA" +417,250,159,"Long Beach, CA",268,"Seattle, WA" +417,251,159,"Long Beach, CA",159,"Long Beach, CA" +417,252,268,"Seattle, WA",159,"Long Beach, CA" +417,253,162,"Oakland, CA",159,"Long Beach, CA" +417,254,159,"Long Beach, CA",268,"Seattle, WA" +417,255,268,"Seattle, WA",159,"Long Beach, CA" +417,256,159,"Long Beach, CA",159,"Long Beach, CA" +417,257,162,"Oakland, CA",159,"Long Beach, CA" +417,258,159,"Long Beach, CA",162,"Oakland, CA" +417,259,268,"Seattle, WA",159,"Long Beach, CA" +417,260,159,"Long Beach, CA",159,"Long Beach, CA" +417,261,268,"Seattle, WA",159,"Long Beach, CA" +417,262,268,"Seattle, WA",159,"Long Beach, CA" +417,263,268,"Seattle, WA",159,"Long Beach, CA" +417,264,268,"Seattle, WA",162,"Oakland, CA" +417,265,159,"Long Beach, CA",162,"Oakland, CA" +417,266,162,"Oakland, CA",239,"Portland, OR" +417,267,268,"Seattle, WA",162,"Oakland, CA" +417,268,239,"Portland, OR",159,"Long Beach, CA" +417,269,159,"Long Beach, CA",239,"Portland, OR" +417,270,162,"Oakland, CA",159,"Long Beach, CA" +417,271,159,"Long Beach, CA",159,"Long Beach, CA" +417,272,159,"Long Beach, CA",159,"Long Beach, CA" +417,273,239,"Portland, OR",159,"Long Beach, CA" +418,1,159,"Long Beach, CA",159,"Long Beach, CA" +418,2,159,"Long Beach, CA",159,"Long Beach, CA" +418,3,239,"Portland, OR",239,"Portland, OR" +418,4,162,"Oakland, CA",162,"Oakland, CA" +418,5,159,"Long Beach, CA",159,"Long Beach, CA" +418,6,268,"Seattle, WA",268,"Seattle, WA" +418,7,159,"Long Beach, CA",159,"Long Beach, CA" +418,8,159,"Long Beach, CA",159,"Long Beach, CA" +418,9,159,"Long Beach, CA",159,"Long Beach, CA" +418,10,159,"Long Beach, CA",159,"Long Beach, CA" +418,11,159,"Long Beach, CA",159,"Long Beach, CA" +418,12,268,"Seattle, WA",268,"Seattle, WA" +418,13,159,"Long Beach, CA",159,"Long Beach, CA" +418,14,159,"Long Beach, CA",159,"Long Beach, CA" +418,15,269,"Longview, WA",269,"Longview, WA" +418,16,159,"Long Beach, CA",159,"Long Beach, CA" +418,17,159,"Long Beach, CA",159,"Long Beach, CA" +418,18,268,"Seattle, WA",268,"Seattle, WA" +418,19,159,"Long Beach, CA",159,"Long Beach, CA" +418,20,159,"Long Beach, CA",159,"Long Beach, CA" +418,21,159,"Long Beach, CA",159,"Long Beach, CA" +418,22,159,"Long Beach, CA",159,"Long Beach, CA" +418,23,159,"Long Beach, CA",159,"Long Beach, CA" +418,24,239,"Portland, OR",239,"Portland, OR" +418,25,162,"Oakland, CA",162,"Oakland, CA" +418,26,159,"Long Beach, CA",159,"Long Beach, CA" +418,27,239,"Portland, OR",239,"Portland, OR" +418,28,268,"Seattle, WA",268,"Seattle, WA" +418,29,159,"Long Beach, CA",159,"Long Beach, CA" +418,30,159,"Long Beach, CA",159,"Long Beach, CA" +418,31,162,"Oakland, CA",162,"Oakland, CA" +418,32,239,"Portland, OR",239,"Portland, OR" +418,33,159,"Long Beach, CA",159,"Long Beach, CA" +418,34,162,"Oakland, CA",162,"Oakland, CA" +418,35,159,"Long Beach, CA",159,"Long Beach, CA" +418,36,159,"Long Beach, CA",159,"Long Beach, CA" +418,37,159,"Long Beach, CA",159,"Long Beach, CA" +418,38,268,"Seattle, WA",268,"Seattle, WA" +418,39,162,"Oakland, CA",162,"Oakland, CA" +418,40,268,"Seattle, WA",268,"Seattle, WA" +418,41,162,"Oakland, CA",162,"Oakland, CA" +418,42,159,"Long Beach, CA",159,"Long Beach, CA" +418,43,159,"Long Beach, CA",159,"Long Beach, CA" +418,44,159,"Long Beach, CA",159,"Long Beach, CA" +418,45,159,"Long Beach, CA",159,"Long Beach, CA" +418,46,159,"Long Beach, CA",159,"Long Beach, CA" +418,47,159,"Long Beach, CA",159,"Long Beach, CA" +418,48,159,"Long Beach, CA",159,"Long Beach, CA" +418,49,268,"Seattle, WA",268,"Seattle, WA" +418,50,159,"Long Beach, CA",159,"Long Beach, CA" +418,51,159,"Long Beach, CA",159,"Long Beach, CA" +418,52,159,"Long Beach, CA",159,"Long Beach, CA" +418,53,268,"Seattle, WA",268,"Seattle, WA" +418,54,159,"Long Beach, CA",159,"Long Beach, CA" +418,55,159,"Long Beach, CA",159,"Long Beach, CA" +418,56,159,"Long Beach, CA",159,"Long Beach, CA" +418,57,159,"Long Beach, CA",159,"Long Beach, CA" +418,58,159,"Long Beach, CA",159,"Long Beach, CA" +418,59,159,"Long Beach, CA",159,"Long Beach, CA" +418,60,162,"Oakland, CA",162,"Oakland, CA" +418,61,159,"Long Beach, CA",159,"Long Beach, CA" +418,62,159,"Long Beach, CA",159,"Long Beach, CA" +418,63,159,"Long Beach, CA",159,"Long Beach, CA" +418,64,268,"Seattle, WA",268,"Seattle, WA" +418,65,268,"Seattle, WA",268,"Seattle, WA" +418,66,268,"Seattle, WA",268,"Seattle, WA" +418,67,159,"Long Beach, CA",159,"Long Beach, CA" +418,68,159,"Long Beach, CA",159,"Long Beach, CA" +418,69,159,"Long Beach, CA",159,"Long Beach, CA" +418,70,162,"Oakland, CA",162,"Oakland, CA" +418,71,159,"Long Beach, CA",159,"Long Beach, CA" +418,72,159,"Long Beach, CA",159,"Long Beach, CA" +418,73,159,"Long Beach, CA",159,"Long Beach, CA" +418,74,159,"Long Beach, CA",159,"Long Beach, CA" +418,75,159,"Long Beach, CA",159,"Long Beach, CA" +418,76,159,"Long Beach, CA",159,"Long Beach, CA" +418,77,159,"Long Beach, CA",159,"Long Beach, CA" +418,78,162,"Oakland, CA",162,"Oakland, CA" +418,79,159,"Long Beach, CA",159,"Long Beach, CA" +418,80,162,"Oakland, CA",162,"Oakland, CA" +418,81,159,"Long Beach, CA",159,"Long Beach, CA" +418,82,159,"Long Beach, CA",159,"Long Beach, CA" +418,83,159,"Long Beach, CA",159,"Long Beach, CA" +418,84,239,"Portland, OR",239,"Portland, OR" +418,85,239,"Portland, OR",239,"Portland, OR" +418,86,159,"Long Beach, CA",159,"Long Beach, CA" +418,87,159,"Long Beach, CA",159,"Long Beach, CA" +418,88,159,"Long Beach, CA",159,"Long Beach, CA" +418,89,159,"Long Beach, CA",159,"Long Beach, CA" +418,90,159,"Long Beach, CA",159,"Long Beach, CA" +418,91,159,"Long Beach, CA",159,"Long Beach, CA" +418,92,159,"Long Beach, CA",159,"Long Beach, CA" +418,93,159,"Long Beach, CA",159,"Long Beach, CA" +418,94,159,"Long Beach, CA",159,"Long Beach, CA" +418,95,159,"Long Beach, CA",159,"Long Beach, CA" +418,96,159,"Long Beach, CA",159,"Long Beach, CA" +418,97,268,"Seattle, WA",268,"Seattle, WA" +418,98,239,"Portland, OR",239,"Portland, OR" +418,99,268,"Seattle, WA",268,"Seattle, WA" +418,100,159,"Long Beach, CA",159,"Long Beach, CA" +418,101,268,"Seattle, WA",268,"Seattle, WA" +418,102,159,"Long Beach, CA",159,"Long Beach, CA" +418,103,159,"Long Beach, CA",159,"Long Beach, CA" +418,104,162,"Oakland, CA",162,"Oakland, CA" +418,105,159,"Long Beach, CA",159,"Long Beach, CA" +418,106,159,"Long Beach, CA",159,"Long Beach, CA" +418,107,159,"Long Beach, CA",159,"Long Beach, CA" +418,108,268,"Seattle, WA",268,"Seattle, WA" +418,109,159,"Long Beach, CA",159,"Long Beach, CA" +418,110,159,"Long Beach, CA",159,"Long Beach, CA" +418,111,162,"Oakland, CA",162,"Oakland, CA" +418,112,159,"Long Beach, CA",159,"Long Beach, CA" +418,113,159,"Long Beach, CA",159,"Long Beach, CA" +418,114,162,"Oakland, CA",162,"Oakland, CA" +418,115,159,"Long Beach, CA",159,"Long Beach, CA" +418,116,162,"Oakland, CA",162,"Oakland, CA" +418,117,159,"Long Beach, CA",159,"Long Beach, CA" +418,118,159,"Long Beach, CA",159,"Long Beach, CA" +418,119,159,"Long Beach, CA",159,"Long Beach, CA" +418,120,159,"Long Beach, CA",159,"Long Beach, CA" +418,121,159,"Long Beach, CA",159,"Long Beach, CA" +418,122,159,"Long Beach, CA",159,"Long Beach, CA" +418,123,159,"Long Beach, CA",159,"Long Beach, CA" +418,124,268,"Seattle, WA",268,"Seattle, WA" +418,125,269,"Longview, WA",269,"Longview, WA" +418,126,159,"Long Beach, CA",159,"Long Beach, CA" +418,127,159,"Long Beach, CA",159,"Long Beach, CA" +418,128,159,"Long Beach, CA",159,"Long Beach, CA" +418,129,159,"Long Beach, CA",159,"Long Beach, CA" +418,130,159,"Long Beach, CA",159,"Long Beach, CA" +418,131,239,"Portland, OR",239,"Portland, OR" +418,132,162,"Oakland, CA",162,"Oakland, CA" +418,151,159,"Long Beach, CA",159,"Long Beach, CA" +418,152,269,"Longview, WA",159,"Long Beach, CA" +418,153,239,"Portland, OR",239,"Portland, OR" +418,154,154,"Anchorage, AK",154,"Anchorage, AK" +418,155,159,"Long Beach, CA",159,"Long Beach, CA" +418,156,268,"Seattle, WA",159,"Long Beach, CA" +418,157,162,"Oakland, CA",159,"Long Beach, CA" +418,158,159,"Long Beach, CA",268,"Seattle, WA" +418,159,268,"Seattle, WA",268,"Seattle, WA" +418,160,239,"Portland, OR",268,"Seattle, WA" +418,161,159,"Long Beach, CA",159,"Long Beach, CA" +418,162,268,"Seattle, WA",239,"Portland, OR" +418,163,159,"Long Beach, CA",159,"Long Beach, CA" +418,164,159,"Long Beach, CA",162,"Oakland, CA" +418,165,159,"Long Beach, CA",268,"Seattle, WA" +418,166,159,"Long Beach, CA",159,"Long Beach, CA" +418,167,159,"Long Beach, CA",162,"Oakland, CA" +418,168,268,"Seattle, WA",159,"Long Beach, CA" +418,169,268,"Seattle, WA",269,"Longview, WA" +418,170,159,"Long Beach, CA",268,"Seattle, WA" +418,171,159,"Long Beach, CA",268,"Seattle, WA" +418,172,159,"Long Beach, CA",269,"Longview, WA" +418,173,162,"Oakland, CA",159,"Long Beach, CA" +418,174,159,"Long Beach, CA",162,"Oakland, CA" +418,175,159,"Long Beach, CA",268,"Seattle, WA" +418,176,162,"Oakland, CA",159,"Long Beach, CA" +418,177,159,"Long Beach, CA",159,"Long Beach, CA" +418,178,268,"Seattle, WA",268,"Seattle, WA" +418,179,179,"Honolulu, HI",179,"Honolulu, HI" +418,180,179,"Honolulu, HI",179,"Honolulu, HI" +418,181,268,"Seattle, WA",159,"Long Beach, CA" +418,183,159,"Long Beach, CA",268,"Seattle, WA" +418,184,162,"Oakland, CA",162,"Oakland, CA" +418,185,268,"Seattle, WA",239,"Portland, OR" +418,186,239,"Portland, OR",159,"Long Beach, CA" +418,187,268,"Seattle, WA",159,"Long Beach, CA" +418,188,159,"Long Beach, CA",268,"Seattle, WA" +418,189,159,"Long Beach, CA",269,"Longview, WA" +418,190,268,"Seattle, WA",268,"Seattle, WA" +418,191,162,"Oakland, CA",159,"Long Beach, CA" +418,192,159,"Long Beach, CA",159,"Long Beach, CA" +418,193,268,"Seattle, WA",162,"Oakland, CA" +418,194,162,"Oakland, CA",162,"Oakland, CA" +418,195,159,"Long Beach, CA",159,"Long Beach, CA" +418,196,268,"Seattle, WA",159,"Long Beach, CA" +418,197,239,"Portland, OR",162,"Oakland, CA" +418,198,162,"Oakland, CA",159,"Long Beach, CA" +418,199,159,"Long Beach, CA",239,"Portland, OR" +418,200,162,"Oakland, CA",159,"Long Beach, CA" +418,201,269,"Longview, WA",239,"Portland, OR" +418,202,159,"Long Beach, CA",159,"Long Beach, CA" +418,203,268,"Seattle, WA",159,"Long Beach, CA" +418,204,269,"Longview, WA",159,"Long Beach, CA" +418,205,162,"Oakland, CA",268,"Seattle, WA" +418,206,159,"Long Beach, CA",159,"Long Beach, CA" +418,207,159,"Long Beach, CA",159,"Long Beach, CA" +418,208,162,"Oakland, CA",239,"Portland, OR" +418,209,268,"Seattle, WA",268,"Seattle, WA" +418,210,239,"Portland, OR",159,"Long Beach, CA" +418,211,159,"Long Beach, CA",159,"Long Beach, CA" +418,212,269,"Longview, WA",159,"Long Beach, CA" +418,213,159,"Long Beach, CA",159,"Long Beach, CA" +418,214,159,"Long Beach, CA",159,"Long Beach, CA" +418,215,159,"Long Beach, CA",268,"Seattle, WA" +418,216,268,"Seattle, WA",159,"Long Beach, CA" +418,217,159,"Long Beach, CA",159,"Long Beach, CA" +418,218,162,"Oakland, CA",269,"Longview, WA" +418,219,268,"Seattle, WA",268,"Seattle, WA" +418,220,159,"Long Beach, CA",268,"Seattle, WA" +418,221,159,"Long Beach, CA",268,"Seattle, WA" +418,222,239,"Portland, OR",159,"Long Beach, CA" +418,223,159,"Long Beach, CA",159,"Long Beach, CA" +418,224,159,"Long Beach, CA",268,"Seattle, WA" +418,225,268,"Seattle, WA",239,"Portland, OR" +418,226,159,"Long Beach, CA",159,"Long Beach, CA" +418,227,268,"Seattle, WA",268,"Seattle, WA" +418,228,268,"Seattle, WA",159,"Long Beach, CA" +418,229,159,"Long Beach, CA",159,"Long Beach, CA" +418,230,159,"Long Beach, CA",159,"Long Beach, CA" +418,231,159,"Long Beach, CA",269,"Longview, WA" +418,232,269,"Longview, WA",159,"Long Beach, CA" +418,233,162,"Oakland, CA",159,"Long Beach, CA" +418,234,159,"Long Beach, CA",159,"Long Beach, CA" +418,235,159,"Long Beach, CA",162,"Oakland, CA" +418,236,162,"Oakland, CA",159,"Long Beach, CA" +418,237,162,"Oakland, CA",239,"Portland, OR" +418,238,159,"Long Beach, CA",159,"Long Beach, CA" +418,239,162,"Oakland, CA",159,"Long Beach, CA" +418,240,268,"Seattle, WA",269,"Longview, WA" +418,241,159,"Long Beach, CA",159,"Long Beach, CA" +418,242,239,"Portland, OR",268,"Seattle, WA" +418,243,268,"Seattle, WA",268,"Seattle, WA" +418,244,159,"Long Beach, CA",162,"Oakland, CA" +418,245,159,"Long Beach, CA",159,"Long Beach, CA" +418,246,159,"Long Beach, CA",159,"Long Beach, CA" +418,247,268,"Seattle, WA",159,"Long Beach, CA" +418,248,162,"Oakland, CA",239,"Portland, OR" +418,249,268,"Seattle, WA",268,"Seattle, WA" +418,250,159,"Long Beach, CA",268,"Seattle, WA" +418,251,162,"Oakland, CA",268,"Seattle, WA" +418,252,239,"Portland, OR",269,"Longview, WA" +418,253,268,"Seattle, WA",239,"Portland, OR" +418,254,159,"Long Beach, CA",269,"Longview, WA" +418,255,162,"Oakland, CA",159,"Long Beach, CA" +418,256,268,"Seattle, WA",159,"Long Beach, CA" +418,257,162,"Oakland, CA",268,"Seattle, WA" +418,258,269,"Longview, WA",268,"Seattle, WA" +418,259,159,"Long Beach, CA",268,"Seattle, WA" +418,260,159,"Long Beach, CA",162,"Oakland, CA" +418,261,268,"Seattle, WA",268,"Seattle, WA" +418,262,159,"Long Beach, CA",159,"Long Beach, CA" +418,263,162,"Oakland, CA",159,"Long Beach, CA" +418,264,159,"Long Beach, CA",162,"Oakland, CA" +418,265,159,"Long Beach, CA",268,"Seattle, WA" +418,266,159,"Long Beach, CA",159,"Long Beach, CA" +418,267,159,"Long Beach, CA",162,"Oakland, CA" +418,268,268,"Seattle, WA",162,"Oakland, CA" +418,269,269,"Longview, WA",162,"Oakland, CA" +418,270,269,"Longview, WA",268,"Seattle, WA" +418,271,159,"Long Beach, CA",159,"Long Beach, CA" +418,272,159,"Long Beach, CA",268,"Seattle, WA" +418,273,239,"Portland, OR",268,"Seattle, WA" +419,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,2,201,"Boston, MA",201,"Boston, MA" +419,3,217,"New York, NY and NJ",217,"New York, NY and NJ" +419,4,197,"Portland, ME",197,"Portland, ME" +419,5,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,6,197,"Portland, ME",197,"Portland, ME" +419,7,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,8,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +419,9,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,10,201,"Boston, MA",201,"Boston, MA" +419,11,198,"Baltimore, MD",198,"Baltimore, MD" +419,12,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,13,197,"Portland, ME",197,"Portland, ME" +419,14,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,15,241,"Philadelphia, PA",241,"Philadelphia, PA" +419,16,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +419,17,201,"Boston, MA",201,"Boston, MA" +419,18,197,"Portland, ME",197,"Portland, ME" +419,19,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,20,197,"Portland, ME",197,"Portland, ME" +419,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,22,198,"Baltimore, MD",198,"Baltimore, MD" +419,23,197,"Portland, ME",197,"Portland, ME" +419,24,201,"Boston, MA",201,"Boston, MA" +419,25,201,"Boston, MA",201,"Boston, MA" +419,26,241,"Philadelphia, PA",241,"Philadelphia, PA" +419,27,241,"Philadelphia, PA",241,"Philadelphia, PA" +419,28,201,"Boston, MA",201,"Boston, MA" +419,29,198,"Baltimore, MD",198,"Baltimore, MD" +419,30,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +419,31,197,"Portland, ME",197,"Portland, ME" +419,32,197,"Portland, ME",197,"Portland, ME" +419,33,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,34,197,"Portland, ME",197,"Portland, ME" +419,35,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +419,36,217,"New York, NY and NJ",217,"New York, NY and NJ" +419,37,241,"Philadelphia, PA",241,"Philadelphia, PA" +419,38,244,"Providence, RI",244,"Providence, RI" +419,39,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,40,201,"Boston, MA",201,"Boston, MA" +419,41,217,"New York, NY and NJ",217,"New York, NY and NJ" +419,42,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +419,43,217,"New York, NY and NJ",217,"New York, NY and NJ" +419,44,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +419,45,217,"New York, NY and NJ",217,"New York, NY and NJ" +419,46,244,"Providence, RI",244,"Providence, RI" +419,47,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +419,48,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,49,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,50,217,"New York, NY and NJ",217,"New York, NY and NJ" +419,51,241,"Philadelphia, PA",241,"Philadelphia, PA" +419,52,241,"Philadelphia, PA",241,"Philadelphia, PA" +419,53,217,"New York, NY and NJ",217,"New York, NY and NJ" +419,54,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,56,241,"Philadelphia, PA",241,"Philadelphia, PA" +419,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,58,241,"Philadelphia, PA",241,"Philadelphia, PA" +419,59,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +419,60,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,61,244,"Providence, RI",244,"Providence, RI" +419,62,241,"Philadelphia, PA",241,"Philadelphia, PA" +419,63,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +419,64,217,"New York, NY and NJ",217,"New York, NY and NJ" +419,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,66,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,67,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,68,201,"Boston, MA",201,"Boston, MA" +419,69,197,"Portland, ME",197,"Portland, ME" +419,70,217,"New York, NY and NJ",217,"New York, NY and NJ" +419,71,244,"Providence, RI",244,"Providence, RI" +419,72,198,"Baltimore, MD",198,"Baltimore, MD" +419,73,241,"Philadelphia, PA",241,"Philadelphia, PA" +419,74,217,"New York, NY and NJ",217,"New York, NY and NJ" +419,75,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,76,217,"New York, NY and NJ",217,"New York, NY and NJ" +419,77,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,78,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,79,241,"Philadelphia, PA",241,"Philadelphia, PA" +419,80,244,"Providence, RI",244,"Providence, RI" +419,81,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,82,198,"Baltimore, MD",198,"Baltimore, MD" +419,83,201,"Boston, MA",201,"Boston, MA" +419,84,217,"New York, NY and NJ",217,"New York, NY and NJ" +419,85,198,"Baltimore, MD",198,"Baltimore, MD" +419,86,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +419,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,88,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,89,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +419,90,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +419,91,198,"Baltimore, MD",198,"Baltimore, MD" +419,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +419,93,201,"Boston, MA",201,"Boston, MA" +419,94,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,95,241,"Philadelphia, PA",241,"Philadelphia, PA" +419,96,198,"Baltimore, MD",198,"Baltimore, MD" +419,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,98,217,"New York, NY and NJ",217,"New York, NY and NJ" +419,99,244,"Providence, RI",244,"Providence, RI" +419,100,244,"Providence, RI",244,"Providence, RI" +419,101,241,"Philadelphia, PA",241,"Philadelphia, PA" +419,102,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,103,217,"New York, NY and NJ",217,"New York, NY and NJ" +419,104,201,"Boston, MA",201,"Boston, MA" +419,105,169,"Wilmington, DE",169,"Wilmington, DE" +419,106,198,"Baltimore, MD",198,"Baltimore, MD" +419,107,217,"New York, NY and NJ",217,"New York, NY and NJ" +419,108,198,"Baltimore, MD",198,"Baltimore, MD" +419,109,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,110,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +419,111,201,"Boston, MA",201,"Boston, MA" +419,112,201,"Boston, MA",201,"Boston, MA" +419,113,241,"Philadelphia, PA",241,"Philadelphia, PA" +419,114,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,115,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,116,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +419,117,241,"Philadelphia, PA",241,"Philadelphia, PA" +419,118,198,"Baltimore, MD",198,"Baltimore, MD" +419,119,244,"Providence, RI",244,"Providence, RI" +419,120,197,"Portland, ME",197,"Portland, ME" +419,121,217,"New York, NY and NJ",217,"New York, NY and NJ" +419,122,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,123,244,"Providence, RI",244,"Providence, RI" +419,124,201,"Boston, MA",201,"Boston, MA" +419,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,126,217,"New York, NY and NJ",217,"New York, NY and NJ" +419,127,197,"Portland, ME",197,"Portland, ME" +419,128,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +419,129,197,"Portland, ME",197,"Portland, ME" +419,130,241,"Philadelphia, PA",241,"Philadelphia, PA" +419,131,197,"Portland, ME",197,"Portland, ME" +419,132,217,"New York, NY and NJ",217,"New York, NY and NJ" +419,151,201,"Boston, MA",223,"New York, NY and NJ" +419,152,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +419,153,198,"Baltimore, MD",241,"Philadelphia, PA" +419,154,154,"Anchorage, AK",154,"Anchorage, AK" +419,155,217,"New York, NY and NJ",257,"Houston, TX" +419,156,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +419,157,218,"Camden-Gloucester, NJ",208,"Pascagoula, MS" +419,158,223,"New York, NY and NJ",217,"New York, NY and NJ" +419,159,223,"New York, NY and NJ",208,"Pascagoula, MS" +419,160,198,"Baltimore, MD",223,"New York, NY and NJ" +419,161,197,"Portland, ME",241,"Philadelphia, PA" +419,162,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +419,163,201,"Boston, MA",257,"Houston, TX" +419,164,223,"New York, NY and NJ",201,"Boston, MA" +419,165,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +419,166,198,"Baltimore, MD",241,"Philadelphia, PA" +419,167,201,"Boston, MA",217,"New York, NY and NJ" +419,168,241,"Philadelphia, PA",241,"Philadelphia, PA" +419,169,198,"Baltimore, MD",201,"Boston, MA" +419,170,241,"Philadelphia, PA",241,"Philadelphia, PA" +419,171,201,"Boston, MA",223,"New York, NY and NJ" +419,172,197,"Portland, ME",265,"Norfolk Harbor, VA" +419,173,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +419,174,197,"Portland, ME",198,"Baltimore, MD" +419,175,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +419,176,217,"New York, NY and NJ",198,"Baltimore, MD" +419,177,197,"Portland, ME",241,"Philadelphia, PA" +419,178,244,"Providence, RI",198,"Baltimore, MD" +419,179,179,"Honolulu, HI",179,"Honolulu, HI" +419,180,179,"Honolulu, HI",179,"Honolulu, HI" +419,181,197,"Portland, ME",198,"Baltimore, MD" +419,183,223,"New York, NY and NJ",198,"Baltimore, MD" +419,184,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,185,244,"Providence, RI",223,"New York, NY and NJ" +419,186,197,"Portland, ME",201,"Boston, MA" +419,187,201,"Boston, MA",218,"Camden-Gloucester, NJ" +419,188,223,"New York, NY and NJ",217,"New York, NY and NJ" +419,189,217,"New York, NY and NJ",244,"Providence, RI" +419,190,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +419,191,217,"New York, NY and NJ",217,"New York, NY and NJ" +419,192,217,"New York, NY and NJ",198,"Baltimore, MD" +419,193,223,"New York, NY and NJ",195,"New Orleans, LA" +419,194,223,"New York, NY and NJ",253,"Beaumont, TX" +419,195,241,"Philadelphia, PA",217,"New York, NY and NJ" +419,196,201,"Boston, MA",223,"New York, NY and NJ" +419,197,241,"Philadelphia, PA",217,"New York, NY and NJ" +419,198,201,"Boston, MA",223,"New York, NY and NJ" +419,199,223,"New York, NY and NJ",217,"New York, NY and NJ" +419,200,197,"Portland, ME",217,"New York, NY and NJ" +419,201,217,"New York, NY and NJ",223,"New York, NY and NJ" +419,202,201,"Boston, MA",223,"New York, NY and NJ" +419,203,197,"Portland, ME",217,"New York, NY and NJ" +419,204,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,205,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +419,206,244,"Providence, RI",244,"Providence, RI" +419,207,223,"New York, NY and NJ",244,"Providence, RI" +419,208,217,"New York, NY and NJ",198,"Baltimore, MD" +419,209,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,210,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +419,211,198,"Baltimore, MD",201,"Boston, MA" +419,212,197,"Portland, ME",217,"New York, NY and NJ" +419,213,198,"Baltimore, MD",197,"Portland, ME" +419,214,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +419,215,201,"Boston, MA",265,"Norfolk Harbor, VA" +419,216,244,"Providence, RI",197,"Portland, ME" +419,217,197,"Portland, ME",197,"Portland, ME" +419,218,198,"Baltimore, MD",223,"New York, NY and NJ" +419,219,217,"New York, NY and NJ",197,"Portland, ME" +419,220,217,"New York, NY and NJ",241,"Philadelphia, PA" +419,221,223,"New York, NY and NJ",244,"Providence, RI" +419,222,197,"Portland, ME",217,"New York, NY and NJ" +419,223,217,"New York, NY and NJ",201,"Boston, MA" +419,224,223,"New York, NY and NJ",217,"New York, NY and NJ" +419,225,197,"Portland, ME",223,"New York, NY and NJ" +419,226,217,"New York, NY and NJ",217,"New York, NY and NJ" +419,227,217,"New York, NY and NJ",241,"Philadelphia, PA" +419,228,223,"New York, NY and NJ",241,"Philadelphia, PA" +419,229,223,"New York, NY and NJ",241,"Philadelphia, PA" +419,230,217,"New York, NY and NJ",197,"Portland, ME" +419,231,223,"New York, NY and NJ",201,"Boston, MA" +419,232,223,"New York, NY and NJ",223,"New York, NY and NJ" +419,233,223,"New York, NY and NJ",241,"Philadelphia, PA" +419,234,223,"New York, NY and NJ",241,"Philadelphia, PA" +419,235,197,"Portland, ME",217,"New York, NY and NJ" +419,236,201,"Boston, MA",223,"New York, NY and NJ" +419,237,223,"New York, NY and NJ",198,"Baltimore, MD" +419,238,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +419,239,201,"Boston, MA",223,"New York, NY and NJ" +419,240,223,"New York, NY and NJ",217,"New York, NY and NJ" +419,241,223,"New York, NY and NJ",244,"Providence, RI" +419,242,241,"Philadelphia, PA",197,"Portland, ME" +419,243,223,"New York, NY and NJ",217,"New York, NY and NJ" +419,244,223,"New York, NY and NJ",241,"Philadelphia, PA" +419,245,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +419,246,218,"Camden-Gloucester, NJ",197,"Portland, ME" +419,247,217,"New York, NY and NJ",244,"Providence, RI" +419,248,217,"New York, NY and NJ",241,"Philadelphia, PA" +419,249,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +419,250,223,"New York, NY and NJ",244,"Providence, RI" +419,251,217,"New York, NY and NJ",229,"Wilmington, NC" +419,252,198,"Baltimore, MD",253,"Beaumont, TX" +419,253,217,"New York, NY and NJ",217,"New York, NY and NJ" +419,254,217,"New York, NY and NJ",217,"New York, NY and NJ" +419,255,197,"Portland, ME",198,"Baltimore, MD" +419,256,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +419,257,223,"New York, NY and NJ",257,"Houston, TX" +419,258,201,"Boston, MA",254,"Corpus Christi, TX" +419,259,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +419,260,223,"New York, NY and NJ",208,"Pascagoula, MS" +419,261,198,"Baltimore, MD",241,"Philadelphia, PA" +419,262,201,"Boston, MA",223,"New York, NY and NJ" +419,263,197,"Portland, ME",218,"Camden-Gloucester, NJ" +419,264,241,"Philadelphia, PA",217,"New York, NY and NJ" +419,265,197,"Portland, ME",265,"Norfolk Harbor, VA" +419,266,217,"New York, NY and NJ",198,"Baltimore, MD" +419,267,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +419,268,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +419,269,241,"Philadelphia, PA",217,"New York, NY and NJ" +419,270,197,"Portland, ME",197,"Portland, ME" +419,271,217,"New York, NY and NJ",198,"Baltimore, MD" +419,272,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +419,273,223,"New York, NY and NJ",217,"New York, NY and NJ" +420,1,268,"Seattle, WA",268,"Seattle, WA" +420,2,268,"Seattle, WA",268,"Seattle, WA" +420,3,159,"Long Beach, CA",159,"Long Beach, CA" +420,4,159,"Long Beach, CA",159,"Long Beach, CA" +420,5,159,"Long Beach, CA",159,"Long Beach, CA" +420,6,268,"Seattle, WA",268,"Seattle, WA" +420,7,159,"Long Beach, CA",159,"Long Beach, CA" +420,8,159,"Long Beach, CA",159,"Long Beach, CA" +420,9,159,"Long Beach, CA",159,"Long Beach, CA" +420,10,239,"Portland, OR",239,"Portland, OR" +420,11,268,"Seattle, WA",268,"Seattle, WA" +420,12,159,"Long Beach, CA",159,"Long Beach, CA" +420,13,268,"Seattle, WA",268,"Seattle, WA" +420,14,159,"Long Beach, CA",159,"Long Beach, CA" +420,15,162,"Oakland, CA",162,"Oakland, CA" +420,16,159,"Long Beach, CA",159,"Long Beach, CA" +420,17,159,"Long Beach, CA",159,"Long Beach, CA" +420,18,159,"Long Beach, CA",159,"Long Beach, CA" +420,19,268,"Seattle, WA",268,"Seattle, WA" +420,20,268,"Seattle, WA",268,"Seattle, WA" +420,21,159,"Long Beach, CA",159,"Long Beach, CA" +420,22,159,"Long Beach, CA",159,"Long Beach, CA" +420,23,159,"Long Beach, CA",159,"Long Beach, CA" +420,24,159,"Long Beach, CA",159,"Long Beach, CA" +420,25,159,"Long Beach, CA",159,"Long Beach, CA" +420,26,159,"Long Beach, CA",159,"Long Beach, CA" +420,27,159,"Long Beach, CA",159,"Long Beach, CA" +420,28,159,"Long Beach, CA",159,"Long Beach, CA" +420,29,159,"Long Beach, CA",159,"Long Beach, CA" +420,30,159,"Long Beach, CA",159,"Long Beach, CA" +420,31,268,"Seattle, WA",268,"Seattle, WA" +420,32,159,"Long Beach, CA",159,"Long Beach, CA" +420,33,159,"Long Beach, CA",159,"Long Beach, CA" +420,34,159,"Long Beach, CA",159,"Long Beach, CA" +420,35,162,"Oakland, CA",162,"Oakland, CA" +420,36,159,"Long Beach, CA",159,"Long Beach, CA" +420,37,159,"Long Beach, CA",159,"Long Beach, CA" +420,38,162,"Oakland, CA",162,"Oakland, CA" +420,39,159,"Long Beach, CA",159,"Long Beach, CA" +420,40,162,"Oakland, CA",162,"Oakland, CA" +420,41,159,"Long Beach, CA",159,"Long Beach, CA" +420,42,159,"Long Beach, CA",159,"Long Beach, CA" +420,43,162,"Oakland, CA",162,"Oakland, CA" +420,44,162,"Oakland, CA",162,"Oakland, CA" +420,45,159,"Long Beach, CA",159,"Long Beach, CA" +420,46,159,"Long Beach, CA",159,"Long Beach, CA" +420,47,162,"Oakland, CA",162,"Oakland, CA" +420,48,268,"Seattle, WA",268,"Seattle, WA" +420,49,159,"Long Beach, CA",159,"Long Beach, CA" +420,50,159,"Long Beach, CA",159,"Long Beach, CA" +420,51,268,"Seattle, WA",268,"Seattle, WA" +420,52,162,"Oakland, CA",162,"Oakland, CA" +420,53,162,"Oakland, CA",162,"Oakland, CA" +420,54,159,"Long Beach, CA",159,"Long Beach, CA" +420,55,268,"Seattle, WA",268,"Seattle, WA" +420,56,162,"Oakland, CA",162,"Oakland, CA" +420,57,159,"Long Beach, CA",159,"Long Beach, CA" +420,58,159,"Long Beach, CA",159,"Long Beach, CA" +420,59,239,"Portland, OR",239,"Portland, OR" +420,60,239,"Portland, OR",239,"Portland, OR" +420,61,159,"Long Beach, CA",159,"Long Beach, CA" +420,62,159,"Long Beach, CA",159,"Long Beach, CA" +420,63,268,"Seattle, WA",268,"Seattle, WA" +420,64,159,"Long Beach, CA",159,"Long Beach, CA" +420,65,239,"Portland, OR",239,"Portland, OR" +420,66,162,"Oakland, CA",162,"Oakland, CA" +420,67,268,"Seattle, WA",268,"Seattle, WA" +420,68,162,"Oakland, CA",162,"Oakland, CA" +420,69,239,"Portland, OR",239,"Portland, OR" +420,70,268,"Seattle, WA",268,"Seattle, WA" +420,71,159,"Long Beach, CA",159,"Long Beach, CA" +420,72,268,"Seattle, WA",268,"Seattle, WA" +420,73,162,"Oakland, CA",162,"Oakland, CA" +420,74,269,"Longview, WA",269,"Longview, WA" +420,75,268,"Seattle, WA",268,"Seattle, WA" +420,76,268,"Seattle, WA",268,"Seattle, WA" +420,77,159,"Long Beach, CA",159,"Long Beach, CA" +420,78,268,"Seattle, WA",268,"Seattle, WA" +420,79,159,"Long Beach, CA",159,"Long Beach, CA" +420,80,159,"Long Beach, CA",159,"Long Beach, CA" +420,81,159,"Long Beach, CA",159,"Long Beach, CA" +420,82,159,"Long Beach, CA",159,"Long Beach, CA" +420,83,162,"Oakland, CA",162,"Oakland, CA" +420,84,159,"Long Beach, CA",159,"Long Beach, CA" +420,85,268,"Seattle, WA",268,"Seattle, WA" +420,86,159,"Long Beach, CA",159,"Long Beach, CA" +420,87,269,"Longview, WA",269,"Longview, WA" +420,88,159,"Long Beach, CA",159,"Long Beach, CA" +420,89,159,"Long Beach, CA",159,"Long Beach, CA" +420,90,159,"Long Beach, CA",159,"Long Beach, CA" +420,91,159,"Long Beach, CA",159,"Long Beach, CA" +420,92,162,"Oakland, CA",162,"Oakland, CA" +420,93,239,"Portland, OR",239,"Portland, OR" +420,94,159,"Long Beach, CA",159,"Long Beach, CA" +420,95,162,"Oakland, CA",162,"Oakland, CA" +420,96,268,"Seattle, WA",268,"Seattle, WA" +420,97,269,"Longview, WA",269,"Longview, WA" +420,98,159,"Long Beach, CA",159,"Long Beach, CA" +420,99,159,"Long Beach, CA",159,"Long Beach, CA" +420,100,159,"Long Beach, CA",159,"Long Beach, CA" +420,101,162,"Oakland, CA",162,"Oakland, CA" +420,102,159,"Long Beach, CA",159,"Long Beach, CA" +420,103,269,"Longview, WA",269,"Longview, WA" +420,104,159,"Long Beach, CA",159,"Long Beach, CA" +420,105,268,"Seattle, WA",268,"Seattle, WA" +420,106,268,"Seattle, WA",268,"Seattle, WA" +420,107,159,"Long Beach, CA",159,"Long Beach, CA" +420,108,159,"Long Beach, CA",159,"Long Beach, CA" +420,109,268,"Seattle, WA",268,"Seattle, WA" +420,110,159,"Long Beach, CA",159,"Long Beach, CA" +420,111,162,"Oakland, CA",162,"Oakland, CA" +420,112,162,"Oakland, CA",162,"Oakland, CA" +420,113,268,"Seattle, WA",268,"Seattle, WA" +420,114,159,"Long Beach, CA",159,"Long Beach, CA" +420,115,159,"Long Beach, CA",159,"Long Beach, CA" +420,116,268,"Seattle, WA",268,"Seattle, WA" +420,117,159,"Long Beach, CA",159,"Long Beach, CA" +420,118,159,"Long Beach, CA",159,"Long Beach, CA" +420,119,162,"Oakland, CA",162,"Oakland, CA" +420,120,268,"Seattle, WA",268,"Seattle, WA" +420,121,159,"Long Beach, CA",159,"Long Beach, CA" +420,122,268,"Seattle, WA",268,"Seattle, WA" +420,123,268,"Seattle, WA",268,"Seattle, WA" +420,124,268,"Seattle, WA",268,"Seattle, WA" +420,125,162,"Oakland, CA",162,"Oakland, CA" +420,126,159,"Long Beach, CA",159,"Long Beach, CA" +420,127,159,"Long Beach, CA",159,"Long Beach, CA" +420,128,162,"Oakland, CA",162,"Oakland, CA" +420,129,159,"Long Beach, CA",159,"Long Beach, CA" +420,130,159,"Long Beach, CA",159,"Long Beach, CA" +420,131,239,"Portland, OR",239,"Portland, OR" +420,132,159,"Long Beach, CA",159,"Long Beach, CA" +420,151,159,"Long Beach, CA",268,"Seattle, WA" +420,152,268,"Seattle, WA",159,"Long Beach, CA" +420,153,162,"Oakland, CA",159,"Long Beach, CA" +420,154,154,"Anchorage, AK",154,"Anchorage, AK" +420,155,159,"Long Beach, CA",159,"Long Beach, CA" +420,156,159,"Long Beach, CA",162,"Oakland, CA" +420,157,159,"Long Beach, CA",162,"Oakland, CA" +420,158,159,"Long Beach, CA",269,"Longview, WA" +420,159,268,"Seattle, WA",159,"Long Beach, CA" +420,160,159,"Long Beach, CA",159,"Long Beach, CA" +420,161,269,"Longview, WA",268,"Seattle, WA" +420,162,159,"Long Beach, CA",268,"Seattle, WA" +420,163,159,"Long Beach, CA",269,"Longview, WA" +420,164,268,"Seattle, WA",159,"Long Beach, CA" +420,165,159,"Long Beach, CA",159,"Long Beach, CA" +420,166,268,"Seattle, WA",172,"Port Everglades, FL" +420,167,239,"Portland, OR",172,"Port Everglades, FL" +420,168,159,"Long Beach, CA",159,"Long Beach, CA" +420,169,268,"Seattle, WA",268,"Seattle, WA" +420,170,159,"Long Beach, CA",162,"Oakland, CA" +420,171,268,"Seattle, WA",245,"Charleston, SC" +420,172,159,"Long Beach, CA",159,"Long Beach, CA" +420,173,159,"Long Beach, CA",239,"Portland, OR" +420,174,268,"Seattle, WA",159,"Long Beach, CA" +420,175,159,"Long Beach, CA",268,"Seattle, WA" +420,176,269,"Longview, WA",195,"New Orleans, LA" +420,177,159,"Long Beach, CA",194,"Lake Charles, LA" +420,178,195,"New Orleans, LA",162,"Oakland, CA" +420,179,179,"Honolulu, HI",179,"Honolulu, HI" +420,180,179,"Honolulu, HI",179,"Honolulu, HI" +420,181,269,"Longview, WA",159,"Long Beach, CA" +420,183,269,"Longview, WA",239,"Portland, OR" +420,184,159,"Long Beach, CA",159,"Long Beach, CA" +420,185,159,"Long Beach, CA",159,"Long Beach, CA" +420,186,162,"Oakland, CA",239,"Portland, OR" +420,187,159,"Long Beach, CA",268,"Seattle, WA" +420,188,268,"Seattle, WA",159,"Long Beach, CA" +420,189,159,"Long Beach, CA",268,"Seattle, WA" +420,190,159,"Long Beach, CA",159,"Long Beach, CA" +420,191,162,"Oakland, CA",268,"Seattle, WA" +420,192,159,"Long Beach, CA",172,"Port Everglades, FL" +420,193,159,"Long Beach, CA",268,"Seattle, WA" +420,194,269,"Longview, WA",268,"Seattle, WA" +420,195,159,"Long Beach, CA",159,"Long Beach, CA" +420,196,268,"Seattle, WA",172,"Port Everglades, FL" +420,197,162,"Oakland, CA",159,"Long Beach, CA" +420,198,268,"Seattle, WA",159,"Long Beach, CA" +420,199,159,"Long Beach, CA",268,"Seattle, WA" +420,200,159,"Long Beach, CA",269,"Longview, WA" +420,201,239,"Portland, OR",159,"Long Beach, CA" +420,202,268,"Seattle, WA",268,"Seattle, WA" +420,203,162,"Oakland, CA",162,"Oakland, CA" +420,204,162,"Oakland, CA",239,"Portland, OR" +420,205,269,"Longview, WA",159,"Long Beach, CA" +420,206,159,"Long Beach, CA",195,"New Orleans, LA" +420,207,159,"Long Beach, CA",268,"Seattle, WA" +420,208,268,"Seattle, WA",268,"Seattle, WA" +420,209,159,"Long Beach, CA",159,"Long Beach, CA" +420,210,268,"Seattle, WA",268,"Seattle, WA" +420,211,159,"Long Beach, CA",162,"Oakland, CA" +420,212,162,"Oakland, CA",159,"Long Beach, CA" +420,213,159,"Long Beach, CA",162,"Oakland, CA" +420,214,159,"Long Beach, CA",159,"Long Beach, CA" +420,215,159,"Long Beach, CA",162,"Oakland, CA" +420,216,159,"Long Beach, CA",268,"Seattle, WA" +420,217,159,"Long Beach, CA",268,"Seattle, WA" +420,218,159,"Long Beach, CA",269,"Longview, WA" +420,219,268,"Seattle, WA",162,"Oakland, CA" +420,220,268,"Seattle, WA",159,"Long Beach, CA" +420,221,159,"Long Beach, CA",239,"Portland, OR" +420,222,162,"Oakland, CA",239,"Portland, OR" +420,223,239,"Portland, OR",268,"Seattle, WA" +420,224,162,"Oakland, CA",159,"Long Beach, CA" +420,225,268,"Seattle, WA",159,"Long Beach, CA" +420,226,159,"Long Beach, CA",269,"Longview, WA" +420,227,162,"Oakland, CA",265,"Norfolk Harbor, VA" +420,228,159,"Long Beach, CA",159,"Long Beach, CA" +420,229,268,"Seattle, WA",162,"Oakland, CA" +420,230,268,"Seattle, WA",159,"Long Beach, CA" +420,231,159,"Long Beach, CA",268,"Seattle, WA" +420,232,159,"Long Beach, CA",159,"Long Beach, CA" +420,233,268,"Seattle, WA",159,"Long Beach, CA" +420,234,159,"Long Beach, CA",159,"Long Beach, CA" +420,235,159,"Long Beach, CA",268,"Seattle, WA" +420,236,159,"Long Beach, CA",268,"Seattle, WA" +420,237,159,"Long Beach, CA",268,"Seattle, WA" +420,238,268,"Seattle, WA",162,"Oakland, CA" +420,239,159,"Long Beach, CA",159,"Long Beach, CA" +420,240,162,"Oakland, CA",268,"Seattle, WA" +420,241,172,"Port Everglades, FL",159,"Long Beach, CA" +420,242,159,"Long Beach, CA",159,"Long Beach, CA" +420,243,239,"Portland, OR",269,"Longview, WA" +420,244,268,"Seattle, WA",162,"Oakland, CA" +420,245,159,"Long Beach, CA",162,"Oakland, CA" +420,246,159,"Long Beach, CA",159,"Long Beach, CA" +420,247,159,"Long Beach, CA",159,"Long Beach, CA" +420,248,162,"Oakland, CA",268,"Seattle, WA" +420,249,269,"Longview, WA",268,"Seattle, WA" +420,250,162,"Oakland, CA",162,"Oakland, CA" +420,251,159,"Long Beach, CA",195,"New Orleans, LA" +420,252,159,"Long Beach, CA",268,"Seattle, WA" +420,253,269,"Longview, WA",268,"Seattle, WA" +420,254,159,"Long Beach, CA",268,"Seattle, WA" +420,255,268,"Seattle, WA",159,"Long Beach, CA" +420,256,162,"Oakland, CA",162,"Oakland, CA" +420,257,162,"Oakland, CA",268,"Seattle, WA" +420,258,159,"Long Beach, CA",254,"Corpus Christi, TX" +420,259,239,"Portland, OR",159,"Long Beach, CA" +420,260,268,"Seattle, WA",159,"Long Beach, CA" +420,261,159,"Long Beach, CA",268,"Seattle, WA" +420,262,159,"Long Beach, CA",162,"Oakland, CA" +420,263,268,"Seattle, WA",239,"Portland, OR" +420,264,239,"Portland, OR",245,"Charleston, SC" +420,265,159,"Long Beach, CA",269,"Longview, WA" +420,266,269,"Longview, WA",159,"Long Beach, CA" +420,267,162,"Oakland, CA",268,"Seattle, WA" +420,268,162,"Oakland, CA",159,"Long Beach, CA" +420,269,268,"Seattle, WA",159,"Long Beach, CA" +420,270,162,"Oakland, CA",177,"Savannah, GA" +420,271,268,"Seattle, WA",159,"Long Beach, CA" +420,272,239,"Portland, OR",269,"Longview, WA" +420,273,159,"Long Beach, CA",159,"Long Beach, CA" +421,1,159,"Long Beach, CA",159,"Long Beach, CA" +421,2,159,"Long Beach, CA",159,"Long Beach, CA" +421,3,159,"Long Beach, CA",159,"Long Beach, CA" +421,4,159,"Long Beach, CA",159,"Long Beach, CA" +421,5,159,"Long Beach, CA",159,"Long Beach, CA" +421,6,159,"Long Beach, CA",159,"Long Beach, CA" +421,7,162,"Oakland, CA",162,"Oakland, CA" +421,8,159,"Long Beach, CA",159,"Long Beach, CA" +421,9,159,"Long Beach, CA",159,"Long Beach, CA" +421,10,162,"Oakland, CA",162,"Oakland, CA" +421,11,159,"Long Beach, CA",159,"Long Beach, CA" +421,12,159,"Long Beach, CA",159,"Long Beach, CA" +421,13,159,"Long Beach, CA",159,"Long Beach, CA" +421,14,159,"Long Beach, CA",159,"Long Beach, CA" +421,15,269,"Longview, WA",269,"Longview, WA" +421,16,159,"Long Beach, CA",159,"Long Beach, CA" +421,17,162,"Oakland, CA",162,"Oakland, CA" +421,18,159,"Long Beach, CA",159,"Long Beach, CA" +421,19,159,"Long Beach, CA",159,"Long Beach, CA" +421,20,159,"Long Beach, CA",159,"Long Beach, CA" +421,21,159,"Long Beach, CA",159,"Long Beach, CA" +421,22,162,"Oakland, CA",162,"Oakland, CA" +421,23,159,"Long Beach, CA",159,"Long Beach, CA" +421,24,159,"Long Beach, CA",159,"Long Beach, CA" +421,25,159,"Long Beach, CA",159,"Long Beach, CA" +421,26,162,"Oakland, CA",162,"Oakland, CA" +421,27,269,"Longview, WA",269,"Longview, WA" +421,28,162,"Oakland, CA",162,"Oakland, CA" +421,29,239,"Portland, OR",239,"Portland, OR" +421,30,159,"Long Beach, CA",159,"Long Beach, CA" +421,31,268,"Seattle, WA",268,"Seattle, WA" +421,32,159,"Long Beach, CA",159,"Long Beach, CA" +421,33,268,"Seattle, WA",268,"Seattle, WA" +421,34,159,"Long Beach, CA",159,"Long Beach, CA" +421,35,159,"Long Beach, CA",159,"Long Beach, CA" +421,36,159,"Long Beach, CA",159,"Long Beach, CA" +421,37,159,"Long Beach, CA",159,"Long Beach, CA" +421,38,268,"Seattle, WA",268,"Seattle, WA" +421,39,268,"Seattle, WA",268,"Seattle, WA" +421,40,159,"Long Beach, CA",159,"Long Beach, CA" +421,41,268,"Seattle, WA",268,"Seattle, WA" +421,42,159,"Long Beach, CA",159,"Long Beach, CA" +421,43,268,"Seattle, WA",268,"Seattle, WA" +421,44,268,"Seattle, WA",268,"Seattle, WA" +421,45,162,"Oakland, CA",162,"Oakland, CA" +421,46,268,"Seattle, WA",268,"Seattle, WA" +421,47,159,"Long Beach, CA",159,"Long Beach, CA" +421,48,159,"Long Beach, CA",159,"Long Beach, CA" +421,49,268,"Seattle, WA",268,"Seattle, WA" +421,50,162,"Oakland, CA",162,"Oakland, CA" +421,51,239,"Portland, OR",239,"Portland, OR" +421,52,269,"Longview, WA",269,"Longview, WA" +421,53,159,"Long Beach, CA",159,"Long Beach, CA" +421,54,159,"Long Beach, CA",159,"Long Beach, CA" +421,55,162,"Oakland, CA",162,"Oakland, CA" +421,56,159,"Long Beach, CA",159,"Long Beach, CA" +421,57,159,"Long Beach, CA",159,"Long Beach, CA" +421,58,159,"Long Beach, CA",159,"Long Beach, CA" +421,59,159,"Long Beach, CA",159,"Long Beach, CA" +421,60,162,"Oakland, CA",162,"Oakland, CA" +421,61,162,"Oakland, CA",162,"Oakland, CA" +421,62,159,"Long Beach, CA",159,"Long Beach, CA" +421,63,159,"Long Beach, CA",159,"Long Beach, CA" +421,64,268,"Seattle, WA",268,"Seattle, WA" +421,65,159,"Long Beach, CA",159,"Long Beach, CA" +421,66,159,"Long Beach, CA",159,"Long Beach, CA" +421,67,162,"Oakland, CA",162,"Oakland, CA" +421,68,268,"Seattle, WA",268,"Seattle, WA" +421,69,162,"Oakland, CA",162,"Oakland, CA" +421,70,268,"Seattle, WA",268,"Seattle, WA" +421,71,159,"Long Beach, CA",159,"Long Beach, CA" +421,72,159,"Long Beach, CA",159,"Long Beach, CA" +421,73,239,"Portland, OR",239,"Portland, OR" +421,74,159,"Long Beach, CA",159,"Long Beach, CA" +421,75,159,"Long Beach, CA",159,"Long Beach, CA" +421,76,269,"Longview, WA",269,"Longview, WA" +421,77,159,"Long Beach, CA",159,"Long Beach, CA" +421,78,268,"Seattle, WA",268,"Seattle, WA" +421,79,239,"Portland, OR",239,"Portland, OR" +421,80,239,"Portland, OR",239,"Portland, OR" +421,81,159,"Long Beach, CA",159,"Long Beach, CA" +421,82,162,"Oakland, CA",162,"Oakland, CA" +421,83,159,"Long Beach, CA",159,"Long Beach, CA" +421,84,159,"Long Beach, CA",159,"Long Beach, CA" +421,85,159,"Long Beach, CA",159,"Long Beach, CA" +421,86,162,"Oakland, CA",162,"Oakland, CA" +421,87,269,"Longview, WA",269,"Longview, WA" +421,88,159,"Long Beach, CA",159,"Long Beach, CA" +421,89,159,"Long Beach, CA",159,"Long Beach, CA" +421,90,159,"Long Beach, CA",159,"Long Beach, CA" +421,91,159,"Long Beach, CA",159,"Long Beach, CA" +421,92,159,"Long Beach, CA",159,"Long Beach, CA" +421,93,159,"Long Beach, CA",159,"Long Beach, CA" +421,94,162,"Oakland, CA",162,"Oakland, CA" +421,95,159,"Long Beach, CA",159,"Long Beach, CA" +421,96,159,"Long Beach, CA",159,"Long Beach, CA" +421,97,159,"Long Beach, CA",159,"Long Beach, CA" +421,98,159,"Long Beach, CA",159,"Long Beach, CA" +421,99,159,"Long Beach, CA",159,"Long Beach, CA" +421,100,268,"Seattle, WA",268,"Seattle, WA" +421,101,159,"Long Beach, CA",159,"Long Beach, CA" +421,102,159,"Long Beach, CA",159,"Long Beach, CA" +421,103,159,"Long Beach, CA",159,"Long Beach, CA" +421,104,268,"Seattle, WA",268,"Seattle, WA" +421,105,159,"Long Beach, CA",159,"Long Beach, CA" +421,106,159,"Long Beach, CA",159,"Long Beach, CA" +421,107,269,"Longview, WA",269,"Longview, WA" +421,108,162,"Oakland, CA",162,"Oakland, CA" +421,109,159,"Long Beach, CA",159,"Long Beach, CA" +421,110,268,"Seattle, WA",268,"Seattle, WA" +421,111,159,"Long Beach, CA",159,"Long Beach, CA" +421,112,159,"Long Beach, CA",159,"Long Beach, CA" +421,113,159,"Long Beach, CA",159,"Long Beach, CA" +421,114,159,"Long Beach, CA",159,"Long Beach, CA" +421,115,159,"Long Beach, CA",159,"Long Beach, CA" +421,116,268,"Seattle, WA",268,"Seattle, WA" +421,117,162,"Oakland, CA",162,"Oakland, CA" +421,118,268,"Seattle, WA",268,"Seattle, WA" +421,119,159,"Long Beach, CA",159,"Long Beach, CA" +421,120,159,"Long Beach, CA",159,"Long Beach, CA" +421,121,159,"Long Beach, CA",159,"Long Beach, CA" +421,122,159,"Long Beach, CA",159,"Long Beach, CA" +421,123,239,"Portland, OR",239,"Portland, OR" +421,124,159,"Long Beach, CA",159,"Long Beach, CA" +421,125,268,"Seattle, WA",268,"Seattle, WA" +421,126,159,"Long Beach, CA",159,"Long Beach, CA" +421,127,162,"Oakland, CA",162,"Oakland, CA" +421,128,159,"Long Beach, CA",159,"Long Beach, CA" +421,129,268,"Seattle, WA",268,"Seattle, WA" +421,130,162,"Oakland, CA",162,"Oakland, CA" +421,131,162,"Oakland, CA",162,"Oakland, CA" +421,132,268,"Seattle, WA",268,"Seattle, WA" +421,151,269,"Longview, WA",159,"Long Beach, CA" +421,152,269,"Longview, WA",159,"Long Beach, CA" +421,153,269,"Longview, WA",159,"Long Beach, CA" +421,154,154,"Anchorage, AK",154,"Anchorage, AK" +421,155,159,"Long Beach, CA",268,"Seattle, WA" +421,156,159,"Long Beach, CA",159,"Long Beach, CA" +421,157,159,"Long Beach, CA",159,"Long Beach, CA" +421,158,159,"Long Beach, CA",159,"Long Beach, CA" +421,159,268,"Seattle, WA",269,"Longview, WA" +421,160,162,"Oakland, CA",159,"Long Beach, CA" +421,161,159,"Long Beach, CA",239,"Portland, OR" +421,162,162,"Oakland, CA",159,"Long Beach, CA" +421,163,269,"Longview, WA",159,"Long Beach, CA" +421,164,162,"Oakland, CA",162,"Oakland, CA" +421,165,162,"Oakland, CA",268,"Seattle, WA" +421,166,239,"Portland, OR",159,"Long Beach, CA" +421,167,159,"Long Beach, CA",159,"Long Beach, CA" +421,168,159,"Long Beach, CA",159,"Long Beach, CA" +421,169,159,"Long Beach, CA",159,"Long Beach, CA" +421,170,268,"Seattle, WA",268,"Seattle, WA" +421,171,162,"Oakland, CA",268,"Seattle, WA" +421,172,159,"Long Beach, CA",159,"Long Beach, CA" +421,173,159,"Long Beach, CA",162,"Oakland, CA" +421,174,159,"Long Beach, CA",162,"Oakland, CA" +421,175,159,"Long Beach, CA",159,"Long Beach, CA" +421,176,239,"Portland, OR",159,"Long Beach, CA" +421,177,159,"Long Beach, CA",268,"Seattle, WA" +421,178,159,"Long Beach, CA",162,"Oakland, CA" +421,179,179,"Honolulu, HI",179,"Honolulu, HI" +421,180,179,"Honolulu, HI",179,"Honolulu, HI" +421,181,162,"Oakland, CA",268,"Seattle, WA" +421,183,268,"Seattle, WA",268,"Seattle, WA" +421,184,159,"Long Beach, CA",159,"Long Beach, CA" +421,185,159,"Long Beach, CA",159,"Long Beach, CA" +421,186,268,"Seattle, WA",159,"Long Beach, CA" +421,187,162,"Oakland, CA",159,"Long Beach, CA" +421,188,159,"Long Beach, CA",162,"Oakland, CA" +421,189,268,"Seattle, WA",269,"Longview, WA" +421,190,268,"Seattle, WA",268,"Seattle, WA" +421,191,159,"Long Beach, CA",162,"Oakland, CA" +421,192,159,"Long Beach, CA",159,"Long Beach, CA" +421,193,159,"Long Beach, CA",269,"Longview, WA" +421,194,268,"Seattle, WA",159,"Long Beach, CA" +421,195,159,"Long Beach, CA",268,"Seattle, WA" +421,196,268,"Seattle, WA",159,"Long Beach, CA" +421,197,159,"Long Beach, CA",162,"Oakland, CA" +421,198,159,"Long Beach, CA",159,"Long Beach, CA" +421,199,162,"Oakland, CA",269,"Longview, WA" +421,200,159,"Long Beach, CA",162,"Oakland, CA" +421,201,159,"Long Beach, CA",159,"Long Beach, CA" +421,202,159,"Long Beach, CA",239,"Portland, OR" +421,203,162,"Oakland, CA",159,"Long Beach, CA" +421,204,268,"Seattle, WA",239,"Portland, OR" +421,205,268,"Seattle, WA",268,"Seattle, WA" +421,206,159,"Long Beach, CA",159,"Long Beach, CA" +421,207,268,"Seattle, WA",268,"Seattle, WA" +421,208,269,"Longview, WA",268,"Seattle, WA" +421,209,268,"Seattle, WA",239,"Portland, OR" +421,210,162,"Oakland, CA",269,"Longview, WA" +421,211,159,"Long Beach, CA",159,"Long Beach, CA" +421,212,268,"Seattle, WA",159,"Long Beach, CA" +421,213,159,"Long Beach, CA",159,"Long Beach, CA" +421,214,268,"Seattle, WA",268,"Seattle, WA" +421,215,159,"Long Beach, CA",159,"Long Beach, CA" +421,216,268,"Seattle, WA",159,"Long Beach, CA" +421,217,269,"Longview, WA",159,"Long Beach, CA" +421,218,159,"Long Beach, CA",159,"Long Beach, CA" +421,219,159,"Long Beach, CA",159,"Long Beach, CA" +421,220,159,"Long Beach, CA",159,"Long Beach, CA" +421,221,162,"Oakland, CA",159,"Long Beach, CA" +421,222,159,"Long Beach, CA",162,"Oakland, CA" +421,223,159,"Long Beach, CA",268,"Seattle, WA" +421,224,268,"Seattle, WA",159,"Long Beach, CA" +421,225,162,"Oakland, CA",239,"Portland, OR" +421,226,159,"Long Beach, CA",159,"Long Beach, CA" +421,227,268,"Seattle, WA",268,"Seattle, WA" +421,228,159,"Long Beach, CA",159,"Long Beach, CA" +421,229,268,"Seattle, WA",268,"Seattle, WA" +421,230,159,"Long Beach, CA",159,"Long Beach, CA" +421,231,268,"Seattle, WA",159,"Long Beach, CA" +421,232,159,"Long Beach, CA",162,"Oakland, CA" +421,233,162,"Oakland, CA",159,"Long Beach, CA" +421,234,159,"Long Beach, CA",159,"Long Beach, CA" +421,235,268,"Seattle, WA",159,"Long Beach, CA" +421,236,268,"Seattle, WA",268,"Seattle, WA" +421,237,159,"Long Beach, CA",239,"Portland, OR" +421,238,239,"Portland, OR",268,"Seattle, WA" +421,239,162,"Oakland, CA",159,"Long Beach, CA" +421,240,162,"Oakland, CA",269,"Longview, WA" +421,241,268,"Seattle, WA",268,"Seattle, WA" +421,242,239,"Portland, OR",268,"Seattle, WA" +421,243,159,"Long Beach, CA",159,"Long Beach, CA" +421,244,159,"Long Beach, CA",159,"Long Beach, CA" +421,245,162,"Oakland, CA",268,"Seattle, WA" +421,246,268,"Seattle, WA",268,"Seattle, WA" +421,247,162,"Oakland, CA",268,"Seattle, WA" +421,248,159,"Long Beach, CA",268,"Seattle, WA" +421,249,159,"Long Beach, CA",159,"Long Beach, CA" +421,250,269,"Longview, WA",268,"Seattle, WA" +421,251,239,"Portland, OR",162,"Oakland, CA" +421,252,239,"Portland, OR",269,"Longview, WA" +421,253,159,"Long Beach, CA",159,"Long Beach, CA" +421,254,268,"Seattle, WA",159,"Long Beach, CA" +421,255,268,"Seattle, WA",162,"Oakland, CA" +421,256,159,"Long Beach, CA",159,"Long Beach, CA" +421,257,159,"Long Beach, CA",268,"Seattle, WA" +421,258,159,"Long Beach, CA",162,"Oakland, CA" +421,259,159,"Long Beach, CA",269,"Longview, WA" +421,260,268,"Seattle, WA",159,"Long Beach, CA" +421,261,268,"Seattle, WA",159,"Long Beach, CA" +421,262,268,"Seattle, WA",159,"Long Beach, CA" +421,263,159,"Long Beach, CA",159,"Long Beach, CA" +421,264,159,"Long Beach, CA",268,"Seattle, WA" +421,265,162,"Oakland, CA",268,"Seattle, WA" +421,266,239,"Portland, OR",159,"Long Beach, CA" +421,267,159,"Long Beach, CA",268,"Seattle, WA" +421,268,159,"Long Beach, CA",269,"Longview, WA" +421,269,239,"Portland, OR",239,"Portland, OR" +421,270,159,"Long Beach, CA",159,"Long Beach, CA" +421,271,159,"Long Beach, CA",268,"Seattle, WA" +421,272,268,"Seattle, WA",159,"Long Beach, CA" +421,273,159,"Long Beach, CA",159,"Long Beach, CA" +422,1,268,"Seattle, WA",268,"Seattle, WA" +422,2,159,"Long Beach, CA",159,"Long Beach, CA" +422,3,239,"Portland, OR",239,"Portland, OR" +422,4,159,"Long Beach, CA",159,"Long Beach, CA" +422,5,159,"Long Beach, CA",159,"Long Beach, CA" +422,6,159,"Long Beach, CA",159,"Long Beach, CA" +422,7,159,"Long Beach, CA",159,"Long Beach, CA" +422,8,239,"Portland, OR",239,"Portland, OR" +422,9,159,"Long Beach, CA",159,"Long Beach, CA" +422,10,159,"Long Beach, CA",159,"Long Beach, CA" +422,11,159,"Long Beach, CA",159,"Long Beach, CA" +422,12,239,"Portland, OR",239,"Portland, OR" +422,13,239,"Portland, OR",239,"Portland, OR" +422,14,159,"Long Beach, CA",159,"Long Beach, CA" +422,15,159,"Long Beach, CA",159,"Long Beach, CA" +422,16,268,"Seattle, WA",268,"Seattle, WA" +422,17,159,"Long Beach, CA",159,"Long Beach, CA" +422,18,162,"Oakland, CA",162,"Oakland, CA" +422,19,239,"Portland, OR",239,"Portland, OR" +422,20,159,"Long Beach, CA",159,"Long Beach, CA" +422,21,159,"Long Beach, CA",159,"Long Beach, CA" +422,22,162,"Oakland, CA",162,"Oakland, CA" +422,23,268,"Seattle, WA",268,"Seattle, WA" +422,24,162,"Oakland, CA",162,"Oakland, CA" +422,25,269,"Longview, WA",269,"Longview, WA" +422,26,159,"Long Beach, CA",159,"Long Beach, CA" +422,27,159,"Long Beach, CA",159,"Long Beach, CA" +422,28,268,"Seattle, WA",268,"Seattle, WA" +422,29,159,"Long Beach, CA",159,"Long Beach, CA" +422,30,159,"Long Beach, CA",159,"Long Beach, CA" +422,31,159,"Long Beach, CA",159,"Long Beach, CA" +422,32,159,"Long Beach, CA",159,"Long Beach, CA" +422,33,268,"Seattle, WA",268,"Seattle, WA" +422,34,159,"Long Beach, CA",159,"Long Beach, CA" +422,35,239,"Portland, OR",239,"Portland, OR" +422,36,268,"Seattle, WA",268,"Seattle, WA" +422,37,159,"Long Beach, CA",159,"Long Beach, CA" +422,38,159,"Long Beach, CA",159,"Long Beach, CA" +422,39,239,"Portland, OR",239,"Portland, OR" +422,40,159,"Long Beach, CA",159,"Long Beach, CA" +422,41,159,"Long Beach, CA",159,"Long Beach, CA" +422,42,268,"Seattle, WA",268,"Seattle, WA" +422,43,159,"Long Beach, CA",159,"Long Beach, CA" +422,44,159,"Long Beach, CA",159,"Long Beach, CA" +422,45,159,"Long Beach, CA",159,"Long Beach, CA" +422,46,159,"Long Beach, CA",159,"Long Beach, CA" +422,47,159,"Long Beach, CA",159,"Long Beach, CA" +422,48,239,"Portland, OR",239,"Portland, OR" +422,49,159,"Long Beach, CA",159,"Long Beach, CA" +422,50,162,"Oakland, CA",162,"Oakland, CA" +422,51,162,"Oakland, CA",162,"Oakland, CA" +422,52,162,"Oakland, CA",162,"Oakland, CA" +422,53,159,"Long Beach, CA",159,"Long Beach, CA" +422,54,159,"Long Beach, CA",159,"Long Beach, CA" +422,55,159,"Long Beach, CA",159,"Long Beach, CA" +422,56,162,"Oakland, CA",162,"Oakland, CA" +422,57,268,"Seattle, WA",268,"Seattle, WA" +422,58,159,"Long Beach, CA",159,"Long Beach, CA" +422,59,268,"Seattle, WA",268,"Seattle, WA" +422,60,159,"Long Beach, CA",159,"Long Beach, CA" +422,61,239,"Portland, OR",239,"Portland, OR" +422,62,162,"Oakland, CA",162,"Oakland, CA" +422,63,159,"Long Beach, CA",159,"Long Beach, CA" +422,64,159,"Long Beach, CA",159,"Long Beach, CA" +422,65,268,"Seattle, WA",268,"Seattle, WA" +422,66,162,"Oakland, CA",162,"Oakland, CA" +422,67,268,"Seattle, WA",268,"Seattle, WA" +422,68,159,"Long Beach, CA",159,"Long Beach, CA" +422,69,159,"Long Beach, CA",159,"Long Beach, CA" +422,70,159,"Long Beach, CA",159,"Long Beach, CA" +422,71,268,"Seattle, WA",268,"Seattle, WA" +422,72,269,"Longview, WA",269,"Longview, WA" +422,73,159,"Long Beach, CA",159,"Long Beach, CA" +422,74,159,"Long Beach, CA",159,"Long Beach, CA" +422,75,162,"Oakland, CA",162,"Oakland, CA" +422,76,268,"Seattle, WA",268,"Seattle, WA" +422,77,162,"Oakland, CA",162,"Oakland, CA" +422,78,159,"Long Beach, CA",159,"Long Beach, CA" +422,79,268,"Seattle, WA",268,"Seattle, WA" +422,80,159,"Long Beach, CA",159,"Long Beach, CA" +422,81,159,"Long Beach, CA",159,"Long Beach, CA" +422,82,159,"Long Beach, CA",159,"Long Beach, CA" +422,83,159,"Long Beach, CA",159,"Long Beach, CA" +422,84,159,"Long Beach, CA",159,"Long Beach, CA" +422,85,159,"Long Beach, CA",159,"Long Beach, CA" +422,86,159,"Long Beach, CA",159,"Long Beach, CA" +422,87,268,"Seattle, WA",268,"Seattle, WA" +422,88,268,"Seattle, WA",268,"Seattle, WA" +422,89,159,"Long Beach, CA",159,"Long Beach, CA" +422,90,268,"Seattle, WA",268,"Seattle, WA" +422,91,162,"Oakland, CA",162,"Oakland, CA" +422,92,239,"Portland, OR",239,"Portland, OR" +422,93,159,"Long Beach, CA",159,"Long Beach, CA" +422,94,268,"Seattle, WA",268,"Seattle, WA" +422,95,268,"Seattle, WA",268,"Seattle, WA" +422,96,268,"Seattle, WA",268,"Seattle, WA" +422,97,159,"Long Beach, CA",159,"Long Beach, CA" +422,98,159,"Long Beach, CA",159,"Long Beach, CA" +422,99,159,"Long Beach, CA",159,"Long Beach, CA" +422,100,159,"Long Beach, CA",159,"Long Beach, CA" +422,101,159,"Long Beach, CA",159,"Long Beach, CA" +422,102,159,"Long Beach, CA",159,"Long Beach, CA" +422,103,159,"Long Beach, CA",159,"Long Beach, CA" +422,104,159,"Long Beach, CA",159,"Long Beach, CA" +422,105,268,"Seattle, WA",268,"Seattle, WA" +422,106,239,"Portland, OR",239,"Portland, OR" +422,107,162,"Oakland, CA",162,"Oakland, CA" +422,108,268,"Seattle, WA",268,"Seattle, WA" +422,109,159,"Long Beach, CA",159,"Long Beach, CA" +422,110,162,"Oakland, CA",162,"Oakland, CA" +422,111,269,"Longview, WA",269,"Longview, WA" +422,112,239,"Portland, OR",239,"Portland, OR" +422,113,159,"Long Beach, CA",159,"Long Beach, CA" +422,114,162,"Oakland, CA",162,"Oakland, CA" +422,115,162,"Oakland, CA",162,"Oakland, CA" +422,116,159,"Long Beach, CA",159,"Long Beach, CA" +422,117,162,"Oakland, CA",162,"Oakland, CA" +422,118,269,"Longview, WA",269,"Longview, WA" +422,119,162,"Oakland, CA",162,"Oakland, CA" +422,120,159,"Long Beach, CA",159,"Long Beach, CA" +422,121,159,"Long Beach, CA",159,"Long Beach, CA" +422,122,159,"Long Beach, CA",159,"Long Beach, CA" +422,123,269,"Longview, WA",269,"Longview, WA" +422,124,162,"Oakland, CA",162,"Oakland, CA" +422,125,162,"Oakland, CA",162,"Oakland, CA" +422,126,159,"Long Beach, CA",159,"Long Beach, CA" +422,127,159,"Long Beach, CA",159,"Long Beach, CA" +422,128,159,"Long Beach, CA",159,"Long Beach, CA" +422,129,268,"Seattle, WA",268,"Seattle, WA" +422,130,268,"Seattle, WA",268,"Seattle, WA" +422,131,159,"Long Beach, CA",159,"Long Beach, CA" +422,132,268,"Seattle, WA",268,"Seattle, WA" +422,151,159,"Long Beach, CA",268,"Seattle, WA" +422,152,239,"Portland, OR",159,"Long Beach, CA" +422,153,159,"Long Beach, CA",239,"Portland, OR" +422,154,154,"Anchorage, AK",154,"Anchorage, AK" +422,155,159,"Long Beach, CA",159,"Long Beach, CA" +422,156,159,"Long Beach, CA",159,"Long Beach, CA" +422,157,159,"Long Beach, CA",159,"Long Beach, CA" +422,158,162,"Oakland, CA",268,"Seattle, WA" +422,159,159,"Long Beach, CA",268,"Seattle, WA" +422,160,159,"Long Beach, CA",159,"Long Beach, CA" +422,161,162,"Oakland, CA",159,"Long Beach, CA" +422,162,268,"Seattle, WA",159,"Long Beach, CA" +422,163,269,"Longview, WA",162,"Oakland, CA" +422,164,159,"Long Beach, CA",159,"Long Beach, CA" +422,165,159,"Long Beach, CA",159,"Long Beach, CA" +422,166,162,"Oakland, CA",159,"Long Beach, CA" +422,167,268,"Seattle, WA",159,"Long Beach, CA" +422,168,162,"Oakland, CA",269,"Longview, WA" +422,169,159,"Long Beach, CA",159,"Long Beach, CA" +422,170,159,"Long Beach, CA",162,"Oakland, CA" +422,171,159,"Long Beach, CA",162,"Oakland, CA" +422,172,269,"Longview, WA",159,"Long Beach, CA" +422,173,269,"Longview, WA",269,"Longview, WA" +422,174,159,"Long Beach, CA",162,"Oakland, CA" +422,175,159,"Long Beach, CA",159,"Long Beach, CA" +422,176,159,"Long Beach, CA",239,"Portland, OR" +422,177,268,"Seattle, WA",159,"Long Beach, CA" +422,178,239,"Portland, OR",268,"Seattle, WA" +422,179,179,"Honolulu, HI",179,"Honolulu, HI" +422,180,179,"Honolulu, HI",179,"Honolulu, HI" +422,181,159,"Long Beach, CA",162,"Oakland, CA" +422,183,159,"Long Beach, CA",159,"Long Beach, CA" +422,184,159,"Long Beach, CA",162,"Oakland, CA" +422,185,162,"Oakland, CA",268,"Seattle, WA" +422,186,159,"Long Beach, CA",268,"Seattle, WA" +422,187,159,"Long Beach, CA",162,"Oakland, CA" +422,188,268,"Seattle, WA",159,"Long Beach, CA" +422,189,159,"Long Beach, CA",159,"Long Beach, CA" +422,190,159,"Long Beach, CA",159,"Long Beach, CA" +422,191,268,"Seattle, WA",268,"Seattle, WA" +422,192,268,"Seattle, WA",239,"Portland, OR" +422,193,162,"Oakland, CA",159,"Long Beach, CA" +422,194,268,"Seattle, WA",159,"Long Beach, CA" +422,195,268,"Seattle, WA",159,"Long Beach, CA" +422,196,159,"Long Beach, CA",268,"Seattle, WA" +422,197,159,"Long Beach, CA",159,"Long Beach, CA" +422,198,268,"Seattle, WA",159,"Long Beach, CA" +422,199,159,"Long Beach, CA",162,"Oakland, CA" +422,200,159,"Long Beach, CA",159,"Long Beach, CA" +422,201,239,"Portland, OR",269,"Longview, WA" +422,202,268,"Seattle, WA",159,"Long Beach, CA" +422,203,159,"Long Beach, CA",268,"Seattle, WA" +422,204,268,"Seattle, WA",159,"Long Beach, CA" +422,205,239,"Portland, OR",268,"Seattle, WA" +422,206,159,"Long Beach, CA",162,"Oakland, CA" +422,207,159,"Long Beach, CA",269,"Longview, WA" +422,208,159,"Long Beach, CA",268,"Seattle, WA" +422,209,162,"Oakland, CA",159,"Long Beach, CA" +422,210,268,"Seattle, WA",159,"Long Beach, CA" +422,211,159,"Long Beach, CA",159,"Long Beach, CA" +422,212,162,"Oakland, CA",268,"Seattle, WA" +422,213,159,"Long Beach, CA",162,"Oakland, CA" +422,214,159,"Long Beach, CA",268,"Seattle, WA" +422,215,159,"Long Beach, CA",239,"Portland, OR" +422,216,268,"Seattle, WA",269,"Longview, WA" +422,217,159,"Long Beach, CA",162,"Oakland, CA" +422,218,159,"Long Beach, CA",159,"Long Beach, CA" +422,219,239,"Portland, OR",269,"Longview, WA" +422,220,159,"Long Beach, CA",269,"Longview, WA" +422,221,162,"Oakland, CA",159,"Long Beach, CA" +422,222,159,"Long Beach, CA",268,"Seattle, WA" +422,223,159,"Long Beach, CA",159,"Long Beach, CA" +422,224,159,"Long Beach, CA",268,"Seattle, WA" +422,225,269,"Longview, WA",269,"Longview, WA" +422,226,159,"Long Beach, CA",268,"Seattle, WA" +422,227,162,"Oakland, CA",268,"Seattle, WA" +422,228,162,"Oakland, CA",268,"Seattle, WA" +422,229,162,"Oakland, CA",159,"Long Beach, CA" +422,230,269,"Longview, WA",159,"Long Beach, CA" +422,231,268,"Seattle, WA",159,"Long Beach, CA" +422,232,162,"Oakland, CA",162,"Oakland, CA" +422,233,239,"Portland, OR",159,"Long Beach, CA" +422,234,159,"Long Beach, CA",162,"Oakland, CA" +422,235,159,"Long Beach, CA",159,"Long Beach, CA" +422,236,159,"Long Beach, CA",159,"Long Beach, CA" +422,237,162,"Oakland, CA",269,"Longview, WA" +422,238,162,"Oakland, CA",159,"Long Beach, CA" +422,239,159,"Long Beach, CA",159,"Long Beach, CA" +422,240,239,"Portland, OR",159,"Long Beach, CA" +422,241,162,"Oakland, CA",159,"Long Beach, CA" +422,242,162,"Oakland, CA",159,"Long Beach, CA" +422,243,268,"Seattle, WA",162,"Oakland, CA" +422,244,159,"Long Beach, CA",162,"Oakland, CA" +422,245,269,"Longview, WA",159,"Long Beach, CA" +422,246,159,"Long Beach, CA",159,"Long Beach, CA" +422,247,159,"Long Beach, CA",162,"Oakland, CA" +422,248,268,"Seattle, WA",159,"Long Beach, CA" +422,249,159,"Long Beach, CA",162,"Oakland, CA" +422,250,239,"Portland, OR",268,"Seattle, WA" +422,251,239,"Portland, OR",268,"Seattle, WA" +422,252,239,"Portland, OR",159,"Long Beach, CA" +422,253,159,"Long Beach, CA",162,"Oakland, CA" +422,254,159,"Long Beach, CA",159,"Long Beach, CA" +422,255,269,"Longview, WA",159,"Long Beach, CA" +422,256,239,"Portland, OR",159,"Long Beach, CA" +422,257,268,"Seattle, WA",159,"Long Beach, CA" +422,258,159,"Long Beach, CA",162,"Oakland, CA" +422,259,162,"Oakland, CA",159,"Long Beach, CA" +422,260,159,"Long Beach, CA",159,"Long Beach, CA" +422,261,159,"Long Beach, CA",159,"Long Beach, CA" +422,262,159,"Long Beach, CA",159,"Long Beach, CA" +422,263,159,"Long Beach, CA",269,"Longview, WA" +422,264,159,"Long Beach, CA",159,"Long Beach, CA" +422,265,159,"Long Beach, CA",159,"Long Beach, CA" +422,266,239,"Portland, OR",159,"Long Beach, CA" +422,267,268,"Seattle, WA",159,"Long Beach, CA" +422,268,162,"Oakland, CA",159,"Long Beach, CA" +422,269,162,"Oakland, CA",159,"Long Beach, CA" +422,270,239,"Portland, OR",159,"Long Beach, CA" +422,271,159,"Long Beach, CA",159,"Long Beach, CA" +422,272,159,"Long Beach, CA",162,"Oakland, CA" +422,273,239,"Portland, OR",268,"Seattle, WA" +423,1,159,"Long Beach, CA",159,"Long Beach, CA" +423,2,239,"Portland, OR",239,"Portland, OR" +423,3,162,"Oakland, CA",162,"Oakland, CA" +423,4,268,"Seattle, WA",268,"Seattle, WA" +423,5,162,"Oakland, CA",162,"Oakland, CA" +423,6,162,"Oakland, CA",162,"Oakland, CA" +423,7,159,"Long Beach, CA",159,"Long Beach, CA" +423,8,239,"Portland, OR",239,"Portland, OR" +423,9,159,"Long Beach, CA",159,"Long Beach, CA" +423,10,159,"Long Beach, CA",159,"Long Beach, CA" +423,11,159,"Long Beach, CA",159,"Long Beach, CA" +423,12,159,"Long Beach, CA",159,"Long Beach, CA" +423,13,268,"Seattle, WA",268,"Seattle, WA" +423,14,159,"Long Beach, CA",159,"Long Beach, CA" +423,15,159,"Long Beach, CA",159,"Long Beach, CA" +423,16,159,"Long Beach, CA",159,"Long Beach, CA" +423,17,159,"Long Beach, CA",159,"Long Beach, CA" +423,18,162,"Oakland, CA",162,"Oakland, CA" +423,19,268,"Seattle, WA",268,"Seattle, WA" +423,20,159,"Long Beach, CA",159,"Long Beach, CA" +423,21,159,"Long Beach, CA",159,"Long Beach, CA" +423,22,162,"Oakland, CA",162,"Oakland, CA" +423,23,159,"Long Beach, CA",159,"Long Beach, CA" +423,24,162,"Oakland, CA",162,"Oakland, CA" +423,25,159,"Long Beach, CA",159,"Long Beach, CA" +423,26,174,"Tampa, FL",174,"Tampa, FL" +423,27,268,"Seattle, WA",268,"Seattle, WA" +423,28,239,"Portland, OR",239,"Portland, OR" +423,29,268,"Seattle, WA",268,"Seattle, WA" +423,30,268,"Seattle, WA",268,"Seattle, WA" +423,31,268,"Seattle, WA",268,"Seattle, WA" +423,32,162,"Oakland, CA",162,"Oakland, CA" +423,33,268,"Seattle, WA",268,"Seattle, WA" +423,34,159,"Long Beach, CA",159,"Long Beach, CA" +423,35,159,"Long Beach, CA",159,"Long Beach, CA" +423,36,159,"Long Beach, CA",159,"Long Beach, CA" +423,37,159,"Long Beach, CA",159,"Long Beach, CA" +423,38,268,"Seattle, WA",268,"Seattle, WA" +423,39,159,"Long Beach, CA",159,"Long Beach, CA" +423,40,268,"Seattle, WA",268,"Seattle, WA" +423,41,159,"Long Beach, CA",159,"Long Beach, CA" +423,42,159,"Long Beach, CA",159,"Long Beach, CA" +423,43,162,"Oakland, CA",162,"Oakland, CA" +423,44,239,"Portland, OR",239,"Portland, OR" +423,45,268,"Seattle, WA",268,"Seattle, WA" +423,46,268,"Seattle, WA",268,"Seattle, WA" +423,47,162,"Oakland, CA",162,"Oakland, CA" +423,48,159,"Long Beach, CA",159,"Long Beach, CA" +423,49,162,"Oakland, CA",162,"Oakland, CA" +423,50,159,"Long Beach, CA",159,"Long Beach, CA" +423,51,268,"Seattle, WA",268,"Seattle, WA" +423,52,162,"Oakland, CA",162,"Oakland, CA" +423,53,162,"Oakland, CA",162,"Oakland, CA" +423,54,159,"Long Beach, CA",159,"Long Beach, CA" +423,55,159,"Long Beach, CA",159,"Long Beach, CA" +423,56,268,"Seattle, WA",268,"Seattle, WA" +423,57,239,"Portland, OR",239,"Portland, OR" +423,58,268,"Seattle, WA",268,"Seattle, WA" +423,59,159,"Long Beach, CA",159,"Long Beach, CA" +423,60,159,"Long Beach, CA",159,"Long Beach, CA" +423,61,159,"Long Beach, CA",159,"Long Beach, CA" +423,62,268,"Seattle, WA",268,"Seattle, WA" +423,63,159,"Long Beach, CA",159,"Long Beach, CA" +423,64,159,"Long Beach, CA",159,"Long Beach, CA" +423,65,268,"Seattle, WA",268,"Seattle, WA" +423,66,268,"Seattle, WA",268,"Seattle, WA" +423,67,159,"Long Beach, CA",159,"Long Beach, CA" +423,68,268,"Seattle, WA",268,"Seattle, WA" +423,69,159,"Long Beach, CA",159,"Long Beach, CA" +423,70,159,"Long Beach, CA",159,"Long Beach, CA" +423,71,162,"Oakland, CA",162,"Oakland, CA" +423,72,269,"Longview, WA",269,"Longview, WA" +423,73,239,"Portland, OR",239,"Portland, OR" +423,74,159,"Long Beach, CA",159,"Long Beach, CA" +423,75,159,"Long Beach, CA",159,"Long Beach, CA" +423,76,162,"Oakland, CA",162,"Oakland, CA" +423,77,162,"Oakland, CA",162,"Oakland, CA" +423,78,159,"Long Beach, CA",159,"Long Beach, CA" +423,79,268,"Seattle, WA",268,"Seattle, WA" +423,80,159,"Long Beach, CA",159,"Long Beach, CA" +423,81,159,"Long Beach, CA",159,"Long Beach, CA" +423,82,269,"Longview, WA",269,"Longview, WA" +423,83,268,"Seattle, WA",268,"Seattle, WA" +423,84,159,"Long Beach, CA",159,"Long Beach, CA" +423,85,268,"Seattle, WA",268,"Seattle, WA" +423,86,174,"Tampa, FL",174,"Tampa, FL" +423,87,268,"Seattle, WA",268,"Seattle, WA" +423,88,159,"Long Beach, CA",159,"Long Beach, CA" +423,89,269,"Longview, WA",269,"Longview, WA" +423,90,162,"Oakland, CA",162,"Oakland, CA" +423,91,159,"Long Beach, CA",159,"Long Beach, CA" +423,92,159,"Long Beach, CA",159,"Long Beach, CA" +423,93,239,"Portland, OR",239,"Portland, OR" +423,94,159,"Long Beach, CA",159,"Long Beach, CA" +423,95,159,"Long Beach, CA",159,"Long Beach, CA" +423,96,239,"Portland, OR",239,"Portland, OR" +423,97,268,"Seattle, WA",268,"Seattle, WA" +423,98,162,"Oakland, CA",162,"Oakland, CA" +423,99,268,"Seattle, WA",268,"Seattle, WA" +423,100,239,"Portland, OR",239,"Portland, OR" +423,101,162,"Oakland, CA",162,"Oakland, CA" +423,102,239,"Portland, OR",239,"Portland, OR" +423,103,268,"Seattle, WA",268,"Seattle, WA" +423,104,268,"Seattle, WA",268,"Seattle, WA" +423,105,159,"Long Beach, CA",159,"Long Beach, CA" +423,106,239,"Portland, OR",239,"Portland, OR" +423,107,159,"Long Beach, CA",159,"Long Beach, CA" +423,108,268,"Seattle, WA",268,"Seattle, WA" +423,109,268,"Seattle, WA",268,"Seattle, WA" +423,110,159,"Long Beach, CA",159,"Long Beach, CA" +423,111,162,"Oakland, CA",162,"Oakland, CA" +423,112,268,"Seattle, WA",268,"Seattle, WA" +423,113,268,"Seattle, WA",268,"Seattle, WA" +423,114,159,"Long Beach, CA",159,"Long Beach, CA" +423,115,159,"Long Beach, CA",159,"Long Beach, CA" +423,116,239,"Portland, OR",239,"Portland, OR" +423,117,159,"Long Beach, CA",159,"Long Beach, CA" +423,118,159,"Long Beach, CA",159,"Long Beach, CA" +423,119,159,"Long Beach, CA",159,"Long Beach, CA" +423,120,159,"Long Beach, CA",159,"Long Beach, CA" +423,121,268,"Seattle, WA",268,"Seattle, WA" +423,122,159,"Long Beach, CA",159,"Long Beach, CA" +423,123,159,"Long Beach, CA",159,"Long Beach, CA" +423,124,268,"Seattle, WA",268,"Seattle, WA" +423,125,162,"Oakland, CA",162,"Oakland, CA" +423,126,159,"Long Beach, CA",159,"Long Beach, CA" +423,127,268,"Seattle, WA",268,"Seattle, WA" +423,128,159,"Long Beach, CA",159,"Long Beach, CA" +423,129,162,"Oakland, CA",162,"Oakland, CA" +423,130,239,"Portland, OR",239,"Portland, OR" +423,131,159,"Long Beach, CA",159,"Long Beach, CA" +423,132,268,"Seattle, WA",268,"Seattle, WA" +423,151,268,"Seattle, WA",152,"Mobile, AL" +423,152,159,"Long Beach, CA",239,"Portland, OR" +423,153,159,"Long Beach, CA",239,"Portland, OR" +423,154,154,"Anchorage, AK",154,"Anchorage, AK" +423,155,268,"Seattle, WA",162,"Oakland, CA" +423,156,268,"Seattle, WA",159,"Long Beach, CA" +423,157,268,"Seattle, WA",159,"Long Beach, CA" +423,158,268,"Seattle, WA",268,"Seattle, WA" +423,159,159,"Long Beach, CA",268,"Seattle, WA" +423,160,268,"Seattle, WA",268,"Seattle, WA" +423,161,268,"Seattle, WA",268,"Seattle, WA" +423,162,162,"Oakland, CA",269,"Longview, WA" +423,163,159,"Long Beach, CA",268,"Seattle, WA" +423,164,159,"Long Beach, CA",159,"Long Beach, CA" +423,165,159,"Long Beach, CA",159,"Long Beach, CA" +423,166,162,"Oakland, CA",159,"Long Beach, CA" +423,167,162,"Oakland, CA",152,"Mobile, AL" +423,168,159,"Long Beach, CA",177,"Savannah, GA" +423,169,269,"Longview, WA",198,"Baltimore, MD" +423,170,268,"Seattle, WA",265,"Norfolk Harbor, VA" +423,171,159,"Long Beach, CA",159,"Long Beach, CA" +423,172,268,"Seattle, WA",174,"Tampa, FL" +423,173,159,"Long Beach, CA",152,"Mobile, AL" +423,174,268,"Seattle, WA",162,"Oakland, CA" +423,175,159,"Long Beach, CA",177,"Savannah, GA" +423,176,239,"Portland, OR",159,"Long Beach, CA" +423,177,174,"Tampa, FL",159,"Long Beach, CA" +423,178,268,"Seattle, WA",162,"Oakland, CA" +423,179,179,"Honolulu, HI",179,"Honolulu, HI" +423,180,179,"Honolulu, HI",179,"Honolulu, HI" +423,181,159,"Long Beach, CA",162,"Oakland, CA" +423,183,159,"Long Beach, CA",159,"Long Beach, CA" +423,184,159,"Long Beach, CA",159,"Long Beach, CA" +423,185,239,"Portland, OR",195,"New Orleans, LA" +423,186,162,"Oakland, CA",195,"New Orleans, LA" +423,187,159,"Long Beach, CA",268,"Seattle, WA" +423,188,159,"Long Beach, CA",159,"Long Beach, CA" +423,189,159,"Long Beach, CA",268,"Seattle, WA" +423,190,159,"Long Beach, CA",159,"Long Beach, CA" +423,191,159,"Long Beach, CA",152,"Mobile, AL" +423,192,268,"Seattle, WA",159,"Long Beach, CA" +423,193,268,"Seattle, WA",159,"Long Beach, CA" +423,194,159,"Long Beach, CA",257,"Houston, TX" +423,195,268,"Seattle, WA",195,"New Orleans, LA" +423,196,162,"Oakland, CA",174,"Tampa, FL" +423,197,172,"Port Everglades, FL",244,"Providence, RI" +423,198,268,"Seattle, WA",159,"Long Beach, CA" +423,199,268,"Seattle, WA",229,"Wilmington, NC" +423,200,239,"Portland, OR",269,"Longview, WA" +423,201,159,"Long Beach, CA",268,"Seattle, WA" +423,202,268,"Seattle, WA",159,"Long Beach, CA" +423,203,268,"Seattle, WA",152,"Mobile, AL" +423,204,159,"Long Beach, CA",162,"Oakland, CA" +423,205,162,"Oakland, CA",152,"Mobile, AL" +423,206,159,"Long Beach, CA",172,"Port Everglades, FL" +423,207,159,"Long Beach, CA",159,"Long Beach, CA" +423,208,268,"Seattle, WA",195,"New Orleans, LA" +423,209,159,"Long Beach, CA",159,"Long Beach, CA" +423,210,159,"Long Beach, CA",159,"Long Beach, CA" +423,211,269,"Longview, WA",162,"Oakland, CA" +423,212,159,"Long Beach, CA",268,"Seattle, WA" +423,213,159,"Long Beach, CA",162,"Oakland, CA" +423,214,239,"Portland, OR",159,"Long Beach, CA" +423,215,159,"Long Beach, CA",268,"Seattle, WA" +423,216,174,"Tampa, FL",159,"Long Beach, CA" +423,217,159,"Long Beach, CA",265,"Norfolk Harbor, VA" +423,218,159,"Long Beach, CA",239,"Portland, OR" +423,219,269,"Longview, WA",269,"Longview, WA" +423,220,162,"Oakland, CA",268,"Seattle, WA" +423,221,162,"Oakland, CA",268,"Seattle, WA" +423,222,239,"Portland, OR",162,"Oakland, CA" +423,223,159,"Long Beach, CA",172,"Port Everglades, FL" +423,224,268,"Seattle, WA",268,"Seattle, WA" +423,225,239,"Portland, OR",159,"Long Beach, CA" +423,226,195,"New Orleans, LA",172,"Port Everglades, FL" +423,227,159,"Long Beach, CA",159,"Long Beach, CA" +423,228,159,"Long Beach, CA",177,"Savannah, GA" +423,229,239,"Portland, OR",268,"Seattle, WA" +423,230,268,"Seattle, WA",162,"Oakland, CA" +423,231,162,"Oakland, CA",152,"Mobile, AL" +423,232,268,"Seattle, WA",268,"Seattle, WA" +423,233,162,"Oakland, CA",162,"Oakland, CA" +423,234,159,"Long Beach, CA",268,"Seattle, WA" +423,235,159,"Long Beach, CA",268,"Seattle, WA" +423,236,162,"Oakland, CA",253,"Beaumont, TX" +423,237,159,"Long Beach, CA",159,"Long Beach, CA" +423,238,159,"Long Beach, CA",239,"Portland, OR" +423,239,162,"Oakland, CA",159,"Long Beach, CA" +423,240,159,"Long Beach, CA",268,"Seattle, WA" +423,241,159,"Long Beach, CA",217,"New York, NY and NJ" +423,242,268,"Seattle, WA",245,"Charleston, SC" +423,243,162,"Oakland, CA",162,"Oakland, CA" +423,244,159,"Long Beach, CA",159,"Long Beach, CA" +423,245,269,"Longview, WA",229,"Wilmington, NC" +423,246,195,"New Orleans, LA",159,"Long Beach, CA" +423,247,159,"Long Beach, CA",269,"Longview, WA" +423,248,159,"Long Beach, CA",159,"Long Beach, CA" +423,249,268,"Seattle, WA",268,"Seattle, WA" +423,250,162,"Oakland, CA",195,"New Orleans, LA" +423,251,172,"Port Everglades, FL",208,"Pascagoula, MS" +423,252,159,"Long Beach, CA",253,"Beaumont, TX" +423,253,268,"Seattle, WA",257,"Houston, TX" +423,254,269,"Longview, WA",268,"Seattle, WA" +423,255,159,"Long Beach, CA",159,"Long Beach, CA" +423,256,159,"Long Beach, CA",159,"Long Beach, CA" +423,257,268,"Seattle, WA",159,"Long Beach, CA" +423,258,159,"Long Beach, CA",162,"Oakland, CA" +423,259,159,"Long Beach, CA",257,"Houston, TX" +423,260,159,"Long Beach, CA",159,"Long Beach, CA" +423,261,159,"Long Beach, CA",159,"Long Beach, CA" +423,262,159,"Long Beach, CA",268,"Seattle, WA" +423,263,159,"Long Beach, CA",268,"Seattle, WA" +423,264,159,"Long Beach, CA",177,"Savannah, GA" +423,265,268,"Seattle, WA",195,"New Orleans, LA" +423,266,269,"Longview, WA",159,"Long Beach, CA" +423,267,159,"Long Beach, CA",195,"New Orleans, LA" +423,268,162,"Oakland, CA",162,"Oakland, CA" +423,269,162,"Oakland, CA",159,"Long Beach, CA" +423,270,269,"Longview, WA",268,"Seattle, WA" +423,271,269,"Longview, WA",268,"Seattle, WA" +423,272,268,"Seattle, WA",159,"Long Beach, CA" +423,273,159,"Long Beach, CA",268,"Seattle, WA" +424,1,195,"New Orleans, LA",195,"New Orleans, LA" +424,2,152,"Mobile, AL",152,"Mobile, AL" +424,3,245,"Charleston, SC",245,"Charleston, SC" +424,4,152,"Mobile, AL",152,"Mobile, AL" +424,5,195,"New Orleans, LA",195,"New Orleans, LA" +424,6,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +424,7,152,"Mobile, AL",152,"Mobile, AL" +424,8,152,"Mobile, AL",152,"Mobile, AL" +424,9,195,"New Orleans, LA",195,"New Orleans, LA" +424,10,174,"Tampa, FL",174,"Tampa, FL" +424,11,172,"Port Everglades, FL",172,"Port Everglades, FL" +424,12,195,"New Orleans, LA",195,"New Orleans, LA" +424,13,195,"New Orleans, LA",195,"New Orleans, LA" +424,14,171,"Jacksonville, FL",171,"Jacksonville, FL" +424,15,195,"New Orleans, LA",195,"New Orleans, LA" +424,16,245,"Charleston, SC",245,"Charleston, SC" +424,17,172,"Port Everglades, FL",172,"Port Everglades, FL" +424,18,177,"Savannah, GA",177,"Savannah, GA" +424,19,208,"Pascagoula, MS",208,"Pascagoula, MS" +424,20,152,"Mobile, AL",152,"Mobile, AL" +424,21,195,"New Orleans, LA",195,"New Orleans, LA" +424,22,172,"Port Everglades, FL",172,"Port Everglades, FL" +424,23,195,"New Orleans, LA",195,"New Orleans, LA" +424,24,194,"Lake Charles, LA",194,"Lake Charles, LA" +424,25,177,"Savannah, GA",177,"Savannah, GA" +424,26,195,"New Orleans, LA",195,"New Orleans, LA" +424,27,195,"New Orleans, LA",195,"New Orleans, LA" +424,28,195,"New Orleans, LA",195,"New Orleans, LA" +424,29,195,"New Orleans, LA",195,"New Orleans, LA" +424,30,172,"Port Everglades, FL",172,"Port Everglades, FL" +424,31,152,"Mobile, AL",152,"Mobile, AL" +424,32,195,"New Orleans, LA",195,"New Orleans, LA" +424,33,177,"Savannah, GA",177,"Savannah, GA" +424,34,195,"New Orleans, LA",195,"New Orleans, LA" +424,35,177,"Savannah, GA",177,"Savannah, GA" +424,36,152,"Mobile, AL",152,"Mobile, AL" +424,37,174,"Tampa, FL",174,"Tampa, FL" +424,38,195,"New Orleans, LA",195,"New Orleans, LA" +424,39,195,"New Orleans, LA",195,"New Orleans, LA" +424,40,177,"Savannah, GA",177,"Savannah, GA" +424,41,152,"Mobile, AL",152,"Mobile, AL" +424,42,195,"New Orleans, LA",195,"New Orleans, LA" +424,43,245,"Charleston, SC",245,"Charleston, SC" +424,44,177,"Savannah, GA",177,"Savannah, GA" +424,45,195,"New Orleans, LA",195,"New Orleans, LA" +424,46,195,"New Orleans, LA",195,"New Orleans, LA" +424,47,195,"New Orleans, LA",195,"New Orleans, LA" +424,48,172,"Port Everglades, FL",172,"Port Everglades, FL" +424,49,152,"Mobile, AL",152,"Mobile, AL" +424,50,195,"New Orleans, LA",195,"New Orleans, LA" +424,51,172,"Port Everglades, FL",172,"Port Everglades, FL" +424,52,177,"Savannah, GA",177,"Savannah, GA" +424,53,172,"Port Everglades, FL",172,"Port Everglades, FL" +424,54,208,"Pascagoula, MS",208,"Pascagoula, MS" +424,55,195,"New Orleans, LA",195,"New Orleans, LA" +424,56,195,"New Orleans, LA",195,"New Orleans, LA" +424,57,177,"Savannah, GA",177,"Savannah, GA" +424,58,245,"Charleston, SC",245,"Charleston, SC" +424,59,172,"Port Everglades, FL",172,"Port Everglades, FL" +424,60,208,"Pascagoula, MS",208,"Pascagoula, MS" +424,61,178,"Brunswick, GA",178,"Brunswick, GA" +424,62,174,"Tampa, FL",174,"Tampa, FL" +424,63,208,"Pascagoula, MS",208,"Pascagoula, MS" +424,64,172,"Port Everglades, FL",172,"Port Everglades, FL" +424,65,174,"Tampa, FL",174,"Tampa, FL" +424,66,195,"New Orleans, LA",195,"New Orleans, LA" +424,67,172,"Port Everglades, FL",172,"Port Everglades, FL" +424,68,195,"New Orleans, LA",195,"New Orleans, LA" +424,69,195,"New Orleans, LA",195,"New Orleans, LA" +424,70,174,"Tampa, FL",174,"Tampa, FL" +424,71,172,"Port Everglades, FL",172,"Port Everglades, FL" +424,72,172,"Port Everglades, FL",172,"Port Everglades, FL" +424,73,195,"New Orleans, LA",195,"New Orleans, LA" +424,74,195,"New Orleans, LA",195,"New Orleans, LA" +424,75,195,"New Orleans, LA",195,"New Orleans, LA" +424,76,174,"Tampa, FL",174,"Tampa, FL" +424,77,152,"Mobile, AL",152,"Mobile, AL" +424,78,152,"Mobile, AL",152,"Mobile, AL" +424,79,195,"New Orleans, LA",195,"New Orleans, LA" +424,80,195,"New Orleans, LA",195,"New Orleans, LA" +424,81,195,"New Orleans, LA",195,"New Orleans, LA" +424,82,174,"Tampa, FL",174,"Tampa, FL" +424,83,177,"Savannah, GA",177,"Savannah, GA" +424,84,195,"New Orleans, LA",195,"New Orleans, LA" +424,85,177,"Savannah, GA",177,"Savannah, GA" +424,86,195,"New Orleans, LA",195,"New Orleans, LA" +424,87,177,"Savannah, GA",177,"Savannah, GA" +424,88,195,"New Orleans, LA",195,"New Orleans, LA" +424,89,172,"Port Everglades, FL",172,"Port Everglades, FL" +424,90,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +424,91,177,"Savannah, GA",177,"Savannah, GA" +424,92,195,"New Orleans, LA",195,"New Orleans, LA" +424,93,195,"New Orleans, LA",195,"New Orleans, LA" +424,94,171,"Jacksonville, FL",171,"Jacksonville, FL" +424,95,152,"Mobile, AL",152,"Mobile, AL" +424,96,195,"New Orleans, LA",195,"New Orleans, LA" +424,97,195,"New Orleans, LA",195,"New Orleans, LA" +424,98,195,"New Orleans, LA",195,"New Orleans, LA" +424,99,171,"Jacksonville, FL",171,"Jacksonville, FL" +424,100,152,"Mobile, AL",152,"Mobile, AL" +424,101,174,"Tampa, FL",174,"Tampa, FL" +424,102,195,"New Orleans, LA",195,"New Orleans, LA" +424,103,177,"Savannah, GA",177,"Savannah, GA" +424,104,194,"Lake Charles, LA",194,"Lake Charles, LA" +424,105,195,"New Orleans, LA",195,"New Orleans, LA" +424,106,152,"Mobile, AL",152,"Mobile, AL" +424,107,195,"New Orleans, LA",195,"New Orleans, LA" +424,108,177,"Savannah, GA",177,"Savannah, GA" +424,109,195,"New Orleans, LA",195,"New Orleans, LA" +424,110,152,"Mobile, AL",152,"Mobile, AL" +424,111,195,"New Orleans, LA",195,"New Orleans, LA" +424,112,171,"Jacksonville, FL",171,"Jacksonville, FL" +424,113,195,"New Orleans, LA",195,"New Orleans, LA" +424,114,172,"Port Everglades, FL",172,"Port Everglades, FL" +424,115,195,"New Orleans, LA",195,"New Orleans, LA" +424,116,195,"New Orleans, LA",195,"New Orleans, LA" +424,117,171,"Jacksonville, FL",171,"Jacksonville, FL" +424,118,172,"Port Everglades, FL",172,"Port Everglades, FL" +424,119,195,"New Orleans, LA",195,"New Orleans, LA" +424,120,177,"Savannah, GA",177,"Savannah, GA" +424,121,177,"Savannah, GA",177,"Savannah, GA" +424,122,171,"Jacksonville, FL",171,"Jacksonville, FL" +424,123,245,"Charleston, SC",245,"Charleston, SC" +424,124,152,"Mobile, AL",152,"Mobile, AL" +424,125,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +424,126,195,"New Orleans, LA",195,"New Orleans, LA" +424,127,174,"Tampa, FL",174,"Tampa, FL" +424,128,174,"Tampa, FL",174,"Tampa, FL" +424,129,152,"Mobile, AL",152,"Mobile, AL" +424,130,195,"New Orleans, LA",195,"New Orleans, LA" +424,131,245,"Charleston, SC",245,"Charleston, SC" +424,132,174,"Tampa, FL",174,"Tampa, FL" +424,151,152,"Mobile, AL",195,"New Orleans, LA" +424,152,195,"New Orleans, LA",152,"Mobile, AL" +424,153,195,"New Orleans, LA",195,"New Orleans, LA" +424,154,154,"Anchorage, AK",154,"Anchorage, AK" +424,155,253,"Beaumont, TX",254,"Corpus Christi, TX" +424,156,193,"Baton Rouge, LA",254,"Corpus Christi, TX" +424,157,195,"New Orleans, LA",257,"Houston, TX" +424,158,195,"New Orleans, LA",195,"New Orleans, LA" +424,159,195,"New Orleans, LA",257,"Houston, TX" +424,160,195,"New Orleans, LA",257,"Houston, TX" +424,161,257,"Houston, TX",195,"New Orleans, LA" +424,162,257,"Houston, TX",257,"Houston, TX" +424,163,195,"New Orleans, LA",195,"New Orleans, LA" +424,164,174,"Tampa, FL",257,"Houston, TX" +424,165,195,"New Orleans, LA",195,"New Orleans, LA" +424,166,177,"Savannah, GA",177,"Savannah, GA" +424,167,195,"New Orleans, LA",174,"Tampa, FL" +424,168,171,"Jacksonville, FL",198,"Baltimore, MD" +424,169,177,"Savannah, GA",177,"Savannah, GA" +424,170,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +424,171,245,"Charleston, SC",177,"Savannah, GA" +424,172,177,"Savannah, GA",171,"Jacksonville, FL" +424,173,245,"Charleston, SC",177,"Savannah, GA" +424,174,177,"Savannah, GA",152,"Mobile, AL" +424,175,171,"Jacksonville, FL",172,"Port Everglades, FL" +424,176,174,"Tampa, FL",152,"Mobile, AL" +424,177,195,"New Orleans, LA",172,"Port Everglades, FL" +424,178,174,"Tampa, FL",174,"Tampa, FL" +424,179,179,"Honolulu, HI",179,"Honolulu, HI" +424,180,179,"Honolulu, HI",179,"Honolulu, HI" +424,181,172,"Port Everglades, FL",208,"Pascagoula, MS" +424,183,195,"New Orleans, LA",177,"Savannah, GA" +424,184,177,"Savannah, GA",208,"Pascagoula, MS" +424,185,177,"Savannah, GA",229,"Wilmington, NC" +424,186,171,"Jacksonville, FL",152,"Mobile, AL" +424,187,171,"Jacksonville, FL",174,"Tampa, FL" +424,188,257,"Houston, TX",195,"New Orleans, LA" +424,189,171,"Jacksonville, FL",195,"New Orleans, LA" +424,190,257,"Houston, TX",195,"New Orleans, LA" +424,191,174,"Tampa, FL",174,"Tampa, FL" +424,192,152,"Mobile, AL",174,"Tampa, FL" +424,193,195,"New Orleans, LA",195,"New Orleans, LA" +424,194,195,"New Orleans, LA",195,"New Orleans, LA" +424,195,195,"New Orleans, LA",194,"Lake Charles, LA" +424,196,194,"Lake Charles, LA",195,"New Orleans, LA" +424,197,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +424,198,171,"Jacksonville, FL",172,"Port Everglades, FL" +424,199,171,"Jacksonville, FL",177,"Savannah, GA" +424,200,195,"New Orleans, LA",245,"Charleston, SC" +424,201,172,"Port Everglades, FL",174,"Tampa, FL" +424,202,174,"Tampa, FL",241,"Philadelphia, PA" +424,203,195,"New Orleans, LA",172,"Port Everglades, FL" +424,204,152,"Mobile, AL",172,"Port Everglades, FL" +424,205,172,"Port Everglades, FL",253,"Beaumont, TX" +424,206,174,"Tampa, FL",195,"New Orleans, LA" +424,207,245,"Charleston, SC",208,"Pascagoula, MS" +424,208,152,"Mobile, AL",195,"New Orleans, LA" +424,209,257,"Houston, TX",195,"New Orleans, LA" +424,210,245,"Charleston, SC",208,"Pascagoula, MS" +424,211,152,"Mobile, AL",257,"Houston, TX" +424,212,193,"Baton Rouge, LA",195,"New Orleans, LA" +424,213,195,"New Orleans, LA",257,"Houston, TX" +424,214,194,"Lake Charles, LA",195,"New Orleans, LA" +424,215,195,"New Orleans, LA",195,"New Orleans, LA" +424,216,172,"Port Everglades, FL",245,"Charleston, SC" +424,217,177,"Savannah, GA",174,"Tampa, FL" +424,218,174,"Tampa, FL",265,"Norfolk Harbor, VA" +424,219,172,"Port Everglades, FL",172,"Port Everglades, FL" +424,220,172,"Port Everglades, FL",257,"Houston, TX" +424,221,195,"New Orleans, LA",198,"Baltimore, MD" +424,222,245,"Charleston, SC",208,"Pascagoula, MS" +424,223,172,"Port Everglades, FL",171,"Jacksonville, FL" +424,224,177,"Savannah, GA",217,"New York, NY and NJ" +424,225,177,"Savannah, GA",265,"Norfolk Harbor, VA" +424,226,172,"Port Everglades, FL",178,"Brunswick, GA" +424,227,177,"Savannah, GA",172,"Port Everglades, FL" +424,228,195,"New Orleans, LA",229,"Wilmington, NC" +424,229,174,"Tampa, FL",172,"Port Everglades, FL" +424,230,195,"New Orleans, LA",195,"New Orleans, LA" +424,231,245,"Charleston, SC",172,"Port Everglades, FL" +424,232,245,"Charleston, SC",195,"New Orleans, LA" +424,233,177,"Savannah, GA",172,"Port Everglades, FL" +424,234,152,"Mobile, AL",171,"Jacksonville, FL" +424,235,172,"Port Everglades, FL",208,"Pascagoula, MS" +424,236,172,"Port Everglades, FL",193,"Baton Rouge, LA" +424,237,195,"New Orleans, LA",195,"New Orleans, LA" +424,238,257,"Houston, TX",257,"Houston, TX" +424,239,177,"Savannah, GA",239,"Portland, OR" +424,240,152,"Mobile, AL",257,"Houston, TX" +424,241,177,"Savannah, GA",198,"Baltimore, MD" +424,242,177,"Savannah, GA",171,"Jacksonville, FL" +424,243,172,"Port Everglades, FL",177,"Savannah, GA" +424,244,171,"Jacksonville, FL",171,"Jacksonville, FL" +424,245,174,"Tampa, FL",172,"Port Everglades, FL" +424,246,172,"Port Everglades, FL",172,"Port Everglades, FL" +424,247,171,"Jacksonville, FL",174,"Tampa, FL" +424,248,254,"Corpus Christi, TX",152,"Mobile, AL" +424,249,195,"New Orleans, LA",195,"New Orleans, LA" +424,250,195,"New Orleans, LA",172,"Port Everglades, FL" +424,251,195,"New Orleans, LA",171,"Jacksonville, FL" +424,252,254,"Corpus Christi, TX",152,"Mobile, AL" +424,253,257,"Houston, TX",257,"Houston, TX" +424,254,254,"Corpus Christi, TX",195,"New Orleans, LA" +424,255,195,"New Orleans, LA",253,"Beaumont, TX" +424,256,257,"Houston, TX",257,"Houston, TX" +424,257,253,"Beaumont, TX",257,"Houston, TX" +424,258,253,"Beaumont, TX",195,"New Orleans, LA" +424,259,194,"Lake Charles, LA",194,"Lake Charles, LA" +424,260,194,"Lake Charles, LA",254,"Corpus Christi, TX" +424,261,152,"Mobile, AL",257,"Houston, TX" +424,262,195,"New Orleans, LA",253,"Beaumont, TX" +424,263,177,"Savannah, GA",217,"New York, NY and NJ" +424,264,177,"Savannah, GA",177,"Savannah, GA" +424,265,172,"Port Everglades, FL",172,"Port Everglades, FL" +424,266,171,"Jacksonville, FL",172,"Port Everglades, FL" +424,267,174,"Tampa, FL",265,"Norfolk Harbor, VA" +424,268,195,"New Orleans, LA",257,"Houston, TX" +424,269,172,"Port Everglades, FL",195,"New Orleans, LA" +424,270,245,"Charleston, SC",152,"Mobile, AL" +424,271,174,"Tampa, FL",195,"New Orleans, LA" +424,272,172,"Port Everglades, FL",208,"Pascagoula, MS" +424,273,195,"New Orleans, LA",193,"Baton Rouge, LA" +425,1,159,"Long Beach, CA",159,"Long Beach, CA" +425,2,159,"Long Beach, CA",159,"Long Beach, CA" +425,3,159,"Long Beach, CA",159,"Long Beach, CA" +425,4,268,"Seattle, WA",268,"Seattle, WA" +425,5,159,"Long Beach, CA",159,"Long Beach, CA" +425,6,159,"Long Beach, CA",159,"Long Beach, CA" +425,7,159,"Long Beach, CA",159,"Long Beach, CA" +425,8,239,"Portland, OR",239,"Portland, OR" +425,9,268,"Seattle, WA",268,"Seattle, WA" +425,10,239,"Portland, OR",239,"Portland, OR" +425,11,159,"Long Beach, CA",159,"Long Beach, CA" +425,12,159,"Long Beach, CA",159,"Long Beach, CA" +425,13,269,"Longview, WA",269,"Longview, WA" +425,14,239,"Portland, OR",239,"Portland, OR" +425,15,162,"Oakland, CA",162,"Oakland, CA" +425,16,162,"Oakland, CA",162,"Oakland, CA" +425,17,159,"Long Beach, CA",159,"Long Beach, CA" +425,18,239,"Portland, OR",239,"Portland, OR" +425,19,159,"Long Beach, CA",159,"Long Beach, CA" +425,20,159,"Long Beach, CA",159,"Long Beach, CA" +425,21,159,"Long Beach, CA",159,"Long Beach, CA" +425,22,159,"Long Beach, CA",159,"Long Beach, CA" +425,23,268,"Seattle, WA",268,"Seattle, WA" +425,24,159,"Long Beach, CA",159,"Long Beach, CA" +425,25,239,"Portland, OR",239,"Portland, OR" +425,26,159,"Long Beach, CA",159,"Long Beach, CA" +425,27,162,"Oakland, CA",162,"Oakland, CA" +425,28,268,"Seattle, WA",268,"Seattle, WA" +425,29,269,"Longview, WA",269,"Longview, WA" +425,30,159,"Long Beach, CA",159,"Long Beach, CA" +425,31,162,"Oakland, CA",162,"Oakland, CA" +425,32,159,"Long Beach, CA",159,"Long Beach, CA" +425,33,159,"Long Beach, CA",159,"Long Beach, CA" +425,34,268,"Seattle, WA",268,"Seattle, WA" +425,35,159,"Long Beach, CA",159,"Long Beach, CA" +425,36,159,"Long Beach, CA",159,"Long Beach, CA" +425,37,268,"Seattle, WA",268,"Seattle, WA" +425,38,162,"Oakland, CA",162,"Oakland, CA" +425,39,159,"Long Beach, CA",159,"Long Beach, CA" +425,40,239,"Portland, OR",239,"Portland, OR" +425,41,159,"Long Beach, CA",159,"Long Beach, CA" +425,42,268,"Seattle, WA",268,"Seattle, WA" +425,43,159,"Long Beach, CA",159,"Long Beach, CA" +425,44,162,"Oakland, CA",162,"Oakland, CA" +425,45,159,"Long Beach, CA",159,"Long Beach, CA" +425,46,162,"Oakland, CA",162,"Oakland, CA" +425,47,268,"Seattle, WA",268,"Seattle, WA" +425,48,269,"Longview, WA",269,"Longview, WA" +425,49,268,"Seattle, WA",268,"Seattle, WA" +425,50,162,"Oakland, CA",162,"Oakland, CA" +425,51,269,"Longview, WA",269,"Longview, WA" +425,52,162,"Oakland, CA",162,"Oakland, CA" +425,53,268,"Seattle, WA",268,"Seattle, WA" +425,54,159,"Long Beach, CA",159,"Long Beach, CA" +425,55,159,"Long Beach, CA",159,"Long Beach, CA" +425,56,159,"Long Beach, CA",159,"Long Beach, CA" +425,57,162,"Oakland, CA",162,"Oakland, CA" +425,58,268,"Seattle, WA",268,"Seattle, WA" +425,59,159,"Long Beach, CA",159,"Long Beach, CA" +425,60,269,"Longview, WA",269,"Longview, WA" +425,61,159,"Long Beach, CA",159,"Long Beach, CA" +425,62,159,"Long Beach, CA",159,"Long Beach, CA" +425,63,269,"Longview, WA",269,"Longview, WA" +425,64,268,"Seattle, WA",268,"Seattle, WA" +425,65,159,"Long Beach, CA",159,"Long Beach, CA" +425,66,269,"Longview, WA",269,"Longview, WA" +425,67,239,"Portland, OR",239,"Portland, OR" +425,68,159,"Long Beach, CA",159,"Long Beach, CA" +425,69,159,"Long Beach, CA",159,"Long Beach, CA" +425,70,159,"Long Beach, CA",159,"Long Beach, CA" +425,71,269,"Longview, WA",269,"Longview, WA" +425,72,159,"Long Beach, CA",159,"Long Beach, CA" +425,73,268,"Seattle, WA",268,"Seattle, WA" +425,74,159,"Long Beach, CA",159,"Long Beach, CA" +425,75,162,"Oakland, CA",162,"Oakland, CA" +425,76,268,"Seattle, WA",268,"Seattle, WA" +425,77,268,"Seattle, WA",268,"Seattle, WA" +425,78,159,"Long Beach, CA",159,"Long Beach, CA" +425,79,159,"Long Beach, CA",159,"Long Beach, CA" +425,80,159,"Long Beach, CA",159,"Long Beach, CA" +425,81,159,"Long Beach, CA",159,"Long Beach, CA" +425,82,268,"Seattle, WA",268,"Seattle, WA" +425,83,159,"Long Beach, CA",159,"Long Beach, CA" +425,84,159,"Long Beach, CA",159,"Long Beach, CA" +425,85,159,"Long Beach, CA",159,"Long Beach, CA" +425,86,268,"Seattle, WA",268,"Seattle, WA" +425,87,159,"Long Beach, CA",159,"Long Beach, CA" +425,88,159,"Long Beach, CA",159,"Long Beach, CA" +425,89,269,"Longview, WA",269,"Longview, WA" +425,90,159,"Long Beach, CA",159,"Long Beach, CA" +425,91,159,"Long Beach, CA",159,"Long Beach, CA" +425,92,159,"Long Beach, CA",159,"Long Beach, CA" +425,93,159,"Long Beach, CA",159,"Long Beach, CA" +425,94,268,"Seattle, WA",268,"Seattle, WA" +425,95,159,"Long Beach, CA",159,"Long Beach, CA" +425,96,159,"Long Beach, CA",159,"Long Beach, CA" +425,97,268,"Seattle, WA",268,"Seattle, WA" +425,98,159,"Long Beach, CA",159,"Long Beach, CA" +425,99,159,"Long Beach, CA",159,"Long Beach, CA" +425,100,268,"Seattle, WA",268,"Seattle, WA" +425,101,159,"Long Beach, CA",159,"Long Beach, CA" +425,102,268,"Seattle, WA",268,"Seattle, WA" +425,103,159,"Long Beach, CA",159,"Long Beach, CA" +425,104,159,"Long Beach, CA",159,"Long Beach, CA" +425,105,162,"Oakland, CA",162,"Oakland, CA" +425,106,239,"Portland, OR",239,"Portland, OR" +425,107,162,"Oakland, CA",162,"Oakland, CA" +425,108,268,"Seattle, WA",268,"Seattle, WA" +425,109,159,"Long Beach, CA",159,"Long Beach, CA" +425,110,162,"Oakland, CA",162,"Oakland, CA" +425,111,268,"Seattle, WA",268,"Seattle, WA" +425,112,268,"Seattle, WA",268,"Seattle, WA" +425,113,162,"Oakland, CA",162,"Oakland, CA" +425,114,159,"Long Beach, CA",159,"Long Beach, CA" +425,115,159,"Long Beach, CA",159,"Long Beach, CA" +425,116,162,"Oakland, CA",162,"Oakland, CA" +425,117,162,"Oakland, CA",162,"Oakland, CA" +425,118,159,"Long Beach, CA",159,"Long Beach, CA" +425,119,159,"Long Beach, CA",159,"Long Beach, CA" +425,120,159,"Long Beach, CA",159,"Long Beach, CA" +425,121,159,"Long Beach, CA",159,"Long Beach, CA" +425,122,239,"Portland, OR",239,"Portland, OR" +425,123,162,"Oakland, CA",162,"Oakland, CA" +425,124,159,"Long Beach, CA",159,"Long Beach, CA" +425,125,159,"Long Beach, CA",159,"Long Beach, CA" +425,126,159,"Long Beach, CA",159,"Long Beach, CA" +425,127,159,"Long Beach, CA",159,"Long Beach, CA" +425,128,268,"Seattle, WA",268,"Seattle, WA" +425,129,159,"Long Beach, CA",159,"Long Beach, CA" +425,130,162,"Oakland, CA",162,"Oakland, CA" +425,131,159,"Long Beach, CA",159,"Long Beach, CA" +425,132,159,"Long Beach, CA",159,"Long Beach, CA" +425,151,162,"Oakland, CA",159,"Long Beach, CA" +425,152,159,"Long Beach, CA",159,"Long Beach, CA" +425,153,159,"Long Beach, CA",159,"Long Beach, CA" +425,154,154,"Anchorage, AK",154,"Anchorage, AK" +425,155,159,"Long Beach, CA",159,"Long Beach, CA" +425,156,268,"Seattle, WA",159,"Long Beach, CA" +425,157,159,"Long Beach, CA",159,"Long Beach, CA" +425,158,159,"Long Beach, CA",268,"Seattle, WA" +425,159,239,"Portland, OR",159,"Long Beach, CA" +425,160,159,"Long Beach, CA",159,"Long Beach, CA" +425,161,159,"Long Beach, CA",268,"Seattle, WA" +425,162,159,"Long Beach, CA",268,"Seattle, WA" +425,163,159,"Long Beach, CA",268,"Seattle, WA" +425,164,159,"Long Beach, CA",159,"Long Beach, CA" +425,165,159,"Long Beach, CA",239,"Portland, OR" +425,166,159,"Long Beach, CA",239,"Portland, OR" +425,167,268,"Seattle, WA",159,"Long Beach, CA" +425,168,159,"Long Beach, CA",159,"Long Beach, CA" +425,169,239,"Portland, OR",268,"Seattle, WA" +425,170,159,"Long Beach, CA",159,"Long Beach, CA" +425,171,159,"Long Beach, CA",268,"Seattle, WA" +425,172,159,"Long Beach, CA",162,"Oakland, CA" +425,173,159,"Long Beach, CA",159,"Long Beach, CA" +425,174,159,"Long Beach, CA",159,"Long Beach, CA" +425,175,268,"Seattle, WA",268,"Seattle, WA" +425,176,159,"Long Beach, CA",159,"Long Beach, CA" +425,177,162,"Oakland, CA",162,"Oakland, CA" +425,178,159,"Long Beach, CA",268,"Seattle, WA" +425,179,179,"Honolulu, HI",179,"Honolulu, HI" +425,180,179,"Honolulu, HI",179,"Honolulu, HI" +425,181,269,"Longview, WA",268,"Seattle, WA" +425,183,159,"Long Beach, CA",159,"Long Beach, CA" +425,184,159,"Long Beach, CA",159,"Long Beach, CA" +425,185,162,"Oakland, CA",159,"Long Beach, CA" +425,186,239,"Portland, OR",162,"Oakland, CA" +425,187,159,"Long Beach, CA",159,"Long Beach, CA" +425,188,162,"Oakland, CA",269,"Longview, WA" +425,189,159,"Long Beach, CA",159,"Long Beach, CA" +425,190,162,"Oakland, CA",268,"Seattle, WA" +425,191,268,"Seattle, WA",159,"Long Beach, CA" +425,192,162,"Oakland, CA",159,"Long Beach, CA" +425,193,268,"Seattle, WA",159,"Long Beach, CA" +425,194,159,"Long Beach, CA",159,"Long Beach, CA" +425,195,159,"Long Beach, CA",159,"Long Beach, CA" +425,196,159,"Long Beach, CA",268,"Seattle, WA" +425,197,162,"Oakland, CA",268,"Seattle, WA" +425,198,159,"Long Beach, CA",162,"Oakland, CA" +425,199,159,"Long Beach, CA",159,"Long Beach, CA" +425,200,239,"Portland, OR",268,"Seattle, WA" +425,201,268,"Seattle, WA",239,"Portland, OR" +425,202,159,"Long Beach, CA",162,"Oakland, CA" +425,203,159,"Long Beach, CA",268,"Seattle, WA" +425,204,162,"Oakland, CA",159,"Long Beach, CA" +425,205,159,"Long Beach, CA",159,"Long Beach, CA" +425,206,162,"Oakland, CA",162,"Oakland, CA" +425,207,159,"Long Beach, CA",162,"Oakland, CA" +425,208,159,"Long Beach, CA",159,"Long Beach, CA" +425,209,159,"Long Beach, CA",162,"Oakland, CA" +425,210,159,"Long Beach, CA",159,"Long Beach, CA" +425,211,239,"Portland, OR",239,"Portland, OR" +425,212,268,"Seattle, WA",159,"Long Beach, CA" +425,213,159,"Long Beach, CA",159,"Long Beach, CA" +425,214,159,"Long Beach, CA",159,"Long Beach, CA" +425,215,159,"Long Beach, CA",239,"Portland, OR" +425,216,159,"Long Beach, CA",268,"Seattle, WA" +425,217,162,"Oakland, CA",159,"Long Beach, CA" +425,218,268,"Seattle, WA",159,"Long Beach, CA" +425,219,239,"Portland, OR",162,"Oakland, CA" +425,220,159,"Long Beach, CA",268,"Seattle, WA" +425,221,159,"Long Beach, CA",159,"Long Beach, CA" +425,222,268,"Seattle, WA",268,"Seattle, WA" +425,223,159,"Long Beach, CA",162,"Oakland, CA" +425,224,159,"Long Beach, CA",159,"Long Beach, CA" +425,225,159,"Long Beach, CA",269,"Longview, WA" +425,226,159,"Long Beach, CA",159,"Long Beach, CA" +425,227,239,"Portland, OR",159,"Long Beach, CA" +425,228,159,"Long Beach, CA",269,"Longview, WA" +425,229,159,"Long Beach, CA",269,"Longview, WA" +425,230,268,"Seattle, WA",239,"Portland, OR" +425,231,162,"Oakland, CA",159,"Long Beach, CA" +425,232,268,"Seattle, WA",162,"Oakland, CA" +425,233,268,"Seattle, WA",268,"Seattle, WA" +425,234,239,"Portland, OR",159,"Long Beach, CA" +425,235,159,"Long Beach, CA",159,"Long Beach, CA" +425,236,159,"Long Beach, CA",268,"Seattle, WA" +425,237,159,"Long Beach, CA",268,"Seattle, WA" +425,238,159,"Long Beach, CA",159,"Long Beach, CA" +425,239,269,"Longview, WA",159,"Long Beach, CA" +425,240,159,"Long Beach, CA",268,"Seattle, WA" +425,241,159,"Long Beach, CA",159,"Long Beach, CA" +425,242,162,"Oakland, CA",268,"Seattle, WA" +425,243,159,"Long Beach, CA",159,"Long Beach, CA" +425,244,268,"Seattle, WA",159,"Long Beach, CA" +425,245,159,"Long Beach, CA",159,"Long Beach, CA" +425,246,159,"Long Beach, CA",159,"Long Beach, CA" +425,247,159,"Long Beach, CA",159,"Long Beach, CA" +425,248,162,"Oakland, CA",268,"Seattle, WA" +425,249,159,"Long Beach, CA",159,"Long Beach, CA" +425,250,159,"Long Beach, CA",159,"Long Beach, CA" +425,251,159,"Long Beach, CA",159,"Long Beach, CA" +425,252,159,"Long Beach, CA",269,"Longview, WA" +425,253,159,"Long Beach, CA",159,"Long Beach, CA" +425,254,159,"Long Beach, CA",159,"Long Beach, CA" +425,255,239,"Portland, OR",269,"Longview, WA" +425,256,268,"Seattle, WA",239,"Portland, OR" +425,257,239,"Portland, OR",269,"Longview, WA" +425,258,269,"Longview, WA",268,"Seattle, WA" +425,259,159,"Long Beach, CA",159,"Long Beach, CA" +425,260,162,"Oakland, CA",159,"Long Beach, CA" +425,261,159,"Long Beach, CA",268,"Seattle, WA" +425,262,159,"Long Beach, CA",268,"Seattle, WA" +425,263,239,"Portland, OR",159,"Long Beach, CA" +425,264,268,"Seattle, WA",159,"Long Beach, CA" +425,265,159,"Long Beach, CA",268,"Seattle, WA" +425,266,269,"Longview, WA",159,"Long Beach, CA" +425,267,159,"Long Beach, CA",159,"Long Beach, CA" +425,268,159,"Long Beach, CA",268,"Seattle, WA" +425,269,159,"Long Beach, CA",162,"Oakland, CA" +425,270,159,"Long Beach, CA",159,"Long Beach, CA" +425,271,159,"Long Beach, CA",159,"Long Beach, CA" +425,272,159,"Long Beach, CA",162,"Oakland, CA" +425,273,162,"Oakland, CA",159,"Long Beach, CA" +426,1,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,2,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +426,3,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,4,152,"Mobile, AL",152,"Mobile, AL" +426,5,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,6,195,"New Orleans, LA",195,"New Orleans, LA" +426,7,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,8,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,9,195,"New Orleans, LA",195,"New Orleans, LA" +426,10,174,"Tampa, FL",174,"Tampa, FL" +426,11,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +426,12,195,"New Orleans, LA",195,"New Orleans, LA" +426,13,208,"Pascagoula, MS",208,"Pascagoula, MS" +426,14,195,"New Orleans, LA",195,"New Orleans, LA" +426,15,195,"New Orleans, LA",195,"New Orleans, LA" +426,16,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,17,194,"Lake Charles, LA",194,"Lake Charles, LA" +426,18,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +426,19,177,"Savannah, GA",177,"Savannah, GA" +426,20,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,21,245,"Charleston, SC",245,"Charleston, SC" +426,22,152,"Mobile, AL",152,"Mobile, AL" +426,23,195,"New Orleans, LA",195,"New Orleans, LA" +426,24,152,"Mobile, AL",152,"Mobile, AL" +426,25,177,"Savannah, GA",177,"Savannah, GA" +426,26,177,"Savannah, GA",177,"Savannah, GA" +426,27,195,"New Orleans, LA",195,"New Orleans, LA" +426,28,194,"Lake Charles, LA",194,"Lake Charles, LA" +426,29,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,30,195,"New Orleans, LA",195,"New Orleans, LA" +426,31,195,"New Orleans, LA",195,"New Orleans, LA" +426,32,195,"New Orleans, LA",195,"New Orleans, LA" +426,33,177,"Savannah, GA",177,"Savannah, GA" +426,34,174,"Tampa, FL",174,"Tampa, FL" +426,35,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,36,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,37,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +426,38,195,"New Orleans, LA",195,"New Orleans, LA" +426,39,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +426,40,171,"Jacksonville, FL",171,"Jacksonville, FL" +426,41,229,"Wilmington, NC",229,"Wilmington, NC" +426,42,195,"New Orleans, LA",195,"New Orleans, LA" +426,43,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,44,152,"Mobile, AL",152,"Mobile, AL" +426,45,177,"Savannah, GA",177,"Savannah, GA" +426,46,195,"New Orleans, LA",195,"New Orleans, LA" +426,47,195,"New Orleans, LA",195,"New Orleans, LA" +426,48,195,"New Orleans, LA",195,"New Orleans, LA" +426,49,152,"Mobile, AL",152,"Mobile, AL" +426,50,245,"Charleston, SC",245,"Charleston, SC" +426,51,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,52,195,"New Orleans, LA",195,"New Orleans, LA" +426,53,245,"Charleston, SC",245,"Charleston, SC" +426,54,195,"New Orleans, LA",195,"New Orleans, LA" +426,55,177,"Savannah, GA",177,"Savannah, GA" +426,56,174,"Tampa, FL",174,"Tampa, FL" +426,57,208,"Pascagoula, MS",208,"Pascagoula, MS" +426,58,208,"Pascagoula, MS",208,"Pascagoula, MS" +426,59,171,"Jacksonville, FL",171,"Jacksonville, FL" +426,60,195,"New Orleans, LA",195,"New Orleans, LA" +426,61,174,"Tampa, FL",174,"Tampa, FL" +426,62,171,"Jacksonville, FL",171,"Jacksonville, FL" +426,63,195,"New Orleans, LA",195,"New Orleans, LA" +426,64,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +426,65,195,"New Orleans, LA",195,"New Orleans, LA" +426,66,195,"New Orleans, LA",195,"New Orleans, LA" +426,67,177,"Savannah, GA",177,"Savannah, GA" +426,68,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +426,69,245,"Charleston, SC",245,"Charleston, SC" +426,70,152,"Mobile, AL",152,"Mobile, AL" +426,71,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +426,72,195,"New Orleans, LA",195,"New Orleans, LA" +426,73,171,"Jacksonville, FL",171,"Jacksonville, FL" +426,74,174,"Tampa, FL",174,"Tampa, FL" +426,75,208,"Pascagoula, MS",208,"Pascagoula, MS" +426,76,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,77,195,"New Orleans, LA",195,"New Orleans, LA" +426,78,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,79,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,80,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,81,208,"Pascagoula, MS",208,"Pascagoula, MS" +426,82,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +426,83,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +426,84,195,"New Orleans, LA",195,"New Orleans, LA" +426,85,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,86,171,"Jacksonville, FL",171,"Jacksonville, FL" +426,87,177,"Savannah, GA",177,"Savannah, GA" +426,88,195,"New Orleans, LA",195,"New Orleans, LA" +426,89,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +426,90,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,91,195,"New Orleans, LA",195,"New Orleans, LA" +426,92,195,"New Orleans, LA",195,"New Orleans, LA" +426,93,195,"New Orleans, LA",195,"New Orleans, LA" +426,94,171,"Jacksonville, FL",171,"Jacksonville, FL" +426,95,171,"Jacksonville, FL",171,"Jacksonville, FL" +426,96,177,"Savannah, GA",177,"Savannah, GA" +426,97,171,"Jacksonville, FL",171,"Jacksonville, FL" +426,98,171,"Jacksonville, FL",171,"Jacksonville, FL" +426,99,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,100,152,"Mobile, AL",152,"Mobile, AL" +426,101,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,102,257,"Houston, TX",257,"Houston, TX" +426,103,174,"Tampa, FL",174,"Tampa, FL" +426,104,229,"Wilmington, NC",229,"Wilmington, NC" +426,105,195,"New Orleans, LA",195,"New Orleans, LA" +426,106,245,"Charleston, SC",245,"Charleston, SC" +426,107,174,"Tampa, FL",174,"Tampa, FL" +426,108,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,109,195,"New Orleans, LA",195,"New Orleans, LA" +426,110,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,111,195,"New Orleans, LA",195,"New Orleans, LA" +426,112,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,113,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +426,114,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +426,115,177,"Savannah, GA",177,"Savannah, GA" +426,116,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +426,117,195,"New Orleans, LA",195,"New Orleans, LA" +426,118,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +426,119,171,"Jacksonville, FL",171,"Jacksonville, FL" +426,120,177,"Savannah, GA",177,"Savannah, GA" +426,121,174,"Tampa, FL",174,"Tampa, FL" +426,122,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,123,169,"Wilmington, DE",169,"Wilmington, DE" +426,124,195,"New Orleans, LA",195,"New Orleans, LA" +426,125,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,126,177,"Savannah, GA",177,"Savannah, GA" +426,127,177,"Savannah, GA",177,"Savannah, GA" +426,128,245,"Charleston, SC",245,"Charleston, SC" +426,129,178,"Brunswick, GA",178,"Brunswick, GA" +426,130,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,131,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,132,208,"Pascagoula, MS",208,"Pascagoula, MS" +426,151,178,"Brunswick, GA",195,"New Orleans, LA" +426,152,152,"Mobile, AL",253,"Beaumont, TX" +426,153,245,"Charleston, SC",195,"New Orleans, LA" +426,154,154,"Anchorage, AK",154,"Anchorage, AK" +426,155,254,"Corpus Christi, TX",208,"Pascagoula, MS" +426,156,257,"Houston, TX",253,"Beaumont, TX" +426,157,194,"Lake Charles, LA",253,"Beaumont, TX" +426,158,257,"Houston, TX",171,"Jacksonville, FL" +426,159,253,"Beaumont, TX",193,"Baton Rouge, LA" +426,160,257,"Houston, TX",159,"Long Beach, CA" +426,161,193,"Baton Rouge, LA",172,"Port Everglades, FL" +426,162,257,"Houston, TX",159,"Long Beach, CA" +426,163,195,"New Orleans, LA",253,"Beaumont, TX" +426,164,257,"Houston, TX",254,"Corpus Christi, TX" +426,165,195,"New Orleans, LA",257,"Houston, TX" +426,166,265,"Norfolk Harbor, VA",152,"Mobile, AL" +426,167,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +426,168,245,"Charleston, SC",169,"Wilmington, DE" +426,169,174,"Tampa, FL",229,"Wilmington, NC" +426,170,171,"Jacksonville, FL",171,"Jacksonville, FL" +426,171,172,"Port Everglades, FL",174,"Tampa, FL" +426,172,177,"Savannah, GA",152,"Mobile, AL" +426,173,174,"Tampa, FL",172,"Port Everglades, FL" +426,174,177,"Savannah, GA",174,"Tampa, FL" +426,175,245,"Charleston, SC",174,"Tampa, FL" +426,176,152,"Mobile, AL",152,"Mobile, AL" +426,177,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,178,177,"Savannah, GA",177,"Savannah, GA" +426,179,179,"Honolulu, HI",179,"Honolulu, HI" +426,180,179,"Honolulu, HI",179,"Honolulu, HI" +426,181,257,"Houston, TX",208,"Pascagoula, MS" +426,183,195,"New Orleans, LA",195,"New Orleans, LA" +426,184,171,"Jacksonville, FL",171,"Jacksonville, FL" +426,185,178,"Brunswick, GA",195,"New Orleans, LA" +426,186,172,"Port Everglades, FL",177,"Savannah, GA" +426,187,172,"Port Everglades, FL",169,"Wilmington, DE" +426,188,194,"Lake Charles, LA",172,"Port Everglades, FL" +426,189,172,"Port Everglades, FL",195,"New Orleans, LA" +426,190,257,"Houston, TX",208,"Pascagoula, MS" +426,191,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +426,192,194,"Lake Charles, LA",152,"Mobile, AL" +426,193,257,"Houston, TX",177,"Savannah, GA" +426,194,208,"Pascagoula, MS",195,"New Orleans, LA" +426,195,194,"Lake Charles, LA",195,"New Orleans, LA" +426,196,254,"Corpus Christi, TX",195,"New Orleans, LA" +426,197,177,"Savannah, GA",172,"Port Everglades, FL" +426,198,174,"Tampa, FL",172,"Port Everglades, FL" +426,199,198,"Baltimore, MD",171,"Jacksonville, FL" +426,200,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +426,201,172,"Port Everglades, FL",201,"Boston, MA" +426,202,174,"Tampa, FL",169,"Wilmington, DE" +426,203,198,"Baltimore, MD",169,"Wilmington, DE" +426,204,152,"Mobile, AL",265,"Norfolk Harbor, VA" +426,205,241,"Philadelphia, PA",172,"Port Everglades, FL" +426,206,208,"Pascagoula, MS",193,"Baton Rouge, LA" +426,207,195,"New Orleans, LA",195,"New Orleans, LA" +426,208,172,"Port Everglades, FL",171,"Jacksonville, FL" +426,209,245,"Charleston, SC",195,"New Orleans, LA" +426,210,152,"Mobile, AL",193,"Baton Rouge, LA" +426,211,195,"New Orleans, LA",257,"Houston, TX" +426,212,245,"Charleston, SC",257,"Houston, TX" +426,213,208,"Pascagoula, MS",177,"Savannah, GA" +426,214,257,"Houston, TX",257,"Houston, TX" +426,215,194,"Lake Charles, LA",194,"Lake Charles, LA" +426,216,245,"Charleston, SC",177,"Savannah, GA" +426,217,171,"Jacksonville, FL",172,"Port Everglades, FL" +426,218,172,"Port Everglades, FL",171,"Jacksonville, FL" +426,219,229,"Wilmington, NC",177,"Savannah, GA" +426,220,253,"Beaumont, TX",195,"New Orleans, LA" +426,221,198,"Baltimore, MD",198,"Baltimore, MD" +426,222,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +426,223,177,"Savannah, GA",198,"Baltimore, MD" +426,224,218,"Camden-Gloucester, NJ",201,"Boston, MA" +426,225,172,"Port Everglades, FL",172,"Port Everglades, FL" +426,226,177,"Savannah, GA",172,"Port Everglades, FL" +426,227,171,"Jacksonville, FL",152,"Mobile, AL" +426,228,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +426,229,245,"Charleston, SC",172,"Port Everglades, FL" +426,230,174,"Tampa, FL",208,"Pascagoula, MS" +426,231,177,"Savannah, GA",195,"New Orleans, LA" +426,232,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +426,233,245,"Charleston, SC",265,"Norfolk Harbor, VA" +426,234,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +426,235,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +426,236,254,"Corpus Christi, TX",253,"Beaumont, TX" +426,237,195,"New Orleans, LA",245,"Charleston, SC" +426,238,265,"Norfolk Harbor, VA",194,"Lake Charles, LA" +426,239,195,"New Orleans, LA",152,"Mobile, AL" +426,240,245,"Charleston, SC",172,"Port Everglades, FL" +426,241,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +426,242,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +426,243,218,"Camden-Gloucester, NJ",172,"Port Everglades, FL" +426,244,218,"Camden-Gloucester, NJ",174,"Tampa, FL" +426,245,195,"New Orleans, LA",177,"Savannah, GA" +426,246,172,"Port Everglades, FL",208,"Pascagoula, MS" +426,247,174,"Tampa, FL",171,"Jacksonville, FL" +426,248,174,"Tampa, FL",195,"New Orleans, LA" +426,249,171,"Jacksonville, FL",195,"New Orleans, LA" +426,250,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +426,251,229,"Wilmington, NC",171,"Jacksonville, FL" +426,252,254,"Corpus Christi, TX",257,"Houston, TX" +426,253,253,"Beaumont, TX",152,"Mobile, AL" +426,254,254,"Corpus Christi, TX",195,"New Orleans, LA" +426,255,172,"Port Everglades, FL",257,"Houston, TX" +426,256,257,"Houston, TX",152,"Mobile, AL" +426,257,193,"Baton Rouge, LA",253,"Beaumont, TX" +426,258,195,"New Orleans, LA",257,"Houston, TX" +426,259,254,"Corpus Christi, TX",257,"Houston, TX" +426,260,193,"Baton Rouge, LA",208,"Pascagoula, MS" +426,261,172,"Port Everglades, FL",257,"Houston, TX" +426,262,177,"Savannah, GA",257,"Houston, TX" +426,263,177,"Savannah, GA",198,"Baltimore, MD" +426,264,174,"Tampa, FL",265,"Norfolk Harbor, VA" +426,265,152,"Mobile, AL",177,"Savannah, GA" +426,266,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +426,267,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +426,268,152,"Mobile, AL",223,"New York, NY and NJ" +426,269,195,"New Orleans, LA",245,"Charleston, SC" +426,270,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +426,271,177,"Savannah, GA",152,"Mobile, AL" +426,272,174,"Tampa, FL",265,"Norfolk Harbor, VA" +426,273,257,"Houston, TX",265,"Norfolk Harbor, VA" +427,1,174,"Tampa, FL",174,"Tampa, FL" +427,2,152,"Mobile, AL",152,"Mobile, AL" +427,3,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +427,4,195,"New Orleans, LA",195,"New Orleans, LA" +427,5,195,"New Orleans, LA",195,"New Orleans, LA" +427,6,195,"New Orleans, LA",195,"New Orleans, LA" +427,7,253,"Beaumont, TX",253,"Beaumont, TX" +427,8,172,"Port Everglades, FL",172,"Port Everglades, FL" +427,9,195,"New Orleans, LA",195,"New Orleans, LA" +427,10,194,"Lake Charles, LA",194,"Lake Charles, LA" +427,11,195,"New Orleans, LA",195,"New Orleans, LA" +427,12,257,"Houston, TX",257,"Houston, TX" +427,13,177,"Savannah, GA",177,"Savannah, GA" +427,14,195,"New Orleans, LA",195,"New Orleans, LA" +427,15,254,"Corpus Christi, TX",254,"Corpus Christi, TX" +427,16,257,"Houston, TX",257,"Houston, TX" +427,17,257,"Houston, TX",257,"Houston, TX" +427,18,195,"New Orleans, LA",195,"New Orleans, LA" +427,19,195,"New Orleans, LA",195,"New Orleans, LA" +427,20,195,"New Orleans, LA",195,"New Orleans, LA" +427,21,174,"Tampa, FL",174,"Tampa, FL" +427,22,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +427,23,245,"Charleston, SC",245,"Charleston, SC" +427,24,177,"Savannah, GA",177,"Savannah, GA" +427,25,195,"New Orleans, LA",195,"New Orleans, LA" +427,26,172,"Port Everglades, FL",172,"Port Everglades, FL" +427,27,195,"New Orleans, LA",195,"New Orleans, LA" +427,28,253,"Beaumont, TX",253,"Beaumont, TX" +427,29,195,"New Orleans, LA",195,"New Orleans, LA" +427,30,195,"New Orleans, LA",195,"New Orleans, LA" +427,31,152,"Mobile, AL",152,"Mobile, AL" +427,32,152,"Mobile, AL",152,"Mobile, AL" +427,33,195,"New Orleans, LA",195,"New Orleans, LA" +427,34,195,"New Orleans, LA",195,"New Orleans, LA" +427,35,194,"Lake Charles, LA",194,"Lake Charles, LA" +427,36,177,"Savannah, GA",177,"Savannah, GA" +427,37,172,"Port Everglades, FL",172,"Port Everglades, FL" +427,38,195,"New Orleans, LA",195,"New Orleans, LA" +427,39,195,"New Orleans, LA",195,"New Orleans, LA" +427,40,195,"New Orleans, LA",195,"New Orleans, LA" +427,41,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +427,42,171,"Jacksonville, FL",171,"Jacksonville, FL" +427,43,174,"Tampa, FL",174,"Tampa, FL" +427,44,245,"Charleston, SC",245,"Charleston, SC" +427,45,195,"New Orleans, LA",195,"New Orleans, LA" +427,46,195,"New Orleans, LA",195,"New Orleans, LA" +427,47,172,"Port Everglades, FL",172,"Port Everglades, FL" +427,48,195,"New Orleans, LA",195,"New Orleans, LA" +427,49,195,"New Orleans, LA",195,"New Orleans, LA" +427,50,171,"Jacksonville, FL",171,"Jacksonville, FL" +427,51,195,"New Orleans, LA",195,"New Orleans, LA" +427,52,195,"New Orleans, LA",195,"New Orleans, LA" +427,53,195,"New Orleans, LA",195,"New Orleans, LA" +427,54,195,"New Orleans, LA",195,"New Orleans, LA" +427,55,171,"Jacksonville, FL",171,"Jacksonville, FL" +427,56,174,"Tampa, FL",174,"Tampa, FL" +427,57,195,"New Orleans, LA",195,"New Orleans, LA" +427,58,172,"Port Everglades, FL",172,"Port Everglades, FL" +427,59,171,"Jacksonville, FL",171,"Jacksonville, FL" +427,60,152,"Mobile, AL",152,"Mobile, AL" +427,61,152,"Mobile, AL",152,"Mobile, AL" +427,62,195,"New Orleans, LA",195,"New Orleans, LA" +427,63,194,"Lake Charles, LA",194,"Lake Charles, LA" +427,64,177,"Savannah, GA",177,"Savannah, GA" +427,65,152,"Mobile, AL",152,"Mobile, AL" +427,66,195,"New Orleans, LA",195,"New Orleans, LA" +427,67,195,"New Orleans, LA",195,"New Orleans, LA" +427,68,177,"Savannah, GA",177,"Savannah, GA" +427,69,194,"Lake Charles, LA",194,"Lake Charles, LA" +427,70,195,"New Orleans, LA",195,"New Orleans, LA" +427,71,152,"Mobile, AL",152,"Mobile, AL" +427,72,195,"New Orleans, LA",195,"New Orleans, LA" +427,73,177,"Savannah, GA",177,"Savannah, GA" +427,74,208,"Pascagoula, MS",208,"Pascagoula, MS" +427,75,195,"New Orleans, LA",195,"New Orleans, LA" +427,76,245,"Charleston, SC",245,"Charleston, SC" +427,77,195,"New Orleans, LA",195,"New Orleans, LA" +427,78,172,"Port Everglades, FL",172,"Port Everglades, FL" +427,79,195,"New Orleans, LA",195,"New Orleans, LA" +427,80,152,"Mobile, AL",152,"Mobile, AL" +427,81,245,"Charleston, SC",245,"Charleston, SC" +427,82,195,"New Orleans, LA",195,"New Orleans, LA" +427,83,194,"Lake Charles, LA",194,"Lake Charles, LA" +427,84,195,"New Orleans, LA",195,"New Orleans, LA" +427,85,195,"New Orleans, LA",195,"New Orleans, LA" +427,86,172,"Port Everglades, FL",172,"Port Everglades, FL" +427,87,177,"Savannah, GA",177,"Savannah, GA" +427,88,152,"Mobile, AL",152,"Mobile, AL" +427,89,174,"Tampa, FL",174,"Tampa, FL" +427,90,152,"Mobile, AL",152,"Mobile, AL" +427,91,172,"Port Everglades, FL",172,"Port Everglades, FL" +427,92,195,"New Orleans, LA",195,"New Orleans, LA" +427,93,208,"Pascagoula, MS",208,"Pascagoula, MS" +427,94,172,"Port Everglades, FL",172,"Port Everglades, FL" +427,95,195,"New Orleans, LA",195,"New Orleans, LA" +427,96,195,"New Orleans, LA",195,"New Orleans, LA" +427,97,177,"Savannah, GA",177,"Savannah, GA" +427,98,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +427,99,177,"Savannah, GA",177,"Savannah, GA" +427,100,152,"Mobile, AL",152,"Mobile, AL" +427,101,172,"Port Everglades, FL",172,"Port Everglades, FL" +427,102,208,"Pascagoula, MS",208,"Pascagoula, MS" +427,103,253,"Beaumont, TX",253,"Beaumont, TX" +427,104,195,"New Orleans, LA",195,"New Orleans, LA" +427,105,194,"Lake Charles, LA",194,"Lake Charles, LA" +427,106,195,"New Orleans, LA",195,"New Orleans, LA" +427,107,174,"Tampa, FL",174,"Tampa, FL" +427,108,253,"Beaumont, TX",253,"Beaumont, TX" +427,109,195,"New Orleans, LA",195,"New Orleans, LA" +427,110,171,"Jacksonville, FL",171,"Jacksonville, FL" +427,111,174,"Tampa, FL",174,"Tampa, FL" +427,112,195,"New Orleans, LA",195,"New Orleans, LA" +427,113,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +427,114,245,"Charleston, SC",245,"Charleston, SC" +427,115,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +427,116,195,"New Orleans, LA",195,"New Orleans, LA" +427,117,174,"Tampa, FL",174,"Tampa, FL" +427,118,174,"Tampa, FL",174,"Tampa, FL" +427,119,172,"Port Everglades, FL",172,"Port Everglades, FL" +427,120,195,"New Orleans, LA",195,"New Orleans, LA" +427,121,195,"New Orleans, LA",195,"New Orleans, LA" +427,122,195,"New Orleans, LA",195,"New Orleans, LA" +427,123,195,"New Orleans, LA",195,"New Orleans, LA" +427,124,195,"New Orleans, LA",195,"New Orleans, LA" +427,125,172,"Port Everglades, FL",172,"Port Everglades, FL" +427,126,195,"New Orleans, LA",195,"New Orleans, LA" +427,127,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +427,128,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +427,129,152,"Mobile, AL",152,"Mobile, AL" +427,130,245,"Charleston, SC",245,"Charleston, SC" +427,131,195,"New Orleans, LA",195,"New Orleans, LA" +427,132,174,"Tampa, FL",174,"Tampa, FL" +427,151,195,"New Orleans, LA",172,"Port Everglades, FL" +427,152,195,"New Orleans, LA",195,"New Orleans, LA" +427,153,193,"Baton Rouge, LA",195,"New Orleans, LA" +427,154,154,"Anchorage, AK",154,"Anchorage, AK" +427,155,194,"Lake Charles, LA",257,"Houston, TX" +427,156,254,"Corpus Christi, TX",257,"Houston, TX" +427,157,195,"New Orleans, LA",257,"Houston, TX" +427,158,208,"Pascagoula, MS",171,"Jacksonville, FL" +427,159,257,"Houston, TX",257,"Houston, TX" +427,160,194,"Lake Charles, LA",257,"Houston, TX" +427,161,257,"Houston, TX",257,"Houston, TX" +427,162,253,"Beaumont, TX",257,"Houston, TX" +427,163,193,"Baton Rouge, LA",257,"Houston, TX" +427,164,254,"Corpus Christi, TX",195,"New Orleans, LA" +427,165,171,"Jacksonville, FL",208,"Pascagoula, MS" +427,166,177,"Savannah, GA",265,"Norfolk Harbor, VA" +427,167,174,"Tampa, FL",172,"Port Everglades, FL" +427,168,177,"Savannah, GA",217,"New York, NY and NJ" +427,169,245,"Charleston, SC",265,"Norfolk Harbor, VA" +427,170,174,"Tampa, FL",171,"Jacksonville, FL" +427,171,174,"Tampa, FL",195,"New Orleans, LA" +427,172,195,"New Orleans, LA",172,"Port Everglades, FL" +427,173,152,"Mobile, AL",177,"Savannah, GA" +427,174,174,"Tampa, FL",172,"Port Everglades, FL" +427,175,195,"New Orleans, LA",245,"Charleston, SC" +427,176,152,"Mobile, AL",245,"Charleston, SC" +427,177,245,"Charleston, SC",177,"Savannah, GA" +427,178,172,"Port Everglades, FL",208,"Pascagoula, MS" +427,179,179,"Honolulu, HI",179,"Honolulu, HI" +427,180,179,"Honolulu, HI",179,"Honolulu, HI" +427,181,257,"Houston, TX",257,"Houston, TX" +427,183,195,"New Orleans, LA",195,"New Orleans, LA" +427,184,195,"New Orleans, LA",195,"New Orleans, LA" +427,185,172,"Port Everglades, FL",253,"Beaumont, TX" +427,186,174,"Tampa, FL",195,"New Orleans, LA" +427,187,195,"New Orleans, LA",195,"New Orleans, LA" +427,188,177,"Savannah, GA",257,"Houston, TX" +427,189,177,"Savannah, GA",193,"Baton Rouge, LA" +427,190,253,"Beaumont, TX",193,"Baton Rouge, LA" +427,191,152,"Mobile, AL",195,"New Orleans, LA" +427,192,152,"Mobile, AL",195,"New Orleans, LA" +427,193,152,"Mobile, AL",195,"New Orleans, LA" +427,194,194,"Lake Charles, LA",195,"New Orleans, LA" +427,195,253,"Beaumont, TX",195,"New Orleans, LA" +427,196,195,"New Orleans, LA",257,"Houston, TX" +427,197,172,"Port Everglades, FL",172,"Port Everglades, FL" +427,198,172,"Port Everglades, FL",172,"Port Everglades, FL" +427,199,172,"Port Everglades, FL",177,"Savannah, GA" +427,200,177,"Savannah, GA",245,"Charleston, SC" +427,201,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +427,202,177,"Savannah, GA",223,"New York, NY and NJ" +427,203,195,"New Orleans, LA",172,"Port Everglades, FL" +427,204,174,"Tampa, FL",174,"Tampa, FL" +427,205,195,"New Orleans, LA",208,"Pascagoula, MS" +427,206,171,"Jacksonville, FL",177,"Savannah, GA" +427,207,195,"New Orleans, LA",195,"New Orleans, LA" +427,208,152,"Mobile, AL",253,"Beaumont, TX" +427,209,195,"New Orleans, LA",257,"Houston, TX" +427,210,245,"Charleston, SC",195,"New Orleans, LA" +427,211,172,"Port Everglades, FL",195,"New Orleans, LA" +427,212,257,"Houston, TX",195,"New Orleans, LA" +427,213,152,"Mobile, AL",257,"Houston, TX" +427,214,254,"Corpus Christi, TX",194,"Lake Charles, LA" +427,215,195,"New Orleans, LA",172,"Port Everglades, FL" +427,216,171,"Jacksonville, FL",241,"Philadelphia, PA" +427,217,171,"Jacksonville, FL",172,"Port Everglades, FL" +427,218,177,"Savannah, GA",177,"Savannah, GA" +427,219,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +427,220,194,"Lake Charles, LA",195,"New Orleans, LA" +427,221,178,"Brunswick, GA",245,"Charleston, SC" +427,222,195,"New Orleans, LA",171,"Jacksonville, FL" +427,223,174,"Tampa, FL",177,"Savannah, GA" +427,224,171,"Jacksonville, FL",172,"Port Everglades, FL" +427,225,177,"Savannah, GA",217,"New York, NY and NJ" +427,226,245,"Charleston, SC",229,"Wilmington, NC" +427,227,177,"Savannah, GA",172,"Port Everglades, FL" +427,228,177,"Savannah, GA",152,"Mobile, AL" +427,229,177,"Savannah, GA",265,"Norfolk Harbor, VA" +427,230,195,"New Orleans, LA",195,"New Orleans, LA" +427,231,195,"New Orleans, LA",195,"New Orleans, LA" +427,232,174,"Tampa, FL",265,"Norfolk Harbor, VA" +427,233,171,"Jacksonville, FL",172,"Port Everglades, FL" +427,234,195,"New Orleans, LA",245,"Charleston, SC" +427,235,177,"Savannah, GA",208,"Pascagoula, MS" +427,236,253,"Beaumont, TX",195,"New Orleans, LA" +427,237,172,"Port Everglades, FL",253,"Beaumont, TX" +427,238,257,"Houston, TX",174,"Tampa, FL" +427,239,253,"Beaumont, TX",195,"New Orleans, LA" +427,240,193,"Baton Rouge, LA",257,"Houston, TX" +427,241,152,"Mobile, AL",171,"Jacksonville, FL" +427,242,177,"Savannah, GA",174,"Tampa, FL" +427,243,171,"Jacksonville, FL",174,"Tampa, FL" +427,244,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +427,245,245,"Charleston, SC",171,"Jacksonville, FL" +427,246,177,"Savannah, GA",171,"Jacksonville, FL" +427,247,152,"Mobile, AL",172,"Port Everglades, FL" +427,248,208,"Pascagoula, MS",253,"Beaumont, TX" +427,249,195,"New Orleans, LA",152,"Mobile, AL" +427,250,195,"New Orleans, LA",178,"Brunswick, GA" +427,251,208,"Pascagoula, MS",193,"Baton Rouge, LA" +427,252,257,"Houston, TX",195,"New Orleans, LA" +427,253,195,"New Orleans, LA",254,"Corpus Christi, TX" +427,254,195,"New Orleans, LA",253,"Beaumont, TX" +427,255,195,"New Orleans, LA",254,"Corpus Christi, TX" +427,256,253,"Beaumont, TX",257,"Houston, TX" +427,257,195,"New Orleans, LA",193,"Baton Rouge, LA" +427,258,193,"Baton Rouge, LA",195,"New Orleans, LA" +427,259,174,"Tampa, FL",257,"Houston, TX" +427,260,172,"Port Everglades, FL",195,"New Orleans, LA" +427,261,152,"Mobile, AL",257,"Houston, TX" +427,262,195,"New Orleans, LA",195,"New Orleans, LA" +427,263,178,"Brunswick, GA",174,"Tampa, FL" +427,264,152,"Mobile, AL",245,"Charleston, SC" +427,265,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +427,266,152,"Mobile, AL",265,"Norfolk Harbor, VA" +427,267,177,"Savannah, GA",195,"New Orleans, LA" +427,268,253,"Beaumont, TX",195,"New Orleans, LA" +427,269,172,"Port Everglades, FL",208,"Pascagoula, MS" +427,270,245,"Charleston, SC",208,"Pascagoula, MS" +427,271,177,"Savannah, GA",177,"Savannah, GA" +427,272,152,"Mobile, AL",174,"Tampa, FL" +427,273,194,"Lake Charles, LA",254,"Corpus Christi, TX" +428,1,159,"Long Beach, CA",159,"Long Beach, CA" +428,2,268,"Seattle, WA",268,"Seattle, WA" +428,3,268,"Seattle, WA",268,"Seattle, WA" +428,4,162,"Oakland, CA",162,"Oakland, CA" +428,5,268,"Seattle, WA",268,"Seattle, WA" +428,6,159,"Long Beach, CA",159,"Long Beach, CA" +428,7,159,"Long Beach, CA",159,"Long Beach, CA" +428,8,162,"Oakland, CA",162,"Oakland, CA" +428,9,268,"Seattle, WA",268,"Seattle, WA" +428,10,159,"Long Beach, CA",159,"Long Beach, CA" +428,11,159,"Long Beach, CA",159,"Long Beach, CA" +428,12,269,"Longview, WA",269,"Longview, WA" +428,13,239,"Portland, OR",239,"Portland, OR" +428,14,159,"Long Beach, CA",159,"Long Beach, CA" +428,15,268,"Seattle, WA",268,"Seattle, WA" +428,16,162,"Oakland, CA",162,"Oakland, CA" +428,17,159,"Long Beach, CA",159,"Long Beach, CA" +428,18,159,"Long Beach, CA",159,"Long Beach, CA" +428,19,268,"Seattle, WA",268,"Seattle, WA" +428,20,162,"Oakland, CA",162,"Oakland, CA" +428,21,159,"Long Beach, CA",159,"Long Beach, CA" +428,22,159,"Long Beach, CA",159,"Long Beach, CA" +428,23,159,"Long Beach, CA",159,"Long Beach, CA" +428,24,268,"Seattle, WA",268,"Seattle, WA" +428,25,159,"Long Beach, CA",159,"Long Beach, CA" +428,26,159,"Long Beach, CA",159,"Long Beach, CA" +428,27,162,"Oakland, CA",162,"Oakland, CA" +428,28,268,"Seattle, WA",268,"Seattle, WA" +428,29,159,"Long Beach, CA",159,"Long Beach, CA" +428,30,162,"Oakland, CA",162,"Oakland, CA" +428,31,268,"Seattle, WA",268,"Seattle, WA" +428,32,268,"Seattle, WA",268,"Seattle, WA" +428,33,268,"Seattle, WA",268,"Seattle, WA" +428,34,162,"Oakland, CA",162,"Oakland, CA" +428,35,159,"Long Beach, CA",159,"Long Beach, CA" +428,36,159,"Long Beach, CA",159,"Long Beach, CA" +428,37,159,"Long Beach, CA",159,"Long Beach, CA" +428,38,268,"Seattle, WA",268,"Seattle, WA" +428,39,159,"Long Beach, CA",159,"Long Beach, CA" +428,40,162,"Oakland, CA",162,"Oakland, CA" +428,41,162,"Oakland, CA",162,"Oakland, CA" +428,42,159,"Long Beach, CA",159,"Long Beach, CA" +428,43,159,"Long Beach, CA",159,"Long Beach, CA" +428,44,159,"Long Beach, CA",159,"Long Beach, CA" +428,45,159,"Long Beach, CA",159,"Long Beach, CA" +428,46,268,"Seattle, WA",268,"Seattle, WA" +428,47,159,"Long Beach, CA",159,"Long Beach, CA" +428,48,159,"Long Beach, CA",159,"Long Beach, CA" +428,49,159,"Long Beach, CA",159,"Long Beach, CA" +428,50,159,"Long Beach, CA",159,"Long Beach, CA" +428,51,159,"Long Beach, CA",159,"Long Beach, CA" +428,52,159,"Long Beach, CA",159,"Long Beach, CA" +428,53,268,"Seattle, WA",268,"Seattle, WA" +428,54,162,"Oakland, CA",162,"Oakland, CA" +428,55,159,"Long Beach, CA",159,"Long Beach, CA" +428,56,162,"Oakland, CA",162,"Oakland, CA" +428,57,159,"Long Beach, CA",159,"Long Beach, CA" +428,58,268,"Seattle, WA",268,"Seattle, WA" +428,59,162,"Oakland, CA",162,"Oakland, CA" +428,60,162,"Oakland, CA",162,"Oakland, CA" +428,61,162,"Oakland, CA",162,"Oakland, CA" +428,62,269,"Longview, WA",269,"Longview, WA" +428,63,159,"Long Beach, CA",159,"Long Beach, CA" +428,64,159,"Long Beach, CA",159,"Long Beach, CA" +428,65,268,"Seattle, WA",268,"Seattle, WA" +428,66,239,"Portland, OR",239,"Portland, OR" +428,67,162,"Oakland, CA",162,"Oakland, CA" +428,68,159,"Long Beach, CA",159,"Long Beach, CA" +428,69,159,"Long Beach, CA",159,"Long Beach, CA" +428,70,162,"Oakland, CA",162,"Oakland, CA" +428,71,268,"Seattle, WA",268,"Seattle, WA" +428,72,159,"Long Beach, CA",159,"Long Beach, CA" +428,73,268,"Seattle, WA",268,"Seattle, WA" +428,74,159,"Long Beach, CA",159,"Long Beach, CA" +428,75,159,"Long Beach, CA",159,"Long Beach, CA" +428,76,159,"Long Beach, CA",159,"Long Beach, CA" +428,77,159,"Long Beach, CA",159,"Long Beach, CA" +428,78,159,"Long Beach, CA",159,"Long Beach, CA" +428,79,159,"Long Beach, CA",159,"Long Beach, CA" +428,80,159,"Long Beach, CA",159,"Long Beach, CA" +428,81,159,"Long Beach, CA",159,"Long Beach, CA" +428,82,162,"Oakland, CA",162,"Oakland, CA" +428,83,159,"Long Beach, CA",159,"Long Beach, CA" +428,84,162,"Oakland, CA",162,"Oakland, CA" +428,85,162,"Oakland, CA",162,"Oakland, CA" +428,86,159,"Long Beach, CA",159,"Long Beach, CA" +428,87,159,"Long Beach, CA",159,"Long Beach, CA" +428,88,159,"Long Beach, CA",159,"Long Beach, CA" +428,89,159,"Long Beach, CA",159,"Long Beach, CA" +428,90,269,"Longview, WA",269,"Longview, WA" +428,91,159,"Long Beach, CA",159,"Long Beach, CA" +428,92,159,"Long Beach, CA",159,"Long Beach, CA" +428,93,162,"Oakland, CA",162,"Oakland, CA" +428,94,159,"Long Beach, CA",159,"Long Beach, CA" +428,95,268,"Seattle, WA",268,"Seattle, WA" +428,96,159,"Long Beach, CA",159,"Long Beach, CA" +428,97,268,"Seattle, WA",268,"Seattle, WA" +428,98,159,"Long Beach, CA",159,"Long Beach, CA" +428,99,159,"Long Beach, CA",159,"Long Beach, CA" +428,100,159,"Long Beach, CA",159,"Long Beach, CA" +428,101,159,"Long Beach, CA",159,"Long Beach, CA" +428,102,159,"Long Beach, CA",159,"Long Beach, CA" +428,103,268,"Seattle, WA",268,"Seattle, WA" +428,104,159,"Long Beach, CA",159,"Long Beach, CA" +428,105,159,"Long Beach, CA",159,"Long Beach, CA" +428,106,268,"Seattle, WA",268,"Seattle, WA" +428,107,159,"Long Beach, CA",159,"Long Beach, CA" +428,108,268,"Seattle, WA",268,"Seattle, WA" +428,109,268,"Seattle, WA",268,"Seattle, WA" +428,110,159,"Long Beach, CA",159,"Long Beach, CA" +428,111,159,"Long Beach, CA",159,"Long Beach, CA" +428,112,159,"Long Beach, CA",159,"Long Beach, CA" +428,113,159,"Long Beach, CA",159,"Long Beach, CA" +428,114,268,"Seattle, WA",268,"Seattle, WA" +428,115,159,"Long Beach, CA",159,"Long Beach, CA" +428,116,269,"Longview, WA",269,"Longview, WA" +428,117,162,"Oakland, CA",162,"Oakland, CA" +428,118,159,"Long Beach, CA",159,"Long Beach, CA" +428,119,159,"Long Beach, CA",159,"Long Beach, CA" +428,120,159,"Long Beach, CA",159,"Long Beach, CA" +428,121,268,"Seattle, WA",268,"Seattle, WA" +428,122,159,"Long Beach, CA",159,"Long Beach, CA" +428,123,268,"Seattle, WA",268,"Seattle, WA" +428,124,159,"Long Beach, CA",159,"Long Beach, CA" +428,125,268,"Seattle, WA",268,"Seattle, WA" +428,126,268,"Seattle, WA",268,"Seattle, WA" +428,127,268,"Seattle, WA",268,"Seattle, WA" +428,128,159,"Long Beach, CA",159,"Long Beach, CA" +428,129,159,"Long Beach, CA",159,"Long Beach, CA" +428,130,239,"Portland, OR",239,"Portland, OR" +428,131,159,"Long Beach, CA",159,"Long Beach, CA" +428,132,159,"Long Beach, CA",159,"Long Beach, CA" +428,151,162,"Oakland, CA",159,"Long Beach, CA" +428,152,268,"Seattle, WA",268,"Seattle, WA" +428,153,159,"Long Beach, CA",268,"Seattle, WA" +428,154,154,"Anchorage, AK",154,"Anchorage, AK" +428,155,159,"Long Beach, CA",162,"Oakland, CA" +428,156,159,"Long Beach, CA",159,"Long Beach, CA" +428,157,159,"Long Beach, CA",159,"Long Beach, CA" +428,158,159,"Long Beach, CA",159,"Long Beach, CA" +428,159,159,"Long Beach, CA",159,"Long Beach, CA" +428,160,159,"Long Beach, CA",159,"Long Beach, CA" +428,161,162,"Oakland, CA",239,"Portland, OR" +428,162,268,"Seattle, WA",159,"Long Beach, CA" +428,163,162,"Oakland, CA",239,"Portland, OR" +428,164,159,"Long Beach, CA",268,"Seattle, WA" +428,165,162,"Oakland, CA",159,"Long Beach, CA" +428,166,239,"Portland, OR",159,"Long Beach, CA" +428,167,162,"Oakland, CA",268,"Seattle, WA" +428,168,159,"Long Beach, CA",159,"Long Beach, CA" +428,169,159,"Long Beach, CA",159,"Long Beach, CA" +428,170,159,"Long Beach, CA",159,"Long Beach, CA" +428,171,268,"Seattle, WA",269,"Longview, WA" +428,172,159,"Long Beach, CA",268,"Seattle, WA" +428,173,269,"Longview, WA",268,"Seattle, WA" +428,174,159,"Long Beach, CA",159,"Long Beach, CA" +428,175,159,"Long Beach, CA",268,"Seattle, WA" +428,176,159,"Long Beach, CA",269,"Longview, WA" +428,177,162,"Oakland, CA",268,"Seattle, WA" +428,178,159,"Long Beach, CA",159,"Long Beach, CA" +428,179,179,"Honolulu, HI",179,"Honolulu, HI" +428,180,179,"Honolulu, HI",179,"Honolulu, HI" +428,181,268,"Seattle, WA",268,"Seattle, WA" +428,183,162,"Oakland, CA",159,"Long Beach, CA" +428,184,162,"Oakland, CA",239,"Portland, OR" +428,185,268,"Seattle, WA",159,"Long Beach, CA" +428,186,268,"Seattle, WA",268,"Seattle, WA" +428,187,159,"Long Beach, CA",159,"Long Beach, CA" +428,188,159,"Long Beach, CA",159,"Long Beach, CA" +428,189,268,"Seattle, WA",162,"Oakland, CA" +428,190,162,"Oakland, CA",159,"Long Beach, CA" +428,191,159,"Long Beach, CA",162,"Oakland, CA" +428,192,159,"Long Beach, CA",159,"Long Beach, CA" +428,193,159,"Long Beach, CA",162,"Oakland, CA" +428,194,239,"Portland, OR",159,"Long Beach, CA" +428,195,159,"Long Beach, CA",159,"Long Beach, CA" +428,196,159,"Long Beach, CA",268,"Seattle, WA" +428,197,159,"Long Beach, CA",159,"Long Beach, CA" +428,198,159,"Long Beach, CA",159,"Long Beach, CA" +428,199,159,"Long Beach, CA",268,"Seattle, WA" +428,200,159,"Long Beach, CA",269,"Longview, WA" +428,201,159,"Long Beach, CA",268,"Seattle, WA" +428,202,159,"Long Beach, CA",159,"Long Beach, CA" +428,203,159,"Long Beach, CA",162,"Oakland, CA" +428,204,159,"Long Beach, CA",159,"Long Beach, CA" +428,205,159,"Long Beach, CA",159,"Long Beach, CA" +428,206,159,"Long Beach, CA",159,"Long Beach, CA" +428,207,159,"Long Beach, CA",159,"Long Beach, CA" +428,208,159,"Long Beach, CA",159,"Long Beach, CA" +428,209,268,"Seattle, WA",159,"Long Beach, CA" +428,210,159,"Long Beach, CA",159,"Long Beach, CA" +428,211,159,"Long Beach, CA",268,"Seattle, WA" +428,212,159,"Long Beach, CA",159,"Long Beach, CA" +428,213,159,"Long Beach, CA",162,"Oakland, CA" +428,214,162,"Oakland, CA",159,"Long Beach, CA" +428,215,159,"Long Beach, CA",268,"Seattle, WA" +428,216,159,"Long Beach, CA",239,"Portland, OR" +428,217,162,"Oakland, CA",159,"Long Beach, CA" +428,218,269,"Longview, WA",268,"Seattle, WA" +428,219,159,"Long Beach, CA",159,"Long Beach, CA" +428,220,268,"Seattle, WA",159,"Long Beach, CA" +428,221,239,"Portland, OR",162,"Oakland, CA" +428,222,159,"Long Beach, CA",239,"Portland, OR" +428,223,162,"Oakland, CA",159,"Long Beach, CA" +428,224,239,"Portland, OR",159,"Long Beach, CA" +428,225,162,"Oakland, CA",159,"Long Beach, CA" +428,226,159,"Long Beach, CA",159,"Long Beach, CA" +428,227,162,"Oakland, CA",159,"Long Beach, CA" +428,228,159,"Long Beach, CA",159,"Long Beach, CA" +428,229,269,"Longview, WA",269,"Longview, WA" +428,230,159,"Long Beach, CA",268,"Seattle, WA" +428,231,268,"Seattle, WA",268,"Seattle, WA" +428,232,159,"Long Beach, CA",269,"Longview, WA" +428,233,268,"Seattle, WA",268,"Seattle, WA" +428,234,159,"Long Beach, CA",162,"Oakland, CA" +428,235,159,"Long Beach, CA",159,"Long Beach, CA" +428,236,159,"Long Beach, CA",269,"Longview, WA" +428,237,239,"Portland, OR",159,"Long Beach, CA" +428,238,159,"Long Beach, CA",239,"Portland, OR" +428,239,269,"Longview, WA",162,"Oakland, CA" +428,240,239,"Portland, OR",159,"Long Beach, CA" +428,241,159,"Long Beach, CA",159,"Long Beach, CA" +428,242,162,"Oakland, CA",268,"Seattle, WA" +428,243,159,"Long Beach, CA",268,"Seattle, WA" +428,244,268,"Seattle, WA",268,"Seattle, WA" +428,245,159,"Long Beach, CA",159,"Long Beach, CA" +428,246,159,"Long Beach, CA",159,"Long Beach, CA" +428,247,268,"Seattle, WA",159,"Long Beach, CA" +428,248,268,"Seattle, WA",268,"Seattle, WA" +428,249,268,"Seattle, WA",159,"Long Beach, CA" +428,250,159,"Long Beach, CA",159,"Long Beach, CA" +428,251,159,"Long Beach, CA",159,"Long Beach, CA" +428,252,159,"Long Beach, CA",159,"Long Beach, CA" +428,253,159,"Long Beach, CA",159,"Long Beach, CA" +428,254,159,"Long Beach, CA",159,"Long Beach, CA" +428,255,159,"Long Beach, CA",159,"Long Beach, CA" +428,256,159,"Long Beach, CA",268,"Seattle, WA" +428,257,159,"Long Beach, CA",159,"Long Beach, CA" +428,258,268,"Seattle, WA",159,"Long Beach, CA" +428,259,268,"Seattle, WA",159,"Long Beach, CA" +428,260,159,"Long Beach, CA",159,"Long Beach, CA" +428,261,269,"Longview, WA",159,"Long Beach, CA" +428,262,159,"Long Beach, CA",159,"Long Beach, CA" +428,263,159,"Long Beach, CA",159,"Long Beach, CA" +428,264,159,"Long Beach, CA",269,"Longview, WA" +428,265,159,"Long Beach, CA",159,"Long Beach, CA" +428,266,268,"Seattle, WA",268,"Seattle, WA" +428,267,159,"Long Beach, CA",162,"Oakland, CA" +428,268,159,"Long Beach, CA",159,"Long Beach, CA" +428,269,268,"Seattle, WA",159,"Long Beach, CA" +428,270,159,"Long Beach, CA",159,"Long Beach, CA" +428,271,159,"Long Beach, CA",268,"Seattle, WA" +428,272,269,"Longview, WA",159,"Long Beach, CA" +428,273,159,"Long Beach, CA",159,"Long Beach, CA" +429,1,171,"Jacksonville, FL",171,"Jacksonville, FL" +429,2,159,"Long Beach, CA",159,"Long Beach, CA" +429,3,172,"Port Everglades, FL",172,"Port Everglades, FL" +429,4,159,"Long Beach, CA",159,"Long Beach, CA" +429,5,159,"Long Beach, CA",159,"Long Beach, CA" +429,6,159,"Long Beach, CA",159,"Long Beach, CA" +429,7,159,"Long Beach, CA",159,"Long Beach, CA" +429,8,159,"Long Beach, CA",159,"Long Beach, CA" +429,9,159,"Long Beach, CA",159,"Long Beach, CA" +429,10,152,"Mobile, AL",152,"Mobile, AL" +429,11,159,"Long Beach, CA",159,"Long Beach, CA" +429,12,152,"Mobile, AL",152,"Mobile, AL" +429,13,159,"Long Beach, CA",159,"Long Beach, CA" +429,14,159,"Long Beach, CA",159,"Long Beach, CA" +429,15,159,"Long Beach, CA",159,"Long Beach, CA" +429,16,159,"Long Beach, CA",159,"Long Beach, CA" +429,17,159,"Long Beach, CA",159,"Long Beach, CA" +429,18,159,"Long Beach, CA",159,"Long Beach, CA" +429,19,162,"Oakland, CA",162,"Oakland, CA" +429,20,162,"Oakland, CA",162,"Oakland, CA" +429,21,159,"Long Beach, CA",159,"Long Beach, CA" +429,22,159,"Long Beach, CA",159,"Long Beach, CA" +429,23,159,"Long Beach, CA",159,"Long Beach, CA" +429,24,159,"Long Beach, CA",159,"Long Beach, CA" +429,25,159,"Long Beach, CA",159,"Long Beach, CA" +429,26,159,"Long Beach, CA",159,"Long Beach, CA" +429,27,172,"Port Everglades, FL",172,"Port Everglades, FL" +429,28,159,"Long Beach, CA",159,"Long Beach, CA" +429,29,159,"Long Beach, CA",159,"Long Beach, CA" +429,30,162,"Oakland, CA",162,"Oakland, CA" +429,31,159,"Long Beach, CA",159,"Long Beach, CA" +429,32,159,"Long Beach, CA",159,"Long Beach, CA" +429,33,162,"Oakland, CA",162,"Oakland, CA" +429,34,195,"New Orleans, LA",195,"New Orleans, LA" +429,35,268,"Seattle, WA",268,"Seattle, WA" +429,36,159,"Long Beach, CA",159,"Long Beach, CA" +429,37,268,"Seattle, WA",268,"Seattle, WA" +429,38,162,"Oakland, CA",162,"Oakland, CA" +429,39,159,"Long Beach, CA",159,"Long Beach, CA" +429,40,268,"Seattle, WA",268,"Seattle, WA" +429,41,159,"Long Beach, CA",159,"Long Beach, CA" +429,42,159,"Long Beach, CA",159,"Long Beach, CA" +429,43,159,"Long Beach, CA",159,"Long Beach, CA" +429,44,159,"Long Beach, CA",159,"Long Beach, CA" +429,45,239,"Portland, OR",239,"Portland, OR" +429,46,162,"Oakland, CA",162,"Oakland, CA" +429,47,159,"Long Beach, CA",159,"Long Beach, CA" +429,48,159,"Long Beach, CA",159,"Long Beach, CA" +429,49,268,"Seattle, WA",268,"Seattle, WA" +429,50,159,"Long Beach, CA",159,"Long Beach, CA" +429,51,239,"Portland, OR",239,"Portland, OR" +429,52,162,"Oakland, CA",162,"Oakland, CA" +429,53,159,"Long Beach, CA",159,"Long Beach, CA" +429,54,159,"Long Beach, CA",159,"Long Beach, CA" +429,55,162,"Oakland, CA",162,"Oakland, CA" +429,56,159,"Long Beach, CA",159,"Long Beach, CA" +429,57,159,"Long Beach, CA",159,"Long Beach, CA" +429,58,162,"Oakland, CA",162,"Oakland, CA" +429,59,239,"Portland, OR",239,"Portland, OR" +429,60,174,"Tampa, FL",174,"Tampa, FL" +429,61,159,"Long Beach, CA",159,"Long Beach, CA" +429,62,162,"Oakland, CA",162,"Oakland, CA" +429,63,159,"Long Beach, CA",159,"Long Beach, CA" +429,64,159,"Long Beach, CA",159,"Long Beach, CA" +429,65,159,"Long Beach, CA",159,"Long Beach, CA" +429,66,268,"Seattle, WA",268,"Seattle, WA" +429,67,159,"Long Beach, CA",159,"Long Beach, CA" +429,68,159,"Long Beach, CA",159,"Long Beach, CA" +429,69,159,"Long Beach, CA",159,"Long Beach, CA" +429,70,159,"Long Beach, CA",159,"Long Beach, CA" +429,71,268,"Seattle, WA",268,"Seattle, WA" +429,72,162,"Oakland, CA",162,"Oakland, CA" +429,73,268,"Seattle, WA",268,"Seattle, WA" +429,74,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +429,75,159,"Long Beach, CA",159,"Long Beach, CA" +429,76,162,"Oakland, CA",162,"Oakland, CA" +429,77,159,"Long Beach, CA",159,"Long Beach, CA" +429,78,159,"Long Beach, CA",159,"Long Beach, CA" +429,79,159,"Long Beach, CA",159,"Long Beach, CA" +429,80,152,"Mobile, AL",152,"Mobile, AL" +429,81,159,"Long Beach, CA",159,"Long Beach, CA" +429,82,159,"Long Beach, CA",159,"Long Beach, CA" +429,83,159,"Long Beach, CA",159,"Long Beach, CA" +429,84,172,"Port Everglades, FL",172,"Port Everglades, FL" +429,85,159,"Long Beach, CA",159,"Long Beach, CA" +429,86,159,"Long Beach, CA",159,"Long Beach, CA" +429,87,159,"Long Beach, CA",159,"Long Beach, CA" +429,88,159,"Long Beach, CA",159,"Long Beach, CA" +429,89,159,"Long Beach, CA",159,"Long Beach, CA" +429,90,162,"Oakland, CA",162,"Oakland, CA" +429,91,195,"New Orleans, LA",195,"New Orleans, LA" +429,92,159,"Long Beach, CA",159,"Long Beach, CA" +429,93,268,"Seattle, WA",268,"Seattle, WA" +429,94,159,"Long Beach, CA",159,"Long Beach, CA" +429,95,257,"Houston, TX",257,"Houston, TX" +429,96,159,"Long Beach, CA",159,"Long Beach, CA" +429,97,268,"Seattle, WA",268,"Seattle, WA" +429,98,253,"Beaumont, TX",253,"Beaumont, TX" +429,99,195,"New Orleans, LA",195,"New Orleans, LA" +429,100,162,"Oakland, CA",162,"Oakland, CA" +429,101,268,"Seattle, WA",268,"Seattle, WA" +429,102,195,"New Orleans, LA",195,"New Orleans, LA" +429,103,159,"Long Beach, CA",159,"Long Beach, CA" +429,104,159,"Long Beach, CA",159,"Long Beach, CA" +429,105,195,"New Orleans, LA",195,"New Orleans, LA" +429,106,159,"Long Beach, CA",159,"Long Beach, CA" +429,107,195,"New Orleans, LA",195,"New Orleans, LA" +429,108,159,"Long Beach, CA",159,"Long Beach, CA" +429,109,174,"Tampa, FL",174,"Tampa, FL" +429,110,162,"Oakland, CA",162,"Oakland, CA" +429,111,159,"Long Beach, CA",159,"Long Beach, CA" +429,112,159,"Long Beach, CA",159,"Long Beach, CA" +429,113,159,"Long Beach, CA",159,"Long Beach, CA" +429,114,195,"New Orleans, LA",195,"New Orleans, LA" +429,115,239,"Portland, OR",239,"Portland, OR" +429,116,159,"Long Beach, CA",159,"Long Beach, CA" +429,117,159,"Long Beach, CA",159,"Long Beach, CA" +429,118,162,"Oakland, CA",162,"Oakland, CA" +429,119,268,"Seattle, WA",268,"Seattle, WA" +429,120,159,"Long Beach, CA",159,"Long Beach, CA" +429,121,194,"Lake Charles, LA",194,"Lake Charles, LA" +429,122,159,"Long Beach, CA",159,"Long Beach, CA" +429,123,159,"Long Beach, CA",159,"Long Beach, CA" +429,124,159,"Long Beach, CA",159,"Long Beach, CA" +429,125,162,"Oakland, CA",162,"Oakland, CA" +429,126,159,"Long Beach, CA",159,"Long Beach, CA" +429,127,162,"Oakland, CA",162,"Oakland, CA" +429,128,159,"Long Beach, CA",159,"Long Beach, CA" +429,129,159,"Long Beach, CA",159,"Long Beach, CA" +429,130,162,"Oakland, CA",162,"Oakland, CA" +429,131,159,"Long Beach, CA",159,"Long Beach, CA" +429,132,269,"Longview, WA",269,"Longview, WA" +429,151,159,"Long Beach, CA",171,"Jacksonville, FL" +429,152,159,"Long Beach, CA",195,"New Orleans, LA" +429,153,195,"New Orleans, LA",174,"Tampa, FL" +429,154,154,"Anchorage, AK",154,"Anchorage, AK" +429,155,239,"Portland, OR",254,"Corpus Christi, TX" +429,156,194,"Lake Charles, LA",269,"Longview, WA" +429,157,268,"Seattle, WA",162,"Oakland, CA" +429,158,159,"Long Beach, CA",159,"Long Beach, CA" +429,159,268,"Seattle, WA",159,"Long Beach, CA" +429,160,159,"Long Beach, CA",159,"Long Beach, CA" +429,161,159,"Long Beach, CA",269,"Longview, WA" +429,162,159,"Long Beach, CA",162,"Oakland, CA" +429,163,268,"Seattle, WA",162,"Oakland, CA" +429,164,162,"Oakland, CA",257,"Houston, TX" +429,165,159,"Long Beach, CA",159,"Long Beach, CA" +429,166,159,"Long Beach, CA",172,"Port Everglades, FL" +429,167,159,"Long Beach, CA",241,"Philadelphia, PA" +429,168,159,"Long Beach, CA",159,"Long Beach, CA" +429,169,172,"Port Everglades, FL",172,"Port Everglades, FL" +429,170,162,"Oakland, CA",241,"Philadelphia, PA" +429,171,159,"Long Beach, CA",245,"Charleston, SC" +429,172,162,"Oakland, CA",195,"New Orleans, LA" +429,173,159,"Long Beach, CA",159,"Long Beach, CA" +429,174,159,"Long Beach, CA",171,"Jacksonville, FL" +429,175,159,"Long Beach, CA",152,"Mobile, AL" +429,176,159,"Long Beach, CA",174,"Tampa, FL" +429,177,159,"Long Beach, CA",172,"Port Everglades, FL" +429,178,159,"Long Beach, CA",195,"New Orleans, LA" +429,179,179,"Honolulu, HI",179,"Honolulu, HI" +429,180,179,"Honolulu, HI",179,"Honolulu, HI" +429,181,159,"Long Beach, CA",159,"Long Beach, CA" +429,183,162,"Oakland, CA",195,"New Orleans, LA" +429,184,159,"Long Beach, CA",159,"Long Beach, CA" +429,185,159,"Long Beach, CA",172,"Port Everglades, FL" +429,186,159,"Long Beach, CA",171,"Jacksonville, FL" +429,187,245,"Charleston, SC",159,"Long Beach, CA" +429,188,159,"Long Beach, CA",159,"Long Beach, CA" +429,189,177,"Savannah, GA",195,"New Orleans, LA" +429,190,253,"Beaumont, TX",159,"Long Beach, CA" +429,191,159,"Long Beach, CA",195,"New Orleans, LA" +429,192,239,"Portland, OR",193,"Baton Rouge, LA" +429,193,159,"Long Beach, CA",152,"Mobile, AL" +429,194,162,"Oakland, CA",253,"Beaumont, TX" +429,195,159,"Long Beach, CA",159,"Long Beach, CA" +429,196,159,"Long Beach, CA",172,"Port Everglades, FL" +429,197,159,"Long Beach, CA",177,"Savannah, GA" +429,198,159,"Long Beach, CA",174,"Tampa, FL" +429,199,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +429,200,159,"Long Beach, CA",229,"Wilmington, NC" +429,201,159,"Long Beach, CA",198,"Baltimore, MD" +429,202,159,"Long Beach, CA",172,"Port Everglades, FL" +429,203,159,"Long Beach, CA",159,"Long Beach, CA" +429,204,268,"Seattle, WA",159,"Long Beach, CA" +429,205,159,"Long Beach, CA",195,"New Orleans, LA" +429,206,159,"Long Beach, CA",268,"Seattle, WA" +429,207,268,"Seattle, WA",159,"Long Beach, CA" +429,208,193,"Baton Rouge, LA",159,"Long Beach, CA" +429,209,159,"Long Beach, CA",257,"Houston, TX" +429,210,195,"New Orleans, LA",177,"Savannah, GA" +429,211,162,"Oakland, CA",178,"Brunswick, GA" +429,212,268,"Seattle, WA",268,"Seattle, WA" +429,213,159,"Long Beach, CA",159,"Long Beach, CA" +429,214,268,"Seattle, WA",269,"Longview, WA" +429,215,159,"Long Beach, CA",159,"Long Beach, CA" +429,216,162,"Oakland, CA",162,"Oakland, CA" +429,217,172,"Port Everglades, FL",159,"Long Beach, CA" +429,218,159,"Long Beach, CA",172,"Port Everglades, FL" +429,219,159,"Long Beach, CA",245,"Charleston, SC" +429,220,159,"Long Beach, CA",159,"Long Beach, CA" +429,221,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +429,222,268,"Seattle, WA",229,"Wilmington, NC" +429,223,159,"Long Beach, CA",217,"New York, NY and NJ" +429,224,159,"Long Beach, CA",245,"Charleston, SC" +429,225,159,"Long Beach, CA",159,"Long Beach, CA" +429,226,177,"Savannah, GA",172,"Port Everglades, FL" +429,227,159,"Long Beach, CA",174,"Tampa, FL" +429,228,172,"Port Everglades, FL",174,"Tampa, FL" +429,229,159,"Long Beach, CA",159,"Long Beach, CA" +429,230,159,"Long Beach, CA",159,"Long Beach, CA" +429,231,159,"Long Beach, CA",159,"Long Beach, CA" +429,232,268,"Seattle, WA",159,"Long Beach, CA" +429,233,195,"New Orleans, LA",159,"Long Beach, CA" +429,234,159,"Long Beach, CA",159,"Long Beach, CA" +429,235,152,"Mobile, AL",253,"Beaumont, TX" +429,236,159,"Long Beach, CA",257,"Houston, TX" +429,237,239,"Portland, OR",159,"Long Beach, CA" +429,238,159,"Long Beach, CA",257,"Houston, TX" +429,239,162,"Oakland, CA",159,"Long Beach, CA" +429,240,159,"Long Beach, CA",268,"Seattle, WA" +429,241,159,"Long Beach, CA",159,"Long Beach, CA" +429,242,239,"Portland, OR",159,"Long Beach, CA" +429,243,159,"Long Beach, CA",159,"Long Beach, CA" +429,244,159,"Long Beach, CA",159,"Long Beach, CA" +429,245,159,"Long Beach, CA",245,"Charleston, SC" +429,246,159,"Long Beach, CA",172,"Port Everglades, FL" +429,247,195,"New Orleans, LA",159,"Long Beach, CA" +429,248,159,"Long Beach, CA",159,"Long Beach, CA" +429,249,178,"Brunswick, GA",159,"Long Beach, CA" +429,250,152,"Mobile, AL",159,"Long Beach, CA" +429,251,177,"Savannah, GA",159,"Long Beach, CA" +429,252,159,"Long Beach, CA",195,"New Orleans, LA" +429,253,253,"Beaumont, TX",195,"New Orleans, LA" +429,254,159,"Long Beach, CA",257,"Houston, TX" +429,255,195,"New Orleans, LA",159,"Long Beach, CA" +429,256,254,"Corpus Christi, TX",257,"Houston, TX" +429,257,253,"Beaumont, TX",159,"Long Beach, CA" +429,258,159,"Long Beach, CA",257,"Houston, TX" +429,259,159,"Long Beach, CA",159,"Long Beach, CA" +429,260,162,"Oakland, CA",257,"Houston, TX" +429,261,162,"Oakland, CA",159,"Long Beach, CA" +429,262,268,"Seattle, WA",159,"Long Beach, CA" +429,263,162,"Oakland, CA",159,"Long Beach, CA" +429,264,269,"Longview, WA",265,"Norfolk Harbor, VA" +429,265,162,"Oakland, CA",159,"Long Beach, CA" +429,266,159,"Long Beach, CA",265,"Norfolk Harbor, VA" +429,267,195,"New Orleans, LA",172,"Port Everglades, FL" +429,268,162,"Oakland, CA",268,"Seattle, WA" +429,269,159,"Long Beach, CA",268,"Seattle, WA" +429,270,159,"Long Beach, CA",172,"Port Everglades, FL" +429,271,268,"Seattle, WA",159,"Long Beach, CA" +429,272,178,"Brunswick, GA",162,"Oakland, CA" +429,273,268,"Seattle, WA",159,"Long Beach, CA" +430,1,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,2,197,"Portland, ME",197,"Portland, ME" +430,3,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,4,241,"Philadelphia, PA",241,"Philadelphia, PA" +430,5,241,"Philadelphia, PA",241,"Philadelphia, PA" +430,6,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,7,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,8,197,"Portland, ME",197,"Portland, ME" +430,9,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,10,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,11,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,12,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +430,13,201,"Boston, MA",201,"Boston, MA" +430,14,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,15,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,16,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +430,17,241,"Philadelphia, PA",241,"Philadelphia, PA" +430,18,241,"Philadelphia, PA",241,"Philadelphia, PA" +430,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,20,197,"Portland, ME",197,"Portland, ME" +430,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,22,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +430,23,201,"Boston, MA",201,"Boston, MA" +430,24,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +430,25,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,26,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,27,197,"Portland, ME",197,"Portland, ME" +430,28,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,29,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,30,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,31,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,32,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,33,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +430,34,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,35,197,"Portland, ME",197,"Portland, ME" +430,36,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,38,201,"Boston, MA",201,"Boston, MA" +430,39,198,"Baltimore, MD",198,"Baltimore, MD" +430,40,197,"Portland, ME",197,"Portland, ME" +430,41,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,42,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,43,241,"Philadelphia, PA",241,"Philadelphia, PA" +430,44,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +430,45,244,"Providence, RI",244,"Providence, RI" +430,46,241,"Philadelphia, PA",241,"Philadelphia, PA" +430,47,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,48,197,"Portland, ME",197,"Portland, ME" +430,49,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,50,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +430,51,198,"Baltimore, MD",198,"Baltimore, MD" +430,52,198,"Baltimore, MD",198,"Baltimore, MD" +430,53,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,54,201,"Boston, MA",201,"Boston, MA" +430,55,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +430,56,198,"Baltimore, MD",198,"Baltimore, MD" +430,57,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +430,58,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,59,169,"Wilmington, DE",169,"Wilmington, DE" +430,60,241,"Philadelphia, PA",241,"Philadelphia, PA" +430,61,201,"Boston, MA",201,"Boston, MA" +430,62,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,63,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,64,198,"Baltimore, MD",198,"Baltimore, MD" +430,65,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,66,197,"Portland, ME",197,"Portland, ME" +430,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,68,197,"Portland, ME",197,"Portland, ME" +430,69,201,"Boston, MA",201,"Boston, MA" +430,70,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +430,71,197,"Portland, ME",197,"Portland, ME" +430,72,197,"Portland, ME",197,"Portland, ME" +430,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,74,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,75,169,"Wilmington, DE",169,"Wilmington, DE" +430,76,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,77,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,78,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +430,79,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,80,201,"Boston, MA",201,"Boston, MA" +430,81,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,82,241,"Philadelphia, PA",241,"Philadelphia, PA" +430,83,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,84,241,"Philadelphia, PA",241,"Philadelphia, PA" +430,85,198,"Baltimore, MD",198,"Baltimore, MD" +430,86,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,87,198,"Baltimore, MD",198,"Baltimore, MD" +430,88,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +430,89,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,91,197,"Portland, ME",197,"Portland, ME" +430,92,197,"Portland, ME",197,"Portland, ME" +430,93,197,"Portland, ME",197,"Portland, ME" +430,94,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,95,197,"Portland, ME",197,"Portland, ME" +430,96,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,98,201,"Boston, MA",201,"Boston, MA" +430,99,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,100,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,101,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,102,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,103,197,"Portland, ME",197,"Portland, ME" +430,104,241,"Philadelphia, PA",241,"Philadelphia, PA" +430,105,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,106,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,107,198,"Baltimore, MD",198,"Baltimore, MD" +430,108,198,"Baltimore, MD",198,"Baltimore, MD" +430,109,201,"Boston, MA",201,"Boston, MA" +430,110,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,111,197,"Portland, ME",197,"Portland, ME" +430,112,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,113,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,114,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,115,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,116,198,"Baltimore, MD",198,"Baltimore, MD" +430,117,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,118,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +430,119,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,120,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,121,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,122,241,"Philadelphia, PA",241,"Philadelphia, PA" +430,123,198,"Baltimore, MD",198,"Baltimore, MD" +430,124,241,"Philadelphia, PA",241,"Philadelphia, PA" +430,125,197,"Portland, ME",197,"Portland, ME" +430,126,201,"Boston, MA",201,"Boston, MA" +430,127,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,128,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,129,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,130,197,"Portland, ME",197,"Portland, ME" +430,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,132,201,"Boston, MA",201,"Boston, MA" +430,151,201,"Boston, MA",198,"Baltimore, MD" +430,152,223,"New York, NY and NJ",198,"Baltimore, MD" +430,153,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +430,154,154,"Anchorage, AK",154,"Anchorage, AK" +430,155,241,"Philadelphia, PA",223,"New York, NY and NJ" +430,156,198,"Baltimore, MD",223,"New York, NY and NJ" +430,157,223,"New York, NY and NJ",197,"Portland, ME" +430,158,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,159,217,"New York, NY and NJ",223,"New York, NY and NJ" +430,160,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +430,161,241,"Philadelphia, PA",217,"New York, NY and NJ" +430,162,223,"New York, NY and NJ",198,"Baltimore, MD" +430,163,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,164,241,"Philadelphia, PA",217,"New York, NY and NJ" +430,165,241,"Philadelphia, PA",197,"Portland, ME" +430,166,201,"Boston, MA",197,"Portland, ME" +430,167,223,"New York, NY and NJ",197,"Portland, ME" +430,168,197,"Portland, ME",223,"New York, NY and NJ" +430,169,241,"Philadelphia, PA",217,"New York, NY and NJ" +430,170,197,"Portland, ME",218,"Camden-Gloucester, NJ" +430,171,201,"Boston, MA",265,"Norfolk Harbor, VA" +430,172,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +430,173,201,"Boston, MA",198,"Baltimore, MD" +430,174,217,"New York, NY and NJ",198,"Baltimore, MD" +430,175,223,"New York, NY and NJ",217,"New York, NY and NJ" +430,176,223,"New York, NY and NJ",177,"Savannah, GA" +430,177,197,"Portland, ME",217,"New York, NY and NJ" +430,178,223,"New York, NY and NJ",241,"Philadelphia, PA" +430,179,179,"Honolulu, HI",179,"Honolulu, HI" +430,180,179,"Honolulu, HI",179,"Honolulu, HI" +430,181,198,"Baltimore, MD",244,"Providence, RI" +430,183,198,"Baltimore, MD",217,"New York, NY and NJ" +430,184,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +430,185,197,"Portland, ME",217,"New York, NY and NJ" +430,186,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,187,244,"Providence, RI",198,"Baltimore, MD" +430,188,201,"Boston, MA",197,"Portland, ME" +430,189,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +430,190,217,"New York, NY and NJ",223,"New York, NY and NJ" +430,191,223,"New York, NY and NJ",201,"Boston, MA" +430,192,223,"New York, NY and NJ",217,"New York, NY and NJ" +430,193,201,"Boston, MA",223,"New York, NY and NJ" +430,194,241,"Philadelphia, PA",223,"New York, NY and NJ" +430,195,244,"Providence, RI",217,"New York, NY and NJ" +430,196,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +430,197,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +430,198,223,"New York, NY and NJ",217,"New York, NY and NJ" +430,199,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +430,200,198,"Baltimore, MD",201,"Boston, MA" +430,201,223,"New York, NY and NJ",244,"Providence, RI" +430,202,241,"Philadelphia, PA",198,"Baltimore, MD" +430,203,217,"New York, NY and NJ",197,"Portland, ME" +430,204,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,205,197,"Portland, ME",218,"Camden-Gloucester, NJ" +430,206,244,"Providence, RI",223,"New York, NY and NJ" +430,207,217,"New York, NY and NJ",201,"Boston, MA" +430,208,217,"New York, NY and NJ",197,"Portland, ME" +430,209,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +430,210,241,"Philadelphia, PA",201,"Boston, MA" +430,211,223,"New York, NY and NJ",241,"Philadelphia, PA" +430,212,169,"Wilmington, DE",241,"Philadelphia, PA" +430,213,241,"Philadelphia, PA",197,"Portland, ME" +430,214,223,"New York, NY and NJ",197,"Portland, ME" +430,215,217,"New York, NY and NJ",241,"Philadelphia, PA" +430,216,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +430,217,198,"Baltimore, MD",223,"New York, NY and NJ" +430,218,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +430,219,241,"Philadelphia, PA",198,"Baltimore, MD" +430,220,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +430,221,201,"Boston, MA",223,"New York, NY and NJ" +430,222,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,223,198,"Baltimore, MD",223,"New York, NY and NJ" +430,224,244,"Providence, RI",217,"New York, NY and NJ" +430,225,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +430,226,241,"Philadelphia, PA",217,"New York, NY and NJ" +430,227,223,"New York, NY and NJ",217,"New York, NY and NJ" +430,228,241,"Philadelphia, PA",197,"Portland, ME" +430,229,201,"Boston, MA",198,"Baltimore, MD" +430,230,244,"Providence, RI",197,"Portland, ME" +430,231,201,"Boston, MA",217,"New York, NY and NJ" +430,232,217,"New York, NY and NJ",197,"Portland, ME" +430,233,218,"Camden-Gloucester, NJ",244,"Providence, RI" +430,234,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +430,235,223,"New York, NY and NJ",217,"New York, NY and NJ" +430,236,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +430,237,201,"Boston, MA",201,"Boston, MA" +430,238,241,"Philadelphia, PA",197,"Portland, ME" +430,239,217,"New York, NY and NJ",241,"Philadelphia, PA" +430,240,198,"Baltimore, MD",223,"New York, NY and NJ" +430,241,223,"New York, NY and NJ",217,"New York, NY and NJ" +430,242,197,"Portland, ME",201,"Boston, MA" +430,243,201,"Boston, MA",217,"New York, NY and NJ" +430,244,241,"Philadelphia, PA",223,"New York, NY and NJ" +430,245,241,"Philadelphia, PA",197,"Portland, ME" +430,246,169,"Wilmington, DE",197,"Portland, ME" +430,247,201,"Boston, MA",198,"Baltimore, MD" +430,248,244,"Providence, RI",201,"Boston, MA" +430,249,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +430,250,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,251,201,"Boston, MA",223,"New York, NY and NJ" +430,252,197,"Portland, ME",223,"New York, NY and NJ" +430,253,217,"New York, NY and NJ",201,"Boston, MA" +430,254,201,"Boston, MA",241,"Philadelphia, PA" +430,255,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,256,217,"New York, NY and NJ",217,"New York, NY and NJ" +430,257,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +430,258,198,"Baltimore, MD",198,"Baltimore, MD" +430,259,223,"New York, NY and NJ",177,"Savannah, GA" +430,260,169,"Wilmington, DE",197,"Portland, ME" +430,261,198,"Baltimore, MD",241,"Philadelphia, PA" +430,262,217,"New York, NY and NJ",198,"Baltimore, MD" +430,263,217,"New York, NY and NJ",197,"Portland, ME" +430,264,241,"Philadelphia, PA",217,"New York, NY and NJ" +430,265,198,"Baltimore, MD",198,"Baltimore, MD" +430,266,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +430,267,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +430,268,217,"New York, NY and NJ",201,"Boston, MA" +430,269,223,"New York, NY and NJ",223,"New York, NY and NJ" +430,270,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +430,271,217,"New York, NY and NJ",223,"New York, NY and NJ" +430,272,241,"Philadelphia, PA",241,"Philadelphia, PA" +430,273,223,"New York, NY and NJ",198,"Baltimore, MD" +431,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +431,2,241,"Philadelphia, PA",241,"Philadelphia, PA" +431,3,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,4,244,"Providence, RI",244,"Providence, RI" +431,5,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +431,6,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,7,223,"New York, NY and NJ",223,"New York, NY and NJ" +431,8,198,"Baltimore, MD",198,"Baltimore, MD" +431,9,244,"Providence, RI",244,"Providence, RI" +431,10,223,"New York, NY and NJ",223,"New York, NY and NJ" +431,11,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +431,12,201,"Boston, MA",201,"Boston, MA" +431,13,201,"Boston, MA",201,"Boston, MA" +431,14,241,"Philadelphia, PA",241,"Philadelphia, PA" +431,15,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,16,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +431,17,223,"New York, NY and NJ",223,"New York, NY and NJ" +431,18,241,"Philadelphia, PA",241,"Philadelphia, PA" +431,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,20,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +431,22,197,"Portland, ME",197,"Portland, ME" +431,23,201,"Boston, MA",201,"Boston, MA" +431,24,169,"Wilmington, DE",169,"Wilmington, DE" +431,25,201,"Boston, MA",201,"Boston, MA" +431,26,241,"Philadelphia, PA",241,"Philadelphia, PA" +431,27,197,"Portland, ME",197,"Portland, ME" +431,28,223,"New York, NY and NJ",223,"New York, NY and NJ" +431,29,201,"Boston, MA",201,"Boston, MA" +431,30,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +431,31,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +431,32,223,"New York, NY and NJ",223,"New York, NY and NJ" +431,33,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,34,198,"Baltimore, MD",198,"Baltimore, MD" +431,35,198,"Baltimore, MD",198,"Baltimore, MD" +431,36,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +431,38,241,"Philadelphia, PA",241,"Philadelphia, PA" +431,39,197,"Portland, ME",197,"Portland, ME" +431,40,201,"Boston, MA",201,"Boston, MA" +431,41,169,"Wilmington, DE",169,"Wilmington, DE" +431,42,201,"Boston, MA",201,"Boston, MA" +431,43,241,"Philadelphia, PA",241,"Philadelphia, PA" +431,44,241,"Philadelphia, PA",241,"Philadelphia, PA" +431,45,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,46,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,47,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +431,48,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +431,49,169,"Wilmington, DE",169,"Wilmington, DE" +431,50,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,51,201,"Boston, MA",201,"Boston, MA" +431,52,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,53,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +431,54,197,"Portland, ME",197,"Portland, ME" +431,55,244,"Providence, RI",244,"Providence, RI" +431,56,244,"Providence, RI",244,"Providence, RI" +431,57,198,"Baltimore, MD",198,"Baltimore, MD" +431,58,241,"Philadelphia, PA",241,"Philadelphia, PA" +431,59,223,"New York, NY and NJ",223,"New York, NY and NJ" +431,60,241,"Philadelphia, PA",241,"Philadelphia, PA" +431,61,198,"Baltimore, MD",198,"Baltimore, MD" +431,62,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +431,63,223,"New York, NY and NJ",223,"New York, NY and NJ" +431,64,197,"Portland, ME",197,"Portland, ME" +431,65,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,66,223,"New York, NY and NJ",223,"New York, NY and NJ" +431,67,198,"Baltimore, MD",198,"Baltimore, MD" +431,68,201,"Boston, MA",201,"Boston, MA" +431,69,201,"Boston, MA",201,"Boston, MA" +431,70,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +431,72,169,"Wilmington, DE",169,"Wilmington, DE" +431,73,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,74,201,"Boston, MA",201,"Boston, MA" +431,75,201,"Boston, MA",201,"Boston, MA" +431,76,198,"Baltimore, MD",198,"Baltimore, MD" +431,77,241,"Philadelphia, PA",241,"Philadelphia, PA" +431,78,198,"Baltimore, MD",198,"Baltimore, MD" +431,79,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,80,244,"Providence, RI",244,"Providence, RI" +431,81,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +431,82,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,83,223,"New York, NY and NJ",223,"New York, NY and NJ" +431,84,244,"Providence, RI",244,"Providence, RI" +431,85,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,86,198,"Baltimore, MD",198,"Baltimore, MD" +431,87,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,88,201,"Boston, MA",201,"Boston, MA" +431,89,201,"Boston, MA",201,"Boston, MA" +431,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +431,91,244,"Providence, RI",244,"Providence, RI" +431,92,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +431,93,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,94,198,"Baltimore, MD",198,"Baltimore, MD" +431,95,223,"New York, NY and NJ",223,"New York, NY and NJ" +431,96,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +431,97,197,"Portland, ME",197,"Portland, ME" +431,98,223,"New York, NY and NJ",223,"New York, NY and NJ" +431,99,169,"Wilmington, DE",169,"Wilmington, DE" +431,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +431,101,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,102,197,"Portland, ME",197,"Portland, ME" +431,103,244,"Providence, RI",244,"Providence, RI" +431,104,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +431,105,241,"Philadelphia, PA",241,"Philadelphia, PA" +431,106,197,"Portland, ME",197,"Portland, ME" +431,107,244,"Providence, RI",244,"Providence, RI" +431,108,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,109,244,"Providence, RI",244,"Providence, RI" +431,110,223,"New York, NY and NJ",223,"New York, NY and NJ" +431,111,223,"New York, NY and NJ",223,"New York, NY and NJ" +431,112,244,"Providence, RI",244,"Providence, RI" +431,113,197,"Portland, ME",197,"Portland, ME" +431,114,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,115,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,116,201,"Boston, MA",201,"Boston, MA" +431,117,201,"Boston, MA",201,"Boston, MA" +431,118,223,"New York, NY and NJ",223,"New York, NY and NJ" +431,119,223,"New York, NY and NJ",223,"New York, NY and NJ" +431,120,241,"Philadelphia, PA",241,"Philadelphia, PA" +431,121,198,"Baltimore, MD",198,"Baltimore, MD" +431,122,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +431,123,197,"Portland, ME",197,"Portland, ME" +431,124,197,"Portland, ME",197,"Portland, ME" +431,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +431,126,223,"New York, NY and NJ",223,"New York, NY and NJ" +431,127,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +431,128,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,129,197,"Portland, ME",197,"Portland, ME" +431,130,169,"Wilmington, DE",169,"Wilmington, DE" +431,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,132,244,"Providence, RI",244,"Providence, RI" +431,151,169,"Wilmington, DE",198,"Baltimore, MD" +431,152,198,"Baltimore, MD",201,"Boston, MA" +431,153,201,"Boston, MA",217,"New York, NY and NJ" +431,154,154,"Anchorage, AK",154,"Anchorage, AK" +431,155,265,"Norfolk Harbor, VA",201,"Boston, MA" +431,156,223,"New York, NY and NJ",201,"Boston, MA" +431,157,201,"Boston, MA",223,"New York, NY and NJ" +431,158,198,"Baltimore, MD",169,"Wilmington, DE" +431,159,217,"New York, NY and NJ",198,"Baltimore, MD" +431,160,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,161,217,"New York, NY and NJ",223,"New York, NY and NJ" +431,162,201,"Boston, MA",198,"Baltimore, MD" +431,163,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +431,164,244,"Providence, RI",223,"New York, NY and NJ" +431,165,217,"New York, NY and NJ",197,"Portland, ME" +431,166,223,"New York, NY and NJ",197,"Portland, ME" +431,167,241,"Philadelphia, PA",197,"Portland, ME" +431,168,197,"Portland, ME",201,"Boston, MA" +431,169,223,"New York, NY and NJ",201,"Boston, MA" +431,170,223,"New York, NY and NJ",217,"New York, NY and NJ" +431,171,201,"Boston, MA",218,"Camden-Gloucester, NJ" +431,172,223,"New York, NY and NJ",241,"Philadelphia, PA" +431,173,223,"New York, NY and NJ",223,"New York, NY and NJ" +431,174,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +431,175,217,"New York, NY and NJ",223,"New York, NY and NJ" +431,176,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +431,177,201,"Boston, MA",198,"Baltimore, MD" +431,178,217,"New York, NY and NJ",241,"Philadelphia, PA" +431,179,179,"Honolulu, HI",179,"Honolulu, HI" +431,180,179,"Honolulu, HI",179,"Honolulu, HI" +431,181,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +431,183,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +431,184,217,"New York, NY and NJ",169,"Wilmington, DE" +431,185,201,"Boston, MA",217,"New York, NY and NJ" +431,186,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +431,187,198,"Baltimore, MD",198,"Baltimore, MD" +431,188,244,"Providence, RI",218,"Camden-Gloucester, NJ" +431,189,197,"Portland, ME",217,"New York, NY and NJ" +431,190,201,"Boston, MA",223,"New York, NY and NJ" +431,191,197,"Portland, ME",217,"New York, NY and NJ" +431,192,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +431,193,197,"Portland, ME",218,"Camden-Gloucester, NJ" +431,194,244,"Providence, RI",201,"Boston, MA" +431,195,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +431,196,198,"Baltimore, MD",241,"Philadelphia, PA" +431,197,197,"Portland, ME",217,"New York, NY and NJ" +431,198,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +431,199,241,"Philadelphia, PA",241,"Philadelphia, PA" +431,200,223,"New York, NY and NJ",244,"Providence, RI" +431,201,197,"Portland, ME",197,"Portland, ME" +431,202,223,"New York, NY and NJ",201,"Boston, MA" +431,203,223,"New York, NY and NJ",197,"Portland, ME" +431,204,217,"New York, NY and NJ",223,"New York, NY and NJ" +431,205,244,"Providence, RI",169,"Wilmington, DE" +431,206,223,"New York, NY and NJ",241,"Philadelphia, PA" +431,207,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,208,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,209,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +431,210,197,"Portland, ME",201,"Boston, MA" +431,211,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +431,212,217,"New York, NY and NJ",198,"Baltimore, MD" +431,213,198,"Baltimore, MD",217,"New York, NY and NJ" +431,214,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +431,215,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +431,216,223,"New York, NY and NJ",201,"Boston, MA" +431,217,217,"New York, NY and NJ",241,"Philadelphia, PA" +431,218,217,"New York, NY and NJ",201,"Boston, MA" +431,219,241,"Philadelphia, PA",241,"Philadelphia, PA" +431,220,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +431,221,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +431,222,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +431,223,217,"New York, NY and NJ",197,"Portland, ME" +431,224,217,"New York, NY and NJ",223,"New York, NY and NJ" +431,225,201,"Boston, MA",197,"Portland, ME" +431,226,223,"New York, NY and NJ",197,"Portland, ME" +431,227,223,"New York, NY and NJ",198,"Baltimore, MD" +431,228,197,"Portland, ME",217,"New York, NY and NJ" +431,229,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +431,230,223,"New York, NY and NJ",217,"New York, NY and NJ" +431,231,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +431,232,217,"New York, NY and NJ",241,"Philadelphia, PA" +431,233,223,"New York, NY and NJ",198,"Baltimore, MD" +431,234,223,"New York, NY and NJ",223,"New York, NY and NJ" +431,235,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +431,236,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +431,237,217,"New York, NY and NJ",197,"Portland, ME" +431,238,217,"New York, NY and NJ",223,"New York, NY and NJ" +431,239,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,240,201,"Boston, MA",223,"New York, NY and NJ" +431,241,217,"New York, NY and NJ",197,"Portland, ME" +431,242,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +431,243,198,"Baltimore, MD",198,"Baltimore, MD" +431,244,244,"Providence, RI",197,"Portland, ME" +431,245,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +431,246,197,"Portland, ME",265,"Norfolk Harbor, VA" +431,247,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +431,248,198,"Baltimore, MD",217,"New York, NY and NJ" +431,249,223,"New York, NY and NJ",217,"New York, NY and NJ" +431,250,241,"Philadelphia, PA",169,"Wilmington, DE" +431,251,223,"New York, NY and NJ",217,"New York, NY and NJ" +431,252,197,"Portland, ME",265,"Norfolk Harbor, VA" +431,253,201,"Boston, MA",245,"Charleston, SC" +431,254,201,"Boston, MA",195,"New Orleans, LA" +431,255,217,"New York, NY and NJ",201,"Boston, MA" +431,256,217,"New York, NY and NJ",244,"Providence, RI" +431,257,198,"Baltimore, MD",245,"Charleston, SC" +431,258,198,"Baltimore, MD",201,"Boston, MA" +431,259,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +431,260,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,261,223,"New York, NY and NJ",223,"New York, NY and NJ" +431,262,197,"Portland, ME",201,"Boston, MA" +431,263,223,"New York, NY and NJ",201,"Boston, MA" +431,264,197,"Portland, ME",169,"Wilmington, DE" +431,265,217,"New York, NY and NJ",217,"New York, NY and NJ" +431,266,223,"New York, NY and NJ",198,"Baltimore, MD" +431,267,223,"New York, NY and NJ",201,"Boston, MA" +431,268,223,"New York, NY and NJ",241,"Philadelphia, PA" +431,269,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +431,270,198,"Baltimore, MD",198,"Baltimore, MD" +431,271,223,"New York, NY and NJ",197,"Portland, ME" +431,272,223,"New York, NY and NJ",223,"New York, NY and NJ" +431,273,217,"New York, NY and NJ",244,"Providence, RI" +432,1,159,"Long Beach, CA",159,"Long Beach, CA" +432,2,159,"Long Beach, CA",159,"Long Beach, CA" +432,3,268,"Seattle, WA",268,"Seattle, WA" +432,4,239,"Portland, OR",239,"Portland, OR" +432,5,162,"Oakland, CA",162,"Oakland, CA" +432,6,159,"Long Beach, CA",159,"Long Beach, CA" +432,7,159,"Long Beach, CA",159,"Long Beach, CA" +432,8,159,"Long Beach, CA",159,"Long Beach, CA" +432,9,159,"Long Beach, CA",159,"Long Beach, CA" +432,10,268,"Seattle, WA",268,"Seattle, WA" +432,11,159,"Long Beach, CA",159,"Long Beach, CA" +432,12,159,"Long Beach, CA",159,"Long Beach, CA" +432,13,159,"Long Beach, CA",159,"Long Beach, CA" +432,14,268,"Seattle, WA",268,"Seattle, WA" +432,15,268,"Seattle, WA",268,"Seattle, WA" +432,16,159,"Long Beach, CA",159,"Long Beach, CA" +432,17,239,"Portland, OR",239,"Portland, OR" +432,18,162,"Oakland, CA",162,"Oakland, CA" +432,19,159,"Long Beach, CA",159,"Long Beach, CA" +432,20,159,"Long Beach, CA",159,"Long Beach, CA" +432,21,159,"Long Beach, CA",159,"Long Beach, CA" +432,22,159,"Long Beach, CA",159,"Long Beach, CA" +432,23,239,"Portland, OR",239,"Portland, OR" +432,24,159,"Long Beach, CA",159,"Long Beach, CA" +432,25,159,"Long Beach, CA",159,"Long Beach, CA" +432,26,159,"Long Beach, CA",159,"Long Beach, CA" +432,27,172,"Port Everglades, FL",172,"Port Everglades, FL" +432,28,159,"Long Beach, CA",159,"Long Beach, CA" +432,29,159,"Long Beach, CA",159,"Long Beach, CA" +432,30,239,"Portland, OR",239,"Portland, OR" +432,31,159,"Long Beach, CA",159,"Long Beach, CA" +432,32,159,"Long Beach, CA",159,"Long Beach, CA" +432,33,268,"Seattle, WA",268,"Seattle, WA" +432,34,159,"Long Beach, CA",159,"Long Beach, CA" +432,35,159,"Long Beach, CA",159,"Long Beach, CA" +432,36,159,"Long Beach, CA",159,"Long Beach, CA" +432,37,159,"Long Beach, CA",159,"Long Beach, CA" +432,38,239,"Portland, OR",239,"Portland, OR" +432,39,159,"Long Beach, CA",159,"Long Beach, CA" +432,40,159,"Long Beach, CA",159,"Long Beach, CA" +432,41,159,"Long Beach, CA",159,"Long Beach, CA" +432,42,159,"Long Beach, CA",159,"Long Beach, CA" +432,43,268,"Seattle, WA",268,"Seattle, WA" +432,44,162,"Oakland, CA",162,"Oakland, CA" +432,45,268,"Seattle, WA",268,"Seattle, WA" +432,46,159,"Long Beach, CA",159,"Long Beach, CA" +432,47,239,"Portland, OR",239,"Portland, OR" +432,48,159,"Long Beach, CA",159,"Long Beach, CA" +432,49,162,"Oakland, CA",162,"Oakland, CA" +432,50,269,"Longview, WA",269,"Longview, WA" +432,51,159,"Long Beach, CA",159,"Long Beach, CA" +432,52,159,"Long Beach, CA",159,"Long Beach, CA" +432,53,268,"Seattle, WA",268,"Seattle, WA" +432,54,159,"Long Beach, CA",159,"Long Beach, CA" +432,55,159,"Long Beach, CA",159,"Long Beach, CA" +432,56,159,"Long Beach, CA",159,"Long Beach, CA" +432,57,162,"Oakland, CA",162,"Oakland, CA" +432,58,268,"Seattle, WA",268,"Seattle, WA" +432,59,159,"Long Beach, CA",159,"Long Beach, CA" +432,60,268,"Seattle, WA",268,"Seattle, WA" +432,61,268,"Seattle, WA",268,"Seattle, WA" +432,62,268,"Seattle, WA",268,"Seattle, WA" +432,63,239,"Portland, OR",239,"Portland, OR" +432,64,159,"Long Beach, CA",159,"Long Beach, CA" +432,65,268,"Seattle, WA",268,"Seattle, WA" +432,66,159,"Long Beach, CA",159,"Long Beach, CA" +432,67,269,"Longview, WA",269,"Longview, WA" +432,68,268,"Seattle, WA",268,"Seattle, WA" +432,69,159,"Long Beach, CA",159,"Long Beach, CA" +432,70,268,"Seattle, WA",268,"Seattle, WA" +432,71,159,"Long Beach, CA",159,"Long Beach, CA" +432,72,268,"Seattle, WA",268,"Seattle, WA" +432,73,159,"Long Beach, CA",159,"Long Beach, CA" +432,74,159,"Long Beach, CA",159,"Long Beach, CA" +432,75,268,"Seattle, WA",268,"Seattle, WA" +432,76,159,"Long Beach, CA",159,"Long Beach, CA" +432,77,159,"Long Beach, CA",159,"Long Beach, CA" +432,78,162,"Oakland, CA",162,"Oakland, CA" +432,79,159,"Long Beach, CA",159,"Long Beach, CA" +432,80,159,"Long Beach, CA",159,"Long Beach, CA" +432,81,159,"Long Beach, CA",159,"Long Beach, CA" +432,82,159,"Long Beach, CA",159,"Long Beach, CA" +432,83,159,"Long Beach, CA",159,"Long Beach, CA" +432,84,239,"Portland, OR",239,"Portland, OR" +432,85,159,"Long Beach, CA",159,"Long Beach, CA" +432,86,268,"Seattle, WA",268,"Seattle, WA" +432,87,159,"Long Beach, CA",159,"Long Beach, CA" +432,88,239,"Portland, OR",239,"Portland, OR" +432,89,159,"Long Beach, CA",159,"Long Beach, CA" +432,90,268,"Seattle, WA",268,"Seattle, WA" +432,91,239,"Portland, OR",239,"Portland, OR" +432,92,159,"Long Beach, CA",159,"Long Beach, CA" +432,93,159,"Long Beach, CA",159,"Long Beach, CA" +432,94,159,"Long Beach, CA",159,"Long Beach, CA" +432,95,159,"Long Beach, CA",159,"Long Beach, CA" +432,96,162,"Oakland, CA",162,"Oakland, CA" +432,97,268,"Seattle, WA",268,"Seattle, WA" +432,98,159,"Long Beach, CA",159,"Long Beach, CA" +432,99,159,"Long Beach, CA",159,"Long Beach, CA" +432,100,159,"Long Beach, CA",159,"Long Beach, CA" +432,101,159,"Long Beach, CA",159,"Long Beach, CA" +432,102,159,"Long Beach, CA",159,"Long Beach, CA" +432,103,159,"Long Beach, CA",159,"Long Beach, CA" +432,104,159,"Long Beach, CA",159,"Long Beach, CA" +432,105,269,"Longview, WA",269,"Longview, WA" +432,106,159,"Long Beach, CA",159,"Long Beach, CA" +432,107,159,"Long Beach, CA",159,"Long Beach, CA" +432,108,239,"Portland, OR",239,"Portland, OR" +432,109,239,"Portland, OR",239,"Portland, OR" +432,110,162,"Oakland, CA",162,"Oakland, CA" +432,111,159,"Long Beach, CA",159,"Long Beach, CA" +432,112,268,"Seattle, WA",268,"Seattle, WA" +432,113,159,"Long Beach, CA",159,"Long Beach, CA" +432,114,159,"Long Beach, CA",159,"Long Beach, CA" +432,115,159,"Long Beach, CA",159,"Long Beach, CA" +432,116,268,"Seattle, WA",268,"Seattle, WA" +432,117,159,"Long Beach, CA",159,"Long Beach, CA" +432,118,268,"Seattle, WA",268,"Seattle, WA" +432,119,268,"Seattle, WA",268,"Seattle, WA" +432,120,159,"Long Beach, CA",159,"Long Beach, CA" +432,121,268,"Seattle, WA",268,"Seattle, WA" +432,122,159,"Long Beach, CA",159,"Long Beach, CA" +432,123,269,"Longview, WA",269,"Longview, WA" +432,124,162,"Oakland, CA",162,"Oakland, CA" +432,125,159,"Long Beach, CA",159,"Long Beach, CA" +432,126,269,"Longview, WA",269,"Longview, WA" +432,127,159,"Long Beach, CA",159,"Long Beach, CA" +432,128,159,"Long Beach, CA",159,"Long Beach, CA" +432,129,159,"Long Beach, CA",159,"Long Beach, CA" +432,130,268,"Seattle, WA",268,"Seattle, WA" +432,131,162,"Oakland, CA",162,"Oakland, CA" +432,132,162,"Oakland, CA",162,"Oakland, CA" +432,151,239,"Portland, OR",159,"Long Beach, CA" +432,152,159,"Long Beach, CA",159,"Long Beach, CA" +432,153,162,"Oakland, CA",268,"Seattle, WA" +432,154,154,"Anchorage, AK",154,"Anchorage, AK" +432,155,269,"Longview, WA",159,"Long Beach, CA" +432,156,269,"Longview, WA",159,"Long Beach, CA" +432,157,159,"Long Beach, CA",159,"Long Beach, CA" +432,158,159,"Long Beach, CA",269,"Longview, WA" +432,159,268,"Seattle, WA",159,"Long Beach, CA" +432,160,159,"Long Beach, CA",159,"Long Beach, CA" +432,161,159,"Long Beach, CA",268,"Seattle, WA" +432,162,269,"Longview, WA",159,"Long Beach, CA" +432,163,269,"Longview, WA",159,"Long Beach, CA" +432,164,159,"Long Beach, CA",268,"Seattle, WA" +432,165,159,"Long Beach, CA",268,"Seattle, WA" +432,166,159,"Long Beach, CA",162,"Oakland, CA" +432,167,269,"Longview, WA",159,"Long Beach, CA" +432,168,162,"Oakland, CA",159,"Long Beach, CA" +432,169,172,"Port Everglades, FL",268,"Seattle, WA" +432,170,159,"Long Beach, CA",268,"Seattle, WA" +432,171,159,"Long Beach, CA",172,"Port Everglades, FL" +432,172,268,"Seattle, WA",159,"Long Beach, CA" +432,173,171,"Jacksonville, FL",269,"Longview, WA" +432,174,162,"Oakland, CA",162,"Oakland, CA" +432,175,268,"Seattle, WA",177,"Savannah, GA" +432,176,159,"Long Beach, CA",159,"Long Beach, CA" +432,177,268,"Seattle, WA",159,"Long Beach, CA" +432,178,159,"Long Beach, CA",239,"Portland, OR" +432,179,179,"Honolulu, HI",179,"Honolulu, HI" +432,180,179,"Honolulu, HI",179,"Honolulu, HI" +432,181,239,"Portland, OR",162,"Oakland, CA" +432,183,162,"Oakland, CA",268,"Seattle, WA" +432,184,268,"Seattle, WA",162,"Oakland, CA" +432,185,268,"Seattle, WA",162,"Oakland, CA" +432,186,268,"Seattle, WA",159,"Long Beach, CA" +432,187,269,"Longview, WA",159,"Long Beach, CA" +432,188,269,"Longview, WA",268,"Seattle, WA" +432,189,159,"Long Beach, CA",159,"Long Beach, CA" +432,190,159,"Long Beach, CA",162,"Oakland, CA" +432,191,268,"Seattle, WA",162,"Oakland, CA" +432,192,159,"Long Beach, CA",159,"Long Beach, CA" +432,193,268,"Seattle, WA",268,"Seattle, WA" +432,194,159,"Long Beach, CA",194,"Lake Charles, LA" +432,195,269,"Longview, WA",159,"Long Beach, CA" +432,196,162,"Oakland, CA",268,"Seattle, WA" +432,197,159,"Long Beach, CA",162,"Oakland, CA" +432,198,268,"Seattle, WA",239,"Portland, OR" +432,199,159,"Long Beach, CA",269,"Longview, WA" +432,200,162,"Oakland, CA",268,"Seattle, WA" +432,201,159,"Long Beach, CA",162,"Oakland, CA" +432,202,159,"Long Beach, CA",159,"Long Beach, CA" +432,203,159,"Long Beach, CA",159,"Long Beach, CA" +432,204,159,"Long Beach, CA",239,"Portland, OR" +432,205,162,"Oakland, CA",159,"Long Beach, CA" +432,206,159,"Long Beach, CA",162,"Oakland, CA" +432,207,159,"Long Beach, CA",159,"Long Beach, CA" +432,208,159,"Long Beach, CA",159,"Long Beach, CA" +432,209,159,"Long Beach, CA",159,"Long Beach, CA" +432,210,268,"Seattle, WA",268,"Seattle, WA" +432,211,162,"Oakland, CA",159,"Long Beach, CA" +432,212,268,"Seattle, WA",239,"Portland, OR" +432,213,239,"Portland, OR",159,"Long Beach, CA" +432,214,159,"Long Beach, CA",268,"Seattle, WA" +432,215,162,"Oakland, CA",159,"Long Beach, CA" +432,216,159,"Long Beach, CA",159,"Long Beach, CA" +432,217,268,"Seattle, WA",162,"Oakland, CA" +432,218,159,"Long Beach, CA",245,"Charleston, SC" +432,219,239,"Portland, OR",239,"Portland, OR" +432,220,159,"Long Beach, CA",159,"Long Beach, CA" +432,221,159,"Long Beach, CA",159,"Long Beach, CA" +432,222,159,"Long Beach, CA",159,"Long Beach, CA" +432,223,159,"Long Beach, CA",177,"Savannah, GA" +432,224,159,"Long Beach, CA",159,"Long Beach, CA" +432,225,268,"Seattle, WA",162,"Oakland, CA" +432,226,268,"Seattle, WA",268,"Seattle, WA" +432,227,159,"Long Beach, CA",177,"Savannah, GA" +432,228,239,"Portland, OR",159,"Long Beach, CA" +432,229,268,"Seattle, WA",239,"Portland, OR" +432,230,162,"Oakland, CA",268,"Seattle, WA" +432,231,159,"Long Beach, CA",268,"Seattle, WA" +432,232,159,"Long Beach, CA",269,"Longview, WA" +432,233,159,"Long Beach, CA",162,"Oakland, CA" +432,234,268,"Seattle, WA",159,"Long Beach, CA" +432,235,159,"Long Beach, CA",159,"Long Beach, CA" +432,236,159,"Long Beach, CA",159,"Long Beach, CA" +432,237,159,"Long Beach, CA",159,"Long Beach, CA" +432,238,159,"Long Beach, CA",162,"Oakland, CA" +432,239,159,"Long Beach, CA",159,"Long Beach, CA" +432,240,159,"Long Beach, CA",159,"Long Beach, CA" +432,241,162,"Oakland, CA",268,"Seattle, WA" +432,242,268,"Seattle, WA",268,"Seattle, WA" +432,243,159,"Long Beach, CA",268,"Seattle, WA" +432,244,268,"Seattle, WA",241,"Philadelphia, PA" +432,245,239,"Portland, OR",268,"Seattle, WA" +432,246,159,"Long Beach, CA",177,"Savannah, GA" +432,247,269,"Longview, WA",178,"Brunswick, GA" +432,248,159,"Long Beach, CA",268,"Seattle, WA" +432,249,162,"Oakland, CA",268,"Seattle, WA" +432,250,159,"Long Beach, CA",162,"Oakland, CA" +432,251,159,"Long Beach, CA",268,"Seattle, WA" +432,252,268,"Seattle, WA",159,"Long Beach, CA" +432,253,268,"Seattle, WA",253,"Beaumont, TX" +432,254,159,"Long Beach, CA",159,"Long Beach, CA" +432,255,162,"Oakland, CA",159,"Long Beach, CA" +432,256,159,"Long Beach, CA",239,"Portland, OR" +432,257,159,"Long Beach, CA",268,"Seattle, WA" +432,258,159,"Long Beach, CA",159,"Long Beach, CA" +432,259,159,"Long Beach, CA",257,"Houston, TX" +432,260,268,"Seattle, WA",268,"Seattle, WA" +432,261,268,"Seattle, WA",159,"Long Beach, CA" +432,262,268,"Seattle, WA",159,"Long Beach, CA" +432,263,268,"Seattle, WA",159,"Long Beach, CA" +432,264,239,"Portland, OR",239,"Portland, OR" +432,265,268,"Seattle, WA",268,"Seattle, WA" +432,266,159,"Long Beach, CA",269,"Longview, WA" +432,267,268,"Seattle, WA",152,"Mobile, AL" +432,268,268,"Seattle, WA",159,"Long Beach, CA" +432,269,159,"Long Beach, CA",159,"Long Beach, CA" +432,270,159,"Long Beach, CA",268,"Seattle, WA" +432,271,159,"Long Beach, CA",162,"Oakland, CA" +432,272,162,"Oakland, CA",159,"Long Beach, CA" +432,273,159,"Long Beach, CA",162,"Oakland, CA" +433,1,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,2,244,"Providence, RI",244,"Providence, RI" +433,3,174,"Tampa, FL",174,"Tampa, FL" +433,4,241,"Philadelphia, PA",241,"Philadelphia, PA" +433,5,197,"Portland, ME",197,"Portland, ME" +433,6,223,"New York, NY and NJ",223,"New York, NY and NJ" +433,7,198,"Baltimore, MD",198,"Baltimore, MD" +433,8,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +433,9,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +433,10,223,"New York, NY and NJ",223,"New York, NY and NJ" +433,11,223,"New York, NY and NJ",223,"New York, NY and NJ" +433,12,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,13,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,14,197,"Portland, ME",197,"Portland, ME" +433,15,244,"Providence, RI",244,"Providence, RI" +433,16,198,"Baltimore, MD",198,"Baltimore, MD" +433,17,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +433,18,198,"Baltimore, MD",198,"Baltimore, MD" +433,19,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,20,223,"New York, NY and NJ",223,"New York, NY and NJ" +433,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +433,22,244,"Providence, RI",244,"Providence, RI" +433,23,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,24,241,"Philadelphia, PA",241,"Philadelphia, PA" +433,25,201,"Boston, MA",201,"Boston, MA" +433,26,223,"New York, NY and NJ",223,"New York, NY and NJ" +433,27,217,"New York, NY and NJ",217,"New York, NY and NJ" +433,28,169,"Wilmington, DE",169,"Wilmington, DE" +433,29,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,30,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +433,31,197,"Portland, ME",197,"Portland, ME" +433,32,198,"Baltimore, MD",198,"Baltimore, MD" +433,33,198,"Baltimore, MD",198,"Baltimore, MD" +433,34,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,35,223,"New York, NY and NJ",223,"New York, NY and NJ" +433,36,245,"Charleston, SC",245,"Charleston, SC" +433,37,201,"Boston, MA",201,"Boston, MA" +433,38,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +433,39,169,"Wilmington, DE",169,"Wilmington, DE" +433,40,244,"Providence, RI",244,"Providence, RI" +433,41,198,"Baltimore, MD",198,"Baltimore, MD" +433,42,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +433,43,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,44,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,45,171,"Jacksonville, FL",171,"Jacksonville, FL" +433,46,223,"New York, NY and NJ",223,"New York, NY and NJ" +433,47,223,"New York, NY and NJ",223,"New York, NY and NJ" +433,48,198,"Baltimore, MD",198,"Baltimore, MD" +433,49,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,50,198,"Baltimore, MD",198,"Baltimore, MD" +433,51,197,"Portland, ME",197,"Portland, ME" +433,52,223,"New York, NY and NJ",223,"New York, NY and NJ" +433,53,198,"Baltimore, MD",198,"Baltimore, MD" +433,54,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,55,198,"Baltimore, MD",198,"Baltimore, MD" +433,56,217,"New York, NY and NJ",217,"New York, NY and NJ" +433,57,198,"Baltimore, MD",198,"Baltimore, MD" +433,58,198,"Baltimore, MD",198,"Baltimore, MD" +433,59,172,"Port Everglades, FL",172,"Port Everglades, FL" +433,60,241,"Philadelphia, PA",241,"Philadelphia, PA" +433,61,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,62,241,"Philadelphia, PA",241,"Philadelphia, PA" +433,63,197,"Portland, ME",197,"Portland, ME" +433,64,245,"Charleston, SC",245,"Charleston, SC" +433,65,201,"Boston, MA",201,"Boston, MA" +433,66,197,"Portland, ME",197,"Portland, ME" +433,67,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,68,223,"New York, NY and NJ",223,"New York, NY and NJ" +433,69,241,"Philadelphia, PA",241,"Philadelphia, PA" +433,70,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,71,241,"Philadelphia, PA",241,"Philadelphia, PA" +433,72,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,73,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,74,241,"Philadelphia, PA",241,"Philadelphia, PA" +433,75,217,"New York, NY and NJ",217,"New York, NY and NJ" +433,76,169,"Wilmington, DE",169,"Wilmington, DE" +433,77,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +433,78,217,"New York, NY and NJ",217,"New York, NY and NJ" +433,79,241,"Philadelphia, PA",241,"Philadelphia, PA" +433,80,217,"New York, NY and NJ",217,"New York, NY and NJ" +433,81,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,82,244,"Providence, RI",244,"Providence, RI" +433,83,223,"New York, NY and NJ",223,"New York, NY and NJ" +433,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +433,85,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +433,86,217,"New York, NY and NJ",217,"New York, NY and NJ" +433,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +433,88,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +433,89,223,"New York, NY and NJ",223,"New York, NY and NJ" +433,90,171,"Jacksonville, FL",171,"Jacksonville, FL" +433,91,169,"Wilmington, DE",169,"Wilmington, DE" +433,92,223,"New York, NY and NJ",223,"New York, NY and NJ" +433,93,198,"Baltimore, MD",198,"Baltimore, MD" +433,94,201,"Boston, MA",201,"Boston, MA" +433,95,217,"New York, NY and NJ",217,"New York, NY and NJ" +433,96,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,97,198,"Baltimore, MD",198,"Baltimore, MD" +433,98,241,"Philadelphia, PA",241,"Philadelphia, PA" +433,99,244,"Providence, RI",244,"Providence, RI" +433,100,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,101,217,"New York, NY and NJ",217,"New York, NY and NJ" +433,102,223,"New York, NY and NJ",223,"New York, NY and NJ" +433,103,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,104,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,105,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,106,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,107,217,"New York, NY and NJ",217,"New York, NY and NJ" +433,108,169,"Wilmington, DE",169,"Wilmington, DE" +433,109,245,"Charleston, SC",245,"Charleston, SC" +433,110,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,111,223,"New York, NY and NJ",223,"New York, NY and NJ" +433,112,217,"New York, NY and NJ",217,"New York, NY and NJ" +433,113,244,"Providence, RI",244,"Providence, RI" +433,114,198,"Baltimore, MD",198,"Baltimore, MD" +433,115,169,"Wilmington, DE",169,"Wilmington, DE" +433,116,223,"New York, NY and NJ",223,"New York, NY and NJ" +433,117,217,"New York, NY and NJ",217,"New York, NY and NJ" +433,118,217,"New York, NY and NJ",217,"New York, NY and NJ" +433,119,241,"Philadelphia, PA",241,"Philadelphia, PA" +433,120,223,"New York, NY and NJ",223,"New York, NY and NJ" +433,121,223,"New York, NY and NJ",223,"New York, NY and NJ" +433,122,217,"New York, NY and NJ",217,"New York, NY and NJ" +433,123,198,"Baltimore, MD",198,"Baltimore, MD" +433,124,174,"Tampa, FL",174,"Tampa, FL" +433,125,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,126,177,"Savannah, GA",177,"Savannah, GA" +433,127,223,"New York, NY and NJ",223,"New York, NY and NJ" +433,128,223,"New York, NY and NJ",223,"New York, NY and NJ" +433,129,223,"New York, NY and NJ",223,"New York, NY and NJ" +433,130,241,"Philadelphia, PA",241,"Philadelphia, PA" +433,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +433,132,217,"New York, NY and NJ",217,"New York, NY and NJ" +433,151,241,"Philadelphia, PA",198,"Baltimore, MD" +433,152,223,"New York, NY and NJ",178,"Brunswick, GA" +433,153,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +433,154,154,"Anchorage, AK",154,"Anchorage, AK" +433,155,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +433,156,265,"Norfolk Harbor, VA",174,"Tampa, FL" +433,157,177,"Savannah, GA",217,"New York, NY and NJ" +433,158,217,"New York, NY and NJ",241,"Philadelphia, PA" +433,159,201,"Boston, MA",198,"Baltimore, MD" +433,160,197,"Portland, ME",195,"New Orleans, LA" +433,161,198,"Baltimore, MD",193,"Baton Rouge, LA" +433,162,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +433,163,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +433,164,265,"Norfolk Harbor, VA",244,"Providence, RI" +433,165,217,"New York, NY and NJ",223,"New York, NY and NJ" +433,166,201,"Boston, MA",198,"Baltimore, MD" +433,167,197,"Portland, ME",241,"Philadelphia, PA" +433,168,217,"New York, NY and NJ",223,"New York, NY and NJ" +433,169,223,"New York, NY and NJ",229,"Wilmington, NC" +433,170,223,"New York, NY and NJ",217,"New York, NY and NJ" +433,171,197,"Portland, ME",223,"New York, NY and NJ" +433,172,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +433,173,172,"Port Everglades, FL",223,"New York, NY and NJ" +433,174,172,"Port Everglades, FL",172,"Port Everglades, FL" +433,175,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +433,176,265,"Norfolk Harbor, VA",177,"Savannah, GA" +433,177,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +433,178,223,"New York, NY and NJ",172,"Port Everglades, FL" +433,179,179,"Honolulu, HI",179,"Honolulu, HI" +433,180,179,"Honolulu, HI",179,"Honolulu, HI" +433,181,201,"Boston, MA",208,"Pascagoula, MS" +433,183,223,"New York, NY and NJ",217,"New York, NY and NJ" +433,184,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +433,185,223,"New York, NY and NJ",201,"Boston, MA" +433,186,198,"Baltimore, MD",177,"Savannah, GA" +433,187,169,"Wilmington, DE",197,"Portland, ME" +433,188,198,"Baltimore, MD",217,"New York, NY and NJ" +433,189,217,"New York, NY and NJ",223,"New York, NY and NJ" +433,190,217,"New York, NY and NJ",171,"Jacksonville, FL" +433,191,265,"Norfolk Harbor, VA",177,"Savannah, GA" +433,192,223,"New York, NY and NJ",198,"Baltimore, MD" +433,193,197,"Portland, ME",253,"Beaumont, TX" +433,194,172,"Port Everglades, FL",195,"New Orleans, LA" +433,195,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +433,196,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +433,197,217,"New York, NY and NJ",197,"Portland, ME" +433,198,217,"New York, NY and NJ",201,"Boston, MA" +433,199,201,"Boston, MA",198,"Baltimore, MD" +433,200,265,"Norfolk Harbor, VA",244,"Providence, RI" +433,201,223,"New York, NY and NJ",223,"New York, NY and NJ" +433,202,177,"Savannah, GA",198,"Baltimore, MD" +433,203,241,"Philadelphia, PA",223,"New York, NY and NJ" +433,204,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +433,205,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +433,206,217,"New York, NY and NJ",174,"Tampa, FL" +433,207,177,"Savannah, GA",223,"New York, NY and NJ" +433,208,197,"Portland, ME",177,"Savannah, GA" +433,209,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +433,210,265,"Norfolk Harbor, VA",197,"Portland, ME" +433,211,241,"Philadelphia, PA",241,"Philadelphia, PA" +433,212,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +433,213,217,"New York, NY and NJ",241,"Philadelphia, PA" +433,214,241,"Philadelphia, PA",198,"Baltimore, MD" +433,215,198,"Baltimore, MD",217,"New York, NY and NJ" +433,216,223,"New York, NY and NJ",223,"New York, NY and NJ" +433,217,223,"New York, NY and NJ",241,"Philadelphia, PA" +433,218,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +433,219,197,"Portland, ME",265,"Norfolk Harbor, VA" +433,220,201,"Boston, MA",171,"Jacksonville, FL" +433,221,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +433,222,198,"Baltimore, MD",169,"Wilmington, DE" +433,223,169,"Wilmington, DE",241,"Philadelphia, PA" +433,224,198,"Baltimore, MD",217,"New York, NY and NJ" +433,225,265,"Norfolk Harbor, VA",201,"Boston, MA" +433,226,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +433,227,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +433,228,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +433,229,223,"New York, NY and NJ",241,"Philadelphia, PA" +433,230,152,"Mobile, AL",223,"New York, NY and NJ" +433,231,198,"Baltimore, MD",198,"Baltimore, MD" +433,232,169,"Wilmington, DE",198,"Baltimore, MD" +433,233,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +433,234,217,"New York, NY and NJ",244,"Providence, RI" +433,235,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +433,236,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,237,218,"Camden-Gloucester, NJ",197,"Portland, ME" +433,238,195,"New Orleans, LA",178,"Brunswick, GA" +433,239,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +433,240,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +433,241,244,"Providence, RI",218,"Camden-Gloucester, NJ" +433,242,218,"Camden-Gloucester, NJ",201,"Boston, MA" +433,243,198,"Baltimore, MD",197,"Portland, ME" +433,244,223,"New York, NY and NJ",217,"New York, NY and NJ" +433,245,217,"New York, NY and NJ",223,"New York, NY and NJ" +433,246,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,247,198,"Baltimore, MD",241,"Philadelphia, PA" +433,248,223,"New York, NY and NJ",169,"Wilmington, DE" +433,249,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +433,250,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +433,251,265,"Norfolk Harbor, VA",177,"Savannah, GA" +433,252,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +433,253,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +433,254,265,"Norfolk Harbor, VA",194,"Lake Charles, LA" +433,255,177,"Savannah, GA",245,"Charleston, SC" +433,256,241,"Philadelphia, PA",223,"New York, NY and NJ" +433,257,169,"Wilmington, DE",195,"New Orleans, LA" +433,258,172,"Port Everglades, FL",257,"Houston, TX" +433,259,241,"Philadelphia, PA",194,"Lake Charles, LA" +433,260,177,"Savannah, GA",245,"Charleston, SC" +433,261,197,"Portland, ME",265,"Norfolk Harbor, VA" +433,262,198,"Baltimore, MD",217,"New York, NY and NJ" +433,263,217,"New York, NY and NJ",201,"Boston, MA" +433,264,265,"Norfolk Harbor, VA",201,"Boston, MA" +433,265,223,"New York, NY and NJ",241,"Philadelphia, PA" +433,266,217,"New York, NY and NJ",223,"New York, NY and NJ" +433,267,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +433,268,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +433,269,197,"Portland, ME",241,"Philadelphia, PA" +433,270,223,"New York, NY and NJ",217,"New York, NY and NJ" +433,271,198,"Baltimore, MD",198,"Baltimore, MD" +433,272,201,"Boston, MA",217,"New York, NY and NJ" +433,273,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +434,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,2,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +434,3,198,"Baltimore, MD",198,"Baltimore, MD" +434,4,198,"Baltimore, MD",198,"Baltimore, MD" +434,5,169,"Wilmington, DE",169,"Wilmington, DE" +434,6,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,7,244,"Providence, RI",244,"Providence, RI" +434,8,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,9,241,"Philadelphia, PA",241,"Philadelphia, PA" +434,10,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,11,198,"Baltimore, MD",198,"Baltimore, MD" +434,12,201,"Boston, MA",201,"Boston, MA" +434,13,197,"Portland, ME",197,"Portland, ME" +434,14,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,15,197,"Portland, ME",197,"Portland, ME" +434,16,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,17,198,"Baltimore, MD",198,"Baltimore, MD" +434,18,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,19,197,"Portland, ME",197,"Portland, ME" +434,20,241,"Philadelphia, PA",241,"Philadelphia, PA" +434,21,244,"Providence, RI",244,"Providence, RI" +434,22,197,"Portland, ME",197,"Portland, ME" +434,23,197,"Portland, ME",197,"Portland, ME" +434,24,198,"Baltimore, MD",198,"Baltimore, MD" +434,25,197,"Portland, ME",197,"Portland, ME" +434,26,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,27,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,28,201,"Boston, MA",201,"Boston, MA" +434,29,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +434,30,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,31,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,32,198,"Baltimore, MD",198,"Baltimore, MD" +434,33,201,"Boston, MA",201,"Boston, MA" +434,34,197,"Portland, ME",197,"Portland, ME" +434,35,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,36,201,"Boston, MA",201,"Boston, MA" +434,37,201,"Boston, MA",201,"Boston, MA" +434,38,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +434,39,197,"Portland, ME",197,"Portland, ME" +434,40,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,41,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,42,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,43,197,"Portland, ME",197,"Portland, ME" +434,44,241,"Philadelphia, PA",241,"Philadelphia, PA" +434,45,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +434,46,197,"Portland, ME",197,"Portland, ME" +434,47,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,48,201,"Boston, MA",201,"Boston, MA" +434,49,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,50,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,51,197,"Portland, ME",197,"Portland, ME" +434,52,198,"Baltimore, MD",198,"Baltimore, MD" +434,53,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,54,241,"Philadelphia, PA",241,"Philadelphia, PA" +434,55,198,"Baltimore, MD",198,"Baltimore, MD" +434,56,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,57,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,58,197,"Portland, ME",197,"Portland, ME" +434,59,241,"Philadelphia, PA",241,"Philadelphia, PA" +434,60,241,"Philadelphia, PA",241,"Philadelphia, PA" +434,61,241,"Philadelphia, PA",241,"Philadelphia, PA" +434,62,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,63,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +434,64,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,65,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +434,66,197,"Portland, ME",197,"Portland, ME" +434,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,68,241,"Philadelphia, PA",241,"Philadelphia, PA" +434,69,244,"Providence, RI",244,"Providence, RI" +434,70,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,71,241,"Philadelphia, PA",241,"Philadelphia, PA" +434,72,198,"Baltimore, MD",198,"Baltimore, MD" +434,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,74,201,"Boston, MA",201,"Boston, MA" +434,75,244,"Providence, RI",244,"Providence, RI" +434,76,197,"Portland, ME",197,"Portland, ME" +434,77,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +434,78,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,79,241,"Philadelphia, PA",241,"Philadelphia, PA" +434,80,244,"Providence, RI",244,"Providence, RI" +434,81,201,"Boston, MA",201,"Boston, MA" +434,82,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +434,83,241,"Philadelphia, PA",241,"Philadelphia, PA" +434,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,85,201,"Boston, MA",201,"Boston, MA" +434,86,244,"Providence, RI",244,"Providence, RI" +434,87,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +434,88,241,"Philadelphia, PA",241,"Philadelphia, PA" +434,89,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,90,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,91,244,"Providence, RI",244,"Providence, RI" +434,92,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,93,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,94,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +434,95,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +434,96,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +434,97,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +434,98,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,99,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,100,198,"Baltimore, MD",198,"Baltimore, MD" +434,101,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,102,198,"Baltimore, MD",198,"Baltimore, MD" +434,103,197,"Portland, ME",197,"Portland, ME" +434,104,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,105,197,"Portland, ME",197,"Portland, ME" +434,106,198,"Baltimore, MD",198,"Baltimore, MD" +434,107,241,"Philadelphia, PA",241,"Philadelphia, PA" +434,108,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +434,109,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,110,198,"Baltimore, MD",198,"Baltimore, MD" +434,111,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,112,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +434,113,198,"Baltimore, MD",198,"Baltimore, MD" +434,114,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +434,115,241,"Philadelphia, PA",241,"Philadelphia, PA" +434,116,198,"Baltimore, MD",198,"Baltimore, MD" +434,117,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,118,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,119,201,"Boston, MA",201,"Boston, MA" +434,120,244,"Providence, RI",244,"Providence, RI" +434,121,241,"Philadelphia, PA",241,"Philadelphia, PA" +434,122,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,123,201,"Boston, MA",201,"Boston, MA" +434,124,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +434,125,201,"Boston, MA",201,"Boston, MA" +434,126,197,"Portland, ME",197,"Portland, ME" +434,127,198,"Baltimore, MD",198,"Baltimore, MD" +434,128,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,129,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,130,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,132,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,151,241,"Philadelphia, PA",201,"Boston, MA" +434,152,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,153,197,"Portland, ME",198,"Baltimore, MD" +434,154,154,"Anchorage, AK",154,"Anchorage, AK" +434,155,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +434,156,177,"Savannah, GA",198,"Baltimore, MD" +434,157,169,"Wilmington, DE",223,"New York, NY and NJ" +434,158,241,"Philadelphia, PA",223,"New York, NY and NJ" +434,159,201,"Boston, MA",265,"Norfolk Harbor, VA" +434,160,201,"Boston, MA",217,"New York, NY and NJ" +434,161,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +434,162,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,163,244,"Providence, RI",217,"New York, NY and NJ" +434,164,223,"New York, NY and NJ",197,"Portland, ME" +434,165,223,"New York, NY and NJ",201,"Boston, MA" +434,166,217,"New York, NY and NJ",169,"Wilmington, DE" +434,167,217,"New York, NY and NJ",223,"New York, NY and NJ" +434,168,241,"Philadelphia, PA",244,"Providence, RI" +434,169,198,"Baltimore, MD",217,"New York, NY and NJ" +434,170,223,"New York, NY and NJ",197,"Portland, ME" +434,171,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +434,172,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,173,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +434,174,201,"Boston, MA",198,"Baltimore, MD" +434,175,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +434,176,201,"Boston, MA",217,"New York, NY and NJ" +434,177,217,"New York, NY and NJ",223,"New York, NY and NJ" +434,178,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +434,179,179,"Honolulu, HI",179,"Honolulu, HI" +434,180,179,"Honolulu, HI",179,"Honolulu, HI" +434,181,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,183,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,184,217,"New York, NY and NJ",223,"New York, NY and NJ" +434,185,217,"New York, NY and NJ",223,"New York, NY and NJ" +434,186,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +434,187,201,"Boston, MA",217,"New York, NY and NJ" +434,188,241,"Philadelphia, PA",217,"New York, NY and NJ" +434,189,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,190,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +434,191,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +434,192,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,193,198,"Baltimore, MD",152,"Mobile, AL" +434,194,223,"New York, NY and NJ",241,"Philadelphia, PA" +434,195,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +434,196,197,"Portland, ME",218,"Camden-Gloucester, NJ" +434,197,169,"Wilmington, DE",217,"New York, NY and NJ" +434,198,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +434,199,244,"Providence, RI",218,"Camden-Gloucester, NJ" +434,200,198,"Baltimore, MD",169,"Wilmington, DE" +434,201,197,"Portland, ME",244,"Providence, RI" +434,202,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,203,197,"Portland, ME",197,"Portland, ME" +434,204,217,"New York, NY and NJ",223,"New York, NY and NJ" +434,205,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +434,206,197,"Portland, ME",218,"Camden-Gloucester, NJ" +434,207,217,"New York, NY and NJ",217,"New York, NY and NJ" +434,208,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +434,209,217,"New York, NY and NJ",223,"New York, NY and NJ" +434,210,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,211,201,"Boston, MA",223,"New York, NY and NJ" +434,212,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +434,213,241,"Philadelphia, PA",217,"New York, NY and NJ" +434,214,198,"Baltimore, MD",241,"Philadelphia, PA" +434,215,197,"Portland, ME",217,"New York, NY and NJ" +434,216,244,"Providence, RI",223,"New York, NY and NJ" +434,217,201,"Boston, MA",217,"New York, NY and NJ" +434,218,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +434,219,241,"Philadelphia, PA",197,"Portland, ME" +434,220,217,"New York, NY and NJ",223,"New York, NY and NJ" +434,221,217,"New York, NY and NJ",223,"New York, NY and NJ" +434,222,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,223,197,"Portland, ME",217,"New York, NY and NJ" +434,224,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +434,225,201,"Boston, MA",201,"Boston, MA" +434,226,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +434,227,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +434,228,217,"New York, NY and NJ",201,"Boston, MA" +434,229,244,"Providence, RI",217,"New York, NY and NJ" +434,230,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,231,201,"Boston, MA",223,"New York, NY and NJ" +434,232,201,"Boston, MA",223,"New York, NY and NJ" +434,233,198,"Baltimore, MD",201,"Boston, MA" +434,234,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +434,235,197,"Portland, ME",265,"Norfolk Harbor, VA" +434,236,241,"Philadelphia, PA",197,"Portland, ME" +434,237,197,"Portland, ME",177,"Savannah, GA" +434,238,198,"Baltimore, MD",217,"New York, NY and NJ" +434,239,223,"New York, NY and NJ",198,"Baltimore, MD" +434,240,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +434,241,223,"New York, NY and NJ",201,"Boston, MA" +434,242,217,"New York, NY and NJ",241,"Philadelphia, PA" +434,243,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +434,244,223,"New York, NY and NJ",197,"Portland, ME" +434,245,197,"Portland, ME",265,"Norfolk Harbor, VA" +434,246,201,"Boston, MA",265,"Norfolk Harbor, VA" +434,247,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +434,248,197,"Portland, ME",223,"New York, NY and NJ" +434,249,217,"New York, NY and NJ",241,"Philadelphia, PA" +434,250,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +434,251,197,"Portland, ME",197,"Portland, ME" +434,252,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +434,253,223,"New York, NY and NJ",208,"Pascagoula, MS" +434,254,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +434,255,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +434,256,241,"Philadelphia, PA",223,"New York, NY and NJ" +434,257,217,"New York, NY and NJ",198,"Baltimore, MD" +434,258,265,"Norfolk Harbor, VA",197,"Portland, ME" +434,259,198,"Baltimore, MD",152,"Mobile, AL" +434,260,197,"Portland, ME",198,"Baltimore, MD" +434,261,197,"Portland, ME",265,"Norfolk Harbor, VA" +434,262,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,263,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +434,264,198,"Baltimore, MD",241,"Philadelphia, PA" +434,265,197,"Portland, ME",198,"Baltimore, MD" +434,266,217,"New York, NY and NJ",201,"Boston, MA" +434,267,223,"New York, NY and NJ",223,"New York, NY and NJ" +434,268,241,"Philadelphia, PA",201,"Boston, MA" +434,269,241,"Philadelphia, PA",198,"Baltimore, MD" +434,270,198,"Baltimore, MD",241,"Philadelphia, PA" +434,271,217,"New York, NY and NJ",197,"Portland, ME" +434,272,223,"New York, NY and NJ",198,"Baltimore, MD" +434,273,223,"New York, NY and NJ",197,"Portland, ME" +435,1,197,"Portland, ME",197,"Portland, ME" +435,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +435,3,244,"Providence, RI",244,"Providence, RI" +435,4,217,"New York, NY and NJ",217,"New York, NY and NJ" +435,5,217,"New York, NY and NJ",217,"New York, NY and NJ" +435,6,197,"Portland, ME",197,"Portland, ME" +435,7,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +435,8,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,9,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,10,217,"New York, NY and NJ",217,"New York, NY and NJ" +435,11,217,"New York, NY and NJ",217,"New York, NY and NJ" +435,12,217,"New York, NY and NJ",217,"New York, NY and NJ" +435,13,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,14,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,15,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,16,241,"Philadelphia, PA",241,"Philadelphia, PA" +435,17,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,18,197,"Portland, ME",197,"Portland, ME" +435,19,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,20,198,"Baltimore, MD",198,"Baltimore, MD" +435,21,217,"New York, NY and NJ",217,"New York, NY and NJ" +435,22,169,"Wilmington, DE",169,"Wilmington, DE" +435,23,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,24,241,"Philadelphia, PA",241,"Philadelphia, PA" +435,25,229,"Wilmington, NC",229,"Wilmington, NC" +435,26,217,"New York, NY and NJ",217,"New York, NY and NJ" +435,27,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,28,241,"Philadelphia, PA",241,"Philadelphia, PA" +435,29,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,30,197,"Portland, ME",197,"Portland, ME" +435,31,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,32,217,"New York, NY and NJ",217,"New York, NY and NJ" +435,33,244,"Providence, RI",244,"Providence, RI" +435,34,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +435,35,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,36,198,"Baltimore, MD",198,"Baltimore, MD" +435,37,241,"Philadelphia, PA",241,"Philadelphia, PA" +435,38,198,"Baltimore, MD",198,"Baltimore, MD" +435,39,241,"Philadelphia, PA",241,"Philadelphia, PA" +435,40,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +435,41,201,"Boston, MA",201,"Boston, MA" +435,42,201,"Boston, MA",201,"Boston, MA" +435,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,44,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,45,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,46,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,47,241,"Philadelphia, PA",241,"Philadelphia, PA" +435,48,201,"Boston, MA",201,"Boston, MA" +435,49,217,"New York, NY and NJ",217,"New York, NY and NJ" +435,50,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,51,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +435,52,241,"Philadelphia, PA",241,"Philadelphia, PA" +435,53,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,54,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,55,198,"Baltimore, MD",198,"Baltimore, MD" +435,56,197,"Portland, ME",197,"Portland, ME" +435,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,58,198,"Baltimore, MD",198,"Baltimore, MD" +435,59,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +435,60,208,"Pascagoula, MS",208,"Pascagoula, MS" +435,61,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,62,198,"Baltimore, MD",198,"Baltimore, MD" +435,63,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +435,64,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,65,217,"New York, NY and NJ",217,"New York, NY and NJ" +435,66,198,"Baltimore, MD",198,"Baltimore, MD" +435,67,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,68,241,"Philadelphia, PA",241,"Philadelphia, PA" +435,69,244,"Providence, RI",244,"Providence, RI" +435,70,197,"Portland, ME",197,"Portland, ME" +435,71,217,"New York, NY and NJ",217,"New York, NY and NJ" +435,72,217,"New York, NY and NJ",217,"New York, NY and NJ" +435,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,74,201,"Boston, MA",201,"Boston, MA" +435,75,241,"Philadelphia, PA",241,"Philadelphia, PA" +435,76,217,"New York, NY and NJ",217,"New York, NY and NJ" +435,77,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,78,244,"Providence, RI",244,"Providence, RI" +435,79,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +435,80,241,"Philadelphia, PA",241,"Philadelphia, PA" +435,81,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +435,82,201,"Boston, MA",201,"Boston, MA" +435,83,201,"Boston, MA",201,"Boston, MA" +435,84,217,"New York, NY and NJ",217,"New York, NY and NJ" +435,85,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,86,241,"Philadelphia, PA",241,"Philadelphia, PA" +435,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,88,241,"Philadelphia, PA",241,"Philadelphia, PA" +435,89,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,90,217,"New York, NY and NJ",217,"New York, NY and NJ" +435,91,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +435,92,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +435,93,198,"Baltimore, MD",198,"Baltimore, MD" +435,94,217,"New York, NY and NJ",217,"New York, NY and NJ" +435,95,241,"Philadelphia, PA",241,"Philadelphia, PA" +435,96,197,"Portland, ME",197,"Portland, ME" +435,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,98,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,99,201,"Boston, MA",201,"Boston, MA" +435,100,198,"Baltimore, MD",198,"Baltimore, MD" +435,101,201,"Boston, MA",201,"Boston, MA" +435,102,198,"Baltimore, MD",198,"Baltimore, MD" +435,103,201,"Boston, MA",201,"Boston, MA" +435,104,198,"Baltimore, MD",198,"Baltimore, MD" +435,105,198,"Baltimore, MD",198,"Baltimore, MD" +435,106,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +435,107,217,"New York, NY and NJ",217,"New York, NY and NJ" +435,108,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +435,109,198,"Baltimore, MD",198,"Baltimore, MD" +435,110,169,"Wilmington, DE",169,"Wilmington, DE" +435,111,198,"Baltimore, MD",198,"Baltimore, MD" +435,112,201,"Boston, MA",201,"Boston, MA" +435,113,241,"Philadelphia, PA",241,"Philadelphia, PA" +435,114,217,"New York, NY and NJ",217,"New York, NY and NJ" +435,115,244,"Providence, RI",244,"Providence, RI" +435,116,217,"New York, NY and NJ",217,"New York, NY and NJ" +435,117,197,"Portland, ME",197,"Portland, ME" +435,118,198,"Baltimore, MD",198,"Baltimore, MD" +435,119,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,120,169,"Wilmington, DE",169,"Wilmington, DE" +435,121,201,"Boston, MA",201,"Boston, MA" +435,122,198,"Baltimore, MD",198,"Baltimore, MD" +435,123,197,"Portland, ME",197,"Portland, ME" +435,124,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,125,217,"New York, NY and NJ",217,"New York, NY and NJ" +435,126,198,"Baltimore, MD",198,"Baltimore, MD" +435,127,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,128,201,"Boston, MA",201,"Boston, MA" +435,129,197,"Portland, ME",197,"Portland, ME" +435,130,217,"New York, NY and NJ",217,"New York, NY and NJ" +435,131,201,"Boston, MA",201,"Boston, MA" +435,132,217,"New York, NY and NJ",217,"New York, NY and NJ" +435,151,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +435,152,265,"Norfolk Harbor, VA",257,"Houston, TX" +435,153,201,"Boston, MA",218,"Camden-Gloucester, NJ" +435,154,154,"Anchorage, AK",154,"Anchorage, AK" +435,155,193,"Baton Rouge, LA",223,"New York, NY and NJ" +435,156,197,"Portland, ME",193,"Baton Rouge, LA" +435,157,223,"New York, NY and NJ",257,"Houston, TX" +435,158,201,"Boston, MA",198,"Baltimore, MD" +435,159,197,"Portland, ME",223,"New York, NY and NJ" +435,160,198,"Baltimore, MD",197,"Portland, ME" +435,161,244,"Providence, RI",241,"Philadelphia, PA" +435,162,198,"Baltimore, MD",193,"Baton Rouge, LA" +435,163,223,"New York, NY and NJ",257,"Houston, TX" +435,164,223,"New York, NY and NJ",208,"Pascagoula, MS" +435,165,241,"Philadelphia, PA",253,"Beaumont, TX" +435,166,201,"Boston, MA",198,"Baltimore, MD" +435,167,198,"Baltimore, MD",198,"Baltimore, MD" +435,168,223,"New York, NY and NJ",197,"Portland, ME" +435,169,217,"New York, NY and NJ",241,"Philadelphia, PA" +435,170,217,"New York, NY and NJ",198,"Baltimore, MD" +435,171,198,"Baltimore, MD",177,"Savannah, GA" +435,172,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +435,173,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +435,174,218,"Camden-Gloucester, NJ",174,"Tampa, FL" +435,175,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +435,176,223,"New York, NY and NJ",177,"Savannah, GA" +435,177,223,"New York, NY and NJ",229,"Wilmington, NC" +435,178,223,"New York, NY and NJ",198,"Baltimore, MD" +435,179,179,"Honolulu, HI",179,"Honolulu, HI" +435,180,179,"Honolulu, HI",179,"Honolulu, HI" +435,181,197,"Portland, ME",197,"Portland, ME" +435,183,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +435,184,217,"New York, NY and NJ",223,"New York, NY and NJ" +435,185,217,"New York, NY and NJ",223,"New York, NY and NJ" +435,186,241,"Philadelphia, PA",201,"Boston, MA" +435,187,201,"Boston, MA",265,"Norfolk Harbor, VA" +435,188,197,"Portland, ME",241,"Philadelphia, PA" +435,189,197,"Portland, ME",194,"Lake Charles, LA" +435,190,257,"Houston, TX",257,"Houston, TX" +435,191,244,"Providence, RI",217,"New York, NY and NJ" +435,192,198,"Baltimore, MD",217,"New York, NY and NJ" +435,193,195,"New Orleans, LA",195,"New Orleans, LA" +435,194,194,"Lake Charles, LA",217,"New York, NY and NJ" +435,195,265,"Norfolk Harbor, VA",257,"Houston, TX" +435,196,217,"New York, NY and NJ",223,"New York, NY and NJ" +435,197,169,"Wilmington, DE",223,"New York, NY and NJ" +435,198,244,"Providence, RI",217,"New York, NY and NJ" +435,199,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +435,200,223,"New York, NY and NJ",197,"Portland, ME" +435,201,217,"New York, NY and NJ",201,"Boston, MA" +435,202,201,"Boston, MA",217,"New York, NY and NJ" +435,203,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +435,204,217,"New York, NY and NJ",198,"Baltimore, MD" +435,205,217,"New York, NY and NJ",223,"New York, NY and NJ" +435,206,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,207,244,"Providence, RI",217,"New York, NY and NJ" +435,208,223,"New York, NY and NJ",245,"Charleston, SC" +435,209,217,"New York, NY and NJ",197,"Portland, ME" +435,210,223,"New York, NY and NJ",241,"Philadelphia, PA" +435,211,223,"New York, NY and NJ",257,"Houston, TX" +435,212,217,"New York, NY and NJ",223,"New York, NY and NJ" +435,213,198,"Baltimore, MD",198,"Baltimore, MD" +435,214,244,"Providence, RI",223,"New York, NY and NJ" +435,215,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +435,216,223,"New York, NY and NJ",241,"Philadelphia, PA" +435,217,223,"New York, NY and NJ",217,"New York, NY and NJ" +435,218,223,"New York, NY and NJ",201,"Boston, MA" +435,219,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +435,220,223,"New York, NY and NJ",217,"New York, NY and NJ" +435,221,223,"New York, NY and NJ",217,"New York, NY and NJ" +435,222,223,"New York, NY and NJ",197,"Portland, ME" +435,223,223,"New York, NY and NJ",217,"New York, NY and NJ" +435,224,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,225,223,"New York, NY and NJ",244,"Providence, RI" +435,226,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +435,227,197,"Portland, ME",217,"New York, NY and NJ" +435,228,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +435,229,223,"New York, NY and NJ",198,"Baltimore, MD" +435,230,241,"Philadelphia, PA",197,"Portland, ME" +435,231,241,"Philadelphia, PA",223,"New York, NY and NJ" +435,232,241,"Philadelphia, PA",223,"New York, NY and NJ" +435,233,223,"New York, NY and NJ",223,"New York, NY and NJ" +435,234,244,"Providence, RI",241,"Philadelphia, PA" +435,235,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +435,236,241,"Philadelphia, PA",241,"Philadelphia, PA" +435,237,241,"Philadelphia, PA",257,"Houston, TX" +435,238,257,"Houston, TX",223,"New York, NY and NJ" +435,239,197,"Portland, ME",201,"Boston, MA" +435,240,197,"Portland, ME",265,"Norfolk Harbor, VA" +435,241,197,"Portland, ME",223,"New York, NY and NJ" +435,242,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +435,243,244,"Providence, RI",217,"New York, NY and NJ" +435,244,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +435,245,201,"Boston, MA",177,"Savannah, GA" +435,246,223,"New York, NY and NJ",197,"Portland, ME" +435,247,223,"New York, NY and NJ",244,"Providence, RI" +435,248,197,"Portland, ME",244,"Providence, RI" +435,249,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +435,250,241,"Philadelphia, PA",197,"Portland, ME" +435,251,217,"New York, NY and NJ",245,"Charleston, SC" +435,252,254,"Corpus Christi, TX",218,"Camden-Gloucester, NJ" +435,253,197,"Portland, ME",257,"Houston, TX" +435,254,257,"Houston, TX",257,"Houston, TX" +435,255,197,"Portland, ME",198,"Baltimore, MD" +435,256,198,"Baltimore, MD",208,"Pascagoula, MS" +435,257,208,"Pascagoula, MS",194,"Lake Charles, LA" +435,258,253,"Beaumont, TX",223,"New York, NY and NJ" +435,259,223,"New York, NY and NJ",257,"Houston, TX" +435,260,152,"Mobile, AL",208,"Pascagoula, MS" +435,261,223,"New York, NY and NJ",198,"Baltimore, MD" +435,262,197,"Portland, ME",197,"Portland, ME" +435,263,223,"New York, NY and NJ",198,"Baltimore, MD" +435,264,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +435,265,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +435,266,218,"Camden-Gloucester, NJ",197,"Portland, ME" +435,267,198,"Baltimore, MD",241,"Philadelphia, PA" +435,268,244,"Providence, RI",223,"New York, NY and NJ" +435,269,197,"Portland, ME",198,"Baltimore, MD" +435,270,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +435,271,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +435,272,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +435,273,223,"New York, NY and NJ",195,"New Orleans, LA" +436,1,217,"New York, NY and NJ",217,"New York, NY and NJ" +436,2,198,"Baltimore, MD",198,"Baltimore, MD" +436,3,201,"Boston, MA",201,"Boston, MA" +436,4,217,"New York, NY and NJ",217,"New York, NY and NJ" +436,5,197,"Portland, ME",197,"Portland, ME" +436,6,201,"Boston, MA",201,"Boston, MA" +436,7,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,8,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,9,245,"Charleston, SC",245,"Charleston, SC" +436,10,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +436,11,245,"Charleston, SC",245,"Charleston, SC" +436,12,245,"Charleston, SC",245,"Charleston, SC" +436,13,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,14,217,"New York, NY and NJ",217,"New York, NY and NJ" +436,15,217,"New York, NY and NJ",217,"New York, NY and NJ" +436,16,201,"Boston, MA",201,"Boston, MA" +436,17,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,18,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,19,241,"Philadelphia, PA",241,"Philadelphia, PA" +436,20,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,21,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,22,198,"Baltimore, MD",198,"Baltimore, MD" +436,23,177,"Savannah, GA",177,"Savannah, GA" +436,24,201,"Boston, MA",201,"Boston, MA" +436,25,197,"Portland, ME",197,"Portland, ME" +436,26,198,"Baltimore, MD",198,"Baltimore, MD" +436,27,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,28,217,"New York, NY and NJ",217,"New York, NY and NJ" +436,29,198,"Baltimore, MD",198,"Baltimore, MD" +436,30,177,"Savannah, GA",177,"Savannah, GA" +436,31,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,32,217,"New York, NY and NJ",217,"New York, NY and NJ" +436,33,198,"Baltimore, MD",198,"Baltimore, MD" +436,34,197,"Portland, ME",197,"Portland, ME" +436,35,217,"New York, NY and NJ",217,"New York, NY and NJ" +436,36,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,37,241,"Philadelphia, PA",241,"Philadelphia, PA" +436,38,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,39,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,40,229,"Wilmington, NC",229,"Wilmington, NC" +436,41,198,"Baltimore, MD",198,"Baltimore, MD" +436,42,245,"Charleston, SC",245,"Charleston, SC" +436,43,217,"New York, NY and NJ",217,"New York, NY and NJ" +436,44,197,"Portland, ME",197,"Portland, ME" +436,45,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,46,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,47,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,48,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,49,198,"Baltimore, MD",198,"Baltimore, MD" +436,50,229,"Wilmington, NC",229,"Wilmington, NC" +436,51,217,"New York, NY and NJ",217,"New York, NY and NJ" +436,52,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,53,197,"Portland, ME",197,"Portland, ME" +436,54,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,55,197,"Portland, ME",197,"Portland, ME" +436,56,244,"Providence, RI",244,"Providence, RI" +436,57,217,"New York, NY and NJ",217,"New York, NY and NJ" +436,58,217,"New York, NY and NJ",217,"New York, NY and NJ" +436,59,241,"Philadelphia, PA",241,"Philadelphia, PA" +436,60,197,"Portland, ME",197,"Portland, ME" +436,61,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,62,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,63,201,"Boston, MA",201,"Boston, MA" +436,64,201,"Boston, MA",201,"Boston, MA" +436,65,201,"Boston, MA",201,"Boston, MA" +436,66,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,67,198,"Baltimore, MD",198,"Baltimore, MD" +436,68,217,"New York, NY and NJ",217,"New York, NY and NJ" +436,69,241,"Philadelphia, PA",241,"Philadelphia, PA" +436,70,217,"New York, NY and NJ",217,"New York, NY and NJ" +436,71,217,"New York, NY and NJ",217,"New York, NY and NJ" +436,72,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,73,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,74,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,75,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,76,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +436,77,217,"New York, NY and NJ",217,"New York, NY and NJ" +436,78,217,"New York, NY and NJ",217,"New York, NY and NJ" +436,79,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,80,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,81,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,82,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,83,198,"Baltimore, MD",198,"Baltimore, MD" +436,84,241,"Philadelphia, PA",241,"Philadelphia, PA" +436,85,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,86,217,"New York, NY and NJ",217,"New York, NY and NJ" +436,87,241,"Philadelphia, PA",241,"Philadelphia, PA" +436,88,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,89,201,"Boston, MA",201,"Boston, MA" +436,90,201,"Boston, MA",201,"Boston, MA" +436,91,198,"Baltimore, MD",198,"Baltimore, MD" +436,92,198,"Baltimore, MD",198,"Baltimore, MD" +436,93,197,"Portland, ME",197,"Portland, ME" +436,94,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,95,217,"New York, NY and NJ",217,"New York, NY and NJ" +436,96,241,"Philadelphia, PA",241,"Philadelphia, PA" +436,97,197,"Portland, ME",197,"Portland, ME" +436,98,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,99,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,101,201,"Boston, MA",201,"Boston, MA" +436,102,217,"New York, NY and NJ",217,"New York, NY and NJ" +436,103,217,"New York, NY and NJ",217,"New York, NY and NJ" +436,104,198,"Baltimore, MD",198,"Baltimore, MD" +436,105,241,"Philadelphia, PA",241,"Philadelphia, PA" +436,106,197,"Portland, ME",197,"Portland, ME" +436,107,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,108,198,"Baltimore, MD",198,"Baltimore, MD" +436,109,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,110,197,"Portland, ME",197,"Portland, ME" +436,111,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,112,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,113,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,114,198,"Baltimore, MD",198,"Baltimore, MD" +436,115,241,"Philadelphia, PA",241,"Philadelphia, PA" +436,116,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +436,117,217,"New York, NY and NJ",217,"New York, NY and NJ" +436,118,198,"Baltimore, MD",198,"Baltimore, MD" +436,119,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,120,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,121,198,"Baltimore, MD",198,"Baltimore, MD" +436,122,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,123,217,"New York, NY and NJ",217,"New York, NY and NJ" +436,124,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,125,241,"Philadelphia, PA",241,"Philadelphia, PA" +436,126,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,127,241,"Philadelphia, PA",241,"Philadelphia, PA" +436,128,241,"Philadelphia, PA",241,"Philadelphia, PA" +436,129,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,130,241,"Philadelphia, PA",241,"Philadelphia, PA" +436,131,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,132,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,151,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +436,152,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,153,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +436,154,154,"Anchorage, AK",154,"Anchorage, AK" +436,155,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +436,156,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,157,201,"Boston, MA",245,"Charleston, SC" +436,158,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +436,159,223,"New York, NY and NJ",198,"Baltimore, MD" +436,160,217,"New York, NY and NJ",223,"New York, NY and NJ" +436,161,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +436,162,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +436,163,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,164,198,"Baltimore, MD",241,"Philadelphia, PA" +436,165,217,"New York, NY and NJ",201,"Boston, MA" +436,166,223,"New York, NY and NJ",241,"Philadelphia, PA" +436,167,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,168,223,"New York, NY and NJ",217,"New York, NY and NJ" +436,169,201,"Boston, MA",218,"Camden-Gloucester, NJ" +436,170,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,171,229,"Wilmington, NC",177,"Savannah, GA" +436,172,172,"Port Everglades, FL",177,"Savannah, GA" +436,173,198,"Baltimore, MD",223,"New York, NY and NJ" +436,174,245,"Charleston, SC",265,"Norfolk Harbor, VA" +436,175,244,"Providence, RI",174,"Tampa, FL" +436,176,197,"Portland, ME",223,"New York, NY and NJ" +436,177,223,"New York, NY and NJ",217,"New York, NY and NJ" +436,178,201,"Boston, MA",241,"Philadelphia, PA" +436,179,179,"Honolulu, HI",179,"Honolulu, HI" +436,180,179,"Honolulu, HI",179,"Honolulu, HI" +436,181,241,"Philadelphia, PA",201,"Boston, MA" +436,183,201,"Boston, MA",223,"New York, NY and NJ" +436,184,197,"Portland, ME",265,"Norfolk Harbor, VA" +436,185,198,"Baltimore, MD",217,"New York, NY and NJ" +436,186,201,"Boston, MA",197,"Portland, ME" +436,187,201,"Boston, MA",265,"Norfolk Harbor, VA" +436,188,201,"Boston, MA",217,"New York, NY and NJ" +436,189,197,"Portland, ME",217,"New York, NY and NJ" +436,190,198,"Baltimore, MD",169,"Wilmington, DE" +436,191,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +436,192,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +436,193,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +436,194,265,"Norfolk Harbor, VA",174,"Tampa, FL" +436,195,223,"New York, NY and NJ",195,"New Orleans, LA" +436,196,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +436,197,198,"Baltimore, MD",217,"New York, NY and NJ" +436,198,201,"Boston, MA",217,"New York, NY and NJ" +436,199,223,"New York, NY and NJ",201,"Boston, MA" +436,200,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +436,201,197,"Portland, ME",241,"Philadelphia, PA" +436,202,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +436,203,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,204,244,"Providence, RI",217,"New York, NY and NJ" +436,205,198,"Baltimore, MD",241,"Philadelphia, PA" +436,206,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,207,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,208,198,"Baltimore, MD",217,"New York, NY and NJ" +436,209,217,"New York, NY and NJ",223,"New York, NY and NJ" +436,210,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +436,211,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +436,212,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +436,213,217,"New York, NY and NJ",241,"Philadelphia, PA" +436,214,223,"New York, NY and NJ",241,"Philadelphia, PA" +436,215,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,216,201,"Boston, MA",218,"Camden-Gloucester, NJ" +436,217,223,"New York, NY and NJ",217,"New York, NY and NJ" +436,218,217,"New York, NY and NJ",223,"New York, NY and NJ" +436,219,223,"New York, NY and NJ",241,"Philadelphia, PA" +436,220,217,"New York, NY and NJ",197,"Portland, ME" +436,221,223,"New York, NY and NJ",197,"Portland, ME" +436,222,223,"New York, NY and NJ",198,"Baltimore, MD" +436,223,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +436,224,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +436,225,197,"Portland, ME",223,"New York, NY and NJ" +436,226,241,"Philadelphia, PA",197,"Portland, ME" +436,227,198,"Baltimore, MD",177,"Savannah, GA" +436,228,197,"Portland, ME",245,"Charleston, SC" +436,229,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +436,230,198,"Baltimore, MD",241,"Philadelphia, PA" +436,231,217,"New York, NY and NJ",223,"New York, NY and NJ" +436,232,244,"Providence, RI",217,"New York, NY and NJ" +436,233,197,"Portland, ME",265,"Norfolk Harbor, VA" +436,234,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +436,235,177,"Savannah, GA",217,"New York, NY and NJ" +436,236,218,"Camden-Gloucester, NJ",197,"Portland, ME" +436,237,245,"Charleston, SC",197,"Portland, ME" +436,238,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +436,239,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +436,240,197,"Portland, ME",223,"New York, NY and NJ" +436,241,244,"Providence, RI",241,"Philadelphia, PA" +436,242,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +436,243,197,"Portland, ME",241,"Philadelphia, PA" +436,244,241,"Philadelphia, PA",197,"Portland, ME" +436,245,217,"New York, NY and NJ",217,"New York, NY and NJ" +436,246,201,"Boston, MA",223,"New York, NY and NJ" +436,247,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +436,248,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,249,223,"New York, NY and NJ",229,"Wilmington, NC" +436,250,197,"Portland, ME",208,"Pascagoula, MS" +436,251,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +436,252,217,"New York, NY and NJ",172,"Port Everglades, FL" +436,253,265,"Norfolk Harbor, VA",177,"Savannah, GA" +436,254,244,"Providence, RI",257,"Houston, TX" +436,255,201,"Boston, MA",257,"Houston, TX" +436,256,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +436,257,223,"New York, NY and NJ",195,"New Orleans, LA" +436,258,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +436,259,198,"Baltimore, MD",241,"Philadelphia, PA" +436,260,201,"Boston, MA",217,"New York, NY and NJ" +436,261,265,"Norfolk Harbor, VA",177,"Savannah, GA" +436,262,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +436,263,218,"Camden-Gloucester, NJ",201,"Boston, MA" +436,264,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +436,265,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +436,266,197,"Portland, ME",265,"Norfolk Harbor, VA" +436,267,245,"Charleston, SC",217,"New York, NY and NJ" +436,268,223,"New York, NY and NJ",223,"New York, NY and NJ" +436,269,197,"Portland, ME",201,"Boston, MA" +436,270,197,"Portland, ME",197,"Portland, ME" +436,271,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +436,272,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +436,273,241,"Philadelphia, PA",201,"Boston, MA" +437,1,244,"Providence, RI",244,"Providence, RI" +437,2,171,"Jacksonville, FL",171,"Jacksonville, FL" +437,3,223,"New York, NY and NJ",223,"New York, NY and NJ" +437,4,198,"Baltimore, MD",198,"Baltimore, MD" +437,5,223,"New York, NY and NJ",223,"New York, NY and NJ" +437,6,223,"New York, NY and NJ",223,"New York, NY and NJ" +437,7,201,"Boston, MA",201,"Boston, MA" +437,8,198,"Baltimore, MD",198,"Baltimore, MD" +437,9,201,"Boston, MA",201,"Boston, MA" +437,10,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +437,11,241,"Philadelphia, PA",241,"Philadelphia, PA" +437,12,197,"Portland, ME",197,"Portland, ME" +437,13,223,"New York, NY and NJ",223,"New York, NY and NJ" +437,14,217,"New York, NY and NJ",217,"New York, NY and NJ" +437,15,172,"Port Everglades, FL",172,"Port Everglades, FL" +437,16,172,"Port Everglades, FL",172,"Port Everglades, FL" +437,17,198,"Baltimore, MD",198,"Baltimore, MD" +437,18,223,"New York, NY and NJ",223,"New York, NY and NJ" +437,19,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +437,20,217,"New York, NY and NJ",217,"New York, NY and NJ" +437,21,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +437,22,245,"Charleston, SC",245,"Charleston, SC" +437,23,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +437,24,245,"Charleston, SC",245,"Charleston, SC" +437,25,245,"Charleston, SC",245,"Charleston, SC" +437,26,245,"Charleston, SC",245,"Charleston, SC" +437,27,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +437,28,198,"Baltimore, MD",198,"Baltimore, MD" +437,29,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +437,30,245,"Charleston, SC",245,"Charleston, SC" +437,31,172,"Port Everglades, FL",172,"Port Everglades, FL" +437,32,198,"Baltimore, MD",198,"Baltimore, MD" +437,33,169,"Wilmington, DE",169,"Wilmington, DE" +437,34,217,"New York, NY and NJ",217,"New York, NY and NJ" +437,35,195,"New Orleans, LA",195,"New Orleans, LA" +437,36,241,"Philadelphia, PA",241,"Philadelphia, PA" +437,37,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +437,38,177,"Savannah, GA",177,"Savannah, GA" +437,39,198,"Baltimore, MD",198,"Baltimore, MD" +437,40,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +437,41,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +437,42,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +437,43,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +437,44,198,"Baltimore, MD",198,"Baltimore, MD" +437,45,217,"New York, NY and NJ",217,"New York, NY and NJ" +437,46,172,"Port Everglades, FL",172,"Port Everglades, FL" +437,47,172,"Port Everglades, FL",172,"Port Everglades, FL" +437,48,201,"Boston, MA",201,"Boston, MA" +437,49,217,"New York, NY and NJ",217,"New York, NY and NJ" +437,50,201,"Boston, MA",201,"Boston, MA" +437,51,223,"New York, NY and NJ",223,"New York, NY and NJ" +437,52,198,"Baltimore, MD",198,"Baltimore, MD" +437,53,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +437,54,177,"Savannah, GA",177,"Savannah, GA" +437,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +437,56,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +437,57,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +437,58,195,"New Orleans, LA",195,"New Orleans, LA" +437,59,217,"New York, NY and NJ",217,"New York, NY and NJ" +437,60,174,"Tampa, FL",174,"Tampa, FL" +437,61,177,"Savannah, GA",177,"Savannah, GA" +437,62,223,"New York, NY and NJ",223,"New York, NY and NJ" +437,63,229,"Wilmington, NC",229,"Wilmington, NC" +437,64,245,"Charleston, SC",245,"Charleston, SC" +437,65,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +437,66,223,"New York, NY and NJ",223,"New York, NY and NJ" +437,67,223,"New York, NY and NJ",223,"New York, NY and NJ" +437,68,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +437,69,241,"Philadelphia, PA",241,"Philadelphia, PA" +437,70,223,"New York, NY and NJ",223,"New York, NY and NJ" +437,71,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +437,72,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +437,73,198,"Baltimore, MD",198,"Baltimore, MD" +437,74,177,"Savannah, GA",177,"Savannah, GA" +437,75,171,"Jacksonville, FL",171,"Jacksonville, FL" +437,76,172,"Port Everglades, FL",172,"Port Everglades, FL" +437,77,171,"Jacksonville, FL",171,"Jacksonville, FL" +437,78,172,"Port Everglades, FL",172,"Port Everglades, FL" +437,79,229,"Wilmington, NC",229,"Wilmington, NC" +437,80,241,"Philadelphia, PA",241,"Philadelphia, PA" +437,81,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +437,82,217,"New York, NY and NJ",217,"New York, NY and NJ" +437,83,177,"Savannah, GA",177,"Savannah, GA" +437,84,172,"Port Everglades, FL",172,"Port Everglades, FL" +437,85,169,"Wilmington, DE",169,"Wilmington, DE" +437,86,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +437,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +437,88,241,"Philadelphia, PA",241,"Philadelphia, PA" +437,89,217,"New York, NY and NJ",217,"New York, NY and NJ" +437,90,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +437,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +437,92,177,"Savannah, GA",177,"Savannah, GA" +437,93,177,"Savannah, GA",177,"Savannah, GA" +437,94,172,"Port Everglades, FL",172,"Port Everglades, FL" +437,95,198,"Baltimore, MD",198,"Baltimore, MD" +437,96,241,"Philadelphia, PA",241,"Philadelphia, PA" +437,97,245,"Charleston, SC",245,"Charleston, SC" +437,98,177,"Savannah, GA",177,"Savannah, GA" +437,99,223,"New York, NY and NJ",223,"New York, NY and NJ" +437,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +437,101,197,"Portland, ME",197,"Portland, ME" +437,102,172,"Port Everglades, FL",172,"Port Everglades, FL" +437,103,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +437,104,245,"Charleston, SC",245,"Charleston, SC" +437,105,217,"New York, NY and NJ",217,"New York, NY and NJ" +437,106,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +437,107,223,"New York, NY and NJ",223,"New York, NY and NJ" +437,108,177,"Savannah, GA",177,"Savannah, GA" +437,109,241,"Philadelphia, PA",241,"Philadelphia, PA" +437,110,223,"New York, NY and NJ",223,"New York, NY and NJ" +437,111,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +437,112,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +437,113,174,"Tampa, FL",174,"Tampa, FL" +437,114,217,"New York, NY and NJ",217,"New York, NY and NJ" +437,115,241,"Philadelphia, PA",241,"Philadelphia, PA" +437,116,245,"Charleston, SC",245,"Charleston, SC" +437,117,223,"New York, NY and NJ",223,"New York, NY and NJ" +437,118,229,"Wilmington, NC",229,"Wilmington, NC" +437,119,177,"Savannah, GA",177,"Savannah, GA" +437,120,201,"Boston, MA",201,"Boston, MA" +437,121,241,"Philadelphia, PA",241,"Philadelphia, PA" +437,122,172,"Port Everglades, FL",172,"Port Everglades, FL" +437,123,171,"Jacksonville, FL",171,"Jacksonville, FL" +437,124,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +437,125,198,"Baltimore, MD",198,"Baltimore, MD" +437,126,171,"Jacksonville, FL",171,"Jacksonville, FL" +437,127,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +437,128,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +437,129,217,"New York, NY and NJ",217,"New York, NY and NJ" +437,130,172,"Port Everglades, FL",172,"Port Everglades, FL" +437,131,172,"Port Everglades, FL",172,"Port Everglades, FL" +437,132,201,"Boston, MA",201,"Boston, MA" +437,151,208,"Pascagoula, MS",171,"Jacksonville, FL" +437,152,172,"Port Everglades, FL",245,"Charleston, SC" +437,153,174,"Tampa, FL",172,"Port Everglades, FL" +437,154,154,"Anchorage, AK",154,"Anchorage, AK" +437,155,177,"Savannah, GA",253,"Beaumont, TX" +437,156,177,"Savannah, GA",195,"New Orleans, LA" +437,157,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +437,158,195,"New Orleans, LA",195,"New Orleans, LA" +437,159,171,"Jacksonville, FL",253,"Beaumont, TX" +437,160,217,"New York, NY and NJ",194,"Lake Charles, LA" +437,161,195,"New Orleans, LA",152,"Mobile, AL" +437,162,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +437,163,265,"Norfolk Harbor, VA",174,"Tampa, FL" +437,164,201,"Boston, MA",195,"New Orleans, LA" +437,165,229,"Wilmington, NC",257,"Houston, TX" +437,166,198,"Baltimore, MD",217,"New York, NY and NJ" +437,167,197,"Portland, ME",223,"New York, NY and NJ" +437,168,177,"Savannah, GA",229,"Wilmington, NC" +437,169,223,"New York, NY and NJ",177,"Savannah, GA" +437,170,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +437,171,174,"Tampa, FL",245,"Charleston, SC" +437,172,177,"Savannah, GA",172,"Port Everglades, FL" +437,173,172,"Port Everglades, FL",174,"Tampa, FL" +437,174,172,"Port Everglades, FL",172,"Port Everglades, FL" +437,175,172,"Port Everglades, FL",174,"Tampa, FL" +437,176,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +437,177,177,"Savannah, GA",174,"Tampa, FL" +437,178,172,"Port Everglades, FL",172,"Port Everglades, FL" +437,179,179,"Honolulu, HI",179,"Honolulu, HI" +437,180,179,"Honolulu, HI",179,"Honolulu, HI" +437,181,197,"Portland, ME",218,"Camden-Gloucester, NJ" +437,183,265,"Norfolk Harbor, VA",177,"Savannah, GA" +437,184,217,"New York, NY and NJ",217,"New York, NY and NJ" +437,185,177,"Savannah, GA",244,"Providence, RI" +437,186,174,"Tampa, FL",265,"Norfolk Harbor, VA" +437,187,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +437,188,244,"Providence, RI",217,"New York, NY and NJ" +437,189,198,"Baltimore, MD",217,"New York, NY and NJ" +437,190,195,"New Orleans, LA",223,"New York, NY and NJ" +437,191,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +437,192,201,"Boston, MA",217,"New York, NY and NJ" +437,193,174,"Tampa, FL",194,"Lake Charles, LA" +437,194,253,"Beaumont, TX",174,"Tampa, FL" +437,195,195,"New Orleans, LA",194,"Lake Charles, LA" +437,196,193,"Baton Rouge, LA",172,"Port Everglades, FL" +437,197,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +437,198,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +437,199,217,"New York, NY and NJ",241,"Philadelphia, PA" +437,200,201,"Boston, MA",198,"Baltimore, MD" +437,201,217,"New York, NY and NJ",198,"Baltimore, MD" +437,202,201,"Boston, MA",223,"New York, NY and NJ" +437,203,223,"New York, NY and NJ",223,"New York, NY and NJ" +437,204,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +437,205,174,"Tampa, FL",198,"Baltimore, MD" +437,206,217,"New York, NY and NJ",223,"New York, NY and NJ" +437,207,223,"New York, NY and NJ",152,"Mobile, AL" +437,208,208,"Pascagoula, MS",172,"Port Everglades, FL" +437,209,178,"Brunswick, GA",265,"Norfolk Harbor, VA" +437,210,198,"Baltimore, MD",198,"Baltimore, MD" +437,211,241,"Philadelphia, PA",217,"New York, NY and NJ" +437,212,172,"Port Everglades, FL",241,"Philadelphia, PA" +437,213,152,"Mobile, AL",171,"Jacksonville, FL" +437,214,195,"New Orleans, LA",174,"Tampa, FL" +437,215,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +437,216,217,"New York, NY and NJ",201,"Boston, MA" +437,217,198,"Baltimore, MD",198,"Baltimore, MD" +437,218,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +437,219,244,"Providence, RI",169,"Wilmington, DE" +437,220,223,"New York, NY and NJ",253,"Beaumont, TX" +437,221,245,"Charleston, SC",241,"Philadelphia, PA" +437,222,218,"Camden-Gloucester, NJ",197,"Portland, ME" +437,223,244,"Providence, RI",223,"New York, NY and NJ" +437,224,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +437,225,223,"New York, NY and NJ",244,"Providence, RI" +437,226,217,"New York, NY and NJ",217,"New York, NY and NJ" +437,227,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +437,228,244,"Providence, RI",223,"New York, NY and NJ" +437,229,177,"Savannah, GA",223,"New York, NY and NJ" +437,230,223,"New York, NY and NJ",245,"Charleston, SC" +437,231,217,"New York, NY and NJ",198,"Baltimore, MD" +437,232,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +437,233,245,"Charleston, SC",229,"Wilmington, NC" +437,234,174,"Tampa, FL",198,"Baltimore, MD" +437,235,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +437,236,198,"Baltimore, MD",223,"New York, NY and NJ" +437,237,198,"Baltimore, MD",245,"Charleston, SC" +437,238,218,"Camden-Gloucester, NJ",172,"Port Everglades, FL" +437,239,244,"Providence, RI",241,"Philadelphia, PA" +437,240,217,"New York, NY and NJ",241,"Philadelphia, PA" +437,241,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +437,242,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +437,243,201,"Boston, MA",241,"Philadelphia, PA" +437,244,197,"Portland, ME",218,"Camden-Gloucester, NJ" +437,245,178,"Brunswick, GA",245,"Charleston, SC" +437,246,171,"Jacksonville, FL",198,"Baltimore, MD" +437,247,177,"Savannah, GA",265,"Norfolk Harbor, VA" +437,248,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +437,249,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +437,250,217,"New York, NY and NJ",195,"New Orleans, LA" +437,251,217,"New York, NY and NJ",152,"Mobile, AL" +437,252,245,"Charleston, SC",208,"Pascagoula, MS" +437,253,253,"Beaumont, TX",194,"Lake Charles, LA" +437,254,241,"Philadelphia, PA",193,"Baton Rouge, LA" +437,255,171,"Jacksonville, FL",208,"Pascagoula, MS" +437,256,245,"Charleston, SC",265,"Norfolk Harbor, VA" +437,257,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +437,258,195,"New Orleans, LA",172,"Port Everglades, FL" +437,259,198,"Baltimore, MD",195,"New Orleans, LA" +437,260,254,"Corpus Christi, TX",195,"New Orleans, LA" +437,261,223,"New York, NY and NJ",177,"Savannah, GA" +437,262,177,"Savannah, GA",223,"New York, NY and NJ" +437,263,197,"Portland, ME",244,"Providence, RI" +437,264,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +437,265,229,"Wilmington, NC",171,"Jacksonville, FL" +437,266,174,"Tampa, FL",265,"Norfolk Harbor, VA" +437,267,178,"Brunswick, GA",265,"Norfolk Harbor, VA" +437,268,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +437,269,265,"Norfolk Harbor, VA",245,"Charleston, SC" +437,270,241,"Philadelphia, PA",223,"New York, NY and NJ" +437,271,229,"Wilmington, NC",171,"Jacksonville, FL" +437,272,171,"Jacksonville, FL",217,"New York, NY and NJ" +437,273,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +438,1,174,"Tampa, FL",174,"Tampa, FL" +438,2,245,"Charleston, SC",245,"Charleston, SC" +438,3,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,4,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,5,245,"Charleston, SC",245,"Charleston, SC" +438,6,172,"Port Everglades, FL",172,"Port Everglades, FL" +438,7,245,"Charleston, SC",245,"Charleston, SC" +438,8,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,9,172,"Port Everglades, FL",172,"Port Everglades, FL" +438,10,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,11,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,12,172,"Port Everglades, FL",172,"Port Everglades, FL" +438,13,174,"Tampa, FL",174,"Tampa, FL" +438,14,177,"Savannah, GA",177,"Savannah, GA" +438,15,177,"Savannah, GA",177,"Savannah, GA" +438,16,174,"Tampa, FL",174,"Tampa, FL" +438,17,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,18,171,"Jacksonville, FL",171,"Jacksonville, FL" +438,19,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,20,177,"Savannah, GA",177,"Savannah, GA" +438,21,172,"Port Everglades, FL",172,"Port Everglades, FL" +438,22,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,23,177,"Savannah, GA",177,"Savannah, GA" +438,24,172,"Port Everglades, FL",172,"Port Everglades, FL" +438,25,229,"Wilmington, NC",229,"Wilmington, NC" +438,26,172,"Port Everglades, FL",172,"Port Everglades, FL" +438,27,174,"Tampa, FL",174,"Tampa, FL" +438,28,171,"Jacksonville, FL",171,"Jacksonville, FL" +438,29,172,"Port Everglades, FL",172,"Port Everglades, FL" +438,30,245,"Charleston, SC",245,"Charleston, SC" +438,31,245,"Charleston, SC",245,"Charleston, SC" +438,32,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +438,33,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,34,174,"Tampa, FL",174,"Tampa, FL" +438,35,177,"Savannah, GA",177,"Savannah, GA" +438,36,172,"Port Everglades, FL",172,"Port Everglades, FL" +438,37,174,"Tampa, FL",174,"Tampa, FL" +438,38,177,"Savannah, GA",177,"Savannah, GA" +438,39,174,"Tampa, FL",174,"Tampa, FL" +438,40,174,"Tampa, FL",174,"Tampa, FL" +438,41,229,"Wilmington, NC",229,"Wilmington, NC" +438,42,217,"New York, NY and NJ",217,"New York, NY and NJ" +438,43,177,"Savannah, GA",177,"Savannah, GA" +438,44,229,"Wilmington, NC",229,"Wilmington, NC" +438,45,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,46,245,"Charleston, SC",245,"Charleston, SC" +438,47,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,48,174,"Tampa, FL",174,"Tampa, FL" +438,49,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,50,245,"Charleston, SC",245,"Charleston, SC" +438,51,198,"Baltimore, MD",198,"Baltimore, MD" +438,52,178,"Brunswick, GA",178,"Brunswick, GA" +438,53,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,54,177,"Savannah, GA",177,"Savannah, GA" +438,55,245,"Charleston, SC",245,"Charleston, SC" +438,56,245,"Charleston, SC",245,"Charleston, SC" +438,57,169,"Wilmington, DE",169,"Wilmington, DE" +438,58,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,59,245,"Charleston, SC",245,"Charleston, SC" +438,60,229,"Wilmington, NC",229,"Wilmington, NC" +438,61,172,"Port Everglades, FL",172,"Port Everglades, FL" +438,62,177,"Savannah, GA",177,"Savannah, GA" +438,63,177,"Savannah, GA",177,"Savannah, GA" +438,64,229,"Wilmington, NC",229,"Wilmington, NC" +438,65,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,66,177,"Savannah, GA",177,"Savannah, GA" +438,67,177,"Savannah, GA",177,"Savannah, GA" +438,68,229,"Wilmington, NC",229,"Wilmington, NC" +438,69,172,"Port Everglades, FL",172,"Port Everglades, FL" +438,70,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,71,172,"Port Everglades, FL",172,"Port Everglades, FL" +438,72,171,"Jacksonville, FL",171,"Jacksonville, FL" +438,73,245,"Charleston, SC",245,"Charleston, SC" +438,74,241,"Philadelphia, PA",241,"Philadelphia, PA" +438,75,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,76,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +438,77,172,"Port Everglades, FL",172,"Port Everglades, FL" +438,78,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,79,198,"Baltimore, MD",198,"Baltimore, MD" +438,80,172,"Port Everglades, FL",172,"Port Everglades, FL" +438,81,177,"Savannah, GA",177,"Savannah, GA" +438,82,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,83,177,"Savannah, GA",177,"Savannah, GA" +438,84,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,85,171,"Jacksonville, FL",171,"Jacksonville, FL" +438,86,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,87,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,88,172,"Port Everglades, FL",172,"Port Everglades, FL" +438,89,172,"Port Everglades, FL",172,"Port Everglades, FL" +438,90,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,91,245,"Charleston, SC",245,"Charleston, SC" +438,92,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,93,172,"Port Everglades, FL",172,"Port Everglades, FL" +438,94,177,"Savannah, GA",177,"Savannah, GA" +438,95,174,"Tampa, FL",174,"Tampa, FL" +438,96,177,"Savannah, GA",177,"Savannah, GA" +438,97,169,"Wilmington, DE",169,"Wilmington, DE" +438,98,171,"Jacksonville, FL",171,"Jacksonville, FL" +438,99,229,"Wilmington, NC",229,"Wilmington, NC" +438,100,171,"Jacksonville, FL",171,"Jacksonville, FL" +438,101,245,"Charleston, SC",245,"Charleston, SC" +438,102,177,"Savannah, GA",177,"Savannah, GA" +438,103,174,"Tampa, FL",174,"Tampa, FL" +438,104,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,105,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +438,106,171,"Jacksonville, FL",171,"Jacksonville, FL" +438,107,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,108,229,"Wilmington, NC",229,"Wilmington, NC" +438,109,172,"Port Everglades, FL",172,"Port Everglades, FL" +438,110,178,"Brunswick, GA",178,"Brunswick, GA" +438,111,245,"Charleston, SC",245,"Charleston, SC" +438,112,177,"Savannah, GA",177,"Savannah, GA" +438,113,171,"Jacksonville, FL",171,"Jacksonville, FL" +438,114,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,115,174,"Tampa, FL",174,"Tampa, FL" +438,116,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,117,177,"Savannah, GA",177,"Savannah, GA" +438,118,174,"Tampa, FL",174,"Tampa, FL" +438,119,174,"Tampa, FL",174,"Tampa, FL" +438,120,245,"Charleston, SC",245,"Charleston, SC" +438,121,177,"Savannah, GA",177,"Savannah, GA" +438,122,178,"Brunswick, GA",178,"Brunswick, GA" +438,123,171,"Jacksonville, FL",171,"Jacksonville, FL" +438,124,245,"Charleston, SC",245,"Charleston, SC" +438,125,245,"Charleston, SC",245,"Charleston, SC" +438,126,177,"Savannah, GA",177,"Savannah, GA" +438,127,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,128,171,"Jacksonville, FL",171,"Jacksonville, FL" +438,129,172,"Port Everglades, FL",172,"Port Everglades, FL" +438,130,245,"Charleston, SC",245,"Charleston, SC" +438,131,172,"Port Everglades, FL",172,"Port Everglades, FL" +438,132,217,"New York, NY and NJ",217,"New York, NY and NJ" +438,151,172,"Port Everglades, FL",171,"Jacksonville, FL" +438,152,245,"Charleston, SC",245,"Charleston, SC" +438,153,245,"Charleston, SC",245,"Charleston, SC" +438,154,154,"Anchorage, AK",154,"Anchorage, AK" +438,155,171,"Jacksonville, FL",172,"Port Everglades, FL" +438,156,171,"Jacksonville, FL",257,"Houston, TX" +438,157,195,"New Orleans, LA",177,"Savannah, GA" +438,158,171,"Jacksonville, FL",177,"Savannah, GA" +438,159,172,"Port Everglades, FL",195,"New Orleans, LA" +438,160,245,"Charleston, SC",208,"Pascagoula, MS" +438,161,245,"Charleston, SC",257,"Houston, TX" +438,162,172,"Port Everglades, FL",195,"New Orleans, LA" +438,163,172,"Port Everglades, FL",194,"Lake Charles, LA" +438,164,177,"Savannah, GA",195,"New Orleans, LA" +438,165,171,"Jacksonville, FL",253,"Beaumont, TX" +438,166,265,"Norfolk Harbor, VA",201,"Boston, MA" +438,167,245,"Charleston, SC",217,"New York, NY and NJ" +438,168,265,"Norfolk Harbor, VA",201,"Boston, MA" +438,169,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +438,170,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +438,171,174,"Tampa, FL",177,"Savannah, GA" +438,172,174,"Tampa, FL",171,"Jacksonville, FL" +438,173,174,"Tampa, FL",245,"Charleston, SC" +438,174,172,"Port Everglades, FL",245,"Charleston, SC" +438,175,177,"Savannah, GA",172,"Port Everglades, FL" +438,176,177,"Savannah, GA",245,"Charleston, SC" +438,177,174,"Tampa, FL",177,"Savannah, GA" +438,178,171,"Jacksonville, FL",174,"Tampa, FL" +438,179,179,"Honolulu, HI",179,"Honolulu, HI" +438,180,179,"Honolulu, HI",179,"Honolulu, HI" +438,181,177,"Savannah, GA",195,"New Orleans, LA" +438,183,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +438,184,265,"Norfolk Harbor, VA",174,"Tampa, FL" +438,185,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +438,186,177,"Savannah, GA",265,"Norfolk Harbor, VA" +438,187,172,"Port Everglades, FL",223,"New York, NY and NJ" +438,188,177,"Savannah, GA",223,"New York, NY and NJ" +438,189,245,"Charleston, SC",208,"Pascagoula, MS" +438,190,174,"Tampa, FL",198,"Baltimore, MD" +438,191,245,"Charleston, SC",177,"Savannah, GA" +438,192,178,"Brunswick, GA",245,"Charleston, SC" +438,193,171,"Jacksonville, FL",177,"Savannah, GA" +438,194,177,"Savannah, GA",195,"New Orleans, LA" +438,195,177,"Savannah, GA",195,"New Orleans, LA" +438,196,178,"Brunswick, GA",172,"Port Everglades, FL" +438,197,217,"New York, NY and NJ",223,"New York, NY and NJ" +438,198,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +438,199,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,200,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +438,201,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +438,202,245,"Charleston, SC",223,"New York, NY and NJ" +438,203,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +438,204,245,"Charleston, SC",265,"Norfolk Harbor, VA" +438,205,177,"Savannah, GA",265,"Norfolk Harbor, VA" +438,206,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +438,207,177,"Savannah, GA",198,"Baltimore, MD" +438,208,172,"Port Everglades, FL",177,"Savannah, GA" +438,209,172,"Port Everglades, FL",174,"Tampa, FL" +438,210,172,"Port Everglades, FL",172,"Port Everglades, FL" +438,211,177,"Savannah, GA",265,"Norfolk Harbor, VA" +438,212,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,213,172,"Port Everglades, FL",174,"Tampa, FL" +438,214,245,"Charleston, SC",257,"Houston, TX" +438,215,177,"Savannah, GA",208,"Pascagoula, MS" +438,216,241,"Philadelphia, PA",217,"New York, NY and NJ" +438,217,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +438,218,223,"New York, NY and NJ",217,"New York, NY and NJ" +438,219,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +438,220,177,"Savannah, GA",195,"New Orleans, LA" +438,221,223,"New York, NY and NJ",217,"New York, NY and NJ" +438,222,172,"Port Everglades, FL",223,"New York, NY and NJ" +438,223,217,"New York, NY and NJ",198,"Baltimore, MD" +438,224,177,"Savannah, GA",223,"New York, NY and NJ" +438,225,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,226,229,"Wilmington, NC",172,"Port Everglades, FL" +438,227,177,"Savannah, GA",265,"Norfolk Harbor, VA" +438,228,174,"Tampa, FL",265,"Norfolk Harbor, VA" +438,229,265,"Norfolk Harbor, VA",245,"Charleston, SC" +438,230,265,"Norfolk Harbor, VA",177,"Savannah, GA" +438,231,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,232,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +438,233,245,"Charleston, SC",265,"Norfolk Harbor, VA" +438,234,245,"Charleston, SC",241,"Philadelphia, PA" +438,235,198,"Baltimore, MD",198,"Baltimore, MD" +438,236,172,"Port Everglades, FL",172,"Port Everglades, FL" +438,237,172,"Port Everglades, FL",195,"New Orleans, LA" +438,238,172,"Port Everglades, FL",195,"New Orleans, LA" +438,239,171,"Jacksonville, FL",201,"Boston, MA" +438,240,152,"Mobile, AL",201,"Boston, MA" +438,241,172,"Port Everglades, FL",217,"New York, NY and NJ" +438,242,217,"New York, NY and NJ",217,"New York, NY and NJ" +438,243,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +438,244,172,"Port Everglades, FL",241,"Philadelphia, PA" +438,245,245,"Charleston, SC",177,"Savannah, GA" +438,246,178,"Brunswick, GA",172,"Port Everglades, FL" +438,247,245,"Charleston, SC",229,"Wilmington, NC" +438,248,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +438,249,171,"Jacksonville, FL",171,"Jacksonville, FL" +438,250,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +438,251,174,"Tampa, FL",152,"Mobile, AL" +438,252,245,"Charleston, SC",171,"Jacksonville, FL" +438,253,172,"Port Everglades, FL",253,"Beaumont, TX" +438,254,172,"Port Everglades, FL",194,"Lake Charles, LA" +438,255,174,"Tampa, FL",195,"New Orleans, LA" +438,256,171,"Jacksonville, FL",257,"Houston, TX" +438,257,177,"Savannah, GA",257,"Houston, TX" +438,258,177,"Savannah, GA",254,"Corpus Christi, TX" +438,259,152,"Mobile, AL",152,"Mobile, AL" +438,260,172,"Port Everglades, FL",152,"Mobile, AL" +438,261,245,"Charleston, SC",195,"New Orleans, LA" +438,262,265,"Norfolk Harbor, VA",178,"Brunswick, GA" +438,263,198,"Baltimore, MD",223,"New York, NY and NJ" +438,264,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +438,265,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,266,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +438,267,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +438,268,169,"Wilmington, DE",241,"Philadelphia, PA" +438,269,245,"Charleston, SC",197,"Portland, ME" +438,270,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +438,271,229,"Wilmington, NC",172,"Port Everglades, FL" +438,272,174,"Tampa, FL",171,"Jacksonville, FL" +438,273,177,"Savannah, GA",172,"Port Everglades, FL" +439,1,245,"Charleston, SC",245,"Charleston, SC" +439,2,241,"Philadelphia, PA",241,"Philadelphia, PA" +439,3,177,"Savannah, GA",177,"Savannah, GA" +439,4,245,"Charleston, SC",245,"Charleston, SC" +439,5,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,6,174,"Tampa, FL",174,"Tampa, FL" +439,7,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,8,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,9,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,10,174,"Tampa, FL",174,"Tampa, FL" +439,11,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,12,174,"Tampa, FL",174,"Tampa, FL" +439,13,245,"Charleston, SC",245,"Charleston, SC" +439,14,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,15,245,"Charleston, SC",245,"Charleston, SC" +439,16,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,17,171,"Jacksonville, FL",171,"Jacksonville, FL" +439,18,171,"Jacksonville, FL",171,"Jacksonville, FL" +439,19,177,"Savannah, GA",177,"Savannah, GA" +439,20,177,"Savannah, GA",177,"Savannah, GA" +439,21,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,22,174,"Tampa, FL",174,"Tampa, FL" +439,23,169,"Wilmington, DE",169,"Wilmington, DE" +439,24,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,25,241,"Philadelphia, PA",241,"Philadelphia, PA" +439,26,171,"Jacksonville, FL",171,"Jacksonville, FL" +439,27,245,"Charleston, SC",245,"Charleston, SC" +439,28,171,"Jacksonville, FL",171,"Jacksonville, FL" +439,29,177,"Savannah, GA",177,"Savannah, GA" +439,30,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,31,174,"Tampa, FL",174,"Tampa, FL" +439,32,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,33,245,"Charleston, SC",245,"Charleston, SC" +439,34,198,"Baltimore, MD",198,"Baltimore, MD" +439,35,245,"Charleston, SC",245,"Charleston, SC" +439,36,171,"Jacksonville, FL",171,"Jacksonville, FL" +439,37,245,"Charleston, SC",245,"Charleston, SC" +439,38,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,39,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,40,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,41,174,"Tampa, FL",174,"Tampa, FL" +439,42,229,"Wilmington, NC",229,"Wilmington, NC" +439,43,245,"Charleston, SC",245,"Charleston, SC" +439,44,177,"Savannah, GA",177,"Savannah, GA" +439,45,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,46,171,"Jacksonville, FL",171,"Jacksonville, FL" +439,47,229,"Wilmington, NC",229,"Wilmington, NC" +439,48,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,49,245,"Charleston, SC",245,"Charleston, SC" +439,50,174,"Tampa, FL",174,"Tampa, FL" +439,51,177,"Savannah, GA",177,"Savannah, GA" +439,52,245,"Charleston, SC",245,"Charleston, SC" +439,53,177,"Savannah, GA",177,"Savannah, GA" +439,54,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,55,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,56,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,57,177,"Savannah, GA",177,"Savannah, GA" +439,58,245,"Charleston, SC",245,"Charleston, SC" +439,59,245,"Charleston, SC",245,"Charleston, SC" +439,60,177,"Savannah, GA",177,"Savannah, GA" +439,61,171,"Jacksonville, FL",171,"Jacksonville, FL" +439,62,198,"Baltimore, MD",198,"Baltimore, MD" +439,63,177,"Savannah, GA",177,"Savannah, GA" +439,64,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,65,174,"Tampa, FL",174,"Tampa, FL" +439,66,177,"Savannah, GA",177,"Savannah, GA" +439,67,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,68,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,69,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,70,177,"Savannah, GA",177,"Savannah, GA" +439,71,198,"Baltimore, MD",198,"Baltimore, MD" +439,72,171,"Jacksonville, FL",171,"Jacksonville, FL" +439,73,177,"Savannah, GA",177,"Savannah, GA" +439,74,229,"Wilmington, NC",229,"Wilmington, NC" +439,75,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,76,229,"Wilmington, NC",229,"Wilmington, NC" +439,77,177,"Savannah, GA",177,"Savannah, GA" +439,78,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,79,177,"Savannah, GA",177,"Savannah, GA" +439,80,229,"Wilmington, NC",229,"Wilmington, NC" +439,81,174,"Tampa, FL",174,"Tampa, FL" +439,82,177,"Savannah, GA",177,"Savannah, GA" +439,83,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,84,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,85,229,"Wilmington, NC",229,"Wilmington, NC" +439,86,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,87,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,88,177,"Savannah, GA",177,"Savannah, GA" +439,89,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,90,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,91,177,"Savannah, GA",177,"Savannah, GA" +439,92,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,93,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,94,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,95,174,"Tampa, FL",174,"Tampa, FL" +439,96,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,97,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,98,171,"Jacksonville, FL",171,"Jacksonville, FL" +439,99,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +439,100,177,"Savannah, GA",177,"Savannah, GA" +439,101,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,102,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,103,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,104,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,105,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,106,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,107,229,"Wilmington, NC",229,"Wilmington, NC" +439,108,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,109,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,110,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,111,177,"Savannah, GA",177,"Savannah, GA" +439,112,171,"Jacksonville, FL",171,"Jacksonville, FL" +439,113,245,"Charleston, SC",245,"Charleston, SC" +439,114,198,"Baltimore, MD",198,"Baltimore, MD" +439,115,198,"Baltimore, MD",198,"Baltimore, MD" +439,116,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,117,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,118,217,"New York, NY and NJ",217,"New York, NY and NJ" +439,119,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,120,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,121,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,122,177,"Savannah, GA",177,"Savannah, GA" +439,123,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,124,177,"Savannah, GA",177,"Savannah, GA" +439,125,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,126,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,127,177,"Savannah, GA",177,"Savannah, GA" +439,128,169,"Wilmington, DE",169,"Wilmington, DE" +439,129,245,"Charleston, SC",245,"Charleston, SC" +439,130,229,"Wilmington, NC",229,"Wilmington, NC" +439,131,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,132,177,"Savannah, GA",177,"Savannah, GA" +439,151,177,"Savannah, GA",172,"Port Everglades, FL" +439,152,172,"Port Everglades, FL",177,"Savannah, GA" +439,153,245,"Charleston, SC",177,"Savannah, GA" +439,154,154,"Anchorage, AK",154,"Anchorage, AK" +439,155,174,"Tampa, FL",152,"Mobile, AL" +439,156,245,"Charleston, SC",174,"Tampa, FL" +439,157,172,"Port Everglades, FL",194,"Lake Charles, LA" +439,158,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +439,159,245,"Charleston, SC",172,"Port Everglades, FL" +439,160,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +439,161,208,"Pascagoula, MS",257,"Houston, TX" +439,162,172,"Port Everglades, FL",195,"New Orleans, LA" +439,163,265,"Norfolk Harbor, VA",177,"Savannah, GA" +439,164,174,"Tampa, FL",265,"Norfolk Harbor, VA" +439,165,172,"Port Everglades, FL",177,"Savannah, GA" +439,166,171,"Jacksonville, FL",198,"Baltimore, MD" +439,167,177,"Savannah, GA",201,"Boston, MA" +439,168,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +439,169,174,"Tampa, FL",198,"Baltimore, MD" +439,170,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +439,171,177,"Savannah, GA",177,"Savannah, GA" +439,172,174,"Tampa, FL",177,"Savannah, GA" +439,173,177,"Savannah, GA",177,"Savannah, GA" +439,174,172,"Port Everglades, FL",171,"Jacksonville, FL" +439,175,172,"Port Everglades, FL",177,"Savannah, GA" +439,176,229,"Wilmington, NC",245,"Charleston, SC" +439,177,172,"Port Everglades, FL",177,"Savannah, GA" +439,178,172,"Port Everglades, FL",177,"Savannah, GA" +439,179,179,"Honolulu, HI",179,"Honolulu, HI" +439,180,179,"Honolulu, HI",179,"Honolulu, HI" +439,181,152,"Mobile, AL",195,"New Orleans, LA" +439,183,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +439,184,172,"Port Everglades, FL",172,"Port Everglades, FL" +439,185,217,"New York, NY and NJ",169,"Wilmington, DE" +439,186,174,"Tampa, FL",177,"Savannah, GA" +439,187,177,"Savannah, GA",171,"Jacksonville, FL" +439,188,174,"Tampa, FL",195,"New Orleans, LA" +439,189,171,"Jacksonville, FL",171,"Jacksonville, FL" +439,190,177,"Savannah, GA",198,"Baltimore, MD" +439,191,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,192,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,193,177,"Savannah, GA",177,"Savannah, GA" +439,194,195,"New Orleans, LA",194,"Lake Charles, LA" +439,195,245,"Charleston, SC",195,"New Orleans, LA" +439,196,177,"Savannah, GA",195,"New Orleans, LA" +439,197,241,"Philadelphia, PA",217,"New York, NY and NJ" +439,198,171,"Jacksonville, FL",169,"Wilmington, DE" +439,199,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,200,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +439,201,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +439,202,217,"New York, NY and NJ",223,"New York, NY and NJ" +439,203,177,"Savannah, GA",265,"Norfolk Harbor, VA" +439,204,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +439,205,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +439,206,241,"Philadelphia, PA",177,"Savannah, GA" +439,207,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +439,208,172,"Port Everglades, FL",195,"New Orleans, LA" +439,209,172,"Port Everglades, FL",177,"Savannah, GA" +439,210,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +439,211,174,"Tampa, FL",172,"Port Everglades, FL" +439,212,265,"Norfolk Harbor, VA",244,"Providence, RI" +439,213,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +439,214,229,"Wilmington, NC",172,"Port Everglades, FL" +439,215,171,"Jacksonville, FL",208,"Pascagoula, MS" +439,216,217,"New York, NY and NJ",217,"New York, NY and NJ" +439,217,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,218,229,"Wilmington, NC",217,"New York, NY and NJ" +439,219,198,"Baltimore, MD",217,"New York, NY and NJ" +439,220,177,"Savannah, GA",194,"Lake Charles, LA" +439,221,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +439,222,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +439,223,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +439,224,177,"Savannah, GA",217,"New York, NY and NJ" +439,225,198,"Baltimore, MD",201,"Boston, MA" +439,226,245,"Charleston, SC",245,"Charleston, SC" +439,227,177,"Savannah, GA",171,"Jacksonville, FL" +439,228,174,"Tampa, FL",265,"Norfolk Harbor, VA" +439,229,177,"Savannah, GA",265,"Norfolk Harbor, VA" +439,230,171,"Jacksonville, FL",198,"Baltimore, MD" +439,231,171,"Jacksonville, FL",172,"Port Everglades, FL" +439,232,177,"Savannah, GA",265,"Norfolk Harbor, VA" +439,233,245,"Charleston, SC",265,"Norfolk Harbor, VA" +439,234,177,"Savannah, GA",177,"Savannah, GA" +439,235,245,"Charleston, SC",177,"Savannah, GA" +439,236,171,"Jacksonville, FL",172,"Port Everglades, FL" +439,237,172,"Port Everglades, FL",171,"Jacksonville, FL" +439,238,174,"Tampa, FL",177,"Savannah, GA" +439,239,245,"Charleston, SC",241,"Philadelphia, PA" +439,240,171,"Jacksonville, FL",198,"Baltimore, MD" +439,241,177,"Savannah, GA",198,"Baltimore, MD" +439,242,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +439,243,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +439,244,229,"Wilmington, NC",223,"New York, NY and NJ" +439,245,172,"Port Everglades, FL",177,"Savannah, GA" +439,246,229,"Wilmington, NC",245,"Charleston, SC" +439,247,172,"Port Everglades, FL",229,"Wilmington, NC" +439,248,245,"Charleston, SC",177,"Savannah, GA" +439,249,177,"Savannah, GA",171,"Jacksonville, FL" +439,250,177,"Savannah, GA",172,"Port Everglades, FL" +439,251,265,"Norfolk Harbor, VA",152,"Mobile, AL" +439,252,245,"Charleston, SC",174,"Tampa, FL" +439,253,171,"Jacksonville, FL",194,"Lake Charles, LA" +439,254,177,"Savannah, GA",177,"Savannah, GA" +439,255,177,"Savannah, GA",265,"Norfolk Harbor, VA" +439,256,193,"Baton Rouge, LA",194,"Lake Charles, LA" +439,257,177,"Savannah, GA",195,"New Orleans, LA" +439,258,177,"Savannah, GA",152,"Mobile, AL" +439,259,152,"Mobile, AL",195,"New Orleans, LA" +439,260,177,"Savannah, GA",194,"Lake Charles, LA" +439,261,195,"New Orleans, LA",152,"Mobile, AL" +439,262,245,"Charleston, SC",195,"New Orleans, LA" +439,263,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +439,264,177,"Savannah, GA",245,"Charleston, SC" +439,265,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +439,266,172,"Port Everglades, FL",241,"Philadelphia, PA" +439,267,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +439,268,171,"Jacksonville, FL",172,"Port Everglades, FL" +439,269,177,"Savannah, GA",217,"New York, NY and NJ" +439,270,174,"Tampa, FL",245,"Charleston, SC" +439,271,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +439,272,172,"Port Everglades, FL",174,"Tampa, FL" +439,273,177,"Savannah, GA",172,"Port Everglades, FL" +440,1,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,2,171,"Jacksonville, FL",171,"Jacksonville, FL" +440,3,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,4,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,5,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,6,177,"Savannah, GA",177,"Savannah, GA" +440,7,245,"Charleston, SC",245,"Charleston, SC" +440,8,245,"Charleston, SC",245,"Charleston, SC" +440,9,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,10,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,11,245,"Charleston, SC",245,"Charleston, SC" +440,12,229,"Wilmington, NC",229,"Wilmington, NC" +440,13,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,14,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,15,229,"Wilmington, NC",229,"Wilmington, NC" +440,16,177,"Savannah, GA",177,"Savannah, GA" +440,17,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,18,171,"Jacksonville, FL",171,"Jacksonville, FL" +440,19,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,20,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,21,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,22,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,23,177,"Savannah, GA",177,"Savannah, GA" +440,24,245,"Charleston, SC",245,"Charleston, SC" +440,25,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,26,245,"Charleston, SC",245,"Charleston, SC" +440,27,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,28,174,"Tampa, FL",174,"Tampa, FL" +440,29,174,"Tampa, FL",174,"Tampa, FL" +440,30,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,31,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,32,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,33,177,"Savannah, GA",177,"Savannah, GA" +440,34,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,35,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,36,245,"Charleston, SC",245,"Charleston, SC" +440,37,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,38,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,39,245,"Charleston, SC",245,"Charleston, SC" +440,40,245,"Charleston, SC",245,"Charleston, SC" +440,41,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,42,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,43,177,"Savannah, GA",177,"Savannah, GA" +440,44,174,"Tampa, FL",174,"Tampa, FL" +440,45,245,"Charleston, SC",245,"Charleston, SC" +440,46,177,"Savannah, GA",177,"Savannah, GA" +440,47,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,48,177,"Savannah, GA",177,"Savannah, GA" +440,49,177,"Savannah, GA",177,"Savannah, GA" +440,50,229,"Wilmington, NC",229,"Wilmington, NC" +440,51,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,52,177,"Savannah, GA",177,"Savannah, GA" +440,53,174,"Tampa, FL",174,"Tampa, FL" +440,54,177,"Savannah, GA",177,"Savannah, GA" +440,55,177,"Savannah, GA",177,"Savannah, GA" +440,56,229,"Wilmington, NC",229,"Wilmington, NC" +440,57,171,"Jacksonville, FL",171,"Jacksonville, FL" +440,58,245,"Charleston, SC",245,"Charleston, SC" +440,59,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,60,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,61,245,"Charleston, SC",245,"Charleston, SC" +440,62,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,63,177,"Savannah, GA",177,"Savannah, GA" +440,64,245,"Charleston, SC",245,"Charleston, SC" +440,65,171,"Jacksonville, FL",171,"Jacksonville, FL" +440,66,177,"Savannah, GA",177,"Savannah, GA" +440,67,198,"Baltimore, MD",198,"Baltimore, MD" +440,68,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,69,245,"Charleston, SC",245,"Charleston, SC" +440,70,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,71,177,"Savannah, GA",177,"Savannah, GA" +440,72,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,73,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,74,171,"Jacksonville, FL",171,"Jacksonville, FL" +440,75,174,"Tampa, FL",174,"Tampa, FL" +440,76,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,77,174,"Tampa, FL",174,"Tampa, FL" +440,78,245,"Charleston, SC",245,"Charleston, SC" +440,79,178,"Brunswick, GA",178,"Brunswick, GA" +440,80,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,81,177,"Savannah, GA",177,"Savannah, GA" +440,82,171,"Jacksonville, FL",171,"Jacksonville, FL" +440,83,177,"Savannah, GA",177,"Savannah, GA" +440,84,171,"Jacksonville, FL",171,"Jacksonville, FL" +440,85,198,"Baltimore, MD",198,"Baltimore, MD" +440,86,177,"Savannah, GA",177,"Savannah, GA" +440,87,245,"Charleston, SC",245,"Charleston, SC" +440,88,245,"Charleston, SC",245,"Charleston, SC" +440,89,241,"Philadelphia, PA",241,"Philadelphia, PA" +440,90,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,91,178,"Brunswick, GA",178,"Brunswick, GA" +440,92,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,93,177,"Savannah, GA",177,"Savannah, GA" +440,94,177,"Savannah, GA",177,"Savannah, GA" +440,95,174,"Tampa, FL",174,"Tampa, FL" +440,96,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,97,177,"Savannah, GA",177,"Savannah, GA" +440,98,229,"Wilmington, NC",229,"Wilmington, NC" +440,99,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,100,245,"Charleston, SC",245,"Charleston, SC" +440,101,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,102,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,103,171,"Jacksonville, FL",171,"Jacksonville, FL" +440,104,245,"Charleston, SC",245,"Charleston, SC" +440,105,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,106,174,"Tampa, FL",174,"Tampa, FL" +440,107,171,"Jacksonville, FL",171,"Jacksonville, FL" +440,108,171,"Jacksonville, FL",171,"Jacksonville, FL" +440,109,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,110,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,111,171,"Jacksonville, FL",171,"Jacksonville, FL" +440,112,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,113,174,"Tampa, FL",174,"Tampa, FL" +440,114,245,"Charleston, SC",245,"Charleston, SC" +440,115,245,"Charleston, SC",245,"Charleston, SC" +440,116,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,117,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,118,198,"Baltimore, MD",198,"Baltimore, MD" +440,119,177,"Savannah, GA",177,"Savannah, GA" +440,120,198,"Baltimore, MD",198,"Baltimore, MD" +440,121,245,"Charleston, SC",245,"Charleston, SC" +440,122,174,"Tampa, FL",174,"Tampa, FL" +440,123,198,"Baltimore, MD",198,"Baltimore, MD" +440,124,245,"Charleston, SC",245,"Charleston, SC" +440,125,177,"Savannah, GA",177,"Savannah, GA" +440,126,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,127,229,"Wilmington, NC",229,"Wilmington, NC" +440,128,177,"Savannah, GA",177,"Savannah, GA" +440,129,174,"Tampa, FL",174,"Tampa, FL" +440,130,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,131,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,132,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,151,174,"Tampa, FL",172,"Port Everglades, FL" +440,152,172,"Port Everglades, FL",152,"Mobile, AL" +440,153,172,"Port Everglades, FL",177,"Savannah, GA" +440,154,154,"Anchorage, AK",154,"Anchorage, AK" +440,155,245,"Charleston, SC",194,"Lake Charles, LA" +440,156,177,"Savannah, GA",193,"Baton Rouge, LA" +440,157,174,"Tampa, FL",177,"Savannah, GA" +440,158,245,"Charleston, SC",195,"New Orleans, LA" +440,159,245,"Charleston, SC",193,"Baton Rouge, LA" +440,160,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +440,161,171,"Jacksonville, FL",254,"Corpus Christi, TX" +440,162,171,"Jacksonville, FL",177,"Savannah, GA" +440,163,152,"Mobile, AL",257,"Houston, TX" +440,164,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,165,245,"Charleston, SC",253,"Beaumont, TX" +440,166,217,"New York, NY and NJ",217,"New York, NY and NJ" +440,167,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +440,168,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,169,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +440,170,172,"Port Everglades, FL",241,"Philadelphia, PA" +440,171,245,"Charleston, SC",177,"Savannah, GA" +440,172,177,"Savannah, GA",171,"Jacksonville, FL" +440,173,245,"Charleston, SC",172,"Port Everglades, FL" +440,174,172,"Port Everglades, FL",245,"Charleston, SC" +440,175,229,"Wilmington, NC",171,"Jacksonville, FL" +440,176,174,"Tampa, FL",177,"Savannah, GA" +440,177,172,"Port Everglades, FL",171,"Jacksonville, FL" +440,178,174,"Tampa, FL",174,"Tampa, FL" +440,179,179,"Honolulu, HI",179,"Honolulu, HI" +440,180,179,"Honolulu, HI",179,"Honolulu, HI" +440,181,172,"Port Everglades, FL",253,"Beaumont, TX" +440,183,174,"Tampa, FL",265,"Norfolk Harbor, VA" +440,184,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +440,185,177,"Savannah, GA",265,"Norfolk Harbor, VA" +440,186,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +440,187,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,188,177,"Savannah, GA",177,"Savannah, GA" +440,189,229,"Wilmington, NC",178,"Brunswick, GA" +440,190,171,"Jacksonville, FL",152,"Mobile, AL" +440,191,172,"Port Everglades, FL",177,"Savannah, GA" +440,192,172,"Port Everglades, FL",177,"Savannah, GA" +440,193,172,"Port Everglades, FL",245,"Charleston, SC" +440,194,174,"Tampa, FL",195,"New Orleans, LA" +440,195,177,"Savannah, GA",195,"New Orleans, LA" +440,196,245,"Charleston, SC",172,"Port Everglades, FL" +440,197,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +440,198,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +440,199,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +440,200,245,"Charleston, SC",265,"Norfolk Harbor, VA" +440,201,217,"New York, NY and NJ",223,"New York, NY and NJ" +440,202,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +440,203,177,"Savannah, GA",265,"Norfolk Harbor, VA" +440,204,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +440,205,245,"Charleston, SC",198,"Baltimore, MD" +440,206,245,"Charleston, SC",172,"Port Everglades, FL" +440,207,171,"Jacksonville, FL",229,"Wilmington, NC" +440,208,174,"Tampa, FL",171,"Jacksonville, FL" +440,209,174,"Tampa, FL",195,"New Orleans, LA" +440,210,174,"Tampa, FL",265,"Norfolk Harbor, VA" +440,211,172,"Port Everglades, FL",195,"New Orleans, LA" +440,212,171,"Jacksonville, FL",177,"Savannah, GA" +440,213,177,"Savannah, GA",223,"New York, NY and NJ" +440,214,265,"Norfolk Harbor, VA",257,"Houston, TX" +440,215,177,"Savannah, GA",193,"Baton Rouge, LA" +440,216,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +440,217,172,"Port Everglades, FL",241,"Philadelphia, PA" +440,218,229,"Wilmington, NC",229,"Wilmington, NC" +440,219,177,"Savannah, GA",265,"Norfolk Harbor, VA" +440,220,265,"Norfolk Harbor, VA",257,"Houston, TX" +440,221,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +440,222,265,"Norfolk Harbor, VA",245,"Charleston, SC" +440,223,217,"New York, NY and NJ",223,"New York, NY and NJ" +440,224,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +440,225,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +440,226,177,"Savannah, GA",172,"Port Everglades, FL" +440,227,229,"Wilmington, NC",172,"Port Everglades, FL" +440,228,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +440,229,174,"Tampa, FL",265,"Norfolk Harbor, VA" +440,230,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +440,231,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,232,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,233,198,"Baltimore, MD",217,"New York, NY and NJ" +440,234,177,"Savannah, GA",229,"Wilmington, NC" +440,235,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +440,236,229,"Wilmington, NC",194,"Lake Charles, LA" +440,237,174,"Tampa, FL",177,"Savannah, GA" +440,238,171,"Jacksonville, FL",174,"Tampa, FL" +440,239,174,"Tampa, FL",265,"Norfolk Harbor, VA" +440,240,174,"Tampa, FL",229,"Wilmington, NC" +440,241,217,"New York, NY and NJ",217,"New York, NY and NJ" +440,242,229,"Wilmington, NC",169,"Wilmington, DE" +440,243,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,244,177,"Savannah, GA",217,"New York, NY and NJ" +440,245,172,"Port Everglades, FL",245,"Charleston, SC" +440,246,171,"Jacksonville, FL",171,"Jacksonville, FL" +440,247,172,"Port Everglades, FL",229,"Wilmington, NC" +440,248,172,"Port Everglades, FL",174,"Tampa, FL" +440,249,171,"Jacksonville, FL",195,"New Orleans, LA" +440,250,245,"Charleston, SC",177,"Savannah, GA" +440,251,177,"Savannah, GA",265,"Norfolk Harbor, VA" +440,252,172,"Port Everglades, FL",172,"Port Everglades, FL" +440,253,229,"Wilmington, NC",253,"Beaumont, TX" +440,254,177,"Savannah, GA",195,"New Orleans, LA" +440,255,174,"Tampa, FL",208,"Pascagoula, MS" +440,256,245,"Charleston, SC",152,"Mobile, AL" +440,257,177,"Savannah, GA",193,"Baton Rouge, LA" +440,258,172,"Port Everglades, FL",208,"Pascagoula, MS" +440,259,172,"Port Everglades, FL",195,"New Orleans, LA" +440,260,195,"New Orleans, LA",177,"Savannah, GA" +440,261,265,"Norfolk Harbor, VA",257,"Houston, TX" +440,262,172,"Port Everglades, FL",208,"Pascagoula, MS" +440,263,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +440,264,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +440,265,177,"Savannah, GA",174,"Tampa, FL" +440,266,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +440,267,174,"Tampa, FL",265,"Norfolk Harbor, VA" +440,268,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +440,269,229,"Wilmington, NC",223,"New York, NY and NJ" +440,270,245,"Charleston, SC",265,"Norfolk Harbor, VA" +440,271,177,"Savannah, GA",174,"Tampa, FL" +440,272,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +440,273,245,"Charleston, SC",177,"Savannah, GA" +441,1,159,"Long Beach, CA",159,"Long Beach, CA" +441,2,269,"Longview, WA",269,"Longview, WA" +441,3,162,"Oakland, CA",162,"Oakland, CA" +441,4,159,"Long Beach, CA",159,"Long Beach, CA" +441,5,239,"Portland, OR",239,"Portland, OR" +441,6,159,"Long Beach, CA",159,"Long Beach, CA" +441,7,239,"Portland, OR",239,"Portland, OR" +441,8,162,"Oakland, CA",162,"Oakland, CA" +441,9,159,"Long Beach, CA",159,"Long Beach, CA" +441,10,268,"Seattle, WA",268,"Seattle, WA" +441,11,268,"Seattle, WA",268,"Seattle, WA" +441,12,268,"Seattle, WA",268,"Seattle, WA" +441,13,159,"Long Beach, CA",159,"Long Beach, CA" +441,14,159,"Long Beach, CA",159,"Long Beach, CA" +441,15,159,"Long Beach, CA",159,"Long Beach, CA" +441,16,159,"Long Beach, CA",159,"Long Beach, CA" +441,17,162,"Oakland, CA",162,"Oakland, CA" +441,18,159,"Long Beach, CA",159,"Long Beach, CA" +441,19,162,"Oakland, CA",162,"Oakland, CA" +441,20,159,"Long Beach, CA",159,"Long Beach, CA" +441,21,162,"Oakland, CA",162,"Oakland, CA" +441,22,159,"Long Beach, CA",159,"Long Beach, CA" +441,23,162,"Oakland, CA",162,"Oakland, CA" +441,24,268,"Seattle, WA",268,"Seattle, WA" +441,25,268,"Seattle, WA",268,"Seattle, WA" +441,26,159,"Long Beach, CA",159,"Long Beach, CA" +441,27,159,"Long Beach, CA",159,"Long Beach, CA" +441,28,268,"Seattle, WA",268,"Seattle, WA" +441,29,268,"Seattle, WA",268,"Seattle, WA" +441,30,159,"Long Beach, CA",159,"Long Beach, CA" +441,31,159,"Long Beach, CA",159,"Long Beach, CA" +441,32,159,"Long Beach, CA",159,"Long Beach, CA" +441,33,268,"Seattle, WA",268,"Seattle, WA" +441,34,268,"Seattle, WA",268,"Seattle, WA" +441,35,159,"Long Beach, CA",159,"Long Beach, CA" +441,36,162,"Oakland, CA",162,"Oakland, CA" +441,37,159,"Long Beach, CA",159,"Long Beach, CA" +441,38,159,"Long Beach, CA",159,"Long Beach, CA" +441,39,159,"Long Beach, CA",159,"Long Beach, CA" +441,40,268,"Seattle, WA",268,"Seattle, WA" +441,41,268,"Seattle, WA",268,"Seattle, WA" +441,42,159,"Long Beach, CA",159,"Long Beach, CA" +441,43,159,"Long Beach, CA",159,"Long Beach, CA" +441,44,159,"Long Beach, CA",159,"Long Beach, CA" +441,45,268,"Seattle, WA",268,"Seattle, WA" +441,46,239,"Portland, OR",239,"Portland, OR" +441,47,159,"Long Beach, CA",159,"Long Beach, CA" +441,48,239,"Portland, OR",239,"Portland, OR" +441,49,159,"Long Beach, CA",159,"Long Beach, CA" +441,50,162,"Oakland, CA",162,"Oakland, CA" +441,51,162,"Oakland, CA",162,"Oakland, CA" +441,52,159,"Long Beach, CA",159,"Long Beach, CA" +441,53,268,"Seattle, WA",268,"Seattle, WA" +441,54,159,"Long Beach, CA",159,"Long Beach, CA" +441,55,162,"Oakland, CA",162,"Oakland, CA" +441,56,159,"Long Beach, CA",159,"Long Beach, CA" +441,57,159,"Long Beach, CA",159,"Long Beach, CA" +441,58,159,"Long Beach, CA",159,"Long Beach, CA" +441,59,268,"Seattle, WA",268,"Seattle, WA" +441,60,162,"Oakland, CA",162,"Oakland, CA" +441,61,159,"Long Beach, CA",159,"Long Beach, CA" +441,62,159,"Long Beach, CA",159,"Long Beach, CA" +441,63,162,"Oakland, CA",162,"Oakland, CA" +441,64,159,"Long Beach, CA",159,"Long Beach, CA" +441,65,159,"Long Beach, CA",159,"Long Beach, CA" +441,66,268,"Seattle, WA",268,"Seattle, WA" +441,67,268,"Seattle, WA",268,"Seattle, WA" +441,68,159,"Long Beach, CA",159,"Long Beach, CA" +441,69,162,"Oakland, CA",162,"Oakland, CA" +441,70,159,"Long Beach, CA",159,"Long Beach, CA" +441,71,159,"Long Beach, CA",159,"Long Beach, CA" +441,72,268,"Seattle, WA",268,"Seattle, WA" +441,73,159,"Long Beach, CA",159,"Long Beach, CA" +441,74,159,"Long Beach, CA",159,"Long Beach, CA" +441,75,162,"Oakland, CA",162,"Oakland, CA" +441,76,162,"Oakland, CA",162,"Oakland, CA" +441,77,269,"Longview, WA",269,"Longview, WA" +441,78,159,"Long Beach, CA",159,"Long Beach, CA" +441,79,162,"Oakland, CA",162,"Oakland, CA" +441,80,269,"Longview, WA",269,"Longview, WA" +441,81,159,"Long Beach, CA",159,"Long Beach, CA" +441,82,159,"Long Beach, CA",159,"Long Beach, CA" +441,83,239,"Portland, OR",239,"Portland, OR" +441,84,239,"Portland, OR",239,"Portland, OR" +441,85,162,"Oakland, CA",162,"Oakland, CA" +441,86,268,"Seattle, WA",268,"Seattle, WA" +441,87,268,"Seattle, WA",268,"Seattle, WA" +441,88,159,"Long Beach, CA",159,"Long Beach, CA" +441,89,159,"Long Beach, CA",159,"Long Beach, CA" +441,90,268,"Seattle, WA",268,"Seattle, WA" +441,91,162,"Oakland, CA",162,"Oakland, CA" +441,92,159,"Long Beach, CA",159,"Long Beach, CA" +441,93,159,"Long Beach, CA",159,"Long Beach, CA" +441,94,159,"Long Beach, CA",159,"Long Beach, CA" +441,95,162,"Oakland, CA",162,"Oakland, CA" +441,96,268,"Seattle, WA",268,"Seattle, WA" +441,97,159,"Long Beach, CA",159,"Long Beach, CA" +441,98,268,"Seattle, WA",268,"Seattle, WA" +441,99,239,"Portland, OR",239,"Portland, OR" +441,100,159,"Long Beach, CA",159,"Long Beach, CA" +441,101,268,"Seattle, WA",268,"Seattle, WA" +441,102,239,"Portland, OR",239,"Portland, OR" +441,103,159,"Long Beach, CA",159,"Long Beach, CA" +441,104,268,"Seattle, WA",268,"Seattle, WA" +441,105,268,"Seattle, WA",268,"Seattle, WA" +441,106,268,"Seattle, WA",268,"Seattle, WA" +441,107,159,"Long Beach, CA",159,"Long Beach, CA" +441,108,159,"Long Beach, CA",159,"Long Beach, CA" +441,109,159,"Long Beach, CA",159,"Long Beach, CA" +441,110,159,"Long Beach, CA",159,"Long Beach, CA" +441,111,159,"Long Beach, CA",159,"Long Beach, CA" +441,112,268,"Seattle, WA",268,"Seattle, WA" +441,113,159,"Long Beach, CA",159,"Long Beach, CA" +441,114,162,"Oakland, CA",162,"Oakland, CA" +441,115,159,"Long Beach, CA",159,"Long Beach, CA" +441,116,159,"Long Beach, CA",159,"Long Beach, CA" +441,117,159,"Long Beach, CA",159,"Long Beach, CA" +441,118,268,"Seattle, WA",268,"Seattle, WA" +441,119,159,"Long Beach, CA",159,"Long Beach, CA" +441,120,159,"Long Beach, CA",159,"Long Beach, CA" +441,121,159,"Long Beach, CA",159,"Long Beach, CA" +441,122,159,"Long Beach, CA",159,"Long Beach, CA" +441,123,268,"Seattle, WA",268,"Seattle, WA" +441,124,268,"Seattle, WA",268,"Seattle, WA" +441,125,159,"Long Beach, CA",159,"Long Beach, CA" +441,126,159,"Long Beach, CA",159,"Long Beach, CA" +441,127,159,"Long Beach, CA",159,"Long Beach, CA" +441,128,162,"Oakland, CA",162,"Oakland, CA" +441,129,159,"Long Beach, CA",159,"Long Beach, CA" +441,130,159,"Long Beach, CA",159,"Long Beach, CA" +441,131,162,"Oakland, CA",162,"Oakland, CA" +441,132,159,"Long Beach, CA",159,"Long Beach, CA" +441,151,268,"Seattle, WA",159,"Long Beach, CA" +441,152,162,"Oakland, CA",269,"Longview, WA" +441,153,159,"Long Beach, CA",162,"Oakland, CA" +441,154,154,"Anchorage, AK",154,"Anchorage, AK" +441,155,268,"Seattle, WA",159,"Long Beach, CA" +441,156,159,"Long Beach, CA",159,"Long Beach, CA" +441,157,159,"Long Beach, CA",268,"Seattle, WA" +441,158,162,"Oakland, CA",268,"Seattle, WA" +441,159,239,"Portland, OR",159,"Long Beach, CA" +441,160,268,"Seattle, WA",159,"Long Beach, CA" +441,161,268,"Seattle, WA",159,"Long Beach, CA" +441,162,162,"Oakland, CA",159,"Long Beach, CA" +441,163,159,"Long Beach, CA",159,"Long Beach, CA" +441,164,268,"Seattle, WA",159,"Long Beach, CA" +441,165,159,"Long Beach, CA",159,"Long Beach, CA" +441,166,268,"Seattle, WA",159,"Long Beach, CA" +441,167,268,"Seattle, WA",159,"Long Beach, CA" +441,168,268,"Seattle, WA",269,"Longview, WA" +441,169,159,"Long Beach, CA",268,"Seattle, WA" +441,170,159,"Long Beach, CA",159,"Long Beach, CA" +441,171,269,"Longview, WA",159,"Long Beach, CA" +441,172,159,"Long Beach, CA",162,"Oakland, CA" +441,173,159,"Long Beach, CA",162,"Oakland, CA" +441,174,239,"Portland, OR",159,"Long Beach, CA" +441,175,159,"Long Beach, CA",268,"Seattle, WA" +441,176,268,"Seattle, WA",268,"Seattle, WA" +441,177,159,"Long Beach, CA",159,"Long Beach, CA" +441,178,239,"Portland, OR",159,"Long Beach, CA" +441,179,179,"Honolulu, HI",179,"Honolulu, HI" +441,180,179,"Honolulu, HI",179,"Honolulu, HI" +441,181,162,"Oakland, CA",159,"Long Beach, CA" +441,183,159,"Long Beach, CA",239,"Portland, OR" +441,184,268,"Seattle, WA",239,"Portland, OR" +441,185,159,"Long Beach, CA",159,"Long Beach, CA" +441,186,268,"Seattle, WA",159,"Long Beach, CA" +441,187,159,"Long Beach, CA",159,"Long Beach, CA" +441,188,159,"Long Beach, CA",269,"Longview, WA" +441,189,159,"Long Beach, CA",268,"Seattle, WA" +441,190,269,"Longview, WA",159,"Long Beach, CA" +441,191,268,"Seattle, WA",268,"Seattle, WA" +441,192,159,"Long Beach, CA",268,"Seattle, WA" +441,193,239,"Portland, OR",159,"Long Beach, CA" +441,194,162,"Oakland, CA",159,"Long Beach, CA" +441,195,159,"Long Beach, CA",268,"Seattle, WA" +441,196,159,"Long Beach, CA",162,"Oakland, CA" +441,197,159,"Long Beach, CA",159,"Long Beach, CA" +441,198,268,"Seattle, WA",268,"Seattle, WA" +441,199,159,"Long Beach, CA",269,"Longview, WA" +441,200,159,"Long Beach, CA",269,"Longview, WA" +441,201,162,"Oakland, CA",159,"Long Beach, CA" +441,202,269,"Longview, WA",268,"Seattle, WA" +441,203,159,"Long Beach, CA",159,"Long Beach, CA" +441,204,159,"Long Beach, CA",268,"Seattle, WA" +441,205,159,"Long Beach, CA",159,"Long Beach, CA" +441,206,162,"Oakland, CA",159,"Long Beach, CA" +441,207,162,"Oakland, CA",269,"Longview, WA" +441,208,269,"Longview, WA",159,"Long Beach, CA" +441,209,268,"Seattle, WA",159,"Long Beach, CA" +441,210,268,"Seattle, WA",162,"Oakland, CA" +441,211,159,"Long Beach, CA",159,"Long Beach, CA" +441,212,159,"Long Beach, CA",159,"Long Beach, CA" +441,213,159,"Long Beach, CA",159,"Long Beach, CA" +441,214,268,"Seattle, WA",159,"Long Beach, CA" +441,215,159,"Long Beach, CA",162,"Oakland, CA" +441,216,268,"Seattle, WA",268,"Seattle, WA" +441,217,162,"Oakland, CA",159,"Long Beach, CA" +441,218,268,"Seattle, WA",159,"Long Beach, CA" +441,219,268,"Seattle, WA",269,"Longview, WA" +441,220,159,"Long Beach, CA",159,"Long Beach, CA" +441,221,159,"Long Beach, CA",268,"Seattle, WA" +441,222,159,"Long Beach, CA",159,"Long Beach, CA" +441,223,268,"Seattle, WA",159,"Long Beach, CA" +441,224,159,"Long Beach, CA",159,"Long Beach, CA" +441,225,162,"Oakland, CA",239,"Portland, OR" +441,226,239,"Portland, OR",239,"Portland, OR" +441,227,239,"Portland, OR",159,"Long Beach, CA" +441,228,159,"Long Beach, CA",159,"Long Beach, CA" +441,229,159,"Long Beach, CA",159,"Long Beach, CA" +441,230,159,"Long Beach, CA",159,"Long Beach, CA" +441,231,239,"Portland, OR",159,"Long Beach, CA" +441,232,162,"Oakland, CA",159,"Long Beach, CA" +441,233,268,"Seattle, WA",162,"Oakland, CA" +441,234,268,"Seattle, WA",159,"Long Beach, CA" +441,235,162,"Oakland, CA",159,"Long Beach, CA" +441,236,268,"Seattle, WA",159,"Long Beach, CA" +441,237,162,"Oakland, CA",162,"Oakland, CA" +441,238,159,"Long Beach, CA",159,"Long Beach, CA" +441,239,159,"Long Beach, CA",159,"Long Beach, CA" +441,240,159,"Long Beach, CA",159,"Long Beach, CA" +441,241,268,"Seattle, WA",159,"Long Beach, CA" +441,242,269,"Longview, WA",159,"Long Beach, CA" +441,243,162,"Oakland, CA",268,"Seattle, WA" +441,244,159,"Long Beach, CA",268,"Seattle, WA" +441,245,268,"Seattle, WA",159,"Long Beach, CA" +441,246,159,"Long Beach, CA",159,"Long Beach, CA" +441,247,268,"Seattle, WA",159,"Long Beach, CA" +441,248,159,"Long Beach, CA",159,"Long Beach, CA" +441,249,162,"Oakland, CA",269,"Longview, WA" +441,250,159,"Long Beach, CA",268,"Seattle, WA" +441,251,159,"Long Beach, CA",268,"Seattle, WA" +441,252,239,"Portland, OR",268,"Seattle, WA" +441,253,159,"Long Beach, CA",162,"Oakland, CA" +441,254,159,"Long Beach, CA",159,"Long Beach, CA" +441,255,159,"Long Beach, CA",162,"Oakland, CA" +441,256,159,"Long Beach, CA",159,"Long Beach, CA" +441,257,159,"Long Beach, CA",268,"Seattle, WA" +441,258,159,"Long Beach, CA",268,"Seattle, WA" +441,259,159,"Long Beach, CA",269,"Longview, WA" +441,260,159,"Long Beach, CA",159,"Long Beach, CA" +441,261,162,"Oakland, CA",268,"Seattle, WA" +441,262,162,"Oakland, CA",268,"Seattle, WA" +441,263,268,"Seattle, WA",159,"Long Beach, CA" +441,264,159,"Long Beach, CA",159,"Long Beach, CA" +441,265,159,"Long Beach, CA",159,"Long Beach, CA" +441,266,159,"Long Beach, CA",159,"Long Beach, CA" +441,267,159,"Long Beach, CA",159,"Long Beach, CA" +441,268,162,"Oakland, CA",268,"Seattle, WA" +441,269,162,"Oakland, CA",162,"Oakland, CA" +441,270,159,"Long Beach, CA",268,"Seattle, WA" +441,271,239,"Portland, OR",159,"Long Beach, CA" +441,272,159,"Long Beach, CA",268,"Seattle, WA" +441,273,239,"Portland, OR",162,"Oakland, CA" +442,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,3,241,"Philadelphia, PA",241,"Philadelphia, PA" +442,4,198,"Baltimore, MD",198,"Baltimore, MD" +442,5,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,6,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,7,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +442,8,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,9,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,10,198,"Baltimore, MD",198,"Baltimore, MD" +442,11,244,"Providence, RI",244,"Providence, RI" +442,12,241,"Philadelphia, PA",241,"Philadelphia, PA" +442,13,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,14,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +442,15,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,16,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,17,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,18,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +442,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,20,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +442,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,22,241,"Philadelphia, PA",241,"Philadelphia, PA" +442,23,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,24,197,"Portland, ME",197,"Portland, ME" +442,25,241,"Philadelphia, PA",241,"Philadelphia, PA" +442,26,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,27,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +442,28,201,"Boston, MA",201,"Boston, MA" +442,29,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,30,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,31,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,32,241,"Philadelphia, PA",241,"Philadelphia, PA" +442,33,198,"Baltimore, MD",198,"Baltimore, MD" +442,34,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,35,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,36,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,37,241,"Philadelphia, PA",241,"Philadelphia, PA" +442,38,197,"Portland, ME",197,"Portland, ME" +442,39,198,"Baltimore, MD",198,"Baltimore, MD" +442,40,244,"Providence, RI",244,"Providence, RI" +442,41,197,"Portland, ME",197,"Portland, ME" +442,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,43,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,44,198,"Baltimore, MD",198,"Baltimore, MD" +442,45,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,46,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,47,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,48,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,49,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,50,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,51,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +442,52,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,53,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,54,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,55,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +442,56,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,57,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +442,58,241,"Philadelphia, PA",241,"Philadelphia, PA" +442,59,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,60,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,61,169,"Wilmington, DE",169,"Wilmington, DE" +442,62,198,"Baltimore, MD",198,"Baltimore, MD" +442,63,197,"Portland, ME",197,"Portland, ME" +442,64,197,"Portland, ME",197,"Portland, ME" +442,65,201,"Boston, MA",201,"Boston, MA" +442,66,198,"Baltimore, MD",198,"Baltimore, MD" +442,67,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +442,68,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +442,69,197,"Portland, ME",197,"Portland, ME" +442,70,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,73,197,"Portland, ME",197,"Portland, ME" +442,74,241,"Philadelphia, PA",241,"Philadelphia, PA" +442,75,244,"Providence, RI",244,"Providence, RI" +442,76,241,"Philadelphia, PA",241,"Philadelphia, PA" +442,77,198,"Baltimore, MD",198,"Baltimore, MD" +442,78,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,79,198,"Baltimore, MD",198,"Baltimore, MD" +442,80,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,81,244,"Providence, RI",244,"Providence, RI" +442,82,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +442,83,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,85,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,86,201,"Boston, MA",201,"Boston, MA" +442,87,197,"Portland, ME",197,"Portland, ME" +442,88,197,"Portland, ME",197,"Portland, ME" +442,89,197,"Portland, ME",197,"Portland, ME" +442,90,198,"Baltimore, MD",198,"Baltimore, MD" +442,91,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,92,197,"Portland, ME",197,"Portland, ME" +442,93,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,94,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +442,95,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,96,198,"Baltimore, MD",198,"Baltimore, MD" +442,97,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,98,241,"Philadelphia, PA",241,"Philadelphia, PA" +442,99,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,100,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,101,197,"Portland, ME",197,"Portland, ME" +442,102,169,"Wilmington, DE",169,"Wilmington, DE" +442,103,197,"Portland, ME",197,"Portland, ME" +442,104,198,"Baltimore, MD",198,"Baltimore, MD" +442,105,201,"Boston, MA",201,"Boston, MA" +442,106,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,107,197,"Portland, ME",197,"Portland, ME" +442,108,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,109,198,"Baltimore, MD",198,"Baltimore, MD" +442,110,241,"Philadelphia, PA",241,"Philadelphia, PA" +442,111,197,"Portland, ME",197,"Portland, ME" +442,112,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,113,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,114,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,115,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,116,241,"Philadelphia, PA",241,"Philadelphia, PA" +442,117,197,"Portland, ME",197,"Portland, ME" +442,118,241,"Philadelphia, PA",241,"Philadelphia, PA" +442,119,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,120,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,121,198,"Baltimore, MD",198,"Baltimore, MD" +442,122,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,123,241,"Philadelphia, PA",241,"Philadelphia, PA" +442,124,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,126,201,"Boston, MA",201,"Boston, MA" +442,127,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,128,241,"Philadelphia, PA",241,"Philadelphia, PA" +442,129,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,130,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,131,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,132,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,151,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +442,152,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +442,153,201,"Boston, MA",177,"Savannah, GA" +442,154,154,"Anchorage, AK",154,"Anchorage, AK" +442,155,197,"Portland, ME",208,"Pascagoula, MS" +442,156,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +442,157,197,"Portland, ME",217,"New York, NY and NJ" +442,158,265,"Norfolk Harbor, VA",245,"Charleston, SC" +442,159,201,"Boston, MA",265,"Norfolk Harbor, VA" +442,160,218,"Camden-Gloucester, NJ",201,"Boston, MA" +442,161,241,"Philadelphia, PA",201,"Boston, MA" +442,162,223,"New York, NY and NJ",217,"New York, NY and NJ" +442,163,244,"Providence, RI",177,"Savannah, GA" +442,164,223,"New York, NY and NJ",217,"New York, NY and NJ" +442,165,223,"New York, NY and NJ",197,"Portland, ME" +442,166,198,"Baltimore, MD",217,"New York, NY and NJ" +442,167,241,"Philadelphia, PA",217,"New York, NY and NJ" +442,168,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +442,169,201,"Boston, MA",217,"New York, NY and NJ" +442,170,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +442,171,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,172,223,"New York, NY and NJ",245,"Charleston, SC" +442,173,265,"Norfolk Harbor, VA",201,"Boston, MA" +442,174,217,"New York, NY and NJ",198,"Baltimore, MD" +442,175,229,"Wilmington, NC",223,"New York, NY and NJ" +442,176,217,"New York, NY and NJ",198,"Baltimore, MD" +442,177,197,"Portland, ME",229,"Wilmington, NC" +442,178,241,"Philadelphia, PA",177,"Savannah, GA" +442,179,179,"Honolulu, HI",179,"Honolulu, HI" +442,180,179,"Honolulu, HI",179,"Honolulu, HI" +442,181,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +442,183,197,"Portland, ME",223,"New York, NY and NJ" +442,184,244,"Providence, RI",197,"Portland, ME" +442,185,197,"Portland, ME",223,"New York, NY and NJ" +442,186,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +442,187,217,"New York, NY and NJ",223,"New York, NY and NJ" +442,188,217,"New York, NY and NJ",241,"Philadelphia, PA" +442,189,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +442,190,217,"New York, NY and NJ",241,"Philadelphia, PA" +442,191,229,"Wilmington, NC",198,"Baltimore, MD" +442,192,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +442,193,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +442,194,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +442,195,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +442,196,201,"Boston, MA",198,"Baltimore, MD" +442,197,169,"Wilmington, DE",201,"Boston, MA" +442,198,198,"Baltimore, MD",217,"New York, NY and NJ" +442,199,223,"New York, NY and NJ",241,"Philadelphia, PA" +442,200,201,"Boston, MA",223,"New York, NY and NJ" +442,201,217,"New York, NY and NJ",198,"Baltimore, MD" +442,202,223,"New York, NY and NJ",201,"Boston, MA" +442,203,198,"Baltimore, MD",217,"New York, NY and NJ" +442,204,223,"New York, NY and NJ",201,"Boston, MA" +442,205,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,206,241,"Philadelphia, PA",223,"New York, NY and NJ" +442,207,223,"New York, NY and NJ",244,"Providence, RI" +442,208,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +442,209,198,"Baltimore, MD",217,"New York, NY and NJ" +442,210,223,"New York, NY and NJ",244,"Providence, RI" +442,211,241,"Philadelphia, PA",244,"Providence, RI" +442,212,241,"Philadelphia, PA",223,"New York, NY and NJ" +442,213,241,"Philadelphia, PA",223,"New York, NY and NJ" +442,214,197,"Portland, ME",265,"Norfolk Harbor, VA" +442,215,217,"New York, NY and NJ",197,"Portland, ME" +442,216,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +442,217,223,"New York, NY and NJ",217,"New York, NY and NJ" +442,218,198,"Baltimore, MD",241,"Philadelphia, PA" +442,219,201,"Boston, MA",241,"Philadelphia, PA" +442,220,223,"New York, NY and NJ",217,"New York, NY and NJ" +442,221,217,"New York, NY and NJ",223,"New York, NY and NJ" +442,222,198,"Baltimore, MD",217,"New York, NY and NJ" +442,223,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,224,201,"Boston, MA",197,"Portland, ME" +442,225,169,"Wilmington, DE",244,"Providence, RI" +442,226,265,"Norfolk Harbor, VA",245,"Charleston, SC" +442,227,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +442,228,223,"New York, NY and NJ",217,"New York, NY and NJ" +442,229,217,"New York, NY and NJ",198,"Baltimore, MD" +442,230,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +442,231,201,"Boston, MA",198,"Baltimore, MD" +442,232,198,"Baltimore, MD",241,"Philadelphia, PA" +442,233,201,"Boston, MA",223,"New York, NY and NJ" +442,234,197,"Portland, ME",198,"Baltimore, MD" +442,235,223,"New York, NY and NJ",217,"New York, NY and NJ" +442,236,223,"New York, NY and NJ",177,"Savannah, GA" +442,237,201,"Boston, MA",201,"Boston, MA" +442,238,197,"Portland, ME",217,"New York, NY and NJ" +442,239,197,"Portland, ME",223,"New York, NY and NJ" +442,240,197,"Portland, ME",217,"New York, NY and NJ" +442,241,197,"Portland, ME",241,"Philadelphia, PA" +442,242,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +442,243,198,"Baltimore, MD",223,"New York, NY and NJ" +442,244,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,245,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +442,246,223,"New York, NY and NJ",244,"Providence, RI" +442,247,223,"New York, NY and NJ",244,"Providence, RI" +442,248,223,"New York, NY and NJ",241,"Philadelphia, PA" +442,249,223,"New York, NY and NJ",223,"New York, NY and NJ" +442,250,223,"New York, NY and NJ",217,"New York, NY and NJ" +442,251,197,"Portland, ME",265,"Norfolk Harbor, VA" +442,252,197,"Portland, ME",257,"Houston, TX" +442,253,223,"New York, NY and NJ",208,"Pascagoula, MS" +442,254,197,"Portland, ME",223,"New York, NY and NJ" +442,255,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +442,256,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,257,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +442,258,201,"Boston, MA",265,"Norfolk Harbor, VA" +442,259,223,"New York, NY and NJ",217,"New York, NY and NJ" +442,260,223,"New York, NY and NJ",198,"Baltimore, MD" +442,261,223,"New York, NY and NJ",198,"Baltimore, MD" +442,262,241,"Philadelphia, PA",217,"New York, NY and NJ" +442,263,223,"New York, NY and NJ",217,"New York, NY and NJ" +442,264,223,"New York, NY and NJ",217,"New York, NY and NJ" +442,265,217,"New York, NY and NJ",217,"New York, NY and NJ" +442,266,201,"Boston, MA",217,"New York, NY and NJ" +442,267,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +442,268,241,"Philadelphia, PA",241,"Philadelphia, PA" +442,269,198,"Baltimore, MD",217,"New York, NY and NJ" +442,270,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +442,271,197,"Portland, ME",218,"Camden-Gloucester, NJ" +442,272,244,"Providence, RI",218,"Camden-Gloucester, NJ" +442,273,198,"Baltimore, MD",223,"New York, NY and NJ" +443,1,217,"New York, NY and NJ",217,"New York, NY and NJ" +443,2,197,"Portland, ME",197,"Portland, ME" +443,3,198,"Baltimore, MD",198,"Baltimore, MD" +443,4,169,"Wilmington, DE",169,"Wilmington, DE" +443,5,223,"New York, NY and NJ",223,"New York, NY and NJ" +443,6,217,"New York, NY and NJ",217,"New York, NY and NJ" +443,7,177,"Savannah, GA",177,"Savannah, GA" +443,8,217,"New York, NY and NJ",217,"New York, NY and NJ" +443,9,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +443,10,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +443,11,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +443,12,217,"New York, NY and NJ",217,"New York, NY and NJ" +443,13,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +443,14,241,"Philadelphia, PA",241,"Philadelphia, PA" +443,15,177,"Savannah, GA",177,"Savannah, GA" +443,16,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +443,17,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +443,18,201,"Boston, MA",201,"Boston, MA" +443,19,223,"New York, NY and NJ",223,"New York, NY and NJ" +443,20,241,"Philadelphia, PA",241,"Philadelphia, PA" +443,21,241,"Philadelphia, PA",241,"Philadelphia, PA" +443,22,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +443,23,241,"Philadelphia, PA",241,"Philadelphia, PA" +443,24,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +443,25,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +443,26,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +443,27,217,"New York, NY and NJ",217,"New York, NY and NJ" +443,28,217,"New York, NY and NJ",217,"New York, NY and NJ" +443,29,198,"Baltimore, MD",198,"Baltimore, MD" +443,30,201,"Boston, MA",201,"Boston, MA" +443,31,198,"Baltimore, MD",198,"Baltimore, MD" +443,32,245,"Charleston, SC",245,"Charleston, SC" +443,33,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +443,34,241,"Philadelphia, PA",241,"Philadelphia, PA" +443,35,198,"Baltimore, MD",198,"Baltimore, MD" +443,36,223,"New York, NY and NJ",223,"New York, NY and NJ" +443,37,217,"New York, NY and NJ",217,"New York, NY and NJ" +443,38,223,"New York, NY and NJ",223,"New York, NY and NJ" +443,39,201,"Boston, MA",201,"Boston, MA" +443,40,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +443,41,217,"New York, NY and NJ",217,"New York, NY and NJ" +443,42,198,"Baltimore, MD",198,"Baltimore, MD" +443,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +443,44,201,"Boston, MA",201,"Boston, MA" +443,45,198,"Baltimore, MD",198,"Baltimore, MD" +443,46,223,"New York, NY and NJ",223,"New York, NY and NJ" +443,47,217,"New York, NY and NJ",217,"New York, NY and NJ" +443,48,241,"Philadelphia, PA",241,"Philadelphia, PA" +443,49,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +443,50,201,"Boston, MA",201,"Boston, MA" +443,51,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +443,52,198,"Baltimore, MD",198,"Baltimore, MD" +443,53,223,"New York, NY and NJ",223,"New York, NY and NJ" +443,54,201,"Boston, MA",201,"Boston, MA" +443,55,217,"New York, NY and NJ",217,"New York, NY and NJ" +443,56,217,"New York, NY and NJ",217,"New York, NY and NJ" +443,57,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +443,58,245,"Charleston, SC",245,"Charleston, SC" +443,59,223,"New York, NY and NJ",223,"New York, NY and NJ" +443,60,241,"Philadelphia, PA",241,"Philadelphia, PA" +443,61,223,"New York, NY and NJ",223,"New York, NY and NJ" +443,62,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +443,63,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +443,64,197,"Portland, ME",197,"Portland, ME" +443,65,217,"New York, NY and NJ",217,"New York, NY and NJ" +443,66,223,"New York, NY and NJ",223,"New York, NY and NJ" +443,67,241,"Philadelphia, PA",241,"Philadelphia, PA" +443,68,217,"New York, NY and NJ",217,"New York, NY and NJ" +443,69,223,"New York, NY and NJ",223,"New York, NY and NJ" +443,70,198,"Baltimore, MD",198,"Baltimore, MD" +443,71,197,"Portland, ME",197,"Portland, ME" +443,72,169,"Wilmington, DE",169,"Wilmington, DE" +443,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +443,74,201,"Boston, MA",201,"Boston, MA" +443,75,201,"Boston, MA",201,"Boston, MA" +443,76,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +443,77,217,"New York, NY and NJ",217,"New York, NY and NJ" +443,78,197,"Portland, ME",197,"Portland, ME" +443,79,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +443,80,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +443,81,198,"Baltimore, MD",198,"Baltimore, MD" +443,82,217,"New York, NY and NJ",217,"New York, NY and NJ" +443,83,217,"New York, NY and NJ",217,"New York, NY and NJ" +443,84,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +443,85,223,"New York, NY and NJ",223,"New York, NY and NJ" +443,86,217,"New York, NY and NJ",217,"New York, NY and NJ" +443,87,198,"Baltimore, MD",198,"Baltimore, MD" +443,88,217,"New York, NY and NJ",217,"New York, NY and NJ" +443,89,223,"New York, NY and NJ",223,"New York, NY and NJ" +443,90,217,"New York, NY and NJ",217,"New York, NY and NJ" +443,91,217,"New York, NY and NJ",217,"New York, NY and NJ" +443,92,198,"Baltimore, MD",198,"Baltimore, MD" +443,93,201,"Boston, MA",201,"Boston, MA" +443,94,223,"New York, NY and NJ",223,"New York, NY and NJ" +443,95,197,"Portland, ME",197,"Portland, ME" +443,96,223,"New York, NY and NJ",223,"New York, NY and NJ" +443,97,217,"New York, NY and NJ",217,"New York, NY and NJ" +443,98,223,"New York, NY and NJ",223,"New York, NY and NJ" +443,99,217,"New York, NY and NJ",217,"New York, NY and NJ" +443,100,198,"Baltimore, MD",198,"Baltimore, MD" +443,101,198,"Baltimore, MD",198,"Baltimore, MD" +443,102,217,"New York, NY and NJ",217,"New York, NY and NJ" +443,103,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +443,104,198,"Baltimore, MD",198,"Baltimore, MD" +443,105,197,"Portland, ME",197,"Portland, ME" +443,106,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +443,107,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +443,108,223,"New York, NY and NJ",223,"New York, NY and NJ" +443,109,197,"Portland, ME",197,"Portland, ME" +443,110,223,"New York, NY and NJ",223,"New York, NY and NJ" +443,111,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +443,112,201,"Boston, MA",201,"Boston, MA" +443,113,177,"Savannah, GA",177,"Savannah, GA" +443,114,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +443,115,197,"Portland, ME",197,"Portland, ME" +443,116,223,"New York, NY and NJ",223,"New York, NY and NJ" +443,117,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +443,118,241,"Philadelphia, PA",241,"Philadelphia, PA" +443,119,198,"Baltimore, MD",198,"Baltimore, MD" +443,120,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +443,121,223,"New York, NY and NJ",223,"New York, NY and NJ" +443,122,197,"Portland, ME",197,"Portland, ME" +443,123,241,"Philadelphia, PA",241,"Philadelphia, PA" +443,124,241,"Philadelphia, PA",241,"Philadelphia, PA" +443,125,201,"Boston, MA",201,"Boston, MA" +443,126,198,"Baltimore, MD",198,"Baltimore, MD" +443,127,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +443,128,217,"New York, NY and NJ",217,"New York, NY and NJ" +443,129,217,"New York, NY and NJ",217,"New York, NY and NJ" +443,130,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +443,131,244,"Providence, RI",244,"Providence, RI" +443,132,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +443,151,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +443,152,223,"New York, NY and NJ",201,"Boston, MA" +443,153,245,"Charleston, SC",217,"New York, NY and NJ" +443,154,154,"Anchorage, AK",154,"Anchorage, AK" +443,155,177,"Savannah, GA",265,"Norfolk Harbor, VA" +443,156,177,"Savannah, GA",201,"Boston, MA" +443,157,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +443,158,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +443,159,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +443,160,223,"New York, NY and NJ",229,"Wilmington, NC" +443,161,223,"New York, NY and NJ",217,"New York, NY and NJ" +443,162,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +443,163,223,"New York, NY and NJ",257,"Houston, TX" +443,164,201,"Boston, MA",218,"Camden-Gloucester, NJ" +443,165,245,"Charleston, SC",217,"New York, NY and NJ" +443,166,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +443,167,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +443,168,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +443,169,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +443,170,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +443,171,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +443,172,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +443,173,217,"New York, NY and NJ",172,"Port Everglades, FL" +443,174,245,"Charleston, SC",198,"Baltimore, MD" +443,175,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +443,176,217,"New York, NY and NJ",223,"New York, NY and NJ" +443,177,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +443,178,198,"Baltimore, MD",177,"Savannah, GA" +443,179,179,"Honolulu, HI",179,"Honolulu, HI" +443,180,179,"Honolulu, HI",179,"Honolulu, HI" +443,181,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +443,183,201,"Boston, MA",265,"Norfolk Harbor, VA" +443,184,241,"Philadelphia, PA",223,"New York, NY and NJ" +443,185,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +443,186,197,"Portland, ME",241,"Philadelphia, PA" +443,187,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +443,188,245,"Charleston, SC",198,"Baltimore, MD" +443,189,198,"Baltimore, MD",201,"Boston, MA" +443,190,198,"Baltimore, MD",223,"New York, NY and NJ" +443,191,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +443,192,223,"New York, NY and NJ",223,"New York, NY and NJ" +443,193,223,"New York, NY and NJ",171,"Jacksonville, FL" +443,194,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +443,195,241,"Philadelphia, PA",217,"New York, NY and NJ" +443,196,265,"Norfolk Harbor, VA",177,"Savannah, GA" +443,197,217,"New York, NY and NJ",223,"New York, NY and NJ" +443,198,197,"Portland, ME",217,"New York, NY and NJ" +443,199,241,"Philadelphia, PA",223,"New York, NY and NJ" +443,200,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +443,201,241,"Philadelphia, PA",197,"Portland, ME" +443,202,223,"New York, NY and NJ",229,"Wilmington, NC" +443,203,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +443,204,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +443,205,244,"Providence, RI",197,"Portland, ME" +443,206,198,"Baltimore, MD",169,"Wilmington, DE" +443,207,265,"Norfolk Harbor, VA",201,"Boston, MA" +443,208,177,"Savannah, GA",195,"New Orleans, LA" +443,209,245,"Charleston, SC",217,"New York, NY and NJ" +443,210,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +443,211,198,"Baltimore, MD",198,"Baltimore, MD" +443,212,197,"Portland, ME",217,"New York, NY and NJ" +443,213,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +443,214,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +443,215,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +443,216,217,"New York, NY and NJ",201,"Boston, MA" +443,217,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +443,218,217,"New York, NY and NJ",169,"Wilmington, DE" +443,219,241,"Philadelphia, PA",223,"New York, NY and NJ" +443,220,197,"Portland, ME",265,"Norfolk Harbor, VA" +443,221,198,"Baltimore, MD",217,"New York, NY and NJ" +443,222,223,"New York, NY and NJ",223,"New York, NY and NJ" +443,223,217,"New York, NY and NJ",223,"New York, NY and NJ" +443,224,201,"Boston, MA",217,"New York, NY and NJ" +443,225,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +443,226,241,"Philadelphia, PA",198,"Baltimore, MD" +443,227,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +443,228,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +443,229,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +443,230,241,"Philadelphia, PA",244,"Providence, RI" +443,231,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +443,232,197,"Portland, ME",218,"Camden-Gloucester, NJ" +443,233,241,"Philadelphia, PA",197,"Portland, ME" +443,234,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +443,235,198,"Baltimore, MD",201,"Boston, MA" +443,236,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +443,237,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +443,238,223,"New York, NY and NJ",223,"New York, NY and NJ" +443,239,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +443,240,197,"Portland, ME",198,"Baltimore, MD" +443,241,241,"Philadelphia, PA",198,"Baltimore, MD" +443,242,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +443,243,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +443,244,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +443,245,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +443,246,198,"Baltimore, MD",217,"New York, NY and NJ" +443,247,241,"Philadelphia, PA",223,"New York, NY and NJ" +443,248,198,"Baltimore, MD",241,"Philadelphia, PA" +443,249,241,"Philadelphia, PA",198,"Baltimore, MD" +443,250,223,"New York, NY and NJ",223,"New York, NY and NJ" +443,251,223,"New York, NY and NJ",223,"New York, NY and NJ" +443,252,223,"New York, NY and NJ",245,"Charleston, SC" +443,253,241,"Philadelphia, PA",245,"Charleston, SC" +443,254,223,"New York, NY and NJ",171,"Jacksonville, FL" +443,255,217,"New York, NY and NJ",208,"Pascagoula, MS" +443,256,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +443,257,229,"Wilmington, NC",257,"Houston, TX" +443,258,265,"Norfolk Harbor, VA",177,"Savannah, GA" +443,259,229,"Wilmington, NC",253,"Beaumont, TX" +443,260,217,"New York, NY and NJ",177,"Savannah, GA" +443,261,201,"Boston, MA",223,"New York, NY and NJ" +443,262,201,"Boston, MA",265,"Norfolk Harbor, VA" +443,263,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +443,264,244,"Providence, RI",217,"New York, NY and NJ" +443,265,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +443,266,197,"Portland, ME",241,"Philadelphia, PA" +443,267,223,"New York, NY and NJ",241,"Philadelphia, PA" +443,268,217,"New York, NY and NJ",217,"New York, NY and NJ" +443,269,265,"Norfolk Harbor, VA",201,"Boston, MA" +443,270,201,"Boston, MA",201,"Boston, MA" +443,271,241,"Philadelphia, PA",241,"Philadelphia, PA" +443,272,223,"New York, NY and NJ",198,"Baltimore, MD" +443,273,201,"Boston, MA",198,"Baltimore, MD" +444,1,159,"Long Beach, CA",159,"Long Beach, CA" +444,2,159,"Long Beach, CA",159,"Long Beach, CA" +444,3,159,"Long Beach, CA",159,"Long Beach, CA" +444,4,159,"Long Beach, CA",159,"Long Beach, CA" +444,5,268,"Seattle, WA",268,"Seattle, WA" +444,6,269,"Longview, WA",269,"Longview, WA" +444,7,159,"Long Beach, CA",159,"Long Beach, CA" +444,8,268,"Seattle, WA",268,"Seattle, WA" +444,9,268,"Seattle, WA",268,"Seattle, WA" +444,10,159,"Long Beach, CA",159,"Long Beach, CA" +444,11,159,"Long Beach, CA",159,"Long Beach, CA" +444,12,159,"Long Beach, CA",159,"Long Beach, CA" +444,13,239,"Portland, OR",239,"Portland, OR" +444,14,159,"Long Beach, CA",159,"Long Beach, CA" +444,15,159,"Long Beach, CA",159,"Long Beach, CA" +444,16,159,"Long Beach, CA",159,"Long Beach, CA" +444,17,159,"Long Beach, CA",159,"Long Beach, CA" +444,18,159,"Long Beach, CA",159,"Long Beach, CA" +444,19,269,"Longview, WA",269,"Longview, WA" +444,20,239,"Portland, OR",239,"Portland, OR" +444,21,159,"Long Beach, CA",159,"Long Beach, CA" +444,22,171,"Jacksonville, FL",171,"Jacksonville, FL" +444,23,268,"Seattle, WA",268,"Seattle, WA" +444,24,268,"Seattle, WA",268,"Seattle, WA" +444,25,159,"Long Beach, CA",159,"Long Beach, CA" +444,26,159,"Long Beach, CA",159,"Long Beach, CA" +444,27,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +444,28,159,"Long Beach, CA",159,"Long Beach, CA" +444,29,268,"Seattle, WA",268,"Seattle, WA" +444,30,159,"Long Beach, CA",159,"Long Beach, CA" +444,31,159,"Long Beach, CA",159,"Long Beach, CA" +444,32,159,"Long Beach, CA",159,"Long Beach, CA" +444,33,159,"Long Beach, CA",159,"Long Beach, CA" +444,34,269,"Longview, WA",269,"Longview, WA" +444,35,268,"Seattle, WA",268,"Seattle, WA" +444,36,159,"Long Beach, CA",159,"Long Beach, CA" +444,37,239,"Portland, OR",239,"Portland, OR" +444,38,268,"Seattle, WA",268,"Seattle, WA" +444,39,268,"Seattle, WA",268,"Seattle, WA" +444,40,268,"Seattle, WA",268,"Seattle, WA" +444,41,268,"Seattle, WA",268,"Seattle, WA" +444,42,268,"Seattle, WA",268,"Seattle, WA" +444,43,159,"Long Beach, CA",159,"Long Beach, CA" +444,44,159,"Long Beach, CA",159,"Long Beach, CA" +444,45,162,"Oakland, CA",162,"Oakland, CA" +444,46,159,"Long Beach, CA",159,"Long Beach, CA" +444,47,269,"Longview, WA",269,"Longview, WA" +444,48,159,"Long Beach, CA",159,"Long Beach, CA" +444,49,162,"Oakland, CA",162,"Oakland, CA" +444,50,177,"Savannah, GA",177,"Savannah, GA" +444,51,159,"Long Beach, CA",159,"Long Beach, CA" +444,52,159,"Long Beach, CA",159,"Long Beach, CA" +444,53,159,"Long Beach, CA",159,"Long Beach, CA" +444,54,159,"Long Beach, CA",159,"Long Beach, CA" +444,55,162,"Oakland, CA",162,"Oakland, CA" +444,56,159,"Long Beach, CA",159,"Long Beach, CA" +444,57,159,"Long Beach, CA",159,"Long Beach, CA" +444,58,268,"Seattle, WA",268,"Seattle, WA" +444,59,268,"Seattle, WA",268,"Seattle, WA" +444,60,159,"Long Beach, CA",159,"Long Beach, CA" +444,61,162,"Oakland, CA",162,"Oakland, CA" +444,62,177,"Savannah, GA",177,"Savannah, GA" +444,63,159,"Long Beach, CA",159,"Long Beach, CA" +444,64,159,"Long Beach, CA",159,"Long Beach, CA" +444,65,159,"Long Beach, CA",159,"Long Beach, CA" +444,66,159,"Long Beach, CA",159,"Long Beach, CA" +444,67,162,"Oakland, CA",162,"Oakland, CA" +444,68,268,"Seattle, WA",268,"Seattle, WA" +444,69,269,"Longview, WA",269,"Longview, WA" +444,70,268,"Seattle, WA",268,"Seattle, WA" +444,71,159,"Long Beach, CA",159,"Long Beach, CA" +444,72,162,"Oakland, CA",162,"Oakland, CA" +444,73,159,"Long Beach, CA",159,"Long Beach, CA" +444,74,159,"Long Beach, CA",159,"Long Beach, CA" +444,75,268,"Seattle, WA",268,"Seattle, WA" +444,76,268,"Seattle, WA",268,"Seattle, WA" +444,77,239,"Portland, OR",239,"Portland, OR" +444,78,269,"Longview, WA",269,"Longview, WA" +444,79,162,"Oakland, CA",162,"Oakland, CA" +444,80,162,"Oakland, CA",162,"Oakland, CA" +444,81,239,"Portland, OR",239,"Portland, OR" +444,82,159,"Long Beach, CA",159,"Long Beach, CA" +444,83,162,"Oakland, CA",162,"Oakland, CA" +444,84,268,"Seattle, WA",268,"Seattle, WA" +444,85,195,"New Orleans, LA",195,"New Orleans, LA" +444,86,268,"Seattle, WA",268,"Seattle, WA" +444,87,239,"Portland, OR",239,"Portland, OR" +444,88,268,"Seattle, WA",268,"Seattle, WA" +444,89,159,"Long Beach, CA",159,"Long Beach, CA" +444,90,159,"Long Beach, CA",159,"Long Beach, CA" +444,91,162,"Oakland, CA",162,"Oakland, CA" +444,92,162,"Oakland, CA",162,"Oakland, CA" +444,93,159,"Long Beach, CA",159,"Long Beach, CA" +444,94,159,"Long Beach, CA",159,"Long Beach, CA" +444,95,269,"Longview, WA",269,"Longview, WA" +444,96,239,"Portland, OR",239,"Portland, OR" +444,97,159,"Long Beach, CA",159,"Long Beach, CA" +444,98,159,"Long Beach, CA",159,"Long Beach, CA" +444,99,159,"Long Beach, CA",159,"Long Beach, CA" +444,100,159,"Long Beach, CA",159,"Long Beach, CA" +444,101,268,"Seattle, WA",268,"Seattle, WA" +444,102,159,"Long Beach, CA",159,"Long Beach, CA" +444,103,159,"Long Beach, CA",159,"Long Beach, CA" +444,104,159,"Long Beach, CA",159,"Long Beach, CA" +444,105,159,"Long Beach, CA",159,"Long Beach, CA" +444,106,268,"Seattle, WA",268,"Seattle, WA" +444,107,268,"Seattle, WA",268,"Seattle, WA" +444,108,162,"Oakland, CA",162,"Oakland, CA" +444,109,159,"Long Beach, CA",159,"Long Beach, CA" +444,110,159,"Long Beach, CA",159,"Long Beach, CA" +444,111,269,"Longview, WA",269,"Longview, WA" +444,112,268,"Seattle, WA",268,"Seattle, WA" +444,113,162,"Oakland, CA",162,"Oakland, CA" +444,114,159,"Long Beach, CA",159,"Long Beach, CA" +444,115,159,"Long Beach, CA",159,"Long Beach, CA" +444,116,239,"Portland, OR",239,"Portland, OR" +444,117,268,"Seattle, WA",268,"Seattle, WA" +444,118,162,"Oakland, CA",162,"Oakland, CA" +444,119,159,"Long Beach, CA",159,"Long Beach, CA" +444,120,268,"Seattle, WA",268,"Seattle, WA" +444,121,159,"Long Beach, CA",159,"Long Beach, CA" +444,122,159,"Long Beach, CA",159,"Long Beach, CA" +444,123,159,"Long Beach, CA",159,"Long Beach, CA" +444,124,269,"Longview, WA",269,"Longview, WA" +444,125,239,"Portland, OR",239,"Portland, OR" +444,126,159,"Long Beach, CA",159,"Long Beach, CA" +444,127,159,"Long Beach, CA",159,"Long Beach, CA" +444,128,239,"Portland, OR",239,"Portland, OR" +444,129,162,"Oakland, CA",162,"Oakland, CA" +444,130,159,"Long Beach, CA",159,"Long Beach, CA" +444,131,159,"Long Beach, CA",159,"Long Beach, CA" +444,132,159,"Long Beach, CA",159,"Long Beach, CA" +444,151,159,"Long Beach, CA",159,"Long Beach, CA" +444,152,159,"Long Beach, CA",195,"New Orleans, LA" +444,153,208,"Pascagoula, MS",195,"New Orleans, LA" +444,154,154,"Anchorage, AK",154,"Anchorage, AK" +444,155,159,"Long Beach, CA",159,"Long Beach, CA" +444,156,162,"Oakland, CA",269,"Longview, WA" +444,157,162,"Oakland, CA",268,"Seattle, WA" +444,158,159,"Long Beach, CA",268,"Seattle, WA" +444,159,159,"Long Beach, CA",159,"Long Beach, CA" +444,160,159,"Long Beach, CA",269,"Longview, WA" +444,161,159,"Long Beach, CA",162,"Oakland, CA" +444,162,159,"Long Beach, CA",159,"Long Beach, CA" +444,163,268,"Seattle, WA",159,"Long Beach, CA" +444,164,159,"Long Beach, CA",268,"Seattle, WA" +444,165,159,"Long Beach, CA",159,"Long Beach, CA" +444,166,159,"Long Beach, CA",268,"Seattle, WA" +444,167,162,"Oakland, CA",198,"Baltimore, MD" +444,168,159,"Long Beach, CA",269,"Longview, WA" +444,169,269,"Longview, WA",162,"Oakland, CA" +444,170,159,"Long Beach, CA",268,"Seattle, WA" +444,171,159,"Long Beach, CA",171,"Jacksonville, FL" +444,172,268,"Seattle, WA",172,"Port Everglades, FL" +444,173,159,"Long Beach, CA",174,"Tampa, FL" +444,174,268,"Seattle, WA",162,"Oakland, CA" +444,175,159,"Long Beach, CA",195,"New Orleans, LA" +444,176,239,"Portland, OR",162,"Oakland, CA" +444,177,268,"Seattle, WA",239,"Portland, OR" +444,178,268,"Seattle, WA",239,"Portland, OR" +444,179,179,"Honolulu, HI",179,"Honolulu, HI" +444,180,179,"Honolulu, HI",179,"Honolulu, HI" +444,181,269,"Longview, WA",159,"Long Beach, CA" +444,183,268,"Seattle, WA",268,"Seattle, WA" +444,184,159,"Long Beach, CA",269,"Longview, WA" +444,185,268,"Seattle, WA",239,"Portland, OR" +444,186,269,"Longview, WA",268,"Seattle, WA" +444,187,239,"Portland, OR",152,"Mobile, AL" +444,188,162,"Oakland, CA",162,"Oakland, CA" +444,189,268,"Seattle, WA",159,"Long Beach, CA" +444,190,159,"Long Beach, CA",268,"Seattle, WA" +444,191,162,"Oakland, CA",162,"Oakland, CA" +444,192,159,"Long Beach, CA",172,"Port Everglades, FL" +444,193,159,"Long Beach, CA",162,"Oakland, CA" +444,194,162,"Oakland, CA",195,"New Orleans, LA" +444,195,162,"Oakland, CA",195,"New Orleans, LA" +444,196,162,"Oakland, CA",159,"Long Beach, CA" +444,197,159,"Long Beach, CA",268,"Seattle, WA" +444,198,239,"Portland, OR",268,"Seattle, WA" +444,199,159,"Long Beach, CA",159,"Long Beach, CA" +444,200,159,"Long Beach, CA",268,"Seattle, WA" +444,201,268,"Seattle, WA",239,"Portland, OR" +444,202,268,"Seattle, WA",159,"Long Beach, CA" +444,203,268,"Seattle, WA",177,"Savannah, GA" +444,204,159,"Long Beach, CA",268,"Seattle, WA" +444,205,268,"Seattle, WA",162,"Oakland, CA" +444,206,159,"Long Beach, CA",159,"Long Beach, CA" +444,207,159,"Long Beach, CA",159,"Long Beach, CA" +444,208,268,"Seattle, WA",257,"Houston, TX" +444,209,159,"Long Beach, CA",257,"Houston, TX" +444,210,159,"Long Beach, CA",195,"New Orleans, LA" +444,211,159,"Long Beach, CA",239,"Portland, OR" +444,212,159,"Long Beach, CA",159,"Long Beach, CA" +444,213,159,"Long Beach, CA",268,"Seattle, WA" +444,214,159,"Long Beach, CA",268,"Seattle, WA" +444,215,159,"Long Beach, CA",162,"Oakland, CA" +444,216,159,"Long Beach, CA",162,"Oakland, CA" +444,217,159,"Long Beach, CA",177,"Savannah, GA" +444,218,159,"Long Beach, CA",239,"Portland, OR" +444,219,268,"Seattle, WA",268,"Seattle, WA" +444,220,239,"Portland, OR",162,"Oakland, CA" +444,221,159,"Long Beach, CA",217,"New York, NY and NJ" +444,222,159,"Long Beach, CA",239,"Portland, OR" +444,223,268,"Seattle, WA",159,"Long Beach, CA" +444,224,162,"Oakland, CA",268,"Seattle, WA" +444,225,159,"Long Beach, CA",159,"Long Beach, CA" +444,226,159,"Long Beach, CA",268,"Seattle, WA" +444,227,159,"Long Beach, CA",159,"Long Beach, CA" +444,228,159,"Long Beach, CA",195,"New Orleans, LA" +444,229,268,"Seattle, WA",159,"Long Beach, CA" +444,230,159,"Long Beach, CA",159,"Long Beach, CA" +444,231,159,"Long Beach, CA",268,"Seattle, WA" +444,232,268,"Seattle, WA",269,"Longview, WA" +444,233,162,"Oakland, CA",159,"Long Beach, CA" +444,234,239,"Portland, OR",159,"Long Beach, CA" +444,235,268,"Seattle, WA",162,"Oakland, CA" +444,236,269,"Longview, WA",195,"New Orleans, LA" +444,237,268,"Seattle, WA",268,"Seattle, WA" +444,238,268,"Seattle, WA",162,"Oakland, CA" +444,239,159,"Long Beach, CA",268,"Seattle, WA" +444,240,159,"Long Beach, CA",159,"Long Beach, CA" +444,241,268,"Seattle, WA",217,"New York, NY and NJ" +444,242,159,"Long Beach, CA",172,"Port Everglades, FL" +444,243,268,"Seattle, WA",268,"Seattle, WA" +444,244,159,"Long Beach, CA",177,"Savannah, GA" +444,245,269,"Longview, WA",268,"Seattle, WA" +444,246,159,"Long Beach, CA",268,"Seattle, WA" +444,247,268,"Seattle, WA",195,"New Orleans, LA" +444,248,159,"Long Beach, CA",152,"Mobile, AL" +444,249,268,"Seattle, WA",268,"Seattle, WA" +444,250,269,"Longview, WA",174,"Tampa, FL" +444,251,162,"Oakland, CA",159,"Long Beach, CA" +444,252,159,"Long Beach, CA",159,"Long Beach, CA" +444,253,239,"Portland, OR",159,"Long Beach, CA" +444,254,239,"Portland, OR",171,"Jacksonville, FL" +444,255,159,"Long Beach, CA",159,"Long Beach, CA" +444,256,159,"Long Beach, CA",159,"Long Beach, CA" +444,257,159,"Long Beach, CA",195,"New Orleans, LA" +444,258,268,"Seattle, WA",159,"Long Beach, CA" +444,259,159,"Long Beach, CA",268,"Seattle, WA" +444,260,159,"Long Beach, CA",268,"Seattle, WA" +444,261,268,"Seattle, WA",239,"Portland, OR" +444,262,268,"Seattle, WA",159,"Long Beach, CA" +444,263,239,"Portland, OR",223,"New York, NY and NJ" +444,264,268,"Seattle, WA",265,"Norfolk Harbor, VA" +444,265,245,"Charleston, SC",171,"Jacksonville, FL" +444,266,159,"Long Beach, CA",269,"Longview, WA" +444,267,239,"Portland, OR",245,"Charleston, SC" +444,268,162,"Oakland, CA",239,"Portland, OR" +444,269,159,"Long Beach, CA",159,"Long Beach, CA" +444,270,162,"Oakland, CA",229,"Wilmington, NC" +444,271,162,"Oakland, CA",159,"Long Beach, CA" +444,272,268,"Seattle, WA",159,"Long Beach, CA" +444,273,162,"Oakland, CA",268,"Seattle, WA" +445,1,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +445,2,241,"Philadelphia, PA",241,"Philadelphia, PA" +445,3,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +445,4,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +445,5,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +445,6,197,"Portland, ME",197,"Portland, ME" +445,7,241,"Philadelphia, PA",241,"Philadelphia, PA" +445,8,198,"Baltimore, MD",198,"Baltimore, MD" +445,9,217,"New York, NY and NJ",217,"New York, NY and NJ" +445,10,217,"New York, NY and NJ",217,"New York, NY and NJ" +445,11,223,"New York, NY and NJ",223,"New York, NY and NJ" +445,12,217,"New York, NY and NJ",217,"New York, NY and NJ" +445,13,198,"Baltimore, MD",198,"Baltimore, MD" +445,14,217,"New York, NY and NJ",217,"New York, NY and NJ" +445,15,201,"Boston, MA",201,"Boston, MA" +445,16,197,"Portland, ME",197,"Portland, ME" +445,17,198,"Baltimore, MD",198,"Baltimore, MD" +445,18,217,"New York, NY and NJ",217,"New York, NY and NJ" +445,19,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +445,20,244,"Providence, RI",244,"Providence, RI" +445,21,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +445,22,198,"Baltimore, MD",198,"Baltimore, MD" +445,23,201,"Boston, MA",201,"Boston, MA" +445,24,197,"Portland, ME",197,"Portland, ME" +445,25,223,"New York, NY and NJ",223,"New York, NY and NJ" +445,26,217,"New York, NY and NJ",217,"New York, NY and NJ" +445,27,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +445,28,241,"Philadelphia, PA",241,"Philadelphia, PA" +445,29,201,"Boston, MA",201,"Boston, MA" +445,30,217,"New York, NY and NJ",217,"New York, NY and NJ" +445,31,198,"Baltimore, MD",198,"Baltimore, MD" +445,32,201,"Boston, MA",201,"Boston, MA" +445,33,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +445,34,244,"Providence, RI",244,"Providence, RI" +445,35,241,"Philadelphia, PA",241,"Philadelphia, PA" +445,36,241,"Philadelphia, PA",241,"Philadelphia, PA" +445,37,241,"Philadelphia, PA",241,"Philadelphia, PA" +445,38,217,"New York, NY and NJ",217,"New York, NY and NJ" +445,39,217,"New York, NY and NJ",217,"New York, NY and NJ" +445,40,223,"New York, NY and NJ",223,"New York, NY and NJ" +445,41,217,"New York, NY and NJ",217,"New York, NY and NJ" +445,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +445,43,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +445,44,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +445,45,217,"New York, NY and NJ",217,"New York, NY and NJ" +445,46,198,"Baltimore, MD",198,"Baltimore, MD" +445,47,197,"Portland, ME",197,"Portland, ME" +445,48,197,"Portland, ME",197,"Portland, ME" +445,49,241,"Philadelphia, PA",241,"Philadelphia, PA" +445,50,217,"New York, NY and NJ",217,"New York, NY and NJ" +445,51,201,"Boston, MA",201,"Boston, MA" +445,52,198,"Baltimore, MD",198,"Baltimore, MD" +445,53,198,"Baltimore, MD",198,"Baltimore, MD" +445,54,217,"New York, NY and NJ",217,"New York, NY and NJ" +445,55,217,"New York, NY and NJ",217,"New York, NY and NJ" +445,56,198,"Baltimore, MD",198,"Baltimore, MD" +445,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +445,58,244,"Providence, RI",244,"Providence, RI" +445,59,223,"New York, NY and NJ",223,"New York, NY and NJ" +445,60,197,"Portland, ME",197,"Portland, ME" +445,61,241,"Philadelphia, PA",241,"Philadelphia, PA" +445,62,197,"Portland, ME",197,"Portland, ME" +445,63,223,"New York, NY and NJ",223,"New York, NY and NJ" +445,64,201,"Boston, MA",201,"Boston, MA" +445,65,241,"Philadelphia, PA",241,"Philadelphia, PA" +445,66,198,"Baltimore, MD",198,"Baltimore, MD" +445,67,229,"Wilmington, NC",229,"Wilmington, NC" +445,68,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +445,69,201,"Boston, MA",201,"Boston, MA" +445,70,197,"Portland, ME",197,"Portland, ME" +445,71,177,"Savannah, GA",177,"Savannah, GA" +445,72,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +445,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +445,74,201,"Boston, MA",201,"Boston, MA" +445,75,217,"New York, NY and NJ",217,"New York, NY and NJ" +445,76,198,"Baltimore, MD",198,"Baltimore, MD" +445,77,241,"Philadelphia, PA",241,"Philadelphia, PA" +445,78,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +445,79,241,"Philadelphia, PA",241,"Philadelphia, PA" +445,80,223,"New York, NY and NJ",223,"New York, NY and NJ" +445,81,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +445,82,197,"Portland, ME",197,"Portland, ME" +445,83,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +445,84,197,"Portland, ME",197,"Portland, ME" +445,85,198,"Baltimore, MD",198,"Baltimore, MD" +445,86,223,"New York, NY and NJ",223,"New York, NY and NJ" +445,87,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +445,88,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +445,89,201,"Boston, MA",201,"Boston, MA" +445,90,177,"Savannah, GA",177,"Savannah, GA" +445,91,217,"New York, NY and NJ",217,"New York, NY and NJ" +445,92,198,"Baltimore, MD",198,"Baltimore, MD" +445,93,198,"Baltimore, MD",198,"Baltimore, MD" +445,94,244,"Providence, RI",244,"Providence, RI" +445,95,223,"New York, NY and NJ",223,"New York, NY and NJ" +445,96,223,"New York, NY and NJ",223,"New York, NY and NJ" +445,97,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +445,98,198,"Baltimore, MD",198,"Baltimore, MD" +445,99,198,"Baltimore, MD",198,"Baltimore, MD" +445,100,217,"New York, NY and NJ",217,"New York, NY and NJ" +445,101,217,"New York, NY and NJ",217,"New York, NY and NJ" +445,102,244,"Providence, RI",244,"Providence, RI" +445,103,198,"Baltimore, MD",198,"Baltimore, MD" +445,104,229,"Wilmington, NC",229,"Wilmington, NC" +445,105,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +445,106,198,"Baltimore, MD",198,"Baltimore, MD" +445,107,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +445,108,241,"Philadelphia, PA",241,"Philadelphia, PA" +445,109,223,"New York, NY and NJ",223,"New York, NY and NJ" +445,110,217,"New York, NY and NJ",217,"New York, NY and NJ" +445,111,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +445,112,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +445,113,241,"Philadelphia, PA",241,"Philadelphia, PA" +445,114,198,"Baltimore, MD",198,"Baltimore, MD" +445,115,241,"Philadelphia, PA",241,"Philadelphia, PA" +445,116,197,"Portland, ME",197,"Portland, ME" +445,117,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +445,118,198,"Baltimore, MD",198,"Baltimore, MD" +445,119,201,"Boston, MA",201,"Boston, MA" +445,120,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +445,121,223,"New York, NY and NJ",223,"New York, NY and NJ" +445,122,201,"Boston, MA",201,"Boston, MA" +445,123,201,"Boston, MA",201,"Boston, MA" +445,124,223,"New York, NY and NJ",223,"New York, NY and NJ" +445,125,201,"Boston, MA",201,"Boston, MA" +445,126,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +445,127,201,"Boston, MA",201,"Boston, MA" +445,128,217,"New York, NY and NJ",217,"New York, NY and NJ" +445,129,198,"Baltimore, MD",198,"Baltimore, MD" +445,130,223,"New York, NY and NJ",223,"New York, NY and NJ" +445,131,229,"Wilmington, NC",229,"Wilmington, NC" +445,132,201,"Boston, MA",201,"Boston, MA" +445,151,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +445,152,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +445,153,198,"Baltimore, MD",177,"Savannah, GA" +445,154,154,"Anchorage, AK",154,"Anchorage, AK" +445,155,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +445,156,198,"Baltimore, MD",208,"Pascagoula, MS" +445,157,223,"New York, NY and NJ",177,"Savannah, GA" +445,158,198,"Baltimore, MD",198,"Baltimore, MD" +445,159,217,"New York, NY and NJ",208,"Pascagoula, MS" +445,160,218,"Camden-Gloucester, NJ",172,"Port Everglades, FL" +445,161,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +445,162,171,"Jacksonville, FL",218,"Camden-Gloucester, NJ" +445,163,169,"Wilmington, DE",245,"Charleston, SC" +445,164,265,"Norfolk Harbor, VA",244,"Providence, RI" +445,165,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +445,166,241,"Philadelphia, PA",201,"Boston, MA" +445,167,217,"New York, NY and NJ",201,"Boston, MA" +445,168,223,"New York, NY and NJ",217,"New York, NY and NJ" +445,169,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +445,170,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +445,171,218,"Camden-Gloucester, NJ",172,"Port Everglades, FL" +445,172,198,"Baltimore, MD",177,"Savannah, GA" +445,173,223,"New York, NY and NJ",217,"New York, NY and NJ" +445,174,218,"Camden-Gloucester, NJ",172,"Port Everglades, FL" +445,175,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +445,176,198,"Baltimore, MD",198,"Baltimore, MD" +445,177,169,"Wilmington, DE",229,"Wilmington, NC" +445,178,197,"Portland, ME",177,"Savannah, GA" +445,179,179,"Honolulu, HI",179,"Honolulu, HI" +445,180,179,"Honolulu, HI",179,"Honolulu, HI" +445,181,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +445,183,201,"Boston, MA",201,"Boston, MA" +445,184,201,"Boston, MA",265,"Norfolk Harbor, VA" +445,185,223,"New York, NY and NJ",241,"Philadelphia, PA" +445,186,223,"New York, NY and NJ",198,"Baltimore, MD" +445,187,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +445,188,198,"Baltimore, MD",217,"New York, NY and NJ" +445,189,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +445,190,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +445,191,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +445,192,223,"New York, NY and NJ",217,"New York, NY and NJ" +445,193,241,"Philadelphia, PA",171,"Jacksonville, FL" +445,194,217,"New York, NY and NJ",245,"Charleston, SC" +445,195,171,"Jacksonville, FL",223,"New York, NY and NJ" +445,196,172,"Port Everglades, FL",171,"Jacksonville, FL" +445,197,197,"Portland, ME",241,"Philadelphia, PA" +445,198,241,"Philadelphia, PA",201,"Boston, MA" +445,199,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +445,200,217,"New York, NY and NJ",217,"New York, NY and NJ" +445,201,217,"New York, NY and NJ",201,"Boston, MA" +445,202,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +445,203,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +445,204,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +445,205,223,"New York, NY and NJ",169,"Wilmington, DE" +445,206,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +445,207,217,"New York, NY and NJ",241,"Philadelphia, PA" +445,208,223,"New York, NY and NJ",245,"Charleston, SC" +445,209,201,"Boston, MA",244,"Providence, RI" +445,210,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +445,211,241,"Philadelphia, PA",217,"New York, NY and NJ" +445,212,197,"Portland, ME",265,"Norfolk Harbor, VA" +445,213,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +445,214,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +445,215,265,"Norfolk Harbor, VA",201,"Boston, MA" +445,216,197,"Portland, ME",201,"Boston, MA" +445,217,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +445,218,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +445,219,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +445,220,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +445,221,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +445,222,223,"New York, NY and NJ",217,"New York, NY and NJ" +445,223,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +445,224,197,"Portland, ME",218,"Camden-Gloucester, NJ" +445,225,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +445,226,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +445,227,201,"Boston, MA",198,"Baltimore, MD" +445,228,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +445,229,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +445,230,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +445,231,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +445,232,241,"Philadelphia, PA",217,"New York, NY and NJ" +445,233,217,"New York, NY and NJ",223,"New York, NY and NJ" +445,234,218,"Camden-Gloucester, NJ",244,"Providence, RI" +445,235,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +445,236,265,"Norfolk Harbor, VA",245,"Charleston, SC" +445,237,217,"New York, NY and NJ",223,"New York, NY and NJ" +445,238,198,"Baltimore, MD",198,"Baltimore, MD" +445,239,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +445,240,218,"Camden-Gloucester, NJ",197,"Portland, ME" +445,241,241,"Philadelphia, PA",197,"Portland, ME" +445,242,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +445,243,241,"Philadelphia, PA",217,"New York, NY and NJ" +445,244,198,"Baltimore, MD",198,"Baltimore, MD" +445,245,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +445,246,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +445,247,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +445,248,244,"Providence, RI",198,"Baltimore, MD" +445,249,217,"New York, NY and NJ",244,"Providence, RI" +445,250,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +445,251,217,"New York, NY and NJ",217,"New York, NY and NJ" +445,252,244,"Providence, RI",217,"New York, NY and NJ" +445,253,201,"Boston, MA",253,"Beaumont, TX" +445,254,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +445,255,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +445,256,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +445,257,223,"New York, NY and NJ",195,"New Orleans, LA" +445,258,169,"Wilmington, DE",195,"New Orleans, LA" +445,259,217,"New York, NY and NJ",193,"Baton Rouge, LA" +445,260,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +445,261,197,"Portland, ME",217,"New York, NY and NJ" +445,262,169,"Wilmington, DE",201,"Boston, MA" +445,263,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +445,264,223,"New York, NY and NJ",217,"New York, NY and NJ" +445,265,197,"Portland, ME",265,"Norfolk Harbor, VA" +445,266,223,"New York, NY and NJ",229,"Wilmington, NC" +445,267,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +445,268,198,"Baltimore, MD",197,"Portland, ME" +445,269,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +445,270,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +445,271,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +445,272,198,"Baltimore, MD",217,"New York, NY and NJ" +445,273,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +446,1,241,"Philadelphia, PA",241,"Philadelphia, PA" +446,2,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,3,217,"New York, NY and NJ",217,"New York, NY and NJ" +446,4,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +446,5,197,"Portland, ME",197,"Portland, ME" +446,6,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +446,7,197,"Portland, ME",197,"Portland, ME" +446,8,201,"Boston, MA",201,"Boston, MA" +446,9,201,"Boston, MA",201,"Boston, MA" +446,10,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,11,217,"New York, NY and NJ",217,"New York, NY and NJ" +446,12,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +446,13,217,"New York, NY and NJ",217,"New York, NY and NJ" +446,14,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,15,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,16,241,"Philadelphia, PA",241,"Philadelphia, PA" +446,17,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +446,18,198,"Baltimore, MD",198,"Baltimore, MD" +446,19,241,"Philadelphia, PA",241,"Philadelphia, PA" +446,20,201,"Boston, MA",201,"Boston, MA" +446,21,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +446,22,201,"Boston, MA",201,"Boston, MA" +446,23,197,"Portland, ME",197,"Portland, ME" +446,24,201,"Boston, MA",201,"Boston, MA" +446,25,244,"Providence, RI",244,"Providence, RI" +446,26,201,"Boston, MA",201,"Boston, MA" +446,27,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,28,197,"Portland, ME",197,"Portland, ME" +446,29,244,"Providence, RI",244,"Providence, RI" +446,30,201,"Boston, MA",201,"Boston, MA" +446,31,244,"Providence, RI",244,"Providence, RI" +446,32,197,"Portland, ME",197,"Portland, ME" +446,33,217,"New York, NY and NJ",217,"New York, NY and NJ" +446,34,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +446,35,241,"Philadelphia, PA",241,"Philadelphia, PA" +446,36,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +446,37,198,"Baltimore, MD",198,"Baltimore, MD" +446,38,241,"Philadelphia, PA",241,"Philadelphia, PA" +446,39,197,"Portland, ME",197,"Portland, ME" +446,40,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,41,198,"Baltimore, MD",198,"Baltimore, MD" +446,42,217,"New York, NY and NJ",217,"New York, NY and NJ" +446,43,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +446,44,201,"Boston, MA",201,"Boston, MA" +446,45,197,"Portland, ME",197,"Portland, ME" +446,46,244,"Providence, RI",244,"Providence, RI" +446,47,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,48,198,"Baltimore, MD",198,"Baltimore, MD" +446,49,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +446,50,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +446,51,217,"New York, NY and NJ",217,"New York, NY and NJ" +446,52,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +446,53,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +446,54,198,"Baltimore, MD",198,"Baltimore, MD" +446,55,244,"Providence, RI",244,"Providence, RI" +446,56,217,"New York, NY and NJ",217,"New York, NY and NJ" +446,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,58,198,"Baltimore, MD",198,"Baltimore, MD" +446,59,217,"New York, NY and NJ",217,"New York, NY and NJ" +446,60,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +446,61,217,"New York, NY and NJ",217,"New York, NY and NJ" +446,62,241,"Philadelphia, PA",241,"Philadelphia, PA" +446,63,197,"Portland, ME",197,"Portland, ME" +446,64,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +446,65,197,"Portland, ME",197,"Portland, ME" +446,66,217,"New York, NY and NJ",217,"New York, NY and NJ" +446,67,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,68,197,"Portland, ME",197,"Portland, ME" +446,69,217,"New York, NY and NJ",217,"New York, NY and NJ" +446,70,197,"Portland, ME",197,"Portland, ME" +446,71,197,"Portland, ME",197,"Portland, ME" +446,72,198,"Baltimore, MD",198,"Baltimore, MD" +446,73,198,"Baltimore, MD",198,"Baltimore, MD" +446,74,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,75,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,76,197,"Portland, ME",197,"Portland, ME" +446,77,217,"New York, NY and NJ",217,"New York, NY and NJ" +446,78,241,"Philadelphia, PA",241,"Philadelphia, PA" +446,79,241,"Philadelphia, PA",241,"Philadelphia, PA" +446,80,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,81,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,82,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,83,217,"New York, NY and NJ",217,"New York, NY and NJ" +446,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,85,241,"Philadelphia, PA",241,"Philadelphia, PA" +446,86,217,"New York, NY and NJ",217,"New York, NY and NJ" +446,87,217,"New York, NY and NJ",217,"New York, NY and NJ" +446,88,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,89,241,"Philadelphia, PA",241,"Philadelphia, PA" +446,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,91,217,"New York, NY and NJ",217,"New York, NY and NJ" +446,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +446,93,201,"Boston, MA",201,"Boston, MA" +446,94,197,"Portland, ME",197,"Portland, ME" +446,95,198,"Baltimore, MD",198,"Baltimore, MD" +446,96,217,"New York, NY and NJ",217,"New York, NY and NJ" +446,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,98,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,99,244,"Providence, RI",244,"Providence, RI" +446,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,101,244,"Providence, RI",244,"Providence, RI" +446,102,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +446,103,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,104,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,105,201,"Boston, MA",201,"Boston, MA" +446,106,244,"Providence, RI",244,"Providence, RI" +446,107,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,108,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,109,197,"Portland, ME",197,"Portland, ME" +446,110,201,"Boston, MA",201,"Boston, MA" +446,111,198,"Baltimore, MD",198,"Baltimore, MD" +446,112,169,"Wilmington, DE",169,"Wilmington, DE" +446,113,217,"New York, NY and NJ",217,"New York, NY and NJ" +446,114,241,"Philadelphia, PA",241,"Philadelphia, PA" +446,115,197,"Portland, ME",197,"Portland, ME" +446,116,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +446,117,201,"Boston, MA",201,"Boston, MA" +446,118,241,"Philadelphia, PA",241,"Philadelphia, PA" +446,119,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +446,120,201,"Boston, MA",201,"Boston, MA" +446,121,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +446,122,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +446,123,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,124,197,"Portland, ME",197,"Portland, ME" +446,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,126,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,127,198,"Baltimore, MD",198,"Baltimore, MD" +446,128,217,"New York, NY and NJ",217,"New York, NY and NJ" +446,129,198,"Baltimore, MD",198,"Baltimore, MD" +446,130,198,"Baltimore, MD",198,"Baltimore, MD" +446,131,244,"Providence, RI",244,"Providence, RI" +446,132,198,"Baltimore, MD",198,"Baltimore, MD" +446,151,217,"New York, NY and NJ",198,"Baltimore, MD" +446,152,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,153,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,154,154,"Anchorage, AK",154,"Anchorage, AK" +446,155,241,"Philadelphia, PA",241,"Philadelphia, PA" +446,156,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +446,157,223,"New York, NY and NJ",201,"Boston, MA" +446,158,217,"New York, NY and NJ",217,"New York, NY and NJ" +446,159,197,"Portland, ME",265,"Norfolk Harbor, VA" +446,160,265,"Norfolk Harbor, VA",197,"Portland, ME" +446,161,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +446,162,201,"Boston, MA",198,"Baltimore, MD" +446,163,217,"New York, NY and NJ",223,"New York, NY and NJ" +446,164,229,"Wilmington, NC",223,"New York, NY and NJ" +446,165,201,"Boston, MA",198,"Baltimore, MD" +446,166,241,"Philadelphia, PA",223,"New York, NY and NJ" +446,167,169,"Wilmington, DE",217,"New York, NY and NJ" +446,168,241,"Philadelphia, PA",198,"Baltimore, MD" +446,169,197,"Portland, ME",217,"New York, NY and NJ" +446,170,244,"Providence, RI",217,"New York, NY and NJ" +446,171,197,"Portland, ME",198,"Baltimore, MD" +446,172,244,"Providence, RI",265,"Norfolk Harbor, VA" +446,173,198,"Baltimore, MD",223,"New York, NY and NJ" +446,174,197,"Portland, ME",197,"Portland, ME" +446,175,197,"Portland, ME",169,"Wilmington, DE" +446,176,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +446,177,197,"Portland, ME",217,"New York, NY and NJ" +446,178,198,"Baltimore, MD",217,"New York, NY and NJ" +446,179,179,"Honolulu, HI",179,"Honolulu, HI" +446,180,179,"Honolulu, HI",179,"Honolulu, HI" +446,181,217,"New York, NY and NJ",241,"Philadelphia, PA" +446,183,217,"New York, NY and NJ",198,"Baltimore, MD" +446,184,201,"Boston, MA",265,"Norfolk Harbor, VA" +446,185,217,"New York, NY and NJ",241,"Philadelphia, PA" +446,186,241,"Philadelphia, PA",198,"Baltimore, MD" +446,187,217,"New York, NY and NJ",223,"New York, NY and NJ" +446,188,201,"Boston, MA",244,"Providence, RI" +446,189,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +446,190,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +446,191,217,"New York, NY and NJ",217,"New York, NY and NJ" +446,192,201,"Boston, MA",223,"New York, NY and NJ" +446,193,218,"Camden-Gloucester, NJ",197,"Portland, ME" +446,194,169,"Wilmington, DE",229,"Wilmington, NC" +446,195,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +446,196,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +446,197,217,"New York, NY and NJ",198,"Baltimore, MD" +446,198,201,"Boston, MA",198,"Baltimore, MD" +446,199,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +446,200,217,"New York, NY and NJ",244,"Providence, RI" +446,201,201,"Boston, MA",223,"New York, NY and NJ" +446,202,217,"New York, NY and NJ",217,"New York, NY and NJ" +446,203,198,"Baltimore, MD",197,"Portland, ME" +446,204,201,"Boston, MA",197,"Portland, ME" +446,205,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +446,206,201,"Boston, MA",217,"New York, NY and NJ" +446,207,241,"Philadelphia, PA",223,"New York, NY and NJ" +446,208,197,"Portland, ME",223,"New York, NY and NJ" +446,209,198,"Baltimore, MD",198,"Baltimore, MD" +446,210,241,"Philadelphia, PA",197,"Portland, ME" +446,211,223,"New York, NY and NJ",217,"New York, NY and NJ" +446,212,241,"Philadelphia, PA",198,"Baltimore, MD" +446,213,198,"Baltimore, MD",198,"Baltimore, MD" +446,214,244,"Providence, RI",197,"Portland, ME" +446,215,244,"Providence, RI",217,"New York, NY and NJ" +446,216,217,"New York, NY and NJ",197,"Portland, ME" +446,217,201,"Boston, MA",217,"New York, NY and NJ" +446,218,197,"Portland, ME",198,"Baltimore, MD" +446,219,217,"New York, NY and NJ",198,"Baltimore, MD" +446,220,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +446,221,223,"New York, NY and NJ",217,"New York, NY and NJ" +446,222,201,"Boston, MA",217,"New York, NY and NJ" +446,223,217,"New York, NY and NJ",244,"Providence, RI" +446,224,244,"Providence, RI",223,"New York, NY and NJ" +446,225,201,"Boston, MA",197,"Portland, ME" +446,226,229,"Wilmington, NC",198,"Baltimore, MD" +446,227,241,"Philadelphia, PA",244,"Providence, RI" +446,228,223,"New York, NY and NJ",201,"Boston, MA" +446,229,223,"New York, NY and NJ",217,"New York, NY and NJ" +446,230,241,"Philadelphia, PA",217,"New York, NY and NJ" +446,231,197,"Portland, ME",217,"New York, NY and NJ" +446,232,241,"Philadelphia, PA",223,"New York, NY and NJ" +446,233,197,"Portland, ME",241,"Philadelphia, PA" +446,234,197,"Portland, ME",217,"New York, NY and NJ" +446,235,223,"New York, NY and NJ",198,"Baltimore, MD" +446,236,169,"Wilmington, DE",198,"Baltimore, MD" +446,237,201,"Boston, MA",218,"Camden-Gloucester, NJ" +446,238,217,"New York, NY and NJ",245,"Charleston, SC" +446,239,217,"New York, NY and NJ",169,"Wilmington, DE" +446,240,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +446,241,223,"New York, NY and NJ",223,"New York, NY and NJ" +446,242,223,"New York, NY and NJ",197,"Portland, ME" +446,243,217,"New York, NY and NJ",197,"Portland, ME" +446,244,241,"Philadelphia, PA",223,"New York, NY and NJ" +446,245,197,"Portland, ME",201,"Boston, MA" +446,246,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +446,247,223,"New York, NY and NJ",217,"New York, NY and NJ" +446,248,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +446,249,223,"New York, NY and NJ",217,"New York, NY and NJ" +446,250,217,"New York, NY and NJ",217,"New York, NY and NJ" +446,251,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +446,252,217,"New York, NY and NJ",198,"Baltimore, MD" +446,253,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +446,254,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +446,255,265,"Norfolk Harbor, VA",197,"Portland, ME" +446,256,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +446,257,217,"New York, NY and NJ",208,"Pascagoula, MS" +446,258,241,"Philadelphia, PA",197,"Portland, ME" +446,259,217,"New York, NY and NJ",194,"Lake Charles, LA" +446,260,244,"Providence, RI",223,"New York, NY and NJ" +446,261,244,"Providence, RI",244,"Providence, RI" +446,262,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +446,263,198,"Baltimore, MD",244,"Providence, RI" +446,264,217,"New York, NY and NJ",217,"New York, NY and NJ" +446,265,201,"Boston, MA",217,"New York, NY and NJ" +446,266,223,"New York, NY and NJ",241,"Philadelphia, PA" +446,267,217,"New York, NY and NJ",241,"Philadelphia, PA" +446,268,223,"New York, NY and NJ",217,"New York, NY and NJ" +446,269,223,"New York, NY and NJ",201,"Boston, MA" +446,270,217,"New York, NY and NJ",201,"Boston, MA" +446,271,244,"Providence, RI",217,"New York, NY and NJ" +446,272,197,"Portland, ME",217,"New York, NY and NJ" +446,273,198,"Baltimore, MD",169,"Wilmington, DE" +447,1,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +447,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +447,3,241,"Philadelphia, PA",241,"Philadelphia, PA" +447,4,217,"New York, NY and NJ",217,"New York, NY and NJ" +447,5,201,"Boston, MA",201,"Boston, MA" +447,6,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,7,198,"Baltimore, MD",198,"Baltimore, MD" +447,8,245,"Charleston, SC",245,"Charleston, SC" +447,9,217,"New York, NY and NJ",217,"New York, NY and NJ" +447,10,197,"Portland, ME",197,"Portland, ME" +447,11,217,"New York, NY and NJ",217,"New York, NY and NJ" +447,12,217,"New York, NY and NJ",217,"New York, NY and NJ" +447,13,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,14,197,"Portland, ME",197,"Portland, ME" +447,15,217,"New York, NY and NJ",217,"New York, NY and NJ" +447,16,201,"Boston, MA",201,"Boston, MA" +447,17,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,18,198,"Baltimore, MD",198,"Baltimore, MD" +447,19,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,20,197,"Portland, ME",197,"Portland, ME" +447,21,217,"New York, NY and NJ",217,"New York, NY and NJ" +447,22,198,"Baltimore, MD",198,"Baltimore, MD" +447,23,244,"Providence, RI",244,"Providence, RI" +447,24,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,25,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,26,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +447,27,217,"New York, NY and NJ",217,"New York, NY and NJ" +447,28,201,"Boston, MA",201,"Boston, MA" +447,29,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,30,241,"Philadelphia, PA",241,"Philadelphia, PA" +447,31,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +447,32,217,"New York, NY and NJ",217,"New York, NY and NJ" +447,33,197,"Portland, ME",197,"Portland, ME" +447,34,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,35,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,36,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,38,241,"Philadelphia, PA",241,"Philadelphia, PA" +447,39,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,40,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,41,197,"Portland, ME",197,"Portland, ME" +447,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,43,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +447,44,197,"Portland, ME",197,"Portland, ME" +447,45,245,"Charleston, SC",245,"Charleston, SC" +447,46,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,47,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +447,48,197,"Portland, ME",197,"Portland, ME" +447,49,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +447,50,244,"Providence, RI",244,"Providence, RI" +447,51,197,"Portland, ME",197,"Portland, ME" +447,52,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +447,53,198,"Baltimore, MD",198,"Baltimore, MD" +447,54,241,"Philadelphia, PA",241,"Philadelphia, PA" +447,55,198,"Baltimore, MD",198,"Baltimore, MD" +447,56,217,"New York, NY and NJ",217,"New York, NY and NJ" +447,57,198,"Baltimore, MD",198,"Baltimore, MD" +447,58,197,"Portland, ME",197,"Portland, ME" +447,59,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,60,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,61,198,"Baltimore, MD",198,"Baltimore, MD" +447,62,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,63,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +447,64,197,"Portland, ME",197,"Portland, ME" +447,65,217,"New York, NY and NJ",217,"New York, NY and NJ" +447,66,217,"New York, NY and NJ",217,"New York, NY and NJ" +447,67,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +447,68,217,"New York, NY and NJ",217,"New York, NY and NJ" +447,69,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,70,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +447,71,217,"New York, NY and NJ",217,"New York, NY and NJ" +447,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,73,198,"Baltimore, MD",198,"Baltimore, MD" +447,74,217,"New York, NY and NJ",217,"New York, NY and NJ" +447,75,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,76,217,"New York, NY and NJ",217,"New York, NY and NJ" +447,77,169,"Wilmington, DE",169,"Wilmington, DE" +447,78,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +447,79,201,"Boston, MA",201,"Boston, MA" +447,80,217,"New York, NY and NJ",217,"New York, NY and NJ" +447,81,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +447,82,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,83,201,"Boston, MA",201,"Boston, MA" +447,84,245,"Charleston, SC",245,"Charleston, SC" +447,85,198,"Baltimore, MD",198,"Baltimore, MD" +447,86,217,"New York, NY and NJ",217,"New York, NY and NJ" +447,87,198,"Baltimore, MD",198,"Baltimore, MD" +447,88,217,"New York, NY and NJ",217,"New York, NY and NJ" +447,89,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +447,90,169,"Wilmington, DE",169,"Wilmington, DE" +447,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,92,197,"Portland, ME",197,"Portland, ME" +447,93,198,"Baltimore, MD",198,"Baltimore, MD" +447,94,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +447,95,241,"Philadelphia, PA",241,"Philadelphia, PA" +447,96,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,97,217,"New York, NY and NJ",217,"New York, NY and NJ" +447,98,217,"New York, NY and NJ",217,"New York, NY and NJ" +447,99,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,100,197,"Portland, ME",197,"Portland, ME" +447,101,241,"Philadelphia, PA",241,"Philadelphia, PA" +447,102,217,"New York, NY and NJ",217,"New York, NY and NJ" +447,103,217,"New York, NY and NJ",217,"New York, NY and NJ" +447,104,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +447,105,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +447,106,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +447,107,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +447,108,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,109,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +447,110,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,111,241,"Philadelphia, PA",241,"Philadelphia, PA" +447,112,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +447,113,198,"Baltimore, MD",198,"Baltimore, MD" +447,114,201,"Boston, MA",201,"Boston, MA" +447,115,198,"Baltimore, MD",198,"Baltimore, MD" +447,116,198,"Baltimore, MD",198,"Baltimore, MD" +447,117,201,"Boston, MA",201,"Boston, MA" +447,118,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +447,119,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +447,120,217,"New York, NY and NJ",217,"New York, NY and NJ" +447,121,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,122,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,123,217,"New York, NY and NJ",217,"New York, NY and NJ" +447,124,198,"Baltimore, MD",198,"Baltimore, MD" +447,125,198,"Baltimore, MD",198,"Baltimore, MD" +447,126,241,"Philadelphia, PA",241,"Philadelphia, PA" +447,127,217,"New York, NY and NJ",217,"New York, NY and NJ" +447,128,245,"Charleston, SC",245,"Charleston, SC" +447,129,197,"Portland, ME",197,"Portland, ME" +447,130,197,"Portland, ME",197,"Portland, ME" +447,131,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +447,132,169,"Wilmington, DE",169,"Wilmington, DE" +447,151,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +447,152,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +447,153,198,"Baltimore, MD",217,"New York, NY and NJ" +447,154,154,"Anchorage, AK",154,"Anchorage, AK" +447,155,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +447,156,152,"Mobile, AL",257,"Houston, TX" +447,157,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +447,158,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +447,159,241,"Philadelphia, PA",198,"Baltimore, MD" +447,160,217,"New York, NY and NJ",178,"Brunswick, GA" +447,161,217,"New York, NY and NJ",223,"New York, NY and NJ" +447,162,198,"Baltimore, MD",171,"Jacksonville, FL" +447,163,265,"Norfolk Harbor, VA",177,"Savannah, GA" +447,164,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +447,165,201,"Boston, MA",223,"New York, NY and NJ" +447,166,241,"Philadelphia, PA",223,"New York, NY and NJ" +447,167,223,"New York, NY and NJ",169,"Wilmington, DE" +447,168,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +447,169,198,"Baltimore, MD",223,"New York, NY and NJ" +447,170,198,"Baltimore, MD",201,"Boston, MA" +447,171,223,"New York, NY and NJ",241,"Philadelphia, PA" +447,172,217,"New York, NY and NJ",201,"Boston, MA" +447,173,245,"Charleston, SC",245,"Charleston, SC" +447,174,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +447,175,241,"Philadelphia, PA",177,"Savannah, GA" +447,176,223,"New York, NY and NJ",171,"Jacksonville, FL" +447,177,241,"Philadelphia, PA",197,"Portland, ME" +447,178,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +447,179,179,"Honolulu, HI",179,"Honolulu, HI" +447,180,179,"Honolulu, HI",179,"Honolulu, HI" +447,181,223,"New York, NY and NJ",241,"Philadelphia, PA" +447,183,198,"Baltimore, MD",217,"New York, NY and NJ" +447,184,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +447,185,169,"Wilmington, DE",217,"New York, NY and NJ" +447,186,174,"Tampa, FL",241,"Philadelphia, PA" +447,187,198,"Baltimore, MD",223,"New York, NY and NJ" +447,188,223,"New York, NY and NJ",198,"Baltimore, MD" +447,189,201,"Boston, MA",241,"Philadelphia, PA" +447,190,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +447,191,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +447,192,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +447,193,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +447,194,223,"New York, NY and NJ",195,"New Orleans, LA" +447,195,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +447,196,197,"Portland, ME",197,"Portland, ME" +447,197,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +447,198,223,"New York, NY and NJ",217,"New York, NY and NJ" +447,199,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +447,200,241,"Philadelphia, PA",198,"Baltimore, MD" +447,201,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +447,202,223,"New York, NY and NJ",217,"New York, NY and NJ" +447,203,223,"New York, NY and NJ",197,"Portland, ME" +447,204,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +447,205,198,"Baltimore, MD",223,"New York, NY and NJ" +447,206,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +447,207,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +447,208,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +447,209,217,"New York, NY and NJ",245,"Charleston, SC" +447,210,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,211,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +447,212,198,"Baltimore, MD",197,"Portland, ME" +447,213,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +447,214,201,"Boston, MA",223,"New York, NY and NJ" +447,215,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +447,216,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +447,217,217,"New York, NY and NJ",223,"New York, NY and NJ" +447,218,241,"Philadelphia, PA",198,"Baltimore, MD" +447,219,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +447,220,198,"Baltimore, MD",217,"New York, NY and NJ" +447,221,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +447,222,223,"New York, NY and NJ",198,"Baltimore, MD" +447,223,197,"Portland, ME",201,"Boston, MA" +447,224,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +447,225,218,"Camden-Gloucester, NJ",197,"Portland, ME" +447,226,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +447,227,197,"Portland, ME",265,"Norfolk Harbor, VA" +447,228,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +447,229,198,"Baltimore, MD",217,"New York, NY and NJ" +447,230,218,"Camden-Gloucester, NJ",197,"Portland, ME" +447,231,198,"Baltimore, MD",197,"Portland, ME" +447,232,244,"Providence, RI",244,"Providence, RI" +447,233,201,"Boston, MA",223,"New York, NY and NJ" +447,234,198,"Baltimore, MD",244,"Providence, RI" +447,235,265,"Norfolk Harbor, VA",244,"Providence, RI" +447,236,245,"Charleston, SC",244,"Providence, RI" +447,237,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +447,238,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,239,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +447,240,197,"Portland, ME",217,"New York, NY and NJ" +447,241,197,"Portland, ME",217,"New York, NY and NJ" +447,242,198,"Baltimore, MD",197,"Portland, ME" +447,243,265,"Norfolk Harbor, VA",201,"Boston, MA" +447,244,223,"New York, NY and NJ",217,"New York, NY and NJ" +447,245,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +447,246,198,"Baltimore, MD",217,"New York, NY and NJ" +447,247,241,"Philadelphia, PA",198,"Baltimore, MD" +447,248,217,"New York, NY and NJ",241,"Philadelphia, PA" +447,249,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +447,250,201,"Boston, MA",201,"Boston, MA" +447,251,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +447,252,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +447,253,265,"Norfolk Harbor, VA",152,"Mobile, AL" +447,254,198,"Baltimore, MD",193,"Baton Rouge, LA" +447,255,201,"Boston, MA",198,"Baltimore, MD" +447,256,217,"New York, NY and NJ",223,"New York, NY and NJ" +447,257,197,"Portland, ME",171,"Jacksonville, FL" +447,258,223,"New York, NY and NJ",177,"Savannah, GA" +447,259,244,"Providence, RI",265,"Norfolk Harbor, VA" +447,260,198,"Baltimore, MD",152,"Mobile, AL" +447,261,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +447,262,223,"New York, NY and NJ",223,"New York, NY and NJ" +447,263,217,"New York, NY and NJ",197,"Portland, ME" +447,264,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +447,265,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +447,266,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +447,267,241,"Philadelphia, PA",217,"New York, NY and NJ" +447,268,241,"Philadelphia, PA",177,"Savannah, GA" +447,269,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +447,270,217,"New York, NY and NJ",223,"New York, NY and NJ" +447,271,223,"New York, NY and NJ",201,"Boston, MA" +447,272,217,"New York, NY and NJ",201,"Boston, MA" +447,273,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,1,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,2,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +448,3,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +448,4,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +448,5,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +448,6,197,"Portland, ME",197,"Portland, ME" +448,7,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +448,8,241,"Philadelphia, PA",241,"Philadelphia, PA" +448,9,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,10,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,11,241,"Philadelphia, PA",241,"Philadelphia, PA" +448,12,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,13,197,"Portland, ME",197,"Portland, ME" +448,14,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,15,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,16,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +448,17,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,18,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,19,241,"Philadelphia, PA",241,"Philadelphia, PA" +448,20,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +448,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,22,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,23,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,24,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +448,25,201,"Boston, MA",201,"Boston, MA" +448,26,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,27,241,"Philadelphia, PA",241,"Philadelphia, PA" +448,28,241,"Philadelphia, PA",241,"Philadelphia, PA" +448,29,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +448,30,197,"Portland, ME",197,"Portland, ME" +448,31,201,"Boston, MA",201,"Boston, MA" +448,32,198,"Baltimore, MD",198,"Baltimore, MD" +448,33,198,"Baltimore, MD",198,"Baltimore, MD" +448,34,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,35,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +448,36,241,"Philadelphia, PA",241,"Philadelphia, PA" +448,37,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +448,38,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,39,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,40,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,41,177,"Savannah, GA",177,"Savannah, GA" +448,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,43,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +448,44,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,45,241,"Philadelphia, PA",241,"Philadelphia, PA" +448,46,201,"Boston, MA",201,"Boston, MA" +448,47,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,48,198,"Baltimore, MD",198,"Baltimore, MD" +448,49,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +448,50,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,51,198,"Baltimore, MD",198,"Baltimore, MD" +448,52,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +448,53,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,54,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +448,55,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +448,56,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,57,197,"Portland, ME",197,"Portland, ME" +448,58,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,59,201,"Boston, MA",201,"Boston, MA" +448,60,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,61,198,"Baltimore, MD",198,"Baltimore, MD" +448,62,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,63,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,64,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +448,65,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,66,197,"Portland, ME",197,"Portland, ME" +448,67,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,68,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,69,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,70,197,"Portland, ME",197,"Portland, ME" +448,71,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +448,72,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,73,169,"Wilmington, DE",169,"Wilmington, DE" +448,74,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +448,75,201,"Boston, MA",201,"Boston, MA" +448,76,197,"Portland, ME",197,"Portland, ME" +448,77,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +448,78,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,79,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,80,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,81,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +448,82,197,"Portland, ME",197,"Portland, ME" +448,83,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,84,245,"Charleston, SC",245,"Charleston, SC" +448,85,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +448,86,197,"Portland, ME",197,"Portland, ME" +448,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,88,245,"Charleston, SC",245,"Charleston, SC" +448,89,198,"Baltimore, MD",198,"Baltimore, MD" +448,90,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +448,91,169,"Wilmington, DE",169,"Wilmington, DE" +448,92,244,"Providence, RI",244,"Providence, RI" +448,93,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,94,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +448,95,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +448,96,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +448,97,198,"Baltimore, MD",198,"Baltimore, MD" +448,98,241,"Philadelphia, PA",241,"Philadelphia, PA" +448,99,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +448,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,101,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +448,102,245,"Charleston, SC",245,"Charleston, SC" +448,103,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,104,241,"Philadelphia, PA",241,"Philadelphia, PA" +448,105,201,"Boston, MA",201,"Boston, MA" +448,106,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,107,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,108,197,"Portland, ME",197,"Portland, ME" +448,109,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,110,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,111,241,"Philadelphia, PA",241,"Philadelphia, PA" +448,112,244,"Providence, RI",244,"Providence, RI" +448,113,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +448,114,241,"Philadelphia, PA",241,"Philadelphia, PA" +448,115,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +448,116,201,"Boston, MA",201,"Boston, MA" +448,117,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,118,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,119,241,"Philadelphia, PA",241,"Philadelphia, PA" +448,120,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +448,121,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +448,122,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,123,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,124,197,"Portland, ME",197,"Portland, ME" +448,125,245,"Charleston, SC",245,"Charleston, SC" +448,126,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,127,241,"Philadelphia, PA",241,"Philadelphia, PA" +448,128,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +448,129,198,"Baltimore, MD",198,"Baltimore, MD" +448,130,197,"Portland, ME",197,"Portland, ME" +448,131,241,"Philadelphia, PA",241,"Philadelphia, PA" +448,132,198,"Baltimore, MD",198,"Baltimore, MD" +448,151,174,"Tampa, FL",265,"Norfolk Harbor, VA" +448,152,223,"New York, NY and NJ",195,"New Orleans, LA" +448,153,198,"Baltimore, MD",241,"Philadelphia, PA" +448,154,154,"Anchorage, AK",154,"Anchorage, AK" +448,155,245,"Charleston, SC",245,"Charleston, SC" +448,156,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +448,157,241,"Philadelphia, PA",198,"Baltimore, MD" +448,158,265,"Norfolk Harbor, VA",177,"Savannah, GA" +448,159,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +448,160,198,"Baltimore, MD",198,"Baltimore, MD" +448,161,223,"New York, NY and NJ",244,"Providence, RI" +448,162,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +448,163,265,"Norfolk Harbor, VA",201,"Boston, MA" +448,164,201,"Boston, MA",245,"Charleston, SC" +448,165,217,"New York, NY and NJ",223,"New York, NY and NJ" +448,166,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,167,201,"Boston, MA",217,"New York, NY and NJ" +448,168,229,"Wilmington, NC",223,"New York, NY and NJ" +448,169,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +448,170,197,"Portland, ME",265,"Norfolk Harbor, VA" +448,171,217,"New York, NY and NJ",169,"Wilmington, DE" +448,172,197,"Portland, ME",241,"Philadelphia, PA" +448,173,265,"Norfolk Harbor, VA",177,"Savannah, GA" +448,174,174,"Tampa, FL",172,"Port Everglades, FL" +448,175,265,"Norfolk Harbor, VA",174,"Tampa, FL" +448,176,223,"New York, NY and NJ",171,"Jacksonville, FL" +448,177,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +448,178,177,"Savannah, GA",201,"Boston, MA" +448,179,179,"Honolulu, HI",179,"Honolulu, HI" +448,180,179,"Honolulu, HI",179,"Honolulu, HI" +448,181,217,"New York, NY and NJ",197,"Portland, ME" +448,183,241,"Philadelphia, PA",241,"Philadelphia, PA" +448,184,223,"New York, NY and NJ",197,"Portland, ME" +448,185,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +448,186,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +448,187,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +448,188,198,"Baltimore, MD",241,"Philadelphia, PA" +448,189,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +448,190,241,"Philadelphia, PA",217,"New York, NY and NJ" +448,191,241,"Philadelphia, PA",217,"New York, NY and NJ" +448,192,198,"Baltimore, MD",197,"Portland, ME" +448,193,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +448,194,177,"Savannah, GA",195,"New Orleans, LA" +448,195,265,"Norfolk Harbor, VA",193,"Baton Rouge, LA" +448,196,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +448,197,244,"Providence, RI",198,"Baltimore, MD" +448,198,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +448,199,241,"Philadelphia, PA",201,"Boston, MA" +448,200,217,"New York, NY and NJ",229,"Wilmington, NC" +448,201,217,"New York, NY and NJ",197,"Portland, ME" +448,202,197,"Portland, ME",217,"New York, NY and NJ" +448,203,198,"Baltimore, MD",217,"New York, NY and NJ" +448,204,218,"Camden-Gloucester, NJ",197,"Portland, ME" +448,205,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +448,206,217,"New York, NY and NJ",241,"Philadelphia, PA" +448,207,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +448,208,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,209,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +448,210,177,"Savannah, GA",198,"Baltimore, MD" +448,211,265,"Norfolk Harbor, VA",197,"Portland, ME" +448,212,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +448,213,245,"Charleston, SC",241,"Philadelphia, PA" +448,214,178,"Brunswick, GA",218,"Camden-Gloucester, NJ" +448,215,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,216,197,"Portland, ME",217,"New York, NY and NJ" +448,217,201,"Boston, MA",223,"New York, NY and NJ" +448,218,244,"Providence, RI",198,"Baltimore, MD" +448,219,197,"Portland, ME",223,"New York, NY and NJ" +448,220,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +448,221,217,"New York, NY and NJ",198,"Baltimore, MD" +448,222,223,"New York, NY and NJ",241,"Philadelphia, PA" +448,223,223,"New York, NY and NJ",223,"New York, NY and NJ" +448,224,244,"Providence, RI",201,"Boston, MA" +448,225,217,"New York, NY and NJ",201,"Boston, MA" +448,226,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +448,227,198,"Baltimore, MD",197,"Portland, ME" +448,228,217,"New York, NY and NJ",241,"Philadelphia, PA" +448,229,229,"Wilmington, NC",229,"Wilmington, NC" +448,230,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,231,217,"New York, NY and NJ",201,"Boston, MA" +448,232,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +448,233,218,"Camden-Gloucester, NJ",229,"Wilmington, NC" +448,234,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +448,235,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,236,201,"Boston, MA",244,"Providence, RI" +448,237,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +448,238,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +448,239,169,"Wilmington, DE",223,"New York, NY and NJ" +448,240,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +448,241,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +448,242,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +448,243,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +448,244,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,245,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +448,246,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,247,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +448,248,217,"New York, NY and NJ",223,"New York, NY and NJ" +448,249,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +448,250,198,"Baltimore, MD",217,"New York, NY and NJ" +448,251,198,"Baltimore, MD",223,"New York, NY and NJ" +448,252,197,"Portland, ME",265,"Norfolk Harbor, VA" +448,253,218,"Camden-Gloucester, NJ",253,"Beaumont, TX" +448,254,201,"Boston, MA",265,"Norfolk Harbor, VA" +448,255,177,"Savannah, GA",265,"Norfolk Harbor, VA" +448,256,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +448,257,265,"Norfolk Harbor, VA",193,"Baton Rouge, LA" +448,258,241,"Philadelphia, PA",257,"Houston, TX" +448,259,217,"New York, NY and NJ",194,"Lake Charles, LA" +448,260,244,"Providence, RI",195,"New Orleans, LA" +448,261,198,"Baltimore, MD",198,"Baltimore, MD" +448,262,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +448,263,198,"Baltimore, MD",223,"New York, NY and NJ" +448,264,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +448,265,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +448,266,217,"New York, NY and NJ",217,"New York, NY and NJ" +448,267,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +448,268,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +448,269,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +448,270,197,"Portland, ME",265,"Norfolk Harbor, VA" +448,271,223,"New York, NY and NJ",201,"Boston, MA" +448,272,223,"New York, NY and NJ",197,"Portland, ME" +448,273,244,"Providence, RI",217,"New York, NY and NJ" +449,1,159,"Long Beach, CA",159,"Long Beach, CA" +449,2,159,"Long Beach, CA",159,"Long Beach, CA" +449,3,159,"Long Beach, CA",159,"Long Beach, CA" +449,4,162,"Oakland, CA",162,"Oakland, CA" +449,5,268,"Seattle, WA",268,"Seattle, WA" +449,6,159,"Long Beach, CA",159,"Long Beach, CA" +449,7,162,"Oakland, CA",162,"Oakland, CA" +449,8,268,"Seattle, WA",268,"Seattle, WA" +449,9,162,"Oakland, CA",162,"Oakland, CA" +449,10,159,"Long Beach, CA",159,"Long Beach, CA" +449,11,159,"Long Beach, CA",159,"Long Beach, CA" +449,12,268,"Seattle, WA",268,"Seattle, WA" +449,13,159,"Long Beach, CA",159,"Long Beach, CA" +449,14,159,"Long Beach, CA",159,"Long Beach, CA" +449,15,268,"Seattle, WA",268,"Seattle, WA" +449,16,159,"Long Beach, CA",159,"Long Beach, CA" +449,17,159,"Long Beach, CA",159,"Long Beach, CA" +449,18,159,"Long Beach, CA",159,"Long Beach, CA" +449,19,159,"Long Beach, CA",159,"Long Beach, CA" +449,20,268,"Seattle, WA",268,"Seattle, WA" +449,21,159,"Long Beach, CA",159,"Long Beach, CA" +449,22,159,"Long Beach, CA",159,"Long Beach, CA" +449,23,162,"Oakland, CA",162,"Oakland, CA" +449,24,159,"Long Beach, CA",159,"Long Beach, CA" +449,25,159,"Long Beach, CA",159,"Long Beach, CA" +449,26,159,"Long Beach, CA",159,"Long Beach, CA" +449,27,239,"Portland, OR",239,"Portland, OR" +449,28,159,"Long Beach, CA",159,"Long Beach, CA" +449,29,159,"Long Beach, CA",159,"Long Beach, CA" +449,30,159,"Long Beach, CA",159,"Long Beach, CA" +449,31,268,"Seattle, WA",268,"Seattle, WA" +449,32,269,"Longview, WA",269,"Longview, WA" +449,33,268,"Seattle, WA",268,"Seattle, WA" +449,34,269,"Longview, WA",269,"Longview, WA" +449,35,159,"Long Beach, CA",159,"Long Beach, CA" +449,36,159,"Long Beach, CA",159,"Long Beach, CA" +449,37,162,"Oakland, CA",162,"Oakland, CA" +449,38,159,"Long Beach, CA",159,"Long Beach, CA" +449,39,159,"Long Beach, CA",159,"Long Beach, CA" +449,40,159,"Long Beach, CA",159,"Long Beach, CA" +449,41,159,"Long Beach, CA",159,"Long Beach, CA" +449,42,162,"Oakland, CA",162,"Oakland, CA" +449,43,159,"Long Beach, CA",159,"Long Beach, CA" +449,44,162,"Oakland, CA",162,"Oakland, CA" +449,45,159,"Long Beach, CA",159,"Long Beach, CA" +449,46,269,"Longview, WA",269,"Longview, WA" +449,47,159,"Long Beach, CA",159,"Long Beach, CA" +449,48,159,"Long Beach, CA",159,"Long Beach, CA" +449,49,159,"Long Beach, CA",159,"Long Beach, CA" +449,50,159,"Long Beach, CA",159,"Long Beach, CA" +449,51,268,"Seattle, WA",268,"Seattle, WA" +449,52,268,"Seattle, WA",268,"Seattle, WA" +449,53,159,"Long Beach, CA",159,"Long Beach, CA" +449,54,159,"Long Beach, CA",159,"Long Beach, CA" +449,55,159,"Long Beach, CA",159,"Long Beach, CA" +449,56,239,"Portland, OR",239,"Portland, OR" +449,57,159,"Long Beach, CA",159,"Long Beach, CA" +449,58,268,"Seattle, WA",268,"Seattle, WA" +449,59,159,"Long Beach, CA",159,"Long Beach, CA" +449,60,159,"Long Beach, CA",159,"Long Beach, CA" +449,61,268,"Seattle, WA",268,"Seattle, WA" +449,62,268,"Seattle, WA",268,"Seattle, WA" +449,63,162,"Oakland, CA",162,"Oakland, CA" +449,64,268,"Seattle, WA",268,"Seattle, WA" +449,65,269,"Longview, WA",269,"Longview, WA" +449,66,159,"Long Beach, CA",159,"Long Beach, CA" +449,67,159,"Long Beach, CA",159,"Long Beach, CA" +449,68,159,"Long Beach, CA",159,"Long Beach, CA" +449,69,159,"Long Beach, CA",159,"Long Beach, CA" +449,70,269,"Longview, WA",269,"Longview, WA" +449,71,159,"Long Beach, CA",159,"Long Beach, CA" +449,72,268,"Seattle, WA",268,"Seattle, WA" +449,73,269,"Longview, WA",269,"Longview, WA" +449,74,159,"Long Beach, CA",159,"Long Beach, CA" +449,75,239,"Portland, OR",239,"Portland, OR" +449,76,239,"Portland, OR",239,"Portland, OR" +449,77,268,"Seattle, WA",268,"Seattle, WA" +449,78,159,"Long Beach, CA",159,"Long Beach, CA" +449,79,159,"Long Beach, CA",159,"Long Beach, CA" +449,80,268,"Seattle, WA",268,"Seattle, WA" +449,81,159,"Long Beach, CA",159,"Long Beach, CA" +449,82,159,"Long Beach, CA",159,"Long Beach, CA" +449,83,159,"Long Beach, CA",159,"Long Beach, CA" +449,84,269,"Longview, WA",269,"Longview, WA" +449,85,159,"Long Beach, CA",159,"Long Beach, CA" +449,86,159,"Long Beach, CA",159,"Long Beach, CA" +449,87,268,"Seattle, WA",268,"Seattle, WA" +449,88,159,"Long Beach, CA",159,"Long Beach, CA" +449,89,159,"Long Beach, CA",159,"Long Beach, CA" +449,90,159,"Long Beach, CA",159,"Long Beach, CA" +449,91,159,"Long Beach, CA",159,"Long Beach, CA" +449,92,159,"Long Beach, CA",159,"Long Beach, CA" +449,93,268,"Seattle, WA",268,"Seattle, WA" +449,94,159,"Long Beach, CA",159,"Long Beach, CA" +449,95,162,"Oakland, CA",162,"Oakland, CA" +449,96,159,"Long Beach, CA",159,"Long Beach, CA" +449,97,269,"Longview, WA",269,"Longview, WA" +449,98,269,"Longview, WA",269,"Longview, WA" +449,99,159,"Long Beach, CA",159,"Long Beach, CA" +449,100,159,"Long Beach, CA",159,"Long Beach, CA" +449,101,159,"Long Beach, CA",159,"Long Beach, CA" +449,102,159,"Long Beach, CA",159,"Long Beach, CA" +449,103,162,"Oakland, CA",162,"Oakland, CA" +449,104,269,"Longview, WA",269,"Longview, WA" +449,105,159,"Long Beach, CA",159,"Long Beach, CA" +449,106,162,"Oakland, CA",162,"Oakland, CA" +449,107,159,"Long Beach, CA",159,"Long Beach, CA" +449,108,239,"Portland, OR",239,"Portland, OR" +449,109,159,"Long Beach, CA",159,"Long Beach, CA" +449,110,159,"Long Beach, CA",159,"Long Beach, CA" +449,111,159,"Long Beach, CA",159,"Long Beach, CA" +449,112,269,"Longview, WA",269,"Longview, WA" +449,113,159,"Long Beach, CA",159,"Long Beach, CA" +449,114,159,"Long Beach, CA",159,"Long Beach, CA" +449,115,159,"Long Beach, CA",159,"Long Beach, CA" +449,116,159,"Long Beach, CA",159,"Long Beach, CA" +449,117,159,"Long Beach, CA",159,"Long Beach, CA" +449,118,159,"Long Beach, CA",159,"Long Beach, CA" +449,119,162,"Oakland, CA",162,"Oakland, CA" +449,120,159,"Long Beach, CA",159,"Long Beach, CA" +449,121,159,"Long Beach, CA",159,"Long Beach, CA" +449,122,159,"Long Beach, CA",159,"Long Beach, CA" +449,123,159,"Long Beach, CA",159,"Long Beach, CA" +449,124,159,"Long Beach, CA",159,"Long Beach, CA" +449,125,159,"Long Beach, CA",159,"Long Beach, CA" +449,126,268,"Seattle, WA",268,"Seattle, WA" +449,127,159,"Long Beach, CA",159,"Long Beach, CA" +449,128,159,"Long Beach, CA",159,"Long Beach, CA" +449,129,268,"Seattle, WA",268,"Seattle, WA" +449,130,159,"Long Beach, CA",159,"Long Beach, CA" +449,131,269,"Longview, WA",269,"Longview, WA" +449,132,268,"Seattle, WA",268,"Seattle, WA" +449,151,268,"Seattle, WA",159,"Long Beach, CA" +449,152,159,"Long Beach, CA",159,"Long Beach, CA" +449,153,162,"Oakland, CA",159,"Long Beach, CA" +449,154,154,"Anchorage, AK",154,"Anchorage, AK" +449,155,268,"Seattle, WA",269,"Longview, WA" +449,156,159,"Long Beach, CA",159,"Long Beach, CA" +449,157,159,"Long Beach, CA",268,"Seattle, WA" +449,158,159,"Long Beach, CA",269,"Longview, WA" +449,159,159,"Long Beach, CA",159,"Long Beach, CA" +449,160,268,"Seattle, WA",159,"Long Beach, CA" +449,161,159,"Long Beach, CA",239,"Portland, OR" +449,162,159,"Long Beach, CA",268,"Seattle, WA" +449,163,159,"Long Beach, CA",268,"Seattle, WA" +449,164,268,"Seattle, WA",269,"Longview, WA" +449,165,159,"Long Beach, CA",268,"Seattle, WA" +449,166,159,"Long Beach, CA",159,"Long Beach, CA" +449,167,162,"Oakland, CA",159,"Long Beach, CA" +449,168,268,"Seattle, WA",159,"Long Beach, CA" +449,169,159,"Long Beach, CA",269,"Longview, WA" +449,170,159,"Long Beach, CA",268,"Seattle, WA" +449,171,162,"Oakland, CA",268,"Seattle, WA" +449,172,162,"Oakland, CA",268,"Seattle, WA" +449,173,159,"Long Beach, CA",159,"Long Beach, CA" +449,174,269,"Longview, WA",162,"Oakland, CA" +449,175,159,"Long Beach, CA",159,"Long Beach, CA" +449,176,162,"Oakland, CA",159,"Long Beach, CA" +449,177,268,"Seattle, WA",159,"Long Beach, CA" +449,178,159,"Long Beach, CA",239,"Portland, OR" +449,179,179,"Honolulu, HI",179,"Honolulu, HI" +449,180,179,"Honolulu, HI",179,"Honolulu, HI" +449,181,268,"Seattle, WA",162,"Oakland, CA" +449,183,268,"Seattle, WA",159,"Long Beach, CA" +449,184,239,"Portland, OR",159,"Long Beach, CA" +449,185,159,"Long Beach, CA",162,"Oakland, CA" +449,186,162,"Oakland, CA",159,"Long Beach, CA" +449,187,162,"Oakland, CA",269,"Longview, WA" +449,188,162,"Oakland, CA",159,"Long Beach, CA" +449,189,162,"Oakland, CA",159,"Long Beach, CA" +449,190,162,"Oakland, CA",268,"Seattle, WA" +449,191,159,"Long Beach, CA",159,"Long Beach, CA" +449,192,159,"Long Beach, CA",162,"Oakland, CA" +449,193,159,"Long Beach, CA",268,"Seattle, WA" +449,194,269,"Longview, WA",268,"Seattle, WA" +449,195,239,"Portland, OR",159,"Long Beach, CA" +449,196,159,"Long Beach, CA",159,"Long Beach, CA" +449,197,159,"Long Beach, CA",239,"Portland, OR" +449,198,159,"Long Beach, CA",159,"Long Beach, CA" +449,199,159,"Long Beach, CA",159,"Long Beach, CA" +449,200,268,"Seattle, WA",159,"Long Beach, CA" +449,201,268,"Seattle, WA",159,"Long Beach, CA" +449,202,162,"Oakland, CA",159,"Long Beach, CA" +449,203,159,"Long Beach, CA",159,"Long Beach, CA" +449,204,239,"Portland, OR",268,"Seattle, WA" +449,205,159,"Long Beach, CA",162,"Oakland, CA" +449,206,159,"Long Beach, CA",159,"Long Beach, CA" +449,207,159,"Long Beach, CA",159,"Long Beach, CA" +449,208,159,"Long Beach, CA",268,"Seattle, WA" +449,209,159,"Long Beach, CA",159,"Long Beach, CA" +449,210,159,"Long Beach, CA",162,"Oakland, CA" +449,211,159,"Long Beach, CA",159,"Long Beach, CA" +449,212,268,"Seattle, WA",159,"Long Beach, CA" +449,213,159,"Long Beach, CA",159,"Long Beach, CA" +449,214,159,"Long Beach, CA",269,"Longview, WA" +449,215,268,"Seattle, WA",162,"Oakland, CA" +449,216,268,"Seattle, WA",239,"Portland, OR" +449,217,268,"Seattle, WA",159,"Long Beach, CA" +449,218,159,"Long Beach, CA",239,"Portland, OR" +449,219,159,"Long Beach, CA",269,"Longview, WA" +449,220,268,"Seattle, WA",159,"Long Beach, CA" +449,221,162,"Oakland, CA",159,"Long Beach, CA" +449,222,159,"Long Beach, CA",268,"Seattle, WA" +449,223,159,"Long Beach, CA",159,"Long Beach, CA" +449,224,239,"Portland, OR",162,"Oakland, CA" +449,225,159,"Long Beach, CA",268,"Seattle, WA" +449,226,239,"Portland, OR",268,"Seattle, WA" +449,227,268,"Seattle, WA",162,"Oakland, CA" +449,228,159,"Long Beach, CA",159,"Long Beach, CA" +449,229,159,"Long Beach, CA",159,"Long Beach, CA" +449,230,159,"Long Beach, CA",159,"Long Beach, CA" +449,231,162,"Oakland, CA",159,"Long Beach, CA" +449,232,268,"Seattle, WA",159,"Long Beach, CA" +449,233,159,"Long Beach, CA",159,"Long Beach, CA" +449,234,159,"Long Beach, CA",159,"Long Beach, CA" +449,235,159,"Long Beach, CA",159,"Long Beach, CA" +449,236,268,"Seattle, WA",162,"Oakland, CA" +449,237,162,"Oakland, CA",239,"Portland, OR" +449,238,159,"Long Beach, CA",159,"Long Beach, CA" +449,239,159,"Long Beach, CA",268,"Seattle, WA" +449,240,162,"Oakland, CA",268,"Seattle, WA" +449,241,162,"Oakland, CA",162,"Oakland, CA" +449,242,268,"Seattle, WA",268,"Seattle, WA" +449,243,268,"Seattle, WA",162,"Oakland, CA" +449,244,159,"Long Beach, CA",268,"Seattle, WA" +449,245,159,"Long Beach, CA",268,"Seattle, WA" +449,246,268,"Seattle, WA",268,"Seattle, WA" +449,247,268,"Seattle, WA",159,"Long Beach, CA" +449,248,268,"Seattle, WA",268,"Seattle, WA" +449,249,268,"Seattle, WA",159,"Long Beach, CA" +449,250,239,"Portland, OR",159,"Long Beach, CA" +449,251,159,"Long Beach, CA",159,"Long Beach, CA" +449,252,159,"Long Beach, CA",159,"Long Beach, CA" +449,253,159,"Long Beach, CA",159,"Long Beach, CA" +449,254,268,"Seattle, WA",268,"Seattle, WA" +449,255,268,"Seattle, WA",268,"Seattle, WA" +449,256,159,"Long Beach, CA",162,"Oakland, CA" +449,257,162,"Oakland, CA",159,"Long Beach, CA" +449,258,269,"Longview, WA",159,"Long Beach, CA" +449,259,162,"Oakland, CA",162,"Oakland, CA" +449,260,159,"Long Beach, CA",159,"Long Beach, CA" +449,261,268,"Seattle, WA",159,"Long Beach, CA" +449,262,159,"Long Beach, CA",159,"Long Beach, CA" +449,263,268,"Seattle, WA",159,"Long Beach, CA" +449,264,239,"Portland, OR",159,"Long Beach, CA" +449,265,159,"Long Beach, CA",159,"Long Beach, CA" +449,266,159,"Long Beach, CA",268,"Seattle, WA" +449,267,162,"Oakland, CA",159,"Long Beach, CA" +449,268,268,"Seattle, WA",269,"Longview, WA" +449,269,268,"Seattle, WA",162,"Oakland, CA" +449,270,159,"Long Beach, CA",269,"Longview, WA" +449,271,159,"Long Beach, CA",268,"Seattle, WA" +449,272,159,"Long Beach, CA",268,"Seattle, WA" +449,273,269,"Longview, WA",159,"Long Beach, CA" +450,1,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,2,172,"Port Everglades, FL",172,"Port Everglades, FL" +450,3,177,"Savannah, GA",177,"Savannah, GA" +450,4,177,"Savannah, GA",177,"Savannah, GA" +450,5,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,6,177,"Savannah, GA",177,"Savannah, GA" +450,7,198,"Baltimore, MD",198,"Baltimore, MD" +450,8,245,"Charleston, SC",245,"Charleston, SC" +450,9,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,10,177,"Savannah, GA",177,"Savannah, GA" +450,11,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,12,229,"Wilmington, NC",229,"Wilmington, NC" +450,13,177,"Savannah, GA",177,"Savannah, GA" +450,14,172,"Port Everglades, FL",172,"Port Everglades, FL" +450,15,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,16,174,"Tampa, FL",174,"Tampa, FL" +450,17,198,"Baltimore, MD",198,"Baltimore, MD" +450,18,172,"Port Everglades, FL",172,"Port Everglades, FL" +450,19,245,"Charleston, SC",245,"Charleston, SC" +450,20,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,21,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,22,172,"Port Everglades, FL",172,"Port Everglades, FL" +450,23,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,24,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,25,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,26,245,"Charleston, SC",245,"Charleston, SC" +450,27,172,"Port Everglades, FL",172,"Port Everglades, FL" +450,28,245,"Charleston, SC",245,"Charleston, SC" +450,29,245,"Charleston, SC",245,"Charleston, SC" +450,30,229,"Wilmington, NC",229,"Wilmington, NC" +450,31,245,"Charleston, SC",245,"Charleston, SC" +450,32,174,"Tampa, FL",174,"Tampa, FL" +450,33,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,34,245,"Charleston, SC",245,"Charleston, SC" +450,35,171,"Jacksonville, FL",171,"Jacksonville, FL" +450,36,172,"Port Everglades, FL",172,"Port Everglades, FL" +450,37,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,38,177,"Savannah, GA",177,"Savannah, GA" +450,39,172,"Port Everglades, FL",172,"Port Everglades, FL" +450,40,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,41,178,"Brunswick, GA",178,"Brunswick, GA" +450,42,177,"Savannah, GA",177,"Savannah, GA" +450,43,245,"Charleston, SC",245,"Charleston, SC" +450,44,241,"Philadelphia, PA",241,"Philadelphia, PA" +450,45,172,"Port Everglades, FL",172,"Port Everglades, FL" +450,46,178,"Brunswick, GA",178,"Brunswick, GA" +450,47,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,48,177,"Savannah, GA",177,"Savannah, GA" +450,49,245,"Charleston, SC",245,"Charleston, SC" +450,50,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,51,177,"Savannah, GA",177,"Savannah, GA" +450,52,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,53,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,54,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,55,169,"Wilmington, DE",169,"Wilmington, DE" +450,56,172,"Port Everglades, FL",172,"Port Everglades, FL" +450,57,172,"Port Everglades, FL",172,"Port Everglades, FL" +450,58,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,59,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,60,172,"Port Everglades, FL",172,"Port Everglades, FL" +450,61,245,"Charleston, SC",245,"Charleston, SC" +450,62,172,"Port Everglades, FL",172,"Port Everglades, FL" +450,63,172,"Port Everglades, FL",172,"Port Everglades, FL" +450,64,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,65,245,"Charleston, SC",245,"Charleston, SC" +450,66,172,"Port Everglades, FL",172,"Port Everglades, FL" +450,67,229,"Wilmington, NC",229,"Wilmington, NC" +450,68,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,69,177,"Savannah, GA",177,"Savannah, GA" +450,70,174,"Tampa, FL",174,"Tampa, FL" +450,71,178,"Brunswick, GA",178,"Brunswick, GA" +450,72,174,"Tampa, FL",174,"Tampa, FL" +450,73,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,74,245,"Charleston, SC",245,"Charleston, SC" +450,75,174,"Tampa, FL",174,"Tampa, FL" +450,76,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,77,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,78,177,"Savannah, GA",177,"Savannah, GA" +450,79,245,"Charleston, SC",245,"Charleston, SC" +450,80,171,"Jacksonville, FL",171,"Jacksonville, FL" +450,81,245,"Charleston, SC",245,"Charleston, SC" +450,82,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,83,245,"Charleston, SC",245,"Charleston, SC" +450,84,171,"Jacksonville, FL",171,"Jacksonville, FL" +450,85,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +450,86,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +450,87,245,"Charleston, SC",245,"Charleston, SC" +450,88,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,89,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,90,177,"Savannah, GA",177,"Savannah, GA" +450,91,245,"Charleston, SC",245,"Charleston, SC" +450,92,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,93,172,"Port Everglades, FL",172,"Port Everglades, FL" +450,94,177,"Savannah, GA",177,"Savannah, GA" +450,95,177,"Savannah, GA",177,"Savannah, GA" +450,96,172,"Port Everglades, FL",172,"Port Everglades, FL" +450,97,177,"Savannah, GA",177,"Savannah, GA" +450,98,174,"Tampa, FL",174,"Tampa, FL" +450,99,172,"Port Everglades, FL",172,"Port Everglades, FL" +450,100,171,"Jacksonville, FL",171,"Jacksonville, FL" +450,101,177,"Savannah, GA",177,"Savannah, GA" +450,102,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +450,103,174,"Tampa, FL",174,"Tampa, FL" +450,104,245,"Charleston, SC",245,"Charleston, SC" +450,105,174,"Tampa, FL",174,"Tampa, FL" +450,106,245,"Charleston, SC",245,"Charleston, SC" +450,107,245,"Charleston, SC",245,"Charleston, SC" +450,108,172,"Port Everglades, FL",172,"Port Everglades, FL" +450,109,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,110,245,"Charleston, SC",245,"Charleston, SC" +450,111,177,"Savannah, GA",177,"Savannah, GA" +450,112,245,"Charleston, SC",245,"Charleston, SC" +450,113,169,"Wilmington, DE",169,"Wilmington, DE" +450,114,177,"Savannah, GA",177,"Savannah, GA" +450,115,245,"Charleston, SC",245,"Charleston, SC" +450,116,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,117,172,"Port Everglades, FL",172,"Port Everglades, FL" +450,118,177,"Savannah, GA",177,"Savannah, GA" +450,119,177,"Savannah, GA",177,"Savannah, GA" +450,120,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,121,172,"Port Everglades, FL",172,"Port Everglades, FL" +450,122,172,"Port Everglades, FL",172,"Port Everglades, FL" +450,123,172,"Port Everglades, FL",172,"Port Everglades, FL" +450,124,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,125,177,"Savannah, GA",177,"Savannah, GA" +450,126,177,"Savannah, GA",177,"Savannah, GA" +450,127,177,"Savannah, GA",177,"Savannah, GA" +450,128,177,"Savannah, GA",177,"Savannah, GA" +450,129,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,130,172,"Port Everglades, FL",172,"Port Everglades, FL" +450,131,245,"Charleston, SC",245,"Charleston, SC" +450,132,172,"Port Everglades, FL",172,"Port Everglades, FL" +450,151,265,"Norfolk Harbor, VA",152,"Mobile, AL" +450,152,177,"Savannah, GA",174,"Tampa, FL" +450,153,174,"Tampa, FL",152,"Mobile, AL" +450,154,154,"Anchorage, AK",154,"Anchorage, AK" +450,155,171,"Jacksonville, FL",177,"Savannah, GA" +450,156,245,"Charleston, SC",172,"Port Everglades, FL" +450,157,229,"Wilmington, NC",257,"Houston, TX" +450,158,177,"Savannah, GA",195,"New Orleans, LA" +450,159,152,"Mobile, AL",194,"Lake Charles, LA" +450,160,177,"Savannah, GA",195,"New Orleans, LA" +450,161,177,"Savannah, GA",194,"Lake Charles, LA" +450,162,241,"Philadelphia, PA",195,"New Orleans, LA" +450,163,229,"Wilmington, NC",174,"Tampa, FL" +450,164,198,"Baltimore, MD",171,"Jacksonville, FL" +450,165,245,"Charleston, SC",265,"Norfolk Harbor, VA" +450,166,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +450,167,198,"Baltimore, MD",223,"New York, NY and NJ" +450,168,198,"Baltimore, MD",201,"Boston, MA" +450,169,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +450,170,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +450,171,245,"Charleston, SC",177,"Savannah, GA" +450,172,172,"Port Everglades, FL",172,"Port Everglades, FL" +450,173,172,"Port Everglades, FL",174,"Tampa, FL" +450,174,172,"Port Everglades, FL",177,"Savannah, GA" +450,175,177,"Savannah, GA",245,"Charleston, SC" +450,176,174,"Tampa, FL",177,"Savannah, GA" +450,177,172,"Port Everglades, FL",177,"Savannah, GA" +450,178,172,"Port Everglades, FL",174,"Tampa, FL" +450,179,179,"Honolulu, HI",179,"Honolulu, HI" +450,180,179,"Honolulu, HI",179,"Honolulu, HI" +450,181,177,"Savannah, GA",194,"Lake Charles, LA" +450,183,265,"Norfolk Harbor, VA",152,"Mobile, AL" +450,184,172,"Port Everglades, FL",245,"Charleston, SC" +450,185,245,"Charleston, SC",152,"Mobile, AL" +450,186,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +450,187,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +450,188,172,"Port Everglades, FL",177,"Savannah, GA" +450,189,245,"Charleston, SC",195,"New Orleans, LA" +450,190,174,"Tampa, FL",171,"Jacksonville, FL" +450,191,245,"Charleston, SC",171,"Jacksonville, FL" +450,192,174,"Tampa, FL",218,"Camden-Gloucester, NJ" +450,193,245,"Charleston, SC",172,"Port Everglades, FL" +450,194,177,"Savannah, GA",245,"Charleston, SC" +450,195,177,"Savannah, GA",171,"Jacksonville, FL" +450,196,174,"Tampa, FL",152,"Mobile, AL" +450,197,217,"New York, NY and NJ",223,"New York, NY and NJ" +450,198,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +450,199,245,"Charleston, SC",241,"Philadelphia, PA" +450,200,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +450,201,223,"New York, NY and NJ",198,"Baltimore, MD" +450,202,217,"New York, NY and NJ",198,"Baltimore, MD" +450,203,245,"Charleston, SC",265,"Norfolk Harbor, VA" +450,204,245,"Charleston, SC",265,"Norfolk Harbor, VA" +450,205,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,206,172,"Port Everglades, FL",171,"Jacksonville, FL" +450,207,245,"Charleston, SC",171,"Jacksonville, FL" +450,208,229,"Wilmington, NC",195,"New Orleans, LA" +450,209,245,"Charleston, SC",265,"Norfolk Harbor, VA" +450,210,172,"Port Everglades, FL",172,"Port Everglades, FL" +450,211,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +450,212,245,"Charleston, SC",172,"Port Everglades, FL" +450,213,172,"Port Everglades, FL",198,"Baltimore, MD" +450,214,172,"Port Everglades, FL",208,"Pascagoula, MS" +450,215,174,"Tampa, FL",195,"New Orleans, LA" +450,216,217,"New York, NY and NJ",241,"Philadelphia, PA" +450,217,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +450,218,198,"Baltimore, MD",241,"Philadelphia, PA" +450,219,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +450,220,172,"Port Everglades, FL",195,"New Orleans, LA" +450,221,229,"Wilmington, NC",217,"New York, NY and NJ" +450,222,245,"Charleston, SC",217,"New York, NY and NJ" +450,223,217,"New York, NY and NJ",223,"New York, NY and NJ" +450,224,241,"Philadelphia, PA",223,"New York, NY and NJ" +450,225,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +450,226,172,"Port Everglades, FL",177,"Savannah, GA" +450,227,245,"Charleston, SC",245,"Charleston, SC" +450,228,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +450,229,245,"Charleston, SC",265,"Norfolk Harbor, VA" +450,230,171,"Jacksonville, FL",217,"New York, NY and NJ" +450,231,174,"Tampa, FL",265,"Norfolk Harbor, VA" +450,232,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +450,233,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +450,234,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +450,235,229,"Wilmington, NC",217,"New York, NY and NJ" +450,236,172,"Port Everglades, FL",195,"New Orleans, LA" +450,237,245,"Charleston, SC",245,"Charleston, SC" +450,238,174,"Tampa, FL",177,"Savannah, GA" +450,239,177,"Savannah, GA",241,"Philadelphia, PA" +450,240,172,"Port Everglades, FL",197,"Portland, ME" +450,241,265,"Norfolk Harbor, VA",245,"Charleston, SC" +450,242,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +450,243,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +450,244,245,"Charleston, SC",223,"New York, NY and NJ" +450,245,245,"Charleston, SC",177,"Savannah, GA" +450,246,172,"Port Everglades, FL",171,"Jacksonville, FL" +450,247,245,"Charleston, SC",174,"Tampa, FL" +450,248,245,"Charleston, SC",265,"Norfolk Harbor, VA" +450,249,172,"Port Everglades, FL",208,"Pascagoula, MS" +450,250,177,"Savannah, GA",245,"Charleston, SC" +450,251,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +450,252,172,"Port Everglades, FL",257,"Houston, TX" +450,253,174,"Tampa, FL",177,"Savannah, GA" +450,254,172,"Port Everglades, FL",152,"Mobile, AL" +450,255,177,"Savannah, GA",195,"New Orleans, LA" +450,256,172,"Port Everglades, FL",257,"Houston, TX" +450,257,245,"Charleston, SC",195,"New Orleans, LA" +450,258,171,"Jacksonville, FL",152,"Mobile, AL" +450,259,177,"Savannah, GA",257,"Houston, TX" +450,260,177,"Savannah, GA",245,"Charleston, SC" +450,261,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +450,262,245,"Charleston, SC",208,"Pascagoula, MS" +450,263,217,"New York, NY and NJ",223,"New York, NY and NJ" +450,264,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +450,265,245,"Charleston, SC",171,"Jacksonville, FL" +450,266,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +450,267,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +450,268,177,"Savannah, GA",229,"Wilmington, NC" +450,269,174,"Tampa, FL",265,"Norfolk Harbor, VA" +450,270,177,"Savannah, GA",172,"Port Everglades, FL" +450,271,265,"Norfolk Harbor, VA",245,"Charleston, SC" +450,272,171,"Jacksonville, FL",245,"Charleston, SC" +450,273,229,"Wilmington, NC",172,"Port Everglades, FL" +451,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,2,244,"Providence, RI",244,"Providence, RI" +451,3,241,"Philadelphia, PA",241,"Philadelphia, PA" +451,4,198,"Baltimore, MD",198,"Baltimore, MD" +451,5,217,"New York, NY and NJ",217,"New York, NY and NJ" +451,6,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +451,7,217,"New York, NY and NJ",217,"New York, NY and NJ" +451,8,217,"New York, NY and NJ",217,"New York, NY and NJ" +451,9,217,"New York, NY and NJ",217,"New York, NY and NJ" +451,10,217,"New York, NY and NJ",217,"New York, NY and NJ" +451,11,217,"New York, NY and NJ",217,"New York, NY and NJ" +451,12,217,"New York, NY and NJ",217,"New York, NY and NJ" +451,13,198,"Baltimore, MD",198,"Baltimore, MD" +451,14,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,15,169,"Wilmington, DE",169,"Wilmington, DE" +451,16,197,"Portland, ME",197,"Portland, ME" +451,17,217,"New York, NY and NJ",217,"New York, NY and NJ" +451,18,244,"Providence, RI",244,"Providence, RI" +451,19,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,20,197,"Portland, ME",197,"Portland, ME" +451,21,197,"Portland, ME",197,"Portland, ME" +451,22,217,"New York, NY and NJ",217,"New York, NY and NJ" +451,23,201,"Boston, MA",201,"Boston, MA" +451,24,244,"Providence, RI",244,"Providence, RI" +451,25,244,"Providence, RI",244,"Providence, RI" +451,26,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +451,27,198,"Baltimore, MD",198,"Baltimore, MD" +451,28,201,"Boston, MA",201,"Boston, MA" +451,29,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,30,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,31,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,32,201,"Boston, MA",201,"Boston, MA" +451,33,201,"Boston, MA",201,"Boston, MA" +451,34,244,"Providence, RI",244,"Providence, RI" +451,35,198,"Baltimore, MD",198,"Baltimore, MD" +451,36,198,"Baltimore, MD",198,"Baltimore, MD" +451,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,38,241,"Philadelphia, PA",241,"Philadelphia, PA" +451,39,217,"New York, NY and NJ",217,"New York, NY and NJ" +451,40,201,"Boston, MA",201,"Boston, MA" +451,41,241,"Philadelphia, PA",241,"Philadelphia, PA" +451,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,44,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +451,45,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +451,46,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,47,201,"Boston, MA",201,"Boston, MA" +451,48,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,49,201,"Boston, MA",201,"Boston, MA" +451,50,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +451,51,217,"New York, NY and NJ",217,"New York, NY and NJ" +451,52,201,"Boston, MA",201,"Boston, MA" +451,53,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,54,244,"Providence, RI",244,"Providence, RI" +451,55,217,"New York, NY and NJ",217,"New York, NY and NJ" +451,56,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,58,201,"Boston, MA",201,"Boston, MA" +451,59,241,"Philadelphia, PA",241,"Philadelphia, PA" +451,60,201,"Boston, MA",201,"Boston, MA" +451,61,217,"New York, NY and NJ",217,"New York, NY and NJ" +451,62,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +451,63,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +451,64,244,"Providence, RI",244,"Providence, RI" +451,65,241,"Philadelphia, PA",241,"Philadelphia, PA" +451,66,201,"Boston, MA",201,"Boston, MA" +451,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +451,68,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,69,197,"Portland, ME",197,"Portland, ME" +451,70,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,71,229,"Wilmington, NC",229,"Wilmington, NC" +451,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,73,241,"Philadelphia, PA",241,"Philadelphia, PA" +451,74,217,"New York, NY and NJ",217,"New York, NY and NJ" +451,75,201,"Boston, MA",201,"Boston, MA" +451,76,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +451,77,201,"Boston, MA",201,"Boston, MA" +451,78,197,"Portland, ME",197,"Portland, ME" +451,79,217,"New York, NY and NJ",217,"New York, NY and NJ" +451,80,217,"New York, NY and NJ",217,"New York, NY and NJ" +451,81,201,"Boston, MA",201,"Boston, MA" +451,82,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,83,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,85,198,"Baltimore, MD",198,"Baltimore, MD" +451,86,198,"Baltimore, MD",198,"Baltimore, MD" +451,87,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +451,88,241,"Philadelphia, PA",241,"Philadelphia, PA" +451,89,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,92,197,"Portland, ME",197,"Portland, ME" +451,93,217,"New York, NY and NJ",217,"New York, NY and NJ" +451,94,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,95,197,"Portland, ME",197,"Portland, ME" +451,96,197,"Portland, ME",197,"Portland, ME" +451,97,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +451,98,197,"Portland, ME",197,"Portland, ME" +451,99,198,"Baltimore, MD",198,"Baltimore, MD" +451,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,101,201,"Boston, MA",201,"Boston, MA" +451,102,198,"Baltimore, MD",198,"Baltimore, MD" +451,103,244,"Providence, RI",244,"Providence, RI" +451,104,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,105,217,"New York, NY and NJ",217,"New York, NY and NJ" +451,106,198,"Baltimore, MD",198,"Baltimore, MD" +451,107,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,108,201,"Boston, MA",201,"Boston, MA" +451,109,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +451,110,217,"New York, NY and NJ",217,"New York, NY and NJ" +451,111,217,"New York, NY and NJ",217,"New York, NY and NJ" +451,112,197,"Portland, ME",197,"Portland, ME" +451,113,241,"Philadelphia, PA",241,"Philadelphia, PA" +451,114,241,"Philadelphia, PA",241,"Philadelphia, PA" +451,115,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +451,116,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,117,201,"Boston, MA",201,"Boston, MA" +451,118,197,"Portland, ME",197,"Portland, ME" +451,119,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +451,120,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,121,197,"Portland, ME",197,"Portland, ME" +451,122,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,123,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,124,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,125,198,"Baltimore, MD",198,"Baltimore, MD" +451,126,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,127,169,"Wilmington, DE",169,"Wilmington, DE" +451,128,244,"Providence, RI",244,"Providence, RI" +451,129,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,130,217,"New York, NY and NJ",217,"New York, NY and NJ" +451,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +451,132,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,151,241,"Philadelphia, PA",217,"New York, NY and NJ" +451,152,197,"Portland, ME",244,"Providence, RI" +451,153,217,"New York, NY and NJ",241,"Philadelphia, PA" +451,154,154,"Anchorage, AK",154,"Anchorage, AK" +451,155,223,"New York, NY and NJ",217,"New York, NY and NJ" +451,156,223,"New York, NY and NJ",201,"Boston, MA" +451,157,201,"Boston, MA",197,"Portland, ME" +451,158,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +451,159,223,"New York, NY and NJ",198,"Baltimore, MD" +451,160,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,161,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,162,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,163,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +451,164,223,"New York, NY and NJ",217,"New York, NY and NJ" +451,165,265,"Norfolk Harbor, VA",201,"Boston, MA" +451,166,244,"Providence, RI",218,"Camden-Gloucester, NJ" +451,167,217,"New York, NY and NJ",198,"Baltimore, MD" +451,168,223,"New York, NY and NJ",201,"Boston, MA" +451,169,241,"Philadelphia, PA",217,"New York, NY and NJ" +451,170,201,"Boston, MA",223,"New York, NY and NJ" +451,171,217,"New York, NY and NJ",241,"Philadelphia, PA" +451,172,223,"New York, NY and NJ",217,"New York, NY and NJ" +451,173,218,"Camden-Gloucester, NJ",197,"Portland, ME" +451,174,201,"Boston, MA",197,"Portland, ME" +451,175,218,"Camden-Gloucester, NJ",201,"Boston, MA" +451,176,217,"New York, NY and NJ",241,"Philadelphia, PA" +451,177,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,178,217,"New York, NY and NJ",223,"New York, NY and NJ" +451,179,179,"Honolulu, HI",179,"Honolulu, HI" +451,180,179,"Honolulu, HI",179,"Honolulu, HI" +451,181,198,"Baltimore, MD",223,"New York, NY and NJ" +451,183,223,"New York, NY and NJ",198,"Baltimore, MD" +451,184,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,185,201,"Boston, MA",198,"Baltimore, MD" +451,186,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +451,187,217,"New York, NY and NJ",223,"New York, NY and NJ" +451,188,201,"Boston, MA",169,"Wilmington, DE" +451,189,198,"Baltimore, MD",217,"New York, NY and NJ" +451,190,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,191,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +451,192,241,"Philadelphia, PA",198,"Baltimore, MD" +451,193,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +451,194,201,"Boston, MA",265,"Norfolk Harbor, VA" +451,195,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +451,196,223,"New York, NY and NJ",201,"Boston, MA" +451,197,217,"New York, NY and NJ",223,"New York, NY and NJ" +451,198,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +451,199,241,"Philadelphia, PA",198,"Baltimore, MD" +451,200,169,"Wilmington, DE",223,"New York, NY and NJ" +451,201,197,"Portland, ME",201,"Boston, MA" +451,202,201,"Boston, MA",223,"New York, NY and NJ" +451,203,197,"Portland, ME",218,"Camden-Gloucester, NJ" +451,204,217,"New York, NY and NJ",201,"Boston, MA" +451,205,223,"New York, NY and NJ",241,"Philadelphia, PA" +451,206,241,"Philadelphia, PA",223,"New York, NY and NJ" +451,207,197,"Portland, ME",197,"Portland, ME" +451,208,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +451,209,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +451,210,201,"Boston, MA",241,"Philadelphia, PA" +451,211,201,"Boston, MA",223,"New York, NY and NJ" +451,212,241,"Philadelphia, PA",223,"New York, NY and NJ" +451,213,197,"Portland, ME",201,"Boston, MA" +451,214,244,"Providence, RI",265,"Norfolk Harbor, VA" +451,215,198,"Baltimore, MD",201,"Boston, MA" +451,216,198,"Baltimore, MD",223,"New York, NY and NJ" +451,217,198,"Baltimore, MD",223,"New York, NY and NJ" +451,218,241,"Philadelphia, PA",223,"New York, NY and NJ" +451,219,197,"Portland, ME",223,"New York, NY and NJ" +451,220,265,"Norfolk Harbor, VA",245,"Charleston, SC" +451,221,223,"New York, NY and NJ",244,"Providence, RI" +451,222,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,223,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,224,223,"New York, NY and NJ",217,"New York, NY and NJ" +451,225,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,226,217,"New York, NY and NJ",217,"New York, NY and NJ" +451,227,201,"Boston, MA",241,"Philadelphia, PA" +451,228,198,"Baltimore, MD",197,"Portland, ME" +451,229,241,"Philadelphia, PA",223,"New York, NY and NJ" +451,230,198,"Baltimore, MD",197,"Portland, ME" +451,231,244,"Providence, RI",218,"Camden-Gloucester, NJ" +451,232,217,"New York, NY and NJ",201,"Boston, MA" +451,233,218,"Camden-Gloucester, NJ",197,"Portland, ME" +451,234,198,"Baltimore, MD",217,"New York, NY and NJ" +451,235,201,"Boston, MA",201,"Boston, MA" +451,236,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +451,237,201,"Boston, MA",217,"New York, NY and NJ" +451,238,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +451,239,223,"New York, NY and NJ",201,"Boston, MA" +451,240,217,"New York, NY and NJ",223,"New York, NY and NJ" +451,241,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +451,242,201,"Boston, MA",198,"Baltimore, MD" +451,243,223,"New York, NY and NJ",223,"New York, NY and NJ" +451,244,244,"Providence, RI",223,"New York, NY and NJ" +451,245,197,"Portland, ME",223,"New York, NY and NJ" +451,246,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +451,247,197,"Portland, ME",217,"New York, NY and NJ" +451,248,198,"Baltimore, MD",217,"New York, NY and NJ" +451,249,223,"New York, NY and NJ",217,"New York, NY and NJ" +451,250,217,"New York, NY and NJ",217,"New York, NY and NJ" +451,251,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +451,252,217,"New York, NY and NJ",195,"New Orleans, LA" +451,253,217,"New York, NY and NJ",241,"Philadelphia, PA" +451,254,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +451,255,197,"Portland, ME",217,"New York, NY and NJ" +451,256,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +451,257,217,"New York, NY and NJ",253,"Beaumont, TX" +451,258,223,"New York, NY and NJ",253,"Beaumont, TX" +451,259,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +451,260,217,"New York, NY and NJ",223,"New York, NY and NJ" +451,261,198,"Baltimore, MD",223,"New York, NY and NJ" +451,262,197,"Portland, ME",201,"Boston, MA" +451,263,217,"New York, NY and NJ",201,"Boston, MA" +451,264,217,"New York, NY and NJ",169,"Wilmington, DE" +451,265,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +451,266,223,"New York, NY and NJ",197,"Portland, ME" +451,267,223,"New York, NY and NJ",198,"Baltimore, MD" +451,268,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +451,269,223,"New York, NY and NJ",217,"New York, NY and NJ" +451,270,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +451,271,197,"Portland, ME",223,"New York, NY and NJ" +451,272,197,"Portland, ME",223,"New York, NY and NJ" +451,273,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,1,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +452,2,201,"Boston, MA",201,"Boston, MA" +452,3,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +452,4,198,"Baltimore, MD",198,"Baltimore, MD" +452,5,198,"Baltimore, MD",198,"Baltimore, MD" +452,6,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +452,7,197,"Portland, ME",197,"Portland, ME" +452,8,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,9,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,10,197,"Portland, ME",197,"Portland, ME" +452,11,201,"Boston, MA",201,"Boston, MA" +452,12,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +452,13,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,14,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,15,244,"Providence, RI",244,"Providence, RI" +452,16,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,17,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,18,197,"Portland, ME",197,"Portland, ME" +452,19,201,"Boston, MA",201,"Boston, MA" +452,20,197,"Portland, ME",197,"Portland, ME" +452,21,241,"Philadelphia, PA",241,"Philadelphia, PA" +452,22,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,23,241,"Philadelphia, PA",241,"Philadelphia, PA" +452,24,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,25,197,"Portland, ME",197,"Portland, ME" +452,26,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,27,198,"Baltimore, MD",198,"Baltimore, MD" +452,28,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,29,201,"Boston, MA",201,"Boston, MA" +452,30,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,31,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,32,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,33,201,"Boston, MA",201,"Boston, MA" +452,34,198,"Baltimore, MD",198,"Baltimore, MD" +452,35,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,36,241,"Philadelphia, PA",241,"Philadelphia, PA" +452,37,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,38,198,"Baltimore, MD",198,"Baltimore, MD" +452,39,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,40,198,"Baltimore, MD",198,"Baltimore, MD" +452,41,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,42,241,"Philadelphia, PA",241,"Philadelphia, PA" +452,43,197,"Portland, ME",197,"Portland, ME" +452,44,198,"Baltimore, MD",198,"Baltimore, MD" +452,45,197,"Portland, ME",197,"Portland, ME" +452,46,241,"Philadelphia, PA",241,"Philadelphia, PA" +452,47,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,48,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,49,244,"Providence, RI",244,"Providence, RI" +452,50,241,"Philadelphia, PA",241,"Philadelphia, PA" +452,51,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,52,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,53,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,54,198,"Baltimore, MD",198,"Baltimore, MD" +452,55,244,"Providence, RI",244,"Providence, RI" +452,56,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,57,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,58,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,59,244,"Providence, RI",244,"Providence, RI" +452,60,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,61,201,"Boston, MA",201,"Boston, MA" +452,62,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +452,63,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,64,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +452,65,197,"Portland, ME",197,"Portland, ME" +452,66,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,68,241,"Philadelphia, PA",241,"Philadelphia, PA" +452,69,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,70,201,"Boston, MA",201,"Boston, MA" +452,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,73,244,"Providence, RI",244,"Providence, RI" +452,74,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,75,241,"Philadelphia, PA",241,"Philadelphia, PA" +452,76,201,"Boston, MA",201,"Boston, MA" +452,77,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,78,197,"Portland, ME",197,"Portland, ME" +452,79,197,"Portland, ME",197,"Portland, ME" +452,80,198,"Baltimore, MD",198,"Baltimore, MD" +452,81,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,82,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,83,197,"Portland, ME",197,"Portland, ME" +452,84,201,"Boston, MA",201,"Boston, MA" +452,85,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,86,198,"Baltimore, MD",198,"Baltimore, MD" +452,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,88,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,89,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,90,241,"Philadelphia, PA",241,"Philadelphia, PA" +452,91,201,"Boston, MA",201,"Boston, MA" +452,92,201,"Boston, MA",201,"Boston, MA" +452,93,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,94,197,"Portland, ME",197,"Portland, ME" +452,95,198,"Baltimore, MD",198,"Baltimore, MD" +452,96,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,97,198,"Baltimore, MD",198,"Baltimore, MD" +452,98,201,"Boston, MA",201,"Boston, MA" +452,99,241,"Philadelphia, PA",241,"Philadelphia, PA" +452,100,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,101,244,"Providence, RI",244,"Providence, RI" +452,102,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,103,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,104,197,"Portland, ME",197,"Portland, ME" +452,105,197,"Portland, ME",197,"Portland, ME" +452,106,197,"Portland, ME",197,"Portland, ME" +452,107,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,108,241,"Philadelphia, PA",241,"Philadelphia, PA" +452,109,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,110,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,111,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,112,201,"Boston, MA",201,"Boston, MA" +452,113,241,"Philadelphia, PA",241,"Philadelphia, PA" +452,114,201,"Boston, MA",201,"Boston, MA" +452,115,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +452,116,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,117,198,"Baltimore, MD",198,"Baltimore, MD" +452,118,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,119,197,"Portland, ME",197,"Portland, ME" +452,120,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,121,241,"Philadelphia, PA",241,"Philadelphia, PA" +452,122,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,123,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,124,241,"Philadelphia, PA",241,"Philadelphia, PA" +452,125,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +452,126,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,127,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,128,169,"Wilmington, DE",169,"Wilmington, DE" +452,129,201,"Boston, MA",201,"Boston, MA" +452,130,197,"Portland, ME",197,"Portland, ME" +452,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,132,241,"Philadelphia, PA",241,"Philadelphia, PA" +452,151,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +452,152,223,"New York, NY and NJ",241,"Philadelphia, PA" +452,153,223,"New York, NY and NJ",177,"Savannah, GA" +452,154,154,"Anchorage, AK",154,"Anchorage, AK" +452,155,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,156,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +452,157,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +452,158,223,"New York, NY and NJ",198,"Baltimore, MD" +452,159,198,"Baltimore, MD",241,"Philadelphia, PA" +452,160,223,"New York, NY and NJ",201,"Boston, MA" +452,161,241,"Philadelphia, PA",201,"Boston, MA" +452,162,244,"Providence, RI",244,"Providence, RI" +452,163,244,"Providence, RI",245,"Charleston, SC" +452,164,217,"New York, NY and NJ",198,"Baltimore, MD" +452,165,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,166,217,"New York, NY and NJ",223,"New York, NY and NJ" +452,167,223,"New York, NY and NJ",244,"Providence, RI" +452,168,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +452,169,197,"Portland, ME",244,"Providence, RI" +452,170,201,"Boston, MA",198,"Baltimore, MD" +452,171,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +452,172,197,"Portland, ME",241,"Philadelphia, PA" +452,173,223,"New York, NY and NJ",217,"New York, NY and NJ" +452,174,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +452,175,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +452,176,197,"Portland, ME",197,"Portland, ME" +452,177,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +452,178,241,"Philadelphia, PA",241,"Philadelphia, PA" +452,179,179,"Honolulu, HI",179,"Honolulu, HI" +452,180,179,"Honolulu, HI",179,"Honolulu, HI" +452,181,217,"New York, NY and NJ",201,"Boston, MA" +452,183,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,184,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +452,185,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +452,186,201,"Boston, MA",197,"Portland, ME" +452,187,244,"Providence, RI",265,"Norfolk Harbor, VA" +452,188,198,"Baltimore, MD",197,"Portland, ME" +452,189,201,"Boston, MA",223,"New York, NY and NJ" +452,190,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +452,191,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +452,192,217,"New York, NY and NJ",198,"Baltimore, MD" +452,193,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +452,194,198,"Baltimore, MD",177,"Savannah, GA" +452,195,197,"Portland, ME",201,"Boston, MA" +452,196,177,"Savannah, GA",197,"Portland, ME" +452,197,244,"Providence, RI",223,"New York, NY and NJ" +452,198,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +452,199,241,"Philadelphia, PA",244,"Providence, RI" +452,200,241,"Philadelphia, PA",201,"Boston, MA" +452,201,244,"Providence, RI",218,"Camden-Gloucester, NJ" +452,202,197,"Portland, ME",197,"Portland, ME" +452,203,197,"Portland, ME",223,"New York, NY and NJ" +452,204,197,"Portland, ME",197,"Portland, ME" +452,205,197,"Portland, ME",217,"New York, NY and NJ" +452,206,201,"Boston, MA",244,"Providence, RI" +452,207,241,"Philadelphia, PA",198,"Baltimore, MD" +452,208,218,"Camden-Gloucester, NJ",208,"Pascagoula, MS" +452,209,229,"Wilmington, NC",223,"New York, NY and NJ" +452,210,223,"New York, NY and NJ",201,"Boston, MA" +452,211,241,"Philadelphia, PA",244,"Providence, RI" +452,212,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +452,213,244,"Providence, RI",265,"Norfolk Harbor, VA" +452,214,197,"Portland, ME",198,"Baltimore, MD" +452,215,198,"Baltimore, MD",198,"Baltimore, MD" +452,216,217,"New York, NY and NJ",223,"New York, NY and NJ" +452,217,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +452,218,223,"New York, NY and NJ",217,"New York, NY and NJ" +452,219,201,"Boston, MA",244,"Providence, RI" +452,220,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +452,221,244,"Providence, RI",201,"Boston, MA" +452,222,201,"Boston, MA",223,"New York, NY and NJ" +452,223,223,"New York, NY and NJ",201,"Boston, MA" +452,224,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,225,217,"New York, NY and NJ",223,"New York, NY and NJ" +452,226,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +452,227,201,"Boston, MA",241,"Philadelphia, PA" +452,228,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +452,229,198,"Baltimore, MD",198,"Baltimore, MD" +452,230,198,"Baltimore, MD",223,"New York, NY and NJ" +452,231,223,"New York, NY and NJ",217,"New York, NY and NJ" +452,232,265,"Norfolk Harbor, VA",201,"Boston, MA" +452,233,201,"Boston, MA",217,"New York, NY and NJ" +452,234,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,235,197,"Portland, ME",241,"Philadelphia, PA" +452,236,244,"Providence, RI",223,"New York, NY and NJ" +452,237,198,"Baltimore, MD",241,"Philadelphia, PA" +452,238,198,"Baltimore, MD",201,"Boston, MA" +452,239,223,"New York, NY and NJ",201,"Boston, MA" +452,240,198,"Baltimore, MD",197,"Portland, ME" +452,241,197,"Portland, ME",218,"Camden-Gloucester, NJ" +452,242,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +452,243,197,"Portland, ME",201,"Boston, MA" +452,244,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,245,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +452,246,197,"Portland, ME",241,"Philadelphia, PA" +452,247,197,"Portland, ME",217,"New York, NY and NJ" +452,248,198,"Baltimore, MD",197,"Portland, ME" +452,249,197,"Portland, ME",217,"New York, NY and NJ" +452,250,197,"Portland, ME",223,"New York, NY and NJ" +452,251,217,"New York, NY and NJ",198,"Baltimore, MD" +452,252,223,"New York, NY and NJ",217,"New York, NY and NJ" +452,253,241,"Philadelphia, PA",223,"New York, NY and NJ" +452,254,223,"New York, NY and NJ",223,"New York, NY and NJ" +452,255,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,256,223,"New York, NY and NJ",198,"Baltimore, MD" +452,257,229,"Wilmington, NC",201,"Boston, MA" +452,258,201,"Boston, MA",197,"Portland, ME" +452,259,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,260,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +452,261,198,"Baltimore, MD",198,"Baltimore, MD" +452,262,223,"New York, NY and NJ",244,"Providence, RI" +452,263,241,"Philadelphia, PA",217,"New York, NY and NJ" +452,264,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,265,223,"New York, NY and NJ",197,"Portland, ME" +452,266,223,"New York, NY and NJ",197,"Portland, ME" +452,267,201,"Boston, MA",241,"Philadelphia, PA" +452,268,198,"Baltimore, MD",217,"New York, NY and NJ" +452,269,217,"New York, NY and NJ",217,"New York, NY and NJ" +452,270,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +452,271,223,"New York, NY and NJ",197,"Portland, ME" +452,272,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +452,273,201,"Boston, MA",197,"Portland, ME" +453,1,162,"Oakland, CA",162,"Oakland, CA" +453,2,239,"Portland, OR",239,"Portland, OR" +453,3,159,"Long Beach, CA",159,"Long Beach, CA" +453,4,268,"Seattle, WA",268,"Seattle, WA" +453,5,162,"Oakland, CA",162,"Oakland, CA" +453,6,269,"Longview, WA",269,"Longview, WA" +453,7,162,"Oakland, CA",162,"Oakland, CA" +453,8,159,"Long Beach, CA",159,"Long Beach, CA" +453,9,162,"Oakland, CA",162,"Oakland, CA" +453,10,268,"Seattle, WA",268,"Seattle, WA" +453,11,159,"Long Beach, CA",159,"Long Beach, CA" +453,12,159,"Long Beach, CA",159,"Long Beach, CA" +453,13,159,"Long Beach, CA",159,"Long Beach, CA" +453,14,268,"Seattle, WA",268,"Seattle, WA" +453,15,239,"Portland, OR",239,"Portland, OR" +453,16,159,"Long Beach, CA",159,"Long Beach, CA" +453,17,159,"Long Beach, CA",159,"Long Beach, CA" +453,18,159,"Long Beach, CA",159,"Long Beach, CA" +453,19,159,"Long Beach, CA",159,"Long Beach, CA" +453,20,162,"Oakland, CA",162,"Oakland, CA" +453,21,159,"Long Beach, CA",159,"Long Beach, CA" +453,22,159,"Long Beach, CA",159,"Long Beach, CA" +453,23,268,"Seattle, WA",268,"Seattle, WA" +453,24,159,"Long Beach, CA",159,"Long Beach, CA" +453,25,268,"Seattle, WA",268,"Seattle, WA" +453,26,159,"Long Beach, CA",159,"Long Beach, CA" +453,27,159,"Long Beach, CA",159,"Long Beach, CA" +453,28,268,"Seattle, WA",268,"Seattle, WA" +453,29,162,"Oakland, CA",162,"Oakland, CA" +453,30,159,"Long Beach, CA",159,"Long Beach, CA" +453,31,159,"Long Beach, CA",159,"Long Beach, CA" +453,32,269,"Longview, WA",269,"Longview, WA" +453,33,159,"Long Beach, CA",159,"Long Beach, CA" +453,34,159,"Long Beach, CA",159,"Long Beach, CA" +453,35,159,"Long Beach, CA",159,"Long Beach, CA" +453,36,159,"Long Beach, CA",159,"Long Beach, CA" +453,37,239,"Portland, OR",239,"Portland, OR" +453,38,268,"Seattle, WA",268,"Seattle, WA" +453,39,268,"Seattle, WA",268,"Seattle, WA" +453,40,269,"Longview, WA",269,"Longview, WA" +453,41,159,"Long Beach, CA",159,"Long Beach, CA" +453,42,268,"Seattle, WA",268,"Seattle, WA" +453,43,268,"Seattle, WA",268,"Seattle, WA" +453,44,159,"Long Beach, CA",159,"Long Beach, CA" +453,45,159,"Long Beach, CA",159,"Long Beach, CA" +453,46,268,"Seattle, WA",268,"Seattle, WA" +453,47,268,"Seattle, WA",268,"Seattle, WA" +453,48,269,"Longview, WA",269,"Longview, WA" +453,49,159,"Long Beach, CA",159,"Long Beach, CA" +453,50,159,"Long Beach, CA",159,"Long Beach, CA" +453,51,159,"Long Beach, CA",159,"Long Beach, CA" +453,52,159,"Long Beach, CA",159,"Long Beach, CA" +453,53,159,"Long Beach, CA",159,"Long Beach, CA" +453,54,159,"Long Beach, CA",159,"Long Beach, CA" +453,55,268,"Seattle, WA",268,"Seattle, WA" +453,56,269,"Longview, WA",269,"Longview, WA" +453,57,268,"Seattle, WA",268,"Seattle, WA" +453,58,159,"Long Beach, CA",159,"Long Beach, CA" +453,59,162,"Oakland, CA",162,"Oakland, CA" +453,60,268,"Seattle, WA",268,"Seattle, WA" +453,61,159,"Long Beach, CA",159,"Long Beach, CA" +453,62,159,"Long Beach, CA",159,"Long Beach, CA" +453,63,162,"Oakland, CA",162,"Oakland, CA" +453,64,162,"Oakland, CA",162,"Oakland, CA" +453,65,159,"Long Beach, CA",159,"Long Beach, CA" +453,66,268,"Seattle, WA",268,"Seattle, WA" +453,67,268,"Seattle, WA",268,"Seattle, WA" +453,68,268,"Seattle, WA",268,"Seattle, WA" +453,69,159,"Long Beach, CA",159,"Long Beach, CA" +453,70,162,"Oakland, CA",162,"Oakland, CA" +453,71,268,"Seattle, WA",268,"Seattle, WA" +453,72,239,"Portland, OR",239,"Portland, OR" +453,73,159,"Long Beach, CA",159,"Long Beach, CA" +453,74,159,"Long Beach, CA",159,"Long Beach, CA" +453,75,268,"Seattle, WA",268,"Seattle, WA" +453,76,162,"Oakland, CA",162,"Oakland, CA" +453,77,159,"Long Beach, CA",159,"Long Beach, CA" +453,78,159,"Long Beach, CA",159,"Long Beach, CA" +453,79,159,"Long Beach, CA",159,"Long Beach, CA" +453,80,159,"Long Beach, CA",159,"Long Beach, CA" +453,81,268,"Seattle, WA",268,"Seattle, WA" +453,82,268,"Seattle, WA",268,"Seattle, WA" +453,83,162,"Oakland, CA",162,"Oakland, CA" +453,84,159,"Long Beach, CA",159,"Long Beach, CA" +453,85,162,"Oakland, CA",162,"Oakland, CA" +453,86,268,"Seattle, WA",268,"Seattle, WA" +453,87,239,"Portland, OR",239,"Portland, OR" +453,88,159,"Long Beach, CA",159,"Long Beach, CA" +453,89,159,"Long Beach, CA",159,"Long Beach, CA" +453,90,159,"Long Beach, CA",159,"Long Beach, CA" +453,91,162,"Oakland, CA",162,"Oakland, CA" +453,92,159,"Long Beach, CA",159,"Long Beach, CA" +453,93,159,"Long Beach, CA",159,"Long Beach, CA" +453,94,159,"Long Beach, CA",159,"Long Beach, CA" +453,95,159,"Long Beach, CA",159,"Long Beach, CA" +453,96,268,"Seattle, WA",268,"Seattle, WA" +453,97,268,"Seattle, WA",268,"Seattle, WA" +453,98,239,"Portland, OR",239,"Portland, OR" +453,99,159,"Long Beach, CA",159,"Long Beach, CA" +453,100,159,"Long Beach, CA",159,"Long Beach, CA" +453,101,159,"Long Beach, CA",159,"Long Beach, CA" +453,102,159,"Long Beach, CA",159,"Long Beach, CA" +453,103,159,"Long Beach, CA",159,"Long Beach, CA" +453,104,159,"Long Beach, CA",159,"Long Beach, CA" +453,105,159,"Long Beach, CA",159,"Long Beach, CA" +453,106,159,"Long Beach, CA",159,"Long Beach, CA" +453,107,159,"Long Beach, CA",159,"Long Beach, CA" +453,108,268,"Seattle, WA",268,"Seattle, WA" +453,109,159,"Long Beach, CA",159,"Long Beach, CA" +453,110,162,"Oakland, CA",162,"Oakland, CA" +453,111,159,"Long Beach, CA",159,"Long Beach, CA" +453,112,159,"Long Beach, CA",159,"Long Beach, CA" +453,113,162,"Oakland, CA",162,"Oakland, CA" +453,114,159,"Long Beach, CA",159,"Long Beach, CA" +453,115,159,"Long Beach, CA",159,"Long Beach, CA" +453,116,268,"Seattle, WA",268,"Seattle, WA" +453,117,269,"Longview, WA",269,"Longview, WA" +453,118,159,"Long Beach, CA",159,"Long Beach, CA" +453,119,159,"Long Beach, CA",159,"Long Beach, CA" +453,120,159,"Long Beach, CA",159,"Long Beach, CA" +453,121,159,"Long Beach, CA",159,"Long Beach, CA" +453,122,159,"Long Beach, CA",159,"Long Beach, CA" +453,123,159,"Long Beach, CA",159,"Long Beach, CA" +453,124,162,"Oakland, CA",162,"Oakland, CA" +453,125,239,"Portland, OR",239,"Portland, OR" +453,126,268,"Seattle, WA",268,"Seattle, WA" +453,127,162,"Oakland, CA",162,"Oakland, CA" +453,128,159,"Long Beach, CA",159,"Long Beach, CA" +453,129,162,"Oakland, CA",162,"Oakland, CA" +453,130,268,"Seattle, WA",268,"Seattle, WA" +453,131,159,"Long Beach, CA",159,"Long Beach, CA" +453,132,268,"Seattle, WA",268,"Seattle, WA" +453,151,269,"Longview, WA",162,"Oakland, CA" +453,152,268,"Seattle, WA",239,"Portland, OR" +453,153,268,"Seattle, WA",159,"Long Beach, CA" +453,154,154,"Anchorage, AK",154,"Anchorage, AK" +453,155,162,"Oakland, CA",159,"Long Beach, CA" +453,156,159,"Long Beach, CA",239,"Portland, OR" +453,157,268,"Seattle, WA",159,"Long Beach, CA" +453,158,159,"Long Beach, CA",159,"Long Beach, CA" +453,159,159,"Long Beach, CA",159,"Long Beach, CA" +453,160,159,"Long Beach, CA",162,"Oakland, CA" +453,161,159,"Long Beach, CA",162,"Oakland, CA" +453,162,159,"Long Beach, CA",159,"Long Beach, CA" +453,163,159,"Long Beach, CA",159,"Long Beach, CA" +453,164,239,"Portland, OR",268,"Seattle, WA" +453,165,268,"Seattle, WA",159,"Long Beach, CA" +453,166,159,"Long Beach, CA",268,"Seattle, WA" +453,167,159,"Long Beach, CA",159,"Long Beach, CA" +453,168,268,"Seattle, WA",159,"Long Beach, CA" +453,169,162,"Oakland, CA",159,"Long Beach, CA" +453,170,159,"Long Beach, CA",268,"Seattle, WA" +453,171,159,"Long Beach, CA",159,"Long Beach, CA" +453,172,162,"Oakland, CA",159,"Long Beach, CA" +453,173,159,"Long Beach, CA",159,"Long Beach, CA" +453,174,268,"Seattle, WA",268,"Seattle, WA" +453,175,162,"Oakland, CA",162,"Oakland, CA" +453,176,159,"Long Beach, CA",159,"Long Beach, CA" +453,177,268,"Seattle, WA",159,"Long Beach, CA" +453,178,159,"Long Beach, CA",269,"Longview, WA" +453,179,179,"Honolulu, HI",179,"Honolulu, HI" +453,180,179,"Honolulu, HI",179,"Honolulu, HI" +453,181,159,"Long Beach, CA",162,"Oakland, CA" +453,183,159,"Long Beach, CA",159,"Long Beach, CA" +453,184,159,"Long Beach, CA",239,"Portland, OR" +453,185,268,"Seattle, WA",159,"Long Beach, CA" +453,186,159,"Long Beach, CA",159,"Long Beach, CA" +453,187,159,"Long Beach, CA",159,"Long Beach, CA" +453,188,159,"Long Beach, CA",159,"Long Beach, CA" +453,189,159,"Long Beach, CA",159,"Long Beach, CA" +453,190,159,"Long Beach, CA",159,"Long Beach, CA" +453,191,162,"Oakland, CA",162,"Oakland, CA" +453,192,268,"Seattle, WA",159,"Long Beach, CA" +453,193,159,"Long Beach, CA",159,"Long Beach, CA" +453,194,239,"Portland, OR",162,"Oakland, CA" +453,195,268,"Seattle, WA",159,"Long Beach, CA" +453,196,268,"Seattle, WA",159,"Long Beach, CA" +453,197,159,"Long Beach, CA",159,"Long Beach, CA" +453,198,159,"Long Beach, CA",269,"Longview, WA" +453,199,159,"Long Beach, CA",159,"Long Beach, CA" +453,200,159,"Long Beach, CA",239,"Portland, OR" +453,201,269,"Longview, WA",159,"Long Beach, CA" +453,202,159,"Long Beach, CA",268,"Seattle, WA" +453,203,268,"Seattle, WA",159,"Long Beach, CA" +453,204,162,"Oakland, CA",268,"Seattle, WA" +453,205,159,"Long Beach, CA",162,"Oakland, CA" +453,206,159,"Long Beach, CA",268,"Seattle, WA" +453,207,159,"Long Beach, CA",159,"Long Beach, CA" +453,208,239,"Portland, OR",159,"Long Beach, CA" +453,209,162,"Oakland, CA",268,"Seattle, WA" +453,210,268,"Seattle, WA",162,"Oakland, CA" +453,211,159,"Long Beach, CA",159,"Long Beach, CA" +453,212,159,"Long Beach, CA",162,"Oakland, CA" +453,213,159,"Long Beach, CA",159,"Long Beach, CA" +453,214,159,"Long Beach, CA",268,"Seattle, WA" +453,215,269,"Longview, WA",162,"Oakland, CA" +453,216,162,"Oakland, CA",159,"Long Beach, CA" +453,217,159,"Long Beach, CA",159,"Long Beach, CA" +453,218,159,"Long Beach, CA",159,"Long Beach, CA" +453,219,162,"Oakland, CA",268,"Seattle, WA" +453,220,159,"Long Beach, CA",159,"Long Beach, CA" +453,221,268,"Seattle, WA",159,"Long Beach, CA" +453,222,159,"Long Beach, CA",268,"Seattle, WA" +453,223,162,"Oakland, CA",162,"Oakland, CA" +453,224,269,"Longview, WA",268,"Seattle, WA" +453,225,159,"Long Beach, CA",159,"Long Beach, CA" +453,226,159,"Long Beach, CA",159,"Long Beach, CA" +453,227,159,"Long Beach, CA",159,"Long Beach, CA" +453,228,159,"Long Beach, CA",162,"Oakland, CA" +453,229,159,"Long Beach, CA",159,"Long Beach, CA" +453,230,159,"Long Beach, CA",159,"Long Beach, CA" +453,231,159,"Long Beach, CA",268,"Seattle, WA" +453,232,159,"Long Beach, CA",159,"Long Beach, CA" +453,233,159,"Long Beach, CA",268,"Seattle, WA" +453,234,162,"Oakland, CA",159,"Long Beach, CA" +453,235,159,"Long Beach, CA",159,"Long Beach, CA" +453,236,268,"Seattle, WA",269,"Longview, WA" +453,237,269,"Longview, WA",268,"Seattle, WA" +453,238,159,"Long Beach, CA",162,"Oakland, CA" +453,239,159,"Long Beach, CA",239,"Portland, OR" +453,240,159,"Long Beach, CA",268,"Seattle, WA" +453,241,268,"Seattle, WA",268,"Seattle, WA" +453,242,159,"Long Beach, CA",268,"Seattle, WA" +453,243,159,"Long Beach, CA",159,"Long Beach, CA" +453,244,239,"Portland, OR",159,"Long Beach, CA" +453,245,269,"Longview, WA",159,"Long Beach, CA" +453,246,268,"Seattle, WA",159,"Long Beach, CA" +453,247,159,"Long Beach, CA",159,"Long Beach, CA" +453,248,159,"Long Beach, CA",269,"Longview, WA" +453,249,162,"Oakland, CA",162,"Oakland, CA" +453,250,159,"Long Beach, CA",159,"Long Beach, CA" +453,251,159,"Long Beach, CA",269,"Longview, WA" +453,252,159,"Long Beach, CA",159,"Long Beach, CA" +453,253,268,"Seattle, WA",239,"Portland, OR" +453,254,159,"Long Beach, CA",159,"Long Beach, CA" +453,255,162,"Oakland, CA",159,"Long Beach, CA" +453,256,268,"Seattle, WA",159,"Long Beach, CA" +453,257,162,"Oakland, CA",162,"Oakland, CA" +453,258,269,"Longview, WA",159,"Long Beach, CA" +453,259,159,"Long Beach, CA",159,"Long Beach, CA" +453,260,239,"Portland, OR",159,"Long Beach, CA" +453,261,162,"Oakland, CA",159,"Long Beach, CA" +453,262,159,"Long Beach, CA",159,"Long Beach, CA" +453,263,159,"Long Beach, CA",268,"Seattle, WA" +453,264,159,"Long Beach, CA",239,"Portland, OR" +453,265,159,"Long Beach, CA",159,"Long Beach, CA" +453,266,268,"Seattle, WA",239,"Portland, OR" +453,267,268,"Seattle, WA",159,"Long Beach, CA" +453,268,159,"Long Beach, CA",159,"Long Beach, CA" +453,269,269,"Longview, WA",268,"Seattle, WA" +453,270,159,"Long Beach, CA",268,"Seattle, WA" +453,271,159,"Long Beach, CA",162,"Oakland, CA" +453,272,162,"Oakland, CA",159,"Long Beach, CA" +453,273,159,"Long Beach, CA",159,"Long Beach, CA" +454,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +454,2,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +454,3,198,"Baltimore, MD",198,"Baltimore, MD" +454,4,217,"New York, NY and NJ",217,"New York, NY and NJ" +454,5,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +454,6,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +454,7,241,"Philadelphia, PA",241,"Philadelphia, PA" +454,8,244,"Providence, RI",244,"Providence, RI" +454,9,223,"New York, NY and NJ",223,"New York, NY and NJ" +454,10,198,"Baltimore, MD",198,"Baltimore, MD" +454,11,197,"Portland, ME",197,"Portland, ME" +454,12,223,"New York, NY and NJ",223,"New York, NY and NJ" +454,13,198,"Baltimore, MD",198,"Baltimore, MD" +454,14,244,"Providence, RI",244,"Providence, RI" +454,15,197,"Portland, ME",197,"Portland, ME" +454,16,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +454,17,197,"Portland, ME",197,"Portland, ME" +454,18,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +454,19,201,"Boston, MA",201,"Boston, MA" +454,20,197,"Portland, ME",197,"Portland, ME" +454,21,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +454,22,217,"New York, NY and NJ",217,"New York, NY and NJ" +454,23,201,"Boston, MA",201,"Boston, MA" +454,24,197,"Portland, ME",197,"Portland, ME" +454,25,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +454,26,217,"New York, NY and NJ",217,"New York, NY and NJ" +454,27,241,"Philadelphia, PA",241,"Philadelphia, PA" +454,28,223,"New York, NY and NJ",223,"New York, NY and NJ" +454,29,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +454,30,217,"New York, NY and NJ",217,"New York, NY and NJ" +454,31,217,"New York, NY and NJ",217,"New York, NY and NJ" +454,32,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +454,33,223,"New York, NY and NJ",223,"New York, NY and NJ" +454,34,217,"New York, NY and NJ",217,"New York, NY and NJ" +454,35,244,"Providence, RI",244,"Providence, RI" +454,36,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +454,37,201,"Boston, MA",201,"Boston, MA" +454,38,198,"Baltimore, MD",198,"Baltimore, MD" +454,39,201,"Boston, MA",201,"Boston, MA" +454,40,197,"Portland, ME",197,"Portland, ME" +454,41,223,"New York, NY and NJ",223,"New York, NY and NJ" +454,42,197,"Portland, ME",197,"Portland, ME" +454,43,197,"Portland, ME",197,"Portland, ME" +454,44,241,"Philadelphia, PA",241,"Philadelphia, PA" +454,45,197,"Portland, ME",197,"Portland, ME" +454,46,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +454,47,223,"New York, NY and NJ",223,"New York, NY and NJ" +454,48,197,"Portland, ME",197,"Portland, ME" +454,49,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +454,50,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +454,51,197,"Portland, ME",197,"Portland, ME" +454,52,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +454,53,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +454,54,217,"New York, NY and NJ",217,"New York, NY and NJ" +454,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +454,56,223,"New York, NY and NJ",223,"New York, NY and NJ" +454,57,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +454,58,217,"New York, NY and NJ",217,"New York, NY and NJ" +454,59,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +454,60,201,"Boston, MA",201,"Boston, MA" +454,61,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +454,62,197,"Portland, ME",197,"Portland, ME" +454,63,223,"New York, NY and NJ",223,"New York, NY and NJ" +454,64,198,"Baltimore, MD",198,"Baltimore, MD" +454,65,217,"New York, NY and NJ",217,"New York, NY and NJ" +454,66,223,"New York, NY and NJ",223,"New York, NY and NJ" +454,67,198,"Baltimore, MD",198,"Baltimore, MD" +454,68,169,"Wilmington, DE",169,"Wilmington, DE" +454,69,223,"New York, NY and NJ",223,"New York, NY and NJ" +454,70,241,"Philadelphia, PA",241,"Philadelphia, PA" +454,71,241,"Philadelphia, PA",241,"Philadelphia, PA" +454,72,169,"Wilmington, DE",169,"Wilmington, DE" +454,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +454,74,217,"New York, NY and NJ",217,"New York, NY and NJ" +454,75,197,"Portland, ME",197,"Portland, ME" +454,76,241,"Philadelphia, PA",241,"Philadelphia, PA" +454,77,223,"New York, NY and NJ",223,"New York, NY and NJ" +454,78,197,"Portland, ME",197,"Portland, ME" +454,79,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +454,80,197,"Portland, ME",197,"Portland, ME" +454,81,197,"Portland, ME",197,"Portland, ME" +454,82,198,"Baltimore, MD",198,"Baltimore, MD" +454,83,197,"Portland, ME",197,"Portland, ME" +454,84,245,"Charleston, SC",245,"Charleston, SC" +454,85,171,"Jacksonville, FL",171,"Jacksonville, FL" +454,86,217,"New York, NY and NJ",217,"New York, NY and NJ" +454,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +454,88,217,"New York, NY and NJ",217,"New York, NY and NJ" +454,89,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +454,90,197,"Portland, ME",197,"Portland, ME" +454,91,201,"Boston, MA",201,"Boston, MA" +454,92,223,"New York, NY and NJ",223,"New York, NY and NJ" +454,93,198,"Baltimore, MD",198,"Baltimore, MD" +454,94,201,"Boston, MA",201,"Boston, MA" +454,95,198,"Baltimore, MD",198,"Baltimore, MD" +454,96,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +454,97,198,"Baltimore, MD",198,"Baltimore, MD" +454,98,197,"Portland, ME",197,"Portland, ME" +454,99,217,"New York, NY and NJ",217,"New York, NY and NJ" +454,100,244,"Providence, RI",244,"Providence, RI" +454,101,241,"Philadelphia, PA",241,"Philadelphia, PA" +454,102,223,"New York, NY and NJ",223,"New York, NY and NJ" +454,103,223,"New York, NY and NJ",223,"New York, NY and NJ" +454,104,223,"New York, NY and NJ",223,"New York, NY and NJ" +454,105,198,"Baltimore, MD",198,"Baltimore, MD" +454,106,244,"Providence, RI",244,"Providence, RI" +454,107,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +454,108,198,"Baltimore, MD",198,"Baltimore, MD" +454,109,223,"New York, NY and NJ",223,"New York, NY and NJ" +454,110,217,"New York, NY and NJ",217,"New York, NY and NJ" +454,111,223,"New York, NY and NJ",223,"New York, NY and NJ" +454,112,198,"Baltimore, MD",198,"Baltimore, MD" +454,113,169,"Wilmington, DE",169,"Wilmington, DE" +454,114,198,"Baltimore, MD",198,"Baltimore, MD" +454,115,223,"New York, NY and NJ",223,"New York, NY and NJ" +454,116,223,"New York, NY and NJ",223,"New York, NY and NJ" +454,117,229,"Wilmington, NC",229,"Wilmington, NC" +454,118,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +454,119,223,"New York, NY and NJ",223,"New York, NY and NJ" +454,120,217,"New York, NY and NJ",217,"New York, NY and NJ" +454,121,229,"Wilmington, NC",229,"Wilmington, NC" +454,122,201,"Boston, MA",201,"Boston, MA" +454,123,198,"Baltimore, MD",198,"Baltimore, MD" +454,124,201,"Boston, MA",201,"Boston, MA" +454,125,201,"Boston, MA",201,"Boston, MA" +454,126,241,"Philadelphia, PA",241,"Philadelphia, PA" +454,127,198,"Baltimore, MD",198,"Baltimore, MD" +454,128,217,"New York, NY and NJ",217,"New York, NY and NJ" +454,129,197,"Portland, ME",197,"Portland, ME" +454,130,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +454,131,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +454,132,198,"Baltimore, MD",198,"Baltimore, MD" +454,151,197,"Portland, ME",223,"New York, NY and NJ" +454,152,244,"Providence, RI",265,"Norfolk Harbor, VA" +454,153,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +454,154,154,"Anchorage, AK",154,"Anchorage, AK" +454,155,169,"Wilmington, DE",195,"New Orleans, LA" +454,156,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +454,157,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +454,158,241,"Philadelphia, PA",198,"Baltimore, MD" +454,159,245,"Charleston, SC",241,"Philadelphia, PA" +454,160,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +454,161,223,"New York, NY and NJ",257,"Houston, TX" +454,162,217,"New York, NY and NJ",195,"New Orleans, LA" +454,163,217,"New York, NY and NJ",208,"Pascagoula, MS" +454,164,241,"Philadelphia, PA",223,"New York, NY and NJ" +454,165,223,"New York, NY and NJ",201,"Boston, MA" +454,166,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +454,167,241,"Philadelphia, PA",217,"New York, NY and NJ" +454,168,265,"Norfolk Harbor, VA",244,"Providence, RI" +454,169,197,"Portland, ME",244,"Providence, RI" +454,170,223,"New York, NY and NJ",201,"Boston, MA" +454,171,201,"Boston, MA",177,"Savannah, GA" +454,172,217,"New York, NY and NJ",177,"Savannah, GA" +454,173,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +454,174,201,"Boston, MA",174,"Tampa, FL" +454,175,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +454,176,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +454,177,197,"Portland, ME",241,"Philadelphia, PA" +454,178,197,"Portland, ME",197,"Portland, ME" +454,179,179,"Honolulu, HI",179,"Honolulu, HI" +454,180,179,"Honolulu, HI",179,"Honolulu, HI" +454,181,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +454,183,217,"New York, NY and NJ",217,"New York, NY and NJ" +454,184,217,"New York, NY and NJ",201,"Boston, MA" +454,185,241,"Philadelphia, PA",244,"Providence, RI" +454,186,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +454,187,217,"New York, NY and NJ",197,"Portland, ME" +454,188,198,"Baltimore, MD",223,"New York, NY and NJ" +454,189,244,"Providence, RI",245,"Charleston, SC" +454,190,217,"New York, NY and NJ",223,"New York, NY and NJ" +454,191,223,"New York, NY and NJ",201,"Boston, MA" +454,192,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +454,193,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +454,194,223,"New York, NY and NJ",198,"Baltimore, MD" +454,195,223,"New York, NY and NJ",241,"Philadelphia, PA" +454,196,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +454,197,241,"Philadelphia, PA",217,"New York, NY and NJ" +454,198,244,"Providence, RI",223,"New York, NY and NJ" +454,199,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +454,200,217,"New York, NY and NJ",217,"New York, NY and NJ" +454,201,223,"New York, NY and NJ",217,"New York, NY and NJ" +454,202,201,"Boston, MA",223,"New York, NY and NJ" +454,203,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +454,204,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +454,205,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +454,206,245,"Charleston, SC",241,"Philadelphia, PA" +454,207,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +454,208,177,"Savannah, GA",223,"New York, NY and NJ" +454,209,223,"New York, NY and NJ",198,"Baltimore, MD" +454,210,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +454,211,223,"New York, NY and NJ",198,"Baltimore, MD" +454,212,241,"Philadelphia, PA",217,"New York, NY and NJ" +454,213,223,"New York, NY and NJ",198,"Baltimore, MD" +454,214,223,"New York, NY and NJ",198,"Baltimore, MD" +454,215,218,"Camden-Gloucester, NJ",201,"Boston, MA" +454,216,201,"Boston, MA",201,"Boston, MA" +454,217,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +454,218,223,"New York, NY and NJ",197,"Portland, ME" +454,219,223,"New York, NY and NJ",223,"New York, NY and NJ" +454,220,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +454,221,198,"Baltimore, MD",198,"Baltimore, MD" +454,222,217,"New York, NY and NJ",198,"Baltimore, MD" +454,223,201,"Boston, MA",223,"New York, NY and NJ" +454,224,241,"Philadelphia, PA",197,"Portland, ME" +454,225,217,"New York, NY and NJ",217,"New York, NY and NJ" +454,226,201,"Boston, MA",241,"Philadelphia, PA" +454,227,223,"New York, NY and NJ",217,"New York, NY and NJ" +454,228,223,"New York, NY and NJ",217,"New York, NY and NJ" +454,229,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +454,230,217,"New York, NY and NJ",223,"New York, NY and NJ" +454,231,223,"New York, NY and NJ",198,"Baltimore, MD" +454,232,201,"Boston, MA",265,"Norfolk Harbor, VA" +454,233,201,"Boston, MA",197,"Portland, ME" +454,234,223,"New York, NY and NJ",223,"New York, NY and NJ" +454,235,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +454,236,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +454,237,241,"Philadelphia, PA",241,"Philadelphia, PA" +454,238,198,"Baltimore, MD",169,"Wilmington, DE" +454,239,217,"New York, NY and NJ",197,"Portland, ME" +454,240,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +454,241,241,"Philadelphia, PA",217,"New York, NY and NJ" +454,242,198,"Baltimore, MD",223,"New York, NY and NJ" +454,243,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +454,244,244,"Providence, RI",223,"New York, NY and NJ" +454,245,198,"Baltimore, MD",223,"New York, NY and NJ" +454,246,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +454,247,197,"Portland, ME",241,"Philadelphia, PA" +454,248,265,"Norfolk Harbor, VA",201,"Boston, MA" +454,249,223,"New York, NY and NJ",198,"Baltimore, MD" +454,250,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +454,251,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +454,252,217,"New York, NY and NJ",253,"Beaumont, TX" +454,253,198,"Baltimore, MD",245,"Charleston, SC" +454,254,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +454,255,241,"Philadelphia, PA",223,"New York, NY and NJ" +454,256,223,"New York, NY and NJ",217,"New York, NY and NJ" +454,257,197,"Portland, ME",257,"Houston, TX" +454,258,201,"Boston, MA",198,"Baltimore, MD" +454,259,223,"New York, NY and NJ",201,"Boston, MA" +454,260,265,"Norfolk Harbor, VA",245,"Charleston, SC" +454,261,218,"Camden-Gloucester, NJ",244,"Providence, RI" +454,262,241,"Philadelphia, PA",201,"Boston, MA" +454,263,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +454,264,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +454,265,244,"Providence, RI",217,"New York, NY and NJ" +454,266,217,"New York, NY and NJ",241,"Philadelphia, PA" +454,267,223,"New York, NY and NJ",223,"New York, NY and NJ" +454,268,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +454,269,197,"Portland, ME",198,"Baltimore, MD" +454,270,223,"New York, NY and NJ",217,"New York, NY and NJ" +454,271,217,"New York, NY and NJ",223,"New York, NY and NJ" +454,272,223,"New York, NY and NJ",197,"Portland, ME" +454,273,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +455,1,241,"Philadelphia, PA",241,"Philadelphia, PA" +455,2,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +455,3,217,"New York, NY and NJ",217,"New York, NY and NJ" +455,4,244,"Providence, RI",244,"Providence, RI" +455,5,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +455,6,217,"New York, NY and NJ",217,"New York, NY and NJ" +455,7,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +455,8,177,"Savannah, GA",177,"Savannah, GA" +455,9,197,"Portland, ME",197,"Portland, ME" +455,10,177,"Savannah, GA",177,"Savannah, GA" +455,11,241,"Philadelphia, PA",241,"Philadelphia, PA" +455,12,177,"Savannah, GA",177,"Savannah, GA" +455,13,198,"Baltimore, MD",198,"Baltimore, MD" +455,14,201,"Boston, MA",201,"Boston, MA" +455,15,169,"Wilmington, DE",169,"Wilmington, DE" +455,16,217,"New York, NY and NJ",217,"New York, NY and NJ" +455,17,174,"Tampa, FL",174,"Tampa, FL" +455,18,244,"Providence, RI",244,"Providence, RI" +455,19,172,"Port Everglades, FL",172,"Port Everglades, FL" +455,20,197,"Portland, ME",197,"Portland, ME" +455,21,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +455,22,223,"New York, NY and NJ",223,"New York, NY and NJ" +455,23,229,"Wilmington, NC",229,"Wilmington, NC" +455,24,217,"New York, NY and NJ",217,"New York, NY and NJ" +455,25,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +455,26,198,"Baltimore, MD",198,"Baltimore, MD" +455,27,217,"New York, NY and NJ",217,"New York, NY and NJ" +455,28,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +455,29,217,"New York, NY and NJ",217,"New York, NY and NJ" +455,30,197,"Portland, ME",197,"Portland, ME" +455,31,223,"New York, NY and NJ",223,"New York, NY and NJ" +455,32,229,"Wilmington, NC",229,"Wilmington, NC" +455,33,201,"Boston, MA",201,"Boston, MA" +455,34,197,"Portland, ME",197,"Portland, ME" +455,35,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +455,36,223,"New York, NY and NJ",223,"New York, NY and NJ" +455,37,229,"Wilmington, NC",229,"Wilmington, NC" +455,38,172,"Port Everglades, FL",172,"Port Everglades, FL" +455,39,201,"Boston, MA",201,"Boston, MA" +455,40,198,"Baltimore, MD",198,"Baltimore, MD" +455,41,223,"New York, NY and NJ",223,"New York, NY and NJ" +455,42,245,"Charleston, SC",245,"Charleston, SC" +455,43,201,"Boston, MA",201,"Boston, MA" +455,44,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +455,45,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +455,46,223,"New York, NY and NJ",223,"New York, NY and NJ" +455,47,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +455,48,169,"Wilmington, DE",169,"Wilmington, DE" +455,49,198,"Baltimore, MD",198,"Baltimore, MD" +455,50,198,"Baltimore, MD",198,"Baltimore, MD" +455,51,197,"Portland, ME",197,"Portland, ME" +455,52,201,"Boston, MA",201,"Boston, MA" +455,53,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +455,54,223,"New York, NY and NJ",223,"New York, NY and NJ" +455,55,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +455,56,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +455,57,217,"New York, NY and NJ",217,"New York, NY and NJ" +455,58,172,"Port Everglades, FL",172,"Port Everglades, FL" +455,59,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +455,60,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +455,61,198,"Baltimore, MD",198,"Baltimore, MD" +455,62,241,"Philadelphia, PA",241,"Philadelphia, PA" +455,63,245,"Charleston, SC",245,"Charleston, SC" +455,64,217,"New York, NY and NJ",217,"New York, NY and NJ" +455,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +455,66,223,"New York, NY and NJ",223,"New York, NY and NJ" +455,67,197,"Portland, ME",197,"Portland, ME" +455,68,198,"Baltimore, MD",198,"Baltimore, MD" +455,69,241,"Philadelphia, PA",241,"Philadelphia, PA" +455,70,201,"Boston, MA",201,"Boston, MA" +455,71,217,"New York, NY and NJ",217,"New York, NY and NJ" +455,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +455,73,201,"Boston, MA",201,"Boston, MA" +455,74,241,"Philadelphia, PA",241,"Philadelphia, PA" +455,75,174,"Tampa, FL",174,"Tampa, FL" +455,76,223,"New York, NY and NJ",223,"New York, NY and NJ" +455,77,198,"Baltimore, MD",198,"Baltimore, MD" +455,78,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +455,79,241,"Philadelphia, PA",241,"Philadelphia, PA" +455,80,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +455,81,171,"Jacksonville, FL",171,"Jacksonville, FL" +455,82,198,"Baltimore, MD",198,"Baltimore, MD" +455,83,172,"Port Everglades, FL",172,"Port Everglades, FL" +455,84,172,"Port Everglades, FL",172,"Port Everglades, FL" +455,85,217,"New York, NY and NJ",217,"New York, NY and NJ" +455,86,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +455,87,217,"New York, NY and NJ",217,"New York, NY and NJ" +455,88,198,"Baltimore, MD",198,"Baltimore, MD" +455,89,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +455,90,201,"Boston, MA",201,"Boston, MA" +455,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +455,92,171,"Jacksonville, FL",171,"Jacksonville, FL" +455,93,217,"New York, NY and NJ",217,"New York, NY and NJ" +455,94,201,"Boston, MA",201,"Boston, MA" +455,95,241,"Philadelphia, PA",241,"Philadelphia, PA" +455,96,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +455,97,201,"Boston, MA",201,"Boston, MA" +455,98,217,"New York, NY and NJ",217,"New York, NY and NJ" +455,99,198,"Baltimore, MD",198,"Baltimore, MD" +455,100,241,"Philadelphia, PA",241,"Philadelphia, PA" +455,101,172,"Port Everglades, FL",172,"Port Everglades, FL" +455,102,201,"Boston, MA",201,"Boston, MA" +455,103,169,"Wilmington, DE",169,"Wilmington, DE" +455,104,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +455,105,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +455,106,241,"Philadelphia, PA",241,"Philadelphia, PA" +455,107,223,"New York, NY and NJ",223,"New York, NY and NJ" +455,108,201,"Boston, MA",201,"Boston, MA" +455,109,172,"Port Everglades, FL",172,"Port Everglades, FL" +455,110,177,"Savannah, GA",177,"Savannah, GA" +455,111,241,"Philadelphia, PA",241,"Philadelphia, PA" +455,112,241,"Philadelphia, PA",241,"Philadelphia, PA" +455,113,223,"New York, NY and NJ",223,"New York, NY and NJ" +455,114,201,"Boston, MA",201,"Boston, MA" +455,115,201,"Boston, MA",201,"Boston, MA" +455,116,198,"Baltimore, MD",198,"Baltimore, MD" +455,117,201,"Boston, MA",201,"Boston, MA" +455,118,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +455,119,217,"New York, NY and NJ",217,"New York, NY and NJ" +455,120,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +455,121,197,"Portland, ME",197,"Portland, ME" +455,122,177,"Savannah, GA",177,"Savannah, GA" +455,123,241,"Philadelphia, PA",241,"Philadelphia, PA" +455,124,245,"Charleston, SC",245,"Charleston, SC" +455,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +455,126,197,"Portland, ME",197,"Portland, ME" +455,127,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +455,128,241,"Philadelphia, PA",241,"Philadelphia, PA" +455,129,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +455,130,217,"New York, NY and NJ",217,"New York, NY and NJ" +455,131,171,"Jacksonville, FL",171,"Jacksonville, FL" +455,132,241,"Philadelphia, PA",241,"Philadelphia, PA" +455,151,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +455,152,177,"Savannah, GA",195,"New Orleans, LA" +455,153,172,"Port Everglades, FL",172,"Port Everglades, FL" +455,154,154,"Anchorage, AK",154,"Anchorage, AK" +455,155,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +455,156,172,"Port Everglades, FL",229,"Wilmington, NC" +455,157,174,"Tampa, FL",201,"Boston, MA" +455,158,223,"New York, NY and NJ",208,"Pascagoula, MS" +455,159,169,"Wilmington, DE",198,"Baltimore, MD" +455,160,241,"Philadelphia, PA",245,"Charleston, SC" +455,161,265,"Norfolk Harbor, VA",201,"Boston, MA" +455,162,198,"Baltimore, MD",223,"New York, NY and NJ" +455,163,198,"Baltimore, MD",177,"Savannah, GA" +455,164,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +455,165,241,"Philadelphia, PA",253,"Beaumont, TX" +455,166,169,"Wilmington, DE",223,"New York, NY and NJ" +455,167,201,"Boston, MA",223,"New York, NY and NJ" +455,168,241,"Philadelphia, PA",223,"New York, NY and NJ" +455,169,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +455,170,223,"New York, NY and NJ",169,"Wilmington, DE" +455,171,201,"Boston, MA",229,"Wilmington, NC" +455,172,241,"Philadelphia, PA",177,"Savannah, GA" +455,173,177,"Savannah, GA",177,"Savannah, GA" +455,174,223,"New York, NY and NJ",177,"Savannah, GA" +455,175,241,"Philadelphia, PA",223,"New York, NY and NJ" +455,176,265,"Norfolk Harbor, VA",152,"Mobile, AL" +455,177,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +455,178,217,"New York, NY and NJ",174,"Tampa, FL" +455,179,179,"Honolulu, HI",179,"Honolulu, HI" +455,180,179,"Honolulu, HI",179,"Honolulu, HI" +455,181,177,"Savannah, GA",197,"Portland, ME" +455,183,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +455,184,169,"Wilmington, DE",198,"Baltimore, MD" +455,185,241,"Philadelphia, PA",197,"Portland, ME" +455,186,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +455,187,217,"New York, NY and NJ",223,"New York, NY and NJ" +455,188,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +455,189,177,"Savannah, GA",265,"Norfolk Harbor, VA" +455,190,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +455,191,223,"New York, NY and NJ",244,"Providence, RI" +455,192,201,"Boston, MA",217,"New York, NY and NJ" +455,193,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +455,194,265,"Norfolk Harbor, VA",194,"Lake Charles, LA" +455,195,265,"Norfolk Harbor, VA",193,"Baton Rouge, LA" +455,196,217,"New York, NY and NJ",229,"Wilmington, NC" +455,197,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +455,198,223,"New York, NY and NJ",223,"New York, NY and NJ" +455,199,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +455,200,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +455,201,229,"Wilmington, NC",218,"Camden-Gloucester, NJ" +455,202,201,"Boston, MA",244,"Providence, RI" +455,203,177,"Savannah, GA",265,"Norfolk Harbor, VA" +455,204,244,"Providence, RI",241,"Philadelphia, PA" +455,205,265,"Norfolk Harbor, VA",197,"Portland, ME" +455,206,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +455,207,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +455,208,174,"Tampa, FL",177,"Savannah, GA" +455,209,197,"Portland, ME",198,"Baltimore, MD" +455,210,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +455,211,217,"New York, NY and NJ",217,"New York, NY and NJ" +455,212,197,"Portland, ME",265,"Norfolk Harbor, VA" +455,213,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +455,214,265,"Norfolk Harbor, VA",201,"Boston, MA" +455,215,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +455,216,223,"New York, NY and NJ",201,"Boston, MA" +455,217,241,"Philadelphia, PA",241,"Philadelphia, PA" +455,218,223,"New York, NY and NJ",217,"New York, NY and NJ" +455,219,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +455,220,241,"Philadelphia, PA",257,"Houston, TX" +455,221,244,"Providence, RI",198,"Baltimore, MD" +455,222,223,"New York, NY and NJ",217,"New York, NY and NJ" +455,223,198,"Baltimore, MD",244,"Providence, RI" +455,224,223,"New York, NY and NJ",217,"New York, NY and NJ" +455,225,172,"Port Everglades, FL",223,"New York, NY and NJ" +455,226,245,"Charleston, SC",177,"Savannah, GA" +455,227,241,"Philadelphia, PA",217,"New York, NY and NJ" +455,228,201,"Boston, MA",223,"New York, NY and NJ" +455,229,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +455,230,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +455,231,241,"Philadelphia, PA",217,"New York, NY and NJ" +455,232,241,"Philadelphia, PA",223,"New York, NY and NJ" +455,233,245,"Charleston, SC",198,"Baltimore, MD" +455,234,177,"Savannah, GA",229,"Wilmington, NC" +455,235,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +455,236,217,"New York, NY and NJ",245,"Charleston, SC" +455,237,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +455,238,265,"Norfolk Harbor, VA",245,"Charleston, SC" +455,239,265,"Norfolk Harbor, VA",201,"Boston, MA" +455,240,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +455,241,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +455,242,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +455,243,201,"Boston, MA",265,"Norfolk Harbor, VA" +455,244,197,"Portland, ME",223,"New York, NY and NJ" +455,245,177,"Savannah, GA",265,"Norfolk Harbor, VA" +455,246,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +455,247,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +455,248,223,"New York, NY and NJ",223,"New York, NY and NJ" +455,249,172,"Port Everglades, FL",223,"New York, NY and NJ" +455,250,152,"Mobile, AL",172,"Port Everglades, FL" +455,251,178,"Brunswick, GA",241,"Philadelphia, PA" +455,252,245,"Charleston, SC",253,"Beaumont, TX" +455,253,178,"Brunswick, GA",265,"Norfolk Harbor, VA" +455,254,152,"Mobile, AL",177,"Savannah, GA" +455,255,245,"Charleston, SC",195,"New Orleans, LA" +455,256,217,"New York, NY and NJ",257,"Houston, TX" +455,257,177,"Savannah, GA",265,"Norfolk Harbor, VA" +455,258,245,"Charleston, SC",193,"Baton Rouge, LA" +455,259,172,"Port Everglades, FL",217,"New York, NY and NJ" +455,260,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +455,261,201,"Boston, MA",241,"Philadelphia, PA" +455,262,197,"Portland, ME",195,"New Orleans, LA" +455,263,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +455,264,241,"Philadelphia, PA",244,"Providence, RI" +455,265,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +455,266,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +455,267,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +455,268,177,"Savannah, GA",197,"Portland, ME" +455,269,245,"Charleston, SC",201,"Boston, MA" +455,270,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +455,271,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +455,272,201,"Boston, MA",265,"Norfolk Harbor, VA" +455,273,172,"Port Everglades, FL",172,"Port Everglades, FL" +456,1,159,"Long Beach, CA",159,"Long Beach, CA" +456,2,162,"Oakland, CA",162,"Oakland, CA" +456,3,159,"Long Beach, CA",159,"Long Beach, CA" +456,4,159,"Long Beach, CA",159,"Long Beach, CA" +456,5,159,"Long Beach, CA",159,"Long Beach, CA" +456,6,268,"Seattle, WA",268,"Seattle, WA" +456,7,268,"Seattle, WA",268,"Seattle, WA" +456,8,159,"Long Beach, CA",159,"Long Beach, CA" +456,9,159,"Long Beach, CA",159,"Long Beach, CA" +456,10,159,"Long Beach, CA",159,"Long Beach, CA" +456,11,268,"Seattle, WA",268,"Seattle, WA" +456,12,159,"Long Beach, CA",159,"Long Beach, CA" +456,13,159,"Long Beach, CA",159,"Long Beach, CA" +456,14,159,"Long Beach, CA",159,"Long Beach, CA" +456,15,159,"Long Beach, CA",159,"Long Beach, CA" +456,16,268,"Seattle, WA",268,"Seattle, WA" +456,17,159,"Long Beach, CA",159,"Long Beach, CA" +456,18,159,"Long Beach, CA",159,"Long Beach, CA" +456,19,159,"Long Beach, CA",159,"Long Beach, CA" +456,20,159,"Long Beach, CA",159,"Long Beach, CA" +456,21,162,"Oakland, CA",162,"Oakland, CA" +456,22,159,"Long Beach, CA",159,"Long Beach, CA" +456,23,159,"Long Beach, CA",159,"Long Beach, CA" +456,24,268,"Seattle, WA",268,"Seattle, WA" +456,25,268,"Seattle, WA",268,"Seattle, WA" +456,26,268,"Seattle, WA",268,"Seattle, WA" +456,27,269,"Longview, WA",269,"Longview, WA" +456,28,268,"Seattle, WA",268,"Seattle, WA" +456,29,268,"Seattle, WA",268,"Seattle, WA" +456,30,239,"Portland, OR",239,"Portland, OR" +456,31,268,"Seattle, WA",268,"Seattle, WA" +456,32,268,"Seattle, WA",268,"Seattle, WA" +456,33,159,"Long Beach, CA",159,"Long Beach, CA" +456,34,269,"Longview, WA",269,"Longview, WA" +456,35,159,"Long Beach, CA",159,"Long Beach, CA" +456,36,159,"Long Beach, CA",159,"Long Beach, CA" +456,37,159,"Long Beach, CA",159,"Long Beach, CA" +456,38,162,"Oakland, CA",162,"Oakland, CA" +456,39,268,"Seattle, WA",268,"Seattle, WA" +456,40,159,"Long Beach, CA",159,"Long Beach, CA" +456,41,159,"Long Beach, CA",159,"Long Beach, CA" +456,42,159,"Long Beach, CA",159,"Long Beach, CA" +456,43,268,"Seattle, WA",268,"Seattle, WA" +456,44,159,"Long Beach, CA",159,"Long Beach, CA" +456,45,159,"Long Beach, CA",159,"Long Beach, CA" +456,46,159,"Long Beach, CA",159,"Long Beach, CA" +456,47,268,"Seattle, WA",268,"Seattle, WA" +456,48,159,"Long Beach, CA",159,"Long Beach, CA" +456,49,159,"Long Beach, CA",159,"Long Beach, CA" +456,50,268,"Seattle, WA",268,"Seattle, WA" +456,51,159,"Long Beach, CA",159,"Long Beach, CA" +456,52,162,"Oakland, CA",162,"Oakland, CA" +456,53,159,"Long Beach, CA",159,"Long Beach, CA" +456,54,268,"Seattle, WA",268,"Seattle, WA" +456,55,268,"Seattle, WA",268,"Seattle, WA" +456,56,268,"Seattle, WA",268,"Seattle, WA" +456,57,268,"Seattle, WA",268,"Seattle, WA" +456,58,239,"Portland, OR",239,"Portland, OR" +456,59,268,"Seattle, WA",268,"Seattle, WA" +456,60,159,"Long Beach, CA",159,"Long Beach, CA" +456,61,162,"Oakland, CA",162,"Oakland, CA" +456,62,159,"Long Beach, CA",159,"Long Beach, CA" +456,63,268,"Seattle, WA",268,"Seattle, WA" +456,64,268,"Seattle, WA",268,"Seattle, WA" +456,65,159,"Long Beach, CA",159,"Long Beach, CA" +456,66,159,"Long Beach, CA",159,"Long Beach, CA" +456,67,159,"Long Beach, CA",159,"Long Beach, CA" +456,68,162,"Oakland, CA",162,"Oakland, CA" +456,69,159,"Long Beach, CA",159,"Long Beach, CA" +456,70,159,"Long Beach, CA",159,"Long Beach, CA" +456,71,268,"Seattle, WA",268,"Seattle, WA" +456,72,159,"Long Beach, CA",159,"Long Beach, CA" +456,73,162,"Oakland, CA",162,"Oakland, CA" +456,74,159,"Long Beach, CA",159,"Long Beach, CA" +456,75,159,"Long Beach, CA",159,"Long Beach, CA" +456,76,239,"Portland, OR",239,"Portland, OR" +456,77,159,"Long Beach, CA",159,"Long Beach, CA" +456,78,269,"Longview, WA",269,"Longview, WA" +456,79,159,"Long Beach, CA",159,"Long Beach, CA" +456,80,159,"Long Beach, CA",159,"Long Beach, CA" +456,81,268,"Seattle, WA",268,"Seattle, WA" +456,82,159,"Long Beach, CA",159,"Long Beach, CA" +456,83,159,"Long Beach, CA",159,"Long Beach, CA" +456,84,159,"Long Beach, CA",159,"Long Beach, CA" +456,85,268,"Seattle, WA",268,"Seattle, WA" +456,86,159,"Long Beach, CA",159,"Long Beach, CA" +456,87,268,"Seattle, WA",268,"Seattle, WA" +456,88,162,"Oakland, CA",162,"Oakland, CA" +456,89,268,"Seattle, WA",268,"Seattle, WA" +456,90,268,"Seattle, WA",268,"Seattle, WA" +456,91,159,"Long Beach, CA",159,"Long Beach, CA" +456,92,159,"Long Beach, CA",159,"Long Beach, CA" +456,93,159,"Long Beach, CA",159,"Long Beach, CA" +456,94,159,"Long Beach, CA",159,"Long Beach, CA" +456,95,268,"Seattle, WA",268,"Seattle, WA" +456,96,268,"Seattle, WA",268,"Seattle, WA" +456,97,162,"Oakland, CA",162,"Oakland, CA" +456,98,159,"Long Beach, CA",159,"Long Beach, CA" +456,99,159,"Long Beach, CA",159,"Long Beach, CA" +456,100,159,"Long Beach, CA",159,"Long Beach, CA" +456,101,268,"Seattle, WA",268,"Seattle, WA" +456,102,159,"Long Beach, CA",159,"Long Beach, CA" +456,103,268,"Seattle, WA",268,"Seattle, WA" +456,104,159,"Long Beach, CA",159,"Long Beach, CA" +456,105,268,"Seattle, WA",268,"Seattle, WA" +456,106,162,"Oakland, CA",162,"Oakland, CA" +456,107,159,"Long Beach, CA",159,"Long Beach, CA" +456,108,159,"Long Beach, CA",159,"Long Beach, CA" +456,109,239,"Portland, OR",239,"Portland, OR" +456,110,239,"Portland, OR",239,"Portland, OR" +456,111,159,"Long Beach, CA",159,"Long Beach, CA" +456,112,269,"Longview, WA",269,"Longview, WA" +456,113,162,"Oakland, CA",162,"Oakland, CA" +456,114,268,"Seattle, WA",268,"Seattle, WA" +456,115,159,"Long Beach, CA",159,"Long Beach, CA" +456,116,159,"Long Beach, CA",159,"Long Beach, CA" +456,117,162,"Oakland, CA",162,"Oakland, CA" +456,118,159,"Long Beach, CA",159,"Long Beach, CA" +456,119,268,"Seattle, WA",268,"Seattle, WA" +456,120,159,"Long Beach, CA",159,"Long Beach, CA" +456,121,159,"Long Beach, CA",159,"Long Beach, CA" +456,122,268,"Seattle, WA",268,"Seattle, WA" +456,123,162,"Oakland, CA",162,"Oakland, CA" +456,124,162,"Oakland, CA",162,"Oakland, CA" +456,125,269,"Longview, WA",269,"Longview, WA" +456,126,268,"Seattle, WA",268,"Seattle, WA" +456,127,162,"Oakland, CA",162,"Oakland, CA" +456,128,268,"Seattle, WA",268,"Seattle, WA" +456,129,268,"Seattle, WA",268,"Seattle, WA" +456,130,162,"Oakland, CA",162,"Oakland, CA" +456,131,268,"Seattle, WA",268,"Seattle, WA" +456,132,162,"Oakland, CA",162,"Oakland, CA" +456,151,239,"Portland, OR",159,"Long Beach, CA" +456,152,162,"Oakland, CA",162,"Oakland, CA" +456,153,159,"Long Beach, CA",159,"Long Beach, CA" +456,154,154,"Anchorage, AK",154,"Anchorage, AK" +456,155,159,"Long Beach, CA",159,"Long Beach, CA" +456,156,162,"Oakland, CA",159,"Long Beach, CA" +456,157,159,"Long Beach, CA",159,"Long Beach, CA" +456,158,268,"Seattle, WA",159,"Long Beach, CA" +456,159,268,"Seattle, WA",159,"Long Beach, CA" +456,160,159,"Long Beach, CA",268,"Seattle, WA" +456,161,159,"Long Beach, CA",159,"Long Beach, CA" +456,162,268,"Seattle, WA",159,"Long Beach, CA" +456,163,269,"Longview, WA",159,"Long Beach, CA" +456,164,268,"Seattle, WA",159,"Long Beach, CA" +456,165,159,"Long Beach, CA",159,"Long Beach, CA" +456,166,162,"Oakland, CA",159,"Long Beach, CA" +456,167,159,"Long Beach, CA",159,"Long Beach, CA" +456,168,162,"Oakland, CA",268,"Seattle, WA" +456,169,159,"Long Beach, CA",268,"Seattle, WA" +456,170,159,"Long Beach, CA",268,"Seattle, WA" +456,171,268,"Seattle, WA",159,"Long Beach, CA" +456,172,159,"Long Beach, CA",159,"Long Beach, CA" +456,173,159,"Long Beach, CA",268,"Seattle, WA" +456,174,162,"Oakland, CA",268,"Seattle, WA" +456,175,159,"Long Beach, CA",162,"Oakland, CA" +456,176,159,"Long Beach, CA",159,"Long Beach, CA" +456,177,159,"Long Beach, CA",268,"Seattle, WA" +456,178,159,"Long Beach, CA",159,"Long Beach, CA" +456,179,179,"Honolulu, HI",179,"Honolulu, HI" +456,180,179,"Honolulu, HI",179,"Honolulu, HI" +456,181,159,"Long Beach, CA",268,"Seattle, WA" +456,183,159,"Long Beach, CA",162,"Oakland, CA" +456,184,268,"Seattle, WA",159,"Long Beach, CA" +456,185,162,"Oakland, CA",159,"Long Beach, CA" +456,186,268,"Seattle, WA",269,"Longview, WA" +456,187,159,"Long Beach, CA",239,"Portland, OR" +456,188,269,"Longview, WA",268,"Seattle, WA" +456,189,268,"Seattle, WA",268,"Seattle, WA" +456,190,159,"Long Beach, CA",268,"Seattle, WA" +456,191,159,"Long Beach, CA",268,"Seattle, WA" +456,192,268,"Seattle, WA",159,"Long Beach, CA" +456,193,268,"Seattle, WA",159,"Long Beach, CA" +456,194,268,"Seattle, WA",159,"Long Beach, CA" +456,195,159,"Long Beach, CA",239,"Portland, OR" +456,196,239,"Portland, OR",159,"Long Beach, CA" +456,197,159,"Long Beach, CA",159,"Long Beach, CA" +456,198,268,"Seattle, WA",159,"Long Beach, CA" +456,199,239,"Portland, OR",159,"Long Beach, CA" +456,200,159,"Long Beach, CA",159,"Long Beach, CA" +456,201,159,"Long Beach, CA",159,"Long Beach, CA" +456,202,268,"Seattle, WA",268,"Seattle, WA" +456,203,268,"Seattle, WA",159,"Long Beach, CA" +456,204,159,"Long Beach, CA",159,"Long Beach, CA" +456,205,162,"Oakland, CA",268,"Seattle, WA" +456,206,159,"Long Beach, CA",159,"Long Beach, CA" +456,207,159,"Long Beach, CA",268,"Seattle, WA" +456,208,162,"Oakland, CA",269,"Longview, WA" +456,209,159,"Long Beach, CA",162,"Oakland, CA" +456,210,159,"Long Beach, CA",268,"Seattle, WA" +456,211,159,"Long Beach, CA",159,"Long Beach, CA" +456,212,159,"Long Beach, CA",159,"Long Beach, CA" +456,213,159,"Long Beach, CA",268,"Seattle, WA" +456,214,159,"Long Beach, CA",268,"Seattle, WA" +456,215,159,"Long Beach, CA",159,"Long Beach, CA" +456,216,159,"Long Beach, CA",159,"Long Beach, CA" +456,217,159,"Long Beach, CA",162,"Oakland, CA" +456,218,159,"Long Beach, CA",159,"Long Beach, CA" +456,219,159,"Long Beach, CA",159,"Long Beach, CA" +456,220,159,"Long Beach, CA",159,"Long Beach, CA" +456,221,159,"Long Beach, CA",269,"Longview, WA" +456,222,159,"Long Beach, CA",268,"Seattle, WA" +456,223,159,"Long Beach, CA",162,"Oakland, CA" +456,224,269,"Longview, WA",268,"Seattle, WA" +456,225,159,"Long Beach, CA",162,"Oakland, CA" +456,226,162,"Oakland, CA",159,"Long Beach, CA" +456,227,159,"Long Beach, CA",159,"Long Beach, CA" +456,228,268,"Seattle, WA",239,"Portland, OR" +456,229,162,"Oakland, CA",159,"Long Beach, CA" +456,230,159,"Long Beach, CA",159,"Long Beach, CA" +456,231,159,"Long Beach, CA",268,"Seattle, WA" +456,232,159,"Long Beach, CA",159,"Long Beach, CA" +456,233,268,"Seattle, WA",159,"Long Beach, CA" +456,234,269,"Longview, WA",159,"Long Beach, CA" +456,235,269,"Longview, WA",159,"Long Beach, CA" +456,236,159,"Long Beach, CA",159,"Long Beach, CA" +456,237,159,"Long Beach, CA",268,"Seattle, WA" +456,238,159,"Long Beach, CA",268,"Seattle, WA" +456,239,268,"Seattle, WA",159,"Long Beach, CA" +456,240,162,"Oakland, CA",159,"Long Beach, CA" +456,241,162,"Oakland, CA",159,"Long Beach, CA" +456,242,159,"Long Beach, CA",159,"Long Beach, CA" +456,243,268,"Seattle, WA",159,"Long Beach, CA" +456,244,268,"Seattle, WA",239,"Portland, OR" +456,245,162,"Oakland, CA",239,"Portland, OR" +456,246,268,"Seattle, WA",162,"Oakland, CA" +456,247,159,"Long Beach, CA",162,"Oakland, CA" +456,248,162,"Oakland, CA",159,"Long Beach, CA" +456,249,159,"Long Beach, CA",159,"Long Beach, CA" +456,250,159,"Long Beach, CA",159,"Long Beach, CA" +456,251,268,"Seattle, WA",162,"Oakland, CA" +456,252,159,"Long Beach, CA",159,"Long Beach, CA" +456,253,159,"Long Beach, CA",159,"Long Beach, CA" +456,254,159,"Long Beach, CA",159,"Long Beach, CA" +456,255,159,"Long Beach, CA",159,"Long Beach, CA" +456,256,268,"Seattle, WA",159,"Long Beach, CA" +456,257,162,"Oakland, CA",159,"Long Beach, CA" +456,258,159,"Long Beach, CA",159,"Long Beach, CA" +456,259,268,"Seattle, WA",268,"Seattle, WA" +456,260,239,"Portland, OR",268,"Seattle, WA" +456,261,268,"Seattle, WA",268,"Seattle, WA" +456,262,159,"Long Beach, CA",268,"Seattle, WA" +456,263,159,"Long Beach, CA",159,"Long Beach, CA" +456,264,162,"Oakland, CA",268,"Seattle, WA" +456,265,239,"Portland, OR",162,"Oakland, CA" +456,266,239,"Portland, OR",159,"Long Beach, CA" +456,267,159,"Long Beach, CA",159,"Long Beach, CA" +456,268,159,"Long Beach, CA",159,"Long Beach, CA" +456,269,159,"Long Beach, CA",159,"Long Beach, CA" +456,270,268,"Seattle, WA",162,"Oakland, CA" +456,271,162,"Oakland, CA",268,"Seattle, WA" +456,272,159,"Long Beach, CA",159,"Long Beach, CA" +456,273,239,"Portland, OR",268,"Seattle, WA" +457,1,241,"Philadelphia, PA",241,"Philadelphia, PA" +457,2,223,"New York, NY and NJ",223,"New York, NY and NJ" +457,3,245,"Charleston, SC",245,"Charleston, SC" +457,4,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +457,5,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +457,6,197,"Portland, ME",197,"Portland, ME" +457,7,198,"Baltimore, MD",198,"Baltimore, MD" +457,8,201,"Boston, MA",201,"Boston, MA" +457,9,217,"New York, NY and NJ",217,"New York, NY and NJ" +457,10,241,"Philadelphia, PA",241,"Philadelphia, PA" +457,11,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +457,12,244,"Providence, RI",244,"Providence, RI" +457,13,223,"New York, NY and NJ",223,"New York, NY and NJ" +457,14,217,"New York, NY and NJ",217,"New York, NY and NJ" +457,15,241,"Philadelphia, PA",241,"Philadelphia, PA" +457,16,244,"Providence, RI",244,"Providence, RI" +457,17,217,"New York, NY and NJ",217,"New York, NY and NJ" +457,18,201,"Boston, MA",201,"Boston, MA" +457,19,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +457,20,223,"New York, NY and NJ",223,"New York, NY and NJ" +457,21,201,"Boston, MA",201,"Boston, MA" +457,22,201,"Boston, MA",201,"Boston, MA" +457,23,229,"Wilmington, NC",229,"Wilmington, NC" +457,24,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +457,25,198,"Baltimore, MD",198,"Baltimore, MD" +457,26,223,"New York, NY and NJ",223,"New York, NY and NJ" +457,27,217,"New York, NY and NJ",217,"New York, NY and NJ" +457,28,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +457,29,217,"New York, NY and NJ",217,"New York, NY and NJ" +457,30,217,"New York, NY and NJ",217,"New York, NY and NJ" +457,31,223,"New York, NY and NJ",223,"New York, NY and NJ" +457,32,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +457,33,198,"Baltimore, MD",198,"Baltimore, MD" +457,34,223,"New York, NY and NJ",223,"New York, NY and NJ" +457,35,198,"Baltimore, MD",198,"Baltimore, MD" +457,36,197,"Portland, ME",197,"Portland, ME" +457,37,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +457,38,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +457,39,241,"Philadelphia, PA",241,"Philadelphia, PA" +457,40,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +457,41,241,"Philadelphia, PA",241,"Philadelphia, PA" +457,42,197,"Portland, ME",197,"Portland, ME" +457,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +457,44,201,"Boston, MA",201,"Boston, MA" +457,45,217,"New York, NY and NJ",217,"New York, NY and NJ" +457,46,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +457,47,198,"Baltimore, MD",198,"Baltimore, MD" +457,48,217,"New York, NY and NJ",217,"New York, NY and NJ" +457,49,223,"New York, NY and NJ",223,"New York, NY and NJ" +457,50,201,"Boston, MA",201,"Boston, MA" +457,51,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +457,52,223,"New York, NY and NJ",223,"New York, NY and NJ" +457,53,217,"New York, NY and NJ",217,"New York, NY and NJ" +457,54,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +457,55,198,"Baltimore, MD",198,"Baltimore, MD" +457,56,245,"Charleston, SC",245,"Charleston, SC" +457,57,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +457,58,223,"New York, NY and NJ",223,"New York, NY and NJ" +457,59,177,"Savannah, GA",177,"Savannah, GA" +457,60,241,"Philadelphia, PA",241,"Philadelphia, PA" +457,61,244,"Providence, RI",244,"Providence, RI" +457,62,198,"Baltimore, MD",198,"Baltimore, MD" +457,63,223,"New York, NY and NJ",223,"New York, NY and NJ" +457,64,201,"Boston, MA",201,"Boston, MA" +457,65,197,"Portland, ME",197,"Portland, ME" +457,66,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +457,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +457,68,217,"New York, NY and NJ",217,"New York, NY and NJ" +457,69,241,"Philadelphia, PA",241,"Philadelphia, PA" +457,70,241,"Philadelphia, PA",241,"Philadelphia, PA" +457,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +457,72,201,"Boston, MA",201,"Boston, MA" +457,73,229,"Wilmington, NC",229,"Wilmington, NC" +457,74,198,"Baltimore, MD",198,"Baltimore, MD" +457,75,223,"New York, NY and NJ",223,"New York, NY and NJ" +457,76,217,"New York, NY and NJ",217,"New York, NY and NJ" +457,77,229,"Wilmington, NC",229,"Wilmington, NC" +457,78,223,"New York, NY and NJ",223,"New York, NY and NJ" +457,79,197,"Portland, ME",197,"Portland, ME" +457,80,223,"New York, NY and NJ",223,"New York, NY and NJ" +457,81,241,"Philadelphia, PA",241,"Philadelphia, PA" +457,82,217,"New York, NY and NJ",217,"New York, NY and NJ" +457,83,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +457,84,244,"Providence, RI",244,"Providence, RI" +457,85,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +457,86,217,"New York, NY and NJ",217,"New York, NY and NJ" +457,87,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +457,88,217,"New York, NY and NJ",217,"New York, NY and NJ" +457,89,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +457,90,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +457,91,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +457,92,241,"Philadelphia, PA",241,"Philadelphia, PA" +457,93,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +457,94,197,"Portland, ME",197,"Portland, ME" +457,95,197,"Portland, ME",197,"Portland, ME" +457,96,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +457,97,201,"Boston, MA",201,"Boston, MA" +457,98,198,"Baltimore, MD",198,"Baltimore, MD" +457,99,198,"Baltimore, MD",198,"Baltimore, MD" +457,100,217,"New York, NY and NJ",217,"New York, NY and NJ" +457,101,241,"Philadelphia, PA",241,"Philadelphia, PA" +457,102,223,"New York, NY and NJ",223,"New York, NY and NJ" +457,103,217,"New York, NY and NJ",217,"New York, NY and NJ" +457,104,241,"Philadelphia, PA",241,"Philadelphia, PA" +457,105,197,"Portland, ME",197,"Portland, ME" +457,106,223,"New York, NY and NJ",223,"New York, NY and NJ" +457,107,217,"New York, NY and NJ",217,"New York, NY and NJ" +457,108,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +457,109,198,"Baltimore, MD",198,"Baltimore, MD" +457,110,223,"New York, NY and NJ",223,"New York, NY and NJ" +457,111,198,"Baltimore, MD",198,"Baltimore, MD" +457,112,223,"New York, NY and NJ",223,"New York, NY and NJ" +457,113,217,"New York, NY and NJ",217,"New York, NY and NJ" +457,114,217,"New York, NY and NJ",217,"New York, NY and NJ" +457,115,201,"Boston, MA",201,"Boston, MA" +457,116,169,"Wilmington, DE",169,"Wilmington, DE" +457,117,198,"Baltimore, MD",198,"Baltimore, MD" +457,118,201,"Boston, MA",201,"Boston, MA" +457,119,198,"Baltimore, MD",198,"Baltimore, MD" +457,120,197,"Portland, ME",197,"Portland, ME" +457,121,217,"New York, NY and NJ",217,"New York, NY and NJ" +457,122,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +457,123,198,"Baltimore, MD",198,"Baltimore, MD" +457,124,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +457,125,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +457,126,223,"New York, NY and NJ",223,"New York, NY and NJ" +457,127,241,"Philadelphia, PA",241,"Philadelphia, PA" +457,128,198,"Baltimore, MD",198,"Baltimore, MD" +457,129,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +457,130,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +457,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +457,132,198,"Baltimore, MD",198,"Baltimore, MD" +457,151,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +457,152,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +457,153,197,"Portland, ME",198,"Baltimore, MD" +457,154,154,"Anchorage, AK",154,"Anchorage, AK" +457,155,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +457,156,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +457,157,244,"Providence, RI",223,"New York, NY and NJ" +457,158,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +457,159,223,"New York, NY and NJ",198,"Baltimore, MD" +457,160,223,"New York, NY and NJ",198,"Baltimore, MD" +457,161,223,"New York, NY and NJ",241,"Philadelphia, PA" +457,162,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +457,163,197,"Portland, ME",208,"Pascagoula, MS" +457,164,217,"New York, NY and NJ",223,"New York, NY and NJ" +457,165,198,"Baltimore, MD",198,"Baltimore, MD" +457,166,198,"Baltimore, MD",217,"New York, NY and NJ" +457,167,217,"New York, NY and NJ",201,"Boston, MA" +457,168,241,"Philadelphia, PA",201,"Boston, MA" +457,169,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +457,170,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +457,171,197,"Portland, ME",217,"New York, NY and NJ" +457,172,229,"Wilmington, NC",197,"Portland, ME" +457,173,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +457,174,223,"New York, NY and NJ",241,"Philadelphia, PA" +457,175,169,"Wilmington, DE",217,"New York, NY and NJ" +457,176,244,"Providence, RI",223,"New York, NY and NJ" +457,177,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +457,178,223,"New York, NY and NJ",201,"Boston, MA" +457,179,179,"Honolulu, HI",179,"Honolulu, HI" +457,180,179,"Honolulu, HI",179,"Honolulu, HI" +457,181,265,"Norfolk Harbor, VA",197,"Portland, ME" +457,183,223,"New York, NY and NJ",244,"Providence, RI" +457,184,201,"Boston, MA",265,"Norfolk Harbor, VA" +457,185,201,"Boston, MA",198,"Baltimore, MD" +457,186,217,"New York, NY and NJ",198,"Baltimore, MD" +457,187,223,"New York, NY and NJ",223,"New York, NY and NJ" +457,188,223,"New York, NY and NJ",241,"Philadelphia, PA" +457,189,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +457,190,223,"New York, NY and NJ",198,"Baltimore, MD" +457,191,197,"Portland, ME",241,"Philadelphia, PA" +457,192,197,"Portland, ME",217,"New York, NY and NJ" +457,193,198,"Baltimore, MD",195,"New Orleans, LA" +457,194,197,"Portland, ME",223,"New York, NY and NJ" +457,195,218,"Camden-Gloucester, NJ",244,"Providence, RI" +457,196,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +457,197,197,"Portland, ME",217,"New York, NY and NJ" +457,198,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +457,199,197,"Portland, ME",217,"New York, NY and NJ" +457,200,197,"Portland, ME",223,"New York, NY and NJ" +457,201,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +457,202,241,"Philadelphia, PA",241,"Philadelphia, PA" +457,203,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +457,204,198,"Baltimore, MD",201,"Boston, MA" +457,205,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +457,206,198,"Baltimore, MD",197,"Portland, ME" +457,207,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +457,208,198,"Baltimore, MD",195,"New Orleans, LA" +457,209,265,"Norfolk Harbor, VA",201,"Boston, MA" +457,210,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +457,211,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +457,212,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +457,213,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +457,214,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +457,215,198,"Baltimore, MD",223,"New York, NY and NJ" +457,216,217,"New York, NY and NJ",201,"Boston, MA" +457,217,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +457,218,223,"New York, NY and NJ",197,"Portland, ME" +457,219,197,"Portland, ME",265,"Norfolk Harbor, VA" +457,220,217,"New York, NY and NJ",169,"Wilmington, DE" +457,221,198,"Baltimore, MD",217,"New York, NY and NJ" +457,222,223,"New York, NY and NJ",241,"Philadelphia, PA" +457,223,218,"Camden-Gloucester, NJ",197,"Portland, ME" +457,224,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +457,225,223,"New York, NY and NJ",217,"New York, NY and NJ" +457,226,229,"Wilmington, NC",198,"Baltimore, MD" +457,227,197,"Portland, ME",218,"Camden-Gloucester, NJ" +457,228,241,"Philadelphia, PA",229,"Wilmington, NC" +457,229,244,"Providence, RI",198,"Baltimore, MD" +457,230,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +457,231,217,"New York, NY and NJ",241,"Philadelphia, PA" +457,232,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +457,233,217,"New York, NY and NJ",197,"Portland, ME" +457,234,201,"Boston, MA",197,"Portland, ME" +457,235,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +457,236,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +457,237,198,"Baltimore, MD",245,"Charleston, SC" +457,238,223,"New York, NY and NJ",223,"New York, NY and NJ" +457,239,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +457,240,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +457,241,223,"New York, NY and NJ",241,"Philadelphia, PA" +457,242,201,"Boston, MA",241,"Philadelphia, PA" +457,243,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +457,244,223,"New York, NY and NJ",201,"Boston, MA" +457,245,171,"Jacksonville, FL",171,"Jacksonville, FL" +457,246,197,"Portland, ME",245,"Charleston, SC" +457,247,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +457,248,217,"New York, NY and NJ",201,"Boston, MA" +457,249,217,"New York, NY and NJ",223,"New York, NY and NJ" +457,250,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +457,251,201,"Boston, MA",241,"Philadelphia, PA" +457,252,245,"Charleston, SC",265,"Norfolk Harbor, VA" +457,253,223,"New York, NY and NJ",223,"New York, NY and NJ" +457,254,223,"New York, NY and NJ",177,"Savannah, GA" +457,255,217,"New York, NY and NJ",194,"Lake Charles, LA" +457,256,241,"Philadelphia, PA",177,"Savannah, GA" +457,257,241,"Philadelphia, PA",198,"Baltimore, MD" +457,258,217,"New York, NY and NJ",217,"New York, NY and NJ" +457,259,223,"New York, NY and NJ",198,"Baltimore, MD" +457,260,223,"New York, NY and NJ",197,"Portland, ME" +457,261,244,"Providence, RI",201,"Boston, MA" +457,262,217,"New York, NY and NJ",195,"New Orleans, LA" +457,263,217,"New York, NY and NJ",244,"Providence, RI" +457,264,217,"New York, NY and NJ",223,"New York, NY and NJ" +457,265,197,"Portland, ME",265,"Norfolk Harbor, VA" +457,266,244,"Providence, RI",197,"Portland, ME" +457,267,223,"New York, NY and NJ",201,"Boston, MA" +457,268,169,"Wilmington, DE",223,"New York, NY and NJ" +457,269,229,"Wilmington, NC",217,"New York, NY and NJ" +457,270,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +457,271,198,"Baltimore, MD",198,"Baltimore, MD" +457,272,217,"New York, NY and NJ",198,"Baltimore, MD" +457,273,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,1,217,"New York, NY and NJ",217,"New York, NY and NJ" +458,2,197,"Portland, ME",197,"Portland, ME" +458,3,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,4,197,"Portland, ME",197,"Portland, ME" +458,5,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +458,6,198,"Baltimore, MD",198,"Baltimore, MD" +458,7,241,"Philadelphia, PA",241,"Philadelphia, PA" +458,8,217,"New York, NY and NJ",217,"New York, NY and NJ" +458,9,217,"New York, NY and NJ",217,"New York, NY and NJ" +458,10,201,"Boston, MA",201,"Boston, MA" +458,11,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,12,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,13,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,14,244,"Providence, RI",244,"Providence, RI" +458,15,217,"New York, NY and NJ",217,"New York, NY and NJ" +458,16,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,17,197,"Portland, ME",197,"Portland, ME" +458,18,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,19,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,20,197,"Portland, ME",197,"Portland, ME" +458,21,201,"Boston, MA",201,"Boston, MA" +458,22,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,23,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,24,201,"Boston, MA",201,"Boston, MA" +458,25,198,"Baltimore, MD",198,"Baltimore, MD" +458,26,241,"Philadelphia, PA",241,"Philadelphia, PA" +458,27,201,"Boston, MA",201,"Boston, MA" +458,28,201,"Boston, MA",201,"Boston, MA" +458,29,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +458,30,197,"Portland, ME",197,"Portland, ME" +458,31,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,32,197,"Portland, ME",197,"Portland, ME" +458,33,201,"Boston, MA",201,"Boston, MA" +458,34,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,35,197,"Portland, ME",197,"Portland, ME" +458,36,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,37,197,"Portland, ME",197,"Portland, ME" +458,38,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,39,217,"New York, NY and NJ",217,"New York, NY and NJ" +458,40,217,"New York, NY and NJ",217,"New York, NY and NJ" +458,41,197,"Portland, ME",197,"Portland, ME" +458,42,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +458,43,198,"Baltimore, MD",198,"Baltimore, MD" +458,44,197,"Portland, ME",197,"Portland, ME" +458,45,241,"Philadelphia, PA",241,"Philadelphia, PA" +458,46,217,"New York, NY and NJ",217,"New York, NY and NJ" +458,47,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,48,201,"Boston, MA",201,"Boston, MA" +458,49,201,"Boston, MA",201,"Boston, MA" +458,50,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +458,51,197,"Portland, ME",197,"Portland, ME" +458,52,217,"New York, NY and NJ",217,"New York, NY and NJ" +458,53,201,"Boston, MA",201,"Boston, MA" +458,54,197,"Portland, ME",197,"Portland, ME" +458,55,197,"Portland, ME",197,"Portland, ME" +458,56,244,"Providence, RI",244,"Providence, RI" +458,57,244,"Providence, RI",244,"Providence, RI" +458,58,217,"New York, NY and NJ",217,"New York, NY and NJ" +458,59,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +458,60,217,"New York, NY and NJ",217,"New York, NY and NJ" +458,61,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +458,62,241,"Philadelphia, PA",241,"Philadelphia, PA" +458,63,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,64,217,"New York, NY and NJ",217,"New York, NY and NJ" +458,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,66,241,"Philadelphia, PA",241,"Philadelphia, PA" +458,67,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,68,169,"Wilmington, DE",169,"Wilmington, DE" +458,69,197,"Portland, ME",197,"Portland, ME" +458,70,201,"Boston, MA",201,"Boston, MA" +458,71,217,"New York, NY and NJ",217,"New York, NY and NJ" +458,72,198,"Baltimore, MD",198,"Baltimore, MD" +458,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,74,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,75,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +458,76,197,"Portland, ME",197,"Portland, ME" +458,77,217,"New York, NY and NJ",217,"New York, NY and NJ" +458,78,197,"Portland, ME",197,"Portland, ME" +458,79,244,"Providence, RI",244,"Providence, RI" +458,80,198,"Baltimore, MD",198,"Baltimore, MD" +458,81,201,"Boston, MA",201,"Boston, MA" +458,82,201,"Boston, MA",201,"Boston, MA" +458,83,201,"Boston, MA",201,"Boston, MA" +458,84,197,"Portland, ME",197,"Portland, ME" +458,85,197,"Portland, ME",197,"Portland, ME" +458,86,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,87,197,"Portland, ME",197,"Portland, ME" +458,88,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,89,217,"New York, NY and NJ",217,"New York, NY and NJ" +458,90,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +458,91,198,"Baltimore, MD",198,"Baltimore, MD" +458,92,197,"Portland, ME",197,"Portland, ME" +458,93,197,"Portland, ME",197,"Portland, ME" +458,94,201,"Boston, MA",201,"Boston, MA" +458,95,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,96,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +458,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,98,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +458,99,198,"Baltimore, MD",198,"Baltimore, MD" +458,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,101,197,"Portland, ME",197,"Portland, ME" +458,102,197,"Portland, ME",197,"Portland, ME" +458,103,217,"New York, NY and NJ",217,"New York, NY and NJ" +458,104,201,"Boston, MA",201,"Boston, MA" +458,105,198,"Baltimore, MD",198,"Baltimore, MD" +458,106,241,"Philadelphia, PA",241,"Philadelphia, PA" +458,107,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,108,201,"Boston, MA",201,"Boston, MA" +458,109,241,"Philadelphia, PA",241,"Philadelphia, PA" +458,110,201,"Boston, MA",201,"Boston, MA" +458,111,197,"Portland, ME",197,"Portland, ME" +458,112,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +458,113,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +458,114,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +458,115,198,"Baltimore, MD",198,"Baltimore, MD" +458,116,197,"Portland, ME",197,"Portland, ME" +458,117,217,"New York, NY and NJ",217,"New York, NY and NJ" +458,118,217,"New York, NY and NJ",217,"New York, NY and NJ" +458,119,217,"New York, NY and NJ",217,"New York, NY and NJ" +458,120,197,"Portland, ME",197,"Portland, ME" +458,121,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,122,241,"Philadelphia, PA",241,"Philadelphia, PA" +458,123,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,124,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,126,198,"Baltimore, MD",198,"Baltimore, MD" +458,127,217,"New York, NY and NJ",217,"New York, NY and NJ" +458,128,201,"Boston, MA",201,"Boston, MA" +458,129,197,"Portland, ME",197,"Portland, ME" +458,130,197,"Portland, ME",197,"Portland, ME" +458,131,198,"Baltimore, MD",198,"Baltimore, MD" +458,132,169,"Wilmington, DE",169,"Wilmington, DE" +458,151,241,"Philadelphia, PA",217,"New York, NY and NJ" +458,152,197,"Portland, ME",169,"Wilmington, DE" +458,153,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +458,154,154,"Anchorage, AK",154,"Anchorage, AK" +458,155,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +458,156,265,"Norfolk Harbor, VA",177,"Savannah, GA" +458,157,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +458,158,241,"Philadelphia, PA",201,"Boston, MA" +458,159,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,160,217,"New York, NY and NJ",223,"New York, NY and NJ" +458,161,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +458,162,223,"New York, NY and NJ",198,"Baltimore, MD" +458,163,223,"New York, NY and NJ",245,"Charleston, SC" +458,164,265,"Norfolk Harbor, VA",197,"Portland, ME" +458,165,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +458,166,197,"Portland, ME",241,"Philadelphia, PA" +458,167,197,"Portland, ME",197,"Portland, ME" +458,168,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +458,169,217,"New York, NY and NJ",197,"Portland, ME" +458,170,244,"Providence, RI",217,"New York, NY and NJ" +458,171,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +458,172,198,"Baltimore, MD",217,"New York, NY and NJ" +458,173,218,"Camden-Gloucester, NJ",244,"Providence, RI" +458,174,197,"Portland, ME",177,"Savannah, GA" +458,175,223,"New York, NY and NJ",217,"New York, NY and NJ" +458,176,223,"New York, NY and NJ",217,"New York, NY and NJ" +458,177,217,"New York, NY and NJ",177,"Savannah, GA" +458,178,218,"Camden-Gloucester, NJ",201,"Boston, MA" +458,179,179,"Honolulu, HI",179,"Honolulu, HI" +458,180,179,"Honolulu, HI",179,"Honolulu, HI" +458,181,217,"New York, NY and NJ",223,"New York, NY and NJ" +458,183,201,"Boston, MA",201,"Boston, MA" +458,184,201,"Boston, MA",217,"New York, NY and NJ" +458,185,198,"Baltimore, MD",223,"New York, NY and NJ" +458,186,198,"Baltimore, MD",217,"New York, NY and NJ" +458,187,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +458,188,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,189,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +458,190,217,"New York, NY and NJ",241,"Philadelphia, PA" +458,191,223,"New York, NY and NJ",198,"Baltimore, MD" +458,192,217,"New York, NY and NJ",217,"New York, NY and NJ" +458,193,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +458,194,217,"New York, NY and NJ",223,"New York, NY and NJ" +458,195,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +458,196,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +458,197,244,"Providence, RI",223,"New York, NY and NJ" +458,198,169,"Wilmington, DE",223,"New York, NY and NJ" +458,199,198,"Baltimore, MD",223,"New York, NY and NJ" +458,200,223,"New York, NY and NJ",217,"New York, NY and NJ" +458,201,223,"New York, NY and NJ",217,"New York, NY and NJ" +458,202,217,"New York, NY and NJ",201,"Boston, MA" +458,203,217,"New York, NY and NJ",197,"Portland, ME" +458,204,217,"New York, NY and NJ",223,"New York, NY and NJ" +458,205,241,"Philadelphia, PA",223,"New York, NY and NJ" +458,206,241,"Philadelphia, PA",217,"New York, NY and NJ" +458,207,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,208,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +458,209,218,"Camden-Gloucester, NJ",197,"Portland, ME" +458,210,217,"New York, NY and NJ",223,"New York, NY and NJ" +458,211,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +458,212,223,"New York, NY and NJ",198,"Baltimore, MD" +458,213,197,"Portland, ME",265,"Norfolk Harbor, VA" +458,214,223,"New York, NY and NJ",217,"New York, NY and NJ" +458,215,241,"Philadelphia, PA",208,"Pascagoula, MS" +458,216,217,"New York, NY and NJ",197,"Portland, ME" +458,217,217,"New York, NY and NJ",198,"Baltimore, MD" +458,218,223,"New York, NY and NJ",197,"Portland, ME" +458,219,223,"New York, NY and NJ",241,"Philadelphia, PA" +458,220,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +458,221,201,"Boston, MA",217,"New York, NY and NJ" +458,222,217,"New York, NY and NJ",241,"Philadelphia, PA" +458,223,223,"New York, NY and NJ",198,"Baltimore, MD" +458,224,217,"New York, NY and NJ",201,"Boston, MA" +458,225,217,"New York, NY and NJ",198,"Baltimore, MD" +458,226,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +458,227,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +458,228,169,"Wilmington, DE",217,"New York, NY and NJ" +458,229,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +458,230,217,"New York, NY and NJ",223,"New York, NY and NJ" +458,231,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +458,232,244,"Providence, RI",201,"Boston, MA" +458,233,217,"New York, NY and NJ",201,"Boston, MA" +458,234,241,"Philadelphia, PA",223,"New York, NY and NJ" +458,235,217,"New York, NY and NJ",223,"New York, NY and NJ" +458,236,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +458,237,197,"Portland, ME",198,"Baltimore, MD" +458,238,241,"Philadelphia, PA",169,"Wilmington, DE" +458,239,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,240,201,"Boston, MA",217,"New York, NY and NJ" +458,241,197,"Portland, ME",223,"New York, NY and NJ" +458,242,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +458,243,197,"Portland, ME",241,"Philadelphia, PA" +458,244,217,"New York, NY and NJ",223,"New York, NY and NJ" +458,245,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +458,246,201,"Boston, MA",265,"Norfolk Harbor, VA" +458,247,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +458,248,198,"Baltimore, MD",198,"Baltimore, MD" +458,249,223,"New York, NY and NJ",198,"Baltimore, MD" +458,250,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +458,251,201,"Boston, MA",217,"New York, NY and NJ" +458,252,229,"Wilmington, NC",217,"New York, NY and NJ" +458,253,217,"New York, NY and NJ",198,"Baltimore, MD" +458,254,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +458,255,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +458,256,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +458,257,197,"Portland, ME",257,"Houston, TX" +458,258,197,"Portland, ME",217,"New York, NY and NJ" +458,259,223,"New York, NY and NJ",257,"Houston, TX" +458,260,223,"New York, NY and NJ",241,"Philadelphia, PA" +458,261,244,"Providence, RI",241,"Philadelphia, PA" +458,262,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +458,263,217,"New York, NY and NJ",223,"New York, NY and NJ" +458,264,201,"Boston, MA",265,"Norfolk Harbor, VA" +458,265,197,"Portland, ME",201,"Boston, MA" +458,266,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +458,267,223,"New York, NY and NJ",217,"New York, NY and NJ" +458,268,223,"New York, NY and NJ",241,"Philadelphia, PA" +458,269,241,"Philadelphia, PA",197,"Portland, ME" +458,270,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +458,271,223,"New York, NY and NJ",223,"New York, NY and NJ" +458,272,223,"New York, NY and NJ",241,"Philadelphia, PA" +458,273,201,"Boston, MA",197,"Portland, ME" +459,1,159,"Long Beach, CA",159,"Long Beach, CA" +459,2,159,"Long Beach, CA",159,"Long Beach, CA" +459,3,159,"Long Beach, CA",159,"Long Beach, CA" +459,4,239,"Portland, OR",239,"Portland, OR" +459,5,268,"Seattle, WA",268,"Seattle, WA" +459,6,162,"Oakland, CA",162,"Oakland, CA" +459,7,162,"Oakland, CA",162,"Oakland, CA" +459,8,268,"Seattle, WA",268,"Seattle, WA" +459,9,159,"Long Beach, CA",159,"Long Beach, CA" +459,10,159,"Long Beach, CA",159,"Long Beach, CA" +459,11,159,"Long Beach, CA",159,"Long Beach, CA" +459,12,159,"Long Beach, CA",159,"Long Beach, CA" +459,13,268,"Seattle, WA",268,"Seattle, WA" +459,14,159,"Long Beach, CA",159,"Long Beach, CA" +459,15,162,"Oakland, CA",162,"Oakland, CA" +459,16,268,"Seattle, WA",268,"Seattle, WA" +459,17,159,"Long Beach, CA",159,"Long Beach, CA" +459,18,162,"Oakland, CA",162,"Oakland, CA" +459,19,268,"Seattle, WA",268,"Seattle, WA" +459,20,268,"Seattle, WA",268,"Seattle, WA" +459,21,162,"Oakland, CA",162,"Oakland, CA" +459,22,159,"Long Beach, CA",159,"Long Beach, CA" +459,23,162,"Oakland, CA",162,"Oakland, CA" +459,24,268,"Seattle, WA",268,"Seattle, WA" +459,25,162,"Oakland, CA",162,"Oakland, CA" +459,26,269,"Longview, WA",269,"Longview, WA" +459,27,159,"Long Beach, CA",159,"Long Beach, CA" +459,28,159,"Long Beach, CA",159,"Long Beach, CA" +459,29,268,"Seattle, WA",268,"Seattle, WA" +459,30,159,"Long Beach, CA",159,"Long Beach, CA" +459,31,268,"Seattle, WA",268,"Seattle, WA" +459,32,239,"Portland, OR",239,"Portland, OR" +459,33,268,"Seattle, WA",268,"Seattle, WA" +459,34,159,"Long Beach, CA",159,"Long Beach, CA" +459,35,159,"Long Beach, CA",159,"Long Beach, CA" +459,36,268,"Seattle, WA",268,"Seattle, WA" +459,37,159,"Long Beach, CA",159,"Long Beach, CA" +459,38,159,"Long Beach, CA",159,"Long Beach, CA" +459,39,159,"Long Beach, CA",159,"Long Beach, CA" +459,40,159,"Long Beach, CA",159,"Long Beach, CA" +459,41,268,"Seattle, WA",268,"Seattle, WA" +459,42,162,"Oakland, CA",162,"Oakland, CA" +459,43,159,"Long Beach, CA",159,"Long Beach, CA" +459,44,268,"Seattle, WA",268,"Seattle, WA" +459,45,239,"Portland, OR",239,"Portland, OR" +459,46,159,"Long Beach, CA",159,"Long Beach, CA" +459,47,162,"Oakland, CA",162,"Oakland, CA" +459,48,159,"Long Beach, CA",159,"Long Beach, CA" +459,49,268,"Seattle, WA",268,"Seattle, WA" +459,50,239,"Portland, OR",239,"Portland, OR" +459,51,159,"Long Beach, CA",159,"Long Beach, CA" +459,52,159,"Long Beach, CA",159,"Long Beach, CA" +459,53,162,"Oakland, CA",162,"Oakland, CA" +459,54,159,"Long Beach, CA",159,"Long Beach, CA" +459,55,239,"Portland, OR",239,"Portland, OR" +459,56,159,"Long Beach, CA",159,"Long Beach, CA" +459,57,159,"Long Beach, CA",159,"Long Beach, CA" +459,58,159,"Long Beach, CA",159,"Long Beach, CA" +459,59,159,"Long Beach, CA",159,"Long Beach, CA" +459,60,159,"Long Beach, CA",159,"Long Beach, CA" +459,61,159,"Long Beach, CA",159,"Long Beach, CA" +459,62,162,"Oakland, CA",162,"Oakland, CA" +459,63,159,"Long Beach, CA",159,"Long Beach, CA" +459,64,268,"Seattle, WA",268,"Seattle, WA" +459,65,239,"Portland, OR",239,"Portland, OR" +459,66,239,"Portland, OR",239,"Portland, OR" +459,67,268,"Seattle, WA",268,"Seattle, WA" +459,68,239,"Portland, OR",239,"Portland, OR" +459,69,159,"Long Beach, CA",159,"Long Beach, CA" +459,70,159,"Long Beach, CA",159,"Long Beach, CA" +459,71,159,"Long Beach, CA",159,"Long Beach, CA" +459,72,239,"Portland, OR",239,"Portland, OR" +459,73,268,"Seattle, WA",268,"Seattle, WA" +459,74,159,"Long Beach, CA",159,"Long Beach, CA" +459,75,268,"Seattle, WA",268,"Seattle, WA" +459,76,239,"Portland, OR",239,"Portland, OR" +459,77,162,"Oakland, CA",162,"Oakland, CA" +459,78,268,"Seattle, WA",268,"Seattle, WA" +459,79,159,"Long Beach, CA",159,"Long Beach, CA" +459,80,239,"Portland, OR",239,"Portland, OR" +459,81,159,"Long Beach, CA",159,"Long Beach, CA" +459,82,159,"Long Beach, CA",159,"Long Beach, CA" +459,83,159,"Long Beach, CA",159,"Long Beach, CA" +459,84,268,"Seattle, WA",268,"Seattle, WA" +459,85,269,"Longview, WA",269,"Longview, WA" +459,86,159,"Long Beach, CA",159,"Long Beach, CA" +459,87,162,"Oakland, CA",162,"Oakland, CA" +459,88,159,"Long Beach, CA",159,"Long Beach, CA" +459,89,159,"Long Beach, CA",159,"Long Beach, CA" +459,90,268,"Seattle, WA",268,"Seattle, WA" +459,91,159,"Long Beach, CA",159,"Long Beach, CA" +459,92,268,"Seattle, WA",268,"Seattle, WA" +459,93,268,"Seattle, WA",268,"Seattle, WA" +459,94,162,"Oakland, CA",162,"Oakland, CA" +459,95,159,"Long Beach, CA",159,"Long Beach, CA" +459,96,268,"Seattle, WA",268,"Seattle, WA" +459,97,159,"Long Beach, CA",159,"Long Beach, CA" +459,98,268,"Seattle, WA",268,"Seattle, WA" +459,99,159,"Long Beach, CA",159,"Long Beach, CA" +459,100,159,"Long Beach, CA",159,"Long Beach, CA" +459,101,159,"Long Beach, CA",159,"Long Beach, CA" +459,102,239,"Portland, OR",239,"Portland, OR" +459,103,162,"Oakland, CA",162,"Oakland, CA" +459,104,239,"Portland, OR",239,"Portland, OR" +459,105,268,"Seattle, WA",268,"Seattle, WA" +459,106,162,"Oakland, CA",162,"Oakland, CA" +459,107,268,"Seattle, WA",268,"Seattle, WA" +459,108,159,"Long Beach, CA",159,"Long Beach, CA" +459,109,239,"Portland, OR",239,"Portland, OR" +459,110,268,"Seattle, WA",268,"Seattle, WA" +459,111,268,"Seattle, WA",268,"Seattle, WA" +459,112,159,"Long Beach, CA",159,"Long Beach, CA" +459,113,159,"Long Beach, CA",159,"Long Beach, CA" +459,114,239,"Portland, OR",239,"Portland, OR" +459,115,159,"Long Beach, CA",159,"Long Beach, CA" +459,116,268,"Seattle, WA",268,"Seattle, WA" +459,117,159,"Long Beach, CA",159,"Long Beach, CA" +459,118,239,"Portland, OR",239,"Portland, OR" +459,119,159,"Long Beach, CA",159,"Long Beach, CA" +459,120,162,"Oakland, CA",162,"Oakland, CA" +459,121,159,"Long Beach, CA",159,"Long Beach, CA" +459,122,162,"Oakland, CA",162,"Oakland, CA" +459,123,159,"Long Beach, CA",159,"Long Beach, CA" +459,124,159,"Long Beach, CA",159,"Long Beach, CA" +459,125,159,"Long Beach, CA",159,"Long Beach, CA" +459,126,159,"Long Beach, CA",159,"Long Beach, CA" +459,127,159,"Long Beach, CA",159,"Long Beach, CA" +459,128,239,"Portland, OR",239,"Portland, OR" +459,129,159,"Long Beach, CA",159,"Long Beach, CA" +459,130,159,"Long Beach, CA",159,"Long Beach, CA" +459,131,269,"Longview, WA",269,"Longview, WA" +459,132,159,"Long Beach, CA",159,"Long Beach, CA" +459,151,159,"Long Beach, CA",159,"Long Beach, CA" +459,152,159,"Long Beach, CA",159,"Long Beach, CA" +459,153,268,"Seattle, WA",159,"Long Beach, CA" +459,154,154,"Anchorage, AK",154,"Anchorage, AK" +459,155,162,"Oakland, CA",159,"Long Beach, CA" +459,156,159,"Long Beach, CA",269,"Longview, WA" +459,157,162,"Oakland, CA",268,"Seattle, WA" +459,158,159,"Long Beach, CA",159,"Long Beach, CA" +459,159,159,"Long Beach, CA",159,"Long Beach, CA" +459,160,159,"Long Beach, CA",268,"Seattle, WA" +459,161,268,"Seattle, WA",159,"Long Beach, CA" +459,162,268,"Seattle, WA",159,"Long Beach, CA" +459,163,162,"Oakland, CA",268,"Seattle, WA" +459,164,162,"Oakland, CA",239,"Portland, OR" +459,165,159,"Long Beach, CA",159,"Long Beach, CA" +459,166,268,"Seattle, WA",162,"Oakland, CA" +459,167,159,"Long Beach, CA",162,"Oakland, CA" +459,168,268,"Seattle, WA",162,"Oakland, CA" +459,169,159,"Long Beach, CA",268,"Seattle, WA" +459,170,239,"Portland, OR",159,"Long Beach, CA" +459,171,162,"Oakland, CA",159,"Long Beach, CA" +459,172,268,"Seattle, WA",268,"Seattle, WA" +459,173,162,"Oakland, CA",162,"Oakland, CA" +459,174,162,"Oakland, CA",268,"Seattle, WA" +459,175,159,"Long Beach, CA",159,"Long Beach, CA" +459,176,162,"Oakland, CA",159,"Long Beach, CA" +459,177,162,"Oakland, CA",269,"Longview, WA" +459,178,159,"Long Beach, CA",159,"Long Beach, CA" +459,179,179,"Honolulu, HI",179,"Honolulu, HI" +459,180,179,"Honolulu, HI",179,"Honolulu, HI" +459,181,269,"Longview, WA",269,"Longview, WA" +459,183,268,"Seattle, WA",159,"Long Beach, CA" +459,184,159,"Long Beach, CA",159,"Long Beach, CA" +459,185,239,"Portland, OR",159,"Long Beach, CA" +459,186,162,"Oakland, CA",162,"Oakland, CA" +459,187,268,"Seattle, WA",268,"Seattle, WA" +459,188,269,"Longview, WA",159,"Long Beach, CA" +459,189,162,"Oakland, CA",162,"Oakland, CA" +459,190,162,"Oakland, CA",159,"Long Beach, CA" +459,191,159,"Long Beach, CA",159,"Long Beach, CA" +459,192,268,"Seattle, WA",159,"Long Beach, CA" +459,193,159,"Long Beach, CA",162,"Oakland, CA" +459,194,159,"Long Beach, CA",239,"Portland, OR" +459,195,268,"Seattle, WA",162,"Oakland, CA" +459,196,159,"Long Beach, CA",268,"Seattle, WA" +459,197,269,"Longview, WA",159,"Long Beach, CA" +459,198,159,"Long Beach, CA",159,"Long Beach, CA" +459,199,159,"Long Beach, CA",239,"Portland, OR" +459,200,268,"Seattle, WA",159,"Long Beach, CA" +459,201,162,"Oakland, CA",268,"Seattle, WA" +459,202,268,"Seattle, WA",268,"Seattle, WA" +459,203,268,"Seattle, WA",159,"Long Beach, CA" +459,204,159,"Long Beach, CA",159,"Long Beach, CA" +459,205,159,"Long Beach, CA",162,"Oakland, CA" +459,206,159,"Long Beach, CA",159,"Long Beach, CA" +459,207,159,"Long Beach, CA",162,"Oakland, CA" +459,208,268,"Seattle, WA",268,"Seattle, WA" +459,209,159,"Long Beach, CA",268,"Seattle, WA" +459,210,159,"Long Beach, CA",159,"Long Beach, CA" +459,211,268,"Seattle, WA",159,"Long Beach, CA" +459,212,159,"Long Beach, CA",159,"Long Beach, CA" +459,213,159,"Long Beach, CA",159,"Long Beach, CA" +459,214,268,"Seattle, WA",159,"Long Beach, CA" +459,215,159,"Long Beach, CA",269,"Longview, WA" +459,216,159,"Long Beach, CA",159,"Long Beach, CA" +459,217,159,"Long Beach, CA",268,"Seattle, WA" +459,218,268,"Seattle, WA",239,"Portland, OR" +459,219,269,"Longview, WA",162,"Oakland, CA" +459,220,159,"Long Beach, CA",268,"Seattle, WA" +459,221,268,"Seattle, WA",159,"Long Beach, CA" +459,222,159,"Long Beach, CA",159,"Long Beach, CA" +459,223,159,"Long Beach, CA",268,"Seattle, WA" +459,224,269,"Longview, WA",159,"Long Beach, CA" +459,225,268,"Seattle, WA",268,"Seattle, WA" +459,226,239,"Portland, OR",268,"Seattle, WA" +459,227,159,"Long Beach, CA",159,"Long Beach, CA" +459,228,159,"Long Beach, CA",268,"Seattle, WA" +459,229,159,"Long Beach, CA",159,"Long Beach, CA" +459,230,268,"Seattle, WA",159,"Long Beach, CA" +459,231,159,"Long Beach, CA",162,"Oakland, CA" +459,232,268,"Seattle, WA",239,"Portland, OR" +459,233,159,"Long Beach, CA",162,"Oakland, CA" +459,234,269,"Longview, WA",159,"Long Beach, CA" +459,235,268,"Seattle, WA",162,"Oakland, CA" +459,236,162,"Oakland, CA",268,"Seattle, WA" +459,237,268,"Seattle, WA",159,"Long Beach, CA" +459,238,159,"Long Beach, CA",239,"Portland, OR" +459,239,159,"Long Beach, CA",159,"Long Beach, CA" +459,240,269,"Longview, WA",162,"Oakland, CA" +459,241,159,"Long Beach, CA",268,"Seattle, WA" +459,242,159,"Long Beach, CA",159,"Long Beach, CA" +459,243,269,"Longview, WA",159,"Long Beach, CA" +459,244,268,"Seattle, WA",159,"Long Beach, CA" +459,245,159,"Long Beach, CA",159,"Long Beach, CA" +459,246,162,"Oakland, CA",159,"Long Beach, CA" +459,247,159,"Long Beach, CA",159,"Long Beach, CA" +459,248,239,"Portland, OR",159,"Long Beach, CA" +459,249,159,"Long Beach, CA",159,"Long Beach, CA" +459,250,268,"Seattle, WA",159,"Long Beach, CA" +459,251,159,"Long Beach, CA",162,"Oakland, CA" +459,252,159,"Long Beach, CA",159,"Long Beach, CA" +459,253,268,"Seattle, WA",162,"Oakland, CA" +459,254,159,"Long Beach, CA",159,"Long Beach, CA" +459,255,159,"Long Beach, CA",162,"Oakland, CA" +459,256,268,"Seattle, WA",159,"Long Beach, CA" +459,257,159,"Long Beach, CA",268,"Seattle, WA" +459,258,159,"Long Beach, CA",268,"Seattle, WA" +459,259,162,"Oakland, CA",162,"Oakland, CA" +459,260,159,"Long Beach, CA",159,"Long Beach, CA" +459,261,162,"Oakland, CA",159,"Long Beach, CA" +459,262,159,"Long Beach, CA",159,"Long Beach, CA" +459,263,269,"Longview, WA",159,"Long Beach, CA" +459,264,239,"Portland, OR",159,"Long Beach, CA" +459,265,159,"Long Beach, CA",159,"Long Beach, CA" +459,266,159,"Long Beach, CA",159,"Long Beach, CA" +459,267,268,"Seattle, WA",162,"Oakland, CA" +459,268,159,"Long Beach, CA",159,"Long Beach, CA" +459,269,239,"Portland, OR",162,"Oakland, CA" +459,270,268,"Seattle, WA",162,"Oakland, CA" +459,271,159,"Long Beach, CA",162,"Oakland, CA" +459,272,159,"Long Beach, CA",159,"Long Beach, CA" +459,273,159,"Long Beach, CA",268,"Seattle, WA" +460,1,241,"Philadelphia, PA",241,"Philadelphia, PA" +460,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +460,3,201,"Boston, MA",201,"Boston, MA" +460,4,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,5,241,"Philadelphia, PA",241,"Philadelphia, PA" +460,6,197,"Portland, ME",197,"Portland, ME" +460,7,245,"Charleston, SC",245,"Charleston, SC" +460,8,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,9,198,"Baltimore, MD",198,"Baltimore, MD" +460,10,197,"Portland, ME",197,"Portland, ME" +460,11,198,"Baltimore, MD",198,"Baltimore, MD" +460,12,197,"Portland, ME",197,"Portland, ME" +460,13,217,"New York, NY and NJ",217,"New York, NY and NJ" +460,14,217,"New York, NY and NJ",217,"New York, NY and NJ" +460,15,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +460,16,201,"Boston, MA",201,"Boston, MA" +460,17,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +460,18,198,"Baltimore, MD",198,"Baltimore, MD" +460,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +460,20,217,"New York, NY and NJ",217,"New York, NY and NJ" +460,21,217,"New York, NY and NJ",217,"New York, NY and NJ" +460,22,217,"New York, NY and NJ",217,"New York, NY and NJ" +460,23,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +460,24,201,"Boston, MA",201,"Boston, MA" +460,25,217,"New York, NY and NJ",217,"New York, NY and NJ" +460,26,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,27,217,"New York, NY and NJ",217,"New York, NY and NJ" +460,28,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +460,29,197,"Portland, ME",197,"Portland, ME" +460,30,201,"Boston, MA",201,"Boston, MA" +460,31,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +460,32,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +460,33,197,"Portland, ME",197,"Portland, ME" +460,34,241,"Philadelphia, PA",241,"Philadelphia, PA" +460,35,201,"Boston, MA",201,"Boston, MA" +460,36,241,"Philadelphia, PA",241,"Philadelphia, PA" +460,37,217,"New York, NY and NJ",217,"New York, NY and NJ" +460,38,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,39,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,40,241,"Philadelphia, PA",241,"Philadelphia, PA" +460,41,201,"Boston, MA",201,"Boston, MA" +460,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,43,198,"Baltimore, MD",198,"Baltimore, MD" +460,44,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,45,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,46,201,"Boston, MA",201,"Boston, MA" +460,47,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,48,217,"New York, NY and NJ",217,"New York, NY and NJ" +460,49,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +460,50,197,"Portland, ME",197,"Portland, ME" +460,51,241,"Philadelphia, PA",241,"Philadelphia, PA" +460,52,241,"Philadelphia, PA",241,"Philadelphia, PA" +460,53,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +460,54,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,55,198,"Baltimore, MD",198,"Baltimore, MD" +460,56,217,"New York, NY and NJ",217,"New York, NY and NJ" +460,57,197,"Portland, ME",197,"Portland, ME" +460,58,201,"Boston, MA",201,"Boston, MA" +460,59,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +460,60,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +460,61,198,"Baltimore, MD",198,"Baltimore, MD" +460,62,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +460,63,198,"Baltimore, MD",198,"Baltimore, MD" +460,64,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,65,241,"Philadelphia, PA",241,"Philadelphia, PA" +460,66,244,"Providence, RI",244,"Providence, RI" +460,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +460,68,217,"New York, NY and NJ",217,"New York, NY and NJ" +460,69,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +460,70,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,71,201,"Boston, MA",201,"Boston, MA" +460,72,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +460,73,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +460,74,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,75,201,"Boston, MA",201,"Boston, MA" +460,76,201,"Boston, MA",201,"Boston, MA" +460,77,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,78,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,79,244,"Providence, RI",244,"Providence, RI" +460,80,201,"Boston, MA",201,"Boston, MA" +460,81,197,"Portland, ME",197,"Portland, ME" +460,82,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,83,241,"Philadelphia, PA",241,"Philadelphia, PA" +460,84,169,"Wilmington, DE",169,"Wilmington, DE" +460,85,201,"Boston, MA",201,"Boston, MA" +460,86,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,87,197,"Portland, ME",197,"Portland, ME" +460,88,201,"Boston, MA",201,"Boston, MA" +460,89,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,90,217,"New York, NY and NJ",217,"New York, NY and NJ" +460,91,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +460,92,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,93,201,"Boston, MA",201,"Boston, MA" +460,94,198,"Baltimore, MD",198,"Baltimore, MD" +460,95,169,"Wilmington, DE",169,"Wilmington, DE" +460,96,198,"Baltimore, MD",198,"Baltimore, MD" +460,97,169,"Wilmington, DE",169,"Wilmington, DE" +460,98,201,"Boston, MA",201,"Boston, MA" +460,99,201,"Boston, MA",201,"Boston, MA" +460,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,101,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,102,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,103,198,"Baltimore, MD",198,"Baltimore, MD" +460,104,201,"Boston, MA",201,"Boston, MA" +460,105,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +460,106,241,"Philadelphia, PA",241,"Philadelphia, PA" +460,107,197,"Portland, ME",197,"Portland, ME" +460,108,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +460,109,217,"New York, NY and NJ",217,"New York, NY and NJ" +460,110,217,"New York, NY and NJ",217,"New York, NY and NJ" +460,111,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,112,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +460,113,201,"Boston, MA",201,"Boston, MA" +460,114,217,"New York, NY and NJ",217,"New York, NY and NJ" +460,115,241,"Philadelphia, PA",241,"Philadelphia, PA" +460,116,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +460,117,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,118,217,"New York, NY and NJ",217,"New York, NY and NJ" +460,119,244,"Providence, RI",244,"Providence, RI" +460,120,201,"Boston, MA",201,"Boston, MA" +460,121,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,122,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,123,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,124,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,125,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +460,126,201,"Boston, MA",201,"Boston, MA" +460,127,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,128,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,129,229,"Wilmington, NC",229,"Wilmington, NC" +460,130,201,"Boston, MA",201,"Boston, MA" +460,131,198,"Baltimore, MD",198,"Baltimore, MD" +460,132,217,"New York, NY and NJ",217,"New York, NY and NJ" +460,151,201,"Boston, MA",223,"New York, NY and NJ" +460,152,223,"New York, NY and NJ",152,"Mobile, AL" +460,153,177,"Savannah, GA",217,"New York, NY and NJ" +460,154,154,"Anchorage, AK",154,"Anchorage, AK" +460,155,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +460,156,197,"Portland, ME",241,"Philadelphia, PA" +460,157,217,"New York, NY and NJ",201,"Boston, MA" +460,158,198,"Baltimore, MD",241,"Philadelphia, PA" +460,159,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +460,160,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +460,161,265,"Norfolk Harbor, VA",177,"Savannah, GA" +460,162,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +460,163,265,"Norfolk Harbor, VA",197,"Portland, ME" +460,164,201,"Boston, MA",218,"Camden-Gloucester, NJ" +460,165,198,"Baltimore, MD",201,"Boston, MA" +460,166,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +460,167,223,"New York, NY and NJ",244,"Providence, RI" +460,168,217,"New York, NY and NJ",223,"New York, NY and NJ" +460,169,201,"Boston, MA",241,"Philadelphia, PA" +460,170,223,"New York, NY and NJ",241,"Philadelphia, PA" +460,171,245,"Charleston, SC",245,"Charleston, SC" +460,172,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +460,173,241,"Philadelphia, PA",223,"New York, NY and NJ" +460,174,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +460,175,217,"New York, NY and NJ",223,"New York, NY and NJ" +460,176,223,"New York, NY and NJ",245,"Charleston, SC" +460,177,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +460,178,241,"Philadelphia, PA",217,"New York, NY and NJ" +460,179,179,"Honolulu, HI",179,"Honolulu, HI" +460,180,179,"Honolulu, HI",179,"Honolulu, HI" +460,181,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,183,265,"Norfolk Harbor, VA",201,"Boston, MA" +460,184,244,"Providence, RI",197,"Portland, ME" +460,185,217,"New York, NY and NJ",241,"Philadelphia, PA" +460,186,197,"Portland, ME",244,"Providence, RI" +460,187,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +460,188,198,"Baltimore, MD",241,"Philadelphia, PA" +460,189,223,"New York, NY and NJ",217,"New York, NY and NJ" +460,190,217,"New York, NY and NJ",217,"New York, NY and NJ" +460,191,198,"Baltimore, MD",245,"Charleston, SC" +460,192,223,"New York, NY and NJ",217,"New York, NY and NJ" +460,193,223,"New York, NY and NJ",201,"Boston, MA" +460,194,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +460,195,229,"Wilmington, NC",218,"Camden-Gloucester, NJ" +460,196,229,"Wilmington, NC",223,"New York, NY and NJ" +460,197,217,"New York, NY and NJ",197,"Portland, ME" +460,198,197,"Portland, ME",217,"New York, NY and NJ" +460,199,241,"Philadelphia, PA",241,"Philadelphia, PA" +460,200,217,"New York, NY and NJ",217,"New York, NY and NJ" +460,201,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +460,202,223,"New York, NY and NJ",217,"New York, NY and NJ" +460,203,223,"New York, NY and NJ",217,"New York, NY and NJ" +460,204,201,"Boston, MA",223,"New York, NY and NJ" +460,205,241,"Philadelphia, PA",217,"New York, NY and NJ" +460,206,198,"Baltimore, MD",217,"New York, NY and NJ" +460,207,223,"New York, NY and NJ",197,"Portland, ME" +460,208,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +460,209,217,"New York, NY and NJ",197,"Portland, ME" +460,210,244,"Providence, RI",201,"Boston, MA" +460,211,223,"New York, NY and NJ",198,"Baltimore, MD" +460,212,217,"New York, NY and NJ",201,"Boston, MA" +460,213,223,"New York, NY and NJ",197,"Portland, ME" +460,214,217,"New York, NY and NJ",223,"New York, NY and NJ" +460,215,223,"New York, NY and NJ",198,"Baltimore, MD" +460,216,265,"Norfolk Harbor, VA",201,"Boston, MA" +460,217,223,"New York, NY and NJ",198,"Baltimore, MD" +460,218,197,"Portland, ME",218,"Camden-Gloucester, NJ" +460,219,241,"Philadelphia, PA",217,"New York, NY and NJ" +460,220,223,"New York, NY and NJ",208,"Pascagoula, MS" +460,221,217,"New York, NY and NJ",201,"Boston, MA" +460,222,265,"Norfolk Harbor, VA",201,"Boston, MA" +460,223,217,"New York, NY and NJ",198,"Baltimore, MD" +460,224,198,"Baltimore, MD",241,"Philadelphia, PA" +460,225,198,"Baltimore, MD",197,"Portland, ME" +460,226,223,"New York, NY and NJ",241,"Philadelphia, PA" +460,227,223,"New York, NY and NJ",241,"Philadelphia, PA" +460,228,241,"Philadelphia, PA",197,"Portland, ME" +460,229,217,"New York, NY and NJ",197,"Portland, ME" +460,230,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +460,231,223,"New York, NY and NJ",223,"New York, NY and NJ" +460,232,217,"New York, NY and NJ",197,"Portland, ME" +460,233,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +460,234,197,"Portland, ME",217,"New York, NY and NJ" +460,235,201,"Boston, MA",265,"Norfolk Harbor, VA" +460,236,201,"Boston, MA",265,"Norfolk Harbor, VA" +460,237,217,"New York, NY and NJ",201,"Boston, MA" +460,238,223,"New York, NY and NJ",201,"Boston, MA" +460,239,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +460,240,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +460,241,217,"New York, NY and NJ",217,"New York, NY and NJ" +460,242,217,"New York, NY and NJ",217,"New York, NY and NJ" +460,243,223,"New York, NY and NJ",197,"Portland, ME" +460,244,198,"Baltimore, MD",244,"Providence, RI" +460,245,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +460,246,223,"New York, NY and NJ",201,"Boston, MA" +460,247,265,"Norfolk Harbor, VA",244,"Providence, RI" +460,248,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +460,249,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +460,250,241,"Philadelphia, PA",198,"Baltimore, MD" +460,251,217,"New York, NY and NJ",223,"New York, NY and NJ" +460,252,198,"Baltimore, MD",223,"New York, NY and NJ" +460,253,201,"Boston, MA",197,"Portland, ME" +460,254,245,"Charleston, SC",265,"Norfolk Harbor, VA" +460,255,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +460,256,197,"Portland, ME",245,"Charleston, SC" +460,257,201,"Boston, MA",265,"Norfolk Harbor, VA" +460,258,265,"Norfolk Harbor, VA",197,"Portland, ME" +460,259,177,"Savannah, GA",198,"Baltimore, MD" +460,260,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +460,261,229,"Wilmington, NC",218,"Camden-Gloucester, NJ" +460,262,217,"New York, NY and NJ",195,"New Orleans, LA" +460,263,217,"New York, NY and NJ",217,"New York, NY and NJ" +460,264,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +460,265,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +460,266,244,"Providence, RI",198,"Baltimore, MD" +460,267,223,"New York, NY and NJ",241,"Philadelphia, PA" +460,268,198,"Baltimore, MD",217,"New York, NY and NJ" +460,269,201,"Boston, MA",197,"Portland, ME" +460,270,198,"Baltimore, MD",223,"New York, NY and NJ" +460,271,244,"Providence, RI",223,"New York, NY and NJ" +460,272,217,"New York, NY and NJ",217,"New York, NY and NJ" +460,273,223,"New York, NY and NJ",223,"New York, NY and NJ" +461,1,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +461,2,174,"Tampa, FL",174,"Tampa, FL" +461,3,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,4,229,"Wilmington, NC",229,"Wilmington, NC" +461,5,217,"New York, NY and NJ",217,"New York, NY and NJ" +461,6,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,7,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,8,174,"Tampa, FL",174,"Tampa, FL" +461,9,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,10,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,11,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,12,229,"Wilmington, NC",229,"Wilmington, NC" +461,13,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,14,178,"Brunswick, GA",178,"Brunswick, GA" +461,15,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,16,152,"Mobile, AL",152,"Mobile, AL" +461,17,177,"Savannah, GA",177,"Savannah, GA" +461,18,245,"Charleston, SC",245,"Charleston, SC" +461,19,177,"Savannah, GA",177,"Savannah, GA" +461,20,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +461,22,171,"Jacksonville, FL",171,"Jacksonville, FL" +461,23,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,24,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,25,171,"Jacksonville, FL",171,"Jacksonville, FL" +461,26,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,27,178,"Brunswick, GA",178,"Brunswick, GA" +461,28,245,"Charleston, SC",245,"Charleston, SC" +461,29,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,30,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,31,198,"Baltimore, MD",198,"Baltimore, MD" +461,32,177,"Savannah, GA",177,"Savannah, GA" +461,33,174,"Tampa, FL",174,"Tampa, FL" +461,34,174,"Tampa, FL",174,"Tampa, FL" +461,35,171,"Jacksonville, FL",171,"Jacksonville, FL" +461,36,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,37,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,38,229,"Wilmington, NC",229,"Wilmington, NC" +461,39,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,40,245,"Charleston, SC",245,"Charleston, SC" +461,41,169,"Wilmington, DE",169,"Wilmington, DE" +461,42,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,43,229,"Wilmington, NC",229,"Wilmington, NC" +461,44,245,"Charleston, SC",245,"Charleston, SC" +461,45,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,46,245,"Charleston, SC",245,"Charleston, SC" +461,47,245,"Charleston, SC",245,"Charleston, SC" +461,48,245,"Charleston, SC",245,"Charleston, SC" +461,49,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,50,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,51,245,"Charleston, SC",245,"Charleston, SC" +461,52,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,53,177,"Savannah, GA",177,"Savannah, GA" +461,54,198,"Baltimore, MD",198,"Baltimore, MD" +461,55,171,"Jacksonville, FL",171,"Jacksonville, FL" +461,56,245,"Charleston, SC",245,"Charleston, SC" +461,57,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +461,58,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,59,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,60,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,61,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,62,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,63,245,"Charleston, SC",245,"Charleston, SC" +461,64,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,65,198,"Baltimore, MD",198,"Baltimore, MD" +461,66,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,67,198,"Baltimore, MD",198,"Baltimore, MD" +461,68,217,"New York, NY and NJ",217,"New York, NY and NJ" +461,69,217,"New York, NY and NJ",217,"New York, NY and NJ" +461,70,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +461,71,177,"Savannah, GA",177,"Savannah, GA" +461,72,152,"Mobile, AL",152,"Mobile, AL" +461,73,177,"Savannah, GA",177,"Savannah, GA" +461,74,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,75,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,76,217,"New York, NY and NJ",217,"New York, NY and NJ" +461,77,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,78,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,79,177,"Savannah, GA",177,"Savannah, GA" +461,80,229,"Wilmington, NC",229,"Wilmington, NC" +461,81,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,82,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,83,245,"Charleston, SC",245,"Charleston, SC" +461,84,245,"Charleston, SC",245,"Charleston, SC" +461,85,152,"Mobile, AL",152,"Mobile, AL" +461,86,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,87,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,88,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,89,177,"Savannah, GA",177,"Savannah, GA" +461,90,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +461,92,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,93,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,94,198,"Baltimore, MD",198,"Baltimore, MD" +461,95,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,96,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,97,198,"Baltimore, MD",198,"Baltimore, MD" +461,98,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,99,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,100,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,101,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,102,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +461,103,245,"Charleston, SC",245,"Charleston, SC" +461,104,171,"Jacksonville, FL",171,"Jacksonville, FL" +461,105,177,"Savannah, GA",177,"Savannah, GA" +461,106,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,107,198,"Baltimore, MD",198,"Baltimore, MD" +461,108,241,"Philadelphia, PA",241,"Philadelphia, PA" +461,109,198,"Baltimore, MD",198,"Baltimore, MD" +461,110,177,"Savannah, GA",177,"Savannah, GA" +461,111,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,112,169,"Wilmington, DE",169,"Wilmington, DE" +461,113,245,"Charleston, SC",245,"Charleston, SC" +461,114,245,"Charleston, SC",245,"Charleston, SC" +461,115,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,116,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,117,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +461,118,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,119,241,"Philadelphia, PA",241,"Philadelphia, PA" +461,120,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,121,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,122,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +461,123,177,"Savannah, GA",177,"Savannah, GA" +461,124,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,125,245,"Charleston, SC",245,"Charleston, SC" +461,126,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,127,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,128,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,129,169,"Wilmington, DE",169,"Wilmington, DE" +461,130,217,"New York, NY and NJ",217,"New York, NY and NJ" +461,131,171,"Jacksonville, FL",171,"Jacksonville, FL" +461,132,177,"Savannah, GA",177,"Savannah, GA" +461,151,171,"Jacksonville, FL",171,"Jacksonville, FL" +461,152,177,"Savannah, GA",174,"Tampa, FL" +461,153,245,"Charleston, SC",174,"Tampa, FL" +461,154,154,"Anchorage, AK",154,"Anchorage, AK" +461,155,195,"New Orleans, LA",257,"Houston, TX" +461,156,177,"Savannah, GA",195,"New Orleans, LA" +461,157,172,"Port Everglades, FL",194,"Lake Charles, LA" +461,158,265,"Norfolk Harbor, VA",177,"Savannah, GA" +461,159,265,"Norfolk Harbor, VA",257,"Houston, TX" +461,160,177,"Savannah, GA",171,"Jacksonville, FL" +461,161,171,"Jacksonville, FL",194,"Lake Charles, LA" +461,162,172,"Port Everglades, FL",152,"Mobile, AL" +461,163,195,"New Orleans, LA",245,"Charleston, SC" +461,164,245,"Charleston, SC",152,"Mobile, AL" +461,165,178,"Brunswick, GA",195,"New Orleans, LA" +461,166,177,"Savannah, GA",223,"New York, NY and NJ" +461,167,198,"Baltimore, MD",217,"New York, NY and NJ" +461,168,201,"Boston, MA",223,"New York, NY and NJ" +461,169,172,"Port Everglades, FL",198,"Baltimore, MD" +461,170,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +461,171,177,"Savannah, GA",171,"Jacksonville, FL" +461,172,177,"Savannah, GA",174,"Tampa, FL" +461,173,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,174,174,"Tampa, FL",172,"Port Everglades, FL" +461,175,174,"Tampa, FL",172,"Port Everglades, FL" +461,176,265,"Norfolk Harbor, VA",177,"Savannah, GA" +461,177,177,"Savannah, GA",177,"Savannah, GA" +461,178,177,"Savannah, GA",245,"Charleston, SC" +461,179,179,"Honolulu, HI",179,"Honolulu, HI" +461,180,179,"Honolulu, HI",179,"Honolulu, HI" +461,181,177,"Savannah, GA",195,"New Orleans, LA" +461,183,174,"Tampa, FL",174,"Tampa, FL" +461,184,229,"Wilmington, NC",245,"Charleston, SC" +461,185,172,"Port Everglades, FL",172,"Port Everglades, FL" +461,186,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +461,187,198,"Baltimore, MD",245,"Charleston, SC" +461,188,174,"Tampa, FL",195,"New Orleans, LA" +461,189,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +461,190,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +461,191,177,"Savannah, GA",265,"Norfolk Harbor, VA" +461,192,174,"Tampa, FL",174,"Tampa, FL" +461,193,171,"Jacksonville, FL",195,"New Orleans, LA" +461,194,171,"Jacksonville, FL",193,"Baton Rouge, LA" +461,195,174,"Tampa, FL",195,"New Orleans, LA" +461,196,177,"Savannah, GA",195,"New Orleans, LA" +461,197,177,"Savannah, GA",197,"Portland, ME" +461,198,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,199,245,"Charleston, SC",241,"Philadelphia, PA" +461,200,174,"Tampa, FL",265,"Norfolk Harbor, VA" +461,201,201,"Boston, MA",201,"Boston, MA" +461,202,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +461,203,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +461,204,245,"Charleston, SC",245,"Charleston, SC" +461,205,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +461,206,171,"Jacksonville, FL",172,"Port Everglades, FL" +461,207,177,"Savannah, GA",229,"Wilmington, NC" +461,208,177,"Savannah, GA",193,"Baton Rouge, LA" +461,209,245,"Charleston, SC",177,"Savannah, GA" +461,210,172,"Port Everglades, FL",177,"Savannah, GA" +461,211,174,"Tampa, FL",195,"New Orleans, LA" +461,212,229,"Wilmington, NC",217,"New York, NY and NJ" +461,213,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +461,214,172,"Port Everglades, FL",195,"New Orleans, LA" +461,215,177,"Savannah, GA",177,"Savannah, GA" +461,216,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +461,217,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +461,218,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +461,219,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +461,220,177,"Savannah, GA",195,"New Orleans, LA" +461,221,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +461,222,169,"Wilmington, DE",223,"New York, NY and NJ" +461,223,245,"Charleston, SC",265,"Norfolk Harbor, VA" +461,224,172,"Port Everglades, FL",223,"New York, NY and NJ" +461,225,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +461,226,172,"Port Everglades, FL",177,"Savannah, GA" +461,227,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +461,228,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +461,229,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +461,230,171,"Jacksonville, FL",177,"Savannah, GA" +461,231,177,"Savannah, GA",171,"Jacksonville, FL" +461,232,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +461,233,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +461,234,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +461,235,172,"Port Everglades, FL",171,"Jacksonville, FL" +461,236,177,"Savannah, GA",195,"New Orleans, LA" +461,237,152,"Mobile, AL",177,"Savannah, GA" +461,238,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +461,239,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +461,240,172,"Port Everglades, FL",195,"New Orleans, LA" +461,241,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +461,242,198,"Baltimore, MD",241,"Philadelphia, PA" +461,243,217,"New York, NY and NJ",198,"Baltimore, MD" +461,244,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +461,245,245,"Charleston, SC",245,"Charleston, SC" +461,246,177,"Savannah, GA",177,"Savannah, GA" +461,247,174,"Tampa, FL",172,"Port Everglades, FL" +461,248,174,"Tampa, FL",245,"Charleston, SC" +461,249,172,"Port Everglades, FL",174,"Tampa, FL" +461,250,152,"Mobile, AL",245,"Charleston, SC" +461,251,245,"Charleston, SC",174,"Tampa, FL" +461,252,174,"Tampa, FL",208,"Pascagoula, MS" +461,253,253,"Beaumont, TX",253,"Beaumont, TX" +461,254,193,"Baton Rouge, LA",257,"Houston, TX" +461,255,172,"Port Everglades, FL",177,"Savannah, GA" +461,256,174,"Tampa, FL",254,"Corpus Christi, TX" +461,257,195,"New Orleans, LA",195,"New Orleans, LA" +461,258,174,"Tampa, FL",253,"Beaumont, TX" +461,259,177,"Savannah, GA",152,"Mobile, AL" +461,260,174,"Tampa, FL",194,"Lake Charles, LA" +461,261,198,"Baltimore, MD",257,"Houston, TX" +461,262,171,"Jacksonville, FL",195,"New Orleans, LA" +461,263,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +461,264,171,"Jacksonville, FL",172,"Port Everglades, FL" +461,265,265,"Norfolk Harbor, VA",245,"Charleston, SC" +461,266,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +461,267,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +461,268,177,"Savannah, GA",195,"New Orleans, LA" +461,269,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +461,270,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +461,271,198,"Baltimore, MD",217,"New York, NY and NJ" +461,272,172,"Port Everglades, FL",198,"Baltimore, MD" +461,273,152,"Mobile, AL",195,"New Orleans, LA" +462,1,197,"Portland, ME",197,"Portland, ME" +462,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +462,3,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +462,4,217,"New York, NY and NJ",217,"New York, NY and NJ" +462,5,217,"New York, NY and NJ",217,"New York, NY and NJ" +462,6,201,"Boston, MA",201,"Boston, MA" +462,7,198,"Baltimore, MD",198,"Baltimore, MD" +462,8,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +462,9,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,10,241,"Philadelphia, PA",241,"Philadelphia, PA" +462,11,241,"Philadelphia, PA",241,"Philadelphia, PA" +462,12,241,"Philadelphia, PA",241,"Philadelphia, PA" +462,13,223,"New York, NY and NJ",223,"New York, NY and NJ" +462,14,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,15,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,16,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,17,217,"New York, NY and NJ",217,"New York, NY and NJ" +462,18,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +462,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +462,20,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,21,217,"New York, NY and NJ",217,"New York, NY and NJ" +462,22,197,"Portland, ME",197,"Portland, ME" +462,23,217,"New York, NY and NJ",217,"New York, NY and NJ" +462,24,223,"New York, NY and NJ",223,"New York, NY and NJ" +462,25,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +462,26,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +462,27,201,"Boston, MA",201,"Boston, MA" +462,28,217,"New York, NY and NJ",217,"New York, NY and NJ" +462,29,217,"New York, NY and NJ",217,"New York, NY and NJ" +462,30,177,"Savannah, GA",177,"Savannah, GA" +462,31,201,"Boston, MA",201,"Boston, MA" +462,32,198,"Baltimore, MD",198,"Baltimore, MD" +462,33,217,"New York, NY and NJ",217,"New York, NY and NJ" +462,34,217,"New York, NY and NJ",217,"New York, NY and NJ" +462,35,223,"New York, NY and NJ",223,"New York, NY and NJ" +462,36,174,"Tampa, FL",174,"Tampa, FL" +462,37,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,38,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,39,245,"Charleston, SC",245,"Charleston, SC" +462,40,241,"Philadelphia, PA",241,"Philadelphia, PA" +462,41,198,"Baltimore, MD",198,"Baltimore, MD" +462,42,197,"Portland, ME",197,"Portland, ME" +462,43,241,"Philadelphia, PA",241,"Philadelphia, PA" +462,44,223,"New York, NY and NJ",223,"New York, NY and NJ" +462,45,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +462,46,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,47,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,48,197,"Portland, ME",197,"Portland, ME" +462,49,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,50,198,"Baltimore, MD",198,"Baltimore, MD" +462,51,223,"New York, NY and NJ",223,"New York, NY and NJ" +462,52,201,"Boston, MA",201,"Boston, MA" +462,53,229,"Wilmington, NC",229,"Wilmington, NC" +462,54,223,"New York, NY and NJ",223,"New York, NY and NJ" +462,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +462,56,223,"New York, NY and NJ",223,"New York, NY and NJ" +462,57,217,"New York, NY and NJ",217,"New York, NY and NJ" +462,58,245,"Charleston, SC",245,"Charleston, SC" +462,59,177,"Savannah, GA",177,"Savannah, GA" +462,60,223,"New York, NY and NJ",223,"New York, NY and NJ" +462,61,172,"Port Everglades, FL",172,"Port Everglades, FL" +462,62,198,"Baltimore, MD",198,"Baltimore, MD" +462,63,197,"Portland, ME",197,"Portland, ME" +462,64,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +462,66,229,"Wilmington, NC",229,"Wilmington, NC" +462,67,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,68,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,69,229,"Wilmington, NC",229,"Wilmington, NC" +462,70,217,"New York, NY and NJ",217,"New York, NY and NJ" +462,71,229,"Wilmington, NC",229,"Wilmington, NC" +462,72,245,"Charleston, SC",245,"Charleston, SC" +462,73,241,"Philadelphia, PA",241,"Philadelphia, PA" +462,74,201,"Boston, MA",201,"Boston, MA" +462,75,198,"Baltimore, MD",198,"Baltimore, MD" +462,76,217,"New York, NY and NJ",217,"New York, NY and NJ" +462,77,217,"New York, NY and NJ",217,"New York, NY and NJ" +462,78,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,79,217,"New York, NY and NJ",217,"New York, NY and NJ" +462,80,244,"Providence, RI",244,"Providence, RI" +462,81,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,82,217,"New York, NY and NJ",217,"New York, NY and NJ" +462,83,223,"New York, NY and NJ",223,"New York, NY and NJ" +462,84,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +462,85,197,"Portland, ME",197,"Portland, ME" +462,86,241,"Philadelphia, PA",241,"Philadelphia, PA" +462,87,198,"Baltimore, MD",198,"Baltimore, MD" +462,88,201,"Boston, MA",201,"Boston, MA" +462,89,244,"Providence, RI",244,"Providence, RI" +462,90,197,"Portland, ME",197,"Portland, ME" +462,91,198,"Baltimore, MD",198,"Baltimore, MD" +462,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +462,93,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,94,172,"Port Everglades, FL",172,"Port Everglades, FL" +462,95,223,"New York, NY and NJ",223,"New York, NY and NJ" +462,96,229,"Wilmington, NC",229,"Wilmington, NC" +462,97,245,"Charleston, SC",245,"Charleston, SC" +462,98,217,"New York, NY and NJ",217,"New York, NY and NJ" +462,99,217,"New York, NY and NJ",217,"New York, NY and NJ" +462,100,201,"Boston, MA",201,"Boston, MA" +462,101,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,102,217,"New York, NY and NJ",217,"New York, NY and NJ" +462,103,178,"Brunswick, GA",178,"Brunswick, GA" +462,104,217,"New York, NY and NJ",217,"New York, NY and NJ" +462,105,245,"Charleston, SC",245,"Charleston, SC" +462,106,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,107,197,"Portland, ME",197,"Portland, ME" +462,108,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +462,109,217,"New York, NY and NJ",217,"New York, NY and NJ" +462,110,217,"New York, NY and NJ",217,"New York, NY and NJ" +462,111,241,"Philadelphia, PA",241,"Philadelphia, PA" +462,112,245,"Charleston, SC",245,"Charleston, SC" +462,113,223,"New York, NY and NJ",223,"New York, NY and NJ" +462,114,198,"Baltimore, MD",198,"Baltimore, MD" +462,115,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,116,223,"New York, NY and NJ",223,"New York, NY and NJ" +462,117,245,"Charleston, SC",245,"Charleston, SC" +462,118,241,"Philadelphia, PA",241,"Philadelphia, PA" +462,119,223,"New York, NY and NJ",223,"New York, NY and NJ" +462,120,172,"Port Everglades, FL",172,"Port Everglades, FL" +462,121,223,"New York, NY and NJ",223,"New York, NY and NJ" +462,122,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,123,223,"New York, NY and NJ",223,"New York, NY and NJ" +462,124,172,"Port Everglades, FL",172,"Port Everglades, FL" +462,125,229,"Wilmington, NC",229,"Wilmington, NC" +462,126,172,"Port Everglades, FL",172,"Port Everglades, FL" +462,127,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,128,223,"New York, NY and NJ",223,"New York, NY and NJ" +462,129,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,130,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,131,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,132,217,"New York, NY and NJ",217,"New York, NY and NJ" +462,151,217,"New York, NY and NJ",172,"Port Everglades, FL" +462,152,177,"Savannah, GA",217,"New York, NY and NJ" +462,153,217,"New York, NY and NJ",177,"Savannah, GA" +462,154,154,"Anchorage, AK",154,"Anchorage, AK" +462,155,241,"Philadelphia, PA",195,"New Orleans, LA" +462,156,177,"Savannah, GA",253,"Beaumont, TX" +462,157,201,"Boston, MA",195,"New Orleans, LA" +462,158,218,"Camden-Gloucester, NJ",195,"New Orleans, LA" +462,159,229,"Wilmington, NC",223,"New York, NY and NJ" +462,160,177,"Savannah, GA",172,"Port Everglades, FL" +462,161,197,"Portland, ME",193,"Baton Rouge, LA" +462,162,217,"New York, NY and NJ",223,"New York, NY and NJ" +462,163,174,"Tampa, FL",257,"Houston, TX" +462,164,245,"Charleston, SC",217,"New York, NY and NJ" +462,165,217,"New York, NY and NJ",194,"Lake Charles, LA" +462,166,244,"Providence, RI",265,"Norfolk Harbor, VA" +462,167,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +462,168,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +462,169,197,"Portland, ME",217,"New York, NY and NJ" +462,170,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +462,171,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,172,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +462,173,174,"Tampa, FL",244,"Providence, RI" +462,174,197,"Portland, ME",177,"Savannah, GA" +462,175,201,"Boston, MA",177,"Savannah, GA" +462,176,177,"Savannah, GA",265,"Norfolk Harbor, VA" +462,177,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +462,178,198,"Baltimore, MD",217,"New York, NY and NJ" +462,179,179,"Honolulu, HI",179,"Honolulu, HI" +462,180,179,"Honolulu, HI",179,"Honolulu, HI" +462,181,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +462,183,223,"New York, NY and NJ",241,"Philadelphia, PA" +462,184,223,"New York, NY and NJ",223,"New York, NY and NJ" +462,185,177,"Savannah, GA",217,"New York, NY and NJ" +462,186,201,"Boston, MA",223,"New York, NY and NJ" +462,187,198,"Baltimore, MD",217,"New York, NY and NJ" +462,188,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +462,189,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +462,190,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,191,229,"Wilmington, NC",245,"Charleston, SC" +462,192,197,"Portland, ME",241,"Philadelphia, PA" +462,193,253,"Beaumont, TX",195,"New Orleans, LA" +462,194,223,"New York, NY and NJ",171,"Jacksonville, FL" +462,195,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +462,196,217,"New York, NY and NJ",195,"New Orleans, LA" +462,197,223,"New York, NY and NJ",241,"Philadelphia, PA" +462,198,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +462,199,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,200,201,"Boston, MA",223,"New York, NY and NJ" +462,201,198,"Baltimore, MD",229,"Wilmington, NC" +462,202,223,"New York, NY and NJ",223,"New York, NY and NJ" +462,203,223,"New York, NY and NJ",198,"Baltimore, MD" +462,204,217,"New York, NY and NJ",197,"Portland, ME" +462,205,201,"Boston, MA",201,"Boston, MA" +462,206,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +462,207,223,"New York, NY and NJ",217,"New York, NY and NJ" +462,208,223,"New York, NY and NJ",195,"New Orleans, LA" +462,209,241,"Philadelphia, PA",245,"Charleston, SC" +462,210,197,"Portland, ME",265,"Norfolk Harbor, VA" +462,211,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +462,212,223,"New York, NY and NJ",178,"Brunswick, GA" +462,213,218,"Camden-Gloucester, NJ",194,"Lake Charles, LA" +462,214,198,"Baltimore, MD",223,"New York, NY and NJ" +462,215,244,"Providence, RI",195,"New Orleans, LA" +462,216,198,"Baltimore, MD",217,"New York, NY and NJ" +462,217,223,"New York, NY and NJ",201,"Boston, MA" +462,218,197,"Portland, ME",265,"Norfolk Harbor, VA" +462,219,169,"Wilmington, DE",244,"Providence, RI" +462,220,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +462,221,223,"New York, NY and NJ",198,"Baltimore, MD" +462,222,241,"Philadelphia, PA",244,"Providence, RI" +462,223,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +462,224,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +462,225,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +462,226,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +462,227,265,"Norfolk Harbor, VA",245,"Charleston, SC" +462,228,244,"Providence, RI",198,"Baltimore, MD" +462,229,245,"Charleston, SC",198,"Baltimore, MD" +462,230,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +462,231,223,"New York, NY and NJ",201,"Boston, MA" +462,232,241,"Philadelphia, PA",223,"New York, NY and NJ" +462,233,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +462,234,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +462,235,172,"Port Everglades, FL",244,"Providence, RI" +462,236,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +462,237,265,"Norfolk Harbor, VA",245,"Charleston, SC" +462,238,217,"New York, NY and NJ",223,"New York, NY and NJ" +462,239,169,"Wilmington, DE",201,"Boston, MA" +462,240,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +462,241,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +462,242,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +462,243,217,"New York, NY and NJ",223,"New York, NY and NJ" +462,244,217,"New York, NY and NJ",223,"New York, NY and NJ" +462,245,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +462,246,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +462,247,229,"Wilmington, NC",217,"New York, NY and NJ" +462,248,241,"Philadelphia, PA",245,"Charleston, SC" +462,249,197,"Portland, ME",198,"Baltimore, MD" +462,250,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +462,251,223,"New York, NY and NJ",201,"Boston, MA" +462,252,245,"Charleston, SC",257,"Houston, TX" +462,253,172,"Port Everglades, FL",257,"Houston, TX" +462,254,152,"Mobile, AL",208,"Pascagoula, MS" +462,255,171,"Jacksonville, FL",195,"New Orleans, LA" +462,256,197,"Portland, ME",177,"Savannah, GA" +462,257,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +462,258,198,"Baltimore, MD",257,"Houston, TX" +462,259,198,"Baltimore, MD",195,"New Orleans, LA" +462,260,197,"Portland, ME",245,"Charleston, SC" +462,261,223,"New York, NY and NJ",198,"Baltimore, MD" +462,262,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +462,263,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +462,264,174,"Tampa, FL",172,"Port Everglades, FL" +462,265,197,"Portland, ME",265,"Norfolk Harbor, VA" +462,266,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +462,267,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +462,268,245,"Charleston, SC",217,"New York, NY and NJ" +462,269,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +462,270,217,"New York, NY and NJ",197,"Portland, ME" +462,271,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +462,272,177,"Savannah, GA",201,"Boston, MA" +462,273,171,"Jacksonville, FL",198,"Baltimore, MD" +463,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +463,3,217,"New York, NY and NJ",217,"New York, NY and NJ" +463,4,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +463,5,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,6,198,"Baltimore, MD",198,"Baltimore, MD" +463,7,217,"New York, NY and NJ",217,"New York, NY and NJ" +463,8,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,9,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +463,10,198,"Baltimore, MD",198,"Baltimore, MD" +463,11,201,"Boston, MA",201,"Boston, MA" +463,12,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,13,217,"New York, NY and NJ",217,"New York, NY and NJ" +463,14,197,"Portland, ME",197,"Portland, ME" +463,15,201,"Boston, MA",201,"Boston, MA" +463,16,217,"New York, NY and NJ",217,"New York, NY and NJ" +463,17,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,18,197,"Portland, ME",197,"Portland, ME" +463,19,201,"Boston, MA",201,"Boston, MA" +463,20,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,21,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +463,22,241,"Philadelphia, PA",241,"Philadelphia, PA" +463,23,217,"New York, NY and NJ",217,"New York, NY and NJ" +463,24,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +463,25,217,"New York, NY and NJ",217,"New York, NY and NJ" +463,26,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,27,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +463,28,217,"New York, NY and NJ",217,"New York, NY and NJ" +463,29,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +463,30,241,"Philadelphia, PA",241,"Philadelphia, PA" +463,31,217,"New York, NY and NJ",217,"New York, NY and NJ" +463,32,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,33,201,"Boston, MA",201,"Boston, MA" +463,34,198,"Baltimore, MD",198,"Baltimore, MD" +463,35,241,"Philadelphia, PA",241,"Philadelphia, PA" +463,36,198,"Baltimore, MD",198,"Baltimore, MD" +463,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,38,217,"New York, NY and NJ",217,"New York, NY and NJ" +463,39,198,"Baltimore, MD",198,"Baltimore, MD" +463,40,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,41,198,"Baltimore, MD",198,"Baltimore, MD" +463,42,201,"Boston, MA",201,"Boston, MA" +463,43,198,"Baltimore, MD",198,"Baltimore, MD" +463,44,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,45,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,46,241,"Philadelphia, PA",241,"Philadelphia, PA" +463,47,217,"New York, NY and NJ",217,"New York, NY and NJ" +463,48,197,"Portland, ME",197,"Portland, ME" +463,49,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,50,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +463,51,198,"Baltimore, MD",198,"Baltimore, MD" +463,52,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,53,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,54,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,55,241,"Philadelphia, PA",241,"Philadelphia, PA" +463,56,197,"Portland, ME",197,"Portland, ME" +463,57,198,"Baltimore, MD",198,"Baltimore, MD" +463,58,241,"Philadelphia, PA",241,"Philadelphia, PA" +463,59,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,60,197,"Portland, ME",197,"Portland, ME" +463,61,217,"New York, NY and NJ",217,"New York, NY and NJ" +463,62,201,"Boston, MA",201,"Boston, MA" +463,63,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +463,64,241,"Philadelphia, PA",241,"Philadelphia, PA" +463,65,217,"New York, NY and NJ",217,"New York, NY and NJ" +463,66,241,"Philadelphia, PA",241,"Philadelphia, PA" +463,67,198,"Baltimore, MD",198,"Baltimore, MD" +463,68,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,69,241,"Philadelphia, PA",241,"Philadelphia, PA" +463,70,244,"Providence, RI",244,"Providence, RI" +463,71,198,"Baltimore, MD",198,"Baltimore, MD" +463,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,73,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +463,74,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,75,198,"Baltimore, MD",198,"Baltimore, MD" +463,76,197,"Portland, ME",197,"Portland, ME" +463,77,197,"Portland, ME",197,"Portland, ME" +463,78,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,79,197,"Portland, ME",197,"Portland, ME" +463,80,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,81,201,"Boston, MA",201,"Boston, MA" +463,82,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,83,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,85,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,86,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,88,197,"Portland, ME",197,"Portland, ME" +463,89,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +463,90,201,"Boston, MA",201,"Boston, MA" +463,91,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +463,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +463,93,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +463,94,217,"New York, NY and NJ",217,"New York, NY and NJ" +463,95,198,"Baltimore, MD",198,"Baltimore, MD" +463,96,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,97,244,"Providence, RI",244,"Providence, RI" +463,98,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,99,198,"Baltimore, MD",198,"Baltimore, MD" +463,100,217,"New York, NY and NJ",217,"New York, NY and NJ" +463,101,197,"Portland, ME",197,"Portland, ME" +463,102,197,"Portland, ME",197,"Portland, ME" +463,103,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,104,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,105,241,"Philadelphia, PA",241,"Philadelphia, PA" +463,106,241,"Philadelphia, PA",241,"Philadelphia, PA" +463,107,217,"New York, NY and NJ",217,"New York, NY and NJ" +463,108,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,109,201,"Boston, MA",201,"Boston, MA" +463,110,198,"Baltimore, MD",198,"Baltimore, MD" +463,111,217,"New York, NY and NJ",217,"New York, NY and NJ" +463,112,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,113,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +463,114,217,"New York, NY and NJ",217,"New York, NY and NJ" +463,115,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,116,217,"New York, NY and NJ",217,"New York, NY and NJ" +463,117,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,118,198,"Baltimore, MD",198,"Baltimore, MD" +463,119,197,"Portland, ME",197,"Portland, ME" +463,120,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +463,121,217,"New York, NY and NJ",217,"New York, NY and NJ" +463,122,198,"Baltimore, MD",198,"Baltimore, MD" +463,123,201,"Boston, MA",201,"Boston, MA" +463,124,198,"Baltimore, MD",198,"Baltimore, MD" +463,125,217,"New York, NY and NJ",217,"New York, NY and NJ" +463,126,197,"Portland, ME",197,"Portland, ME" +463,127,241,"Philadelphia, PA",241,"Philadelphia, PA" +463,128,217,"New York, NY and NJ",217,"New York, NY and NJ" +463,129,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,130,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +463,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +463,132,241,"Philadelphia, PA",241,"Philadelphia, PA" +463,151,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +463,152,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +463,153,201,"Boston, MA",217,"New York, NY and NJ" +463,154,154,"Anchorage, AK",154,"Anchorage, AK" +463,155,197,"Portland, ME",223,"New York, NY and NJ" +463,156,223,"New York, NY and NJ",197,"Portland, ME" +463,157,217,"New York, NY and NJ",241,"Philadelphia, PA" +463,158,244,"Providence, RI",201,"Boston, MA" +463,159,198,"Baltimore, MD",245,"Charleston, SC" +463,160,217,"New York, NY and NJ",197,"Portland, ME" +463,161,218,"Camden-Gloucester, NJ",194,"Lake Charles, LA" +463,162,201,"Boston, MA",229,"Wilmington, NC" +463,163,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,164,217,"New York, NY and NJ",241,"Philadelphia, PA" +463,165,217,"New York, NY and NJ",241,"Philadelphia, PA" +463,166,169,"Wilmington, DE",241,"Philadelphia, PA" +463,167,198,"Baltimore, MD",223,"New York, NY and NJ" +463,168,241,"Philadelphia, PA",217,"New York, NY and NJ" +463,169,218,"Camden-Gloucester, NJ",197,"Portland, ME" +463,170,201,"Boston, MA",201,"Boston, MA" +463,171,223,"New York, NY and NJ",229,"Wilmington, NC" +463,172,201,"Boston, MA",265,"Norfolk Harbor, VA" +463,173,198,"Baltimore, MD",217,"New York, NY and NJ" +463,174,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +463,175,241,"Philadelphia, PA",241,"Philadelphia, PA" +463,176,223,"New York, NY and NJ",244,"Providence, RI" +463,177,241,"Philadelphia, PA",217,"New York, NY and NJ" +463,178,197,"Portland, ME",217,"New York, NY and NJ" +463,179,179,"Honolulu, HI",179,"Honolulu, HI" +463,180,179,"Honolulu, HI",179,"Honolulu, HI" +463,181,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +463,183,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +463,184,223,"New York, NY and NJ",197,"Portland, ME" +463,185,223,"New York, NY and NJ",241,"Philadelphia, PA" +463,186,201,"Boston, MA",201,"Boston, MA" +463,187,201,"Boston, MA",223,"New York, NY and NJ" +463,188,197,"Portland, ME",217,"New York, NY and NJ" +463,189,241,"Philadelphia, PA",198,"Baltimore, MD" +463,190,223,"New York, NY and NJ",197,"Portland, ME" +463,191,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +463,192,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +463,193,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +463,194,198,"Baltimore, MD",217,"New York, NY and NJ" +463,195,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +463,196,197,"Portland, ME",217,"New York, NY and NJ" +463,197,223,"New York, NY and NJ",201,"Boston, MA" +463,198,223,"New York, NY and NJ",217,"New York, NY and NJ" +463,199,218,"Camden-Gloucester, NJ",197,"Portland, ME" +463,200,217,"New York, NY and NJ",217,"New York, NY and NJ" +463,201,217,"New York, NY and NJ",244,"Providence, RI" +463,202,241,"Philadelphia, PA",241,"Philadelphia, PA" +463,203,217,"New York, NY and NJ",241,"Philadelphia, PA" +463,204,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,205,223,"New York, NY and NJ",201,"Boston, MA" +463,206,223,"New York, NY and NJ",197,"Portland, ME" +463,207,217,"New York, NY and NJ",197,"Portland, ME" +463,208,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +463,209,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,210,265,"Norfolk Harbor, VA",197,"Portland, ME" +463,211,217,"New York, NY and NJ",201,"Boston, MA" +463,212,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,213,197,"Portland, ME",223,"New York, NY and NJ" +463,214,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +463,215,241,"Philadelphia, PA",198,"Baltimore, MD" +463,216,197,"Portland, ME",241,"Philadelphia, PA" +463,217,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +463,218,244,"Providence, RI",223,"New York, NY and NJ" +463,219,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +463,220,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +463,221,197,"Portland, ME",198,"Baltimore, MD" +463,222,223,"New York, NY and NJ",201,"Boston, MA" +463,223,197,"Portland, ME",223,"New York, NY and NJ" +463,224,201,"Boston, MA",223,"New York, NY and NJ" +463,225,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,226,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +463,227,241,"Philadelphia, PA",217,"New York, NY and NJ" +463,228,241,"Philadelphia, PA",198,"Baltimore, MD" +463,229,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,230,198,"Baltimore, MD",241,"Philadelphia, PA" +463,231,217,"New York, NY and NJ",223,"New York, NY and NJ" +463,232,217,"New York, NY and NJ",201,"Boston, MA" +463,233,198,"Baltimore, MD",223,"New York, NY and NJ" +463,234,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +463,235,198,"Baltimore, MD",197,"Portland, ME" +463,236,201,"Boston, MA",265,"Norfolk Harbor, VA" +463,237,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,238,201,"Boston, MA",241,"Philadelphia, PA" +463,239,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,240,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +463,241,217,"New York, NY and NJ",198,"Baltimore, MD" +463,242,198,"Baltimore, MD",197,"Portland, ME" +463,243,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,244,201,"Boston, MA",201,"Boston, MA" +463,245,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +463,246,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +463,247,201,"Boston, MA",241,"Philadelphia, PA" +463,248,198,"Baltimore, MD",197,"Portland, ME" +463,249,201,"Boston, MA",223,"New York, NY and NJ" +463,250,241,"Philadelphia, PA",223,"New York, NY and NJ" +463,251,244,"Providence, RI",223,"New York, NY and NJ" +463,252,223,"New York, NY and NJ",201,"Boston, MA" +463,253,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +463,254,197,"Portland, ME",171,"Jacksonville, FL" +463,255,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +463,256,244,"Providence, RI",265,"Norfolk Harbor, VA" +463,257,241,"Philadelphia, PA",217,"New York, NY and NJ" +463,258,223,"New York, NY and NJ",223,"New York, NY and NJ" +463,259,223,"New York, NY and NJ",217,"New York, NY and NJ" +463,260,197,"Portland, ME",223,"New York, NY and NJ" +463,261,197,"Portland, ME",223,"New York, NY and NJ" +463,262,217,"New York, NY and NJ",198,"Baltimore, MD" +463,263,217,"New York, NY and NJ",244,"Providence, RI" +463,264,217,"New York, NY and NJ",241,"Philadelphia, PA" +463,265,197,"Portland, ME",218,"Camden-Gloucester, NJ" +463,266,217,"New York, NY and NJ",217,"New York, NY and NJ" +463,267,223,"New York, NY and NJ",198,"Baltimore, MD" +463,268,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +463,269,223,"New York, NY and NJ",201,"Boston, MA" +463,270,198,"Baltimore, MD",223,"New York, NY and NJ" +463,271,198,"Baltimore, MD",198,"Baltimore, MD" +463,272,223,"New York, NY and NJ",197,"Portland, ME" +463,273,241,"Philadelphia, PA",217,"New York, NY and NJ" +464,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,2,244,"Providence, RI",244,"Providence, RI" +464,3,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +464,4,201,"Boston, MA",201,"Boston, MA" +464,5,244,"Providence, RI",244,"Providence, RI" +464,6,197,"Portland, ME",197,"Portland, ME" +464,7,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,8,201,"Boston, MA",201,"Boston, MA" +464,9,241,"Philadelphia, PA",241,"Philadelphia, PA" +464,10,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,11,217,"New York, NY and NJ",217,"New York, NY and NJ" +464,12,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,13,241,"Philadelphia, PA",241,"Philadelphia, PA" +464,14,241,"Philadelphia, PA",241,"Philadelphia, PA" +464,15,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,16,201,"Boston, MA",201,"Boston, MA" +464,17,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,18,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +464,19,201,"Boston, MA",201,"Boston, MA" +464,20,241,"Philadelphia, PA",241,"Philadelphia, PA" +464,21,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +464,22,201,"Boston, MA",201,"Boston, MA" +464,23,217,"New York, NY and NJ",217,"New York, NY and NJ" +464,24,198,"Baltimore, MD",198,"Baltimore, MD" +464,25,201,"Boston, MA",201,"Boston, MA" +464,26,201,"Boston, MA",201,"Boston, MA" +464,27,201,"Boston, MA",201,"Boston, MA" +464,28,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +464,29,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,30,217,"New York, NY and NJ",217,"New York, NY and NJ" +464,31,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +464,32,197,"Portland, ME",197,"Portland, ME" +464,33,201,"Boston, MA",201,"Boston, MA" +464,34,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,35,201,"Boston, MA",201,"Boston, MA" +464,36,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +464,37,201,"Boston, MA",201,"Boston, MA" +464,38,201,"Boston, MA",201,"Boston, MA" +464,39,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +464,40,244,"Providence, RI",244,"Providence, RI" +464,41,197,"Portland, ME",197,"Portland, ME" +464,42,169,"Wilmington, DE",169,"Wilmington, DE" +464,43,198,"Baltimore, MD",198,"Baltimore, MD" +464,44,197,"Portland, ME",197,"Portland, ME" +464,45,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,46,197,"Portland, ME",197,"Portland, ME" +464,47,217,"New York, NY and NJ",217,"New York, NY and NJ" +464,48,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,49,197,"Portland, ME",197,"Portland, ME" +464,50,217,"New York, NY and NJ",217,"New York, NY and NJ" +464,51,197,"Portland, ME",197,"Portland, ME" +464,52,217,"New York, NY and NJ",217,"New York, NY and NJ" +464,53,197,"Portland, ME",197,"Portland, ME" +464,54,201,"Boston, MA",201,"Boston, MA" +464,55,169,"Wilmington, DE",169,"Wilmington, DE" +464,56,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,57,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,58,198,"Baltimore, MD",198,"Baltimore, MD" +464,59,217,"New York, NY and NJ",217,"New York, NY and NJ" +464,60,198,"Baltimore, MD",198,"Baltimore, MD" +464,61,197,"Portland, ME",197,"Portland, ME" +464,62,198,"Baltimore, MD",198,"Baltimore, MD" +464,63,241,"Philadelphia, PA",241,"Philadelphia, PA" +464,64,197,"Portland, ME",197,"Portland, ME" +464,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,66,217,"New York, NY and NJ",217,"New York, NY and NJ" +464,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +464,68,241,"Philadelphia, PA",241,"Philadelphia, PA" +464,69,244,"Providence, RI",244,"Providence, RI" +464,70,169,"Wilmington, DE",169,"Wilmington, DE" +464,71,217,"New York, NY and NJ",217,"New York, NY and NJ" +464,72,201,"Boston, MA",201,"Boston, MA" +464,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,74,201,"Boston, MA",201,"Boston, MA" +464,75,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,76,198,"Baltimore, MD",198,"Baltimore, MD" +464,77,201,"Boston, MA",201,"Boston, MA" +464,78,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,79,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,80,217,"New York, NY and NJ",217,"New York, NY and NJ" +464,81,217,"New York, NY and NJ",217,"New York, NY and NJ" +464,82,198,"Baltimore, MD",198,"Baltimore, MD" +464,83,217,"New York, NY and NJ",217,"New York, NY and NJ" +464,84,217,"New York, NY and NJ",217,"New York, NY and NJ" +464,85,198,"Baltimore, MD",198,"Baltimore, MD" +464,86,217,"New York, NY and NJ",217,"New York, NY and NJ" +464,87,198,"Baltimore, MD",198,"Baltimore, MD" +464,88,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,89,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +464,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,91,197,"Portland, ME",197,"Portland, ME" +464,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +464,93,201,"Boston, MA",201,"Boston, MA" +464,94,198,"Baltimore, MD",198,"Baltimore, MD" +464,95,241,"Philadelphia, PA",241,"Philadelphia, PA" +464,96,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,97,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +464,98,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +464,99,217,"New York, NY and NJ",217,"New York, NY and NJ" +464,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,101,217,"New York, NY and NJ",217,"New York, NY and NJ" +464,102,244,"Providence, RI",244,"Providence, RI" +464,103,217,"New York, NY and NJ",217,"New York, NY and NJ" +464,104,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,105,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +464,106,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,107,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,108,241,"Philadelphia, PA",241,"Philadelphia, PA" +464,109,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +464,110,217,"New York, NY and NJ",217,"New York, NY and NJ" +464,111,197,"Portland, ME",197,"Portland, ME" +464,112,197,"Portland, ME",197,"Portland, ME" +464,113,198,"Baltimore, MD",198,"Baltimore, MD" +464,114,217,"New York, NY and NJ",217,"New York, NY and NJ" +464,115,201,"Boston, MA",201,"Boston, MA" +464,116,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +464,117,217,"New York, NY and NJ",217,"New York, NY and NJ" +464,118,201,"Boston, MA",201,"Boston, MA" +464,119,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,120,197,"Portland, ME",197,"Portland, ME" +464,121,198,"Baltimore, MD",198,"Baltimore, MD" +464,122,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,123,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,124,217,"New York, NY and NJ",217,"New York, NY and NJ" +464,125,244,"Providence, RI",244,"Providence, RI" +464,126,198,"Baltimore, MD",198,"Baltimore, MD" +464,127,217,"New York, NY and NJ",217,"New York, NY and NJ" +464,128,197,"Portland, ME",197,"Portland, ME" +464,129,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +464,130,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,131,201,"Boston, MA",201,"Boston, MA" +464,132,169,"Wilmington, DE",169,"Wilmington, DE" +464,151,241,"Philadelphia, PA",217,"New York, NY and NJ" +464,152,198,"Baltimore, MD",174,"Tampa, FL" +464,153,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +464,154,154,"Anchorage, AK",154,"Anchorage, AK" +464,155,223,"New York, NY and NJ",197,"Portland, ME" +464,156,201,"Boston, MA",201,"Boston, MA" +464,157,201,"Boston, MA",201,"Boston, MA" +464,158,241,"Philadelphia, PA",201,"Boston, MA" +464,159,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +464,160,241,"Philadelphia, PA",223,"New York, NY and NJ" +464,161,244,"Providence, RI",198,"Baltimore, MD" +464,162,241,"Philadelphia, PA",217,"New York, NY and NJ" +464,163,244,"Providence, RI",223,"New York, NY and NJ" +464,164,241,"Philadelphia, PA",217,"New York, NY and NJ" +464,165,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +464,166,223,"New York, NY and NJ",217,"New York, NY and NJ" +464,167,198,"Baltimore, MD",244,"Providence, RI" +464,168,197,"Portland, ME",197,"Portland, ME" +464,169,197,"Portland, ME",241,"Philadelphia, PA" +464,170,201,"Boston, MA",223,"New York, NY and NJ" +464,171,244,"Providence, RI",177,"Savannah, GA" +464,172,241,"Philadelphia, PA",245,"Charleston, SC" +464,173,241,"Philadelphia, PA",201,"Boston, MA" +464,174,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +464,175,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +464,176,223,"New York, NY and NJ",201,"Boston, MA" +464,177,241,"Philadelphia, PA",223,"New York, NY and NJ" +464,178,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +464,179,179,"Honolulu, HI",179,"Honolulu, HI" +464,180,179,"Honolulu, HI",179,"Honolulu, HI" +464,181,198,"Baltimore, MD",223,"New York, NY and NJ" +464,183,241,"Philadelphia, PA",201,"Boston, MA" +464,184,169,"Wilmington, DE",229,"Wilmington, NC" +464,185,198,"Baltimore, MD",217,"New York, NY and NJ" +464,186,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +464,187,197,"Portland, ME",201,"Boston, MA" +464,188,223,"New York, NY and NJ",169,"Wilmington, DE" +464,189,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +464,190,197,"Portland, ME",217,"New York, NY and NJ" +464,191,198,"Baltimore, MD",198,"Baltimore, MD" +464,192,217,"New York, NY and NJ",198,"Baltimore, MD" +464,193,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +464,194,241,"Philadelphia, PA",201,"Boston, MA" +464,195,223,"New York, NY and NJ",177,"Savannah, GA" +464,196,244,"Providence, RI",241,"Philadelphia, PA" +464,197,244,"Providence, RI",241,"Philadelphia, PA" +464,198,223,"New York, NY and NJ",217,"New York, NY and NJ" +464,199,223,"New York, NY and NJ",217,"New York, NY and NJ" +464,200,217,"New York, NY and NJ",241,"Philadelphia, PA" +464,201,198,"Baltimore, MD",223,"New York, NY and NJ" +464,202,241,"Philadelphia, PA",223,"New York, NY and NJ" +464,203,217,"New York, NY and NJ",223,"New York, NY and NJ" +464,204,217,"New York, NY and NJ",197,"Portland, ME" +464,205,217,"New York, NY and NJ",197,"Portland, ME" +464,206,197,"Portland, ME",223,"New York, NY and NJ" +464,207,198,"Baltimore, MD",197,"Portland, ME" +464,208,217,"New York, NY and NJ",198,"Baltimore, MD" +464,209,223,"New York, NY and NJ",201,"Boston, MA" +464,210,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +464,211,201,"Boston, MA",197,"Portland, ME" +464,212,244,"Providence, RI",217,"New York, NY and NJ" +464,213,198,"Baltimore, MD",241,"Philadelphia, PA" +464,214,201,"Boston, MA",197,"Portland, ME" +464,215,223,"New York, NY and NJ",198,"Baltimore, MD" +464,216,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,217,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,218,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,219,241,"Philadelphia, PA",223,"New York, NY and NJ" +464,220,241,"Philadelphia, PA",198,"Baltimore, MD" +464,221,197,"Portland, ME",223,"New York, NY and NJ" +464,222,201,"Boston, MA",223,"New York, NY and NJ" +464,223,223,"New York, NY and NJ",217,"New York, NY and NJ" +464,224,241,"Philadelphia, PA",217,"New York, NY and NJ" +464,225,197,"Portland, ME",201,"Boston, MA" +464,226,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +464,227,217,"New York, NY and NJ",201,"Boston, MA" +464,228,223,"New York, NY and NJ",241,"Philadelphia, PA" +464,229,241,"Philadelphia, PA",217,"New York, NY and NJ" +464,230,197,"Portland, ME",201,"Boston, MA" +464,231,198,"Baltimore, MD",223,"New York, NY and NJ" +464,232,197,"Portland, ME",217,"New York, NY and NJ" +464,233,244,"Providence, RI",198,"Baltimore, MD" +464,234,197,"Portland, ME",223,"New York, NY and NJ" +464,235,201,"Boston, MA",197,"Portland, ME" +464,236,201,"Boston, MA",201,"Boston, MA" +464,237,201,"Boston, MA",223,"New York, NY and NJ" +464,238,217,"New York, NY and NJ",223,"New York, NY and NJ" +464,239,217,"New York, NY and NJ",223,"New York, NY and NJ" +464,240,217,"New York, NY and NJ",201,"Boston, MA" +464,241,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +464,242,244,"Providence, RI",265,"Norfolk Harbor, VA" +464,243,223,"New York, NY and NJ",217,"New York, NY and NJ" +464,244,201,"Boston, MA",223,"New York, NY and NJ" +464,245,198,"Baltimore, MD",198,"Baltimore, MD" +464,246,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +464,247,197,"Portland, ME",217,"New York, NY and NJ" +464,248,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,249,201,"Boston, MA",241,"Philadelphia, PA" +464,250,201,"Boston, MA",223,"New York, NY and NJ" +464,251,217,"New York, NY and NJ",223,"New York, NY and NJ" +464,252,197,"Portland, ME",197,"Portland, ME" +464,253,265,"Norfolk Harbor, VA",201,"Boston, MA" +464,254,198,"Baltimore, MD",223,"New York, NY and NJ" +464,255,223,"New York, NY and NJ",152,"Mobile, AL" +464,256,217,"New York, NY and NJ",197,"Portland, ME" +464,257,241,"Philadelphia, PA",208,"Pascagoula, MS" +464,258,265,"Norfolk Harbor, VA",201,"Boston, MA" +464,259,197,"Portland, ME",198,"Baltimore, MD" +464,260,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +464,261,198,"Baltimore, MD",217,"New York, NY and NJ" +464,262,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +464,263,198,"Baltimore, MD",198,"Baltimore, MD" +464,264,223,"New York, NY and NJ",223,"New York, NY and NJ" +464,265,241,"Philadelphia, PA",223,"New York, NY and NJ" +464,266,217,"New York, NY and NJ",198,"Baltimore, MD" +464,267,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +464,268,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +464,269,198,"Baltimore, MD",244,"Providence, RI" +464,270,201,"Boston, MA",241,"Philadelphia, PA" +464,271,217,"New York, NY and NJ",217,"New York, NY and NJ" +464,272,217,"New York, NY and NJ",197,"Portland, ME" +464,273,241,"Philadelphia, PA",217,"New York, NY and NJ" +465,1,268,"Seattle, WA",268,"Seattle, WA" +465,2,159,"Long Beach, CA",159,"Long Beach, CA" +465,3,268,"Seattle, WA",268,"Seattle, WA" +465,4,159,"Long Beach, CA",159,"Long Beach, CA" +465,5,269,"Longview, WA",269,"Longview, WA" +465,6,159,"Long Beach, CA",159,"Long Beach, CA" +465,7,162,"Oakland, CA",162,"Oakland, CA" +465,8,159,"Long Beach, CA",159,"Long Beach, CA" +465,9,159,"Long Beach, CA",159,"Long Beach, CA" +465,10,239,"Portland, OR",239,"Portland, OR" +465,11,268,"Seattle, WA",268,"Seattle, WA" +465,12,239,"Portland, OR",239,"Portland, OR" +465,13,159,"Long Beach, CA",159,"Long Beach, CA" +465,14,162,"Oakland, CA",162,"Oakland, CA" +465,15,159,"Long Beach, CA",159,"Long Beach, CA" +465,16,159,"Long Beach, CA",159,"Long Beach, CA" +465,17,159,"Long Beach, CA",159,"Long Beach, CA" +465,18,162,"Oakland, CA",162,"Oakland, CA" +465,19,159,"Long Beach, CA",159,"Long Beach, CA" +465,20,159,"Long Beach, CA",159,"Long Beach, CA" +465,21,159,"Long Beach, CA",159,"Long Beach, CA" +465,22,162,"Oakland, CA",162,"Oakland, CA" +465,23,162,"Oakland, CA",162,"Oakland, CA" +465,24,159,"Long Beach, CA",159,"Long Beach, CA" +465,25,159,"Long Beach, CA",159,"Long Beach, CA" +465,26,269,"Longview, WA",269,"Longview, WA" +465,27,159,"Long Beach, CA",159,"Long Beach, CA" +465,28,162,"Oakland, CA",162,"Oakland, CA" +465,29,269,"Longview, WA",269,"Longview, WA" +465,30,159,"Long Beach, CA",159,"Long Beach, CA" +465,31,159,"Long Beach, CA",159,"Long Beach, CA" +465,32,162,"Oakland, CA",162,"Oakland, CA" +465,33,269,"Longview, WA",269,"Longview, WA" +465,34,159,"Long Beach, CA",159,"Long Beach, CA" +465,35,162,"Oakland, CA",162,"Oakland, CA" +465,36,159,"Long Beach, CA",159,"Long Beach, CA" +465,37,269,"Longview, WA",269,"Longview, WA" +465,38,159,"Long Beach, CA",159,"Long Beach, CA" +465,39,159,"Long Beach, CA",159,"Long Beach, CA" +465,40,268,"Seattle, WA",268,"Seattle, WA" +465,41,268,"Seattle, WA",268,"Seattle, WA" +465,42,268,"Seattle, WA",268,"Seattle, WA" +465,43,159,"Long Beach, CA",159,"Long Beach, CA" +465,44,159,"Long Beach, CA",159,"Long Beach, CA" +465,45,162,"Oakland, CA",162,"Oakland, CA" +465,46,159,"Long Beach, CA",159,"Long Beach, CA" +465,47,159,"Long Beach, CA",159,"Long Beach, CA" +465,48,268,"Seattle, WA",268,"Seattle, WA" +465,49,159,"Long Beach, CA",159,"Long Beach, CA" +465,50,159,"Long Beach, CA",159,"Long Beach, CA" +465,51,159,"Long Beach, CA",159,"Long Beach, CA" +465,52,268,"Seattle, WA",268,"Seattle, WA" +465,53,159,"Long Beach, CA",159,"Long Beach, CA" +465,54,268,"Seattle, WA",268,"Seattle, WA" +465,55,159,"Long Beach, CA",159,"Long Beach, CA" +465,56,159,"Long Beach, CA",159,"Long Beach, CA" +465,57,268,"Seattle, WA",268,"Seattle, WA" +465,58,159,"Long Beach, CA",159,"Long Beach, CA" +465,59,159,"Long Beach, CA",159,"Long Beach, CA" +465,60,239,"Portland, OR",239,"Portland, OR" +465,61,268,"Seattle, WA",268,"Seattle, WA" +465,62,162,"Oakland, CA",162,"Oakland, CA" +465,63,159,"Long Beach, CA",159,"Long Beach, CA" +465,64,269,"Longview, WA",269,"Longview, WA" +465,65,159,"Long Beach, CA",159,"Long Beach, CA" +465,66,159,"Long Beach, CA",159,"Long Beach, CA" +465,67,159,"Long Beach, CA",159,"Long Beach, CA" +465,68,268,"Seattle, WA",268,"Seattle, WA" +465,69,268,"Seattle, WA",268,"Seattle, WA" +465,70,269,"Longview, WA",269,"Longview, WA" +465,71,159,"Long Beach, CA",159,"Long Beach, CA" +465,72,268,"Seattle, WA",268,"Seattle, WA" +465,73,159,"Long Beach, CA",159,"Long Beach, CA" +465,74,159,"Long Beach, CA",159,"Long Beach, CA" +465,75,268,"Seattle, WA",268,"Seattle, WA" +465,76,239,"Portland, OR",239,"Portland, OR" +465,77,269,"Longview, WA",269,"Longview, WA" +465,78,159,"Long Beach, CA",159,"Long Beach, CA" +465,79,159,"Long Beach, CA",159,"Long Beach, CA" +465,80,159,"Long Beach, CA",159,"Long Beach, CA" +465,81,159,"Long Beach, CA",159,"Long Beach, CA" +465,82,159,"Long Beach, CA",159,"Long Beach, CA" +465,83,162,"Oakland, CA",162,"Oakland, CA" +465,84,162,"Oakland, CA",162,"Oakland, CA" +465,85,159,"Long Beach, CA",159,"Long Beach, CA" +465,86,162,"Oakland, CA",162,"Oakland, CA" +465,87,268,"Seattle, WA",268,"Seattle, WA" +465,88,159,"Long Beach, CA",159,"Long Beach, CA" +465,89,159,"Long Beach, CA",159,"Long Beach, CA" +465,90,159,"Long Beach, CA",159,"Long Beach, CA" +465,91,269,"Longview, WA",269,"Longview, WA" +465,92,268,"Seattle, WA",268,"Seattle, WA" +465,93,159,"Long Beach, CA",159,"Long Beach, CA" +465,94,159,"Long Beach, CA",159,"Long Beach, CA" +465,95,268,"Seattle, WA",268,"Seattle, WA" +465,96,159,"Long Beach, CA",159,"Long Beach, CA" +465,97,239,"Portland, OR",239,"Portland, OR" +465,98,268,"Seattle, WA",268,"Seattle, WA" +465,99,159,"Long Beach, CA",159,"Long Beach, CA" +465,100,268,"Seattle, WA",268,"Seattle, WA" +465,101,159,"Long Beach, CA",159,"Long Beach, CA" +465,102,159,"Long Beach, CA",159,"Long Beach, CA" +465,103,162,"Oakland, CA",162,"Oakland, CA" +465,104,239,"Portland, OR",239,"Portland, OR" +465,105,159,"Long Beach, CA",159,"Long Beach, CA" +465,106,159,"Long Beach, CA",159,"Long Beach, CA" +465,107,239,"Portland, OR",239,"Portland, OR" +465,108,162,"Oakland, CA",162,"Oakland, CA" +465,109,159,"Long Beach, CA",159,"Long Beach, CA" +465,110,159,"Long Beach, CA",159,"Long Beach, CA" +465,111,268,"Seattle, WA",268,"Seattle, WA" +465,112,268,"Seattle, WA",268,"Seattle, WA" +465,113,269,"Longview, WA",269,"Longview, WA" +465,114,159,"Long Beach, CA",159,"Long Beach, CA" +465,115,159,"Long Beach, CA",159,"Long Beach, CA" +465,116,159,"Long Beach, CA",159,"Long Beach, CA" +465,117,159,"Long Beach, CA",159,"Long Beach, CA" +465,118,159,"Long Beach, CA",159,"Long Beach, CA" +465,119,171,"Jacksonville, FL",171,"Jacksonville, FL" +465,120,159,"Long Beach, CA",159,"Long Beach, CA" +465,121,162,"Oakland, CA",162,"Oakland, CA" +465,122,162,"Oakland, CA",162,"Oakland, CA" +465,123,159,"Long Beach, CA",159,"Long Beach, CA" +465,124,269,"Longview, WA",269,"Longview, WA" +465,125,162,"Oakland, CA",162,"Oakland, CA" +465,126,162,"Oakland, CA",162,"Oakland, CA" +465,127,159,"Long Beach, CA",159,"Long Beach, CA" +465,128,159,"Long Beach, CA",159,"Long Beach, CA" +465,129,159,"Long Beach, CA",159,"Long Beach, CA" +465,130,162,"Oakland, CA",162,"Oakland, CA" +465,131,159,"Long Beach, CA",159,"Long Beach, CA" +465,132,268,"Seattle, WA",268,"Seattle, WA" +465,151,268,"Seattle, WA",268,"Seattle, WA" +465,152,268,"Seattle, WA",162,"Oakland, CA" +465,153,159,"Long Beach, CA",159,"Long Beach, CA" +465,154,154,"Anchorage, AK",154,"Anchorage, AK" +465,155,159,"Long Beach, CA",269,"Longview, WA" +465,156,159,"Long Beach, CA",268,"Seattle, WA" +465,157,159,"Long Beach, CA",268,"Seattle, WA" +465,158,268,"Seattle, WA",159,"Long Beach, CA" +465,159,239,"Portland, OR",159,"Long Beach, CA" +465,160,159,"Long Beach, CA",162,"Oakland, CA" +465,161,269,"Longview, WA",162,"Oakland, CA" +465,162,159,"Long Beach, CA",162,"Oakland, CA" +465,163,268,"Seattle, WA",159,"Long Beach, CA" +465,164,268,"Seattle, WA",159,"Long Beach, CA" +465,165,159,"Long Beach, CA",162,"Oakland, CA" +465,166,159,"Long Beach, CA",159,"Long Beach, CA" +465,167,162,"Oakland, CA",159,"Long Beach, CA" +465,168,268,"Seattle, WA",159,"Long Beach, CA" +465,169,269,"Longview, WA",159,"Long Beach, CA" +465,170,269,"Longview, WA",245,"Charleston, SC" +465,171,239,"Portland, OR",159,"Long Beach, CA" +465,172,159,"Long Beach, CA",159,"Long Beach, CA" +465,173,172,"Port Everglades, FL",239,"Portland, OR" +465,174,162,"Oakland, CA",159,"Long Beach, CA" +465,175,268,"Seattle, WA",159,"Long Beach, CA" +465,176,159,"Long Beach, CA",268,"Seattle, WA" +465,177,159,"Long Beach, CA",159,"Long Beach, CA" +465,178,159,"Long Beach, CA",268,"Seattle, WA" +465,179,179,"Honolulu, HI",179,"Honolulu, HI" +465,180,179,"Honolulu, HI",179,"Honolulu, HI" +465,181,268,"Seattle, WA",159,"Long Beach, CA" +465,183,162,"Oakland, CA",159,"Long Beach, CA" +465,184,159,"Long Beach, CA",159,"Long Beach, CA" +465,185,268,"Seattle, WA",239,"Portland, OR" +465,186,239,"Portland, OR",268,"Seattle, WA" +465,187,269,"Longview, WA",162,"Oakland, CA" +465,188,268,"Seattle, WA",162,"Oakland, CA" +465,189,162,"Oakland, CA",159,"Long Beach, CA" +465,190,268,"Seattle, WA",159,"Long Beach, CA" +465,191,159,"Long Beach, CA",171,"Jacksonville, FL" +465,192,159,"Long Beach, CA",239,"Portland, OR" +465,193,162,"Oakland, CA",268,"Seattle, WA" +465,194,159,"Long Beach, CA",253,"Beaumont, TX" +465,195,159,"Long Beach, CA",208,"Pascagoula, MS" +465,196,268,"Seattle, WA",177,"Savannah, GA" +465,197,239,"Portland, OR",268,"Seattle, WA" +465,198,162,"Oakland, CA",159,"Long Beach, CA" +465,199,268,"Seattle, WA",177,"Savannah, GA" +465,200,239,"Portland, OR",268,"Seattle, WA" +465,201,269,"Longview, WA",268,"Seattle, WA" +465,202,159,"Long Beach, CA",159,"Long Beach, CA" +465,203,239,"Portland, OR",239,"Portland, OR" +465,204,159,"Long Beach, CA",268,"Seattle, WA" +465,205,159,"Long Beach, CA",268,"Seattle, WA" +465,206,239,"Portland, OR",162,"Oakland, CA" +465,207,268,"Seattle, WA",239,"Portland, OR" +465,208,159,"Long Beach, CA",159,"Long Beach, CA" +465,209,239,"Portland, OR",159,"Long Beach, CA" +465,210,159,"Long Beach, CA",159,"Long Beach, CA" +465,211,268,"Seattle, WA",269,"Longview, WA" +465,212,159,"Long Beach, CA",159,"Long Beach, CA" +465,213,159,"Long Beach, CA",162,"Oakland, CA" +465,214,159,"Long Beach, CA",159,"Long Beach, CA" +465,215,159,"Long Beach, CA",159,"Long Beach, CA" +465,216,268,"Seattle, WA",268,"Seattle, WA" +465,217,268,"Seattle, WA",159,"Long Beach, CA" +465,218,159,"Long Beach, CA",159,"Long Beach, CA" +465,219,159,"Long Beach, CA",268,"Seattle, WA" +465,220,268,"Seattle, WA",162,"Oakland, CA" +465,221,159,"Long Beach, CA",239,"Portland, OR" +465,222,159,"Long Beach, CA",159,"Long Beach, CA" +465,223,269,"Longview, WA",159,"Long Beach, CA" +465,224,159,"Long Beach, CA",159,"Long Beach, CA" +465,225,268,"Seattle, WA",162,"Oakland, CA" +465,226,268,"Seattle, WA",159,"Long Beach, CA" +465,227,162,"Oakland, CA",239,"Portland, OR" +465,228,159,"Long Beach, CA",239,"Portland, OR" +465,229,162,"Oakland, CA",268,"Seattle, WA" +465,230,159,"Long Beach, CA",239,"Portland, OR" +465,231,162,"Oakland, CA",159,"Long Beach, CA" +465,232,268,"Seattle, WA",159,"Long Beach, CA" +465,233,239,"Portland, OR",171,"Jacksonville, FL" +465,234,268,"Seattle, WA",268,"Seattle, WA" +465,235,269,"Longview, WA",159,"Long Beach, CA" +465,236,159,"Long Beach, CA",159,"Long Beach, CA" +465,237,159,"Long Beach, CA",159,"Long Beach, CA" +465,238,159,"Long Beach, CA",159,"Long Beach, CA" +465,239,159,"Long Beach, CA",159,"Long Beach, CA" +465,240,268,"Seattle, WA",159,"Long Beach, CA" +465,241,268,"Seattle, WA",159,"Long Beach, CA" +465,242,239,"Portland, OR",159,"Long Beach, CA" +465,243,269,"Longview, WA",159,"Long Beach, CA" +465,244,159,"Long Beach, CA",268,"Seattle, WA" +465,245,162,"Oakland, CA",174,"Tampa, FL" +465,246,159,"Long Beach, CA",159,"Long Beach, CA" +465,247,239,"Portland, OR",177,"Savannah, GA" +465,248,268,"Seattle, WA",268,"Seattle, WA" +465,249,159,"Long Beach, CA",239,"Portland, OR" +465,250,268,"Seattle, WA",159,"Long Beach, CA" +465,251,268,"Seattle, WA",268,"Seattle, WA" +465,252,159,"Long Beach, CA",159,"Long Beach, CA" +465,253,159,"Long Beach, CA",269,"Longview, WA" +465,254,159,"Long Beach, CA",208,"Pascagoula, MS" +465,255,239,"Portland, OR",159,"Long Beach, CA" +465,256,239,"Portland, OR",162,"Oakland, CA" +465,257,268,"Seattle, WA",159,"Long Beach, CA" +465,258,268,"Seattle, WA",257,"Houston, TX" +465,259,159,"Long Beach, CA",159,"Long Beach, CA" +465,260,159,"Long Beach, CA",195,"New Orleans, LA" +465,261,162,"Oakland, CA",159,"Long Beach, CA" +465,262,159,"Long Beach, CA",159,"Long Beach, CA" +465,263,239,"Portland, OR",268,"Seattle, WA" +465,264,159,"Long Beach, CA",229,"Wilmington, NC" +465,265,159,"Long Beach, CA",245,"Charleston, SC" +465,266,159,"Long Beach, CA",268,"Seattle, WA" +465,267,159,"Long Beach, CA",162,"Oakland, CA" +465,268,162,"Oakland, CA",159,"Long Beach, CA" +465,269,268,"Seattle, WA",159,"Long Beach, CA" +465,270,162,"Oakland, CA",239,"Portland, OR" +465,271,239,"Portland, OR",159,"Long Beach, CA" +465,272,162,"Oakland, CA",162,"Oakland, CA" +465,273,159,"Long Beach, CA",159,"Long Beach, CA" +466,1,159,"Long Beach, CA",159,"Long Beach, CA" +466,2,268,"Seattle, WA",268,"Seattle, WA" +466,3,159,"Long Beach, CA",159,"Long Beach, CA" +466,4,268,"Seattle, WA",268,"Seattle, WA" +466,5,268,"Seattle, WA",268,"Seattle, WA" +466,6,159,"Long Beach, CA",159,"Long Beach, CA" +466,7,159,"Long Beach, CA",159,"Long Beach, CA" +466,8,159,"Long Beach, CA",159,"Long Beach, CA" +466,9,159,"Long Beach, CA",159,"Long Beach, CA" +466,10,159,"Long Beach, CA",159,"Long Beach, CA" +466,11,239,"Portland, OR",239,"Portland, OR" +466,12,269,"Longview, WA",269,"Longview, WA" +466,13,159,"Long Beach, CA",159,"Long Beach, CA" +466,14,162,"Oakland, CA",162,"Oakland, CA" +466,15,159,"Long Beach, CA",159,"Long Beach, CA" +466,16,159,"Long Beach, CA",159,"Long Beach, CA" +466,17,159,"Long Beach, CA",159,"Long Beach, CA" +466,18,268,"Seattle, WA",268,"Seattle, WA" +466,19,159,"Long Beach, CA",159,"Long Beach, CA" +466,20,159,"Long Beach, CA",159,"Long Beach, CA" +466,21,159,"Long Beach, CA",159,"Long Beach, CA" +466,22,159,"Long Beach, CA",159,"Long Beach, CA" +466,23,159,"Long Beach, CA",159,"Long Beach, CA" +466,24,159,"Long Beach, CA",159,"Long Beach, CA" +466,25,268,"Seattle, WA",268,"Seattle, WA" +466,26,162,"Oakland, CA",162,"Oakland, CA" +466,27,162,"Oakland, CA",162,"Oakland, CA" +466,28,159,"Long Beach, CA",159,"Long Beach, CA" +466,29,268,"Seattle, WA",268,"Seattle, WA" +466,30,159,"Long Beach, CA",159,"Long Beach, CA" +466,31,159,"Long Beach, CA",159,"Long Beach, CA" +466,32,159,"Long Beach, CA",159,"Long Beach, CA" +466,33,159,"Long Beach, CA",159,"Long Beach, CA" +466,34,162,"Oakland, CA",162,"Oakland, CA" +466,35,162,"Oakland, CA",162,"Oakland, CA" +466,36,269,"Longview, WA",269,"Longview, WA" +466,37,159,"Long Beach, CA",159,"Long Beach, CA" +466,38,268,"Seattle, WA",268,"Seattle, WA" +466,39,162,"Oakland, CA",162,"Oakland, CA" +466,40,159,"Long Beach, CA",159,"Long Beach, CA" +466,41,239,"Portland, OR",239,"Portland, OR" +466,42,162,"Oakland, CA",162,"Oakland, CA" +466,43,159,"Long Beach, CA",159,"Long Beach, CA" +466,44,239,"Portland, OR",239,"Portland, OR" +466,45,159,"Long Beach, CA",159,"Long Beach, CA" +466,46,162,"Oakland, CA",162,"Oakland, CA" +466,47,159,"Long Beach, CA",159,"Long Beach, CA" +466,48,162,"Oakland, CA",162,"Oakland, CA" +466,49,159,"Long Beach, CA",159,"Long Beach, CA" +466,50,268,"Seattle, WA",268,"Seattle, WA" +466,51,162,"Oakland, CA",162,"Oakland, CA" +466,52,159,"Long Beach, CA",159,"Long Beach, CA" +466,53,268,"Seattle, WA",268,"Seattle, WA" +466,54,268,"Seattle, WA",268,"Seattle, WA" +466,55,159,"Long Beach, CA",159,"Long Beach, CA" +466,56,268,"Seattle, WA",268,"Seattle, WA" +466,57,159,"Long Beach, CA",159,"Long Beach, CA" +466,58,268,"Seattle, WA",268,"Seattle, WA" +466,59,159,"Long Beach, CA",159,"Long Beach, CA" +466,60,159,"Long Beach, CA",159,"Long Beach, CA" +466,61,159,"Long Beach, CA",159,"Long Beach, CA" +466,62,159,"Long Beach, CA",159,"Long Beach, CA" +466,63,268,"Seattle, WA",268,"Seattle, WA" +466,64,159,"Long Beach, CA",159,"Long Beach, CA" +466,65,162,"Oakland, CA",162,"Oakland, CA" +466,66,268,"Seattle, WA",268,"Seattle, WA" +466,67,159,"Long Beach, CA",159,"Long Beach, CA" +466,68,159,"Long Beach, CA",159,"Long Beach, CA" +466,69,159,"Long Beach, CA",159,"Long Beach, CA" +466,70,162,"Oakland, CA",162,"Oakland, CA" +466,71,268,"Seattle, WA",268,"Seattle, WA" +466,72,159,"Long Beach, CA",159,"Long Beach, CA" +466,73,239,"Portland, OR",239,"Portland, OR" +466,74,159,"Long Beach, CA",159,"Long Beach, CA" +466,75,268,"Seattle, WA",268,"Seattle, WA" +466,76,162,"Oakland, CA",162,"Oakland, CA" +466,77,268,"Seattle, WA",268,"Seattle, WA" +466,78,268,"Seattle, WA",268,"Seattle, WA" +466,79,239,"Portland, OR",239,"Portland, OR" +466,80,159,"Long Beach, CA",159,"Long Beach, CA" +466,81,159,"Long Beach, CA",159,"Long Beach, CA" +466,82,159,"Long Beach, CA",159,"Long Beach, CA" +466,83,159,"Long Beach, CA",159,"Long Beach, CA" +466,84,159,"Long Beach, CA",159,"Long Beach, CA" +466,85,159,"Long Beach, CA",159,"Long Beach, CA" +466,86,159,"Long Beach, CA",159,"Long Beach, CA" +466,87,159,"Long Beach, CA",159,"Long Beach, CA" +466,88,159,"Long Beach, CA",159,"Long Beach, CA" +466,89,162,"Oakland, CA",162,"Oakland, CA" +466,90,269,"Longview, WA",269,"Longview, WA" +466,91,239,"Portland, OR",239,"Portland, OR" +466,92,268,"Seattle, WA",268,"Seattle, WA" +466,93,162,"Oakland, CA",162,"Oakland, CA" +466,94,162,"Oakland, CA",162,"Oakland, CA" +466,95,239,"Portland, OR",239,"Portland, OR" +466,96,159,"Long Beach, CA",159,"Long Beach, CA" +466,97,159,"Long Beach, CA",159,"Long Beach, CA" +466,98,159,"Long Beach, CA",159,"Long Beach, CA" +466,99,268,"Seattle, WA",268,"Seattle, WA" +466,100,159,"Long Beach, CA",159,"Long Beach, CA" +466,101,239,"Portland, OR",239,"Portland, OR" +466,102,268,"Seattle, WA",268,"Seattle, WA" +466,103,159,"Long Beach, CA",159,"Long Beach, CA" +466,104,239,"Portland, OR",239,"Portland, OR" +466,105,159,"Long Beach, CA",159,"Long Beach, CA" +466,106,159,"Long Beach, CA",159,"Long Beach, CA" +466,107,159,"Long Beach, CA",159,"Long Beach, CA" +466,108,159,"Long Beach, CA",159,"Long Beach, CA" +466,109,162,"Oakland, CA",162,"Oakland, CA" +466,110,268,"Seattle, WA",268,"Seattle, WA" +466,111,268,"Seattle, WA",268,"Seattle, WA" +466,112,268,"Seattle, WA",268,"Seattle, WA" +466,113,159,"Long Beach, CA",159,"Long Beach, CA" +466,114,162,"Oakland, CA",162,"Oakland, CA" +466,115,239,"Portland, OR",239,"Portland, OR" +466,116,268,"Seattle, WA",268,"Seattle, WA" +466,117,159,"Long Beach, CA",159,"Long Beach, CA" +466,118,159,"Long Beach, CA",159,"Long Beach, CA" +466,119,268,"Seattle, WA",268,"Seattle, WA" +466,120,268,"Seattle, WA",268,"Seattle, WA" +466,121,159,"Long Beach, CA",159,"Long Beach, CA" +466,122,159,"Long Beach, CA",159,"Long Beach, CA" +466,123,159,"Long Beach, CA",159,"Long Beach, CA" +466,124,162,"Oakland, CA",162,"Oakland, CA" +466,125,162,"Oakland, CA",162,"Oakland, CA" +466,126,269,"Longview, WA",269,"Longview, WA" +466,127,159,"Long Beach, CA",159,"Long Beach, CA" +466,128,159,"Long Beach, CA",159,"Long Beach, CA" +466,129,159,"Long Beach, CA",159,"Long Beach, CA" +466,130,159,"Long Beach, CA",159,"Long Beach, CA" +466,131,159,"Long Beach, CA",159,"Long Beach, CA" +466,132,239,"Portland, OR",239,"Portland, OR" +466,151,159,"Long Beach, CA",159,"Long Beach, CA" +466,152,269,"Longview, WA",268,"Seattle, WA" +466,153,269,"Longview, WA",159,"Long Beach, CA" +466,154,154,"Anchorage, AK",154,"Anchorage, AK" +466,155,162,"Oakland, CA",162,"Oakland, CA" +466,156,239,"Portland, OR",159,"Long Beach, CA" +466,157,239,"Portland, OR",159,"Long Beach, CA" +466,158,268,"Seattle, WA",239,"Portland, OR" +466,159,159,"Long Beach, CA",268,"Seattle, WA" +466,160,268,"Seattle, WA",159,"Long Beach, CA" +466,161,159,"Long Beach, CA",159,"Long Beach, CA" +466,162,159,"Long Beach, CA",159,"Long Beach, CA" +466,163,159,"Long Beach, CA",268,"Seattle, WA" +466,164,268,"Seattle, WA",162,"Oakland, CA" +466,165,268,"Seattle, WA",159,"Long Beach, CA" +466,166,268,"Seattle, WA",159,"Long Beach, CA" +466,167,162,"Oakland, CA",159,"Long Beach, CA" +466,168,268,"Seattle, WA",159,"Long Beach, CA" +466,169,159,"Long Beach, CA",268,"Seattle, WA" +466,170,159,"Long Beach, CA",162,"Oakland, CA" +466,171,268,"Seattle, WA",159,"Long Beach, CA" +466,172,268,"Seattle, WA",159,"Long Beach, CA" +466,173,268,"Seattle, WA",159,"Long Beach, CA" +466,174,268,"Seattle, WA",239,"Portland, OR" +466,175,268,"Seattle, WA",239,"Portland, OR" +466,176,268,"Seattle, WA",239,"Portland, OR" +466,177,159,"Long Beach, CA",268,"Seattle, WA" +466,178,162,"Oakland, CA",159,"Long Beach, CA" +466,179,179,"Honolulu, HI",179,"Honolulu, HI" +466,180,179,"Honolulu, HI",179,"Honolulu, HI" +466,181,159,"Long Beach, CA",159,"Long Beach, CA" +466,183,159,"Long Beach, CA",162,"Oakland, CA" +466,184,268,"Seattle, WA",159,"Long Beach, CA" +466,185,159,"Long Beach, CA",159,"Long Beach, CA" +466,186,159,"Long Beach, CA",159,"Long Beach, CA" +466,187,159,"Long Beach, CA",269,"Longview, WA" +466,188,162,"Oakland, CA",159,"Long Beach, CA" +466,189,269,"Longview, WA",162,"Oakland, CA" +466,190,159,"Long Beach, CA",159,"Long Beach, CA" +466,191,239,"Portland, OR",159,"Long Beach, CA" +466,192,239,"Portland, OR",162,"Oakland, CA" +466,193,159,"Long Beach, CA",159,"Long Beach, CA" +466,194,162,"Oakland, CA",268,"Seattle, WA" +466,195,159,"Long Beach, CA",159,"Long Beach, CA" +466,196,268,"Seattle, WA",269,"Longview, WA" +466,197,269,"Longview, WA",162,"Oakland, CA" +466,198,159,"Long Beach, CA",162,"Oakland, CA" +466,199,159,"Long Beach, CA",162,"Oakland, CA" +466,200,159,"Long Beach, CA",268,"Seattle, WA" +466,201,162,"Oakland, CA",239,"Portland, OR" +466,202,162,"Oakland, CA",239,"Portland, OR" +466,203,159,"Long Beach, CA",159,"Long Beach, CA" +466,204,159,"Long Beach, CA",159,"Long Beach, CA" +466,205,159,"Long Beach, CA",268,"Seattle, WA" +466,206,239,"Portland, OR",159,"Long Beach, CA" +466,207,159,"Long Beach, CA",162,"Oakland, CA" +466,208,239,"Portland, OR",159,"Long Beach, CA" +466,209,159,"Long Beach, CA",159,"Long Beach, CA" +466,210,162,"Oakland, CA",268,"Seattle, WA" +466,211,269,"Longview, WA",159,"Long Beach, CA" +466,212,162,"Oakland, CA",239,"Portland, OR" +466,213,159,"Long Beach, CA",159,"Long Beach, CA" +466,214,159,"Long Beach, CA",159,"Long Beach, CA" +466,215,268,"Seattle, WA",268,"Seattle, WA" +466,216,159,"Long Beach, CA",159,"Long Beach, CA" +466,217,268,"Seattle, WA",268,"Seattle, WA" +466,218,269,"Longview, WA",159,"Long Beach, CA" +466,219,159,"Long Beach, CA",268,"Seattle, WA" +466,220,159,"Long Beach, CA",159,"Long Beach, CA" +466,221,162,"Oakland, CA",159,"Long Beach, CA" +466,222,159,"Long Beach, CA",162,"Oakland, CA" +466,223,162,"Oakland, CA",239,"Portland, OR" +466,224,162,"Oakland, CA",162,"Oakland, CA" +466,225,269,"Longview, WA",268,"Seattle, WA" +466,226,159,"Long Beach, CA",159,"Long Beach, CA" +466,227,159,"Long Beach, CA",159,"Long Beach, CA" +466,228,159,"Long Beach, CA",162,"Oakland, CA" +466,229,159,"Long Beach, CA",162,"Oakland, CA" +466,230,269,"Longview, WA",159,"Long Beach, CA" +466,231,159,"Long Beach, CA",159,"Long Beach, CA" +466,232,268,"Seattle, WA",268,"Seattle, WA" +466,233,159,"Long Beach, CA",268,"Seattle, WA" +466,234,269,"Longview, WA",159,"Long Beach, CA" +466,235,159,"Long Beach, CA",268,"Seattle, WA" +466,236,159,"Long Beach, CA",159,"Long Beach, CA" +466,237,159,"Long Beach, CA",159,"Long Beach, CA" +466,238,159,"Long Beach, CA",162,"Oakland, CA" +466,239,159,"Long Beach, CA",159,"Long Beach, CA" +466,240,162,"Oakland, CA",268,"Seattle, WA" +466,241,159,"Long Beach, CA",159,"Long Beach, CA" +466,242,159,"Long Beach, CA",268,"Seattle, WA" +466,243,268,"Seattle, WA",239,"Portland, OR" +466,244,159,"Long Beach, CA",268,"Seattle, WA" +466,245,159,"Long Beach, CA",162,"Oakland, CA" +466,246,159,"Long Beach, CA",159,"Long Beach, CA" +466,247,162,"Oakland, CA",162,"Oakland, CA" +466,248,162,"Oakland, CA",159,"Long Beach, CA" +466,249,268,"Seattle, WA",159,"Long Beach, CA" +466,250,159,"Long Beach, CA",269,"Longview, WA" +466,251,159,"Long Beach, CA",159,"Long Beach, CA" +466,252,159,"Long Beach, CA",159,"Long Beach, CA" +466,253,162,"Oakland, CA",268,"Seattle, WA" +466,254,159,"Long Beach, CA",268,"Seattle, WA" +466,255,159,"Long Beach, CA",159,"Long Beach, CA" +466,256,268,"Seattle, WA",159,"Long Beach, CA" +466,257,162,"Oakland, CA",162,"Oakland, CA" +466,258,159,"Long Beach, CA",159,"Long Beach, CA" +466,259,159,"Long Beach, CA",162,"Oakland, CA" +466,260,268,"Seattle, WA",159,"Long Beach, CA" +466,261,159,"Long Beach, CA",268,"Seattle, WA" +466,262,159,"Long Beach, CA",162,"Oakland, CA" +466,263,268,"Seattle, WA",268,"Seattle, WA" +466,264,159,"Long Beach, CA",159,"Long Beach, CA" +466,265,268,"Seattle, WA",159,"Long Beach, CA" +466,266,159,"Long Beach, CA",159,"Long Beach, CA" +466,267,162,"Oakland, CA",159,"Long Beach, CA" +466,268,239,"Portland, OR",268,"Seattle, WA" +466,269,159,"Long Beach, CA",159,"Long Beach, CA" +466,270,159,"Long Beach, CA",159,"Long Beach, CA" +466,271,159,"Long Beach, CA",269,"Longview, WA" +466,272,159,"Long Beach, CA",268,"Seattle, WA" +466,273,268,"Seattle, WA",159,"Long Beach, CA" +467,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +467,2,223,"New York, NY and NJ",223,"New York, NY and NJ" +467,3,198,"Baltimore, MD",198,"Baltimore, MD" +467,4,197,"Portland, ME",197,"Portland, ME" +467,5,197,"Portland, ME",197,"Portland, ME" +467,6,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +467,7,217,"New York, NY and NJ",217,"New York, NY and NJ" +467,8,217,"New York, NY and NJ",217,"New York, NY and NJ" +467,9,201,"Boston, MA",201,"Boston, MA" +467,10,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +467,11,241,"Philadelphia, PA",241,"Philadelphia, PA" +467,12,245,"Charleston, SC",245,"Charleston, SC" +467,13,197,"Portland, ME",197,"Portland, ME" +467,14,198,"Baltimore, MD",198,"Baltimore, MD" +467,15,177,"Savannah, GA",177,"Savannah, GA" +467,16,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +467,17,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +467,18,201,"Boston, MA",201,"Boston, MA" +467,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +467,20,223,"New York, NY and NJ",223,"New York, NY and NJ" +467,21,201,"Boston, MA",201,"Boston, MA" +467,22,223,"New York, NY and NJ",223,"New York, NY and NJ" +467,23,217,"New York, NY and NJ",217,"New York, NY and NJ" +467,24,241,"Philadelphia, PA",241,"Philadelphia, PA" +467,25,217,"New York, NY and NJ",217,"New York, NY and NJ" +467,26,217,"New York, NY and NJ",217,"New York, NY and NJ" +467,27,198,"Baltimore, MD",198,"Baltimore, MD" +467,28,197,"Portland, ME",197,"Portland, ME" +467,29,217,"New York, NY and NJ",217,"New York, NY and NJ" +467,30,223,"New York, NY and NJ",223,"New York, NY and NJ" +467,31,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +467,32,217,"New York, NY and NJ",217,"New York, NY and NJ" +467,33,241,"Philadelphia, PA",241,"Philadelphia, PA" +467,34,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +467,35,201,"Boston, MA",201,"Boston, MA" +467,36,217,"New York, NY and NJ",217,"New York, NY and NJ" +467,37,217,"New York, NY and NJ",217,"New York, NY and NJ" +467,38,241,"Philadelphia, PA",241,"Philadelphia, PA" +467,39,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +467,40,244,"Providence, RI",244,"Providence, RI" +467,41,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +467,42,171,"Jacksonville, FL",171,"Jacksonville, FL" +467,43,169,"Wilmington, DE",169,"Wilmington, DE" +467,44,244,"Providence, RI",244,"Providence, RI" +467,45,177,"Savannah, GA",177,"Savannah, GA" +467,46,197,"Portland, ME",197,"Portland, ME" +467,47,198,"Baltimore, MD",198,"Baltimore, MD" +467,48,217,"New York, NY and NJ",217,"New York, NY and NJ" +467,49,241,"Philadelphia, PA",241,"Philadelphia, PA" +467,50,241,"Philadelphia, PA",241,"Philadelphia, PA" +467,51,198,"Baltimore, MD",198,"Baltimore, MD" +467,52,223,"New York, NY and NJ",223,"New York, NY and NJ" +467,53,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +467,54,223,"New York, NY and NJ",223,"New York, NY and NJ" +467,55,217,"New York, NY and NJ",217,"New York, NY and NJ" +467,56,197,"Portland, ME",197,"Portland, ME" +467,57,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +467,58,223,"New York, NY and NJ",223,"New York, NY and NJ" +467,59,201,"Boston, MA",201,"Boston, MA" +467,60,198,"Baltimore, MD",198,"Baltimore, MD" +467,61,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +467,62,198,"Baltimore, MD",198,"Baltimore, MD" +467,63,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +467,64,177,"Savannah, GA",177,"Savannah, GA" +467,65,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +467,66,217,"New York, NY and NJ",217,"New York, NY and NJ" +467,67,201,"Boston, MA",201,"Boston, MA" +467,68,245,"Charleston, SC",245,"Charleston, SC" +467,69,217,"New York, NY and NJ",217,"New York, NY and NJ" +467,70,244,"Providence, RI",244,"Providence, RI" +467,71,198,"Baltimore, MD",198,"Baltimore, MD" +467,72,217,"New York, NY and NJ",217,"New York, NY and NJ" +467,73,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +467,74,198,"Baltimore, MD",198,"Baltimore, MD" +467,75,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +467,76,241,"Philadelphia, PA",241,"Philadelphia, PA" +467,77,197,"Portland, ME",197,"Portland, ME" +467,78,223,"New York, NY and NJ",223,"New York, NY and NJ" +467,79,241,"Philadelphia, PA",241,"Philadelphia, PA" +467,80,197,"Portland, ME",197,"Portland, ME" +467,81,201,"Boston, MA",201,"Boston, MA" +467,82,198,"Baltimore, MD",198,"Baltimore, MD" +467,83,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +467,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +467,85,217,"New York, NY and NJ",217,"New York, NY and NJ" +467,86,223,"New York, NY and NJ",223,"New York, NY and NJ" +467,87,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +467,88,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +467,89,217,"New York, NY and NJ",217,"New York, NY and NJ" +467,90,201,"Boston, MA",201,"Boston, MA" +467,91,198,"Baltimore, MD",198,"Baltimore, MD" +467,92,198,"Baltimore, MD",198,"Baltimore, MD" +467,93,197,"Portland, ME",197,"Portland, ME" +467,94,177,"Savannah, GA",177,"Savannah, GA" +467,95,201,"Boston, MA",201,"Boston, MA" +467,96,217,"New York, NY and NJ",217,"New York, NY and NJ" +467,97,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +467,98,241,"Philadelphia, PA",241,"Philadelphia, PA" +467,99,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +467,100,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +467,101,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +467,102,223,"New York, NY and NJ",223,"New York, NY and NJ" +467,103,177,"Savannah, GA",177,"Savannah, GA" +467,104,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +467,105,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +467,106,217,"New York, NY and NJ",217,"New York, NY and NJ" +467,107,217,"New York, NY and NJ",217,"New York, NY and NJ" +467,108,223,"New York, NY and NJ",223,"New York, NY and NJ" +467,109,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +467,110,223,"New York, NY and NJ",223,"New York, NY and NJ" +467,111,217,"New York, NY and NJ",217,"New York, NY and NJ" +467,112,241,"Philadelphia, PA",241,"Philadelphia, PA" +467,113,241,"Philadelphia, PA",241,"Philadelphia, PA" +467,114,223,"New York, NY and NJ",223,"New York, NY and NJ" +467,115,217,"New York, NY and NJ",217,"New York, NY and NJ" +467,116,217,"New York, NY and NJ",217,"New York, NY and NJ" +467,117,241,"Philadelphia, PA",241,"Philadelphia, PA" +467,118,241,"Philadelphia, PA",241,"Philadelphia, PA" +467,119,217,"New York, NY and NJ",217,"New York, NY and NJ" +467,120,223,"New York, NY and NJ",223,"New York, NY and NJ" +467,121,198,"Baltimore, MD",198,"Baltimore, MD" +467,122,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +467,123,201,"Boston, MA",201,"Boston, MA" +467,124,198,"Baltimore, MD",198,"Baltimore, MD" +467,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +467,126,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +467,127,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +467,128,217,"New York, NY and NJ",217,"New York, NY and NJ" +467,129,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +467,130,201,"Boston, MA",201,"Boston, MA" +467,131,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +467,132,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +467,151,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +467,152,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +467,153,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +467,154,154,"Anchorage, AK",154,"Anchorage, AK" +467,155,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +467,156,265,"Norfolk Harbor, VA",169,"Wilmington, DE" +467,157,177,"Savannah, GA",208,"Pascagoula, MS" +467,158,201,"Boston, MA",197,"Portland, ME" +467,159,241,"Philadelphia, PA",244,"Providence, RI" +467,160,198,"Baltimore, MD",223,"New York, NY and NJ" +467,161,177,"Savannah, GA",223,"New York, NY and NJ" +467,162,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +467,163,223,"New York, NY and NJ",197,"Portland, ME" +467,164,218,"Camden-Gloucester, NJ",201,"Boston, MA" +467,165,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +467,166,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +467,167,198,"Baltimore, MD",241,"Philadelphia, PA" +467,168,217,"New York, NY and NJ",241,"Philadelphia, PA" +467,169,197,"Portland, ME",223,"New York, NY and NJ" +467,170,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +467,171,217,"New York, NY and NJ",198,"Baltimore, MD" +467,172,197,"Portland, ME",172,"Port Everglades, FL" +467,173,177,"Savannah, GA",169,"Wilmington, DE" +467,174,177,"Savannah, GA",177,"Savannah, GA" +467,175,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +467,176,177,"Savannah, GA",265,"Norfolk Harbor, VA" +467,177,223,"New York, NY and NJ",217,"New York, NY and NJ" +467,178,241,"Philadelphia, PA",169,"Wilmington, DE" +467,179,179,"Honolulu, HI",179,"Honolulu, HI" +467,180,179,"Honolulu, HI",179,"Honolulu, HI" +467,181,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +467,183,201,"Boston, MA",217,"New York, NY and NJ" +467,184,241,"Philadelphia, PA",244,"Providence, RI" +467,185,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +467,186,244,"Providence, RI",265,"Norfolk Harbor, VA" +467,187,201,"Boston, MA",244,"Providence, RI" +467,188,245,"Charleston, SC",197,"Portland, ME" +467,189,198,"Baltimore, MD",223,"New York, NY and NJ" +467,190,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +467,191,241,"Philadelphia, PA",217,"New York, NY and NJ" +467,192,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +467,193,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +467,194,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +467,195,223,"New York, NY and NJ",172,"Port Everglades, FL" +467,196,198,"Baltimore, MD",177,"Savannah, GA" +467,197,197,"Portland, ME",197,"Portland, ME" +467,198,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +467,199,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +467,200,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +467,201,223,"New York, NY and NJ",223,"New York, NY and NJ" +467,202,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +467,203,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +467,204,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +467,205,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +467,206,241,"Philadelphia, PA",217,"New York, NY and NJ" +467,207,177,"Savannah, GA",265,"Norfolk Harbor, VA" +467,208,152,"Mobile, AL",198,"Baltimore, MD" +467,209,245,"Charleston, SC",265,"Norfolk Harbor, VA" +467,210,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +467,211,245,"Charleston, SC",223,"New York, NY and NJ" +467,212,241,"Philadelphia, PA",229,"Wilmington, NC" +467,213,217,"New York, NY and NJ",197,"Portland, ME" +467,214,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +467,215,223,"New York, NY and NJ",208,"Pascagoula, MS" +467,216,241,"Philadelphia, PA",201,"Boston, MA" +467,217,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +467,218,169,"Wilmington, DE",197,"Portland, ME" +467,219,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +467,220,171,"Jacksonville, FL",217,"New York, NY and NJ" +467,221,218,"Camden-Gloucester, NJ",201,"Boston, MA" +467,222,201,"Boston, MA",241,"Philadelphia, PA" +467,223,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +467,224,217,"New York, NY and NJ",217,"New York, NY and NJ" +467,225,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +467,226,217,"New York, NY and NJ",244,"Providence, RI" +467,227,177,"Savannah, GA",265,"Norfolk Harbor, VA" +467,228,177,"Savannah, GA",241,"Philadelphia, PA" +467,229,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +467,230,223,"New York, NY and NJ",223,"New York, NY and NJ" +467,231,217,"New York, NY and NJ",244,"Providence, RI" +467,232,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +467,233,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +467,234,201,"Boston, MA",197,"Portland, ME" +467,235,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +467,236,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +467,237,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +467,238,241,"Philadelphia, PA",245,"Charleston, SC" +467,239,197,"Portland, ME",223,"New York, NY and NJ" +467,240,223,"New York, NY and NJ",223,"New York, NY and NJ" +467,241,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +467,242,223,"New York, NY and NJ",223,"New York, NY and NJ" +467,243,169,"Wilmington, DE",197,"Portland, ME" +467,244,223,"New York, NY and NJ",198,"Baltimore, MD" +467,245,197,"Portland, ME",201,"Boston, MA" +467,246,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +467,247,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +467,248,177,"Savannah, GA",223,"New York, NY and NJ" +467,249,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +467,250,197,"Portland, ME",217,"New York, NY and NJ" +467,251,241,"Philadelphia, PA",223,"New York, NY and NJ" +467,252,218,"Camden-Gloucester, NJ",177,"Savannah, GA" +467,253,198,"Baltimore, MD",197,"Portland, ME" +467,254,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +467,255,217,"New York, NY and NJ",195,"New Orleans, LA" +467,256,241,"Philadelphia, PA",171,"Jacksonville, FL" +467,257,217,"New York, NY and NJ",195,"New Orleans, LA" +467,258,229,"Wilmington, NC",223,"New York, NY and NJ" +467,259,198,"Baltimore, MD",195,"New Orleans, LA" +467,260,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +467,261,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +467,262,198,"Baltimore, MD",198,"Baltimore, MD" +467,263,201,"Boston, MA",241,"Philadelphia, PA" +467,264,223,"New York, NY and NJ",217,"New York, NY and NJ" +467,265,223,"New York, NY and NJ",217,"New York, NY and NJ" +467,266,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +467,267,217,"New York, NY and NJ",217,"New York, NY and NJ" +467,268,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +467,269,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +467,270,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +467,271,198,"Baltimore, MD",197,"Portland, ME" +467,272,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +467,273,169,"Wilmington, DE",197,"Portland, ME" +468,1,239,"Portland, OR",239,"Portland, OR" +468,2,269,"Longview, WA",269,"Longview, WA" +468,3,268,"Seattle, WA",268,"Seattle, WA" +468,4,268,"Seattle, WA",268,"Seattle, WA" +468,5,268,"Seattle, WA",268,"Seattle, WA" +468,6,159,"Long Beach, CA",159,"Long Beach, CA" +468,7,159,"Long Beach, CA",159,"Long Beach, CA" +468,8,268,"Seattle, WA",268,"Seattle, WA" +468,9,159,"Long Beach, CA",159,"Long Beach, CA" +468,10,162,"Oakland, CA",162,"Oakland, CA" +468,11,159,"Long Beach, CA",159,"Long Beach, CA" +468,12,269,"Longview, WA",269,"Longview, WA" +468,13,159,"Long Beach, CA",159,"Long Beach, CA" +468,14,159,"Long Beach, CA",159,"Long Beach, CA" +468,15,159,"Long Beach, CA",159,"Long Beach, CA" +468,16,268,"Seattle, WA",268,"Seattle, WA" +468,17,159,"Long Beach, CA",159,"Long Beach, CA" +468,18,239,"Portland, OR",239,"Portland, OR" +468,19,269,"Longview, WA",269,"Longview, WA" +468,20,159,"Long Beach, CA",159,"Long Beach, CA" +468,21,159,"Long Beach, CA",159,"Long Beach, CA" +468,22,268,"Seattle, WA",268,"Seattle, WA" +468,23,159,"Long Beach, CA",159,"Long Beach, CA" +468,24,159,"Long Beach, CA",159,"Long Beach, CA" +468,25,159,"Long Beach, CA",159,"Long Beach, CA" +468,26,159,"Long Beach, CA",159,"Long Beach, CA" +468,27,159,"Long Beach, CA",159,"Long Beach, CA" +468,28,159,"Long Beach, CA",159,"Long Beach, CA" +468,29,159,"Long Beach, CA",159,"Long Beach, CA" +468,30,159,"Long Beach, CA",159,"Long Beach, CA" +468,31,162,"Oakland, CA",162,"Oakland, CA" +468,32,159,"Long Beach, CA",159,"Long Beach, CA" +468,33,268,"Seattle, WA",268,"Seattle, WA" +468,34,159,"Long Beach, CA",159,"Long Beach, CA" +468,35,159,"Long Beach, CA",159,"Long Beach, CA" +468,36,162,"Oakland, CA",162,"Oakland, CA" +468,37,159,"Long Beach, CA",159,"Long Beach, CA" +468,38,162,"Oakland, CA",162,"Oakland, CA" +468,39,159,"Long Beach, CA",159,"Long Beach, CA" +468,40,159,"Long Beach, CA",159,"Long Beach, CA" +468,41,162,"Oakland, CA",162,"Oakland, CA" +468,42,268,"Seattle, WA",268,"Seattle, WA" +468,43,162,"Oakland, CA",162,"Oakland, CA" +468,44,159,"Long Beach, CA",159,"Long Beach, CA" +468,45,268,"Seattle, WA",268,"Seattle, WA" +468,46,162,"Oakland, CA",162,"Oakland, CA" +468,47,159,"Long Beach, CA",159,"Long Beach, CA" +468,48,159,"Long Beach, CA",159,"Long Beach, CA" +468,49,268,"Seattle, WA",268,"Seattle, WA" +468,50,159,"Long Beach, CA",159,"Long Beach, CA" +468,51,268,"Seattle, WA",268,"Seattle, WA" +468,52,268,"Seattle, WA",268,"Seattle, WA" +468,53,268,"Seattle, WA",268,"Seattle, WA" +468,54,159,"Long Beach, CA",159,"Long Beach, CA" +468,55,159,"Long Beach, CA",159,"Long Beach, CA" +468,56,159,"Long Beach, CA",159,"Long Beach, CA" +468,57,268,"Seattle, WA",268,"Seattle, WA" +468,58,162,"Oakland, CA",162,"Oakland, CA" +468,59,159,"Long Beach, CA",159,"Long Beach, CA" +468,60,159,"Long Beach, CA",159,"Long Beach, CA" +468,61,159,"Long Beach, CA",159,"Long Beach, CA" +468,62,159,"Long Beach, CA",159,"Long Beach, CA" +468,63,269,"Longview, WA",269,"Longview, WA" +468,64,162,"Oakland, CA",162,"Oakland, CA" +468,65,159,"Long Beach, CA",159,"Long Beach, CA" +468,66,159,"Long Beach, CA",159,"Long Beach, CA" +468,67,162,"Oakland, CA",162,"Oakland, CA" +468,68,159,"Long Beach, CA",159,"Long Beach, CA" +468,69,268,"Seattle, WA",268,"Seattle, WA" +468,70,239,"Portland, OR",239,"Portland, OR" +468,71,268,"Seattle, WA",268,"Seattle, WA" +468,72,159,"Long Beach, CA",159,"Long Beach, CA" +468,73,268,"Seattle, WA",268,"Seattle, WA" +468,74,159,"Long Beach, CA",159,"Long Beach, CA" +468,75,159,"Long Beach, CA",159,"Long Beach, CA" +468,76,159,"Long Beach, CA",159,"Long Beach, CA" +468,77,162,"Oakland, CA",162,"Oakland, CA" +468,78,159,"Long Beach, CA",159,"Long Beach, CA" +468,79,159,"Long Beach, CA",159,"Long Beach, CA" +468,80,268,"Seattle, WA",268,"Seattle, WA" +468,81,159,"Long Beach, CA",159,"Long Beach, CA" +468,82,268,"Seattle, WA",268,"Seattle, WA" +468,83,239,"Portland, OR",239,"Portland, OR" +468,84,268,"Seattle, WA",268,"Seattle, WA" +468,85,268,"Seattle, WA",268,"Seattle, WA" +468,86,159,"Long Beach, CA",159,"Long Beach, CA" +468,87,159,"Long Beach, CA",159,"Long Beach, CA" +468,88,239,"Portland, OR",239,"Portland, OR" +468,89,269,"Longview, WA",269,"Longview, WA" +468,90,162,"Oakland, CA",162,"Oakland, CA" +468,91,159,"Long Beach, CA",159,"Long Beach, CA" +468,92,268,"Seattle, WA",268,"Seattle, WA" +468,93,159,"Long Beach, CA",159,"Long Beach, CA" +468,94,159,"Long Beach, CA",159,"Long Beach, CA" +468,95,269,"Longview, WA",269,"Longview, WA" +468,96,159,"Long Beach, CA",159,"Long Beach, CA" +468,97,159,"Long Beach, CA",159,"Long Beach, CA" +468,98,239,"Portland, OR",239,"Portland, OR" +468,99,159,"Long Beach, CA",159,"Long Beach, CA" +468,100,159,"Long Beach, CA",159,"Long Beach, CA" +468,101,239,"Portland, OR",239,"Portland, OR" +468,102,159,"Long Beach, CA",159,"Long Beach, CA" +468,103,162,"Oakland, CA",162,"Oakland, CA" +468,104,268,"Seattle, WA",268,"Seattle, WA" +468,105,159,"Long Beach, CA",159,"Long Beach, CA" +468,106,159,"Long Beach, CA",159,"Long Beach, CA" +468,107,159,"Long Beach, CA",159,"Long Beach, CA" +468,108,159,"Long Beach, CA",159,"Long Beach, CA" +468,109,268,"Seattle, WA",268,"Seattle, WA" +468,110,159,"Long Beach, CA",159,"Long Beach, CA" +468,111,268,"Seattle, WA",268,"Seattle, WA" +468,112,159,"Long Beach, CA",159,"Long Beach, CA" +468,113,159,"Long Beach, CA",159,"Long Beach, CA" +468,114,162,"Oakland, CA",162,"Oakland, CA" +468,115,268,"Seattle, WA",268,"Seattle, WA" +468,116,162,"Oakland, CA",162,"Oakland, CA" +468,117,268,"Seattle, WA",268,"Seattle, WA" +468,118,159,"Long Beach, CA",159,"Long Beach, CA" +468,119,159,"Long Beach, CA",159,"Long Beach, CA" +468,120,159,"Long Beach, CA",159,"Long Beach, CA" +468,121,159,"Long Beach, CA",159,"Long Beach, CA" +468,122,159,"Long Beach, CA",159,"Long Beach, CA" +468,123,159,"Long Beach, CA",159,"Long Beach, CA" +468,124,159,"Long Beach, CA",159,"Long Beach, CA" +468,125,239,"Portland, OR",239,"Portland, OR" +468,126,159,"Long Beach, CA",159,"Long Beach, CA" +468,127,268,"Seattle, WA",268,"Seattle, WA" +468,128,159,"Long Beach, CA",159,"Long Beach, CA" +468,129,269,"Longview, WA",269,"Longview, WA" +468,130,159,"Long Beach, CA",159,"Long Beach, CA" +468,131,159,"Long Beach, CA",159,"Long Beach, CA" +468,132,159,"Long Beach, CA",159,"Long Beach, CA" +468,151,159,"Long Beach, CA",239,"Portland, OR" +468,152,159,"Long Beach, CA",269,"Longview, WA" +468,153,159,"Long Beach, CA",268,"Seattle, WA" +468,154,154,"Anchorage, AK",154,"Anchorage, AK" +468,155,162,"Oakland, CA",268,"Seattle, WA" +468,156,159,"Long Beach, CA",268,"Seattle, WA" +468,157,159,"Long Beach, CA",159,"Long Beach, CA" +468,158,162,"Oakland, CA",159,"Long Beach, CA" +468,159,162,"Oakland, CA",239,"Portland, OR" +468,160,159,"Long Beach, CA",159,"Long Beach, CA" +468,161,159,"Long Beach, CA",159,"Long Beach, CA" +468,162,159,"Long Beach, CA",159,"Long Beach, CA" +468,163,159,"Long Beach, CA",159,"Long Beach, CA" +468,164,268,"Seattle, WA",159,"Long Beach, CA" +468,165,268,"Seattle, WA",162,"Oakland, CA" +468,166,159,"Long Beach, CA",159,"Long Beach, CA" +468,167,162,"Oakland, CA",268,"Seattle, WA" +468,168,268,"Seattle, WA",162,"Oakland, CA" +468,169,268,"Seattle, WA",159,"Long Beach, CA" +468,170,159,"Long Beach, CA",159,"Long Beach, CA" +468,171,159,"Long Beach, CA",159,"Long Beach, CA" +468,172,159,"Long Beach, CA",162,"Oakland, CA" +468,173,159,"Long Beach, CA",159,"Long Beach, CA" +468,174,159,"Long Beach, CA",159,"Long Beach, CA" +468,175,268,"Seattle, WA",159,"Long Beach, CA" +468,176,159,"Long Beach, CA",269,"Longview, WA" +468,177,269,"Longview, WA",159,"Long Beach, CA" +468,178,162,"Oakland, CA",162,"Oakland, CA" +468,179,179,"Honolulu, HI",179,"Honolulu, HI" +468,180,179,"Honolulu, HI",179,"Honolulu, HI" +468,181,269,"Longview, WA",159,"Long Beach, CA" +468,183,159,"Long Beach, CA",239,"Portland, OR" +468,184,268,"Seattle, WA",159,"Long Beach, CA" +468,185,239,"Portland, OR",159,"Long Beach, CA" +468,186,162,"Oakland, CA",159,"Long Beach, CA" +468,187,159,"Long Beach, CA",268,"Seattle, WA" +468,188,159,"Long Beach, CA",268,"Seattle, WA" +468,189,268,"Seattle, WA",159,"Long Beach, CA" +468,190,269,"Longview, WA",159,"Long Beach, CA" +468,191,159,"Long Beach, CA",268,"Seattle, WA" +468,192,268,"Seattle, WA",268,"Seattle, WA" +468,193,159,"Long Beach, CA",159,"Long Beach, CA" +468,194,159,"Long Beach, CA",159,"Long Beach, CA" +468,195,159,"Long Beach, CA",159,"Long Beach, CA" +468,196,269,"Longview, WA",269,"Longview, WA" +468,197,268,"Seattle, WA",159,"Long Beach, CA" +468,198,162,"Oakland, CA",159,"Long Beach, CA" +468,199,159,"Long Beach, CA",269,"Longview, WA" +468,200,268,"Seattle, WA",268,"Seattle, WA" +468,201,268,"Seattle, WA",159,"Long Beach, CA" +468,202,159,"Long Beach, CA",162,"Oakland, CA" +468,203,159,"Long Beach, CA",162,"Oakland, CA" +468,204,159,"Long Beach, CA",159,"Long Beach, CA" +468,205,159,"Long Beach, CA",162,"Oakland, CA" +468,206,159,"Long Beach, CA",159,"Long Beach, CA" +468,207,159,"Long Beach, CA",162,"Oakland, CA" +468,208,268,"Seattle, WA",159,"Long Beach, CA" +468,209,159,"Long Beach, CA",159,"Long Beach, CA" +468,210,268,"Seattle, WA",159,"Long Beach, CA" +468,211,159,"Long Beach, CA",159,"Long Beach, CA" +468,212,162,"Oakland, CA",162,"Oakland, CA" +468,213,162,"Oakland, CA",162,"Oakland, CA" +468,214,159,"Long Beach, CA",159,"Long Beach, CA" +468,215,268,"Seattle, WA",159,"Long Beach, CA" +468,216,268,"Seattle, WA",159,"Long Beach, CA" +468,217,268,"Seattle, WA",268,"Seattle, WA" +468,218,268,"Seattle, WA",162,"Oakland, CA" +468,219,268,"Seattle, WA",268,"Seattle, WA" +468,220,162,"Oakland, CA",159,"Long Beach, CA" +468,221,269,"Longview, WA",159,"Long Beach, CA" +468,222,159,"Long Beach, CA",268,"Seattle, WA" +468,223,269,"Longview, WA",159,"Long Beach, CA" +468,224,159,"Long Beach, CA",159,"Long Beach, CA" +468,225,159,"Long Beach, CA",268,"Seattle, WA" +468,226,239,"Portland, OR",268,"Seattle, WA" +468,227,159,"Long Beach, CA",268,"Seattle, WA" +468,228,159,"Long Beach, CA",268,"Seattle, WA" +468,229,159,"Long Beach, CA",162,"Oakland, CA" +468,230,159,"Long Beach, CA",159,"Long Beach, CA" +468,231,159,"Long Beach, CA",159,"Long Beach, CA" +468,232,268,"Seattle, WA",159,"Long Beach, CA" +468,233,268,"Seattle, WA",159,"Long Beach, CA" +468,234,162,"Oakland, CA",159,"Long Beach, CA" +468,235,159,"Long Beach, CA",159,"Long Beach, CA" +468,236,159,"Long Beach, CA",159,"Long Beach, CA" +468,237,159,"Long Beach, CA",268,"Seattle, WA" +468,238,159,"Long Beach, CA",159,"Long Beach, CA" +468,239,268,"Seattle, WA",159,"Long Beach, CA" +468,240,269,"Longview, WA",269,"Longview, WA" +468,241,159,"Long Beach, CA",162,"Oakland, CA" +468,242,159,"Long Beach, CA",162,"Oakland, CA" +468,243,159,"Long Beach, CA",159,"Long Beach, CA" +468,244,159,"Long Beach, CA",159,"Long Beach, CA" +468,245,159,"Long Beach, CA",159,"Long Beach, CA" +468,246,162,"Oakland, CA",268,"Seattle, WA" +468,247,162,"Oakland, CA",159,"Long Beach, CA" +468,248,159,"Long Beach, CA",159,"Long Beach, CA" +468,249,159,"Long Beach, CA",159,"Long Beach, CA" +468,250,268,"Seattle, WA",159,"Long Beach, CA" +468,251,268,"Seattle, WA",268,"Seattle, WA" +468,252,162,"Oakland, CA",162,"Oakland, CA" +468,253,159,"Long Beach, CA",268,"Seattle, WA" +468,254,268,"Seattle, WA",269,"Longview, WA" +468,255,268,"Seattle, WA",162,"Oakland, CA" +468,256,162,"Oakland, CA",162,"Oakland, CA" +468,257,159,"Long Beach, CA",159,"Long Beach, CA" +468,258,159,"Long Beach, CA",162,"Oakland, CA" +468,259,159,"Long Beach, CA",268,"Seattle, WA" +468,260,162,"Oakland, CA",162,"Oakland, CA" +468,261,159,"Long Beach, CA",159,"Long Beach, CA" +468,262,159,"Long Beach, CA",268,"Seattle, WA" +468,263,268,"Seattle, WA",159,"Long Beach, CA" +468,264,159,"Long Beach, CA",159,"Long Beach, CA" +468,265,162,"Oakland, CA",269,"Longview, WA" +468,266,159,"Long Beach, CA",159,"Long Beach, CA" +468,267,268,"Seattle, WA",159,"Long Beach, CA" +468,268,159,"Long Beach, CA",162,"Oakland, CA" +468,269,159,"Long Beach, CA",159,"Long Beach, CA" +468,270,159,"Long Beach, CA",269,"Longview, WA" +468,271,159,"Long Beach, CA",159,"Long Beach, CA" +468,272,162,"Oakland, CA",268,"Seattle, WA" +468,273,159,"Long Beach, CA",159,"Long Beach, CA" +469,1,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,2,198,"Baltimore, MD",198,"Baltimore, MD" +469,3,197,"Portland, ME",197,"Portland, ME" +469,4,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,5,198,"Baltimore, MD",198,"Baltimore, MD" +469,6,244,"Providence, RI",244,"Providence, RI" +469,7,198,"Baltimore, MD",198,"Baltimore, MD" +469,8,198,"Baltimore, MD",198,"Baltimore, MD" +469,9,197,"Portland, ME",197,"Portland, ME" +469,10,201,"Boston, MA",201,"Boston, MA" +469,11,198,"Baltimore, MD",198,"Baltimore, MD" +469,12,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,13,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +469,14,197,"Portland, ME",197,"Portland, ME" +469,15,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,16,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,17,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +469,18,201,"Boston, MA",201,"Boston, MA" +469,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,20,198,"Baltimore, MD",198,"Baltimore, MD" +469,21,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +469,22,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +469,23,198,"Baltimore, MD",198,"Baltimore, MD" +469,24,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,25,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,26,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,27,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,28,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,29,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,30,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,31,244,"Providence, RI",244,"Providence, RI" +469,32,197,"Portland, ME",197,"Portland, ME" +469,33,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,34,197,"Portland, ME",197,"Portland, ME" +469,35,198,"Baltimore, MD",198,"Baltimore, MD" +469,36,201,"Boston, MA",201,"Boston, MA" +469,37,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +469,38,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,39,198,"Baltimore, MD",198,"Baltimore, MD" +469,40,241,"Philadelphia, PA",241,"Philadelphia, PA" +469,41,169,"Wilmington, DE",169,"Wilmington, DE" +469,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,43,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,44,198,"Baltimore, MD",198,"Baltimore, MD" +469,45,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +469,46,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,47,197,"Portland, ME",197,"Portland, ME" +469,48,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,49,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,50,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,51,201,"Boston, MA",201,"Boston, MA" +469,52,201,"Boston, MA",201,"Boston, MA" +469,53,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,54,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,55,241,"Philadelphia, PA",241,"Philadelphia, PA" +469,56,197,"Portland, ME",197,"Portland, ME" +469,57,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,58,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,59,201,"Boston, MA",201,"Boston, MA" +469,60,197,"Portland, ME",197,"Portland, ME" +469,61,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,62,197,"Portland, ME",197,"Portland, ME" +469,63,241,"Philadelphia, PA",241,"Philadelphia, PA" +469,64,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +469,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,66,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,68,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,69,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +469,70,198,"Baltimore, MD",198,"Baltimore, MD" +469,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,72,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,73,201,"Boston, MA",201,"Boston, MA" +469,74,241,"Philadelphia, PA",241,"Philadelphia, PA" +469,75,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,76,241,"Philadelphia, PA",241,"Philadelphia, PA" +469,77,241,"Philadelphia, PA",241,"Philadelphia, PA" +469,78,241,"Philadelphia, PA",241,"Philadelphia, PA" +469,79,201,"Boston, MA",201,"Boston, MA" +469,80,197,"Portland, ME",197,"Portland, ME" +469,81,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,82,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,83,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,84,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,85,198,"Baltimore, MD",198,"Baltimore, MD" +469,86,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,87,201,"Boston, MA",201,"Boston, MA" +469,88,201,"Boston, MA",201,"Boston, MA" +469,89,244,"Providence, RI",244,"Providence, RI" +469,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,91,244,"Providence, RI",244,"Providence, RI" +469,92,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,93,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,94,201,"Boston, MA",201,"Boston, MA" +469,95,198,"Baltimore, MD",198,"Baltimore, MD" +469,96,241,"Philadelphia, PA",241,"Philadelphia, PA" +469,97,244,"Providence, RI",244,"Providence, RI" +469,98,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,99,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,100,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +469,101,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +469,102,198,"Baltimore, MD",198,"Baltimore, MD" +469,103,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,104,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,105,198,"Baltimore, MD",198,"Baltimore, MD" +469,106,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,107,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,108,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,109,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,110,197,"Portland, ME",197,"Portland, ME" +469,111,241,"Philadelphia, PA",241,"Philadelphia, PA" +469,112,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,113,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,114,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,115,197,"Portland, ME",197,"Portland, ME" +469,116,198,"Baltimore, MD",198,"Baltimore, MD" +469,117,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,118,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,119,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,120,241,"Philadelphia, PA",241,"Philadelphia, PA" +469,121,197,"Portland, ME",197,"Portland, ME" +469,122,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +469,123,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +469,124,198,"Baltimore, MD",198,"Baltimore, MD" +469,125,201,"Boston, MA",201,"Boston, MA" +469,126,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +469,127,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +469,128,197,"Portland, ME",197,"Portland, ME" +469,129,241,"Philadelphia, PA",241,"Philadelphia, PA" +469,130,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,131,197,"Portland, ME",197,"Portland, ME" +469,132,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,151,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +469,152,223,"New York, NY and NJ",217,"New York, NY and NJ" +469,153,244,"Providence, RI",169,"Wilmington, DE" +469,154,154,"Anchorage, AK",154,"Anchorage, AK" +469,155,223,"New York, NY and NJ",241,"Philadelphia, PA" +469,156,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +469,157,169,"Wilmington, DE",197,"Portland, ME" +469,158,201,"Boston, MA",241,"Philadelphia, PA" +469,159,245,"Charleston, SC",223,"New York, NY and NJ" +469,160,169,"Wilmington, DE",152,"Mobile, AL" +469,161,265,"Norfolk Harbor, VA",201,"Boston, MA" +469,162,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +469,163,217,"New York, NY and NJ",223,"New York, NY and NJ" +469,164,201,"Boston, MA",241,"Philadelphia, PA" +469,165,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +469,166,217,"New York, NY and NJ",169,"Wilmington, DE" +469,167,244,"Providence, RI",244,"Providence, RI" +469,168,223,"New York, NY and NJ",217,"New York, NY and NJ" +469,169,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,170,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,171,217,"New York, NY and NJ",198,"Baltimore, MD" +469,172,198,"Baltimore, MD",177,"Savannah, GA" +469,173,241,"Philadelphia, PA",217,"New York, NY and NJ" +469,174,241,"Philadelphia, PA",244,"Providence, RI" +469,175,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +469,176,244,"Providence, RI",223,"New York, NY and NJ" +469,177,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +469,178,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,179,179,"Honolulu, HI",179,"Honolulu, HI" +469,180,179,"Honolulu, HI",179,"Honolulu, HI" +469,181,201,"Boston, MA",197,"Portland, ME" +469,183,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +469,184,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +469,185,217,"New York, NY and NJ",223,"New York, NY and NJ" +469,186,223,"New York, NY and NJ",201,"Boston, MA" +469,187,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +469,188,244,"Providence, RI",201,"Boston, MA" +469,189,197,"Portland, ME",198,"Baltimore, MD" +469,190,223,"New York, NY and NJ",198,"Baltimore, MD" +469,191,223,"New York, NY and NJ",201,"Boston, MA" +469,192,201,"Boston, MA",217,"New York, NY and NJ" +469,193,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +469,194,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +469,195,197,"Portland, ME",217,"New York, NY and NJ" +469,196,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +469,197,265,"Norfolk Harbor, VA",197,"Portland, ME" +469,198,223,"New York, NY and NJ",217,"New York, NY and NJ" +469,199,241,"Philadelphia, PA",223,"New York, NY and NJ" +469,200,217,"New York, NY and NJ",197,"Portland, ME" +469,201,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,202,201,"Boston, MA",197,"Portland, ME" +469,203,244,"Providence, RI",244,"Providence, RI" +469,204,198,"Baltimore, MD",244,"Providence, RI" +469,205,223,"New York, NY and NJ",241,"Philadelphia, PA" +469,206,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +469,207,197,"Portland, ME",265,"Norfolk Harbor, VA" +469,208,197,"Portland, ME",201,"Boston, MA" +469,209,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +469,210,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +469,211,201,"Boston, MA",217,"New York, NY and NJ" +469,212,217,"New York, NY and NJ",241,"Philadelphia, PA" +469,213,217,"New York, NY and NJ",169,"Wilmington, DE" +469,214,197,"Portland, ME",265,"Norfolk Harbor, VA" +469,215,201,"Boston, MA",201,"Boston, MA" +469,216,217,"New York, NY and NJ",241,"Philadelphia, PA" +469,217,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +469,218,197,"Portland, ME",201,"Boston, MA" +469,219,201,"Boston, MA",244,"Providence, RI" +469,220,197,"Portland, ME",241,"Philadelphia, PA" +469,221,197,"Portland, ME",223,"New York, NY and NJ" +469,222,217,"New York, NY and NJ",223,"New York, NY and NJ" +469,223,198,"Baltimore, MD",201,"Boston, MA" +469,224,241,"Philadelphia, PA",201,"Boston, MA" +469,225,223,"New York, NY and NJ",217,"New York, NY and NJ" +469,226,217,"New York, NY and NJ",197,"Portland, ME" +469,227,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,228,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +469,229,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +469,230,217,"New York, NY and NJ",241,"Philadelphia, PA" +469,231,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +469,232,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +469,233,197,"Portland, ME",265,"Norfolk Harbor, VA" +469,234,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +469,235,217,"New York, NY and NJ",223,"New York, NY and NJ" +469,236,218,"Camden-Gloucester, NJ",197,"Portland, ME" +469,237,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +469,238,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +469,239,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,240,198,"Baltimore, MD",201,"Boston, MA" +469,241,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +469,242,241,"Philadelphia, PA",197,"Portland, ME" +469,243,198,"Baltimore, MD",217,"New York, NY and NJ" +469,244,244,"Providence, RI",197,"Portland, ME" +469,245,197,"Portland, ME",265,"Norfolk Harbor, VA" +469,246,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +469,247,197,"Portland, ME",197,"Portland, ME" +469,248,244,"Providence, RI",217,"New York, NY and NJ" +469,249,201,"Boston, MA",265,"Norfolk Harbor, VA" +469,250,241,"Philadelphia, PA",197,"Portland, ME" +469,251,241,"Philadelphia, PA",197,"Portland, ME" +469,252,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +469,253,197,"Portland, ME",265,"Norfolk Harbor, VA" +469,254,197,"Portland, ME",198,"Baltimore, MD" +469,255,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +469,256,198,"Baltimore, MD",245,"Charleston, SC" +469,257,223,"New York, NY and NJ",223,"New York, NY and NJ" +469,258,223,"New York, NY and NJ",197,"Portland, ME" +469,259,223,"New York, NY and NJ",177,"Savannah, GA" +469,260,244,"Providence, RI",223,"New York, NY and NJ" +469,261,197,"Portland, ME",223,"New York, NY and NJ" +469,262,197,"Portland, ME",265,"Norfolk Harbor, VA" +469,263,223,"New York, NY and NJ",201,"Boston, MA" +469,264,217,"New York, NY and NJ",241,"Philadelphia, PA" +469,265,201,"Boston, MA",198,"Baltimore, MD" +469,266,217,"New York, NY and NJ",201,"Boston, MA" +469,267,201,"Boston, MA",265,"Norfolk Harbor, VA" +469,268,217,"New York, NY and NJ",223,"New York, NY and NJ" +469,269,217,"New York, NY and NJ",217,"New York, NY and NJ" +469,270,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +469,271,197,"Portland, ME",223,"New York, NY and NJ" +469,272,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +469,273,217,"New York, NY and NJ",217,"New York, NY and NJ" +470,1,268,"Seattle, WA",268,"Seattle, WA" +470,2,159,"Long Beach, CA",159,"Long Beach, CA" +470,3,268,"Seattle, WA",268,"Seattle, WA" +470,4,268,"Seattle, WA",268,"Seattle, WA" +470,5,268,"Seattle, WA",268,"Seattle, WA" +470,6,268,"Seattle, WA",268,"Seattle, WA" +470,7,268,"Seattle, WA",268,"Seattle, WA" +470,8,268,"Seattle, WA",268,"Seattle, WA" +470,9,269,"Longview, WA",269,"Longview, WA" +470,10,159,"Long Beach, CA",159,"Long Beach, CA" +470,11,159,"Long Beach, CA",159,"Long Beach, CA" +470,12,162,"Oakland, CA",162,"Oakland, CA" +470,13,268,"Seattle, WA",268,"Seattle, WA" +470,14,162,"Oakland, CA",162,"Oakland, CA" +470,15,159,"Long Beach, CA",159,"Long Beach, CA" +470,16,159,"Long Beach, CA",159,"Long Beach, CA" +470,17,162,"Oakland, CA",162,"Oakland, CA" +470,18,159,"Long Beach, CA",159,"Long Beach, CA" +470,19,159,"Long Beach, CA",159,"Long Beach, CA" +470,20,159,"Long Beach, CA",159,"Long Beach, CA" +470,21,159,"Long Beach, CA",159,"Long Beach, CA" +470,22,159,"Long Beach, CA",159,"Long Beach, CA" +470,23,159,"Long Beach, CA",159,"Long Beach, CA" +470,24,162,"Oakland, CA",162,"Oakland, CA" +470,25,162,"Oakland, CA",162,"Oakland, CA" +470,26,162,"Oakland, CA",162,"Oakland, CA" +470,27,269,"Longview, WA",269,"Longview, WA" +470,28,159,"Long Beach, CA",159,"Long Beach, CA" +470,29,159,"Long Beach, CA",159,"Long Beach, CA" +470,30,159,"Long Beach, CA",159,"Long Beach, CA" +470,31,159,"Long Beach, CA",159,"Long Beach, CA" +470,32,159,"Long Beach, CA",159,"Long Beach, CA" +470,33,159,"Long Beach, CA",159,"Long Beach, CA" +470,34,162,"Oakland, CA",162,"Oakland, CA" +470,35,239,"Portland, OR",239,"Portland, OR" +470,36,159,"Long Beach, CA",159,"Long Beach, CA" +470,37,159,"Long Beach, CA",159,"Long Beach, CA" +470,38,159,"Long Beach, CA",159,"Long Beach, CA" +470,39,268,"Seattle, WA",268,"Seattle, WA" +470,40,268,"Seattle, WA",268,"Seattle, WA" +470,41,159,"Long Beach, CA",159,"Long Beach, CA" +470,42,268,"Seattle, WA",268,"Seattle, WA" +470,43,159,"Long Beach, CA",159,"Long Beach, CA" +470,44,268,"Seattle, WA",268,"Seattle, WA" +470,45,159,"Long Beach, CA",159,"Long Beach, CA" +470,46,159,"Long Beach, CA",159,"Long Beach, CA" +470,47,269,"Longview, WA",269,"Longview, WA" +470,48,159,"Long Beach, CA",159,"Long Beach, CA" +470,49,162,"Oakland, CA",162,"Oakland, CA" +470,50,159,"Long Beach, CA",159,"Long Beach, CA" +470,51,162,"Oakland, CA",162,"Oakland, CA" +470,52,269,"Longview, WA",269,"Longview, WA" +470,53,159,"Long Beach, CA",159,"Long Beach, CA" +470,54,159,"Long Beach, CA",159,"Long Beach, CA" +470,55,268,"Seattle, WA",268,"Seattle, WA" +470,56,268,"Seattle, WA",268,"Seattle, WA" +470,57,162,"Oakland, CA",162,"Oakland, CA" +470,58,159,"Long Beach, CA",159,"Long Beach, CA" +470,59,162,"Oakland, CA",162,"Oakland, CA" +470,60,159,"Long Beach, CA",159,"Long Beach, CA" +470,61,159,"Long Beach, CA",159,"Long Beach, CA" +470,62,269,"Longview, WA",269,"Longview, WA" +470,63,159,"Long Beach, CA",159,"Long Beach, CA" +470,64,159,"Long Beach, CA",159,"Long Beach, CA" +470,65,159,"Long Beach, CA",159,"Long Beach, CA" +470,66,159,"Long Beach, CA",159,"Long Beach, CA" +470,67,269,"Longview, WA",269,"Longview, WA" +470,68,162,"Oakland, CA",162,"Oakland, CA" +470,69,162,"Oakland, CA",162,"Oakland, CA" +470,70,162,"Oakland, CA",162,"Oakland, CA" +470,71,268,"Seattle, WA",268,"Seattle, WA" +470,72,159,"Long Beach, CA",159,"Long Beach, CA" +470,73,159,"Long Beach, CA",159,"Long Beach, CA" +470,74,268,"Seattle, WA",268,"Seattle, WA" +470,75,159,"Long Beach, CA",159,"Long Beach, CA" +470,76,159,"Long Beach, CA",159,"Long Beach, CA" +470,77,268,"Seattle, WA",268,"Seattle, WA" +470,78,162,"Oakland, CA",162,"Oakland, CA" +470,79,159,"Long Beach, CA",159,"Long Beach, CA" +470,80,159,"Long Beach, CA",159,"Long Beach, CA" +470,81,159,"Long Beach, CA",159,"Long Beach, CA" +470,82,159,"Long Beach, CA",159,"Long Beach, CA" +470,83,159,"Long Beach, CA",159,"Long Beach, CA" +470,84,268,"Seattle, WA",268,"Seattle, WA" +470,85,268,"Seattle, WA",268,"Seattle, WA" +470,86,162,"Oakland, CA",162,"Oakland, CA" +470,87,239,"Portland, OR",239,"Portland, OR" +470,88,159,"Long Beach, CA",159,"Long Beach, CA" +470,89,268,"Seattle, WA",268,"Seattle, WA" +470,90,162,"Oakland, CA",162,"Oakland, CA" +470,91,159,"Long Beach, CA",159,"Long Beach, CA" +470,92,159,"Long Beach, CA",159,"Long Beach, CA" +470,93,268,"Seattle, WA",268,"Seattle, WA" +470,94,162,"Oakland, CA",162,"Oakland, CA" +470,95,159,"Long Beach, CA",159,"Long Beach, CA" +470,96,159,"Long Beach, CA",159,"Long Beach, CA" +470,97,159,"Long Beach, CA",159,"Long Beach, CA" +470,98,162,"Oakland, CA",162,"Oakland, CA" +470,99,159,"Long Beach, CA",159,"Long Beach, CA" +470,100,159,"Long Beach, CA",159,"Long Beach, CA" +470,101,162,"Oakland, CA",162,"Oakland, CA" +470,102,159,"Long Beach, CA",159,"Long Beach, CA" +470,103,159,"Long Beach, CA",159,"Long Beach, CA" +470,104,159,"Long Beach, CA",159,"Long Beach, CA" +470,105,162,"Oakland, CA",162,"Oakland, CA" +470,106,159,"Long Beach, CA",159,"Long Beach, CA" +470,107,268,"Seattle, WA",268,"Seattle, WA" +470,108,268,"Seattle, WA",268,"Seattle, WA" +470,109,159,"Long Beach, CA",159,"Long Beach, CA" +470,110,162,"Oakland, CA",162,"Oakland, CA" +470,111,268,"Seattle, WA",268,"Seattle, WA" +470,112,162,"Oakland, CA",162,"Oakland, CA" +470,113,162,"Oakland, CA",162,"Oakland, CA" +470,114,268,"Seattle, WA",268,"Seattle, WA" +470,115,268,"Seattle, WA",268,"Seattle, WA" +470,116,159,"Long Beach, CA",159,"Long Beach, CA" +470,117,159,"Long Beach, CA",159,"Long Beach, CA" +470,118,268,"Seattle, WA",268,"Seattle, WA" +470,119,268,"Seattle, WA",268,"Seattle, WA" +470,120,159,"Long Beach, CA",159,"Long Beach, CA" +470,121,239,"Portland, OR",239,"Portland, OR" +470,122,159,"Long Beach, CA",159,"Long Beach, CA" +470,123,162,"Oakland, CA",162,"Oakland, CA" +470,124,239,"Portland, OR",239,"Portland, OR" +470,125,239,"Portland, OR",239,"Portland, OR" +470,126,268,"Seattle, WA",268,"Seattle, WA" +470,127,159,"Long Beach, CA",159,"Long Beach, CA" +470,128,162,"Oakland, CA",162,"Oakland, CA" +470,129,159,"Long Beach, CA",159,"Long Beach, CA" +470,130,159,"Long Beach, CA",159,"Long Beach, CA" +470,131,159,"Long Beach, CA",159,"Long Beach, CA" +470,132,159,"Long Beach, CA",159,"Long Beach, CA" +470,151,159,"Long Beach, CA",268,"Seattle, WA" +470,152,268,"Seattle, WA",159,"Long Beach, CA" +470,153,268,"Seattle, WA",268,"Seattle, WA" +470,154,154,"Anchorage, AK",154,"Anchorage, AK" +470,155,269,"Longview, WA",162,"Oakland, CA" +470,156,268,"Seattle, WA",239,"Portland, OR" +470,157,159,"Long Beach, CA",162,"Oakland, CA" +470,158,159,"Long Beach, CA",268,"Seattle, WA" +470,159,159,"Long Beach, CA",159,"Long Beach, CA" +470,160,162,"Oakland, CA",162,"Oakland, CA" +470,161,159,"Long Beach, CA",159,"Long Beach, CA" +470,162,159,"Long Beach, CA",269,"Longview, WA" +470,163,239,"Portland, OR",159,"Long Beach, CA" +470,164,162,"Oakland, CA",159,"Long Beach, CA" +470,165,162,"Oakland, CA",268,"Seattle, WA" +470,166,268,"Seattle, WA",159,"Long Beach, CA" +470,167,159,"Long Beach, CA",159,"Long Beach, CA" +470,168,162,"Oakland, CA",159,"Long Beach, CA" +470,169,159,"Long Beach, CA",159,"Long Beach, CA" +470,170,159,"Long Beach, CA",159,"Long Beach, CA" +470,171,159,"Long Beach, CA",159,"Long Beach, CA" +470,172,159,"Long Beach, CA",268,"Seattle, WA" +470,173,268,"Seattle, WA",159,"Long Beach, CA" +470,174,159,"Long Beach, CA",159,"Long Beach, CA" +470,175,268,"Seattle, WA",268,"Seattle, WA" +470,176,159,"Long Beach, CA",159,"Long Beach, CA" +470,177,268,"Seattle, WA",159,"Long Beach, CA" +470,178,269,"Longview, WA",159,"Long Beach, CA" +470,179,179,"Honolulu, HI",179,"Honolulu, HI" +470,180,179,"Honolulu, HI",179,"Honolulu, HI" +470,181,159,"Long Beach, CA",162,"Oakland, CA" +470,183,159,"Long Beach, CA",268,"Seattle, WA" +470,184,159,"Long Beach, CA",159,"Long Beach, CA" +470,185,268,"Seattle, WA",159,"Long Beach, CA" +470,186,239,"Portland, OR",162,"Oakland, CA" +470,187,159,"Long Beach, CA",268,"Seattle, WA" +470,188,159,"Long Beach, CA",268,"Seattle, WA" +470,189,159,"Long Beach, CA",159,"Long Beach, CA" +470,190,159,"Long Beach, CA",162,"Oakland, CA" +470,191,268,"Seattle, WA",159,"Long Beach, CA" +470,192,159,"Long Beach, CA",268,"Seattle, WA" +470,193,268,"Seattle, WA",268,"Seattle, WA" +470,194,159,"Long Beach, CA",268,"Seattle, WA" +470,195,159,"Long Beach, CA",159,"Long Beach, CA" +470,196,268,"Seattle, WA",162,"Oakland, CA" +470,197,159,"Long Beach, CA",159,"Long Beach, CA" +470,198,159,"Long Beach, CA",268,"Seattle, WA" +470,199,159,"Long Beach, CA",162,"Oakland, CA" +470,200,159,"Long Beach, CA",159,"Long Beach, CA" +470,201,159,"Long Beach, CA",159,"Long Beach, CA" +470,202,159,"Long Beach, CA",159,"Long Beach, CA" +470,203,239,"Portland, OR",239,"Portland, OR" +470,204,269,"Longview, WA",268,"Seattle, WA" +470,205,159,"Long Beach, CA",159,"Long Beach, CA" +470,206,159,"Long Beach, CA",159,"Long Beach, CA" +470,207,159,"Long Beach, CA",159,"Long Beach, CA" +470,208,239,"Portland, OR",159,"Long Beach, CA" +470,209,159,"Long Beach, CA",159,"Long Beach, CA" +470,210,159,"Long Beach, CA",269,"Longview, WA" +470,211,162,"Oakland, CA",159,"Long Beach, CA" +470,212,239,"Portland, OR",159,"Long Beach, CA" +470,213,162,"Oakland, CA",159,"Long Beach, CA" +470,214,162,"Oakland, CA",269,"Longview, WA" +470,215,268,"Seattle, WA",268,"Seattle, WA" +470,216,159,"Long Beach, CA",159,"Long Beach, CA" +470,217,159,"Long Beach, CA",239,"Portland, OR" +470,218,159,"Long Beach, CA",159,"Long Beach, CA" +470,219,159,"Long Beach, CA",269,"Longview, WA" +470,220,159,"Long Beach, CA",159,"Long Beach, CA" +470,221,162,"Oakland, CA",239,"Portland, OR" +470,222,159,"Long Beach, CA",268,"Seattle, WA" +470,223,239,"Portland, OR",159,"Long Beach, CA" +470,224,268,"Seattle, WA",268,"Seattle, WA" +470,225,162,"Oakland, CA",159,"Long Beach, CA" +470,226,159,"Long Beach, CA",268,"Seattle, WA" +470,227,159,"Long Beach, CA",159,"Long Beach, CA" +470,228,159,"Long Beach, CA",162,"Oakland, CA" +470,229,239,"Portland, OR",268,"Seattle, WA" +470,230,159,"Long Beach, CA",159,"Long Beach, CA" +470,231,159,"Long Beach, CA",159,"Long Beach, CA" +470,232,159,"Long Beach, CA",159,"Long Beach, CA" +470,233,159,"Long Beach, CA",159,"Long Beach, CA" +470,234,268,"Seattle, WA",159,"Long Beach, CA" +470,235,162,"Oakland, CA",269,"Longview, WA" +470,236,239,"Portland, OR",159,"Long Beach, CA" +470,237,159,"Long Beach, CA",268,"Seattle, WA" +470,238,269,"Longview, WA",239,"Portland, OR" +470,239,159,"Long Beach, CA",159,"Long Beach, CA" +470,240,159,"Long Beach, CA",159,"Long Beach, CA" +470,241,268,"Seattle, WA",159,"Long Beach, CA" +470,242,239,"Portland, OR",239,"Portland, OR" +470,243,239,"Portland, OR",162,"Oakland, CA" +470,244,159,"Long Beach, CA",159,"Long Beach, CA" +470,245,239,"Portland, OR",269,"Longview, WA" +470,246,159,"Long Beach, CA",159,"Long Beach, CA" +470,247,159,"Long Beach, CA",159,"Long Beach, CA" +470,248,159,"Long Beach, CA",162,"Oakland, CA" +470,249,159,"Long Beach, CA",159,"Long Beach, CA" +470,250,159,"Long Beach, CA",268,"Seattle, WA" +470,251,162,"Oakland, CA",268,"Seattle, WA" +470,252,268,"Seattle, WA",159,"Long Beach, CA" +470,253,162,"Oakland, CA",159,"Long Beach, CA" +470,254,239,"Portland, OR",162,"Oakland, CA" +470,255,159,"Long Beach, CA",159,"Long Beach, CA" +470,256,159,"Long Beach, CA",159,"Long Beach, CA" +470,257,159,"Long Beach, CA",159,"Long Beach, CA" +470,258,159,"Long Beach, CA",159,"Long Beach, CA" +470,259,159,"Long Beach, CA",159,"Long Beach, CA" +470,260,159,"Long Beach, CA",268,"Seattle, WA" +470,261,162,"Oakland, CA",159,"Long Beach, CA" +470,262,159,"Long Beach, CA",239,"Portland, OR" +470,263,268,"Seattle, WA",159,"Long Beach, CA" +470,264,159,"Long Beach, CA",159,"Long Beach, CA" +470,265,159,"Long Beach, CA",162,"Oakland, CA" +470,266,159,"Long Beach, CA",269,"Longview, WA" +470,267,159,"Long Beach, CA",159,"Long Beach, CA" +470,268,159,"Long Beach, CA",268,"Seattle, WA" +470,269,159,"Long Beach, CA",268,"Seattle, WA" +470,270,269,"Longview, WA",159,"Long Beach, CA" +470,271,159,"Long Beach, CA",159,"Long Beach, CA" +470,272,268,"Seattle, WA",268,"Seattle, WA" +470,273,159,"Long Beach, CA",268,"Seattle, WA" +471,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +471,2,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +471,3,217,"New York, NY and NJ",217,"New York, NY and NJ" +471,4,217,"New York, NY and NJ",217,"New York, NY and NJ" +471,5,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +471,6,244,"Providence, RI",244,"Providence, RI" +471,7,217,"New York, NY and NJ",217,"New York, NY and NJ" +471,8,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +471,9,241,"Philadelphia, PA",241,"Philadelphia, PA" +471,10,201,"Boston, MA",201,"Boston, MA" +471,11,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +471,12,198,"Baltimore, MD",198,"Baltimore, MD" +471,13,169,"Wilmington, DE",169,"Wilmington, DE" +471,14,223,"New York, NY and NJ",223,"New York, NY and NJ" +471,15,245,"Charleston, SC",245,"Charleston, SC" +471,16,198,"Baltimore, MD",198,"Baltimore, MD" +471,17,198,"Baltimore, MD",198,"Baltimore, MD" +471,18,201,"Boston, MA",201,"Boston, MA" +471,19,223,"New York, NY and NJ",223,"New York, NY and NJ" +471,20,223,"New York, NY and NJ",223,"New York, NY and NJ" +471,21,241,"Philadelphia, PA",241,"Philadelphia, PA" +471,22,197,"Portland, ME",197,"Portland, ME" +471,23,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +471,24,217,"New York, NY and NJ",217,"New York, NY and NJ" +471,25,201,"Boston, MA",201,"Boston, MA" +471,26,229,"Wilmington, NC",229,"Wilmington, NC" +471,27,217,"New York, NY and NJ",217,"New York, NY and NJ" +471,28,223,"New York, NY and NJ",223,"New York, NY and NJ" +471,29,223,"New York, NY and NJ",223,"New York, NY and NJ" +471,30,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +471,31,197,"Portland, ME",197,"Portland, ME" +471,32,198,"Baltimore, MD",198,"Baltimore, MD" +471,33,197,"Portland, ME",197,"Portland, ME" +471,34,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +471,35,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +471,36,201,"Boston, MA",201,"Boston, MA" +471,37,198,"Baltimore, MD",198,"Baltimore, MD" +471,38,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +471,39,241,"Philadelphia, PA",241,"Philadelphia, PA" +471,40,241,"Philadelphia, PA",241,"Philadelphia, PA" +471,41,197,"Portland, ME",197,"Portland, ME" +471,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +471,43,201,"Boston, MA",201,"Boston, MA" +471,44,201,"Boston, MA",201,"Boston, MA" +471,45,241,"Philadelphia, PA",241,"Philadelphia, PA" +471,46,198,"Baltimore, MD",198,"Baltimore, MD" +471,47,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +471,48,217,"New York, NY and NJ",217,"New York, NY and NJ" +471,49,223,"New York, NY and NJ",223,"New York, NY and NJ" +471,50,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +471,51,223,"New York, NY and NJ",223,"New York, NY and NJ" +471,52,198,"Baltimore, MD",198,"Baltimore, MD" +471,53,198,"Baltimore, MD",198,"Baltimore, MD" +471,54,217,"New York, NY and NJ",217,"New York, NY and NJ" +471,55,198,"Baltimore, MD",198,"Baltimore, MD" +471,56,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +471,57,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +471,58,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +471,59,217,"New York, NY and NJ",217,"New York, NY and NJ" +471,60,217,"New York, NY and NJ",217,"New York, NY and NJ" +471,61,198,"Baltimore, MD",198,"Baltimore, MD" +471,62,223,"New York, NY and NJ",223,"New York, NY and NJ" +471,63,241,"Philadelphia, PA",241,"Philadelphia, PA" +471,64,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +471,65,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +471,66,223,"New York, NY and NJ",223,"New York, NY and NJ" +471,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +471,68,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +471,69,217,"New York, NY and NJ",217,"New York, NY and NJ" +471,70,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +471,71,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +471,72,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +471,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +471,74,223,"New York, NY and NJ",223,"New York, NY and NJ" +471,75,217,"New York, NY and NJ",217,"New York, NY and NJ" +471,76,201,"Boston, MA",201,"Boston, MA" +471,77,223,"New York, NY and NJ",223,"New York, NY and NJ" +471,78,223,"New York, NY and NJ",223,"New York, NY and NJ" +471,79,198,"Baltimore, MD",198,"Baltimore, MD" +471,80,201,"Boston, MA",201,"Boston, MA" +471,81,217,"New York, NY and NJ",217,"New York, NY and NJ" +471,82,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +471,83,217,"New York, NY and NJ",217,"New York, NY and NJ" +471,84,201,"Boston, MA",201,"Boston, MA" +471,85,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +471,86,201,"Boston, MA",201,"Boston, MA" +471,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +471,88,217,"New York, NY and NJ",217,"New York, NY and NJ" +471,89,244,"Providence, RI",244,"Providence, RI" +471,90,197,"Portland, ME",197,"Portland, ME" +471,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +471,92,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +471,93,197,"Portland, ME",197,"Portland, ME" +471,94,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +471,95,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +471,96,217,"New York, NY and NJ",217,"New York, NY and NJ" +471,97,223,"New York, NY and NJ",223,"New York, NY and NJ" +471,98,217,"New York, NY and NJ",217,"New York, NY and NJ" +471,99,223,"New York, NY and NJ",223,"New York, NY and NJ" +471,100,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +471,101,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +471,102,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +471,103,201,"Boston, MA",201,"Boston, MA" +471,104,217,"New York, NY and NJ",217,"New York, NY and NJ" +471,105,223,"New York, NY and NJ",223,"New York, NY and NJ" +471,106,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +471,107,201,"Boston, MA",201,"Boston, MA" +471,108,241,"Philadelphia, PA",241,"Philadelphia, PA" +471,109,201,"Boston, MA",201,"Boston, MA" +471,110,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +471,111,169,"Wilmington, DE",169,"Wilmington, DE" +471,112,217,"New York, NY and NJ",217,"New York, NY and NJ" +471,113,223,"New York, NY and NJ",223,"New York, NY and NJ" +471,114,217,"New York, NY and NJ",217,"New York, NY and NJ" +471,115,201,"Boston, MA",201,"Boston, MA" +471,116,201,"Boston, MA",201,"Boston, MA" +471,117,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +471,118,241,"Philadelphia, PA",241,"Philadelphia, PA" +471,119,241,"Philadelphia, PA",241,"Philadelphia, PA" +471,120,198,"Baltimore, MD",198,"Baltimore, MD" +471,121,197,"Portland, ME",197,"Portland, ME" +471,122,197,"Portland, ME",197,"Portland, ME" +471,123,223,"New York, NY and NJ",223,"New York, NY and NJ" +471,124,169,"Wilmington, DE",169,"Wilmington, DE" +471,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +471,126,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +471,127,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +471,128,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +471,129,217,"New York, NY and NJ",217,"New York, NY and NJ" +471,130,217,"New York, NY and NJ",217,"New York, NY and NJ" +471,131,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +471,132,217,"New York, NY and NJ",217,"New York, NY and NJ" +471,151,244,"Providence, RI",265,"Norfolk Harbor, VA" +471,152,217,"New York, NY and NJ",245,"Charleston, SC" +471,153,217,"New York, NY and NJ",223,"New York, NY and NJ" +471,154,154,"Anchorage, AK",154,"Anchorage, AK" +471,155,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +471,156,265,"Norfolk Harbor, VA",178,"Brunswick, GA" +471,157,217,"New York, NY and NJ",223,"New York, NY and NJ" +471,158,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +471,159,201,"Boston, MA",169,"Wilmington, DE" +471,160,198,"Baltimore, MD",223,"New York, NY and NJ" +471,161,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +471,162,223,"New York, NY and NJ",201,"Boston, MA" +471,163,245,"Charleston, SC",201,"Boston, MA" +471,164,197,"Portland, ME",218,"Camden-Gloucester, NJ" +471,165,217,"New York, NY and NJ",223,"New York, NY and NJ" +471,166,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +471,167,223,"New York, NY and NJ",223,"New York, NY and NJ" +471,168,197,"Portland, ME",223,"New York, NY and NJ" +471,169,241,"Philadelphia, PA",229,"Wilmington, NC" +471,170,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +471,171,217,"New York, NY and NJ",198,"Baltimore, MD" +471,172,198,"Baltimore, MD",172,"Port Everglades, FL" +471,173,218,"Camden-Gloucester, NJ",201,"Boston, MA" +471,174,174,"Tampa, FL",244,"Providence, RI" +471,175,201,"Boston, MA",198,"Baltimore, MD" +471,176,223,"New York, NY and NJ",217,"New York, NY and NJ" +471,177,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +471,178,229,"Wilmington, NC",217,"New York, NY and NJ" +471,179,179,"Honolulu, HI",179,"Honolulu, HI" +471,180,179,"Honolulu, HI",179,"Honolulu, HI" +471,181,241,"Philadelphia, PA",197,"Portland, ME" +471,183,223,"New York, NY and NJ",201,"Boston, MA" +471,184,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +471,185,197,"Portland, ME",177,"Savannah, GA" +471,186,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +471,187,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +471,188,197,"Portland, ME",197,"Portland, ME" +471,189,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +471,190,197,"Portland, ME",223,"New York, NY and NJ" +471,191,201,"Boston, MA",265,"Norfolk Harbor, VA" +471,192,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +471,193,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +471,194,223,"New York, NY and NJ",245,"Charleston, SC" +471,195,245,"Charleston, SC",223,"New York, NY and NJ" +471,196,169,"Wilmington, DE",171,"Jacksonville, FL" +471,197,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +471,198,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +471,199,197,"Portland, ME",217,"New York, NY and NJ" +471,200,265,"Norfolk Harbor, VA",197,"Portland, ME" +471,201,217,"New York, NY and NJ",217,"New York, NY and NJ" +471,202,223,"New York, NY and NJ",201,"Boston, MA" +471,203,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +471,204,241,"Philadelphia, PA",223,"New York, NY and NJ" +471,205,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +471,206,217,"New York, NY and NJ",223,"New York, NY and NJ" +471,207,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +471,208,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +471,209,241,"Philadelphia, PA",223,"New York, NY and NJ" +471,210,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +471,211,201,"Boston, MA",265,"Norfolk Harbor, VA" +471,212,244,"Providence, RI",223,"New York, NY and NJ" +471,213,265,"Norfolk Harbor, VA",201,"Boston, MA" +471,214,241,"Philadelphia, PA",244,"Providence, RI" +471,215,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +471,216,244,"Providence, RI",223,"New York, NY and NJ" +471,217,217,"New York, NY and NJ",223,"New York, NY and NJ" +471,218,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +471,219,201,"Boston, MA",198,"Baltimore, MD" +471,220,201,"Boston, MA",244,"Providence, RI" +471,221,223,"New York, NY and NJ",198,"Baltimore, MD" +471,222,201,"Boston, MA",217,"New York, NY and NJ" +471,223,223,"New York, NY and NJ",244,"Providence, RI" +471,224,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +471,225,217,"New York, NY and NJ",223,"New York, NY and NJ" +471,226,201,"Boston, MA",198,"Baltimore, MD" +471,227,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +471,228,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +471,229,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +471,230,198,"Baltimore, MD",201,"Boston, MA" +471,231,241,"Philadelphia, PA",217,"New York, NY and NJ" +471,232,223,"New York, NY and NJ",241,"Philadelphia, PA" +471,233,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +471,234,223,"New York, NY and NJ",197,"Portland, ME" +471,235,265,"Norfolk Harbor, VA",244,"Providence, RI" +471,236,223,"New York, NY and NJ",197,"Portland, ME" +471,237,223,"New York, NY and NJ",244,"Providence, RI" +471,238,197,"Portland, ME",218,"Camden-Gloucester, NJ" +471,239,244,"Providence, RI",217,"New York, NY and NJ" +471,240,223,"New York, NY and NJ",241,"Philadelphia, PA" +471,241,217,"New York, NY and NJ",217,"New York, NY and NJ" +471,242,197,"Portland, ME",265,"Norfolk Harbor, VA" +471,243,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +471,244,241,"Philadelphia, PA",197,"Portland, ME" +471,245,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +471,246,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +471,247,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +471,248,218,"Camden-Gloucester, NJ",201,"Boston, MA" +471,249,244,"Providence, RI",265,"Norfolk Harbor, VA" +471,250,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +471,251,197,"Portland, ME",198,"Baltimore, MD" +471,252,245,"Charleston, SC",152,"Mobile, AL" +471,253,198,"Baltimore, MD",195,"New Orleans, LA" +471,254,171,"Jacksonville, FL",217,"New York, NY and NJ" +471,255,197,"Portland, ME",223,"New York, NY and NJ" +471,256,223,"New York, NY and NJ",172,"Port Everglades, FL" +471,257,244,"Providence, RI",195,"New Orleans, LA" +471,258,177,"Savannah, GA",177,"Savannah, GA" +471,259,223,"New York, NY and NJ",172,"Port Everglades, FL" +471,260,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +471,261,217,"New York, NY and NJ",217,"New York, NY and NJ" +471,262,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +471,263,217,"New York, NY and NJ",198,"Baltimore, MD" +471,264,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +471,265,241,"Philadelphia, PA",223,"New York, NY and NJ" +471,266,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +471,267,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +471,268,201,"Boston, MA",241,"Philadelphia, PA" +471,269,169,"Wilmington, DE",217,"New York, NY and NJ" +471,270,217,"New York, NY and NJ",223,"New York, NY and NJ" +471,271,197,"Portland, ME",223,"New York, NY and NJ" +471,272,241,"Philadelphia, PA",217,"New York, NY and NJ" +471,273,197,"Portland, ME",245,"Charleston, SC" +472,1,159,"Long Beach, CA",159,"Long Beach, CA" +472,2,268,"Seattle, WA",268,"Seattle, WA" +472,3,159,"Long Beach, CA",159,"Long Beach, CA" +472,4,162,"Oakland, CA",162,"Oakland, CA" +472,5,269,"Longview, WA",269,"Longview, WA" +472,6,159,"Long Beach, CA",159,"Long Beach, CA" +472,7,159,"Long Beach, CA",159,"Long Beach, CA" +472,8,159,"Long Beach, CA",159,"Long Beach, CA" +472,9,162,"Oakland, CA",162,"Oakland, CA" +472,10,159,"Long Beach, CA",159,"Long Beach, CA" +472,11,239,"Portland, OR",239,"Portland, OR" +472,12,269,"Longview, WA",269,"Longview, WA" +472,13,162,"Oakland, CA",162,"Oakland, CA" +472,14,159,"Long Beach, CA",159,"Long Beach, CA" +472,15,159,"Long Beach, CA",159,"Long Beach, CA" +472,16,269,"Longview, WA",269,"Longview, WA" +472,17,269,"Longview, WA",269,"Longview, WA" +472,18,159,"Long Beach, CA",159,"Long Beach, CA" +472,19,162,"Oakland, CA",162,"Oakland, CA" +472,20,268,"Seattle, WA",268,"Seattle, WA" +472,21,159,"Long Beach, CA",159,"Long Beach, CA" +472,22,159,"Long Beach, CA",159,"Long Beach, CA" +472,23,239,"Portland, OR",239,"Portland, OR" +472,24,162,"Oakland, CA",162,"Oakland, CA" +472,25,159,"Long Beach, CA",159,"Long Beach, CA" +472,26,268,"Seattle, WA",268,"Seattle, WA" +472,27,159,"Long Beach, CA",159,"Long Beach, CA" +472,28,268,"Seattle, WA",268,"Seattle, WA" +472,29,268,"Seattle, WA",268,"Seattle, WA" +472,30,159,"Long Beach, CA",159,"Long Beach, CA" +472,31,159,"Long Beach, CA",159,"Long Beach, CA" +472,32,239,"Portland, OR",239,"Portland, OR" +472,33,159,"Long Beach, CA",159,"Long Beach, CA" +472,34,159,"Long Beach, CA",159,"Long Beach, CA" +472,35,159,"Long Beach, CA",159,"Long Beach, CA" +472,36,159,"Long Beach, CA",159,"Long Beach, CA" +472,37,162,"Oakland, CA",162,"Oakland, CA" +472,38,269,"Longview, WA",269,"Longview, WA" +472,39,159,"Long Beach, CA",159,"Long Beach, CA" +472,40,159,"Long Beach, CA",159,"Long Beach, CA" +472,41,239,"Portland, OR",239,"Portland, OR" +472,42,162,"Oakland, CA",162,"Oakland, CA" +472,43,159,"Long Beach, CA",159,"Long Beach, CA" +472,44,268,"Seattle, WA",268,"Seattle, WA" +472,45,268,"Seattle, WA",268,"Seattle, WA" +472,46,162,"Oakland, CA",162,"Oakland, CA" +472,47,162,"Oakland, CA",162,"Oakland, CA" +472,48,239,"Portland, OR",239,"Portland, OR" +472,49,159,"Long Beach, CA",159,"Long Beach, CA" +472,50,159,"Long Beach, CA",159,"Long Beach, CA" +472,51,162,"Oakland, CA",162,"Oakland, CA" +472,52,159,"Long Beach, CA",159,"Long Beach, CA" +472,53,159,"Long Beach, CA",159,"Long Beach, CA" +472,54,159,"Long Beach, CA",159,"Long Beach, CA" +472,55,268,"Seattle, WA",268,"Seattle, WA" +472,56,159,"Long Beach, CA",159,"Long Beach, CA" +472,57,159,"Long Beach, CA",159,"Long Beach, CA" +472,58,159,"Long Beach, CA",159,"Long Beach, CA" +472,59,162,"Oakland, CA",162,"Oakland, CA" +472,60,159,"Long Beach, CA",159,"Long Beach, CA" +472,61,162,"Oakland, CA",162,"Oakland, CA" +472,62,159,"Long Beach, CA",159,"Long Beach, CA" +472,63,159,"Long Beach, CA",159,"Long Beach, CA" +472,64,159,"Long Beach, CA",159,"Long Beach, CA" +472,65,159,"Long Beach, CA",159,"Long Beach, CA" +472,66,159,"Long Beach, CA",159,"Long Beach, CA" +472,67,268,"Seattle, WA",268,"Seattle, WA" +472,68,159,"Long Beach, CA",159,"Long Beach, CA" +472,69,268,"Seattle, WA",268,"Seattle, WA" +472,70,159,"Long Beach, CA",159,"Long Beach, CA" +472,71,159,"Long Beach, CA",159,"Long Beach, CA" +472,72,268,"Seattle, WA",268,"Seattle, WA" +472,73,159,"Long Beach, CA",159,"Long Beach, CA" +472,74,159,"Long Beach, CA",159,"Long Beach, CA" +472,75,159,"Long Beach, CA",159,"Long Beach, CA" +472,76,162,"Oakland, CA",162,"Oakland, CA" +472,77,159,"Long Beach, CA",159,"Long Beach, CA" +472,78,159,"Long Beach, CA",159,"Long Beach, CA" +472,79,159,"Long Beach, CA",159,"Long Beach, CA" +472,80,268,"Seattle, WA",268,"Seattle, WA" +472,81,159,"Long Beach, CA",159,"Long Beach, CA" +472,82,159,"Long Beach, CA",159,"Long Beach, CA" +472,83,159,"Long Beach, CA",159,"Long Beach, CA" +472,84,268,"Seattle, WA",268,"Seattle, WA" +472,85,239,"Portland, OR",239,"Portland, OR" +472,86,268,"Seattle, WA",268,"Seattle, WA" +472,87,159,"Long Beach, CA",159,"Long Beach, CA" +472,88,159,"Long Beach, CA",159,"Long Beach, CA" +472,89,239,"Portland, OR",239,"Portland, OR" +472,90,159,"Long Beach, CA",159,"Long Beach, CA" +472,91,268,"Seattle, WA",268,"Seattle, WA" +472,92,159,"Long Beach, CA",159,"Long Beach, CA" +472,93,162,"Oakland, CA",162,"Oakland, CA" +472,94,239,"Portland, OR",239,"Portland, OR" +472,95,268,"Seattle, WA",268,"Seattle, WA" +472,96,162,"Oakland, CA",162,"Oakland, CA" +472,97,268,"Seattle, WA",268,"Seattle, WA" +472,98,268,"Seattle, WA",268,"Seattle, WA" +472,99,159,"Long Beach, CA",159,"Long Beach, CA" +472,100,269,"Longview, WA",269,"Longview, WA" +472,101,159,"Long Beach, CA",159,"Long Beach, CA" +472,102,159,"Long Beach, CA",159,"Long Beach, CA" +472,103,159,"Long Beach, CA",159,"Long Beach, CA" +472,104,162,"Oakland, CA",162,"Oakland, CA" +472,105,159,"Long Beach, CA",159,"Long Beach, CA" +472,106,269,"Longview, WA",269,"Longview, WA" +472,107,268,"Seattle, WA",268,"Seattle, WA" +472,108,159,"Long Beach, CA",159,"Long Beach, CA" +472,109,159,"Long Beach, CA",159,"Long Beach, CA" +472,110,159,"Long Beach, CA",159,"Long Beach, CA" +472,111,239,"Portland, OR",239,"Portland, OR" +472,112,159,"Long Beach, CA",159,"Long Beach, CA" +472,113,159,"Long Beach, CA",159,"Long Beach, CA" +472,114,159,"Long Beach, CA",159,"Long Beach, CA" +472,115,239,"Portland, OR",239,"Portland, OR" +472,116,159,"Long Beach, CA",159,"Long Beach, CA" +472,117,159,"Long Beach, CA",159,"Long Beach, CA" +472,118,268,"Seattle, WA",268,"Seattle, WA" +472,119,162,"Oakland, CA",162,"Oakland, CA" +472,120,269,"Longview, WA",269,"Longview, WA" +472,121,159,"Long Beach, CA",159,"Long Beach, CA" +472,122,269,"Longview, WA",269,"Longview, WA" +472,123,159,"Long Beach, CA",159,"Long Beach, CA" +472,124,159,"Long Beach, CA",159,"Long Beach, CA" +472,125,159,"Long Beach, CA",159,"Long Beach, CA" +472,126,159,"Long Beach, CA",159,"Long Beach, CA" +472,127,268,"Seattle, WA",268,"Seattle, WA" +472,128,159,"Long Beach, CA",159,"Long Beach, CA" +472,129,268,"Seattle, WA",268,"Seattle, WA" +472,130,159,"Long Beach, CA",159,"Long Beach, CA" +472,131,159,"Long Beach, CA",159,"Long Beach, CA" +472,132,269,"Longview, WA",269,"Longview, WA" +472,151,268,"Seattle, WA",159,"Long Beach, CA" +472,152,159,"Long Beach, CA",268,"Seattle, WA" +472,153,159,"Long Beach, CA",159,"Long Beach, CA" +472,154,154,"Anchorage, AK",154,"Anchorage, AK" +472,155,268,"Seattle, WA",162,"Oakland, CA" +472,156,269,"Longview, WA",162,"Oakland, CA" +472,157,159,"Long Beach, CA",159,"Long Beach, CA" +472,158,159,"Long Beach, CA",239,"Portland, OR" +472,159,268,"Seattle, WA",159,"Long Beach, CA" +472,160,268,"Seattle, WA",239,"Portland, OR" +472,161,159,"Long Beach, CA",159,"Long Beach, CA" +472,162,159,"Long Beach, CA",159,"Long Beach, CA" +472,163,159,"Long Beach, CA",159,"Long Beach, CA" +472,164,159,"Long Beach, CA",162,"Oakland, CA" +472,165,162,"Oakland, CA",269,"Longview, WA" +472,166,268,"Seattle, WA",159,"Long Beach, CA" +472,167,159,"Long Beach, CA",162,"Oakland, CA" +472,168,159,"Long Beach, CA",159,"Long Beach, CA" +472,169,159,"Long Beach, CA",159,"Long Beach, CA" +472,170,268,"Seattle, WA",159,"Long Beach, CA" +472,171,159,"Long Beach, CA",268,"Seattle, WA" +472,172,239,"Portland, OR",239,"Portland, OR" +472,173,268,"Seattle, WA",159,"Long Beach, CA" +472,174,268,"Seattle, WA",159,"Long Beach, CA" +472,175,159,"Long Beach, CA",159,"Long Beach, CA" +472,176,268,"Seattle, WA",268,"Seattle, WA" +472,177,159,"Long Beach, CA",159,"Long Beach, CA" +472,178,159,"Long Beach, CA",159,"Long Beach, CA" +472,179,179,"Honolulu, HI",179,"Honolulu, HI" +472,180,179,"Honolulu, HI",179,"Honolulu, HI" +472,181,268,"Seattle, WA",269,"Longview, WA" +472,183,159,"Long Beach, CA",159,"Long Beach, CA" +472,184,159,"Long Beach, CA",159,"Long Beach, CA" +472,185,159,"Long Beach, CA",159,"Long Beach, CA" +472,186,159,"Long Beach, CA",159,"Long Beach, CA" +472,187,268,"Seattle, WA",268,"Seattle, WA" +472,188,159,"Long Beach, CA",159,"Long Beach, CA" +472,189,159,"Long Beach, CA",159,"Long Beach, CA" +472,190,159,"Long Beach, CA",159,"Long Beach, CA" +472,191,159,"Long Beach, CA",159,"Long Beach, CA" +472,192,159,"Long Beach, CA",159,"Long Beach, CA" +472,193,159,"Long Beach, CA",269,"Longview, WA" +472,194,159,"Long Beach, CA",159,"Long Beach, CA" +472,195,159,"Long Beach, CA",159,"Long Beach, CA" +472,196,268,"Seattle, WA",159,"Long Beach, CA" +472,197,159,"Long Beach, CA",159,"Long Beach, CA" +472,198,162,"Oakland, CA",159,"Long Beach, CA" +472,199,268,"Seattle, WA",268,"Seattle, WA" +472,200,268,"Seattle, WA",239,"Portland, OR" +472,201,159,"Long Beach, CA",159,"Long Beach, CA" +472,202,239,"Portland, OR",159,"Long Beach, CA" +472,203,159,"Long Beach, CA",159,"Long Beach, CA" +472,204,268,"Seattle, WA",159,"Long Beach, CA" +472,205,159,"Long Beach, CA",268,"Seattle, WA" +472,206,162,"Oakland, CA",268,"Seattle, WA" +472,207,269,"Longview, WA",159,"Long Beach, CA" +472,208,162,"Oakland, CA",159,"Long Beach, CA" +472,209,159,"Long Beach, CA",268,"Seattle, WA" +472,210,268,"Seattle, WA",159,"Long Beach, CA" +472,211,268,"Seattle, WA",159,"Long Beach, CA" +472,212,159,"Long Beach, CA",159,"Long Beach, CA" +472,213,268,"Seattle, WA",159,"Long Beach, CA" +472,214,159,"Long Beach, CA",269,"Longview, WA" +472,215,239,"Portland, OR",269,"Longview, WA" +472,216,268,"Seattle, WA",268,"Seattle, WA" +472,217,159,"Long Beach, CA",159,"Long Beach, CA" +472,218,269,"Longview, WA",268,"Seattle, WA" +472,219,268,"Seattle, WA",159,"Long Beach, CA" +472,220,159,"Long Beach, CA",268,"Seattle, WA" +472,221,162,"Oakland, CA",159,"Long Beach, CA" +472,222,159,"Long Beach, CA",159,"Long Beach, CA" +472,223,159,"Long Beach, CA",268,"Seattle, WA" +472,224,162,"Oakland, CA",159,"Long Beach, CA" +472,225,159,"Long Beach, CA",159,"Long Beach, CA" +472,226,159,"Long Beach, CA",159,"Long Beach, CA" +472,227,159,"Long Beach, CA",162,"Oakland, CA" +472,228,159,"Long Beach, CA",268,"Seattle, WA" +472,229,162,"Oakland, CA",159,"Long Beach, CA" +472,230,268,"Seattle, WA",268,"Seattle, WA" +472,231,159,"Long Beach, CA",159,"Long Beach, CA" +472,232,159,"Long Beach, CA",159,"Long Beach, CA" +472,233,159,"Long Beach, CA",159,"Long Beach, CA" +472,234,268,"Seattle, WA",159,"Long Beach, CA" +472,235,268,"Seattle, WA",268,"Seattle, WA" +472,236,162,"Oakland, CA",159,"Long Beach, CA" +472,237,162,"Oakland, CA",159,"Long Beach, CA" +472,238,159,"Long Beach, CA",268,"Seattle, WA" +472,239,268,"Seattle, WA",162,"Oakland, CA" +472,240,159,"Long Beach, CA",159,"Long Beach, CA" +472,241,159,"Long Beach, CA",159,"Long Beach, CA" +472,242,268,"Seattle, WA",159,"Long Beach, CA" +472,243,159,"Long Beach, CA",268,"Seattle, WA" +472,244,162,"Oakland, CA",159,"Long Beach, CA" +472,245,159,"Long Beach, CA",159,"Long Beach, CA" +472,246,159,"Long Beach, CA",159,"Long Beach, CA" +472,247,239,"Portland, OR",162,"Oakland, CA" +472,248,159,"Long Beach, CA",268,"Seattle, WA" +472,249,159,"Long Beach, CA",159,"Long Beach, CA" +472,250,159,"Long Beach, CA",269,"Longview, WA" +472,251,159,"Long Beach, CA",159,"Long Beach, CA" +472,252,239,"Portland, OR",162,"Oakland, CA" +472,253,159,"Long Beach, CA",159,"Long Beach, CA" +472,254,159,"Long Beach, CA",268,"Seattle, WA" +472,255,268,"Seattle, WA",162,"Oakland, CA" +472,256,159,"Long Beach, CA",159,"Long Beach, CA" +472,257,159,"Long Beach, CA",268,"Seattle, WA" +472,258,162,"Oakland, CA",268,"Seattle, WA" +472,259,159,"Long Beach, CA",268,"Seattle, WA" +472,260,268,"Seattle, WA",159,"Long Beach, CA" +472,261,159,"Long Beach, CA",159,"Long Beach, CA" +472,262,162,"Oakland, CA",162,"Oakland, CA" +472,263,159,"Long Beach, CA",159,"Long Beach, CA" +472,264,159,"Long Beach, CA",239,"Portland, OR" +472,265,162,"Oakland, CA",162,"Oakland, CA" +472,266,159,"Long Beach, CA",159,"Long Beach, CA" +472,267,159,"Long Beach, CA",159,"Long Beach, CA" +472,268,162,"Oakland, CA",159,"Long Beach, CA" +472,269,159,"Long Beach, CA",159,"Long Beach, CA" +472,270,162,"Oakland, CA",162,"Oakland, CA" +472,271,159,"Long Beach, CA",162,"Oakland, CA" +472,272,159,"Long Beach, CA",159,"Long Beach, CA" +472,273,159,"Long Beach, CA",268,"Seattle, WA" +473,1,162,"Oakland, CA",162,"Oakland, CA" +473,2,159,"Long Beach, CA",159,"Long Beach, CA" +473,3,268,"Seattle, WA",268,"Seattle, WA" +473,4,162,"Oakland, CA",162,"Oakland, CA" +473,5,159,"Long Beach, CA",159,"Long Beach, CA" +473,6,162,"Oakland, CA",162,"Oakland, CA" +473,7,159,"Long Beach, CA",159,"Long Beach, CA" +473,8,159,"Long Beach, CA",159,"Long Beach, CA" +473,9,268,"Seattle, WA",268,"Seattle, WA" +473,10,159,"Long Beach, CA",159,"Long Beach, CA" +473,11,159,"Long Beach, CA",159,"Long Beach, CA" +473,12,239,"Portland, OR",239,"Portland, OR" +473,13,159,"Long Beach, CA",159,"Long Beach, CA" +473,14,159,"Long Beach, CA",159,"Long Beach, CA" +473,15,159,"Long Beach, CA",159,"Long Beach, CA" +473,16,239,"Portland, OR",239,"Portland, OR" +473,17,159,"Long Beach, CA",159,"Long Beach, CA" +473,18,159,"Long Beach, CA",159,"Long Beach, CA" +473,19,162,"Oakland, CA",162,"Oakland, CA" +473,20,159,"Long Beach, CA",159,"Long Beach, CA" +473,21,159,"Long Beach, CA",159,"Long Beach, CA" +473,22,268,"Seattle, WA",268,"Seattle, WA" +473,23,159,"Long Beach, CA",159,"Long Beach, CA" +473,24,159,"Long Beach, CA",159,"Long Beach, CA" +473,25,159,"Long Beach, CA",159,"Long Beach, CA" +473,26,239,"Portland, OR",239,"Portland, OR" +473,27,162,"Oakland, CA",162,"Oakland, CA" +473,28,268,"Seattle, WA",268,"Seattle, WA" +473,29,159,"Long Beach, CA",159,"Long Beach, CA" +473,30,159,"Long Beach, CA",159,"Long Beach, CA" +473,31,268,"Seattle, WA",268,"Seattle, WA" +473,32,159,"Long Beach, CA",159,"Long Beach, CA" +473,33,162,"Oakland, CA",162,"Oakland, CA" +473,34,159,"Long Beach, CA",159,"Long Beach, CA" +473,35,162,"Oakland, CA",162,"Oakland, CA" +473,36,162,"Oakland, CA",162,"Oakland, CA" +473,37,159,"Long Beach, CA",159,"Long Beach, CA" +473,38,159,"Long Beach, CA",159,"Long Beach, CA" +473,39,159,"Long Beach, CA",159,"Long Beach, CA" +473,40,268,"Seattle, WA",268,"Seattle, WA" +473,41,159,"Long Beach, CA",159,"Long Beach, CA" +473,42,159,"Long Beach, CA",159,"Long Beach, CA" +473,43,269,"Longview, WA",269,"Longview, WA" +473,44,159,"Long Beach, CA",159,"Long Beach, CA" +473,45,239,"Portland, OR",239,"Portland, OR" +473,46,159,"Long Beach, CA",159,"Long Beach, CA" +473,47,159,"Long Beach, CA",159,"Long Beach, CA" +473,48,159,"Long Beach, CA",159,"Long Beach, CA" +473,49,162,"Oakland, CA",162,"Oakland, CA" +473,50,159,"Long Beach, CA",159,"Long Beach, CA" +473,51,159,"Long Beach, CA",159,"Long Beach, CA" +473,52,159,"Long Beach, CA",159,"Long Beach, CA" +473,53,162,"Oakland, CA",162,"Oakland, CA" +473,54,268,"Seattle, WA",268,"Seattle, WA" +473,55,159,"Long Beach, CA",159,"Long Beach, CA" +473,56,159,"Long Beach, CA",159,"Long Beach, CA" +473,57,268,"Seattle, WA",268,"Seattle, WA" +473,58,159,"Long Beach, CA",159,"Long Beach, CA" +473,59,239,"Portland, OR",239,"Portland, OR" +473,60,159,"Long Beach, CA",159,"Long Beach, CA" +473,61,268,"Seattle, WA",268,"Seattle, WA" +473,62,159,"Long Beach, CA",159,"Long Beach, CA" +473,63,268,"Seattle, WA",268,"Seattle, WA" +473,64,162,"Oakland, CA",162,"Oakland, CA" +473,65,162,"Oakland, CA",162,"Oakland, CA" +473,66,159,"Long Beach, CA",159,"Long Beach, CA" +473,67,239,"Portland, OR",239,"Portland, OR" +473,68,159,"Long Beach, CA",159,"Long Beach, CA" +473,69,162,"Oakland, CA",162,"Oakland, CA" +473,70,159,"Long Beach, CA",159,"Long Beach, CA" +473,71,159,"Long Beach, CA",159,"Long Beach, CA" +473,72,162,"Oakland, CA",162,"Oakland, CA" +473,73,239,"Portland, OR",239,"Portland, OR" +473,74,268,"Seattle, WA",268,"Seattle, WA" +473,75,159,"Long Beach, CA",159,"Long Beach, CA" +473,76,159,"Long Beach, CA",159,"Long Beach, CA" +473,77,159,"Long Beach, CA",159,"Long Beach, CA" +473,78,159,"Long Beach, CA",159,"Long Beach, CA" +473,79,159,"Long Beach, CA",159,"Long Beach, CA" +473,80,159,"Long Beach, CA",159,"Long Beach, CA" +473,81,162,"Oakland, CA",162,"Oakland, CA" +473,82,159,"Long Beach, CA",159,"Long Beach, CA" +473,83,159,"Long Beach, CA",159,"Long Beach, CA" +473,84,159,"Long Beach, CA",159,"Long Beach, CA" +473,85,162,"Oakland, CA",162,"Oakland, CA" +473,86,159,"Long Beach, CA",159,"Long Beach, CA" +473,87,159,"Long Beach, CA",159,"Long Beach, CA" +473,88,159,"Long Beach, CA",159,"Long Beach, CA" +473,89,268,"Seattle, WA",268,"Seattle, WA" +473,90,159,"Long Beach, CA",159,"Long Beach, CA" +473,91,239,"Portland, OR",239,"Portland, OR" +473,92,162,"Oakland, CA",162,"Oakland, CA" +473,93,268,"Seattle, WA",268,"Seattle, WA" +473,94,159,"Long Beach, CA",159,"Long Beach, CA" +473,95,159,"Long Beach, CA",159,"Long Beach, CA" +473,96,159,"Long Beach, CA",159,"Long Beach, CA" +473,97,162,"Oakland, CA",162,"Oakland, CA" +473,98,268,"Seattle, WA",268,"Seattle, WA" +473,99,162,"Oakland, CA",162,"Oakland, CA" +473,100,159,"Long Beach, CA",159,"Long Beach, CA" +473,101,159,"Long Beach, CA",159,"Long Beach, CA" +473,102,159,"Long Beach, CA",159,"Long Beach, CA" +473,103,159,"Long Beach, CA",159,"Long Beach, CA" +473,104,159,"Long Beach, CA",159,"Long Beach, CA" +473,105,159,"Long Beach, CA",159,"Long Beach, CA" +473,106,159,"Long Beach, CA",159,"Long Beach, CA" +473,107,162,"Oakland, CA",162,"Oakland, CA" +473,108,268,"Seattle, WA",268,"Seattle, WA" +473,109,159,"Long Beach, CA",159,"Long Beach, CA" +473,110,159,"Long Beach, CA",159,"Long Beach, CA" +473,111,268,"Seattle, WA",268,"Seattle, WA" +473,112,159,"Long Beach, CA",159,"Long Beach, CA" +473,113,159,"Long Beach, CA",159,"Long Beach, CA" +473,114,159,"Long Beach, CA",159,"Long Beach, CA" +473,115,268,"Seattle, WA",268,"Seattle, WA" +473,116,159,"Long Beach, CA",159,"Long Beach, CA" +473,117,159,"Long Beach, CA",159,"Long Beach, CA" +473,118,159,"Long Beach, CA",159,"Long Beach, CA" +473,119,162,"Oakland, CA",162,"Oakland, CA" +473,120,159,"Long Beach, CA",159,"Long Beach, CA" +473,121,159,"Long Beach, CA",159,"Long Beach, CA" +473,122,159,"Long Beach, CA",159,"Long Beach, CA" +473,123,269,"Longview, WA",269,"Longview, WA" +473,124,239,"Portland, OR",239,"Portland, OR" +473,125,159,"Long Beach, CA",159,"Long Beach, CA" +473,126,159,"Long Beach, CA",159,"Long Beach, CA" +473,127,159,"Long Beach, CA",159,"Long Beach, CA" +473,128,268,"Seattle, WA",268,"Seattle, WA" +473,129,159,"Long Beach, CA",159,"Long Beach, CA" +473,130,159,"Long Beach, CA",159,"Long Beach, CA" +473,131,159,"Long Beach, CA",159,"Long Beach, CA" +473,132,159,"Long Beach, CA",159,"Long Beach, CA" +473,151,162,"Oakland, CA",162,"Oakland, CA" +473,152,268,"Seattle, WA",159,"Long Beach, CA" +473,153,162,"Oakland, CA",268,"Seattle, WA" +473,154,154,"Anchorage, AK",154,"Anchorage, AK" +473,155,159,"Long Beach, CA",239,"Portland, OR" +473,156,269,"Longview, WA",162,"Oakland, CA" +473,157,159,"Long Beach, CA",268,"Seattle, WA" +473,158,162,"Oakland, CA",159,"Long Beach, CA" +473,159,159,"Long Beach, CA",162,"Oakland, CA" +473,160,159,"Long Beach, CA",268,"Seattle, WA" +473,161,268,"Seattle, WA",268,"Seattle, WA" +473,162,239,"Portland, OR",268,"Seattle, WA" +473,163,159,"Long Beach, CA",159,"Long Beach, CA" +473,164,268,"Seattle, WA",268,"Seattle, WA" +473,165,268,"Seattle, WA",159,"Long Beach, CA" +473,166,268,"Seattle, WA",269,"Longview, WA" +473,167,159,"Long Beach, CA",159,"Long Beach, CA" +473,168,162,"Oakland, CA",159,"Long Beach, CA" +473,169,159,"Long Beach, CA",268,"Seattle, WA" +473,170,159,"Long Beach, CA",159,"Long Beach, CA" +473,171,159,"Long Beach, CA",159,"Long Beach, CA" +473,172,159,"Long Beach, CA",159,"Long Beach, CA" +473,173,159,"Long Beach, CA",159,"Long Beach, CA" +473,174,159,"Long Beach, CA",162,"Oakland, CA" +473,175,159,"Long Beach, CA",268,"Seattle, WA" +473,176,159,"Long Beach, CA",268,"Seattle, WA" +473,177,159,"Long Beach, CA",159,"Long Beach, CA" +473,178,268,"Seattle, WA",159,"Long Beach, CA" +473,179,179,"Honolulu, HI",179,"Honolulu, HI" +473,180,179,"Honolulu, HI",179,"Honolulu, HI" +473,181,159,"Long Beach, CA",269,"Longview, WA" +473,183,162,"Oakland, CA",159,"Long Beach, CA" +473,184,159,"Long Beach, CA",159,"Long Beach, CA" +473,185,159,"Long Beach, CA",268,"Seattle, WA" +473,186,268,"Seattle, WA",159,"Long Beach, CA" +473,187,159,"Long Beach, CA",159,"Long Beach, CA" +473,188,269,"Longview, WA",159,"Long Beach, CA" +473,189,159,"Long Beach, CA",269,"Longview, WA" +473,190,159,"Long Beach, CA",268,"Seattle, WA" +473,191,159,"Long Beach, CA",159,"Long Beach, CA" +473,192,268,"Seattle, WA",159,"Long Beach, CA" +473,193,239,"Portland, OR",162,"Oakland, CA" +473,194,159,"Long Beach, CA",159,"Long Beach, CA" +473,195,268,"Seattle, WA",268,"Seattle, WA" +473,196,159,"Long Beach, CA",159,"Long Beach, CA" +473,197,268,"Seattle, WA",268,"Seattle, WA" +473,198,162,"Oakland, CA",239,"Portland, OR" +473,199,159,"Long Beach, CA",268,"Seattle, WA" +473,200,159,"Long Beach, CA",162,"Oakland, CA" +473,201,268,"Seattle, WA",159,"Long Beach, CA" +473,202,268,"Seattle, WA",159,"Long Beach, CA" +473,203,268,"Seattle, WA",269,"Longview, WA" +473,204,268,"Seattle, WA",268,"Seattle, WA" +473,205,159,"Long Beach, CA",162,"Oakland, CA" +473,206,239,"Portland, OR",159,"Long Beach, CA" +473,207,159,"Long Beach, CA",159,"Long Beach, CA" +473,208,269,"Longview, WA",159,"Long Beach, CA" +473,209,239,"Portland, OR",159,"Long Beach, CA" +473,210,159,"Long Beach, CA",159,"Long Beach, CA" +473,211,159,"Long Beach, CA",159,"Long Beach, CA" +473,212,159,"Long Beach, CA",268,"Seattle, WA" +473,213,159,"Long Beach, CA",162,"Oakland, CA" +473,214,159,"Long Beach, CA",162,"Oakland, CA" +473,215,159,"Long Beach, CA",159,"Long Beach, CA" +473,216,159,"Long Beach, CA",159,"Long Beach, CA" +473,217,159,"Long Beach, CA",159,"Long Beach, CA" +473,218,268,"Seattle, WA",159,"Long Beach, CA" +473,219,268,"Seattle, WA",159,"Long Beach, CA" +473,220,268,"Seattle, WA",268,"Seattle, WA" +473,221,239,"Portland, OR",268,"Seattle, WA" +473,222,162,"Oakland, CA",159,"Long Beach, CA" +473,223,162,"Oakland, CA",159,"Long Beach, CA" +473,224,239,"Portland, OR",159,"Long Beach, CA" +473,225,159,"Long Beach, CA",159,"Long Beach, CA" +473,226,159,"Long Beach, CA",268,"Seattle, WA" +473,227,162,"Oakland, CA",159,"Long Beach, CA" +473,228,159,"Long Beach, CA",159,"Long Beach, CA" +473,229,269,"Longview, WA",159,"Long Beach, CA" +473,230,268,"Seattle, WA",239,"Portland, OR" +473,231,159,"Long Beach, CA",159,"Long Beach, CA" +473,232,159,"Long Beach, CA",268,"Seattle, WA" +473,233,159,"Long Beach, CA",268,"Seattle, WA" +473,234,159,"Long Beach, CA",268,"Seattle, WA" +473,235,159,"Long Beach, CA",162,"Oakland, CA" +473,236,268,"Seattle, WA",268,"Seattle, WA" +473,237,159,"Long Beach, CA",159,"Long Beach, CA" +473,238,268,"Seattle, WA",268,"Seattle, WA" +473,239,159,"Long Beach, CA",159,"Long Beach, CA" +473,240,159,"Long Beach, CA",268,"Seattle, WA" +473,241,162,"Oakland, CA",159,"Long Beach, CA" +473,242,159,"Long Beach, CA",268,"Seattle, WA" +473,243,269,"Longview, WA",159,"Long Beach, CA" +473,244,162,"Oakland, CA",159,"Long Beach, CA" +473,245,159,"Long Beach, CA",159,"Long Beach, CA" +473,246,268,"Seattle, WA",159,"Long Beach, CA" +473,247,162,"Oakland, CA",268,"Seattle, WA" +473,248,268,"Seattle, WA",159,"Long Beach, CA" +473,249,162,"Oakland, CA",159,"Long Beach, CA" +473,250,268,"Seattle, WA",239,"Portland, OR" +473,251,268,"Seattle, WA",159,"Long Beach, CA" +473,252,159,"Long Beach, CA",159,"Long Beach, CA" +473,253,239,"Portland, OR",159,"Long Beach, CA" +473,254,268,"Seattle, WA",268,"Seattle, WA" +473,255,159,"Long Beach, CA",268,"Seattle, WA" +473,256,159,"Long Beach, CA",159,"Long Beach, CA" +473,257,159,"Long Beach, CA",159,"Long Beach, CA" +473,258,268,"Seattle, WA",162,"Oakland, CA" +473,259,159,"Long Beach, CA",159,"Long Beach, CA" +473,260,162,"Oakland, CA",159,"Long Beach, CA" +473,261,159,"Long Beach, CA",159,"Long Beach, CA" +473,262,162,"Oakland, CA",159,"Long Beach, CA" +473,263,159,"Long Beach, CA",268,"Seattle, WA" +473,264,159,"Long Beach, CA",162,"Oakland, CA" +473,265,159,"Long Beach, CA",268,"Seattle, WA" +473,266,159,"Long Beach, CA",159,"Long Beach, CA" +473,267,159,"Long Beach, CA",269,"Longview, WA" +473,268,268,"Seattle, WA",159,"Long Beach, CA" +473,269,269,"Longview, WA",159,"Long Beach, CA" +473,270,159,"Long Beach, CA",162,"Oakland, CA" +473,271,159,"Long Beach, CA",268,"Seattle, WA" +473,272,159,"Long Beach, CA",268,"Seattle, WA" +473,273,159,"Long Beach, CA",268,"Seattle, WA" +474,1,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,2,177,"Savannah, GA",177,"Savannah, GA" +474,3,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +474,4,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,5,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,6,174,"Tampa, FL",174,"Tampa, FL" +474,7,171,"Jacksonville, FL",171,"Jacksonville, FL" +474,8,177,"Savannah, GA",177,"Savannah, GA" +474,9,174,"Tampa, FL",174,"Tampa, FL" +474,10,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,11,171,"Jacksonville, FL",171,"Jacksonville, FL" +474,12,245,"Charleston, SC",245,"Charleston, SC" +474,13,171,"Jacksonville, FL",171,"Jacksonville, FL" +474,14,178,"Brunswick, GA",178,"Brunswick, GA" +474,15,245,"Charleston, SC",245,"Charleston, SC" +474,16,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,17,177,"Savannah, GA",177,"Savannah, GA" +474,18,174,"Tampa, FL",174,"Tampa, FL" +474,19,171,"Jacksonville, FL",171,"Jacksonville, FL" +474,20,177,"Savannah, GA",177,"Savannah, GA" +474,21,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,22,177,"Savannah, GA",177,"Savannah, GA" +474,23,171,"Jacksonville, FL",171,"Jacksonville, FL" +474,24,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +474,25,174,"Tampa, FL",174,"Tampa, FL" +474,26,177,"Savannah, GA",177,"Savannah, GA" +474,27,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,28,177,"Savannah, GA",177,"Savannah, GA" +474,29,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,30,241,"Philadelphia, PA",241,"Philadelphia, PA" +474,31,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,32,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,33,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,34,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,35,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,36,177,"Savannah, GA",177,"Savannah, GA" +474,37,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,38,171,"Jacksonville, FL",171,"Jacksonville, FL" +474,39,177,"Savannah, GA",177,"Savannah, GA" +474,40,171,"Jacksonville, FL",171,"Jacksonville, FL" +474,41,152,"Mobile, AL",152,"Mobile, AL" +474,42,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,43,171,"Jacksonville, FL",171,"Jacksonville, FL" +474,44,198,"Baltimore, MD",198,"Baltimore, MD" +474,45,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,46,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,47,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +474,48,174,"Tampa, FL",174,"Tampa, FL" +474,49,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,50,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,51,177,"Savannah, GA",177,"Savannah, GA" +474,52,177,"Savannah, GA",177,"Savannah, GA" +474,53,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,54,174,"Tampa, FL",174,"Tampa, FL" +474,55,177,"Savannah, GA",177,"Savannah, GA" +474,56,174,"Tampa, FL",174,"Tampa, FL" +474,57,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,58,245,"Charleston, SC",245,"Charleston, SC" +474,59,245,"Charleston, SC",245,"Charleston, SC" +474,60,177,"Savannah, GA",177,"Savannah, GA" +474,61,177,"Savannah, GA",177,"Savannah, GA" +474,62,229,"Wilmington, NC",229,"Wilmington, NC" +474,63,174,"Tampa, FL",174,"Tampa, FL" +474,64,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,65,177,"Savannah, GA",177,"Savannah, GA" +474,66,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,67,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,68,152,"Mobile, AL",152,"Mobile, AL" +474,69,177,"Savannah, GA",177,"Savannah, GA" +474,70,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,71,245,"Charleston, SC",245,"Charleston, SC" +474,72,245,"Charleston, SC",245,"Charleston, SC" +474,73,177,"Savannah, GA",177,"Savannah, GA" +474,74,174,"Tampa, FL",174,"Tampa, FL" +474,75,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,76,229,"Wilmington, NC",229,"Wilmington, NC" +474,77,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,78,177,"Savannah, GA",177,"Savannah, GA" +474,79,241,"Philadelphia, PA",241,"Philadelphia, PA" +474,80,174,"Tampa, FL",174,"Tampa, FL" +474,81,177,"Savannah, GA",177,"Savannah, GA" +474,82,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,83,177,"Savannah, GA",177,"Savannah, GA" +474,84,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,85,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,86,198,"Baltimore, MD",198,"Baltimore, MD" +474,87,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,88,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,89,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,90,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,91,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,92,245,"Charleston, SC",245,"Charleston, SC" +474,93,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,94,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,95,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,96,177,"Savannah, GA",177,"Savannah, GA" +474,97,169,"Wilmington, DE",169,"Wilmington, DE" +474,98,229,"Wilmington, NC",229,"Wilmington, NC" +474,99,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,100,245,"Charleston, SC",245,"Charleston, SC" +474,101,171,"Jacksonville, FL",171,"Jacksonville, FL" +474,102,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,103,171,"Jacksonville, FL",171,"Jacksonville, FL" +474,104,171,"Jacksonville, FL",171,"Jacksonville, FL" +474,105,174,"Tampa, FL",174,"Tampa, FL" +474,106,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,107,174,"Tampa, FL",174,"Tampa, FL" +474,108,245,"Charleston, SC",245,"Charleston, SC" +474,109,245,"Charleston, SC",245,"Charleston, SC" +474,110,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,111,229,"Wilmington, NC",229,"Wilmington, NC" +474,112,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,113,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,114,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,115,245,"Charleston, SC",245,"Charleston, SC" +474,116,174,"Tampa, FL",174,"Tampa, FL" +474,117,245,"Charleston, SC",245,"Charleston, SC" +474,118,171,"Jacksonville, FL",171,"Jacksonville, FL" +474,119,229,"Wilmington, NC",229,"Wilmington, NC" +474,120,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,121,177,"Savannah, GA",177,"Savannah, GA" +474,122,177,"Savannah, GA",177,"Savannah, GA" +474,123,171,"Jacksonville, FL",171,"Jacksonville, FL" +474,124,245,"Charleston, SC",245,"Charleston, SC" +474,125,245,"Charleston, SC",245,"Charleston, SC" +474,126,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,127,177,"Savannah, GA",177,"Savannah, GA" +474,128,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +474,129,174,"Tampa, FL",174,"Tampa, FL" +474,130,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,131,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,132,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,151,177,"Savannah, GA",152,"Mobile, AL" +474,152,172,"Port Everglades, FL",152,"Mobile, AL" +474,153,172,"Port Everglades, FL",174,"Tampa, FL" +474,154,154,"Anchorage, AK",154,"Anchorage, AK" +474,155,193,"Baton Rouge, LA",195,"New Orleans, LA" +474,156,172,"Port Everglades, FL",253,"Beaumont, TX" +474,157,265,"Norfolk Harbor, VA",245,"Charleston, SC" +474,158,172,"Port Everglades, FL",195,"New Orleans, LA" +474,159,195,"New Orleans, LA",195,"New Orleans, LA" +474,160,195,"New Orleans, LA",257,"Houston, TX" +474,161,253,"Beaumont, TX",253,"Beaumont, TX" +474,162,195,"New Orleans, LA",177,"Savannah, GA" +474,163,208,"Pascagoula, MS",245,"Charleston, SC" +474,164,152,"Mobile, AL",193,"Baton Rouge, LA" +474,165,265,"Norfolk Harbor, VA",195,"New Orleans, LA" +474,166,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +474,167,172,"Port Everglades, FL",217,"New York, NY and NJ" +474,168,265,"Norfolk Harbor, VA",201,"Boston, MA" +474,169,172,"Port Everglades, FL",198,"Baltimore, MD" +474,170,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +474,171,245,"Charleston, SC",245,"Charleston, SC" +474,172,177,"Savannah, GA",172,"Port Everglades, FL" +474,173,174,"Tampa, FL",172,"Port Everglades, FL" +474,174,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,175,172,"Port Everglades, FL",177,"Savannah, GA" +474,176,245,"Charleston, SC",245,"Charleston, SC" +474,177,177,"Savannah, GA",245,"Charleston, SC" +474,178,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,179,179,"Honolulu, HI",179,"Honolulu, HI" +474,180,179,"Honolulu, HI",179,"Honolulu, HI" +474,181,152,"Mobile, AL",253,"Beaumont, TX" +474,183,174,"Tampa, FL",177,"Savannah, GA" +474,184,245,"Charleston, SC",265,"Norfolk Harbor, VA" +474,185,171,"Jacksonville, FL",217,"New York, NY and NJ" +474,186,172,"Port Everglades, FL",177,"Savannah, GA" +474,187,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +474,188,245,"Charleston, SC",177,"Savannah, GA" +474,189,245,"Charleston, SC",245,"Charleston, SC" +474,190,177,"Savannah, GA",195,"New Orleans, LA" +474,191,174,"Tampa, FL",265,"Norfolk Harbor, VA" +474,192,245,"Charleston, SC",245,"Charleston, SC" +474,193,195,"New Orleans, LA",195,"New Orleans, LA" +474,194,195,"New Orleans, LA",177,"Savannah, GA" +474,195,195,"New Orleans, LA",177,"Savannah, GA" +474,196,177,"Savannah, GA",152,"Mobile, AL" +474,197,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +474,198,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +474,199,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +474,200,172,"Port Everglades, FL",174,"Tampa, FL" +474,201,172,"Port Everglades, FL",223,"New York, NY and NJ" +474,202,223,"New York, NY and NJ",241,"Philadelphia, PA" +474,203,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +474,204,177,"Savannah, GA",245,"Charleston, SC" +474,205,245,"Charleston, SC",265,"Norfolk Harbor, VA" +474,206,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +474,207,229,"Wilmington, NC",172,"Port Everglades, FL" +474,208,172,"Port Everglades, FL",193,"Baton Rouge, LA" +474,209,174,"Tampa, FL",195,"New Orleans, LA" +474,210,245,"Charleston, SC",152,"Mobile, AL" +474,211,177,"Savannah, GA",265,"Norfolk Harbor, VA" +474,212,171,"Jacksonville, FL",177,"Savannah, GA" +474,213,171,"Jacksonville, FL",177,"Savannah, GA" +474,214,177,"Savannah, GA",152,"Mobile, AL" +474,215,177,"Savannah, GA",257,"Houston, TX" +474,216,177,"Savannah, GA",223,"New York, NY and NJ" +474,217,245,"Charleston, SC",217,"New York, NY and NJ" +474,218,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,219,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +474,220,172,"Port Everglades, FL",177,"Savannah, GA" +474,221,171,"Jacksonville, FL",245,"Charleston, SC" +474,222,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +474,223,171,"Jacksonville, FL",217,"New York, NY and NJ" +474,224,229,"Wilmington, NC",265,"Norfolk Harbor, VA" +474,225,174,"Tampa, FL",223,"New York, NY and NJ" +474,226,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +474,227,177,"Savannah, GA",229,"Wilmington, NC" +474,228,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +474,229,177,"Savannah, GA",265,"Norfolk Harbor, VA" +474,230,245,"Charleston, SC",172,"Port Everglades, FL" +474,231,245,"Charleston, SC",169,"Wilmington, DE" +474,232,229,"Wilmington, NC",241,"Philadelphia, PA" +474,233,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +474,234,171,"Jacksonville, FL",245,"Charleston, SC" +474,235,169,"Wilmington, DE",198,"Baltimore, MD" +474,236,177,"Savannah, GA",152,"Mobile, AL" +474,237,177,"Savannah, GA",253,"Beaumont, TX" +474,238,172,"Port Everglades, FL",152,"Mobile, AL" +474,239,174,"Tampa, FL",194,"Lake Charles, LA" +474,240,198,"Baltimore, MD",195,"New Orleans, LA" +474,241,245,"Charleston, SC",265,"Norfolk Harbor, VA" +474,242,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +474,243,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,244,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +474,245,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,246,177,"Savannah, GA",245,"Charleston, SC" +474,247,177,"Savannah, GA",265,"Norfolk Harbor, VA" +474,248,172,"Port Everglades, FL",177,"Savannah, GA" +474,249,171,"Jacksonville, FL",245,"Charleston, SC" +474,250,177,"Savannah, GA",172,"Port Everglades, FL" +474,251,265,"Norfolk Harbor, VA",152,"Mobile, AL" +474,252,177,"Savannah, GA",257,"Houston, TX" +474,253,178,"Brunswick, GA",253,"Beaumont, TX" +474,254,172,"Port Everglades, FL",254,"Corpus Christi, TX" +474,255,177,"Savannah, GA",257,"Houston, TX" +474,256,174,"Tampa, FL",257,"Houston, TX" +474,257,174,"Tampa, FL",194,"Lake Charles, LA" +474,258,195,"New Orleans, LA",152,"Mobile, AL" +474,259,177,"Savannah, GA",174,"Tampa, FL" +474,260,245,"Charleston, SC",195,"New Orleans, LA" +474,261,265,"Norfolk Harbor, VA",257,"Houston, TX" +474,262,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +474,263,245,"Charleston, SC",244,"Providence, RI" +474,264,177,"Savannah, GA",265,"Norfolk Harbor, VA" +474,265,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,266,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +474,267,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,268,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +474,269,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +474,270,172,"Port Everglades, FL",178,"Brunswick, GA" +474,271,177,"Savannah, GA",172,"Port Everglades, FL" +474,272,172,"Port Everglades, FL",172,"Port Everglades, FL" +474,273,172,"Port Everglades, FL",177,"Savannah, GA" +475,1,217,"New York, NY and NJ",217,"New York, NY and NJ" +475,2,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,3,241,"Philadelphia, PA",241,"Philadelphia, PA" +475,4,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +475,5,197,"Portland, ME",197,"Portland, ME" +475,6,244,"Providence, RI",244,"Providence, RI" +475,7,217,"New York, NY and NJ",217,"New York, NY and NJ" +475,8,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +475,9,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +475,10,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,11,217,"New York, NY and NJ",217,"New York, NY and NJ" +475,12,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,13,217,"New York, NY and NJ",217,"New York, NY and NJ" +475,14,217,"New York, NY and NJ",217,"New York, NY and NJ" +475,15,217,"New York, NY and NJ",217,"New York, NY and NJ" +475,16,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,17,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +475,18,169,"Wilmington, DE",169,"Wilmington, DE" +475,19,198,"Baltimore, MD",198,"Baltimore, MD" +475,20,201,"Boston, MA",201,"Boston, MA" +475,21,217,"New York, NY and NJ",217,"New York, NY and NJ" +475,22,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,23,241,"Philadelphia, PA",241,"Philadelphia, PA" +475,24,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,25,217,"New York, NY and NJ",217,"New York, NY and NJ" +475,26,217,"New York, NY and NJ",217,"New York, NY and NJ" +475,27,244,"Providence, RI",244,"Providence, RI" +475,28,197,"Portland, ME",197,"Portland, ME" +475,29,241,"Philadelphia, PA",241,"Philadelphia, PA" +475,30,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +475,31,241,"Philadelphia, PA",241,"Philadelphia, PA" +475,32,169,"Wilmington, DE",169,"Wilmington, DE" +475,33,217,"New York, NY and NJ",217,"New York, NY and NJ" +475,34,217,"New York, NY and NJ",217,"New York, NY and NJ" +475,35,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +475,36,241,"Philadelphia, PA",241,"Philadelphia, PA" +475,37,217,"New York, NY and NJ",217,"New York, NY and NJ" +475,38,241,"Philadelphia, PA",241,"Philadelphia, PA" +475,39,201,"Boston, MA",201,"Boston, MA" +475,40,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,41,201,"Boston, MA",201,"Boston, MA" +475,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,43,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,44,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +475,45,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,46,241,"Philadelphia, PA",241,"Philadelphia, PA" +475,47,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +475,48,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,49,201,"Boston, MA",201,"Boston, MA" +475,50,217,"New York, NY and NJ",217,"New York, NY and NJ" +475,51,201,"Boston, MA",201,"Boston, MA" +475,52,201,"Boston, MA",201,"Boston, MA" +475,53,197,"Portland, ME",197,"Portland, ME" +475,54,198,"Baltimore, MD",198,"Baltimore, MD" +475,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,56,244,"Providence, RI",244,"Providence, RI" +475,57,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +475,58,197,"Portland, ME",197,"Portland, ME" +475,59,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,60,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,61,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,62,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +475,63,241,"Philadelphia, PA",241,"Philadelphia, PA" +475,64,197,"Portland, ME",197,"Portland, ME" +475,65,197,"Portland, ME",197,"Portland, ME" +475,66,244,"Providence, RI",244,"Providence, RI" +475,67,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +475,68,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,69,241,"Philadelphia, PA",241,"Philadelphia, PA" +475,70,217,"New York, NY and NJ",217,"New York, NY and NJ" +475,71,241,"Philadelphia, PA",241,"Philadelphia, PA" +475,72,217,"New York, NY and NJ",217,"New York, NY and NJ" +475,73,241,"Philadelphia, PA",241,"Philadelphia, PA" +475,74,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,75,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +475,76,241,"Philadelphia, PA",241,"Philadelphia, PA" +475,77,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,78,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +475,79,241,"Philadelphia, PA",241,"Philadelphia, PA" +475,80,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +475,81,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +475,82,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +475,83,217,"New York, NY and NJ",217,"New York, NY and NJ" +475,84,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,85,201,"Boston, MA",201,"Boston, MA" +475,86,198,"Baltimore, MD",198,"Baltimore, MD" +475,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,88,241,"Philadelphia, PA",241,"Philadelphia, PA" +475,89,201,"Boston, MA",201,"Boston, MA" +475,90,197,"Portland, ME",197,"Portland, ME" +475,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +475,93,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,94,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +475,95,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,96,169,"Wilmington, DE",169,"Wilmington, DE" +475,97,201,"Boston, MA",201,"Boston, MA" +475,98,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +475,99,201,"Boston, MA",201,"Boston, MA" +475,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,101,217,"New York, NY and NJ",217,"New York, NY and NJ" +475,102,244,"Providence, RI",244,"Providence, RI" +475,103,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +475,104,241,"Philadelphia, PA",241,"Philadelphia, PA" +475,105,198,"Baltimore, MD",198,"Baltimore, MD" +475,106,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,107,241,"Philadelphia, PA",241,"Philadelphia, PA" +475,108,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,109,241,"Philadelphia, PA",241,"Philadelphia, PA" +475,110,201,"Boston, MA",201,"Boston, MA" +475,111,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,112,217,"New York, NY and NJ",217,"New York, NY and NJ" +475,113,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,114,197,"Portland, ME",197,"Portland, ME" +475,115,197,"Portland, ME",197,"Portland, ME" +475,116,217,"New York, NY and NJ",217,"New York, NY and NJ" +475,117,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +475,118,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,119,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +475,120,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,121,198,"Baltimore, MD",198,"Baltimore, MD" +475,122,217,"New York, NY and NJ",217,"New York, NY and NJ" +475,123,201,"Boston, MA",201,"Boston, MA" +475,124,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +475,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,126,217,"New York, NY and NJ",217,"New York, NY and NJ" +475,127,197,"Portland, ME",197,"Portland, ME" +475,128,244,"Providence, RI",244,"Providence, RI" +475,129,217,"New York, NY and NJ",217,"New York, NY and NJ" +475,130,198,"Baltimore, MD",198,"Baltimore, MD" +475,131,244,"Providence, RI",244,"Providence, RI" +475,132,241,"Philadelphia, PA",241,"Philadelphia, PA" +475,151,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +475,152,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +475,153,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +475,154,154,"Anchorage, AK",154,"Anchorage, AK" +475,155,223,"New York, NY and NJ",241,"Philadelphia, PA" +475,156,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,157,245,"Charleston, SC",217,"New York, NY and NJ" +475,158,201,"Boston, MA",201,"Boston, MA" +475,159,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +475,160,217,"New York, NY and NJ",169,"Wilmington, DE" +475,161,201,"Boston, MA",201,"Boston, MA" +475,162,217,"New York, NY and NJ",223,"New York, NY and NJ" +475,163,217,"New York, NY and NJ",197,"Portland, ME" +475,164,218,"Camden-Gloucester, NJ",201,"Boston, MA" +475,165,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +475,166,217,"New York, NY and NJ",223,"New York, NY and NJ" +475,167,223,"New York, NY and NJ",217,"New York, NY and NJ" +475,168,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,169,218,"Camden-Gloucester, NJ",169,"Wilmington, DE" +475,170,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +475,171,241,"Philadelphia, PA",223,"New York, NY and NJ" +475,172,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +475,173,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +475,174,197,"Portland, ME",172,"Port Everglades, FL" +475,175,218,"Camden-Gloucester, NJ",171,"Jacksonville, FL" +475,176,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +475,177,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +475,178,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +475,179,179,"Honolulu, HI",179,"Honolulu, HI" +475,180,179,"Honolulu, HI",179,"Honolulu, HI" +475,181,217,"New York, NY and NJ",201,"Boston, MA" +475,183,223,"New York, NY and NJ",217,"New York, NY and NJ" +475,184,201,"Boston, MA",197,"Portland, ME" +475,185,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,186,169,"Wilmington, DE",218,"Camden-Gloucester, NJ" +475,187,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +475,188,217,"New York, NY and NJ",198,"Baltimore, MD" +475,189,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +475,190,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +475,191,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +475,192,223,"New York, NY and NJ",217,"New York, NY and NJ" +475,193,197,"Portland, ME",223,"New York, NY and NJ" +475,194,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +475,195,201,"Boston, MA",217,"New York, NY and NJ" +475,196,217,"New York, NY and NJ",201,"Boston, MA" +475,197,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,198,265,"Norfolk Harbor, VA",201,"Boston, MA" +475,199,265,"Norfolk Harbor, VA",201,"Boston, MA" +475,200,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +475,201,223,"New York, NY and NJ",198,"Baltimore, MD" +475,202,197,"Portland, ME",217,"New York, NY and NJ" +475,203,217,"New York, NY and NJ",241,"Philadelphia, PA" +475,204,223,"New York, NY and NJ",217,"New York, NY and NJ" +475,205,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +475,206,217,"New York, NY and NJ",201,"Boston, MA" +475,207,217,"New York, NY and NJ",241,"Philadelphia, PA" +475,208,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +475,209,217,"New York, NY and NJ",198,"Baltimore, MD" +475,210,223,"New York, NY and NJ",241,"Philadelphia, PA" +475,211,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +475,212,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +475,213,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,214,198,"Baltimore, MD",217,"New York, NY and NJ" +475,215,217,"New York, NY and NJ",244,"Providence, RI" +475,216,223,"New York, NY and NJ",217,"New York, NY and NJ" +475,217,223,"New York, NY and NJ",201,"Boston, MA" +475,218,265,"Norfolk Harbor, VA",197,"Portland, ME" +475,219,265,"Norfolk Harbor, VA",201,"Boston, MA" +475,220,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +475,221,223,"New York, NY and NJ",241,"Philadelphia, PA" +475,222,241,"Philadelphia, PA",244,"Providence, RI" +475,223,223,"New York, NY and NJ",217,"New York, NY and NJ" +475,224,201,"Boston, MA",223,"New York, NY and NJ" +475,225,197,"Portland, ME",223,"New York, NY and NJ" +475,226,244,"Providence, RI",245,"Charleston, SC" +475,227,223,"New York, NY and NJ",198,"Baltimore, MD" +475,228,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +475,229,201,"Boston, MA",217,"New York, NY and NJ" +475,230,197,"Portland, ME",223,"New York, NY and NJ" +475,231,197,"Portland, ME",241,"Philadelphia, PA" +475,232,265,"Norfolk Harbor, VA",244,"Providence, RI" +475,233,241,"Philadelphia, PA",198,"Baltimore, MD" +475,234,241,"Philadelphia, PA",223,"New York, NY and NJ" +475,235,197,"Portland, ME",241,"Philadelphia, PA" +475,236,217,"New York, NY and NJ",169,"Wilmington, DE" +475,237,201,"Boston, MA",265,"Norfolk Harbor, VA" +475,238,217,"New York, NY and NJ",223,"New York, NY and NJ" +475,239,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +475,240,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +475,241,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +475,242,223,"New York, NY and NJ",217,"New York, NY and NJ" +475,243,217,"New York, NY and NJ",244,"Providence, RI" +475,244,218,"Camden-Gloucester, NJ",201,"Boston, MA" +475,245,223,"New York, NY and NJ",217,"New York, NY and NJ" +475,246,217,"New York, NY and NJ",197,"Portland, ME" +475,247,197,"Portland, ME",198,"Baltimore, MD" +475,248,223,"New York, NY and NJ",217,"New York, NY and NJ" +475,249,198,"Baltimore, MD",198,"Baltimore, MD" +475,250,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +475,251,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +475,252,217,"New York, NY and NJ",198,"Baltimore, MD" +475,253,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +475,254,217,"New York, NY and NJ",244,"Providence, RI" +475,255,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +475,256,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,257,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +475,258,223,"New York, NY and NJ",177,"Savannah, GA" +475,259,201,"Boston, MA",177,"Savannah, GA" +475,260,217,"New York, NY and NJ",208,"Pascagoula, MS" +475,261,201,"Boston, MA",265,"Norfolk Harbor, VA" +475,262,241,"Philadelphia, PA",223,"New York, NY and NJ" +475,263,217,"New York, NY and NJ",201,"Boston, MA" +475,264,241,"Philadelphia, PA",197,"Portland, ME" +475,265,217,"New York, NY and NJ",201,"Boston, MA" +475,266,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,267,197,"Portland, ME",265,"Norfolk Harbor, VA" +475,268,223,"New York, NY and NJ",244,"Providence, RI" +475,269,223,"New York, NY and NJ",201,"Boston, MA" +475,270,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,271,223,"New York, NY and NJ",223,"New York, NY and NJ" +475,272,197,"Portland, ME",217,"New York, NY and NJ" +475,273,198,"Baltimore, MD",223,"New York, NY and NJ" +476,1,159,"Long Beach, CA",159,"Long Beach, CA" +476,2,268,"Seattle, WA",268,"Seattle, WA" +476,3,162,"Oakland, CA",162,"Oakland, CA" +476,4,268,"Seattle, WA",268,"Seattle, WA" +476,5,162,"Oakland, CA",162,"Oakland, CA" +476,6,268,"Seattle, WA",268,"Seattle, WA" +476,7,162,"Oakland, CA",162,"Oakland, CA" +476,8,268,"Seattle, WA",268,"Seattle, WA" +476,9,159,"Long Beach, CA",159,"Long Beach, CA" +476,10,159,"Long Beach, CA",159,"Long Beach, CA" +476,11,159,"Long Beach, CA",159,"Long Beach, CA" +476,12,268,"Seattle, WA",268,"Seattle, WA" +476,13,162,"Oakland, CA",162,"Oakland, CA" +476,14,268,"Seattle, WA",268,"Seattle, WA" +476,15,162,"Oakland, CA",162,"Oakland, CA" +476,16,268,"Seattle, WA",268,"Seattle, WA" +476,17,159,"Long Beach, CA",159,"Long Beach, CA" +476,18,268,"Seattle, WA",268,"Seattle, WA" +476,19,268,"Seattle, WA",268,"Seattle, WA" +476,20,239,"Portland, OR",239,"Portland, OR" +476,21,239,"Portland, OR",239,"Portland, OR" +476,22,159,"Long Beach, CA",159,"Long Beach, CA" +476,23,269,"Longview, WA",269,"Longview, WA" +476,24,268,"Seattle, WA",268,"Seattle, WA" +476,25,159,"Long Beach, CA",159,"Long Beach, CA" +476,26,159,"Long Beach, CA",159,"Long Beach, CA" +476,27,268,"Seattle, WA",268,"Seattle, WA" +476,28,159,"Long Beach, CA",159,"Long Beach, CA" +476,29,159,"Long Beach, CA",159,"Long Beach, CA" +476,30,159,"Long Beach, CA",159,"Long Beach, CA" +476,31,268,"Seattle, WA",268,"Seattle, WA" +476,32,159,"Long Beach, CA",159,"Long Beach, CA" +476,33,268,"Seattle, WA",268,"Seattle, WA" +476,34,162,"Oakland, CA",162,"Oakland, CA" +476,35,162,"Oakland, CA",162,"Oakland, CA" +476,36,239,"Portland, OR",239,"Portland, OR" +476,37,162,"Oakland, CA",162,"Oakland, CA" +476,38,268,"Seattle, WA",268,"Seattle, WA" +476,39,268,"Seattle, WA",268,"Seattle, WA" +476,40,159,"Long Beach, CA",159,"Long Beach, CA" +476,41,162,"Oakland, CA",162,"Oakland, CA" +476,42,239,"Portland, OR",239,"Portland, OR" +476,43,159,"Long Beach, CA",159,"Long Beach, CA" +476,44,162,"Oakland, CA",162,"Oakland, CA" +476,45,159,"Long Beach, CA",159,"Long Beach, CA" +476,46,162,"Oakland, CA",162,"Oakland, CA" +476,47,159,"Long Beach, CA",159,"Long Beach, CA" +476,48,159,"Long Beach, CA",159,"Long Beach, CA" +476,49,268,"Seattle, WA",268,"Seattle, WA" +476,50,162,"Oakland, CA",162,"Oakland, CA" +476,51,159,"Long Beach, CA",159,"Long Beach, CA" +476,52,159,"Long Beach, CA",159,"Long Beach, CA" +476,53,268,"Seattle, WA",268,"Seattle, WA" +476,54,268,"Seattle, WA",268,"Seattle, WA" +476,55,159,"Long Beach, CA",159,"Long Beach, CA" +476,56,159,"Long Beach, CA",159,"Long Beach, CA" +476,57,268,"Seattle, WA",268,"Seattle, WA" +476,58,159,"Long Beach, CA",159,"Long Beach, CA" +476,59,159,"Long Beach, CA",159,"Long Beach, CA" +476,60,159,"Long Beach, CA",159,"Long Beach, CA" +476,61,159,"Long Beach, CA",159,"Long Beach, CA" +476,62,159,"Long Beach, CA",159,"Long Beach, CA" +476,63,159,"Long Beach, CA",159,"Long Beach, CA" +476,64,159,"Long Beach, CA",159,"Long Beach, CA" +476,65,159,"Long Beach, CA",159,"Long Beach, CA" +476,66,159,"Long Beach, CA",159,"Long Beach, CA" +476,67,268,"Seattle, WA",268,"Seattle, WA" +476,68,159,"Long Beach, CA",159,"Long Beach, CA" +476,69,159,"Long Beach, CA",159,"Long Beach, CA" +476,70,159,"Long Beach, CA",159,"Long Beach, CA" +476,71,268,"Seattle, WA",268,"Seattle, WA" +476,72,159,"Long Beach, CA",159,"Long Beach, CA" +476,73,162,"Oakland, CA",162,"Oakland, CA" +476,74,159,"Long Beach, CA",159,"Long Beach, CA" +476,75,162,"Oakland, CA",162,"Oakland, CA" +476,76,268,"Seattle, WA",268,"Seattle, WA" +476,77,268,"Seattle, WA",268,"Seattle, WA" +476,78,268,"Seattle, WA",268,"Seattle, WA" +476,79,159,"Long Beach, CA",159,"Long Beach, CA" +476,80,268,"Seattle, WA",268,"Seattle, WA" +476,81,159,"Long Beach, CA",159,"Long Beach, CA" +476,82,239,"Portland, OR",239,"Portland, OR" +476,83,268,"Seattle, WA",268,"Seattle, WA" +476,84,268,"Seattle, WA",268,"Seattle, WA" +476,85,159,"Long Beach, CA",159,"Long Beach, CA" +476,86,159,"Long Beach, CA",159,"Long Beach, CA" +476,87,159,"Long Beach, CA",159,"Long Beach, CA" +476,88,268,"Seattle, WA",268,"Seattle, WA" +476,89,159,"Long Beach, CA",159,"Long Beach, CA" +476,90,159,"Long Beach, CA",159,"Long Beach, CA" +476,91,239,"Portland, OR",239,"Portland, OR" +476,92,268,"Seattle, WA",268,"Seattle, WA" +476,93,159,"Long Beach, CA",159,"Long Beach, CA" +476,94,268,"Seattle, WA",268,"Seattle, WA" +476,95,159,"Long Beach, CA",159,"Long Beach, CA" +476,96,239,"Portland, OR",239,"Portland, OR" +476,97,268,"Seattle, WA",268,"Seattle, WA" +476,98,268,"Seattle, WA",268,"Seattle, WA" +476,99,268,"Seattle, WA",268,"Seattle, WA" +476,100,159,"Long Beach, CA",159,"Long Beach, CA" +476,101,159,"Long Beach, CA",159,"Long Beach, CA" +476,102,172,"Port Everglades, FL",172,"Port Everglades, FL" +476,103,159,"Long Beach, CA",159,"Long Beach, CA" +476,104,268,"Seattle, WA",268,"Seattle, WA" +476,105,162,"Oakland, CA",162,"Oakland, CA" +476,106,162,"Oakland, CA",162,"Oakland, CA" +476,107,268,"Seattle, WA",268,"Seattle, WA" +476,108,239,"Portland, OR",239,"Portland, OR" +476,109,268,"Seattle, WA",268,"Seattle, WA" +476,110,159,"Long Beach, CA",159,"Long Beach, CA" +476,111,159,"Long Beach, CA",159,"Long Beach, CA" +476,112,268,"Seattle, WA",268,"Seattle, WA" +476,113,269,"Longview, WA",269,"Longview, WA" +476,114,159,"Long Beach, CA",159,"Long Beach, CA" +476,115,159,"Long Beach, CA",159,"Long Beach, CA" +476,116,162,"Oakland, CA",162,"Oakland, CA" +476,117,159,"Long Beach, CA",159,"Long Beach, CA" +476,118,159,"Long Beach, CA",159,"Long Beach, CA" +476,119,159,"Long Beach, CA",159,"Long Beach, CA" +476,120,159,"Long Beach, CA",159,"Long Beach, CA" +476,121,162,"Oakland, CA",162,"Oakland, CA" +476,122,159,"Long Beach, CA",159,"Long Beach, CA" +476,123,268,"Seattle, WA",268,"Seattle, WA" +476,124,159,"Long Beach, CA",159,"Long Beach, CA" +476,125,159,"Long Beach, CA",159,"Long Beach, CA" +476,126,159,"Long Beach, CA",159,"Long Beach, CA" +476,127,268,"Seattle, WA",268,"Seattle, WA" +476,128,268,"Seattle, WA",268,"Seattle, WA" +476,129,159,"Long Beach, CA",159,"Long Beach, CA" +476,130,159,"Long Beach, CA",159,"Long Beach, CA" +476,131,159,"Long Beach, CA",159,"Long Beach, CA" +476,132,268,"Seattle, WA",268,"Seattle, WA" +476,151,268,"Seattle, WA",159,"Long Beach, CA" +476,152,268,"Seattle, WA",159,"Long Beach, CA" +476,153,159,"Long Beach, CA",162,"Oakland, CA" +476,154,154,"Anchorage, AK",154,"Anchorage, AK" +476,155,159,"Long Beach, CA",162,"Oakland, CA" +476,156,268,"Seattle, WA",159,"Long Beach, CA" +476,157,159,"Long Beach, CA",159,"Long Beach, CA" +476,158,159,"Long Beach, CA",159,"Long Beach, CA" +476,159,162,"Oakland, CA",159,"Long Beach, CA" +476,160,269,"Longview, WA",159,"Long Beach, CA" +476,161,159,"Long Beach, CA",159,"Long Beach, CA" +476,162,159,"Long Beach, CA",162,"Oakland, CA" +476,163,159,"Long Beach, CA",159,"Long Beach, CA" +476,164,159,"Long Beach, CA",159,"Long Beach, CA" +476,165,239,"Portland, OR",159,"Long Beach, CA" +476,166,159,"Long Beach, CA",268,"Seattle, WA" +476,167,268,"Seattle, WA",239,"Portland, OR" +476,168,239,"Portland, OR",159,"Long Beach, CA" +476,169,162,"Oakland, CA",159,"Long Beach, CA" +476,170,159,"Long Beach, CA",159,"Long Beach, CA" +476,171,269,"Longview, WA",152,"Mobile, AL" +476,172,268,"Seattle, WA",177,"Savannah, GA" +476,173,269,"Longview, WA",159,"Long Beach, CA" +476,174,162,"Oakland, CA",174,"Tampa, FL" +476,175,268,"Seattle, WA",195,"New Orleans, LA" +476,176,159,"Long Beach, CA",268,"Seattle, WA" +476,177,159,"Long Beach, CA",159,"Long Beach, CA" +476,178,162,"Oakland, CA",195,"New Orleans, LA" +476,179,179,"Honolulu, HI",179,"Honolulu, HI" +476,180,179,"Honolulu, HI",179,"Honolulu, HI" +476,181,268,"Seattle, WA",159,"Long Beach, CA" +476,183,162,"Oakland, CA",268,"Seattle, WA" +476,184,268,"Seattle, WA",269,"Longview, WA" +476,185,159,"Long Beach, CA",159,"Long Beach, CA" +476,186,268,"Seattle, WA",239,"Portland, OR" +476,187,159,"Long Beach, CA",268,"Seattle, WA" +476,188,268,"Seattle, WA",162,"Oakland, CA" +476,189,268,"Seattle, WA",162,"Oakland, CA" +476,190,162,"Oakland, CA",159,"Long Beach, CA" +476,191,159,"Long Beach, CA",269,"Longview, WA" +476,192,268,"Seattle, WA",162,"Oakland, CA" +476,193,162,"Oakland, CA",162,"Oakland, CA" +476,194,269,"Longview, WA",253,"Beaumont, TX" +476,195,268,"Seattle, WA",194,"Lake Charles, LA" +476,196,159,"Long Beach, CA",257,"Houston, TX" +476,197,269,"Longview, WA",239,"Portland, OR" +476,198,159,"Long Beach, CA",245,"Charleston, SC" +476,199,159,"Long Beach, CA",268,"Seattle, WA" +476,200,159,"Long Beach, CA",162,"Oakland, CA" +476,201,159,"Long Beach, CA",159,"Long Beach, CA" +476,202,268,"Seattle, WA",268,"Seattle, WA" +476,203,159,"Long Beach, CA",268,"Seattle, WA" +476,204,269,"Longview, WA",159,"Long Beach, CA" +476,205,159,"Long Beach, CA",159,"Long Beach, CA" +476,206,159,"Long Beach, CA",162,"Oakland, CA" +476,207,162,"Oakland, CA",162,"Oakland, CA" +476,208,162,"Oakland, CA",239,"Portland, OR" +476,209,159,"Long Beach, CA",269,"Longview, WA" +476,210,159,"Long Beach, CA",159,"Long Beach, CA" +476,211,159,"Long Beach, CA",162,"Oakland, CA" +476,212,268,"Seattle, WA",159,"Long Beach, CA" +476,213,162,"Oakland, CA",159,"Long Beach, CA" +476,214,239,"Portland, OR",159,"Long Beach, CA" +476,215,239,"Portland, OR",239,"Portland, OR" +476,216,162,"Oakland, CA",265,"Norfolk Harbor, VA" +476,217,159,"Long Beach, CA",159,"Long Beach, CA" +476,218,159,"Long Beach, CA",159,"Long Beach, CA" +476,219,159,"Long Beach, CA",159,"Long Beach, CA" +476,220,159,"Long Beach, CA",159,"Long Beach, CA" +476,221,268,"Seattle, WA",159,"Long Beach, CA" +476,222,268,"Seattle, WA",268,"Seattle, WA" +476,223,159,"Long Beach, CA",268,"Seattle, WA" +476,224,268,"Seattle, WA",159,"Long Beach, CA" +476,225,159,"Long Beach, CA",268,"Seattle, WA" +476,226,239,"Portland, OR",159,"Long Beach, CA" +476,227,269,"Longview, WA",162,"Oakland, CA" +476,228,162,"Oakland, CA",268,"Seattle, WA" +476,229,268,"Seattle, WA",159,"Long Beach, CA" +476,230,159,"Long Beach, CA",162,"Oakland, CA" +476,231,159,"Long Beach, CA",162,"Oakland, CA" +476,232,159,"Long Beach, CA",268,"Seattle, WA" +476,233,159,"Long Beach, CA",268,"Seattle, WA" +476,234,159,"Long Beach, CA",159,"Long Beach, CA" +476,235,268,"Seattle, WA",159,"Long Beach, CA" +476,236,268,"Seattle, WA",239,"Portland, OR" +476,237,159,"Long Beach, CA",159,"Long Beach, CA" +476,238,159,"Long Beach, CA",159,"Long Beach, CA" +476,239,162,"Oakland, CA",159,"Long Beach, CA" +476,240,159,"Long Beach, CA",162,"Oakland, CA" +476,241,159,"Long Beach, CA",269,"Longview, WA" +476,242,268,"Seattle, WA",159,"Long Beach, CA" +476,243,159,"Long Beach, CA",159,"Long Beach, CA" +476,244,159,"Long Beach, CA",268,"Seattle, WA" +476,245,162,"Oakland, CA",172,"Port Everglades, FL" +476,246,268,"Seattle, WA",177,"Savannah, GA" +476,247,268,"Seattle, WA",268,"Seattle, WA" +476,248,239,"Portland, OR",159,"Long Beach, CA" +476,249,159,"Long Beach, CA",269,"Longview, WA" +476,250,162,"Oakland, CA",268,"Seattle, WA" +476,251,159,"Long Beach, CA",159,"Long Beach, CA" +476,252,268,"Seattle, WA",195,"New Orleans, LA" +476,253,162,"Oakland, CA",162,"Oakland, CA" +476,254,159,"Long Beach, CA",159,"Long Beach, CA" +476,255,162,"Oakland, CA",159,"Long Beach, CA" +476,256,159,"Long Beach, CA",159,"Long Beach, CA" +476,257,159,"Long Beach, CA",268,"Seattle, WA" +476,258,162,"Oakland, CA",159,"Long Beach, CA" +476,259,159,"Long Beach, CA",159,"Long Beach, CA" +476,260,159,"Long Beach, CA",159,"Long Beach, CA" +476,261,159,"Long Beach, CA",268,"Seattle, WA" +476,262,159,"Long Beach, CA",159,"Long Beach, CA" +476,263,268,"Seattle, WA",241,"Philadelphia, PA" +476,264,159,"Long Beach, CA",265,"Norfolk Harbor, VA" +476,265,159,"Long Beach, CA",268,"Seattle, WA" +476,266,269,"Longview, WA",159,"Long Beach, CA" +476,267,159,"Long Beach, CA",239,"Portland, OR" +476,268,159,"Long Beach, CA",268,"Seattle, WA" +476,269,268,"Seattle, WA",162,"Oakland, CA" +476,270,268,"Seattle, WA",268,"Seattle, WA" +476,271,162,"Oakland, CA",159,"Long Beach, CA" +476,272,159,"Long Beach, CA",268,"Seattle, WA" +476,273,159,"Long Beach, CA",159,"Long Beach, CA" +477,1,162,"Oakland, CA",162,"Oakland, CA" +477,2,159,"Long Beach, CA",159,"Long Beach, CA" +477,3,159,"Long Beach, CA",159,"Long Beach, CA" +477,4,159,"Long Beach, CA",159,"Long Beach, CA" +477,5,159,"Long Beach, CA",159,"Long Beach, CA" +477,6,239,"Portland, OR",239,"Portland, OR" +477,7,268,"Seattle, WA",268,"Seattle, WA" +477,8,159,"Long Beach, CA",159,"Long Beach, CA" +477,9,159,"Long Beach, CA",159,"Long Beach, CA" +477,10,159,"Long Beach, CA",159,"Long Beach, CA" +477,11,159,"Long Beach, CA",159,"Long Beach, CA" +477,12,162,"Oakland, CA",162,"Oakland, CA" +477,13,159,"Long Beach, CA",159,"Long Beach, CA" +477,14,268,"Seattle, WA",268,"Seattle, WA" +477,15,159,"Long Beach, CA",159,"Long Beach, CA" +477,16,239,"Portland, OR",239,"Portland, OR" +477,17,162,"Oakland, CA",162,"Oakland, CA" +477,18,268,"Seattle, WA",268,"Seattle, WA" +477,19,162,"Oakland, CA",162,"Oakland, CA" +477,20,159,"Long Beach, CA",159,"Long Beach, CA" +477,21,159,"Long Beach, CA",159,"Long Beach, CA" +477,22,239,"Portland, OR",239,"Portland, OR" +477,23,159,"Long Beach, CA",159,"Long Beach, CA" +477,24,159,"Long Beach, CA",159,"Long Beach, CA" +477,25,162,"Oakland, CA",162,"Oakland, CA" +477,26,159,"Long Beach, CA",159,"Long Beach, CA" +477,27,159,"Long Beach, CA",159,"Long Beach, CA" +477,28,268,"Seattle, WA",268,"Seattle, WA" +477,29,268,"Seattle, WA",268,"Seattle, WA" +477,30,159,"Long Beach, CA",159,"Long Beach, CA" +477,31,162,"Oakland, CA",162,"Oakland, CA" +477,32,159,"Long Beach, CA",159,"Long Beach, CA" +477,33,162,"Oakland, CA",162,"Oakland, CA" +477,34,159,"Long Beach, CA",159,"Long Beach, CA" +477,35,268,"Seattle, WA",268,"Seattle, WA" +477,36,159,"Long Beach, CA",159,"Long Beach, CA" +477,37,269,"Longview, WA",269,"Longview, WA" +477,38,159,"Long Beach, CA",159,"Long Beach, CA" +477,39,159,"Long Beach, CA",159,"Long Beach, CA" +477,40,162,"Oakland, CA",162,"Oakland, CA" +477,41,162,"Oakland, CA",162,"Oakland, CA" +477,42,269,"Longview, WA",269,"Longview, WA" +477,43,159,"Long Beach, CA",159,"Long Beach, CA" +477,44,239,"Portland, OR",239,"Portland, OR" +477,45,159,"Long Beach, CA",159,"Long Beach, CA" +477,46,159,"Long Beach, CA",159,"Long Beach, CA" +477,47,268,"Seattle, WA",268,"Seattle, WA" +477,48,159,"Long Beach, CA",159,"Long Beach, CA" +477,49,159,"Long Beach, CA",159,"Long Beach, CA" +477,50,162,"Oakland, CA",162,"Oakland, CA" +477,51,159,"Long Beach, CA",159,"Long Beach, CA" +477,52,159,"Long Beach, CA",159,"Long Beach, CA" +477,53,268,"Seattle, WA",268,"Seattle, WA" +477,54,162,"Oakland, CA",162,"Oakland, CA" +477,55,159,"Long Beach, CA",159,"Long Beach, CA" +477,56,159,"Long Beach, CA",159,"Long Beach, CA" +477,57,268,"Seattle, WA",268,"Seattle, WA" +477,58,239,"Portland, OR",239,"Portland, OR" +477,59,159,"Long Beach, CA",159,"Long Beach, CA" +477,60,268,"Seattle, WA",268,"Seattle, WA" +477,61,268,"Seattle, WA",268,"Seattle, WA" +477,62,159,"Long Beach, CA",159,"Long Beach, CA" +477,63,159,"Long Beach, CA",159,"Long Beach, CA" +477,64,239,"Portland, OR",239,"Portland, OR" +477,65,268,"Seattle, WA",268,"Seattle, WA" +477,66,268,"Seattle, WA",268,"Seattle, WA" +477,67,159,"Long Beach, CA",159,"Long Beach, CA" +477,68,159,"Long Beach, CA",159,"Long Beach, CA" +477,69,159,"Long Beach, CA",159,"Long Beach, CA" +477,70,159,"Long Beach, CA",159,"Long Beach, CA" +477,71,159,"Long Beach, CA",159,"Long Beach, CA" +477,72,159,"Long Beach, CA",159,"Long Beach, CA" +477,73,268,"Seattle, WA",268,"Seattle, WA" +477,74,268,"Seattle, WA",268,"Seattle, WA" +477,75,159,"Long Beach, CA",159,"Long Beach, CA" +477,76,269,"Longview, WA",269,"Longview, WA" +477,77,268,"Seattle, WA",268,"Seattle, WA" +477,78,159,"Long Beach, CA",159,"Long Beach, CA" +477,79,268,"Seattle, WA",268,"Seattle, WA" +477,80,162,"Oakland, CA",162,"Oakland, CA" +477,81,268,"Seattle, WA",268,"Seattle, WA" +477,82,268,"Seattle, WA",268,"Seattle, WA" +477,83,162,"Oakland, CA",162,"Oakland, CA" +477,84,159,"Long Beach, CA",159,"Long Beach, CA" +477,85,159,"Long Beach, CA",159,"Long Beach, CA" +477,86,269,"Longview, WA",269,"Longview, WA" +477,87,268,"Seattle, WA",268,"Seattle, WA" +477,88,268,"Seattle, WA",268,"Seattle, WA" +477,89,268,"Seattle, WA",268,"Seattle, WA" +477,90,239,"Portland, OR",239,"Portland, OR" +477,91,159,"Long Beach, CA",159,"Long Beach, CA" +477,92,159,"Long Beach, CA",159,"Long Beach, CA" +477,93,159,"Long Beach, CA",159,"Long Beach, CA" +477,94,269,"Longview, WA",269,"Longview, WA" +477,95,268,"Seattle, WA",268,"Seattle, WA" +477,96,159,"Long Beach, CA",159,"Long Beach, CA" +477,97,159,"Long Beach, CA",159,"Long Beach, CA" +477,98,159,"Long Beach, CA",159,"Long Beach, CA" +477,99,162,"Oakland, CA",162,"Oakland, CA" +477,100,159,"Long Beach, CA",159,"Long Beach, CA" +477,101,162,"Oakland, CA",162,"Oakland, CA" +477,102,162,"Oakland, CA",162,"Oakland, CA" +477,103,268,"Seattle, WA",268,"Seattle, WA" +477,104,239,"Portland, OR",239,"Portland, OR" +477,105,159,"Long Beach, CA",159,"Long Beach, CA" +477,106,159,"Long Beach, CA",159,"Long Beach, CA" +477,107,159,"Long Beach, CA",159,"Long Beach, CA" +477,108,159,"Long Beach, CA",159,"Long Beach, CA" +477,109,159,"Long Beach, CA",159,"Long Beach, CA" +477,110,268,"Seattle, WA",268,"Seattle, WA" +477,111,159,"Long Beach, CA",159,"Long Beach, CA" +477,112,159,"Long Beach, CA",159,"Long Beach, CA" +477,113,239,"Portland, OR",239,"Portland, OR" +477,114,268,"Seattle, WA",268,"Seattle, WA" +477,115,159,"Long Beach, CA",159,"Long Beach, CA" +477,116,159,"Long Beach, CA",159,"Long Beach, CA" +477,117,159,"Long Beach, CA",159,"Long Beach, CA" +477,118,162,"Oakland, CA",162,"Oakland, CA" +477,119,159,"Long Beach, CA",159,"Long Beach, CA" +477,120,162,"Oakland, CA",162,"Oakland, CA" +477,121,269,"Longview, WA",269,"Longview, WA" +477,122,268,"Seattle, WA",268,"Seattle, WA" +477,123,159,"Long Beach, CA",159,"Long Beach, CA" +477,124,159,"Long Beach, CA",159,"Long Beach, CA" +477,125,268,"Seattle, WA",268,"Seattle, WA" +477,126,159,"Long Beach, CA",159,"Long Beach, CA" +477,127,159,"Long Beach, CA",159,"Long Beach, CA" +477,128,268,"Seattle, WA",268,"Seattle, WA" +477,129,162,"Oakland, CA",162,"Oakland, CA" +477,130,162,"Oakland, CA",162,"Oakland, CA" +477,131,239,"Portland, OR",239,"Portland, OR" +477,132,159,"Long Beach, CA",159,"Long Beach, CA" +477,151,162,"Oakland, CA",162,"Oakland, CA" +477,152,162,"Oakland, CA",159,"Long Beach, CA" +477,153,159,"Long Beach, CA",159,"Long Beach, CA" +477,154,154,"Anchorage, AK",154,"Anchorage, AK" +477,155,268,"Seattle, WA",159,"Long Beach, CA" +477,156,159,"Long Beach, CA",268,"Seattle, WA" +477,157,159,"Long Beach, CA",162,"Oakland, CA" +477,158,159,"Long Beach, CA",162,"Oakland, CA" +477,159,162,"Oakland, CA",268,"Seattle, WA" +477,160,159,"Long Beach, CA",268,"Seattle, WA" +477,161,268,"Seattle, WA",159,"Long Beach, CA" +477,162,162,"Oakland, CA",159,"Long Beach, CA" +477,163,159,"Long Beach, CA",239,"Portland, OR" +477,164,268,"Seattle, WA",159,"Long Beach, CA" +477,165,162,"Oakland, CA",268,"Seattle, WA" +477,166,162,"Oakland, CA",159,"Long Beach, CA" +477,167,159,"Long Beach, CA",268,"Seattle, WA" +477,168,159,"Long Beach, CA",269,"Longview, WA" +477,169,159,"Long Beach, CA",268,"Seattle, WA" +477,170,268,"Seattle, WA",159,"Long Beach, CA" +477,171,159,"Long Beach, CA",268,"Seattle, WA" +477,172,162,"Oakland, CA",159,"Long Beach, CA" +477,173,159,"Long Beach, CA",162,"Oakland, CA" +477,174,159,"Long Beach, CA",159,"Long Beach, CA" +477,175,159,"Long Beach, CA",159,"Long Beach, CA" +477,176,269,"Longview, WA",268,"Seattle, WA" +477,177,159,"Long Beach, CA",159,"Long Beach, CA" +477,178,159,"Long Beach, CA",159,"Long Beach, CA" +477,179,179,"Honolulu, HI",179,"Honolulu, HI" +477,180,179,"Honolulu, HI",179,"Honolulu, HI" +477,181,159,"Long Beach, CA",268,"Seattle, WA" +477,183,159,"Long Beach, CA",268,"Seattle, WA" +477,184,159,"Long Beach, CA",269,"Longview, WA" +477,185,159,"Long Beach, CA",159,"Long Beach, CA" +477,186,159,"Long Beach, CA",159,"Long Beach, CA" +477,187,159,"Long Beach, CA",239,"Portland, OR" +477,188,159,"Long Beach, CA",159,"Long Beach, CA" +477,189,159,"Long Beach, CA",159,"Long Beach, CA" +477,190,159,"Long Beach, CA",268,"Seattle, WA" +477,191,159,"Long Beach, CA",159,"Long Beach, CA" +477,192,159,"Long Beach, CA",162,"Oakland, CA" +477,193,159,"Long Beach, CA",268,"Seattle, WA" +477,194,159,"Long Beach, CA",159,"Long Beach, CA" +477,195,162,"Oakland, CA",159,"Long Beach, CA" +477,196,159,"Long Beach, CA",268,"Seattle, WA" +477,197,268,"Seattle, WA",159,"Long Beach, CA" +477,198,162,"Oakland, CA",159,"Long Beach, CA" +477,199,159,"Long Beach, CA",159,"Long Beach, CA" +477,200,159,"Long Beach, CA",268,"Seattle, WA" +477,201,159,"Long Beach, CA",159,"Long Beach, CA" +477,202,159,"Long Beach, CA",159,"Long Beach, CA" +477,203,268,"Seattle, WA",268,"Seattle, WA" +477,204,239,"Portland, OR",269,"Longview, WA" +477,205,159,"Long Beach, CA",159,"Long Beach, CA" +477,206,269,"Longview, WA",159,"Long Beach, CA" +477,207,159,"Long Beach, CA",162,"Oakland, CA" +477,208,159,"Long Beach, CA",239,"Portland, OR" +477,209,159,"Long Beach, CA",159,"Long Beach, CA" +477,210,159,"Long Beach, CA",159,"Long Beach, CA" +477,211,159,"Long Beach, CA",159,"Long Beach, CA" +477,212,159,"Long Beach, CA",159,"Long Beach, CA" +477,213,269,"Longview, WA",268,"Seattle, WA" +477,214,159,"Long Beach, CA",159,"Long Beach, CA" +477,215,159,"Long Beach, CA",268,"Seattle, WA" +477,216,159,"Long Beach, CA",268,"Seattle, WA" +477,217,268,"Seattle, WA",162,"Oakland, CA" +477,218,162,"Oakland, CA",239,"Portland, OR" +477,219,159,"Long Beach, CA",268,"Seattle, WA" +477,220,159,"Long Beach, CA",268,"Seattle, WA" +477,221,239,"Portland, OR",162,"Oakland, CA" +477,222,162,"Oakland, CA",159,"Long Beach, CA" +477,223,268,"Seattle, WA",159,"Long Beach, CA" +477,224,159,"Long Beach, CA",159,"Long Beach, CA" +477,225,159,"Long Beach, CA",268,"Seattle, WA" +477,226,268,"Seattle, WA",162,"Oakland, CA" +477,227,162,"Oakland, CA",268,"Seattle, WA" +477,228,159,"Long Beach, CA",162,"Oakland, CA" +477,229,159,"Long Beach, CA",159,"Long Beach, CA" +477,230,159,"Long Beach, CA",159,"Long Beach, CA" +477,231,159,"Long Beach, CA",159,"Long Beach, CA" +477,232,268,"Seattle, WA",159,"Long Beach, CA" +477,233,268,"Seattle, WA",239,"Portland, OR" +477,234,162,"Oakland, CA",239,"Portland, OR" +477,235,159,"Long Beach, CA",162,"Oakland, CA" +477,236,268,"Seattle, WA",268,"Seattle, WA" +477,237,159,"Long Beach, CA",268,"Seattle, WA" +477,238,268,"Seattle, WA",159,"Long Beach, CA" +477,239,159,"Long Beach, CA",269,"Longview, WA" +477,240,159,"Long Beach, CA",162,"Oakland, CA" +477,241,159,"Long Beach, CA",159,"Long Beach, CA" +477,242,159,"Long Beach, CA",162,"Oakland, CA" +477,243,159,"Long Beach, CA",268,"Seattle, WA" +477,244,239,"Portland, OR",268,"Seattle, WA" +477,245,268,"Seattle, WA",268,"Seattle, WA" +477,246,239,"Portland, OR",159,"Long Beach, CA" +477,247,162,"Oakland, CA",159,"Long Beach, CA" +477,248,159,"Long Beach, CA",159,"Long Beach, CA" +477,249,239,"Portland, OR",159,"Long Beach, CA" +477,250,159,"Long Beach, CA",268,"Seattle, WA" +477,251,162,"Oakland, CA",159,"Long Beach, CA" +477,252,159,"Long Beach, CA",162,"Oakland, CA" +477,253,268,"Seattle, WA",159,"Long Beach, CA" +477,254,159,"Long Beach, CA",159,"Long Beach, CA" +477,255,268,"Seattle, WA",239,"Portland, OR" +477,256,159,"Long Beach, CA",268,"Seattle, WA" +477,257,159,"Long Beach, CA",159,"Long Beach, CA" +477,258,268,"Seattle, WA",268,"Seattle, WA" +477,259,159,"Long Beach, CA",268,"Seattle, WA" +477,260,239,"Portland, OR",159,"Long Beach, CA" +477,261,239,"Portland, OR",159,"Long Beach, CA" +477,262,268,"Seattle, WA",162,"Oakland, CA" +477,263,162,"Oakland, CA",159,"Long Beach, CA" +477,264,159,"Long Beach, CA",268,"Seattle, WA" +477,265,159,"Long Beach, CA",159,"Long Beach, CA" +477,266,268,"Seattle, WA",159,"Long Beach, CA" +477,267,268,"Seattle, WA",162,"Oakland, CA" +477,268,269,"Longview, WA",159,"Long Beach, CA" +477,269,159,"Long Beach, CA",239,"Portland, OR" +477,270,159,"Long Beach, CA",269,"Longview, WA" +477,271,268,"Seattle, WA",269,"Longview, WA" +477,272,239,"Portland, OR",159,"Long Beach, CA" +477,273,268,"Seattle, WA",239,"Portland, OR" +478,1,245,"Charleston, SC",245,"Charleston, SC" +478,2,229,"Wilmington, NC",229,"Wilmington, NC" +478,3,177,"Savannah, GA",177,"Savannah, GA" +478,4,177,"Savannah, GA",177,"Savannah, GA" +478,5,245,"Charleston, SC",245,"Charleston, SC" +478,6,171,"Jacksonville, FL",171,"Jacksonville, FL" +478,7,177,"Savannah, GA",177,"Savannah, GA" +478,8,174,"Tampa, FL",174,"Tampa, FL" +478,9,177,"Savannah, GA",177,"Savannah, GA" +478,10,245,"Charleston, SC",245,"Charleston, SC" +478,11,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,12,171,"Jacksonville, FL",171,"Jacksonville, FL" +478,13,245,"Charleston, SC",245,"Charleston, SC" +478,14,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +478,15,171,"Jacksonville, FL",171,"Jacksonville, FL" +478,16,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,17,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,18,177,"Savannah, GA",177,"Savannah, GA" +478,19,245,"Charleston, SC",245,"Charleston, SC" +478,20,174,"Tampa, FL",174,"Tampa, FL" +478,21,177,"Savannah, GA",177,"Savannah, GA" +478,22,177,"Savannah, GA",177,"Savannah, GA" +478,23,177,"Savannah, GA",177,"Savannah, GA" +478,24,178,"Brunswick, GA",178,"Brunswick, GA" +478,25,177,"Savannah, GA",177,"Savannah, GA" +478,26,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,27,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,28,177,"Savannah, GA",177,"Savannah, GA" +478,29,177,"Savannah, GA",177,"Savannah, GA" +478,30,177,"Savannah, GA",177,"Savannah, GA" +478,31,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,32,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,33,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,34,177,"Savannah, GA",177,"Savannah, GA" +478,35,177,"Savannah, GA",177,"Savannah, GA" +478,36,174,"Tampa, FL",174,"Tampa, FL" +478,37,177,"Savannah, GA",177,"Savannah, GA" +478,38,177,"Savannah, GA",177,"Savannah, GA" +478,39,177,"Savannah, GA",177,"Savannah, GA" +478,40,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,41,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,42,245,"Charleston, SC",245,"Charleston, SC" +478,43,177,"Savannah, GA",177,"Savannah, GA" +478,44,245,"Charleston, SC",245,"Charleston, SC" +478,45,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,46,245,"Charleston, SC",245,"Charleston, SC" +478,47,177,"Savannah, GA",177,"Savannah, GA" +478,48,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,49,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,50,177,"Savannah, GA",177,"Savannah, GA" +478,51,177,"Savannah, GA",177,"Savannah, GA" +478,52,245,"Charleston, SC",245,"Charleston, SC" +478,53,178,"Brunswick, GA",178,"Brunswick, GA" +478,54,174,"Tampa, FL",174,"Tampa, FL" +478,55,171,"Jacksonville, FL",171,"Jacksonville, FL" +478,56,177,"Savannah, GA",177,"Savannah, GA" +478,57,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,58,177,"Savannah, GA",177,"Savannah, GA" +478,59,245,"Charleston, SC",245,"Charleston, SC" +478,60,245,"Charleston, SC",245,"Charleston, SC" +478,61,177,"Savannah, GA",177,"Savannah, GA" +478,62,177,"Savannah, GA",177,"Savannah, GA" +478,63,177,"Savannah, GA",177,"Savannah, GA" +478,64,177,"Savannah, GA",177,"Savannah, GA" +478,65,174,"Tampa, FL",174,"Tampa, FL" +478,66,171,"Jacksonville, FL",171,"Jacksonville, FL" +478,67,177,"Savannah, GA",177,"Savannah, GA" +478,68,229,"Wilmington, NC",229,"Wilmington, NC" +478,69,174,"Tampa, FL",174,"Tampa, FL" +478,70,174,"Tampa, FL",174,"Tampa, FL" +478,71,177,"Savannah, GA",177,"Savannah, GA" +478,72,177,"Savannah, GA",177,"Savannah, GA" +478,73,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,74,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,75,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,76,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,77,177,"Savannah, GA",177,"Savannah, GA" +478,78,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +478,79,177,"Savannah, GA",177,"Savannah, GA" +478,80,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,81,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,82,245,"Charleston, SC",245,"Charleston, SC" +478,83,171,"Jacksonville, FL",171,"Jacksonville, FL" +478,84,171,"Jacksonville, FL",171,"Jacksonville, FL" +478,85,177,"Savannah, GA",177,"Savannah, GA" +478,86,177,"Savannah, GA",177,"Savannah, GA" +478,87,177,"Savannah, GA",177,"Savannah, GA" +478,88,245,"Charleston, SC",245,"Charleston, SC" +478,89,245,"Charleston, SC",245,"Charleston, SC" +478,90,245,"Charleston, SC",245,"Charleston, SC" +478,91,245,"Charleston, SC",245,"Charleston, SC" +478,92,174,"Tampa, FL",174,"Tampa, FL" +478,93,177,"Savannah, GA",177,"Savannah, GA" +478,94,177,"Savannah, GA",177,"Savannah, GA" +478,95,245,"Charleston, SC",245,"Charleston, SC" +478,96,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,97,174,"Tampa, FL",174,"Tampa, FL" +478,98,229,"Wilmington, NC",229,"Wilmington, NC" +478,99,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,100,177,"Savannah, GA",177,"Savannah, GA" +478,101,245,"Charleston, SC",245,"Charleston, SC" +478,102,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,103,245,"Charleston, SC",245,"Charleston, SC" +478,104,174,"Tampa, FL",174,"Tampa, FL" +478,105,174,"Tampa, FL",174,"Tampa, FL" +478,106,171,"Jacksonville, FL",171,"Jacksonville, FL" +478,107,177,"Savannah, GA",177,"Savannah, GA" +478,108,245,"Charleston, SC",245,"Charleston, SC" +478,109,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,110,171,"Jacksonville, FL",171,"Jacksonville, FL" +478,111,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,112,171,"Jacksonville, FL",171,"Jacksonville, FL" +478,113,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,114,177,"Savannah, GA",177,"Savannah, GA" +478,115,245,"Charleston, SC",245,"Charleston, SC" +478,116,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,117,174,"Tampa, FL",174,"Tampa, FL" +478,118,174,"Tampa, FL",174,"Tampa, FL" +478,119,245,"Charleston, SC",245,"Charleston, SC" +478,120,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,121,177,"Savannah, GA",177,"Savannah, GA" +478,122,245,"Charleston, SC",245,"Charleston, SC" +478,123,245,"Charleston, SC",245,"Charleston, SC" +478,124,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,125,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,126,174,"Tampa, FL",174,"Tampa, FL" +478,127,177,"Savannah, GA",177,"Savannah, GA" +478,128,245,"Charleston, SC",245,"Charleston, SC" +478,129,174,"Tampa, FL",174,"Tampa, FL" +478,130,177,"Savannah, GA",177,"Savannah, GA" +478,131,172,"Port Everglades, FL",172,"Port Everglades, FL" +478,132,177,"Savannah, GA",177,"Savannah, GA" +478,151,177,"Savannah, GA",245,"Charleston, SC" +478,152,177,"Savannah, GA",171,"Jacksonville, FL" +478,153,174,"Tampa, FL",177,"Savannah, GA" +478,154,154,"Anchorage, AK",154,"Anchorage, AK" +478,155,177,"Savannah, GA",208,"Pascagoula, MS" +478,156,172,"Port Everglades, FL",195,"New Orleans, LA" +478,157,172,"Port Everglades, FL",195,"New Orleans, LA" +478,158,245,"Charleston, SC",172,"Port Everglades, FL" +478,159,171,"Jacksonville, FL",193,"Baton Rouge, LA" +478,160,174,"Tampa, FL",257,"Houston, TX" +478,161,177,"Savannah, GA",257,"Houston, TX" +478,162,152,"Mobile, AL",195,"New Orleans, LA" +478,163,174,"Tampa, FL",229,"Wilmington, NC" +478,164,177,"Savannah, GA",194,"Lake Charles, LA" +478,165,177,"Savannah, GA",195,"New Orleans, LA" +478,166,172,"Port Everglades, FL",201,"Boston, MA" +478,167,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +478,168,245,"Charleston, SC",218,"Camden-Gloucester, NJ" +478,169,177,"Savannah, GA",198,"Baltimore, MD" +478,170,229,"Wilmington, NC",171,"Jacksonville, FL" +478,171,177,"Savannah, GA",172,"Port Everglades, FL" +478,172,245,"Charleston, SC",177,"Savannah, GA" +478,173,177,"Savannah, GA",172,"Port Everglades, FL" +478,174,177,"Savannah, GA",177,"Savannah, GA" +478,175,177,"Savannah, GA",172,"Port Everglades, FL" +478,176,177,"Savannah, GA",172,"Port Everglades, FL" +478,177,172,"Port Everglades, FL",177,"Savannah, GA" +478,178,171,"Jacksonville, FL",172,"Port Everglades, FL" +478,179,179,"Honolulu, HI",179,"Honolulu, HI" +478,180,179,"Honolulu, HI",179,"Honolulu, HI" +478,181,171,"Jacksonville, FL",172,"Port Everglades, FL" +478,183,177,"Savannah, GA",177,"Savannah, GA" +478,184,177,"Savannah, GA",265,"Norfolk Harbor, VA" +478,185,245,"Charleston, SC",174,"Tampa, FL" +478,186,171,"Jacksonville, FL",177,"Savannah, GA" +478,187,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +478,188,245,"Charleston, SC",195,"New Orleans, LA" +478,189,172,"Port Everglades, FL",177,"Savannah, GA" +478,190,171,"Jacksonville, FL",152,"Mobile, AL" +478,191,177,"Savannah, GA",265,"Norfolk Harbor, VA" +478,192,177,"Savannah, GA",172,"Port Everglades, FL" +478,193,245,"Charleston, SC",195,"New Orleans, LA" +478,194,172,"Port Everglades, FL",194,"Lake Charles, LA" +478,195,245,"Charleston, SC",195,"New Orleans, LA" +478,196,171,"Jacksonville, FL",172,"Port Everglades, FL" +478,197,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +478,198,245,"Charleston, SC",245,"Charleston, SC" +478,199,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +478,200,177,"Savannah, GA",198,"Baltimore, MD" +478,201,177,"Savannah, GA",229,"Wilmington, NC" +478,202,177,"Savannah, GA",265,"Norfolk Harbor, VA" +478,203,178,"Brunswick, GA",171,"Jacksonville, FL" +478,204,245,"Charleston, SC",171,"Jacksonville, FL" +478,205,174,"Tampa, FL",265,"Norfolk Harbor, VA" +478,206,245,"Charleston, SC",172,"Port Everglades, FL" +478,207,245,"Charleston, SC",174,"Tampa, FL" +478,208,172,"Port Everglades, FL",195,"New Orleans, LA" +478,209,172,"Port Everglades, FL",152,"Mobile, AL" +478,210,172,"Port Everglades, FL",245,"Charleston, SC" +478,211,171,"Jacksonville, FL",195,"New Orleans, LA" +478,212,177,"Savannah, GA",208,"Pascagoula, MS" +478,213,171,"Jacksonville, FL",195,"New Orleans, LA" +478,214,177,"Savannah, GA",208,"Pascagoula, MS" +478,215,171,"Jacksonville, FL",253,"Beaumont, TX" +478,216,171,"Jacksonville, FL",223,"New York, NY and NJ" +478,217,174,"Tampa, FL",217,"New York, NY and NJ" +478,218,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +478,219,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +478,220,245,"Charleston, SC",195,"New Orleans, LA" +478,221,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +478,222,245,"Charleston, SC",217,"New York, NY and NJ" +478,223,174,"Tampa, FL",265,"Norfolk Harbor, VA" +478,224,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +478,225,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +478,226,245,"Charleston, SC",178,"Brunswick, GA" +478,227,172,"Port Everglades, FL",245,"Charleston, SC" +478,228,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +478,229,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +478,230,245,"Charleston, SC",178,"Brunswick, GA" +478,231,172,"Port Everglades, FL",177,"Savannah, GA" +478,232,172,"Port Everglades, FL",169,"Wilmington, DE" +478,233,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +478,234,172,"Port Everglades, FL",245,"Charleston, SC" +478,235,177,"Savannah, GA",265,"Norfolk Harbor, VA" +478,236,245,"Charleston, SC",194,"Lake Charles, LA" +478,237,229,"Wilmington, NC",194,"Lake Charles, LA" +478,238,245,"Charleston, SC",208,"Pascagoula, MS" +478,239,245,"Charleston, SC",245,"Charleston, SC" +478,240,245,"Charleston, SC",245,"Charleston, SC" +478,241,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +478,242,174,"Tampa, FL",265,"Norfolk Harbor, VA" +478,243,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +478,244,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +478,245,177,"Savannah, GA",172,"Port Everglades, FL" +478,246,177,"Savannah, GA",229,"Wilmington, NC" +478,247,177,"Savannah, GA",177,"Savannah, GA" +478,248,177,"Savannah, GA",177,"Savannah, GA" +478,249,177,"Savannah, GA",172,"Port Everglades, FL" +478,250,174,"Tampa, FL",177,"Savannah, GA" +478,251,245,"Charleston, SC",171,"Jacksonville, FL" +478,252,177,"Savannah, GA",172,"Port Everglades, FL" +478,253,172,"Port Everglades, FL",195,"New Orleans, LA" +478,254,171,"Jacksonville, FL",152,"Mobile, AL" +478,255,171,"Jacksonville, FL",195,"New Orleans, LA" +478,256,177,"Savannah, GA",174,"Tampa, FL" +478,257,174,"Tampa, FL",257,"Houston, TX" +478,258,177,"Savannah, GA",195,"New Orleans, LA" +478,259,174,"Tampa, FL",195,"New Orleans, LA" +478,260,152,"Mobile, AL",195,"New Orleans, LA" +478,261,174,"Tampa, FL",195,"New Orleans, LA" +478,262,171,"Jacksonville, FL",152,"Mobile, AL" +478,263,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +478,264,245,"Charleston, SC",172,"Port Everglades, FL" +478,265,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +478,266,177,"Savannah, GA",265,"Norfolk Harbor, VA" +478,267,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +478,268,174,"Tampa, FL",172,"Port Everglades, FL" +478,269,174,"Tampa, FL",177,"Savannah, GA" +478,270,177,"Savannah, GA",171,"Jacksonville, FL" +478,271,245,"Charleston, SC",172,"Port Everglades, FL" +478,272,171,"Jacksonville, FL",245,"Charleston, SC" +478,273,245,"Charleston, SC",195,"New Orleans, LA" +479,1,159,"Long Beach, CA",159,"Long Beach, CA" +479,2,268,"Seattle, WA",268,"Seattle, WA" +479,3,159,"Long Beach, CA",159,"Long Beach, CA" +479,4,159,"Long Beach, CA",159,"Long Beach, CA" +479,5,268,"Seattle, WA",268,"Seattle, WA" +479,6,159,"Long Beach, CA",159,"Long Beach, CA" +479,7,162,"Oakland, CA",162,"Oakland, CA" +479,8,162,"Oakland, CA",162,"Oakland, CA" +479,9,159,"Long Beach, CA",159,"Long Beach, CA" +479,10,268,"Seattle, WA",268,"Seattle, WA" +479,11,162,"Oakland, CA",162,"Oakland, CA" +479,12,268,"Seattle, WA",268,"Seattle, WA" +479,13,159,"Long Beach, CA",159,"Long Beach, CA" +479,14,159,"Long Beach, CA",159,"Long Beach, CA" +479,15,159,"Long Beach, CA",159,"Long Beach, CA" +479,16,268,"Seattle, WA",268,"Seattle, WA" +479,17,268,"Seattle, WA",268,"Seattle, WA" +479,18,159,"Long Beach, CA",159,"Long Beach, CA" +479,19,159,"Long Beach, CA",159,"Long Beach, CA" +479,20,268,"Seattle, WA",268,"Seattle, WA" +479,21,159,"Long Beach, CA",159,"Long Beach, CA" +479,22,159,"Long Beach, CA",159,"Long Beach, CA" +479,23,268,"Seattle, WA",268,"Seattle, WA" +479,24,268,"Seattle, WA",268,"Seattle, WA" +479,25,159,"Long Beach, CA",159,"Long Beach, CA" +479,26,159,"Long Beach, CA",159,"Long Beach, CA" +479,27,159,"Long Beach, CA",159,"Long Beach, CA" +479,28,159,"Long Beach, CA",159,"Long Beach, CA" +479,29,162,"Oakland, CA",162,"Oakland, CA" +479,30,268,"Seattle, WA",268,"Seattle, WA" +479,31,159,"Long Beach, CA",159,"Long Beach, CA" +479,32,159,"Long Beach, CA",159,"Long Beach, CA" +479,33,269,"Longview, WA",269,"Longview, WA" +479,34,159,"Long Beach, CA",159,"Long Beach, CA" +479,35,159,"Long Beach, CA",159,"Long Beach, CA" +479,36,159,"Long Beach, CA",159,"Long Beach, CA" +479,37,159,"Long Beach, CA",159,"Long Beach, CA" +479,38,159,"Long Beach, CA",159,"Long Beach, CA" +479,39,159,"Long Beach, CA",159,"Long Beach, CA" +479,40,162,"Oakland, CA",162,"Oakland, CA" +479,41,159,"Long Beach, CA",159,"Long Beach, CA" +479,42,162,"Oakland, CA",162,"Oakland, CA" +479,43,239,"Portland, OR",239,"Portland, OR" +479,44,159,"Long Beach, CA",159,"Long Beach, CA" +479,45,268,"Seattle, WA",268,"Seattle, WA" +479,46,159,"Long Beach, CA",159,"Long Beach, CA" +479,47,268,"Seattle, WA",268,"Seattle, WA" +479,48,159,"Long Beach, CA",159,"Long Beach, CA" +479,49,159,"Long Beach, CA",159,"Long Beach, CA" +479,50,159,"Long Beach, CA",159,"Long Beach, CA" +479,51,268,"Seattle, WA",268,"Seattle, WA" +479,52,159,"Long Beach, CA",159,"Long Beach, CA" +479,53,268,"Seattle, WA",268,"Seattle, WA" +479,54,268,"Seattle, WA",268,"Seattle, WA" +479,55,159,"Long Beach, CA",159,"Long Beach, CA" +479,56,268,"Seattle, WA",268,"Seattle, WA" +479,57,159,"Long Beach, CA",159,"Long Beach, CA" +479,58,162,"Oakland, CA",162,"Oakland, CA" +479,59,159,"Long Beach, CA",159,"Long Beach, CA" +479,60,268,"Seattle, WA",268,"Seattle, WA" +479,61,159,"Long Beach, CA",159,"Long Beach, CA" +479,62,159,"Long Beach, CA",159,"Long Beach, CA" +479,63,159,"Long Beach, CA",159,"Long Beach, CA" +479,64,268,"Seattle, WA",268,"Seattle, WA" +479,65,159,"Long Beach, CA",159,"Long Beach, CA" +479,66,162,"Oakland, CA",162,"Oakland, CA" +479,67,269,"Longview, WA",269,"Longview, WA" +479,68,159,"Long Beach, CA",159,"Long Beach, CA" +479,69,159,"Long Beach, CA",159,"Long Beach, CA" +479,70,159,"Long Beach, CA",159,"Long Beach, CA" +479,71,159,"Long Beach, CA",159,"Long Beach, CA" +479,72,268,"Seattle, WA",268,"Seattle, WA" +479,73,159,"Long Beach, CA",159,"Long Beach, CA" +479,74,159,"Long Beach, CA",159,"Long Beach, CA" +479,75,269,"Longview, WA",269,"Longview, WA" +479,76,159,"Long Beach, CA",159,"Long Beach, CA" +479,77,268,"Seattle, WA",268,"Seattle, WA" +479,78,268,"Seattle, WA",268,"Seattle, WA" +479,79,159,"Long Beach, CA",159,"Long Beach, CA" +479,80,159,"Long Beach, CA",159,"Long Beach, CA" +479,81,159,"Long Beach, CA",159,"Long Beach, CA" +479,82,162,"Oakland, CA",162,"Oakland, CA" +479,83,159,"Long Beach, CA",159,"Long Beach, CA" +479,84,159,"Long Beach, CA",159,"Long Beach, CA" +479,85,159,"Long Beach, CA",159,"Long Beach, CA" +479,86,162,"Oakland, CA",162,"Oakland, CA" +479,87,159,"Long Beach, CA",159,"Long Beach, CA" +479,88,159,"Long Beach, CA",159,"Long Beach, CA" +479,89,159,"Long Beach, CA",159,"Long Beach, CA" +479,90,159,"Long Beach, CA",159,"Long Beach, CA" +479,91,159,"Long Beach, CA",159,"Long Beach, CA" +479,92,269,"Longview, WA",269,"Longview, WA" +479,93,159,"Long Beach, CA",159,"Long Beach, CA" +479,94,159,"Long Beach, CA",159,"Long Beach, CA" +479,95,159,"Long Beach, CA",159,"Long Beach, CA" +479,96,159,"Long Beach, CA",159,"Long Beach, CA" +479,97,268,"Seattle, WA",268,"Seattle, WA" +479,98,159,"Long Beach, CA",159,"Long Beach, CA" +479,99,159,"Long Beach, CA",159,"Long Beach, CA" +479,100,268,"Seattle, WA",268,"Seattle, WA" +479,101,162,"Oakland, CA",162,"Oakland, CA" +479,102,159,"Long Beach, CA",159,"Long Beach, CA" +479,103,159,"Long Beach, CA",159,"Long Beach, CA" +479,104,159,"Long Beach, CA",159,"Long Beach, CA" +479,105,159,"Long Beach, CA",159,"Long Beach, CA" +479,106,268,"Seattle, WA",268,"Seattle, WA" +479,107,159,"Long Beach, CA",159,"Long Beach, CA" +479,108,268,"Seattle, WA",268,"Seattle, WA" +479,109,159,"Long Beach, CA",159,"Long Beach, CA" +479,110,159,"Long Beach, CA",159,"Long Beach, CA" +479,111,268,"Seattle, WA",268,"Seattle, WA" +479,112,239,"Portland, OR",239,"Portland, OR" +479,113,159,"Long Beach, CA",159,"Long Beach, CA" +479,114,159,"Long Beach, CA",159,"Long Beach, CA" +479,115,268,"Seattle, WA",268,"Seattle, WA" +479,116,159,"Long Beach, CA",159,"Long Beach, CA" +479,117,159,"Long Beach, CA",159,"Long Beach, CA" +479,118,159,"Long Beach, CA",159,"Long Beach, CA" +479,119,159,"Long Beach, CA",159,"Long Beach, CA" +479,120,268,"Seattle, WA",268,"Seattle, WA" +479,121,159,"Long Beach, CA",159,"Long Beach, CA" +479,122,162,"Oakland, CA",162,"Oakland, CA" +479,123,159,"Long Beach, CA",159,"Long Beach, CA" +479,124,268,"Seattle, WA",268,"Seattle, WA" +479,125,162,"Oakland, CA",162,"Oakland, CA" +479,126,269,"Longview, WA",269,"Longview, WA" +479,127,159,"Long Beach, CA",159,"Long Beach, CA" +479,128,268,"Seattle, WA",268,"Seattle, WA" +479,129,239,"Portland, OR",239,"Portland, OR" +479,130,159,"Long Beach, CA",159,"Long Beach, CA" +479,131,268,"Seattle, WA",268,"Seattle, WA" +479,132,159,"Long Beach, CA",159,"Long Beach, CA" +479,151,269,"Longview, WA",159,"Long Beach, CA" +479,152,159,"Long Beach, CA",268,"Seattle, WA" +479,153,159,"Long Beach, CA",159,"Long Beach, CA" +479,154,154,"Anchorage, AK",154,"Anchorage, AK" +479,155,159,"Long Beach, CA",268,"Seattle, WA" +479,156,268,"Seattle, WA",268,"Seattle, WA" +479,157,162,"Oakland, CA",159,"Long Beach, CA" +479,158,162,"Oakland, CA",268,"Seattle, WA" +479,159,159,"Long Beach, CA",159,"Long Beach, CA" +479,160,162,"Oakland, CA",162,"Oakland, CA" +479,161,268,"Seattle, WA",159,"Long Beach, CA" +479,162,159,"Long Beach, CA",159,"Long Beach, CA" +479,163,268,"Seattle, WA",268,"Seattle, WA" +479,164,159,"Long Beach, CA",159,"Long Beach, CA" +479,165,159,"Long Beach, CA",159,"Long Beach, CA" +479,166,159,"Long Beach, CA",159,"Long Beach, CA" +479,167,268,"Seattle, WA",159,"Long Beach, CA" +479,168,159,"Long Beach, CA",159,"Long Beach, CA" +479,169,159,"Long Beach, CA",159,"Long Beach, CA" +479,170,159,"Long Beach, CA",159,"Long Beach, CA" +479,171,159,"Long Beach, CA",268,"Seattle, WA" +479,172,162,"Oakland, CA",162,"Oakland, CA" +479,173,268,"Seattle, WA",159,"Long Beach, CA" +479,174,159,"Long Beach, CA",159,"Long Beach, CA" +479,175,159,"Long Beach, CA",268,"Seattle, WA" +479,176,159,"Long Beach, CA",162,"Oakland, CA" +479,177,159,"Long Beach, CA",159,"Long Beach, CA" +479,178,162,"Oakland, CA",268,"Seattle, WA" +479,179,179,"Honolulu, HI",179,"Honolulu, HI" +479,180,179,"Honolulu, HI",179,"Honolulu, HI" +479,181,159,"Long Beach, CA",159,"Long Beach, CA" +479,183,268,"Seattle, WA",159,"Long Beach, CA" +479,184,159,"Long Beach, CA",159,"Long Beach, CA" +479,185,239,"Portland, OR",159,"Long Beach, CA" +479,186,159,"Long Beach, CA",159,"Long Beach, CA" +479,187,239,"Portland, OR",162,"Oakland, CA" +479,188,159,"Long Beach, CA",268,"Seattle, WA" +479,189,159,"Long Beach, CA",159,"Long Beach, CA" +479,190,162,"Oakland, CA",159,"Long Beach, CA" +479,191,268,"Seattle, WA",268,"Seattle, WA" +479,192,239,"Portland, OR",159,"Long Beach, CA" +479,193,162,"Oakland, CA",268,"Seattle, WA" +479,194,269,"Longview, WA",159,"Long Beach, CA" +479,195,159,"Long Beach, CA",159,"Long Beach, CA" +479,196,159,"Long Beach, CA",239,"Portland, OR" +479,197,159,"Long Beach, CA",159,"Long Beach, CA" +479,198,159,"Long Beach, CA",159,"Long Beach, CA" +479,199,159,"Long Beach, CA",162,"Oakland, CA" +479,200,159,"Long Beach, CA",268,"Seattle, WA" +479,201,268,"Seattle, WA",159,"Long Beach, CA" +479,202,159,"Long Beach, CA",269,"Longview, WA" +479,203,268,"Seattle, WA",162,"Oakland, CA" +479,204,159,"Long Beach, CA",268,"Seattle, WA" +479,205,269,"Longview, WA",159,"Long Beach, CA" +479,206,162,"Oakland, CA",159,"Long Beach, CA" +479,207,159,"Long Beach, CA",269,"Longview, WA" +479,208,269,"Longview, WA",159,"Long Beach, CA" +479,209,159,"Long Beach, CA",268,"Seattle, WA" +479,210,162,"Oakland, CA",162,"Oakland, CA" +479,211,159,"Long Beach, CA",268,"Seattle, WA" +479,212,268,"Seattle, WA",159,"Long Beach, CA" +479,213,159,"Long Beach, CA",268,"Seattle, WA" +479,214,159,"Long Beach, CA",159,"Long Beach, CA" +479,215,159,"Long Beach, CA",159,"Long Beach, CA" +479,216,159,"Long Beach, CA",159,"Long Beach, CA" +479,217,268,"Seattle, WA",159,"Long Beach, CA" +479,218,269,"Longview, WA",268,"Seattle, WA" +479,219,159,"Long Beach, CA",239,"Portland, OR" +479,220,162,"Oakland, CA",159,"Long Beach, CA" +479,221,159,"Long Beach, CA",159,"Long Beach, CA" +479,222,159,"Long Beach, CA",159,"Long Beach, CA" +479,223,162,"Oakland, CA",268,"Seattle, WA" +479,224,159,"Long Beach, CA",159,"Long Beach, CA" +479,225,159,"Long Beach, CA",159,"Long Beach, CA" +479,226,159,"Long Beach, CA",268,"Seattle, WA" +479,227,159,"Long Beach, CA",159,"Long Beach, CA" +479,228,159,"Long Beach, CA",269,"Longview, WA" +479,229,268,"Seattle, WA",162,"Oakland, CA" +479,230,159,"Long Beach, CA",159,"Long Beach, CA" +479,231,159,"Long Beach, CA",159,"Long Beach, CA" +479,232,239,"Portland, OR",159,"Long Beach, CA" +479,233,162,"Oakland, CA",159,"Long Beach, CA" +479,234,162,"Oakland, CA",268,"Seattle, WA" +479,235,268,"Seattle, WA",268,"Seattle, WA" +479,236,159,"Long Beach, CA",268,"Seattle, WA" +479,237,159,"Long Beach, CA",162,"Oakland, CA" +479,238,159,"Long Beach, CA",159,"Long Beach, CA" +479,239,159,"Long Beach, CA",162,"Oakland, CA" +479,240,159,"Long Beach, CA",269,"Longview, WA" +479,241,268,"Seattle, WA",269,"Longview, WA" +479,242,268,"Seattle, WA",159,"Long Beach, CA" +479,243,159,"Long Beach, CA",162,"Oakland, CA" +479,244,162,"Oakland, CA",159,"Long Beach, CA" +479,245,162,"Oakland, CA",239,"Portland, OR" +479,246,159,"Long Beach, CA",159,"Long Beach, CA" +479,247,268,"Seattle, WA",159,"Long Beach, CA" +479,248,269,"Longview, WA",159,"Long Beach, CA" +479,249,268,"Seattle, WA",162,"Oakland, CA" +479,250,162,"Oakland, CA",159,"Long Beach, CA" +479,251,269,"Longview, WA",159,"Long Beach, CA" +479,252,269,"Longview, WA",159,"Long Beach, CA" +479,253,159,"Long Beach, CA",159,"Long Beach, CA" +479,254,268,"Seattle, WA",239,"Portland, OR" +479,255,162,"Oakland, CA",268,"Seattle, WA" +479,256,159,"Long Beach, CA",269,"Longview, WA" +479,257,162,"Oakland, CA",268,"Seattle, WA" +479,258,162,"Oakland, CA",162,"Oakland, CA" +479,259,162,"Oakland, CA",159,"Long Beach, CA" +479,260,159,"Long Beach, CA",159,"Long Beach, CA" +479,261,159,"Long Beach, CA",162,"Oakland, CA" +479,262,159,"Long Beach, CA",268,"Seattle, WA" +479,263,268,"Seattle, WA",159,"Long Beach, CA" +479,264,159,"Long Beach, CA",162,"Oakland, CA" +479,265,159,"Long Beach, CA",162,"Oakland, CA" +479,266,159,"Long Beach, CA",159,"Long Beach, CA" +479,267,159,"Long Beach, CA",159,"Long Beach, CA" +479,268,268,"Seattle, WA",159,"Long Beach, CA" +479,269,159,"Long Beach, CA",268,"Seattle, WA" +479,270,162,"Oakland, CA",162,"Oakland, CA" +479,271,159,"Long Beach, CA",239,"Portland, OR" +479,272,159,"Long Beach, CA",268,"Seattle, WA" +479,273,268,"Seattle, WA",159,"Long Beach, CA" +480,1,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,2,201,"Boston, MA",201,"Boston, MA" +480,3,197,"Portland, ME",197,"Portland, ME" +480,4,198,"Baltimore, MD",198,"Baltimore, MD" +480,5,198,"Baltimore, MD",198,"Baltimore, MD" +480,6,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,7,197,"Portland, ME",197,"Portland, ME" +480,8,197,"Portland, ME",197,"Portland, ME" +480,9,245,"Charleston, SC",245,"Charleston, SC" +480,10,169,"Wilmington, DE",169,"Wilmington, DE" +480,11,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,12,197,"Portland, ME",197,"Portland, ME" +480,13,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +480,14,197,"Portland, ME",197,"Portland, ME" +480,15,217,"New York, NY and NJ",217,"New York, NY and NJ" +480,16,197,"Portland, ME",197,"Portland, ME" +480,17,169,"Wilmington, DE",169,"Wilmington, DE" +480,18,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,19,198,"Baltimore, MD",198,"Baltimore, MD" +480,20,217,"New York, NY and NJ",217,"New York, NY and NJ" +480,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,22,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +480,23,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +480,24,217,"New York, NY and NJ",217,"New York, NY and NJ" +480,25,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,26,217,"New York, NY and NJ",217,"New York, NY and NJ" +480,27,241,"Philadelphia, PA",241,"Philadelphia, PA" +480,28,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,29,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,30,217,"New York, NY and NJ",217,"New York, NY and NJ" +480,31,198,"Baltimore, MD",198,"Baltimore, MD" +480,32,198,"Baltimore, MD",198,"Baltimore, MD" +480,33,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +480,34,197,"Portland, ME",197,"Portland, ME" +480,35,217,"New York, NY and NJ",217,"New York, NY and NJ" +480,36,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,38,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +480,39,197,"Portland, ME",197,"Portland, ME" +480,40,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,41,198,"Baltimore, MD",198,"Baltimore, MD" +480,42,201,"Boston, MA",201,"Boston, MA" +480,43,198,"Baltimore, MD",198,"Baltimore, MD" +480,44,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +480,45,217,"New York, NY and NJ",217,"New York, NY and NJ" +480,46,197,"Portland, ME",197,"Portland, ME" +480,47,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,48,244,"Providence, RI",244,"Providence, RI" +480,49,197,"Portland, ME",197,"Portland, ME" +480,50,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,51,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,52,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,53,241,"Philadelphia, PA",241,"Philadelphia, PA" +480,54,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +480,55,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +480,56,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +480,57,229,"Wilmington, NC",229,"Wilmington, NC" +480,58,217,"New York, NY and NJ",217,"New York, NY and NJ" +480,59,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,60,217,"New York, NY and NJ",217,"New York, NY and NJ" +480,61,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,62,217,"New York, NY and NJ",217,"New York, NY and NJ" +480,63,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +480,64,201,"Boston, MA",201,"Boston, MA" +480,65,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +480,66,197,"Portland, ME",197,"Portland, ME" +480,67,198,"Baltimore, MD",198,"Baltimore, MD" +480,68,217,"New York, NY and NJ",217,"New York, NY and NJ" +480,69,201,"Boston, MA",201,"Boston, MA" +480,70,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,72,198,"Baltimore, MD",198,"Baltimore, MD" +480,73,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +480,74,198,"Baltimore, MD",198,"Baltimore, MD" +480,75,217,"New York, NY and NJ",217,"New York, NY and NJ" +480,76,197,"Portland, ME",197,"Portland, ME" +480,77,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,78,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +480,79,229,"Wilmington, NC",229,"Wilmington, NC" +480,80,241,"Philadelphia, PA",241,"Philadelphia, PA" +480,81,244,"Providence, RI",244,"Providence, RI" +480,82,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +480,83,198,"Baltimore, MD",198,"Baltimore, MD" +480,84,171,"Jacksonville, FL",171,"Jacksonville, FL" +480,85,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,86,241,"Philadelphia, PA",241,"Philadelphia, PA" +480,87,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +480,88,217,"New York, NY and NJ",217,"New York, NY and NJ" +480,89,217,"New York, NY and NJ",217,"New York, NY and NJ" +480,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,91,198,"Baltimore, MD",198,"Baltimore, MD" +480,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +480,93,197,"Portland, ME",197,"Portland, ME" +480,94,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +480,95,241,"Philadelphia, PA",241,"Philadelphia, PA" +480,96,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,97,217,"New York, NY and NJ",217,"New York, NY and NJ" +480,98,244,"Providence, RI",244,"Providence, RI" +480,99,198,"Baltimore, MD",198,"Baltimore, MD" +480,100,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +480,101,241,"Philadelphia, PA",241,"Philadelphia, PA" +480,102,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +480,103,201,"Boston, MA",201,"Boston, MA" +480,104,217,"New York, NY and NJ",217,"New York, NY and NJ" +480,105,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +480,106,229,"Wilmington, NC",229,"Wilmington, NC" +480,107,197,"Portland, ME",197,"Portland, ME" +480,108,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,109,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +480,110,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +480,111,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,112,241,"Philadelphia, PA",241,"Philadelphia, PA" +480,113,197,"Portland, ME",197,"Portland, ME" +480,114,169,"Wilmington, DE",169,"Wilmington, DE" +480,115,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +480,116,201,"Boston, MA",201,"Boston, MA" +480,117,197,"Portland, ME",197,"Portland, ME" +480,118,241,"Philadelphia, PA",241,"Philadelphia, PA" +480,119,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +480,120,229,"Wilmington, NC",229,"Wilmington, NC" +480,121,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,122,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +480,123,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,124,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +480,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,126,217,"New York, NY and NJ",217,"New York, NY and NJ" +480,127,171,"Jacksonville, FL",171,"Jacksonville, FL" +480,128,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,129,217,"New York, NY and NJ",217,"New York, NY and NJ" +480,130,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,131,217,"New York, NY and NJ",217,"New York, NY and NJ" +480,132,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,151,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +480,152,223,"New York, NY and NJ",174,"Tampa, FL" +480,153,244,"Providence, RI",171,"Jacksonville, FL" +480,154,154,"Anchorage, AK",154,"Anchorage, AK" +480,155,197,"Portland, ME",169,"Wilmington, DE" +480,156,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +480,157,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +480,158,217,"New York, NY and NJ",244,"Providence, RI" +480,159,198,"Baltimore, MD",223,"New York, NY and NJ" +480,160,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +480,161,265,"Norfolk Harbor, VA",257,"Houston, TX" +480,162,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +480,163,265,"Norfolk Harbor, VA",197,"Portland, ME" +480,164,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +480,165,265,"Norfolk Harbor, VA",197,"Portland, ME" +480,166,201,"Boston, MA",241,"Philadelphia, PA" +480,167,197,"Portland, ME",218,"Camden-Gloucester, NJ" +480,168,217,"New York, NY and NJ",198,"Baltimore, MD" +480,169,223,"New York, NY and NJ",241,"Philadelphia, PA" +480,170,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +480,171,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +480,172,201,"Boston, MA",241,"Philadelphia, PA" +480,173,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +480,174,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +480,175,217,"New York, NY and NJ",172,"Port Everglades, FL" +480,176,244,"Providence, RI",217,"New York, NY and NJ" +480,177,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +480,178,197,"Portland, ME",265,"Norfolk Harbor, VA" +480,179,179,"Honolulu, HI",179,"Honolulu, HI" +480,180,179,"Honolulu, HI",179,"Honolulu, HI" +480,181,198,"Baltimore, MD",217,"New York, NY and NJ" +480,183,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +480,184,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +480,185,241,"Philadelphia, PA",229,"Wilmington, NC" +480,186,217,"New York, NY and NJ",217,"New York, NY and NJ" +480,187,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,188,217,"New York, NY and NJ",217,"New York, NY and NJ" +480,189,244,"Providence, RI",245,"Charleston, SC" +480,190,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +480,191,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +480,192,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +480,193,197,"Portland, ME",241,"Philadelphia, PA" +480,194,223,"New York, NY and NJ",177,"Savannah, GA" +480,195,217,"New York, NY and NJ",201,"Boston, MA" +480,196,201,"Boston, MA",169,"Wilmington, DE" +480,197,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +480,198,201,"Boston, MA",241,"Philadelphia, PA" +480,199,198,"Baltimore, MD",201,"Boston, MA" +480,200,197,"Portland, ME",223,"New York, NY and NJ" +480,201,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +480,202,197,"Portland, ME",198,"Baltimore, MD" +480,203,201,"Boston, MA",217,"New York, NY and NJ" +480,204,241,"Philadelphia, PA",217,"New York, NY and NJ" +480,205,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +480,206,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +480,207,198,"Baltimore, MD",223,"New York, NY and NJ" +480,208,223,"New York, NY and NJ",198,"Baltimore, MD" +480,209,197,"Portland, ME",217,"New York, NY and NJ" +480,210,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +480,211,198,"Baltimore, MD",223,"New York, NY and NJ" +480,212,177,"Savannah, GA",241,"Philadelphia, PA" +480,213,217,"New York, NY and NJ",241,"Philadelphia, PA" +480,214,178,"Brunswick, GA",265,"Norfolk Harbor, VA" +480,215,217,"New York, NY and NJ",169,"Wilmington, DE" +480,216,217,"New York, NY and NJ",169,"Wilmington, DE" +480,217,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +480,218,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +480,219,229,"Wilmington, NC",198,"Baltimore, MD" +480,220,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +480,221,197,"Portland, ME",201,"Boston, MA" +480,222,197,"Portland, ME",218,"Camden-Gloucester, NJ" +480,223,217,"New York, NY and NJ",223,"New York, NY and NJ" +480,224,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,225,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,226,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +480,227,197,"Portland, ME",169,"Wilmington, DE" +480,228,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,229,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +480,230,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +480,231,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +480,232,201,"Boston, MA",197,"Portland, ME" +480,233,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +480,234,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +480,235,198,"Baltimore, MD",217,"New York, NY and NJ" +480,236,201,"Boston, MA",223,"New York, NY and NJ" +480,237,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +480,238,223,"New York, NY and NJ",177,"Savannah, GA" +480,239,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +480,240,217,"New York, NY and NJ",197,"Portland, ME" +480,241,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +480,242,244,"Providence, RI",223,"New York, NY and NJ" +480,243,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +480,244,223,"New York, NY and NJ",198,"Baltimore, MD" +480,245,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +480,246,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +480,247,198,"Baltimore, MD",217,"New York, NY and NJ" +480,248,223,"New York, NY and NJ",217,"New York, NY and NJ" +480,249,223,"New York, NY and NJ",198,"Baltimore, MD" +480,250,217,"New York, NY and NJ",217,"New York, NY and NJ" +480,251,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +480,252,217,"New York, NY and NJ",217,"New York, NY and NJ" +480,253,223,"New York, NY and NJ",245,"Charleston, SC" +480,254,223,"New York, NY and NJ",171,"Jacksonville, FL" +480,255,198,"Baltimore, MD",245,"Charleston, SC" +480,256,244,"Providence, RI",223,"New York, NY and NJ" +480,257,198,"Baltimore, MD",257,"Houston, TX" +480,258,218,"Camden-Gloucester, NJ",201,"Boston, MA" +480,259,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +480,260,198,"Baltimore, MD",241,"Philadelphia, PA" +480,261,223,"New York, NY and NJ",241,"Philadelphia, PA" +480,262,244,"Providence, RI",217,"New York, NY and NJ" +480,263,223,"New York, NY and NJ",197,"Portland, ME" +480,264,223,"New York, NY and NJ",223,"New York, NY and NJ" +480,265,265,"Norfolk Harbor, VA",229,"Wilmington, NC" +480,266,223,"New York, NY and NJ",241,"Philadelphia, PA" +480,267,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +480,268,241,"Philadelphia, PA",201,"Boston, MA" +480,269,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +480,270,217,"New York, NY and NJ",245,"Charleston, SC" +480,271,244,"Providence, RI",198,"Baltimore, MD" +480,272,169,"Wilmington, DE",265,"Norfolk Harbor, VA" +480,273,198,"Baltimore, MD",223,"New York, NY and NJ" +481,1,169,"Wilmington, DE",169,"Wilmington, DE" +481,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,3,223,"New York, NY and NJ",223,"New York, NY and NJ" +481,4,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,5,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +481,6,201,"Boston, MA",201,"Boston, MA" +481,7,223,"New York, NY and NJ",223,"New York, NY and NJ" +481,8,197,"Portland, ME",197,"Portland, ME" +481,9,223,"New York, NY and NJ",223,"New York, NY and NJ" +481,10,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +481,11,201,"Boston, MA",201,"Boston, MA" +481,12,241,"Philadelphia, PA",241,"Philadelphia, PA" +481,13,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,14,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,15,241,"Philadelphia, PA",241,"Philadelphia, PA" +481,16,169,"Wilmington, DE",169,"Wilmington, DE" +481,17,223,"New York, NY and NJ",223,"New York, NY and NJ" +481,18,197,"Portland, ME",197,"Portland, ME" +481,19,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,20,201,"Boston, MA",201,"Boston, MA" +481,21,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +481,22,169,"Wilmington, DE",169,"Wilmington, DE" +481,23,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,24,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,25,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,26,223,"New York, NY and NJ",223,"New York, NY and NJ" +481,27,241,"Philadelphia, PA",241,"Philadelphia, PA" +481,28,197,"Portland, ME",197,"Portland, ME" +481,29,241,"Philadelphia, PA",241,"Philadelphia, PA" +481,30,169,"Wilmington, DE",169,"Wilmington, DE" +481,31,241,"Philadelphia, PA",241,"Philadelphia, PA" +481,32,223,"New York, NY and NJ",223,"New York, NY and NJ" +481,33,244,"Providence, RI",244,"Providence, RI" +481,34,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,35,241,"Philadelphia, PA",241,"Philadelphia, PA" +481,36,201,"Boston, MA",201,"Boston, MA" +481,37,197,"Portland, ME",197,"Portland, ME" +481,38,197,"Portland, ME",197,"Portland, ME" +481,39,197,"Portland, ME",197,"Portland, ME" +481,40,198,"Baltimore, MD",198,"Baltimore, MD" +481,41,198,"Baltimore, MD",198,"Baltimore, MD" +481,42,241,"Philadelphia, PA",241,"Philadelphia, PA" +481,43,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +481,44,169,"Wilmington, DE",169,"Wilmington, DE" +481,45,241,"Philadelphia, PA",241,"Philadelphia, PA" +481,46,197,"Portland, ME",197,"Portland, ME" +481,47,201,"Boston, MA",201,"Boston, MA" +481,48,198,"Baltimore, MD",198,"Baltimore, MD" +481,49,223,"New York, NY and NJ",223,"New York, NY and NJ" +481,50,244,"Providence, RI",244,"Providence, RI" +481,51,197,"Portland, ME",197,"Portland, ME" +481,52,223,"New York, NY and NJ",223,"New York, NY and NJ" +481,53,241,"Philadelphia, PA",241,"Philadelphia, PA" +481,54,244,"Providence, RI",244,"Providence, RI" +481,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +481,56,223,"New York, NY and NJ",223,"New York, NY and NJ" +481,57,197,"Portland, ME",197,"Portland, ME" +481,58,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,59,223,"New York, NY and NJ",223,"New York, NY and NJ" +481,60,198,"Baltimore, MD",198,"Baltimore, MD" +481,61,198,"Baltimore, MD",198,"Baltimore, MD" +481,62,223,"New York, NY and NJ",223,"New York, NY and NJ" +481,63,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +481,64,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,65,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,66,241,"Philadelphia, PA",241,"Philadelphia, PA" +481,67,198,"Baltimore, MD",198,"Baltimore, MD" +481,68,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,69,241,"Philadelphia, PA",241,"Philadelphia, PA" +481,70,241,"Philadelphia, PA",241,"Philadelphia, PA" +481,71,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +481,72,244,"Providence, RI",244,"Providence, RI" +481,73,201,"Boston, MA",201,"Boston, MA" +481,74,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,75,244,"Providence, RI",244,"Providence, RI" +481,76,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +481,77,241,"Philadelphia, PA",241,"Philadelphia, PA" +481,78,241,"Philadelphia, PA",241,"Philadelphia, PA" +481,79,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,80,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +481,81,198,"Baltimore, MD",198,"Baltimore, MD" +481,82,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +481,83,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,84,241,"Philadelphia, PA",241,"Philadelphia, PA" +481,85,223,"New York, NY and NJ",223,"New York, NY and NJ" +481,86,198,"Baltimore, MD",198,"Baltimore, MD" +481,87,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,88,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,89,198,"Baltimore, MD",198,"Baltimore, MD" +481,90,223,"New York, NY and NJ",223,"New York, NY and NJ" +481,91,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +481,92,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,93,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,94,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +481,95,197,"Portland, ME",197,"Portland, ME" +481,96,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,97,201,"Boston, MA",201,"Boston, MA" +481,98,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,99,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +481,100,197,"Portland, ME",197,"Portland, ME" +481,101,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +481,102,197,"Portland, ME",197,"Portland, ME" +481,103,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,104,198,"Baltimore, MD",198,"Baltimore, MD" +481,105,201,"Boston, MA",201,"Boston, MA" +481,106,198,"Baltimore, MD",198,"Baltimore, MD" +481,107,201,"Boston, MA",201,"Boston, MA" +481,108,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,109,198,"Baltimore, MD",198,"Baltimore, MD" +481,110,223,"New York, NY and NJ",223,"New York, NY and NJ" +481,111,241,"Philadelphia, PA",241,"Philadelphia, PA" +481,112,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +481,113,241,"Philadelphia, PA",241,"Philadelphia, PA" +481,114,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,115,223,"New York, NY and NJ",223,"New York, NY and NJ" +481,116,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +481,117,223,"New York, NY and NJ",223,"New York, NY and NJ" +481,118,201,"Boston, MA",201,"Boston, MA" +481,119,241,"Philadelphia, PA",241,"Philadelphia, PA" +481,120,201,"Boston, MA",201,"Boston, MA" +481,121,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,122,241,"Philadelphia, PA",241,"Philadelphia, PA" +481,123,223,"New York, NY and NJ",223,"New York, NY and NJ" +481,124,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +481,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +481,126,201,"Boston, MA",201,"Boston, MA" +481,127,223,"New York, NY and NJ",223,"New York, NY and NJ" +481,128,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,129,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +481,130,223,"New York, NY and NJ",223,"New York, NY and NJ" +481,131,201,"Boston, MA",201,"Boston, MA" +481,132,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,151,201,"Boston, MA",201,"Boston, MA" +481,152,197,"Portland, ME",265,"Norfolk Harbor, VA" +481,153,244,"Providence, RI",265,"Norfolk Harbor, VA" +481,154,154,"Anchorage, AK",154,"Anchorage, AK" +481,155,241,"Philadelphia, PA",197,"Portland, ME" +481,156,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +481,157,201,"Boston, MA",198,"Baltimore, MD" +481,158,201,"Boston, MA",201,"Boston, MA" +481,159,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +481,160,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +481,161,217,"New York, NY and NJ",208,"Pascagoula, MS" +481,162,201,"Boston, MA",223,"New York, NY and NJ" +481,163,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +481,164,201,"Boston, MA",217,"New York, NY and NJ" +481,165,223,"New York, NY and NJ",223,"New York, NY and NJ" +481,166,241,"Philadelphia, PA",197,"Portland, ME" +481,167,201,"Boston, MA",223,"New York, NY and NJ" +481,168,198,"Baltimore, MD",223,"New York, NY and NJ" +481,169,241,"Philadelphia, PA",223,"New York, NY and NJ" +481,170,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +481,171,201,"Boston, MA",197,"Portland, ME" +481,172,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +481,173,197,"Portland, ME",245,"Charleston, SC" +481,174,217,"New York, NY and NJ",177,"Savannah, GA" +481,175,245,"Charleston, SC",201,"Boston, MA" +481,176,201,"Boston, MA",265,"Norfolk Harbor, VA" +481,177,229,"Wilmington, NC",245,"Charleston, SC" +481,178,223,"New York, NY and NJ",198,"Baltimore, MD" +481,179,179,"Honolulu, HI",179,"Honolulu, HI" +481,180,179,"Honolulu, HI",179,"Honolulu, HI" +481,181,198,"Baltimore, MD",241,"Philadelphia, PA" +481,183,198,"Baltimore, MD",217,"New York, NY and NJ" +481,184,217,"New York, NY and NJ",197,"Portland, ME" +481,185,197,"Portland, ME",223,"New York, NY and NJ" +481,186,223,"New York, NY and NJ",197,"Portland, ME" +481,187,218,"Camden-Gloucester, NJ",197,"Portland, ME" +481,188,218,"Camden-Gloucester, NJ",201,"Boston, MA" +481,189,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +481,190,223,"New York, NY and NJ",217,"New York, NY and NJ" +481,191,223,"New York, NY and NJ",197,"Portland, ME" +481,192,198,"Baltimore, MD",223,"New York, NY and NJ" +481,193,245,"Charleston, SC",217,"New York, NY and NJ" +481,194,244,"Providence, RI",217,"New York, NY and NJ" +481,195,198,"Baltimore, MD",177,"Savannah, GA" +481,196,223,"New York, NY and NJ",241,"Philadelphia, PA" +481,197,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +481,198,198,"Baltimore, MD",217,"New York, NY and NJ" +481,199,201,"Boston, MA",217,"New York, NY and NJ" +481,200,223,"New York, NY and NJ",241,"Philadelphia, PA" +481,201,217,"New York, NY and NJ",223,"New York, NY and NJ" +481,202,197,"Portland, ME",217,"New York, NY and NJ" +481,203,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,204,201,"Boston, MA",197,"Portland, ME" +481,205,201,"Boston, MA",217,"New York, NY and NJ" +481,206,198,"Baltimore, MD",244,"Providence, RI" +481,207,201,"Boston, MA",241,"Philadelphia, PA" +481,208,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,209,241,"Philadelphia, PA",223,"New York, NY and NJ" +481,210,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +481,211,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +481,212,217,"New York, NY and NJ",197,"Portland, ME" +481,213,197,"Portland, ME",265,"Norfolk Harbor, VA" +481,214,245,"Charleston, SC",217,"New York, NY and NJ" +481,215,217,"New York, NY and NJ",223,"New York, NY and NJ" +481,216,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,217,244,"Providence, RI",241,"Philadelphia, PA" +481,218,223,"New York, NY and NJ",241,"Philadelphia, PA" +481,219,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,220,198,"Baltimore, MD",244,"Providence, RI" +481,221,223,"New York, NY and NJ",241,"Philadelphia, PA" +481,222,223,"New York, NY and NJ",201,"Boston, MA" +481,223,197,"Portland, ME",241,"Philadelphia, PA" +481,224,197,"Portland, ME",241,"Philadelphia, PA" +481,225,197,"Portland, ME",265,"Norfolk Harbor, VA" +481,226,241,"Philadelphia, PA",217,"New York, NY and NJ" +481,227,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +481,228,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +481,229,217,"New York, NY and NJ",198,"Baltimore, MD" +481,230,241,"Philadelphia, PA",217,"New York, NY and NJ" +481,231,201,"Boston, MA",223,"New York, NY and NJ" +481,232,223,"New York, NY and NJ",197,"Portland, ME" +481,233,241,"Philadelphia, PA",201,"Boston, MA" +481,234,244,"Providence, RI",218,"Camden-Gloucester, NJ" +481,235,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +481,236,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +481,237,198,"Baltimore, MD",169,"Wilmington, DE" +481,238,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,239,223,"New York, NY and NJ",169,"Wilmington, DE" +481,240,223,"New York, NY and NJ",198,"Baltimore, MD" +481,241,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +481,242,201,"Boston, MA",223,"New York, NY and NJ" +481,243,241,"Philadelphia, PA",241,"Philadelphia, PA" +481,244,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +481,245,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +481,246,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,247,265,"Norfolk Harbor, VA",201,"Boston, MA" +481,248,218,"Camden-Gloucester, NJ",201,"Boston, MA" +481,249,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +481,250,217,"New York, NY and NJ",217,"New York, NY and NJ" +481,251,223,"New York, NY and NJ",217,"New York, NY and NJ" +481,252,223,"New York, NY and NJ",198,"Baltimore, MD" +481,253,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +481,254,217,"New York, NY and NJ",257,"Houston, TX" +481,255,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +481,256,201,"Boston, MA",257,"Houston, TX" +481,257,241,"Philadelphia, PA",177,"Savannah, GA" +481,258,201,"Boston, MA",194,"Lake Charles, LA" +481,259,197,"Portland, ME",198,"Baltimore, MD" +481,260,198,"Baltimore, MD",223,"New York, NY and NJ" +481,261,198,"Baltimore, MD",198,"Baltimore, MD" +481,262,169,"Wilmington, DE",201,"Boston, MA" +481,263,223,"New York, NY and NJ",223,"New York, NY and NJ" +481,264,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +481,265,223,"New York, NY and NJ",198,"Baltimore, MD" +481,266,169,"Wilmington, DE",241,"Philadelphia, PA" +481,267,244,"Providence, RI",217,"New York, NY and NJ" +481,268,197,"Portland, ME",223,"New York, NY and NJ" +481,269,223,"New York, NY and NJ",223,"New York, NY and NJ" +481,270,244,"Providence, RI",241,"Philadelphia, PA" +481,271,197,"Portland, ME",201,"Boston, MA" +481,272,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +481,273,197,"Portland, ME",218,"Camden-Gloucester, NJ" +482,1,162,"Oakland, CA",162,"Oakland, CA" +482,2,268,"Seattle, WA",268,"Seattle, WA" +482,3,159,"Long Beach, CA",159,"Long Beach, CA" +482,4,268,"Seattle, WA",268,"Seattle, WA" +482,5,159,"Long Beach, CA",159,"Long Beach, CA" +482,6,159,"Long Beach, CA",159,"Long Beach, CA" +482,7,239,"Portland, OR",239,"Portland, OR" +482,8,159,"Long Beach, CA",159,"Long Beach, CA" +482,9,159,"Long Beach, CA",159,"Long Beach, CA" +482,10,159,"Long Beach, CA",159,"Long Beach, CA" +482,11,159,"Long Beach, CA",159,"Long Beach, CA" +482,12,172,"Port Everglades, FL",172,"Port Everglades, FL" +482,13,159,"Long Beach, CA",159,"Long Beach, CA" +482,14,269,"Longview, WA",269,"Longview, WA" +482,15,162,"Oakland, CA",162,"Oakland, CA" +482,16,159,"Long Beach, CA",159,"Long Beach, CA" +482,17,268,"Seattle, WA",268,"Seattle, WA" +482,18,162,"Oakland, CA",162,"Oakland, CA" +482,19,159,"Long Beach, CA",159,"Long Beach, CA" +482,20,239,"Portland, OR",239,"Portland, OR" +482,21,159,"Long Beach, CA",159,"Long Beach, CA" +482,22,159,"Long Beach, CA",159,"Long Beach, CA" +482,23,159,"Long Beach, CA",159,"Long Beach, CA" +482,24,162,"Oakland, CA",162,"Oakland, CA" +482,25,159,"Long Beach, CA",159,"Long Beach, CA" +482,26,159,"Long Beach, CA",159,"Long Beach, CA" +482,27,159,"Long Beach, CA",159,"Long Beach, CA" +482,28,159,"Long Beach, CA",159,"Long Beach, CA" +482,29,159,"Long Beach, CA",159,"Long Beach, CA" +482,30,159,"Long Beach, CA",159,"Long Beach, CA" +482,31,159,"Long Beach, CA",159,"Long Beach, CA" +482,32,159,"Long Beach, CA",159,"Long Beach, CA" +482,33,268,"Seattle, WA",268,"Seattle, WA" +482,34,159,"Long Beach, CA",159,"Long Beach, CA" +482,35,159,"Long Beach, CA",159,"Long Beach, CA" +482,36,268,"Seattle, WA",268,"Seattle, WA" +482,37,239,"Portland, OR",239,"Portland, OR" +482,38,159,"Long Beach, CA",159,"Long Beach, CA" +482,39,159,"Long Beach, CA",159,"Long Beach, CA" +482,40,159,"Long Beach, CA",159,"Long Beach, CA" +482,41,159,"Long Beach, CA",159,"Long Beach, CA" +482,42,159,"Long Beach, CA",159,"Long Beach, CA" +482,43,159,"Long Beach, CA",159,"Long Beach, CA" +482,44,159,"Long Beach, CA",159,"Long Beach, CA" +482,45,159,"Long Beach, CA",159,"Long Beach, CA" +482,46,268,"Seattle, WA",268,"Seattle, WA" +482,47,268,"Seattle, WA",268,"Seattle, WA" +482,48,159,"Long Beach, CA",159,"Long Beach, CA" +482,49,159,"Long Beach, CA",159,"Long Beach, CA" +482,50,162,"Oakland, CA",162,"Oakland, CA" +482,51,239,"Portland, OR",239,"Portland, OR" +482,52,159,"Long Beach, CA",159,"Long Beach, CA" +482,53,159,"Long Beach, CA",159,"Long Beach, CA" +482,54,159,"Long Beach, CA",159,"Long Beach, CA" +482,55,159,"Long Beach, CA",159,"Long Beach, CA" +482,56,159,"Long Beach, CA",159,"Long Beach, CA" +482,57,159,"Long Beach, CA",159,"Long Beach, CA" +482,58,159,"Long Beach, CA",159,"Long Beach, CA" +482,59,159,"Long Beach, CA",159,"Long Beach, CA" +482,60,239,"Portland, OR",239,"Portland, OR" +482,61,268,"Seattle, WA",268,"Seattle, WA" +482,62,269,"Longview, WA",269,"Longview, WA" +482,63,269,"Longview, WA",269,"Longview, WA" +482,64,162,"Oakland, CA",162,"Oakland, CA" +482,65,159,"Long Beach, CA",159,"Long Beach, CA" +482,66,159,"Long Beach, CA",159,"Long Beach, CA" +482,67,159,"Long Beach, CA",159,"Long Beach, CA" +482,68,159,"Long Beach, CA",159,"Long Beach, CA" +482,69,159,"Long Beach, CA",159,"Long Beach, CA" +482,70,159,"Long Beach, CA",159,"Long Beach, CA" +482,71,159,"Long Beach, CA",159,"Long Beach, CA" +482,72,159,"Long Beach, CA",159,"Long Beach, CA" +482,73,159,"Long Beach, CA",159,"Long Beach, CA" +482,74,268,"Seattle, WA",268,"Seattle, WA" +482,75,159,"Long Beach, CA",159,"Long Beach, CA" +482,76,239,"Portland, OR",239,"Portland, OR" +482,77,159,"Long Beach, CA",159,"Long Beach, CA" +482,78,159,"Long Beach, CA",159,"Long Beach, CA" +482,79,239,"Portland, OR",239,"Portland, OR" +482,80,268,"Seattle, WA",268,"Seattle, WA" +482,81,269,"Longview, WA",269,"Longview, WA" +482,82,159,"Long Beach, CA",159,"Long Beach, CA" +482,83,239,"Portland, OR",239,"Portland, OR" +482,84,162,"Oakland, CA",162,"Oakland, CA" +482,85,268,"Seattle, WA",268,"Seattle, WA" +482,86,162,"Oakland, CA",162,"Oakland, CA" +482,87,159,"Long Beach, CA",159,"Long Beach, CA" +482,88,159,"Long Beach, CA",159,"Long Beach, CA" +482,89,159,"Long Beach, CA",159,"Long Beach, CA" +482,90,159,"Long Beach, CA",159,"Long Beach, CA" +482,91,162,"Oakland, CA",162,"Oakland, CA" +482,92,162,"Oakland, CA",162,"Oakland, CA" +482,93,159,"Long Beach, CA",159,"Long Beach, CA" +482,94,162,"Oakland, CA",162,"Oakland, CA" +482,95,239,"Portland, OR",239,"Portland, OR" +482,96,159,"Long Beach, CA",159,"Long Beach, CA" +482,97,159,"Long Beach, CA",159,"Long Beach, CA" +482,98,268,"Seattle, WA",268,"Seattle, WA" +482,99,268,"Seattle, WA",268,"Seattle, WA" +482,100,269,"Longview, WA",269,"Longview, WA" +482,101,159,"Long Beach, CA",159,"Long Beach, CA" +482,102,268,"Seattle, WA",268,"Seattle, WA" +482,103,268,"Seattle, WA",268,"Seattle, WA" +482,104,159,"Long Beach, CA",159,"Long Beach, CA" +482,105,239,"Portland, OR",239,"Portland, OR" +482,106,159,"Long Beach, CA",159,"Long Beach, CA" +482,107,159,"Long Beach, CA",159,"Long Beach, CA" +482,108,172,"Port Everglades, FL",172,"Port Everglades, FL" +482,109,268,"Seattle, WA",268,"Seattle, WA" +482,110,162,"Oakland, CA",162,"Oakland, CA" +482,111,159,"Long Beach, CA",159,"Long Beach, CA" +482,112,159,"Long Beach, CA",159,"Long Beach, CA" +482,113,268,"Seattle, WA",268,"Seattle, WA" +482,114,162,"Oakland, CA",162,"Oakland, CA" +482,115,269,"Longview, WA",269,"Longview, WA" +482,116,162,"Oakland, CA",162,"Oakland, CA" +482,117,268,"Seattle, WA",268,"Seattle, WA" +482,118,268,"Seattle, WA",268,"Seattle, WA" +482,119,162,"Oakland, CA",162,"Oakland, CA" +482,120,239,"Portland, OR",239,"Portland, OR" +482,121,159,"Long Beach, CA",159,"Long Beach, CA" +482,122,239,"Portland, OR",239,"Portland, OR" +482,123,159,"Long Beach, CA",159,"Long Beach, CA" +482,124,162,"Oakland, CA",162,"Oakland, CA" +482,125,162,"Oakland, CA",162,"Oakland, CA" +482,126,159,"Long Beach, CA",159,"Long Beach, CA" +482,127,268,"Seattle, WA",268,"Seattle, WA" +482,128,159,"Long Beach, CA",159,"Long Beach, CA" +482,129,159,"Long Beach, CA",159,"Long Beach, CA" +482,130,159,"Long Beach, CA",159,"Long Beach, CA" +482,131,159,"Long Beach, CA",159,"Long Beach, CA" +482,132,268,"Seattle, WA",268,"Seattle, WA" +482,151,159,"Long Beach, CA",162,"Oakland, CA" +482,152,268,"Seattle, WA",152,"Mobile, AL" +482,153,162,"Oakland, CA",159,"Long Beach, CA" +482,154,154,"Anchorage, AK",154,"Anchorage, AK" +482,155,268,"Seattle, WA",268,"Seattle, WA" +482,156,268,"Seattle, WA",239,"Portland, OR" +482,157,159,"Long Beach, CA",159,"Long Beach, CA" +482,158,162,"Oakland, CA",159,"Long Beach, CA" +482,159,159,"Long Beach, CA",239,"Portland, OR" +482,160,162,"Oakland, CA",159,"Long Beach, CA" +482,161,159,"Long Beach, CA",162,"Oakland, CA" +482,162,239,"Portland, OR",159,"Long Beach, CA" +482,163,159,"Long Beach, CA",268,"Seattle, WA" +482,164,159,"Long Beach, CA",268,"Seattle, WA" +482,165,159,"Long Beach, CA",268,"Seattle, WA" +482,166,159,"Long Beach, CA",269,"Longview, WA" +482,167,159,"Long Beach, CA",268,"Seattle, WA" +482,168,162,"Oakland, CA",269,"Longview, WA" +482,169,162,"Oakland, CA",268,"Seattle, WA" +482,170,159,"Long Beach, CA",239,"Portland, OR" +482,171,159,"Long Beach, CA",269,"Longview, WA" +482,172,159,"Long Beach, CA",159,"Long Beach, CA" +482,173,162,"Oakland, CA",177,"Savannah, GA" +482,174,159,"Long Beach, CA",159,"Long Beach, CA" +482,175,172,"Port Everglades, FL",159,"Long Beach, CA" +482,176,159,"Long Beach, CA",174,"Tampa, FL" +482,177,269,"Longview, WA",159,"Long Beach, CA" +482,178,159,"Long Beach, CA",269,"Longview, WA" +482,179,179,"Honolulu, HI",179,"Honolulu, HI" +482,180,179,"Honolulu, HI",179,"Honolulu, HI" +482,181,162,"Oakland, CA",159,"Long Beach, CA" +482,183,159,"Long Beach, CA",162,"Oakland, CA" +482,184,268,"Seattle, WA",159,"Long Beach, CA" +482,185,159,"Long Beach, CA",268,"Seattle, WA" +482,186,159,"Long Beach, CA",159,"Long Beach, CA" +482,187,159,"Long Beach, CA",162,"Oakland, CA" +482,188,159,"Long Beach, CA",269,"Longview, WA" +482,189,268,"Seattle, WA",159,"Long Beach, CA" +482,190,239,"Portland, OR",159,"Long Beach, CA" +482,191,159,"Long Beach, CA",159,"Long Beach, CA" +482,192,159,"Long Beach, CA",268,"Seattle, WA" +482,193,268,"Seattle, WA",152,"Mobile, AL" +482,194,159,"Long Beach, CA",159,"Long Beach, CA" +482,195,162,"Oakland, CA",159,"Long Beach, CA" +482,196,268,"Seattle, WA",159,"Long Beach, CA" +482,197,268,"Seattle, WA",159,"Long Beach, CA" +482,198,268,"Seattle, WA",159,"Long Beach, CA" +482,199,159,"Long Beach, CA",162,"Oakland, CA" +482,200,162,"Oakland, CA",198,"Baltimore, MD" +482,201,239,"Portland, OR",217,"New York, NY and NJ" +482,202,159,"Long Beach, CA",162,"Oakland, CA" +482,203,268,"Seattle, WA",268,"Seattle, WA" +482,204,162,"Oakland, CA",159,"Long Beach, CA" +482,205,268,"Seattle, WA",159,"Long Beach, CA" +482,206,159,"Long Beach, CA",159,"Long Beach, CA" +482,207,159,"Long Beach, CA",268,"Seattle, WA" +482,208,159,"Long Beach, CA",239,"Portland, OR" +482,209,239,"Portland, OR",162,"Oakland, CA" +482,210,268,"Seattle, WA",159,"Long Beach, CA" +482,211,269,"Longview, WA",268,"Seattle, WA" +482,212,159,"Long Beach, CA",268,"Seattle, WA" +482,213,162,"Oakland, CA",159,"Long Beach, CA" +482,214,268,"Seattle, WA",239,"Portland, OR" +482,215,159,"Long Beach, CA",159,"Long Beach, CA" +482,216,239,"Portland, OR",268,"Seattle, WA" +482,217,268,"Seattle, WA",268,"Seattle, WA" +482,218,159,"Long Beach, CA",268,"Seattle, WA" +482,219,268,"Seattle, WA",268,"Seattle, WA" +482,220,162,"Oakland, CA",159,"Long Beach, CA" +482,221,268,"Seattle, WA",268,"Seattle, WA" +482,222,268,"Seattle, WA",268,"Seattle, WA" +482,223,269,"Longview, WA",268,"Seattle, WA" +482,224,159,"Long Beach, CA",268,"Seattle, WA" +482,225,159,"Long Beach, CA",159,"Long Beach, CA" +482,226,268,"Seattle, WA",268,"Seattle, WA" +482,227,159,"Long Beach, CA",159,"Long Beach, CA" +482,228,159,"Long Beach, CA",268,"Seattle, WA" +482,229,268,"Seattle, WA",174,"Tampa, FL" +482,230,159,"Long Beach, CA",159,"Long Beach, CA" +482,231,159,"Long Beach, CA",159,"Long Beach, CA" +482,232,239,"Portland, OR",159,"Long Beach, CA" +482,233,162,"Oakland, CA",159,"Long Beach, CA" +482,234,162,"Oakland, CA",159,"Long Beach, CA" +482,235,268,"Seattle, WA",162,"Oakland, CA" +482,236,239,"Portland, OR",239,"Portland, OR" +482,237,159,"Long Beach, CA",268,"Seattle, WA" +482,238,162,"Oakland, CA",159,"Long Beach, CA" +482,239,268,"Seattle, WA",159,"Long Beach, CA" +482,240,159,"Long Beach, CA",269,"Longview, WA" +482,241,159,"Long Beach, CA",241,"Philadelphia, PA" +482,242,159,"Long Beach, CA",159,"Long Beach, CA" +482,243,239,"Portland, OR",268,"Seattle, WA" +482,244,268,"Seattle, WA",268,"Seattle, WA" +482,245,269,"Longview, WA",269,"Longview, WA" +482,246,159,"Long Beach, CA",239,"Portland, OR" +482,247,171,"Jacksonville, FL",195,"New Orleans, LA" +482,248,159,"Long Beach, CA",239,"Portland, OR" +482,249,268,"Seattle, WA",159,"Long Beach, CA" +482,250,159,"Long Beach, CA",268,"Seattle, WA" +482,251,159,"Long Beach, CA",162,"Oakland, CA" +482,252,239,"Portland, OR",159,"Long Beach, CA" +482,253,159,"Long Beach, CA",268,"Seattle, WA" +482,254,159,"Long Beach, CA",268,"Seattle, WA" +482,255,162,"Oakland, CA",159,"Long Beach, CA" +482,256,162,"Oakland, CA",159,"Long Beach, CA" +482,257,269,"Longview, WA",269,"Longview, WA" +482,258,162,"Oakland, CA",159,"Long Beach, CA" +482,259,159,"Long Beach, CA",159,"Long Beach, CA" +482,260,159,"Long Beach, CA",268,"Seattle, WA" +482,261,159,"Long Beach, CA",159,"Long Beach, CA" +482,262,268,"Seattle, WA",159,"Long Beach, CA" +482,263,159,"Long Beach, CA",268,"Seattle, WA" +482,264,159,"Long Beach, CA",268,"Seattle, WA" +482,265,159,"Long Beach, CA",268,"Seattle, WA" +482,266,268,"Seattle, WA",159,"Long Beach, CA" +482,267,268,"Seattle, WA",159,"Long Beach, CA" +482,268,159,"Long Beach, CA",159,"Long Beach, CA" +482,269,159,"Long Beach, CA",268,"Seattle, WA" +482,270,268,"Seattle, WA",239,"Portland, OR" +482,271,159,"Long Beach, CA",268,"Seattle, WA" +482,272,268,"Seattle, WA",268,"Seattle, WA" +482,273,159,"Long Beach, CA",268,"Seattle, WA" +483,1,244,"Providence, RI",244,"Providence, RI" +483,2,197,"Portland, ME",197,"Portland, ME" +483,3,223,"New York, NY and NJ",223,"New York, NY and NJ" +483,4,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +483,5,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,6,198,"Baltimore, MD",198,"Baltimore, MD" +483,7,201,"Boston, MA",201,"Boston, MA" +483,8,223,"New York, NY and NJ",223,"New York, NY and NJ" +483,9,197,"Portland, ME",197,"Portland, ME" +483,10,197,"Portland, ME",197,"Portland, ME" +483,11,201,"Boston, MA",201,"Boston, MA" +483,12,223,"New York, NY and NJ",223,"New York, NY and NJ" +483,13,241,"Philadelphia, PA",241,"Philadelphia, PA" +483,14,201,"Boston, MA",201,"Boston, MA" +483,15,241,"Philadelphia, PA",241,"Philadelphia, PA" +483,16,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +483,17,223,"New York, NY and NJ",223,"New York, NY and NJ" +483,18,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,19,223,"New York, NY and NJ",223,"New York, NY and NJ" +483,20,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +483,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +483,22,223,"New York, NY and NJ",223,"New York, NY and NJ" +483,23,241,"Philadelphia, PA",241,"Philadelphia, PA" +483,24,244,"Providence, RI",244,"Providence, RI" +483,25,201,"Boston, MA",201,"Boston, MA" +483,26,241,"Philadelphia, PA",241,"Philadelphia, PA" +483,27,197,"Portland, ME",197,"Portland, ME" +483,28,244,"Providence, RI",244,"Providence, RI" +483,29,241,"Philadelphia, PA",241,"Philadelphia, PA" +483,30,198,"Baltimore, MD",198,"Baltimore, MD" +483,31,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,32,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,33,223,"New York, NY and NJ",223,"New York, NY and NJ" +483,34,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,35,198,"Baltimore, MD",198,"Baltimore, MD" +483,36,223,"New York, NY and NJ",223,"New York, NY and NJ" +483,37,223,"New York, NY and NJ",223,"New York, NY and NJ" +483,38,244,"Providence, RI",244,"Providence, RI" +483,39,201,"Boston, MA",201,"Boston, MA" +483,40,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +483,41,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,42,197,"Portland, ME",197,"Portland, ME" +483,43,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +483,44,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +483,45,197,"Portland, ME",197,"Portland, ME" +483,46,201,"Boston, MA",201,"Boston, MA" +483,47,198,"Baltimore, MD",198,"Baltimore, MD" +483,48,197,"Portland, ME",197,"Portland, ME" +483,49,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,50,241,"Philadelphia, PA",241,"Philadelphia, PA" +483,51,223,"New York, NY and NJ",223,"New York, NY and NJ" +483,52,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +483,53,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,54,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,55,241,"Philadelphia, PA",241,"Philadelphia, PA" +483,56,241,"Philadelphia, PA",241,"Philadelphia, PA" +483,57,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,58,241,"Philadelphia, PA",241,"Philadelphia, PA" +483,59,201,"Boston, MA",201,"Boston, MA" +483,60,223,"New York, NY and NJ",223,"New York, NY and NJ" +483,61,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,62,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,63,244,"Providence, RI",244,"Providence, RI" +483,64,223,"New York, NY and NJ",223,"New York, NY and NJ" +483,65,241,"Philadelphia, PA",241,"Philadelphia, PA" +483,66,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,67,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,68,223,"New York, NY and NJ",223,"New York, NY and NJ" +483,69,241,"Philadelphia, PA",241,"Philadelphia, PA" +483,70,197,"Portland, ME",197,"Portland, ME" +483,71,223,"New York, NY and NJ",223,"New York, NY and NJ" +483,72,244,"Providence, RI",244,"Providence, RI" +483,73,223,"New York, NY and NJ",223,"New York, NY and NJ" +483,74,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +483,75,241,"Philadelphia, PA",241,"Philadelphia, PA" +483,76,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,77,198,"Baltimore, MD",198,"Baltimore, MD" +483,78,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,79,197,"Portland, ME",197,"Portland, ME" +483,80,198,"Baltimore, MD",198,"Baltimore, MD" +483,81,241,"Philadelphia, PA",241,"Philadelphia, PA" +483,82,241,"Philadelphia, PA",241,"Philadelphia, PA" +483,83,201,"Boston, MA",201,"Boston, MA" +483,84,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,85,223,"New York, NY and NJ",223,"New York, NY and NJ" +483,86,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,87,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,88,197,"Portland, ME",197,"Portland, ME" +483,89,244,"Providence, RI",244,"Providence, RI" +483,90,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,91,241,"Philadelphia, PA",241,"Philadelphia, PA" +483,92,223,"New York, NY and NJ",223,"New York, NY and NJ" +483,93,197,"Portland, ME",197,"Portland, ME" +483,94,223,"New York, NY and NJ",223,"New York, NY and NJ" +483,95,201,"Boston, MA",201,"Boston, MA" +483,96,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,97,241,"Philadelphia, PA",241,"Philadelphia, PA" +483,98,241,"Philadelphia, PA",241,"Philadelphia, PA" +483,99,223,"New York, NY and NJ",223,"New York, NY and NJ" +483,100,201,"Boston, MA",201,"Boston, MA" +483,101,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +483,102,198,"Baltimore, MD",198,"Baltimore, MD" +483,103,241,"Philadelphia, PA",241,"Philadelphia, PA" +483,104,223,"New York, NY and NJ",223,"New York, NY and NJ" +483,105,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,106,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +483,107,241,"Philadelphia, PA",241,"Philadelphia, PA" +483,108,201,"Boston, MA",201,"Boston, MA" +483,109,244,"Providence, RI",244,"Providence, RI" +483,110,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,111,201,"Boston, MA",201,"Boston, MA" +483,112,197,"Portland, ME",197,"Portland, ME" +483,113,201,"Boston, MA",201,"Boston, MA" +483,114,223,"New York, NY and NJ",223,"New York, NY and NJ" +483,115,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,116,198,"Baltimore, MD",198,"Baltimore, MD" +483,117,241,"Philadelphia, PA",241,"Philadelphia, PA" +483,118,223,"New York, NY and NJ",223,"New York, NY and NJ" +483,119,201,"Boston, MA",201,"Boston, MA" +483,120,197,"Portland, ME",197,"Portland, ME" +483,121,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,122,197,"Portland, ME",197,"Portland, ME" +483,123,197,"Portland, ME",197,"Portland, ME" +483,124,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,125,223,"New York, NY and NJ",223,"New York, NY and NJ" +483,126,223,"New York, NY and NJ",223,"New York, NY and NJ" +483,127,197,"Portland, ME",197,"Portland, ME" +483,128,197,"Portland, ME",197,"Portland, ME" +483,129,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,130,201,"Boston, MA",201,"Boston, MA" +483,131,197,"Portland, ME",197,"Portland, ME" +483,132,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,151,218,"Camden-Gloucester, NJ",197,"Portland, ME" +483,152,223,"New York, NY and NJ",171,"Jacksonville, FL" +483,153,217,"New York, NY and NJ",198,"Baltimore, MD" +483,154,154,"Anchorage, AK",154,"Anchorage, AK" +483,155,223,"New York, NY and NJ",223,"New York, NY and NJ" +483,156,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,157,198,"Baltimore, MD",201,"Boston, MA" +483,158,197,"Portland, ME",244,"Providence, RI" +483,159,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +483,160,217,"New York, NY and NJ",201,"Boston, MA" +483,161,201,"Boston, MA",201,"Boston, MA" +483,162,217,"New York, NY and NJ",197,"Portland, ME" +483,163,241,"Philadelphia, PA",218,"Camden-Gloucester, NJ" +483,164,223,"New York, NY and NJ",244,"Providence, RI" +483,165,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +483,166,201,"Boston, MA",244,"Providence, RI" +483,167,223,"New York, NY and NJ",198,"Baltimore, MD" +483,168,201,"Boston, MA",223,"New York, NY and NJ" +483,169,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,170,217,"New York, NY and NJ",241,"Philadelphia, PA" +483,171,241,"Philadelphia, PA",198,"Baltimore, MD" +483,172,244,"Providence, RI",265,"Norfolk Harbor, VA" +483,173,217,"New York, NY and NJ",198,"Baltimore, MD" +483,174,217,"New York, NY and NJ",245,"Charleston, SC" +483,175,244,"Providence, RI",265,"Norfolk Harbor, VA" +483,176,217,"New York, NY and NJ",197,"Portland, ME" +483,177,197,"Portland, ME",241,"Philadelphia, PA" +483,178,217,"New York, NY and NJ",241,"Philadelphia, PA" +483,179,179,"Honolulu, HI",179,"Honolulu, HI" +483,180,179,"Honolulu, HI",179,"Honolulu, HI" +483,181,198,"Baltimore, MD",217,"New York, NY and NJ" +483,183,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +483,184,197,"Portland, ME",217,"New York, NY and NJ" +483,185,217,"New York, NY and NJ",201,"Boston, MA" +483,186,197,"Portland, ME",217,"New York, NY and NJ" +483,187,217,"New York, NY and NJ",201,"Boston, MA" +483,188,201,"Boston, MA",241,"Philadelphia, PA" +483,189,244,"Providence, RI",241,"Philadelphia, PA" +483,190,201,"Boston, MA",201,"Boston, MA" +483,191,223,"New York, NY and NJ",217,"New York, NY and NJ" +483,192,197,"Portland, ME",223,"New York, NY and NJ" +483,193,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +483,194,197,"Portland, ME",253,"Beaumont, TX" +483,195,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +483,196,241,"Philadelphia, PA",217,"New York, NY and NJ" +483,197,241,"Philadelphia, PA",241,"Philadelphia, PA" +483,198,223,"New York, NY and NJ",197,"Portland, ME" +483,199,217,"New York, NY and NJ",201,"Boston, MA" +483,200,201,"Boston, MA",198,"Baltimore, MD" +483,201,241,"Philadelphia, PA",223,"New York, NY and NJ" +483,202,218,"Camden-Gloucester, NJ",244,"Providence, RI" +483,203,241,"Philadelphia, PA",223,"New York, NY and NJ" +483,204,201,"Boston, MA",201,"Boston, MA" +483,205,241,"Philadelphia, PA",217,"New York, NY and NJ" +483,206,223,"New York, NY and NJ",198,"Baltimore, MD" +483,207,223,"New York, NY and NJ",244,"Providence, RI" +483,208,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +483,209,223,"New York, NY and NJ",241,"Philadelphia, PA" +483,210,265,"Norfolk Harbor, VA",197,"Portland, ME" +483,211,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,212,197,"Portland, ME",241,"Philadelphia, PA" +483,213,223,"New York, NY and NJ",217,"New York, NY and NJ" +483,214,223,"New York, NY and NJ",223,"New York, NY and NJ" +483,215,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +483,216,223,"New York, NY and NJ",197,"Portland, ME" +483,217,217,"New York, NY and NJ",223,"New York, NY and NJ" +483,218,223,"New York, NY and NJ",217,"New York, NY and NJ" +483,219,241,"Philadelphia, PA",241,"Philadelphia, PA" +483,220,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +483,221,197,"Portland, ME",223,"New York, NY and NJ" +483,222,217,"New York, NY and NJ",197,"Portland, ME" +483,223,244,"Providence, RI",223,"New York, NY and NJ" +483,224,241,"Philadelphia, PA",217,"New York, NY and NJ" +483,225,217,"New York, NY and NJ",197,"Portland, ME" +483,226,201,"Boston, MA",265,"Norfolk Harbor, VA" +483,227,217,"New York, NY and NJ",201,"Boston, MA" +483,228,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +483,229,223,"New York, NY and NJ",198,"Baltimore, MD" +483,230,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +483,231,218,"Camden-Gloucester, NJ",201,"Boston, MA" +483,232,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,233,223,"New York, NY and NJ",201,"Boston, MA" +483,234,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,235,198,"Baltimore, MD",223,"New York, NY and NJ" +483,236,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +483,237,198,"Baltimore, MD",244,"Providence, RI" +483,238,198,"Baltimore, MD",201,"Boston, MA" +483,239,241,"Philadelphia, PA",201,"Boston, MA" +483,240,197,"Portland, ME",223,"New York, NY and NJ" +483,241,217,"New York, NY and NJ",241,"Philadelphia, PA" +483,242,198,"Baltimore, MD",201,"Boston, MA" +483,243,223,"New York, NY and NJ",198,"Baltimore, MD" +483,244,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +483,245,197,"Portland, ME",265,"Norfolk Harbor, VA" +483,246,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +483,247,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +483,248,198,"Baltimore, MD",197,"Portland, ME" +483,249,223,"New York, NY and NJ",217,"New York, NY and NJ" +483,250,197,"Portland, ME",197,"Portland, ME" +483,251,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +483,252,218,"Camden-Gloucester, NJ",201,"Boston, MA" +483,253,201,"Boston, MA",195,"New Orleans, LA" +483,254,198,"Baltimore, MD",244,"Providence, RI" +483,255,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +483,256,197,"Portland, ME",217,"New York, NY and NJ" +483,257,217,"New York, NY and NJ",241,"Philadelphia, PA" +483,258,217,"New York, NY and NJ",217,"New York, NY and NJ" +483,259,198,"Baltimore, MD",257,"Houston, TX" +483,260,244,"Providence, RI",201,"Boston, MA" +483,261,217,"New York, NY and NJ",201,"Boston, MA" +483,262,265,"Norfolk Harbor, VA",201,"Boston, MA" +483,263,218,"Camden-Gloucester, NJ",223,"New York, NY and NJ" +483,264,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +483,265,217,"New York, NY and NJ",223,"New York, NY and NJ" +483,266,197,"Portland, ME",217,"New York, NY and NJ" +483,267,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +483,268,201,"Boston, MA",217,"New York, NY and NJ" +483,269,201,"Boston, MA",241,"Philadelphia, PA" +483,270,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +483,271,197,"Portland, ME",197,"Portland, ME" +483,272,223,"New York, NY and NJ",197,"Portland, ME" +483,273,217,"New York, NY and NJ",198,"Baltimore, MD" +484,1,195,"New Orleans, LA",195,"New Orleans, LA" +484,2,174,"Tampa, FL",174,"Tampa, FL" +484,3,195,"New Orleans, LA",195,"New Orleans, LA" +484,4,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +484,5,152,"Mobile, AL",152,"Mobile, AL" +484,6,253,"Beaumont, TX",253,"Beaumont, TX" +484,7,194,"Lake Charles, LA",194,"Lake Charles, LA" +484,8,177,"Savannah, GA",177,"Savannah, GA" +484,9,172,"Port Everglades, FL",172,"Port Everglades, FL" +484,10,172,"Port Everglades, FL",172,"Port Everglades, FL" +484,11,229,"Wilmington, NC",229,"Wilmington, NC" +484,12,177,"Savannah, GA",177,"Savannah, GA" +484,13,195,"New Orleans, LA",195,"New Orleans, LA" +484,14,245,"Charleston, SC",245,"Charleston, SC" +484,15,174,"Tampa, FL",174,"Tampa, FL" +484,16,152,"Mobile, AL",152,"Mobile, AL" +484,17,195,"New Orleans, LA",195,"New Orleans, LA" +484,18,208,"Pascagoula, MS",208,"Pascagoula, MS" +484,19,198,"Baltimore, MD",198,"Baltimore, MD" +484,20,257,"Houston, TX",257,"Houston, TX" +484,21,152,"Mobile, AL",152,"Mobile, AL" +484,22,257,"Houston, TX",257,"Houston, TX" +484,23,177,"Savannah, GA",177,"Savannah, GA" +484,24,174,"Tampa, FL",174,"Tampa, FL" +484,25,152,"Mobile, AL",152,"Mobile, AL" +484,26,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +484,27,257,"Houston, TX",257,"Houston, TX" +484,28,172,"Port Everglades, FL",172,"Port Everglades, FL" +484,29,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +484,30,171,"Jacksonville, FL",171,"Jacksonville, FL" +484,31,177,"Savannah, GA",177,"Savannah, GA" +484,32,174,"Tampa, FL",174,"Tampa, FL" +484,33,253,"Beaumont, TX",253,"Beaumont, TX" +484,34,195,"New Orleans, LA",195,"New Orleans, LA" +484,35,245,"Charleston, SC",245,"Charleston, SC" +484,36,174,"Tampa, FL",174,"Tampa, FL" +484,37,174,"Tampa, FL",174,"Tampa, FL" +484,38,172,"Port Everglades, FL",172,"Port Everglades, FL" +484,39,195,"New Orleans, LA",195,"New Orleans, LA" +484,40,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +484,41,174,"Tampa, FL",174,"Tampa, FL" +484,42,174,"Tampa, FL",174,"Tampa, FL" +484,43,177,"Savannah, GA",177,"Savannah, GA" +484,44,257,"Houston, TX",257,"Houston, TX" +484,45,253,"Beaumont, TX",253,"Beaumont, TX" +484,46,172,"Port Everglades, FL",172,"Port Everglades, FL" +484,47,172,"Port Everglades, FL",172,"Port Everglades, FL" +484,48,253,"Beaumont, TX",253,"Beaumont, TX" +484,49,172,"Port Everglades, FL",172,"Port Everglades, FL" +484,50,178,"Brunswick, GA",178,"Brunswick, GA" +484,51,171,"Jacksonville, FL",171,"Jacksonville, FL" +484,52,152,"Mobile, AL",152,"Mobile, AL" +484,53,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +484,54,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +484,55,245,"Charleston, SC",245,"Charleston, SC" +484,56,195,"New Orleans, LA",195,"New Orleans, LA" +484,57,178,"Brunswick, GA",178,"Brunswick, GA" +484,58,195,"New Orleans, LA",195,"New Orleans, LA" +484,59,172,"Port Everglades, FL",172,"Port Everglades, FL" +484,60,169,"Wilmington, DE",169,"Wilmington, DE" +484,61,152,"Mobile, AL",152,"Mobile, AL" +484,62,177,"Savannah, GA",177,"Savannah, GA" +484,63,177,"Savannah, GA",177,"Savannah, GA" +484,64,208,"Pascagoula, MS",208,"Pascagoula, MS" +484,65,171,"Jacksonville, FL",171,"Jacksonville, FL" +484,66,172,"Port Everglades, FL",172,"Port Everglades, FL" +484,67,172,"Port Everglades, FL",172,"Port Everglades, FL" +484,68,195,"New Orleans, LA",195,"New Orleans, LA" +484,69,174,"Tampa, FL",174,"Tampa, FL" +484,70,174,"Tampa, FL",174,"Tampa, FL" +484,71,152,"Mobile, AL",152,"Mobile, AL" +484,72,172,"Port Everglades, FL",172,"Port Everglades, FL" +484,73,172,"Port Everglades, FL",172,"Port Everglades, FL" +484,74,245,"Charleston, SC",245,"Charleston, SC" +484,75,195,"New Orleans, LA",195,"New Orleans, LA" +484,76,177,"Savannah, GA",177,"Savannah, GA" +484,77,174,"Tampa, FL",174,"Tampa, FL" +484,78,177,"Savannah, GA",177,"Savannah, GA" +484,79,177,"Savannah, GA",177,"Savannah, GA" +484,80,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +484,81,152,"Mobile, AL",152,"Mobile, AL" +484,82,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +484,83,172,"Port Everglades, FL",172,"Port Everglades, FL" +484,84,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +484,85,198,"Baltimore, MD",198,"Baltimore, MD" +484,86,195,"New Orleans, LA",195,"New Orleans, LA" +484,87,174,"Tampa, FL",174,"Tampa, FL" +484,88,195,"New Orleans, LA",195,"New Orleans, LA" +484,89,174,"Tampa, FL",174,"Tampa, FL" +484,90,245,"Charleston, SC",245,"Charleston, SC" +484,91,152,"Mobile, AL",152,"Mobile, AL" +484,92,195,"New Orleans, LA",195,"New Orleans, LA" +484,93,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +484,94,177,"Savannah, GA",177,"Savannah, GA" +484,95,195,"New Orleans, LA",195,"New Orleans, LA" +484,96,177,"Savannah, GA",177,"Savannah, GA" +484,97,172,"Port Everglades, FL",172,"Port Everglades, FL" +484,98,195,"New Orleans, LA",195,"New Orleans, LA" +484,99,253,"Beaumont, TX",253,"Beaumont, TX" +484,100,208,"Pascagoula, MS",208,"Pascagoula, MS" +484,101,194,"Lake Charles, LA",194,"Lake Charles, LA" +484,102,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +484,103,195,"New Orleans, LA",195,"New Orleans, LA" +484,104,177,"Savannah, GA",177,"Savannah, GA" +484,105,152,"Mobile, AL",152,"Mobile, AL" +484,106,195,"New Orleans, LA",195,"New Orleans, LA" +484,107,257,"Houston, TX",257,"Houston, TX" +484,108,195,"New Orleans, LA",195,"New Orleans, LA" +484,109,195,"New Orleans, LA",195,"New Orleans, LA" +484,110,245,"Charleston, SC",245,"Charleston, SC" +484,111,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +484,112,152,"Mobile, AL",152,"Mobile, AL" +484,113,172,"Port Everglades, FL",172,"Port Everglades, FL" +484,114,152,"Mobile, AL",152,"Mobile, AL" +484,115,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +484,116,178,"Brunswick, GA",178,"Brunswick, GA" +484,117,193,"Baton Rouge, LA",193,"Baton Rouge, LA" +484,118,172,"Port Everglades, FL",172,"Port Everglades, FL" +484,119,174,"Tampa, FL",174,"Tampa, FL" +484,120,171,"Jacksonville, FL",171,"Jacksonville, FL" +484,121,171,"Jacksonville, FL",171,"Jacksonville, FL" +484,122,152,"Mobile, AL",152,"Mobile, AL" +484,123,194,"Lake Charles, LA",194,"Lake Charles, LA" +484,124,172,"Port Everglades, FL",172,"Port Everglades, FL" +484,125,177,"Savannah, GA",177,"Savannah, GA" +484,126,172,"Port Everglades, FL",172,"Port Everglades, FL" +484,127,152,"Mobile, AL",152,"Mobile, AL" +484,128,253,"Beaumont, TX",253,"Beaumont, TX" +484,129,195,"New Orleans, LA",195,"New Orleans, LA" +484,130,177,"Savannah, GA",177,"Savannah, GA" +484,131,245,"Charleston, SC",245,"Charleston, SC" +484,132,194,"Lake Charles, LA",194,"Lake Charles, LA" +484,151,177,"Savannah, GA",195,"New Orleans, LA" +484,152,152,"Mobile, AL",178,"Brunswick, GA" +484,153,195,"New Orleans, LA",195,"New Orleans, LA" +484,154,154,"Anchorage, AK",154,"Anchorage, AK" +484,155,177,"Savannah, GA",257,"Houston, TX" +484,156,194,"Lake Charles, LA",257,"Houston, TX" +484,157,171,"Jacksonville, FL",257,"Houston, TX" +484,158,257,"Houston, TX",257,"Houston, TX" +484,159,257,"Houston, TX",171,"Jacksonville, FL" +484,160,174,"Tampa, FL",172,"Port Everglades, FL" +484,161,174,"Tampa, FL",193,"Baton Rouge, LA" +484,162,172,"Port Everglades, FL",257,"Houston, TX" +484,163,172,"Port Everglades, FL",257,"Houston, TX" +484,164,172,"Port Everglades, FL",257,"Houston, TX" +484,165,152,"Mobile, AL",193,"Baton Rouge, LA" +484,166,177,"Savannah, GA",198,"Baltimore, MD" +484,167,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +484,168,195,"New Orleans, LA",218,"Camden-Gloucester, NJ" +484,169,245,"Charleston, SC",217,"New York, NY and NJ" +484,170,172,"Port Everglades, FL",245,"Charleston, SC" +484,171,195,"New Orleans, LA",152,"Mobile, AL" +484,172,172,"Port Everglades, FL",177,"Savannah, GA" +484,173,177,"Savannah, GA",172,"Port Everglades, FL" +484,174,152,"Mobile, AL",177,"Savannah, GA" +484,175,172,"Port Everglades, FL",171,"Jacksonville, FL" +484,176,195,"New Orleans, LA",195,"New Orleans, LA" +484,177,177,"Savannah, GA",172,"Port Everglades, FL" +484,178,172,"Port Everglades, FL",172,"Port Everglades, FL" +484,179,179,"Honolulu, HI",179,"Honolulu, HI" +484,180,179,"Honolulu, HI",179,"Honolulu, HI" +484,181,208,"Pascagoula, MS",257,"Houston, TX" +484,183,174,"Tampa, FL",193,"Baton Rouge, LA" +484,184,198,"Baltimore, MD",195,"New Orleans, LA" +484,185,172,"Port Everglades, FL",208,"Pascagoula, MS" +484,186,152,"Mobile, AL",265,"Norfolk Harbor, VA" +484,187,193,"Baton Rouge, LA",265,"Norfolk Harbor, VA" +484,188,194,"Lake Charles, LA",208,"Pascagoula, MS" +484,189,253,"Beaumont, TX",257,"Houston, TX" +484,190,257,"Houston, TX",257,"Houston, TX" +484,191,171,"Jacksonville, FL",245,"Charleston, SC" +484,192,171,"Jacksonville, FL",174,"Tampa, FL" +484,193,193,"Baton Rouge, LA",253,"Beaumont, TX" +484,194,253,"Beaumont, TX",195,"New Orleans, LA" +484,195,152,"Mobile, AL",152,"Mobile, AL" +484,196,195,"New Orleans, LA",172,"Port Everglades, FL" +484,197,245,"Charleston, SC",245,"Charleston, SC" +484,198,217,"New York, NY and NJ",177,"Savannah, GA" +484,199,172,"Port Everglades, FL",198,"Baltimore, MD" +484,200,229,"Wilmington, NC",177,"Savannah, GA" +484,201,172,"Port Everglades, FL",201,"Boston, MA" +484,202,152,"Mobile, AL",265,"Norfolk Harbor, VA" +484,203,195,"New Orleans, LA",223,"New York, NY and NJ" +484,204,195,"New Orleans, LA",245,"Charleston, SC" +484,205,172,"Port Everglades, FL",177,"Savannah, GA" +484,206,257,"Houston, TX",257,"Houston, TX" +484,207,208,"Pascagoula, MS",195,"New Orleans, LA" +484,208,208,"Pascagoula, MS",194,"Lake Charles, LA" +484,209,177,"Savannah, GA",195,"New Orleans, LA" +484,210,253,"Beaumont, TX",195,"New Orleans, LA" +484,211,171,"Jacksonville, FL",195,"New Orleans, LA" +484,212,257,"Houston, TX",257,"Houston, TX" +484,213,174,"Tampa, FL",195,"New Orleans, LA" +484,214,229,"Wilmington, NC",159,"Long Beach, CA" +484,215,172,"Port Everglades, FL",257,"Houston, TX" +484,216,171,"Jacksonville, FL",265,"Norfolk Harbor, VA" +484,217,244,"Providence, RI",177,"Savannah, GA" +484,218,152,"Mobile, AL",265,"Norfolk Harbor, VA" +484,219,177,"Savannah, GA",245,"Charleston, SC" +484,220,253,"Beaumont, TX",195,"New Orleans, LA" +484,221,195,"New Orleans, LA",241,"Philadelphia, PA" +484,222,172,"Port Everglades, FL",241,"Philadelphia, PA" +484,223,177,"Savannah, GA",223,"New York, NY and NJ" +484,224,172,"Port Everglades, FL",241,"Philadelphia, PA" +484,225,169,"Wilmington, DE",223,"New York, NY and NJ" +484,226,195,"New Orleans, LA",177,"Savannah, GA" +484,227,177,"Savannah, GA",245,"Charleston, SC" +484,228,195,"New Orleans, LA",178,"Brunswick, GA" +484,229,245,"Charleston, SC",245,"Charleston, SC" +484,230,152,"Mobile, AL",174,"Tampa, FL" +484,231,172,"Port Everglades, FL",241,"Philadelphia, PA" +484,232,152,"Mobile, AL",241,"Philadelphia, PA" +484,233,198,"Baltimore, MD",152,"Mobile, AL" +484,234,193,"Baton Rouge, LA",223,"New York, NY and NJ" +484,235,152,"Mobile, AL",172,"Port Everglades, FL" +484,236,254,"Corpus Christi, TX",253,"Beaumont, TX" +484,237,253,"Beaumont, TX",193,"Baton Rouge, LA" +484,238,195,"New Orleans, LA",177,"Savannah, GA" +484,239,172,"Port Everglades, FL",257,"Houston, TX" +484,240,178,"Brunswick, GA",208,"Pascagoula, MS" +484,241,172,"Port Everglades, FL",217,"New York, NY and NJ" +484,242,245,"Charleston, SC",172,"Port Everglades, FL" +484,243,171,"Jacksonville, FL",177,"Savannah, GA" +484,244,195,"New Orleans, LA",265,"Norfolk Harbor, VA" +484,245,177,"Savannah, GA",174,"Tampa, FL" +484,246,172,"Port Everglades, FL",152,"Mobile, AL" +484,247,171,"Jacksonville, FL",245,"Charleston, SC" +484,248,257,"Houston, TX",152,"Mobile, AL" +484,249,171,"Jacksonville, FL",195,"New Orleans, LA" +484,250,152,"Mobile, AL",177,"Savannah, GA" +484,251,245,"Charleston, SC",152,"Mobile, AL" +484,252,257,"Houston, TX",174,"Tampa, FL" +484,253,208,"Pascagoula, MS",257,"Houston, TX" +484,254,253,"Beaumont, TX",195,"New Orleans, LA" +484,255,253,"Beaumont, TX",253,"Beaumont, TX" +484,256,195,"New Orleans, LA",195,"New Orleans, LA" +484,257,253,"Beaumont, TX",257,"Houston, TX" +484,258,195,"New Orleans, LA",152,"Mobile, AL" +484,259,253,"Beaumont, TX",172,"Port Everglades, FL" +484,260,193,"Baton Rouge, LA",194,"Lake Charles, LA" +484,261,193,"Baton Rouge, LA",257,"Houston, TX" +484,262,177,"Savannah, GA",257,"Houston, TX" +484,263,265,"Norfolk Harbor, VA",245,"Charleston, SC" +484,264,174,"Tampa, FL",265,"Norfolk Harbor, VA" +484,265,229,"Wilmington, NC",172,"Port Everglades, FL" +484,266,195,"New Orleans, LA",178,"Brunswick, GA" +484,267,172,"Port Everglades, FL",177,"Savannah, GA" +484,268,195,"New Orleans, LA",198,"Baltimore, MD" +484,269,257,"Houston, TX",208,"Pascagoula, MS" +484,270,208,"Pascagoula, MS",218,"Camden-Gloucester, NJ" +484,271,198,"Baltimore, MD",193,"Baton Rouge, LA" +484,272,171,"Jacksonville, FL",245,"Charleston, SC" +484,273,195,"New Orleans, LA",257,"Houston, TX" +485,1,159,"Long Beach, CA",159,"Long Beach, CA" +485,2,159,"Long Beach, CA",159,"Long Beach, CA" +485,3,162,"Oakland, CA",162,"Oakland, CA" +485,4,269,"Longview, WA",269,"Longview, WA" +485,5,239,"Portland, OR",239,"Portland, OR" +485,6,159,"Long Beach, CA",159,"Long Beach, CA" +485,7,159,"Long Beach, CA",159,"Long Beach, CA" +485,8,162,"Oakland, CA",162,"Oakland, CA" +485,9,159,"Long Beach, CA",159,"Long Beach, CA" +485,10,162,"Oakland, CA",162,"Oakland, CA" +485,11,268,"Seattle, WA",268,"Seattle, WA" +485,12,162,"Oakland, CA",162,"Oakland, CA" +485,13,159,"Long Beach, CA",159,"Long Beach, CA" +485,14,162,"Oakland, CA",162,"Oakland, CA" +485,15,268,"Seattle, WA",268,"Seattle, WA" +485,16,268,"Seattle, WA",268,"Seattle, WA" +485,17,159,"Long Beach, CA",159,"Long Beach, CA" +485,18,162,"Oakland, CA",162,"Oakland, CA" +485,19,268,"Seattle, WA",268,"Seattle, WA" +485,20,159,"Long Beach, CA",159,"Long Beach, CA" +485,21,159,"Long Beach, CA",159,"Long Beach, CA" +485,22,159,"Long Beach, CA",159,"Long Beach, CA" +485,23,159,"Long Beach, CA",159,"Long Beach, CA" +485,24,239,"Portland, OR",239,"Portland, OR" +485,25,269,"Longview, WA",269,"Longview, WA" +485,26,159,"Long Beach, CA",159,"Long Beach, CA" +485,27,159,"Long Beach, CA",159,"Long Beach, CA" +485,28,159,"Long Beach, CA",159,"Long Beach, CA" +485,29,159,"Long Beach, CA",159,"Long Beach, CA" +485,30,159,"Long Beach, CA",159,"Long Beach, CA" +485,31,239,"Portland, OR",239,"Portland, OR" +485,32,159,"Long Beach, CA",159,"Long Beach, CA" +485,33,159,"Long Beach, CA",159,"Long Beach, CA" +485,34,268,"Seattle, WA",268,"Seattle, WA" +485,35,159,"Long Beach, CA",159,"Long Beach, CA" +485,36,268,"Seattle, WA",268,"Seattle, WA" +485,37,268,"Seattle, WA",268,"Seattle, WA" +485,38,159,"Long Beach, CA",159,"Long Beach, CA" +485,39,159,"Long Beach, CA",159,"Long Beach, CA" +485,40,268,"Seattle, WA",268,"Seattle, WA" +485,41,239,"Portland, OR",239,"Portland, OR" +485,42,269,"Longview, WA",269,"Longview, WA" +485,43,162,"Oakland, CA",162,"Oakland, CA" +485,44,159,"Long Beach, CA",159,"Long Beach, CA" +485,45,159,"Long Beach, CA",159,"Long Beach, CA" +485,46,159,"Long Beach, CA",159,"Long Beach, CA" +485,47,159,"Long Beach, CA",159,"Long Beach, CA" +485,48,269,"Longview, WA",269,"Longview, WA" +485,49,268,"Seattle, WA",268,"Seattle, WA" +485,50,268,"Seattle, WA",268,"Seattle, WA" +485,51,159,"Long Beach, CA",159,"Long Beach, CA" +485,52,268,"Seattle, WA",268,"Seattle, WA" +485,53,159,"Long Beach, CA",159,"Long Beach, CA" +485,54,159,"Long Beach, CA",159,"Long Beach, CA" +485,55,159,"Long Beach, CA",159,"Long Beach, CA" +485,56,159,"Long Beach, CA",159,"Long Beach, CA" +485,57,162,"Oakland, CA",162,"Oakland, CA" +485,58,159,"Long Beach, CA",159,"Long Beach, CA" +485,59,159,"Long Beach, CA",159,"Long Beach, CA" +485,60,268,"Seattle, WA",268,"Seattle, WA" +485,61,159,"Long Beach, CA",159,"Long Beach, CA" +485,62,268,"Seattle, WA",268,"Seattle, WA" +485,63,159,"Long Beach, CA",159,"Long Beach, CA" +485,64,159,"Long Beach, CA",159,"Long Beach, CA" +485,65,162,"Oakland, CA",162,"Oakland, CA" +485,66,268,"Seattle, WA",268,"Seattle, WA" +485,67,269,"Longview, WA",269,"Longview, WA" +485,68,269,"Longview, WA",269,"Longview, WA" +485,69,159,"Long Beach, CA",159,"Long Beach, CA" +485,70,162,"Oakland, CA",162,"Oakland, CA" +485,71,159,"Long Beach, CA",159,"Long Beach, CA" +485,72,162,"Oakland, CA",162,"Oakland, CA" +485,73,268,"Seattle, WA",268,"Seattle, WA" +485,74,159,"Long Beach, CA",159,"Long Beach, CA" +485,75,159,"Long Beach, CA",159,"Long Beach, CA" +485,76,269,"Longview, WA",269,"Longview, WA" +485,77,159,"Long Beach, CA",159,"Long Beach, CA" +485,78,159,"Long Beach, CA",159,"Long Beach, CA" +485,79,268,"Seattle, WA",268,"Seattle, WA" +485,80,159,"Long Beach, CA",159,"Long Beach, CA" +485,81,268,"Seattle, WA",268,"Seattle, WA" +485,82,162,"Oakland, CA",162,"Oakland, CA" +485,83,159,"Long Beach, CA",159,"Long Beach, CA" +485,84,268,"Seattle, WA",268,"Seattle, WA" +485,85,239,"Portland, OR",239,"Portland, OR" +485,86,159,"Long Beach, CA",159,"Long Beach, CA" +485,87,239,"Portland, OR",239,"Portland, OR" +485,88,268,"Seattle, WA",268,"Seattle, WA" +485,89,162,"Oakland, CA",162,"Oakland, CA" +485,90,159,"Long Beach, CA",159,"Long Beach, CA" +485,91,159,"Long Beach, CA",159,"Long Beach, CA" +485,92,162,"Oakland, CA",162,"Oakland, CA" +485,93,159,"Long Beach, CA",159,"Long Beach, CA" +485,94,159,"Long Beach, CA",159,"Long Beach, CA" +485,95,159,"Long Beach, CA",159,"Long Beach, CA" +485,96,159,"Long Beach, CA",159,"Long Beach, CA" +485,97,162,"Oakland, CA",162,"Oakland, CA" +485,98,159,"Long Beach, CA",159,"Long Beach, CA" +485,99,239,"Portland, OR",239,"Portland, OR" +485,100,239,"Portland, OR",239,"Portland, OR" +485,101,159,"Long Beach, CA",159,"Long Beach, CA" +485,102,159,"Long Beach, CA",159,"Long Beach, CA" +485,103,239,"Portland, OR",239,"Portland, OR" +485,104,239,"Portland, OR",239,"Portland, OR" +485,105,268,"Seattle, WA",268,"Seattle, WA" +485,106,162,"Oakland, CA",162,"Oakland, CA" +485,107,239,"Portland, OR",239,"Portland, OR" +485,108,159,"Long Beach, CA",159,"Long Beach, CA" +485,109,159,"Long Beach, CA",159,"Long Beach, CA" +485,110,159,"Long Beach, CA",159,"Long Beach, CA" +485,111,268,"Seattle, WA",268,"Seattle, WA" +485,112,162,"Oakland, CA",162,"Oakland, CA" +485,113,269,"Longview, WA",269,"Longview, WA" +485,114,159,"Long Beach, CA",159,"Long Beach, CA" +485,115,162,"Oakland, CA",162,"Oakland, CA" +485,116,159,"Long Beach, CA",159,"Long Beach, CA" +485,117,239,"Portland, OR",239,"Portland, OR" +485,118,159,"Long Beach, CA",159,"Long Beach, CA" +485,119,239,"Portland, OR",239,"Portland, OR" +485,120,159,"Long Beach, CA",159,"Long Beach, CA" +485,121,159,"Long Beach, CA",159,"Long Beach, CA" +485,122,159,"Long Beach, CA",159,"Long Beach, CA" +485,123,159,"Long Beach, CA",159,"Long Beach, CA" +485,124,159,"Long Beach, CA",159,"Long Beach, CA" +485,125,162,"Oakland, CA",162,"Oakland, CA" +485,126,268,"Seattle, WA",268,"Seattle, WA" +485,127,268,"Seattle, WA",268,"Seattle, WA" +485,128,159,"Long Beach, CA",159,"Long Beach, CA" +485,129,159,"Long Beach, CA",159,"Long Beach, CA" +485,130,268,"Seattle, WA",268,"Seattle, WA" +485,131,269,"Longview, WA",269,"Longview, WA" +485,132,159,"Long Beach, CA",159,"Long Beach, CA" +485,151,159,"Long Beach, CA",159,"Long Beach, CA" +485,152,159,"Long Beach, CA",159,"Long Beach, CA" +485,153,159,"Long Beach, CA",162,"Oakland, CA" +485,154,154,"Anchorage, AK",154,"Anchorage, AK" +485,155,159,"Long Beach, CA",239,"Portland, OR" +485,156,239,"Portland, OR",268,"Seattle, WA" +485,157,159,"Long Beach, CA",162,"Oakland, CA" +485,158,159,"Long Beach, CA",268,"Seattle, WA" +485,159,159,"Long Beach, CA",268,"Seattle, WA" +485,160,269,"Longview, WA",159,"Long Beach, CA" +485,161,159,"Long Beach, CA",268,"Seattle, WA" +485,162,159,"Long Beach, CA",268,"Seattle, WA" +485,163,159,"Long Beach, CA",268,"Seattle, WA" +485,164,159,"Long Beach, CA",159,"Long Beach, CA" +485,165,159,"Long Beach, CA",159,"Long Beach, CA" +485,166,159,"Long Beach, CA",268,"Seattle, WA" +485,167,159,"Long Beach, CA",268,"Seattle, WA" +485,168,159,"Long Beach, CA",268,"Seattle, WA" +485,169,268,"Seattle, WA",239,"Portland, OR" +485,170,159,"Long Beach, CA",268,"Seattle, WA" +485,171,162,"Oakland, CA",159,"Long Beach, CA" +485,172,162,"Oakland, CA",162,"Oakland, CA" +485,173,269,"Longview, WA",239,"Portland, OR" +485,174,269,"Longview, WA",162,"Oakland, CA" +485,175,239,"Portland, OR",159,"Long Beach, CA" +485,176,268,"Seattle, WA",159,"Long Beach, CA" +485,177,159,"Long Beach, CA",159,"Long Beach, CA" +485,178,268,"Seattle, WA",159,"Long Beach, CA" +485,179,179,"Honolulu, HI",179,"Honolulu, HI" +485,180,179,"Honolulu, HI",179,"Honolulu, HI" +485,181,239,"Portland, OR",159,"Long Beach, CA" +485,183,159,"Long Beach, CA",268,"Seattle, WA" +485,184,268,"Seattle, WA",159,"Long Beach, CA" +485,185,162,"Oakland, CA",159,"Long Beach, CA" +485,186,159,"Long Beach, CA",268,"Seattle, WA" +485,187,268,"Seattle, WA",162,"Oakland, CA" +485,188,159,"Long Beach, CA",159,"Long Beach, CA" +485,189,159,"Long Beach, CA",159,"Long Beach, CA" +485,190,159,"Long Beach, CA",159,"Long Beach, CA" +485,191,159,"Long Beach, CA",159,"Long Beach, CA" +485,192,159,"Long Beach, CA",269,"Longview, WA" +485,193,268,"Seattle, WA",162,"Oakland, CA" +485,194,159,"Long Beach, CA",268,"Seattle, WA" +485,195,159,"Long Beach, CA",159,"Long Beach, CA" +485,196,159,"Long Beach, CA",162,"Oakland, CA" +485,197,159,"Long Beach, CA",268,"Seattle, WA" +485,198,269,"Longview, WA",162,"Oakland, CA" +485,199,162,"Oakland, CA",159,"Long Beach, CA" +485,200,162,"Oakland, CA",159,"Long Beach, CA" +485,201,159,"Long Beach, CA",159,"Long Beach, CA" +485,202,159,"Long Beach, CA",162,"Oakland, CA" +485,203,268,"Seattle, WA",269,"Longview, WA" +485,204,159,"Long Beach, CA",268,"Seattle, WA" +485,205,162,"Oakland, CA",159,"Long Beach, CA" +485,206,159,"Long Beach, CA",159,"Long Beach, CA" +485,207,159,"Long Beach, CA",239,"Portland, OR" +485,208,268,"Seattle, WA",159,"Long Beach, CA" +485,209,268,"Seattle, WA",268,"Seattle, WA" +485,210,159,"Long Beach, CA",159,"Long Beach, CA" +485,211,159,"Long Beach, CA",268,"Seattle, WA" +485,212,159,"Long Beach, CA",159,"Long Beach, CA" +485,213,159,"Long Beach, CA",159,"Long Beach, CA" +485,214,159,"Long Beach, CA",159,"Long Beach, CA" +485,215,268,"Seattle, WA",162,"Oakland, CA" +485,216,159,"Long Beach, CA",159,"Long Beach, CA" +485,217,269,"Longview, WA",268,"Seattle, WA" +485,218,239,"Portland, OR",268,"Seattle, WA" +485,219,239,"Portland, OR",159,"Long Beach, CA" +485,220,159,"Long Beach, CA",159,"Long Beach, CA" +485,221,159,"Long Beach, CA",268,"Seattle, WA" +485,222,159,"Long Beach, CA",239,"Portland, OR" +485,223,159,"Long Beach, CA",159,"Long Beach, CA" +485,224,269,"Longview, WA",159,"Long Beach, CA" +485,225,159,"Long Beach, CA",269,"Longview, WA" +485,226,159,"Long Beach, CA",269,"Longview, WA" +485,227,268,"Seattle, WA",159,"Long Beach, CA" +485,228,162,"Oakland, CA",268,"Seattle, WA" +485,229,159,"Long Beach, CA",159,"Long Beach, CA" +485,230,269,"Longview, WA",268,"Seattle, WA" +485,231,269,"Longview, WA",239,"Portland, OR" +485,232,159,"Long Beach, CA",162,"Oakland, CA" +485,233,159,"Long Beach, CA",239,"Portland, OR" +485,234,159,"Long Beach, CA",162,"Oakland, CA" +485,235,159,"Long Beach, CA",268,"Seattle, WA" +485,236,159,"Long Beach, CA",159,"Long Beach, CA" +485,237,239,"Portland, OR",159,"Long Beach, CA" +485,238,159,"Long Beach, CA",159,"Long Beach, CA" +485,239,269,"Longview, WA",268,"Seattle, WA" +485,240,159,"Long Beach, CA",268,"Seattle, WA" +485,241,159,"Long Beach, CA",159,"Long Beach, CA" +485,242,268,"Seattle, WA",162,"Oakland, CA" +485,243,268,"Seattle, WA",159,"Long Beach, CA" +485,244,159,"Long Beach, CA",159,"Long Beach, CA" +485,245,159,"Long Beach, CA",159,"Long Beach, CA" +485,246,268,"Seattle, WA",159,"Long Beach, CA" +485,247,162,"Oakland, CA",268,"Seattle, WA" +485,248,162,"Oakland, CA",159,"Long Beach, CA" +485,249,159,"Long Beach, CA",239,"Portland, OR" +485,250,162,"Oakland, CA",159,"Long Beach, CA" +485,251,268,"Seattle, WA",159,"Long Beach, CA" +485,252,268,"Seattle, WA",268,"Seattle, WA" +485,253,159,"Long Beach, CA",268,"Seattle, WA" +485,254,159,"Long Beach, CA",159,"Long Beach, CA" +485,255,159,"Long Beach, CA",268,"Seattle, WA" +485,256,159,"Long Beach, CA",159,"Long Beach, CA" +485,257,159,"Long Beach, CA",269,"Longview, WA" +485,258,159,"Long Beach, CA",162,"Oakland, CA" +485,259,162,"Oakland, CA",239,"Portland, OR" +485,260,159,"Long Beach, CA",162,"Oakland, CA" +485,261,159,"Long Beach, CA",268,"Seattle, WA" +485,262,239,"Portland, OR",159,"Long Beach, CA" +485,263,162,"Oakland, CA",159,"Long Beach, CA" +485,264,162,"Oakland, CA",162,"Oakland, CA" +485,265,162,"Oakland, CA",239,"Portland, OR" +485,266,159,"Long Beach, CA",269,"Longview, WA" +485,267,159,"Long Beach, CA",159,"Long Beach, CA" +485,268,269,"Longview, WA",159,"Long Beach, CA" +485,269,162,"Oakland, CA",269,"Longview, WA" +485,270,159,"Long Beach, CA",159,"Long Beach, CA" +485,271,159,"Long Beach, CA",162,"Oakland, CA" +485,272,159,"Long Beach, CA",159,"Long Beach, CA" +485,273,268,"Seattle, WA",269,"Longview, WA" +486,1,159,"Long Beach, CA",159,"Long Beach, CA" +486,2,159,"Long Beach, CA",159,"Long Beach, CA" +486,3,159,"Long Beach, CA",159,"Long Beach, CA" +486,4,159,"Long Beach, CA",159,"Long Beach, CA" +486,5,159,"Long Beach, CA",159,"Long Beach, CA" +486,6,162,"Oakland, CA",162,"Oakland, CA" +486,7,159,"Long Beach, CA",159,"Long Beach, CA" +486,8,159,"Long Beach, CA",159,"Long Beach, CA" +486,9,159,"Long Beach, CA",159,"Long Beach, CA" +486,10,159,"Long Beach, CA",159,"Long Beach, CA" +486,11,159,"Long Beach, CA",159,"Long Beach, CA" +486,12,268,"Seattle, WA",268,"Seattle, WA" +486,13,162,"Oakland, CA",162,"Oakland, CA" +486,14,162,"Oakland, CA",162,"Oakland, CA" +486,15,159,"Long Beach, CA",159,"Long Beach, CA" +486,16,159,"Long Beach, CA",159,"Long Beach, CA" +486,17,159,"Long Beach, CA",159,"Long Beach, CA" +486,18,239,"Portland, OR",239,"Portland, OR" +486,19,159,"Long Beach, CA",159,"Long Beach, CA" +486,20,269,"Longview, WA",269,"Longview, WA" +486,21,159,"Long Beach, CA",159,"Long Beach, CA" +486,22,268,"Seattle, WA",268,"Seattle, WA" +486,23,159,"Long Beach, CA",159,"Long Beach, CA" +486,24,159,"Long Beach, CA",159,"Long Beach, CA" +486,25,159,"Long Beach, CA",159,"Long Beach, CA" +486,26,268,"Seattle, WA",268,"Seattle, WA" +486,27,159,"Long Beach, CA",159,"Long Beach, CA" +486,28,159,"Long Beach, CA",159,"Long Beach, CA" +486,29,159,"Long Beach, CA",159,"Long Beach, CA" +486,30,268,"Seattle, WA",268,"Seattle, WA" +486,31,268,"Seattle, WA",268,"Seattle, WA" +486,32,159,"Long Beach, CA",159,"Long Beach, CA" +486,33,159,"Long Beach, CA",159,"Long Beach, CA" +486,34,159,"Long Beach, CA",159,"Long Beach, CA" +486,35,159,"Long Beach, CA",159,"Long Beach, CA" +486,36,239,"Portland, OR",239,"Portland, OR" +486,37,159,"Long Beach, CA",159,"Long Beach, CA" +486,38,159,"Long Beach, CA",159,"Long Beach, CA" +486,39,268,"Seattle, WA",268,"Seattle, WA" +486,40,268,"Seattle, WA",268,"Seattle, WA" +486,41,159,"Long Beach, CA",159,"Long Beach, CA" +486,42,159,"Long Beach, CA",159,"Long Beach, CA" +486,43,159,"Long Beach, CA",159,"Long Beach, CA" +486,44,162,"Oakland, CA",162,"Oakland, CA" +486,45,268,"Seattle, WA",268,"Seattle, WA" +486,46,159,"Long Beach, CA",159,"Long Beach, CA" +486,47,239,"Portland, OR",239,"Portland, OR" +486,48,159,"Long Beach, CA",159,"Long Beach, CA" +486,49,162,"Oakland, CA",162,"Oakland, CA" +486,50,268,"Seattle, WA",268,"Seattle, WA" +486,51,159,"Long Beach, CA",159,"Long Beach, CA" +486,52,268,"Seattle, WA",268,"Seattle, WA" +486,53,159,"Long Beach, CA",159,"Long Beach, CA" +486,54,159,"Long Beach, CA",159,"Long Beach, CA" +486,55,159,"Long Beach, CA",159,"Long Beach, CA" +486,56,159,"Long Beach, CA",159,"Long Beach, CA" +486,57,162,"Oakland, CA",162,"Oakland, CA" +486,58,159,"Long Beach, CA",159,"Long Beach, CA" +486,59,268,"Seattle, WA",268,"Seattle, WA" +486,60,159,"Long Beach, CA",159,"Long Beach, CA" +486,61,268,"Seattle, WA",268,"Seattle, WA" +486,62,162,"Oakland, CA",162,"Oakland, CA" +486,63,159,"Long Beach, CA",159,"Long Beach, CA" +486,64,239,"Portland, OR",239,"Portland, OR" +486,65,159,"Long Beach, CA",159,"Long Beach, CA" +486,66,239,"Portland, OR",239,"Portland, OR" +486,67,159,"Long Beach, CA",159,"Long Beach, CA" +486,68,159,"Long Beach, CA",159,"Long Beach, CA" +486,69,268,"Seattle, WA",268,"Seattle, WA" +486,70,269,"Longview, WA",269,"Longview, WA" +486,71,159,"Long Beach, CA",159,"Long Beach, CA" +486,72,268,"Seattle, WA",268,"Seattle, WA" +486,73,268,"Seattle, WA",268,"Seattle, WA" +486,74,268,"Seattle, WA",268,"Seattle, WA" +486,75,268,"Seattle, WA",268,"Seattle, WA" +486,76,159,"Long Beach, CA",159,"Long Beach, CA" +486,77,159,"Long Beach, CA",159,"Long Beach, CA" +486,78,159,"Long Beach, CA",159,"Long Beach, CA" +486,79,268,"Seattle, WA",268,"Seattle, WA" +486,80,159,"Long Beach, CA",159,"Long Beach, CA" +486,81,159,"Long Beach, CA",159,"Long Beach, CA" +486,82,159,"Long Beach, CA",159,"Long Beach, CA" +486,83,159,"Long Beach, CA",159,"Long Beach, CA" +486,84,159,"Long Beach, CA",159,"Long Beach, CA" +486,85,268,"Seattle, WA",268,"Seattle, WA" +486,86,159,"Long Beach, CA",159,"Long Beach, CA" +486,87,159,"Long Beach, CA",159,"Long Beach, CA" +486,88,159,"Long Beach, CA",159,"Long Beach, CA" +486,89,159,"Long Beach, CA",159,"Long Beach, CA" +486,90,268,"Seattle, WA",268,"Seattle, WA" +486,91,159,"Long Beach, CA",159,"Long Beach, CA" +486,92,269,"Longview, WA",269,"Longview, WA" +486,93,268,"Seattle, WA",268,"Seattle, WA" +486,94,162,"Oakland, CA",162,"Oakland, CA" +486,95,159,"Long Beach, CA",159,"Long Beach, CA" +486,96,162,"Oakland, CA",162,"Oakland, CA" +486,97,239,"Portland, OR",239,"Portland, OR" +486,98,159,"Long Beach, CA",159,"Long Beach, CA" +486,99,239,"Portland, OR",239,"Portland, OR" +486,100,162,"Oakland, CA",162,"Oakland, CA" +486,101,268,"Seattle, WA",268,"Seattle, WA" +486,102,159,"Long Beach, CA",159,"Long Beach, CA" +486,103,159,"Long Beach, CA",159,"Long Beach, CA" +486,104,159,"Long Beach, CA",159,"Long Beach, CA" +486,105,159,"Long Beach, CA",159,"Long Beach, CA" +486,106,239,"Portland, OR",239,"Portland, OR" +486,107,159,"Long Beach, CA",159,"Long Beach, CA" +486,108,268,"Seattle, WA",268,"Seattle, WA" +486,109,159,"Long Beach, CA",159,"Long Beach, CA" +486,110,159,"Long Beach, CA",159,"Long Beach, CA" +486,111,159,"Long Beach, CA",159,"Long Beach, CA" +486,112,239,"Portland, OR",239,"Portland, OR" +486,113,159,"Long Beach, CA",159,"Long Beach, CA" +486,114,159,"Long Beach, CA",159,"Long Beach, CA" +486,115,159,"Long Beach, CA",159,"Long Beach, CA" +486,116,268,"Seattle, WA",268,"Seattle, WA" +486,117,159,"Long Beach, CA",159,"Long Beach, CA" +486,118,159,"Long Beach, CA",159,"Long Beach, CA" +486,119,162,"Oakland, CA",162,"Oakland, CA" +486,120,159,"Long Beach, CA",159,"Long Beach, CA" +486,121,159,"Long Beach, CA",159,"Long Beach, CA" +486,122,162,"Oakland, CA",162,"Oakland, CA" +486,123,159,"Long Beach, CA",159,"Long Beach, CA" +486,124,239,"Portland, OR",239,"Portland, OR" +486,125,159,"Long Beach, CA",159,"Long Beach, CA" +486,126,159,"Long Beach, CA",159,"Long Beach, CA" +486,127,159,"Long Beach, CA",159,"Long Beach, CA" +486,128,159,"Long Beach, CA",159,"Long Beach, CA" +486,129,239,"Portland, OR",239,"Portland, OR" +486,130,268,"Seattle, WA",268,"Seattle, WA" +486,131,159,"Long Beach, CA",159,"Long Beach, CA" +486,132,159,"Long Beach, CA",159,"Long Beach, CA" +486,151,268,"Seattle, WA",159,"Long Beach, CA" +486,152,159,"Long Beach, CA",159,"Long Beach, CA" +486,153,159,"Long Beach, CA",159,"Long Beach, CA" +486,154,154,"Anchorage, AK",154,"Anchorage, AK" +486,155,159,"Long Beach, CA",159,"Long Beach, CA" +486,156,159,"Long Beach, CA",269,"Longview, WA" +486,157,268,"Seattle, WA",159,"Long Beach, CA" +486,158,159,"Long Beach, CA",159,"Long Beach, CA" +486,159,268,"Seattle, WA",159,"Long Beach, CA" +486,160,162,"Oakland, CA",268,"Seattle, WA" +486,161,269,"Longview, WA",159,"Long Beach, CA" +486,162,159,"Long Beach, CA",269,"Longview, WA" +486,163,159,"Long Beach, CA",162,"Oakland, CA" +486,164,159,"Long Beach, CA",159,"Long Beach, CA" +486,165,268,"Seattle, WA",159,"Long Beach, CA" +486,166,159,"Long Beach, CA",159,"Long Beach, CA" +486,167,162,"Oakland, CA",268,"Seattle, WA" +486,168,159,"Long Beach, CA",269,"Longview, WA" +486,169,159,"Long Beach, CA",159,"Long Beach, CA" +486,170,239,"Portland, OR",159,"Long Beach, CA" +486,171,159,"Long Beach, CA",159,"Long Beach, CA" +486,172,268,"Seattle, WA",159,"Long Beach, CA" +486,173,162,"Oakland, CA",268,"Seattle, WA" +486,174,268,"Seattle, WA",159,"Long Beach, CA" +486,175,159,"Long Beach, CA",162,"Oakland, CA" +486,176,162,"Oakland, CA",162,"Oakland, CA" +486,177,162,"Oakland, CA",159,"Long Beach, CA" +486,178,159,"Long Beach, CA",268,"Seattle, WA" +486,179,179,"Honolulu, HI",179,"Honolulu, HI" +486,180,179,"Honolulu, HI",179,"Honolulu, HI" +486,181,162,"Oakland, CA",162,"Oakland, CA" +486,183,159,"Long Beach, CA",159,"Long Beach, CA" +486,184,268,"Seattle, WA",239,"Portland, OR" +486,185,159,"Long Beach, CA",159,"Long Beach, CA" +486,186,159,"Long Beach, CA",162,"Oakland, CA" +486,187,159,"Long Beach, CA",268,"Seattle, WA" +486,188,162,"Oakland, CA",159,"Long Beach, CA" +486,189,159,"Long Beach, CA",268,"Seattle, WA" +486,190,268,"Seattle, WA",159,"Long Beach, CA" +486,191,268,"Seattle, WA",239,"Portland, OR" +486,192,239,"Portland, OR",159,"Long Beach, CA" +486,193,159,"Long Beach, CA",159,"Long Beach, CA" +486,194,159,"Long Beach, CA",268,"Seattle, WA" +486,195,162,"Oakland, CA",268,"Seattle, WA" +486,196,268,"Seattle, WA",269,"Longview, WA" +486,197,268,"Seattle, WA",159,"Long Beach, CA" +486,198,159,"Long Beach, CA",159,"Long Beach, CA" +486,199,159,"Long Beach, CA",159,"Long Beach, CA" +486,200,268,"Seattle, WA",159,"Long Beach, CA" +486,201,268,"Seattle, WA",159,"Long Beach, CA" +486,202,159,"Long Beach, CA",268,"Seattle, WA" +486,203,159,"Long Beach, CA",159,"Long Beach, CA" +486,204,159,"Long Beach, CA",159,"Long Beach, CA" +486,205,159,"Long Beach, CA",239,"Portland, OR" +486,206,162,"Oakland, CA",239,"Portland, OR" +486,207,268,"Seattle, WA",268,"Seattle, WA" +486,208,268,"Seattle, WA",268,"Seattle, WA" +486,209,159,"Long Beach, CA",269,"Longview, WA" +486,210,159,"Long Beach, CA",268,"Seattle, WA" +486,211,159,"Long Beach, CA",269,"Longview, WA" +486,212,162,"Oakland, CA",268,"Seattle, WA" +486,213,268,"Seattle, WA",159,"Long Beach, CA" +486,214,162,"Oakland, CA",268,"Seattle, WA" +486,215,239,"Portland, OR",159,"Long Beach, CA" +486,216,159,"Long Beach, CA",159,"Long Beach, CA" +486,217,268,"Seattle, WA",159,"Long Beach, CA" +486,218,162,"Oakland, CA",159,"Long Beach, CA" +486,219,159,"Long Beach, CA",268,"Seattle, WA" +486,220,159,"Long Beach, CA",239,"Portland, OR" +486,221,159,"Long Beach, CA",268,"Seattle, WA" +486,222,239,"Portland, OR",159,"Long Beach, CA" +486,223,159,"Long Beach, CA",159,"Long Beach, CA" +486,224,268,"Seattle, WA",159,"Long Beach, CA" +486,225,159,"Long Beach, CA",239,"Portland, OR" +486,226,239,"Portland, OR",159,"Long Beach, CA" +486,227,159,"Long Beach, CA",269,"Longview, WA" +486,228,268,"Seattle, WA",269,"Longview, WA" +486,229,159,"Long Beach, CA",159,"Long Beach, CA" +486,230,159,"Long Beach, CA",268,"Seattle, WA" +486,231,268,"Seattle, WA",159,"Long Beach, CA" +486,232,268,"Seattle, WA",159,"Long Beach, CA" +486,233,162,"Oakland, CA",159,"Long Beach, CA" +486,234,268,"Seattle, WA",268,"Seattle, WA" +486,235,239,"Portland, OR",159,"Long Beach, CA" +486,236,159,"Long Beach, CA",159,"Long Beach, CA" +486,237,162,"Oakland, CA",159,"Long Beach, CA" +486,238,269,"Longview, WA",159,"Long Beach, CA" +486,239,159,"Long Beach, CA",159,"Long Beach, CA" +486,240,268,"Seattle, WA",159,"Long Beach, CA" +486,241,162,"Oakland, CA",159,"Long Beach, CA" +486,242,159,"Long Beach, CA",159,"Long Beach, CA" +486,243,268,"Seattle, WA",159,"Long Beach, CA" +486,244,162,"Oakland, CA",268,"Seattle, WA" +486,245,159,"Long Beach, CA",159,"Long Beach, CA" +486,246,162,"Oakland, CA",268,"Seattle, WA" +486,247,159,"Long Beach, CA",162,"Oakland, CA" +486,248,268,"Seattle, WA",268,"Seattle, WA" +486,249,162,"Oakland, CA",269,"Longview, WA" +486,250,159,"Long Beach, CA",159,"Long Beach, CA" +486,251,239,"Portland, OR",159,"Long Beach, CA" +486,252,159,"Long Beach, CA",268,"Seattle, WA" +486,253,162,"Oakland, CA",159,"Long Beach, CA" +486,254,162,"Oakland, CA",162,"Oakland, CA" +486,255,159,"Long Beach, CA",268,"Seattle, WA" +486,256,159,"Long Beach, CA",159,"Long Beach, CA" +486,257,162,"Oakland, CA",268,"Seattle, WA" +486,258,159,"Long Beach, CA",268,"Seattle, WA" +486,259,159,"Long Beach, CA",162,"Oakland, CA" +486,260,239,"Portland, OR",159,"Long Beach, CA" +486,261,159,"Long Beach, CA",159,"Long Beach, CA" +486,262,159,"Long Beach, CA",159,"Long Beach, CA" +486,263,159,"Long Beach, CA",159,"Long Beach, CA" +486,264,159,"Long Beach, CA",159,"Long Beach, CA" +486,265,159,"Long Beach, CA",159,"Long Beach, CA" +486,266,159,"Long Beach, CA",159,"Long Beach, CA" +486,267,268,"Seattle, WA",268,"Seattle, WA" +486,268,268,"Seattle, WA",239,"Portland, OR" +486,269,159,"Long Beach, CA",269,"Longview, WA" +486,270,159,"Long Beach, CA",159,"Long Beach, CA" +486,271,239,"Portland, OR",159,"Long Beach, CA" +486,272,162,"Oakland, CA",162,"Oakland, CA" +486,273,268,"Seattle, WA",162,"Oakland, CA" +487,1,174,"Tampa, FL",174,"Tampa, FL" +487,2,177,"Savannah, GA",177,"Savannah, GA" +487,3,171,"Jacksonville, FL",171,"Jacksonville, FL" +487,4,245,"Charleston, SC",245,"Charleston, SC" +487,5,245,"Charleston, SC",245,"Charleston, SC" +487,6,177,"Savannah, GA",177,"Savannah, GA" +487,7,171,"Jacksonville, FL",171,"Jacksonville, FL" +487,8,178,"Brunswick, GA",178,"Brunswick, GA" +487,9,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,10,174,"Tampa, FL",174,"Tampa, FL" +487,11,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,12,174,"Tampa, FL",174,"Tampa, FL" +487,13,177,"Savannah, GA",177,"Savannah, GA" +487,14,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,15,195,"New Orleans, LA",195,"New Orleans, LA" +487,16,177,"Savannah, GA",177,"Savannah, GA" +487,17,171,"Jacksonville, FL",171,"Jacksonville, FL" +487,18,245,"Charleston, SC",245,"Charleston, SC" +487,19,177,"Savannah, GA",177,"Savannah, GA" +487,20,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +487,21,195,"New Orleans, LA",195,"New Orleans, LA" +487,22,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,23,174,"Tampa, FL",174,"Tampa, FL" +487,24,245,"Charleston, SC",245,"Charleston, SC" +487,25,245,"Charleston, SC",245,"Charleston, SC" +487,26,177,"Savannah, GA",177,"Savannah, GA" +487,27,245,"Charleston, SC",245,"Charleston, SC" +487,28,177,"Savannah, GA",177,"Savannah, GA" +487,29,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,30,177,"Savannah, GA",177,"Savannah, GA" +487,31,177,"Savannah, GA",177,"Savannah, GA" +487,32,177,"Savannah, GA",177,"Savannah, GA" +487,33,171,"Jacksonville, FL",171,"Jacksonville, FL" +487,34,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +487,35,245,"Charleston, SC",245,"Charleston, SC" +487,36,177,"Savannah, GA",177,"Savannah, GA" +487,37,177,"Savannah, GA",177,"Savannah, GA" +487,38,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,39,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,40,174,"Tampa, FL",174,"Tampa, FL" +487,41,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,42,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,43,152,"Mobile, AL",152,"Mobile, AL" +487,44,245,"Charleston, SC",245,"Charleston, SC" +487,45,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,46,174,"Tampa, FL",174,"Tampa, FL" +487,47,245,"Charleston, SC",245,"Charleston, SC" +487,48,177,"Savannah, GA",177,"Savannah, GA" +487,49,174,"Tampa, FL",174,"Tampa, FL" +487,50,174,"Tampa, FL",174,"Tampa, FL" +487,51,245,"Charleston, SC",245,"Charleston, SC" +487,52,245,"Charleston, SC",245,"Charleston, SC" +487,53,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,54,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,55,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,56,174,"Tampa, FL",174,"Tampa, FL" +487,57,245,"Charleston, SC",245,"Charleston, SC" +487,58,177,"Savannah, GA",177,"Savannah, GA" +487,59,174,"Tampa, FL",174,"Tampa, FL" +487,60,208,"Pascagoula, MS",208,"Pascagoula, MS" +487,61,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,62,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +487,63,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +487,64,152,"Mobile, AL",152,"Mobile, AL" +487,65,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,66,177,"Savannah, GA",177,"Savannah, GA" +487,67,177,"Savannah, GA",177,"Savannah, GA" +487,68,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,69,152,"Mobile, AL",152,"Mobile, AL" +487,70,177,"Savannah, GA",177,"Savannah, GA" +487,71,174,"Tampa, FL",174,"Tampa, FL" +487,72,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,73,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +487,74,177,"Savannah, GA",177,"Savannah, GA" +487,75,171,"Jacksonville, FL",171,"Jacksonville, FL" +487,76,245,"Charleston, SC",245,"Charleston, SC" +487,77,177,"Savannah, GA",177,"Savannah, GA" +487,78,152,"Mobile, AL",152,"Mobile, AL" +487,79,241,"Philadelphia, PA",241,"Philadelphia, PA" +487,80,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +487,81,245,"Charleston, SC",245,"Charleston, SC" +487,82,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,83,174,"Tampa, FL",174,"Tampa, FL" +487,84,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +487,85,171,"Jacksonville, FL",171,"Jacksonville, FL" +487,86,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,87,177,"Savannah, GA",177,"Savannah, GA" +487,88,177,"Savannah, GA",177,"Savannah, GA" +487,89,171,"Jacksonville, FL",171,"Jacksonville, FL" +487,90,171,"Jacksonville, FL",171,"Jacksonville, FL" +487,91,171,"Jacksonville, FL",171,"Jacksonville, FL" +487,92,152,"Mobile, AL",152,"Mobile, AL" +487,93,245,"Charleston, SC",245,"Charleston, SC" +487,94,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,95,171,"Jacksonville, FL",171,"Jacksonville, FL" +487,96,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,97,195,"New Orleans, LA",195,"New Orleans, LA" +487,98,177,"Savannah, GA",177,"Savannah, GA" +487,99,174,"Tampa, FL",174,"Tampa, FL" +487,100,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,101,171,"Jacksonville, FL",171,"Jacksonville, FL" +487,102,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,103,195,"New Orleans, LA",195,"New Orleans, LA" +487,104,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,105,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,106,174,"Tampa, FL",174,"Tampa, FL" +487,107,174,"Tampa, FL",174,"Tampa, FL" +487,108,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,109,245,"Charleston, SC",245,"Charleston, SC" +487,110,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,111,245,"Charleston, SC",245,"Charleston, SC" +487,112,245,"Charleston, SC",245,"Charleston, SC" +487,113,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +487,114,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +487,115,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,116,245,"Charleston, SC",245,"Charleston, SC" +487,117,177,"Savannah, GA",177,"Savannah, GA" +487,118,177,"Savannah, GA",177,"Savannah, GA" +487,119,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,120,174,"Tampa, FL",174,"Tampa, FL" +487,121,152,"Mobile, AL",152,"Mobile, AL" +487,122,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +487,123,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,124,177,"Savannah, GA",177,"Savannah, GA" +487,125,177,"Savannah, GA",177,"Savannah, GA" +487,126,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +487,127,177,"Savannah, GA",177,"Savannah, GA" +487,128,198,"Baltimore, MD",198,"Baltimore, MD" +487,129,177,"Savannah, GA",177,"Savannah, GA" +487,130,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,131,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,132,171,"Jacksonville, FL",171,"Jacksonville, FL" +487,151,195,"New Orleans, LA",177,"Savannah, GA" +487,152,195,"New Orleans, LA",195,"New Orleans, LA" +487,153,177,"Savannah, GA",171,"Jacksonville, FL" +487,154,154,"Anchorage, AK",154,"Anchorage, AK" +487,155,253,"Beaumont, TX",208,"Pascagoula, MS" +487,156,172,"Port Everglades, FL",253,"Beaumont, TX" +487,157,177,"Savannah, GA",171,"Jacksonville, FL" +487,158,152,"Mobile, AL",208,"Pascagoula, MS" +487,159,177,"Savannah, GA",195,"New Orleans, LA" +487,160,172,"Port Everglades, FL",254,"Corpus Christi, TX" +487,161,177,"Savannah, GA",253,"Beaumont, TX" +487,162,174,"Tampa, FL",195,"New Orleans, LA" +487,163,194,"Lake Charles, LA",194,"Lake Charles, LA" +487,164,172,"Port Everglades, FL",257,"Houston, TX" +487,165,172,"Port Everglades, FL",177,"Savannah, GA" +487,166,177,"Savannah, GA",265,"Norfolk Harbor, VA" +487,167,171,"Jacksonville, FL",245,"Charleston, SC" +487,168,172,"Port Everglades, FL",223,"New York, NY and NJ" +487,169,171,"Jacksonville, FL",245,"Charleston, SC" +487,170,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +487,171,177,"Savannah, GA",177,"Savannah, GA" +487,172,245,"Charleston, SC",171,"Jacksonville, FL" +487,173,177,"Savannah, GA",245,"Charleston, SC" +487,174,177,"Savannah, GA",171,"Jacksonville, FL" +487,175,177,"Savannah, GA",177,"Savannah, GA" +487,176,177,"Savannah, GA",172,"Port Everglades, FL" +487,177,171,"Jacksonville, FL",177,"Savannah, GA" +487,178,229,"Wilmington, NC",245,"Charleston, SC" +487,179,179,"Honolulu, HI",179,"Honolulu, HI" +487,180,179,"Honolulu, HI",179,"Honolulu, HI" +487,181,193,"Baton Rouge, LA",177,"Savannah, GA" +487,183,172,"Port Everglades, FL",177,"Savannah, GA" +487,184,152,"Mobile, AL",172,"Port Everglades, FL" +487,185,174,"Tampa, FL",198,"Baltimore, MD" +487,186,178,"Brunswick, GA",174,"Tampa, FL" +487,187,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +487,188,245,"Charleston, SC",198,"Baltimore, MD" +487,189,174,"Tampa, FL",177,"Savannah, GA" +487,190,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +487,191,171,"Jacksonville, FL",245,"Charleston, SC" +487,192,245,"Charleston, SC",265,"Norfolk Harbor, VA" +487,193,171,"Jacksonville, FL",172,"Port Everglades, FL" +487,194,172,"Port Everglades, FL",253,"Beaumont, TX" +487,195,195,"New Orleans, LA",195,"New Orleans, LA" +487,196,171,"Jacksonville, FL",152,"Mobile, AL" +487,197,174,"Tampa, FL",265,"Norfolk Harbor, VA" +487,198,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +487,199,174,"Tampa, FL",169,"Wilmington, DE" +487,200,245,"Charleston, SC",265,"Norfolk Harbor, VA" +487,201,171,"Jacksonville, FL",217,"New York, NY and NJ" +487,202,245,"Charleston, SC",174,"Tampa, FL" +487,203,265,"Norfolk Harbor, VA",245,"Charleston, SC" +487,204,177,"Savannah, GA",152,"Mobile, AL" +487,205,245,"Charleston, SC",244,"Providence, RI" +487,206,177,"Savannah, GA",152,"Mobile, AL" +487,207,152,"Mobile, AL",177,"Savannah, GA" +487,208,177,"Savannah, GA",195,"New Orleans, LA" +487,209,171,"Jacksonville, FL",208,"Pascagoula, MS" +487,210,177,"Savannah, GA",195,"New Orleans, LA" +487,211,172,"Port Everglades, FL",257,"Houston, TX" +487,212,177,"Savannah, GA",172,"Port Everglades, FL" +487,213,177,"Savannah, GA",171,"Jacksonville, FL" +487,214,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +487,215,171,"Jacksonville, FL",208,"Pascagoula, MS" +487,216,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +487,217,172,"Port Everglades, FL",218,"Camden-Gloucester, NJ" +487,218,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +487,219,177,"Savannah, GA",217,"New York, NY and NJ" +487,220,174,"Tampa, FL",257,"Houston, TX" +487,221,174,"Tampa, FL",169,"Wilmington, DE" +487,222,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +487,223,245,"Charleston, SC",223,"New York, NY and NJ" +487,224,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +487,225,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +487,226,177,"Savannah, GA",177,"Savannah, GA" +487,227,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +487,228,171,"Jacksonville, FL",174,"Tampa, FL" +487,229,245,"Charleston, SC",171,"Jacksonville, FL" +487,230,177,"Savannah, GA",172,"Port Everglades, FL" +487,231,177,"Savannah, GA",172,"Port Everglades, FL" +487,232,177,"Savannah, GA",223,"New York, NY and NJ" +487,233,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +487,234,177,"Savannah, GA",171,"Jacksonville, FL" +487,235,177,"Savannah, GA",177,"Savannah, GA" +487,236,152,"Mobile, AL",152,"Mobile, AL" +487,237,171,"Jacksonville, FL",174,"Tampa, FL" +487,238,245,"Charleston, SC",253,"Beaumont, TX" +487,239,177,"Savannah, GA",257,"Houston, TX" +487,240,172,"Port Everglades, FL",195,"New Orleans, LA" +487,241,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +487,242,229,"Wilmington, NC",172,"Port Everglades, FL" +487,243,172,"Port Everglades, FL",172,"Port Everglades, FL" +487,244,245,"Charleston, SC",198,"Baltimore, MD" +487,245,245,"Charleston, SC",172,"Port Everglades, FL" +487,246,177,"Savannah, GA",229,"Wilmington, NC" +487,247,177,"Savannah, GA",177,"Savannah, GA" +487,248,245,"Charleston, SC",152,"Mobile, AL" +487,249,195,"New Orleans, LA",178,"Brunswick, GA" +487,250,245,"Charleston, SC",172,"Port Everglades, FL" +487,251,172,"Port Everglades, FL",177,"Savannah, GA" +487,252,195,"New Orleans, LA",195,"New Orleans, LA" +487,253,152,"Mobile, AL",172,"Port Everglades, FL" +487,254,174,"Tampa, FL",171,"Jacksonville, FL" +487,255,208,"Pascagoula, MS",257,"Houston, TX" +487,256,254,"Corpus Christi, TX",253,"Beaumont, TX" +487,257,177,"Savannah, GA",195,"New Orleans, LA" +487,258,171,"Jacksonville, FL",257,"Houston, TX" +487,259,172,"Port Everglades, FL",152,"Mobile, AL" +487,260,194,"Lake Charles, LA",194,"Lake Charles, LA" +487,261,177,"Savannah, GA",195,"New Orleans, LA" +487,262,172,"Port Everglades, FL",257,"Houston, TX" +487,263,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +487,264,245,"Charleston, SC",174,"Tampa, FL" +487,265,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +487,266,245,"Charleston, SC",245,"Charleston, SC" +487,267,174,"Tampa, FL",198,"Baltimore, MD" +487,268,177,"Savannah, GA",172,"Port Everglades, FL" +487,269,195,"New Orleans, LA",171,"Jacksonville, FL" +487,270,172,"Port Everglades, FL",265,"Norfolk Harbor, VA" +487,271,177,"Savannah, GA",177,"Savannah, GA" +487,272,265,"Norfolk Harbor, VA",174,"Tampa, FL" +487,273,245,"Charleston, SC",195,"New Orleans, LA" +488,1,159,"Long Beach, CA",159,"Long Beach, CA" +488,2,268,"Seattle, WA",268,"Seattle, WA" +488,3,162,"Oakland, CA",162,"Oakland, CA" +488,4,159,"Long Beach, CA",159,"Long Beach, CA" +488,5,268,"Seattle, WA",268,"Seattle, WA" +488,6,159,"Long Beach, CA",159,"Long Beach, CA" +488,7,159,"Long Beach, CA",159,"Long Beach, CA" +488,8,159,"Long Beach, CA",159,"Long Beach, CA" +488,9,269,"Longview, WA",269,"Longview, WA" +488,10,159,"Long Beach, CA",159,"Long Beach, CA" +488,11,159,"Long Beach, CA",159,"Long Beach, CA" +488,12,159,"Long Beach, CA",159,"Long Beach, CA" +488,13,159,"Long Beach, CA",159,"Long Beach, CA" +488,14,159,"Long Beach, CA",159,"Long Beach, CA" +488,15,159,"Long Beach, CA",159,"Long Beach, CA" +488,16,159,"Long Beach, CA",159,"Long Beach, CA" +488,17,162,"Oakland, CA",162,"Oakland, CA" +488,18,162,"Oakland, CA",162,"Oakland, CA" +488,19,159,"Long Beach, CA",159,"Long Beach, CA" +488,20,159,"Long Beach, CA",159,"Long Beach, CA" +488,21,159,"Long Beach, CA",159,"Long Beach, CA" +488,22,159,"Long Beach, CA",159,"Long Beach, CA" +488,23,162,"Oakland, CA",162,"Oakland, CA" +488,24,159,"Long Beach, CA",159,"Long Beach, CA" +488,25,159,"Long Beach, CA",159,"Long Beach, CA" +488,26,159,"Long Beach, CA",159,"Long Beach, CA" +488,27,268,"Seattle, WA",268,"Seattle, WA" +488,28,239,"Portland, OR",239,"Portland, OR" +488,29,162,"Oakland, CA",162,"Oakland, CA" +488,30,159,"Long Beach, CA",159,"Long Beach, CA" +488,31,159,"Long Beach, CA",159,"Long Beach, CA" +488,32,162,"Oakland, CA",162,"Oakland, CA" +488,33,162,"Oakland, CA",162,"Oakland, CA" +488,34,159,"Long Beach, CA",159,"Long Beach, CA" +488,35,269,"Longview, WA",269,"Longview, WA" +488,36,159,"Long Beach, CA",159,"Long Beach, CA" +488,37,162,"Oakland, CA",162,"Oakland, CA" +488,38,162,"Oakland, CA",162,"Oakland, CA" +488,39,239,"Portland, OR",239,"Portland, OR" +488,40,159,"Long Beach, CA",159,"Long Beach, CA" +488,41,239,"Portland, OR",239,"Portland, OR" +488,42,159,"Long Beach, CA",159,"Long Beach, CA" +488,43,159,"Long Beach, CA",159,"Long Beach, CA" +488,44,162,"Oakland, CA",162,"Oakland, CA" +488,45,159,"Long Beach, CA",159,"Long Beach, CA" +488,46,159,"Long Beach, CA",159,"Long Beach, CA" +488,47,159,"Long Beach, CA",159,"Long Beach, CA" +488,48,159,"Long Beach, CA",159,"Long Beach, CA" +488,49,159,"Long Beach, CA",159,"Long Beach, CA" +488,50,159,"Long Beach, CA",159,"Long Beach, CA" +488,51,159,"Long Beach, CA",159,"Long Beach, CA" +488,52,269,"Longview, WA",269,"Longview, WA" +488,53,268,"Seattle, WA",268,"Seattle, WA" +488,54,159,"Long Beach, CA",159,"Long Beach, CA" +488,55,159,"Long Beach, CA",159,"Long Beach, CA" +488,56,268,"Seattle, WA",268,"Seattle, WA" +488,57,159,"Long Beach, CA",159,"Long Beach, CA" +488,58,159,"Long Beach, CA",159,"Long Beach, CA" +488,59,159,"Long Beach, CA",159,"Long Beach, CA" +488,60,159,"Long Beach, CA",159,"Long Beach, CA" +488,61,162,"Oakland, CA",162,"Oakland, CA" +488,62,159,"Long Beach, CA",159,"Long Beach, CA" +488,63,159,"Long Beach, CA",159,"Long Beach, CA" +488,64,162,"Oakland, CA",162,"Oakland, CA" +488,65,159,"Long Beach, CA",159,"Long Beach, CA" +488,66,268,"Seattle, WA",268,"Seattle, WA" +488,67,159,"Long Beach, CA",159,"Long Beach, CA" +488,68,159,"Long Beach, CA",159,"Long Beach, CA" +488,69,268,"Seattle, WA",268,"Seattle, WA" +488,70,159,"Long Beach, CA",159,"Long Beach, CA" +488,71,159,"Long Beach, CA",159,"Long Beach, CA" +488,72,162,"Oakland, CA",162,"Oakland, CA" +488,73,159,"Long Beach, CA",159,"Long Beach, CA" +488,74,162,"Oakland, CA",162,"Oakland, CA" +488,75,159,"Long Beach, CA",159,"Long Beach, CA" +488,76,159,"Long Beach, CA",159,"Long Beach, CA" +488,77,159,"Long Beach, CA",159,"Long Beach, CA" +488,78,268,"Seattle, WA",268,"Seattle, WA" +488,79,159,"Long Beach, CA",159,"Long Beach, CA" +488,80,268,"Seattle, WA",268,"Seattle, WA" +488,81,159,"Long Beach, CA",159,"Long Beach, CA" +488,82,269,"Longview, WA",269,"Longview, WA" +488,83,159,"Long Beach, CA",159,"Long Beach, CA" +488,84,159,"Long Beach, CA",159,"Long Beach, CA" +488,85,159,"Long Beach, CA",159,"Long Beach, CA" +488,86,159,"Long Beach, CA",159,"Long Beach, CA" +488,87,159,"Long Beach, CA",159,"Long Beach, CA" +488,88,159,"Long Beach, CA",159,"Long Beach, CA" +488,89,269,"Longview, WA",269,"Longview, WA" +488,90,159,"Long Beach, CA",159,"Long Beach, CA" +488,91,159,"Long Beach, CA",159,"Long Beach, CA" +488,92,269,"Longview, WA",269,"Longview, WA" +488,93,239,"Portland, OR",239,"Portland, OR" +488,94,159,"Long Beach, CA",159,"Long Beach, CA" +488,95,159,"Long Beach, CA",159,"Long Beach, CA" +488,96,159,"Long Beach, CA",159,"Long Beach, CA" +488,97,159,"Long Beach, CA",159,"Long Beach, CA" +488,98,162,"Oakland, CA",162,"Oakland, CA" +488,99,159,"Long Beach, CA",159,"Long Beach, CA" +488,100,239,"Portland, OR",239,"Portland, OR" +488,101,162,"Oakland, CA",162,"Oakland, CA" +488,102,269,"Longview, WA",269,"Longview, WA" +488,103,268,"Seattle, WA",268,"Seattle, WA" +488,104,159,"Long Beach, CA",159,"Long Beach, CA" +488,105,268,"Seattle, WA",268,"Seattle, WA" +488,106,159,"Long Beach, CA",159,"Long Beach, CA" +488,107,159,"Long Beach, CA",159,"Long Beach, CA" +488,108,268,"Seattle, WA",268,"Seattle, WA" +488,109,159,"Long Beach, CA",159,"Long Beach, CA" +488,110,159,"Long Beach, CA",159,"Long Beach, CA" +488,111,159,"Long Beach, CA",159,"Long Beach, CA" +488,112,159,"Long Beach, CA",159,"Long Beach, CA" +488,113,159,"Long Beach, CA",159,"Long Beach, CA" +488,114,159,"Long Beach, CA",159,"Long Beach, CA" +488,115,159,"Long Beach, CA",159,"Long Beach, CA" +488,116,159,"Long Beach, CA",159,"Long Beach, CA" +488,117,159,"Long Beach, CA",159,"Long Beach, CA" +488,118,268,"Seattle, WA",268,"Seattle, WA" +488,119,159,"Long Beach, CA",159,"Long Beach, CA" +488,120,268,"Seattle, WA",268,"Seattle, WA" +488,121,159,"Long Beach, CA",159,"Long Beach, CA" +488,122,159,"Long Beach, CA",159,"Long Beach, CA" +488,123,159,"Long Beach, CA",159,"Long Beach, CA" +488,124,159,"Long Beach, CA",159,"Long Beach, CA" +488,125,159,"Long Beach, CA",159,"Long Beach, CA" +488,126,268,"Seattle, WA",268,"Seattle, WA" +488,127,162,"Oakland, CA",162,"Oakland, CA" +488,128,159,"Long Beach, CA",159,"Long Beach, CA" +488,129,159,"Long Beach, CA",159,"Long Beach, CA" +488,130,269,"Longview, WA",269,"Longview, WA" +488,131,159,"Long Beach, CA",159,"Long Beach, CA" +488,132,159,"Long Beach, CA",159,"Long Beach, CA" +488,151,268,"Seattle, WA",159,"Long Beach, CA" +488,152,162,"Oakland, CA",268,"Seattle, WA" +488,153,159,"Long Beach, CA",162,"Oakland, CA" +488,154,154,"Anchorage, AK",154,"Anchorage, AK" +488,155,239,"Portland, OR",162,"Oakland, CA" +488,156,268,"Seattle, WA",159,"Long Beach, CA" +488,157,162,"Oakland, CA",162,"Oakland, CA" +488,158,159,"Long Beach, CA",159,"Long Beach, CA" +488,159,159,"Long Beach, CA",162,"Oakland, CA" +488,160,268,"Seattle, WA",268,"Seattle, WA" +488,161,159,"Long Beach, CA",239,"Portland, OR" +488,162,159,"Long Beach, CA",239,"Portland, OR" +488,163,268,"Seattle, WA",159,"Long Beach, CA" +488,164,162,"Oakland, CA",159,"Long Beach, CA" +488,165,159,"Long Beach, CA",269,"Longview, WA" +488,166,268,"Seattle, WA",159,"Long Beach, CA" +488,167,159,"Long Beach, CA",159,"Long Beach, CA" +488,168,268,"Seattle, WA",162,"Oakland, CA" +488,169,159,"Long Beach, CA",268,"Seattle, WA" +488,170,159,"Long Beach, CA",159,"Long Beach, CA" +488,171,162,"Oakland, CA",159,"Long Beach, CA" +488,172,162,"Oakland, CA",159,"Long Beach, CA" +488,173,269,"Longview, WA",268,"Seattle, WA" +488,174,162,"Oakland, CA",159,"Long Beach, CA" +488,175,159,"Long Beach, CA",159,"Long Beach, CA" +488,176,239,"Portland, OR",162,"Oakland, CA" +488,177,159,"Long Beach, CA",159,"Long Beach, CA" +488,178,159,"Long Beach, CA",268,"Seattle, WA" +488,179,179,"Honolulu, HI",179,"Honolulu, HI" +488,180,179,"Honolulu, HI",179,"Honolulu, HI" +488,181,159,"Long Beach, CA",162,"Oakland, CA" +488,183,159,"Long Beach, CA",159,"Long Beach, CA" +488,184,159,"Long Beach, CA",162,"Oakland, CA" +488,185,159,"Long Beach, CA",159,"Long Beach, CA" +488,186,268,"Seattle, WA",268,"Seattle, WA" +488,187,162,"Oakland, CA",159,"Long Beach, CA" +488,188,159,"Long Beach, CA",159,"Long Beach, CA" +488,189,239,"Portland, OR",269,"Longview, WA" +488,190,268,"Seattle, WA",268,"Seattle, WA" +488,191,159,"Long Beach, CA",162,"Oakland, CA" +488,192,159,"Long Beach, CA",159,"Long Beach, CA" +488,193,159,"Long Beach, CA",162,"Oakland, CA" +488,194,162,"Oakland, CA",268,"Seattle, WA" +488,195,159,"Long Beach, CA",159,"Long Beach, CA" +488,196,269,"Longview, WA",162,"Oakland, CA" +488,197,162,"Oakland, CA",159,"Long Beach, CA" +488,198,159,"Long Beach, CA",159,"Long Beach, CA" +488,199,159,"Long Beach, CA",268,"Seattle, WA" +488,200,162,"Oakland, CA",239,"Portland, OR" +488,201,159,"Long Beach, CA",268,"Seattle, WA" +488,202,268,"Seattle, WA",162,"Oakland, CA" +488,203,159,"Long Beach, CA",269,"Longview, WA" +488,204,159,"Long Beach, CA",159,"Long Beach, CA" +488,205,159,"Long Beach, CA",159,"Long Beach, CA" +488,206,162,"Oakland, CA",268,"Seattle, WA" +488,207,159,"Long Beach, CA",159,"Long Beach, CA" +488,208,162,"Oakland, CA",162,"Oakland, CA" +488,209,239,"Portland, OR",159,"Long Beach, CA" +488,210,159,"Long Beach, CA",159,"Long Beach, CA" +488,211,159,"Long Beach, CA",162,"Oakland, CA" +488,212,159,"Long Beach, CA",159,"Long Beach, CA" +488,213,159,"Long Beach, CA",159,"Long Beach, CA" +488,214,268,"Seattle, WA",159,"Long Beach, CA" +488,215,159,"Long Beach, CA",268,"Seattle, WA" +488,216,162,"Oakland, CA",159,"Long Beach, CA" +488,217,268,"Seattle, WA",162,"Oakland, CA" +488,218,159,"Long Beach, CA",159,"Long Beach, CA" +488,219,159,"Long Beach, CA",159,"Long Beach, CA" +488,220,269,"Longview, WA",159,"Long Beach, CA" +488,221,239,"Portland, OR",159,"Long Beach, CA" +488,222,159,"Long Beach, CA",269,"Longview, WA" +488,223,162,"Oakland, CA",159,"Long Beach, CA" +488,224,159,"Long Beach, CA",162,"Oakland, CA" +488,225,159,"Long Beach, CA",159,"Long Beach, CA" +488,226,268,"Seattle, WA",159,"Long Beach, CA" +488,227,268,"Seattle, WA",268,"Seattle, WA" +488,228,159,"Long Beach, CA",159,"Long Beach, CA" +488,229,239,"Portland, OR",159,"Long Beach, CA" +488,230,162,"Oakland, CA",159,"Long Beach, CA" +488,231,269,"Longview, WA",268,"Seattle, WA" +488,232,239,"Portland, OR",159,"Long Beach, CA" +488,233,159,"Long Beach, CA",159,"Long Beach, CA" +488,234,159,"Long Beach, CA",159,"Long Beach, CA" +488,235,159,"Long Beach, CA",162,"Oakland, CA" +488,236,239,"Portland, OR",159,"Long Beach, CA" +488,237,268,"Seattle, WA",159,"Long Beach, CA" +488,238,162,"Oakland, CA",268,"Seattle, WA" +488,239,239,"Portland, OR",159,"Long Beach, CA" +488,240,159,"Long Beach, CA",162,"Oakland, CA" +488,241,162,"Oakland, CA",268,"Seattle, WA" +488,242,159,"Long Beach, CA",159,"Long Beach, CA" +488,243,159,"Long Beach, CA",159,"Long Beach, CA" +488,244,159,"Long Beach, CA",159,"Long Beach, CA" +488,245,162,"Oakland, CA",159,"Long Beach, CA" +488,246,159,"Long Beach, CA",268,"Seattle, WA" +488,247,268,"Seattle, WA",268,"Seattle, WA" +488,248,159,"Long Beach, CA",159,"Long Beach, CA" +488,249,162,"Oakland, CA",162,"Oakland, CA" +488,250,159,"Long Beach, CA",162,"Oakland, CA" +488,251,159,"Long Beach, CA",159,"Long Beach, CA" +488,252,159,"Long Beach, CA",268,"Seattle, WA" +488,253,268,"Seattle, WA",162,"Oakland, CA" +488,254,269,"Longview, WA",159,"Long Beach, CA" +488,255,159,"Long Beach, CA",159,"Long Beach, CA" +488,256,159,"Long Beach, CA",159,"Long Beach, CA" +488,257,239,"Portland, OR",159,"Long Beach, CA" +488,258,159,"Long Beach, CA",159,"Long Beach, CA" +488,259,239,"Portland, OR",159,"Long Beach, CA" +488,260,162,"Oakland, CA",162,"Oakland, CA" +488,261,268,"Seattle, WA",268,"Seattle, WA" +488,262,159,"Long Beach, CA",268,"Seattle, WA" +488,263,269,"Longview, WA",159,"Long Beach, CA" +488,264,159,"Long Beach, CA",159,"Long Beach, CA" +488,265,268,"Seattle, WA",269,"Longview, WA" +488,266,159,"Long Beach, CA",159,"Long Beach, CA" +488,267,159,"Long Beach, CA",268,"Seattle, WA" +488,268,269,"Longview, WA",159,"Long Beach, CA" +488,269,159,"Long Beach, CA",159,"Long Beach, CA" +488,270,159,"Long Beach, CA",159,"Long Beach, CA" +488,271,159,"Long Beach, CA",159,"Long Beach, CA" +488,272,159,"Long Beach, CA",159,"Long Beach, CA" +488,273,268,"Seattle, WA",162,"Oakland, CA" +489,1,159,"Long Beach, CA",159,"Long Beach, CA" +489,2,159,"Long Beach, CA",159,"Long Beach, CA" +489,3,268,"Seattle, WA",268,"Seattle, WA" +489,4,195,"New Orleans, LA",195,"New Orleans, LA" +489,5,162,"Oakland, CA",162,"Oakland, CA" +489,6,159,"Long Beach, CA",159,"Long Beach, CA" +489,7,159,"Long Beach, CA",159,"Long Beach, CA" +489,8,159,"Long Beach, CA",159,"Long Beach, CA" +489,9,162,"Oakland, CA",162,"Oakland, CA" +489,10,162,"Oakland, CA",162,"Oakland, CA" +489,11,159,"Long Beach, CA",159,"Long Beach, CA" +489,12,162,"Oakland, CA",162,"Oakland, CA" +489,13,239,"Portland, OR",239,"Portland, OR" +489,14,159,"Long Beach, CA",159,"Long Beach, CA" +489,15,208,"Pascagoula, MS",208,"Pascagoula, MS" +489,16,159,"Long Beach, CA",159,"Long Beach, CA" +489,17,162,"Oakland, CA",162,"Oakland, CA" +489,18,162,"Oakland, CA",162,"Oakland, CA" +489,19,159,"Long Beach, CA",159,"Long Beach, CA" +489,20,159,"Long Beach, CA",159,"Long Beach, CA" +489,21,269,"Longview, WA",269,"Longview, WA" +489,22,268,"Seattle, WA",268,"Seattle, WA" +489,23,162,"Oakland, CA",162,"Oakland, CA" +489,24,159,"Long Beach, CA",159,"Long Beach, CA" +489,25,159,"Long Beach, CA",159,"Long Beach, CA" +489,26,268,"Seattle, WA",268,"Seattle, WA" +489,27,159,"Long Beach, CA",159,"Long Beach, CA" +489,28,269,"Longview, WA",269,"Longview, WA" +489,29,159,"Long Beach, CA",159,"Long Beach, CA" +489,30,159,"Long Beach, CA",159,"Long Beach, CA" +489,31,159,"Long Beach, CA",159,"Long Beach, CA" +489,32,159,"Long Beach, CA",159,"Long Beach, CA" +489,33,162,"Oakland, CA",162,"Oakland, CA" +489,34,162,"Oakland, CA",162,"Oakland, CA" +489,35,268,"Seattle, WA",268,"Seattle, WA" +489,36,268,"Seattle, WA",268,"Seattle, WA" +489,37,159,"Long Beach, CA",159,"Long Beach, CA" +489,38,159,"Long Beach, CA",159,"Long Beach, CA" +489,39,239,"Portland, OR",239,"Portland, OR" +489,40,268,"Seattle, WA",268,"Seattle, WA" +489,41,268,"Seattle, WA",268,"Seattle, WA" +489,42,159,"Long Beach, CA",159,"Long Beach, CA" +489,43,159,"Long Beach, CA",159,"Long Beach, CA" +489,44,159,"Long Beach, CA",159,"Long Beach, CA" +489,45,239,"Portland, OR",239,"Portland, OR" +489,46,268,"Seattle, WA",268,"Seattle, WA" +489,47,239,"Portland, OR",239,"Portland, OR" +489,48,239,"Portland, OR",239,"Portland, OR" +489,49,159,"Long Beach, CA",159,"Long Beach, CA" +489,50,269,"Longview, WA",269,"Longview, WA" +489,51,268,"Seattle, WA",268,"Seattle, WA" +489,52,269,"Longview, WA",269,"Longview, WA" +489,53,269,"Longview, WA",269,"Longview, WA" +489,54,268,"Seattle, WA",268,"Seattle, WA" +489,55,268,"Seattle, WA",268,"Seattle, WA" +489,56,195,"New Orleans, LA",195,"New Orleans, LA" +489,57,159,"Long Beach, CA",159,"Long Beach, CA" +489,58,268,"Seattle, WA",268,"Seattle, WA" +489,59,162,"Oakland, CA",162,"Oakland, CA" +489,60,162,"Oakland, CA",162,"Oakland, CA" +489,61,159,"Long Beach, CA",159,"Long Beach, CA" +489,62,159,"Long Beach, CA",159,"Long Beach, CA" +489,63,268,"Seattle, WA",268,"Seattle, WA" +489,64,268,"Seattle, WA",268,"Seattle, WA" +489,65,159,"Long Beach, CA",159,"Long Beach, CA" +489,66,268,"Seattle, WA",268,"Seattle, WA" +489,67,159,"Long Beach, CA",159,"Long Beach, CA" +489,68,268,"Seattle, WA",268,"Seattle, WA" +489,69,239,"Portland, OR",239,"Portland, OR" +489,70,269,"Longview, WA",269,"Longview, WA" +489,71,268,"Seattle, WA",268,"Seattle, WA" +489,72,269,"Longview, WA",269,"Longview, WA" +489,73,268,"Seattle, WA",268,"Seattle, WA" +489,74,159,"Long Beach, CA",159,"Long Beach, CA" +489,75,268,"Seattle, WA",268,"Seattle, WA" +489,76,268,"Seattle, WA",268,"Seattle, WA" +489,77,159,"Long Beach, CA",159,"Long Beach, CA" +489,78,268,"Seattle, WA",268,"Seattle, WA" +489,79,152,"Mobile, AL",152,"Mobile, AL" +489,80,159,"Long Beach, CA",159,"Long Beach, CA" +489,81,171,"Jacksonville, FL",171,"Jacksonville, FL" +489,82,159,"Long Beach, CA",159,"Long Beach, CA" +489,83,268,"Seattle, WA",268,"Seattle, WA" +489,84,159,"Long Beach, CA",159,"Long Beach, CA" +489,85,159,"Long Beach, CA",159,"Long Beach, CA" +489,86,162,"Oakland, CA",162,"Oakland, CA" +489,87,268,"Seattle, WA",268,"Seattle, WA" +489,88,269,"Longview, WA",269,"Longview, WA" +489,89,159,"Long Beach, CA",159,"Long Beach, CA" +489,90,177,"Savannah, GA",177,"Savannah, GA" +489,91,159,"Long Beach, CA",159,"Long Beach, CA" +489,92,239,"Portland, OR",239,"Portland, OR" +489,93,159,"Long Beach, CA",159,"Long Beach, CA" +489,94,159,"Long Beach, CA",159,"Long Beach, CA" +489,95,159,"Long Beach, CA",159,"Long Beach, CA" +489,96,152,"Mobile, AL",152,"Mobile, AL" +489,97,159,"Long Beach, CA",159,"Long Beach, CA" +489,98,159,"Long Beach, CA",159,"Long Beach, CA" +489,99,268,"Seattle, WA",268,"Seattle, WA" +489,100,159,"Long Beach, CA",159,"Long Beach, CA" +489,101,159,"Long Beach, CA",159,"Long Beach, CA" +489,102,268,"Seattle, WA",268,"Seattle, WA" +489,103,162,"Oakland, CA",162,"Oakland, CA" +489,104,269,"Longview, WA",269,"Longview, WA" +489,105,195,"New Orleans, LA",195,"New Orleans, LA" +489,106,268,"Seattle, WA",268,"Seattle, WA" +489,107,239,"Portland, OR",239,"Portland, OR" +489,108,268,"Seattle, WA",268,"Seattle, WA" +489,109,269,"Longview, WA",269,"Longview, WA" +489,110,162,"Oakland, CA",162,"Oakland, CA" +489,111,162,"Oakland, CA",162,"Oakland, CA" +489,112,159,"Long Beach, CA",159,"Long Beach, CA" +489,113,162,"Oakland, CA",162,"Oakland, CA" +489,114,159,"Long Beach, CA",159,"Long Beach, CA" +489,115,268,"Seattle, WA",268,"Seattle, WA" +489,116,268,"Seattle, WA",268,"Seattle, WA" +489,117,268,"Seattle, WA",268,"Seattle, WA" +489,118,269,"Longview, WA",269,"Longview, WA" +489,119,268,"Seattle, WA",268,"Seattle, WA" +489,120,159,"Long Beach, CA",159,"Long Beach, CA" +489,121,159,"Long Beach, CA",159,"Long Beach, CA" +489,122,268,"Seattle, WA",268,"Seattle, WA" +489,123,269,"Longview, WA",269,"Longview, WA" +489,124,159,"Long Beach, CA",159,"Long Beach, CA" +489,125,268,"Seattle, WA",268,"Seattle, WA" +489,126,268,"Seattle, WA",268,"Seattle, WA" +489,127,239,"Portland, OR",239,"Portland, OR" +489,128,159,"Long Beach, CA",159,"Long Beach, CA" +489,129,239,"Portland, OR",239,"Portland, OR" +489,130,159,"Long Beach, CA",159,"Long Beach, CA" +489,131,268,"Seattle, WA",268,"Seattle, WA" +489,132,268,"Seattle, WA",268,"Seattle, WA" +489,151,269,"Longview, WA",159,"Long Beach, CA" +489,152,174,"Tampa, FL",253,"Beaumont, TX" +489,153,268,"Seattle, WA",159,"Long Beach, CA" +489,154,154,"Anchorage, AK",154,"Anchorage, AK" +489,155,239,"Portland, OR",159,"Long Beach, CA" +489,156,162,"Oakland, CA",159,"Long Beach, CA" +489,157,159,"Long Beach, CA",159,"Long Beach, CA" +489,158,159,"Long Beach, CA",159,"Long Beach, CA" +489,159,159,"Long Beach, CA",159,"Long Beach, CA" +489,160,268,"Seattle, WA",162,"Oakland, CA" +489,161,159,"Long Beach, CA",239,"Portland, OR" +489,162,268,"Seattle, WA",159,"Long Beach, CA" +489,163,162,"Oakland, CA",268,"Seattle, WA" +489,164,268,"Seattle, WA",159,"Long Beach, CA" +489,165,159,"Long Beach, CA",159,"Long Beach, CA" +489,166,174,"Tampa, FL",159,"Long Beach, CA" +489,167,162,"Oakland, CA",269,"Longview, WA" +489,168,269,"Longview, WA",239,"Portland, OR" +489,169,239,"Portland, OR",268,"Seattle, WA" +489,170,268,"Seattle, WA",268,"Seattle, WA" +489,171,159,"Long Beach, CA",177,"Savannah, GA" +489,172,268,"Seattle, WA",172,"Port Everglades, FL" +489,173,159,"Long Beach, CA",174,"Tampa, FL" +489,174,239,"Portland, OR",172,"Port Everglades, FL" +489,175,159,"Long Beach, CA",174,"Tampa, FL" +489,176,269,"Longview, WA",159,"Long Beach, CA" +489,177,177,"Savannah, GA",195,"New Orleans, LA" +489,178,159,"Long Beach, CA",159,"Long Beach, CA" +489,179,179,"Honolulu, HI",179,"Honolulu, HI" +489,180,179,"Honolulu, HI",179,"Honolulu, HI" +489,181,162,"Oakland, CA",162,"Oakland, CA" +489,183,159,"Long Beach, CA",268,"Seattle, WA" +489,184,268,"Seattle, WA",171,"Jacksonville, FL" +489,185,159,"Long Beach, CA",162,"Oakland, CA" +489,186,159,"Long Beach, CA",159,"Long Beach, CA" +489,187,159,"Long Beach, CA",269,"Longview, WA" +489,188,159,"Long Beach, CA",159,"Long Beach, CA" +489,189,269,"Longview, WA",268,"Seattle, WA" +489,190,195,"New Orleans, LA",159,"Long Beach, CA" +489,191,159,"Long Beach, CA",268,"Seattle, WA" +489,192,162,"Oakland, CA",208,"Pascagoula, MS" +489,193,159,"Long Beach, CA",195,"New Orleans, LA" +489,194,159,"Long Beach, CA",268,"Seattle, WA" +489,195,159,"Long Beach, CA",159,"Long Beach, CA" +489,196,268,"Seattle, WA",208,"Pascagoula, MS" +489,197,268,"Seattle, WA",177,"Savannah, GA" +489,198,159,"Long Beach, CA",239,"Portland, OR" +489,199,268,"Seattle, WA",265,"Norfolk Harbor, VA" +489,200,162,"Oakland, CA",159,"Long Beach, CA" +489,201,159,"Long Beach, CA",268,"Seattle, WA" +489,202,159,"Long Beach, CA",268,"Seattle, WA" +489,203,268,"Seattle, WA",268,"Seattle, WA" +489,204,159,"Long Beach, CA",159,"Long Beach, CA" +489,205,268,"Seattle, WA",268,"Seattle, WA" +489,206,159,"Long Beach, CA",269,"Longview, WA" +489,207,159,"Long Beach, CA",162,"Oakland, CA" +489,208,195,"New Orleans, LA",253,"Beaumont, TX" +489,209,269,"Longview, WA",159,"Long Beach, CA" +489,210,159,"Long Beach, CA",268,"Seattle, WA" +489,211,159,"Long Beach, CA",159,"Long Beach, CA" +489,212,269,"Longview, WA",268,"Seattle, WA" +489,213,268,"Seattle, WA",269,"Longview, WA" +489,214,159,"Long Beach, CA",162,"Oakland, CA" +489,215,268,"Seattle, WA",159,"Long Beach, CA" +489,216,268,"Seattle, WA",159,"Long Beach, CA" +489,217,159,"Long Beach, CA",218,"Camden-Gloucester, NJ" +489,218,174,"Tampa, FL",169,"Wilmington, DE" +489,219,268,"Seattle, WA",245,"Charleston, SC" +489,220,159,"Long Beach, CA",159,"Long Beach, CA" +489,221,171,"Jacksonville, FL",268,"Seattle, WA" +489,222,268,"Seattle, WA",268,"Seattle, WA" +489,223,162,"Oakland, CA",239,"Portland, OR" +489,224,268,"Seattle, WA",159,"Long Beach, CA" +489,225,162,"Oakland, CA",162,"Oakland, CA" +489,226,159,"Long Beach, CA",178,"Brunswick, GA" +489,227,268,"Seattle, WA",152,"Mobile, AL" +489,228,159,"Long Beach, CA",268,"Seattle, WA" +489,229,268,"Seattle, WA",178,"Brunswick, GA" +489,230,159,"Long Beach, CA",159,"Long Beach, CA" +489,231,162,"Oakland, CA",268,"Seattle, WA" +489,232,268,"Seattle, WA",159,"Long Beach, CA" +489,233,159,"Long Beach, CA",268,"Seattle, WA" +489,234,268,"Seattle, WA",159,"Long Beach, CA" +489,235,268,"Seattle, WA",268,"Seattle, WA" +489,236,162,"Oakland, CA",159,"Long Beach, CA" +489,237,194,"Lake Charles, LA",268,"Seattle, WA" +489,238,162,"Oakland, CA",159,"Long Beach, CA" +489,239,159,"Long Beach, CA",159,"Long Beach, CA" +489,240,159,"Long Beach, CA",268,"Seattle, WA" +489,241,159,"Long Beach, CA",265,"Norfolk Harbor, VA" +489,242,162,"Oakland, CA",162,"Oakland, CA" +489,243,162,"Oakland, CA",159,"Long Beach, CA" +489,244,268,"Seattle, WA",159,"Long Beach, CA" +489,245,159,"Long Beach, CA",268,"Seattle, WA" +489,246,268,"Seattle, WA",268,"Seattle, WA" +489,247,162,"Oakland, CA",159,"Long Beach, CA" +489,248,268,"Seattle, WA",159,"Long Beach, CA" +489,249,159,"Long Beach, CA",159,"Long Beach, CA" +489,250,159,"Long Beach, CA",208,"Pascagoula, MS" +489,251,159,"Long Beach, CA",159,"Long Beach, CA" +489,252,162,"Oakland, CA",253,"Beaumont, TX" +489,253,193,"Baton Rouge, LA",152,"Mobile, AL" +489,254,269,"Longview, WA",254,"Corpus Christi, TX" +489,255,162,"Oakland, CA",254,"Corpus Christi, TX" +489,256,159,"Long Beach, CA",268,"Seattle, WA" +489,257,253,"Beaumont, TX",257,"Houston, TX" +489,258,159,"Long Beach, CA",268,"Seattle, WA" +489,259,239,"Portland, OR",269,"Longview, WA" +489,260,159,"Long Beach, CA",159,"Long Beach, CA" +489,261,159,"Long Beach, CA",162,"Oakland, CA" +489,262,159,"Long Beach, CA",159,"Long Beach, CA" +489,263,159,"Long Beach, CA",218,"Camden-Gloucester, NJ" +489,264,269,"Longview, WA",177,"Savannah, GA" +489,265,269,"Longview, WA",177,"Savannah, GA" +489,266,268,"Seattle, WA",159,"Long Beach, CA" +489,267,159,"Long Beach, CA",265,"Norfolk Harbor, VA" +489,268,159,"Long Beach, CA",159,"Long Beach, CA" +489,269,159,"Long Beach, CA",159,"Long Beach, CA" +489,270,159,"Long Beach, CA",194,"Lake Charles, LA" +489,271,159,"Long Beach, CA",159,"Long Beach, CA" +489,272,159,"Long Beach, CA",268,"Seattle, WA" +489,273,159,"Long Beach, CA",268,"Seattle, WA" +490,1,229,"Wilmington, NC",229,"Wilmington, NC" +490,2,223,"New York, NY and NJ",223,"New York, NY and NJ" +490,3,198,"Baltimore, MD",198,"Baltimore, MD" +490,4,223,"New York, NY and NJ",223,"New York, NY and NJ" +490,5,223,"New York, NY and NJ",223,"New York, NY and NJ" +490,6,201,"Boston, MA",201,"Boston, MA" +490,7,241,"Philadelphia, PA",241,"Philadelphia, PA" +490,8,223,"New York, NY and NJ",223,"New York, NY and NJ" +490,9,198,"Baltimore, MD",198,"Baltimore, MD" +490,10,244,"Providence, RI",244,"Providence, RI" +490,11,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +490,12,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +490,13,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,14,197,"Portland, ME",197,"Portland, ME" +490,15,223,"New York, NY and NJ",223,"New York, NY and NJ" +490,16,197,"Portland, ME",197,"Portland, ME" +490,17,245,"Charleston, SC",245,"Charleston, SC" +490,18,229,"Wilmington, NC",229,"Wilmington, NC" +490,19,223,"New York, NY and NJ",223,"New York, NY and NJ" +490,20,223,"New York, NY and NJ",223,"New York, NY and NJ" +490,21,223,"New York, NY and NJ",223,"New York, NY and NJ" +490,22,197,"Portland, ME",197,"Portland, ME" +490,23,201,"Boston, MA",201,"Boston, MA" +490,24,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +490,25,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,26,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,27,223,"New York, NY and NJ",223,"New York, NY and NJ" +490,28,223,"New York, NY and NJ",223,"New York, NY and NJ" +490,29,198,"Baltimore, MD",198,"Baltimore, MD" +490,30,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +490,31,197,"Portland, ME",197,"Portland, ME" +490,32,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +490,33,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +490,34,198,"Baltimore, MD",198,"Baltimore, MD" +490,35,198,"Baltimore, MD",198,"Baltimore, MD" +490,36,223,"New York, NY and NJ",223,"New York, NY and NJ" +490,37,198,"Baltimore, MD",198,"Baltimore, MD" +490,38,197,"Portland, ME",197,"Portland, ME" +490,39,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +490,40,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,41,223,"New York, NY and NJ",223,"New York, NY and NJ" +490,42,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +490,43,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +490,44,198,"Baltimore, MD",198,"Baltimore, MD" +490,45,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,46,198,"Baltimore, MD",198,"Baltimore, MD" +490,47,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,48,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +490,49,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +490,50,197,"Portland, ME",197,"Portland, ME" +490,51,241,"Philadelphia, PA",241,"Philadelphia, PA" +490,52,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +490,53,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +490,54,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,55,223,"New York, NY and NJ",223,"New York, NY and NJ" +490,56,245,"Charleston, SC",245,"Charleston, SC" +490,57,198,"Baltimore, MD",198,"Baltimore, MD" +490,58,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +490,59,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,60,201,"Boston, MA",201,"Boston, MA" +490,61,197,"Portland, ME",197,"Portland, ME" +490,62,197,"Portland, ME",197,"Portland, ME" +490,63,197,"Portland, ME",197,"Portland, ME" +490,64,198,"Baltimore, MD",198,"Baltimore, MD" +490,65,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,66,198,"Baltimore, MD",198,"Baltimore, MD" +490,67,171,"Jacksonville, FL",171,"Jacksonville, FL" +490,68,223,"New York, NY and NJ",223,"New York, NY and NJ" +490,69,241,"Philadelphia, PA",241,"Philadelphia, PA" +490,70,241,"Philadelphia, PA",241,"Philadelphia, PA" +490,71,177,"Savannah, GA",177,"Savannah, GA" +490,72,223,"New York, NY and NJ",223,"New York, NY and NJ" +490,73,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,74,198,"Baltimore, MD",198,"Baltimore, MD" +490,75,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +490,76,198,"Baltimore, MD",198,"Baltimore, MD" +490,77,229,"Wilmington, NC",229,"Wilmington, NC" +490,78,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +490,79,245,"Charleston, SC",245,"Charleston, SC" +490,80,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +490,81,177,"Savannah, GA",177,"Savannah, GA" +490,82,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +490,83,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,84,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,85,223,"New York, NY and NJ",223,"New York, NY and NJ" +490,86,241,"Philadelphia, PA",241,"Philadelphia, PA" +490,87,223,"New York, NY and NJ",223,"New York, NY and NJ" +490,88,241,"Philadelphia, PA",241,"Philadelphia, PA" +490,89,198,"Baltimore, MD",198,"Baltimore, MD" +490,90,241,"Philadelphia, PA",241,"Philadelphia, PA" +490,91,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,92,198,"Baltimore, MD",198,"Baltimore, MD" +490,93,172,"Port Everglades, FL",172,"Port Everglades, FL" +490,94,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,95,169,"Wilmington, DE",169,"Wilmington, DE" +490,96,198,"Baltimore, MD",198,"Baltimore, MD" +490,97,241,"Philadelphia, PA",241,"Philadelphia, PA" +490,98,198,"Baltimore, MD",198,"Baltimore, MD" +490,99,223,"New York, NY and NJ",223,"New York, NY and NJ" +490,100,223,"New York, NY and NJ",223,"New York, NY and NJ" +490,101,201,"Boston, MA",201,"Boston, MA" +490,102,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,103,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,104,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +490,105,198,"Baltimore, MD",198,"Baltimore, MD" +490,106,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +490,107,198,"Baltimore, MD",198,"Baltimore, MD" +490,108,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,109,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,110,223,"New York, NY and NJ",223,"New York, NY and NJ" +490,111,197,"Portland, ME",197,"Portland, ME" +490,112,244,"Providence, RI",244,"Providence, RI" +490,113,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +490,114,223,"New York, NY and NJ",223,"New York, NY and NJ" +490,115,223,"New York, NY and NJ",223,"New York, NY and NJ" +490,116,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,117,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,118,223,"New York, NY and NJ",223,"New York, NY and NJ" +490,119,169,"Wilmington, DE",169,"Wilmington, DE" +490,120,197,"Portland, ME",197,"Portland, ME" +490,121,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +490,122,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +490,123,223,"New York, NY and NJ",223,"New York, NY and NJ" +490,124,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,125,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,126,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,127,241,"Philadelphia, PA",241,"Philadelphia, PA" +490,128,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +490,129,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,130,241,"Philadelphia, PA",241,"Philadelphia, PA" +490,131,198,"Baltimore, MD",198,"Baltimore, MD" +490,132,197,"Portland, ME",197,"Portland, ME" +490,151,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +490,152,217,"New York, NY and NJ",172,"Port Everglades, FL" +490,153,218,"Camden-Gloucester, NJ",201,"Boston, MA" +490,154,154,"Anchorage, AK",154,"Anchorage, AK" +490,155,198,"Baltimore, MD",245,"Charleston, SC" +490,156,265,"Norfolk Harbor, VA",245,"Charleston, SC" +490,157,201,"Boston, MA",171,"Jacksonville, FL" +490,158,265,"Norfolk Harbor, VA",201,"Boston, MA" +490,159,217,"New York, NY and NJ",193,"Baton Rouge, LA" +490,160,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +490,161,201,"Boston, MA",152,"Mobile, AL" +490,162,241,"Philadelphia, PA",217,"New York, NY and NJ" +490,163,223,"New York, NY and NJ",223,"New York, NY and NJ" +490,164,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +490,165,265,"Norfolk Harbor, VA",194,"Lake Charles, LA" +490,166,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +490,167,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +490,168,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +490,169,241,"Philadelphia, PA",197,"Portland, ME" +490,170,177,"Savannah, GA",265,"Norfolk Harbor, VA" +490,171,245,"Charleston, SC",265,"Norfolk Harbor, VA" +490,172,265,"Norfolk Harbor, VA",172,"Port Everglades, FL" +490,173,174,"Tampa, FL",265,"Norfolk Harbor, VA" +490,174,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +490,175,198,"Baltimore, MD",217,"New York, NY and NJ" +490,176,217,"New York, NY and NJ",223,"New York, NY and NJ" +490,177,245,"Charleston, SC",265,"Norfolk Harbor, VA" +490,178,197,"Portland, ME",208,"Pascagoula, MS" +490,179,179,"Honolulu, HI",179,"Honolulu, HI" +490,180,179,"Honolulu, HI",179,"Honolulu, HI" +490,181,217,"New York, NY and NJ",223,"New York, NY and NJ" +490,183,177,"Savannah, GA",217,"New York, NY and NJ" +490,184,217,"New York, NY and NJ",198,"Baltimore, MD" +490,185,244,"Providence, RI",217,"New York, NY and NJ" +490,186,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +490,187,197,"Portland, ME",198,"Baltimore, MD" +490,188,217,"New York, NY and NJ",244,"Providence, RI" +490,189,201,"Boston, MA",223,"New York, NY and NJ" +490,190,241,"Philadelphia, PA",201,"Boston, MA" +490,191,177,"Savannah, GA",217,"New York, NY and NJ" +490,192,241,"Philadelphia, PA",223,"New York, NY and NJ" +490,193,241,"Philadelphia, PA",217,"New York, NY and NJ" +490,194,223,"New York, NY and NJ",195,"New Orleans, LA" +490,195,245,"Charleston, SC",217,"New York, NY and NJ" +490,196,201,"Boston, MA",217,"New York, NY and NJ" +490,197,223,"New York, NY and NJ",197,"Portland, ME" +490,198,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +490,199,223,"New York, NY and NJ",198,"Baltimore, MD" +490,200,217,"New York, NY and NJ",229,"Wilmington, NC" +490,201,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +490,202,244,"Providence, RI",201,"Boston, MA" +490,203,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +490,204,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,205,197,"Portland, ME",217,"New York, NY and NJ" +490,206,241,"Philadelphia, PA",217,"New York, NY and NJ" +490,207,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +490,208,223,"New York, NY and NJ",177,"Savannah, GA" +490,209,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +490,210,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +490,211,244,"Providence, RI",223,"New York, NY and NJ" +490,212,198,"Baltimore, MD",223,"New York, NY and NJ" +490,213,245,"Charleston, SC",217,"New York, NY and NJ" +490,214,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +490,215,217,"New York, NY and NJ",195,"New Orleans, LA" +490,216,241,"Philadelphia, PA",198,"Baltimore, MD" +490,217,198,"Baltimore, MD",244,"Providence, RI" +490,218,265,"Norfolk Harbor, VA",201,"Boston, MA" +490,219,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,220,245,"Charleston, SC",197,"Portland, ME" +490,221,217,"New York, NY and NJ",197,"Portland, ME" +490,222,241,"Philadelphia, PA",241,"Philadelphia, PA" +490,223,218,"Camden-Gloucester, NJ",201,"Boston, MA" +490,224,223,"New York, NY and NJ",241,"Philadelphia, PA" +490,225,223,"New York, NY and NJ",223,"New York, NY and NJ" +490,226,218,"Camden-Gloucester, NJ",217,"New York, NY and NJ" +490,227,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +490,228,241,"Philadelphia, PA",198,"Baltimore, MD" +490,229,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +490,230,241,"Philadelphia, PA",178,"Brunswick, GA" +490,231,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +490,232,217,"New York, NY and NJ",223,"New York, NY and NJ" +490,233,198,"Baltimore, MD",223,"New York, NY and NJ" +490,234,201,"Boston, MA",198,"Baltimore, MD" +490,235,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +490,236,201,"Boston, MA",217,"New York, NY and NJ" +490,237,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +490,238,245,"Charleston, SC",198,"Baltimore, MD" +490,239,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,240,244,"Providence, RI",198,"Baltimore, MD" +490,241,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +490,242,217,"New York, NY and NJ",198,"Baltimore, MD" +490,243,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +490,244,197,"Portland, ME",198,"Baltimore, MD" +490,245,177,"Savannah, GA",218,"Camden-Gloucester, NJ" +490,246,201,"Boston, MA",265,"Norfolk Harbor, VA" +490,247,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +490,248,197,"Portland, ME",223,"New York, NY and NJ" +490,249,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +490,250,171,"Jacksonville, FL",217,"New York, NY and NJ" +490,251,177,"Savannah, GA",201,"Boston, MA" +490,252,265,"Norfolk Harbor, VA",152,"Mobile, AL" +490,253,241,"Philadelphia, PA",253,"Beaumont, TX" +490,254,265,"Norfolk Harbor, VA",254,"Corpus Christi, TX" +490,255,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +490,256,245,"Charleston, SC",257,"Houston, TX" +490,257,245,"Charleston, SC",194,"Lake Charles, LA" +490,258,198,"Baltimore, MD",195,"New Orleans, LA" +490,259,217,"New York, NY and NJ",201,"Boston, MA" +490,260,193,"Baton Rouge, LA",265,"Norfolk Harbor, VA" +490,261,217,"New York, NY and NJ",217,"New York, NY and NJ" +490,262,198,"Baltimore, MD",245,"Charleston, SC" +490,263,201,"Boston, MA",217,"New York, NY and NJ" +490,264,169,"Wilmington, DE",241,"Philadelphia, PA" +490,265,217,"New York, NY and NJ",241,"Philadelphia, PA" +490,266,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +490,267,241,"Philadelphia, PA",201,"Boston, MA" +490,268,244,"Providence, RI",197,"Portland, ME" +490,269,218,"Camden-Gloucester, NJ",198,"Baltimore, MD" +490,270,217,"New York, NY and NJ",223,"New York, NY and NJ" +490,271,201,"Boston, MA",217,"New York, NY and NJ" +490,272,241,"Philadelphia, PA",177,"Savannah, GA" +490,273,217,"New York, NY and NJ",245,"Charleston, SC" +491,1,217,"New York, NY and NJ",217,"New York, NY and NJ" +491,2,217,"New York, NY and NJ",217,"New York, NY and NJ" +491,3,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,4,217,"New York, NY and NJ",217,"New York, NY and NJ" +491,5,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,6,198,"Baltimore, MD",198,"Baltimore, MD" +491,7,177,"Savannah, GA",177,"Savannah, GA" +491,8,223,"New York, NY and NJ",223,"New York, NY and NJ" +491,9,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +491,10,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,11,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,12,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,13,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,14,217,"New York, NY and NJ",217,"New York, NY and NJ" +491,15,217,"New York, NY and NJ",217,"New York, NY and NJ" +491,16,223,"New York, NY and NJ",223,"New York, NY and NJ" +491,17,241,"Philadelphia, PA",241,"Philadelphia, PA" +491,18,197,"Portland, ME",197,"Portland, ME" +491,19,197,"Portland, ME",197,"Portland, ME" +491,20,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,21,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +491,22,223,"New York, NY and NJ",223,"New York, NY and NJ" +491,23,198,"Baltimore, MD",198,"Baltimore, MD" +491,24,198,"Baltimore, MD",198,"Baltimore, MD" +491,25,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,26,223,"New York, NY and NJ",223,"New York, NY and NJ" +491,27,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,28,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,29,244,"Providence, RI",244,"Providence, RI" +491,30,201,"Boston, MA",201,"Boston, MA" +491,31,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,32,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,33,198,"Baltimore, MD",198,"Baltimore, MD" +491,34,245,"Charleston, SC",245,"Charleston, SC" +491,35,223,"New York, NY and NJ",223,"New York, NY and NJ" +491,36,217,"New York, NY and NJ",217,"New York, NY and NJ" +491,37,197,"Portland, ME",197,"Portland, ME" +491,38,217,"New York, NY and NJ",217,"New York, NY and NJ" +491,39,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +491,40,201,"Boston, MA",201,"Boston, MA" +491,41,223,"New York, NY and NJ",223,"New York, NY and NJ" +491,42,223,"New York, NY and NJ",223,"New York, NY and NJ" +491,43,244,"Providence, RI",244,"Providence, RI" +491,44,223,"New York, NY and NJ",223,"New York, NY and NJ" +491,45,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +491,46,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,47,245,"Charleston, SC",245,"Charleston, SC" +491,48,245,"Charleston, SC",245,"Charleston, SC" +491,49,201,"Boston, MA",201,"Boston, MA" +491,50,198,"Baltimore, MD",198,"Baltimore, MD" +491,51,223,"New York, NY and NJ",223,"New York, NY and NJ" +491,52,217,"New York, NY and NJ",217,"New York, NY and NJ" +491,53,198,"Baltimore, MD",198,"Baltimore, MD" +491,54,198,"Baltimore, MD",198,"Baltimore, MD" +491,55,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,56,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,57,217,"New York, NY and NJ",217,"New York, NY and NJ" +491,58,244,"Providence, RI",244,"Providence, RI" +491,59,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,60,223,"New York, NY and NJ",223,"New York, NY and NJ" +491,61,245,"Charleston, SC",245,"Charleston, SC" +491,62,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,63,198,"Baltimore, MD",198,"Baltimore, MD" +491,64,198,"Baltimore, MD",198,"Baltimore, MD" +491,65,223,"New York, NY and NJ",223,"New York, NY and NJ" +491,66,223,"New York, NY and NJ",223,"New York, NY and NJ" +491,67,241,"Philadelphia, PA",241,"Philadelphia, PA" +491,68,201,"Boston, MA",201,"Boston, MA" +491,69,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,70,217,"New York, NY and NJ",217,"New York, NY and NJ" +491,71,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +491,72,217,"New York, NY and NJ",217,"New York, NY and NJ" +491,73,201,"Boston, MA",201,"Boston, MA" +491,74,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,75,223,"New York, NY and NJ",223,"New York, NY and NJ" +491,76,223,"New York, NY and NJ",223,"New York, NY and NJ" +491,77,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,78,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +491,79,217,"New York, NY and NJ",217,"New York, NY and NJ" +491,80,217,"New York, NY and NJ",217,"New York, NY and NJ" +491,81,197,"Portland, ME",197,"Portland, ME" +491,82,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,83,223,"New York, NY and NJ",223,"New York, NY and NJ" +491,84,198,"Baltimore, MD",198,"Baltimore, MD" +491,85,169,"Wilmington, DE",169,"Wilmington, DE" +491,86,198,"Baltimore, MD",198,"Baltimore, MD" +491,87,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,88,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,89,169,"Wilmington, DE",169,"Wilmington, DE" +491,90,217,"New York, NY and NJ",217,"New York, NY and NJ" +491,91,223,"New York, NY and NJ",223,"New York, NY and NJ" +491,92,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,93,198,"Baltimore, MD",198,"Baltimore, MD" +491,94,245,"Charleston, SC",245,"Charleston, SC" +491,95,201,"Boston, MA",201,"Boston, MA" +491,96,198,"Baltimore, MD",198,"Baltimore, MD" +491,97,217,"New York, NY and NJ",217,"New York, NY and NJ" +491,98,223,"New York, NY and NJ",223,"New York, NY and NJ" +491,99,245,"Charleston, SC",245,"Charleston, SC" +491,100,198,"Baltimore, MD",198,"Baltimore, MD" +491,101,217,"New York, NY and NJ",217,"New York, NY and NJ" +491,102,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +491,103,217,"New York, NY and NJ",217,"New York, NY and NJ" +491,104,223,"New York, NY and NJ",223,"New York, NY and NJ" +491,105,241,"Philadelphia, PA",241,"Philadelphia, PA" +491,106,244,"Providence, RI",244,"Providence, RI" +491,107,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +491,108,223,"New York, NY and NJ",223,"New York, NY and NJ" +491,109,241,"Philadelphia, PA",241,"Philadelphia, PA" +491,110,174,"Tampa, FL",174,"Tampa, FL" +491,111,201,"Boston, MA",201,"Boston, MA" +491,112,241,"Philadelphia, PA",241,"Philadelphia, PA" +491,113,217,"New York, NY and NJ",217,"New York, NY and NJ" +491,114,223,"New York, NY and NJ",223,"New York, NY and NJ" +491,115,217,"New York, NY and NJ",217,"New York, NY and NJ" +491,116,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,117,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,118,217,"New York, NY and NJ",217,"New York, NY and NJ" +491,119,198,"Baltimore, MD",198,"Baltimore, MD" +491,120,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +491,121,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,122,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,123,201,"Boston, MA",201,"Boston, MA" +491,124,197,"Portland, ME",197,"Portland, ME" +491,125,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,126,177,"Savannah, GA",177,"Savannah, GA" +491,127,223,"New York, NY and NJ",223,"New York, NY and NJ" +491,128,241,"Philadelphia, PA",241,"Philadelphia, PA" +491,129,174,"Tampa, FL",174,"Tampa, FL" +491,130,244,"Providence, RI",244,"Providence, RI" +491,131,245,"Charleston, SC",245,"Charleston, SC" +491,132,177,"Savannah, GA",177,"Savannah, GA" +491,151,217,"New York, NY and NJ",172,"Port Everglades, FL" +491,152,177,"Savannah, GA",265,"Norfolk Harbor, VA" +491,153,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +491,154,154,"Anchorage, AK",154,"Anchorage, AK" +491,155,223,"New York, NY and NJ",253,"Beaumont, TX" +491,156,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +491,157,178,"Brunswick, GA",229,"Wilmington, NC" +491,158,241,"Philadelphia, PA",223,"New York, NY and NJ" +491,159,223,"New York, NY and NJ",198,"Baltimore, MD" +491,160,217,"New York, NY and NJ",201,"Boston, MA" +491,161,245,"Charleston, SC",198,"Baltimore, MD" +491,162,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +491,163,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,164,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,165,223,"New York, NY and NJ",217,"New York, NY and NJ" +491,166,223,"New York, NY and NJ",217,"New York, NY and NJ" +491,167,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +491,168,265,"Norfolk Harbor, VA",197,"Portland, ME" +491,169,223,"New York, NY and NJ",217,"New York, NY and NJ" +491,170,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +491,171,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +491,172,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,173,198,"Baltimore, MD",241,"Philadelphia, PA" +491,174,174,"Tampa, FL",223,"New York, NY and NJ" +491,175,223,"New York, NY and NJ",177,"Savannah, GA" +491,176,197,"Portland, ME",198,"Baltimore, MD" +491,177,245,"Charleston, SC",244,"Providence, RI" +491,178,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +491,179,179,"Honolulu, HI",179,"Honolulu, HI" +491,180,179,"Honolulu, HI",179,"Honolulu, HI" +491,181,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +491,183,265,"Norfolk Harbor, VA",174,"Tampa, FL" +491,184,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +491,185,241,"Philadelphia, PA",217,"New York, NY and NJ" +491,186,201,"Boston, MA",265,"Norfolk Harbor, VA" +491,187,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +491,188,223,"New York, NY and NJ",198,"Baltimore, MD" +491,189,197,"Portland, ME",265,"Norfolk Harbor, VA" +491,190,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +491,191,245,"Charleston, SC",198,"Baltimore, MD" +491,192,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +491,193,265,"Norfolk Harbor, VA",171,"Jacksonville, FL" +491,194,198,"Baltimore, MD",257,"Houston, TX" +491,195,208,"Pascagoula, MS",245,"Charleston, SC" +491,196,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +491,197,198,"Baltimore, MD",241,"Philadelphia, PA" +491,198,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +491,199,241,"Philadelphia, PA",198,"Baltimore, MD" +491,200,198,"Baltimore, MD",241,"Philadelphia, PA" +491,201,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +491,202,223,"New York, NY and NJ",169,"Wilmington, DE" +491,203,217,"New York, NY and NJ",197,"Portland, ME" +491,204,223,"New York, NY and NJ",198,"Baltimore, MD" +491,205,223,"New York, NY and NJ",217,"New York, NY and NJ" +491,206,197,"Portland, ME",198,"Baltimore, MD" +491,207,241,"Philadelphia, PA",177,"Savannah, GA" +491,208,218,"Camden-Gloucester, NJ",245,"Charleston, SC" +491,209,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +491,210,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +491,211,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +491,212,241,"Philadelphia, PA",178,"Brunswick, GA" +491,213,241,"Philadelphia, PA",223,"New York, NY and NJ" +491,214,201,"Boston, MA",223,"New York, NY and NJ" +491,215,265,"Norfolk Harbor, VA",197,"Portland, ME" +491,216,197,"Portland, ME",201,"Boston, MA" +491,217,197,"Portland, ME",265,"Norfolk Harbor, VA" +491,218,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +491,219,223,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +491,220,245,"Charleston, SC",223,"New York, NY and NJ" +491,221,223,"New York, NY and NJ",217,"New York, NY and NJ" +491,222,197,"Portland, ME",223,"New York, NY and NJ" +491,223,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +491,224,241,"Philadelphia, PA",244,"Providence, RI" +491,225,265,"Norfolk Harbor, VA",241,"Philadelphia, PA" +491,226,198,"Baltimore, MD",218,"Camden-Gloucester, NJ" +491,227,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +491,228,197,"Portland, ME",223,"New York, NY and NJ" +491,229,265,"Norfolk Harbor, VA",265,"Norfolk Harbor, VA" +491,230,265,"Norfolk Harbor, VA",244,"Providence, RI" +491,231,217,"New York, NY and NJ",241,"Philadelphia, PA" +491,232,198,"Baltimore, MD",223,"New York, NY and NJ" +491,233,217,"New York, NY and NJ",223,"New York, NY and NJ" +491,234,265,"Norfolk Harbor, VA",218,"Camden-Gloucester, NJ" +491,235,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +491,236,177,"Savannah, GA",208,"Pascagoula, MS" +491,237,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +491,238,217,"New York, NY and NJ",229,"Wilmington, NC" +491,239,265,"Norfolk Harbor, VA",223,"New York, NY and NJ" +491,240,201,"Boston, MA",217,"New York, NY and NJ" +491,241,217,"New York, NY and NJ",218,"Camden-Gloucester, NJ" +491,242,241,"Philadelphia, PA",244,"Providence, RI" +491,243,223,"New York, NY and NJ",198,"Baltimore, MD" +491,244,265,"Norfolk Harbor, VA",197,"Portland, ME" +491,245,217,"New York, NY and NJ",265,"Norfolk Harbor, VA" +491,246,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +491,247,265,"Norfolk Harbor, VA",177,"Savannah, GA" +491,248,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +491,249,218,"Camden-Gloucester, NJ",241,"Philadelphia, PA" +491,250,197,"Portland, ME",197,"Portland, ME" +491,251,218,"Camden-Gloucester, NJ",218,"Camden-Gloucester, NJ" +491,252,177,"Savannah, GA",201,"Boston, MA" +491,253,241,"Philadelphia, PA",177,"Savannah, GA" +491,254,241,"Philadelphia, PA",195,"New Orleans, LA" +491,255,198,"Baltimore, MD",208,"Pascagoula, MS" +491,256,265,"Norfolk Harbor, VA",198,"Baltimore, MD" +491,257,198,"Baltimore, MD",177,"Savannah, GA" +491,258,195,"New Orleans, LA",208,"Pascagoula, MS" +491,259,197,"Portland, ME",253,"Beaumont, TX" +491,260,265,"Norfolk Harbor, VA",208,"Pascagoula, MS" +491,261,198,"Baltimore, MD",265,"Norfolk Harbor, VA" +491,262,223,"New York, NY and NJ",265,"Norfolk Harbor, VA" +491,263,241,"Philadelphia, PA",265,"Norfolk Harbor, VA" +491,264,223,"New York, NY and NJ",223,"New York, NY and NJ" +491,265,218,"Camden-Gloucester, NJ",265,"Norfolk Harbor, VA" +491,266,217,"New York, NY and NJ",223,"New York, NY and NJ" +491,267,198,"Baltimore, MD",198,"Baltimore, MD" +491,268,223,"New York, NY and NJ",198,"Baltimore, MD" +491,269,223,"New York, NY and NJ",198,"Baltimore, MD" +491,270,265,"Norfolk Harbor, VA",217,"New York, NY and NJ" +491,271,217,"New York, NY and NJ",217,"New York, NY and NJ" +491,272,217,"New York, NY and NJ",241,"Philadelphia, PA" +491,273,198,"Baltimore, MD",265,"Norfolk Harbor, VA" diff --git a/lib/data/data_modeshare_target.csv b/lib/data/data_modeshare_target.csv new file mode 100644 index 0000000..c5de0eb --- /dev/null +++ b/lib/data/data_modeshare_target.csv @@ -0,0 +1,288 @@ +Commodity_SCTG,ODSegment,Mode.Domestic,Tons,Target +1,I,Truck,52077805.6,0.999996082799601 +2,I,Truck,487840437.7,0.92309465440178 +3,I,Truck,218320036.2,0.967454781780531 +4,I,Truck,158945894.2,0.98980309584679 +5,I,Truck,25563139.3,0.984445791194652 +6,I,Truck,35858598.1,0.920872569448525 +7,I,Truck,264181255.5,0.980449905465991 +8,I,Truck,54346024.9,0.996338418572919 +9,I,Truck,1924993,0.998928522019422 +10,I,Truck,25227570.5,0.99997454833562 +11,I,Truck,423953507.7,0.989669384891344 +12,I,Truck,1424736841.6,0.963317207272605 +12,I,Rail,43052744.1,0.0291095506207721 +13,I,Truck,80790013.4,0.97583617448087 +14,I,Truck,4145506.3,0.204206347829033 +15,I,Truck,166643895.4,0.531681875759725 +17,I,Truck,447115231.8,0.612609126043483 +18,I,Truck,344695406.1,0.552691362070741 +19,I,Truck,224528809.1,0.463321759447072 +19,I,Rail,15558518.6,0.0321054578298299 +20,I,Truck,76359966.3,0.621102708317277 +20,I,Rail,10724991.8,0.0872357830474919 +21,I,Truck,4307796.5,0.891955262230774 +21,I,Rail,521749.9,0.108031465477392 +22,I,Truck,69516300.9,0.726501099619283 +23,I,Truck,27481996.6,0.966219738006894 +23,I,Rail,777603.3,0.0273391947366479 +24,I,Truck,39069159.7,0.764284771016903 +24,I,Rail,12049254.6,0.235711795789797 +25,I,Truck,275129859.7,0.999872863482147 +26,I,Truck,186714474,0.983562240014694 +26,I,Rail,3120461.1,0.0164377599853063 +27,I,Truck,22956825.7,0.933553384995036 +27,I,Rail,1633975.5,0.0664466150049637 +28,I,Truck,27168142.3,0.994998506960701 +28,I,Rail,136564.3,0.00500149303929895 +29,I,Truck,14713592.9,0.982806646545759 +29,I,Rail,257401.6,0.0171933534542411 +30,I,Truck,12284625.3,0.984537694481879 +30,I,Rail,192931.8,0.015462305518121 +31,I,Truck,661206676.2,0.984947843571408 +31,I,Rail,9354034.1,0.0139339726096499 +32,I,Truck,75592101.7,0.916884455845679 +32,I,Rail,6852145.1,0.0831121928098096 +33,I,Truck,35794657.6,0.970324745710475 +33,I,Rail,1094700.9,0.0296752488679073 +34,I,Truck,40815834.7,0.990969725101612 +34,I,Rail,371653.8,0.00902340149909931 +35,I,Truck,18895076.4,0.979517462877656 +35,I,Rail,394139.4,0.0204321177080883 +36,I,Truck,34227027.2,0.983018360546562 +36,I,Rail,590620.8,0.0169629423884263 +37,I,Truck,1251624.7,0.560028040224218 +38,I,Truck,1439349,0.576108839677526 +38,I,Rail,1059048.7,0.423891160322474 +39,I,Truck,32376425.8,0.998986743441915 +39,I,Rail,32636.1,0.0010069990881342 +40,I,Truck,31861011,0.989616417373191 +40,I,Rail,334302.7,0.0103835826268094 +41,I,Truck,417571894.5,0.980692950596371 +41,I,Rail,7624042.7,0.0179055272383418 +43,I,Truck,145032735.9,0.993531115777591 +43,I,Rail,931705.7,0.00638254941515822 +3,X,Truck,169866723.5,0.796729060237044 +5,X,Truck,58439151.4,0.991773053478678 +7,X,Truck,295311318.2,0.842550199256883 +19,X,Truck,123752094.7,0.071174164720402 +19,X,Pipeline,1552809647.8,0.893075223654752 +20,X,Truck,99032209.9,0.481338751428677 +20,X,Rail,74718008.7,0.363161369954393 +21,X,Truck,9810038.1,0.866771216599419 +21,X,Rail,1444854.4,0.127660891153626 +23,X,Truck,64805686.3,0.881256773540072 +24,X,Truck,81450291.6,0.664730599954842 +25,X,Truck,10094069.4,0.949449266305285 +26,X,Truck,136868846.8,0.86096114943392 +28,X,Truck,43285952.7,0.91044752358024 +29,X,Truck,20268633.7,0.890444829755835 +29,X,Rail,2431798.6,0.106834161711526 +30,X,Truck,24487554,0.879759845043332 +30,X,Rail,3260229.4,0.117129661531312 +31,X,Truck,204473506.1,0.823526539768729 +32,X,Truck,169699668.5,0.793144143694477 +33,X,Truck,63845090.2,0.892707885980862 +33,X,Rail,7582326.8,0.106019161492923 +34,X,Truck,38591384.9,0.92534859938601 +34,X,Rail,3014321.5,0.0722777424379019 +35,X,Truck,27823120.9,0.880430347724713 +35,X,Rail,3519394.9,0.111367164263287 +36,X,Truck,73979737.4,0.870684922052768 +36,X,Rail,10767880.7,0.126729719480634 +38,X,Rail,1567146.4,0.311795657830364 +39,X,Truck,23928675.3,0.960328915892816 +39,X,Rail,971902.5,0.0390053382595115 +40,X,Truck,49463636.4,0.910186246389629 +41,X,Truck,108091601.3,0.787705768012575 +43,X,Truck,228985550.4,0.974858940291776 +43,X,Rail,5559539.2,0.023668596047022 +1,X,Truck,46538993.8,0.999203891670267 +2,X,Truck,188413959.7,0.550243357277466 +3,X,Rail,31164162,0.146169850055034 +4,X,Truck,103259297.4,0.820215234012192 +6,X,Truck,57056851,0.780065888006565 +8,X,Truck,34800757.8,0.775755966700188 +9,X,Truck,990365.9,0.94870994378815 +9,X,Rail,53542.1,0.0512900562118501 +11,X,Truck,88603096.8,0.808517426446081 +12,X,Truck,157129744.3,0.612370375063268 +13,X,Truck,34236435.3,0.523822071814282 +15,X,Truck,36977134.2,0.0541166219355317 +15,X,Rail,605882739.8,0.88671899205809 +17,X,Truck,111569644.1,0.439453494316547 +18,X,Truck,81685773.5,0.500836322521036 +22,X,Truck,45682888.7,0.521658553573457 +23,X,Rail,8673790.2,0.117950087444958 +24,X,Rail,41012352.2,0.33470924348987 +26,X,Rail,22072699.2,0.138846325651523 +27,X,Truck,58668924.3,0.716426334032365 +27,X,Rail,23124822,0.282385123781978 +28,X,Rail,4232148.6,0.0890161581748801 +31,X,Rail,37457893.7,0.150863406091836 +32,X,Rail,40722247.3,0.190328079303663 +37,X,Truck,2993445.3,0.544810306270342 +37,X,Rail,2108752.3,0.383795216305201 +38,X,Truck,3307799.6,0.658111808987988 +40,X,Rail,4763744.2,0.0876582226404682 +41,X,Rail,26019783,0.189616333785737 +20,X,Air,78761.3,0.000382813489077754 +24,X,Air,50800.3,0.000414590460433489 +7,X,Rail,54383935.3,0.155162341229184 +33,X,Air,42893,0.000599747282577684 +21,X,Air,61220.1,0.00540913501216046 +30,X,Air,84437.3,0.00303356333441377 +35,X,Air,256802.5,0.0081262168677697 +6,X,Rail,15037533.3,0.205589102123648 +38,X,Air,151251,0.0300925331816481 +8,X,Rail,10041326.9,0.223834759605784 +19,X,Rail,30216325.5,0.0173784672784394 +4,X,Rail,21730366.4,0.172609905458709 +40,X,Air,114910.5,0.00211448175423179 +13,X,Rail,20656617.4,0.316049028712488 +14,X,Truck,3905693.4,0.070349319861583 +11,X,Rail,19620965.8,0.17904445043057 +36,X,Air,212846.3,0.00250503814473827 +17,X,Rail,23859401,0.0939780459669829 +22,X,Rail,32995083,0.376774931765997 +25,X,Rail,522428.1,0.0491396439420422 +34,X,Air,89517.9,0.0021464703482299 +5,X,Rail,361013.5,0.00612677379230433 +2,X,Rail,135921898.6,0.396945756738381 +37,X,Air,79441.5,0.014458439559786 +23,X,Air,28651.1,0.000389610501576834 +29,X,Air,61408.3,0.00269779917326619 +14,X,Rail,45174550.6,0.813683662358819 +1,X,Rail,7284.6,0.000156402192547215 +32,X,Air,24185.3,0.000113037516384388 +28,X,Air,2788.9,5.86598408982906e-05 +16,I,Truck,7379289.5,0.075149635318749 +16,I,Water,4545970.4,0.0462955163542273 +16,I,Pipeline,85744851.6,0.873213380258391 +18,I,Pipeline,174812783.8,0.280298239767576 +20,I,Pipeline,20150109.9,0.163898551010502 +37,I,Rail,166000.8,0.0742755417815359 +16,X,Truck,12083482.1,0.0416932442874776 +16,X,Water,45925704.3,0.158463561464154 +16,X,Pipeline,210457469.3,0.726169377918739 +41,X,Water,3111690.8,0.0226761076897069 +17,X,Water,28648335,0.112840827123343 +12,X,Rail,61849453.2,0.241041395582173 +19,X,Water,31944053.8,0.0183721443464066 +10,X,Truck,4251483.1,0.765834936417254 +20,X,Water,27433800.5,0.133339963764793 +16,X,Rail,21352050.1,0.0736738163296291 +3,I,Rail,6109167.1,0.0270719216910395 +7,I,Rail,5176930.5,0.0192130248216229 +9,I,Rail,2064.8,0.00107147798057744 +15,I,Rail,92275795.7,0.294408433187629 +19,I,Pipeline,225692992.3,0.465724085503602 +1,X,Air,29795,0.00063970613718588 +5,X,Air,38661.2,0.000656120690608623 +36,X,Water,6824.6,8.03203218593923e-05 +37,X,Water,312833.5,0.0569360378646715 +39,X,Air,15312.9,0.000614552225386881 +2,X,Water,18083468,0.0528108859841536 +15,X,Water,40426201.1,0.0591643860063789 +13,X,Water,7955891,0.121726203976283 +32,X,Water,3512067.6,0.0164147394854759 +27,X,Air,2990.5,3.65180200163272e-05 +31,X,Air,8939.7,3.60050568310302e-05 +8,X,Air,954.3,2.1272637891293e-05 +3,I,Water,1235127.8,0.00547329652842952 +4,I,Water,2326.6,1.4488426356578e-05 +5,I,Water,24281,0.000935070140465781 +5,I,Air,2390.5,9.20590243722849e-05 +5,I,Rail,377225.2,0.0145270796405104 +6,I,Air,1930.7,4.95816558381926e-05 +6,I,Rail,3079276,0.079077848895637 +7,I,Water,86388,0.000320609826284197 +7,I,Air,4435.1,1.64598861016928e-05 +8,I,Water,116.6,2.13765514256779e-06 +8,I,Rail,199607.1,0.00365944377193863 +13,I,Rail,928409.4,0.0112139537935524 +17,I,Rail,6394192.8,0.00876092019319466 +17,I,Water,27368099,0.0374980452854738 +17,I,Pipeline,248976493.9,0.341131908477848 +18,I,Rail,7003297.8,0.0112292247925872 +18,I,Water,97123588,0.155729862339228 +18,I,Air,32001,5.13110298676121e-05 +21,I,Air,64.1,1.3272291833886e-05 +22,I,Rail,24267097,0.253610626958256 +24,I,Water,175.5,3.43319329986681e-06 +32,I,Air,276.3,3.35134451156768e-06 +33,I,Water,0.2,5.42161769811412e-09 +34,I,Water,283.1,6.87339928824894e-06 +35,I,Air,972.6,5.04194142551765e-05 +36,I,Water,0.6,1.72323179831387e-08 +36,I,Air,650.4,1.86798326937223e-05 +39,I,Air,202.8,6.25746995117726e-06 +43,I,Water,12602.9,8.63348072511497e-05 +6,X,Air,1417,1.93728420677353e-05 +4,X,Air,273261,0.00217058260810329 +26,X,Air,8982,5.6500461756031e-05 +7,X,Air,12758.6,3.64014526695471e-05 +3,X,Air,19960.2,9.36196981991205e-05 +5,X,Water,85089.2,0.00144405203840893 +7,X,Water,788989.1,0.00225105806126366 +22,X,Water,7332804.1,0.0837341965295534 +28,X,Water,22709.6,0.000477658403981434 +39,X,Water,1275.6,5.11936222860141e-05 +3,X,Water,12154285.1,0.0570074700097227 +23,X,Water,29674.6,0.000403528513393619 +24,X,Water,17836.4,0.000145566094855264 +26,X,Water,21624.1,0.000136024452801001 +27,X,Water,94340.5,0.0011520241656413 +29,X,Water,528.3,2.32093593738392e-05 +30,X,Water,2141.3,7.69300909429862e-05 +31,X,Water,6349783.8,0.025574049082604 +33,X,Water,48146.6,0.000673205243637766 +34,X,Water,9474.8,0.000227187827857988 +35,X,Water,2410.3,7.62711442310153e-05 +40,X,Water,2230.8,4.10492156708071e-05 +43,X,Water,345868.4,0.00147246366120232 +8,X,Water,17405.9,0.000388001056137542 +11,I,Rail,3935905.8,0.00918790716748273 +14,X,Air,940.6,1.69420800572326e-05 +18,X,Rail,8023223.2,0.0491924288658839 +2,I,Rail,38749697.2,0.0733224136023844 +2,I,Water,1893521,0.00358293199583507 +41,I,Water,596757.9,0.00140152216528714 +10,X,Rail,1299952.2,0.234165063582746 +22,X,Pipeline,1561618.8,0.0178323181309924 +1,I,Rail,204,3.91720039930251e-06 +14,I,Rail,16155068.8,0.795793652170967 +17,X,Pipeline,89805283.2,0.353727448256036 +41,X,Air,245.7,1.79051198125501e-06 +20,X,Pipeline,4480492.1,0.0217771013630591 +18,X,Pipeline,53698275,0.32923782715632 +37,I,Water,817306.7,0.365696417994246 +18,X,Water,19691469,0.120733421456761 +4,I,Rail,1635126.4,0.0101824157268532 +17,X,Air,46.8,1.84337090074256e-07 +12,I,Water,10782144.9,0.00729020645090657 +11,X,Water,1363058.1,0.0124381231233498 +31,I,Water,750649.5,0.00111818381894154 +23,I,Pipeline,183202,0.0064410672564576 +99,X,Rail,832302.2,0.987702935153908 +6,X,Water,1047829.1,0.0143256370277185 +4,X,Water,630003.2,0.00500427792099648 +25,X,Water,15002,0.00141108975267318 +12,X,Water,37613463.9,0.146588229354559 +21,X,Water,1796.8,0.000158757234794617 +25,I,Rail,34983.5,0.000127136517852946 +19,I,Water,18826337.3,0.0388486972194965 +14,X,Water,6437382,0.115950075699541 +99,I,Truck,434957,1 +12,I,Pipeline,418607,0.000283035655715835 +15,I,Water,17667464.9,0.0563685267642339 +20,I,Water,15707507,0.127762957624728 +22,I,Water,1468921,0.0153514025910124 +16,I,Rail,524503.4,0.00534146806863235 +13,I,Water,1072127,0.0129498717255771 +10,I,Rail,642.1,2.54516643799014e-05 +99,X,Truck,10362.3,0.0122970648460924 +11,I,Water,489512,0.00114270794117298 +15,I,Other,36840671.8,0.117541164288412 +13,X,Pipeline,2509958,0.0384026954969471 +22,I,Pipeline,434117,0.00453687083144874 diff --git a/lib/data/data_naicstorun.csv b/lib/data/data_naicstorun.csv new file mode 100644 index 0000000..f8638bb --- /dev/null +++ b/lib/data/data_naicstorun.csv @@ -0,0 +1,241 @@ +Industry_NAICS6_Make,Industry_NAICS6_Make_desc +113000,Forestry and logging +114000,"Fishing, hunting and trapping" +211000,Oil and gas extraction +212100,Coal mining +212230,"Copper, nickel, lead, and zinc mining" +212310,Stone mining and quarrying +311111,Dog and cat food manufacturing +311119,Other animal food manufacturing +311210,Flour milling and malt manufacturing +311221,Wet corn milling +311225,Fats and oils refining and blending +311300,Sugar and confectionery product manufacturing +311410,Frozen food manufacturing +311420,"Fruit and vegetable canning, pickling, and drying" +311513,Cheese manufacturing +311514,"Dry, condensed, and evaporated dairy product manufacturing" +311520,Ice cream and frozen dessert manufacturing +311615,Poultry processing +311700,Seafood product preparation and packaging +311810,Bread and bakery product manufacturing +311910,Snack food manufacturing +311920,Coffee and tea manufacturing +311930,Flavoring syrup and concentrate manufacturing +311940,Seasoning and dressing manufacturing +311990,All other food manufacturing +312110,Soft drink and ice manufacturing +312120,Breweries +312130,Wineries +312140,Distilleries +312200,Tobacco product manufacturing +313100,"Fiber, yarn, and thread mills" +313200,Fabric mills +313300,Textile and fabric finishing and fabric coating mills +314120,Curtain and linen mills +314900,Other textile product mills +315000,Apparel manufacturing +316000,Leather and allied product manufacturing +321100,Sawmills and wood preservation +321200,"Veneer, plywood, and engineered wood product manufacturing" +321910,Millwork +322110,Pulp mills +322120,Paper mills +322130,Paperboard mills +322210,Paperboard container manufacturing +322220,Paper bag and coated and treated paper manufacturing +322230,Stationery product manufacturing +322291,Sanitary paper product manufacturing +322299,All other converted paper product manufacturing +323110,Printing +323120,Support activities for printing +324110,Petroleum refineries +324121,Asphalt paving mixture and block manufacturing +324122,Asphalt shingle and coating materials manufacturing +324190,Other petroleum and coal products manufacturing +325110,Petrochemical manufacturing +325120,Industrial gas manufacturing +325130,Synthetic dye and pigment manufacturing +325180,Other basic inorganic chemical manufacturing +325190,Other basic organic chemical manufacturing +325211,Plastics material and resin manufacturing +325310,Fertilizer manufacturing +325320,Pesticide and other agricultural chemical manufacturing +325411,Medicinal and botanical manufacturing +325412,Pharmaceutical preparation manufacturing +325413,In-vitro diagnostic substance manufacturing +325414,Biological product (except diagnostic) manufacturing +325510,Paint and coating manufacturing +325520,Adhesive manufacturing +325610,Soap and cleaning compound manufacturing +325620,Toilet preparation manufacturing +325910,Printing ink manufacturing +326110,Plastics packaging materials and unlaminated film and sheet manufacturing +326120,"Plastics pipe, pipe fitting, and unlaminated profile shape manufacturing" +326130,"Laminated plastics plate, sheet (except packaging), and shape manufacturing" +326140,Polystyrene foam product manufacturing +326150,Urethane and other foam product (except polystyrene) manufacturing +326160,Plastics bottle manufacturing +326190,Other plastics product manufacturing +326210,Tire manufacturing +326220,Rubber and plastics hoses and belting manufacturing +326290,Other rubber product manufacturing +327100,Clay product and refractory manufacturing +327200,Glass and glass product manufacturing +327310,Cement manufacturing +327320,Ready-mix concrete manufacturing +327330,"Concrete pipe, brick, and block manufacturing" +327390,Other concrete product manufacturing +327400,Lime and gypsum product manufacturing +327910,Abrasive product manufacturing +327991,Cut stone and stone product manufacturing +327992,Ground or treated mineral and earth manufacturing +327993,Mineral wool manufacturing +327999,Miscellaneous nonmetallic mineral products +331110,Iron and steel mills and ferroalloy manufacturing +331200,Steel product manufacturing from purchased steel +331411,Primary smelting and refining of copper +331419,Primary smelting and refining of nonferrous metal (except copper and aluminum) +331420,"Copper rolling, drawing, extruding and alloying" +331490,"Nonferrous metal (except copper and aluminum) rolling, drawing, extruding and alloying" +331510,Ferrous metal foundries +331520,Nonferrous metal foundries +332114,Custom roll forming +332200,Cutlery and handtool manufacturing +332310,Plate work and fabricated structural product manufacturing +332320,Ornamental and architectural metal products manufacturing +332410,Power boiler and heat exchanger manufacturing +332420,Metal tank (heavy gauge) manufacturing +332430,"Metal can, box, and other metal container (light gauge) manufacturing" +332500,Hardware manufacturing +332600,Spring and wire product manufacturing +332710,Machine shops +332720,"Turned product and screw, nut, and bolt manufacturing" +332800,"Coating, engraving, heat treating and allied activities" +332913,Plumbing fixture fitting and trim manufacturing +332991,Ball and roller bearing manufacturing +332996,Fabricated pipe and pipe fitting manufacturing +333111,Farm machinery and equipment manufacturing +333112,Lawn and garden equipment manufacturing +333120,Construction machinery manufacturing +333130,Mining and oil and gas field machinery manufacturing +333220,Plastics and rubber industry machinery manufacturing +333295,Semiconductor machinery manufacturing +333313,Office machinery manufacturing +333314,Optical instrument and lens manufacturing +333315,Photographic and photocopying equipment manufacturing +333414,Heating equipment (except warm air furnaces) manufacturing +333415,"Air conditioning, refrigeration, and warm air heating equipment manufacturing" +333511,Industrial mold manufacturing +333514,"Special tool, die, jig, and fixture manufacturing" +333611,Turbine and turbine generator set units manufacturing +333612,"Speed changer, industrial high-speed drive, and gear manufacturing" +333613,Mechanical power transmission equipment manufacturing +333618,Other engine equipment manufacturing +333912,Air and gas compressor manufacturing +333920,Material handling equipment manufacturing +333993,Packaging machinery manufacturing +333994,Industrial process furnace and oven manufacturing +334111,Electronic computer manufacturing +334112,Computer storage device manufacturing +334210,Telephone apparatus manufacturing +334220,Broadcast and wireless communications equipment +334290,Other communications equipment manufacturing +334300,Audio and video equipment manufacturing +334413,Semiconductor and related device manufacturing +334418,Printed circuit assembly (electronic assembly) manufacturing +334510,Electromedical and electrotherapeutic apparatus manufacturing +334511,"Search, detection, and navigation instruments manufacturing" +334512,Automatic environmental control manufacturing +334513,Industrial process variable instruments manufacturing +334514,Totalizing fluid meter and counting device manufacturing +334515,Electricity and signal testing instruments manufacturing +334516,Analytical laboratory instrument manufacturing +334517,Irradiation apparatus manufacturing +334610,Manufacturing and reproducing magnetic and optical media +335110,Electric lamp bulb and part manufacturing +335120,Lighting fixture manufacturing +335210,Small electrical appliance manufacturing +335221,Household cooking appliance manufacturing +335222,Household refrigerator and home freezer manufacturing +335224,Household laundry equipment manufacturing +335228,Other major household appliance manufacturing +335311,"Power, distribution, and specialty transformer manufacturing" +335312,Motor and generator manufacturing +335313,Switchgear and switchboard apparatus manufacturing +335314,Relay and industrial control manufacturing +335911,Storage battery manufacturing +335912,Primary battery manufacturing +335920,Communication and energy wire and cable manufacturing +335930,Wiring device manufacturing +335991,Carbon and graphite product manufacturing +335999,All other miscellaneous electrical equipment and component manufacturing +336120,Heavy duty truck manufacturing +336211,Motor vehicle body manufacturing +336214,Travel trailer and camper manufacturing +336310,Motor vehicle gasoline engine and engine parts manufacturing +336320,Motor vehicle electrical and electronic equipment manufacturing +336350,Motor vehicle transmission and power train parts manufacturing +336360,Motor vehicle seating and interior trim manufacturing +336370,Motor vehicle metal stamping +336390,Other motor vehicle parts manufacturing +336411,Aircraft manufacturing +336412,Aircraft engine and engine parts manufacturing +336413,Other aircraft parts and auxiliary equipment manufacturing +336414,Guided missile and space vehicle manufacturing +336500,Railroad rolling stock manufacturing +336611,Ship building and repairing +336612,Boat building +336991,"Motorcycle, bicycle, and parts manufacturing" +336992,"Military armored vehicle, tank, and tank component manufacturing" +336999,All other transportation equipment manufacturing +337110,Wood kitchen cabinet and countertop manufacturing +337121,Upholstered household furniture manufacturing +337122,Nonupholstered wood household furniture manufacturing +337127,Institutional furniture manufacturing +337215,"Showcase, partition, shelving, and locker manufacturing" +337900,Other furniture related product manufacturing +339112,Surgical and medical instrument manufacturing +339113,Surgical appliance and supplies manufacturing +339114,Dental equipment and supplies manufacturing +339116,Dental laboratories +339910,Jewelry and silverware manufacturing +339920,Sporting and athletic goods manufacturing +339930,"Doll, toy, and game manufacturing" +339940,Office supplies (except paper) manufacturing +339950,Sign manufacturing +339990,All other miscellaneous manufacturing +511110,Newspaper publishers +511120,Periodical Publishers +511130,Book publishers +2122A0,"Iron, gold, silver, and other metal ore mining" +2123A0,Other nonmetallic mineral mining and quarrying +31122A,Soybean and other oilseed processing +31151A,Fluid milk and butter manufacturing +31161A,"Animal (except poultry) slaughtering, rendering, and processing" +3118A0,"Cookie, cracker, pasta, and tortilla manufacturing" +3219A0,All other wood product manufacturing +3252A0,Synthetic rubber and artificial and synthetic fibers and filaments manufacturing +3259A0,All other chemical product and preparation manufacturing +33131A,Alumina refining and primary aluminum production +33131B,Aluminum product manufacturing from purchased aluminum +33211A,"All other forging, stamping, and sintering" +33211B,Crown and closure manufacturing and metal stamping +33291A,Valve and fittings other than plumbing +33299A,"Ammunition, arms, ordnance, and accessories manufacturing" +33299B,Other fabricated metal manufacturing +33329A,Other industrial machinery manufacturing +33331A,"Vending, commercial laundry, and other commercial and service industry machinery manufacturing" +33341A,Air purification and ventilation equipment manufacturing +33351A,Metal cutting and forming machine tool manufacturing +33351B,"Cutting and machine tool accessory, rolling mill, and other metalworking machinery manufacturing" +33391A,Pump and pumping equipment manufacturing +33399A,Other general purpose machinery manufacturing +33399B,Fluid power process machinery +33411A,Computer terminals and other computer peripheral equipment manufacturing +33441A,Other electronic component manufacturing +33451A,"Watch, clock, and other measuring and controlling device manufacturing" +3363A0,"Motor vehicle steering, suspension component (except spring), and brake systems manufacturing" +33641A,Propulsion units and parts for space vehicles and guided missiles +33712A,Other household nonupholstered furniture +5111A0,"Directory, mailing list, and other publishers" diff --git a/lib/data/data_unitcost.csv b/lib/data/data_unitcost.csv new file mode 100644 index 0000000..339923e --- /dev/null +++ b/lib/data/data_unitcost.csv @@ -0,0 +1,44 @@ +Commodity_SCTG,UnitCost,Tons,Value +1,1658.66485068098,100090363,166016367000 +2,238.48672192144,945950883.9,225596725400 +3,685.090422732479,524732345.5,359489104400 +4,424.754248637781,318945393.8,135473411100 +5,3389.60744662601,98884074.3,335178194600 +6,1346.17928093488,119786154.7,161253639600 +7,1005.33567125761,665565667.1,669116906700 +8,1771.51303741248,111067568.2,196757645100 +9,21780.2812413953,3166888,68975711300 +10,160.527439253365,31292786.6,5023350900 +11,15.0159994786082,549504594.2,8251360700 +12,10.4578290083085,1753908281.1,18342072900 +13,87.9264590733992,191590808.7,16845901400 +14,243.547277270664,123394803,30052468300 +15,46.8313455732797,1169937838.2,54789763200 +16,636.591038255781,868907617.7,553138802500 +17,915.532219165094,1059222630.4,969752445400 +18,800.942992015315,970868560,777610369300 +19,345.006360820101,2313120913.2,798041428400 +20,1043.9243366524,402269608.3,419939034000 +21,45482.9937609101,19253192.8,875692848000 +22,436.578190277598,226307545.59035,98800938700 +23,3380.27011631575,118154054.9,399392620900 +24,2945.635660131,220387852.2,649182316500 +25,44.1706718202819,297051590.1,13120968300 +26,470.651041453113,377113352.5,177488792100 +27,966.649500594672,144479956.4,139661477700 +28,1700.28918624451,78846039.3,134061068000 +29,4215.38636435405,40255794.4,169693726800 +30,10113.2136683078,60432405.4,611165828300 +31,232.206960200493,951363968.2,220913335100 +32,1484.25850694529,347959652.3,516462074000 +33,3113.87122233353,139525045.7,434463024600 +34,8919.01061577015,121086005.2,1079967365800 +35,22097.7063924593,70016930.6,1547213574900 +36,7855.10729323838,163503966,1284341195800 +37,29456.5487897822,11582217.1,341172143100 +38,43931.2120967546,10004997.5,439531667200 +39,4756.32014305558,70970683.9,337559293400 +40,7603.94711795023,94182627.6,716159719700 +41,172.753064876829,624798077.4,107935782800 +43,3732.08130282107,384902850.7,1436488732500 +99,280.341165204249,1277621.5,358169900 diff --git a/lib/data/domesticonly.csv b/lib/data/domesticonly.csv new file mode 100644 index 0000000..0071c10 --- /dev/null +++ b/lib/data/domesticonly.csv @@ -0,0 +1,287 @@ +SCTG,Mode.Domestic,ODSegment,Tons,Target +1,Truck,I,52144216.7,0.999996312164551 +1,Rail,I,192.3,3.68783544943428e-06 +1,Truck,X,45609621.7,0.999197174230304 +1,Rail,X,6941.3,0.000152067197380083 +1,Air,X,29704.7,0.00065075857231587 +2,Truck,I,555885090.1,0.924254757507421 +2,Rail,I,43339944.7,0.0720601268004464 +2,Water,I,2216381.2,0.00368511569213252 +2,Truck,X,210215380.6,0.551057554325927 +2,Rail,X,150446988.6,0.394380988474716 +2,Water,X,20813901.2,0.0545614571993572 +3,Truck,I,217924614.6,0.967539872920342 +3,Rail,I,6058741.2,0.0268995482748246 +3,Water,I,1252441.4,0.00556057880483307 +3,Truck,X,170693208.6,0.796270923763526 +3,Rail,X,31404313.6,0.146498750627103 +3,Water,X,12249914.2,0.0571449243708102 +3,Air,X,18307.1,8.54012385612349e-05 +4,Truck,I,164795144.8,0.989773477461963 +4,Rail,I,1700244.2,0.0102118094341365 +4,Water,I,2449.7,1.47131039004892e-05 +4,Truck,X,107810410.7,0.824573075379202 +4,Rail,X,21869394.6,0.167265052093928 +4,Water,X,755500.7,0.00577834303389904 +4,Air,X,311639.2,0.00238352949297052 +5,Truck,I,26088080.6,0.984642232889935 +5,Rail,I,379888.2,0.0143381175193294 +5,Water,I,24594.3,0.000928262482766361 +5,Air,I,2421.3,9.13871079690086e-05 +5,Truck,X,60246492.7,0.991746749597434 +5,Rail,X,377010,0.00620614454566795 +5,Water,X,85219.4,0.0014028378942073 +5,Air,X,39137.9,0.000644267962690373 +6,Truck,I,37105091.2,0.912934673689876 +6,Rail,I,3536429.4,0.0870104052005749 +6,Air,I,2232.2,5.49211095487226e-05 +6,Truck,X,58291547.3,0.780010431576452 +6,Rail,X,15398195.8,0.206046226387556 +6,Water,X,1040333.7,0.0139209057900669 +6,Air,X,1676.7,2.24362459259035e-05 +7,Truck,I,270643505.8,0.980708810373437 +7,Rail,I,5230177.7,0.0189521685918417 +7,Water,I,89048.5,0.000322677790632355 +7,Air,I,4510.2,1.63432440895697e-05 +7,Truck,X,306204569.2,0.844516511658668 +7,Rail,X,55595550.5,0.153333310781972 +7,Water,X,767119.6,0.00211572665394763 +7,Air,X,12491.2,3.4450905412651e-05 +8,Truck,I,55502282.3,0.996325462247238 +8,Rail,I,204575.1,0.00367234233666414 +8,Water,I,122.3,2.19541609792211e-06 +8,Truck,X,35439788.4,0.772258970756167 +8,Rail,X,10430385.2,0.227285740203301 +8,Water,X,19818,0.000431848748917635 +8,Air,X,1075.7,2.34402916142245e-05 +9,Truck,I,1811313.8,0.999039852412608 +9,Rail,I,1740.8,0.000960147587392018 +9,Truck,X,872668.6,0.95042733739533 +9,Rail,X,45516.9,0.0495726626046698 +10,Truck,I,17761911.1,0.999976348825204 +10,Rail,I,420.1,2.36511747962452e-05 +10,Truck,X,15475642.7,0.962092404332634 +10,Rail,X,609758.9,0.0379075956673659 +11,Truck,I,444346729.4,0.990022261632649 +11,Rail,I,3944163.1,0.00878775292840052 +11,Water,I,534095.2,0.00118998543895019 +11,Truck,X,91190789.5,0.799995767840585 +11,Rail,X,21206861.3,0.186042903918299 +11,Water,X,1591439.1,0.0139613282411162 +12,Truck,I,1484761832.4,0.963054273456903 +12,Rail,I,45887759.2,0.0297639672791749 +12,Water,I,10630358.7,0.0068951209217619 +12,Pipeline,I,441916.6,0.000286638342159977 +12,Truck,X,172092981.2,0.613976603050289 +12,Rail,X,68891357.6,0.245783886267935 +12,Water,X,39308070.3,0.140239510681775 +13,Truck,I,89124603.4,0.977687460299473 +13,Rail,I,977014.7,0.0107177477854364 +13,Water,I,1056964.8,0.0115947919150902 +13,Truck,X,39158695.7,0.546660290723877 +13,Rail,X,21802804.3,0.304369875558286 +13,Water,X,8075839.3,0.112739726915299 +13,Pipeline,X,2595256.6,0.0362301068025374 +14,Truck,I,4579950,0.214821536373684 +14,Rail,I,16739839.8,0.785178463626316 +14,Truck,X,4430597.3,0.0768372681087694 +14,Rail,X,46581429.5,0.807834597692108 +14,Water,X,6649184,0.115312924898984 +14,Air,X,877,1.52093001391462e-05 +15,Truck,I,161303978,0.604747760351096 +15,Rail,I,88331279,0.331164449919504 +15,Water,I,17094094.6,0.0640877897294 +15,Truck,X,38091400.3,0.0563902581438237 +15,Rail,X,595763639.6,0.88196456851569 +15,Water,X,41641075.1,0.0616451733404862 +16,Truck,I,8683823.7,0.0727626321508276 +16,Rail,I,608492.4,0.00509861901822975 +16,Water,I,5921961.6,0.0496207118428863 +16,Pipeline,I,104130273.8,0.872518036988056 +16,Truck,X,14627140.9,0.0407551143059051 +16,Rail,X,26814601.1,0.0747126277355917 +16,Water,X,59695351.7,0.166327165281132 +16,Pipeline,X,257766105.3,0.718205092677371 +17,Truck,I,481622458.7,0.619213681436107 +17,Rail,I,6672067.9,0.00857816252651981 +17,Water,I,28318676,0.0364088328992959 +17,Pipeline,I,261183660,0.335799323138077 +17,Truck,X,120907469.1,0.441729145217791 +17,Rail,X,25609634.7,0.0935634674150241 +17,Water,X,29011681.1,0.105992666863574 +17,Air,X,48.3,1.76461536022834e-07 +17,Pipeline,X,98185207.2,0.358714544042075 +18,Truck,I,364767852.9,0.550631476020992 +18,Rail,I,6757178.5,0.0102002277383044 +18,Water,I,104713738.5,0.158069522660864 +18,Air,I,33557.3,5.06560692872923e-05 +18,Pipeline,I,186181362.4,0.281048117510553 +18,Truck,X,90142602.2,0.49993002956348 +18,Rail,X,9031831.1,0.0500904508926564 +18,Water,X,22752871.9,0.126187214968386 +18,Pipeline,X,58383132,0.323792304575478 +19,Truck,I,250053238.2,0.476750412932437 +19,Rail,I,17138388,0.0326759757834495 +19,Water,I,20773656.4,0.0396069626536697 +19,Pipeline,I,236529781.1,0.450966648630444 +19,Truck,X,134295115.9,0.069958000108708 +19,Rail,X,34613014.2,0.0180308660887519 +19,Water,X,33112875,0.0172494025365343 +19,Pipeline,X,1717632439.7,0.894761731266006 +20,Truck,I,74239972.1,0.618461621839055 +20,Rail,I,10518049.5,0.0876213954335991 +20,Water,I,15460686.7,0.128796403079838 +20,Pipeline,I,19821031.4,0.165120579647508 +20,Truck,X,98293525.1,0.477831073279651 +20,Rail,X,76281948.3,0.370826920603052 +20,Water,X,26776744.8,0.130168906789154 +20,Air,X,86791.5,0.000421916657830301 +20,Pipeline,X,4268677.8,0.0207511826703122 +21,Truck,I,4282173.5,0.891208478433275 +21,Rail,I,522683,0.10878109472513 +21,Air,I,50.1,1.04268415956306e-05 +21,Truck,X,9747354.4,0.86620555731485 +21,Rail,X,1444347.9,0.128352999833066 +21,Water,X,1571.3,0.000139634688178448 +21,Air,X,59660.9,0.00530180816390605 +22,Truck,I,71579367,0.72685157187485 +22,Rail,I,25433659,0.25826569579302 +22,Water,I,1136598.5,0.0115415718375324 +22,Pipeline,I,329033,0.00334116049459752 +22,Truck,X,49269258.8,0.532384263587455 +22,Rail,X,35324597.2,0.381703726114213 +22,Water,X,6260843.8,0.0676522196006546 +22,Pipeline,X,1689844,0.018259790697677 +23,Truck,I,28532747.4,0.967085094680293 +23,Rail,I,797601.5,0.027033797738827 +23,Pipeline,I,173515.4,0.00588110758088051 +23,Truck,X,66960107.4,0.884164805261317 +23,Rail,X,8713932.6,0.115061830386778 +23,Water,X,28740.4,0.000379498348432045 +23,Air,X,29828.5,0.000393866003472647 +24,Truck,I,41050934,0.760946584372293 +24,Rail,I,12896072.6,0.239049917762824 +24,Water,I,188.7,3.49786488344094e-06 +24,Truck,X,85794480.3,0.661818777790743 +24,Rail,X,43766964.5,0.337618444120359 +24,Water,X,18894.6,0.000145752978922642 +24,Air,X,54060.8,0.0004170251099754 +25,Truck,I,289365444.6,0.99986882808154 +25,Rail,I,37961.6,0.000131171918459611 +25,Truck,X,10566088.7,0.944053657322157 +25,Rail,X,605130.5,0.0540669000518787 +25,Water,X,21035.2,0.00187944262596461 +26,Truck,I,212865429.7,0.983981333036512 +26,Rail,I,3465330.4,0.0160186669634875 +26,Truck,X,155711382.7,0.861605917587704 +26,Rail,X,24971049.6,0.138173611528376 +26,Water,X,28950.8,0.000160194972046177 +26,Air,X,10893.2,6.02759118744013e-05 +27,Truck,I,18760593.7,0.933553352687067 +27,Rail,I,1335305.1,0.0664466473129333 +27,Truck,X,47944959.8,0.716426269651491 +27,Rail,X,18897892,0.282385183475255 +27,Water,X,77096.2,0.00115202397083468 +27,Air,X,2444.2,3.65229024194984e-05 +28,Truck,I,27498485.5,0.995006788183515 +28,Rail,I,137994.8,0.00499321181648446 +28,Truck,X,43589249.2,0.909601366084104 +28,Rail,X,4305583.9,0.0898470395592344 +28,Water,X,23664.8,0.000493826684404261 +28,Air,X,2768.3,5.77676722573745e-05 +29,Truck,I,14579343.5,0.982983883907531 +29,Rail,I,252378.3,0.0170161160924688 +29,Truck,X,19806946.6,0.891645414796641 +29,Rail,X,2347100,0.105658938519539 +29,Water,X,561.6,2.52814366122335e-05 +29,Air,X,59319.3,0.00267036524720809 +30,Truck,I,12852047.9,0.984678431594226 +30,Rail,I,199977.5,0.015321568405774 +30,Truck,X,25371353.6,0.8793976439896 +30,Rail,X,3386235.9,0.117370476932417 +30,Water,X,2244.8,7.78071151563571e-05 +30,Air,X,90997.6,0.00315407196282614 +31,Truck,I,714860320,0.985023172506811 +31,Rail,I,10041562.7,0.0138365099739765 +31,Water,I,827562,0.00114031751921282 +31,Truck,X,228864111.3,0.827860931697963 +31,Rail,X,40564538.1,0.146732469825047 +31,Water,X,7013782.6,0.0253706733003313 +31,Air,X,9931.6,3.59251766585366e-05 +32,Truck,I,79126887.1,0.917186085303182 +32,Rail,I,7144194.1,0.0828107317168186 +32,Air,I,274.6,3.18297999902304e-06 +32,Truck,X,177900746.5,0.789758309214516 +32,Rail,X,43151877.3,0.19156498399449 +32,Water,X,4181033,0.0185609426481529 +32,Air,X,26077,0.000115764142841227 +33,Truck,I,37712788.9,0.970310007099077 +33,Rail,I,1153953.1,0.0296899877551353 +33,Water,I,0.2,5.14578759832359e-09 +33,Truck,X,67606090.1,0.893702782885973 +33,Rail,X,7927637.1,0.104797531220935 +33,Water,X,67020.5,0.000885961712499765 +33,Air,X,46426.5,0.000613724180592062 +34,Truck,I,42535927.7,0.991026618021628 +34,Rail,I,384869.8,0.00896691895290814 +34,Water,I,277.4,6.46302546351186e-06 +34,Truck,X,40101449,0.925834966589959 +34,Rail,X,3107661.1,0.0717475647997511 +34,Water,X,10603.9,0.000244815627540622 +34,Air,X,94105.9,0.00217265298274928 +35,Truck,I,19369130.5,0.979414067572967 +35,Rail,I,406122.7,0.0205358875320044 +35,Air,I,989.7,5.00448950290755e-05 +35,Truck,X,28737731,0.88033637239191 +35,Rail,X,3638412.4,0.111457191017681 +35,Water,X,2465.3,7.55206894677167e-05 +35,Air,X,265425.9,0.00813091590094075 +36,Truck,I,38025373.5,0.982953166757449 +36,Rail,I,658750.8,0.0170286607431746 +36,Water,I,0.6,1.55099567938358e-08 +36,Air,I,702.4,1.81569894199838e-05 +36,Truck,X,83564605.6,0.870099888542557 +36,Rail,X,12226006,0.127300863583812 +36,Water,X,8891.1,9.25768160272479e-05 +36,Air,X,240741.3,0.00250667105760373 +37,Truck,I,1290073.2,0.565372232008061 +37,Rail,I,171511.6,0.0751646465543767 +37,Water,I,820227.3,0.359463121437563 +37,Truck,X,3202839.2,0.554426533973832 +37,Rail,X,2171296.3,0.375861604865835 +37,Water,X,316499.5,0.054787552490756 +37,Air,X,86215.5,0.014924308669577 +38,Truck,I,1481532,0.577850476978646 +38,Rail,I,1082335.4,0.422149523021354 +38,Truck,X,3454930.9,0.659373783151921 +38,Rail,X,1628634,0.310824903024788 +38,Air,X,156150.4,0.0298013138232911 +39,Truck,I,35409023.1,0.998987631689726 +39,Rail,I,35656.9,0.00100598093270744 +39,Air,I,226.4,6.3873775668935e-06 +39,Truck,X,26580394.8,0.960326971085819 +39,Rail,X,1078110.3,0.0389512047012719 +39,Water,X,1579.3,5.7058760671073e-05 +39,Air,X,18399.7,0.000664765452238044 +40,Truck,I,34286004.1,0.98963221113857 +40,Rail,I,359194.1,0.0103677888614302 +40,Truck,X,52880737,0.910288119715597 +40,Rail,X,5085348.8,0.087539108943394 +40,Water,X,2734.7,4.70750799291289e-05 +40,Air,X,123486.6,0.00212569626108033 +41,Truck,I,436419886.8,0.980382277760337 +41,Rail,I,8163997.8,0.0183397663600567 +41,Water,I,568885.6,0.00127795587960603 +41,Truck,X,117418671.2,0.788814328236662 +41,Rail,X,28162183.3,0.189192514907861 +41,Water,X,3273513.5,0.0219913436771727 +41,Air,X,269.9,1.8131783047386e-06 +43,Truck,I,146361259.5,0.99342371917686 +43,Rail,I,956638.3,0.00649316069798531 +43,Water,I,12246.1,8.31201251545102e-05 +43,Truck,X,229527645.4,0.974746269972701 +43,Rail,X,5602868,0.0237939733779424 +43,Water,X,343735.1,0.00145975664935608 +99,Truck,I,453612.4,1 +99,Truck,X,10519.9,0.0120152686734412 +99,Rail,X,865024.4,0.987984731326559 diff --git a/lib/data/domestictargets.csv b/lib/data/domestictargets.csv new file mode 100644 index 0000000..0071c10 --- /dev/null +++ b/lib/data/domestictargets.csv @@ -0,0 +1,287 @@ +SCTG,Mode.Domestic,ODSegment,Tons,Target +1,Truck,I,52144216.7,0.999996312164551 +1,Rail,I,192.3,3.68783544943428e-06 +1,Truck,X,45609621.7,0.999197174230304 +1,Rail,X,6941.3,0.000152067197380083 +1,Air,X,29704.7,0.00065075857231587 +2,Truck,I,555885090.1,0.924254757507421 +2,Rail,I,43339944.7,0.0720601268004464 +2,Water,I,2216381.2,0.00368511569213252 +2,Truck,X,210215380.6,0.551057554325927 +2,Rail,X,150446988.6,0.394380988474716 +2,Water,X,20813901.2,0.0545614571993572 +3,Truck,I,217924614.6,0.967539872920342 +3,Rail,I,6058741.2,0.0268995482748246 +3,Water,I,1252441.4,0.00556057880483307 +3,Truck,X,170693208.6,0.796270923763526 +3,Rail,X,31404313.6,0.146498750627103 +3,Water,X,12249914.2,0.0571449243708102 +3,Air,X,18307.1,8.54012385612349e-05 +4,Truck,I,164795144.8,0.989773477461963 +4,Rail,I,1700244.2,0.0102118094341365 +4,Water,I,2449.7,1.47131039004892e-05 +4,Truck,X,107810410.7,0.824573075379202 +4,Rail,X,21869394.6,0.167265052093928 +4,Water,X,755500.7,0.00577834303389904 +4,Air,X,311639.2,0.00238352949297052 +5,Truck,I,26088080.6,0.984642232889935 +5,Rail,I,379888.2,0.0143381175193294 +5,Water,I,24594.3,0.000928262482766361 +5,Air,I,2421.3,9.13871079690086e-05 +5,Truck,X,60246492.7,0.991746749597434 +5,Rail,X,377010,0.00620614454566795 +5,Water,X,85219.4,0.0014028378942073 +5,Air,X,39137.9,0.000644267962690373 +6,Truck,I,37105091.2,0.912934673689876 +6,Rail,I,3536429.4,0.0870104052005749 +6,Air,I,2232.2,5.49211095487226e-05 +6,Truck,X,58291547.3,0.780010431576452 +6,Rail,X,15398195.8,0.206046226387556 +6,Water,X,1040333.7,0.0139209057900669 +6,Air,X,1676.7,2.24362459259035e-05 +7,Truck,I,270643505.8,0.980708810373437 +7,Rail,I,5230177.7,0.0189521685918417 +7,Water,I,89048.5,0.000322677790632355 +7,Air,I,4510.2,1.63432440895697e-05 +7,Truck,X,306204569.2,0.844516511658668 +7,Rail,X,55595550.5,0.153333310781972 +7,Water,X,767119.6,0.00211572665394763 +7,Air,X,12491.2,3.4450905412651e-05 +8,Truck,I,55502282.3,0.996325462247238 +8,Rail,I,204575.1,0.00367234233666414 +8,Water,I,122.3,2.19541609792211e-06 +8,Truck,X,35439788.4,0.772258970756167 +8,Rail,X,10430385.2,0.227285740203301 +8,Water,X,19818,0.000431848748917635 +8,Air,X,1075.7,2.34402916142245e-05 +9,Truck,I,1811313.8,0.999039852412608 +9,Rail,I,1740.8,0.000960147587392018 +9,Truck,X,872668.6,0.95042733739533 +9,Rail,X,45516.9,0.0495726626046698 +10,Truck,I,17761911.1,0.999976348825204 +10,Rail,I,420.1,2.36511747962452e-05 +10,Truck,X,15475642.7,0.962092404332634 +10,Rail,X,609758.9,0.0379075956673659 +11,Truck,I,444346729.4,0.990022261632649 +11,Rail,I,3944163.1,0.00878775292840052 +11,Water,I,534095.2,0.00118998543895019 +11,Truck,X,91190789.5,0.799995767840585 +11,Rail,X,21206861.3,0.186042903918299 +11,Water,X,1591439.1,0.0139613282411162 +12,Truck,I,1484761832.4,0.963054273456903 +12,Rail,I,45887759.2,0.0297639672791749 +12,Water,I,10630358.7,0.0068951209217619 +12,Pipeline,I,441916.6,0.000286638342159977 +12,Truck,X,172092981.2,0.613976603050289 +12,Rail,X,68891357.6,0.245783886267935 +12,Water,X,39308070.3,0.140239510681775 +13,Truck,I,89124603.4,0.977687460299473 +13,Rail,I,977014.7,0.0107177477854364 +13,Water,I,1056964.8,0.0115947919150902 +13,Truck,X,39158695.7,0.546660290723877 +13,Rail,X,21802804.3,0.304369875558286 +13,Water,X,8075839.3,0.112739726915299 +13,Pipeline,X,2595256.6,0.0362301068025374 +14,Truck,I,4579950,0.214821536373684 +14,Rail,I,16739839.8,0.785178463626316 +14,Truck,X,4430597.3,0.0768372681087694 +14,Rail,X,46581429.5,0.807834597692108 +14,Water,X,6649184,0.115312924898984 +14,Air,X,877,1.52093001391462e-05 +15,Truck,I,161303978,0.604747760351096 +15,Rail,I,88331279,0.331164449919504 +15,Water,I,17094094.6,0.0640877897294 +15,Truck,X,38091400.3,0.0563902581438237 +15,Rail,X,595763639.6,0.88196456851569 +15,Water,X,41641075.1,0.0616451733404862 +16,Truck,I,8683823.7,0.0727626321508276 +16,Rail,I,608492.4,0.00509861901822975 +16,Water,I,5921961.6,0.0496207118428863 +16,Pipeline,I,104130273.8,0.872518036988056 +16,Truck,X,14627140.9,0.0407551143059051 +16,Rail,X,26814601.1,0.0747126277355917 +16,Water,X,59695351.7,0.166327165281132 +16,Pipeline,X,257766105.3,0.718205092677371 +17,Truck,I,481622458.7,0.619213681436107 +17,Rail,I,6672067.9,0.00857816252651981 +17,Water,I,28318676,0.0364088328992959 +17,Pipeline,I,261183660,0.335799323138077 +17,Truck,X,120907469.1,0.441729145217791 +17,Rail,X,25609634.7,0.0935634674150241 +17,Water,X,29011681.1,0.105992666863574 +17,Air,X,48.3,1.76461536022834e-07 +17,Pipeline,X,98185207.2,0.358714544042075 +18,Truck,I,364767852.9,0.550631476020992 +18,Rail,I,6757178.5,0.0102002277383044 +18,Water,I,104713738.5,0.158069522660864 +18,Air,I,33557.3,5.06560692872923e-05 +18,Pipeline,I,186181362.4,0.281048117510553 +18,Truck,X,90142602.2,0.49993002956348 +18,Rail,X,9031831.1,0.0500904508926564 +18,Water,X,22752871.9,0.126187214968386 +18,Pipeline,X,58383132,0.323792304575478 +19,Truck,I,250053238.2,0.476750412932437 +19,Rail,I,17138388,0.0326759757834495 +19,Water,I,20773656.4,0.0396069626536697 +19,Pipeline,I,236529781.1,0.450966648630444 +19,Truck,X,134295115.9,0.069958000108708 +19,Rail,X,34613014.2,0.0180308660887519 +19,Water,X,33112875,0.0172494025365343 +19,Pipeline,X,1717632439.7,0.894761731266006 +20,Truck,I,74239972.1,0.618461621839055 +20,Rail,I,10518049.5,0.0876213954335991 +20,Water,I,15460686.7,0.128796403079838 +20,Pipeline,I,19821031.4,0.165120579647508 +20,Truck,X,98293525.1,0.477831073279651 +20,Rail,X,76281948.3,0.370826920603052 +20,Water,X,26776744.8,0.130168906789154 +20,Air,X,86791.5,0.000421916657830301 +20,Pipeline,X,4268677.8,0.0207511826703122 +21,Truck,I,4282173.5,0.891208478433275 +21,Rail,I,522683,0.10878109472513 +21,Air,I,50.1,1.04268415956306e-05 +21,Truck,X,9747354.4,0.86620555731485 +21,Rail,X,1444347.9,0.128352999833066 +21,Water,X,1571.3,0.000139634688178448 +21,Air,X,59660.9,0.00530180816390605 +22,Truck,I,71579367,0.72685157187485 +22,Rail,I,25433659,0.25826569579302 +22,Water,I,1136598.5,0.0115415718375324 +22,Pipeline,I,329033,0.00334116049459752 +22,Truck,X,49269258.8,0.532384263587455 +22,Rail,X,35324597.2,0.381703726114213 +22,Water,X,6260843.8,0.0676522196006546 +22,Pipeline,X,1689844,0.018259790697677 +23,Truck,I,28532747.4,0.967085094680293 +23,Rail,I,797601.5,0.027033797738827 +23,Pipeline,I,173515.4,0.00588110758088051 +23,Truck,X,66960107.4,0.884164805261317 +23,Rail,X,8713932.6,0.115061830386778 +23,Water,X,28740.4,0.000379498348432045 +23,Air,X,29828.5,0.000393866003472647 +24,Truck,I,41050934,0.760946584372293 +24,Rail,I,12896072.6,0.239049917762824 +24,Water,I,188.7,3.49786488344094e-06 +24,Truck,X,85794480.3,0.661818777790743 +24,Rail,X,43766964.5,0.337618444120359 +24,Water,X,18894.6,0.000145752978922642 +24,Air,X,54060.8,0.0004170251099754 +25,Truck,I,289365444.6,0.99986882808154 +25,Rail,I,37961.6,0.000131171918459611 +25,Truck,X,10566088.7,0.944053657322157 +25,Rail,X,605130.5,0.0540669000518787 +25,Water,X,21035.2,0.00187944262596461 +26,Truck,I,212865429.7,0.983981333036512 +26,Rail,I,3465330.4,0.0160186669634875 +26,Truck,X,155711382.7,0.861605917587704 +26,Rail,X,24971049.6,0.138173611528376 +26,Water,X,28950.8,0.000160194972046177 +26,Air,X,10893.2,6.02759118744013e-05 +27,Truck,I,18760593.7,0.933553352687067 +27,Rail,I,1335305.1,0.0664466473129333 +27,Truck,X,47944959.8,0.716426269651491 +27,Rail,X,18897892,0.282385183475255 +27,Water,X,77096.2,0.00115202397083468 +27,Air,X,2444.2,3.65229024194984e-05 +28,Truck,I,27498485.5,0.995006788183515 +28,Rail,I,137994.8,0.00499321181648446 +28,Truck,X,43589249.2,0.909601366084104 +28,Rail,X,4305583.9,0.0898470395592344 +28,Water,X,23664.8,0.000493826684404261 +28,Air,X,2768.3,5.77676722573745e-05 +29,Truck,I,14579343.5,0.982983883907531 +29,Rail,I,252378.3,0.0170161160924688 +29,Truck,X,19806946.6,0.891645414796641 +29,Rail,X,2347100,0.105658938519539 +29,Water,X,561.6,2.52814366122335e-05 +29,Air,X,59319.3,0.00267036524720809 +30,Truck,I,12852047.9,0.984678431594226 +30,Rail,I,199977.5,0.015321568405774 +30,Truck,X,25371353.6,0.8793976439896 +30,Rail,X,3386235.9,0.117370476932417 +30,Water,X,2244.8,7.78071151563571e-05 +30,Air,X,90997.6,0.00315407196282614 +31,Truck,I,714860320,0.985023172506811 +31,Rail,I,10041562.7,0.0138365099739765 +31,Water,I,827562,0.00114031751921282 +31,Truck,X,228864111.3,0.827860931697963 +31,Rail,X,40564538.1,0.146732469825047 +31,Water,X,7013782.6,0.0253706733003313 +31,Air,X,9931.6,3.59251766585366e-05 +32,Truck,I,79126887.1,0.917186085303182 +32,Rail,I,7144194.1,0.0828107317168186 +32,Air,I,274.6,3.18297999902304e-06 +32,Truck,X,177900746.5,0.789758309214516 +32,Rail,X,43151877.3,0.19156498399449 +32,Water,X,4181033,0.0185609426481529 +32,Air,X,26077,0.000115764142841227 +33,Truck,I,37712788.9,0.970310007099077 +33,Rail,I,1153953.1,0.0296899877551353 +33,Water,I,0.2,5.14578759832359e-09 +33,Truck,X,67606090.1,0.893702782885973 +33,Rail,X,7927637.1,0.104797531220935 +33,Water,X,67020.5,0.000885961712499765 +33,Air,X,46426.5,0.000613724180592062 +34,Truck,I,42535927.7,0.991026618021628 +34,Rail,I,384869.8,0.00896691895290814 +34,Water,I,277.4,6.46302546351186e-06 +34,Truck,X,40101449,0.925834966589959 +34,Rail,X,3107661.1,0.0717475647997511 +34,Water,X,10603.9,0.000244815627540622 +34,Air,X,94105.9,0.00217265298274928 +35,Truck,I,19369130.5,0.979414067572967 +35,Rail,I,406122.7,0.0205358875320044 +35,Air,I,989.7,5.00448950290755e-05 +35,Truck,X,28737731,0.88033637239191 +35,Rail,X,3638412.4,0.111457191017681 +35,Water,X,2465.3,7.55206894677167e-05 +35,Air,X,265425.9,0.00813091590094075 +36,Truck,I,38025373.5,0.982953166757449 +36,Rail,I,658750.8,0.0170286607431746 +36,Water,I,0.6,1.55099567938358e-08 +36,Air,I,702.4,1.81569894199838e-05 +36,Truck,X,83564605.6,0.870099888542557 +36,Rail,X,12226006,0.127300863583812 +36,Water,X,8891.1,9.25768160272479e-05 +36,Air,X,240741.3,0.00250667105760373 +37,Truck,I,1290073.2,0.565372232008061 +37,Rail,I,171511.6,0.0751646465543767 +37,Water,I,820227.3,0.359463121437563 +37,Truck,X,3202839.2,0.554426533973832 +37,Rail,X,2171296.3,0.375861604865835 +37,Water,X,316499.5,0.054787552490756 +37,Air,X,86215.5,0.014924308669577 +38,Truck,I,1481532,0.577850476978646 +38,Rail,I,1082335.4,0.422149523021354 +38,Truck,X,3454930.9,0.659373783151921 +38,Rail,X,1628634,0.310824903024788 +38,Air,X,156150.4,0.0298013138232911 +39,Truck,I,35409023.1,0.998987631689726 +39,Rail,I,35656.9,0.00100598093270744 +39,Air,I,226.4,6.3873775668935e-06 +39,Truck,X,26580394.8,0.960326971085819 +39,Rail,X,1078110.3,0.0389512047012719 +39,Water,X,1579.3,5.7058760671073e-05 +39,Air,X,18399.7,0.000664765452238044 +40,Truck,I,34286004.1,0.98963221113857 +40,Rail,I,359194.1,0.0103677888614302 +40,Truck,X,52880737,0.910288119715597 +40,Rail,X,5085348.8,0.087539108943394 +40,Water,X,2734.7,4.70750799291289e-05 +40,Air,X,123486.6,0.00212569626108033 +41,Truck,I,436419886.8,0.980382277760337 +41,Rail,I,8163997.8,0.0183397663600567 +41,Water,I,568885.6,0.00127795587960603 +41,Truck,X,117418671.2,0.788814328236662 +41,Rail,X,28162183.3,0.189192514907861 +41,Water,X,3273513.5,0.0219913436771727 +41,Air,X,269.9,1.8131783047386e-06 +43,Truck,I,146361259.5,0.99342371917686 +43,Rail,I,956638.3,0.00649316069798531 +43,Water,I,12246.1,8.31201251545102e-05 +43,Truck,X,229527645.4,0.974746269972701 +43,Rail,X,5602868,0.0237939733779424 +43,Water,X,343735.1,0.00145975664935608 +99,Truck,I,453612.4,1 +99,Truck,X,10519.9,0.0120152686734412 +99,Rail,X,865024.4,0.987984731326559 diff --git a/lib/data/foreigndomestictargets.csv b/lib/data/foreigndomestictargets.csv new file mode 100644 index 0000000..acab6bd --- /dev/null +++ b/lib/data/foreigndomestictargets.csv @@ -0,0 +1,165 @@ +SCTG,Mode.Domestic,Tons,Target +1,Truck,1361827.3,0.976974062497108 +1,Rail,14089.2,0.0101075833634223 +1,Water,11990.3,0.00860183380195057 +1,Air,6016.9,0.00431652033751919 +2,Truck,61170429.4,0.619567145050646 +2,Rail,28689075.9,0.290578454718258 +2,Water,8871406.9,0.089854400231096 +3,Truck,69139575.3,0.744707191623362 +3,Rail,20483095.9,0.220624855695939 +3,Water,3105352.5,0.0334479685367056 +3,Air,113264.9,0.00121998414399431 +4,Truck,22676423.4,0.660180346048105 +4,Rail,10358089.7,0.301555810716751 +4,Water,1292063.6,0.037615940552784 +4,Air,22254.7,0.000647902682360251 +5,Truck,12073348.9,0.861205817077809 +5,Rail,1420606,0.101333454463131 +5,Water,444427.7,0.0317015373017599 +5,Air,80738.8,0.00575919115730034 +6,Truck,6465003.1,0.772521927991551 +6,Rail,1659699.3,0.198322271975744 +6,Water,233546.8,0.0279071829389002 +6,Air,10449.3,0.00124861709380497 +7,Truck,37978104.2,0.751399794839414 +7,Rail,9513249.9,0.188220401562753 +7,Water,2988916.4,0.0591359473323094 +7,Air,62868.4,0.00124385626552371 +8,Truck,7204607.9,0.624805596183138 +8,Rail,3971223.3,0.344396610609839 +8,Water,350135.4,0.030364811017935 +8,Air,4992.7,0.000432982189088119 +9,Truck,194256.9,0.763144175894458 +9,Rail,46126.3,0.181208581010819 +9,Water,14164.9,0.0556472430947235 +10,Truck,268543,0.545782609252349 +10,Rail,186235,0.378501112425612 +10,Water,37254.9,0.075716278322039 +11,Truck,2659597.5,0.252079936294878 +11,Rail,6240621.5,0.591493814443895 +11,Water,1650392.6,0.156426249261228 +12,Truck,8432017.5,0.393079961906193 +12,Rail,5529148.9,0.257755352024076 +12,Water,7489984.3,0.349164686069731 +13,Truck,27878588.1,0.544940247598674 +13,Rail,12880041.3,0.251765005814737 +13,Water,10400352.2,0.20329474658659 +14,Truck,21727967.9,0.410035376662077 +14,Rail,21445166.4,0.404698539820878 +14,Water,9816359.4,0.185247633030115 +14,Air,977.7,1.84504869303729e-05 +15,Truck,54268657.3,0.399586333604579 +15,Rail,74700714.1,0.550029905841487 +15,Water,6842724.1,0.0503837605539339 +16,Truck,950455.7,0.00229507288300284 +16,Rail,9041023.1,0.0218314298619202 +16,Water,14449472,0.0348912541225318 +16,Pipeline,113728963.7,0.274622226580244 +16,None,275958851.1,0.666360016552301 +17,Truck,36757840.2,0.41314062838185 +17,Rail,9849854.6,0.110707677512398 +17,Water,20422075.2,0.229534405043455 +17,Air,592.8,6.66278984761353e-06 +17,Pipeline,21941376.3,0.24661062627245 +18,Truck,82026802.7,0.375284775064268 +18,Rail,23469438.6,0.107376158718492 +18,Water,49044509.2,0.224385895797685 +18,Air,880.5,4.02841795080827e-06 +18,Pipeline,64030525.8,0.292949142001604 +19,Truck,2561.1,3.04442398371324e-05 +19,Rail,1439,1.71056425464189e-05 +19,Air,0.6,7.13230404993145e-09 +19,Pipeline,84120287.3,0.999952442985312 +20,Truck,25180669.4,0.348633094710893 +20,Rail,30688918.8,0.424896279150359 +20,Water,6833522.7,0.094611947316942 +20,Air,83276.5,0.00115298538932772 +20,Pipeline,9440460.2,0.130705693432479 +21,Truck,1226733.3,0.354298828956753 +21,Rail,1844461.3,0.532707866205352 +21,Water,298318.2,0.0861587346789122 +21,Air,92912.7,0.0268345701589825 +22,Truck,18092197.782,0.440532300613137 +22,Rail,19227153.44748,0.468167673409318 +22,Water,3749595.94379,0.0913000259775456 +23,Truck,12062810.8,0.708612163689216 +23,Rail,3443065.8,0.202257860685533 +23,Water,1250769.8,0.0734746411056309 +23,Air,151949.1,0.00892602746630405 +23,Pipeline,114554,0.00672930705331584 +24,Truck,28302211.3,0.58394049803402 +24,Rail,18489547.5,0.381482402951803 +24,Water,1480729.4,0.0305508942083835 +24,Air,195140.6,0.00402620480579401 +25,Truck,11995837.9,0.874709793640878 +25,Rail,1232756.5,0.0898898595257319 +25,Water,485483.1,0.0354003468333907 +26,Truck,18216629.3,0.536780931001102 +26,Rail,14422942.6,0.424994131960705 +26,Water,1284829.7,0.0378594783472849 +26,Air,12402.5,0.000365458690908376 +27,Truck,23714497.8,0.641375527059777 +27,Rail,12154383.5,0.328723980964891 +27,Water,1085529.7,0.0293589258920145 +27,Air,20024.1,0.00054156608331793 +28,Truck,3554559.8,0.835467891049393 +28,Rail,599209.8,0.140838971931807 +28,Water,86160.7,0.0202513116589963 +28,Air,14643.5,0.00344182535980455 +29,Truck,1907730.4,0.748538534857554 +29,Rail,523227.1,0.205299263895867 +29,Water,76702.2,0.0300957370120805 +29,Air,40947.1,0.0160664642344986 +30,Truck,14472060.4,0.686769181661511 +30,Rail,5759226.4,0.273303115963458 +30,Water,601873.2,0.0285617910375771 +30,Air,239510.1,0.0113659113374532 +31,Truck,25778638.3,0.725931510635164 +31,Rail,7335996.7,0.20658310592168 +31,Water,2327498,0.0655428001850789 +31,Air,68983.3,0.00194258325807685 +32,Truck,43053864.3,0.714805877385748 +32,Rail,15431644,0.256205337389994 +32,Water,1664202.5,0.0276300803075661 +32,Air,81836.9,0.00135870491669269 +33,Truck,23467635.7,0.757147761008529 +33,Rail,6654309.5,0.214691228523834 +33,Water,674296.1,0.0217551435047964 +33,Air,198548.5,0.00640586696284032 +34,Truck,26745388.3,0.700298488307017 +34,Rail,9813637,0.256959258875064 +34,Water,1123061,0.0294061133738173 +34,Air,509326,0.0133361394441022 +35,Truck,12464134.5,0.66482976533208 +35,Rail,4680508.2,0.24965561533702 +35,Water,764974.2,0.0408032838438237 +35,Air,838241.8,0.0447113354870762 +36,Truck,27224410.5,0.601163206767031 +36,Rail,16742429.1,0.369702490594816 +36,Water,1180910.2,0.0260765889764958 +36,Air,138472.3,0.00305771366165693 +37,Truck,1455223.5,0.387854936706998 +37,Rail,2000347,0.533144536957405 +37,Water,231987.1,0.0618305998957137 +37,Air,64421.2,0.0171699264398829 +38,Truck,1624238.4,0.584829762284672 +38,Rail,808070.1,0.290956946032277 +38,Water,130657.7,0.047045133049226 +38,Air,214317.9,0.077168158633825 +39,Truck,10676611.4,0.742202872262125 +39,Rail,3253123.4,0.226146428004594 +39,Water,407352.7,0.0283178185134407 +39,Air,47943.6,0.0033328812198397 +40,Truck,5746785.4,0.665296500625057 +40,Rail,2497751.9,0.289160893061987 +40,Water,311658.6,0.0360802364343907 +40,Air,81735.3,0.00946236987856537 +41,Truck,33969212.3,0.660677991690404 +41,Rail,11718315,0.227913227772889 +41,Water,5716936.9,0.111190520296897 +41,Air,11222,0.00021826023980985 +43,Truck,1376948,0.586208791786568 +43,Rail,461882.6,0.196637520729351 +43,Water,510073.1,0.21715368748408 +43,Air,0,0 diff --git a/lib/data/model_distchannel_calibration.csv b/lib/data/model_distchannel_calibration.csv new file mode 100644 index 0000000..ce3ae2c --- /dev/null +++ b/lib/data/model_distchannel_calibration.csv @@ -0,0 +1,34 @@ +Commodity_Category,NumberofStops_Choice,Target_Share +A,0,0.5 +A,1,0.22 +A,2+,0.28 +B,0,0.47 +B,1,0.36 +B,2+,0.17 +C,0,0.33 +C,1,0.01 +C,2+,0.66 +D,0,0.38 +D,1,0.33 +D,2+,0.29 +E,0,0.17 +E,1,0.78 +E,2+,0.04 +F,0,0.71 +F,1,0.21 +F,2+,0.07 +G,0,0.47 +G,1,0.38 +G,2+,0.15 +H,0,0.2 +H,1,0.76 +H,2+,0.04 +I,0,0.71 +I,1,0.14 +I,2+,0.14 +J,0,0.55 +J,1,0.34 +J,2+,0.11 +K,0,0.52 +K,1,0.36 +K,2+,0.12 diff --git a/lib/data/model_distchannel_food.csv b/lib/data/model_distchannel_food.csv new file mode 100644 index 0000000..ce4b3fc --- /dev/null +++ b/lib/data/model_distchannel_food.csv @@ -0,0 +1,10 @@ +CHID,CHDESC,VAR,TYPE,COEFF +1,Direct,asc1,Constant,0 +1,Direct,emple49,Variable,0.907 +2,One,asc2,Constant,-0.932 +2,One,mfgind,Variable,1.94 +3,Two,asc3,Constant,-3.32 +3,Two,trwind,Variable,3.49 +4,Three,asc4,Constant,-52.5 +4,Three,trwind,Variable,51.4 +4,Three,Distance,Variable,0.000559 diff --git a/lib/data/model_distchannel_food_cal.csv b/lib/data/model_distchannel_food_cal.csv new file mode 100644 index 0000000..f6fbd65 --- /dev/null +++ b/lib/data/model_distchannel_food_cal.csv @@ -0,0 +1,28 @@ +CATEGORY,CHID,CHDESC,VAR,TYPE,COEFF +E,1,Direct,asc1,Constant,-0.830965333217506 +E,1,Direct,emple49,Variable,0.907 +E,2,One,asc2,Constant,-0.708004200180977 +E,2,One,mfgind,Variable,1.94 +E,3,Two,asc3,Constant,-1.90907517617571 +E,3,Two,trwind,Variable,3.49 +E,4,Three,asc4,Constant,-51.0890751761757 +E,4,Three,trwind,Variable,51.4 +E,4,Three,Distance,Variable,0.000559 +A,1,Direct,asc1,Constant,0.300970291783592 +A,1,Direct,emple49,Variable,0.907 +A,2,One,asc2,Constant,-2.01788935493921 +A,2,One,mfgind,Variable,1.94 +A,3,Two,asc3,Constant,0.0151778843025242 +A,3,Two,trwind,Variable,3.49 +A,4,Three,asc4,Constant,-49.1648221156975 +A,4,Three,trwind,Variable,51.4 +A,4,Three,Distance,Variable,0.000559 +K,1,Direct,asc1,Constant,0.277958653085997 +K,1,Direct,emple49,Variable,0.907 +K,2,One,asc2,Constant,-1.42027417861304 +K,2,One,mfgind,Variable,1.94 +K,3,Two,asc3,Constant,-0.803201549668933 +K,3,Two,trwind,Variable,3.49 +K,4,Three,asc4,Constant,-49.983201549669 +K,4,Three,trwind,Variable,51.4 +K,4,Three,Distance,Variable,0.000559 diff --git a/lib/data/model_distchannel_mfg.csv b/lib/data/model_distchannel_mfg.csv new file mode 100644 index 0000000..807cdaf --- /dev/null +++ b/lib/data/model_distchannel_mfg.csv @@ -0,0 +1,10 @@ +CHID,CHDESC,VAR,TYPE,COEFF +1,Direct,asc1,Constant,0 +2,One,asc2,Constant,-1.96 +2,One,empge200,Variable,0.698 +2,One,whind,Variable,1.88 +3,Two,asc3,Constant,-2.68 +3,Two,whind,Variable,1.5 +4,Three,asc4,Constant,-3.58 +4,Three,whind,Variable,1.5 +4,Three,emp50t199,Variable,1.32 diff --git a/lib/data/model_distchannel_mfg_cal.csv b/lib/data/model_distchannel_mfg_cal.csv new file mode 100644 index 0000000..c8035ac --- /dev/null +++ b/lib/data/model_distchannel_mfg_cal.csv @@ -0,0 +1,73 @@ +CATEGORY,CHID,CHDESC,VAR,TYPE,COEFF +J,1,Direct,asc1,Constant,-0.240861437822105 +J,2,One,asc2,Constant,-1.2454654619241 +J,2,One,empge200,Variable,0.698 +J,2,One,whind,Variable,1.88 +J,3,Two,asc3,Constant,-2.74559683262872 +J,3,Two,whind,Variable,1.5 +J,4,Three,asc4,Constant,-3.64559683262872 +J,4,Three,whind,Variable,1.5 +J,4,Three,emp50t199,Variable,1.32 +B,1,Direct,asc1,Constant,-0.38614286550176 +B,2,One,asc2,Constant,-1.38927114632256 +B,2,One,empge200,Variable,0.698 +B,2,One,whind,Variable,1.88 +B,3,Two,asc3,Constant,-2.18218476839003 +B,3,Two,whind,Variable,1.5 +B,4,Three,asc4,Constant,-3.08218476839003 +B,4,Three,whind,Variable,1.5 +B,4,Three,emp50t199,Variable,1.32 +C,1,Direct,asc1,Constant,-0.608557608079916 +C,2,One,asc2,Constant,-5.41325423661049 +C,2,One,empge200,Variable,0.698 +C,2,One,whind,Variable,1.88 +C,3,Two,asc3,Constant,-1.08314722969255 +C,3,Two,whind,Variable,1.5 +C,4,Three,asc4,Constant,-1.98314722969255 +C,4,Three,whind,Variable,1.5 +C,4,Three,emp50t199,Variable,1.32 +F,1,Direct,asc1,Constant,-0.113600884187663 +F,2,One,asc2,Constant,-1.39135918342107 +F,2,One,empge200,Variable,0.698 +F,2,One,whind,Variable,1.88 +F,3,Two,asc3,Constant,-3.09891487716233 +F,3,Two,whind,Variable,1.5 +F,4,Three,asc4,Constant,-3.99891487716233 +F,4,Three,whind,Variable,1.5 +F,4,Three,emp50t199,Variable,1.32 +G,1,Direct,asc1,Constant,-0.407909310202132 +G,2,One,asc2,Constant,-1.17927677414608 +G,2,One,empge200,Variable,0.698 +G,2,One,whind,Variable,1.88 +G,3,Two,asc3,Constant,-2.40737226146368 +G,3,Two,whind,Variable,1.5 +G,4,Three,asc4,Constant,-3.30737226146368 +G,4,Three,whind,Variable,1.5 +G,4,Three,emp50t199,Variable,1.32 +H,1,Direct,asc1,Constant,-1.30223369015082 +H,2,One,asc2,Constant,-0.397660401654493 +H,2,One,empge200,Variable,0.698 +H,2,One,whind,Variable,1.88 +H,3,Two,asc3,Constant,-3.68029786403734 +H,3,Two,whind,Variable,1.5 +H,4,Three,asc4,Constant,-4.58029786403735 +H,4,Three,whind,Variable,1.5 +H,4,Three,emp50t199,Variable,1.32 +I,1,Direct,asc1,Constant,0.181593090122691 +I,2,One,asc2,Constant,-2.63791283433432 +I,2,One,empge200,Variable,0.698 +I,2,One,whind,Variable,1.88 +I,3,Two,asc3,Constant,-2.6133902684119 +I,3,Two,whind,Variable,1.5 +I,4,Three,asc4,Constant,-3.5133902684119 +I,4,Three,whind,Variable,1.5 +I,4,Three,emp50t199,Variable,1.32 +D,1,Direct,asc1,Constant,-0.5949723782494 +D,2,One,asc2,Constant,-1.38033291276137 +D,2,One,empge200,Variable,0.698 +D,2,One,whind,Variable,1.88 +D,3,Two,asc3,Constant,-1.66477935313742 +D,3,Two,whind,Variable,1.5 +D,4,Three,asc4,Constant,-2.56477935313742 +D,4,Three,whind,Variable,1.5 +D,4,Three,emp50t199,Variable,1.32 diff --git a/lib/data/model_numberoftours.csv b/lib/data/model_numberoftours.csv new file mode 100644 index 0000000..31945f9 --- /dev/null +++ b/lib/data/model_numberoftours.csv @@ -0,0 +1,21 @@ +CHID,CHDESC,VAR,TYPE,COEFF +1,All stops in one route,asc1,Constant,4.52 +1,All stops in one route,Dest_Dist,Variable,2.09 +1,All stops in one route,PU_DO_Weight,Variable,-0.375 +1,All stops in one route,Dest_Mac,Variable,1.22 +1,All stops in one route,Dest_Office,Variable,1.71 +1,All stops in one route,Dest_Retail,Variable,1.57 +1,All stops in one route,Dest_Ware,Variable,0.958 +2,All stops in two routes,asc2,Constant,3.31 +2,All stops in two routes,Food,Variable,0.672 +2,All stops in two routes,Dest_Cont,Variable,-0.787 +2,All stops in two routes,Dest_Dist,Variable,1.49 +2,All stops in two routes,PU_DO_Weight,Variable,-0.375 +2,All stops in two routes,Dest_Mac,Variable,0.713 +2,All stops in two routes,Dest_Office,Variable,1.78 +3,All stops in three routes,asc3,Constant,2.14 +3,All stops in three routes,Food,Variable,1.06 +3,All stops in three routes,Dest_Cont,Variable,-0.473 +3,All stops in three routes,PU_DO_Weight,Variable,-0.254 +3,All stops in three routes,Dest_Retail,Variable,-0.749 +4,All stops in four routes,asc4,Constant,0 diff --git a/lib/data/model_shipsize_calibration.csv b/lib/data/model_shipsize_calibration.csv new file mode 100644 index 0000000..70c9db0 --- /dev/null +++ b/lib/data/model_shipsize_calibration.csv @@ -0,0 +1,397 @@ +Commodity_SCTG,Commodity_SCTG_desc,ShipmentWeight,WeightCategory,ValuePct,TonsPct +0,All Commodities (4),Less than 50 lbs,1,0.1267,0.002 +0,All Commodities (4),50 - 99 lbs,2,0.0333,0.0013 +0,All Commodities (4),100 - 499 lbs,3,0.0937,0.0077 +0,All Commodities (4),500 - 749 lbs,4,0.0265,0.0038 +0,All Commodities (4),750 - 999 lbs,5,0.0195,0.0035 +0,All Commodities (4),"1,000 - 9,999 lbs",6,0.2038,0.0566 +0,All Commodities (4),"10,000 - 49,999 lbs",7,0.341,0.4199 +0,All Commodities (4),"50,000 - 99,999 lbs",8,0.0586,0.1866 +0,All Commodities (4),"More than 100,000 lbs",9,0.097,0.3186 +1,Live animals and live fish,Less than 50 lbs,1,0.0243,0.0016 +1,Live animals and live fish,50 - 99 lbs,2,0.0109,0.0011 +1,Live animals and live fish,100 - 499 lbs,3,0.0297,0.0062 +1,Live animals and live fish,500 - 749 lbs,4, , +1,Live animals and live fish,750 - 999 lbs,5,0.0036,0.0018 +1,Live animals and live fish,"1,000 - 9,999 lbs",6,0.0654,0.0514 +1,Live animals and live fish,"10,000 - 49,999 lbs",7,0.5382,0.6283 +1,Live animals and live fish,"50,000 - 99,999 lbs",8,0.1898,0.1852 +1,Live animals and live fish,"More than 100,000 lbs",9,0.1339,0.1228 +2,Cereal grains,Less than 50 lbs,1, , +2,Cereal grains,50 - 99 lbs,2, ,0 +2,Cereal grains,100 - 499 lbs,3,0.0006,0.0001 +2,Cereal grains,500 - 749 lbs,4,0.0009,0.0001 +2,Cereal grains,750 - 999 lbs,5,0.0003,0 +2,Cereal grains,"1,000 - 9,999 lbs",6,0.0108,0.0033 +2,Cereal grains,"10,000 - 49,999 lbs",7,0.0721,0.0517 +2,Cereal grains,"50,000 - 99,999 lbs",8,0.2861,0.3249 +2,Cereal grains,"More than 100,000 lbs",9,0.6291,0.6198 +3,Other agricultural products,Less than 50 lbs,1,0.0315,0.0016 +3,Other agricultural products,50 - 99 lbs,2,0.0154,0.002 +3,Other agricultural products,100 - 499 lbs,3,0.0647,0.0153 +3,Other agricultural products,500 - 749 lbs,4,0.0219,0.0067 +3,Other agricultural products,750 - 999 lbs,5,0.0151,0.005 +3,Other agricultural products,"1,000 - 9,999 lbs",6,0.1956,0.092 +3,Other agricultural products,"10,000 - 49,999 lbs",7,0.4084,0.3188 +3,Other agricultural products,"50,000 - 99,999 lbs",8,0.1025,0.2544 +3,Other agricultural products,"More than 100,000 lbs",9,0.1449,0.3041 +4,"Animal feed and products of animal origin, nec",Less than 50 lbs,1,0.0084,0.0004 +4,"Animal feed and products of animal origin, nec",50 - 99 lbs,2,0.0026,0.0003 +4,"Animal feed and products of animal origin, nec",100 - 499 lbs,3,0.0161,0.0026 +4,"Animal feed and products of animal origin, nec",500 - 749 lbs,4,0.008,0.0016 +4,"Animal feed and products of animal origin, nec",750 - 999 lbs,5,0.006,0.0012 +4,"Animal feed and products of animal origin, nec","1,000 - 9,999 lbs",6,0.0943,0.0398 +4,"Animal feed and products of animal origin, nec","10,000 - 49,999 lbs",7,0.594,0.5065 +4,"Animal feed and products of animal origin, nec","50,000 - 99,999 lbs",8,0.1381,0.2793 +4,"Animal feed and products of animal origin, nec","More than 100,000 lbs",9,0.1324,0.1682 +5,"Meat, fish, seafood, and their preparations",Less than 50 lbs,1,0.0118,0.0029 +5,"Meat, fish, seafood, and their preparations",50 - 99 lbs,2,0.0141,0.0045 +5,"Meat, fish, seafood, and their preparations",100 - 499 lbs,3,0.0653,0.0332 +5,"Meat, fish, seafood, and their preparations",500 - 749 lbs,4,0.0228,0.0158 +5,"Meat, fish, seafood, and their preparations",750 - 999 lbs,5,0.0179,0.0134 +5,"Meat, fish, seafood, and their preparations","1,000 - 9,999 lbs",6,0.2162,0.1802 +5,"Meat, fish, seafood, and their preparations","10,000 - 49,999 lbs",7,0.6175,0.6807 +5,"Meat, fish, seafood, and their preparations","50,000 - 99,999 lbs",8,0.0139,0.0268 +5,"Meat, fish, seafood, and their preparations","More than 100,000 lbs",9,0.0206,0.0425 +6,"Milled grain products and preparations, and bakery products",Less than 50 lbs,1,0.0375,0.0058 +6,"Milled grain products and preparations, and bakery products",50 - 99 lbs,2,0.0101,0.0032 +6,"Milled grain products and preparations, and bakery products",100 - 499 lbs,3,0.0355,0.0146 +6,"Milled grain products and preparations, and bakery products",500 - 749 lbs,4,0.0139,0.0075 +6,"Milled grain products and preparations, and bakery products",750 - 999 lbs,5,0.0142,0.0079 +6,"Milled grain products and preparations, and bakery products","1,000 - 9,999 lbs",6,0.1634,0.0986 +6,"Milled grain products and preparations, and bakery products","10,000 - 49,999 lbs",7,0.6428,0.5852 +6,"Milled grain products and preparations, and bakery products","50,000 - 99,999 lbs",8,0.04,0.1453 +6,"Milled grain products and preparations, and bakery products","More than 100,000 lbs",9,0.0427,0.1318 +7,Other prepared foodstuffs and fats and oils,Less than 50 lbs,1,0.0175,0.0019 +7,Other prepared foodstuffs and fats and oils,50 - 99 lbs,2,0.0113,0.0023 +7,Other prepared foodstuffs and fats and oils,100 - 499 lbs,3,0.0498,0.0191 +7,Other prepared foodstuffs and fats and oils,500 - 749 lbs,4,0.022,0.0103 +7,Other prepared foodstuffs and fats and oils,750 - 999 lbs,5,0.0186,0.0096 +7,Other prepared foodstuffs and fats and oils,"1,000 - 9,999 lbs",6,0.1908,0.1209 +7,Other prepared foodstuffs and fats and oils,"10,000 - 49,999 lbs",7,0.6017,0.6296 +7,Other prepared foodstuffs and fats and oils,"50,000 - 99,999 lbs",8,0.041,0.1029 +7,Other prepared foodstuffs and fats and oils,"More than 100,000 lbs",9,0.0472,0.1032 +8,Alcoholic beverages,Less than 50 lbs,1,0.0229,0.002 +8,Alcoholic beverages,50 - 99 lbs,2,0.0147,0.0037 +8,Alcoholic beverages,100 - 499 lbs,3,0.1065,0.0497 +8,Alcoholic beverages,500 - 749 lbs,4,0.0459,0.0296 +8,Alcoholic beverages,750 - 999 lbs,5,0.0411,0.0282 +8,Alcoholic beverages,"1,000 - 9,999 lbs",6,0.3239,0.2884 +8,Alcoholic beverages,"10,000 - 49,999 lbs",7,0.3564,0.4333 +8,Alcoholic beverages,"50,000 - 99,999 lbs",8,0.0455,0.0778 +8,Alcoholic beverages,"More than 100,000 lbs",9,0.043,0.0873 +9,Tobacco products,Less than 50 lbs,1,0.0803,0.0228 +9,Tobacco products,50 - 99 lbs,2,0.0553,0.0161 +9,Tobacco products,100 - 499 lbs,3,0.1296,0.0629 +9,Tobacco products,500 - 749 lbs,4,0.0306,0.0237 +9,Tobacco products,750 - 999 lbs,5,0.023,0.0195 +9,Tobacco products,"1,000 - 9,999 lbs",6,0.1383,0.1447 +9,Tobacco products,"10,000 - 49,999 lbs",7,0.5391,0.6938 +9,Tobacco products,"50,000 - 99,999 lbs",8, , +9,Tobacco products,"More than 100,000 lbs",9, , +10,Monumental or building stone,Less than 50 lbs,1,0.0131,0.0001 +10,Monumental or building stone,50 - 99 lbs,2,0.0033,0.0001 +10,Monumental or building stone,100 - 499 lbs,3,0.0459,0.0023 +10,Monumental or building stone,500 - 749 lbs,4,0.0409,0.0019 +10,Monumental or building stone,750 - 999 lbs,5,0.0263,0.0019 +10,Monumental or building stone,"1,000 - 9,999 lbs",6,0.3437,0.0517 +10,Monumental or building stone,"10,000 - 49,999 lbs",7,0.4591,0.6233 +10,Monumental or building stone,"50,000 - 99,999 lbs",8,0.0596,0.2678 +10,Monumental or building stone,"More than 100,000 lbs",9,0.0081,0.0508 +11,Natural sands,Less than 50 lbs,1,0.0026,0 +11,Natural sands,50 - 99 lbs,2,0.0006,0 +11,Natural sands,100 - 499 lbs,3,0.0053,0.0001 +11,Natural sands,500 - 749 lbs,4,0.0026,0 +11,Natural sands,750 - 999 lbs,5,0.0032,0 +11,Natural sands,"1,000 - 9,999 lbs",6,0.0669,0.0055 +11,Natural sands,"10,000 - 49,999 lbs",7,0.4977,0.5177 +11,Natural sands,"50,000 - 99,999 lbs",8,0.2455,0.3163 +11,Natural sands,"More than 100,000 lbs",9,0.1757,0.1604 +12,Gravel and crushed stone,Less than 50 lbs,1, , +12,Gravel and crushed stone,50 - 99 lbs,2, , +12,Gravel and crushed stone,100 - 499 lbs,3, ,0 +12,Gravel and crushed stone,500 - 749 lbs,4,0,0 +12,Gravel and crushed stone,750 - 999 lbs,5,0,0 +12,Gravel and crushed stone,"1,000 - 9,999 lbs",6,0.0111,0.0045 +12,Gravel and crushed stone,"10,000 - 49,999 lbs",7,0.592,0.5855 +12,Gravel and crushed stone,"50,000 - 99,999 lbs",8,0.2457,0.2358 +12,Gravel and crushed stone,"More than 100,000 lbs",9,0.1511,0.1742 +13,Nonmetallic minerals nec,Less than 50 lbs,1,0.0193,0 +13,Nonmetallic minerals nec,50 - 99 lbs,2,0.0046,0 +13,Nonmetallic minerals nec,100 - 499 lbs,3,0.0184,0.0005 +13,Nonmetallic minerals nec,500 - 749 lbs,4,0.0115,0.0003 +13,Nonmetallic minerals nec,750 - 999 lbs,5, , +13,Nonmetallic minerals nec,"1,000 - 9,999 lbs",6,0.0876,0.0097 +13,Nonmetallic minerals nec,"10,000 - 49,999 lbs",7,0.6019,0.5516 +13,Nonmetallic minerals nec,"50,000 - 99,999 lbs",8,0.0994,0.1805 +13,Nonmetallic minerals nec,"More than 100,000 lbs",9,0.1419,0.257 +14,Metallic ores and concentrates,Less than 50 lbs,1,0.0116,0 +14,Metallic ores and concentrates,50 - 99 lbs,2,0.0071,0.0001 +14,Metallic ores and concentrates,100 - 499 lbs,3,0.031,0.0005 +14,Metallic ores and concentrates,500 - 749 lbs,4,0.0121, +14,Metallic ores and concentrates,750 - 999 lbs,5, , +14,Metallic ores and concentrates,"1,000 - 9,999 lbs",6, ,0.0038 +14,Metallic ores and concentrates,"10,000 - 49,999 lbs",7,0.4042,0.0507 +14,Metallic ores and concentrates,"50,000 - 99,999 lbs",8,0.0812,0.0226 +14,Metallic ores and concentrates,"More than 100,000 lbs",9,0.3173,0.9218 +15,Coal,Less than 50 lbs,1, , +15,Coal,50 - 99 lbs,2, , +15,Coal,100 - 499 lbs,3, , +15,Coal,500 - 749 lbs,4, ,0 +15,Coal,750 - 999 lbs,5, ,0 +15,Coal,"1,000 - 9,999 lbs",6,0.0025,0.0003 +15,Coal,"10,000 - 49,999 lbs",7,0.0688,0.0406 +15,Coal,"50,000 - 99,999 lbs",8,0.0918,0.0697 +15,Coal,"More than 100,000 lbs",9,0.8368,0.8893 +16,Crude petroleum,Less than 50 lbs,1,, +16,Crude petroleum,50 - 99 lbs,2,, +16,Crude petroleum,100 - 499 lbs,3,, +16,Crude petroleum,500 - 749 lbs,4,, +16,Crude petroleum,750 - 999 lbs,5,, +16,Crude petroleum,"1,000 - 9,999 lbs",6,, +16,Crude petroleum,"10,000 - 49,999 lbs",7,, +16,Crude petroleum,"50,000 - 99,999 lbs",8,, +16,Crude petroleum,"More than 100,000 lbs",9,1,1 +17,Gasoline and aviation turbine fuel,Less than 50 lbs,1,0,0 +17,Gasoline and aviation turbine fuel,50 - 99 lbs,2,0.0001,0.0001 +17,Gasoline and aviation turbine fuel,100 - 499 lbs,3,0.0004,0.0003 +17,Gasoline and aviation turbine fuel,500 - 749 lbs,4,0.0003,0.0002 +17,Gasoline and aviation turbine fuel,750 - 999 lbs,5,0.0003,0.0002 +17,Gasoline and aviation turbine fuel,"1,000 - 9,999 lbs",6,0.0192,0.0169 +17,Gasoline and aviation turbine fuel,"10,000 - 49,999 lbs",7,0.1775,0.1698 +17,Gasoline and aviation turbine fuel,"50,000 - 99,999 lbs",8,0.3943,0.3771 +17,Gasoline and aviation turbine fuel,"More than 100,000 lbs",9,0.4079,0.4353 +18,Fuel oils,Less than 50 lbs,1,0.0001,0 +18,Fuel oils,50 - 99 lbs,2,0.0002,0.0001 +18,Fuel oils,100 - 499 lbs,3,0.0034,0.0024 +18,Fuel oils,500 - 749 lbs,4,0.0055,0.0041 +18,Fuel oils,750 - 999 lbs,5,0.0072,0.0056 +18,Fuel oils,"1,000 - 9,999 lbs",6,0.1,0.0821 +18,Fuel oils,"10,000 - 49,999 lbs",7,0.1835,0.1705 +18,Fuel oils,"50,000 - 99,999 lbs",8,0.2566,0.255 +18,Fuel oils,"More than 100,000 lbs",9,0.4436,0.4801 +19,"Coal and petroleum products, nec",Less than 50 lbs,1,0.008,0.0004 +19,"Coal and petroleum products, nec",50 - 99 lbs,2,0.005,0.0006 +19,"Coal and petroleum products, nec",100 - 499 lbs,3,0.0354,0.0082 +19,"Coal and petroleum products, nec",500 - 749 lbs,4,0.0144,0.005 +19,"Coal and petroleum products, nec",750 - 999 lbs,5,0.0193,0.0069 +19,"Coal and petroleum products, nec","1,000 - 9,999 lbs",6,0.1374,0.0496 +19,"Coal and petroleum products, nec","10,000 - 49,999 lbs",7,0.285,0.3573 +19,"Coal and petroleum products, nec","50,000 - 99,999 lbs",8,0.0739,0.1412 +19,"Coal and petroleum products, nec","More than 100,000 lbs",9,0.4217,0.4307 +20,Basic chemicals,Less than 50 lbs,1,0.023,0.0004 +20,Basic chemicals,50 - 99 lbs,2,0.0068,0.0005 +20,Basic chemicals,100 - 499 lbs,3,0.0315,0.0057 +20,Basic chemicals,500 - 749 lbs,4,0.01,0.0031 +20,Basic chemicals,750 - 999 lbs,5,0.0081,0.0022 +20,Basic chemicals,"1,000 - 9,999 lbs",6,0.1081,0.0421 +20,Basic chemicals,"10,000 - 49,999 lbs",7,0.3337,0.3587 +20,Basic chemicals,"50,000 - 99,999 lbs",8,0.0406,0.059 +20,Basic chemicals,"More than 100,000 lbs",9,0.4382,0.5282 +21,Pharmaceutical products,Less than 50 lbs,1,0.3279,0.0664 +21,Pharmaceutical products,50 - 99 lbs,2,0.072,0.0288 +21,Pharmaceutical products,100 - 499 lbs,3,0.1566,0.096 +21,Pharmaceutical products,500 - 749 lbs,4,0.0257,0.028 +21,Pharmaceutical products,750 - 999 lbs,5,0.019,0.0206 +21,Pharmaceutical products,"1,000 - 9,999 lbs",6,0.1936,0.3071 +21,Pharmaceutical products,"10,000 - 49,999 lbs",7,0.2047,0.3659 +21,Pharmaceutical products,"50,000 - 99,999 lbs",8, ,0.031 +21,Pharmaceutical products,"More than 100,000 lbs",9,0.0003,0.0562 +22,Fertilizers,Less than 50 lbs,1,0.0003,0 +22,Fertilizers,50 - 99 lbs,2,0.0003,0 +22,Fertilizers,100 - 499 lbs,3,0.003,0.0006 +22,Fertilizers,500 - 749 lbs,4,0.0014,0.0004 +22,Fertilizers,750 - 999 lbs,5,0.0012,0.0003 +22,Fertilizers,"1,000 - 9,999 lbs",6,0.0623,0.0346 +22,Fertilizers,"10,000 - 49,999 lbs",7,0.3905,0.3647 +22,Fertilizers,"50,000 - 99,999 lbs",8,0.2022,0.212 +22,Fertilizers,"More than 100,000 lbs",9,0.3388,0.3873 +23,"Chemical products and preparations, nec",Less than 50 lbs,1,0.0735,0.007 +23,"Chemical products and preparations, nec",50 - 99 lbs,2,0.0267,0.0045 +23,"Chemical products and preparations, nec",100 - 499 lbs,3,0.0836,0.0237 +23,"Chemical products and preparations, nec",500 - 749 lbs,4,0.0308,0.0121 +23,"Chemical products and preparations, nec",750 - 999 lbs,5,0.0292,0.0103 +23,"Chemical products and preparations, nec","1,000 - 9,999 lbs",6,0.2269,0.1502 +23,"Chemical products and preparations, nec","10,000 - 49,999 lbs",7,0.4916,0.6732 +23,"Chemical products and preparations, nec","50,000 - 99,999 lbs",8,0.0074,0.0351 +23,"Chemical products and preparations, nec","More than 100,000 lbs",9,0.0301,0.084 +24,Plastics and rubber,Less than 50 lbs,1,0.0692,0.0068 +24,Plastics and rubber,50 - 99 lbs,2,0.0301,0.0065 +24,Plastics and rubber,100 - 499 lbs,3,0.0993,0.0323 +24,Plastics and rubber,500 - 749 lbs,4,0.0288,0.0116 +24,Plastics and rubber,750 - 999 lbs,5,0.022,0.0108 +24,Plastics and rubber,"1,000 - 9,999 lbs",6,0.2654,0.194 +24,Plastics and rubber,"10,000 - 49,999 lbs",7,0.3564,0.4386 +24,Plastics and rubber,"50,000 - 99,999 lbs",8,0.0123,0.0256 +24,Plastics and rubber,"More than 100,000 lbs",9,0.1164,0.2738 +25,Logs and other wood in the rough,Less than 50 lbs,1, , +25,Logs and other wood in the rough,50 - 99 lbs,2, , +25,Logs and other wood in the rough,100 - 499 lbs,3,0.0031,0.0001 +25,Logs and other wood in the rough,500 - 749 lbs,4,0.0025,0.0001 +25,Logs and other wood in the rough,750 - 999 lbs,5,0.0045,0.0002 +25,Logs and other wood in the rough,"1,000 - 9,999 lbs",6,0.0543,0.0047 +25,Logs and other wood in the rough,"10,000 - 49,999 lbs",7,0.4825,0.2697 +25,Logs and other wood in the rough,"50,000 - 99,999 lbs",8,0.3603,0.6157 +25,Logs and other wood in the rough,"More than 100,000 lbs",9,0.0859,0.1093 +26,Wood products,Less than 50 lbs,1,0.0164,0.0006 +26,Wood products,50 - 99 lbs,2,0.012,0.0007 +26,Wood products,100 - 499 lbs,3,0.0576,0.0057 +26,Wood products,500 - 749 lbs,4,0.0256,0.0036 +26,Wood products,750 - 999 lbs,5,0.0207,0.0035 +26,Wood products,"1,000 - 9,999 lbs",6,0.2556,0.0917 +26,Wood products,"10,000 - 49,999 lbs",7,0.4854,0.5465 +26,Wood products,"50,000 - 99,999 lbs",8,0.077,0.2388 +26,Wood products,"More than 100,000 lbs",9,0.0496,0.1089 +27,"Pulp, newsprint, paper, and paperboard",Less than 50 lbs,1,0.0122,0.0007 +27,"Pulp, newsprint, paper, and paperboard",50 - 99 lbs,2,0.006,0.001 +27,"Pulp, newsprint, paper, and paperboard",100 - 499 lbs,3,0.0302,0.0083 +27,"Pulp, newsprint, paper, and paperboard",500 - 749 lbs,4,0.0144,0.0049 +27,"Pulp, newsprint, paper, and paperboard",750 - 999 lbs,5,0.0104,0.0039 +27,"Pulp, newsprint, paper, and paperboard","1,000 - 9,999 lbs",6,0.1488,0.0751 +27,"Pulp, newsprint, paper, and paperboard","10,000 - 49,999 lbs",7,0.5508,0.5748 +27,"Pulp, newsprint, paper, and paperboard","50,000 - 99,999 lbs",8,0.0399,0.0574 +27,"Pulp, newsprint, paper, and paperboard","More than 100,000 lbs",9,0.1873,0.2739 +28,Paper or paperboard articles,Less than 50 lbs,1,0.0361,0.0037 +28,Paper or paperboard articles,50 - 99 lbs,2,0.0172,0.0038 +28,Paper or paperboard articles,100 - 499 lbs,3,0.0698,0.0231 +28,Paper or paperboard articles,500 - 749 lbs,4,0.0242,0.0112 +28,Paper or paperboard articles,750 - 999 lbs,5,0.017,0.0086 +28,Paper or paperboard articles,"1,000 - 9,999 lbs",6,0.2379,0.1808 +28,Paper or paperboard articles,"10,000 - 49,999 lbs",7,0.5763,0.6849 +28,Paper or paperboard articles,"50,000 - 99,999 lbs",8,0.0101,0.0502 +28,Paper or paperboard articles,"More than 100,000 lbs",9,0.0113,0.0336 +29,Printed products,Less than 50 lbs,1,0.2295,0.0373 +29,Printed products,50 - 99 lbs,2,0.0537,0.0154 +29,Printed products,100 - 499 lbs,3,0.1381,0.0526 +29,Printed products,500 - 749 lbs,4,0.0525,0.0219 +29,Printed products,750 - 999 lbs,5,0.0286,0.0139 +29,Printed products,"1,000 - 9,999 lbs",6,0.2562,0.2422 +29,Printed products,"10,000 - 49,999 lbs",7,0.2215,0.5472 +29,Printed products,"50,000 - 99,999 lbs",8, ,0.026 +29,Printed products,"More than 100,000 lbs",9, ,0.0434 +30,"Textiles, leather, and articles of textiles or leather",Less than 50 lbs,1,0.191,0.044 +30,"Textiles, leather, and articles of textiles or leather",50 - 99 lbs,2,0.0372,0.0155 +30,"Textiles, leather, and articles of textiles or leather",100 - 499 lbs,3,0.1034,0.0586 +30,"Textiles, leather, and articles of textiles or leather",500 - 749 lbs,4,0.0325,0.0297 +30,"Textiles, leather, and articles of textiles or leather",750 - 999 lbs,5,0.0229,0.0211 +30,"Textiles, leather, and articles of textiles or leather","1,000 - 9,999 lbs",6,0.2812,0.2433 +30,"Textiles, leather, and articles of textiles or leather","10,000 - 49,999 lbs",7,0.3228,0.5242 +30,"Textiles, leather, and articles of textiles or leather","50,000 - 99,999 lbs",8,0.004,0.0203 +30,"Textiles, leather, and articles of textiles or leather","More than 100,000 lbs",9,0.005,0.0432 +31,Nonmetallic mineral products,Less than 50 lbs,1,0.0528,0.0004 +31,Nonmetallic mineral products,50 - 99 lbs,2,0.0164,0.0003 +31,Nonmetallic mineral products,100 - 499 lbs,3,0.0526,0.0017 +31,Nonmetallic mineral products,500 - 749 lbs,4,0.0192,0.0008 +31,Nonmetallic mineral products,750 - 999 lbs,5,0.0133,0.0007 +31,Nonmetallic mineral products,"1,000 - 9,999 lbs",6,0.1625,0.0321 +31,Nonmetallic mineral products,"10,000 - 49,999 lbs",7,0.5329,0.6921 +31,Nonmetallic mineral products,"50,000 - 99,999 lbs",8,0.1109,0.194 +31,Nonmetallic mineral products,"More than 100,000 lbs",9,0.0394,0.0779 +32,Base metal in primary or semi finished forms and in finished basic shapes,Less than 50 lbs,1,0.0239,0.001 +32,Base metal in primary or semi finished forms and in finished basic shapes,50 - 99 lbs,2,0.0125,0.0011 +32,Base metal in primary or semi finished forms and in finished basic shapes,100 - 499 lbs,3,0.0518,0.0089 +32,Base metal in primary or semi finished forms and in finished basic shapes,500 - 749 lbs,4,0.0193,0.0049 +32,Base metal in primary or semi finished forms and in finished basic shapes,750 - 999 lbs,5,0.0147,0.0044 +32,Base metal in primary or semi finished forms and in finished basic shapes,"1,000 - 9,999 lbs",6,0.1858,0.0923 +32,Base metal in primary or semi finished forms and in finished basic shapes,"10,000 - 49,999 lbs",7,0.5139,0.5796 +32,Base metal in primary or semi finished forms and in finished basic shapes,"50,000 - 99,999 lbs",8,0.0551,0.1067 +32,Base metal in primary or semi finished forms and in finished basic shapes,"More than 100,000 lbs",9,0.123,0.2009 +33,Articles of base metal,Less than 50 lbs,1,0.1301,0.0083 +33,Articles of base metal,50 - 99 lbs,2,0.0394,0.006 +33,Articles of base metal,100 - 499 lbs,3,0.123,0.0327 +33,Articles of base metal,500 - 749 lbs,4,0.0361,0.0148 +33,Articles of base metal,750 - 999 lbs,5,0.0268,0.0121 +33,Articles of base metal,"1,000 - 9,999 lbs",6,0.2648,0.218 +33,Articles of base metal,"10,000 - 49,999 lbs",7,0.3331,0.5567 +33,Articles of base metal,"50,000 - 99,999 lbs",8,0.0202,0.0585 +33,Articles of base metal,"More than 100,000 lbs",9,0.0266,0.0928 +34,Machinery,Less than 50 lbs,1,0.1518,0.0198 +34,Machinery,50 - 99 lbs,2,0.049,0.0127 +34,Machinery,100 - 499 lbs,3,0.1273,0.0618 +34,Machinery,500 - 749 lbs,4,0.0411,0.0264 +34,Machinery,750 - 999 lbs,5,0.0278,0.018 +34,Machinery,"1,000 - 9,999 lbs",6,0.235,0.2361 +34,Machinery,"10,000 - 49,999 lbs",7,0.3212,0.5029 +34,Machinery,"50,000 - 99,999 lbs",8,0.0283,0.079 +34,Machinery,"More than 100,000 lbs",9,0.0185,0.0433 +35,Electronic and other electrical equipment and components and office equipment,Less than 50 lbs,1,0.3248,0.0592 +35,Electronic and other electrical equipment and components and office equipment,50 - 99 lbs,2,0.0832,0.0316 +35,Electronic and other electrical equipment and components and office equipment,100 - 499 lbs,3,0.1975,0.1168 +35,Electronic and other electrical equipment and components and office equipment,500 - 749 lbs,4,0.0433,0.0351 +35,Electronic and other electrical equipment and components and office equipment,750 - 999 lbs,5,0.0305,0.0314 +35,Electronic and other electrical equipment and components and office equipment,"1,000 - 9,999 lbs",6,0.1784,0.2533 +35,Electronic and other electrical equipment and components and office equipment,"10,000 - 49,999 lbs",7,0.1364,0.4013 +35,Electronic and other electrical equipment and components and office equipment,"50,000 - 99,999 lbs",8,0.0033,0.0214 +35,Electronic and other electrical equipment and components and office equipment,"More than 100,000 lbs",9,0.0026,0.0498 +36,Motorized and other vehicles (including parts),Less than 50 lbs,1,0.0697,0.0152 +36,Motorized and other vehicles (including parts),50 - 99 lbs,2,0.0275,0.0104 +36,Motorized and other vehicles (including parts),100 - 499 lbs,3,0.0916,0.0452 +36,Motorized and other vehicles (including parts),500 - 749 lbs,4,0.0235,0.0154 +36,Motorized and other vehicles (including parts),750 - 999 lbs,5,0.0145,0.011 +36,Motorized and other vehicles (including parts),"1,000 - 9,999 lbs",6,0.31,0.2881 +36,Motorized and other vehicles (including parts),"10,000 - 49,999 lbs",7,0.3958,0.526 +36,Motorized and other vehicles (including parts),"50,000 - 99,999 lbs",8,0.0389,0.0495 +36,Motorized and other vehicles (including parts),"More than 100,000 lbs",9,0.0285,0.0391 +37,"Transportation equipment, nec",Less than 50 lbs,1,0.2565,0.0113 +37,"Transportation equipment, nec",50 - 99 lbs,2,0.0532,0.0043 +37,"Transportation equipment, nec",100 - 499 lbs,3,0.1432,0.0178 +37,"Transportation equipment, nec",500 - 749 lbs,4,0.0393,0.0081 +37,"Transportation equipment, nec",750 - 999 lbs,5,0.0233,0.0051 +37,"Transportation equipment, nec","1,000 - 9,999 lbs",6,0.1751,0.1409 +37,"Transportation equipment, nec","10,000 - 49,999 lbs",7,0.1258,0.4477 +37,"Transportation equipment, nec","50,000 - 99,999 lbs",8,0.0386,0.0792 +37,"Transportation equipment, nec","More than 100,000 lbs",9, ,0.2855 +38,Precision instruments and apparatus,Less than 50 lbs,1,0.4781,0.1223 +38,Precision instruments and apparatus,50 - 99 lbs,2,0.0927,0.0505 +38,Precision instruments and apparatus,100 - 499 lbs,3,0.1942,0.1814 +38,Precision instruments and apparatus,500 - 749 lbs,4,0.0371,0.0482 +38,Precision instruments and apparatus,750 - 999 lbs,5,0.0219,0.0408 +38,Precision instruments and apparatus,"1,000 - 9,999 lbs",6,0.1266,0.2946 +38,Precision instruments and apparatus,"10,000 - 49,999 lbs",7,0.0474,0.2126 +38,Precision instruments and apparatus,"50,000 - 99,999 lbs",8,0.0013,0.0029 +38,Precision instruments and apparatus,"More than 100,000 lbs",9, ,0.0467 +39,"Furniture, mattresses and mattress supports, lamps, lighting fittings, and illuminated signs",Less than 50 lbs,1,0.061,0.016 +39,"Furniture, mattresses and mattress supports, lamps, lighting fittings, and illuminated signs",50 - 99 lbs,2,0.0379,0.0162 +39,"Furniture, mattresses and mattress supports, lamps, lighting fittings, and illuminated signs",100 - 499 lbs,3,0.1766,0.0987 +39,"Furniture, mattresses and mattress supports, lamps, lighting fittings, and illuminated signs",500 - 749 lbs,4,0.0601,0.0451 +39,"Furniture, mattresses and mattress supports, lamps, lighting fittings, and illuminated signs",750 - 999 lbs,5,0.0421,0.0342 +39,"Furniture, mattresses and mattress supports, lamps, lighting fittings, and illuminated signs","1,000 - 9,999 lbs",6,0.3727,0.3686 +39,"Furniture, mattresses and mattress supports, lamps, lighting fittings, and illuminated signs","10,000 - 49,999 lbs",7,0.2311,0.3779 +39,"Furniture, mattresses and mattress supports, lamps, lighting fittings, and illuminated signs","50,000 - 99,999 lbs",8,0.0069,0.0235 +39,"Furniture, mattresses and mattress supports, lamps, lighting fittings, and illuminated signs","More than 100,000 lbs",9,0.0116,0.0197 +40,Miscellaneous manufactured products,Less than 50 lbs,1,0.339,0.0283 +40,Miscellaneous manufactured products,50 - 99 lbs,2,0.0508,0.0105 +40,Miscellaneous manufactured products,100 - 499 lbs,3,0.1272,0.0433 +40,Miscellaneous manufactured products,500 - 749 lbs,4,0.0329,0.0146 +40,Miscellaneous manufactured products,750 - 999 lbs,5,0.0227,0.0117 +40,Miscellaneous manufactured products,"1,000 - 9,999 lbs",6,0.1886,0.1781 +40,Miscellaneous manufactured products,"10,000 - 49,999 lbs",7,0.2136,0.5429 +40,Miscellaneous manufactured products,"50,000 - 99,999 lbs",8,0.019,0.0737 +40,Miscellaneous manufactured products,"More than 100,000 lbs",9,0.0061,0.0969 +41,Waste and scrap,Less than 50 lbs,1, , +41,Waste and scrap,50 - 99 lbs,2, , +41,Waste and scrap,100 - 499 lbs,3,0.0001, +41,Waste and scrap,500 - 749 lbs,4,0.0002, +41,Waste and scrap,750 - 999 lbs,5,0.0001,0 +41,Waste and scrap,"1,000 - 9,999 lbs",6,0.0236,0.0042 +41,Waste and scrap,"10,000 - 49,999 lbs",7,0.6949,0.6372 +41,Waste and scrap,"50,000 - 99,999 lbs",8,0.1053,0.1857 +41,Waste and scrap,"More than 100,000 lbs",9,0.1755,0.1728 +43,Mixed freight,Less than 50 lbs,1,0.0511,0.0062 +43,Mixed freight,50 - 99 lbs,2,0.019,0.0049 +43,Mixed freight,100 - 499 lbs,3,0.0719,0.0312 +43,Mixed freight,500 - 749 lbs,4,0.0275,0.018 +43,Mixed freight,750 - 999 lbs,5,0.0219,0.0161 +43,Mixed freight,"1,000 - 9,999 lbs",6,0.3083,0.2853 +43,Mixed freight,"10,000 - 49,999 lbs",7,0.4883,0.5968 +43,Mixed freight,"50,000 - 99,999 lbs",8,0.0082,0.0277 +43,Mixed freight,"More than 100,000 lbs",9,0.0037,0.0138 +99,Commodity unknown,Less than 50 lbs,1,0.2615, +99,Commodity unknown,50 - 99 lbs,2,0.086, +99,Commodity unknown,100 - 499 lbs,3,0.1789, +99,Commodity unknown,500 - 749 lbs,4,0.0633, +99,Commodity unknown,750 - 999 lbs,5,0.042, +99,Commodity unknown,"1,000 - 9,999 lbs",6,0.1507, +99,Commodity unknown,"10,000 - 49,999 lbs",7,0.1315, +99,Commodity unknown,"50,000 - 99,999 lbs",8, , +99,Commodity unknown,"More than 100,000 lbs",9, , diff --git a/lib/data/model_shipsize_calibration__OrigCopy.csv b/lib/data/model_shipsize_calibration__OrigCopy.csv new file mode 100644 index 0000000..4bfc9a0 --- /dev/null +++ b/lib/data/model_shipsize_calibration__OrigCopy.csv @@ -0,0 +1,397 @@ +Commodity_SCTG,Commodity_SCTG_desc,ShipmentWeight,WeightCategory,ValuePct,TonsPct +0,All Commodities (4),Less than 50 lbs,1,0.1267,0.002 +0,All Commodities (4),50 - 99 lbs,2,0.0333,0.0013 +0,All Commodities (4),100 - 499 lbs,3,0.0937,0.0077 +0,All Commodities (4),500 - 749 lbs,4,0.0265,0.0038 +0,All Commodities (4),750 - 999 lbs,5,0.0195,0.0035 +0,All Commodities (4),"1,000 - 9,999 lbs",6,0.2038,0.0566 +0,All Commodities (4),"10,000 - 49,999 lbs",7,0.341,0.4199 +0,All Commodities (4),"50,000 - 99,999 lbs",8,0.0586,0.1866 +0,All Commodities (4),"More than 100,000 lbs",9,0.097,0.3186 +1,Live animals and live fish,Less than 50 lbs,1,0.0243,0.0016 +1,Live animals and live fish,50 - 99 lbs,2,0.0109,0.0011 +1,Live animals and live fish,100 - 499 lbs,3,0.0297,0.0062 +1,Live animals and live fish,500 - 749 lbs,4, , +1,Live animals and live fish,750 - 999 lbs,5,0.0036,0.0018 +1,Live animals and live fish,"1,000 - 9,999 lbs",6,0.0654,0.0514 +1,Live animals and live fish,"10,000 - 49,999 lbs",7,0.5382,0.6283 +1,Live animals and live fish,"50,000 - 99,999 lbs",8,0.1898,0.1852 +1,Live animals and live fish,"More than 100,000 lbs",9,0.1339,0.1228 +2,Cereal grains,Less than 50 lbs,1, , +2,Cereal grains,50 - 99 lbs,2, ,0 +2,Cereal grains,100 - 499 lbs,3,0.0006,0.0001 +2,Cereal grains,500 - 749 lbs,4,0.0009,0.0001 +2,Cereal grains,750 - 999 lbs,5,0.0003,0 +2,Cereal grains,"1,000 - 9,999 lbs",6,0.0108,0.0033 +2,Cereal grains,"10,000 - 49,999 lbs",7,0.0721,0.0517 +2,Cereal grains,"50,000 - 99,999 lbs",8,0.2861,0.3249 +2,Cereal grains,"More than 100,000 lbs",9,0.6291,0.6198 +3,Other agricultural products,Less than 50 lbs,1,0.0315,0.0016 +3,Other agricultural products,50 - 99 lbs,2,0.0154,0.002 +3,Other agricultural products,100 - 499 lbs,3,0.0647,0.0153 +3,Other agricultural products,500 - 749 lbs,4,0.0219,0.0067 +3,Other agricultural products,750 - 999 lbs,5,0.0151,0.005 +3,Other agricultural products,"1,000 - 9,999 lbs",6,0.1956,0.092 +3,Other agricultural products,"10,000 - 49,999 lbs",7,0.4084,0.3188 +3,Other agricultural products,"50,000 - 99,999 lbs",8,0.1025,0.2544 +3,Other agricultural products,"More than 100,000 lbs",9,0.1449,0.3041 +4,"Animal feed and products of animal origin, nec",Less than 50 lbs,1,0.0084,0.0004 +4,"Animal feed and products of animal origin, nec",50 - 99 lbs,2,0.0026,0.0003 +4,"Animal feed and products of animal origin, nec",100 - 499 lbs,3,0.0161,0.0026 +4,"Animal feed and products of animal origin, nec",500 - 749 lbs,4,0.008,0.0016 +4,"Animal feed and products of animal origin, nec",750 - 999 lbs,5,0.006,0.0012 +4,"Animal feed and products of animal origin, nec","1,000 - 9,999 lbs",6,0.0943,0.0398 +4,"Animal feed and products of animal origin, nec","10,000 - 49,999 lbs",7,0.594,0.5065 +4,"Animal feed and products of animal origin, nec","50,000 - 99,999 lbs",8,0.1381,0.2793 +4,"Animal feed and products of animal origin, nec","More than 100,000 lbs",9,0.1324,0.1682 +5,"Meat, fish, seafood, and their preparations",Less than 50 lbs,1,0.0118,0.0029 +5,"Meat, fish, seafood, and their preparations",50 - 99 lbs,2,0.0141,0.0045 +5,"Meat, fish, seafood, and their preparations",100 - 499 lbs,3,0.0653,0.0332 +5,"Meat, fish, seafood, and their preparations",500 - 749 lbs,4,0.0228,0.0158 +5,"Meat, fish, seafood, and their preparations",750 - 999 lbs,5,0.0179,0.0134 +5,"Meat, fish, seafood, and their preparations","1,000 - 9,999 lbs",6,0.2162,0.1802 +5,"Meat, fish, seafood, and their preparations","10,000 - 49,999 lbs",7,0.6175,0.6807 +5,"Meat, fish, seafood, and their preparations","50,000 - 99,999 lbs",8,0.0139,0.0268 +5,"Meat, fish, seafood, and their preparations","More than 100,000 lbs",9,0.0206,0.0425 +6,"Milled grain products and preparations, and bakery products",Less than 50 lbs,1,0.0375,0.0058 +6,"Milled grain products and preparations, and bakery products",50 - 99 lbs,2,0.0101,0.0032 +6,"Milled grain products and preparations, and bakery products",100 - 499 lbs,3,0.0355,0.0146 +6,"Milled grain products and preparations, and bakery products",500 - 749 lbs,4,0.0139,0.0075 +6,"Milled grain products and preparations, and bakery products",750 - 999 lbs,5,0.0142,0.0079 +6,"Milled grain products and preparations, and bakery products","1,000 - 9,999 lbs",6,0.1634,0.0986 +6,"Milled grain products and preparations, and bakery products","10,000 - 49,999 lbs",7,0.6428,0.5852 +6,"Milled grain products and preparations, and bakery products","50,000 - 99,999 lbs",8,0.04,0.1453 +6,"Milled grain products and preparations, and bakery products","More than 100,000 lbs",9,0.0427,0.1318 +7,Other prepared foodstuffs and fats and oils,Less than 50 lbs,1,0.0175,0.0019 +7,Other prepared foodstuffs and fats and oils,50 - 99 lbs,2,0.0113,0.0023 +7,Other prepared foodstuffs and fats and oils,100 - 499 lbs,3,0.0498,0.0191 +7,Other prepared foodstuffs and fats and oils,500 - 749 lbs,4,0.022,0.0103 +7,Other prepared foodstuffs and fats and oils,750 - 999 lbs,5,0.0186,0.0096 +7,Other prepared foodstuffs and fats and oils,"1,000 - 9,999 lbs",6,0.1908,0.1209 +7,Other prepared foodstuffs and fats and oils,"10,000 - 49,999 lbs",7,0.6017,0.6296 +7,Other prepared foodstuffs and fats and oils,"50,000 - 99,999 lbs",8,0.041,0.1029 +7,Other prepared foodstuffs and fats and oils,"More than 100,000 lbs",9,0.0472,0.1032 +8,Alcoholic beverages,Less than 50 lbs,1,0.0229,0.002 +8,Alcoholic beverages,50 - 99 lbs,2,0.0147,0.0037 +8,Alcoholic beverages,100 - 499 lbs,3,0.1065,0.0497 +8,Alcoholic beverages,500 - 749 lbs,4,0.0459,0.0296 +8,Alcoholic beverages,750 - 999 lbs,5,0.0411,0.0282 +8,Alcoholic beverages,"1,000 - 9,999 lbs",6,0.3239,0.2884 +8,Alcoholic beverages,"10,000 - 49,999 lbs",7,0.3564,0.4333 +8,Alcoholic beverages,"50,000 - 99,999 lbs",8,0.0455,0.0778 +8,Alcoholic beverages,"More than 100,000 lbs",9,0.043,0.0873 +9,Tobacco products,Less than 50 lbs,1,0.0803,0.0228 +9,Tobacco products,50 - 99 lbs,2,0.0553,0.0161 +9,Tobacco products,100 - 499 lbs,3,0.1296,0.0629 +9,Tobacco products,500 - 749 lbs,4,0.0306,0.0237 +9,Tobacco products,750 - 999 lbs,5,0.023,0.0195 +9,Tobacco products,"1,000 - 9,999 lbs",6,0.1383,0.1447 +9,Tobacco products,"10,000 - 49,999 lbs",7,0.5391,0.6938 +9,Tobacco products,"50,000 - 99,999 lbs",8, , +9,Tobacco products,"More than 100,000 lbs",9, , +10,Monumental or building stone,Less than 50 lbs,1,0.0131,0.0001 +10,Monumental or building stone,50 - 99 lbs,2,0.0033,0.0001 +10,Monumental or building stone,100 - 499 lbs,3,0.0459,0.0023 +10,Monumental or building stone,500 - 749 lbs,4,0.0409,0.0019 +10,Monumental or building stone,750 - 999 lbs,5,0.0263,0.0019 +10,Monumental or building stone,"1,000 - 9,999 lbs",6,0.3437,0.0517 +10,Monumental or building stone,"10,000 - 49,999 lbs",7,0.4591,0.6233 +10,Monumental or building stone,"50,000 - 99,999 lbs",8,0.0596,0.2678 +10,Monumental or building stone,"More than 100,000 lbs",9,0.0081,0.0508 +11,Natural sands,Less than 50 lbs,1,0.0026,0 +11,Natural sands,50 - 99 lbs,2,0.0006,0 +11,Natural sands,100 - 499 lbs,3,0.0053,0.0001 +11,Natural sands,500 - 749 lbs,4,0.0026,0 +11,Natural sands,750 - 999 lbs,5,0.0032,0 +11,Natural sands,"1,000 - 9,999 lbs",6,0.0669,0.0055 +11,Natural sands,"10,000 - 49,999 lbs",7,0.4977,0.5177 +11,Natural sands,"50,000 - 99,999 lbs",8,0.2455,0.3163 +11,Natural sands,"More than 100,000 lbs",9,0.1757,0.1604 +12,Gravel and crushed stone,Less than 50 lbs,1, , +12,Gravel and crushed stone,50 - 99 lbs,2, , +12,Gravel and crushed stone,100 - 499 lbs,3, ,0 +12,Gravel and crushed stone,500 - 749 lbs,4,0,0 +12,Gravel and crushed stone,750 - 999 lbs,5,0,0 +12,Gravel and crushed stone,"1,000 - 9,999 lbs",6,0.0111,0.0045 +12,Gravel and crushed stone,"10,000 - 49,999 lbs",7,0.592,0.5855 +12,Gravel and crushed stone,"50,000 - 99,999 lbs",8,0.2457,0.2358 +12,Gravel and crushed stone,"More than 100,000 lbs",9,0.1511,0.1742 +13,Nonmetallic minerals nec,Less than 50 lbs,1,0.0193,0 +13,Nonmetallic minerals nec,50 - 99 lbs,2,0.0046,0 +13,Nonmetallic minerals nec,100 - 499 lbs,3,0.0184,0.0005 +13,Nonmetallic minerals nec,500 - 749 lbs,4,0.0115,0.0003 +13,Nonmetallic minerals nec,750 - 999 lbs,5, , +13,Nonmetallic minerals nec,"1,000 - 9,999 lbs",6,0.0876,0.0097 +13,Nonmetallic minerals nec,"10,000 - 49,999 lbs",7,0.6019,0.5516 +13,Nonmetallic minerals nec,"50,000 - 99,999 lbs",8,0.0994,0.1805 +13,Nonmetallic minerals nec,"More than 100,000 lbs",9,0.1419,0.257 +14,Metallic ores and concentrates,Less than 50 lbs,1,0.0116,0 +14,Metallic ores and concentrates,50 - 99 lbs,2,0.0071,0.0001 +14,Metallic ores and concentrates,100 - 499 lbs,3,0.031,0.0005 +14,Metallic ores and concentrates,500 - 749 lbs,4,0.0121, +14,Metallic ores and concentrates,750 - 999 lbs,5, , +14,Metallic ores and concentrates,"1,000 - 9,999 lbs",6, ,0.0038 +14,Metallic ores and concentrates,"10,000 - 49,999 lbs",7,0.4042,0.0507 +14,Metallic ores and concentrates,"50,000 - 99,999 lbs",8,0.0812,0.0226 +14,Metallic ores and concentrates,"More than 100,000 lbs",9,0.3173,0.9218 +15,Coal,Less than 50 lbs,1, , +15,Coal,50 - 99 lbs,2, , +15,Coal,100 - 499 lbs,3, , +15,Coal,500 - 749 lbs,4, ,0 +15,Coal,750 - 999 lbs,5, ,0 +15,Coal,"1,000 - 9,999 lbs",6,0.0025,0.0003 +15,Coal,"10,000 - 49,999 lbs",7,0.0688,0.0406 +15,Coal,"50,000 - 99,999 lbs",8,0.0918,0.0697 +15,Coal,"More than 100,000 lbs",9,0.8368,0.8893 +16,Crude petroleum,Less than 50 lbs,1,, +16,Crude petroleum,50 - 99 lbs,2,, +16,Crude petroleum,100 - 499 lbs,3,, +16,Crude petroleum,500 - 749 lbs,4,, +16,Crude petroleum,750 - 999 lbs,5,, +16,Crude petroleum,"1,000 - 9,999 lbs",6,, +16,Crude petroleum,"10,000 - 49,999 lbs",7,, +16,Crude petroleum,"50,000 - 99,999 lbs",8,, +16,Crude petroleum,"More than 100,000 lbs",9,1,1 +17,Gasoline and aviation turbine fuel,Less than 50 lbs,1,0,0 +17,Gasoline and aviation turbine fuel,50 - 99 lbs,2,0.0001,0.0001 +17,Gasoline and aviation turbine fuel,100 - 499 lbs,3,0.0004,0.0003 +17,Gasoline and aviation turbine fuel,500 - 749 lbs,4,0.0003,0.0002 +17,Gasoline and aviation turbine fuel,750 - 999 lbs,5,0.0003,0.0002 +17,Gasoline and aviation turbine fuel,"1,000 - 9,999 lbs",6,0.0192,0.0169 +17,Gasoline and aviation turbine fuel,"10,000 - 49,999 lbs",7,0.1775,0.1698 +17,Gasoline and aviation turbine fuel,"50,000 - 99,999 lbs",8,0.3943,0.3771 +17,Gasoline and aviation turbine fuel,"More than 100,000 lbs",9,0.4079,0.4353 +18,Fuel oils,Less than 50 lbs,1,0.0001,0 +18,Fuel oils,50 - 99 lbs,2,0.0002,0.0001 +18,Fuel oils,100 - 499 lbs,3,0.0034,0.0024 +18,Fuel oils,500 - 749 lbs,4,0.0055,0.0041 +18,Fuel oils,750 - 999 lbs,5,0.0072,0.0056 +18,Fuel oils,"1,000 - 9,999 lbs",6,0.1,0.0821 +18,Fuel oils,"10,000 - 49,999 lbs",7,0.1835,0.1705 +18,Fuel oils,"50,000 - 99,999 lbs",8,0.2566,0.255 +18,Fuel oils,"More than 100,000 lbs",9,0.4436,0.4801 +19,"Coal and petroleum products, nec",Less than 50 lbs,1,0.008,0.0004 +19,"Coal and petroleum products, nec",50 - 99 lbs,2,0.005,0.0006 +19,"Coal and petroleum products, nec",100 - 499 lbs,3,0.0354,0.0082 +19,"Coal and petroleum products, nec",500 - 749 lbs,4,0.0144,0.005 +19,"Coal and petroleum products, nec",750 - 999 lbs,5,0.0193,0.0069 +19,"Coal and petroleum products, nec","1,000 - 9,999 lbs",6,0.1374,0.0496 +19,"Coal and petroleum products, nec","10,000 - 49,999 lbs",7,0.285,0.3573 +19,"Coal and petroleum products, nec","50,000 - 99,999 lbs",8,0.0739,0.1412 +19,"Coal and petroleum products, nec","More than 100,000 lbs",9,0.4217,0.4307 +20,Basic chemicals,Less than 50 lbs,1,0.023,0.0004 +20,Basic chemicals,50 - 99 lbs,2,0.0068,0.0005 +20,Basic chemicals,100 - 499 lbs,3,0.0315,0.0057 +20,Basic chemicals,500 - 749 lbs,4,0.01,0.0031 +20,Basic chemicals,750 - 999 lbs,5,0.0081,0.0022 +20,Basic chemicals,"1,000 - 9,999 lbs",6,0.1081,0.0421 +20,Basic chemicals,"10,000 - 49,999 lbs",7,0.3337,0.3587 +20,Basic chemicals,"50,000 - 99,999 lbs",8,0.0406,0.059 +20,Basic chemicals,"More than 100,000 lbs",9,0.4382,0.5282 +21,Pharmaceutical products,Less than 50 lbs,1,0.3279,0.0664 +21,Pharmaceutical products,50 - 99 lbs,2,0.072,0.0288 +21,Pharmaceutical products,100 - 499 lbs,3,0.1566,0.096 +21,Pharmaceutical products,500 - 749 lbs,4,0.0257,0.028 +21,Pharmaceutical products,750 - 999 lbs,5,0.019,0.0206 +21,Pharmaceutical products,"1,000 - 9,999 lbs",6,0.1936,0.3071 +21,Pharmaceutical products,"10,000 - 49,999 lbs",7,0.2047,0.3659 +21,Pharmaceutical products,"50,000 - 99,999 lbs",8, ,0.031 +21,Pharmaceutical products,"More than 100,000 lbs",9,0.0003, +22,Fertilizers,Less than 50 lbs,1,0.0003,0 +22,Fertilizers,50 - 99 lbs,2,0.0003,0 +22,Fertilizers,100 - 499 lbs,3,0.003,0.0006 +22,Fertilizers,500 - 749 lbs,4,0.0014,0.0004 +22,Fertilizers,750 - 999 lbs,5,0.0012,0.0003 +22,Fertilizers,"1,000 - 9,999 lbs",6,0.0623,0.0346 +22,Fertilizers,"10,000 - 49,999 lbs",7,0.3905,0.3647 +22,Fertilizers,"50,000 - 99,999 lbs",8,0.2022,0.212 +22,Fertilizers,"More than 100,000 lbs",9,0.3388,0.3873 +23,"Chemical products and preparations, nec",Less than 50 lbs,1,0.0735,0.007 +23,"Chemical products and preparations, nec",50 - 99 lbs,2,0.0267,0.0045 +23,"Chemical products and preparations, nec",100 - 499 lbs,3,0.0836,0.0237 +23,"Chemical products and preparations, nec",500 - 749 lbs,4,0.0308,0.0121 +23,"Chemical products and preparations, nec",750 - 999 lbs,5,0.0292,0.0103 +23,"Chemical products and preparations, nec","1,000 - 9,999 lbs",6,0.2269,0.1502 +23,"Chemical products and preparations, nec","10,000 - 49,999 lbs",7,0.4916,0.6732 +23,"Chemical products and preparations, nec","50,000 - 99,999 lbs",8,0.0074,0.0351 +23,"Chemical products and preparations, nec","More than 100,000 lbs",9,0.0301,0.084 +24,Plastics and rubber,Less than 50 lbs,1,0.0692,0.0068 +24,Plastics and rubber,50 - 99 lbs,2,0.0301,0.0065 +24,Plastics and rubber,100 - 499 lbs,3,0.0993,0.0323 +24,Plastics and rubber,500 - 749 lbs,4,0.0288,0.0116 +24,Plastics and rubber,750 - 999 lbs,5,0.022,0.0108 +24,Plastics and rubber,"1,000 - 9,999 lbs",6,0.2654,0.194 +24,Plastics and rubber,"10,000 - 49,999 lbs",7,0.3564,0.4386 +24,Plastics and rubber,"50,000 - 99,999 lbs",8,0.0123,0.0256 +24,Plastics and rubber,"More than 100,000 lbs",9,0.1164,0.2738 +25,Logs and other wood in the rough,Less than 50 lbs,1, , +25,Logs and other wood in the rough,50 - 99 lbs,2, , +25,Logs and other wood in the rough,100 - 499 lbs,3,0.0031,0.0001 +25,Logs and other wood in the rough,500 - 749 lbs,4,0.0025,0.0001 +25,Logs and other wood in the rough,750 - 999 lbs,5,0.0045,0.0002 +25,Logs and other wood in the rough,"1,000 - 9,999 lbs",6,0.0543,0.0047 +25,Logs and other wood in the rough,"10,000 - 49,999 lbs",7,0.4825,0.2697 +25,Logs and other wood in the rough,"50,000 - 99,999 lbs",8,0.3603,0.6157 +25,Logs and other wood in the rough,"More than 100,000 lbs",9,0.0859, +26,Wood products,Less than 50 lbs,1,0.0164,0.0006 +26,Wood products,50 - 99 lbs,2,0.012,0.0007 +26,Wood products,100 - 499 lbs,3,0.0576,0.0057 +26,Wood products,500 - 749 lbs,4,0.0256,0.0036 +26,Wood products,750 - 999 lbs,5,0.0207,0.0035 +26,Wood products,"1,000 - 9,999 lbs",6,0.2556,0.0917 +26,Wood products,"10,000 - 49,999 lbs",7,0.4854,0.5465 +26,Wood products,"50,000 - 99,999 lbs",8,0.077,0.2388 +26,Wood products,"More than 100,000 lbs",9,0.0496,0.1089 +27,"Pulp, newsprint, paper, and paperboard",Less than 50 lbs,1,0.0122,0.0007 +27,"Pulp, newsprint, paper, and paperboard",50 - 99 lbs,2,0.006,0.001 +27,"Pulp, newsprint, paper, and paperboard",100 - 499 lbs,3,0.0302,0.0083 +27,"Pulp, newsprint, paper, and paperboard",500 - 749 lbs,4,0.0144,0.0049 +27,"Pulp, newsprint, paper, and paperboard",750 - 999 lbs,5,0.0104,0.0039 +27,"Pulp, newsprint, paper, and paperboard","1,000 - 9,999 lbs",6,0.1488,0.0751 +27,"Pulp, newsprint, paper, and paperboard","10,000 - 49,999 lbs",7,0.5508,0.5748 +27,"Pulp, newsprint, paper, and paperboard","50,000 - 99,999 lbs",8,0.0399,0.0574 +27,"Pulp, newsprint, paper, and paperboard","More than 100,000 lbs",9,0.1873,0.2739 +28,Paper or paperboard articles,Less than 50 lbs,1,0.0361,0.0037 +28,Paper or paperboard articles,50 - 99 lbs,2,0.0172,0.0038 +28,Paper or paperboard articles,100 - 499 lbs,3,0.0698,0.0231 +28,Paper or paperboard articles,500 - 749 lbs,4,0.0242,0.0112 +28,Paper or paperboard articles,750 - 999 lbs,5,0.017,0.0086 +28,Paper or paperboard articles,"1,000 - 9,999 lbs",6,0.2379,0.1808 +28,Paper or paperboard articles,"10,000 - 49,999 lbs",7,0.5763,0.6849 +28,Paper or paperboard articles,"50,000 - 99,999 lbs",8,0.0101,0.0502 +28,Paper or paperboard articles,"More than 100,000 lbs",9,0.0113,0.0336 +29,Printed products,Less than 50 lbs,1,0.2295,0.0373 +29,Printed products,50 - 99 lbs,2,0.0537,0.0154 +29,Printed products,100 - 499 lbs,3,0.1381,0.0526 +29,Printed products,500 - 749 lbs,4,0.0525,0.0219 +29,Printed products,750 - 999 lbs,5,0.0286,0.0139 +29,Printed products,"1,000 - 9,999 lbs",6,0.2562,0.2422 +29,Printed products,"10,000 - 49,999 lbs",7,0.2215,0.5472 +29,Printed products,"50,000 - 99,999 lbs",8, ,0.026 +29,Printed products,"More than 100,000 lbs",9, ,0.0434 +30,"Textiles, leather, and articles of textiles or leather",Less than 50 lbs,1,0.191,0.044 +30,"Textiles, leather, and articles of textiles or leather",50 - 99 lbs,2,0.0372,0.0155 +30,"Textiles, leather, and articles of textiles or leather",100 - 499 lbs,3,0.1034,0.0586 +30,"Textiles, leather, and articles of textiles or leather",500 - 749 lbs,4,0.0325,0.0297 +30,"Textiles, leather, and articles of textiles or leather",750 - 999 lbs,5,0.0229,0.0211 +30,"Textiles, leather, and articles of textiles or leather","1,000 - 9,999 lbs",6,0.2812,0.2433 +30,"Textiles, leather, and articles of textiles or leather","10,000 - 49,999 lbs",7,0.3228,0.5242 +30,"Textiles, leather, and articles of textiles or leather","50,000 - 99,999 lbs",8,0.004,0.0203 +30,"Textiles, leather, and articles of textiles or leather","More than 100,000 lbs",9,0.005,0.0432 +31,Nonmetallic mineral products,Less than 50 lbs,1,0.0528,0.0004 +31,Nonmetallic mineral products,50 - 99 lbs,2,0.0164,0.0003 +31,Nonmetallic mineral products,100 - 499 lbs,3,0.0526,0.0017 +31,Nonmetallic mineral products,500 - 749 lbs,4,0.0192,0.0008 +31,Nonmetallic mineral products,750 - 999 lbs,5,0.0133,0.0007 +31,Nonmetallic mineral products,"1,000 - 9,999 lbs",6,0.1625,0.0321 +31,Nonmetallic mineral products,"10,000 - 49,999 lbs",7,0.5329,0.6921 +31,Nonmetallic mineral products,"50,000 - 99,999 lbs",8,0.1109,0.194 +31,Nonmetallic mineral products,"More than 100,000 lbs",9,0.0394,0.0779 +32,Base metal in primary or semi finished forms and in finished basic shapes,Less than 50 lbs,1,0.0239,0.001 +32,Base metal in primary or semi finished forms and in finished basic shapes,50 - 99 lbs,2,0.0125,0.0011 +32,Base metal in primary or semi finished forms and in finished basic shapes,100 - 499 lbs,3,0.0518,0.0089 +32,Base metal in primary or semi finished forms and in finished basic shapes,500 - 749 lbs,4,0.0193,0.0049 +32,Base metal in primary or semi finished forms and in finished basic shapes,750 - 999 lbs,5,0.0147,0.0044 +32,Base metal in primary or semi finished forms and in finished basic shapes,"1,000 - 9,999 lbs",6,0.1858,0.0923 +32,Base metal in primary or semi finished forms and in finished basic shapes,"10,000 - 49,999 lbs",7,0.5139,0.5796 +32,Base metal in primary or semi finished forms and in finished basic shapes,"50,000 - 99,999 lbs",8,0.0551,0.1067 +32,Base metal in primary or semi finished forms and in finished basic shapes,"More than 100,000 lbs",9,0.123,0.2009 +33,Articles of base metal,Less than 50 lbs,1,0.1301,0.0083 +33,Articles of base metal,50 - 99 lbs,2,0.0394,0.006 +33,Articles of base metal,100 - 499 lbs,3,0.123,0.0327 +33,Articles of base metal,500 - 749 lbs,4,0.0361,0.0148 +33,Articles of base metal,750 - 999 lbs,5,0.0268,0.0121 +33,Articles of base metal,"1,000 - 9,999 lbs",6,0.2648,0.218 +33,Articles of base metal,"10,000 - 49,999 lbs",7,0.3331,0.5567 +33,Articles of base metal,"50,000 - 99,999 lbs",8,0.0202,0.0585 +33,Articles of base metal,"More than 100,000 lbs",9,0.0266,0.0928 +34,Machinery,Less than 50 lbs,1,0.1518,0.0198 +34,Machinery,50 - 99 lbs,2,0.049,0.0127 +34,Machinery,100 - 499 lbs,3,0.1273,0.0618 +34,Machinery,500 - 749 lbs,4,0.0411,0.0264 +34,Machinery,750 - 999 lbs,5,0.0278,0.018 +34,Machinery,"1,000 - 9,999 lbs",6,0.235,0.2361 +34,Machinery,"10,000 - 49,999 lbs",7,0.3212,0.5029 +34,Machinery,"50,000 - 99,999 lbs",8,0.0283,0.079 +34,Machinery,"More than 100,000 lbs",9,0.0185,0.0433 +35,Electronic and other electrical equipment and components and office equipment,Less than 50 lbs,1,0.3248,0.0592 +35,Electronic and other electrical equipment and components and office equipment,50 - 99 lbs,2,0.0832,0.0316 +35,Electronic and other electrical equipment and components and office equipment,100 - 499 lbs,3,0.1975,0.1168 +35,Electronic and other electrical equipment and components and office equipment,500 - 749 lbs,4,0.0433,0.0351 +35,Electronic and other electrical equipment and components and office equipment,750 - 999 lbs,5,0.0305,0.0314 +35,Electronic and other electrical equipment and components and office equipment,"1,000 - 9,999 lbs",6,0.1784,0.2533 +35,Electronic and other electrical equipment and components and office equipment,"10,000 - 49,999 lbs",7,0.1364,0.4013 +35,Electronic and other electrical equipment and components and office equipment,"50,000 - 99,999 lbs",8,0.0033,0.0214 +35,Electronic and other electrical equipment and components and office equipment,"More than 100,000 lbs",9,0.0026,0.0498 +36,Motorized and other vehicles (including parts),Less than 50 lbs,1,0.0697,0.0152 +36,Motorized and other vehicles (including parts),50 - 99 lbs,2,0.0275,0.0104 +36,Motorized and other vehicles (including parts),100 - 499 lbs,3,0.0916,0.0452 +36,Motorized and other vehicles (including parts),500 - 749 lbs,4,0.0235,0.0154 +36,Motorized and other vehicles (including parts),750 - 999 lbs,5,0.0145,0.011 +36,Motorized and other vehicles (including parts),"1,000 - 9,999 lbs",6,0.31,0.2881 +36,Motorized and other vehicles (including parts),"10,000 - 49,999 lbs",7,0.3958,0.526 +36,Motorized and other vehicles (including parts),"50,000 - 99,999 lbs",8,0.0389,0.0495 +36,Motorized and other vehicles (including parts),"More than 100,000 lbs",9,0.0285,0.0391 +37,"Transportation equipment, nec",Less than 50 lbs,1,0.2565,0.0113 +37,"Transportation equipment, nec",50 - 99 lbs,2,0.0532,0.0043 +37,"Transportation equipment, nec",100 - 499 lbs,3,0.1432,0.0178 +37,"Transportation equipment, nec",500 - 749 lbs,4,0.0393,0.0081 +37,"Transportation equipment, nec",750 - 999 lbs,5,0.0233,0.0051 +37,"Transportation equipment, nec","1,000 - 9,999 lbs",6,0.1751,0.1409 +37,"Transportation equipment, nec","10,000 - 49,999 lbs",7,0.1258,0.4477 +37,"Transportation equipment, nec","50,000 - 99,999 lbs",8,0.0386,0.0792 +37,"Transportation equipment, nec","More than 100,000 lbs",9, ,0.2855 +38,Precision instruments and apparatus,Less than 50 lbs,1,0.4781,0.1223 +38,Precision instruments and apparatus,50 - 99 lbs,2,0.0927,0.0505 +38,Precision instruments and apparatus,100 - 499 lbs,3,0.1942,0.1814 +38,Precision instruments and apparatus,500 - 749 lbs,4,0.0371,0.0482 +38,Precision instruments and apparatus,750 - 999 lbs,5,0.0219,0.0408 +38,Precision instruments and apparatus,"1,000 - 9,999 lbs",6,0.1266,0.2946 +38,Precision instruments and apparatus,"10,000 - 49,999 lbs",7,0.0474,0.2126 +38,Precision instruments and apparatus,"50,000 - 99,999 lbs",8,0.0013, +38,Precision instruments and apparatus,"More than 100,000 lbs",9, , +39,"Furniture, mattresses and mattress supports, lamps, lighting fittings, and illuminated signs",Less than 50 lbs,1,0.061,0.016 +39,"Furniture, mattresses and mattress supports, lamps, lighting fittings, and illuminated signs",50 - 99 lbs,2,0.0379,0.0162 +39,"Furniture, mattresses and mattress supports, lamps, lighting fittings, and illuminated signs",100 - 499 lbs,3,0.1766,0.0987 +39,"Furniture, mattresses and mattress supports, lamps, lighting fittings, and illuminated signs",500 - 749 lbs,4,0.0601,0.0451 +39,"Furniture, mattresses and mattress supports, lamps, lighting fittings, and illuminated signs",750 - 999 lbs,5,0.0421,0.0342 +39,"Furniture, mattresses and mattress supports, lamps, lighting fittings, and illuminated signs","1,000 - 9,999 lbs",6,0.3727,0.3686 +39,"Furniture, mattresses and mattress supports, lamps, lighting fittings, and illuminated signs","10,000 - 49,999 lbs",7,0.2311,0.3779 +39,"Furniture, mattresses and mattress supports, lamps, lighting fittings, and illuminated signs","50,000 - 99,999 lbs",8,0.0069,0.0235 +39,"Furniture, mattresses and mattress supports, lamps, lighting fittings, and illuminated signs","More than 100,000 lbs",9,0.0116,0.0197 +40,Miscellaneous manufactured products,Less than 50 lbs,1,0.339,0.0283 +40,Miscellaneous manufactured products,50 - 99 lbs,2,0.0508,0.0105 +40,Miscellaneous manufactured products,100 - 499 lbs,3,0.1272,0.0433 +40,Miscellaneous manufactured products,500 - 749 lbs,4,0.0329,0.0146 +40,Miscellaneous manufactured products,750 - 999 lbs,5,0.0227,0.0117 +40,Miscellaneous manufactured products,"1,000 - 9,999 lbs",6,0.1886,0.1781 +40,Miscellaneous manufactured products,"10,000 - 49,999 lbs",7,0.2136,0.5429 +40,Miscellaneous manufactured products,"50,000 - 99,999 lbs",8,0.019,0.0737 +40,Miscellaneous manufactured products,"More than 100,000 lbs",9,0.0061,0.0969 +41,Waste and scrap,Less than 50 lbs,1, , +41,Waste and scrap,50 - 99 lbs,2, , +41,Waste and scrap,100 - 499 lbs,3,0.0001, +41,Waste and scrap,500 - 749 lbs,4,0.0002, +41,Waste and scrap,750 - 999 lbs,5,0.0001,0 +41,Waste and scrap,"1,000 - 9,999 lbs",6,0.0236,0.0042 +41,Waste and scrap,"10,000 - 49,999 lbs",7,0.6949,0.6372 +41,Waste and scrap,"50,000 - 99,999 lbs",8,0.1053,0.1857 +41,Waste and scrap,"More than 100,000 lbs",9,0.1755,0.1728 +43,Mixed freight,Less than 50 lbs,1,0.0511,0.0062 +43,Mixed freight,50 - 99 lbs,2,0.019,0.0049 +43,Mixed freight,100 - 499 lbs,3,0.0719,0.0312 +43,Mixed freight,500 - 749 lbs,4,0.0275,0.018 +43,Mixed freight,750 - 999 lbs,5,0.0219,0.0161 +43,Mixed freight,"1,000 - 9,999 lbs",6,0.3083,0.2853 +43,Mixed freight,"10,000 - 49,999 lbs",7,0.4883,0.5968 +43,Mixed freight,"50,000 - 99,999 lbs",8,0.0082,0.0277 +43,Mixed freight,"More than 100,000 lbs",9,0.0037,0.0138 +99,Commodity unknown,Less than 50 lbs,1,0.2615, +99,Commodity unknown,50 - 99 lbs,2,0.086, +99,Commodity unknown,100 - 499 lbs,3,0.1789, +99,Commodity unknown,500 - 749 lbs,4,0.0633, +99,Commodity unknown,750 - 999 lbs,5,0.042, +99,Commodity unknown,"1,000 - 9,999 lbs",6,0.1507, +99,Commodity unknown,"10,000 - 49,999 lbs",7,0.1315, +99,Commodity unknown,"50,000 - 99,999 lbs",8, , +99,Commodity unknown,"More than 100,000 lbs",9, , diff --git a/lib/data/model_shipsize_food.csv b/lib/data/model_shipsize_food.csv new file mode 100644 index 0000000..4dc6ca0 --- /dev/null +++ b/lib/data/model_shipsize_food.csv @@ -0,0 +1,10 @@ +CHID,CHDESC,VAR,TYPE,COEFF +1,<999,asc1,Constant,0 +1,<999,SIC1,Variable,5.84 +1,<999,SIC2,Variable,0.975 +2,999~9999,asc2,Constant,0.546 +2,999~9999,DISTCHAN,Variable,-0.788 +3,>9999,asc3,Constant,-1.71 +3,>9999,SIC2,Variable,2.88 +3,>9999,DISTCHAN_2,Variable,0.759 +3,>9999,log_dist,Variable,0.245 diff --git a/lib/data/model_shipsize_mfg.csv b/lib/data/model_shipsize_mfg.csv new file mode 100644 index 0000000..07f3709 --- /dev/null +++ b/lib/data/model_shipsize_mfg.csv @@ -0,0 +1,10 @@ +CHID,CHDESC,VAR,TYPE,COEFF +1,<999,asc1,Constant,0 +1,<999,log_dist,Variable,0.15 +1,<999,SIC1,Variable,2.27 +1,<999,SIC3,Variable,1.98 +2,999~9999,asc2,Constant,-0.107 +2,999~9999,DISTCHAN,Variable,-0.911 +2,999~9999,SIC3,Variable,1.03 +3,>9999,asc3,Constant,-0.349 +3,>9999,DISTCHAN_3,Variable,-1.35 diff --git a/lib/data/model_stopduration.csv b/lib/data/model_stopduration.csv new file mode 100644 index 0000000..51712eb --- /dev/null +++ b/lib/data/model_stopduration.csv @@ -0,0 +1,31 @@ +CHID,CHDESC,VAR,TYPE,COEFF +1,<=15 minutes,asc1,Constant,0 +2,15 ~ 30 minutes,asc2,Constant,1.19 +2,15 ~ 30 minutes,PU_DO_Weight,Variable,0.0505 +2,15 ~ 30 minutes,Nstops,Variable,-0.0463 +2,15 ~ 30 minutes,Veh_class_2,Variable,-0.388 +3,30 ~ 45 minutes,asc3,Constant,1.9 +3,30 ~ 45 minutes,Mac,Variable,-0.191 +3,30 ~ 45 minutes,PU_DO_Weight,Variable,0.0951 +3,30 ~ 45 minutes,Nstops,Variable,-0.14 +3,30 ~ 45 minutes,Veh_class_1,Variable,-0.346 +3,30 ~ 45 minutes,Veh_class_2,Variable,-0.514 +4,45 ~ 60 minutes,asc4,Constant,2.69 +4,45 ~ 60 minutes,PU_DO_Weight,Variable,0.1 +4,45 ~ 60 minutes,Nstops,Variable,-0.241 +4,45 ~ 60 minutes,Veh_class_1,Variable,-0.758 +4,45 ~ 60 minutes,Veh_class_2,Variable,-0.903 +5,60 ~ 75 minutes,asc5,Constant,2.43 +5,60 ~ 75 minutes,PU_DO_Weight,Variable,0.111 +5,60 ~ 75 minutes,Dest_Retail,Variable,0.269 +5,60 ~ 75 minutes,Nstops,Variable,-0.281 +5,60 ~ 75 minutes,Veh_class_1,Variable,-0.695 +5,60 ~ 75 minutes,Veh_class_2,Variable,-0.857 +6,>75 minutes,asc6,Constant,4.4 +6,>75 minutes,Mac,Variable,-0.219 +6,>75 minutes,Food,Variable,-0.336 +6,>75 minutes,PU_DO_Weight,Variable,0.0804 +6,>75 minutes,Direct,Variable,1.06 +6,>75 minutes,Nstops,Variable,-0.409 +6,>75 minutes,Veh_class_1,Variable,-0.699 +6,>75 minutes,Veh_class_2,Variable,-0.871 diff --git a/lib/data/model_timeofday.csv b/lib/data/model_timeofday.csv new file mode 100644 index 0000000..30c11a4 --- /dev/null +++ b/lib/data/model_timeofday.csv @@ -0,0 +1,14 @@ +CHID,CHDESC,VAR,TYPE,COEFF +1,<6 AM,asc1,Constant,-5.97 +1,<6 AM,TotPUDOWeight,Variable,0.0454 +1,<6 AM,TotStopDur,Variable,0.429 +1,<6 AM,TotTourTime,Variable,0.706 +2,6~8AM,asc2,Constant,-3.13 +2,6~8AM,TotPUDOWeight,Variable,0.0484 +2,6~8AM,TotStopDur,Variable,0.429 +2,6~8AM,TotTourTime,Variable,0.282 +3,8~9AM,asc3,Constant,-2.05 +3,8~9AM,TotStopDur,Variable,0.429 +4,9~10AM,asc4,Constant,-1.6 +4,9~10AM,TotStopDur,Variable,0.226 +5,>10AM,asc5,Constant,0 diff --git a/lib/data/model_vehicle_tourpattern.csv b/lib/data/model_vehicle_tourpattern.csv new file mode 100644 index 0000000..2f86403 --- /dev/null +++ b/lib/data/model_vehicle_tourpattern.csv @@ -0,0 +1,27 @@ +CHID,CHDESC,VAR,TYPE,COEFF +1,"Direct, 4 Tires",asc1,Constant,0 +2,"Direct, 6-8 Tires",asc2,Constant,-4.5 +2,"Direct, 6-8 Tires",DO_Weight,Variable,0.412 +2,"Direct, 6-8 Tires",PU_Weight,Variable,0.355 +3,"Direct, Semi/Trailer",asc3,Constant,-4.41 +3,"Direct, Semi/Trailer",DO_Weight,Variable,0.371 +3,"Direct, Semi/Trailer",PU_Weight,Variable,0.401 +3,"Direct, Semi/Trailer",Dest_Mac,Variable,1.19 +4,"Peddling, 4 Tires",asc4,Constant,3.89 +4,"Peddling, 4 Tires",Food,Variable,1.21 +4,"Peddling, 4 Tires",DO_Weight,Variable,-0.209 +4,"Peddling, 4 Tires",PU_Weight,Variable,-0.156 +5,"Peddling, 6-8 Tires",asc5,Constant,-1.29 +5,"Peddling, 6-8 Tires",Mac,Variable,-1.21 +5,"Peddling, 6-8 Tires",DO_Weight,Variable,0.283 +5,"Peddling, 6-8 Tires",PU_Weight,Variable,0.282 +5,"Peddling, 6-8 Tires",Dest_Mac,Variable,1.41 +5,"Peddling, 6-8 Tires",Dest_Office,Variable,-0.834 +5,"Peddling, 6-8 Tires",CBP_EMP,Variable,0.137 +6,"Peddling, Semi/Trailer",asc6,Constant,-2.94 +6,"Peddling, Semi/Trailer",Mac,Variable,-0.294 +6,"Peddling, Semi/Trailer",DO_Weight,Variable,0.263 +6,"Peddling, Semi/Trailer",PU_Weight,Variable,0.263 +6,"Peddling, Semi/Trailer",Dest_Mac,Variable,1.34 +6,"Peddling, Semi/Trailer",Dest_Retail,Variable,0.928 +6,"Peddling, Semi/Trailer",CBP_EMP,Variable,0.309 diff --git a/scenarios/base/inputs/cmap_data_zone_employment.csv b/scenarios/base/inputs/cmap_data_zone_employment.csv new file mode 100644 index 0000000..0e6b77a --- /dev/null +++ b/scenarios/base/inputs/cmap_data_zone_employment.csv @@ -0,0 +1,1945 @@ +Zone,mesozone,totalemp +1,17,524 +2,17,1541 +3,17,3901 +4,17,3160 +5,17,10731 +6,17,13845 +7,17,6944 +8,17,601 +9,17,808 +10,17,4413 +11,17,5188 +12,17,13657 +13,17,9269 +14,17,2204 +15,17,14626 +16,17,14341 +17,17,16109 +18,17,21043 +19,17,6643 +20,17,5023 +21,17,7582 +22,17,21394 +23,17,78063 +24,17,12430 +25,17,15125 +26,17,1965 +27,17,14293 +28,17,33712 +29,17,43011 +30,17,26518 +31,17,109 +32,17,2237 +33,17,4176 +34,17,10939 +35,17,18729 +36,17,17253 +37,17,31 +38,17,3074 +39,17,1315 +40,17,1368 +41,17,5922 +42,17,0 +43,17,261 +44,17,673 +45,17,0 +46,17,596 +47,17,776 +48,17,932 +49,17,3528 +50,17,1132 +51,17,4774 +52,17,572 +53,17,1766 +54,17,1923 +55,17,1955 +56,17,10382 +57,17,20741 +58,17,2928 +59,17,1652 +60,17,4821 +61,17,8659 +62,17,1319 +63,17,8780 +64,17,777 +65,17,17967 +66,17,340 +67,17,552 +68,17,4067 +69,17,345 +70,17,4413 +71,17,774 +72,17,1598 +73,17,951 +74,17,1035 +75,17,3766 +76,17,2690 +77,17,0 +78,14,6794 +79,14,9641 +80,14,12913 +81,17,9914 +82,17,8102 +83,17,25707 +84,17,3948 +85,17,5881 +86,17,1791 +87,17,3642 +88,17,6302 +89,12,2137 +90,12,709 +91,9,2998 +92,12,34070 +93,12,369 +94,12,1025 +95,12,3464 +96,12,3378 +97,12,1325 +98,12,7066 +99,12,8257 +100,12,2428 +101,12,4282 +102,12,822 +103,12,984 +104,12,3165 +105,12,387 +106,9,1564 +107,9,3880 +108,12,10582 +109,12,1628 +110,12,893 +111,10,1104 +112,10,1143 +113,10,2725 +114,10,2671 +115,11,5403 +116,11,1550 +117,10,3356 +118,11,5567 +119,11,1824 +120,13,2068 +121,13,2925 +122,13,2129 +123,13,5355 +124,13,3101 +125,13,4407 +126,13,1527 +127,13,1819 +128,13,4383 +129,13,1730 +130,13,6004 +131,13,6126 +132,13,5577 +133,13,1702 +134,13,2366 +135,13,5784 +136,13,2775 +137,13,2950 +138,13,2552 +139,13,3260 +140,13,2400 +141,13,4289 +142,13,2989 +143,13,5991 +144,13,2998 +145,13,2105 +146,13,1856 +147,13,3149 +148,13,2387 +149,13,2332 +150,13,2888 +151,13,1953 +152,13,2280 +153,13,3775 +154,13,2061 +155,13,3605 +156,14,2116 +157,14,3563 +158,14,4539 +159,14,7796 +160,14,10457 +161,14,7218 +162,14,2252 +163,14,5147 +164,14,7282 +165,14,4550 +166,14,6097 +167,14,7716 +168,14,6353 +169,16,867 +170,16,1661 +171,16,2761 +172,16,2240 +173,16,3875 +174,16,4493 +175,16,1751 +176,16,2958 +177,16,1378 +178,16,2988 +179,16,2224 +180,16,4580 +181,16,1520 +182,16,1584 +183,16,1698 +184,16,3047 +185,16,1708 +186,16,8533 +187,16,3047 +188,16,2724 +189,16,3877 +190,16,2042 +191,16,1432 +192,16,1975 +193,17,3495 +194,17,5716 +195,17,4247 +196,17,2605 +197,19,3192 +198,19,4048 +199,19,3873 +200,19,919 +201,19,2958 +202,19,2955 +203,19,2778 +204,19,3161 +205,19,2854 +206,19,2092 +207,19,1364 +208,19,103 +209,19,7489 +210,19,1492 +211,19,1639 +212,19,1030 +213,19,1177 +214,19,2565 +215,19,3996 +216,19,2712 +217,19,698 +218,19,1293 +219,19,1328 +220,19,570 +221,20,1861 +222,20,5054 +223,20,1603 +224,20,1514 +225,20,1069 +226,20,1727 +227,20,1217 +228,20,1096 +229,20,1813 +230,20,4411 +231,20,1257 +232,20,481 +233,20,816 +234,20,536 +235,20,25441 +236,20,811 +237,20,1138 +238,20,678 +239,20,2951 +240,20,765 +241,20,495 +242,20,1743 +243,20,705 +244,20,648 +245,20,396 +246,20,1094 +247,20,2659 +248,20,2112 +249,20,714 +250,20,652 +251,20,2231 +252,20,955 +253,20,749 +254,20,1715 +255,20,1500 +256,20,797 +257,20,101 +258,23,2914 +259,23,1451 +260,23,737 +261,23,1294 +262,23,518 +263,23,1302 +264,23,1067 +265,24,1253 +266,24,1160 +267,24,845 +268,24,657 +269,24,1658 +270,24,2467 +271,24,1689 +272,24,695 +273,24,532 +274,24,2181 +275,24,1234 +276,24,498 +277,24,1023 +278,24,740 +279,24,608 +280,24,1403 +281,24,278 +282,24,75 +283,24,2383 +284,24,827 +285,24,1523 +286,24,839 +287,24,132 +288,24,106 +289,24,560 +290,24,406 +291,24,384 +292,24,141 +293,24,343 +294,24,486 +295,24,646 +296,24,108 +297,24,78 +298,24,1791 +299,24,242 +300,24,558 +301,24,696 +302,24,153 +303,24,407 +304,24,79 +305,24,644 +306,24,2259 +307,24,0 +308,24,704 +309,24,12 +310,1,13 +311,1,118 +312,1,4169 +313,1,51 +314,1,195 +315,1,215 +316,1,7870 +317,1,1685 +318,1,2015 +319,6,1311 +320,6,291 +321,6,5772 +322,6,3163 +323,6,1099 +324,6,2818 +325,6,1658 +326,6,2340 +327,6,1314 +328,6,3555 +329,6,1297 +330,6,644 +331,2,743 +332,2,1597 +333,2,3057 +334,2,839 +335,2,940 +336,2,2507 +337,2,1068 +338,2,423 +339,2,2960 +340,2,2539 +341,2,724 +342,2,130 +343,2,1215 +344,2,7297 +345,2,2361 +346,2,1162 +347,2,1915 +348,2,8588 +349,2,2426 +350,2,3139 +351,2,3288 +352,2,2103 +353,2,640 +354,2,1380 +355,7,7314 +356,7,633 +357,7,3652 +358,7,562 +359,7,8051 +360,7,1549 +361,7,1967 +362,7,3598 +363,7,7740 +364,7,220 +365,7,276 +366,7,1268 +367,7,1661 +368,7,4593 +369,7,11640 +370,7,1262 +371,7,675 +372,7,991 +373,7,3089 +374,7,1323 +375,7,2107 +376,7,417 +377,7,805 +378,7,310 +379,7,1748 +380,7,2516 +381,7,178 +382,7,397 +383,7,4273 +384,7,218 +385,3,2024 +386,3,2192 +387,3,1080 +388,3,2998 +389,3,3336 +390,3,69 +391,3,10289 +392,3,1881 +393,3,1147 +394,3,2164 +395,3,2994 +396,3,1271 +397,3,257 +398,3,1452 +399,3,157 +400,3,297 +401,3,7233 +402,3,616 +403,3,1294 +404,3,2474 +405,3,1305 +406,3,486 +407,3,2726 +408,3,1123 +409,3,1297 +410,3,4684 +411,3,121 +412,3,1817 +413,3,410 +414,3,353 +415,3,5958 +416,3,1055 +417,3,2246 +418,3,931 +419,3,5342 +420,3,1027 +421,8,2564 +422,8,5386 +423,8,1415 +424,8,483 +425,8,583 +426,8,2427 +427,8,1090 +428,8,6159 +429,8,2208 +430,8,652 +431,8,226 +432,8,2546 +433,8,4146 +434,8,3922 +435,8,941 +436,8,8168 +437,8,808 +438,8,6905 +439,8,4102 +440,8,1775 +441,8,335 +442,8,6620 +443,8,7533 +444,4,4774 +445,4,8811 +446,4,5324 +447,4,1252 +448,4,5489 +449,4,44 +450,4,760 +451,4,627 +452,4,921 +453,4,1727 +454,4,2165 +455,4,1054 +456,4,3080 +457,4,294 +458,4,1237 +459,4,3326 +460,4,182 +461,4,1652 +462,4,4721 +463,4,237 +464,4,874 +465,4,5505 +466,4,3882 +467,4,2708 +468,4,7417 +469,4,3631 +470,4,1815 +471,4,3698 +472,4,84 +473,4,545 +474,4,599 +475,4,3192 +476,4,39 +477,9,713 +478,9,2645 +479,9,2349 +480,9,1218 +481,9,1202 +482,9,572 +483,9,1441 +484,9,5455 +485,9,1359 +486,9,3099 +487,9,4090 +488,9,428 +489,9,3257 +490,9,2221 +491,9,1702 +492,9,7292 +493,9,794 +494,9,894 +495,9,5529 +496,9,3227 +497,9,2724 +498,9,1664 +499,9,2319 +500,9,4393 +501,9,3170 +502,9,2627 +503,5,265 +504,5,1308 +505,5,62 +506,5,152 +507,5,1511 +508,5,1407 +509,5,1792 +510,5,1717 +511,5,1795 +512,5,358 +513,5,857 +514,5,677 +515,5,1301 +516,5,1080 +517,5,1577 +518,5,3994 +519,5,8399 +520,10,2075 +521,10,401 +522,10,6198 +523,10,3051 +524,10,1615 +525,10,1643 +526,10,3321 +527,10,553 +528,10,3461 +529,10,2737 +530,10,1283 +531,10,2131 +532,10,1957 +533,10,4735 +534,10,2073 +535,10,1481 +536,10,3797 +537,10,5250 +538,10,4200 +539,10,10284 +540,10,5798 +541,10,2860 +542,10,5034 +543,10,3392 +544,10,8119 +545,11,1933 +546,11,25267 +547,11,3424 +548,12,2383 +549,12,8014 +550,12,3174 +551,12,3651 +552,12,2241 +553,12,1644 +554,12,2269 +555,12,1884 +556,12,3090 +557,12,1326 +558,12,2336 +559,12,3365 +560,12,1849 +561,12,3510 +562,12,5330 +563,12,4602 +564,12,1602 +565,15,2792 +566,15,874 +567,15,3444 +568,15,2089 +569,15,1269 +570,15,2664 +571,15,1200 +572,15,2140 +573,15,1465 +574,15,3127 +575,15,1163 +576,15,3237 +577,15,568 +578,15,3560 +579,15,2971 +580,15,1524 +581,15,2237 +582,15,2006 +583,15,48 +584,15,804 +585,15,3638 +586,15,4607 +587,15,13604 +588,15,3646 +589,15,3850 +590,15,706 +591,15,615 +592,15,465 +593,15,632 +594,15,2808 +595,15,8 +596,15,663 +597,15,1817 +598,15,1046 +599,15,1349 +600,15,1272 +601,16,1291 +602,16,6493 +603,16,2900 +604,16,3261 +605,16,1005 +606,16,3321 +607,16,3261 +608,16,1965 +609,16,3009 +610,16,7756 +611,16,1960 +612,16,2046 +613,18,1441 +614,18,2236 +615,18,4728 +616,18,1483 +617,18,1134 +618,18,955 +619,18,178 +620,18,2719 +621,18,2283 +622,18,3341 +623,18,3730 +624,18,1156 +625,18,1698 +626,18,851 +627,18,5440 +628,18,677 +629,18,0 +630,18,1698 +631,18,1607 +632,18,1222 +633,18,509 +634,18,355 +635,18,407 +636,18,1055 +637,18,2735 +638,18,7699 +639,18,1226 +640,18,147 +641,18,368 +642,18,2341 +643,22,132 +644,18,288 +645,18,491 +646,18,166 +647,18,703 +648,18,2410 +649,19,1205 +650,19,875 +651,19,875 +652,19,2582 +653,19,472 +654,19,3054 +655,19,5538 +656,19,4182 +657,19,2386 +658,19,567 +659,19,1200 +660,19,1078 +661,21,1370 +662,21,1090 +663,21,397 +664,21,2572 +665,21,736 +666,21,225 +667,22,424 +668,22,167 +669,22,656 +670,22,2331 +671,22,956 +672,22,4637 +673,22,4 +674,22,98 +675,22,7167 +676,22,231 +677,22,1770 +678,22,6115 +679,23,1416 +680,23,1216 +681,23,1872 +682,23,10309 +683,23,1169 +684,23,4520 +685,23,2583 +686,23,1426 +687,23,830 +688,23,1415 +689,23,1158 +690,23,1115 +691,23,2121 +692,23,1388 +693,23,703 +694,23,2694 +695,23,1022 +696,23,1587 +697,23,1484 +698,23,3511 +699,23,3471 +700,23,1749 +701,23,590 +702,23,1046 +703,23,1409 +704,23,2859 +705,23,1673 +706,23,1013 +707,23,2998 +708,24,716 +709,24,3178 +710,24,746 +711,25,1119 +712,25,220 +713,25,249 +714,25,2529 +715,25,3709 +716,25,489 +717,25,3457 +718,25,7015 +719,25,5094 +720,25,1335 +721,25,1120 +722,25,3445 +723,26,0 +724,26,3 +725,26,376 +726,26,2978 +727,26,682 +728,26,1000 +729,26,58 +730,26,806 +731,26,922 +732,26,953 +733,26,663 +734,26,674 +735,26,1184 +736,26,1679 +737,26,1452 +738,26,116 +739,26,730 +740,26,67 +741,26,2656 +742,26,67 +743,26,191 +744,26,1406 +745,26,361 +746,26,601 +747,26,1440 +748,26,2083 +749,26,1921 +750,26,805 +751,26,620 +752,26,1474 +753,26,1306 +754,26,202 +755,26,221 +756,26,527 +757,26,2180 +758,26,907 +759,27,851 +760,27,225 +761,27,781 +762,27,1588 +763,27,336 +764,27,382 +765,27,919 +766,27,445 +767,27,596 +768,27,432 +769,27,1673 +770,27,1102 +771,27,4448 +772,27,859 +773,27,1973 +774,27,804 +775,27,331 +776,27,403 +777,27,1266 +778,27,1519 +779,27,2112 +780,27,1393 +781,27,704 +782,27,3682 +783,27,749 +784,27,1468 +785,27,1985 +786,27,691 +787,27,23 +788,27,2772 +789,27,2001 +790,27,2482 +791,27,1044 +792,27,388 +793,27,63 +794,27,1171 +795,27,621 +796,27,1 +797,27,903 +798,27,901 +799,27,357 +800,27,286 +801,27,3270 +802,27,536 +803,27,1537 +804,27,198 +805,27,1129 +806,27,1268 +807,28,969 +808,28,386 +809,28,431 +810,28,1586 +811,28,1283 +812,28,475 +813,28,158 +814,28,460 +815,28,75 +816,28,2286 +817,28,2027 +818,28,1297 +819,28,149 +820,28,557 +821,28,633 +822,28,123 +823,28,6 +824,28,18 +825,28,114 +826,28,620 +827,28,215 +828,28,395 +829,28,327 +830,28,519 +831,28,1498 +832,28,359 +833,28,786 +834,29,811 +835,29,307 +836,29,243 +837,29,238 +838,29,2273 +839,29,385 +840,29,389 +841,29,4127 +842,29,1292 +843,29,4246 +844,29,864 +845,29,224 +846,29,1562 +847,29,1459 +848,29,3136 +849,29,2219 +850,29,1803 +851,29,769 +852,29,998 +853,29,462 +854,29,520 +855,30,0 +856,30,51 +857,30,260 +858,30,1736 +859,34,4 +860,34,844 +861,34,4 +862,34,13 +863,38,37 +864,38,50 +865,38,5 +866,38,2205 +867,42,31 +868,42,337 +869,42,8 +870,42,80 +871,31,16 +872,31,50 +873,31,15 +874,31,16 +875,35,11 +876,35,37 +877,35,126 +878,35,403 +879,39,243 +880,39,162 +881,39,243 +882,39,72 +883,43,1255 +884,43,101 +885,43,36 +886,43,100 +887,32,575 +888,32,7 +889,32,18 +890,32,15 +891,36,13 +892,36,182 +893,36,2508 +894,36,90 +895,40,3897 +896,40,2161 +897,40,20 +898,40,673 +899,40,2346 +900,40,61 +901,40,26 +902,40,33 +903,40,1473 +904,44,337 +905,44,22 +906,44,13 +907,44,691 +908,44,43 +909,44,878 +910,44,565 +911,44,2507 +912,44,920 +913,33,1187 +914,33,135 +915,33,28 +916,33,371 +917,33,1786 +918,33,194 +919,33,348 +920,37,264 +921,37,539 +922,37,122 +923,37,497 +924,37,252 +925,37,116 +926,37,1686 +927,37,250 +928,37,263 +929,37,3011 +930,37,3501 +931,37,178 +932,41,26 +933,41,7524 +934,41,1359 +935,41,117 +936,41,53 +937,41,589 +938,41,50 +939,41,416 +940,41,3659 +941,41,2328 +942,41,621 +943,41,91 +944,45,724 +945,45,1971 +946,45,364 +947,45,1411 +948,45,6560 +949,45,3954 +950,45,307 +951,45,1068 +952,45,1690 +953,45,1463 +954,45,1886 +955,45,4665 +956,45,2050 +957,45,558 +958,45,90 +959,46,94 +960,46,44 +961,46,0 +962,46,100 +963,46,264 +964,46,239 +965,50,1490 +966,50,700 +967,50,944 +968,50,336 +969,50,264 +970,50,2695 +971,54,274 +972,54,421 +973,54,711 +974,54,3745 +975,54,120 +976,54,2865 +977,58,146 +978,58,716 +979,58,3480 +980,58,211 +981,58,828 +982,58,4005 +983,47,2787 +984,47,28 +985,47,8 +986,47,1304 +987,47,676 +988,47,89 +989,47,151 +990,47,1586 +991,47,374 +992,51,141 +993,51,2026 +994,51,576 +995,51,2571 +996,51,2757 +997,51,3078 +998,51,669 +999,51,769 +1000,51,4383 +1001,55,165 +1002,55,219 +1003,55,3379 +1004,55,96 +1005,55,1489 +1006,55,2100 +1007,55,269 +1008,55,346 +1009,55,693 +1010,59,999 +1011,59,632 +1012,59,420 +1013,59,4682 +1014,59,4427 +1015,59,1022 +1016,59,608 +1017,59,2719 +1018,59,729 +1019,48,363 +1020,48,164 +1021,48,310 +1022,48,550 +1023,52,1250 +1024,52,1632 +1025,52,2275 +1026,52,2811 +1027,52,3299 +1028,52,1453 +1029,52,5275 +1030,52,224 +1031,52,1307 +1032,52,3014 +1033,52,173 +1034,52,5726 +1035,56,1203 +1036,56,1370 +1037,56,2396 +1038,56,3018 +1039,56,2063 +1040,56,250 +1041,56,4939 +1042,56,1872 +1043,56,451 +1044,56,6968 +1045,56,5267 +1046,56,6564 +1047,60,3300 +1048,60,11671 +1049,60,2888 +1050,60,1011 +1051,60,12465 +1052,60,8704 +1053,60,2618 +1054,60,10954 +1055,60,8416 +1056,49,41 +1057,49,489 +1058,49,83 +1059,49,1767 +1060,49,3884 +1061,49,72 +1062,49,701 +1063,49,1102 +1064,53,21 +1065,53,482 +1066,53,38 +1067,53,14 +1068,53,361 +1069,53,614 +1070,53,564 +1071,53,0 +1072,53,551 +1073,53,1229 +1074,53,658 +1075,53,103 +1076,53,2661 +1077,53,2209 +1078,53,5748 +1079,53,717 +1080,53,2119 +1081,53,868 +1082,53,12 +1083,53,484 +1084,53,16410 +1085,57,1737 +1086,57,1818 +1087,57,833 +1088,57,225 +1089,57,3082 +1090,57,5 +1091,57,570 +1092,57,246 +1093,57,41 +1094,57,2732 +1095,57,592 +1096,57,532 +1097,57,345 +1098,57,396 +1099,57,1848 +1100,57,56 +1101,57,3267 +1102,57,3151 +1103,57,19 +1104,61,121 +1105,61,27 +1106,61,755 +1107,61,39 +1108,61,1995 +1109,61,83 +1110,61,176 +1111,61,290 +1112,61,3604 +1113,61,455 +1114,61,654 +1115,61,1516 +1116,61,356 +1117,61,1259 +1118,61,2807 +1119,61,197 +1120,61,1018 +1121,61,8719 +1122,61,212 +1123,61,232 +1124,61,1134 +1125,61,970 +1126,61,559 +1127,61,115 +1128,61,9975 +1129,61,696 +1130,61,5568 +1131,61,1896 +1132,61,782 +1133,61,1137 +1134,62,27 +1135,62,480 +1136,62,455 +1137,62,2236 +1138,65,109 +1139,65,88 +1140,65,151 +1141,65,37 +1142,68,83 +1143,68,100 +1144,68,100 +1145,68,25 +1146,71,35 +1147,71,528 +1148,71,97 +1149,71,166 +1150,74,26 +1151,74,2549 +1152,74,29 +1153,74,154 +1154,63,1154 +1155,63,299 +1156,63,319 +1157,63,935 +1158,66,35 +1159,66,481 +1160,66,44 +1161,66,164 +1162,69,212 +1163,69,248 +1164,69,503 +1165,69,1142 +1166,72,1094 +1167,72,792 +1168,72,99 +1169,72,457 +1170,75,1903 +1171,75,828 +1172,75,209 +1173,75,475 +1174,75,0 +1175,75,8 +1176,75,4 +1177,75,162 +1178,75,17 +1179,75,285 +1180,64,1279 +1181,64,131 +1182,64,1269 +1183,64,1133 +1184,64,204 +1185,64,779 +1186,64,712 +1187,64,3766 +1188,64,2686 +1189,64,7056 +1190,64,4873 +1191,64,1837 +1192,67,704 +1193,67,1049 +1194,67,578 +1195,67,1231 +1196,67,1017 +1197,67,457 +1198,67,343 +1199,67,2094 +1200,67,3832 +1201,67,374 +1202,67,2424 +1203,67,3288 +1204,67,2901 +1205,67,1216 +1206,67,3145 +1207,67,3184 +1208,67,1156 +1209,67,1262 +1210,67,759 +1211,67,579 +1212,67,1451 +1213,67,582 +1214,67,529 +1215,67,2115 +1216,67,736 +1217,67,1202 +1218,67,259 +1219,70,1553 +1220,70,467 +1221,70,426 +1222,70,92 +1223,70,759 +1224,70,1118 +1225,70,1696 +1226,70,1368 +1227,70,2880 +1228,70,1522 +1229,70,1095 +1230,70,10476 +1231,73,4957 +1232,73,580 +1233,73,3760 +1234,73,785 +1235,73,2378 +1236,73,2708 +1237,73,2366 +1238,73,4860 +1239,73,7884 +1240,73,297 +1241,73,1502 +1242,73,1147 +1243,76,865 +1244,76,1483 +1245,76,1484 +1246,76,1089 +1247,76,541 +1248,76,4886 +1249,76,493 +1250,76,426 +1251,76,980 +1252,76,357 +1253,76,1966 +1254,76,933 +1255,76,855 +1256,76,677 +1257,76,1042 +1258,76,1003 +1259,76,1148 +1260,76,857 +1261,76,3878 +1262,76,1557 +1263,76,1578 +1264,76,907 +1265,76,964 +1266,76,1439 +1267,76,730 +1268,76,1045 +1269,76,418 +1270,76,6293 +1271,76,251 +1272,76,771 +1273,76,744 +1274,76,761 +1275,76,297 +1276,76,681 +1277,76,130 +1278,76,3027 +1279,77,97 +1280,77,2001 +1281,77,772 +1282,77,528 +1283,77,757 +1284,77,1806 +1285,77,4152 +1286,77,2354 +1287,77,879 +1288,80,2281 +1289,80,5449 +1290,80,5704 +1291,80,3 +1292,80,2067 +1293,80,1024 +1294,80,2689 +1295,80,1592 +1296,80,1343 +1297,83,493 +1298,83,2141 +1299,83,683 +1300,83,1248 +1301,83,997 +1302,83,6204 +1303,83,357 +1304,83,4270 +1305,83,3631 +1306,83,8708 +1307,83,630 +1308,83,1770 +1309,83,83 +1310,83,1661 +1311,83,364 +1312,83,2146 +1313,83,2865 +1314,83,3656 +1315,83,5830 +1316,83,4636 +1317,83,1466 +1318,83,5929 +1319,83,1082 +1320,83,8357 +1321,83,1737 +1322,83,1298 +1323,83,201 +1324,83,236 +1325,83,4392 +1326,83,1206 +1327,78,590 +1328,78,2846 +1329,78,189 +1330,78,867 +1331,78,4602 +1332,78,6419 +1333,78,8482 +1334,78,540 +1335,78,2550 +1336,78,2931 +1337,78,1295 +1338,78,1229 +1339,78,2429 +1340,78,2499 +1341,78,1258 +1342,78,5882 +1343,78,2594 +1344,78,1886 +1345,78,4752 +1346,78,560 +1347,78,9068 +1348,81,277 +1349,81,4041 +1350,81,152 +1351,81,1048 +1352,81,4817 +1353,81,689 +1354,81,1447 +1355,81,588 +1356,81,1410 +1357,81,1133 +1358,81,5181 +1359,81,345 +1360,81,6544 +1361,81,1065 +1362,81,1651 +1363,81,384 +1364,81,6210 +1365,81,1161 +1366,81,1454 +1367,81,737 +1368,81,1283 +1369,81,947 +1370,81,1862 +1371,81,866 +1372,81,1251 +1373,81,4444 +1374,81,6609 +1375,84,3167 +1376,84,9989 +1377,84,1921 +1378,84,2231 +1379,84,4794 +1380,84,1515 +1381,84,1941 +1382,84,3111 +1383,84,11808 +1384,84,5275 +1385,84,3648 +1386,84,2757 +1387,84,3200 +1388,84,643 +1389,84,4429 +1390,79,4527 +1391,79,5867 +1392,79,6086 +1393,79,4469 +1394,79,5835 +1395,79,2433 +1396,79,987 +1397,79,5832 +1398,79,2585 +1399,79,5918 +1400,79,254 +1401,79,184 +1402,79,935 +1403,79,1073 +1404,79,2024 +1405,79,187 +1406,79,93 +1407,79,958 +1408,79,937 +1409,79,1250 +1410,79,1004 +1411,79,73 +1412,79,375 +1413,79,1393 +1414,79,5154 +1415,79,1814 +1416,79,3164 +1417,79,2041 +1418,79,8281 +1419,79,641 +1420,79,5906 +1421,79,2782 +1422,79,4210 +1423,79,1648 +1424,79,5824 +1425,79,2535 +1426,82,146 +1427,82,501 +1428,82,2075 +1429,82,2061 +1430,82,4391 +1431,82,5385 +1432,82,1134 +1433,82,322 +1434,82,1195 +1435,82,1238 +1436,82,908 +1437,82,668 +1438,82,1089 +1439,82,2002 +1440,82,2173 +1441,82,2964 +1442,82,1632 +1443,82,1069 +1444,82,3768 +1445,82,3591 +1446,82,6541 +1447,82,4495 +1448,82,25725 +1449,82,16787 +1450,82,11203 +1451,82,12018 +1452,82,4566 +1453,82,841 +1454,82,7312 +1455,82,713 +1456,82,4325 +1457,82,5783 +1458,82,272 +1459,82,1074 +1460,82,1517 +1461,82,1397 +1462,85,951 +1463,85,1686 +1464,85,1399 +1465,85,5817 +1466,85,1986 +1467,85,6765 +1468,85,302 +1469,85,3565 +1470,85,1150 +1471,85,957 +1472,85,760 +1473,85,2855 +1474,85,571 +1475,85,661 +1476,85,1143 +1477,85,718 +1478,85,894 +1479,85,885 +1480,85,984 +1481,85,804 +1482,85,962 +1483,85,727 +1484,85,2375 +1485,85,2151 +1486,85,1569 +1487,85,1919 +1488,85,1209 +1489,85,946 +1490,85,3913 +1491,85,3275 +1492,85,441 +1493,85,523 +1494,85,727 +1495,85,603 +1496,85,2650 +1497,85,443 +1498,86,3385 +1499,86,4941 +1500,86,551 +1501,86,3118 +1502,86,0 +1503,87,2040 +1504,87,2460 +1505,87,1682 +1506,87,99 +1507,87,1790 +1508,87,338 +1509,87,319 +1510,87,2827 +1511,87,884 +1512,89,467 +1513,89,3181 +1514,89,426 +1515,89,232 +1516,89,2060 +1517,89,771 +1518,89,617 +1519,89,1458 +1520,89,3711 +1521,92,539 +1522,92,2739 +1523,92,3533 +1524,92,202 +1525,92,4279 +1526,92,3100 +1527,92,11 +1528,92,320 +1529,92,2937 +1530,96,1381 +1531,96,1267 +1532,96,353 +1533,96,1455 +1534,102,32 +1535,102,88 +1536,102,44 +1537,102,1480 +1538,108,926 +1539,108,56 +1540,108,1023 +1541,108,11 +1542,88,2523 +1543,88,1897 +1544,88,461 +1545,88,1348 +1546,88,650 +1547,88,513 +1548,88,3191 +1549,88,10899 +1550,88,6383 +1551,88,181 +1552,88,3997 +1553,88,339 +1554,88,375 +1555,88,6229 +1556,88,995 +1557,90,1126 +1558,90,1247 +1559,90,293 +1560,90,929 +1561,90,1170 +1562,90,3256 +1563,90,2047 +1564,90,2029 +1565,90,579 +1566,93,1862 +1567,93,720 +1568,93,6498 +1569,93,787 +1570,93,431 +1571,93,282 +1572,93,5451 +1573,93,5103 +1574,93,47 +1575,93,56 +1576,93,3039 +1577,93,125 +1578,93,2586 +1579,93,918 +1580,93,1339 +1581,93,665 +1582,93,327 +1583,93,453 +1584,93,24 +1585,93,690 +1586,93,561 +1587,93,57 +1588,93,667 +1589,93,50 +1590,93,1198 +1591,93,0 +1592,93,0 +1593,93,13 +1594,93,627 +1595,93,2050 +1596,97,93 +1597,97,84 +1598,97,991 +1599,97,18 +1600,103,0 +1601,103,2 +1602,103,85 +1603,103,1 +1604,109,80 +1605,109,8 +1606,109,70 +1607,109,19 +1608,91,381 +1609,91,357 +1610,91,1422 +1611,91,1520 +1612,91,566 +1613,91,1275 +1614,91,275 +1615,91,18 +1616,91,613 +1617,94,198 +1618,94,1078 +1619,94,250 +1620,94,1612 +1621,94,1728 +1622,94,1807 +1623,94,726 +1624,94,990 +1625,94,779 +1626,98,84 +1627,98,4 +1628,98,80 +1629,98,884 +1630,98,7 +1631,98,22 +1632,98,0 +1633,98,41 +1634,98,0 +1635,104,52 +1636,104,23 +1637,104,9 +1638,104,13 +1639,95,2035 +1640,95,6181 +1641,95,7284 +1642,95,1262 +1643,95,5143 +1644,95,1748 +1645,95,1104 +1646,95,3211 +1647,95,411 +1648,99,43 +1649,99,112 +1650,99,73 +1651,99,54 +1652,99,142 +1653,99,73 +1654,99,24 +1655,99,14 +1656,99,2 +1657,105,35 +1658,105,88 +1659,105,27 +1660,105,1014 +1661,100,1466 +1662,100,2328 +1663,100,481 +1664,100,1673 +1665,100,1066 +1666,100,288 +1667,100,51 +1668,100,41 +1669,100,1 +1670,106,2 +1671,106,9 +1672,106,140 +1673,106,8 +1674,101,1537 +1675,101,630 +1676,101,655 +1677,101,57 +1678,101,496 +1679,101,194 +1680,101,118 +1681,101,98 +1682,101,6 +1683,101,201 +1684,101,67 +1685,107,1005 +1686,107,94 +1687,107,26 +1688,107,209 +1689,107,123 +1690,107,18 +1691,110,14 +1692,110,993 +1693,111,360 +1694,111,1169 +1695,112,3126 +1696,112,573 +1697,112,785 +1698,112,1203 +1699,112,4148 +1700,110,890 +1701,110,1329 +1702,111,2312 +1703,111,105 +1704,111,1064 +1705,112,137 +1706,113,100 +1707,114,2170 +1708,115,840 +1709,116,348 +1710,117,89 +1711,118,311 +1712,119,4853 +1713,119,1056 +1714,119,86 +1715,119,3487 +1716,119,597 +1717,119,4432 +1718,119,74 +1719,119,192 +1720,119,1242 +1721,119,19 +1722,119,25 +1723,119,387 +1724,120,153 +1725,120,19 +1726,120,243 +1727,120,677 +1728,120,7517 +1729,120,310 +1730,120,3282 +1731,120,458 +1732,121,360 +1733,121,302 +1734,121,687 +1735,121,61 +1736,121,125 +1737,121,4380 +1738,121,631 +1739,121,5414 +1740,121,401 +1741,121,5101 +1742,121,4387 +1743,121,2568 +1744,121,11 +1745,121,239 +1746,121,54 +1747,121,288 +1748,121,207 +1749,121,382 +1750,121,14 +1751,121,53 +1752,121,2227 +1753,122,58 +1754,122,3349 +1755,122,109 +1756,122,389 +1757,122,104 +1758,122,50 +1759,122,166 +1760,122,3778 +1761,122,5240 +1762,122,6634 +1763,122,3341 +1764,122,4344 +1765,122,7891 +1766,122,2327 +1767,122,1899 +1768,122,861 +1769,122,142 +1770,122,724 +1771,122,322 +1772,122,313 +1773,122,467 +1774,122,95 +1775,123,969 +1776,123,1363 +1777,123,2514 +1778,123,4476 +1779,123,1113 +1780,123,959 +1781,123,3350 +1782,123,3209 +1783,123,2325 +1784,123,1882 +1785,123,3523 +1786,123,4961 +1787,123,1973 +1788,123,4654 +1789,123,802 +1790,123,7253 +1791,123,1157 +1792,123,1162 +1793,123,518 +1794,123,4879 +1795,123,419 +1796,123,2869 +1797,123,5754 +1798,123,7479 +1799,123,5518 +1800,123,1175 +1801,123,1857 +1802,123,3566 +1803,123,8861 +1804,123,10953 +1805,123,5102 +1806,123,4721 +1807,123,1389 +1808,123,615 +1809,123,7229 +1810,123,6827 +1811,123,660 +1812,124,180 +1813,124,133 +1814,124,75 +1815,124,130 +1816,124,3009 +1817,124,1924 +1818,125,9 +1819,125,93 +1820,125,7 +1821,125,13 +1822,125,25 +1823,125,110 +1824,126,2914 +1825,126,2284 +1826,126,189 +1827,126,947 +1828,126,6475 +1829,126,6014 +1830,126,4140 +1831,126,5068 +1832,126,1131 +1833,126,1948 +1834,126,1309 +1835,126,3844 +1836,127,6560 +1837,127,4326 +1838,127,2817 +1839,127,4372 +1840,127,4573 +1841,127,13357 +1842,127,2548 +1843,127,1006 +1844,127,8627 +1845,127,4571 +1846,127,1348 +1847,127,3840 +1848,127,998 +1849,127,895 +1850,127,1115 +1851,127,1785 +1852,127,2616 +1853,127,8548 +1854,127,3651 +1855,127,2553 +1856,127,1930 +1857,127,2473 +1858,127,1046 +1859,127,2457 +1860,127,1475 +1861,127,4564 +1862,127,2240 +1863,127,6877 +1864,127,5804 +1865,127,3413 +1866,127,1879 +1867,127,2214 +1868,127,3577 +1869,127,5974 +1870,127,3178 +1871,127,15158 +1872,127,1174 +1873,127,1247 +1874,127,4458 +1875,127,5284 +1876,127,13153 +1877,127,2146 +1878,127,5587 +1879,127,5575 +1880,127,2495 +1881,127,2391 +1882,127,2240 +1883,128,6345 +1884,128,5114 +1885,128,1119 +1886,128,1663 +1887,128,2123 +1888,128,1943 +1889,128,3464 +1890,128,1018 +1891,128,1496 +1892,128,4707 +1893,128,10053 +1894,128,8147 +1895,128,5456 +1896,128,1140 +1897,128,2273 +1898,129,7921 +1899,129,3753 +1900,129,4146 +1901,129,3856 +1902,129,1769 +1903,129,2779 +1904,129,241 +1905,129,8734 +1906,129,3438 +1907,129,1328 +1908,129,1964 +1909,129,1570 +1910,130,2799 +1911,130,2128 +1912,130,4710 +1913,130,1666 +1914,130,651 +1915,130,1691 +1916,130,4559 +1917,130,3450 +1918,130,3928 +1919,130,2042 +1920,130,2395 +1921,130,8146 +1922,130,2133 +1923,130,5343 +1924,130,1149 +1925,130,353 +1926,131,8489 +1927,131,7247 +1928,131,7253 +1929,131,1704 +1930,131,2070 +1931,131,3307 +1932,131,5781 +1933,131,6077 +1934,131,8697 +1935,131,2358 +1936,131,8209 +1937,131,8432 +1938,131,3376 +1939,132,5596 +1940,132,7389 +1941,132,4017 +1942,132,5507 +1943,132,6061 +1944,132,5749 diff --git a/scenarios/base/inputs/cmap_warehouses.csv b/scenarios/base/inputs/cmap_warehouses.csv new file mode 100644 index 0000000..b9a4987 --- /dev/null +++ b/scenarios/base/inputs/cmap_warehouses.csv @@ -0,0 +1,1501 @@ +zone09,MESOZONE,BusID +1765,122,1709100010 +1834,126,1709900010 +1764,122,1709100011 +1763,122,1709100012 +1763,122,1709100013 +1767,122,1709100014 +1762,122,1709100015 +1761,122,1709100016 +1767,122,1709100017 +1757,122,1709100018 +1761,122,1709100019 +1761,122,17091000110 +1761,122,17091000111 +1754,122,17091000112 +1754,122,17091000113 +1880,127,1808900010 +1833,126,1709900011 +1832,126,1709900012 +1660,105,1719700010 +1831,126,1709900013 +1717,119,1706300010 +1830,126,1709900014 +1828,126,1709900015 +1533,96,1719700011 +1828,126,1709900016 +1828,126,1709900017 +1598,97,1719700012 +1598,97,1719700013 +1598,97,1719700014 +1598,97,1719700015 +1598,97,1719700016 +1533,96,1719700017 +1598,97,1719700018 +1533,96,1719700019 +1598,97,17197000110 +1598,97,17197000111 +1715,119,1706300011 +1664,100,17197000112 +1664,100,17197000113 +1664,100,17197000114 +1596,97,17197000115 +1664,100,17197000116 +1664,100,17197000117 +1665,100,17197000118 +1665,100,17197000119 +1665,100,17197000120 +1664,100,17197000121 +1665,100,17197000122 +1665,100,17197000123 +1662,100,17197000124 +1661,100,17197000125 +1662,100,17197000126 +1662,100,17197000127 +1663,100,17197000128 +1662,100,17197000129 +1712,119,1706300012 +1895,128,1812700010 +1895,128,1812700011 +1712,119,1706300013 +1626,98,17197000130 +1662,100,17197000131 +1531,96,17197000132 +1662,100,17197000133 +1712,119,1706300014 +1712,119,1706300015 +1712,119,1706300016 +1531,96,17197000134 +1712,119,1706300017 +1661,100,17197000135 +1892,128,1812700012 +1596,97,17197000136 +1596,97,17197000137 +1711,118,1709300010 +1711,118,1709300011 +1593,93,17197000138 +1594,93,17197000139 +1594,93,17197000140 +1894,128,1812700013 +1594,93,17197000141 +1594,93,17197000142 +1528,92,17197000143 +1528,92,17197000144 +1646,95,17197000145 +1646,95,17197000146 +1528,92,17197000147 +1528,92,17197000148 +850,29,1703100010 +1623,94,17197000149 +850,29,1703100011 +1528,92,17197000150 +1529,92,17197000151 +851,29,1703100012 +1529,92,17197000152 +1526,92,17197000153 +826,28,1703100013 +1525,92,17197000154 +851,29,1703100014 +1525,92,17197000155 +1525,92,17197000156 +1526,92,17197000157 +851,29,1703100015 +1580,93,17197000158 +846,29,1703100016 +1876,127,1808900011 +846,29,1703100017 +1585,93,17197000159 +853,29,1703100018 +1581,93,17197000160 +846,29,1703100019 +847,29,17031000110 +1620,94,17197000161 +848,29,17031000111 +842,29,17031000112 +846,29,17031000113 +1620,94,17197000162 +1876,127,1808900012 +1876,127,1808900013 +1620,94,17197000163 +1526,92,17197000164 +1620,94,17197000165 +1620,94,17197000166 +842,29,17031000114 +1620,94,17197000167 +1578,93,17197000168 +846,29,17031000115 +1620,94,17197000169 +1578,93,17197000170 +1526,92,17197000171 +1586,93,17197000172 +1525,92,17197000173 +844,29,17031000116 +1573,93,17197000174 +844,29,17031000117 +1573,93,17197000175 +1862,127,1808900014 +1640,95,17197000176 +1640,95,17197000177 +1862,127,1808900015 +807,28,17031000118 +1641,95,17197000178 +1641,95,17197000179 +1641,95,17197000180 +1641,95,17197000181 +1641,95,17197000182 +1641,95,17197000183 +722,25,17031000119 +1855,127,1808900016 +788,27,17031000120 +1520,89,17197000184 +1563,90,17197000185 +1563,90,17197000186 +784,27,17031000121 +784,27,17031000122 +717,25,17031000123 +779,27,17031000124 +746,26,17031000125 +779,27,17031000126 +780,27,17031000127 +779,27,17031000128 +1852,127,1808900017 +1845,127,1808900018 +1845,127,1808900019 +1847,127,18089000110 +1845,127,18089000111 +1883,128,1812700014 +741,26,17031000129 +1906,129,1809100010 +1841,127,18089000112 +1844,127,18089000113 +1845,127,18089000114 +1841,127,18089000115 +1883,128,1812700015 +1883,128,1812700016 +772,27,17031000130 +1883,128,1812700017 +1883,128,1812700018 +1883,128,1812700019 +1883,128,18127000110 +1841,127,18089000116 +1883,128,18127000111 +1906,129,1809100011 +1883,128,18127000112 +1557,90,17197000187 +1883,128,18127000113 +1841,127,18089000117 +711,25,17031000131 +1557,90,17197000188 +1513,89,17197000189 +1557,90,17197000190 +1557,90,17197000191 +1514,89,17197000192 +1557,90,17197000193 +1557,90,17197000194 +1513,89,17197000195 +1608,91,17197000196 +1837,127,18089000118 +1905,129,1809100012 +734,26,17031000132 +769,27,17031000133 +1557,90,17197000197 +1557,90,17197000198 +1513,89,17197000199 +1557,90,171970001100 +1838,127,18089000119 +1838,127,18089000120 +1837,127,18089000121 +1839,127,18089000122 +1905,129,1809100013 +1907,129,1809100014 +1511,87,171970001101 +1883,128,18127000114 +1511,87,171970001102 +728,26,17031000134 +1907,129,1809100015 +1836,127,18089000123 +1752,121,1703700010 +1553,88,171970001103 +1553,88,171970001104 +1838,127,18089000124 +1553,88,171970001105 +1553,88,171970001106 +1553,88,171970001107 +1555,88,171970001108 +1555,88,171970001109 +294,24,17031000135 +1839,127,18089000125 +1551,88,171970001110 +1552,88,171970001111 +1552,88,171970001112 +1551,88,171970001113 +1555,88,171970001114 +1552,88,171970001115 +1552,88,171970001116 +1902,129,1809100016 +705,23,17031000136 +1552,88,171970001117 +1551,88,171970001118 +707,23,17031000137 +1551,88,171970001119 +1555,88,171970001120 +1552,88,171970001121 +1555,88,171970001122 +1552,88,171970001123 +1555,88,171970001124 +1551,88,171970001125 +705,23,17031000138 +1555,88,171970001126 +1551,88,171970001127 +1552,88,171970001128 +1552,88,171970001129 +1555,88,171970001130 +706,23,17031000139 +1555,88,171970001131 +1555,88,171970001132 +1551,88,171970001133 +1551,88,171970001134 +1551,88,171970001135 +1555,88,171970001136 +1552,88,171970001137 +1552,88,171970001138 +1552,88,171970001139 +1555,88,171970001140 +1552,88,171970001141 +1555,88,171970001142 +1551,88,171970001143 +1555,88,171970001144 +1552,88,171970001145 +1555,88,171970001146 +698,23,17031000140 +1548,88,171970001147 +306,24,17031000141 +1549,88,171970001148 +1549,88,171970001149 +1549,88,171970001150 +1549,88,171970001151 +306,24,17031000142 +698,23,17031000143 +1550,88,171970001152 +1549,88,171970001153 +1548,88,171970001154 +698,23,17031000144 +306,24,17031000145 +306,24,17031000146 +698,23,17031000147 +698,23,17031000148 +1549,88,171970001155 +1550,88,171970001156 +306,24,17031000149 +1903,129,1809100017 +698,23,17031000150 +1549,88,171970001157 +1549,88,171970001158 +1548,88,171970001159 +1550,88,171970001160 +1549,88,171970001161 +1550,88,171970001162 +1550,88,171970001163 +1548,88,171970001164 +1549,88,171970001165 +698,23,17031000151 +1549,88,171970001166 +697,23,17031000152 +1549,88,171970001167 +1549,88,171970001168 +1549,88,171970001169 +1549,88,171970001170 +1550,88,171970001171 +1549,88,171970001172 +1550,88,171970001173 +1549,88,171970001174 +1549,88,171970001175 +1549,88,171970001176 +1549,88,171970001177 +697,23,17031000153 +1550,88,171970001178 +698,23,17031000154 +1549,88,171970001179 +1548,88,171970001180 +1548,88,171970001181 +1550,88,171970001182 +1549,88,171970001183 +694,23,17031000155 +1549,88,171970001184 +694,23,17031000156 +1548,88,171970001185 +694,23,17031000157 +1550,88,171970001186 +695,23,17031000158 +694,23,17031000159 +1549,88,171970001187 +695,23,17031000160 +1550,88,171970001188 +1549,88,171970001189 +694,23,17031000161 +1550,88,171970001190 +1549,88,171970001191 +695,23,17031000162 +694,23,17031000163 +1550,88,171970001192 +694,23,17031000164 +1550,88,171970001193 +1550,88,171970001194 +694,23,17031000165 +1550,88,171970001195 +1693,111,1709300012 +1550,88,171970001196 +1549,88,171970001197 +1907,129,1809100018 +1549,88,171970001198 +1548,88,171970001199 +1550,88,171970001200 +1550,88,171970001201 +1550,88,171970001202 +1550,88,171970001203 +1550,88,171970001204 +1550,88,171970001205 +1549,88,171970001206 +1550,88,171970001207 +1548,88,171970001208 +1550,88,171970001209 +1550,88,171970001210 +1550,88,171970001211 +1550,88,171970001212 +1550,88,171970001213 +1550,88,171970001214 +1550,88,171970001215 +1550,88,171970001216 +1550,88,171970001217 +1550,88,171970001218 +1550,88,171970001219 +1550,88,171970001220 +1550,88,171970001221 +1550,88,171970001222 +1501,86,1704300010 +287,24,17031000166 +1501,86,1704300011 +1550,88,171970001223 +1901,129,1809100019 +1501,86,1704300012 +1501,86,1704300013 +1501,86,1704300014 +1902,129,18091000110 +1501,86,1704300015 +1901,129,18091000111 +1550,88,171970001224 +1501,86,1704300016 +1501,86,1704300017 +1498,86,1704300018 +1498,86,1704300019 +1498,86,17043000110 +1498,86,17043000111 +1498,86,17043000112 +1498,86,17043000113 +1498,86,17043000114 +1498,86,17043000115 +672,22,17031000167 +300,24,17031000168 +1900,129,18091000112 +672,22,17031000169 +275,24,17031000170 +1898,129,18091000113 +672,22,17031000171 +275,24,17031000172 +275,24,17031000173 +275,24,17031000174 +1899,129,18091000114 +275,24,17031000175 +1268,76,1708900010 +298,24,17031000176 +269,24,17031000177 +1268,76,1708900011 +1268,76,1708900012 +648,18,17031000178 +1268,76,1708900013 +269,24,17031000179 +648,18,17031000180 +1492,85,17043000116 +1899,129,18091000115 +648,18,17031000181 +1491,85,17043000117 +1265,76,1708900014 +1266,76,1708900015 +638,18,17031000182 +1266,76,1708900016 +642,18,17031000183 +1263,76,1708900017 +1490,85,17043000118 +639,18,17031000184 +642,18,17031000185 +655,19,17031000186 +639,18,17031000187 +642,18,17031000188 +1899,129,18091000116 +217,19,17031000189 +656,19,17031000190 +656,19,17031000191 +657,19,17031000192 +657,19,17031000193 +656,19,17031000194 +642,18,17031000195 +247,20,17031000196 +639,18,17031000197 +657,19,17031000198 +657,19,17031000199 +216,19,170310001100 +657,19,170310001101 +655,19,170310001102 +656,19,170310001103 +656,19,170310001104 +656,19,170310001105 +217,19,170310001106 +657,19,170310001107 +243,20,170310001108 +657,19,170310001109 +639,18,170310001110 +216,19,170310001111 +657,19,170310001112 +656,19,170310001113 +655,19,170310001114 +655,19,170310001115 +656,19,170310001116 +642,18,170310001117 +655,19,170310001118 +656,19,170310001119 +636,18,170310001120 +1312,83,17043000119 +636,18,170310001121 +1263,76,1708900018 +1263,76,1708900019 +636,18,170310001122 +654,19,170310001123 +654,19,170310001124 +1316,83,17043000120 +633,18,170310001125 +634,18,170310001126 +1748,121,1703700011 +1310,83,17043000121 +1310,83,17043000122 +652,19,170310001127 +636,18,170310001128 +652,19,170310001129 +1314,83,17043000123 +634,18,170310001130 +1314,83,17043000124 +654,19,170310001131 +654,19,170310001132 +652,19,170310001133 +653,19,170310001134 +652,19,170310001135 +652,19,170310001136 +1310,83,17043000125 +1313,83,17043000126 +653,19,170310001137 +652,19,170310001138 +652,19,170310001139 +1314,83,17043000127 +652,19,170310001140 +653,19,170310001141 +654,19,170310001142 +654,19,170310001143 +1258,76,17089000110 +1310,83,17043000128 +1313,83,17043000129 +1313,83,17043000130 +1314,83,17043000131 +1314,83,17043000132 +1310,83,17043000133 +233,20,170310001144 +1255,76,17089000111 +206,19,170310001145 +1300,83,17043000134 +234,20,170310001146 +1300,83,17043000135 +1246,76,17089000112 +1300,83,17043000136 +1246,76,17089000113 +621,18,170310001147 +622,18,170310001148 +1300,83,17043000137 +1247,76,17089000114 +1247,76,17089000115 +622,18,170310001149 +1257,76,17089000116 +621,18,170310001150 +1300,83,17043000138 +1383,84,17043000139 +1470,85,17043000140 +1257,76,17089000117 +1300,83,17043000141 +1299,83,17043000142 +1381,84,17043000143 +1299,83,17043000144 +1257,76,17089000118 +622,18,170310001151 +1245,76,17089000119 +226,20,170310001152 +622,18,170310001153 +226,20,170310001154 +1245,76,17089000120 +1297,83,17043000145 +1245,76,17089000121 +1306,83,17043000146 +201,19,170310001155 +200,19,170310001156 +1379,84,17043000147 +623,18,170310001157 +622,18,170310001158 +201,19,170310001159 +201,19,170310001160 +201,19,170310001161 +201,19,170310001162 +204,19,170310001163 +1253,76,17089000122 +201,19,170310001164 +201,19,170310001165 +1298,83,17043000148 +1253,76,17089000123 +1253,76,17089000124 +1298,83,17043000149 +204,19,170310001166 +624,18,170310001167 +623,18,170310001168 +1253,76,17089000125 +1253,76,17089000126 +1306,83,17043000150 +201,19,170310001169 +201,19,170310001170 +1298,83,17043000151 +1298,83,17043000152 +623,18,170310001171 +201,19,170310001172 +205,19,170310001173 +1253,76,17089000127 +205,19,170310001174 +204,19,170310001175 +1253,76,17089000128 +1253,76,17089000129 +615,18,170310001176 +204,19,170310001177 +1302,83,17043000153 +205,19,170310001178 +204,19,170310001179 +205,19,170310001180 +1253,76,17089000130 +1298,83,17043000154 +197,19,170310001181 +1298,83,17043000155 +1302,83,17043000156 +1301,83,17043000157 +197,19,170310001182 +222,20,170310001183 +197,19,170310001184 +221,20,170310001185 +221,20,170310001186 +1465,85,17043000158 +222,20,170310001187 +197,19,170310001188 +221,20,170310001189 +221,20,170310001190 +222,20,170310001191 +197,19,170310001192 +221,20,170310001193 +198,19,170310001194 +1294,80,17043000159 +197,19,170310001195 +197,19,170310001196 +1294,80,17043000160 +222,20,170310001197 +222,20,170310001198 +222,20,170310001199 +221,20,170310001200 +221,20,170310001201 +222,20,170310001202 +224,20,170310001203 +223,20,170310001204 +192,16,170310001205 +194,17,170310001206 +194,17,170310001207 +194,17,170310001208 +194,17,170310001209 +192,16,170310001210 +194,17,170310001211 +612,16,170310001212 +192,16,170310001213 +1241,73,17089000131 +191,16,170310001214 +611,16,170310001215 +611,16,170310001216 +193,17,170310001217 +193,17,170310001218 +85,17,170310001219 +85,17,170310001220 +85,17,170310001221 +608,16,170310001222 +85,17,170310001223 +85,17,170310001224 +85,17,170310001225 +85,17,170310001226 +86,17,170310001227 +187,16,170310001228 +85,17,170310001229 +87,17,170310001230 +187,16,170310001231 +86,17,170310001232 +86,17,170310001233 +85,17,170310001234 +187,16,170310001235 +586,15,170310001236 +1239,73,17089000132 +1239,73,17089000133 +1239,73,17089000134 +586,15,170310001237 +73,17,170310001238 +585,15,170310001239 +1239,73,17089000135 +76,17,170310001240 +72,17,170310001241 +588,15,170310001242 +588,15,170310001243 +73,17,170310001244 +586,15,170310001245 +186,16,170310001246 +606,16,170310001247 +606,16,170310001248 +76,17,170310001249 +586,15,170310001250 +74,17,170310001251 +184,16,170310001252 +1239,73,17089000136 +186,16,170310001253 +1239,73,17089000137 +606,16,170310001254 +1239,73,17089000138 +84,17,170310001255 +1239,73,17089000139 +186,16,170310001256 +66,17,170310001257 +1239,73,17089000140 +606,16,170310001258 +1239,73,17089000141 +1239,73,17089000142 +578,15,170310001259 +184,16,170310001260 +579,15,170310001261 +84,17,170310001262 +68,17,170310001263 +1239,73,17089000143 +1239,73,17089000144 +181,16,170310001264 +180,16,170310001265 +180,16,170310001266 +1239,73,17089000145 +180,16,170310001267 +183,16,170310001268 +181,16,170310001269 +181,16,170310001270 +579,15,170310001271 +579,15,170310001272 +181,16,170310001273 +577,15,170310001274 +582,15,170310001275 +181,16,170310001276 +37,17,170310001277 +1441,82,17043000161 +1288,80,17043000162 +578,15,170310001278 +578,15,170310001279 +578,15,170310001280 +578,15,170310001281 +579,15,170310001282 +63,17,170310001283 +63,17,170310001284 +1288,80,17043000163 +1288,80,17043000164 +178,16,170310001285 +176,16,170310001286 +1288,80,17043000165 +1288,80,17043000166 +1288,80,17043000167 +174,16,170310001287 +175,16,170310001288 +176,16,170310001289 +178,16,170310001290 +1236,73,17089000146 +1288,80,17043000168 +82,17,170310001291 +574,15,170310001292 +178,16,170310001293 +574,15,170310001294 +82,17,170310001295 +574,15,170310001296 +176,16,170310001297 +8,17,170310001298 +176,16,170310001299 +178,16,170310001300 +572,15,170310001301 +176,16,170310001302 +176,16,170310001303 +178,16,170310001304 +566,15,170310001305 +1349,81,17043000169 +566,15,170310001306 +565,15,170310001307 +566,15,170310001308 +567,15,170310001309 +567,15,170310001310 +1742,121,1703700012 +171,16,170310001311 +1349,81,17043000170 +178,16,170310001312 +1742,121,1703700013 +1,17,170310001313 +1817,124,1714100010 +171,16,170310001314 +1288,80,17043000171 +1349,81,17043000172 +1285,77,17043000173 +1285,77,17043000174 +1352,81,17043000175 +1285,77,17043000176 +55,17,170310001315 +1349,81,17043000177 +1349,81,17043000178 +171,16,170310001316 +1285,77,17043000179 +1817,124,1714100011 +565,15,170310001317 +1742,121,1703700014 +565,15,170310001318 +1342,78,17043000180 +54,17,170310001319 +1285,77,17043000181 +172,16,170310001320 +567,15,170310001321 +1285,77,17043000182 +1345,78,17043000183 +54,17,170310001322 +1342,78,17043000184 +1285,77,17043000185 +1285,77,17043000186 +55,17,170310001323 +1286,77,17043000187 +49,17,170310001324 +567,15,170310001325 +1422,79,17043000188 +1345,78,17043000189 +171,16,170310001326 +1230,70,17089000147 +1420,79,17043000190 +1421,79,17043000191 +49,17,170310001327 +1342,78,17043000192 +1420,79,17043000193 +1817,124,1714100012 +1742,121,1703700015 +1230,70,17089000148 +1347,78,17043000194 +1742,121,1703700016 +150,13,170310001328 +1345,78,17043000195 +1230,70,17089000149 +1421,79,17043000196 +1345,78,17043000197 +1286,77,17043000198 +1230,70,17089000150 +562,12,170310001329 +562,12,170310001330 +559,12,170310001331 +561,12,170310001332 +559,12,170310001333 +1342,78,17043000199 +561,12,170310001334 +1421,79,170430001100 +1285,77,170430001101 +153,13,170310001335 +559,12,170310001336 +151,13,170310001337 +561,12,170310001338 +1342,78,170430001102 +1226,70,17089000151 +1342,78,170430001103 +1230,70,17089000152 +561,12,170310001339 +562,12,170310001340 +151,13,170310001341 +152,13,170310001342 +1226,70,17089000153 +153,13,170310001343 +1742,121,1703700017 +1425,79,170430001104 +1227,70,17089000154 +79,14,170310001344 +79,14,170310001345 +562,12,170310001346 +154,13,170310001347 +1420,79,170430001105 +1343,78,170430001106 +79,14,170310001348 +1816,124,1714100013 +1342,78,170430001107 +1347,78,170430001108 +562,12,170310001349 +151,13,170310001350 +153,13,170310001351 +559,12,170310001352 +562,12,170310001353 +562,12,170310001354 +1816,124,1714100014 +1816,124,1714100015 +79,14,170310001355 +1343,78,170430001109 +1230,70,17089000155 +1414,79,170430001110 +559,12,170310001356 +1343,78,170430001111 +79,14,170310001357 +1347,78,170430001112 +562,12,170310001358 +1347,78,170430001113 +562,12,170310001359 +153,13,170310001360 +559,12,170310001361 +1414,79,170430001114 +1347,78,170430001115 +1342,78,170430001116 +562,12,170310001362 +1342,78,170430001117 +1347,78,170430001118 +1347,78,170430001119 +1343,78,170430001120 +1816,124,1714100016 +1417,79,170430001121 +1347,78,170430001122 +1415,79,170430001123 +1343,78,170430001124 +556,12,170310001363 +78,14,170310001364 +1342,78,170430001125 +1344,78,170430001126 +1418,79,170430001127 +1342,78,170430001128 +1742,121,1703700018 +1418,79,170430001129 +1414,79,170430001130 +1342,78,170430001131 +1344,78,170430001132 +1343,78,170430001133 +1343,78,170430001134 +1344,78,170430001135 +1347,78,170430001136 +1343,78,170430001137 +1344,78,170430001138 +1343,78,170430001139 +1344,78,170430001140 +556,12,170310001365 +1419,79,170430001141 +1343,78,170430001142 +1816,124,1714100017 +556,12,170310001366 +1342,78,170430001143 +1342,78,170430001144 +166,14,170310001367 +1342,78,170430001145 +553,12,170310001368 +1344,78,170430001146 +553,12,170310001369 +1347,78,170430001147 +1342,78,170430001148 +1347,78,170430001149 +1347,78,170430001150 +1342,78,170430001151 +1343,78,170430001152 +1343,78,170430001153 +166,14,170310001370 +1347,78,170430001154 +147,13,170310001371 +1347,78,170430001155 +1340,78,170430001156 +1336,78,170430001157 +1742,121,1703700019 +553,12,170310001372 +554,12,170310001373 +147,13,170310001374 +1336,78,170430001158 +1418,79,170430001159 +1340,78,170430001160 +1336,78,170430001161 +550,12,170310001375 +556,12,170310001376 +551,12,170310001377 +551,12,170310001378 +551,12,170310001379 +147,13,170310001380 +551,12,170310001381 +149,13,170310001382 +1739,121,17037000110 +104,12,170310001383 +551,12,170310001384 +550,12,170310001385 +1333,78,170430001162 +1333,78,170430001163 +1333,78,170430001164 +1333,78,170430001165 +1341,78,170430001166 +1341,78,170430001167 +1333,78,170430001168 +1816,124,1714100018 +550,12,170310001386 +550,12,170310001387 +550,12,170310001388 +550,12,170310001389 +1341,78,170430001169 +104,12,170310001390 +1341,78,170430001170 +142,13,170310001391 +104,12,170310001392 +1333,78,170430001171 +1284,77,170430001172 +551,12,170310001393 +104,12,170310001394 +1339,78,170430001173 +1339,78,170430001174 +551,12,170310001395 +104,12,170310001396 +1284,77,170430001175 +1339,78,170430001176 +550,12,170310001397 +96,12,170310001398 +1407,79,170430001177 +1339,78,170430001178 +1743,121,17037000111 +140,13,170310001399 +97,12,170310001400 +132,13,170310001401 +132,13,170310001402 +1743,121,17037000112 +96,12,170310001403 +97,12,170310001404 +97,12,170310001405 +1407,79,170430001179 +96,12,170310001406 +1816,124,1714100019 +135,13,170310001407 +97,12,170310001408 +548,12,170310001409 +548,12,170310001410 +548,12,170310001411 +1397,79,170430001180 +1399,79,170430001181 +1397,79,170430001182 +1743,121,17037000113 +1397,79,170430001183 +1399,79,170430001184 +1399,79,170430001185 +1399,79,170430001186 +1743,121,17037000114 +1399,79,170430001187 +158,14,170310001412 +1399,79,170430001188 +1399,79,170430001189 +1395,79,170430001190 +1399,79,170430001191 +1398,79,170430001192 +1399,79,170430001193 +1399,79,170430001194 +1399,79,170430001195 +1399,79,170430001196 +129,13,170310001413 +1399,79,170430001197 +1328,78,170430001198 +1397,79,170430001199 +1332,78,170430001200 +1279,77,170430001201 +1328,78,170430001202 +1395,79,170430001203 +1395,79,170430001204 +1397,79,170430001205 +1328,78,170430001206 +1399,79,170430001207 +1390,79,170430001208 +1399,79,170430001209 +1397,79,170430001210 +1279,77,170430001211 +1328,78,170430001212 +1328,78,170430001213 +1328,78,170430001214 +1390,79,170430001215 +1392,79,170430001216 +1393,79,170430001217 +1392,79,170430001218 +1394,79,170430001219 +1390,79,170430001220 +1328,78,170430001221 +1390,79,170430001222 +1390,79,170430001223 +1332,78,170430001224 +1332,78,170430001225 +1394,79,170430001226 +1394,79,170430001227 +1332,78,170430001228 +1328,78,170430001229 +1328,78,170430001230 +1328,78,170430001231 +1328,78,170430001232 +1393,79,170430001233 +1394,79,170430001234 +1328,78,170430001235 +1331,78,170430001236 +1327,78,170430001237 +1332,78,170430001238 +1394,79,170430001239 +1332,78,170430001240 +1279,77,170430001241 +1390,79,170430001242 +1332,78,170430001243 +1394,79,170430001244 +1279,77,170430001245 +1394,79,170430001246 +1394,79,170430001247 +1393,79,170430001248 +1328,78,170430001249 +1393,79,170430001250 +1392,79,170430001251 +1392,79,170430001252 +1328,78,170430001253 +1332,78,170430001254 +1394,79,170430001255 +1332,78,170430001256 +1393,79,170430001257 +1393,79,170430001258 +1393,79,170430001259 +1393,79,170430001260 +1394,79,170430001261 +1393,79,170430001262 +1394,79,170430001263 +1332,78,170430001264 +1394,79,170430001265 +1393,79,170430001266 +1393,79,170430001267 +1393,79,170430001268 +1394,79,170430001269 +1332,78,170430001270 +1393,79,170430001271 +1392,79,170430001272 +1332,78,170430001273 +123,13,170310001414 +1393,79,170430001274 +1393,79,170430001275 +1394,79,170430001276 +1393,79,170430001277 +1394,79,170430001278 +1393,79,170430001279 +1393,79,170430001280 +1332,78,170430001281 +1393,79,170430001282 +1393,79,170430001283 +1393,79,170430001284 +1392,79,170430001285 +1332,78,170430001286 +1394,79,170430001287 +1332,78,170430001288 +1393,79,170430001289 +330,6,170310001415 +330,6,170310001416 +1332,78,170430001290 +1392,79,170430001291 +1332,78,170430001292 +1332,78,170430001293 +1332,78,170430001294 +1392,79,170430001295 +1393,79,170430001296 +1393,79,170430001297 +1394,79,170430001298 +1394,79,170430001299 +383,7,170310001417 +442,8,170310001418 +442,8,170310001419 +442,8,170310001420 +383,7,170310001421 +383,7,170310001422 +1737,121,17037000115 +443,8,170310001423 +443,8,170310001424 +325,6,170310001425 +325,6,170310001426 +442,8,170310001427 +443,8,170310001428 +443,8,170310001429 +442,8,170310001430 +443,8,170310001431 +329,6,170310001432 +443,8,170310001433 +443,8,170310001434 +443,8,170310001435 +443,8,170310001436 +443,8,170310001437 +442,8,170310001438 +329,6,170310001439 +443,8,170310001440 +443,8,170310001441 +443,8,170310001442 +443,8,170310001443 +442,8,170310001444 +443,8,170310001445 +443,8,170310001446 +442,8,170310001447 +443,8,170310001448 +443,8,170310001449 +443,8,170310001450 +443,8,170310001451 +89,8,170310001452 +91,12,170310001453 +90,9,170310001454 +112,10,170310001455 +89,8,170310001456 +90,9,170310001457 +1212,67,17089000156 +89,8,170310001458 +91,9,170310001459 +443,8,170310001460 +443,8,170310001461 +90,9,170310001462 +90,9,170310001463 +91,9,170310001464 +439,8,170310001465 +438,8,170310001466 +438,8,170310001467 +439,8,170310001468 +438,8,170310001469 +495,9,170310001470 +440,8,170310001471 +542,10,170310001472 +542,10,170310001473 +539,10,170310001474 +538,10,170310001475 +540,10,170310001476 +538,10,170310001477 +540,10,170310001478 +495,9,170310001479 +539,10,170310001480 +440,8,170310001481 +539,10,170310001482 +539,10,170310001483 +539,10,170310001484 +440,8,170310001485 +1209,67,17089000157 +495,9,170310001486 +439,8,170310001487 +539,10,170310001488 +438,8,170310001489 +542,10,170310001490 +542,10,170310001491 +440,8,170310001492 +439,8,170310001493 +539,10,170310001494 +440,8,170310001495 +538,10,170310001496 +538,10,170310001497 +539,10,170310001498 +489,9,170310001499 +434,8,170310001500 +533,10,170310001501 +489,9,170310001502 +536,10,170310001503 +533,10,170310001504 +536,10,170310001505 +489,9,170310001506 +1202,67,17089000158 +434,8,170310001507 +434,8,170310001508 +533,10,170310001509 +533,10,170310001510 +533,10,170310001511 +491,9,170310001512 +434,8,170310001513 +533,10,170310001514 +434,8,170310001515 +434,8,170310001516 +434,8,170310001517 +429,8,170310001518 +483,9,170310001519 +483,9,170310001520 +483,9,170310001521 +362,7,170310001522 +362,7,170310001523 +361,7,170310001524 +361,7,170310001525 +1196,67,17089000159 +1196,67,17089000160 +520,10,170310001526 +478,9,170310001527 +357,7,170310001528 +359,7,170310001529 +1192,67,17089000161 +1192,67,17089000162 +1192,67,17089000163 +1190,64,17089000164 +1190,64,17089000165 +1191,64,17089000166 +1191,64,17089000167 +1191,64,17089000168 +1190,64,17089000169 +1190,64,17089000170 +318,1,170310001530 +1189,64,17089000171 +1189,64,17089000172 +1189,64,17089000173 +1190,64,17089000174 +1190,64,17089000175 +1190,64,17089000176 +1190,64,17089000177 +1189,64,17089000178 +1189,64,17089000179 +419,3,170310001531 +419,3,170310001532 +419,3,170310001533 +419,3,170310001534 +419,3,170310001535 +1189,64,17089000180 +469,4,170310001536 +469,4,170310001537 +1189,64,17089000181 +1189,64,17089000182 +1189,64,17089000183 +1189,64,17089000184 +1183,64,17089000185 +407,3,170310001538 +464,4,170310001539 +344,2,170310001540 +345,2,170310001541 +1183,64,17089000186 +1183,64,17089000187 +1157,63,17089000188 +344,2,170310001542 +407,3,170310001543 +465,4,170310001544 +344,2,170310001545 +1183,64,17089000189 +1187,64,17089000190 +407,3,170310001546 +1183,64,17089000191 +401,3,170310001547 +401,3,170310001548 +1185,64,17089000192 +401,3,170310001549 +401,3,170310001550 +401,3,170310001551 +401,3,170310001552 +401,3,170310001553 +401,3,170310001554 +459,4,170310001555 +401,3,170310001556 +401,3,170310001557 +401,3,170310001558 +401,3,170310001559 +401,3,170310001560 +401,3,170310001561 +395,3,170310001562 +395,3,170310001563 +395,3,170310001564 +395,3,170310001565 +1154,63,17089000193 +391,3,170310001566 +445,4,170310001567 +445,4,170310001568 +333,2,170310001569 +388,3,170310001570 +445,4,170310001571 +388,3,170310001572 +388,3,170310001573 +1054,60,1709700010 +1054,60,1709700011 +1054,60,1709700012 +1054,60,1709700013 +1054,60,1709700014 +1128,61,1709700015 +1054,60,1709700016 +1128,61,1709700017 +1811,123,1720100010 +1054,60,1709700018 +1125,61,1709700019 +1054,60,17097000110 +1054,60,17097000111 +1054,60,17097000112 +1051,60,17097000113 +1051,60,17097000114 +1051,60,17097000115 +1051,60,17097000116 +1014,59,17097000117 +1112,61,17097000118 +1051,60,17097000119 +1014,59,17097000120 +1051,60,17097000121 +948,45,1711100010 +948,45,1711100011 +949,45,1711100012 +1048,60,17097000122 +1048,60,17097000123 +1048,60,17097000124 +1048,60,17097000125 +1048,60,17097000126 +948,45,1711100013 +1048,60,17097000127 +948,45,1711100014 +1806,123,1720100011 +1801,123,1720100012 +1728,120,1700700110 +1728,120,1700700111 +1806,123,1720100013 +1728,120,1700700112 +1801,123,1720100014 +1806,123,1720100015 +1806,123,1720100016 +1806,123,1720100017 +1728,120,1700700113 +1728,120,1700700114 +1728,120,1700700115 +1728,120,1700700116 +1728,120,1700700117 +1044,56,17097000128 +1801,123,1720100018 +1045,56,17097000129 +942,41,1711100015 +1099,57,17097000130 +1044,56,17097000131 +1798,123,1720100019 +1792,123,17201000110 +1776,123,17201000111 +1041,56,17097000132 +1041,56,17097000133 +974,54,17097000134 +1043,56,17097000135 +899,40,1711100016 +1791,123,17201000112 +1791,123,17201000113 +1091,57,17097000136 +1038,56,17097000137 +1041,56,17097000138 +896,40,1711100017 +1088,57,17097000139 +1003,55,17097000140 +1003,55,17097000141 +1035,56,17097000142 +1035,56,17097000143 +1003,55,17097000144 +1003,55,17097000145 +1787,123,17201000114 +1003,55,17097000146 +933,41,1711100018 +933,41,1711100019 +933,41,17111000110 +1086,57,17097000147 +1037,56,17097000148 +1085,57,17097000149 +1003,55,17097000150 +971,54,17097000151 +1037,56,17097000152 +1785,123,17201000115 +1034,52,17097000153 +1784,123,17201000116 +1784,123,17201000117 +1785,123,17201000118 +878,35,17111000111 +878,35,17111000112 +1031,52,17097000154 +1030,52,17097000155 +1030,52,17097000156 +1030,52,17097000157 +1025,52,17097000158 +921,37,17111000113 +1025,52,17097000159 +1025,52,17097000160 +1025,52,17097000161 +1025,52,17097000162 +1025,52,17097000163 +860,34,17111000114 +858,34,17111000115 +857,30,17111000116 +857,30,17111000117 +858,30,17111000118 +917,33,17111000119 +1060,49,17097000164 +1778,123,17201000119 +983,47,17097000165 +913,33,17111000120 +1020,48,17097000166 +913,33,17111000121 +1778,123,17201000120 +1778,123,17201000121 +1944,132,5512700010 +1910,130,5505900010 +1921,130,5505900011 +1944,132,5512700011 +1921,130,5505900012 +1921,130,5505900013 +1921,130,5505900014 +1921,130,5505900015 +1921,130,5505900016 +1912,130,5505900017 +1921,130,5505900018 +1921,130,5505900019 +1921,130,55059000110 +1921,130,55059000111 +1921,130,55059000112 +1921,130,55059000113 +1921,130,55059000114 +1921,130,55059000115 +1921,130,55059000116 +1921,130,55059000117 +1912,130,55059000118 +1912,130,55059000119 +1921,130,55059000120 +1944,132,5512700012 +1919,130,55059000121 +1916,130,55059000122 +1912,130,55059000123 +1912,130,55059000124 +1912,130,55059000125 +1942,132,5512700013 +1917,130,55059000126 +1916,130,55059000127 +1916,130,55059000128 +1916,130,55059000129 +1918,130,55059000130 +1917,130,55059000131 +1944,132,5512700014 +1942,132,5512700015 +1943,132,5512700016 +1915,130,55059000132 +1943,132,5512700017 +1940,132,5512700018 +1938,131,5510100010 +1938,131,5510100011 +1938,131,5510100012 +1937,131,5510100013 +1928,131,5510100014 +1928,131,5510100015 +1937,131,5510100016 +1937,131,5510100017 +1937,131,5510100018 +1928,131,5510100019 +1936,131,55101000110 +1937,131,55101000111 +1937,131,55101000112 +1936,131,55101000113 +1928,131,55101000114 +1928,131,55101000115 +1936,131,55101000116 +1928,131,55101000117 +1934,131,55101000118 +1928,131,55101000119 +1928,131,55101000120 +1928,131,55101000121 +1928,131,55101000122 +1933,131,55101000123 +1933,131,55101000124 +1933,131,55101000125 +1931,131,55101000126 +1930,131,55101000127 +1941,132,5512700019 diff --git a/scenarios/base/inputs/data_emp_cbpzone.csv b/scenarios/base/inputs/data_emp_cbpzone.csv new file mode 100644 index 0000000..8547fc4 --- /dev/null +++ b/scenarios/base/inputs/data_emp_cbpzone.csv @@ -0,0 +1,152 @@ +COUNTY,CBP_EMP +1,365984 +2,168268 +3,523434 +4,157840 +5,1527454 +6,282756 +7,206727 +8,541429 +9,6308274 +10,636519 +11,1119202 +12,2791013 +13,1226561 +14,1053643 +15,460340 +16,56759 +17,684659 +18,456424 +19,307133 +20,419283 +21,416134 +22,1817980 +23,946596 +24,859679 +25,1338961 +26,1807842 +27,94790 +28,541298 +29,321030 +30,118267 +31,329487 +33,132229 +34,484617 +35,5267 +36,670948 +37,742569 +38,658821 +39,309288 +40,371825 +41,365099 +42,469643 +43,216169 +44,50104 +45,348977 +46,465016 +47,318764 +48,919328 +49,737184 +50,121275 +51,1754667 +52,818327 +53,1724113 +54,395315 +55,560970 +56,1392162 +57,298543 +58,471539 +59,386042 +60,795687 +61,428468 +62,204754 +63,465775 +64,811176 +65,225010 +66,370238 +67,2389226 +68,391392 +69,108535 +70,426860 +71,259555 +72,386632 +73,4751258 +74,294781 +75,476525 +76,650168 +77,435889 +78,497564 +79,696579 +80,146280 +81,589506 +82,964635 +83,651793 +84,282758 +85,772787 +86,399043 +87,292631 +88,164604 +89,645350 +90,422724 +91,1583543 +92,887202 +93,1362102 +94,330481 +95,191354 +96,323202 +97,528504 +98,157512 +99,396833 +100,551210 +101,666475 +102,479636 +103,96644 +104,107859 +105,2279456 +106,166484 +107,1983546 +108,54229 +109,554509 +110,1083584 +111,580226 +112,183153 +113,142246 +114,341546 +115,397226 +116,982220 +117,330789 +118,1476917 +119,519043 +120,289245 +121,655564 +122,860582 +123,117547 +801,0 +802,0 +803,0 +804,0 +805,0 +806,0 +807,0 +808,0 +17007,4216 +17031,2320514 +17037,16216 +17043,592543 +17063,6045 +17089,158313 +17091,19985 +17093,11737 +17097,284183 +17099,26187 +17103,2990 +17111,74393 +17141,5836 +17197,160285 +17201,100947 +18089,147376 +18091,24058 +18127,39198 +55059,33497 +55101,50825 +55127,24483 diff --git a/scenarios/base/inputs/data_emp_control_county.csv b/scenarios/base/inputs/data_emp_control_county.csv new file mode 100644 index 0000000..408e85b --- /dev/null +++ b/scenarios/base/inputs/data_emp_control_county.csv @@ -0,0 +1,62081 @@ +CountyFIPS,NAICS,Employment +1001,11,191 +1001,21,96 +1001,22,143 +1001,23,555 +1001,31,1614 +1001,42,333 +1001,44,1616 +1001,48,236 +1001,51,35 +1001,52,301 +1001,53,129 +1001,54,0 +1001,55,0 +1001,56,291 +1001,61,441 +1001,62,1313 +1001,71,366 +1001,72,1317 +1001,81,248 +1001,92,845 +1003,11,1368 +1003,21,87 +1003,22,440 +1003,23,4709 +1003,31,4404 +1003,42,2319 +1003,44,14056 +1003,48,2319 +1003,51,482 +1003,52,2068 +1003,53,2011 +1003,54,2430 +1003,55,332 +1003,56,4076 +1003,61,3164 +1003,62,12001 +1003,71,2218 +1003,72,14596 +1003,81,2162 +1003,92,4287 +1005,11,323 +1005,21,176 +1005,22,81 +1005,23,156 +1005,31,2486 +1005,42,0 +1005,44,856 +1005,48,499 +1005,51,17 +1005,52,188 +1005,53,41 +1005,54,8 +1005,55,0 +1005,56,253 +1005,61,0 +1005,62,0 +1005,71,54 +1005,72,746 +1005,81,157 +1005,92,932 +1007,11,0 +1007,21,0 +1007,22,0 +1007,23,817 +1007,31,627 +1007,42,0 +1007,44,483 +1007,48,257 +1007,51,0 +1007,52,78 +1007,53,23 +1007,54,75 +1007,55,0 +1007,56,0 +1007,61,100 +1007,62,614 +1007,71,10 +1007,72,200 +1007,81,0 +1007,92,442 +1009,11,0 +1009,21,0 +1009,22,103 +1009,23,619 +1009,31,1370 +1009,42,400 +1009,44,1116 +1009,48,75 +1009,51,73 +1009,52,241 +1009,53,31 +1009,54,255 +1009,55,21 +1009,56,205 +1009,61,2577 +1009,62,0 +1009,71,94 +1009,72,855 +1009,81,336 +1009,92,654 +1011,11,508 +1011,22,59 +1011,23,0 +1011,31,0 +1011,42,0 +1011,44,210 +1011,48,27 +1011,51,0 +1011,52,41 +1011,53,17 +1011,54,32 +1011,56,202 +1011,61,0 +1011,62,653 +1011,71,0 +1011,72,0 +1011,81,0 +1011,92,266 +1013,11,370 +1013,22,123 +1013,23,227 +1013,31,1451 +1013,42,181 +1013,44,853 +1013,48,467 +1013,51,66 +1013,52,138 +1013,53,48 +1013,54,187 +1013,56,552 +1013,61,951 +1013,62,26 +1013,71,112 +1013,72,749 +1013,81,99 +1013,92,372 +1015,11,0 +1015,21,0 +1015,22,294 +1015,23,1116 +1015,31,6669 +1015,42,1974 +1015,44,5946 +1015,48,1414 +1015,51,447 +1015,52,950 +1015,53,425 +1015,54,1349 +1015,55,123 +1015,56,2811 +1015,61,5710 +1015,62,7813 +1015,71,277 +1015,72,5080 +1015,81,857 +1015,92,6041 +1017,11,388 +1017,22,126 +1017,23,257 +1017,31,2105 +1017,42,69 +1017,44,1039 +1017,48,366 +1017,51,54 +1017,52,126 +1017,53,48 +1017,54,0 +1017,55,0 +1017,56,424 +1017,61,0 +1017,62,0 +1017,71,0 +1017,72,46 +1017,81,109 +1017,92,615 +1019,11,414 +1019,22,0 +1019,23,80 +1019,31,944 +1019,42,182 +1019,44,878 +1019,48,46 +1019,51,33 +1019,52,121 +1019,53,35 +1019,54,72 +1019,56,269 +1019,61,0 +1019,62,0 +1019,71,36 +1019,72,500 +1019,81,70 +1019,92,276 +1021,11,0 +1021,21,0 +1021,22,0 +1021,23,646 +1021,31,2125 +1021,42,519 +1021,44,1437 +1021,48,75 +1021,51,75 +1021,52,243 +1021,53,46 +1021,54,0 +1021,55,0 +1021,56,157 +1021,61,1968 +1021,62,1237 +1021,71,0 +1021,72,0 +1021,81,327 +1021,92,674 +1023,11,436 +1023,21,10 +1023,22,0 +1023,23,0 +1023,31,0 +1023,42,0 +1023,44,427 +1023,48,255 +1023,51,20 +1023,52,88 +1023,53,10 +1023,54,57 +1023,56,65 +1023,61,0 +1023,62,0 +1023,71,0 +1023,72,0 +1023,81,100 +1023,92,178 +1025,11,522 +1025,21,50 +1025,22,200 +1025,23,149 +1025,31,1677 +1025,42,184 +1025,44,1290 +1025,48,323 +1025,51,53 +1025,52,315 +1025,53,44 +1025,54,6 +1025,55,0 +1025,56,204 +1025,61,0 +1025,62,0 +1025,71,16 +1025,72,681 +1025,81,138 +1025,92,719 +1027,11,111 +1027,22,68 +1027,23,45 +1027,31,2281 +1027,42,0 +1027,44,275 +1027,48,85 +1027,51,15 +1027,52,99 +1027,53,6 +1027,54,27 +1027,56,25 +1027,61,0 +1027,62,0 +1027,71,0 +1027,72,0 +1027,81,54 +1027,92,241 +1029,11,0 +1029,21,0 +1029,22,14 +1029,23,204 +1029,31,293 +1029,42,23 +1029,44,299 +1029,48,32 +1029,51,0 +1029,52,51 +1029,53,13 +1029,54,12 +1029,55,0 +1029,56,30 +1029,61,636 +1029,62,262 +1029,72,184 +1029,81,61 +1029,92,140 +1031,11,0 +1031,21,0 +1031,22,85 +1031,23,425 +1031,31,3725 +1031,42,419 +1031,44,2399 +1031,48,336 +1031,51,106 +1031,52,376 +1031,53,199 +1031,54,0 +1031,55,0 +1031,56,667 +1031,61,82 +1031,62,2630 +1031,71,145 +1031,72,1769 +1031,81,343 +1031,92,1129 +1033,11,100 +1033,21,126 +1033,22,339 +1033,23,1757 +1033,31,6364 +1033,42,961 +1033,44,3045 +1033,48,108 +1033,51,126 +1033,52,799 +1033,53,100 +1033,54,0 +1033,55,0 +1033,56,1515 +1033,61,113 +1033,62,2490 +1033,71,178 +1033,72,1935 +1033,81,977 +1033,92,1210 +1035,11,0 +1035,21,0 +1035,22,20 +1035,23,71 +1035,31,524 +1035,42,222 +1035,44,297 +1035,48,646 +1035,51,19 +1035,52,45 +1035,53,5 +1035,54,25 +1035,56,125 +1035,61,502 +1035,62,0 +1035,71,0 +1035,72,0 +1035,81,52 +1035,92,119 +1037,11,64 +1037,22,23 +1037,23,31 +1037,31,634 +1037,42,37 +1037,44,91 +1037,48,21 +1037,51,0 +1037,52,0 +1037,53,0 +1037,54,44 +1037,55,0 +1037,56,0 +1037,61,235 +1037,62,160 +1037,71,0 +1037,72,0 +1037,81,0 +1037,92,114 +1039,11,309 +1039,21,17 +1039,22,767 +1039,23,495 +1039,31,2280 +1039,42,542 +1039,44,1828 +1039,48,459 +1039,51,70 +1039,52,358 +1039,53,101 +1039,54,236 +1039,55,12 +1039,56,468 +1039,61,1870 +1039,62,18 +1039,71,52 +1039,72,1020 +1039,81,263 +1039,92,582 +1041,11,306 +1041,22,0 +1041,23,88 +1041,31,1185 +1041,42,277 +1041,44,252 +1041,48,39 +1041,51,15 +1041,52,105 +1041,53,9 +1041,54,31 +1041,56,12 +1041,61,0 +1041,62,0 +1041,71,0 +1041,72,0 +1041,81,223 +1041,92,273 +1043,11,0 +1043,21,0 +1043,22,161 +1043,23,1434 +1043,31,5780 +1043,42,1007 +1043,44,3913 +1043,48,2565 +1043,51,171 +1043,52,732 +1043,53,188 +1043,54,569 +1043,55,189 +1043,56,1120 +1043,61,115 +1043,62,4957 +1043,71,311 +1043,72,2915 +1043,81,564 +1043,92,1521 +1045,11,0 +1045,21,0 +1045,22,173 +1045,23,539 +1045,31,4116 +1045,42,126 +1045,44,1555 +1045,48,1558 +1045,51,29 +1045,52,271 +1045,53,152 +1045,54,675 +1045,55,462 +1045,56,694 +1045,61,1707 +1045,62,1748 +1045,71,214 +1045,72,1313 +1045,81,216 +1045,92,2402 +1047,11,0 +1047,21,0 +1047,22,82 +1047,23,484 +1047,31,2937 +1047,42,269 +1047,44,1455 +1047,48,191 +1047,51,101 +1047,52,273 +1047,53,127 +1047,54,236 +1047,55,50 +1047,56,494 +1047,61,2080 +1047,62,2435 +1047,71,114 +1047,72,917 +1047,81,500 +1047,92,439 +1049,11,670 +1049,21,17 +1049,22,0 +1049,23,655 +1049,31,6582 +1049,42,0 +1049,44,2347 +1049,48,1545 +1049,51,189 +1049,52,429 +1049,53,140 +1049,54,388 +1049,55,36 +1049,56,1270 +1049,61,194 +1049,62,3179 +1049,71,46 +1049,72,1975 +1049,81,263 +1049,92,1138 +1051,11,0 +1051,21,0 +1051,22,161 +1051,23,932 +1051,31,2448 +1051,42,244 +1051,44,3823 +1051,48,364 +1051,51,129 +1051,52,457 +1051,53,179 +1051,54,534 +1051,55,41 +1051,56,407 +1051,61,917 +1051,62,2517 +1051,71,385 +1051,72,3058 +1051,81,482 +1051,92,1509 +1053,11,348 +1053,21,271 +1053,22,115 +1053,23,485 +1053,31,2100 +1053,42,330 +1053,44,1611 +1053,48,326 +1053,51,48 +1053,52,444 +1053,53,75 +1053,54,0 +1053,55,0 +1053,56,395 +1053,61,1785 +1053,62,1540 +1053,71,99 +1053,72,1209 +1053,81,184 +1053,92,1774 +1055,11,0 +1055,21,0 +1055,22,187 +1055,23,991 +1055,31,5395 +1055,42,1173 +1055,44,4660 +1055,48,1183 +1055,51,345 +1055,52,1043 +1055,53,283 +1055,54,712 +1055,55,90 +1055,56,3319 +1055,61,0 +1055,62,35 +1055,71,394 +1055,72,3796 +1055,81,782 +1055,92,2132 +1057,11,310 +1057,21,30 +1057,22,0 +1057,23,97 +1057,31,941 +1057,42,0 +1057,44,526 +1057,48,134 +1057,51,25 +1057,52,107 +1057,53,8 +1057,54,30 +1057,55,0 +1057,56,0 +1057,61,0 +1057,62,0 +1057,71,0 +1057,72,0 +1057,81,75 +1057,92,203 +1059,11,149 +1059,21,91 +1059,22,6 +1059,23,235 +1059,31,5089 +1059,42,0 +1059,44,997 +1059,48,299 +1059,51,31 +1059,52,401 +1059,53,42 +1059,54,146 +1059,55,52 +1059,56,134 +1059,61,0 +1059,62,0 +1059,71,17 +1059,72,751 +1059,81,134 +1059,92,629 +1061,11,0 +1061,21,0 +1061,22,29 +1061,23,148 +1061,31,716 +1061,42,381 +1061,44,784 +1061,48,57 +1061,51,0 +1061,52,194 +1061,53,40 +1061,54,100 +1061,55,0 +1061,56,0 +1061,61,1050 +1061,62,770 +1061,71,0 +1061,72,0 +1061,81,0 +1061,92,508 +1063,11,74 +1063,22,0 +1063,23,38 +1063,31,515 +1063,42,0 +1063,44,179 +1063,48,39 +1063,51,0 +1063,52,0 +1063,53,0 +1063,54,0 +1063,56,0 +1063,61,0 +1063,62,0 +1063,71,208 +1063,72,67 +1063,81,37 +1063,92,201 +1065,11,0 +1065,21,0 +1065,22,27 +1065,23,150 +1065,31,494 +1065,42,25 +1065,44,270 +1065,48,70 +1065,51,0 +1065,52,71 +1065,53,8 +1065,54,26 +1065,56,0 +1065,61,837 +1065,62,516 +1065,71,0 +1065,72,0 +1065,81,45 +1065,92,276 +1067,11,586 +1067,22,62 +1067,23,188 +1067,31,387 +1067,42,116 +1067,44,295 +1067,48,324 +1067,51,0 +1067,52,102 +1067,53,11 +1067,54,220 +1067,55,36 +1067,56,124 +1067,61,591 +1067,62,19 +1067,71,0 +1067,72,0 +1067,81,0 +1067,92,328 +1069,11,0 +1069,21,0 +1069,22,0 +1069,23,2227 +1069,31,4311 +1069,42,2786 +1069,44,7952 +1069,48,176 +1069,51,532 +1069,52,1270 +1069,53,425 +1069,54,1293 +1069,55,130 +1069,56,3027 +1069,61,838 +1069,62,9391 +1069,71,616 +1069,72,5613 +1069,81,1268 +1069,92,2524 +1071,11,85 +1071,21,22 +1071,22,59 +1071,23,567 +1071,31,5352 +1071,42,519 +1071,44,2323 +1071,48,94 +1071,51,100 +1071,52,383 +1071,53,117 +1071,54,226 +1071,55,55 +1071,56,209 +1071,61,2639 +1071,62,854 +1071,71,32 +1071,72,1359 +1071,81,200 +1071,92,836 +1073,11,136 +1073,21,2214 +1073,22,7487 +1073,23,18979 +1073,31,24050 +1073,42,19224 +1073,44,37065 +1073,48,17686 +1073,51,6319 +1073,52,22831 +1073,53,5629 +1073,54,21205 +1073,55,6539 +1073,56,25130 +1073,61,34876 +1073,62,68179 +1073,71,6115 +1073,72,32866 +1073,81,10666 +1073,92,17929 +1075,11,0 +1075,21,0 +1075,22,0 +1075,23,79 +1075,31,1225 +1075,42,0 +1075,44,313 +1075,48,264 +1075,51,16 +1075,52,108 +1075,53,7 +1075,54,37 +1075,56,258 +1075,61,489 +1075,62,482 +1075,71,0 +1075,72,26 +1075,81,41 +1075,92,150 +1077,11,0 +1077,21,0 +1077,22,8 +1077,23,1671 +1077,31,2756 +1077,42,1400 +1077,44,5140 +1077,48,175 +1077,51,319 +1077,52,1011 +1077,53,444 +1077,54,869 +1077,55,169 +1077,56,1177 +1077,61,4282 +1077,62,5905 +1077,71,438 +1077,72,4303 +1077,81,665 +1077,92,1564 +1079,11,0 +1079,21,0 +1079,22,200 +1079,23,382 +1079,31,194 +1079,42,160 +1079,44,793 +1079,48,147 +1079,51,16 +1079,52,204 +1079,53,10 +1079,54,74 +1079,56,190 +1079,61,1631 +1079,62,0 +1079,71,0 +1079,72,0 +1079,81,88 +1079,92,500 +1081,11,0 +1081,21,0 +1081,22,468 +1081,23,2667 +1081,31,6354 +1081,42,1722 +1081,44,7250 +1081,48,3653 +1081,51,531 +1081,52,1086 +1081,53,732 +1081,54,1846 +1081,55,167 +1081,56,5399 +1081,61,7554 +1081,62,8836 +1081,71,1090 +1081,72,8768 +1081,81,1317 +1081,92,1830 +1083,11,0 +1083,21,0 +1083,22,1826 +1083,23,2526 +1083,31,4153 +1083,42,1050 +1083,44,3442 +1083,48,706 +1083,51,257 +1083,52,447 +1083,53,177 +1083,54,706 +1083,55,93 +1083,56,633 +1083,61,148 +1083,62,1632 +1083,71,132 +1083,72,2012 +1083,81,587 +1083,92,1139 +1085,11,0 +1085,21,0 +1085,22,0 +1085,23,116 +1085,31,876 +1085,42,0 +1085,44,200 +1085,48,116 +1085,51,0 +1085,52,66 +1085,53,11 +1085,54,31 +1085,55,0 +1085,56,0 +1085,61,0 +1085,62,0 +1085,71,0 +1085,72,0 +1085,81,0 +1085,92,158 +1087,11,144 +1087,21,0 +1087,22,0 +1087,23,90 +1087,31,0 +1087,42,41 +1087,44,411 +1087,48,60 +1087,51,0 +1087,52,38 +1087,53,36 +1087,54,0 +1087,55,0 +1087,56,105 +1087,61,0 +1087,62,1045 +1087,71,0 +1087,72,0 +1087,81,0 +1087,92,366 +1089,11,610 +1089,21,114 +1089,22,1103 +1089,23,6862 +1089,31,21981 +1089,42,4858 +1089,44,22018 +1089,48,1363 +1089,51,2443 +1089,52,4095 +1089,53,2231 +1089,54,42462 +1089,55,725 +1089,56,18079 +1089,61,23964 +1089,62,33913 +1089,71,3935 +1089,72,18369 +1089,81,3679 +1089,92,21155 +1091,11,728 +1091,22,0 +1091,23,441 +1091,31,1416 +1091,42,0 +1091,44,840 +1091,48,232 +1091,51,29 +1091,52,205 +1091,53,61 +1091,54,104 +1091,55,26 +1091,56,493 +1091,61,1207 +1091,62,622 +1091,71,36 +1091,72,473 +1091,81,186 +1091,92,418 +1093,11,0 +1093,21,0 +1093,22,52 +1093,23,130 +1093,31,3682 +1093,42,399 +1093,44,1087 +1093,48,324 +1093,51,30 +1093,52,392 +1093,53,63 +1093,54,65 +1093,55,9 +1093,56,349 +1093,61,0 +1093,62,0 +1093,71,35 +1093,72,797 +1093,81,156 +1093,92,563 +1095,11,0 +1095,21,0 +1095,22,576 +1095,23,1289 +1095,31,12584 +1095,42,1477 +1095,44,4766 +1095,48,1288 +1095,51,413 +1095,52,901 +1095,53,451 +1095,54,623 +1095,55,375 +1095,56,1916 +1095,61,4647 +1095,62,5124 +1095,71,207 +1095,72,3806 +1095,81,623 +1095,92,1472 +1097,11,1321 +1097,21,274 +1097,22,1845 +1097,23,11340 +1097,31,18826 +1097,42,8578 +1097,44,20169 +1097,48,10692 +1097,51,2085 +1097,52,5808 +1097,53,2698 +1097,54,9359 +1097,55,1563 +1097,56,15005 +1097,61,10884 +1097,62,32776 +1097,71,1763 +1097,72,17239 +1097,81,5811 +1097,92,7725 +1099,11,0 +1099,21,0 +1099,22,40 +1099,23,172 +1099,31,1234 +1099,42,452 +1099,44,774 +1099,48,628 +1099,51,49 +1099,52,166 +1099,53,41 +1099,54,1 +1099,55,0 +1099,56,221 +1099,61,0 +1099,62,0 +1099,71,0 +1099,72,0 +1099,81,84 +1099,92,252 +1101,11,0 +1101,21,0 +1101,22,658 +1101,23,4704 +1101,31,13416 +1101,42,5547 +1101,44,12676 +1101,48,6061 +1101,51,2125 +1101,52,4663 +1101,53,1535 +1101,54,7147 +1101,55,912 +1101,56,12092 +1101,61,9292 +1101,62,21976 +1101,71,1767 +1101,72,11448 +1101,81,3929 +1101,92,18198 +1103,11,92 +1103,21,99 +1103,22,107 +1103,23,3626 +1103,31,13197 +1103,42,2295 +1103,44,5515 +1103,48,2002 +1103,51,255 +1103,52,1445 +1103,53,442 +1103,54,1754 +1103,55,662 +1103,56,3525 +1103,61,6036 +1103,62,7222 +1103,71,404 +1103,72,4570 +1103,81,1000 +1103,92,2108 +1105,11,67 +1105,22,0 +1105,23,68 +1105,31,465 +1105,42,0 +1105,44,160 +1105,48,22 +1105,51,0 +1105,52,50 +1105,53,7 +1105,54,0 +1105,55,0 +1105,56,19 +1105,61,565 +1105,62,329 +1105,72,225 +1105,81,0 +1105,92,65 +1107,11,0 +1107,21,0 +1107,22,41 +1107,23,82 +1107,31,699 +1107,42,0 +1107,44,416 +1107,48,91 +1107,51,40 +1107,52,0 +1107,53,0 +1107,54,49 +1107,55,0 +1107,56,0 +1107,61,0 +1107,62,0 +1107,71,7 +1107,72,151 +1107,81,316 +1107,92,590 +1109,11,254 +1109,22,0 +1109,23,335 +1109,31,2074 +1109,42,0 +1109,44,1629 +1109,48,2353 +1109,51,196 +1109,52,393 +1109,53,148 +1109,54,935 +1109,55,94 +1109,56,325 +1109,61,0 +1109,62,0 +1109,71,51 +1109,72,1656 +1109,81,229 +1109,92,985 +1111,11,153 +1111,21,49 +1111,22,0 +1111,23,186 +1111,31,983 +1111,42,0 +1111,44,767 +1111,48,261 +1111,51,33 +1111,52,139 +1111,53,27 +1111,54,54 +1111,56,72 +1111,61,1156 +1111,62,0 +1111,71,0 +1111,72,0 +1111,81,68 +1111,92,74 +1113,11,134 +1113,21,33 +1113,22,67 +1113,23,732 +1113,31,2998 +1113,42,216 +1113,44,1949 +1113,48,573 +1113,51,90 +1113,52,596 +1113,53,200 +1113,54,257 +1113,55,22 +1113,56,465 +1113,61,2622 +1113,62,2171 +1113,71,69 +1113,72,1694 +1113,81,291 +1113,92,193 +1115,11,0 +1115,21,0 +1115,22,186 +1115,23,1791 +1115,31,3502 +1115,42,1219 +1115,44,3244 +1115,48,597 +1115,51,164 +1115,52,489 +1115,53,94 +1115,54,736 +1115,55,40 +1115,56,763 +1115,61,3203 +1115,62,2474 +1115,71,72 +1115,72,2486 +1115,81,741 +1115,92,1242 +1117,11,313 +1117,21,498 +1117,22,2142 +1117,23,5989 +1117,31,5613 +1117,42,6211 +1117,44,10786 +1117,48,2496 +1117,51,1044 +1117,52,9697 +1117,53,1330 +1117,54,6619 +1117,55,2188 +1117,56,6169 +1117,61,11517 +1117,62,9948 +1117,71,1254 +1117,72,8559 +1117,81,2747 +1117,92,2749 +1119,11,115 +1119,22,0 +1119,23,54 +1119,31,342 +1119,42,0 +1119,44,274 +1119,48,170 +1119,51,14 +1119,52,68 +1119,53,19 +1119,54,5 +1119,55,0 +1119,56,188 +1119,61,0 +1119,62,0 +1119,71,13 +1119,72,294 +1119,81,37 +1119,92,302 +1121,11,0 +1121,21,0 +1121,22,295 +1121,23,1292 +1121,31,9942 +1121,42,613 +1121,44,2519 +1121,48,1955 +1121,51,104 +1121,52,536 +1121,53,241 +1121,54,452 +1121,55,72 +1121,56,2186 +1121,61,3406 +1121,62,0 +1121,71,463 +1121,72,2166 +1121,81,469 +1121,92,1515 +1123,11,0 +1123,21,0 +1123,22,49 +1123,23,414 +1123,31,2521 +1123,42,162 +1123,44,1489 +1123,48,267 +1123,51,117 +1123,52,227 +1123,53,104 +1123,54,246 +1123,55,219 +1123,56,1920 +1123,61,1764 +1123,62,3052 +1123,71,293 +1123,72,1043 +1123,81,257 +1123,92,1016 +1125,11,376 +1125,21,1840 +1125,22,307 +1125,23,4917 +1125,31,16194 +1125,42,2072 +1125,44,10538 +1125,48,3603 +1125,51,1862 +1125,52,2144 +1125,53,1686 +1125,54,3475 +1125,55,528 +1125,56,8134 +1125,61,1481 +1125,62,10590 +1125,71,1313 +1125,72,10980 +1125,81,1806 +1125,92,3247 +1127,11,306 +1127,21,282 +1127,22,424 +1127,23,774 +1127,31,2425 +1127,42,529 +1127,44,3125 +1127,48,459 +1127,51,109 +1127,52,520 +1127,53,185 +1127,54,408 +1127,55,0 +1127,56,0 +1127,61,43 +1127,62,4600 +1127,71,104 +1127,72,2186 +1127,81,526 +1127,92,967 +1129,11,0 +1129,21,0 +1129,22,317 +1129,23,139 +1129,31,1010 +1129,42,270 +1129,44,260 +1129,48,244 +1129,51,0 +1129,52,0 +1129,53,0 +1129,54,0 +1129,55,0 +1129,56,133 +1129,61,0 +1129,62,0 +1129,72,54 +1129,81,0 +1129,92,190 +1131,11,180 +1131,22,0 +1131,23,81 +1131,31,931 +1131,42,0 +1131,44,228 +1131,48,137 +1131,51,64 +1131,52,81 +1131,53,7 +1131,54,37 +1131,56,27 +1131,61,0 +1131,62,0 +1131,71,0 +1131,72,0 +1131,81,52 +1131,92,392 +1133,11,0 +1133,21,0 +1133,22,0 +1133,23,150 +1133,31,3626 +1133,42,338 +1133,44,722 +1133,48,58 +1133,51,0 +1133,52,180 +1133,53,24 +1133,54,109 +1133,55,18 +1133,56,82 +1133,61,1213 +1133,62,1020 +1133,71,0 +1133,72,24 +1133,81,0 +1133,92,329 +2013,11,0 +2013,22,0 +2013,23,0 +2013,31,2027 +2013,44,47 +2013,48,9 +2013,51,12 +2013,53,0 +2013,54,1 +2013,55,0 +2013,56,0 +2013,61,298 +2013,62,0 +2013,71,0 +2013,72,0 +2013,81,0 +2013,92,223 +2016,11,0 +2016,21,0 +2016,22,0 +2016,23,59 +2016,31,1718 +2016,42,150 +2016,44,0 +2016,48,437 +2016,51,29 +2016,52,0 +2016,53,0 +2016,54,5 +2016,55,0 +2016,56,112 +2016,61,0 +2016,62,117 +2016,71,0 +2016,72,0 +2016,81,40 +2016,92,446 +2020,11,350 +2020,21,2935 +2020,22,910 +2020,23,7937 +2020,31,2171 +2020,42,5232 +2020,44,17135 +2020,48,11356 +2020,51,3374 +2020,52,4606 +2020,53,2600 +2020,54,9569 +2020,55,1746 +2020,56,7193 +2020,61,5047 +2020,62,29116 +2020,71,2753 +2020,72,15689 +2020,81,5068 +2020,92,15182 +2050,21,0 +2050,22,151 +2050,23,127 +2050,31,0 +2050,42,68 +2050,44,809 +2050,48,482 +2050,51,0 +2050,52,28 +2050,53,363 +2050,54,1 +2050,55,0 +2050,56,68 +2050,61,5272 +2050,62,0 +2050,71,46 +2050,72,53 +2050,81,424 +2050,92,1793 +2060,11,0 +2060,21,0 +2060,22,0 +2060,23,47 +2060,31,686 +2060,44,0 +2060,48,74 +2060,51,0 +2060,52,0 +2060,53,0 +2060,54,2 +2060,56,0 +2060,61,0 +2060,62,0 +2060,71,34 +2060,72,129 +2060,81,3 +2060,92,14 +2068,21,0 +2068,22,0 +2068,23,0 +2068,44,0 +2068,48,114 +2068,51,0 +2068,52,0 +2068,53,0 +2068,54,13 +2068,56,60 +2068,61,0 +2068,62,27 +2068,71,268 +2068,72,1156 +2068,81,0 +2068,92,85 +2070,21,0 +2070,22,0 +2070,23,4 +2070,31,653 +2070,42,0 +2070,44,201 +2070,48,73 +2070,51,0 +2070,52,0 +2070,53,0 +2070,54,0 +2070,55,26 +2070,56,0 +2070,61,0 +2070,62,0 +2070,71,9 +2070,72,86 +2070,81,0 +2070,92,33 +2090,11,363 +2090,21,867 +2090,22,537 +2090,23,2827 +2090,31,587 +2090,42,685 +2090,44,5003 +2090,48,2242 +2090,51,387 +2090,52,622 +2090,53,598 +2090,54,1639 +2090,55,155 +2090,56,1172 +2090,61,852 +2090,62,6683 +2090,71,742 +2090,72,4274 +2090,81,896 +2090,92,4159 +2100,11,0 +2100,21,0 +2100,22,0 +2100,23,94 +2100,31,0 +2100,44,123 +2100,48,4 +2100,51,17 +2100,52,0 +2100,53,0 +2100,54,5 +2100,56,28 +2100,61,28 +2100,62,151 +2100,71,153 +2100,72,114 +2100,81,27 +2100,92,9 +2105,11,0 +2105,22,0 +2105,23,0 +2105,31,42 +2105,42,0 +2105,44,74 +2105,48,41 +2105,51,0 +2105,53,0 +2105,61,24 +2105,62,62 +2105,71,81 +2105,72,0 +2105,81,14 +2105,92,218 +2110,11,128 +2110,21,966 +2110,22,0 +2110,23,645 +2110,31,388 +2110,42,0 +2110,44,1854 +2110,48,1504 +2110,51,259 +2110,52,187 +2110,53,245 +2110,54,520 +2110,55,87 +2110,56,450 +2110,61,321 +2110,62,1848 +2110,71,357 +2110,72,1418 +2110,81,642 +2110,92,4622 +2122,11,199 +2122,21,937 +2122,22,296 +2122,23,952 +2122,31,992 +2122,42,242 +2122,44,2637 +2122,48,1040 +2122,51,241 +2122,52,288 +2122,53,249 +2122,54,490 +2122,55,28 +2122,56,295 +2122,61,1447 +2122,62,3673 +2122,71,333 +2122,72,2464 +2122,81,696 +2122,92,3071 +2130,11,0 +2130,21,0 +2130,22,0 +2130,23,290 +2130,31,432 +2130,42,0 +2130,44,1011 +2130,48,758 +2130,51,92 +2130,52,222 +2130,53,126 +2130,54,135 +2130,55,28 +2130,56,119 +2130,61,73 +2130,62,1155 +2130,71,217 +2130,72,779 +2130,81,132 +2130,92,1633 +2150,11,0 +2150,21,0 +2150,22,0 +2150,23,191 +2150,31,1348 +2150,42,0 +2150,44,517 +2150,48,373 +2150,51,50 +2150,52,68 +2150,53,91 +2150,54,85 +2150,55,70 +2150,56,87 +2150,61,1905 +2150,62,0 +2150,71,100 +2150,72,419 +2150,81,154 +2150,92,350 +2158,22,0 +2158,23,33 +2158,31,0 +2158,42,0 +2158,44,352 +2158,48,89 +2158,53,0 +2158,55,21 +2158,61,0 +2158,62,0 +2158,71,0 +2158,72,0 +2158,81,85 +2158,92,683 +2164,11,0 +2164,22,30 +2164,23,14 +2164,31,0 +2164,44,30 +2164,48,126 +2164,51,0 +2164,52,0 +2164,53,0 +2164,54,0 +2164,55,0 +2164,56,0 +2164,61,0 +2164,62,0 +2164,71,39 +2164,72,118 +2164,81,15 +2164,92,275 +2170,11,236 +2170,21,52 +2170,22,281 +2170,23,2585 +2170,31,325 +2170,42,172 +2170,44,3829 +2170,48,965 +2170,51,543 +2170,52,537 +2170,53,243 +2170,54,753 +2170,55,62 +2170,56,682 +2170,61,1491 +2170,62,5266 +2170,71,448 +2170,72,2703 +2170,81,800 +2170,92,1654 +2180,11,0 +2180,21,14 +2180,22,0 +2180,23,60 +2180,31,0 +2180,42,0 +2180,44,365 +2180,48,234 +2180,51,0 +2180,52,17 +2180,53,81 +2180,54,23 +2180,55,162 +2180,56,8 +2180,61,2946 +2180,62,0 +2180,71,50 +2180,72,115 +2180,81,293 +2180,92,883 +2185,21,7323 +2185,22,0 +2185,23,0 +2185,31,0 +2185,42,0 +2185,44,236 +2185,48,289 +2185,51,58 +2185,52,0 +2185,53,0 +2185,54,259 +2185,55,257 +2185,56,1263 +2185,61,2045 +2185,62,0 +2185,71,24 +2185,72,652 +2185,81,123 +2185,92,1683 +2188,11,0 +2188,21,0 +2188,22,0 +2188,23,30 +2188,44,0 +2188,48,206 +2188,51,47 +2188,52,0 +2188,53,0 +2188,54,0 +2188,55,0 +2188,56,0 +2188,61,1780 +2188,62,0 +2188,71,13 +2188,72,0 +2188,81,0 +2188,92,475 +2195,11,0 +2195,21,0 +2195,23,43 +2195,31,173 +2195,42,0 +2195,44,182 +2195,48,5 +2195,51,40 +2195,52,17 +2195,53,3 +2195,54,2 +2195,55,0 +2195,56,16 +2195,61,0 +2195,62,0 +2195,71,7 +2195,72,93 +2195,81,47 +2195,92,90 +2198,11,0 +2198,21,0 +2198,22,0 +2198,23,78 +2198,31,84 +2198,42,0 +2198,44,248 +2198,48,121 +2198,51,0 +2198,52,27 +2198,53,43 +2198,54,6 +2198,55,32 +2198,56,6 +2198,61,0 +2198,62,191 +2198,71,0 +2198,72,0 +2198,81,2 +2198,92,729 +2220,11,88 +2220,23,160 +2220,31,574 +2220,42,29 +2220,44,456 +2220,48,292 +2220,51,43 +2220,52,61 +2220,53,39 +2220,54,78 +2220,55,28 +2220,56,108 +2220,61,321 +2220,62,793 +2220,71,46 +2220,72,503 +2220,81,116 +2220,92,301 +2230,22,0 +2230,23,17 +2230,31,84 +2230,42,0 +2230,44,186 +2230,48,131 +2230,51,0 +2230,52,0 +2230,53,0 +2230,54,0 +2230,56,0 +2230,61,0 +2230,62,13 +2230,71,189 +2230,72,164 +2230,81,22 +2230,92,7 +2240,11,0 +2240,21,0 +2240,22,0 +2240,23,65 +2240,31,38 +2240,42,0 +2240,44,226 +2240,48,120 +2240,51,19 +2240,52,15 +2240,53,8 +2240,54,159 +2240,55,0 +2240,56,0 +2240,61,1234 +2240,62,241 +2240,71,4 +2240,72,0 +2240,81,17 +2240,92,496 +2261,11,139 +2261,21,30 +2261,22,97 +2261,23,191 +2261,31,706 +2261,42,7 +2261,44,397 +2261,48,668 +2261,51,116 +2261,52,0 +2261,53,0 +2261,54,72 +2261,55,76 +2261,56,135 +2261,61,29 +2261,62,450 +2261,71,131 +2261,72,444 +2261,81,219 +2261,92,838 +2275,11,30 +2275,23,28 +2275,31,48 +2275,44,124 +2275,48,46 +2275,51,13 +2275,52,16 +2275,53,6 +2275,54,0 +2275,56,0 +2275,61,0 +2275,62,0 +2275,71,4 +2275,72,48 +2275,81,27 +2275,92,65 +2282,11,0 +2282,23,0 +2282,44,33 +2282,48,22 +2282,51,0 +2282,53,0 +2282,54,1 +2282,55,0 +2282,56,0 +2282,61,0 +2282,62,50 +2282,71,3 +2282,72,0 +2282,92,36 +2290,11,0 +2290,21,11 +2290,22,0 +2290,23,69 +2290,31,0 +2290,42,0 +2290,44,126 +2290,48,126 +2290,51,15 +2290,52,0 +2290,54,0 +2290,55,15 +2290,56,0 +2290,61,2838 +2290,62,0 +2290,71,21 +2290,72,0 +2290,81,111 +2290,92,803 +4001,11,21 +4001,21,246 +4001,22,875 +4001,23,464 +4001,31,99 +4001,42,0 +4001,44,1057 +4001,48,296 +4001,51,148 +4001,52,74 +4001,53,359 +4001,54,0 +4001,55,0 +4001,56,165 +4001,61,584 +4001,62,2648 +4001,71,65 +4001,72,1095 +4001,81,959 +4001,92,6079 +4003,11,997 +4003,21,200 +4003,22,384 +4003,23,1874 +4003,31,595 +4003,42,424 +4003,44,4729 +4003,48,888 +4003,51,498 +4003,52,491 +4003,53,283 +4003,54,2548 +4003,55,47 +4003,56,1821 +4003,61,756 +4003,62,4533 +4003,71,813 +4003,72,3471 +4003,81,578 +4003,92,5573 +4005,11,103 +4005,21,46 +4005,22,185 +4005,23,2777 +4005,31,3765 +4005,42,965 +4005,44,6820 +4005,48,1325 +4005,51,448 +4005,52,647 +4005,53,789 +4005,54,1656 +4005,55,198 +4005,56,1668 +4005,61,946 +4005,62,8941 +4005,71,3410 +4005,72,14116 +4005,81,1895 +4005,92,3740 +4007,11,25 +4007,21,1595 +4007,22,84 +4007,23,622 +4007,31,1210 +4007,42,78 +4007,44,1777 +4007,48,292 +4007,51,132 +4007,52,198 +4007,53,122 +4007,54,192 +4007,55,0 +4007,56,0 +4007,61,107 +4007,62,1511 +4007,71,237 +4007,72,1760 +4007,81,172 +4007,92,2461 +4009,11,0 +4009,21,0 +4009,22,39 +4009,23,444 +4009,31,234 +4009,42,185 +4009,44,1430 +4009,48,37 +4009,51,56 +4009,52,111 +4009,53,33 +4009,54,174 +4009,56,131 +4009,61,86 +4009,62,1183 +4009,71,57 +4009,72,827 +4009,81,254 +4009,92,1220 +4011,11,37 +4011,21,0 +4011,22,0 +4011,23,100 +4011,42,0 +4011,44,197 +4011,48,68 +4011,51,0 +4011,52,0 +4011,53,0 +4011,54,13 +4011,56,78 +4011,61,0 +4011,62,0 +4011,71,0 +4011,72,0 +4011,81,0 +4011,92,31 +4012,11,491 +4012,21,35 +4012,22,0 +4012,23,65 +4012,31,157 +4012,42,122 +4012,44,1326 +4012,48,30 +4012,51,81 +4012,52,56 +4012,53,65 +4012,54,21 +4012,56,29 +4012,61,567 +4012,62,230 +4012,71,0 +4012,72,0 +4012,81,47 +4012,92,1230 +4013,11,6054 +4013,21,3335 +4013,22,16929 +4013,23,134178 +4013,31,129648 +4013,42,81428 +4013,44,227024 +4013,48,90796 +4013,51,41083 +4013,52,151235 +4013,53,45379 +4013,54,129031 +4013,55,27844 +4013,56,208407 +4013,61,202268 +4013,62,290214 +4013,71,46233 +4013,72,196394 +4013,81,54721 +4013,92,73859 +4015,11,289 +4015,21,241 +4015,22,425 +4015,23,3318 +4015,31,3204 +4015,42,1343 +4015,44,9199 +4015,48,1588 +4015,51,499 +4015,52,1110 +4015,53,624 +4015,54,1251 +4015,55,100 +4015,56,2486 +4015,61,5058 +4015,62,8684 +4015,71,657 +4015,72,7139 +4015,81,1558 +4015,92,3751 +4017,11,494 +4017,21,505 +4017,22,115 +4017,23,1138 +4017,31,292 +4017,42,277 +4017,44,3544 +4017,48,611 +4017,51,272 +4017,52,341 +4017,53,246 +4017,54,454 +4017,55,132 +4017,56,747 +4017,61,761 +4017,62,4061 +4017,71,428 +4017,72,3564 +4017,81,422 +4017,92,4641 +4019,11,595 +4019,21,3052 +4019,22,2596 +4019,23,18330 +4019,31,27986 +4019,42,7357 +4019,44,42330 +4019,48,13170 +4019,51,5684 +4019,52,10210 +4019,53,6263 +4019,54,18458 +4019,55,1539 +4019,56,30980 +4019,61,8533 +4019,62,65886 +4019,71,7002 +4019,72,40761 +4019,81,11718 +4019,92,27860 +4021,11,2182 +4021,21,2196 +4021,22,435 +4021,23,2213 +4021,31,4034 +4021,42,1231 +4021,44,8851 +4021,48,957 +4021,51,680 +4021,52,757 +4021,53,679 +4021,54,1406 +4021,55,272 +4021,56,5199 +4021,61,1808 +4021,62,5474 +4021,71,725 +4021,72,5727 +4021,81,1402 +4021,92,7387 +4023,11,0 +4023,21,0 +4023,22,43 +4023,23,185 +4023,31,433 +4023,42,1978 +4023,44,1932 +4023,48,1775 +4023,51,80 +4023,52,197 +4023,53,123 +4023,54,189 +4023,55,0 +4023,56,0 +4023,61,1783 +4023,62,706 +4023,71,54 +4023,72,1410 +4023,81,193 +4023,92,2485 +4025,11,404 +4025,21,1780 +4025,22,273 +4025,23,5142 +4025,31,3826 +4025,42,1595 +4025,44,9652 +4025,48,1440 +4025,51,644 +4025,52,968 +4025,53,1060 +4025,54,1898 +4025,55,126 +4025,56,2417 +4025,61,2726 +4025,62,11818 +4025,71,2124 +4025,72,9654 +4025,81,2005 +4025,92,4637 +4027,11,13048 +4027,21,34 +4027,22,494 +4027,23,3057 +4027,31,2613 +4027,42,1465 +4027,44,8550 +4027,48,2250 +4027,51,470 +4027,52,1280 +4027,53,716 +4027,54,2592 +4027,55,187 +4027,56,3692 +4027,61,7542 +4027,62,8033 +4027,71,413 +4027,72,6219 +4027,81,1267 +4027,92,5620 +5001,11,0 +5001,21,0 +5001,22,120 +5001,23,283 +5001,31,4037 +5001,42,536 +5001,44,1033 +5001,48,701 +5001,51,61 +5001,52,259 +5001,53,63 +5001,54,276 +5001,55,0 +5001,56,0 +5001,61,1007 +5001,62,0 +5001,71,64 +5001,72,606 +5001,81,111 +5001,92,316 +5003,11,0 +5003,21,0 +5003,22,32 +5003,23,607 +5003,31,1623 +5003,42,0 +5003,44,714 +5003,48,346 +5003,51,44 +5003,52,163 +5003,53,29 +5003,54,0 +5003,55,0 +5003,56,213 +5003,61,1340 +5003,62,0 +5003,71,9 +5003,72,400 +5003,81,137 +5003,92,232 +5005,11,19 +5005,21,60 +5005,22,91 +5005,23,538 +5005,31,2483 +5005,42,224 +5005,44,2296 +5005,48,238 +5005,51,204 +5005,52,561 +5005,53,190 +5005,54,61 +5005,55,0 +5005,56,602 +5005,61,1794 +5005,62,5073 +5005,71,143 +5005,72,1572 +5005,81,317 +5005,92,404 +5007,11,1468 +5007,21,52 +5007,22,615 +5007,23,5664 +5007,31,12485 +5007,42,7335 +5007,44,12386 +5007,48,11615 +5007,51,1318 +5007,52,2949 +5007,53,1258 +5007,54,10347 +5007,55,0 +5007,56,0 +5007,61,17308 +5007,62,14119 +5007,71,2204 +5007,72,12258 +5007,81,2576 +5007,92,2512 +5009,11,0 +5009,22,184 +5009,23,48 +5009,31,1942 +5009,42,403 +5009,44,2045 +5009,48,1324 +5009,51,329 +5009,52,320 +5009,53,142 +5009,54,259 +5009,55,354 +5009,56,1449 +5009,61,36 +5009,62,2265 +5009,71,119 +5009,72,1229 +5009,81,292 +5009,92,453 +5011,11,0 +5011,21,0 +5011,22,23 +5011,23,93 +5011,31,987 +5011,42,121 +5011,44,313 +5011,48,105 +5011,51,30 +5011,52,123 +5011,53,16 +5011,54,51 +5011,55,76 +5011,56,50 +5011,61,0 +5011,62,888 +5011,71,0 +5011,72,0 +5011,81,98 +5011,92,160 +5013,11,0 +5013,21,0 +5013,22,0 +5013,23,133 +5013,31,2366 +5013,44,0 +5013,48,156 +5013,51,0 +5013,52,0 +5013,53,0 +5013,54,0 +5013,56,0 +5013,61,0 +5013,62,79 +5013,72,13 +5013,81,0 +5013,92,64 +5015,11,384 +5015,21,27 +5015,22,0 +5015,23,371 +5015,31,3809 +5015,42,235 +5015,44,1118 +5015,48,58 +5015,51,81 +5015,52,353 +5015,53,48 +5015,54,8 +5015,55,0 +5015,56,285 +5015,61,82 +5015,62,1412 +5015,71,296 +5015,72,1487 +5015,81,159 +5015,92,410 +5017,11,460 +5017,22,5 +5017,23,130 +5017,31,12 +5017,42,58 +5017,44,282 +5017,48,329 +5017,51,0 +5017,52,111 +5017,53,75 +5017,54,50 +5017,56,0 +5017,61,0 +5017,62,872 +5017,71,0 +5017,72,0 +5017,81,77 +5017,92,181 +5019,11,0 +5019,21,0 +5019,22,83 +5019,23,90 +5019,31,1393 +5019,42,56 +5019,44,1213 +5019,48,218 +5019,51,11 +5019,52,231 +5019,53,99 +5019,54,288 +5019,55,174 +5019,56,422 +5019,61,1531 +5019,62,0 +5019,71,51 +5019,72,1209 +5019,81,220 +5019,92,275 +5021,11,466 +5021,22,0 +5021,23,113 +5021,31,107 +5021,42,288 +5021,44,361 +5021,48,43 +5021,51,29 +5021,52,85 +5021,53,15 +5021,54,0 +5021,55,0 +5021,56,102 +5021,61,0 +5021,62,680 +5021,71,0 +5021,72,0 +5021,81,81 +5021,92,235 +5023,11,106 +5023,21,157 +5023,22,141 +5023,23,343 +5023,31,1277 +5023,42,139 +5023,44,967 +5023,48,118 +5023,51,66 +5023,52,227 +5023,53,46 +5023,54,162 +5023,55,93 +5023,56,160 +5023,61,1266 +5023,62,0 +5023,71,119 +5023,72,833 +5023,81,119 +5023,92,215 +5025,11,324 +5025,22,0 +5025,23,9 +5025,31,114 +5025,42,0 +5025,44,69 +5025,48,71 +5025,51,0 +5025,52,0 +5025,53,0 +5025,54,0 +5025,55,0 +5025,56,0 +5025,61,0 +5025,62,256 +5025,72,0 +5025,81,13 +5025,92,49 +5027,11,128 +5027,21,415 +5027,22,60 +5027,23,172 +5027,31,1940 +5027,42,279 +5027,44,950 +5027,48,250 +5027,51,39 +5027,52,280 +5027,53,75 +5027,54,156 +5027,55,20 +5027,56,208 +5027,61,12 +5027,62,1245 +5027,71,44 +5027,72,797 +5027,81,136 +5027,92,248 +5029,11,444 +5029,21,37 +5029,22,71 +5029,23,500 +5029,31,1005 +5029,42,151 +5029,44,776 +5029,48,447 +5029,51,14 +5029,52,119 +5029,53,46 +5029,54,8 +5029,56,0 +5029,61,1969 +5029,62,0 +5029,71,26 +5029,72,448 +5029,81,102 +5029,92,253 +5031,11,0 +5031,21,0 +5031,22,217 +5031,23,2288 +5031,31,7187 +5031,42,2392 +5031,44,6677 +5031,48,1992 +5031,51,465 +5031,52,1116 +5031,53,695 +5031,54,1310 +5031,55,885 +5031,56,4726 +5031,61,624 +5031,62,14680 +5031,71,487 +5031,72,5593 +5031,81,794 +5031,92,1270 +5033,11,321 +5033,21,100 +5033,22,200 +5033,23,1052 +5033,31,4775 +5033,42,885 +5033,44,1991 +5033,48,3130 +5033,51,56 +5033,52,375 +5033,53,153 +5033,54,11 +5033,55,0 +5033,56,1639 +5033,61,3814 +5033,62,2215 +5033,71,24 +5033,72,1673 +5033,81,460 +5033,92,434 +5035,11,0 +5035,21,0 +5035,22,213 +5035,23,434 +5035,31,2119 +5035,42,900 +5035,44,1898 +5035,48,1763 +5035,51,53 +5035,52,234 +5035,53,237 +5035,54,236 +5035,55,159 +5035,56,1106 +5035,61,3131 +5035,62,2604 +5035,71,882 +5035,72,2021 +5035,81,543 +5035,92,765 +5037,11,553 +5037,22,32 +5037,23,67 +5037,31,306 +5037,42,361 +5037,44,713 +5037,48,129 +5037,51,52 +5037,52,170 +5037,53,126 +5037,54,117 +5037,55,0 +5037,56,0 +5037,61,0 +5037,62,0 +5037,71,16 +5037,72,406 +5037,81,113 +5037,92,202 +5039,11,223 +5039,22,0 +5039,23,73 +5039,31,565 +5039,42,0 +5039,44,305 +5039,48,185 +5039,51,19 +5039,52,63 +5039,53,11 +5039,54,12 +5039,55,0 +5039,56,0 +5039,61,0 +5039,62,0 +5039,71,0 +5039,72,0 +5039,81,53 +5039,92,135 +5041,11,538 +5041,22,31 +5041,23,102 +5041,31,1086 +5041,42,0 +5041,44,462 +5041,48,27 +5041,51,27 +5041,52,126 +5041,53,85 +5041,54,68 +5041,55,0 +5041,56,0 +5041,61,0 +5041,62,0 +5041,71,36 +5041,72,340 +5041,81,62 +5041,92,275 +5043,11,774 +5043,22,53 +5043,23,176 +5043,31,930 +5043,42,121 +5043,44,829 +5043,48,115 +5043,51,54 +5043,52,172 +5043,53,51 +5043,54,121 +5043,55,164 +5043,56,196 +5043,61,0 +5043,62,1235 +5043,71,31 +5043,72,679 +5043,81,71 +5043,92,274 +5045,11,66 +5045,21,267 +5045,22,360 +5045,23,3111 +5045,31,3385 +5045,42,860 +5045,44,6049 +5045,48,832 +5045,51,314 +5045,52,1042 +5045,53,464 +5045,54,3188 +5045,55,1141 +5045,56,2474 +5045,61,2155 +5045,62,8891 +5045,71,461 +5045,72,5216 +5045,81,986 +5045,92,1134 +5047,11,227 +5047,21,133 +5047,22,381 +5047,23,172 +5047,31,996 +5047,42,71 +5047,44,617 +5047,48,120 +5047,51,34 +5047,52,69 +5047,53,9 +5047,54,27 +5047,55,0 +5047,56,354 +5047,61,67 +5047,62,759 +5047,71,0 +5047,72,0 +5047,81,64 +5047,92,261 +5049,11,0 +5049,21,0 +5049,22,0 +5049,23,220 +5049,31,0 +5049,42,43 +5049,44,174 +5049,48,20 +5049,51,43 +5049,52,60 +5049,53,28 +5049,54,24 +5049,55,0 +5049,56,0 +5049,61,0 +5049,62,0 +5049,71,0 +5049,72,0 +5049,81,19 +5049,92,155 +5051,11,254 +5051,21,167 +5051,22,199 +5051,23,2007 +5051,31,2607 +5051,42,976 +5051,44,5987 +5051,48,607 +5051,51,521 +5051,52,1060 +5051,53,507 +5051,54,1299 +5051,55,432 +5051,56,2693 +5051,61,4379 +5051,62,10730 +5051,71,2082 +5051,72,6076 +5051,81,1060 +5051,92,1089 +5053,11,0 +5053,21,0 +5053,22,22 +5053,23,253 +5053,31,1414 +5053,42,86 +5053,44,508 +5053,48,74 +5053,51,0 +5053,52,109 +5053,53,12 +5053,54,78 +5053,55,0 +5053,56,0 +5053,61,0 +5053,62,0 +5053,71,0 +5053,72,0 +5053,81,0 +5053,92,219 +5055,11,0 +5055,21,0 +5055,22,43 +5055,23,370 +5055,31,5313 +5055,42,561 +5055,44,1892 +5055,48,350 +5055,51,221 +5055,52,496 +5055,53,92 +5055,54,0 +5055,55,0 +5055,56,748 +5055,61,3029 +5055,62,2563 +5055,71,49 +5055,72,1413 +5055,81,170 +5055,92,318 +5057,11,0 +5057,21,0 +5057,22,225 +5057,23,141 +5057,31,2286 +5057,42,208 +5057,44,858 +5057,48,205 +5057,51,27 +5057,52,181 +5057,53,45 +5057,54,222 +5057,55,0 +5057,56,0 +5057,61,1316 +5057,62,0 +5057,71,12 +5057,72,651 +5057,81,129 +5057,92,374 +5059,11,202 +5059,21,84 +5059,22,244 +5059,23,206 +5059,31,1427 +5059,42,97 +5059,44,867 +5059,48,595 +5059,51,51 +5059,52,179 +5059,53,46 +5059,54,0 +5059,55,0 +5059,56,1001 +5059,61,1659 +5059,62,0 +5059,71,81 +5059,72,623 +5059,81,161 +5059,92,892 +5061,11,0 +5061,21,0 +5061,22,61 +5061,23,108 +5061,31,3183 +5061,42,97 +5061,44,549 +5061,48,207 +5061,51,0 +5061,52,109 +5061,53,32 +5061,54,6 +5061,55,0 +5061,56,129 +5061,61,1109 +5061,62,1136 +5061,71,0 +5061,72,0 +5061,81,0 +5061,92,222 +5063,11,0 +5063,21,0 +5063,22,276 +5063,23,627 +5063,31,3536 +5063,42,378 +5063,44,1854 +5063,48,667 +5063,51,123 +5063,52,523 +5063,53,77 +5063,54,0 +5063,55,0 +5063,56,1377 +5063,61,0 +5063,62,0 +5063,71,43 +5063,72,1282 +5063,81,302 +5063,92,359 +5065,11,0 +5065,21,0 +5065,22,0 +5065,23,80 +5065,31,315 +5065,42,0 +5065,44,330 +5065,48,157 +5065,51,7 +5065,52,78 +5065,53,97 +5065,54,17 +5065,56,37 +5065,61,874 +5065,62,939 +5065,71,35 +5065,72,168 +5065,81,36 +5065,92,5 +5067,11,522 +5067,22,98 +5067,23,115 +5067,31,964 +5067,42,252 +5067,44,669 +5067,48,91 +5067,51,13 +5067,52,98 +5067,53,37 +5067,54,93 +5067,55,45 +5067,56,24 +5067,61,0 +5067,62,0 +5067,71,0 +5067,72,0 +5067,81,67 +5067,92,814 +5069,11,262 +5069,22,433 +5069,23,521 +5069,31,4804 +5069,42,822 +5069,44,2967 +5069,48,576 +5069,51,80 +5069,52,769 +5069,53,277 +5069,54,67 +5069,55,0 +5069,56,2286 +5069,61,7463 +5069,62,6467 +5069,71,212 +5069,72,1822 +5069,81,497 +5069,92,3724 +5071,11,0 +5071,21,0 +5071,22,0 +5071,23,236 +5071,31,2527 +5071,42,72 +5071,44,885 +5071,48,43 +5071,51,19 +5071,52,144 +5071,53,43 +5071,54,112 +5071,56,398 +5071,61,1644 +5071,62,0 +5071,71,15 +5071,72,629 +5071,81,82 +5071,92,45 +5073,11,124 +5073,21,22 +5073,22,0 +5073,23,81 +5073,31,36 +5073,42,73 +5073,44,111 +5073,48,23 +5073,51,0 +5073,52,68 +5073,53,4 +5073,54,20 +5073,55,0 +5073,56,0 +5073,61,0 +5073,62,93 +5073,71,0 +5073,72,0 +5073,81,0 +5073,92,138 +5075,11,279 +5075,21,50 +5075,22,67 +5075,23,119 +5075,31,367 +5075,42,225 +5075,44,479 +5075,48,143 +5075,51,26 +5075,52,92 +5075,53,36 +5075,54,50 +5075,55,0 +5075,56,0 +5075,61,0 +5075,62,0 +5075,71,0 +5075,72,0 +5075,81,170 +5075,92,271 +5077,11,402 +5077,22,0 +5077,23,0 +5077,31,0 +5077,42,123 +5077,44,164 +5077,48,23 +5077,51,0 +5077,52,30 +5077,53,28 +5077,54,31 +5077,55,0 +5077,56,0 +5077,61,0 +5077,62,0 +5077,71,15 +5077,72,53 +5077,81,0 +5077,92,110 +5079,11,0 +5079,21,0 +5079,22,0 +5079,23,148 +5079,31,314 +5079,42,68 +5079,44,158 +5079,48,14 +5079,51,0 +5079,52,59 +5079,53,14 +5079,54,20 +5079,56,0 +5079,61,0 +5079,62,547 +5079,71,0 +5079,72,0 +5079,81,50 +5079,92,1022 +5081,11,0 +5081,21,0 +5081,22,31 +5081,23,164 +5081,31,1181 +5081,42,37 +5081,44,420 +5081,48,155 +5081,51,0 +5081,52,38 +5081,53,18 +5081,54,19 +5081,55,0 +5081,56,124 +5081,61,0 +5081,62,286 +5081,71,0 +5081,72,0 +5081,81,61 +5081,92,139 +5083,11,76 +5083,21,96 +5083,22,10 +5083,23,215 +5083,31,987 +5083,42,37 +5083,44,785 +5083,48,181 +5083,51,35 +5083,52,169 +5083,53,28 +5083,54,92 +5083,55,0 +5083,56,0 +5083,61,0 +5083,62,943 +5083,71,18 +5083,72,308 +5083,81,169 +5083,92,310 +5085,11,0 +5085,21,0 +5085,22,57 +5085,23,1001 +5085,31,1483 +5085,42,503 +5085,44,2063 +5085,48,411 +5085,51,117 +5085,52,536 +5085,53,158 +5085,54,0 +5085,55,0 +5085,56,362 +5085,61,4923 +5085,62,2340 +5085,71,134 +5085,72,2056 +5085,81,199 +5085,92,826 +5087,11,93 +5087,22,0 +5087,23,131 +5087,31,1233 +5087,42,0 +5087,44,479 +5087,48,159 +5087,51,67 +5087,52,80 +5087,53,13 +5087,54,46 +5087,56,55 +5087,61,0 +5087,62,345 +5087,71,0 +5087,72,0 +5087,81,40 +5087,92,34 +5089,11,0 +5089,21,0 +5089,22,34 +5089,23,0 +5089,31,1882 +5089,42,41 +5089,44,448 +5089,48,38 +5089,51,0 +5089,52,125 +5089,53,81 +5089,54,84 +5089,55,0 +5089,56,0 +5089,61,0 +5089,62,429 +5089,71,18 +5089,72,0 +5089,81,0 +5089,92,151 +5091,11,217 +5091,21,233 +5091,22,0 +5091,23,622 +5091,31,2385 +5091,42,0 +5091,44,1271 +5091,48,1788 +5091,51,133 +5091,52,247 +5091,53,182 +5091,54,0 +5091,55,0 +5091,56,1329 +5091,61,2140 +5091,62,1677 +5091,71,210 +5091,72,1300 +5091,81,276 +5091,92,760 +5093,11,0 +5093,21,0 +5093,22,170 +5093,23,932 +5093,31,6801 +5093,42,471 +5093,44,1547 +5093,48,828 +5093,51,33 +5093,52,269 +5093,53,202 +5093,54,152 +5093,55,215 +5093,56,1219 +5093,61,2935 +5093,62,0 +5093,71,58 +5093,72,1173 +5093,81,287 +5093,92,769 +5095,11,216 +5095,22,0 +5095,23,19 +5095,31,147 +5095,42,220 +5095,44,243 +5095,48,133 +5095,51,35 +5095,52,64 +5095,53,30 +5095,54,0 +5095,55,0 +5095,56,0 +5095,61,496 +5095,62,0 +5095,72,241 +5095,81,65 +5095,92,108 +5097,11,0 +5097,21,0 +5097,22,0 +5097,23,73 +5097,31,33 +5097,42,70 +5097,44,146 +5097,48,9 +5097,51,5 +5097,52,26 +5097,53,15 +5097,54,8 +5097,56,19 +5097,61,0 +5097,62,76 +5097,71,0 +5097,72,0 +5097,81,34 +5097,92,44 +5099,11,116 +5099,22,74 +5099,23,0 +5099,31,0 +5099,42,0 +5099,44,318 +5099,48,268 +5099,51,0 +5099,52,53 +5099,53,16 +5099,54,28 +5099,56,38 +5099,61,0 +5099,62,578 +5099,71,0 +5099,72,0 +5099,81,0 +5099,92,120 +5101,11,0 +5101,22,58 +5101,23,24 +5101,31,31 +5101,42,0 +5101,44,102 +5101,48,11 +5101,51,0 +5101,52,0 +5101,53,0 +5101,54,0 +5101,56,0 +5101,61,570 +5101,62,30 +5101,71,16 +5101,72,0 +5101,81,0 +5101,92,16 +5103,11,177 +5103,21,97 +5103,22,117 +5103,23,238 +5103,31,464 +5103,42,262 +5103,44,936 +5103,48,335 +5103,51,45 +5103,52,204 +5103,53,68 +5103,54,0 +5103,55,0 +5103,56,313 +5103,61,1713 +5103,62,0 +5103,71,17 +5103,72,468 +5103,81,115 +5103,92,392 +5105,11,0 +5105,21,0 +5105,22,0 +5105,23,89 +5105,31,32 +5105,42,13 +5105,44,131 +5105,48,19 +5105,51,0 +5105,52,25 +5105,53,0 +5105,54,15 +5105,56,41 +5105,61,0 +5105,62,0 +5105,72,68 +5105,81,36 +5105,92,100 +5107,11,543 +5107,22,61 +5107,23,123 +5107,31,400 +5107,42,328 +5107,44,701 +5107,48,252 +5107,51,17 +5107,52,151 +5107,53,70 +5107,54,2 +5107,55,0 +5107,56,211 +5107,61,1869 +5107,62,1425 +5107,71,12 +5107,72,348 +5107,81,74 +5107,92,287 +5109,11,0 +5109,21,0 +5109,22,19 +5109,23,54 +5109,31,429 +5109,42,140 +5109,44,342 +5109,48,93 +5109,51,33 +5109,52,0 +5109,53,0 +5109,54,32 +5109,55,0 +5109,56,39 +5109,61,783 +5109,62,0 +5109,71,46 +5109,72,214 +5109,81,67 +5109,92,25 +5111,11,0 +5111,21,0 +5111,22,98 +5111,23,85 +5111,31,746 +5111,42,494 +5111,44,655 +5111,48,183 +5111,51,0 +5111,52,117 +5111,53,77 +5111,54,61 +5111,55,0 +5111,56,0 +5111,61,1721 +5111,62,1041 +5111,71,0 +5111,72,0 +5111,81,0 +5111,92,284 +5113,11,0 +5113,21,0 +5113,22,65 +5113,23,216 +5113,31,1354 +5113,42,73 +5113,44,767 +5113,48,255 +5113,51,62 +5113,52,168 +5113,53,53 +5113,54,87 +5113,55,0 +5113,56,0 +5113,61,1181 +5113,62,1368 +5113,71,9 +5113,72,495 +5113,81,157 +5113,92,252 +5115,11,1038 +5115,21,95 +5115,22,190 +5115,23,1267 +5115,31,4695 +5115,42,0 +5115,44,3104 +5115,48,1622 +5115,51,164 +5115,52,734 +5115,53,213 +5115,54,717 +5115,55,304 +5115,56,1724 +5115,61,199 +5115,62,4301 +5115,71,115 +5115,72,2836 +5115,81,581 +5115,92,635 +5117,11,312 +5117,22,0 +5117,23,47 +5117,31,46 +5117,42,98 +5117,44,208 +5117,48,20 +5117,51,0 +5117,52,42 +5117,53,13 +5117,54,0 +5117,56,0 +5117,61,0 +5117,62,333 +5117,71,0 +5117,72,0 +5117,81,0 +5117,92,166 +5119,11,233 +5119,21,619 +5119,22,3397 +5119,23,10484 +5119,31,13828 +5119,42,14233 +5119,44,25074 +5119,48,13074 +5119,51,4668 +5119,52,14855 +5119,53,3891 +5119,54,16824 +5119,55,12998 +5119,56,22691 +5119,61,10802 +5119,62,54698 +5119,71,4007 +5119,72,21963 +5119,81,7070 +5119,92,20803 +5121,11,0 +5121,21,0 +5121,22,41 +5121,23,95 +5121,31,1672 +5121,42,0 +5121,44,619 +5121,48,186 +5121,51,28 +5121,52,123 +5121,53,34 +5121,54,0 +5121,55,0 +5121,56,238 +5121,61,0 +5121,62,0 +5121,71,20 +5121,72,420 +5121,81,49 +5121,92,257 +5123,11,376 +5123,22,132 +5123,23,0 +5123,31,0 +5123,42,680 +5123,44,936 +5123,48,289 +5123,51,62 +5123,52,203 +5123,53,77 +5123,54,123 +5123,55,0 +5123,56,0 +5123,61,0 +5123,62,0 +5123,71,24 +5123,72,678 +5123,81,57 +5123,92,875 +5125,11,0 +5125,21,0 +5125,22,292 +5125,23,2231 +5125,31,1361 +5125,42,757 +5125,44,4373 +5125,48,669 +5125,51,179 +5125,52,601 +5125,53,246 +5125,54,699 +5125,55,294 +5125,56,1583 +5125,61,274 +5125,62,6906 +5125,71,251 +5125,72,3443 +5125,81,883 +5125,92,1012 +5127,11,0 +5127,21,0 +5127,22,0 +5127,23,33 +5127,31,1276 +5127,42,0 +5127,44,212 +5127,48,74 +5127,51,0 +5127,52,44 +5127,53,20 +5127,54,0 +5127,56,0 +5127,61,0 +5127,62,0 +5127,71,0 +5127,72,0 +5127,81,0 +5127,92,54 +5129,11,0 +5129,22,0 +5129,23,0 +5129,31,171 +5129,42,45 +5129,44,188 +5129,48,15 +5129,51,0 +5129,52,32 +5129,53,35 +5129,54,6 +5129,56,108 +5129,61,0 +5129,62,442 +5129,71,19 +5129,72,0 +5129,81,0 +5129,92,102 +5131,11,51 +5131,21,411 +5131,22,596 +5131,23,2688 +5131,31,11523 +5131,42,3249 +5131,44,7639 +5131,48,2633 +5131,51,1049 +5131,52,1635 +5131,53,1118 +5131,54,1705 +5131,55,4457 +5131,56,6286 +5131,61,1237 +5131,62,14983 +5131,71,506 +5131,72,6111 +5131,81,1262 +5131,92,2172 +5133,11,0 +5133,21,0 +5133,22,41 +5133,23,0 +5133,31,0 +5133,42,99 +5133,44,649 +5133,48,99 +5133,51,0 +5133,52,156 +5133,53,46 +5133,54,93 +5133,55,0 +5133,56,0 +5133,61,1815 +5133,62,583 +5133,71,0 +5133,72,0 +5133,81,0 +5133,92,40 +5135,11,0 +5135,21,0 +5135,22,67 +5135,23,118 +5135,31,147 +5135,42,0 +5135,44,657 +5135,48,36 +5135,51,33 +5135,52,152 +5135,53,24 +5135,54,0 +5135,55,0 +5135,56,87 +5135,61,0 +5135,62,0 +5135,71,0 +5135,72,0 +5135,81,99 +5135,92,230 +5137,11,17 +5137,22,36 +5137,23,36 +5137,31,228 +5137,42,49 +5137,44,492 +5137,48,37 +5137,51,0 +5137,52,155 +5137,53,18 +5137,54,32 +5137,56,0 +5137,61,611 +5137,62,0 +5137,71,10 +5137,72,454 +5137,81,36 +5137,92,203 +5139,11,258 +5139,21,331 +5139,22,240 +5139,23,1632 +5139,31,2900 +5139,42,563 +5139,44,2018 +5139,48,914 +5139,51,109 +5139,52,475 +5139,53,156 +5139,54,249 +5139,55,1806 +5139,56,1280 +5139,61,85 +5139,62,2921 +5139,71,268 +5139,72,1275 +5139,81,427 +5139,92,558 +5141,11,28 +5141,21,104 +5141,22,138 +5141,23,130 +5141,31,178 +5141,42,55 +5141,44,574 +5141,48,185 +5141,51,45 +5141,52,130 +5141,53,31 +5141,54,70 +5141,56,104 +5141,61,0 +5141,62,0 +5141,71,0 +5141,72,0 +5141,81,169 +5141,92,6 +5143,11,0 +5143,21,0 +5143,22,740 +5143,23,6640 +5143,31,13849 +5143,42,4595 +5143,44,12339 +5143,48,7034 +5143,51,1104 +5143,52,2437 +5143,53,1496 +5143,54,5310 +5143,55,10005 +5143,56,6868 +5143,61,1974 +5143,62,22417 +5143,71,1623 +5143,72,12744 +5143,81,2258 +5143,92,2719 +5145,11,312 +5145,21,239 +5145,22,182 +5145,23,1106 +5145,31,2205 +5145,42,705 +5145,44,3490 +5145,48,2214 +5145,51,140 +5145,52,704 +5145,53,253 +5145,54,561 +5145,55,69 +5145,56,892 +5145,61,7409 +5145,62,5931 +5145,71,191 +5145,72,2686 +5145,81,517 +5145,92,638 +5147,11,0 +5147,21,0 +5147,22,0 +5147,23,36 +5147,31,179 +5147,42,165 +5147,44,163 +5147,48,19 +5147,51,0 +5147,52,38 +5147,53,11 +5147,54,6 +5147,55,0 +5147,56,0 +5147,61,0 +5147,62,0 +5147,71,0 +5147,72,0 +5147,81,12 +5147,92,132 +5149,11,0 +5149,21,0 +5149,22,33 +5149,23,253 +5149,31,2488 +5149,42,69 +5149,44,516 +5149,48,170 +5149,51,72 +5149,52,106 +5149,53,19 +5149,54,92 +5149,55,83 +5149,56,314 +5149,61,0 +5149,62,0 +5149,71,23 +5149,72,287 +5149,81,65 +5149,92,263 +6001,11,861 +6001,21,137 +6001,22,4518 +6001,23,51989 +6001,31,84861 +6001,42,39608 +6001,44,70781 +6001,48,41273 +6001,51,22420 +6001,52,18673 +6001,53,10974 +6001,54,80258 +6001,55,17043 +6001,56,46946 +6001,61,100651 +6001,62,121530 +6001,71,13694 +6001,72,65708 +6001,81,27633 +6001,92,25952 +6003,22,42 +6003,23,0 +6003,31,0 +6003,44,0 +6003,48,1 +6003,51,0 +6003,53,38 +6003,54,0 +6003,56,0 +6003,61,0 +6003,62,33 +6003,71,0 +6003,72,0 +6003,81,0 +6003,92,169 +6005,11,468 +6005,21,197 +6005,22,0 +6005,23,427 +6005,31,742 +6005,42,0 +6005,44,1534 +6005,48,197 +6005,51,153 +6005,52,210 +6005,53,67 +6005,54,325 +6005,55,0 +6005,56,0 +6005,61,0 +6005,62,27 +6005,71,149 +6005,72,1107 +6005,81,246 +6005,92,2919 +6007,11,3749 +6007,21,62 +6007,22,881 +6007,23,4411 +6007,31,4125 +6007,42,2376 +6007,44,10775 +6007,48,1309 +6007,51,854 +6007,52,1969 +6007,53,1325 +6007,54,2475 +6007,55,488 +6007,56,3344 +6007,61,647 +6007,62,18616 +6007,71,1440 +6007,72,9186 +6007,81,3862 +6007,92,4442 +6009,11,0 +6009,21,0 +6009,22,253 +6009,23,889 +6009,31,360 +6009,42,191 +6009,44,1224 +6009,48,241 +6009,51,97 +6009,52,130 +6009,53,98 +6009,54,18 +6009,55,0 +6009,56,378 +6009,61,40 +6009,62,1141 +6009,71,518 +6009,72,1011 +6009,81,374 +6009,92,1257 +6011,11,3948 +6011,22,67 +6011,23,179 +6011,31,1328 +6011,42,657 +6011,44,593 +6011,48,213 +6011,51,12 +6011,52,97 +6011,53,52 +6011,54,96 +6011,56,87 +6011,61,875 +6011,62,0 +6011,71,54 +6011,72,514 +6011,81,101 +6011,92,1142 +6013,11,949 +6013,21,97 +6013,22,1033 +6013,23,26997 +6013,31,16122 +6013,42,9926 +6013,44,41665 +6013,48,2474 +6013,51,7385 +6013,52,21017 +6013,53,7516 +6013,54,26089 +6013,55,9105 +6013,56,25721 +6013,61,11667 +6013,62,67010 +6013,71,8166 +6013,72,36277 +6013,81,13943 +6013,92,13894 +6015,11,416 +6015,22,0 +6015,23,179 +6015,31,154 +6015,42,0 +6015,44,905 +6015,48,96 +6015,51,68 +6015,52,87 +6015,53,87 +6015,54,101 +6015,55,0 +6015,56,0 +6015,61,1195 +6015,62,11 +6015,71,130 +6015,72,891 +6015,81,79 +6015,92,2427 +6017,11,531 +6017,21,37 +6017,22,234 +6017,23,6399 +6017,31,2545 +6017,42,1001 +6017,44,6288 +6017,48,750 +6017,51,607 +6017,52,2683 +6017,53,1011 +6017,54,3136 +6017,55,377 +6017,56,3424 +6017,61,723 +6017,62,8082 +6017,71,2089 +6017,72,7610 +6017,81,1963 +6017,92,3355 +6019,11,55870 +6019,21,281 +6019,22,3748 +6019,23,19425 +6019,31,26250 +6019,42,16060 +6019,44,38863 +6019,48,17012 +6019,51,0 +6019,52,10116 +6019,53,5270 +6019,54,12350 +6019,55,2452 +6019,56,21993 +6019,61,62591 +6019,62,74312 +6019,71,5749 +6019,72,32327 +6019,81,141 +6019,92,20161 +6021,11,0 +6021,21,0 +6021,22,204 +6021,23,344 +6021,31,755 +6021,42,368 +6021,44,851 +6021,48,541 +6021,51,3 +6021,52,130 +6021,53,32 +6021,54,156 +6021,56,106 +6021,61,0 +6021,62,0 +6021,71,67 +6021,72,703 +6021,81,162 +6021,92,1106 +6023,11,0 +6023,21,0 +6023,22,180 +6023,23,2217 +6023,31,2223 +6023,42,1241 +6023,44,7206 +6023,48,366 +6023,51,408 +6023,52,1236 +6023,53,668 +6023,54,1700 +6023,55,341 +6023,56,1881 +6023,61,2762 +6023,62,9462 +6023,71,1012 +6023,72,5648 +6023,81,2100 +6023,92,4653 +6025,11,13629 +6025,21,414 +6025,22,502 +6025,23,1583 +6025,31,1632 +6025,42,1975 +6025,44,7993 +6025,48,2270 +6025,51,280 +6025,52,825 +6025,53,474 +6025,54,962 +6025,55,169 +6025,56,1602 +6025,61,9801 +6025,62,11257 +6025,71,201 +6025,72,4219 +6025,81,970 +6025,92,8605 +6027,11,0 +6027,21,0 +6027,22,177 +6027,23,231 +6027,31,322 +6027,42,102 +6027,44,948 +6027,48,81 +6027,51,48 +6027,52,78 +6027,53,89 +6027,54,136 +6027,55,0 +6027,56,0 +6027,61,869 +6027,62,928 +6027,71,468 +6027,72,1537 +6027,81,254 +6027,92,1431 +6029,11,79183 +6029,21,10213 +6029,22,1642 +6029,23,16706 +6029,31,12939 +6029,42,8691 +6029,44,31562 +6029,48,14097 +6029,51,1987 +6029,52,4625 +6029,53,3307 +6029,54,10667 +6029,55,3727 +6029,56,17026 +6029,61,50647 +6029,62,42136 +6029,71,2853 +6029,72,25111 +6029,81,8095 +6029,92,30065 +6031,11,0 +6031,21,0 +6031,22,247 +6031,23,997 +6031,31,4947 +6031,42,657 +6031,44,4493 +6031,48,2389 +6031,51,146 +6031,52,545 +6031,53,408 +6031,54,870 +6031,55,141 +6031,56,531 +6031,61,6335 +6031,62,9233 +6031,71,285 +6031,72,3353 +6031,81,602 +6031,92,6854 +6033,11,1309 +6033,21,82 +6033,22,568 +6033,23,803 +6033,31,379 +6033,42,102 +6033,44,2298 +6033,48,311 +6033,51,99 +6033,52,211 +6033,53,159 +6033,54,249 +6033,55,92 +6033,56,316 +6033,61,78 +6033,62,4972 +6033,71,61 +6033,72,1141 +6033,81,301 +6033,92,1422 +6035,11,1000 +6035,22,94 +6035,23,167 +6035,31,7 +6035,42,99 +6035,44,872 +6035,48,35 +6035,51,99 +6035,52,98 +6035,53,43 +6035,54,6 +6035,55,0 +6035,56,127 +6035,61,2 +6035,62,31 +6035,71,21 +6035,72,566 +6035,81,134 +6035,92,5200 +6037,11,5559 +6037,21,2132 +6037,22,33639 +6037,23,153548 +6037,31,341529 +6037,42,241036 +6037,44,419442 +6037,48,239470 +6037,51,219774 +6037,52,143771 +6037,53,90867 +6037,54,319824 +6037,55,64087 +6037,56,306249 +6037,61,591028 +6037,62,809990 +6037,71,115140 +6037,72,452241 +6037,81,161337 +6037,92,184508 +6039,11,0 +6039,21,0 +6039,22,284 +6039,23,1872 +6039,31,3457 +6039,42,1037 +6039,44,3938 +6039,48,915 +6039,51,333 +6039,52,467 +6039,53,326 +6039,54,613 +6039,55,477 +6039,56,1344 +6039,61,124 +6039,62,8916 +6039,71,547 +6039,72,3243 +6039,81,970 +6039,92,4995 +6041,11,0 +6041,21,0 +6041,22,561 +6041,23,7901 +6041,31,5292 +6041,42,2689 +6041,44,14693 +6041,48,1067 +6041,51,2691 +6041,52,3365 +6041,53,2406 +6041,54,9513 +6041,55,2939 +6041,56,7150 +6041,61,6284 +6041,62,17638 +6041,71,3329 +6041,72,13194 +6041,81,6380 +6041,92,6318 +6043,11,0 +6043,21,0 +6043,22,0 +6043,23,200 +6043,31,85 +6043,42,0 +6043,44,395 +6043,48,46 +6043,51,0 +6043,52,0 +6043,53,33 +6043,54,140 +6043,55,0 +6043,56,0 +6043,61,17 +6043,62,440 +6043,71,659 +6043,72,1828 +6043,81,200 +6043,92,854 +6045,11,2175 +6045,21,36 +6045,22,70 +6045,23,1436 +6045,31,2330 +6045,42,819 +6045,44,4833 +6045,48,176 +6045,51,0 +6045,52,564 +6045,53,538 +6045,54,612 +6045,55,204 +6045,56,1223 +6045,61,4824 +6045,62,6323 +6045,71,796 +6045,72,4009 +6045,81,9 +6045,92,2694 +6047,11,0 +6047,21,0 +6047,22,0 +6047,23,2703 +6047,31,10076 +6047,42,0 +6047,44,8470 +6047,48,3704 +6047,51,293 +6047,52,1385 +6047,53,586 +6047,54,1263 +6047,55,952 +6047,56,2457 +6047,61,372 +6047,62,10207 +6047,71,509 +6047,72,5611 +6047,81,1370 +6047,92,3953 +6049,11,506 +6049,22,28 +6049,23,74 +6049,31,15 +6049,42,88 +6049,44,186 +6049,48,24 +6049,51,14 +6049,52,37 +6049,53,7 +6049,54,35 +6049,56,75 +6049,61,373 +6049,62,210 +6049,71,0 +6049,72,0 +6049,81,87 +6049,92,540 +6051,11,0 +6051,21,0 +6051,22,70 +6051,23,373 +6051,31,126 +6051,42,0 +6051,44,590 +6051,48,29 +6051,51,26 +6051,52,30 +6051,53,401 +6051,54,2 +6051,55,0 +6051,56,216 +6051,61,40 +6051,62,71 +6051,71,198 +6051,72,3540 +6051,81,259 +6051,92,659 +6053,11,69495 +6053,21,298 +6053,22,1183 +6053,23,6699 +6053,31,5351 +6053,42,6303 +6053,44,17044 +6053,48,4273 +6053,51,1041 +6053,52,2593 +6053,53,1988 +6053,54,5669 +6053,55,1545 +6053,56,9170 +6053,61,23849 +6053,62,22156 +6053,71,3008 +6053,72,23456 +6053,81,5320 +6053,92,14941 +6055,11,0 +6055,21,0 +6055,22,186 +6055,23,4820 +6055,31,13797 +6055,42,1930 +6055,44,6465 +6055,48,2179 +6055,51,337 +6055,52,1474 +6055,53,857 +6055,54,2597 +6055,55,622 +6055,56,4605 +6055,61,1702 +6055,62,12541 +6055,71,1178 +6055,72,12741 +6055,81,2186 +6055,92,3396 +6057,11,246 +6057,21,42 +6057,22,533 +6057,23,3034 +6057,31,1341 +6057,42,0 +6057,44,3996 +6057,48,693 +6057,51,283 +6057,52,706 +6057,53,684 +6057,54,1502 +6057,55,38 +6057,56,1124 +6057,61,4486 +6057,62,5875 +6057,71,1495 +6057,72,4069 +6057,81,1987 +6057,92,2092 +6059,11,2352 +6059,21,514 +6059,22,7349 +6059,23,109689 +6059,31,161072 +6059,42,86759 +6059,44,151436 +6059,48,35324 +6059,51,27604 +6059,52,82663 +6059,53,40624 +6059,54,139827 +6059,55,39456 +6059,56,172564 +6059,61,73216 +6059,62,210786 +6059,71,58242 +6059,72,174756 +6059,81,50290 +6059,92,41286 +6061,11,0 +6061,21,0 +6061,22,1529 +6061,23,17708 +6061,31,5712 +6061,42,5742 +6061,44,22964 +6061,48,3657 +6061,51,2533 +6061,52,8351 +6061,53,5433 +6061,54,10315 +6061,55,1992 +6061,56,12310 +6061,61,2999 +6061,62,28061 +6061,71,5471 +6061,72,19199 +6061,81,6659 +6061,92,5982 +6063,11,0 +6063,21,0 +6063,22,155 +6063,23,338 +6063,31,526 +6063,42,57 +6063,44,598 +6063,48,145 +6063,51,66 +6063,52,109 +6063,53,58 +6063,54,185 +6063,55,0 +6063,56,0 +6063,61,982 +6063,62,1305 +6063,71,221 +6063,72,767 +6063,81,267 +6063,92,972 +6065,11,16399 +6065,21,502 +6065,22,5371 +6065,23,69879 +6065,31,45590 +6065,42,28326 +6065,44,94445 +6065,48,52213 +6065,51,6906 +6065,52,11901 +6065,53,10705 +6065,54,22495 +6065,55,3152 +6065,56,55239 +6065,61,10687 +6065,62,110150 +6065,71,17064 +6065,72,96276 +6065,81,21883 +6065,92,41213 +6067,11,3154 +6067,21,195 +6067,22,7045 +6067,23,42458 +6067,31,21595 +6067,42,18882 +6067,44,63626 +6067,48,21185 +6067,51,8967 +6067,52,25065 +6067,53,9688 +6067,54,46444 +6067,55,10183 +6067,56,48748 +6067,61,69819 +6067,62,111287 +6067,71,9791 +6067,72,58629 +6067,81,22847 +6067,92,117663 +6069,11,0 +6069,21,0 +6069,22,0 +6069,23,1658 +6069,31,3185 +6069,42,0 +6069,44,1356 +6069,48,509 +6069,51,72 +6069,52,230 +6069,53,140 +6069,54,0 +6069,55,0 +6069,56,989 +6069,61,109 +6069,62,1347 +6069,71,223 +6069,72,1435 +6069,81,450 +6069,92,950 +6071,11,3142 +6071,21,851 +6071,22,5761 +6071,23,39598 +6071,31,56355 +6071,42,44918 +6071,44,89856 +6071,48,97031 +6071,51,5544 +6071,52,13986 +6071,53,10014 +6071,54,23290 +6071,55,5829 +6071,56,60505 +6071,61,20033 +6071,62,121753 +6071,71,13372 +6071,72,71115 +6071,81,20535 +6071,92,38738 +6073,11,12318 +6073,21,400 +6073,22,5507 +6073,23,86704 +6073,31,116109 +6073,42,48154 +6073,44,148556 +6073,48,39251 +6073,51,25660 +6073,52,49310 +6073,53,30846 +6073,54,156095 +6073,55,24282 +6073,56,94939 +6073,61,166183 +6073,62,207654 +6073,71,38803 +6073,72,180357 +6073,81,55716 +6073,92,73617 +6075,11,0 +6075,21,0 +6075,22,5041 +6075,23,24664 +6075,31,13722 +6075,42,15689 +6075,44,45499 +6075,48,23427 +6075,51,53518 +6075,52,48677 +6075,53,16885 +6075,54,152268 +6075,55,20485 +6075,56,42884 +6075,61,28068 +6075,62,80033 +6075,71,16202 +6075,72,87561 +6075,81,31200 +6075,92,23172 +6077,11,19370 +6077,21,125 +6077,22,2266 +6077,23,13404 +6077,31,19577 +6077,42,13895 +6077,44,26674 +6077,48,32099 +6077,51,1686 +6077,52,5037 +6077,53,3255 +6077,54,5380 +6077,55,2091 +6077,56,14416 +6077,61,6784 +6077,62,37364 +6077,71,2793 +6077,72,20210 +6077,81,7152 +6077,92,16052 +6079,11,6285 +6079,21,74 +6079,22,183 +6079,23,8356 +6079,31,7926 +6079,42,2949 +6079,44,14098 +6079,48,629 +6079,51,1391 +6079,52,2333 +6079,53,1668 +6079,54,6308 +6079,55,700 +6079,56,4960 +6079,61,9542 +6079,62,17727 +6079,71,1864 +6079,72,18279 +6079,81,3979 +6079,92,8853 +6081,11,1702 +6081,21,80 +6081,22,1265 +6081,23,21002 +6081,31,25872 +6081,42,12718 +6081,44,32903 +6081,48,29147 +6081,51,48062 +6081,52,17651 +6081,53,7555 +6081,54,61583 +6081,55,7293 +6081,56,22655 +6081,61,16375 +6081,62,43233 +6081,71,7265 +6081,72,40083 +6081,81,15525 +6081,92,11585 +6083,11,30486 +6083,21,1191 +6083,22,1080 +6083,23,9088 +6083,31,13035 +6083,42,5593 +6083,44,18796 +6083,48,4640 +6083,51,4161 +6083,52,3977 +6083,53,3173 +6083,54,12494 +6083,55,2887 +6083,56,9909 +6083,61,22834 +6083,62,28122 +6083,71,4351 +6083,72,24976 +6083,81,7041 +6083,92,8878 +6085,11,4139 +6085,21,174 +6085,22,3847 +6085,23,53474 +6085,31,170256 +6085,42,34025 +6085,44,83657 +6085,48,20137 +6085,51,105595 +6085,52,23118 +6085,53,16055 +6085,54,173357 +6085,55,15615 +6085,56,67610 +6085,61,68661 +6085,62,133641 +6085,71,19333 +6085,72,90429 +6085,81,29063 +6085,92,27353 +6087,11,10360 +6087,21,21 +6087,22,567 +6087,23,4570 +6087,31,7136 +6087,42,3665 +6087,44,11804 +6087,48,2284 +6087,51,648 +6087,52,2079 +6087,53,1603 +6087,54,5169 +6087,55,1839 +6087,56,4710 +6087,61,2999 +6087,62,16108 +6087,71,2777 +6087,72,12199 +6087,81,4920 +6087,92,4513 +6089,11,0 +6089,21,0 +6089,22,658 +6089,23,3529 +6089,31,2543 +6089,42,2139 +6089,44,9049 +6089,48,2034 +6089,51,537 +6089,52,2012 +6089,53,896 +6089,54,2593 +6089,55,617 +6089,56,4907 +6089,61,9103 +6089,62,15538 +6089,71,1135 +6089,72,5941 +6089,81,2170 +6089,92,5958 +6091,11,0 +6091,21,0 +6091,22,0 +6091,23,0 +6091,31,0 +6091,42,0 +6091,44,27 +6091,48,13 +6091,51,0 +6091,52,0 +6091,53,0 +6091,54,0 +6091,56,0 +6091,61,177 +6091,62,72 +6091,72,61 +6091,81,6 +6091,92,37 +6093,11,0 +6093,21,0 +6093,22,61 +6093,23,470 +6093,31,899 +6093,42,250 +6093,44,1633 +6093,48,253 +6093,51,136 +6093,52,215 +6093,53,104 +6093,54,286 +6093,55,25 +6093,56,437 +6093,61,2548 +6093,62,2500 +6093,71,441 +6093,72,1518 +6093,81,444 +6093,92,1870 +6095,11,1852 +6095,21,582 +6095,22,1082 +6095,23,12635 +6095,31,12587 +6095,42,4765 +6095,44,18465 +6095,48,4750 +6095,51,1180 +6095,52,3650 +6095,53,1736 +6095,54,4012 +6095,55,780 +6095,56,6230 +6095,61,17918 +6095,62,29828 +6095,71,2954 +6095,72,13558 +6095,81,4638 +6095,92,10996 +6097,11,8419 +6097,21,163 +6097,22,1541 +6097,23,16924 +6097,31,23439 +6097,42,8288 +6097,44,24367 +6097,48,4962 +6097,51,2967 +6097,52,5040 +6097,53,4073 +6097,54,10174 +6097,55,2188 +6097,56,12801 +6097,61,6439 +6097,62,34403 +6097,71,6972 +6097,72,21823 +6097,81,7246 +6097,92,6947 +6099,11,18575 +6099,21,24 +6099,22,1338 +6099,23,10716 +6099,31,21737 +6099,42,0 +6099,44,22901 +6099,48,9733 +6099,51,1052 +6099,52,3314 +6099,53,2210 +6099,54,5978 +6099,55,1585 +6099,56,8765 +6099,61,31868 +6099,62,36288 +6099,71,2295 +6099,72,17165 +6099,81,5051 +6099,92,5447 +6101,11,5750 +6101,21,58 +6101,22,57 +6101,23,1568 +6101,31,1521 +6101,42,1456 +6101,44,4503 +6101,48,1408 +6101,51,180 +6101,52,722 +6101,53,492 +6101,54,742 +6101,55,138 +6101,56,1543 +6101,61,4656 +6101,62,5018 +6101,71,436 +6101,72,2870 +6101,81,786 +6101,92,1598 +6103,11,0 +6103,21,0 +6103,22,125 +6103,23,841 +6103,31,1813 +6103,42,316 +6103,44,2127 +6103,48,1718 +6103,51,91 +6103,52,221 +6103,53,104 +6103,54,227 +6103,55,146 +6103,56,543 +6103,61,60 +6103,62,3193 +6103,71,169 +6103,72,1387 +6103,81,302 +6103,92,1547 +6105,11,0 +6105,21,0 +6105,22,9 +6105,23,68 +6105,31,198 +6105,42,19 +6105,44,336 +6105,48,36 +6105,51,38 +6105,52,37 +6105,53,9 +6105,54,109 +6105,56,38 +6105,61,0 +6105,62,0 +6105,71,0 +6105,72,0 +6105,81,87 +6105,92,661 +6107,11,0 +6107,21,0 +6107,22,1130 +6107,23,6492 +6107,31,12965 +6107,42,4814 +6107,44,16290 +6107,48,6962 +6107,51,908 +6107,52,2903 +6107,53,1388 +6107,54,2837 +6107,55,640 +6107,56,8811 +6107,61,1285 +6107,62,17622 +6107,71,1234 +6107,72,11089 +6107,81,3252 +6107,92,7672 +6109,11,172 +6109,21,83 +6109,22,181 +6109,23,919 +6109,31,839 +6109,42,179 +6109,44,2407 +6109,48,231 +6109,51,138 +6109,52,266 +6109,53,256 +6109,54,5 +6109,55,0 +6109,56,651 +6109,61,1909 +6109,62,3102 +6109,71,441 +6109,72,2066 +6109,81,379 +6109,92,1619 +6111,11,31206 +6111,21,1060 +6111,22,2100 +6111,23,17690 +6111,31,26676 +6111,42,14290 +6111,44,39124 +6111,48,6855 +6111,51,5187 +6111,52,12318 +6111,53,4314 +6111,54,19693 +6111,55,7835 +6111,56,21569 +6111,61,8355 +6111,62,43617 +6111,71,6150 +6111,72,33172 +6111,81,8868 +6111,92,15487 +6113,11,7100 +6113,21,123 +6113,22,0 +6113,23,4487 +6113,31,6892 +6113,42,0 +6113,44,8310 +6113,48,9932 +6113,51,891 +6113,52,1174 +6113,53,1535 +6113,54,4520 +6113,55,1103 +6113,56,4425 +6113,61,940 +6113,62,10585 +6113,71,1316 +6113,72,6951 +6113,81,2495 +6113,92,7541 +6115,11,949 +6115,21,99 +6115,22,0 +6115,23,1185 +6115,31,759 +6115,42,0 +6115,44,1535 +6115,48,467 +6115,51,102 +6115,52,176 +6115,53,122 +6115,54,188 +6115,55,0 +6115,56,550 +6115,61,0 +6115,62,89 +6115,71,237 +6115,72,1358 +6115,81,220 +6115,92,2001 +8001,11,2010 +8001,21,1404 +8001,22,803 +8001,23,24137 +8001,31,14419 +8001,42,17497 +8001,44,20911 +8001,48,23324 +8001,51,2760 +8001,52,3518 +8001,53,3577 +8001,54,7199 +8001,55,1760 +8001,56,15342 +8001,61,23875 +8001,62,25593 +8001,71,2201 +8001,72,18119 +8001,81,6248 +8001,92,10029 +8003,11,520 +8003,21,35 +8003,22,0 +8003,23,411 +8003,31,129 +8003,42,0 +8003,44,1103 +8003,48,232 +8003,51,84 +8003,52,329 +8003,53,99 +8003,54,160 +8003,55,0 +8003,56,0 +8003,61,37 +8003,62,2109 +8003,71,53 +8003,72,935 +8003,81,198 +8003,92,947 +8005,11,225 +8005,21,673 +8005,22,378 +8005,23,23342 +8005,31,8454 +8005,42,15520 +8005,44,33572 +8005,48,6279 +8005,51,20284 +8005,52,26319 +8005,53,6884 +8005,54,35407 +8005,55,9308 +8005,56,28637 +8005,61,42055 +8005,62,50999 +8005,71,5190 +8005,72,27147 +8005,81,9949 +8005,92,15848 +8007,11,55 +8007,21,17 +8007,22,0 +8007,23,342 +8007,31,96 +8007,42,29 +8007,44,746 +8007,48,9 +8007,51,36 +8007,52,99 +8007,53,169 +8007,54,151 +8007,55,15 +8007,56,161 +8007,61,28 +8007,62,491 +8007,71,52 +8007,72,799 +8007,81,156 +8007,92,328 +8009,11,0 +8009,21,0 +8009,22,0 +8009,23,25 +8009,42,60 +8009,44,120 +8009,48,14 +8009,51,0 +8009,52,39 +8009,54,0 +8009,56,0 +8009,61,0 +8009,62,30 +8009,71,0 +8009,72,0 +8009,81,18 +8009,92,206 +8011,11,0 +8011,21,0 +8011,22,0 +8011,23,0 +8011,31,0 +8011,42,0 +8011,44,78 +8011,48,11 +8011,51,0 +8011,52,4 +8011,53,0 +8011,54,17 +8011,56,0 +8011,61,0 +8011,62,57 +8011,71,0 +8011,72,0 +8011,81,0 +8011,92,162 +8013,11,693 +8013,21,191 +8013,22,296 +8013,23,5902 +8013,31,19893 +8013,42,6970 +8013,44,17552 +8013,48,1958 +8013,51,9239 +8013,52,4221 +8013,53,2757 +8013,54,30752 +8013,55,1565 +8013,56,6580 +8013,61,23234 +8013,62,26515 +8013,71,3462 +8013,72,18086 +8013,81,5477 +8013,92,9794 +8014,11,0 +8014,21,0 +8014,23,2380 +8014,31,4455 +8014,42,1437 +8014,44,4525 +8014,48,418 +8014,51,5273 +8014,52,1724 +8014,53,425 +8014,54,5541 +8014,55,3790 +8014,56,1661 +8014,61,828 +8014,62,3247 +8014,71,405 +8014,72,3531 +8014,81,787 +8014,92,162 +8015,11,0 +8015,21,0 +8015,22,70 +8015,23,659 +8015,31,186 +8015,42,265 +8015,44,1203 +8015,48,111 +8015,51,88 +8015,52,212 +8015,53,149 +8015,54,275 +8015,55,4 +8015,56,96 +8015,61,158 +8015,62,521 +8015,71,611 +8015,72,1551 +8015,81,221 +8015,92,1084 +8017,11,65 +8017,21,78 +8017,22,0 +8017,23,0 +8017,31,0 +8017,42,57 +8017,44,36 +8017,48,8 +8017,51,0 +8017,52,0 +8017,53,0 +8017,54,7 +8017,55,0 +8017,56,0 +8017,61,0 +8017,62,0 +8017,71,0 +8017,72,22 +8017,81,0 +8017,92,81 +8019,11,0 +8019,21,0 +8019,22,26 +8019,23,112 +8019,31,50 +8019,42,58 +8019,44,238 +8019,48,88 +8019,51,0 +8019,52,0 +8019,53,24 +8019,54,93 +8019,55,21 +8019,56,74 +8019,61,46 +8019,62,75 +8019,71,437 +8019,72,733 +8019,81,86 +8019,92,396 +8021,11,128 +8021,21,31 +8021,23,99 +8021,31,37 +8021,42,58 +8021,44,173 +8021,48,70 +8021,51,0 +8021,52,0 +8021,53,0 +8021,54,14 +8021,55,0 +8021,56,0 +8021,61,488 +8021,62,256 +8021,71,0 +8021,72,0 +8021,81,32 +8021,92,279 +8023,11,146 +8023,22,0 +8023,23,0 +8023,31,0 +8023,42,0 +8023,44,64 +8023,48,8 +8023,51,0 +8023,53,0 +8023,54,0 +8023,56,7 +8023,61,0 +8023,62,78 +8023,71,0 +8023,72,0 +8023,81,29 +8023,92,225 +8025,11,0 +8025,21,0 +8025,22,0 +8025,23,12 +8025,42,0 +8025,44,84 +8025,48,9 +8025,52,0 +8025,53,0 +8025,54,0 +8025,56,0 +8025,61,0 +8025,62,0 +8025,72,0 +8025,81,9 +8025,92,120 +8027,11,0 +8027,21,0 +8027,22,0 +8027,23,37 +8027,31,32 +8027,42,20 +8027,44,138 +8027,48,10 +8027,51,13 +8027,52,16 +8027,53,20 +8027,54,27 +8027,55,0 +8027,56,0 +8027,61,0 +8027,62,0 +8027,71,0 +8027,72,0 +8027,81,23 +8027,92,133 +8029,11,439 +8029,21,106 +8029,22,55 +8029,23,462 +8029,31,519 +8029,42,112 +8029,44,1223 +8029,48,132 +8029,51,125 +8029,52,223 +8029,53,231 +8029,54,195 +8029,55,22 +8029,56,207 +8029,61,63 +8029,62,1331 +8029,71,18 +8029,72,744 +8029,81,226 +8029,92,673 +8031,11,1816 +8031,21,8288 +8031,22,2444 +8031,23,23881 +8031,31,21487 +8031,42,30054 +8031,44,31653 +8031,48,33470 +8031,51,15223 +8031,52,27702 +8031,53,15082 +8031,54,61954 +8031,55,13988 +8031,56,36001 +8031,61,25114 +8031,62,60668 +8031,71,11051 +8031,72,55376 +8031,81,18475 +8031,92,18325 +8033,11,0 +8033,21,0 +8033,23,13 +8033,31,33 +8033,42,0 +8033,44,66 +8033,48,4 +8033,51,0 +8033,52,0 +8033,53,0 +8033,54,5 +8033,56,16 +8033,61,0 +8033,62,0 +8033,71,0 +8033,72,0 +8033,81,0 +8033,92,5 +8035,11,273 +8035,21,313 +8035,22,611 +8035,23,9455 +8035,31,2021 +8035,42,4808 +8035,44,18696 +8035,48,1968 +8035,51,5613 +8035,52,13107 +8035,53,2068 +8035,54,13738 +8035,55,3664 +8035,56,6130 +8035,61,21193 +8035,62,15772 +8035,71,3777 +8035,72,13239 +8035,81,4202 +8035,92,4107 +8037,11,84 +8037,21,26 +8037,22,85 +8037,23,3383 +8037,31,377 +8037,42,451 +8037,44,3685 +8037,48,854 +8037,51,269 +8037,52,501 +8037,53,1744 +8037,54,1430 +8037,55,115 +8037,56,2713 +8037,61,2871 +8037,62,2911 +8037,71,3707 +8037,72,7934 +8037,81,1043 +8037,92,1723 +8039,11,0 +8039,21,0 +8039,22,0 +8039,23,822 +8039,31,115 +8039,42,114 +8039,44,451 +8039,48,23 +8039,51,36 +8039,52,63 +8039,53,29 +8039,54,285 +8039,55,4 +8039,56,196 +8039,61,1244 +8039,62,105 +8039,71,77 +8039,72,248 +8039,81,163 +8039,92,350 +8041,11,769 +8041,21,54 +8041,22,3176 +8041,23,17901 +8041,31,11726 +8041,42,6072 +8041,44,31962 +8041,48,6078 +8041,51,6139 +8041,52,13253 +8041,53,5055 +8041,54,27370 +8041,55,1324 +8041,56,18990 +8041,61,46140 +8041,62,43324 +8041,71,5984 +8041,72,32196 +8041,81,12018 +8041,92,16198 +8043,11,37 +8043,21,68 +8043,22,127 +8043,23,671 +8043,31,609 +8043,42,152 +8043,44,1666 +8043,48,382 +8043,51,82 +8043,52,195 +8043,53,147 +8043,54,0 +8043,55,0 +8043,56,328 +8043,61,34 +8043,62,2499 +8043,71,334 +8043,72,1215 +8043,81,256 +8043,92,1823 +8045,11,264 +8045,21,1147 +8045,22,365 +8045,23,3328 +8045,31,373 +8045,42,658 +8045,44,3097 +8045,48,654 +8045,51,160 +8045,52,555 +8045,53,760 +8045,54,1259 +8045,55,161 +8045,56,1250 +8045,61,4996 +8045,62,3856 +8045,71,595 +8045,72,3281 +8045,81,749 +8045,92,2069 +8047,11,0 +8047,22,0 +8047,23,55 +8047,31,0 +8047,42,0 +8047,44,0 +8047,48,9 +8047,51,0 +8047,52,0 +8047,53,0 +8047,54,0 +8047,55,0 +8047,56,89 +8047,61,0 +8047,62,0 +8047,71,1576 +8047,72,2264 +8047,81,48 +8047,92,384 +8049,11,59 +8049,21,29 +8049,22,90 +8049,23,738 +8049,31,118 +8049,42,0 +8049,44,732 +8049,48,106 +8049,51,30 +8049,52,107 +8049,53,451 +8049,54,164 +8049,55,4 +8049,56,162 +8049,61,20 +8049,62,277 +8049,71,1195 +8049,72,2019 +8049,81,158 +8049,92,573 +8051,11,100 +8051,21,424 +8051,22,75 +8051,23,766 +8051,31,143 +8051,42,48 +8051,44,1040 +8051,48,163 +8051,51,93 +8051,52,146 +8051,53,277 +8051,54,380 +8051,55,4 +8051,56,239 +8051,61,114 +8051,62,359 +8051,71,833 +8051,72,1542 +8051,81,202 +8051,92,817 +8053,11,0 +8053,21,0 +8053,23,38 +8053,31,0 +8053,42,0 +8053,44,20 +8053,48,3 +8053,51,9 +8053,52,0 +8053,53,0 +8053,54,0 +8053,55,0 +8053,56,0 +8053,61,0 +8053,62,0 +8053,71,5 +8053,72,49 +8053,81,12 +8053,92,0 +8055,11,0 +8055,21,0 +8055,22,0 +8055,23,39 +8055,31,98 +8055,42,10 +8055,44,263 +8055,48,11 +8055,51,29 +8055,52,21 +8055,53,15 +8055,54,31 +8055,55,0 +8055,56,0 +8055,61,0 +8055,62,0 +8055,71,6 +8055,72,207 +8055,81,19 +8055,92,236 +8057,11,109 +8057,21,23 +8057,22,0 +8057,23,0 +8057,31,0 +8057,44,67 +8057,48,5 +8057,52,0 +8057,53,0 +8057,54,40 +8057,56,3 +8057,61,0 +8057,62,0 +8057,71,0 +8057,72,0 +8057,81,0 +8057,92,33 +8059,11,578 +8059,21,439 +8059,22,1227 +8059,23,18406 +8059,31,20188 +8059,42,7496 +8059,44,28977 +8059,48,3941 +8059,51,5524 +8059,52,7429 +8059,53,3744 +8059,54,25146 +8059,55,2691 +8059,56,15050 +8059,61,6431 +8059,62,35580 +8059,71,5269 +8059,72,24820 +8059,81,7708 +8059,92,20154 +8061,11,53 +8061,22,0 +8061,23,7 +8061,42,0 +8061,44,86 +8061,48,7 +8061,51,0 +8061,52,0 +8061,54,0 +8061,56,0 +8061,61,0 +8061,62,0 +8061,71,6 +8061,72,0 +8061,81,0 +8061,92,6 +8063,11,0 +8063,21,0 +8063,22,40 +8063,23,98 +8063,31,116 +8063,42,340 +8063,44,309 +8063,48,90 +8063,51,43 +8063,52,130 +8063,53,16 +8063,54,41 +8063,56,23 +8063,61,0 +8063,62,219 +8063,71,7 +8063,72,301 +8063,81,41 +8063,92,39 +8065,21,0 +8065,22,0 +8065,23,157 +8065,31,0 +8065,42,13 +8065,44,198 +8065,48,10 +8065,51,10 +8065,52,15 +8065,53,26 +8065,54,0 +8065,55,0 +8065,56,73 +8065,61,0 +8065,62,0 +8065,71,150 +8065,72,309 +8065,81,40 +8065,92,366 +8067,11,119 +8067,21,442 +8067,22,209 +8067,23,2321 +8067,31,729 +8067,42,567 +8067,44,3307 +8067,48,797 +8067,51,403 +8067,52,828 +8067,53,465 +8067,54,1142 +8067,55,136 +8067,56,905 +8067,61,4270 +8067,62,3872 +8067,71,943 +8067,72,3454 +8067,81,687 +8067,92,3182 +8069,11,1204 +8069,21,602 +8069,22,1042 +8069,23,11498 +8069,31,14698 +8069,42,5367 +8069,44,19433 +8069,48,3411 +8069,51,3805 +8069,52,3495 +8069,53,3199 +8069,54,11062 +8069,55,1043 +8069,56,8774 +8069,61,3484 +8069,62,19011 +8069,71,3208 +8069,72,19383 +8069,81,5089 +8069,92,9428 +8071,11,38 +8071,21,267 +8071,22,22 +8071,23,169 +8071,31,77 +8071,42,112 +8071,44,817 +8071,48,90 +8071,51,29 +8071,52,134 +8071,53,59 +8071,54,77 +8071,55,0 +8071,56,0 +8071,61,26 +8071,62,979 +8071,71,26 +8071,72,597 +8071,81,247 +8071,92,656 +8073,11,44 +8073,22,58 +8073,23,82 +8073,31,9 +8073,42,11 +8073,44,320 +8073,48,31 +8073,51,31 +8073,52,67 +8073,53,59 +8073,54,35 +8073,55,0 +8073,56,0 +8073,61,0 +8073,62,154 +8073,72,333 +8073,81,41 +8073,92,303 +8075,11,393 +8075,21,187 +8075,22,156 +8075,23,282 +8075,31,296 +8075,42,284 +8075,44,1055 +8075,48,273 +8075,51,62 +8075,52,175 +8075,53,62 +8075,54,97 +8075,55,68 +8075,56,138 +8075,61,1039 +8075,62,1437 +8075,71,31 +8075,72,783 +8075,81,271 +8075,92,1590 +8077,11,704 +8077,21,2263 +8077,22,249 +8077,23,4922 +8077,31,3126 +8077,42,2494 +8077,44,8269 +8077,48,2645 +8077,51,643 +8077,52,1987 +8077,53,1071 +8077,54,2353 +8077,55,147 +8077,56,2844 +8077,61,743 +8077,62,13531 +8077,71,1079 +8077,72,6905 +8077,81,1930 +8077,92,3910 +8079,23,0 +8079,31,0 +8079,42,0 +8079,44,0 +8079,48,3 +8079,51,0 +8079,52,0 +8079,53,0 +8079,54,4 +8079,55,0 +8079,56,0 +8079,61,0 +8079,62,0 +8079,71,0 +8079,72,0 +8079,81,5 +8079,92,2 +8081,11,49 +8081,21,487 +8081,22,0 +8081,23,188 +8081,31,54 +8081,42,177 +8081,44,707 +8081,48,19 +8081,51,39 +8081,52,84 +8081,53,36 +8081,54,0 +8081,55,0 +8081,56,93 +8081,61,28 +8081,62,811 +8081,71,104 +8081,72,439 +8081,81,145 +8081,92,161 +8083,11,91 +8083,21,115 +8083,22,107 +8083,23,378 +8083,31,393 +8083,42,225 +8083,44,1409 +8083,48,295 +8083,51,82 +8083,52,185 +8083,53,137 +8083,54,191 +8083,55,58 +8083,56,110 +8083,61,218 +8083,62,1710 +8083,71,130 +8083,72,1056 +8083,81,333 +8083,92,1229 +8085,11,339 +8085,21,29 +8085,22,259 +8085,23,1387 +8085,31,1294 +8085,42,407 +8085,44,2231 +8085,48,597 +8085,51,168 +8085,52,316 +8085,53,378 +8085,54,449 +8085,55,144 +8085,56,552 +8085,61,48 +8085,62,2345 +8085,71,179 +8085,72,1460 +8085,81,393 +8085,92,1196 +8087,11,1084 +8087,21,422 +8087,22,287 +8087,23,671 +8087,31,3050 +8087,42,362 +8087,44,1144 +8087,48,311 +8087,51,291 +8087,52,234 +8087,53,57 +8087,54,241 +8087,55,17 +8087,56,432 +8087,61,30 +8087,62,1369 +8087,71,53 +8087,72,896 +8087,81,201 +8087,92,1034 +8089,11,0 +8089,21,0 +8089,22,118 +8089,23,223 +8089,31,558 +8089,42,264 +8089,44,701 +8089,48,101 +8089,51,120 +8089,52,172 +8089,53,31 +8089,54,109 +8089,55,0 +8089,56,0 +8089,61,0 +8089,62,1397 +8089,71,28 +8089,72,557 +8089,81,117 +8089,92,616 +8091,11,95 +8091,21,21 +8091,22,0 +8091,23,192 +8091,31,88 +8091,42,13 +8091,44,190 +8091,48,12 +8091,51,13 +8091,52,40 +8091,53,38 +8091,54,75 +8091,55,6 +8091,56,43 +8091,61,49 +8091,62,56 +8091,71,64 +8091,72,550 +8091,81,57 +8091,92,194 +8093,11,0 +8093,21,0 +8093,22,0 +8093,23,310 +8093,31,109 +8093,42,74 +8093,44,289 +8093,48,20 +8093,51,17 +8093,52,29 +8093,53,37 +8093,54,151 +8093,55,0 +8093,56,0 +8093,61,18 +8093,62,75 +8093,71,32 +8093,72,352 +8093,81,102 +8093,92,32 +8095,11,0 +8095,21,0 +8095,22,0 +8095,23,35 +8095,31,17 +8095,42,135 +8095,44,128 +8095,48,16 +8095,51,23 +8095,52,0 +8095,53,0 +8095,54,0 +8095,56,0 +8095,61,0 +8095,62,0 +8095,71,0 +8095,72,0 +8095,81,17 +8095,92,8 +8097,11,0 +8097,21,0 +8097,22,0 +8097,23,680 +8097,31,124 +8097,42,0 +8097,44,1424 +8097,48,309 +8097,51,148 +8097,52,242 +8097,53,1379 +8097,54,843 +8097,55,81 +8097,56,1065 +8097,61,519 +8097,62,461 +8097,71,2231 +8097,72,4375 +8097,81,779 +8097,92,1664 +8099,11,538 +8099,21,52 +8099,22,81 +8099,23,131 +8099,31,357 +8099,42,85 +8099,44,654 +8099,48,81 +8099,51,52 +8099,52,195 +8099,53,38 +8099,54,0 +8099,55,0 +8099,56,116 +8099,61,0 +8099,62,527 +8099,71,11 +8099,72,400 +8099,81,107 +8099,92,565 +8101,11,0 +8101,21,0 +8101,22,790 +8101,23,3681 +8101,31,4671 +8101,42,1689 +8101,44,8036 +8101,48,1734 +8101,51,662 +8101,52,1219 +8101,53,530 +8101,54,2449 +8101,55,142 +8101,56,4056 +8101,61,695 +8101,62,14506 +8101,71,755 +8101,72,6045 +8101,81,1573 +8101,92,5232 +8103,11,50 +8103,21,566 +8103,22,0 +8103,23,208 +8103,31,35 +8103,42,0 +8103,44,192 +8103,48,75 +8103,51,16 +8103,52,42 +8103,53,21 +8103,54,39 +8103,56,158 +8103,61,0 +8103,62,49 +8103,71,0 +8103,72,0 +8103,81,66 +8103,92,492 +8105,11,0 +8105,21,0 +8105,22,87 +8105,23,97 +8105,31,179 +8105,42,308 +8105,44,371 +8105,48,75 +8105,51,21 +8105,52,106 +8105,53,32 +8105,54,63 +8105,55,0 +8105,56,0 +8105,61,667 +8105,62,0 +8105,71,0 +8105,72,0 +8105,81,105 +8105,92,516 +8107,11,150 +8107,21,327 +8107,22,226 +8107,23,1305 +8107,31,142 +8107,42,363 +8107,44,1679 +8107,48,317 +8107,51,186 +8107,52,323 +8107,53,1050 +8107,54,599 +8107,55,51 +8107,56,982 +8107,61,1845 +8107,62,1275 +8107,71,1629 +8107,72,2382 +8107,81,443 +8107,92,1043 +8109,11,0 +8109,21,0 +8109,22,0 +8109,23,39 +8109,31,49 +8109,42,118 +8109,44,102 +8109,48,23 +8109,51,22 +8109,52,0 +8109,53,0 +8109,54,7 +8109,55,4 +8109,56,18 +8109,61,614 +8109,62,86 +8109,71,0 +8109,72,0 +8109,81,57 +8109,92,233 +8111,22,0 +8111,23,0 +8111,31,0 +8111,42,0 +8111,44,43 +8111,48,1 +8111,51,0 +8111,52,0 +8111,53,6 +8111,54,0 +8111,56,0 +8111,61,0 +8111,62,0 +8111,71,33 +8111,72,102 +8111,81,14 +8111,92,4 +8113,11,13 +8113,21,34 +8113,22,10 +8113,23,425 +8113,31,154 +8113,42,31 +8113,44,545 +8113,48,55 +8113,51,42 +8113,52,68 +8113,53,313 +8113,54,206 +8113,55,16 +8113,56,300 +8113,61,152 +8113,62,255 +8113,71,851 +8113,72,1415 +8113,81,164 +8113,92,568 +8115,11,135 +8115,22,0 +8115,23,15 +8115,31,42 +8115,42,25 +8115,44,63 +8115,48,10 +8115,51,0 +8115,52,0 +8115,53,0 +8115,54,9 +8115,56,28 +8115,61,0 +8115,62,36 +8115,71,0 +8115,72,0 +8115,81,0 +8115,92,100 +8117,11,0 +8117,21,0 +8117,22,45 +8117,23,1407 +8117,31,235 +8117,42,0 +8117,44,2833 +8117,48,358 +8117,51,182 +8117,52,269 +8117,53,1162 +8117,54,710 +8117,55,45 +8117,56,1027 +8117,61,378 +8117,62,1527 +8117,71,1776 +8117,72,7455 +8117,81,592 +8117,92,1817 +8119,11,23 +8119,21,0 +8119,22,45 +8119,23,401 +8119,31,0 +8119,42,94 +8119,44,1002 +8119,48,81 +8119,51,52 +8119,52,147 +8119,53,113 +8119,54,315 +8119,55,37 +8119,56,185 +8119,61,15 +8119,62,435 +8119,71,649 +8119,72,1608 +8119,81,205 +8119,92,679 +8121,11,0 +8121,21,0 +8121,22,0 +8121,23,0 +8121,31,0 +8121,42,0 +8121,44,107 +8121,48,79 +8121,51,12 +8121,52,42 +8121,53,11 +8121,54,0 +8121,55,0 +8121,56,18 +8121,61,0 +8121,62,28 +8121,71,0 +8121,72,0 +8121,81,16 +8121,92,29 +8123,11,5208 +8123,21,9399 +8123,22,530 +8123,23,12940 +8123,31,14345 +8123,42,4591 +8123,44,10523 +8123,48,4381 +8123,51,727 +8123,52,2857 +8123,53,1507 +8123,54,3250 +8123,55,1920 +8123,56,6052 +8123,61,14797 +8123,62,10913 +8123,71,1246 +8123,72,8913 +8123,81,2808 +8123,92,6628 +8125,11,1071 +8125,21,106 +8125,22,0 +8125,23,481 +8125,31,87 +8125,42,261 +8125,44,413 +8125,48,33 +8125,51,28 +8125,52,171 +8125,53,7 +8125,54,70 +8125,56,77 +8125,61,0 +8125,62,0 +8125,71,35 +8125,72,229 +8125,81,110 +8125,92,371 +9001,11,468 +9001,21,52 +9001,22,1552 +9001,23,15074 +9001,31,31281 +9001,42,15618 +9001,44,48081 +9001,48,10899 +9001,51,14989 +9001,52,33008 +9001,53,6103 +9001,54,32874 +9001,55,12847 +9001,56,27685 +9001,61,39168 +9001,62,68370 +9001,71,12292 +9001,72,33904 +9001,81,19377 +9001,92,8224 +9003,11,939 +9003,21,40 +9003,22,663 +9003,23,18458 +9003,31,56432 +9003,42,20230 +9003,44,47254 +9003,48,23267 +9003,51,10591 +9003,52,52198 +9003,53,6405 +9003,54,34782 +9003,55,12768 +9003,56,29449 +9003,61,42922 +9003,62,88288 +9003,71,7106 +9003,72,35131 +9003,81,19068 +9003,92,23467 +9005,11,474 +9005,21,113 +9005,22,210 +9005,23,3965 +9005,31,9458 +9005,42,1544 +9005,44,8225 +9005,48,1813 +9005,51,609 +9005,52,1274 +9005,53,428 +9005,54,1788 +9005,55,670 +9005,56,2546 +9005,61,7386 +9005,62,10379 +9005,71,1331 +9005,72,5237 +9005,81,2922 +9005,92,1773 +9007,11,0 +9007,21,0 +9007,22,517 +9007,23,3886 +9007,31,10481 +9007,42,2421 +9007,44,7984 +9007,48,2104 +9007,51,830 +9007,52,1518 +9007,53,480 +9007,54,3047 +9007,55,752 +9007,56,3289 +9007,61,6162 +9007,62,12740 +9007,71,1361 +9007,72,6106 +9007,81,2733 +9007,92,2178 +9009,11,860 +9009,21,241 +9009,22,2629 +9009,23,16013 +9009,31,30722 +9009,42,15851 +9009,44,40941 +9009,48,14464 +9009,51,5072 +9009,52,10895 +9009,53,5673 +9009,54,16437 +9009,55,4547 +9009,56,22651 +9009,61,54417 +9009,62,78307 +9009,71,6447 +9009,72,28264 +9009,81,15756 +9009,92,11401 +9011,11,1251 +9011,21,74 +9011,22,1480 +9011,23,4238 +9011,31,17832 +9011,42,2888 +9011,44,14151 +9011,48,3477 +9011,51,1520 +9011,52,1837 +9011,53,956 +9011,54,5592 +9011,55,1047 +9011,56,3165 +9011,61,10818 +9011,62,18398 +9011,71,2290 +9011,72,13178 +9011,81,3595 +9011,92,5599 +9013,11,478 +9013,21,0 +9013,22,0 +9013,23,2039 +9013,31,0 +9013,42,0 +9013,44,4401 +9013,48,1596 +9013,51,392 +9013,52,578 +9013,53,440 +9013,54,1161 +9013,55,69 +9013,56,1001 +9013,61,4644 +9013,62,5840 +9013,71,985 +9013,72,3755 +9013,81,1746 +9013,92,1884 +9015,11,274 +9015,21,0 +9015,22,186 +9015,23,0 +9015,31,6166 +9015,42,1222 +9015,44,4949 +9015,48,2512 +9015,51,311 +9015,52,586 +9015,53,232 +9015,54,785 +9015,55,334 +9015,56,1445 +9015,61,5894 +9015,62,7431 +9015,71,216 +9015,72,3534 +9015,81,1443 +9015,92,1118 +10001,11,0 +10001,21,0 +10001,22,304 +10001,23,3717 +10001,31,8670 +10001,42,1230 +10001,44,9368 +10001,48,2780 +10001,51,414 +10001,52,1604 +10001,53,407 +10001,54,1966 +10001,55,333 +10001,56,2753 +10001,61,5228 +10001,62,10718 +10001,71,1596 +10001,72,6734 +10001,81,1673 +10001,92,12354 +10003,11,0 +10003,21,0 +10003,22,1462 +10003,23,15209 +10003,31,0 +10003,42,7893 +10003,44,29971 +10003,48,11644 +10003,51,2989 +10003,52,39241 +10003,53,3728 +10003,54,22002 +10003,55,7588 +10003,56,20476 +10003,61,25971 +10003,62,53821 +10003,71,6623 +10003,72,23255 +10003,81,7790 +10003,92,1270 +10005,11,835 +10005,21,32 +10005,22,311 +10005,23,5561 +10005,31,18652 +10005,42,1869 +10005,44,12536 +10005,48,2230 +10005,51,504 +10005,52,1822 +10005,53,1464 +10005,54,2189 +10005,55,267 +10005,56,6347 +10005,61,5710 +10005,62,12408 +10005,71,1703 +10005,72,13260 +10005,81,2674 +10005,92,258 +11001,11,37 +11001,22,1988 +11001,23,14905 +11001,31,4270 +11001,42,5103 +11001,44,23175 +11001,48,11294 +11001,51,23331 +11001,52,17556 +11001,53,12775 +11001,54,125163 +11001,55,2728 +11001,56,47077 +11001,61,46826 +11001,62,73030 +11001,71,16168 +11001,72,72111 +11001,81,73703 +11001,92,191980 +12001,11,0 +12001,21,0 +12001,22,568 +12001,23,5761 +12001,31,4477 +12001,42,3288 +12001,44,14343 +12001,48,3559 +12001,51,1753 +12001,52,4229 +12001,53,2564 +12001,54,7083 +12001,55,546 +12001,56,7262 +12001,61,6764 +12001,62,29833 +12001,71,1920 +12001,72,13948 +12001,81,3283 +12001,92,7235 +12003,11,33 +12003,23,362 +12003,31,98 +12003,42,138 +12003,44,1322 +12003,48,1068 +12003,51,53 +12003,52,148 +12003,53,11 +12003,54,70 +12003,56,238 +12003,61,0 +12003,62,852 +12003,71,28 +12003,72,580 +12003,81,143 +12003,92,530 +12005,11,326 +12005,21,65 +12005,22,150 +12005,23,6259 +12005,31,3001 +12005,42,2320 +12005,44,11450 +12005,48,2004 +12005,51,785 +12005,52,1901 +12005,53,2409 +12005,54,5176 +12005,55,186 +12005,56,5852 +12005,61,1862 +12005,62,9096 +12005,71,1432 +12005,72,11352 +12005,81,2066 +12005,92,6610 +12007,11,0 +12007,21,0 +12007,22,0 +12007,23,303 +12007,31,212 +12007,42,0 +12007,44,975 +12007,48,535 +12007,51,37 +12007,52,125 +12007,53,60 +12007,54,155 +12007,55,0 +12007,56,0 +12007,61,19 +12007,62,825 +12007,71,13 +12007,72,745 +12007,81,108 +12007,92,420 +12009,11,315 +12009,21,35 +12009,22,474 +12009,23,15324 +12009,31,27527 +12009,42,5341 +12009,44,28595 +12009,48,5162 +12009,51,2456 +12009,52,5740 +12009,53,2784 +12009,54,16567 +12009,55,2545 +12009,56,16331 +12009,61,17869 +12009,62,35470 +12009,71,4221 +12009,72,24599 +12009,81,6742 +12009,92,14794 +12011,11,1067 +12011,21,82 +12011,22,1241 +12011,23,49700 +12011,31,28930 +12011,42,50674 +12011,44,111479 +12011,48,35636 +12011,51,19831 +12011,52,41179 +12011,53,22870 +12011,54,61903 +12011,55,9267 +12011,56,83235 +12011,61,76697 +12011,62,95574 +12011,71,12403 +12011,72,84937 +12011,81,30280 +12011,92,42541 +12013,11,0 +12013,21,0 +12013,23,219 +12013,31,7 +12013,42,159 +12013,44,281 +12013,48,127 +12013,51,17 +12013,52,57 +12013,53,6 +12013,54,28 +12013,56,52 +12013,61,0 +12013,62,0 +12013,71,5 +12013,72,238 +12013,81,34 +12013,92,3 +12015,11,536 +12015,21,66 +12015,22,89 +12015,23,4275 +12015,31,805 +12015,42,842 +12015,44,9768 +12015,48,1403 +12015,51,404 +12015,52,1161 +12015,53,1143 +12015,54,1944 +12015,55,82 +12015,56,2422 +12015,61,1035 +12015,62,10178 +12015,71,1234 +12015,72,6535 +12015,81,1738 +12015,92,3490 +12017,11,156 +12017,21,66 +12017,22,1005 +12017,23,2949 +12017,31,518 +12017,42,510 +12017,44,5512 +12017,48,689 +12017,51,315 +12017,52,760 +12017,53,501 +12017,54,1022 +12017,55,34 +12017,56,2132 +12017,61,306 +12017,62,8018 +12017,71,590 +12017,72,4029 +12017,81,946 +12017,92,1749 +12019,11,0 +12019,21,0 +12019,22,236 +12019,23,4544 +12019,31,1616 +12019,42,0 +12019,44,8889 +12019,48,1089 +12019,51,832 +12019,52,1240 +12019,53,722 +12019,54,4500 +12019,55,170 +12019,56,2950 +12019,61,2645 +12019,62,10194 +12019,71,1412 +12019,72,6798 +12019,81,1550 +12019,92,2485 +12021,11,4022 +12021,21,24 +12021,22,297 +12021,23,17739 +12021,31,4613 +12021,42,4699 +12021,44,22170 +12021,48,2622 +12021,51,1450 +12021,52,4473 +12021,53,4414 +12021,54,6587 +12021,55,365 +12021,56,11074 +12021,61,7557 +12021,62,21928 +12021,71,7331 +12021,72,22772 +12021,81,6713 +12021,92,6186 +12023,11,280 +12023,22,0 +12023,23,980 +12023,31,2123 +12023,42,1000 +12023,44,3526 +12023,48,86 +12023,51,104 +12023,52,493 +12023,53,195 +12023,54,719 +12023,55,82 +12023,56,2607 +12023,61,812 +12023,62,4676 +12023,71,100 +12023,72,3044 +12023,81,494 +12023,92,2015 +12027,11,0 +12027,21,0 +12027,22,0 +12027,23,716 +12027,31,335 +12027,42,0 +12027,44,1076 +12027,48,1241 +12027,51,130 +12027,52,152 +12027,53,52 +12027,54,0 +12027,55,0 +12027,56,403 +12027,61,111 +12027,62,900 +12027,71,62 +12027,72,747 +12027,81,155 +12027,92,504 +12029,11,168 +12029,22,0 +12029,23,143 +12029,31,496 +12029,42,0 +12029,44,332 +12029,48,80 +12029,51,0 +12029,52,0 +12029,53,0 +12029,54,40 +12029,55,0 +12029,56,0 +12029,61,0 +12029,62,0 +12029,71,10 +12029,72,206 +12029,81,81 +12029,92,266 +12031,11,547 +12031,21,160 +12031,22,324 +12031,23,34552 +12031,31,25436 +12031,42,23431 +12031,44,57137 +12031,48,45091 +12031,51,7445 +12031,52,49723 +12031,53,9055 +12031,54,39360 +12031,55,6557 +12031,56,45546 +12031,61,29500 +12031,62,81565 +12031,71,8805 +12031,72,48831 +12031,81,15189 +12031,92,24604 +12033,11,237 +12033,21,101 +12033,22,0 +12033,23,8771 +12033,31,6107 +12033,42,4833 +12033,44,17881 +12033,48,994 +12033,51,1156 +12033,52,10970 +12033,53,2372 +12033,54,7850 +12033,55,1405 +12033,56,9863 +12033,61,8454 +12033,62,24879 +12033,71,2393 +12033,72,17714 +12033,81,4470 +12033,92,8498 +12035,11,0 +12035,21,0 +12035,22,0 +12035,23,1884 +12035,31,623 +12035,42,413 +12035,44,3857 +12035,48,152 +12035,51,694 +12035,52,579 +12035,53,365 +12035,54,830 +12035,55,90 +12035,56,2583 +12035,61,586 +12035,62,3166 +12035,71,537 +12035,72,3913 +12035,81,907 +12035,92,1703 +12037,11,0 +12037,22,15 +12037,23,208 +12037,31,0 +12037,42,88 +12037,44,501 +12037,48,42 +12037,51,48 +12037,52,40 +12037,53,180 +12037,54,55 +12037,55,0 +12037,56,0 +12037,61,0 +12037,62,0 +12037,71,47 +12037,72,683 +12037,81,72 +12037,92,668 +12039,11,4262 +12039,21,179 +12039,22,111 +12039,23,1181 +12039,31,906 +12039,42,1152 +12039,44,1136 +12039,48,342 +12039,51,104 +12039,52,121 +12039,53,64 +12039,54,179 +12039,55,65 +12039,56,914 +12039,61,541 +12039,62,624 +12039,71,109 +12039,72,607 +12039,81,234 +12039,92,568 +12041,11,745 +12041,22,45 +12041,23,234 +12041,31,298 +12041,42,76 +12041,44,262 +12041,48,38 +12041,51,11 +12041,52,60 +12041,53,15 +12041,54,53 +12041,55,8 +12041,56,124 +12041,61,0 +12041,62,470 +12041,71,0 +12041,72,0 +12041,81,88 +12041,92,386 +12043,11,0 +12043,21,0 +12043,22,0 +12043,23,207 +12043,31,148 +12043,42,0 +12043,44,125 +12043,48,3 +12043,51,0 +12043,52,0 +12043,53,25 +12043,54,25 +12043,56,190 +12043,61,0 +12043,62,0 +12043,71,0 +12043,72,0 +12043,81,36 +12043,92,3 +12045,11,0 +12045,21,0 +12045,22,98 +12045,23,390 +12045,31,44 +12045,42,51 +12045,44,549 +12045,48,31 +12045,51,56 +12045,52,96 +12045,53,134 +12045,54,200 +12045,55,0 +12045,56,0 +12045,61,0 +12045,62,0 +12045,71,11 +12045,72,352 +12045,81,55 +12045,92,415 +12047,11,309 +12047,22,0 +12047,23,0 +12047,31,0 +12047,42,0 +12047,44,392 +12047,48,117 +12047,51,0 +12047,52,49 +12047,53,5 +12047,54,46 +12047,56,23 +12047,61,0 +12047,62,0 +12047,71,0 +12047,72,0 +12047,81,41 +12047,92,541 +12049,11,0 +12049,21,0 +12049,22,196 +12049,23,373 +12049,31,353 +12049,42,121 +12049,44,723 +12049,48,80 +12049,51,19 +12049,52,272 +12049,53,33 +12049,54,120 +12049,55,9 +12049,56,150 +12049,61,0 +12049,62,0 +12049,71,82 +12049,72,481 +12049,81,68 +12049,92,949 +12051,11,0 +12051,21,0 +12051,22,45 +12051,23,838 +12051,31,393 +12051,42,196 +12051,44,1549 +12051,48,199 +12051,51,73 +12051,52,224 +12051,53,102 +12051,54,404 +12051,56,405 +12051,61,406 +12051,62,776 +12051,71,40 +12051,72,1096 +12051,81,201 +12051,92,763 +12053,11,214 +12053,21,23 +12053,22,140 +12053,23,3116 +12053,31,2349 +12053,42,699 +12053,44,7683 +12053,48,2151 +12053,51,364 +12053,52,903 +12053,53,483 +12053,54,0 +12053,55,0 +12053,56,2983 +12053,61,1115 +12053,62,9624 +12053,71,555 +12053,72,5683 +12053,81,1600 +12053,92,2664 +12055,11,0 +12055,21,0 +12055,22,140 +12055,23,1474 +12055,31,651 +12055,42,622 +12055,44,4708 +12055,48,446 +12055,51,161 +12055,52,557 +12055,53,394 +12055,54,800 +12055,55,144 +12055,56,1396 +12055,61,1173 +12055,62,6312 +12055,71,609 +12055,72,2952 +12055,81,676 +12055,92,1678 +12057,11,8203 +12057,21,152 +12057,22,3336 +12057,23,43568 +12057,31,29332 +12057,42,34617 +12057,44,74784 +12057,48,29554 +12057,51,17011 +12057,52,63884 +12057,53,16074 +12057,54,73284 +12057,55,13487 +12057,56,60281 +12057,61,48323 +12057,62,98550 +12057,71,16253 +12057,72,64868 +12057,81,19556 +12057,92,27050 +12059,11,0 +12059,21,0 +12059,22,0 +12059,23,353 +12059,31,89 +12059,42,0 +12059,44,392 +12059,48,85 +12059,51,0 +12059,52,91 +12059,53,17 +12059,54,0 +12059,55,0 +12059,56,75 +12059,61,0 +12059,62,0 +12059,71,8 +12059,72,237 +12059,81,91 +12059,92,682 +12061,11,1530 +12061,21,18 +12061,22,123 +12061,23,4481 +12061,31,2317 +12061,42,976 +12061,44,8777 +12061,48,1128 +12061,51,588 +12061,52,1532 +12061,53,1248 +12061,54,2763 +12061,55,354 +12061,56,3582 +12061,61,3326 +12061,62,10357 +12061,71,2592 +12061,72,5746 +12061,81,2309 +12061,92,2635 +12063,11,299 +12063,21,65 +12063,22,0 +12063,23,908 +12063,31,773 +12063,42,0 +12063,44,2050 +12063,48,841 +12063,51,135 +12063,52,325 +12063,53,84 +12063,54,0 +12063,55,0 +12063,56,481 +12063,61,191 +12063,62,1717 +12063,71,49 +12063,72,1457 +12063,81,247 +12063,92,2284 +12065,11,374 +12065,22,72 +12065,23,168 +12065,31,5 +12065,42,62 +12065,44,295 +12065,48,149 +12065,51,0 +12065,52,59 +12065,53,78 +12065,54,113 +12065,55,0 +12065,56,0 +12065,61,0 +12065,62,0 +12065,71,23 +12065,72,201 +12065,81,119 +12065,92,285 +12067,11,0 +12067,21,0 +12067,22,0 +12067,23,35 +12067,31,73 +12067,42,0 +12067,44,133 +12067,48,68 +12067,51,0 +12067,52,0 +12067,53,0 +12067,54,34 +12067,55,0 +12067,56,0 +12067,61,0 +12067,62,0 +12067,71,0 +12067,72,65 +12067,81,0 +12067,92,300 +12069,11,2597 +12069,21,158 +12069,22,616 +12069,23,10102 +12069,31,3813 +12069,42,1855 +12069,44,17158 +12069,48,3438 +12069,51,1186 +12069,52,2299 +12069,53,1803 +12069,54,3202 +12069,55,345 +12069,56,6833 +12069,61,4733 +12069,62,20156 +12069,71,2598 +12069,72,11998 +12069,81,3093 +12069,92,1186 +12071,11,1995 +12071,21,317 +12071,22,1178 +12071,23,32452 +12071,31,6557 +12071,42,7796 +12071,44,41285 +12071,48,6618 +12071,51,2885 +12071,52,6398 +12071,53,7693 +12071,54,16450 +12071,55,2969 +12071,56,18910 +12071,61,10259 +12071,62,29955 +12071,71,8493 +12071,72,35138 +12071,81,9302 +12071,92,12766 +12073,11,0 +12073,21,0 +12073,22,130 +12073,23,6861 +12073,31,1935 +12073,42,2685 +12073,44,16275 +12073,48,2124 +12073,51,2974 +12073,52,4666 +12073,53,2660 +12073,54,11882 +12073,55,755 +12073,56,8003 +12073,61,6879 +12073,62,22663 +12073,71,1952 +12073,72,17450 +12073,81,5742 +12073,92,31384 +12075,11,643 +12075,21,56 +12075,22,0 +12075,23,1123 +12075,31,810 +12075,42,234 +12075,44,1556 +12075,48,59 +12075,51,36 +12075,52,207 +12075,53,105 +12075,54,253 +12075,55,0 +12075,56,0 +12075,61,218 +12075,62,686 +12075,71,162 +12075,72,885 +12075,81,208 +12075,92,899 +12077,11,197 +12077,22,0 +12077,23,52 +12077,31,310 +12077,42,0 +12077,44,120 +12077,48,49 +12077,51,0 +12077,52,0 +12077,54,0 +12077,55,0 +12077,56,9 +12077,61,0 +12077,62,0 +12077,71,0 +12077,72,0 +12077,81,16 +12077,92,24 +12079,11,0 +12079,21,0 +12079,22,101 +12079,23,89 +12079,31,528 +12079,42,86 +12079,44,568 +12079,48,94 +12079,51,25 +12079,52,90 +12079,53,49 +12079,54,69 +12079,55,0 +12079,56,0 +12079,61,260 +12079,62,861 +12079,71,0 +12079,72,0 +12079,81,64 +12079,92,396 +12081,11,0 +12081,21,0 +12081,22,404 +12081,23,11644 +12081,31,8897 +12081,42,4366 +12081,44,21204 +12081,48,4692 +12081,51,1216 +12081,52,2963 +12081,53,2763 +12081,54,5354 +12081,55,1661 +12081,56,7547 +12081,61,10910 +12081,62,18463 +12081,71,4708 +12081,72,15840 +12081,81,4711 +12081,92,5813 +12083,11,2361 +12083,21,155 +12083,22,399 +12083,23,8278 +12083,31,9258 +12083,42,4332 +12083,44,16752 +12083,48,4140 +12083,51,677 +12083,52,2449 +12083,53,1556 +12083,54,4066 +12083,55,213 +12083,56,5489 +12083,61,3897 +12083,62,18521 +12083,71,2487 +12083,72,11032 +12083,81,2726 +12083,92,7178 +12085,11,0 +12085,21,0 +12085,22,486 +12085,23,6153 +12085,31,3555 +12085,42,2375 +12085,44,9724 +12085,48,1778 +12085,51,660 +12085,52,1958 +12085,53,978 +12085,54,3796 +12085,55,108 +12085,56,5752 +12085,61,1556 +12085,62,14934 +12085,71,2297 +12085,72,8429 +12085,81,2919 +12085,92,2967 +12086,11,12255 +12086,21,652 +12086,22,3411 +12086,23,52748 +12086,31,42358 +12086,42,74796 +12086,44,144215 +12086,48,90522 +12086,51,20965 +12086,52,51863 +12086,53,29398 +12086,54,89818 +12086,55,11436 +12086,56,82098 +12086,61,128527 +12086,62,166355 +12086,71,17094 +12086,72,128970 +12086,81,39890 +12086,92,66639 +12087,11,0 +12087,21,0 +12087,22,827 +12087,23,3264 +12087,31,318 +12087,42,511 +12087,44,6060 +12087,48,1327 +12087,51,389 +12087,52,742 +12087,53,1434 +12087,54,1607 +12087,55,122 +12087,56,1879 +12087,61,1445 +12087,62,2496 +12087,71,1320 +12087,72,14181 +12087,81,1456 +12087,92,3266 +12089,11,478 +12089,22,146 +12089,23,1387 +12089,31,1407 +12089,42,455 +12089,44,3432 +12089,48,907 +12089,51,209 +12089,52,411 +12089,53,330 +12089,54,827 +12089,55,172 +12089,56,2134 +12089,61,399 +12089,62,2531 +12089,71,529 +12089,72,5097 +12089,81,1019 +12089,92,1246 +12091,11,11 +12091,21,0 +12091,22,243 +12091,23,4370 +12091,31,2821 +12091,42,1315 +12091,44,12889 +12091,48,1657 +12091,51,1112 +12091,52,2683 +12091,53,2634 +12091,54,9939 +12091,55,366 +12091,56,4970 +12091,61,1893 +12091,62,10155 +12091,71,1554 +12091,72,14165 +12091,81,2807 +12091,92,10854 +12093,11,1334 +12093,21,11 +12093,22,28 +12093,23,747 +12093,31,407 +12093,42,359 +12093,44,1671 +12093,48,384 +12093,51,73 +12093,52,220 +12093,53,99 +12093,54,709 +12093,55,13 +12093,56,621 +12093,61,0 +12093,62,0 +12093,71,90 +12093,72,1324 +12093,81,388 +12093,92,1156 +12095,11,3890 +12095,21,82 +12095,22,844 +12095,23,46451 +12095,31,35904 +12095,42,33642 +12095,44,88847 +12095,48,39500 +12095,51,17929 +12095,52,27934 +12095,53,22583 +12095,54,65093 +12095,55,18202 +12095,56,88076 +12095,61,54053 +12095,62,88990 +12095,71,84206 +12095,72,135764 +12095,81,24045 +12095,92,31349 +12097,11,386 +12097,21,6 +12097,22,66 +12097,23,6883 +12097,31,1774 +12097,42,2846 +12097,44,16438 +12097,48,2069 +12097,51,776 +12097,52,1335 +12097,53,3176 +12097,54,2706 +12097,55,131 +12097,56,10771 +12097,61,7419 +12097,62,14756 +12097,71,1881 +12097,72,19587 +12097,81,2427 +12097,92,4846 +12099,11,9007 +12099,21,136 +12099,22,2549 +12099,23,38771 +12099,31,20435 +12099,42,23490 +12099,44,79453 +12099,48,14539 +12099,51,10408 +12099,52,25276 +12099,53,18219 +12099,54,50141 +12099,55,11763 +12099,56,56072 +12099,61,47476 +12099,62,101314 +12099,71,20212 +12099,72,70226 +12099,81,26531 +12099,92,28037 +12101,11,1004 +12101,21,96 +12101,22,1450 +12101,23,10478 +12101,31,3643 +12101,42,3092 +12101,44,22440 +12101,48,2256 +12101,51,926 +12101,52,2755 +12101,53,1887 +12101,54,5402 +12101,55,753 +12101,56,7272 +12101,61,9959 +12101,62,24031 +12101,71,1573 +12101,72,14896 +12101,81,4086 +12101,92,6622 +12103,11,132 +12103,21,69 +12103,22,1545 +12103,23,24227 +12103,31,33730 +12103,42,15451 +12103,44,54311 +12103,48,8722 +12103,51,7520 +12103,52,23781 +12103,53,10732 +12103,54,34558 +12103,55,16912 +12103,56,30349 +12103,61,33094 +12103,62,77813 +12103,71,8967 +12103,72,50911 +12103,81,14211 +12103,92,21506 +12105,11,3486 +12105,21,1039 +12105,22,866 +12105,23,13407 +12105,31,17962 +12105,42,11246 +12105,44,29289 +12105,48,21190 +12105,51,1990 +12105,52,9906 +12105,53,3428 +12105,54,8184 +12105,55,6723 +12105,56,17437 +12105,61,16750 +12105,62,31072 +12105,71,4433 +12105,72,20243 +12105,81,5870 +12105,92,12384 +12107,11,0 +12107,21,0 +12107,22,490 +12107,23,990 +12107,31,1748 +12107,42,286 +12107,44,2751 +12107,48,400 +12107,51,80 +12107,52,342 +12107,53,144 +12107,54,17 +12107,55,0 +12107,56,633 +12107,61,345 +12107,62,2542 +12107,71,91 +12107,72,1642 +12107,81,464 +12107,92,1449 +12109,11,0 +12109,21,0 +12109,22,145 +12109,23,5090 +12109,31,3995 +12109,42,2789 +12109,44,12438 +12109,48,1601 +12109,51,493 +12109,52,2381 +12109,53,1817 +12109,54,3979 +12109,55,499 +12109,56,4590 +12109,61,6772 +12109,62,10089 +12109,71,2667 +12109,72,13306 +12109,81,3906 +12109,92,3937 +12111,11,982 +12111,21,30 +12111,22,0 +12111,23,5725 +12111,31,3960 +12111,42,2826 +12111,44,11625 +12111,48,409 +12111,51,566 +12111,52,1522 +12111,53,1544 +12111,54,4081 +12111,55,169 +12111,56,6487 +12111,61,4686 +12111,62,13072 +12111,71,1281 +12111,72,9053 +12111,81,3211 +12111,92,5558 +12113,11,318 +12113,21,50 +12113,22,429 +12113,23,3237 +12113,31,987 +12113,42,1079 +12113,44,6697 +12113,48,906 +12113,51,593 +12113,52,1255 +12113,53,839 +12113,54,2140 +12113,55,39 +12113,56,3057 +12113,61,1544 +12113,62,5419 +12113,71,644 +12113,72,5997 +12113,81,1169 +12113,92,1605 +12115,11,461 +12115,21,58 +12115,22,550 +12115,23,14820 +12115,31,8181 +12115,42,4796 +12115,44,23564 +12115,48,2713 +12115,51,2340 +12115,52,5766 +12115,53,3981 +12115,54,12246 +12115,55,1847 +12115,56,15885 +12115,61,13416 +12115,62,34281 +12115,71,5387 +12115,72,20178 +12115,81,6806 +12115,92,7256 +12117,11,311 +12117,21,20 +12117,22,1274 +12117,23,22351 +12117,31,7656 +12117,42,7825 +12117,44,28672 +12117,48,4351 +12117,51,5865 +12117,52,15120 +12117,53,3977 +12117,54,18920 +12117,55,3412 +12117,56,19511 +12117,61,12673 +12117,62,23670 +12117,71,2375 +12117,72,19486 +12117,81,7327 +12117,92,6352 +12119,11,695 +12119,21,48 +12119,22,725 +12119,23,3611 +12119,31,1295 +12119,42,316 +12119,44,4892 +12119,48,518 +12119,51,202 +12119,52,946 +12119,53,522 +12119,54,900 +12119,55,80 +12119,56,1267 +12119,61,2353 +12119,62,6227 +12119,71,468 +12119,72,3986 +12119,81,638 +12119,92,2034 +12121,11,964 +12121,21,42 +12121,22,211 +12121,23,566 +12121,31,1939 +12121,42,294 +12121,44,1810 +12121,48,350 +12121,51,46 +12121,52,193 +12121,53,56 +12121,54,0 +12121,55,0 +12121,56,347 +12121,61,46 +12121,62,1465 +12121,71,19 +12121,72,940 +12121,81,237 +12121,92,1605 +12123,11,0 +12123,21,0 +12123,22,0 +12123,23,352 +12123,31,1475 +12123,42,0 +12123,44,974 +12123,48,118 +12123,51,27 +12123,52,94 +12123,53,24 +12123,54,0 +12123,55,0 +12123,56,256 +12123,61,42 +12123,62,688 +12123,71,60 +12123,72,549 +12123,81,125 +12123,92,833 +12125,11,122 +12125,23,231 +12125,31,37 +12125,42,0 +12125,44,0 +12125,48,412 +12125,51,0 +12125,52,22 +12125,53,12 +12125,54,56 +12125,56,41 +12125,61,0 +12125,62,0 +12125,72,115 +12125,81,24 +12125,92,168 +12127,11,0 +12127,21,0 +12127,22,422 +12127,23,12256 +12127,31,10813 +12127,42,4928 +12127,44,27128 +12127,48,2921 +12127,51,1722 +12127,52,4336 +12127,53,3428 +12127,54,7988 +12127,55,1158 +12127,56,11437 +12127,61,22648 +12127,62,32383 +12127,71,4203 +12127,72,24332 +12127,81,5933 +12127,92,9743 +12129,11,83 +12129,22,71 +12129,23,503 +12129,31,521 +12129,42,26 +12129,44,898 +12129,48,98 +12129,51,17 +12129,52,166 +12129,53,32 +12129,54,354 +12129,56,131 +12129,61,111 +12129,62,403 +12129,71,67 +12129,72,708 +12129,81,142 +12129,92,415 +12131,11,0 +12131,21,0 +12131,22,403 +12131,23,2450 +12131,31,359 +12131,42,466 +12131,44,4876 +12131,48,523 +12131,51,167 +12131,52,459 +12131,53,1459 +12131,54,1175 +12131,55,69 +12131,56,1559 +12131,61,813 +12131,62,2501 +12131,71,338 +12131,72,6940 +12131,81,911 +12131,92,2049 +12133,11,0 +12133,21,0 +12133,22,0 +12133,23,367 +12133,31,259 +12133,42,0 +12133,44,781 +12133,48,34 +12133,51,30 +12133,52,128 +12133,53,21 +12133,54,0 +12133,55,0 +12133,56,346 +12133,61,0 +12133,62,0 +12133,71,0 +12133,72,0 +12133,81,97 +12133,92,960 +13001,11,504 +13001,22,0 +13001,23,492 +13001,31,664 +13001,42,338 +13001,44,1172 +13001,48,37 +13001,51,45 +13001,52,225 +13001,53,9 +13001,54,61 +13001,56,63 +13001,61,829 +13001,62,399 +13001,71,0 +13001,72,0 +13001,81,84 +13001,92,531 +13003,11,0 +13003,21,0 +13003,23,17 +13003,31,1190 +13003,42,139 +13003,44,118 +13003,48,100 +13003,52,0 +13003,53,0 +13003,54,0 +13003,56,0 +13003,61,406 +13003,62,116 +13003,71,0 +13003,72,0 +13003,81,14 +13003,92,201 +13005,11,441 +13005,21,0 +13005,22,0 +13005,23,0 +13005,31,760 +13005,42,0 +13005,44,317 +13005,48,424 +13005,51,0 +13005,52,0 +13005,53,0 +13005,54,63 +13005,55,0 +13005,56,0 +13005,61,0 +13005,62,31 +13005,71,14 +13005,72,218 +13005,81,58 +13005,92,13 +13007,11,152 +13007,42,16 +13007,44,34 +13007,48,9 +13007,52,0 +13007,53,0 +13007,54,0 +13007,61,0 +13007,62,28 +13007,72,0 +13007,81,6 +13007,92,7 +13009,11,0 +13009,21,0 +13009,22,0 +13009,23,391 +13009,31,1285 +13009,42,127 +13009,44,2271 +13009,48,65 +13009,51,70 +13009,52,327 +13009,53,125 +13009,54,0 +13009,55,0 +13009,56,1136 +13009,61,4323 +13009,62,3671 +13009,71,174 +13009,72,2080 +13009,81,351 +13009,92,1849 +13011,11,676 +13011,23,236 +13011,31,396 +13011,42,412 +13011,44,657 +13011,48,101 +13011,51,0 +13011,52,13 +13011,53,3 +13011,54,58 +13011,56,344 +13011,61,824 +13011,62,139 +13011,71,85 +13011,72,1061 +13011,81,69 +13011,92,15 +13013,11,0 +13013,21,0 +13013,22,0 +13013,23,1454 +13013,31,2204 +13013,42,2561 +13013,44,3958 +13013,48,95 +13013,51,70 +13013,52,269 +13013,53,118 +13013,54,720 +13013,55,0 +13013,56,0 +13013,61,3429 +13013,62,1939 +13013,71,60 +13013,72,2414 +13013,81,428 +13013,92,1330 +13015,11,168 +13015,21,246 +13015,22,0 +13015,23,2091 +13015,31,10341 +13015,42,0 +13015,44,4843 +13015,48,3180 +13015,51,179 +13015,52,643 +13015,53,374 +13015,54,1468 +13015,55,104 +13015,56,2759 +13015,61,224 +13015,62,3636 +13015,71,743 +13015,72,4225 +13015,81,735 +13015,92,2380 +13017,11,548 +13017,23,62 +13017,31,1162 +13017,42,189 +13017,44,726 +13017,48,367 +13017,51,37 +13017,52,147 +13017,53,24 +13017,54,47 +13017,56,358 +13017,61,750 +13017,62,0 +13017,71,0 +13017,72,0 +13017,81,262 +13017,92,591 +13019,11,362 +13019,22,0 +13019,23,60 +13019,31,1190 +13019,42,187 +13019,44,390 +13019,48,33 +13019,51,0 +13019,52,108 +13019,53,17 +13019,54,70 +13019,55,0 +13019,56,0 +13019,61,0 +13019,62,0 +13019,71,0 +13019,72,0 +13019,81,39 +13019,92,90 +13021,11,126 +13021,21,343 +13021,22,0 +13021,23,2419 +13021,31,6061 +13021,42,0 +13021,44,10341 +13021,48,3402 +13021,51,792 +13021,52,8367 +13021,53,1111 +13021,54,3100 +13021,55,1867 +13021,56,5739 +13021,61,9197 +13021,62,18670 +13021,71,657 +13021,72,9068 +13021,81,2114 +13021,92,5398 +13023,11,119 +13023,23,176 +13023,31,46 +13023,42,0 +13023,44,406 +13023,48,22 +13023,52,0 +13023,53,0 +13023,54,30 +13023,56,106 +13023,61,0 +13023,62,203 +13023,71,29 +13023,72,267 +13023,81,35 +13023,92,93 +13025,11,0 +13025,21,0 +13025,22,0 +13025,23,225 +13025,31,166 +13025,42,364 +13025,44,245 +13025,48,29 +13025,51,0 +13025,52,0 +13025,53,0 +13025,54,20 +13025,56,28 +13025,61,932 +13025,62,189 +13025,71,0 +13025,72,0 +13025,81,28 +13025,92,302 +13027,11,726 +13027,22,0 +13027,23,86 +13027,31,210 +13027,42,766 +13027,44,333 +13027,48,18 +13027,51,0 +13027,52,83 +13027,53,6 +13027,54,47 +13027,56,30 +13027,61,595 +13027,62,410 +13027,71,0 +13027,72,0 +13027,81,324 +13027,92,10 +13029,11,29 +13029,22,0 +13029,23,718 +13029,31,757 +13029,42,0 +13029,44,1425 +13029,48,282 +13029,51,24 +13029,52,256 +13029,53,128 +13029,54,0 +13029,55,0 +13029,56,283 +13029,61,2198 +13029,62,1059 +13029,71,87 +13029,72,1360 +13029,81,348 +13029,92,991 +13031,11,230 +13031,22,0 +13031,23,1408 +13031,31,2219 +13031,42,0 +13031,44,3424 +13031,48,1420 +13031,51,234 +13031,52,564 +13031,53,515 +13031,54,0 +13031,55,0 +13031,56,841 +13031,61,2942 +13031,62,3818 +13031,71,181 +13031,72,3631 +13031,81,547 +13031,92,458 +13033,11,0 +13033,22,0 +13033,23,0 +13033,31,507 +13033,42,1138 +13033,44,856 +13033,48,27 +13033,51,19 +13033,52,130 +13033,53,22 +13033,54,349 +13033,55,0 +13033,56,0 +13033,61,0 +13033,62,0 +13033,71,0 +13033,72,0 +13033,81,77 +13033,92,836 +13035,11,0 +13035,22,0 +13035,23,0 +13035,31,1158 +13035,42,0 +13035,44,928 +13035,48,1142 +13035,51,28 +13035,52,90 +13035,53,45 +13035,54,0 +13035,55,0 +13035,56,169 +13035,61,822 +13035,62,0 +13035,71,48 +13035,72,710 +13035,81,199 +13035,92,1441 +13037,11,0 +13037,21,0 +13037,23,0 +13037,31,0 +13037,42,97 +13037,44,120 +13037,48,30 +13037,52,0 +13037,53,0 +13037,54,0 +13037,56,0 +13037,61,172 +13037,62,0 +13037,72,0 +13037,81,0 +13037,92,165 +13039,11,0 +13039,22,0 +13039,23,0 +13039,31,962 +13039,42,433 +13039,44,2099 +13039,48,75 +13039,51,92 +13039,52,553 +13039,53,190 +13039,54,662 +13039,55,59 +13039,56,712 +13039,61,2179 +13039,62,1419 +13039,71,114 +13039,72,2017 +13039,81,294 +13039,92,4589 +13043,11,69 +13043,22,0 +13043,23,245 +13043,31,90 +13043,42,164 +13043,44,444 +13043,48,23 +13043,51,0 +13043,52,0 +13043,53,0 +13043,54,129 +13043,56,38 +13043,61,0 +13043,62,0 +13043,71,0 +13043,72,0 +13043,81,41 +13043,92,0 +13045,11,0 +13045,21,0 +13045,22,0 +13045,23,2733 +13045,31,7904 +13045,42,1781 +13045,44,5056 +13045,48,210 +13045,51,1004 +13045,52,625 +13045,53,334 +13045,54,0 +13045,55,0 +13045,56,2078 +13045,61,4572 +13045,62,6895 +13045,71,317 +13045,72,5060 +13045,81,735 +13045,92,2369 +13047,11,0 +13047,21,0 +13047,22,0 +13047,23,703 +13047,31,1519 +13047,42,0 +13047,44,3534 +13047,48,635 +13047,51,124 +13047,52,498 +13047,53,240 +13047,54,0 +13047,55,0 +13047,56,248 +13047,61,3053 +13047,62,1877 +13047,71,280 +13047,72,2386 +13047,81,629 +13047,92,964 +13049,11,0 +13049,21,0 +13049,22,0 +13049,23,66 +13049,31,328 +13049,42,66 +13049,44,227 +13049,48,17 +13049,51,0 +13049,52,0 +13049,53,0 +13049,54,15 +13049,56,416 +13049,61,351 +13049,62,21 +13049,71,0 +13049,72,0 +13049,81,24 +13049,92,34 +13051,11,118 +13051,21,42 +13051,22,856 +13051,23,7121 +13051,31,16427 +13051,42,6895 +13051,44,19453 +13051,48,15055 +13051,51,2746 +13051,52,3178 +13051,53,2406 +13051,54,6296 +13051,55,860 +13051,56,14435 +13051,61,7982 +13051,62,24143 +13051,71,2366 +13051,72,23157 +13051,81,4744 +13051,92,12574 +13053,22,0 +13053,23,92 +13053,31,6 +13053,42,0 +13053,44,65 +13053,48,5 +13053,51,0 +13053,52,0 +13053,53,0 +13053,54,868 +13053,56,690 +13053,61,37 +13053,62,28 +13053,72,105 +13053,81,0 +13053,92,141 +13055,11,86 +13055,22,0 +13055,23,235 +13055,31,2624 +13055,42,137 +13055,44,713 +13055,48,42 +13055,51,16 +13055,52,87 +13055,53,24 +13055,54,80 +13055,56,34 +13055,61,889 +13055,62,42 +13055,71,7 +13055,72,361 +13055,81,53 +13055,92,487 +13057,11,105 +13057,21,97 +13057,22,118 +13057,23,5158 +13057,31,6727 +13057,42,2517 +13057,44,11043 +13057,48,1838 +13057,51,753 +13057,52,1482 +13057,53,768 +13057,54,3161 +13057,55,102 +13057,56,5309 +13057,61,10540 +13057,62,8271 +13057,71,1385 +13057,72,8441 +13057,81,2180 +13057,92,3531 +13059,11,0 +13059,21,0 +13059,22,345 +13059,23,2037 +13059,31,5661 +13059,42,2901 +13059,44,8449 +13059,48,1712 +13059,51,475 +13059,52,2230 +13059,53,1184 +13059,54,1866 +13059,55,407 +13059,56,3501 +13059,61,4582 +13059,62,12187 +13059,71,760 +13059,72,9121 +13059,81,1747 +13059,92,1623 +13061,11,0 +13061,23,0 +13061,42,0 +13061,44,49 +13061,48,7 +13061,51,0 +13061,52,0 +13061,53,0 +13061,54,39 +13061,56,0 +13061,61,0 +13061,62,114 +13061,71,0 +13061,81,17 +13061,92,85 +13063,11,0 +13063,21,0 +13063,22,0 +13063,23,3879 +13063,31,4535 +13063,42,0 +13063,44,10899 +13063,48,49931 +13063,51,669 +13063,52,1410 +13063,53,1847 +13063,54,1703 +13063,55,349 +13063,56,12414 +13063,61,12282 +13063,62,10149 +13063,71,191 +13063,72,12619 +13063,81,1629 +13063,92,7039 +13065,11,359 +13065,22,0 +13065,23,30 +13065,31,863 +13065,42,117 +13065,44,160 +13065,48,16 +13065,51,0 +13065,52,0 +13065,53,0 +13065,54,22 +13065,56,85 +13065,61,0 +13065,62,84 +13065,71,0 +13065,72,0 +13065,81,19 +13065,92,165 +13067,11,73 +13067,21,150 +13067,22,2117 +13067,23,31638 +13067,31,18994 +13067,42,29291 +13067,44,41299 +13067,48,16610 +13067,51,12292 +13067,52,16597 +13067,53,7157 +13067,54,40097 +13067,55,14992 +13067,56,39343 +13067,61,6940 +13067,62,44222 +13067,71,4877 +13067,72,36717 +13067,81,9728 +13067,92,14732 +13069,11,918 +13069,22,148 +13069,23,1088 +13069,31,3663 +13069,42,794 +13069,44,2161 +13069,48,1494 +13069,51,79 +13069,52,316 +13069,53,108 +13069,54,289 +13069,55,81 +13069,56,1344 +13069,61,1901 +13069,62,0 +13069,71,60 +13069,72,1393 +13069,81,262 +13069,92,989 +13071,11,1779 +13071,22,0 +13071,23,530 +13071,31,2981 +13071,42,504 +13071,44,2062 +13071,48,77 +13071,51,64 +13071,52,473 +13071,53,164 +13071,54,0 +13071,55,0 +13071,56,396 +13071,61,0 +13071,62,0 +13071,71,65 +13071,72,1022 +13071,81,407 +13071,92,199 +13073,11,0 +13073,21,0 +13073,22,0 +13073,23,2779 +13073,31,3140 +13073,42,703 +13073,44,6319 +13073,48,150 +13073,51,344 +13073,52,681 +13073,53,505 +13073,54,1945 +13073,55,409 +13073,56,2634 +13073,61,6809 +13073,62,4977 +13073,71,422 +13073,72,5075 +13073,81,1356 +13073,92,547 +13075,11,0 +13075,21,0 +13075,22,0 +13075,23,268 +13075,31,568 +13075,42,106 +13075,44,601 +13075,48,28 +13075,51,0 +13075,52,0 +13075,53,0 +13075,54,0 +13075,55,0 +13075,56,137 +13075,61,824 +13075,62,235 +13075,71,0 +13075,72,0 +13075,81,73 +13075,92,210 +13077,11,0 +13077,21,0 +13077,22,819 +13077,23,1778 +13077,31,5522 +13077,42,2143 +13077,44,6584 +13077,48,1131 +13077,51,495 +13077,52,719 +13077,53,421 +13077,54,1059 +13077,55,70 +13077,56,2902 +13077,61,5890 +13077,62,6947 +13077,71,676 +13077,72,5017 +13077,81,1086 +13077,92,413 +13079,11,0 +13079,21,0 +13079,23,117 +13079,31,19 +13079,42,0 +13079,44,86 +13079,48,8 +13079,51,0 +13079,52,0 +13079,53,0 +13079,54,52 +13079,56,29 +13079,61,0 +13079,62,176 +13079,72,27 +13079,81,36 +13079,92,2 +13081,11,0 +13081,21,0 +13081,22,0 +13081,23,151 +13081,31,1139 +13081,42,557 +13081,44,1253 +13081,48,34 +13081,51,34 +13081,52,208 +13081,53,131 +13081,54,0 +13081,55,0 +13081,56,482 +13081,61,1084 +13081,62,0 +13081,71,0 +13081,72,0 +13081,81,136 +13081,92,838 +13083,11,0 +13083,22,0 +13083,23,0 +13083,31,1073 +13083,42,85 +13083,44,516 +13083,48,26 +13083,51,0 +13083,52,110 +13083,53,6 +13083,54,72 +13083,56,23 +13083,61,1052 +13083,62,366 +13083,71,0 +13083,72,0 +13083,81,152 +13083,92,292 +13085,11,57 +13085,22,0 +13085,23,382 +13085,31,1019 +13085,42,328 +13085,44,3182 +13085,48,49 +13085,51,76 +13085,52,155 +13085,53,67 +13085,54,264 +13085,55,0 +13085,56,0 +13085,61,18 +13085,62,886 +13085,71,173 +13085,72,1519 +13085,81,248 +13085,92,59 +13087,11,0 +13087,21,0 +13087,22,0 +13087,23,273 +13087,31,787 +13087,42,545 +13087,44,1334 +13087,48,38 +13087,51,51 +13087,52,353 +13087,53,136 +13087,54,153 +13087,55,61 +13087,56,216 +13087,61,0 +13087,62,0 +13087,71,79 +13087,72,615 +13087,81,152 +13087,92,295 +13089,11,0 +13089,21,0 +13089,22,1948 +13089,23,12248 +13089,31,13961 +13089,42,14053 +13089,44,33767 +13089,48,15559 +13089,51,11056 +13089,52,14966 +13089,53,5175 +13089,54,20507 +13089,55,8477 +13089,56,21218 +13089,61,30886 +13089,62,55836 +13089,71,3989 +13089,72,25471 +13089,81,9512 +13089,92,23690 +13091,11,62 +13091,22,0 +13091,23,172 +13091,31,469 +13091,42,262 +13091,44,693 +13091,48,30 +13091,51,23 +13091,52,127 +13091,53,31 +13091,54,0 +13091,55,0 +13091,56,183 +13091,61,0 +13091,62,0 +13091,71,17 +13091,72,422 +13091,81,97 +13091,92,550 +13093,11,215 +13093,22,0 +13093,23,0 +13093,31,0 +13093,42,0 +13093,44,263 +13093,48,26 +13093,52,54 +13093,53,4 +13093,54,19 +13093,56,33 +13093,61,358 +13093,62,0 +13093,71,0 +13093,72,0 +13093,81,50 +13093,92,724 +13095,11,470 +13095,22,212 +13095,23,1916 +13095,31,3340 +13095,42,1945 +13095,44,6005 +13095,48,2156 +13095,51,975 +13095,52,1075 +13095,53,489 +13095,54,2075 +13095,55,330 +13095,56,4780 +13095,61,2459 +13095,62,10037 +13095,71,324 +13095,72,5247 +13095,81,1685 +13095,92,3734 +13097,11,0 +13097,21,0 +13097,22,0 +13097,23,2236 +13097,31,4045 +13097,42,0 +13097,44,7468 +13097,48,5507 +13097,51,269 +13097,52,692 +13097,53,666 +13097,54,1432 +13097,55,204 +13097,56,5081 +13097,61,6137 +13097,62,5117 +13097,71,417 +13097,72,5296 +13097,81,1002 +13097,92,2586 +13099,11,226 +13099,22,0 +13099,23,0 +13099,31,0 +13099,42,413 +13099,44,469 +13099,48,20 +13099,51,0 +13099,52,137 +13099,53,6 +13099,54,81 +13099,55,0 +13099,56,0 +13099,61,501 +13099,62,0 +13099,71,0 +13099,72,0 +13099,81,42 +13099,92,63 +13101,11,515 +13101,22,0 +13101,23,0 +13101,31,0 +13101,42,40 +13101,44,0 +13101,48,20 +13101,52,0 +13101,53,0 +13101,61,0 +13101,62,0 +13101,81,0 +13101,92,15 +13103,11,0 +13103,21,0 +13103,22,0 +13103,23,636 +13103,31,1735 +13103,42,0 +13103,44,1210 +13103,48,741 +13103,51,28 +13103,52,162 +13103,53,80 +13103,54,687 +13103,55,23 +13103,56,534 +13103,61,0 +13103,62,0 +13103,71,0 +13103,72,0 +13103,81,426 +13103,92,64 +13105,11,55 +13105,21,274 +13105,23,149 +13105,31,1765 +13105,42,711 +13105,44,634 +13105,48,140 +13105,51,12 +13105,52,0 +13105,53,0 +13105,54,130 +13105,55,27 +13105,56,54 +13105,61,0 +13105,62,420 +13105,71,29 +13105,72,338 +13105,81,79 +13105,92,182 +13107,11,224 +13107,23,141 +13107,31,1524 +13107,42,359 +13107,44,796 +13107,48,251 +13107,51,28 +13107,52,199 +13107,53,27 +13107,54,0 +13107,55,0 +13107,56,149 +13107,61,0 +13107,62,0 +13107,71,22 +13107,72,446 +13107,81,68 +13107,92,711 +13109,11,154 +13109,23,178 +13109,31,1927 +13109,42,61 +13109,44,367 +13109,48,133 +13109,51,11 +13109,52,0 +13109,53,0 +13109,54,68 +13109,56,174 +13109,61,480 +13109,62,0 +13109,72,330 +13109,81,61 +13109,92,190 +13111,11,0 +13111,22,0 +13111,23,388 +13111,31,0 +13111,42,351 +13111,44,1323 +13111,48,60 +13111,51,27 +13111,52,166 +13111,53,131 +13111,54,231 +13111,56,277 +13111,61,841 +13111,62,0 +13111,71,102 +13111,72,1177 +13111,81,193 +13111,92,558 +13113,11,0 +13113,21,0 +13113,22,0 +13113,23,3625 +13113,31,4709 +13113,42,2664 +13113,44,6787 +13113,48,402 +13113,51,496 +13113,52,968 +13113,53,616 +13113,54,2817 +13113,55,168 +13113,56,1548 +13113,61,6018 +13113,62,8206 +13113,71,912 +13113,72,6457 +13113,81,1902 +13113,92,64 +13115,11,0 +13115,21,0 +13115,22,526 +13115,23,974 +13115,31,6170 +13115,42,1885 +13115,44,4467 +13115,48,1726 +13115,51,612 +13115,52,856 +13115,53,306 +13115,54,0 +13115,55,0 +13115,56,2096 +13115,61,6333 +13115,62,10195 +13115,71,228 +13115,72,4450 +13115,81,789 +13115,92,3222 +13117,11,145 +13117,21,108 +13117,22,0 +13117,23,7192 +13117,31,8524 +13117,42,6690 +13117,44,9551 +13117,48,222 +13117,51,972 +13117,52,1704 +13117,53,804 +13117,54,7499 +13117,55,469 +13117,56,7482 +13117,61,10673 +13117,62,11131 +13117,71,1454 +13117,72,7304 +13117,81,1978 +13117,92,180 +13119,11,268 +13119,22,0 +13119,23,184 +13119,31,1468 +13119,42,0 +13119,44,972 +13119,48,996 +13119,51,78 +13119,52,122 +13119,53,13 +13119,54,111 +13119,55,77 +13119,56,157 +13119,61,776 +13119,62,0 +13119,71,0 +13119,72,0 +13119,81,378 +13119,92,121 +13121,11,251 +13121,21,411 +13121,22,6386 +13121,23,22646 +13121,31,27424 +13121,42,47412 +13121,44,62742 +13121,48,49430 +13121,51,62403 +13121,52,60643 +13121,53,25801 +13121,54,116544 +13121,55,45038 +13121,56,92158 +13121,61,51502 +13121,62,112355 +13121,71,19350 +13121,72,86955 +13121,81,26737 +13121,92,48254 +13123,11,0 +13123,21,0 +13123,22,0 +13123,23,261 +13123,31,1433 +13123,42,182 +13123,44,1234 +13123,48,56 +13123,51,0 +13123,52,129 +13123,53,32 +13123,54,170 +13123,56,186 +13123,61,1073 +13123,62,496 +13123,71,7 +13123,72,1142 +13123,81,203 +13123,92,820 +13125,11,0 +13125,23,0 +13125,42,0 +13125,44,29 +13125,48,2 +13125,52,0 +13125,53,0 +13125,54,0 +13125,61,0 +13125,62,0 +13125,71,0 +13125,72,0 +13125,92,0 +13127,11,0 +13127,21,0 +13127,22,0 +13127,23,1585 +13127,31,1912 +13127,42,2010 +13127,44,5055 +13127,48,128 +13127,51,328 +13127,52,791 +13127,53,507 +13127,54,1226 +13127,55,80 +13127,56,2412 +13127,61,2162 +13127,62,6033 +13127,71,1231 +13127,72,7647 +13127,81,1249 +13127,92,2192 +13129,11,309 +13129,22,0 +13129,23,759 +13129,31,9234 +13129,42,1848 +13129,44,2206 +13129,48,83 +13129,51,49 +13129,52,450 +13129,53,94 +13129,54,0 +13129,55,0 +13129,56,1831 +13129,61,2083 +13129,62,2375 +13129,71,68 +13129,72,1690 +13129,81,219 +13129,92,109 +13131,11,1002 +13131,22,0 +13131,23,248 +13131,31,1102 +13131,42,0 +13131,44,715 +13131,48,495 +13131,51,0 +13131,52,139 +13131,53,32 +13131,54,133 +13131,55,21 +13131,56,129 +13131,61,1164 +13131,62,0 +13131,71,16 +13131,72,345 +13131,81,119 +13131,92,58 +13133,11,0 +13133,21,0 +13133,22,0 +13133,23,919 +13133,31,513 +13133,42,0 +13133,44,687 +13133,48,265 +13133,51,68 +13133,52,208 +13133,53,35 +13133,54,179 +13133,56,440 +13133,61,835 +13133,62,844 +13133,71,84 +13133,72,1056 +13133,81,111 +13133,92,460 +13135,11,0 +13135,21,0 +13135,22,1377 +13135,23,24990 +13135,31,29235 +13135,42,39804 +13135,44,49070 +13135,48,12516 +13135,51,9114 +13135,52,14316 +13135,53,6854 +13135,54,31748 +13135,55,9572 +13135,56,32434 +13135,61,46240 +13135,62,38620 +13135,71,4345 +13135,72,35759 +13135,81,10024 +13135,92,11159 +13137,11,0 +13137,21,0 +13137,22,351 +13137,23,469 +13137,31,3953 +13137,42,328 +13137,44,1888 +13137,48,178 +13137,51,421 +13137,52,348 +13137,53,91 +13137,54,0 +13137,55,0 +13137,56,479 +13137,61,1013 +13137,62,872 +13137,71,41 +13137,72,1460 +13137,81,178 +13137,92,1381 +13139,11,0 +13139,21,0 +13139,22,359 +13139,23,4834 +13139,31,21096 +13139,42,5746 +13139,44,9118 +13139,48,3600 +13139,51,544 +13139,52,2437 +13139,53,636 +13139,54,2076 +13139,55,1043 +13139,56,6674 +13139,61,9260 +13139,62,15523 +13139,71,928 +13139,72,7306 +13139,81,1827 +13139,92,748 +13141,11,0 +13141,21,0 +13141,22,0 +13141,23,0 +13141,31,0 +13141,42,0 +13141,44,104 +13141,48,17 +13141,51,0 +13141,52,0 +13141,53,0 +13141,54,0 +13141,56,0 +13141,61,0 +13141,62,0 +13141,72,23 +13141,81,0 +13141,92,0 +13143,11,24 +13143,23,531 +13143,31,1943 +13143,42,340 +13143,44,727 +13143,48,179 +13143,51,27 +13143,52,164 +13143,53,14 +13143,54,210 +13143,55,0 +13143,56,0 +13143,61,1305 +13143,62,0 +13143,71,29 +13143,72,664 +13143,81,155 +13143,92,691 +13145,11,166 +13145,22,0 +13145,23,447 +13145,31,1234 +13145,42,0 +13145,44,279 +13145,48,548 +13145,51,22 +13145,52,76 +13145,53,36 +13145,54,0 +13145,55,0 +13145,56,163 +13145,61,1062 +13145,62,22 +13145,71,0 +13145,72,0 +13145,81,51 +13145,92,30 +13147,11,158 +13147,22,287 +13147,23,288 +13147,31,2040 +13147,42,112 +13147,44,905 +13147,48,65 +13147,51,0 +13147,52,146 +13147,53,23 +13147,54,305 +13147,56,344 +13147,61,921 +13147,62,482 +13147,71,115 +13147,72,581 +13147,81,73 +13147,92,218 +13149,11,126 +13149,22,0 +13149,23,157 +13149,31,560 +13149,42,0 +13149,44,68 +13149,48,50 +13149,51,0 +13149,52,22 +13149,53,9 +13149,54,15 +13149,56,22 +13149,61,445 +13149,62,103 +13149,72,36 +13149,81,24 +13149,92,2 +13151,11,129 +13151,21,142 +13151,22,0 +13151,23,2275 +13151,31,3261 +13151,42,0 +13151,44,10632 +13151,48,6939 +13151,51,1866 +13151,52,1110 +13151,53,951 +13151,54,1847 +13151,55,552 +13151,56,7442 +13151,61,10439 +13151,62,9049 +13151,71,783 +13151,72,8931 +13151,81,1363 +13151,92,1178 +13153,11,0 +13153,21,0 +13153,22,0 +13153,23,1404 +13153,31,5591 +13153,42,0 +13153,44,7643 +13153,48,814 +13153,51,255 +13153,52,1088 +13153,53,348 +13153,54,4934 +13153,55,85 +13153,56,2545 +13153,61,7682 +13153,62,8150 +13153,71,628 +13153,72,8135 +13153,81,928 +13153,92,23792 +13155,11,228 +13155,22,0 +13155,23,204 +13155,31,210 +13155,42,50 +13155,44,202 +13155,48,18 +13155,51,0 +13155,52,0 +13155,53,0 +13155,54,0 +13155,56,0 +13155,61,0 +13155,62,118 +13155,71,0 +13155,72,0 +13155,81,18 +13155,92,243 +13157,11,0 +13157,21,0 +13157,22,0 +13157,23,1267 +13157,31,5886 +13157,42,0 +13157,44,4016 +13157,48,3966 +13157,51,194 +13157,52,301 +13157,53,1603 +13157,54,0 +13157,55,0 +13157,56,2226 +13157,61,3269 +13157,62,1274 +13157,71,139 +13157,72,1917 +13157,81,460 +13157,92,1533 +13159,11,154 +13159,23,135 +13159,31,396 +13159,42,93 +13159,44,239 +13159,48,35 +13159,51,0 +13159,52,46 +13159,53,6 +13159,54,0 +13159,56,0 +13159,61,0 +13159,62,0 +13159,71,30 +13159,72,181 +13159,81,31 +13159,92,0 +13161,11,553 +13161,22,0 +13161,23,21 +13161,31,1317 +13161,42,201 +13161,44,548 +13161,48,30 +13161,51,16 +13161,52,84 +13161,53,14 +13161,54,0 +13161,55,0 +13161,56,62 +13161,61,0 +13161,62,0 +13161,72,253 +13161,81,54 +13161,92,322 +13163,11,430 +13163,21,701 +13163,22,0 +13163,23,277 +13163,31,953 +13163,42,187 +13163,44,614 +13163,48,38 +13163,51,24 +13163,52,101 +13163,53,44 +13163,54,0 +13163,55,0 +13163,56,98 +13163,61,0 +13163,62,0 +13163,71,0 +13163,72,0 +13163,81,67 +13163,92,37 +13165,11,28 +13165,22,0 +13165,23,53 +13165,31,63 +13165,42,30 +13165,44,163 +13165,48,19 +13165,52,0 +13165,53,0 +13165,54,0 +13165,56,0 +13165,61,0 +13165,62,209 +13165,72,145 +13165,81,18 +13165,92,31 +13167,11,81 +13167,23,71 +13167,31,116 +13167,42,38 +13167,44,197 +13167,48,75 +13167,51,0 +13167,52,0 +13167,53,0 +13167,54,22 +13167,56,33 +13167,61,337 +13167,62,330 +13167,72,23 +13167,81,28 +13167,92,0 +13169,11,91 +13169,22,0 +13169,23,577 +13169,31,36 +13169,42,0 +13169,44,464 +13169,48,182 +13169,51,0 +13169,52,69 +13169,53,9 +13169,54,232 +13169,56,113 +13169,61,0 +13169,62,0 +13169,71,23 +13169,72,344 +13169,81,68 +13169,92,54 +13171,11,0 +13171,21,0 +13171,22,192 +13171,23,96 +13171,31,684 +13171,42,287 +13171,44,434 +13171,48,87 +13171,51,0 +13171,52,115 +13171,53,6 +13171,54,62 +13171,55,0 +13171,56,0 +13171,61,769 +13171,62,289 +13171,71,22 +13171,72,330 +13171,81,63 +13171,92,13 +13173,11,108 +13173,23,42 +13173,31,201 +13173,42,0 +13173,44,0 +13173,48,17 +13173,51,0 +13173,52,0 +13173,53,0 +13173,54,18 +13173,56,10 +13173,61,0 +13173,62,36 +13173,72,139 +13173,81,0 +13173,92,98 +13175,11,0 +13175,21,0 +13175,22,0 +13175,23,876 +13175,31,2614 +13175,42,0 +13175,44,2628 +13175,48,973 +13175,51,152 +13175,52,439 +13175,53,131 +13175,54,0 +13175,55,0 +13175,56,1063 +13175,61,2300 +13175,62,5172 +13175,71,117 +13175,72,1919 +13175,81,293 +13175,92,1350 +13177,11,0 +13177,21,0 +13177,23,821 +13177,31,433 +13177,42,566 +13177,44,866 +13177,48,129 +13177,51,0 +13177,52,123 +13177,53,85 +13177,54,0 +13177,55,0 +13177,56,1157 +13177,61,1495 +13177,62,0 +13177,71,36 +13177,72,373 +13177,81,158 +13177,92,7 +13179,11,0 +13179,21,0 +13179,22,365 +13179,23,398 +13179,31,2403 +13179,42,37 +13179,44,2896 +13179,48,1206 +13179,51,78 +13179,52,327 +13179,53,344 +13179,54,40 +13179,55,0 +13179,56,679 +13179,61,637 +13179,62,2785 +13179,71,215 +13179,72,2382 +13179,81,810 +13179,92,3218 +13181,11,144 +13181,22,0 +13181,23,188 +13181,31,35 +13181,42,65 +13181,44,159 +13181,48,16 +13181,52,50 +13181,53,22 +13181,54,33 +13181,56,29 +13181,61,0 +13181,62,24 +13181,71,19 +13181,72,126 +13181,81,28 +13181,92,42 +13183,11,0 +13183,21,0 +13183,23,59 +13183,31,0 +13183,44,0 +13183,48,12 +13183,52,0 +13183,53,0 +13183,54,0 +13183,56,0 +13183,61,0 +13183,62,0 +13183,72,41 +13183,81,0 +13183,92,1 +13185,11,0 +13185,21,0 +13185,22,316 +13185,23,2988 +13185,31,3985 +13185,42,1718 +13185,44,6834 +13185,48,3689 +13185,51,1669 +13185,52,1054 +13185,53,819 +13185,54,1697 +13185,55,251 +13185,56,2197 +13185,61,3274 +13185,62,6394 +13185,71,986 +13185,72,6786 +13185,81,1120 +13185,92,1534 +13187,11,0 +13187,21,0 +13187,22,83 +13187,23,472 +13187,31,712 +13187,42,118 +13187,44,982 +13187,48,159 +13187,51,32 +13187,52,118 +13187,53,69 +13187,54,244 +13187,56,134 +13187,61,35 +13187,62,873 +13187,71,115 +13187,72,1259 +13187,81,126 +13187,92,86 +13189,11,0 +13189,21,0 +13189,22,0 +13189,23,467 +13189,31,1558 +13189,42,0 +13189,44,914 +13189,48,195 +13189,51,81 +13189,52,126 +13189,53,21 +13189,54,150 +13189,55,0 +13189,56,0 +13189,61,916 +13189,62,0 +13189,71,30 +13189,72,696 +13189,81,161 +13189,92,723 +13191,11,0 +13191,21,0 +13191,23,149 +13191,31,9 +13191,42,123 +13191,44,244 +13191,48,52 +13191,51,0 +13191,52,14 +13191,53,4 +13191,54,46 +13191,55,0 +13191,56,0 +13191,61,0 +13191,62,37 +13191,71,0 +13191,72,0 +13191,81,48 +13191,92,45 +13193,11,0 +13193,21,0 +13193,23,31 +13193,31,607 +13193,42,113 +13193,44,260 +13193,48,93 +13193,51,0 +13193,52,46 +13193,53,21 +13193,54,19 +13193,56,25 +13193,61,374 +13193,62,0 +13193,71,0 +13193,72,0 +13193,81,41 +13193,92,324 +13195,11,0 +13195,21,0 +13195,22,0 +13195,23,402 +13195,31,269 +13195,42,0 +13195,44,452 +13195,48,80 +13195,51,0 +13195,52,83 +13195,53,29 +13195,54,0 +13195,55,0 +13195,56,175 +13195,61,1328 +13195,62,0 +13195,71,0 +13195,72,0 +13195,81,36 +13195,92,22 +13197,11,0 +13197,21,0 +13197,22,0 +13197,23,0 +13197,31,0 +13197,42,0 +13197,44,83 +13197,48,10 +13197,51,0 +13197,52,0 +13197,53,0 +13197,54,12 +13197,56,18 +13197,61,317 +13197,62,0 +13197,72,43 +13197,81,0 +13197,92,19 +13199,11,200 +13199,22,0 +13199,23,445 +13199,31,892 +13199,42,85 +13199,44,468 +13199,48,37 +13199,51,0 +13199,52,81 +13199,53,14 +13199,54,27 +13199,56,99 +13199,61,685 +13199,62,367 +13199,71,0 +13199,72,0 +13199,81,137 +13199,92,90 +13201,11,87 +13201,22,0 +13201,23,45 +13201,31,27 +13201,42,170 +13201,44,152 +13201,48,15 +13201,51,0 +13201,52,92 +13201,53,16 +13201,54,0 +13201,56,0 +13201,61,0 +13201,62,95 +13201,72,119 +13201,81,27 +13201,92,217 +13205,11,713 +13205,22,0 +13205,23,230 +13205,31,2234 +13205,42,0 +13205,44,777 +13205,48,247 +13205,51,0 +13205,52,137 +13205,53,129 +13205,54,135 +13205,56,96 +13205,61,903 +13205,62,48 +13205,71,0 +13205,72,0 +13205,81,75 +13205,92,1050 +13207,11,0 +13207,21,0 +13207,22,0 +13207,23,513 +13207,31,179 +13207,42,246 +13207,44,740 +13207,48,37 +13207,51,24 +13207,52,155 +13207,53,33 +13207,54,250 +13207,56,1046 +13207,61,1130 +13207,62,506 +13207,71,79 +13207,72,653 +13207,81,164 +13207,92,2221 +13209,11,125 +13209,23,46 +13209,31,129 +13209,42,226 +13209,44,131 +13209,48,125 +13209,51,0 +13209,52,59 +13209,53,5 +13209,54,0 +13209,55,0 +13209,56,58 +13209,61,260 +13209,62,0 +13209,72,171 +13209,81,0 +13209,92,0 +13211,11,266 +13211,22,0 +13211,23,286 +13211,31,1437 +13211,42,865 +13211,44,1013 +13211,48,41 +13211,51,79 +13211,52,191 +13211,53,56 +13211,54,0 +13211,55,0 +13211,56,413 +13211,61,841 +13211,62,0 +13211,71,42 +13211,72,1179 +13211,81,252 +13211,92,6 +13213,11,0 +13213,21,0 +13213,23,172 +13213,31,3074 +13213,42,492 +13213,44,1003 +13213,48,151 +13213,51,0 +13213,52,178 +13213,53,34 +13213,54,30 +13213,55,0 +13213,56,601 +13213,61,1312 +13213,62,0 +13213,71,29 +13213,72,608 +13213,81,107 +13213,92,646 +13215,11,90 +13215,21,104 +13215,22,479 +13215,23,3535 +13215,31,6633 +13215,42,2567 +13215,44,11327 +13215,48,1960 +13215,51,1220 +13215,52,10211 +13215,53,1564 +13215,54,5107 +13215,55,1803 +13215,56,6015 +13215,61,10386 +13215,62,16324 +13215,71,1017 +13215,72,11857 +13215,81,2490 +13215,92,4183 +13217,11,81 +13217,22,0 +13217,23,1751 +13217,31,4490 +13217,42,1740 +13217,44,3119 +13217,48,191 +13217,51,266 +13217,52,496 +13217,53,179 +13217,54,785 +13217,55,264 +13217,56,2758 +13217,61,5154 +13217,62,2617 +13217,71,217 +13217,72,2550 +13217,81,449 +13217,92,217 +13219,11,0 +13219,21,0 +13219,22,0 +13219,23,739 +13219,31,622 +13219,42,1632 +13219,44,1739 +13219,48,71 +13219,51,103 +13219,52,428 +13219,53,205 +13219,54,985 +13219,55,649 +13219,56,940 +13219,61,1061 +13219,62,1668 +13219,71,164 +13219,72,1568 +13219,81,576 +13219,92,10 +13221,11,283 +13221,21,151 +13221,22,0 +13221,23,245 +13221,31,171 +13221,42,33 +13221,44,121 +13221,48,17 +13221,51,0 +13221,52,57 +13221,53,12 +13221,54,39 +13221,56,48 +13221,61,548 +13221,62,0 +13221,72,52 +13221,81,16 +13221,92,0 +13223,11,8 +13223,21,57 +13223,22,0 +13223,23,2229 +13223,31,1167 +13223,42,575 +13223,44,4815 +13223,48,155 +13223,51,266 +13223,52,419 +13223,53,332 +13223,54,679 +13223,55,47 +13223,56,1429 +13223,61,5573 +13223,62,3924 +13223,71,211 +13223,72,3853 +13223,81,733 +13223,92,205 +13225,11,821 +13225,23,544 +13225,31,2910 +13225,42,385 +13225,44,1007 +13225,48,695 +13225,51,33 +13225,52,117 +13225,53,205 +13225,54,183 +13225,56,433 +13225,61,781 +13225,62,814 +13225,71,26 +13225,72,869 +13225,81,164 +13225,92,182 +13227,11,0 +13227,21,0 +13227,22,0 +13227,23,454 +13227,31,919 +13227,42,174 +13227,44,1217 +13227,48,66 +13227,51,26 +13227,52,265 +13227,53,165 +13227,54,224 +13227,55,20 +13227,56,131 +13227,61,15 +13227,62,1470 +13227,71,228 +13227,72,1045 +13227,81,344 +13227,92,30 +13229,11,377 +13229,22,0 +13229,23,461 +13229,31,381 +13229,42,582 +13229,44,553 +13229,48,39 +13229,51,15 +13229,52,104 +13229,53,15 +13229,54,108 +13229,55,0 +13229,56,0 +13229,61,0 +13229,62,0 +13229,71,50 +13229,72,351 +13229,81,72 +13229,92,33 +13231,11,0 +13231,21,0 +13231,22,0 +13231,23,522 +13231,31,463 +13231,42,190 +13231,44,361 +13231,48,37 +13231,51,0 +13231,52,68 +13231,53,15 +13231,54,0 +13231,55,0 +13231,56,78 +13231,61,761 +13231,62,0 +13231,71,0 +13231,72,0 +13231,81,30 +13231,92,0 +13233,11,0 +13233,21,0 +13233,22,0 +13233,23,345 +13233,31,3613 +13233,42,383 +13233,44,1726 +13233,48,77 +13233,51,50 +13233,52,165 +13233,53,40 +13233,54,86 +13233,56,382 +13233,61,1536 +13233,62,1256 +13233,71,48 +13233,72,1220 +13233,81,373 +13233,92,873 +13235,11,220 +13235,22,0 +13235,23,0 +13235,31,0 +13235,42,281 +13235,44,316 +13235,48,18 +13235,51,36 +13235,52,0 +13235,53,0 +13235,54,42 +13235,56,60 +13235,61,0 +13235,62,972 +13235,71,0 +13235,72,0 +13235,81,12 +13235,92,326 +13237,11,491 +13237,22,0 +13237,23,409 +13237,31,734 +13237,42,0 +13237,44,739 +13237,48,309 +13237,51,0 +13237,52,145 +13237,53,36 +13237,54,0 +13237,55,0 +13237,56,255 +13237,61,0 +13237,62,0 +13237,71,22 +13237,72,712 +13237,81,111 +13237,92,585 +13239,11,0 +13239,31,0 +13239,44,26 +13239,48,76 +13239,52,0 +13239,53,0 +13239,54,0 +13239,61,0 +13239,62,0 +13239,72,0 +13239,81,12 +13239,92,0 +13241,11,0 +13241,21,0 +13241,22,0 +13241,23,362 +13241,31,388 +13241,42,71 +13241,44,1021 +13241,48,38 +13241,51,25 +13241,52,117 +13241,53,44 +13241,54,143 +13241,55,0 +13241,56,0 +13241,61,592 +13241,62,0 +13241,71,166 +13241,72,945 +13241,81,240 +13241,92,488 +13243,11,413 +13243,23,0 +13243,31,0 +13243,42,104 +13243,44,190 +13243,48,144 +13243,51,0 +13243,52,0 +13243,53,0 +13243,54,27 +13243,56,17 +13243,61,277 +13243,62,266 +13243,72,91 +13243,81,7 +13243,92,9 +13245,11,0 +13245,21,0 +13245,22,464 +13245,23,3714 +13245,31,8311 +13245,42,3519 +13245,44,10632 +13245,48,3145 +13245,51,1611 +13245,52,1685 +13245,53,1129 +13245,54,5115 +13245,55,127 +13245,56,10114 +13245,61,7670 +13245,62,26609 +13245,71,2533 +13245,72,11373 +13245,81,2827 +13245,92,5349 +13247,11,0 +13247,22,295 +13247,23,0 +13247,31,4448 +13247,42,1603 +13247,44,4709 +13247,48,685 +13247,51,710 +13247,52,1078 +13247,53,590 +13247,54,1145 +13247,55,44 +13247,56,1976 +13247,61,4719 +13247,62,4535 +13247,71,137 +13247,72,3611 +13247,81,809 +13247,92,617 +13249,11,0 +13249,23,0 +13249,31,359 +13249,42,116 +13249,44,70 +13249,48,9 +13249,52,0 +13249,53,0 +13249,54,0 +13249,56,0 +13249,61,0 +13249,62,0 +13249,72,28 +13249,81,30 +13249,92,0 +13251,11,166 +13251,23,141 +13251,31,829 +13251,42,11 +13251,44,373 +13251,48,53 +13251,51,0 +13251,52,113 +13251,53,8 +13251,54,68 +13251,56,83 +13251,61,0 +13251,62,0 +13251,71,0 +13251,72,0 +13251,81,78 +13251,92,529 +13253,11,397 +13253,22,0 +13253,23,15 +13253,31,195 +13253,42,101 +13253,44,248 +13253,48,26 +13253,51,0 +13253,52,66 +13253,53,17 +13253,54,82 +13253,56,62 +13253,61,408 +13253,62,545 +13253,71,0 +13253,72,0 +13253,81,55 +13253,92,249 +13255,11,53 +13255,23,591 +13255,31,2609 +13255,42,1000 +13255,44,2706 +13255,48,485 +13255,51,91 +13255,52,449 +13255,53,214 +13255,54,0 +13255,55,0 +13255,56,2741 +13255,61,2806 +13255,62,4568 +13255,71,82 +13255,72,2028 +13255,81,633 +13255,92,1969 +13257,11,0 +13257,21,0 +13257,23,292 +13257,31,2329 +13257,42,228 +13257,44,1240 +13257,48,163 +13257,51,70 +13257,52,174 +13257,53,55 +13257,54,126 +13257,55,656 +13257,56,339 +13257,61,0 +13257,62,0 +13257,71,105 +13257,72,633 +13257,81,210 +13257,92,52 +13259,11,100 +13259,23,13 +13259,31,18 +13259,42,0 +13259,44,40 +13259,48,16 +13259,51,0 +13259,52,0 +13259,53,0 +13259,54,5 +13259,56,0 +13259,61,197 +13259,62,11 +13259,71,0 +13259,72,0 +13259,81,14 +13259,92,268 +13261,11,0 +13261,21,0 +13261,22,0 +13261,23,227 +13261,31,1297 +13261,42,0 +13261,44,1388 +13261,48,491 +13261,51,62 +13261,52,391 +13261,53,111 +13261,54,0 +13261,55,0 +13261,56,559 +13261,61,1139 +13261,62,0 +13261,71,63 +13261,72,1003 +13261,81,169 +13261,92,390 +13263,11,39 +13263,21,228 +13263,22,0 +13263,23,225 +13263,42,0 +13263,44,35 +13263,48,20 +13263,52,53 +13263,53,5 +13263,54,0 +13263,56,0 +13263,61,0 +13263,62,0 +13263,72,0 +13263,81,15 +13263,92,0 +13265,11,0 +13265,23,0 +13265,31,0 +13265,42,0 +13265,44,0 +13265,48,3 +13265,51,0 +13265,52,0 +13265,61,0 +13265,62,0 +13265,81,0 +13265,92,1 +13267,11,1232 +13267,22,0 +13267,23,288 +13267,31,197 +13267,42,476 +13267,44,564 +13267,48,34 +13267,51,30 +13267,52,166 +13267,53,15 +13267,54,0 +13267,55,0 +13267,56,0 +13267,61,892 +13267,62,0 +13267,71,0 +13267,72,0 +13267,81,46 +13267,92,413 +13269,11,0 +13269,21,0 +13269,22,0 +13269,23,405 +13269,31,67 +13269,42,0 +13269,44,166 +13269,48,138 +13269,51,0 +13269,52,0 +13269,53,0 +13269,54,11 +13269,55,47 +13269,56,30 +13269,61,401 +13269,62,408 +13269,71,0 +13269,72,0 +13269,81,32 +13269,92,174 +13271,11,128 +13271,23,0 +13271,31,0 +13271,42,133 +13271,44,313 +13271,48,79 +13271,51,22 +13271,52,84 +13271,53,12 +13271,54,28 +13271,55,0 +13271,56,0 +13271,61,450 +13271,62,209 +13271,71,0 +13271,72,0 +13271,81,48 +13271,92,629 +13273,11,189 +13273,23,59 +13273,31,95 +13273,42,265 +13273,44,369 +13273,48,88 +13273,51,0 +13273,52,106 +13273,53,11 +13273,54,35 +13273,56,9 +13273,61,0 +13273,62,18 +13273,71,0 +13273,72,0 +13273,81,17 +13273,92,73 +13275,11,0 +13275,21,0 +13275,22,60 +13275,23,542 +13275,31,2716 +13275,42,876 +13275,44,2322 +13275,48,300 +13275,51,66 +13275,52,781 +13275,53,141 +13275,54,526 +13275,55,19 +13275,56,1715 +13275,61,2910 +13275,62,4408 +13275,71,127 +13275,72,1808 +13275,81,567 +13275,92,276 +13277,11,883 +13277,22,284 +13277,23,819 +13277,31,1313 +13277,42,1766 +13277,44,2756 +13277,48,1380 +13277,51,150 +13277,52,480 +13277,53,235 +13277,54,359 +13277,55,93 +13277,56,1387 +13277,61,1694 +13277,62,2031 +13277,71,56 +13277,72,2594 +13277,81,361 +13277,92,1295 +13279,11,1084 +13279,22,281 +13279,23,463 +13279,31,1825 +13279,42,759 +13279,44,1706 +13279,48,334 +13279,51,67 +13279,52,335 +13279,53,27 +13279,54,0 +13279,55,0 +13279,56,775 +13279,61,1303 +13279,62,0 +13279,71,14 +13279,72,935 +13279,81,289 +13279,92,89 +13281,21,0 +13281,22,0 +13281,23,173 +13281,31,0 +13281,42,0 +13281,44,408 +13281,48,46 +13281,51,39 +13281,52,59 +13281,53,112 +13281,54,158 +13281,56,22 +13281,61,0 +13281,62,0 +13281,71,51 +13281,72,774 +13281,81,17 +13281,92,27 +13283,11,102 +13283,23,14 +13283,31,67 +13283,42,51 +13283,44,181 +13283,48,38 +13283,52,0 +13283,53,0 +13283,54,7 +13283,56,0 +13283,61,246 +13283,62,0 +13283,72,33 +13283,81,15 +13283,92,150 +13285,11,0 +13285,21,0 +13285,22,0 +13285,23,1797 +13285,31,11279 +13285,42,0 +13285,44,3644 +13285,48,3567 +13285,51,489 +13285,52,1148 +13285,53,204 +13285,54,632 +13285,55,123 +13285,56,6744 +13285,61,4003 +13285,62,3626 +13285,71,211 +13285,72,3372 +13285,81,460 +13285,92,267 +13287,11,186 +13287,23,14 +13287,31,272 +13287,42,362 +13287,44,274 +13287,48,44 +13287,51,0 +13287,52,71 +13287,53,9 +13287,54,42 +13287,56,8 +13287,61,0 +13287,62,178 +13287,72,180 +13287,81,22 +13287,92,81 +13289,11,0 +13289,21,0 +13289,23,0 +13289,31,0 +13289,42,0 +13289,44,0 +13289,48,2360 +13289,51,0 +13289,52,0 +13289,53,0 +13289,54,0 +13289,56,0 +13289,61,251 +13289,62,0 +13289,71,0 +13289,72,0 +13289,81,11 +13289,92,0 +13291,11,0 +13291,21,0 +13291,22,26 +13291,23,337 +13291,31,370 +13291,42,189 +13291,44,1141 +13291,48,401 +13291,51,0 +13291,52,110 +13291,53,55 +13291,54,199 +13291,55,0 +13291,56,0 +13291,61,840 +13291,62,0 +13291,71,21 +13291,72,756 +13291,81,146 +13291,92,198 +13293,11,14 +13293,22,101 +13293,23,202 +13293,31,1373 +13293,42,34 +13293,44,959 +13293,48,105 +13293,51,46 +13293,52,188 +13293,53,24 +13293,54,108 +13293,56,241 +13293,61,1016 +13293,62,1550 +13293,71,33 +13293,72,617 +13293,81,213 +13293,92,85 +13295,11,23 +13295,23,318 +13295,31,4595 +13295,42,349 +13295,44,1408 +13295,48,259 +13295,51,40 +13295,52,463 +13295,53,54 +13295,54,0 +13295,55,0 +13295,56,440 +13295,61,2547 +13295,62,1107 +13295,71,0 +13295,72,0 +13295,81,341 +13295,92,361 +13297,11,171 +13297,21,37 +13297,22,0 +13297,23,2998 +13297,31,2922 +13297,42,1868 +13297,44,2712 +13297,48,162 +13297,51,132 +13297,52,484 +13297,53,173 +13297,54,604 +13297,55,8 +13297,56,1087 +13297,61,4064 +13297,62,2770 +13297,71,90 +13297,72,2377 +13297,81,482 +13297,92,251 +13299,11,371 +13299,22,113 +13299,23,529 +13299,31,2185 +13299,42,542 +13299,44,2375 +13299,48,754 +13299,51,110 +13299,52,283 +13299,53,92 +13299,54,0 +13299,55,0 +13299,56,782 +13299,61,1440 +13299,62,0 +13299,71,155 +13299,72,1711 +13299,81,658 +13299,92,926 +13301,11,0 +13301,21,0 +13301,23,34 +13301,31,421 +13301,42,0 +13301,44,106 +13301,48,24 +13301,51,0 +13301,52,0 +13301,53,0 +13301,54,0 +13301,56,0 +13301,61,219 +13301,62,0 +13301,72,0 +13301,81,7 +13301,92,0 +13303,11,102 +13303,21,376 +13303,22,0 +13303,23,311 +13303,31,456 +13303,42,0 +13303,44,692 +13303,48,722 +13303,51,22 +13303,52,178 +13303,53,21 +13303,54,158 +13303,55,403 +13303,56,302 +13303,61,0 +13303,62,0 +13303,71,0 +13303,72,0 +13303,81,181 +13303,92,441 +13305,11,153 +13305,22,67 +13305,23,868 +13305,31,1277 +13305,42,118 +13305,44,1135 +13305,48,192 +13305,51,83 +13305,52,211 +13305,53,83 +13305,54,0 +13305,55,0 +13305,56,180 +13305,61,0 +13305,62,0 +13305,71,28 +13305,72,737 +13305,81,176 +13305,92,1074 +13307,11,43 +13307,21,0 +13307,31,0 +13307,42,0 +13307,44,44 +13307,48,1 +13307,51,0 +13307,52,0 +13307,56,0 +13307,61,0 +13307,62,0 +13307,92,6 +13309,11,181 +13309,22,0 +13309,23,0 +13309,31,0 +13309,42,0 +13309,44,61 +13309,48,40 +13309,51,0 +13309,52,0 +13309,53,0 +13309,54,0 +13309,56,0 +13309,61,0 +13309,62,0 +13309,71,0 +13309,72,0 +13309,81,0 +13309,92,1 +13311,11,346 +13311,22,0 +13311,23,819 +13311,31,841 +13311,42,0 +13311,44,1301 +13311,48,360 +13311,51,77 +13311,52,126 +13311,53,81 +13311,54,174 +13311,55,0 +13311,56,0 +13311,61,693 +13311,62,16 +13311,71,108 +13311,72,1751 +13311,81,250 +13311,92,811 +13313,11,0 +13313,21,0 +13313,22,413 +13313,23,1330 +13313,31,20916 +13313,42,4478 +13313,44,5101 +13313,48,3346 +13313,51,121 +13313,52,615 +13313,53,362 +13313,54,3390 +13313,55,534 +13313,56,2233 +13313,61,4566 +13313,62,6651 +13313,71,281 +13313,72,3533 +13313,81,922 +13313,92,2551 +13315,11,76 +13315,23,0 +13315,31,0 +13315,42,0 +13315,44,0 +13315,48,22 +13315,51,0 +13315,52,0 +13315,53,0 +13315,54,0 +13315,56,0 +13315,61,359 +13315,62,93 +13315,72,8 +13315,81,0 +13315,92,9 +13317,11,0 +13317,21,0 +13317,22,0 +13317,23,245 +13317,31,477 +13317,42,97 +13317,44,372 +13317,48,22 +13317,51,0 +13317,52,100 +13317,53,15 +13317,54,35 +13317,56,62 +13317,61,0 +13317,62,299 +13317,72,158 +13317,81,37 +13317,92,351 +13319,11,115 +13319,21,1843 +13319,23,300 +13319,31,159 +13319,42,62 +13319,44,172 +13319,48,324 +13319,51,0 +13319,52,0 +13319,53,0 +13319,54,0 +13319,56,0 +13319,61,398 +13319,62,155 +13319,71,0 +13319,72,0 +13319,81,86 +13319,92,1 +13321,11,337 +13321,22,0 +13321,23,131 +13321,31,244 +13321,42,309 +13321,44,456 +13321,48,27 +13321,51,0 +13321,52,100 +13321,53,13 +13321,54,0 +13321,55,0 +13321,56,61 +13321,61,682 +13321,62,463 +13321,71,0 +13321,72,0 +13321,81,107 +13321,92,548 +15001,11,3128 +15001,22,535 +15001,23,4107 +15001,31,1402 +15001,42,1840 +15001,44,9748 +15001,48,3343 +15001,51,651 +15001,52,1278 +15001,53,1485 +15001,54,1578 +15001,55,289 +15001,56,5317 +15001,61,7718 +15001,62,10354 +15001,71,1887 +15001,72,14074 +15001,81,2227 +15001,92,5127 +15003,11,2570 +15003,21,231 +15003,22,2474 +15003,23,28824 +15003,31,17529 +15003,42,14819 +15003,44,49828 +15003,48,26772 +15003,51,7821 +15003,52,14019 +15003,53,9464 +15003,54,23276 +15003,55,8605 +15003,56,30608 +15003,61,43344 +15003,62,61197 +15003,71,10542 +15003,72,74441 +15003,81,21255 +15003,92,31495 +15007,11,0 +15007,21,0 +15007,22,241 +15007,23,0 +15007,31,0 +15007,42,0 +15007,44,4101 +15007,48,94 +15007,51,204 +15007,52,1 +15007,53,0 +15007,54,787 +15007,55,0 +15007,56,0 +15007,61,1856 +15007,62,532 +15007,71,1268 +15007,72,0 +15007,81,1161 +15007,92,2076 +15009,11,0 +15009,21,0 +15009,22,773 +15009,23,4911 +15009,31,1170 +15009,42,1644 +15009,44,9920 +15009,48,4577 +15009,51,619 +15009,52,873 +15009,53,2371 +15009,54,1537 +15009,55,275 +15009,56,6216 +15009,61,5151 +15009,62,8503 +15009,71,2905 +15009,72,25455 +15009,81,3369 +15009,92,3487 +16001,11,1158 +16001,21,176 +16001,22,1441 +16001,23,17238 +16001,31,17731 +16001,42,13456 +16001,44,28418 +16001,48,8065 +16001,51,4050 +16001,52,12133 +16001,53,3726 +16001,54,21560 +16001,55,4527 +16001,56,23013 +16001,61,5742 +16001,62,43744 +16001,71,5612 +16001,72,24262 +16001,81,7948 +16001,92,16570 +16003,11,91 +16003,22,0 +16003,23,70 +16003,31,131 +16003,42,0 +16003,44,118 +16003,48,25 +16003,51,19 +16003,52,15 +16003,53,7 +16003,54,26 +16003,56,19 +16003,61,234 +16003,62,0 +16003,71,17 +16003,72,79 +16003,81,15 +16003,92,214 +16005,11,0 +16005,21,0 +16005,22,147 +16005,23,1811 +16005,31,2329 +16005,42,1210 +16005,44,4424 +16005,48,867 +16005,51,310 +16005,52,1095 +16005,53,326 +16005,54,1298 +16005,55,1017 +16005,56,2487 +16005,61,4891 +16005,62,6679 +16005,71,563 +16005,72,3790 +16005,81,827 +16005,92,2366 +16007,11,0 +16007,21,0 +16007,22,0 +16007,23,45 +16007,31,63 +16007,42,48 +16007,44,236 +16007,48,15 +16007,51,0 +16007,52,42 +16007,53,7 +16007,54,28 +16007,56,217 +16007,61,0 +16007,62,0 +16007,71,28 +16007,72,181 +16007,81,0 +16007,92,57 +16009,11,0 +16009,21,0 +16009,22,23 +16009,23,98 +16009,31,575 +16009,42,60 +16009,44,311 +16009,48,241 +16009,51,39 +16009,52,50 +16009,53,13 +16009,54,0 +16009,55,0 +16009,56,31 +16009,61,555 +16009,62,408 +16009,71,0 +16009,72,0 +16009,81,118 +16009,92,622 +16011,11,2087 +16011,21,11 +16011,22,89 +16011,23,988 +16011,31,2510 +16011,42,946 +16011,44,1284 +16011,48,485 +16011,51,23 +16011,52,349 +16011,53,116 +16011,54,378 +16011,55,7 +16011,56,338 +16011,61,219 +16011,62,1923 +16011,71,93 +16011,72,798 +16011,81,367 +16011,92,1496 +16013,11,0 +16013,21,0 +16013,22,28 +16013,23,1822 +16013,31,376 +16013,42,225 +16013,44,1475 +16013,48,217 +16013,51,226 +16013,52,326 +16013,53,377 +16013,54,1031 +16013,55,49 +16013,56,761 +16013,61,1986 +16013,62,1077 +16013,71,542 +16013,72,2846 +16013,81,601 +16013,92,656 +16015,11,98 +16015,22,0 +16015,23,162 +16015,31,36 +16015,42,29 +16015,44,105 +16015,48,13 +16015,51,0 +16015,52,0 +16015,53,7 +16015,54,0 +16015,55,0 +16015,56,139 +16015,61,425 +16015,62,0 +16015,71,433 +16015,72,182 +16015,81,20 +16015,92,274 +16017,11,335 +16017,21,179 +16017,22,200 +16017,23,945 +16017,31,2139 +16017,42,265 +16017,44,2141 +16017,48,395 +16017,51,314 +16017,52,311 +16017,53,279 +16017,54,673 +16017,55,0 +16017,56,0 +16017,61,353 +16017,62,1662 +16017,71,500 +16017,72,1814 +16017,81,508 +16017,92,921 +16019,11,0 +16019,21,0 +16019,22,114 +16019,23,3397 +16019,31,3414 +16019,42,3105 +16019,44,7901 +16019,48,1913 +16019,51,873 +16019,52,1611 +16019,53,587 +16019,54,3047 +16019,55,170 +16019,56,4034 +16019,61,9006 +16019,62,11321 +16019,71,641 +16019,72,5972 +16019,81,1425 +16019,92,2660 +16021,11,0 +16021,21,0 +16021,22,0 +16021,23,294 +16021,31,490 +16021,42,69 +16021,44,484 +16021,48,17 +16021,51,15 +16021,52,67 +16021,53,21 +16021,54,178 +16021,56,117 +16021,61,86 +16021,62,376 +16021,71,10 +16021,72,141 +16021,81,58 +16021,92,470 +16023,11,0 +16023,21,0 +16023,23,0 +16023,31,0 +16023,42,26 +16023,44,88 +16023,48,27 +16023,51,14 +16023,52,0 +16023,53,0 +16023,54,0 +16023,55,0 +16023,56,0 +16023,61,195 +16023,62,126 +16023,71,24 +16023,72,53 +16023,81,14 +16023,92,104 +16025,11,0 +16025,22,0 +16025,23,38 +16025,31,0 +16025,42,49 +16025,44,0 +16025,48,4 +16025,51,0 +16025,52,0 +16025,54,14 +16025,55,0 +16025,56,0 +16025,61,0 +16025,62,0 +16025,71,0 +16025,72,0 +16025,81,0 +16025,92,20 +16027,11,5434 +16027,21,41 +16027,22,169 +16027,23,7593 +16027,31,10823 +16027,42,2765 +16027,44,8546 +16027,48,3566 +16027,51,758 +16027,52,1383 +16027,53,595 +16027,54,2190 +16027,55,487 +16027,56,3403 +16027,61,15868 +16027,62,10771 +16027,71,346 +16027,72,6174 +16027,81,2042 +16027,92,2998 +16029,11,224 +16029,21,783 +16029,22,40 +16029,23,341 +16029,31,740 +16029,42,121 +16029,44,275 +16029,48,44 +16029,51,20 +16029,52,52 +16029,53,8 +16029,54,130 +16029,55,0 +16029,56,0 +16029,61,0 +16029,62,0 +16029,71,6 +16029,72,119 +16029,81,48 +16029,92,211 +16031,11,2788 +16031,21,170 +16031,22,74 +16031,23,674 +16031,31,1362 +16031,42,550 +16031,44,1566 +16031,48,990 +16031,51,60 +16031,52,314 +16031,53,49 +16031,54,208 +16031,55,19 +16031,56,298 +16031,61,1756 +16031,62,1570 +16031,71,106 +16031,72,702 +16031,81,175 +16031,92,568 +16033,11,153 +16033,22,0 +16033,23,0 +16033,31,0 +16033,42,23 +16033,44,0 +16033,48,2 +16033,51,0 +16033,52,0 +16033,53,0 +16033,54,0 +16033,56,0 +16033,61,109 +16033,62,0 +16033,72,0 +16033,81,0 +16033,92,24 +16035,11,0 +16035,21,0 +16035,22,14 +16035,23,101 +16035,31,149 +16035,42,146 +16035,44,223 +16035,48,52 +16035,51,33 +16035,52,54 +16035,53,15 +16035,54,120 +16035,56,33 +16035,61,513 +16035,62,0 +16035,71,0 +16035,72,0 +16035,81,45 +16035,92,483 +16037,11,77 +16037,21,87 +16037,22,38 +16037,23,49 +16037,31,21 +16037,42,34 +16037,44,174 +16037,48,42 +16037,51,43 +16037,52,21 +16037,53,9 +16037,54,60 +16037,55,0 +16037,56,0 +16037,61,0 +16037,62,0 +16037,71,81 +16037,72,299 +16037,81,56 +16037,92,245 +16039,11,1004 +16039,22,43 +16039,23,244 +16039,31,753 +16039,42,99 +16039,44,1048 +16039,48,313 +16039,51,73 +16039,52,192 +16039,53,62 +16039,54,167 +16039,55,0 +16039,56,0 +16039,61,1459 +16039,62,1011 +16039,71,90 +16039,72,825 +16039,81,178 +16039,92,977 +16041,11,0 +16041,21,0 +16041,22,68 +16041,23,228 +16041,31,268 +16041,42,155 +16041,44,551 +16041,48,155 +16041,51,62 +16041,52,80 +16041,53,19 +16041,54,0 +16041,55,0 +16041,56,92 +16041,61,0 +16041,62,0 +16041,71,31 +16041,72,264 +16041,81,50 +16041,92,204 +16043,11,0 +16043,21,0 +16043,22,0 +16043,23,384 +16043,31,102 +16043,42,0 +16043,44,317 +16043,48,138 +16043,51,0 +16043,52,40 +16043,53,0 +16043,54,34 +16043,56,132 +16043,61,827 +16043,62,0 +16043,71,19 +16043,72,368 +16043,81,103 +16043,92,621 +16045,11,0 +16045,21,0 +16045,22,0 +16045,23,323 +16045,31,272 +16045,42,148 +16045,44,519 +16045,48,24 +16045,51,15 +16045,52,75 +16045,53,25 +16045,54,150 +16045,55,0 +16045,56,0 +16045,61,104 +16045,62,746 +16045,71,32 +16045,72,305 +16045,81,75 +16045,92,315 +16047,11,0 +16047,21,0 +16047,22,54 +16047,23,256 +16047,31,860 +16047,42,215 +16047,44,448 +16047,48,182 +16047,51,0 +16047,52,110 +16047,53,0 +16047,54,121 +16047,55,16 +16047,56,60 +16047,61,1346 +16047,62,0 +16047,71,93 +16047,72,247 +16047,81,205 +16047,92,324 +16049,11,201 +16049,21,94 +16049,22,36 +16049,23,401 +16049,31,505 +16049,42,152 +16049,44,475 +16049,48,209 +16049,51,30 +16049,52,141 +16049,53,18 +16049,54,84 +16049,55,0 +16049,56,0 +16049,61,95 +16049,62,596 +16049,71,130 +16049,72,300 +16049,81,60 +16049,92,476 +16051,11,1140 +16051,22,29 +16051,23,828 +16051,31,1191 +16051,42,442 +16051,44,578 +16051,48,350 +16051,51,69 +16051,52,129 +16051,53,61 +16051,54,262 +16051,55,62 +16051,56,124 +16051,61,31 +16051,62,690 +16051,71,93 +16051,72,265 +16051,81,102 +16051,92,448 +16053,11,4644 +16053,22,0 +16053,23,388 +16053,31,1731 +16053,42,0 +16053,44,910 +16053,48,900 +16053,51,0 +16053,52,119 +16053,53,0 +16053,54,0 +16053,55,0 +16053,56,384 +16053,61,1432 +16053,62,605 +16053,71,3 +16053,72,0 +16053,81,226 +16053,92,383 +16055,11,542 +16055,21,156 +16055,22,366 +16055,23,5588 +16055,31,5032 +16055,42,1916 +16055,44,8977 +16055,48,1185 +16055,51,774 +16055,52,2689 +16055,53,812 +16055,54,3229 +16055,55,204 +16055,56,4019 +16055,61,1153 +16055,62,9067 +16055,71,2030 +16055,72,8099 +16055,81,1567 +16055,92,2998 +16057,11,0 +16057,21,0 +16057,22,0 +16057,23,476 +16057,31,356 +16057,42,349 +16057,44,1765 +16057,48,68 +16057,51,213 +16057,52,214 +16057,53,168 +16057,54,821 +16057,55,27 +16057,56,303 +16057,61,2317 +16057,62,2068 +16057,71,122 +16057,72,1932 +16057,81,327 +16057,92,662 +16059,11,92 +16059,21,23 +16059,22,18 +16059,23,188 +16059,31,89 +16059,42,33 +16059,44,314 +16059,48,66 +16059,51,38 +16059,52,39 +16059,53,24 +16059,54,139 +16059,55,0 +16059,56,0 +16059,61,0 +16059,62,0 +16059,71,79 +16059,72,313 +16059,81,74 +16059,92,439 +16061,11,0 +16061,21,0 +16061,22,0 +16061,23,88 +16061,31,230 +16061,42,116 +16061,44,182 +16061,48,13 +16061,51,24 +16061,52,67 +16061,53,7 +16061,54,55 +16061,56,31 +16061,61,393 +16061,62,237 +16061,71,8 +16061,72,89 +16061,81,28 +16061,92,185 +16063,11,687 +16063,22,0 +16063,23,125 +16063,31,153 +16063,42,0 +16063,44,108 +16063,48,42 +16063,51,0 +16063,52,11 +16063,53,0 +16063,54,21 +16063,56,88 +16063,61,388 +16063,62,182 +16063,71,0 +16063,72,0 +16063,81,27 +16063,92,175 +16065,11,0 +16065,21,0 +16065,22,0 +16065,23,611 +16065,31,1070 +16065,42,0 +16065,44,1878 +16065,48,41 +16065,51,123 +16065,52,342 +16065,53,332 +16065,54,1478 +16065,55,5 +16065,56,1480 +16065,61,0 +16065,62,0 +16065,71,236 +16065,72,1575 +16065,81,303 +16065,92,545 +16067,11,0 +16067,21,0 +16067,22,57 +16067,23,366 +16067,31,1354 +16067,42,697 +16067,44,713 +16067,48,270 +16067,51,226 +16067,52,93 +16067,53,35 +16067,54,173 +16067,55,0 +16067,56,0 +16067,61,0 +16067,62,0 +16067,71,35 +16067,72,539 +16067,81,272 +16067,92,410 +16069,11,0 +16069,21,0 +16069,22,88 +16069,23,963 +16069,31,3409 +16069,42,639 +16069,44,2439 +16069,48,781 +16069,51,431 +16069,52,1076 +16069,53,175 +16069,54,465 +16069,55,112 +16069,56,584 +16069,61,121 +16069,62,4115 +16069,71,211 +16069,72,1843 +16069,81,601 +16069,92,1693 +16071,11,0 +16071,21,0 +16071,23,31 +16071,31,108 +16071,42,30 +16071,44,164 +16071,48,46 +16071,51,0 +16071,52,0 +16071,53,0 +16071,54,11 +16071,56,27 +16071,61,0 +16071,62,74 +16071,71,5 +16071,72,94 +16071,81,0 +16071,92,112 +16073,11,1744 +16073,21,26 +16073,22,40 +16073,23,141 +16073,31,165 +16073,42,120 +16073,44,256 +16073,48,18 +16073,51,28 +16073,52,20 +16073,53,3 +16073,54,102 +16073,56,121 +16073,61,895 +16073,62,0 +16073,71,0 +16073,72,0 +16073,81,14 +16073,92,241 +16075,11,553 +16075,21,21 +16075,22,142 +16075,23,346 +16075,31,1276 +16075,42,221 +16075,44,467 +16075,48,296 +16075,51,0 +16075,52,163 +16075,53,0 +16075,54,0 +16075,55,0 +16075,56,472 +16075,61,1427 +16075,62,911 +16075,71,26 +16075,72,285 +16075,81,298 +16075,92,415 +16077,11,869 +16077,22,0 +16077,23,70 +16077,31,1048 +16077,42,268 +16077,44,0 +16077,48,276 +16077,51,64 +16077,52,49 +16077,53,8 +16077,54,37 +16077,55,27 +16077,56,34 +16077,61,0 +16077,62,0 +16077,71,0 +16077,72,0 +16077,81,58 +16077,92,179 +16079,11,21 +16079,21,529 +16079,22,30 +16079,23,203 +16079,31,166 +16079,42,119 +16079,44,980 +16079,48,30 +16079,51,28 +16079,52,59 +16079,53,91 +16079,54,231 +16079,55,0 +16079,56,0 +16079,61,42 +16079,62,548 +16079,71,292 +16079,72,438 +16079,81,79 +16079,92,355 +16081,11,0 +16081,21,0 +16081,22,0 +16081,23,478 +16081,31,146 +16081,42,0 +16081,44,404 +16081,48,85 +16081,51,53 +16081,52,45 +16081,53,102 +16081,54,182 +16081,56,304 +16081,61,656 +16081,62,365 +16081,71,196 +16081,72,545 +16081,81,128 +16081,92,184 +16083,11,0 +16083,21,0 +16083,22,266 +16083,23,1698 +16083,31,4650 +16083,42,1637 +16083,44,5063 +16083,48,1734 +16083,51,459 +16083,52,1078 +16083,53,341 +16083,54,1516 +16083,55,316 +16083,56,3785 +16083,61,7601 +16083,62,6720 +16083,71,352 +16083,72,4191 +16083,81,1125 +16083,92,1620 +16085,11,0 +16085,21,0 +16085,22,0 +16085,23,549 +16085,31,37 +16085,42,0 +16085,44,680 +16085,48,81 +16085,51,59 +16085,52,81 +16085,53,132 +16085,54,0 +16085,55,0 +16085,56,132 +16085,61,46 +16085,62,503 +16085,71,401 +16085,72,1103 +16085,81,145 +16085,92,656 +16087,11,339 +16087,22,0 +16087,23,85 +16087,31,611 +16087,42,110 +16087,44,262 +16087,48,22 +16087,51,83 +16087,52,44 +16087,53,17 +16087,54,76 +16087,55,0 +16087,56,0 +16087,61,0 +16087,62,0 +16087,71,32 +16087,72,184 +16087,81,54 +16087,92,34 +17001,11,343 +17001,21,341 +17001,22,133 +17001,23,1260 +17001,31,4827 +17001,42,1965 +17001,44,4312 +17001,48,1185 +17001,51,536 +17001,52,1607 +17001,53,500 +17001,54,670 +17001,55,132 +17001,56,1245 +17001,61,3008 +17001,62,6485 +17001,71,405 +17001,72,2749 +17001,81,1389 +17001,92,1337 +17003,11,0 +17003,21,0 +17003,22,45 +17003,23,6 +17003,31,128 +17003,42,0 +17003,44,81 +17003,48,22 +17003,51,0 +17003,52,0 +17003,53,0 +17003,54,7 +17003,56,8 +17003,61,0 +17003,62,0 +17003,71,0 +17003,72,0 +17003,81,0 +17003,92,88 +17005,11,120 +17005,22,0 +17005,23,183 +17005,31,894 +17005,42,539 +17005,44,341 +17005,48,38 +17005,51,91 +17005,52,115 +17005,53,16 +17005,54,46 +17005,55,0 +17005,56,0 +17005,61,0 +17005,62,0 +17005,71,0 +17005,72,0 +17005,81,100 +17005,92,538 +17007,11,0 +17007,21,0 +17007,23,1390 +17007,31,8061 +17007,42,353 +17007,44,1288 +17007,48,1434 +17007,51,49 +17007,52,205 +17007,53,88 +17007,54,199 +17007,56,666 +17007,61,1958 +17007,62,813 +17007,71,117 +17007,72,995 +17007,81,549 +17007,92,690 +17009,11,0 +17009,21,0 +17009,23,179 +17009,31,26 +17009,42,0 +17009,44,0 +17009,48,886 +17009,51,0 +17009,52,0 +17009,53,0 +17009,54,46 +17009,56,0 +17009,61,91 +17009,62,184 +17009,71,0 +17009,72,0 +17009,81,0 +17009,92,116 +17011,11,0 +17011,21,0 +17011,22,0 +17011,23,442 +17011,31,1681 +17011,42,0 +17011,44,0 +17011,48,2410 +17011,51,48 +17011,52,262 +17011,53,33 +17011,54,243 +17011,55,0 +17011,56,0 +17011,61,0 +17011,62,1444 +17011,71,53 +17011,72,680 +17011,81,276 +17011,92,623 +17013,11,22 +17013,21,0 +17013,23,31 +17013,31,0 +17013,42,0 +17013,44,94 +17013,48,11 +17013,51,0 +17013,52,71 +17013,54,9 +17013,56,0 +17013,61,190 +17013,62,0 +17013,72,81 +17013,81,0 +17013,92,10 +17015,11,0 +17015,21,0 +17015,23,180 +17015,31,735 +17015,42,284 +17015,44,413 +17015,48,159 +17015,51,47 +17015,52,213 +17015,53,12 +17015,54,4 +17015,55,0 +17015,56,136 +17015,61,479 +17015,62,0 +17015,71,47 +17015,72,299 +17015,81,230 +17015,92,724 +17017,11,283 +17017,22,0 +17017,23,4 +17017,31,0 +17017,42,0 +17017,44,453 +17017,48,554 +17017,51,0 +17017,52,243 +17017,53,9 +17017,54,0 +17017,55,0 +17017,56,270 +17017,61,635 +17017,62,0 +17017,71,0 +17017,72,0 +17017,81,110 +17017,92,323 +17019,11,601 +17019,21,23 +17019,22,0 +17019,23,3512 +17019,31,6806 +17019,42,0 +17019,44,9232 +17019,48,3649 +17019,51,2203 +17019,52,2618 +17019,53,1911 +17019,54,4018 +17019,55,70 +17019,56,4418 +17019,61,8113 +17019,62,14409 +17019,71,1691 +17019,72,10249 +17019,81,2106 +17019,92,3607 +17021,11,0 +17021,21,0 +17021,22,190 +17021,23,330 +17021,31,1297 +17021,42,680 +17021,44,1236 +17021,48,215 +17021,51,116 +17021,52,346 +17021,53,87 +17021,54,0 +17021,55,0 +17021,56,479 +17021,61,1388 +17021,62,0 +17021,71,129 +17021,72,660 +17021,81,266 +17021,92,432 +17023,11,178 +17023,21,112 +17023,23,260 +17023,31,1372 +17023,42,182 +17023,44,437 +17023,48,142 +17023,51,40 +17023,52,164 +17023,53,30 +17023,54,204 +17023,56,92 +17023,61,0 +17023,62,290 +17023,71,0 +17023,72,0 +17023,81,79 +17023,92,303 +17025,11,289 +17025,21,137 +17025,22,0 +17025,23,57 +17025,31,1912 +17025,42,417 +17025,44,464 +17025,48,36 +17025,51,117 +17025,52,138 +17025,53,40 +17025,54,0 +17025,55,0 +17025,56,102 +17025,61,0 +17025,62,0 +17025,71,7 +17025,72,236 +17025,81,128 +17025,92,164 +17027,11,1432 +17027,21,23 +17027,22,39 +17027,23,1009 +17027,31,1024 +17027,42,541 +17027,44,1760 +17027,48,491 +17027,51,30 +17027,52,275 +17027,53,174 +17027,54,267 +17027,56,251 +17027,61,1643 +17027,62,1789 +17027,71,91 +17027,72,1162 +17027,81,347 +17027,92,13 +17029,11,73 +17029,21,37 +17029,22,195 +17029,23,834 +17029,31,2063 +17029,42,684 +17029,44,2335 +17029,48,471 +17029,51,538 +17029,52,771 +17029,53,880 +17029,54,0 +17029,55,0 +17029,56,2717 +17029,61,2651 +17029,62,4718 +17029,71,126 +17029,72,2072 +17029,81,624 +17029,92,735 +17031,11,1385 +17031,21,853 +17031,22,8898 +17031,23,79517 +17031,31,188283 +17031,42,116808 +17031,44,229264 +17031,48,171205 +17031,51,63053 +17031,52,166642 +17031,53,48679 +17031,54,256897 +17031,55,38275 +17031,56,225382 +17031,61,273799 +17031,62,402066 +17031,71,46935 +17031,72,249048 +17031,81,103754 +17031,92,99102 +17033,11,53 +17033,21,219 +17033,22,32 +17033,23,402 +17033,31,1832 +17033,42,186 +17033,44,775 +17033,48,154 +17033,51,90 +17033,52,200 +17033,53,105 +17033,54,383 +17033,55,0 +17033,56,0 +17033,61,864 +17033,62,876 +17033,71,38 +17033,72,422 +17033,81,168 +17033,92,311 +17035,11,181 +17035,21,7 +17035,22,0 +17035,23,7 +17035,31,0 +17035,42,149 +17035,44,447 +17035,48,24 +17035,51,8 +17035,52,0 +17035,53,0 +17035,54,8 +17035,56,10 +17035,61,0 +17035,62,500 +17035,71,0 +17035,72,0 +17035,81,69 +17035,92,153 +17037,11,0 +17037,21,0 +17037,22,0 +17037,23,2205 +17037,31,4367 +17037,42,1790 +17037,44,5251 +17037,48,165 +17037,51,614 +17037,52,771 +17037,53,311 +17037,54,0 +17037,55,0 +17037,56,1624 +17037,61,4965 +17037,62,4973 +17037,71,487 +17037,72,3140 +17037,81,1201 +17037,92,1499 +17039,11,0 +17039,21,0 +17039,22,0 +17039,23,445 +17039,31,538 +17039,42,317 +17039,44,587 +17039,48,36 +17039,51,16 +17039,52,104 +17039,53,23 +17039,54,0 +17039,55,0 +17039,56,287 +17039,61,0 +17039,62,186 +17039,71,29 +17039,72,405 +17039,81,135 +17039,92,316 +17041,11,0 +17041,21,0 +17041,22,0 +17041,23,468 +17041,31,2734 +17041,42,386 +17041,44,795 +17041,48,52 +17041,51,49 +17041,52,190 +17041,53,41 +17041,54,0 +17041,55,0 +17041,56,121 +17041,61,771 +17041,62,544 +17041,71,42 +17041,72,796 +17041,81,154 +17041,92,349 +17043,11,769 +17043,21,476 +17043,22,3114 +17043,23,29452 +17043,31,57760 +17043,42,55496 +17043,44,58794 +17043,48,32287 +17043,51,10983 +17043,52,31040 +17043,53,9506 +17043,54,65025 +17043,55,20591 +17043,56,61638 +17043,61,54853 +17043,62,78591 +17043,71,13584 +17043,72,45575 +17043,81,20042 +17043,92,12526 +17045,11,354 +17045,22,42 +17045,23,151 +17045,31,2294 +17045,42,164 +17045,44,606 +17045,48,215 +17045,51,76 +17045,52,477 +17045,53,10 +17045,54,107 +17045,56,55 +17045,61,659 +17045,62,0 +17045,71,0 +17045,72,0 +17045,81,104 +17045,92,16 +17047,11,0 +17047,21,0 +17047,22,0 +17047,23,0 +17047,31,0 +17047,42,166 +17047,44,145 +17047,48,21 +17047,51,0 +17047,52,89 +17047,53,10 +17047,54,29 +17047,56,0 +17047,61,0 +17047,62,74 +17047,71,0 +17047,72,0 +17047,81,56 +17047,92,106 +17049,11,0 +17049,21,0 +17049,22,127 +17049,23,1203 +17049,31,3621 +17049,42,1193 +17049,44,2894 +17049,48,1348 +17049,51,673 +17049,52,601 +17049,53,130 +17049,54,0 +17049,55,0 +17049,56,531 +17049,61,1331 +17049,62,4280 +17049,71,476 +17049,72,2452 +17049,81,911 +17049,92,488 +17051,11,120 +17051,21,112 +17051,22,0 +17051,23,240 +17051,31,357 +17051,42,372 +17051,44,696 +17051,48,45 +17051,51,68 +17051,52,181 +17051,53,110 +17051,54,144 +17051,56,189 +17051,61,747 +17051,62,0 +17051,71,78 +17051,72,703 +17051,81,150 +17051,92,259 +17053,11,0 +17053,21,0 +17053,22,117 +17053,23,157 +17053,31,792 +17053,42,617 +17053,44,428 +17053,48,173 +17053,51,35 +17053,52,109 +17053,53,10 +17053,54,100 +17053,55,35 +17053,56,75 +17053,61,688 +17053,62,0 +17053,71,0 +17053,72,0 +17053,81,100 +17053,92,190 +17055,11,39 +17055,21,697 +17055,22,23 +17055,23,500 +17055,31,596 +17055,42,225 +17055,44,1283 +17055,48,286 +17055,51,184 +17055,52,230 +17055,53,49 +17055,54,29 +17055,55,0 +17055,56,352 +17055,61,1279 +17055,62,1661 +17055,71,59 +17055,72,1007 +17055,81,347 +17055,92,861 +17057,11,204 +17057,22,204 +17057,23,285 +17057,31,370 +17057,42,425 +17057,44,1153 +17057,48,229 +17057,51,127 +17057,52,404 +17057,53,46 +17057,54,275 +17057,55,0 +17057,56,0 +17057,61,1463 +17057,62,0 +17057,71,40 +17057,72,585 +17057,81,302 +17057,92,629 +17059,11,0 +17059,21,0 +17059,22,0 +17059,23,30 +17059,31,16 +17059,42,0 +17059,44,74 +17059,48,148 +17059,51,0 +17059,52,13 +17059,54,20 +17059,56,12 +17059,61,0 +17059,62,0 +17059,72,40 +17059,81,31 +17059,92,5 +17061,11,160 +17061,22,0 +17061,23,62 +17061,31,69 +17061,42,175 +17061,44,333 +17061,48,40 +17061,51,12 +17061,52,0 +17061,53,0 +17061,54,42 +17061,56,38 +17061,61,475 +17061,62,0 +17061,71,0 +17061,72,0 +17061,81,50 +17061,92,260 +17063,11,139 +17063,21,289 +17063,22,0 +17063,23,2169 +17063,31,1593 +17063,42,0 +17063,44,3563 +17063,48,1549 +17063,51,110 +17063,52,267 +17063,53,266 +17063,54,15 +17063,55,0 +17063,56,662 +17063,61,3169 +17063,62,2584 +17063,71,187 +17063,72,1704 +17063,81,569 +17063,92,700 +17065,11,0 +17065,21,0 +17065,22,0 +17065,23,112 +17065,31,95 +17065,42,119 +17065,44,133 +17065,48,57 +17065,51,0 +17065,52,48 +17065,53,4 +17065,54,33 +17065,55,0 +17065,56,9 +17065,61,0 +17065,62,200 +17065,71,15 +17065,72,149 +17065,81,92 +17065,92,12 +17067,11,903 +17067,21,43 +17067,22,39 +17067,23,158 +17067,31,292 +17067,42,218 +17067,44,452 +17067,48,149 +17067,51,44 +17067,52,188 +17067,53,12 +17067,54,159 +17067,56,145 +17067,61,778 +17067,62,0 +17067,71,0 +17067,72,0 +17067,81,84 +17067,92,295 +17069,11,0 +17069,21,0 +17069,22,0 +17069,23,0 +17069,31,0 +17069,42,0 +17069,44,64 +17069,48,69 +17069,51,0 +17069,52,0 +17069,53,0 +17069,54,0 +17069,56,0 +17069,61,0 +17069,62,240 +17069,71,0 +17069,72,0 +17069,81,8 +17069,92,0 +17071,11,0 +17071,21,0 +17071,23,70 +17071,31,20 +17071,42,164 +17071,44,0 +17071,48,17 +17071,51,0 +17071,52,0 +17071,53,0 +17071,54,57 +17071,55,0 +17071,56,0 +17071,61,239 +17071,62,118 +17071,71,0 +17071,72,0 +17071,81,13 +17071,92,6 +17073,11,0 +17073,21,0 +17073,22,19 +17073,23,1048 +17073,31,1582 +17073,42,551 +17073,44,1734 +17073,48,628 +17073,51,147 +17073,52,667 +17073,53,30 +17073,54,294 +17073,55,0 +17073,56,0 +17073,61,106 +17073,62,1777 +17073,71,150 +17073,72,1081 +17073,81,381 +17073,92,1013 +17075,11,0 +17075,21,0 +17075,22,0 +17075,23,484 +17075,31,560 +17075,42,845 +17075,44,1411 +17075,48,86 +17075,51,125 +17075,52,437 +17075,53,21 +17075,54,0 +17075,55,0 +17075,56,97 +17075,61,1137 +17075,62,0 +17075,71,19 +17075,72,538 +17075,81,159 +17075,92,406 +17077,11,0 +17077,21,0 +17077,22,0 +17077,23,940 +17077,31,937 +17077,42,0 +17077,44,3221 +17077,48,552 +17077,51,236 +17077,52,517 +17077,53,372 +17077,54,625 +17077,55,0 +17077,56,0 +17077,61,2248 +17077,62,4353 +17077,71,171 +17077,72,2577 +17077,81,600 +17077,92,913 +17079,11,230 +17079,21,37 +17079,22,0 +17079,23,110 +17079,31,181 +17079,42,165 +17079,44,227 +17079,48,29 +17079,51,12 +17079,52,132 +17079,53,5 +17079,54,19 +17079,56,13 +17079,61,0 +17079,62,20 +17079,71,0 +17079,72,0 +17079,81,94 +17079,92,208 +17081,11,45 +17081,21,215 +17081,22,125 +17081,23,369 +17081,31,4272 +17081,42,785 +17081,44,2539 +17081,48,1896 +17081,51,77 +17081,52,571 +17081,53,101 +17081,54,490 +17081,55,19 +17081,56,847 +17081,61,1835 +17081,62,3622 +17081,71,109 +17081,72,1818 +17081,81,578 +17081,92,470 +17083,11,0 +17083,21,0 +17083,22,0 +17083,23,322 +17083,31,210 +17083,42,134 +17083,44,766 +17083,48,33 +17083,51,0 +17083,52,157 +17083,53,29 +17083,54,240 +17083,56,73 +17083,61,0 +17083,62,0 +17083,71,95 +17083,72,634 +17083,81,0 +17083,92,10 +17085,11,0 +17085,21,0 +17085,22,0 +17085,23,483 +17085,31,753 +17085,42,0 +17085,44,948 +17085,48,57 +17085,51,26 +17085,52,196 +17085,53,28 +17085,54,0 +17085,55,0 +17085,56,196 +17085,61,0 +17085,62,0 +17085,71,164 +17085,72,1408 +17085,81,379 +17085,92,318 +17087,11,0 +17087,21,0 +17087,22,0 +17087,23,68 +17087,31,46 +17087,42,0 +17087,44,158 +17087,48,31 +17087,51,7 +17087,52,0 +17087,53,0 +17087,54,78 +17087,56,54 +17087,61,439 +17087,62,208 +17087,71,0 +17087,72,0 +17087,81,56 +17087,92,181 +17089,11,1064 +17089,21,320 +17089,22,219 +17089,23,11653 +17089,31,32893 +17089,42,15716 +17089,44,20458 +17089,48,6063 +17089,51,3037 +17089,52,7016 +17089,53,1886 +17089,54,11027 +17089,55,1643 +17089,56,20412 +17089,61,30986 +17089,62,25114 +17089,71,7163 +17089,72,18418 +17089,81,6934 +17089,92,7332 +17091,11,0 +17091,21,0 +17091,22,174 +17091,23,1349 +17091,31,7374 +17091,42,2123 +17091,44,5248 +17091,48,2215 +17091,51,413 +17091,52,989 +17091,53,364 +17091,54,1515 +17091,55,162 +17091,56,3397 +17091,61,1478 +17091,62,7940 +17091,71,457 +17091,72,4027 +17091,81,1201 +17091,92,1471 +17093,11,175 +17093,21,18 +17093,22,0 +17093,23,1612 +17093,31,3108 +17093,42,0 +17093,44,5006 +17093,48,2447 +17093,51,165 +17093,52,549 +17093,53,209 +17093,54,1373 +17093,55,26 +17093,56,1302 +17093,61,6313 +17093,62,1864 +17093,71,340 +17093,72,3623 +17093,81,1239 +17093,92,901 +17095,11,0 +17095,21,0 +17095,22,0 +17095,23,433 +17095,31,1254 +17095,42,745 +17095,44,2544 +17095,48,111 +17095,51,162 +17095,52,395 +17095,53,144 +17095,54,0 +17095,55,0 +17095,56,562 +17095,61,2116 +17095,62,34 +17095,71,223 +17095,72,2026 +17095,81,664 +17095,92,1112 +17097,11,763 +17097,21,147 +17097,22,2063 +17097,23,13843 +17097,31,54674 +17097,42,23746 +17097,44,41057 +17097,48,8456 +17097,51,4560 +17097,52,17039 +17097,53,3964 +17097,54,22914 +17097,55,10875 +17097,56,29784 +17097,61,38414 +17097,62,35342 +17097,71,9342 +17097,72,28154 +17097,81,10002 +17097,92,9667 +17099,11,623 +17099,21,1197 +17099,22,1172 +17099,23,1812 +17099,31,6005 +17099,42,2064 +17099,44,5548 +17099,48,2596 +17099,51,514 +17099,52,1517 +17099,53,334 +17099,54,1142 +17099,55,186 +17099,56,2094 +17099,61,523 +17099,62,4423 +17099,71,338 +17099,72,4288 +17099,81,1558 +17099,92,1746 +17101,11,264 +17101,21,208 +17101,22,0 +17101,23,0 +17101,31,0 +17101,42,217 +17101,44,334 +17101,48,35 +17101,51,19 +17101,52,321 +17101,53,14 +17101,54,49 +17101,56,74 +17101,61,515 +17101,62,595 +17101,71,0 +17101,72,0 +17101,81,88 +17101,92,267 +17103,11,136 +17103,21,84 +17103,22,0 +17103,23,269 +17103,31,3307 +17103,42,889 +17103,44,1242 +17103,48,80 +17103,51,37 +17103,52,238 +17103,53,208 +17103,54,234 +17103,55,28 +17103,56,300 +17103,61,1218 +17103,62,0 +17103,71,42 +17103,72,767 +17103,81,478 +17103,92,8 +17105,11,0 +17105,21,0 +17105,22,0 +17105,23,655 +17105,31,2529 +17105,42,0 +17105,44,1418 +17105,48,965 +17105,51,693 +17105,52,485 +17105,53,52 +17105,54,210 +17105,56,259 +17105,61,1482 +17105,62,1733 +17105,71,165 +17105,72,783 +17105,81,323 +17105,92,640 +17107,11,265 +17107,22,0 +17107,23,208 +17107,31,1448 +17107,42,488 +17107,44,911 +17107,48,61 +17107,51,82 +17107,52,267 +17107,53,45 +17107,54,223 +17107,55,0 +17107,56,0 +17107,61,1514 +17107,62,1425 +17107,71,27 +17107,72,749 +17107,81,351 +17107,92,417 +17109,11,305 +17109,22,0 +17109,23,288 +17109,31,1849 +17109,42,223 +17109,44,1278 +17109,48,70 +17109,51,126 +17109,52,231 +17109,53,99 +17109,54,203 +17109,56,122 +17109,61,63 +17109,62,1178 +17109,71,83 +17109,72,1038 +17109,81,335 +17109,92,665 +17111,11,1182 +17111,21,73 +17111,22,0 +17111,23,7415 +17111,31,14992 +17111,42,4759 +17111,44,13100 +17111,48,464 +17111,51,960 +17111,52,1859 +17111,53,771 +17111,54,4133 +17111,55,1052 +17111,56,7676 +17111,61,1686 +17111,62,11218 +17111,71,2399 +17111,72,9668 +17111,81,3561 +17111,92,4241 +17113,11,0 +17113,21,0 +17113,22,284 +17113,23,2451 +17113,31,3260 +17113,42,2081 +17113,44,8474 +17113,48,2203 +17113,51,527 +17113,52,18631 +17113,53,1240 +17113,54,3249 +17113,55,1104 +17113,56,5187 +17113,61,7927 +17113,62,9803 +17113,71,1355 +17113,72,9214 +17113,81,2812 +17113,92,3322 +17115,11,135 +17115,21,14 +17115,22,0 +17115,23,3056 +17115,31,11268 +17115,42,0 +17115,44,4916 +17115,48,2650 +17115,51,427 +17115,52,1556 +17115,53,404 +17115,54,1503 +17115,55,0 +17115,56,0 +17115,61,4845 +17115,62,8111 +17115,71,485 +17115,72,4460 +17115,81,1666 +17115,92,1584 +17117,11,0 +17117,21,0 +17117,22,148 +17117,23,688 +17117,31,708 +17117,42,935 +17117,44,1337 +17117,48,347 +17117,51,0 +17117,52,536 +17117,53,38 +17117,54,0 +17117,55,0 +17117,56,208 +17117,61,0 +17117,62,0 +17117,71,101 +17117,72,937 +17117,81,0 +17117,92,821 +17119,11,355 +17119,21,194 +17119,22,602 +17119,23,5971 +17119,31,11008 +17119,42,3638 +17119,44,12303 +17119,48,12730 +17119,51,807 +17119,52,2973 +17119,53,713 +17119,54,3924 +17119,55,513 +17119,56,3844 +17119,61,9972 +17119,62,13972 +17119,71,1930 +17119,72,11559 +17119,81,4021 +17119,92,3890 +17121,11,203 +17121,21,165 +17121,22,43 +17121,23,477 +17121,31,2710 +17121,42,331 +17121,44,1129 +17121,48,919 +17121,51,135 +17121,52,380 +17121,53,59 +17121,54,201 +17121,55,0 +17121,56,0 +17121,61,80 +17121,62,3009 +17121,71,148 +17121,72,1034 +17121,81,345 +17121,92,415 +17123,11,0 +17123,21,0 +17123,22,0 +17123,23,153 +17123,31,860 +17123,42,127 +17123,44,238 +17123,48,33 +17123,51,41 +17123,52,85 +17123,53,11 +17123,54,21 +17123,56,20 +17123,61,319 +17123,62,422 +17123,71,36 +17123,72,239 +17123,81,67 +17123,92,181 +17125,11,0 +17125,21,0 +17125,22,0 +17125,23,96 +17125,31,118 +17125,42,226 +17125,44,347 +17125,48,46 +17125,51,36 +17125,52,118 +17125,53,39 +17125,54,29 +17125,56,20 +17125,61,0 +17125,62,283 +17125,71,31 +17125,72,241 +17125,81,90 +17125,92,239 +17127,21,0 +17127,22,0 +17127,23,60 +17127,31,0 +17127,42,141 +17127,44,301 +17127,48,28 +17127,51,17 +17127,52,32 +17127,53,28 +17127,54,42 +17127,55,0 +17127,56,0 +17127,61,0 +17127,62,0 +17127,71,0 +17127,72,0 +17127,81,138 +17127,92,247 +17129,11,60 +17129,22,0 +17129,23,114 +17129,31,53 +17129,42,41 +17129,44,250 +17129,48,22 +17129,51,17 +17129,52,90 +17129,53,8 +17129,54,113 +17129,56,13 +17129,61,0 +17129,62,0 +17129,71,53 +17129,72,114 +17129,81,67 +17129,92,7 +17131,11,120 +17131,22,0 +17131,23,116 +17131,31,505 +17131,42,135 +17131,44,348 +17131,48,32 +17131,51,62 +17131,52,141 +17131,53,7 +17131,54,59 +17131,56,107 +17131,61,0 +17131,62,0 +17131,71,43 +17131,72,221 +17131,81,139 +17131,92,230 +17133,11,101 +17133,21,40 +17133,22,0 +17133,23,616 +17133,31,569 +17133,42,0 +17133,44,1060 +17133,48,65 +17133,51,0 +17133,52,386 +17133,53,130 +17133,54,434 +17133,55,17 +17133,56,451 +17133,61,1324 +17133,62,730 +17133,71,158 +17133,72,1474 +17133,81,0 +17133,92,473 +17135,11,336 +17135,21,107 +17135,22,0 +17135,23,351 +17135,31,683 +17135,42,496 +17135,44,1285 +17135,48,71 +17135,51,151 +17135,52,442 +17135,53,57 +17135,54,166 +17135,55,8 +17135,56,125 +17135,61,1016 +17135,62,1596 +17135,71,85 +17135,72,1002 +17135,81,190 +17135,92,480 +17137,11,55 +17137,22,64 +17137,23,402 +17137,31,2269 +17137,42,637 +17137,44,1794 +17137,48,517 +17137,51,76 +17137,52,664 +17137,53,81 +17137,54,295 +17137,55,0 +17137,56,0 +17137,61,2385 +17137,62,2242 +17137,71,143 +17137,72,1618 +17137,81,359 +17137,92,682 +17139,11,125 +17139,22,0 +17139,23,387 +17139,31,2312 +17139,42,132 +17139,44,313 +17139,48,198 +17139,51,108 +17139,52,133 +17139,53,63 +17139,54,92 +17139,56,46 +17139,61,311 +17139,62,690 +17139,71,52 +17139,72,240 +17139,81,84 +17139,92,245 +17141,11,0 +17141,21,0 +17141,22,0 +17141,23,736 +17141,31,3050 +17141,42,0 +17141,44,1375 +17141,48,1277 +17141,51,161 +17141,52,438 +17141,53,441 +17141,54,0 +17141,55,0 +17141,56,734 +17141,61,2100 +17141,62,0 +17141,71,127 +17141,72,1258 +17141,81,471 +17141,92,1009 +17143,11,306 +17143,21,54 +17143,22,947 +17143,23,3593 +17143,31,14331 +17143,42,3527 +17143,44,9693 +17143,48,2280 +17143,51,1433 +17143,52,3219 +17143,53,900 +17143,54,5741 +17143,55,5493 +17143,56,8282 +17143,61,9608 +17143,62,23532 +17143,71,2338 +17143,72,7765 +17143,81,4174 +17143,92,3067 +17145,11,0 +17145,21,0 +17145,22,0 +17145,23,137 +17145,31,490 +17145,42,0 +17145,44,544 +17145,48,294 +17145,51,0 +17145,52,175 +17145,53,9 +17145,54,0 +17145,56,83 +17145,61,0 +17145,62,0 +17145,71,25 +17145,72,358 +17145,81,185 +17145,92,276 +17147,11,249 +17147,22,0 +17147,23,149 +17147,31,239 +17147,42,215 +17147,44,396 +17147,48,32 +17147,51,42 +17147,52,171 +17147,53,33 +17147,54,79 +17147,56,44 +17147,61,601 +17147,62,470 +17147,71,28 +17147,72,535 +17147,81,69 +17147,92,509 +17149,11,0 +17149,21,0 +17149,22,0 +17149,23,220 +17149,31,111 +17149,42,319 +17149,44,517 +17149,48,49 +17149,51,29 +17149,52,227 +17149,53,67 +17149,54,0 +17149,55,0 +17149,56,60 +17149,61,18 +17149,62,693 +17149,71,34 +17149,72,318 +17149,81,64 +17149,92,316 +17151,11,0 +17151,21,0 +17151,22,0 +17151,23,3 +17151,31,0 +17151,42,0 +17151,44,42 +17151,48,9 +17151,52,0 +17151,53,0 +17151,54,11 +17151,61,0 +17151,62,0 +17151,72,22 +17151,81,12 +17151,92,50 +17153,11,0 +17153,21,0 +17153,23,0 +17153,31,0 +17153,42,79 +17153,44,109 +17153,48,86 +17153,52,0 +17153,53,0 +17153,54,49 +17153,56,0 +17153,61,476 +17153,62,0 +17153,72,41 +17153,81,62 +17153,92,6 +17155,11,0 +17155,22,0 +17155,23,0 +17155,31,490 +17155,42,0 +17155,44,94 +17155,48,146 +17155,51,0 +17155,52,59 +17155,53,11 +17155,54,26 +17155,55,0 +17155,56,0 +17155,61,0 +17155,62,36 +17155,71,21 +17155,72,61 +17155,81,0 +17155,92,100 +17157,11,0 +17157,21,0 +17157,22,0 +17157,23,482 +17157,31,2712 +17157,42,560 +17157,44,1472 +17157,48,69 +17157,51,70 +17157,52,293 +17157,53,27 +17157,54,11 +17157,55,0 +17157,56,549 +17157,61,968 +17157,62,638 +17157,71,71 +17157,72,865 +17157,81,369 +17157,92,482 +17159,11,36 +17159,21,161 +17159,22,85 +17159,23,117 +17159,31,496 +17159,42,326 +17159,44,665 +17159,48,1221 +17159,51,39 +17159,52,222 +17159,53,52 +17159,54,76 +17159,56,72 +17159,61,64 +17159,62,1032 +17159,71,18 +17159,72,525 +17159,81,157 +17159,92,252 +17161,11,125 +17161,21,100 +17161,22,0 +17161,23,2997 +17161,31,11890 +17161,42,3432 +17161,44,7366 +17161,48,411 +17161,51,830 +17161,52,2141 +17161,53,660 +17161,54,4235 +17161,55,4493 +17161,56,5085 +17161,61,2963 +17161,62,9002 +17161,71,714 +17161,72,5733 +17161,81,2415 +17161,92,4618 +17163,11,577 +17163,21,107 +17163,22,738 +17163,23,3911 +17163,31,5341 +17163,42,2855 +17163,44,12352 +17163,48,5334 +17163,51,77 +17163,52,2193 +17163,53,1036 +17163,54,6210 +17163,55,264 +17163,56,3739 +17163,61,2108 +17163,62,16057 +17163,71,1554 +17163,72,10839 +17163,81,4040 +17163,92,8240 +17165,11,44 +17165,21,64 +17165,22,126 +17165,23,256 +17165,31,349 +17165,42,190 +17165,44,1115 +17165,48,514 +17165,51,333 +17165,52,364 +17165,53,63 +17165,54,137 +17165,55,0 +17165,56,0 +17165,61,1207 +17165,62,1884 +17165,71,43 +17165,72,674 +17165,81,185 +17165,92,604 +17167,11,0 +17167,21,0 +17167,22,530 +17167,23,3340 +17167,31,3262 +17167,42,3153 +17167,44,11236 +17167,48,2182 +17167,51,2566 +17167,52,5318 +17167,53,873 +17167,54,4339 +17167,55,690 +17167,56,7517 +17167,61,10165 +17167,62,21846 +17167,71,1184 +17167,72,9283 +17167,81,4775 +17167,92,46533 +17169,11,0 +17169,21,0 +17169,23,114 +17169,31,61 +17169,42,132 +17169,44,165 +17169,48,35 +17169,51,10 +17169,52,0 +17169,53,0 +17169,54,14 +17169,56,14 +17169,61,0 +17169,62,160 +17169,71,0 +17169,72,0 +17169,81,45 +17169,92,135 +17171,11,0 +17171,22,0 +17171,23,28 +17171,31,0 +17171,42,0 +17171,44,67 +17171,48,13 +17171,51,0 +17171,52,0 +17171,53,0 +17171,54,0 +17171,56,0 +17171,61,0 +17171,62,13 +17171,71,0 +17171,72,0 +17171,81,0 +17171,92,163 +17173,11,0 +17173,21,0 +17173,22,0 +17173,23,217 +17173,31,1224 +17173,42,283 +17173,44,570 +17173,48,50 +17173,51,19 +17173,52,180 +17173,53,19 +17173,54,327 +17173,55,0 +17173,56,0 +17173,61,631 +17173,62,652 +17173,71,55 +17173,72,507 +17173,81,115 +17173,92,250 +17175,11,192 +17175,23,142 +17175,31,275 +17175,42,82 +17175,44,139 +17175,48,95 +17175,51,0 +17175,52,0 +17175,53,0 +17175,54,23 +17175,61,0 +17175,62,130 +17175,71,0 +17175,72,0 +17175,81,0 +17175,92,86 +17177,11,766 +17177,22,0 +17177,23,1558 +17177,31,3353 +17177,42,436 +17177,44,1647 +17177,48,93 +17177,51,106 +17177,52,971 +17177,53,194 +17177,54,437 +17177,55,24 +17177,56,1091 +17177,61,177 +17177,62,2642 +17177,71,244 +17177,72,1286 +17177,81,713 +17177,92,690 +17179,11,347 +17179,21,43 +17179,22,251 +17179,23,3156 +17179,31,6596 +17179,42,2793 +17179,44,6597 +17179,48,3708 +17179,51,567 +17179,52,1953 +17179,53,430 +17179,54,1917 +17179,55,506 +17179,56,1113 +17179,61,6131 +17179,62,4614 +17179,71,1535 +17179,72,5900 +17179,81,1355 +17179,92,1992 +17181,11,0 +17181,21,0 +17181,22,63 +17181,23,99 +17181,31,268 +17181,42,141 +17181,44,620 +17181,48,71 +17181,51,25 +17181,52,124 +17181,53,18 +17181,54,106 +17181,55,0 +17181,56,0 +17181,61,0 +17181,62,0 +17181,71,11 +17181,72,462 +17181,81,94 +17181,92,276 +17183,11,0 +17183,21,0 +17183,22,143 +17183,23,594 +17183,31,5086 +17183,42,2329 +17183,44,3041 +17183,48,1545 +17183,51,197 +17183,52,965 +17183,53,134 +17183,54,369 +17183,55,185 +17183,56,1531 +17183,61,272 +17183,62,3861 +17183,71,137 +17183,72,2029 +17183,81,792 +17183,92,1409 +17185,11,88 +17185,21,436 +17185,22,0 +17185,23,206 +17185,31,214 +17185,42,166 +17185,44,319 +17185,48,25 +17185,51,0 +17185,52,107 +17185,53,26 +17185,54,97 +17185,55,0 +17185,56,0 +17185,61,0 +17185,62,0 +17185,71,29 +17185,72,269 +17185,81,0 +17185,92,158 +17187,11,0 +17187,21,0 +17187,23,151 +17187,31,2121 +17187,42,244 +17187,44,570 +17187,48,409 +17187,51,18 +17187,52,178 +17187,53,17 +17187,54,80 +17187,56,105 +17187,61,0 +17187,62,0 +17187,71,10 +17187,72,469 +17187,81,210 +17187,92,383 +17189,11,0 +17189,21,0 +17189,22,0 +17189,23,262 +17189,31,0 +17189,42,741 +17189,44,789 +17189,48,35 +17189,51,9 +17189,52,192 +17189,53,12 +17189,54,0 +17189,55,0 +17189,56,0 +17189,61,0 +17189,62,0 +17189,71,0 +17189,72,0 +17189,81,63 +17189,92,293 +17191,11,184 +17191,21,176 +17191,22,0 +17191,23,121 +17191,31,81 +17191,42,223 +17191,44,494 +17191,48,48 +17191,51,30 +17191,52,125 +17191,53,16 +17191,54,0 +17191,56,0 +17191,61,780 +17191,62,0 +17191,71,12 +17191,72,374 +17191,81,126 +17191,92,250 +17193,11,151 +17193,21,577 +17193,22,0 +17193,23,0 +17193,31,0 +17193,42,198 +17193,44,606 +17193,48,44 +17193,51,25 +17193,52,124 +17193,53,21 +17193,54,0 +17193,56,0 +17193,61,602 +17193,62,0 +17193,71,42 +17193,72,295 +17193,81,213 +17193,92,261 +17195,11,0 +17195,21,0 +17195,22,22 +17195,23,685 +17195,31,3801 +17195,42,618 +17195,44,2406 +17195,48,1484 +17195,51,141 +17195,52,619 +17195,53,61 +17195,54,1038 +17195,55,27 +17195,56,1286 +17195,61,444 +17195,62,2102 +17195,71,333 +17195,72,1916 +17195,81,571 +17195,92,960 +17197,11,564 +17197,21,297 +17197,22,1971 +17197,23,14842 +17197,31,22465 +17197,42,18504 +17197,44,30644 +17197,48,28327 +17197,51,2978 +17197,52,4798 +17197,53,2876 +17197,54,11805 +17197,55,511 +17197,56,19027 +17197,61,5754 +17197,62,27739 +17197,71,6031 +17197,72,22827 +17197,81,10687 +17197,92,7329 +17199,11,0 +17199,21,0 +17199,22,324 +17199,23,1021 +17199,31,3420 +17199,42,578 +17199,44,3328 +17199,48,944 +17199,51,336 +17199,52,1988 +17199,53,167 +17199,54,0 +17199,55,0 +17199,56,2083 +17199,61,77 +17199,62,6352 +17199,71,254 +17199,72,2988 +17199,81,675 +17199,92,1796 +17201,11,313 +17201,21,12 +17201,22,1218 +17201,23,4146 +17201,31,24443 +17201,42,5450 +17201,44,14855 +17201,48,6871 +17201,51,1809 +17201,52,3753 +17201,53,1085 +17201,54,3551 +17201,55,130 +17201,56,8958 +17201,61,2286 +17201,62,23429 +17201,71,2225 +17201,72,11299 +17201,81,4321 +17201,92,3530 +17203,11,502 +17203,22,0 +17203,23,721 +17203,31,1579 +17203,42,565 +17203,44,1073 +17203,48,63 +17203,51,159 +17203,52,262 +17203,53,48 +17203,54,0 +17203,55,0 +17203,56,197 +17203,61,257 +17203,62,1353 +17203,71,131 +17203,72,938 +17203,81,279 +17203,92,481 +18001,11,0 +18001,21,0 +18001,22,0 +18001,23,444 +18001,31,5143 +18001,42,0 +18001,44,1369 +18001,48,486 +18001,51,281 +18001,52,292 +18001,53,88 +18001,54,0 +18001,55,0 +18001,56,553 +18001,61,81 +18001,62,1175 +18001,71,54 +18001,72,942 +18001,81,351 +18001,92,456 +18003,11,412 +18003,21,208 +18003,22,776 +18003,23,10370 +18003,31,30013 +18003,42,11621 +18003,44,21589 +18003,48,7667 +18003,51,4328 +18003,52,8798 +18003,53,2298 +18003,54,7279 +18003,55,2447 +18003,56,12316 +18003,61,23576 +18003,62,42441 +18003,71,2860 +18003,72,18062 +18003,81,6370 +18003,92,6299 +18005,11,0 +18005,21,0 +18005,22,244 +18005,23,1717 +18005,31,20208 +18005,42,2143 +18005,44,4911 +18005,48,1120 +18005,51,531 +18005,52,1005 +18005,53,318 +18005,54,2145 +18005,55,945 +18005,56,2928 +18005,61,314 +18005,62,4807 +18005,71,320 +18005,72,3909 +18005,81,888 +18005,92,1421 +18007,11,699 +18007,22,0 +18007,23,77 +18007,31,405 +18007,42,251 +18007,44,173 +18007,48,23 +18007,51,38 +18007,52,168 +18007,54,60 +18007,56,0 +18007,61,774 +18007,62,123 +18007,71,0 +18007,72,0 +18007,81,141 +18007,92,237 +18009,11,0 +18009,21,0 +18009,22,0 +18009,23,152 +18009,31,862 +18009,42,0 +18009,44,310 +18009,48,177 +18009,51,0 +18009,52,99 +18009,53,11 +18009,54,65 +18009,55,0 +18009,56,0 +18009,61,0 +18009,62,419 +18009,71,20 +18009,72,260 +18009,81,0 +18009,92,209 +18011,11,0 +18011,21,0 +18011,22,0 +18011,23,2218 +18011,31,2721 +18011,42,0 +18011,44,3069 +18011,48,7645 +18011,51,685 +18011,52,451 +18011,53,283 +18011,54,2767 +18011,55,400 +18011,56,1874 +18011,61,4241 +18011,62,3237 +18011,71,287 +18011,72,2357 +18011,81,874 +18011,92,1006 +18013,11,129 +18013,22,0 +18013,23,133 +18013,31,312 +18013,42,0 +18013,44,351 +18013,48,47 +18013,51,13 +18013,52,34 +18013,53,31 +18013,54,145 +18013,56,105 +18013,61,0 +18013,62,378 +18013,71,89 +18013,72,569 +18013,81,89 +18013,92,194 +18015,11,479 +18015,21,0 +18015,22,0 +18015,23,289 +18015,31,0 +18015,42,212 +18015,44,415 +18015,48,33 +18015,51,19 +18015,52,113 +18015,53,28 +18015,54,125 +18015,56,140 +18015,61,0 +18015,62,0 +18015,71,0 +18015,72,0 +18015,81,97 +18015,92,358 +18017,11,0 +18017,21,0 +18017,22,0 +18017,23,655 +18017,31,4535 +18017,42,745 +18017,44,1444 +18017,48,59 +18017,51,122 +18017,52,299 +18017,53,65 +18017,54,184 +18017,55,78 +18017,56,995 +18017,61,0 +18017,62,0 +18017,71,27 +18017,72,1007 +18017,81,290 +18017,92,692 +18019,11,118 +18019,21,210 +18019,22,322 +18019,23,2657 +18019,31,8914 +18019,42,2109 +18019,44,6781 +18019,48,7622 +18019,51,628 +18019,52,2147 +18019,53,580 +18019,54,1671 +18019,55,295 +18019,56,3102 +18019,61,607 +18019,62,6780 +18019,71,759 +18019,72,5974 +18019,81,1143 +18019,92,3628 +18021,11,0 +18021,21,0 +18021,23,228 +18021,31,2887 +18021,42,119 +18021,44,911 +18021,48,279 +18021,51,89 +18021,52,146 +18021,53,33 +18021,54,0 +18021,55,0 +18021,56,135 +18021,61,18 +18021,62,747 +18021,71,53 +18021,72,708 +18021,81,348 +18021,92,461 +18023,11,570 +18023,23,396 +18023,31,4241 +18023,42,386 +18023,44,917 +18023,48,475 +18023,51,88 +18023,52,230 +18023,53,230 +18023,54,0 +18023,55,0 +18023,56,248 +18023,61,36 +18023,62,1097 +18023,71,47 +18023,72,827 +18023,81,411 +18023,92,620 +18025,11,24 +18025,21,0 +18025,22,0 +18025,23,40 +18025,31,0 +18025,42,0 +18025,44,177 +18025,48,190 +18025,51,0 +18025,52,0 +18025,53,0 +18025,54,16 +18025,56,27 +18025,61,0 +18025,62,146 +18025,71,0 +18025,72,0 +18025,81,38 +18025,92,216 +18027,11,0 +18027,21,0 +18027,22,71 +18027,23,1493 +18027,31,2483 +18027,42,588 +18027,44,1477 +18027,48,927 +18027,51,198 +18027,52,351 +18027,53,44 +18027,54,477 +18027,55,14 +18027,56,237 +18027,61,0 +18027,62,0 +18027,71,49 +18027,72,932 +18027,81,346 +18027,92,502 +18029,11,0 +18029,21,0 +18029,22,96 +18029,23,584 +18029,31,1711 +18029,42,367 +18029,44,2062 +18029,48,292 +18029,51,175 +18029,52,350 +18029,53,142 +18029,54,0 +18029,55,0 +18029,56,640 +18029,61,2506 +18029,62,2785 +18029,71,1571 +18029,72,1820 +18029,81,339 +18029,92,826 +18031,11,0 +18031,21,0 +18031,22,85 +18031,23,367 +18031,31,5570 +18031,42,639 +18031,44,1212 +18031,48,885 +18031,51,106 +18031,52,246 +18031,53,71 +18031,54,0 +18031,55,0 +18031,56,2036 +18031,61,43 +18031,62,888 +18031,71,60 +18031,72,955 +18031,81,307 +18031,92,491 +18033,11,308 +18033,21,125 +18033,22,0 +18033,23,679 +18033,31,10030 +18033,42,0 +18033,44,1476 +18033,48,1669 +18033,51,259 +18033,52,296 +18033,53,127 +18033,54,500 +18033,55,160 +18033,56,715 +18033,61,2794 +18033,62,2016 +18033,71,209 +18033,72,1437 +18033,81,483 +18033,92,762 +18035,11,0 +18035,21,0 +18035,22,270 +18035,23,1741 +18035,31,4077 +18035,42,1357 +18035,44,6159 +18035,48,1339 +18035,51,661 +18035,52,1756 +18035,53,570 +18035,54,2288 +18035,55,344 +18035,56,2942 +18035,61,4977 +18035,62,10316 +18035,71,515 +18035,72,5100 +18035,81,1204 +18035,92,1653 +18037,11,0 +18037,21,0 +18037,22,84 +18037,23,1105 +18037,31,11622 +18037,42,1942 +18037,44,2948 +18037,48,1041 +18037,51,436 +18037,52,501 +18037,53,106 +18037,54,668 +18037,55,561 +18037,56,452 +18037,61,2612 +18037,62,0 +18037,71,170 +18037,72,1770 +18037,81,547 +18037,92,805 +18039,11,0 +18039,21,0 +18039,22,200 +18039,23,4232 +18039,31,66473 +18039,42,8625 +18039,44,10081 +18039,48,2982 +18039,51,1008 +18039,52,1892 +18039,53,1069 +18039,54,2391 +18039,55,2840 +18039,56,5496 +18039,61,14286 +18039,62,13252 +18039,71,588 +18039,72,7447 +18039,81,2704 +18039,92,2742 +18041,11,0 +18041,21,0 +18041,22,89 +18041,23,105 +18041,31,1460 +18041,42,196 +18041,44,738 +18041,48,88 +18041,51,153 +18041,52,159 +18041,53,36 +18041,54,110 +18041,55,0 +18041,56,0 +18041,61,48 +18041,62,1476 +18041,71,30 +18041,72,618 +18041,81,165 +18041,92,88 +18043,11,0 +18043,21,0 +18043,22,161 +18043,23,1848 +18043,31,5954 +18043,42,707 +18043,44,3017 +18043,48,573 +18043,51,234 +18043,52,694 +18043,53,296 +18043,54,1434 +18043,55,145 +18043,56,1571 +18043,61,783 +18043,62,8542 +18043,71,147 +18043,72,3194 +18043,81,992 +18043,92,210 +18045,11,329 +18045,22,0 +18045,23,94 +18045,31,1888 +18045,42,0 +18045,44,566 +18045,48,220 +18045,51,109 +18045,52,165 +18045,53,18 +18045,54,71 +18045,55,0 +18045,56,0 +18045,61,959 +18045,62,0 +18045,71,50 +18045,72,360 +18045,81,116 +18045,92,301 +18047,11,94 +18047,21,38 +18047,22,0 +18047,23,194 +18047,31,712 +18047,42,171 +18047,44,678 +18047,48,32 +18047,51,0 +18047,52,159 +18047,53,5 +18047,54,7 +18047,55,0 +18047,56,176 +18047,61,1354 +18047,62,0 +18047,71,0 +18047,72,0 +18047,81,0 +18047,92,8 +18049,11,0 +18049,21,0 +18049,22,45 +18049,23,387 +18049,31,1721 +18049,42,385 +18049,44,932 +18049,48,99 +18049,51,113 +18049,52,198 +18049,53,19 +18049,54,0 +18049,55,0 +18049,56,76 +18049,61,0 +18049,62,0 +18049,71,0 +18049,72,0 +18049,81,225 +18049,92,364 +18051,11,0 +18051,21,0 +18051,22,683 +18051,23,339 +18051,31,9251 +18051,42,528 +18051,44,1481 +18051,48,869 +18051,51,131 +18051,52,154 +18051,53,125 +18051,54,0 +18051,55,0 +18051,56,2535 +18051,61,1711 +18051,62,0 +18051,71,63 +18051,72,1195 +18051,81,286 +18051,92,544 +18053,11,0 +18053,21,0 +18053,22,0 +18053,23,640 +18053,31,4797 +18053,42,0 +18053,44,2972 +18053,48,2625 +18053,51,385 +18053,52,681 +18053,53,237 +18053,54,488 +18053,55,310 +18053,56,1005 +18053,61,0 +18053,62,1095 +18053,71,130 +18053,72,2467 +18053,81,643 +18053,92,1033 +18055,11,461 +18055,21,95 +18055,22,139 +18055,23,296 +18055,31,558 +18055,42,97 +18055,44,968 +18055,48,218 +18055,51,90 +18055,52,163 +18055,53,32 +18055,54,253 +18055,55,0 +18055,56,0 +18055,61,0 +18055,62,0 +18055,71,0 +18055,72,0 +18055,81,213 +18055,92,422 +18057,11,2082 +18057,21,487 +18057,22,1475 +18057,23,8720 +18057,31,6672 +18057,42,9191 +18057,44,17088 +18057,48,1604 +18057,51,3840 +18057,52,15585 +18057,53,4270 +18057,54,13887 +18057,55,2571 +18057,56,11640 +18057,61,4426 +18057,62,19839 +18057,71,3492 +18057,72,16913 +18057,81,4405 +18057,92,4089 +18059,11,270 +18059,22,115 +18059,23,1845 +18059,31,5124 +18059,42,1701 +18059,44,2520 +18059,48,1581 +18059,51,281 +18059,52,513 +18059,53,211 +18059,54,1369 +18059,55,149 +18059,56,1909 +18059,61,258 +18059,62,2688 +18059,71,162 +18059,72,2722 +18059,81,472 +18059,92,916 +18061,11,134 +18061,21,184 +18061,22,152 +18061,23,468 +18061,31,1593 +18061,42,462 +18061,44,1374 +18061,48,222 +18061,51,104 +18061,52,297 +18061,53,49 +18061,54,201 +18061,55,0 +18061,56,0 +18061,61,0 +18061,62,0 +18061,71,1496 +18061,72,964 +18061,81,278 +18061,92,555 +18063,11,0 +18063,21,0 +18063,22,1296 +18063,23,3287 +18063,31,3932 +18063,42,5275 +18063,44,12466 +18063,48,14601 +18063,51,646 +18063,52,1071 +18063,53,545 +18063,54,1472 +18063,55,670 +18063,56,7788 +18063,61,571 +18063,62,6140 +18063,71,877 +18063,72,7919 +18063,81,2191 +18063,92,2976 +18065,11,0 +18065,21,0 +18065,22,0 +18065,23,543 +18065,31,2900 +18065,42,532 +18065,44,1738 +18065,48,89 +18065,51,170 +18065,52,286 +18065,53,147 +18065,54,169 +18065,55,16 +18065,56,641 +18065,61,0 +18065,62,0 +18065,71,112 +18065,72,1062 +18065,81,392 +18065,92,835 +18067,11,0 +18067,21,0 +18067,22,198 +18067,23,1200 +18067,31,11343 +18067,42,1110 +18067,44,4756 +18067,48,921 +18067,51,335 +18067,52,877 +18067,53,325 +18067,54,930 +18067,55,27 +18067,56,1535 +18067,61,5034 +18067,62,6505 +18067,71,197 +18067,72,4448 +18067,81,1274 +18067,92,215 +18069,11,0 +18069,21,0 +18069,22,73 +18069,23,515 +18069,31,3571 +18069,42,760 +18069,44,1277 +18069,48,718 +18069,51,663 +18069,52,489 +18069,53,94 +18069,54,5 +18069,55,0 +18069,56,570 +18069,61,714 +18069,62,1909 +18069,71,60 +18069,72,1161 +18069,81,610 +18069,92,591 +18071,11,0 +18071,21,0 +18071,22,187 +18071,23,719 +18071,31,7384 +18071,42,1139 +18071,44,2195 +18071,48,1969 +18071,51,135 +18071,52,447 +18071,53,140 +18071,54,324 +18071,55,60 +18071,56,1136 +18071,61,0 +18071,62,0 +18071,71,74 +18071,72,1612 +18071,81,367 +18071,92,674 +18073,11,0 +18073,21,0 +18073,22,0 +18073,23,765 +18073,31,1603 +18073,42,0 +18073,44,1488 +18073,48,1331 +18073,51,118 +18073,52,249 +18073,53,82 +18073,54,0 +18073,55,0 +18073,56,0 +18073,61,187 +18073,62,1441 +18073,71,148 +18073,72,1031 +18073,81,171 +18073,92,562 +18075,11,0 +18075,21,0 +18075,22,58 +18075,23,230 +18075,31,2914 +18075,42,302 +18075,44,590 +18075,48,115 +18075,51,102 +18075,52,143 +18075,53,43 +18075,54,111 +18075,55,61 +18075,56,114 +18075,61,1000 +18075,62,0 +18075,71,21 +18075,72,436 +18075,81,139 +18075,92,341 +18077,11,32 +18077,22,500 +18077,23,263 +18077,31,3118 +18077,42,242 +18077,44,1691 +18077,48,343 +18077,51,130 +18077,52,202 +18077,53,101 +18077,54,0 +18077,55,0 +18077,56,327 +18077,61,794 +18077,62,1905 +18077,71,45 +18077,72,1332 +18077,81,249 +18077,92,386 +18079,11,0 +18079,21,0 +18079,22,32 +18079,23,713 +18079,31,1996 +18079,42,341 +18079,44,749 +18079,48,959 +18079,51,31 +18079,52,110 +18079,53,30 +18079,54,103 +18079,56,226 +18079,61,1653 +18079,62,781 +18079,71,14 +18079,72,437 +18079,81,107 +18079,92,203 +18081,11,0 +18081,21,0 +18081,22,211 +18081,23,3238 +18081,31,5875 +18081,42,2751 +18081,44,9173 +18081,48,4196 +18081,51,648 +18081,52,1430 +18081,53,657 +18081,54,1874 +18081,55,216 +18081,56,5352 +18081,61,1542 +18081,62,8264 +18081,71,620 +18081,72,7326 +18081,81,1633 +18081,92,2566 +18083,11,1010 +18083,21,1666 +18083,22,521 +18083,23,649 +18083,31,2063 +18083,42,766 +18083,44,1935 +18083,48,575 +18083,51,165 +18083,52,316 +18083,53,140 +18083,54,256 +18083,55,105 +18083,56,686 +18083,61,172 +18083,62,2647 +18083,71,40 +18083,72,1671 +18083,81,482 +18083,92,990 +18085,11,0 +18085,21,0 +18085,22,97 +18085,23,1576 +18085,31,15577 +18085,42,2018 +18085,44,3684 +18085,48,607 +18085,51,501 +18085,52,740 +18085,53,245 +18085,54,838 +18085,55,585 +18085,56,1870 +18085,61,1907 +18085,62,4160 +18085,71,316 +18085,72,2793 +18085,81,1418 +18085,92,850 +18087,11,0 +18087,21,0 +18087,22,58 +18087,23,708 +18087,31,6931 +18087,42,946 +18087,44,1294 +18087,48,230 +18087,51,40 +18087,52,251 +18087,53,76 +18087,54,212 +18087,55,0 +18087,56,0 +18087,61,2043 +18087,62,0 +18087,71,44 +18087,72,974 +18087,81,334 +18087,92,66 +18089,11,609 +18089,21,230 +18089,22,0 +18089,23,11570 +18089,31,23716 +18089,42,0 +18089,44,23746 +18089,48,8865 +18089,51,2633 +18089,52,4345 +18089,53,2238 +18089,54,6743 +18089,55,2222 +18089,56,11402 +18089,61,11485 +18089,62,39184 +18089,71,6160 +18089,72,20100 +18089,81,7462 +18089,92,7995 +18091,11,619 +18091,21,40 +18091,22,0 +18091,23,1987 +18091,31,8131 +18091,42,1712 +18091,44,5131 +18091,48,305 +18091,51,543 +18091,52,868 +18091,53,388 +18091,54,864 +18091,55,98 +18091,56,1949 +18091,61,6083 +18091,62,6171 +18091,71,1385 +18091,72,4380 +18091,81,1290 +18091,92,3570 +18093,11,43 +18093,21,301 +18093,22,90 +18093,23,679 +18093,31,2776 +18093,42,294 +18093,44,1939 +18093,48,370 +18093,51,213 +18093,52,386 +18093,53,119 +18093,54,896 +18093,55,0 +18093,56,0 +18093,61,2336 +18093,62,2822 +18093,71,82 +18093,72,1269 +18093,81,403 +18093,92,608 +18095,11,0 +18095,21,0 +18095,22,0 +18095,23,1742 +18095,31,5308 +18095,42,0 +18095,44,4508 +18095,48,2413 +18095,51,725 +18095,52,1221 +18095,53,401 +18095,54,794 +18095,55,393 +18095,56,2188 +18095,61,1652 +18095,62,8019 +18095,71,1285 +18095,72,4344 +18095,81,1227 +18095,92,2060 +18097,11,1219 +18097,21,339 +18097,22,3436 +18097,23,29813 +18097,31,54274 +18097,42,36378 +18097,44,48146 +18097,48,46101 +18097,51,0 +18097,52,28321 +18097,53,10682 +18097,54,47187 +18097,55,9416 +18097,56,61523 +18097,61,52796 +18097,62,118044 +18097,71,10494 +18097,72,50857 +18097,81,21683 +18097,92,32491 +18099,11,0 +18099,21,0 +18099,22,0 +18099,23,616 +18099,31,6719 +18099,42,0 +18099,44,1966 +18099,48,88 +18099,51,267 +18099,52,372 +18099,53,112 +18099,54,397 +18099,55,70 +18099,56,644 +18099,61,4413 +18099,62,2050 +18099,71,172 +18099,72,1505 +18099,81,654 +18099,92,731 +18101,11,38 +18101,22,18 +18101,23,128 +18101,31,408 +18101,42,138 +18101,44,311 +18101,48,242 +18101,51,36 +18101,52,60 +18101,53,10 +18101,54,1327 +18101,55,0 +18101,56,0 +18101,61,522 +18101,62,184 +18101,71,0 +18101,72,0 +18101,81,65 +18101,92,5003 +18103,11,434 +18103,21,113 +18103,22,67 +18103,23,371 +18103,31,1976 +18103,42,287 +18103,44,869 +18103,48,515 +18103,51,74 +18103,52,281 +18103,53,63 +18103,54,154 +18103,55,0 +18103,56,1 +18103,61,1733 +18103,62,26 +18103,71,39 +18103,72,941 +18103,81,308 +18103,92,1631 +18105,11,241 +18105,21,545 +18105,22,423 +18105,23,2539 +18105,31,7327 +18105,42,1966 +18105,44,6520 +18105,48,1058 +18105,51,0 +18105,52,1443 +18105,53,1250 +18105,54,2561 +18105,55,519 +18105,56,2628 +18105,61,6060 +18105,62,10733 +18105,71,618 +18105,72,8138 +18105,81,0 +18105,92,2458 +18107,11,0 +18107,21,0 +18107,22,0 +18107,23,443 +18107,31,4827 +18107,42,0 +18107,44,1535 +18107,48,1153 +18107,51,282 +18107,52,253 +18107,53,68 +18107,54,0 +18107,55,0 +18107,56,636 +18107,61,0 +18107,62,0 +18107,71,126 +18107,72,1307 +18107,81,302 +18107,92,609 +18109,11,244 +18109,21,68 +18109,22,315 +18109,23,1286 +18109,31,2607 +18109,42,508 +18109,44,2156 +18109,48,581 +18109,51,142 +18109,52,478 +18109,53,150 +18109,54,530 +18109,56,771 +18109,61,3440 +18109,62,1950 +18109,71,97 +18109,72,1801 +18109,81,594 +18109,92,860 +18111,11,0 +18111,21,0 +18111,22,0 +18111,23,152 +18111,31,568 +18111,42,0 +18111,44,206 +18111,48,191 +18111,51,63 +18111,52,112 +18111,53,12 +18111,54,77 +18111,56,178 +18111,61,0 +18111,62,259 +18111,71,0 +18111,72,0 +18111,81,0 +18111,92,308 +18113,11,0 +18113,21,0 +18113,22,95 +18113,23,565 +18113,31,9219 +18113,42,661 +18113,44,1615 +18113,48,367 +18113,51,418 +18113,52,270 +18113,53,116 +18113,54,0 +18113,55,0 +18113,56,655 +18113,61,2822 +18113,62,1409 +18113,71,69 +18113,72,1167 +18113,81,473 +18113,92,578 +18115,11,0 +18115,22,0 +18115,23,0 +18115,31,0 +18115,42,17 +18115,44,61 +18115,48,14 +18115,51,0 +18115,52,0 +18115,53,0 +18115,54,24 +18115,56,71 +18115,61,0 +18115,62,90 +18115,71,0 +18115,72,0 +18115,81,0 +18115,92,22 +18117,11,0 +18117,21,0 +18117,22,0 +18117,23,819 +18117,31,1209 +18117,42,0 +18117,44,598 +18117,48,41 +18117,51,107 +18117,52,91 +18117,53,18 +18117,54,0 +18117,55,0 +18117,56,95 +18117,61,1104 +18117,62,0 +18117,71,159 +18117,72,2370 +18117,81,164 +18117,92,363 +18119,11,51 +18119,22,0 +18119,23,163 +18119,31,2313 +18119,42,0 +18119,44,473 +18119,48,111 +18119,51,0 +18119,52,102 +18119,53,10 +18119,54,73 +18119,56,46 +18119,61,808 +18119,62,0 +18119,71,0 +18119,72,0 +18119,81,0 +18119,92,0 +18121,11,0 +18121,21,0 +18121,22,0 +18121,23,106 +18121,31,502 +18121,42,130 +18121,44,361 +18121,48,33 +18121,51,45 +18121,52,70 +18121,53,84 +18121,54,7 +18121,55,0 +18121,56,146 +18121,61,892 +18121,62,0 +18121,71,22 +18121,72,262 +18121,81,103 +18121,92,610 +18123,11,94 +18123,21,58 +18123,22,77 +18123,23,220 +18123,31,2107 +18123,42,85 +18123,44,733 +18123,48,194 +18123,51,52 +18123,52,123 +18123,53,53 +18123,54,19 +18123,55,0 +18123,56,0 +18123,61,14 +18123,62,507 +18123,71,39 +18123,72,616 +18123,81,96 +18123,92,308 +18125,11,113 +18125,21,105 +18125,22,0 +18125,23,27 +18125,31,173 +18125,42,0 +18125,44,244 +18125,48,280 +18125,51,41 +18125,52,35 +18125,53,41 +18125,54,0 +18125,55,0 +18125,56,144 +18125,61,0 +18125,62,0 +18125,71,0 +18125,72,0 +18125,81,109 +18125,92,220 +18127,11,160 +18127,21,61 +18127,22,0 +18127,23,4886 +18127,31,9941 +18127,42,2844 +18127,44,7801 +18127,48,239 +18127,51,973 +18127,52,1262 +18127,53,686 +18127,54,2040 +18127,55,410 +18127,56,3067 +18127,61,13957 +18127,62,10446 +18127,71,635 +18127,72,6701 +18127,81,2634 +18127,92,2212 +18129,11,238 +18129,21,31 +18129,22,0 +18129,23,524 +18129,31,2918 +18129,42,0 +18129,44,760 +18129,48,969 +18129,51,28 +18129,52,160 +18129,53,35 +18129,54,18 +18129,55,0 +18129,56,454 +18129,61,0 +18129,62,0 +18129,71,37 +18129,72,518 +18129,81,245 +18129,92,382 +18131,11,0 +18131,21,0 +18131,23,156 +18131,31,1503 +18131,42,311 +18131,44,434 +18131,48,152 +18131,51,0 +18131,52,151 +18131,53,14 +18131,54,73 +18131,55,0 +18131,56,0 +18131,61,0 +18131,62,0 +18131,71,0 +18131,72,0 +18131,81,0 +18131,92,104 +18133,11,209 +18133,21,162 +18133,22,112 +18133,23,574 +18133,31,2649 +18133,42,157 +18133,44,1171 +18133,48,1979 +18133,51,186 +18133,52,278 +18133,53,97 +18133,54,183 +18133,55,18 +18133,56,366 +18133,61,0 +18133,62,0 +18133,71,44 +18133,72,1087 +18133,81,220 +18133,92,1071 +18135,11,0 +18135,21,0 +18135,22,0 +18135,23,528 +18135,31,1524 +18135,42,290 +18135,44,545 +18135,48,52 +18135,51,44 +18135,52,130 +18135,53,33 +18135,54,192 +18135,55,0 +18135,56,0 +18135,61,1669 +18135,62,0 +18135,71,156 +18135,72,486 +18135,81,212 +18135,92,463 +18137,11,349 +18137,21,64 +18137,22,164 +18137,23,539 +18137,31,1860 +18137,42,144 +18137,44,898 +18137,48,1230 +18137,51,291 +18137,52,357 +18137,53,46 +18137,54,0 +18137,55,1452 +18137,56,0 +18137,61,0 +18137,62,0 +18137,71,69 +18137,72,990 +18137,81,408 +18137,92,538 +18139,11,0 +18139,21,0 +18139,22,0 +18139,23,212 +18139,31,1164 +18139,42,0 +18139,44,529 +18139,48,383 +18139,51,0 +18139,52,108 +18139,53,0 +18139,54,171 +18139,55,41 +18139,56,113 +18139,61,0 +18139,62,0 +18139,71,21 +18139,72,367 +18139,81,135 +18139,92,373 +18141,11,0 +18141,21,0 +18141,22,391 +18141,23,5592 +18141,31,14862 +18141,42,7648 +18141,44,14246 +18141,48,4292 +18141,51,2713 +18141,52,3770 +18141,53,1654 +18141,54,5530 +18141,55,2619 +18141,56,6199 +18141,61,25671 +18141,62,24599 +18141,71,2188 +18141,72,11941 +18141,81,3837 +18141,92,4721 +18143,11,0 +18143,21,0 +18143,22,0 +18143,23,188 +18143,31,2665 +18143,42,0 +18143,44,1023 +18143,48,160 +18143,51,0 +18143,52,145 +18143,53,0 +18143,54,123 +18143,56,267 +18143,61,0 +18143,62,38 +18143,71,12 +18143,72,871 +18143,81,281 +18143,92,487 +18145,11,456 +18145,21,137 +18145,22,78 +18145,23,989 +18145,31,5192 +18145,42,717 +18145,44,1539 +18145,48,1489 +18145,51,104 +18145,52,228 +18145,53,181 +18145,54,293 +18145,55,20 +18145,56,1150 +18145,61,117 +18145,62,1512 +18145,71,0 +18145,72,0 +18145,81,497 +18145,92,744 +18147,11,0 +18147,21,0 +18147,22,440 +18147,23,567 +18147,31,1298 +18147,42,431 +18147,44,427 +18147,48,361 +18147,51,134 +18147,52,173 +18147,53,32 +18147,54,162 +18147,55,0 +18147,56,0 +18147,61,1122 +18147,62,0 +18147,71,14 +18147,72,0 +18147,81,283 +18147,92,408 +18149,11,319 +18149,22,0 +18149,23,91 +18149,31,803 +18149,42,102 +18149,44,556 +18149,48,94 +18149,51,66 +18149,52,75 +18149,53,27 +18149,54,59 +18149,56,568 +18149,61,1257 +18149,62,0 +18149,71,33 +18149,72,325 +18149,81,73 +18149,92,347 +18151,11,321 +18151,21,18 +18151,22,0 +18151,23,523 +18151,31,5715 +18151,42,0 +18151,44,2090 +18151,48,755 +18151,51,165 +18151,52,175 +18151,53,91 +18151,54,303 +18151,55,6 +18151,56,751 +18151,61,1359 +18151,62,0 +18151,71,119 +18151,72,1572 +18151,81,421 +18151,92,499 +18153,11,0 +18153,21,0 +18153,22,366 +18153,23,79 +18153,31,625 +18153,42,175 +18153,44,607 +18153,48,189 +18153,51,170 +18153,52,109 +18153,53,14 +18153,54,120 +18153,55,0 +18153,56,0 +18153,61,0 +18153,62,0 +18153,71,0 +18153,72,0 +18153,81,123 +18153,92,1117 +18155,11,0 +18155,21,0 +18155,22,0 +18155,23,0 +18155,31,121 +18155,42,0 +18155,44,152 +18155,48,29 +18155,51,16 +18155,52,0 +18155,53,0 +18155,54,20 +18155,56,12 +18155,61,0 +18155,62,0 +18155,71,0 +18155,72,0 +18155,81,67 +18155,92,221 +18157,11,0 +18157,21,0 +18157,22,141 +18157,23,3382 +18157,31,17286 +18157,42,2547 +18157,44,8948 +18157,48,2522 +18157,51,1200 +18157,52,1655 +18157,53,1347 +18157,54,0 +18157,55,0 +18157,56,4527 +18157,61,698 +18157,62,14180 +18157,71,768 +18157,72,9153 +18157,81,2604 +18157,92,2683 +18159,11,1061 +18159,22,0 +18159,23,345 +18159,31,2175 +18159,42,179 +18159,44,410 +18159,48,31 +18159,51,35 +18159,52,113 +18159,53,10 +18159,54,102 +18159,55,44 +18159,56,60 +18159,61,833 +18159,62,0 +18159,71,0 +18159,72,0 +18159,81,70 +18159,92,63 +18161,11,54 +18161,22,0 +18161,23,74 +18161,31,227 +18161,42,56 +18161,44,203 +18161,48,14 +18161,51,0 +18161,52,0 +18161,54,16 +18161,56,17 +18161,61,0 +18161,62,0 +18161,72,132 +18161,81,33 +18161,92,151 +18163,11,289 +18163,21,151 +18163,22,0 +18163,23,7238 +18163,31,12814 +18163,42,0 +18163,44,12619 +18163,48,5421 +18163,51,2449 +18163,52,2728 +18163,53,1330 +18163,54,4926 +18163,55,3986 +18163,56,8256 +18163,61,4345 +18163,62,22492 +18163,71,2269 +18163,72,10663 +18163,81,3979 +18163,92,3227 +18165,11,0 +18165,21,0 +18165,22,252 +18165,23,578 +18165,31,607 +18165,42,57 +18165,44,633 +18165,48,113 +18165,51,56 +18165,52,65 +18165,53,41 +18165,54,0 +18165,55,0 +18165,56,0 +18165,61,0 +18165,62,0 +18165,71,0 +18165,72,0 +18165,81,94 +18165,92,271 +18167,11,351 +18167,21,57 +18167,22,237 +18167,23,2103 +18167,31,5905 +18167,42,1537 +18167,44,6345 +18167,48,1508 +18167,51,583 +18167,52,1424 +18167,53,676 +18167,54,1216 +18167,55,329 +18167,56,2676 +18167,61,7065 +18167,62,10722 +18167,71,513 +18167,72,5553 +18167,81,1435 +18167,92,2539 +18169,11,0 +18169,21,0 +18169,22,68 +18169,23,609 +18169,31,2711 +18169,42,532 +18169,44,1329 +18169,48,215 +18169,51,163 +18169,52,323 +18169,53,107 +18169,54,235 +18169,55,178 +18169,56,238 +18169,61,2077 +18169,62,0 +18169,71,293 +18169,72,1029 +18169,81,272 +18169,92,550 +18171,11,0 +18171,21,0 +18171,22,0 +18171,23,99 +18171,31,601 +18171,42,152 +18171,44,0 +18171,48,126 +18171,51,0 +18171,52,0 +18171,53,0 +18171,54,31 +18171,56,54 +18171,61,460 +18171,62,262 +18171,72,36 +18171,81,16 +18171,92,36 +18173,11,183 +18173,21,242 +18173,22,439 +18173,23,1218 +18173,31,2657 +18173,42,532 +18173,44,1634 +18173,48,464 +18173,51,251 +18173,52,482 +18173,53,249 +18173,54,751 +18173,55,20 +18173,56,523 +18173,61,304 +18173,62,4535 +18173,71,268 +18173,72,1259 +18173,81,602 +18173,92,576 +18175,11,0 +18175,21,0 +18175,22,23 +18175,23,315 +18175,31,1586 +18175,42,124 +18175,44,1105 +18175,48,101 +18175,51,78 +18175,52,161 +18175,53,47 +18175,54,0 +18175,55,0 +18175,56,136 +18175,61,1630 +18175,62,0 +18175,71,37 +18175,72,511 +18175,81,168 +18175,92,408 +18177,11,598 +18177,21,56 +18177,22,86 +18177,23,851 +18177,31,5953 +18177,42,1002 +18177,44,3721 +18177,48,835 +18177,51,460 +18177,52,932 +18177,53,146 +18177,54,0 +18177,55,0 +18177,56,1970 +18177,61,4907 +18177,62,7093 +18177,71,181 +18177,72,3013 +18177,81,726 +18177,92,1070 +18179,11,0 +18179,21,0 +18179,22,0 +18179,23,463 +18179,31,2615 +18179,42,0 +18179,44,1028 +18179,48,1574 +18179,51,0 +18179,52,167 +18179,53,0 +18179,54,0 +18179,55,0 +18179,56,340 +18179,61,1821 +18179,62,1691 +18179,71,21 +18179,72,594 +18179,81,381 +18179,92,97 +18181,11,0 +18181,21,0 +18181,22,198 +18181,23,537 +18181,31,2730 +18181,42,507 +18181,44,1054 +18181,48,261 +18181,51,183 +18181,52,206 +18181,53,58 +18181,54,0 +18181,55,0 +18181,56,328 +18181,61,1849 +18181,62,895 +18181,71,268 +18181,72,637 +18181,81,167 +18181,92,515 +18183,11,257 +18183,22,0 +18183,23,580 +18183,31,5573 +18183,42,595 +18183,44,1239 +18183,48,61 +18183,51,211 +18183,52,219 +18183,53,70 +18183,54,219 +18183,55,41 +18183,56,281 +18183,61,1917 +18183,62,0 +18183,71,79 +18183,72,955 +18183,81,590 +18183,92,520 +19001,11,0 +19001,21,0 +19001,22,57 +19001,23,167 +19001,31,449 +19001,42,199 +19001,44,355 +19001,48,148 +19001,51,7 +19001,52,97 +19001,53,8 +19001,54,0 +19001,55,0 +19001,56,64 +19001,61,0 +19001,62,375 +19001,71,34 +19001,72,279 +19001,81,95 +19001,92,144 +19003,11,0 +19003,21,0 +19003,22,0 +19003,23,58 +19003,31,231 +19003,42,98 +19003,44,79 +19003,48,18 +19003,51,0 +19003,52,0 +19003,53,0 +19003,54,27 +19003,55,0 +19003,56,0 +19003,61,0 +19003,62,427 +19003,71,0 +19003,72,0 +19003,81,32 +19003,92,98 +19005,11,737 +19005,21,55 +19005,22,0 +19005,23,184 +19005,31,1039 +19005,42,334 +19005,44,561 +19005,48,43 +19005,51,18 +19005,52,169 +19005,53,22 +19005,54,85 +19005,55,0 +19005,56,0 +19005,61,197 +19005,62,767 +19005,71,52 +19005,72,249 +19005,81,170 +19005,92,370 +19007,11,0 +19007,21,0 +19007,22,0 +19007,23,68 +19007,31,922 +19007,42,0 +19007,44,605 +19007,48,375 +19007,51,39 +19007,52,117 +19007,53,56 +19007,54,13 +19007,55,0 +19007,56,106 +19007,61,1250 +19007,62,0 +19007,71,54 +19007,72,372 +19007,81,88 +19007,92,198 +19009,11,932 +19009,22,18 +19009,23,61 +19009,31,175 +19009,42,124 +19009,44,160 +19009,48,92 +19009,51,7 +19009,52,50 +19009,53,6 +19009,54,44 +19009,55,0 +19009,56,0 +19009,61,0 +19009,62,0 +19009,71,0 +19009,72,0 +19009,81,49 +19009,92,16 +19011,11,0 +19011,21,0 +19011,22,0 +19011,23,439 +19011,31,821 +19011,42,389 +19011,44,938 +19011,48,71 +19011,51,57 +19011,52,217 +19011,53,19 +19011,54,87 +19011,55,12 +19011,56,93 +19011,61,1973 +19011,62,405 +19011,71,79 +19011,72,271 +19011,81,127 +19011,92,431 +19013,11,0 +19013,21,0 +19013,22,384 +19013,23,2621 +19013,31,14868 +19013,42,0 +19013,44,9031 +19013,48,5236 +19013,51,656 +19013,52,2688 +19013,53,947 +19013,54,2295 +19013,55,929 +19013,56,3004 +19013,61,1973 +19013,62,14336 +19013,71,623 +19013,72,6543 +19013,81,2925 +19013,92,2531 +19015,11,0 +19015,21,0 +19015,22,167 +19015,23,677 +19015,31,537 +19015,42,374 +19015,44,1047 +19015,48,823 +19015,51,385 +19015,52,207 +19015,53,115 +19015,54,0 +19015,55,0 +19015,56,212 +19015,61,244 +19015,62,1487 +19015,71,146 +19015,72,511 +19015,81,219 +19015,92,455 +19017,11,0 +19017,21,0 +19017,22,0 +19017,23,490 +19017,31,1495 +19017,42,301 +19017,44,1249 +19017,48,67 +19017,51,68 +19017,52,1033 +19017,53,122 +19017,54,257 +19017,55,0 +19017,56,0 +19017,61,0 +19017,62,0 +19017,71,92 +19017,72,619 +19017,81,235 +19017,92,491 +19019,11,613 +19019,21,45 +19019,22,0 +19019,23,427 +19019,31,1535 +19019,42,281 +19019,44,834 +19019,48,57 +19019,51,69 +19019,52,0 +19019,53,0 +19019,54,146 +19019,55,11 +19019,56,191 +19019,61,218 +19019,62,743 +19019,71,76 +19019,72,347 +19019,81,105 +19019,92,353 +19021,11,1788 +19021,22,106 +19021,23,303 +19021,31,3707 +19021,42,385 +19021,44,1097 +19021,48,153 +19021,51,59 +19021,52,280 +19021,53,54 +19021,54,247 +19021,55,0 +19021,56,0 +19021,61,0 +19021,62,0 +19021,71,39 +19021,72,696 +19021,81,171 +19021,92,416 +19023,11,0 +19023,21,0 +19023,22,0 +19023,23,134 +19023,31,799 +19023,42,230 +19023,44,361 +19023,48,45 +19023,51,14 +19023,52,142 +19023,53,9 +19023,54,60 +19023,55,0 +19023,56,0 +19023,61,0 +19023,62,0 +19023,71,17 +19023,72,128 +19023,81,56 +19023,92,274 +19025,11,237 +19025,22,0 +19025,23,82 +19025,31,93 +19025,42,308 +19025,44,331 +19025,48,36 +19025,51,0 +19025,52,110 +19025,53,16 +19025,54,57 +19025,56,18 +19025,61,849 +19025,62,0 +19025,71,23 +19025,72,121 +19025,81,0 +19025,92,132 +19027,11,0 +19027,21,0 +19027,22,108 +19027,23,476 +19027,31,1529 +19027,42,1411 +19027,44,1492 +19027,48,571 +19027,51,129 +19027,52,783 +19027,53,28 +19027,54,0 +19027,55,0 +19027,56,185 +19027,61,0 +19027,62,0 +19027,71,62 +19027,72,752 +19027,81,281 +19027,92,515 +19029,11,0 +19029,21,0 +19029,22,0 +19029,23,333 +19029,31,621 +19029,42,309 +19029,44,855 +19029,48,53 +19029,51,109 +19029,52,203 +19029,53,74 +19029,54,138 +19029,55,0 +19029,56,0 +19029,61,115 +19029,62,912 +19029,71,62 +19029,72,354 +19029,81,296 +19029,92,416 +19031,11,0 +19031,21,0 +19031,22,0 +19031,23,339 +19031,31,631 +19031,42,0 +19031,44,594 +19031,48,623 +19031,51,52 +19031,52,132 +19031,53,34 +19031,54,253 +19031,55,0 +19031,56,0 +19031,61,1888 +19031,62,0 +19031,71,79 +19031,72,275 +19031,81,105 +19031,92,25 +19033,11,0 +19033,21,0 +19033,22,0 +19033,23,1156 +19033,31,2807 +19033,42,1275 +19033,44,3471 +19033,48,124 +19033,51,322 +19033,52,944 +19033,53,167 +19033,54,799 +19033,55,313 +19033,56,1385 +19033,61,5460 +19033,62,7226 +19033,71,205 +19033,72,2180 +19033,81,747 +19033,92,1095 +19035,11,430 +19035,21,81 +19035,22,63 +19035,23,274 +19035,31,393 +19035,42,131 +19035,44,556 +19035,48,988 +19035,51,54 +19035,52,145 +19035,53,7 +19035,54,103 +19035,55,57 +19035,56,117 +19035,61,0 +19035,62,0 +19035,71,51 +19035,72,261 +19035,81,65 +19035,92,405 +19037,11,0 +19037,21,0 +19037,22,0 +19037,23,237 +19037,31,1424 +19037,42,393 +19037,44,607 +19037,48,50 +19037,51,0 +19037,52,136 +19037,53,24 +19037,54,58 +19037,55,0 +19037,56,0 +19037,61,0 +19037,62,0 +19037,71,54 +19037,72,226 +19037,81,0 +19037,92,33 +19039,11,0 +19039,21,0 +19039,22,0 +19039,23,0 +19039,31,1375 +19039,42,0 +19039,44,525 +19039,48,333 +19039,51,10 +19039,52,76 +19039,53,14 +19039,54,41 +19039,55,9 +19039,56,108 +19039,61,0 +19039,62,0 +19039,71,0 +19039,72,0 +19039,81,41 +19039,92,80 +19041,11,0 +19041,21,0 +19041,22,80 +19041,23,459 +19041,31,564 +19041,42,743 +19041,44,1352 +19041,48,605 +19041,51,205 +19041,52,273 +19041,53,89 +19041,54,0 +19041,55,0 +19041,56,277 +19041,61,226 +19041,62,1502 +19041,71,123 +19041,72,599 +19041,81,188 +19041,92,418 +19043,11,0 +19043,21,0 +19043,22,0 +19043,23,653 +19043,31,1117 +19043,42,326 +19043,44,707 +19043,48,65 +19043,51,81 +19043,52,233 +19043,53,20 +19043,54,135 +19043,55,0 +19043,56,0 +19043,61,0 +19043,62,0 +19043,71,187 +19043,72,340 +19043,81,146 +19043,92,398 +19045,11,0 +19045,21,0 +19045,22,106 +19045,23,751 +19045,31,4394 +19045,42,496 +19045,44,2369 +19045,48,1274 +19045,51,436 +19045,52,624 +19045,53,123 +19045,54,461 +19045,55,81 +19045,56,1411 +19045,61,858 +19045,62,4031 +19045,71,267 +19045,72,1702 +19045,81,410 +19045,92,838 +19047,11,133 +19047,22,0 +19047,23,336 +19047,31,2028 +19047,42,0 +19047,44,723 +19047,48,499 +19047,51,74 +19047,52,211 +19047,53,26 +19047,54,122 +19047,55,0 +19047,56,0 +19047,61,464 +19047,62,757 +19047,71,55 +19047,72,386 +19047,81,115 +19047,92,397 +19049,11,0 +19049,21,0 +19049,22,129 +19049,23,1544 +19049,31,2318 +19049,42,889 +19049,44,6408 +19049,48,1713 +19049,51,457 +19049,52,13494 +19049,53,572 +19049,54,1977 +19049,55,472 +19049,56,2587 +19049,61,1409 +19049,62,6584 +19049,71,881 +19049,72,3905 +19049,81,586 +19049,92,867 +19051,11,0 +19051,21,0 +19051,22,0 +19051,23,69 +19051,31,129 +19051,42,127 +19051,44,245 +19051,48,35 +19051,51,39 +19051,52,66 +19051,53,11 +19051,54,0 +19051,55,0 +19051,56,65 +19051,61,0 +19051,62,360 +19051,71,0 +19051,72,0 +19051,81,52 +19051,92,153 +19053,11,0 +19053,21,0 +19053,22,0 +19053,23,0 +19053,31,0 +19053,42,0 +19053,44,266 +19053,48,37 +19053,51,20 +19053,52,0 +19053,53,0 +19053,54,35 +19053,55,0 +19053,56,0 +19053,61,0 +19053,62,0 +19053,71,7 +19053,72,101 +19053,81,40 +19053,92,145 +19055,11,251 +19055,22,0 +19055,23,353 +19055,31,1768 +19055,42,539 +19055,44,696 +19055,48,25 +19055,51,34 +19055,52,241 +19055,53,38 +19055,54,119 +19055,55,0 +19055,56,0 +19055,61,0 +19055,62,0 +19055,71,51 +19055,72,338 +19055,81,200 +19055,92,311 +19057,11,0 +19057,21,0 +19057,22,0 +19057,23,903 +19057,31,4632 +19057,42,0 +19057,44,2773 +19057,48,1510 +19057,51,169 +19057,52,505 +19057,53,154 +19057,54,421 +19057,55,166 +19057,56,864 +19057,61,5132 +19057,62,4649 +19057,71,713 +19057,72,1838 +19057,81,584 +19057,92,860 +19059,11,0 +19059,21,0 +19059,22,42 +19059,23,560 +19059,31,1750 +19059,42,305 +19059,44,1361 +19059,48,66 +19059,51,80 +19059,52,232 +19059,53,89 +19059,54,263 +19059,55,55 +19059,56,932 +19059,61,64 +19059,62,1012 +19059,71,367 +19059,72,1361 +19059,81,193 +19059,92,331 +19061,11,0 +19061,21,0 +19061,22,203 +19061,23,2606 +19061,31,9972 +19061,42,3561 +19061,44,6594 +19061,48,3800 +19061,51,1094 +19061,52,4417 +19061,53,424 +19061,54,2141 +19061,55,972 +19061,56,2012 +19061,61,6608 +19061,62,11609 +19061,71,1585 +19061,72,4452 +19061,81,1576 +19061,92,1619 +19063,11,0 +19063,21,0 +19063,22,0 +19063,23,174 +19063,31,655 +19063,42,175 +19063,44,412 +19063,48,33 +19063,51,57 +19063,52,0 +19063,53,0 +19063,54,0 +19063,55,0 +19063,56,83 +19063,61,1210 +19063,62,0 +19063,71,10 +19063,72,226 +19063,81,81 +19063,92,206 +19065,11,0 +19065,21,0 +19065,22,0 +19065,23,332 +19065,31,808 +19065,42,501 +19065,44,740 +19065,48,67 +19065,51,57 +19065,52,197 +19065,53,33 +19065,54,122 +19065,55,24 +19065,56,83 +19065,61,0 +19065,62,0 +19065,71,39 +19065,72,443 +19065,81,281 +19065,92,447 +19067,11,341 +19067,22,0 +19067,23,180 +19067,31,1709 +19067,42,281 +19067,44,763 +19067,48,37 +19067,51,85 +19067,52,262 +19067,53,22 +19067,54,90 +19067,55,75 +19067,56,139 +19067,61,0 +19067,62,0 +19067,71,54 +19067,72,290 +19067,81,214 +19067,92,333 +19069,11,0 +19069,21,0 +19069,22,68 +19069,23,213 +19069,31,1007 +19069,42,240 +19069,44,334 +19069,48,87 +19069,51,67 +19069,52,108 +19069,53,12 +19069,54,47 +19069,55,288 +19069,56,41 +19069,61,0 +19069,62,406 +19069,71,41 +19069,72,170 +19069,81,84 +19069,92,225 +19071,11,251 +19071,23,57 +19071,31,246 +19071,42,150 +19071,44,344 +19071,48,179 +19071,51,7 +19071,52,62 +19071,53,4 +19071,54,0 +19071,56,0 +19071,61,726 +19071,62,0 +19071,71,6 +19071,72,121 +19071,81,37 +19071,92,165 +19073,11,0 +19073,21,0 +19073,22,0 +19073,23,88 +19073,31,718 +19073,42,167 +19073,44,369 +19073,48,36 +19073,51,28 +19073,52,148 +19073,53,11 +19073,54,0 +19073,55,0 +19073,56,91 +19073,61,0 +19073,62,0 +19073,71,0 +19073,72,0 +19073,81,85 +19073,92,20 +19075,11,974 +19075,22,0 +19075,23,594 +19075,31,275 +19075,42,305 +19075,44,340 +19075,48,33 +19075,51,18 +19075,52,0 +19075,53,0 +19075,54,97 +19075,56,98 +19075,61,0 +19075,62,0 +19075,71,49 +19075,72,134 +19075,81,131 +19075,92,213 +19077,11,593 +19077,22,0 +19077,23,193 +19077,31,179 +19077,42,142 +19077,44,252 +19077,48,51 +19077,51,55 +19077,52,230 +19077,53,10 +19077,54,86 +19077,55,6 +19077,56,74 +19077,61,0 +19077,62,0 +19077,71,93 +19077,72,152 +19077,81,102 +19077,92,299 +19079,11,0 +19079,21,0 +19079,22,0 +19079,23,264 +19079,31,745 +19079,42,791 +19079,44,700 +19079,48,42 +19079,51,62 +19079,52,215 +19079,53,26 +19079,54,77 +19079,55,27 +19079,56,112 +19079,61,0 +19079,62,0 +19079,71,22 +19079,72,238 +19079,81,87 +19079,92,442 +19081,11,0 +19081,21,0 +19081,22,89 +19081,23,136 +19081,31,2866 +19081,42,264 +19081,44,373 +19081,48,824 +19081,51,26 +19081,52,96 +19081,53,18 +19081,54,68 +19081,55,0 +19081,56,0 +19081,61,0 +19081,62,0 +19081,71,23 +19081,72,133 +19081,81,203 +19081,92,234 +19083,11,0 +19083,21,0 +19083,22,48 +19083,23,503 +19083,31,504 +19083,42,562 +19083,44,851 +19083,48,227 +19083,51,112 +19083,52,278 +19083,53,49 +19083,54,146 +19083,55,0 +19083,56,0 +19083,61,35 +19083,62,974 +19083,71,63 +19083,72,365 +19083,81,162 +19083,92,484 +19085,11,214 +19085,22,44 +19085,23,117 +19085,31,400 +19085,42,419 +19085,44,471 +19085,48,191 +19085,51,62 +19085,52,148 +19085,53,23 +19085,54,100 +19085,55,0 +19085,56,0 +19085,61,1600 +19085,62,0 +19085,71,14 +19085,72,330 +19085,81,139 +19085,92,320 +19087,11,0 +19087,21,0 +19087,22,0 +19087,23,246 +19087,31,2587 +19087,42,0 +19087,44,929 +19087,48,1507 +19087,51,50 +19087,52,164 +19087,53,65 +19087,54,0 +19087,55,0 +19087,56,342 +19087,61,0 +19087,62,0 +19087,71,70 +19087,72,435 +19087,81,231 +19087,92,609 +19089,11,822 +19089,22,0 +19089,23,192 +19089,31,1185 +19089,42,198 +19089,44,419 +19089,48,31 +19089,51,36 +19089,52,141 +19089,53,6 +19089,54,69 +19089,55,25 +19089,56,65 +19089,61,1001 +19089,62,292 +19089,71,18 +19089,72,202 +19089,81,72 +19089,92,12 +19091,11,0 +19091,21,0 +19091,22,152 +19091,23,246 +19091,31,991 +19091,42,270 +19091,44,405 +19091,48,281 +19091,51,26 +19091,52,115 +19091,53,7 +19091,54,87 +19091,55,0 +19091,56,0 +19091,61,866 +19091,62,329 +19091,71,24 +19091,72,193 +19091,81,79 +19091,92,197 +19093,11,243 +19093,22,0 +19093,23,156 +19093,31,1522 +19093,42,192 +19093,44,359 +19093,48,29 +19093,51,15 +19093,52,200 +19093,53,18 +19093,54,32 +19093,55,5 +19093,56,77 +19093,61,719 +19093,62,0 +19093,71,26 +19093,72,93 +19093,81,56 +19093,92,10 +19095,11,0 +19095,21,0 +19095,22,0 +19095,23,367 +19095,31,4778 +19095,42,247 +19095,44,1219 +19095,48,56 +19095,51,28 +19095,52,98 +19095,53,24 +19095,54,0 +19095,55,0 +19095,56,194 +19095,61,23 +19095,62,862 +19095,71,127 +19095,72,504 +19095,81,170 +19095,92,325 +19097,11,0 +19097,21,0 +19097,22,0 +19097,23,261 +19097,31,1007 +19097,42,0 +19097,44,914 +19097,48,580 +19097,51,64 +19097,52,302 +19097,53,21 +19097,54,150 +19097,55,5 +19097,56,84 +19097,61,0 +19097,62,0 +19097,71,55 +19097,72,550 +19097,81,182 +19097,92,306 +19099,11,0 +19099,21,0 +19099,22,0 +19099,23,740 +19099,31,2504 +19099,42,398 +19099,44,1391 +19099,48,88 +19099,51,120 +19099,52,246 +19099,53,57 +19099,54,378 +19099,55,0 +19099,56,0 +19099,61,3514 +19099,62,1873 +19099,71,216 +19099,72,1003 +19099,81,312 +19099,92,354 +19101,11,0 +19101,21,0 +19101,22,0 +19101,23,284 +19101,31,1078 +19101,42,360 +19101,44,903 +19101,48,54 +19101,51,91 +19101,52,1049 +19101,53,49 +19101,54,362 +19101,55,104 +19101,56,262 +19101,61,0 +19101,62,0 +19101,71,45 +19101,72,463 +19101,81,288 +19101,92,299 +19103,11,404 +19103,21,392 +19103,22,181 +19103,23,2803 +19103,31,4926 +19103,42,1682 +19103,44,9562 +19103,48,5555 +19103,51,655 +19103,52,2496 +19103,53,851 +19103,54,2561 +19103,55,840 +19103,56,2818 +19103,61,18161 +19103,62,13123 +19103,71,753 +19103,72,8488 +19103,81,1852 +19103,92,3130 +19105,11,0 +19105,21,0 +19105,22,0 +19105,23,531 +19105,31,882 +19105,42,391 +19105,44,720 +19105,48,60 +19105,51,44 +19105,52,209 +19105,53,36 +19105,54,133 +19105,55,0 +19105,56,0 +19105,61,2044 +19105,62,1121 +19105,71,98 +19105,72,459 +19105,81,136 +19105,92,330 +19107,11,0 +19107,21,0 +19107,22,0 +19107,23,111 +19107,31,194 +19107,42,283 +19107,44,222 +19107,48,39 +19107,51,16 +19107,52,97 +19107,53,5 +19107,54,40 +19107,55,18 +19107,56,8 +19107,61,0 +19107,62,0 +19107,71,0 +19107,72,0 +19107,81,72 +19107,92,32 +19109,11,895 +19109,22,0 +19109,23,328 +19109,31,1436 +19109,42,429 +19109,44,797 +19109,48,60 +19109,51,55 +19109,52,444 +19109,53,57 +19109,54,218 +19109,55,0 +19109,56,0 +19109,61,0 +19109,62,0 +19109,71,95 +19109,72,367 +19109,81,167 +19109,92,384 +19111,11,0 +19111,21,0 +19111,22,120 +19111,23,925 +19111,31,4288 +19111,42,408 +19111,44,1777 +19111,48,485 +19111,51,86 +19111,52,391 +19111,53,96 +19111,54,224 +19111,55,27 +19111,56,994 +19111,61,3006 +19111,62,2809 +19111,71,131 +19111,72,1030 +19111,81,387 +19111,92,1016 +19113,11,483 +19113,21,488 +19113,22,2032 +19113,23,7227 +19113,31,18755 +19113,42,5928 +19113,44,13196 +19113,48,14297 +19113,51,3497 +19113,52,9481 +19113,53,1577 +19113,54,5713 +19113,55,1442 +19113,56,8110 +19113,61,7031 +19113,62,21445 +19113,71,2012 +19113,72,9711 +19113,81,3935 +19113,92,4322 +19115,11,0 +19115,21,0 +19115,22,0 +19115,23,67 +19115,31,1645 +19115,42,0 +19115,44,176 +19115,48,198 +19115,51,31 +19115,52,75 +19115,53,8 +19115,54,0 +19115,55,0 +19115,56,128 +19115,61,0 +19115,62,490 +19115,71,0 +19115,72,0 +19115,81,58 +19115,92,33 +19117,11,0 +19117,22,0 +19117,23,0 +19117,31,332 +19117,42,26 +19117,44,405 +19117,48,36 +19117,51,22 +19117,52,0 +19117,53,0 +19117,54,56 +19117,55,0 +19117,56,0 +19117,61,0 +19117,62,0 +19117,71,15 +19117,72,90 +19117,81,93 +19117,92,40 +19119,11,0 +19119,21,0 +19119,22,0 +19119,23,227 +19119,31,687 +19119,42,239 +19119,44,377 +19119,48,43 +19119,51,134 +19119,52,173 +19119,53,14 +19119,54,164 +19119,56,55 +19119,61,1236 +19119,62,635 +19119,71,21 +19119,72,647 +19119,81,121 +19119,92,267 +19121,11,0 +19121,21,0 +19121,23,314 +19121,31,200 +19121,42,196 +19121,44,576 +19121,48,117 +19121,51,66 +19121,52,152 +19121,53,25 +19121,54,112 +19121,55,0 +19121,56,0 +19121,61,24 +19121,62,483 +19121,71,43 +19121,72,264 +19121,81,100 +19121,92,255 +19123,11,429 +19123,22,0 +19123,23,295 +19123,31,1866 +19123,42,0 +19123,44,1082 +19123,48,496 +19123,51,124 +19123,52,173 +19123,53,39 +19123,54,170 +19123,55,32 +19123,56,122 +19123,61,796 +19123,62,962 +19123,71,46 +19123,72,604 +19123,81,264 +19123,92,332 +19125,11,0 +19125,21,0 +19125,22,61 +19125,23,539 +19125,31,7605 +19125,42,449 +19125,44,1530 +19125,48,349 +19125,51,109 +19125,52,339 +19125,53,74 +19125,54,426 +19125,55,35 +19125,56,313 +19125,61,5097 +19125,62,2925 +19125,71,249 +19125,72,1147 +19125,81,353 +19125,92,600 +19127,11,0 +19127,21,0 +19127,22,0 +19127,23,530 +19127,31,4390 +19127,42,484 +19127,44,1853 +19127,48,93 +19127,51,155 +19127,52,355 +19127,53,111 +19127,54,0 +19127,55,0 +19127,56,580 +19127,61,4228 +19127,62,2657 +19127,71,348 +19127,72,1055 +19127,81,390 +19127,92,669 +19129,11,0 +19129,21,0 +19129,22,0 +19129,23,136 +19129,31,220 +19129,42,234 +19129,44,289 +19129,48,45 +19129,51,24 +19129,52,107 +19129,53,36 +19129,54,0 +19129,55,0 +19129,56,167 +19129,61,1450 +19129,62,0 +19129,71,86 +19129,72,193 +19129,81,78 +19129,92,254 +19131,11,0 +19131,21,0 +19131,22,0 +19131,23,1030 +19131,31,1095 +19131,42,229 +19131,44,343 +19131,48,38 +19131,51,48 +19131,52,121 +19131,53,6 +19131,54,0 +19131,55,0 +19131,56,70 +19131,61,0 +19131,62,0 +19131,71,77 +19131,72,175 +19131,81,75 +19131,92,216 +19133,11,237 +19133,22,0 +19133,23,65 +19133,31,81 +19133,42,192 +19133,44,358 +19133,48,45 +19133,51,19 +19133,52,108 +19133,53,9 +19133,54,43 +19133,56,40 +19133,61,878 +19133,62,893 +19133,71,132 +19133,72,163 +19133,81,71 +19133,92,30 +19135,11,0 +19135,21,0 +19135,22,0 +19135,23,200 +19135,31,1273 +19135,42,155 +19135,44,243 +19135,48,30 +19135,51,37 +19135,52,8 +19135,53,0 +19135,54,0 +19135,55,0 +19135,56,441 +19135,61,0 +19135,62,318 +19135,71,0 +19135,72,0 +19135,81,30 +19135,92,23 +19137,11,0 +19137,21,0 +19137,22,0 +19137,23,180 +19137,31,625 +19137,42,215 +19137,44,504 +19137,48,44 +19137,51,207 +19137,52,127 +19137,53,22 +19137,54,0 +19137,55,0 +19137,56,100 +19137,61,0 +19137,62,0 +19137,71,51 +19137,72,237 +19137,81,99 +19137,92,227 +19139,11,489 +19139,21,189 +19139,22,273 +19139,23,735 +19139,31,7916 +19139,42,590 +19139,44,1928 +19139,48,1642 +19139,51,82 +19139,52,419 +19139,53,245 +19139,54,919 +19139,55,823 +19139,56,1739 +19139,61,4397 +19139,62,2578 +19139,71,108 +19139,72,1290 +19139,81,576 +19139,92,808 +19141,11,0 +19141,21,0 +19141,22,25 +19141,23,224 +19141,31,737 +19141,42,657 +19141,44,702 +19141,48,596 +19141,51,74 +19141,52,254 +19141,53,23 +19141,54,194 +19141,55,0 +19141,56,0 +19141,61,196 +19141,62,1794 +19141,71,29 +19141,72,394 +19141,81,213 +19141,92,358 +19143,11,1709 +19143,21,27 +19143,22,57 +19143,23,99 +19143,31,314 +19143,42,181 +19143,44,116 +19143,48,175 +19143,51,21 +19143,52,0 +19143,53,0 +19143,54,32 +19143,55,0 +19143,56,0 +19143,61,452 +19143,62,452 +19143,71,0 +19143,72,0 +19143,81,43 +19143,92,11 +19145,11,0 +19145,21,0 +19145,22,47 +19145,23,168 +19145,31,1342 +19145,42,313 +19145,44,699 +19145,48,142 +19145,51,73 +19145,52,171 +19145,53,23 +19145,54,0 +19145,55,0 +19145,56,157 +19145,61,0 +19145,62,0 +19145,71,22 +19145,72,421 +19145,81,101 +19145,92,316 +19147,11,554 +19147,22,24 +19147,23,147 +19147,31,583 +19147,42,187 +19147,44,367 +19147,48,113 +19147,51,42 +19147,52,142 +19147,53,6 +19147,54,31 +19147,55,47 +19147,56,34 +19147,61,0 +19147,62,0 +19147,71,12 +19147,72,412 +19147,81,80 +19147,92,19 +19149,11,0 +19149,21,0 +19149,22,128 +19149,23,430 +19149,31,3193 +19149,42,440 +19149,44,1054 +19149,48,1741 +19149,51,74 +19149,52,336 +19149,53,43 +19149,54,0 +19149,55,0 +19149,56,342 +19149,61,2258 +19149,62,518 +19149,71,110 +19149,72,772 +19149,81,315 +19149,92,49 +19151,11,0 +19151,21,0 +19151,22,0 +19151,23,530 +19151,31,472 +19151,42,0 +19151,44,236 +19151,48,659 +19151,51,64 +19151,52,0 +19151,53,0 +19151,54,44 +19151,56,0 +19151,61,0 +19151,62,0 +19151,71,35 +19151,72,68 +19151,81,0 +19151,92,228 +19153,11,611 +19153,21,360 +19153,22,431 +19153,23,17474 +19153,31,17712 +19153,42,18803 +19153,44,30590 +19153,48,3803 +19153,51,5821 +19153,52,37443 +19153,53,4711 +19153,54,19465 +19153,55,9415 +19153,56,18177 +19153,61,14004 +19153,62,51986 +19153,71,6488 +19153,72,25210 +19153,81,10817 +19153,92,15393 +19155,11,1045 +19155,21,388 +19155,22,0 +19155,23,3270 +19155,31,5053 +19155,42,0 +19155,44,5441 +19155,48,2716 +19155,51,441 +19155,52,780 +19155,53,493 +19155,54,847 +19155,55,98 +19155,56,1379 +19155,61,1133 +19155,62,6984 +19155,71,654 +19155,72,5995 +19155,81,810 +19155,92,1789 +19157,11,0 +19157,21,0 +19157,22,82 +19157,23,684 +19157,31,1735 +19157,42,414 +19157,44,962 +19157,48,583 +19157,51,73 +19157,52,906 +19157,53,31 +19157,54,143 +19157,55,6 +19157,56,345 +19157,61,1618 +19157,62,0 +19157,71,35 +19157,72,626 +19157,81,113 +19157,92,308 +19159,11,0 +19159,21,0 +19159,22,0 +19159,23,63 +19159,31,0 +19159,42,60 +19159,44,151 +19159,48,25 +19159,51,0 +19159,52,37 +19159,53,3 +19159,54,48 +19159,55,0 +19159,56,0 +19159,61,0 +19159,62,295 +19159,71,20 +19159,72,70 +19159,81,34 +19159,92,13 +19161,11,0 +19161,21,0 +19161,22,0 +19161,23,107 +19161,31,461 +19161,42,284 +19161,44,279 +19161,48,47 +19161,51,45 +19161,52,0 +19161,53,0 +19161,54,52 +19161,55,3 +19161,56,18 +19161,61,936 +19161,62,669 +19161,71,25 +19161,72,147 +19161,81,65 +19161,92,281 +19163,11,0 +19163,21,0 +19163,22,412 +19163,23,5905 +19163,31,12223 +19163,42,4929 +19163,44,12210 +19163,48,4518 +19163,51,628 +19163,52,2744 +19163,53,810 +19163,54,3644 +19163,55,2572 +19163,56,6175 +19163,61,5358 +19163,62,16482 +19163,71,1301 +19163,72,10145 +19163,81,3327 +19163,92,3191 +19165,11,345 +19165,22,0 +19165,23,146 +19165,31,679 +19165,42,0 +19165,44,461 +19165,48,1363 +19165,51,320 +19165,52,279 +19165,53,19 +19165,54,132 +19165,55,132 +19165,56,88 +19165,61,0 +19165,62,0 +19165,71,86 +19165,72,324 +19165,81,102 +19165,92,11 +19167,11,4327 +19167,21,226 +19167,22,79 +19167,23,1367 +19167,31,5757 +19167,42,1334 +19167,44,1613 +19167,48,824 +19167,51,170 +19167,52,628 +19167,53,157 +19167,54,512 +19167,55,110 +19167,56,535 +19167,61,6746 +19167,62,3441 +19167,71,109 +19167,72,1120 +19167,81,440 +19167,92,644 +19169,11,0 +19169,21,0 +19169,22,0 +19169,23,2217 +19169,31,4954 +19169,42,1418 +19169,44,5035 +19169,48,209 +19169,51,684 +19169,52,800 +19169,53,789 +19169,54,2479 +19169,55,600 +19169,56,1661 +19169,61,784 +19169,62,5549 +19169,71,723 +19169,72,4637 +19169,81,1015 +19169,92,3507 +19171,11,0 +19171,21,0 +19171,22,0 +19171,23,150 +19171,31,1134 +19171,42,264 +19171,44,538 +19171,48,63 +19171,51,30 +19171,52,132 +19171,53,10 +19171,54,0 +19171,55,0 +19171,56,81 +19171,61,1395 +19171,62,0 +19171,71,32 +19171,72,253 +19171,81,60 +19171,92,748 +19173,11,387 +19173,22,0 +19173,23,74 +19173,31,608 +19173,42,0 +19173,44,161 +19173,48,293 +19173,51,0 +19173,52,45 +19173,53,18 +19173,54,24 +19173,56,0 +19173,61,0 +19173,62,276 +19173,72,0 +19173,81,51 +19173,92,176 +19175,11,0 +19175,21,0 +19175,22,128 +19175,23,177 +19175,31,1278 +19175,42,278 +19175,44,763 +19175,48,229 +19175,51,72 +19175,52,168 +19175,53,18 +19175,54,0 +19175,55,0 +19175,56,333 +19175,61,183 +19175,62,770 +19175,71,56 +19175,72,337 +19175,81,116 +19175,92,216 +19177,11,200 +19177,21,59 +19177,22,0 +19177,23,42 +19177,31,528 +19177,42,84 +19177,44,193 +19177,48,164 +19177,51,0 +19177,52,55 +19177,53,6 +19177,54,30 +19177,55,0 +19177,56,0 +19177,61,555 +19177,62,249 +19177,71,0 +19177,72,0 +19177,81,36 +19177,92,11 +19179,11,0 +19179,21,0 +19179,22,248 +19179,23,502 +19179,31,3532 +19179,42,315 +19179,44,2132 +19179,48,1009 +19179,51,133 +19179,52,384 +19179,53,100 +19179,54,307 +19179,55,113 +19179,56,1116 +19179,61,5170 +19179,62,3294 +19179,71,130 +19179,72,1220 +19179,81,415 +19179,92,655 +19181,11,187 +19181,22,0 +19181,23,1184 +19181,31,834 +19181,42,455 +19181,44,1823 +19181,48,103 +19181,51,395 +19181,52,339 +19181,53,129 +19181,54,315 +19181,55,32 +19181,56,337 +19181,61,1119 +19181,62,1887 +19181,71,326 +19181,72,1071 +19181,81,219 +19181,92,745 +19183,11,0 +19183,21,0 +19183,22,0 +19183,23,844 +19183,31,813 +19183,42,450 +19183,44,1077 +19183,48,61 +19183,51,69 +19183,52,221 +19183,53,19 +19183,54,175 +19183,55,0 +19183,56,0 +19183,61,141 +19183,62,1353 +19183,71,52 +19183,72,1162 +19183,81,261 +19183,92,64 +19185,11,113 +19185,22,0 +19185,23,48 +19185,31,454 +19185,42,93 +19185,44,201 +19185,48,27 +19185,51,11 +19185,52,0 +19185,53,0 +19185,54,41 +19185,55,0 +19185,56,0 +19185,61,0 +19185,62,219 +19185,71,8 +19185,72,60 +19185,81,39 +19185,92,130 +19187,11,0 +19187,21,0 +19187,22,0 +19187,23,1434 +19187,31,2536 +19187,42,0 +19187,44,2335 +19187,48,2180 +19187,51,331 +19187,52,407 +19187,53,93 +19187,54,287 +19187,55,190 +19187,56,460 +19187,61,5376 +19187,62,3581 +19187,71,142 +19187,72,1472 +19187,81,483 +19187,92,1186 +19189,11,0 +19189,21,0 +19189,22,25 +19189,23,225 +19189,31,625 +19189,42,248 +19189,44,511 +19189,48,250 +19189,51,78 +19189,52,188 +19189,53,9 +19189,54,126 +19189,55,0 +19189,56,0 +19189,61,1360 +19189,62,0 +19189,71,95 +19189,72,216 +19189,81,80 +19189,92,285 +19191,11,0 +19191,21,0 +19191,22,0 +19191,23,562 +19191,31,1489 +19191,42,442 +19191,44,1136 +19191,48,63 +19191,51,163 +19191,52,302 +19191,53,19 +19191,54,0 +19191,55,0 +19191,56,384 +19191,61,0 +19191,62,0 +19191,71,104 +19191,72,877 +19191,81,278 +19191,92,77 +19193,11,0 +19193,21,0 +19193,22,0 +19193,23,2948 +19193,31,6933 +19193,42,2810 +19193,44,7180 +19193,48,462 +19193,51,573 +19193,52,1256 +19193,53,443 +19193,54,1041 +19193,55,511 +19193,56,3202 +19193,61,13246 +19193,62,11025 +19193,71,468 +19193,72,5398 +19193,81,1627 +19193,92,2528 +19195,11,76 +19195,21,90 +19195,22,0 +19195,23,160 +19195,31,493 +19195,42,161 +19195,44,151 +19195,48,27 +19195,51,20 +19195,52,0 +19195,53,0 +19195,54,0 +19195,55,0 +19195,56,36 +19195,61,519 +19195,62,222 +19195,71,0 +19195,72,0 +19195,81,65 +19195,92,173 +19197,11,0 +19197,21,0 +19197,22,0 +19197,23,206 +19197,31,1578 +19197,42,359 +19197,44,507 +19197,48,56 +19197,51,116 +19197,52,174 +19197,53,19 +19197,54,110 +19197,55,0 +19197,56,0 +19197,61,1606 +19197,62,1305 +19197,71,30 +19197,72,272 +19197,81,122 +19197,92,348 +20001,11,0 +20001,21,0 +20001,22,0 +20001,23,265 +20001,31,1780 +20001,42,185 +20001,44,613 +20001,48,28 +20001,51,119 +20001,52,125 +20001,53,29 +20001,54,90 +20001,55,0 +20001,56,0 +20001,61,2149 +20001,62,0 +20001,71,0 +20001,72,0 +20001,81,76 +20001,92,457 +20003,11,48 +20003,21,27 +20003,22,0 +20003,23,133 +20003,31,119 +20003,42,95 +20003,44,378 +20003,48,75 +20003,51,18 +20003,52,0 +20003,53,0 +20003,54,35 +20003,55,0 +20003,56,0 +20003,61,0 +20003,62,460 +20003,71,0 +20003,72,0 +20003,81,53 +20003,92,282 +20005,11,0 +20005,21,0 +20005,22,15 +20005,23,323 +20005,31,971 +20005,42,193 +20005,44,511 +20005,48,30 +20005,51,0 +20005,52,305 +20005,53,28 +20005,54,163 +20005,55,54 +20005,56,135 +20005,61,0 +20005,62,0 +20005,71,39 +20005,72,630 +20005,81,0 +20005,92,484 +20007,11,65 +20007,21,154 +20007,22,0 +20007,23,41 +20007,31,174 +20007,42,68 +20007,44,204 +20007,48,51 +20007,51,20 +20007,52,0 +20007,53,0 +20007,54,35 +20007,56,14 +20007,61,0 +20007,62,0 +20007,71,0 +20007,72,0 +20007,81,0 +20007,92,190 +20009,11,311 +20009,21,616 +20009,22,249 +20009,23,1074 +20009,31,1137 +20009,42,559 +20009,44,1527 +20009,48,381 +20009,51,128 +20009,52,684 +20009,53,125 +20009,54,338 +20009,55,68 +20009,56,328 +20009,61,0 +20009,62,0 +20009,71,86 +20009,72,837 +20009,81,237 +20009,92,511 +20011,11,24 +20011,21,7 +20011,22,0 +20011,23,238 +20011,31,1550 +20011,42,403 +20011,44,555 +20011,48,43 +20011,51,21 +20011,52,266 +20011,53,26 +20011,54,0 +20011,55,0 +20011,56,244 +20011,61,1671 +20011,62,1189 +20011,71,19 +20011,72,475 +20011,81,86 +20011,92,331 +20013,11,0 +20013,21,0 +20013,22,0 +20013,23,73 +20013,31,1330 +20013,42,429 +20013,44,401 +20013,48,32 +20013,51,94 +20013,52,161 +20013,53,18 +20013,54,122 +20013,55,0 +20013,56,0 +20013,61,918 +20013,62,882 +20013,71,9 +20013,72,206 +20013,81,57 +20013,92,463 +20015,11,186 +20015,21,139 +20015,22,213 +20015,23,1377 +20015,31,1969 +20015,42,448 +20015,44,2039 +20015,48,666 +20015,51,51 +20015,52,469 +20015,53,137 +20015,54,559 +20015,55,54 +20015,56,589 +20015,61,8226 +20015,62,3878 +20015,71,195 +20015,72,1844 +20015,81,402 +20015,92,1657 +20017,11,0 +20017,21,0 +20017,23,65 +20017,31,226 +20017,42,0 +20017,44,42 +20017,48,4 +20017,52,19 +20017,53,0 +20017,54,0 +20017,56,0 +20017,61,0 +20017,62,0 +20017,71,10 +20017,72,0 +20017,81,18 +20017,92,138 +20019,11,42 +20019,21,37 +20019,22,28 +20019,23,21 +20019,31,78 +20019,42,0 +20019,44,89 +20019,48,17 +20019,51,0 +20019,52,0 +20019,53,0 +20019,54,0 +20019,56,0 +20019,61,0 +20019,62,184 +20019,71,0 +20019,72,0 +20019,81,13 +20019,92,110 +20021,11,0 +20021,21,0 +20021,22,42 +20021,23,518 +20021,31,1673 +20021,42,286 +20021,44,420 +20021,48,56 +20021,51,39 +20021,52,140 +20021,53,20 +20021,54,0 +20021,55,0 +20021,56,220 +20021,61,0 +20021,62,792 +20021,71,36 +20021,72,424 +20021,81,54 +20021,92,445 +20023,11,91 +20023,21,13 +20023,22,0 +20023,23,20 +20023,31,28 +20023,42,125 +20023,44,59 +20023,48,9 +20023,51,0 +20023,52,0 +20023,53,0 +20023,54,43 +20023,56,3 +20023,61,0 +20023,62,249 +20023,71,0 +20023,72,0 +20023,81,0 +20023,92,8 +20025,11,139 +20025,21,8 +20025,23,0 +20025,31,0 +20025,42,0 +20025,44,69 +20025,48,7 +20025,51,0 +20025,52,0 +20025,53,0 +20025,54,23 +20025,55,0 +20025,56,0 +20025,61,0 +20025,62,0 +20025,71,0 +20025,72,0 +20025,81,0 +20025,92,71 +20027,11,195 +20027,22,0 +20027,23,104 +20027,31,316 +20027,42,169 +20027,44,408 +20027,48,28 +20027,51,46 +20027,52,92 +20027,53,8 +20027,54,129 +20027,55,0 +20027,56,0 +20027,61,26 +20027,62,378 +20027,71,0 +20027,72,0 +20027,81,61 +20027,92,294 +20029,11,0 +20029,21,0 +20029,22,0 +20029,23,76 +20029,31,262 +20029,42,293 +20029,44,465 +20029,48,32 +20029,51,89 +20029,52,95 +20029,53,12 +20029,54,79 +20029,55,0 +20029,56,0 +20029,61,938 +20029,62,0 +20029,71,7 +20029,72,361 +20029,81,86 +20029,92,307 +20031,11,28 +20031,21,48 +20031,22,0 +20031,23,138 +20031,31,131 +20031,42,0 +20031,44,338 +20031,48,171 +20031,51,21 +20031,52,118 +20031,53,4 +20031,54,36 +20031,56,148 +20031,61,0 +20031,62,0 +20031,71,0 +20031,72,0 +20031,81,72 +20031,92,341 +20033,11,0 +20033,21,0 +20033,22,0 +20033,23,9 +20033,31,51 +20033,42,0 +20033,44,64 +20033,48,7 +20033,51,5 +20033,52,0 +20033,53,0 +20033,54,0 +20033,56,0 +20033,61,0 +20033,62,0 +20033,71,0 +20033,72,0 +20033,81,12 +20033,92,87 +20035,11,54 +20035,21,60 +20035,22,0 +20035,23,289 +20035,31,4171 +20035,42,417 +20035,44,1335 +20035,48,68 +20035,51,116 +20035,52,411 +20035,53,31 +20035,54,266 +20035,55,18 +20035,56,353 +20035,61,0 +20035,62,0 +20035,71,70 +20035,72,1137 +20035,81,161 +20035,92,937 +20037,11,0 +20037,21,0 +20037,22,0 +20037,23,432 +20037,31,2665 +20037,42,0 +20037,44,1902 +20037,48,814 +20037,51,335 +20037,52,341 +20037,53,144 +20037,54,389 +20037,55,345 +20037,56,642 +20037,61,59 +20037,62,2926 +20037,71,164 +20037,72,1971 +20037,81,237 +20037,92,1313 +20039,11,0 +20039,21,0 +20039,22,0 +20039,23,22 +20039,42,119 +20039,44,71 +20039,48,12 +20039,51,0 +20039,52,0 +20039,53,0 +20039,54,0 +20039,56,0 +20039,61,0 +20039,62,226 +20039,71,0 +20039,72,0 +20039,81,0 +20039,92,7 +20041,11,0 +20041,21,0 +20041,22,135 +20041,23,229 +20041,31,1519 +20041,42,285 +20041,44,648 +20041,48,252 +20041,51,99 +20041,52,209 +20041,53,32 +20041,54,133 +20041,55,0 +20041,56,0 +20041,61,0 +20041,62,482 +20041,71,113 +20041,72,387 +20041,81,141 +20041,92,433 +20043,11,0 +20043,21,0 +20043,22,0 +20043,23,134 +20043,31,479 +20043,42,0 +20043,44,137 +20043,48,186 +20043,51,0 +20043,52,70 +20043,53,19 +20043,54,18 +20043,56,59 +20043,61,0 +20043,62,202 +20043,71,0 +20043,72,56 +20043,81,0 +20043,92,260 +20045,11,126 +20045,21,19 +20045,22,457 +20045,23,1852 +20045,31,4835 +20045,42,1039 +20045,44,5773 +20045,48,624 +20045,51,744 +20045,52,985 +20045,53,810 +20045,54,4202 +20045,55,175 +20045,56,1256 +20045,61,2844 +20045,62,5765 +20045,71,425 +20045,72,7038 +20045,81,2993 +20045,92,2479 +20047,11,0 +20047,21,0 +20047,22,0 +20047,23,28 +20047,31,107 +20047,42,110 +20047,44,70 +20047,48,13 +20047,51,0 +20047,52,28 +20047,54,0 +20047,56,0 +20047,61,246 +20047,62,189 +20047,71,0 +20047,72,0 +20047,81,8 +20047,92,98 +20049,11,24 +20049,21,24 +20049,22,0 +20049,23,0 +20049,31,0 +20049,42,0 +20049,44,47 +20049,48,8 +20049,51,0 +20049,52,0 +20049,53,0 +20049,54,11 +20049,56,13 +20049,61,0 +20049,62,0 +20049,72,108 +20049,81,8 +20049,92,125 +20051,11,65 +20051,21,619 +20051,22,0 +20051,23,586 +20051,31,1069 +20051,42,682 +20051,44,2199 +20051,48,55 +20051,51,410 +20051,52,482 +20051,53,172 +20051,54,362 +20051,55,315 +20051,56,358 +20051,61,1945 +20051,62,3898 +20051,71,92 +20051,72,1580 +20051,81,404 +20051,92,839 +20053,11,0 +20053,21,0 +20053,22,0 +20053,23,87 +20053,31,306 +20053,42,82 +20053,44,192 +20053,48,20 +20053,51,49 +20053,52,0 +20053,53,0 +20053,54,76 +20053,56,29 +20053,61,0 +20053,62,336 +20053,71,0 +20053,72,0 +20053,81,28 +20053,92,194 +20055,11,856 +20055,21,289 +20055,22,831 +20055,23,1044 +20055,31,4229 +20055,42,1052 +20055,44,2514 +20055,48,672 +20055,51,117 +20055,52,498 +20055,53,95 +20055,54,264 +20055,55,56 +20055,56,478 +20055,61,3920 +20055,62,2793 +20055,71,299 +20055,72,1943 +20055,81,466 +20055,92,983 +20057,11,425 +20057,21,6 +20057,22,307 +20057,23,481 +20057,31,6192 +20057,42,671 +20057,44,1645 +20057,48,505 +20057,51,367 +20057,52,291 +20057,53,72 +20057,54,300 +20057,55,55 +20057,56,762 +20057,61,0 +20057,62,0 +20057,71,450 +20057,72,1316 +20057,81,267 +20057,92,1073 +20059,11,223 +20059,21,53 +20059,22,49 +20059,23,391 +20059,31,836 +20059,42,0 +20059,44,1133 +20059,48,2183 +20059,51,47 +20059,52,146 +20059,53,0 +20059,54,186 +20059,55,20 +20059,56,89 +20059,61,0 +20059,62,0 +20059,71,59 +20059,72,668 +20059,81,185 +20059,92,549 +20061,11,78 +20061,22,0 +20061,23,269 +20061,31,244 +20061,42,0 +20061,44,1307 +20061,48,1178 +20061,51,74 +20061,52,230 +20061,53,271 +20061,54,35 +20061,55,0 +20061,56,870 +20061,61,98 +20061,62,2253 +20061,71,116 +20061,72,1364 +20061,81,269 +20061,92,2487 +20063,11,157 +20063,21,31 +20063,22,0 +20063,23,46 +20063,31,67 +20063,42,90 +20063,44,197 +20063,48,10 +20063,51,7 +20063,52,54 +20063,54,5 +20063,56,18 +20063,61,0 +20063,62,60 +20063,72,128 +20063,81,86 +20063,92,108 +20065,11,8 +20065,21,116 +20065,22,0 +20065,23,0 +20065,31,0 +20065,42,0 +20065,44,97 +20065,48,63 +20065,51,0 +20065,52,0 +20065,53,0 +20065,54,11 +20065,56,0 +20065,61,0 +20065,62,113 +20065,72,27 +20065,81,15 +20065,92,140 +20067,11,377 +20067,21,269 +20067,22,0 +20067,23,192 +20067,31,139 +20067,42,258 +20067,44,244 +20067,48,13 +20067,51,0 +20067,52,97 +20067,53,23 +20067,54,73 +20067,56,39 +20067,61,0 +20067,62,183 +20067,71,0 +20067,72,251 +20067,81,0 +20067,92,193 +20069,11,913 +20069,22,0 +20069,23,278 +20069,31,86 +20069,42,320 +20069,44,186 +20069,48,14 +20069,51,18 +20069,52,104 +20069,53,9 +20069,54,70 +20069,55,0 +20069,56,0 +20069,61,0 +20069,62,247 +20069,71,0 +20069,72,84 +20069,81,57 +20069,92,189 +20071,11,0 +20071,21,0 +20071,22,0 +20071,23,9 +20071,42,31 +20071,44,101 +20071,48,3 +20071,51,0 +20071,52,29 +20071,53,5 +20071,54,0 +20071,56,0 +20071,61,0 +20071,62,0 +20071,71,0 +20071,81,47 +20071,92,7 +20073,11,53 +20073,21,231 +20073,22,18 +20073,23,52 +20073,31,129 +20073,42,43 +20073,44,173 +20073,48,25 +20073,51,10 +20073,52,0 +20073,53,0 +20073,54,45 +20073,55,0 +20073,56,0 +20073,61,499 +20073,62,0 +20073,71,18 +20073,72,98 +20073,81,0 +20073,92,218 +20075,11,0 +20075,21,0 +20075,22,0 +20075,23,0 +20075,31,0 +20075,42,134 +20075,44,60 +20075,48,3 +20075,51,0 +20075,52,111 +20075,54,11 +20075,56,40 +20075,61,0 +20075,62,10 +20075,71,0 +20075,72,0 +20075,81,19 +20075,92,6 +20077,11,106 +20077,21,46 +20077,22,0 +20077,23,149 +20077,31,538 +20077,42,0 +20077,44,245 +20077,48,176 +20077,51,15 +20077,52,0 +20077,53,0 +20077,54,71 +20077,55,0 +20077,56,0 +20077,61,0 +20077,62,0 +20077,71,0 +20077,72,0 +20077,81,0 +20077,92,224 +20079,11,81 +20079,21,26 +20079,22,0 +20079,23,743 +20079,31,3813 +20079,42,203 +20079,44,1473 +20079,48,66 +20079,51,25 +20079,52,363 +20079,53,59 +20079,54,329 +20079,55,39 +20079,56,107 +20079,61,2429 +20079,62,0 +20079,71,113 +20079,72,1013 +20079,81,318 +20079,92,770 +20081,11,792 +20081,21,84 +20081,23,69 +20081,31,100 +20081,42,142 +20081,44,79 +20081,48,42 +20081,51,0 +20081,52,0 +20081,53,0 +20081,54,13 +20081,56,20 +20081,61,0 +20081,62,0 +20081,71,0 +20081,72,0 +20081,81,21 +20081,92,130 +20083,11,192 +20083,21,0 +20083,22,0 +20083,31,0 +20083,42,0 +20083,44,37 +20083,48,50 +20083,51,0 +20083,52,27 +20083,53,0 +20083,54,0 +20083,56,0 +20083,61,0 +20083,62,0 +20083,72,9 +20083,81,0 +20083,92,118 +20085,11,0 +20085,21,0 +20085,22,39 +20085,23,158 +20085,31,274 +20085,42,129 +20085,44,417 +20085,48,93 +20085,51,44 +20085,52,116 +20085,53,15 +20085,54,56 +20085,56,20 +20085,61,1233 +20085,62,663 +20085,71,0 +20085,72,0 +20085,81,125 +20085,92,670 +20087,11,0 +20087,21,0 +20087,22,55 +20087,23,492 +20087,31,324 +20087,42,72 +20087,44,304 +20087,48,106 +20087,51,33 +20087,52,59 +20087,53,30 +20087,54,10 +20087,55,0 +20087,56,90 +20087,61,1440 +20087,62,462 +20087,71,149 +20087,72,170 +20087,81,189 +20087,92,404 +20089,11,0 +20089,22,0 +20089,23,0 +20089,42,91 +20089,44,65 +20089,48,22 +20089,51,0 +20089,52,23 +20089,54,0 +20089,56,0 +20089,61,0 +20089,62,9 +20089,71,0 +20089,72,0 +20089,81,0 +20089,92,160 +20091,11,209 +20091,21,325 +20091,22,3452 +20091,23,16683 +20091,31,19551 +20091,42,22626 +20091,44,37085 +20091,48,19953 +20091,51,7288 +20091,52,28674 +20091,53,5736 +20091,54,37894 +20091,55,16837 +20091,56,30174 +20091,61,9497 +20091,62,59337 +20091,71,5019 +20091,72,29391 +20091,81,9113 +20091,92,12239 +20093,11,0 +20093,21,0 +20093,22,0 +20093,23,0 +20093,31,0 +20093,42,0 +20093,44,115 +20093,48,44 +20093,51,0 +20093,52,67 +20093,53,4 +20093,54,12 +20093,56,12 +20093,61,0 +20093,62,23 +20093,71,0 +20093,72,65 +20093,81,0 +20093,92,197 +20095,11,93 +20095,21,68 +20095,22,0 +20095,23,199 +20095,31,351 +20095,42,60 +20095,44,220 +20095,48,24 +20095,51,0 +20095,52,121 +20095,53,7 +20095,54,55 +20095,56,7 +20095,61,640 +20095,62,435 +20095,71,0 +20095,72,0 +20095,81,0 +20095,92,209 +20097,11,71 +20097,21,28 +20097,23,0 +20097,31,0 +20097,42,0 +20097,44,69 +20097,48,5 +20097,51,0 +20097,52,25 +20097,53,0 +20097,54,3 +20097,56,0 +20097,61,0 +20097,62,0 +20097,71,17 +20097,72,97 +20097,81,45 +20097,92,149 +20099,11,0 +20099,21,0 +20099,22,0 +20099,23,76 +20099,31,2022 +20099,42,0 +20099,44,888 +20099,48,821 +20099,51,78 +20099,52,226 +20099,53,21 +20099,54,97 +20099,55,100 +20099,56,93 +20099,61,0 +20099,62,1240 +20099,71,13 +20099,72,481 +20099,81,137 +20099,92,569 +20101,11,137 +20101,21,0 +20101,22,0 +20101,23,0 +20101,42,113 +20101,44,29 +20101,48,5 +20101,51,0 +20101,52,53 +20101,54,0 +20101,56,0 +20101,61,0 +20101,62,0 +20101,71,0 +20101,72,0 +20101,81,0 +20101,92,5 +20103,11,32 +20103,21,5 +20103,22,0 +20103,23,1257 +20103,31,1229 +20103,42,0 +20103,44,2090 +20103,48,520 +20103,51,80 +20103,52,738 +20103,53,302 +20103,54,1103 +20103,55,32 +20103,56,729 +20103,61,5912 +20103,62,4225 +20103,71,419 +20103,72,1818 +20103,81,679 +20103,92,3685 +20105,11,0 +20105,22,0 +20105,23,45 +20105,31,0 +20105,42,106 +20105,44,64 +20105,48,16 +20105,51,0 +20105,52,48 +20105,54,16 +20105,56,0 +20105,61,0 +20105,62,87 +20105,72,36 +20105,81,0 +20105,92,6 +20107,11,51 +20107,21,60 +20107,22,41 +20107,23,135 +20107,31,142 +20107,42,47 +20107,44,246 +20107,48,31 +20107,51,21 +20107,52,66 +20107,53,42 +20107,54,27 +20107,56,0 +20107,61,756 +20107,62,0 +20107,72,57 +20107,81,59 +20107,92,328 +20109,11,0 +20109,21,0 +20109,22,0 +20109,23,0 +20109,31,0 +20109,42,112 +20109,44,117 +20109,48,10 +20109,51,0 +20109,52,0 +20109,53,0 +20109,54,25 +20109,61,0 +20109,62,0 +20109,71,0 +20109,72,0 +20109,81,28 +20109,92,477 +20111,11,0 +20111,21,0 +20111,22,0 +20111,23,286 +20111,31,3607 +20111,42,553 +20111,44,1752 +20111,48,57 +20111,51,323 +20111,52,281 +20111,53,164 +20111,54,0 +20111,55,0 +20111,56,886 +20111,61,77 +20111,62,1780 +20111,71,57 +20111,72,1481 +20111,81,252 +20111,92,804 +20113,11,94 +20113,21,77 +20113,22,0 +20113,23,899 +20113,31,5224 +20113,42,0 +20113,44,1164 +20113,48,68 +20113,51,126 +20113,52,433 +20113,53,63 +20113,54,12 +20113,55,0 +20113,56,528 +20113,61,924 +20113,62,2806 +20113,71,155 +20113,72,1076 +20113,81,332 +20113,92,621 +20115,11,157 +20115,21,21 +20115,22,26 +20115,23,122 +20115,31,472 +20115,42,145 +20115,44,303 +20115,48,44 +20115,51,18 +20115,52,94 +20115,53,7 +20115,54,106 +20115,55,0 +20115,56,0 +20115,61,0 +20115,62,0 +20115,72,236 +20115,81,89 +20115,92,389 +20117,11,0 +20117,21,0 +20117,22,0 +20117,23,203 +20117,31,1248 +20117,42,332 +20117,44,534 +20117,48,42 +20117,51,114 +20117,52,210 +20117,53,14 +20117,54,187 +20117,55,0 +20117,56,0 +20117,61,778 +20117,62,0 +20117,71,34 +20117,72,233 +20117,81,85 +20117,92,329 +20119,11,470 +20119,21,14 +20119,22,0 +20119,23,135 +20119,31,22 +20119,42,126 +20119,44,0 +20119,48,177 +20119,51,0 +20119,52,50 +20119,54,0 +20119,56,0 +20119,61,0 +20119,62,0 +20119,71,0 +20119,72,0 +20119,81,26 +20119,92,180 +20121,11,88 +20121,21,59 +20121,22,47 +20121,23,690 +20121,31,588 +20121,42,0 +20121,44,935 +20121,48,440 +20121,51,21 +20121,52,270 +20121,53,202 +20121,54,262 +20121,55,15 +20121,56,408 +20121,61,2562 +20121,62,1790 +20121,71,61 +20121,72,769 +20121,81,177 +20121,92,656 +20123,11,0 +20123,21,0 +20123,22,44 +20123,23,170 +20123,31,282 +20123,42,228 +20123,44,382 +20123,48,116 +20123,51,0 +20123,52,155 +20123,53,3 +20123,54,0 +20123,56,0 +20123,61,0 +20123,62,0 +20123,71,40 +20123,72,184 +20123,81,0 +20123,92,281 +20125,11,169 +20125,21,61 +20125,22,207 +20125,23,460 +20125,31,3151 +20125,42,587 +20125,44,1452 +20125,48,406 +20125,51,118 +20125,52,311 +20125,53,91 +20125,54,244 +20125,56,1010 +20125,61,0 +20125,62,0 +20125,71,43 +20125,72,1152 +20125,81,191 +20125,92,953 +20127,11,0 +20127,21,0 +20127,22,0 +20127,23,45 +20127,31,150 +20127,42,77 +20127,44,139 +20127,48,19 +20127,51,81 +20127,52,0 +20127,53,0 +20127,54,47 +20127,56,14 +20127,61,0 +20127,62,0 +20127,71,19 +20127,72,155 +20127,81,18 +20127,92,175 +20129,11,48 +20129,21,46 +20129,22,0 +20129,23,0 +20129,31,0 +20129,42,61 +20129,44,70 +20129,48,5 +20129,51,43 +20129,52,43 +20129,54,12 +20129,55,0 +20129,56,0 +20129,61,0 +20129,62,0 +20129,71,0 +20129,72,42 +20129,81,19 +20129,92,129 +20131,11,0 +20131,21,0 +20131,22,115 +20131,23,244 +20131,31,1017 +20131,42,0 +20131,44,469 +20131,48,481 +20131,51,43 +20131,52,0 +20131,53,0 +20131,54,122 +20131,56,100 +20131,61,920 +20131,62,1127 +20131,71,0 +20131,72,0 +20131,81,101 +20131,92,253 +20133,11,71 +20133,21,317 +20133,22,68 +20133,23,225 +20133,31,1175 +20133,42,284 +20133,44,782 +20133,48,102 +20133,51,23 +20133,52,226 +20133,53,26 +20133,54,130 +20133,55,0 +20133,56,0 +20133,61,0 +20133,62,0 +20133,71,14 +20133,72,445 +20133,81,0 +20133,92,476 +20135,11,13 +20135,21,203 +20135,22,0 +20135,23,25 +20135,31,20 +20135,42,150 +20135,44,78 +20135,48,14 +20135,51,6 +20135,52,0 +20135,53,0 +20135,54,0 +20135,56,0 +20135,61,0 +20135,62,0 +20135,71,0 +20135,72,40 +20135,81,32 +20135,92,118 +20137,11,0 +20137,21,0 +20137,22,0 +20137,23,54 +20137,31,268 +20137,42,45 +20137,44,200 +20137,48,15 +20137,51,42 +20137,52,124 +20137,54,49 +20137,55,0 +20137,56,0 +20137,61,0 +20137,62,404 +20137,71,11 +20137,72,174 +20137,81,49 +20137,92,130 +20139,11,0 +20139,21,0 +20139,22,0 +20139,23,160 +20139,31,137 +20139,42,97 +20139,44,377 +20139,48,82 +20139,51,27 +20139,52,126 +20139,53,5 +20139,54,94 +20139,55,0 +20139,56,0 +20139,61,0 +20139,62,0 +20139,71,15 +20139,72,168 +20139,81,0 +20139,92,351 +20141,11,27 +20141,21,20 +20141,22,0 +20141,23,5 +20141,31,0 +20141,42,280 +20141,44,160 +20141,48,79 +20141,51,10 +20141,52,60 +20141,54,54 +20141,55,0 +20141,56,0 +20141,61,0 +20141,62,252 +20141,71,0 +20141,72,0 +20141,81,45 +20141,92,151 +20143,11,58 +20143,23,23 +20143,31,170 +20143,42,52 +20143,44,86 +20143,48,49 +20143,51,0 +20143,52,73 +20143,53,10 +20143,54,0 +20143,56,0 +20143,61,0 +20143,62,248 +20143,71,0 +20143,72,0 +20143,81,35 +20143,92,176 +20145,11,0 +20145,21,0 +20145,23,119 +20145,31,54 +20145,42,95 +20145,44,155 +20145,48,49 +20145,51,0 +20145,52,71 +20145,53,17 +20145,54,63 +20145,55,0 +20145,56,0 +20145,61,0 +20145,62,364 +20145,71,10 +20145,72,0 +20145,81,5 +20145,92,449 +20147,11,319 +20147,21,30 +20147,22,0 +20147,23,47 +20147,31,234 +20147,42,0 +20147,44,208 +20147,48,173 +20147,51,34 +20147,52,0 +20147,53,0 +20147,54,47 +20147,56,101 +20147,61,0 +20147,62,82 +20147,71,0 +20147,72,0 +20147,81,64 +20147,92,306 +20149,11,202 +20149,22,36 +20149,23,797 +20149,31,2324 +20149,42,387 +20149,44,1263 +20149,48,46 +20149,51,57 +20149,52,289 +20149,53,49 +20149,54,295 +20149,55,46 +20149,56,168 +20149,61,1767 +20149,62,0 +20149,71,99 +20149,72,514 +20149,81,240 +20149,92,459 +20151,11,423 +20151,21,291 +20151,22,0 +20151,23,155 +20151,31,119 +20151,42,265 +20151,44,671 +20151,48,22 +20151,51,13 +20151,52,116 +20151,53,30 +20151,54,133 +20151,55,0 +20151,56,0 +20151,61,1179 +20151,62,848 +20151,71,16 +20151,72,540 +20151,81,83 +20151,92,369 +20153,11,81 +20153,22,0 +20153,23,59 +20153,31,58 +20153,42,128 +20153,44,94 +20153,48,12 +20153,51,14 +20153,52,0 +20153,53,0 +20153,54,11 +20153,56,12 +20153,61,0 +20153,62,128 +20153,71,0 +20153,72,0 +20153,81,14 +20153,92,147 +20155,11,439 +20155,21,119 +20155,22,0 +20155,23,1232 +20155,31,3172 +20155,42,0 +20155,44,2828 +20155,48,108 +20155,51,562 +20155,52,950 +20155,53,175 +20155,54,592 +20155,55,806 +20155,56,1847 +20155,61,6276 +20155,62,4893 +20155,71,558 +20155,72,2689 +20155,81,540 +20155,92,1918 +20157,11,0 +20157,21,0 +20157,22,54 +20157,23,16 +20157,31,200 +20157,42,205 +20157,44,204 +20157,48,66 +20157,51,16 +20157,52,76 +20157,54,36 +20157,56,17 +20157,61,424 +20157,62,0 +20157,71,0 +20157,72,0 +20157,81,48 +20157,92,213 +20159,11,376 +20159,21,176 +20159,22,0 +20159,23,120 +20159,31,444 +20159,42,217 +20159,44,277 +20159,48,31 +20159,51,42 +20159,52,0 +20159,53,0 +20159,54,177 +20159,56,124 +20159,61,0 +20159,62,0 +20159,71,0 +20159,72,0 +20159,81,58 +20159,92,355 +20161,11,0 +20161,21,0 +20161,22,0 +20161,23,1435 +20161,31,619 +20161,42,639 +20161,44,3401 +20161,48,102 +20161,51,568 +20161,52,1176 +20161,53,494 +20161,54,1408 +20161,55,83 +20161,56,1098 +20161,61,1003 +20161,62,4446 +20161,71,303 +20161,72,4077 +20161,81,1432 +20161,92,2182 +20163,11,41 +20163,21,107 +20163,22,0 +20163,23,0 +20163,31,0 +20163,42,208 +20163,44,169 +20163,48,23 +20163,51,29 +20163,52,95 +20163,54,49 +20163,56,25 +20163,61,0 +20163,62,164 +20163,71,4 +20163,72,0 +20163,81,78 +20163,92,295 +20165,11,0 +20165,21,0 +20165,22,0 +20165,23,42 +20165,31,240 +20165,42,0 +20165,44,64 +20165,48,108 +20165,51,45 +20165,52,33 +20165,54,22 +20165,56,0 +20165,61,0 +20165,62,86 +20165,72,35 +20165,81,0 +20165,92,135 +20167,11,28 +20167,21,212 +20167,22,0 +20167,23,104 +20167,31,278 +20167,42,149 +20167,44,240 +20167,48,71 +20167,51,71 +20167,52,78 +20167,53,23 +20167,54,0 +20167,55,0 +20167,56,67 +20167,61,0 +20167,62,0 +20167,71,0 +20167,72,0 +20167,81,31 +20167,92,432 +20169,11,0 +20169,21,0 +20169,22,0 +20169,23,1239 +20169,31,4855 +20169,42,0 +20169,44,3702 +20169,48,1115 +20169,51,136 +20169,52,720 +20169,53,238 +20169,54,1457 +20169,55,573 +20169,56,1245 +20169,61,5273 +20169,62,7881 +20169,71,250 +20169,72,2896 +20169,81,766 +20169,92,1808 +20171,11,724 +20171,21,8 +20171,22,0 +20171,23,104 +20171,31,43 +20171,42,140 +20171,44,265 +20171,48,16 +20171,51,0 +20171,52,0 +20171,53,0 +20171,54,44 +20171,56,34 +20171,61,0 +20171,62,0 +20171,71,5 +20171,72,165 +20171,81,0 +20171,92,154 +20173,11,217 +20173,21,600 +20173,22,878 +20173,23,14432 +20173,31,49413 +20173,42,9180 +20173,44,27591 +20173,48,10031 +20173,51,4267 +20173,52,6764 +20173,53,3934 +20173,54,11650 +20173,55,4518 +20173,56,19678 +20173,61,37341 +20173,62,44638 +20173,71,5391 +20173,72,25116 +20173,81,7298 +20173,92,11123 +20175,11,269 +20175,21,327 +20175,22,335 +20175,23,0 +20175,31,0 +20175,42,345 +20175,44,1212 +20175,48,491 +20175,51,67 +20175,52,194 +20175,53,72 +20175,54,0 +20175,55,0 +20175,56,343 +20175,61,0 +20175,62,0 +20175,71,55 +20175,72,797 +20175,81,188 +20175,92,72 +20177,11,76 +20177,21,117 +20177,22,457 +20177,23,4363 +20177,31,7346 +20177,42,2748 +20177,44,9094 +20177,48,3620 +20177,51,1434 +20177,52,6419 +20177,53,1011 +20177,54,4779 +20177,55,1894 +20177,56,6717 +20177,61,16086 +20177,62,23598 +20177,71,862 +20177,72,7565 +20177,81,3104 +20177,92,12461 +20179,11,174 +20179,21,7 +20179,22,0 +20179,23,37 +20179,31,19 +20179,42,115 +20179,44,107 +20179,48,8 +20179,51,7 +20179,52,0 +20179,53,0 +20179,54,0 +20179,56,0 +20179,61,0 +20179,62,14 +20179,71,0 +20179,72,0 +20179,81,35 +20179,92,94 +20181,11,0 +20181,21,0 +20181,22,0 +20181,23,45 +20181,31,66 +20181,42,296 +20181,44,373 +20181,48,19 +20181,51,40 +20181,52,108 +20181,53,10 +20181,54,67 +20181,55,0 +20181,56,0 +20181,61,0 +20181,62,0 +20181,71,0 +20181,72,0 +20181,81,56 +20181,92,260 +20183,11,0 +20183,21,0 +20183,22,0 +20183,23,36 +20183,31,29 +20183,42,248 +20183,44,123 +20183,48,39 +20183,51,24 +20183,52,47 +20183,53,0 +20183,54,0 +20183,56,0 +20183,61,0 +20183,62,304 +20183,72,63 +20183,81,41 +20183,92,185 +20185,11,175 +20185,21,19 +20185,23,52 +20185,31,48 +20185,42,75 +20185,44,78 +20185,48,39 +20185,51,0 +20185,52,0 +20185,53,0 +20185,54,44 +20185,55,0 +20185,56,0 +20185,61,0 +20185,62,147 +20185,71,0 +20185,72,52 +20185,81,5 +20185,92,220 +20187,11,204 +20187,22,0 +20187,23,33 +20187,42,205 +20187,44,53 +20187,48,4 +20187,51,0 +20187,52,31 +20187,54,20 +20187,61,0 +20187,62,0 +20187,71,0 +20187,72,19 +20187,81,4 +20187,92,5 +20189,11,399 +20189,21,93 +20189,22,0 +20189,23,75 +20189,31,82 +20189,42,105 +20189,44,127 +20189,48,10 +20189,51,0 +20189,52,63 +20189,53,4 +20189,54,51 +20189,56,22 +20189,61,0 +20189,62,0 +20189,71,0 +20189,72,0 +20189,81,41 +20189,92,216 +20191,11,78 +20191,21,38 +20191,22,0 +20191,23,164 +20191,31,834 +20191,42,0 +20191,44,553 +20191,48,366 +20191,51,139 +20191,52,280 +20191,53,26 +20191,54,126 +20191,55,0 +20191,56,0 +20191,61,19 +20191,62,987 +20191,71,0 +20191,72,0 +20191,81,115 +20191,92,605 +20193,11,430 +20193,21,28 +20193,22,0 +20193,23,229 +20193,31,97 +20193,42,409 +20193,44,648 +20193,48,20 +20193,51,115 +20193,52,130 +20193,53,24 +20193,54,97 +20193,56,70 +20193,61,889 +20193,62,0 +20193,71,34 +20193,72,0 +20193,81,82 +20193,92,257 +20195,11,22 +20195,21,136 +20195,22,0 +20195,23,22 +20195,31,38 +20195,42,73 +20195,44,118 +20195,48,11 +20195,51,8 +20195,52,0 +20195,53,0 +20195,54,0 +20195,56,0 +20195,61,0 +20195,62,0 +20195,71,0 +20195,72,0 +20195,81,20 +20195,92,40 +20197,11,47 +20197,21,65 +20197,22,0 +20197,23,164 +20197,31,151 +20197,42,19 +20197,44,78 +20197,48,53 +20197,51,4 +20197,52,0 +20197,53,0 +20197,54,0 +20197,56,0 +20197,61,531 +20197,62,0 +20197,72,53 +20197,81,26 +20197,92,173 +20199,11,123 +20199,22,0 +20199,23,0 +20199,31,0 +20199,42,76 +20199,44,36 +20199,48,5 +20199,51,0 +20199,52,0 +20199,53,0 +20199,54,0 +20199,56,0 +20199,61,0 +20199,62,7 +20199,71,0 +20199,72,0 +20199,81,0 +20199,92,94 +20201,11,0 +20201,21,0 +20201,22,0 +20201,23,124 +20201,31,180 +20201,42,139 +20201,44,153 +20201,48,29 +20201,51,0 +20201,52,0 +20201,53,5 +20201,54,36 +20201,56,43 +20201,61,0 +20201,62,208 +20201,71,0 +20201,72,0 +20201,81,0 +20201,92,292 +20203,11,224 +20203,22,26 +20203,23,0 +20203,31,0 +20203,42,79 +20203,44,58 +20203,48,19 +20203,51,0 +20203,52,0 +20203,53,0 +20203,54,4 +20203,55,0 +20203,56,0 +20203,61,0 +20203,62,13 +20203,71,0 +20203,72,0 +20203,81,24 +20203,92,11 +20205,11,40 +20205,21,17 +20205,22,26 +20205,23,225 +20205,31,1293 +20205,42,0 +20205,44,238 +20205,48,118 +20205,51,25 +20205,52,97 +20205,53,8 +20205,54,30 +20205,56,18 +20205,61,0 +20205,62,410 +20205,71,0 +20205,72,0 +20205,81,33 +20205,92,216 +20207,11,31 +20207,21,72 +20207,22,0 +20207,23,0 +20207,31,0 +20207,42,81 +20207,44,74 +20207,48,14 +20207,51,0 +20207,52,0 +20207,53,0 +20207,54,0 +20207,61,0 +20207,62,0 +20207,72,50 +20207,81,10 +20207,92,147 +20209,11,21 +20209,21,69 +20209,22,0 +20209,23,4404 +20209,31,10361 +20209,42,6152 +20209,44,7667 +20209,48,13044 +20209,51,717 +20209,52,1185 +20209,53,932 +20209,54,4832 +20209,55,1419 +20209,56,5086 +20209,61,13180 +20209,62,17254 +20209,71,1292 +20209,72,6369 +20209,81,1830 +20209,92,1087 +21001,11,0 +21001,21,0 +21001,22,0 +21001,23,218 +21001,31,335 +21001,42,103 +21001,44,709 +21001,48,161 +21001,51,59 +21001,52,224 +21001,53,45 +21001,54,0 +21001,55,0 +21001,56,129 +21001,61,0 +21001,62,0 +21001,71,0 +21001,72,0 +21001,81,54 +21001,92,182 +21003,11,112 +21003,22,0 +21003,23,152 +21003,31,1153 +21003,42,73 +21003,44,413 +21003,48,39 +21003,51,36 +21003,52,133 +21003,53,62 +21003,54,0 +21003,55,0 +21003,56,245 +21003,61,0 +21003,62,0 +21003,71,0 +21003,72,0 +21003,81,64 +21003,92,9 +21005,11,0 +21005,21,0 +21005,22,0 +21005,23,0 +21005,31,1101 +21005,42,417 +21005,44,801 +21005,48,44 +21005,51,52 +21005,52,149 +21005,53,46 +21005,54,95 +21005,55,11 +21005,56,58 +21005,61,387 +21005,62,442 +21005,71,38 +21005,72,662 +21005,81,116 +21005,92,44 +21007,11,92 +21007,22,0 +21007,23,124 +21007,31,366 +21007,42,51 +21007,44,162 +21007,48,21 +21007,51,0 +21007,52,28 +21007,53,11 +21007,54,71 +21007,55,0 +21007,56,0 +21007,61,0 +21007,62,170 +21007,71,0 +21007,72,0 +21007,81,0 +21007,92,41 +21009,11,0 +21009,21,0 +21009,22,302 +21009,23,706 +21009,31,2678 +21009,42,1064 +21009,44,2632 +21009,48,79 +21009,51,305 +21009,52,529 +21009,53,95 +21009,54,341 +21009,55,14 +21009,56,775 +21009,61,1650 +21009,62,3417 +21009,71,291 +21009,72,2061 +21009,81,345 +21009,92,592 +21011,11,0 +21011,22,0 +21011,23,234 +21011,31,0 +21011,42,0 +21011,44,146 +21011,48,62 +21011,51,0 +21011,52,64 +21011,53,5 +21011,54,50 +21011,56,225 +21011,61,0 +21011,62,0 +21011,71,0 +21011,72,0 +21011,81,0 +21011,92,112 +21013,11,52 +21013,21,962 +21013,22,236 +21013,23,157 +21013,31,1051 +21013,42,107 +21013,44,1523 +21013,48,92 +21013,51,33 +21013,52,257 +21013,53,147 +21013,54,121 +21013,55,0 +21013,56,0 +21013,61,0 +21013,62,0 +21013,71,50 +21013,72,1112 +21013,81,238 +21013,92,305 +21015,11,123 +21015,21,47 +21015,22,509 +21015,23,3000 +21015,31,13979 +21015,42,10000 +21015,44,10383 +21015,48,20987 +21015,51,1044 +21015,52,3685 +21015,53,973 +21015,54,2800 +21015,55,1136 +21015,56,8527 +21015,61,4047 +21015,62,7424 +21015,71,1909 +21015,72,8309 +21015,81,2633 +21015,92,2662 +21017,11,0 +21017,21,0 +21017,22,0 +21017,23,336 +21017,31,807 +21017,42,573 +21017,44,1064 +21017,48,34 +21017,51,0 +21017,52,232 +21017,53,19 +21017,54,128 +21017,55,0 +21017,56,0 +21017,61,100 +21017,62,1039 +21017,71,209 +21017,72,484 +21017,81,164 +21017,92,339 +21019,21,286 +21019,22,486 +21019,23,1589 +21019,31,1642 +21019,42,731 +21019,44,3525 +21019,48,1062 +21019,51,378 +21019,52,540 +21019,53,193 +21019,54,994 +21019,55,147 +21019,56,1254 +21019,61,4654 +21019,62,7434 +21019,71,219 +21019,72,3274 +21019,81,672 +21019,92,1096 +21021,11,0 +21021,21,0 +21021,22,309 +21021,23,434 +21021,31,2261 +21021,42,935 +21021,44,1591 +21021,48,242 +21021,51,116 +21021,52,405 +21021,53,102 +21021,54,0 +21021,55,0 +21021,56,732 +21021,61,0 +21021,62,65 +21021,71,119 +21021,72,1650 +21021,81,276 +21021,92,904 +21023,11,0 +21023,22,0 +21023,23,43 +21023,31,0 +21023,42,59 +21023,44,97 +21023,48,62 +21023,51,0 +21023,52,31 +21023,53,8 +21023,54,24 +21023,56,25 +21023,61,0 +21023,62,142 +21023,72,94 +21023,81,0 +21023,92,107 +21025,11,0 +21025,21,0 +21025,22,49 +21025,23,20 +21025,31,0 +21025,42,0 +21025,44,450 +21025,48,16 +21025,51,19 +21025,52,114 +21025,53,14 +21025,54,45 +21025,55,0 +21025,56,0 +21025,61,0 +21025,62,1204 +21025,72,235 +21025,81,58 +21025,92,303 +21027,11,0 +21027,21,0 +21027,22,0 +21027,23,238 +21027,31,300 +21027,42,247 +21027,44,541 +21027,48,39 +21027,51,0 +21027,52,143 +21027,53,35 +21027,54,100 +21027,56,26 +21027,61,0 +21027,62,715 +21027,71,28 +21027,72,293 +21027,81,0 +21027,92,212 +21029,11,0 +21029,21,0 +21029,22,0 +21029,23,1763 +21029,31,3340 +21029,42,0 +21029,44,2139 +21029,48,8273 +21029,51,72 +21029,52,385 +21029,53,190 +21029,54,384 +21029,55,101 +21029,56,1157 +21029,61,517 +21029,62,1775 +21029,71,322 +21029,72,2060 +21029,81,1158 +21029,92,1101 +21031,11,0 +21031,21,0 +21031,22,0 +21031,23,83 +21031,31,925 +21031,42,0 +21031,44,213 +21031,48,125 +21031,51,12 +21031,52,71 +21031,53,48 +21031,54,41 +21031,56,87 +21031,61,0 +21031,62,0 +21031,71,0 +21031,72,0 +21031,81,97 +21031,92,176 +21033,11,0 +21033,21,0 +21033,22,0 +21033,23,99 +21033,31,995 +21033,42,100 +21033,44,710 +21033,48,26 +21033,51,34 +21033,52,128 +21033,53,93 +21033,54,0 +21033,55,0 +21033,56,216 +21033,61,0 +21033,62,0 +21033,71,19 +21033,72,419 +21033,81,79 +21033,92,181 +21035,11,0 +21035,21,0 +21035,22,0 +21035,23,702 +21035,31,2862 +21035,42,0 +21035,44,1878 +21035,48,2052 +21035,51,163 +21035,52,397 +21035,53,204 +21035,54,505 +21035,55,0 +21035,56,0 +21035,61,199 +21035,62,1056 +21035,71,57 +21035,72,1812 +21035,81,240 +21035,92,494 +21037,11,0 +21037,21,0 +21037,22,0 +21037,23,0 +21037,31,2238 +21037,42,1424 +21037,44,4070 +21037,48,137 +21037,51,356 +21037,52,530 +21037,53,705 +21037,54,2245 +21037,55,319 +21037,56,1098 +21037,61,1631 +21037,62,5732 +21037,71,786 +21037,72,4601 +21037,81,1088 +21037,92,989 +21039,11,147 +21039,22,0 +21039,23,97 +21039,31,58 +21039,42,17 +21039,44,96 +21039,48,25 +21039,51,0 +21039,52,0 +21039,53,0 +21039,54,32 +21039,55,0 +21039,56,0 +21039,61,0 +21039,62,173 +21039,72,47 +21039,81,0 +21039,92,58 +21041,21,0 +21041,22,71 +21041,23,0 +21041,31,2833 +21041,42,100 +21041,44,652 +21041,48,285 +21041,51,0 +21041,52,79 +21041,53,10 +21041,54,0 +21041,55,0 +21041,56,736 +21041,61,0 +21041,62,18 +21041,71,0 +21041,72,514 +21041,81,47 +21041,92,155 +21043,11,25 +21043,21,147 +21043,22,0 +21043,23,267 +21043,31,719 +21043,42,0 +21043,44,901 +21043,48,123 +21043,51,51 +21043,52,196 +21043,53,36 +21043,54,119 +21043,55,27 +21043,56,487 +21043,61,0 +21043,62,0 +21043,71,18 +21043,72,542 +21043,81,252 +21043,92,342 +21045,11,0 +21045,21,0 +21045,22,0 +21045,23,203 +21045,31,1158 +21045,42,258 +21045,44,369 +21045,48,108 +21045,51,23 +21045,52,0 +21045,53,0 +21045,54,27 +21045,56,42 +21045,61,0 +21045,62,760 +21045,71,0 +21045,72,0 +21045,81,49 +21045,92,189 +21047,11,371 +21047,21,166 +21047,22,384 +21047,23,605 +21047,31,6276 +21047,42,0 +21047,44,3353 +21047,48,1863 +21047,51,224 +21047,52,616 +21047,53,222 +21047,54,1065 +21047,55,42 +21047,56,2696 +21047,61,6672 +21047,62,6824 +21047,71,425 +21047,72,2591 +21047,81,604 +21047,92,1947 +21049,11,0 +21049,21,0 +21049,22,396 +21049,23,661 +21049,31,3042 +21049,42,713 +21049,44,1776 +21049,48,324 +21049,51,0 +21049,52,288 +21049,53,69 +21049,54,694 +21049,55,604 +21049,56,2017 +21049,61,119 +21049,62,2103 +21049,71,18 +21049,72,1271 +21049,81,215 +21049,92,499 +21051,21,73 +21051,22,38 +21051,23,110 +21051,31,269 +21051,42,7 +21051,44,552 +21051,48,57 +21051,51,0 +21051,52,83 +21051,53,13 +21051,54,99 +21051,55,0 +21051,56,0 +21051,61,0 +21051,62,0 +21051,71,0 +21051,72,0 +21051,81,78 +21051,92,554 +21053,11,0 +21053,21,0 +21053,22,0 +21053,23,70 +21053,31,1575 +21053,42,155 +21053,44,355 +21053,48,18 +21053,51,42 +21053,52,0 +21053,53,0 +21053,54,41 +21053,56,91 +21053,61,0 +21053,62,841 +21053,71,94 +21053,72,205 +21053,81,27 +21053,92,222 +21055,11,0 +21055,21,0 +21055,22,0 +21055,23,0 +21055,31,437 +21055,42,0 +21055,44,209 +21055,48,50 +21055,51,0 +21055,52,70 +21055,53,7 +21055,54,28 +21055,56,12 +21055,61,0 +21055,62,520 +21055,71,0 +21055,72,0 +21055,81,45 +21055,92,131 +21057,11,0 +21057,22,0 +21057,23,0 +21057,31,251 +21057,42,0 +21057,44,153 +21057,48,11 +21057,51,0 +21057,52,77 +21057,53,6 +21057,54,21 +21057,55,0 +21057,56,0 +21057,61,0 +21057,62,982 +21057,71,108 +21057,72,70 +21057,81,0 +21057,92,111 +21059,11,435 +21059,21,323 +21059,22,387 +21059,23,2262 +21059,31,6038 +21059,42,1963 +21059,44,5791 +21059,48,2115 +21059,51,406 +21059,52,2927 +21059,53,534 +21059,54,1338 +21059,55,86 +21059,56,3458 +21059,61,8214 +21059,62,11557 +21059,71,466 +21059,72,4870 +21059,81,1221 +21059,92,1155 +21061,11,0 +21061,22,0 +21061,23,124 +21061,31,0 +21061,42,55 +21061,44,153 +21061,48,14 +21061,51,0 +21061,52,0 +21061,53,0 +21061,54,16 +21061,55,0 +21061,56,26 +21061,61,0 +21061,62,0 +21061,71,170 +21061,72,129 +21061,81,0 +21061,92,162 +21063,22,0 +21063,23,32 +21063,42,0 +21063,44,48 +21063,48,8 +21063,51,0 +21063,52,0 +21063,53,0 +21063,54,0 +21063,55,0 +21063,56,14 +21063,61,0 +21063,62,168 +21063,71,0 +21063,72,67 +21063,81,0 +21063,92,378 +21065,11,0 +21065,21,63 +21065,22,0 +21065,23,49 +21065,31,0 +21065,42,40 +21065,44,294 +21065,48,35 +21065,51,51 +21065,52,77 +21065,53,11 +21065,54,22 +21065,56,95 +21065,61,0 +21065,62,633 +21065,71,0 +21065,72,0 +21065,81,28 +21065,92,162 +21067,11,4696 +21067,21,440 +21067,22,698 +21067,23,10975 +21067,31,11579 +21067,42,7996 +21067,44,21151 +21067,48,10547 +21067,51,2911 +21067,52,5356 +21067,53,3126 +21067,54,13017 +21067,55,2116 +21067,56,15193 +21067,61,21071 +21067,62,35602 +21067,71,4467 +21067,72,22724 +21067,81,5591 +21067,92,7143 +21069,11,0 +21069,21,0 +21069,22,165 +21069,23,0 +21069,31,593 +21069,42,185 +21069,44,455 +21069,48,57 +21069,51,21 +21069,52,136 +21069,53,21 +21069,54,50 +21069,56,18 +21069,61,0 +21069,62,0 +21069,71,9 +21069,72,230 +21069,81,62 +21069,92,124 +21071,11,10 +21071,21,1204 +21071,22,264 +21071,23,636 +21071,31,195 +21071,42,521 +21071,44,1399 +21071,48,392 +21071,51,475 +21071,52,166 +21071,53,138 +21071,54,295 +21071,55,68 +21071,56,611 +21071,61,129 +21071,62,3392 +21071,71,62 +21071,72,802 +21071,81,191 +21071,92,702 +21073,11,54 +21073,21,102 +21073,22,352 +21073,23,1045 +21073,31,2978 +21073,42,720 +21073,44,2452 +21073,48,105 +21073,51,493 +21073,52,877 +21073,53,190 +21073,54,1102 +21073,55,93 +21073,56,2349 +21073,61,7070 +21073,62,3841 +21073,71,281 +21073,72,2856 +21073,81,732 +21073,92,11023 +21075,11,0 +21075,21,0 +21075,22,0 +21075,23,46 +21075,31,402 +21075,42,93 +21075,44,398 +21075,48,30 +21075,51,0 +21075,52,0 +21075,53,0 +21075,54,0 +21075,56,0 +21075,61,0 +21075,62,0 +21075,71,0 +21075,72,0 +21075,81,0 +21075,92,167 +21077,11,0 +21077,22,0 +21077,23,42 +21077,31,0 +21077,42,0 +21077,44,198 +21077,48,20 +21077,51,0 +21077,52,31 +21077,53,0 +21077,54,39 +21077,56,47 +21077,61,0 +21077,62,277 +21077,71,0 +21077,72,0 +21077,81,60 +21077,92,127 +21079,11,0 +21079,21,0 +21079,22,0 +21079,23,354 +21079,31,0 +21079,42,87 +21079,44,202 +21079,48,24 +21079,51,30 +21079,52,64 +21079,53,11 +21079,54,76 +21079,56,76 +21079,61,0 +21079,62,0 +21079,71,0 +21079,72,0 +21079,81,42 +21079,92,194 +21081,11,0 +21081,22,0 +21081,23,0 +21081,31,534 +21081,42,266 +21081,44,842 +21081,48,52 +21081,51,32 +21081,52,83 +21081,53,33 +21081,54,185 +21081,55,0 +21081,56,0 +21081,61,0 +21081,62,0 +21081,71,33 +21081,72,883 +21081,81,145 +21081,92,375 +21083,11,0 +21083,21,0 +21083,22,99 +21083,23,428 +21083,31,2290 +21083,42,719 +21083,44,1418 +21083,48,61 +21083,51,100 +21083,52,328 +21083,53,111 +21083,54,353 +21083,55,59 +21083,56,330 +21083,61,100 +21083,62,2009 +21083,71,0 +21083,72,0 +21083,81,396 +21083,92,609 +21085,11,0 +21085,21,0 +21085,22,85 +21085,23,423 +21085,31,1975 +21085,42,465 +21085,44,979 +21085,48,57 +21085,51,43 +21085,52,248 +21085,53,59 +21085,54,0 +21085,55,0 +21085,56,390 +21085,61,0 +21085,62,41 +21085,71,26 +21085,72,683 +21085,81,119 +21085,92,433 +21087,22,0 +21087,23,44 +21087,31,57 +21087,42,40 +21087,44,185 +21087,48,60 +21087,51,20 +21087,52,79 +21087,53,11 +21087,54,60 +21087,56,21 +21087,61,0 +21087,62,620 +21087,71,19 +21087,72,159 +21087,81,44 +21087,92,106 +21089,11,0 +21089,21,0 +21089,22,0 +21089,23,0 +21089,31,687 +21089,42,0 +21089,44,1000 +21089,48,363 +21089,51,65 +21089,52,220 +21089,53,26 +21089,54,19 +21089,55,0 +21089,56,360 +21089,61,208 +21089,62,2657 +21089,71,90 +21089,72,653 +21089,81,225 +21089,92,390 +21091,11,0 +21091,22,0 +21091,23,0 +21091,31,2772 +21091,42,0 +21091,44,122 +21091,48,106 +21091,51,0 +21091,52,69 +21091,53,8 +21091,54,23 +21091,56,97 +21091,61,0 +21091,62,0 +21091,71,0 +21091,72,0 +21091,81,69 +21091,92,122 +21093,11,0 +21093,21,0 +21093,22,332 +21093,23,1320 +21093,31,7272 +21093,42,0 +21093,44,6296 +21093,48,1336 +21093,51,1017 +21093,52,1420 +21093,53,647 +21093,54,1592 +21093,55,756 +21093,56,2955 +21093,61,9357 +21093,62,6541 +21093,71,500 +21093,72,5387 +21093,81,1386 +21093,92,4930 +21095,11,0 +21095,21,0 +21095,22,156 +21095,23,83 +21095,31,62 +21095,42,150 +21095,44,836 +21095,48,83 +21095,51,37 +21095,52,123 +21095,53,23 +21095,54,241 +21095,56,124 +21095,61,0 +21095,62,0 +21095,71,0 +21095,72,0 +21095,81,114 +21095,92,326 +21097,11,0 +21097,21,0 +21097,22,0 +21097,23,181 +21097,31,1393 +21097,42,127 +21097,44,550 +21097,48,29 +21097,51,46 +21097,52,65 +21097,53,30 +21097,54,60 +21097,56,98 +21097,61,0 +21097,62,0 +21097,71,24 +21097,72,411 +21097,81,149 +21097,92,295 +21099,11,0 +21099,21,0 +21099,22,0 +21099,23,0 +21099,31,2434 +21099,42,0 +21099,44,426 +21099,48,167 +21099,51,0 +21099,52,84 +21099,53,12 +21099,54,40 +21099,56,22 +21099,61,0 +21099,62,0 +21099,71,60 +21099,72,332 +21099,81,88 +21099,92,167 +21101,11,350 +21101,21,50 +21101,22,0 +21101,23,856 +21101,31,5272 +21101,42,917 +21101,44,1865 +21101,48,67 +21101,51,202 +21101,52,372 +21101,53,121 +21101,54,348 +21101,55,64 +21101,56,1456 +21101,61,0 +21101,62,65 +21101,71,368 +21101,72,1624 +21101,81,712 +21101,92,752 +21103,11,0 +21103,21,0 +21103,22,0 +21103,23,89 +21103,31,452 +21103,42,149 +21103,44,270 +21103,48,329 +21103,51,14 +21103,52,90 +21103,53,11 +21103,54,0 +21103,55,0 +21103,56,81 +21103,61,0 +21103,62,0 +21103,71,0 +21103,72,0 +21103,81,79 +21103,92,211 +21105,11,203 +21105,23,0 +21105,31,0 +21105,42,0 +21105,44,61 +21105,48,15 +21105,51,0 +21105,52,0 +21105,53,0 +21105,54,0 +21105,56,0 +21105,61,0 +21105,62,217 +21105,71,0 +21105,72,0 +21105,81,23 +21105,92,33 +21107,11,0 +21107,21,0 +21107,22,278 +21107,23,827 +21107,31,2036 +21107,42,407 +21107,44,2187 +21107,48,1542 +21107,51,112 +21107,52,394 +21107,53,126 +21107,54,0 +21107,55,0 +21107,56,626 +21107,61,239 +21107,62,3719 +21107,71,38 +21107,72,1489 +21107,81,593 +21107,92,1121 +21109,11,0 +21109,21,0 +21109,22,0 +21109,23,0 +21109,31,90 +21109,42,0 +21109,44,162 +21109,48,32 +21109,51,67 +21109,52,53 +21109,53,9 +21109,54,15 +21109,56,10 +21109,61,0 +21109,62,0 +21109,72,46 +21109,81,38 +21109,92,9 +21111,11,342 +21111,21,375 +21111,22,2470 +21111,23,21700 +21111,31,54168 +21111,42,26737 +21111,44,44344 +21111,48,44256 +21111,51,9223 +21111,52,32218 +21111,53,6886 +21111,54,30393 +21111,55,8010 +21111,56,37559 +21111,61,56698 +21111,62,89918 +21111,71,8745 +21111,72,46118 +21111,81,12725 +21111,92,13371 +21113,11,0 +21113,21,0 +21113,22,0 +21113,23,1362 +21113,31,2471 +21113,42,1353 +21113,44,2870 +21113,48,64 +21113,51,200 +21113,52,263 +21113,53,156 +21113,54,0 +21113,55,0 +21113,56,690 +21113,61,8382 +21113,62,1553 +21113,71,355 +21113,72,1863 +21113,81,638 +21113,92,606 +21115,11,0 +21115,21,0 +21115,22,73 +21115,23,161 +21115,31,36 +21115,42,0 +21115,44,1268 +21115,48,117 +21115,51,135 +21115,52,173 +21115,53,44 +21115,54,184 +21115,56,118 +21115,61,0 +21115,62,0 +21115,71,0 +21115,72,0 +21115,81,141 +21115,92,252 +21117,11,0 +21117,21,0 +21117,22,302 +21117,23,3163 +21117,31,6400 +21117,42,2214 +21117,44,5592 +21117,48,3903 +21117,51,663 +21117,52,4457 +21117,53,940 +21117,54,3947 +21117,55,3071 +21117,56,3892 +21117,61,6384 +21117,62,16186 +21117,71,975 +21117,72,7944 +21117,81,1823 +21117,92,4921 +21119,11,0 +21119,21,0 +21119,22,0 +21119,23,0 +21119,31,0 +21119,42,0 +21119,44,234 +21119,48,38 +21119,51,127 +21119,52,0 +21119,53,0 +21119,54,54 +21119,56,21 +21119,61,0 +21119,62,0 +21119,71,0 +21119,72,0 +21119,81,41 +21119,92,67 +21121,21,95 +21121,22,0 +21121,23,77 +21121,31,1234 +21121,42,0 +21121,44,1275 +21121,48,210 +21121,51,69 +21121,52,198 +21121,53,46 +21121,54,596 +21121,55,130 +21121,56,90 +21121,61,0 +21121,62,0 +21121,71,0 +21121,72,0 +21121,81,90 +21121,92,368 +21123,11,105 +21123,22,0 +21123,23,171 +21123,31,495 +21123,42,0 +21123,44,213 +21123,48,79 +21123,51,0 +21123,52,139 +21123,53,4 +21123,54,44 +21123,56,89 +21123,61,0 +21123,62,445 +21123,71,24 +21123,72,204 +21123,81,87 +21123,92,139 +21125,11,85 +21125,21,352 +21125,22,139 +21125,23,741 +21125,31,3765 +21125,42,861 +21125,44,3850 +21125,48,2382 +21125,51,456 +21125,52,547 +21125,53,318 +21125,54,720 +21125,55,5 +21125,56,4617 +21125,61,1054 +21125,62,4328 +21125,71,209 +21125,72,2636 +21125,81,401 +21125,92,990 +21127,21,113 +21127,22,0 +21127,23,137 +21127,31,25 +21127,42,0 +21127,44,592 +21127,48,103 +21127,51,0 +21127,52,59 +21127,53,26 +21127,54,81 +21127,56,37 +21127,61,0 +21127,62,1487 +21127,71,0 +21127,72,0 +21127,81,0 +21127,92,189 +21129,21,170 +21129,22,0 +21129,23,0 +21129,31,0 +21129,42,0 +21129,44,190 +21129,48,82 +21129,51,0 +21129,52,25 +21129,53,11 +21129,54,28 +21129,55,0 +21129,56,0 +21129,61,0 +21129,62,431 +21129,71,0 +21129,72,0 +21129,81,27 +21129,92,211 +21131,11,0 +21131,21,0 +21131,22,0 +21131,23,0 +21131,31,0 +21131,42,0 +21131,44,186 +21131,48,13 +21131,51,0 +21131,52,0 +21131,53,0 +21131,54,27 +21131,55,0 +21131,56,0 +21131,61,0 +21131,62,0 +21131,72,65 +21131,81,0 +21131,92,180 +21133,11,0 +21133,21,0 +21133,22,0 +21133,23,63 +21133,31,118 +21133,42,0 +21133,44,686 +21133,48,197 +21133,51,18 +21133,52,92 +21133,53,31 +21133,54,0 +21133,55,0 +21133,56,107 +21133,61,0 +21133,62,0 +21133,71,0 +21133,72,0 +21133,81,78 +21133,92,295 +21135,22,0 +21135,23,129 +21135,31,272 +21135,42,108 +21135,44,182 +21135,48,57 +21135,51,13 +21135,52,0 +21135,53,0 +21135,54,0 +21135,55,0 +21135,56,28 +21135,61,0 +21135,62,460 +21135,72,81 +21135,81,19 +21135,92,112 +21137,11,0 +21137,22,0 +21137,23,0 +21137,31,422 +21137,42,109 +21137,44,507 +21137,48,95 +21137,51,21 +21137,52,113 +21137,53,59 +21137,54,360 +21137,55,0 +21137,56,0 +21137,61,0 +21137,62,792 +21137,71,22 +21137,72,376 +21137,81,98 +21137,92,226 +21139,11,0 +21139,21,0 +21139,22,35 +21139,23,365 +21139,31,87 +21139,42,135 +21139,44,203 +21139,48,234 +21139,51,0 +21139,52,18 +21139,53,0 +21139,54,58 +21139,55,0 +21139,56,26 +21139,61,0 +21139,62,441 +21139,71,121 +21139,72,150 +21139,81,41 +21139,92,132 +21141,11,0 +21141,21,0 +21141,22,35 +21141,23,423 +21141,31,3443 +21141,42,301 +21141,44,868 +21141,48,259 +21141,51,65 +21141,52,194 +21141,53,36 +21141,54,185 +21141,56,280 +21141,61,467 +21141,62,915 +21141,71,0 +21141,72,0 +21141,81,354 +21141,92,325 +21143,11,0 +21143,22,0 +21143,23,109 +21143,31,0 +21143,42,0 +21143,44,232 +21143,48,87 +21143,51,0 +21143,52,23 +21143,53,11 +21143,54,124 +21143,56,183 +21143,61,0 +21143,62,0 +21143,71,150 +21143,72,389 +21143,81,35 +21143,92,697 +21145,11,0 +21145,21,0 +21145,22,913 +21145,23,2081 +21145,31,1843 +21145,42,0 +21145,44,6021 +21145,48,3630 +21145,51,888 +21145,52,1194 +21145,53,427 +21145,54,2072 +21145,55,288 +21145,56,2434 +21145,61,6851 +21145,62,10410 +21145,71,488 +21145,72,5060 +21145,81,937 +21145,92,881 +21147,11,0 +21147,21,0 +21147,22,0 +21147,23,0 +21147,31,291 +21147,42,0 +21147,44,319 +21147,48,18 +21147,51,20 +21147,52,104 +21147,53,16 +21147,54,31 +21147,56,16 +21147,61,0 +21147,62,417 +21147,71,7 +21147,72,257 +21147,81,45 +21147,92,520 +21149,11,0 +21149,21,0 +21149,22,14 +21149,23,82 +21149,31,147 +21149,42,173 +21149,44,204 +21149,48,65 +21149,51,0 +21149,52,0 +21149,53,0 +21149,54,6 +21149,55,0 +21149,56,34 +21149,61,0 +21149,62,209 +21149,72,100 +21149,81,0 +21149,92,132 +21151,11,0 +21151,21,0 +21151,22,345 +21151,23,1864 +21151,31,4964 +21151,42,526 +21151,44,4529 +21151,48,351 +21151,51,463 +21151,52,539 +21151,53,332 +21151,54,2460 +21151,55,56 +21151,56,2024 +21151,61,10858 +21151,62,5134 +21151,71,245 +21151,72,4696 +21151,81,735 +21151,92,2218 +21153,11,0 +21153,21,0 +21153,22,0 +21153,23,0 +21153,31,0 +21153,42,113 +21153,44,208 +21153,48,78 +21153,51,0 +21153,52,0 +21153,53,0 +21153,54,106 +21153,55,0 +21153,56,0 +21153,61,0 +21153,62,384 +21153,71,0 +21153,72,251 +21153,81,0 +21153,92,96 +21155,11,0 +21155,22,0 +21155,23,0 +21155,31,4262 +21155,42,286 +21155,44,672 +21155,48,140 +21155,51,0 +21155,52,146 +21155,53,0 +21155,54,0 +21155,55,0 +21155,56,417 +21155,61,0 +21155,62,0 +21155,71,24 +21155,72,509 +21155,81,184 +21155,92,10 +21157,11,22 +21157,21,0 +21157,22,24 +21157,23,1739 +21157,31,2430 +21157,42,0 +21157,44,1306 +21157,48,449 +21157,51,99 +21157,52,427 +21157,53,65 +21157,54,189 +21157,55,35 +21157,56,387 +21157,61,0 +21157,62,0 +21157,71,348 +21157,72,1327 +21157,81,307 +21157,92,449 +21159,11,0 +21159,21,0 +21159,22,0 +21159,23,0 +21159,31,0 +21159,42,0 +21159,44,400 +21159,48,9 +21159,51,0 +21159,52,0 +21159,53,0 +21159,54,0 +21159,55,0 +21159,56,119 +21159,61,0 +21159,62,350 +21159,72,171 +21159,81,0 +21159,92,497 +21161,11,19 +21161,22,80 +21161,23,460 +21161,31,1546 +21161,42,0 +21161,44,1150 +21161,48,342 +21161,51,135 +21161,52,176 +21161,53,75 +21161,54,0 +21161,55,0 +21161,56,442 +21161,61,119 +21161,62,1715 +21161,71,136 +21161,72,1027 +21161,81,190 +21161,92,396 +21163,11,54 +21163,21,352 +21163,22,0 +21163,23,449 +21163,31,340 +21163,42,0 +21163,44,652 +21163,48,70 +21163,51,112 +21163,52,140 +21163,53,99 +21163,54,143 +21163,55,0 +21163,56,0 +21163,61,0 +21163,62,445 +21163,71,0 +21163,72,0 +21163,81,203 +21163,92,277 +21165,11,0 +21165,21,0 +21165,22,0 +21165,23,0 +21165,31,130 +21165,42,0 +21165,44,93 +21165,48,14 +21165,51,0 +21165,52,0 +21165,53,7 +21165,54,0 +21165,56,0 +21165,61,0 +21165,62,0 +21165,72,0 +21165,81,23 +21165,92,129 +21167,11,0 +21167,21,0 +21167,22,0 +21167,23,268 +21167,31,2077 +21167,42,0 +21167,44,636 +21167,48,263 +21167,51,0 +21167,52,128 +21167,53,8 +21167,54,0 +21167,55,0 +21167,56,136 +21167,61,0 +21167,62,0 +21167,71,254 +21167,72,563 +21167,81,112 +21167,92,241 +21169,11,0 +21169,22,0 +21169,23,0 +21169,31,626 +21169,42,0 +21169,44,144 +21169,48,75 +21169,51,23 +21169,52,47 +21169,53,9 +21169,54,20 +21169,55,0 +21169,56,0 +21169,61,0 +21169,62,276 +21169,71,0 +21169,72,0 +21169,81,70 +21169,92,96 +21171,11,127 +21171,22,0 +21171,23,191 +21171,31,681 +21171,42,103 +21171,44,412 +21171,48,21 +21171,51,21 +21171,52,120 +21171,53,11 +21171,54,29 +21171,56,166 +21171,61,0 +21171,62,0 +21171,71,0 +21171,72,0 +21171,81,62 +21171,92,159 +21173,11,0 +21173,21,0 +21173,22,136 +21173,23,493 +21173,31,3433 +21173,42,219 +21173,44,1553 +21173,48,47 +21173,51,128 +21173,52,289 +21173,53,79 +21173,54,0 +21173,55,0 +21173,56,412 +21173,61,0 +21173,62,0 +21173,71,28 +21173,72,1023 +21173,81,224 +21173,92,369 +21175,11,0 +21175,21,0 +21175,22,43 +21175,23,0 +21175,31,437 +21175,42,0 +21175,44,302 +21175,48,95 +21175,51,115 +21175,52,0 +21175,53,0 +21175,54,68 +21175,56,54 +21175,61,0 +21175,62,397 +21175,71,0 +21175,72,0 +21175,81,103 +21175,92,577 +21177,11,516 +21177,21,865 +21177,22,609 +21177,23,652 +21177,31,815 +21177,42,0 +21177,44,1135 +21177,48,308 +21177,51,71 +21177,52,168 +21177,53,28 +21177,54,2 +21177,55,0 +21177,56,267 +21177,61,99 +21177,62,1590 +21177,71,26 +21177,72,773 +21177,81,166 +21177,92,787 +21179,11,0 +21179,21,0 +21179,22,87 +21179,23,1569 +21179,31,4934 +21179,42,628 +21179,44,1862 +21179,48,639 +21179,51,131 +21179,52,378 +21179,53,85 +21179,54,315 +21179,55,41 +21179,56,746 +21179,61,338 +21179,62,2200 +21179,71,90 +21179,72,1606 +21179,81,355 +21179,92,511 +21181,11,34 +21181,22,0 +21181,23,16 +21181,31,86 +21181,42,0 +21181,44,94 +21181,48,16 +21181,51,0 +21181,52,24 +21181,53,0 +21181,54,8 +21181,56,28 +21181,61,0 +21181,62,207 +21181,71,0 +21181,72,0 +21181,81,40 +21181,92,107 +21183,11,0 +21183,21,0 +21183,22,4 +21183,23,200 +21183,31,2707 +21183,42,99 +21183,44,793 +21183,48,42 +21183,51,23 +21183,52,103 +21183,53,30 +21183,54,0 +21183,55,0 +21183,56,373 +21183,61,139 +21183,62,984 +21183,71,0 +21183,72,0 +21183,81,102 +21183,92,252 +21185,11,0 +21185,21,0 +21185,22,0 +21185,23,1226 +21185,31,1104 +21185,42,539 +21185,44,1564 +21185,48,77 +21185,51,249 +21185,52,1871 +21185,53,219 +21185,54,885 +21185,55,49 +21185,56,916 +21185,61,1183 +21185,62,3096 +21185,71,450 +21185,72,1527 +21185,81,424 +21185,92,1415 +21187,11,0 +21187,22,0 +21187,23,27 +21187,31,0 +21187,42,151 +21187,44,166 +21187,48,18 +21187,51,0 +21187,52,0 +21187,53,0 +21187,54,11 +21187,55,0 +21187,56,0 +21187,61,0 +21187,62,160 +21187,71,72 +21187,72,127 +21187,81,0 +21187,92,120 +21189,23,0 +21189,31,0 +21189,44,0 +21189,48,10 +21189,51,0 +21189,52,0 +21189,53,0 +21189,54,0 +21189,56,0 +21189,61,0 +21189,62,262 +21189,71,0 +21189,72,0 +21189,81,13 +21189,92,78 +21191,21,0 +21191,22,0 +21191,23,0 +21191,31,333 +21191,42,0 +21191,44,189 +21191,48,73 +21191,51,16 +21191,52,0 +21191,53,0 +21191,54,124 +21191,55,0 +21191,56,0 +21191,61,0 +21191,62,333 +21191,71,68 +21191,72,142 +21191,81,36 +21191,92,174 +21193,11,0 +21193,21,0 +21193,22,0 +21193,23,190 +21193,31,43 +21193,42,0 +21193,44,1626 +21193,48,484 +21193,51,99 +21193,52,268 +21193,53,85 +21193,54,10 +21193,55,0 +21193,56,512 +21193,61,0 +21193,62,31 +21193,71,0 +21193,72,0 +21193,81,221 +21193,92,561 +21195,11,12 +21195,21,3648 +21195,22,502 +21195,23,571 +21195,31,644 +21195,42,609 +21195,44,3720 +21195,48,635 +21195,51,150 +21195,52,652 +21195,53,128 +21195,54,648 +21195,55,27 +21195,56,620 +21195,61,0 +21195,62,95 +21195,71,260 +21195,72,2040 +21195,81,432 +21195,92,1035 +21197,21,0 +21197,22,33 +21197,23,0 +21197,31,267 +21197,42,76 +21197,44,382 +21197,48,145 +21197,51,0 +21197,52,78 +21197,53,9 +21197,54,23 +21197,56,79 +21197,61,0 +21197,62,0 +21197,71,27 +21197,72,363 +21197,81,0 +21197,92,267 +21199,11,0 +21199,21,0 +21199,22,488 +21199,23,1123 +21199,31,3868 +21199,42,1320 +21199,44,3462 +21199,48,880 +21199,51,224 +21199,52,733 +21199,53,194 +21199,54,867 +21199,55,129 +21199,56,1670 +21199,61,208 +21199,62,7579 +21199,71,223 +21199,72,2487 +21199,81,555 +21199,92,1138 +21201,22,0 +21201,23,13 +21201,44,17 +21201,48,1 +21201,51,0 +21201,52,0 +21201,54,0 +21201,61,0 +21201,62,119 +21201,71,0 +21201,81,0 +21201,92,17 +21203,21,0 +21203,22,0 +21203,23,0 +21203,31,112 +21203,42,27 +21203,44,311 +21203,48,26 +21203,51,0 +21203,52,89 +21203,53,17 +21203,54,134 +21203,56,43 +21203,61,0 +21203,62,0 +21203,71,0 +21203,72,0 +21203,81,0 +21203,92,218 +21205,11,0 +21205,21,0 +21205,22,125 +21205,23,0 +21205,31,1150 +21205,42,0 +21205,44,1346 +21205,48,411 +21205,51,99 +21205,52,281 +21205,53,92 +21205,54,0 +21205,55,0 +21205,56,184 +21205,61,0 +21205,62,33 +21205,71,25 +21205,72,1362 +21205,81,160 +21205,92,599 +21207,11,30 +21207,22,0 +21207,23,0 +21207,31,1703 +21207,42,126 +21207,44,789 +21207,48,36 +21207,51,75 +21207,52,150 +21207,53,30 +21207,54,28 +21207,55,0 +21207,56,65 +21207,61,0 +21207,62,64 +21207,71,154 +21207,72,457 +21207,81,80 +21207,92,385 +21209,11,0 +21209,21,0 +21209,22,146 +21209,23,789 +21209,31,10935 +21209,42,891 +21209,44,1869 +21209,48,1509 +21209,51,84 +21209,52,281 +21209,53,185 +21209,54,547 +21209,55,25 +21209,56,2723 +21209,61,0 +21209,62,0 +21209,71,106 +21209,72,2498 +21209,81,389 +21209,92,704 +21211,11,389 +21211,22,399 +21211,23,596 +21211,31,3848 +21211,42,789 +21211,44,2297 +21211,48,355 +21211,51,117 +21211,52,465 +21211,53,149 +21211,54,489 +21211,56,1587 +21211,61,885 +21211,62,1624 +21211,71,167 +21211,72,1600 +21211,81,593 +21211,92,907 +21213,11,122 +21213,22,0 +21213,23,457 +21213,31,3229 +21213,42,0 +21213,44,1462 +21213,48,334 +21213,51,35 +21213,52,135 +21213,53,33 +21213,54,0 +21213,55,0 +21213,56,281 +21213,61,89 +21213,62,638 +21213,71,0 +21213,72,0 +21213,81,209 +21213,92,282 +21215,11,0 +21215,23,173 +21215,31,0 +21215,42,38 +21215,44,282 +21215,48,62 +21215,51,8 +21215,52,78 +21215,53,22 +21215,54,118 +21215,55,0 +21215,56,0 +21215,61,0 +21215,62,0 +21215,71,37 +21215,72,241 +21215,81,53 +21215,92,159 +21217,11,0 +21217,22,0 +21217,23,0 +21217,31,1286 +21217,42,344 +21217,44,1478 +21217,48,41 +21217,51,99 +21217,52,292 +21217,53,81 +21217,54,14 +21217,55,0 +21217,56,874 +21217,61,0 +21217,62,47 +21217,71,104 +21217,72,1063 +21217,81,158 +21217,92,145 +21219,11,0 +21219,21,0 +21219,22,0 +21219,23,88 +21219,31,292 +21219,42,308 +21219,44,326 +21219,48,25 +21219,51,0 +21219,52,84 +21219,53,6 +21219,54,53 +21219,55,0 +21219,56,0 +21219,61,0 +21219,62,0 +21219,71,0 +21219,72,0 +21219,81,27 +21219,92,220 +21221,11,0 +21221,21,0 +21221,22,0 +21221,23,121 +21221,31,466 +21221,42,22 +21221,44,420 +21221,48,26 +21221,51,0 +21221,52,80 +21221,53,20 +21221,54,134 +21221,56,126 +21221,61,0 +21221,62,0 +21221,71,0 +21221,72,0 +21221,81,41 +21221,92,213 +21223,11,0 +21223,21,0 +21223,22,0 +21223,23,53 +21223,31,0 +21223,42,0 +21223,44,80 +21223,48,41 +21223,51,0 +21223,52,74 +21223,53,19 +21223,54,0 +21223,56,38 +21223,61,0 +21223,62,121 +21223,71,0 +21223,72,0 +21223,81,82 +21223,92,83 +21225,11,0 +21225,21,0 +21225,22,0 +21225,23,101 +21225,31,755 +21225,42,224 +21225,44,521 +21225,48,32 +21225,51,0 +21225,52,115 +21225,53,18 +21225,54,165 +21225,56,79 +21225,61,0 +21225,62,0 +21225,71,32 +21225,72,312 +21225,81,0 +21225,92,231 +21227,11,271 +21227,21,163 +21227,22,61 +21227,23,3111 +21227,31,10855 +21227,42,2933 +21227,44,7877 +21227,48,193 +21227,51,591 +21227,52,1505 +21227,53,711 +21227,54,2368 +21227,55,2493 +21227,56,4072 +21227,61,3619 +21227,62,12731 +21227,71,1076 +21227,72,8105 +21227,81,1530 +21227,92,2108 +21229,11,159 +21229,22,0 +21229,23,298 +21229,31,1137 +21229,42,157 +21229,44,257 +21229,48,132 +21229,51,0 +21229,52,0 +21229,53,0 +21229,54,41 +21229,56,60 +21229,61,0 +21229,62,534 +21229,71,0 +21229,72,0 +21229,81,122 +21229,92,160 +21231,11,0 +21231,21,0 +21231,22,0 +21231,23,44 +21231,31,1201 +21231,42,222 +21231,44,659 +21231,48,26 +21231,51,112 +21231,52,185 +21231,53,0 +21231,54,0 +21231,56,0 +21231,61,0 +21231,62,878 +21231,71,114 +21231,72,463 +21231,81,51 +21231,92,266 +21233,11,0 +21233,21,0 +21233,22,0 +21233,23,642 +21233,31,236 +21233,42,0 +21233,44,288 +21233,48,173 +21233,51,7 +21233,52,86 +21233,53,15 +21233,54,27 +21233,56,46 +21233,61,0 +21233,62,457 +21233,71,0 +21233,72,0 +21233,81,35 +21233,92,226 +21235,11,0 +21235,21,0 +21235,22,0 +21235,23,299 +21235,31,1202 +21235,42,361 +21235,44,1457 +21235,48,85 +21235,51,171 +21235,52,262 +21235,53,62 +21235,54,5 +21235,55,0 +21235,56,394 +21235,61,0 +21235,62,80 +21235,71,58 +21235,72,1443 +21235,81,263 +21235,92,599 +21237,11,0 +21237,21,0 +21237,23,5 +21237,31,34 +21237,42,130 +21237,44,152 +21237,48,38 +21237,51,0 +21237,52,28 +21237,53,21 +21237,54,0 +21237,56,0 +21237,61,0 +21237,62,0 +21237,71,0 +21237,72,0 +21237,81,0 +21237,92,42 +21239,11,0 +21239,21,0 +21239,22,0 +21239,23,345 +21239,31,1708 +21239,42,685 +21239,44,786 +21239,48,44 +21239,51,66 +21239,52,189 +21239,53,37 +21239,54,481 +21239,56,199 +21239,61,0 +21239,62,0 +21239,71,135 +21239,72,952 +21239,81,233 +21239,92,359 +22001,11,202 +22001,21,302 +22001,22,105 +22001,23,1195 +22001,31,1340 +22001,42,618 +22001,44,2161 +22001,48,700 +22001,51,137 +22001,52,416 +22001,53,288 +22001,54,368 +22001,55,175 +22001,56,370 +22001,61,17 +22001,62,2853 +22001,71,217 +22001,72,1269 +22001,81,223 +22001,92,493 +22003,11,82 +22003,21,93 +22003,22,93 +22003,23,61 +22003,31,798 +22003,42,63 +22003,44,674 +22003,48,106 +22003,51,39 +22003,52,109 +22003,53,31 +22003,54,0 +22003,55,0 +22003,56,207 +22003,61,94 +22003,62,1030 +22003,71,7 +22003,72,395 +22003,81,119 +22003,92,1115 +22005,11,117 +22005,21,86 +22005,22,331 +22005,23,9712 +22005,31,7150 +22005,42,2237 +22005,44,6083 +22005,48,1804 +22005,51,458 +22005,52,751 +22005,53,963 +22005,54,1281 +22005,55,153 +22005,56,2243 +22005,61,539 +22005,62,4009 +22005,71,720 +22005,72,4669 +22005,81,1746 +22005,92,1232 +22007,11,0 +22007,21,0 +22007,22,0 +22007,23,638 +22007,31,517 +22007,42,0 +22007,44,517 +22007,48,253 +22007,51,0 +22007,52,117 +22007,53,15 +22007,54,80 +22007,55,0 +22007,56,0 +22007,61,0 +22007,62,0 +22007,71,0 +22007,72,0 +22007,81,0 +22007,92,239 +22009,11,0 +22009,21,0 +22009,22,63 +22009,23,823 +22009,31,313 +22009,42,241 +22009,44,1466 +22009,48,146 +22009,51,121 +22009,52,460 +22009,53,73 +22009,54,221 +22009,55,25 +22009,56,180 +22009,61,0 +22009,62,38 +22009,71,107 +22009,72,606 +22009,81,163 +22009,92,1114 +22011,11,401 +22011,21,30 +22011,22,0 +22011,23,325 +22011,31,941 +22011,42,0 +22011,44,1189 +22011,48,187 +22011,51,21 +22011,52,511 +22011,53,54 +22011,54,0 +22011,55,0 +22011,56,316 +22011,61,0 +22011,62,0 +22011,71,35 +22011,72,761 +22011,81,218 +22011,92,386 +22013,11,178 +22013,21,241 +22013,22,75 +22013,23,22 +22013,31,1284 +22013,42,43 +22013,44,268 +22013,48,286 +22013,51,4 +22013,52,128 +22013,53,74 +22013,54,0 +22013,55,0 +22013,56,77 +22013,61,0 +22013,62,0 +22013,71,0 +22013,72,0 +22013,81,81 +22013,92,204 +22015,11,177 +22015,21,1408 +22015,22,262 +22015,23,1927 +22015,31,2201 +22015,42,2117 +22015,44,6845 +22015,48,1113 +22015,51,448 +22015,52,1015 +22015,53,726 +22015,54,1961 +22015,55,265 +22015,56,2217 +22015,61,479 +22015,62,5227 +22015,71,1910 +22015,72,8054 +22015,81,1247 +22015,92,2944 +22017,11,249 +22017,21,1920 +22017,22,837 +22017,23,5013 +22017,31,6556 +22017,42,5026 +22017,44,12682 +22017,48,4677 +22017,51,1572 +22017,52,2727 +22017,53,2188 +22017,54,4521 +22017,55,879 +22017,56,9100 +22017,61,5907 +22017,62,32482 +22017,71,2194 +22017,72,11277 +22017,81,2792 +22017,92,4212 +22019,11,137 +22019,21,287 +22019,22,978 +22019,23,17185 +22019,31,10520 +22019,42,2787 +22019,44,11401 +22019,48,3600 +22019,51,1023 +22019,52,1982 +22019,53,1311 +22019,54,4063 +22019,55,401 +22019,56,5819 +22019,61,1122 +22019,62,15667 +22019,71,1614 +22019,72,13768 +22019,81,2022 +22019,92,4727 +22021,11,73 +22021,21,5 +22021,22,53 +22021,23,52 +22021,31,61 +22021,42,24 +22021,44,237 +22021,48,94 +22021,51,0 +22021,52,0 +22021,53,0 +22021,54,95 +22021,55,0 +22021,56,0 +22021,61,0 +22021,62,725 +22021,71,0 +22021,72,0 +22021,81,0 +22021,92,212 +22023,11,59 +22023,21,14 +22023,22,0 +22023,23,7205 +22023,31,429 +22023,42,0 +22023,44,145 +22023,48,235 +22023,51,0 +22023,52,0 +22023,53,11 +22023,54,371 +22023,55,0 +22023,56,0 +22023,61,0 +22023,62,83 +22023,71,0 +22023,72,0 +22023,81,26 +22023,92,251 +22025,11,87 +22025,21,37 +22025,22,0 +22025,23,0 +22025,31,0 +22025,42,81 +22025,44,314 +22025,48,18 +22025,51,0 +22025,52,0 +22025,53,0 +22025,54,97 +22025,55,0 +22025,56,0 +22025,61,0 +22025,62,0 +22025,72,123 +22025,81,0 +22025,92,234 +22027,11,52 +22027,21,383 +22027,22,98 +22027,23,62 +22027,31,157 +22027,42,57 +22027,44,318 +22027,48,133 +22027,51,0 +22027,52,0 +22027,53,0 +22027,54,37 +22027,55,0 +22027,56,0 +22027,61,0 +22027,62,0 +22027,71,0 +22027,72,132 +22027,81,0 +22027,92,169 +22029,11,153 +22029,21,110 +22029,22,143 +22029,23,140 +22029,31,136 +22029,42,276 +22029,44,852 +22029,48,373 +22029,51,46 +22029,52,144 +22029,53,52 +22029,54,33 +22029,55,0 +22029,56,182 +22029,61,0 +22029,62,0 +22029,71,37 +22029,72,397 +22029,81,116 +22029,92,529 +22031,11,148 +22031,21,1009 +22031,22,267 +22031,23,356 +22031,31,917 +22031,42,44 +22031,44,878 +22031,48,331 +22031,51,19 +22031,52,149 +22031,53,15 +22031,54,91 +22031,55,9 +22031,56,180 +22031,61,0 +22031,62,0 +22031,71,42 +22031,72,366 +22031,81,83 +22031,92,510 +22033,11,68 +22033,21,500 +22033,22,1294 +22033,23,31846 +22033,31,12277 +22033,42,9810 +22033,44,26579 +22033,48,8712 +22033,51,5129 +22033,52,9142 +22033,53,3836 +22033,54,18999 +22033,55,5484 +22033,56,18155 +22033,61,63960 +22033,62,47746 +22033,71,5680 +22033,72,23549 +22033,81,7873 +22033,92,18723 +22035,11,0 +22035,21,0 +22035,22,0 +22035,23,3 +22035,31,76 +22035,42,149 +22035,44,189 +22035,48,14 +22035,51,0 +22035,52,30 +22035,53,4 +22035,54,27 +22035,55,0 +22035,56,12 +22035,61,0 +22035,62,0 +22035,71,3 +22035,72,63 +22035,81,0 +22035,92,152 +22037,11,57 +22037,21,42 +22037,22,26 +22037,23,178 +22037,31,420 +22037,42,54 +22037,44,395 +22037,48,124 +22037,51,0 +22037,52,104 +22037,53,6 +22037,54,63 +22037,55,0 +22037,56,0 +22037,61,356 +22037,62,780 +22037,71,0 +22037,72,0 +22037,81,0 +22037,92,913 +22039,11,139 +22039,21,21 +22039,22,225 +22039,23,275 +22039,31,736 +22039,42,186 +22039,44,1059 +22039,48,324 +22039,51,66 +22039,52,265 +22039,53,79 +22039,54,102 +22039,55,24 +22039,56,240 +22039,61,0 +22039,62,0 +22039,71,38 +22039,72,245 +22039,81,78 +22039,92,448 +22041,11,159 +22041,21,14 +22041,22,109 +22041,23,106 +22041,31,250 +22041,42,121 +22041,44,910 +22041,48,160 +22041,51,0 +22041,52,168 +22041,53,36 +22041,54,125 +22041,55,58 +22041,56,41 +22041,61,0 +22041,62,0 +22041,71,31 +22041,72,393 +22041,81,0 +22041,92,305 +22043,11,0 +22043,21,0 +22043,22,0 +22043,23,104 +22043,31,374 +22043,42,0 +22043,44,242 +22043,48,74 +22043,51,8 +22043,52,0 +22043,53,0 +22043,54,34 +22043,56,23 +22043,61,0 +22043,62,323 +22043,71,0 +22043,72,0 +22043,81,20 +22043,92,912 +22045,11,492 +22045,21,2857 +22045,22,175 +22045,23,1562 +22045,31,3541 +22045,42,1045 +22045,44,3249 +22045,48,1075 +22045,51,133 +22045,52,753 +22045,53,1248 +22045,54,599 +22045,55,111 +22045,56,973 +22045,61,92 +22045,62,4102 +22045,71,214 +22045,72,1794 +22045,81,706 +22045,92,865 +22047,11,286 +22047,21,53 +22047,22,34 +22047,23,2391 +22047,31,4638 +22047,42,0 +22047,44,1046 +22047,48,1193 +22047,51,52 +22047,52,216 +22047,53,217 +22047,54,237 +22047,55,24 +22047,56,773 +22047,61,38 +22047,62,2 +22047,71,109 +22047,72,620 +22047,81,84 +22047,92,1832 +22049,11,0 +22049,21,0 +22049,22,47 +22049,23,0 +22049,31,0 +22049,42,11 +22049,44,424 +22049,48,133 +22049,51,0 +22049,52,0 +22049,53,0 +22049,54,53 +22049,55,0 +22049,56,24 +22049,61,0 +22049,62,558 +22049,71,13 +22049,72,210 +22049,81,0 +22049,92,398 +22051,11,50 +22051,21,642 +22051,22,645 +22051,23,13734 +22051,31,9027 +22051,42,10666 +22051,44,26524 +22051,48,9654 +22051,51,2127 +22051,52,8881 +22051,53,3765 +22051,54,10503 +22051,55,3031 +22051,56,15245 +22051,61,5068 +22051,62,36770 +22051,71,5425 +22051,72,21217 +22051,81,6173 +22051,92,6579 +22053,11,132 +22053,21,172 +22053,22,191 +22053,23,472 +22053,31,464 +22053,42,231 +22053,44,1257 +22053,48,171 +22053,51,43 +22053,52,269 +22053,53,211 +22053,54,178 +22053,55,169 +22053,56,214 +22053,61,0 +22053,62,2011 +22053,71,81 +22053,72,706 +22053,81,137 +22053,92,675 +22055,11,106 +22055,21,9445 +22055,22,211 +22055,23,5464 +22055,31,8853 +22055,42,6346 +22055,44,17202 +22055,48,4031 +22055,51,2427 +22055,52,3764 +22055,53,3188 +22055,54,9061 +22055,55,2646 +22055,56,6777 +22055,61,8955 +22055,62,28057 +22055,71,2164 +22055,72,13991 +22055,81,3286 +22055,92,3944 +22057,11,194 +22057,21,1613 +22057,22,258 +22057,23,2104 +22057,31,2692 +22057,42,904 +22057,44,3760 +22057,48,6483 +22057,51,200 +22057,52,669 +22057,53,284 +22057,54,665 +22057,55,314 +22057,56,1725 +22057,61,407 +22057,62,3850 +22057,71,616 +22057,72,2727 +22057,81,640 +22057,92,1414 +22059,11,216 +22059,21,255 +22059,22,21 +22059,23,162 +22059,31,395 +22059,42,0 +22059,44,547 +22059,48,152 +22059,51,45 +22059,52,138 +22059,53,11 +22059,54,0 +22059,55,0 +22059,56,458 +22059,61,0 +22059,62,0 +22059,71,27 +22059,72,264 +22059,81,58 +22059,92,283 +22061,11,136 +22061,21,207 +22061,22,133 +22061,23,813 +22061,31,1215 +22061,42,494 +22061,44,2563 +22061,48,347 +22061,51,241 +22061,52,539 +22061,53,551 +22061,54,780 +22061,55,325 +22061,56,664 +22061,61,5834 +22061,62,3907 +22061,71,300 +22061,72,2629 +22061,81,368 +22061,92,545 +22063,11,131 +22063,21,87 +22063,22,101 +22063,23,3152 +22063,31,2503 +22063,42,659 +22063,44,5013 +22063,48,752 +22063,51,0 +22063,52,746 +22063,53,1676 +22063,54,839 +22063,55,78 +22063,56,1272 +22063,61,334 +22063,62,2959 +22063,71,345 +22063,72,3782 +22063,81,719 +22063,92,1089 +22065,11,0 +22065,21,0 +22065,22,0 +22065,23,16 +22065,31,208 +22065,42,108 +22065,44,382 +22065,48,19 +22065,51,0 +22065,52,62 +22065,53,16 +22065,54,32 +22065,55,0 +22065,56,24 +22065,61,0 +22065,62,40 +22065,71,53 +22065,72,242 +22065,81,0 +22065,92,273 +22067,11,0 +22067,21,0 +22067,22,101 +22067,23,392 +22067,31,581 +22067,42,327 +22067,44,834 +22067,48,114 +22067,51,39 +22067,52,198 +22067,53,48 +22067,54,99 +22067,55,24 +22067,56,79 +22067,61,0 +22067,62,0 +22067,71,25 +22067,72,417 +22067,81,122 +22067,92,373 +22069,11,172 +22069,21,67 +22069,22,145 +22069,23,436 +22069,31,1977 +22069,42,177 +22069,44,1633 +22069,48,361 +22069,51,120 +22069,52,439 +22069,53,116 +22069,54,0 +22069,55,0 +22069,56,683 +22069,61,2794 +22069,62,1835 +22069,71,81 +22069,72,1529 +22069,81,157 +22069,92,786 +22071,11,286 +22071,21,1607 +22071,22,431 +22071,23,4568 +22071,31,4513 +22071,42,3826 +22071,44,14689 +22071,48,9120 +22071,51,5729 +22071,52,5264 +22071,53,2995 +22071,54,16312 +22071,55,3279 +22071,56,13835 +22071,61,57979 +22071,62,32265 +22071,71,7339 +22071,72,42909 +22071,81,6191 +22071,92,13578 +22073,11,177 +22073,21,109 +22073,22,691 +22073,23,3394 +22073,31,5072 +22073,42,2317 +22073,44,8948 +22073,48,1782 +22073,51,2093 +22073,52,2881 +22073,53,1043 +22073,54,2719 +22073,55,1267 +22073,56,4827 +22073,61,905 +22073,62,17169 +22073,71,1188 +22073,72,7542 +22073,81,1878 +22073,92,3010 +22075,11,81 +22075,21,987 +22075,22,142 +22075,23,602 +22075,31,1695 +22075,42,889 +22075,44,549 +22075,48,2162 +22075,51,0 +22075,52,85 +22075,53,437 +22075,54,90 +22075,55,0 +22075,56,603 +22075,61,634 +22075,62,471 +22075,71,100 +22075,72,587 +22075,81,0 +22075,92,517 +22077,11,189 +22077,21,118 +22077,22,464 +22077,23,190 +22077,31,444 +22077,42,400 +22077,44,890 +22077,48,163 +22077,51,22 +22077,52,215 +22077,53,36 +22077,54,146 +22077,55,10 +22077,56,110 +22077,61,0 +22077,62,0 +22077,71,24 +22077,72,412 +22077,81,105 +22077,92,306 +22079,11,810 +22079,21,28 +22079,22,453 +22079,23,3418 +22079,31,4113 +22079,42,1716 +22079,44,7191 +22079,48,1548 +22079,51,453 +22079,52,1479 +22079,53,671 +22079,54,1897 +22079,55,669 +22079,56,2963 +22079,61,3330 +22079,62,17809 +22079,71,262 +22079,72,5190 +22079,81,1316 +22079,92,3608 +22081,11,32 +22081,21,53 +22081,22,0 +22081,23,105 +22081,31,334 +22081,42,0 +22081,44,215 +22081,48,100 +22081,51,11 +22081,52,95 +22081,53,9 +22081,54,61 +22081,55,0 +22081,56,0 +22081,61,0 +22081,62,16 +22081,71,0 +22081,72,0 +22081,81,72 +22081,92,188 +22083,11,299 +22083,21,45 +22083,22,43 +22083,23,318 +22083,31,629 +22083,42,324 +22083,44,770 +22083,48,172 +22083,51,0 +22083,52,188 +22083,53,54 +22083,54,111 +22083,55,0 +22083,56,7 +22083,61,0 +22083,62,0 +22083,71,21 +22083,72,379 +22083,81,0 +22083,92,346 +22085,11,286 +22085,21,68 +22085,22,68 +22085,23,289 +22085,31,905 +22085,42,91 +22085,44,773 +22085,48,203 +22085,51,35 +22085,52,231 +22085,53,24 +22085,54,166 +22085,55,0 +22085,56,0 +22085,61,0 +22085,62,0 +22085,71,0 +22085,72,0 +22085,81,116 +22085,92,316 +22087,11,0 +22087,21,0 +22087,22,0 +22087,23,710 +22087,31,1695 +22087,42,0 +22087,44,1538 +22087,48,783 +22087,51,126 +22087,52,173 +22087,53,59 +22087,54,0 +22087,55,0 +22087,56,316 +22087,61,79 +22087,62,1203 +22087,71,169 +22087,72,1027 +22087,81,165 +22087,92,738 +22089,11,0 +22089,21,0 +22089,22,1495 +22089,23,2762 +22089,31,4720 +22089,42,2100 +22089,44,1911 +22089,48,2468 +22089,51,59 +22089,52,258 +22089,53,308 +22089,54,1154 +22089,55,42 +22089,56,1199 +22089,61,135 +22089,62,1599 +22089,71,329 +22089,72,1110 +22089,81,347 +22089,92,868 +22091,11,0 +22091,21,0 +22091,22,0 +22091,23,63 +22091,31,300 +22091,42,0 +22091,44,178 +22091,48,54 +22091,51,0 +22091,52,0 +22091,53,0 +22091,54,27 +22091,55,0 +22091,56,0 +22091,61,0 +22091,62,0 +22091,71,0 +22091,72,0 +22091,81,0 +22091,92,126 +22093,11,0 +22093,21,0 +22093,22,0 +22093,23,253 +22093,31,2953 +22093,42,0 +22093,44,627 +22093,48,845 +22093,51,0 +22093,52,135 +22093,53,161 +22093,54,138 +22093,55,147 +22093,56,286 +22093,61,0 +22093,62,0 +22093,71,166 +22093,72,390 +22093,81,0 +22093,92,397 +22095,11,0 +22095,21,0 +22095,22,0 +22095,23,1557 +22095,31,2690 +22095,42,0 +22095,44,1668 +22095,48,967 +22095,51,129 +22095,52,314 +22095,53,119 +22095,54,280 +22095,55,163 +22095,56,1136 +22095,61,267 +22095,62,1426 +22095,71,197 +22095,72,1167 +22095,81,254 +22095,92,821 +22097,11,124 +22097,21,297 +22097,22,276 +22097,23,1408 +22097,31,1440 +22097,42,911 +22097,44,3964 +22097,48,1546 +22097,51,130 +22097,52,687 +22097,53,210 +22097,54,574 +22097,55,69 +22097,56,475 +22097,61,389 +22097,62,5394 +22097,71,281 +22097,72,2109 +22097,81,592 +22097,92,1147 +22099,11,96 +22099,21,384 +22099,22,93 +22099,23,634 +22099,31,2183 +22099,42,803 +22099,44,1878 +22099,48,274 +22099,51,24 +22099,52,227 +22099,53,308 +22099,54,426 +22099,55,0 +22099,56,13 +22099,61,143 +22099,62,1673 +22099,71,221 +22099,72,1079 +22099,81,184 +22099,92,533 +22101,11,144 +22101,21,1680 +22101,22,332 +22101,23,1032 +22101,31,3469 +22101,42,590 +22101,44,2050 +22101,48,1392 +22101,51,179 +22101,52,468 +22101,53,722 +22101,54,458 +22101,55,116 +22101,56,1790 +22101,61,206 +22101,62,1608 +22101,71,492 +22101,72,1481 +22101,81,475 +22101,92,972 +22103,11,207 +22103,21,1437 +22103,22,568 +22103,23,6055 +22103,31,3199 +22103,42,4502 +22103,44,13279 +22103,48,3311 +22103,51,1088 +22103,52,3077 +22103,53,984 +22103,54,5356 +22103,55,1588 +22103,56,4212 +22103,61,3348 +22103,62,15763 +22103,71,2144 +22103,72,11880 +22103,81,2566 +22103,92,3354 +22105,11,214 +22105,21,85 +22105,22,547 +22105,23,1712 +22105,31,2497 +22105,42,2161 +22105,44,6858 +22105,48,2068 +22105,51,491 +22105,52,1117 +22105,53,437 +22105,54,1151 +22105,55,324 +22105,56,1574 +22105,61,937 +22105,62,7290 +22105,71,532 +22105,72,5413 +22105,81,965 +22105,92,1540 +22107,11,203 +22107,22,0 +22107,23,12 +22107,31,25 +22107,42,0 +22107,44,74 +22107,48,11 +22107,51,0 +22107,52,0 +22107,53,0 +22107,54,0 +22107,55,0 +22107,56,0 +22107,61,0 +22107,62,0 +22107,71,0 +22107,72,19 +22107,81,0 +22107,92,137 +22109,11,150 +22109,21,4756 +22109,22,206 +22109,23,3062 +22109,31,4547 +22109,42,2030 +22109,44,6518 +22109,48,3191 +22109,51,262 +22109,52,1093 +22109,53,1358 +22109,54,2364 +22109,55,404 +22109,56,2658 +22109,61,1122 +22109,62,8809 +22109,71,555 +22109,72,4872 +22109,81,1325 +22109,92,1377 +22111,11,158 +22111,21,0 +22111,22,72 +22111,23,257 +22111,31,0 +22111,42,85 +22111,44,572 +22111,48,165 +22111,51,44 +22111,52,110 +22111,53,7 +22111,54,0 +22111,55,0 +22111,56,234 +22111,61,529 +22111,62,776 +22111,71,21 +22111,72,288 +22111,81,54 +22111,92,303 +22113,11,417 +22113,21,840 +22113,22,84 +22113,23,801 +22113,31,646 +22113,42,558 +22113,44,1869 +22113,48,394 +22113,51,138 +22113,52,441 +22113,53,167 +22113,54,462 +22113,55,19 +22113,56,275 +22113,61,0 +22113,62,0 +22113,71,124 +22113,72,1066 +22113,81,288 +22113,92,578 +22115,11,157 +22115,21,3 +22115,22,122 +22115,23,466 +22115,31,260 +22115,42,128 +22115,44,1718 +22115,48,312 +22115,51,119 +22115,52,196 +22115,53,247 +22115,54,2014 +22115,55,0 +22115,56,0 +22115,61,720 +22115,62,2329 +22115,71,175 +22115,72,15 +22115,81,213 +22115,92,1271 +22117,11,128 +22117,21,33 +22117,22,230 +22117,23,746 +22117,31,1118 +22117,42,163 +22117,44,1435 +22117,48,163 +22117,51,64 +22117,52,289 +22117,53,38 +22117,54,121 +22117,56,902 +22117,61,0 +22117,62,0 +22117,71,26 +22117,72,785 +22117,81,161 +22117,92,448 +22119,11,41 +22119,21,471 +22119,22,138 +22119,23,920 +22119,31,1533 +22119,42,496 +22119,44,1874 +22119,48,429 +22119,51,49 +22119,52,280 +22119,53,61 +22119,54,0 +22119,55,0 +22119,56,287 +22119,61,0 +22119,62,0 +22119,71,46 +22119,72,846 +22119,81,178 +22119,92,697 +22121,11,0 +22121,21,0 +22121,22,0 +22121,23,2284 +22121,31,2630 +22121,42,0 +22121,44,1118 +22121,48,1448 +22121,51,0 +22121,52,0 +22121,53,125 +22121,54,279 +22121,55,19 +22121,56,246 +22121,61,0 +22121,62,0 +22121,71,282 +22121,72,1109 +22121,81,357 +22121,92,593 +22123,11,0 +22123,21,0 +22123,22,45 +22123,23,0 +22123,31,0 +22123,42,31 +22123,44,354 +22123,48,53 +22123,51,22 +22123,52,0 +22123,53,0 +22123,54,29 +22123,55,0 +22123,56,0 +22123,61,0 +22123,62,0 +22123,71,0 +22123,72,0 +22123,81,50 +22123,92,111 +22125,11,0 +22125,21,0 +22125,22,0 +22125,23,413 +22125,31,0 +22125,42,54 +22125,44,351 +22125,48,13 +22125,51,14 +22125,52,82 +22125,53,19 +22125,54,0 +22125,55,0 +22125,56,199 +22125,61,0 +22125,62,0 +22125,71,31 +22125,72,609 +22125,81,105 +22125,92,141 +22127,11,473 +22127,21,65 +22127,22,14 +22127,23,222 +22127,31,712 +22127,42,81 +22127,44,415 +22127,48,29 +22127,51,0 +22127,52,131 +22127,53,23 +22127,54,74 +22127,56,240 +22127,61,0 +22127,62,0 +22127,71,0 +22127,72,0 +22127,81,0 +22127,92,199 +23001,11,0 +23001,21,0 +23001,22,133 +23001,23,2955 +23001,31,5662 +23001,42,1625 +23001,44,6421 +23001,48,2946 +23001,51,450 +23001,52,1744 +23001,53,421 +23001,54,2341 +23001,55,1435 +23001,56,3674 +23001,61,6353 +23001,62,10441 +23001,71,496 +23001,72,3664 +23001,81,1066 +23001,92,989 +23003,11,3411 +23003,22,275 +23003,23,874 +23003,31,3074 +23003,42,596 +23003,44,3782 +23003,48,1280 +23003,51,380 +23003,52,820 +23003,53,316 +23003,54,439 +23003,55,277 +23003,56,626 +23003,61,3172 +23003,62,6110 +23003,71,228 +23003,72,1955 +23003,81,486 +23003,92,1962 +23005,11,0 +23005,21,0 +23005,22,725 +23005,23,9030 +23005,31,12704 +23005,42,8409 +23005,44,21922 +23005,48,7352 +23005,51,3300 +23005,52,12992 +23005,53,3326 +23005,54,13858 +23005,55,6685 +23005,56,11577 +23005,61,17561 +23005,62,36394 +23005,71,3954 +23005,72,18154 +23005,81,5933 +23005,92,4780 +23007,11,450 +23007,22,132 +23007,23,476 +23007,31,1426 +23007,42,135 +23007,44,1689 +23007,48,212 +23007,51,45 +23007,52,268 +23007,53,127 +23007,54,162 +23007,55,20 +23007,56,346 +23007,61,1282 +23007,62,0 +23007,71,690 +23007,72,1271 +23007,81,191 +23007,92,370 +23009,11,0 +23009,21,0 +23009,22,89 +23009,23,1553 +23009,31,1126 +23009,42,524 +23009,44,3545 +23009,48,677 +23009,51,282 +23009,52,510 +23009,53,292 +23009,54,2304 +23009,55,95 +23009,56,638 +23009,61,489 +23009,62,3224 +23009,71,650 +23009,72,3429 +23009,81,1213 +23009,92,672 +23011,11,0 +23011,21,0 +23011,22,156 +23011,23,2599 +23011,31,3348 +23011,42,2355 +23011,44,8459 +23011,48,382 +23011,51,688 +23011,52,1172 +23011,53,503 +23011,54,2003 +23011,55,1009 +23011,56,2778 +23011,61,2744 +23011,62,12866 +23011,71,387 +23011,72,4744 +23011,81,2069 +23011,92,8904 +23013,11,1479 +23013,22,113 +23013,23,1080 +23013,31,1877 +23013,42,354 +23013,44,2868 +23013,48,571 +23013,51,278 +23013,52,460 +23013,53,206 +23013,54,581 +23013,55,148 +23013,56,821 +23013,61,349 +23013,62,2947 +23013,71,365 +23013,72,1937 +23013,81,667 +23013,92,1044 +23015,11,0 +23015,21,0 +23015,22,31 +23015,23,710 +23015,31,869 +23015,42,0 +23015,44,1841 +23015,48,332 +23015,51,147 +23015,52,327 +23015,53,104 +23015,54,347 +23015,55,144 +23015,56,382 +23015,61,436 +23015,62,1840 +23015,71,375 +23015,72,1534 +23015,81,462 +23015,92,393 +23017,11,843 +23017,21,38 +23017,22,50 +23017,23,960 +23017,31,2485 +23017,42,164 +23017,44,2291 +23017,48,475 +23017,51,153 +23017,52,298 +23017,53,128 +23017,54,330 +23017,55,255 +23017,56,282 +23017,61,537 +23017,62,2711 +23017,71,1268 +23017,72,1714 +23017,81,385 +23017,92,595 +23019,11,0 +23019,21,0 +23019,22,556 +23019,23,3538 +23019,31,3304 +23019,42,2558 +23019,44,10370 +23019,48,3607 +23019,51,878 +23019,52,1608 +23019,53,925 +23019,54,2076 +23019,55,1197 +23019,56,4398 +23019,61,12150 +23019,62,17033 +23019,71,1432 +23019,72,6211 +23019,81,1803 +23019,92,2683 +23021,11,0 +23021,21,0 +23021,22,58 +23021,23,210 +23021,31,1393 +23021,42,0 +23021,44,0 +23021,48,106 +23021,51,22 +23021,52,72 +23021,53,30 +23021,54,80 +23021,55,36 +23021,56,249 +23021,61,0 +23021,62,0 +23021,71,34 +23021,72,394 +23021,81,102 +23021,92,186 +23023,11,0 +23023,22,0 +23023,23,1081 +23023,31,0 +23023,42,236 +23023,44,1741 +23023,48,65 +23023,51,115 +23023,52,326 +23023,53,82 +23023,54,722 +23023,55,34 +23023,56,519 +23023,61,231 +23023,62,1117 +23023,71,92 +23023,72,1320 +23023,81,551 +23023,92,619 +23025,11,0 +23025,21,0 +23025,22,119 +23025,23,1019 +23025,31,2866 +23025,42,409 +23025,44,2276 +23025,48,533 +23025,51,100 +23025,52,271 +23025,53,191 +23025,54,389 +23025,55,135 +23025,56,622 +23025,61,475 +23025,62,2858 +23025,71,299 +23025,72,1008 +23025,81,336 +23025,92,515 +23027,11,0 +23027,21,0 +23027,22,0 +23027,23,637 +23027,31,1333 +23027,42,245 +23027,44,1634 +23027,48,86 +23027,51,109 +23027,52,658 +23027,53,79 +23027,54,0 +23027,55,0 +23027,56,547 +23027,61,1785 +23027,62,1869 +23027,71,139 +23027,72,940 +23027,81,490 +23027,92,361 +23029,11,0 +23029,21,0 +23029,22,80 +23029,23,342 +23029,31,1232 +23029,42,274 +23029,44,1642 +23029,48,369 +23029,51,62 +23029,52,315 +23029,53,34 +23029,54,137 +23029,55,115 +23029,56,209 +23029,61,1844 +23029,62,1972 +23029,71,25 +23029,72,648 +23029,81,188 +23029,92,899 +23031,11,886 +23031,21,180 +23031,22,415 +23031,23,3791 +23031,31,16566 +23031,42,1716 +23031,44,9797 +23031,48,1985 +23031,51,649 +23031,52,1719 +23031,53,727 +23031,54,2797 +23031,55,553 +23031,56,2430 +23031,61,9688 +23031,62,10583 +23031,71,1408 +23031,72,10862 +23031,81,2046 +23031,92,2190 +24001,11,15 +24001,21,28 +24001,22,0 +24001,23,1125 +24001,31,2431 +24001,42,1117 +24001,44,3717 +24001,48,146 +24001,51,386 +24001,52,805 +24001,53,262 +24001,54,618 +24001,55,249 +24001,56,1184 +24001,61,2825 +24001,62,6544 +24001,71,271 +24001,72,3493 +24001,81,825 +24001,92,1392 +24003,11,266 +24003,21,230 +24003,22,765 +24003,23,19437 +24003,31,12571 +24003,42,12380 +24003,44,32458 +24003,48,19324 +24003,51,2312 +24003,52,6608 +24003,53,4871 +24003,54,28353 +24003,55,3172 +24003,56,18918 +24003,61,27048 +24003,62,33627 +24003,71,4684 +24003,72,30957 +24003,81,10223 +24003,92,24088 +24005,11,1190 +24005,21,229 +24005,22,0 +24005,23,25109 +24005,31,15914 +24005,42,0 +24005,44,45225 +24005,48,14709 +24005,51,6536 +24005,52,23592 +24005,53,6984 +24005,54,29456 +24005,55,3449 +24005,56,33670 +24005,61,41028 +24005,62,67161 +24005,71,6155 +24005,72,29204 +24005,81,12638 +24005,92,19749 +24009,11,51 +24009,22,0 +24009,23,2155 +24009,31,536 +24009,42,757 +24009,44,3128 +24009,48,101 +24009,51,46 +24009,52,357 +24009,53,300 +24009,54,1189 +24009,55,0 +24009,56,0 +24009,61,3863 +24009,62,3653 +24009,71,316 +24009,72,3292 +24009,81,909 +24009,92,423 +24011,11,0 +24011,21,0 +24011,22,0 +24011,23,873 +24011,31,1314 +24011,42,0 +24011,44,1454 +24011,48,1145 +24011,51,0 +24011,52,160 +24011,53,0 +24011,54,231 +24011,56,266 +24011,61,1546 +24011,62,0 +24011,71,52 +24011,72,489 +24011,81,310 +24011,92,694 +24013,11,0 +24013,21,0 +24013,22,0 +24013,23,6406 +24013,31,4016 +24013,42,3795 +24013,44,8057 +24013,48,306 +24013,51,598 +24013,52,1152 +24013,53,475 +24013,54,3138 +24013,55,118 +24013,56,3453 +24013,61,8488 +24013,62,9567 +24013,71,1027 +24013,72,6271 +24013,81,2301 +24013,92,1732 +24015,11,1992 +24015,21,0 +24015,22,83 +24015,23,0 +24015,31,5104 +24015,42,1119 +24015,44,3927 +24015,48,3777 +24015,51,106 +24015,52,391 +24015,53,191 +24015,54,676 +24015,55,18 +24015,56,990 +24015,61,4522 +24015,62,4850 +24015,71,1040 +24015,72,3340 +24015,81,1017 +24015,92,1583 +24017,11,0 +24017,21,0 +24017,22,827 +24017,23,3614 +24017,31,635 +24017,42,670 +24017,44,7815 +24017,48,1563 +24017,51,418 +24017,52,669 +24017,53,420 +24017,54,1838 +24017,55,221 +24017,56,1395 +24017,61,7409 +24017,62,5587 +24017,71,417 +24017,72,5348 +24017,81,1645 +24017,92,5193 +24019,11,336 +24019,22,0 +24019,23,497 +24019,31,2740 +24019,42,0 +24019,44,1074 +24019,48,603 +24019,51,162 +24019,52,209 +24019,53,84 +24019,54,201 +24019,55,0 +24019,56,0 +24019,61,1151 +24019,62,44 +24019,71,159 +24019,72,1131 +24019,81,299 +24019,92,587 +24021,11,0 +24021,21,0 +24021,22,0 +24021,23,10738 +24021,31,5667 +24021,42,4070 +24021,44,13616 +24021,48,413 +24021,51,1165 +24021,52,4379 +24021,53,1151 +24021,54,12235 +24021,55,556 +24021,56,5827 +24021,61,13509 +24021,62,13992 +24021,71,2022 +24021,72,11087 +24021,81,4190 +24021,92,6722 +24023,11,175 +24023,21,538 +24023,22,51 +24023,23,1004 +24023,31,1054 +24023,42,560 +24023,44,1723 +24023,48,485 +24023,51,201 +24023,52,137 +24023,53,396 +24023,54,383 +24023,55,0 +24023,56,0 +24023,61,1264 +24023,62,0 +24023,71,411 +24023,72,1507 +24023,81,331 +24023,92,515 +24025,11,0 +24025,21,0 +24025,22,191 +24025,23,6468 +24025,31,5065 +24025,42,4346 +24025,44,13255 +24025,48,5339 +24025,51,437 +24025,52,2507 +24025,53,940 +24025,54,9624 +24025,55,244 +24025,56,4135 +24025,61,10012 +24025,62,12416 +24025,71,1894 +24025,72,9389 +24025,81,3001 +24025,92,14391 +24027,11,0 +24027,21,0 +24027,22,0 +24027,23,11963 +24027,31,9107 +24027,42,18746 +24027,44,16297 +24027,48,392 +24027,51,4558 +24027,52,6841 +24027,53,3246 +24027,54,34864 +24027,55,3505 +24027,56,14017 +24027,61,4521 +24027,62,17468 +24027,71,4318 +24027,72,12560 +24027,81,4767 +24027,92,318 +24029,11,0 +24029,21,0 +24029,22,0 +24029,23,488 +24029,31,926 +24029,42,274 +24029,44,964 +24029,48,59 +24029,51,48 +24029,52,192 +24029,53,80 +24029,54,0 +24029,55,0 +24029,56,289 +24029,61,1495 +24029,62,1210 +24029,71,246 +24029,72,747 +24029,81,257 +24029,92,9 +24031,11,1779 +24031,21,107 +24031,22,904 +24031,23,24559 +24031,31,13005 +24031,42,10071 +24031,44,43610 +24031,48,7972 +24031,51,11661 +24031,52,17913 +24031,53,12071 +24031,54,77214 +24031,55,7735 +24031,56,35569 +24031,61,51610 +24031,62,71969 +24031,71,8314 +24031,72,35697 +24031,81,22381 +24031,92,62138 +24033,11,0 +24033,21,0 +24033,22,1273 +24033,23,29323 +24033,31,7804 +24033,42,12567 +24033,44,38553 +24033,48,16125 +24033,51,3416 +24033,52,5748 +24033,53,6461 +24033,54,23979 +24033,55,1947 +24033,56,19206 +24033,61,5915 +24033,62,32424 +24033,71,4643 +24033,72,32315 +24033,81,9449 +24033,92,43225 +24035,11,0 +24035,21,0 +24035,22,0 +24035,23,1154 +24035,31,1256 +24035,42,1263 +24035,44,2210 +24035,48,95 +24035,51,28 +24035,52,286 +24035,53,80 +24035,54,650 +24035,55,9 +24035,56,845 +24035,61,227 +24035,62,1054 +24035,71,457 +24035,72,2964 +24035,81,654 +24035,92,294 +24037,11,0 +24037,21,0 +24037,22,0 +24037,23,1906 +24037,31,533 +24037,42,0 +24037,44,4929 +24037,48,2215 +24037,51,171 +24037,52,438 +24037,53,264 +24037,54,10147 +24037,55,159 +24037,56,1331 +24037,61,745 +24037,62,4493 +24037,71,295 +24037,72,3906 +24037,81,937 +24037,92,11724 +24039,11,266 +24039,22,0 +24039,23,332 +24039,31,267 +24039,42,658 +24039,44,521 +24039,48,45 +24039,51,0 +24039,52,131 +24039,53,91 +24039,54,159 +24039,56,64 +24039,61,895 +24039,62,1197 +24039,71,76 +24039,72,294 +24039,81,0 +24039,92,387 +24041,11,0 +24041,21,0 +24041,22,0 +24041,23,1158 +24041,31,605 +24041,42,602 +24041,44,2542 +24041,48,192 +24041,51,277 +24041,52,608 +24041,53,258 +24041,54,1309 +24041,55,147 +24041,56,1628 +24041,61,1198 +24041,62,3610 +24041,71,534 +24041,72,2642 +24041,81,858 +24041,92,1110 +24043,11,0 +24043,21,0 +24043,22,350 +24043,23,3059 +24043,31,6667 +24043,42,2986 +24043,44,10002 +24043,48,5432 +24043,51,773 +24043,52,3774 +24043,53,679 +24043,54,1664 +24043,55,598 +24043,56,4042 +24043,61,6517 +24043,62,10843 +24043,71,927 +24043,72,5688 +24043,81,1842 +24043,92,2101 +24045,11,0 +24045,21,0 +24045,22,809 +24045,23,2360 +24045,31,3017 +24045,42,1994 +24045,44,6245 +24045,48,1632 +24045,51,575 +24045,52,1051 +24045,53,552 +24045,54,1634 +24045,55,811 +24045,56,2487 +24045,61,616 +24045,62,9267 +24045,71,412 +24045,72,4293 +24045,81,1670 +24045,92,705 +24047,11,0 +24047,21,0 +24047,22,0 +24047,23,1266 +24047,31,733 +24047,42,275 +24047,44,3715 +24047,48,122 +24047,51,162 +24047,52,451 +24047,53,778 +24047,54,779 +24047,55,66 +24047,56,938 +24047,61,2164 +24047,62,2465 +24047,71,1389 +24047,72,7999 +24047,81,724 +24047,92,2090 +24510,11,0 +24510,21,0 +24510,22,4628 +24510,23,11287 +24510,31,11403 +24510,42,8333 +24510,44,14510 +24510,48,19400 +24510,51,5379 +24510,52,11014 +24510,53,5368 +24510,54,24466 +24510,55,5665 +24510,56,25941 +24510,61,67068 +24510,62,82201 +24510,71,6920 +24510,72,23325 +24510,81,10873 +24510,92,43570 +25001,11,0 +25001,21,0 +25001,22,573 +25001,23,6975 +25001,31,2224 +25001,42,1754 +25001,44,15392 +25001,48,2552 +25001,51,1568 +25001,52,2370 +25001,53,1429 +25001,54,4875 +25001,55,426 +25001,56,4408 +25001,61,2233 +25001,62,16756 +25001,71,3317 +25001,72,16337 +25001,81,3750 +25001,92,5633 +25003,11,279 +25003,21,76 +25003,22,302 +25003,23,3103 +25003,31,4009 +25003,42,1343 +25003,44,7610 +25003,48,1189 +25003,51,1183 +25003,52,1839 +25003,53,589 +25003,54,2894 +25003,55,262 +25003,56,2430 +25003,61,3877 +25003,62,12793 +25003,71,2008 +25003,72,7190 +25003,81,2256 +25003,92,2648 +25005,11,1730 +25005,21,27 +25005,22,845 +25005,23,11567 +25005,31,24341 +25005,42,13903 +25005,44,32388 +25005,48,9850 +25005,51,2960 +25005,52,4665 +25005,53,1906 +25005,54,7970 +25005,55,2556 +25005,56,10399 +25005,61,23183 +25005,62,45886 +25005,71,3430 +25005,72,21196 +25005,81,7969 +25005,92,8567 +25007,11,141 +25007,22,38 +25007,23,799 +25007,31,104 +25007,42,100 +25007,44,1444 +25007,48,334 +25007,51,202 +25007,52,260 +25007,53,150 +25007,54,233 +25007,55,9 +25007,56,512 +25007,61,27 +25007,62,945 +25007,71,475 +25007,72,1431 +25007,81,548 +25007,92,677 +25009,11,674 +25009,21,62 +25009,22,1571 +25009,23,15507 +25009,31,40183 +25009,42,10331 +25009,44,37912 +25009,48,6153 +25009,51,6049 +25009,52,8968 +25009,53,3533 +25009,54,17869 +25009,55,5042 +25009,56,16933 +25009,61,37144 +25009,62,66329 +25009,71,6315 +25009,72,30401 +25009,81,13189 +25009,92,11833 +25011,11,0 +25011,21,0 +25011,22,54 +25011,23,1274 +25011,31,3736 +25011,42,504 +25011,44,2880 +25011,48,940 +25011,51,353 +25011,52,376 +25011,53,154 +25011,54,549 +25011,55,626 +25011,56,786 +25011,61,1932 +25011,62,4550 +25011,71,563 +25011,72,1946 +25011,81,726 +25011,92,1821 +25013,11,336 +25013,21,73 +25013,22,1587 +25013,23,8395 +25013,31,18719 +25013,42,6784 +25013,44,20999 +25013,48,10310 +25013,51,2518 +25013,52,8313 +25013,53,2626 +25013,54,5881 +25013,55,2739 +25013,56,9024 +25013,61,10027 +25013,62,55960 +25013,71,4224 +25013,72,17718 +25013,81,6844 +25013,92,9744 +25015,11,450 +25015,21,37 +25015,22,208 +25015,23,2575 +25015,31,2736 +25015,42,2865 +25015,44,7602 +25015,48,1046 +25015,51,850 +25015,52,1267 +25015,53,518 +25015,54,2054 +25015,55,576 +25015,56,1647 +25015,61,12626 +25015,62,11547 +25015,71,1113 +25015,72,6342 +25015,81,2281 +25015,92,2880 +25017,11,3189 +25017,21,195 +25017,22,1786 +25017,23,44656 +25017,31,71911 +25017,42,36522 +25017,44,77857 +25017,48,21371 +25017,51,42941 +25017,52,28191 +25017,53,12169 +25017,54,159112 +25017,55,33771 +25017,56,56727 +25017,61,121720 +25017,62,127327 +25017,71,15395 +25017,72,68625 +25017,81,28036 +25017,92,27554 +25019,11,0 +25019,22,0 +25019,23,986 +25019,31,0 +25019,42,0 +25019,44,1085 +25019,48,220 +25019,51,112 +25019,52,83 +25019,53,200 +25019,54,0 +25019,55,0 +25019,56,772 +25019,61,118 +25019,62,512 +25019,71,581 +25019,72,1623 +25019,81,267 +25019,92,272 +25021,11,1070 +25021,21,63 +25021,22,816 +25021,23,22668 +25021,31,20681 +25021,42,17217 +25021,44,41322 +25021,48,9109 +25021,51,11012 +25021,52,23924 +25021,53,6313 +25021,54,24269 +25021,55,9576 +25021,56,21593 +25021,61,38777 +25021,62,56554 +25021,71,9637 +25021,72,29272 +25021,81,13238 +25021,92,10121 +25023,11,643 +25023,21,116 +25023,22,1586 +25023,23,14820 +25023,31,10971 +25023,42,7483 +25023,44,27863 +25023,48,6186 +25023,51,2582 +25023,52,7442 +25023,53,1816 +25023,54,7567 +25023,55,3625 +25023,56,8566 +25023,61,6038 +25023,62,36537 +25023,71,4710 +25023,72,21208 +25023,81,9295 +25023,92,4836 +25025,11,0 +25025,21,0 +25025,22,1937 +25025,23,16795 +25025,31,9054 +25025,42,12693 +25025,44,39600 +25025,48,24515 +25025,51,22082 +25025,52,69929 +25025,53,14584 +25025,54,97237 +25025,55,9522 +25025,56,36301 +25025,61,57430 +25025,62,149746 +25025,71,12322 +25025,72,65881 +25025,81,23326 +25025,92,38362 +25027,11,1026 +25027,21,321 +25027,22,4156 +25027,23,16658 +25027,31,35807 +25027,42,12442 +25027,44,38445 +25027,48,13340 +25027,51,4724 +25027,52,13386 +25027,53,2857 +25027,54,17292 +25027,55,5472 +25027,56,17204 +25027,61,51177 +25027,62,75317 +25027,71,5136 +25027,72,27840 +25027,81,10511 +25027,92,13578 +26001,11,94 +26001,22,0 +26001,23,52 +26001,31,205 +26001,42,0 +26001,44,295 +26001,48,22 +26001,51,22 +26001,52,26 +26001,53,23 +26001,54,22 +26001,56,39 +26001,61,0 +26001,62,0 +26001,71,0 +26001,72,0 +26001,81,70 +26001,92,1 +26003,11,62 +26003,22,0 +26003,23,79 +26003,31,450 +26003,42,0 +26003,44,228 +26003,48,93 +26003,51,40 +26003,52,69 +26003,53,14 +26003,54,0 +26003,55,0 +26003,56,41 +26003,61,0 +26003,62,187 +26003,71,55 +26003,72,432 +26003,81,47 +26003,92,177 +26005,11,2618 +26005,21,31 +26005,22,273 +26005,23,2705 +26005,31,13998 +26005,42,1965 +26005,44,3266 +26005,48,1836 +26005,51,213 +26005,52,386 +26005,53,269 +26005,54,1066 +26005,55,121 +26005,56,1782 +26005,61,1090 +26005,62,2247 +26005,71,438 +26005,72,2957 +26005,81,1215 +26005,92,1391 +26007,11,68 +26007,21,89 +26007,22,161 +26007,23,512 +26007,31,1658 +26007,42,416 +26007,44,1898 +26007,48,277 +26007,51,143 +26007,52,324 +26007,53,122 +26007,54,296 +26007,55,0 +26007,56,0 +26007,61,30 +26007,62,1562 +26007,71,131 +26007,72,1068 +26007,81,464 +26007,92,908 +26009,11,338 +26009,21,4 +26009,22,0 +26009,23,487 +26009,31,905 +26009,42,109 +26009,44,591 +26009,48,42 +26009,51,102 +26009,52,98 +26009,53,83 +26009,54,143 +26009,56,86 +26009,61,0 +26009,62,244 +26009,71,166 +26009,72,1003 +26009,81,222 +26009,92,344 +26011,11,0 +26011,21,0 +26011,22,0 +26011,23,102 +26011,31,959 +26011,42,0 +26011,44,696 +26011,48,185 +26011,51,0 +26011,52,77 +26011,53,17 +26011,54,164 +26011,56,262 +26011,61,0 +26011,62,0 +26011,71,0 +26011,72,0 +26011,81,78 +26011,92,201 +26013,11,0 +26013,21,0 +26013,22,0 +26013,23,83 +26013,31,567 +26013,42,32 +26013,44,171 +26013,48,23 +26013,51,54 +26013,52,0 +26013,53,0 +26013,54,0 +26013,55,0 +26013,56,13 +26013,61,0 +26013,62,0 +26013,71,0 +26013,72,0 +26013,81,64 +26013,92,861 +26015,11,590 +26015,21,10 +26015,22,0 +26015,23,534 +26015,31,3851 +26015,42,244 +26015,44,1229 +26015,48,92 +26015,51,204 +26015,52,595 +26015,53,44 +26015,54,0 +26015,55,0 +26015,56,286 +26015,61,135 +26015,62,1331 +26015,71,200 +26015,72,1172 +26015,81,480 +26015,92,670 +26017,11,219 +26017,21,18 +26017,22,0 +26017,23,1334 +26017,31,4614 +26017,42,1497 +26017,44,4814 +26017,48,202 +26017,51,352 +26017,52,878 +26017,53,379 +26017,54,1290 +26017,55,57 +26017,56,1076 +26017,61,397 +26017,62,6884 +26017,71,537 +26017,72,4559 +26017,81,1112 +26017,92,1757 +26019,11,0 +26019,21,0 +26019,22,0 +26019,23,340 +26019,31,399 +26019,42,0 +26019,44,599 +26019,48,62 +26019,51,28 +26019,52,171 +26019,53,55 +26019,54,0 +26019,55,0 +26019,56,92 +26019,61,23 +26019,62,434 +26019,71,119 +26019,72,1245 +26019,81,150 +26019,92,288 +26021,11,1496 +26021,21,114 +26021,22,0 +26021,23,2420 +26021,31,13154 +26021,42,1906 +26021,44,6810 +26021,48,310 +26021,51,578 +26021,52,1912 +26021,53,520 +26021,54,1332 +26021,55,212 +26021,56,4076 +26021,61,2929 +26021,62,8677 +26021,71,741 +26021,72,7095 +26021,81,1955 +26021,92,2733 +26023,11,434 +26023,22,156 +26023,23,448 +26023,31,2973 +26023,42,842 +26023,44,1417 +26023,48,1783 +26023,51,145 +26023,52,570 +26023,53,43 +26023,54,166 +26023,55,22 +26023,56,377 +26023,61,64 +26023,62,1037 +26023,71,131 +26023,72,1673 +26023,81,331 +26023,92,524 +26025,11,346 +26025,21,63 +26025,22,0 +26025,23,1710 +26025,31,11283 +26025,42,0 +26025,44,5661 +26025,48,2245 +26025,51,408 +26025,52,894 +26025,53,223 +26025,54,2408 +26025,55,612 +26025,56,2610 +26025,61,1934 +26025,62,12239 +26025,71,586 +26025,72,3744 +26025,81,1551 +26025,92,3389 +26027,11,0 +26027,21,0 +26027,22,0 +26027,23,329 +26027,31,2541 +26027,42,300 +26027,44,673 +26027,48,84 +26027,51,29 +26027,52,209 +26027,53,38 +26027,54,301 +26027,55,11 +26027,56,287 +26027,61,2333 +26027,62,202 +26027,71,140 +26027,72,1109 +26027,81,623 +26027,92,507 +26029,11,50 +26029,22,466 +26029,23,730 +26029,31,2579 +26029,42,53 +26029,44,881 +26029,48,161 +26029,51,84 +26029,52,172 +26029,53,192 +26029,54,0 +26029,55,0 +26029,56,259 +26029,61,1383 +26029,62,306 +26029,71,296 +26029,72,1827 +26029,81,245 +26029,92,673 +26031,11,0 +26031,21,0 +26031,22,19 +26031,23,584 +26031,31,221 +26031,42,139 +26031,44,1152 +26031,48,216 +26031,51,37 +26031,52,211 +26031,53,55 +26031,54,278 +26031,56,128 +26031,61,0 +26031,62,0 +26031,71,143 +26031,72,1344 +26031,81,237 +26031,92,368 +26033,11,0 +26033,21,0 +26033,22,0 +26033,23,355 +26033,31,551 +26033,42,0 +26033,44,1600 +26033,48,421 +26033,51,119 +26033,52,314 +26033,53,45 +26033,54,338 +26033,55,0 +26033,56,0 +26033,61,87 +26033,62,857 +26033,71,106 +26033,72,1118 +26033,81,265 +26033,92,3490 +26035,11,0 +26035,21,0 +26035,22,0 +26035,23,392 +26035,31,770 +26035,42,278 +26035,44,925 +26035,48,68 +26035,51,0 +26035,52,151 +26035,53,41 +26035,54,328 +26035,56,291 +26035,61,0 +26035,62,850 +26035,71,98 +26035,72,739 +26035,81,344 +26035,92,401 +26037,11,1301 +26037,21,88 +26037,23,1680 +26037,31,1258 +26037,42,1270 +26037,44,2350 +26037,48,879 +26037,51,134 +26037,52,588 +26037,53,600 +26037,54,608 +26037,55,5 +26037,56,1019 +26037,61,3168 +26037,62,1642 +26037,71,450 +26037,72,1382 +26037,81,693 +26037,92,512 +26039,11,0 +26039,21,0 +26039,22,0 +26039,23,139 +26039,31,666 +26039,42,143 +26039,44,513 +26039,48,29 +26039,51,38 +26039,52,113 +26039,53,29 +26039,54,81 +26039,56,59 +26039,61,0 +26039,62,0 +26039,71,0 +26039,72,0 +26039,81,164 +26039,92,634 +26041,11,0 +26041,21,0 +26041,22,134 +26041,23,913 +26041,31,2254 +26041,42,368 +26041,44,2130 +26041,48,725 +26041,51,149 +26041,52,472 +26041,53,71 +26041,54,0 +26041,55,0 +26041,56,825 +26041,61,129 +26041,62,2168 +26041,71,204 +26041,72,1134 +26041,81,912 +26041,92,115 +26043,11,202 +26043,22,237 +26043,23,2057 +26043,31,2710 +26043,42,387 +26043,44,1703 +26043,48,554 +26043,51,94 +26043,52,299 +26043,53,64 +26043,54,446 +26043,55,0 +26043,56,0 +26043,61,1344 +26043,62,2874 +26043,71,142 +26043,72,1217 +26043,81,259 +26043,92,399 +26045,11,418 +26045,21,46 +26045,22,0 +26045,23,1643 +26045,31,5701 +26045,42,0 +26045,44,5703 +26045,48,4340 +26045,51,714 +26045,52,4775 +26045,53,382 +26045,54,966 +26045,55,28 +26045,56,2202 +26045,61,2372 +26045,62,3066 +26045,71,206 +26045,72,4000 +26045,81,1675 +26045,92,2798 +26047,11,0 +26047,21,0 +26047,22,0 +26047,23,1451 +26047,31,1686 +26047,42,0 +26047,44,2754 +26047,48,87 +26047,51,197 +26047,52,294 +26047,53,231 +26047,54,0 +26047,55,0 +26047,56,1609 +26047,61,1353 +26047,62,3931 +26047,71,606 +26047,72,3274 +26047,81,698 +26047,92,883 +26049,11,234 +26049,21,51 +26049,22,0 +26049,23,5955 +26049,31,13391 +26049,42,6451 +26049,44,19329 +26049,48,829 +26049,51,3974 +26049,52,4088 +26049,53,1536 +26049,54,4520 +26049,55,1305 +26049,56,12304 +26049,61,4441 +26049,62,26882 +26049,71,1927 +26049,72,13951 +26049,81,4229 +26049,92,4792 +26051,11,0 +26051,21,0 +26051,22,0 +26051,23,410 +26051,31,547 +26051,42,0 +26051,44,757 +26051,48,82 +26051,51,15 +26051,52,95 +26051,53,138 +26051,54,41 +26051,56,127 +26051,61,643 +26051,62,0 +26051,71,87 +26051,72,478 +26051,81,240 +26051,92,339 +26053,11,160 +26053,22,25 +26053,23,153 +26053,31,854 +26053,42,0 +26053,44,666 +26053,48,163 +26053,51,75 +26053,52,101 +26053,53,25 +26053,54,70 +26053,55,0 +26053,56,0 +26053,61,0 +26053,62,0 +26053,71,149 +26053,72,643 +26053,81,119 +26053,92,654 +26055,11,473 +26055,21,210 +26055,22,722 +26055,23,2890 +26055,31,5269 +26055,42,1652 +26055,44,7600 +26055,48,1115 +26055,51,1088 +26055,52,2416 +26055,53,615 +26055,54,2077 +26055,55,69 +26055,56,1579 +26055,61,2681 +26055,62,11510 +26055,71,684 +26055,72,6303 +26055,81,1732 +26055,92,1526 +26057,11,0 +26057,21,0 +26057,22,0 +26057,23,548 +26057,31,2240 +26057,42,781 +26057,44,1179 +26057,48,72 +26057,51,60 +26057,52,329 +26057,53,40 +26057,54,0 +26057,55,0 +26057,56,718 +26057,61,2207 +26057,62,0 +26057,71,62 +26057,72,674 +26057,81,281 +26057,92,10 +26059,11,0 +26059,21,0 +26059,23,368 +26059,31,4211 +26059,42,244 +26059,44,1500 +26059,48,271 +26059,51,258 +26059,52,278 +26059,53,138 +26059,54,296 +26059,55,10 +26059,56,643 +26059,61,1844 +26059,62,952 +26059,71,44 +26059,72,722 +26059,81,383 +26059,92,287 +26061,11,0 +26061,21,0 +26061,22,137 +26061,23,658 +26061,31,849 +26061,42,194 +26061,44,1494 +26061,48,159 +26061,51,88 +26061,52,314 +26061,53,112 +26061,54,625 +26061,55,0 +26061,56,0 +26061,61,420 +26061,62,2011 +26061,71,122 +26061,72,1481 +26061,81,309 +26061,92,785 +26063,11,0 +26063,21,0 +26063,22,165 +26063,23,527 +26063,31,1901 +26063,42,329 +26063,44,1182 +26063,48,557 +26063,51,236 +26063,52,494 +26063,53,30 +26063,54,0 +26063,55,0 +26063,56,458 +26063,61,1771 +26063,62,1841 +26063,71,108 +26063,72,724 +26063,81,348 +26063,92,728 +26065,11,715 +26065,21,21 +26065,22,33 +26065,23,4936 +26065,31,11599 +26065,42,3699 +26065,44,13464 +26065,48,5075 +26065,51,2257 +26065,52,6692 +26065,53,2372 +26065,54,9132 +26065,55,0 +26065,56,0 +26065,61,6476 +26065,62,26019 +26065,71,1549 +26065,72,12482 +26065,81,6281 +26065,92,19174 +26067,11,0 +26067,21,0 +26067,22,0 +26067,23,733 +26067,31,4105 +26067,42,253 +26067,44,1692 +26067,48,113 +26067,51,24 +26067,52,677 +26067,53,44 +26067,54,205 +26067,55,0 +26067,56,0 +26067,61,294 +26067,62,1189 +26067,71,190 +26067,72,1040 +26067,81,590 +26067,92,1776 +26069,11,0 +26069,21,0 +26069,22,0 +26069,23,338 +26069,31,1118 +26069,42,0 +26069,44,1050 +26069,48,1323 +26069,51,78 +26069,52,223 +26069,53,21 +26069,54,125 +26069,56,435 +26069,61,0 +26069,62,20 +26069,71,121 +26069,72,904 +26069,81,231 +26069,92,643 +26071,11,0 +26071,21,0 +26071,22,40 +26071,23,219 +26071,31,246 +26071,42,45 +26071,44,753 +26071,48,80 +26071,51,27 +26071,52,115 +26071,53,29 +26071,54,82 +26071,55,0 +26071,56,0 +26071,61,0 +26071,62,402 +26071,71,98 +26071,72,322 +26071,81,247 +26071,92,326 +26073,11,314 +26073,21,410 +26073,22,0 +26073,23,1860 +26073,31,2800 +26073,42,0 +26073,44,3000 +26073,48,1229 +26073,51,370 +26073,52,821 +26073,53,275 +26073,54,557 +26073,55,566 +26073,56,618 +26073,61,454 +26073,62,3305 +26073,71,320 +26073,72,3349 +26073,81,585 +26073,92,988 +26075,11,183 +26075,21,95 +26075,22,0 +26075,23,2036 +26075,31,9879 +26075,42,2357 +26075,44,6434 +26075,48,308 +26075,51,269 +26075,52,1531 +26075,53,559 +26075,54,2016 +26075,55,557 +26075,56,4425 +26075,61,2620 +26075,62,9576 +26075,71,578 +26075,72,4841 +26075,81,2137 +26075,92,4050 +26077,11,2054 +26077,21,26 +26077,22,0 +26077,23,5942 +26077,31,20281 +26077,42,6315 +26077,44,13464 +26077,48,595 +26077,51,940 +26077,52,5675 +26077,53,2348 +26077,54,5208 +26077,55,232 +26077,56,7926 +26077,61,5666 +26077,62,21806 +26077,71,1822 +26077,72,12395 +26077,81,3828 +26077,92,2974 +26079,11,111 +26079,21,415 +26079,22,0 +26079,23,522 +26079,31,332 +26079,42,164 +26079,44,473 +26079,48,28 +26079,51,30 +26079,52,41 +26079,53,83 +26079,54,0 +26079,55,0 +26079,56,565 +26079,61,0 +26079,62,130 +26079,71,31 +26079,72,318 +26079,81,139 +26079,92,223 +26081,11,2613 +26081,21,125 +26081,22,2297 +26081,23,18647 +26081,31,69039 +26081,42,28766 +26081,44,36239 +26081,48,15568 +26081,51,5170 +26081,52,16387 +26081,53,4468 +26081,54,18198 +26081,55,6423 +26081,56,58779 +26081,61,21469 +26081,62,73218 +26081,71,4798 +26081,72,32676 +26081,81,13361 +26081,92,8056 +26083,11,14 +26083,21,0 +26083,23,50 +26083,31,0 +26083,42,0 +26083,44,27 +26083,48,3 +26083,52,0 +26083,53,0 +26083,54,0 +26083,56,0 +26083,61,0 +26083,71,24 +26083,72,0 +26083,81,7 +26083,92,0 +26085,11,0 +26085,23,70 +26085,31,0 +26085,42,0 +26085,44,171 +26085,48,19 +26085,51,0 +26085,52,55 +26085,53,25 +26085,54,0 +26085,56,0 +26085,61,0 +26085,62,548 +26085,71,18 +26085,72,206 +26085,81,64 +26085,92,255 +26087,11,403 +26087,21,97 +26087,22,0 +26087,23,1147 +26087,31,4973 +26087,42,397 +26087,44,3017 +26087,48,152 +26087,51,123 +26087,52,516 +26087,53,185 +26087,54,467 +26087,55,21 +26087,56,1442 +26087,61,269 +26087,62,1543 +26087,71,160 +26087,72,2569 +26087,81,765 +26087,92,1245 +26089,11,0 +26089,21,0 +26089,23,615 +26089,31,529 +26089,42,329 +26089,44,578 +26089,48,99 +26089,51,55 +26089,52,131 +26089,53,100 +26089,54,0 +26089,55,0 +26089,56,232 +26089,61,964 +26089,62,533 +26089,71,271 +26089,72,1067 +26089,81,174 +26089,92,550 +26091,11,0 +26091,21,0 +26091,22,313 +26091,23,1022 +26091,31,4921 +26091,42,672 +26091,44,3268 +26091,48,730 +26091,51,236 +26091,52,906 +26091,53,209 +26091,54,459 +26091,55,45 +26091,56,926 +26091,61,3053 +26091,62,3617 +26091,71,412 +26091,72,2475 +26091,81,995 +26091,92,1464 +26093,11,291 +26093,21,52 +26093,22,125 +26093,23,4114 +26093,31,9935 +26093,42,2967 +26093,44,8770 +26093,48,2123 +26093,51,598 +26093,52,1834 +26093,53,1165 +26093,54,4998 +26093,55,560 +26093,56,2453 +26093,61,635 +26093,62,9275 +26093,71,1149 +26093,72,7545 +26093,81,2413 +26093,92,2981 +26095,11,97 +26095,22,0 +26095,23,41 +26095,31,73 +26095,42,50 +26095,44,256 +26095,48,17 +26095,51,0 +26095,52,52 +26095,53,54 +26095,54,0 +26095,56,0 +26095,61,0 +26095,62,0 +26095,71,21 +26095,72,173 +26095,81,49 +26095,92,453 +26097,11,0 +26097,21,0 +26097,22,0 +26097,23,251 +26097,31,99 +26097,42,0 +26097,44,494 +26097,48,333 +26097,51,0 +26097,52,0 +26097,53,0 +26097,54,42 +26097,56,82 +26097,61,516 +26097,62,0 +26097,71,85 +26097,72,1642 +26097,81,70 +26097,92,466 +26099,11,1121 +26099,21,69 +26099,22,1028 +26099,23,17795 +26099,31,70171 +26099,42,11833 +26099,44,42135 +26099,48,14198 +26099,51,2539 +26099,52,6244 +26099,53,4261 +26099,54,31134 +26099,55,5608 +26099,56,18930 +26099,61,41199 +26099,62,46216 +26099,71,2834 +26099,72,31028 +26099,81,9597 +26099,92,15309 +26101,11,0 +26101,21,0 +26101,22,109 +26101,23,303 +26101,31,951 +26101,42,243 +26101,44,1012 +26101,48,157 +26101,51,64 +26101,52,136 +26101,53,41 +26101,54,88 +26101,56,125 +26101,61,0 +26101,62,0 +26101,71,203 +26101,72,670 +26101,81,220 +26101,92,386 +26103,11,188 +26103,21,1432 +26103,22,0 +26103,23,1357 +26103,31,1112 +26103,42,0 +26103,44,3538 +26103,48,862 +26103,51,483 +26103,52,627 +26103,53,323 +26103,54,990 +26103,55,331 +26103,56,599 +26103,61,351 +26103,62,5946 +26103,71,318 +26103,72,3456 +26103,81,998 +26103,92,1922 +26105,11,400 +26105,21,153 +26105,22,304 +26105,23,522 +26105,31,2101 +26105,42,148 +26105,44,1423 +26105,48,493 +26105,51,123 +26105,52,258 +26105,53,104 +26105,54,0 +26105,55,0 +26105,56,443 +26105,61,1815 +26105,62,1304 +26105,71,134 +26105,72,1033 +26105,81,406 +26105,92,696 +26107,11,312 +26107,21,9 +26107,22,170 +26107,23,398 +26107,31,1712 +26107,42,55 +26107,44,2203 +26107,48,402 +26107,51,170 +26107,52,200 +26107,53,116 +26107,54,0 +26107,55,0 +26107,56,432 +26107,61,218 +26107,62,1441 +26107,71,191 +26107,72,1116 +26107,81,388 +26107,92,47 +26109,11,211 +26109,21,18 +26109,22,0 +26109,23,156 +26109,31,2233 +26109,42,408 +26109,44,606 +26109,48,61 +26109,51,0 +26109,52,111 +26109,53,79 +26109,54,0 +26109,55,0 +26109,56,107 +26109,61,1108 +26109,62,296 +26109,71,44 +26109,72,512 +26109,81,348 +26109,92,549 +26111,11,0 +26111,21,0 +26111,22,0 +26111,23,2443 +26111,31,6523 +26111,42,437 +26111,44,3503 +26111,48,143 +26111,51,409 +26111,52,756 +26111,53,382 +26111,54,1084 +26111,55,3428 +26111,56,3454 +26111,61,5423 +26111,62,6444 +26111,71,571 +26111,72,2691 +26111,81,3275 +26111,92,1163 +26113,11,0 +26113,21,0 +26113,23,174 +26113,31,681 +26113,42,125 +26113,44,351 +26113,48,293 +26113,51,8 +26113,52,109 +26113,53,13 +26113,54,85 +26113,56,25 +26113,61,0 +26113,62,0 +26113,71,14 +26113,72,112 +26113,81,104 +26113,92,179 +26115,11,0 +26115,21,0 +26115,22,0 +26115,23,1726 +26115,31,5661 +26115,42,0 +26115,44,5240 +26115,48,2726 +26115,51,388 +26115,52,655 +26115,53,236 +26115,54,2239 +26115,55,0 +26115,56,0 +26115,61,8219 +26115,62,5030 +26115,71,574 +26115,72,4096 +26115,81,1183 +26115,92,1658 +26117,11,0 +26117,21,0 +26117,22,240 +26117,23,636 +26117,31,3307 +26117,42,429 +26117,44,2194 +26117,48,516 +26117,51,333 +26117,52,347 +26117,53,60 +26117,54,186 +26117,56,739 +26117,61,3648 +26117,62,0 +26117,71,105 +26117,72,1427 +26117,81,413 +26117,92,715 +26119,11,0 +26119,21,0 +26119,22,0 +26119,23,144 +26119,31,341 +26119,42,0 +26119,44,237 +26119,48,47 +26119,51,16 +26119,52,0 +26119,53,0 +26119,54,13 +26119,56,17 +26119,61,0 +26119,62,337 +26119,71,73 +26119,72,123 +26119,81,53 +26119,92,188 +26121,11,702 +26121,21,57 +26121,22,0 +26121,23,2473 +26121,31,13895 +26121,42,1732 +26121,44,11019 +26121,48,278 +26121,51,485 +26121,52,1020 +26121,53,692 +26121,54,1440 +26121,55,146 +26121,56,1808 +26121,61,9740 +26121,62,12383 +26121,71,1150 +26121,72,6663 +26121,81,1694 +26121,92,2348 +26123,11,0 +26123,21,0 +26123,22,0 +26123,23,445 +26123,31,2395 +26123,42,0 +26123,44,2142 +26123,48,345 +26123,51,97 +26123,52,740 +26123,53,78 +26123,54,491 +26123,55,0 +26123,56,0 +26123,61,184 +26123,62,1321 +26123,71,99 +26123,72,798 +26123,81,477 +26123,92,468 +26125,11,1032 +26125,21,230 +26125,22,4260 +26125,23,28830 +26125,31,70037 +26125,42,43719 +26125,44,80560 +26125,48,19709 +26125,51,18082 +26125,52,41198 +26125,53,17880 +26125,54,112042 +26125,55,20627 +26125,56,70036 +26125,61,77069 +26125,62,121477 +26125,71,12114 +26125,72,64196 +26125,81,24196 +26125,92,15929 +26127,11,840 +26127,21,45 +26127,22,0 +26127,23,324 +26127,31,1640 +26127,42,453 +26127,44,813 +26127,48,193 +26127,51,10 +26127,52,123 +26127,53,55 +26127,54,87 +26127,55,0 +26127,56,0 +26127,61,1009 +26127,62,280 +26127,71,95 +26127,72,861 +26127,81,145 +26127,92,550 +26129,11,252 +26129,21,22 +26129,22,0 +26129,23,292 +26129,31,281 +26129,42,0 +26129,44,1474 +26129,48,50 +26129,51,71 +26129,52,131 +26129,53,38 +26129,54,71 +26129,56,48 +26129,61,0 +26129,62,0 +26129,71,59 +26129,72,662 +26129,81,182 +26129,92,353 +26131,11,30 +26131,22,83 +26131,23,68 +26131,31,8 +26131,42,0 +26131,44,328 +26131,48,20 +26131,51,0 +26131,52,0 +26131,53,0 +26131,54,14 +26131,56,11 +26131,61,308 +26131,62,181 +26131,71,0 +26131,72,0 +26131,81,34 +26131,92,127 +26133,11,261 +26133,21,43 +26133,22,0 +26133,23,625 +26133,31,1663 +26133,42,201 +26133,44,674 +26133,48,64 +26133,51,0 +26133,52,91 +26133,53,20 +26133,54,0 +26133,56,0 +26133,61,0 +26133,62,1152 +26133,71,18 +26133,72,314 +26133,81,171 +26133,92,350 +26135,11,12 +26135,23,77 +26135,31,487 +26135,42,0 +26135,44,261 +26135,48,17 +26135,51,22 +26135,52,37 +26135,53,6 +26135,54,36 +26135,56,20 +26135,61,0 +26135,62,41 +26135,71,24 +26135,72,260 +26135,81,52 +26135,92,165 +26137,11,168 +26137,21,250 +26137,22,126 +26137,23,487 +26137,31,1197 +26137,42,366 +26137,44,2328 +26137,48,445 +26137,51,52 +26137,52,217 +26137,53,103 +26137,54,247 +26137,55,0 +26137,56,0 +26137,61,0 +26137,62,45 +26137,71,287 +26137,72,1328 +26137,81,416 +26137,92,510 +26139,11,5373 +26139,21,67 +26139,22,0 +26139,23,6425 +26139,31,43683 +26139,42,5129 +26139,44,10614 +26139,48,440 +26139,51,1043 +26139,52,2232 +26139,53,910 +26139,54,4416 +26139,55,246 +26139,56,9161 +26139,61,5675 +26139,62,10142 +26139,71,1092 +26139,72,10237 +26139,81,4153 +26139,92,2613 +26141,11,0 +26141,21,0 +26141,22,0 +26141,23,111 +26141,31,168 +26141,42,0 +26141,44,381 +26141,48,266 +26141,51,32 +26141,52,111 +26141,53,8 +26141,54,31 +26141,56,67 +26141,61,379 +26141,62,0 +26141,71,10 +26141,72,277 +26141,81,105 +26141,92,302 +26143,11,0 +26143,21,59 +26143,22,0 +26143,23,251 +26143,31,0 +26143,42,0 +26143,44,1280 +26143,48,95 +26143,51,28 +26143,52,135 +26143,53,66 +26143,54,57 +26143,55,0 +26143,56,0 +26143,61,1330 +26143,62,0 +26143,71,134 +26143,72,850 +26143,81,169 +26143,92,572 +26145,11,586 +26145,21,53 +26145,22,0 +26145,23,3140 +26145,31,12384 +26145,42,0 +26145,44,11791 +26145,48,2815 +26145,51,1525 +26145,52,3000 +26145,53,710 +26145,54,2599 +26145,55,379 +26145,56,8660 +26145,61,809 +26145,62,18255 +26145,71,886 +26145,72,8427 +26145,81,2469 +26145,92,3181 +26147,11,172 +26147,21,7 +26147,22,0 +26147,23,2626 +26147,31,8362 +26147,42,1192 +26147,44,6010 +26147,48,483 +26147,51,221 +26147,52,961 +26147,53,354 +26147,54,1319 +26147,55,40 +26147,56,1380 +26147,61,6831 +26147,62,8491 +26147,71,638 +26147,72,5029 +26147,81,1369 +26147,92,2918 +26149,11,824 +26149,22,0 +26149,23,534 +26149,31,8229 +26149,42,421 +26149,44,2271 +26149,48,111 +26149,51,73 +26149,52,413 +26149,53,139 +26149,54,566 +26149,55,0 +26149,56,0 +26149,61,69 +26149,62,1987 +26149,71,130 +26149,72,1591 +26149,81,4181 +26149,92,724 +26151,11,729 +26151,21,100 +26151,22,0 +26151,23,369 +26151,31,3004 +26151,42,579 +26151,44,1368 +26151,48,107 +26151,51,73 +26151,52,367 +26151,53,48 +26151,54,186 +26151,56,187 +26151,61,0 +26151,62,0 +26151,71,71 +26151,72,908 +26151,81,239 +26151,92,489 +26153,11,120 +26153,21,190 +26153,22,0 +26153,23,165 +26153,31,169 +26153,42,0 +26153,44,324 +26153,48,78 +26153,51,30 +26153,52,162 +26153,53,14 +26153,54,48 +26153,56,32 +26153,61,0 +26153,62,136 +26153,71,0 +26153,72,0 +26153,81,95 +26153,92,312 +26155,11,0 +26155,21,0 +26155,22,0 +26155,23,697 +26155,31,2125 +26155,42,0 +26155,44,2188 +26155,48,831 +26155,51,251 +26155,52,302 +26155,53,96 +26155,54,686 +26155,55,0 +26155,56,0 +26155,61,395 +26155,62,2869 +26155,71,195 +26155,72,1657 +26155,81,401 +26155,92,953 +26157,11,0 +26157,21,0 +26157,22,0 +26157,23,656 +26157,31,1410 +26157,42,535 +26157,44,1384 +26157,48,120 +26157,51,138 +26157,52,334 +26157,53,35 +26157,54,0 +26157,55,0 +26157,56,646 +26157,61,0 +26157,62,0 +26157,71,104 +26157,72,884 +26157,81,358 +26157,92,732 +26159,11,0 +26159,21,0 +26159,22,0 +26159,23,693 +26159,31,2827 +26159,42,563 +26159,44,2321 +26159,48,150 +26159,51,196 +26159,52,323 +26159,53,113 +26159,54,2131 +26159,55,719 +26159,56,661 +26159,61,53 +26159,62,2326 +26159,71,221 +26159,72,2321 +26159,81,473 +26159,92,1272 +26161,11,0 +26161,21,0 +26161,22,1179 +26161,23,4952 +26161,31,14803 +26161,42,6787 +26161,44,16122 +26161,48,4844 +26161,51,5715 +26161,52,3880 +26161,53,2646 +26161,54,18903 +26161,55,1452 +26161,56,10520 +26161,61,7492 +26161,62,30974 +26161,71,2699 +26161,72,16368 +26161,81,5331 +26161,92,4977 +26163,11,605 +26163,21,755 +26163,22,9964 +26163,23,22504 +26163,31,94153 +26163,42,30406 +26163,44,69167 +26163,48,63329 +26163,51,7333 +26163,52,30292 +26163,53,8371 +26163,54,59817 +26163,55,26607 +26163,56,45406 +26163,61,90279 +26163,62,133343 +26163,71,10965 +26163,72,70255 +26163,81,23097 +26163,92,32387 +26165,11,270 +26165,21,26 +26165,22,0 +26165,23,308 +26165,31,3377 +26165,42,0 +26165,44,1716 +26165,48,674 +26165,51,305 +26165,52,279 +26165,53,86 +26165,54,0 +26165,55,0 +26165,56,1131 +26165,61,2147 +26165,62,1762 +26165,71,204 +26165,72,1445 +26165,81,448 +26165,92,948 +27001,11,39 +27001,21,90 +27001,22,0 +27001,23,182 +27001,31,391 +27001,42,157 +27001,44,583 +27001,48,37 +27001,51,17 +27001,52,96 +27001,53,10 +27001,54,5 +27001,55,0 +27001,56,83 +27001,61,0 +27001,62,0 +27001,71,51 +27001,72,532 +27001,81,146 +27001,92,352 +27003,11,888 +27003,22,0 +27003,23,9071 +27003,31,23860 +27003,42,7462 +27003,44,15905 +27003,48,480 +27003,51,563 +27003,52,2353 +27003,53,1373 +27003,54,4473 +27003,55,872 +27003,56,6296 +27003,61,2219 +27003,62,19856 +27003,71,3534 +27003,72,10643 +27003,81,4972 +27003,92,5155 +27005,11,705 +27005,21,58 +27005,22,0 +27005,23,692 +27005,31,2388 +27005,42,0 +27005,44,1810 +27005,48,717 +27005,51,99 +27005,52,319 +27005,53,64 +27005,54,286 +27005,55,0 +27005,56,0 +27005,61,103 +27005,62,2552 +27005,71,315 +27005,72,1576 +27005,81,416 +27005,92,1898 +27007,11,0 +27007,21,0 +27007,22,203 +27007,23,1174 +27007,31,961 +27007,42,606 +27007,44,2878 +27007,48,623 +27007,51,377 +27007,52,453 +27007,53,100 +27007,54,419 +27007,55,34 +27007,56,309 +27007,61,608 +27007,62,4796 +27007,71,226 +27007,72,2154 +27007,81,460 +27007,92,2206 +27009,11,577 +27009,23,2072 +27009,31,3710 +27009,42,1534 +27009,44,1778 +27009,48,760 +27009,51,132 +27009,52,181 +27009,53,104 +27009,54,0 +27009,55,0 +27009,56,962 +27009,61,2165 +27009,62,2588 +27009,71,150 +27009,72,1044 +27009,81,481 +27009,92,437 +27011,11,0 +27011,21,0 +27011,23,185 +27011,31,23 +27011,42,70 +27011,44,184 +27011,48,62 +27011,51,20 +27011,52,0 +27011,53,0 +27011,54,15 +27011,55,0 +27011,56,0 +27011,61,0 +27011,62,0 +27011,71,15 +27011,72,108 +27011,81,54 +27011,92,12 +27013,11,0 +27013,21,0 +27013,22,361 +27013,23,2145 +27013,31,4195 +27013,42,1458 +27013,44,5735 +27013,48,1828 +27013,51,872 +27013,52,979 +27013,53,808 +27013,54,1209 +27013,55,168 +27013,56,1185 +27013,61,4208 +27013,62,9887 +27013,71,615 +27013,72,4145 +27013,81,1455 +27013,92,1340 +27015,11,0 +27015,21,0 +27015,22,0 +27015,23,677 +27015,31,2772 +27015,42,0 +27015,44,1524 +27015,48,1175 +27015,51,335 +27015,52,447 +27015,53,56 +27015,54,569 +27015,55,0 +27015,56,0 +27015,61,54 +27015,62,2356 +27015,71,150 +27015,72,1091 +27015,81,287 +27015,92,719 +27017,11,0 +27017,21,0 +27017,22,150 +27017,23,692 +27017,31,1310 +27017,42,404 +27017,44,1332 +27017,48,283 +27017,51,40 +27017,52,526 +27017,53,29 +27017,54,258 +27017,55,0 +27017,56,0 +27017,61,49 +27017,62,1858 +27017,71,107 +27017,72,1034 +27017,81,331 +27017,92,2245 +27019,11,233 +27019,22,0 +27019,23,2676 +27019,31,9882 +27019,42,2174 +27019,44,3536 +27019,48,193 +27019,51,306 +27019,52,829 +27019,53,417 +27019,54,1872 +27019,55,0 +27019,56,0 +27019,61,1825 +27019,62,5713 +27019,71,1446 +27019,72,3739 +27019,81,955 +27019,92,1526 +27021,11,108 +27021,22,32 +27021,23,409 +27021,31,664 +27021,42,112 +27021,44,1176 +27021,48,123 +27021,51,26 +27021,52,173 +27021,53,272 +27021,54,3 +27021,55,0 +27021,56,215 +27021,61,1760 +27021,62,158 +27021,71,225 +27021,72,1839 +27021,81,216 +27021,92,1837 +27023,11,0 +27023,21,0 +27023,22,74 +27023,23,223 +27023,31,1210 +27023,42,430 +27023,44,503 +27023,48,124 +27023,51,38 +27023,52,206 +27023,53,147 +27023,54,5 +27023,55,0 +27023,56,97 +27023,61,0 +27023,62,22 +27023,71,56 +27023,72,372 +27023,81,218 +27023,92,300 +27025,11,0 +27025,21,0 +27025,22,0 +27025,23,1038 +27025,31,2383 +27025,42,428 +27025,44,1739 +27025,48,110 +27025,51,49 +27025,52,217 +27025,53,46 +27025,54,775 +27025,55,0 +27025,56,0 +27025,61,2120 +27025,62,4094 +27025,71,451 +27025,72,1408 +27025,81,446 +27025,92,1201 +27027,11,0 +27027,21,0 +27027,22,0 +27027,23,855 +27027,31,1047 +27027,42,1233 +27027,44,2626 +27027,48,111 +27027,51,230 +27027,52,392 +27027,53,129 +27027,54,724 +27027,55,223 +27027,56,291 +27027,61,0 +27027,62,0 +27027,71,227 +27027,72,1767 +27027,81,668 +27027,92,1279 +27029,11,0 +27029,21,0 +27029,22,0 +27029,23,325 +27029,31,513 +27029,42,50 +27029,44,241 +27029,48,34 +27029,51,0 +27029,52,0 +27029,53,0 +27029,54,15 +27029,55,0 +27029,56,10 +27029,61,459 +27029,62,548 +27029,71,6 +27029,72,198 +27029,81,62 +27029,92,213 +27031,11,0 +27031,22,0 +27031,23,142 +27031,31,0 +27031,42,0 +27031,44,371 +27031,48,31 +27031,51,26 +27031,52,33 +27031,53,52 +27031,54,17 +27031,56,42 +27031,61,157 +27031,62,93 +27031,71,166 +27031,72,897 +27031,81,43 +27031,92,434 +27033,11,0 +27033,21,0 +27033,22,0 +27033,23,231 +27033,31,1420 +27033,42,397 +27033,44,435 +27033,48,34 +27033,51,48 +27033,52,116 +27033,53,6 +27033,54,0 +27033,55,0 +27033,56,88 +27033,61,0 +27033,62,0 +27033,71,58 +27033,72,258 +27033,81,129 +27033,92,289 +27035,11,0 +27035,21,0 +27035,22,206 +27035,23,1910 +27035,31,2814 +27035,42,653 +27035,44,4837 +27035,48,732 +27035,51,412 +27035,52,1262 +27035,53,289 +27035,54,935 +27035,55,131 +27035,56,1042 +27035,61,3736 +27035,62,6453 +27035,71,310 +27035,72,4097 +27035,81,1024 +27035,92,1466 +27037,11,1837 +27037,21,144 +27037,22,983 +27037,23,10805 +27037,31,19070 +27037,42,10259 +27037,44,24379 +27037,48,18031 +27037,51,6907 +27037,52,13384 +27037,53,2373 +27037,54,8706 +27037,55,5526 +27037,56,8465 +27037,61,4905 +27037,62,25301 +27037,71,3774 +27037,72,16284 +27037,81,7512 +27037,92,5950 +27039,11,0 +27039,21,0 +27039,22,20 +27039,23,496 +27039,31,1631 +27039,42,804 +27039,44,437 +27039,48,259 +27039,51,55 +27039,52,0 +27039,53,0 +27039,54,92 +27039,55,0 +27039,56,0 +27039,61,0 +27039,62,0 +27039,71,78 +27039,72,410 +27039,81,142 +27039,92,424 +27041,11,245 +27041,21,29 +27041,22,96 +27041,23,1097 +27041,31,3612 +27041,42,1109 +27041,44,2779 +27041,48,388 +27041,51,213 +27041,52,425 +27041,53,186 +27041,54,443 +27041,55,10 +27041,56,545 +27041,61,188 +27041,62,2463 +27041,71,337 +27041,72,2085 +27041,81,700 +27041,92,738 +27043,11,323 +27043,22,62 +27043,23,210 +27043,31,1017 +27043,42,193 +27043,44,404 +27043,48,54 +27043,51,129 +27043,52,189 +27043,53,10 +27043,54,53 +27043,56,64 +27043,61,800 +27043,62,735 +27043,71,11 +27043,72,261 +27043,81,226 +27043,92,359 +27045,11,0 +27045,21,0 +27045,22,129 +27045,23,268 +27045,31,812 +27045,42,389 +27045,44,728 +27045,48,239 +27045,51,58 +27045,52,209 +27045,53,13 +27045,54,114 +27045,56,63 +27045,61,0 +27045,62,0 +27045,71,105 +27045,72,569 +27045,81,156 +27045,92,480 +27047,11,0 +27047,21,0 +27047,22,0 +27047,23,475 +27047,31,2545 +27047,42,0 +27047,44,1797 +27047,48,71 +27047,51,119 +27047,52,472 +27047,53,79 +27047,54,211 +27047,56,306 +27047,61,1385 +27047,62,2216 +27047,71,131 +27047,72,1097 +27047,81,430 +27047,92,50 +27049,11,0 +27049,21,0 +27049,22,0 +27049,23,926 +27049,31,4723 +27049,42,831 +27049,44,2140 +27049,48,119 +27049,51,146 +27049,52,398 +27049,53,119 +27049,54,10 +27049,55,0 +27049,56,584 +27049,61,2324 +27049,62,3425 +27049,71,293 +27049,72,1834 +27049,81,646 +27049,92,1095 +27051,11,278 +27051,23,178 +27051,31,107 +27051,42,185 +27051,44,176 +27051,48,81 +27051,51,0 +27051,52,78 +27051,53,0 +27051,54,27 +27051,56,17 +27051,61,391 +27051,62,0 +27051,71,0 +27051,72,37 +27051,81,95 +27051,92,138 +27053,11,1563 +27053,21,386 +27053,22,5681 +27053,23,32799 +27053,31,76294 +27053,42,49230 +27053,44,76061 +27053,48,46100 +27053,51,21515 +27053,52,80748 +27053,53,17854 +27053,54,101990 +27053,55,55754 +27053,56,65696 +27053,61,68018 +27053,62,160502 +27053,71,18440 +27053,72,73446 +27053,81,27833 +27053,92,28768 +27055,11,342 +27055,23,388 +27055,31,555 +27055,42,106 +27055,44,470 +27055,48,548 +27055,51,200 +27055,52,123 +27055,53,16 +27055,54,24 +27055,55,0 +27055,56,118 +27055,61,107 +27055,62,1010 +27055,71,46 +27055,72,332 +27055,81,187 +27055,92,462 +27057,11,0 +27057,21,0 +27057,22,81 +27057,23,414 +27057,31,836 +27057,42,59 +27057,44,971 +27057,48,199 +27057,51,51 +27057,52,150 +27057,53,74 +27057,54,0 +27057,55,0 +27057,56,120 +27057,61,0 +27057,62,0 +27057,71,52 +27057,72,855 +27057,81,191 +27057,92,6 +27059,11,185 +27059,22,0 +27059,23,504 +27059,31,1340 +27059,42,0 +27059,44,1969 +27059,48,359 +27059,51,211 +27059,52,259 +27059,53,64 +27059,54,0 +27059,55,0 +27059,56,332 +27059,61,2129 +27059,62,2685 +27059,71,71 +27059,72,895 +27059,81,326 +27059,92,687 +27061,11,0 +27061,21,0 +27061,22,554 +27061,23,855 +27061,31,842 +27061,42,454 +27061,44,2319 +27061,48,422 +27061,51,133 +27061,52,393 +27061,53,77 +27061,54,211 +27061,55,33 +27061,56,964 +27061,61,67 +27061,62,3740 +27061,71,151 +27061,72,1422 +27061,81,738 +27061,92,1021 +27063,11,424 +27063,22,0 +27063,23,122 +27063,31,1474 +27063,42,312 +27063,44,265 +27063,48,30 +27063,51,38 +27063,52,78 +27063,53,14 +27063,54,107 +27063,56,234 +27063,61,0 +27063,62,0 +27063,71,27 +27063,72,261 +27063,81,78 +27063,92,12 +27065,11,0 +27065,21,0 +27065,22,0 +27065,23,272 +27065,31,446 +27065,42,56 +27065,44,494 +27065,48,25 +27065,51,39 +27065,52,136 +27065,53,52 +27065,54,55 +27065,56,30 +27065,61,0 +27065,62,486 +27065,71,61 +27065,72,314 +27065,81,188 +27065,92,343 +27067,11,0 +27067,21,0 +27067,22,103 +27067,23,1099 +27067,31,3601 +27067,42,904 +27067,44,2987 +27067,48,681 +27067,51,244 +27067,52,506 +27067,53,86 +27067,54,547 +27067,55,126 +27067,56,801 +27067,61,2326 +27067,62,0 +27067,71,250 +27067,72,1762 +27067,81,726 +27067,92,1054 +27069,11,0 +27069,21,0 +27069,22,0 +27069,23,41 +27069,31,170 +27069,42,163 +27069,44,198 +27069,48,66 +27069,51,0 +27069,52,0 +27069,53,0 +27069,54,20 +27069,55,0 +27069,56,0 +27069,61,264 +27069,62,341 +27069,71,10 +27069,72,53 +27069,81,69 +27069,92,17 +27071,11,0 +27071,22,24 +27071,23,267 +27071,31,0 +27071,42,77 +27071,44,650 +27071,48,208 +27071,51,66 +27071,52,162 +27071,53,6 +27071,54,51 +27071,56,73 +27071,61,588 +27071,62,0 +27071,71,117 +27071,72,578 +27071,81,118 +27071,92,473 +27073,11,123 +27073,23,95 +27073,31,147 +27073,42,250 +27073,44,221 +27073,48,133 +27073,51,28 +27073,52,108 +27073,53,6 +27073,54,10 +27073,56,57 +27073,61,0 +27073,62,290 +27073,71,13 +27073,72,95 +27073,81,65 +27073,92,176 +27075,11,52 +27075,21,0 +27075,22,0 +27075,23,0 +27075,31,623 +27075,42,27 +27075,44,372 +27075,48,25 +27075,51,13 +27075,52,113 +27075,53,26 +27075,54,77 +27075,56,151 +27075,61,586 +27075,62,0 +27075,71,111 +27075,72,717 +27075,81,233 +27075,92,412 +27077,11,135 +27077,22,0 +27077,23,0 +27077,31,0 +27077,42,0 +27077,44,216 +27077,48,47 +27077,51,14 +27077,52,26 +27077,53,10 +27077,54,0 +27077,55,0 +27077,56,25 +27077,61,0 +27077,62,175 +27077,71,29 +27077,72,507 +27077,81,68 +27077,92,132 +27079,11,0 +27079,21,0 +27079,22,0 +27079,23,626 +27079,31,3141 +27079,42,0 +27079,44,788 +27079,48,416 +27079,51,56 +27079,52,272 +27079,53,28 +27079,54,161 +27079,56,89 +27079,61,1263 +27079,62,772 +27079,71,91 +27079,72,490 +27079,81,234 +27079,92,584 +27081,11,221 +27081,22,58 +27081,23,193 +27081,31,20 +27081,42,96 +27081,44,182 +27081,48,127 +27081,51,0 +27081,52,0 +27081,53,0 +27081,54,39 +27081,56,39 +27081,61,244 +27081,62,0 +27081,71,32 +27081,72,84 +27081,81,0 +27081,92,129 +27083,11,400 +27083,22,0 +27083,23,484 +27083,31,1790 +27083,42,684 +27083,44,1687 +27083,48,82 +27083,51,92 +27083,52,1125 +27083,53,105 +27083,54,298 +27083,55,526 +27083,56,610 +27083,61,178 +27083,62,1945 +27083,71,149 +27083,72,1053 +27083,81,279 +27083,92,812 +27085,11,0 +27085,21,0 +27085,22,0 +27085,23,559 +27085,31,4763 +27085,42,599 +27085,44,1972 +27085,48,77 +27085,51,183 +27085,52,381 +27085,53,65 +27085,54,234 +27085,55,86 +27085,56,407 +27085,61,1666 +27085,62,3073 +27085,71,181 +27085,72,1102 +27085,81,406 +27085,92,773 +27087,11,0 +27087,22,0 +27087,23,60 +27087,31,0 +27087,42,0 +27087,44,110 +27087,48,58 +27087,51,0 +27087,52,0 +27087,53,0 +27087,54,9 +27087,56,0 +27087,61,114 +27087,62,46 +27087,71,0 +27087,72,0 +27087,81,33 +27087,92,142 +27089,11,0 +27089,21,0 +27089,22,0 +27089,23,142 +27089,31,254 +27089,42,170 +27089,44,231 +27089,48,33 +27089,51,13 +27089,52,0 +27089,53,0 +27089,54,23 +27089,55,0 +27089,56,0 +27089,61,548 +27089,62,0 +27089,71,0 +27089,72,0 +27089,81,73 +27089,92,302 +27091,11,865 +27091,22,98 +27091,23,292 +27091,31,932 +27091,42,860 +27091,44,1132 +27091,48,316 +27091,51,85 +27091,52,437 +27091,53,45 +27091,54,159 +27091,55,24 +27091,56,141 +27091,61,1175 +27091,62,1671 +27091,71,92 +27091,72,812 +27091,81,214 +27091,92,639 +27093,11,578 +27093,21,15 +27093,22,0 +27093,23,507 +27093,31,1608 +27093,42,485 +27093,44,775 +27093,48,53 +27093,51,37 +27093,52,189 +27093,53,38 +27093,54,232 +27093,55,0 +27093,56,0 +27093,61,66 +27093,62,1098 +27093,71,37 +27093,72,476 +27093,81,166 +27093,92,470 +27095,11,0 +27095,21,0 +27095,22,54 +27095,23,476 +27095,31,674 +27095,42,159 +27095,44,1029 +27095,48,235 +27095,51,105 +27095,52,228 +27095,53,60 +27095,54,245 +27095,55,0 +27095,56,0 +27095,61,0 +27095,62,0 +27095,71,136 +27095,72,924 +27095,81,305 +27095,92,1354 +27097,11,863 +27097,21,23 +27097,22,0 +27097,23,415 +27097,31,1109 +27097,42,467 +27097,44,1482 +27097,48,70 +27097,51,80 +27097,52,278 +27097,53,20 +27097,54,673 +27097,55,33 +27097,56,262 +27097,61,1944 +27097,62,0 +27097,71,116 +27097,72,993 +27097,81,450 +27097,92,1206 +27099,11,0 +27099,21,0 +27099,22,0 +27099,23,523 +27099,31,3577 +27099,42,593 +27099,44,1705 +27099,48,119 +27099,51,221 +27099,52,275 +27099,53,58 +27099,54,0 +27099,55,0 +27099,56,692 +27099,61,114 +27099,62,3033 +27099,71,174 +27099,72,1109 +27099,81,555 +27099,92,843 +27101,11,149 +27101,21,33 +27101,22,0 +27101,23,171 +27101,31,518 +27101,42,229 +27101,44,358 +27101,48,40 +27101,51,20 +27101,52,0 +27101,53,0 +27101,54,60 +27101,56,43 +27101,61,0 +27101,62,0 +27101,71,19 +27101,72,157 +27101,81,73 +27101,92,159 +27103,11,798 +27103,22,0 +27103,23,362 +27103,31,4030 +27103,42,0 +27103,44,1149 +27103,48,34 +27103,51,384 +27103,52,219 +27103,53,32 +27103,54,0 +27103,55,0 +27103,56,499 +27103,61,0 +27103,62,0 +27103,71,105 +27103,72,786 +27103,81,501 +27103,92,1015 +27105,11,950 +27105,22,0 +27105,23,252 +27105,31,3152 +27105,42,0 +27105,44,1318 +27105,48,542 +27105,51,75 +27105,52,336 +27105,53,24 +27105,54,189 +27105,55,41 +27105,56,398 +27105,61,9 +27105,62,1322 +27105,71,0 +27105,72,0 +27105,81,327 +27105,92,404 +27107,11,333 +27107,22,0 +27107,23,53 +27107,31,25 +27107,42,96 +27107,44,149 +27107,48,25 +27107,51,55 +27107,52,0 +27107,53,0 +27107,54,50 +27107,55,0 +27107,56,0 +27107,61,403 +27107,62,369 +27107,71,13 +27107,72,51 +27107,81,26 +27107,92,194 +27109,11,592 +27109,21,41 +27109,22,283 +27109,23,4160 +27109,31,7028 +27109,42,1620 +27109,44,10043 +27109,48,2376 +27109,51,1403 +27109,52,1439 +27109,53,710 +27109,54,1593 +27109,55,487 +27109,56,3191 +27109,61,1390 +27109,62,51172 +27109,71,1320 +27109,72,8743 +27109,81,2563 +27109,92,3430 +27111,11,882 +27111,21,21 +27111,22,0 +27111,23,1291 +27111,31,4079 +27111,42,761 +27111,44,2631 +27111,48,141 +27111,51,396 +27111,52,539 +27111,53,93 +27111,54,480 +27111,55,172 +27111,56,716 +27111,61,56 +27111,62,4211 +27111,71,280 +27111,72,1998 +27111,81,788 +27111,92,1404 +27113,11,104 +27113,22,0 +27113,23,146 +27113,31,1082 +27113,42,4559 +27113,44,923 +27113,48,38 +27113,51,132 +27113,52,159 +27113,53,25 +27113,54,92 +27113,56,209 +27113,61,0 +27113,62,0 +27113,71,66 +27113,72,511 +27113,81,233 +27113,92,383 +27115,11,0 +27115,21,0 +27115,22,62 +27115,23,568 +27115,31,337 +27115,42,114 +27115,44,1068 +27115,48,239 +27115,51,150 +27115,52,169 +27115,53,47 +27115,54,0 +27115,55,0 +27115,56,158 +27115,61,1419 +27115,62,1012 +27115,71,130 +27115,72,900 +27115,81,237 +27115,92,862 +27117,11,0 +27117,21,0 +27117,22,51 +27117,23,263 +27117,31,527 +27117,42,280 +27117,44,483 +27117,48,173 +27117,51,72 +27117,52,0 +27117,53,0 +27117,54,0 +27117,55,0 +27117,56,246 +27117,61,0 +27117,62,0 +27117,71,31 +27117,72,332 +27117,81,118 +27117,92,228 +27119,11,1431 +27119,21,29 +27119,22,53 +27119,23,469 +27119,31,1689 +27119,42,512 +27119,44,1263 +27119,48,582 +27119,51,206 +27119,52,255 +27119,53,46 +27119,54,168 +27119,55,0 +27119,56,0 +27119,61,0 +27119,62,0 +27119,71,72 +27119,72,990 +27119,81,439 +27119,92,959 +27121,11,0 +27121,21,0 +27121,22,0 +27121,23,148 +27121,31,966 +27121,42,727 +27121,44,442 +27121,48,38 +27121,51,18 +27121,52,138 +27121,53,9 +27121,54,83 +27121,56,21 +27121,61,0 +27121,62,0 +27121,71,40 +27121,72,340 +27121,81,119 +27121,92,10 +27123,11,155 +27123,21,38 +27123,22,1871 +27123,23,11523 +27123,31,28104 +27123,42,14075 +27123,44,25982 +27123,48,7912 +27123,51,6868 +27123,52,17903 +27123,53,4734 +27123,54,15915 +27123,55,19281 +27123,56,20341 +27123,61,56261 +27123,62,74682 +27123,71,7234 +27123,72,25145 +27123,81,11858 +27123,92,29338 +27125,11,0 +27125,22,0 +27125,23,45 +27125,31,0 +27125,42,0 +27125,44,106 +27125,48,109 +27125,51,0 +27125,52,0 +27125,53,0 +27125,54,0 +27125,56,0 +27125,61,320 +27125,62,0 +27125,71,0 +27125,72,0 +27125,81,0 +27125,92,85 +27127,11,0 +27127,21,0 +27127,22,47 +27127,23,279 +27127,31,1164 +27127,42,455 +27127,44,671 +27127,48,331 +27127,51,51 +27127,52,323 +27127,53,19 +27127,54,94 +27127,56,86 +27127,61,0 +27127,62,0 +27127,71,44 +27127,72,340 +27127,81,148 +27127,92,518 +27129,11,0 +27129,21,0 +27129,22,0 +27129,23,181 +27129,31,859 +27129,42,0 +27129,44,397 +27129,48,588 +27129,51,32 +27129,52,0 +27129,53,0 +27129,54,153 +27129,55,36 +27129,56,53 +27129,61,0 +27129,62,781 +27129,71,42 +27129,72,195 +27129,81,86 +27129,92,372 +27131,11,1263 +27131,21,64 +27131,22,0 +27131,23,1176 +27131,31,4968 +27131,42,1385 +27131,44,2738 +27131,48,123 +27131,51,275 +27131,52,447 +27131,53,123 +27131,54,401 +27131,55,96 +27131,56,661 +27131,61,6533 +27131,62,3492 +27131,71,250 +27131,72,2286 +27131,81,825 +27131,92,844 +27133,11,0 +27133,21,0 +27133,22,0 +27133,23,112 +27133,31,178 +27133,42,265 +27133,44,387 +27133,48,23 +27133,51,37 +27133,52,326 +27133,53,20 +27133,54,82 +27133,55,0 +27133,56,0 +27133,61,504 +27133,62,752 +27133,71,25 +27133,72,257 +27133,81,78 +27133,92,210 +27135,11,187 +27135,22,0 +27135,23,77 +27135,31,3961 +27135,42,0 +27135,44,660 +27135,48,165 +27135,51,18 +27135,52,178 +27135,53,18 +27135,54,95 +27135,55,0 +27135,56,0 +27135,61,926 +27135,62,923 +27135,71,58 +27135,72,371 +27135,81,194 +27135,92,318 +27137,11,338 +27137,21,4592 +27137,22,1453 +27137,23,4885 +27137,31,5086 +27137,42,2315 +27137,44,11560 +27137,48,3851 +27137,51,1124 +27137,52,3189 +27137,53,1087 +27137,54,4129 +27137,55,758 +27137,56,1876 +27137,61,7162 +27137,62,28005 +27137,71,2521 +27137,72,10404 +27137,81,3667 +27137,92,5579 +27139,11,235 +27139,21,82 +27139,22,264 +27139,23,5434 +27139,31,6774 +27139,42,3286 +27139,44,5817 +27139,48,6191 +27139,51,357 +27139,52,724 +27139,53,283 +27139,54,1673 +27139,55,144 +27139,56,2330 +27139,61,7247 +27139,62,5701 +27139,71,2508 +27139,72,4471 +27139,81,2009 +27139,92,2421 +27141,11,0 +27141,21,0 +27141,22,0 +27141,23,2255 +27141,31,4052 +27141,42,0 +27141,44,3502 +27141,48,1386 +27141,51,70 +27141,52,416 +27141,53,159 +27141,54,580 +27141,55,110 +27141,56,903 +27141,61,4442 +27141,62,4064 +27141,71,308 +27141,72,2403 +27141,81,1097 +27141,92,1403 +27143,11,1697 +27143,22,0 +27143,23,167 +27143,31,669 +27143,42,215 +27143,44,274 +27143,48,34 +27143,51,21 +27143,52,82 +27143,53,7 +27143,54,55 +27143,55,128 +27143,56,47 +27143,61,0 +27143,62,0 +27143,71,28 +27143,72,179 +27143,81,106 +27143,92,347 +27145,11,2032 +27145,21,192 +27145,22,319 +27145,23,4979 +27145,31,11958 +27145,42,3845 +27145,44,11819 +27145,48,4293 +27145,51,1313 +27145,52,3864 +27145,53,971 +27145,54,2615 +27145,55,2101 +27145,56,4377 +27145,61,3042 +27145,62,18006 +27145,71,972 +27145,72,6450 +27145,81,2939 +27145,92,3022 +27147,11,0 +27147,21,0 +27147,22,0 +27147,23,533 +27147,31,5660 +27147,42,0 +27147,44,3055 +27147,48,730 +27147,51,259 +27147,52,1855 +27147,53,222 +27147,54,0 +27147,55,0 +27147,56,2533 +27147,61,102 +27147,62,2556 +27147,71,193 +27147,72,1426 +27147,81,486 +27147,92,748 +27149,11,0 +27149,21,0 +27149,22,0 +27149,23,215 +27149,31,927 +27149,42,208 +27149,44,470 +27149,48,27 +27149,51,67 +27149,52,102 +27149,53,15 +27149,54,132 +27149,55,0 +27149,56,0 +27149,61,0 +27149,62,790 +27149,71,23 +27149,72,348 +27149,81,80 +27149,92,224 +27151,11,0 +27151,21,0 +27151,22,132 +27151,23,168 +27151,31,605 +27151,42,347 +27151,44,313 +27151,48,151 +27151,51,43 +27151,52,111 +27151,53,18 +27151,54,101 +27151,56,49 +27151,61,0 +27151,62,0 +27151,71,30 +27151,72,212 +27151,81,126 +27151,92,322 +27153,11,0 +27153,21,0 +27153,22,0 +27153,23,181 +27153,31,1546 +27153,42,0 +27153,44,603 +27153,48,246 +27153,51,40 +27153,52,270 +27153,53,21 +27153,54,61 +27153,56,86 +27153,61,1523 +27153,62,1361 +27153,71,56 +27153,72,341 +27153,81,183 +27153,92,31 +27155,11,217 +27155,22,0 +27155,23,35 +27155,31,36 +27155,42,159 +27155,44,171 +27155,48,19 +27155,51,0 +27155,52,34 +27155,53,4 +27155,54,14 +27155,56,0 +27155,61,0 +27155,62,285 +27155,71,0 +27155,72,0 +27155,81,0 +27155,92,147 +27157,11,0 +27157,21,0 +27157,22,0 +27157,23,168 +27157,31,1622 +27157,42,0 +27157,44,730 +27157,48,478 +27157,51,47 +27157,52,183 +27157,53,12 +27157,54,86 +27157,55,0 +27157,56,0 +27157,61,916 +27157,62,0 +27157,71,129 +27157,72,586 +27157,81,179 +27157,92,490 +27159,11,90 +27159,22,71 +27159,23,274 +27159,31,519 +27159,42,468 +27159,44,601 +27159,48,284 +27159,51,73 +27159,52,131 +27159,53,23 +27159,54,75 +27159,56,30 +27159,61,16 +27159,62,1294 +27159,71,38 +27159,72,362 +27159,81,163 +27159,92,390 +27161,11,0 +27161,21,0 +27161,22,0 +27161,23,293 +27161,31,1098 +27161,42,202 +27161,44,549 +27161,48,50 +27161,51,102 +27161,52,181 +27161,53,27 +27161,54,167 +27161,55,0 +27161,56,0 +27161,61,114 +27161,62,1133 +27161,71,69 +27161,72,411 +27161,81,154 +27161,92,557 +27163,11,0 +27163,21,0 +27163,22,0 +27163,23,4088 +27163,31,10068 +27163,42,3487 +27163,44,14326 +27163,48,429 +27163,51,1251 +27163,52,3606 +27163,53,931 +27163,54,3894 +27163,55,2010 +27163,56,2866 +27163,61,13826 +27163,62,13681 +27163,71,2554 +27163,72,10009 +27163,81,3613 +27163,92,3999 +27165,11,0 +27165,21,0 +27165,22,0 +27165,23,263 +27165,31,1253 +27165,42,0 +27165,44,314 +27165,48,445 +27165,51,38 +27165,52,164 +27165,53,19 +27165,54,64 +27165,56,88 +27165,61,670 +27165,62,489 +27165,71,52 +27165,72,214 +27165,81,123 +27165,92,341 +27167,11,0 +27167,21,0 +27167,22,0 +27167,23,76 +27167,31,26 +27167,42,169 +27167,44,0 +27167,48,16 +27167,51,0 +27167,52,69 +27167,53,36 +27167,54,48 +27167,56,0 +27167,61,401 +27167,62,451 +27167,71,4 +27167,72,91 +27167,81,65 +27167,92,129 +27169,11,0 +27169,21,0 +27169,22,0 +27169,23,683 +27169,31,5824 +27169,42,0 +27169,44,2498 +27169,48,1504 +27169,51,603 +27169,52,548 +27169,53,96 +27169,54,38 +27169,55,0 +27169,56,696 +27169,61,3940 +27169,62,3005 +27169,71,398 +27169,72,2370 +27169,81,512 +27169,92,164 +27171,11,0 +27171,21,0 +27171,22,0 +27171,23,4436 +27171,31,6481 +27171,42,1837 +27171,44,7186 +27171,48,201 +27171,51,282 +27171,52,736 +27171,53,233 +27171,54,980 +27171,55,311 +27171,56,1731 +27171,61,8767 +27171,62,6481 +27171,71,797 +27171,72,4167 +27171,81,1484 +27171,92,1645 +27173,11,0 +27173,21,0 +27173,22,0 +27173,23,216 +27173,31,181 +27173,42,239 +27173,44,423 +27173,48,38 +27173,51,69 +27173,52,98 +27173,53,13 +27173,54,60 +27173,55,0 +27173,56,0 +27173,61,0 +27173,62,0 +27173,71,18 +27173,72,240 +27173,81,109 +27173,92,371 +28001,11,48 +28001,21,337 +28001,22,37 +28001,23,352 +28001,31,575 +28001,42,453 +28001,44,1744 +28001,48,650 +28001,51,150 +28001,52,445 +28001,53,156 +28001,54,266 +28001,55,29 +28001,56,513 +28001,61,0 +28001,62,70 +28001,71,450 +28001,72,1492 +28001,81,215 +28001,92,105 +28003,11,82 +28003,22,170 +28003,23,365 +28003,31,2564 +28003,42,597 +28003,44,2107 +28003,48,549 +28003,51,121 +28003,52,368 +28003,53,339 +28003,54,214 +28003,55,39 +28003,56,1637 +28003,61,52 +28003,62,1907 +28003,71,64 +28003,72,1556 +28003,81,212 +28003,92,763 +28005,11,0 +28005,21,0 +28005,22,0 +28005,23,106 +28005,31,378 +28005,42,0 +28005,44,216 +28005,48,168 +28005,51,0 +28005,52,0 +28005,53,0 +28005,54,22 +28005,55,0 +28005,56,0 +28005,61,457 +28005,62,19 +28005,71,0 +28005,72,0 +28005,81,0 +28005,92,191 +28007,11,46 +28007,21,12 +28007,22,34 +28007,23,379 +28007,31,698 +28007,42,84 +28007,44,703 +28007,48,153 +28007,51,58 +28007,52,158 +28007,53,44 +28007,54,0 +28007,55,0 +28007,56,139 +28007,61,1471 +28007,62,250 +28007,71,23 +28007,72,431 +28007,81,71 +28007,92,213 +28009,11,0 +28009,22,41 +28009,23,0 +28009,31,184 +28009,44,0 +28009,48,16 +28009,51,0 +28009,52,21 +28009,54,35 +28009,56,42 +28009,61,463 +28009,62,239 +28009,81,28 +28009,92,151 +28011,11,533 +28011,22,43 +28011,23,327 +28011,31,1341 +28011,42,321 +28011,44,1617 +28011,48,516 +28011,51,117 +28011,52,260 +28011,53,140 +28011,54,0 +28011,55,0 +28011,56,577 +28011,61,2734 +28011,62,2583 +28011,71,71 +28011,72,1159 +28011,81,189 +28011,92,708 +28013,11,686 +28013,22,67 +28013,23,28 +28013,31,759 +28013,42,106 +28013,44,431 +28013,48,145 +28013,51,23 +28013,52,60 +28013,53,10 +28013,54,31 +28013,55,0 +28013,56,0 +28013,61,0 +28013,62,22 +28013,71,0 +28013,72,0 +28013,81,31 +28013,92,207 +28015,11,0 +28015,21,0 +28015,22,0 +28015,23,188 +28015,31,178 +28015,42,0 +28015,44,106 +28015,48,50 +28015,51,0 +28015,52,32 +28015,53,6 +28015,54,0 +28015,55,0 +28015,56,14 +28015,61,395 +28015,62,19 +28015,71,0 +28015,72,0 +28015,81,10 +28015,92,21 +28017,11,293 +28017,22,0 +28017,23,148 +28017,31,2072 +28017,42,0 +28017,44,770 +28017,48,232 +28017,51,7 +28017,52,126 +28017,53,19 +28017,54,74 +28017,56,56 +28017,61,0 +28017,62,31 +28017,71,0 +28017,72,0 +28017,81,49 +28017,92,40 +28019,11,0 +28019,21,0 +28019,22,170 +28019,23,18 +28019,31,323 +28019,42,0 +28019,44,158 +28019,48,14 +28019,51,0 +28019,52,19 +28019,53,0 +28019,54,18 +28019,56,31 +28019,61,0 +28019,62,22 +28019,72,58 +28019,81,23 +28019,92,134 +28021,11,0 +28021,22,0 +28021,23,0 +28021,31,125 +28021,42,0 +28021,44,153 +28021,48,20 +28021,51,9 +28021,52,0 +28021,53,0 +28021,54,0 +28021,56,0 +28021,61,0 +28021,62,21 +28021,71,9 +28021,72,0 +28021,81,4 +28021,92,19 +28023,11,106 +28023,21,214 +28023,22,39 +28023,23,173 +28023,31,477 +28023,42,4 +28023,44,350 +28023,48,105 +28023,51,10 +28023,52,0 +28023,53,0 +28023,54,0 +28023,55,0 +28023,56,43 +28023,61,0 +28023,62,0 +28023,71,0 +28023,72,0 +28023,81,0 +28023,92,305 +28025,11,0 +28025,21,0 +28025,22,8 +28025,23,205 +28025,31,943 +28025,42,0 +28025,44,825 +28025,48,435 +28025,51,19 +28025,52,140 +28025,53,47 +28025,54,115 +28025,55,0 +28025,56,0 +28025,61,1198 +28025,62,29 +28025,71,0 +28025,72,0 +28025,81,133 +28025,92,24 +28027,11,664 +28027,22,172 +28027,23,142 +28027,31,548 +28027,42,415 +28027,44,843 +28027,48,135 +28027,51,56 +28027,52,279 +28027,53,96 +28027,54,170 +28027,56,115 +28027,61,232 +28027,62,2378 +28027,71,56 +28027,72,1077 +28027,81,161 +28027,92,421 +28029,11,238 +28029,21,99 +28029,22,22 +28029,23,120 +28029,31,1899 +28029,42,42 +28029,44,812 +28029,48,208 +28029,51,40 +28029,52,113 +28029,53,38 +28029,54,85 +28029,55,0 +28029,56,0 +28029,61,376 +28029,62,1218 +28029,71,14 +28029,72,571 +28029,81,98 +28029,92,514 +28031,11,0 +28031,21,0 +28031,22,20 +28031,23,367 +28031,31,1417 +28031,42,97 +28031,44,628 +28031,48,477 +28031,51,0 +28031,52,128 +28031,53,64 +28031,54,0 +28031,55,0 +28031,56,95 +28031,61,0 +28031,62,708 +28031,71,51 +28031,72,407 +28031,81,0 +28031,92,352 +28033,11,0 +28033,21,0 +28033,22,275 +28033,23,2368 +28033,31,4607 +28033,42,3709 +28033,44,9852 +28033,48,11575 +28033,51,547 +28033,52,1149 +28033,53,525 +28033,54,1028 +28033,55,332 +28033,56,7460 +28033,61,1166 +28033,62,9312 +28033,71,939 +28033,72,9163 +28033,81,1232 +28033,92,2538 +28035,11,142 +28035,21,29 +28035,22,618 +28035,23,1465 +28035,31,3882 +28035,42,1541 +28035,44,3911 +28035,48,2012 +28035,51,306 +28035,52,1102 +28035,53,482 +28035,54,911 +28035,55,894 +28035,56,3340 +28035,61,1607 +28035,62,8045 +28035,71,406 +28035,72,4789 +28035,81,631 +28035,92,2582 +28037,11,0 +28037,21,0 +28037,22,0 +28037,23,0 +28037,31,0 +28037,42,0 +28037,44,158 +28037,48,151 +28037,51,0 +28037,52,0 +28037,53,0 +28037,54,24 +28037,55,33 +28037,61,0 +28037,62,17 +28037,71,0 +28037,72,11 +28037,81,43 +28037,92,187 +28039,11,0 +28039,21,0 +28039,22,162 +28039,23,288 +28039,31,282 +28039,42,166 +28039,44,988 +28039,48,134 +28039,51,37 +28039,52,184 +28039,53,26 +28039,54,149 +28039,55,0 +28039,56,0 +28039,61,0 +28039,62,31 +28039,71,5 +28039,72,581 +28039,81,107 +28039,92,44 +28041,11,176 +28041,21,13 +28041,22,42 +28041,23,0 +28041,31,0 +28041,42,23 +28041,44,212 +28041,48,48 +28041,51,6 +28041,52,0 +28041,53,0 +28041,54,12 +28041,56,0 +28041,61,885 +28041,62,254 +28041,72,97 +28041,81,57 +28041,92,1 +28043,11,131 +28043,22,37 +28043,23,179 +28043,31,2766 +28043,42,286 +28043,44,1296 +28043,48,328 +28043,51,85 +28043,52,229 +28043,53,86 +28043,54,29 +28043,55,0 +28043,56,1739 +28043,61,173 +28043,62,1196 +28043,71,42 +28043,72,1098 +28043,81,107 +28043,92,174 +28045,11,0 +28045,21,0 +28045,22,324 +28045,23,497 +28045,31,996 +28045,42,74 +28045,44,1575 +28045,48,246 +28045,51,61 +28045,52,211 +28045,53,98 +28045,54,1515 +28045,55,25 +28045,56,1260 +28045,61,2278 +28045,62,217 +28045,71,242 +28045,72,2644 +28045,81,151 +28045,92,2932 +28047,11,0 +28047,21,0 +28047,22,835 +28047,23,3871 +28047,31,2950 +28047,42,1911 +28047,44,11787 +28047,48,2651 +28047,51,875 +28047,52,2050 +28047,53,1463 +28047,54,2711 +28047,55,1205 +28047,56,5859 +28047,61,13662 +28047,62,19984 +28047,71,1663 +28047,72,24619 +28047,81,1952 +28047,92,7404 +28049,11,474 +28049,21,229 +28049,22,1240 +28049,23,3496 +28049,31,4597 +28049,42,4243 +28049,44,9604 +28049,48,4012 +28049,51,2236 +28049,52,4909 +28049,53,1635 +28049,54,5560 +28049,55,2639 +28049,56,8908 +28049,61,25373 +28049,62,36852 +28049,71,1316 +28049,72,9853 +28049,81,2828 +28049,92,14593 +28051,11,207 +28051,22,0 +28051,23,71 +28051,31,524 +28051,42,0 +28051,44,460 +28051,48,69 +28051,51,14 +28051,52,80 +28051,53,29 +28051,54,54 +28051,55,0 +28051,56,8 +28051,61,0 +28051,62,193 +28051,71,0 +28051,72,0 +28051,81,102 +28051,92,397 +28053,11,346 +28053,22,0 +28053,23,45 +28053,31,718 +28053,42,0 +28053,44,179 +28053,48,14 +28053,51,20 +28053,52,122 +28053,53,19 +28053,54,7 +28053,55,0 +28053,56,0 +28053,61,0 +28053,62,27 +28053,71,0 +28053,72,0 +28053,81,21 +28053,92,235 +28055,11,0 +28055,22,0 +28055,23,0 +28055,42,0 +28055,44,0 +28055,48,1 +28055,52,0 +28055,53,0 +28055,54,0 +28055,56,0 +28055,62,10 +28055,72,0 +28055,81,0 +28055,92,0 +28057,11,121 +28057,22,86 +28057,23,509 +28057,31,1959 +28057,42,120 +28057,44,609 +28057,48,283 +28057,51,29 +28057,52,134 +28057,53,23 +28057,54,72 +28057,56,80 +28057,61,0 +28057,62,896 +28057,71,22 +28057,72,464 +28057,81,84 +28057,92,286 +28059,11,304 +28059,21,22 +28059,22,608 +28059,23,3493 +28059,31,14003 +28059,42,534 +28059,44,4863 +28059,48,657 +28059,51,705 +28059,52,1084 +28059,53,449 +28059,54,2328 +28059,55,370 +28059,56,1992 +28059,61,11186 +28059,62,9035 +28059,71,491 +28059,72,5124 +28059,81,948 +28059,92,2586 +28061,11,0 +28061,21,0 +28061,22,38 +28061,23,353 +28061,31,1586 +28061,42,37 +28061,44,306 +28061,48,111 +28061,51,106 +28061,52,0 +28061,53,0 +28061,54,61 +28061,55,28 +28061,56,15 +28061,61,0 +28061,62,0 +28061,71,0 +28061,72,0 +28061,81,107 +28061,92,55 +28063,11,0 +28063,22,146 +28063,23,0 +28063,31,0 +28063,42,0 +28063,44,96 +28063,48,16 +28063,51,0 +28063,52,0 +28063,53,0 +28063,56,0 +28063,61,0 +28063,62,191 +28063,71,0 +28063,72,0 +28063,81,0 +28063,92,31 +28065,11,0 +28065,21,0 +28065,22,35 +28065,23,278 +28065,31,0 +28065,42,6 +28065,44,224 +28065,48,36 +28065,51,19 +28065,52,0 +28065,53,0 +28065,54,0 +28065,56,0 +28065,61,0 +28065,62,18 +28065,71,0 +28065,72,0 +28065,81,20 +28065,92,29 +28067,11,339 +28067,21,1431 +28067,22,345 +28067,23,1308 +28067,31,7346 +28067,42,1096 +28067,44,2963 +28067,48,782 +28067,51,226 +28067,52,653 +28067,53,292 +28067,54,575 +28067,55,0 +28067,56,0 +28067,61,6264 +28067,62,5521 +28067,71,187 +28067,72,2111 +28067,81,395 +28067,92,1224 +28069,11,122 +28069,21,0 +28069,22,123 +28069,23,0 +28069,31,355 +28069,42,8 +28069,44,127 +28069,48,45 +28069,51,0 +28069,52,0 +28069,53,0 +28069,54,4 +28069,56,16 +28069,61,0 +28069,62,21 +28069,72,61 +28069,81,0 +28069,92,21 +28071,11,54 +28071,22,112 +28071,23,572 +28071,31,1898 +28071,42,140 +28071,44,2824 +28071,48,249 +28071,51,242 +28071,52,560 +28071,53,408 +28071,54,1307 +28071,55,90 +28071,56,1712 +28071,61,267 +28071,62,4233 +28071,71,332 +28071,72,4732 +28071,81,469 +28071,92,371 +28073,11,185 +28073,21,72 +28073,22,234 +28073,23,1067 +28073,31,311 +28073,42,565 +28073,44,4826 +28073,48,360 +28073,51,108 +28073,52,734 +28073,53,295 +28073,54,751 +28073,55,155 +28073,56,1101 +28073,61,4734 +28073,62,4875 +28073,71,273 +28073,72,3592 +28073,81,468 +28073,92,596 +28075,11,196 +28075,21,6 +28075,22,290 +28075,23,1104 +28075,31,2065 +28075,42,1903 +28075,44,4854 +28075,48,983 +28075,51,326 +28075,52,951 +28075,53,391 +28075,54,790 +28075,55,843 +28075,56,2914 +28075,61,1455 +28075,62,9514 +28075,71,229 +28075,72,4112 +28075,81,708 +28075,92,1839 +28077,11,114 +28077,21,7 +28077,22,61 +28077,23,54 +28077,31,666 +28077,42,0 +28077,44,286 +28077,48,37 +28077,51,0 +28077,52,106 +28077,53,10 +28077,54,0 +28077,55,0 +28077,56,42 +28077,61,0 +28077,62,276 +28077,72,161 +28077,81,0 +28077,92,212 +28079,11,276 +28079,21,10 +28079,22,108 +28079,23,0 +28079,31,0 +28079,42,94 +28079,44,723 +28079,48,79 +28079,51,0 +28079,52,151 +28079,53,14 +28079,54,80 +28079,55,0 +28079,56,0 +28079,61,0 +28079,62,0 +28079,71,13 +28079,72,408 +28079,81,0 +28079,92,354 +28081,11,123 +28081,22,300 +28081,23,1519 +28081,31,10940 +28081,42,2313 +28081,44,6874 +28081,48,1985 +28081,51,1195 +28081,52,1694 +28081,53,594 +28081,54,2002 +28081,55,1047 +28081,56,6750 +28081,61,332 +28081,62,13484 +28081,71,510 +28081,72,5069 +28081,81,1139 +28081,92,1629 +28083,11,918 +28083,22,174 +28083,23,695 +28083,31,2780 +28083,42,700 +28083,44,1588 +28083,48,428 +28083,51,149 +28083,52,328 +28083,53,121 +28083,54,283 +28083,55,105 +28083,56,175 +28083,61,2789 +28083,62,4679 +28083,71,98 +28083,72,1228 +28083,81,209 +28083,92,606 +28085,11,419 +28085,21,41 +28085,22,26 +28085,23,658 +28085,31,1227 +28085,42,1111 +28085,44,1822 +28085,48,1362 +28085,51,120 +28085,52,362 +28085,53,65 +28085,54,271 +28085,55,0 +28085,56,0 +28085,61,2945 +28085,62,2562 +28085,71,39 +28085,72,1380 +28085,81,342 +28085,92,686 +28087,11,0 +28087,21,0 +28087,22,343 +28087,23,1609 +28087,31,3918 +28087,42,1037 +28087,44,3356 +28087,48,1566 +28087,51,329 +28087,52,568 +28087,53,439 +28087,54,642 +28087,55,41 +28087,56,1280 +28087,61,4717 +28087,62,5593 +28087,71,245 +28087,72,3179 +28087,81,590 +28087,92,765 +28089,11,115 +28089,21,151 +28089,22,0 +28089,23,2089 +28089,31,9186 +28089,42,0 +28089,44,7206 +28089,48,2398 +28089,51,1397 +28089,52,3544 +28089,53,689 +28089,54,4201 +28089,55,1491 +28089,56,5719 +28089,61,2551 +28089,62,8091 +28089,71,732 +28089,72,6915 +28089,81,1506 +28089,92,1679 +28091,11,194 +28091,21,191 +28091,22,49 +28091,23,1073 +28091,31,607 +28091,42,194 +28091,44,1137 +28091,48,497 +28091,51,71 +28091,52,284 +28091,53,70 +28091,54,240 +28091,55,0 +28091,56,0 +28091,61,0 +28091,62,201 +28091,71,29 +28091,72,550 +28091,81,321 +28091,92,9 +28093,11,54 +28093,22,0 +28093,23,493 +28093,31,1257 +28093,42,0 +28093,44,821 +28093,48,1504 +28093,51,0 +28093,52,278 +28093,53,127 +28093,54,52 +28093,56,524 +28093,61,0 +28093,62,0 +28093,71,22 +28093,72,410 +28093,81,0 +28093,92,489 +28095,11,78 +28095,21,36 +28095,22,75 +28095,23,856 +28095,31,3172 +28095,42,251 +28095,44,1121 +28095,48,294 +28095,51,76 +28095,52,188 +28095,53,25 +28095,54,18 +28095,55,0 +28095,56,163 +28095,61,2125 +28095,62,55 +28095,71,25 +28095,72,650 +28095,81,132 +28095,92,664 +28097,11,0 +28097,22,30 +28097,23,104 +28097,31,0 +28097,42,78 +28097,44,370 +28097,48,117 +28097,51,15 +28097,52,0 +28097,53,0 +28097,54,36 +28097,55,0 +28097,56,0 +28097,61,0 +28097,62,0 +28097,71,0 +28097,72,0 +28097,81,53 +28097,92,146 +28099,11,0 +28099,21,0 +28099,22,17 +28099,23,963 +28099,31,537 +28099,42,374 +28099,44,1468 +28099,48,37 +28099,51,96 +28099,52,212 +28099,53,109 +28099,54,111 +28099,55,157 +28099,56,113 +28099,61,0 +28099,62,733 +28099,71,60 +28099,72,905 +28099,81,111 +28099,92,2606 +28101,11,0 +28101,21,0 +28101,22,60 +28101,23,312 +28101,31,964 +28101,42,53 +28101,44,551 +28101,48,220 +28101,51,26 +28101,52,122 +28101,53,11 +28101,54,0 +28101,55,0 +28101,56,106 +28101,61,0 +28101,62,0 +28101,71,32 +28101,72,354 +28101,81,144 +28101,92,386 +28103,11,185 +28103,22,0 +28103,23,50 +28103,31,764 +28103,42,0 +28103,44,336 +28103,48,117 +28103,51,0 +28103,52,0 +28103,53,0 +28103,54,17 +28103,55,0 +28103,56,0 +28103,61,0 +28103,62,204 +28103,71,0 +28103,72,0 +28103,81,31 +28103,92,202 +28105,11,0 +28105,21,0 +28105,22,74 +28105,23,437 +28105,31,1370 +28105,42,481 +28105,44,2266 +28105,48,134 +28105,51,171 +28105,52,342 +28105,53,382 +28105,54,454 +28105,55,134 +28105,56,1484 +28105,61,422 +28105,62,2630 +28105,71,134 +28105,72,3658 +28105,81,430 +28105,92,341 +28107,11,153 +28107,21,20 +28107,22,210 +28107,23,418 +28107,31,1604 +28107,42,465 +28107,44,1713 +28107,48,569 +28107,51,81 +28107,52,376 +28107,53,55 +28107,54,43 +28107,55,0 +28107,56,231 +28107,61,0 +28107,62,60 +28107,71,50 +28107,72,1091 +28107,81,69 +28107,92,792 +28109,11,0 +28109,21,0 +28109,22,100 +28109,23,452 +28109,31,587 +28109,42,359 +28109,44,2077 +28109,48,363 +28109,51,104 +28109,52,367 +28109,53,69 +28109,54,251 +28109,56,302 +28109,61,0 +28109,62,97 +28109,71,49 +28109,72,1373 +28109,81,236 +28109,92,663 +28111,11,105 +28111,21,38 +28111,22,0 +28111,23,61 +28111,31,632 +28111,42,0 +28111,44,266 +28111,48,88 +28111,51,0 +28111,52,0 +28111,53,0 +28111,54,0 +28111,55,0 +28111,56,22 +28111,61,0 +28111,62,509 +28111,72,80 +28111,81,0 +28111,92,221 +28113,11,573 +28113,21,46 +28113,22,158 +28113,23,253 +28113,31,2855 +28113,42,463 +28113,44,2329 +28113,48,421 +28113,51,170 +28113,52,448 +28113,53,148 +28113,54,251 +28113,55,165 +28113,56,455 +28113,61,287 +28113,62,2120 +28113,71,97 +28113,72,1719 +28113,81,274 +28113,92,779 +28115,11,56 +28115,22,116 +28115,23,174 +28115,31,6651 +28115,42,345 +28115,44,1060 +28115,48,637 +28115,51,0 +28115,52,208 +28115,53,39 +28115,54,0 +28115,55,0 +28115,56,514 +28115,61,0 +28115,62,0 +28115,71,28 +28115,72,629 +28115,81,0 +28115,92,436 +28117,11,25 +28117,22,68 +28117,23,335 +28117,31,1726 +28117,42,101 +28117,44,922 +28117,48,479 +28117,51,129 +28117,52,203 +28117,53,41 +28117,54,0 +28117,55,0 +28117,56,451 +28117,61,2848 +28117,62,0 +28117,71,26 +28117,72,656 +28117,81,91 +28117,92,458 +28119,11,0 +28119,21,0 +28119,22,0 +28119,23,0 +28119,31,0 +28119,42,0 +28119,44,74 +28119,48,36 +28119,51,0 +28119,52,60 +28119,53,14 +28119,54,0 +28119,56,0 +28119,61,576 +28119,62,22 +28119,71,6 +28119,72,59 +28119,81,13 +28119,92,37 +28121,11,325 +28121,21,588 +28121,22,201 +28121,23,4418 +28121,31,4272 +28121,42,4768 +28121,44,9206 +28121,48,6648 +28121,51,390 +28121,52,2589 +28121,53,1210 +28121,54,2068 +28121,55,870 +28121,56,4321 +28121,61,1753 +28121,62,9882 +28121,71,826 +28121,72,8031 +28121,81,1475 +28121,92,3305 +28123,11,0 +28123,21,0 +28123,22,48 +28123,23,566 +28123,31,6951 +28123,42,117 +28123,44,1182 +28123,48,461 +28123,51,29 +28123,52,222 +28123,53,32 +28123,54,0 +28123,55,0 +28123,56,633 +28123,61,0 +28123,62,34 +28123,71,0 +28123,72,0 +28123,81,122 +28123,92,610 +28125,11,245 +28125,22,0 +28125,23,16 +28125,42,0 +28125,44,132 +28125,48,10 +28125,51,0 +28125,52,0 +28125,53,0 +28125,54,21 +28125,55,0 +28125,56,0 +28125,61,0 +28125,62,22 +28125,71,0 +28125,72,0 +28125,81,0 +28125,92,153 +28127,11,202 +28127,21,33 +28127,22,57 +28127,23,225 +28127,31,242 +28127,42,38 +28127,44,887 +28127,48,88 +28127,51,45 +28127,52,280 +28127,53,60 +28127,54,140 +28127,55,0 +28127,56,0 +28127,61,0 +28127,62,0 +28127,71,9 +28127,72,734 +28127,81,142 +28127,92,506 +28129,11,0 +28129,21,0 +28129,22,0 +28129,23,65 +28129,31,935 +28129,42,0 +28129,44,211 +28129,48,185 +28129,51,0 +28129,52,0 +28129,53,0 +28129,54,104 +28129,56,24 +28129,61,0 +28129,62,401 +28129,72,69 +28129,81,0 +28129,92,229 +28131,11,0 +28131,21,0 +28131,22,0 +28131,23,200 +28131,31,464 +28131,42,0 +28131,44,694 +28131,48,217 +28131,51,19 +28131,52,141 +28131,53,10 +28131,54,103 +28131,56,33 +28131,61,0 +28131,62,71 +28131,71,14 +28131,72,618 +28131,81,38 +28131,92,60 +28133,11,658 +28133,22,0 +28133,23,146 +28133,31,316 +28133,42,0 +28133,44,808 +28133,48,961 +28133,51,39 +28133,52,209 +28133,53,54 +28133,54,77 +28133,55,130 +28133,56,47 +28133,61,219 +28133,62,1180 +28133,71,36 +28133,72,498 +28133,81,273 +28133,92,459 +28135,11,254 +28135,22,11 +28135,23,38 +28135,31,32 +28135,42,33 +28135,44,223 +28135,48,153 +28135,51,0 +28135,52,24 +28135,53,22 +28135,54,100 +28135,56,0 +28135,61,0 +28135,62,245 +28135,71,15 +28135,72,87 +28135,81,137 +28135,92,38 +28137,11,0 +28137,21,0 +28137,22,14 +28137,23,118 +28137,31,526 +28137,42,62 +28137,44,813 +28137,48,162 +28137,51,206 +28137,52,171 +28137,53,32 +28137,54,153 +28137,55,0 +28137,56,0 +28137,61,324 +28137,62,1355 +28137,71,55 +28137,72,541 +28137,81,71 +28137,92,446 +28139,11,83 +28139,21,82 +28139,22,61 +28139,23,238 +28139,31,1888 +28139,42,135 +28139,44,714 +28139,48,678 +28139,51,36 +28139,52,149 +28139,53,59 +28139,54,0 +28139,55,0 +28139,56,303 +28139,61,0 +28139,62,25 +28139,71,0 +28139,72,0 +28139,81,68 +28139,92,361 +28141,11,151 +28141,22,98 +28141,23,288 +28141,31,2797 +28141,42,203 +28141,44,568 +28141,48,270 +28141,51,33 +28141,52,134 +28141,53,10 +28141,54,87 +28141,56,95 +28141,61,1304 +28141,62,22 +28141,71,89 +28141,72,397 +28141,81,132 +28141,92,391 +28143,11,527 +28143,22,0 +28143,23,61 +28143,31,414 +28143,42,41 +28143,44,288 +28143,48,18 +28143,51,0 +28143,52,70 +28143,53,72 +28143,54,0 +28143,55,0 +28143,56,599 +28143,61,122 +28143,62,339 +28143,71,0 +28143,72,0 +28143,81,0 +28143,92,19 +28145,11,0 +28145,22,13 +28145,23,0 +28145,31,4078 +28145,42,297 +28145,44,1060 +28145,48,1494 +28145,51,78 +28145,52,237 +28145,53,27 +28145,54,0 +28145,55,0 +28145,56,273 +28145,61,2039 +28145,62,36 +28145,71,8 +28145,72,954 +28145,81,81 +28145,92,119 +28147,11,0 +28147,21,0 +28147,22,22 +28147,23,148 +28147,31,309 +28147,42,88 +28147,44,271 +28147,48,150 +28147,51,0 +28147,52,66 +28147,53,24 +28147,54,42 +28147,56,0 +28147,61,0 +28147,62,19 +28147,71,0 +28147,72,0 +28147,81,54 +28147,92,29 +28149,11,0 +28149,21,0 +28149,22,28 +28149,23,538 +28149,31,2346 +28149,42,335 +28149,44,2414 +28149,48,921 +28149,51,117 +28149,52,386 +28149,53,241 +28149,54,3524 +28149,55,41 +28149,56,1165 +28149,61,3446 +28149,62,3701 +28149,71,449 +28149,72,3547 +28149,81,259 +28149,92,191 +28151,11,0 +28151,21,0 +28151,22,76 +28151,23,356 +28151,31,1204 +28151,42,751 +28151,44,2316 +28151,48,691 +28151,51,192 +28151,52,354 +28151,53,210 +28151,54,442 +28151,55,205 +28151,56,669 +28151,61,381 +28151,62,3520 +28151,71,335 +28151,72,1962 +28151,81,742 +28151,92,1501 +28153,11,313 +28153,21,151 +28153,22,46 +28153,23,120 +28153,31,609 +28153,42,185 +28153,44,847 +28153,48,350 +28153,51,27 +28153,52,111 +28153,53,35 +28153,54,88 +28153,55,163 +28153,56,113 +28153,61,0 +28153,62,29 +28153,71,0 +28153,72,0 +28153,81,63 +28153,92,242 +28155,11,0 +28155,22,0 +28155,23,114 +28155,31,0 +28155,42,0 +28155,44,256 +28155,48,56 +28155,51,0 +28155,52,0 +28155,53,0 +28155,54,0 +28155,56,0 +28155,61,723 +28155,62,20 +28155,71,10 +28155,72,0 +28155,81,63 +28155,92,171 +28157,11,71 +28157,22,25 +28157,23,22 +28157,31,177 +28157,42,31 +28157,44,236 +28157,48,55 +28157,51,0 +28157,52,35 +28157,53,11 +28157,54,14 +28157,56,0 +28157,61,532 +28157,62,253 +28157,71,0 +28157,72,0 +28157,81,22 +28157,92,22 +28159,11,225 +28159,22,32 +28159,23,195 +28159,31,1409 +28159,42,233 +28159,44,657 +28159,48,152 +28159,51,37 +28159,52,80 +28159,53,39 +28159,54,0 +28159,55,0 +28159,56,103 +28159,61,1261 +28159,62,29 +28159,71,8 +28159,72,417 +28159,81,75 +28159,92,247 +28161,11,0 +28161,21,0 +28161,22,27 +28161,23,93 +28161,31,982 +28161,42,24 +28161,44,271 +28161,48,138 +28161,51,0 +28161,52,79 +28161,53,6 +28161,54,30 +28161,55,0 +28161,56,77 +28161,61,0 +28161,62,0 +28161,71,0 +28161,72,0 +28161,81,0 +28161,92,194 +28163,11,0 +28163,21,0 +28163,22,153 +28163,23,199 +28163,31,668 +28163,42,257 +28163,44,737 +28163,48,92 +28163,51,29 +28163,52,129 +28163,53,65 +28163,54,63 +28163,55,0 +28163,56,0 +28163,61,1620 +28163,62,180 +28163,71,29 +28163,72,498 +28163,81,62 +28163,92,921 +29001,11,14 +29001,22,0 +29001,23,244 +29001,31,1222 +29001,42,186 +29001,44,1579 +29001,48,51 +29001,51,128 +29001,52,230 +29001,53,99 +29001,54,147 +29001,55,0 +29001,56,0 +29001,61,749 +29001,62,188 +29001,71,129 +29001,72,1273 +29001,81,287 +29001,92,363 +29003,11,0 +29003,21,0 +29003,22,38 +29003,23,251 +29003,31,80 +29003,42,107 +29003,44,315 +29003,48,33 +29003,51,42 +29003,52,59 +29003,53,15 +29003,54,0 +29003,55,0 +29003,56,137 +29003,61,0 +29003,62,0 +29003,71,34 +29003,72,122 +29003,81,83 +29003,92,158 +29005,11,352 +29005,22,62 +29005,23,37 +29005,31,4 +29005,42,141 +29005,44,184 +29005,48,75 +29005,51,22 +29005,52,77 +29005,53,7 +29005,54,89 +29005,56,23 +29005,61,0 +29005,62,389 +29005,71,12 +29005,72,120 +29005,81,41 +29005,92,11 +29007,11,270 +29007,22,152 +29007,23,291 +29007,31,2107 +29007,42,478 +29007,44,1035 +29007,48,588 +29007,51,105 +29007,52,255 +29007,53,33 +29007,54,0 +29007,55,0 +29007,56,384 +29007,61,764 +29007,62,611 +29007,71,131 +29007,72,505 +29007,81,202 +29007,92,267 +29009,11,716 +29009,21,78 +29009,22,72 +29009,23,419 +29009,31,5178 +29009,42,357 +29009,44,1557 +29009,48,89 +29009,51,166 +29009,52,353 +29009,53,106 +29009,54,1406 +29009,55,97 +29009,56,530 +29009,61,0 +29009,62,0 +29009,71,49 +29009,72,966 +29009,81,356 +29009,92,402 +29011,11,282 +29011,22,0 +29011,23,198 +29011,31,299 +29011,42,148 +29011,44,418 +29011,48,38 +29011,51,0 +29011,52,136 +29011,53,7 +29011,54,92 +29011,56,231 +29011,61,416 +29011,62,665 +29011,71,0 +29011,72,0 +29011,81,0 +29011,92,165 +29013,11,0 +29013,21,0 +29013,22,137 +29013,23,186 +29013,31,199 +29013,42,97 +29013,44,561 +29013,48,168 +29013,51,14 +29013,52,1 +29013,53,0 +29013,54,132 +29013,55,0 +29013,56,0 +29013,61,545 +29013,62,437 +29013,71,38 +29013,72,331 +29013,81,58 +29013,92,225 +29015,11,0 +29015,21,0 +29015,23,148 +29015,31,248 +29015,42,103 +29015,44,658 +29015,48,77 +29015,51,13 +29015,52,152 +29015,53,23 +29015,54,129 +29015,56,49 +29015,61,553 +29015,62,360 +29015,71,52 +29015,72,418 +29015,81,75 +29015,92,26 +29017,11,0 +29017,21,0 +29017,22,0 +29017,23,93 +29017,31,177 +29017,42,156 +29017,44,237 +29017,48,21 +29017,51,11 +29017,52,0 +29017,53,0 +29017,54,37 +29017,55,0 +29017,56,0 +29017,61,0 +29017,62,0 +29017,71,0 +29017,72,0 +29017,81,63 +29017,92,107 +29019,11,0 +29019,21,0 +29019,22,240 +29019,23,3678 +29019,31,4541 +29019,42,2954 +29019,44,10528 +29019,48,2765 +29019,51,1279 +29019,52,5466 +29019,53,1436 +29019,54,4508 +29019,55,2755 +29019,56,4416 +29019,61,6988 +29019,62,14941 +29019,71,1132 +29019,72,11195 +29019,81,2612 +29019,92,3979 +29021,11,0 +29021,21,0 +29021,22,401 +29021,23,1930 +29021,31,11461 +29021,42,1693 +29021,44,5427 +29021,48,2156 +29021,51,487 +29021,52,1616 +29021,53,360 +29021,54,1703 +29021,55,351 +29021,56,3054 +29021,61,2786 +29021,62,8517 +29021,71,613 +29021,72,3946 +29021,81,986 +29021,92,2308 +29023,11,0 +29023,21,0 +29023,22,215 +29023,23,523 +29023,31,1924 +29023,42,489 +29023,44,2590 +29023,48,555 +29023,51,137 +29023,52,649 +29023,53,122 +29023,54,511 +29023,55,28 +29023,56,1046 +29023,61,1745 +29023,62,889 +29023,71,165 +29023,72,1880 +29023,81,406 +29023,92,942 +29025,11,0 +29025,21,0 +29025,22,0 +29025,23,146 +29025,31,24 +29025,42,0 +29025,44,486 +29025,48,167 +29025,51,0 +29025,52,0 +29025,53,0 +29025,54,32 +29025,56,27 +29025,61,438 +29025,62,84 +29025,71,0 +29025,72,0 +29025,81,0 +29025,92,183 +29027,11,288 +29027,21,126 +29027,22,0 +29027,23,696 +29027,31,1945 +29027,42,0 +29027,44,1459 +29027,48,1227 +29027,51,88 +29027,52,232 +29027,53,109 +29027,54,381 +29027,55,87 +29027,56,453 +29027,61,0 +29027,62,0 +29027,71,144 +29027,72,1195 +29027,81,252 +29027,92,1085 +29029,11,0 +29029,21,0 +29029,22,188 +29029,23,1242 +29029,31,638 +29029,42,326 +29029,44,2970 +29029,48,371 +29029,51,149 +29029,52,497 +29029,53,425 +29029,54,459 +29029,55,51 +29029,56,635 +29029,61,1346 +29029,62,3275 +29029,71,729 +29029,72,3450 +29029,81,510 +29029,92,650 +29031,11,148 +29031,21,408 +29031,22,295 +29031,23,1953 +29031,31,3913 +29031,42,1715 +29031,44,5724 +29031,48,1329 +29031,51,999 +29031,52,1036 +29031,53,384 +29031,54,1764 +29031,55,612 +29031,56,1907 +29031,61,201 +29031,62,11942 +29031,71,834 +29031,72,4374 +29031,81,937 +29031,92,1384 +29033,11,0 +29033,21,0 +29033,22,0 +29033,23,378 +29033,31,0 +29033,42,103 +29033,44,227 +29033,48,34 +29033,51,0 +29033,52,151 +29033,53,14 +29033,54,31 +29033,55,0 +29033,56,22 +29033,61,0 +29033,62,0 +29033,71,0 +29033,72,0 +29033,81,58 +29033,92,164 +29035,11,0 +29035,21,0 +29035,22,0 +29035,23,86 +29035,31,205 +29035,42,0 +29035,44,175 +29035,48,46 +29035,51,0 +29035,52,0 +29035,53,0 +29035,54,14 +29035,55,0 +29035,56,0 +29035,61,0 +29035,62,322 +29035,71,91 +29035,72,0 +29035,81,47 +29035,92,71 +29037,11,1040 +29037,21,147 +29037,22,0 +29037,23,2060 +29037,31,1796 +29037,42,0 +29037,44,4331 +29037,48,2745 +29037,51,175 +29037,52,669 +29037,53,186 +29037,54,939 +29037,55,87 +29037,56,1896 +29037,61,3788 +29037,62,4474 +29037,71,245 +29037,72,3448 +29037,81,623 +29037,92,1154 +29039,11,0 +29039,21,0 +29039,22,0 +29039,23,146 +29039,31,263 +29039,42,41 +29039,44,465 +29039,48,46 +29039,51,29 +29039,52,97 +29039,53,35 +29039,54,97 +29039,55,0 +29039,56,0 +29039,61,0 +29039,62,544 +29039,71,38 +29039,72,343 +29039,81,40 +29039,92,137 +29041,11,194 +29041,22,0 +29041,23,105 +29041,31,85 +29041,42,238 +29041,44,208 +29041,48,31 +29041,51,26 +29041,52,144 +29041,53,6 +29041,54,0 +29041,55,0 +29041,56,23 +29041,61,0 +29041,62,0 +29041,71,0 +29041,72,0 +29041,81,63 +29041,92,171 +29043,11,0 +29043,21,0 +29043,22,148 +29043,23,1952 +29043,31,1582 +29043,42,869 +29043,44,2773 +29043,48,560 +29043,51,224 +29043,52,646 +29043,53,221 +29043,54,895 +29043,55,103 +29043,56,730 +29043,61,3228 +29043,62,1691 +29043,71,274 +29043,72,2332 +29043,81,577 +29043,92,822 +29045,11,0 +29045,21,0 +29045,23,31 +29045,31,148 +29045,42,113 +29045,44,259 +29045,48,87 +29045,51,27 +29045,52,0 +29045,53,0 +29045,54,17 +29045,56,13 +29045,61,236 +29045,62,192 +29045,71,0 +29045,72,134 +29045,81,33 +29045,92,140 +29047,11,274 +29047,21,201 +29047,22,460 +29047,23,4899 +29047,31,14192 +29047,42,7468 +29047,44,12331 +29047,48,7405 +29047,51,806 +29047,52,2491 +29047,53,1775 +29047,54,8745 +29047,55,1038 +29047,56,7953 +29047,61,9887 +29047,62,16820 +29047,71,3848 +29047,72,10972 +29047,81,2471 +29047,92,2944 +29049,11,152 +29049,22,0 +29049,23,277 +29049,31,266 +29049,42,143 +29049,44,381 +29049,48,52 +29049,51,44 +29049,52,151 +29049,53,29 +29049,54,0 +29049,55,0 +29049,56,134 +29049,61,784 +29049,62,73 +29049,71,25 +29049,72,372 +29049,81,120 +29049,92,241 +29051,11,0 +29051,21,0 +29051,22,455 +29051,23,2639 +29051,31,2644 +29051,42,1672 +29051,44,6450 +29051,48,1014 +29051,51,1184 +29051,52,2018 +29051,53,292 +29051,54,1984 +29051,55,1217 +29051,56,3025 +29051,61,288 +29051,62,7077 +29051,71,511 +29051,72,3740 +29051,81,1723 +29051,92,17509 +29053,11,0 +29053,21,0 +29053,22,0 +29053,23,369 +29053,31,306 +29053,42,0 +29053,44,817 +29053,48,200 +29053,51,30 +29053,52,148 +29053,53,44 +29053,54,96 +29053,55,0 +29053,56,0 +29053,61,639 +29053,62,885 +29053,71,0 +29053,72,0 +29053,81,176 +29053,92,240 +29055,11,53 +29055,21,126 +29055,22,0 +29055,23,227 +29055,31,1983 +29055,42,227 +29055,44,716 +29055,48,40 +29055,51,87 +29055,52,154 +29055,53,106 +29055,54,0 +29055,55,0 +29055,56,190 +29055,61,614 +29055,62,1371 +29055,71,38 +29055,72,539 +29055,81,104 +29055,92,317 +29057,11,0 +29057,21,0 +29057,22,0 +29057,23,92 +29057,31,254 +29057,42,157 +29057,44,164 +29057,48,21 +29057,51,0 +29057,52,0 +29057,53,0 +29057,54,26 +29057,55,0 +29057,56,0 +29057,61,299 +29057,62,287 +29057,71,21 +29057,72,98 +29057,81,0 +29057,92,11 +29059,11,0 +29059,21,0 +29059,22,0 +29059,23,73 +29059,31,125 +29059,42,119 +29059,44,472 +29059,48,38 +29059,51,23 +29059,52,118 +29059,53,45 +29059,54,51 +29059,56,9 +29059,61,0 +29059,62,0 +29059,71,0 +29059,72,0 +29059,81,80 +29059,92,105 +29061,11,0 +29061,21,0 +29061,22,20 +29061,23,112 +29061,31,165 +29061,42,66 +29061,44,273 +29061,48,24 +29061,51,0 +29061,52,54 +29061,53,5 +29061,54,13 +29061,56,16 +29061,61,0 +29061,62,0 +29061,71,0 +29061,72,0 +29061,81,0 +29061,92,168 +29063,11,9 +29063,22,0 +29063,23,123 +29063,31,43 +29063,42,180 +29063,44,540 +29063,48,55 +29063,51,22 +29063,52,200 +29063,53,26 +29063,54,23 +29063,56,35 +29063,61,0 +29063,62,388 +29063,71,5 +29063,72,188 +29063,81,82 +29063,92,93 +29065,11,0 +29065,21,0 +29065,22,28 +29065,23,184 +29065,31,420 +29065,42,314 +29065,44,480 +29065,48,31 +29065,51,36 +29065,52,173 +29065,53,27 +29065,54,48 +29065,55,0 +29065,56,0 +29065,61,0 +29065,62,0 +29065,71,29 +29065,72,311 +29065,81,82 +29065,92,185 +29067,11,77 +29067,21,0 +29067,22,0 +29067,23,72 +29067,31,0 +29067,42,41 +29067,44,383 +29067,48,22 +29067,51,41 +29067,52,68 +29067,53,4 +29067,54,0 +29067,56,0 +29067,61,0 +29067,62,0 +29067,71,0 +29067,72,0 +29067,81,29 +29067,92,180 +29069,11,758 +29069,22,0 +29069,23,219 +29069,31,312 +29069,42,0 +29069,44,1300 +29069,48,79 +29069,51,70 +29069,52,249 +29069,53,364 +29069,54,137 +29069,55,0 +29069,56,0 +29069,61,0 +29069,62,0 +29069,71,43 +29069,72,702 +29069,81,110 +29069,92,543 +29071,11,281 +29071,21,132 +29071,22,693 +29071,23,2788 +29071,31,10035 +29071,42,1076 +29071,44,5263 +29071,48,2026 +29071,51,619 +29071,52,1113 +29071,53,436 +29071,54,1519 +29071,55,325 +29071,56,1843 +29071,61,3854 +29071,62,5219 +29071,71,495 +29071,72,3657 +29071,81,1095 +29071,92,1091 +29073,11,0 +29073,21,0 +29073,23,156 +29073,31,1618 +29073,42,199 +29073,44,588 +29073,48,206 +29073,51,44 +29073,52,161 +29073,53,31 +29073,54,6 +29073,55,0 +29073,56,154 +29073,61,541 +29073,62,372 +29073,71,0 +29073,72,0 +29073,81,103 +29073,92,200 +29075,11,147 +29075,22,0 +29075,23,33 +29075,31,276 +29075,42,148 +29075,44,236 +29075,48,89 +29075,51,0 +29075,52,0 +29075,53,0 +29075,54,0 +29075,56,0 +29075,61,296 +29075,62,845 +29075,71,0 +29075,72,0 +29075,81,73 +29075,92,138 +29077,11,0 +29077,21,0 +29077,22,1035 +29077,23,7007 +29077,31,13337 +29077,42,11222 +29077,44,19572 +29077,48,14369 +29077,51,4074 +29077,52,7034 +29077,53,2651 +29077,54,8817 +29077,55,3918 +29077,56,9607 +29077,61,12265 +29077,62,40131 +29077,71,1856 +29077,72,17591 +29077,81,5188 +29077,92,5231 +29079,11,0 +29079,21,0 +29079,22,87 +29079,23,53 +29079,31,339 +29079,42,82 +29079,44,348 +29079,48,96 +29079,51,46 +29079,52,67 +29079,53,16 +29079,54,54 +29079,56,50 +29079,61,0 +29079,62,726 +29079,71,0 +29079,72,0 +29079,81,72 +29079,92,208 +29081,11,0 +29081,21,0 +29081,22,20 +29081,23,28 +29081,31,103 +29081,42,190 +29081,44,560 +29081,48,72 +29081,51,40 +29081,52,123 +29081,53,9 +29081,54,23 +29081,55,0 +29081,56,0 +29081,61,456 +29081,62,566 +29081,71,0 +29081,72,0 +29081,81,54 +29081,92,124 +29083,11,0 +29083,21,0 +29083,22,112 +29083,23,245 +29083,31,1058 +29083,42,228 +29083,44,1183 +29083,48,234 +29083,51,37 +29083,52,265 +29083,53,44 +29083,54,151 +29083,55,0 +29083,56,0 +29083,61,709 +29083,62,923 +29083,71,47 +29083,72,742 +29083,81,191 +29083,92,287 +29085,11,0 +29085,21,0 +29085,22,0 +29085,23,32 +29085,31,3 +29085,42,28 +29085,44,303 +29085,48,24 +29085,51,0 +29085,52,0 +29085,53,0 +29085,54,35 +29085,56,7 +29085,61,0 +29085,62,284 +29085,71,93 +29085,72,76 +29085,81,0 +29085,92,81 +29087,11,0 +29087,21,0 +29087,22,0 +29087,23,29 +29087,31,179 +29087,42,104 +29087,44,158 +29087,48,20 +29087,51,0 +29087,52,51 +29087,53,6 +29087,54,0 +29087,55,39 +29087,56,0 +29087,61,0 +29087,62,175 +29087,71,0 +29087,72,0 +29087,81,0 +29087,92,115 +29089,11,0 +29089,21,0 +29089,22,15 +29089,23,50 +29089,31,292 +29089,42,0 +29089,44,238 +29089,48,81 +29089,51,0 +29089,52,88 +29089,53,25 +29089,54,68 +29089,55,0 +29089,56,0 +29089,61,0 +29089,62,0 +29089,71,0 +29089,72,131 +29089,81,0 +29089,92,167 +29091,11,173 +29091,21,78 +29091,22,0 +29091,23,345 +29091,31,2410 +29091,42,851 +29091,44,1972 +29091,48,92 +29091,51,201 +29091,52,425 +29091,53,130 +29091,54,637 +29091,55,361 +29091,56,568 +29091,61,85 +29091,62,4077 +29091,71,82 +29091,72,1371 +29091,81,362 +29091,92,412 +29093,11,0 +29093,21,0 +29093,22,0 +29093,23,53 +29093,31,368 +29093,42,0 +29093,44,335 +29093,48,128 +29093,51,10 +29093,52,65 +29093,53,26 +29093,54,0 +29093,55,0 +29093,56,61 +29093,61,0 +29093,62,968 +29093,71,10 +29093,72,151 +29093,81,85 +29093,92,105 +29095,11,465 +29095,21,197 +29095,22,2564 +29095,23,21571 +29095,31,25130 +29095,42,15245 +29095,44,36278 +29095,48,5743 +29095,51,8592 +29095,52,24183 +29095,53,6002 +29095,54,44560 +29095,55,10255 +29095,56,17227 +29095,61,30182 +29095,62,71940 +29095,71,7762 +29095,72,38164 +29095,81,12426 +29095,92,21263 +29097,11,765 +29097,21,254 +29097,22,366 +29097,23,2234 +29097,31,10882 +29097,42,2506 +29097,44,7710 +29097,48,7340 +29097,51,621 +29097,52,1242 +29097,53,628 +29097,54,1543 +29097,55,1421 +29097,56,4059 +29097,61,4966 +29097,62,8957 +29097,71,609 +29097,72,5085 +29097,81,1594 +29097,92,1141 +29099,11,211 +29099,21,279 +29099,22,763 +29099,23,4390 +29099,31,4142 +29099,42,1901 +29099,44,7252 +29099,48,1568 +29099,51,498 +29099,52,1268 +29099,53,493 +29099,54,1401 +29099,55,109 +29099,56,3286 +29099,61,7741 +29099,62,8327 +29099,71,423 +29099,72,6138 +29099,81,2102 +29099,92,1931 +29101,11,0 +29101,21,0 +29101,22,220 +29101,23,711 +29101,31,1475 +29101,42,674 +29101,44,1632 +29101,48,554 +29101,51,123 +29101,52,401 +29101,53,99 +29101,54,353 +29101,55,0 +29101,56,3 +29101,61,232 +29101,62,1660 +29101,71,173 +29101,72,1939 +29101,81,295 +29101,92,1999 +29103,11,0 +29103,21,0 +29103,22,0 +29103,23,17 +29103,31,127 +29103,42,87 +29103,44,104 +29103,48,21 +29103,51,0 +29103,52,53 +29103,54,40 +29103,55,0 +29103,56,0 +29103,61,0 +29103,62,0 +29103,71,0 +29103,72,0 +29103,81,0 +29103,92,10 +29105,11,261 +29105,22,0 +29105,23,361 +29105,31,5447 +29105,42,388 +29105,44,1819 +29105,48,71 +29105,51,110 +29105,52,328 +29105,53,74 +29105,54,0 +29105,55,0 +29105,56,629 +29105,61,35 +29105,62,1853 +29105,71,71 +29105,72,1274 +29105,81,202 +29105,92,248 +29107,11,381 +29107,22,70 +29107,23,597 +29107,31,1052 +29107,42,0 +29107,44,1027 +29107,48,429 +29107,51,106 +29107,52,285 +29107,53,153 +29107,54,17 +29107,55,0 +29107,56,319 +29107,61,0 +29107,62,0 +29107,71,27 +29107,72,786 +29107,81,189 +29107,92,668 +29109,11,0 +29109,21,0 +29109,22,174 +29109,23,719 +29109,31,1253 +29109,42,271 +29109,44,1260 +29109,48,587 +29109,51,89 +29109,52,223 +29109,53,75 +29109,54,363 +29109,55,84 +29109,56,113 +29109,61,1187 +29109,62,155 +29109,71,39 +29109,72,865 +29109,81,183 +29109,92,341 +29111,11,0 +29111,21,0 +29111,22,0 +29111,23,116 +29111,31,179 +29111,42,0 +29111,44,271 +29111,48,191 +29111,51,18 +29111,52,117 +29111,53,5 +29111,54,60 +29111,55,0 +29111,56,0 +29111,61,312 +29111,62,141 +29111,71,0 +29111,72,0 +29111,81,39 +29111,92,138 +29113,11,441 +29113,21,283 +29113,22,228 +29113,23,1120 +29113,31,1957 +29113,42,209 +29113,44,1662 +29113,48,985 +29113,51,49 +29113,52,365 +29113,53,81 +29113,54,288 +29113,55,3 +29113,56,484 +29113,61,1977 +29113,62,1631 +29113,71,103 +29113,72,1011 +29113,81,247 +29113,92,557 +29115,11,35 +29115,22,31 +29115,23,108 +29115,31,805 +29115,42,0 +29115,44,518 +29115,48,156 +29115,51,178 +29115,52,116 +29115,53,26 +29115,54,62 +29115,55,0 +29115,56,0 +29115,61,0 +29115,62,0 +29115,71,0 +29115,72,0 +29115,81,118 +29115,92,372 +29117,11,0 +29117,21,0 +29117,22,0 +29117,23,262 +29117,31,551 +29117,42,365 +29117,44,1049 +29117,48,56 +29117,51,47 +29117,52,214 +29117,53,32 +29117,54,103 +29117,55,23 +29117,56,436 +29117,61,17 +29117,62,1022 +29117,71,0 +29117,72,0 +29117,81,232 +29117,92,171 +29119,11,697 +29119,22,32 +29119,23,364 +29119,31,3093 +29119,42,170 +29119,44,899 +29119,48,246 +29119,51,0 +29119,52,117 +29119,53,14 +29119,54,0 +29119,56,0 +29119,61,0 +29119,62,351 +29119,71,15 +29119,72,339 +29119,81,0 +29119,92,235 +29121,11,101 +29121,22,0 +29121,23,225 +29121,31,493 +29121,42,191 +29121,44,653 +29121,48,53 +29121,51,113 +29121,52,182 +29121,53,51 +29121,54,335 +29121,55,0 +29121,56,0 +29121,61,549 +29121,62,519 +29121,71,26 +29121,72,576 +29121,81,156 +29121,92,572 +29123,11,0 +29123,21,0 +29123,22,0 +29123,23,327 +29123,31,558 +29123,42,0 +29123,44,492 +29123,48,118 +29123,51,0 +29123,52,85 +29123,53,9 +29123,54,43 +29123,55,0 +29123,56,40 +29123,61,0 +29123,62,673 +29123,71,0 +29123,72,0 +29123,81,136 +29123,92,118 +29125,11,0 +29125,22,0 +29125,23,0 +29125,31,195 +29125,42,43 +29125,44,178 +29125,48,81 +29125,51,0 +29125,52,0 +29125,53,0 +29125,54,0 +29125,55,0 +29125,56,20 +29125,61,0 +29125,62,172 +29125,72,47 +29125,81,0 +29125,92,80 +29127,11,0 +29127,21,0 +29127,22,194 +29127,23,631 +29127,31,1051 +29127,42,710 +29127,44,2551 +29127,48,423 +29127,51,85 +29127,52,428 +29127,53,51 +29127,54,366 +29127,55,0 +29127,56,0 +29127,61,1023 +29127,62,251 +29127,71,260 +29127,72,1362 +29127,81,236 +29127,92,670 +29129,11,0 +29129,21,0 +29129,22,0 +29129,23,13 +29129,31,0 +29129,42,33 +29129,44,75 +29129,48,62 +29129,51,0 +29129,52,33 +29129,53,4 +29129,54,0 +29129,56,0 +29129,61,0 +29129,62,105 +29129,71,0 +29129,72,0 +29129,81,15 +29129,92,68 +29131,11,0 +29131,21,0 +29131,22,0 +29131,23,795 +29131,31,641 +29131,42,0 +29131,44,1694 +29131,48,293 +29131,51,90 +29131,52,176 +29131,53,71 +29131,54,149 +29131,56,634 +29131,61,1122 +29131,62,164 +29131,71,199 +29131,72,584 +29131,81,146 +29131,92,313 +29133,11,1007 +29133,22,10 +29133,23,40 +29133,31,47 +29133,42,0 +29133,44,362 +29133,48,543 +29133,51,6 +29133,52,4 +29133,53,0 +29133,54,29 +29133,55,0 +29133,56,0 +29133,61,0 +29133,62,0 +29133,71,10 +29133,72,349 +29133,81,49 +29133,92,168 +29135,11,0 +29135,21,0 +29135,22,63 +29135,23,645 +29135,31,752 +29135,42,191 +29135,44,465 +29135,48,37 +29135,51,37 +29135,52,0 +29135,53,0 +29135,54,75 +29135,55,0 +29135,56,0 +29135,61,538 +29135,62,87 +29135,71,32 +29135,72,230 +29135,81,38 +29135,92,156 +29137,11,0 +29137,21,0 +29137,22,27 +29137,23,44 +29137,31,141 +29137,42,112 +29137,44,180 +29137,48,36 +29137,51,16 +29137,52,0 +29137,53,0 +29137,54,35 +29137,55,0 +29137,56,40 +29137,61,362 +29137,62,175 +29137,71,27 +29137,72,136 +29137,81,17 +29137,92,125 +29139,11,107 +29139,21,98 +29139,22,0 +29139,23,270 +29139,31,642 +29139,42,175 +29139,44,307 +29139,48,40 +29139,51,24 +29139,52,0 +29139,53,0 +29139,54,34 +29139,56,26 +29139,61,359 +29139,62,452 +29139,71,27 +29139,72,213 +29139,81,66 +29139,92,64 +29141,11,0 +29141,21,0 +29141,22,0 +29141,23,331 +29141,31,556 +29141,42,0 +29141,44,869 +29141,48,205 +29141,51,58 +29141,52,149 +29141,53,37 +29141,54,0 +29141,55,0 +29141,56,103 +29141,61,0 +29141,62,0 +29141,71,71 +29141,72,559 +29141,81,116 +29141,92,242 +29143,11,0 +29143,21,0 +29143,22,54 +29143,23,86 +29143,31,1107 +29143,42,0 +29143,44,1350 +29143,48,39 +29143,51,0 +29143,52,142 +29143,53,32 +29143,54,32 +29143,55,0 +29143,56,0 +29143,61,0 +29143,62,0 +29143,71,0 +29143,72,0 +29143,81,0 +29143,92,338 +29145,11,0 +29145,21,0 +29145,22,518 +29145,23,911 +29145,31,2902 +29145,42,1080 +29145,44,2479 +29145,48,1187 +29145,51,137 +29145,52,499 +29145,53,116 +29145,54,361 +29145,55,103 +29145,56,318 +29145,61,2599 +29145,62,6401 +29145,71,91 +29145,72,2150 +29145,81,487 +29145,92,465 +29147,11,0 +29147,21,0 +29147,22,199 +29147,23,211 +29147,31,1348 +29147,42,237 +29147,44,1068 +29147,48,137 +29147,51,83 +29147,52,209 +29147,53,31 +29147,54,168 +29147,55,50 +29147,56,73 +29147,61,37 +29147,62,1199 +29147,71,0 +29147,72,0 +29147,81,136 +29147,92,519 +29149,11,0 +29149,21,0 +29149,22,0 +29149,23,9 +29149,31,181 +29149,42,0 +29149,44,454 +29149,48,182 +29149,51,0 +29149,52,62 +29149,53,9 +29149,54,43 +29149,55,0 +29149,56,0 +29149,61,0 +29149,62,617 +29149,71,0 +29149,72,161 +29149,81,0 +29149,92,138 +29151,11,49 +29151,21,39 +29151,22,0 +29151,23,294 +29151,31,1604 +29151,42,102 +29151,44,417 +29151,48,23 +29151,51,0 +29151,52,0 +29151,53,0 +29151,54,0 +29151,56,0 +29151,61,0 +29151,62,368 +29151,71,12 +29151,72,192 +29151,81,0 +29151,92,161 +29153,11,61 +29153,22,0 +29153,23,45 +29153,31,141 +29153,42,0 +29153,44,212 +29153,48,65 +29153,51,0 +29153,52,64 +29153,53,6 +29153,54,34 +29153,55,0 +29153,56,0 +29153,61,0 +29153,62,0 +29153,71,51 +29153,72,215 +29153,81,0 +29153,92,64 +29155,11,441 +29155,22,148 +29155,23,23 +29155,31,0 +29155,42,369 +29155,44,649 +29155,48,258 +29155,51,0 +29155,52,148 +29155,53,27 +29155,54,12 +29155,55,0 +29155,56,94 +29155,61,0 +29155,62,0 +29155,71,0 +29155,72,0 +29155,81,0 +29155,92,359 +29157,11,150 +29157,22,0 +29157,23,748 +29157,31,3174 +29157,42,519 +29157,44,1036 +29157,48,42 +29157,51,39 +29157,52,290 +29157,53,31 +29157,54,369 +29157,55,0 +29157,56,0 +29157,61,42 +29157,62,830 +29157,71,25 +29157,72,599 +29157,81,221 +29157,92,192 +29159,11,0 +29159,21,0 +29159,22,114 +29159,23,642 +29159,31,4772 +29159,42,808 +29159,44,2386 +29159,48,913 +29159,51,307 +29159,52,341 +29159,53,179 +29159,54,607 +29159,55,129 +29159,56,1049 +29159,61,2068 +29159,62,3717 +29159,71,100 +29159,72,1583 +29159,81,831 +29159,92,599 +29161,11,0 +29161,21,0 +29161,22,213 +29161,23,503 +29161,31,1045 +29161,42,636 +29161,44,2479 +29161,48,1900 +29161,51,112 +29161,52,440 +29161,53,138 +29161,54,323 +29161,55,38 +29161,56,313 +29161,61,77 +29161,62,3308 +29161,71,254 +29161,72,2240 +29161,81,415 +29161,92,934 +29163,11,0 +29163,21,0 +29163,22,0 +29163,23,302 +29163,31,342 +29163,42,405 +29163,44,845 +29163,48,43 +29163,51,58 +29163,52,149 +29163,53,26 +29163,54,167 +29163,55,0 +29163,56,0 +29163,61,0 +29163,62,677 +29163,71,107 +29163,72,333 +29163,81,207 +29163,92,236 +29165,11,0 +29165,21,0 +29165,22,559 +29165,23,2395 +29165,31,3811 +29165,42,3485 +29165,44,6569 +29165,48,4907 +29165,51,753 +29165,52,1635 +29165,53,1206 +29165,54,2138 +29165,55,640 +29165,56,5949 +29165,61,5066 +29165,62,5171 +29165,71,1483 +29165,72,5666 +29165,81,1272 +29165,92,1364 +29167,11,0 +29167,21,0 +29167,22,0 +29167,23,301 +29167,31,487 +29167,42,547 +29167,44,1210 +29167,48,64 +29167,51,62 +29167,52,229 +29167,53,71 +29167,54,0 +29167,55,0 +29167,56,292 +29167,61,651 +29167,62,1505 +29167,71,102 +29167,72,528 +29167,81,203 +29167,92,305 +29169,11,0 +29169,21,0 +29169,22,158 +29169,23,358 +29169,31,136 +29169,42,89 +29169,44,1690 +29169,48,217 +29169,51,113 +29169,52,337 +29169,53,152 +29169,54,74 +29169,55,0 +29169,56,535 +29169,61,2201 +29169,62,2160 +29169,71,184 +29169,72,2660 +29169,81,266 +29169,92,2797 +29171,11,65 +29171,22,0 +29171,23,0 +29171,31,0 +29171,42,61 +29171,44,140 +29171,48,17 +29171,51,0 +29171,52,55 +29171,53,21 +29171,54,0 +29171,56,0 +29171,61,0 +29171,62,51 +29171,71,0 +29171,72,0 +29171,81,0 +29171,92,80 +29173,11,16 +29173,22,0 +29173,23,171 +29173,31,1869 +29173,42,198 +29173,44,230 +29173,48,22 +29173,51,0 +29173,52,41 +29173,53,10 +29173,54,0 +29173,55,0 +29173,56,233 +29173,61,0 +29173,62,0 +29173,71,0 +29173,72,0 +29173,81,0 +29173,92,103 +29175,11,0 +29175,21,0 +29175,22,0 +29175,23,413 +29175,31,1110 +29175,42,0 +29175,44,1146 +29175,48,1149 +29175,51,113 +29175,52,427 +29175,53,59 +29175,54,110 +29175,55,0 +29175,56,0 +29175,61,11 +29175,62,1459 +29175,71,0 +29175,72,0 +29175,81,175 +29175,92,243 +29177,11,0 +29177,21,0 +29177,22,100 +29177,23,206 +29177,31,494 +29177,42,96 +29177,44,647 +29177,48,213 +29177,51,16 +29177,52,93 +29177,53,9 +29177,54,149 +29177,55,0 +29177,56,0 +29177,61,0 +29177,62,0 +29177,71,71 +29177,72,346 +29177,81,118 +29177,92,282 +29179,11,0 +29179,21,0 +29179,22,0 +29179,23,0 +29179,31,337 +29179,42,0 +29179,44,138 +29179,48,41 +29179,51,0 +29179,52,0 +29179,53,0 +29179,54,8 +29179,55,0 +29179,56,0 +29179,61,0 +29179,62,415 +29179,71,5 +29179,72,118 +29179,81,0 +29179,92,103 +29181,11,0 +29181,21,0 +29181,22,0 +29181,23,38 +29181,31,492 +29181,42,60 +29181,44,368 +29181,48,25 +29181,51,11 +29181,52,73 +29181,53,17 +29181,54,23 +29181,56,26 +29181,61,0 +29181,62,915 +29181,71,14 +29181,72,178 +29181,81,48 +29181,92,154 +29183,11,0 +29183,21,0 +29183,22,1048 +29183,23,10193 +29183,31,16390 +29183,42,6550 +29183,44,20155 +29183,48,8764 +29183,51,4818 +29183,52,7674 +29183,53,2199 +29183,54,5959 +29183,55,1477 +29183,56,10392 +29183,61,18090 +29183,62,22840 +29183,71,4025 +29183,72,19424 +29183,81,5159 +29183,92,3546 +29185,11,0 +29185,21,0 +29185,23,29 +29185,31,65 +29185,42,30 +29185,44,324 +29185,48,146 +29185,51,31 +29185,52,62 +29185,53,12 +29185,54,41 +29185,56,65 +29185,61,214 +29185,62,436 +29185,72,93 +29185,81,30 +29185,92,158 +29186,11,84 +29186,21,460 +29186,22,56 +29186,23,487 +29186,31,1411 +29186,42,223 +29186,44,487 +29186,48,289 +29186,51,44 +29186,52,191 +29186,53,34 +29186,54,0 +29186,55,0 +29186,56,91 +29186,61,0 +29186,62,0 +29186,71,29 +29186,72,463 +29186,81,151 +29186,92,227 +29187,11,87 +29187,21,112 +29187,22,118 +29187,23,1148 +29187,31,2088 +29187,42,815 +29187,44,3220 +29187,48,634 +29187,51,191 +29187,52,1300 +29187,53,154 +29187,54,452 +29187,55,183 +29187,56,1103 +29187,61,2773 +29187,62,4780 +29187,71,257 +29187,72,2253 +29187,81,637 +29187,92,2307 +29189,11,566 +29189,21,829 +29189,22,3185 +29189,23,32378 +29189,31,48271 +29189,42,38579 +29189,44,63901 +29189,48,28713 +29189,51,15978 +29189,52,38001 +29189,53,12858 +29189,54,46735 +29189,55,30117 +29189,56,51075 +29189,61,48846 +29189,62,119424 +29189,71,13178 +29189,72,54537 +29189,81,18509 +29189,92,12851 +29195,11,638 +29195,22,0 +29195,23,211 +29195,31,2122 +29195,42,334 +29195,44,913 +29195,48,58 +29195,51,127 +29195,52,244 +29195,53,30 +29195,54,92 +29195,55,0 +29195,56,0 +29195,61,834 +29195,62,66 +29195,71,127 +29195,72,596 +29195,81,144 +29195,92,357 +29197,11,0 +29197,22,0 +29197,23,33 +29197,31,0 +29197,42,20 +29197,44,98 +29197,48,23 +29197,51,0 +29197,52,19 +29197,54,0 +29197,56,0 +29197,61,0 +29197,62,33 +29197,71,0 +29197,72,0 +29197,81,8 +29197,92,70 +29199,11,0 +29199,21,0 +29199,22,0 +29199,23,29 +29199,31,96 +29199,42,143 +29199,44,154 +29199,48,40 +29199,51,0 +29199,52,0 +29199,53,0 +29199,54,0 +29199,56,0 +29199,61,0 +29199,62,0 +29199,71,11 +29199,72,43 +29199,81,30 +29199,92,99 +29201,11,669 +29201,21,45 +29201,22,201 +29201,23,763 +29201,31,2787 +29201,42,0 +29201,44,1126 +29201,48,1475 +29201,51,227 +29201,52,411 +29201,53,147 +29201,54,450 +29201,55,122 +29201,56,558 +29201,61,1246 +29201,62,81 +29201,71,145 +29201,72,1122 +29201,81,484 +29201,92,838 +29203,11,0 +29203,21,0 +29203,23,28 +29203,31,480 +29203,42,23 +29203,44,113 +29203,48,79 +29203,51,0 +29203,52,39 +29203,53,21 +29203,54,15 +29203,56,0 +29203,61,0 +29203,62,0 +29203,71,0 +29203,72,0 +29203,81,40 +29203,92,88 +29205,11,0 +29205,21,0 +29205,22,0 +29205,23,77 +29205,31,198 +29205,42,60 +29205,44,185 +29205,48,86 +29205,51,7 +29205,52,98 +29205,53,3 +29205,54,50 +29205,56,21 +29205,61,261 +29205,62,362 +29205,71,0 +29205,72,0 +29205,81,177 +29205,92,158 +29207,11,0 +29207,21,0 +29207,22,59 +29207,23,556 +29207,31,2762 +29207,42,367 +29207,44,1148 +29207,48,367 +29207,51,100 +29207,52,353 +29207,53,113 +29207,54,0 +29207,55,0 +29207,56,169 +29207,61,1052 +29207,62,71 +29207,71,30 +29207,72,672 +29207,81,134 +29207,92,514 +29209,11,12 +29209,21,22 +29209,22,88 +29209,23,600 +29209,31,104 +29209,42,46 +29209,44,930 +29209,48,89 +29209,51,62 +29209,52,150 +29209,53,120 +29209,54,129 +29209,55,48 +29209,56,537 +29209,61,5 +29209,62,473 +29209,71,1613 +29209,72,823 +29209,81,375 +29209,92,292 +29211,11,40 +29211,21,0 +29211,22,0 +29211,23,54 +29211,31,0 +29211,42,54 +29211,44,177 +29211,48,23 +29211,51,0 +29211,52,0 +29211,53,0 +29211,54,19 +29211,55,0 +29211,56,0 +29211,61,0 +29211,62,194 +29211,71,0 +29211,72,0 +29211,81,0 +29211,92,103 +29213,11,0 +29213,21,0 +29213,22,228 +29213,23,827 +29213,31,564 +29213,42,439 +29213,44,4602 +29213,48,652 +29213,51,272 +29213,52,560 +29213,53,909 +29213,54,719 +29213,55,152 +29213,56,2936 +29213,61,0 +29213,62,74 +29213,71,2619 +29213,72,9198 +29213,81,640 +29213,92,686 +29215,11,87 +29215,21,58 +29215,22,0 +29215,23,130 +29215,31,817 +29215,42,0 +29215,44,813 +29215,48,311 +29215,51,43 +29215,52,173 +29215,53,20 +29215,54,0 +29215,55,0 +29215,56,146 +29215,61,928 +29215,62,1036 +29215,71,0 +29215,72,0 +29215,81,64 +29215,92,272 +29217,11,0 +29217,21,0 +29217,22,52 +29217,23,171 +29217,31,1058 +29217,42,247 +29217,44,773 +29217,48,221 +29217,51,90 +29217,52,459 +29217,53,31 +29217,54,134 +29217,55,0 +29217,56,0 +29217,61,572 +29217,62,600 +29217,71,0 +29217,72,0 +29217,81,139 +29217,92,308 +29219,11,0 +29219,21,0 +29219,22,0 +29219,23,731 +29219,31,1889 +29219,42,0 +29219,44,870 +29219,48,433 +29219,51,46 +29219,52,215 +29219,53,32 +29219,54,0 +29219,55,0 +29219,56,226 +29219,61,0 +29219,62,0 +29219,71,52 +29219,72,707 +29219,81,214 +29219,92,362 +29221,11,10 +29221,21,147 +29221,22,0 +29221,23,212 +29221,31,536 +29221,42,0 +29221,44,618 +29221,48,270 +29221,51,31 +29221,52,120 +29221,53,18 +29221,54,0 +29221,55,0 +29221,56,107 +29221,61,833 +29221,62,350 +29221,71,23 +29221,72,275 +29221,81,248 +29221,92,170 +29223,11,0 +29223,21,0 +29223,22,0 +29223,23,45 +29223,31,355 +29223,42,0 +29223,44,305 +29223,48,77 +29223,51,0 +29223,52,81 +29223,53,7 +29223,54,76 +29223,56,0 +29223,61,412 +29223,62,30 +29223,71,4 +29223,72,220 +29223,81,89 +29223,92,28 +29225,11,68 +29225,21,49 +29225,22,0 +29225,23,449 +29225,31,1611 +29225,42,0 +29225,44,1193 +29225,48,449 +29225,51,35 +29225,52,197 +29225,53,65 +29225,54,0 +29225,55,0 +29225,56,469 +29225,61,0 +29225,62,749 +29225,71,49 +29225,72,698 +29225,81,162 +29225,92,279 +29227,11,0 +29227,21,0 +29227,22,0 +29227,23,4 +29227,31,0 +29227,42,10 +29227,44,61 +29227,48,32 +29227,51,0 +29227,52,15 +29227,54,0 +29227,56,0 +29227,61,0 +29227,62,26 +29227,72,0 +29227,81,0 +29227,92,39 +29229,11,0 +29229,21,0 +29229,22,84 +29229,23,121 +29229,31,615 +29229,42,175 +29229,44,794 +29229,48,147 +29229,51,43 +29229,52,150 +29229,53,25 +29229,54,0 +29229,55,0 +29229,56,58 +29229,61,0 +29229,62,0 +29229,71,0 +29229,72,0 +29229,81,109 +29229,92,249 +29510,11,0 +29510,21,0 +29510,22,1750 +29510,23,0 +29510,31,17845 +29510,42,8735 +29510,44,7926 +29510,48,4327 +29510,51,6027 +29510,52,15254 +29510,53,2497 +29510,54,19106 +29510,55,9292 +29510,56,13872 +29510,61,24721 +29510,62,63868 +29510,71,7849 +29510,72,21794 +29510,81,6754 +29510,92,10997 +30001,11,0 +30001,21,0 +30001,22,0 +30001,23,215 +30001,31,69 +30001,42,201 +30001,44,488 +30001,48,32 +30001,51,40 +30001,52,119 +30001,53,78 +30001,54,99 +30001,56,18 +30001,61,505 +30001,62,660 +30001,71,82 +30001,72,533 +30001,81,163 +30001,92,193 +30003,11,162 +30003,21,994 +30003,22,101 +30003,23,0 +30003,31,0 +30003,42,28 +30003,44,355 +30003,48,167 +30003,51,17 +30003,52,61 +30003,53,22 +30003,54,86 +30003,56,37 +30003,61,0 +30003,62,0 +30003,71,109 +30003,72,290 +30003,81,40 +30003,92,1114 +30005,11,105 +30005,21,16 +30005,22,18 +30005,23,36 +30005,31,19 +30005,42,43 +30005,44,172 +30005,48,24 +30005,51,0 +30005,52,0 +30005,53,0 +30005,54,27 +30005,56,39 +30005,61,701 +30005,62,118 +30005,71,17 +30005,72,35 +30005,81,56 +30005,92,204 +30007,11,0 +30007,21,0 +30007,22,0 +30007,23,101 +30007,31,305 +30007,42,28 +30007,44,130 +30007,48,18 +30007,51,0 +30007,52,45 +30007,53,19 +30007,54,39 +30007,56,18 +30007,61,0 +30007,62,0 +30007,71,18 +30007,72,187 +30007,81,41 +30007,92,49 +30009,11,222 +30009,21,63 +30009,22,55 +30009,23,171 +30009,31,72 +30009,42,66 +30009,44,239 +30009,48,92 +30009,51,28 +30009,52,54 +30009,53,15 +30009,54,0 +30009,55,0 +30009,56,99 +30009,61,657 +30009,62,323 +30009,71,197 +30009,72,571 +30009,81,120 +30009,92,275 +30011,11,0 +30011,22,0 +30011,23,0 +30011,42,0 +30011,44,18 +30011,48,12 +30011,51,0 +30011,53,0 +30011,54,0 +30011,61,0 +30011,62,0 +30011,71,11 +30011,72,14 +30011,81,0 +30011,92,9 +30013,11,222 +30013,21,8 +30013,22,375 +30013,23,2371 +30013,31,1168 +30013,42,1614 +30013,44,4869 +30013,48,2019 +30013,51,469 +30013,52,1747 +30013,53,422 +30013,54,1370 +30013,55,232 +30013,56,2159 +30013,61,1040 +30013,62,7833 +30013,71,1078 +30013,72,4159 +30013,81,1259 +30013,92,2043 +30015,11,0 +30015,21,0 +30015,22,10 +30015,23,30 +30015,31,23 +30015,42,85 +30015,44,129 +30015,48,45 +30015,51,0 +30015,52,55 +30015,53,10 +30015,54,7 +30015,56,0 +30015,61,0 +30015,62,142 +30015,71,22 +30015,72,106 +30015,81,30 +30015,92,170 +30017,11,194 +30017,21,34 +30017,22,0 +30017,23,182 +30017,31,71 +30017,42,254 +30017,44,845 +30017,48,33 +30017,51,102 +30017,52,308 +30017,53,43 +30017,54,0 +30017,55,0 +30017,56,209 +30017,61,794 +30017,62,55 +30017,71,143 +30017,72,644 +30017,81,179 +30017,92,138 +30019,11,0 +30019,21,0 +30019,23,0 +30019,31,0 +30019,42,78 +30019,44,0 +30019,48,7 +30019,51,0 +30019,52,43 +30019,54,0 +30019,61,0 +30019,62,109 +30019,71,15 +30019,72,35 +30019,81,33 +30019,92,73 +30021,11,20 +30021,21,173 +30021,22,0 +30021,23,78 +30021,31,44 +30021,42,0 +30021,44,489 +30021,48,739 +30021,51,89 +30021,52,85 +30021,53,42 +30021,54,73 +30021,55,0 +30021,56,0 +30021,61,705 +30021,62,4 +30021,71,50 +30021,72,435 +30021,81,125 +30021,92,74 +30023,11,0 +30023,21,0 +30023,22,0 +30023,23,122 +30023,31,116 +30023,42,0 +30023,44,270 +30023,48,86 +30023,51,26 +30023,52,69 +30023,53,13 +30023,54,117 +30023,55,0 +30023,56,0 +30023,61,20 +30023,62,932 +30023,71,89 +30023,72,344 +30023,81,49 +30023,92,98 +30025,11,26 +30025,21,402 +30025,22,0 +30025,23,133 +30025,31,9 +30025,42,0 +30025,44,159 +30025,48,160 +30025,51,22 +30025,52,41 +30025,53,13 +30025,54,17 +30025,56,14 +30025,61,0 +30025,62,122 +30025,71,0 +30025,72,0 +30025,81,46 +30025,92,10 +30027,11,0 +30027,21,0 +30027,22,0 +30027,23,648 +30027,31,403 +30027,42,273 +30027,44,454 +30027,48,51 +30027,51,79 +30027,52,163 +30027,53,54 +30027,54,92 +30027,55,0 +30027,56,0 +30027,61,723 +30027,62,868 +30027,71,80 +30027,72,524 +30027,81,170 +30027,92,432 +30029,11,515 +30029,21,452 +30029,22,32 +30029,23,3788 +30029,31,2942 +30029,42,1299 +30029,44,6368 +30029,48,226 +30029,51,401 +30029,52,1977 +30029,53,809 +30029,54,2297 +30029,55,135 +30029,56,1904 +30029,61,5768 +30029,62,7927 +30029,71,1908 +30029,72,6555 +30029,81,1654 +30029,92,2061 +30031,11,854 +30031,21,356 +30031,22,0 +30031,23,6737 +30031,31,3711 +30031,42,2122 +30031,44,8405 +30031,48,230 +30031,51,825 +30031,52,1683 +30031,53,1311 +30031,54,5165 +30031,55,286 +30031,56,2629 +30031,61,1630 +30031,62,6775 +30031,71,1798 +30031,72,8584 +30031,81,2501 +30031,92,2158 +30033,11,24 +30033,23,8 +30033,42,0 +30033,44,0 +30033,48,11 +30033,51,0 +30033,52,0 +30033,53,0 +30033,54,0 +30033,56,0 +30033,61,88 +30033,62,9 +30033,71,0 +30033,72,0 +30033,81,0 +30033,92,116 +30035,11,43 +30035,21,131 +30035,22,154 +30035,23,53 +30035,31,17 +30035,42,64 +30035,44,447 +30035,48,89 +30035,51,31 +30035,52,49 +30035,53,8 +30035,54,43 +30035,56,28 +30035,61,0 +30035,62,0 +30035,71,111 +30035,72,378 +30035,81,77 +30035,92,436 +30037,11,18 +30037,21,0 +30037,23,0 +30037,31,0 +30037,44,0 +30037,48,4 +30037,54,0 +30037,56,0 +30037,61,0 +30037,62,0 +30037,72,10 +30037,81,0 +30037,92,23 +30039,11,72 +30039,21,9 +30039,22,0 +30039,23,42 +30039,31,70 +30039,42,0 +30039,44,98 +30039,48,22 +30039,51,0 +30039,52,0 +30039,53,0 +30039,54,0 +30039,56,0 +30039,61,0 +30039,62,16 +30039,71,0 +30039,72,0 +30039,81,0 +30039,92,36 +30041,11,65 +30041,21,11 +30041,22,148 +30041,23,293 +30041,31,81 +30041,42,244 +30041,44,910 +30041,48,244 +30041,51,232 +30041,52,223 +30041,53,87 +30041,54,180 +30041,56,72 +30041,61,0 +30041,62,0 +30041,71,132 +30041,72,704 +30041,81,275 +30041,92,953 +30043,11,52 +30043,21,153 +30043,22,22 +30043,23,339 +30043,31,147 +30043,42,48 +30043,44,162 +30043,48,94 +30043,51,14 +30043,52,63 +30043,53,7 +30043,54,0 +30043,55,0 +30043,56,78 +30043,61,635 +30043,62,370 +30043,71,36 +30043,72,285 +30043,81,60 +30043,92,22 +30045,11,0 +30045,21,0 +30045,22,0 +30045,23,68 +30045,42,31 +30045,44,34 +30045,48,19 +30045,52,0 +30045,53,0 +30045,54,18 +30045,61,189 +30045,62,0 +30045,71,8 +30045,72,37 +30045,81,8 +30045,92,24 +30047,11,167 +30047,21,54 +30047,22,77 +30047,23,483 +30047,31,572 +30047,42,169 +30047,44,1088 +30047,48,190 +30047,51,173 +30047,52,214 +30047,53,64 +30047,54,268 +30047,55,12 +30047,56,159 +30047,61,2222 +30047,62,1483 +30047,71,140 +30047,72,842 +30047,81,282 +30047,92,1928 +30049,11,230 +30049,21,265 +30049,22,236 +30049,23,1603 +30049,31,990 +30049,42,683 +30049,44,4234 +30049,48,933 +30049,51,561 +30049,52,1671 +30049,53,425 +30049,54,2282 +30049,55,83 +30049,56,1203 +30049,61,3891 +30049,62,6960 +30049,71,826 +30049,72,3577 +30049,81,1953 +30049,92,8605 +30051,11,0 +30051,21,0 +30051,22,0 +30051,23,0 +30051,31,0 +30051,42,45 +30051,44,41 +30051,48,12 +30051,52,11 +30051,53,10 +30051,54,9 +30051,55,0 +30051,56,0 +30051,61,0 +30051,62,0 +30051,71,4 +30051,72,27 +30051,81,18 +30051,92,16 +30053,11,256 +30053,21,35 +30053,22,109 +30053,23,418 +30053,31,219 +30053,42,0 +30053,44,741 +30053,48,305 +30053,51,83 +30053,52,113 +30053,53,66 +30053,54,169 +30053,56,129 +30053,61,1020 +30053,62,1314 +30053,71,222 +30053,72,577 +30053,81,228 +30053,92,600 +30055,11,13 +30055,22,0 +30055,23,22 +30055,42,100 +30055,44,38 +30055,48,6 +30055,51,0 +30055,52,0 +30055,53,0 +30055,54,9 +30055,61,0 +30055,62,0 +30055,72,18 +30055,81,13 +30055,92,96 +30057,11,289 +30057,21,195 +30057,22,0 +30057,23,275 +30057,31,137 +30057,42,0 +30057,44,269 +30057,48,204 +30057,51,33 +30057,52,68 +30057,53,51 +30057,54,115 +30057,56,44 +30057,61,0 +30057,62,0 +30057,71,0 +30057,72,0 +30057,81,55 +30057,92,223 +30059,11,0 +30059,21,0 +30059,22,0 +30059,23,0 +30059,31,0 +30059,42,0 +30059,44,50 +30059,48,9 +30059,52,0 +30059,53,0 +30059,54,5 +30059,56,11 +30059,61,0 +30059,62,0 +30059,71,85 +30059,72,115 +30059,81,0 +30059,92,28 +30061,11,0 +30061,22,0 +30061,23,51 +30061,31,0 +30061,42,0 +30061,44,252 +30061,48,15 +30061,51,0 +30061,52,10 +30061,53,3 +30061,54,19 +30061,56,44 +30061,61,298 +30061,62,0 +30061,71,28 +30061,72,166 +30061,81,0 +30061,92,154 +30063,11,766 +30063,21,49 +30063,22,2 +30063,23,3817 +30063,31,2620 +30063,42,2447 +30063,44,8448 +30063,48,385 +30063,51,1287 +30063,52,2154 +30063,53,949 +30063,54,4059 +30063,55,291 +30063,56,3515 +30063,61,5475 +30063,62,11602 +30063,71,1737 +30063,72,7204 +30063,81,2893 +30063,92,4247 +30065,11,40 +30065,21,531 +30065,22,0 +30065,23,54 +30065,31,12 +30065,42,51 +30065,44,126 +30065,48,14 +30065,51,16 +30065,52,0 +30065,53,0 +30065,54,0 +30065,56,0 +30065,61,0 +30065,62,175 +30065,71,0 +30065,72,0 +30065,81,66 +30065,92,6 +30067,11,0 +30067,21,0 +30067,22,71 +30067,23,443 +30067,31,515 +30067,42,65 +30067,44,735 +30067,48,126 +30067,51,92 +30067,52,154 +30067,53,111 +30067,54,198 +30067,55,0 +30067,56,0 +30067,61,761 +30067,62,894 +30067,71,251 +30067,72,1477 +30067,81,452 +30067,92,86 +30069,11,0 +30069,21,0 +30069,23,0 +30069,44,0 +30069,48,3 +30069,51,0 +30069,54,0 +30069,61,0 +30069,62,5 +30069,71,0 +30069,81,0 +30069,92,31 +30071,11,0 +30071,21,0 +30071,22,0 +30071,23,54 +30071,31,20 +30071,42,0 +30071,44,188 +30071,48,65 +30071,51,0 +30071,52,57 +30071,53,8 +30071,54,32 +30071,56,0 +30071,61,342 +30071,62,217 +30071,71,19 +30071,72,159 +30071,81,38 +30071,92,181 +30073,11,44 +30073,21,38 +30073,22,45 +30073,23,109 +30073,31,47 +30073,42,149 +30073,44,229 +30073,48,58 +30073,51,18 +30073,52,62 +30073,53,10 +30073,54,42 +30073,56,21 +30073,61,422 +30073,62,304 +30073,71,49 +30073,72,123 +30073,81,46 +30073,92,133 +30075,11,0 +30075,21,0 +30075,23,0 +30075,31,0 +30075,42,0 +30075,44,92 +30075,48,8 +30075,51,0 +30075,52,0 +30075,54,15 +30075,61,0 +30075,62,0 +30075,71,11 +30075,72,48 +30075,81,20 +30075,92,9 +30077,11,174 +30077,22,17 +30077,23,0 +30077,31,0 +30077,42,0 +30077,44,161 +30077,48,67 +30077,51,7 +30077,52,39 +30077,53,4 +30077,54,40 +30077,56,18 +30077,61,342 +30077,62,302 +30077,71,142 +30077,72,211 +30077,81,37 +30077,92,42 +30079,11,40 +30079,22,0 +30079,23,0 +30079,31,0 +30079,42,0 +30079,44,0 +30079,48,6 +30079,51,6 +30079,52,0 +30079,53,0 +30079,54,10 +30079,61,0 +30079,62,0 +30079,71,0 +30079,72,0 +30079,81,11 +30079,92,36 +30081,11,245 +30081,21,22 +30081,22,40 +30081,23,1163 +30081,31,811 +30081,42,0 +30081,44,1546 +30081,48,584 +30081,51,95 +30081,52,398 +30081,53,94 +30081,54,766 +30081,55,45 +30081,56,943 +30081,61,254 +30081,62,2212 +30081,71,431 +30081,72,1123 +30081,81,571 +30081,92,656 +30083,11,150 +30083,21,1031 +30083,22,150 +30083,23,442 +30083,31,429 +30083,42,311 +30083,44,571 +30083,48,502 +30083,51,42 +30083,52,120 +30083,53,42 +30083,54,142 +30083,55,20 +30083,56,75 +30083,61,735 +30083,62,781 +30083,71,137 +30083,72,549 +30083,81,149 +30083,92,348 +30085,11,43 +30085,21,96 +30085,22,64 +30085,23,74 +30085,31,34 +30085,42,85 +30085,44,408 +30085,48,139 +30085,51,0 +30085,52,90 +30085,53,9 +30085,54,0 +30085,55,0 +30085,56,84 +30085,61,1279 +30085,62,0 +30085,71,58 +30085,72,280 +30085,81,81 +30085,92,1138 +30087,11,145 +30087,21,788 +30087,22,779 +30087,23,254 +30087,31,16 +30087,42,0 +30087,44,215 +30087,48,31 +30087,51,64 +30087,52,63 +30087,53,9 +30087,54,0 +30087,55,0 +30087,56,45 +30087,61,0 +30087,62,0 +30087,71,48 +30087,72,183 +30087,81,48 +30087,92,966 +30089,11,87 +30089,21,131 +30089,22,146 +30089,23,117 +30089,31,206 +30089,42,35 +30089,44,350 +30089,48,102 +30089,51,17 +30089,52,65 +30089,53,28 +30089,54,68 +30089,55,0 +30089,56,0 +30089,61,699 +30089,62,594 +30089,71,53 +30089,72,446 +30089,81,112 +30089,92,318 +30091,11,46 +30091,21,67 +30091,22,0 +30091,23,0 +30091,31,0 +30091,42,82 +30091,44,136 +30091,48,19 +30091,51,22 +30091,52,0 +30091,53,0 +30091,54,25 +30091,55,0 +30091,56,0 +30091,61,281 +30091,62,0 +30091,71,0 +30091,72,0 +30091,81,52 +30091,92,176 +30093,11,0 +30093,21,0 +30093,22,0 +30093,23,617 +30093,31,801 +30093,42,0 +30093,44,1853 +30093,48,104 +30093,51,141 +30093,52,315 +30093,53,212 +30093,54,722 +30093,55,310 +30093,56,543 +30093,61,219 +30093,62,3458 +30093,71,408 +30093,72,2452 +30093,81,526 +30093,92,500 +30095,11,0 +30095,21,0 +30095,22,30 +30095,23,130 +30095,31,264 +30095,42,66 +30095,44,290 +30095,48,55 +30095,51,21 +30095,52,28 +30095,53,12 +30095,54,0 +30095,55,0 +30095,56,148 +30095,61,0 +30095,62,285 +30095,71,70 +30095,72,228 +30095,81,64 +30095,92,169 +30097,11,0 +30097,21,0 +30097,22,0 +30097,23,94 +30097,31,74 +30097,42,14 +30097,44,132 +30097,48,13 +30097,51,11 +30097,52,43 +30097,53,16 +30097,54,36 +30097,55,9 +30097,56,18 +30097,61,0 +30097,62,139 +30097,71,44 +30097,72,173 +30097,81,72 +30097,92,17 +30099,11,0 +30099,21,0 +30099,22,0 +30099,23,98 +30099,31,14 +30099,42,169 +30099,44,148 +30099,48,30 +30099,51,0 +30099,52,85 +30099,53,6 +30099,54,46 +30099,56,0 +30099,61,0 +30099,62,212 +30099,71,22 +30099,72,140 +30099,81,49 +30099,92,204 +30101,11,22 +30101,21,152 +30101,22,0 +30101,23,0 +30101,31,0 +30101,42,0 +30101,44,149 +30101,48,262 +30101,51,30 +30101,52,63 +30101,53,19 +30101,54,0 +30101,56,0 +30101,61,0 +30101,62,149 +30101,71,36 +30101,72,218 +30101,81,30 +30101,92,350 +30103,11,0 +30103,22,0 +30103,23,0 +30103,42,23 +30103,44,0 +30103,48,6 +30103,51,0 +30103,52,0 +30103,54,0 +30103,61,0 +30103,62,0 +30103,72,0 +30103,92,36 +30105,11,0 +30105,21,0 +30105,22,67 +30105,23,107 +30105,31,30 +30105,42,207 +30105,44,282 +30105,48,104 +30105,51,73 +30105,52,109 +30105,53,9 +30105,54,156 +30105,56,86 +30105,61,573 +30105,62,6 +30105,71,33 +30105,72,384 +30105,81,73 +30105,92,289 +30107,11,115 +30107,22,0 +30107,23,16 +30107,31,61 +30107,42,0 +30107,44,60 +30107,48,42 +30107,51,0 +30107,52,18 +30107,54,0 +30107,56,0 +30107,61,0 +30107,62,0 +30107,71,0 +30107,72,0 +30107,81,0 +30107,92,82 +30109,11,0 +30109,21,0 +30109,22,0 +30109,23,0 +30109,31,0 +30109,42,0 +30109,44,12 +30109,48,28 +30109,51,0 +30109,52,7 +30109,54,0 +30109,61,0 +30109,62,0 +30109,72,47 +30109,92,4 +30111,11,595 +30111,21,488 +30111,22,559 +30111,23,6049 +30111,31,3855 +30111,42,6023 +30111,44,10585 +30111,48,6395 +30111,51,1166 +30111,52,3587 +30111,53,1225 +30111,54,4567 +30111,55,646 +30111,56,3975 +30111,61,8284 +30111,62,15994 +30111,71,2419 +30111,72,9645 +30111,81,3708 +30111,92,4834 +31001,11,606 +31001,22,474 +31001,23,867 +31001,31,2880 +31001,42,878 +31001,44,1639 +31001,48,47 +31001,51,148 +31001,52,398 +31001,53,104 +31001,54,400 +31001,55,169 +31001,56,601 +31001,61,2557 +31001,62,112 +31001,71,166 +31001,72,1396 +31001,81,451 +31001,92,847 +31003,11,0 +31003,21,0 +31003,22,0 +31003,23,218 +31003,31,115 +31003,42,456 +31003,44,242 +31003,48,24 +31003,51,16 +31003,52,103 +31003,53,3 +31003,54,0 +31003,56,0 +31003,61,0 +31003,62,357 +31003,71,17 +31003,72,47 +31003,81,80 +31003,92,35 +31005,11,0 +31005,23,0 +31005,42,0 +31005,44,0 +31005,48,3 +31005,51,0 +31005,52,0 +31005,54,0 +31005,61,0 +31005,62,0 +31005,72,7 +31005,81,0 +31005,92,0 +31007,11,0 +31007,23,0 +31007,48,1 +31007,52,0 +31007,55,0 +31007,56,0 +31007,61,0 +31007,72,0 +31007,92,4 +31009,11,67 +31009,23,5 +31009,42,0 +31009,44,0 +31009,48,5 +31009,52,0 +31009,61,0 +31009,62,0 +31009,72,0 +31009,92,29 +31011,11,775 +31011,22,142 +31011,23,83 +31011,31,163 +31011,42,248 +31011,44,253 +31011,48,114 +31011,51,0 +31011,52,0 +31011,53,0 +31011,54,32 +31011,55,0 +31011,56,0 +31011,61,0 +31011,62,297 +31011,71,0 +31011,72,0 +31011,81,0 +31011,92,185 +31013,11,488 +31013,22,0 +31013,23,143 +31013,31,315 +31013,42,387 +31013,44,390 +31013,48,25 +31013,51,68 +31013,52,137 +31013,53,28 +31013,54,118 +31013,55,0 +31013,56,0 +31013,61,0 +31013,62,0 +31013,71,16 +31013,72,424 +31013,81,117 +31013,92,449 +31015,11,0 +31015,21,0 +31015,23,16 +31015,31,17 +31015,42,58 +31015,44,44 +31015,48,53 +31015,51,0 +31015,52,35 +31015,53,0 +31015,54,0 +31015,56,0 +31015,61,0 +31015,62,82 +31015,72,32 +31015,81,0 +31015,92,4 +31017,11,226 +31017,22,0 +31017,23,71 +31017,31,64 +31017,42,142 +31017,44,187 +31017,48,13 +31017,51,0 +31017,52,0 +31017,53,0 +31017,54,26 +31017,55,0 +31017,56,13 +31017,61,0 +31017,62,120 +31017,71,0 +31017,72,0 +31017,81,37 +31017,92,107 +31019,11,1083 +31019,21,139 +31019,22,218 +31019,23,1329 +31019,31,3576 +31019,42,1556 +31019,44,3511 +31019,48,987 +31019,51,293 +31019,52,769 +31019,53,228 +31019,54,0 +31019,55,0 +31019,56,955 +31019,61,143 +31019,62,5364 +31019,71,351 +31019,72,3072 +31019,81,1049 +31019,92,1413 +31021,11,252 +31021,22,0 +31021,23,96 +31021,31,133 +31021,42,184 +31021,44,212 +31021,48,78 +31021,51,0 +31021,52,85 +31021,53,3 +31021,54,82 +31021,55,0 +31021,56,0 +31021,61,0 +31021,62,184 +31021,71,40 +31021,72,71 +31021,81,0 +31021,92,197 +31023,11,0 +31023,21,0 +31023,22,0 +31023,23,103 +31023,31,542 +31023,42,282 +31023,44,203 +31023,48,75 +31023,51,0 +31023,52,97 +31023,53,3 +31023,54,45 +31023,55,5 +31023,56,49 +31023,61,0 +31023,62,0 +31023,71,24 +31023,72,68 +31023,81,54 +31023,92,315 +31025,11,0 +31025,21,0 +31025,22,127 +31025,23,362 +31025,31,625 +31025,42,0 +31025,44,835 +31025,48,466 +31025,51,21 +31025,52,201 +31025,53,51 +31025,54,152 +31025,55,6 +31025,56,138 +31025,61,15 +31025,62,542 +31025,71,228 +31025,72,476 +31025,81,166 +31025,92,502 +31027,11,0 +31027,21,0 +31027,22,170 +31027,23,198 +31027,31,229 +31027,42,312 +31027,44,318 +31027,48,35 +31027,51,38 +31027,52,139 +31027,53,12 +31027,54,137 +31027,56,31 +31027,61,0 +31027,62,0 +31027,71,20 +31027,72,83 +31027,81,72 +31027,92,180 +31029,11,758 +31029,22,0 +31029,23,57 +31029,31,14 +31029,42,290 +31029,44,279 +31029,48,19 +31029,51,48 +31029,52,88 +31029,53,4 +31029,54,35 +31029,55,0 +31029,56,0 +31029,61,0 +31029,62,99 +31029,71,0 +31029,72,0 +31029,81,33 +31029,92,139 +31031,11,465 +31031,22,0 +31031,23,143 +31031,31,61 +31031,42,193 +31031,44,311 +31031,48,15 +31031,51,14 +31031,52,50 +31031,53,24 +31031,54,97 +31031,55,0 +31031,56,0 +31031,61,0 +31031,62,219 +31031,71,70 +31031,72,293 +31031,81,57 +31031,92,84 +31033,11,0 +31033,21,0 +31033,22,237 +31033,23,91 +31033,31,334 +31033,42,277 +31033,44,754 +31033,48,241 +31033,51,34 +31033,52,130 +31033,53,9 +31033,54,70 +31033,55,221 +31033,56,195 +31033,61,0 +31033,62,708 +31033,71,0 +31033,72,0 +31033,81,75 +31033,92,16 +31035,11,0 +31035,21,0 +31035,22,0 +31035,23,201 +31035,31,328 +31035,42,291 +31035,44,185 +31035,48,27 +31035,51,0 +31035,52,0 +31035,53,0 +31035,54,39 +31035,55,0 +31035,56,6 +31035,61,605 +31035,62,226 +31035,71,0 +31035,72,0 +31035,81,50 +31035,92,326 +31037,11,0 +31037,21,0 +31037,22,0 +31037,23,0 +31037,31,0 +31037,42,539 +31037,44,272 +31037,48,16 +31037,51,0 +31037,52,106 +31037,53,8 +31037,54,59 +31037,56,147 +31037,61,1081 +31037,62,0 +31037,71,29 +31037,72,121 +31037,81,0 +31037,92,54 +31039,11,0 +31039,21,0 +31039,22,0 +31039,23,223 +31039,31,440 +31039,42,335 +31039,44,334 +31039,48,159 +31039,51,79 +31039,52,223 +31039,53,6 +31039,54,139 +31039,55,9 +31039,56,44 +31039,61,0 +31039,62,0 +31039,71,16 +31039,72,251 +31039,81,157 +31039,92,15 +31041,11,1032 +31041,22,0 +31041,23,227 +31041,31,727 +31041,42,276 +31041,44,516 +31041,48,30 +31041,51,58 +31041,52,202 +31041,53,17 +31041,54,140 +31041,55,0 +31041,56,0 +31041,61,0 +31041,62,0 +31041,71,0 +31041,72,0 +31041,81,66 +31041,92,322 +31043,11,252 +31043,22,0 +31043,23,482 +31043,31,5280 +31043,42,437 +31043,44,957 +31043,48,1875 +31043,51,50 +31043,52,755 +31043,53,48 +31043,54,0 +31043,55,0 +31043,56,488 +31043,61,0 +31043,62,715 +31043,71,144 +31043,72,618 +31043,81,202 +31043,92,402 +31045,11,70 +31045,21,0 +31045,22,0 +31045,23,93 +31045,31,0 +31045,42,120 +31045,44,598 +31045,48,14 +31045,51,45 +31045,52,91 +31045,53,13 +31045,54,69 +31045,55,0 +31045,56,0 +31045,61,542 +31045,62,560 +31045,71,0 +31045,72,0 +31045,81,35 +31045,92,293 +31047,11,0 +31047,21,0 +31047,22,501 +31047,23,345 +31047,31,3860 +31047,42,747 +31047,44,1119 +31047,48,303 +31047,51,95 +31047,52,280 +31047,53,22 +31047,54,211 +31047,55,148 +31047,56,392 +31047,61,2154 +31047,62,609 +31047,71,132 +31047,72,734 +31047,81,248 +31047,92,691 +31049,11,0 +31049,22,0 +31049,23,0 +31049,42,78 +31049,44,88 +31049,48,6 +31049,51,0 +31049,52,0 +31049,53,0 +31049,54,0 +31049,56,0 +31049,61,0 +31049,62,24 +31049,71,0 +31049,72,0 +31049,81,15 +31049,92,91 +31051,11,0 +31051,23,94 +31051,31,0 +31051,42,79 +31051,44,66 +31051,48,65 +31051,51,9 +31051,52,32 +31051,54,0 +31051,56,0 +31051,61,0 +31051,62,86 +31051,71,0 +31051,72,0 +31051,81,27 +31051,92,142 +31053,11,355 +31053,21,23 +31053,22,0 +31053,23,890 +31053,31,4027 +31053,42,1200 +31053,44,2459 +31053,48,87 +31053,51,125 +31053,52,438 +31053,53,125 +31053,54,274 +31053,55,16 +31053,56,773 +31053,61,0 +31053,62,0 +31053,71,163 +31053,72,1420 +31053,81,625 +31053,92,654 +31055,11,984 +31055,21,113 +31055,22,1075 +31055,23,18428 +31055,31,23370 +31055,42,15289 +31055,44,35106 +31055,48,12547 +31055,51,9276 +31055,52,29791 +31055,53,5863 +31055,54,26080 +31055,55,15537 +31055,56,28169 +31055,61,46503 +31055,62,68061 +31055,71,6862 +31055,72,30836 +31055,81,9808 +31055,92,8838 +31057,11,122 +31057,22,0 +31057,23,18 +31057,31,20 +31057,42,59 +31057,44,47 +31057,48,8 +31057,51,0 +31057,52,15 +31057,54,16 +31057,61,0 +31057,62,63 +31057,71,0 +31057,72,0 +31057,81,0 +31057,92,63 +31059,11,0 +31059,21,0 +31059,22,0 +31059,23,201 +31059,31,177 +31059,42,269 +31059,44,213 +31059,48,101 +31059,51,15 +31059,52,0 +31059,53,0 +31059,54,26 +31059,55,0 +31059,56,0 +31059,61,0 +31059,62,230 +31059,71,0 +31059,72,0 +31059,81,64 +31059,92,125 +31061,11,171 +31061,22,0 +31061,23,0 +31061,31,0 +31061,42,0 +31061,44,87 +31061,48,15 +31061,51,0 +31061,52,44 +31061,54,0 +31061,56,0 +31061,61,0 +31061,62,92 +31061,72,0 +31061,81,28 +31061,92,4 +31063,11,197 +31063,23,61 +31063,31,114 +31063,42,48 +31063,44,71 +31063,48,64 +31063,51,0 +31063,52,54 +31063,54,0 +31063,55,0 +31063,61,332 +31063,62,33 +31063,71,0 +31063,72,0 +31063,81,0 +31063,92,3 +31065,11,459 +31065,22,0 +31065,23,62 +31065,31,127 +31065,42,123 +31065,44,201 +31065,48,26 +31065,51,55 +31065,52,0 +31065,53,0 +31065,54,57 +31065,55,0 +31065,56,0 +31065,61,0 +31065,62,361 +31065,71,13 +31065,72,80 +31065,81,19 +31065,92,12 +31067,11,0 +31067,21,0 +31067,22,0 +31067,23,416 +31067,31,1577 +31067,42,481 +31067,44,1077 +31067,48,53 +31067,51,84 +31067,52,221 +31067,53,30 +31067,54,190 +31067,55,30 +31067,56,245 +31067,61,1716 +31067,62,33 +31067,71,180 +31067,72,603 +31067,81,253 +31067,92,607 +31069,11,135 +31069,22,0 +31069,23,0 +31069,31,0 +31069,42,0 +31069,44,58 +31069,48,9 +31069,51,0 +31069,52,0 +31069,53,0 +31069,54,0 +31069,56,0 +31069,61,0 +31069,62,123 +31069,71,0 +31069,72,0 +31069,81,7 +31069,92,85 +31071,11,0 +31071,21,0 +31071,23,28 +31071,31,120 +31071,42,57 +31071,44,90 +31071,48,31 +31071,51,0 +31071,52,0 +31071,53,0 +31071,54,0 +31071,61,0 +31071,62,164 +31071,71,5 +31071,72,74 +31071,81,44 +31071,92,2 +31073,11,85 +31073,23,0 +31073,31,0 +31073,42,65 +31073,44,0 +31073,48,2 +31073,52,46 +31073,53,6 +31073,54,0 +31073,56,0 +31073,61,0 +31073,62,0 +31073,71,0 +31073,72,0 +31073,81,7 +31073,92,6 +31075,11,277 +31075,23,11 +31075,42,0 +31075,44,32 +31075,48,6 +31075,51,0 +31075,52,0 +31075,54,0 +31075,56,0 +31075,61,0 +31075,62,0 +31075,71,0 +31075,72,0 +31075,81,8 +31075,92,0 +31077,11,143 +31077,23,30 +31077,31,25 +31077,42,121 +31077,44,53 +31077,48,14 +31077,51,5 +31077,52,35 +31077,54,0 +31077,56,0 +31077,61,0 +31077,62,32 +31077,71,0 +31077,72,0 +31077,81,12 +31077,92,1 +31079,11,775 +31079,21,55 +31079,22,137 +31079,23,1850 +31079,31,7725 +31079,42,1939 +31079,44,4695 +31079,48,1977 +31079,51,231 +31079,52,1406 +31079,53,342 +31079,54,851 +31079,55,445 +31079,56,1701 +31079,61,193 +31079,62,4968 +31079,71,419 +31079,72,3088 +31079,81,977 +31079,92,1887 +31081,11,285 +31081,22,0 +31081,23,155 +31081,31,482 +31081,42,479 +31081,44,437 +31081,48,333 +31081,51,0 +31081,52,131 +31081,53,18 +31081,54,0 +31081,55,0 +31081,56,113 +31081,61,696 +31081,62,0 +31081,71,60 +31081,72,180 +31081,81,0 +31081,92,5 +31083,11,0 +31083,21,0 +31083,22,0 +31083,23,28 +31083,31,9 +31083,42,57 +31083,44,102 +31083,48,13 +31083,51,0 +31083,52,0 +31083,53,0 +31083,54,10 +31083,56,0 +31083,61,0 +31083,62,0 +31083,71,0 +31083,72,0 +31083,81,0 +31083,92,138 +31085,11,0 +31085,21,0 +31085,23,10 +31085,42,0 +31085,44,0 +31085,48,1 +31085,51,0 +31085,52,0 +31085,54,0 +31085,61,102 +31085,62,0 +31085,72,0 +31085,92,11 +31087,11,30 +31087,21,156 +31087,22,0 +31087,23,20 +31087,31,67 +31087,42,69 +31087,44,43 +31087,48,70 +31087,51,0 +31087,52,10 +31087,56,0 +31087,61,0 +31087,62,25 +31087,72,31 +31087,81,8 +31087,92,105 +31089,11,990 +31089,21,75 +31089,22,76 +31089,23,169 +31089,31,165 +31089,42,553 +31089,44,543 +31089,48,32 +31089,51,62 +31089,52,179 +31089,53,16 +31089,54,84 +31089,55,0 +31089,56,0 +31089,61,0 +31089,62,0 +31089,71,29 +31089,72,338 +31089,81,109 +31089,92,296 +31091,11,38 +31091,23,0 +31091,31,0 +31091,42,0 +31091,44,19 +31091,48,4 +31091,52,0 +31091,53,0 +31091,54,0 +31091,61,0 +31091,62,0 +31091,71,0 +31091,72,0 +31091,81,0 +31091,92,0 +31093,11,0 +31093,21,0 +31093,22,0 +31093,23,59 +31093,31,60 +31093,42,137 +31093,44,185 +31093,48,25 +31093,51,0 +31093,52,0 +31093,53,0 +31093,54,33 +31093,55,0 +31093,56,0 +31093,61,0 +31093,62,196 +31093,71,0 +31093,72,0 +31093,81,0 +31093,92,164 +31095,11,0 +31095,21,0 +31095,22,0 +31095,23,188 +31095,31,647 +31095,42,326 +31095,44,410 +31095,48,111 +31095,51,49 +31095,52,74 +31095,53,10 +31095,54,0 +31095,55,0 +31095,56,73 +31095,61,0 +31095,62,558 +31095,71,0 +31095,72,0 +31095,81,70 +31095,92,13 +31097,11,0 +31097,22,0 +31097,23,77 +31097,31,0 +31097,42,67 +31097,44,149 +31097,48,61 +31097,51,0 +31097,52,0 +31097,53,0 +31097,54,0 +31097,56,0 +31097,61,0 +31097,62,138 +31097,71,0 +31097,72,0 +31097,81,0 +31097,92,120 +31099,11,395 +31099,22,0 +31099,23,84 +31099,31,444 +31099,42,218 +31099,44,109 +31099,48,16 +31099,51,0 +31099,52,0 +31099,53,0 +31099,54,40 +31099,56,0 +31099,61,0 +31099,62,0 +31099,71,36 +31099,72,106 +31099,81,54 +31099,92,147 +31101,11,0 +31101,21,0 +31101,22,0 +31101,23,98 +31101,31,245 +31101,42,390 +31101,44,595 +31101,48,23 +31101,51,43 +31101,52,134 +31101,53,27 +31101,54,96 +31101,55,0 +31101,56,0 +31101,61,0 +31101,62,368 +31101,71,24 +31101,72,593 +31101,81,82 +31101,92,17 +31103,11,68 +31103,23,0 +31103,31,0 +31103,42,13 +31103,44,0 +31103,48,1 +31103,51,0 +31103,54,0 +31103,56,0 +31103,61,0 +31103,62,0 +31103,72,0 +31103,81,8 +31103,92,0 +31105,11,100 +31105,21,260 +31105,23,20 +31105,31,246 +31105,42,23 +31105,44,147 +31105,48,55 +31105,51,0 +31105,52,0 +31105,53,0 +31105,54,16 +31105,55,0 +31105,56,0 +31105,61,0 +31105,62,34 +31105,71,0 +31105,72,0 +31105,81,0 +31105,92,167 +31107,11,302 +31107,22,0 +31107,23,131 +31107,31,177 +31107,42,260 +31107,44,309 +31107,48,35 +31107,51,0 +31107,52,109 +31107,53,8 +31107,54,0 +31107,55,0 +31107,56,100 +31107,61,981 +31107,62,122 +31107,71,0 +31107,72,0 +31107,81,0 +31107,92,527 +31109,11,0 +31109,21,0 +31109,22,3011 +31109,23,9484 +31109,31,12961 +31109,42,0 +31109,44,18016 +31109,48,11086 +31109,51,3594 +31109,52,9929 +31109,53,2006 +31109,54,10989 +31109,55,2559 +31109,56,11249 +31109,61,4370 +31109,62,29646 +31109,71,4197 +31109,72,15682 +31109,81,5256 +31109,92,16725 +31111,11,0 +31111,21,0 +31111,22,0 +31111,23,725 +31111,31,308 +31111,42,0 +31111,44,1966 +31111,48,1223 +31111,51,194 +31111,52,545 +31111,53,119 +31111,54,389 +31111,55,34 +31111,56,289 +31111,61,71 +31111,62,3522 +31111,71,155 +31111,72,1791 +31111,81,483 +31111,92,1232 +31113,11,83 +31113,22,0 +31113,23,0 +31113,31,0 +31113,42,0 +31113,44,20 +31113,48,7 +31113,51,0 +31113,54,0 +31113,56,0 +31113,61,0 +31113,62,0 +31113,81,0 +31113,92,0 +31115,11,19 +31115,44,0 +31115,48,1 +31115,52,0 +31115,61,0 +31115,62,0 +31115,72,0 +31115,81,0 +31115,92,23 +31117,31,0 +31117,44,0 +31117,48,1 +31117,51,0 +31117,52,0 +31117,56,0 +31117,61,0 +31117,92,1 +31119,11,0 +31119,21,0 +31119,22,687 +31119,23,1041 +31119,31,3872 +31119,42,1593 +31119,44,2929 +31119,48,112 +31119,51,223 +31119,52,798 +31119,53,183 +31119,54,620 +31119,55,89 +31119,56,962 +31119,61,3898 +31119,62,4496 +31119,71,187 +31119,72,1810 +31119,81,727 +31119,92,824 +31121,11,0 +31121,21,0 +31121,22,0 +31121,23,216 +31121,31,257 +31121,42,251 +31121,44,198 +31121,48,84 +31121,51,29 +31121,52,108 +31121,53,17 +31121,54,44 +31121,55,0 +31121,56,0 +31121,61,0 +31121,62,0 +31121,71,0 +31121,72,0 +31121,81,43 +31121,92,203 +31123,11,0 +31123,21,0 +31123,22,43 +31123,23,34 +31123,31,50 +31123,42,144 +31123,44,163 +31123,48,84 +31123,51,0 +31123,52,41 +31123,53,4 +31123,54,8 +31123,56,0 +31123,61,0 +31123,62,0 +31123,71,9 +31123,72,111 +31123,81,16 +31123,92,173 +31125,11,0 +31125,21,0 +31125,22,114 +31125,23,0 +31125,31,0 +31125,42,109 +31125,44,98 +31125,48,53 +31125,51,0 +31125,52,0 +31125,53,0 +31125,54,19 +31125,55,0 +31125,56,0 +31125,61,0 +31125,62,144 +31125,71,6 +31125,72,30 +31125,81,0 +31125,92,87 +31127,11,74 +31127,22,0 +31127,23,62 +31127,31,233 +31127,42,91 +31127,44,231 +31127,48,19 +31127,51,18 +31127,52,0 +31127,53,0 +31127,54,55 +31127,55,0 +31127,56,0 +31127,61,0 +31127,62,338 +31127,71,13 +31127,72,225 +31127,81,70 +31127,92,311 +31129,11,0 +31129,22,0 +31129,23,53 +31129,31,0 +31129,42,164 +31129,44,166 +31129,48,58 +31129,51,0 +31129,52,84 +31129,54,58 +31129,56,55 +31129,61,0 +31129,62,457 +31129,71,21 +31129,72,90 +31129,81,0 +31129,92,168 +31131,11,0 +31131,21,0 +31131,22,0 +31131,23,346 +31131,31,1486 +31131,42,266 +31131,44,733 +31131,48,125 +31131,51,53 +31131,52,176 +31131,53,40 +31131,54,0 +31131,55,0 +31131,56,106 +31131,61,1096 +31131,62,988 +31131,71,138 +31131,72,673 +31131,81,158 +31131,92,463 +31133,21,0 +31133,22,0 +31133,23,0 +31133,31,181 +31133,42,20 +31133,44,63 +31133,48,28 +31133,51,0 +31133,52,0 +31133,53,0 +31133,54,12 +31133,55,0 +31133,56,0 +31133,61,0 +31133,62,75 +31133,72,25 +31133,81,0 +31133,92,10 +31135,11,205 +31135,22,0 +31135,23,89 +31135,31,52 +31135,42,235 +31135,44,93 +31135,48,9 +31135,51,0 +31135,52,37 +31135,54,0 +31135,55,0 +31135,61,0 +31135,62,73 +31135,71,8 +31135,72,21 +31135,81,0 +31135,92,85 +31137,11,0 +31137,21,0 +31137,22,0 +31137,23,0 +31137,31,0 +31137,42,544 +31137,44,468 +31137,48,30 +31137,51,29 +31137,52,168 +31137,53,17 +31137,54,129 +31137,55,0 +31137,56,0 +31137,61,0 +31137,62,11 +31137,71,138 +31137,72,284 +31137,81,102 +31137,92,324 +31139,11,144 +31139,21,40 +31139,22,0 +31139,23,193 +31139,31,100 +31139,42,0 +31139,44,167 +31139,48,184 +31139,51,44 +31139,52,103 +31139,53,5 +31139,54,62 +31139,55,0 +31139,56,0 +31139,61,522 +31139,62,344 +31139,71,0 +31139,72,0 +31139,81,37 +31139,92,158 +31141,11,0 +31141,21,0 +31141,22,0 +31141,23,1112 +31141,31,6324 +31141,42,930 +31141,44,2203 +31141,48,79 +31141,51,88 +31141,52,553 +31141,53,111 +31141,54,419 +31141,55,39 +31141,56,631 +31141,61,52 +31141,62,2404 +31141,71,217 +31141,72,1294 +31141,81,411 +31141,92,931 +31143,11,0 +31143,21,0 +31143,22,0 +31143,23,69 +31143,31,22 +31143,42,125 +31143,44,178 +31143,48,105 +31143,51,0 +31143,52,0 +31143,53,0 +31143,54,19 +31143,56,18 +31143,61,0 +31143,62,232 +31143,71,0 +31143,72,0 +31143,81,0 +31143,92,6 +31145,11,402 +31145,21,89 +31145,22,0 +31145,23,201 +31145,31,434 +31145,42,460 +31145,44,700 +31145,48,28 +31145,51,80 +31145,52,204 +31145,53,25 +31145,54,140 +31145,55,0 +31145,56,0 +31145,61,9 +31145,62,876 +31145,71,33 +31145,72,562 +31145,81,137 +31145,92,524 +31147,11,0 +31147,21,0 +31147,22,38 +31147,23,77 +31147,31,283 +31147,42,217 +31147,44,258 +31147,48,29 +31147,51,35 +31147,52,96 +31147,53,13 +31147,54,67 +31147,55,0 +31147,56,0 +31147,61,0 +31147,62,0 +31147,71,17 +31147,72,191 +31147,81,79 +31147,92,307 +31149,11,51 +31149,23,0 +31149,31,0 +31149,42,98 +31149,44,39 +31149,48,20 +31149,51,0 +31149,52,17 +31149,54,0 +31149,61,0 +31149,62,12 +31149,71,0 +31149,72,0 +31149,81,8 +31149,92,73 +31151,11,144 +31151,23,112 +31151,31,3026 +31151,42,264 +31151,44,533 +31151,48,314 +31151,51,0 +31151,52,159 +31151,53,19 +31151,54,0 +31151,55,0 +31151,56,152 +31151,61,1591 +31151,62,370 +31151,71,0 +31151,72,0 +31151,81,0 +31151,92,30 +31153,11,116 +31153,21,75 +31153,22,0 +31153,23,7980 +31153,31,3500 +31153,42,0 +31153,44,9114 +31153,48,11038 +31153,51,1151 +31153,52,5112 +31153,53,713 +31153,54,3949 +31153,55,2036 +31153,56,2816 +31153,61,12966 +31153,62,7701 +31153,71,958 +31153,72,6536 +31153,81,1569 +31153,92,5024 +31155,11,0 +31155,21,0 +31155,22,0 +31155,23,638 +31155,31,458 +31155,42,334 +31155,44,658 +31155,48,59 +31155,51,80 +31155,52,228 +31155,53,30 +31155,54,164 +31155,55,0 +31155,56,0 +31155,61,30 +31155,62,560 +31155,71,95 +31155,72,386 +31155,81,80 +31155,92,53 +31157,11,0 +31157,21,0 +31157,22,521 +31157,23,927 +31157,31,1006 +31157,42,1238 +31157,44,2102 +31157,48,616 +31157,51,295 +31157,52,626 +31157,53,118 +31157,54,472 +31157,55,84 +31157,56,985 +31157,61,3397 +31157,62,3689 +31157,71,167 +31157,72,1694 +31157,81,462 +31157,92,1319 +31159,11,321 +31159,22,0 +31159,23,479 +31159,31,1116 +31159,42,464 +31159,44,572 +31159,48,42 +31159,51,49 +31159,52,230 +31159,53,29 +31159,54,154 +31159,55,0 +31159,56,0 +31159,61,1603 +31159,62,0 +31159,71,42 +31159,72,436 +31159,81,143 +31159,92,14 +31161,11,0 +31161,21,0 +31161,22,0 +31161,23,22 +31161,31,129 +31161,42,171 +31161,44,190 +31161,48,15 +31161,51,23 +31161,52,0 +31161,53,0 +31161,54,23 +31161,61,410 +31161,62,437 +31161,71,7 +31161,72,87 +31161,81,47 +31161,92,15 +31163,11,100 +31163,22,0 +31163,23,0 +31163,31,0 +31163,42,106 +31163,44,90 +31163,48,30 +31163,51,0 +31163,52,33 +31163,54,13 +31163,55,0 +31163,56,0 +31163,61,0 +31163,62,170 +31163,71,19 +31163,72,67 +31163,81,0 +31163,92,91 +31165,11,84 +31165,22,0 +31165,42,0 +31165,44,8 +31165,48,1 +31165,52,0 +31165,54,0 +31165,61,0 +31165,62,0 +31165,71,9 +31165,72,0 +31165,92,0 +31167,11,0 +31167,21,0 +31167,22,0 +31167,23,37 +31167,31,574 +31167,42,64 +31167,44,56 +31167,48,42 +31167,51,0 +31167,52,40 +31167,56,0 +31167,61,0 +31167,62,33 +31167,72,40 +31167,81,24 +31167,92,120 +31169,11,264 +31169,22,0 +31169,23,95 +31169,31,537 +31169,42,317 +31169,44,175 +31169,48,24 +31169,51,12 +31169,52,128 +31169,53,15 +31169,54,20 +31169,56,5 +31169,61,501 +31169,62,457 +31169,71,0 +31169,72,0 +31169,81,54 +31169,92,191 +31171,11,0 +31171,21,0 +31171,22,0 +31171,23,0 +31171,31,0 +31171,42,0 +31171,44,40 +31171,48,3 +31171,52,0 +31171,53,0 +31171,54,0 +31171,56,0 +31171,61,0 +31171,62,0 +31171,72,0 +31171,81,0 +31171,92,56 +31173,11,169 +31173,23,40 +31173,31,188 +31173,42,225 +31173,44,97 +31173,48,44 +31173,51,0 +31173,52,46 +31173,53,39 +31173,54,0 +31173,55,0 +31173,56,90 +31173,61,0 +31173,62,360 +31173,71,0 +31173,72,0 +31173,81,0 +31173,92,144 +31175,11,0 +31175,21,0 +31175,22,0 +31175,23,103 +31175,31,110 +31175,42,177 +31175,44,244 +31175,48,21 +31175,51,0 +31175,52,0 +31175,53,0 +31175,54,0 +31175,56,0 +31175,61,0 +31175,62,0 +31175,71,0 +31175,72,0 +31175,81,0 +31175,92,173 +31177,11,0 +31177,21,0 +31177,22,0 +31177,23,851 +31177,31,1342 +31177,42,0 +31177,44,1093 +31177,48,323 +31177,51,266 +31177,52,319 +31177,53,25 +31177,54,214 +31177,55,180 +31177,56,478 +31177,61,1265 +31177,62,756 +31177,71,108 +31177,72,434 +31177,81,209 +31177,92,14 +31179,11,300 +31179,22,0 +31179,23,79 +31179,31,926 +31179,42,294 +31179,44,420 +31179,48,268 +31179,51,39 +31179,52,329 +31179,53,21 +31179,54,62 +31179,55,0 +31179,56,0 +31179,61,0 +31179,62,557 +31179,71,26 +31179,72,315 +31179,81,54 +31179,92,205 +31181,11,0 +31181,21,0 +31181,22,0 +31181,23,0 +31181,31,0 +31181,42,146 +31181,44,131 +31181,48,18 +31181,51,0 +31181,52,0 +31181,53,0 +31181,54,5 +31181,56,24 +31181,61,0 +31181,62,176 +31181,71,0 +31181,72,0 +31181,81,0 +31181,92,153 +31183,11,292 +31183,23,0 +31183,31,0 +31183,42,61 +31183,44,0 +31183,48,3 +31183,52,0 +31183,54,0 +31183,56,0 +31183,61,0 +31183,72,12 +31183,92,0 +31185,11,0 +31185,21,0 +31185,22,0 +31185,23,316 +31185,31,1002 +31185,42,605 +31185,44,841 +31185,48,42 +31185,51,81 +31185,52,426 +31185,53,18 +31185,54,0 +31185,55,0 +31185,56,453 +31185,61,693 +31185,62,0 +31185,71,53 +31185,72,848 +31185,81,314 +31185,92,521 +32001,11,358 +32001,21,31 +32001,22,97 +32001,23,768 +32001,31,546 +32001,42,152 +32001,44,1037 +32001,48,740 +32001,51,101 +32001,52,138 +32001,53,86 +32001,54,254 +32001,55,3 +32001,56,378 +32001,61,399 +32001,62,1002 +32001,71,358 +32001,72,706 +32001,81,177 +32001,92,855 +32003,11,2243 +32003,21,499 +32003,22,3432 +32003,23,70141 +32003,31,25647 +32003,42,25372 +32003,44,110311 +32003,48,51402 +32003,51,15667 +32003,52,29299 +32003,53,21956 +32003,54,45908 +32003,55,23448 +32003,56,85630 +32003,61,73886 +32003,62,104620 +32003,71,23884 +32003,72,270749 +32003,81,26362 +32003,92,41643 +32005,11,0 +32005,21,0 +32005,22,122 +32005,23,1540 +32005,31,2007 +32005,42,241 +32005,44,2173 +32005,48,460 +32005,51,211 +32005,52,402 +32005,53,360 +32005,54,714 +32005,55,180 +32005,56,732 +32005,61,368 +32005,62,1613 +32005,71,999 +32005,72,5365 +32005,81,402 +32005,92,1043 +32007,11,246 +32007,21,2348 +32007,22,142 +32007,23,1605 +32007,31,168 +32007,42,1298 +32007,44,2452 +32007,48,677 +32007,51,141 +32007,52,267 +32007,53,238 +32007,54,588 +32007,55,270 +32007,56,558 +32007,61,256 +32007,62,1820 +32007,71,482 +32007,72,5244 +32007,81,641 +32007,92,1824 +32009,11,0 +32009,21,0 +32009,22,0 +32009,23,0 +32009,31,0 +32009,42,0 +32009,44,0 +32009,48,4 +32009,54,0 +32009,56,0 +32009,61,0 +32009,72,0 +32009,92,0 +32011,11,69 +32011,21,3999 +32011,22,0 +32011,23,0 +32011,31,0 +32011,44,38 +32011,48,3 +32011,52,0 +32011,53,0 +32011,54,0 +32011,56,0 +32011,61,0 +32011,62,0 +32011,72,28 +32011,81,0 +32011,92,5 +32013,11,319 +32013,21,1839 +32013,22,171 +32013,23,412 +32013,31,274 +32013,42,161 +32013,44,951 +32013,48,251 +32013,51,84 +32013,52,62 +32013,53,48 +32013,54,0 +32013,55,0 +32013,56,203 +32013,61,0 +32013,62,0 +32013,71,119 +32013,72,950 +32013,81,169 +32013,92,127 +32015,11,61 +32015,21,2162 +32015,22,0 +32015,23,0 +32015,31,0 +32015,42,0 +32015,44,238 +32015,48,127 +32015,52,0 +32015,53,0 +32015,54,8 +32015,56,31 +32015,61,0 +32015,62,25 +32015,71,0 +32015,72,0 +32015,81,81 +32015,92,65 +32017,11,0 +32017,21,0 +32017,22,0 +32017,23,0 +32017,31,0 +32017,42,12 +32017,44,167 +32017,48,12 +32017,51,0 +32017,52,30 +32017,53,0 +32017,54,19 +32017,55,0 +32017,56,0 +32017,61,0 +32017,62,0 +32017,71,0 +32017,72,0 +32017,81,0 +32017,92,93 +32019,11,703 +32019,21,328 +32019,22,82 +32019,23,1052 +32019,31,2044 +32019,42,252 +32019,44,1520 +32019,48,797 +32019,51,48 +32019,52,125 +32019,53,153 +32019,54,345 +32019,55,91 +32019,56,424 +32019,61,12 +32019,62,707 +32019,71,748 +32019,72,855 +32019,81,333 +32019,92,785 +32021,21,145 +32021,22,0 +32021,23,33 +32021,42,0 +32021,44,108 +32021,48,8 +32021,51,10 +32021,52,0 +32021,53,0 +32021,54,17 +32021,55,0 +32021,56,0 +32021,61,0 +32021,62,20 +32021,71,0 +32021,72,0 +32021,81,0 +32021,92,62 +32023,11,420 +32023,21,1135 +32023,22,218 +32023,23,761 +32023,31,225 +32023,42,116 +32023,44,1586 +32023,48,195 +32023,51,149 +32023,52,123 +32023,53,138 +32023,54,1432 +32023,55,14 +32023,56,849 +32023,61,0 +32023,62,0 +32023,71,603 +32023,72,1564 +32023,81,361 +32023,92,212 +32027,11,89 +32027,21,678 +32027,22,0 +32027,23,0 +32027,31,0 +32027,42,0 +32027,44,152 +32027,48,7 +32027,51,0 +32027,52,12 +32027,53,10 +32027,54,10 +32027,55,0 +32027,56,0 +32027,61,0 +32027,62,0 +32027,71,0 +32027,72,0 +32027,81,23 +32027,92,184 +32029,11,0 +32029,21,0 +32029,22,0 +32029,23,769 +32029,31,11455 +32029,42,141 +32029,44,0 +32029,48,3804 +32029,51,0 +32029,52,0 +32029,53,0 +32029,54,0 +32029,55,0 +32029,56,497 +32029,61,0 +32029,62,0 +32029,71,28 +32029,72,147 +32029,81,111 +32029,92,0 +32031,11,584 +32031,21,208 +32031,22,1026 +32031,23,17409 +32031,31,14260 +32031,42,10225 +32031,44,24374 +32031,48,16101 +32031,51,0 +32031,52,5801 +32031,53,4558 +32031,54,11684 +32031,55,3043 +32031,56,17307 +32031,61,9042 +32031,62,28450 +32031,71,6495 +32031,72,32607 +32031,81,6023 +32031,92,9323 +32033,11,69 +32033,21,1335 +32033,22,0 +32033,23,0 +32033,31,0 +32033,42,0 +32033,44,345 +32033,48,98 +32033,51,23 +32033,52,44 +32033,53,28 +32033,54,0 +32033,55,0 +32033,56,57 +32033,61,0 +32033,62,0 +32033,71,80 +32033,72,489 +32033,81,70 +32033,92,801 +32510,11,0 +32510,21,0 +32510,22,0 +32510,23,1533 +32510,31,2708 +32510,42,617 +32510,44,3330 +32510,48,88 +32510,51,542 +32510,52,865 +32510,53,271 +32510,54,856 +32510,55,384 +32510,56,987 +32510,61,296 +32510,62,4817 +32510,71,1085 +32510,72,2582 +32510,81,731 +32510,92,7020 +33001,11,96 +33001,21,88 +33001,22,199 +33001,23,1433 +33001,31,2366 +33001,42,748 +33001,44,5141 +33001,48,780 +33001,51,272 +33001,52,452 +33001,53,268 +33001,54,735 +33001,55,607 +33001,56,1058 +33001,61,1008 +33001,62,3513 +33001,71,717 +33001,72,3430 +33001,81,912 +33001,92,1267 +33003,11,0 +33003,21,0 +33003,22,77 +33003,23,1210 +33003,31,0 +33003,42,334 +33003,44,3639 +33003,48,374 +33003,51,260 +33003,52,377 +33003,53,261 +33003,54,555 +33003,55,66 +33003,56,864 +33003,61,1057 +33003,62,2623 +33003,71,881 +33003,72,4540 +33003,81,557 +33003,92,1072 +33005,11,0 +33005,21,0 +33005,22,0 +33005,23,1668 +33005,31,5001 +33005,42,1270 +33005,44,5214 +33005,48,159 +33005,51,333 +33005,52,1123 +33005,53,270 +33005,54,836 +33005,55,1195 +33005,56,1057 +33005,61,2709 +33005,62,3950 +33005,71,354 +33005,72,2605 +33005,81,1510 +33005,92,216 +33007,11,213 +33007,21,0 +33007,22,108 +33007,23,455 +33007,31,773 +33007,42,241 +33007,44,1685 +33007,48,518 +33007,51,60 +33007,52,193 +33007,53,82 +33007,54,121 +33007,55,145 +33007,56,253 +33007,61,162 +33007,62,2278 +33007,71,465 +33007,72,1917 +33007,81,206 +33007,92,703 +33009,11,384 +33009,21,42 +33009,22,168 +33009,23,1527 +33009,31,5239 +33009,42,1066 +33009,44,6730 +33009,48,1206 +33009,51,682 +33009,52,1087 +33009,53,525 +33009,54,2636 +33009,55,503 +33009,56,1520 +33009,61,17078 +33009,62,13229 +33009,71,1365 +33009,72,5495 +33009,81,1162 +33009,92,2307 +33011,11,267 +33011,21,69 +33011,22,283 +33011,23,8504 +33011,31,27103 +33011,42,9065 +33011,44,28238 +33011,48,6492 +33011,51,6497 +33011,52,10282 +33011,53,2426 +33011,54,14664 +33011,55,3481 +33011,56,13649 +33011,61,21671 +33011,62,33550 +33011,71,3353 +33011,72,16107 +33011,81,7467 +33011,92,7833 +33013,11,626 +33013,21,210 +33013,22,338 +33013,23,4024 +33013,31,6152 +33013,42,4887 +33013,44,9524 +33013,48,1994 +33013,51,711 +33013,52,4255 +33013,53,1053 +33013,54,4054 +33013,55,674 +33013,56,3627 +33013,61,5412 +33013,62,12661 +33013,71,1682 +33013,72,5278 +33013,81,3331 +33013,92,9632 +33015,11,308 +33015,21,128 +33015,22,741 +33015,23,7679 +33015,31,16227 +33015,42,8748 +33015,44,25589 +33015,48,6642 +33015,51,2813 +33015,52,5645 +33015,53,1694 +33015,54,12336 +33015,55,2406 +33015,56,10533 +33015,61,9262 +33015,62,18007 +33015,71,3344 +33015,72,15751 +33015,81,4796 +33015,92,5506 +33017,11,185 +33017,21,14 +33017,22,0 +33017,23,1610 +33017,31,5561 +33017,42,1353 +33017,44,7029 +33017,48,282 +33017,51,747 +33017,52,2687 +33017,53,363 +33017,54,3080 +33017,55,157 +33017,56,2525 +33017,61,1821 +33017,62,7933 +33017,71,593 +33017,72,4401 +33017,81,1610 +33017,92,2169 +33019,11,0 +33019,21,0 +33019,22,91 +33019,23,621 +33019,31,3100 +33019,42,492 +33019,44,2366 +33019,48,298 +33019,51,95 +33019,52,353 +33019,53,110 +33019,54,441 +33019,55,28 +33019,56,702 +33019,61,1132 +33019,62,1394 +33019,71,120 +33019,72,895 +33019,81,300 +33019,92,862 +34001,11,1942 +34001,21,35 +34001,22,1582 +34001,23,5752 +34001,31,2350 +34001,42,2680 +34001,44,14907 +34001,48,2896 +34001,51,802 +34001,52,2396 +34001,53,1500 +34001,54,4536 +34001,55,1129 +34001,56,5470 +34001,61,1430 +34001,62,20630 +34001,71,2373 +34001,72,39130 +34001,81,3854 +34001,92,7145 +34003,11,365 +34003,21,36 +34003,22,2102 +34003,23,17604 +34003,31,32923 +34003,42,38712 +34003,44,51179 +34003,48,19062 +34003,51,9735 +34003,52,14878 +34003,53,8577 +34003,54,32892 +34003,55,14701 +34003,56,30979 +34003,61,20700 +34003,62,79025 +34003,71,8988 +34003,72,32836 +34003,81,16317 +34003,92,14107 +34005,11,0 +34005,21,0 +34005,22,1129 +34005,23,8109 +34005,31,16177 +34005,42,13768 +34005,44,24351 +34005,48,11304 +34005,51,3108 +34005,52,13842 +34005,53,3875 +34005,54,13838 +34005,55,2708 +34005,56,13673 +34005,61,4349 +34005,62,32835 +34005,71,4149 +34005,72,15171 +34005,81,6288 +34005,92,8470 +34007,11,0 +34007,21,0 +34007,22,936 +34007,23,9292 +34007,31,14917 +34007,42,8859 +34007,44,24471 +34007,48,11316 +34007,51,2461 +34007,52,4965 +34007,53,2584 +34007,54,11728 +34007,55,4819 +34007,56,17648 +34007,61,6670 +34007,62,43076 +34007,71,4182 +34007,72,15234 +34007,81,7131 +34007,92,8317 +34009,11,400 +34009,21,57 +34009,22,329 +34009,23,2434 +34009,31,1036 +34009,42,744 +34009,44,6786 +34009,48,532 +34009,51,201 +34009,52,879 +34009,53,825 +34009,54,1172 +34009,55,139 +34009,56,1352 +34009,61,6060 +34009,62,4621 +34009,71,1949 +34009,72,10250 +34009,81,1386 +34009,92,4121 +34011,11,3235 +34011,21,205 +34011,22,404 +34011,23,2721 +34011,31,8879 +34011,42,4088 +34011,44,7209 +34011,48,2837 +34011,51,625 +34011,52,805 +34011,53,394 +34011,54,0 +34011,55,0 +34011,56,3102 +34011,61,10942 +34011,62,10987 +34011,71,429 +34011,72,3285 +34011,81,1507 +34011,92,3814 +34013,11,0 +34013,21,0 +34013,22,996 +34013,23,11359 +34013,31,16257 +34013,42,15253 +34013,44,26433 +34013,48,34737 +34013,51,5485 +34013,52,18692 +34013,53,6687 +34013,54,23771 +34013,55,6599 +34013,56,18588 +34013,61,64315 +34013,62,55060 +34013,71,4877 +34013,72,24522 +34013,81,12985 +34013,92,23702 +34015,11,2000 +34015,21,11 +34015,22,572 +34015,23,6180 +34015,31,8376 +34015,42,9126 +34015,44,18208 +34015,48,9533 +34015,51,1467 +34015,52,1913 +34015,53,1131 +34015,54,3214 +34015,55,458 +34015,56,6588 +34015,61,2035 +34015,62,14927 +34015,71,1829 +34015,72,9949 +34015,81,3684 +34015,92,4305 +34017,11,0 +34017,21,0 +34017,22,0 +34017,23,5295 +34017,31,9286 +34017,42,0 +34017,44,27838 +34017,48,29102 +34017,51,8241 +34017,52,38639 +34017,53,5903 +34017,54,18079 +34017,55,3533 +34017,56,20304 +34017,61,8954 +34017,62,31003 +34017,71,3533 +34017,72,19102 +34017,81,6416 +34017,92,14434 +34019,11,0 +34019,21,0 +34019,22,102 +34019,23,3164 +34019,31,2906 +34019,42,2468 +34019,44,6453 +34019,48,735 +34019,51,759 +34019,52,3390 +34019,53,405 +34019,54,4557 +34019,55,855 +34019,56,1874 +34019,61,8661 +34019,62,6897 +34019,71,1550 +34019,72,3932 +34019,81,1869 +34019,92,2340 +34021,11,238 +34021,21,17 +34021,22,780 +34021,23,5731 +34021,31,10797 +34021,42,7671 +34021,44,19254 +34021,48,12593 +34021,51,4092 +34021,52,16942 +34021,53,2664 +34021,54,24765 +34021,55,4600 +34021,56,19927 +34021,61,36358 +34021,62,41264 +34021,71,2961 +34021,72,13102 +34021,81,7934 +34021,92,41484 +34023,11,343 +34023,21,54 +34023,22,1207 +34023,23,16293 +34023,31,30661 +34023,42,36325 +34023,44,41487 +34023,48,43525 +34023,51,8574 +34023,52,13599 +34023,53,6181 +34023,54,42899 +34023,55,9767 +34023,56,49199 +34023,61,50430 +34023,62,53625 +34023,71,4328 +34023,72,24713 +34023,81,13132 +34023,92,11236 +34025,11,995 +34025,21,21 +34025,22,2616 +34025,23,15648 +34025,31,9479 +34025,42,8822 +34025,44,38320 +34025,48,6011 +34025,51,6950 +34025,52,9841 +34025,53,3849 +34025,54,19873 +34025,55,3784 +34025,56,13594 +34025,61,11432 +34025,62,50002 +34025,71,9309 +34025,72,27910 +34025,81,11487 +34025,92,11865 +34027,11,0 +34027,21,0 +34027,22,668 +34027,23,12341 +34027,31,19430 +34027,42,17289 +34027,44,28876 +34027,48,8794 +34027,51,5001 +34027,52,17016 +34027,53,4925 +34027,54,42675 +34027,55,13546 +34027,56,27227 +34027,61,12537 +34027,62,39750 +34027,71,5174 +34027,72,21068 +34027,81,11205 +34027,92,11217 +34029,11,243 +34029,21,126 +34029,22,1835 +34029,23,9981 +34029,31,5504 +34029,42,4665 +34029,44,27222 +34029,48,4710 +34029,51,1171 +34029,52,4162 +34029,53,3301 +34029,54,8540 +34029,55,584 +34029,56,8186 +34029,61,11782 +34029,62,37323 +34029,71,5480 +34029,72,16966 +34029,81,7353 +34029,92,10567 +34031,11,128 +34031,21,166 +34031,22,0 +34031,23,8538 +34031,31,17804 +34031,42,11120 +34031,44,24080 +34031,48,748 +34031,51,1306 +34031,52,4115 +34031,53,2081 +34031,54,7160 +34031,55,1490 +34031,56,11566 +34031,61,33520 +34031,62,29323 +34031,71,1652 +34031,72,10826 +34031,81,6750 +34031,92,7860 +34033,11,791 +34033,22,0 +34033,23,1264 +34033,31,1716 +34033,42,0 +34033,44,1913 +34033,48,2326 +34033,51,45 +34033,52,384 +34033,53,173 +34033,54,716 +34033,55,10 +34033,56,734 +34033,61,344 +34033,62,2916 +34033,71,214 +34033,72,1359 +34033,81,418 +34033,92,1202 +34035,11,183 +34035,21,487 +34035,22,941 +34035,23,7248 +34035,31,16044 +34035,42,15310 +34035,44,19775 +34035,48,4014 +34035,51,6800 +34035,52,8543 +34035,53,3094 +34035,54,24320 +34035,55,11698 +34035,56,17632 +34035,61,25549 +34035,62,24366 +34035,71,3107 +34035,72,12335 +34035,81,6019 +34035,92,4596 +34037,11,182 +34037,21,159 +34037,22,239 +34037,23,2094 +34037,31,2512 +34037,42,1036 +34037,44,5729 +34037,48,973 +34037,51,189 +34037,52,789 +34037,53,341 +34037,54,1704 +34037,55,1047 +34037,56,1569 +34037,61,10368 +34037,62,6330 +34037,71,1597 +34037,72,3800 +34037,81,1531 +34037,92,1857 +34039,11,0 +34039,21,0 +34039,22,2308 +34039,23,10270 +34039,31,19048 +34039,42,15560 +34039,44,27854 +34039,48,17774 +34039,51,2480 +34039,52,6689 +34039,53,3279 +34039,54,18454 +34039,55,3228 +34039,56,19225 +34039,61,37522 +34039,62,33276 +34039,71,2787 +34039,72,14429 +34039,81,10408 +34039,92,10370 +34041,11,0 +34041,21,0 +34041,22,249 +34041,23,1228 +34041,31,3581 +34041,42,0 +34041,44,5666 +34041,48,205 +34041,51,263 +34041,52,461 +34041,53,223 +34041,54,1259 +34041,55,1354 +34041,56,1167 +34041,61,1387 +34041,62,5528 +34041,71,606 +34041,72,2713 +34041,81,1272 +34041,92,1581 +35001,11,262 +35001,21,133 +35001,22,1082 +35001,23,21422 +35001,31,12956 +35001,42,11703 +35001,44,35258 +35001,48,10632 +35001,51,7424 +35001,52,12955 +35001,53,5150 +35001,54,42531 +35001,55,4408 +35001,56,24676 +35001,61,19245 +35001,62,64593 +35001,71,8059 +35001,72,40906 +35001,81,9480 +35001,92,20902 +35003,11,0 +35003,21,0 +35003,22,0 +35003,23,28 +35003,31,25 +35003,42,0 +35003,44,84 +35003,48,13 +35003,51,0 +35003,52,0 +35003,53,0 +35003,54,6 +35003,55,0 +35003,56,0 +35003,61,0 +35003,62,0 +35003,71,7 +35003,72,25 +35003,81,0 +35003,92,134 +35005,11,1457 +35005,21,436 +35005,22,81 +35005,23,997 +35005,31,896 +35005,42,850 +35005,44,2852 +35005,48,880 +35005,51,265 +35005,52,588 +35005,53,185 +35005,54,819 +35005,55,41 +35005,56,728 +35005,61,5952 +35005,62,4278 +35005,71,225 +35005,72,3129 +35005,81,586 +35005,92,1093 +35006,11,0 +35006,21,0 +35006,22,83 +35006,23,280 +35006,31,90 +35006,42,136 +35006,44,779 +35006,48,70 +35006,51,31 +35006,52,101 +35006,53,24 +35006,54,93 +35006,55,11 +35006,56,537 +35006,61,0 +35006,62,223 +35006,71,58 +35006,72,685 +35006,81,69 +35006,92,1442 +35007,11,77 +35007,21,80 +35007,22,40 +35007,23,187 +35007,31,132 +35007,42,82 +35007,44,564 +35007,48,78 +35007,51,24 +35007,52,112 +35007,53,59 +35007,54,78 +35007,55,7 +35007,56,69 +35007,61,1225 +35007,62,418 +35007,71,17 +35007,72,1103 +35007,81,566 +35007,92,462 +35009,11,1717 +35009,21,28 +35009,22,144 +35009,23,772 +35009,31,727 +35009,42,529 +35009,44,2285 +35009,48,642 +35009,51,128 +35009,52,435 +35009,53,208 +35009,54,584 +35009,55,0 +35009,56,5 +35009,61,113 +35009,62,3724 +35009,71,149 +35009,72,2134 +35009,81,509 +35009,92,1067 +35011,11,41 +35011,22,0 +35011,23,0 +35011,31,0 +35011,42,25 +35011,44,63 +35011,48,9 +35011,51,0 +35011,52,0 +35011,53,0 +35011,54,0 +35011,56,0 +35011,61,0 +35011,62,57 +35011,71,0 +35011,72,0 +35011,81,0 +35011,92,47 +35013,11,3298 +35013,21,64 +35013,22,805 +35013,23,3790 +35013,31,2777 +35013,42,1418 +35013,44,7339 +35013,48,2207 +35013,51,782 +35013,52,1798 +35013,53,808 +35013,54,4985 +35013,55,85 +35013,56,4346 +35013,61,2769 +35013,62,17979 +35013,71,1178 +35013,72,8167 +35013,81,1260 +35013,92,5889 +35015,11,429 +35015,21,9957 +35015,22,421 +35015,23,3963 +35015,31,1086 +35015,42,760 +35015,44,3371 +35015,48,1680 +35015,51,296 +35015,52,581 +35015,53,593 +35015,54,1668 +35015,55,153 +35015,56,1666 +35015,61,1252 +35015,62,3210 +35015,71,243 +35015,72,2707 +35015,81,867 +35015,92,1240 +35017,11,52 +35017,21,0 +35017,22,68 +35017,23,421 +35017,31,0 +35017,42,81 +35017,44,1058 +35017,48,121 +35017,51,110 +35017,52,176 +35017,53,88 +35017,54,194 +35017,55,161 +35017,56,182 +35017,61,331 +35017,62,1185 +35017,71,6 +35017,72,0 +35017,81,216 +35017,92,526 +35019,11,0 +35019,22,14 +35019,23,29 +35019,31,0 +35019,42,0 +35019,44,285 +35019,48,41 +35019,51,0 +35019,52,0 +35019,53,0 +35019,54,9 +35019,56,0 +35019,61,0 +35019,62,186 +35019,71,0 +35019,72,363 +35019,81,26 +35019,92,111 +35021,11,27 +35021,23,0 +35021,31,0 +35021,42,0 +35021,44,0 +35021,48,9 +35021,54,0 +35021,61,0 +35021,62,0 +35021,71,0 +35021,72,0 +35021,92,4 +35023,11,0 +35023,21,0 +35023,22,8 +35023,23,18 +35023,31,0 +35023,42,19 +35023,44,235 +35023,48,59 +35023,51,10 +35023,52,0 +35023,53,0 +35023,54,32 +35023,56,30 +35023,61,0 +35023,62,0 +35023,71,0 +35023,72,0 +35023,81,0 +35023,92,390 +35025,11,400 +35025,21,9241 +35025,22,416 +35025,23,3861 +35025,31,654 +35025,42,1080 +35025,44,3049 +35025,48,2272 +35025,51,245 +35025,52,732 +35025,53,543 +35025,54,1029 +35025,55,156 +35025,56,1398 +35025,61,9228 +35025,62,3068 +35025,71,346 +35025,72,3617 +35025,81,845 +35025,92,931 +35027,11,0 +35027,21,0 +35027,22,86 +35027,23,349 +35027,31,138 +35027,42,23 +35027,44,1196 +35027,48,74 +35027,51,80 +35027,52,203 +35027,53,212 +35027,54,0 +35027,55,0 +35027,56,265 +35027,61,39 +35027,62,735 +35027,71,710 +35027,72,1528 +35027,81,209 +35027,92,469 +35028,11,0 +35028,22,102 +35028,23,220 +35028,31,0 +35028,42,0 +35028,44,476 +35028,48,39 +35028,51,58 +35028,52,167 +35028,53,99 +35028,54,0 +35028,55,0 +35028,56,943 +35028,61,308 +35028,62,1084 +35028,71,174 +35028,72,506 +35028,81,312 +35028,92,448 +35029,11,929 +35029,21,14 +35029,22,87 +35029,23,444 +35029,31,925 +35029,42,107 +35029,44,933 +35029,48,198 +35029,51,0 +35029,52,118 +35029,53,46 +35029,54,0 +35029,55,0 +35029,56,103 +35029,61,0 +35029,62,0 +35029,71,75 +35029,72,777 +35029,81,0 +35029,92,1000 +35031,11,17 +35031,21,54 +35031,22,230 +35031,23,668 +35031,31,749 +35031,42,546 +35031,44,2967 +35031,48,460 +35031,51,201 +35031,52,446 +35031,53,195 +35031,54,257 +35031,55,30 +35031,56,845 +35031,61,632 +35031,62,6349 +35031,71,28 +35031,72,3118 +35031,81,468 +35031,92,1819 +35033,11,0 +35033,21,0 +35033,22,0 +35033,23,0 +35033,31,0 +35033,42,0 +35033,44,60 +35033,48,31 +35033,51,0 +35033,52,0 +35033,53,0 +35033,56,0 +35033,61,0 +35033,62,0 +35033,71,18 +35033,72,0 +35033,81,14 +35033,92,60 +35035,11,135 +35035,21,89 +35035,22,141 +35035,23,1144 +35035,31,84 +35035,42,126 +35035,44,2303 +35035,48,383 +35035,51,270 +35035,52,408 +35035,53,142 +35035,54,736 +35035,55,25 +35035,56,1237 +35035,61,678 +35035,62,3572 +35035,71,259 +35035,72,1708 +35035,81,387 +35035,92,2366 +35037,11,47 +35037,21,0 +35037,22,70 +35037,23,196 +35037,31,0 +35037,42,22 +35037,44,411 +35037,48,76 +35037,51,12 +35037,52,96 +35037,53,9 +35037,54,58 +35037,55,0 +35037,56,0 +35037,61,0 +35037,62,474 +35037,71,0 +35037,72,0 +35037,81,90 +35037,92,196 +35039,11,75 +35039,21,226 +35039,22,155 +35039,23,447 +35039,31,132 +35039,42,50 +35039,44,1084 +35039,48,220 +35039,51,86 +35039,52,137 +35039,53,38 +35039,54,17 +35039,55,0 +35039,56,286 +35039,61,3795 +35039,62,1920 +35039,71,159 +35039,72,936 +35039,81,184 +35039,92,2269 +35041,11,1081 +35041,21,13 +35041,22,64 +35041,23,201 +35041,31,425 +35041,42,73 +35041,44,625 +35041,48,399 +35041,51,0 +35041,52,116 +35041,53,49 +35041,54,77 +35041,55,0 +35041,56,24 +35041,61,0 +35041,62,23 +35041,71,0 +35041,72,0 +35041,81,88 +35041,92,194 +35043,11,76 +35043,21,113 +35043,22,74 +35043,23,2045 +35043,31,3040 +35043,42,419 +35043,44,3271 +35043,48,477 +35043,51,184 +35043,52,557 +35043,53,444 +35043,54,1273 +35043,55,67 +35043,56,4935 +35043,61,12267 +35043,62,4936 +35043,71,341 +35043,72,3656 +35043,81,663 +35043,92,2531 +35045,11,332 +35045,21,5410 +35045,22,1476 +35045,23,3800 +35045,31,1310 +35045,42,1807 +35045,44,5385 +35045,48,1267 +35045,51,424 +35045,52,846 +35045,53,416 +35045,54,1416 +35045,55,289 +35045,56,1276 +35045,61,1396 +35045,62,8978 +35045,71,647 +35045,72,4887 +35045,81,1304 +35045,92,3207 +35047,11,41 +35047,21,7 +35047,22,32 +35047,23,403 +35047,31,96 +35047,42,23 +35047,44,861 +35047,48,281 +35047,51,41 +35047,52,249 +35047,53,44 +35047,54,140 +35047,55,9 +35047,56,62 +35047,61,0 +35047,62,0 +35047,71,26 +35047,72,0 +35047,81,102 +35047,92,509 +35049,11,394 +35049,21,89 +35049,22,290 +35049,23,3095 +35049,31,905 +35049,42,1089 +35049,44,8299 +35049,48,877 +35049,51,1166 +35049,52,1607 +35049,53,949 +35049,54,3725 +35049,55,303 +35049,56,2605 +35049,61,5512 +35049,62,10938 +35049,71,3022 +35049,72,11562 +35049,81,2777 +35049,92,8952 +35051,11,0 +35051,21,0 +35051,22,35 +35051,23,203 +35051,31,98 +35051,42,17 +35051,44,425 +35051,48,32 +35051,51,15 +35051,52,64 +35051,53,21 +35051,54,62 +35051,56,93 +35051,61,0 +35051,62,0 +35051,71,70 +35051,72,472 +35051,81,79 +35051,92,335 +35053,11,0 +35053,21,0 +35053,22,0 +35053,23,84 +35053,31,98 +35053,42,0 +35053,44,429 +35053,48,103 +35053,51,11 +35053,52,93 +35053,53,14 +35053,54,422 +35053,55,0 +35053,56,21 +35053,61,0 +35053,62,32 +35053,71,0 +35053,72,0 +35053,81,37 +35053,92,378 +35055,11,0 +35055,21,0 +35055,22,161 +35055,23,582 +35055,31,233 +35055,42,115 +35055,44,1426 +35055,48,126 +35055,51,153 +35055,52,209 +35055,53,242 +35055,54,349 +35055,55,4 +35055,56,274 +35055,61,3191 +35055,62,2129 +35055,71,1048 +35055,72,2460 +35055,81,286 +35055,92,766 +35057,11,0 +35057,21,0 +35057,22,11 +35057,23,203 +35057,31,96 +35057,42,175 +35057,44,570 +35057,48,15 +35057,51,25 +35057,52,0 +35057,53,0 +35057,54,66 +35057,56,187 +35057,61,0 +35057,62,0 +35057,71,28 +35057,72,0 +35057,81,45 +35057,92,200 +35059,11,117 +35059,21,24 +35059,22,0 +35059,23,21 +35059,31,0 +35059,42,46 +35059,44,159 +35059,48,18 +35059,51,0 +35059,52,65 +35059,53,9 +35059,54,0 +35059,56,0 +35059,61,0 +35059,62,0 +35059,71,19 +35059,72,163 +35059,81,0 +35059,92,85 +35061,11,0 +35061,21,0 +35061,22,157 +35061,23,1828 +35061,31,869 +35061,42,146 +35061,44,2521 +35061,48,1065 +35061,51,176 +35061,52,290 +35061,53,144 +35061,54,385 +35061,55,74 +35061,56,293 +35061,61,7091 +35061,62,2433 +35061,71,78 +35061,72,1753 +35061,81,277 +35061,92,1005 +36001,11,414 +36001,21,550 +36001,22,758 +36001,23,8137 +36001,31,7510 +36001,42,7082 +36001,44,21841 +36001,48,10122 +36001,51,5560 +36001,52,13249 +36001,53,3540 +36001,54,16693 +36001,55,4018 +36001,56,12720 +36001,61,14689 +36001,62,36565 +36001,71,2119 +36001,72,14414 +36001,81,9358 +36001,92,44550 +36003,11,207 +36003,21,27 +36003,22,89 +36003,23,391 +36003,31,1737 +36003,42,253 +36003,44,1128 +36003,48,341 +36003,51,96 +36003,52,192 +36003,53,57 +36003,54,247 +36003,55,0 +36003,56,0 +36003,61,1697 +36003,62,1567 +36003,71,93 +36003,72,1352 +36003,81,491 +36003,92,13 +36005,11,0 +36005,21,0 +36005,22,0 +36005,23,12642 +36005,31,5482 +36005,42,13268 +36005,44,31244 +36005,48,2011 +36005,51,2107 +36005,52,4732 +36005,53,10013 +36005,54,5291 +36005,55,1232 +36005,56,10057 +36005,61,82209 +36005,62,113067 +36005,71,3949 +36005,72,16621 +36005,81,9755 +36005,92,24048 +36007,11,213 +36007,21,52 +36007,22,0 +36007,23,3581 +36007,31,7577 +36007,42,3738 +36007,44,10003 +36007,48,833 +36007,51,1361 +36007,52,2006 +36007,53,1331 +36007,54,3156 +36007,55,1000 +36007,56,4034 +36007,61,11676 +36007,62,16472 +36007,71,834 +36007,72,8036 +36007,81,3762 +36007,92,3946 +36009,11,408 +36009,21,139 +36009,22,92 +36009,23,625 +36009,31,3026 +36009,42,636 +36009,44,3543 +36009,48,806 +36009,51,183 +36009,52,676 +36009,53,229 +36009,54,526 +36009,55,122 +36009,56,794 +36009,61,0 +36009,62,8 +36009,71,356 +36009,72,2847 +36009,81,1199 +36009,92,4213 +36011,11,0 +36011,21,0 +36011,22,0 +36011,23,1164 +36011,31,3275 +36011,42,903 +36011,44,3261 +36011,48,168 +36011,51,182 +36011,52,347 +36011,53,129 +36011,54,696 +36011,55,193 +36011,56,464 +36011,61,4148 +36011,62,4507 +36011,71,332 +36011,72,2047 +36011,81,930 +36011,92,3008 +36013,11,757 +36013,21,109 +36013,22,283 +36013,23,1728 +36013,31,8915 +36013,42,1144 +36013,44,6023 +36013,48,1855 +36013,51,468 +36013,52,792 +36013,53,367 +36013,54,866 +36013,55,175 +36013,56,1768 +36013,61,7457 +36013,62,8004 +36013,71,735 +36013,72,4945 +36013,81,1862 +36013,92,2893 +36015,11,49 +36015,21,149 +36015,22,0 +36015,23,1414 +36015,31,5124 +36015,42,0 +36015,44,4720 +36015,48,2064 +36015,51,463 +36015,52,884 +36015,53,332 +36015,54,703 +36015,55,189 +36015,56,1087 +36015,61,5144 +36015,62,6905 +36015,71,351 +36015,72,3141 +36015,81,886 +36015,92,3172 +36017,11,0 +36017,21,0 +36017,22,0 +36017,23,506 +36017,31,4912 +36017,42,0 +36017,44,1762 +36017,48,760 +36017,51,349 +36017,52,1086 +36017,53,94 +36017,54,215 +36017,55,104 +36017,56,398 +36017,61,2952 +36017,62,2365 +36017,71,116 +36017,72,803 +36017,81,464 +36017,92,1352 +36019,11,0 +36019,21,0 +36019,22,174 +36019,23,1578 +36019,31,3427 +36019,42,778 +36019,44,4997 +36019,48,2261 +36019,51,370 +36019,52,416 +36019,53,419 +36019,54,924 +36019,55,84 +36019,56,1286 +36019,61,225 +36019,62,5995 +36019,71,264 +36019,72,3038 +36019,81,1011 +36019,92,2070 +36021,11,0 +36021,21,0 +36021,22,0 +36021,23,1149 +36021,31,1549 +36021,42,832 +36021,44,2640 +36021,48,328 +36021,51,164 +36021,52,294 +36021,53,244 +36021,54,568 +36021,55,143 +36021,56,502 +36021,61,3377 +36021,62,4603 +36021,71,361 +36021,72,2085 +36021,81,681 +36021,92,2144 +36023,11,375 +36023,21,8 +36023,22,0 +36023,23,518 +36023,31,2120 +36023,42,319 +36023,44,2144 +36023,48,179 +36023,51,106 +36023,52,368 +36023,53,175 +36023,54,695 +36023,55,104 +36023,56,864 +36023,61,2439 +36023,62,2810 +36023,71,490 +36023,72,2152 +36023,81,1009 +36023,92,1144 +36025,11,247 +36025,21,132 +36025,22,0 +36025,23,525 +36025,31,3332 +36025,42,361 +36025,44,1394 +36025,48,141 +36025,51,342 +36025,52,355 +36025,53,95 +36025,54,129 +36025,55,22 +36025,56,171 +36025,61,2880 +36025,62,1824 +36025,71,158 +36025,72,966 +36025,81,531 +36025,92,1671 +36027,11,1072 +36027,21,305 +36027,22,0 +36027,23,5689 +36027,31,7511 +36027,42,0 +36027,44,13950 +36027,48,4813 +36027,51,1608 +36027,52,2736 +36027,53,1421 +36027,54,3960 +36027,55,1370 +36027,56,5876 +36027,61,13094 +36027,62,22162 +36027,71,2244 +36027,72,10236 +36027,81,4098 +36027,92,8505 +36029,11,1323 +36029,21,237 +36029,22,2166 +36029,23,17789 +36029,31,43191 +36029,42,19312 +36029,44,49143 +36029,48,25214 +36029,51,7007 +36029,52,27481 +36029,53,6712 +36029,54,26988 +36029,55,13656 +36029,56,25689 +36029,61,19846 +36029,62,75067 +36029,71,8457 +36029,72,43417 +36029,81,18811 +36029,92,22543 +36031,11,185 +36031,21,105 +36031,22,35 +36031,23,600 +36031,31,898 +36031,42,352 +36031,44,1743 +36031,48,272 +36031,51,187 +36031,52,276 +36031,53,116 +36031,54,202 +36031,55,59 +36031,56,170 +36031,61,1983 +36031,62,1966 +36031,71,462 +36031,72,2480 +36031,81,501 +36031,92,2419 +36033,11,492 +36033,22,0 +36033,23,482 +36033,31,404 +36033,42,133 +36033,44,1841 +36033,48,247 +36033,51,181 +36033,52,228 +36033,53,166 +36033,54,316 +36033,55,51 +36033,56,216 +36033,61,3815 +36033,62,4054 +36033,71,226 +36033,72,1155 +36033,81,441 +36033,92,1830 +36035,11,73 +36035,21,24 +36035,22,0 +36035,23,442 +36035,31,1765 +36035,42,0 +36035,44,2215 +36035,48,2081 +36035,51,228 +36035,52,298 +36035,53,126 +36035,54,250 +36035,55,170 +36035,56,552 +36035,61,3047 +36035,62,3360 +36035,71,102 +36035,72,1192 +36035,81,823 +36035,92,1053 +36037,11,1398 +36037,21,59 +36037,22,197 +36037,23,959 +36037,31,3217 +36037,42,1062 +36037,44,2697 +36037,48,732 +36037,51,127 +36037,52,401 +36037,53,121 +36037,54,347 +36037,55,244 +36037,56,792 +36037,61,4152 +36037,62,3492 +36037,71,804 +36037,72,2080 +36037,81,861 +36037,92,1301 +36039,11,153 +36039,22,134 +36039,23,449 +36039,31,871 +36039,42,840 +36039,44,2161 +36039,48,754 +36039,51,259 +36039,52,273 +36039,53,119 +36039,54,243 +36039,55,66 +36039,56,270 +36039,61,2061 +36039,62,1181 +36039,71,756 +36039,72,1864 +36039,81,436 +36039,92,2800 +36041,11,26 +36041,22,0 +36041,23,80 +36041,31,8 +36041,42,0 +36041,44,201 +36041,48,82 +36041,51,11 +36041,52,0 +36041,53,0 +36041,54,0 +36041,55,0 +36041,56,22 +36041,61,246 +36041,62,138 +36041,71,146 +36041,72,273 +36041,81,34 +36041,92,499 +36043,11,140 +36043,21,47 +36043,22,50 +36043,23,712 +36043,31,2438 +36043,42,805 +36043,44,2251 +36043,48,727 +36043,51,106 +36043,52,259 +36043,53,142 +36043,54,247 +36043,55,132 +36043,56,285 +36043,61,124 +36043,62,2415 +36043,71,261 +36043,72,1730 +36043,81,529 +36043,92,1433 +36045,11,754 +36045,21,65 +36045,22,236 +36045,23,1653 +36045,31,2022 +36045,42,1051 +36045,44,6528 +36045,48,1937 +36045,51,576 +36045,52,759 +36045,53,549 +36045,54,860 +36045,55,382 +36045,56,999 +36045,61,6549 +36045,62,7962 +36045,71,523 +36045,72,4112 +36045,81,1496 +36045,92,5563 +36047,11,229 +36047,21,19 +36047,22,5487 +36047,23,36034 +36047,31,19015 +36047,42,25264 +36047,44,77650 +36047,48,33551 +36047,51,11533 +36047,52,16877 +36047,53,18638 +36047,54,25989 +36047,55,2365 +36047,56,35699 +36047,61,132117 +36047,62,282154 +36047,71,10629 +36047,72,54645 +36047,81,30089 +36047,92,46155 +36049,11,0 +36049,21,0 +36049,22,66 +36049,23,242 +36049,31,1073 +36049,42,95 +36049,44,703 +36049,48,250 +36049,51,40 +36049,52,77 +36049,53,45 +36049,54,95 +36049,55,0 +36049,56,0 +36049,61,0 +36049,62,102 +36049,71,55 +36049,72,576 +36049,81,226 +36049,92,128 +36051,11,0 +36051,21,0 +36051,22,0 +36051,23,996 +36051,31,1932 +36051,42,600 +36051,44,2423 +36051,48,137 +36051,51,213 +36051,52,232 +36051,53,144 +36051,54,9 +36051,55,0 +36051,56,1001 +36051,61,3005 +36051,62,2285 +36051,71,179 +36051,72,2209 +36051,81,714 +36051,92,2664 +36053,11,0 +36053,21,0 +36053,22,28 +36053,23,829 +36053,31,2804 +36053,42,455 +36053,44,2797 +36053,48,561 +36053,51,144 +36053,52,375 +36053,53,132 +36053,54,627 +36053,55,71 +36053,56,421 +36053,61,2724 +36053,62,0 +36053,71,329 +36053,72,2057 +36053,81,673 +36053,92,1457 +36055,11,778 +36055,21,187 +36055,22,1530 +36055,23,15344 +36055,31,38790 +36055,42,13568 +36055,44,37895 +36055,48,16081 +36055,51,6523 +36055,52,12847 +36055,53,6515 +36055,54,26089 +36055,55,8825 +36055,56,26128 +36055,61,43297 +36055,62,74468 +36055,71,7187 +36055,72,27982 +36055,81,12458 +36055,92,14393 +36057,11,277 +36057,21,65 +36057,22,0 +36057,23,623 +36057,31,3187 +36057,42,0 +36057,44,2728 +36057,48,2893 +36057,51,188 +36057,52,268 +36057,53,68 +36057,54,219 +36057,55,113 +36057,56,258 +36057,61,2107 +36057,62,4759 +36057,71,83 +36057,72,1042 +36057,81,561 +36057,92,1282 +36059,11,0 +36059,21,0 +36059,22,6311 +36059,23,34142 +36059,31,17296 +36059,42,27061 +36059,44,79195 +36059,48,30226 +36059,51,10594 +36059,52,28288 +36059,53,10416 +36059,54,39740 +36059,55,6869 +36059,56,33676 +36059,61,32738 +36059,62,147548 +36059,71,12772 +36059,72,51174 +36059,81,30700 +36059,92,24101 +36061,11,326 +36061,21,18 +36061,22,0 +36061,23,45065 +36061,31,22193 +36061,42,79661 +36061,44,157849 +36061,48,8730 +36061,51,187497 +36061,52,307382 +36061,53,88698 +36061,54,376428 +36061,55,68793 +36061,56,207392 +36061,61,264754 +36061,62,272863 +36061,71,74156 +36061,72,240777 +36061,81,108380 +36061,92,99536 +36063,11,0 +36063,21,0 +36063,22,284 +36063,23,3217 +36063,31,9171 +36063,42,1848 +36063,44,10178 +36063,48,3061 +36063,51,702 +36063,52,1404 +36063,53,798 +36063,54,2023 +36063,55,338 +36063,56,3716 +36063,61,2129 +36063,62,12503 +36063,71,1014 +36063,72,7928 +36063,81,2463 +36063,92,5068 +36065,11,433 +36065,21,168 +36065,22,304 +36065,23,2468 +36065,31,9012 +36065,42,2442 +36065,44,11058 +36065,48,5143 +36065,51,896 +36065,52,6201 +36065,53,585 +36065,54,3723 +36065,55,478 +36065,56,3335 +36065,61,16673 +36065,62,23499 +36065,71,1205 +36065,72,7857 +36065,81,2948 +36065,92,5942 +36067,11,1357 +36067,21,172 +36067,22,0 +36067,23,10389 +36067,31,20010 +36067,42,12382 +36067,44,26328 +36067,48,1920 +36067,51,3978 +36067,52,9133 +36067,53,3523 +36067,54,15052 +36067,55,4481 +36067,56,14102 +36067,61,39099 +36067,62,41794 +36067,71,4026 +36067,72,19644 +36067,81,8467 +36067,92,11023 +36069,11,833 +36069,21,46 +36069,22,57 +36069,23,3509 +36069,31,7020 +36069,42,1933 +36069,44,8002 +36069,48,2195 +36069,51,837 +36069,52,980 +36069,53,343 +36069,54,1318 +36069,55,1039 +36069,56,1708 +36069,61,8133 +36069,62,8818 +36069,71,1184 +36069,72,5212 +36069,81,1849 +36069,92,1983 +36071,11,1950 +36071,21,94 +36071,22,852 +36071,23,7201 +36071,31,9042 +36071,42,8089 +36071,44,22210 +36071,48,12002 +36071,51,2579 +36071,52,2866 +36071,53,1524 +36071,54,5862 +36071,55,845 +36071,56,9094 +36071,61,5726 +36071,62,25332 +36071,71,2325 +36071,72,10909 +36071,81,6455 +36071,92,7479 +36073,11,1620 +36073,21,45 +36073,22,31 +36073,23,375 +36073,31,2013 +36073,42,125 +36073,44,1132 +36073,48,402 +36073,51,77 +36073,52,334 +36073,53,57 +36073,54,170 +36073,55,45 +36073,56,267 +36073,61,2552 +36073,62,79 +36073,71,101 +36073,72,717 +36073,81,271 +36073,92,1968 +36075,11,414 +36075,21,70 +36075,22,2559 +36075,23,1714 +36075,31,3249 +36075,42,673 +36075,44,4295 +36075,48,762 +36075,51,213 +36075,52,631 +36075,53,276 +36075,54,0 +36075,55,0 +36075,56,747 +36075,61,7230 +36075,62,4889 +36075,71,345 +36075,72,3698 +36075,81,994 +36075,92,2746 +36077,11,0 +36077,21,0 +36077,22,192 +36077,23,410 +36077,31,1193 +36077,42,398 +36077,44,2982 +36077,48,544 +36077,51,183 +36077,52,1057 +36077,53,252 +36077,54,517 +36077,55,133 +36077,56,349 +36077,61,4748 +36077,62,6233 +36077,71,981 +36077,72,2605 +36077,81,673 +36077,92,1099 +36079,11,0 +36079,21,0 +36079,22,205 +36079,23,2758 +36079,31,1495 +36079,42,1278 +36079,44,2872 +36079,48,817 +36079,51,439 +36079,52,569 +36079,53,221 +36079,54,1233 +36079,55,81 +36079,56,1095 +36079,61,5298 +36079,62,4633 +36079,71,829 +36079,72,1932 +36079,81,1378 +36079,92,1726 +36081,11,40 +36081,21,48 +36081,22,3871 +36081,23,56390 +36081,31,19016 +36081,42,23102 +36081,44,63634 +36081,48,107706 +36081,51,8417 +36081,52,15711 +36081,53,16727 +36081,54,19902 +36081,55,2948 +36081,56,35678 +36081,61,22408 +36081,62,171667 +36081,71,7413 +36081,72,52980 +36081,81,27110 +36081,92,61663 +36083,11,560 +36083,21,184 +36083,22,1052 +36083,23,2715 +36083,31,5236 +36083,42,1243 +36083,44,5660 +36083,48,2133 +36083,51,699 +36083,52,1244 +36083,53,508 +36083,54,2379 +36083,55,288 +36083,56,1100 +36083,61,6510 +36083,62,8732 +36083,71,430 +36083,72,4701 +36083,81,2213 +36083,92,4187 +36085,11,0 +36085,22,1818 +36085,23,10688 +36085,31,0 +36085,42,1713 +36085,44,16378 +36085,48,13174 +36085,51,1469 +36085,52,2006 +36085,53,1264 +36085,54,3717 +36085,55,551 +36085,56,4564 +36085,61,5794 +36085,62,33539 +36085,71,1650 +36085,72,9006 +36085,81,5359 +36085,92,8086 +36087,11,0 +36087,21,0 +36087,22,1567 +36087,23,8185 +36087,31,7691 +36087,42,4843 +36087,44,14083 +36087,48,5024 +36087,51,1969 +36087,52,2519 +36087,53,2159 +36087,54,7122 +36087,55,915 +36087,56,9097 +36087,61,7043 +36087,62,30394 +36087,71,1912 +36087,72,9350 +36087,81,6059 +36087,92,4635 +36089,11,934 +36089,21,114 +36089,22,264 +36089,23,1323 +36089,31,2414 +36089,42,418 +36089,44,4547 +36089,48,1327 +36089,51,401 +36089,52,684 +36089,53,217 +36089,54,709 +36089,55,571 +36089,56,938 +36089,61,3106 +36089,62,6194 +36089,71,143 +36089,72,2822 +36089,81,854 +36089,92,2318 +36091,11,0 +36091,21,0 +36091,22,388 +36091,23,5195 +36091,31,8168 +36091,42,4207 +36091,44,11158 +36091,48,3424 +36091,51,957 +36091,52,4034 +36091,53,1525 +36091,54,5784 +36091,55,1234 +36091,56,3073 +36091,61,14147 +36091,62,12643 +36091,71,2247 +36091,72,9927 +36091,81,3325 +36091,92,3044 +36093,11,46 +36093,21,91 +36093,22,195 +36093,23,2659 +36093,31,5102 +36093,42,1124 +36093,44,6641 +36093,48,2878 +36093,51,1002 +36093,52,1848 +36093,53,509 +36093,54,6553 +36093,55,1105 +36093,56,1679 +36093,61,3764 +36093,62,12519 +36093,71,838 +36093,72,5446 +36093,81,1789 +36093,92,4335 +36095,11,220 +36095,21,52 +36095,22,61 +36095,23,507 +36095,31,321 +36095,42,142 +36095,44,1168 +36095,48,1056 +36095,51,105 +36095,52,212 +36095,53,26 +36095,54,172 +36095,55,0 +36095,56,0 +36095,61,1522 +36095,62,1232 +36095,71,103 +36095,72,1244 +36095,81,195 +36095,92,112 +36097,11,0 +36097,21,0 +36097,22,0 +36097,23,279 +36097,31,707 +36097,42,0 +36097,44,596 +36097,48,91 +36097,51,36 +36097,52,55 +36097,53,14 +36097,54,66 +36097,55,0 +36097,56,0 +36097,61,619 +36097,62,794 +36097,71,103 +36097,72,705 +36097,81,167 +36097,92,624 +36099,11,0 +36099,21,0 +36099,22,0 +36099,23,252 +36099,31,2173 +36099,42,310 +36099,44,2027 +36099,48,75 +36099,51,27 +36099,52,161 +36099,53,98 +36099,54,1 +36099,55,0 +36099,56,274 +36099,61,985 +36099,62,0 +36099,71,93 +36099,72,2117 +36099,81,263 +36099,92,2050 +36101,11,670 +36101,21,86 +36101,22,255 +36101,23,556 +36101,31,5187 +36101,42,458 +36101,44,4081 +36101,48,1441 +36101,51,429 +36101,52,983 +36101,53,213 +36101,54,3828 +36101,55,1218 +36101,56,1316 +36101,61,226 +36101,62,6848 +36101,71,679 +36101,72,2568 +36101,81,1022 +36101,92,2475 +36103,11,3941 +36103,21,260 +36103,22,1103 +36103,23,49369 +36103,31,53426 +36103,42,40860 +36103,44,78808 +36103,48,32195 +36103,51,9603 +36103,52,21473 +36103,53,7629 +36103,54,39582 +36103,55,7480 +36103,56,46239 +36103,61,88361 +36103,62,104203 +36103,71,12462 +36103,72,53735 +36103,81,25918 +36103,92,30258 +36105,11,565 +36105,21,114 +36105,22,139 +36105,23,1112 +36105,31,1591 +36105,42,564 +36105,44,2681 +36105,48,1771 +36105,51,178 +36105,52,468 +36105,53,345 +36105,54,424 +36105,55,440 +36105,56,948 +36105,61,339 +36105,62,7868 +36105,71,471 +36105,72,4147 +36105,81,956 +36105,92,3300 +36107,11,197 +36107,21,50 +36107,22,23 +36107,23,465 +36107,31,3507 +36107,42,572 +36107,44,1409 +36107,48,823 +36107,51,80 +36107,52,221 +36107,53,54 +36107,54,0 +36107,55,0 +36107,56,439 +36107,61,58 +36107,62,1285 +36107,71,156 +36107,72,1486 +36107,81,305 +36107,92,998 +36109,11,784 +36109,21,348 +36109,22,237 +36109,23,1015 +36109,31,2840 +36109,42,503 +36109,44,4771 +36109,48,1178 +36109,51,468 +36109,52,1079 +36109,53,553 +36109,54,2311 +36109,55,369 +36109,56,940 +36109,61,0 +36109,62,0 +36109,71,643 +36109,72,4186 +36109,81,1634 +36109,92,2300 +36111,11,1445 +36111,21,139 +36111,22,0 +36111,23,2949 +36111,31,3386 +36111,42,0 +36111,44,8449 +36111,48,678 +36111,51,946 +36111,52,1431 +36111,53,867 +36111,54,1781 +36111,55,357 +36111,56,2423 +36111,61,9045 +36111,62,10119 +36111,71,893 +36111,72,7593 +36111,81,2427 +36111,92,5712 +36113,11,147 +36113,21,156 +36113,22,0 +36113,23,1490 +36113,31,3300 +36113,42,907 +36113,44,5336 +36113,48,202 +36113,51,795 +36113,52,1243 +36113,53,342 +36113,54,1394 +36113,55,604 +36113,56,2632 +36113,61,3996 +36113,62,6492 +36113,71,1326 +36113,72,5632 +36113,81,1479 +36113,92,2127 +36115,11,519 +36115,21,150 +36115,22,0 +36115,23,755 +36115,31,2622 +36115,42,347 +36115,44,1883 +36115,48,130 +36115,51,105 +36115,52,208 +36115,53,71 +36115,54,187 +36115,55,18 +36115,56,552 +36115,61,3442 +36115,62,1981 +36115,71,230 +36115,72,675 +36115,81,432 +36115,92,2659 +36117,11,0 +36117,21,0 +36117,22,0 +36117,23,1291 +36117,31,6050 +36117,42,828 +36117,44,3137 +36117,48,506 +36117,51,167 +36117,52,460 +36117,53,148 +36117,54,491 +36117,55,113 +36117,56,1091 +36117,61,53 +36117,62,3544 +36117,71,241 +36117,72,1639 +36117,81,623 +36117,92,2103 +36119,11,546 +36119,21,15 +36119,22,3894 +36119,23,29965 +36119,31,12745 +36119,42,15121 +36119,44,48911 +36119,48,18922 +36119,51,8188 +36119,52,17980 +36119,53,10472 +36119,54,27970 +36119,55,9287 +36119,56,26263 +36119,61,26345 +36119,62,81418 +36119,71,12039 +36119,72,31543 +36119,81,21043 +36119,92,24032 +36121,11,0 +36121,21,0 +36121,22,70 +36121,23,386 +36121,31,1807 +36121,42,249 +36121,44,1540 +36121,48,634 +36121,51,79 +36121,52,181 +36121,53,52 +36121,54,0 +36121,55,0 +36121,56,1360 +36121,61,0 +36121,62,140 +36121,71,240 +36121,72,886 +36121,81,493 +36121,92,1685 +36123,11,0 +36123,21,0 +36123,22,0 +36123,23,337 +36123,31,1335 +36123,42,0 +36123,44,709 +36123,48,258 +36123,51,38 +36123,52,99 +36123,53,168 +36123,54,0 +36123,55,0 +36123,56,195 +36123,61,857 +36123,62,63 +36123,71,55 +36123,72,551 +36123,81,238 +36123,92,44 +37001,11,0 +37001,21,0 +37001,22,120 +37001,23,3417 +37001,31,9366 +37001,42,3010 +37001,44,9256 +37001,48,1933 +37001,51,421 +37001,52,1539 +37001,53,533 +37001,54,1710 +37001,55,400 +37001,56,3782 +37001,61,3395 +37001,62,11802 +37001,71,808 +37001,72,7597 +37001,81,1663 +37001,92,3210 +37003,11,0 +37003,21,0 +37003,22,0 +37003,23,309 +37003,31,3722 +37003,42,0 +37003,44,698 +37003,48,239 +37003,51,24 +37003,52,216 +37003,53,28 +37003,54,107 +37003,55,13 +37003,56,472 +37003,61,1302 +37003,62,66 +37003,71,81 +37003,72,639 +37003,81,225 +37003,92,1 +37005,11,0 +37005,21,0 +37005,22,0 +37005,23,139 +37005,31,624 +37005,42,21 +37005,44,292 +37005,48,33 +37005,51,17 +37005,52,75 +37005,53,40 +37005,54,59 +37005,55,0 +37005,56,0 +37005,61,21 +37005,62,533 +37005,71,235 +37005,72,227 +37005,81,47 +37005,92,57 +37007,11,0 +37007,21,0 +37007,22,49 +37007,23,258 +37007,31,1560 +37007,42,347 +37007,44,684 +37007,48,727 +37007,51,18 +37007,52,98 +37007,53,16 +37007,54,0 +37007,55,0 +37007,56,308 +37007,61,0 +37007,62,613 +37007,71,0 +37007,72,0 +37007,81,182 +37007,92,512 +37009,11,0 +37009,21,0 +37009,22,0 +37009,23,744 +37009,31,877 +37009,42,580 +37009,44,1095 +37009,48,59 +37009,51,74 +37009,52,195 +37009,53,59 +37009,54,0 +37009,55,0 +37009,56,203 +37009,61,853 +37009,62,1218 +37009,71,62 +37009,72,798 +37009,81,173 +37009,92,9 +37011,11,0 +37011,21,0 +37011,22,0 +37011,23,451 +37011,31,78 +37011,42,140 +37011,44,874 +37011,48,45 +37011,51,20 +37011,52,77 +37011,53,121 +37011,54,0 +37011,55,0 +37011,56,371 +37011,61,497 +37011,62,0 +37011,71,765 +37011,72,779 +37011,81,248 +37011,92,477 +37013,11,0 +37013,21,0 +37013,22,0 +37013,23,604 +37013,31,2141 +37013,42,1134 +37013,44,2095 +37013,48,102 +37013,51,80 +37013,52,386 +37013,53,133 +37013,54,339 +37013,55,163 +37013,56,1126 +37013,61,239 +37013,62,1721 +37013,71,159 +37013,72,1494 +37013,81,369 +37013,92,1321 +37015,11,0 +37015,21,0 +37015,22,0 +37015,23,0 +37015,31,0 +37015,42,0 +37015,44,275 +37015,48,164 +37015,51,0 +37015,52,68 +37015,53,0 +37015,54,0 +37015,55,0 +37015,56,265 +37015,61,0 +37015,62,0 +37015,71,59 +37015,72,221 +37015,81,71 +37015,92,927 +37017,11,1426 +37017,22,0 +37017,23,312 +37017,31,6043 +37017,42,0 +37017,44,868 +37017,48,376 +37017,51,0 +37017,52,122 +37017,53,36 +37017,54,1 +37017,55,0 +37017,56,1106 +37017,61,182 +37017,62,764 +37017,71,17 +37017,72,580 +37017,81,0 +37017,92,1042 +37019,11,0 +37019,21,0 +37019,22,1311 +37019,23,2399 +37019,31,1431 +37019,42,689 +37019,44,5613 +37019,48,1068 +37019,51,327 +37019,52,564 +37019,53,849 +37019,54,31 +37019,55,0 +37019,56,1939 +37019,61,607 +37019,62,4786 +37019,71,1365 +37019,72,4976 +37019,81,855 +37019,92,2814 +37021,11,0 +37021,21,0 +37021,22,469 +37021,23,7096 +37021,31,13756 +37021,42,3830 +37021,44,17142 +37021,48,4542 +37021,51,1631 +37021,52,3015 +37021,53,2078 +37021,54,6625 +37021,55,1018 +37021,56,7427 +37021,61,4265 +37021,62,30904 +37021,71,3867 +37021,72,18985 +37021,81,5465 +37021,92,6937 +37023,11,0 +37023,21,0 +37023,22,68 +37023,23,675 +37023,31,7563 +37023,42,459 +37023,44,2889 +37023,48,324 +37023,51,89 +37023,52,390 +37023,53,156 +37023,54,467 +37023,55,66 +37023,56,1435 +37023,61,313 +37023,62,5999 +37023,71,123 +37023,72,2864 +37023,81,489 +37023,92,2623 +37025,11,0 +37025,21,0 +37025,22,110 +37025,23,4540 +37025,31,6086 +37025,42,5045 +37025,44,11960 +37025,48,4869 +37025,51,880 +37025,52,1102 +37025,53,1047 +37025,54,2682 +37025,55,1266 +37025,56,4252 +37025,61,10092 +37025,62,11515 +37025,71,3207 +37025,72,10822 +37025,81,2011 +37025,92,3978 +37027,11,0 +37027,21,0 +37027,22,137 +37027,23,788 +37027,31,6362 +37027,42,2133 +37027,44,2697 +37027,48,1048 +37027,51,247 +37027,52,404 +37027,53,120 +37027,54,551 +37027,55,468 +37027,56,1201 +37027,61,3127 +37027,62,3946 +37027,71,161 +37027,72,1969 +37027,81,563 +37027,92,1672 +37029,11,189 +37029,22,0 +37029,23,85 +37029,31,50 +37029,42,0 +37029,44,112 +37029,48,47 +37029,51,0 +37029,52,30 +37029,53,0 +37029,54,56 +37029,56,66 +37029,61,0 +37029,62,0 +37029,71,0 +37029,72,0 +37029,81,45 +37029,92,34 +37031,11,0 +37031,21,0 +37031,22,155 +37031,23,1513 +37031,31,1027 +37031,42,432 +37031,44,4526 +37031,48,390 +37031,51,241 +37031,52,609 +37031,53,525 +37031,54,814 +37031,55,13 +37031,56,1163 +37031,61,270 +37031,62,2464 +37031,71,680 +37031,72,4362 +37031,81,840 +37031,92,2226 +37033,11,0 +37033,21,0 +37033,23,305 +37033,31,190 +37033,42,18 +37033,44,277 +37033,48,70 +37033,51,0 +37033,52,63 +37033,53,0 +37033,54,55 +37033,56,105 +37033,61,770 +37033,62,0 +37033,71,0 +37033,72,0 +37033,81,75 +37033,92,5 +37035,11,0 +37035,21,0 +37035,22,0 +37035,23,2875 +37035,31,24646 +37035,42,0 +37035,44,11187 +37035,48,5443 +37035,51,510 +37035,52,1317 +37035,53,644 +37035,54,3279 +37035,55,2404 +37035,56,5432 +37035,61,6613 +37035,62,11955 +37035,71,1098 +37035,72,7556 +37035,81,1734 +37035,92,3572 +37037,11,0 +37037,21,0 +37037,22,0 +37037,23,1157 +37037,31,1546 +37037,42,504 +37037,44,1712 +37037,48,98 +37037,51,54 +37037,52,293 +37037,53,184 +37037,54,715 +37037,55,31 +37037,56,913 +37037,61,2677 +37037,62,2845 +37037,71,277 +37037,72,1587 +37037,81,451 +37037,92,1146 +37039,11,0 +37039,21,0 +37039,22,37 +37039,23,428 +37039,31,831 +37039,42,104 +37039,44,1371 +37039,48,85 +37039,51,87 +37039,52,201 +37039,53,107 +37039,54,647 +37039,55,9 +37039,56,151 +37039,61,0 +37039,62,0 +37039,71,67 +37039,72,1097 +37039,81,191 +37039,92,712 +37041,11,274 +37041,23,161 +37041,31,515 +37041,42,459 +37041,44,526 +37041,48,273 +37041,51,68 +37041,52,106 +37041,53,20 +37041,54,190 +37041,55,0 +37041,56,0 +37041,61,0 +37041,62,0 +37041,71,24 +37041,72,341 +37041,81,113 +37041,92,113 +37043,11,0 +37043,23,176 +37043,31,0 +37043,42,52 +37043,44,366 +37043,48,32 +37043,51,0 +37043,52,57 +37043,53,7 +37043,54,36 +37043,56,58 +37043,61,385 +37043,62,353 +37043,71,26 +37043,72,245 +37043,81,0 +37043,92,37 +37045,11,0 +37045,21,0 +37045,22,208 +37045,23,1750 +37045,31,7416 +37045,42,1255 +37045,44,3924 +37045,48,2655 +37045,51,438 +37045,52,536 +37045,53,291 +37045,54,757 +37045,55,25 +37045,56,2384 +37045,61,5423 +37045,62,5810 +37045,71,451 +37045,72,2926 +37045,81,691 +37045,92,2340 +37047,11,414 +37047,22,0 +37047,23,521 +37047,31,1936 +37047,42,459 +37047,44,2043 +37047,48,112 +37047,51,58 +37047,52,486 +37047,53,195 +37047,54,0 +37047,55,0 +37047,56,1146 +37047,61,2137 +37047,62,2922 +37047,71,22 +37047,72,1239 +37047,81,278 +37047,92,1887 +37049,11,473 +37049,21,115 +37049,22,157 +37049,23,1297 +37049,31,3845 +37049,42,864 +37049,44,5717 +37049,48,1167 +37049,51,301 +37049,52,668 +37049,53,409 +37049,54,1853 +37049,55,235 +37049,56,2044 +37049,61,3555 +37049,62,7906 +37049,71,383 +37049,72,4023 +37049,81,851 +37049,92,7880 +37051,11,402 +37051,22,533 +37051,23,5820 +37051,31,6821 +37051,42,2516 +37051,44,16598 +37051,48,5319 +37051,51,1205 +37051,52,2111 +37051,53,1708 +37051,54,5949 +37051,55,431 +37051,56,5935 +37051,61,17242 +37051,62,26765 +37051,71,1616 +37051,72,15351 +37051,81,3130 +37051,92,14742 +37053,11,0 +37053,21,0 +37053,22,0 +37053,23,503 +37053,31,73 +37053,42,193 +37053,44,1284 +37053,48,37 +37053,51,9 +37053,52,105 +37053,53,564 +37053,54,0 +37053,55,0 +37053,56,809 +37053,61,1128 +37053,62,0 +37053,71,390 +37053,72,833 +37053,81,219 +37053,92,5 +37055,11,0 +37055,21,0 +37055,22,0 +37055,23,1127 +37055,31,495 +37055,42,329 +37055,44,3686 +37055,48,64 +37055,51,161 +37055,52,403 +37055,53,2171 +37055,54,33 +37055,55,0 +37055,56,911 +37055,61,88 +37055,62,609 +37055,71,642 +37055,72,4889 +37055,81,544 +37055,92,1481 +37057,11,0 +37057,21,0 +37057,22,0 +37057,23,2302 +37057,31,9936 +37057,42,2412 +37057,44,5079 +37057,48,202 +37057,51,147 +37057,52,681 +37057,53,412 +37057,54,991 +37057,55,1504 +37057,56,3492 +37057,61,393 +37057,62,5330 +37057,71,562 +37057,72,3896 +37057,81,1128 +37057,92,2316 +37059,11,0 +37059,21,0 +37059,22,0 +37059,23,797 +37059,31,3494 +37059,42,0 +37059,44,1512 +37059,48,875 +37059,51,23 +37059,52,236 +37059,53,57 +37059,54,335 +37059,55,42 +37059,56,1233 +37059,61,1521 +37059,62,1425 +37059,71,153 +37059,72,961 +37059,81,307 +37059,92,1 +37061,11,3757 +37061,22,30 +37061,23,666 +37061,31,6447 +37061,42,499 +37061,44,1651 +37061,48,436 +37061,51,38 +37061,52,215 +37061,53,66 +37061,54,0 +37061,55,0 +37061,56,481 +37061,61,17 +37061,62,1273 +37061,71,17 +37061,72,1056 +37061,81,301 +37061,92,1220 +37063,11,0 +37063,21,0 +37063,22,271 +37063,23,5712 +37063,31,23402 +37063,42,8769 +37063,44,14400 +37063,48,5859 +37063,51,4076 +37063,52,10924 +37063,53,2454 +37063,54,30463 +37063,55,1596 +37063,56,11354 +37063,61,42929 +37063,62,43712 +37063,71,2139 +37063,72,16518 +37063,81,5766 +37063,92,4207 +37065,11,0 +37065,21,0 +37065,22,94 +37065,23,552 +37065,31,2669 +37065,42,605 +37065,44,2644 +37065,48,515 +37065,51,0 +37065,52,189 +37065,53,0 +37065,54,220 +37065,55,276 +37065,56,514 +37065,61,0 +37065,62,0 +37065,71,116 +37065,72,992 +37065,81,281 +37065,92,2376 +37067,11,164 +37067,21,394 +37067,22,0 +37067,23,7105 +37067,31,16554 +37067,42,6931 +37067,44,22300 +37067,48,667 +37067,51,1694 +37067,52,10836 +37067,53,1934 +37067,54,10111 +37067,55,7057 +37067,56,16299 +37067,61,25046 +37067,62,45584 +37067,71,2747 +37067,72,19199 +37067,81,4750 +37067,92,7078 +37069,11,0 +37069,21,0 +37069,22,0 +37069,23,1159 +37069,31,2843 +37069,42,0 +37069,44,1374 +37069,48,507 +37069,51,65 +37069,52,195 +37069,53,67 +37069,54,357 +37069,56,682 +37069,61,2159 +37069,62,1292 +37069,71,75 +37069,72,735 +37069,81,310 +37069,92,1240 +37071,11,0 +37071,21,0 +37071,22,557 +37071,23,3867 +37071,31,15961 +37071,42,2733 +37071,44,9839 +37071,48,2152 +37071,51,604 +37071,52,1090 +37071,53,1053 +37071,54,2120 +37071,55,401 +37071,56,4512 +37071,61,9231 +37071,62,13266 +37071,71,933 +37071,72,7792 +37071,81,1725 +37071,92,4568 +37073,11,357 +37073,22,0 +37073,23,0 +37073,31,0 +37073,42,55 +37073,44,147 +37073,48,11 +37073,51,0 +37073,52,46 +37073,53,0 +37073,54,51 +37073,56,30 +37073,61,592 +37073,62,0 +37073,71,0 +37073,72,0 +37073,81,62 +37073,92,48 +37075,11,0 +37075,21,0 +37075,22,8 +37075,23,443 +37075,31,62 +37075,42,94 +37075,44,239 +37075,48,12 +37075,51,0 +37075,52,82 +37075,53,10 +37075,54,0 +37075,55,0 +37075,56,94 +37075,61,410 +37075,62,226 +37075,71,0 +37075,72,0 +37075,81,0 +37075,92,55 +37077,11,0 +37077,21,0 +37077,22,0 +37077,23,933 +37077,31,4477 +37077,42,0 +37077,44,1596 +37077,48,1437 +37077,51,71 +37077,52,172 +37077,53,88 +37077,54,0 +37077,55,0 +37077,56,1444 +37077,61,0 +37077,62,0 +37077,71,35 +37077,72,1092 +37077,81,265 +37077,92,2095 +37079,11,451 +37079,22,0 +37079,23,284 +37079,31,289 +37079,42,125 +37079,44,289 +37079,48,28 +37079,51,5 +37079,52,59 +37079,53,49 +37079,54,78 +37079,55,81 +37079,56,66 +37079,61,0 +37079,62,669 +37079,71,0 +37079,72,0 +37079,81,70 +37079,92,14 +37081,11,1175 +37081,21,199 +37081,22,449 +37081,23,12553 +37081,31,33258 +37081,42,19641 +37081,44,30566 +37081,48,23730 +37081,51,4767 +37081,52,13559 +37081,53,4690 +37081,54,13900 +37081,55,6689 +37081,56,27684 +37081,61,9128 +37081,62,42696 +37081,71,3964 +37081,72,27741 +37081,81,7164 +37081,92,10496 +37083,11,683 +37083,22,168 +37083,23,520 +37083,31,2252 +37083,42,253 +37083,44,2208 +37083,48,484 +37083,51,84 +37083,52,333 +37083,53,125 +37083,54,206 +37083,55,99 +37083,56,675 +37083,61,2064 +37083,62,3165 +37083,71,85 +37083,72,2022 +37083,81,405 +37083,92,1732 +37085,11,0 +37085,21,0 +37085,22,0 +37085,23,1913 +37085,31,1878 +37085,42,0 +37085,44,4340 +37085,48,935 +37085,51,127 +37085,52,551 +37085,53,271 +37085,54,739 +37085,55,255 +37085,56,994 +37085,61,6932 +37085,62,4235 +37085,71,215 +37085,72,2965 +37085,81,560 +37085,92,2075 +37087,11,0 +37087,21,0 +37087,22,0 +37087,23,886 +37087,31,2830 +37087,42,245 +37087,44,3190 +37087,48,112 +37087,51,120 +37087,52,430 +37087,53,163 +37087,54,507 +37087,55,89 +37087,56,755 +37087,61,2080 +37087,62,2871 +37087,71,350 +37087,72,2347 +37087,81,643 +37087,92,1325 +37089,11,0 +37089,21,0 +37089,22,0 +37089,23,2139 +37089,31,5512 +37089,42,2160 +37089,44,5689 +37089,48,199 +37089,51,341 +37089,52,672 +37089,53,351 +37089,54,0 +37089,55,0 +37089,56,2514 +37089,61,3964 +37089,62,7874 +37089,71,541 +37089,72,4231 +37089,81,1598 +37089,92,1837 +37091,11,360 +37091,22,0 +37091,23,446 +37091,31,987 +37091,42,301 +37091,44,1500 +37091,48,54 +37091,51,0 +37091,52,183 +37091,53,85 +37091,54,80 +37091,55,7 +37091,56,432 +37091,61,0 +37091,62,0 +37091,71,0 +37091,72,0 +37091,81,0 +37091,92,432 +37093,11,0 +37093,21,0 +37093,22,0 +37093,23,365 +37093,31,1930 +37093,42,0 +37093,44,724 +37093,48,275 +37093,51,26 +37093,52,80 +37093,53,52 +37093,54,0 +37093,55,0 +37093,56,475 +37093,61,22 +37093,62,1461 +37093,71,55 +37093,72,481 +37093,81,160 +37093,92,360 +37095,11,233 +37095,22,0 +37095,23,107 +37095,31,238 +37095,42,153 +37095,44,153 +37095,48,15 +37095,51,0 +37095,52,24 +37095,53,19 +37095,54,8 +37095,55,0 +37095,56,0 +37095,61,284 +37095,62,0 +37095,71,10 +37095,72,233 +37095,81,0 +37095,92,304 +37097,11,0 +37097,21,0 +37097,22,541 +37097,23,4967 +37097,31,11839 +37097,42,4075 +37097,44,10065 +37097,48,2853 +37097,51,639 +37097,52,1351 +37097,53,684 +37097,54,0 +37097,55,0 +37097,56,4573 +37097,61,2619 +37097,62,8277 +37097,71,2284 +37097,72,7444 +37097,81,1971 +37097,92,2701 +37099,11,0 +37099,21,0 +37099,22,0 +37099,23,661 +37099,31,353 +37099,42,216 +37099,44,1776 +37099,48,50 +37099,51,96 +37099,52,229 +37099,53,192 +37099,54,0 +37099,55,0 +37099,56,589 +37099,61,1146 +37099,62,2187 +37099,71,518 +37099,72,2549 +37099,81,317 +37099,92,1098 +37101,11,1013 +37101,21,161 +37101,22,0 +37101,23,4458 +37101,31,7462 +37101,42,2207 +37101,44,7282 +37101,48,230 +37101,51,221 +37101,52,806 +37101,53,530 +37101,54,1459 +37101,55,192 +37101,56,3807 +37101,61,8353 +37101,62,6794 +37101,71,487 +37101,72,5798 +37101,81,1269 +37101,92,3026 +37103,11,273 +37103,22,0 +37103,23,145 +37103,31,27 +37103,42,66 +37103,44,131 +37103,48,26 +37103,51,0 +37103,52,18 +37103,53,0 +37103,54,36 +37103,56,53 +37103,61,0 +37103,62,0 +37103,71,0 +37103,72,0 +37103,81,57 +37103,92,0 +37105,11,0 +37105,21,0 +37105,22,135 +37105,23,1288 +37105,31,7715 +37105,42,1194 +37105,44,3095 +37105,48,487 +37105,51,137 +37105,52,357 +37105,53,202 +37105,54,850 +37105,55,146 +37105,56,1548 +37105,61,2598 +37105,62,3240 +37105,71,286 +37105,72,2186 +37105,81,498 +37105,92,289 +37107,11,0 +37107,21,0 +37107,22,43 +37107,23,1803 +37107,31,8239 +37107,42,894 +37107,44,2580 +37107,48,1024 +37107,51,58 +37107,52,518 +37107,53,181 +37107,54,644 +37107,55,366 +37107,56,1479 +37107,61,407 +37107,62,3317 +37107,71,137 +37107,72,1808 +37107,81,603 +37107,92,1723 +37109,11,0 +37109,21,0 +37109,22,176 +37109,23,2291 +37109,31,4883 +37109,42,1154 +37109,44,3160 +37109,48,980 +37109,51,98 +37109,52,553 +37109,53,159 +37109,54,1083 +37109,55,54 +37109,56,1816 +37109,61,3138 +37109,62,2568 +37109,71,487 +37109,72,2220 +37109,81,592 +37109,92,214 +37111,11,184 +37111,21,176 +37111,22,0 +37111,23,577 +37111,31,6058 +37111,42,321 +37111,44,2036 +37111,48,72 +37111,51,42 +37111,52,218 +37111,53,53 +37111,54,0 +37111,55,0 +37111,56,627 +37111,61,1774 +37111,62,1720 +37111,71,77 +37111,72,1288 +37111,81,429 +37111,92,691 +37113,11,26 +37113,21,30 +37113,22,0 +37113,23,913 +37113,31,436 +37113,42,0 +37113,44,2137 +37113,48,72 +37113,51,133 +37113,52,328 +37113,53,126 +37113,54,1107 +37113,55,107 +37113,56,378 +37113,61,1409 +37113,62,1446 +37113,71,346 +37113,72,1741 +37113,81,452 +37113,92,1017 +37115,11,0 +37115,21,0 +37115,22,0 +37115,23,220 +37115,31,397 +37115,42,0 +37115,44,450 +37115,48,101 +37115,51,14 +37115,52,53 +37115,53,23 +37115,54,0 +37115,55,0 +37115,56,98 +37115,61,749 +37115,62,0 +37115,71,128 +37115,72,404 +37115,81,121 +37115,92,416 +37117,11,549 +37117,22,0 +37117,23,225 +37117,31,698 +37117,42,214 +37117,44,1033 +37117,48,46 +37117,51,65 +37117,52,155 +37117,53,34 +37117,54,134 +37117,55,0 +37117,56,0 +37117,61,971 +37117,62,0 +37117,71,0 +37117,72,0 +37117,81,121 +37117,92,750 +37119,11,2199 +37119,21,455 +37119,22,1935 +37119,23,37417 +37119,31,34826 +37119,42,44276 +37119,44,65559 +37119,48,45970 +37119,51,21103 +37119,52,79678 +37119,53,14552 +37119,54,66204 +37119,55,37191 +37119,56,70692 +37119,61,48597 +37119,62,94565 +37119,71,17343 +37119,72,65701 +37119,81,19706 +37119,92,21339 +37121,11,17 +37121,21,0 +37121,22,18 +37121,23,221 +37121,31,0 +37121,42,291 +37121,44,567 +37121,48,276 +37121,51,12 +37121,52,118 +37121,53,45 +37121,54,0 +37121,55,0 +37121,56,125 +37121,61,790 +37121,62,980 +37121,71,0 +37121,72,0 +37121,81,169 +37121,92,276 +37123,11,293 +37123,22,0 +37123,23,475 +37123,31,3172 +37123,42,209 +37123,44,895 +37123,48,48 +37123,51,0 +37123,52,205 +37123,53,0 +37123,54,64 +37123,55,83 +37123,56,434 +37123,61,0 +37123,62,0 +37123,71,135 +37123,72,464 +37123,81,273 +37123,92,349 +37125,11,0 +37125,21,0 +37125,22,139 +37125,23,1703 +37125,31,1892 +37125,42,628 +37125,44,4711 +37125,48,711 +37125,51,319 +37125,52,753 +37125,53,414 +37125,54,1485 +37125,55,413 +37125,56,1747 +37125,61,4091 +37125,62,10813 +37125,71,1258 +37125,72,5901 +37125,81,1318 +37125,92,2091 +37127,11,0 +37127,21,0 +37127,22,0 +37127,23,2297 +37127,31,7301 +37127,42,2902 +37127,44,5136 +37127,48,184 +37127,51,454 +37127,52,1133 +37127,53,430 +37127,54,1466 +37127,55,806 +37127,56,2273 +37127,61,1330 +37127,62,4607 +37127,71,315 +37127,72,4408 +37127,81,729 +37127,92,1873 +37129,11,0 +37129,21,0 +37129,22,346 +37129,23,8445 +37129,31,5260 +37129,42,4593 +37129,44,16324 +37129,48,3688 +37129,51,3460 +37129,52,3633 +37129,53,2410 +37129,54,9894 +37129,55,681 +37129,56,7588 +37129,61,8085 +37129,62,15007 +37129,71,1904 +37129,72,17038 +37129,81,4008 +37129,92,4690 +37131,11,521 +37131,23,176 +37131,31,504 +37131,42,789 +37131,44,278 +37131,48,1452 +37131,51,0 +37131,52,33 +37131,53,0 +37131,54,0 +37131,55,0 +37131,56,82 +37131,61,0 +37131,62,0 +37131,71,0 +37131,72,0 +37131,81,133 +37131,92,737 +37133,11,0 +37133,21,0 +37133,22,267 +37133,23,2490 +37133,31,1007 +37133,42,513 +37133,44,10693 +37133,48,1261 +37133,51,337 +37133,52,1078 +37133,53,818 +37133,54,2110 +37133,55,286 +37133,56,3971 +37133,61,1638 +37133,62,5161 +37133,71,450 +37133,72,8298 +37133,81,1256 +37133,92,5235 +37135,11,336 +37135,21,25 +37135,22,151 +37135,23,1999 +37135,31,1717 +37135,42,1131 +37135,44,6789 +37135,48,836 +37135,51,1067 +37135,52,1282 +37135,53,843 +37135,54,4138 +37135,55,471 +37135,56,1481 +37135,61,7342 +37135,62,6591 +37135,71,815 +37135,72,6591 +37135,81,2368 +37135,92,3037 +37137,11,116 +37137,22,0 +37137,23,180 +37137,31,238 +37137,42,0 +37137,44,616 +37137,48,71 +37137,51,5 +37137,52,34 +37137,53,41 +37137,54,45 +37137,56,14 +37137,61,437 +37137,62,0 +37137,71,225 +37137,72,251 +37137,81,119 +37137,92,237 +37139,11,182 +37139,22,0 +37139,23,530 +37139,31,665 +37139,42,0 +37139,44,2347 +37139,48,840 +37139,51,84 +37139,52,310 +37139,53,163 +37139,54,726 +37139,55,0 +37139,56,0 +37139,61,357 +37139,62,2805 +37139,71,179 +37139,72,1745 +37139,81,518 +37139,92,2190 +37141,11,0 +37141,21,0 +37141,22,0 +37141,23,1122 +37141,31,751 +37141,42,1002 +37141,44,1900 +37141,48,93 +37141,51,32 +37141,52,171 +37141,53,358 +37141,54,607 +37141,55,0 +37141,56,0 +37141,61,43 +37141,62,1463 +37141,71,216 +37141,72,1688 +37141,81,489 +37141,92,454 +37143,11,162 +37143,22,0 +37143,23,127 +37143,31,31 +37143,42,0 +37143,44,196 +37143,48,182 +37143,51,10 +37143,52,32 +37143,53,10 +37143,54,50 +37143,56,73 +37143,61,526 +37143,62,0 +37143,71,0 +37143,72,0 +37143,81,63 +37143,92,366 +37145,11,187 +37145,22,417 +37145,23,535 +37145,31,1550 +37145,42,241 +37145,44,1528 +37145,48,133 +37145,51,48 +37145,52,208 +37145,53,44 +37145,54,306 +37145,55,81 +37145,56,406 +37145,61,1434 +37145,62,1417 +37145,71,0 +37145,72,0 +37145,81,262 +37145,92,9 +37147,11,0 +37147,21,0 +37147,22,655 +37147,23,3801 +37147,31,6653 +37147,42,1694 +37147,44,9497 +37147,48,1306 +37147,51,715 +37147,52,1599 +37147,53,983 +37147,54,2037 +37147,55,896 +37147,56,4641 +37147,61,1168 +37147,62,10167 +37147,71,600 +37147,72,9193 +37147,81,1448 +37147,92,3674 +37149,11,211 +37149,22,0 +37149,23,201 +37149,31,307 +37149,42,110 +37149,44,380 +37149,48,55 +37149,51,45 +37149,52,103 +37149,53,30 +37149,54,195 +37149,56,193 +37149,61,15 +37149,62,1742 +37149,71,336 +37149,72,487 +37149,81,166 +37149,92,409 +37151,11,545 +37151,21,63 +37151,22,145 +37151,23,2290 +37151,31,15438 +37151,42,2390 +37151,44,4313 +37151,48,981 +37151,51,224 +37151,52,764 +37151,53,287 +37151,54,783 +37151,55,393 +37151,56,2995 +37151,61,5273 +37151,62,4858 +37151,71,483 +37151,72,3780 +37151,81,1036 +37151,92,2570 +37153,11,398 +37153,21,311 +37153,22,194 +37153,23,561 +37153,31,3153 +37153,42,338 +37153,44,1864 +37153,48,209 +37153,51,71 +37153,52,184 +37153,53,172 +37153,54,285 +37153,55,47 +37153,56,627 +37153,61,45 +37153,62,1843 +37153,71,79 +37153,72,1099 +37153,81,253 +37153,92,1371 +37155,11,683 +37155,22,199 +37155,23,1334 +37155,31,7401 +37155,42,998 +37155,44,4762 +37155,48,1028 +37155,51,136 +37155,52,1094 +37155,53,158 +37155,54,683 +37155,55,145 +37155,56,2518 +37155,61,5879 +37155,62,8388 +37155,71,115 +37155,72,3949 +37155,81,456 +37155,92,3051 +37157,11,0 +37157,21,0 +37157,22,157 +37157,23,1398 +37157,31,5406 +37157,42,1602 +37157,44,3857 +37157,48,933 +37157,51,110 +37157,52,441 +37157,53,185 +37157,54,0 +37157,55,0 +37157,56,1329 +37157,61,2993 +37157,62,3529 +37157,71,176 +37157,72,2301 +37157,81,629 +37157,92,1797 +37159,11,598 +37159,21,553 +37159,22,168 +37159,23,2931 +37159,31,7296 +37159,42,2883 +37159,44,5163 +37159,48,4182 +37159,51,181 +37159,52,758 +37159,53,237 +37159,54,1103 +37159,55,1276 +37159,56,2403 +37159,61,6144 +37159,62,9651 +37159,71,717 +37159,72,4285 +37159,81,997 +37159,92,3078 +37161,11,0 +37161,21,0 +37161,22,0 +37161,23,1169 +37161,31,2926 +37161,42,0 +37161,44,2592 +37161,48,692 +37161,51,876 +37161,52,329 +37161,53,121 +37161,54,386 +37161,55,136 +37161,56,1101 +37161,61,2647 +37161,62,2962 +37161,71,186 +37161,72,1905 +37161,81,363 +37161,92,1570 +37163,11,4452 +37163,22,37 +37163,23,1076 +37163,31,3003 +37163,42,879 +37163,44,2201 +37163,48,437 +37163,51,165 +37163,52,242 +37163,53,76 +37163,54,196 +37163,55,51 +37163,56,999 +37163,61,135 +37163,62,1907 +37163,71,58 +37163,72,1208 +37163,81,384 +37163,92,1527 +37165,11,153 +37165,22,0 +37165,23,382 +37165,31,2215 +37165,42,0 +37165,44,1766 +37165,48,414 +37165,51,64 +37165,52,182 +37165,53,60 +37165,54,0 +37165,55,0 +37165,56,775 +37165,61,1641 +37165,62,8 +37165,71,43 +37165,72,1132 +37165,81,171 +37165,92,681 +37167,11,0 +37167,21,0 +37167,22,73 +37167,23,1270 +37167,31,3449 +37167,42,495 +37167,44,2914 +37167,48,209 +37167,51,71 +37167,52,383 +37167,53,125 +37167,54,381 +37167,55,376 +37167,56,946 +37167,61,2419 +37167,62,3035 +37167,71,286 +37167,72,2064 +37167,81,530 +37167,92,1791 +37169,11,66 +37169,22,0 +37169,23,709 +37169,31,773 +37169,42,85 +37169,44,1184 +37169,48,75 +37169,51,18 +37169,52,157 +37169,53,53 +37169,54,160 +37169,56,437 +37169,61,57 +37169,62,1105 +37169,71,137 +37169,72,995 +37169,81,0 +37169,92,8 +37171,11,0 +37171,21,0 +37171,22,140 +37171,23,3566 +37171,31,4114 +37171,42,936 +37171,44,3790 +37171,48,1607 +37171,51,235 +37171,52,553 +37171,53,188 +37171,54,888 +37171,55,535 +37171,56,1593 +37171,61,2809 +37171,62,956 +37171,71,180 +37171,72,2792 +37171,81,863 +37171,92,1652 +37173,11,0 +37173,23,196 +37173,31,0 +37173,42,14 +37173,44,611 +37173,48,272 +37173,51,37 +37173,52,66 +37173,53,56 +37173,54,70 +37173,56,61 +37173,61,502 +37173,62,0 +37173,71,366 +37173,72,994 +37173,81,222 +37173,92,2668 +37175,11,33 +37175,21,15 +37175,22,0 +37175,23,620 +37175,31,767 +37175,42,252 +37175,44,1337 +37175,48,72 +37175,51,120 +37175,52,247 +37175,53,104 +37175,54,351 +37175,55,0 +37175,56,0 +37175,61,1812 +37175,62,1732 +37175,71,190 +37175,72,1369 +37175,81,369 +37175,92,198 +37177,11,251 +37177,23,62 +37177,31,108 +37177,42,0 +37177,44,123 +37177,48,8 +37177,51,0 +37177,52,20 +37177,53,0 +37177,54,50 +37177,56,28 +37177,61,268 +37177,62,0 +37177,72,34 +37177,81,38 +37177,92,192 +37179,11,0 +37179,21,0 +37179,22,263 +37179,23,7651 +37179,31,12465 +37179,42,3268 +37179,44,7977 +37179,48,2965 +37179,51,411 +37179,52,946 +37179,53,435 +37179,54,2778 +37179,55,120 +37179,56,4747 +37179,61,12054 +37179,62,5005 +37179,71,816 +37179,72,5740 +37179,81,1966 +37179,92,3052 +37181,11,0 +37181,21,0 +37181,22,67 +37181,23,399 +37181,31,1567 +37181,42,812 +37181,44,2081 +37181,48,1588 +37181,51,122 +37181,52,207 +37181,53,176 +37181,54,659 +37181,55,75 +37181,56,326 +37181,61,591 +37181,62,2400 +37181,71,306 +37181,72,1425 +37181,81,348 +37181,92,1091 +37183,11,1962 +37183,21,565 +37183,22,2734 +37183,23,36708 +37183,31,26777 +37183,42,29400 +37183,44,62944 +37183,48,14815 +37183,51,24420 +37183,52,24121 +37183,53,10147 +37183,54,74107 +37183,55,13056 +37183,56,48650 +37183,61,55250 +37183,62,71981 +37183,71,12538 +37183,72,54785 +37183,81,18610 +37183,92,47914 +37185,11,334 +37185,22,0 +37185,23,92 +37185,31,391 +37185,42,0 +37185,44,365 +37185,48,97 +37185,51,11 +37185,52,72 +37185,53,22 +37185,54,38 +37185,56,87 +37185,61,715 +37185,62,279 +37185,71,12 +37185,72,274 +37185,81,64 +37185,92,2 +37187,11,405 +37187,23,22 +37187,31,674 +37187,42,103 +37187,44,312 +37187,48,105 +37187,51,0 +37187,52,65 +37187,53,15 +37187,54,70 +37187,56,34 +37187,61,489 +37187,62,0 +37187,71,0 +37187,72,0 +37187,81,0 +37187,92,452 +37189,11,54 +37189,21,58 +37189,22,0 +37189,23,984 +37189,31,609 +37189,42,537 +37189,44,3903 +37189,48,92 +37189,51,230 +37189,52,387 +37189,53,650 +37189,54,778 +37189,55,367 +37189,56,919 +37189,61,299 +37189,62,3991 +37189,71,731 +37189,72,4658 +37189,81,570 +37189,92,948 +37191,11,0 +37191,21,0 +37191,22,322 +37191,23,1999 +37191,31,5212 +37191,42,1690 +37191,44,5968 +37191,48,1605 +37191,51,173 +37191,52,1037 +37191,53,396 +37191,54,886 +37191,55,514 +37191,56,1194 +37191,61,5762 +37191,62,6695 +37191,71,275 +37191,72,4368 +37191,81,995 +37191,92,3710 +37193,11,0 +37193,21,0 +37193,22,45 +37193,23,736 +37193,31,4394 +37193,42,919 +37193,44,2747 +37193,48,532 +37193,51,245 +37193,52,329 +37193,53,231 +37193,54,14 +37193,55,0 +37193,56,934 +37193,61,2605 +37193,62,2986 +37193,71,247 +37193,72,1784 +37193,81,439 +37193,92,1423 +37195,11,0 +37195,21,0 +37195,22,0 +37195,23,3175 +37195,31,7328 +37195,42,1572 +37195,44,3908 +37195,48,111 +37195,51,780 +37195,52,1296 +37195,53,264 +37195,54,882 +37195,55,1362 +37195,56,1689 +37195,61,3771 +37195,62,4893 +37195,71,283 +37195,72,3147 +37195,81,738 +37195,92,2542 +37197,11,173 +37197,22,0 +37197,23,763 +37197,31,2785 +37197,42,0 +37197,44,838 +37197,48,74 +37197,51,13 +37197,52,177 +37197,53,34 +37197,54,156 +37197,55,64 +37197,56,485 +37197,61,1535 +37197,62,0 +37197,71,133 +37197,72,970 +37197,81,0 +37197,92,586 +37199,11,0 +37199,21,0 +37199,22,0 +37199,23,383 +37199,31,1259 +37199,42,0 +37199,44,589 +37199,48,106 +37199,51,50 +37199,52,75 +37199,53,20 +37199,54,104 +37199,56,45 +37199,61,0 +37199,62,0 +37199,71,123 +37199,72,307 +37199,81,125 +37199,92,1 +38001,11,0 +38001,21,0 +38001,22,0 +38001,23,30 +38001,31,48 +38001,42,57 +38001,44,123 +38001,48,8 +38001,51,22 +38001,52,31 +38001,54,30 +38001,56,15 +38001,61,0 +38001,62,325 +38001,71,0 +38001,72,0 +38001,81,53 +38001,92,9 +38003,11,0 +38003,21,0 +38003,22,0 +38003,23,246 +38003,31,538 +38003,42,265 +38003,44,467 +38003,48,30 +38003,51,29 +38003,52,145 +38003,53,35 +38003,54,155 +38003,56,107 +38003,61,886 +38003,62,1113 +38003,71,30 +38003,72,344 +38003,81,155 +38003,92,305 +38005,11,0 +38005,23,87 +38005,31,0 +38005,42,94 +38005,44,36 +38005,48,28 +38005,51,0 +38005,52,0 +38005,53,0 +38005,54,0 +38005,56,0 +38005,61,0 +38005,62,71 +38005,71,0 +38005,72,76 +38005,81,33 +38005,92,541 +38007,11,0 +38007,21,0 +38007,23,0 +38007,31,0 +38007,42,0 +38007,44,0 +38007,48,46 +38007,53,0 +38007,54,0 +38007,56,0 +38007,61,0 +38007,62,0 +38007,71,35 +38007,72,0 +38007,81,0 +38007,92,0 +38009,11,88 +38009,21,306 +38009,22,0 +38009,23,87 +38009,31,149 +38009,42,154 +38009,44,238 +38009,48,24 +38009,51,19 +38009,52,121 +38009,53,8 +38009,54,81 +38009,55,0 +38009,56,0 +38009,61,0 +38009,62,0 +38009,71,27 +38009,72,213 +38009,81,19 +38009,92,199 +38011,11,81 +38011,21,37 +38011,22,0 +38011,23,59 +38011,31,13 +38011,42,213 +38011,44,181 +38011,48,12 +38011,51,10 +38011,52,0 +38011,53,0 +38011,54,76 +38011,55,0 +38011,56,0 +38011,61,387 +38011,62,289 +38011,71,17 +38011,72,124 +38011,81,44 +38011,92,93 +38013,11,0 +38013,21,0 +38013,22,0 +38013,23,24 +38013,42,63 +38013,44,76 +38013,48,6 +38013,51,0 +38013,52,0 +38013,53,0 +38013,54,23 +38013,55,0 +38013,56,0 +38013,61,0 +38013,62,18 +38013,71,0 +38013,72,0 +38013,81,0 +38013,92,167 +38015,11,186 +38015,21,307 +38015,22,304 +38015,23,3092 +38015,31,987 +38015,42,2190 +38015,44,7177 +38015,48,1766 +38015,51,734 +38015,52,2424 +38015,53,567 +38015,54,3103 +38015,55,1427 +38015,56,2511 +38015,61,2469 +38015,62,13126 +38015,71,813 +38015,72,5551 +38015,81,2088 +38015,92,4641 +38017,11,636 +38017,21,22 +38017,22,249 +38017,23,8109 +38017,31,10676 +38017,42,8051 +38017,44,12856 +38017,48,5794 +38017,51,3264 +38017,52,9461 +38017,53,2067 +38017,54,6799 +38017,55,1773 +38017,56,6117 +38017,61,13181 +38017,62,26333 +38017,71,2239 +38017,72,10700 +38017,81,3646 +38017,92,3383 +38019,11,63 +38019,21,0 +38019,22,38 +38019,23,82 +38019,31,0 +38019,42,185 +38019,44,128 +38019,48,126 +38019,51,69 +38019,52,0 +38019,53,0 +38019,54,14 +38019,56,3 +38019,61,0 +38019,62,277 +38019,71,0 +38019,72,0 +38019,81,58 +38019,92,132 +38021,11,234 +38021,22,0 +38021,23,52 +38021,31,176 +38021,42,216 +38021,44,234 +38021,48,20 +38021,51,0 +38021,52,52 +38021,53,0 +38021,54,29 +38021,56,0 +38021,61,15 +38021,62,380 +38021,71,13 +38021,72,119 +38021,81,58 +38021,92,141 +38023,11,0 +38023,21,0 +38023,22,0 +38023,23,0 +38023,31,0 +38023,42,0 +38023,44,57 +38023,48,148 +38023,51,0 +38023,52,0 +38023,53,0 +38023,54,16 +38023,56,4 +38023,61,0 +38023,62,0 +38023,71,0 +38023,72,0 +38023,81,14 +38023,92,96 +38025,11,20 +38025,21,604 +38025,22,25 +38025,23,217 +38025,31,76 +38025,42,91 +38025,44,151 +38025,48,354 +38025,51,0 +38025,52,23 +38025,53,21 +38025,54,32 +38025,55,0 +38025,56,0 +38025,61,0 +38025,62,120 +38025,71,26 +38025,72,123 +38025,81,57 +38025,92,222 +38027,11,20 +38027,21,0 +38027,22,0 +38027,23,34 +38027,31,0 +38027,42,62 +38027,44,73 +38027,48,14 +38027,51,0 +38027,52,0 +38027,53,0 +38027,54,20 +38027,56,0 +38027,61,0 +38027,62,230 +38027,71,0 +38027,72,0 +38027,81,19 +38027,92,48 +38029,11,93 +38029,22,0 +38029,23,0 +38029,31,0 +38029,42,91 +38029,44,117 +38029,48,14 +38029,51,0 +38029,52,0 +38029,53,0 +38029,54,12 +38029,56,6 +38029,61,0 +38029,62,208 +38029,71,9 +38029,72,44 +38029,81,0 +38029,92,91 +38031,11,0 +38031,22,0 +38031,23,58 +38031,31,0 +38031,42,152 +38031,44,207 +38031,48,12 +38031,51,0 +38031,52,70 +38031,53,13 +38031,54,21 +38031,56,16 +38031,61,0 +38031,62,312 +38031,71,24 +38031,72,111 +38031,81,0 +38031,92,121 +38033,11,0 +38033,21,0 +38033,22,0 +38033,23,0 +38033,31,0 +38033,42,72 +38033,44,80 +38033,48,4 +38033,51,0 +38033,52,37 +38033,54,14 +38033,56,0 +38033,61,0 +38033,62,161 +38033,71,0 +38033,72,20 +38033,81,23 +38033,92,70 +38035,11,584 +38035,21,153 +38035,22,434 +38035,23,2410 +38035,31,3359 +38035,42,1343 +38035,44,5625 +38035,48,1483 +38035,51,371 +38035,52,1092 +38035,53,522 +38035,54,1521 +38035,55,209 +38035,56,1709 +38035,61,6200 +38035,62,8179 +38035,71,697 +38035,72,4359 +38035,81,1105 +38035,92,2028 +38037,11,31 +38037,22,0 +38037,23,8 +38037,31,32 +38037,42,45 +38037,44,51 +38037,48,7 +38037,51,0 +38037,52,39 +38037,54,8 +38037,56,10 +38037,61,0 +38037,62,192 +38037,71,0 +38037,72,27 +38037,81,0 +38037,92,88 +38039,11,32 +38039,23,9 +38039,31,124 +38039,42,83 +38039,44,76 +38039,48,43 +38039,51,0 +38039,52,0 +38039,53,0 +38039,54,18 +38039,56,73 +38039,61,0 +38039,62,0 +38039,71,32 +38039,72,34 +38039,81,0 +38039,92,71 +38041,11,0 +38041,22,0 +38041,23,48 +38041,31,0 +38041,42,93 +38041,44,47 +38041,48,10 +38041,51,0 +38041,52,50 +38041,54,50 +38041,56,8 +38041,61,0 +38041,62,89 +38041,71,11 +38041,72,0 +38041,81,0 +38041,92,87 +38043,11,0 +38043,21,0 +38043,22,0 +38043,23,0 +38043,31,0 +38043,42,30 +38043,44,82 +38043,48,12 +38043,51,0 +38043,52,0 +38043,53,0 +38043,54,35 +38043,55,0 +38043,56,0 +38043,61,0 +38043,62,68 +38043,71,19 +38043,72,43 +38043,81,0 +38043,92,76 +38045,11,144 +38045,22,0 +38045,23,25 +38045,31,38 +38045,42,261 +38045,44,86 +38045,48,21 +38045,51,35 +38045,52,0 +38045,53,0 +38045,54,0 +38045,55,0 +38045,56,3 +38045,61,602 +38045,62,0 +38045,71,32 +38045,72,68 +38045,81,49 +38045,92,109 +38047,11,0 +38047,23,33 +38047,31,0 +38047,42,96 +38047,44,45 +38047,48,41 +38047,51,0 +38047,52,0 +38047,53,0 +38047,54,0 +38047,61,215 +38047,62,158 +38047,71,0 +38047,72,0 +38047,81,23 +38047,92,65 +38049,11,155 +38049,21,43 +38049,22,0 +38049,23,0 +38049,31,0 +38049,42,164 +38049,44,102 +38049,48,17 +38049,51,0 +38049,52,36 +38049,53,11 +38049,54,0 +38049,55,0 +38049,56,47 +38049,61,562 +38049,62,146 +38049,71,0 +38049,72,0 +38049,81,0 +38049,92,27 +38051,11,98 +38051,22,0 +38051,23,21 +38051,31,17 +38051,42,125 +38051,44,97 +38051,48,11 +38051,51,0 +38051,52,48 +38051,53,4 +38051,54,0 +38051,56,0 +38051,61,0 +38051,62,377 +38051,71,7 +38051,72,35 +38051,81,0 +38051,92,75 +38053,11,0 +38053,21,2200 +38053,22,111 +38053,23,2728 +38053,31,0 +38053,42,502 +38053,44,594 +38053,48,2045 +38053,51,38 +38053,52,147 +38053,53,383 +38053,54,357 +38053,55,0 +38053,56,0 +38053,61,0 +38053,62,0 +38053,71,72 +38053,72,690 +38053,81,297 +38053,92,64 +38055,11,0 +38055,21,0 +38055,22,0 +38055,23,152 +38055,31,63 +38055,42,275 +38055,44,240 +38055,48,27 +38055,51,0 +38055,52,165 +38055,53,18 +38055,54,66 +38055,55,0 +38055,56,48 +38055,61,1187 +38055,62,479 +38055,71,63 +38055,72,225 +38055,81,0 +38055,92,201 +38057,11,10 +38057,21,636 +38057,22,1441 +38057,23,367 +38057,31,29 +38057,42,90 +38057,44,356 +38057,48,54 +38057,51,119 +38057,52,128 +38057,53,7 +38057,54,54 +38057,56,59 +38057,61,0 +38057,62,0 +38057,71,43 +38057,72,232 +38057,81,68 +38057,92,227 +38059,11,148 +38059,21,160 +38059,22,171 +38059,23,961 +38059,31,1032 +38059,42,690 +38059,44,1276 +38059,48,396 +38059,51,0 +38059,52,0 +38059,53,0 +38059,54,869 +38059,55,0 +38059,56,0 +38059,61,80 +38059,62,1907 +38059,71,268 +38059,72,1022 +38059,81,0 +38059,92,690 +38061,11,17 +38061,21,1463 +38061,22,81 +38061,23,0 +38061,31,0 +38061,42,274 +38061,44,548 +38061,48,925 +38061,51,119 +38061,52,105 +38061,53,19 +38061,54,161 +38061,55,0 +38061,56,0 +38061,61,0 +38061,62,0 +38061,71,29 +38061,72,334 +38061,81,197 +38061,92,301 +38063,11,119 +38063,22,0 +38063,23,32 +38063,31,14 +38063,42,109 +38063,44,68 +38063,48,13 +38063,51,0 +38063,52,0 +38063,53,0 +38063,54,11 +38063,56,18 +38063,61,0 +38063,62,288 +38063,71,0 +38063,72,0 +38063,81,0 +38063,92,114 +38065,11,0 +38065,21,0 +38065,22,0 +38065,23,80 +38065,31,0 +38065,42,16 +38065,44,0 +38065,48,1 +38065,52,0 +38065,54,0 +38065,56,0 +38065,61,0 +38065,62,0 +38065,71,0 +38065,72,0 +38065,81,0 +38065,92,6 +38067,11,565 +38067,21,10 +38067,22,0 +38067,23,163 +38067,31,818 +38067,42,276 +38067,44,297 +38067,48,25 +38067,51,0 +38067,52,0 +38067,53,0 +38067,54,0 +38067,55,0 +38067,56,137 +38067,61,0 +38067,62,350 +38067,71,53 +38067,72,136 +38067,81,0 +38067,92,407 +38069,11,0 +38069,21,0 +38069,22,0 +38069,23,97 +38069,31,0 +38069,42,206 +38069,44,161 +38069,48,10 +38069,51,17 +38069,52,0 +38069,53,0 +38069,54,43 +38069,55,0 +38069,56,0 +38069,61,32 +38069,62,440 +38069,71,15 +38069,72,134 +38069,81,49 +38069,92,129 +38071,11,0 +38071,21,0 +38071,22,72 +38071,23,156 +38071,31,228 +38071,42,331 +38071,44,895 +38071,48,157 +38071,51,138 +38071,52,238 +38071,53,71 +38071,54,95 +38071,55,37 +38071,56,145 +38071,61,0 +38071,62,0 +38071,71,62 +38071,72,729 +38071,81,145 +38071,92,516 +38073,11,0 +38073,21,0 +38073,22,0 +38073,23,49 +38073,31,316 +38073,42,173 +38073,44,204 +38073,48,19 +38073,51,0 +38073,52,81 +38073,53,11 +38073,54,67 +38073,56,50 +38073,61,513 +38073,62,0 +38073,71,0 +38073,72,0 +38073,81,0 +38073,92,146 +38075,11,38 +38075,21,26 +38075,22,0 +38075,23,0 +38075,31,0 +38075,42,100 +38075,44,84 +38075,48,8 +38075,51,0 +38075,52,0 +38075,53,0 +38075,54,18 +38075,56,12 +38075,61,0 +38075,62,128 +38075,71,0 +38075,72,0 +38075,81,0 +38075,92,97 +38077,11,0 +38077,21,0 +38077,22,0 +38077,23,383 +38077,31,2247 +38077,42,392 +38077,44,690 +38077,48,59 +38077,51,66 +38077,52,199 +38077,53,51 +38077,54,189 +38077,55,0 +38077,56,0 +38077,61,0 +38077,62,0 +38077,71,46 +38077,72,554 +38077,81,143 +38077,92,359 +38079,11,22 +38079,21,0 +38079,22,0 +38079,23,215 +38079,31,0 +38079,42,102 +38079,44,413 +38079,48,27 +38079,51,35 +38079,52,0 +38079,53,0 +38079,54,11 +38079,56,80 +38079,61,0 +38079,62,339 +38079,71,15 +38079,72,129 +38079,81,271 +38079,92,1094 +38081,11,159 +38081,21,0 +38081,22,0 +38081,23,115 +38081,31,0 +38081,42,115 +38081,44,133 +38081,48,20 +38081,51,0 +38081,52,0 +38081,53,0 +38081,54,21 +38081,56,0 +38081,61,0 +38081,62,84 +38081,71,35 +38081,72,53 +38081,81,74 +38081,92,87 +38083,11,0 +38083,23,6 +38083,31,0 +38083,42,0 +38083,44,0 +38083,48,9 +38083,51,0 +38083,52,0 +38083,53,0 +38083,54,0 +38083,61,0 +38083,62,0 +38083,71,0 +38083,72,0 +38083,81,11 +38083,92,63 +38085,11,33 +38085,23,6 +38085,31,0 +38085,42,0 +38085,44,0 +38085,48,5 +38085,51,0 +38085,52,0 +38085,53,0 +38085,54,0 +38085,56,0 +38085,61,1165 +38085,62,115 +38085,71,0 +38085,72,0 +38085,81,59 +38085,92,83 +38087,11,0 +38087,21,86 +38087,23,0 +38087,44,0 +38087,48,0 +38087,61,0 +38087,72,0 +38087,81,0 +38087,92,1 +38089,11,114 +38089,21,3595 +38089,22,142 +38089,23,1774 +38089,31,1916 +38089,42,1222 +38089,44,2000 +38089,48,1401 +38089,51,239 +38089,52,441 +38089,53,384 +38089,54,561 +38089,55,69 +38089,56,498 +38089,61,144 +38089,62,2179 +38089,71,182 +38089,72,1833 +38089,81,603 +38089,92,894 +38091,11,36 +38091,22,0 +38091,23,90 +38091,31,100 +38091,42,76 +38091,44,55 +38091,48,5 +38091,51,0 +38091,52,0 +38091,53,0 +38091,54,0 +38091,56,0 +38091,61,0 +38091,62,0 +38091,71,0 +38091,72,0 +38091,81,6 +38091,92,55 +38093,11,324 +38093,22,131 +38093,23,406 +38093,31,1329 +38093,42,562 +38093,44,1301 +38093,48,403 +38093,51,165 +38093,52,475 +38093,53,62 +38093,54,341 +38093,55,0 +38093,56,0 +38093,61,2429 +38093,62,1823 +38093,71,82 +38093,72,931 +38093,81,337 +38093,92,783 +38095,11,153 +38095,22,0 +38095,23,9 +38095,31,61 +38095,42,0 +38095,44,59 +38095,48,18 +38095,51,0 +38095,52,48 +38095,53,7 +38095,54,0 +38095,56,0 +38095,61,0 +38095,62,0 +38095,71,0 +38095,72,0 +38095,81,12 +38095,92,66 +38097,11,0 +38097,21,0 +38097,22,0 +38097,23,156 +38097,31,457 +38097,42,339 +38097,44,217 +38097,48,27 +38097,51,23 +38097,52,130 +38097,53,8 +38097,54,64 +38097,55,0 +38097,56,0 +38097,61,0 +38097,62,0 +38097,71,13 +38097,72,158 +38097,81,61 +38097,92,153 +38099,11,0 +38099,21,0 +38099,22,0 +38099,23,141 +38099,31,651 +38099,42,393 +38099,44,440 +38099,48,33 +38099,51,116 +38099,52,188 +38099,53,13 +38099,54,87 +38099,56,58 +38099,61,1136 +38099,62,8 +38099,71,36 +38099,72,155 +38099,81,80 +38099,92,254 +38101,11,283 +38101,21,1915 +38101,22,161 +38101,23,1859 +38101,31,531 +38101,42,1707 +38101,44,4904 +38101,48,1561 +38101,51,480 +38101,52,1403 +38101,53,493 +38101,54,1053 +38101,55,67 +38101,56,1507 +38101,61,301 +38101,62,5704 +38101,71,577 +38101,72,3693 +38101,81,1117 +38101,92,1995 +38103,11,0 +38103,21,0 +38103,22,0 +38103,23,45 +38103,31,59 +38103,42,183 +38103,44,183 +38103,48,23 +38103,51,23 +38103,52,91 +38103,53,6 +38103,54,0 +38103,56,0 +38103,61,0 +38103,62,0 +38103,71,0 +38103,72,0 +38103,81,43 +38103,92,126 +38105,11,113 +38105,21,9835 +38105,22,395 +38105,23,3261 +38105,31,489 +38105,42,1940 +38105,44,2370 +38105,48,2536 +38105,51,176 +38105,52,463 +38105,53,1099 +38105,54,917 +38105,55,0 +38105,56,0 +38105,61,3232 +38105,62,1960 +38105,71,421 +38105,72,1896 +38105,81,658 +38105,92,944 +39001,11,7 +39001,21,45 +39001,22,92 +39001,23,216 +39001,31,912 +39001,42,279 +39001,44,811 +39001,48,142 +39001,51,30 +39001,52,202 +39001,53,45 +39001,54,0 +39001,55,0 +39001,56,190 +39001,61,945 +39001,62,1261 +39001,71,17 +39001,72,540 +39001,81,78 +39001,92,385 +39003,11,0 +39003,21,0 +39003,22,313 +39003,23,2160 +39003,31,8761 +39003,42,2684 +39003,44,5722 +39003,48,1585 +39003,51,568 +39003,52,1020 +39003,53,331 +39003,54,1560 +39003,55,314 +39003,56,3339 +39003,61,1315 +39003,62,10644 +39003,71,552 +39003,72,4521 +39003,81,1651 +39003,92,1299 +39005,11,0 +39005,21,0 +39005,22,0 +39005,23,814 +39005,31,3874 +39005,42,773 +39005,44,2150 +39005,48,667 +39005,51,252 +39005,52,254 +39005,53,164 +39005,54,1411 +39005,55,52 +39005,56,682 +39005,61,1681 +39005,62,140 +39005,71,168 +39005,72,1621 +39005,81,559 +39005,92,817 +39007,11,266 +39007,21,40 +39007,22,200 +39007,23,1270 +39007,31,7575 +39007,42,816 +39007,44,3367 +39007,48,925 +39007,51,370 +39007,52,516 +39007,53,181 +39007,54,954 +39007,55,60 +39007,56,1071 +39007,61,3115 +39007,62,6482 +39007,71,257 +39007,72,3042 +39007,81,860 +39007,92,1241 +39009,11,0 +39009,21,0 +39009,22,204 +39009,23,746 +39009,31,623 +39009,42,501 +39009,44,2495 +39009,48,309 +39009,51,384 +39009,52,432 +39009,53,254 +39009,54,391 +39009,55,233 +39009,56,506 +39009,61,2335 +39009,62,3921 +39009,71,78 +39009,72,2929 +39009,81,439 +39009,92,962 +39011,11,0 +39011,21,0 +39011,22,76 +39011,23,1011 +39011,31,8757 +39011,42,1059 +39011,44,2102 +39011,48,90 +39011,51,234 +39011,52,274 +39011,53,248 +39011,54,561 +39011,55,0 +39011,56,27 +39011,61,124 +39011,62,2904 +39011,71,224 +39011,72,1567 +39011,81,795 +39011,92,621 +39013,11,43 +39013,21,2148 +39013,22,182 +39013,23,1246 +39013,31,722 +39013,42,736 +39013,44,3933 +39013,48,1036 +39013,51,382 +39013,52,487 +39013,53,373 +39013,54,449 +39013,55,32 +39013,56,889 +39013,61,2076 +39013,62,3974 +39013,71,151 +39013,72,2728 +39013,81,684 +39013,92,980 +39015,11,0 +39015,21,0 +39015,22,0 +39015,23,0 +39015,31,817 +39015,42,0 +39015,44,983 +39015,48,371 +39015,51,86 +39015,52,200 +39015,53,45 +39015,54,0 +39015,55,0 +39015,56,168 +39015,61,1684 +39015,62,1460 +39015,71,46 +39015,72,974 +39015,81,235 +39015,92,501 +39017,11,0 +39017,21,0 +39017,22,452 +39017,23,8144 +39017,31,23902 +39017,42,15691 +39017,44,19058 +39017,48,8133 +39017,51,1368 +39017,52,7745 +39017,53,1575 +39017,54,4782 +39017,55,1625 +39017,56,10821 +39017,61,1438 +39017,62,21251 +39017,71,2703 +39017,72,15872 +39017,81,4550 +39017,92,3633 +39019,11,20 +39019,21,99 +39019,22,0 +39019,23,457 +39019,31,1183 +39019,42,0 +39019,44,828 +39019,48,417 +39019,51,22 +39019,52,95 +39019,53,100 +39019,54,3 +39019,55,0 +39019,56,207 +39019,61,581 +39019,62,217 +39019,71,88 +39019,72,572 +39019,81,189 +39019,92,282 +39021,11,0 +39021,21,0 +39021,22,0 +39021,23,260 +39021,31,3886 +39021,42,0 +39021,44,977 +39021,48,432 +39021,51,103 +39021,52,208 +39021,53,65 +39021,54,276 +39021,55,0 +39021,56,0 +39021,61,1813 +39021,62,1172 +39021,71,118 +39021,72,697 +39021,81,371 +39021,92,466 +39023,11,792 +39023,21,105 +39023,22,0 +39023,23,1155 +39023,31,7159 +39023,42,0 +39023,44,5264 +39023,48,2673 +39023,51,107 +39023,52,2798 +39023,53,466 +39023,54,1085 +39023,55,1227 +39023,56,3092 +39023,61,6041 +39023,62,8611 +39023,71,430 +39023,72,4741 +39023,81,1594 +39023,92,2103 +39025,11,0 +39025,21,0 +39025,22,558 +39025,23,3569 +39025,31,6388 +39025,42,2303 +39025,44,9620 +39025,48,2987 +39025,51,0 +39025,52,2693 +39025,53,928 +39025,54,3073 +39025,55,541 +39025,56,3102 +39025,61,5705 +39025,62,7386 +39025,71,980 +39025,72,7183 +39025,81,2089 +39025,92,2339 +39027,11,0 +39027,21,0 +39027,22,0 +39027,23,356 +39027,31,3291 +39027,42,0 +39027,44,1571 +39027,48,3981 +39027,51,51 +39027,52,415 +39027,53,221 +39027,54,237 +39027,55,302 +39027,56,390 +39027,61,332 +39027,62,1792 +39027,71,246 +39027,72,1306 +39027,81,0 +39027,92,540 +39029,11,346 +39029,21,209 +39029,22,0 +39029,23,1330 +39029,31,6679 +39029,42,0 +39029,44,3519 +39029,48,1351 +39029,51,212 +39029,52,506 +39029,53,212 +39029,54,479 +39029,55,164 +39029,56,1272 +39029,61,239 +39029,62,5136 +39029,71,323 +39029,72,2511 +39029,81,1070 +39029,92,1513 +39031,11,124 +39031,21,98 +39031,22,287 +39031,23,328 +39031,31,2771 +39031,42,193 +39031,44,1180 +39031,48,320 +39031,51,69 +39031,52,217 +39031,53,48 +39031,54,13 +39031,55,0 +39031,56,292 +39031,61,1115 +39031,62,2076 +39031,71,120 +39031,72,693 +39031,81,238 +39031,92,368 +39033,11,0 +39033,21,0 +39033,22,0 +39033,23,495 +39033,31,2407 +39033,42,496 +39033,44,1323 +39033,48,81 +39033,51,116 +39033,52,612 +39033,53,75 +39033,54,0 +39033,55,0 +39033,56,550 +39033,61,1165 +39033,62,129 +39033,71,85 +39033,72,1217 +39033,81,407 +39033,92,454 +39035,11,548 +39035,21,475 +39035,22,2185 +39035,23,23220 +39035,31,67885 +39035,42,40722 +39035,44,60397 +39035,48,29512 +39035,51,15077 +39035,52,42329 +39035,53,13032 +39035,54,53439 +39035,55,24547 +39035,56,54724 +39035,61,67394 +39035,62,156652 +39035,71,15927 +39035,72,60055 +39035,81,22301 +39035,92,32753 +39037,11,0 +39037,21,0 +39037,22,68 +39037,23,930 +39037,31,4816 +39037,42,1005 +39037,44,1900 +39037,48,1295 +39037,51,129 +39037,52,630 +39037,53,117 +39037,54,423 +39037,55,14 +39037,56,506 +39037,61,1774 +39037,62,2648 +39037,71,218 +39037,72,1059 +39037,81,563 +39037,92,521 +39039,11,381 +39039,22,72 +39039,23,362 +39039,31,3080 +39039,42,0 +39039,44,2305 +39039,48,772 +39039,51,217 +39039,52,674 +39039,53,100 +39039,54,202 +39039,55,46 +39039,56,741 +39039,61,1259 +39039,62,403 +39039,71,120 +39039,72,1639 +39039,81,591 +39039,92,578 +39041,11,0 +39041,21,0 +39041,22,274 +39041,23,3689 +39041,31,6434 +39041,42,2876 +39041,44,12121 +39041,48,2754 +39041,51,835 +39041,52,6067 +39041,53,984 +39041,54,6454 +39041,55,10918 +39041,56,4632 +39041,61,1725 +39041,62,9306 +39041,71,3714 +39041,72,10641 +39041,81,3032 +39041,92,2275 +39043,11,0 +39043,21,0 +39043,22,132 +39043,23,1182 +39043,31,5856 +39043,42,1196 +39043,44,4703 +39043,48,136 +39043,51,580 +39043,52,668 +39043,53,254 +39043,54,576 +39043,55,243 +39043,56,904 +39043,61,3291 +39043,62,5717 +39043,71,3014 +39043,72,5753 +39043,81,836 +39043,92,1497 +39045,11,118 +39045,21,16 +39045,22,387 +39045,23,2740 +39045,31,4262 +39045,42,1085 +39045,44,6619 +39045,48,1108 +39045,51,412 +39045,52,782 +39045,53,472 +39045,54,1294 +39045,55,193 +39045,56,3302 +39045,61,5235 +39045,62,8473 +39045,71,485 +39045,72,6274 +39045,81,1557 +39045,92,1532 +39047,11,229 +39047,22,45 +39047,23,269 +39047,31,1773 +39047,42,0 +39047,44,2324 +39047,48,1407 +39047,51,39 +39047,52,181 +39047,53,50 +39047,54,0 +39047,55,0 +39047,56,417 +39047,61,927 +39047,62,540 +39047,71,103 +39047,72,1160 +39047,81,195 +39047,92,385 +39049,11,740 +39049,21,381 +39049,22,7052 +39049,23,29809 +39049,31,37565 +39049,42,34112 +39049,44,66658 +39049,48,56382 +39049,51,18507 +39049,52,54901 +39049,53,13149 +39049,54,54960 +39049,55,25344 +39049,56,59256 +39049,61,55466 +39049,62,128266 +39049,71,13235 +39049,72,64561 +39049,81,22730 +39049,92,42740 +39051,11,0 +39051,21,0 +39051,22,0 +39051,23,895 +39051,31,6471 +39051,42,1083 +39051,44,1599 +39051,48,89 +39051,51,119 +39051,52,319 +39051,53,108 +39051,54,0 +39051,55,0 +39051,56,481 +39051,61,2006 +39051,62,124 +39051,71,355 +39051,72,957 +39051,81,371 +39051,92,637 +39053,11,0 +39053,21,0 +39053,22,822 +39053,23,557 +39053,31,598 +39053,42,141 +39053,44,1433 +39053,48,345 +39053,51,48 +39053,52,369 +39053,53,45 +39053,54,108 +39053,55,0 +39053,56,0 +39053,61,1544 +39053,62,153 +39053,71,32 +39053,72,920 +39053,81,253 +39053,92,329 +39055,11,0 +39055,21,0 +39055,22,0 +39055,23,2351 +39055,31,7553 +39055,42,2435 +39055,44,4583 +39055,48,106 +39055,51,106 +39055,52,680 +39055,53,218 +39055,54,1329 +39055,55,320 +39055,56,2292 +39055,61,939 +39055,62,5348 +39055,71,512 +39055,72,2591 +39055,81,1374 +39055,92,1150 +39057,11,281 +39057,21,151 +39057,22,0 +39057,23,1664 +39057,31,2954 +39057,42,1368 +39057,44,10689 +39057,48,291 +39057,51,743 +39057,52,1290 +39057,53,629 +39057,54,11508 +39057,55,1205 +39057,56,1933 +39057,61,6884 +39057,62,8594 +39057,71,848 +39057,72,8946 +39057,81,1647 +39057,92,16992 +39059,11,68 +39059,21,709 +39059,22,87 +39059,23,719 +39059,31,2800 +39059,42,464 +39059,44,1555 +39059,48,776 +39059,51,81 +39059,52,402 +39059,53,76 +39059,54,385 +39059,55,12 +39059,56,291 +39059,61,1307 +39059,62,3261 +39059,71,57 +39059,72,1743 +39059,81,334 +39059,92,437 +39061,11,625 +39061,21,168 +39061,22,2087 +39061,23,23867 +39061,31,51060 +39061,42,25961 +39061,44,42374 +39061,48,17321 +39061,51,9380 +39061,52,32892 +39061,53,8205 +39061,54,44070 +39061,55,25621 +39061,56,35248 +39061,61,39176 +39061,62,99515 +39061,71,13638 +39061,72,46343 +39061,81,15441 +39061,92,13984 +39063,11,0 +39063,21,0 +39063,22,157 +39063,23,1170 +39063,31,11820 +39063,42,2302 +39063,44,4255 +39063,48,4440 +39063,51,375 +39063,52,601 +39063,53,371 +39063,54,1854 +39063,55,2330 +39063,56,2206 +39063,61,3655 +39063,62,6178 +39063,71,260 +39063,72,4336 +39063,81,1377 +39063,92,775 +39065,11,0 +39065,21,0 +39065,22,76 +39065,23,137 +39065,31,1768 +39065,42,215 +39065,44,866 +39065,48,248 +39065,51,33 +39065,52,237 +39065,53,38 +39065,54,154 +39065,56,149 +39065,61,899 +39065,62,237 +39065,71,61 +39065,72,732 +39065,81,0 +39065,92,343 +39067,11,0 +39067,21,0 +39067,22,0 +39067,23,209 +39067,31,433 +39067,42,0 +39067,44,290 +39067,48,43 +39067,51,37 +39067,52,62 +39067,53,111 +39067,54,3 +39067,55,0 +39067,56,93 +39067,61,387 +39067,62,529 +39067,71,0 +39067,72,0 +39067,81,151 +39067,92,252 +39069,11,0 +39069,21,0 +39069,22,35 +39069,23,706 +39069,31,3251 +39069,42,336 +39069,44,985 +39069,48,627 +39069,51,140 +39069,52,254 +39069,53,65 +39069,54,94 +39069,56,213 +39069,61,1582 +39069,62,1678 +39069,71,49 +39069,72,603 +39069,81,270 +39069,92,438 +39071,11,66 +39071,21,37 +39071,22,125 +39071,23,347 +39071,31,1808 +39071,42,300 +39071,44,1654 +39071,48,200 +39071,51,113 +39071,52,434 +39071,53,69 +39071,54,107 +39071,55,56 +39071,56,448 +39071,61,1690 +39071,62,2013 +39071,71,79 +39071,72,930 +39071,81,321 +39071,92,409 +39073,11,0 +39073,21,0 +39073,22,0 +39073,23,345 +39073,31,894 +39073,42,68 +39073,44,885 +39073,48,50 +39073,51,22 +39073,52,130 +39073,53,169 +39073,54,0 +39073,55,0 +39073,56,177 +39073,61,856 +39073,62,437 +39073,71,35 +39073,72,1198 +39073,81,220 +39073,92,477 +39075,11,308 +39075,21,75 +39075,22,204 +39075,23,2292 +39075,31,7307 +39075,42,1064 +39075,44,2488 +39075,48,910 +39075,51,90 +39075,52,412 +39075,53,69 +39075,54,389 +39075,55,34 +39075,56,316 +39075,61,825 +39075,62,532 +39075,71,116 +39075,72,1572 +39075,81,355 +39075,92,354 +39077,11,0 +39077,21,0 +39077,22,71 +39077,23,1748 +39077,31,5783 +39077,42,769 +39077,44,2079 +39077,48,1194 +39077,51,239 +39077,52,433 +39077,53,164 +39077,54,0 +39077,55,0 +39077,56,511 +39077,61,2033 +39077,62,2850 +39077,71,252 +39077,72,1780 +39077,81,708 +39077,92,637 +39079,11,69 +39079,21,28 +39079,22,68 +39079,23,428 +39079,31,2788 +39079,42,176 +39079,44,1449 +39079,48,254 +39079,51,92 +39079,52,249 +39079,53,77 +39079,54,0 +39079,55,0 +39079,56,529 +39079,61,1006 +39079,62,147 +39079,71,28 +39079,72,941 +39079,81,211 +39079,92,461 +39081,11,0 +39081,21,0 +39081,22,1030 +39081,23,60 +39081,31,1639 +39081,42,569 +39081,44,2711 +39081,48,1643 +39081,51,299 +39081,52,357 +39081,53,250 +39081,54,21 +39081,55,0 +39081,56,1059 +39081,61,2718 +39081,62,241 +39081,71,241 +39081,72,1795 +39081,81,559 +39081,92,1033 +39083,11,147 +39083,21,98 +39083,22,70 +39083,23,1136 +39083,31,4480 +39083,42,564 +39083,44,2093 +39083,48,391 +39083,51,141 +39083,52,432 +39083,53,157 +39083,54,394 +39083,55,107 +39083,56,1032 +39083,61,3576 +39083,62,3448 +39083,71,113 +39083,72,1832 +39083,81,571 +39083,92,595 +39085,11,1265 +39085,21,198 +39085,22,1416 +39085,23,4454 +39085,31,22026 +39085,42,4117 +39085,44,12406 +39085,48,1779 +39085,51,1160 +39085,52,1641 +39085,53,945 +39085,54,3666 +39085,55,1330 +39085,56,6435 +39085,61,9357 +39085,62,13648 +39085,71,1527 +39085,72,10362 +39085,81,2904 +39085,92,3708 +39087,21,0 +39087,22,177 +39087,23,0 +39087,31,973 +39087,42,273 +39087,44,1785 +39087,48,823 +39087,51,77 +39087,52,276 +39087,53,166 +39087,54,263 +39087,55,84 +39087,56,538 +39087,61,2269 +39087,62,3384 +39087,71,38 +39087,72,1241 +39087,81,307 +39087,92,426 +39089,11,1571 +39089,21,69 +39089,22,512 +39089,23,3064 +39089,31,7637 +39089,42,1837 +39089,44,7652 +39089,48,9205 +39089,51,365 +39089,52,2415 +39089,53,438 +39089,54,2668 +39089,55,1434 +39089,56,3200 +39089,61,7500 +39089,62,7747 +39089,71,716 +39089,72,5568 +39089,81,2383 +39089,92,2000 +39091,11,0 +39091,21,0 +39091,22,82 +39091,23,609 +39091,31,5281 +39091,42,276 +39091,44,1691 +39091,48,2806 +39091,51,81 +39091,52,331 +39091,53,199 +39091,54,0 +39091,55,0 +39091,56,1213 +39091,61,1569 +39091,62,2289 +39091,71,314 +39091,72,1482 +39091,81,496 +39091,92,525 +39093,11,1620 +39093,21,21 +39093,22,362 +39093,23,4620 +39093,31,16609 +39093,42,3948 +39093,44,12751 +39093,48,2957 +39093,51,1086 +39093,52,1599 +39093,53,836 +39093,54,2685 +39093,55,1253 +39093,56,6811 +39093,61,14032 +39093,62,16320 +39093,71,1432 +39093,72,9579 +39093,81,2909 +39093,92,5166 +39095,11,484 +39095,21,167 +39095,22,576 +39095,23,9699 +39095,31,26617 +39095,42,8086 +39095,44,22776 +39095,48,7460 +39095,51,2168 +39095,52,5844 +39095,53,2433 +39095,54,9303 +39095,55,6148 +39095,56,15738 +39095,61,17499 +39095,62,42346 +39095,71,4466 +39095,72,20427 +39095,81,6426 +39095,92,7425 +39097,11,409 +39097,22,0 +39097,23,626 +39097,31,4242 +39097,42,386 +39097,44,1831 +39097,48,3607 +39097,51,78 +39097,52,170 +39097,53,84 +39097,54,657 +39097,56,1055 +39097,61,1291 +39097,62,203 +39097,71,46 +39097,72,1138 +39097,81,180 +39097,92,515 +39099,11,325 +39099,21,145 +39099,22,520 +39099,23,5020 +39099,31,9383 +39099,42,5109 +39099,44,12071 +39099,48,4003 +39099,51,1281 +39099,52,1923 +39099,53,1021 +39099,54,3063 +39099,55,1329 +39099,56,6961 +39099,61,7818 +39099,62,22471 +39099,71,1628 +39099,72,10627 +39099,81,3082 +39099,92,4178 +39101,11,0 +39101,21,0 +39101,22,139 +39101,23,594 +39101,31,6218 +39101,42,795 +39101,44,2696 +39101,48,1062 +39101,51,237 +39101,52,348 +39101,53,386 +39101,54,280 +39101,55,118 +39101,56,1821 +39101,61,2763 +39101,62,4588 +39101,71,126 +39101,72,1929 +39101,81,644 +39101,92,745 +39103,11,358 +39103,21,19 +39103,22,90 +39103,23,4119 +39103,31,9289 +39103,42,4017 +39103,44,8366 +39103,48,3335 +39103,51,678 +39103,52,1345 +39103,53,631 +39103,54,2387 +39103,55,2911 +39103,56,3215 +39103,61,5830 +39103,62,7800 +39103,71,971 +39103,72,6134 +39103,81,1909 +39103,92,1809 +39105,11,0 +39105,21,0 +39105,22,48 +39105,23,252 +39105,31,150 +39105,42,50 +39105,44,604 +39105,48,98 +39105,51,15 +39105,52,134 +39105,53,61 +39105,54,18 +39105,55,0 +39105,56,101 +39105,61,720 +39105,62,124 +39105,71,0 +39105,72,0 +39105,81,86 +39105,92,332 +39107,11,0 +39107,21,0 +39107,22,41 +39107,23,1133 +39107,31,6653 +39107,42,0 +39107,44,2055 +39107,48,1389 +39107,51,224 +39107,52,641 +39107,53,60 +39107,54,364 +39107,55,0 +39107,56,0 +39107,61,1710 +39107,62,2408 +39107,71,101 +39107,72,1297 +39107,81,758 +39107,92,459 +39109,11,216 +39109,21,73 +39109,22,0 +39109,23,1826 +39109,31,10883 +39109,42,0 +39109,44,4497 +39109,48,2489 +39109,51,260 +39109,52,721 +39109,53,284 +39109,54,38 +39109,55,0 +39109,56,2411 +39109,61,302 +39109,62,4706 +39109,71,385 +39109,72,3773 +39109,81,1294 +39109,92,1244 +39111,11,39 +39111,21,151 +39111,22,70 +39111,23,270 +39111,31,41 +39111,42,42 +39111,44,335 +39111,48,301 +39111,51,18 +39111,52,109 +39111,53,25 +39111,54,76 +39111,56,95 +39111,61,489 +39111,62,133 +39111,71,13 +39111,72,236 +39111,81,124 +39111,92,297 +39113,11,425 +39113,21,115 +39113,22,1093 +39113,23,10039 +39113,31,29855 +39113,42,11146 +39113,44,23653 +39113,48,10796 +39113,51,8171 +39113,52,11744 +39113,53,3225 +39113,54,14913 +39113,55,3636 +39113,56,17005 +39113,61,26668 +39113,62,59582 +39113,71,4284 +39113,72,22927 +39113,81,7184 +39113,92,7447 +39115,11,0 +39115,21,0 +39115,22,30 +39115,23,92 +39115,31,448 +39115,42,0 +39115,44,290 +39115,48,29 +39115,51,29 +39115,52,92 +39115,53,9 +39115,54,29 +39115,56,51 +39115,61,0 +39115,62,425 +39115,71,0 +39115,72,0 +39115,81,27 +39115,92,235 +39117,11,99 +39117,21,15 +39117,22,0 +39117,23,376 +39117,31,898 +39117,42,93 +39117,44,650 +39117,48,45 +39117,51,60 +39117,52,76 +39117,53,57 +39117,54,0 +39117,55,0 +39117,56,224 +39117,61,949 +39117,62,350 +39117,71,121 +39117,72,439 +39117,81,96 +39117,92,352 +39119,11,34 +39119,21,452 +39119,22,363 +39119,23,1173 +39119,31,2848 +39119,42,966 +39119,44,5060 +39119,48,2181 +39119,51,757 +39119,52,772 +39119,53,238 +39119,54,794 +39119,55,140 +39119,56,1287 +39119,61,4511 +39119,62,7625 +39119,71,321 +39119,72,3572 +39119,81,1316 +39119,92,988 +39121,21,96 +39121,22,0 +39121,23,125 +39121,31,250 +39121,42,0 +39121,44,282 +39121,48,191 +39121,51,19 +39121,52,90 +39121,53,8 +39121,54,157 +39121,55,0 +39121,56,0 +39121,61,0 +39121,62,378 +39121,71,0 +39121,72,0 +39121,81,71 +39121,92,119 +39123,11,159 +39123,21,125 +39123,22,0 +39123,23,604 +39123,31,2072 +39123,42,0 +39123,44,1469 +39123,48,503 +39123,51,92 +39123,52,299 +39123,53,133 +39123,54,196 +39123,55,65 +39123,56,285 +39123,61,1161 +39123,62,275 +39123,71,667 +39123,72,2218 +39123,81,350 +39123,92,1002 +39125,11,0 +39125,21,0 +39125,22,0 +39125,23,81 +39125,31,1179 +39125,42,0 +39125,44,388 +39125,48,315 +39125,51,27 +39125,52,98 +39125,53,26 +39125,54,82 +39125,55,0 +39125,56,0 +39125,61,0 +39125,62,0 +39125,71,12 +39125,72,242 +39125,81,76 +39125,92,292 +39127,11,25 +39127,21,313 +39127,22,41 +39127,23,386 +39127,31,990 +39127,42,310 +39127,44,749 +39127,48,115 +39127,51,13 +39127,52,152 +39127,53,16 +39127,54,102 +39127,55,106 +39127,56,398 +39127,61,1041 +39127,62,179 +39127,71,29 +39127,72,491 +39127,81,168 +39127,92,405 +39129,11,307 +39129,21,29 +39129,22,71 +39129,23,1048 +39129,31,1986 +39129,42,0 +39129,44,1524 +39129,48,506 +39129,51,30 +39129,52,289 +39129,53,117 +39129,54,208 +39129,55,71 +39129,56,631 +39129,61,1779 +39129,62,580 +39129,71,74 +39129,72,1280 +39129,81,324 +39129,92,2039 +39131,11,0 +39131,21,0 +39131,22,0 +39131,23,377 +39131,31,811 +39131,42,0 +39131,44,1030 +39131,48,676 +39131,51,43 +39131,52,233 +39131,53,49 +39131,54,0 +39131,55,0 +39131,56,2312 +39131,61,1067 +39131,62,90 +39131,71,0 +39131,72,0 +39131,81,170 +39131,92,328 +39133,11,298 +39133,21,366 +39133,22,0 +39133,23,2164 +39133,31,10649 +39133,42,3599 +39133,44,6560 +39133,48,253 +39133,51,649 +39133,52,699 +39133,53,486 +39133,54,2088 +39133,55,799 +39133,56,1376 +39133,61,4738 +39133,62,6477 +39133,71,528 +39133,72,6397 +39133,81,1564 +39133,92,1989 +39135,11,0 +39135,21,0 +39135,22,33 +39135,23,412 +39135,31,3387 +39135,42,0 +39135,44,1221 +39135,48,461 +39135,51,18 +39135,52,222 +39135,53,61 +39135,54,0 +39135,55,0 +39135,56,220 +39135,61,1381 +39135,62,1285 +39135,71,36 +39135,72,953 +39135,81,325 +39135,92,486 +39137,11,0 +39137,21,0 +39137,22,0 +39137,23,927 +39137,31,3561 +39137,42,505 +39137,44,1157 +39137,48,59 +39137,51,55 +39137,52,315 +39137,53,35 +39137,54,261 +39137,56,437 +39137,61,1444 +39137,62,1557 +39137,71,107 +39137,72,874 +39137,81,453 +39137,92,364 +39139,11,0 +39139,21,0 +39139,22,0 +39139,23,2146 +39139,31,9923 +39139,42,1885 +39139,44,6580 +39139,48,234 +39139,51,520 +39139,52,1079 +39139,53,302 +39139,54,951 +39139,55,81 +39139,56,3907 +39139,61,4948 +39139,62,8543 +39139,71,592 +39139,72,4923 +39139,81,1423 +39139,92,1747 +39141,11,163 +39141,21,29 +39141,22,294 +39141,23,859 +39141,31,4476 +39141,42,667 +39141,44,3808 +39141,48,1054 +39141,51,287 +39141,52,540 +39141,53,161 +39141,54,359 +39141,55,223 +39141,56,1100 +39141,61,2695 +39141,62,8117 +39141,71,187 +39141,72,3247 +39141,81,565 +39141,92,837 +39143,11,0 +39143,21,0 +39143,22,70 +39143,23,970 +39143,31,9289 +39143,42,664 +39143,44,2541 +39143,48,864 +39143,51,133 +39143,52,539 +39143,53,329 +39143,54,407 +39143,55,250 +39143,56,805 +39143,61,0 +39143,62,0 +39143,71,349 +39143,72,2172 +39143,81,686 +39143,92,655 +39145,11,0 +39145,21,0 +39145,22,158 +39145,23,543 +39145,31,1536 +39145,42,444 +39145,44,2988 +39145,48,657 +39145,51,156 +39145,52,424 +39145,53,246 +39145,54,581 +39145,55,97 +39145,56,496 +39145,61,3066 +39145,62,7905 +39145,71,50 +39145,72,2528 +39145,81,492 +39145,92,1015 +39147,11,113 +39147,21,168 +39147,22,222 +39147,23,1052 +39147,31,4429 +39147,42,809 +39147,44,2173 +39147,48,669 +39147,51,279 +39147,52,438 +39147,53,64 +39147,54,0 +39147,55,0 +39147,56,540 +39147,61,3180 +39147,62,2814 +39147,71,114 +39147,72,2178 +39147,81,601 +39147,92,551 +39149,11,271 +39149,22,0 +39149,23,1753 +39149,31,12776 +39149,42,1444 +39149,44,1920 +39149,48,70 +39149,51,103 +39149,52,337 +39149,53,96 +39149,54,0 +39149,55,0 +39149,56,1525 +39149,61,1743 +39149,62,2276 +39149,71,101 +39149,72,1380 +39149,81,779 +39149,92,726 +39151,11,437 +39151,21,452 +39151,22,936 +39151,23,7945 +39151,31,25536 +39151,42,6372 +39151,44,19344 +39151,48,4385 +39151,51,2073 +39151,52,5630 +39151,53,1467 +39151,54,5635 +39151,55,1738 +39151,56,9383 +39151,61,17588 +39151,62,31670 +39151,71,2259 +39151,72,16597 +39151,81,5929 +39151,92,3786 +39153,11,126 +39153,21,151 +39153,22,1558 +39153,23,12569 +39153,31,29158 +39153,42,15661 +39153,44,29442 +39153,48,12192 +39153,51,5509 +39153,52,10588 +39153,53,2977 +39153,54,15719 +39153,55,14308 +39153,56,17583 +39153,61,19867 +39153,62,50163 +39153,71,4564 +39153,72,23239 +39153,81,8282 +39153,92,8073 +39155,11,181 +39155,21,94 +39155,22,214 +39155,23,2812 +39155,31,8151 +39155,42,2523 +39155,44,10276 +39155,48,2744 +39155,51,655 +39155,52,1415 +39155,53,903 +39155,54,1626 +39155,55,638 +39155,56,4300 +39155,61,612 +39155,62,11107 +39155,71,783 +39155,72,6984 +39155,81,2179 +39155,92,2955 +39157,11,264 +39157,21,1054 +39157,22,364 +39157,23,1758 +39157,31,7773 +39157,42,1360 +39157,44,4397 +39157,48,1148 +39157,51,359 +39157,52,777 +39157,53,345 +39157,54,1114 +39157,55,202 +39157,56,2005 +39157,61,3650 +39157,62,5922 +39157,71,458 +39157,72,3741 +39157,81,1115 +39157,92,1144 +39159,11,0 +39159,21,0 +39159,22,142 +39159,23,1111 +39159,31,8798 +39159,42,1264 +39159,44,2811 +39159,48,1359 +39159,51,132 +39159,52,435 +39159,53,177 +39159,54,0 +39159,55,0 +39159,56,5864 +39159,61,1962 +39159,62,2540 +39159,71,157 +39159,72,1659 +39159,81,790 +39159,92,655 +39161,11,0 +39161,21,0 +39161,22,89 +39161,23,430 +39161,31,3010 +39161,42,1143 +39161,44,1168 +39161,48,321 +39161,51,34 +39161,52,660 +39161,53,39 +39161,54,0 +39161,55,0 +39161,56,483 +39161,61,1238 +39161,62,1888 +39161,71,102 +39161,72,778 +39161,81,407 +39161,92,421 +39163,11,0 +39163,21,0 +39163,22,0 +39163,23,50 +39163,31,443 +39163,42,0 +39163,44,207 +39163,48,160 +39163,51,0 +39163,52,92 +39163,53,5 +39163,54,0 +39163,55,0 +39163,56,36 +39163,61,412 +39163,62,571 +39163,71,0 +39163,72,0 +39163,81,0 +39163,92,102 +39165,11,372 +39165,21,39 +39165,22,156 +39165,23,4196 +39165,31,12914 +39165,42,5013 +39165,44,11435 +39165,48,3063 +39165,51,676 +39165,52,4681 +39165,53,1058 +39165,54,5068 +39165,55,7000 +39165,56,5494 +39165,61,1937 +39165,62,11461 +39165,71,4679 +39165,72,9643 +39165,81,3079 +39165,92,2161 +39167,11,55 +39167,21,601 +39167,22,351 +39167,23,1828 +39167,31,3684 +39167,42,945 +39167,44,2908 +39167,48,1201 +39167,51,63 +39167,52,866 +39167,53,324 +39167,54,902 +39167,55,401 +39167,56,812 +39167,61,2666 +39167,62,5715 +39167,71,150 +39167,72,2351 +39167,81,585 +39167,92,831 +39169,11,1133 +39169,21,1508 +39169,22,324 +39169,23,2397 +39169,31,14848 +39169,42,2296 +39169,44,4868 +39169,48,1478 +39169,51,233 +39169,52,1258 +39169,53,272 +39169,54,1029 +39169,55,773 +39169,56,898 +39169,61,5805 +39169,62,7034 +39169,71,449 +39169,72,3211 +39169,81,1310 +39169,92,1230 +39171,11,0 +39171,21,0 +39171,22,79 +39171,23,440 +39171,31,7008 +39171,42,863 +39171,44,2335 +39171,48,82 +39171,51,170 +39171,52,256 +39171,53,69 +39171,54,0 +39171,55,0 +39171,56,406 +39171,61,1280 +39171,62,288 +39171,71,21 +39171,72,1057 +39171,81,529 +39171,92,591 +39173,11,691 +39173,21,80 +39173,22,330 +39173,23,4587 +39173,31,14199 +39173,42,3659 +39173,44,6192 +39173,48,6471 +39173,51,1209 +39173,52,1032 +39173,53,776 +39173,54,1793 +39173,55,857 +39173,56,2937 +39173,61,6408 +39173,62,6856 +39173,71,517 +39173,72,7011 +39173,81,2281 +39173,92,2293 +39175,11,363 +39175,21,172 +39175,22,0 +39175,23,835 +39175,31,3744 +39175,42,310 +39175,44,828 +39175,48,46 +39175,51,96 +39175,52,204 +39175,53,12 +39175,54,0 +39175,55,0 +39175,56,300 +39175,61,663 +39175,62,594 +39175,71,12 +39175,72,555 +39175,81,304 +39175,92,319 +40001,11,126 +40001,22,53 +40001,23,82 +40001,31,984 +40001,42,96 +40001,44,826 +40001,48,36 +40001,51,19 +40001,52,121 +40001,53,9 +40001,54,0 +40001,55,0 +40001,56,198 +40001,61,0 +40001,62,0 +40001,72,296 +40001,81,116 +40001,92,236 +40003,11,22 +40003,21,76 +40003,22,0 +40003,23,95 +40003,31,39 +40003,42,157 +40003,44,113 +40003,48,17 +40003,51,0 +40003,52,0 +40003,53,0 +40003,54,28 +40003,55,0 +40003,56,0 +40003,61,425 +40003,62,76 +40003,72,86 +40003,81,0 +40003,92,344 +40005,11,23 +40005,21,158 +40005,22,21 +40005,23,84 +40005,31,119 +40005,42,0 +40005,44,467 +40005,48,150 +40005,51,24 +40005,52,156 +40005,53,18 +40005,54,0 +40005,55,0 +40005,56,81 +40005,61,0 +40005,62,0 +40005,71,12 +40005,72,464 +40005,81,67 +40005,92,207 +40007,11,0 +40007,21,216 +40007,22,0 +40007,23,412 +40007,31,0 +40007,42,0 +40007,44,97 +40007,48,120 +40007,51,0 +40007,52,0 +40007,53,0 +40007,54,0 +40007,56,0 +40007,61,0 +40007,62,0 +40007,71,0 +40007,72,0 +40007,81,39 +40007,92,99 +40009,11,50 +40009,21,2022 +40009,22,185 +40009,23,711 +40009,31,277 +40009,42,425 +40009,44,1450 +40009,48,523 +40009,51,73 +40009,52,296 +40009,53,235 +40009,54,242 +40009,55,0 +40009,56,0 +40009,61,1077 +40009,62,0 +40009,71,28 +40009,72,862 +40009,81,138 +40009,92,321 +40011,11,51 +40011,21,310 +40011,22,9 +40011,23,243 +40011,31,556 +40011,42,0 +40011,44,311 +40011,48,26 +40011,51,49 +40011,52,0 +40011,53,0 +40011,54,64 +40011,56,53 +40011,61,0 +40011,62,257 +40011,71,0 +40011,72,0 +40011,81,63 +40011,92,310 +40013,11,172 +40013,21,20 +40013,22,78 +40013,23,460 +40013,31,1786 +40013,42,712 +40013,44,2129 +40013,48,625 +40013,51,155 +40013,52,364 +40013,53,91 +40013,54,555 +40013,55,409 +40013,56,394 +40013,61,28 +40013,62,2146 +40013,71,45 +40013,72,1567 +40013,81,173 +40013,92,3869 +40015,11,229 +40015,21,272 +40015,22,510 +40015,23,554 +40015,31,97 +40015,42,206 +40015,44,797 +40015,48,97 +40015,51,87 +40015,52,229 +40015,53,30 +40015,54,362 +40015,56,373 +40015,61,1745 +40015,62,0 +40015,71,0 +40015,72,0 +40015,81,96 +40015,92,1417 +40017,11,139 +40017,21,3895 +40017,22,220 +40017,23,2464 +40017,31,4097 +40017,42,1362 +40017,44,4572 +40017,48,1536 +40017,51,163 +40017,52,837 +40017,53,440 +40017,54,1618 +40017,55,56 +40017,56,1691 +40017,61,368 +40017,62,3779 +40017,71,1080 +40017,72,4240 +40017,81,988 +40017,92,2049 +40019,11,103 +40019,21,1089 +40019,22,198 +40019,23,1444 +40019,31,3128 +40019,42,949 +40019,44,2890 +40019,48,1870 +40019,51,209 +40019,52,675 +40019,53,258 +40019,54,985 +40019,55,29 +40019,56,988 +40019,61,290 +40019,62,3731 +40019,71,237 +40019,72,2530 +40019,81,636 +40019,92,1086 +40021,11,0 +40021,21,0 +40021,22,349 +40021,23,272 +40021,31,257 +40021,42,86 +40021,44,1653 +40021,48,74 +40021,51,65 +40021,52,347 +40021,53,259 +40021,54,173 +40021,55,127 +40021,56,205 +40021,61,2491 +40021,62,2966 +40021,71,160 +40021,72,1403 +40021,81,299 +40021,92,4627 +40023,11,50 +40023,21,78 +40023,22,212 +40023,23,152 +40023,31,165 +40023,42,87 +40023,44,467 +40023,48,252 +40023,51,32 +40023,52,133 +40023,53,14 +40023,54,160 +40023,56,67 +40023,61,0 +40023,62,0 +40023,71,17 +40023,72,293 +40023,81,231 +40023,92,156 +40025,11,0 +40025,21,0 +40025,22,0 +40025,23,7 +40025,42,0 +40025,44,168 +40025,48,6 +40025,51,0 +40025,52,0 +40025,53,0 +40025,54,0 +40025,56,0 +40025,61,0 +40025,62,9 +40025,72,56 +40025,81,0 +40025,92,76 +40027,11,133 +40027,21,380 +40027,22,600 +40027,23,5229 +40027,31,3555 +40027,42,1974 +40027,44,11608 +40027,48,3288 +40027,51,979 +40027,52,2465 +40027,53,1325 +40027,54,4598 +40027,55,432 +40027,56,4338 +40027,61,1984 +40027,62,10038 +40027,71,3755 +40027,72,13062 +40027,81,2171 +40027,92,1813 +40029,11,44 +40029,21,135 +40029,22,0 +40029,23,166 +40029,31,71 +40029,42,0 +40029,44,140 +40029,48,30 +40029,52,61 +40029,54,12 +40029,55,0 +40029,56,0 +40029,61,415 +40029,62,299 +40029,72,86 +40029,81,12 +40029,92,136 +40031,11,0 +40031,21,0 +40031,22,418 +40031,23,1578 +40031,31,3660 +40031,42,430 +40031,44,5664 +40031,48,1069 +40031,51,993 +40031,52,1503 +40031,53,665 +40031,54,2149 +40031,55,342 +40031,56,2939 +40031,61,768 +40031,62,4948 +40031,71,1705 +40031,72,5092 +40031,81,643 +40031,92,4473 +40033,11,0 +40033,21,0 +40033,22,0 +40033,23,95 +40033,31,18 +40033,42,0 +40033,44,115 +40033,48,14 +40033,51,0 +40033,52,42 +40033,54,23 +40033,55,0 +40033,56,0 +40033,61,358 +40033,62,80 +40033,71,0 +40033,72,61 +40033,81,0 +40033,92,121 +40035,11,0 +40035,21,0 +40035,22,258 +40035,23,107 +40035,31,221 +40035,42,230 +40035,44,680 +40035,48,237 +40035,51,69 +40035,52,201 +40035,53,9 +40035,54,0 +40035,55,0 +40035,56,201 +40035,61,0 +40035,62,1157 +40035,71,0 +40035,72,0 +40035,81,122 +40035,92,576 +40037,11,27 +40037,21,443 +40037,22,62 +40037,23,2186 +40037,31,4116 +40037,42,778 +40037,44,1986 +40037,48,981 +40037,51,124 +40037,52,491 +40037,53,197 +40037,54,0 +40037,55,0 +40037,56,573 +40037,61,237 +40037,62,3051 +40037,71,219 +40037,72,1314 +40037,81,332 +40037,92,1048 +40039,11,66 +40039,21,1291 +40039,22,274 +40039,23,655 +40039,31,808 +40039,42,1352 +40039,44,1655 +40039,48,412 +40039,51,166 +40039,52,416 +40039,53,255 +40039,54,0 +40039,55,0 +40039,56,365 +40039,61,8 +40039,62,1570 +40039,71,480 +40039,72,1242 +40039,81,297 +40039,92,652 +40041,11,111 +40041,21,3 +40041,22,64 +40041,23,468 +40041,31,485 +40041,42,80 +40041,44,1416 +40041,48,182 +40041,51,48 +40041,52,283 +40041,53,69 +40041,54,0 +40041,55,0 +40041,56,501 +40041,61,0 +40041,62,19 +40041,71,2204 +40041,72,1009 +40041,81,288 +40041,92,345 +40043,11,22 +40043,21,405 +40043,22,0 +40043,23,86 +40043,31,71 +40043,42,0 +40043,44,174 +40043,48,152 +40043,51,0 +40043,52,0 +40043,53,0 +40043,54,70 +40043,55,0 +40043,56,0 +40043,61,0 +40043,62,0 +40043,71,0 +40043,72,0 +40043,81,0 +40043,92,98 +40045,11,61 +40045,21,19 +40045,22,0 +40045,23,0 +40045,31,0 +40045,42,0 +40045,44,94 +40045,48,239 +40045,51,0 +40045,52,0 +40045,53,0 +40045,54,0 +40045,55,0 +40045,56,106 +40045,61,0 +40045,62,0 +40045,71,0 +40045,72,0 +40045,81,0 +40045,92,21 +40047,11,191 +40047,21,1268 +40047,22,148 +40047,23,1083 +40047,31,2724 +40047,42,1054 +40047,44,3284 +40047,48,1080 +40047,51,217 +40047,52,807 +40047,53,302 +40047,54,2 +40047,55,0 +40047,56,1428 +40047,61,3919 +40047,62,4498 +40047,71,526 +40047,72,2260 +40047,81,604 +40047,92,1354 +40049,11,86 +40049,21,846 +40049,22,234 +40049,23,728 +40049,31,1108 +40049,42,306 +40049,44,1263 +40049,48,1721 +40049,51,28 +40049,52,262 +40049,53,103 +40049,54,292 +40049,55,72 +40049,56,243 +40049,61,1539 +40049,62,0 +40049,71,0 +40049,72,0 +40049,81,142 +40049,92,442 +40051,11,478 +40051,21,956 +40051,22,47 +40051,23,1206 +40051,31,1481 +40051,42,818 +40051,44,1474 +40051,48,406 +40051,51,62 +40051,52,444 +40051,53,243 +40051,54,356 +40051,55,0 +40051,56,0 +40051,61,34 +40051,62,1622 +40051,71,121 +40051,72,1312 +40051,81,382 +40051,92,658 +40053,11,57 +40053,21,340 +40053,22,0 +40053,23,127 +40053,31,15 +40053,42,112 +40053,44,90 +40053,48,65 +40053,51,0 +40053,52,0 +40053,53,0 +40053,54,16 +40053,56,10 +40053,61,309 +40053,62,174 +40053,71,0 +40053,72,15 +40053,81,20 +40053,92,137 +40055,22,0 +40055,23,0 +40055,31,0 +40055,42,0 +40055,44,134 +40055,48,19 +40055,51,0 +40055,52,0 +40055,53,0 +40055,54,0 +40055,56,0 +40055,61,0 +40055,62,143 +40055,71,0 +40055,72,59 +40055,81,0 +40055,92,77 +40057,11,87 +40057,22,0 +40057,23,0 +40057,31,0 +40057,42,0 +40057,44,61 +40057,48,7 +40057,51,0 +40057,52,0 +40057,53,0 +40057,54,5 +40057,55,0 +40057,56,0 +40057,61,0 +40057,62,55 +40057,71,0 +40057,81,0 +40057,92,35 +40059,11,311 +40059,21,47 +40059,22,0 +40059,23,0 +40059,31,0 +40059,42,0 +40059,44,100 +40059,48,44 +40059,51,0 +40059,52,0 +40059,53,0 +40059,54,0 +40059,56,0 +40059,61,0 +40059,62,82 +40059,71,0 +40059,72,0 +40059,81,0 +40059,92,170 +40061,11,68 +40061,21,202 +40061,22,0 +40061,23,111 +40061,31,109 +40061,42,0 +40061,44,380 +40061,48,133 +40061,51,0 +40061,52,57 +40061,53,16 +40061,54,92 +40061,56,37 +40061,61,689 +40061,62,0 +40061,71,0 +40061,72,0 +40061,81,0 +40061,92,127 +40063,11,187 +40063,21,152 +40063,22,12 +40063,23,50 +40063,31,166 +40063,42,0 +40063,44,369 +40063,48,111 +40063,51,33 +40063,52,92 +40063,53,4 +40063,54,49 +40063,55,0 +40063,56,0 +40063,61,724 +40063,62,246 +40063,71,0 +40063,72,0 +40063,81,24 +40063,92,225 +40065,11,288 +40065,21,13 +40065,22,82 +40065,23,147 +40065,31,860 +40065,42,210 +40065,44,1211 +40065,48,263 +40065,51,72 +40065,52,284 +40065,53,95 +40065,54,7 +40065,55,0 +40065,56,244 +40065,61,2023 +40065,62,1736 +40065,71,83 +40065,72,1414 +40065,81,151 +40065,92,1678 +40067,11,48 +40067,21,14 +40067,22,0 +40067,23,27 +40067,31,8 +40067,42,0 +40067,44,173 +40067,48,51 +40067,51,0 +40067,52,0 +40067,53,0 +40067,54,30 +40067,56,73 +40067,61,0 +40067,62,0 +40067,71,0 +40067,72,70 +40067,81,0 +40067,92,120 +40069,11,26 +40069,21,198 +40069,22,25 +40069,23,75 +40069,31,548 +40069,42,45 +40069,44,229 +40069,48,19 +40069,51,0 +40069,52,0 +40069,53,0 +40069,54,18 +40069,55,0 +40069,56,0 +40069,61,0 +40069,62,924 +40069,72,170 +40069,81,0 +40069,92,232 +40071,11,61 +40071,21,332 +40071,22,101 +40071,23,1133 +40071,31,2173 +40071,42,429 +40071,44,2081 +40071,48,645 +40071,51,172 +40071,52,390 +40071,53,114 +40071,54,12 +40071,55,0 +40071,56,944 +40071,61,27 +40071,62,2600 +40071,71,139 +40071,72,1651 +40071,81,336 +40071,92,1366 +40073,11,309 +40073,21,1159 +40073,22,33 +40073,23,681 +40073,31,583 +40073,42,0 +40073,44,759 +40073,48,457 +40073,51,0 +40073,52,197 +40073,53,122 +40073,54,173 +40073,55,0 +40073,56,0 +40073,61,1329 +40073,62,613 +40073,71,0 +40073,72,0 +40073,81,0 +40073,92,245 +40075,11,119 +40075,21,97 +40075,22,81 +40075,23,50 +40075,31,7 +40075,42,96 +40075,44,225 +40075,48,74 +40075,51,0 +40075,52,108 +40075,53,12 +40075,54,0 +40075,56,0 +40075,61,0 +40075,62,357 +40075,71,16 +40075,72,85 +40075,81,0 +40075,92,123 +40077,11,0 +40077,21,95 +40077,22,106 +40077,23,168 +40077,31,0 +40077,42,34 +40077,44,228 +40077,48,196 +40077,51,0 +40077,52,0 +40077,53,0 +40077,54,0 +40077,56,0 +40077,61,0 +40077,62,226 +40077,71,0 +40077,72,0 +40077,81,0 +40077,92,101 +40079,11,120 +40079,21,524 +40079,22,122 +40079,23,372 +40079,31,1106 +40079,42,179 +40079,44,1459 +40079,48,349 +40079,51,108 +40079,52,432 +40079,53,30 +40079,54,16 +40079,55,0 +40079,56,650 +40079,61,2597 +40079,62,365 +40079,71,33 +40079,72,765 +40079,81,177 +40079,92,2401 +40081,11,29 +40081,21,302 +40081,22,0 +40081,23,722 +40081,31,547 +40081,42,186 +40081,44,909 +40081,48,486 +40081,51,66 +40081,52,524 +40081,53,29 +40081,54,180 +40081,55,0 +40081,56,0 +40081,61,0 +40081,62,0 +40081,71,27 +40081,72,595 +40081,81,85 +40081,92,551 +40083,11,146 +40083,21,191 +40083,22,35 +40083,23,750 +40083,31,376 +40083,42,233 +40083,44,1074 +40083,48,58 +40083,51,9 +40083,52,217 +40083,53,105 +40083,54,256 +40083,55,7 +40083,56,394 +40083,61,1298 +40083,62,1383 +40083,71,365 +40083,72,878 +40083,81,172 +40083,92,279 +40085,11,39 +40085,21,52 +40085,22,0 +40085,23,39 +40085,31,107 +40085,42,16 +40085,44,197 +40085,48,15 +40085,51,0 +40085,52,49 +40085,53,6 +40085,54,76 +40085,56,24 +40085,61,438 +40085,62,0 +40085,71,0 +40085,72,0 +40085,81,0 +40085,92,148 +40087,11,188 +40087,21,441 +40087,22,28 +40087,23,1349 +40087,31,421 +40087,42,192 +40087,44,1518 +40087,48,65 +40087,51,118 +40087,52,290 +40087,53,93 +40087,54,372 +40087,55,16 +40087,56,120 +40087,61,89 +40087,62,1166 +40087,71,79 +40087,72,1143 +40087,81,621 +40087,92,470 +40089,11,0 +40089,21,0 +40089,22,142 +40089,23,522 +40089,31,2881 +40089,42,156 +40089,44,1458 +40089,48,576 +40089,51,190 +40089,52,282 +40089,53,135 +40089,54,11 +40089,55,0 +40089,56,673 +40089,61,0 +40089,62,0 +40089,71,94 +40089,72,942 +40089,81,308 +40089,92,605 +40091,11,37 +40091,21,34 +40091,22,0 +40091,23,116 +40091,31,60 +40091,42,0 +40091,44,1076 +40091,48,80 +40091,51,0 +40091,52,166 +40091,53,7 +40091,54,0 +40091,55,0 +40091,56,112 +40091,61,0 +40091,62,780 +40091,71,115 +40091,72,663 +40091,81,0 +40091,92,259 +40093,11,0 +40093,21,0 +40093,22,0 +40093,23,179 +40093,31,153 +40093,42,0 +40093,44,319 +40093,48,155 +40093,51,0 +40093,52,84 +40093,53,7 +40093,54,56 +40093,55,0 +40093,56,0 +40093,61,0 +40093,62,318 +40093,72,81 +40093,81,0 +40093,92,148 +40095,11,32 +40095,21,20 +40095,22,13 +40095,23,105 +40095,31,1666 +40095,42,83 +40095,44,514 +40095,48,53 +40095,51,0 +40095,52,140 +40095,53,16 +40095,54,74 +40095,55,0 +40095,56,0 +40095,61,0 +40095,62,0 +40095,71,119 +40095,72,418 +40095,81,0 +40095,92,283 +40097,11,0 +40097,21,0 +40097,22,153 +40097,23,1175 +40097,31,2824 +40097,42,443 +40097,44,1778 +40097,48,224 +40097,51,279 +40097,52,328 +40097,53,21 +40097,54,0 +40097,55,0 +40097,56,560 +40097,61,0 +40097,62,0 +40097,71,108 +40097,72,1228 +40097,81,144 +40097,92,468 +40099,11,94 +40099,21,160 +40099,22,0 +40099,23,332 +40099,31,473 +40099,42,463 +40099,44,548 +40099,48,23 +40099,51,0 +40099,52,96 +40099,53,14 +40099,54,121 +40099,56,79 +40099,61,0 +40099,62,0 +40099,71,105 +40099,72,421 +40099,81,0 +40099,92,552 +40101,11,126 +40101,21,39 +40101,22,395 +40101,23,2137 +40101,31,3610 +40101,42,1204 +40101,44,3084 +40101,48,999 +40101,51,345 +40101,52,640 +40101,53,456 +40101,54,436 +40101,55,34 +40101,56,1757 +40101,61,580 +40101,62,6763 +40101,71,3109 +40101,72,2426 +40101,81,472 +40101,92,3511 +40103,11,21 +40103,21,98 +40103,22,0 +40103,23,187 +40103,31,1826 +40103,42,62 +40103,44,244 +40103,48,27 +40103,51,0 +40103,52,0 +40103,53,0 +40103,54,0 +40103,56,0 +40103,61,671 +40103,62,96 +40103,71,304 +40103,72,0 +40103,81,0 +40103,92,382 +40105,11,22 +40105,21,19 +40105,22,5 +40105,23,74 +40105,31,213 +40105,42,99 +40105,44,172 +40105,48,22 +40105,51,0 +40105,52,0 +40105,53,0 +40105,54,0 +40105,56,27 +40105,61,490 +40105,62,426 +40105,71,0 +40105,72,0 +40105,81,82 +40105,92,154 +40107,11,55 +40107,21,239 +40107,22,0 +40107,23,96 +40107,31,175 +40107,42,31 +40107,44,211 +40107,48,23 +40107,51,0 +40107,52,51 +40107,53,25 +40107,54,0 +40107,56,0 +40107,61,0 +40107,62,0 +40107,71,0 +40107,72,0 +40107,81,0 +40107,92,395 +40109,11,342 +40109,21,13663 +40109,22,2452 +40109,23,23564 +40109,31,24582 +40109,42,21676 +40109,44,45624 +40109,48,20466 +40109,51,6516 +40109,52,19882 +40109,53,7588 +40109,54,32876 +40109,55,12064 +40109,56,39681 +40109,61,50693 +40109,62,80350 +40109,71,11439 +40109,72,48771 +40109,81,11887 +40109,92,45720 +40111,11,27 +40111,21,64 +40111,22,133 +40111,23,371 +40111,31,1224 +40111,42,64 +40111,44,1332 +40111,48,126 +40111,51,46 +40111,52,341 +40111,53,29 +40111,54,342 +40111,55,0 +40111,56,28 +40111,61,1977 +40111,62,531 +40111,71,9 +40111,72,828 +40111,81,166 +40111,92,1387 +40113,11,71 +40113,21,310 +40113,22,53 +40113,23,394 +40113,31,444 +40113,42,123 +40113,44,875 +40113,48,113 +40113,51,42 +40113,52,150 +40113,53,21 +40113,54,126 +40113,55,0 +40113,56,0 +40113,61,1244 +40113,62,748 +40113,71,1491 +40113,72,483 +40113,81,59 +40113,92,1218 +40115,11,505 +40115,21,44 +40115,22,69 +40115,23,270 +40115,31,1435 +40115,42,127 +40115,44,1081 +40115,48,66 +40115,51,0 +40115,52,267 +40115,53,53 +40115,54,182 +40115,55,48 +40115,56,432 +40115,61,1667 +40115,62,0 +40115,71,107 +40115,72,1026 +40115,81,0 +40115,92,1408 +40117,11,0 +40117,21,0 +40117,22,129 +40117,23,149 +40117,31,71 +40117,42,0 +40117,44,407 +40117,48,29 +40117,51,10 +40117,52,0 +40117,53,0 +40117,54,461 +40117,55,0 +40117,56,0 +40117,61,0 +40117,62,656 +40117,71,0 +40117,72,0 +40117,81,32 +40117,92,591 +40119,11,91 +40119,21,716 +40119,22,346 +40119,23,1634 +40119,31,1545 +40119,42,572 +40119,44,4118 +40119,48,663 +40119,51,244 +40119,52,741 +40119,53,495 +40119,54,1212 +40119,55,195 +40119,56,1363 +40119,61,4030 +40119,62,4452 +40119,71,525 +40119,72,5119 +40119,81,855 +40119,92,1499 +40121,11,30 +40121,21,877 +40121,22,368 +40121,23,607 +40121,31,2968 +40121,42,321 +40121,44,1920 +40121,48,685 +40121,51,141 +40121,52,420 +40121,53,193 +40121,54,1 +40121,55,0 +40121,56,560 +40121,61,57 +40121,62,1839 +40121,71,116 +40121,72,1497 +40121,81,277 +40121,92,1589 +40123,11,47 +40123,21,330 +40123,22,256 +40123,23,664 +40123,31,1347 +40123,42,436 +40123,44,2238 +40123,48,453 +40123,51,110 +40123,52,522 +40123,53,321 +40123,54,1052 +40123,55,33 +40123,56,890 +40123,61,230 +40123,62,2799 +40123,71,999 +40123,72,1427 +40123,81,309 +40123,92,2542 +40125,11,49 +40125,21,208 +40125,22,174 +40125,23,558 +40125,31,2596 +40125,42,365 +40125,44,2683 +40125,48,305 +40125,51,369 +40125,52,624 +40125,53,201 +40125,54,849 +40125,55,85 +40125,56,933 +40125,61,0 +40125,62,0 +40125,71,689 +40125,72,2837 +40125,81,449 +40125,92,3436 +40127,11,0 +40127,21,0 +40127,22,20 +40127,23,97 +40127,31,253 +40127,42,23 +40127,44,280 +40127,48,34 +40127,51,10 +40127,52,95 +40127,53,14 +40127,54,128 +40127,56,20 +40127,61,0 +40127,62,559 +40127,71,0 +40127,72,148 +40127,81,70 +40127,92,290 +40129,11,11 +40129,21,63 +40129,22,0 +40129,23,0 +40129,31,0 +40129,42,0 +40129,44,104 +40129,48,60 +40129,51,0 +40129,52,0 +40129,53,0 +40129,54,26 +40129,55,0 +40129,56,0 +40129,61,0 +40129,62,27 +40129,71,9 +40129,72,0 +40129,81,0 +40129,92,90 +40131,11,117 +40131,21,197 +40131,22,402 +40131,23,2769 +40131,31,5133 +40131,42,1291 +40131,44,2994 +40131,48,458 +40131,51,211 +40131,52,526 +40131,53,292 +40131,54,971 +40131,55,227 +40131,56,1293 +40131,61,95 +40131,62,3056 +40131,71,292 +40131,72,2416 +40131,81,610 +40131,92,1651 +40133,11,21 +40133,21,545 +40133,22,220 +40133,23,227 +40133,31,1041 +40133,42,118 +40133,44,762 +40133,48,438 +40133,51,55 +40133,52,238 +40133,53,32 +40133,54,112 +40133,56,180 +40133,61,0 +40133,62,0 +40133,71,392 +40133,72,670 +40133,81,136 +40133,92,752 +40135,11,172 +40135,21,66 +40135,22,138 +40135,23,804 +40135,31,384 +40135,42,218 +40135,44,1390 +40135,48,212 +40135,51,54 +40135,52,258 +40135,53,54 +40135,54,65 +40135,55,0 +40135,56,283 +40135,61,2233 +40135,62,611 +40135,71,63 +40135,72,935 +40135,81,124 +40135,92,310 +40137,11,16 +40137,21,1179 +40137,22,36 +40137,23,583 +40137,31,1663 +40137,42,308 +40137,44,1720 +40137,48,996 +40137,51,112 +40137,52,574 +40137,53,346 +40137,54,0 +40137,55,0 +40137,56,1011 +40137,61,2427 +40137,62,0 +40137,71,229 +40137,72,1178 +40137,81,372 +40137,92,439 +40139,11,1663 +40139,21,179 +40139,22,0 +40139,23,0 +40139,31,0 +40139,42,269 +40139,44,964 +40139,48,41 +40139,51,265 +40139,52,234 +40139,53,31 +40139,54,256 +40139,55,0 +40139,56,0 +40139,61,0 +40139,62,393 +40139,71,0 +40139,72,0 +40139,81,99 +40139,92,426 +40141,11,0 +40141,21,0 +40141,22,59 +40141,23,0 +40141,31,0 +40141,42,73 +40141,44,119 +40141,48,48 +40141,51,42 +40141,52,0 +40141,53,0 +40141,54,21 +40141,55,0 +40141,56,0 +40141,61,0 +40141,62,106 +40141,71,0 +40141,72,0 +40141,81,25 +40141,92,198 +40143,11,561 +40143,21,5809 +40143,22,5313 +40143,23,20449 +40143,31,44096 +40143,42,15825 +40143,44,39401 +40143,48,16485 +40143,51,7523 +40143,52,15180 +40143,53,6177 +40143,54,24187 +40143,55,5919 +40143,56,33755 +40143,61,46967 +40143,62,64847 +40143,71,8555 +40143,72,37506 +40143,81,9970 +40143,92,9091 +40145,11,0 +40145,21,0 +40145,22,0 +40145,23,1449 +40145,31,1636 +40145,42,265 +40145,44,1454 +40145,48,50 +40145,51,23 +40145,52,231 +40145,53,42 +40145,54,250 +40145,55,0 +40145,56,0 +40145,61,0 +40145,62,0 +40145,71,212 +40145,72,897 +40145,81,283 +40145,92,560 +40147,11,53 +40147,21,3182 +40147,22,55 +40147,23,640 +40147,31,920 +40147,42,282 +40147,44,2442 +40147,48,78 +40147,51,492 +40147,52,708 +40147,53,229 +40147,54,7 +40147,55,0 +40147,56,1307 +40147,61,3221 +40147,62,2866 +40147,71,915 +40147,72,2033 +40147,81,710 +40147,92,434 +40149,11,55 +40149,21,210 +40149,22,11 +40149,23,110 +40149,31,103 +40149,42,117 +40149,44,217 +40149,48,27 +40149,51,25 +40149,52,99 +40149,53,24 +40149,54,84 +40149,55,0 +40149,56,0 +40149,61,838 +40149,62,197 +40149,71,0 +40149,72,0 +40149,81,21 +40149,92,237 +40151,11,74 +40151,21,447 +40151,22,27 +40151,23,112 +40151,31,129 +40151,42,120 +40151,44,478 +40151,48,135 +40151,51,78 +40151,52,153 +40151,53,10 +40151,54,60 +40151,55,14 +40151,56,56 +40151,61,0 +40151,62,0 +40151,71,46 +40151,72,277 +40151,81,58 +40151,92,174 +40153,11,76 +40153,21,1465 +40153,22,137 +40153,23,562 +40153,31,424 +40153,42,326 +40153,44,1182 +40153,48,440 +40153,51,76 +40153,52,270 +40153,53,155 +40153,54,172 +40153,55,0 +40153,56,0 +40153,61,72 +40153,62,1027 +40153,71,74 +40153,72,799 +40153,81,324 +40153,92,515 +41001,11,143 +41001,21,0 +41001,22,145 +41001,23,268 +41001,31,582 +41001,42,86 +41001,44,825 +41001,48,143 +41001,51,49 +41001,52,102 +41001,53,42 +41001,54,184 +41001,55,34 +41001,56,126 +41001,61,0 +41001,62,0 +41001,71,17 +41001,72,615 +41001,81,321 +41001,92,407 +41003,11,168 +41003,21,0 +41003,22,38 +41003,23,1326 +41003,31,3063 +41003,42,0 +41003,44,3742 +41003,48,526 +41003,51,716 +41003,52,700 +41003,53,470 +41003,54,2306 +41003,55,0 +41003,56,0 +41003,61,8796 +41003,62,6693 +41003,71,586 +41003,72,3972 +41003,81,1649 +41003,92,1079 +41005,11,6589 +41005,21,55 +41005,22,376 +41005,23,15055 +41005,31,18381 +41005,42,12345 +41005,44,18924 +41005,48,5068 +41005,51,2652 +41005,52,5793 +41005,53,2456 +41005,54,10693 +41005,55,2410 +41005,56,10074 +41005,61,11520 +41005,62,24325 +41005,71,3112 +41005,72,15131 +41005,81,7536 +41005,92,5572 +41007,11,86 +41007,21,0 +41007,22,57 +41007,23,1123 +41007,31,1823 +41007,42,221 +41007,44,3078 +41007,48,344 +41007,51,164 +41007,52,342 +41007,53,297 +41007,54,324 +41007,55,52 +41007,56,545 +41007,61,75 +41007,62,2524 +41007,71,568 +41007,72,4884 +41007,81,734 +41007,92,870 +41009,11,377 +41009,21,118 +41009,22,160 +41009,23,696 +41009,31,1634 +41009,42,183 +41009,44,1505 +41009,48,605 +41009,51,55 +41009,52,310 +41009,53,105 +41009,54,347 +41009,55,59 +41009,56,515 +41009,61,1283 +41009,62,1435 +41009,71,80 +41009,72,1400 +41009,81,629 +41009,92,625 +41011,11,1143 +41011,21,29 +41011,22,155 +41011,23,1064 +41011,31,1714 +41011,42,452 +41011,44,3002 +41011,48,1043 +41011,51,193 +41011,52,499 +41011,53,227 +41011,54,425 +41011,55,128 +41011,56,1793 +41011,61,1829 +41011,62,5059 +41011,71,152 +41011,72,2766 +41011,81,803 +41011,92,1380 +41013,11,182 +41013,21,0 +41013,22,0 +41013,23,399 +41013,31,700 +41013,42,374 +41013,44,569 +41013,48,33 +41013,51,244 +41013,52,117 +41013,53,65 +41013,54,214 +41013,55,17 +41013,56,205 +41013,61,70 +41013,62,704 +41013,71,27 +41013,72,768 +41013,81,288 +41013,92,560 +41015,11,56 +41015,21,0 +41015,22,20 +41015,23,438 +41015,31,684 +41015,42,0 +41015,44,1015 +41015,48,176 +41015,51,80 +41015,52,139 +41015,53,96 +41015,54,157 +41015,55,48 +41015,56,88 +41015,61,0 +41015,62,16 +41015,71,50 +41015,72,1240 +41015,81,246 +41015,92,258 +41017,11,1541 +41017,21,82 +41017,22,587 +41017,23,7416 +41017,31,5682 +41017,42,2491 +41017,44,11759 +41017,48,2467 +41017,51,2071 +41017,52,2135 +41017,53,1436 +41017,54,4587 +41017,55,986 +41017,56,5303 +41017,61,5041 +41017,62,14200 +41017,71,2830 +41017,72,11515 +41017,81,3535 +41017,92,3045 +41019,11,2307 +41019,21,174 +41019,22,313 +41019,23,1866 +41019,31,4866 +41019,42,719 +41019,44,4799 +41019,48,1640 +41019,51,295 +41019,52,770 +41019,53,350 +41019,54,1132 +41019,55,393 +41019,56,2437 +41019,61,296 +41019,62,6872 +41019,71,371 +41019,72,3300 +41019,81,1855 +41019,92,2138 +41021,11,4 +41021,22,0 +41021,23,126 +41021,31,0 +41021,42,0 +41021,44,48 +41021,48,89 +41021,51,0 +41021,52,15 +41021,53,0 +41021,54,0 +41021,55,0 +41021,56,244 +41021,61,0 +41021,62,63 +41021,71,0 +41021,72,0 +41021,81,20 +41021,92,118 +41023,11,295 +41023,21,0 +41023,22,0 +41023,23,0 +41023,31,0 +41023,42,0 +41023,44,225 +41023,48,49 +41023,51,54 +41023,52,52 +41023,53,4 +41023,54,60 +41023,55,0 +41023,56,0 +41023,61,0 +41023,62,0 +41023,71,68 +41023,72,188 +41023,81,91 +41023,92,218 +41025,11,351 +41025,22,0 +41025,23,0 +41025,31,0 +41025,42,55 +41025,44,346 +41025,48,17 +41025,51,14 +41025,52,34 +41025,53,14 +41025,54,87 +41025,56,43 +41025,61,32 +41025,62,208 +41025,71,8 +41025,72,288 +41025,81,86 +41025,92,427 +41027,11,3309 +41027,22,112 +41027,23,502 +41027,31,1850 +41027,42,572 +41027,44,1481 +41027,48,298 +41027,51,159 +41027,52,154 +41027,53,98 +41027,54,927 +41027,55,46 +41027,56,183 +41027,61,124 +41027,62,1712 +41027,71,766 +41027,72,1776 +41027,81,478 +41027,92,268 +41029,11,4174 +41029,21,173 +41029,22,486 +41029,23,5274 +41029,31,8056 +41029,42,2796 +41029,44,14082 +41029,48,3927 +41029,51,1300 +41029,52,2225 +41029,53,1291 +41029,54,2852 +41029,55,1350 +41029,56,3944 +41029,61,959 +41029,62,18458 +41029,71,2124 +41029,72,10130 +41029,81,3371 +41029,92,3254 +41031,11,18 +41031,21,0 +41031,22,69 +41031,23,122 +41031,31,1277 +41031,42,204 +41031,44,582 +41031,48,23 +41031,51,38 +41031,52,75 +41031,53,31 +41031,54,0 +41031,55,0 +41031,56,163 +41031,61,0 +41031,62,0 +41031,71,87 +41031,72,619 +41031,81,272 +41031,92,984 +41033,11,76 +41033,21,0 +41033,22,94 +41033,23,1213 +41033,31,3087 +41033,42,856 +41033,44,4127 +41033,48,556 +41033,51,278 +41033,52,913 +41033,53,518 +41033,54,610 +41033,55,280 +41033,56,1473 +41033,61,246 +41033,62,6378 +41033,71,363 +41033,72,3416 +41033,81,1232 +41033,92,1025 +41035,11,263 +41035,21,0 +41035,22,228 +41035,23,1042 +41035,31,1752 +41035,42,825 +41035,44,2984 +41035,48,765 +41035,51,196 +41035,52,504 +41035,53,220 +41035,54,830 +41035,55,363 +41035,56,857 +41035,61,2422 +41035,62,4416 +41035,71,586 +41035,72,2488 +41035,81,1107 +41035,92,1315 +41037,11,169 +41037,21,0 +41037,22,0 +41037,23,77 +41037,31,194 +41037,42,50 +41037,44,238 +41037,48,22 +41037,51,22 +41037,52,28 +41037,53,9 +41037,54,49 +41037,55,0 +41037,56,0 +41037,61,0 +41037,62,0 +41037,71,0 +41037,72,0 +41037,81,89 +41037,92,391 +41039,11,3105 +41039,21,300 +41039,22,1037 +41039,23,8356 +41039,31,14306 +41039,42,6986 +41039,44,20378 +41039,48,5152 +41039,51,2584 +41039,52,3937 +41039,53,2842 +41039,54,6337 +41039,55,3601 +41039,56,9479 +41039,61,17116 +41039,62,30065 +41039,71,2433 +41039,72,16249 +41039,81,6824 +41039,92,4142 +41041,11,74 +41041,21,0 +41041,22,151 +41041,23,791 +41041,31,1178 +41041,42,0 +41041,44,2866 +41041,48,413 +41041,51,139 +41041,52,302 +41041,53,370 +41041,54,461 +41041,55,32 +41041,56,718 +41041,61,1189 +41041,62,2283 +41041,71,326 +41041,72,4682 +41041,81,639 +41041,92,1295 +41043,11,3222 +41043,21,20 +41043,22,191 +41043,23,3389 +41043,31,8690 +41043,42,1885 +41043,44,5355 +41043,48,3481 +41043,51,470 +41043,52,729 +41043,53,493 +41043,54,1009 +41043,55,359 +41043,56,2069 +41043,61,4389 +41043,62,6350 +41043,71,368 +41043,72,3530 +41043,81,1989 +41043,92,2310 +41045,11,6 +41045,21,0 +41045,22,116 +41045,23,418 +41045,31,1077 +41045,42,565 +41045,44,1968 +41045,48,520 +41045,51,205 +41045,52,220 +41045,53,79 +41045,54,259 +41045,55,15 +41045,56,209 +41045,61,1224 +41045,62,181 +41045,71,0 +41045,72,0 +41045,81,438 +41045,92,492 +41047,11,11956 +41047,21,339 +41047,22,195 +41047,23,12849 +41047,31,10872 +41047,42,0 +41047,44,17298 +41047,48,6481 +41047,51,1593 +41047,52,3894 +41047,53,1928 +41047,54,4856 +41047,55,1400 +41047,56,9233 +41047,61,11477 +41047,62,24911 +41047,71,2137 +41047,72,12302 +41047,81,6157 +41047,92,19856 +41049,11,46 +41049,21,0 +41049,22,221 +41049,23,95 +41049,31,1896 +41049,42,132 +41049,44,252 +41049,48,138 +41049,51,0 +41049,52,51 +41049,53,0 +41049,54,0 +41049,55,0 +41049,56,119 +41049,61,0 +41049,62,262 +41049,71,0 +41049,72,0 +41049,81,77 +41049,92,199 +41051,11,2484 +41051,21,73 +41051,22,2934 +41051,23,26583 +41051,31,35732 +41051,42,26434 +41051,44,43027 +41051,48,37359 +41051,51,13718 +41051,52,20473 +41051,53,11116 +41051,54,44640 +41051,55,20148 +41051,56,27426 +41051,61,54429 +41051,62,75963 +41051,71,9523 +41051,72,52682 +41051,81,23106 +41051,92,17107 +41053,11,5 +41053,21,0 +41053,22,97 +41053,23,1245 +41053,31,2361 +41053,42,363 +41053,44,1704 +41053,48,529 +41053,51,116 +41053,52,269 +41053,53,203 +41053,54,406 +41053,55,208 +41053,56,748 +41053,61,2664 +41053,62,3586 +41053,71,317 +41053,72,1914 +41053,81,949 +41053,92,934 +41055,11,2 +41055,22,0 +41055,23,84 +41055,31,0 +41055,42,0 +41055,44,89 +41055,48,116 +41055,51,0 +41055,52,0 +41055,54,118 +41055,55,0 +41055,56,0 +41055,61,0 +41055,62,21 +41055,71,0 +41055,72,0 +41055,81,24 +41055,92,84 +41057,11,968 +41057,22,11 +41057,23,410 +41057,31,1588 +41057,42,144 +41057,44,1072 +41057,48,297 +41057,51,56 +41057,52,128 +41057,53,82 +41057,54,145 +41057,55,53 +41057,56,206 +41057,61,766 +41057,62,1260 +41057,71,129 +41057,72,1534 +41057,81,443 +41057,92,527 +41059,11,4852 +41059,21,39 +41059,22,250 +41059,23,1414 +41059,31,3337 +41059,42,1070 +41059,44,3222 +41059,48,2400 +41059,51,458 +41059,52,528 +41059,53,221 +41059,54,604 +41059,55,92 +41059,56,727 +41059,61,60 +41059,62,4161 +41059,71,176 +41059,72,2558 +41059,81,1077 +41059,92,2942 +41061,11,174 +41061,21,0 +41061,22,0 +41061,23,514 +41061,31,1326 +41061,42,0 +41061,44,1460 +41061,48,315 +41061,51,104 +41061,52,206 +41061,53,67 +41061,54,309 +41061,55,48 +41061,56,198 +41061,61,39 +41061,62,1794 +41061,71,143 +41061,72,959 +41061,81,440 +41061,92,557 +41063,11,321 +41063,22,0 +41063,23,160 +41063,31,165 +41063,42,137 +41063,44,250 +41063,48,21 +41063,51,19 +41063,52,64 +41063,53,69 +41063,54,75 +41063,56,42 +41063,61,6 +41063,62,418 +41063,71,37 +41063,72,234 +41063,81,133 +41063,92,181 +41065,11,39 +41065,21,0 +41065,22,128 +41065,23,362 +41065,31,606 +41065,42,185 +41065,44,1690 +41065,48,248 +41065,51,192 +41065,52,176 +41065,53,103 +41065,54,362 +41065,55,119 +41065,56,254 +41065,61,798 +41065,62,2495 +41065,71,171 +41065,72,1253 +41065,81,516 +41065,92,463 +41067,11,3705 +41067,21,320 +41067,22,791 +41067,23,18485 +41067,31,52263 +41067,42,15508 +41067,44,32086 +41067,48,2151 +41067,51,8635 +41067,52,11220 +41067,53,4612 +41067,54,17138 +41067,55,18115 +41067,56,24907 +41067,61,18298 +41067,62,34504 +41067,71,6748 +41067,72,23596 +41067,81,10880 +41067,92,6915 +41069,11,45 +41069,23,8 +41069,31,16 +41069,42,0 +41069,44,27 +41069,48,8 +41069,52,0 +41069,54,0 +41069,61,75 +41069,62,0 +41069,71,18 +41069,72,13 +41069,81,15 +41069,92,1 +41071,11,4556 +41071,21,116 +41071,22,196 +41071,23,2235 +41071,31,7045 +41071,42,681 +41071,44,3695 +41071,48,633 +41071,51,248 +41071,52,732 +41071,53,307 +41071,54,921 +41071,55,156 +41071,56,1110 +41071,61,3992 +41071,62,5620 +41071,71,384 +41071,72,3629 +41071,81,1412 +41071,92,1473 +42001,11,0 +42001,21,0 +42001,22,69 +42001,23,1705 +42001,31,7704 +42001,42,346 +42001,44,3620 +42001,48,1517 +42001,51,285 +42001,52,613 +42001,53,189 +42001,54,745 +42001,55,296 +42001,56,797 +42001,61,5013 +42001,62,5326 +42001,71,667 +42001,72,4154 +42001,81,1196 +42001,92,1462 +42003,11,266 +42003,21,2134 +42003,22,4873 +42003,23,33578 +42003,31,36358 +42003,42,23413 +42003,44,68882 +42003,48,27764 +42003,51,14689 +42003,52,52386 +42003,53,9590 +42003,54,68758 +42003,55,29233 +42003,56,38921 +42003,61,86022 +42003,62,146859 +42003,71,15005 +42003,72,61019 +42003,81,24507 +42003,92,21302 +42005,11,136 +42005,21,905 +42005,22,125 +42005,23,827 +42005,31,1958 +42005,42,486 +42005,44,1927 +42005,48,1139 +42005,51,251 +42005,52,464 +42005,53,161 +42005,54,344 +42005,55,101 +42005,56,285 +42005,61,77 +42005,62,3467 +42005,71,158 +42005,72,1282 +42005,81,792 +42005,92,730 +42007,11,49 +42007,21,57 +42007,22,1764 +42007,23,8147 +42007,31,6781 +42007,42,1440 +42007,44,6635 +42007,48,3096 +42007,51,204 +42007,52,984 +42007,53,452 +42007,54,2208 +42007,55,351 +42007,56,2306 +42007,61,6523 +42007,62,10706 +42007,71,544 +42007,72,4480 +42007,81,1796 +42007,92,2034 +42009,11,0 +42009,21,0 +42009,22,64 +42009,23,1185 +42009,31,2263 +42009,42,411 +42009,44,2100 +42009,48,1971 +42009,51,135 +42009,52,338 +42009,53,45 +42009,54,227 +42009,55,170 +42009,56,576 +42009,61,1477 +42009,62,125 +42009,71,133 +42009,72,1819 +42009,81,474 +42009,92,499 +42011,11,3395 +42011,21,246 +42011,22,1436 +42011,23,7903 +42011,31,32279 +42011,42,7847 +42011,44,18701 +42011,48,8485 +42011,51,1192 +42011,52,4425 +42011,53,1778 +42011,54,8016 +42011,55,5720 +42011,56,11488 +42011,61,2757 +42011,62,30665 +42011,71,2349 +42011,72,12941 +42011,81,5549 +42011,92,4662 +42013,11,330 +42013,21,121 +42013,22,174 +42013,23,2734 +42013,31,7233 +42013,42,2609 +42013,44,8422 +42013,48,3334 +42013,51,907 +42013,52,1077 +42013,53,447 +42013,54,1834 +42013,55,1093 +42013,56,2375 +42013,61,541 +42013,62,13702 +42013,71,863 +42013,72,4778 +42013,81,2081 +42013,92,1575 +42015,11,222 +42015,21,1187 +42015,22,222 +42015,23,710 +42015,31,3642 +42015,42,601 +42015,44,2497 +42015,48,1629 +42015,51,210 +42015,52,561 +42015,53,211 +42015,54,475 +42015,55,843 +42015,56,474 +42015,61,134 +42015,62,5446 +42015,71,146 +42015,72,1461 +42015,81,505 +42015,92,876 +42017,11,674 +42017,21,181 +42017,22,1103 +42017,23,17915 +42017,31,27621 +42017,42,17080 +42017,44,34568 +42017,48,9401 +42017,51,4746 +42017,52,8923 +42017,53,2920 +42017,54,17492 +42017,55,3200 +42017,56,15407 +42017,61,6142 +42017,62,56846 +42017,71,7035 +42017,72,22561 +42017,81,10931 +42017,92,5107 +42019,11,255 +42019,21,887 +42019,22,304 +42019,23,4808 +42019,31,11960 +42019,42,5195 +42019,44,10387 +42019,48,4167 +42019,51,1221 +42019,52,2089 +42019,53,738 +42019,54,4795 +42019,55,4687 +42019,56,4626 +42019,61,6763 +42019,62,14871 +42019,71,972 +42019,72,7726 +42019,81,2969 +42019,92,3359 +42021,11,115 +42021,21,135 +42021,22,509 +42021,23,2236 +42021,31,4290 +42021,42,1745 +42021,44,6421 +42021,48,2335 +42021,51,788 +42021,52,2031 +42021,53,403 +42021,54,1985 +42021,55,425 +42021,56,2436 +42021,61,2570 +42021,62,11833 +42021,71,456 +42021,72,4099 +42021,81,2159 +42021,92,2547 +42023,11,0 +42023,21,0 +42023,22,0 +42023,23,0 +42023,31,914 +42023,42,12 +42023,44,100 +42023,48,13 +42023,51,13 +42023,52,0 +42023,53,0 +42023,54,0 +42023,55,0 +42023,61,0 +42023,62,0 +42023,71,0 +42023,72,0 +42023,81,61 +42023,92,205 +42025,11,63 +42025,21,24 +42025,22,53 +42025,23,553 +42025,31,1701 +42025,42,395 +42025,44,2045 +42025,48,111 +42025,51,952 +42025,52,324 +42025,53,160 +42025,54,352 +42025,55,37 +42025,56,266 +42025,61,338 +42025,62,3064 +42025,71,1412 +42025,72,1837 +42025,81,434 +42025,92,858 +42027,11,234 +42027,21,199 +42027,22,126 +42027,23,3316 +42027,31,4283 +42027,42,880 +42027,44,7363 +42027,48,1742 +42027,51,998 +42027,52,1367 +42027,53,1119 +42027,54,3500 +42027,55,757 +42027,56,2408 +42027,61,870 +42027,62,9895 +42027,71,919 +42027,72,6454 +42027,81,2058 +42027,92,3213 +42029,11,6022 +42029,21,158 +42029,22,682 +42029,23,12456 +42029,31,17981 +42029,42,12725 +42029,44,26766 +42029,48,8261 +42029,51,7403 +42029,52,24307 +42029,53,3227 +42029,54,29651 +42029,55,9970 +42029,56,13693 +42029,61,23915 +42029,62,38888 +42029,71,5105 +42029,72,17158 +42029,81,10257 +42029,92,4775 +42031,11,87 +42031,21,160 +42031,22,156 +42031,23,640 +42031,31,1447 +42031,42,353 +42031,44,1627 +42031,48,491 +42031,51,87 +42031,52,383 +42031,53,80 +42031,54,238 +42031,55,48 +42031,56,248 +42031,61,1645 +42031,62,2862 +42031,71,52 +42031,72,1396 +42031,81,663 +42031,92,497 +42033,11,46 +42033,21,482 +42033,22,375 +42033,23,832 +42033,31,2856 +42033,42,868 +42033,44,4309 +42033,48,3158 +42033,51,221 +42033,52,728 +42033,53,245 +42033,54,616 +42033,55,305 +42033,56,1061 +42033,61,2617 +42033,62,6902 +42033,71,107 +42033,72,2389 +42033,81,1562 +42033,92,1771 +42035,11,243 +42035,21,582 +42035,22,153 +42035,23,749 +42035,31,2939 +42035,42,421 +42035,44,1748 +42035,48,505 +42035,51,93 +42035,52,201 +42035,53,171 +42035,54,195 +42035,55,17 +42035,56,351 +42035,61,0 +42035,62,0 +42035,71,65 +42035,72,1282 +42035,81,453 +42035,92,707 +42037,11,0 +42037,21,0 +42037,22,143 +42037,23,1127 +42037,31,4585 +42037,42,435 +42037,44,3230 +42037,48,1725 +42037,51,423 +42037,52,619 +42037,53,162 +42037,54,586 +42037,55,1518 +42037,56,704 +42037,61,2222 +42037,62,3305 +42037,71,304 +42037,72,2554 +42037,81,705 +42037,92,758 +42039,11,454 +42039,21,352 +42039,22,130 +42039,23,951 +42039,31,7448 +42039,42,647 +42039,44,3312 +42039,48,713 +42039,51,407 +42039,52,626 +42039,53,167 +42039,54,637 +42039,55,176 +42039,56,754 +42039,61,970 +42039,62,5888 +42039,71,246 +42039,72,2367 +42039,81,1321 +42039,92,1675 +42041,11,350 +42041,21,94 +42041,22,196 +42041,23,5101 +42041,31,9208 +42041,42,4538 +42041,44,16009 +42041,48,19172 +42041,51,1565 +42041,52,7965 +42041,53,1429 +42041,54,10256 +42041,55,4970 +42041,56,9536 +42041,61,5150 +42041,62,18189 +42041,71,1139 +42041,72,10613 +42041,81,5434 +42041,92,7585 +42043,11,0 +42043,21,0 +42043,22,1083 +42043,23,6244 +42043,31,12330 +42043,42,8212 +42043,44,14749 +42043,48,12993 +42043,51,2040 +42043,52,9677 +42043,53,1523 +42043,54,9315 +42043,55,4612 +42043,56,11789 +42043,61,4604 +42043,62,34754 +42043,71,6422 +42043,72,14120 +42043,81,6559 +42043,92,23270 +42045,11,123 +42045,21,80 +42045,22,1033 +42045,23,12583 +42045,31,14451 +42045,42,8213 +42045,44,24578 +42045,48,11226 +42045,51,3046 +42045,52,13399 +42045,53,2806 +42045,54,10828 +42045,55,8116 +42045,56,15437 +42045,61,34651 +42045,62,47382 +42045,71,4683 +42045,72,17971 +42045,81,9505 +42045,92,7221 +42047,11,68 +42047,21,28 +42047,22,51 +42047,23,544 +42047,31,6586 +42047,42,0 +42047,44,1345 +42047,48,481 +42047,51,123 +42047,52,233 +42047,53,68 +42047,54,408 +42047,55,63 +42047,56,218 +42047,61,910 +42047,62,1923 +42047,71,73 +42047,72,758 +42047,81,460 +42047,92,437 +42049,11,440 +42049,21,49 +42049,22,675 +42049,23,4334 +42049,31,19847 +42049,42,3701 +42049,44,14539 +42049,48,3751 +42049,51,1050 +42049,52,5610 +42049,53,973 +42049,54,3709 +42049,55,636 +42049,56,5869 +42049,61,4712 +42049,62,26183 +42049,71,2749 +42049,72,11516 +42049,81,4954 +42049,92,4152 +42051,11,74 +42051,21,1697 +42051,22,296 +42051,23,1573 +42051,31,3492 +42051,42,1290 +42051,44,5253 +42051,48,2299 +42051,51,454 +42051,52,603 +42051,53,429 +42051,54,1007 +42051,55,264 +42051,56,2048 +42051,61,4040 +42051,62,8234 +42051,71,729 +42051,72,4597 +42051,81,1219 +42051,92,2018 +42053,11,0 +42053,21,0 +42053,23,0 +42053,31,136 +42053,42,0 +42053,44,0 +42053,48,63 +42053,51,0 +42053,52,0 +42053,53,0 +42053,54,17 +42053,56,0 +42053,61,122 +42053,62,400 +42053,72,163 +42053,81,11 +42053,92,55 +42055,11,1325 +42055,21,110 +42055,22,237 +42055,23,2434 +42055,31,9571 +42055,42,1568 +42055,44,7300 +42055,48,7110 +42055,51,347 +42055,52,1210 +42055,53,347 +42055,54,1914 +42055,55,356 +42055,56,3883 +42055,61,978 +42055,62,9838 +42055,71,845 +42055,72,4652 +42055,81,2102 +42055,92,3308 +42057,11,0 +42057,21,0 +42057,22,0 +42057,23,362 +42057,31,2702 +42057,42,127 +42057,44,374 +42057,48,27 +42057,51,28 +42057,52,0 +42057,53,0 +42057,54,21 +42057,56,38 +42057,61,482 +42057,62,32 +42057,71,0 +42057,72,0 +42057,81,170 +42057,92,223 +42059,11,5 +42059,21,2477 +42059,22,161 +42059,23,1380 +42059,31,389 +42059,42,431 +42059,44,1362 +42059,48,700 +42059,51,70 +42059,52,292 +42059,53,164 +42059,54,309 +42059,55,119 +42059,56,192 +42059,61,1139 +42059,62,0 +42059,71,86 +42059,72,778 +42059,81,346 +42059,92,581 +42061,11,292 +42061,21,136 +42061,22,66 +42061,23,654 +42061,31,1397 +42061,42,244 +42061,44,1466 +42061,48,307 +42061,51,70 +42061,52,445 +42061,53,48 +42061,54,247 +42061,55,37 +42061,56,231 +42061,61,1228 +42061,62,58 +42061,71,118 +42061,72,1111 +42061,81,399 +42061,92,1724 +42063,11,321 +42063,21,1593 +42063,22,883 +42063,23,1451 +42063,31,2149 +42063,42,2069 +42063,44,3706 +42063,48,1018 +42063,51,326 +42063,52,1255 +42063,53,332 +42063,54,780 +42063,55,470 +42063,56,697 +42063,61,134 +42063,62,5140 +42063,71,244 +42063,72,2664 +42063,81,1264 +42063,92,1336 +42065,11,202 +42065,21,570 +42065,22,0 +42065,23,637 +42065,31,4003 +42065,42,0 +42065,44,1641 +42065,48,707 +42065,51,144 +42065,52,275 +42065,53,91 +42065,54,543 +42065,55,88 +42065,56,677 +42065,61,89 +42065,62,3265 +42065,71,88 +42065,72,1044 +42065,81,496 +42065,92,553 +42067,11,0 +42067,21,0 +42067,22,0 +42067,23,313 +42067,31,2527 +42067,42,0 +42067,44,723 +42067,48,314 +42067,51,33 +42067,52,224 +42067,53,24 +42067,54,0 +42067,55,0 +42067,56,383 +42067,61,456 +42067,62,70 +42067,71,103 +42067,72,376 +42067,81,174 +42067,92,238 +42069,11,171 +42069,21,38 +42069,22,296 +42069,23,3912 +42069,31,9993 +42069,42,5014 +42069,44,11604 +42069,48,5255 +42069,51,1346 +42069,52,5119 +42069,53,756 +42069,54,3014 +42069,55,1364 +42069,56,6481 +42069,61,11580 +42069,62,21084 +42069,71,1482 +42069,72,8283 +42069,81,3229 +42069,92,3343 +42071,11,3495 +42071,21,401 +42071,22,618 +42071,23,18611 +42071,31,37333 +42071,42,15608 +42071,44,29914 +42071,48,15761 +42071,51,2985 +42071,52,6502 +42071,53,2198 +42071,54,11988 +42071,55,5406 +42071,56,10263 +42071,61,6000 +42071,62,41505 +42071,71,4674 +42071,72,20907 +42071,81,8094 +42071,92,4579 +42073,11,104 +42073,21,140 +42073,22,256 +42073,23,2398 +42073,31,3591 +42073,42,1009 +42073,44,3080 +42073,48,1084 +42073,51,227 +42073,52,1062 +42073,53,258 +42073,54,855 +42073,55,633 +42073,56,1512 +42073,61,3426 +42073,62,6141 +42073,71,296 +42073,72,2482 +42073,81,1062 +42073,92,1130 +42075,11,555 +42075,22,0 +42075,23,2107 +42075,31,9390 +42075,42,0 +42075,44,6399 +42075,48,4224 +42075,51,955 +42075,52,892 +42075,53,329 +42075,54,1139 +42075,55,381 +42075,56,3117 +42075,61,5408 +42075,62,9352 +42075,71,499 +42075,72,3589 +42075,81,1445 +42075,92,3079 +42077,11,0 +42077,21,0 +42077,22,0 +42077,23,7650 +42077,31,20142 +42077,42,0 +42077,44,19789 +42077,48,16853 +42077,51,2692 +42077,52,5631 +42077,53,2047 +42077,54,8977 +42077,55,6532 +42077,56,15745 +42077,61,18635 +42077,62,45721 +42077,71,3667 +42077,72,13498 +42077,81,5539 +42077,92,4251 +42079,11,110 +42079,21,353 +42079,22,1895 +42079,23,5537 +42079,31,16538 +42079,42,6547 +42079,44,17003 +42079,48,17100 +42079,51,2957 +42079,52,5734 +42079,53,1055 +42079,54,3885 +42079,55,1677 +42079,56,11207 +42079,61,14120 +42079,62,26677 +42079,71,1504 +42079,72,11657 +42079,81,4030 +42079,92,5741 +42081,11,102 +42081,21,1077 +42081,22,191 +42081,23,2044 +42081,31,7996 +42081,42,2437 +42081,44,6246 +42081,48,1897 +42081,51,471 +42081,52,1607 +42081,53,720 +42081,54,1705 +42081,55,501 +42081,56,3199 +42081,61,753 +42081,62,9734 +42081,71,396 +42081,72,4188 +42081,81,1907 +42081,92,2357 +42083,11,110 +42083,21,391 +42083,22,140 +42083,23,599 +42083,31,2896 +42083,42,415 +42083,44,1632 +42083,48,520 +42083,51,115 +42083,52,305 +42083,53,38 +42083,54,215 +42083,55,274 +42083,56,469 +42083,61,1449 +42083,62,0 +42083,71,97 +42083,72,1120 +42083,81,593 +42083,92,965 +42085,11,185 +42085,21,236 +42085,22,181 +42085,23,1651 +42085,31,8406 +42085,42,1445 +42085,44,6345 +42085,48,1857 +42085,51,409 +42085,52,1747 +42085,53,329 +42085,54,925 +42085,55,661 +42085,56,1122 +42085,61,4892 +42085,62,10023 +42085,71,497 +42085,72,4218 +42085,81,1474 +42085,92,1765 +42087,11,230 +42087,22,0 +42087,23,692 +42087,31,3974 +42087,42,0 +42087,44,2072 +42087,48,731 +42087,51,142 +42087,52,417 +42087,53,66 +42087,54,171 +42087,55,47 +42087,56,232 +42087,61,1356 +42087,62,3877 +42087,71,60 +42087,72,1348 +42087,81,403 +42087,92,514 +42089,11,125 +42089,21,80 +42089,22,151 +42089,23,1915 +42089,31,4981 +42089,42,934 +42089,44,8762 +42089,48,3463 +42089,51,346 +42089,52,981 +42089,53,745 +42089,54,1443 +42089,55,227 +42089,56,2669 +42089,61,6422 +42089,62,8434 +42089,71,1618 +42089,72,10470 +42089,81,1928 +42089,92,4514 +42091,11,389 +42091,21,292 +42091,22,3253 +42091,23,26270 +42091,31,46161 +42091,42,27962 +42091,44,54671 +42091,48,12700 +42091,51,12611 +42091,52,38550 +42091,53,7839 +42091,54,61367 +42091,55,14474 +42091,56,41604 +42091,61,44773 +42091,62,84891 +42091,71,8151 +42091,72,33607 +42091,81,17608 +42091,92,10612 +42093,11,0 +42093,21,0 +42093,22,0 +42093,23,115 +42093,31,675 +42093,42,0 +42093,44,592 +42093,48,242 +42093,51,0 +42093,52,1337 +42093,53,19 +42093,54,327 +42093,55,0 +42093,56,0 +42093,61,583 +42093,62,8846 +42093,71,120 +42093,72,707 +42093,81,0 +42093,92,233 +42095,11,209 +42095,21,54 +42095,22,490 +42095,23,4416 +42095,31,14346 +42095,42,4112 +42095,44,12932 +42095,48,15990 +42095,51,1531 +42095,52,3974 +42095,53,958 +42095,54,4044 +42095,55,1581 +42095,56,8622 +42095,61,6465 +42095,62,15147 +42095,71,1945 +42095,72,12405 +42095,81,3662 +42095,92,3778 +42097,11,381 +42097,21,171 +42097,22,243 +42097,23,1167 +42097,31,4518 +42097,42,1151 +42097,44,2780 +42097,48,2836 +42097,51,299 +42097,52,543 +42097,53,148 +42097,54,0 +42097,55,0 +42097,56,701 +42097,61,354 +42097,62,4834 +42097,71,1006 +42097,72,1641 +42097,81,1079 +42097,92,1767 +42099,11,0 +42099,21,0 +42099,22,0 +42099,23,706 +42099,31,444 +42099,42,0 +42099,44,1193 +42099,48,1090 +42099,51,47 +42099,52,285 +42099,53,41 +42099,54,226 +42099,55,7 +42099,56,141 +42099,61,1317 +42099,62,900 +42099,71,18 +42099,72,448 +42099,81,397 +42099,92,484 +42101,11,0 +42101,21,0 +42101,22,5909 +42101,23,12938 +42101,31,19874 +42101,42,17233 +42101,44,49521 +42101,48,33557 +42101,51,12600 +42101,52,32146 +42101,53,10607 +42101,54,63464 +42101,55,12762 +42101,56,32049 +42101,61,121720 +42101,62,180303 +42101,71,14312 +42101,72,62674 +42101,81,24912 +42101,92,50107 +42103,11,0 +42103,21,0 +42103,22,27 +42103,23,344 +42103,31,166 +42103,42,129 +42103,44,1783 +42103,48,355 +42103,51,124 +42103,52,197 +42103,53,154 +42103,54,223 +42103,55,62 +42103,56,454 +42103,61,2385 +42103,62,1369 +42103,71,434 +42103,72,2510 +42103,81,1029 +42103,92,644 +42105,11,144 +42105,21,59 +42105,22,0 +42105,23,235 +42105,31,700 +42105,42,0 +42105,44,514 +42105,48,543 +42105,51,383 +42105,52,93 +42105,53,7 +42105,54,192 +42105,55,0 +42105,56,0 +42105,61,0 +42105,62,0 +42105,71,0 +42105,72,0 +42105,81,94 +42105,92,374 +42107,11,955 +42107,21,589 +42107,22,446 +42107,23,1587 +42107,31,11073 +42107,42,1179 +42107,44,5370 +42107,48,6677 +42107,51,281 +42107,52,912 +42107,53,208 +42107,54,922 +42107,55,514 +42107,56,1593 +42107,61,4874 +42107,62,8169 +42107,71,316 +42107,72,2817 +42107,81,1330 +42107,92,3156 +42109,11,0 +42109,21,0 +42109,22,0 +42109,23,651 +42109,31,3468 +42109,42,723 +42109,44,2890 +42109,48,63 +42109,51,94 +42109,52,262 +42109,53,109 +42109,54,441 +42109,55,6 +42109,56,257 +42109,61,1036 +42109,62,34 +42109,71,202 +42109,72,1720 +42109,81,420 +42109,92,375 +42111,11,188 +42111,21,899 +42111,22,103 +42111,23,1252 +42111,31,2759 +42111,42,1274 +42111,44,2485 +42111,48,1541 +42111,51,113 +42111,52,756 +42111,53,157 +42111,54,798 +42111,55,119 +42111,56,645 +42111,61,92 +42111,62,4138 +42111,71,220 +42111,72,2903 +42111,81,772 +42111,92,2151 +42113,11,27 +42113,21,0 +42113,22,0 +42113,23,143 +42113,31,0 +42113,42,0 +42113,44,179 +42113,48,34 +42113,51,0 +42113,52,28 +42113,53,0 +42113,54,32 +42113,55,0 +42113,56,0 +42113,61,0 +42113,62,0 +42113,71,54 +42113,72,116 +42113,81,52 +42113,92,220 +42115,11,86 +42115,21,807 +42115,22,175 +42115,23,586 +42115,31,526 +42115,42,297 +42115,44,1136 +42115,48,444 +42115,51,109 +42115,52,238 +42115,53,113 +42115,54,501 +42115,55,87 +42115,56,164 +42115,61,24 +42115,62,1280 +42115,71,162 +42115,72,902 +42115,81,369 +42115,92,471 +42117,11,134 +42117,21,619 +42117,22,223 +42117,23,411 +42117,31,1792 +42117,42,490 +42117,44,1824 +42117,48,628 +42117,51,199 +42117,52,407 +42117,53,79 +42117,54,385 +42117,55,25 +42117,56,283 +42117,61,1134 +42117,62,0 +42117,71,77 +42117,72,1132 +42117,81,361 +42117,92,695 +42119,11,0 +42119,21,0 +42119,22,0 +42119,23,654 +42119,31,1678 +42119,42,0 +42119,44,1826 +42119,48,530 +42119,51,120 +42119,52,446 +42119,53,230 +42119,54,305 +42119,55,285 +42119,56,681 +42119,61,0 +42119,62,21 +42119,71,164 +42119,72,2156 +42119,81,468 +42119,92,1769 +42121,11,48 +42121,21,87 +42121,22,161 +42121,23,460 +42121,31,3749 +42121,42,483 +42121,44,2281 +42121,48,943 +42121,51,150 +42121,52,379 +42121,53,131 +42121,54,279 +42121,55,62 +42121,56,707 +42121,61,1464 +42121,62,3288 +42121,71,49 +42121,72,1317 +42121,81,723 +42121,92,887 +42123,11,81 +42123,21,182 +42123,22,119 +42123,23,315 +42123,31,2508 +42123,42,163 +42123,44,1879 +42123,48,1037 +42123,51,115 +42123,52,987 +42123,53,41 +42123,54,238 +42123,55,638 +42123,56,434 +42123,61,1166 +42123,62,2750 +42123,71,83 +42123,72,877 +42123,81,530 +42123,92,604 +42125,11,147 +42125,21,5034 +42125,22,716 +42125,23,7956 +42125,31,8677 +42125,42,4479 +42125,44,9330 +42125,48,3675 +42125,51,1489 +42125,52,1872 +42125,53,2449 +42125,54,4682 +42125,55,2798 +42125,56,3623 +42125,61,7165 +42125,62,14976 +42125,71,2895 +42125,72,6946 +42125,81,2995 +42125,92,2232 +42127,11,43 +42127,21,68 +42127,22,78 +42127,23,1390 +42127,31,632 +42127,42,406 +42127,44,2185 +42127,48,458 +42127,51,192 +42127,52,596 +42127,53,108 +42127,54,369 +42127,55,96 +42127,56,547 +42127,61,1380 +42127,62,2699 +42127,71,163 +42127,72,1927 +42127,81,697 +42127,92,1153 +42129,11,370 +42129,21,1261 +42129,22,404 +42129,23,7886 +42129,31,17863 +42129,42,7923 +42129,44,17610 +42129,48,9374 +42129,51,1171 +42129,52,3366 +42129,53,1152 +42129,54,5721 +42129,55,2140 +42129,56,7781 +42129,61,2623 +42129,62,20883 +42129,71,2072 +42129,72,12948 +42129,81,5376 +42129,92,3987 +42131,11,239 +42131,21,313 +42131,22,32 +42131,23,577 +42131,31,2081 +42131,42,371 +42131,44,1158 +42131,48,1186 +42131,51,130 +42131,52,220 +42131,53,33 +42131,54,0 +42131,55,0 +42131,56,587 +42131,61,740 +42131,62,0 +42131,71,69 +42131,72,696 +42131,81,274 +42131,92,367 +42133,11,617 +42133,21,275 +42133,22,1390 +42133,23,12204 +42133,31,32023 +42133,42,7524 +42133,44,20292 +42133,48,11109 +42133,51,1629 +42133,52,3683 +42133,53,1735 +42133,54,7203 +42133,55,4180 +42133,56,12997 +42133,61,2504 +42133,62,27883 +42133,71,2146 +42133,72,14254 +42133,81,7448 +42133,92,7946 +44001,11,5 +44001,22,55 +44001,23,768 +44001,31,1628 +44001,42,395 +44001,44,1148 +44001,48,98 +44001,51,91 +44001,52,463 +44001,53,126 +44001,54,544 +44001,55,77 +44001,56,487 +44001,61,1980 +44001,62,1805 +44001,71,446 +44001,72,1677 +44001,81,768 +44001,92,499 +44003,11,0 +44003,21,0 +44003,22,127 +44003,23,3916 +44003,31,5865 +44003,42,3324 +44003,44,11068 +44003,48,3926 +44003,51,1327 +44003,52,3351 +44003,53,1527 +44003,54,3953 +44003,55,2242 +44003,56,4398 +44003,61,6101 +44003,62,12969 +44003,71,814 +44003,72,8989 +44003,81,2778 +44003,92,2010 +44005,11,0 +44005,21,0 +44005,22,90 +44005,23,1745 +44005,31,2336 +44005,42,622 +44005,44,4392 +44005,48,813 +44005,51,316 +44005,52,1110 +44005,53,571 +44005,54,3827 +44005,55,520 +44005,56,1328 +44005,61,1455 +44005,62,4667 +44005,71,1464 +44005,72,7836 +44005,81,1816 +44005,92,5609 +44007,11,277 +44007,21,129 +44007,22,1086 +44007,23,12113 +44007,31,21049 +44007,42,10596 +44007,44,24870 +44007,48,8068 +44007,51,3787 +44007,52,19757 +44007,53,3540 +44007,54,15531 +44007,55,9263 +44007,56,21464 +44007,61,36006 +44007,62,58294 +44007,71,4411 +44007,72,26870 +44007,81,11357 +44007,92,15000 +44009,11,350 +44009,21,51 +44009,22,80 +44009,23,2450 +44009,31,8924 +44009,42,1735 +44009,44,6749 +44009,48,1390 +44009,51,601 +44009,52,1149 +44009,53,664 +44009,54,1868 +44009,55,1131 +44009,56,1688 +44009,61,726 +44009,62,7657 +44009,71,1906 +44009,72,6764 +44009,81,1845 +44009,92,1883 +45001,11,55 +45001,22,63 +45001,23,153 +45001,31,2008 +45001,42,107 +45001,44,403 +45001,48,77 +45001,51,104 +45001,52,0 +45001,53,0 +45001,54,2 +45001,55,0 +45001,56,301 +45001,61,0 +45001,62,0 +45001,71,0 +45001,72,0 +45001,81,97 +45001,92,8 +45003,11,345 +45003,21,204 +45003,22,573 +45003,23,5724 +45003,31,8674 +45003,42,965 +45003,44,7325 +45003,48,2491 +45003,51,508 +45003,52,1765 +45003,53,396 +45003,54,2127 +45003,55,103 +45003,56,10729 +45003,61,443 +45003,62,7932 +45003,71,1125 +45003,72,5980 +45003,81,1348 +45003,92,2423 +45005,11,180 +45005,22,0 +45005,23,39 +45005,31,925 +45005,42,59 +45005,44,154 +45005,48,20 +45005,51,0 +45005,52,0 +45005,54,0 +45005,55,0 +45005,56,41 +45005,61,0 +45005,62,0 +45005,72,0 +45005,81,0 +45005,92,213 +45007,11,103 +45007,21,255 +45007,22,353 +45007,23,2776 +45007,31,15032 +45007,42,2443 +45007,44,9177 +45007,48,2341 +45007,51,360 +45007,52,1071 +45007,53,600 +45007,54,2187 +45007,55,222 +45007,56,2928 +45007,61,12161 +45007,62,11740 +45007,71,694 +45007,72,7585 +45007,81,1445 +45007,92,3010 +45009,11,262 +45009,22,161 +45009,23,55 +45009,31,682 +45009,42,95 +45009,44,379 +45009,48,50 +45009,51,8 +45009,52,0 +45009,53,0 +45009,54,77 +45009,56,148 +45009,61,673 +45009,62,576 +45009,71,5 +45009,72,249 +45009,81,63 +45009,92,7 +45011,11,0 +45011,21,0 +45011,22,0 +45011,23,341 +45011,31,1457 +45011,42,0 +45011,44,720 +45011,48,132 +45011,51,17 +45011,52,68 +45011,53,21 +45011,54,0 +45011,55,0 +45011,56,159 +45011,61,1395 +45011,62,266 +45011,71,0 +45011,72,0 +45011,81,171 +45011,92,390 +45013,11,0 +45013,21,0 +45013,22,205 +45013,23,4166 +45013,31,693 +45013,42,725 +45013,44,10913 +45013,48,1030 +45013,51,493 +45013,52,1814 +45013,53,2325 +45013,54,4353 +45013,55,1129 +45013,56,5035 +45013,61,2320 +45013,62,8939 +45013,71,3029 +45013,72,13990 +45013,81,3957 +45013,92,3838 +45015,11,0 +45015,21,0 +45015,22,1938 +45015,23,4400 +45015,31,7055 +45015,42,2068 +45015,44,8214 +45015,48,3506 +45015,51,642 +45015,52,1212 +45015,53,726 +45015,54,7163 +45015,55,201 +45015,56,2583 +45015,61,788 +45015,62,3377 +45015,71,1005 +45015,72,5044 +45015,81,1620 +45015,92,980 +45017,11,316 +45017,22,0 +45017,23,676 +45017,31,1447 +45017,42,0 +45017,44,222 +45017,48,430 +45017,51,0 +45017,52,32 +45017,53,0 +45017,54,0 +45017,55,0 +45017,56,209 +45017,61,625 +45017,62,0 +45017,71,0 +45017,72,0 +45017,81,93 +45017,92,273 +45019,11,304 +45019,21,31 +45019,22,1747 +45019,23,14684 +45019,31,17605 +45019,42,7396 +45019,44,29632 +45019,48,12042 +45019,51,4673 +45019,52,6504 +45019,53,6254 +45019,54,21116 +45019,55,2334 +45019,56,21716 +45019,61,8100 +45019,62,37192 +45019,71,4401 +45019,72,36554 +45019,81,7143 +45019,92,19848 +45021,11,0 +45021,21,0 +45021,22,120 +45021,23,1101 +45021,31,6309 +45021,42,737 +45021,44,2360 +45021,48,1396 +45021,51,56 +45021,52,269 +45021,53,105 +45021,54,0 +45021,55,0 +45021,56,2789 +45021,61,0 +45021,62,0 +45021,71,250 +45021,72,1900 +45021,81,484 +45021,92,616 +45023,11,153 +45023,22,138 +45023,23,464 +45023,31,3844 +45023,42,705 +45023,44,812 +45023,48,551 +45023,51,0 +45023,52,141 +45023,53,0 +45023,54,230 +45023,55,3 +45023,56,155 +45023,61,39 +45023,62,454 +45023,71,53 +45023,72,592 +45023,81,192 +45023,92,608 +45025,11,425 +45025,21,94 +45025,22,117 +45025,23,734 +45025,31,5027 +45025,42,488 +45025,44,1187 +45025,48,1847 +45025,51,107 +45025,52,229 +45025,53,54 +45025,54,0 +45025,55,0 +45025,56,657 +45025,61,2412 +45025,62,1663 +45025,71,44 +45025,72,1082 +45025,81,224 +45025,92,646 +45027,11,431 +45027,22,0 +45027,23,134 +45027,31,460 +45027,42,0 +45027,44,1220 +45027,48,146 +45027,51,15 +45027,52,179 +45027,53,20 +45027,54,100 +45027,56,145 +45027,61,1919 +45027,62,1783 +45027,71,73 +45027,72,787 +45027,81,263 +45027,92,967 +45029,11,662 +45029,21,34 +45029,22,0 +45029,23,575 +45029,31,621 +45029,42,396 +45029,44,1625 +45029,48,60 +45029,51,128 +45029,52,266 +45029,53,92 +45029,54,0 +45029,55,0 +45029,56,958 +45029,61,226 +45029,62,1941 +45029,71,132 +45029,72,1318 +45029,81,324 +45029,92,32 +45031,11,234 +45031,22,1035 +45031,23,1518 +45031,31,3764 +45031,42,893 +45031,44,2369 +45031,48,1047 +45031,51,65 +45031,52,418 +45031,53,65 +45031,54,294 +45031,55,385 +45031,56,1243 +45031,61,802 +45031,62,2802 +45031,71,328 +45031,72,1661 +45031,81,434 +45031,92,1710 +45033,11,209 +45033,22,0 +45033,23,93 +45033,31,1919 +45033,42,0 +45033,44,1313 +45033,48,1215 +45033,51,36 +45033,52,192 +45033,53,52 +45033,54,123 +45033,56,168 +45033,61,1577 +45033,62,0 +45033,71,0 +45033,72,0 +45033,81,87 +45033,92,553 +45035,11,234 +45035,21,45 +45035,22,0 +45035,23,2471 +45035,31,5476 +45035,42,1157 +45035,44,5099 +45035,48,215 +45035,51,357 +45035,52,626 +45035,53,474 +45035,54,1364 +45035,55,117 +45035,56,2885 +45035,61,607 +45035,62,3747 +45035,71,842 +45035,72,4316 +45035,81,1249 +45035,92,3075 +45037,11,0 +45037,21,0 +45037,22,0 +45037,23,235 +45037,31,1026 +45037,42,107 +45037,44,456 +45037,48,31 +45037,51,22 +45037,52,54 +45037,53,12 +45037,54,0 +45037,55,0 +45037,56,450 +45037,61,0 +45037,62,0 +45037,71,0 +45037,72,0 +45037,81,201 +45037,92,420 +45039,11,0 +45039,21,0 +45039,22,0 +45039,23,142 +45039,31,714 +45039,42,556 +45039,44,442 +45039,48,41 +45039,51,53 +45039,52,59 +45039,53,9 +45039,54,0 +45039,55,0 +45039,56,374 +45039,61,0 +45039,62,0 +45039,71,0 +45039,72,0 +45039,81,63 +45039,92,154 +45041,11,359 +45041,21,31 +45041,22,256 +45041,23,1985 +45041,31,6547 +45041,42,3037 +45041,44,8575 +45041,48,2565 +45041,51,789 +45041,52,2722 +45041,53,791 +45041,54,2854 +45041,55,1148 +45041,56,4457 +45041,61,600 +45041,62,10384 +45041,71,585 +45041,72,7866 +45041,81,1480 +45041,92,3886 +45043,11,0 +45043,21,0 +45043,22,14 +45043,23,1258 +45043,31,2409 +45043,42,261 +45043,44,2871 +45043,48,498 +45043,51,102 +45043,52,1278 +45043,53,557 +45043,54,976 +45043,55,67 +45043,56,1227 +45043,61,268 +45043,62,2884 +45043,71,1197 +45043,72,3674 +45043,81,586 +45043,92,1610 +45045,11,248 +45045,21,60 +45045,22,1025 +45045,23,14016 +45045,31,30447 +45045,42,16006 +45045,44,29756 +45045,48,9669 +45045,51,6738 +45045,52,11803 +45045,53,4381 +45045,54,21023 +45045,55,5431 +45045,56,39671 +45045,61,38182 +45045,62,45651 +45045,71,5014 +45045,72,26312 +45045,81,6750 +45045,92,9102 +45047,11,0 +45047,21,0 +45047,22,0 +45047,23,1077 +45047,31,6088 +45047,42,1072 +45047,44,3636 +45047,48,102 +45047,51,121 +45047,52,560 +45047,53,298 +45047,54,518 +45047,55,149 +45047,56,2093 +45047,61,3772 +45047,62,6427 +45047,71,488 +45047,72,2719 +45047,81,415 +45047,92,1488 +45049,11,430 +45049,22,0 +45049,23,231 +45049,31,396 +45049,42,248 +45049,44,636 +45049,48,39 +45049,51,0 +45049,52,85 +45049,53,0 +45049,54,183 +45049,55,0 +45049,56,0 +45049,61,0 +45049,62,0 +45049,71,0 +45049,72,0 +45049,81,146 +45049,92,758 +45051,11,317 +45051,21,130 +45051,22,477 +45051,23,8433 +45051,31,3228 +45051,42,2712 +45051,44,24723 +45051,48,2541 +45051,51,2088 +45051,52,3045 +45051,53,4517 +45051,54,4458 +45051,55,588 +45051,56,9112 +45051,61,1152 +45051,62,15436 +45051,71,5806 +45051,72,33211 +45051,81,3363 +45051,92,1383 +45053,11,214 +45053,22,208 +45053,23,1489 +45053,31,318 +45053,42,318 +45053,44,1812 +45053,48,124 +45053,51,18 +45053,52,115 +45053,53,134 +45053,54,335 +45053,55,4 +45053,56,702 +45053,61,383 +45053,62,2294 +45053,71,107 +45053,72,864 +45053,81,214 +45053,92,995 +45055,11,634 +45055,21,104 +45055,22,144 +45055,23,1009 +45055,31,3049 +45055,42,187 +45055,44,3009 +45055,48,537 +45055,51,103 +45055,52,450 +45055,53,75 +45055,54,496 +45055,55,21 +45055,56,1265 +45055,61,637 +45055,62,2837 +45055,71,241 +45055,72,1630 +45055,81,410 +45055,92,975 +45057,11,0 +45057,21,0 +45057,22,0 +45057,23,897 +45057,31,3293 +45057,42,782 +45057,44,3351 +45057,48,105 +45057,51,414 +45057,52,576 +45057,53,224 +45057,54,3653 +45057,55,1801 +45057,56,1746 +45057,61,122 +45057,62,2807 +45057,71,132 +45057,72,2227 +45057,81,487 +45057,92,1265 +45059,11,0 +45059,21,0 +45059,22,224 +45059,23,683 +45059,31,7132 +45059,42,0 +45059,44,1700 +45059,48,1484 +45059,51,98 +45059,52,282 +45059,53,70 +45059,54,0 +45059,55,0 +45059,56,1672 +45059,61,4079 +45059,62,2454 +45059,71,255 +45059,72,1376 +45059,81,288 +45059,92,1187 +45061,11,146 +45061,23,60 +45061,31,406 +45061,42,97 +45061,44,399 +45061,48,205 +45061,51,0 +45061,52,63 +45061,53,0 +45061,54,0 +45061,55,0 +45061,56,187 +45061,61,726 +45061,62,0 +45061,72,303 +45061,81,250 +45061,92,8 +45063,11,1397 +45063,21,222 +45063,22,2914 +45063,23,7130 +45063,31,12712 +45063,42,6736 +45063,44,17143 +45063,48,8561 +45063,51,2361 +45063,52,3100 +45063,53,1961 +45063,54,4476 +45063,55,1262 +45063,56,8170 +45063,61,23249 +45063,62,19856 +45063,71,906 +45063,72,12522 +45063,81,3610 +45063,92,6127 +45065,11,0 +45065,22,0 +45065,23,0 +45065,31,0 +45065,42,0 +45065,44,111 +45065,48,23 +45065,51,0 +45065,52,18 +45065,53,0 +45065,54,65 +45065,56,104 +45065,61,0 +45065,62,217 +45065,71,0 +45065,72,0 +45065,81,121 +45065,92,2 +45067,11,0 +45067,21,0 +45067,22,66 +45067,23,211 +45067,31,648 +45067,42,133 +45067,44,934 +45067,48,584 +45067,51,11 +45067,52,320 +45067,53,31 +45067,54,0 +45067,55,0 +45067,56,599 +45067,61,0 +45067,62,0 +45067,71,26 +45067,72,611 +45067,81,118 +45067,92,515 +45069,11,0 +45069,21,0 +45069,22,60 +45069,23,81 +45069,31,2375 +45069,42,55 +45069,44,788 +45069,48,213 +45069,51,33 +45069,52,115 +45069,53,64 +45069,54,45 +45069,55,0 +45069,56,0 +45069,61,0 +45069,62,0 +45069,71,0 +45069,72,0 +45069,81,110 +45069,92,355 +45071,11,0 +45071,21,0 +45071,22,0 +45071,23,833 +45071,31,5319 +45071,42,443 +45071,44,1433 +45071,48,66 +45071,51,29 +45071,52,194 +45071,53,91 +45071,54,0 +45071,55,0 +45071,56,519 +45071,61,888 +45071,62,1099 +45071,71,166 +45071,72,1022 +45071,81,244 +45071,92,888 +45073,11,0 +45073,21,0 +45073,22,78 +45073,23,1336 +45073,31,6299 +45073,42,543 +45073,44,3388 +45073,48,131 +45073,51,361 +45073,52,601 +45073,53,206 +45073,54,666 +45073,55,8 +45073,56,997 +45073,61,404 +45073,62,2142 +45073,71,400 +45073,72,1940 +45073,81,798 +45073,92,1087 +45075,11,0 +45075,21,0 +45075,22,0 +45075,23,897 +45075,31,5574 +45075,42,0 +45075,44,3903 +45075,48,1429 +45075,51,138 +45075,52,574 +45075,53,196 +45075,54,489 +45075,55,21 +45075,56,1158 +45075,61,1761 +45075,62,3197 +45075,71,271 +45075,72,3417 +45075,81,398 +45075,92,73 +45077,11,0 +45077,21,0 +45077,22,224 +45077,23,1522 +45077,31,5388 +45077,42,493 +45077,44,5293 +45077,48,173 +45077,51,164 +45077,52,593 +45077,53,270 +45077,54,874 +45077,55,114 +45077,56,1100 +45077,61,945 +45077,62,3602 +45077,71,954 +45077,72,6017 +45077,81,859 +45077,92,2006 +45079,11,1289 +45079,21,280 +45079,22,768 +45079,23,7686 +45079,31,11653 +45079,42,7717 +45079,44,21332 +45079,48,4257 +45079,51,4063 +45079,52,20088 +45079,53,3897 +45079,54,13297 +45079,55,2836 +45079,56,19615 +45079,61,28959 +45079,62,36932 +45079,71,3239 +45079,72,22749 +45079,81,7147 +45079,92,33204 +45081,11,0 +45081,21,0 +45081,22,0 +45081,23,146 +45081,31,2170 +45081,42,108 +45081,44,281 +45081,48,20 +45081,51,0 +45081,52,44 +45081,53,0 +45081,54,0 +45081,55,0 +45081,56,32 +45081,61,0 +45081,62,0 +45081,71,46 +45081,72,169 +45081,81,66 +45081,92,20 +45083,11,290 +45083,21,276 +45083,22,343 +45083,23,7280 +45083,31,35012 +45083,42,7243 +45083,44,15016 +45083,48,9578 +45083,51,1042 +45083,52,3276 +45083,53,1401 +45083,54,5209 +45083,55,1929 +45083,56,12677 +45083,61,21280 +45083,62,22922 +45083,71,1236 +45083,72,12809 +45083,81,3270 +45083,92,3285 +45085,11,387 +45085,22,174 +45085,23,2695 +45085,31,6991 +45085,42,741 +45085,44,4629 +45085,48,839 +45085,51,233 +45085,52,768 +45085,53,270 +45085,54,996 +45085,55,244 +45085,56,2316 +45085,61,6731 +45085,62,6555 +45085,71,390 +45085,72,3788 +45085,81,1123 +45085,92,1660 +45087,11,0 +45087,21,0 +45087,22,95 +45087,23,153 +45087,31,2245 +45087,42,132 +45087,44,822 +45087,48,1305 +45087,51,18 +45087,52,167 +45087,53,46 +45087,54,55 +45087,56,720 +45087,61,55 +45087,62,297 +45087,71,0 +45087,72,0 +45087,81,166 +45087,92,586 +45089,11,267 +45089,22,0 +45089,23,567 +45089,31,2378 +45089,42,236 +45089,44,876 +45089,48,61 +45089,51,28 +45089,52,140 +45089,53,15 +45089,54,0 +45089,55,0 +45089,56,897 +45089,61,0 +45089,62,0 +45089,71,9 +45089,72,314 +45089,81,287 +45089,92,549 +45091,11,815 +45091,21,93 +45091,22,1344 +45091,23,4968 +45091,31,11668 +45091,42,4962 +45091,44,12529 +45091,48,4606 +45091,51,2453 +45091,52,4444 +45091,53,1702 +45091,54,4610 +45091,55,4939 +45091,56,6407 +45091,61,2100 +45091,62,11241 +45091,71,2942 +45091,72,11082 +45091,81,2819 +45091,92,4162 +46003,11,392 +46003,22,0 +46003,23,30 +46003,42,39 +46003,44,120 +46003,48,7 +46003,51,0 +46003,52,32 +46003,54,18 +46003,56,59 +46003,61,0 +46003,62,238 +46003,71,0 +46003,72,0 +46003,81,0 +46003,92,13 +46005,11,0 +46005,21,0 +46005,22,0 +46005,23,365 +46005,31,2022 +46005,42,507 +46005,44,951 +46005,48,105 +46005,51,89 +46005,52,583 +46005,53,95 +46005,54,128 +46005,55,224 +46005,56,202 +46005,61,1031 +46005,62,0 +46005,71,139 +46005,72,538 +46005,81,206 +46005,92,339 +46007,11,0 +46007,22,0 +46007,23,109 +46007,31,0 +46007,42,0 +46007,44,131 +46007,48,5 +46007,51,20 +46007,52,0 +46007,54,0 +46007,61,0 +46007,62,31 +46007,71,0 +46007,72,0 +46007,81,15 +46007,92,102 +46009,11,0 +46009,21,0 +46009,22,54 +46009,23,63 +46009,31,130 +46009,42,100 +46009,44,176 +46009,48,63 +46009,51,11 +46009,52,66 +46009,53,18 +46009,54,31 +46009,56,14 +46009,61,369 +46009,62,0 +46009,71,17 +46009,72,77 +46009,81,29 +46009,92,458 +46011,11,0 +46011,21,0 +46011,22,122 +46011,23,894 +46011,31,4553 +46011,42,548 +46011,44,1907 +46011,48,436 +46011,51,141 +46011,52,607 +46011,53,206 +46011,54,669 +46011,55,73 +46011,56,282 +46011,61,198 +46011,62,1247 +46011,71,360 +46011,72,1960 +46011,81,501 +46011,92,730 +46013,11,0 +46013,21,0 +46013,22,176 +46013,23,976 +46013,31,3464 +46013,42,1066 +46013,44,2783 +46013,48,556 +46013,51,279 +46013,52,964 +46013,53,154 +46013,54,504 +46013,55,376 +46013,56,714 +46013,61,402 +46013,62,3543 +46013,71,356 +46013,72,1950 +46013,81,637 +46013,92,1681 +46015,11,0 +46015,21,0 +46015,22,19 +46015,23,77 +46015,31,21 +46015,42,181 +46015,44,258 +46015,48,31 +46015,51,45 +46015,52,88 +46015,53,4 +46015,54,62 +46015,56,47 +46015,61,0 +46015,62,321 +46015,71,51 +46015,72,267 +46015,81,69 +46015,92,82 +46017,11,0 +46017,23,0 +46017,44,33 +46017,48,1 +46017,51,0 +46017,52,0 +46017,53,0 +46017,54,42 +46017,56,0 +46017,61,0 +46017,62,124 +46017,71,0 +46017,92,34 +46019,11,0 +46019,21,0 +46019,22,26 +46019,23,142 +46019,31,198 +46019,42,164 +46019,44,522 +46019,48,94 +46019,51,9 +46019,52,75 +46019,53,19 +46019,54,0 +46019,55,0 +46019,56,0 +46019,61,0 +46019,62,302 +46019,71,19 +46019,72,342 +46019,81,82 +46019,92,75 +46021,11,152 +46021,23,10 +46021,31,53 +46021,42,81 +46021,44,37 +46021,48,29 +46021,51,0 +46021,52,0 +46021,53,0 +46021,54,10 +46021,56,6 +46021,61,0 +46021,62,23 +46021,71,0 +46021,72,11 +46021,81,0 +46021,92,60 +46023,11,0 +46023,21,0 +46023,22,0 +46023,23,164 +46023,31,81 +46023,42,208 +46023,44,360 +46023,48,28 +46023,51,26 +46023,52,148 +46023,53,12 +46023,54,116 +46023,55,20 +46023,56,40 +46023,61,851 +46023,62,73 +46023,71,43 +46023,72,187 +46023,81,64 +46023,92,493 +46025,11,190 +46025,22,0 +46025,23,94 +46025,31,128 +46025,42,82 +46025,44,130 +46025,48,17 +46025,51,0 +46025,52,0 +46025,53,0 +46025,54,23 +46025,56,0 +46025,61,0 +46025,62,0 +46025,71,12 +46025,72,68 +46025,81,23 +46025,92,143 +46027,11,46 +46027,22,52 +46027,23,160 +46027,31,235 +46027,42,92 +46027,44,721 +46027,48,317 +46027,51,21 +46027,52,138 +46027,53,38 +46027,54,71 +46027,55,10 +46027,56,160 +46027,61,0 +46027,62,0 +46027,71,29 +46027,72,1018 +46027,81,85 +46027,92,132 +46029,11,0 +46029,21,0 +46029,22,56 +46029,23,728 +46029,31,3403 +46029,42,754 +46029,44,2518 +46029,48,471 +46029,51,180 +46029,52,826 +46029,53,111 +46029,54,376 +46029,55,199 +46029,56,293 +46029,61,1868 +46029,62,2267 +46029,71,188 +46029,72,1766 +46029,81,553 +46029,92,305 +46031,11,0 +46031,22,0 +46031,23,0 +46031,42,102 +46031,44,34 +46031,48,8 +46031,51,0 +46031,52,0 +46031,53,0 +46031,56,0 +46031,61,489 +46031,62,65 +46031,71,0 +46031,72,0 +46031,92,117 +46033,11,0 +46033,21,0 +46033,22,0 +46033,23,166 +46033,31,19 +46033,42,0 +46033,44,280 +46033,48,59 +46033,51,29 +46033,52,41 +46033,53,32 +46033,54,0 +46033,55,0 +46033,56,93 +46033,61,14 +46033,62,268 +46033,71,184 +46033,72,604 +46033,81,91 +46033,92,165 +46035,11,0 +46035,21,0 +46035,22,115 +46035,23,677 +46035,31,2005 +46035,42,675 +46035,44,1741 +46035,48,274 +46035,51,215 +46035,52,406 +46035,53,81 +46035,54,462 +46035,55,88 +46035,56,493 +46035,61,476 +46035,62,2212 +46035,71,147 +46035,72,1502 +46035,81,296 +46035,92,189 +46037,11,143 +46037,22,0 +46037,23,77 +46037,31,236 +46037,42,151 +46037,44,248 +46037,48,30 +46037,51,13 +46037,52,76 +46037,53,4 +46037,54,39 +46037,56,15 +46037,61,360 +46037,62,0 +46037,71,0 +46037,72,0 +46037,81,41 +46037,92,86 +46039,11,146 +46039,22,64 +46039,23,157 +46039,31,261 +46039,42,55 +46039,44,94 +46039,48,103 +46039,51,0 +46039,52,0 +46039,53,0 +46039,54,0 +46039,56,0 +46039,61,0 +46039,62,0 +46039,71,25 +46039,72,55 +46039,81,0 +46039,92,139 +46041,11,92 +46041,21,0 +46041,22,0 +46041,23,49 +46041,31,0 +46041,42,42 +46041,44,168 +46041,48,12 +46041,51,0 +46041,52,0 +46041,53,0 +46041,54,0 +46041,55,0 +46041,56,0 +46041,61,252 +46041,62,270 +46041,72,75 +46041,81,0 +46041,92,24 +46043,11,0 +46043,21,0 +46043,22,0 +46043,23,70 +46043,31,126 +46043,42,121 +46043,44,113 +46043,48,19 +46043,51,0 +46043,52,34 +46043,54,11 +46043,56,0 +46043,61,0 +46043,62,261 +46043,71,0 +46043,72,0 +46043,81,41 +46043,92,12 +46045,11,245 +46045,22,42 +46045,23,41 +46045,31,74 +46045,42,182 +46045,44,113 +46045,48,51 +46045,51,6 +46045,52,52 +46045,53,4 +46045,54,36 +46045,56,8 +46045,61,0 +46045,62,0 +46045,71,0 +46045,72,0 +46045,81,24 +46045,92,11 +46047,11,122 +46047,21,108 +46047,22,0 +46047,23,81 +46047,31,10 +46047,42,26 +46047,44,259 +46047,48,15 +46047,51,30 +46047,52,44 +46047,53,12 +46047,54,81 +46047,56,37 +46047,61,353 +46047,62,466 +46047,71,157 +46047,72,272 +46047,81,60 +46047,92,62 +46049,11,51 +46049,22,0 +46049,23,0 +46049,31,0 +46049,42,67 +46049,44,59 +46049,48,9 +46049,51,9 +46049,52,27 +46049,54,8 +46049,61,0 +46049,62,0 +46049,71,0 +46049,72,0 +46049,81,7 +46049,92,115 +46051,11,0 +46051,21,0 +46051,22,234 +46051,23,248 +46051,31,713 +46051,42,354 +46051,44,487 +46051,48,131 +46051,51,62 +46051,52,160 +46051,53,13 +46051,54,44 +46051,56,164 +46051,61,0 +46051,62,569 +46051,71,59 +46051,72,255 +46051,81,86 +46051,92,23 +46053,11,0 +46053,21,0 +46053,22,0 +46053,23,82 +46053,31,19 +46053,42,92 +46053,44,259 +46053,48,24 +46053,51,14 +46053,52,80 +46053,53,11 +46053,54,36 +46053,56,30 +46053,61,225 +46053,62,0 +46053,71,51 +46053,72,130 +46053,81,35 +46053,92,141 +46055,11,0 +46055,21,0 +46055,22,0 +46055,23,16 +46055,31,77 +46055,42,126 +46055,44,84 +46055,48,4 +46055,51,27 +46055,52,36 +46055,54,0 +46055,56,0 +46055,61,0 +46055,62,0 +46055,71,0 +46055,72,0 +46055,81,0 +46055,92,23 +46057,11,0 +46057,22,0 +46057,23,325 +46057,31,0 +46057,42,197 +46057,44,179 +46057,48,9 +46057,51,10 +46057,52,0 +46057,53,0 +46057,54,38 +46057,56,23 +46057,61,0 +46057,62,138 +46057,71,0 +46057,72,0 +46057,81,41 +46057,92,9 +46059,11,328 +46059,22,0 +46059,23,42 +46059,31,41 +46059,42,111 +46059,44,133 +46059,48,9 +46059,51,0 +46059,52,0 +46059,53,0 +46059,54,58 +46059,55,0 +46059,56,0 +46059,61,0 +46059,62,0 +46059,71,10 +46059,72,94 +46059,81,0 +46059,92,15 +46061,11,0 +46061,21,0 +46061,23,61 +46061,31,134 +46061,42,32 +46061,44,33 +46061,48,38 +46061,51,0 +46061,52,0 +46061,53,0 +46061,54,20 +46061,56,4 +46061,61,0 +46061,62,0 +46061,71,0 +46061,72,0 +46061,81,0 +46061,92,6 +46063,11,53 +46063,21,208 +46063,22,0 +46063,23,102 +46063,42,0 +46063,44,39 +46063,48,53 +46063,51,0 +46063,52,0 +46063,54,0 +46063,56,0 +46063,61,0 +46063,62,88 +46063,71,0 +46063,72,0 +46063,81,0 +46063,92,25 +46065,11,240 +46065,22,0 +46065,23,405 +46065,31,68 +46065,42,0 +46065,44,1309 +46065,48,25 +46065,51,178 +46065,52,521 +46065,53,111 +46065,54,469 +46065,55,0 +46065,56,0 +46065,61,203 +46065,62,1596 +46065,71,263 +46065,72,957 +46065,81,396 +46065,92,3554 +46067,11,0 +46067,21,0 +46067,22,0 +46067,23,73 +46067,31,301 +46067,42,396 +46067,44,267 +46067,48,34 +46067,51,14 +46067,52,0 +46067,53,0 +46067,54,60 +46067,56,49 +46067,61,0 +46067,62,0 +46067,71,0 +46067,72,0 +46067,81,57 +46067,92,209 +46069,11,157 +46069,22,0 +46069,23,0 +46069,31,0 +46069,42,64 +46069,44,72 +46069,48,3 +46069,51,0 +46069,52,0 +46069,53,0 +46069,54,0 +46069,56,0 +46069,61,0 +46069,62,77 +46069,71,0 +46069,72,0 +46069,81,0 +46069,92,48 +46071,22,0 +46071,23,0 +46071,31,0 +46071,42,17 +46071,44,115 +46071,48,5 +46071,51,0 +46071,52,0 +46071,54,0 +46071,56,0 +46071,61,0 +46071,62,0 +46071,71,72 +46071,72,0 +46071,81,12 +46071,92,39 +46073,11,0 +46073,21,0 +46073,22,0 +46073,23,0 +46073,31,0 +46073,42,133 +46073,44,61 +46073,48,10 +46073,51,0 +46073,52,0 +46073,53,0 +46073,54,0 +46073,56,0 +46073,61,0 +46073,62,0 +46073,71,0 +46073,72,0 +46073,81,0 +46073,92,85 +46075,11,0 +46075,22,0 +46075,23,0 +46075,42,0 +46075,44,77 +46075,48,5 +46075,51,0 +46075,52,17 +46075,54,4 +46075,56,0 +46075,61,0 +46075,62,15 +46075,71,0 +46075,72,0 +46075,81,12 +46075,92,78 +46077,11,263 +46077,22,52 +46077,23,112 +46077,31,267 +46077,42,194 +46077,44,175 +46077,48,47 +46077,51,11 +46077,52,119 +46077,54,16 +46077,55,0 +46077,56,0 +46077,61,281 +46077,62,244 +46077,71,32 +46077,72,98 +46077,81,43 +46077,92,161 +46079,11,279 +46079,21,101 +46079,22,0 +46079,23,231 +46079,31,1060 +46079,42,260 +46079,44,466 +46079,48,32 +46079,51,83 +46079,52,116 +46079,53,21 +46079,54,192 +46079,55,0 +46079,56,0 +46079,61,641 +46079,62,715 +46079,71,65 +46079,72,483 +46079,81,97 +46079,92,382 +46081,11,0 +46081,21,0 +46081,22,53 +46081,23,858 +46081,31,493 +46081,42,219 +46081,44,1480 +46081,48,292 +46081,51,121 +46081,52,301 +46081,53,176 +46081,54,520 +46081,55,40 +46081,56,342 +46081,61,91 +46081,62,1782 +46081,71,606 +46081,72,3275 +46081,81,308 +46081,92,271 +46083,11,199 +46083,22,209 +46083,23,2417 +46083,31,2194 +46083,42,1071 +46083,44,2412 +46083,48,612 +46083,51,301 +46083,52,3069 +46083,53,292 +46083,54,1388 +46083,55,0 +46083,56,0 +46083,61,3044 +46083,62,4180 +46083,71,483 +46083,72,1713 +46083,81,677 +46083,92,453 +46085,11,64 +46085,22,0 +46085,23,32 +46085,42,73 +46085,44,175 +46085,48,7 +46085,51,0 +46085,52,0 +46085,53,0 +46085,54,0 +46085,56,0 +46085,61,341 +46085,62,38 +46085,71,0 +46085,72,0 +46085,81,0 +46085,92,482 +46087,11,134 +46087,21,0 +46087,22,0 +46087,23,111 +46087,31,0 +46087,42,130 +46087,44,152 +46087,48,19 +46087,51,31 +46087,52,47 +46087,53,6 +46087,54,52 +46087,56,17 +46087,61,246 +46087,62,0 +46087,71,0 +46087,72,0 +46087,81,29 +46087,92,163 +46089,11,140 +46089,23,13 +46089,31,40 +46089,42,0 +46089,44,51 +46089,48,6 +46089,51,0 +46089,52,0 +46089,53,0 +46089,54,0 +46089,61,180 +46089,62,130 +46089,72,9 +46089,81,22 +46089,92,10 +46091,11,0 +46091,21,0 +46091,22,0 +46091,23,103 +46091,31,321 +46091,42,86 +46091,44,133 +46091,48,16 +46091,51,0 +46091,52,0 +46091,53,0 +46091,54,35 +46091,55,0 +46091,56,0 +46091,61,0 +46091,62,0 +46091,71,0 +46091,72,0 +46091,81,0 +46091,92,148 +46093,11,0 +46093,21,0 +46093,22,46 +46093,23,884 +46093,31,306 +46093,42,319 +46093,44,745 +46093,48,339 +46093,51,33 +46093,52,221 +46093,53,98 +46093,54,248 +46093,55,31 +46093,56,183 +46093,61,23 +46093,62,1738 +46093,71,67 +46093,72,802 +46093,81,262 +46093,92,940 +46095,11,0 +46095,23,0 +46095,42,0 +46095,44,0 +46095,48,4 +46095,52,0 +46095,53,0 +46095,54,0 +46095,56,0 +46095,61,0 +46095,62,7 +46095,71,0 +46095,72,0 +46095,92,17 +46097,11,85 +46097,22,0 +46097,23,31 +46097,31,16 +46097,42,57 +46097,44,57 +46097,48,11 +46097,51,0 +46097,52,0 +46097,54,19 +46097,55,0 +46097,56,0 +46097,61,0 +46097,62,155 +46097,71,0 +46097,72,0 +46097,81,19 +46097,92,17 +46099,11,0 +46099,21,0 +46099,22,345 +46099,23,6649 +46099,31,12492 +46099,42,7283 +46099,44,16002 +46099,48,6147 +46099,51,2504 +46099,52,11382 +46099,53,1445 +46099,54,5847 +46099,55,2009 +46099,56,6127 +46099,61,11993 +46099,62,30844 +46099,71,3468 +46099,72,11709 +46099,81,3305 +46099,92,6033 +46101,11,1381 +46101,22,0 +46101,23,216 +46101,31,310 +46101,42,144 +46101,44,145 +46101,48,16 +46101,51,0 +46101,52,0 +46101,53,0 +46101,54,40 +46101,56,37 +46101,61,437 +46101,62,216 +46101,71,0 +46101,72,0 +46101,81,0 +46101,92,376 +46102,11,0 +46102,23,44 +46102,31,0 +46102,42,0 +46102,44,0 +46102,48,11 +46102,51,0 +46102,52,0 +46102,53,0 +46102,54,0 +46102,56,0 +46102,61,2141 +46102,62,612 +46102,71,0 +46102,72,111 +46102,81,75 +46102,92,5 +46103,11,222 +46103,21,491 +46103,22,340 +46103,23,3866 +46103,31,2609 +46103,42,2240 +46103,44,8210 +46103,48,1599 +46103,51,788 +46103,52,2722 +46103,53,878 +46103,54,2531 +46103,55,1201 +46103,56,2509 +46103,61,5556 +46103,62,12318 +46103,71,1508 +46103,72,8500 +46103,81,2233 +46103,92,5199 +46105,11,0 +46105,22,0 +46105,23,51 +46105,31,0 +46105,42,108 +46105,44,134 +46105,48,9 +46105,51,13 +46105,52,0 +46105,53,0 +46105,54,0 +46105,56,0 +46105,61,217 +46105,62,153 +46105,71,0 +46105,72,0 +46105,81,42 +46105,92,140 +46107,11,0 +46107,22,0 +46107,23,48 +46107,31,0 +46107,42,104 +46107,44,122 +46107,48,7 +46107,51,0 +46107,52,0 +46107,53,0 +46107,54,9 +46107,55,0 +46107,56,0 +46107,61,0 +46107,62,0 +46107,71,16 +46107,72,63 +46107,81,33 +46107,92,16 +46109,11,0 +46109,21,0 +46109,22,0 +46109,23,62 +46109,31,438 +46109,42,175 +46109,44,376 +46109,48,27 +46109,51,33 +46109,52,0 +46109,53,0 +46109,54,43 +46109,56,25 +46109,61,898 +46109,62,170 +46109,71,0 +46109,72,0 +46109,81,59 +46109,92,1015 +46111,11,0 +46111,23,0 +46111,31,56 +46111,42,24 +46111,44,43 +46111,48,33 +46111,51,0 +46111,52,21 +46111,54,0 +46111,56,0 +46111,61,0 +46111,62,58 +46111,72,34 +46111,81,0 +46111,92,9 +46115,11,307 +46115,22,0 +46115,23,94 +46115,31,85 +46115,42,230 +46115,44,213 +46115,48,24 +46115,51,5 +46115,52,96 +46115,53,13 +46115,54,49 +46115,56,37 +46115,61,0 +46115,62,0 +46115,71,0 +46115,72,0 +46115,81,48 +46115,92,34 +46117,11,0 +46117,21,0 +46117,23,261 +46117,42,100 +46117,44,159 +46117,48,19 +46117,51,0 +46117,52,0 +46117,53,0 +46117,54,49 +46117,55,0 +46117,56,0 +46117,61,0 +46117,62,0 +46117,71,0 +46117,72,0 +46117,81,43 +46117,92,12 +46119,11,370 +46119,22,0 +46119,23,0 +46119,31,0 +46119,42,52 +46119,44,96 +46119,48,3 +46119,51,0 +46119,52,0 +46119,53,0 +46119,54,0 +46119,56,0 +46119,61,0 +46119,62,0 +46119,71,0 +46119,72,0 +46119,92,10 +46121,11,0 +46121,22,0 +46121,23,27 +46121,31,0 +46121,42,62 +46121,44,222 +46121,48,10 +46121,51,0 +46121,52,0 +46121,53,0 +46121,54,11 +46121,56,8 +46121,61,0 +46121,62,327 +46121,71,0 +46121,72,0 +46121,81,42 +46121,92,56 +46123,11,0 +46123,21,0 +46123,22,0 +46123,23,86 +46123,31,58 +46123,42,197 +46123,44,308 +46123,48,18 +46123,51,44 +46123,52,0 +46123,53,0 +46123,54,118 +46123,55,0 +46123,56,0 +46123,61,0 +46123,62,540 +46123,71,0 +46123,72,0 +46123,81,50 +46123,92,38 +46125,11,0 +46125,21,0 +46125,22,45 +46125,23,160 +46125,31,184 +46125,42,126 +46125,44,198 +46125,48,113 +46125,51,16 +46125,52,0 +46125,53,0 +46125,54,24 +46125,55,0 +46125,56,0 +46125,61,453 +46125,62,0 +46125,71,20 +46125,72,85 +46125,81,34 +46125,92,197 +46127,11,283 +46127,22,68 +46127,23,344 +46127,31,2058 +46127,42,470 +46127,44,628 +46127,48,232 +46127,51,64 +46127,52,1067 +46127,53,74 +46127,54,648 +46127,55,1059 +46127,56,690 +46127,61,917 +46127,62,1486 +46127,71,291 +46127,72,655 +46127,81,156 +46127,92,392 +46129,11,0 +46129,21,0 +46129,22,66 +46129,23,31 +46129,31,20 +46129,42,146 +46129,44,344 +46129,48,129 +46129,51,39 +46129,52,78 +46129,53,16 +46129,54,67 +46129,56,94 +46129,61,306 +46129,62,375 +46129,71,0 +46129,72,0 +46129,81,84 +46129,92,249 +46135,11,0 +46135,21,0 +46135,22,0 +46135,23,453 +46135,31,3630 +46135,42,482 +46135,44,1490 +46135,48,42 +46135,51,151 +46135,52,396 +46135,53,105 +46135,54,0 +46135,55,0 +46135,56,608 +46135,61,1361 +46135,62,2230 +46135,71,117 +46135,72,1199 +46135,81,230 +46135,92,883 +46137,11,0 +46137,23,0 +46137,31,0 +46137,42,16 +46137,44,0 +46137,48,1 +46137,52,0 +46137,53,0 +46137,54,0 +46137,61,0 +46137,62,0 +46137,72,0 +46137,81,0 +46137,92,31 +47001,11,0 +47001,21,0 +47001,22,752 +47001,23,1173 +47001,31,11702 +47001,42,0 +47001,44,3588 +47001,48,821 +47001,51,290 +47001,52,1238 +47001,53,182 +47001,54,4091 +47001,55,19 +47001,56,3602 +47001,61,6410 +47001,62,5424 +47001,71,218 +47001,72,3436 +47001,81,730 +47001,92,2144 +47003,11,0 +47003,21,0 +47003,22,9 +47003,23,872 +47003,31,4243 +47003,42,0 +47003,44,1786 +47003,48,1889 +47003,51,115 +47003,52,331 +47003,53,102 +47003,54,0 +47003,55,0 +47003,56,1373 +47003,61,0 +47003,62,46 +47003,71,84 +47003,72,1064 +47003,81,227 +47003,92,925 +47005,11,0 +47005,21,0 +47005,22,0 +47005,23,120 +47005,31,773 +47005,42,103 +47005,44,648 +47005,48,219 +47005,51,35 +47005,52,263 +47005,53,7 +47005,54,0 +47005,55,0 +47005,56,167 +47005,61,0 +47005,62,0 +47005,71,0 +47005,72,0 +47005,81,69 +47005,92,357 +47007,11,0 +47007,21,0 +47007,22,0 +47007,23,113 +47007,31,35 +47007,42,0 +47007,44,124 +47007,48,17 +47007,51,0 +47007,52,61 +47007,53,12 +47007,54,26 +47007,56,0 +47007,61,0 +47007,62,123 +47007,71,0 +47007,72,0 +47007,81,31 +47007,92,5 +47009,11,0 +47009,21,0 +47009,22,157 +47009,23,2603 +47009,31,8573 +47009,42,2273 +47009,44,6346 +47009,48,2311 +47009,51,400 +47009,52,2071 +47009,53,732 +47009,54,2741 +47009,55,965 +47009,56,3954 +47009,61,2766 +47009,62,4992 +47009,71,316 +47009,72,5719 +47009,81,1428 +47009,92,1741 +47011,11,0 +47011,21,0 +47011,22,58 +47011,23,1977 +47011,31,8923 +47011,42,0 +47011,44,4939 +47011,48,4538 +47011,51,286 +47011,52,938 +47011,53,317 +47011,54,0 +47011,55,0 +47011,56,4819 +47011,61,2633 +47011,62,5332 +47011,71,195 +47011,72,4369 +47011,81,1312 +47011,92,329 +47013,11,27 +47013,21,87 +47013,22,281 +47013,23,488 +47013,31,1369 +47013,42,220 +47013,44,1438 +47013,48,273 +47013,51,59 +47013,52,317 +47013,53,59 +47013,54,0 +47013,55,0 +47013,56,279 +47013,61,0 +47013,62,0 +47013,71,286 +47013,72,962 +47013,81,162 +47013,92,907 +47015,11,38 +47015,21,61 +47015,22,0 +47015,23,124 +47015,31,300 +47015,42,0 +47015,44,201 +47015,48,327 +47015,51,18 +47015,52,31 +47015,53,7 +47015,54,34 +47015,55,0 +47015,56,0 +47015,61,0 +47015,62,0 +47015,71,0 +47015,72,0 +47015,81,71 +47015,92,8 +47017,11,153 +47017,22,224 +47017,23,200 +47017,31,257 +47017,42,169 +47017,44,802 +47017,48,83 +47017,51,80 +47017,52,380 +47017,53,77 +47017,54,79 +47017,56,517 +47017,61,2306 +47017,62,0 +47017,71,20 +47017,72,569 +47017,81,152 +47017,92,742 +47019,11,0 +47019,21,0 +47019,22,105 +47019,23,743 +47019,31,1519 +47019,42,146 +47019,44,1757 +47019,48,205 +47019,51,59 +47019,52,355 +47019,53,38 +47019,54,181 +47019,55,50 +47019,56,193 +47019,61,0 +47019,62,0 +47019,71,116 +47019,72,1353 +47019,81,304 +47019,92,850 +47021,11,0 +47021,21,0 +47021,22,0 +47021,23,726 +47021,31,2601 +47021,42,0 +47021,44,926 +47021,48,531 +47021,51,32 +47021,52,159 +47021,53,70 +47021,54,19 +47021,55,0 +47021,56,470 +47021,61,0 +47021,62,0 +47021,71,117 +47021,72,714 +47021,81,135 +47021,92,507 +47023,11,0 +47023,22,0 +47023,23,0 +47023,31,633 +47023,42,57 +47023,44,358 +47023,48,36 +47023,51,19 +47023,52,87 +47023,53,11 +47023,54,55 +47023,56,83 +47023,61,0 +47023,62,0 +47023,71,0 +47023,72,0 +47023,81,79 +47023,92,79 +47025,11,20 +47025,21,326 +47025,22,105 +47025,23,189 +47025,31,2632 +47025,42,0 +47025,44,781 +47025,48,531 +47025,51,28 +47025,52,299 +47025,53,40 +47025,54,128 +47025,55,17 +47025,56,134 +47025,61,0 +47025,62,0 +47025,71,87 +47025,72,627 +47025,81,218 +47025,92,363 +47027,11,0 +47027,21,0 +47027,22,0 +47027,23,24 +47027,31,259 +47027,42,0 +47027,44,145 +47027,48,53 +47027,51,0 +47027,52,23 +47027,53,11 +47027,54,48 +47027,55,0 +47027,56,0 +47027,61,0 +47027,62,164 +47027,71,66 +47027,72,99 +47027,81,29 +47027,92,31 +47029,11,0 +47029,21,0 +47029,22,309 +47029,23,205 +47029,31,1482 +47029,42,95 +47029,44,1379 +47029,48,105 +47029,51,41 +47029,52,152 +47029,53,50 +47029,54,107 +47029,55,0 +47029,56,0 +47029,61,0 +47029,62,0 +47029,71,166 +47029,72,1093 +47029,81,138 +47029,92,494 +47031,11,190 +47031,22,344 +47031,23,1065 +47031,31,5465 +47031,42,807 +47031,44,3108 +47031,48,46 +47031,51,273 +47031,52,646 +47031,53,176 +47031,54,3297 +47031,55,0 +47031,56,4 +47031,61,4988 +47031,62,3591 +47031,71,148 +47031,72,2709 +47031,81,311 +47031,92,1730 +47033,11,254 +47033,22,0 +47033,23,152 +47033,31,1183 +47033,42,362 +47033,44,305 +47033,48,24 +47033,51,62 +47033,52,84 +47033,53,6 +47033,54,0 +47033,55,0 +47033,56,99 +47033,61,1448 +47033,62,0 +47033,71,0 +47033,72,0 +47033,81,40 +47033,92,220 +47035,11,766 +47035,21,246 +47035,22,149 +47035,23,634 +47035,31,2191 +47035,42,0 +47035,44,2732 +47035,48,1433 +47035,51,342 +47035,52,470 +47035,53,241 +47035,54,327 +47035,55,12 +47035,56,1423 +47035,61,247 +47035,62,2957 +47035,71,234 +47035,72,1678 +47035,81,843 +47035,92,303 +47037,11,510 +47037,21,477 +47037,22,811 +47037,23,25668 +47037,31,20631 +47037,42,26557 +47037,44,42878 +47037,48,31992 +47037,51,14426 +47037,52,24433 +47037,53,10606 +47037,54,42281 +47037,55,11698 +47037,56,48364 +47037,61,61865 +47037,62,97515 +47037,71,11477 +47037,72,59325 +47037,81,18675 +47037,92,24440 +47039,11,0 +47039,21,0 +47039,22,0 +47039,23,153 +47039,31,565 +47039,42,130 +47039,44,332 +47039,48,31 +47039,51,22 +47039,52,0 +47039,53,0 +47039,54,0 +47039,55,0 +47039,56,142 +47039,61,0 +47039,62,754 +47039,71,14 +47039,72,229 +47039,81,53 +47039,92,288 +47041,11,307 +47041,22,170 +47041,23,91 +47041,31,2384 +47041,42,144 +47041,44,537 +47041,48,34 +47041,51,89 +47041,52,96 +47041,53,19 +47041,54,0 +47041,55,0 +47041,56,108 +47041,61,0 +47041,62,0 +47041,71,97 +47041,72,425 +47041,81,76 +47041,92,333 +47043,11,0 +47043,21,0 +47043,22,0 +47043,23,1035 +47043,31,3737 +47043,42,836 +47043,44,2350 +47043,48,85 +47043,51,132 +47043,52,500 +47043,53,111 +47043,54,288 +47043,55,103 +47043,56,1343 +47043,61,96 +47043,62,3104 +47043,71,105 +47043,72,2074 +47043,81,424 +47043,92,1108 +47045,11,115 +47045,22,83 +47045,23,827 +47045,31,4061 +47045,42,518 +47045,44,1859 +47045,48,759 +47045,51,82 +47045,52,505 +47045,53,103 +47045,54,0 +47045,55,0 +47045,56,743 +47045,61,2929 +47045,62,714 +47045,71,64 +47045,72,1404 +47045,81,246 +47045,92,997 +47047,11,0 +47047,21,0 +47047,22,0 +47047,23,742 +47047,31,1709 +47047,42,0 +47047,44,880 +47047,48,61 +47047,51,83 +47047,52,242 +47047,53,45 +47047,54,139 +47047,55,78 +47047,56,458 +47047,61,444 +47047,62,727 +47047,71,35 +47047,72,612 +47047,81,225 +47047,92,533 +47049,11,0 +47049,21,0 +47049,22,0 +47049,23,215 +47049,31,314 +47049,42,0 +47049,44,739 +47049,48,217 +47049,51,33 +47049,52,202 +47049,53,5 +47049,54,53 +47049,55,0 +47049,56,0 +47049,61,0 +47049,62,0 +47049,71,0 +47049,72,0 +47049,81,78 +47049,92,377 +47051,11,227 +47051,21,181 +47051,22,182 +47051,23,390 +47051,31,2686 +47051,42,311 +47051,44,1497 +47051,48,107 +47051,51,112 +47051,52,278 +47051,53,26 +47051,54,0 +47051,55,0 +47051,56,436 +47051,61,0 +47051,62,15 +47051,71,92 +47051,72,1113 +47051,81,184 +47051,92,779 +47053,11,289 +47053,22,331 +47053,23,822 +47053,31,2689 +47053,42,0 +47053,44,2263 +47053,48,1335 +47053,51,100 +47053,52,510 +47053,53,136 +47053,54,0 +47053,55,0 +47053,56,330 +47053,61,0 +47053,62,0 +47053,71,48 +47053,72,1221 +47053,81,342 +47053,92,903 +47055,11,0 +47055,21,0 +47055,22,224 +47055,23,298 +47055,31,3296 +47055,42,401 +47055,44,1339 +47055,48,66 +47055,51,135 +47055,52,293 +47055,53,75 +47055,54,0 +47055,55,0 +47055,56,634 +47055,61,0 +47055,62,39 +47055,71,0 +47055,72,0 +47055,81,150 +47055,92,503 +47057,11,0 +47057,21,0 +47057,22,16 +47057,23,264 +47057,31,1148 +47057,42,84 +47057,44,447 +47057,48,359 +47057,51,20 +47057,52,67 +47057,53,3 +47057,54,0 +47057,55,0 +47057,56,123 +47057,61,0 +47057,62,253 +47057,71,0 +47057,72,0 +47057,81,124 +47057,92,300 +47059,11,0 +47059,21,0 +47059,22,0 +47059,23,594 +47059,31,5974 +47059,42,554 +47059,44,3226 +47059,48,2514 +47059,51,144 +47059,52,620 +47059,53,187 +47059,54,495 +47059,55,416 +47059,56,1476 +47059,61,0 +47059,62,0 +47059,71,223 +47059,72,1808 +47059,81,489 +47059,92,1351 +47061,11,0 +47061,21,0 +47061,22,0 +47061,23,21 +47061,31,338 +47061,42,0 +47061,44,242 +47061,48,49 +47061,51,17 +47061,52,71 +47061,53,15 +47061,54,0 +47061,55,0 +47061,56,75 +47061,61,0 +47061,62,0 +47061,71,6 +47061,72,143 +47061,81,129 +47061,92,239 +47063,11,0 +47063,21,0 +47063,22,21 +47063,23,1054 +47063,31,10256 +47063,42,1390 +47063,44,4031 +47063,48,79 +47063,51,278 +47063,52,466 +47063,53,175 +47063,54,447 +47063,55,182 +47063,56,2674 +47063,61,4698 +47063,62,4264 +47063,71,96 +47063,72,2871 +47063,81,520 +47063,92,1259 +47065,11,395 +47065,21,214 +47065,22,6860 +47065,23,10000 +47065,31,24787 +47065,42,8216 +47065,44,20380 +47065,48,18088 +47065,51,2255 +47065,52,13837 +47065,53,2872 +47065,54,9321 +47065,55,1664 +47065,56,16331 +47065,61,10056 +47065,62,30372 +47065,71,3026 +47065,72,22505 +47065,81,6822 +47065,92,8941 +47067,11,0 +47067,21,0 +47067,22,0 +47067,23,0 +47067,31,0 +47067,42,0 +47067,44,111 +47067,48,25 +47067,51,0 +47067,52,0 +47067,53,0 +47067,54,0 +47067,61,0 +47067,62,185 +47067,71,0 +47067,72,0 +47067,81,15 +47067,92,19 +47069,11,168 +47069,22,0 +47069,23,123 +47069,31,1999 +47069,42,96 +47069,44,548 +47069,48,248 +47069,51,30 +47069,52,0 +47069,53,0 +47069,54,0 +47069,56,0 +47069,61,0 +47069,62,899 +47069,71,0 +47069,72,0 +47069,81,102 +47069,92,574 +47071,11,0 +47071,21,0 +47071,22,41 +47071,23,365 +47071,31,1967 +47071,42,0 +47071,44,1308 +47071,48,191 +47071,51,90 +47071,52,222 +47071,53,53 +47071,54,126 +47071,55,0 +47071,56,0 +47071,61,0 +47071,62,0 +47071,71,72 +47071,72,749 +47071,81,126 +47071,92,606 +47073,11,0 +47073,21,0 +47073,22,305 +47073,23,304 +47073,31,4535 +47073,42,0 +47073,44,1297 +47073,48,401 +47073,51,47 +47073,52,195 +47073,53,38 +47073,54,0 +47073,55,0 +47073,56,666 +47073,61,0 +47073,62,0 +47073,71,59 +47073,72,989 +47073,81,253 +47073,92,582 +47075,11,515 +47075,22,91 +47075,23,56 +47075,31,1549 +47075,42,163 +47075,44,551 +47075,48,25 +47075,51,42 +47075,52,138 +47075,53,68 +47075,54,0 +47075,55,0 +47075,56,96 +47075,61,0 +47075,62,405 +47075,71,0 +47075,72,0 +47075,81,98 +47075,92,418 +47077,11,0 +47077,21,0 +47077,22,201 +47077,23,297 +47077,31,1607 +47077,42,0 +47077,44,1132 +47077,48,616 +47077,51,45 +47077,52,549 +47077,53,42 +47077,54,93 +47077,56,269 +47077,61,56 +47077,62,1006 +47077,71,18 +47077,72,691 +47077,81,146 +47077,92,399 +47079,11,0 +47079,21,0 +47079,22,250 +47079,23,433 +47079,31,2497 +47079,42,530 +47079,44,1569 +47079,48,64 +47079,51,79 +47079,52,363 +47079,53,85 +47079,54,228 +47079,55,102 +47079,56,403 +47079,61,108 +47079,62,1098 +47079,71,0 +47079,72,0 +47079,81,255 +47079,92,654 +47081,11,0 +47081,21,0 +47081,22,0 +47081,23,243 +47081,31,511 +47081,42,94 +47081,44,335 +47081,48,50 +47081,51,25 +47081,52,54 +47081,53,12 +47081,54,0 +47081,55,0 +47081,56,53 +47081,61,0 +47081,62,657 +47081,71,0 +47081,72,0 +47081,81,77 +47081,92,11 +47083,11,0 +47083,22,0 +47083,23,0 +47083,31,205 +47083,42,0 +47083,44,155 +47083,48,23 +47083,51,0 +47083,52,0 +47083,53,0 +47083,54,0 +47083,56,0 +47083,61,0 +47083,62,334 +47083,72,114 +47083,81,0 +47083,92,193 +47085,11,0 +47085,21,0 +47085,22,114 +47085,23,501 +47085,31,1483 +47085,42,0 +47085,44,740 +47085,48,402 +47085,51,25 +47085,52,116 +47085,53,7 +47085,54,78 +47085,56,151 +47085,61,0 +47085,62,0 +47085,71,29 +47085,72,620 +47085,81,239 +47085,92,340 +47087,11,0 +47087,22,0 +47087,23,0 +47087,31,166 +47087,42,53 +47087,44,83 +47087,48,19 +47087,51,0 +47087,52,24 +47087,53,0 +47087,54,59 +47087,55,0 +47087,56,0 +47087,61,0 +47087,62,0 +47087,71,0 +47087,72,0 +47087,81,30 +47087,92,200 +47089,11,77 +47089,21,0 +47089,22,7 +47089,23,0 +47089,31,2118 +47089,42,0 +47089,44,1757 +47089,48,1674 +47089,51,36 +47089,52,233 +47089,53,49 +47089,54,0 +47089,55,0 +47089,56,625 +47089,61,0 +47089,62,0 +47089,71,94 +47089,72,1409 +47089,81,281 +47089,92,812 +47091,11,0 +47091,21,0 +47091,22,101 +47091,23,208 +47091,31,859 +47091,42,0 +47091,44,343 +47091,48,33 +47091,51,0 +47091,52,140 +47091,53,29 +47091,54,70 +47091,55,0 +47091,56,0 +47091,61,0 +47091,62,431 +47091,71,5 +47091,72,321 +47091,81,60 +47091,92,4 +47093,11,353 +47093,21,545 +47093,22,2536 +47093,23,12873 +47093,31,12980 +47093,42,13865 +47093,44,31521 +47093,48,1326 +47093,51,5123 +47093,52,10112 +47093,53,3471 +47093,54,13035 +47093,55,6999 +47093,56,21608 +47093,61,7947 +47093,62,43803 +47093,71,3598 +47093,72,27065 +47093,81,7629 +47093,92,7992 +47095,11,181 +47095,22,0 +47095,23,0 +47095,31,0 +47095,42,41 +47095,44,129 +47095,48,16 +47095,51,0 +47095,52,18 +47095,53,16 +47095,54,0 +47095,56,0 +47095,61,638 +47095,62,237 +47095,71,0 +47095,72,0 +47095,81,0 +47095,92,2 +47097,11,416 +47097,22,0 +47097,23,120 +47097,31,1423 +47097,42,0 +47097,44,641 +47097,48,815 +47097,51,15 +47097,52,225 +47097,53,47 +47097,54,0 +47097,55,0 +47097,56,99 +47097,61,0 +47097,62,0 +47097,71,17 +47097,72,325 +47097,81,88 +47097,92,1268 +47099,11,0 +47099,21,0 +47099,22,4 +47099,23,432 +47099,31,2250 +47099,42,439 +47099,44,1614 +47099,48,856 +47099,51,92 +47099,52,289 +47099,53,69 +47099,54,300 +47099,55,0 +47099,56,0 +47099,61,46 +47099,62,1495 +47099,71,48 +47099,72,1115 +47099,81,157 +47099,92,604 +47101,11,80 +47101,22,0 +47101,23,74 +47101,31,480 +47101,42,0 +47101,44,469 +47101,48,66 +47101,51,31 +47101,52,65 +47101,53,30 +47101,54,52 +47101,55,0 +47101,56,0 +47101,61,0 +47101,62,27 +47101,71,7 +47101,72,0 +47101,81,50 +47101,92,36 +47103,11,0 +47103,21,0 +47103,22,0 +47103,23,274 +47103,31,3139 +47103,42,292 +47103,44,1377 +47103,48,447 +47103,51,102 +47103,52,258 +47103,53,71 +47103,54,0 +47103,55,0 +47103,56,440 +47103,61,52 +47103,62,605 +47103,71,56 +47103,72,847 +47103,81,164 +47103,92,550 +47105,11,0 +47105,21,0 +47105,22,67 +47105,23,928 +47105,31,3661 +47105,42,411 +47105,44,2060 +47105,48,1345 +47105,51,158 +47105,52,278 +47105,53,109 +47105,54,413 +47105,55,18 +47105,56,728 +47105,61,135 +47105,62,1711 +47105,71,244 +47105,72,1792 +47105,81,527 +47105,92,681 +47107,11,0 +47107,21,0 +47107,22,11 +47107,23,584 +47107,31,6845 +47107,42,442 +47107,44,2145 +47107,48,460 +47107,51,114 +47107,52,523 +47107,53,138 +47107,54,240 +47107,55,7 +47107,56,1403 +47107,61,3306 +47107,62,0 +47107,71,118 +47107,72,1580 +47107,81,331 +47107,92,773 +47109,11,473 +47109,22,0 +47109,23,181 +47109,31,1163 +47109,42,0 +47109,44,578 +47109,48,296 +47109,51,13 +47109,52,121 +47109,53,28 +47109,54,0 +47109,55,0 +47109,56,134 +47109,61,0 +47109,62,679 +47109,71,0 +47109,72,0 +47109,81,102 +47109,92,371 +47111,11,115 +47111,22,0 +47111,23,92 +47111,31,912 +47111,42,97 +47111,44,969 +47111,48,35 +47111,51,100 +47111,52,300 +47111,53,30 +47111,54,0 +47111,55,0 +47111,56,131 +47111,61,0 +47111,62,0 +47111,71,11 +47111,72,378 +47111,81,96 +47111,92,430 +47113,11,0 +47113,21,0 +47113,22,85 +47113,23,2756 +47113,31,9291 +47113,42,2821 +47113,44,6981 +47113,48,481 +47113,51,458 +47113,52,1127 +47113,53,695 +47113,54,1246 +47113,55,108 +47113,56,5027 +47113,61,4484 +47113,62,9807 +47113,71,473 +47113,72,5504 +47113,81,1037 +47113,92,3766 +47115,11,0 +47115,21,0 +47115,22,121 +47115,23,259 +47115,31,1939 +47115,42,0 +47115,44,1164 +47115,48,326 +47115,51,0 +47115,52,145 +47115,53,21 +47115,54,9 +47115,55,0 +47115,56,111 +47115,61,34 +47115,62,747 +47115,71,25 +47115,72,1285 +47115,81,0 +47115,92,366 +47117,11,0 +47117,21,0 +47117,22,0 +47117,23,288 +47117,31,3661 +47117,42,0 +47117,44,1279 +47117,48,62 +47117,51,0 +47117,52,179 +47117,53,50 +47117,54,145 +47117,55,7 +47117,56,418 +47117,61,0 +47117,62,0 +47117,71,25 +47117,72,641 +47117,81,180 +47117,92,597 +47119,11,0 +47119,21,0 +47119,22,406 +47119,23,1206 +47119,31,6927 +47119,42,1478 +47119,44,4452 +47119,48,118 +47119,51,474 +47119,52,1821 +47119,53,1976 +47119,54,941 +47119,55,141 +47119,56,2077 +47119,61,1343 +47119,62,4541 +47119,71,259 +47119,72,3885 +47119,81,876 +47119,92,1995 +47121,11,0 +47121,21,0 +47121,22,0 +47121,23,30 +47121,31,1093 +47121,42,0 +47121,44,157 +47121,48,22 +47121,51,0 +47121,52,0 +47121,53,0 +47121,54,18 +47121,55,0 +47121,56,10 +47121,61,0 +47121,62,163 +47121,71,0 +47121,72,0 +47121,81,35 +47121,92,35 +47123,11,0 +47123,21,0 +47123,22,109 +47123,23,285 +47123,31,5993 +47123,42,0 +47123,44,1641 +47123,48,318 +47123,51,32 +47123,52,320 +47123,53,121 +47123,54,169 +47123,55,50 +47123,56,475 +47123,61,0 +47123,62,0 +47123,71,154 +47123,72,1305 +47123,81,268 +47123,92,715 +47125,11,42 +47125,21,709 +47125,22,16 +47125,23,2299 +47125,31,5888 +47125,42,2061 +47125,44,8927 +47125,48,245 +47125,51,919 +47125,52,1268 +47125,53,914 +47125,54,1636 +47125,55,440 +47125,56,3222 +47125,61,2843 +47125,62,9024 +47125,71,459 +47125,72,8412 +47125,81,1440 +47125,92,3305 +47127,22,0 +47127,23,0 +47127,31,0 +47127,42,0 +47127,44,89 +47127,48,7 +47127,51,0 +47127,52,16 +47127,54,18 +47127,56,142 +47127,61,0 +47127,62,146 +47127,72,78 +47127,81,0 +47127,92,8 +47129,11,0 +47129,21,0 +47129,22,0 +47129,23,47 +47129,31,343 +47129,42,18 +47129,44,246 +47129,48,27 +47129,51,29 +47129,52,61 +47129,53,0 +47129,54,0 +47129,55,0 +47129,56,115 +47129,61,0 +47129,62,372 +47129,71,45 +47129,72,98 +47129,81,44 +47129,92,2 +47131,11,95 +47131,22,56 +47131,23,459 +47131,31,2670 +47131,42,637 +47131,44,1641 +47131,48,493 +47131,51,66 +47131,52,335 +47131,53,102 +47131,54,0 +47131,55,0 +47131,56,449 +47131,61,0 +47131,62,1408 +47131,71,158 +47131,72,887 +47131,81,190 +47131,92,524 +47133,11,318 +47133,21,153 +47133,22,29 +47133,23,243 +47133,31,903 +47133,42,186 +47133,44,531 +47133,48,37 +47133,51,143 +47133,52,197 +47133,53,10 +47133,54,73 +47133,55,0 +47133,56,0 +47133,61,0 +47133,62,688 +47133,71,11 +47133,72,500 +47133,81,210 +47133,92,508 +47135,11,0 +47135,21,0 +47135,22,0 +47135,23,25 +47135,31,561 +47135,42,0 +47135,44,146 +47135,48,61 +47135,51,19 +47135,52,0 +47135,53,0 +47135,54,0 +47135,56,0 +47135,61,0 +47135,62,379 +47135,72,93 +47135,81,56 +47135,92,192 +47137,11,0 +47137,22,0 +47137,23,64 +47137,31,0 +47137,42,133 +47137,44,0 +47137,48,11 +47137,51,10 +47137,52,45 +47137,54,0 +47137,56,0 +47137,61,0 +47137,62,128 +47137,71,75 +47137,72,104 +47137,81,28 +47137,92,26 +47139,11,0 +47139,21,0 +47139,22,34 +47139,23,0 +47139,31,211 +47139,42,109 +47139,44,276 +47139,48,34 +47139,51,6 +47139,52,59 +47139,53,21 +47139,54,0 +47139,55,0 +47139,56,59 +47139,61,932 +47139,62,0 +47139,71,294 +47139,72,276 +47139,81,43 +47139,92,238 +47141,11,33 +47141,21,103 +47141,22,70 +47141,23,1752 +47141,31,5330 +47141,42,0 +47141,44,5149 +47141,48,1681 +47141,51,345 +47141,52,1256 +47141,53,244 +47141,54,1058 +47141,55,90 +47141,56,2230 +47141,61,521 +47141,62,4805 +47141,71,121 +47141,72,4217 +47141,81,940 +47141,92,2376 +47143,11,230 +47143,21,95 +47143,22,1769 +47143,23,225 +47143,31,3200 +47143,42,0 +47143,44,1297 +47143,48,128 +47143,51,64 +47143,52,214 +47143,53,40 +47143,54,0 +47143,55,0 +47143,56,339 +47143,61,0 +47143,62,0 +47143,71,66 +47143,72,977 +47143,81,114 +47143,92,553 +47145,11,0 +47145,21,0 +47145,22,433 +47145,23,0 +47145,31,1082 +47145,42,435 +47145,44,1885 +47145,48,149 +47145,51,45 +47145,52,190 +47145,53,58 +47145,54,6707 +47145,55,34 +47145,56,1460 +47145,61,74 +47145,62,2202 +47145,71,98 +47145,72,1367 +47145,81,284 +47145,92,1001 +47147,11,0 +47147,21,0 +47147,22,0 +47147,23,1330 +47147,31,5108 +47147,42,0 +47147,44,2661 +47147,48,3360 +47147,51,35 +47147,52,541 +47147,53,159 +47147,54,360 +47147,55,239 +47147,56,1031 +47147,61,191 +47147,62,1305 +47147,71,122 +47147,72,1787 +47147,81,541 +47147,92,901 +47149,11,0 +47149,21,0 +47149,22,1409 +47149,23,5299 +47149,31,26164 +47149,42,5578 +47149,44,16432 +47149,48,11718 +47149,51,3039 +47149,52,3673 +47149,53,1692 +47149,54,3807 +47149,55,1516 +47149,56,10398 +47149,61,2691 +47149,62,17000 +47149,71,1069 +47149,72,14319 +47149,81,3064 +47149,92,5216 +47151,11,0 +47151,21,0 +47151,22,151 +47151,23,364 +47151,31,1667 +47151,42,0 +47151,44,697 +47151,48,152 +47151,51,30 +47151,52,123 +47151,53,10 +47151,54,112 +47151,55,0 +47151,56,0 +47151,61,0 +47151,62,0 +47151,71,54 +47151,72,0 +47151,81,114 +47151,92,321 +47153,11,0 +47153,21,0 +47153,22,0 +47153,23,66 +47153,31,444 +47153,42,0 +47153,44,412 +47153,48,101 +47153,51,0 +47153,52,220 +47153,53,33 +47153,54,0 +47153,55,0 +47153,56,155 +47153,61,0 +47153,62,0 +47153,71,9 +47153,72,286 +47153,81,0 +47153,92,0 +47155,11,0 +47155,21,0 +47155,22,0 +47155,23,2051 +47155,31,1950 +47155,42,720 +47155,44,8759 +47155,48,165 +47155,51,253 +47155,52,864 +47155,53,1326 +47155,54,1126 +47155,55,229 +47155,56,1469 +47155,61,417 +47155,62,2720 +47155,71,6267 +47155,72,17127 +47155,81,855 +47155,92,2327 +47157,11,0 +47157,21,0 +47157,22,217 +47157,23,19652 +47157,31,32603 +47157,42,32712 +47157,44,49708 +47157,48,69794 +47157,51,4885 +47157,52,15840 +47157,53,8674 +47157,54,22594 +47157,55,9622 +47157,56,53275 +47157,61,94550 +47157,62,89322 +47157,71,5774 +47157,72,44688 +47157,81,14855 +47157,92,26967 +47159,11,40 +47159,21,0 +47159,22,2 +47159,23,0 +47159,31,1368 +47159,42,115 +47159,44,638 +47159,48,40 +47159,51,19 +47159,52,134 +47159,53,20 +47159,54,163 +47159,56,81 +47159,61,0 +47159,62,485 +47159,71,0 +47159,72,0 +47159,81,64 +47159,92,324 +47161,11,0 +47161,22,582 +47161,23,0 +47161,31,663 +47161,42,29 +47161,44,301 +47161,48,28 +47161,51,0 +47161,52,48 +47161,53,7 +47161,54,102 +47161,56,30 +47161,61,0 +47161,62,185 +47161,71,16 +47161,72,0 +47161,81,0 +47161,92,48 +47163,11,42 +47163,21,94 +47163,22,447 +47163,23,4703 +47163,31,11506 +47163,42,2199 +47163,44,8775 +47163,48,2885 +47163,51,808 +47163,52,1880 +47163,53,460 +47163,54,2577 +47163,55,1359 +47163,56,4384 +47163,61,1558 +47163,62,13262 +47163,71,752 +47163,72,7488 +47163,81,2104 +47163,92,3312 +47165,11,0 +47165,21,0 +47165,22,461 +47165,23,3718 +47165,31,7912 +47165,42,3405 +47165,44,7190 +47165,48,2633 +47165,51,543 +47165,52,1696 +47165,53,659 +47165,54,3562 +47165,55,544 +47165,56,2998 +47165,61,1349 +47165,62,7866 +47165,71,834 +47165,72,5652 +47165,81,1613 +47165,92,2912 +47167,11,0 +47167,21,0 +47167,22,0 +47167,23,782 +47167,31,1830 +47167,42,307 +47167,44,1641 +47167,48,90 +47167,51,47 +47167,52,271 +47167,53,68 +47167,54,180 +47167,55,79 +47167,56,915 +47167,61,0 +47167,62,0 +47167,71,77 +47167,72,1105 +47167,81,222 +47167,92,933 +47169,11,0 +47169,22,0 +47169,23,0 +47169,31,273 +47169,42,0 +47169,44,172 +47169,48,53 +47169,51,7 +47169,52,62 +47169,53,0 +47169,54,68 +47169,55,0 +47169,56,0 +47169,61,0 +47169,62,0 +47169,72,149 +47169,81,66 +47169,92,32 +47171,11,0 +47171,21,0 +47171,22,0 +47171,23,106 +47171,31,1551 +47171,42,56 +47171,44,496 +47171,48,26 +47171,51,16 +47171,52,74 +47171,53,36 +47171,54,0 +47171,55,0 +47171,56,335 +47171,61,0 +47171,62,700 +47171,71,0 +47171,72,0 +47171,81,80 +47171,92,336 +47173,21,0 +47173,22,0 +47173,23,0 +47173,31,436 +47173,42,58 +47173,44,363 +47173,48,101 +47173,51,0 +47173,52,0 +47173,53,0 +47173,54,52 +47173,56,71 +47173,61,0 +47173,62,0 +47173,71,33 +47173,72,216 +47173,81,56 +47173,92,259 +47175,11,40 +47175,23,20 +47175,31,165 +47175,42,0 +47175,44,50 +47175,48,13 +47175,51,0 +47175,52,0 +47175,54,0 +47175,55,0 +47175,56,4 +47175,61,0 +47175,62,0 +47175,71,0 +47175,72,0 +47175,81,12 +47175,92,133 +47177,11,1260 +47177,22,215 +47177,23,469 +47177,31,3437 +47177,42,595 +47177,44,1523 +47177,48,66 +47177,51,169 +47177,52,333 +47177,53,76 +47177,54,0 +47177,55,0 +47177,56,419 +47177,61,166 +47177,62,1784 +47177,71,57 +47177,72,983 +47177,81,263 +47177,92,852 +47179,11,0 +47179,21,0 +47179,22,87 +47179,23,1673 +47179,31,4939 +47179,42,2452 +47179,44,8158 +47179,48,298 +47179,51,1140 +47179,52,3240 +47179,53,734 +47179,54,1751 +47179,55,1566 +47179,56,4515 +47179,61,951 +47179,62,15874 +47179,71,573 +47179,72,6961 +47179,81,1528 +47179,92,3022 +47181,11,0 +47181,21,0 +47181,22,0 +47181,23,48 +47181,31,422 +47181,42,43 +47181,44,342 +47181,48,31 +47181,51,0 +47181,52,212 +47181,53,8 +47181,54,0 +47181,56,0 +47181,61,0 +47181,62,907 +47181,71,0 +47181,72,0 +47181,81,0 +47181,92,338 +47183,11,170 +47183,21,348 +47183,22,18 +47183,23,181 +47183,31,2008 +47183,42,407 +47183,44,1121 +47183,48,694 +47183,51,136 +47183,52,232 +47183,53,79 +47183,54,0 +47183,55,0 +47183,56,481 +47183,61,0 +47183,62,0 +47183,71,23 +47183,72,915 +47183,81,256 +47183,92,939 +47185,11,0 +47185,21,0 +47185,22,0 +47185,23,160 +47185,31,2135 +47185,42,205 +47185,44,834 +47185,48,484 +47185,51,33 +47185,52,152 +47185,53,25 +47185,54,113 +47185,56,450 +47185,61,0 +47185,62,1038 +47185,71,41 +47185,72,491 +47185,81,153 +47185,92,444 +47187,11,0 +47187,21,0 +47187,22,296 +47187,23,7644 +47187,31,3850 +47187,42,4605 +47187,44,15903 +47187,48,2074 +47187,51,5338 +47187,52,13196 +47187,53,2280 +47187,54,18370 +47187,55,12506 +47187,56,12087 +47187,61,5759 +47187,62,16970 +47187,71,2525 +47187,72,14012 +47187,81,4236 +47187,92,4203 +47189,11,0 +47189,21,0 +47189,22,344 +47189,23,2239 +47189,31,4688 +47189,42,0 +47189,44,6289 +47189,48,10455 +47189,51,335 +47189,52,1393 +47189,53,577 +47189,54,1878 +47189,55,855 +47189,56,1992 +47189,61,2145 +47189,62,4516 +47189,71,595 +47189,72,5428 +47189,81,1174 +47189,92,1892 +48001,11,189 +48001,21,536 +48001,22,227 +48001,23,623 +48001,31,1597 +48001,42,539 +48001,44,2023 +48001,48,2831 +48001,51,269 +48001,52,509 +48001,53,211 +48001,54,606 +48001,55,8 +48001,56,1060 +48001,61,217 +48001,62,2527 +48001,71,153 +48001,72,1553 +48001,81,545 +48001,92,448 +48003,11,7 +48003,21,2085 +48003,22,109 +48003,23,1338 +48003,31,261 +48003,42,432 +48003,44,625 +48003,48,518 +48003,51,152 +48003,52,116 +48003,53,148 +48003,54,142 +48003,56,221 +48003,61,0 +48003,62,0 +48003,71,78 +48003,72,400 +48003,81,210 +48003,92,268 +48005,11,269 +48005,21,343 +48005,22,152 +48005,23,1653 +48005,31,2960 +48005,42,1252 +48005,44,4552 +48005,48,1330 +48005,51,400 +48005,52,795 +48005,53,287 +48005,54,891 +48005,55,464 +48005,56,1955 +48005,61,467 +48005,62,8761 +48005,71,199 +48005,72,3372 +48005,81,701 +48005,92,1343 +48007,11,59 +48007,21,235 +48007,22,0 +48007,23,410 +48007,31,43 +48007,42,123 +48007,44,937 +48007,48,20 +48007,51,33 +48007,52,165 +48007,53,101 +48007,54,291 +48007,56,219 +48007,61,0 +48007,62,482 +48007,71,124 +48007,72,1287 +48007,81,189 +48007,92,374 +48009,11,100 +48009,21,226 +48009,22,0 +48009,23,118 +48009,31,85 +48009,42,190 +48009,44,114 +48009,48,11 +48009,51,0 +48009,52,0 +48009,53,0 +48009,54,49 +48009,56,130 +48009,61,0 +48009,62,0 +48009,71,0 +48009,72,0 +48009,81,51 +48009,92,126 +48011,11,0 +48011,22,0 +48011,23,50 +48011,31,0 +48011,42,11 +48011,44,27 +48011,48,4 +48011,52,0 +48011,53,0 +48011,54,28 +48011,55,0 +48011,56,0 +48011,61,0 +48011,62,83 +48011,71,0 +48011,72,0 +48011,81,0 +48011,92,0 +48013,11,432 +48013,21,2937 +48013,22,281 +48013,23,697 +48013,31,371 +48013,42,964 +48013,44,1708 +48013,48,482 +48013,51,48 +48013,52,252 +48013,53,491 +48013,54,461 +48013,55,0 +48013,56,0 +48013,61,37 +48013,62,1374 +48013,71,61 +48013,72,1234 +48013,81,278 +48013,92,760 +48015,11,152 +48015,21,48 +48015,22,0 +48015,23,957 +48015,31,1443 +48015,42,480 +48015,44,2063 +48015,48,55 +48015,51,149 +48015,52,442 +48015,53,150 +48015,54,501 +48015,55,38 +48015,56,413 +48015,61,469 +48015,62,867 +48015,71,46 +48015,72,856 +48015,81,247 +48015,92,422 +48017,11,0 +48017,21,0 +48017,22,178 +48017,23,42 +48017,31,124 +48017,42,171 +48017,44,241 +48017,48,67 +48017,51,0 +48017,52,0 +48017,53,0 +48017,54,35 +48017,56,0 +48017,61,0 +48017,62,213 +48017,71,0 +48017,72,0 +48017,81,42 +48017,92,108 +48019,11,154 +48019,22,7 +48019,23,388 +48019,31,22 +48019,42,0 +48019,44,464 +48019,48,111 +48019,51,27 +48019,52,72 +48019,53,31 +48019,54,118 +48019,55,0 +48019,56,0 +48019,61,0 +48019,62,412 +48019,71,9 +48019,72,597 +48019,81,195 +48019,92,197 +48021,11,215 +48021,21,221 +48021,22,357 +48021,23,1289 +48021,31,1204 +48021,42,288 +48021,44,3257 +48021,48,457 +48021,51,0 +48021,52,433 +48021,53,143 +48021,54,499 +48021,55,34 +48021,56,681 +48021,61,6636 +48021,62,2232 +48021,71,103 +48021,72,2836 +48021,81,568 +48021,92,1334 +48023,11,0 +48023,21,0 +48023,22,0 +48023,23,30 +48023,31,24 +48023,42,51 +48023,44,111 +48023,48,11 +48023,51,0 +48023,52,0 +48023,53,0 +48023,54,0 +48023,55,0 +48023,56,27 +48023,61,0 +48023,62,0 +48023,71,0 +48023,72,0 +48023,81,37 +48023,92,120 +48025,11,117 +48025,21,207 +48025,22,67 +48025,23,142 +48025,31,311 +48025,42,266 +48025,44,1147 +48025,48,134 +48025,51,69 +48025,52,156 +48025,53,71 +48025,54,205 +48025,55,0 +48025,56,0 +48025,61,0 +48025,62,0 +48025,71,42 +48025,72,925 +48025,81,289 +48025,92,237 +48027,11,213 +48027,21,241 +48027,22,739 +48027,23,5495 +48027,31,6859 +48027,42,4394 +48027,44,16038 +48027,48,4491 +48027,51,1119 +48027,52,4155 +48027,53,1774 +48027,54,4769 +48027,55,1021 +48027,56,4689 +48027,61,38941 +48027,62,30024 +48027,71,1593 +48027,72,13070 +48027,81,3443 +48027,92,7262 +48029,11,945 +48029,21,5889 +48029,22,6607 +48029,23,44003 +48029,31,37573 +48029,42,31594 +48029,44,93304 +48029,48,29432 +48029,51,19789 +48029,52,66619 +48029,53,15669 +48029,54,51757 +48029,55,13092 +48029,56,68191 +48029,61,66028 +48029,62,160897 +48029,71,14305 +48029,72,105735 +48029,81,25616 +48029,92,42923 +48031,11,0 +48031,21,0 +48031,22,0 +48031,23,623 +48031,31,347 +48031,42,0 +48031,44,322 +48031,48,183 +48031,51,17 +48031,52,75 +48031,53,14 +48031,54,0 +48031,55,0 +48031,56,115 +48031,61,7 +48031,62,179 +48031,71,104 +48031,72,339 +48031,81,72 +48031,92,181 +48033,11,0 +48033,21,0 +48033,22,0 +48033,23,0 +48033,31,0 +48033,42,0 +48033,44,0 +48033,48,2 +48033,51,0 +48033,53,0 +48033,54,0 +48033,56,0 +48033,61,0 +48033,62,9 +48033,81,0 +48033,92,12 +48035,11,0 +48035,21,0 +48035,22,100 +48035,23,263 +48035,31,508 +48035,42,60 +48035,44,406 +48035,48,76 +48035,51,33 +48035,52,104 +48035,53,16 +48035,54,155 +48035,55,0 +48035,56,0 +48035,61,1509 +48035,62,446 +48035,71,17 +48035,72,312 +48035,81,54 +48035,92,178 +48037,11,110 +48037,21,6 +48037,22,150 +48037,23,1843 +48037,31,2070 +48037,42,2038 +48037,44,5855 +48037,48,1484 +48037,51,188 +48037,52,1272 +48037,53,552 +48037,54,1269 +48037,55,394 +48037,56,1619 +48037,61,10489 +48037,62,9176 +48037,71,292 +48037,72,5282 +48037,81,1041 +48037,92,5152 +48039,11,455 +48039,21,1528 +48039,22,365 +48039,23,19422 +48039,31,13463 +48039,42,3626 +48039,44,14722 +48039,48,3662 +48039,51,526 +48039,52,2224 +48039,53,1787 +48039,54,3825 +48039,55,801 +48039,56,4681 +48039,61,32521 +48039,62,13819 +48039,71,1716 +48039,72,12338 +48039,81,3390 +48039,92,6141 +48041,11,914 +48041,21,1412 +48041,22,556 +48041,23,5110 +48041,31,5291 +48041,42,2208 +48041,44,11115 +48041,48,256 +48041,51,1449 +48041,52,1775 +48041,53,1973 +48041,54,4991 +48041,55,199 +48041,56,4606 +48041,61,2694 +48041,62,11997 +48041,71,1602 +48041,72,15063 +48041,81,2461 +48041,92,5184 +48043,11,68 +48043,21,30 +48043,22,53 +48043,23,224 +48043,31,9 +48043,42,104 +48043,44,378 +48043,48,54 +48043,51,99 +48043,52,102 +48043,53,43 +48043,54,0 +48043,55,0 +48043,56,80 +48043,61,0 +48043,62,0 +48043,71,130 +48043,72,930 +48043,81,94 +48043,92,442 +48045,11,88 +48045,22,0 +48045,23,0 +48045,31,0 +48045,42,20 +48045,44,25 +48045,48,7 +48045,52,35 +48045,54,6 +48045,56,0 +48045,61,0 +48045,62,0 +48045,72,13 +48045,81,23 +48045,92,31 +48047,11,113 +48047,21,192 +48047,22,0 +48047,23,53 +48047,42,0 +48047,44,250 +48047,48,54 +48047,51,0 +48047,52,0 +48047,53,0 +48047,54,0 +48047,56,0 +48047,61,0 +48047,62,726 +48047,71,0 +48047,72,0 +48047,81,58 +48047,92,696 +48049,11,111 +48049,21,93 +48049,22,101 +48049,23,734 +48049,31,2880 +48049,42,557 +48049,44,1867 +48049,48,379 +48049,51,137 +48049,52,391 +48049,53,84 +48049,54,0 +48049,55,0 +48049,56,465 +48049,61,882 +48049,62,3262 +48049,71,77 +48049,72,1457 +48049,81,334 +48049,92,1211 +48051,11,163 +48051,21,311 +48051,22,14 +48051,23,705 +48051,31,419 +48051,42,141 +48051,44,602 +48051,48,286 +48051,51,13 +48051,52,133 +48051,53,29 +48051,54,117 +48051,56,110 +48051,61,1254 +48051,62,13 +48051,71,15 +48051,72,395 +48051,81,78 +48051,92,209 +48053,11,106 +48053,21,142 +48053,22,0 +48053,23,1410 +48053,31,1039 +48053,42,612 +48053,44,2160 +48053,48,64 +48053,51,146 +48053,52,341 +48053,53,375 +48053,54,554 +48053,55,0 +48053,56,0 +48053,61,130 +48053,62,2493 +48053,71,120 +48053,72,1944 +48053,81,467 +48053,92,906 +48055,11,201 +48055,21,248 +48055,22,90 +48055,23,628 +48055,31,648 +48055,42,201 +48055,44,1386 +48055,48,418 +48055,51,35 +48055,52,273 +48055,53,65 +48055,54,0 +48055,55,0 +48055,56,328 +48055,61,150 +48055,62,1591 +48055,71,26 +48055,72,985 +48055,81,212 +48055,92,583 +48057,11,0 +48057,21,0 +48057,22,0 +48057,23,3475 +48057,31,3767 +48057,42,0 +48057,44,1098 +48057,48,179 +48057,51,53 +48057,52,255 +48057,53,102 +48057,54,665 +48057,55,0 +48057,56,0 +48057,61,27 +48057,62,462 +48057,71,46 +48057,72,976 +48057,81,160 +48057,92,359 +48059,11,28 +48059,21,66 +48059,22,0 +48059,23,359 +48059,31,164 +48059,42,0 +48059,44,482 +48059,48,112 +48059,51,11 +48059,52,58 +48059,53,21 +48059,54,60 +48059,56,47 +48059,61,1197 +48059,62,244 +48059,71,19 +48059,72,257 +48059,81,54 +48059,92,144 +48061,11,649 +48061,21,95 +48061,22,986 +48061,23,3504 +48061,31,6079 +48061,42,3667 +48061,44,17326 +48061,48,5022 +48061,51,877 +48061,52,3446 +48061,53,1649 +48061,54,2828 +48061,55,491 +48061,56,9715 +48061,61,4615 +48061,62,45019 +48061,71,1745 +48061,72,15445 +48061,81,2457 +48061,92,7795 +48063,11,0 +48063,21,5 +48063,22,229 +48063,23,265 +48063,31,0 +48063,42,410 +48063,44,442 +48063,48,60 +48063,51,0 +48063,52,105 +48063,53,9 +48063,54,60 +48063,55,0 +48063,56,0 +48063,61,0 +48063,62,0 +48063,71,19 +48063,72,239 +48063,81,0 +48063,92,134 +48065,11,196 +48065,21,0 +48065,22,0 +48065,23,0 +48065,31,0 +48065,42,46 +48065,44,178 +48065,48,8 +48065,51,0 +48065,52,0 +48065,53,0 +48065,54,62 +48065,56,67 +48065,61,617 +48065,62,0 +48065,71,25 +48065,72,83 +48065,81,0 +48065,92,23 +48067,11,282 +48067,21,80 +48067,22,132 +48067,23,270 +48067,31,1394 +48067,42,117 +48067,44,850 +48067,48,213 +48067,51,53 +48067,52,215 +48067,53,58 +48067,54,207 +48067,55,0 +48067,56,0 +48067,61,0 +48067,62,0 +48067,71,0 +48067,72,0 +48067,81,139 +48067,92,361 +48069,11,0 +48069,21,0 +48069,22,0 +48069,23,20 +48069,31,38 +48069,42,0 +48069,44,185 +48069,48,194 +48069,51,5 +48069,52,0 +48069,53,0 +48069,54,0 +48069,56,0 +48069,61,0 +48069,62,68 +48069,71,0 +48069,72,0 +48069,81,56 +48069,92,137 +48071,11,93 +48071,21,340 +48071,22,136 +48071,23,3282 +48071,31,3272 +48071,42,712 +48071,44,1180 +48071,48,2376 +48071,51,0 +48071,52,152 +48071,53,173 +48071,54,736 +48071,55,160 +48071,56,515 +48071,61,0 +48071,62,0 +48071,71,168 +48071,72,1217 +48071,81,251 +48071,92,632 +48073,11,383 +48073,21,71 +48073,22,162 +48073,23,645 +48073,31,2458 +48073,42,485 +48073,44,1380 +48073,48,754 +48073,51,54 +48073,52,441 +48073,53,69 +48073,54,0 +48073,55,0 +48073,56,898 +48073,61,0 +48073,62,0 +48073,71,75 +48073,72,1196 +48073,81,229 +48073,92,426 +48075,11,0 +48075,21,0 +48075,22,0 +48075,23,0 +48075,31,0 +48075,42,0 +48075,44,374 +48075,48,50 +48075,51,28 +48075,52,83 +48075,53,39 +48075,54,155 +48075,56,30 +48075,61,0 +48075,62,152 +48075,72,354 +48075,81,74 +48075,92,485 +48077,11,75 +48077,21,10 +48077,22,0 +48077,23,25 +48077,31,68 +48077,42,126 +48077,44,173 +48077,48,14 +48077,51,0 +48077,52,0 +48077,53,0 +48077,54,0 +48077,56,0 +48077,61,997 +48077,62,0 +48077,71,0 +48077,72,0 +48077,81,43 +48077,92,104 +48079,11,0 +48079,21,0 +48079,22,0 +48079,23,0 +48079,31,0 +48079,42,61 +48079,44,51 +48079,48,8 +48079,51,0 +48079,52,19 +48079,54,0 +48079,56,0 +48079,61,0 +48079,62,20 +48079,71,0 +48079,72,0 +48079,81,23 +48079,92,60 +48081,11,0 +48081,21,0 +48081,22,0 +48081,23,56 +48081,31,4 +48081,42,12 +48081,44,95 +48081,48,9 +48081,51,0 +48081,52,0 +48081,53,0 +48081,54,0 +48081,56,0 +48081,61,0 +48081,62,30 +48081,71,0 +48081,72,0 +48081,81,10 +48081,92,2 +48083,11,30 +48083,21,28 +48083,22,0 +48083,23,97 +48083,31,140 +48083,42,69 +48083,44,237 +48083,48,24 +48083,51,0 +48083,52,70 +48083,53,18 +48083,54,48 +48083,56,27 +48083,61,770 +48083,62,0 +48083,71,0 +48083,72,0 +48083,81,0 +48083,92,150 +48085,11,518 +48085,21,1137 +48085,22,720 +48085,23,19707 +48085,31,28230 +48085,42,15555 +48085,44,50651 +48085,48,5819 +48085,51,18228 +48085,52,41613 +48085,53,8517 +48085,54,47014 +48085,55,11908 +48085,56,24690 +48085,61,12988 +48085,62,57813 +48085,71,7968 +48085,72,45213 +48085,81,11809 +48085,92,10035 +48087,11,0 +48087,21,0 +48087,22,0 +48087,23,23 +48087,31,25 +48087,42,15 +48087,44,88 +48087,48,7 +48087,51,22 +48087,52,0 +48087,53,0 +48087,54,13 +48087,55,0 +48087,56,0 +48087,61,0 +48087,62,191 +48087,71,12 +48087,72,45 +48087,81,33 +48087,92,71 +48089,11,311 +48089,21,270 +48089,22,64 +48089,23,555 +48089,31,1203 +48089,42,198 +48089,44,837 +48089,48,342 +48089,51,15 +48089,52,130 +48089,53,68 +48089,54,175 +48089,55,0 +48089,56,0 +48089,61,0 +48089,62,1043 +48089,71,195 +48089,72,597 +48089,81,126 +48089,92,323 +48091,11,89 +48091,21,624 +48091,22,670 +48091,23,6632 +48091,31,3201 +48091,42,2528 +48091,44,8877 +48091,48,2775 +48091,51,755 +48091,52,1255 +48091,53,1026 +48091,54,2671 +48091,55,866 +48091,56,4094 +48091,61,1652 +48091,62,7926 +48091,71,2095 +48091,72,8128 +48091,81,1869 +48091,92,1346 +48093,11,731 +48093,21,11 +48093,22,81 +48093,23,83 +48093,31,186 +48093,42,193 +48093,44,568 +48093,48,178 +48093,51,56 +48093,52,130 +48093,53,24 +48093,54,86 +48093,55,0 +48093,56,0 +48093,61,0 +48093,62,0 +48093,71,0 +48093,72,0 +48093,81,76 +48093,92,228 +48095,11,0 +48095,21,0 +48095,22,0 +48095,23,0 +48095,31,0 +48095,42,0 +48095,44,55 +48095,48,6 +48095,51,0 +48095,52,27 +48095,53,0 +48095,54,0 +48095,55,0 +48095,56,0 +48095,61,0 +48095,62,150 +48095,72,44 +48095,81,17 +48095,92,8 +48097,11,88 +48097,21,988 +48097,22,112 +48097,23,1058 +48097,31,3306 +48097,42,616 +48097,44,1896 +48097,48,475 +48097,51,107 +48097,52,564 +48097,53,129 +48097,54,473 +48097,55,0 +48097,56,0 +48097,61,3746 +48097,62,462 +48097,71,25 +48097,72,1600 +48097,81,385 +48097,92,782 +48099,11,0 +48099,21,0 +48099,22,25 +48099,23,895 +48099,31,420 +48099,42,354 +48099,44,2006 +48099,48,249 +48099,51,333 +48099,52,470 +48099,53,286 +48099,54,1023 +48099,55,0 +48099,56,0 +48099,61,173 +48099,62,947 +48099,71,102 +48099,72,1813 +48099,81,652 +48099,92,651 +48101,11,0 +48101,22,0 +48101,23,0 +48101,42,5 +48101,44,47 +48101,48,5 +48101,52,0 +48101,53,0 +48101,54,12 +48101,61,0 +48101,62,0 +48101,72,19 +48101,81,20 +48101,92,6 +48103,21,137 +48103,22,0 +48103,23,0 +48103,31,0 +48103,42,0 +48103,44,136 +48103,48,117 +48103,51,0 +48103,52,21 +48103,53,67 +48103,54,22 +48103,56,17 +48103,61,0 +48103,62,111 +48103,71,0 +48103,72,76 +48103,81,13 +48103,92,78 +48105,11,78 +48105,21,252 +48105,22,0 +48105,23,0 +48105,31,0 +48105,42,0 +48105,44,166 +48105,48,155 +48105,51,0 +48105,52,85 +48105,53,8 +48105,54,0 +48105,56,0 +48105,61,0 +48105,62,22 +48105,71,9 +48105,72,222 +48105,81,36 +48105,92,81 +48107,11,0 +48107,21,0 +48107,22,0 +48107,23,0 +48107,31,0 +48107,42,42 +48107,44,218 +48107,48,11 +48107,51,0 +48107,52,47 +48107,53,8 +48107,54,0 +48107,55,0 +48107,56,25 +48107,61,752 +48107,62,160 +48107,71,0 +48107,72,0 +48107,81,18 +48107,92,98 +48109,11,23 +48109,21,70 +48109,22,0 +48109,23,0 +48109,31,0 +48109,42,8 +48109,44,247 +48109,48,3 +48109,51,0 +48109,52,0 +48109,53,0 +48109,54,0 +48109,56,8 +48109,61,0 +48109,62,0 +48109,71,26 +48109,72,191 +48109,81,42 +48109,92,180 +48111,11,1641 +48111,22,0 +48111,23,294 +48111,31,704 +48111,42,546 +48111,44,270 +48111,48,11 +48111,51,52 +48111,52,161 +48111,53,22 +48111,54,93 +48111,56,73 +48111,61,0 +48111,62,0 +48111,71,16 +48111,72,272 +48111,81,217 +48111,92,181 +48113,11,902 +48113,21,8960 +48113,22,8935 +48113,23,101420 +48113,31,120768 +48113,42,116127 +48113,44,155726 +48113,48,111504 +48113,51,50700 +48113,52,126732 +48113,53,48869 +48113,54,175089 +48113,55,39995 +48113,56,181881 +48113,61,70545 +48113,62,203902 +48113,71,24010 +48113,72,148605 +48113,81,44776 +48113,92,39145 +48115,11,539 +48115,21,490 +48115,22,58 +48115,23,101 +48115,31,77 +48115,42,118 +48115,44,637 +48115,48,150 +48115,51,24 +48115,52,115 +48115,53,19 +48115,54,112 +48115,55,0 +48115,56,0 +48115,61,27 +48115,62,361 +48115,71,17 +48115,72,340 +48115,81,117 +48115,92,196 +48117,11,1794 +48117,22,114 +48117,23,331 +48117,31,1616 +48117,42,371 +48117,44,897 +48117,48,372 +48117,51,85 +48117,52,197 +48117,53,51 +48117,54,88 +48117,55,0 +48117,56,0 +48117,61,0 +48117,62,328 +48117,71,35 +48117,72,451 +48117,81,212 +48117,92,288 +48119,11,101 +48119,22,0 +48119,23,0 +48119,31,0 +48119,42,5 +48119,44,32 +48119,48,15 +48119,51,0 +48119,52,0 +48119,53,0 +48119,54,0 +48119,56,0 +48119,61,0 +48119,62,508 +48119,71,0 +48119,72,0 +48119,81,0 +48119,92,72 +48121,11,370 +48121,21,456 +48121,22,855 +48121,23,17440 +48121,31,18431 +48121,42,13742 +48121,44,31460 +48121,48,14396 +48121,51,3938 +48121,52,9948 +48121,53,4570 +48121,54,17615 +48121,55,2962 +48121,56,17944 +48121,61,56049 +48121,62,32309 +48121,71,4181 +48121,72,31518 +48121,81,6860 +48121,92,7693 +48123,11,119 +48123,21,605 +48123,22,18 +48123,23,505 +48123,31,791 +48123,42,0 +48123,44,733 +48123,48,428 +48123,51,33 +48123,52,388 +48123,53,141 +48123,54,172 +48123,55,68 +48123,56,440 +48123,61,0 +48123,62,405 +48123,71,27 +48123,72,692 +48123,81,178 +48123,92,622 +48125,11,62 +48125,21,0 +48125,22,0 +48125,23,0 +48125,42,0 +48125,44,71 +48125,48,6 +48125,51,0 +48125,52,19 +48125,54,0 +48125,56,0 +48125,61,0 +48125,62,19 +48125,72,33 +48125,81,12 +48125,92,5 +48127,11,234 +48127,21,1777 +48127,22,32 +48127,23,0 +48127,31,0 +48127,42,143 +48127,44,457 +48127,48,204 +48127,51,0 +48127,52,56 +48127,53,140 +48127,54,63 +48127,55,33 +48127,56,1082 +48127,61,0 +48127,62,0 +48127,71,0 +48127,72,518 +48127,81,0 +48127,92,665 +48129,11,78 +48129,22,0 +48129,23,0 +48129,31,0 +48129,42,14 +48129,44,120 +48129,48,6 +48129,51,0 +48129,52,28 +48129,53,6 +48129,54,31 +48129,56,0 +48129,61,0 +48129,62,38 +48129,71,0 +48129,72,0 +48129,81,35 +48129,92,73 +48131,11,75 +48131,21,465 +48131,22,46 +48131,23,0 +48131,31,0 +48131,42,0 +48131,44,190 +48131,48,119 +48131,51,0 +48131,52,52 +48131,54,19 +48131,56,146 +48131,61,1209 +48131,62,958 +48131,71,0 +48131,72,0 +48131,81,0 +48131,92,391 +48133,11,166 +48133,21,1590 +48133,22,60 +48133,23,662 +48133,31,619 +48133,42,78 +48133,44,774 +48133,48,273 +48133,51,28 +48133,52,126 +48133,53,62 +48133,54,146 +48133,55,0 +48133,56,0 +48133,61,0 +48133,62,0 +48133,71,10 +48133,72,573 +48133,81,317 +48133,92,309 +48135,11,76 +48135,21,14344 +48135,22,327 +48135,23,8383 +48135,31,5301 +48135,42,6724 +48135,44,8617 +48135,48,4087 +48135,51,782 +48135,52,1439 +48135,53,2154 +48135,54,2488 +48135,55,295 +48135,56,2183 +48135,61,752 +48135,62,5413 +48135,71,512 +48135,72,8608 +48135,81,2782 +48135,92,1385 +48137,11,0 +48137,21,0 +48137,23,0 +48137,31,0 +48137,42,0 +48137,44,73 +48137,48,4 +48137,51,0 +48137,52,0 +48137,53,0 +48137,54,0 +48137,56,0 +48137,61,0 +48137,62,46 +48137,71,0 +48137,72,0 +48137,81,7 +48137,92,17 +48139,11,147 +48139,21,115 +48139,22,432 +48139,23,4087 +48139,31,10661 +48139,42,1606 +48139,44,6899 +48139,48,3837 +48139,51,597 +48139,52,976 +48139,53,581 +48139,54,1309 +48139,55,76 +48139,56,2816 +48139,61,1899 +48139,62,5035 +48139,71,399 +48139,72,5375 +48139,81,1457 +48139,92,1769 +48141,11,918 +48141,21,61 +48141,22,1895 +48141,23,17587 +48141,31,17276 +48141,42,12596 +48141,44,39522 +48141,48,15714 +48141,51,4829 +48141,52,8358 +48141,53,5035 +48141,54,8718 +48141,55,1454 +48141,56,27570 +48141,61,6157 +48141,62,54149 +48141,71,2807 +48141,72,36309 +48141,81,6944 +48141,92,18850 +48143,11,1142 +48143,21,111 +48143,22,97 +48143,23,1167 +48143,31,1906 +48143,42,524 +48143,44,1937 +48143,48,488 +48143,51,75 +48143,52,323 +48143,53,280 +48143,54,0 +48143,55,0 +48143,56,747 +48143,61,140 +48143,62,1740 +48143,71,65 +48143,72,2125 +48143,81,473 +48143,92,464 +48145,11,0 +48145,21,0 +48145,22,28 +48145,23,111 +48145,31,131 +48145,42,194 +48145,44,495 +48145,48,28 +48145,51,64 +48145,52,0 +48145,53,0 +48145,54,45 +48145,55,0 +48145,56,0 +48145,61,0 +48145,62,414 +48145,71,0 +48145,72,0 +48145,81,51 +48145,92,190 +48147,11,154 +48147,21,75 +48147,22,102 +48147,23,580 +48147,31,805 +48147,42,257 +48147,44,979 +48147,48,157 +48147,51,45 +48147,52,219 +48147,53,87 +48147,54,0 +48147,55,0 +48147,56,715 +48147,61,0 +48147,62,758 +48147,71,56 +48147,72,661 +48147,81,196 +48147,92,905 +48149,11,378 +48149,21,552 +48149,22,0 +48149,23,434 +48149,31,949 +48149,42,614 +48149,44,1304 +48149,48,57 +48149,51,116 +48149,52,401 +48149,53,212 +48149,54,205 +48149,55,0 +48149,56,0 +48149,61,0 +48149,62,1160 +48149,71,111 +48149,72,1047 +48149,81,169 +48149,92,445 +48151,11,115 +48151,21,14 +48151,22,0 +48151,23,0 +48151,31,0 +48151,42,26 +48151,44,70 +48151,48,11 +48151,51,0 +48151,52,0 +48151,53,0 +48151,54,17 +48151,55,0 +48151,56,0 +48151,61,0 +48151,62,61 +48151,71,0 +48151,72,0 +48151,81,0 +48151,92,4 +48153,11,0 +48153,21,0 +48153,22,0 +48153,23,31 +48153,31,48 +48153,42,82 +48153,44,134 +48153,48,20 +48153,51,0 +48153,52,0 +48153,53,0 +48153,54,10 +48153,56,23 +48153,61,0 +48153,62,88 +48153,71,0 +48153,72,0 +48153,81,53 +48153,92,115 +48155,11,27 +48155,23,0 +48155,31,0 +48155,44,0 +48155,48,3 +48155,52,0 +48155,53,0 +48155,54,0 +48155,56,0 +48155,61,0 +48155,62,0 +48155,72,14 +48155,81,0 +48155,92,48 +48157,11,429 +48157,21,3390 +48157,22,935 +48157,23,13447 +48157,31,14739 +48157,42,8931 +48157,44,30249 +48157,48,4588 +48157,51,2371 +48157,52,5005 +48157,53,2764 +48157,54,12044 +48157,55,1140 +48157,56,11464 +48157,61,46382 +48157,62,33387 +48157,71,3772 +48157,72,24325 +48157,81,6307 +48157,92,4875 +48159,11,81 +48159,21,0 +48159,22,0 +48159,23,115 +48159,31,0 +48159,42,18 +48159,44,268 +48159,48,1102 +48159,51,0 +48159,52,70 +48159,53,35 +48159,54,111 +48159,55,0 +48159,56,0 +48159,61,0 +48159,62,657 +48159,71,0 +48159,72,0 +48159,81,0 +48159,92,110 +48161,11,82 +48161,21,565 +48161,22,82 +48161,23,220 +48161,31,124 +48161,42,114 +48161,44,475 +48161,48,124 +48161,51,36 +48161,52,110 +48161,53,40 +48161,54,0 +48161,55,0 +48161,56,105 +48161,61,1774 +48161,62,657 +48161,71,34 +48161,72,521 +48161,81,135 +48161,92,535 +48163,11,384 +48163,21,1419 +48163,22,74 +48163,23,389 +48163,31,92 +48163,42,273 +48163,44,590 +48163,48,524 +48163,51,33 +48163,52,128 +48163,53,92 +48163,54,0 +48163,55,0 +48163,56,1188 +48163,61,0 +48163,62,0 +48163,71,19 +48163,72,401 +48163,81,67 +48163,92,747 +48165,11,993 +48165,21,848 +48165,22,80 +48165,23,877 +48165,31,291 +48165,42,440 +48165,44,583 +48165,48,317 +48165,51,22 +48165,52,162 +48165,53,29 +48165,54,164 +48165,56,77 +48165,61,27 +48165,62,155 +48165,71,0 +48165,72,0 +48165,81,130 +48165,92,257 +48167,11,121 +48167,21,881 +48167,22,946 +48167,23,7402 +48167,31,6098 +48167,42,2648 +48167,44,13952 +48167,48,4176 +48167,51,698 +48167,52,4913 +48167,53,1655 +48167,54,4379 +48167,55,187 +48167,56,4068 +48167,61,26810 +48167,62,11573 +48167,71,2884 +48167,72,17104 +48167,81,3937 +48167,92,3384 +48169,11,102 +48169,21,353 +48169,22,0 +48169,23,0 +48169,31,0 +48169,42,0 +48169,44,148 +48169,48,66 +48169,52,22 +48169,53,13 +48169,54,0 +48169,56,0 +48169,61,0 +48169,62,8 +48169,71,0 +48169,72,0 +48169,81,49 +48169,92,94 +48171,11,113 +48171,21,35 +48171,22,0 +48171,23,1135 +48171,31,1250 +48171,42,320 +48171,44,1735 +48171,48,37 +48171,51,128 +48171,52,331 +48171,53,144 +48171,54,389 +48171,55,0 +48171,56,26 +48171,61,180 +48171,62,1766 +48171,71,307 +48171,72,1889 +48171,81,220 +48171,92,351 +48173,11,219 +48173,21,111 +48173,22,0 +48173,23,0 +48173,31,0 +48173,42,43 +48173,44,26 +48173,48,2 +48173,52,3 +48173,54,0 +48173,55,0 +48173,56,0 +48173,61,0 +48173,72,0 +48173,81,0 +48173,92,3 +48175,11,29 +48175,21,68 +48175,22,0 +48175,23,140 +48175,31,19 +48175,42,0 +48175,44,110 +48175,48,41 +48175,51,0 +48175,52,0 +48175,53,0 +48175,54,0 +48175,55,0 +48175,56,28 +48175,61,0 +48175,62,0 +48175,71,0 +48175,72,0 +48175,81,0 +48175,92,77 +48177,11,975 +48177,21,467 +48177,22,223 +48177,23,304 +48177,31,1124 +48177,42,444 +48177,44,810 +48177,48,192 +48177,51,0 +48177,52,224 +48177,53,40 +48177,54,168 +48177,55,0 +48177,56,0 +48177,61,1924 +48177,62,258 +48177,71,0 +48177,72,0 +48177,81,131 +48177,92,349 +48179,11,221 +48179,21,620 +48179,22,87 +48179,23,334 +48179,31,1260 +48179,42,212 +48179,44,1041 +48179,48,228 +48179,51,81 +48179,52,176 +48179,53,73 +48179,54,0 +48179,55,0 +48179,56,228 +48179,61,0 +48179,62,0 +48179,71,0 +48179,72,0 +48179,81,200 +48179,92,674 +48181,11,251 +48181,21,183 +48181,22,435 +48181,23,3032 +48181,31,5760 +48181,42,1437 +48181,44,6042 +48181,48,1156 +48181,51,443 +48181,52,1846 +48181,53,449 +48181,54,1190 +48181,55,265 +48181,56,2116 +48181,61,1232 +48181,62,11540 +48181,71,482 +48181,72,5183 +48181,81,893 +48181,92,1770 +48183,11,37 +48183,21,5110 +48183,22,286 +48183,23,7739 +48183,31,8239 +48183,42,4454 +48183,44,8615 +48183,48,2932 +48183,51,634 +48183,52,2253 +48183,53,1406 +48183,54,3099 +48183,55,493 +48183,56,3978 +48183,61,13283 +48183,62,13262 +48183,71,491 +48183,72,7109 +48183,81,2131 +48183,92,2378 +48185,11,460 +48185,21,159 +48185,22,302 +48185,23,464 +48185,31,1647 +48185,42,414 +48185,44,589 +48185,48,332 +48185,51,0 +48185,52,138 +48185,53,238 +48185,54,302 +48185,55,0 +48185,56,0 +48185,61,0 +48185,62,0 +48185,71,60 +48185,72,374 +48185,81,88 +48185,92,293 +48187,11,189 +48187,21,382 +48187,22,497 +48187,23,3000 +48187,31,8312 +48187,42,1420 +48187,44,4913 +48187,48,3651 +48187,51,93 +48187,52,676 +48187,53,465 +48187,54,1222 +48187,55,571 +48187,56,1651 +48187,61,10359 +48187,62,4641 +48187,71,401 +48187,72,3928 +48187,81,1416 +48187,92,1613 +48189,11,1100 +48189,21,52 +48189,22,151 +48189,23,630 +48189,31,679 +48189,42,403 +48189,44,1297 +48189,48,1439 +48189,51,53 +48189,52,301 +48189,53,91 +48189,54,243 +48189,55,0 +48189,56,0 +48189,61,0 +48189,62,0 +48189,71,0 +48189,72,0 +48189,81,353 +48189,92,872 +48191,11,130 +48191,22,0 +48191,23,13 +48191,31,26 +48191,42,16 +48191,44,132 +48191,48,12 +48191,51,8 +48191,52,47 +48191,54,0 +48191,56,0 +48191,61,0 +48191,62,73 +48191,71,0 +48191,72,0 +48191,81,18 +48191,92,81 +48193,11,156 +48193,22,0 +48193,23,145 +48193,31,219 +48193,42,112 +48193,44,446 +48193,48,25 +48193,51,5 +48193,52,38 +48193,53,16 +48193,54,61 +48193,56,45 +48193,61,0 +48193,62,278 +48193,71,0 +48193,72,0 +48193,81,60 +48193,92,179 +48195,11,522 +48195,21,240 +48195,22,15 +48195,23,83 +48195,31,54 +48195,42,195 +48195,44,136 +48195,48,61 +48195,51,0 +48195,52,134 +48195,53,4 +48195,54,44 +48195,55,0 +48195,56,0 +48195,61,0 +48195,62,24 +48195,72,64 +48195,81,42 +48195,92,97 +48197,11,0 +48197,21,0 +48197,22,0 +48197,23,0 +48197,31,0 +48197,42,0 +48197,44,179 +48197,48,54 +48197,51,0 +48197,52,43 +48197,54,5 +48197,56,12 +48197,61,0 +48197,62,0 +48197,71,0 +48197,72,0 +48197,81,46 +48197,92,87 +48199,11,93 +48199,21,370 +48199,22,39 +48199,23,1560 +48199,31,835 +48199,42,279 +48199,44,2194 +48199,48,204 +48199,51,97 +48199,52,220 +48199,53,70 +48199,54,450 +48199,55,0 +48199,56,0 +48199,61,4492 +48199,62,2128 +48199,71,92 +48199,72,1735 +48199,81,446 +48199,92,490 +48201,11,1784 +48201,21,68655 +48201,22,21373 +48201,23,183482 +48201,31,185113 +48201,42,149314 +48201,44,211914 +48201,48,130304 +48201,51,29558 +48201,52,81915 +48201,53,54619 +48201,54,214026 +48201,55,41407 +48201,56,194663 +48201,61,108329 +48201,62,296904 +48201,71,27291 +48201,72,219920 +48201,81,70997 +48201,92,55155 +48203,11,90 +48203,21,1492 +48203,22,480 +48203,23,1330 +48203,31,5939 +48203,42,693 +48203,44,2259 +48203,48,563 +48203,51,160 +48203,52,757 +48203,53,296 +48203,54,680 +48203,55,12 +48203,56,669 +48203,61,0 +48203,62,0 +48203,71,62 +48203,72,1792 +48203,81,784 +48203,92,715 +48205,11,1071 +48205,22,22 +48205,23,0 +48205,31,0 +48205,42,74 +48205,44,194 +48205,48,51 +48205,51,0 +48205,52,0 +48205,53,0 +48205,54,17 +48205,56,36 +48205,61,0 +48205,62,0 +48205,71,0 +48205,72,0 +48205,81,81 +48205,92,5 +48207,11,167 +48207,21,57 +48207,22,16 +48207,23,25 +48207,31,21 +48207,42,8 +48207,44,360 +48207,48,43 +48207,51,0 +48207,52,0 +48207,53,0 +48207,54,0 +48207,56,0 +48207,61,509 +48207,62,226 +48207,71,0 +48207,72,0 +48207,81,66 +48207,92,120 +48209,11,164 +48209,21,203 +48209,22,216 +48209,23,6269 +48209,31,5038 +48209,42,2064 +48209,44,11760 +48209,48,3993 +48209,51,1161 +48209,52,1187 +48209,53,1649 +48209,54,3116 +48209,55,369 +48209,56,3298 +48209,61,18263 +48209,62,7784 +48209,71,568 +48209,72,10131 +48209,81,2531 +48209,92,2334 +48211,11,95 +48211,21,417 +48211,22,0 +48211,23,268 +48211,31,54 +48211,42,174 +48211,44,134 +48211,48,7 +48211,51,16 +48211,52,65 +48211,53,21 +48211,54,41 +48211,55,0 +48211,56,0 +48211,61,0 +48211,62,0 +48211,71,0 +48211,72,0 +48211,81,33 +48211,92,71 +48213,11,242 +48213,21,84 +48213,22,480 +48213,23,1167 +48213,31,2469 +48213,42,504 +48213,44,2742 +48213,48,208 +48213,51,215 +48213,52,448 +48213,53,234 +48213,54,556 +48213,55,64 +48213,56,483 +48213,61,155 +48213,62,2605 +48213,71,206 +48213,72,2029 +48213,81,477 +48213,92,957 +48215,11,3240 +48215,21,1456 +48215,22,2246 +48215,23,7991 +48215,31,7150 +48215,42,9355 +48215,44,36321 +48215,48,8622 +48215,51,3294 +48215,52,6881 +48215,53,2355 +48215,54,5921 +48215,55,1070 +48215,56,11813 +48215,61,97438 +48215,62,84118 +48215,71,3486 +48215,72,24831 +48215,81,4472 +48215,92,12361 +48217,11,205 +48217,21,110 +48217,22,205 +48217,23,1046 +48217,31,1214 +48217,42,442 +48217,44,1535 +48217,48,253 +48217,51,37 +48217,52,224 +48217,53,71 +48217,54,0 +48217,55,0 +48217,56,457 +48217,61,0 +48217,62,0 +48217,71,39 +48217,72,1036 +48217,81,186 +48217,92,464 +48219,11,489 +48219,21,2828 +48219,22,38 +48219,23,387 +48219,31,200 +48219,42,254 +48219,44,831 +48219,48,456 +48219,51,78 +48219,52,264 +48219,53,158 +48219,54,0 +48219,55,0 +48219,56,177 +48219,61,3738 +48219,62,0 +48219,71,15 +48219,72,652 +48219,81,785 +48219,92,321 +48221,11,170 +48221,21,1648 +48221,22,219 +48221,23,1349 +48221,31,826 +48221,42,405 +48221,44,2667 +48221,48,366 +48221,51,150 +48221,52,478 +48221,53,486 +48221,54,0 +48221,55,0 +48221,56,580 +48221,61,227 +48221,62,2725 +48221,71,393 +48221,72,1990 +48221,81,665 +48221,92,623 +48223,11,0 +48223,21,0 +48223,22,96 +48223,23,575 +48223,31,1900 +48223,42,1379 +48223,44,1647 +48223,48,640 +48223,51,122 +48223,52,527 +48223,53,121 +48223,54,1 +48223,55,0 +48223,56,470 +48223,61,75 +48223,62,1490 +48223,71,83 +48223,72,1471 +48223,81,293 +48223,92,477 +48225,11,80 +48225,21,264 +48225,22,0 +48225,23,355 +48225,31,730 +48225,42,376 +48225,44,697 +48225,48,41 +48225,51,59 +48225,52,271 +48225,53,75 +48225,54,340 +48225,55,6 +48225,56,332 +48225,61,87 +48225,62,846 +48225,71,128 +48225,72,468 +48225,81,245 +48225,92,1002 +48227,11,168 +48227,21,1221 +48227,22,435 +48227,23,773 +48227,31,882 +48227,42,418 +48227,44,1569 +48227,48,188 +48227,51,246 +48227,52,280 +48227,53,173 +48227,54,242 +48227,55,3 +48227,56,542 +48227,61,25 +48227,62,2612 +48227,71,43 +48227,72,1325 +48227,81,416 +48227,92,650 +48229,11,183 +48229,22,26 +48229,23,0 +48229,31,0 +48229,42,0 +48229,44,47 +48229,48,5 +48229,51,0 +48229,52,0 +48229,53,0 +48229,54,0 +48229,56,0 +48229,61,0 +48229,62,0 +48229,71,0 +48229,72,18 +48229,81,7 +48229,92,439 +48231,11,126 +48231,21,17 +48231,22,273 +48231,23,1205 +48231,31,5553 +48231,42,755 +48231,44,3632 +48231,48,389 +48231,51,150 +48231,52,423 +48231,53,193 +48231,54,992 +48231,55,0 +48231,56,0 +48231,61,305 +48231,62,3609 +48231,71,164 +48231,72,2853 +48231,81,372 +48231,92,1073 +48233,11,106 +48233,21,1342 +48233,22,76 +48233,23,922 +48233,31,955 +48233,42,149 +48233,44,927 +48233,48,193 +48233,51,32 +48233,52,173 +48233,53,42 +48233,54,119 +48233,55,0 +48233,56,0 +48233,61,0 +48233,62,0 +48233,71,84 +48233,72,663 +48233,81,309 +48233,92,326 +48235,11,37 +48235,21,336 +48235,23,0 +48235,31,0 +48235,42,86 +48235,44,197 +48235,48,41 +48235,52,0 +48235,53,0 +48235,54,0 +48235,55,0 +48235,61,0 +48235,62,0 +48235,71,0 +48235,72,0 +48235,81,0 +48235,92,5 +48237,11,42 +48237,21,580 +48237,22,107 +48237,23,184 +48237,31,56 +48237,42,39 +48237,44,141 +48237,48,69 +48237,51,0 +48237,52,56 +48237,53,155 +48237,54,0 +48237,55,0 +48237,56,227 +48237,61,0 +48237,62,0 +48237,72,194 +48237,81,27 +48237,92,148 +48239,11,0 +48239,21,350 +48239,22,0 +48239,23,967 +48239,31,0 +48239,42,194 +48239,44,481 +48239,48,23 +48239,51,76 +48239,52,181 +48239,53,43 +48239,54,212 +48239,55,0 +48239,56,0 +48239,61,0 +48239,62,0 +48239,71,5 +48239,72,333 +48239,81,199 +48239,92,166 +48241,11,87 +48241,21,93 +48241,22,88 +48241,23,365 +48241,31,1274 +48241,42,373 +48241,44,1414 +48241,48,50 +48241,51,29 +48241,52,262 +48241,53,66 +48241,54,248 +48241,55,0 +48241,56,0 +48241,61,0 +48241,62,0 +48241,71,53 +48241,72,997 +48241,81,185 +48241,92,591 +48243,11,0 +48243,21,0 +48243,22,17 +48243,23,0 +48243,31,0 +48243,44,55 +48243,48,5 +48243,51,0 +48243,52,0 +48243,53,0 +48243,54,0 +48243,56,0 +48243,61,0 +48243,62,0 +48243,71,13 +48243,72,0 +48243,81,39 +48243,92,19 +48245,11,178 +48245,21,463 +48245,22,1526 +48245,23,16159 +48245,31,16995 +48245,42,4704 +48245,44,14286 +48245,48,5297 +48245,51,1032 +48245,52,2833 +48245,53,1985 +48245,54,5663 +48245,55,798 +48245,56,6449 +48245,61,17573 +48245,62,19530 +48245,71,812 +48245,72,11537 +48245,81,3255 +48245,92,4850 +48247,11,53 +48247,21,54 +48247,22,0 +48247,23,26 +48247,31,51 +48247,42,16 +48247,44,201 +48247,48,5 +48247,51,0 +48247,52,2 +48247,53,0 +48247,56,0 +48247,61,0 +48247,62,533 +48247,71,0 +48247,72,0 +48247,81,13 +48247,92,360 +48249,11,286 +48249,21,3164 +48249,22,0 +48249,23,533 +48249,31,417 +48249,42,998 +48249,44,1539 +48249,48,60 +48249,51,34 +48249,52,378 +48249,53,370 +48249,54,0 +48249,55,0 +48249,56,327 +48249,61,0 +48249,62,0 +48249,71,49 +48249,72,1557 +48249,81,302 +48249,92,531 +48251,11,126 +48251,21,1537 +48251,22,219 +48251,23,5034 +48251,31,6470 +48251,42,2038 +48251,44,6329 +48251,48,2756 +48251,51,538 +48251,52,917 +48251,53,578 +48251,54,992 +48251,55,95 +48251,56,2178 +48251,61,1122 +48251,62,4496 +48251,71,503 +48251,72,4902 +48251,81,2777 +48251,92,1538 +48253,11,153 +48253,21,120 +48253,22,47 +48253,23,223 +48253,31,179 +48253,42,105 +48253,44,328 +48253,48,190 +48253,51,12 +48253,52,96 +48253,53,31 +48253,54,51 +48253,55,0 +48253,56,0 +48253,61,1361 +48253,62,177 +48253,71,15 +48253,72,193 +48253,81,99 +48253,92,207 +48255,11,65 +48255,21,1296 +48255,22,116 +48255,23,107 +48255,31,342 +48255,42,261 +48255,44,535 +48255,48,290 +48255,51,0 +48255,52,126 +48255,53,205 +48255,54,0 +48255,55,0 +48255,56,626 +48255,61,0 +48255,62,292 +48255,71,0 +48255,72,0 +48255,81,0 +48255,92,299 +48257,11,88 +48257,21,51 +48257,22,334 +48257,23,2684 +48257,31,4504 +48257,42,1329 +48257,44,4265 +48257,48,2284 +48257,51,138 +48257,52,855 +48257,53,182 +48257,54,939 +48257,55,0 +48257,56,0 +48257,61,382 +48257,62,3425 +48257,71,314 +48257,72,3339 +48257,81,950 +48257,92,1207 +48259,11,122 +48259,21,161 +48259,22,60 +48259,23,2372 +48259,31,1109 +48259,42,667 +48259,44,3016 +48259,48,232 +48259,51,128 +48259,52,913 +48259,53,222 +48259,54,1283 +48259,55,71 +48259,56,579 +48259,61,792 +48259,62,2215 +48259,71,269 +48259,72,1814 +48259,81,665 +48259,92,70 +48261,11,49 +48261,21,0 +48261,22,0 +48261,31,0 +48261,44,0 +48261,48,1 +48261,56,0 +48261,61,0 +48261,62,0 +48261,71,0 +48261,72,0 +48261,81,15 +48261,92,0 +48263,11,16 +48263,21,0 +48263,23,0 +48263,42,0 +48263,44,0 +48263,48,3 +48263,52,0 +48263,53,0 +48263,54,0 +48263,61,0 +48263,62,0 +48263,71,0 +48263,72,0 +48263,92,5 +48265,11,176 +48265,21,20 +48265,22,0 +48265,23,1610 +48265,31,1218 +48265,42,245 +48265,44,2857 +48265,48,68 +48265,51,262 +48265,52,500 +48265,53,352 +48265,54,611 +48265,55,58 +48265,56,683 +48265,61,0 +48265,62,458 +48265,71,267 +48265,72,2696 +48265,81,665 +48265,92,669 +48267,11,21 +48267,22,0 +48267,23,75 +48267,31,58 +48267,42,13 +48267,44,196 +48267,48,9 +48267,51,0 +48267,52,47 +48267,53,23 +48267,54,9 +48267,56,14 +48267,61,0 +48267,62,123 +48267,71,0 +48267,72,0 +48267,81,54 +48267,92,90 +48269,11,0 +48269,23,0 +48269,42,0 +48269,48,2 +48269,54,0 +48269,56,0 +48269,61,0 +48269,62,0 +48269,81,0 +48269,92,2 +48271,11,42 +48271,22,0 +48271,23,0 +48271,31,0 +48271,42,0 +48271,44,71 +48271,48,4 +48271,51,0 +48271,52,0 +48271,53,0 +48271,56,0 +48271,61,0 +48271,62,20 +48271,71,0 +48271,72,0 +48271,81,56 +48271,92,237 +48273,11,444 +48273,21,172 +48273,22,60 +48273,23,436 +48273,31,365 +48273,42,0 +48273,44,1517 +48273,48,144 +48273,51,84 +48273,52,303 +48273,53,88 +48273,54,90 +48273,55,0 +48273,56,344 +48273,61,2244 +48273,62,88 +48273,71,126 +48273,72,1556 +48273,81,247 +48273,92,1116 +48275,11,117 +48275,21,65 +48275,22,0 +48275,23,0 +48275,31,0 +48275,42,72 +48275,44,145 +48275,48,13 +48275,51,0 +48275,52,0 +48275,53,0 +48275,54,5 +48275,56,0 +48275,61,0 +48275,62,0 +48275,71,17 +48275,72,41 +48275,81,18 +48275,92,79 +48277,11,163 +48277,22,470 +48277,23,1377 +48277,31,5515 +48277,42,563 +48277,44,2388 +48277,48,549 +48277,51,139 +48277,52,510 +48277,53,127 +48277,54,312 +48277,55,26 +48277,56,1584 +48277,61,90 +48277,62,4082 +48277,71,120 +48277,72,1818 +48277,81,451 +48277,92,672 +48279,11,0 +48279,21,0 +48279,22,161 +48279,23,225 +48279,31,194 +48279,42,194 +48279,44,371 +48279,48,112 +48279,51,0 +48279,52,0 +48279,53,0 +48279,54,101 +48279,55,0 +48279,56,0 +48279,61,0 +48279,62,313 +48279,72,203 +48279,81,82 +48279,92,270 +48281,11,0 +48281,21,0 +48281,22,0 +48281,23,672 +48281,31,573 +48281,42,130 +48281,44,701 +48281,48,35 +48281,51,54 +48281,52,101 +48281,53,45 +48281,54,146 +48281,55,0 +48281,56,0 +48281,61,0 +48281,62,0 +48281,71,8 +48281,72,496 +48281,81,145 +48281,92,318 +48283,11,121 +48283,21,1209 +48283,22,0 +48283,23,194 +48283,42,0 +48283,44,221 +48283,48,220 +48283,52,0 +48283,53,0 +48283,54,0 +48283,55,30 +48283,56,0 +48283,61,0 +48283,62,153 +48283,71,7 +48283,72,408 +48283,81,27 +48283,92,598 +48285,11,91 +48285,21,256 +48285,22,0 +48285,23,244 +48285,31,1023 +48285,42,418 +48285,44,777 +48285,48,53 +48285,51,27 +48285,52,176 +48285,53,28 +48285,54,126 +48285,55,0 +48285,56,0 +48285,61,1180 +48285,62,211 +48285,71,17 +48285,72,326 +48285,81,120 +48285,92,288 +48287,11,0 +48287,21,0 +48287,22,0 +48287,23,3059 +48287,31,465 +48287,42,227 +48287,44,514 +48287,48,28 +48287,51,39 +48287,52,220 +48287,53,75 +48287,54,219 +48287,56,49 +48287,61,0 +48287,62,0 +48287,71,0 +48287,72,0 +48287,81,167 +48287,92,676 +48289,11,172 +48289,21,259 +48289,22,66 +48289,23,916 +48289,31,865 +48289,42,247 +48289,44,547 +48289,48,116 +48289,51,6 +48289,52,184 +48289,53,33 +48289,54,200 +48289,56,60 +48289,61,0 +48289,62,0 +48289,71,0 +48289,72,0 +48289,81,139 +48289,92,204 +48291,11,155 +48291,21,897 +48291,22,192 +48291,23,2233 +48291,31,1387 +48291,42,499 +48291,44,2544 +48291,48,980 +48291,51,86 +48291,52,378 +48291,53,188 +48291,54,378 +48291,55,62 +48291,56,458 +48291,61,7439 +48291,62,2195 +48291,71,10 +48291,72,1486 +48291,81,371 +48291,92,1711 +48293,11,104 +48293,21,715 +48293,22,232 +48293,23,168 +48293,31,389 +48293,42,302 +48293,44,823 +48293,48,106 +48293,51,54 +48293,52,281 +48293,53,23 +48293,54,397 +48293,55,0 +48293,56,0 +48293,61,0 +48293,62,1245 +48293,71,0 +48293,72,0 +48293,81,126 +48293,92,448 +48295,11,132 +48295,21,104 +48295,23,0 +48295,31,0 +48295,42,87 +48295,44,0 +48295,48,18 +48295,51,0 +48295,52,0 +48295,53,0 +48295,54,0 +48295,56,0 +48295,61,0 +48295,62,11 +48295,72,0 +48295,81,12 +48295,92,10 +48297,11,122 +48297,21,615 +48297,22,0 +48297,23,28 +48297,31,0 +48297,42,0 +48297,44,421 +48297,48,349 +48297,51,10 +48297,52,98 +48297,53,147 +48297,54,296 +48297,56,119 +48297,61,0 +48297,62,133 +48297,71,0 +48297,72,0 +48297,81,80 +48297,92,464 +48299,11,38 +48299,21,20 +48299,22,0 +48299,23,428 +48299,31,162 +48299,42,254 +48299,44,593 +48299,48,32 +48299,51,21 +48299,52,207 +48299,53,71 +48299,54,174 +48299,56,166 +48299,61,47 +48299,62,425 +48299,71,167 +48299,72,1241 +48299,81,129 +48299,92,291 +48301,11,0 +48301,21,0 +48301,23,0 +48301,31,0 +48301,42,0 +48301,48,0 +48301,53,0 +48301,54,0 +48301,62,0 +48301,71,0 +48301,92,0 +48303,11,965 +48303,21,858 +48303,22,705 +48303,23,8152 +48303,31,4879 +48303,42,7581 +48303,44,17825 +48303,48,4922 +48303,51,2803 +48303,52,5458 +48303,53,2250 +48303,54,5452 +48303,55,1425 +48303,56,6419 +48303,61,3728 +48303,62,22564 +48303,71,2078 +48303,72,18774 +48303,81,4846 +48303,92,5526 +48305,11,311 +48305,21,27 +48305,22,0 +48305,23,73 +48305,31,41 +48305,42,80 +48305,44,72 +48305,48,13 +48305,51,0 +48305,52,83 +48305,53,3 +48305,54,0 +48305,56,0 +48305,61,0 +48305,62,0 +48305,71,0 +48305,72,0 +48305,81,28 +48305,92,104 +48307,11,67 +48307,21,260 +48307,22,29 +48307,23,65 +48307,31,143 +48307,42,165 +48307,44,404 +48307,48,192 +48307,51,23 +48307,52,89 +48307,53,15 +48307,54,55 +48307,55,0 +48307,56,0 +48307,61,0 +48307,62,323 +48307,71,0 +48307,72,0 +48307,81,64 +48307,92,186 +48309,11,207 +48309,21,142 +48309,22,604 +48309,23,7807 +48309,31,15355 +48309,42,4860 +48309,44,13089 +48309,48,3322 +48309,51,1057 +48309,52,4805 +48309,53,2424 +48309,54,3836 +48309,55,389 +48309,56,8727 +48309,61,11326 +48309,62,16939 +48309,71,1026 +48309,72,11864 +48309,81,2732 +48309,92,3989 +48311,11,70 +48311,21,124 +48311,22,0 +48311,23,0 +48311,31,0 +48311,42,38 +48311,44,42 +48311,48,3 +48311,52,0 +48311,53,0 +48311,54,0 +48311,55,0 +48311,56,0 +48311,61,0 +48311,62,38 +48311,72,26 +48311,81,0 +48311,92,23 +48313,11,0 +48313,21,0 +48313,22,0 +48313,23,128 +48313,31,259 +48313,42,113 +48313,44,700 +48313,48,21 +48313,51,0 +48313,52,84 +48313,53,22 +48313,54,90 +48313,56,22 +48313,61,0 +48313,62,0 +48313,71,0 +48313,72,0 +48313,81,104 +48313,92,138 +48315,11,0 +48315,21,0 +48315,22,58 +48315,23,16 +48315,31,360 +48315,42,0 +48315,44,171 +48315,48,18 +48315,52,38 +48315,53,5 +48315,54,19 +48315,55,0 +48315,56,38 +48315,61,0 +48315,62,0 +48315,72,363 +48315,81,34 +48315,92,105 +48317,11,203 +48317,21,82 +48317,22,0 +48317,23,1021 +48317,31,85 +48317,42,0 +48317,44,221 +48317,48,107 +48317,51,0 +48317,52,0 +48317,53,0 +48317,54,14 +48317,56,49 +48317,61,0 +48317,62,86 +48317,72,155 +48317,81,51 +48317,92,104 +48319,11,0 +48319,21,0 +48319,22,0 +48319,23,59 +48319,31,33 +48319,42,62 +48319,44,116 +48319,48,7 +48319,51,0 +48319,52,48 +48319,53,18 +48319,54,0 +48319,56,0 +48319,61,0 +48319,62,100 +48319,71,6 +48319,72,124 +48319,81,0 +48319,92,124 +48321,11,487 +48321,21,260 +48321,22,0 +48321,23,439 +48321,31,505 +48321,42,0 +48321,44,1318 +48321,48,261 +48321,51,162 +48321,52,201 +48321,53,141 +48321,54,18 +48321,55,0 +48321,56,581 +48321,61,0 +48321,62,1069 +48321,71,74 +48321,72,1135 +48321,81,323 +48321,92,492 +48323,11,276 +48323,21,221 +48323,22,0 +48323,23,157 +48323,31,598 +48323,42,0 +48323,44,2534 +48323,48,967 +48323,51,157 +48323,52,406 +48323,53,168 +48323,54,317 +48323,56,195 +48323,61,0 +48323,62,0 +48323,71,36 +48323,72,1622 +48323,81,149 +48323,92,1714 +48325,11,320 +48325,21,326 +48325,22,0 +48325,23,892 +48325,31,123 +48325,42,0 +48325,44,1631 +48325,48,360 +48325,51,60 +48325,52,374 +48325,53,62 +48325,54,465 +48325,56,240 +48325,61,0 +48325,62,0 +48325,71,63 +48325,72,1059 +48325,81,266 +48325,92,995 +48327,11,0 +48327,21,0 +48327,22,0 +48327,23,0 +48327,31,0 +48327,42,0 +48327,44,77 +48327,48,7 +48327,51,0 +48327,52,19 +48327,54,0 +48327,56,0 +48327,61,0 +48327,62,0 +48327,71,0 +48327,72,0 +48327,81,11 +48327,92,59 +48329,11,297 +48329,21,32074 +48329,22,747 +48329,23,6960 +48329,31,4168 +48329,42,7092 +48329,44,9738 +48329,48,5016 +48329,51,1032 +48329,52,2057 +48329,53,2721 +48329,54,5794 +48329,55,1723 +48329,56,3515 +48329,61,12144 +48329,62,8685 +48329,71,1298 +48329,72,9535 +48329,81,3268 +48329,92,2222 +48331,11,222 +48331,21,76 +48331,22,37 +48331,23,776 +48331,31,219 +48331,42,204 +48331,44,664 +48331,48,82 +48331,51,45 +48331,52,190 +48331,53,54 +48331,54,122 +48331,56,220 +48331,61,0 +48331,62,0 +48331,71,17 +48331,72,412 +48331,81,94 +48331,92,366 +48333,11,76 +48333,22,0 +48333,23,63 +48333,31,109 +48333,42,86 +48333,44,205 +48333,48,14 +48333,51,0 +48333,52,55 +48333,53,4 +48333,54,0 +48333,56,0 +48333,61,0 +48333,62,151 +48333,71,8 +48333,72,50 +48333,81,0 +48333,92,2 +48335,11,69 +48335,21,226 +48335,22,37 +48335,23,0 +48335,31,0 +48335,42,10 +48335,44,193 +48335,48,36 +48335,51,9 +48335,52,46 +48335,53,26 +48335,54,31 +48335,55,0 +48335,56,0 +48335,61,0 +48335,62,0 +48335,71,0 +48335,72,0 +48335,81,24 +48335,92,138 +48337,11,59 +48337,21,659 +48337,22,59 +48337,23,280 +48337,31,453 +48337,42,117 +48337,44,725 +48337,48,173 +48337,51,37 +48337,52,164 +48337,53,32 +48337,54,130 +48337,55,0 +48337,56,0 +48337,61,0 +48337,62,0 +48337,71,0 +48337,72,0 +48337,81,152 +48337,92,206 +48339,11,206 +48339,21,5407 +48339,22,872 +48339,23,16100 +48339,31,11224 +48339,42,8516 +48339,44,26067 +48339,48,4945 +48339,51,1455 +48339,52,6819 +48339,53,2797 +48339,54,13378 +48339,55,4186 +48339,56,11082 +48339,61,61081 +48339,62,25637 +48339,71,3604 +48339,72,22995 +48339,81,6345 +48339,92,4412 +48341,11,1503 +48341,21,177 +48341,22,31 +48341,23,0 +48341,31,0 +48341,42,360 +48341,44,1002 +48341,48,301 +48341,51,38 +48341,52,151 +48341,53,78 +48341,54,0 +48341,55,0 +48341,56,234 +48341,61,0 +48341,62,0 +48341,71,10 +48341,72,741 +48341,81,188 +48341,92,381 +48343,11,0 +48343,21,0 +48343,22,0 +48343,23,85 +48343,31,1614 +48343,42,302 +48343,44,291 +48343,48,188 +48343,51,16 +48343,52,0 +48343,53,0 +48343,54,65 +48343,55,0 +48343,56,0 +48343,61,0 +48343,62,351 +48343,71,0 +48343,72,0 +48343,81,80 +48343,92,174 +48345,11,45 +48345,22,0 +48345,23,0 +48345,31,0 +48345,42,0 +48345,44,44 +48345,48,4 +48345,51,0 +48345,52,0 +48345,54,0 +48345,56,0 +48345,61,0 +48345,62,54 +48345,71,0 +48345,72,0 +48345,81,0 +48345,92,21 +48347,11,494 +48347,21,62 +48347,22,120 +48347,23,962 +48347,31,2919 +48347,42,851 +48347,44,2736 +48347,48,274 +48347,51,151 +48347,52,783 +48347,53,237 +48347,54,478 +48347,55,42 +48347,56,1382 +48347,61,180 +48347,62,3086 +48347,71,174 +48347,72,2884 +48347,81,505 +48347,92,717 +48349,11,208 +48349,21,67 +48349,22,174 +48349,23,1416 +48349,31,3690 +48349,42,809 +48349,44,1779 +48349,48,712 +48349,51,180 +48349,52,491 +48349,53,209 +48349,54,231 +48349,55,27 +48349,56,919 +48349,61,0 +48349,62,0 +48349,71,117 +48349,72,1271 +48349,81,281 +48349,92,655 +48351,11,90 +48351,21,28 +48351,22,67 +48351,23,0 +48351,31,0 +48351,42,27 +48351,44,140 +48351,48,50 +48351,51,0 +48351,52,0 +48351,53,0 +48351,54,29 +48351,56,70 +48351,61,0 +48351,62,140 +48351,71,0 +48351,72,0 +48351,81,0 +48351,92,115 +48353,11,103 +48353,21,279 +48353,22,240 +48353,23,474 +48353,31,894 +48353,42,88 +48353,44,781 +48353,48,276 +48353,51,39 +48353,52,173 +48353,53,22 +48353,54,0 +48353,55,0 +48353,56,196 +48353,61,0 +48353,62,0 +48353,71,61 +48353,72,722 +48353,81,173 +48353,92,288 +48355,11,517 +48355,21,3118 +48355,22,1626 +48355,23,16899 +48355,31,10614 +48355,42,6215 +48355,44,17783 +48355,48,5680 +48355,51,1481 +48355,52,4517 +48355,53,3316 +48355,54,8366 +48355,55,939 +48355,56,8451 +48355,61,28602 +48355,62,34397 +48355,71,2137 +48355,72,20807 +48355,81,4355 +48355,92,5290 +48357,11,565 +48357,21,1116 +48357,22,0 +48357,23,351 +48357,31,18 +48357,42,282 +48357,44,408 +48357,48,13 +48357,51,44 +48357,52,0 +48357,53,0 +48357,54,91 +48357,55,0 +48357,56,0 +48357,61,0 +48357,62,0 +48357,71,0 +48357,72,0 +48357,81,119 +48357,92,164 +48359,11,0 +48359,21,0 +48359,22,0 +48359,23,0 +48359,31,0 +48359,42,56 +48359,44,39 +48359,48,5 +48359,51,0 +48359,52,9 +48359,54,0 +48359,56,0 +48359,61,617 +48359,62,0 +48359,72,32 +48359,81,0 +48359,92,47 +48361,11,33 +48361,21,71 +48361,22,169 +48361,23,2883 +48361,31,4887 +48361,42,888 +48361,44,3200 +48361,48,605 +48361,51,43 +48361,52,590 +48361,53,202 +48361,54,900 +48361,55,69 +48361,56,574 +48361,61,6796 +48361,62,1592 +48361,71,158 +48361,72,2350 +48361,81,488 +48361,92,903 +48363,11,30 +48363,21,525 +48363,22,134 +48363,23,334 +48363,31,1619 +48363,42,208 +48363,44,1213 +48363,48,198 +48363,51,29 +48363,52,198 +48363,53,275 +48363,54,155 +48363,55,18 +48363,56,235 +48363,61,0 +48363,62,0 +48363,71,66 +48363,72,1208 +48363,81,206 +48363,92,422 +48365,11,38 +48365,21,1022 +48365,22,103 +48365,23,1449 +48365,31,1067 +48365,42,270 +48365,44,823 +48365,48,292 +48365,51,49 +48365,52,187 +48365,53,125 +48365,54,0 +48365,55,0 +48365,56,449 +48365,61,80 +48365,62,770 +48365,71,21 +48365,72,435 +48365,81,147 +48365,92,290 +48367,11,397 +48367,21,902 +48367,22,132 +48367,23,3005 +48367,31,3286 +48367,42,1251 +48367,44,5419 +48367,48,1824 +48367,51,315 +48367,52,828 +48367,53,455 +48367,54,1495 +48367,55,190 +48367,56,1522 +48367,61,807 +48367,62,3995 +48367,71,283 +48367,72,4054 +48367,81,1156 +48367,92,1210 +48369,11,1585 +48369,22,0 +48369,23,0 +48369,31,0 +48369,42,180 +48369,44,182 +48369,48,12 +48369,51,16 +48369,52,70 +48369,53,3 +48369,54,0 +48369,55,0 +48369,56,233 +48369,61,1370 +48369,62,334 +48369,71,0 +48369,72,0 +48369,81,98 +48369,92,155 +48371,11,140 +48371,21,689 +48371,22,101 +48371,23,356 +48371,31,76 +48371,42,92 +48371,44,759 +48371,48,404 +48371,51,22 +48371,52,136 +48371,53,49 +48371,54,116 +48371,56,118 +48371,61,0 +48371,62,236 +48371,71,0 +48371,72,0 +48371,81,91 +48371,92,832 +48373,11,218 +48373,21,43 +48373,22,84 +48373,23,604 +48373,31,1282 +48373,42,234 +48373,44,1643 +48373,48,336 +48373,51,136 +48373,52,351 +48373,53,520 +48373,54,0 +48373,55,0 +48373,56,367 +48373,61,83 +48373,62,1493 +48373,71,42 +48373,72,1199 +48373,81,262 +48373,92,1577 +48375,11,352 +48375,21,329 +48375,22,1052 +48375,23,3855 +48375,31,8955 +48375,42,3611 +48375,44,8283 +48375,48,2723 +48375,51,771 +48375,52,3676 +48375,53,953 +48375,54,2868 +48375,55,411 +48375,56,3354 +48375,61,17058 +48375,62,15243 +48375,71,1068 +48375,72,8010 +48375,81,2476 +48375,92,4425 +48377,11,332 +48377,22,0 +48377,23,48 +48377,31,52 +48377,42,0 +48377,44,213 +48377,48,50 +48377,51,0 +48377,52,0 +48377,53,0 +48377,54,38 +48377,56,27 +48377,61,0 +48377,62,114 +48377,71,78 +48377,72,322 +48377,81,16 +48377,92,561 +48379,11,0 +48379,21,0 +48379,22,0 +48379,23,285 +48379,31,104 +48379,42,74 +48379,44,315 +48379,48,20 +48379,51,8 +48379,52,46 +48379,53,8 +48379,54,154 +48379,56,65 +48379,61,0 +48379,62,224 +48379,71,0 +48379,72,0 +48379,81,57 +48379,92,127 +48381,11,360 +48381,21,125 +48381,22,0 +48381,23,2769 +48381,31,1480 +48381,42,1963 +48381,44,6249 +48381,48,148 +48381,51,510 +48381,52,1222 +48381,53,542 +48381,54,1300 +48381,55,206 +48381,56,1256 +48381,61,587 +48381,62,3796 +48381,71,393 +48381,72,4559 +48381,81,1299 +48381,92,1114 +48383,11,32 +48383,21,860 +48383,22,0 +48383,23,66 +48383,42,0 +48383,44,119 +48383,48,275 +48383,51,0 +48383,52,0 +48383,53,0 +48383,54,19 +48383,56,0 +48383,61,0 +48383,62,8 +48383,71,0 +48383,72,0 +48383,81,25 +48383,92,98 +48385,11,0 +48385,21,0 +48385,22,0 +48385,23,35 +48385,31,28 +48385,42,0 +48385,44,133 +48385,48,6 +48385,51,0 +48385,52,0 +48385,53,0 +48385,54,0 +48385,56,0 +48385,61,0 +48385,62,124 +48385,71,0 +48385,72,0 +48385,81,0 +48385,92,53 +48387,11,136 +48387,21,71 +48387,22,21 +48387,23,149 +48387,31,480 +48387,42,146 +48387,44,162 +48387,48,59 +48387,51,9 +48387,52,77 +48387,53,37 +48387,54,40 +48387,56,33 +48387,61,0 +48387,62,601 +48387,71,6 +48387,72,65 +48387,81,14 +48387,92,31 +48389,11,87 +48389,21,2049 +48389,22,149 +48389,23,1832 +48389,31,108 +48389,42,295 +48389,44,828 +48389,48,996 +48389,51,21 +48389,52,69 +48389,53,199 +48389,54,0 +48389,55,0 +48389,56,194 +48389,61,0 +48389,62,191 +48389,71,0 +48389,72,0 +48389,81,121 +48389,92,660 +48391,11,77 +48391,21,311 +48391,22,0 +48391,23,0 +48391,31,0 +48391,42,0 +48391,44,259 +48391,48,114 +48391,51,0 +48391,52,32 +48391,53,93 +48391,54,23 +48391,55,0 +48391,56,0 +48391,61,0 +48391,62,0 +48391,71,0 +48391,72,0 +48391,81,89 +48391,92,182 +48393,11,76 +48393,21,0 +48393,22,0 +48393,23,0 +48393,42,0 +48393,44,0 +48393,48,4 +48393,51,0 +48393,52,0 +48393,54,0 +48393,56,0 +48393,61,0 +48393,62,3 +48393,71,0 +48393,72,0 +48393,81,0 +48393,92,37 +48395,11,416 +48395,21,239 +48395,22,176 +48395,23,369 +48395,31,85 +48395,42,535 +48395,44,391 +48395,48,209 +48395,51,11 +48395,52,84 +48395,53,29 +48395,54,109 +48395,55,0 +48395,56,0 +48395,61,0 +48395,62,0 +48395,71,13 +48395,72,534 +48395,81,66 +48395,92,264 +48397,11,16 +48397,21,45 +48397,22,62 +48397,23,2363 +48397,31,2148 +48397,42,1319 +48397,44,5515 +48397,48,1205 +48397,51,229 +48397,52,809 +48397,53,373 +48397,54,1640 +48397,55,16 +48397,56,1823 +48397,61,864 +48397,62,5527 +48397,71,632 +48397,72,4747 +48397,81,1272 +48397,92,821 +48399,11,126 +48399,21,16 +48399,22,17 +48399,23,105 +48399,31,431 +48399,42,115 +48399,44,435 +48399,48,72 +48399,51,0 +48399,52,108 +48399,53,5 +48399,54,35 +48399,56,136 +48399,61,0 +48399,62,292 +48399,71,6 +48399,72,181 +48399,81,0 +48399,92,195 +48401,11,131 +48401,21,1061 +48401,22,400 +48401,23,1212 +48401,31,1476 +48401,42,470 +48401,44,1220 +48401,48,362 +48401,51,120 +48401,52,672 +48401,53,78 +48401,54,329 +48401,56,1031 +48401,61,0 +48401,62,0 +48401,71,16 +48401,72,988 +48401,81,304 +48401,92,373 +48403,11,0 +48403,21,79 +48403,22,28 +48403,23,116 +48403,31,0 +48403,42,0 +48403,44,337 +48403,48,28 +48403,51,11 +48403,52,67 +48403,53,24 +48403,54,51 +48403,56,8 +48403,61,0 +48403,62,794 +48403,71,0 +48403,72,0 +48403,81,33 +48403,92,139 +48405,11,59 +48405,21,0 +48405,22,0 +48405,23,451 +48405,31,0 +48405,42,0 +48405,44,209 +48405,48,80 +48405,51,0 +48405,52,0 +48405,53,0 +48405,54,29 +48405,56,24 +48405,61,0 +48405,62,451 +48405,71,9 +48405,72,100 +48405,81,19 +48405,92,109 +48407,11,16 +48407,21,10 +48407,22,44 +48407,23,88 +48407,31,92 +48407,42,37 +48407,44,270 +48407,48,71 +48407,51,5 +48407,52,60 +48407,53,26 +48407,54,127 +48407,56,14 +48407,61,0 +48407,62,211 +48407,71,0 +48407,72,0 +48407,81,57 +48407,92,168 +48409,11,430 +48409,21,526 +48409,22,150 +48409,23,4420 +48409,31,843 +48409,42,295 +48409,44,2493 +48409,48,447 +48409,51,208 +48409,52,302 +48409,53,153 +48409,54,656 +48409,55,59 +48409,56,609 +48409,61,6459 +48409,62,1159 +48409,71,285 +48409,72,2293 +48409,81,306 +48409,92,1033 +48411,11,213 +48411,21,68 +48411,22,0 +48411,23,27 +48411,31,49 +48411,42,173 +48411,44,159 +48411,48,14 +48411,51,0 +48411,52,0 +48411,53,0 +48411,54,27 +48411,56,18 +48411,61,0 +48411,62,68 +48411,72,92 +48411,81,69 +48411,92,249 +48413,11,0 +48413,21,44 +48413,22,0 +48413,23,170 +48413,31,0 +48413,42,0 +48413,44,38 +48413,48,5 +48413,51,0 +48413,52,0 +48413,53,0 +48413,54,0 +48413,56,0 +48413,61,0 +48413,62,76 +48413,71,0 +48413,72,0 +48413,81,7 +48413,92,73 +48415,11,105 +48415,21,1216 +48415,22,218 +48415,23,210 +48415,31,186 +48415,42,318 +48415,44,713 +48415,48,367 +48415,51,36 +48415,52,145 +48415,53,58 +48415,54,108 +48415,56,241 +48415,61,0 +48415,62,0 +48415,71,39 +48415,72,601 +48415,81,264 +48415,92,526 +48417,11,42 +48417,21,494 +48417,22,0 +48417,23,0 +48417,31,0 +48417,42,0 +48417,44,102 +48417,48,8 +48417,51,0 +48417,52,40 +48417,53,32 +48417,54,0 +48417,56,0 +48417,61,0 +48417,62,0 +48417,71,0 +48417,72,0 +48417,81,0 +48417,92,7 +48419,11,575 +48419,21,539 +48419,22,23 +48419,23,337 +48419,31,2162 +48419,42,216 +48419,44,925 +48419,48,427 +48419,51,26 +48419,52,580 +48419,53,35 +48419,54,0 +48419,55,0 +48419,56,199 +48419,61,0 +48419,62,688 +48419,71,29 +48419,72,513 +48419,81,194 +48419,92,269 +48421,11,472 +48421,22,0 +48421,23,0 +48421,31,0 +48421,42,0 +48421,44,97 +48421,48,69 +48421,51,0 +48421,52,25 +48421,53,5 +48421,54,6 +48421,56,65 +48421,61,0 +48421,62,11 +48421,71,0 +48421,72,0 +48421,81,12 +48421,92,55 +48423,11,1118 +48423,21,2056 +48423,22,397 +48423,23,4852 +48423,31,6587 +48423,42,5524 +48423,44,13316 +48423,48,4808 +48423,51,1605 +48423,52,3247 +48423,53,1239 +48423,54,4998 +48423,55,575 +48423,56,5504 +48423,61,20491 +48423,62,26374 +48423,71,915 +48423,72,10818 +48423,81,3075 +48423,92,2197 +48425,11,12 +48425,21,127 +48425,22,0 +48425,23,212 +48425,31,140 +48425,42,0 +48425,44,227 +48425,48,203 +48425,51,15 +48425,52,20 +48425,53,32 +48425,54,85 +48425,56,16 +48425,61,0 +48425,62,0 +48425,71,51 +48425,72,422 +48425,81,155 +48425,92,2 +48427,11,65 +48427,21,173 +48427,22,86 +48427,23,124 +48427,31,58 +48427,42,91 +48427,44,1645 +48427,48,286 +48427,51,57 +48427,52,323 +48427,53,18 +48427,54,151 +48427,55,0 +48427,56,0 +48427,61,0 +48427,62,0 +48427,71,0 +48427,72,0 +48427,81,78 +48427,92,1854 +48429,11,63 +48429,21,327 +48429,22,25 +48429,23,227 +48429,31,774 +48429,42,55 +48429,44,380 +48429,48,106 +48429,51,0 +48429,52,137 +48429,53,11 +48429,54,106 +48429,56,60 +48429,61,0 +48429,62,203 +48429,71,20 +48429,72,202 +48429,81,0 +48429,92,102 +48431,11,89 +48431,21,73 +48431,22,0 +48431,23,26 +48431,42,19 +48431,44,43 +48431,48,3 +48431,51,0 +48431,52,0 +48431,53,0 +48431,54,0 +48431,56,0 +48431,61,0 +48431,62,0 +48431,71,0 +48431,72,0 +48431,81,16 +48431,92,38 +48433,11,15 +48433,21,59 +48433,22,0 +48433,23,53 +48433,42,13 +48433,44,44 +48433,48,7 +48433,51,0 +48433,52,0 +48433,53,0 +48433,54,0 +48433,56,0 +48433,61,0 +48433,62,31 +48433,71,0 +48433,72,28 +48433,81,9 +48433,92,37 +48435,11,78 +48435,21,345 +48435,22,0 +48435,23,92 +48435,31,55 +48435,42,255 +48435,44,148 +48435,48,6 +48435,51,0 +48435,52,39 +48435,53,7 +48435,54,17 +48435,56,53 +48435,61,0 +48435,62,0 +48435,71,18 +48435,72,154 +48435,81,29 +48435,92,15 +48437,11,0 +48437,21,0 +48437,22,0 +48437,23,44 +48437,31,101 +48437,42,91 +48437,44,95 +48437,48,12 +48437,51,0 +48437,52,0 +48437,53,0 +48437,54,25 +48437,56,4 +48437,61,0 +48437,62,0 +48437,71,0 +48437,72,0 +48437,81,46 +48437,92,311 +48439,11,1379 +48439,21,6271 +48439,22,2510 +48439,23,56788 +48439,31,89379 +48439,42,50508 +48439,44,102882 +48439,48,82483 +48439,51,10627 +48439,52,50958 +48439,53,14370 +48439,54,46076 +48439,55,8132 +48439,56,64803 +48439,61,173205 +48439,62,132082 +48439,71,18898 +48439,72,95397 +48439,81,27049 +48439,92,28975 +48441,11,147 +48441,21,1170 +48441,22,442 +48441,23,3509 +48441,31,2920 +48441,42,2938 +48441,44,7826 +48441,48,1969 +48441,51,1141 +48441,52,2898 +48441,53,917 +48441,54,2599 +48441,55,209 +48441,56,3312 +48441,61,6032 +48441,62,12870 +48441,71,654 +48441,72,7046 +48441,81,2284 +48441,92,2476 +48443,11,11 +48443,22,0 +48443,23,11 +48443,42,0 +48443,44,18 +48443,48,5 +48443,52,0 +48443,54,0 +48443,56,0 +48443,61,0 +48443,62,0 +48443,72,49 +48443,81,0 +48443,92,40 +48445,11,523 +48445,21,431 +48445,22,15 +48445,23,58 +48445,31,188 +48445,42,234 +48445,44,400 +48445,48,17 +48445,51,0 +48445,52,0 +48445,53,0 +48445,54,65 +48445,56,98 +48445,61,0 +48445,62,248 +48445,71,0 +48445,72,316 +48445,81,75 +48445,92,339 +48447,11,38 +48447,21,28 +48447,22,0 +48447,23,0 +48447,31,0 +48447,42,19 +48447,44,16 +48447,48,5 +48447,52,0 +48447,54,0 +48447,56,0 +48447,61,0 +48447,62,0 +48447,72,0 +48447,81,0 +48447,92,57 +48449,11,70 +48449,21,27 +48449,22,108 +48449,23,316 +48449,31,5777 +48449,42,502 +48449,44,1692 +48449,48,208 +48449,51,67 +48449,52,441 +48449,53,70 +48449,54,0 +48449,55,0 +48449,56,559 +48449,61,62 +48449,62,2092 +48449,71,45 +48449,72,1334 +48449,81,303 +48449,92,554 +48451,11,518 +48451,21,1339 +48451,22,315 +48451,23,2550 +48451,31,3384 +48451,42,2071 +48451,44,6351 +48451,48,1224 +48451,51,644 +48451,52,1833 +48451,53,693 +48451,54,1711 +48451,55,105 +48451,56,2483 +48451,61,1414 +48451,62,8109 +48451,71,554 +48451,72,5817 +48451,81,1457 +48451,92,3094 +48453,11,523 +48453,21,2474 +48453,22,6720 +48453,23,43446 +48453,31,42334 +48453,42,35818 +48453,44,66639 +48453,48,16393 +48453,51,35411 +48453,52,36395 +48453,53,17693 +48453,54,106416 +48453,55,7105 +48453,56,56910 +48453,61,109062 +48453,62,89813 +48453,71,10803 +48453,72,87991 +48453,81,27156 +48453,92,58862 +48455,11,0 +48455,21,0 +48455,22,0 +48455,23,62 +48455,31,181 +48455,42,0 +48455,44,254 +48455,48,66 +48455,51,0 +48455,52,74 +48455,53,14 +48455,54,48 +48455,56,0 +48455,61,0 +48455,62,285 +48455,71,0 +48455,72,0 +48455,81,134 +48455,92,120 +48457,11,211 +48457,21,50 +48457,22,48 +48457,23,120 +48457,31,159 +48457,42,108 +48457,44,620 +48457,48,110 +48457,51,0 +48457,52,118 +48457,53,36 +48457,54,59 +48457,56,23 +48457,61,0 +48457,62,0 +48457,71,8 +48457,72,0 +48457,81,61 +48457,92,205 +48459,11,43 +48459,21,197 +48459,22,176 +48459,23,844 +48459,31,381 +48459,42,265 +48459,44,774 +48459,48,277 +48459,51,375 +48459,52,268 +48459,53,18 +48459,54,220 +48459,55,0 +48459,56,0 +48459,61,3463 +48459,62,0 +48459,71,11 +48459,72,725 +48459,81,128 +48459,92,330 +48461,11,51 +48461,21,469 +48461,22,0 +48461,23,0 +48461,31,0 +48461,42,158 +48461,44,0 +48461,48,133 +48461,51,0 +48461,52,0 +48461,53,0 +48461,54,19 +48461,55,0 +48461,56,0 +48461,61,0 +48461,62,32 +48461,71,0 +48461,72,0 +48461,81,0 +48461,92,0 +48463,11,506 +48463,21,96 +48463,22,160 +48463,23,304 +48463,31,405 +48463,42,408 +48463,44,1432 +48463,48,288 +48463,51,88 +48463,52,254 +48463,53,112 +48463,54,0 +48463,55,0 +48463,56,355 +48463,61,3625 +48463,62,610 +48463,71,46 +48463,72,1156 +48463,81,280 +48463,92,822 +48465,11,0 +48465,21,0 +48465,22,0 +48465,23,361 +48465,31,1894 +48465,42,0 +48465,44,3074 +48465,48,697 +48465,51,147 +48465,52,524 +48465,53,133 +48465,54,277 +48465,56,882 +48465,61,115 +48465,62,3640 +48465,71,143 +48465,72,1799 +48465,81,233 +48465,92,2933 +48467,11,543 +48467,21,77 +48467,22,62 +48467,23,1033 +48467,31,1049 +48467,42,565 +48467,44,1541 +48467,48,270 +48467,51,55 +48467,52,286 +48467,53,112 +48467,54,330 +48467,55,0 +48467,56,0 +48467,61,125 +48467,62,1304 +48467,71,175 +48467,72,1465 +48467,81,273 +48467,92,500 +48469,11,166 +48469,21,2234 +48469,22,552 +48469,23,2321 +48469,31,2115 +48469,42,2551 +48469,44,5729 +48469,48,2073 +48469,51,355 +48469,52,1123 +48469,53,546 +48469,54,1065 +48469,55,162 +48469,56,1332 +48469,61,595 +48469,62,6438 +48469,71,342 +48469,72,3987 +48469,81,1438 +48469,92,1505 +48471,11,102 +48471,21,58 +48471,22,46 +48471,23,827 +48471,31,1262 +48471,42,233 +48471,44,2817 +48471,48,215 +48471,51,125 +48471,52,460 +48471,53,332 +48471,54,591 +48471,55,0 +48471,56,0 +48471,61,7793 +48471,62,2253 +48471,71,164 +48471,72,2374 +48471,81,404 +48471,92,838 +48473,11,165 +48473,21,209 +48473,22,40 +48473,23,1421 +48473,31,4127 +48473,42,1317 +48473,44,1295 +48473,48,2536 +48473,51,29 +48473,52,234 +48473,53,203 +48473,54,574 +48473,56,934 +48473,61,138 +48473,62,1332 +48473,71,264 +48473,72,1074 +48473,81,225 +48473,92,482 +48475,11,10 +48475,21,2489 +48475,22,62 +48475,23,395 +48475,31,194 +48475,42,341 +48475,44,481 +48475,48,367 +48475,51,17 +48475,52,105 +48475,53,220 +48475,54,157 +48475,55,0 +48475,56,0 +48475,61,0 +48475,62,0 +48475,71,0 +48475,72,0 +48475,81,110 +48475,92,251 +48477,11,181 +48477,21,80 +48477,22,46 +48477,23,664 +48477,31,2596 +48477,42,1099 +48477,44,1994 +48477,48,54 +48477,51,116 +48477,52,839 +48477,53,146 +48477,54,372 +48477,55,11 +48477,56,438 +48477,61,60 +48477,62,1996 +48477,71,106 +48477,72,1460 +48477,81,251 +48477,92,455 +48479,11,149 +48479,21,2109 +48479,22,217 +48479,23,1980 +48479,31,733 +48479,42,3319 +48479,44,12648 +48479,48,16553 +48479,51,815 +48479,52,2793 +48479,53,1098 +48479,54,2710 +48479,55,67 +48479,56,7985 +48479,61,32232 +48479,62,19485 +48479,71,985 +48479,72,10869 +48479,81,1863 +48479,92,6969 +48481,11,1838 +48481,21,886 +48481,22,133 +48481,23,1190 +48481,31,1497 +48481,42,880 +48481,44,2268 +48481,48,596 +48481,51,75 +48481,52,435 +48481,53,114 +48481,54,215 +48481,56,366 +48481,61,117 +48481,62,2093 +48481,71,55 +48481,72,1199 +48481,81,475 +48481,92,567 +48483,11,75 +48483,21,395 +48483,22,34 +48483,23,69 +48483,31,10 +48483,42,26 +48483,44,250 +48483,48,85 +48483,51,0 +48483,52,53 +48483,53,19 +48483,54,52 +48483,55,0 +48483,56,0 +48483,61,0 +48483,62,50 +48483,71,0 +48483,72,0 +48483,81,20 +48483,92,97 +48485,11,139 +48485,21,904 +48485,22,387 +48485,23,1926 +48485,31,5208 +48485,42,1472 +48485,44,7329 +48485,48,1446 +48485,51,820 +48485,52,1855 +48485,53,614 +48485,54,1312 +48485,55,65 +48485,56,3587 +48485,61,9450 +48485,62,12364 +48485,71,443 +48485,72,6319 +48485,81,1699 +48485,92,2975 +48487,11,191 +48487,21,24 +48487,22,214 +48487,23,133 +48487,31,945 +48487,42,49 +48487,44,626 +48487,48,130 +48487,51,87 +48487,52,161 +48487,53,29 +48487,54,58 +48487,55,0 +48487,56,0 +48487,61,0 +48487,62,329 +48487,71,15 +48487,72,421 +48487,81,151 +48487,92,231 +48489,11,0 +48489,21,0 +48489,22,0 +48489,23,73 +48489,31,65 +48489,42,0 +48489,44,343 +48489,48,81 +48489,51,0 +48489,52,78 +48489,53,27 +48489,54,0 +48489,56,0 +48489,61,0 +48489,62,560 +48489,71,0 +48489,72,0 +48489,81,62 +48489,92,242 +48491,11,194 +48491,21,997 +48491,22,1996 +48491,23,15785 +48491,31,14467 +48491,42,14117 +48491,44,25399 +48491,48,3498 +48491,51,2403 +48491,52,6322 +48491,53,2717 +48491,54,13520 +48491,55,610 +48491,56,9602 +48491,61,7261 +48491,62,22382 +48491,71,2932 +48491,72,20589 +48491,81,6472 +48491,92,5218 +48493,11,94 +48493,21,716 +48493,22,62 +48493,23,914 +48493,31,542 +48493,42,285 +48493,44,1352 +48493,48,228 +48493,51,60 +48493,52,173 +48493,53,58 +48493,54,335 +48493,55,0 +48493,56,0 +48493,61,47 +48493,62,882 +48493,71,71 +48493,72,754 +48493,81,199 +48493,92,412 +48495,11,21 +48495,21,951 +48495,22,23 +48495,23,0 +48495,31,0 +48495,42,101 +48495,44,278 +48495,48,595 +48495,51,0 +48495,52,63 +48495,53,152 +48495,54,49 +48495,56,31 +48495,61,0 +48495,62,0 +48495,71,0 +48495,72,0 +48495,81,77 +48495,92,160 +48497,11,134 +48497,21,1837 +48497,22,221 +48497,23,1735 +48497,31,2160 +48497,42,1008 +48497,44,2341 +48497,48,894 +48497,51,87 +48497,52,371 +48497,53,205 +48497,54,584 +48497,55,0 +48497,56,0 +48497,61,50 +48497,62,2733 +48497,71,108 +48497,72,1803 +48497,81,419 +48497,92,713 +48499,11,170 +48499,21,138 +48499,22,194 +48499,23,875 +48499,31,1299 +48499,42,224 +48499,44,1400 +48499,48,207 +48499,51,129 +48499,52,331 +48499,53,52 +48499,54,367 +48499,56,135 +48499,61,538 +48499,62,1737 +48499,71,92 +48499,72,1092 +48499,81,354 +48499,92,601 +48501,11,378 +48501,21,956 +48501,22,0 +48501,23,383 +48501,31,57 +48501,42,184 +48501,44,296 +48501,48,8 +48501,51,10 +48501,52,43 +48501,53,112 +48501,54,43 +48501,56,52 +48501,61,0 +48501,62,0 +48501,71,0 +48501,72,0 +48501,81,93 +48501,92,171 +48503,11,63 +48503,21,632 +48503,22,139 +48503,23,184 +48503,31,1320 +48503,42,176 +48503,44,730 +48503,48,90 +48503,51,74 +48503,52,242 +48503,53,66 +48503,54,223 +48503,55,41 +48503,56,128 +48503,61,1574 +48503,62,1158 +48503,71,0 +48503,72,0 +48503,81,143 +48503,92,239 +48505,11,6 +48505,21,1114 +48505,22,0 +48505,23,150 +48505,31,31 +48505,42,0 +48505,44,259 +48505,48,82 +48505,51,9 +48505,52,0 +48505,53,0 +48505,54,6 +48505,56,23 +48505,61,0 +48505,62,396 +48505,71,10 +48505,72,200 +48505,81,30 +48505,92,404 +48507,11,231 +48507,21,96 +48507,22,15 +48507,23,0 +48507,31,0 +48507,44,171 +48507,48,9 +48507,51,0 +48507,52,0 +48507,53,0 +48507,54,58 +48507,55,0 +48507,56,0 +48507,61,0 +48507,62,411 +48507,71,0 +48507,72,0 +48507,81,0 +48507,92,134 +49001,11,0 +49001,21,0 +49001,22,0 +49001,23,159 +49001,31,157 +49001,42,0 +49001,44,419 +49001,48,83 +49001,51,0 +49001,52,0 +49001,53,0 +49001,54,26 +49001,55,0 +49001,56,0 +49001,61,415 +49001,62,297 +49001,71,0 +49001,72,0 +49001,81,46 +49001,92,270 +49003,11,466 +49003,21,30 +49003,22,42 +49003,23,1817 +49003,31,6374 +49003,42,653 +49003,44,1958 +49003,48,1722 +49003,51,127 +49003,52,325 +49003,53,83 +49003,54,0 +49003,55,0 +49003,56,1129 +49003,61,2678 +49003,62,2104 +49003,71,344 +49003,72,1598 +49003,81,312 +49003,92,854 +49005,11,578 +49005,21,22 +49005,22,59 +49005,23,2949 +49005,31,12007 +49005,42,1093 +49005,44,6706 +49005,48,1132 +49005,51,666 +49005,52,1176 +49005,53,564 +49005,54,4949 +49005,55,359 +49005,56,2206 +49005,61,1098 +49005,62,7119 +49005,71,1176 +49005,72,4268 +49005,81,989 +49005,92,2410 +49007,11,17 +49007,21,957 +49007,22,72 +49007,23,368 +49007,31,400 +49007,42,314 +49007,44,1048 +49007,48,395 +49007,51,77 +49007,52,136 +49007,53,49 +49007,54,209 +49007,55,28 +49007,56,285 +49007,61,0 +49007,62,0 +49007,71,149 +49007,72,710 +49007,81,369 +49007,92,812 +49009,22,0 +49009,23,0 +49009,31,0 +49009,44,0 +49009,48,5 +49009,53,0 +49009,54,0 +49009,56,0 +49009,61,92 +49009,71,0 +49009,72,0 +49009,81,0 +49009,92,89 +49011,11,494 +49011,21,97 +49011,22,84 +49011,23,11129 +49011,31,14007 +49011,42,2516 +49011,44,15586 +49011,48,5649 +49011,51,1100 +49011,52,3035 +49011,53,1517 +49011,54,9308 +49011,55,1088 +49011,56,5673 +49011,61,19732 +49011,62,16416 +49011,71,4291 +49011,72,10367 +49011,81,3483 +49011,92,15524 +49013,11,38 +49013,21,1551 +49013,22,60 +49013,23,397 +49013,31,150 +49013,42,237 +49013,44,926 +49013,48,666 +49013,51,0 +49013,52,121 +49013,53,82 +49013,54,113 +49013,55,55 +49013,56,116 +49013,61,0 +49013,62,0 +49013,71,0 +49013,72,0 +49013,81,0 +49013,92,416 +49015,11,25 +49015,21,272 +49015,22,0 +49015,23,368 +49015,31,21 +49015,42,0 +49015,44,487 +49015,48,48 +49015,51,14 +49015,52,50 +49015,53,0 +49015,54,89 +49015,55,0 +49015,56,0 +49015,61,0 +49015,62,0 +49015,71,0 +49015,72,286 +49015,81,103 +49015,92,218 +49017,11,0 +49017,21,0 +49017,22,27 +49017,23,69 +49017,31,53 +49017,42,9 +49017,44,209 +49017,48,47 +49017,51,0 +49017,52,23 +49017,53,5 +49017,54,31 +49017,56,18 +49017,61,301 +49017,62,22 +49017,71,73 +49017,72,1090 +49017,81,0 +49017,92,202 +49019,11,0 +49019,21,0 +49019,22,26 +49019,23,274 +49019,31,102 +49019,42,103 +49019,44,811 +49019,48,143 +49019,51,46 +49019,52,73 +49019,53,195 +49019,54,0 +49019,55,0 +49019,56,0 +49019,61,459 +49019,62,547 +49019,71,461 +49019,72,2048 +49019,81,74 +49019,92,447 +49021,11,520 +49021,21,108 +49021,22,84 +49021,23,1525 +49021,31,1866 +49021,42,357 +49021,44,2522 +49021,48,388 +49021,51,165 +49021,52,678 +49021,53,320 +49021,54,587 +49021,55,59 +49021,56,795 +49021,61,2503 +49021,62,2575 +49021,71,400 +49021,72,2549 +49021,81,373 +49021,92,1297 +49023,11,188 +49023,21,28 +49023,22,0 +49023,23,287 +49023,31,818 +49023,42,34 +49023,44,248 +49023,48,13 +49023,51,0 +49023,52,45 +49023,53,11 +49023,54,168 +49023,56,148 +49023,61,0 +49023,62,0 +49023,71,0 +49023,72,0 +49023,81,0 +49023,92,265 +49025,11,0 +49025,21,0 +49025,22,0 +49025,23,142 +49025,31,95 +49025,42,0 +49025,44,392 +49025,48,8 +49025,51,32 +49025,52,71 +49025,53,33 +49025,54,0 +49025,55,0 +49025,56,56 +49025,61,0 +49025,62,116 +49025,71,142 +49025,72,1179 +49025,81,556 +49025,92,221 +49027,11,637 +49027,21,103 +49027,22,0 +49027,23,107 +49027,31,204 +49027,42,0 +49027,44,660 +49027,48,158 +49027,51,22 +49027,52,0 +49027,53,0 +49027,54,0 +49027,55,0 +49027,56,446 +49027,61,0 +49027,62,0 +49027,71,47 +49027,72,0 +49027,81,70 +49027,92,336 +49029,11,0 +49029,21,0 +49029,22,16 +49029,23,594 +49029,31,208 +49029,42,128 +49029,44,276 +49029,48,26 +49029,51,0 +49029,52,62 +49029,53,29 +49029,54,163 +49029,55,0 +49029,56,0 +49029,61,18 +49029,62,156 +49029,71,16 +49029,72,164 +49029,81,0 +49029,92,110 +49031,11,0 +49031,23,0 +49031,31,0 +49031,44,0 +49031,48,3 +49031,52,0 +49031,54,0 +49031,56,0 +49031,61,134 +49031,62,0 +49031,72,0 +49031,81,0 +49031,92,30 +49033,11,59 +49033,21,0 +49033,22,33 +49033,23,76 +49033,31,0 +49033,44,80 +49033,48,16 +49033,52,0 +49033,53,0 +49033,54,0 +49033,55,0 +49033,56,67 +49033,61,159 +49033,62,0 +49033,71,31 +49033,72,169 +49033,81,0 +49033,92,100 +49035,11,356 +49035,21,2769 +49035,22,2721 +49035,23,43017 +49035,31,57134 +49035,42,33304 +49035,44,74087 +49035,48,44493 +49035,51,20203 +49035,52,48527 +49035,53,11664 +49035,54,60882 +49035,55,14325 +49035,56,54041 +49035,61,64392 +49035,62,78844 +49035,71,10769 +49035,72,54093 +49035,81,19243 +49035,92,31221 +49037,11,15 +49037,21,251 +49037,22,13 +49037,23,271 +49037,31,84 +49037,42,24 +49037,44,310 +49037,48,57 +49037,51,0 +49037,52,58 +49037,53,0 +49037,54,0 +49037,55,0 +49037,56,56 +49037,61,969 +49037,62,202 +49037,71,39 +49037,72,0 +49037,81,95 +49037,92,507 +49039,11,0 +49039,21,0 +49039,22,6 +49039,23,492 +49039,31,1198 +49039,42,101 +49039,44,828 +49039,48,152 +49039,51,223 +49039,52,133 +49039,53,46 +49039,54,138 +49039,55,0 +49039,56,0 +49039,61,504 +49039,62,764 +49039,71,129 +49039,72,516 +49039,81,95 +49039,92,1034 +49041,11,170 +49041,21,661 +49041,22,0 +49041,23,397 +49041,31,471 +49041,42,0 +49041,44,1367 +49041,48,1028 +49041,51,32 +49041,52,142 +49041,53,42 +49041,54,362 +49041,56,204 +49041,61,0 +49041,62,0 +49041,71,26 +49041,72,917 +49041,81,128 +49041,92,897 +49043,11,25 +49043,21,74 +49043,22,110 +49043,23,1906 +49043,31,861 +49043,42,402 +49043,44,3488 +49043,48,587 +49043,51,461 +49043,52,482 +49043,53,1407 +49043,54,1494 +49043,55,261 +49043,56,1032 +49043,61,607 +49043,62,1762 +49043,71,3791 +49043,72,6596 +49043,81,905 +49043,92,833 +49045,11,0 +49045,21,0 +49045,22,26 +49045,23,1014 +49045,31,1497 +49045,42,166 +49045,44,1948 +49045,48,1532 +49045,51,289 +49045,52,197 +49045,53,106 +49045,54,511 +49045,55,30 +49045,56,1018 +49045,61,649 +49045,62,1838 +49045,71,252 +49045,72,1446 +49045,81,427 +49045,92,1844 +49047,11,90 +49047,21,1993 +49047,22,130 +49047,23,848 +49047,31,182 +49047,42,442 +49047,44,1708 +49047,48,805 +49047,51,130 +49047,52,169 +49047,53,251 +49047,54,306 +49047,55,0 +49047,56,0 +49047,61,215 +49047,62,1203 +49047,71,58 +49047,72,1221 +49047,81,343 +49047,92,1737 +49049,11,1501 +49049,21,157 +49049,22,620 +49049,23,25062 +49049,31,19642 +49049,42,7184 +49049,44,33152 +49049,48,5154 +49049,51,14545 +49049,52,6108 +49049,53,3180 +49049,54,22100 +49049,55,1721 +49049,56,15875 +49049,61,39802 +49049,62,33586 +49049,71,3058 +49049,72,19721 +49049,81,5317 +49049,92,6110 +49051,11,0 +49051,21,0 +49051,22,9 +49051,23,1784 +49051,31,412 +49051,42,221 +49051,44,1217 +49051,48,172 +49051,51,86 +49051,52,175 +49051,53,192 +49051,54,518 +49051,55,27 +49051,56,446 +49051,61,262 +49051,62,1058 +49051,71,374 +49051,72,1384 +49051,81,269 +49051,92,532 +49053,11,140 +49053,21,252 +49053,22,243 +49053,23,7848 +49053,31,3486 +49053,42,1359 +49053,44,10468 +49053,48,4572 +49053,51,818 +49053,52,1633 +49053,53,1052 +49053,54,2846 +49053,55,158 +49053,56,2798 +49053,61,6450 +49053,62,13023 +49053,71,2163 +49053,72,8817 +49053,81,1960 +49053,92,2341 +49055,11,0 +49055,21,0 +49055,22,0 +49055,23,150 +49055,31,7 +49055,42,22 +49055,44,134 +49055,48,10 +49055,51,0 +49055,52,0 +49055,54,0 +49055,56,0 +49055,61,172 +49055,62,123 +49055,71,58 +49055,72,293 +49055,81,18 +49055,92,93 +49057,11,486 +49057,21,43 +49057,22,204 +49057,23,7256 +49057,31,14768 +49057,42,3718 +49057,44,12689 +49057,48,2612 +49057,51,691 +49057,52,5004 +49057,53,957 +49057,54,5025 +49057,55,440 +49057,56,8603 +49057,61,2401 +49057,62,15331 +49057,71,2309 +49057,72,8199 +49057,81,2594 +49057,92,9754 +50001,11,953 +50001,21,49 +50001,22,54 +50001,23,958 +50001,31,2049 +50001,42,0 +50001,44,1708 +50001,48,703 +50001,51,78 +50001,52,349 +50001,53,83 +50001,54,590 +50001,55,0 +50001,56,0 +50001,61,3093 +50001,62,0 +50001,71,177 +50001,72,1209 +50001,81,402 +50001,92,386 +50003,11,125 +50003,22,51 +50003,23,648 +50003,31,2352 +50003,42,269 +50003,44,2562 +50003,48,134 +50003,51,272 +50003,52,316 +50003,53,202 +50003,54,0 +50003,55,0 +50003,56,930 +50003,61,5610 +50003,62,3703 +50003,71,501 +50003,72,1801 +50003,81,397 +50003,92,402 +50005,11,0 +50005,21,0 +50005,22,111 +50005,23,586 +50005,31,1251 +50005,42,263 +50005,44,1522 +50005,48,586 +50005,51,184 +50005,52,306 +50005,53,83 +50005,54,0 +50005,55,0 +50005,56,337 +50005,61,1327 +50005,62,2152 +50005,71,79 +50005,72,868 +50005,81,271 +50005,92,870 +50007,11,360 +50007,21,47 +50007,22,0 +50007,23,5600 +50007,31,9511 +50007,42,4246 +50007,44,12076 +50007,48,796 +50007,51,2286 +50007,52,2985 +50007,53,1168 +50007,54,9798 +50007,55,969 +50007,56,5570 +50007,61,5744 +50007,62,20278 +50007,71,2232 +50007,72,9378 +50007,81,3183 +50007,92,5344 +50009,11,205 +50009,22,0 +50009,23,46 +50009,31,156 +50009,42,0 +50009,44,78 +50009,48,63 +50009,51,0 +50009,52,8 +50009,53,0 +50009,54,34 +50009,56,18 +50009,61,0 +50009,62,0 +50009,71,12 +50009,72,60 +50009,81,27 +50009,92,212 +50011,11,835 +50011,21,25 +50011,22,102 +50011,23,581 +50011,31,2603 +50011,42,691 +50011,44,2342 +50011,48,1748 +50011,51,105 +50011,52,296 +50011,53,86 +50011,54,0 +50011,55,0 +50011,56,1277 +50011,61,85 +50011,62,3132 +50011,71,53 +50011,72,1106 +50011,81,344 +50011,92,2353 +50013,11,0 +50013,21,0 +50013,22,0 +50013,23,114 +50013,31,54 +50013,42,0 +50013,44,161 +50013,48,171 +50013,51,0 +50013,52,29 +50013,53,69 +50013,54,33 +50013,56,43 +50013,61,456 +50013,62,0 +50013,71,15 +50013,72,197 +50013,81,32 +50013,92,1 +50015,11,0 +50015,21,0 +50015,22,0 +50015,23,802 +50015,31,617 +50015,42,173 +50015,44,1470 +50015,48,108 +50015,51,151 +50015,52,246 +50015,53,161 +50015,54,455 +50015,55,15 +50015,56,420 +50015,61,2409 +50015,62,2005 +50015,71,154 +50015,72,3408 +50015,81,316 +50015,92,434 +50017,11,409 +50017,21,16 +50017,22,0 +50017,23,635 +50017,31,667 +50017,42,266 +50017,44,776 +50017,48,183 +50017,51,47 +50017,52,183 +50017,53,45 +50017,54,398 +50017,55,0 +50017,56,0 +50017,61,2345 +50017,62,1780 +50017,71,58 +50017,72,603 +50017,81,112 +50017,92,4 +50019,11,0 +50019,21,0 +50019,22,0 +50019,23,672 +50019,31,1324 +50019,42,0 +50019,44,1565 +50019,48,792 +50019,51,70 +50019,52,221 +50019,53,92 +50019,54,0 +50019,55,0 +50019,56,341 +50019,61,3234 +50019,62,1968 +50019,71,136 +50019,72,1489 +50019,81,249 +50019,92,637 +50021,11,139 +50021,21,340 +50021,22,0 +50021,23,1541 +50021,31,3096 +50021,42,0 +50021,44,3517 +50021,48,393 +50021,51,255 +50021,52,445 +50021,53,271 +50021,54,788 +50021,55,492 +50021,56,1306 +50021,61,654 +50021,62,5695 +50021,71,328 +50021,72,3437 +50021,81,795 +50021,92,1260 +50023,11,231 +50023,21,75 +50023,22,674 +50023,23,1359 +50023,31,2326 +50023,42,1124 +50023,44,3910 +50023,48,1261 +50023,51,361 +50023,52,2489 +50023,53,246 +50023,54,2283 +50023,55,550 +50023,56,1535 +50023,61,3592 +50023,62,5602 +50023,71,433 +50023,72,2976 +50023,81,1213 +50023,92,4097 +50025,11,0 +50025,21,0 +50025,22,217 +50025,23,1021 +50025,31,2293 +50025,42,1178 +50025,44,2418 +50025,48,1057 +50025,51,133 +50025,52,507 +50025,53,272 +50025,54,10 +50025,55,0 +50025,56,839 +50025,61,7195 +50025,62,3892 +50025,71,222 +50025,72,3114 +50025,81,638 +50025,92,1003 +50027,11,254 +50027,21,69 +50027,22,430 +50027,23,1331 +50027,31,1818 +50027,42,881 +50027,44,2613 +50027,48,1280 +50027,51,527 +50027,52,489 +50027,53,341 +50027,54,1382 +50027,55,0 +50027,56,0 +50027,61,986 +50027,62,5060 +50027,71,640 +50027,72,3071 +50027,81,801 +50027,92,1396 +51001,11,371 +51001,22,0 +51001,23,448 +51001,31,3441 +51001,42,343 +51001,44,1312 +51001,48,83 +51001,51,92 +51001,52,172 +51001,53,105 +51001,54,1098 +51001,55,0 +51001,56,0 +51001,61,0 +51001,62,0 +51001,71,137 +51001,72,1336 +51001,81,378 +51001,92,1331 +51003,11,1778 +51003,21,66 +51003,22,85 +51003,23,2590 +51003,31,2367 +51003,42,1012 +51003,44,6153 +51003,48,949 +51003,51,916 +51003,52,1164 +51003,53,1002 +51003,54,4191 +51003,55,1499 +51003,56,2364 +51003,61,4462 +51003,62,8069 +51003,71,2037 +51003,72,4380 +51003,81,2112 +51003,92,1826 +51005,11,0 +51005,21,0 +51005,22,44 +51005,23,154 +51005,31,467 +51005,42,0 +51005,44,288 +51005,48,82 +51005,51,0 +51005,52,0 +51005,53,0 +51005,54,0 +51005,55,0 +51005,56,116 +51005,61,0 +51005,62,0 +51005,71,37 +51005,72,396 +51005,81,137 +51005,92,300 +51007,11,0 +51007,21,0 +51007,22,0 +51007,23,433 +51007,31,243 +51007,42,229 +51007,44,210 +51007,48,21 +51007,51,16 +51007,52,42 +51007,53,7 +51007,54,89 +51007,56,102 +51007,61,229 +51007,62,407 +51007,71,0 +51007,72,0 +51007,81,64 +51007,92,56 +51009,11,121 +51009,22,0 +51009,23,569 +51009,31,1434 +51009,42,202 +51009,44,1092 +51009,48,297 +51009,51,29 +51009,52,142 +51009,53,27 +51009,54,175 +51009,55,0 +51009,56,0 +51009,61,0 +51009,62,0 +51009,71,77 +51009,72,652 +51009,81,187 +51009,92,470 +51011,11,111 +51011,22,0 +51011,23,349 +51011,31,91 +51011,42,86 +51011,44,667 +51011,48,26 +51011,51,12 +51011,52,54 +51011,53,18 +51011,54,59 +51011,55,0 +51011,56,0 +51011,61,0 +51011,62,0 +51011,71,62 +51011,72,317 +51011,81,172 +51011,92,103 +51013,11,0 +51013,22,1039 +51013,23,2229 +51013,31,0 +51013,42,2320 +51013,44,9788 +51013,48,11116 +51013,51,6680 +51013,52,4533 +51013,53,3416 +51013,54,51779 +51013,55,3494 +51013,56,13264 +51013,61,20833 +51013,62,13653 +51013,71,4016 +51013,72,16143 +51013,81,11572 +51013,92,30100 +51015,11,885 +51015,21,41 +51015,22,0 +51015,23,2211 +51015,31,6179 +51015,42,0 +51015,44,2073 +51015,48,3783 +51015,51,134 +51015,52,327 +51015,53,264 +51015,54,555 +51015,55,44 +51015,56,1541 +51015,61,1399 +51015,62,4779 +51015,71,126 +51015,72,1706 +51015,81,511 +51015,92,582 +51017,11,19 +51017,22,0 +51017,23,100 +51017,31,97 +51017,42,0 +51017,44,59 +51017,48,14 +51017,51,56 +51017,52,0 +51017,53,0 +51017,54,124 +51017,55,0 +51017,56,0 +51017,61,0 +51017,62,0 +51017,71,0 +51017,72,0 +51017,81,38 +51017,92,48 +51019,11,314 +51019,22,308 +51019,23,1390 +51019,31,2202 +51019,42,1439 +51019,44,2352 +51019,48,377 +51019,51,79 +51019,52,514 +51019,53,446 +51019,54,1386 +51019,55,0 +51019,56,0 +51019,61,239 +51019,62,2942 +51019,71,320 +51019,72,1650 +51019,81,860 +51019,92,660 +51021,11,0 +51021,21,0 +51021,23,66 +51021,31,630 +51021,42,0 +51021,44,126 +51021,48,16 +51021,52,0 +51021,53,0 +51021,54,0 +51021,55,0 +51021,56,0 +51021,61,0 +51021,62,0 +51021,71,0 +51021,72,0 +51021,81,0 +51021,92,0 +51023,11,0 +51023,21,0 +51023,22,0 +51023,23,859 +51023,31,2081 +51023,42,2172 +51023,44,759 +51023,48,56 +51023,51,129 +51023,52,162 +51023,53,116 +51023,54,238 +51023,55,173 +51023,56,1470 +51023,61,0 +51023,62,0 +51023,71,21 +51023,72,953 +51023,81,236 +51023,92,452 +51025,11,0 +51025,21,0 +51025,22,0 +51025,23,237 +51025,31,260 +51025,42,0 +51025,44,279 +51025,48,155 +51025,51,21 +51025,52,69 +51025,53,9 +51025,54,0 +51025,55,0 +51025,56,719 +51025,61,0 +51025,62,0 +51025,71,0 +51025,72,0 +51025,81,77 +51025,92,210 +51027,11,33 +51027,21,1961 +51027,22,0 +51027,23,397 +51027,31,201 +51027,42,0 +51027,44,658 +51027,48,227 +51027,51,17 +51027,52,152 +51027,53,27 +51027,54,347 +51027,55,77 +51027,56,344 +51027,61,870 +51027,62,801 +51027,71,0 +51027,72,0 +51027,81,133 +51027,92,224 +51029,11,0 +51029,21,0 +51029,22,0 +51029,23,201 +51029,31,148 +51029,42,0 +51029,44,289 +51029,48,146 +51029,51,0 +51029,52,37 +51029,53,3 +51029,54,66 +51029,55,32 +51029,56,98 +51029,61,351 +51029,62,594 +51029,71,0 +51029,72,135 +51029,81,81 +51029,92,710 +51031,11,0 +51031,21,0 +51031,22,234 +51031,23,2280 +51031,31,5063 +51031,42,982 +51031,44,2133 +51031,48,567 +51031,51,130 +51031,52,499 +51031,53,133 +51031,54,571 +51031,55,116 +51031,56,675 +51031,61,239 +51031,62,1331 +51031,71,164 +51031,72,1234 +51031,81,394 +51031,92,611 +51033,11,0 +51033,21,0 +51033,22,372 +51033,23,296 +51033,31,322 +51033,42,349 +51033,44,580 +51033,48,318 +51033,51,8 +51033,52,54 +51033,53,16 +51033,54,9 +51033,55,0 +51033,56,685 +51033,61,0 +51033,62,76 +51033,71,91 +51033,72,524 +51033,81,331 +51033,92,383 +51035,11,0 +51035,21,0 +51035,22,0 +51035,23,282 +51035,31,1304 +51035,42,297 +51035,44,735 +51035,48,39 +51035,51,0 +51035,52,89 +51035,53,23 +51035,54,0 +51035,55,0 +51035,56,235 +51035,61,0 +51035,62,0 +51035,71,74 +51035,72,753 +51035,81,122 +51035,92,80 +51036,11,0 +51036,21,0 +51036,22,0 +51036,23,489 +51036,31,205 +51036,42,90 +51036,44,0 +51036,48,174 +51036,51,0 +51036,52,0 +51036,53,0 +51036,54,0 +51036,55,0 +51036,56,0 +51036,61,0 +51036,62,0 +51036,71,38 +51036,72,33 +51036,81,35 +51036,92,39 +51037,11,316 +51037,23,72 +51037,31,490 +51037,42,131 +51037,44,275 +51037,48,313 +51037,51,0 +51037,52,39 +51037,53,9 +51037,54,0 +51037,55,0 +51037,56,64 +51037,61,0 +51037,62,438 +51037,71,0 +51037,72,0 +51037,81,54 +51037,92,191 +51041,11,0 +51041,21,0 +51041,22,1601 +51041,23,11536 +51041,31,8348 +51041,42,7709 +51041,44,18141 +51041,48,9741 +51041,51,1483 +51041,52,5324 +51041,53,1539 +51041,54,8419 +51041,55,1419 +51041,56,12738 +51041,61,6275 +51041,62,19082 +51041,71,3280 +51041,72,12525 +51041,81,5318 +51041,92,8538 +51043,11,0 +51043,21,0 +51043,23,379 +51043,31,671 +51043,42,308 +51043,44,282 +51043,48,56 +51043,51,31 +51043,52,89 +51043,53,47 +51043,54,238 +51043,55,0 +51043,56,0 +51043,61,1252 +51043,62,324 +51043,71,27 +51043,72,264 +51043,81,189 +51043,92,38 +51045,11,0 +51045,22,0 +51045,23,0 +51045,31,0 +51045,42,0 +51045,44,125 +51045,48,9 +51045,51,0 +51045,52,0 +51045,53,0 +51045,54,12 +51045,56,41 +51045,61,0 +51045,62,0 +51045,71,0 +51045,72,0 +51045,81,34 +51045,92,26 +51047,11,540 +51047,21,95 +51047,22,0 +51047,23,1110 +51047,31,1309 +51047,42,582 +51047,44,2229 +51047,48,99 +51047,51,570 +51047,52,238 +51047,53,216 +51047,54,715 +51047,55,48 +51047,56,861 +51047,61,626 +51047,62,2896 +51047,71,191 +51047,72,1414 +51047,81,970 +51047,92,1046 +51049,11,176 +51049,23,161 +51049,31,125 +51049,42,0 +51049,44,152 +51049,48,13 +51049,51,0 +51049,52,0 +51049,54,0 +51049,55,0 +51049,56,42 +51049,61,0 +51049,62,0 +51049,71,0 +51049,72,31 +51049,81,30 +51049,92,38 +51051,11,32 +51051,21,1039 +51051,22,0 +51051,23,193 +51051,31,23 +51051,42,40 +51051,44,364 +51051,48,167 +51051,51,18 +51051,52,0 +51051,53,0 +51051,54,283 +51051,55,14 +51051,56,90 +51051,61,0 +51051,62,419 +51051,71,0 +51051,72,0 +51051,81,62 +51051,92,306 +51053,11,0 +51053,21,0 +51053,22,0 +51053,23,472 +51053,31,733 +51053,42,0 +51053,44,533 +51053,48,2743 +51053,52,314 +51053,53,47 +51053,54,2 +51053,55,0 +51053,56,892 +51053,61,0 +51053,62,0 +51053,71,144 +51053,72,290 +51053,81,166 +51053,92,282 +51057,11,174 +51057,23,104 +51057,31,310 +51057,42,237 +51057,44,784 +51057,48,42 +51057,51,40 +51057,52,132 +51057,53,28 +51057,54,0 +51057,55,0 +51057,56,186 +51057,61,0 +51057,62,0 +51057,71,43 +51057,72,426 +51057,81,141 +51057,92,62 +51059,11,156 +51059,21,387 +51059,22,3867 +51059,23,28744 +51059,31,5942 +51059,42,19762 +51059,44,53520 +51059,48,13553 +51059,51,22934 +51059,52,33282 +51059,53,10678 +51059,54,177934 +51059,55,22628 +51059,56,50350 +51059,61,58504 +51059,62,76046 +51059,71,11057 +51059,72,47604 +51059,81,21774 +51059,92,34243 +51061,11,0 +51061,21,0 +51061,22,339 +51061,23,2897 +51061,31,967 +51061,42,694 +51061,44,2894 +51061,48,807 +51061,51,205 +51061,52,654 +51061,53,272 +51061,54,1917 +51061,55,187 +51061,56,748 +51061,61,2463 +51061,62,3144 +51061,71,345 +51061,72,2356 +51061,81,1123 +51061,92,1292 +51063,11,0 +51063,21,0 +51063,22,0 +51063,23,291 +51063,31,427 +51063,42,46 +51063,44,384 +51063,48,47 +51063,51,0 +51063,52,0 +51063,53,0 +51063,54,72 +51063,56,186 +51063,61,127 +51063,62,940 +51063,71,65 +51063,72,239 +51063,81,136 +51063,92,0 +51065,11,225 +51065,22,161 +51065,23,564 +51065,31,171 +51065,42,142 +51065,44,304 +51065,48,116 +51065,51,26 +51065,52,57 +51065,53,38 +51065,54,0 +51065,55,0 +51065,56,382 +51065,61,987 +51065,62,386 +51065,71,26 +51065,72,307 +51065,81,215 +51065,92,2 +51067,11,0 +51067,21,0 +51067,22,0 +51067,23,1368 +51067,31,3292 +51067,42,589 +51067,44,1871 +51067,48,93 +51067,51,93 +51067,52,265 +51067,53,104 +51067,54,315 +51067,55,48 +51067,56,951 +51067,61,2010 +51067,62,2040 +51067,71,228 +51067,72,1119 +51067,81,599 +51067,92,518 +51069,11,0 +51069,21,0 +51069,22,261 +51069,23,2631 +51069,31,6212 +51069,42,1711 +51069,44,3450 +51069,48,3928 +51069,51,309 +51069,52,2511 +51069,53,249 +51069,54,933 +51069,55,183 +51069,56,1831 +51069,61,727 +51069,62,1912 +51069,71,302 +51069,72,2407 +51069,81,830 +51069,92,2138 +51071,11,0 +51071,22,0 +51071,23,0 +51071,31,904 +51071,42,0 +51071,44,622 +51071,48,110 +51071,51,26 +51071,52,85 +51071,53,9 +51071,54,315 +51071,55,0 +51071,56,0 +51071,61,0 +51071,62,665 +51071,71,22 +51071,72,449 +51071,81,167 +51071,92,306 +51073,11,0 +51073,21,0 +51073,22,0 +51073,23,682 +51073,31,148 +51073,42,0 +51073,44,1960 +51073,48,308 +51073,51,83 +51073,52,227 +51073,53,98 +51073,54,282 +51073,55,0 +51073,56,0 +51073,61,188 +51073,62,1955 +51073,71,141 +51073,72,1128 +51073,81,404 +51073,92,391 +51075,11,151 +51075,21,136 +51075,23,1145 +51075,31,484 +51075,42,623 +51075,44,599 +51075,48,248 +51075,51,0 +51075,52,0 +51075,53,166 +51075,54,526 +51075,55,2255 +51075,56,740 +51075,61,448 +51075,62,806 +51075,71,587 +51075,72,528 +51075,81,418 +51075,92,445 +51077,11,0 +51077,21,0 +51077,22,0 +51077,23,47 +51077,31,426 +51077,42,0 +51077,44,175 +51077,48,59 +51077,51,0 +51077,52,126 +51077,53,16 +51077,54,23 +51077,55,0 +51077,56,0 +51077,61,0 +51077,62,0 +51077,71,0 +51077,72,0 +51077,81,46 +51077,92,145 +51079,11,0 +51079,21,0 +51079,22,0 +51079,23,358 +51079,31,74 +51079,42,94 +51079,44,734 +51079,48,29 +51079,51,15 +51079,52,54 +51079,53,29 +51079,54,278 +51079,55,0 +51079,56,0 +51079,61,0 +51079,62,0 +51079,71,69 +51079,72,361 +51079,81,170 +51079,92,26 +51081,11,0 +51081,21,0 +51081,22,0 +51081,23,86 +51081,31,1327 +51081,42,0 +51081,44,177 +51081,48,110 +51081,52,0 +51081,53,0 +51081,54,0 +51081,55,0 +51081,56,161 +51081,61,0 +51081,62,445 +51081,71,0 +51081,72,0 +51081,81,37 +51081,92,225 +51083,11,0 +51083,21,0 +51083,22,0 +51083,23,634 +51083,31,2069 +51083,42,0 +51083,44,1262 +51083,48,1192 +51083,51,83 +51083,52,237 +51083,53,129 +51083,54,213 +51083,55,53 +51083,56,409 +51083,61,0 +51083,62,0 +51083,71,330 +51083,72,853 +51083,81,342 +51083,92,725 +51085,11,0 +51085,21,0 +51085,22,120 +51085,23,6313 +51085,31,3716 +51085,42,6787 +51085,44,7323 +51085,48,3221 +51085,51,631 +51085,52,765 +51085,53,625 +51085,54,2750 +51085,55,1537 +51085,56,4178 +51085,61,4030 +51085,62,7830 +51085,71,2310 +51085,72,4276 +51085,81,1964 +51085,92,1370 +51087,11,141 +51087,21,16 +51087,22,1718 +51087,23,10437 +51087,31,7580 +51087,42,10512 +51087,44,22627 +51087,48,6027 +51087,51,3733 +51087,52,19263 +51087,53,4426 +51087,54,19396 +51087,55,9324 +51087,56,18715 +51087,61,12849 +51087,62,34837 +51087,71,3067 +51087,72,17048 +51087,81,6828 +51087,92,6507 +51089,11,0 +51089,21,0 +51089,22,0 +51089,23,494 +51089,31,4361 +51089,42,0 +51089,44,2099 +51089,48,1317 +51089,51,187 +51089,52,332 +51089,53,97 +51089,54,13 +51089,55,0 +51089,56,1419 +51089,61,0 +51089,62,0 +51089,71,126 +51089,72,972 +51089,81,448 +51089,92,528 +51091,11,35 +51091,23,44 +51091,31,23 +51091,42,0 +51091,44,43 +51091,48,6 +51091,51,0 +51091,52,0 +51091,53,0 +51091,54,12 +51091,56,0 +51091,61,0 +51091,62,0 +51091,72,0 +51091,81,22 +51091,92,16 +51093,11,534 +51093,22,0 +51093,23,492 +51093,31,3256 +51093,42,0 +51093,44,950 +51093,48,752 +51093,51,35 +51093,52,237 +51093,53,79 +51093,54,383 +51093,55,313 +51093,56,640 +51093,61,0 +51093,62,89 +51093,71,80 +51093,72,961 +51093,81,430 +51093,92,88 +51095,11,0 +51095,21,0 +51095,22,0 +51095,23,1706 +51095,31,1892 +51095,42,0 +51095,44,3849 +51095,48,1509 +51095,51,171 +51095,52,546 +51095,53,863 +51095,54,1578 +51095,55,1120 +51095,56,1419 +51095,61,1527 +51095,62,4663 +51095,71,3476 +51095,72,3684 +51095,81,725 +51095,92,858 +51097,11,0 +51097,21,0 +51097,22,0 +51097,23,108 +51097,31,148 +51097,42,0 +51097,44,55 +51097,48,91 +51097,51,0 +51097,52,6 +51097,53,0 +51097,54,64 +51097,56,37 +51097,61,0 +51097,62,79 +51097,72,73 +51097,81,23 +51097,92,73 +51099,11,0 +51099,21,0 +51099,22,0 +51099,23,330 +51099,31,89 +51099,42,0 +51099,44,841 +51099,48,181 +51099,51,105 +51099,52,122 +51099,53,81 +51099,54,2459 +51099,55,0 +51099,56,0 +51099,61,168 +51099,62,475 +51099,71,35 +51099,72,596 +51099,81,285 +51099,92,5277 +51101,11,0 +51101,21,0 +51101,23,312 +51101,31,690 +51101,42,106 +51101,44,476 +51101,48,411 +51101,51,0 +51101,52,115 +51101,53,32 +51101,54,170 +51101,56,197 +51101,61,0 +51101,62,0 +51101,71,50 +51101,72,326 +51101,81,152 +51101,92,231 +51103,11,81 +51103,22,0 +51103,23,354 +51103,31,136 +51103,42,0 +51103,44,684 +51103,48,125 +51103,51,74 +51103,52,291 +51103,53,76 +51103,54,172 +51103,55,0 +51103,56,0 +51103,61,0 +51103,62,0 +51103,71,32 +51103,72,567 +51103,81,259 +51103,92,43 +51105,11,80 +51105,21,38 +51105,22,147 +51105,23,219 +51105,31,181 +51105,42,141 +51105,44,665 +51105,48,114 +51105,51,24 +51105,52,113 +51105,53,19 +51105,54,46 +51105,55,81 +51105,56,95 +51105,61,0 +51105,62,786 +51105,71,0 +51105,72,0 +51105,81,71 +51105,92,636 +51107,11,0 +51107,21,0 +51107,22,428 +51107,23,19752 +51107,31,8264 +51107,42,4841 +51107,44,17856 +51107,48,14882 +51107,51,8650 +51107,52,4430 +51107,53,2397 +51107,54,23503 +51107,55,1561 +51107,56,11712 +51107,61,84554 +51107,62,17232 +51107,71,4981 +51107,72,17254 +51107,81,5944 +51107,92,7489 +51109,11,0 +51109,21,0 +51109,22,0 +51109,23,967 +51109,31,1304 +51109,42,415 +51109,44,1208 +51109,48,53 +51109,51,11 +51109,52,124 +51109,53,42 +51109,54,274 +51109,55,51 +51109,56,674 +51109,61,15 +51109,62,664 +51109,71,60 +51109,72,536 +51109,81,215 +51109,92,454 +51111,11,180 +51111,23,204 +51111,31,463 +51111,42,170 +51111,44,180 +51111,48,82 +51111,51,0 +51111,52,0 +51111,53,0 +51111,54,0 +51111,55,0 +51111,56,57 +51111,61,0 +51111,62,328 +51111,71,0 +51111,72,0 +51111,81,78 +51111,92,425 +51113,11,245 +51113,23,274 +51113,31,344 +51113,42,89 +51113,44,719 +51113,48,30 +51113,51,0 +51113,52,32 +51113,53,7 +51113,54,80 +51113,55,0 +51113,56,0 +51113,61,0 +51113,62,0 +51113,71,57 +51113,72,189 +51113,81,148 +51113,92,35 +51115,11,45 +51115,23,139 +51115,31,105 +51115,42,17 +51115,44,193 +51115,48,37 +51115,51,0 +51115,52,27 +51115,53,12 +51115,54,35 +51115,56,62 +51115,61,0 +51115,62,0 +51115,71,38 +51115,72,151 +51115,81,163 +51115,92,15 +51117,11,0 +51117,21,0 +51117,22,0 +51117,23,436 +51117,31,1086 +51117,42,0 +51117,44,1702 +51117,48,550 +51117,51,202 +51117,52,281 +51117,53,112 +51117,54,450 +51117,55,156 +51117,56,575 +51117,61,240 +51117,62,2424 +51117,71,71 +51117,72,1231 +51117,81,458 +51117,92,630 +51119,11,77 +51119,23,263 +51119,31,187 +51119,42,256 +51119,44,372 +51119,48,115 +51119,51,44 +51119,52,71 +51119,53,24 +51119,54,0 +51119,55,0 +51119,56,71 +51119,61,0 +51119,62,0 +51119,71,120 +51119,72,345 +51119,81,96 +51119,92,35 +51121,11,206 +51121,21,85 +51121,22,0 +51121,23,1208 +51121,31,5575 +51121,42,628 +51121,44,5043 +51121,48,129 +51121,51,470 +51121,52,633 +51121,53,702 +51121,54,2488 +51121,55,182 +51121,56,2036 +51121,61,2229 +51121,62,5251 +51121,71,734 +51121,72,4649 +51121,81,1001 +51121,92,957 +51125,11,0 +51125,21,0 +51125,22,0 +51125,23,230 +51125,31,666 +51125,42,0 +51125,44,278 +51125,48,85 +51125,51,50 +51125,52,43 +51125,53,48 +51125,54,0 +51125,55,0 +51125,56,0 +51125,61,178 +51125,62,341 +51125,71,23 +51125,72,742 +51125,81,229 +51125,92,55 +51127,11,59 +51127,22,0 +51127,23,833 +51127,31,200 +51127,42,129 +51127,44,575 +51127,48,47 +51127,51,33 +51127,52,51 +51127,53,33 +51127,54,0 +51127,55,0 +51127,56,266 +51127,61,107 +51127,62,559 +51127,71,791 +51127,72,377 +51127,81,146 +51127,92,62 +51131,11,1971 +51131,22,0 +51131,23,130 +51131,31,245 +51131,42,66 +51131,44,433 +51131,48,34 +51131,51,0 +51131,52,114 +51131,53,42 +51131,54,0 +51131,55,0 +51131,56,49 +51131,61,452 +51131,62,613 +51131,71,0 +51131,72,0 +51131,81,165 +51131,92,313 +51133,11,351 +51133,22,0 +51133,23,225 +51133,31,686 +51133,42,63 +51133,44,320 +51133,48,68 +51133,51,18 +51133,52,66 +51133,53,15 +51133,54,1 +51133,55,0 +51133,56,0 +51133,61,0 +51133,62,85 +51133,71,102 +51133,72,143 +51133,81,128 +51133,92,133 +51135,11,0 +51135,21,0 +51135,22,0 +51135,23,175 +51135,31,380 +51135,42,180 +51135,44,613 +51135,48,33 +51135,51,32 +51135,52,123 +51135,53,28 +51135,54,116 +51135,55,53 +51135,56,91 +51135,61,0 +51135,62,0 +51135,71,11 +51135,72,299 +51135,81,87 +51135,92,1337 +51137,11,0 +51137,21,0 +51137,22,0 +51137,23,591 +51137,31,1553 +51137,42,726 +51137,44,1215 +51137,48,65 +51137,51,36 +51137,52,163 +51137,53,368 +51137,54,0 +51137,55,0 +51137,56,368 +51137,61,270 +51137,62,1023 +51137,71,184 +51137,72,883 +51137,81,494 +51137,92,65 +51139,11,128 +51139,22,0 +51139,23,304 +51139,31,710 +51139,42,0 +51139,44,737 +51139,48,53 +51139,51,11 +51139,52,163 +51139,53,27 +51139,54,331 +51139,56,207 +51139,61,0 +51139,62,713 +51139,71,561 +51139,72,627 +51139,81,136 +51139,92,372 +51141,11,468 +51141,22,0 +51141,23,130 +51141,31,1000 +51141,42,0 +51141,44,533 +51141,48,166 +51141,51,104 +51141,52,78 +51141,53,6 +51141,54,316 +51141,55,0 +51141,56,0 +51141,61,0 +51141,62,0 +51141,71,0 +51141,72,0 +51141,81,139 +51141,92,43 +51143,11,0 +51143,21,0 +51143,22,207 +51143,23,1229 +51143,31,1853 +51143,42,1247 +51143,44,1124 +51143,48,489 +51143,51,56 +51143,52,210 +51143,53,117 +51143,54,250 +51143,55,65 +51143,56,577 +51143,61,1277 +51143,62,1599 +51143,71,78 +51143,72,646 +51143,81,456 +51143,92,697 +51145,11,0 +51145,21,0 +51145,22,0 +51145,23,1708 +51145,31,280 +51145,42,225 +51145,44,774 +51145,48,48 +51145,51,14 +51145,52,147 +51145,53,56 +51145,54,597 +51145,55,0 +51145,56,0 +51145,61,489 +51145,62,421 +51145,71,325 +51145,72,612 +51145,81,298 +51145,92,640 +51147,11,0 +51147,21,0 +51147,22,0 +51147,23,313 +51147,31,163 +51147,42,186 +51147,44,1239 +51147,48,43 +51147,51,103 +51147,52,202 +51147,53,115 +51147,54,136 +51147,55,52 +51147,56,552 +51147,61,0 +51147,62,0 +51147,71,49 +51147,72,1240 +51147,81,293 +51147,92,132 +51149,11,0 +51149,23,0 +51149,31,1012 +51149,42,499 +51149,44,2083 +51149,48,1875 +51149,51,20 +51149,52,100 +51149,53,130 +51149,54,683 +51149,55,0 +51149,56,0 +51149,61,911 +51149,62,1383 +51149,71,276 +51149,72,1215 +51149,81,323 +51149,92,3759 +51153,11,319 +51153,21,151 +51153,22,1183 +51153,23,16877 +51153,31,2032 +51153,42,4294 +51153,44,22373 +51153,48,2979 +51153,51,1341 +51153,52,2462 +51153,53,1844 +51153,54,11224 +51153,55,928 +51153,56,8198 +51153,61,9195 +51153,62,18179 +51153,71,4389 +51153,72,14690 +51153,81,4742 +51153,92,8251 +51155,11,0 +51155,21,0 +51155,22,0 +51155,23,355 +51155,31,5461 +51155,42,0 +51155,44,1662 +51155,48,1170 +51155,51,27 +51155,52,161 +51155,53,69 +51155,54,12 +51155,55,0 +51155,56,649 +51155,61,0 +51155,62,0 +51155,71,234 +51155,72,1130 +51155,81,375 +51155,92,648 +51157,11,123 +51157,22,0 +51157,23,131 +51157,31,106 +51157,42,0 +51157,44,110 +51157,48,10 +51157,51,59 +51157,52,16 +51157,53,7 +51157,54,74 +51157,55,0 +51157,56,11 +51157,61,285 +51157,62,92 +51157,71,18 +51157,72,295 +51157,81,60 +51157,92,75 +51159,11,74 +51159,22,0 +51159,23,167 +51159,31,173 +51159,42,186 +51159,44,244 +51159,48,17 +51159,51,0 +51159,52,67 +51159,53,20 +51159,54,140 +51159,55,0 +51159,56,0 +51159,61,0 +51159,62,0 +51159,71,23 +51159,72,113 +51159,81,141 +51159,92,448 +51161,11,0 +51161,21,0 +51161,22,146 +51161,23,1692 +51161,31,3925 +51161,42,0 +51161,44,4353 +51161,48,1768 +51161,51,465 +51161,52,1738 +51161,53,505 +51161,54,4095 +51161,55,1502 +51161,56,2621 +51161,61,4977 +51161,62,7492 +51161,71,659 +51161,72,3089 +51161,81,1317 +51161,92,1405 +51163,11,0 +51163,21,0 +51163,22,0 +51163,23,583 +51163,31,974 +51163,42,0 +51163,44,1289 +51163,48,94 +51163,51,44 +51163,52,126 +51163,53,22 +51163,54,463 +51163,55,0 +51163,56,0 +51163,61,0 +51163,62,0 +51163,71,144 +51163,72,723 +51163,81,215 +51163,92,37 +51165,11,0 +51165,21,0 +51165,22,0 +51165,23,3239 +51165,31,7825 +51165,42,0 +51165,44,2294 +51165,48,3930 +51165,51,200 +51165,52,324 +51165,53,513 +51165,54,855 +51165,55,315 +51165,56,1439 +51165,61,3155 +51165,62,5383 +51165,71,254 +51165,72,2720 +51165,81,708 +51165,92,1089 +51167,11,143 +51167,21,381 +51167,22,0 +51167,23,585 +51167,31,577 +51167,42,0 +51167,44,826 +51167,48,196 +51167,51,42 +51167,52,236 +51167,53,17 +51167,54,620 +51167,55,23 +51167,56,402 +51167,61,132 +51167,62,1111 +51167,71,0 +51167,72,0 +51167,81,204 +51167,92,531 +51169,11,114 +51169,22,79 +51169,23,104 +51169,31,908 +51169,42,50 +51169,44,595 +51169,48,152 +51169,51,87 +51169,52,88 +51169,53,15 +51169,54,76 +51169,56,594 +51169,61,0 +51169,62,0 +51169,71,0 +51169,72,0 +51169,81,120 +51169,92,357 +51171,11,0 +51171,21,0 +51171,22,219 +51171,23,694 +51171,31,3641 +51171,42,390 +51171,44,1542 +51171,48,748 +51171,51,751 +51171,52,277 +51171,53,114 +51171,54,254 +51171,55,120 +51171,56,339 +51171,61,447 +51171,62,2054 +51171,71,190 +51171,72,1309 +51171,81,470 +51171,92,135 +51173,11,0 +51173,21,0 +51173,22,0 +51173,23,458 +51173,31,3228 +51173,42,421 +51173,44,1154 +51173,48,49 +51173,51,42 +51173,52,153 +51173,53,37 +51173,54,0 +51173,55,0 +51173,56,1707 +51173,61,0 +51173,62,0 +51173,71,57 +51173,72,722 +51173,81,187 +51173,92,846 +51175,11,0 +51175,21,0 +51175,22,0 +51175,23,111 +51175,31,375 +51175,42,366 +51175,44,224 +51175,48,35 +51175,51,0 +51175,52,28 +51175,53,36 +51175,54,81 +51175,55,0 +51175,56,0 +51175,61,0 +51175,62,0 +51175,71,27 +51175,72,170 +51175,81,64 +51175,92,629 +51177,11,0 +51177,21,0 +51177,22,0 +51177,23,2599 +51177,31,1029 +51177,42,0 +51177,44,6828 +51177,48,1655 +51177,51,276 +51177,52,615 +51177,53,575 +51177,54,2459 +51177,55,497 +51177,56,1722 +51177,61,2331 +51177,62,5712 +51177,71,739 +51177,72,4321 +51177,81,1576 +51177,92,1224 +51179,11,0 +51179,21,0 +51179,22,0 +51179,23,2786 +51179,31,609 +51179,42,0 +51179,44,5003 +51179,48,1920 +51179,51,249 +51179,52,0 +51179,53,0 +51179,54,3828 +51179,55,78 +51179,56,2205 +51179,61,3720 +51179,62,5087 +51179,71,507 +51179,72,3859 +51179,81,1791 +51179,92,5781 +51181,11,45 +51181,22,0 +51181,23,191 +51181,31,110 +51181,42,36 +51181,44,36 +51181,48,11 +51181,52,0 +51181,53,0 +51181,54,0 +51181,55,0 +51181,56,139 +51181,61,0 +51181,62,32 +51181,71,0 +51181,72,0 +51181,81,35 +51181,92,18 +51183,11,0 +51183,21,0 +51183,22,0 +51183,23,71 +51183,31,66 +51183,42,165 +51183,44,336 +51183,48,28 +51183,52,28 +51183,53,9 +51183,54,22 +51183,55,0 +51183,56,423 +51183,61,0 +51183,62,0 +51183,71,0 +51183,72,0 +51183,81,51 +51183,92,968 +51185,11,104 +51185,21,654 +51185,22,0 +51185,23,681 +51185,31,1281 +51185,42,670 +51185,44,2682 +51185,48,67 +51185,51,72 +51185,52,418 +51185,53,151 +51185,54,351 +51185,55,263 +51185,56,324 +51185,61,0 +51185,62,0 +51185,71,149 +51185,72,1238 +51185,81,502 +51185,92,1058 +51187,11,82 +51187,22,117 +51187,23,756 +51187,31,1152 +51187,42,0 +51187,44,1553 +51187,48,1372 +51187,51,76 +51187,52,316 +51187,53,64 +51187,54,319 +51187,55,152 +51187,56,1103 +51187,61,3364 +51187,62,1916 +51187,71,356 +51187,72,1276 +51187,81,478 +51187,92,626 +51191,11,366 +51191,21,60 +51191,22,123 +51191,23,645 +51191,31,3400 +51191,42,905 +51191,44,3375 +51191,48,1072 +51191,51,167 +51191,52,488 +51191,53,157 +51191,54,666 +51191,55,689 +51191,56,604 +51191,61,2133 +51191,62,2897 +51191,71,334 +51191,72,1765 +51191,81,620 +51191,92,1091 +51193,11,542 +51193,22,0 +51193,23,200 +51193,31,541 +51193,42,96 +51193,44,428 +51193,48,38 +51193,51,18 +51193,52,78 +51193,53,16 +51193,54,80 +51193,56,92 +51193,61,0 +51193,62,0 +51193,71,92 +51193,72,310 +51193,81,107 +51193,92,242 +51195,11,14 +51195,21,479 +51195,22,0 +51195,23,279 +51195,31,375 +51195,42,383 +51195,44,1903 +51195,48,54 +51195,51,162 +51195,52,294 +51195,53,51 +51195,54,380 +51195,55,68 +51195,56,1258 +51195,61,71 +51195,62,1966 +51195,71,0 +51195,72,0 +51195,81,139 +51195,92,1779 +51197,11,124 +51197,21,165 +51197,22,0 +51197,23,480 +51197,31,2412 +51197,42,268 +51197,44,1827 +51197,48,68 +51197,51,52 +51197,52,262 +51197,53,78 +51197,54,0 +51197,55,0 +51197,56,502 +51197,61,275 +51197,62,1449 +51197,71,109 +51197,72,1335 +51197,81,251 +51197,92,684 +51199,11,28 +51199,22,178 +51199,23,1704 +51199,31,380 +51199,42,466 +51199,44,3663 +51199,48,495 +51199,51,84 +51199,52,348 +51199,53,342 +51199,54,1601 +51199,55,433 +51199,56,2034 +51199,61,651 +51199,62,1872 +51199,71,606 +51199,72,3915 +51199,81,1033 +51199,92,1232 +51510,11,0 +51510,22,0 +51510,23,2219 +51510,31,0 +51510,42,0 +51510,44,7499 +51510,48,2779 +51510,51,1558 +51510,52,3342 +51510,53,1663 +51510,54,18558 +51510,55,1021 +51510,56,5673 +51510,61,9170 +51510,62,8092 +51510,71,1425 +51510,72,8800 +51510,81,10278 +51510,92,14659 +51520,11,0 +51520,21,0 +51520,22,0 +51520,23,0 +51520,31,1150 +51520,42,0 +51520,44,1455 +51520,48,480 +51520,51,187 +51520,52,359 +51520,53,26 +51520,54,157 +51520,55,73 +51520,56,263 +51520,61,346 +51520,62,1025 +51520,71,9 +51520,72,1748 +51520,81,300 +51520,92,874 +51530,11,0 +51530,23,0 +51530,31,736 +51530,42,0 +51530,44,154 +51530,48,12 +51530,51,0 +51530,52,29 +51530,53,7 +51530,54,0 +51530,55,0 +51530,56,472 +51530,61,0 +51530,62,23 +51530,71,0 +51530,72,0 +51530,81,38 +51530,92,15 +51540,11,25 +51540,22,0 +51540,23,2061 +51540,31,813 +51540,42,1008 +51540,44,3267 +51540,48,209 +51540,51,1409 +51540,52,1892 +51540,53,565 +51540,54,3207 +51540,55,524 +51540,56,2973 +51540,61,3694 +51540,62,4095 +51540,71,636 +51540,72,6052 +51540,81,2340 +51540,92,1676 +51550,11,368 +51550,21,89 +51550,22,624 +51550,23,10057 +51550,31,5387 +51550,42,5581 +51550,44,15827 +51550,48,5025 +51550,51,2398 +51550,52,4056 +51550,53,1451 +51550,54,8041 +51550,55,2147 +51550,56,8619 +51550,61,4717 +51550,62,10771 +51550,71,1267 +51550,72,10315 +51550,81,4260 +51550,92,4579 +51570,22,0 +51570,23,342 +51570,31,213 +51570,42,318 +51570,44,2925 +51570,48,118 +51570,51,77 +51570,52,274 +51570,53,157 +51570,54,269 +51570,56,432 +51570,61,127 +51570,62,2065 +51570,71,222 +51570,72,2214 +51570,81,399 +51570,92,259 +51580,11,0 +51580,22,56 +51580,23,549 +51580,31,0 +51580,42,0 +51580,44,512 +51580,48,191 +51580,51,59 +51580,52,111 +51580,53,32 +51580,54,61 +51580,56,132 +51580,61,0 +51580,62,0 +51580,71,0 +51580,72,0 +51580,81,154 +51580,92,76 +51590,11,0 +51590,22,0 +51590,23,0 +51590,31,4124 +51590,42,829 +51590,44,3859 +51590,48,511 +51590,51,181 +51590,52,658 +51590,53,252 +51590,54,658 +51590,55,249 +51590,56,1530 +51590,61,3018 +51590,62,6161 +51590,71,133 +51590,72,2929 +51590,81,745 +51590,92,807 +51595,22,0 +51595,23,37 +51595,31,601 +51595,42,0 +51595,44,557 +51595,48,8 +51595,51,0 +51595,52,64 +51595,53,51 +51595,54,45 +51595,56,132 +51595,61,0 +51595,62,1049 +51595,71,60 +51595,72,583 +51595,81,0 +51595,92,91 +51600,22,0 +51600,23,588 +51600,31,144 +51600,42,230 +51600,44,3363 +51600,48,202 +51600,51,329 +51600,52,1098 +51600,53,174 +51600,54,3301 +51600,55,127 +51600,56,1565 +51600,61,2051 +51600,62,4071 +51600,71,640 +51600,72,2586 +51600,81,1079 +51600,92,1184 +51610,22,0 +51610,23,433 +51610,31,62 +51610,42,102 +51610,44,1232 +51610,48,268 +51610,51,278 +51610,52,229 +51610,53,320 +51610,54,1443 +51610,55,83 +51610,56,1307 +51610,61,2555 +51610,62,3089 +51610,71,492 +51610,72,1303 +51610,81,696 +51610,92,677 +51620,11,20 +51620,22,70 +51620,23,28 +51620,31,35 +51620,42,100 +51620,44,980 +51620,48,47 +51620,51,0 +51620,52,174 +51620,53,28 +51620,54,0 +51620,55,0 +51620,56,319 +51620,61,0 +51620,62,0 +51620,71,0 +51620,72,0 +51620,81,172 +51620,92,151 +51630,11,0 +51630,22,0 +51630,23,685 +51630,31,0 +51630,42,536 +51630,44,3689 +51630,48,173 +51630,51,316 +51630,52,817 +51630,53,387 +51630,54,1648 +51630,55,0 +51630,56,0 +51630,61,947 +51630,62,7028 +51630,71,417 +51630,72,4305 +51630,81,794 +51630,92,1345 +51640,11,0 +51640,22,0 +51640,23,0 +51640,31,1389 +51640,42,60 +51640,44,949 +51640,48,99 +51640,51,86 +51640,52,134 +51640,53,51 +51640,54,0 +51640,55,0 +51640,56,212 +51640,61,0 +51640,62,1718 +51640,71,24 +51640,72,502 +51640,81,112 +51640,92,168 +51650,11,8 +51650,22,0 +51650,23,2513 +51650,31,2130 +51650,42,0 +51650,44,6289 +51650,48,1461 +51650,51,477 +51650,52,762 +51650,53,610 +51650,54,5221 +51650,55,302 +51650,56,4436 +51650,61,7359 +51650,62,10969 +51650,71,853 +51650,72,6049 +51650,81,1389 +51650,92,7476 +51660,11,0 +51660,21,0 +51660,22,0 +51660,23,1235 +51660,31,3481 +51660,42,1661 +51660,44,4720 +51660,48,389 +51660,51,808 +51660,52,1092 +51660,53,436 +51660,54,1115 +51660,55,116 +51660,56,647 +51660,61,3114 +51660,62,3985 +51660,71,200 +51660,72,5291 +51660,81,810 +51660,92,804 +51670,11,0 +51670,22,296 +51670,23,0 +51670,31,2076 +51670,42,188 +51670,44,677 +51670,48,60 +51670,51,0 +51670,52,130 +51670,53,66 +51670,54,0 +51670,55,0 +51670,56,387 +51670,61,0 +51670,62,0 +51670,71,34 +51670,72,814 +51670,81,209 +51670,92,286 +51678,11,0 +51678,22,0 +51678,23,35 +51678,31,0 +51678,42,0 +51678,44,318 +51678,48,30 +51678,51,0 +51678,52,110 +51678,53,48 +51678,54,90 +51678,56,4 +51678,61,0 +51678,62,0 +51678,71,28 +51678,72,596 +51678,81,157 +51678,92,153 +51680,11,0 +51680,22,0 +51680,23,0 +51680,31,6498 +51680,42,2122 +51680,44,6701 +51680,48,170 +51680,51,508 +51680,52,2180 +51680,53,755 +51680,54,3321 +51680,55,1034 +51680,56,3093 +51680,61,10005 +51680,62,13354 +51680,71,546 +51680,72,5818 +51680,81,1708 +51680,92,1514 +51683,21,0 +51683,22,248 +51683,23,133 +51683,31,2359 +51683,42,551 +51683,44,2155 +51683,48,188 +51683,51,51 +51683,52,428 +51683,53,280 +51683,54,3485 +51683,55,150 +51683,56,1859 +51683,61,1593 +51683,62,4968 +51683,71,187 +51683,72,2106 +51683,81,895 +51683,92,964 +51685,21,0 +51685,23,1456 +51685,31,0 +51685,42,346 +51685,44,224 +51685,48,44 +51685,51,0 +51685,52,16 +51685,53,57 +51685,54,0 +51685,55,0 +51685,56,400 +51685,61,0 +51685,62,0 +51685,71,13 +51685,72,75 +51685,81,177 +51685,92,11 +51690,11,0 +51690,21,0 +51690,22,0 +51690,23,0 +51690,31,888 +51690,42,0 +51690,44,1444 +51690,48,189 +51690,51,94 +51690,52,229 +51690,53,81 +51690,54,152 +51690,55,115 +51690,56,1361 +51690,61,0 +51690,62,0 +51690,71,21 +51690,72,768 +51690,81,364 +51690,92,800 +51700,11,0 +51700,21,0 +51700,22,0 +51700,23,3744 +51700,31,30432 +51700,42,2678 +51700,44,9435 +51700,48,1388 +51700,51,1317 +51700,52,1742 +51700,53,1903 +51700,54,5187 +51700,55,2647 +51700,56,7285 +51700,61,4748 +51700,62,16101 +51700,71,1272 +51700,72,7829 +51700,81,2339 +51700,92,6067 +51710,11,0 +51710,21,0 +51710,22,0 +51710,23,4840 +51710,31,7423 +51710,42,0 +51710,44,11801 +51710,48,9536 +51710,51,2653 +51710,52,6279 +51710,53,2563 +51710,54,12372 +51710,55,1859 +51710,56,10362 +51710,61,17633 +51710,62,23792 +51710,71,2124 +51710,72,11981 +51710,81,4550 +51710,92,19528 +51720,21,52 +51720,22,0 +51720,23,71 +51720,31,128 +51720,42,116 +51720,44,614 +51720,48,9 +51720,51,76 +51720,52,51 +51720,53,40 +51720,54,141 +51720,55,104 +51720,56,87 +51720,61,0 +51720,62,1280 +51720,72,473 +51720,81,57 +51720,92,83 +51730,11,0 +51730,22,0 +51730,23,0 +51730,31,956 +51730,42,449 +51730,44,1382 +51730,48,105 +51730,51,46 +51730,52,221 +51730,53,175 +51730,54,0 +51730,55,0 +51730,56,798 +51730,61,0 +51730,62,0 +51730,71,58 +51730,72,994 +51730,81,834 +51730,92,752 +51735,23,204 +51735,31,5 +51735,42,34 +51735,44,219 +51735,48,13 +51735,51,0 +51735,52,49 +51735,53,29 +51735,54,0 +51735,55,0 +51735,56,132 +51735,61,0 +51735,62,0 +51735,71,0 +51735,72,0 +51735,81,101 +51735,92,0 +51740,11,0 +51740,22,0 +51740,23,2238 +51740,31,10952 +51740,42,0 +51740,44,3075 +51740,48,2355 +51740,51,286 +51740,52,509 +51740,53,441 +51740,54,1971 +51740,55,41 +51740,56,2875 +51740,61,590 +51740,62,10341 +51740,71,228 +51740,72,2424 +51740,81,1548 +51740,92,3316 +51750,11,0 +51750,22,0 +51750,23,0 +51750,31,867 +51750,42,125 +51750,44,353 +51750,48,32 +51750,51,0 +51750,52,109 +51750,53,121 +51750,54,0 +51750,55,0 +51750,56,451 +51750,61,0 +51750,62,0 +51750,71,34 +51750,72,742 +51750,81,95 +51750,92,303 +51760,11,56 +51760,21,42 +51760,22,899 +51760,23,6766 +51760,31,5966 +51760,42,5981 +51760,44,7711 +51760,48,4648 +51760,51,1592 +51760,52,10231 +51760,53,2207 +51760,54,11617 +51760,55,10096 +51760,56,10639 +51760,61,19159 +51760,62,32959 +51760,71,3849 +51760,72,13183 +51760,81,5401 +51760,92,16932 +51770,11,0 +51770,21,0 +51770,22,0 +51770,23,4576 +51770,31,0 +51770,42,0 +51770,44,7595 +51770,48,4921 +51770,51,645 +51770,52,3581 +51770,53,924 +51770,54,2880 +51770,55,3172 +51770,56,3262 +51770,61,2493 +51770,62,15159 +51770,71,735 +51770,72,6481 +51770,81,2994 +51770,92,2970 +51775,11,0 +51775,22,229 +51775,23,0 +51775,31,2880 +51775,42,2334 +51775,44,1856 +51775,48,584 +51775,51,92 +51775,52,629 +51775,53,198 +51775,54,687 +51775,55,281 +51775,56,1004 +51775,61,0 +51775,62,2307 +51775,71,195 +51775,72,1853 +51775,81,580 +51775,92,558 +51790,11,0 +51790,22,0 +51790,23,0 +51790,31,517 +51790,42,344 +51790,44,1580 +51790,48,62 +51790,51,37 +51790,52,451 +51790,53,178 +51790,54,370 +51790,55,371 +51790,56,287 +51790,61,2977 +51790,62,1860 +51790,71,112 +51790,72,1459 +51790,81,606 +51790,92,586 +51800,11,0 +51800,21,0 +51800,22,0 +51800,23,1418 +51800,31,2230 +51800,42,0 +51800,44,4021 +51800,48,2665 +51800,51,181 +51800,52,568 +51800,53,259 +51800,54,3258 +51800,55,682 +51800,56,1330 +51800,61,2447 +51800,62,5783 +51800,71,296 +51800,72,3221 +51800,81,932 +51800,92,2522 +51810,11,213 +51810,22,3203 +51810,23,11821 +51810,31,6673 +51810,42,5334 +51810,44,24454 +51810,48,572 +51810,51,3474 +51810,52,9761 +51810,53,4832 +51810,54,14962 +51810,55,3026 +51810,56,13682 +51810,61,17755 +51810,62,29624 +51810,71,5424 +51810,72,25962 +51810,81,6308 +51810,92,8502 +51820,11,0 +51820,22,0 +51820,23,0 +51820,31,1405 +51820,42,0 +51820,44,1871 +51820,48,261 +51820,51,221 +51820,52,238 +51820,53,120 +51820,54,299 +51820,55,485 +51820,56,195 +51820,61,0 +51820,62,0 +51820,71,50 +51820,72,1508 +51820,81,451 +51820,92,262 +51830,11,0 +51830,22,0 +51830,23,94 +51830,31,0 +51830,42,51 +51830,44,1327 +51830,48,89 +51830,51,92 +51830,52,196 +51830,53,100 +51830,54,653 +51830,55,0 +51830,56,0 +51830,61,0 +51830,62,59 +51830,71,1319 +51830,72,3620 +51830,81,228 +51830,92,318 +51840,11,0 +51840,22,0 +51840,23,0 +51840,31,1459 +51840,42,515 +51840,44,4223 +51840,48,403 +51840,51,119 +51840,52,776 +51840,53,383 +51840,54,414 +51840,55,0 +51840,56,1124 +51840,61,6010 +51840,62,8552 +51840,71,333 +51840,72,2754 +51840,81,683 +51840,92,1035 +53001,11,5874 +53001,22,0 +53001,23,132 +53001,31,1117 +53001,42,0 +53001,44,686 +53001,48,23 +53001,51,10 +53001,52,84 +53001,53,44 +53001,54,76 +53001,56,70 +53001,61,0 +53001,62,0 +53001,71,46 +53001,72,412 +53001,81,91 +53001,92,382 +53003,11,0 +53003,21,0 +53003,22,0 +53003,23,527 +53003,31,441 +53003,42,0 +53003,44,1044 +53003,48,7 +53003,51,35 +53003,52,143 +53003,53,32 +53003,54,211 +53003,55,0 +53003,56,0 +53003,61,0 +53003,62,0 +53003,71,131 +53003,72,681 +53003,81,143 +53003,92,300 +53005,11,0 +53005,21,0 +53005,22,318 +53005,23,7580 +53005,31,4566 +53005,42,1517 +53005,44,9708 +53005,48,1259 +53005,51,735 +53005,52,2076 +53005,53,1156 +53005,54,9080 +53005,55,526 +53005,56,10806 +53005,61,694 +53005,62,13984 +53005,71,1825 +53005,72,7970 +53005,81,2032 +53005,92,3096 +53007,11,0 +53007,21,0 +53007,22,42 +53007,23,1921 +53007,31,1943 +53007,42,2260 +53007,44,4351 +53007,48,694 +53007,51,517 +53007,52,740 +53007,53,676 +53007,54,960 +53007,55,43 +53007,56,1235 +53007,61,246 +53007,62,6672 +53007,71,780 +53007,72,4886 +53007,81,905 +53007,92,1825 +53009,11,1277 +53009,21,21 +53009,22,231 +53009,23,1237 +53009,31,1107 +53009,42,271 +53009,44,3416 +53009,48,799 +53009,51,211 +53009,52,371 +53009,53,214 +53009,54,8 +53009,55,0 +53009,56,608 +53009,61,2547 +53009,62,4993 +53009,71,527 +53009,72,2579 +53009,81,837 +53009,92,2593 +53011,11,0 +53011,21,0 +53011,22,2490 +53011,23,14711 +53011,31,14145 +53011,42,6984 +53011,44,18596 +53011,48,517 +53011,51,3506 +53011,52,5521 +53011,53,3002 +53011,54,8536 +53011,55,3654 +53011,56,8144 +53011,61,2047 +53011,62,26803 +53011,71,2991 +53011,72,13935 +53011,81,5285 +53011,92,5789 +53013,11,0 +53013,21,0 +53013,22,40 +53013,23,163 +53013,31,124 +53013,42,11 +53013,44,83 +53013,48,41 +53013,51,19 +53013,52,22 +53013,53,9 +53013,54,92 +53013,56,4 +53013,61,25 +53013,62,82 +53013,71,0 +53013,72,0 +53013,81,28 +53013,92,45 +53015,11,0 +53015,21,0 +53015,22,530 +53015,23,2698 +53015,31,6667 +53015,42,1586 +53015,44,4743 +53015,48,1788 +53015,51,250 +53015,52,852 +53015,53,504 +53015,54,898 +53015,55,81 +53015,56,1421 +53015,61,349 +53015,62,6420 +53015,71,322 +53015,72,3351 +53015,81,1058 +53015,92,2110 +53017,11,5944 +53017,22,41 +53017,23,797 +53017,31,584 +53017,42,585 +53017,44,1787 +53017,48,310 +53017,51,200 +53017,52,141 +53017,53,164 +53017,54,123 +53017,55,0 +53017,56,360 +53017,61,47 +53017,62,833 +53017,71,375 +53017,72,990 +53017,81,154 +53017,92,495 +53019,11,0 +53019,21,0 +53019,22,0 +53019,23,0 +53019,31,0 +53019,42,6 +53019,44,167 +53019,48,21 +53019,51,14 +53019,52,13 +53019,53,20 +53019,54,0 +53019,55,0 +53019,56,24 +53019,61,341 +53019,62,231 +53019,71,0 +53019,72,0 +53019,81,29 +53019,92,295 +53021,11,0 +53021,21,0 +53021,22,53 +53021,23,2245 +53021,31,3793 +53021,42,2016 +53021,44,3359 +53021,48,250 +53021,51,129 +53021,52,315 +53021,53,367 +53021,54,693 +53021,56,1160 +53021,61,666 +53021,62,3098 +53021,71,524 +53021,72,2117 +53021,81,669 +53021,92,1746 +53023,11,0 +53023,22,0 +53023,23,0 +53023,42,83 +53023,44,40 +53023,48,9 +53023,51,0 +53023,52,14 +53023,54,85 +53023,56,0 +53023,61,0 +53023,62,0 +53023,71,0 +53023,72,0 +53023,81,0 +53023,92,55 +53025,11,0 +53025,21,0 +53025,22,2578 +53025,23,1546 +53025,31,4614 +53025,42,1584 +53025,44,3461 +53025,48,1403 +53025,51,583 +53025,52,480 +53025,53,330 +53025,54,620 +53025,55,35 +53025,56,1834 +53025,61,5460 +53025,62,4001 +53025,71,353 +53025,72,2497 +53025,81,469 +53025,92,1538 +53027,11,0 +53027,21,0 +53027,22,0 +53027,23,1104 +53027,31,2646 +53027,42,0 +53027,44,2533 +53027,48,887 +53027,51,173 +53027,52,450 +53027,53,209 +53027,54,565 +53027,55,52 +53027,56,830 +53027,61,22 +53027,62,3046 +53027,71,343 +53027,72,2440 +53027,81,691 +53027,92,2769 +53029,11,0 +53029,21,0 +53029,22,112 +53029,23,1152 +53029,31,789 +53029,42,191 +53029,44,2396 +53029,48,467 +53029,51,173 +53029,52,266 +53029,53,347 +53029,54,908 +53029,55,0 +53029,56,0 +53029,61,542 +53029,62,1943 +53029,71,637 +53029,72,2172 +53029,81,673 +53029,92,1388 +53031,11,0 +53031,21,0 +53031,22,56 +53031,23,717 +53031,31,706 +53031,42,212 +53031,44,1117 +53031,48,122 +53031,51,114 +53031,52,138 +53031,53,139 +53031,54,312 +53031,56,255 +53031,61,263 +53031,62,826 +53031,71,144 +53031,72,1051 +53031,81,455 +53031,92,960 +53033,11,5151 +53033,21,700 +53033,22,3658 +53033,23,75226 +53033,31,105731 +53033,42,65656 +53033,44,161305 +53033,48,71181 +53033,51,124824 +53033,52,43059 +53033,53,31275 +53033,54,135281 +53033,55,32555 +53033,56,75344 +53033,61,159762 +53033,62,182269 +53033,71,40515 +53033,72,117535 +53033,81,48852 +53033,92,44003 +53035,11,0 +53035,21,0 +53035,22,282 +53035,23,4661 +53035,31,17513 +53035,42,1394 +53035,44,11536 +53035,48,1509 +53035,51,944 +53035,52,1721 +53035,53,1321 +53035,54,5620 +53035,55,370 +53035,56,3425 +53035,61,10632 +53035,62,13144 +53035,71,1654 +53035,72,8689 +53035,81,2419 +53035,92,6857 +53037,11,0 +53037,21,0 +53037,22,99 +53037,23,1077 +53037,31,568 +53037,42,686 +53037,44,1832 +53037,48,247 +53037,51,203 +53037,52,211 +53037,53,164 +53037,54,6 +53037,55,0 +53037,56,355 +53037,61,166 +53037,62,1440 +53037,71,158 +53037,72,2699 +53037,81,334 +53037,92,1096 +53039,11,0 +53039,21,0 +53039,22,96 +53039,23,274 +53039,31,1659 +53039,42,152 +53039,44,395 +53039,48,172 +53039,51,43 +53039,52,74 +53039,53,42 +53039,54,0 +53039,55,0 +53039,56,291 +53039,61,1029 +53039,62,783 +53039,71,95 +53039,72,292 +53039,81,317 +53039,92,476 +53041,11,2413 +53041,21,258 +53041,22,457 +53041,23,1320 +53041,31,3369 +53041,42,819 +53041,44,3567 +53041,48,1495 +53041,51,223 +53041,52,345 +53041,53,331 +53041,54,489 +53041,55,65 +53041,56,961 +53041,61,263 +53041,62,4034 +53041,71,404 +53041,72,2524 +53041,81,471 +53041,92,1658 +53043,11,0 +53043,21,0 +53043,22,0 +53043,23,253 +53043,31,43 +53043,42,219 +53043,44,190 +53043,48,34 +53043,51,14 +53043,52,49 +53043,53,8 +53043,54,101 +53043,56,42 +53043,61,808 +53043,62,317 +53043,71,65 +53043,72,80 +53043,81,21 +53043,92,214 +53045,11,0 +53045,21,0 +53045,22,436 +53045,23,682 +53045,31,838 +53045,42,558 +53045,44,1790 +53045,48,295 +53045,51,114 +53045,52,280 +53045,53,94 +53045,54,0 +53045,55,0 +53045,56,0 +53045,61,57 +53045,62,1255 +53045,71,186 +53045,72,1183 +53045,81,394 +53045,92,2071 +53047,11,0 +53047,21,0 +53047,22,81 +53047,23,465 +53047,31,275 +53047,42,193 +53047,44,1843 +53047,48,496 +53047,51,165 +53047,52,177 +53047,53,168 +53047,54,207 +53047,55,0 +53047,56,0 +53047,61,2858 +53047,62,2534 +53047,71,267 +53047,72,1183 +53047,81,216 +53047,92,1707 +53049,11,1431 +53049,21,54 +53049,22,0 +53049,23,262 +53049,31,669 +53049,42,65 +53049,44,616 +53049,48,44 +53049,51,64 +53049,52,140 +53049,53,63 +53049,54,0 +53049,55,0 +53049,56,154 +53049,61,0 +53049,62,0 +53049,71,90 +53049,72,975 +53049,81,157 +53049,92,590 +53051,11,0 +53051,21,0 +53051,22,191 +53051,23,135 +53051,31,245 +53051,42,22 +53051,44,253 +53051,48,44 +53051,51,44 +53051,52,36 +53051,53,39 +53051,54,49 +53051,56,20 +53051,61,0 +53051,62,0 +53051,71,0 +53051,72,0 +53051,81,52 +53051,92,759 +53053,11,2083 +53053,21,297 +53053,22,1165 +53053,23,23927 +53053,31,17492 +53053,42,13833 +53053,44,36452 +53053,48,21387 +53053,51,2682 +53053,52,8681 +53053,53,5384 +53053,54,10791 +53053,55,859 +53053,56,22728 +53053,61,12213 +53053,62,61380 +53053,71,6560 +53053,72,28901 +53053,81,11230 +53053,92,17844 +53055,11,0 +53055,21,0 +53055,22,132 +53055,23,731 +53055,31,238 +53055,42,78 +53055,44,755 +53055,48,207 +53055,51,124 +53055,52,96 +53055,53,170 +53055,54,179 +53055,55,25 +53055,56,235 +53055,61,335 +53055,62,415 +53055,71,280 +53055,72,1290 +53055,81,227 +53055,92,353 +53057,11,5239 +53057,21,62 +53057,22,420 +53057,23,4568 +53057,31,5930 +53057,42,1217 +53057,44,6991 +53057,48,1550 +53057,51,351 +53057,52,1586 +53057,53,508 +53057,54,1733 +53057,55,110 +53057,56,1788 +53057,61,6349 +53057,62,8083 +53057,71,2244 +53057,72,4603 +53057,81,1669 +53057,92,2807 +53059,11,0 +53059,21,0 +53059,22,2 +53059,23,83 +53059,31,293 +53059,42,28 +53059,44,142 +53059,48,14 +53059,51,0 +53059,52,18 +53059,53,16 +53059,54,39 +53059,55,0 +53059,56,25 +53059,61,0 +53059,62,0 +53059,71,29 +53059,72,543 +53059,81,0 +53059,92,259 +53061,11,3032 +53061,21,292 +53061,22,2785 +53061,23,24242 +53061,31,60713 +53061,42,9172 +53061,44,35225 +53061,48,5885 +53061,51,4608 +53061,52,9523 +53061,53,3355 +53061,54,13564 +53061,55,1504 +53061,56,15215 +53061,61,28969 +53061,62,36174 +53061,71,4962 +53061,72,23231 +53061,81,7419 +53061,92,12200 +53063,11,3492 +53063,21,384 +53063,22,1138 +53063,23,12818 +53063,31,16390 +53063,42,10737 +53063,44,27049 +53063,48,8894 +53063,51,3314 +53063,52,10027 +53063,53,3891 +53063,54,10837 +53063,55,3435 +53063,56,11930 +53063,61,11694 +53063,62,47727 +53063,71,3785 +53063,72,20151 +53063,81,6234 +53063,92,11351 +53065,11,818 +53065,21,105 +53065,22,2 +53065,23,482 +53065,31,1135 +53065,42,0 +53065,44,1177 +53065,48,406 +53065,51,64 +53065,52,186 +53065,53,68 +53065,54,0 +53065,55,0 +53065,56,231 +53065,61,1861 +53065,62,2019 +53065,71,220 +53065,72,613 +53065,81,233 +53065,92,1554 +53067,11,3988 +53067,21,15 +53067,22,438 +53067,23,6252 +53067,31,3025 +53067,42,3311 +53067,44,12695 +53067,48,3212 +53067,51,1878 +53067,52,2616 +53067,53,1201 +53067,54,4964 +53067,55,939 +53067,56,6492 +53067,61,16059 +53067,62,17303 +53067,71,1998 +53067,72,9397 +53067,81,3971 +53067,92,25173 +53069,11,255 +53069,22,0 +53069,23,45 +53069,31,61 +53069,42,0 +53069,44,50 +53069,48,9 +53069,51,19 +53069,52,0 +53069,53,0 +53069,54,17 +53069,56,24 +53069,61,0 +53069,62,0 +53069,71,0 +53069,72,34 +53069,81,8 +53069,92,7 +53071,11,0 +53071,21,0 +53071,22,258 +53071,23,871 +53071,31,4060 +53071,42,671 +53071,44,2325 +53071,48,620 +53071,51,284 +53071,52,617 +53071,53,243 +53071,54,583 +53071,55,0 +53071,56,511 +53071,61,3985 +53071,62,4948 +53071,71,570 +53071,72,1984 +53071,81,488 +53071,92,2238 +53073,11,0 +53073,21,0 +53073,22,416 +53073,23,7281 +53073,31,10549 +53073,42,2800 +53073,44,10953 +53073,48,3297 +53073,51,1266 +53073,52,2334 +53073,53,1341 +53073,54,3416 +53073,55,423 +53073,56,4500 +53073,61,9839 +53073,62,12404 +53073,71,2825 +53073,72,9110 +53073,81,3240 +53073,92,5025 +53075,11,0 +53075,21,0 +53075,22,0 +53075,23,388 +53075,31,2898 +53075,42,481 +53075,44,1301 +53075,48,95 +53075,51,158 +53075,52,156 +53075,53,345 +53075,54,452 +53075,55,0 +53075,56,0 +53075,61,1638 +53075,62,2094 +53075,71,162 +53075,72,1810 +53075,81,292 +53075,92,1009 +53077,11,62347 +53077,21,61 +53077,22,1014 +53077,23,3816 +53077,31,8599 +53077,42,4633 +53077,44,10785 +53077,48,4014 +53077,51,682 +53077,52,1567 +53077,53,861 +53077,54,1638 +53077,55,643 +53077,56,2115 +53077,61,1756 +53077,62,17406 +53077,71,1629 +53077,72,6926 +53077,81,1768 +53077,92,6047 +54001,11,0 +54001,21,0 +54001,22,0 +54001,23,209 +54001,31,0 +54001,42,81 +54001,44,305 +54001,48,35 +54001,51,0 +54001,52,81 +54001,53,18 +54001,54,77 +54001,55,0 +54001,56,0 +54001,61,631 +54001,62,0 +54001,71,8 +54001,72,295 +54001,81,0 +54001,92,309 +54003,11,0 +54003,21,0 +54003,22,122 +54003,23,1615 +54003,31,2888 +54003,42,1277 +54003,44,3990 +54003,48,4861 +54003,51,1724 +54003,52,744 +54003,53,283 +54003,54,1751 +54003,55,212 +54003,56,1593 +54003,61,455 +54003,62,8749 +54003,71,520 +54003,72,3411 +54003,81,785 +54003,92,1752 +54005,11,0 +54005,21,0 +54005,22,30 +54005,23,123 +54005,31,39 +54005,42,57 +54005,44,533 +54005,48,207 +54005,51,0 +54005,52,123 +54005,53,0 +54005,54,128 +54005,55,21 +54005,56,133 +54005,61,0 +54005,62,0 +54005,71,12 +54005,72,287 +54005,81,235 +54005,92,384 +54007,11,7 +54007,21,48 +54007,22,53 +54007,23,278 +54007,31,301 +54007,42,30 +54007,44,733 +54007,48,87 +54007,51,34 +54007,52,66 +54007,53,7 +54007,54,73 +54007,55,0 +54007,56,0 +54007,61,0 +54007,62,818 +54007,71,11 +54007,72,416 +54007,81,109 +54007,92,280 +54009,11,0 +54009,22,0 +54009,23,0 +54009,31,1235 +54009,42,0 +54009,44,924 +54009,48,307 +54009,51,0 +54009,52,146 +54009,53,0 +54009,54,0 +54009,55,0 +54009,56,207 +54009,61,0 +54009,62,0 +54009,71,146 +54009,72,845 +54009,81,195 +54009,92,253 +54011,11,12 +54011,21,24 +54011,22,371 +54011,23,2362 +54011,31,4544 +54011,42,1661 +54011,44,7025 +54011,48,968 +54011,51,609 +54011,52,1101 +54011,53,697 +54011,54,2867 +54011,55,813 +54011,56,4237 +54011,61,4478 +54011,62,17360 +54011,71,712 +54011,72,6022 +54011,81,1349 +54011,92,1360 +54013,11,0 +54013,21,0 +54013,22,0 +54013,23,137 +54013,31,29 +54013,44,0 +54013,48,16 +54013,51,0 +54013,52,0 +54013,53,0 +54013,54,37 +54013,55,0 +54013,56,0 +54013,61,355 +54013,62,0 +54013,72,36 +54013,81,0 +54013,92,64 +54015,11,0 +54015,21,0 +54015,22,0 +54015,23,113 +54015,31,0 +54015,42,0 +54015,44,125 +54015,48,15 +54015,51,13 +54015,52,0 +54015,53,0 +54015,56,0 +54015,61,0 +54015,62,432 +54015,72,52 +54015,81,77 +54015,92,104 +54017,11,0 +54017,21,0 +54017,22,0 +54017,23,0 +54017,31,0 +54017,42,0 +54017,44,130 +54017,48,101 +54017,51,0 +54017,52,60 +54017,54,0 +54017,56,0 +54017,61,0 +54017,62,140 +54017,72,0 +54017,81,33 +54017,92,129 +54019,11,78 +54019,21,855 +54019,22,100 +54019,23,351 +54019,31,392 +54019,42,390 +54019,44,1360 +54019,48,355 +54019,51,0 +54019,52,225 +54019,53,66 +54019,54,237 +54019,55,43 +54019,56,275 +54019,61,104 +54019,62,2243 +54019,71,567 +54019,72,1094 +54019,81,489 +54019,92,1091 +54021,11,0 +54021,21,0 +54021,22,0 +54021,23,26 +54021,31,192 +54021,42,0 +54021,44,156 +54021,48,33 +54021,51,0 +54021,52,24 +54021,53,0 +54021,54,0 +54021,56,0 +54021,61,0 +54021,62,0 +54021,71,0 +54021,72,0 +54021,81,27 +54021,92,357 +54023,11,0 +54023,21,0 +54023,22,0 +54023,23,364 +54023,31,227 +54023,42,0 +54023,44,388 +54023,48,101 +54023,51,0 +54023,52,120 +54023,53,8 +54023,54,47 +54023,55,0 +54023,56,0 +54023,61,0 +54023,62,742 +54023,71,0 +54023,72,0 +54023,81,0 +54023,92,198 +54025,11,307 +54025,21,417 +54025,22,74 +54025,23,584 +54025,31,734 +54025,42,164 +54025,44,1758 +54025,48,277 +54025,51,177 +54025,52,219 +54025,53,156 +54025,54,338 +54025,55,52 +54025,56,662 +54025,61,1743 +54025,62,3463 +54025,71,214 +54025,72,2767 +54025,81,464 +54025,92,342 +54027,11,0 +54027,21,0 +54027,22,0 +54027,23,202 +54027,31,62 +54027,42,77 +54027,44,504 +54027,48,29 +54027,51,38 +54027,52,183 +54027,53,27 +54027,54,0 +54027,55,0 +54027,56,91 +54027,61,0 +54027,62,0 +54027,71,0 +54027,72,0 +54027,81,161 +54027,92,392 +54029,11,0 +54029,21,0 +54029,22,93 +54029,23,338 +54029,31,2605 +54029,42,135 +54029,44,849 +54029,48,361 +54029,51,31 +54029,52,400 +54029,53,129 +54029,54,344 +54029,55,0 +54029,56,0 +54029,61,1482 +54029,62,1289 +54029,71,268 +54029,72,1453 +54029,81,283 +54029,92,425 +54031,11,194 +54031,22,0 +54031,23,128 +54031,31,2519 +54031,42,51 +54031,44,549 +54031,48,199 +54031,51,104 +54031,52,146 +54031,53,27 +54031,54,0 +54031,55,0 +54031,56,381 +54031,61,668 +54031,62,0 +54031,71,23 +54031,72,341 +54031,81,113 +54031,92,295 +54033,11,17 +54033,21,1537 +54033,22,464 +54033,23,3478 +54033,31,1594 +54033,42,1535 +54033,44,4514 +54033,48,2308 +54033,51,593 +54033,52,712 +54033,53,463 +54033,54,2358 +54033,55,517 +54033,56,1836 +54033,61,724 +54033,62,8955 +54033,71,367 +54033,72,3369 +54033,81,1012 +54033,92,4843 +54035,11,0 +54035,21,0 +54035,22,24 +54035,23,1413 +54035,31,1715 +54035,42,225 +54035,44,1211 +54035,48,359 +54035,51,41 +54035,52,246 +54035,53,123 +54035,54,307 +54035,55,27 +54035,56,292 +54035,61,1385 +54035,62,0 +54035,71,113 +54035,72,890 +54035,81,210 +54035,92,375 +54037,11,0 +54037,21,0 +54037,22,0 +54037,23,644 +54037,31,757 +54037,42,301 +54037,44,1872 +54037,48,100 +54037,51,112 +54037,52,341 +54037,53,164 +54037,54,649 +54037,55,35 +54037,56,570 +54037,61,1970 +54037,62,1501 +54037,71,512 +54037,72,3735 +54037,81,551 +54037,92,1932 +54039,11,36 +54039,21,3095 +54039,22,1065 +54039,23,4966 +54039,31,3238 +54039,42,3543 +54039,44,10532 +54039,48,4520 +54039,51,2038 +54039,52,4668 +54039,53,1339 +54039,54,6346 +54039,55,1963 +54039,56,7233 +54039,61,11727 +54039,62,23968 +54039,71,1224 +54039,72,9047 +54039,81,2955 +54039,92,12297 +54041,11,52 +54041,21,1262 +54041,22,76 +54041,23,739 +54041,31,147 +54041,42,145 +54041,44,759 +54041,48,425 +54041,51,36 +54041,52,92 +54041,53,19 +54041,54,6 +54041,55,0 +54041,56,234 +54041,61,828 +54041,62,0 +54041,71,79 +54041,72,702 +54041,81,146 +54041,92,176 +54043,21,99 +54043,22,23 +54043,23,168 +54043,31,6 +54043,42,0 +54043,44,285 +54043,48,134 +54043,51,37 +54043,52,0 +54043,53,0 +54043,54,55 +54043,56,53 +54043,61,1144 +54043,62,654 +54043,71,0 +54043,72,0 +54043,81,93 +54043,92,130 +54045,11,0 +54045,21,0 +54045,22,174 +54045,23,199 +54045,31,348 +54045,42,305 +54045,44,1537 +54045,48,416 +54045,51,92 +54045,52,188 +54045,53,65 +54045,54,232 +54045,55,115 +54045,56,320 +54045,61,7 +54045,62,2221 +54045,71,77 +54045,72,1026 +54045,81,585 +54045,92,746 +54047,11,53 +54047,21,1489 +54047,22,0 +54047,23,52 +54047,31,14 +54047,42,0 +54047,44,408 +54047,48,278 +54047,51,47 +54047,52,95 +54047,53,42 +54047,54,0 +54047,55,0 +54047,56,149 +54047,61,0 +54047,62,524 +54047,71,0 +54047,72,0 +54047,81,83 +54047,92,851 +54049,11,0 +54049,21,0 +54049,22,585 +54049,23,921 +54049,31,908 +54049,42,618 +54049,44,2202 +54049,48,700 +54049,51,136 +54049,52,447 +54049,53,133 +54049,54,1147 +54049,55,49 +54049,56,1615 +54049,61,2713 +54049,62,3417 +54049,71,264 +54049,72,1781 +54049,81,731 +54049,92,890 +54051,21,3372 +54051,22,0 +54051,23,2359 +54051,31,1058 +54051,42,0 +54051,44,1163 +54051,48,316 +54051,51,26 +54051,52,249 +54051,53,41 +54051,54,201 +54051,55,161 +54051,56,345 +54051,61,1634 +54051,62,0 +54051,71,105 +54051,72,806 +54051,81,334 +54051,92,699 +54053,11,0 +54053,21,0 +54053,22,0 +54053,23,0 +54053,31,517 +54053,42,0 +54053,44,653 +54053,48,503 +54053,51,26 +54053,52,107 +54053,53,31 +54053,54,134 +54053,55,0 +54053,56,0 +54053,61,1243 +54053,62,1115 +54053,71,77 +54053,72,328 +54053,81,188 +54053,92,477 +54055,11,26 +54055,21,275 +54055,22,150 +54055,23,788 +54055,31,996 +54055,42,771 +54055,44,2952 +54055,48,427 +54055,51,260 +54055,52,373 +54055,53,144 +54055,54,557 +54055,55,155 +54055,56,1346 +54055,61,2610 +54055,62,5877 +54055,71,334 +54055,72,2153 +54055,81,688 +54055,92,781 +54057,11,0 +54057,21,0 +54057,22,0 +54057,23,388 +54057,31,1840 +54057,42,0 +54057,44,919 +54057,48,232 +54057,51,0 +54057,52,149 +54057,53,0 +54057,54,218 +54057,55,0 +54057,56,0 +54057,61,1255 +54057,62,1741 +54057,71,30 +54057,72,511 +54057,81,192 +54057,92,294 +54059,11,65 +54059,21,1907 +54059,22,33 +54059,23,246 +54059,31,97 +54059,42,95 +54059,44,410 +54059,48,300 +54059,51,0 +54059,52,144 +54059,53,60 +54059,54,15 +54059,55,0 +54059,56,373 +54059,61,1151 +54059,62,0 +54059,71,17 +54059,72,241 +54059,81,0 +54059,92,253 +54061,11,29 +54061,21,797 +54061,22,511 +54061,23,3095 +54061,31,3100 +54061,42,1133 +54061,44,5943 +54061,48,1181 +54061,51,714 +54061,52,878 +54061,53,788 +54061,54,3733 +54061,55,1100 +54061,56,3475 +54061,61,4508 +54061,62,18027 +54061,71,501 +54061,72,6694 +54061,81,1908 +54061,92,2376 +54063,11,112 +54063,22,0 +54063,23,128 +54063,31,436 +54063,42,16 +54063,44,112 +54063,48,72 +54063,51,0 +54063,52,0 +54063,54,45 +54063,56,40 +54063,61,0 +54063,62,277 +54063,71,0 +54063,72,0 +54063,81,67 +54063,92,286 +54065,11,0 +54065,21,0 +54065,22,0 +54065,23,111 +54065,31,229 +54065,42,36 +54065,44,409 +54065,48,35 +54065,51,0 +54065,52,93 +54065,53,28 +54065,54,72 +54065,55,0 +54065,56,34 +54065,61,680 +54065,62,0 +54065,71,15 +54065,72,324 +54065,81,112 +54065,92,302 +54067,11,108 +54067,21,507 +54067,22,29 +54067,23,315 +54067,31,721 +54067,42,314 +54067,44,1315 +54067,48,359 +54067,51,49 +54067,52,118 +54067,53,44 +54067,54,18 +54067,55,0 +54067,56,241 +54067,61,0 +54067,62,0 +54067,71,47 +54067,72,861 +54067,81,197 +54067,92,316 +54069,11,0 +54069,21,0 +54069,22,131 +54069,23,963 +54069,31,1160 +54069,42,2082 +54069,44,3255 +54069,48,486 +54069,51,392 +54069,52,1586 +54069,53,188 +54069,54,1708 +54069,55,956 +54069,56,2140 +54069,61,1423 +54069,62,7954 +54069,71,512 +54069,72,3358 +54069,81,1204 +54069,92,1507 +54071,11,0 +54071,21,0 +54071,22,0 +54071,23,37 +54071,31,82 +54071,42,0 +54071,44,163 +54071,48,117 +54071,51,34 +54071,52,0 +54071,53,0 +54071,54,0 +54071,55,0 +54071,56,21 +54071,61,402 +54071,62,0 +54071,71,0 +54071,72,0 +54071,81,67 +54071,92,110 +54073,11,0 +54073,21,0 +54073,22,0 +54073,23,246 +54073,31,533 +54073,42,0 +54073,44,197 +54073,48,109 +54073,51,41 +54073,52,0 +54073,53,0 +54073,54,0 +54073,56,0 +54073,61,459 +54073,62,408 +54073,71,0 +54073,72,0 +54073,81,64 +54073,92,349 +54075,11,0 +54075,21,0 +54075,22,0 +54075,23,92 +54075,31,254 +54075,42,0 +54075,44,326 +54075,48,126 +54075,51,32 +54075,52,42 +54075,53,40 +54075,54,155 +54075,56,64 +54075,61,0 +54075,62,0 +54075,71,0 +54075,72,0 +54075,81,111 +54075,92,398 +54077,11,64 +54077,21,78 +54077,22,69 +54077,23,1283 +54077,31,587 +54077,42,80 +54077,44,817 +54077,48,297 +54077,51,96 +54077,52,175 +54077,53,27 +54077,54,160 +54077,55,0 +54077,56,0 +54077,61,0 +54077,62,0 +54077,71,79 +54077,72,508 +54077,81,250 +54077,92,1253 +54079,11,129 +54079,21,31 +54079,22,413 +54079,23,3200 +54079,31,2488 +54079,42,1905 +54079,44,2104 +54079,48,1103 +54079,51,327 +54079,52,516 +54079,53,399 +54079,54,1132 +54079,55,237 +54079,56,1797 +54079,61,2852 +54079,62,2637 +54079,71,299 +54079,72,1821 +54079,81,512 +54079,92,610 +54081,11,79 +54081,21,3011 +54081,22,183 +54081,23,1674 +54081,31,759 +54081,42,1412 +54081,44,4644 +54081,48,869 +54081,51,444 +54081,52,616 +54081,53,354 +54081,54,1111 +54081,55,496 +54081,56,2603 +54081,61,1425 +54081,62,9637 +54081,71,339 +54081,72,3874 +54081,81,1128 +54081,92,1892 +54083,11,77 +54083,21,551 +54083,22,91 +54083,23,454 +54083,31,1155 +54083,42,308 +54083,44,1390 +54083,48,554 +54083,51,145 +54083,52,292 +54083,53,103 +54083,54,270 +54083,55,43 +54083,56,219 +54083,61,0 +54083,62,0 +54083,71,68 +54083,72,924 +54083,81,337 +54083,92,979 +54085,21,1026 +54085,22,25 +54085,23,161 +54085,31,854 +54085,42,18 +54085,44,282 +54085,48,137 +54085,51,0 +54085,52,91 +54085,53,4 +54085,54,74 +54085,56,71 +54085,61,11 +54085,62,252 +54085,71,11 +54085,72,198 +54085,81,0 +54085,92,156 +54087,11,0 +54087,21,0 +54087,22,34 +54087,23,234 +54087,31,151 +54087,42,78 +54087,44,486 +54087,48,40 +54087,51,25 +54087,52,150 +54087,53,13 +54087,54,76 +54087,56,12 +54087,61,583 +54087,62,875 +54087,71,0 +54087,72,0 +54087,81,43 +54087,92,151 +54089,11,0 +54089,21,0 +54089,22,0 +54089,23,77 +54089,31,19 +54089,42,191 +54089,44,230 +54089,48,18 +54089,51,13 +54089,52,65 +54089,53,45 +54089,54,80 +54089,56,79 +54089,61,0 +54089,62,0 +54089,71,13 +54089,72,139 +54089,81,51 +54089,92,122 +54091,11,0 +54091,21,0 +54091,22,0 +54091,23,223 +54091,31,0 +54091,42,0 +54091,44,400 +54091,48,90 +54091,51,34 +54091,52,0 +54091,53,0 +54091,54,31 +54091,56,94 +54091,61,0 +54091,62,0 +54091,71,20 +54091,72,209 +54091,81,96 +54091,92,353 +54093,11,19 +54093,21,0 +54093,22,25 +54093,23,0 +54093,31,276 +54093,42,0 +54093,44,194 +54093,48,26 +54093,51,11 +54093,52,54 +54093,53,64 +54093,54,0 +54093,55,0 +54093,56,70 +54093,61,0 +54093,62,457 +54093,71,0 +54093,72,0 +54093,81,95 +54093,92,364 +54095,21,0 +54095,22,0 +54095,23,0 +54095,31,537 +54095,42,0 +54095,44,160 +54095,48,19 +54095,51,0 +54095,52,59 +54095,53,0 +54095,54,66 +54095,56,60 +54095,61,0 +54095,62,279 +54095,71,9 +54095,72,130 +54095,81,118 +54095,92,132 +54097,11,225 +54097,21,264 +54097,22,0 +54097,23,706 +54097,31,691 +54097,42,285 +54097,44,1105 +54097,48,56 +54097,51,95 +54097,52,109 +54097,53,78 +54097,54,299 +54097,55,67 +54097,56,99 +54097,61,0 +54097,62,0 +54097,71,42 +54097,72,736 +54097,81,238 +54097,92,360 +54099,11,0 +54099,21,0 +54099,22,0 +54099,23,417 +54099,31,808 +54099,42,0 +54099,44,847 +54099,48,566 +54099,51,18 +54099,52,89 +54099,53,35 +54099,54,203 +54099,55,30 +54099,56,100 +54099,61,1960 +54099,62,1730 +54099,71,224 +54099,72,496 +54099,81,154 +54099,92,515 +54101,11,0 +54101,21,0 +54101,22,0 +54101,23,69 +54101,31,201 +54101,42,0 +54101,44,173 +54101,48,81 +54101,51,0 +54101,52,0 +54101,53,0 +54101,54,0 +54101,55,0 +54101,56,19 +54101,61,0 +54101,62,322 +54101,71,0 +54101,72,0 +54101,81,60 +54101,92,106 +54103,11,0 +54103,21,0 +54103,22,0 +54103,23,389 +54103,31,137 +54103,42,0 +54103,44,861 +54103,48,150 +54103,51,67 +54103,52,121 +54103,53,35 +54103,54,0 +54103,55,0 +54103,56,118 +54103,61,0 +54103,62,0 +54103,71,13 +54103,72,550 +54103,81,195 +54103,92,294 +54105,11,0 +54105,21,17 +54105,22,0 +54105,23,75 +54105,31,0 +54105,44,91 +54105,48,14 +54105,51,0 +54105,52,15 +54105,54,7 +54105,56,0 +54105,61,337 +54105,62,86 +54105,71,0 +54105,72,0 +54105,81,0 +54105,92,42 +54107,11,0 +54107,21,0 +54107,22,304 +54107,23,2071 +54107,31,2762 +54107,42,910 +54107,44,5713 +54107,48,1907 +54107,51,455 +54107,52,1428 +54107,53,341 +54107,54,0 +54107,55,0 +54107,56,1950 +54107,61,4606 +54107,62,8099 +54107,71,554 +54107,72,4211 +54107,81,1172 +54107,92,3185 +54109,11,81 +54109,21,921 +54109,22,30 +54109,23,180 +54109,31,79 +54109,42,18 +54109,44,545 +54109,48,176 +54109,51,20 +54109,52,66 +54109,53,27 +54109,54,144 +54109,55,0 +54109,56,0 +54109,61,0 +54109,62,0 +54109,71,15 +54109,72,258 +54109,81,64 +54109,92,341 +55001,11,1075 +55001,22,0 +55001,23,210 +55001,31,315 +55001,42,0 +55001,44,441 +55001,48,147 +55001,51,0 +55001,52,69 +55001,53,0 +55001,54,0 +55001,55,0 +55001,56,81 +55001,61,0 +55001,62,0 +55001,71,128 +55001,72,768 +55001,81,106 +55001,92,675 +55003,11,0 +55003,21,0 +55003,22,0 +55003,23,376 +55003,31,1042 +55003,42,310 +55003,44,997 +55003,48,44 +55003,51,49 +55003,52,182 +55003,53,34 +55003,54,234 +55003,55,0 +55003,56,0 +55003,61,0 +55003,62,0 +55003,71,48 +55003,72,784 +55003,81,283 +55003,92,1110 +55005,11,847 +55005,21,378 +55005,22,0 +55005,23,743 +55005,31,5920 +55005,42,0 +55005,44,2933 +55005,48,788 +55005,51,169 +55005,52,501 +55005,53,93 +55005,54,316 +55005,55,124 +55005,56,1009 +55005,61,2571 +55005,62,3303 +55005,71,243 +55005,72,1804 +55005,81,394 +55005,92,1215 +55007,11,56 +55007,22,0 +55007,23,296 +55007,31,240 +55007,42,0 +55007,44,409 +55007,48,45 +55007,51,63 +55007,52,61 +55007,53,51 +55007,54,0 +55007,55,0 +55007,56,58 +55007,61,629 +55007,62,211 +55007,71,246 +55007,72,679 +55007,81,86 +55007,92,666 +55009,11,1962 +55009,21,151 +55009,22,1190 +55009,23,7252 +55009,31,27356 +55009,42,9567 +55009,44,15527 +55009,48,9844 +55009,51,1649 +55009,52,10723 +55009,53,1468 +55009,54,7485 +55009,55,5515 +55009,56,7409 +55009,61,14107 +55009,62,26255 +55009,71,3682 +55009,72,12437 +55009,81,4395 +55009,92,4202 +55011,11,0 +55011,21,0 +55011,22,0 +55011,23,133 +55011,31,254 +55011,42,0 +55011,44,245 +55011,48,981 +55011,51,26 +55011,52,142 +55011,53,13 +55011,54,109 +55011,55,0 +55011,56,190 +55011,61,555 +55011,62,409 +55011,71,50 +55011,72,351 +55011,81,47 +55011,92,266 +55013,11,0 +55013,21,0 +55013,22,69 +55013,23,112 +55013,31,955 +55013,42,30 +55013,44,581 +55013,48,92 +55013,51,0 +55013,52,49 +55013,53,20 +55013,54,91 +55013,56,54 +55013,61,0 +55013,62,0 +55013,71,20 +55013,72,500 +55013,81,144 +55013,92,649 +55015,11,0 +55015,21,0 +55015,22,16 +55015,23,527 +55015,31,4454 +55015,42,978 +55015,44,1808 +55015,48,58 +55015,51,0 +55015,52,456 +55015,53,35 +55015,54,0 +55015,55,0 +55015,56,378 +55015,61,1016 +55015,62,0 +55015,71,433 +55015,72,1307 +55015,81,0 +55015,92,626 +55017,11,733 +55017,21,103 +55017,22,0 +55017,23,1651 +55017,31,5372 +55017,42,0 +55017,44,3660 +55017,48,1400 +55017,51,206 +55017,52,481 +55017,53,92 +55017,54,612 +55017,55,173 +55017,56,727 +55017,61,2796 +55017,62,3460 +55017,71,293 +55017,72,2015 +55017,81,748 +55017,92,1251 +55019,11,0 +55019,21,0 +55019,22,53 +55019,23,612 +55019,31,3488 +55019,42,601 +55019,44,961 +55019,48,926 +55019,51,72 +55019,52,0 +55019,53,0 +55019,54,117 +55019,55,20 +55019,56,184 +55019,61,0 +55019,62,0 +55019,71,59 +55019,72,463 +55019,81,227 +55019,92,1272 +55021,11,0 +55021,21,0 +55021,22,52 +55021,23,926 +55021,31,5775 +55021,42,0 +55021,44,2578 +55021,48,1149 +55021,51,143 +55021,52,422 +55021,53,76 +55021,54,468 +55021,55,72 +55021,56,588 +55021,61,2916 +55021,62,3466 +55021,71,592 +55021,72,2037 +55021,81,544 +55021,92,1431 +55023,11,0 +55023,21,0 +55023,22,29 +55023,23,108 +55023,31,1617 +55023,42,206 +55023,44,1458 +55023,48,210 +55023,51,74 +55023,52,145 +55023,53,16 +55023,54,15 +55023,55,0 +55023,56,427 +55023,61,0 +55023,62,0 +55023,71,84 +55023,72,612 +55023,81,105 +55023,92,259 +55025,11,4651 +55025,21,239 +55025,22,2318 +55025,23,17066 +55025,31,25238 +55025,42,15445 +55025,44,31831 +55025,48,10546 +55025,51,17506 +55025,52,18817 +55025,53,5053 +55025,54,26147 +55025,55,9658 +55025,56,18745 +55025,61,62708 +55025,62,57354 +55025,71,6736 +55025,72,29146 +55025,81,11470 +55025,92,23533 +55027,11,0 +55027,21,0 +55027,22,0 +55027,23,2047 +55027,31,10532 +55027,42,0 +55027,44,3363 +55027,48,2175 +55027,51,147 +55027,52,533 +55027,53,87 +55027,54,542 +55027,55,1168 +55027,56,902 +55027,61,253 +55027,62,4795 +55027,71,412 +55027,72,1876 +55027,81,929 +55027,92,1407 +55029,11,0 +55029,21,0 +55029,22,41 +55029,23,662 +55029,31,2290 +55029,42,198 +55029,44,2031 +55029,48,299 +55029,51,182 +55029,52,230 +55029,53,199 +55029,54,0 +55029,55,0 +55029,56,396 +55029,61,1260 +55029,62,1660 +55029,71,393 +55029,72,2732 +55029,81,733 +55029,92,1048 +55031,11,0 +55031,21,0 +55031,22,189 +55031,23,840 +55031,31,1828 +55031,42,733 +55031,44,1937 +55031,48,1888 +55031,51,211 +55031,52,344 +55031,53,161 +55031,54,324 +55031,55,199 +55031,56,437 +55031,61,70 +55031,62,2088 +55031,71,320 +55031,72,2000 +55031,81,631 +55031,92,828 +55033,11,0 +55033,21,0 +55033,22,84 +55033,23,723 +55033,31,3551 +55033,42,869 +55033,44,1941 +55033,48,2513 +55033,51,55 +55033,52,422 +55033,53,112 +55033,54,332 +55033,55,54 +55033,56,367 +55033,61,1558 +55033,62,267 +55033,71,158 +55033,72,1401 +55033,81,233 +55033,92,513 +55035,11,0 +55035,21,0 +55035,22,97 +55035,23,2103 +55035,31,5508 +55035,42,2932 +55035,44,7029 +55035,48,3253 +55035,51,629 +55035,52,2945 +55035,53,557 +55035,54,2273 +55035,55,2830 +55035,56,3439 +55035,61,632 +55035,62,13160 +55035,71,1083 +55035,72,5698 +55035,81,1773 +55035,92,1979 +55037,11,26 +55037,23,20 +55037,31,196 +55037,42,0 +55037,44,122 +55037,48,3 +55037,51,0 +55037,52,0 +55037,53,0 +55037,54,27 +55037,56,32 +55037,61,0 +55037,62,64 +55037,71,0 +55037,72,0 +55037,81,0 +55037,92,205 +55039,11,1865 +55039,21,587 +55039,22,49 +55039,23,3075 +55039,31,11398 +55039,42,2217 +55039,44,5358 +55039,48,193 +55039,51,902 +55039,52,1642 +55039,53,440 +55039,54,1053 +55039,55,307 +55039,56,1438 +55039,61,1143 +55039,62,6994 +55039,71,472 +55039,72,4011 +55039,81,1373 +55039,92,2005 +55041,11,0 +55041,21,0 +55041,22,0 +55041,23,62 +55041,31,302 +55041,42,0 +55041,44,265 +55041,48,129 +55041,51,0 +55041,52,65 +55041,53,10 +55041,54,67 +55041,56,38 +55041,61,531 +55041,62,0 +55041,71,0 +55041,72,0 +55041,81,0 +55041,92,1211 +55043,11,0 +55043,21,0 +55043,22,105 +55043,23,737 +55043,31,2723 +55043,42,598 +55043,44,2267 +55043,48,636 +55043,51,167 +55043,52,729 +55043,53,144 +55043,54,523 +55043,55,180 +55043,56,565 +55043,61,35 +55043,62,2587 +55043,71,138 +55043,72,1384 +55043,81,346 +55043,92,1491 +55045,11,0 +55045,21,0 +55045,22,0 +55045,23,482 +55045,31,4062 +55045,42,777 +55045,44,2446 +55045,48,81 +55045,51,737 +55045,52,406 +55045,53,48 +55045,54,404 +55045,55,0 +55045,56,0 +55045,61,21 +55045,62,2281 +55045,71,99 +55045,72,1082 +55045,81,428 +55045,92,880 +55047,11,275 +55047,21,101 +55047,22,0 +55047,23,285 +55047,31,995 +55047,42,0 +55047,44,813 +55047,48,368 +55047,51,71 +55047,52,259 +55047,53,37 +55047,54,0 +55047,55,0 +55047,56,126 +55047,61,0 +55047,62,0 +55047,71,117 +55047,72,494 +55047,81,174 +55047,92,18 +55049,11,0 +55049,21,0 +55049,22,0 +55049,23,498 +55049,31,1326 +55049,42,606 +55049,44,3404 +55049,48,67 +55049,51,47 +55049,52,193 +55049,53,22 +55049,54,158 +55049,55,46 +55049,56,62 +55049,61,0 +55049,62,0 +55049,71,412 +55049,72,578 +55049,81,113 +55049,92,397 +55051,11,30 +55051,23,172 +55051,31,179 +55051,42,56 +55051,44,217 +55051,48,39 +55051,51,0 +55051,52,35 +55051,53,26 +55051,54,45 +55051,55,0 +55051,56,0 +55051,61,0 +55051,62,314 +55051,71,35 +55051,72,234 +55051,81,0 +55051,92,218 +55053,11,844 +55053,21,513 +55053,22,39 +55053,23,680 +55053,31,713 +55053,42,0 +55053,44,806 +55053,48,1330 +55053,51,48 +55053,52,215 +55053,53,17 +55053,54,0 +55053,55,0 +55053,56,108 +55053,61,949 +55053,62,1033 +55053,71,0 +55053,72,0 +55053,81,100 +55053,92,1574 +55055,11,0 +55055,21,0 +55055,22,123 +55055,23,1451 +55055,31,9258 +55055,42,1486 +55055,44,3756 +55055,48,1661 +55055,51,414 +55055,52,671 +55055,53,218 +55055,54,642 +55055,55,516 +55055,56,2618 +55055,61,54 +55055,62,3701 +55055,71,661 +55055,72,2544 +55055,81,713 +55055,92,1499 +55057,11,376 +55057,22,42 +55057,23,286 +55057,31,2128 +55057,42,158 +55057,44,1053 +55057,48,577 +55057,51,53 +55057,52,172 +55057,53,12 +55057,54,139 +55057,55,142 +55057,56,164 +55057,61,0 +55057,62,0 +55057,71,72 +55057,72,808 +55057,81,148 +55057,92,790 +55059,11,497 +55059,22,0 +55059,23,1850 +55059,31,8528 +55059,42,0 +55059,44,8714 +55059,48,7928 +55059,51,265 +55059,52,934 +55059,53,561 +55059,54,1430 +55059,55,2338 +55059,56,4930 +55059,61,9072 +55059,62,9787 +55059,71,1187 +55059,72,6635 +55059,81,1734 +55059,92,3503 +55061,11,0 +55061,21,0 +55061,22,29 +55061,23,371 +55061,31,1791 +55061,42,0 +55061,44,509 +55061,48,247 +55061,51,0 +55061,52,0 +55061,53,0 +55061,54,203 +55061,55,0 +55061,56,0 +55061,61,1044 +55061,62,135 +55061,71,0 +55061,72,0 +55061,81,0 +55061,92,346 +55063,11,0 +55063,21,0 +55063,22,686 +55063,23,2667 +55063,31,8044 +55063,42,4362 +55063,44,7993 +55063,48,3160 +55063,51,1020 +55063,52,3520 +55063,53,695 +55063,54,2099 +55063,55,1419 +55063,56,2464 +55063,61,7555 +55063,62,16753 +55063,71,1283 +55063,72,6799 +55063,81,2768 +55063,92,2023 +55065,11,0 +55065,21,0 +55065,22,0 +55065,23,252 +55065,31,978 +55065,42,413 +55065,44,303 +55065,48,35 +55065,51,15 +55065,52,179 +55065,53,4 +55065,54,0 +55065,55,0 +55065,56,79 +55065,61,0 +55065,62,0 +55065,71,26 +55065,72,216 +55065,81,126 +55065,92,35 +55067,11,987 +55067,22,59 +55067,23,201 +55067,31,1361 +55067,42,300 +55067,44,1368 +55067,48,517 +55067,51,55 +55067,52,303 +55067,53,41 +55067,54,0 +55067,55,0 +55067,56,143 +55067,61,0 +55067,62,0 +55067,71,88 +55067,72,614 +55067,81,214 +55067,92,48 +55069,11,0 +55069,21,0 +55069,22,0 +55069,23,478 +55069,31,2515 +55069,42,0 +55069,44,1255 +55069,48,603 +55069,51,66 +55069,52,1123 +55069,53,22 +55069,54,0 +55069,55,0 +55069,56,287 +55069,61,58 +55069,62,983 +55069,71,149 +55069,72,898 +55069,81,232 +55069,92,766 +55071,11,2511 +55071,21,111 +55071,22,0 +55071,23,1398 +55071,31,9707 +55071,42,0 +55071,44,3534 +55071,48,1590 +55071,51,186 +55071,52,785 +55071,53,169 +55071,54,799 +55071,55,573 +55071,56,1660 +55071,61,231 +55071,62,4506 +55071,71,390 +55071,72,2527 +55071,81,786 +55071,92,1502 +55073,11,2246 +55073,21,172 +55073,22,0 +55073,23,2810 +55073,31,18524 +55073,42,4038 +55073,44,7171 +55073,48,285 +55073,51,523 +55073,52,5221 +55073,53,475 +55073,54,2047 +55073,55,2428 +55073,56,2183 +55073,61,6307 +55073,62,11070 +55073,71,1432 +55073,72,4903 +55073,81,1475 +55073,92,1854 +55075,11,0 +55075,21,0 +55075,22,35 +55075,23,720 +55075,31,6041 +55075,42,0 +55075,44,2123 +55075,48,935 +55075,51,144 +55075,52,414 +55075,53,71 +55075,54,261 +55075,55,61 +55075,56,500 +55075,61,0 +55075,62,0 +55075,71,213 +55075,72,1464 +55075,81,430 +55075,92,928 +55077,11,0 +55077,21,0 +55077,22,68 +55077,23,50 +55077,31,1323 +55077,42,65 +55077,44,409 +55077,48,147 +55077,51,42 +55077,52,65 +55077,53,11 +55077,54,53 +55077,55,0 +55077,56,0 +55077,61,551 +55077,62,437 +55077,71,86 +55077,72,346 +55077,81,79 +55077,92,214 +55078,22,0 +55078,31,0 +55078,44,0 +55078,48,5 +55078,53,0 +55078,54,0 +55078,56,0 +55078,61,646 +55078,62,385 +55078,71,0 +55078,72,13 +55078,81,26 +55078,92,442 +55079,11,65 +55079,21,51 +55079,22,3006 +55079,23,11506 +55079,31,51261 +55079,42,20138 +55079,44,41252 +55079,48,24617 +55079,51,9360 +55079,52,24322 +55079,53,7080 +55079,54,25011 +55079,55,18417 +55079,56,41264 +55079,61,31100 +55079,62,106882 +55079,71,10592 +55079,72,41050 +55079,81,16235 +55079,92,22092 +55081,11,0 +55081,21,0 +55081,22,101 +55081,23,660 +55081,31,4055 +55081,42,606 +55081,44,2038 +55081,48,2381 +55081,51,112 +55081,52,403 +55081,53,72 +55081,54,11 +55081,55,0 +55081,56,594 +55081,61,39 +55081,62,3672 +55081,71,142 +55081,72,1686 +55081,81,390 +55081,92,2409 +55083,11,0 +55083,21,0 +55083,22,0 +55083,23,407 +55083,31,2216 +55083,42,0 +55083,44,901 +55083,48,491 +55083,51,31 +55083,52,160 +55083,53,38 +55083,54,0 +55083,55,0 +55083,56,146 +55083,61,0 +55083,62,1466 +55083,71,88 +55083,72,743 +55083,81,149 +55083,92,927 +55085,11,321 +55085,22,0 +55085,23,821 +55085,31,1647 +55085,42,628 +55085,44,2955 +55085,48,79 +55085,51,266 +55085,52,367 +55085,53,190 +55085,54,387 +55085,55,117 +55085,56,616 +55085,61,42 +55085,62,3021 +55085,71,280 +55085,72,2092 +55085,81,609 +55085,92,1111 +55087,11,0 +55087,21,0 +55087,22,133 +55087,23,8576 +55087,31,20224 +55087,42,6455 +55087,44,12167 +55087,48,359 +55087,51,1070 +55087,52,5740 +55087,53,1113 +55087,54,4191 +55087,55,1509 +55087,56,8155 +55087,61,11928 +55087,62,14207 +55087,71,1479 +55087,72,9357 +55087,81,4134 +55087,92,3621 +55089,11,0 +55089,21,0 +55089,22,0 +55089,23,1381 +55089,31,9512 +55089,42,1769 +55089,44,4767 +55089,48,187 +55089,51,381 +55089,52,1553 +55089,53,387 +55089,54,2823 +55089,55,408 +55089,56,2015 +55089,61,5812 +55089,62,7019 +55089,71,1139 +55089,72,4068 +55089,81,1296 +55089,92,19 +55091,11,203 +55091,22,0 +55091,23,189 +55091,31,182 +55091,42,226 +55091,44,317 +55091,48,111 +55091,51,0 +55091,52,70 +55091,53,10 +55091,54,41 +55091,55,102 +55091,56,15 +55091,61,0 +55091,62,0 +55091,71,22 +55091,72,253 +55091,81,0 +55091,92,179 +55093,11,628 +55093,21,115 +55093,22,106 +55093,23,534 +55093,31,1685 +55093,42,445 +55093,44,999 +55093,48,510 +55093,51,26 +55093,52,240 +55093,53,39 +55093,54,295 +55093,55,21 +55093,56,126 +55093,61,2262 +55093,62,153 +55093,71,185 +55093,72,1259 +55093,81,186 +55093,92,712 +55095,11,619 +55095,21,96 +55095,22,146 +55095,23,599 +55095,31,3992 +55095,42,381 +55095,44,1955 +55095,48,428 +55095,51,169 +55095,52,276 +55095,53,61 +55095,54,0 +55095,55,0 +55095,56,485 +55095,61,2476 +55095,62,3091 +55095,71,325 +55095,72,1256 +55095,81,248 +55095,92,715 +55097,11,0 +55097,21,0 +55097,22,137 +55097,23,1023 +55097,31,4883 +55097,42,1343 +55097,44,4365 +55097,48,2752 +55097,51,178 +55097,52,4420 +55097,53,217 +55097,54,1313 +55097,55,143 +55097,56,1260 +55097,61,2590 +55097,62,3617 +55097,71,344 +55097,72,3422 +55097,81,1449 +55097,92,1299 +55099,11,260 +55099,21,21 +55099,22,0 +55099,23,82 +55099,31,1872 +55099,42,114 +55099,44,564 +55099,48,41 +55099,51,44 +55099,52,133 +55099,53,24 +55099,54,201 +55099,55,0 +55099,56,0 +55099,61,572 +55099,62,860 +55099,71,45 +55099,72,291 +55099,81,88 +55099,92,423 +55101,11,480 +55101,21,48 +55101,22,32 +55101,23,3210 +55101,31,17717 +55101,42,4208 +55101,44,8828 +55101,48,379 +55101,51,489 +55101,52,1988 +55101,53,502 +55101,54,2035 +55101,55,905 +55101,56,4448 +55101,61,8454 +55101,62,11899 +55101,71,1449 +55101,72,6723 +55101,81,1988 +55101,92,2906 +55103,11,0 +55103,21,0 +55103,22,0 +55103,23,184 +55103,31,1479 +55103,42,0 +55103,44,862 +55103,48,268 +55103,51,50 +55103,52,157 +55103,53,18 +55103,54,68 +55103,56,106 +55103,61,566 +55103,62,238 +55103,71,0 +55103,72,0 +55103,81,102 +55103,92,275 +55105,11,0 +55105,21,0 +55105,22,0 +55105,23,3438 +55105,31,10648 +55105,42,6614 +55105,44,7850 +55105,48,301 +55105,51,1394 +55105,52,1471 +55105,53,462 +55105,54,1718 +55105,55,1836 +55105,56,3253 +55105,61,888 +55105,62,10879 +55105,71,833 +55105,72,6497 +55105,81,1795 +55105,92,3148 +55107,11,0 +55107,21,0 +55107,22,0 +55107,23,93 +55107,31,1393 +55107,42,0 +55107,44,581 +55107,48,283 +55107,51,50 +55107,52,110 +55107,53,11 +55107,54,0 +55107,55,0 +55107,56,266 +55107,61,733 +55107,62,737 +55107,71,43 +55107,72,266 +55107,81,66 +55107,92,456 +55109,11,0 +55109,21,0 +55109,22,0 +55109,23,1758 +55109,31,6986 +55109,42,1803 +55109,44,4163 +55109,48,157 +55109,51,318 +55109,52,915 +55109,53,165 +55109,54,1345 +55109,55,183 +55109,56,1056 +55109,61,199 +55109,62,5349 +55109,71,679 +55109,72,4101 +55109,81,1038 +55109,92,1627 +55111,11,0 +55111,21,0 +55111,22,0 +55111,23,1965 +55111,31,5877 +55111,42,1446 +55111,44,4893 +55111,48,154 +55111,51,128 +55111,52,1256 +55111,53,509 +55111,54,1227 +55111,55,363 +55111,56,901 +55111,61,3381 +55111,62,4365 +55111,71,1020 +55111,72,7363 +55111,81,697 +55111,92,3214 +55113,11,221 +55113,22,0 +55113,23,308 +55113,31,699 +55113,42,0 +55113,44,1060 +55113,48,126 +55113,51,43 +55113,52,193 +55113,53,72 +55113,54,166 +55113,55,34 +55113,56,121 +55113,61,0 +55113,62,0 +55113,71,112 +55113,72,939 +55113,81,156 +55113,92,1083 +55115,11,1891 +55115,22,27 +55115,23,400 +55115,31,2199 +55115,42,570 +55115,44,1566 +55115,48,379 +55115,51,73 +55115,52,320 +55115,53,61 +55115,54,0 +55115,55,0 +55115,56,299 +55115,61,0 +55115,62,0 +55115,71,186 +55115,72,1250 +55115,81,308 +55115,92,1254 +55117,11,0 +55117,21,0 +55117,22,210 +55117,23,2339 +55117,31,22779 +55117,42,1655 +55117,44,6414 +55117,48,1769 +55117,51,318 +55117,52,2907 +55117,53,220 +55117,54,1044 +55117,55,866 +55117,56,2559 +55117,61,808 +55117,62,7446 +55117,71,1086 +55117,72,4452 +55117,81,1367 +55117,92,1712 +55119,11,0 +55119,21,0 +55119,22,0 +55119,23,231 +55119,31,2792 +55119,42,0 +55119,44,805 +55119,48,555 +55119,51,54 +55119,52,268 +55119,53,54 +55119,54,0 +55119,55,0 +55119,56,267 +55119,61,967 +55119,62,925 +55119,71,55 +55119,72,493 +55119,81,99 +55119,92,532 +55121,11,0 +55121,21,0 +55121,22,0 +55121,23,408 +55121,31,5751 +55121,42,0 +55121,44,942 +55121,48,903 +55121,51,71 +55121,52,287 +55121,53,73 +55121,54,223 +55121,55,0 +55121,56,0 +55121,61,0 +55121,62,0 +55121,71,78 +55121,72,715 +55121,81,264 +55121,92,633 +55123,11,0 +55123,21,0 +55123,22,201 +55123,23,340 +55123,31,837 +55123,42,379 +55123,44,1134 +55123,48,287 +55123,51,143 +55123,52,319 +55123,53,62 +55123,54,195 +55123,55,0 +55123,56,0 +55123,61,103 +55123,62,1830 +55123,71,40 +55123,72,767 +55123,81,153 +55123,92,680 +55125,11,0 +55125,21,0 +55125,22,50 +55125,23,618 +55125,31,351 +55125,42,374 +55125,44,1088 +55125,48,242 +55125,51,90 +55125,52,180 +55125,53,140 +55125,54,165 +55125,55,13 +55125,56,301 +55125,61,114 +55125,62,628 +55125,71,182 +55125,72,1609 +55125,81,244 +55125,92,1060 +55127,11,0 +55127,21,0 +55127,22,0 +55127,23,1659 +55127,31,9080 +55127,42,1964 +55127,44,4697 +55127,48,193 +55127,51,269 +55127,52,739 +55127,53,397 +55127,54,1051 +55127,55,351 +55127,56,1897 +55127,61,4610 +55127,62,4522 +55127,71,1570 +55127,72,6414 +55127,81,1152 +55127,92,2322 +55129,11,0 +55129,21,0 +55129,23,147 +55129,31,1058 +55129,42,118 +55129,44,797 +55129,48,302 +55129,51,33 +55129,52,161 +55129,53,43 +55129,54,95 +55129,55,0 +55129,56,0 +55129,61,0 +55129,62,0 +55129,71,117 +55129,72,598 +55129,81,173 +55129,92,472 +55131,11,1020 +55131,21,159 +55131,22,123 +55131,23,2619 +55131,31,15496 +55131,42,3737 +55131,44,6897 +55131,48,241 +55131,51,517 +55131,52,2292 +55131,53,354 +55131,54,1389 +55131,55,429 +55131,56,2408 +55131,61,4875 +55131,62,7413 +55131,71,1273 +55131,72,4615 +55131,81,2334 +55131,92,1856 +55133,11,470 +55133,21,634 +55133,22,1233 +55133,23,18306 +55133,31,44099 +55133,42,19360 +55133,44,25324 +55133,48,10062 +55133,51,4311 +55133,52,13586 +55133,53,3104 +55133,54,16551 +55133,55,8417 +55133,56,14380 +55133,61,5154 +55133,62,32012 +55133,71,5131 +55133,72,17885 +55133,81,8833 +55133,92,6788 +55135,11,854 +55135,22,51 +55135,23,571 +55135,31,6204 +55135,42,470 +55135,44,2125 +55135,48,684 +55135,51,198 +55135,52,376 +55135,53,84 +55135,54,249 +55135,55,18 +55135,56,330 +55135,61,2421 +55135,62,2668 +55135,71,286 +55135,72,1828 +55135,81,430 +55135,92,824 +55137,11,900 +55137,22,39 +55137,23,188 +55137,31,1062 +55137,42,351 +55137,44,734 +55137,48,315 +55137,51,39 +55137,52,107 +55137,53,27 +55137,54,0 +55137,56,0 +55137,61,791 +55137,62,0 +55137,71,125 +55137,72,588 +55137,81,113 +55137,92,558 +55139,11,0 +55139,21,0 +55139,22,0 +55139,23,5653 +55139,31,22350 +55139,42,0 +55139,44,8691 +55139,48,4666 +55139,51,1458 +55139,52,3885 +55139,53,762 +55139,54,4325 +55139,55,4159 +55139,56,4499 +55139,61,6386 +55139,62,12147 +55139,71,822 +55139,72,6770 +55139,81,3250 +55139,92,3975 +55141,11,1059 +55141,22,243 +55141,23,1684 +55141,31,5665 +55141,42,1523 +55141,44,3616 +55141,48,4507 +55141,51,1463 +55141,52,1009 +55141,53,235 +55141,54,736 +55141,55,143 +55141,56,1303 +55141,61,77 +55141,62,10442 +55141,71,508 +55141,72,2347 +55141,81,1140 +55141,92,1963 +56001,11,80 +56001,21,55 +56001,22,84 +56001,23,809 +56001,31,480 +56001,42,181 +56001,44,1705 +56001,48,238 +56001,51,112 +56001,52,491 +56001,53,208 +56001,54,956 +56001,55,0 +56001,56,0 +56001,61,693 +56001,62,2730 +56001,71,186 +56001,72,2055 +56001,81,474 +56001,92,478 +56003,11,156 +56003,21,508 +56003,22,63 +56003,23,357 +56003,31,335 +56003,42,103 +56003,44,251 +56003,48,61 +56003,51,78 +56003,52,126 +56003,53,15 +56003,54,0 +56003,55,0 +56003,56,238 +56003,61,0 +56003,62,0 +56003,71,44 +56003,72,282 +56003,81,43 +56003,92,349 +56005,11,80 +56005,21,6236 +56005,22,632 +56005,23,2143 +56005,31,602 +56005,42,1949 +56005,44,2356 +56005,48,982 +56005,51,284 +56005,52,406 +56005,53,331 +56005,54,702 +56005,55,245 +56005,56,978 +56005,61,6701 +56005,62,2944 +56005,71,156 +56005,72,2274 +56005,81,743 +56005,92,1692 +56007,11,0 +56007,21,227 +56007,22,61 +56007,23,739 +56007,31,0 +56007,42,69 +56007,44,748 +56007,48,242 +56007,51,79 +56007,52,124 +56007,53,64 +56007,54,118 +56007,55,24 +56007,56,190 +56007,61,10 +56007,62,497 +56007,71,88 +56007,72,1191 +56007,81,113 +56007,92,628 +56009,11,182 +56009,21,1514 +56009,22,0 +56009,23,1379 +56009,31,140 +56009,42,0 +56009,44,470 +56009,48,343 +56009,51,56 +56009,52,127 +56009,53,64 +56009,54,200 +56009,56,385 +56009,61,0 +56009,62,383 +56009,71,51 +56009,72,503 +56009,81,151 +56009,92,420 +56011,11,70 +56011,21,359 +56011,22,0 +56011,23,240 +56011,31,229 +56011,42,0 +56011,44,203 +56011,48,106 +56011,51,0 +56011,52,56 +56011,53,4 +56011,54,58 +56011,55,4 +56011,56,22 +56011,61,0 +56011,62,0 +56011,71,66 +56011,72,207 +56011,81,25 +56011,92,192 +56013,11,130 +56013,21,542 +56013,22,177 +56013,23,911 +56013,31,296 +56013,42,417 +56013,44,1791 +56013,48,347 +56013,51,172 +56013,52,319 +56013,53,235 +56013,54,466 +56013,55,51 +56013,56,237 +56013,61,1400 +56013,62,2589 +56013,71,139 +56013,72,1497 +56013,81,376 +56013,92,1759 +56015,11,187 +56015,22,75 +56015,23,145 +56015,31,170 +56015,42,223 +56015,44,382 +56015,48,94 +56015,51,49 +56015,52,131 +56015,53,45 +56015,54,97 +56015,55,0 +56015,56,0 +56015,61,80 +56015,62,1041 +56015,71,30 +56015,72,355 +56015,81,91 +56015,92,307 +56017,11,0 +56017,21,0 +56017,22,0 +56017,23,82 +56017,31,98 +56017,42,0 +56017,44,140 +56017,48,78 +56017,51,20 +56017,52,40 +56017,53,17 +56017,54,51 +56017,55,0 +56017,56,0 +56017,61,0 +56017,62,307 +56017,71,51 +56017,72,213 +56017,81,60 +56017,92,116 +56019,11,72 +56019,21,217 +56019,22,23 +56019,23,229 +56019,31,82 +56019,42,109 +56019,44,337 +56019,48,86 +56019,51,40 +56019,52,114 +56019,53,11 +56019,54,182 +56019,55,0 +56019,56,0 +56019,61,0 +56019,62,0 +56019,71,68 +56019,72,474 +56019,81,119 +56019,92,388 +56021,11,383 +56021,21,730 +56021,22,346 +56021,23,3678 +56021,31,1507 +56021,42,1358 +56021,44,5297 +56021,48,3391 +56021,51,1097 +56021,52,1730 +56021,53,600 +56021,54,1972 +56021,55,115 +56021,56,2199 +56021,61,802 +56021,62,7005 +56021,71,488 +56021,72,4752 +56021,81,1330 +56021,92,8004 +56023,11,42 +56023,21,648 +56023,22,346 +56023,23,845 +56023,31,155 +56023,42,124 +56023,44,784 +56023,48,205 +56023,51,173 +56023,52,110 +56023,53,46 +56023,54,209 +56023,55,0 +56023,56,0 +56023,61,63 +56023,62,546 +56023,71,37 +56023,72,574 +56023,81,140 +56023,92,450 +56025,11,129 +56025,21,3030 +56025,22,285 +56025,23,3064 +56025,31,1996 +56025,42,3135 +56025,44,4561 +56025,48,1820 +56025,51,428 +56025,52,1009 +56025,53,1020 +56025,54,1583 +56025,55,121 +56025,56,1604 +56025,61,651 +56025,62,7687 +56025,71,632 +56025,72,4141 +56025,81,1527 +56025,92,2497 +56027,11,20 +56027,21,26 +56027,22,0 +56027,23,0 +56027,31,0 +56027,42,0 +56027,44,0 +56027,48,13 +56027,51,0 +56027,52,20 +56027,53,10 +56027,54,13 +56027,56,11 +56027,61,0 +56027,62,0 +56027,72,76 +56027,81,0 +56027,92,128 +56029,11,398 +56029,21,443 +56029,22,164 +56029,23,1030 +56029,31,568 +56029,42,373 +56029,44,1597 +56029,48,328 +56029,51,295 +56029,52,346 +56029,53,163 +56029,54,432 +56029,55,25 +56029,56,385 +56029,61,175 +56029,62,1959 +56029,71,925 +56029,72,2356 +56029,81,281 +56029,92,1038 +56031,11,0 +56031,21,0 +56031,22,0 +56031,23,306 +56031,31,71 +56031,42,0 +56031,44,403 +56031,48,151 +56031,51,26 +56031,52,115 +56031,53,51 +56031,54,78 +56031,55,0 +56031,56,0 +56031,61,0 +56031,62,0 +56031,71,18 +56031,72,465 +56031,81,65 +56031,92,89 +56033,11,359 +56033,21,85 +56033,22,0 +56033,23,1356 +56033,31,781 +56033,42,0 +56033,44,1604 +56033,48,357 +56033,51,205 +56033,52,425 +56033,53,193 +56033,54,706 +56033,55,32 +56033,56,384 +56033,61,73 +56033,62,2783 +56033,71,231 +56033,72,1508 +56033,81,512 +56033,92,626 +56035,11,131 +56035,21,850 +56035,22,0 +56035,23,437 +56035,31,54 +56035,42,0 +56035,44,394 +56035,48,168 +56035,51,14 +56035,52,73 +56035,53,82 +56035,54,123 +56035,55,0 +56035,56,0 +56035,61,1179 +56035,62,119 +56035,71,44 +56035,72,293 +56035,81,107 +56035,92,459 +56037,11,13 +56037,21,4702 +56037,22,0 +56037,23,1761 +56037,31,1480 +56037,42,0 +56037,44,2151 +56037,48,1209 +56037,51,228 +56037,52,343 +56037,53,299 +56037,54,539 +56037,55,145 +56037,56,680 +56037,61,7454 +56037,62,2737 +56037,71,108 +56037,72,2327 +56037,81,479 +56037,92,1548 +56039,11,104 +56039,21,9 +56039,22,0 +56039,23,2300 +56039,31,228 +56039,42,0 +56039,44,2233 +56039,48,493 +56039,51,215 +56039,52,515 +56039,53,638 +56039,54,1114 +56039,55,44 +56039,56,1173 +56039,61,1382 +56039,62,1133 +56039,71,1192 +56039,72,7634 +56039,81,689 +56039,92,850 +56041,11,35 +56041,21,254 +56041,22,235 +56041,23,847 +56041,31,293 +56041,42,194 +56041,44,1106 +56041,48,406 +56041,51,311 +56041,52,177 +56041,53,121 +56041,54,256 +56041,55,45 +56041,56,145 +56041,61,3675 +56041,62,1484 +56041,71,115 +56041,72,746 +56041,81,98 +56041,92,727 +56043,11,138 +56043,21,74 +56043,22,94 +56043,23,234 +56043,31,486 +56043,42,182 +56043,44,274 +56043,48,168 +56043,51,62 +56043,52,93 +56043,53,44 +56043,54,89 +56043,55,0 +56043,56,0 +56043,61,0 +56043,62,0 +56043,71,31 +56043,72,259 +56043,81,102 +56043,92,304 +56045,11,54 +56045,21,275 +56045,22,15 +56045,23,0 +56045,31,0 +56045,42,32 +56045,44,227 +56045,48,154 +56045,51,30 +56045,52,57 +56045,53,7 +56045,54,33 +56045,55,4 +56045,56,25 +56045,61,0 +56045,62,0 +56045,71,0 +56045,72,0 +56045,81,28 +56045,92,183 +72001,11,329 +72001,22,0 +72001,23,19 +72001,31,173 +72001,42,14 +72001,44,224 +72001,48,29 +72001,51,0 +72001,52,0 +72001,53,0 +72001,54,0 +72001,56,0 +72001,61,0 +72001,62,0 +72001,72,83 +72001,81,4 +72001,92,138 +72003,11,49 +72003,21,75 +72003,22,0 +72003,23,325 +72003,31,203 +72003,42,57 +72003,44,980 +72003,48,51 +72003,51,0 +72003,52,108 +72003,53,35 +72003,54,125 +72003,56,129 +72003,61,178 +72003,62,346 +72003,71,9 +72003,72,443 +72003,81,0 +72003,92,297 +72005,11,0 +72005,21,0 +72005,22,0 +72005,23,297 +72005,31,1331 +72005,42,525 +72005,44,2693 +72005,48,687 +72005,51,341 +72005,52,264 +72005,53,304 +72005,54,1593 +72005,56,1069 +72005,61,2112 +72005,62,1624 +72005,71,151 +72005,72,1610 +72005,81,168 +72005,92,4647 +72007,11,25 +72007,22,0 +72007,23,97 +72007,31,113 +72007,42,130 +72007,44,331 +72007,48,32 +72007,51,0 +72007,52,0 +72007,53,0 +72007,54,0 +72007,56,0 +72007,61,0 +72007,62,0 +72007,71,0 +72007,72,0 +72007,81,14 +72007,92,112 +72009,11,221 +72009,22,0 +72009,23,65 +72009,31,1308 +72009,42,61 +72009,44,666 +72009,48,102 +72009,52,152 +72009,53,14 +72009,54,0 +72009,56,0 +72009,61,0 +72009,62,0 +72009,71,0 +72009,72,0 +72009,81,49 +72009,92,762 +72011,11,0 +72011,21,0 +72011,22,0 +72011,23,56 +72011,31,2603 +72011,42,0 +72011,44,467 +72011,48,18 +72011,51,23 +72011,52,75 +72011,53,21 +72011,54,27 +72011,56,11 +72011,61,491 +72011,62,259 +72011,71,0 +72011,72,0 +72011,81,59 +72011,92,269 +72013,11,0 +72013,21,0 +72013,22,0 +72013,23,618 +72013,31,3011 +72013,42,0 +72013,44,2156 +72013,48,321 +72013,51,0 +72013,52,623 +72013,53,118 +72013,54,0 +72013,55,0 +72013,56,606 +72013,61,1968 +72013,62,4051 +72013,71,77 +72013,72,1173 +72013,81,0 +72013,92,5822 +72015,11,8 +72015,23,13 +72015,31,0 +72015,44,166 +72015,48,8 +72015,51,0 +72015,52,0 +72015,53,0 +72015,54,0 +72015,56,0 +72015,61,0 +72015,62,0 +72015,71,0 +72015,72,0 +72015,81,12 +72015,92,123 +72017,11,0 +72017,22,0 +72017,23,0 +72017,31,3041 +72017,42,327 +72017,44,2292 +72017,48,35 +72017,51,97 +72017,52,54 +72017,53,49 +72017,54,0 +72017,56,0 +72017,61,37 +72017,62,290 +72017,72,876 +72017,81,59 +72017,92,202 +72019,11,197 +72019,22,0 +72019,23,86 +72019,31,158 +72019,42,37 +72019,44,465 +72019,48,30 +72019,51,25 +72019,52,168 +72019,53,34 +72019,54,36 +72019,56,19 +72019,61,0 +72019,62,0 +72019,71,0 +72019,72,0 +72019,81,52 +72019,92,140 +72021,11,69 +72021,22,0 +72021,23,1072 +72021,31,2428 +72021,42,4605 +72021,44,10482 +72021,48,657 +72021,51,607 +72021,52,694 +72021,53,529 +72021,54,1588 +72021,55,759 +72021,56,3637 +72021,61,6384 +72021,62,7834 +72021,71,467 +72021,72,5222 +72021,81,1161 +72021,92,8238 +72023,11,0 +72023,21,0 +72023,22,0 +72023,23,149 +72023,31,827 +72023,42,137 +72023,44,1126 +72023,48,74 +72023,51,47 +72023,52,98 +72023,53,21 +72023,54,66 +72023,56,564 +72023,61,118 +72023,62,573 +72023,71,47 +72023,72,983 +72023,81,155 +72023,92,244 +72025,11,0 +72025,21,0 +72025,22,89 +72025,23,1370 +72025,31,4382 +72025,42,2312 +72025,44,8531 +72025,48,574 +72025,51,1513 +72025,52,784 +72025,53,881 +72025,54,1850 +72025,55,540 +72025,56,5629 +72025,61,3692 +72025,62,5651 +72025,71,126 +72025,72,4485 +72025,81,776 +72025,92,3138 +72027,11,231 +72027,22,0 +72027,23,181 +72027,31,584 +72027,42,49 +72027,44,398 +72027,48,91 +72027,51,0 +72027,52,126 +72027,53,13 +72027,54,54 +72027,56,114 +72027,61,108 +72027,62,397 +72027,71,0 +72027,72,0 +72027,81,106 +72027,92,181 +72029,11,0 +72029,22,0 +72029,23,0 +72029,31,642 +72029,42,83 +72029,44,1386 +72029,48,44 +72029,51,51 +72029,52,0 +72029,53,0 +72029,54,0 +72029,55,0 +72029,56,63 +72029,61,0 +72029,62,0 +72029,71,322 +72029,72,509 +72029,81,111 +72029,92,235 +72031,11,0 +72031,21,0 +72031,22,0 +72031,23,951 +72031,31,2827 +72031,42,0 +72031,44,8683 +72031,48,4859 +72031,51,500 +72031,52,654 +72031,53,874 +72031,54,819 +72031,55,217 +72031,56,6033 +72031,61,4540 +72031,62,3117 +72031,71,307 +72031,72,8758 +72031,81,647 +72031,92,3942 +72033,22,0 +72033,23,198 +72033,31,957 +72033,42,2209 +72033,44,948 +72033,48,1288 +72033,51,597 +72033,52,19 +72033,53,169 +72033,54,222 +72033,55,293 +72033,56,2872 +72033,61,18 +72033,62,82 +72033,71,0 +72033,72,0 +72033,81,169 +72033,92,140 +72035,11,0 +72035,21,0 +72035,22,0 +72035,23,166 +72035,31,1942 +72035,42,191 +72035,44,1929 +72035,48,23 +72035,51,79 +72035,52,111 +72035,53,63 +72035,54,82 +72035,55,0 +72035,56,0 +72035,61,369 +72035,62,1919 +72035,71,62 +72035,72,964 +72035,81,177 +72035,92,225 +72037,11,0 +72037,23,0 +72037,31,148 +72037,42,0 +72037,44,85 +72037,48,10 +72037,52,18 +72037,53,9 +72037,54,38 +72037,56,39 +72037,61,0 +72037,62,0 +72037,72,66 +72037,81,17 +72037,92,181 +72039,11,0 +72039,21,0 +72039,22,0 +72039,23,61 +72039,31,136 +72039,42,0 +72039,44,179 +72039,48,8 +72039,52,0 +72039,53,0 +72039,54,0 +72039,56,0 +72039,61,0 +72039,62,0 +72039,72,113 +72039,81,7 +72039,92,110 +72041,11,65 +72041,22,0 +72041,23,102 +72041,31,1176 +72041,42,56 +72041,44,989 +72041,48,161 +72041,51,66 +72041,52,48 +72041,53,42 +72041,54,0 +72041,55,0 +72041,56,314 +72041,61,125 +72041,62,969 +72041,71,0 +72041,72,0 +72041,81,139 +72041,92,149 +72043,11,219 +72043,22,0 +72043,23,127 +72043,31,469 +72043,42,0 +72043,44,548 +72043,48,18 +72043,51,36 +72043,52,106 +72043,53,15 +72043,54,36 +72043,56,78 +72043,61,0 +72043,62,0 +72043,71,0 +72043,72,0 +72043,81,19 +72043,92,266 +72045,11,73 +72045,22,0 +72045,23,25 +72045,31,36 +72045,42,16 +72045,44,354 +72045,48,89 +72045,52,0 +72045,53,0 +72045,54,0 +72045,56,0 +72045,61,0 +72045,62,0 +72045,71,0 +72045,72,0 +72045,81,13 +72045,92,138 +72047,11,154 +72047,22,0 +72047,23,157 +72047,31,865 +72047,42,0 +72047,44,565 +72047,48,268 +72047,51,0 +72047,52,58 +72047,53,14 +72047,54,47 +72047,56,36 +72047,61,0 +72047,62,0 +72047,71,0 +72047,72,0 +72047,81,52 +72047,92,176 +72049,11,0 +72049,22,0 +72049,23,0 +72049,44,0 +72049,48,4 +72049,51,0 +72049,52,0 +72049,53,0 +72049,54,0 +72049,56,0 +72049,61,0 +72049,62,0 +72049,72,88 +72049,81,0 +72049,92,6 +72051,11,108 +72051,22,0 +72051,23,502 +72051,31,1415 +72051,42,558 +72051,44,959 +72051,48,19 +72051,51,50 +72051,52,100 +72051,53,56 +72051,54,414 +72051,56,1025 +72051,61,574 +72051,62,360 +72051,71,16 +72051,72,2071 +72051,81,185 +72051,92,189 +72053,11,22 +72053,22,0 +72053,23,17 +72053,31,1174 +72053,42,25 +72053,44,1912 +72053,48,157 +72053,51,165 +72053,52,153 +72053,53,137 +72053,54,88 +72053,56,133 +72053,61,1035 +72053,62,1162 +72053,71,213 +72053,72,1307 +72053,81,183 +72053,92,1343 +72054,11,0 +72054,23,0 +72054,31,42 +72054,42,13 +72054,44,60 +72054,48,36 +72054,52,0 +72054,53,0 +72054,54,13 +72054,61,0 +72054,62,0 +72054,71,0 +72054,72,0 +72054,92,76 +72055,11,299 +72055,22,0 +72055,23,0 +72055,31,0 +72055,42,35 +72055,44,223 +72055,48,24 +72055,52,0 +72055,53,0 +72055,54,0 +72055,56,0 +72055,61,0 +72055,62,161 +72055,72,322 +72055,81,13 +72055,92,196 +72057,11,0 +72057,21,0 +72057,22,0 +72057,23,166 +72057,31,937 +72057,42,21 +72057,44,1783 +72057,48,24 +72057,51,62 +72057,52,116 +72057,53,36 +72057,54,76 +72057,56,1751 +72057,61,947 +72057,62,572 +72057,71,17 +72057,72,789 +72057,81,36 +72057,92,2785 +72059,11,329 +72059,22,0 +72059,23,68 +72059,31,411 +72059,44,192 +72059,48,87 +72059,51,0 +72059,52,0 +72059,53,0 +72059,54,0 +72059,56,0 +72059,61,0 +72059,62,67 +72059,71,0 +72059,72,0 +72059,81,14 +72059,92,138 +72061,11,0 +72061,21,0 +72061,22,0 +72061,23,2583 +72061,31,2215 +72061,42,6108 +72061,44,4547 +72061,48,51 +72061,51,4409 +72061,52,6543 +72061,53,791 +72061,54,4980 +72061,55,2295 +72061,56,7768 +72061,61,2762 +72061,62,2352 +72061,71,296 +72061,72,4079 +72061,81,1081 +72061,92,832 +72063,11,0 +72063,21,0 +72063,22,0 +72063,23,147 +72063,31,991 +72063,42,181 +72063,44,651 +72063,48,143 +72063,51,0 +72063,52,84 +72063,53,31 +72063,54,0 +72063,55,0 +72063,56,1975 +72063,61,3043 +72063,62,540 +72063,71,38 +72063,72,467 +72063,81,95 +72063,92,161 +72065,11,448 +72065,22,0 +72065,23,165 +72065,31,774 +72065,42,0 +72065,44,3470 +72065,48,10 +72065,51,183 +72065,52,151 +72065,53,25 +72065,54,110 +72065,56,544 +72065,61,76 +72065,62,623 +72065,71,34 +72065,72,1322 +72065,81,99 +72065,92,147 +72067,11,0 +72067,21,0 +72067,22,0 +72067,23,129 +72067,31,116 +72067,42,0 +72067,44,521 +72067,48,8 +72067,51,0 +72067,52,0 +72067,53,0 +72067,54,34 +72067,55,63 +72067,56,27 +72067,61,114 +72067,62,155 +72067,71,0 +72067,72,0 +72067,81,67 +72067,92,107 +72069,11,0 +72069,21,0 +72069,22,0 +72069,23,230 +72069,31,2324 +72069,42,0 +72069,44,2313 +72069,48,101 +72069,51,274 +72069,52,245 +72069,53,113 +72069,54,336 +72069,56,414 +72069,61,1042 +72069,62,2363 +72069,71,71 +72069,72,1227 +72069,81,222 +72069,92,2387 +72071,11,109 +72071,22,0 +72071,23,290 +72071,31,188 +72071,42,0 +72071,44,1509 +72071,48,26 +72071,51,0 +72071,52,177 +72071,53,16 +72071,54,1550 +72071,56,72 +72071,61,208 +72071,62,587 +72071,71,10 +72071,72,716 +72071,81,53 +72071,92,208 +72073,11,205 +72073,22,0 +72073,23,70 +72073,31,1119 +72073,42,0 +72073,44,279 +72073,48,6 +72073,52,0 +72073,53,0 +72073,54,0 +72073,56,0 +72073,61,0 +72073,62,74 +72073,71,0 +72073,72,0 +72073,81,9 +72073,92,160 +72075,11,625 +72075,21,376 +72075,22,0 +72075,23,184 +72075,31,2141 +72075,42,66 +72075,44,999 +72075,48,22 +72075,51,0 +72075,52,103 +72075,53,43 +72075,54,137 +72075,55,0 +72075,56,0 +72075,61,0 +72075,62,0 +72075,71,0 +72075,72,0 +72075,81,45 +72075,92,426 +72077,11,67 +72077,22,0 +72077,23,237 +72077,31,4102 +72077,42,54 +72077,44,651 +72077,48,11 +72077,51,0 +72077,52,64 +72077,53,48 +72077,54,68 +72077,56,78 +72077,61,0 +72077,62,518 +72077,71,6 +72077,72,313 +72077,81,41 +72077,92,142 +72079,11,232 +72079,22,0 +72079,23,122 +72079,31,1105 +72079,42,24 +72079,44,427 +72079,48,26 +72079,52,0 +72079,53,0 +72079,54,61 +72079,55,0 +72079,56,0 +72079,61,0 +72079,62,0 +72079,71,15 +72079,72,322 +72079,81,0 +72079,92,137 +72081,11,771 +72081,22,0 +72081,23,98 +72081,31,781 +72081,42,118 +72081,44,603 +72081,48,16 +72081,51,0 +72081,52,0 +72081,53,0 +72081,54,21 +72081,56,7 +72081,61,0 +72081,62,0 +72081,71,0 +72081,72,0 +72081,81,18 +72081,92,158 +72083,11,0 +72083,22,0 +72083,23,0 +72083,31,0 +72083,42,0 +72083,44,79 +72083,48,3 +72083,52,0 +72083,53,0 +72083,56,0 +72083,61,0 +72083,62,0 +72083,72,18 +72083,81,0 +72083,92,92 +72085,11,77 +72085,23,489 +72085,31,1955 +72085,42,75 +72085,44,569 +72085,48,51 +72085,51,0 +72085,52,0 +72085,53,0 +72085,54,61 +72085,56,0 +72085,61,201 +72085,62,311 +72085,71,0 +72085,72,0 +72085,81,198 +72085,92,119 +72087,11,0 +72087,23,0 +72087,31,89 +72087,44,169 +72087,48,27 +72087,51,0 +72087,52,0 +72087,53,0 +72087,54,0 +72087,56,0 +72087,61,0 +72087,62,0 +72087,72,157 +72087,81,0 +72087,92,110 +72089,11,0 +72089,22,0 +72089,23,193 +72089,31,0 +72089,42,0 +72089,44,277 +72089,48,11 +72089,51,0 +72089,52,0 +72089,53,0 +72089,54,0 +72089,56,0 +72089,61,80 +72089,62,118 +72089,71,0 +72089,72,0 +72089,81,0 +72089,92,139 +72091,11,295 +72091,22,0 +72091,23,314 +72091,31,2023 +72091,42,154 +72091,44,1920 +72091,48,71 +72091,51,100 +72091,52,190 +72091,53,78 +72091,54,165 +72091,55,82 +72091,56,1204 +72091,61,1403 +72091,62,4207 +72091,71,0 +72091,72,0 +72091,81,104 +72091,92,801 +72093,11,0 +72093,22,0 +72093,23,0 +72093,31,0 +72093,44,0 +72093,48,4 +72093,52,0 +72093,53,0 +72093,56,0 +72093,61,0 +72093,62,59 +72093,72,30 +72093,92,87 +72095,11,11 +72095,22,0 +72095,23,0 +72095,31,0 +72095,42,0 +72095,44,66 +72095,48,6 +72095,51,0 +72095,52,0 +72095,54,0 +72095,56,0 +72095,61,0 +72095,62,55 +72095,72,58 +72095,81,7 +72095,92,732 +72097,11,133 +72097,22,0 +72097,23,777 +72097,31,1793 +72097,42,480 +72097,44,4742 +72097,48,511 +72097,51,396 +72097,52,582 +72097,53,319 +72097,54,840 +72097,55,340 +72097,56,1897 +72097,61,2413 +72097,62,5565 +72097,71,87 +72097,72,3114 +72097,81,490 +72097,92,4525 +72099,11,124 +72099,23,265 +72099,31,869 +72099,42,66 +72099,44,577 +72099,48,21 +72099,52,82 +72099,53,22 +72099,54,43 +72099,56,316 +72099,61,486 +72099,62,771 +72099,71,0 +72099,72,0 +72099,81,60 +72099,92,215 +72101,11,60 +72101,22,0 +72101,23,58 +72101,31,137 +72101,42,16 +72101,44,444 +72101,48,9 +72101,51,0 +72101,52,48 +72101,53,13 +72101,54,0 +72101,56,0 +72101,61,172 +72101,62,306 +72101,72,172 +72101,81,28 +72101,92,87 +72103,11,97 +72103,22,0 +72103,23,328 +72103,31,369 +72103,42,9 +72103,44,412 +72103,48,11 +72103,51,0 +72103,52,0 +72103,53,0 +72103,54,0 +72103,56,0 +72103,61,0 +72103,62,107 +72103,71,0 +72103,72,0 +72103,81,10 +72103,92,100 +72105,11,38 +72105,22,0 +72105,23,631 +72105,31,85 +72105,42,59 +72105,44,642 +72105,48,71 +72105,51,0 +72105,52,40 +72105,53,16 +72105,54,0 +72105,55,0 +72105,56,109 +72105,61,0 +72105,62,0 +72105,71,0 +72105,72,0 +72105,81,59 +72105,92,132 +72107,11,78 +72107,22,0 +72107,23,142 +72107,31,784 +72107,42,33 +72107,44,295 +72107,48,10 +72107,51,0 +72107,52,0 +72107,53,0 +72107,54,11 +72107,55,0 +72107,56,0 +72107,61,0 +72107,62,0 +72107,71,0 +72107,72,0 +72107,81,17 +72107,92,128 +72109,11,0 +72109,22,0 +72109,23,0 +72109,31,102 +72109,42,0 +72109,44,155 +72109,48,7 +72109,51,0 +72109,52,0 +72109,53,0 +72109,54,0 +72109,56,13 +72109,61,0 +72109,62,320 +72109,72,97 +72109,81,49 +72109,92,113 +72111,11,0 +72111,21,0 +72111,22,0 +72111,23,192 +72111,31,133 +72111,42,240 +72111,44,277 +72111,48,109 +72111,51,0 +72111,52,24 +72111,53,13 +72111,54,21 +72111,56,111 +72111,61,0 +72111,62,0 +72111,71,0 +72111,72,0 +72111,81,79 +72111,92,117 +72113,11,144 +72113,21,83 +72113,22,0 +72113,23,1423 +72113,31,3371 +72113,42,0 +72113,44,8057 +72113,48,912 +72113,51,0 +72113,52,639 +72113,53,1300 +72113,54,1108 +72113,55,408 +72113,56,3618 +72113,61,6635 +72113,62,7098 +72113,71,184 +72113,72,4704 +72113,81,696 +72113,92,7706 +72115,11,86 +72115,22,0 +72115,23,102 +72115,31,107 +72115,42,53 +72115,44,404 +72115,48,55 +72115,52,0 +72115,53,0 +72115,54,0 +72115,55,0 +72115,56,38 +72115,61,112 +72115,62,201 +72115,71,0 +72115,72,0 +72115,81,25 +72115,92,111 +72117,11,0 +72117,23,86 +72117,31,0 +72117,42,0 +72117,44,304 +72117,48,7 +72117,52,0 +72117,53,0 +72117,54,50 +72117,56,36 +72117,61,39 +72117,62,43 +72117,71,12 +72117,72,588 +72117,81,14 +72117,92,108 +72119,11,63 +72119,22,0 +72119,23,55 +72119,31,256 +72119,42,36 +72119,44,987 +72119,48,127 +72119,51,31 +72119,52,76 +72119,53,112 +72119,54,51 +72119,56,100 +72119,61,0 +72119,62,0 +72119,71,359 +72119,72,1192 +72119,81,129 +72119,92,433 +72121,11,0 +72121,21,0 +72121,22,0 +72121,23,56 +72121,31,1066 +72121,42,143 +72121,44,404 +72121,48,86 +72121,51,0 +72121,52,0 +72121,53,0 +72121,54,0 +72121,56,0 +72121,61,168 +72121,62,205 +72121,71,0 +72121,72,0 +72121,81,32 +72121,92,109 +72123,11,258 +72123,22,0 +72123,23,0 +72123,31,0 +72123,42,151 +72123,44,479 +72123,48,18 +72123,51,0 +72123,52,38 +72123,53,13 +72123,54,200 +72123,56,54 +72123,61,0 +72123,62,0 +72123,71,23 +72123,72,488 +72123,81,33 +72123,92,576 +72125,11,93 +72125,21,0 +72125,22,0 +72125,23,0 +72125,31,507 +72125,42,0 +72125,44,966 +72125,48,17 +72125,51,95 +72125,52,94 +72125,53,58 +72125,54,140 +72125,55,0 +72125,56,0 +72125,61,0 +72125,62,0 +72125,71,0 +72125,72,0 +72125,81,27 +72125,92,1283 +72127,11,0 +72127,21,0 +72127,22,8091 +72127,23,7320 +72127,31,4745 +72127,42,8224 +72127,44,22893 +72127,48,7483 +72127,51,6751 +72127,52,14662 +72127,53,7236 +72127,54,16250 +72127,55,10068 +72127,56,30643 +72127,61,39944 +72127,62,27803 +72127,71,1390 +72127,72,23362 +72127,81,6256 +72127,92,60794 +72129,11,0 +72129,21,0 +72129,22,0 +72129,23,254 +72129,31,558 +72129,42,25 +72129,44,811 +72129,48,18 +72129,51,0 +72129,52,78 +72129,53,17 +72129,54,0 +72129,55,0 +72129,56,59 +72129,61,121 +72129,62,309 +72129,71,0 +72129,72,0 +72129,81,50 +72129,92,84 +72131,11,534 +72131,22,0 +72131,23,210 +72131,31,252 +72131,42,114 +72131,44,1158 +72131,48,24 +72131,51,25 +72131,52,132 +72131,53,38 +72131,54,108 +72131,56,202 +72131,61,481 +72131,62,546 +72131,71,0 +72131,72,0 +72131,81,86 +72131,92,209 +72133,11,1630 +72133,22,0 +72133,23,0 +72133,31,0 +72133,42,0 +72133,44,958 +72133,48,31 +72133,51,66 +72133,52,46 +72133,53,27 +72133,54,0 +72133,56,0 +72133,61,0 +72133,62,0 +72133,71,0 +72133,72,0 +72133,81,12 +72133,92,130 +72135,11,20 +72135,22,0 +72135,23,235 +72135,31,265 +72135,42,99 +72135,44,751 +72135,48,152 +72135,51,7 +72135,52,31 +72135,53,79 +72135,54,0 +72135,55,0 +72135,56,74 +72135,61,93 +72135,62,370 +72135,71,14 +72135,72,316 +72135,81,30 +72135,92,163 +72137,11,25 +72137,22,0 +72137,23,1306 +72137,31,2041 +72137,42,1319 +72137,44,3139 +72137,48,532 +72137,51,30 +72137,52,139 +72137,53,106 +72137,54,0 +72137,55,0 +72137,56,656 +72137,61,422 +72137,62,605 +72137,71,17 +72137,72,1088 +72137,81,188 +72137,92,252 +72139,11,0 +72139,21,0 +72139,22,0 +72139,23,664 +72139,31,187 +72139,42,507 +72139,44,1892 +72139,48,211 +72139,51,52 +72139,52,74 +72139,53,134 +72139,54,426 +72139,56,492 +72139,61,358 +72139,62,3969 +72139,71,16 +72139,72,642 +72139,81,128 +72139,92,329 +72141,11,213 +72141,22,0 +72141,23,46 +72141,31,149 +72141,42,20 +72141,44,505 +72141,48,25 +72141,51,34 +72141,52,43 +72141,53,31 +72141,54,43 +72141,56,15 +72141,61,0 +72141,62,0 +72141,71,12 +72141,72,134 +72141,81,26 +72141,92,952 +72143,11,0 +72143,21,0 +72143,22,0 +72143,23,168 +72143,31,440 +72143,42,324 +72143,44,946 +72143,48,64 +72143,51,93 +72143,52,146 +72143,53,32 +72143,54,107 +72143,56,109 +72143,61,139 +72143,62,627 +72143,71,0 +72143,72,0 +72143,81,116 +72143,92,140 +72145,11,56 +72145,22,0 +72145,23,234 +72145,31,2306 +72145,42,254 +72145,44,1172 +72145,48,72 +72145,51,55 +72145,52,110 +72145,53,33 +72145,54,0 +72145,55,0 +72145,56,148 +72145,61,395 +72145,62,1077 +72145,71,17 +72145,72,775 +72145,81,71 +72145,92,569 +72147,22,0 +72147,23,0 +72147,31,0 +72147,42,0 +72147,44,180 +72147,48,6 +72147,51,0 +72147,52,0 +72147,53,0 +72147,54,13 +72147,56,28 +72147,61,0 +72147,62,16 +72147,71,0 +72147,72,0 +72147,81,20 +72147,92,189 +72149,11,66 +72149,22,0 +72149,23,0 +72149,31,0 +72149,42,0 +72149,44,272 +72149,48,8 +72149,52,0 +72149,53,0 +72149,54,14 +72149,55,0 +72149,56,0 +72149,61,0 +72149,62,0 +72149,72,133 +72149,81,0 +72149,92,411 +72151,11,0 +72151,21,0 +72151,22,0 +72151,23,49 +72151,31,207 +72151,42,43 +72151,44,473 +72151,48,7 +72151,52,0 +72151,53,0 +72151,54,0 +72151,56,0 +72151,61,0 +72151,62,0 +72151,71,0 +72151,72,0 +72151,81,41 +72151,92,110 +72153,11,369 +72153,22,0 +72153,23,98 +72153,31,911 +72153,42,0 +72153,44,1169 +72153,48,49 +72153,51,0 +72153,52,154 +72153,53,39 +72153,54,51 +72153,56,77 +72153,61,0 +72153,62,0 +72153,71,0 +72153,72,0 +72153,81,0 +72153,92,299 +78010,11,0 +78010,21,483 +78010,22,0 +78010,23,2637 +78010,31,713 +78010,42,0 +78010,44,1692 +78010,48,547 +78010,51,612 +78010,52,0 +78010,53,0 +78010,54,0 +78010,55,0 +78010,56,2156 +78010,61,0 +78010,62,12 +78010,71,322 +78010,72,1534 +78010,81,1639 +78010,92,369 +78020,23,140 +78020,31,0 +78020,44,235 +78020,48,95 +78020,51,0 +78020,52,0 +78020,53,0 +78020,54,0 +78020,56,0 +78020,61,0 +78020,62,0 +78020,71,10 +78020,72,640 +78020,81,0 +78020,92,65 +78030,11,0 +78030,22,0 +78030,23,1139 +78030,31,0 +78030,42,0 +78030,44,3204 +78030,48,788 +78030,51,0 +78030,52,1009 +78030,53,898 +78030,54,0 +78030,55,0 +78030,56,0 +78030,61,668 +78030,62,1561 +78030,71,447 +78030,72,2696 +78030,81,0 +78030,92,4928 diff --git a/scenarios/base/inputs/data_emp_control_taz.csv b/scenarios/base/inputs/data_emp_control_taz.csv new file mode 100644 index 0000000..bf804e2 --- /dev/null +++ b/scenarios/base/inputs/data_emp_control_taz.csv @@ -0,0 +1,72641 @@ +Zone17,Mesozone,CountyFIPS,NAICS,Employment +1,17,17031,11,0 +2,17,17031,11,0 +3,17,17031,11,0 +4,17,17031,11,0 +5,17,17031,11,4 +6,17,17031,11,5 +7,17,17031,11,4 +8,17,17031,11,6 +9,17,17031,11,0 +10,17,17031,11,2 +11,17,17031,11,41 +12,17,17031,11,15 +13,17,17031,11,5 +14,17,17031,11,0 +15,17,17031,11,0 +16,17,17031,11,4 +17,17,17031,11,7 +18,17,17031,11,8 +19,17,17031,11,3 +20,17,17031,11,1 +21,17,17031,11,9 +22,17,17031,11,10 +23,17,17031,11,10 +24,17,17031,11,27 +25,17,17031,11,3 +26,17,17031,11,1 +27,17,17031,11,8 +28,17,17031,11,28 +29,17,17031,11,30 +30,17,17031,11,3 +31,17,17031,11,0 +32,17,17031,11,1 +33,17,17031,11,1 +34,17,17031,11,15 +35,17,17031,11,9 +36,17,17031,11,4 +37,17,17031,11,0 +38,17,17031,11,0 +39,17,17031,11,0 +40,17,17031,11,0 +41,17,17031,11,1 +42,17,17031,11,20 +43,17,17031,11,0 +44,17,17031,11,1 +45,17,17031,11,2 +46,17,17031,11,0 +47,17,17031,11,1 +48,17,17031,11,1 +49,17,17031,11,3 +50,17,17031,11,3 +51,17,17031,11,5 +52,17,17031,11,0 +53,17,17031,11,2 +54,17,17031,11,0 +55,17,17031,11,0 +56,17,17031,11,2 +57,17,17031,11,8 +58,17,17031,11,1 +59,17,17031,11,5 +60,17,17031,11,12 +61,17,17031,11,23 +62,17,17031,11,0 +63,17,17031,11,3 +64,17,17031,11,4 +65,17,17031,11,0 +66,17,17031,11,0 +67,17,17031,11,0 +68,17,17031,11,0 +69,17,17031,11,0 +70,17,17031,11,0 +71,17,17031,11,2 +72,17,17031,11,3 +73,17,17031,11,5 +74,17,17031,11,12 +75,17,17031,11,1 +76,17,17031,11,1 +77,17,17031,11,0 +78,14,17031,11,1 +79,14,17031,11,1 +80,14,17031,11,7 +81,14,17031,11,0 +82,14,17031,11,5 +83,14,17031,11,1 +84,14,17031,11,4 +85,14,17031,11,1 +86,14,17031,11,45 +87,14,17031,11,1 +88,14,17031,11,0 +89,14,17031,11,7 +90,17,17031,11,2 +91,17,17031,11,1 +92,17,17031,11,3 +93,17,17031,11,5 +94,17,17031,11,10 +95,17,17031,11,3 +96,17,17031,11,45 +97,17,17031,11,28 +98,17,17031,11,3 +99,17,17031,11,2 +100,17,17031,11,6 +101,17,17031,11,0 +102,17,17031,11,0 +103,17,17031,11,2 +104,17,17031,11,0 +105,17,17031,11,2 +106,17,17031,11,2 +107,17,17031,11,3 +108,17,17031,11,2 +109,17,17031,11,2 +110,17,17031,11,4 +111,17,17031,11,4 +112,17,17031,11,5 +113,17,17031,11,1 +114,17,17031,11,1 +115,17,17031,11,0 +116,17,17031,11,8 +117,17,17031,11,3 +118,17,17031,11,2 +119,17,17031,11,1 +120,17,17031,11,3 +121,17,17031,11,1 +122,8,17031,11,1 +123,12,17031,11,7 +124,12,17031,11,1 +125,12,17031,11,0 +126,12,17031,11,0 +127,12,17031,11,0 +128,12,17031,11,2 +129,12,17031,11,0 +130,12,17031,11,27 +131,12,17031,11,0 +132,12,17031,11,1 +133,12,17031,11,3 +134,12,17031,11,0 +135,12,17031,11,0 +136,12,17031,11,2 +137,12,17031,11,4 +138,12,17031,11,0 +139,12,17031,11,28 +140,12,17031,11,2 +141,9,17031,11,1 +142,9,17031,11,1 +143,9,17031,11,0 +144,9,17031,11,0 +145,9,17031,11,0 +146,9,17031,11,0 +147,12,17031,11,0 +148,12,17031,11,0 +149,12,17031,11,0 +150,12,17031,11,0 +151,12,17031,11,0 +152,12,17031,11,1 +153,12,17031,11,1 +154,10,17031,11,0 +155,10,17031,11,0 +156,10,17031,11,0 +157,10,17031,11,0 +158,10,17031,11,0 +159,10,17031,11,0 +160,10,17031,11,0 +161,10,17031,11,0 +162,10,17031,11,2 +163,11,17031,11,1 +164,11,17031,11,0 +165,11,17031,11,0 +166,11,17031,11,0 +167,10,17031,11,0 +168,10,17031,11,0 +169,10,17031,11,0 +170,10,17031,11,0 +171,11,17031,11,0 +172,11,17031,11,0 +173,11,17031,11,1 +174,11,17031,11,0 +175,11,17031,11,1 +176,11,17031,11,0 +177,11,17031,11,5 +178,11,17031,11,0 +179,13,17031,11,0 +180,13,17031,11,1 +181,13,17031,11,0 +182,13,17031,11,0 +183,13,17031,11,0 +184,13,17031,11,1 +185,13,17031,11,0 +186,13,17031,11,0 +187,13,17031,11,0 +188,13,17031,11,1 +189,13,17031,11,0 +190,13,17031,11,0 +191,13,17031,11,1 +192,13,17031,11,0 +193,13,17031,11,9 +194,13,17031,11,2 +195,13,17031,11,0 +196,13,17031,11,0 +197,13,17031,11,0 +198,13,17031,11,0 +199,13,17031,11,0 +200,13,17031,11,0 +201,13,17031,11,1 +202,13,17031,11,0 +203,13,17031,11,0 +204,13,17031,11,0 +205,13,17031,11,2 +206,13,17031,11,0 +207,13,17031,11,0 +208,13,17031,11,0 +209,13,17031,11,2 +210,13,17031,11,0 +211,13,17031,11,19 +212,13,17031,11,6 +213,13,17031,11,0 +214,13,17031,11,0 +215,13,17031,11,0 +216,13,17031,11,0 +217,13,17031,11,0 +218,13,17031,11,0 +219,13,17031,11,0 +220,13,17031,11,4 +221,13,17031,11,0 +222,13,17031,11,0 +223,13,17031,11,2 +224,13,17031,11,0 +225,13,17031,11,0 +226,13,17031,11,0 +227,13,17031,11,0 +228,13,17031,11,0 +229,13,17031,11,0 +230,13,17031,11,4 +231,13,17031,11,1 +232,13,17031,11,0 +233,13,17031,11,0 +234,13,17031,11,4 +235,13,17031,11,1 +236,13,17031,11,4 +237,13,17031,11,3 +238,13,17031,11,3 +239,13,17031,11,0 +240,13,17031,11,0 +241,13,17031,11,0 +242,13,17031,11,0 +243,13,17031,11,0 +244,13,17031,11,0 +245,13,17031,11,0 +246,13,17031,11,13 +247,13,17031,11,0 +248,13,17031,11,0 +249,13,17031,11,0 +250,13,17031,11,3 +251,13,17031,11,0 +252,13,17031,11,0 +253,13,17031,11,0 +254,13,17031,11,0 +255,13,17031,11,1 +256,13,17031,11,0 +257,13,17031,11,0 +258,13,17031,11,0 +259,13,17031,11,0 +260,13,17031,11,18 +261,13,17031,11,0 +262,13,17031,11,22 +263,13,17031,11,0 +264,13,17031,11,0 +265,13,17031,11,1 +266,13,17031,11,1 +267,13,17031,11,0 +268,13,17031,11,4 +269,13,17031,11,3 +270,13,17031,11,1 +271,13,17031,11,0 +272,13,17031,11,1 +273,13,17031,11,1 +274,13,17031,11,0 +275,13,17031,11,1 +276,13,17031,11,0 +277,13,17031,11,0 +278,13,17031,11,7 +279,13,17031,11,0 +280,13,17031,11,0 +281,13,17031,11,0 +282,13,17031,11,1 +283,13,17031,11,2 +284,13,17031,11,6 +285,13,17031,11,0 +286,13,17031,11,0 +287,13,17031,11,0 +288,13,17031,11,2 +289,13,17031,11,0 +290,13,17031,11,3 +291,13,17031,11,11 +292,13,17031,11,0 +293,13,17031,11,0 +294,13,17031,11,1 +295,13,17031,11,0 +296,13,17031,11,0 +297,13,17031,11,3 +298,13,17031,11,12 +299,13,17031,11,0 +300,13,17031,11,1 +301,13,17031,11,0 +302,13,17031,11,0 +303,13,17031,11,2 +304,13,17031,11,0 +305,13,17031,11,0 +306,13,17031,11,0 +307,13,17031,11,2 +308,14,17031,11,1 +309,14,17031,11,4 +310,14,17031,11,0 +311,14,17031,11,0 +312,14,17031,11,0 +313,14,17031,11,0 +314,14,17031,11,0 +315,14,17031,11,4 +316,14,17031,11,0 +317,14,17031,11,0 +318,14,17031,11,0 +319,14,17031,11,9 +320,14,17031,11,0 +321,14,17031,11,1 +322,14,17031,11,0 +323,14,17031,11,8 +324,14,17031,11,0 +325,14,17031,11,13 +326,14,17031,11,3 +327,14,17031,11,0 +328,14,17031,11,0 +329,14,17031,11,0 +330,14,17031,11,0 +331,14,17031,11,0 +332,14,17031,11,0 +333,14,17031,11,3 +334,14,17031,11,0 +335,14,17031,11,0 +336,14,17031,11,0 +337,14,17031,11,0 +338,14,17031,11,1 +339,14,17031,11,0 +340,14,17031,11,0 +341,14,17031,11,0 +342,14,17031,11,36 +343,14,17031,11,7 +344,14,17031,11,1 +345,14,17031,11,0 +346,14,17031,11,1 +347,14,17031,11,4 +348,14,17031,11,3 +349,14,17031,11,4 +350,14,17031,11,0 +351,14,17031,11,0 +352,14,17031,11,1 +353,14,17031,11,0 +354,14,17031,11,4 +355,16,17031,11,2 +356,16,17031,11,0 +357,16,17031,11,1 +358,16,17031,11,1 +359,16,17031,11,1 +360,16,17031,11,4 +361,16,17031,11,7 +362,16,17031,11,4 +363,16,17031,11,3 +364,16,17031,11,2 +365,16,17031,11,0 +366,16,17031,11,5 +367,16,17031,11,0 +368,16,17031,11,0 +369,16,17031,11,1 +370,16,17031,11,4 +371,16,17031,11,5 +372,16,17031,11,1 +373,16,17031,11,0 +374,16,17031,11,0 +375,16,17031,11,1 +376,16,17031,11,0 +377,16,17031,11,1 +378,16,17031,11,2 +379,16,17031,11,7 +380,16,17031,11,7 +381,16,17031,11,27 +382,16,17031,11,0 +383,16,17031,11,1 +384,16,17031,11,0 +385,16,17031,11,0 +386,16,17031,11,3 +387,16,17031,11,0 +388,16,17031,11,11 +389,16,17031,11,19 +390,16,17031,11,3 +391,16,17031,11,0 +392,16,17031,11,0 +393,16,17031,11,0 +394,16,17031,11,1 +395,16,17031,11,0 +396,16,17031,11,36 +397,16,17031,11,1 +398,16,17031,11,1 +399,16,17031,11,1 +400,16,17031,11,1 +401,16,17031,11,7 +402,16,17031,11,1 +403,16,17031,11,4 +404,16,17031,11,1 +405,16,17031,11,0 +406,16,17031,11,0 +407,16,17031,11,0 +408,16,17031,11,2 +409,16,17031,11,0 +410,16,17031,11,3 +411,16,17031,11,0 +412,16,17031,11,0 +413,16,17031,11,0 +414,16,17031,11,0 +415,16,17031,11,0 +416,16,17031,11,0 +417,16,17031,11,7 +418,16,17031,11,0 +419,16,17031,11,3 +420,16,17031,11,7 +421,16,17031,11,3 +422,16,17031,11,0 +423,16,17031,11,3 +424,16,17031,11,2 +425,16,17031,11,12 +426,16,17031,11,3 +427,16,17031,11,0 +428,16,17031,11,3 +429,16,17031,11,1 +430,16,17031,11,1 +431,16,17031,11,5 +432,16,17031,11,10 +433,16,17031,11,1 +434,16,17031,11,2 +435,16,17031,11,0 +436,16,17031,11,0 +437,16,17031,11,0 +438,16,17031,11,1 +439,16,17031,11,1 +440,16,17031,11,2 +441,17,17031,11,0 +442,17,17031,11,0 +443,17,17031,11,0 +444,17,17031,11,1 +445,17,17031,11,0 +446,17,17031,11,4 +447,17,17031,11,2 +448,17,17031,11,9 +449,17,17031,11,0 +450,17,17031,11,0 +451,17,17031,11,7 +452,17,17031,11,2 +453,17,17031,11,0 +454,17,17031,11,0 +455,17,17031,11,0 +456,17,17031,11,1 +457,17,17031,11,0 +458,17,17031,11,0 +459,19,17031,11,20 +460,19,17031,11,0 +461,19,17031,11,2 +462,19,17031,11,1 +463,19,17031,11,0 +464,19,17031,11,0 +465,19,17031,11,1 +466,19,17031,11,0 +467,19,17031,11,0 +468,19,17031,11,4 +469,19,17031,11,1 +470,19,17031,11,0 +471,19,17031,11,2 +472,19,17031,11,1 +473,19,17031,11,0 +474,19,17031,11,0 +475,19,17031,11,0 +476,19,17031,11,0 +477,19,17031,11,3 +478,19,17031,11,0 +479,19,17031,11,1 +480,19,17031,11,9 +481,19,17031,11,2 +482,19,17031,11,2 +483,19,17031,11,1 +484,19,17031,11,0 +485,19,17031,11,0 +486,19,17031,11,4 +487,19,17031,11,5 +488,19,17031,11,0 +489,19,17031,11,7 +490,19,17031,11,5 +491,19,17031,11,1 +492,19,17031,11,5 +493,19,17031,11,2 +494,19,17031,11,0 +495,19,17031,11,0 +496,19,17031,11,3 +497,19,17031,11,4 +498,19,17031,11,0 +499,19,17031,11,0 +500,19,17031,11,0 +501,19,17031,11,1 +502,19,17031,11,4 +503,19,17031,11,4 +504,19,17031,11,0 +505,19,17031,11,1 +506,19,17031,11,1 +507,19,17031,11,0 +508,19,17031,11,0 +509,19,17031,11,5 +510,19,17031,11,1 +511,19,17031,11,0 +512,19,17031,11,0 +513,19,17031,11,4 +514,19,17031,11,16 +515,19,17031,11,5 +516,19,17031,11,9 +517,19,17031,11,0 +518,19,17031,11,0 +519,19,17031,11,1 +520,19,17031,11,0 +521,19,17031,11,0 +522,19,17031,11,2 +523,20,17031,11,0 +524,20,17031,11,4 +525,20,17031,11,3 +526,20,17031,11,3 +527,20,17031,11,13 +528,20,17031,11,1 +529,20,17031,11,1 +530,20,17031,11,0 +531,20,17031,11,1 +532,20,17031,11,3 +533,20,17031,11,1 +534,20,17031,11,4 +535,20,17031,11,2 +536,20,17031,11,0 +537,20,17031,11,0 +538,20,17031,11,0 +539,20,17031,11,2 +540,20,17031,11,1 +541,20,17031,11,0 +542,20,17031,11,3 +543,20,17031,11,0 +544,20,17031,11,1 +545,20,17031,11,0 +546,20,17031,11,0 +547,20,17031,11,2 +548,20,17031,11,1 +549,20,17031,11,3 +550,20,17031,11,0 +551,20,17031,11,0 +552,20,17031,11,1 +553,20,17031,11,1 +554,20,17031,11,1 +555,20,17031,11,1 +556,20,17031,11,0 +557,20,17031,11,1 +558,20,17031,11,1 +559,20,17031,11,0 +560,20,17031,11,0 +561,20,17031,11,0 +562,20,17031,11,0 +563,20,17031,11,3 +564,20,17031,11,0 +565,20,17031,11,0 +566,20,17031,11,0 +567,20,17031,11,0 +568,20,17031,11,0 +569,20,17031,11,0 +570,20,17031,11,0 +571,20,17031,11,0 +572,20,17031,11,5 +573,20,17031,11,0 +574,20,17031,11,1 +575,20,17031,11,0 +576,20,17031,11,0 +577,20,17031,11,0 +578,20,17031,11,0 +579,20,17031,11,0 +580,20,17031,11,1 +581,20,17031,11,3 +582,20,17031,11,0 +583,20,17031,11,0 +584,20,17031,11,0 +585,20,17031,11,2 +586,20,17031,11,2 +587,20,17031,11,0 +588,20,17031,11,0 +589,20,17031,11,0 +590,20,17031,11,0 +591,20,17031,11,0 +592,20,17031,11,3 +593,20,17031,11,1 +594,20,17031,11,1 +595,20,17031,11,0 +596,20,17031,11,1 +597,20,17031,11,8 +598,20,17031,11,0 +599,20,17031,11,0 +600,20,17031,11,0 +601,20,17031,11,3 +602,20,17031,11,0 +603,20,17031,11,0 +604,20,17031,11,1 +605,20,17031,11,0 +606,20,17031,11,0 +607,20,17031,11,1 +608,20,17031,11,1 +609,20,17031,11,1 +610,20,17031,11,2 +611,20,17031,11,1 +612,20,17031,11,4 +613,20,17031,11,1 +614,20,17031,11,1 +615,20,17031,11,2 +616,20,17031,11,0 +617,20,17031,11,0 +618,20,17031,11,0 +619,20,17031,11,0 +620,20,17031,11,1 +621,20,17031,11,4 +622,20,17031,11,1 +623,20,17031,11,1 +624,20,17031,11,1 +625,20,17031,11,0 +626,20,17031,11,0 +627,20,17031,11,0 +628,20,17031,11,0 +629,20,17031,11,0 +630,23,17031,11,0 +631,23,17031,11,0 +632,23,17031,11,0 +633,23,17031,11,0 +634,23,17031,11,2 +635,23,17031,11,1 +636,24,17031,11,1 +637,24,17031,11,0 +638,24,17031,11,0 +639,24,17031,11,0 +640,24,17031,11,3 +641,24,17031,11,0 +642,24,17031,11,0 +643,24,17031,11,0 +644,24,17031,11,10 +645,24,17031,11,0 +646,24,17031,11,0 +647,24,17031,11,2 +648,24,17031,11,0 +649,24,17031,11,1 +650,24,17031,11,5 +651,24,17031,11,7 +652,24,17031,11,0 +653,24,17031,11,1 +654,24,17031,11,0 +655,24,17031,11,0 +656,24,17031,11,0 +657,24,17031,11,1 +658,24,17031,11,2 +659,24,17031,11,1 +660,24,17031,11,1 +661,24,17031,11,0 +662,24,17031,11,1 +663,24,17031,11,1 +664,24,17031,11,3 +665,24,17031,11,0 +666,24,17031,11,0 +667,24,17031,11,0 +668,24,17031,11,1 +669,24,17031,11,0 +670,24,17031,11,0 +671,24,17031,11,4 +672,24,17031,11,1 +673,24,17031,11,2 +674,24,17031,11,1 +675,24,17031,11,2 +676,24,17031,11,2 +677,24,17031,11,1 +678,24,17031,11,3 +679,24,17031,11,0 +680,24,17031,11,3 +681,24,17031,11,9 +682,24,17031,11,1 +683,24,17031,11,6 +684,24,17031,11,0 +685,24,17031,11,0 +686,24,17031,11,0 +687,24,17031,11,2 +688,24,17031,11,1 +689,24,17031,11,1 +690,24,17031,11,2 +691,24,17031,11,1 +692,24,17031,11,0 +693,24,17031,11,0 +694,24,17031,11,0 +695,24,17031,11,1 +696,24,17031,11,1 +697,24,17031,11,5 +698,24,17031,11,4 +699,24,17031,11,1 +700,24,17031,11,8 +701,24,17031,11,0 +702,24,17031,11,1 +703,24,17031,11,0 +704,24,17031,11,0 +705,24,17031,11,1 +706,24,17031,11,0 +707,24,17031,11,2 +708,24,17031,11,0 +709,24,17031,11,4 +710,24,17031,11,1 +711,24,17031,11,1 +712,24,17031,11,0 +713,24,17031,11,1 +714,24,17031,11,1 +715,24,17031,11,0 +716,24,17031,11,0 +717,24,17031,11,0 +718,1,17031,11,2 +719,1,17031,11,0 +720,1,17031,11,3 +721,1,17031,11,3 +722,1,17031,11,14 +723,1,17031,11,1 +724,1,17031,11,8 +725,1,17031,11,8 +726,1,17031,11,7 +727,6,17031,11,6 +728,6,17031,11,0 +729,6,17031,11,2 +730,6,17031,11,0 +731,6,17031,11,1 +732,6,17031,11,0 +733,6,17031,11,1 +734,6,17031,11,4 +735,6,17031,11,14 +736,6,17031,11,11 +737,6,17031,11,4 +738,6,17031,11,0 +739,6,17031,11,0 +740,6,17031,11,1 +741,6,17031,11,0 +742,6,17031,11,0 +743,6,17031,11,0 +744,6,17031,11,0 +745,6,17031,11,1 +746,6,17031,11,0 +747,6,17031,11,0 +748,2,17031,11,5 +749,2,17031,11,2 +750,2,17031,11,0 +751,2,17031,11,0 +752,2,17031,11,13 +753,2,17031,11,1 +754,2,17031,11,1 +755,2,17031,11,0 +756,2,17031,11,9 +757,2,17031,11,0 +758,2,17031,11,0 +759,2,17031,11,2 +760,2,17031,11,0 +761,2,17031,11,0 +762,2,17031,11,0 +763,2,17031,11,2 +764,2,17031,11,0 +765,2,17031,11,0 +766,2,17031,11,0 +767,2,17031,11,0 +768,2,17031,11,0 +769,2,17031,11,0 +770,2,17031,11,0 +771,2,17031,11,0 +772,2,17031,11,0 +773,2,17031,11,5 +774,2,17031,11,0 +775,2,17031,11,1 +776,2,17031,11,0 +777,2,17031,11,9 +778,2,17031,11,0 +779,2,17031,11,2 +780,2,17031,11,0 +781,2,17031,11,16 +782,2,17031,11,0 +783,2,17031,11,0 +784,2,17031,11,10 +785,2,17031,11,7 +786,2,17031,11,4 +787,2,17031,11,0 +788,2,17031,11,0 +789,2,17031,11,0 +790,2,17031,11,0 +791,2,17031,11,3 +792,2,17031,11,7 +793,7,17031,11,0 +794,7,17031,11,1 +795,7,17031,11,0 +796,7,17031,11,0 +797,7,17031,11,5 +798,7,17031,11,6 +799,7,17031,11,0 +800,7,17031,11,5 +801,7,17031,11,0 +802,7,17031,11,0 +803,7,17031,11,5 +804,7,17031,11,3 +805,7,17031,11,1 +806,7,17031,11,0 +807,7,17031,11,4 +808,7,17031,11,0 +809,7,17031,11,1 +810,7,17031,11,0 +811,7,17031,11,4 +812,7,17031,11,26 +813,7,17031,11,0 +814,7,17031,11,1 +815,7,17031,11,0 +816,7,17031,11,3 +817,7,17031,11,2 +818,7,17031,11,2 +819,7,17031,11,0 +820,7,17031,11,0 +821,7,17031,11,0 +822,7,17031,11,0 +823,7,17031,11,0 +824,7,17031,11,0 +825,7,17031,11,1 +826,7,17031,11,1 +827,7,17031,11,0 +828,7,17031,11,1 +829,7,17031,11,1 +830,7,17031,11,0 +831,7,17031,11,0 +832,7,17031,11,0 +833,7,17031,11,0 +834,7,17031,11,1 +835,7,17031,11,0 +836,7,17031,11,1 +837,7,17031,11,0 +838,7,17031,11,0 +839,3,17031,11,6 +840,3,17031,11,4 +841,3,17031,11,1 +842,3,17031,11,0 +843,3,17031,11,0 +844,3,17031,11,0 +845,3,17031,11,5 +846,3,17031,11,0 +847,3,17031,11,0 +848,3,17031,11,0 +849,3,17031,11,0 +850,3,17031,11,0 +851,3,17031,11,0 +852,3,17031,11,0 +853,3,17031,11,0 +854,3,17031,11,1 +855,3,17031,11,1 +856,3,17031,11,0 +857,3,17031,11,3 +858,3,17031,11,2 +859,3,17031,11,0 +860,3,17031,11,0 +861,3,17031,11,0 +862,3,17031,11,0 +863,3,17031,11,17 +864,3,17031,11,1 +865,3,17031,11,0 +866,3,17031,11,0 +867,3,17031,11,20 +868,3,17031,11,0 +869,3,17031,11,0 +870,3,17031,11,25 +871,3,17031,11,4 +872,3,17031,11,1 +873,3,17031,11,0 +874,3,17031,11,0 +875,3,17031,11,0 +876,3,17031,11,6 +877,3,17031,11,0 +878,3,17031,11,1 +879,3,17031,11,9 +880,3,17031,11,0 +881,3,17031,11,0 +882,3,17031,11,2 +883,3,17031,11,0 +884,3,17031,11,0 +885,3,17031,11,0 +886,3,17031,11,4 +887,3,17031,11,0 +888,3,17031,11,0 +889,3,17031,11,0 +890,3,17031,11,0 +891,3,17031,11,0 +892,3,17031,11,0 +893,3,17031,11,0 +894,3,17031,11,4 +895,3,17031,11,0 +896,3,17031,11,0 +897,3,17031,11,0 +898,3,17031,11,0 +899,3,17031,11,0 +900,3,17031,11,0 +901,3,17031,11,3 +902,3,17031,11,0 +903,3,17031,11,1 +904,3,17031,11,9 +905,8,17031,11,22 +906,8,17031,11,0 +907,8,17031,11,0 +908,8,17031,11,0 +909,8,17031,11,0 +910,8,17031,11,1 +911,8,17031,11,18 +912,8,17031,11,0 +913,8,17031,11,0 +914,8,17031,11,0 +915,8,17031,11,3 +916,8,17031,11,0 +917,8,17031,11,0 +918,8,17031,11,1 +919,8,17031,11,0 +920,8,17031,11,0 +921,8,17031,11,0 +922,8,17031,11,0 +923,8,17031,11,1 +924,8,17031,11,0 +925,8,17031,11,0 +926,8,17031,11,0 +927,8,17031,11,0 +928,8,17031,11,36 +929,8,17031,11,0 +930,8,17031,11,3 +931,8,17031,11,9 +932,8,17031,11,0 +933,8,17031,11,0 +934,8,17031,11,1 +935,8,17031,11,1 +936,8,17031,11,1 +937,8,17031,11,0 +938,8,17031,11,0 +939,8,17031,11,0 +940,8,17031,11,0 +941,8,17031,11,0 +942,8,17031,11,0 +943,8,17031,11,0 +944,8,17031,11,0 +945,8,17031,11,1 +946,8,17031,11,8 +947,8,17031,11,27 +948,8,17031,11,0 +949,8,17031,11,27 +950,8,17031,11,1 +951,8,17031,11,0 +952,8,17031,11,0 +953,8,17031,11,13 +954,8,17031,11,67 +955,4,17031,11,0 +956,4,17031,11,1 +957,4,17031,11,1 +958,4,17031,11,0 +959,4,17031,11,10 +960,4,17031,11,0 +961,4,17031,11,0 +962,4,17031,11,37 +963,4,17031,11,0 +964,4,17031,11,1 +965,4,17031,11,0 +966,4,17031,11,4 +967,4,17031,11,0 +968,4,17031,11,0 +969,4,17031,11,2 +970,4,17031,11,42 +971,4,17031,11,1 +972,4,17031,11,9 +973,4,17031,11,8 +974,4,17031,11,0 +975,4,17031,11,0 +976,4,17031,11,0 +977,4,17031,11,3 +978,4,17031,11,0 +979,4,17031,11,4 +980,4,17031,11,1 +981,4,17031,11,6 +982,4,17031,11,1 +983,4,17031,11,0 +984,4,17031,11,0 +985,4,17031,11,0 +986,4,17031,11,0 +987,4,17031,11,0 +988,4,17031,11,0 +989,4,17031,11,0 +990,4,17031,11,0 +991,4,17031,11,1 +992,4,17031,11,0 +993,4,17031,11,0 +994,4,17031,11,5 +995,4,17031,11,0 +996,4,17031,11,2 +997,4,17031,11,0 +998,4,17031,11,0 +999,4,17031,11,0 +1000,4,17031,11,0 +1001,4,17031,11,0 +1002,9,17031,11,0 +1003,9,17031,11,0 +1004,9,17031,11,0 +1005,9,17031,11,0 +1006,9,17031,11,1 +1007,9,17031,11,2 +1008,9,17031,11,0 +1009,9,17031,11,0 +1010,9,17031,11,23 +1011,9,17031,11,1 +1012,9,17031,11,0 +1013,9,17031,11,0 +1014,9,17031,11,0 +1015,9,17031,11,1 +1016,9,17031,11,0 +1017,9,17031,11,0 +1018,9,17031,11,0 +1019,9,17031,11,1 +1020,9,17031,11,1 +1021,9,17031,11,1 +1022,9,17031,11,0 +1023,9,17031,11,0 +1024,9,17031,11,0 +1025,9,17031,11,0 +1026,9,17031,11,1 +1027,9,17031,11,0 +1028,9,17031,11,0 +1029,9,17031,11,0 +1030,9,17031,11,0 +1031,9,17031,11,1 +1032,9,17031,11,1 +1033,9,17031,11,1 +1034,9,17031,11,0 +1035,9,17031,11,1 +1036,9,17031,11,0 +1037,9,17031,11,2 +1038,9,17031,11,0 +1039,9,17031,11,0 +1040,9,17031,11,0 +1041,9,17031,11,0 +1042,9,17031,11,1 +1043,9,17031,11,0 +1044,9,17031,11,0 +1045,9,17031,11,3 +1046,9,17031,11,0 +1047,9,17031,11,1 +1048,9,17031,11,0 +1049,9,17031,11,0 +1050,9,17031,11,1 +1051,9,17031,11,0 +1052,9,17031,11,5 +1053,9,17031,11,0 +1054,9,17031,11,0 +1055,9,17031,11,0 +1056,9,17031,11,0 +1057,9,17031,11,0 +1058,9,17031,11,0 +1059,9,17031,11,8 +1060,9,17031,11,0 +1061,12,17031,11,4 +1062,9,17031,11,0 +1063,9,17031,11,0 +1064,12,17031,11,0 +1065,9,17031,11,7 +1066,9,17031,11,10 +1067,9,17031,11,0 +1068,12,17031,11,0 +1069,5,17031,11,2 +1070,5,17031,11,1 +1071,5,17031,11,0 +1072,5,17031,11,0 +1073,5,17031,11,2 +1074,5,17031,11,4 +1075,5,17031,11,0 +1076,5,17031,11,0 +1077,5,17031,11,9 +1078,5,17031,11,0 +1079,5,17031,11,0 +1080,5,17031,11,0 +1081,5,17031,11,0 +1082,5,17031,11,1 +1083,5,17031,11,0 +1084,5,17031,11,0 +1085,5,17031,11,0 +1086,5,17031,11,0 +1087,10,17031,11,0 +1088,5,17031,11,0 +1089,10,17031,11,0 +1090,5,17031,11,0 +1091,5,17031,11,0 +1092,10,17031,11,0 +1093,10,17031,11,1 +1094,10,17031,11,20 +1095,10,17031,11,0 +1096,10,17031,11,0 +1097,10,17031,11,0 +1098,5,17031,11,0 +1099,10,17031,11,0 +1100,10,17031,11,1 +1101,10,17031,11,0 +1102,10,17031,11,0 +1103,10,17031,11,0 +1104,10,17031,11,0 +1105,10,17031,11,0 +1106,10,17031,11,0 +1107,10,17031,11,0 +1108,10,17031,11,0 +1109,10,17031,11,0 +1110,10,17031,11,1 +1111,10,17031,11,0 +1112,10,17031,11,1 +1113,10,17031,11,2 +1114,10,17031,11,0 +1115,10,17031,11,0 +1116,10,17031,11,0 +1117,10,17031,11,0 +1118,10,17031,11,0 +1119,10,17031,11,0 +1120,10,17031,11,0 +1121,10,17031,11,1 +1122,10,17031,11,0 +1123,10,17031,11,8 +1124,10,17031,11,0 +1125,10,17031,11,6 +1126,10,17031,11,0 +1127,10,17031,11,0 +1128,10,17031,11,2 +1129,10,17031,11,1 +1130,10,17031,11,8 +1131,10,17031,11,1 +1132,10,17031,11,0 +1133,10,17031,11,0 +1134,10,17031,11,1 +1135,10,17031,11,3 +1136,10,17031,11,0 +1137,10,17031,11,2 +1138,10,17031,11,0 +1139,10,17031,11,16 +1140,10,17031,11,2 +1141,10,17031,11,1 +1142,10,17031,11,0 +1143,10,17031,11,0 +1144,10,17031,11,1 +1145,10,17031,11,0 +1146,10,17031,11,0 +1147,10,17031,11,4 +1148,10,17031,11,3 +1149,10,17031,11,0 +1150,10,17031,11,13 +1151,10,17031,11,0 +1152,10,17031,11,1 +1153,10,17031,11,0 +1154,10,17031,11,0 +1155,10,17031,11,0 +1156,10,17031,11,0 +1157,10,17031,11,2 +1158,10,17031,11,1 +1159,10,17031,11,24 +1160,10,17031,11,0 +1161,10,17031,11,0 +1162,10,17031,11,0 +1163,10,17031,11,0 +1164,10,17031,11,0 +1165,10,17031,11,0 +1166,10,17031,11,0 +1167,10,17031,11,5 +1168,10,17031,11,7 +1169,10,17031,11,2 +1170,10,17031,11,0 +1171,11,17031,11,0 +1172,11,17031,11,0 +1173,11,17031,11,2 +1174,11,17031,11,1 +1175,11,17031,11,0 +1176,11,17031,11,0 +1177,11,17031,11,0 +1178,11,17031,11,0 +1179,11,17031,11,0 +1180,11,17031,11,0 +1181,11,17031,11,0 +1182,11,17031,11,2 +1183,12,17031,11,0 +1184,12,17031,11,0 +1185,12,17031,11,0 +1186,12,17031,11,4 +1187,12,17031,11,0 +1188,13,17031,11,1 +1189,12,17031,11,0 +1190,13,17031,11,0 +1191,12,17031,11,3 +1192,12,17031,11,6 +1193,12,17031,11,0 +1194,12,17031,11,0 +1195,12,17031,11,2 +1196,12,17031,11,0 +1197,12,17031,11,4 +1198,12,17031,11,0 +1199,12,17031,11,0 +1200,12,17031,11,1 +1201,12,17031,11,0 +1202,12,17031,11,0 +1203,12,17031,11,1 +1204,12,17031,11,2 +1205,12,17031,11,4 +1206,12,17031,11,3 +1207,12,17031,11,0 +1208,12,17031,11,2 +1209,12,17031,11,0 +1210,12,17031,11,0 +1211,12,17031,11,0 +1212,12,17031,11,2 +1213,12,17031,11,0 +1214,12,17031,11,0 +1215,12,17031,11,0 +1216,12,17031,11,5 +1217,12,17031,11,22 +1218,12,17031,11,4 +1219,12,17031,11,3 +1220,12,17031,11,1 +1221,12,17031,11,0 +1222,12,17031,11,10 +1223,12,17031,11,3 +1224,12,17031,11,2 +1225,12,17031,11,0 +1226,12,17031,11,0 +1227,12,17031,11,0 +1228,12,17031,11,0 +1229,15,17031,11,1 +1230,15,17031,11,0 +1231,15,17031,11,1 +1232,15,17031,11,0 +1233,15,17031,11,0 +1234,15,17031,11,0 +1235,15,17031,11,1 +1236,15,17031,11,2 +1237,15,17031,11,0 +1238,15,17031,11,0 +1239,15,17031,11,0 +1240,15,17031,11,1 +1241,15,17031,11,32 +1242,15,17031,11,0 +1243,15,17031,11,0 +1244,15,17031,11,0 +1245,15,17031,11,0 +1246,15,17031,11,0 +1247,15,17031,11,1 +1248,15,17031,11,0 +1249,15,17031,11,0 +1250,15,17031,11,0 +1251,15,17031,11,0 +1252,15,17031,11,1 +1253,15,17031,11,0 +1254,15,17031,11,2 +1255,15,17031,11,1 +1256,15,17031,11,2 +1257,15,17031,11,2 +1258,15,17031,11,2 +1259,15,17031,11,1 +1260,15,17031,11,0 +1261,15,17031,11,1 +1262,15,17031,11,1 +1263,15,17031,11,0 +1264,15,17031,11,0 +1265,15,17031,11,3 +1266,15,17031,11,0 +1267,15,17031,11,0 +1268,15,17031,11,4 +1269,15,17031,11,16 +1270,15,17031,11,0 +1271,15,17031,11,0 +1272,15,17031,11,1 +1273,15,17031,11,0 +1274,15,17031,11,2 +1275,15,17031,11,0 +1276,15,17031,11,0 +1277,15,17031,11,0 +1278,15,17031,11,2 +1279,15,17031,11,1 +1280,15,17031,11,0 +1281,15,17031,11,0 +1282,15,17031,11,0 +1283,15,17031,11,0 +1284,15,17031,11,0 +1285,15,17031,11,0 +1286,15,17031,11,0 +1287,15,17031,11,3 +1288,15,17031,11,4 +1289,15,17031,11,3 +1290,15,17031,11,10 +1291,15,17031,11,1 +1292,15,17031,11,0 +1293,15,17031,11,5 +1294,15,17031,11,9 +1295,15,17031,11,4 +1296,15,17031,11,6 +1297,15,17031,11,27 +1298,15,17031,11,5 +1299,15,17031,11,1 +1300,15,17031,11,8 +1301,15,17031,11,0 +1302,15,17031,11,0 +1303,15,17031,11,2 +1304,15,17031,11,0 +1305,15,17031,11,7 +1306,15,17031,11,0 +1307,15,17031,11,0 +1308,15,17031,11,0 +1309,15,17031,11,4 +1310,15,17031,11,4 +1311,15,17031,11,0 +1312,15,17031,11,1 +1313,16,17031,11,0 +1314,16,17031,11,0 +1315,16,17031,11,2 +1316,16,17031,11,0 +1317,16,17031,11,0 +1318,16,17031,11,7 +1319,16,17031,11,0 +1320,16,17031,11,0 +1321,16,17031,11,0 +1322,16,17031,11,1 +1323,16,17031,11,3 +1324,16,17031,11,3 +1325,16,17031,11,0 +1326,16,17031,11,0 +1327,16,17031,11,0 +1328,16,17031,11,0 +1329,16,17031,11,0 +1330,16,17031,11,0 +1331,16,17031,11,0 +1332,16,17031,11,0 +1333,16,17031,11,1 +1334,16,17031,11,2 +1335,16,17031,11,1 +1336,16,17031,11,4 +1337,16,17031,11,0 +1338,16,17031,11,0 +1339,16,17031,11,0 +1340,16,17031,11,0 +1341,16,17031,11,1 +1342,16,17031,11,0 +1343,16,17031,11,0 +1344,16,17031,11,7 +1345,16,17031,11,0 +1346,16,17031,11,2 +1347,16,17031,11,1 +1348,16,17031,11,0 +1349,16,17031,11,1 +1350,16,17031,11,0 +1351,16,17031,11,5 +1352,16,17031,11,0 +1353,16,17031,11,0 +1354,16,17031,11,2 +1355,16,17031,11,1 +1356,16,17031,11,0 +1357,16,17031,11,0 +1358,16,17031,11,1 +1359,16,17031,11,7 +1360,16,17031,11,15 +1361,16,17031,11,4 +1362,18,17031,11,0 +1363,18,17031,11,10 +1364,18,17031,11,5 +1365,18,17031,11,1 +1366,18,17031,11,0 +1367,18,17031,11,2 +1368,18,17031,11,1 +1369,18,17031,11,0 +1370,18,17031,11,10 +1371,18,17031,11,0 +1372,18,17031,11,0 +1373,18,17031,11,10 +1374,18,17031,11,10 +1375,18,17031,11,1 +1376,18,17031,11,0 +1377,18,17031,11,0 +1378,18,17031,11,1 +1379,18,17031,11,3 +1380,18,17031,11,5 +1381,18,17031,11,3 +1382,18,17031,11,12 +1383,18,17031,11,0 +1384,18,17031,11,0 +1385,18,17031,11,1 +1386,18,17031,11,0 +1387,18,17031,11,0 +1388,18,17031,11,0 +1389,18,17031,11,1 +1390,18,17031,11,0 +1391,18,17031,11,0 +1392,18,17031,11,0 +1393,18,17031,11,0 +1394,18,17031,11,0 +1395,18,17031,11,0 +1396,18,17031,11,0 +1397,18,17031,11,1 +1398,18,17031,11,0 +1399,18,17031,11,0 +1400,18,17031,11,62 +1401,18,17031,11,6 +1402,18,17031,11,1 +1403,18,17031,11,1 +1404,18,17031,11,0 +1405,18,17031,11,1 +1406,18,17031,11,5 +1407,18,17031,11,3 +1408,18,17031,11,0 +1409,18,17031,11,1 +1410,18,17031,11,0 +1411,18,17031,11,0 +1412,18,17031,11,3 +1413,18,17031,11,0 +1414,18,17031,11,0 +1415,18,17031,11,0 +1416,19,17031,11,0 +1417,19,17031,11,0 +1418,19,17031,11,2 +1419,19,17031,11,0 +1420,19,17031,11,1 +1421,19,17031,11,0 +1422,19,17031,11,0 +1423,19,17031,11,0 +1424,19,17031,11,1 +1425,19,17031,11,3 +1426,19,17031,11,1 +1427,19,17031,11,2 +1428,19,17031,11,0 +1429,19,17031,11,1 +1430,19,17031,11,1 +1431,19,17031,11,0 +1432,19,17031,11,1 +1433,19,17031,11,2 +1434,19,17031,11,1 +1435,19,17031,11,4 +1436,19,17031,11,3 +1437,19,17031,11,0 +1438,19,17031,11,10 +1439,19,17031,11,0 +1440,19,17031,11,1 +1441,21,17031,11,1 +1442,21,17031,11,7 +1443,21,17031,11,14 +1444,21,17031,11,4 +1445,21,17031,11,4 +1446,21,17031,11,7 +1447,22,17031,11,9 +1448,22,17031,11,0 +1449,22,17031,11,0 +1450,22,17031,11,0 +1451,22,17031,11,12 +1452,22,17031,11,1 +1453,22,17031,11,0 +1454,22,17031,11,0 +1455,22,17031,11,0 +1456,22,17031,11,0 +1457,22,17031,11,0 +1458,22,17031,11,9 +1459,22,17031,11,0 +1460,22,17031,11,0 +1461,22,17031,11,0 +1462,22,17031,11,1 +1463,22,17031,11,0 +1464,22,17031,11,14 +1465,22,17031,11,1 +1466,22,17031,11,45 +1467,22,17031,11,0 +1468,22,17031,11,1 +1469,22,17031,11,0 +1470,22,17031,11,0 +1471,23,17031,11,4 +1472,23,17031,11,0 +1473,23,17031,11,2 +1474,23,17031,11,0 +1475,23,17031,11,0 +1476,23,17031,11,0 +1477,23,17031,11,11 +1478,23,17031,11,0 +1479,23,17031,11,0 +1480,23,17031,11,1 +1481,23,17031,11,0 +1482,23,17031,11,1 +1483,23,17031,11,0 +1484,23,17031,11,0 +1485,23,17031,11,1 +1486,23,17031,11,0 +1487,23,17031,11,1 +1488,23,17031,11,1 +1489,23,17031,11,1 +1490,23,17031,11,0 +1491,23,17031,11,4 +1492,23,17031,11,2 +1493,23,17031,11,1 +1494,23,17031,11,0 +1495,23,17031,11,1 +1496,23,17031,11,0 +1497,23,17031,11,0 +1498,23,17031,11,0 +1499,23,17031,11,1 +1500,23,17031,11,0 +1501,23,17031,11,0 +1502,23,17031,11,0 +1503,23,17031,11,0 +1504,23,17031,11,0 +1505,23,17031,11,0 +1506,23,17031,11,0 +1507,23,17031,11,0 +1508,23,17031,11,1 +1509,23,17031,11,0 +1510,23,17031,11,0 +1511,23,17031,11,4 +1512,23,17031,11,3 +1513,23,17031,11,1 +1514,23,17031,11,2 +1515,23,17031,11,7 +1516,23,17031,11,1 +1517,23,17031,11,0 +1518,23,17031,11,0 +1519,23,17031,11,13 +1520,23,17031,11,0 +1521,23,17031,11,0 +1522,23,17031,11,0 +1523,23,17031,11,0 +1524,23,17031,11,1 +1525,23,17031,11,8 +1526,23,17031,11,1 +1527,23,17031,11,1 +1528,23,17031,11,2 +1529,23,17031,11,0 +1530,23,17031,11,1 +1531,23,17031,11,7 +1532,23,17031,11,21 +1533,23,17031,11,0 +1534,23,17031,11,0 +1535,23,17031,11,0 +1536,23,17031,11,30 +1537,24,17031,11,0 +1538,24,17031,11,0 +1539,24,17031,11,3 +1540,24,17031,11,0 +1541,24,17031,11,0 +1542,24,17031,11,0 +1543,24,17031,11,0 +1544,24,17031,11,1 +1545,24,17031,11,0 +1546,24,17031,11,0 +1547,24,17031,11,0 +1548,24,17031,11,0 +1549,24,17031,11,3 +1550,24,17031,11,0 +1551,24,17031,11,0 +1552,25,17031,11,11 +1553,25,17031,11,1 +1554,25,17031,11,0 +1555,25,17031,11,3 +1556,25,17031,11,0 +1557,25,17031,11,0 +1558,25,17031,11,4 +1559,25,17031,11,0 +1560,25,17031,11,3 +1561,25,17031,11,2 +1562,25,17031,11,2 +1563,25,17031,11,3 +1564,25,17031,11,1 +1565,25,17031,11,4 +1566,25,17031,11,2 +1567,25,17031,11,0 +1568,25,17031,11,2 +1569,25,17031,11,4 +1570,25,17031,11,4 +1571,25,17031,11,1 +1572,25,17031,11,5 +1573,26,17031,11,0 +1574,26,17031,11,1 +1575,26,17031,11,11 +1576,26,17031,11,2 +1577,26,17031,11,1 +1578,26,17031,11,1 +1579,26,17031,11,0 +1580,26,17031,11,12 +1581,26,17031,11,1 +1582,26,17031,11,0 +1583,26,17031,11,1 +1584,26,17031,11,0 +1585,26,17031,11,0 +1586,26,17031,11,3 +1587,26,17031,11,0 +1588,26,17031,11,0 +1589,26,17031,11,0 +1590,26,17031,11,0 +1591,26,17031,11,0 +1592,26,17031,11,5 +1593,26,17031,11,6 +1594,26,17031,11,2 +1595,26,17031,11,1 +1596,26,17031,11,0 +1597,26,17031,11,0 +1598,26,17031,11,2 +1599,26,17031,11,0 +1600,26,17031,11,1 +1601,26,17031,11,2 +1602,26,17031,11,0 +1603,26,17031,11,5 +1604,26,17031,11,14 +1605,26,17031,11,0 +1606,26,17031,11,9 +1607,26,17031,11,0 +1608,26,17031,11,3 +1609,26,17031,11,0 +1610,26,17031,11,0 +1611,26,17031,11,0 +1612,26,17031,11,15 +1613,26,17031,11,1 +1614,26,17031,11,1 +1615,27,17031,11,4 +1616,27,17031,11,10 +1617,27,17031,11,0 +1618,27,17031,11,0 +1619,27,17031,11,0 +1620,27,17031,11,4 +1621,27,17031,11,14 +1622,27,17031,11,0 +1623,27,17031,11,0 +1624,27,17031,11,0 +1625,27,17031,11,1 +1626,27,17031,11,4 +1627,27,17031,11,0 +1628,27,17031,11,0 +1629,27,17031,11,0 +1630,27,17031,11,1 +1631,27,17031,11,0 +1632,27,17031,11,4 +1633,27,17031,11,0 +1634,27,17031,11,0 +1635,27,17031,11,1 +1636,27,17031,11,0 +1637,27,17031,11,4 +1638,27,17031,11,1 +1639,27,17031,11,12 +1640,27,17031,11,3 +1641,27,17031,11,2 +1642,27,17031,11,0 +1643,27,17031,11,0 +1644,27,17031,11,5 +1645,27,17031,11,4 +1646,27,17031,11,1 +1647,27,17031,11,1 +1648,27,17031,11,6 +1649,27,17031,11,3 +1650,27,17031,11,3 +1651,27,17031,11,11 +1652,27,17031,11,0 +1653,27,17031,11,6 +1654,27,17031,11,7 +1655,27,17031,11,1 +1656,27,17031,11,4 +1657,27,17031,11,3 +1658,27,17031,11,0 +1659,27,17031,11,1 +1660,27,17031,11,1 +1661,27,17031,11,4 +1662,27,17031,11,0 +1663,27,17031,11,28 +1664,27,17031,11,0 +1665,27,17031,11,2 +1666,27,17031,11,5 +1667,28,17031,11,3 +1668,28,17031,11,0 +1669,28,17031,11,0 +1670,28,17031,11,3 +1671,28,17031,11,2 +1672,28,17031,11,0 +1673,28,17031,11,1 +1674,28,17031,11,0 +1675,28,17031,11,0 +1676,28,17031,11,3 +1677,28,17031,11,8 +1678,28,17031,11,2 +1679,28,17031,11,0 +1680,28,17031,11,1 +1681,28,17031,11,0 +1682,28,17031,11,0 +1683,28,17031,11,0 +1684,28,17031,11,0 +1685,28,17031,11,0 +1686,28,17031,11,2 +1687,28,17031,11,0 +1688,28,17031,11,0 +1689,28,17031,11,1 +1690,28,17031,11,0 +1691,28,17031,11,2 +1692,28,17031,11,0 +1693,28,17031,11,4 +1694,28,17031,11,0 +1695,28,17031,11,1 +1696,28,17031,11,2 +1697,29,17031,11,0 +1698,29,17031,11,0 +1699,29,17031,11,0 +1700,29,17031,11,1 +1701,29,17031,11,0 +1702,29,17031,11,4 +1703,29,17031,11,1 +1704,29,17031,11,2 +1705,29,17031,11,10 +1706,29,17031,11,0 +1707,29,17031,11,0 +1708,29,17031,11,0 +1709,29,17031,11,1 +1710,29,17031,11,0 +1711,29,17031,11,1 +1712,29,17031,11,0 +1713,29,17031,11,0 +1714,29,17031,11,0 +1715,29,17031,11,1 +1716,29,17031,11,0 +1717,29,17031,11,0 +1718,29,17031,11,0 +1719,29,17031,11,1 +1720,29,17031,11,1 +1721,29,17031,11,16 +1722,29,17031,11,2 +1723,29,17031,11,3 +1724,29,17031,11,10 +1725,29,17031,11,3 +1726,29,17031,11,1 +1727,29,17031,11,3 +1728,29,17031,11,17 +1729,29,17031,11,5 +1730,29,17031,11,2 +1731,29,17031,11,3 +1732,29,17031,11,3 +1733,79,17043,11,0 +1734,79,17043,11,0 +1735,77,17043,11,2 +1736,77,17043,11,7 +1737,77,17043,11,5 +1738,77,17043,11,0 +1739,77,17043,11,0 +1740,77,17043,11,2 +1741,77,17043,11,26 +1742,77,17043,11,4 +1743,77,17043,11,14 +1744,80,17043,11,9 +1745,80,17043,11,0 +1746,80,17043,11,39 +1747,80,17043,11,0 +1748,80,17043,11,0 +1749,80,17043,11,9 +1750,80,17043,11,0 +1751,80,17043,11,4 +1752,80,17043,11,1 +1753,80,17043,11,0 +1754,80,17043,11,1 +1755,80,17043,11,5 +1756,83,17043,11,1 +1757,83,17043,11,2 +1758,83,17043,11,3 +1759,83,17043,11,4 +1760,83,17043,11,3 +1761,83,17043,11,2 +1762,83,17043,11,1 +1763,83,17043,11,0 +1764,83,17043,11,1 +1765,83,17043,11,0 +1766,83,17043,11,0 +1767,83,17043,11,1 +1768,83,17043,11,4 +1769,83,17043,11,1 +1770,83,17043,11,0 +1771,83,17043,11,0 +1772,83,17043,11,0 +1773,83,17043,11,1 +1774,83,17043,11,1 +1775,83,17043,11,2 +1776,83,17043,11,0 +1777,83,17043,11,0 +1778,83,17043,11,1 +1779,83,17043,11,1 +1780,83,17043,11,3 +1781,83,17043,11,59 +1782,83,17043,11,10 +1783,83,17043,11,0 +1784,83,17043,11,1 +1785,83,17043,11,1 +1786,83,17043,11,2 +1787,83,17043,11,1 +1788,83,17043,11,2 +1789,83,17043,11,0 +1790,83,17043,11,1 +1791,83,17043,11,0 +1792,83,17043,11,0 +1793,83,17043,11,2 +1794,83,17043,11,0 +1795,83,17043,11,0 +1796,83,17043,11,0 +1797,83,17043,11,0 +1798,83,17043,11,1 +1799,83,17043,11,1 +1800,83,17043,11,1 +1801,83,17043,11,1 +1802,83,17043,11,0 +1803,83,17043,11,0 +1804,83,17043,11,0 +1805,83,17043,11,0 +1806,83,17043,11,1 +1807,83,17043,11,0 +1808,83,17043,11,1 +1809,83,17043,11,0 +1810,83,17043,11,0 +1811,83,17043,11,5 +1812,83,17043,11,1 +1813,78,17043,11,2 +1814,78,17043,11,17 +1815,78,17043,11,0 +1816,78,17043,11,0 +1817,78,17043,11,10 +1818,78,17043,11,3 +1819,78,17043,11,20 +1820,78,17043,11,1 +1821,78,17043,11,7 +1822,78,17043,11,2 +1823,78,17043,11,1 +1824,78,17043,11,1 +1825,78,17043,11,4 +1826,78,17043,11,0 +1827,78,17043,11,2 +1828,78,17043,11,2 +1829,78,17043,11,0 +1830,78,17043,11,0 +1831,78,17043,11,0 +1832,78,17043,11,0 +1833,78,17043,11,0 +1834,78,17043,11,2 +1835,78,17043,11,0 +1836,78,17043,11,0 +1837,78,17043,11,2 +1838,78,17043,11,0 +1839,78,17043,11,0 +1840,78,17043,11,0 +1841,78,17043,11,2 +1842,78,17043,11,12 +1843,78,17043,11,5 +1844,78,17043,11,0 +1845,78,17043,11,0 +1846,78,17043,11,2 +1847,78,17043,11,2 +1848,78,17043,11,3 +1849,78,17043,11,2 +1850,78,17043,11,1 +1851,78,17043,11,4 +1852,78,17043,11,1 +1853,78,17043,11,3 +1854,78,17043,11,42 +1855,81,17043,11,0 +1856,81,17043,11,20 +1857,81,17043,11,0 +1858,81,17043,11,2 +1859,81,17043,11,1 +1860,81,17043,11,1 +1861,81,17043,11,6 +1862,81,17043,11,0 +1863,81,17043,11,1 +1864,81,17043,11,0 +1865,81,17043,11,3 +1866,81,17043,11,0 +1867,81,17043,11,0 +1868,81,17043,11,0 +1869,81,17043,11,1 +1870,81,17043,11,4 +1871,81,17043,11,0 +1872,81,17043,11,0 +1873,81,17043,11,1 +1874,81,17043,11,0 +1875,81,17043,11,0 +1876,81,17043,11,4 +1877,81,17043,11,17 +1878,81,17043,11,2 +1879,81,17043,11,14 +1880,81,17043,11,0 +1881,81,17043,11,1 +1882,81,17043,11,0 +1883,81,17043,11,0 +1884,81,17043,11,1 +1885,81,17043,11,2 +1886,81,17043,11,6 +1887,81,17043,11,3 +1888,81,17043,11,2 +1889,81,17043,11,0 +1890,81,17043,11,0 +1891,81,17043,11,0 +1892,81,17043,11,0 +1893,81,17043,11,0 +1894,81,17043,11,0 +1895,81,17043,11,0 +1896,81,17043,11,0 +1897,81,17043,11,1 +1898,81,17043,11,0 +1899,81,17043,11,1 +1900,81,17043,11,0 +1901,81,17043,11,0 +1902,81,17043,11,0 +1903,81,17043,11,3 +1904,81,17043,11,3 +1905,81,17043,11,0 +1906,81,17043,11,3 +1907,81,17043,11,0 +1908,81,17043,11,1 +1909,81,17043,11,0 +1910,81,17043,11,2 +1911,81,17043,11,0 +1912,84,17043,11,0 +1913,84,17043,11,196 +1914,84,17043,11,7 +1915,84,17043,11,0 +1916,84,17043,11,1 +1917,84,17043,11,0 +1918,84,17043,11,2 +1919,84,17043,11,1 +1920,84,17043,11,0 +1921,84,17043,11,0 +1922,84,17043,11,0 +1923,84,17043,11,0 +1924,84,17043,11,1 +1925,84,17043,11,0 +1926,84,17043,11,0 +1927,84,17043,11,1 +1928,84,17043,11,0 +1929,84,17043,11,4 +1930,84,17043,11,1 +1931,84,17043,11,2 +1932,84,17043,11,6 +1933,84,17043,11,2 +1934,84,17043,11,0 +1935,84,17043,11,0 +1936,84,17043,11,0 +1937,84,17043,11,0 +1938,84,17043,11,3 +1939,84,17043,11,0 +1940,84,17043,11,2 +1941,84,17043,11,0 +1942,84,17043,11,5 +1943,84,17043,11,1 +1944,84,17043,11,0 +1945,84,17043,11,7 +1946,84,17043,11,1 +1947,84,17043,11,0 +1948,84,17043,11,0 +1949,84,17043,11,0 +1950,84,17043,11,0 +1951,84,17043,11,0 +1952,84,17043,11,0 +1953,84,17043,11,0 +1954,79,17043,11,41 +1955,79,17043,11,2 +1956,79,17043,11,3 +1957,79,17043,11,77 +1958,79,17043,11,7 +1959,79,17043,11,10 +1960,79,17043,11,0 +1961,79,17043,11,4 +1962,79,17043,11,6 +1963,79,17043,11,20 +1964,79,17043,11,0 +1965,79,17043,11,0 +1966,79,17043,11,0 +1967,79,17043,11,0 +1968,79,17043,11,3 +1969,79,17043,11,3 +1970,79,17043,11,0 +1971,79,17043,11,0 +1972,79,17043,11,0 +1973,79,17043,11,0 +1974,79,17043,11,2 +1975,79,17043,11,0 +1976,79,17043,11,0 +1977,79,17043,11,0 +1978,79,17043,11,3 +1979,79,17043,11,2 +1980,79,17043,11,0 +1981,79,17043,11,5 +1982,79,17043,11,2 +1983,79,17043,11,0 +1984,79,17043,11,3 +1985,79,17043,11,0 +1986,79,17043,11,1 +1987,79,17043,11,0 +1988,79,17043,11,0 +1989,79,17043,11,6 +1990,79,17043,11,0 +1991,79,17043,11,104 +1992,79,17043,11,4 +1993,79,17043,11,2 +1994,79,17043,11,0 +1995,79,17043,11,0 +1996,79,17043,11,0 +1997,79,17043,11,4 +1998,79,17043,11,0 +1999,79,17043,11,0 +2000,79,17043,11,0 +2001,79,17043,11,0 +2002,79,17043,11,2 +2003,82,17043,11,0 +2004,82,17043,11,0 +2005,82,17043,11,6 +2006,82,17043,11,0 +2007,82,17043,11,1 +2008,82,17043,11,0 +2009,82,17043,11,0 +2010,82,17043,11,1 +2011,82,17043,11,1 +2012,82,17043,11,3 +2013,82,17043,11,0 +2014,82,17043,11,0 +2015,82,17043,11,1 +2016,82,17043,11,0 +2017,82,17043,11,1 +2018,82,17043,11,1 +2019,82,17043,11,0 +2020,82,17043,11,1 +2021,82,17043,11,1 +2022,82,17043,11,3 +2023,82,17043,11,3 +2024,82,17043,11,1 +2025,82,17043,11,2 +2026,82,17043,11,1 +2027,82,17043,11,3 +2028,82,17043,11,1 +2029,82,17043,11,2 +2030,82,17043,11,1 +2031,82,17043,11,0 +2032,82,17043,11,0 +2033,82,17043,11,8 +2034,82,17043,11,5 +2035,82,17043,11,2 +2036,82,17043,11,4 +2037,82,17043,11,2 +2038,82,17043,11,2 +2039,82,17043,11,1 +2040,82,17043,11,0 +2041,82,17043,11,3 +2042,82,17043,11,0 +2043,82,17043,11,5 +2044,82,17043,11,0 +2045,82,17043,11,7 +2046,82,17043,11,1 +2047,82,17043,11,1 +2048,82,17043,11,1 +2049,82,17043,11,1 +2050,82,17043,11,1 +2051,85,17043,11,0 +2052,85,17043,11,0 +2053,85,17043,11,0 +2054,85,17043,11,0 +2055,85,17043,11,0 +2056,85,17043,11,1 +2057,85,17043,11,4 +2058,85,17043,11,5 +2059,85,17043,11,2 +2060,85,17043,11,6 +2061,85,17043,11,4 +2062,85,17043,11,1 +2063,85,17043,11,1 +2064,85,17043,11,0 +2065,85,17043,11,5 +2066,85,17043,11,1 +2067,85,17043,11,1 +2068,85,17043,11,0 +2069,85,17043,11,0 +2070,85,17043,11,0 +2071,85,17043,11,0 +2072,85,17043,11,0 +2073,85,17043,11,0 +2074,85,17043,11,0 +2075,85,17043,11,0 +2076,85,17043,11,0 +2077,85,17043,11,17 +2078,85,17043,11,4 +2079,85,17043,11,0 +2080,85,17043,11,3 +2081,85,17043,11,0 +2082,85,17043,11,0 +2083,85,17043,11,0 +2084,85,17043,11,1 +2085,85,17043,11,1 +2086,85,17043,11,0 +2087,85,17043,11,1 +2088,85,17043,11,0 +2089,85,17043,11,8 +2090,85,17043,11,0 +2091,85,17043,11,0 +2092,85,17043,11,0 +2093,85,17043,11,0 +2094,85,17043,11,0 +2095,85,17043,11,1 +2096,85,17043,11,0 +2097,85,17043,11,0 +2098,85,17043,11,0 +2099,85,17043,11,0 +2100,85,17043,11,1 +2101,85,17043,11,2 +2102,85,17043,11,4 +2103,85,17043,11,1 +2104,85,17043,11,0 +2105,85,17043,11,11 +2106,85,17043,11,6 +2107,85,17043,11,0 +2108,86,17043,11,11 +2109,86,17043,11,1 +2110,86,17043,11,2 +2111,86,17043,11,5 +2112,62,17089,11,7 +2113,62,17089,11,5 +2114,62,17089,11,12 +2115,62,17089,11,32 +2116,65,17089,11,5 +2117,65,17089,11,3 +2118,65,17089,11,5 +2119,65,17089,11,5 +2120,68,17089,11,7 +2121,68,17089,11,7 +2122,68,17089,11,3 +2123,68,17089,11,8 +2124,71,17089,11,6 +2125,71,17089,11,4 +2126,71,17089,11,9 +2127,71,17089,11,3 +2128,74,17089,11,8 +2129,74,17089,11,5 +2130,74,17089,11,5 +2131,74,17089,11,6 +2132,63,17089,11,22 +2133,63,17089,11,4 +2134,63,17089,11,31 +2135,63,17089,11,8 +2136,66,17089,11,6 +2137,66,17089,11,1 +2138,66,17089,11,12 +2139,66,17089,11,15 +2140,69,17089,11,15 +2141,69,17089,11,4 +2142,69,17089,11,10 +2143,69,17089,11,14 +2144,72,17089,11,26 +2145,72,17089,11,7 +2146,72,17089,11,16 +2147,72,17089,11,4 +2148,75,17089,11,18 +2149,75,17089,11,3 +2150,75,17089,11,1 +2151,75,17089,11,1 +2152,75,17089,11,0 +2153,75,17089,11,1 +2154,75,17089,11,0 +2155,75,17089,11,0 +2156,75,17089,11,0 +2157,75,17089,11,4 +2158,64,17089,11,4 +2159,64,17089,11,1 +2160,64,17089,11,0 +2161,64,17089,11,0 +2162,64,17089,11,0 +2163,64,17089,11,2 +2164,64,17089,11,36 +2165,64,17089,11,0 +2166,64,17089,11,1 +2167,64,17089,11,0 +2168,64,17089,11,4 +2169,64,17089,11,0 +2170,64,17089,11,38 +2171,64,17089,11,3 +2172,64,17089,11,1 +2173,64,17089,11,102 +2174,64,17089,11,5 +2175,64,17089,11,1 +2176,64,17089,11,6 +2177,64,17089,11,6 +2178,64,17089,11,1 +2179,67,17089,11,26 +2180,67,17089,11,10 +2181,67,17089,11,5 +2182,67,17089,11,0 +2183,67,17089,11,0 +2184,67,17089,11,1 +2185,67,17089,11,0 +2186,67,17089,11,15 +2187,67,17089,11,29 +2188,67,17089,11,10 +2189,67,17089,11,1 +2190,67,17089,11,0 +2191,67,17089,11,0 +2192,67,17089,11,0 +2193,67,17089,11,9 +2194,67,17089,11,2 +2195,67,17089,11,0 +2196,67,17089,11,0 +2197,67,17089,11,80 +2198,67,17089,11,0 +2199,67,17089,11,1 +2200,67,17089,11,0 +2201,67,17089,11,0 +2202,67,17089,11,2 +2203,67,17089,11,1 +2204,67,17089,11,0 +2205,67,17089,11,0 +2206,67,17089,11,0 +2207,67,17089,11,1 +2208,67,17089,11,0 +2209,67,17089,11,13 +2210,67,17089,11,0 +2211,67,17089,11,1 +2212,67,17089,11,0 +2213,67,17089,11,0 +2214,67,17089,11,3 +2215,67,17089,11,5 +2216,67,17089,11,3 +2217,67,17089,11,2 +2218,67,17089,11,6 +2219,67,17089,11,0 +2220,67,17089,11,0 +2221,70,17089,11,5 +2222,70,17089,11,3 +2223,70,17089,11,6 +2224,70,17089,11,14 +2225,70,17089,11,9 +2226,70,17089,11,9 +2227,70,17089,11,36 +2228,70,17089,11,3 +2229,70,17089,11,57 +2230,70,17089,11,0 +2231,70,17089,11,0 +2232,70,17089,11,7 +2233,70,17089,11,0 +2234,70,17089,11,2 +2235,70,17089,11,3 +2236,70,17089,11,1 +2237,70,17089,11,3 +2238,70,17089,11,20 +2239,73,17089,11,4 +2240,73,17089,11,1 +2241,73,17089,11,3 +2242,73,17089,11,3 +2243,73,17089,11,3 +2244,73,17089,11,16 +2245,73,17089,11,9 +2246,73,17089,11,9 +2247,73,17089,11,0 +2248,73,17089,11,3 +2249,73,17089,11,3 +2250,73,17089,11,71 +2251,73,17089,11,1 +2252,73,17089,11,0 +2253,73,17089,11,17 +2254,73,17089,11,15 +2255,73,17089,11,12 +2256,73,17089,11,6 +2257,76,17089,11,0 +2258,76,17089,11,2 +2259,76,17089,11,0 +2260,76,17089,11,83 +2261,76,17089,11,0 +2262,76,17089,11,1 +2263,76,17089,11,0 +2264,76,17089,11,0 +2265,76,17089,11,2 +2266,76,17089,11,0 +2267,76,17089,11,16 +2268,76,17089,11,3 +2269,76,17089,11,7 +2270,76,17089,11,0 +2271,76,17089,11,1 +2272,76,17089,11,0 +2273,76,17089,11,1 +2274,76,17089,11,8 +2275,76,17089,11,2 +2276,76,17089,11,3 +2277,76,17089,11,2 +2278,76,17089,11,0 +2279,76,17089,11,1 +2280,76,17089,11,1 +2281,76,17089,11,46 +2282,76,17089,11,0 +2283,76,17089,11,3 +2284,76,17089,11,4 +2285,76,17089,11,71 +2286,76,17089,11,0 +2287,76,17089,11,2 +2288,76,17089,11,0 +2289,76,17089,11,0 +2290,76,17089,11,0 +2291,76,17089,11,0 +2292,76,17089,11,0 +2293,76,17089,11,1 +2294,76,17089,11,0 +2295,76,17089,11,0 +2296,76,17089,11,0 +2297,76,17089,11,0 +2298,76,17089,11,0 +2299,76,17089,11,0 +2300,76,17089,11,0 +2301,76,17089,11,0 +2302,76,17089,11,0 +2303,76,17089,11,1 +2304,76,17089,11,0 +2305,110,17093,11,1 +2306,110,17093,11,5 +2307,111,17093,11,11 +2308,111,17093,11,4 +2309,112,17093,11,4 +2310,112,17093,11,0 +2311,112,17093,11,5 +2312,112,17093,11,15 +2313,112,17093,11,19 +2314,110,17093,11,4 +2315,110,17093,11,7 +2316,111,17093,11,12 +2317,111,17093,11,0 +2318,112,17093,11,6 +2319,112,17093,11,5 +2320,113,17093,11,10 +2321,114,17093,11,19 +2322,115,17093,11,9 +2323,116,17093,11,4 +2324,117,17093,11,8 +2325,118,17093,11,10 +2326,46,17097,11,0 +2327,46,17097,11,0 +2328,46,17097,11,0 +2329,46,17097,11,1 +2330,46,17097,11,0 +2331,46,17097,11,7 +2332,50,17097,11,2 +2333,50,17097,11,0 +2334,50,17097,11,3 +2335,50,17097,11,9 +2336,50,17097,11,12 +2337,50,17097,11,6 +2338,54,17097,11,8 +2339,54,17097,11,13 +2340,54,17097,11,12 +2341,54,17097,11,10 +2342,54,17097,11,1 +2343,54,17097,11,37 +2344,58,17097,11,1 +2345,58,17097,11,1 +2346,58,17097,11,24 +2347,58,17097,11,9 +2348,58,17097,11,21 +2349,58,17097,11,22 +2350,47,17097,11,8 +2351,47,17097,11,1 +2352,47,17097,11,15 +2353,47,17097,11,0 +2354,47,17097,11,3 +2355,47,17097,11,3 +2356,47,17097,11,13 +2357,47,17097,11,8 +2358,47,17097,11,0 +2359,51,17097,11,0 +2360,51,17097,11,4 +2361,51,17097,11,7 +2362,51,17097,11,4 +2363,51,17097,11,1 +2364,51,17097,11,1 +2365,51,17097,11,3 +2366,51,17097,11,2 +2367,51,17097,11,0 +2368,51,17097,11,4 +2369,51,17097,11,2 +2370,51,17097,11,2 +2371,51,17097,11,19 +2372,51,17097,11,0 +2373,51,17097,11,4 +2374,51,17097,11,3 +2375,51,17097,11,2 +2376,51,17097,11,1 +2377,55,17097,11,0 +2378,55,17097,11,7 +2379,55,17097,11,14 +2380,55,17097,11,0 +2381,55,17097,11,1 +2382,55,17097,11,4 +2383,55,17097,11,4 +2384,55,17097,11,2 +2385,55,17097,11,6 +2386,59,17097,11,3 +2387,59,17097,11,21 +2388,59,17097,11,1 +2389,59,17097,11,8 +2390,59,17097,11,21 +2391,59,17097,11,13 +2392,59,17097,11,0 +2393,59,17097,11,7 +2394,59,17097,11,2 +2395,48,17097,11,5 +2396,48,17097,11,15 +2397,48,17097,11,5 +2398,48,17097,11,2 +2399,52,17097,11,1 +2400,52,17097,11,8 +2401,52,17097,11,8 +2402,52,17097,11,2 +2403,52,17097,11,8 +2404,52,17097,11,1 +2405,52,17097,11,0 +2406,52,17097,11,6 +2407,52,17097,11,1 +2408,52,17097,11,38 +2409,52,17097,11,4 +2410,52,17097,11,2 +2411,52,17097,11,4 +2412,52,17097,11,2 +2413,52,17097,11,1 +2414,52,17097,11,0 +2415,52,17097,11,2 +2416,52,17097,11,7 +2417,52,17097,11,5 +2418,52,17097,11,0 +2419,52,17097,11,1 +2420,56,17097,11,113 +2421,56,17097,11,14 +2422,56,17097,11,14 +2423,56,17097,11,1 +2424,56,17097,11,2 +2425,56,17097,11,2 +2426,56,17097,11,0 +2427,56,17097,11,0 +2428,56,17097,11,1 +2429,56,17097,11,9 +2430,56,17097,11,0 +2431,56,17097,11,0 +2432,56,17097,11,17 +2433,56,17097,11,1 +2434,56,17097,11,2 +2435,56,17097,11,3 +2436,56,17097,11,2 +2437,56,17097,11,6 +2438,56,17097,11,0 +2439,56,17097,11,6 +2440,56,17097,11,0 +2441,56,17097,11,2 +2442,56,17097,11,2 +2443,56,17097,11,11 +2444,60,17097,11,1 +2445,60,17097,11,6 +2446,60,17097,11,2 +2447,60,17097,11,0 +2448,60,17097,11,5 +2449,60,17097,11,5 +2450,60,17097,11,1 +2451,60,17097,11,5 +2452,60,17097,11,6 +2453,60,17097,11,3 +2454,60,17097,11,11 +2455,60,17097,11,2 +2456,60,17097,11,0 +2457,60,17097,11,57 +2458,60,17097,11,2 +2459,60,17097,11,1 +2460,60,17097,11,12 +2461,60,17097,11,1 +2462,60,17097,11,0 +2463,60,17097,11,2 +2464,60,17097,11,1 +2465,60,17097,11,2 +2466,60,17097,11,2 +2467,60,17097,11,3 +2468,49,17097,11,1 +2469,49,17097,11,0 +2470,49,17097,11,0 +2471,49,17097,11,0 +2472,49,17097,11,8 +2473,49,17097,11,11 +2474,49,17097,11,2 +2475,49,17097,11,3 +2476,49,17097,11,1 +2477,53,17097,11,0 +2478,53,17097,11,2 +2479,53,17097,11,0 +2480,53,17097,11,0 +2481,53,17097,11,0 +2482,53,17097,11,0 +2483,53,17097,11,31 +2484,53,17097,11,0 +2485,53,17097,11,0 +2486,53,17097,11,0 +2487,53,17097,11,0 +2488,53,17097,11,0 +2489,53,17097,11,0 +2490,53,17097,11,0 +2491,53,17097,11,1 +2492,53,17097,11,1 +2493,53,17097,11,0 +2494,53,17097,11,0 +2495,53,17097,11,0 +2496,53,17097,11,0 +2497,53,17097,11,0 +2498,53,17097,11,0 +2499,53,17097,11,0 +2500,53,17097,11,3 +2501,53,17097,11,0 +2502,53,17097,11,0 +2503,53,17097,11,2 +2504,53,17097,11,0 +2505,53,17097,11,2 +2506,53,17097,11,4 +2507,53,17097,11,4 +2508,53,17097,11,0 +2509,53,17097,11,3 +2510,53,17097,11,0 +2511,53,17097,11,1 +2512,53,17097,11,0 +2513,53,17097,11,3 +2514,53,17097,11,1 +2515,53,17097,11,0 +2516,53,17097,11,0 +2517,53,17097,11,0 +2518,53,17097,11,0 +2519,53,17097,11,0 +2520,53,17097,11,0 +2521,53,17097,11,0 +2522,53,17097,11,1 +2523,53,17097,11,0 +2524,53,17097,11,0 +2525,53,17097,11,0 +2526,53,17097,11,0 +2527,53,17097,11,1 +2528,53,17097,11,0 +2529,57,17097,11,2 +2530,57,17097,11,1 +2531,57,17097,11,0 +2532,57,17097,11,0 +2533,57,17097,11,0 +2534,57,17097,11,0 +2535,57,17097,11,0 +2536,57,17097,11,0 +2537,57,17097,11,0 +2538,57,17097,11,1 +2539,57,17097,11,1 +2540,57,17097,11,4 +2541,57,17097,11,3 +2542,57,17097,11,1 +2543,57,17097,11,0 +2544,57,17097,11,1 +2545,57,17097,11,0 +2546,57,17097,11,0 +2547,57,17097,11,0 +2548,57,17097,11,0 +2549,57,17097,11,13 +2550,57,17097,11,1 +2551,61,17097,11,0 +2552,61,17097,11,0 +2553,61,17097,11,1 +2554,61,17097,11,0 +2555,61,17097,11,1 +2556,61,17097,11,5 +2557,61,17097,11,0 +2558,61,17097,11,0 +2559,61,17097,11,1 +2560,61,17097,11,2 +2561,61,17097,11,2 +2562,61,17097,11,0 +2563,61,17097,11,0 +2564,61,17097,11,0 +2565,61,17097,11,0 +2566,61,17097,11,0 +2567,61,17097,11,1 +2568,61,17097,11,3 +2569,61,17097,11,3 +2570,61,17097,11,0 +2571,61,17097,11,6 +2572,61,17097,11,0 +2573,61,17097,11,0 +2574,61,17097,11,0 +2575,61,17097,11,12 +2576,61,17097,11,9 +2577,61,17097,11,0 +2578,61,17097,11,5 +2579,61,17097,11,0 +2580,61,17097,11,14 +2581,61,17097,11,0 +2582,61,17097,11,7 +2583,61,17097,11,0 +2584,30,17111,11,2 +2585,30,17111,11,2 +2586,30,17111,11,5 +2587,30,17111,11,11 +2588,34,17111,11,7 +2589,34,17111,11,1 +2590,34,17111,11,2 +2591,34,17111,11,3 +2592,38,17111,11,2 +2593,38,17111,11,6 +2594,38,17111,11,5 +2595,38,17111,11,13 +2596,42,17111,11,3 +2597,42,17111,11,7 +2598,42,17111,11,2 +2599,42,17111,11,5 +2600,31,17111,11,1 +2601,31,17111,11,2 +2602,31,17111,11,6 +2603,31,17111,11,3 +2604,35,17111,11,7 +2605,35,17111,11,9 +2606,35,17111,11,6 +2607,35,17111,11,14 +2608,39,17111,11,4 +2609,39,17111,11,4 +2610,39,17111,11,5 +2611,39,17111,11,4 +2612,43,17111,11,26 +2613,43,17111,11,10 +2614,43,17111,11,14 +2615,43,17111,11,2 +2616,32,17111,11,9 +2617,32,17111,11,1 +2618,32,17111,11,2 +2619,32,17111,11,2 +2620,36,17111,11,5 +2621,36,17111,11,19 +2622,36,17111,11,8 +2623,36,17111,11,4 +2624,40,17111,11,5 +2625,40,17111,11,1 +2626,40,17111,11,2 +2627,40,17111,11,2 +2628,40,17111,11,6 +2629,40,17111,11,2 +2630,40,17111,11,8 +2631,40,17111,11,9 +2632,40,17111,11,3 +2633,40,17111,11,3 +2634,40,17111,11,5 +2635,40,17111,11,2 +2636,44,17111,11,0 +2637,44,17111,11,0 +2638,44,17111,11,2 +2639,44,17111,11,1 +2640,44,17111,11,2 +2641,44,17111,11,0 +2642,44,17111,11,3 +2643,44,17111,11,48 +2644,44,17111,11,3 +2645,33,17111,11,21 +2646,33,17111,11,3 +2647,33,17111,11,1 +2648,33,17111,11,2 +2649,33,17111,11,16 +2650,33,17111,11,0 +2651,33,17111,11,17 +2652,37,17111,11,10 +2653,37,17111,11,5 +2654,37,17111,11,5 +2655,37,17111,11,2 +2656,37,17111,11,5 +2657,37,17111,11,13 +2658,37,17111,11,15 +2659,37,17111,11,2 +2660,37,17111,11,0 +2661,37,17111,11,9 +2662,37,17111,11,40 +2663,37,17111,11,0 +2664,41,17111,11,0 +2665,41,17111,11,2 +2666,41,17111,11,28 +2667,41,17111,11,19 +2668,41,17111,11,1 +2669,41,17111,11,6 +2670,41,17111,11,12 +2671,41,17111,11,1 +2672,41,17111,11,4 +2673,41,17111,11,0 +2674,41,17111,11,1 +2675,41,17111,11,2 +2676,41,17111,11,8 +2677,41,17111,11,3 +2678,41,17111,11,0 +2679,45,17111,11,0 +2680,45,17111,11,1 +2681,45,17111,11,3 +2682,45,17111,11,0 +2683,45,17111,11,0 +2684,45,17111,11,0 +2685,45,17111,11,0 +2686,45,17111,11,0 +2687,45,17111,11,1 +2688,45,17111,11,25 +2689,45,17111,11,5 +2690,45,17111,11,14 +2691,45,17111,11,0 +2692,45,17111,11,2 +2693,45,17111,11,22 +2694,45,17111,11,3 +2695,45,17111,11,49 +2696,45,17111,11,1 +2697,45,17111,11,3 +2698,45,17111,11,1 +2699,45,17111,11,1 +2700,45,17111,11,15 +2701,45,17111,11,2 +2702,45,17111,11,5 +2703,87,17197,11,24 +2704,87,17197,11,17 +2705,87,17197,11,0 +2706,87,17197,11,0 +2707,87,17197,11,16 +2708,87,17197,11,1 +2709,87,17197,11,1 +2710,87,17197,11,9 +2711,87,17197,11,2 +2712,89,17197,11,4 +2713,89,17197,11,17 +2714,89,17197,11,0 +2715,89,17197,11,3 +2716,89,17197,11,10 +2717,89,17197,11,1 +2718,89,17197,11,2 +2719,89,17197,11,6 +2720,89,17197,11,4 +2721,92,17197,11,1 +2722,92,17197,11,13 +2723,92,17197,11,8 +2724,92,17197,11,4 +2725,92,17197,11,8 +2726,92,17197,11,0 +2727,92,17197,11,1 +2728,92,17197,11,8 +2729,92,17197,11,7 +2730,92,17197,11,0 +2731,92,17197,11,3 +2732,92,17197,11,4 +2733,96,17197,11,13 +2734,96,17197,11,12 +2735,96,17197,11,6 +2736,96,17197,11,9 +2737,102,17197,11,2 +2738,102,17197,11,1 +2739,102,17197,11,4 +2740,102,17197,11,9 +2741,108,17197,11,2 +2742,108,17197,11,5 +2743,108,17197,11,1 +2744,108,17197,11,1 +2745,88,17197,11,0 +2746,88,17197,11,0 +2747,88,17197,11,0 +2748,88,17197,11,1 +2749,88,17197,11,1 +2750,88,17197,11,0 +2751,88,17197,11,1 +2752,88,17197,11,2 +2753,88,17197,11,0 +2754,88,17197,11,36 +2755,88,17197,11,1 +2756,88,17197,11,8 +2757,88,17197,11,11 +2758,88,17197,11,3 +2759,88,17197,11,24 +2760,88,17197,11,7 +2761,88,17197,11,10 +2762,88,17197,11,7 +2763,88,17197,11,1 +2764,88,17197,11,24 +2765,88,17197,11,5 +2766,90,17197,11,19 +2767,90,17197,11,1 +2768,90,17197,11,7 +2769,90,17197,11,5 +2770,90,17197,11,4 +2771,90,17197,11,7 +2772,90,17197,11,1 +2773,90,17197,11,0 +2774,90,17197,11,5 +2775,90,17197,11,0 +2776,90,17197,11,0 +2777,90,17197,11,3 +2778,90,17197,11,3 +2779,90,17197,11,2 +2780,90,17197,11,9 +2781,93,17197,11,1 +2782,93,17197,11,1 +2783,93,17197,11,0 +2784,93,17197,11,0 +2785,93,17197,11,0 +2786,93,17197,11,8 +2787,93,17197,11,1 +2788,93,17197,11,0 +2789,93,17197,11,0 +2790,93,17197,11,0 +2791,93,17197,11,3 +2792,93,17197,11,5 +2793,93,17197,11,5 +2794,93,17197,11,0 +2795,93,17197,11,1 +2796,93,17197,11,0 +2797,93,17197,11,0 +2798,93,17197,11,1 +2799,93,17197,11,1 +2800,93,17197,11,2 +2801,93,17197,11,0 +2802,93,17197,11,0 +2803,93,17197,11,8 +2804,93,17197,11,0 +2805,93,17197,11,0 +2806,93,17197,11,0 +2807,93,17197,11,0 +2808,93,17197,11,9 +2809,93,17197,11,0 +2810,93,17197,11,19 +2811,93,17197,11,4 +2812,93,17197,11,1 +2813,93,17197,11,0 +2814,93,17197,11,2 +2815,93,17197,11,2 +2816,93,17197,11,1 +2817,93,17197,11,0 +2818,93,17197,11,0 +2819,93,17197,11,1 +2820,93,17197,11,2 +2821,93,17197,11,1 +2822,93,17197,11,0 +2823,93,17197,11,0 +2824,93,17197,11,4 +2825,93,17197,11,10 +2826,97,17197,11,13 +2827,97,17197,11,4 +2828,97,17197,11,11 +2829,97,17197,11,3 +2830,103,17197,11,2 +2831,103,17197,11,1 +2832,103,17197,11,2 +2833,103,17197,11,2 +2834,109,17197,11,3 +2835,109,17197,11,3 +2836,109,17197,11,0 +2837,109,17197,11,3 +2838,91,17197,11,6 +2839,91,17197,11,3 +2840,91,17197,11,8 +2841,91,17197,11,2 +2842,91,17197,11,2 +2843,91,17197,11,6 +2844,91,17197,11,7 +2845,91,17197,11,1 +2846,91,17197,11,3 +2847,94,17197,11,2 +2848,94,17197,11,4 +2849,94,17197,11,6 +2850,94,17197,11,8 +2851,94,17197,11,2 +2852,94,17197,11,6 +2853,94,17197,11,7 +2854,94,17197,11,28 +2855,94,17197,11,5 +2856,98,17197,11,4 +2857,98,17197,11,0 +2858,98,17197,11,2 +2859,98,17197,11,9 +2860,98,17197,11,1 +2861,98,17197,11,1 +2862,98,17197,11,2 +2863,98,17197,11,3 +2864,98,17197,11,3 +2865,104,17197,11,3 +2866,104,17197,11,10 +2867,104,17197,11,3 +2868,104,17197,11,5 +2869,95,17197,11,11 +2870,95,17197,11,13 +2871,95,17197,11,5 +2872,95,17197,11,1 +2873,95,17197,11,9 +2874,95,17197,11,12 +2875,95,17197,11,2 +2876,95,17197,11,2 +2877,95,17197,11,23 +2878,95,17197,11,3 +2879,95,17197,11,2 +2880,95,17197,11,9 +2881,95,17197,11,1 +2882,95,17197,11,7 +2883,95,17197,11,3 +2884,99,17197,11,1 +2885,99,17197,11,4 +2886,99,17197,11,1 +2887,99,17197,11,0 +2888,99,17197,11,4 +2889,99,17197,11,1 +2890,99,17197,11,2 +2891,99,17197,11,4 +2892,99,17197,11,0 +2893,105,17197,11,4 +2894,105,17197,11,5 +2895,105,17197,11,4 +2896,105,17197,11,7 +2897,100,17197,11,9 +2898,100,17197,11,10 +2899,100,17197,11,3 +2900,100,17197,11,18 +2901,100,17197,11,8 +2902,100,17197,11,5 +2903,100,17197,11,3 +2904,100,17197,11,0 +2905,100,17197,11,4 +2906,106,17197,11,2 +2907,106,17197,11,2 +2908,106,17197,11,5 +2909,106,17197,11,0 +2910,101,17197,11,9 +2911,101,17197,11,1 +2912,101,17197,11,3 +2913,101,17197,11,3 +2914,101,17197,11,2 +2915,101,17197,11,5 +2916,101,17197,11,2 +2917,101,17197,11,1 +2918,101,17197,11,4 +2919,101,17197,11,3 +2920,101,17197,11,2 +2921,107,17197,11,6 +2922,107,17197,11,2 +2923,107,17197,11,2 +2924,107,17197,11,1 +2925,107,17197,11,8 +2926,107,17197,11,1 +2927,119,17063,11,1 +2928,119,17063,11,0 +2929,119,17063,11,0 +2930,119,17063,11,13 +2931,119,17063,11,0 +2932,119,17063,11,0 +2933,119,17063,11,0 +2934,119,17063,11,1 +2935,119,17063,11,2 +2936,119,17063,11,1 +2937,119,17063,11,0 +2938,119,17063,11,0 +2939,119,17063,11,4 +2940,119,17063,11,0 +2941,119,17063,11,0 +2942,119,17063,11,0 +2943,119,17063,11,0 +2944,119,17063,11,0 +2945,119,17063,11,0 +2946,119,17063,11,0 +2947,119,17063,11,0 +2948,119,17063,11,0 +2949,119,17063,11,5 +2950,119,17063,11,5 +2951,120,17007,11,0 +2952,120,17007,11,0 +2953,120,17007,11,12 +2954,120,17007,11,0 +2955,120,17007,11,3 +2956,120,17007,11,0 +2957,120,17007,11,0 +2958,120,17007,11,8 +2959,120,17007,11,0 +2960,120,17007,11,0 +2961,120,17007,11,0 +2962,120,17007,11,0 +2963,120,17007,11,0 +2964,120,17007,11,0 +2965,120,17007,11,30 +2966,120,17007,11,0 +2967,120,17007,11,0 +2968,120,17007,11,0 +2969,120,17007,11,0 +2970,120,17007,11,3 +2971,120,17007,11,0 +2972,120,17007,11,0 +2973,120,17007,11,3 +2974,120,17007,11,1 +2975,120,17007,11,37 +2976,121,17037,11,0 +2977,121,17037,11,3 +2978,121,17037,11,29 +2979,121,17037,11,0 +2980,121,17037,11,339 +2981,121,17037,11,5 +2982,121,17037,11,0 +2983,121,17037,11,0 +2984,121,17037,11,0 +2985,121,17037,11,0 +2986,121,17037,11,62 +2987,121,17037,11,18 +2988,121,17037,11,83 +2989,121,17037,11,0 +2990,121,17037,11,3 +2991,121,17037,11,0 +2992,121,17037,11,2 +2993,121,17037,11,8 +2994,121,17037,11,0 +2995,121,17037,11,0 +2996,121,17037,11,0 +2997,121,17037,11,0 +2998,121,17037,11,0 +2999,121,17037,11,0 +3000,121,17037,11,2 +3001,121,17037,11,7 +3002,121,17037,11,18 +3003,121,17037,11,8 +3004,121,17037,11,0 +3005,121,17037,11,0 +3006,121,17037,11,0 +3007,121,17037,11,0 +3008,121,17037,11,0 +3009,121,17037,11,0 +3010,121,17037,11,0 +3011,121,17037,11,0 +3012,121,17037,11,0 +3013,121,17037,11,35 +3014,121,17037,11,16 +3015,121,17037,11,6 +3016,121,17037,11,0 +3017,121,17037,11,0 +3018,121,17037,11,0 +3019,121,17037,11,8 +3020,121,17037,11,4 +3021,121,17037,11,0 +3022,122,17091,11,0 +3023,122,17091,11,0 +3024,122,17091,11,0 +3025,122,17091,11,0 +3026,122,17091,11,0 +3027,122,17091,11,0 +3028,122,17091,11,0 +3029,122,17091,11,2 +3030,122,17091,11,4 +3031,122,17091,11,0 +3032,122,17091,11,0 +3033,122,17091,11,0 +3034,122,17091,11,0 +3035,122,17091,11,0 +3036,122,17091,11,7 +3037,122,17091,11,0 +3038,122,17091,11,0 +3039,122,17091,11,0 +3040,122,17091,11,0 +3041,122,17091,11,0 +3042,122,17091,11,0 +3043,122,17091,11,0 +3044,122,17091,11,0 +3045,122,17091,11,0 +3046,122,17091,11,0 +3047,122,17091,11,0 +3048,122,17091,11,0 +3049,122,17091,11,0 +3050,122,17091,11,0 +3051,122,17091,11,0 +3052,122,17091,11,0 +3053,122,17091,11,0 +3054,122,17091,11,0 +3055,122,17091,11,1 +3056,122,17091,11,0 +3057,122,17091,11,0 +3058,122,17091,11,0 +3059,122,17091,11,0 +3060,122,17091,11,0 +3061,122,17091,11,0 +3062,122,17091,11,19 +3063,122,17091,11,0 +3064,122,17091,11,0 +3065,122,17091,11,1 +3066,122,17091,11,0 +3067,122,17091,11,0 +3068,122,17091,11,0 +3069,122,17091,11,0 +3070,122,17091,11,0 +3071,122,17091,11,1 +3072,122,17091,11,3 +3073,122,17091,11,2 +3074,126,17099,11,0 +3075,126,17099,11,0 +3076,126,17099,11,17 +3077,126,17099,11,0 +3078,126,17099,11,0 +3079,126,17099,11,0 +3080,126,17099,11,0 +3081,126,17099,11,1 +3082,126,17099,11,0 +3083,126,17099,11,0 +3084,126,17099,11,0 +3085,126,17099,11,0 +3086,126,17099,11,0 +3087,126,17099,11,2 +3088,126,17099,11,0 +3089,126,17099,11,10 +3090,126,17099,11,0 +3091,126,17099,11,0 +3092,126,17099,11,0 +3093,126,17099,11,0 +3094,126,17099,11,0 +3095,126,17099,11,0 +3096,126,17099,11,0 +3097,126,17099,11,2 +3098,126,17099,11,1 +3099,126,17099,11,10 +3100,126,17099,11,0 +3101,126,17099,11,3 +3102,126,17099,11,0 +3103,126,17099,11,0 +3104,126,17099,11,0 +3105,126,17099,11,0 +3106,126,17099,11,0 +3107,126,17099,11,0 +3108,126,17099,11,0 +3109,126,17099,11,0 +3110,126,17099,11,0 +3111,126,17099,11,0 +3112,126,17099,11,0 +3113,126,17099,11,1 +3114,126,17099,11,27 +3115,126,17099,11,0 +3116,126,17099,11,0 +3117,126,17099,11,0 +3118,126,17099,11,19 +3119,126,17099,11,4 +3120,126,17099,11,0 +3121,126,17099,11,0 +3122,126,17099,11,7 +3123,126,17099,11,0 +3124,126,17099,11,0 +3125,126,17099,11,1 +3126,126,17099,11,0 +3127,126,17099,11,2 +3128,126,17099,11,0 +3129,126,17099,11,0 +3130,126,17099,11,0 +3131,126,17099,11,0 +3132,126,17099,11,46 +3133,126,17099,11,13 +3134,126,17099,11,0 +3135,126,17099,11,3 +3136,126,17099,11,24 +3137,126,17099,11,0 +3138,126,17099,11,0 +3139,126,17099,11,6 +3140,126,17099,11,0 +3141,126,17099,11,0 +3142,126,17099,11,0 +3143,126,17099,11,0 +3144,126,17099,11,0 +3145,126,17099,11,0 +3146,125,17103,11,0 +3147,125,17103,11,0 +3148,125,17103,11,0 +3149,125,17103,11,0 +3150,125,17103,11,0 +3151,125,17103,11,1 +3152,124,17141,11,0 +3153,124,17141,11,0 +3154,124,17141,11,0 +3155,124,17141,11,9 +3156,124,17141,11,0 +3157,124,17141,11,1 +3158,124,17141,11,0 +3159,124,17141,11,0 +3160,124,17141,11,6 +3161,124,17141,11,26 +3162,124,17141,11,0 +3163,124,17141,11,6 +3164,124,17141,11,0 +3165,124,17141,11,0 +3166,124,17141,11,18 +3167,124,17141,11,2 +3168,124,17141,11,0 +3169,123,17201,11,6 +3170,123,17201,11,0 +3171,123,17201,11,0 +3172,123,17201,11,0 +3173,123,17201,11,5 +3174,123,17201,11,0 +3175,123,17201,11,0 +3176,123,17201,11,0 +3177,123,17201,11,0 +3178,123,17201,11,0 +3179,123,17201,11,0 +3180,123,17201,11,0 +3181,123,17201,11,0 +3182,123,17201,11,0 +3183,123,17201,11,10 +3184,123,17201,11,0 +3185,123,17201,11,0 +3186,123,17201,11,0 +3187,123,17201,11,0 +3188,123,17201,11,38 +3189,123,17201,11,0 +3190,123,17201,11,0 +3191,123,17201,11,0 +3192,123,17201,11,0 +3193,123,17201,11,1 +3194,123,17201,11,0 +3195,123,17201,11,5 +3196,123,17201,11,0 +3197,123,17201,11,0 +3198,123,17201,11,0 +3199,123,17201,11,0 +3200,123,17201,11,0 +3201,123,17201,11,1 +3202,123,17201,11,0 +3203,123,17201,11,0 +3204,123,17201,11,0 +3205,123,17201,11,0 +3206,123,17201,11,18 +3207,123,17201,11,127 +3208,123,17201,11,0 +3209,123,17201,11,9 +3210,123,17201,11,0 +3211,123,17201,11,0 +3212,123,17201,11,0 +3213,123,17201,11,0 +3214,123,17201,11,0 +3215,123,17201,11,34 +3216,123,17201,11,0 +3217,123,17201,11,0 +3218,123,17201,11,0 +3219,123,17201,11,0 +3220,123,17201,11,0 +3221,123,17201,11,0 +3222,123,17201,11,0 +3223,123,17201,11,0 +3224,123,17201,11,0 +3225,123,17201,11,0 +3226,123,17201,11,0 +3227,123,17201,11,4 +3228,123,17201,11,0 +3229,123,17201,11,0 +3230,123,17201,11,0 +3231,123,17201,11,0 +3232,123,17201,11,0 +3233,123,17201,11,0 +3234,123,17201,11,0 +3235,123,17201,11,0 +3236,123,17201,11,0 +3237,123,17201,11,0 +3238,123,17201,11,11 +3239,123,17201,11,0 +3240,123,17201,11,0 +3241,123,17201,11,0 +3242,123,17201,11,0 +3243,123,17201,11,0 +3244,123,17201,11,0 +3245,123,17201,11,0 +3246,123,17201,11,0 +3247,123,17201,11,0 +3248,127,18089,11,0 +3249,127,18089,11,18 +3250,127,18089,11,8 +3251,127,18089,11,0 +3252,127,18089,11,0 +3253,127,18089,11,14 +3254,127,18089,11,0 +3255,127,18089,11,0 +3256,127,18089,11,0 +3257,127,18089,11,0 +3258,127,18089,11,0 +3259,127,18089,11,0 +3260,127,18089,11,0 +3261,127,18089,11,0 +3262,127,18089,11,0 +3263,127,18089,11,0 +3264,127,18089,11,0 +3265,127,18089,11,0 +3266,127,18089,11,0 +3267,127,18089,11,0 +3268,127,18089,11,0 +3269,127,18089,11,0 +3270,127,18089,11,0 +3271,127,18089,11,0 +3272,127,18089,11,0 +3273,127,18089,11,0 +3274,127,18089,11,0 +3275,127,18089,11,9 +3276,127,18089,11,0 +3277,127,18089,11,0 +3278,127,18089,11,0 +3279,127,18089,11,0 +3280,127,18089,11,12 +3281,127,18089,11,0 +3282,127,18089,11,7 +3283,127,18089,11,2 +3284,127,18089,11,0 +3285,127,18089,11,0 +3286,127,18089,11,0 +3287,127,18089,11,0 +3288,127,18089,11,0 +3289,127,18089,11,0 +3290,127,18089,11,0 +3291,127,18089,11,0 +3292,127,18089,11,0 +3293,127,18089,11,0 +3294,127,18089,11,0 +3295,127,18089,11,0 +3296,127,18089,11,0 +3297,127,18089,11,0 +3298,127,18089,11,1 +3299,127,18089,11,0 +3300,127,18089,11,0 +3301,127,18089,11,0 +3302,127,18089,11,0 +3303,127,18089,11,0 +3304,127,18089,11,0 +3305,127,18089,11,0 +3306,127,18089,11,5 +3307,127,18089,11,0 +3308,127,18089,11,7 +3309,127,18089,11,0 +3310,127,18089,11,0 +3311,127,18089,11,0 +3312,127,18089,11,0 +3313,127,18089,11,19 +3314,127,18089,11,0 +3315,127,18089,11,79 +3316,127,18089,11,0 +3317,127,18089,11,0 +3318,127,18089,11,2 +3319,127,18089,11,0 +3320,127,18089,11,0 +3321,127,18089,11,0 +3322,127,18089,11,0 +3323,127,18089,11,0 +3324,127,18089,11,0 +3325,127,18089,11,0 +3326,127,18089,11,0 +3327,127,18089,11,0 +3328,127,18089,11,4 +3329,127,18089,11,80 +3330,127,18089,11,9 +3331,127,18089,11,0 +3332,127,18089,11,0 +3333,127,18089,11,0 +3334,127,18089,11,0 +3335,127,18089,11,0 +3336,127,18089,11,0 +3337,127,18089,11,0 +3338,127,18089,11,0 +3339,127,18089,11,0 +3340,127,18089,11,0 +3341,127,18089,11,0 +3342,127,18089,11,0 +3343,127,18089,11,0 +3344,127,18089,11,4 +3345,129,18091,11,0 +3346,129,18091,11,0 +3347,129,18091,11,33 +3348,129,18091,11,49 +3349,129,18091,11,0 +3350,129,18091,11,6 +3351,129,18091,11,14 +3352,129,18091,11,21 +3353,129,18091,11,0 +3354,129,18091,11,0 +3355,129,18091,11,0 +3356,129,18091,11,0 +3357,129,18091,11,22 +3358,129,18091,11,26 +3359,129,18091,11,2 +3360,129,18091,11,1 +3361,129,18091,11,7 +3362,129,18091,11,0 +3363,129,18091,11,0 +3364,129,18091,11,0 +3365,129,18091,11,0 +3366,129,18091,11,0 +3367,129,18091,11,0 +3368,129,18091,11,16 +3369,129,18091,11,0 +3370,129,18091,11,23 +3371,129,18091,11,0 +3372,129,18091,11,4 +3373,129,18091,11,49 +3374,129,18091,11,0 +3375,129,18091,11,0 +3376,129,18091,11,29 +3377,129,18091,11,0 +3378,129,18091,11,6 +3379,129,18091,11,0 +3380,129,18091,11,0 +3381,129,18091,11,2 +3382,129,18091,11,6 +3383,129,18091,11,0 +3384,129,18091,11,0 +3385,129,18091,11,0 +3386,129,18091,11,0 +3387,129,18091,11,0 +3388,129,18091,11,0 +3389,129,18091,11,1 +3390,129,18091,11,0 +3391,129,18091,11,8 +3392,129,18091,11,2 +3393,129,18091,11,0 +3394,129,18091,11,0 +3395,129,18091,11,0 +3396,129,18091,11,0 +3397,129,18091,11,0 +3398,129,18091,11,0 +3399,129,18091,11,0 +3400,129,18091,11,0 +3401,128,18127,11,0 +3402,128,18127,11,0 +3403,128,18127,11,0 +3404,128,18127,11,0 +3405,128,18127,11,0 +3406,128,18127,11,0 +3407,128,18127,11,0 +3408,128,18127,11,0 +3409,128,18127,11,0 +3410,128,18127,11,0 +3411,128,18127,11,0 +3412,128,18127,11,0 +3413,128,18127,11,6 +3414,128,18127,11,0 +3415,128,18127,11,0 +3416,128,18127,11,0 +3417,128,18127,11,0 +3418,128,18127,11,0 +3419,128,18127,11,0 +3420,128,18127,11,0 +3421,128,18127,11,0 +3422,128,18127,11,16 +3423,128,18127,11,2 +3424,128,18127,11,8 +3425,128,18127,11,0 +3426,128,18127,11,1 +3427,128,18127,11,0 +3428,128,18127,11,0 +3429,128,18127,11,35 +3430,128,18127,11,0 +3431,128,18127,11,0 +3432,128,18127,11,0 +3433,128,18127,11,0 +3434,128,18127,11,0 +3435,128,18127,11,0 +3436,128,18127,11,0 +3437,128,18127,11,0 +3438,128,18127,11,0 +3439,128,18127,11,11 +3440,128,18127,11,0 +3441,128,18127,11,0 +3442,128,18127,11,0 +3443,128,18127,11,0 +3444,128,18127,11,0 +3445,128,18127,11,0 +3446,128,18127,11,0 +3447,128,18127,11,0 +3448,128,18127,11,0 +3449,128,18127,11,0 +3450,128,18127,11,0 +3451,128,18127,11,0 +3452,128,18127,11,0 +3453,128,18127,11,0 +3454,128,18127,11,0 +3455,128,18127,11,0 +3456,128,18127,11,0 +3457,128,18127,11,0 +3458,128,18127,11,0 +3459,128,18127,11,0 +3460,128,18127,11,0 +3461,128,18127,11,0 +3462,128,18127,11,0 +3463,128,18127,11,0 +3464,128,18127,11,0 +3465,128,18127,11,0 +3466,128,18127,11,0 +3467,128,18127,11,0 +3468,130,55059,11,0 +3469,130,55059,11,2 +3470,130,55059,11,0 +3471,130,55059,11,0 +3472,130,55059,11,1 +3473,130,55059,11,0 +3474,130,55059,11,0 +3475,130,55059,11,0 +3476,130,55059,11,0 +3477,130,55059,11,0 +3478,130,55059,11,0 +3479,130,55059,11,0 +3480,130,55059,11,0 +3481,130,55059,11,2 +3482,130,55059,11,4 +3483,130,55059,11,3 +3484,130,55059,11,6 +3485,130,55059,11,0 +3486,130,55059,11,0 +3487,130,55059,11,10 +3488,130,55059,11,10 +3489,130,55059,11,0 +3490,130,55059,11,0 +3491,130,55059,11,0 +3492,130,55059,11,36 +3493,130,55059,11,0 +3494,130,55059,11,0 +3495,130,55059,11,0 +3496,130,55059,11,0 +3497,130,55059,11,20 +3498,130,55059,11,0 +3499,130,55059,11,17 +3500,130,55059,11,0 +3501,130,55059,11,0 +3502,130,55059,11,0 +3503,130,55059,11,0 +3504,130,55059,11,5 +3505,130,55059,11,0 +3506,130,55059,11,15 +3507,130,55059,11,0 +3508,130,55059,11,0 +3509,130,55059,11,7 +3510,130,55059,11,0 +3511,130,55059,11,0 +3512,130,55059,11,0 +3513,131,55101,11,0 +3514,131,55101,11,0 +3515,131,55101,11,0 +3516,131,55101,11,0 +3517,131,55101,11,30 +3518,131,55101,11,41 +3519,131,55101,11,0 +3520,131,55101,11,0 +3521,131,55101,11,0 +3522,131,55101,11,0 +3523,131,55101,11,0 +3524,131,55101,11,0 +3525,131,55101,11,0 +3526,131,55101,11,0 +3527,131,55101,11,18 +3528,131,55101,11,6 +3529,131,55101,11,14 +3530,131,55101,11,12 +3531,131,55101,11,43 +3532,131,55101,11,0 +3533,131,55101,11,1 +3534,131,55101,11,0 +3535,131,55101,11,0 +3536,131,55101,11,0 +3537,131,55101,11,0 +3538,131,55101,11,22 +3539,131,55101,11,0 +3540,131,55101,11,0 +3541,131,55101,11,39 +3542,131,55101,11,0 +3543,131,55101,11,0 +3544,131,55101,11,1 +3545,131,55101,11,0 +3546,131,55101,11,0 +3547,131,55101,11,0 +3548,131,55101,11,0 +3549,131,55101,11,0 +3550,131,55101,11,0 +3551,131,55101,11,16 +3552,131,55101,11,0 +3553,131,55101,11,5 +3554,131,55101,11,0 +3555,131,55101,11,15 +3556,131,55101,11,0 +3557,131,55101,11,8 +3558,131,55101,11,0 +3559,131,55101,11,0 +3560,131,55101,11,74 +3561,131,55101,11,20 +3562,131,55101,11,0 +3563,131,55101,11,0 +3564,131,55101,11,0 +3565,131,55101,11,0 +3566,131,55101,11,0 +3567,131,55101,11,0 +3568,131,55101,11,0 +3569,132,55127,11,0 +3570,132,55127,11,0 +3571,132,55127,11,2 +3572,132,55127,11,4 +3573,132,55127,11,0 +3574,132,55127,11,35 +3575,132,55127,11,0 +3576,132,55127,11,2 +3577,132,55127,11,0 +3578,132,55127,11,0 +3579,132,55127,11,1 +3580,132,55127,11,0 +3581,132,55127,11,0 +3582,132,55127,11,4 +3583,132,55127,11,19 +3584,132,55127,11,0 +3585,132,55127,11,10 +3586,132,55127,11,0 +3587,132,55127,11,0 +3588,132,55127,11,0 +3589,132,55127,11,17 +3590,132,55127,11,0 +3591,132,55127,11,0 +3592,132,55127,11,0 +3593,132,55127,11,0 +3594,132,55127,11,3 +3595,132,55127,11,0 +3596,132,55127,11,0 +3597,132,55127,11,0 +3598,132,55127,11,0 +3599,132,55127,11,0 +3600,132,55127,11,0 +3601,132,55127,11,0 +3602,132,55127,11,0 +3603,132,55127,11,0 +3604,132,55127,11,0 +3605,132,55127,11,0 +3606,132,55127,11,0 +3607,132,55127,11,3 +3608,132,55127,11,2 +3609,132,55127,11,8 +3610,132,55127,11,4 +3611,132,55127,11,0 +3612,132,55127,11,1 +3613,132,55127,11,0 +3614,132,55127,11,0 +3615,132,55127,11,3 +3616,132,55127,11,0 +3617,132,55127,11,9 +3618,132,55127,11,0 +3619,132,55127,11,0 +3620,132,55127,11,1 +3621,132,55127,11,0 +3622,132,55127,11,0 +3623,132,55127,11,10 +3624,132,55127,11,6 +3625,132,55127,11,0 +3626,132,55127,11,26 +3627,132,55127,11,43 +3628,132,55127,11,0 +3629,132,55127,11,0 +3630,132,55127,11,0 +3631,132,55127,11,0 +3632,132,55127,11,0 +1,17,17031,21,0 +2,17,17031,21,0 +3,17,17031,21,1 +4,17,17031,21,0 +5,17,17031,21,1 +6,17,17031,21,1 +7,17,17031,21,1 +8,17,17031,21,0 +9,17,17031,21,0 +10,17,17031,21,0 +11,17,17031,21,0 +12,17,17031,21,12 +13,17,17031,21,1 +14,17,17031,21,0 +15,17,17031,21,0 +16,17,17031,21,8 +17,17,17031,21,1 +18,17,17031,21,1 +19,17,17031,21,1 +20,17,17031,21,0 +21,17,17031,21,2 +22,17,17031,21,1 +23,17,17031,21,2 +24,17,17031,21,1 +25,17,17031,21,10 +26,17,17031,21,1 +27,17,17031,21,0 +28,17,17031,21,1 +29,17,17031,21,3 +30,17,17031,21,3 +31,17,17031,21,0 +32,17,17031,21,0 +33,17,17031,21,0 +34,17,17031,21,0 +35,17,17031,21,1 +36,17,17031,21,2 +37,17,17031,21,0 +38,17,17031,21,0 +39,17,17031,21,1 +40,17,17031,21,0 +41,17,17031,21,1 +42,17,17031,21,0 +43,17,17031,21,0 +44,17,17031,21,0 +45,17,17031,21,0 +46,17,17031,21,0 +47,17,17031,21,0 +48,17,17031,21,0 +49,17,17031,21,1 +50,17,17031,21,0 +51,17,17031,21,0 +52,17,17031,21,0 +53,17,17031,21,0 +54,17,17031,21,0 +55,17,17031,21,1 +56,17,17031,21,0 +57,17,17031,21,1 +58,17,17031,21,0 +59,17,17031,21,0 +60,17,17031,21,1 +61,17,17031,21,0 +62,17,17031,21,0 +63,17,17031,21,0 +64,17,17031,21,0 +65,17,17031,21,0 +66,17,17031,21,0 +67,17,17031,21,0 +68,17,17031,21,0 +69,17,17031,21,0 +70,17,17031,21,6 +71,17,17031,21,0 +72,17,17031,21,3 +73,17,17031,21,4 +74,17,17031,21,0 +75,17,17031,21,0 +76,17,17031,21,1 +77,17,17031,21,0 +78,14,17031,21,0 +79,14,17031,21,0 +80,14,17031,21,0 +81,14,17031,21,0 +82,14,17031,21,0 +83,14,17031,21,0 +84,14,17031,21,0 +85,14,17031,21,0 +86,14,17031,21,1 +87,14,17031,21,0 +88,14,17031,21,0 +89,14,17031,21,0 +90,17,17031,21,0 +91,17,17031,21,0 +92,17,17031,21,0 +93,17,17031,21,0 +94,17,17031,21,4 +95,17,17031,21,0 +96,17,17031,21,0 +97,17,17031,21,1 +98,17,17031,21,0 +99,17,17031,21,1 +100,17,17031,21,0 +101,17,17031,21,0 +102,17,17031,21,0 +103,17,17031,21,0 +104,17,17031,21,0 +105,17,17031,21,0 +106,17,17031,21,0 +107,17,17031,21,0 +108,17,17031,21,0 +109,17,17031,21,0 +110,17,17031,21,0 +111,17,17031,21,0 +112,17,17031,21,0 +113,17,17031,21,0 +114,17,17031,21,0 +115,17,17031,21,0 +116,17,17031,21,0 +117,17,17031,21,0 +118,17,17031,21,0 +119,17,17031,21,0 +120,17,17031,21,1 +121,17,17031,21,0 +122,8,17031,21,0 +123,12,17031,21,1 +124,12,17031,21,0 +125,12,17031,21,0 +126,12,17031,21,0 +127,12,17031,21,0 +128,12,17031,21,0 +129,12,17031,21,0 +130,12,17031,21,0 +131,12,17031,21,0 +132,12,17031,21,0 +133,12,17031,21,0 +134,12,17031,21,0 +135,12,17031,21,0 +136,12,17031,21,0 +137,12,17031,21,0 +138,12,17031,21,5 +139,12,17031,21,1 +140,12,17031,21,0 +141,9,17031,21,0 +142,9,17031,21,0 +143,9,17031,21,0 +144,9,17031,21,0 +145,9,17031,21,0 +146,9,17031,21,0 +147,12,17031,21,0 +148,12,17031,21,0 +149,12,17031,21,0 +150,12,17031,21,0 +151,12,17031,21,0 +152,12,17031,21,0 +153,12,17031,21,0 +154,10,17031,21,0 +155,10,17031,21,0 +156,10,17031,21,0 +157,10,17031,21,0 +158,10,17031,21,0 +159,10,17031,21,1 +160,10,17031,21,0 +161,10,17031,21,0 +162,10,17031,21,0 +163,11,17031,21,0 +164,11,17031,21,0 +165,11,17031,21,0 +166,11,17031,21,0 +167,10,17031,21,0 +168,10,17031,21,0 +169,10,17031,21,0 +170,10,17031,21,0 +171,11,17031,21,1 +172,11,17031,21,0 +173,11,17031,21,0 +174,11,17031,21,0 +175,11,17031,21,0 +176,11,17031,21,0 +177,11,17031,21,0 +178,11,17031,21,0 +179,13,17031,21,0 +180,13,17031,21,0 +181,13,17031,21,0 +182,13,17031,21,0 +183,13,17031,21,3 +184,13,17031,21,0 +185,13,17031,21,0 +186,13,17031,21,0 +187,13,17031,21,0 +188,13,17031,21,2 +189,13,17031,21,0 +190,13,17031,21,0 +191,13,17031,21,1 +192,13,17031,21,0 +193,13,17031,21,0 +194,13,17031,21,0 +195,13,17031,21,0 +196,13,17031,21,0 +197,13,17031,21,0 +198,13,17031,21,0 +199,13,17031,21,0 +200,13,17031,21,0 +201,13,17031,21,0 +202,13,17031,21,0 +203,13,17031,21,0 +204,13,17031,21,0 +205,13,17031,21,0 +206,13,17031,21,0 +207,13,17031,21,0 +208,13,17031,21,0 +209,13,17031,21,0 +210,13,17031,21,0 +211,13,17031,21,0 +212,13,17031,21,0 +213,13,17031,21,1 +214,13,17031,21,0 +215,13,17031,21,0 +216,13,17031,21,0 +217,13,17031,21,0 +218,13,17031,21,1 +219,13,17031,21,0 +220,13,17031,21,0 +221,13,17031,21,0 +222,13,17031,21,0 +223,13,17031,21,1 +224,13,17031,21,1 +225,13,17031,21,0 +226,13,17031,21,0 +227,13,17031,21,0 +228,13,17031,21,0 +229,13,17031,21,0 +230,13,17031,21,0 +231,13,17031,21,10 +232,13,17031,21,0 +233,13,17031,21,1 +234,13,17031,21,0 +235,13,17031,21,0 +236,13,17031,21,3 +237,13,17031,21,0 +238,13,17031,21,0 +239,13,17031,21,0 +240,13,17031,21,0 +241,13,17031,21,0 +242,13,17031,21,0 +243,13,17031,21,3 +244,13,17031,21,0 +245,13,17031,21,0 +246,13,17031,21,0 +247,13,17031,21,0 +248,13,17031,21,0 +249,13,17031,21,0 +250,13,17031,21,0 +251,13,17031,21,0 +252,13,17031,21,0 +253,13,17031,21,1 +254,13,17031,21,0 +255,13,17031,21,0 +256,13,17031,21,0 +257,13,17031,21,0 +258,13,17031,21,0 +259,13,17031,21,0 +260,13,17031,21,0 +261,13,17031,21,0 +262,13,17031,21,4 +263,13,17031,21,0 +264,13,17031,21,0 +265,13,17031,21,1 +266,13,17031,21,0 +267,13,17031,21,0 +268,13,17031,21,0 +269,13,17031,21,0 +270,13,17031,21,0 +271,13,17031,21,0 +272,13,17031,21,0 +273,13,17031,21,0 +274,13,17031,21,0 +275,13,17031,21,0 +276,13,17031,21,5 +277,13,17031,21,0 +278,13,17031,21,0 +279,13,17031,21,0 +280,13,17031,21,0 +281,13,17031,21,0 +282,13,17031,21,0 +283,13,17031,21,0 +284,13,17031,21,5 +285,13,17031,21,0 +286,13,17031,21,0 +287,13,17031,21,0 +288,13,17031,21,0 +289,13,17031,21,0 +290,13,17031,21,0 +291,13,17031,21,1 +292,13,17031,21,0 +293,13,17031,21,0 +294,13,17031,21,0 +295,13,17031,21,0 +296,13,17031,21,1 +297,13,17031,21,0 +298,13,17031,21,1 +299,13,17031,21,1 +300,13,17031,21,0 +301,13,17031,21,0 +302,13,17031,21,1 +303,13,17031,21,0 +304,13,17031,21,0 +305,13,17031,21,0 +306,13,17031,21,0 +307,13,17031,21,0 +308,14,17031,21,0 +309,14,17031,21,0 +310,14,17031,21,0 +311,14,17031,21,0 +312,14,17031,21,0 +313,14,17031,21,0 +314,14,17031,21,0 +315,14,17031,21,0 +316,14,17031,21,0 +317,14,17031,21,0 +318,14,17031,21,0 +319,14,17031,21,0 +320,14,17031,21,0 +321,14,17031,21,0 +322,14,17031,21,0 +323,14,17031,21,0 +324,14,17031,21,0 +325,14,17031,21,0 +326,14,17031,21,0 +327,14,17031,21,0 +328,14,17031,21,0 +329,14,17031,21,0 +330,14,17031,21,0 +331,14,17031,21,0 +332,14,17031,21,0 +333,14,17031,21,12 +334,14,17031,21,0 +335,14,17031,21,0 +336,14,17031,21,0 +337,14,17031,21,0 +338,14,17031,21,0 +339,14,17031,21,0 +340,14,17031,21,0 +341,14,17031,21,0 +342,14,17031,21,0 +343,14,17031,21,12 +344,14,17031,21,0 +345,14,17031,21,0 +346,14,17031,21,5 +347,14,17031,21,0 +348,14,17031,21,0 +349,14,17031,21,0 +350,14,17031,21,0 +351,14,17031,21,0 +352,14,17031,21,0 +353,14,17031,21,0 +354,14,17031,21,1 +355,16,17031,21,1 +356,16,17031,21,0 +357,16,17031,21,0 +358,16,17031,21,0 +359,16,17031,21,0 +360,16,17031,21,0 +361,16,17031,21,2 +362,16,17031,21,0 +363,16,17031,21,1 +364,16,17031,21,0 +365,16,17031,21,0 +366,16,17031,21,1 +367,16,17031,21,0 +368,16,17031,21,0 +369,16,17031,21,0 +370,16,17031,21,0 +371,16,17031,21,1 +372,16,17031,21,0 +373,16,17031,21,0 +374,16,17031,21,1 +375,16,17031,21,0 +376,16,17031,21,0 +377,16,17031,21,0 +378,16,17031,21,2 +379,16,17031,21,0 +380,16,17031,21,6 +381,16,17031,21,2 +382,16,17031,21,0 +383,16,17031,21,0 +384,16,17031,21,0 +385,16,17031,21,0 +386,16,17031,21,2 +387,16,17031,21,10 +388,16,17031,21,1 +389,16,17031,21,0 +390,16,17031,21,18 +391,16,17031,21,0 +392,16,17031,21,0 +393,16,17031,21,4 +394,16,17031,21,0 +395,16,17031,21,0 +396,16,17031,21,2 +397,16,17031,21,0 +398,16,17031,21,0 +399,16,17031,21,0 +400,16,17031,21,0 +401,16,17031,21,0 +402,16,17031,21,0 +403,16,17031,21,0 +404,16,17031,21,0 +405,16,17031,21,0 +406,16,17031,21,0 +407,16,17031,21,2 +408,16,17031,21,1 +409,16,17031,21,0 +410,16,17031,21,1 +411,16,17031,21,0 +412,16,17031,21,0 +413,16,17031,21,0 +414,16,17031,21,0 +415,16,17031,21,0 +416,16,17031,21,0 +417,16,17031,21,1 +418,16,17031,21,0 +419,16,17031,21,2 +420,16,17031,21,1 +421,16,17031,21,0 +422,16,17031,21,0 +423,16,17031,21,4 +424,16,17031,21,0 +425,16,17031,21,0 +426,16,17031,21,0 +427,16,17031,21,0 +428,16,17031,21,0 +429,16,17031,21,0 +430,16,17031,21,0 +431,16,17031,21,0 +432,16,17031,21,2 +433,16,17031,21,0 +434,16,17031,21,0 +435,16,17031,21,0 +436,16,17031,21,0 +437,16,17031,21,0 +438,16,17031,21,0 +439,16,17031,21,0 +440,16,17031,21,0 +441,17,17031,21,0 +442,17,17031,21,0 +443,17,17031,21,0 +444,17,17031,21,0 +445,17,17031,21,0 +446,17,17031,21,3 +447,17,17031,21,2 +448,17,17031,21,0 +449,17,17031,21,0 +450,17,17031,21,0 +451,17,17031,21,0 +452,17,17031,21,0 +453,17,17031,21,0 +454,17,17031,21,0 +455,17,17031,21,0 +456,17,17031,21,0 +457,17,17031,21,0 +458,17,17031,21,0 +459,19,17031,21,4 +460,19,17031,21,0 +461,19,17031,21,0 +462,19,17031,21,0 +463,19,17031,21,0 +464,19,17031,21,0 +465,19,17031,21,0 +466,19,17031,21,0 +467,19,17031,21,0 +468,19,17031,21,1 +469,19,17031,21,0 +470,19,17031,21,0 +471,19,17031,21,0 +472,19,17031,21,0 +473,19,17031,21,0 +474,19,17031,21,0 +475,19,17031,21,0 +476,19,17031,21,0 +477,19,17031,21,0 +478,19,17031,21,0 +479,19,17031,21,0 +480,19,17031,21,1 +481,19,17031,21,0 +482,19,17031,21,2 +483,19,17031,21,1 +484,19,17031,21,1 +485,19,17031,21,1 +486,19,17031,21,0 +487,19,17031,21,0 +488,19,17031,21,1 +489,19,17031,21,1 +490,19,17031,21,0 +491,19,17031,21,0 +492,19,17031,21,3 +493,19,17031,21,3 +494,19,17031,21,0 +495,19,17031,21,0 +496,19,17031,21,0 +497,19,17031,21,0 +498,19,17031,21,0 +499,19,17031,21,0 +500,19,17031,21,0 +501,19,17031,21,1 +502,19,17031,21,2 +503,19,17031,21,1 +504,19,17031,21,0 +505,19,17031,21,0 +506,19,17031,21,0 +507,19,17031,21,0 +508,19,17031,21,0 +509,19,17031,21,0 +510,19,17031,21,0 +511,19,17031,21,0 +512,19,17031,21,0 +513,19,17031,21,1 +514,19,17031,21,1 +515,19,17031,21,3 +516,19,17031,21,2 +517,19,17031,21,0 +518,19,17031,21,0 +519,19,17031,21,0 +520,19,17031,21,0 +521,19,17031,21,0 +522,19,17031,21,0 +523,20,17031,21,0 +524,20,17031,21,3 +525,20,17031,21,0 +526,20,17031,21,0 +527,20,17031,21,3 +528,20,17031,21,0 +529,20,17031,21,0 +530,20,17031,21,1 +531,20,17031,21,0 +532,20,17031,21,1 +533,20,17031,21,0 +534,20,17031,21,0 +535,20,17031,21,1 +536,20,17031,21,0 +537,20,17031,21,0 +538,20,17031,21,0 +539,20,17031,21,0 +540,20,17031,21,0 +541,20,17031,21,0 +542,20,17031,21,1 +543,20,17031,21,0 +544,20,17031,21,1 +545,20,17031,21,0 +546,20,17031,21,0 +547,20,17031,21,1 +548,20,17031,21,0 +549,20,17031,21,0 +550,20,17031,21,0 +551,20,17031,21,0 +552,20,17031,21,0 +553,20,17031,21,0 +554,20,17031,21,0 +555,20,17031,21,0 +556,20,17031,21,2 +557,20,17031,21,0 +558,20,17031,21,0 +559,20,17031,21,0 +560,20,17031,21,0 +561,20,17031,21,0 +562,20,17031,21,0 +563,20,17031,21,2 +564,20,17031,21,0 +565,20,17031,21,0 +566,20,17031,21,0 +567,20,17031,21,0 +568,20,17031,21,0 +569,20,17031,21,0 +570,20,17031,21,0 +571,20,17031,21,0 +572,20,17031,21,0 +573,20,17031,21,0 +574,20,17031,21,2 +575,20,17031,21,0 +576,20,17031,21,0 +577,20,17031,21,0 +578,20,17031,21,0 +579,20,17031,21,0 +580,20,17031,21,1 +581,20,17031,21,0 +582,20,17031,21,0 +583,20,17031,21,0 +584,20,17031,21,0 +585,20,17031,21,0 +586,20,17031,21,0 +587,20,17031,21,0 +588,20,17031,21,0 +589,20,17031,21,0 +590,20,17031,21,0 +591,20,17031,21,0 +592,20,17031,21,0 +593,20,17031,21,0 +594,20,17031,21,0 +595,20,17031,21,0 +596,20,17031,21,0 +597,20,17031,21,1 +598,20,17031,21,0 +599,20,17031,21,0 +600,20,17031,21,0 +601,20,17031,21,0 +602,20,17031,21,0 +603,20,17031,21,0 +604,20,17031,21,1 +605,20,17031,21,0 +606,20,17031,21,0 +607,20,17031,21,0 +608,20,17031,21,0 +609,20,17031,21,0 +610,20,17031,21,0 +611,20,17031,21,0 +612,20,17031,21,0 +613,20,17031,21,0 +614,20,17031,21,0 +615,20,17031,21,0 +616,20,17031,21,1 +617,20,17031,21,0 +618,20,17031,21,0 +619,20,17031,21,0 +620,20,17031,21,1 +621,20,17031,21,0 +622,20,17031,21,1 +623,20,17031,21,0 +624,20,17031,21,0 +625,20,17031,21,0 +626,20,17031,21,0 +627,20,17031,21,0 +628,20,17031,21,0 +629,20,17031,21,0 +630,23,17031,21,0 +631,23,17031,21,1 +632,23,17031,21,0 +633,23,17031,21,0 +634,23,17031,21,0 +635,23,17031,21,0 +636,24,17031,21,0 +637,24,17031,21,1 +638,24,17031,21,0 +639,24,17031,21,0 +640,24,17031,21,0 +641,24,17031,21,0 +642,24,17031,21,0 +643,24,17031,21,0 +644,24,17031,21,0 +645,24,17031,21,0 +646,24,17031,21,0 +647,24,17031,21,0 +648,24,17031,21,0 +649,24,17031,21,0 +650,24,17031,21,0 +651,24,17031,21,0 +652,24,17031,21,0 +653,24,17031,21,2 +654,24,17031,21,0 +655,24,17031,21,0 +656,24,17031,21,0 +657,24,17031,21,0 +658,24,17031,21,0 +659,24,17031,21,0 +660,24,17031,21,0 +661,24,17031,21,0 +662,24,17031,21,0 +663,24,17031,21,0 +664,24,17031,21,0 +665,24,17031,21,0 +666,24,17031,21,0 +667,24,17031,21,0 +668,24,17031,21,0 +669,24,17031,21,0 +670,24,17031,21,0 +671,24,17031,21,0 +672,24,17031,21,0 +673,24,17031,21,0 +674,24,17031,21,0 +675,24,17031,21,0 +676,24,17031,21,0 +677,24,17031,21,0 +678,24,17031,21,0 +679,24,17031,21,0 +680,24,17031,21,0 +681,24,17031,21,1 +682,24,17031,21,0 +683,24,17031,21,3 +684,24,17031,21,0 +685,24,17031,21,0 +686,24,17031,21,0 +687,24,17031,21,1 +688,24,17031,21,0 +689,24,17031,21,0 +690,24,17031,21,3 +691,24,17031,21,0 +692,24,17031,21,0 +693,24,17031,21,0 +694,24,17031,21,0 +695,24,17031,21,0 +696,24,17031,21,0 +697,24,17031,21,1 +698,24,17031,21,0 +699,24,17031,21,0 +700,24,17031,21,1 +701,24,17031,21,0 +702,24,17031,21,0 +703,24,17031,21,0 +704,24,17031,21,0 +705,24,17031,21,4 +706,24,17031,21,0 +707,24,17031,21,2 +708,24,17031,21,0 +709,24,17031,21,0 +710,24,17031,21,1 +711,24,17031,21,0 +712,24,17031,21,0 +713,24,17031,21,0 +714,24,17031,21,0 +715,24,17031,21,0 +716,24,17031,21,0 +717,24,17031,21,0 +718,1,17031,21,0 +719,1,17031,21,0 +720,1,17031,21,4 +721,1,17031,21,0 +722,1,17031,21,9 +723,1,17031,21,0 +724,1,17031,21,0 +725,1,17031,21,43 +726,1,17031,21,2 +727,6,17031,21,0 +728,6,17031,21,0 +729,6,17031,21,0 +730,6,17031,21,0 +731,6,17031,21,0 +732,6,17031,21,0 +733,6,17031,21,0 +734,6,17031,21,0 +735,6,17031,21,0 +736,6,17031,21,8 +737,6,17031,21,0 +738,6,17031,21,0 +739,6,17031,21,2 +740,6,17031,21,0 +741,6,17031,21,0 +742,6,17031,21,0 +743,6,17031,21,0 +744,6,17031,21,0 +745,6,17031,21,0 +746,6,17031,21,0 +747,6,17031,21,0 +748,2,17031,21,0 +749,2,17031,21,0 +750,2,17031,21,0 +751,2,17031,21,0 +752,2,17031,21,0 +753,2,17031,21,0 +754,2,17031,21,0 +755,2,17031,21,0 +756,2,17031,21,0 +757,2,17031,21,0 +758,2,17031,21,0 +759,2,17031,21,0 +760,2,17031,21,0 +761,2,17031,21,0 +762,2,17031,21,0 +763,2,17031,21,0 +764,2,17031,21,0 +765,2,17031,21,0 +766,2,17031,21,0 +767,2,17031,21,0 +768,2,17031,21,0 +769,2,17031,21,0 +770,2,17031,21,0 +771,2,17031,21,0 +772,2,17031,21,0 +773,2,17031,21,0 +774,2,17031,21,0 +775,2,17031,21,0 +776,2,17031,21,0 +777,2,17031,21,0 +778,2,17031,21,0 +779,2,17031,21,0 +780,2,17031,21,0 +781,2,17031,21,0 +782,2,17031,21,0 +783,2,17031,21,0 +784,2,17031,21,0 +785,2,17031,21,0 +786,2,17031,21,0 +787,2,17031,21,0 +788,2,17031,21,0 +789,2,17031,21,0 +790,2,17031,21,0 +791,2,17031,21,0 +792,2,17031,21,0 +793,7,17031,21,0 +794,7,17031,21,0 +795,7,17031,21,0 +796,7,17031,21,0 +797,7,17031,21,0 +798,7,17031,21,1 +799,7,17031,21,0 +800,7,17031,21,0 +801,7,17031,21,1 +802,7,17031,21,0 +803,7,17031,21,0 +804,7,17031,21,1 +805,7,17031,21,1 +806,7,17031,21,1 +807,7,17031,21,0 +808,7,17031,21,0 +809,7,17031,21,0 +810,7,17031,21,0 +811,7,17031,21,0 +812,7,17031,21,0 +813,7,17031,21,0 +814,7,17031,21,0 +815,7,17031,21,0 +816,7,17031,21,0 +817,7,17031,21,18 +818,7,17031,21,0 +819,7,17031,21,0 +820,7,17031,21,0 +821,7,17031,21,0 +822,7,17031,21,0 +823,7,17031,21,0 +824,7,17031,21,0 +825,7,17031,21,0 +826,7,17031,21,1 +827,7,17031,21,0 +828,7,17031,21,0 +829,7,17031,21,0 +830,7,17031,21,0 +831,7,17031,21,0 +832,7,17031,21,0 +833,7,17031,21,0 +834,7,17031,21,0 +835,7,17031,21,0 +836,7,17031,21,0 +837,7,17031,21,1 +838,7,17031,21,0 +839,3,17031,21,1 +840,3,17031,21,0 +841,3,17031,21,0 +842,3,17031,21,0 +843,3,17031,21,0 +844,3,17031,21,0 +845,3,17031,21,0 +846,3,17031,21,0 +847,3,17031,21,0 +848,3,17031,21,0 +849,3,17031,21,0 +850,3,17031,21,0 +851,3,17031,21,0 +852,3,17031,21,0 +853,3,17031,21,0 +854,3,17031,21,0 +855,3,17031,21,0 +856,3,17031,21,0 +857,3,17031,21,0 +858,3,17031,21,0 +859,3,17031,21,0 +860,3,17031,21,0 +861,3,17031,21,0 +862,3,17031,21,0 +863,3,17031,21,6 +864,3,17031,21,3 +865,3,17031,21,0 +866,3,17031,21,0 +867,3,17031,21,0 +868,3,17031,21,0 +869,3,17031,21,0 +870,3,17031,21,0 +871,3,17031,21,0 +872,3,17031,21,0 +873,3,17031,21,1 +874,3,17031,21,0 +875,3,17031,21,0 +876,3,17031,21,0 +877,3,17031,21,0 +878,3,17031,21,5 +879,3,17031,21,0 +880,3,17031,21,0 +881,3,17031,21,0 +882,3,17031,21,0 +883,3,17031,21,0 +884,3,17031,21,0 +885,3,17031,21,0 +886,3,17031,21,0 +887,3,17031,21,0 +888,3,17031,21,0 +889,3,17031,21,0 +890,3,17031,21,0 +891,3,17031,21,0 +892,3,17031,21,0 +893,3,17031,21,0 +894,3,17031,21,0 +895,3,17031,21,0 +896,3,17031,21,0 +897,3,17031,21,0 +898,3,17031,21,0 +899,3,17031,21,0 +900,3,17031,21,0 +901,3,17031,21,14 +902,3,17031,21,0 +903,3,17031,21,0 +904,3,17031,21,0 +905,8,17031,21,0 +906,8,17031,21,0 +907,8,17031,21,0 +908,8,17031,21,0 +909,8,17031,21,0 +910,8,17031,21,0 +911,8,17031,21,0 +912,8,17031,21,0 +913,8,17031,21,0 +914,8,17031,21,0 +915,8,17031,21,0 +916,8,17031,21,0 +917,8,17031,21,0 +918,8,17031,21,0 +919,8,17031,21,0 +920,8,17031,21,0 +921,8,17031,21,0 +922,8,17031,21,0 +923,8,17031,21,0 +924,8,17031,21,0 +925,8,17031,21,0 +926,8,17031,21,0 +927,8,17031,21,0 +928,8,17031,21,0 +929,8,17031,21,0 +930,8,17031,21,0 +931,8,17031,21,1 +932,8,17031,21,1 +933,8,17031,21,0 +934,8,17031,21,0 +935,8,17031,21,0 +936,8,17031,21,0 +937,8,17031,21,0 +938,8,17031,21,0 +939,8,17031,21,0 +940,8,17031,21,0 +941,8,17031,21,0 +942,8,17031,21,0 +943,8,17031,21,0 +944,8,17031,21,0 +945,8,17031,21,0 +946,8,17031,21,0 +947,8,17031,21,0 +948,8,17031,21,0 +949,8,17031,21,2 +950,8,17031,21,0 +951,8,17031,21,0 +952,8,17031,21,0 +953,8,17031,21,54 +954,8,17031,21,0 +955,4,17031,21,0 +956,4,17031,21,1 +957,4,17031,21,0 +958,4,17031,21,0 +959,4,17031,21,0 +960,4,17031,21,0 +961,4,17031,21,1 +962,4,17031,21,0 +963,4,17031,21,0 +964,4,17031,21,0 +965,4,17031,21,0 +966,4,17031,21,30 +967,4,17031,21,0 +968,4,17031,21,0 +969,4,17031,21,1 +970,4,17031,21,0 +971,4,17031,21,0 +972,4,17031,21,0 +973,4,17031,21,0 +974,4,17031,21,0 +975,4,17031,21,0 +976,4,17031,21,0 +977,4,17031,21,0 +978,4,17031,21,0 +979,4,17031,21,0 +980,4,17031,21,0 +981,4,17031,21,0 +982,4,17031,21,0 +983,4,17031,21,0 +984,4,17031,21,0 +985,4,17031,21,0 +986,4,17031,21,0 +987,4,17031,21,0 +988,4,17031,21,0 +989,4,17031,21,0 +990,4,17031,21,0 +991,4,17031,21,1 +992,4,17031,21,0 +993,4,17031,21,2 +994,4,17031,21,0 +995,4,17031,21,0 +996,4,17031,21,0 +997,4,17031,21,0 +998,4,17031,21,0 +999,4,17031,21,1 +1000,4,17031,21,0 +1001,4,17031,21,0 +1002,9,17031,21,0 +1003,9,17031,21,1 +1004,9,17031,21,0 +1005,9,17031,21,1 +1006,9,17031,21,0 +1007,9,17031,21,0 +1008,9,17031,21,0 +1009,9,17031,21,0 +1010,9,17031,21,0 +1011,9,17031,21,0 +1012,9,17031,21,0 +1013,9,17031,21,0 +1014,9,17031,21,0 +1015,9,17031,21,0 +1016,9,17031,21,0 +1017,9,17031,21,0 +1018,9,17031,21,0 +1019,9,17031,21,0 +1020,9,17031,21,0 +1021,9,17031,21,2 +1022,9,17031,21,0 +1023,9,17031,21,0 +1024,9,17031,21,0 +1025,9,17031,21,0 +1026,9,17031,21,0 +1027,9,17031,21,0 +1028,9,17031,21,0 +1029,9,17031,21,0 +1030,9,17031,21,0 +1031,9,17031,21,0 +1032,9,17031,21,0 +1033,9,17031,21,0 +1034,9,17031,21,0 +1035,9,17031,21,0 +1036,9,17031,21,0 +1037,9,17031,21,0 +1038,9,17031,21,0 +1039,9,17031,21,0 +1040,9,17031,21,0 +1041,9,17031,21,0 +1042,9,17031,21,0 +1043,9,17031,21,0 +1044,9,17031,21,0 +1045,9,17031,21,0 +1046,9,17031,21,0 +1047,9,17031,21,0 +1048,9,17031,21,0 +1049,9,17031,21,0 +1050,9,17031,21,0 +1051,9,17031,21,0 +1052,9,17031,21,0 +1053,9,17031,21,0 +1054,9,17031,21,0 +1055,9,17031,21,0 +1056,9,17031,21,0 +1057,9,17031,21,0 +1058,9,17031,21,0 +1059,9,17031,21,0 +1060,9,17031,21,0 +1061,12,17031,21,2 +1062,9,17031,21,0 +1063,9,17031,21,0 +1064,12,17031,21,0 +1065,9,17031,21,0 +1066,9,17031,21,0 +1067,9,17031,21,0 +1068,12,17031,21,0 +1069,5,17031,21,0 +1070,5,17031,21,0 +1071,5,17031,21,0 +1072,5,17031,21,0 +1073,5,17031,21,0 +1074,5,17031,21,1 +1075,5,17031,21,0 +1076,5,17031,21,0 +1077,5,17031,21,0 +1078,5,17031,21,0 +1079,5,17031,21,0 +1080,5,17031,21,0 +1081,5,17031,21,4 +1082,5,17031,21,0 +1083,5,17031,21,0 +1084,5,17031,21,0 +1085,5,17031,21,0 +1086,5,17031,21,0 +1087,10,17031,21,0 +1088,5,17031,21,0 +1089,10,17031,21,0 +1090,5,17031,21,0 +1091,5,17031,21,0 +1092,10,17031,21,0 +1093,10,17031,21,0 +1094,10,17031,21,1 +1095,10,17031,21,0 +1096,10,17031,21,0 +1097,10,17031,21,0 +1098,5,17031,21,0 +1099,10,17031,21,0 +1100,10,17031,21,0 +1101,10,17031,21,0 +1102,10,17031,21,0 +1103,10,17031,21,0 +1104,10,17031,21,0 +1105,10,17031,21,0 +1106,10,17031,21,0 +1107,10,17031,21,1 +1108,10,17031,21,0 +1109,10,17031,21,0 +1110,10,17031,21,0 +1111,10,17031,21,0 +1112,10,17031,21,0 +1113,10,17031,21,2 +1114,10,17031,21,0 +1115,10,17031,21,0 +1116,10,17031,21,0 +1117,10,17031,21,0 +1118,10,17031,21,0 +1119,10,17031,21,0 +1120,10,17031,21,0 +1121,10,17031,21,0 +1122,10,17031,21,0 +1123,10,17031,21,0 +1124,10,17031,21,0 +1125,10,17031,21,0 +1126,10,17031,21,0 +1127,10,17031,21,0 +1128,10,17031,21,0 +1129,10,17031,21,0 +1130,10,17031,21,0 +1131,10,17031,21,0 +1132,10,17031,21,0 +1133,10,17031,21,0 +1134,10,17031,21,0 +1135,10,17031,21,0 +1136,10,17031,21,0 +1137,10,17031,21,0 +1138,10,17031,21,0 +1139,10,17031,21,0 +1140,10,17031,21,0 +1141,10,17031,21,0 +1142,10,17031,21,0 +1143,10,17031,21,0 +1144,10,17031,21,0 +1145,10,17031,21,0 +1146,10,17031,21,0 +1147,10,17031,21,0 +1148,10,17031,21,1 +1149,10,17031,21,0 +1150,10,17031,21,21 +1151,10,17031,21,0 +1152,10,17031,21,0 +1153,10,17031,21,0 +1154,10,17031,21,0 +1155,10,17031,21,0 +1156,10,17031,21,0 +1157,10,17031,21,0 +1158,10,17031,21,0 +1159,10,17031,21,2 +1160,10,17031,21,0 +1161,10,17031,21,0 +1162,10,17031,21,0 +1163,10,17031,21,0 +1164,10,17031,21,0 +1165,10,17031,21,0 +1166,10,17031,21,0 +1167,10,17031,21,1 +1168,10,17031,21,0 +1169,10,17031,21,0 +1170,10,17031,21,0 +1171,11,17031,21,0 +1172,11,17031,21,0 +1173,11,17031,21,0 +1174,11,17031,21,0 +1175,11,17031,21,0 +1176,11,17031,21,0 +1177,11,17031,21,0 +1178,11,17031,21,0 +1179,11,17031,21,0 +1180,11,17031,21,0 +1181,11,17031,21,0 +1182,11,17031,21,0 +1183,12,17031,21,1 +1184,12,17031,21,0 +1185,12,17031,21,0 +1186,12,17031,21,0 +1187,12,17031,21,0 +1188,13,17031,21,0 +1189,12,17031,21,0 +1190,13,17031,21,0 +1191,12,17031,21,2 +1192,12,17031,21,0 +1193,12,17031,21,0 +1194,12,17031,21,0 +1195,12,17031,21,0 +1196,12,17031,21,1 +1197,12,17031,21,1 +1198,12,17031,21,0 +1199,12,17031,21,0 +1200,12,17031,21,0 +1201,12,17031,21,0 +1202,12,17031,21,0 +1203,12,17031,21,0 +1204,12,17031,21,0 +1205,12,17031,21,0 +1206,12,17031,21,0 +1207,12,17031,21,0 +1208,12,17031,21,1 +1209,12,17031,21,0 +1210,12,17031,21,0 +1211,12,17031,21,0 +1212,12,17031,21,0 +1213,12,17031,21,0 +1214,12,17031,21,0 +1215,12,17031,21,0 +1216,12,17031,21,0 +1217,12,17031,21,18 +1218,12,17031,21,2 +1219,12,17031,21,1 +1220,12,17031,21,0 +1221,12,17031,21,0 +1222,12,17031,21,3 +1223,12,17031,21,1 +1224,12,17031,21,1 +1225,12,17031,21,0 +1226,12,17031,21,0 +1227,12,17031,21,0 +1228,12,17031,21,0 +1229,15,17031,21,2 +1230,15,17031,21,0 +1231,15,17031,21,1 +1232,15,17031,21,0 +1233,15,17031,21,0 +1234,15,17031,21,0 +1235,15,17031,21,0 +1236,15,17031,21,1 +1237,15,17031,21,0 +1238,15,17031,21,0 +1239,15,17031,21,0 +1240,15,17031,21,0 +1241,15,17031,21,0 +1242,15,17031,21,0 +1243,15,17031,21,0 +1244,15,17031,21,0 +1245,15,17031,21,0 +1246,15,17031,21,0 +1247,15,17031,21,0 +1248,15,17031,21,0 +1249,15,17031,21,0 +1250,15,17031,21,0 +1251,15,17031,21,0 +1252,15,17031,21,0 +1253,15,17031,21,0 +1254,15,17031,21,1 +1255,15,17031,21,0 +1256,15,17031,21,0 +1257,15,17031,21,1 +1258,15,17031,21,0 +1259,15,17031,21,0 +1260,15,17031,21,0 +1261,15,17031,21,0 +1262,15,17031,21,0 +1263,15,17031,21,0 +1264,15,17031,21,2 +1265,15,17031,21,0 +1266,15,17031,21,0 +1267,15,17031,21,0 +1268,15,17031,21,0 +1269,15,17031,21,0 +1270,15,17031,21,0 +1271,15,17031,21,0 +1272,15,17031,21,0 +1273,15,17031,21,0 +1274,15,17031,21,0 +1275,15,17031,21,0 +1276,15,17031,21,0 +1277,15,17031,21,0 +1278,15,17031,21,0 +1279,15,17031,21,0 +1280,15,17031,21,0 +1281,15,17031,21,0 +1282,15,17031,21,0 +1283,15,17031,21,0 +1284,15,17031,21,0 +1285,15,17031,21,0 +1286,15,17031,21,0 +1287,15,17031,21,0 +1288,15,17031,21,0 +1289,15,17031,21,1 +1290,15,17031,21,0 +1291,15,17031,21,0 +1292,15,17031,21,0 +1293,15,17031,21,1 +1294,15,17031,21,30 +1295,15,17031,21,0 +1296,15,17031,21,0 +1297,15,17031,21,0 +1298,15,17031,21,0 +1299,15,17031,21,0 +1300,15,17031,21,0 +1301,15,17031,21,0 +1302,15,17031,21,0 +1303,15,17031,21,0 +1304,15,17031,21,0 +1305,15,17031,21,0 +1306,15,17031,21,0 +1307,15,17031,21,0 +1308,15,17031,21,0 +1309,15,17031,21,1 +1310,15,17031,21,0 +1311,15,17031,21,0 +1312,15,17031,21,0 +1313,16,17031,21,0 +1314,16,17031,21,0 +1315,16,17031,21,0 +1316,16,17031,21,0 +1317,16,17031,21,0 +1318,16,17031,21,0 +1319,16,17031,21,0 +1320,16,17031,21,0 +1321,16,17031,21,0 +1322,16,17031,21,0 +1323,16,17031,21,0 +1324,16,17031,21,0 +1325,16,17031,21,0 +1326,16,17031,21,0 +1327,16,17031,21,0 +1328,16,17031,21,0 +1329,16,17031,21,0 +1330,16,17031,21,0 +1331,16,17031,21,0 +1332,16,17031,21,0 +1333,16,17031,21,0 +1334,16,17031,21,0 +1335,16,17031,21,0 +1336,16,17031,21,6 +1337,16,17031,21,0 +1338,16,17031,21,1 +1339,16,17031,21,0 +1340,16,17031,21,0 +1341,16,17031,21,0 +1342,16,17031,21,0 +1343,16,17031,21,0 +1344,16,17031,21,1 +1345,16,17031,21,0 +1346,16,17031,21,0 +1347,16,17031,21,0 +1348,16,17031,21,0 +1349,16,17031,21,0 +1350,16,17031,21,0 +1351,16,17031,21,0 +1352,16,17031,21,0 +1353,16,17031,21,0 +1354,16,17031,21,0 +1355,16,17031,21,0 +1356,16,17031,21,0 +1357,16,17031,21,1 +1358,16,17031,21,1 +1359,16,17031,21,0 +1360,16,17031,21,0 +1361,16,17031,21,0 +1362,18,17031,21,2 +1363,18,17031,21,0 +1364,18,17031,21,0 +1365,18,17031,21,0 +1366,18,17031,21,1 +1367,18,17031,21,0 +1368,18,17031,21,21 +1369,18,17031,21,0 +1370,18,17031,21,0 +1371,18,17031,21,0 +1372,18,17031,21,0 +1373,18,17031,21,0 +1374,18,17031,21,0 +1375,18,17031,21,0 +1376,18,17031,21,0 +1377,18,17031,21,0 +1378,18,17031,21,1 +1379,18,17031,21,0 +1380,18,17031,21,25 +1381,18,17031,21,1 +1382,18,17031,21,1 +1383,18,17031,21,0 +1384,18,17031,21,0 +1385,18,17031,21,0 +1386,18,17031,21,0 +1387,18,17031,21,0 +1388,18,17031,21,0 +1389,18,17031,21,0 +1390,18,17031,21,2 +1391,18,17031,21,0 +1392,18,17031,21,0 +1393,18,17031,21,0 +1394,18,17031,21,0 +1395,18,17031,21,0 +1396,18,17031,21,0 +1397,18,17031,21,0 +1398,18,17031,21,2 +1399,18,17031,21,0 +1400,18,17031,21,5 +1401,18,17031,21,1 +1402,18,17031,21,0 +1403,18,17031,21,0 +1404,18,17031,21,0 +1405,18,17031,21,0 +1406,18,17031,21,0 +1407,18,17031,21,0 +1408,18,17031,21,0 +1409,18,17031,21,0 +1410,18,17031,21,0 +1411,18,17031,21,1 +1412,18,17031,21,0 +1413,18,17031,21,1 +1414,18,17031,21,0 +1415,18,17031,21,5 +1416,19,17031,21,0 +1417,19,17031,21,0 +1418,19,17031,21,0 +1419,19,17031,21,0 +1420,19,17031,21,2 +1421,19,17031,21,0 +1422,19,17031,21,0 +1423,19,17031,21,0 +1424,19,17031,21,0 +1425,19,17031,21,0 +1426,19,17031,21,0 +1427,19,17031,21,0 +1428,19,17031,21,0 +1429,19,17031,21,0 +1430,19,17031,21,0 +1431,19,17031,21,3 +1432,19,17031,21,0 +1433,19,17031,21,0 +1434,19,17031,21,0 +1435,19,17031,21,0 +1436,19,17031,21,0 +1437,19,17031,21,0 +1438,19,17031,21,0 +1439,19,17031,21,0 +1440,19,17031,21,0 +1441,21,17031,21,0 +1442,21,17031,21,0 +1443,21,17031,21,6 +1444,21,17031,21,0 +1445,21,17031,21,0 +1446,21,17031,21,1 +1447,22,17031,21,4 +1448,22,17031,21,0 +1449,22,17031,21,0 +1450,22,17031,21,0 +1451,22,17031,21,0 +1452,22,17031,21,0 +1453,22,17031,21,1 +1454,22,17031,21,0 +1455,22,17031,21,0 +1456,22,17031,21,0 +1457,22,17031,21,0 +1458,22,17031,21,1 +1459,22,17031,21,0 +1460,22,17031,21,0 +1461,22,17031,21,0 +1462,22,17031,21,0 +1463,22,17031,21,2 +1464,22,17031,21,0 +1465,22,17031,21,1 +1466,22,17031,21,3 +1467,22,17031,21,0 +1468,22,17031,21,0 +1469,22,17031,21,0 +1470,22,17031,21,0 +1471,23,17031,21,0 +1472,23,17031,21,1 +1473,23,17031,21,0 +1474,23,17031,21,0 +1475,23,17031,21,0 +1476,23,17031,21,0 +1477,23,17031,21,0 +1478,23,17031,21,0 +1479,23,17031,21,0 +1480,23,17031,21,0 +1481,23,17031,21,0 +1482,23,17031,21,0 +1483,23,17031,21,0 +1484,23,17031,21,1 +1485,23,17031,21,0 +1486,23,17031,21,0 +1487,23,17031,21,0 +1488,23,17031,21,0 +1489,23,17031,21,0 +1490,23,17031,21,0 +1491,23,17031,21,0 +1492,23,17031,21,1 +1493,23,17031,21,0 +1494,23,17031,21,0 +1495,23,17031,21,0 +1496,23,17031,21,0 +1497,23,17031,21,0 +1498,23,17031,21,0 +1499,23,17031,21,0 +1500,23,17031,21,0 +1501,23,17031,21,0 +1502,23,17031,21,0 +1503,23,17031,21,0 +1504,23,17031,21,0 +1505,23,17031,21,0 +1506,23,17031,21,0 +1507,23,17031,21,0 +1508,23,17031,21,0 +1509,23,17031,21,0 +1510,23,17031,21,1 +1511,23,17031,21,9 +1512,23,17031,21,0 +1513,23,17031,21,0 +1514,23,17031,21,0 +1515,23,17031,21,2 +1516,23,17031,21,11 +1517,23,17031,21,0 +1518,23,17031,21,0 +1519,23,17031,21,0 +1520,23,17031,21,0 +1521,23,17031,21,0 +1522,23,17031,21,0 +1523,23,17031,21,0 +1524,23,17031,21,0 +1525,23,17031,21,0 +1526,23,17031,21,0 +1527,23,17031,21,0 +1528,23,17031,21,0 +1529,23,17031,21,0 +1530,23,17031,21,0 +1531,23,17031,21,5 +1532,23,17031,21,0 +1533,23,17031,21,0 +1534,23,17031,21,0 +1535,23,17031,21,0 +1536,23,17031,21,0 +1537,24,17031,21,0 +1538,24,17031,21,0 +1539,24,17031,21,0 +1540,24,17031,21,0 +1541,24,17031,21,0 +1542,24,17031,21,0 +1543,24,17031,21,0 +1544,24,17031,21,0 +1545,24,17031,21,0 +1546,24,17031,21,0 +1547,24,17031,21,0 +1548,24,17031,21,0 +1549,24,17031,21,1 +1550,24,17031,21,1 +1551,24,17031,21,0 +1552,25,17031,21,0 +1553,25,17031,21,0 +1554,25,17031,21,0 +1555,25,17031,21,1 +1556,25,17031,21,0 +1557,25,17031,21,0 +1558,25,17031,21,0 +1559,25,17031,21,0 +1560,25,17031,21,0 +1561,25,17031,21,0 +1562,25,17031,21,0 +1563,25,17031,21,0 +1564,25,17031,21,1 +1565,25,17031,21,10 +1566,25,17031,21,0 +1567,25,17031,21,0 +1568,25,17031,21,0 +1569,25,17031,21,0 +1570,25,17031,21,0 +1571,25,17031,21,0 +1572,25,17031,21,2 +1573,26,17031,21,0 +1574,26,17031,21,0 +1575,26,17031,21,11 +1576,26,17031,21,1 +1577,26,17031,21,1 +1578,26,17031,21,0 +1579,26,17031,21,0 +1580,26,17031,21,0 +1581,26,17031,21,0 +1582,26,17031,21,0 +1583,26,17031,21,0 +1584,26,17031,21,0 +1585,26,17031,21,0 +1586,26,17031,21,0 +1587,26,17031,21,0 +1588,26,17031,21,0 +1589,26,17031,21,0 +1590,26,17031,21,0 +1591,26,17031,21,0 +1592,26,17031,21,0 +1593,26,17031,21,0 +1594,26,17031,21,0 +1595,26,17031,21,0 +1596,26,17031,21,0 +1597,26,17031,21,0 +1598,26,17031,21,0 +1599,26,17031,21,0 +1600,26,17031,21,0 +1601,26,17031,21,0 +1602,26,17031,21,0 +1603,26,17031,21,0 +1604,26,17031,21,0 +1605,26,17031,21,0 +1606,26,17031,21,0 +1607,26,17031,21,0 +1608,26,17031,21,0 +1609,26,17031,21,0 +1610,26,17031,21,0 +1611,26,17031,21,0 +1612,26,17031,21,0 +1613,26,17031,21,5 +1614,26,17031,21,0 +1615,27,17031,21,0 +1616,27,17031,21,2 +1617,27,17031,21,21 +1618,27,17031,21,0 +1619,27,17031,21,0 +1620,27,17031,21,2 +1621,27,17031,21,0 +1622,27,17031,21,1 +1623,27,17031,21,0 +1624,27,17031,21,0 +1625,27,17031,21,0 +1626,27,17031,21,1 +1627,27,17031,21,0 +1628,27,17031,21,0 +1629,27,17031,21,0 +1630,27,17031,21,0 +1631,27,17031,21,0 +1632,27,17031,21,2 +1633,27,17031,21,1 +1634,27,17031,21,0 +1635,27,17031,21,0 +1636,27,17031,21,0 +1637,27,17031,21,0 +1638,27,17031,21,0 +1639,27,17031,21,0 +1640,27,17031,21,1 +1641,27,17031,21,0 +1642,27,17031,21,1 +1643,27,17031,21,0 +1644,27,17031,21,0 +1645,27,17031,21,0 +1646,27,17031,21,1 +1647,27,17031,21,0 +1648,27,17031,21,1 +1649,27,17031,21,0 +1650,27,17031,21,0 +1651,27,17031,21,0 +1652,27,17031,21,0 +1653,27,17031,21,0 +1654,27,17031,21,0 +1655,27,17031,21,0 +1656,27,17031,21,0 +1657,27,17031,21,0 +1658,27,17031,21,0 +1659,27,17031,21,0 +1660,27,17031,21,0 +1661,27,17031,21,0 +1662,27,17031,21,0 +1663,27,17031,21,0 +1664,27,17031,21,0 +1665,27,17031,21,0 +1666,27,17031,21,0 +1667,28,17031,21,2 +1668,28,17031,21,0 +1669,28,17031,21,0 +1670,28,17031,21,0 +1671,28,17031,21,0 +1672,28,17031,21,0 +1673,28,17031,21,1 +1674,28,17031,21,0 +1675,28,17031,21,0 +1676,28,17031,21,1 +1677,28,17031,21,1 +1678,28,17031,21,0 +1679,28,17031,21,0 +1680,28,17031,21,0 +1681,28,17031,21,2 +1682,28,17031,21,1 +1683,28,17031,21,0 +1684,28,17031,21,0 +1685,28,17031,21,1 +1686,28,17031,21,1 +1687,28,17031,21,0 +1688,28,17031,21,0 +1689,28,17031,21,0 +1690,28,17031,21,0 +1691,28,17031,21,0 +1692,28,17031,21,0 +1693,28,17031,21,0 +1694,28,17031,21,0 +1695,28,17031,21,0 +1696,28,17031,21,0 +1697,29,17031,21,0 +1698,29,17031,21,0 +1699,29,17031,21,0 +1700,29,17031,21,0 +1701,29,17031,21,0 +1702,29,17031,21,1 +1703,29,17031,21,0 +1704,29,17031,21,0 +1705,29,17031,21,0 +1706,29,17031,21,0 +1707,29,17031,21,0 +1708,29,17031,21,0 +1709,29,17031,21,0 +1710,29,17031,21,0 +1711,29,17031,21,0 +1712,29,17031,21,1 +1713,29,17031,21,0 +1714,29,17031,21,0 +1715,29,17031,21,0 +1716,29,17031,21,0 +1717,29,17031,21,0 +1718,29,17031,21,0 +1719,29,17031,21,0 +1720,29,17031,21,0 +1721,29,17031,21,1 +1722,29,17031,21,0 +1723,29,17031,21,0 +1724,29,17031,21,0 +1725,29,17031,21,0 +1726,29,17031,21,0 +1727,29,17031,21,0 +1728,29,17031,21,11 +1729,29,17031,21,0 +1730,29,17031,21,0 +1731,29,17031,21,2 +1732,29,17031,21,0 +1733,79,17043,21,0 +1734,79,17043,21,0 +1735,77,17043,21,11 +1736,77,17043,21,0 +1737,77,17043,21,0 +1738,77,17043,21,0 +1739,77,17043,21,0 +1740,77,17043,21,0 +1741,77,17043,21,2 +1742,77,17043,21,0 +1743,77,17043,21,0 +1744,80,17043,21,1 +1745,80,17043,21,0 +1746,80,17043,21,4 +1747,80,17043,21,0 +1748,80,17043,21,0 +1749,80,17043,21,0 +1750,80,17043,21,0 +1751,80,17043,21,2 +1752,80,17043,21,0 +1753,80,17043,21,0 +1754,80,17043,21,0 +1755,80,17043,21,0 +1756,83,17043,21,0 +1757,83,17043,21,0 +1758,83,17043,21,0 +1759,83,17043,21,2 +1760,83,17043,21,0 +1761,83,17043,21,2 +1762,83,17043,21,0 +1763,83,17043,21,0 +1764,83,17043,21,0 +1765,83,17043,21,1 +1766,83,17043,21,0 +1767,83,17043,21,0 +1768,83,17043,21,8 +1769,83,17043,21,0 +1770,83,17043,21,0 +1771,83,17043,21,0 +1772,83,17043,21,0 +1773,83,17043,21,0 +1774,83,17043,21,0 +1775,83,17043,21,2 +1776,83,17043,21,0 +1777,83,17043,21,0 +1778,83,17043,21,0 +1779,83,17043,21,0 +1780,83,17043,21,0 +1781,83,17043,21,1 +1782,83,17043,21,1 +1783,83,17043,21,1 +1784,83,17043,21,0 +1785,83,17043,21,1 +1786,83,17043,21,0 +1787,83,17043,21,0 +1788,83,17043,21,0 +1789,83,17043,21,0 +1790,83,17043,21,0 +1791,83,17043,21,0 +1792,83,17043,21,0 +1793,83,17043,21,0 +1794,83,17043,21,0 +1795,83,17043,21,0 +1796,83,17043,21,0 +1797,83,17043,21,0 +1798,83,17043,21,0 +1799,83,17043,21,0 +1800,83,17043,21,1 +1801,83,17043,21,0 +1802,83,17043,21,0 +1803,83,17043,21,0 +1804,83,17043,21,0 +1805,83,17043,21,0 +1806,83,17043,21,0 +1807,83,17043,21,0 +1808,83,17043,21,0 +1809,83,17043,21,0 +1810,83,17043,21,0 +1811,83,17043,21,0 +1812,83,17043,21,0 +1813,78,17043,21,0 +1814,78,17043,21,0 +1815,78,17043,21,0 +1816,78,17043,21,0 +1817,78,17043,21,1 +1818,78,17043,21,1 +1819,78,17043,21,0 +1820,78,17043,21,0 +1821,78,17043,21,0 +1822,78,17043,21,1 +1823,78,17043,21,0 +1824,78,17043,21,13 +1825,78,17043,21,1 +1826,78,17043,21,0 +1827,78,17043,21,0 +1828,78,17043,21,0 +1829,78,17043,21,0 +1830,78,17043,21,0 +1831,78,17043,21,0 +1832,78,17043,21,0 +1833,78,17043,21,0 +1834,78,17043,21,0 +1835,78,17043,21,0 +1836,78,17043,21,0 +1837,78,17043,21,0 +1838,78,17043,21,0 +1839,78,17043,21,0 +1840,78,17043,21,0 +1841,78,17043,21,0 +1842,78,17043,21,0 +1843,78,17043,21,0 +1844,78,17043,21,0 +1845,78,17043,21,0 +1846,78,17043,21,0 +1847,78,17043,21,0 +1848,78,17043,21,0 +1849,78,17043,21,0 +1850,78,17043,21,0 +1851,78,17043,21,1 +1852,78,17043,21,1 +1853,78,17043,21,0 +1854,78,17043,21,2 +1855,81,17043,21,0 +1856,81,17043,21,0 +1857,81,17043,21,0 +1858,81,17043,21,0 +1859,81,17043,21,1 +1860,81,17043,21,1 +1861,81,17043,21,0 +1862,81,17043,21,0 +1863,81,17043,21,0 +1864,81,17043,21,0 +1865,81,17043,21,0 +1866,81,17043,21,0 +1867,81,17043,21,0 +1868,81,17043,21,0 +1869,81,17043,21,0 +1870,81,17043,21,0 +1871,81,17043,21,0 +1872,81,17043,21,0 +1873,81,17043,21,0 +1874,81,17043,21,0 +1875,81,17043,21,0 +1876,81,17043,21,2 +1877,81,17043,21,0 +1878,81,17043,21,0 +1879,81,17043,21,0 +1880,81,17043,21,0 +1881,81,17043,21,0 +1882,81,17043,21,0 +1883,81,17043,21,8 +1884,81,17043,21,0 +1885,81,17043,21,1 +1886,81,17043,21,0 +1887,81,17043,21,0 +1888,81,17043,21,0 +1889,81,17043,21,0 +1890,81,17043,21,0 +1891,81,17043,21,0 +1892,81,17043,21,0 +1893,81,17043,21,0 +1894,81,17043,21,0 +1895,81,17043,21,0 +1896,81,17043,21,0 +1897,81,17043,21,0 +1898,81,17043,21,0 +1899,81,17043,21,0 +1900,81,17043,21,0 +1901,81,17043,21,0 +1902,81,17043,21,0 +1903,81,17043,21,0 +1904,81,17043,21,0 +1905,81,17043,21,0 +1906,81,17043,21,0 +1907,81,17043,21,0 +1908,81,17043,21,0 +1909,81,17043,21,0 +1910,81,17043,21,0 +1911,81,17043,21,0 +1912,84,17043,21,0 +1913,84,17043,21,0 +1914,84,17043,21,0 +1915,84,17043,21,0 +1916,84,17043,21,0 +1917,84,17043,21,0 +1918,84,17043,21,0 +1919,84,17043,21,2 +1920,84,17043,21,0 +1921,84,17043,21,0 +1922,84,17043,21,0 +1923,84,17043,21,0 +1924,84,17043,21,0 +1925,84,17043,21,0 +1926,84,17043,21,0 +1927,84,17043,21,0 +1928,84,17043,21,0 +1929,84,17043,21,0 +1930,84,17043,21,1 +1931,84,17043,21,0 +1932,84,17043,21,0 +1933,84,17043,21,0 +1934,84,17043,21,0 +1935,84,17043,21,0 +1936,84,17043,21,0 +1937,84,17043,21,0 +1938,84,17043,21,0 +1939,84,17043,21,0 +1940,84,17043,21,0 +1941,84,17043,21,0 +1942,84,17043,21,0 +1943,84,17043,21,0 +1944,84,17043,21,0 +1945,84,17043,21,0 +1946,84,17043,21,0 +1947,84,17043,21,0 +1948,84,17043,21,0 +1949,84,17043,21,1 +1950,84,17043,21,8 +1951,84,17043,21,0 +1952,84,17043,21,0 +1953,84,17043,21,0 +1954,79,17043,21,0 +1955,79,17043,21,0 +1956,79,17043,21,1 +1957,79,17043,21,0 +1958,79,17043,21,2 +1959,79,17043,21,0 +1960,79,17043,21,0 +1961,79,17043,21,1 +1962,79,17043,21,0 +1963,79,17043,21,1 +1964,79,17043,21,0 +1965,79,17043,21,0 +1966,79,17043,21,0 +1967,79,17043,21,0 +1968,79,17043,21,0 +1969,79,17043,21,0 +1970,79,17043,21,0 +1971,79,17043,21,0 +1972,79,17043,21,0 +1973,79,17043,21,0 +1974,79,17043,21,0 +1975,79,17043,21,0 +1976,79,17043,21,0 +1977,79,17043,21,0 +1978,79,17043,21,1 +1979,79,17043,21,1 +1980,79,17043,21,0 +1981,79,17043,21,1 +1982,79,17043,21,0 +1983,79,17043,21,0 +1984,79,17043,21,1 +1985,79,17043,21,0 +1986,79,17043,21,0 +1987,79,17043,21,0 +1988,79,17043,21,0 +1989,79,17043,21,1 +1990,79,17043,21,0 +1991,79,17043,21,8 +1992,79,17043,21,5 +1993,79,17043,21,22 +1994,79,17043,21,0 +1995,79,17043,21,0 +1996,79,17043,21,0 +1997,79,17043,21,0 +1998,79,17043,21,0 +1999,79,17043,21,0 +2000,79,17043,21,0 +2001,79,17043,21,0 +2002,79,17043,21,0 +2003,82,17043,21,0 +2004,82,17043,21,0 +2005,82,17043,21,0 +2006,82,17043,21,0 +2007,82,17043,21,1 +2008,82,17043,21,14 +2009,82,17043,21,0 +2010,82,17043,21,0 +2011,82,17043,21,0 +2012,82,17043,21,0 +2013,82,17043,21,0 +2014,82,17043,21,0 +2015,82,17043,21,0 +2016,82,17043,21,0 +2017,82,17043,21,0 +2018,82,17043,21,0 +2019,82,17043,21,0 +2020,82,17043,21,0 +2021,82,17043,21,0 +2022,82,17043,21,0 +2023,82,17043,21,0 +2024,82,17043,21,0 +2025,82,17043,21,0 +2026,82,17043,21,0 +2027,82,17043,21,1 +2028,82,17043,21,3 +2029,82,17043,21,0 +2030,82,17043,21,2 +2031,82,17043,21,0 +2032,82,17043,21,0 +2033,82,17043,21,1 +2034,82,17043,21,1 +2035,82,17043,21,0 +2036,82,17043,21,0 +2037,82,17043,21,0 +2038,82,17043,21,1 +2039,82,17043,21,0 +2040,82,17043,21,0 +2041,82,17043,21,0 +2042,82,17043,21,0 +2043,82,17043,21,0 +2044,82,17043,21,0 +2045,82,17043,21,2 +2046,82,17043,21,0 +2047,82,17043,21,0 +2048,82,17043,21,1 +2049,82,17043,21,0 +2050,82,17043,21,0 +2051,85,17043,21,0 +2052,85,17043,21,0 +2053,85,17043,21,0 +2054,85,17043,21,0 +2055,85,17043,21,0 +2056,85,17043,21,0 +2057,85,17043,21,3 +2058,85,17043,21,0 +2059,85,17043,21,3 +2060,85,17043,21,0 +2061,85,17043,21,0 +2062,85,17043,21,0 +2063,85,17043,21,0 +2064,85,17043,21,0 +2065,85,17043,21,0 +2066,85,17043,21,0 +2067,85,17043,21,0 +2068,85,17043,21,0 +2069,85,17043,21,0 +2070,85,17043,21,0 +2071,85,17043,21,0 +2072,85,17043,21,0 +2073,85,17043,21,0 +2074,85,17043,21,0 +2075,85,17043,21,0 +2076,85,17043,21,0 +2077,85,17043,21,0 +2078,85,17043,21,0 +2079,85,17043,21,0 +2080,85,17043,21,0 +2081,85,17043,21,0 +2082,85,17043,21,0 +2083,85,17043,21,0 +2084,85,17043,21,0 +2085,85,17043,21,1 +2086,85,17043,21,0 +2087,85,17043,21,0 +2088,85,17043,21,0 +2089,85,17043,21,0 +2090,85,17043,21,0 +2091,85,17043,21,0 +2092,85,17043,21,0 +2093,85,17043,21,0 +2094,85,17043,21,1 +2095,85,17043,21,0 +2096,85,17043,21,0 +2097,85,17043,21,0 +2098,85,17043,21,0 +2099,85,17043,21,0 +2100,85,17043,21,1 +2101,85,17043,21,0 +2102,85,17043,21,1 +2103,85,17043,21,0 +2104,85,17043,21,0 +2105,85,17043,21,0 +2106,85,17043,21,0 +2107,85,17043,21,0 +2108,86,17043,21,1 +2109,86,17043,21,0 +2110,86,17043,21,0 +2111,86,17043,21,1 +2112,62,17089,21,1 +2113,62,17089,21,5 +2114,62,17089,21,0 +2115,62,17089,21,3 +2116,65,17089,21,0 +2117,65,17089,21,1 +2118,65,17089,21,0 +2119,65,17089,21,1 +2120,68,17089,21,1 +2121,68,17089,21,0 +2122,68,17089,21,0 +2123,68,17089,21,0 +2124,71,17089,21,0 +2125,71,17089,21,0 +2126,71,17089,21,2 +2127,71,17089,21,0 +2128,74,17089,21,0 +2129,74,17089,21,0 +2130,74,17089,21,1 +2131,74,17089,21,1 +2132,63,17089,21,6 +2133,63,17089,21,0 +2134,63,17089,21,1 +2135,63,17089,21,1 +2136,66,17089,21,0 +2137,66,17089,21,0 +2138,66,17089,21,0 +2139,66,17089,21,0 +2140,69,17089,21,3 +2141,69,17089,21,1 +2142,69,17089,21,0 +2143,69,17089,21,0 +2144,72,17089,21,6 +2145,72,17089,21,0 +2146,72,17089,21,0 +2147,72,17089,21,0 +2148,75,17089,21,4 +2149,75,17089,21,0 +2150,75,17089,21,0 +2151,75,17089,21,0 +2152,75,17089,21,0 +2153,75,17089,21,0 +2154,75,17089,21,0 +2155,75,17089,21,0 +2156,75,17089,21,0 +2157,75,17089,21,0 +2158,64,17089,21,1 +2159,64,17089,21,0 +2160,64,17089,21,0 +2161,64,17089,21,0 +2162,64,17089,21,8 +2163,64,17089,21,0 +2164,64,17089,21,2 +2165,64,17089,21,0 +2166,64,17089,21,0 +2167,64,17089,21,0 +2168,64,17089,21,6 +2169,64,17089,21,0 +2170,64,17089,21,0 +2171,64,17089,21,0 +2172,64,17089,21,0 +2173,64,17089,21,2 +2174,64,17089,21,4 +2175,64,17089,21,0 +2176,64,17089,21,7 +2177,64,17089,21,0 +2178,64,17089,21,0 +2179,67,17089,21,2 +2180,67,17089,21,1 +2181,67,17089,21,0 +2182,67,17089,21,1 +2183,67,17089,21,0 +2184,67,17089,21,0 +2185,67,17089,21,0 +2186,67,17089,21,1 +2187,67,17089,21,8 +2188,67,17089,21,0 +2189,67,17089,21,0 +2190,67,17089,21,0 +2191,67,17089,21,8 +2192,67,17089,21,0 +2193,67,17089,21,0 +2194,67,17089,21,0 +2195,67,17089,21,0 +2196,67,17089,21,0 +2197,67,17089,21,0 +2198,67,17089,21,0 +2199,67,17089,21,1 +2200,67,17089,21,0 +2201,67,17089,21,0 +2202,67,17089,21,0 +2203,67,17089,21,0 +2204,67,17089,21,0 +2205,67,17089,21,0 +2206,67,17089,21,0 +2207,67,17089,21,0 +2208,67,17089,21,0 +2209,67,17089,21,0 +2210,67,17089,21,0 +2211,67,17089,21,0 +2212,67,17089,21,0 +2213,67,17089,21,0 +2214,67,17089,21,8 +2215,67,17089,21,0 +2216,67,17089,21,0 +2217,67,17089,21,0 +2218,67,17089,21,0 +2219,67,17089,21,0 +2220,67,17089,21,0 +2221,70,17089,21,0 +2222,70,17089,21,6 +2223,70,17089,21,1 +2224,70,17089,21,0 +2225,70,17089,21,0 +2226,70,17089,21,0 +2227,70,17089,21,1 +2228,70,17089,21,1 +2229,70,17089,21,9 +2230,70,17089,21,0 +2231,70,17089,21,0 +2232,70,17089,21,0 +2233,70,17089,21,0 +2234,70,17089,21,0 +2235,70,17089,21,0 +2236,70,17089,21,0 +2237,70,17089,21,2 +2238,70,17089,21,1 +2239,73,17089,21,0 +2240,73,17089,21,0 +2241,73,17089,21,3 +2242,73,17089,21,0 +2243,73,17089,21,0 +2244,73,17089,21,1 +2245,73,17089,21,0 +2246,73,17089,21,0 +2247,73,17089,21,0 +2248,73,17089,21,0 +2249,73,17089,21,0 +2250,73,17089,21,0 +2251,73,17089,21,0 +2252,73,17089,21,0 +2253,73,17089,21,18 +2254,73,17089,21,0 +2255,73,17089,21,0 +2256,73,17089,21,0 +2257,76,17089,21,0 +2258,76,17089,21,0 +2259,76,17089,21,1 +2260,76,17089,21,0 +2261,76,17089,21,0 +2262,76,17089,21,0 +2263,76,17089,21,0 +2264,76,17089,21,0 +2265,76,17089,21,0 +2266,76,17089,21,0 +2267,76,17089,21,0 +2268,76,17089,21,0 +2269,76,17089,21,1 +2270,76,17089,21,0 +2271,76,17089,21,0 +2272,76,17089,21,0 +2273,76,17089,21,0 +2274,76,17089,21,0 +2275,76,17089,21,0 +2276,76,17089,21,1 +2277,76,17089,21,22 +2278,76,17089,21,0 +2279,76,17089,21,1 +2280,76,17089,21,0 +2281,76,17089,21,0 +2282,76,17089,21,0 +2283,76,17089,21,1 +2284,76,17089,21,4 +2285,76,17089,21,0 +2286,76,17089,21,1 +2287,76,17089,21,2 +2288,76,17089,21,0 +2289,76,17089,21,1 +2290,76,17089,21,2 +2291,76,17089,21,0 +2292,76,17089,21,0 +2293,76,17089,21,0 +2294,76,17089,21,0 +2295,76,17089,21,0 +2296,76,17089,21,0 +2297,76,17089,21,0 +2298,76,17089,21,0 +2299,76,17089,21,0 +2300,76,17089,21,0 +2301,76,17089,21,0 +2302,76,17089,21,0 +2303,76,17089,21,0 +2304,76,17089,21,0 +2305,110,17093,21,0 +2306,110,17093,21,1 +2307,111,17093,21,5 +2308,111,17093,21,2 +2309,112,17093,21,1 +2310,112,17093,21,0 +2311,112,17093,21,0 +2312,112,17093,21,1 +2313,112,17093,21,8 +2314,110,17093,21,0 +2315,110,17093,21,1 +2316,111,17093,21,0 +2317,111,17093,21,3 +2318,112,17093,21,0 +2319,112,17093,21,0 +2320,113,17093,21,2 +2321,114,17093,21,3 +2322,115,17093,21,0 +2323,116,17093,21,2 +2324,117,17093,21,1 +2325,118,17093,21,2 +2326,46,17097,21,4 +2327,46,17097,21,0 +2328,46,17097,21,0 +2329,46,17097,21,0 +2330,46,17097,21,0 +2331,46,17097,21,0 +2332,50,17097,21,1 +2333,50,17097,21,0 +2334,50,17097,21,6 +2335,50,17097,21,0 +2336,50,17097,21,0 +2337,50,17097,21,0 +2338,54,17097,21,1 +2339,54,17097,21,15 +2340,54,17097,21,1 +2341,54,17097,21,1 +2342,54,17097,21,0 +2343,54,17097,21,0 +2344,58,17097,21,0 +2345,58,17097,21,0 +2346,58,17097,21,1 +2347,58,17097,21,0 +2348,58,17097,21,0 +2349,58,17097,21,1 +2350,47,17097,21,3 +2351,47,17097,21,0 +2352,47,17097,21,0 +2353,47,17097,21,0 +2354,47,17097,21,0 +2355,47,17097,21,0 +2356,47,17097,21,0 +2357,47,17097,21,0 +2358,47,17097,21,0 +2359,51,17097,21,0 +2360,51,17097,21,0 +2361,51,17097,21,8 +2362,51,17097,21,0 +2363,51,17097,21,0 +2364,51,17097,21,0 +2365,51,17097,21,0 +2366,51,17097,21,0 +2367,51,17097,21,0 +2368,51,17097,21,0 +2369,51,17097,21,4 +2370,51,17097,21,0 +2371,51,17097,21,0 +2372,51,17097,21,0 +2373,51,17097,21,0 +2374,51,17097,21,0 +2375,51,17097,21,5 +2376,51,17097,21,0 +2377,55,17097,21,0 +2378,55,17097,21,0 +2379,55,17097,21,5 +2380,55,17097,21,0 +2381,55,17097,21,0 +2382,55,17097,21,0 +2383,55,17097,21,0 +2384,55,17097,21,0 +2385,55,17097,21,0 +2386,59,17097,21,0 +2387,59,17097,21,0 +2388,59,17097,21,0 +2389,59,17097,21,10 +2390,59,17097,21,2 +2391,59,17097,21,1 +2392,59,17097,21,0 +2393,59,17097,21,1 +2394,59,17097,21,0 +2395,48,17097,21,0 +2396,48,17097,21,2 +2397,48,17097,21,0 +2398,48,17097,21,6 +2399,52,17097,21,1 +2400,52,17097,21,0 +2401,52,17097,21,21 +2402,52,17097,21,0 +2403,52,17097,21,0 +2404,52,17097,21,0 +2405,52,17097,21,0 +2406,52,17097,21,5 +2407,52,17097,21,2 +2408,52,17097,21,1 +2409,52,17097,21,0 +2410,52,17097,21,1 +2411,52,17097,21,1 +2412,52,17097,21,0 +2413,52,17097,21,2 +2414,52,17097,21,0 +2415,52,17097,21,0 +2416,52,17097,21,1 +2417,52,17097,21,3 +2418,52,17097,21,0 +2419,52,17097,21,0 +2420,56,17097,21,0 +2421,56,17097,21,0 +2422,56,17097,21,3 +2423,56,17097,21,0 +2424,56,17097,21,0 +2425,56,17097,21,0 +2426,56,17097,21,0 +2427,56,17097,21,0 +2428,56,17097,21,0 +2429,56,17097,21,0 +2430,56,17097,21,0 +2431,56,17097,21,0 +2432,56,17097,21,5 +2433,56,17097,21,4 +2434,56,17097,21,0 +2435,56,17097,21,1 +2436,56,17097,21,1 +2437,56,17097,21,1 +2438,56,17097,21,0 +2439,56,17097,21,0 +2440,56,17097,21,0 +2441,56,17097,21,0 +2442,56,17097,21,0 +2443,56,17097,21,41 +2444,60,17097,21,0 +2445,60,17097,21,0 +2446,60,17097,21,0 +2447,60,17097,21,0 +2448,60,17097,21,21 +2449,60,17097,21,1 +2450,60,17097,21,0 +2451,60,17097,21,0 +2452,60,17097,21,0 +2453,60,17097,21,0 +2454,60,17097,21,1 +2455,60,17097,21,0 +2456,60,17097,21,0 +2457,60,17097,21,1 +2458,60,17097,21,0 +2459,60,17097,21,0 +2460,60,17097,21,1 +2461,60,17097,21,0 +2462,60,17097,21,0 +2463,60,17097,21,0 +2464,60,17097,21,0 +2465,60,17097,21,1 +2466,60,17097,21,0 +2467,60,17097,21,0 +2468,49,17097,21,0 +2469,49,17097,21,0 +2470,49,17097,21,0 +2471,49,17097,21,0 +2472,49,17097,21,0 +2473,49,17097,21,6 +2474,49,17097,21,3 +2475,49,17097,21,0 +2476,49,17097,21,0 +2477,53,17097,21,0 +2478,53,17097,21,0 +2479,53,17097,21,0 +2480,53,17097,21,0 +2481,53,17097,21,0 +2482,53,17097,21,0 +2483,53,17097,21,0 +2484,53,17097,21,0 +2485,53,17097,21,0 +2486,53,17097,21,0 +2487,53,17097,21,0 +2488,53,17097,21,0 +2489,53,17097,21,0 +2490,53,17097,21,0 +2491,53,17097,21,0 +2492,53,17097,21,0 +2493,53,17097,21,0 +2494,53,17097,21,0 +2495,53,17097,21,1 +2496,53,17097,21,0 +2497,53,17097,21,0 +2498,53,17097,21,0 +2499,53,17097,21,0 +2500,53,17097,21,0 +2501,53,17097,21,0 +2502,53,17097,21,0 +2503,53,17097,21,1 +2504,53,17097,21,1 +2505,53,17097,21,0 +2506,53,17097,21,6 +2507,53,17097,21,0 +2508,53,17097,21,0 +2509,53,17097,21,0 +2510,53,17097,21,0 +2511,53,17097,21,1 +2512,53,17097,21,0 +2513,53,17097,21,0 +2514,53,17097,21,1 +2515,53,17097,21,0 +2516,53,17097,21,0 +2517,53,17097,21,0 +2518,53,17097,21,0 +2519,53,17097,21,0 +2520,53,17097,21,1 +2521,53,17097,21,0 +2522,53,17097,21,0 +2523,53,17097,21,0 +2524,53,17097,21,0 +2525,53,17097,21,0 +2526,53,17097,21,0 +2527,53,17097,21,0 +2528,53,17097,21,0 +2529,57,17097,21,0 +2530,57,17097,21,0 +2531,57,17097,21,0 +2532,57,17097,21,0 +2533,57,17097,21,0 +2534,57,17097,21,1 +2535,57,17097,21,0 +2536,57,17097,21,0 +2537,57,17097,21,0 +2538,57,17097,21,8 +2539,57,17097,21,0 +2540,57,17097,21,0 +2541,57,17097,21,1 +2542,57,17097,21,1 +2543,57,17097,21,0 +2544,57,17097,21,0 +2545,57,17097,21,0 +2546,57,17097,21,1 +2547,57,17097,21,0 +2548,57,17097,21,0 +2549,57,17097,21,4 +2550,57,17097,21,0 +2551,61,17097,21,1 +2552,61,17097,21,0 +2553,61,17097,21,0 +2554,61,17097,21,0 +2555,61,17097,21,0 +2556,61,17097,21,0 +2557,61,17097,21,0 +2558,61,17097,21,0 +2559,61,17097,21,0 +2560,61,17097,21,0 +2561,61,17097,21,1 +2562,61,17097,21,0 +2563,61,17097,21,1 +2564,61,17097,21,0 +2565,61,17097,21,0 +2566,61,17097,21,0 +2567,61,17097,21,1 +2568,61,17097,21,1 +2569,61,17097,21,0 +2570,61,17097,21,0 +2571,61,17097,21,7 +2572,61,17097,21,0 +2573,61,17097,21,0 +2574,61,17097,21,0 +2575,61,17097,21,3 +2576,61,17097,21,0 +2577,61,17097,21,0 +2578,61,17097,21,0 +2579,61,17097,21,0 +2580,61,17097,21,0 +2581,61,17097,21,0 +2582,61,17097,21,0 +2583,61,17097,21,0 +2584,30,17111,21,1 +2585,30,17111,21,0 +2586,30,17111,21,0 +2587,30,17111,21,3 +2588,34,17111,21,0 +2589,34,17111,21,0 +2590,34,17111,21,0 +2591,34,17111,21,0 +2592,38,17111,21,0 +2593,38,17111,21,0 +2594,38,17111,21,0 +2595,38,17111,21,4 +2596,42,17111,21,0 +2597,42,17111,21,0 +2598,42,17111,21,0 +2599,42,17111,21,0 +2600,31,17111,21,0 +2601,31,17111,21,0 +2602,31,17111,21,0 +2603,31,17111,21,0 +2604,35,17111,21,0 +2605,35,17111,21,1 +2606,35,17111,21,0 +2607,35,17111,21,4 +2608,39,17111,21,0 +2609,39,17111,21,1 +2610,39,17111,21,1 +2611,39,17111,21,0 +2612,43,17111,21,3 +2613,43,17111,21,1 +2614,43,17111,21,0 +2615,43,17111,21,1 +2616,32,17111,21,2 +2617,32,17111,21,0 +2618,32,17111,21,0 +2619,32,17111,21,0 +2620,36,17111,21,0 +2621,36,17111,21,0 +2622,36,17111,21,3 +2623,36,17111,21,0 +2624,40,17111,21,0 +2625,40,17111,21,1 +2626,40,17111,21,0 +2627,40,17111,21,0 +2628,40,17111,21,1 +2629,40,17111,21,0 +2630,40,17111,21,0 +2631,40,17111,21,2 +2632,40,17111,21,3 +2633,40,17111,21,0 +2634,40,17111,21,0 +2635,40,17111,21,0 +2636,44,17111,21,0 +2637,44,17111,21,0 +2638,44,17111,21,0 +2639,44,17111,21,0 +2640,44,17111,21,0 +2641,44,17111,21,0 +2642,44,17111,21,0 +2643,44,17111,21,5 +2644,44,17111,21,0 +2645,33,17111,21,2 +2646,33,17111,21,0 +2647,33,17111,21,0 +2648,33,17111,21,0 +2649,33,17111,21,4 +2650,33,17111,21,0 +2651,33,17111,21,3 +2652,37,17111,21,0 +2653,37,17111,21,0 +2654,37,17111,21,1 +2655,37,17111,21,0 +2656,37,17111,21,0 +2657,37,17111,21,2 +2658,37,17111,21,1 +2659,37,17111,21,0 +2660,37,17111,21,0 +2661,37,17111,21,1 +2662,37,17111,21,0 +2663,37,17111,21,4 +2664,41,17111,21,0 +2665,41,17111,21,0 +2666,41,17111,21,2 +2667,41,17111,21,0 +2668,41,17111,21,0 +2669,41,17111,21,0 +2670,41,17111,21,3 +2671,41,17111,21,0 +2672,41,17111,21,0 +2673,41,17111,21,0 +2674,41,17111,21,0 +2675,41,17111,21,0 +2676,41,17111,21,2 +2677,41,17111,21,0 +2678,41,17111,21,0 +2679,45,17111,21,0 +2680,45,17111,21,0 +2681,45,17111,21,0 +2682,45,17111,21,0 +2683,45,17111,21,0 +2684,45,17111,21,0 +2685,45,17111,21,0 +2686,45,17111,21,0 +2687,45,17111,21,7 +2688,45,17111,21,1 +2689,45,17111,21,1 +2690,45,17111,21,0 +2691,45,17111,21,1 +2692,45,17111,21,0 +2693,45,17111,21,0 +2694,45,17111,21,0 +2695,45,17111,21,0 +2696,45,17111,21,1 +2697,45,17111,21,0 +2698,45,17111,21,0 +2699,45,17111,21,0 +2700,45,17111,21,6 +2701,45,17111,21,0 +2702,45,17111,21,1 +2703,87,17197,21,2 +2704,87,17197,21,3 +2705,87,17197,21,0 +2706,87,17197,21,0 +2707,87,17197,21,10 +2708,87,17197,21,10 +2709,87,17197,21,1 +2710,87,17197,21,1 +2711,87,17197,21,1 +2712,89,17197,21,0 +2713,89,17197,21,2 +2714,89,17197,21,0 +2715,89,17197,21,0 +2716,89,17197,21,12 +2717,89,17197,21,0 +2718,89,17197,21,1 +2719,89,17197,21,0 +2720,89,17197,21,1 +2721,92,17197,21,1 +2722,92,17197,21,2 +2723,92,17197,21,2 +2724,92,17197,21,0 +2725,92,17197,21,4 +2726,92,17197,21,0 +2727,92,17197,21,8 +2728,92,17197,21,4 +2729,92,17197,21,1 +2730,92,17197,21,0 +2731,92,17197,21,1 +2732,92,17197,21,2 +2733,96,17197,21,4 +2734,96,17197,21,1 +2735,96,17197,21,1 +2736,96,17197,21,2 +2737,102,17197,21,3 +2738,102,17197,21,0 +2739,102,17197,21,0 +2740,102,17197,21,4 +2741,108,17197,21,0 +2742,108,17197,21,0 +2743,108,17197,21,0 +2744,108,17197,21,0 +2745,88,17197,21,1 +2746,88,17197,21,0 +2747,88,17197,21,2 +2748,88,17197,21,0 +2749,88,17197,21,2 +2750,88,17197,21,1 +2751,88,17197,21,1 +2752,88,17197,21,0 +2753,88,17197,21,0 +2754,88,17197,21,1 +2755,88,17197,21,0 +2756,88,17197,21,0 +2757,88,17197,21,1 +2758,88,17197,21,0 +2759,88,17197,21,0 +2760,88,17197,21,2 +2761,88,17197,21,0 +2762,88,17197,21,1 +2763,88,17197,21,0 +2764,88,17197,21,9 +2765,88,17197,21,12 +2766,90,17197,21,11 +2767,90,17197,21,0 +2768,90,17197,21,0 +2769,90,17197,21,2 +2770,90,17197,21,2 +2771,90,17197,21,0 +2772,90,17197,21,0 +2773,90,17197,21,0 +2774,90,17197,21,0 +2775,90,17197,21,0 +2776,90,17197,21,0 +2777,90,17197,21,0 +2778,90,17197,21,2 +2779,90,17197,21,0 +2780,90,17197,21,0 +2781,93,17197,21,0 +2782,93,17197,21,0 +2783,93,17197,21,0 +2784,93,17197,21,0 +2785,93,17197,21,0 +2786,93,17197,21,0 +2787,93,17197,21,0 +2788,93,17197,21,0 +2789,93,17197,21,0 +2790,93,17197,21,1 +2791,93,17197,21,0 +2792,93,17197,21,0 +2793,93,17197,21,8 +2794,93,17197,21,0 +2795,93,17197,21,0 +2796,93,17197,21,0 +2797,93,17197,21,0 +2798,93,17197,21,3 +2799,93,17197,21,0 +2800,93,17197,21,0 +2801,93,17197,21,0 +2802,93,17197,21,0 +2803,93,17197,21,0 +2804,93,17197,21,0 +2805,93,17197,21,0 +2806,93,17197,21,0 +2807,93,17197,21,0 +2808,93,17197,21,0 +2809,93,17197,21,0 +2810,93,17197,21,2 +2811,93,17197,21,0 +2812,93,17197,21,1 +2813,93,17197,21,0 +2814,93,17197,21,0 +2815,93,17197,21,1 +2816,93,17197,21,0 +2817,93,17197,21,0 +2818,93,17197,21,0 +2819,93,17197,21,0 +2820,93,17197,21,0 +2821,93,17197,21,0 +2822,93,17197,21,0 +2823,93,17197,21,0 +2824,93,17197,21,11 +2825,93,17197,21,2 +2826,97,17197,21,2 +2827,97,17197,21,2 +2828,97,17197,21,3 +2829,97,17197,21,0 +2830,103,17197,21,0 +2831,103,17197,21,0 +2832,103,17197,21,0 +2833,103,17197,21,0 +2834,109,17197,21,0 +2835,109,17197,21,0 +2836,109,17197,21,1 +2837,109,17197,21,0 +2838,91,17197,21,0 +2839,91,17197,21,0 +2840,91,17197,21,1 +2841,91,17197,21,13 +2842,91,17197,21,0 +2843,91,17197,21,0 +2844,91,17197,21,0 +2845,91,17197,21,0 +2846,91,17197,21,1 +2847,94,17197,21,0 +2848,94,17197,21,0 +2849,94,17197,21,0 +2850,94,17197,21,5 +2851,94,17197,21,1 +2852,94,17197,21,20 +2853,94,17197,21,1 +2854,94,17197,21,1 +2855,94,17197,21,3 +2856,98,17197,21,1 +2857,98,17197,21,0 +2858,98,17197,21,0 +2859,98,17197,21,4 +2860,98,17197,21,1 +2861,98,17197,21,0 +2862,98,17197,21,8 +2863,98,17197,21,0 +2864,98,17197,21,0 +2865,104,17197,21,0 +2866,104,17197,21,0 +2867,104,17197,21,0 +2868,104,17197,21,0 +2869,95,17197,21,18 +2870,95,17197,21,1 +2871,95,17197,21,0 +2872,95,17197,21,1 +2873,95,17197,21,0 +2874,95,17197,21,21 +2875,95,17197,21,0 +2876,95,17197,21,0 +2877,95,17197,21,1 +2878,95,17197,21,1 +2879,95,17197,21,0 +2880,95,17197,21,0 +2881,95,17197,21,3 +2882,95,17197,21,3 +2883,95,17197,21,0 +2884,99,17197,21,0 +2885,99,17197,21,0 +2886,99,17197,21,1 +2887,99,17197,21,4 +2888,99,17197,21,1 +2889,99,17197,21,0 +2890,99,17197,21,0 +2891,99,17197,21,0 +2892,99,17197,21,0 +2893,105,17197,21,0 +2894,105,17197,21,2 +2895,105,17197,21,1 +2896,105,17197,21,1 +2897,100,17197,21,0 +2898,100,17197,21,5 +2899,100,17197,21,0 +2900,100,17197,21,5 +2901,100,17197,21,1 +2902,100,17197,21,0 +2903,100,17197,21,0 +2904,100,17197,21,0 +2905,100,17197,21,0 +2906,106,17197,21,0 +2907,106,17197,21,2 +2908,106,17197,21,0 +2909,106,17197,21,0 +2910,101,17197,21,6 +2911,101,17197,21,1 +2912,101,17197,21,0 +2913,101,17197,21,0 +2914,101,17197,21,0 +2915,101,17197,21,0 +2916,101,17197,21,0 +2917,101,17197,21,0 +2918,101,17197,21,0 +2919,101,17197,21,0 +2920,101,17197,21,1 +2921,107,17197,21,2 +2922,107,17197,21,0 +2923,107,17197,21,0 +2924,107,17197,21,1 +2925,107,17197,21,1 +2926,107,17197,21,0 +2927,119,17063,21,0 +2928,119,17063,21,0 +2929,119,17063,21,0 +2930,119,17063,21,0 +2931,119,17063,21,0 +2932,119,17063,21,0 +2933,119,17063,21,0 +2934,119,17063,21,0 +2935,119,17063,21,0 +2936,119,17063,21,31 +2937,119,17063,21,0 +2938,119,17063,21,0 +2939,119,17063,21,0 +2940,119,17063,21,17 +2941,119,17063,21,0 +2942,119,17063,21,0 +2943,119,17063,21,0 +2944,119,17063,21,0 +2945,119,17063,21,0 +2946,119,17063,21,0 +2947,119,17063,21,0 +2948,119,17063,21,0 +2949,119,17063,21,0 +2950,119,17063,21,0 +2951,120,17007,21,34 +2952,120,17007,21,0 +2953,120,17007,21,46 +2954,120,17007,21,0 +2955,120,17007,21,0 +2956,120,17007,21,0 +2957,120,17007,21,0 +2958,120,17007,21,0 +2959,120,17007,21,0 +2960,120,17007,21,0 +2961,120,17007,21,0 +2962,120,17007,21,0 +2963,120,17007,21,0 +2964,120,17007,21,0 +2965,120,17007,21,0 +2966,120,17007,21,0 +2967,120,17007,21,0 +2968,120,17007,21,0 +2969,120,17007,21,0 +2970,120,17007,21,0 +2971,120,17007,21,0 +2972,120,17007,21,0 +2973,120,17007,21,0 +2974,120,17007,21,0 +2975,120,17007,21,0 +2976,121,17037,21,0 +2977,121,17037,21,0 +2978,121,17037,21,0 +2979,121,17037,21,0 +2980,121,17037,21,0 +2981,121,17037,21,0 +2982,121,17037,21,0 +2983,121,17037,21,0 +2984,121,17037,21,0 +2985,121,17037,21,0 +2986,121,17037,21,0 +2987,121,17037,21,0 +2988,121,17037,21,0 +2989,121,17037,21,0 +2990,121,17037,21,0 +2991,121,17037,21,0 +2992,121,17037,21,0 +2993,121,17037,21,0 +2994,121,17037,21,0 +2995,121,17037,21,0 +2996,121,17037,21,0 +2997,121,17037,21,0 +2998,121,17037,21,0 +2999,121,17037,21,0 +3000,121,17037,21,0 +3001,121,17037,21,3 +3002,121,17037,21,0 +3003,121,17037,21,0 +3004,121,17037,21,0 +3005,121,17037,21,0 +3006,121,17037,21,0 +3007,121,17037,21,0 +3008,121,17037,21,0 +3009,121,17037,21,0 +3010,121,17037,21,53 +3011,121,17037,21,0 +3012,121,17037,21,0 +3013,121,17037,21,11 +3014,121,17037,21,0 +3015,121,17037,21,0 +3016,121,17037,21,0 +3017,121,17037,21,0 +3018,121,17037,21,0 +3019,121,17037,21,0 +3020,121,17037,21,0 +3021,121,17037,21,0 +3022,122,17091,21,0 +3023,122,17091,21,0 +3024,122,17091,21,0 +3025,122,17091,21,0 +3026,122,17091,21,0 +3027,122,17091,21,0 +3028,122,17091,21,0 +3029,122,17091,21,0 +3030,122,17091,21,0 +3031,122,17091,21,0 +3032,122,17091,21,0 +3033,122,17091,21,0 +3034,122,17091,21,0 +3035,122,17091,21,0 +3036,122,17091,21,0 +3037,122,17091,21,0 +3038,122,17091,21,0 +3039,122,17091,21,0 +3040,122,17091,21,0 +3041,122,17091,21,0 +3042,122,17091,21,13 +3043,122,17091,21,0 +3044,122,17091,21,0 +3045,122,17091,21,0 +3046,122,17091,21,0 +3047,122,17091,21,0 +3048,122,17091,21,0 +3049,122,17091,21,0 +3050,122,17091,21,0 +3051,122,17091,21,0 +3052,122,17091,21,0 +3053,122,17091,21,0 +3054,122,17091,21,0 +3055,122,17091,21,0 +3056,122,17091,21,0 +3057,122,17091,21,0 +3058,122,17091,21,0 +3059,122,17091,21,0 +3060,122,17091,21,0 +3061,122,17091,21,0 +3062,122,17091,21,0 +3063,122,17091,21,0 +3064,122,17091,21,0 +3065,122,17091,21,0 +3066,122,17091,21,0 +3067,122,17091,21,0 +3068,122,17091,21,6 +3069,122,17091,21,0 +3070,122,17091,21,0 +3071,122,17091,21,0 +3072,122,17091,21,0 +3073,122,17091,21,0 +3074,126,17099,21,0 +3075,126,17099,21,0 +3076,126,17099,21,0 +3077,126,17099,21,0 +3078,126,17099,21,0 +3079,126,17099,21,0 +3080,126,17099,21,0 +3081,126,17099,21,0 +3082,126,17099,21,0 +3083,126,17099,21,0 +3084,126,17099,21,0 +3085,126,17099,21,0 +3086,126,17099,21,0 +3087,126,17099,21,0 +3088,126,17099,21,0 +3089,126,17099,21,0 +3090,126,17099,21,0 +3091,126,17099,21,0 +3092,126,17099,21,15 +3093,126,17099,21,0 +3094,126,17099,21,0 +3095,126,17099,21,0 +3096,126,17099,21,0 +3097,126,17099,21,0 +3098,126,17099,21,0 +3099,126,17099,21,3 +3100,126,17099,21,0 +3101,126,17099,21,515 +3102,126,17099,21,0 +3103,126,17099,21,0 +3104,126,17099,21,0 +3105,126,17099,21,0 +3106,126,17099,21,0 +3107,126,17099,21,0 +3108,126,17099,21,0 +3109,126,17099,21,0 +3110,126,17099,21,278 +3111,126,17099,21,0 +3112,126,17099,21,0 +3113,126,17099,21,0 +3114,126,17099,21,0 +3115,126,17099,21,0 +3116,126,17099,21,0 +3117,126,17099,21,0 +3118,126,17099,21,0 +3119,126,17099,21,32 +3120,126,17099,21,0 +3121,126,17099,21,0 +3122,126,17099,21,0 +3123,126,17099,21,0 +3124,126,17099,21,0 +3125,126,17099,21,13 +3126,126,17099,21,0 +3127,126,17099,21,0 +3128,126,17099,21,0 +3129,126,17099,21,0 +3130,126,17099,21,1 +3131,126,17099,21,0 +3132,126,17099,21,0 +3133,126,17099,21,0 +3134,126,17099,21,0 +3135,126,17099,21,0 +3136,126,17099,21,0 +3137,126,17099,21,0 +3138,126,17099,21,0 +3139,126,17099,21,0 +3140,126,17099,21,0 +3141,126,17099,21,0 +3142,126,17099,21,0 +3143,126,17099,21,0 +3144,126,17099,21,0 +3145,126,17099,21,0 +3146,125,17103,21,0 +3147,125,17103,21,0 +3148,125,17103,21,0 +3149,125,17103,21,0 +3150,125,17103,21,0 +3151,125,17103,21,0 +3152,124,17141,21,0 +3153,124,17141,21,0 +3154,124,17141,21,0 +3155,124,17141,21,0 +3156,124,17141,21,0 +3157,124,17141,21,25 +3158,124,17141,21,0 +3159,124,17141,21,0 +3160,124,17141,21,0 +3161,124,17141,21,0 +3162,124,17141,21,9 +3163,124,17141,21,0 +3164,124,17141,21,0 +3165,124,17141,21,0 +3166,124,17141,21,0 +3167,124,17141,21,0 +3168,124,17141,21,0 +3169,123,17201,21,0 +3170,123,17201,21,0 +3171,123,17201,21,0 +3172,123,17201,21,0 +3173,123,17201,21,0 +3174,123,17201,21,0 +3175,123,17201,21,0 +3176,123,17201,21,0 +3177,123,17201,21,0 +3178,123,17201,21,0 +3179,123,17201,21,0 +3180,123,17201,21,0 +3181,123,17201,21,0 +3182,123,17201,21,0 +3183,123,17201,21,0 +3184,123,17201,21,0 +3185,123,17201,21,0 +3186,123,17201,21,0 +3187,123,17201,21,0 +3188,123,17201,21,0 +3189,123,17201,21,0 +3190,123,17201,21,0 +3191,123,17201,21,0 +3192,123,17201,21,0 +3193,123,17201,21,0 +3194,123,17201,21,0 +3195,123,17201,21,0 +3196,123,17201,21,0 +3197,123,17201,21,0 +3198,123,17201,21,0 +3199,123,17201,21,0 +3200,123,17201,21,0 +3201,123,17201,21,0 +3202,123,17201,21,0 +3203,123,17201,21,0 +3204,123,17201,21,0 +3205,123,17201,21,0 +3206,123,17201,21,0 +3207,123,17201,21,0 +3208,123,17201,21,0 +3209,123,17201,21,0 +3210,123,17201,21,0 +3211,123,17201,21,0 +3212,123,17201,21,0 +3213,123,17201,21,0 +3214,123,17201,21,0 +3215,123,17201,21,0 +3216,123,17201,21,0 +3217,123,17201,21,0 +3218,123,17201,21,0 +3219,123,17201,21,31 +3220,123,17201,21,0 +3221,123,17201,21,0 +3222,123,17201,21,0 +3223,123,17201,21,0 +3224,123,17201,21,0 +3225,123,17201,21,0 +3226,123,17201,21,0 +3227,123,17201,21,0 +3228,123,17201,21,0 +3229,123,17201,21,0 +3230,123,17201,21,0 +3231,123,17201,21,0 +3232,123,17201,21,0 +3233,123,17201,21,25 +3234,123,17201,21,0 +3235,123,17201,21,0 +3236,123,17201,21,0 +3237,123,17201,21,0 +3238,123,17201,21,0 +3239,123,17201,21,0 +3240,123,17201,21,49 +3241,123,17201,21,0 +3242,123,17201,21,0 +3243,123,17201,21,0 +3244,123,17201,21,0 +3245,123,17201,21,0 +3246,123,17201,21,0 +3247,123,17201,21,0 +3248,127,18089,21,0 +3249,127,18089,21,0 +3250,127,18089,21,18 +3251,127,18089,21,0 +3252,127,18089,21,0 +3253,127,18089,21,0 +3254,127,18089,21,0 +3255,127,18089,21,0 +3256,127,18089,21,0 +3257,127,18089,21,0 +3258,127,18089,21,0 +3259,127,18089,21,0 +3260,127,18089,21,0 +3261,127,18089,21,0 +3262,127,18089,21,0 +3263,127,18089,21,0 +3264,127,18089,21,0 +3265,127,18089,21,0 +3266,127,18089,21,0 +3267,127,18089,21,0 +3268,127,18089,21,0 +3269,127,18089,21,0 +3270,127,18089,21,0 +3271,127,18089,21,0 +3272,127,18089,21,0 +3273,127,18089,21,0 +3274,127,18089,21,0 +3275,127,18089,21,0 +3276,127,18089,21,2 +3277,127,18089,21,0 +3278,127,18089,21,0 +3279,127,18089,21,0 +3280,127,18089,21,0 +3281,127,18089,21,0 +3282,127,18089,21,0 +3283,127,18089,21,0 +3284,127,18089,21,0 +3285,127,18089,21,0 +3286,127,18089,21,0 +3287,127,18089,21,0 +3288,127,18089,21,0 +3289,127,18089,21,0 +3290,127,18089,21,0 +3291,127,18089,21,0 +3292,127,18089,21,0 +3293,127,18089,21,0 +3294,127,18089,21,0 +3295,127,18089,21,0 +3296,127,18089,21,0 +3297,127,18089,21,0 +3298,127,18089,21,0 +3299,127,18089,21,0 +3300,127,18089,21,0 +3301,127,18089,21,0 +3302,127,18089,21,0 +3303,127,18089,21,0 +3304,127,18089,21,1 +3305,127,18089,21,0 +3306,127,18089,21,0 +3307,127,18089,21,0 +3308,127,18089,21,0 +3309,127,18089,21,0 +3310,127,18089,21,0 +3311,127,18089,21,0 +3312,127,18089,21,0 +3313,127,18089,21,0 +3314,127,18089,21,0 +3315,127,18089,21,0 +3316,127,18089,21,0 +3317,127,18089,21,0 +3318,127,18089,21,0 +3319,127,18089,21,0 +3320,127,18089,21,0 +3321,127,18089,21,0 +3322,127,18089,21,0 +3323,127,18089,21,0 +3324,127,18089,21,0 +3325,127,18089,21,8 +3326,127,18089,21,0 +3327,127,18089,21,0 +3328,127,18089,21,0 +3329,127,18089,21,0 +3330,127,18089,21,4 +3331,127,18089,21,0 +3332,127,18089,21,0 +3333,127,18089,21,0 +3334,127,18089,21,0 +3335,127,18089,21,11 +3336,127,18089,21,0 +3337,127,18089,21,0 +3338,127,18089,21,18 +3339,127,18089,21,5 +3340,127,18089,21,0 +3341,127,18089,21,0 +3342,127,18089,21,66 +3343,127,18089,21,9 +3344,127,18089,21,0 +3345,129,18091,21,0 +3346,129,18091,21,0 +3347,129,18091,21,0 +3348,129,18091,21,0 +3349,129,18091,21,0 +3350,129,18091,21,0 +3351,129,18091,21,0 +3352,129,18091,21,0 +3353,129,18091,21,0 +3354,129,18091,21,2 +3355,129,18091,21,7 +3356,129,18091,21,0 +3357,129,18091,21,0 +3358,129,18091,21,0 +3359,129,18091,21,0 +3360,129,18091,21,3 +3361,129,18091,21,0 +3362,129,18091,21,0 +3363,129,18091,21,0 +3364,129,18091,21,0 +3365,129,18091,21,0 +3366,129,18091,21,0 +3367,129,18091,21,1 +3368,129,18091,21,0 +3369,129,18091,21,0 +3370,129,18091,21,0 +3371,129,18091,21,0 +3372,129,18091,21,0 +3373,129,18091,21,0 +3374,129,18091,21,0 +3375,129,18091,21,5 +3376,129,18091,21,1 +3377,129,18091,21,0 +3378,129,18091,21,0 +3379,129,18091,21,0 +3380,129,18091,21,0 +3381,129,18091,21,0 +3382,129,18091,21,0 +3383,129,18091,21,0 +3384,129,18091,21,0 +3385,129,18091,21,0 +3386,129,18091,21,0 +3387,129,18091,21,0 +3388,129,18091,21,0 +3389,129,18091,21,0 +3390,129,18091,21,0 +3391,129,18091,21,0 +3392,129,18091,21,0 +3393,129,18091,21,0 +3394,129,18091,21,0 +3395,129,18091,21,0 +3396,129,18091,21,0 +3397,129,18091,21,2 +3398,129,18091,21,0 +3399,129,18091,21,0 +3400,129,18091,21,0 +3401,128,18127,21,0 +3402,128,18127,21,0 +3403,128,18127,21,0 +3404,128,18127,21,0 +3405,128,18127,21,0 +3406,128,18127,21,0 +3407,128,18127,21,0 +3408,128,18127,21,0 +3409,128,18127,21,0 +3410,128,18127,21,0 +3411,128,18127,21,0 +3412,128,18127,21,0 +3413,128,18127,21,0 +3414,128,18127,21,0 +3415,128,18127,21,0 +3416,128,18127,21,0 +3417,128,18127,21,0 +3418,128,18127,21,0 +3419,128,18127,21,0 +3420,128,18127,21,0 +3421,128,18127,21,0 +3422,128,18127,21,0 +3423,128,18127,21,0 +3424,128,18127,21,0 +3425,128,18127,21,0 +3426,128,18127,21,0 +3427,128,18127,21,0 +3428,128,18127,21,0 +3429,128,18127,21,0 +3430,128,18127,21,0 +3431,128,18127,21,0 +3432,128,18127,21,0 +3433,128,18127,21,0 +3434,128,18127,21,0 +3435,128,18127,21,0 +3436,128,18127,21,0 +3437,128,18127,21,0 +3438,128,18127,21,0 +3439,128,18127,21,3 +3440,128,18127,21,0 +3441,128,18127,21,0 +3442,128,18127,21,0 +3443,128,18127,21,0 +3444,128,18127,21,0 +3445,128,18127,21,0 +3446,128,18127,21,0 +3447,128,18127,21,0 +3448,128,18127,21,0 +3449,128,18127,21,4 +3450,128,18127,21,0 +3451,128,18127,21,0 +3452,128,18127,21,0 +3453,128,18127,21,0 +3454,128,18127,21,0 +3455,128,18127,21,0 +3456,128,18127,21,0 +3457,128,18127,21,0 +3458,128,18127,21,0 +3459,128,18127,21,0 +3460,128,18127,21,0 +3461,128,18127,21,0 +3462,128,18127,21,0 +3463,128,18127,21,0 +3464,128,18127,21,8 +3465,128,18127,21,0 +3466,128,18127,21,0 +3467,128,18127,21,0 +3468,130,55059,21,0 +3469,130,55059,21,0 +3470,130,55059,21,0 +3471,130,55059,21,0 +3472,130,55059,21,0 +3473,130,55059,21,0 +3474,130,55059,21,0 +3475,130,55059,21,0 +3476,130,55059,21,0 +3477,130,55059,21,0 +3478,130,55059,21,0 +3479,130,55059,21,0 +3480,130,55059,21,0 +3481,130,55059,21,0 +3482,130,55059,21,0 +3483,130,55059,21,0 +3484,130,55059,21,0 +3485,130,55059,21,0 +3486,130,55059,21,0 +3487,130,55059,21,0 +3488,130,55059,21,0 +3489,130,55059,21,0 +3490,130,55059,21,0 +3491,130,55059,21,0 +3492,130,55059,21,0 +3493,130,55059,21,0 +3494,130,55059,21,0 +3495,130,55059,21,0 +3496,130,55059,21,0 +3497,130,55059,21,8 +3498,130,55059,21,0 +3499,130,55059,21,0 +3500,130,55059,21,0 +3501,130,55059,21,0 +3502,130,55059,21,0 +3503,130,55059,21,0 +3504,130,55059,21,0 +3505,130,55059,21,0 +3506,130,55059,21,0 +3507,130,55059,21,0 +3508,130,55059,21,0 +3509,130,55059,21,0 +3510,130,55059,21,0 +3511,130,55059,21,0 +3512,130,55059,21,0 +3513,131,55101,21,0 +3514,131,55101,21,0 +3515,131,55101,21,0 +3516,131,55101,21,0 +3517,131,55101,21,0 +3518,131,55101,21,6 +3519,131,55101,21,0 +3520,131,55101,21,0 +3521,131,55101,21,0 +3522,131,55101,21,0 +3523,131,55101,21,0 +3524,131,55101,21,0 +3525,131,55101,21,0 +3526,131,55101,21,0 +3527,131,55101,21,0 +3528,131,55101,21,0 +3529,131,55101,21,0 +3530,131,55101,21,0 +3531,131,55101,21,0 +3532,131,55101,21,0 +3533,131,55101,21,0 +3534,131,55101,21,0 +3535,131,55101,21,0 +3536,131,55101,21,0 +3537,131,55101,21,0 +3538,131,55101,21,0 +3539,131,55101,21,0 +3540,131,55101,21,0 +3541,131,55101,21,0 +3542,131,55101,21,0 +3543,131,55101,21,0 +3544,131,55101,21,0 +3545,131,55101,21,0 +3546,131,55101,21,0 +3547,131,55101,21,0 +3548,131,55101,21,0 +3549,131,55101,21,3 +3550,131,55101,21,0 +3551,131,55101,21,0 +3552,131,55101,21,0 +3553,131,55101,21,0 +3554,131,55101,21,0 +3555,131,55101,21,0 +3556,131,55101,21,0 +3557,131,55101,21,0 +3558,131,55101,21,1 +3559,131,55101,21,0 +3560,131,55101,21,0 +3561,131,55101,21,0 +3562,131,55101,21,0 +3563,131,55101,21,0 +3564,131,55101,21,0 +3565,131,55101,21,0 +3566,131,55101,21,0 +3567,131,55101,21,6 +3568,131,55101,21,0 +3569,132,55127,21,0 +3570,132,55127,21,0 +3571,132,55127,21,0 +3572,132,55127,21,0 +3573,132,55127,21,0 +3574,132,55127,21,0 +3575,132,55127,21,0 +3576,132,55127,21,0 +3577,132,55127,21,0 +3578,132,55127,21,0 +3579,132,55127,21,0 +3580,132,55127,21,0 +3581,132,55127,21,0 +3582,132,55127,21,0 +3583,132,55127,21,0 +3584,132,55127,21,0 +3585,132,55127,21,0 +3586,132,55127,21,0 +3587,132,55127,21,0 +3588,132,55127,21,0 +3589,132,55127,21,0 +3590,132,55127,21,0 +3591,132,55127,21,0 +3592,132,55127,21,0 +3593,132,55127,21,0 +3594,132,55127,21,0 +3595,132,55127,21,0 +3596,132,55127,21,0 +3597,132,55127,21,0 +3598,132,55127,21,0 +3599,132,55127,21,0 +3600,132,55127,21,0 +3601,132,55127,21,0 +3602,132,55127,21,0 +3603,132,55127,21,0 +3604,132,55127,21,0 +3605,132,55127,21,0 +3606,132,55127,21,0 +3607,132,55127,21,0 +3608,132,55127,21,0 +3609,132,55127,21,0 +3610,132,55127,21,0 +3611,132,55127,21,0 +3612,132,55127,21,0 +3613,132,55127,21,0 +3614,132,55127,21,0 +3615,132,55127,21,0 +3616,132,55127,21,0 +3617,132,55127,21,0 +3618,132,55127,21,0 +3619,132,55127,21,0 +3620,132,55127,21,0 +3621,132,55127,21,0 +3622,132,55127,21,0 +3623,132,55127,21,0 +3624,132,55127,21,0 +3625,132,55127,21,0 +3626,132,55127,21,35 +3627,132,55127,21,0 +3628,132,55127,21,0 +3629,132,55127,21,0 +3630,132,55127,21,0 +3631,132,55127,21,0 +3632,132,55127,21,0 +1,17,17031,22,1 +2,17,17031,22,22 +3,17,17031,22,6 +4,17,17031,22,0 +5,17,17031,22,24 +6,17,17031,22,2 +7,17,17031,22,1 +8,17,17031,22,0 +9,17,17031,22,0 +10,17,17031,22,4 +11,17,17031,22,1 +12,17,17031,22,4 +13,17,17031,22,107 +14,17,17031,22,0 +15,17,17031,22,1 +16,17,17031,22,7 +17,17,17031,22,41 +18,17,17031,22,105 +19,17,17031,22,3 +20,17,17031,22,0 +21,17,17031,22,198 +22,17,17031,22,25 +23,17,17031,22,10 +24,17,17031,22,136 +25,17,17031,22,12 +26,17,17031,22,0 +27,17,17031,22,7 +28,17,17031,22,105 +29,17,17031,22,53 +30,17,17031,22,1 +31,17,17031,22,3 +32,17,17031,22,0 +33,17,17031,22,2 +34,17,17031,22,14 +35,17,17031,22,19 +36,17,17031,22,19 +37,17,17031,22,1 +38,17,17031,22,2 +39,17,17031,22,3 +40,17,17031,22,0 +41,17,17031,22,2 +42,17,17031,22,0 +43,17,17031,22,0 +44,17,17031,22,1 +45,17,17031,22,0 +46,17,17031,22,0 +47,17,17031,22,0 +48,17,17031,22,0 +49,17,17031,22,6 +50,17,17031,22,1 +51,17,17031,22,0 +52,17,17031,22,0 +53,17,17031,22,1 +54,17,17031,22,2 +55,17,17031,22,8 +56,17,17031,22,0 +57,17,17031,22,10 +58,17,17031,22,0 +59,17,17031,22,3 +60,17,17031,22,1 +61,17,17031,22,6 +62,17,17031,22,1 +63,17,17031,22,3 +64,17,17031,22,0 +65,17,17031,22,0 +66,17,17031,22,0 +67,17,17031,22,0 +68,17,17031,22,2 +69,17,17031,22,0 +70,17,17031,22,0 +71,17,17031,22,1 +72,17,17031,22,1 +73,17,17031,22,25 +74,17,17031,22,81 +75,17,17031,22,1 +76,17,17031,22,23 +77,17,17031,22,0 +78,14,17031,22,1 +79,14,17031,22,4 +80,14,17031,22,0 +81,14,17031,22,0 +82,14,17031,22,0 +83,14,17031,22,1 +84,14,17031,22,0 +85,14,17031,22,0 +86,14,17031,22,31 +87,14,17031,22,2 +88,14,17031,22,0 +89,14,17031,22,0 +90,17,17031,22,0 +91,17,17031,22,38 +92,17,17031,22,0 +93,17,17031,22,0 +94,17,17031,22,4 +95,17,17031,22,1 +96,17,17031,22,5 +97,17,17031,22,6 +98,17,17031,22,0 +99,17,17031,22,1 +100,17,17031,22,1 +101,17,17031,22,4 +102,17,17031,22,1 +103,17,17031,22,2 +104,17,17031,22,0 +105,17,17031,22,1 +106,17,17031,22,0 +107,17,17031,22,6 +108,17,17031,22,2 +109,17,17031,22,2 +110,17,17031,22,1 +111,17,17031,22,0 +112,17,17031,22,3 +113,17,17031,22,4 +114,17,17031,22,1 +115,17,17031,22,2 +116,17,17031,22,2 +117,17,17031,22,0 +118,17,17031,22,0 +119,17,17031,22,1 +120,17,17031,22,1 +121,17,17031,22,0 +122,8,17031,22,1 +123,12,17031,22,1 +124,12,17031,22,2 +125,12,17031,22,0 +126,12,17031,22,0 +127,12,17031,22,1 +128,12,17031,22,2 +129,12,17031,22,0 +130,12,17031,22,2 +131,12,17031,22,0 +132,12,17031,22,23 +133,12,17031,22,113 +134,12,17031,22,0 +135,12,17031,22,0 +136,12,17031,22,5 +137,12,17031,22,0 +138,12,17031,22,0 +139,12,17031,22,10 +140,12,17031,22,0 +141,9,17031,22,0 +142,9,17031,22,0 +143,9,17031,22,0 +144,9,17031,22,0 +145,9,17031,22,0 +146,9,17031,22,0 +147,12,17031,22,0 +148,12,17031,22,0 +149,12,17031,22,0 +150,12,17031,22,0 +151,12,17031,22,0 +152,12,17031,22,0 +153,12,17031,22,0 +154,10,17031,22,0 +155,10,17031,22,0 +156,10,17031,22,0 +157,10,17031,22,0 +158,10,17031,22,0 +159,10,17031,22,0 +160,10,17031,22,0 +161,10,17031,22,0 +162,10,17031,22,0 +163,11,17031,22,0 +164,11,17031,22,1 +165,11,17031,22,4 +166,11,17031,22,0 +167,10,17031,22,0 +168,10,17031,22,0 +169,10,17031,22,0 +170,10,17031,22,1 +171,11,17031,22,0 +172,11,17031,22,0 +173,11,17031,22,0 +174,11,17031,22,0 +175,11,17031,22,0 +176,11,17031,22,0 +177,11,17031,22,0 +178,11,17031,22,0 +179,13,17031,22,0 +180,13,17031,22,0 +181,13,17031,22,8 +182,13,17031,22,0 +183,13,17031,22,0 +184,13,17031,22,0 +185,13,17031,22,0 +186,13,17031,22,1 +187,13,17031,22,1 +188,13,17031,22,9 +189,13,17031,22,0 +190,13,17031,22,0 +191,13,17031,22,0 +192,13,17031,22,0 +193,13,17031,22,0 +194,13,17031,22,0 +195,13,17031,22,0 +196,13,17031,22,0 +197,13,17031,22,0 +198,13,17031,22,2 +199,13,17031,22,0 +200,13,17031,22,0 +201,13,17031,22,0 +202,13,17031,22,0 +203,13,17031,22,0 +204,13,17031,22,0 +205,13,17031,22,0 +206,13,17031,22,0 +207,13,17031,22,0 +208,13,17031,22,0 +209,13,17031,22,0 +210,13,17031,22,0 +211,13,17031,22,0 +212,13,17031,22,0 +213,13,17031,22,0 +214,13,17031,22,0 +215,13,17031,22,20 +216,13,17031,22,0 +217,13,17031,22,0 +218,13,17031,22,0 +219,13,17031,22,0 +220,13,17031,22,0 +221,13,17031,22,4 +222,13,17031,22,0 +223,13,17031,22,1 +224,13,17031,22,2 +225,13,17031,22,0 +226,13,17031,22,0 +227,13,17031,22,0 +228,13,17031,22,0 +229,13,17031,22,0 +230,13,17031,22,0 +231,13,17031,22,93 +232,13,17031,22,0 +233,13,17031,22,0 +234,13,17031,22,6 +235,13,17031,22,1 +236,13,17031,22,1 +237,13,17031,22,0 +238,13,17031,22,0 +239,13,17031,22,0 +240,13,17031,22,2 +241,13,17031,22,0 +242,13,17031,22,0 +243,13,17031,22,0 +244,13,17031,22,1 +245,13,17031,22,4 +246,13,17031,22,0 +247,13,17031,22,0 +248,13,17031,22,0 +249,13,17031,22,0 +250,13,17031,22,0 +251,13,17031,22,0 +252,13,17031,22,7 +253,13,17031,22,0 +254,13,17031,22,0 +255,13,17031,22,0 +256,13,17031,22,18 +257,13,17031,22,0 +258,13,17031,22,0 +259,13,17031,22,22 +260,13,17031,22,17 +261,13,17031,22,0 +262,13,17031,22,14 +263,13,17031,22,0 +264,13,17031,22,1 +265,13,17031,22,3 +266,13,17031,22,0 +267,13,17031,22,1 +268,13,17031,22,0 +269,13,17031,22,0 +270,13,17031,22,0 +271,13,17031,22,0 +272,13,17031,22,0 +273,13,17031,22,0 +274,13,17031,22,3 +275,13,17031,22,0 +276,13,17031,22,1 +277,13,17031,22,27 +278,13,17031,22,0 +279,13,17031,22,0 +280,13,17031,22,0 +281,13,17031,22,0 +282,13,17031,22,0 +283,13,17031,22,3 +284,13,17031,22,0 +285,13,17031,22,2 +286,13,17031,22,0 +287,13,17031,22,0 +288,13,17031,22,3 +289,13,17031,22,2 +290,13,17031,22,1 +291,13,17031,22,344 +292,13,17031,22,0 +293,13,17031,22,1 +294,13,17031,22,2 +295,13,17031,22,1 +296,13,17031,22,3 +297,13,17031,22,0 +298,13,17031,22,6 +299,13,17031,22,0 +300,13,17031,22,0 +301,13,17031,22,0 +302,13,17031,22,1 +303,13,17031,22,2 +304,13,17031,22,1 +305,13,17031,22,1 +306,13,17031,22,1 +307,13,17031,22,1 +308,14,17031,22,0 +309,14,17031,22,0 +310,14,17031,22,0 +311,14,17031,22,1 +312,14,17031,22,6 +313,14,17031,22,0 +314,14,17031,22,0 +315,14,17031,22,1 +316,14,17031,22,0 +317,14,17031,22,0 +318,14,17031,22,0 +319,14,17031,22,14 +320,14,17031,22,0 +321,14,17031,22,0 +322,14,17031,22,0 +323,14,17031,22,0 +324,14,17031,22,1 +325,14,17031,22,2 +326,14,17031,22,0 +327,14,17031,22,0 +328,14,17031,22,0 +329,14,17031,22,0 +330,14,17031,22,28 +331,14,17031,22,0 +332,14,17031,22,0 +333,14,17031,22,1 +334,14,17031,22,0 +335,14,17031,22,0 +336,14,17031,22,1 +337,14,17031,22,24 +338,14,17031,22,0 +339,14,17031,22,0 +340,14,17031,22,0 +341,14,17031,22,0 +342,14,17031,22,0 +343,14,17031,22,1 +344,14,17031,22,1 +345,14,17031,22,0 +346,14,17031,22,4 +347,14,17031,22,1 +348,14,17031,22,0 +349,14,17031,22,0 +350,14,17031,22,0 +351,14,17031,22,0 +352,14,17031,22,0 +353,14,17031,22,0 +354,14,17031,22,2 +355,16,17031,22,0 +356,16,17031,22,0 +357,16,17031,22,0 +358,16,17031,22,0 +359,16,17031,22,0 +360,16,17031,22,0 +361,16,17031,22,5 +362,16,17031,22,0 +363,16,17031,22,0 +364,16,17031,22,0 +365,16,17031,22,0 +366,16,17031,22,0 +367,16,17031,22,1 +368,16,17031,22,0 +369,16,17031,22,1 +370,16,17031,22,0 +371,16,17031,22,0 +372,16,17031,22,3 +373,16,17031,22,0 +374,16,17031,22,0 +375,16,17031,22,0 +376,16,17031,22,0 +377,16,17031,22,1 +378,16,17031,22,1 +379,16,17031,22,2 +380,16,17031,22,31 +381,16,17031,22,4 +382,16,17031,22,0 +383,16,17031,22,0 +384,16,17031,22,2 +385,16,17031,22,1 +386,16,17031,22,3 +387,16,17031,22,2 +388,16,17031,22,5 +389,16,17031,22,3 +390,16,17031,22,36 +391,16,17031,22,0 +392,16,17031,22,2 +393,16,17031,22,1 +394,16,17031,22,0 +395,16,17031,22,0 +396,16,17031,22,3 +397,16,17031,22,2 +398,16,17031,22,0 +399,16,17031,22,0 +400,16,17031,22,3 +401,16,17031,22,24 +402,16,17031,22,0 +403,16,17031,22,1 +404,16,17031,22,0 +405,16,17031,22,0 +406,16,17031,22,0 +407,16,17031,22,3 +408,16,17031,22,2 +409,16,17031,22,0 +410,16,17031,22,2 +411,16,17031,22,0 +412,16,17031,22,0 +413,16,17031,22,0 +414,16,17031,22,0 +415,16,17031,22,1 +416,16,17031,22,0 +417,16,17031,22,8 +418,16,17031,22,0 +419,16,17031,22,4 +420,16,17031,22,3 +421,16,17031,22,2 +422,16,17031,22,1 +423,16,17031,22,32 +424,16,17031,22,0 +425,16,17031,22,0 +426,16,17031,22,2 +427,16,17031,22,1 +428,16,17031,22,0 +429,16,17031,22,0 +430,16,17031,22,0 +431,16,17031,22,4 +432,16,17031,22,22 +433,16,17031,22,3 +434,16,17031,22,1 +435,16,17031,22,177 +436,16,17031,22,1 +437,16,17031,22,1 +438,16,17031,22,2 +439,16,17031,22,1 +440,16,17031,22,1 +441,17,17031,22,1 +442,17,17031,22,0 +443,17,17031,22,0 +444,17,17031,22,1 +445,17,17031,22,1 +446,17,17031,22,39 +447,17,17031,22,36 +448,17,17031,22,1 +449,17,17031,22,0 +450,17,17031,22,9 +451,17,17031,22,13 +452,17,17031,22,0 +453,17,17031,22,0 +454,17,17031,22,0 +455,17,17031,22,1 +456,17,17031,22,0 +457,17,17031,22,1 +458,17,17031,22,0 +459,19,17031,22,82 +460,19,17031,22,0 +461,19,17031,22,2 +462,19,17031,22,1 +463,19,17031,22,1 +464,19,17031,22,0 +465,19,17031,22,0 +466,19,17031,22,0 +467,19,17031,22,0 +468,19,17031,22,2 +469,19,17031,22,0 +470,19,17031,22,0 +471,19,17031,22,0 +472,19,17031,22,2 +473,19,17031,22,0 +474,19,17031,22,7 +475,19,17031,22,0 +476,19,17031,22,2 +477,19,17031,22,14 +478,19,17031,22,1 +479,19,17031,22,0 +480,19,17031,22,37 +481,19,17031,22,2 +482,19,17031,22,0 +483,19,17031,22,5 +484,19,17031,22,0 +485,19,17031,22,19 +486,19,17031,22,0 +487,19,17031,22,1 +488,19,17031,22,0 +489,19,17031,22,24 +490,19,17031,22,0 +491,19,17031,22,0 +492,19,17031,22,1 +493,19,17031,22,5 +494,19,17031,22,0 +495,19,17031,22,1 +496,19,17031,22,64 +497,19,17031,22,0 +498,19,17031,22,7 +499,19,17031,22,2 +500,19,17031,22,0 +501,19,17031,22,0 +502,19,17031,22,0 +503,19,17031,22,0 +504,19,17031,22,0 +505,19,17031,22,0 +506,19,17031,22,0 +507,19,17031,22,0 +508,19,17031,22,0 +509,19,17031,22,1 +510,19,17031,22,0 +511,19,17031,22,1 +512,19,17031,22,0 +513,19,17031,22,0 +514,19,17031,22,1 +515,19,17031,22,23 +516,19,17031,22,1 +517,19,17031,22,1 +518,19,17031,22,0 +519,19,17031,22,0 +520,19,17031,22,1 +521,19,17031,22,3 +522,19,17031,22,0 +523,20,17031,22,4 +524,20,17031,22,39 +525,20,17031,22,1 +526,20,17031,22,2 +527,20,17031,22,13 +528,20,17031,22,0 +529,20,17031,22,2 +530,20,17031,22,5 +531,20,17031,22,1 +532,20,17031,22,0 +533,20,17031,22,0 +534,20,17031,22,0 +535,20,17031,22,0 +536,20,17031,22,0 +537,20,17031,22,0 +538,20,17031,22,1 +539,20,17031,22,3 +540,20,17031,22,0 +541,20,17031,22,0 +542,20,17031,22,2 +543,20,17031,22,0 +544,20,17031,22,2 +545,20,17031,22,0 +546,20,17031,22,0 +547,20,17031,22,8 +548,20,17031,22,10 +549,20,17031,22,3 +550,20,17031,22,0 +551,20,17031,22,0 +552,20,17031,22,6 +553,20,17031,22,0 +554,20,17031,22,1 +555,20,17031,22,1 +556,20,17031,22,0 +557,20,17031,22,0 +558,20,17031,22,2 +559,20,17031,22,0 +560,20,17031,22,0 +561,20,17031,22,2 +562,20,17031,22,1 +563,20,17031,22,5 +564,20,17031,22,1 +565,20,17031,22,0 +566,20,17031,22,0 +567,20,17031,22,0 +568,20,17031,22,0 +569,20,17031,22,0 +570,20,17031,22,0 +571,20,17031,22,0 +572,20,17031,22,1 +573,20,17031,22,1 +574,20,17031,22,1 +575,20,17031,22,0 +576,20,17031,22,0 +577,20,17031,22,0 +578,20,17031,22,1 +579,20,17031,22,8 +580,20,17031,22,2 +581,20,17031,22,0 +582,20,17031,22,127 +583,20,17031,22,0 +584,20,17031,22,0 +585,20,17031,22,1 +586,20,17031,22,0 +587,20,17031,22,0 +588,20,17031,22,0 +589,20,17031,22,0 +590,20,17031,22,0 +591,20,17031,22,1 +592,20,17031,22,0 +593,20,17031,22,2 +594,20,17031,22,0 +595,20,17031,22,1 +596,20,17031,22,1 +597,20,17031,22,2 +598,20,17031,22,2 +599,20,17031,22,0 +600,20,17031,22,2 +601,20,17031,22,0 +602,20,17031,22,0 +603,20,17031,22,0 +604,20,17031,22,4 +605,20,17031,22,0 +606,20,17031,22,1 +607,20,17031,22,0 +608,20,17031,22,0 +609,20,17031,22,0 +610,20,17031,22,18 +611,20,17031,22,1 +612,20,17031,22,9 +613,20,17031,22,0 +614,20,17031,22,1 +615,20,17031,22,0 +616,20,17031,22,0 +617,20,17031,22,0 +618,20,17031,22,0 +619,20,17031,22,0 +620,20,17031,22,0 +621,20,17031,22,2 +622,20,17031,22,0 +623,20,17031,22,0 +624,20,17031,22,0 +625,20,17031,22,1 +626,20,17031,22,1 +627,20,17031,22,0 +628,20,17031,22,0 +629,20,17031,22,0 +630,23,17031,22,0 +631,23,17031,22,0 +632,23,17031,22,0 +633,23,17031,22,0 +634,23,17031,22,0 +635,23,17031,22,2 +636,24,17031,22,0 +637,24,17031,22,0 +638,24,17031,22,0 +639,24,17031,22,0 +640,24,17031,22,3 +641,24,17031,22,0 +642,24,17031,22,0 +643,24,17031,22,0 +644,24,17031,22,0 +645,24,17031,22,1 +646,24,17031,22,0 +647,24,17031,22,0 +648,24,17031,22,0 +649,24,17031,22,0 +650,24,17031,22,0 +651,24,17031,22,1 +652,24,17031,22,0 +653,24,17031,22,0 +654,24,17031,22,0 +655,24,17031,22,0 +656,24,17031,22,0 +657,24,17031,22,0 +658,24,17031,22,0 +659,24,17031,22,1 +660,24,17031,22,0 +661,24,17031,22,1 +662,24,17031,22,0 +663,24,17031,22,0 +664,24,17031,22,0 +665,24,17031,22,1 +666,24,17031,22,0 +667,24,17031,22,0 +668,24,17031,22,0 +669,24,17031,22,0 +670,24,17031,22,0 +671,24,17031,22,4 +672,24,17031,22,2 +673,24,17031,22,0 +674,24,17031,22,0 +675,24,17031,22,11 +676,24,17031,22,0 +677,24,17031,22,2 +678,24,17031,22,2 +679,24,17031,22,0 +680,24,17031,22,1 +681,24,17031,22,5 +682,24,17031,22,6 +683,24,17031,22,2 +684,24,17031,22,4 +685,24,17031,22,0 +686,24,17031,22,1 +687,24,17031,22,1 +688,24,17031,22,1 +689,24,17031,22,3 +690,24,17031,22,0 +691,24,17031,22,1 +692,24,17031,22,0 +693,24,17031,22,1 +694,24,17031,22,1 +695,24,17031,22,5 +696,24,17031,22,4 +697,24,17031,22,0 +698,24,17031,22,0 +699,24,17031,22,6 +700,24,17031,22,12 +701,24,17031,22,0 +702,24,17031,22,2 +703,24,17031,22,0 +704,24,17031,22,0 +705,24,17031,22,0 +706,24,17031,22,0 +707,24,17031,22,1 +708,24,17031,22,1 +709,24,17031,22,7 +710,24,17031,22,0 +711,24,17031,22,1 +712,24,17031,22,0 +713,24,17031,22,0 +714,24,17031,22,0 +715,24,17031,22,0 +716,24,17031,22,0 +717,24,17031,22,0 +718,1,17031,22,0 +719,1,17031,22,0 +720,1,17031,22,2 +721,1,17031,22,0 +722,1,17031,22,0 +723,1,17031,22,0 +724,1,17031,22,1 +725,1,17031,22,1 +726,1,17031,22,6 +727,6,17031,22,0 +728,6,17031,22,0 +729,6,17031,22,0 +730,6,17031,22,0 +731,6,17031,22,0 +732,6,17031,22,0 +733,6,17031,22,0 +734,6,17031,22,0 +735,6,17031,22,3 +736,6,17031,22,11 +737,6,17031,22,0 +738,6,17031,22,0 +739,6,17031,22,1 +740,6,17031,22,0 +741,6,17031,22,0 +742,6,17031,22,0 +743,6,17031,22,1 +744,6,17031,22,0 +745,6,17031,22,2 +746,6,17031,22,0 +747,6,17031,22,0 +748,2,17031,22,0 +749,2,17031,22,1 +750,2,17031,22,0 +751,2,17031,22,0 +752,2,17031,22,0 +753,2,17031,22,0 +754,2,17031,22,0 +755,2,17031,22,0 +756,2,17031,22,0 +757,2,17031,22,0 +758,2,17031,22,2 +759,2,17031,22,0 +760,2,17031,22,0 +761,2,17031,22,0 +762,2,17031,22,0 +763,2,17031,22,0 +764,2,17031,22,0 +765,2,17031,22,0 +766,2,17031,22,0 +767,2,17031,22,0 +768,2,17031,22,0 +769,2,17031,22,1 +770,2,17031,22,0 +771,2,17031,22,0 +772,2,17031,22,0 +773,2,17031,22,2 +774,2,17031,22,0 +775,2,17031,22,0 +776,2,17031,22,0 +777,2,17031,22,0 +778,2,17031,22,0 +779,2,17031,22,1 +780,2,17031,22,0 +781,2,17031,22,0 +782,2,17031,22,0 +783,2,17031,22,0 +784,2,17031,22,0 +785,2,17031,22,100 +786,2,17031,22,0 +787,2,17031,22,0 +788,2,17031,22,0 +789,2,17031,22,0 +790,2,17031,22,0 +791,2,17031,22,0 +792,2,17031,22,0 +793,7,17031,22,0 +794,7,17031,22,0 +795,7,17031,22,0 +796,7,17031,22,0 +797,7,17031,22,0 +798,7,17031,22,0 +799,7,17031,22,221 +800,7,17031,22,6 +801,7,17031,22,0 +802,7,17031,22,3 +803,7,17031,22,9 +804,7,17031,22,4 +805,7,17031,22,3 +806,7,17031,22,0 +807,7,17031,22,0 +808,7,17031,22,0 +809,7,17031,22,0 +810,7,17031,22,0 +811,7,17031,22,0 +812,7,17031,22,0 +813,7,17031,22,0 +814,7,17031,22,1 +815,7,17031,22,0 +816,7,17031,22,0 +817,7,17031,22,4 +818,7,17031,22,0 +819,7,17031,22,0 +820,7,17031,22,1 +821,7,17031,22,1 +822,7,17031,22,0 +823,7,17031,22,1 +824,7,17031,22,0 +825,7,17031,22,0 +826,7,17031,22,4 +827,7,17031,22,0 +828,7,17031,22,0 +829,7,17031,22,0 +830,7,17031,22,0 +831,7,17031,22,0 +832,7,17031,22,0 +833,7,17031,22,0 +834,7,17031,22,2 +835,7,17031,22,0 +836,7,17031,22,0 +837,7,17031,22,1 +838,7,17031,22,0 +839,3,17031,22,3 +840,3,17031,22,0 +841,3,17031,22,0 +842,3,17031,22,0 +843,3,17031,22,0 +844,3,17031,22,0 +845,3,17031,22,0 +846,3,17031,22,0 +847,3,17031,22,0 +848,3,17031,22,0 +849,3,17031,22,0 +850,3,17031,22,1 +851,3,17031,22,0 +852,3,17031,22,0 +853,3,17031,22,0 +854,3,17031,22,1 +855,3,17031,22,0 +856,3,17031,22,0 +857,3,17031,22,64 +858,3,17031,22,1 +859,3,17031,22,0 +860,3,17031,22,0 +861,3,17031,22,0 +862,3,17031,22,0 +863,3,17031,22,1 +864,3,17031,22,12 +865,3,17031,22,0 +866,3,17031,22,0 +867,3,17031,22,0 +868,3,17031,22,0 +869,3,17031,22,0 +870,3,17031,22,7 +871,3,17031,22,26 +872,3,17031,22,0 +873,3,17031,22,0 +874,3,17031,22,2 +875,3,17031,22,0 +876,3,17031,22,3 +877,3,17031,22,0 +878,3,17031,22,19 +879,3,17031,22,9 +880,3,17031,22,0 +881,3,17031,22,0 +882,3,17031,22,0 +883,3,17031,22,0 +884,3,17031,22,0 +885,3,17031,22,0 +886,3,17031,22,3 +887,3,17031,22,0 +888,3,17031,22,1 +889,3,17031,22,0 +890,3,17031,22,0 +891,3,17031,22,0 +892,3,17031,22,0 +893,3,17031,22,2 +894,3,17031,22,0 +895,3,17031,22,0 +896,3,17031,22,0 +897,3,17031,22,0 +898,3,17031,22,0 +899,3,17031,22,0 +900,3,17031,22,0 +901,3,17031,22,13 +902,3,17031,22,0 +903,3,17031,22,15 +904,3,17031,22,7 +905,8,17031,22,1 +906,8,17031,22,0 +907,8,17031,22,0 +908,8,17031,22,0 +909,8,17031,22,1 +910,8,17031,22,0 +911,8,17031,22,1 +912,8,17031,22,0 +913,8,17031,22,0 +914,8,17031,22,0 +915,8,17031,22,0 +916,8,17031,22,0 +917,8,17031,22,0 +918,8,17031,22,0 +919,8,17031,22,0 +920,8,17031,22,0 +921,8,17031,22,1 +922,8,17031,22,0 +923,8,17031,22,0 +924,8,17031,22,0 +925,8,17031,22,0 +926,8,17031,22,0 +927,8,17031,22,0 +928,8,17031,22,26 +929,8,17031,22,0 +930,8,17031,22,0 +931,8,17031,22,1 +932,8,17031,22,0 +933,8,17031,22,20 +934,8,17031,22,0 +935,8,17031,22,1 +936,8,17031,22,1 +937,8,17031,22,0 +938,8,17031,22,0 +939,8,17031,22,0 +940,8,17031,22,0 +941,8,17031,22,0 +942,8,17031,22,0 +943,8,17031,22,0 +944,8,17031,22,0 +945,8,17031,22,0 +946,8,17031,22,10 +947,8,17031,22,15 +948,8,17031,22,1 +949,8,17031,22,1 +950,8,17031,22,0 +951,8,17031,22,1 +952,8,17031,22,0 +953,8,17031,22,12 +954,8,17031,22,6 +955,4,17031,22,2 +956,4,17031,22,5 +957,4,17031,22,4 +958,4,17031,22,3 +959,4,17031,22,1 +960,4,17031,22,0 +961,4,17031,22,0 +962,4,17031,22,0 +963,4,17031,22,0 +964,4,17031,22,1 +965,4,17031,22,0 +966,4,17031,22,1 +967,4,17031,22,172 +968,4,17031,22,0 +969,4,17031,22,0 +970,4,17031,22,4 +971,4,17031,22,0 +972,4,17031,22,1 +973,4,17031,22,3 +974,4,17031,22,0 +975,4,17031,22,1 +976,4,17031,22,2 +977,4,17031,22,0 +978,4,17031,22,0 +979,4,17031,22,0 +980,4,17031,22,0 +981,4,17031,22,0 +982,4,17031,22,0 +983,4,17031,22,2 +984,4,17031,22,1 +985,4,17031,22,0 +986,4,17031,22,1 +987,4,17031,22,0 +988,4,17031,22,2 +989,4,17031,22,0 +990,4,17031,22,0 +991,4,17031,22,2 +992,4,17031,22,0 +993,4,17031,22,0 +994,4,17031,22,0 +995,4,17031,22,0 +996,4,17031,22,0 +997,4,17031,22,0 +998,4,17031,22,8 +999,4,17031,22,0 +1000,4,17031,22,7 +1001,4,17031,22,0 +1002,9,17031,22,0 +1003,9,17031,22,0 +1004,9,17031,22,0 +1005,9,17031,22,1 +1006,9,17031,22,0 +1007,9,17031,22,1 +1008,9,17031,22,0 +1009,9,17031,22,33 +1010,9,17031,22,52 +1011,9,17031,22,0 +1012,9,17031,22,0 +1013,9,17031,22,0 +1014,9,17031,22,0 +1015,9,17031,22,0 +1016,9,17031,22,0 +1017,9,17031,22,0 +1018,9,17031,22,0 +1019,9,17031,22,0 +1020,9,17031,22,0 +1021,9,17031,22,1 +1022,9,17031,22,1 +1023,9,17031,22,2 +1024,9,17031,22,0 +1025,9,17031,22,0 +1026,9,17031,22,0 +1027,9,17031,22,0 +1028,9,17031,22,0 +1029,9,17031,22,0 +1030,9,17031,22,0 +1031,9,17031,22,0 +1032,9,17031,22,0 +1033,9,17031,22,0 +1034,9,17031,22,0 +1035,9,17031,22,0 +1036,9,17031,22,0 +1037,9,17031,22,5 +1038,9,17031,22,0 +1039,9,17031,22,2 +1040,9,17031,22,0 +1041,9,17031,22,0 +1042,9,17031,22,0 +1043,9,17031,22,0 +1044,9,17031,22,0 +1045,9,17031,22,0 +1046,9,17031,22,0 +1047,9,17031,22,0 +1048,9,17031,22,0 +1049,9,17031,22,0 +1050,9,17031,22,25 +1051,9,17031,22,2 +1052,9,17031,22,0 +1053,9,17031,22,0 +1054,9,17031,22,1 +1055,9,17031,22,0 +1056,9,17031,22,0 +1057,9,17031,22,0 +1058,9,17031,22,0 +1059,9,17031,22,0 +1060,9,17031,22,0 +1061,12,17031,22,2 +1062,9,17031,22,1 +1063,9,17031,22,0 +1064,12,17031,22,0 +1065,9,17031,22,0 +1066,9,17031,22,0 +1067,9,17031,22,6 +1068,12,17031,22,0 +1069,5,17031,22,0 +1070,5,17031,22,8 +1071,5,17031,22,0 +1072,5,17031,22,0 +1073,5,17031,22,0 +1074,5,17031,22,0 +1075,5,17031,22,5 +1076,5,17031,22,0 +1077,5,17031,22,0 +1078,5,17031,22,0 +1079,5,17031,22,0 +1080,5,17031,22,14 +1081,5,17031,22,1 +1082,5,17031,22,1 +1083,5,17031,22,0 +1084,5,17031,22,0 +1085,5,17031,22,0 +1086,5,17031,22,0 +1087,10,17031,22,0 +1088,5,17031,22,0 +1089,10,17031,22,0 +1090,5,17031,22,0 +1091,5,17031,22,0 +1092,10,17031,22,1 +1093,10,17031,22,48 +1094,10,17031,22,3 +1095,10,17031,22,1 +1096,10,17031,22,0 +1097,10,17031,22,0 +1098,5,17031,22,0 +1099,10,17031,22,1 +1100,10,17031,22,0 +1101,10,17031,22,0 +1102,10,17031,22,0 +1103,10,17031,22,2 +1104,10,17031,22,1 +1105,10,17031,22,0 +1106,10,17031,22,0 +1107,10,17031,22,0 +1108,10,17031,22,0 +1109,10,17031,22,0 +1110,10,17031,22,0 +1111,10,17031,22,1 +1112,10,17031,22,0 +1113,10,17031,22,0 +1114,10,17031,22,1 +1115,10,17031,22,0 +1116,10,17031,22,0 +1117,10,17031,22,0 +1118,10,17031,22,0 +1119,10,17031,22,0 +1120,10,17031,22,0 +1121,10,17031,22,1 +1122,10,17031,22,0 +1123,10,17031,22,0 +1124,10,17031,22,0 +1125,10,17031,22,2 +1126,10,17031,22,0 +1127,10,17031,22,0 +1128,10,17031,22,4 +1129,10,17031,22,0 +1130,10,17031,22,0 +1131,10,17031,22,0 +1132,10,17031,22,0 +1133,10,17031,22,0 +1134,10,17031,22,1 +1135,10,17031,22,5 +1136,10,17031,22,0 +1137,10,17031,22,0 +1138,10,17031,22,0 +1139,10,17031,22,44 +1140,10,17031,22,0 +1141,10,17031,22,2 +1142,10,17031,22,0 +1143,10,17031,22,2 +1144,10,17031,22,0 +1145,10,17031,22,0 +1146,10,17031,22,0 +1147,10,17031,22,38 +1148,10,17031,22,3 +1149,10,17031,22,0 +1150,10,17031,22,2 +1151,10,17031,22,0 +1152,10,17031,22,0 +1153,10,17031,22,0 +1154,10,17031,22,0 +1155,10,17031,22,0 +1156,10,17031,22,0 +1157,10,17031,22,0 +1158,10,17031,22,0 +1159,10,17031,22,3 +1160,10,17031,22,1 +1161,10,17031,22,0 +1162,10,17031,22,0 +1163,10,17031,22,0 +1164,10,17031,22,0 +1165,10,17031,22,0 +1166,10,17031,22,0 +1167,10,17031,22,0 +1168,10,17031,22,1 +1169,10,17031,22,2 +1170,10,17031,22,0 +1171,11,17031,22,5 +1172,11,17031,22,0 +1173,11,17031,22,0 +1174,11,17031,22,0 +1175,11,17031,22,0 +1176,11,17031,22,0 +1177,11,17031,22,0 +1178,11,17031,22,0 +1179,11,17031,22,0 +1180,11,17031,22,0 +1181,11,17031,22,0 +1182,11,17031,22,2 +1183,12,17031,22,0 +1184,12,17031,22,0 +1185,12,17031,22,7 +1186,12,17031,22,0 +1187,12,17031,22,0 +1188,13,17031,22,1 +1189,12,17031,22,0 +1190,13,17031,22,0 +1191,12,17031,22,6 +1192,12,17031,22,4 +1193,12,17031,22,0 +1194,12,17031,22,0 +1195,12,17031,22,2 +1196,12,17031,22,2 +1197,12,17031,22,5 +1198,12,17031,22,0 +1199,12,17031,22,0 +1200,12,17031,22,3 +1201,12,17031,22,0 +1202,12,17031,22,3 +1203,12,17031,22,0 +1204,12,17031,22,2 +1205,12,17031,22,0 +1206,12,17031,22,1 +1207,12,17031,22,0 +1208,12,17031,22,10 +1209,12,17031,22,0 +1210,12,17031,22,1 +1211,12,17031,22,0 +1212,12,17031,22,0 +1213,12,17031,22,0 +1214,12,17031,22,0 +1215,12,17031,22,0 +1216,12,17031,22,1 +1217,12,17031,22,110 +1218,12,17031,22,1 +1219,12,17031,22,3 +1220,12,17031,22,0 +1221,12,17031,22,0 +1222,12,17031,22,2 +1223,12,17031,22,5 +1224,12,17031,22,1 +1225,12,17031,22,0 +1226,12,17031,22,0 +1227,12,17031,22,0 +1228,12,17031,22,0 +1229,15,17031,22,1 +1230,15,17031,22,1 +1231,15,17031,22,1 +1232,15,17031,22,1 +1233,15,17031,22,1 +1234,15,17031,22,4 +1235,15,17031,22,0 +1236,15,17031,22,4 +1237,15,17031,22,3 +1238,15,17031,22,0 +1239,15,17031,22,0 +1240,15,17031,22,0 +1241,15,17031,22,1 +1242,15,17031,22,0 +1243,15,17031,22,0 +1244,15,17031,22,0 +1245,15,17031,22,1 +1246,15,17031,22,0 +1247,15,17031,22,0 +1248,15,17031,22,0 +1249,15,17031,22,0 +1250,15,17031,22,1 +1251,15,17031,22,2 +1252,15,17031,22,0 +1253,15,17031,22,1 +1254,15,17031,22,2 +1255,15,17031,22,7 +1256,15,17031,22,1 +1257,15,17031,22,2 +1258,15,17031,22,0 +1259,15,17031,22,0 +1260,15,17031,22,0 +1261,15,17031,22,1 +1262,15,17031,22,0 +1263,15,17031,22,0 +1264,15,17031,22,0 +1265,15,17031,22,0 +1266,15,17031,22,0 +1267,15,17031,22,1 +1268,15,17031,22,1 +1269,15,17031,22,0 +1270,15,17031,22,2 +1271,15,17031,22,0 +1272,15,17031,22,3 +1273,15,17031,22,0 +1274,15,17031,22,1 +1275,15,17031,22,0 +1276,15,17031,22,0 +1277,15,17031,22,1 +1278,15,17031,22,41 +1279,15,17031,22,0 +1280,15,17031,22,0 +1281,15,17031,22,0 +1282,15,17031,22,0 +1283,15,17031,22,0 +1284,15,17031,22,0 +1285,15,17031,22,0 +1286,15,17031,22,0 +1287,15,17031,22,3 +1288,15,17031,22,4 +1289,15,17031,22,1 +1290,15,17031,22,4 +1291,15,17031,22,2 +1292,15,17031,22,0 +1293,15,17031,22,3 +1294,15,17031,22,65 +1295,15,17031,22,9 +1296,15,17031,22,0 +1297,15,17031,22,1 +1298,15,17031,22,0 +1299,15,17031,22,0 +1300,15,17031,22,0 +1301,15,17031,22,0 +1302,15,17031,22,2 +1303,15,17031,22,15 +1304,15,17031,22,0 +1305,15,17031,22,0 +1306,15,17031,22,34 +1307,15,17031,22,0 +1308,15,17031,22,0 +1309,15,17031,22,0 +1310,15,17031,22,0 +1311,15,17031,22,1 +1312,15,17031,22,0 +1313,16,17031,22,0 +1314,16,17031,22,0 +1315,16,17031,22,0 +1316,16,17031,22,0 +1317,16,17031,22,0 +1318,16,17031,22,0 +1319,16,17031,22,0 +1320,16,17031,22,0 +1321,16,17031,22,0 +1322,16,17031,22,2 +1323,16,17031,22,0 +1324,16,17031,22,0 +1325,16,17031,22,0 +1326,16,17031,22,0 +1327,16,17031,22,0 +1328,16,17031,22,0 +1329,16,17031,22,0 +1330,16,17031,22,0 +1331,16,17031,22,2 +1332,16,17031,22,0 +1333,16,17031,22,0 +1334,16,17031,22,4 +1335,16,17031,22,2 +1336,16,17031,22,2 +1337,16,17031,22,0 +1338,16,17031,22,0 +1339,16,17031,22,1 +1340,16,17031,22,0 +1341,16,17031,22,2 +1342,16,17031,22,1 +1343,16,17031,22,0 +1344,16,17031,22,2 +1345,16,17031,22,0 +1346,16,17031,22,0 +1347,16,17031,22,0 +1348,16,17031,22,1 +1349,16,17031,22,1 +1350,16,17031,22,1 +1351,16,17031,22,0 +1352,16,17031,22,0 +1353,16,17031,22,0 +1354,16,17031,22,25 +1355,16,17031,22,0 +1356,16,17031,22,0 +1357,16,17031,22,0 +1358,16,17031,22,0 +1359,16,17031,22,3 +1360,16,17031,22,0 +1361,16,17031,22,1 +1362,18,17031,22,0 +1363,18,17031,22,0 +1364,18,17031,22,26 +1365,18,17031,22,1 +1366,18,17031,22,0 +1367,18,17031,22,0 +1368,18,17031,22,16 +1369,18,17031,22,0 +1370,18,17031,22,1 +1371,18,17031,22,0 +1372,18,17031,22,2 +1373,18,17031,22,1 +1374,18,17031,22,0 +1375,18,17031,22,1 +1376,18,17031,22,0 +1377,18,17031,22,0 +1378,18,17031,22,17 +1379,18,17031,22,0 +1380,18,17031,22,75 +1381,18,17031,22,125 +1382,18,17031,22,0 +1383,18,17031,22,0 +1384,18,17031,22,0 +1385,18,17031,22,21 +1386,18,17031,22,3 +1387,18,17031,22,1 +1388,18,17031,22,0 +1389,18,17031,22,0 +1390,18,17031,22,0 +1391,18,17031,22,0 +1392,18,17031,22,32 +1393,18,17031,22,0 +1394,18,17031,22,0 +1395,18,17031,22,0 +1396,18,17031,22,0 +1397,18,17031,22,0 +1398,18,17031,22,38 +1399,18,17031,22,12 +1400,18,17031,22,0 +1401,18,17031,22,1 +1402,18,17031,22,0 +1403,18,17031,22,0 +1404,18,17031,22,0 +1405,18,17031,22,0 +1406,18,17031,22,3 +1407,18,17031,22,0 +1408,18,17031,22,21 +1409,18,17031,22,0 +1410,18,17031,22,0 +1411,18,17031,22,0 +1412,18,17031,22,0 +1413,18,17031,22,0 +1414,18,17031,22,0 +1415,18,17031,22,0 +1416,19,17031,22,1 +1417,19,17031,22,3 +1418,19,17031,22,9 +1419,19,17031,22,3 +1420,19,17031,22,8 +1421,19,17031,22,2 +1422,19,17031,22,4 +1423,19,17031,22,1 +1424,19,17031,22,0 +1425,19,17031,22,0 +1426,19,17031,22,0 +1427,19,17031,22,2 +1428,19,17031,22,3 +1429,19,17031,22,0 +1430,19,17031,22,0 +1431,19,17031,22,1 +1432,19,17031,22,0 +1433,19,17031,22,2 +1434,19,17031,22,0 +1435,19,17031,22,94 +1436,19,17031,22,3 +1437,19,17031,22,0 +1438,19,17031,22,1 +1439,19,17031,22,1 +1440,19,17031,22,0 +1441,21,17031,22,26 +1442,21,17031,22,0 +1443,21,17031,22,3 +1444,21,17031,22,2 +1445,21,17031,22,0 +1446,21,17031,22,0 +1447,22,17031,22,1 +1448,22,17031,22,0 +1449,22,17031,22,2 +1450,22,17031,22,0 +1451,22,17031,22,1 +1452,22,17031,22,0 +1453,22,17031,22,0 +1454,22,17031,22,1 +1455,22,17031,22,0 +1456,22,17031,22,0 +1457,22,17031,22,0 +1458,22,17031,22,39 +1459,22,17031,22,0 +1460,22,17031,22,0 +1461,22,17031,22,0 +1462,22,17031,22,1 +1463,22,17031,22,11 +1464,22,17031,22,0 +1465,22,17031,22,0 +1466,22,17031,22,0 +1467,22,17031,22,0 +1468,22,17031,22,0 +1469,22,17031,22,0 +1470,22,17031,22,0 +1471,23,17031,22,0 +1472,23,17031,22,0 +1473,23,17031,22,0 +1474,23,17031,22,0 +1475,23,17031,22,0 +1476,23,17031,22,0 +1477,23,17031,22,1 +1478,23,17031,22,0 +1479,23,17031,22,0 +1480,23,17031,22,0 +1481,23,17031,22,0 +1482,23,17031,22,2 +1483,23,17031,22,1 +1484,23,17031,22,0 +1485,23,17031,22,0 +1486,23,17031,22,0 +1487,23,17031,22,1 +1488,23,17031,22,0 +1489,23,17031,22,0 +1490,23,17031,22,0 +1491,23,17031,22,1 +1492,23,17031,22,0 +1493,23,17031,22,0 +1494,23,17031,22,0 +1495,23,17031,22,0 +1496,23,17031,22,0 +1497,23,17031,22,0 +1498,23,17031,22,2 +1499,23,17031,22,0 +1500,23,17031,22,0 +1501,23,17031,22,0 +1502,23,17031,22,0 +1503,23,17031,22,0 +1504,23,17031,22,0 +1505,23,17031,22,0 +1506,23,17031,22,0 +1507,23,17031,22,0 +1508,23,17031,22,6 +1509,23,17031,22,0 +1510,23,17031,22,0 +1511,23,17031,22,4 +1512,23,17031,22,3 +1513,23,17031,22,0 +1514,23,17031,22,0 +1515,23,17031,22,126 +1516,23,17031,22,7 +1517,23,17031,22,0 +1518,23,17031,22,0 +1519,23,17031,22,0 +1520,23,17031,22,0 +1521,23,17031,22,0 +1522,23,17031,22,0 +1523,23,17031,22,2 +1524,23,17031,22,0 +1525,23,17031,22,0 +1526,23,17031,22,2 +1527,23,17031,22,1 +1528,23,17031,22,1 +1529,23,17031,22,0 +1530,23,17031,22,1 +1531,23,17031,22,3 +1532,23,17031,22,4 +1533,23,17031,22,0 +1534,23,17031,22,0 +1535,23,17031,22,4 +1536,23,17031,22,0 +1537,24,17031,22,5 +1538,24,17031,22,0 +1539,24,17031,22,0 +1540,24,17031,22,0 +1541,24,17031,22,0 +1542,24,17031,22,0 +1543,24,17031,22,0 +1544,24,17031,22,1 +1545,24,17031,22,0 +1546,24,17031,22,0 +1547,24,17031,22,0 +1548,24,17031,22,0 +1549,24,17031,22,2 +1550,24,17031,22,5 +1551,24,17031,22,0 +1552,25,17031,22,0 +1553,25,17031,22,0 +1554,25,17031,22,0 +1555,25,17031,22,18 +1556,25,17031,22,0 +1557,25,17031,22,0 +1558,25,17031,22,1 +1559,25,17031,22,0 +1560,25,17031,22,0 +1561,25,17031,22,4 +1562,25,17031,22,1 +1563,25,17031,22,2 +1564,25,17031,22,1 +1565,25,17031,22,12 +1566,25,17031,22,0 +1567,25,17031,22,0 +1568,25,17031,22,0 +1569,25,17031,22,0 +1570,25,17031,22,1 +1571,25,17031,22,1 +1572,25,17031,22,2 +1573,26,17031,22,0 +1574,26,17031,22,0 +1575,26,17031,22,27 +1576,26,17031,22,0 +1577,26,17031,22,5 +1578,26,17031,22,1 +1579,26,17031,22,0 +1580,26,17031,22,0 +1581,26,17031,22,1 +1582,26,17031,22,0 +1583,26,17031,22,0 +1584,26,17031,22,0 +1585,26,17031,22,0 +1586,26,17031,22,0 +1587,26,17031,22,0 +1588,26,17031,22,2 +1589,26,17031,22,0 +1590,26,17031,22,0 +1591,26,17031,22,2 +1592,26,17031,22,0 +1593,26,17031,22,2 +1594,26,17031,22,0 +1595,26,17031,22,0 +1596,26,17031,22,0 +1597,26,17031,22,0 +1598,26,17031,22,0 +1599,26,17031,22,0 +1600,26,17031,22,1 +1601,26,17031,22,1 +1602,26,17031,22,1 +1603,26,17031,22,0 +1604,26,17031,22,0 +1605,26,17031,22,1 +1606,26,17031,22,74 +1607,26,17031,22,0 +1608,26,17031,22,0 +1609,26,17031,22,0 +1610,26,17031,22,0 +1611,26,17031,22,0 +1612,26,17031,22,1 +1613,26,17031,22,1 +1614,26,17031,22,0 +1615,27,17031,22,1 +1616,27,17031,22,4 +1617,27,17031,22,2 +1618,27,17031,22,0 +1619,27,17031,22,2 +1620,27,17031,22,4 +1621,27,17031,22,0 +1622,27,17031,22,0 +1623,27,17031,22,2 +1624,27,17031,22,4 +1625,27,17031,22,1 +1626,27,17031,22,3 +1627,27,17031,22,1 +1628,27,17031,22,0 +1629,27,17031,22,0 +1630,27,17031,22,0 +1631,27,17031,22,0 +1632,27,17031,22,2 +1633,27,17031,22,1 +1634,27,17031,22,0 +1635,27,17031,22,2 +1636,27,17031,22,0 +1637,27,17031,22,4 +1638,27,17031,22,1 +1639,27,17031,22,5 +1640,27,17031,22,1 +1641,27,17031,22,0 +1642,27,17031,22,3 +1643,27,17031,22,0 +1644,27,17031,22,6 +1645,27,17031,22,1 +1646,27,17031,22,6 +1647,27,17031,22,0 +1648,27,17031,22,2 +1649,27,17031,22,95 +1650,27,17031,22,5 +1651,27,17031,22,0 +1652,27,17031,22,21 +1653,27,17031,22,1 +1654,27,17031,22,2 +1655,27,17031,22,1 +1656,27,17031,22,0 +1657,27,17031,22,0 +1658,27,17031,22,1 +1659,27,17031,22,1 +1660,27,17031,22,0 +1661,27,17031,22,0 +1662,27,17031,22,0 +1663,27,17031,22,2 +1664,27,17031,22,0 +1665,27,17031,22,2 +1666,27,17031,22,2 +1667,28,17031,22,1 +1668,28,17031,22,0 +1669,28,17031,22,0 +1670,28,17031,22,1 +1671,28,17031,22,1 +1672,28,17031,22,0 +1673,28,17031,22,0 +1674,28,17031,22,0 +1675,28,17031,22,0 +1676,28,17031,22,2 +1677,28,17031,22,3 +1678,28,17031,22,1 +1679,28,17031,22,0 +1680,28,17031,22,0 +1681,28,17031,22,0 +1682,28,17031,22,0 +1683,28,17031,22,1 +1684,28,17031,22,0 +1685,28,17031,22,0 +1686,28,17031,22,1 +1687,28,17031,22,0 +1688,28,17031,22,0 +1689,28,17031,22,0 +1690,28,17031,22,1 +1691,28,17031,22,0 +1692,28,17031,22,0 +1693,28,17031,22,2 +1694,28,17031,22,0 +1695,28,17031,22,3 +1696,28,17031,22,9 +1697,29,17031,22,0 +1698,29,17031,22,0 +1699,29,17031,22,0 +1700,29,17031,22,0 +1701,29,17031,22,0 +1702,29,17031,22,3 +1703,29,17031,22,1 +1704,29,17031,22,0 +1705,29,17031,22,2 +1706,29,17031,22,0 +1707,29,17031,22,0 +1708,29,17031,22,0 +1709,29,17031,22,3 +1710,29,17031,22,0 +1711,29,17031,22,0 +1712,29,17031,22,0 +1713,29,17031,22,0 +1714,29,17031,22,0 +1715,29,17031,22,0 +1716,29,17031,22,2 +1717,29,17031,22,0 +1718,29,17031,22,0 +1719,29,17031,22,223 +1720,29,17031,22,1 +1721,29,17031,22,7 +1722,29,17031,22,1 +1723,29,17031,22,1 +1724,29,17031,22,0 +1725,29,17031,22,1 +1726,29,17031,22,2 +1727,29,17031,22,2 +1728,29,17031,22,3 +1729,29,17031,22,1 +1730,29,17031,22,0 +1731,29,17031,22,0 +1732,29,17031,22,1 +1733,79,17043,22,0 +1734,79,17043,22,0 +1735,77,17043,22,17 +1736,77,17043,22,1 +1737,77,17043,22,2 +1738,77,17043,22,0 +1739,77,17043,22,6 +1740,77,17043,22,9 +1741,77,17043,22,84 +1742,77,17043,22,3 +1743,77,17043,22,0 +1744,80,17043,22,59 +1745,80,17043,22,1 +1746,80,17043,22,38 +1747,80,17043,22,0 +1748,80,17043,22,1 +1749,80,17043,22,2 +1750,80,17043,22,0 +1751,80,17043,22,3 +1752,80,17043,22,2 +1753,80,17043,22,0 +1754,80,17043,22,4 +1755,80,17043,22,0 +1756,83,17043,22,17 +1757,83,17043,22,9 +1758,83,17043,22,36 +1759,83,17043,22,91 +1760,83,17043,22,2 +1761,83,17043,22,15 +1762,83,17043,22,0 +1763,83,17043,22,1 +1764,83,17043,22,3 +1765,83,17043,22,0 +1766,83,17043,22,0 +1767,83,17043,22,32 +1768,83,17043,22,51 +1769,83,17043,22,0 +1770,83,17043,22,0 +1771,83,17043,22,0 +1772,83,17043,22,0 +1773,83,17043,22,0 +1774,83,17043,22,0 +1775,83,17043,22,38 +1776,83,17043,22,1 +1777,83,17043,22,0 +1778,83,17043,22,0 +1779,83,17043,22,1 +1780,83,17043,22,0 +1781,83,17043,22,36 +1782,83,17043,22,29 +1783,83,17043,22,2 +1784,83,17043,22,1 +1785,83,17043,22,0 +1786,83,17043,22,1 +1787,83,17043,22,0 +1788,83,17043,22,1 +1789,83,17043,22,0 +1790,83,17043,22,1 +1791,83,17043,22,0 +1792,83,17043,22,0 +1793,83,17043,22,0 +1794,83,17043,22,1 +1795,83,17043,22,0 +1796,83,17043,22,2 +1797,83,17043,22,0 +1798,83,17043,22,0 +1799,83,17043,22,0 +1800,83,17043,22,1 +1801,83,17043,22,0 +1802,83,17043,22,0 +1803,83,17043,22,0 +1804,83,17043,22,0 +1805,83,17043,22,0 +1806,83,17043,22,0 +1807,83,17043,22,3 +1808,83,17043,22,0 +1809,83,17043,22,0 +1810,83,17043,22,0 +1811,83,17043,22,1 +1812,83,17043,22,0 +1813,78,17043,22,62 +1814,78,17043,22,18 +1815,78,17043,22,0 +1816,78,17043,22,0 +1817,78,17043,22,2 +1818,78,17043,22,0 +1819,78,17043,22,19 +1820,78,17043,22,1 +1821,78,17043,22,20 +1822,78,17043,22,33 +1823,78,17043,22,3 +1824,78,17043,22,35 +1825,78,17043,22,1 +1826,78,17043,22,1 +1827,78,17043,22,1 +1828,78,17043,22,2 +1829,78,17043,22,0 +1830,78,17043,22,0 +1831,78,17043,22,0 +1832,78,17043,22,0 +1833,78,17043,22,1 +1834,78,17043,22,24 +1835,78,17043,22,0 +1836,78,17043,22,0 +1837,78,17043,22,16 +1838,78,17043,22,0 +1839,78,17043,22,0 +1840,78,17043,22,0 +1841,78,17043,22,1 +1842,78,17043,22,19 +1843,78,17043,22,51 +1844,78,17043,22,0 +1845,78,17043,22,0 +1846,78,17043,22,17 +1847,78,17043,22,6 +1848,78,17043,22,71 +1849,78,17043,22,2 +1850,78,17043,22,0 +1851,78,17043,22,18 +1852,78,17043,22,0 +1853,78,17043,22,1 +1854,78,17043,22,75 +1855,81,17043,22,0 +1856,81,17043,22,70 +1857,81,17043,22,0 +1858,81,17043,22,1 +1859,81,17043,22,2 +1860,81,17043,22,2 +1861,81,17043,22,0 +1862,81,17043,22,0 +1863,81,17043,22,0 +1864,81,17043,22,0 +1865,81,17043,22,0 +1866,81,17043,22,0 +1867,81,17043,22,0 +1868,81,17043,22,0 +1869,81,17043,22,0 +1870,81,17043,22,2 +1871,81,17043,22,0 +1872,81,17043,22,0 +1873,81,17043,22,0 +1874,81,17043,22,0 +1875,81,17043,22,0 +1876,81,17043,22,18 +1877,81,17043,22,1 +1878,81,17043,22,2 +1879,81,17043,22,2 +1880,81,17043,22,0 +1881,81,17043,22,0 +1882,81,17043,22,1 +1883,81,17043,22,16 +1884,81,17043,22,1 +1885,81,17043,22,0 +1886,81,17043,22,0 +1887,81,17043,22,5 +1888,81,17043,22,0 +1889,81,17043,22,0 +1890,81,17043,22,0 +1891,81,17043,22,0 +1892,81,17043,22,0 +1893,81,17043,22,0 +1894,81,17043,22,0 +1895,81,17043,22,0 +1896,81,17043,22,0 +1897,81,17043,22,26 +1898,81,17043,22,0 +1899,81,17043,22,0 +1900,81,17043,22,0 +1901,81,17043,22,0 +1902,81,17043,22,0 +1903,81,17043,22,0 +1904,81,17043,22,0 +1905,81,17043,22,0 +1906,81,17043,22,0 +1907,81,17043,22,1 +1908,81,17043,22,0 +1909,81,17043,22,0 +1910,81,17043,22,0 +1911,81,17043,22,1 +1912,84,17043,22,74 +1913,84,17043,22,57 +1914,84,17043,22,0 +1915,84,17043,22,0 +1916,84,17043,22,1 +1917,84,17043,22,0 +1918,84,17043,22,0 +1919,84,17043,22,1 +1920,84,17043,22,2 +1921,84,17043,22,0 +1922,84,17043,22,0 +1923,84,17043,22,0 +1924,84,17043,22,2 +1925,84,17043,22,0 +1926,84,17043,22,0 +1927,84,17043,22,2 +1928,84,17043,22,0 +1929,84,17043,22,2 +1930,84,17043,22,18 +1931,84,17043,22,19 +1932,84,17043,22,1 +1933,84,17043,22,0 +1934,84,17043,22,3 +1935,84,17043,22,0 +1936,84,17043,22,0 +1937,84,17043,22,0 +1938,84,17043,22,1 +1939,84,17043,22,0 +1940,84,17043,22,1 +1941,84,17043,22,0 +1942,84,17043,22,1 +1943,84,17043,22,0 +1944,84,17043,22,0 +1945,84,17043,22,0 +1946,84,17043,22,0 +1947,84,17043,22,3 +1948,84,17043,22,1 +1949,84,17043,22,0 +1950,84,17043,22,2 +1951,84,17043,22,0 +1952,84,17043,22,0 +1953,84,17043,22,0 +1954,79,17043,22,2 +1955,79,17043,22,3 +1956,79,17043,22,119 +1957,79,17043,22,176 +1958,79,17043,22,123 +1959,79,17043,22,89 +1960,79,17043,22,1 +1961,79,17043,22,4 +1962,79,17043,22,33 +1963,79,17043,22,55 +1964,79,17043,22,0 +1965,79,17043,22,0 +1966,79,17043,22,0 +1967,79,17043,22,0 +1968,79,17043,22,1 +1969,79,17043,22,22 +1970,79,17043,22,0 +1971,79,17043,22,0 +1972,79,17043,22,0 +1973,79,17043,22,0 +1974,79,17043,22,0 +1975,79,17043,22,0 +1976,79,17043,22,0 +1977,79,17043,22,0 +1978,79,17043,22,0 +1979,79,17043,22,6 +1980,79,17043,22,0 +1981,79,17043,22,18 +1982,79,17043,22,0 +1983,79,17043,22,0 +1984,79,17043,22,14 +1985,79,17043,22,0 +1986,79,17043,22,0 +1987,79,17043,22,0 +1988,79,17043,22,12 +1989,79,17043,22,0 +1990,79,17043,22,1 +1991,79,17043,22,209 +1992,79,17043,22,57 +1993,79,17043,22,64 +1994,79,17043,22,1 +1995,79,17043,22,0 +1996,79,17043,22,0 +1997,79,17043,22,2 +1998,79,17043,22,0 +1999,79,17043,22,0 +2000,79,17043,22,0 +2001,79,17043,22,1 +2002,79,17043,22,1 +2003,82,17043,22,0 +2004,82,17043,22,0 +2005,82,17043,22,0 +2006,82,17043,22,7 +2007,82,17043,22,1 +2008,82,17043,22,0 +2009,82,17043,22,1 +2010,82,17043,22,2 +2011,82,17043,22,0 +2012,82,17043,22,0 +2013,82,17043,22,0 +2014,82,17043,22,0 +2015,82,17043,22,20 +2016,82,17043,22,0 +2017,82,17043,22,1 +2018,82,17043,22,21 +2019,82,17043,22,0 +2020,82,17043,22,1 +2021,82,17043,22,17 +2022,82,17043,22,1 +2023,82,17043,22,0 +2024,82,17043,22,16 +2025,82,17043,22,3 +2026,82,17043,22,0 +2027,82,17043,22,18 +2028,82,17043,22,3 +2029,82,17043,22,2 +2030,82,17043,22,2 +2031,82,17043,22,0 +2032,82,17043,22,0 +2033,82,17043,22,13 +2034,82,17043,22,6 +2035,82,17043,22,115 +2036,82,17043,22,27 +2037,82,17043,22,5 +2038,82,17043,22,1 +2039,82,17043,22,18 +2040,82,17043,22,3 +2041,82,17043,22,0 +2042,82,17043,22,3 +2043,82,17043,22,22 +2044,82,17043,22,0 +2045,82,17043,22,10 +2046,82,17043,22,2 +2047,82,17043,22,0 +2048,82,17043,22,1 +2049,82,17043,22,0 +2050,82,17043,22,0 +2051,85,17043,22,0 +2052,85,17043,22,0 +2053,85,17043,22,0 +2054,85,17043,22,0 +2055,85,17043,22,0 +2056,85,17043,22,0 +2057,85,17043,22,2 +2058,85,17043,22,0 +2059,85,17043,22,0 +2060,85,17043,22,0 +2061,85,17043,22,1 +2062,85,17043,22,6 +2063,85,17043,22,11 +2064,85,17043,22,0 +2065,85,17043,22,0 +2066,85,17043,22,6 +2067,85,17043,22,0 +2068,85,17043,22,19 +2069,85,17043,22,0 +2070,85,17043,22,0 +2071,85,17043,22,0 +2072,85,17043,22,0 +2073,85,17043,22,0 +2074,85,17043,22,0 +2075,85,17043,22,0 +2076,85,17043,22,0 +2077,85,17043,22,0 +2078,85,17043,22,0 +2079,85,17043,22,14 +2080,85,17043,22,0 +2081,85,17043,22,0 +2082,85,17043,22,0 +2083,85,17043,22,0 +2084,85,17043,22,0 +2085,85,17043,22,0 +2086,85,17043,22,0 +2087,85,17043,22,0 +2088,85,17043,22,0 +2089,85,17043,22,1 +2090,85,17043,22,0 +2091,85,17043,22,1 +2092,85,17043,22,0 +2093,85,17043,22,0 +2094,85,17043,22,0 +2095,85,17043,22,1 +2096,85,17043,22,0 +2097,85,17043,22,0 +2098,85,17043,22,0 +2099,85,17043,22,1 +2100,85,17043,22,6 +2101,85,17043,22,73 +2102,85,17043,22,0 +2103,85,17043,22,0 +2104,85,17043,22,0 +2105,85,17043,22,20 +2106,85,17043,22,3 +2107,85,17043,22,0 +2108,86,17043,22,39 +2109,86,17043,22,0 +2110,86,17043,22,2 +2111,86,17043,22,49 +2112,62,17089,22,0 +2113,62,17089,22,6 +2114,62,17089,22,0 +2115,62,17089,22,1 +2116,65,17089,22,1 +2117,65,17089,22,0 +2118,65,17089,22,0 +2119,65,17089,22,0 +2120,68,17089,22,0 +2121,68,17089,22,0 +2122,68,17089,22,0 +2123,68,17089,22,0 +2124,71,17089,22,0 +2125,71,17089,22,0 +2126,71,17089,22,3 +2127,71,17089,22,0 +2128,74,17089,22,0 +2129,74,17089,22,0 +2130,74,17089,22,0 +2131,74,17089,22,0 +2132,63,17089,22,2 +2133,63,17089,22,0 +2134,63,17089,22,8 +2135,63,17089,22,1 +2136,66,17089,22,0 +2137,66,17089,22,0 +2138,66,17089,22,2 +2139,66,17089,22,0 +2140,69,17089,22,3 +2141,69,17089,22,0 +2142,69,17089,22,0 +2143,69,17089,22,0 +2144,72,17089,22,14 +2145,72,17089,22,1 +2146,72,17089,22,0 +2147,72,17089,22,0 +2148,75,17089,22,11 +2149,75,17089,22,1 +2150,75,17089,22,0 +2151,75,17089,22,0 +2152,75,17089,22,0 +2153,75,17089,22,0 +2154,75,17089,22,0 +2155,75,17089,22,0 +2156,75,17089,22,0 +2157,75,17089,22,0 +2158,64,17089,22,1 +2159,64,17089,22,0 +2160,64,17089,22,0 +2161,64,17089,22,0 +2162,64,17089,22,0 +2163,64,17089,22,0 +2164,64,17089,22,4 +2165,64,17089,22,0 +2166,64,17089,22,3 +2167,64,17089,22,0 +2168,64,17089,22,0 +2169,64,17089,22,0 +2170,64,17089,22,1 +2171,64,17089,22,0 +2172,64,17089,22,0 +2173,64,17089,22,73 +2174,64,17089,22,3 +2175,64,17089,22,0 +2176,64,17089,22,13 +2177,64,17089,22,0 +2178,64,17089,22,0 +2179,67,17089,22,42 +2180,67,17089,22,2 +2181,67,17089,22,2 +2182,67,17089,22,0 +2183,67,17089,22,1 +2184,67,17089,22,0 +2185,67,17089,22,0 +2186,67,17089,22,6 +2187,67,17089,22,7 +2188,67,17089,22,4 +2189,67,17089,22,0 +2190,67,17089,22,0 +2191,67,17089,22,0 +2192,67,17089,22,0 +2193,67,17089,22,0 +2194,67,17089,22,3 +2195,67,17089,22,0 +2196,67,17089,22,2 +2197,67,17089,22,2 +2198,67,17089,22,0 +2199,67,17089,22,1 +2200,67,17089,22,0 +2201,67,17089,22,0 +2202,67,17089,22,0 +2203,67,17089,22,0 +2204,67,17089,22,0 +2205,67,17089,22,1 +2206,67,17089,22,0 +2207,67,17089,22,0 +2208,67,17089,22,32 +2209,67,17089,22,0 +2210,67,17089,22,0 +2211,67,17089,22,1 +2212,67,17089,22,0 +2213,67,17089,22,0 +2214,67,17089,22,4 +2215,67,17089,22,0 +2216,67,17089,22,1 +2217,67,17089,22,2 +2218,67,17089,22,1 +2219,67,17089,22,0 +2220,67,17089,22,0 +2221,70,17089,22,0 +2222,70,17089,22,1 +2223,70,17089,22,38 +2224,70,17089,22,0 +2225,70,17089,22,0 +2226,70,17089,22,2 +2227,70,17089,22,0 +2228,70,17089,22,3 +2229,70,17089,22,1 +2230,70,17089,22,1 +2231,70,17089,22,0 +2232,70,17089,22,4 +2233,70,17089,22,0 +2234,70,17089,22,0 +2235,70,17089,22,1 +2236,70,17089,22,0 +2237,70,17089,22,7 +2238,70,17089,22,10 +2239,73,17089,22,1 +2240,73,17089,22,0 +2241,73,17089,22,2 +2242,73,17089,22,61 +2243,73,17089,22,2 +2244,73,17089,22,6 +2245,73,17089,22,2 +2246,73,17089,22,1 +2247,73,17089,22,1 +2248,73,17089,22,0 +2249,73,17089,22,0 +2250,73,17089,22,6 +2251,73,17089,22,8 +2252,73,17089,22,14 +2253,73,17089,22,27 +2254,73,17089,22,0 +2255,73,17089,22,0 +2256,73,17089,22,2 +2257,76,17089,22,0 +2258,76,17089,22,2 +2259,76,17089,22,0 +2260,76,17089,22,51 +2261,76,17089,22,2 +2262,76,17089,22,1 +2263,76,17089,22,0 +2264,76,17089,22,0 +2265,76,17089,22,3 +2266,76,17089,22,1 +2267,76,17089,22,8 +2268,76,17089,22,1 +2269,76,17089,22,3 +2270,76,17089,22,0 +2271,76,17089,22,1 +2272,76,17089,22,33 +2273,76,17089,22,0 +2274,76,17089,22,4 +2275,76,17089,22,2 +2276,76,17089,22,0 +2277,76,17089,22,0 +2278,76,17089,22,0 +2279,76,17089,22,1 +2280,76,17089,22,0 +2281,76,17089,22,0 +2282,76,17089,22,0 +2283,76,17089,22,0 +2284,76,17089,22,7 +2285,76,17089,22,2 +2286,76,17089,22,0 +2287,76,17089,22,1 +2288,76,17089,22,0 +2289,76,17089,22,1 +2290,76,17089,22,0 +2291,76,17089,22,1 +2292,76,17089,22,7 +2293,76,17089,22,0 +2294,76,17089,22,0 +2295,76,17089,22,1 +2296,76,17089,22,0 +2297,76,17089,22,0 +2298,76,17089,22,0 +2299,76,17089,22,0 +2300,76,17089,22,0 +2301,76,17089,22,0 +2302,76,17089,22,0 +2303,76,17089,22,0 +2304,76,17089,22,0 +2305,110,17093,22,0 +2306,110,17093,22,1 +2307,111,17093,22,2 +2308,111,17093,22,1 +2309,112,17093,22,11 +2310,112,17093,22,0 +2311,112,17093,22,0 +2312,112,17093,22,62 +2313,112,17093,22,7 +2314,110,17093,22,0 +2315,110,17093,22,55 +2316,111,17093,22,7 +2317,111,17093,22,0 +2318,112,17093,22,0 +2319,112,17093,22,1 +2320,113,17093,22,0 +2321,114,17093,22,7 +2322,115,17093,22,1 +2323,116,17093,22,0 +2324,117,17093,22,0 +2325,118,17093,22,11 +2326,46,17097,22,0 +2327,46,17097,22,0 +2328,46,17097,22,0 +2329,46,17097,22,0 +2330,46,17097,22,0 +2331,46,17097,22,0 +2332,50,17097,22,12 +2333,50,17097,22,11 +2334,50,17097,22,0 +2335,50,17097,22,0 +2336,50,17097,22,0 +2337,50,17097,22,4 +2338,54,17097,22,1 +2339,54,17097,22,44 +2340,54,17097,22,4 +2341,54,17097,22,5 +2342,54,17097,22,0 +2343,54,17097,22,12 +2344,58,17097,22,0 +2345,58,17097,22,0 +2346,58,17097,22,0 +2347,58,17097,22,0 +2348,58,17097,22,0 +2349,58,17097,22,23 +2350,47,17097,22,13 +2351,47,17097,22,0 +2352,47,17097,22,0 +2353,47,17097,22,0 +2354,47,17097,22,0 +2355,47,17097,22,0 +2356,47,17097,22,5 +2357,47,17097,22,1 +2358,47,17097,22,0 +2359,51,17097,22,0 +2360,51,17097,22,6 +2361,51,17097,22,0 +2362,51,17097,22,0 +2363,51,17097,22,41 +2364,51,17097,22,0 +2365,51,17097,22,1 +2366,51,17097,22,0 +2367,51,17097,22,0 +2368,51,17097,22,0 +2369,51,17097,22,0 +2370,51,17097,22,0 +2371,51,17097,22,0 +2372,51,17097,22,1 +2373,51,17097,22,2 +2374,51,17097,22,1 +2375,51,17097,22,1 +2376,51,17097,22,0 +2377,55,17097,22,0 +2378,55,17097,22,0 +2379,55,17097,22,106 +2380,55,17097,22,0 +2381,55,17097,22,3 +2382,55,17097,22,0 +2383,55,17097,22,0 +2384,55,17097,22,0 +2385,55,17097,22,0 +2386,59,17097,22,0 +2387,59,17097,22,0 +2388,59,17097,22,1 +2389,59,17097,22,7 +2390,59,17097,22,10 +2391,59,17097,22,1 +2392,59,17097,22,0 +2393,59,17097,22,82 +2394,59,17097,22,0 +2395,48,17097,22,0 +2396,48,17097,22,9 +2397,48,17097,22,0 +2398,48,17097,22,0 +2399,52,17097,22,0 +2400,52,17097,22,2 +2401,52,17097,22,73 +2402,52,17097,22,2 +2403,52,17097,22,0 +2404,52,17097,22,1 +2405,52,17097,22,0 +2406,52,17097,22,21 +2407,52,17097,22,3 +2408,52,17097,22,4 +2409,52,17097,22,0 +2410,52,17097,22,1 +2411,52,17097,22,0 +2412,52,17097,22,0 +2413,52,17097,22,97 +2414,52,17097,22,1 +2415,52,17097,22,0 +2416,52,17097,22,2 +2417,52,17097,22,41 +2418,52,17097,22,0 +2419,52,17097,22,0 +2420,56,17097,22,45 +2421,56,17097,22,0 +2422,56,17097,22,112 +2423,56,17097,22,0 +2424,56,17097,22,1 +2425,56,17097,22,1 +2426,56,17097,22,0 +2427,56,17097,22,0 +2428,56,17097,22,0 +2429,56,17097,22,0 +2430,56,17097,22,0 +2431,56,17097,22,0 +2432,56,17097,22,4 +2433,56,17097,22,0 +2434,56,17097,22,24 +2435,56,17097,22,1 +2436,56,17097,22,0 +2437,56,17097,22,4 +2438,56,17097,22,0 +2439,56,17097,22,1 +2440,56,17097,22,0 +2441,56,17097,22,0 +2442,56,17097,22,1 +2443,56,17097,22,5 +2444,60,17097,22,1 +2445,60,17097,22,0 +2446,60,17097,22,3 +2447,60,17097,22,0 +2448,60,17097,22,6 +2449,60,17097,22,2 +2450,60,17097,22,1 +2451,60,17097,22,1 +2452,60,17097,22,24 +2453,60,17097,22,0 +2454,60,17097,22,77 +2455,60,17097,22,20 +2456,60,17097,22,0 +2457,60,17097,22,25 +2458,60,17097,22,4 +2459,60,17097,22,54 +2460,60,17097,22,203 +2461,60,17097,22,0 +2462,60,17097,22,0 +2463,60,17097,22,71 +2464,60,17097,22,49 +2465,60,17097,22,23 +2466,60,17097,22,0 +2467,60,17097,22,0 +2468,49,17097,22,0 +2469,49,17097,22,7 +2470,49,17097,22,1 +2471,49,17097,22,1 +2472,49,17097,22,2 +2473,49,17097,22,0 +2474,49,17097,22,10 +2475,49,17097,22,4 +2476,49,17097,22,2 +2477,53,17097,22,0 +2478,53,17097,22,0 +2479,53,17097,22,0 +2480,53,17097,22,0 +2481,53,17097,22,0 +2482,53,17097,22,0 +2483,53,17097,22,0 +2484,53,17097,22,0 +2485,53,17097,22,0 +2486,53,17097,22,0 +2487,53,17097,22,0 +2488,53,17097,22,0 +2489,53,17097,22,0 +2490,53,17097,22,0 +2491,53,17097,22,0 +2492,53,17097,22,0 +2493,53,17097,22,0 +2494,53,17097,22,0 +2495,53,17097,22,0 +2496,53,17097,22,1 +2497,53,17097,22,0 +2498,53,17097,22,0 +2499,53,17097,22,0 +2500,53,17097,22,25 +2501,53,17097,22,1 +2502,53,17097,22,60 +2503,53,17097,22,1 +2504,53,17097,22,0 +2505,53,17097,22,0 +2506,53,17097,22,26 +2507,53,17097,22,1 +2508,53,17097,22,0 +2509,53,17097,22,0 +2510,53,17097,22,0 +2511,53,17097,22,1 +2512,53,17097,22,1 +2513,53,17097,22,0 +2514,53,17097,22,2 +2515,53,17097,22,0 +2516,53,17097,22,2 +2517,53,17097,22,0 +2518,53,17097,22,0 +2519,53,17097,22,0 +2520,53,17097,22,0 +2521,53,17097,22,0 +2522,53,17097,22,0 +2523,53,17097,22,0 +2524,53,17097,22,0 +2525,53,17097,22,0 +2526,53,17097,22,0 +2527,53,17097,22,0 +2528,53,17097,22,0 +2529,57,17097,22,25 +2530,57,17097,22,2 +2531,57,17097,22,0 +2532,57,17097,22,0 +2533,57,17097,22,0 +2534,57,17097,22,1 +2535,57,17097,22,0 +2536,57,17097,22,0 +2537,57,17097,22,0 +2538,57,17097,22,19 +2539,57,17097,22,0 +2540,57,17097,22,0 +2541,57,17097,22,2 +2542,57,17097,22,1 +2543,57,17097,22,0 +2544,57,17097,22,0 +2545,57,17097,22,0 +2546,57,17097,22,0 +2547,57,17097,22,0 +2548,57,17097,22,0 +2549,57,17097,22,0 +2550,57,17097,22,0 +2551,61,17097,22,1 +2552,61,17097,22,0 +2553,61,17097,22,0 +2554,61,17097,22,0 +2555,61,17097,22,1 +2556,61,17097,22,0 +2557,61,17097,22,0 +2558,61,17097,22,0 +2559,61,17097,22,1 +2560,61,17097,22,0 +2561,61,17097,22,1 +2562,61,17097,22,0 +2563,61,17097,22,0 +2564,61,17097,22,3 +2565,61,17097,22,0 +2566,61,17097,22,0 +2567,61,17097,22,0 +2568,61,17097,22,0 +2569,61,17097,22,0 +2570,61,17097,22,4 +2571,61,17097,22,0 +2572,61,17097,22,0 +2573,61,17097,22,0 +2574,61,17097,22,2 +2575,61,17097,22,0 +2576,61,17097,22,0 +2577,61,17097,22,0 +2578,61,17097,22,72 +2579,61,17097,22,4 +2580,61,17097,22,11 +2581,61,17097,22,0 +2582,61,17097,22,35 +2583,61,17097,22,0 +2584,30,17111,22,0 +2585,30,17111,22,1 +2586,30,17111,22,1 +2587,30,17111,22,6 +2588,34,17111,22,0 +2589,34,17111,22,7 +2590,34,17111,22,0 +2591,34,17111,22,0 +2592,38,17111,22,0 +2593,38,17111,22,0 +2594,38,17111,22,0 +2595,38,17111,22,5 +2596,42,17111,22,0 +2597,42,17111,22,0 +2598,42,17111,22,0 +2599,42,17111,22,0 +2600,31,17111,22,0 +2601,31,17111,22,1 +2602,31,17111,22,0 +2603,31,17111,22,0 +2604,35,17111,22,0 +2605,35,17111,22,0 +2606,35,17111,22,0 +2607,35,17111,22,2 +2608,39,17111,22,0 +2609,39,17111,22,1 +2610,39,17111,22,0 +2611,39,17111,22,0 +2612,43,17111,22,2 +2613,43,17111,22,0 +2614,43,17111,22,0 +2615,43,17111,22,0 +2616,32,17111,22,4 +2617,32,17111,22,0 +2618,32,17111,22,0 +2619,32,17111,22,0 +2620,36,17111,22,0 +2621,36,17111,22,1 +2622,36,17111,22,2 +2623,36,17111,22,0 +2624,40,17111,22,3 +2625,40,17111,22,0 +2626,40,17111,22,0 +2627,40,17111,22,0 +2628,40,17111,22,1 +2629,40,17111,22,0 +2630,40,17111,22,0 +2631,40,17111,22,24 +2632,40,17111,22,2 +2633,40,17111,22,0 +2634,40,17111,22,0 +2635,40,17111,22,0 +2636,44,17111,22,0 +2637,44,17111,22,2 +2638,44,17111,22,0 +2639,44,17111,22,0 +2640,44,17111,22,0 +2641,44,17111,22,2 +2642,44,17111,22,1 +2643,44,17111,22,10 +2644,44,17111,22,0 +2645,33,17111,22,8 +2646,33,17111,22,0 +2647,33,17111,22,0 +2648,33,17111,22,0 +2649,33,17111,22,4 +2650,33,17111,22,0 +2651,33,17111,22,1 +2652,37,17111,22,8 +2653,37,17111,22,1 +2654,37,17111,22,0 +2655,37,17111,22,1 +2656,37,17111,22,1 +2657,37,17111,22,0 +2658,37,17111,22,4 +2659,37,17111,22,0 +2660,37,17111,22,0 +2661,37,17111,22,3 +2662,37,17111,22,19 +2663,37,17111,22,0 +2664,41,17111,22,0 +2665,41,17111,22,0 +2666,41,17111,22,2 +2667,41,17111,22,2 +2668,41,17111,22,0 +2669,41,17111,22,1 +2670,41,17111,22,2 +2671,41,17111,22,0 +2672,41,17111,22,1 +2673,41,17111,22,0 +2674,41,17111,22,0 +2675,41,17111,22,38 +2676,41,17111,22,4 +2677,41,17111,22,2 +2678,41,17111,22,0 +2679,45,17111,22,0 +2680,45,17111,22,1 +2681,45,17111,22,0 +2682,45,17111,22,0 +2683,45,17111,22,0 +2684,45,17111,22,0 +2685,45,17111,22,0 +2686,45,17111,22,2 +2687,45,17111,22,1 +2688,45,17111,22,19 +2689,45,17111,22,20 +2690,45,17111,22,4 +2691,45,17111,22,0 +2692,45,17111,22,0 +2693,45,17111,22,9 +2694,45,17111,22,0 +2695,45,17111,22,2 +2696,45,17111,22,1 +2697,45,17111,22,1 +2698,45,17111,22,0 +2699,45,17111,22,2 +2700,45,17111,22,0 +2701,45,17111,22,0 +2702,45,17111,22,0 +2703,87,17197,22,52 +2704,87,17197,22,5 +2705,87,17197,22,0 +2706,87,17197,22,1 +2707,87,17197,22,0 +2708,87,17197,22,0 +2709,87,17197,22,0 +2710,87,17197,22,11 +2711,87,17197,22,1 +2712,89,17197,22,1 +2713,89,17197,22,91 +2714,89,17197,22,0 +2715,89,17197,22,3 +2716,89,17197,22,1 +2717,89,17197,22,0 +2718,89,17197,22,0 +2719,89,17197,22,0 +2720,89,17197,22,7 +2721,92,17197,22,26 +2722,92,17197,22,1 +2723,92,17197,22,1 +2724,92,17197,22,0 +2725,92,17197,22,11 +2726,92,17197,22,0 +2727,92,17197,22,0 +2728,92,17197,22,2 +2729,92,17197,22,70 +2730,92,17197,22,0 +2731,92,17197,22,0 +2732,92,17197,22,35 +2733,96,17197,22,20 +2734,96,17197,22,15 +2735,96,17197,22,43 +2736,96,17197,22,2 +2737,102,17197,22,1 +2738,102,17197,22,0 +2739,102,17197,22,0 +2740,102,17197,22,4 +2741,108,17197,22,1 +2742,108,17197,22,0 +2743,108,17197,22,73 +2744,108,17197,22,0 +2745,88,17197,22,3 +2746,88,17197,22,0 +2747,88,17197,22,0 +2748,88,17197,22,0 +2749,88,17197,22,0 +2750,88,17197,22,0 +2751,88,17197,22,2 +2752,88,17197,22,1 +2753,88,17197,22,0 +2754,88,17197,22,3 +2755,88,17197,22,1 +2756,88,17197,22,112 +2757,88,17197,22,200 +2758,88,17197,22,220 +2759,88,17197,22,14 +2760,88,17197,22,2 +2761,88,17197,22,77 +2762,88,17197,22,1 +2763,88,17197,22,0 +2764,88,17197,22,5 +2765,88,17197,22,57 +2766,90,17197,22,10 +2767,90,17197,22,73 +2768,90,17197,22,0 +2769,90,17197,22,0 +2770,90,17197,22,2 +2771,90,17197,22,21 +2772,90,17197,22,1 +2773,90,17197,22,0 +2774,90,17197,22,0 +2775,90,17197,22,2 +2776,90,17197,22,0 +2777,90,17197,22,0 +2778,90,17197,22,2 +2779,90,17197,22,1 +2780,90,17197,22,0 +2781,93,17197,22,0 +2782,93,17197,22,0 +2783,93,17197,22,1 +2784,93,17197,22,0 +2785,93,17197,22,0 +2786,93,17197,22,0 +2787,93,17197,22,0 +2788,93,17197,22,0 +2789,93,17197,22,0 +2790,93,17197,22,0 +2791,93,17197,22,32 +2792,93,17197,22,0 +2793,93,17197,22,1 +2794,93,17197,22,0 +2795,93,17197,22,7 +2796,93,17197,22,0 +2797,93,17197,22,0 +2798,93,17197,22,1 +2799,93,17197,22,0 +2800,93,17197,22,0 +2801,93,17197,22,0 +2802,93,17197,22,0 +2803,93,17197,22,0 +2804,93,17197,22,0 +2805,93,17197,22,0 +2806,93,17197,22,0 +2807,93,17197,22,0 +2808,93,17197,22,3 +2809,93,17197,22,0 +2810,93,17197,22,51 +2811,93,17197,22,0 +2812,93,17197,22,2 +2813,93,17197,22,2 +2814,93,17197,22,0 +2815,93,17197,22,2 +2816,93,17197,22,117 +2817,93,17197,22,1 +2818,93,17197,22,0 +2819,93,17197,22,0 +2820,93,17197,22,0 +2821,93,17197,22,31 +2822,93,17197,22,0 +2823,93,17197,22,0 +2824,93,17197,22,2 +2825,93,17197,22,39 +2826,97,17197,22,25 +2827,97,17197,22,0 +2828,97,17197,22,38 +2829,97,17197,22,0 +2830,103,17197,22,3 +2831,103,17197,22,0 +2832,103,17197,22,0 +2833,103,17197,22,0 +2834,109,17197,22,1 +2835,109,17197,22,0 +2836,109,17197,22,0 +2837,109,17197,22,0 +2838,91,17197,22,1 +2839,91,17197,22,0 +2840,91,17197,22,1 +2841,91,17197,22,5 +2842,91,17197,22,0 +2843,91,17197,22,6 +2844,91,17197,22,0 +2845,91,17197,22,0 +2846,91,17197,22,0 +2847,94,17197,22,0 +2848,94,17197,22,0 +2849,94,17197,22,0 +2850,94,17197,22,26 +2851,94,17197,22,0 +2852,94,17197,22,1 +2853,94,17197,22,18 +2854,94,17197,22,2 +2855,94,17197,22,8 +2856,98,17197,22,1 +2857,98,17197,22,0 +2858,98,17197,22,0 +2859,98,17197,22,3 +2860,98,17197,22,0 +2861,98,17197,22,0 +2862,98,17197,22,1 +2863,98,17197,22,0 +2864,98,17197,22,0 +2865,104,17197,22,0 +2866,104,17197,22,0 +2867,104,17197,22,0 +2868,104,17197,22,0 +2869,95,17197,22,33 +2870,95,17197,22,0 +2871,95,17197,22,1 +2872,95,17197,22,1 +2873,95,17197,22,4 +2874,95,17197,22,121 +2875,95,17197,22,14 +2876,95,17197,22,0 +2877,95,17197,22,27 +2878,95,17197,22,0 +2879,95,17197,22,0 +2880,95,17197,22,1 +2881,95,17197,22,1 +2882,95,17197,22,21 +2883,95,17197,22,1 +2884,99,17197,22,0 +2885,99,17197,22,0 +2886,99,17197,22,0 +2887,99,17197,22,0 +2888,99,17197,22,0 +2889,99,17197,22,0 +2890,99,17197,22,0 +2891,99,17197,22,0 +2892,99,17197,22,0 +2893,105,17197,22,0 +2894,105,17197,22,0 +2895,105,17197,22,1 +2896,105,17197,22,0 +2897,100,17197,22,20 +2898,100,17197,22,27 +2899,100,17197,22,67 +2900,100,17197,22,1 +2901,100,17197,22,2 +2902,100,17197,22,1 +2903,100,17197,22,0 +2904,100,17197,22,0 +2905,100,17197,22,0 +2906,106,17197,22,0 +2907,106,17197,22,0 +2908,106,17197,22,2 +2909,106,17197,22,0 +2910,101,17197,22,5 +2911,101,17197,22,0 +2912,101,17197,22,1 +2913,101,17197,22,0 +2914,101,17197,22,0 +2915,101,17197,22,5 +2916,101,17197,22,0 +2917,101,17197,22,0 +2918,101,17197,22,0 +2919,101,17197,22,0 +2920,101,17197,22,0 +2921,107,17197,22,21 +2922,107,17197,22,0 +2923,107,17197,22,1 +2924,107,17197,22,0 +2925,107,17197,22,1 +2926,107,17197,22,0 +2927,119,17063,22,0 +2928,119,17063,22,0 +2929,119,17063,22,0 +2930,119,17063,22,0 +2931,119,17063,22,0 +2932,119,17063,22,0 +2933,119,17063,22,77 +2934,119,17063,22,0 +2935,119,17063,22,0 +2936,119,17063,22,0 +2937,119,17063,22,0 +2938,119,17063,22,0 +2939,119,17063,22,12 +2940,119,17063,22,0 +2941,119,17063,22,0 +2942,119,17063,22,0 +2943,119,17063,22,0 +2944,119,17063,22,0 +2945,119,17063,22,0 +2946,119,17063,22,0 +2947,119,17063,22,3 +2948,119,17063,22,0 +2949,119,17063,22,64 +2950,119,17063,22,0 +2951,120,17007,22,0 +2952,120,17007,22,0 +2953,120,17007,22,0 +2954,120,17007,22,0 +2955,120,17007,22,0 +2956,120,17007,22,0 +2957,120,17007,22,0 +2958,120,17007,22,0 +2959,120,17007,22,0 +2960,120,17007,22,0 +2961,120,17007,22,0 +2962,120,17007,22,0 +2963,120,17007,22,0 +2964,120,17007,22,0 +2965,120,17007,22,0 +2966,120,17007,22,0 +2967,120,17007,22,0 +2968,120,17007,22,0 +2969,120,17007,22,0 +2970,120,17007,22,0 +2971,120,17007,22,0 +2972,120,17007,22,0 +2973,120,17007,22,0 +2974,120,17007,22,0 +2975,120,17007,22,0 +2976,121,17037,22,0 +2977,121,17037,22,72 +2978,121,17037,22,0 +2979,121,17037,22,25 +2980,121,17037,22,0 +2981,121,17037,22,0 +2982,121,17037,22,0 +2983,121,17037,22,0 +2984,121,17037,22,0 +2985,121,17037,22,0 +2986,121,17037,22,0 +2987,121,17037,22,0 +2988,121,17037,22,0 +2989,121,17037,22,0 +2990,121,17037,22,0 +2991,121,17037,22,0 +2992,121,17037,22,392 +2993,121,17037,22,0 +2994,121,17037,22,0 +2995,121,17037,22,113 +2996,121,17037,22,0 +2997,121,17037,22,0 +2998,121,17037,22,59 +2999,121,17037,22,0 +3000,121,17037,22,278 +3001,121,17037,22,0 +3002,121,17037,22,0 +3003,121,17037,22,0 +3004,121,17037,22,28 +3005,121,17037,22,18 +3006,121,17037,22,0 +3007,121,17037,22,0 +3008,121,17037,22,0 +3009,121,17037,22,0 +3010,121,17037,22,0 +3011,121,17037,22,0 +3012,121,17037,22,0 +3013,121,17037,22,0 +3014,121,17037,22,0 +3015,121,17037,22,0 +3016,121,17037,22,0 +3017,121,17037,22,0 +3018,121,17037,22,0 +3019,121,17037,22,0 +3020,121,17037,22,0 +3021,121,17037,22,0 +3022,122,17091,22,0 +3023,122,17091,22,0 +3024,122,17091,22,0 +3025,122,17091,22,0 +3026,122,17091,22,0 +3027,122,17091,22,0 +3028,122,17091,22,0 +3029,122,17091,22,0 +3030,122,17091,22,0 +3031,122,17091,22,0 +3032,122,17091,22,0 +3033,122,17091,22,0 +3034,122,17091,22,45 +3035,122,17091,22,0 +3036,122,17091,22,0 +3037,122,17091,22,73 +3038,122,17091,22,1 +3039,122,17091,22,0 +3040,122,17091,22,0 +3041,122,17091,22,0 +3042,122,17091,22,0 +3043,122,17091,22,0 +3044,122,17091,22,0 +3045,122,17091,22,0 +3046,122,17091,22,0 +3047,122,17091,22,0 +3048,122,17091,22,0 +3049,122,17091,22,0 +3050,122,17091,22,15 +3051,122,17091,22,1 +3052,122,17091,22,0 +3053,122,17091,22,8 +3054,122,17091,22,5 +3055,122,17091,22,1 +3056,122,17091,22,0 +3057,122,17091,22,6 +3058,122,17091,22,0 +3059,122,17091,22,0 +3060,122,17091,22,8 +3061,122,17091,22,0 +3062,122,17091,22,0 +3063,122,17091,22,0 +3064,122,17091,22,0 +3065,122,17091,22,0 +3066,122,17091,22,0 +3067,122,17091,22,0 +3068,122,17091,22,0 +3069,122,17091,22,11 +3070,122,17091,22,0 +3071,122,17091,22,2 +3072,122,17091,22,0 +3073,122,17091,22,5 +3074,126,17099,22,0 +3075,126,17099,22,0 +3076,126,17099,22,28 +3077,126,17099,22,0 +3078,126,17099,22,0 +3079,126,17099,22,0 +3080,126,17099,22,0 +3081,126,17099,22,0 +3082,126,17099,22,0 +3083,126,17099,22,0 +3084,126,17099,22,0 +3085,126,17099,22,0 +3086,126,17099,22,0 +3087,126,17099,22,0 +3088,126,17099,22,0 +3089,126,17099,22,0 +3090,126,17099,22,0 +3091,126,17099,22,946 +3092,126,17099,22,0 +3093,126,17099,22,2 +3094,126,17099,22,0 +3095,126,17099,22,4 +3096,126,17099,22,80 +3097,126,17099,22,9 +3098,126,17099,22,3 +3099,126,17099,22,57 +3100,126,17099,22,0 +3101,126,17099,22,0 +3102,126,17099,22,0 +3103,126,17099,22,0 +3104,126,17099,22,0 +3105,126,17099,22,0 +3106,126,17099,22,0 +3107,126,17099,22,9 +3108,126,17099,22,0 +3109,126,17099,22,55 +3110,126,17099,22,12 +3111,126,17099,22,0 +3112,126,17099,22,0 +3113,126,17099,22,5 +3114,126,17099,22,9 +3115,126,17099,22,0 +3116,126,17099,22,0 +3117,126,17099,22,0 +3118,126,17099,22,0 +3119,126,17099,22,0 +3120,126,17099,22,0 +3121,126,17099,22,0 +3122,126,17099,22,5 +3123,126,17099,22,0 +3124,126,17099,22,0 +3125,126,17099,22,6 +3126,126,17099,22,0 +3127,126,17099,22,5 +3128,126,17099,22,0 +3129,126,17099,22,0 +3130,126,17099,22,0 +3131,126,17099,22,0 +3132,126,17099,22,0 +3133,126,17099,22,8 +3134,126,17099,22,0 +3135,126,17099,22,0 +3136,126,17099,22,7 +3137,126,17099,22,0 +3138,126,17099,22,0 +3139,126,17099,22,0 +3140,126,17099,22,0 +3141,126,17099,22,0 +3142,126,17099,22,0 +3143,126,17099,22,0 +3144,126,17099,22,0 +3145,126,17099,22,0 +3146,125,17103,22,0 +3147,125,17103,22,0 +3148,125,17103,22,0 +3149,125,17103,22,260 +3150,125,17103,22,0 +3151,125,17103,22,0 +3152,124,17141,22,0 +3153,124,17141,22,0 +3154,124,17141,22,0 +3155,124,17141,22,0 +3156,124,17141,22,0 +3157,124,17141,22,0 +3158,124,17141,22,0 +3159,124,17141,22,0 +3160,124,17141,22,0 +3161,124,17141,22,0 +3162,124,17141,22,0 +3163,124,17141,22,0 +3164,124,17141,22,0 +3165,124,17141,22,0 +3166,124,17141,22,0 +3167,124,17141,22,0 +3168,124,17141,22,0 +3169,123,17201,22,0 +3170,123,17201,22,0 +3171,123,17201,22,0 +3172,123,17201,22,2 +3173,123,17201,22,4 +3174,123,17201,22,2 +3175,123,17201,22,0 +3176,123,17201,22,0 +3177,123,17201,22,0 +3178,123,17201,22,0 +3179,123,17201,22,0 +3180,123,17201,22,0 +3181,123,17201,22,0 +3182,123,17201,22,0 +3183,123,17201,22,0 +3184,123,17201,22,0 +3185,123,17201,22,0 +3186,123,17201,22,0 +3187,123,17201,22,0 +3188,123,17201,22,0 +3189,123,17201,22,0 +3190,123,17201,22,6 +3191,123,17201,22,6 +3192,123,17201,22,0 +3193,123,17201,22,433 +3194,123,17201,22,5 +3195,123,17201,22,0 +3196,123,17201,22,0 +3197,123,17201,22,0 +3198,123,17201,22,0 +3199,123,17201,22,0 +3200,123,17201,22,0 +3201,123,17201,22,93 +3202,123,17201,22,1 +3203,123,17201,22,0 +3204,123,17201,22,0 +3205,123,17201,22,7 +3206,123,17201,22,20 +3207,123,17201,22,2 +3208,123,17201,22,4 +3209,123,17201,22,4 +3210,123,17201,22,13 +3211,123,17201,22,3 +3212,123,17201,22,4 +3213,123,17201,22,2 +3214,123,17201,22,4 +3215,123,17201,22,4 +3216,123,17201,22,3 +3217,123,17201,22,3 +3218,123,17201,22,0 +3219,123,17201,22,4 +3220,123,17201,22,3 +3221,123,17201,22,0 +3222,123,17201,22,0 +3223,123,17201,22,0 +3224,123,17201,22,0 +3225,123,17201,22,0 +3226,123,17201,22,5 +3227,123,17201,22,0 +3228,123,17201,22,0 +3229,123,17201,22,15 +3230,123,17201,22,0 +3231,123,17201,22,0 +3232,123,17201,22,0 +3233,123,17201,22,0 +3234,123,17201,22,0 +3235,123,17201,22,4 +3236,123,17201,22,0 +3237,123,17201,22,0 +3238,123,17201,22,0 +3239,123,17201,22,0 +3240,123,17201,22,0 +3241,123,17201,22,0 +3242,123,17201,22,0 +3243,123,17201,22,0 +3244,123,17201,22,0 +3245,123,17201,22,0 +3246,123,17201,22,0 +3247,123,17201,22,2 +3248,127,18089,22,0 +3249,127,18089,22,0 +3250,127,18089,22,0 +3251,127,18089,22,0 +3252,127,18089,22,0 +3253,127,18089,22,0 +3254,127,18089,22,0 +3255,127,18089,22,0 +3256,127,18089,22,0 +3257,127,18089,22,0 +3258,127,18089,22,0 +3259,127,18089,22,0 +3260,127,18089,22,0 +3261,127,18089,22,0 +3262,127,18089,22,0 +3263,127,18089,22,2 +3264,127,18089,22,0 +3265,127,18089,22,0 +3266,127,18089,22,0 +3267,127,18089,22,3 +3268,127,18089,22,0 +3269,127,18089,22,0 +3270,127,18089,22,0 +3271,127,18089,22,0 +3272,127,18089,22,0 +3273,127,18089,22,0 +3274,127,18089,22,0 +3275,127,18089,22,0 +3276,127,18089,22,0 +3277,127,18089,22,0 +3278,127,18089,22,0 +3279,127,18089,22,0 +3280,127,18089,22,0 +3281,127,18089,22,0 +3282,127,18089,22,0 +3283,127,18089,22,0 +3284,127,18089,22,1 +3285,127,18089,22,0 +3286,127,18089,22,0 +3287,127,18089,22,0 +3288,127,18089,22,0 +3289,127,18089,22,0 +3290,127,18089,22,0 +3291,127,18089,22,0 +3292,127,18089,22,0 +3293,127,18089,22,0 +3294,127,18089,22,0 +3295,127,18089,22,5 +3296,127,18089,22,0 +3297,127,18089,22,2 +3298,127,18089,22,0 +3299,127,18089,22,1 +3300,127,18089,22,0 +3301,127,18089,22,10 +3302,127,18089,22,0 +3303,127,18089,22,0 +3304,127,18089,22,0 +3305,127,18089,22,0 +3306,127,18089,22,0 +3307,127,18089,22,0 +3308,127,18089,22,1 +3309,127,18089,22,0 +3310,127,18089,22,0 +3311,127,18089,22,0 +3312,127,18089,22,0 +3313,127,18089,22,0 +3314,127,18089,22,0 +3315,127,18089,22,0 +3316,127,18089,22,1 +3317,127,18089,22,0 +3318,127,18089,22,0 +3319,127,18089,22,1 +3320,127,18089,22,0 +3321,127,18089,22,0 +3322,127,18089,22,0 +3323,127,18089,22,0 +3324,127,18089,22,0 +3325,127,18089,22,38 +3326,127,18089,22,0 +3327,127,18089,22,0 +3328,127,18089,22,0 +3329,127,18089,22,0 +3330,127,18089,22,1 +3331,127,18089,22,0 +3332,127,18089,22,0 +3333,127,18089,22,1 +3334,127,18089,22,1 +3335,127,18089,22,0 +3336,127,18089,22,0 +3337,127,18089,22,0 +3338,127,18089,22,0 +3339,127,18089,22,672 +3340,127,18089,22,0 +3341,127,18089,22,0 +3342,127,18089,22,0 +3343,127,18089,22,4 +3344,127,18089,22,1 +3345,129,18091,22,0 +3346,129,18091,22,0 +3347,129,18091,22,0 +3348,129,18091,22,8 +3349,129,18091,22,0 +3350,129,18091,22,0 +3351,129,18091,22,0 +3352,129,18091,22,0 +3353,129,18091,22,0 +3354,129,18091,22,2 +3355,129,18091,22,0 +3356,129,18091,22,0 +3357,129,18091,22,0 +3358,129,18091,22,0 +3359,129,18091,22,0 +3360,129,18091,22,0 +3361,129,18091,22,42 +3362,129,18091,22,0 +3363,129,18091,22,0 +3364,129,18091,22,0 +3365,129,18091,22,0 +3366,129,18091,22,0 +3367,129,18091,22,0 +3368,129,18091,22,0 +3369,129,18091,22,0 +3370,129,18091,22,0 +3371,129,18091,22,0 +3372,129,18091,22,0 +3373,129,18091,22,0 +3374,129,18091,22,0 +3375,129,18091,22,0 +3376,129,18091,22,0 +3377,129,18091,22,0 +3378,129,18091,22,0 +3379,129,18091,22,0 +3380,129,18091,22,0 +3381,129,18091,22,0 +3382,129,18091,22,0 +3383,129,18091,22,0 +3384,129,18091,22,0 +3385,129,18091,22,0 +3386,129,18091,22,0 +3387,129,18091,22,0 +3388,129,18091,22,0 +3389,129,18091,22,0 +3390,129,18091,22,0 +3391,129,18091,22,0 +3392,129,18091,22,0 +3393,129,18091,22,0 +3394,129,18091,22,0 +3395,129,18091,22,0 +3396,129,18091,22,0 +3397,129,18091,22,1 +3398,129,18091,22,0 +3399,129,18091,22,0 +3400,129,18091,22,0 +3401,128,18127,22,0 +3402,128,18127,22,0 +3403,128,18127,22,0 +3404,128,18127,22,0 +3405,128,18127,22,0 +3406,128,18127,22,0 +3407,128,18127,22,0 +3408,128,18127,22,0 +3409,128,18127,22,0 +3410,128,18127,22,0 +3411,128,18127,22,0 +3412,128,18127,22,0 +3413,128,18127,22,0 +3414,128,18127,22,0 +3415,128,18127,22,0 +3416,128,18127,22,0 +3417,128,18127,22,0 +3418,128,18127,22,0 +3419,128,18127,22,0 +3420,128,18127,22,0 +3421,128,18127,22,0 +3422,128,18127,22,1 +3423,128,18127,22,0 +3424,128,18127,22,0 +3425,128,18127,22,0 +3426,128,18127,22,0 +3427,128,18127,22,0 +3428,128,18127,22,0 +3429,128,18127,22,0 +3430,128,18127,22,0 +3431,128,18127,22,0 +3432,128,18127,22,0 +3433,128,18127,22,1 +3434,128,18127,22,0 +3435,128,18127,22,0 +3436,128,18127,22,50 +3437,128,18127,22,0 +3438,128,18127,22,0 +3439,128,18127,22,0 +3440,128,18127,22,0 +3441,128,18127,22,0 +3442,128,18127,22,0 +3443,128,18127,22,2 +3444,128,18127,22,0 +3445,128,18127,22,0 +3446,128,18127,22,0 +3447,128,18127,22,0 +3448,128,18127,22,0 +3449,128,18127,22,0 +3450,128,18127,22,0 +3451,128,18127,22,0 +3452,128,18127,22,0 +3453,128,18127,22,0 +3454,128,18127,22,0 +3455,128,18127,22,0 +3456,128,18127,22,0 +3457,128,18127,22,0 +3458,128,18127,22,0 +3459,128,18127,22,0 +3460,128,18127,22,0 +3461,128,18127,22,0 +3462,128,18127,22,0 +3463,128,18127,22,0 +3464,128,18127,22,0 +3465,128,18127,22,0 +3466,128,18127,22,0 +3467,128,18127,22,0 +3468,130,55059,22,0 +3469,130,55059,22,0 +3470,130,55059,22,0 +3471,130,55059,22,0 +3472,130,55059,22,0 +3473,130,55059,22,0 +3474,130,55059,22,0 +3475,130,55059,22,0 +3476,130,55059,22,0 +3477,130,55059,22,0 +3478,130,55059,22,0 +3479,130,55059,22,0 +3480,130,55059,22,0 +3481,130,55059,22,0 +3482,130,55059,22,0 +3483,130,55059,22,0 +3484,130,55059,22,0 +3485,130,55059,22,0 +3486,130,55059,22,0 +3487,130,55059,22,0 +3488,130,55059,22,21 +3489,130,55059,22,106 +3490,130,55059,22,0 +3491,130,55059,22,0 +3492,130,55059,22,0 +3493,130,55059,22,0 +3494,130,55059,22,0 +3495,130,55059,22,0 +3496,130,55059,22,0 +3497,130,55059,22,0 +3498,130,55059,22,0 +3499,130,55059,22,0 +3500,130,55059,22,0 +3501,130,55059,22,0 +3502,130,55059,22,0 +3503,130,55059,22,23 +3504,130,55059,22,0 +3505,130,55059,22,0 +3506,130,55059,22,0 +3507,130,55059,22,0 +3508,130,55059,22,0 +3509,130,55059,22,0 +3510,130,55059,22,0 +3511,130,55059,22,0 +3512,130,55059,22,0 +3513,131,55101,22,0 +3514,131,55101,22,0 +3515,131,55101,22,59 +3516,131,55101,22,0 +3517,131,55101,22,0 +3518,131,55101,22,4 +3519,131,55101,22,0 +3520,131,55101,22,0 +3521,131,55101,22,0 +3522,131,55101,22,0 +3523,131,55101,22,0 +3524,131,55101,22,0 +3525,131,55101,22,0 +3526,131,55101,22,2 +3527,131,55101,22,0 +3528,131,55101,22,0 +3529,131,55101,22,0 +3530,131,55101,22,0 +3531,131,55101,22,0 +3532,131,55101,22,0 +3533,131,55101,22,5 +3534,131,55101,22,0 +3535,131,55101,22,0 +3536,131,55101,22,0 +3537,131,55101,22,3 +3538,131,55101,22,0 +3539,131,55101,22,0 +3540,131,55101,22,0 +3541,131,55101,22,0 +3542,131,55101,22,0 +3543,131,55101,22,0 +3544,131,55101,22,0 +3545,131,55101,22,0 +3546,131,55101,22,0 +3547,131,55101,22,0 +3548,131,55101,22,0 +3549,131,55101,22,9 +3550,131,55101,22,0 +3551,131,55101,22,0 +3552,131,55101,22,0 +3553,131,55101,22,0 +3554,131,55101,22,5 +3555,131,55101,22,0 +3556,131,55101,22,0 +3557,131,55101,22,0 +3558,131,55101,22,0 +3559,131,55101,22,0 +3560,131,55101,22,92 +3561,131,55101,22,0 +3562,131,55101,22,0 +3563,131,55101,22,0 +3564,131,55101,22,0 +3565,131,55101,22,0 +3566,131,55101,22,0 +3567,131,55101,22,3 +3568,131,55101,22,0 +3569,132,55127,22,0 +3570,132,55127,22,11 +3571,132,55127,22,0 +3572,132,55127,22,0 +3573,132,55127,22,0 +3574,132,55127,22,3 +3575,132,55127,22,0 +3576,132,55127,22,0 +3577,132,55127,22,0 +3578,132,55127,22,11 +3579,132,55127,22,0 +3580,132,55127,22,0 +3581,132,55127,22,0 +3582,132,55127,22,0 +3583,132,55127,22,0 +3584,132,55127,22,0 +3585,132,55127,22,25 +3586,132,55127,22,0 +3587,132,55127,22,0 +3588,132,55127,22,0 +3589,132,55127,22,0 +3590,132,55127,22,0 +3591,132,55127,22,0 +3592,132,55127,22,0 +3593,132,55127,22,0 +3594,132,55127,22,0 +3595,132,55127,22,17 +3596,132,55127,22,0 +3597,132,55127,22,0 +3598,132,55127,22,1 +3599,132,55127,22,11 +3600,132,55127,22,0 +3601,132,55127,22,0 +3602,132,55127,22,0 +3603,132,55127,22,18 +3604,132,55127,22,0 +3605,132,55127,22,17 +3606,132,55127,22,0 +3607,132,55127,22,0 +3608,132,55127,22,0 +3609,132,55127,22,0 +3610,132,55127,22,0 +3611,132,55127,22,0 +3612,132,55127,22,0 +3613,132,55127,22,0 +3614,132,55127,22,0 +3615,132,55127,22,0 +3616,132,55127,22,0 +3617,132,55127,22,0 +3618,132,55127,22,0 +3619,132,55127,22,0 +3620,132,55127,22,0 +3621,132,55127,22,0 +3622,132,55127,22,0 +3623,132,55127,22,0 +3624,132,55127,22,0 +3625,132,55127,22,0 +3626,132,55127,22,42 +3627,132,55127,22,0 +3628,132,55127,22,0 +3629,132,55127,22,0 +3630,132,55127,22,0 +3631,132,55127,22,0 +3632,132,55127,22,0 +1,17,17031,23,11 +2,17,17031,23,62 +3,17,17031,23,196 +4,17,17031,23,36 +5,17,17031,23,162 +6,17,17031,23,292 +7,17,17031,23,114 +8,17,17031,23,34 +9,17,17031,23,25 +10,17,17031,23,174 +11,17,17031,23,124 +12,17,17031,23,160 +13,17,17031,23,120 +14,17,17031,23,16 +15,17,17031,23,46 +16,17,17031,23,259 +17,17,17031,23,196 +18,17,17031,23,379 +19,17,17031,23,105 +20,17,17031,23,28 +21,17,17031,23,224 +22,17,17031,23,722 +23,17,17031,23,264 +24,17,17031,23,181 +25,17,17031,23,63 +26,17,17031,23,189 +27,17,17031,23,663 +28,17,17031,23,836 +29,17,17031,23,311 +30,17,17031,23,246 +31,17,17031,23,14 +32,17,17031,23,30 +33,17,17031,23,74 +34,17,17031,23,90 +35,17,17031,23,196 +36,17,17031,23,131 +37,17,17031,23,11 +38,17,17031,23,89 +39,17,17031,23,10 +40,17,17031,23,39 +41,17,17031,23,53 +42,17,17031,23,3 +43,17,17031,23,64 +44,17,17031,23,30 +45,17,17031,23,14 +46,17,17031,23,6 +47,17,17031,23,51 +48,17,17031,23,79 +49,17,17031,23,126 +50,17,17031,23,54 +51,17,17031,23,65 +52,17,17031,23,28 +53,17,17031,23,48 +54,17,17031,23,204 +55,17,17031,23,141 +56,17,17031,23,238 +57,17,17031,23,294 +58,17,17031,23,90 +59,17,17031,23,89 +60,17,17031,23,276 +61,17,17031,23,249 +62,17,17031,23,70 +63,17,17031,23,353 +64,17,17031,23,34 +65,17,17031,23,8 +66,17,17031,23,61 +67,17,17031,23,18 +68,17,17031,23,42 +69,17,17031,23,15 +70,17,17031,23,123 +71,17,17031,23,25 +72,17,17031,23,65 +73,17,17031,23,97 +74,17,17031,23,176 +75,17,17031,23,119 +76,17,17031,23,199 +77,17,17031,23,0 +78,14,17031,23,86 +79,14,17031,23,449 +80,14,17031,23,87 +81,14,17031,23,42 +82,14,17031,23,40 +83,14,17031,23,49 +84,14,17031,23,145 +85,14,17031,23,60 +86,14,17031,23,220 +87,14,17031,23,92 +88,14,17031,23,8 +89,14,17031,23,58 +90,17,17031,23,70 +91,17,17031,23,95 +92,17,17031,23,89 +93,17,17031,23,70 +94,17,17031,23,151 +95,17,17031,23,210 +96,17,17031,23,249 +97,17,17031,23,244 +98,17,17031,23,15 +99,17,17031,23,66 +100,17,17031,23,56 +101,17,17031,23,62 +102,17,17031,23,36 +103,17,17031,23,41 +104,17,17031,23,22 +105,17,17031,23,30 +106,17,17031,23,18 +107,17,17031,23,70 +108,17,17031,23,126 +109,17,17031,23,102 +110,17,17031,23,116 +111,17,17031,23,27 +112,17,17031,23,146 +113,17,17031,23,20 +114,17,17031,23,58 +115,17,17031,23,23 +116,17,17031,23,462 +117,17,17031,23,122 +118,17,17031,23,49 +119,17,17031,23,40 +120,17,17031,23,44 +121,17,17031,23,9 +122,8,17031,23,112 +123,12,17031,23,180 +124,12,17031,23,101 +125,12,17031,23,89 +126,12,17031,23,0 +127,12,17031,23,24 +128,12,17031,23,160 +129,12,17031,23,14 +130,12,17031,23,62 +131,12,17031,23,29 +132,12,17031,23,584 +133,12,17031,23,567 +134,12,17031,23,15 +135,12,17031,23,46 +136,12,17031,23,28 +137,12,17031,23,30 +138,12,17031,23,77 +139,12,17031,23,319 +140,12,17031,23,24 +141,9,17031,23,9 +142,9,17031,23,7 +143,9,17031,23,110 +144,9,17031,23,39 +145,9,17031,23,21 +146,9,17031,23,83 +147,12,17031,23,25 +148,12,17031,23,8 +149,12,17031,23,24 +150,12,17031,23,9 +151,12,17031,23,59 +152,12,17031,23,79 +153,12,17031,23,19 +154,10,17031,23,0 +155,10,17031,23,18 +156,10,17031,23,1 +157,10,17031,23,6 +158,10,17031,23,0 +159,10,17031,23,24 +160,10,17031,23,9 +161,10,17031,23,35 +162,10,17031,23,13 +163,11,17031,23,35 +164,11,17031,23,49 +165,11,17031,23,13 +166,11,17031,23,24 +167,10,17031,23,6 +168,10,17031,23,20 +169,10,17031,23,15 +170,10,17031,23,30 +171,11,17031,23,39 +172,11,17031,23,21 +173,11,17031,23,11 +174,11,17031,23,34 +175,11,17031,23,33 +176,11,17031,23,1 +177,11,17031,23,17 +178,11,17031,23,1 +179,13,17031,23,6 +180,13,17031,23,62 +181,13,17031,23,32 +182,13,17031,23,87 +183,13,17031,23,20 +184,13,17031,23,21 +185,13,17031,23,0 +186,13,17031,23,102 +187,13,17031,23,19 +188,13,17031,23,41 +189,13,17031,23,1 +190,13,17031,23,5 +191,13,17031,23,98 +192,13,17031,23,21 +193,13,17031,23,3 +194,13,17031,23,92 +195,13,17031,23,37 +196,13,17031,23,19 +197,13,17031,23,0 +198,13,17031,23,21 +199,13,17031,23,10 +200,13,17031,23,25 +201,13,17031,23,30 +202,13,17031,23,61 +203,13,17031,23,45 +204,13,17031,23,79 +205,13,17031,23,36 +206,13,17031,23,69 +207,13,17031,23,12 +208,13,17031,23,81 +209,13,17031,23,67 +210,13,17031,23,85 +211,13,17031,23,143 +212,13,17031,23,119 +213,13,17031,23,5 +214,13,17031,23,33 +215,13,17031,23,96 +216,13,17031,23,4 +217,13,17031,23,36 +218,13,17031,23,38 +219,13,17031,23,24 +220,13,17031,23,15 +221,13,17031,23,35 +222,13,17031,23,18 +223,13,17031,23,51 +224,13,17031,23,35 +225,13,17031,23,122 +226,13,17031,23,17 +227,13,17031,23,30 +228,13,17031,23,82 +229,13,17031,23,119 +230,13,17031,23,111 +231,13,17031,23,262 +232,13,17031,23,167 +233,13,17031,23,30 +234,13,17031,23,62 +235,13,17031,23,91 +236,13,17031,23,54 +237,13,17031,23,27 +238,13,17031,23,37 +239,13,17031,23,58 +240,13,17031,23,18 +241,13,17031,23,25 +242,13,17031,23,15 +243,13,17031,23,27 +244,13,17031,23,51 +245,13,17031,23,3 +246,13,17031,23,24 +247,13,17031,23,19 +248,13,17031,23,25 +249,13,17031,23,33 +250,13,17031,23,28 +251,13,17031,23,37 +252,13,17031,23,19 +253,13,17031,23,24 +254,13,17031,23,26 +255,13,17031,23,63 +256,13,17031,23,98 +257,13,17031,23,87 +258,13,17031,23,53 +259,13,17031,23,42 +260,13,17031,23,170 +261,13,17031,23,53 +262,13,17031,23,98 +263,13,17031,23,33 +264,13,17031,23,77 +265,13,17031,23,133 +266,13,17031,23,161 +267,13,17031,23,16 +268,13,17031,23,23 +269,13,17031,23,41 +270,13,17031,23,80 +271,13,17031,23,142 +272,13,17031,23,121 +273,13,17031,23,70 +274,13,17031,23,102 +275,13,17031,23,65 +276,13,17031,23,54 +277,13,17031,23,43 +278,13,17031,23,47 +279,13,17031,23,32 +280,13,17031,23,71 +281,13,17031,23,28 +282,13,17031,23,154 +283,13,17031,23,233 +284,13,17031,23,116 +285,13,17031,23,17 +286,13,17031,23,60 +287,13,17031,23,26 +288,13,17031,23,63 +289,13,17031,23,52 +290,13,17031,23,55 +291,13,17031,23,191 +292,13,17031,23,39 +293,13,17031,23,71 +294,13,17031,23,60 +295,13,17031,23,32 +296,13,17031,23,283 +297,13,17031,23,50 +298,13,17031,23,87 +299,13,17031,23,63 +300,13,17031,23,42 +301,13,17031,23,34 +302,13,17031,23,54 +303,13,17031,23,90 +304,13,17031,23,36 +305,13,17031,23,52 +306,13,17031,23,49 +307,13,17031,23,54 +308,14,17031,23,29 +309,14,17031,23,15 +310,14,17031,23,50 +311,14,17031,23,29 +312,14,17031,23,50 +313,14,17031,23,21 +314,14,17031,23,19 +315,14,17031,23,17 +316,14,17031,23,26 +317,14,17031,23,94 +318,14,17031,23,34 +319,14,17031,23,58 +320,14,17031,23,29 +321,14,17031,23,38 +322,14,17031,23,0 +323,14,17031,23,14 +324,14,17031,23,57 +325,14,17031,23,176 +326,14,17031,23,91 +327,14,17031,23,23 +328,14,17031,23,20 +329,14,17031,23,21 +330,14,17031,23,58 +331,14,17031,23,11 +332,14,17031,23,11 +333,14,17031,23,81 +334,14,17031,23,34 +335,14,17031,23,14 +336,14,17031,23,133 +337,14,17031,23,59 +338,14,17031,23,58 +339,14,17031,23,45 +340,14,17031,23,31 +341,14,17031,23,18 +342,14,17031,23,52 +343,14,17031,23,202 +344,14,17031,23,62 +345,14,17031,23,37 +346,14,17031,23,88 +347,14,17031,23,99 +348,14,17031,23,56 +349,14,17031,23,94 +350,14,17031,23,47 +351,14,17031,23,30 +352,14,17031,23,82 +353,14,17031,23,2 +354,14,17031,23,72 +355,16,17031,23,52 +356,16,17031,23,9 +357,16,17031,23,10 +358,16,17031,23,132 +359,16,17031,23,26 +360,16,17031,23,17 +361,16,17031,23,268 +362,16,17031,23,340 +363,16,17031,23,82 +364,16,17031,23,71 +365,16,17031,23,21 +366,16,17031,23,38 +367,16,17031,23,13 +368,16,17031,23,28 +369,16,17031,23,135 +370,16,17031,23,0 +371,16,17031,23,29 +372,16,17031,23,10 +373,16,17031,23,28 +374,16,17031,23,7 +375,16,17031,23,11 +376,16,17031,23,5 +377,16,17031,23,70 +378,16,17031,23,70 +379,16,17031,23,35 +380,16,17031,23,32 +381,16,17031,23,72 +382,16,17031,23,5 +383,16,17031,23,30 +384,16,17031,23,17 +385,16,17031,23,9 +386,16,17031,23,29 +387,16,17031,23,38 +388,16,17031,23,29 +389,16,17031,23,93 +390,16,17031,23,398 +391,16,17031,23,9 +392,16,17031,23,24 +393,16,17031,23,50 +394,16,17031,23,3 +395,16,17031,23,10 +396,16,17031,23,31 +397,16,17031,23,12 +398,16,17031,23,4 +399,16,17031,23,5 +400,16,17031,23,10 +401,16,17031,23,48 +402,16,17031,23,2 +403,16,17031,23,12 +404,16,17031,23,19 +405,16,17031,23,78 +406,16,17031,23,19 +407,16,17031,23,107 +408,16,17031,23,95 +409,16,17031,23,24 +410,16,17031,23,100 +411,16,17031,23,8 +412,16,17031,23,11 +413,16,17031,23,8 +414,16,17031,23,9 +415,16,17031,23,40 +416,16,17031,23,45 +417,16,17031,23,100 +418,16,17031,23,7 +419,16,17031,23,99 +420,16,17031,23,77 +421,16,17031,23,30 +422,16,17031,23,30 +423,16,17031,23,55 +424,16,17031,23,44 +425,16,17031,23,43 +426,16,17031,23,17 +427,16,17031,23,23 +428,16,17031,23,20 +429,16,17031,23,20 +430,16,17031,23,23 +431,16,17031,23,63 +432,16,17031,23,141 +433,16,17031,23,25 +434,16,17031,23,39 +435,16,17031,23,29 +436,16,17031,23,45 +437,16,17031,23,20 +438,16,17031,23,22 +439,16,17031,23,34 +440,16,17031,23,40 +441,17,17031,23,58 +442,17,17031,23,5 +443,17,17031,23,17 +444,17,17031,23,65 +445,17,17031,23,24 +446,17,17031,23,96 +447,17,17031,23,101 +448,17,17031,23,35 +449,17,17031,23,46 +450,17,17031,23,61 +451,17,17031,23,23 +452,17,17031,23,11 +453,17,17031,23,19 +454,17,17031,23,0 +455,17,17031,23,39 +456,17,17031,23,15 +457,17,17031,23,20 +458,17,17031,23,0 +459,19,17031,23,281 +460,19,17031,23,23 +461,19,17031,23,26 +462,19,17031,23,14 +463,19,17031,23,6 +464,19,17031,23,4 +465,19,17031,23,18 +466,19,17031,23,7 +467,19,17031,23,24 +468,19,17031,23,45 +469,19,17031,23,26 +470,19,17031,23,14 +471,19,17031,23,6 +472,19,17031,23,33 +473,19,17031,23,5 +474,19,17031,23,80 +475,19,17031,23,5 +476,19,17031,23,9 +477,19,17031,23,44 +478,19,17031,23,8 +479,19,17031,23,9 +480,19,17031,23,37 +481,19,17031,23,24 +482,19,17031,23,10 +483,19,17031,23,53 +484,19,17031,23,5 +485,19,17031,23,27 +486,19,17031,23,6 +487,19,17031,23,35 +488,19,17031,23,32 +489,19,17031,23,142 +490,19,17031,23,34 +491,19,17031,23,2 +492,19,17031,23,48 +493,19,17031,23,51 +494,19,17031,23,0 +495,19,17031,23,43 +496,19,17031,23,28 +497,19,17031,23,14 +498,19,17031,23,8 +499,19,17031,23,1 +500,19,17031,23,0 +501,19,17031,23,95 +502,19,17031,23,130 +503,19,17031,23,38 +504,19,17031,23,2 +505,19,17031,23,2 +506,19,17031,23,31 +507,19,17031,23,5 +508,19,17031,23,4 +509,19,17031,23,12 +510,19,17031,23,20 +511,19,17031,23,9 +512,19,17031,23,9 +513,19,17031,23,5 +514,19,17031,23,17 +515,19,17031,23,62 +516,19,17031,23,28 +517,19,17031,23,19 +518,19,17031,23,31 +519,19,17031,23,10 +520,19,17031,23,7 +521,19,17031,23,28 +522,19,17031,23,52 +523,20,17031,23,19 +524,20,17031,23,29 +525,20,17031,23,17 +526,20,17031,23,36 +527,20,17031,23,110 +528,20,17031,23,1 +529,20,17031,23,11 +530,20,17031,23,21 +531,20,17031,23,13 +532,20,17031,23,16 +533,20,17031,23,18 +534,20,17031,23,32 +535,20,17031,23,26 +536,20,17031,23,4 +537,20,17031,23,2 +538,20,17031,23,15 +539,20,17031,23,12 +540,20,17031,23,10 +541,20,17031,23,12 +542,20,17031,23,24 +543,20,17031,23,22 +544,20,17031,23,19 +545,20,17031,23,10 +546,20,17031,23,2 +547,20,17031,23,49 +548,20,17031,23,42 +549,20,17031,23,89 +550,20,17031,23,9 +551,20,17031,23,25 +552,20,17031,23,93 +553,20,17031,23,8 +554,20,17031,23,25 +555,20,17031,23,7 +556,20,17031,23,7 +557,20,17031,23,9 +558,20,17031,23,102 +559,20,17031,23,22 +560,20,17031,23,7 +561,20,17031,23,44 +562,20,17031,23,38 +563,20,17031,23,92 +564,20,17031,23,38 +565,20,17031,23,15 +566,20,17031,23,9 +567,20,17031,23,21 +568,20,17031,23,22 +569,20,17031,23,22 +570,20,17031,23,3 +571,20,17031,23,10 +572,20,17031,23,15 +573,20,17031,23,4 +574,20,17031,23,32 +575,20,17031,23,28 +576,20,17031,23,20 +577,20,17031,23,8 +578,20,17031,23,16 +579,20,17031,23,12 +580,20,17031,23,49 +581,20,17031,23,27 +582,20,17031,23,35 +583,20,17031,23,9 +584,20,17031,23,20 +585,20,17031,23,8 +586,20,17031,23,8 +587,20,17031,23,25 +588,20,17031,23,6 +589,20,17031,23,0 +590,20,17031,23,3 +591,20,17031,23,17 +592,20,17031,23,281 +593,20,17031,23,27 +594,20,17031,23,11 +595,20,17031,23,24 +596,20,17031,23,11 +597,20,17031,23,150 +598,20,17031,23,46 +599,20,17031,23,11 +600,20,17031,23,58 +601,20,17031,23,29 +602,20,17031,23,51 +603,20,17031,23,14 +604,20,17031,23,31 +605,20,17031,23,21 +606,20,17031,23,50 +607,20,17031,23,119 +608,20,17031,23,68 +609,20,17031,23,8 +610,20,17031,23,38 +611,20,17031,23,28 +612,20,17031,23,34 +613,20,17031,23,7 +614,20,17031,23,52 +615,20,17031,23,21 +616,20,17031,23,26 +617,20,17031,23,24 +618,20,17031,23,3 +619,20,17031,23,6 +620,20,17031,23,18 +621,20,17031,23,93 +622,20,17031,23,13 +623,20,17031,23,44 +624,20,17031,23,25 +625,20,17031,23,6 +626,20,17031,23,9 +627,20,17031,23,8 +628,20,17031,23,39 +629,20,17031,23,2 +630,23,17031,23,9 +631,23,17031,23,43 +632,23,17031,23,51 +633,23,17031,23,17 +634,23,17031,23,83 +635,23,17031,23,14 +636,24,17031,23,11 +637,24,17031,23,4 +638,24,17031,23,48 +639,24,17031,23,2 +640,24,17031,23,18 +641,24,17031,23,3 +642,24,17031,23,1 +643,24,17031,23,6 +644,24,17031,23,3 +645,24,17031,23,10 +646,24,17031,23,11 +647,24,17031,23,8 +648,24,17031,23,10 +649,24,17031,23,64 +650,24,17031,23,19 +651,24,17031,23,27 +652,24,17031,23,15 +653,24,17031,23,11 +654,24,17031,23,2 +655,24,17031,23,10 +656,24,17031,23,4 +657,24,17031,23,9 +658,24,17031,23,5 +659,24,17031,23,10 +660,24,17031,23,15 +661,24,17031,23,4 +662,24,17031,23,2 +663,24,17031,23,0 +664,24,17031,23,16 +665,24,17031,23,1 +666,24,17031,23,7 +667,24,17031,23,3 +668,24,17031,23,10 +669,24,17031,23,6 +670,24,17031,23,3 +671,24,17031,23,42 +672,24,17031,23,44 +673,24,17031,23,2 +674,24,17031,23,26 +675,24,17031,23,7 +676,24,17031,23,11 +677,24,17031,23,8 +678,24,17031,23,15 +679,24,17031,23,1 +680,24,17031,23,41 +681,24,17031,23,47 +682,24,17031,23,25 +683,24,17031,23,102 +684,24,17031,23,9 +685,24,17031,23,0 +686,24,17031,23,2 +687,24,17031,23,10 +688,24,17031,23,25 +689,24,17031,23,4 +690,24,17031,23,15 +691,24,17031,23,5 +692,24,17031,23,2 +693,24,17031,23,1 +694,24,17031,23,10 +695,24,17031,23,30 +696,24,17031,23,4 +697,24,17031,23,15 +698,24,17031,23,68 +699,24,17031,23,2 +700,24,17031,23,77 +701,24,17031,23,7 +702,24,17031,23,7 +703,24,17031,23,3 +704,24,17031,23,13 +705,24,17031,23,15 +706,24,17031,23,0 +707,24,17031,23,7 +708,24,17031,23,52 +709,24,17031,23,21 +710,24,17031,23,35 +711,24,17031,23,19 +712,24,17031,23,0 +713,24,17031,23,1 +714,24,17031,23,2 +715,24,17031,23,0 +716,24,17031,23,5 +717,24,17031,23,2 +718,1,17031,23,10 +719,1,17031,23,12 +720,1,17031,23,265 +721,1,17031,23,5 +722,1,17031,23,47 +723,1,17031,23,11 +724,1,17031,23,323 +725,1,17031,23,167 +726,1,17031,23,241 +727,6,17031,23,90 +728,6,17031,23,7 +729,6,17031,23,181 +730,6,17031,23,85 +731,6,17031,23,65 +732,6,17031,23,6 +733,6,17031,23,57 +734,6,17031,23,99 +735,6,17031,23,197 +736,6,17031,23,302 +737,6,17031,23,126 +738,6,17031,23,44 +739,6,17031,23,120 +740,6,17031,23,16 +741,6,17031,23,21 +742,6,17031,23,3 +743,6,17031,23,56 +744,6,17031,23,4 +745,6,17031,23,61 +746,6,17031,23,3 +747,6,17031,23,20 +748,2,17031,23,23 +749,2,17031,23,129 +750,2,17031,23,2 +751,2,17031,23,23 +752,2,17031,23,15 +753,2,17031,23,62 +754,2,17031,23,3 +755,2,17031,23,3 +756,2,17031,23,26 +757,2,17031,23,6 +758,2,17031,23,29 +759,2,17031,23,7 +760,2,17031,23,18 +761,2,17031,23,2 +762,2,17031,23,5 +763,2,17031,23,22 +764,2,17031,23,12 +765,2,17031,23,88 +766,2,17031,23,121 +767,2,17031,23,43 +768,2,17031,23,70 +769,2,17031,23,82 +770,2,17031,23,11 +771,2,17031,23,10 +772,2,17031,23,38 +773,2,17031,23,710 +774,2,17031,23,19 +775,2,17031,23,35 +776,2,17031,23,1 +777,2,17031,23,53 +778,2,17031,23,17 +779,2,17031,23,49 +780,2,17031,23,7 +781,2,17031,23,2 +782,2,17031,23,10 +783,2,17031,23,33 +784,2,17031,23,402 +785,2,17031,23,60 +786,2,17031,23,84 +787,2,17031,23,1 +788,2,17031,23,4 +789,2,17031,23,420 +790,2,17031,23,13 +791,2,17031,23,12 +792,2,17031,23,21 +793,7,17031,23,16 +794,7,17031,23,153 +795,7,17031,23,15 +796,7,17031,23,29 +797,7,17031,23,20 +798,7,17031,23,162 +799,7,17031,23,48 +800,7,17031,23,62 +801,7,17031,23,35 +802,7,17031,23,22 +803,7,17031,23,73 +804,7,17031,23,408 +805,7,17031,23,225 +806,7,17031,23,31 +807,7,17031,23,28 +808,7,17031,23,0 +809,7,17031,23,12 +810,7,17031,23,1 +811,7,17031,23,37 +812,7,17031,23,64 +813,7,17031,23,18 +814,7,17031,23,66 +815,7,17031,23,7 +816,7,17031,23,25 +817,7,17031,23,201 +818,7,17031,23,32 +819,7,17031,23,18 +820,7,17031,23,22 +821,7,17031,23,47 +822,7,17031,23,11 +823,7,17031,23,52 +824,7,17031,23,1 +825,7,17031,23,4 +826,7,17031,23,67 +827,7,17031,23,16 +828,7,17031,23,16 +829,7,17031,23,7 +830,7,17031,23,7 +831,7,17031,23,11 +832,7,17031,23,23 +833,7,17031,23,8 +834,7,17031,23,81 +835,7,17031,23,5 +836,7,17031,23,36 +837,7,17031,23,904 +838,7,17031,23,71 +839,3,17031,23,138 +840,3,17031,23,20 +841,3,17031,23,3 +842,3,17031,23,5 +843,3,17031,23,14 +844,3,17031,23,5 +845,3,17031,23,21 +846,3,17031,23,4 +847,3,17031,23,4 +848,3,17031,23,127 +849,3,17031,23,30 +850,3,17031,23,11 +851,3,17031,23,6 +852,3,17031,23,24 +853,3,17031,23,2 +854,3,17031,23,22 +855,3,17031,23,85 +856,3,17031,23,6 +857,3,17031,23,491 +858,3,17031,23,177 +859,3,17031,23,14 +860,3,17031,23,14 +861,3,17031,23,2 +862,3,17031,23,25 +863,3,17031,23,278 +864,3,17031,23,163 +865,3,17031,23,57 +866,3,17031,23,34 +867,3,17031,23,25 +868,3,17031,23,4 +869,3,17031,23,29 +870,3,17031,23,396 +871,3,17031,23,134 +872,3,17031,23,15 +873,3,17031,23,62 +874,3,17031,23,47 +875,3,17031,23,10 +876,3,17031,23,209 +877,3,17031,23,3 +878,3,17031,23,39 +879,3,17031,23,28 +880,3,17031,23,0 +881,3,17031,23,20 +882,3,17031,23,19 +883,3,17031,23,6 +884,3,17031,23,10 +885,3,17031,23,0 +886,3,17031,23,61 +887,3,17031,23,9 +888,3,17031,23,89 +889,3,17031,23,16 +890,3,17031,23,9 +891,3,17031,23,5 +892,3,17031,23,25 +893,3,17031,23,25 +894,3,17031,23,12 +895,3,17031,23,58 +896,3,17031,23,5 +897,3,17031,23,13 +898,3,17031,23,15 +899,3,17031,23,7 +900,3,17031,23,105 +901,3,17031,23,188 +902,3,17031,23,27 +903,3,17031,23,195 +904,3,17031,23,40 +905,8,17031,23,349 +906,8,17031,23,65 +907,8,17031,23,373 +908,8,17031,23,16 +909,8,17031,23,174 +910,8,17031,23,34 +911,8,17031,23,43 +912,8,17031,23,8 +913,8,17031,23,15 +914,8,17031,23,9 +915,8,17031,23,75 +916,8,17031,23,31 +917,8,17031,23,2 +918,8,17031,23,623 +919,8,17031,23,5 +920,8,17031,23,48 +921,8,17031,23,48 +922,8,17031,23,7 +923,8,17031,23,10 +924,8,17031,23,9 +925,8,17031,23,20 +926,8,17031,23,3 +927,8,17031,23,11 +928,8,17031,23,254 +929,8,17031,23,61 +930,8,17031,23,331 +931,8,17031,23,336 +932,8,17031,23,430 +933,8,17031,23,165 +934,8,17031,23,256 +935,8,17031,23,653 +936,8,17031,23,133 +937,8,17031,23,13 +938,8,17031,23,18 +939,8,17031,23,14 +940,8,17031,23,5 +941,8,17031,23,0 +942,8,17031,23,4 +943,8,17031,23,60 +944,8,17031,23,97 +945,8,17031,23,19 +946,8,17031,23,1077 +947,8,17031,23,587 +948,8,17031,23,56 +949,8,17031,23,200 +950,8,17031,23,24 +951,8,17031,23,13 +952,8,17031,23,52 +953,8,17031,23,875 +954,8,17031,23,718 +955,4,17031,23,133 +956,4,17031,23,1103 +957,4,17031,23,245 +958,4,17031,23,18 +959,4,17031,23,208 +960,4,17031,23,10 +961,4,17031,23,15 +962,4,17031,23,26 +963,4,17031,23,26 +964,4,17031,23,68 +965,4,17031,23,18 +966,4,17031,23,21 +967,4,17031,23,316 +968,4,17031,23,11 +969,4,17031,23,54 +970,4,17031,23,367 +971,4,17031,23,12 +972,4,17031,23,18 +973,4,17031,23,121 +974,4,17031,23,7 +975,4,17031,23,132 +976,4,17031,23,217 +977,4,17031,23,194 +978,4,17031,23,66 +979,4,17031,23,28 +980,4,17031,23,61 +981,4,17031,23,105 +982,4,17031,23,29 +983,4,17031,23,136 +984,4,17031,23,66 +985,4,17031,23,3 +986,4,17031,23,26 +987,4,17031,23,176 +988,4,17031,23,35 +989,4,17031,23,5 +990,4,17031,23,1 +991,4,17031,23,38 +992,4,17031,23,18 +993,4,17031,23,28 +994,4,17031,23,8 +995,4,17031,23,30 +996,4,17031,23,17 +997,4,17031,23,9 +998,4,17031,23,14 +999,4,17031,23,17 +1000,4,17031,23,12 +1001,4,17031,23,3 +1002,9,17031,23,47 +1003,9,17031,23,80 +1004,9,17031,23,10 +1005,9,17031,23,32 +1006,9,17031,23,65 +1007,9,17031,23,23 +1008,9,17031,23,50 +1009,9,17031,23,11 +1010,9,17031,23,172 +1011,9,17031,23,54 +1012,9,17031,23,3 +1013,9,17031,23,32 +1014,9,17031,23,10 +1015,9,17031,23,24 +1016,9,17031,23,12 +1017,9,17031,23,9 +1018,9,17031,23,49 +1019,9,17031,23,19 +1020,9,17031,23,18 +1021,9,17031,23,27 +1022,9,17031,23,16 +1023,9,17031,23,142 +1024,9,17031,23,54 +1025,9,17031,23,14 +1026,9,17031,23,7 +1027,9,17031,23,30 +1028,9,17031,23,50 +1029,9,17031,23,9 +1030,9,17031,23,3 +1031,9,17031,23,18 +1032,9,17031,23,23 +1033,9,17031,23,31 +1034,9,17031,23,21 +1035,9,17031,23,57 +1036,9,17031,23,3 +1037,9,17031,23,485 +1038,9,17031,23,5 +1039,9,17031,23,38 +1040,9,17031,23,3 +1041,9,17031,23,16 +1042,9,17031,23,21 +1043,9,17031,23,0 +1044,9,17031,23,26 +1045,9,17031,23,12 +1046,9,17031,23,4 +1047,9,17031,23,3 +1048,9,17031,23,4 +1049,9,17031,23,43 +1050,9,17031,23,37 +1051,9,17031,23,36 +1052,9,17031,23,22 +1053,9,17031,23,0 +1054,9,17031,23,45 +1055,9,17031,23,11 +1056,9,17031,23,5 +1057,9,17031,23,47 +1058,9,17031,23,0 +1059,9,17031,23,3 +1060,9,17031,23,13 +1061,12,17031,23,615 +1062,9,17031,23,88 +1063,9,17031,23,10 +1064,12,17031,23,5 +1065,9,17031,23,3 +1066,9,17031,23,4 +1067,9,17031,23,56 +1068,12,17031,23,24 +1069,5,17031,23,7 +1070,5,17031,23,23 +1071,5,17031,23,5 +1072,5,17031,23,1 +1073,5,17031,23,54 +1074,5,17031,23,34 +1075,5,17031,23,25 +1076,5,17031,23,14 +1077,5,17031,23,37 +1078,5,17031,23,13 +1079,5,17031,23,17 +1080,5,17031,23,14 +1081,5,17031,23,54 +1082,5,17031,23,19 +1083,5,17031,23,6 +1084,5,17031,23,10 +1085,5,17031,23,6 +1086,5,17031,23,15 +1087,10,17031,23,12 +1088,5,17031,23,90 +1089,10,17031,23,40 +1090,5,17031,23,2 +1091,5,17031,23,28 +1092,10,17031,23,53 +1093,10,17031,23,12 +1094,10,17031,23,88 +1095,10,17031,23,50 +1096,10,17031,23,21 +1097,10,17031,23,3 +1098,5,17031,23,45 +1099,10,17031,23,12 +1100,10,17031,23,24 +1101,10,17031,23,4 +1102,10,17031,23,2 +1103,10,17031,23,24 +1104,10,17031,23,78 +1105,10,17031,23,7 +1106,10,17031,23,2 +1107,10,17031,23,75 +1108,10,17031,23,20 +1109,10,17031,23,4 +1110,10,17031,23,4 +1111,10,17031,23,5 +1112,10,17031,23,19 +1113,10,17031,23,34 +1114,10,17031,23,14 +1115,10,17031,23,1 +1116,10,17031,23,7 +1117,10,17031,23,105 +1118,10,17031,23,44 +1119,10,17031,23,19 +1120,10,17031,23,8 +1121,10,17031,23,25 +1122,10,17031,23,44 +1123,10,17031,23,54 +1124,10,17031,23,68 +1125,10,17031,23,246 +1126,10,17031,23,14 +1127,10,17031,23,12 +1128,10,17031,23,216 +1129,10,17031,23,16 +1130,10,17031,23,5 +1131,10,17031,23,6 +1132,10,17031,23,28 +1133,10,17031,23,29 +1134,10,17031,23,179 +1135,10,17031,23,144 +1136,10,17031,23,7 +1137,10,17031,23,11 +1138,10,17031,23,4 +1139,10,17031,23,90 +1140,10,17031,23,31 +1141,10,17031,23,22 +1142,10,17031,23,31 +1143,10,17031,23,49 +1144,10,17031,23,102 +1145,10,17031,23,23 +1146,10,17031,23,15 +1147,10,17031,23,44 +1148,10,17031,23,178 +1149,10,17031,23,49 +1150,10,17031,23,937 +1151,10,17031,23,38 +1152,10,17031,23,140 +1153,10,17031,23,92 +1154,10,17031,23,20 +1155,10,17031,23,5 +1156,10,17031,23,5 +1157,10,17031,23,16 +1158,10,17031,23,31 +1159,10,17031,23,224 +1160,10,17031,23,18 +1161,10,17031,23,4 +1162,10,17031,23,70 +1163,10,17031,23,22 +1164,10,17031,23,2 +1165,10,17031,23,6 +1166,10,17031,23,10 +1167,10,17031,23,116 +1168,10,17031,23,73 +1169,10,17031,23,36 +1170,10,17031,23,4 +1171,11,17031,23,5 +1172,11,17031,23,6 +1173,11,17031,23,9 +1174,11,17031,23,69 +1175,11,17031,23,0 +1176,11,17031,23,44 +1177,11,17031,23,13 +1178,11,17031,23,18 +1179,11,17031,23,0 +1180,11,17031,23,4 +1181,11,17031,23,8 +1182,11,17031,23,18 +1183,12,17031,23,63 +1184,12,17031,23,10 +1185,12,17031,23,49 +1186,12,17031,23,32 +1187,12,17031,23,10 +1188,13,17031,23,41 +1189,12,17031,23,20 +1190,13,17031,23,1 +1191,12,17031,23,489 +1192,12,17031,23,303 +1193,12,17031,23,37 +1194,12,17031,23,41 +1195,12,17031,23,109 +1196,12,17031,23,24 +1197,12,17031,23,51 +1198,12,17031,23,4 +1199,12,17031,23,20 +1200,12,17031,23,44 +1201,12,17031,23,3 +1202,12,17031,23,15 +1203,12,17031,23,25 +1204,12,17031,23,22 +1205,12,17031,23,17 +1206,12,17031,23,7 +1207,12,17031,23,14 +1208,12,17031,23,113 +1209,12,17031,23,53 +1210,12,17031,23,4 +1211,12,17031,23,41 +1212,12,17031,23,45 +1213,12,17031,23,15 +1214,12,17031,23,48 +1215,12,17031,23,17 +1216,12,17031,23,31 +1217,12,17031,23,145 +1218,12,17031,23,60 +1219,12,17031,23,37 +1220,12,17031,23,11 +1221,12,17031,23,1 +1222,12,17031,23,41 +1223,12,17031,23,180 +1224,12,17031,23,48 +1225,12,17031,23,17 +1226,12,17031,23,12 +1227,12,17031,23,4 +1228,12,17031,23,21 +1229,15,17031,23,117 +1230,15,17031,23,31 +1231,15,17031,23,18 +1232,15,17031,23,178 +1233,15,17031,23,27 +1234,15,17031,23,33 +1235,15,17031,23,31 +1236,15,17031,23,83 +1237,15,17031,23,128 +1238,15,17031,23,93 +1239,15,17031,23,12 +1240,15,17031,23,21 +1241,15,17031,23,25 +1242,15,17031,23,3 +1243,15,17031,23,0 +1244,15,17031,23,17 +1245,15,17031,23,8 +1246,15,17031,23,1 +1247,15,17031,23,15 +1248,15,17031,23,24 +1249,15,17031,23,8 +1250,15,17031,23,68 +1251,15,17031,23,304 +1252,15,17031,23,29 +1253,15,17031,23,20 +1254,15,17031,23,53 +1255,15,17031,23,83 +1256,15,17031,23,68 +1257,15,17031,23,153 +1258,15,17031,23,4 +1259,15,17031,23,1 +1260,15,17031,23,0 +1261,15,17031,23,14 +1262,15,17031,23,3 +1263,15,17031,23,3 +1264,15,17031,23,21 +1265,15,17031,23,54 +1266,15,17031,23,7 +1267,15,17031,23,8 +1268,15,17031,23,92 +1269,15,17031,23,418 +1270,15,17031,23,47 +1271,15,17031,23,23 +1272,15,17031,23,54 +1273,15,17031,23,6 +1274,15,17031,23,39 +1275,15,17031,23,7 +1276,15,17031,23,4 +1277,15,17031,23,6 +1278,15,17031,23,130 +1279,15,17031,23,30 +1280,15,17031,23,5 +1281,15,17031,23,9 +1282,15,17031,23,19 +1283,15,17031,23,31 +1284,15,17031,23,40 +1285,15,17031,23,8 +1286,15,17031,23,11 +1287,15,17031,23,332 +1288,15,17031,23,82 +1289,15,17031,23,122 +1290,15,17031,23,377 +1291,15,17031,23,63 +1292,15,17031,23,9 +1293,15,17031,23,77 +1294,15,17031,23,333 +1295,15,17031,23,25 +1296,15,17031,23,24 +1297,15,17031,23,109 +1298,15,17031,23,39 +1299,15,17031,23,21 +1300,15,17031,23,4 +1301,15,17031,23,1 +1302,15,17031,23,37 +1303,15,17031,23,25 +1304,15,17031,23,1 +1305,15,17031,23,14 +1306,15,17031,23,12 +1307,15,17031,23,1 +1308,15,17031,23,3 +1309,15,17031,23,6 +1310,15,17031,23,42 +1311,15,17031,23,17 +1312,15,17031,23,46 +1313,16,17031,23,1 +1314,16,17031,23,5 +1315,16,17031,23,8 +1316,16,17031,23,15 +1317,16,17031,23,13 +1318,16,17031,23,51 +1319,16,17031,23,43 +1320,16,17031,23,15 +1321,16,17031,23,10 +1322,16,17031,23,7 +1323,16,17031,23,33 +1324,16,17031,23,7 +1325,16,17031,23,12 +1326,16,17031,23,13 +1327,16,17031,23,19 +1328,16,17031,23,88 +1329,16,17031,23,18 +1330,16,17031,23,6 +1331,16,17031,23,32 +1332,16,17031,23,42 +1333,16,17031,23,33 +1334,16,17031,23,96 +1335,16,17031,23,16 +1336,16,17031,23,24 +1337,16,17031,23,19 +1338,16,17031,23,10 +1339,16,17031,23,24 +1340,16,17031,23,19 +1341,16,17031,23,11 +1342,16,17031,23,20 +1343,16,17031,23,27 +1344,16,17031,23,31 +1345,16,17031,23,5 +1346,16,17031,23,12 +1347,16,17031,23,18 +1348,16,17031,23,29 +1349,16,17031,23,11 +1350,16,17031,23,49 +1351,16,17031,23,26 +1352,16,17031,23,3 +1353,16,17031,23,13 +1354,16,17031,23,71 +1355,16,17031,23,73 +1356,16,17031,23,9 +1357,16,17031,23,4 +1358,16,17031,23,8 +1359,16,17031,23,24 +1360,16,17031,23,23 +1361,16,17031,23,10 +1362,18,17031,23,41 +1363,18,17031,23,73 +1364,18,17031,23,186 +1365,18,17031,23,243 +1366,18,17031,23,5 +1367,18,17031,23,157 +1368,18,17031,23,339 +1369,18,17031,23,42 +1370,18,17031,23,93 +1371,18,17031,23,125 +1372,18,17031,23,7 +1373,18,17031,23,68 +1374,18,17031,23,6 +1375,18,17031,23,20 +1376,18,17031,23,30 +1377,18,17031,23,1 +1378,18,17031,23,206 +1379,18,17031,23,6 +1380,18,17031,23,501 +1381,18,17031,23,420 +1382,18,17031,23,111 +1383,18,17031,23,17 +1384,18,17031,23,32 +1385,18,17031,23,143 +1386,18,17031,23,72 +1387,18,17031,23,11 +1388,18,17031,23,15 +1389,18,17031,23,27 +1390,18,17031,23,104 +1391,18,17031,23,32 +1392,18,17031,23,322 +1393,18,17031,23,26 +1394,18,17031,23,80 +1395,18,17031,23,5 +1396,18,17031,23,1 +1397,18,17031,23,69 +1398,18,17031,23,211 +1399,18,17031,23,121 +1400,18,17031,23,102 +1401,18,17031,23,105 +1402,18,17031,23,35 +1403,18,17031,23,111 +1404,18,17031,23,9 +1405,18,17031,23,36 +1406,18,17031,23,131 +1407,18,17031,23,3 +1408,18,17031,23,325 +1409,18,17031,23,20 +1410,18,17031,23,28 +1411,18,17031,23,64 +1412,18,17031,23,104 +1413,18,17031,23,5 +1414,18,17031,23,91 +1415,18,17031,23,41 +1416,19,17031,23,32 +1417,19,17031,23,18 +1418,19,17031,23,71 +1419,19,17031,23,58 +1420,19,17031,23,34 +1421,19,17031,23,40 +1422,19,17031,23,14 +1423,19,17031,23,0 +1424,19,17031,23,5 +1425,19,17031,23,11 +1426,19,17031,23,19 +1427,19,17031,23,11 +1428,19,17031,23,11 +1429,19,17031,23,7 +1430,19,17031,23,11 +1431,19,17031,23,14 +1432,19,17031,23,5 +1433,19,17031,23,40 +1434,19,17031,23,13 +1435,19,17031,23,40 +1436,19,17031,23,26 +1437,19,17031,23,1 +1438,19,17031,23,56 +1439,19,17031,23,27 +1440,19,17031,23,27 +1441,21,17031,23,107 +1442,21,17031,23,28 +1443,21,17031,23,395 +1444,21,17031,23,123 +1445,21,17031,23,43 +1446,21,17031,23,4 +1447,22,17031,23,66 +1448,22,17031,23,23 +1449,22,17031,23,24 +1450,22,17031,23,6 +1451,22,17031,23,183 +1452,22,17031,23,25 +1453,22,17031,23,18 +1454,22,17031,23,2 +1455,22,17031,23,5 +1456,22,17031,23,4 +1457,22,17031,23,15 +1458,22,17031,23,812 +1459,22,17031,23,0 +1460,22,17031,23,2 +1461,22,17031,23,41 +1462,22,17031,23,16 +1463,22,17031,23,43 +1464,22,17031,23,205 +1465,22,17031,23,7 +1466,22,17031,23,163 +1467,22,17031,23,14 +1468,22,17031,23,49 +1469,22,17031,23,5 +1470,22,17031,23,1 +1471,23,17031,23,13 +1472,23,17031,23,26 +1473,23,17031,23,41 +1474,23,17031,23,6 +1475,23,17031,23,2 +1476,23,17031,23,4 +1477,23,17031,23,35 +1478,23,17031,23,1 +1479,23,17031,23,10 +1480,23,17031,23,14 +1481,23,17031,23,2 +1482,23,17031,23,22 +1483,23,17031,23,14 +1484,23,17031,23,4 +1485,23,17031,23,20 +1486,23,17031,23,24 +1487,23,17031,23,14 +1488,23,17031,23,140 +1489,23,17031,23,28 +1490,23,17031,23,6 +1491,23,17031,23,47 +1492,23,17031,23,50 +1493,23,17031,23,6 +1494,23,17031,23,2 +1495,23,17031,23,24 +1496,23,17031,23,3 +1497,23,17031,23,0 +1498,23,17031,23,15 +1499,23,17031,23,13 +1500,23,17031,23,19 +1501,23,17031,23,27 +1502,23,17031,23,4 +1503,23,17031,23,7 +1504,23,17031,23,13 +1505,23,17031,23,20 +1506,23,17031,23,20 +1507,23,17031,23,2 +1508,23,17031,23,131 +1509,23,17031,23,20 +1510,23,17031,23,33 +1511,23,17031,23,334 +1512,23,17031,23,57 +1513,23,17031,23,59 +1514,23,17031,23,91 +1515,23,17031,23,399 +1516,23,17031,23,131 +1517,23,17031,23,0 +1518,23,17031,23,20 +1519,23,17031,23,12 +1520,23,17031,23,16 +1521,23,17031,23,1 +1522,23,17031,23,7 +1523,23,17031,23,15 +1524,23,17031,23,18 +1525,23,17031,23,24 +1526,23,17031,23,20 +1527,23,17031,23,25 +1528,23,17031,23,12 +1529,23,17031,23,4 +1530,23,17031,23,94 +1531,23,17031,23,42 +1532,23,17031,23,95 +1533,23,17031,23,3 +1534,23,17031,23,14 +1535,23,17031,23,34 +1536,23,17031,23,27 +1537,24,17031,23,13 +1538,24,17031,23,32 +1539,24,17031,23,4 +1540,24,17031,23,2 +1541,24,17031,23,92 +1542,24,17031,23,0 +1543,24,17031,23,5 +1544,24,17031,23,12 +1545,24,17031,23,0 +1546,24,17031,23,6 +1547,24,17031,23,1 +1548,24,17031,23,6 +1549,24,17031,23,21 +1550,24,17031,23,11 +1551,24,17031,23,0 +1552,25,17031,23,49 +1553,25,17031,23,18 +1554,25,17031,23,35 +1555,25,17031,23,65 +1556,25,17031,23,7 +1557,25,17031,23,1 +1558,25,17031,23,7 +1559,25,17031,23,45 +1560,25,17031,23,23 +1561,25,17031,23,200 +1562,25,17031,23,29 +1563,25,17031,23,31 +1564,25,17031,23,24 +1565,25,17031,23,67 +1566,25,17031,23,4 +1567,25,17031,23,36 +1568,25,17031,23,9 +1569,25,17031,23,33 +1570,25,17031,23,94 +1571,25,17031,23,96 +1572,25,17031,23,166 +1573,26,17031,23,20 +1574,26,17031,23,55 +1575,26,17031,23,387 +1576,26,17031,23,18 +1577,26,17031,23,144 +1578,26,17031,23,41 +1579,26,17031,23,19 +1580,26,17031,23,51 +1581,26,17031,23,80 +1582,26,17031,23,1 +1583,26,17031,23,30 +1584,26,17031,23,0 +1585,26,17031,23,3 +1586,26,17031,23,59 +1587,26,17031,23,3 +1588,26,17031,23,3 +1589,26,17031,23,3 +1590,26,17031,23,6 +1591,26,17031,23,64 +1592,26,17031,23,19 +1593,26,17031,23,35 +1594,26,17031,23,54 +1595,26,17031,23,69 +1596,26,17031,23,3 +1597,26,17031,23,6 +1598,26,17031,23,96 +1599,26,17031,23,2 +1600,26,17031,23,28 +1601,26,17031,23,57 +1602,26,17031,23,3 +1603,26,17031,23,70 +1604,26,17031,23,14 +1605,26,17031,23,7 +1606,26,17031,23,327 +1607,26,17031,23,7 +1608,26,17031,23,14 +1609,26,17031,23,1 +1610,26,17031,23,6 +1611,26,17031,23,1 +1612,26,17031,23,8 +1613,26,17031,23,33 +1614,26,17031,23,18 +1615,27,17031,23,40 +1616,27,17031,23,114 +1617,27,17031,23,30 +1618,27,17031,23,47 +1619,27,17031,23,30 +1620,27,17031,23,92 +1621,27,17031,23,29 +1622,27,17031,23,17 +1623,27,17031,23,31 +1624,27,17031,23,30 +1625,27,17031,23,34 +1626,27,17031,23,65 +1627,27,17031,23,19 +1628,27,17031,23,12 +1629,27,17031,23,2 +1630,27,17031,23,11 +1631,27,17031,23,5 +1632,27,17031,23,48 +1633,27,17031,23,70 +1634,27,17031,23,31 +1635,27,17031,23,7 +1636,27,17031,23,32 +1637,27,17031,23,95 +1638,27,17031,23,47 +1639,27,17031,23,202 +1640,27,17031,23,55 +1641,27,17031,23,32 +1642,27,17031,23,65 +1643,27,17031,23,26 +1644,27,17031,23,305 +1645,27,17031,23,59 +1646,27,17031,23,73 +1647,27,17031,23,3 +1648,27,17031,23,55 +1649,27,17031,23,81 +1650,27,17031,23,165 +1651,27,17031,23,8 +1652,27,17031,23,125 +1653,27,17031,23,10 +1654,27,17031,23,60 +1655,27,17031,23,43 +1656,27,17031,23,2 +1657,27,17031,23,14 +1658,27,17031,23,80 +1659,27,17031,23,21 +1660,27,17031,23,11 +1661,27,17031,23,140 +1662,27,17031,23,7 +1663,27,17031,23,104 +1664,27,17031,23,11 +1665,27,17031,23,58 +1666,27,17031,23,81 +1667,28,17031,23,17 +1668,28,17031,23,78 +1669,28,17031,23,6 +1670,28,17031,23,33 +1671,28,17031,23,13 +1672,28,17031,23,3 +1673,28,17031,23,24 +1674,28,17031,23,13 +1675,28,17031,23,10 +1676,28,17031,23,24 +1677,28,17031,23,56 +1678,28,17031,23,29 +1679,28,17031,23,2 +1680,28,17031,23,17 +1681,28,17031,23,12 +1682,28,17031,23,2 +1683,28,17031,23,14 +1684,28,17031,23,0 +1685,28,17031,23,24 +1686,28,17031,23,10 +1687,28,17031,23,3 +1688,28,17031,23,22 +1689,28,17031,23,13 +1690,28,17031,23,44 +1691,28,17031,23,6 +1692,28,17031,23,1 +1693,28,17031,23,18 +1694,28,17031,23,1 +1695,28,17031,23,9 +1696,28,17031,23,24 +1697,29,17031,23,11 +1698,29,17031,23,12 +1699,29,17031,23,12 +1700,29,17031,23,15 +1701,29,17031,23,6 +1702,29,17031,23,54 +1703,29,17031,23,0 +1704,29,17031,23,26 +1705,29,17031,23,34 +1706,29,17031,23,21 +1707,29,17031,23,6 +1708,29,17031,23,8 +1709,29,17031,23,15 +1710,29,17031,23,4 +1711,29,17031,23,4 +1712,29,17031,23,10 +1713,29,17031,23,17 +1714,29,17031,23,9 +1715,29,17031,23,1 +1716,29,17031,23,17 +1717,29,17031,23,1 +1718,29,17031,23,0 +1719,29,17031,23,21 +1720,29,17031,23,26 +1721,29,17031,23,69 +1722,29,17031,23,20 +1723,29,17031,23,21 +1724,29,17031,23,58 +1725,29,17031,23,14 +1726,29,17031,23,15 +1727,29,17031,23,72 +1728,29,17031,23,203 +1729,29,17031,23,71 +1730,29,17031,23,61 +1731,29,17031,23,58 +1732,29,17031,23,23 +1733,79,17043,23,1 +1734,79,17043,23,0 +1735,77,17043,23,52 +1736,77,17043,23,205 +1737,77,17043,23,102 +1738,77,17043,23,90 +1739,77,17043,23,21 +1740,77,17043,23,108 +1741,77,17043,23,163 +1742,77,17043,23,318 +1743,77,17043,23,142 +1744,80,17043,23,412 +1745,80,17043,23,92 +1746,80,17043,23,129 +1747,80,17043,23,8 +1748,80,17043,23,40 +1749,80,17043,23,44 +1750,80,17043,23,0 +1751,80,17043,23,165 +1752,80,17043,23,43 +1753,80,17043,23,7 +1754,80,17043,23,164 +1755,80,17043,23,74 +1756,83,17043,23,7 +1757,83,17043,23,43 +1758,83,17043,23,119 +1759,83,17043,23,139 +1760,83,17043,23,267 +1761,83,17043,23,248 +1762,83,17043,23,12 +1763,83,17043,23,13 +1764,83,17043,23,6 +1765,83,17043,23,2 +1766,83,17043,23,0 +1767,83,17043,23,43 +1768,83,17043,23,187 +1769,83,17043,23,3 +1770,83,17043,23,16 +1771,83,17043,23,1 +1772,83,17043,23,6 +1773,83,17043,23,5 +1774,83,17043,23,2 +1775,83,17043,23,153 +1776,83,17043,23,7 +1777,83,17043,23,7 +1778,83,17043,23,1 +1779,83,17043,23,10 +1780,83,17043,23,19 +1781,83,17043,23,130 +1782,83,17043,23,170 +1783,83,17043,23,9 +1784,83,17043,23,64 +1785,83,17043,23,8 +1786,83,17043,23,8 +1787,83,17043,23,5 +1788,83,17043,23,43 +1789,83,17043,23,1 +1790,83,17043,23,15 +1791,83,17043,23,27 +1792,83,17043,23,0 +1793,83,17043,23,29 +1794,83,17043,23,18 +1795,83,17043,23,35 +1796,83,17043,23,74 +1797,83,17043,23,1 +1798,83,17043,23,23 +1799,83,17043,23,8 +1800,83,17043,23,17 +1801,83,17043,23,7 +1802,83,17043,23,3 +1803,83,17043,23,9 +1804,83,17043,23,0 +1805,83,17043,23,0 +1806,83,17043,23,8 +1807,83,17043,23,49 +1808,83,17043,23,16 +1809,83,17043,23,42 +1810,83,17043,23,36 +1811,83,17043,23,13 +1812,83,17043,23,50 +1813,78,17043,23,9 +1814,78,17043,23,264 +1815,78,17043,23,2 +1816,78,17043,23,46 +1817,78,17043,23,783 +1818,78,17043,23,135 +1819,78,17043,23,118 +1820,78,17043,23,9 +1821,78,17043,23,135 +1822,78,17043,23,40 +1823,78,17043,23,46 +1824,78,17043,23,245 +1825,78,17043,23,152 +1826,78,17043,23,17 +1827,78,17043,23,101 +1828,78,17043,23,69 +1829,78,17043,23,20 +1830,78,17043,23,3 +1831,78,17043,23,1 +1832,78,17043,23,12 +1833,78,17043,23,31 +1834,78,17043,23,44 +1835,78,17043,23,5 +1836,78,17043,23,0 +1837,78,17043,23,29 +1838,78,17043,23,12 +1839,78,17043,23,31 +1840,78,17043,23,10 +1841,78,17043,23,78 +1842,78,17043,23,74 +1843,78,17043,23,53 +1844,78,17043,23,4 +1845,78,17043,23,0 +1846,78,17043,23,21 +1847,78,17043,23,46 +1848,78,17043,23,105 +1849,78,17043,23,33 +1850,78,17043,23,13 +1851,78,17043,23,46 +1852,78,17043,23,16 +1853,78,17043,23,15 +1854,78,17043,23,396 +1855,81,17043,23,8 +1856,81,17043,23,378 +1857,81,17043,23,8 +1858,81,17043,23,50 +1859,81,17043,23,59 +1860,81,17043,23,82 +1861,81,17043,23,9 +1862,81,17043,23,7 +1863,81,17043,23,28 +1864,81,17043,23,7 +1865,81,17043,23,15 +1866,81,17043,23,9 +1867,81,17043,23,0 +1868,81,17043,23,31 +1869,81,17043,23,116 +1870,81,17043,23,18 +1871,81,17043,23,3 +1872,81,17043,23,3 +1873,81,17043,23,18 +1874,81,17043,23,3 +1875,81,17043,23,84 +1876,81,17043,23,65 +1877,81,17043,23,28 +1878,81,17043,23,145 +1879,81,17043,23,131 +1880,81,17043,23,7 +1881,81,17043,23,4 +1882,81,17043,23,19 +1883,81,17043,23,52 +1884,81,17043,23,17 +1885,81,17043,23,6 +1886,81,17043,23,8 +1887,81,17043,23,75 +1888,81,17043,23,38 +1889,81,17043,23,3 +1890,81,17043,23,7 +1891,81,17043,23,3 +1892,81,17043,23,0 +1893,81,17043,23,0 +1894,81,17043,23,2 +1895,81,17043,23,0 +1896,81,17043,23,101 +1897,81,17043,23,120 +1898,81,17043,23,0 +1899,81,17043,23,59 +1900,81,17043,23,0 +1901,81,17043,23,6 +1902,81,17043,23,92 +1903,81,17043,23,7 +1904,81,17043,23,64 +1905,81,17043,23,2 +1906,81,17043,23,1 +1907,81,17043,23,5 +1908,81,17043,23,24 +1909,81,17043,23,12 +1910,81,17043,23,2 +1911,81,17043,23,5 +1912,84,17043,23,71 +1913,84,17043,23,54 +1914,84,17043,23,44 +1915,84,17043,23,5 +1916,84,17043,23,24 +1917,84,17043,23,11 +1918,84,17043,23,2 +1919,84,17043,23,99 +1920,84,17043,23,66 +1921,84,17043,23,6 +1922,84,17043,23,1 +1923,84,17043,23,4 +1924,84,17043,23,37 +1925,84,17043,23,18 +1926,84,17043,23,17 +1927,84,17043,23,10 +1928,84,17043,23,21 +1929,84,17043,23,40 +1930,84,17043,23,308 +1931,84,17043,23,111 +1932,84,17043,23,120 +1933,84,17043,23,11 +1934,84,17043,23,50 +1935,84,17043,23,16 +1936,84,17043,23,8 +1937,84,17043,23,3 +1938,84,17043,23,12 +1939,84,17043,23,56 +1940,84,17043,23,14 +1941,84,17043,23,81 +1942,84,17043,23,118 +1943,84,17043,23,5 +1944,84,17043,23,13 +1945,84,17043,23,15 +1946,84,17043,23,18 +1947,84,17043,23,18 +1948,84,17043,23,36 +1949,84,17043,23,21 +1950,84,17043,23,173 +1951,84,17043,23,11 +1952,84,17043,23,7 +1953,84,17043,23,4 +1954,79,17043,23,232 +1955,79,17043,23,63 +1956,79,17043,23,79 +1957,79,17043,23,169 +1958,79,17043,23,187 +1959,79,17043,23,286 +1960,79,17043,23,35 +1961,79,17043,23,188 +1962,79,17043,23,204 +1963,79,17043,23,760 +1964,79,17043,23,9 +1965,79,17043,23,16 +1966,79,17043,23,18 +1967,79,17043,23,140 +1968,79,17043,23,76 +1969,79,17043,23,19 +1970,79,17043,23,26 +1971,79,17043,23,22 +1972,79,17043,23,0 +1973,79,17043,23,3 +1974,79,17043,23,47 +1975,79,17043,23,20 +1976,79,17043,23,8 +1977,79,17043,23,6 +1978,79,17043,23,130 +1979,79,17043,23,159 +1980,79,17043,23,8 +1981,79,17043,23,338 +1982,79,17043,23,5 +1983,79,17043,23,6 +1984,79,17043,23,22 +1985,79,17043,23,25 +1986,79,17043,23,6 +1987,79,17043,23,4 +1988,79,17043,23,52 +1989,79,17043,23,814 +1990,79,17043,23,58 +1991,79,17043,23,623 +1992,79,17043,23,418 +1993,79,17043,23,495 +1994,79,17043,23,164 +1995,79,17043,23,3 +1996,79,17043,23,1 +1997,79,17043,23,127 +1998,79,17043,23,21 +1999,79,17043,23,0 +2000,79,17043,23,12 +2001,79,17043,23,12 +2002,79,17043,23,7 +2003,82,17043,23,5 +2004,82,17043,23,71 +2005,82,17043,23,289 +2006,82,17043,23,186 +2007,82,17043,23,10 +2008,82,17043,23,11 +2009,82,17043,23,3 +2010,82,17043,23,34 +2011,82,17043,23,25 +2012,82,17043,23,2 +2013,82,17043,23,1 +2014,82,17043,23,0 +2015,82,17043,23,44 +2016,82,17043,23,49 +2017,82,17043,23,84 +2018,82,17043,23,141 +2019,82,17043,23,46 +2020,82,17043,23,11 +2021,82,17043,23,100 +2022,82,17043,23,38 +2023,82,17043,23,37 +2024,82,17043,23,139 +2025,82,17043,23,49 +2026,82,17043,23,23 +2027,82,17043,23,60 +2028,82,17043,23,104 +2029,82,17043,23,103 +2030,82,17043,23,40 +2031,82,17043,23,11 +2032,82,17043,23,7 +2033,82,17043,23,58 +2034,82,17043,23,133 +2035,82,17043,23,359 +2036,82,17043,23,501 +2037,82,17043,23,102 +2038,82,17043,23,38 +2039,82,17043,23,27 +2040,82,17043,23,13 +2041,82,17043,23,105 +2042,82,17043,23,22 +2043,82,17043,23,82 +2044,82,17043,23,26 +2045,82,17043,23,266 +2046,82,17043,23,22 +2047,82,17043,23,4 +2048,82,17043,23,19 +2049,82,17043,23,39 +2050,82,17043,23,9 +2051,85,17043,23,55 +2052,85,17043,23,42 +2053,85,17043,23,42 +2054,85,17043,23,18 +2055,85,17043,23,56 +2056,85,17043,23,46 +2057,85,17043,23,212 +2058,85,17043,23,43 +2059,85,17043,23,101 +2060,85,17043,23,15 +2061,85,17043,23,123 +2062,85,17043,23,31 +2063,85,17043,23,42 +2064,85,17043,23,17 +2065,85,17043,23,86 +2066,85,17043,23,7 +2067,85,17043,23,10 +2068,85,17043,23,137 +2069,85,17043,23,4 +2070,85,17043,23,4 +2071,85,17043,23,1 +2072,85,17043,23,12 +2073,85,17043,23,6 +2074,85,17043,23,38 +2075,85,17043,23,0 +2076,85,17043,23,0 +2077,85,17043,23,11 +2078,85,17043,23,8 +2079,85,17043,23,16 +2080,85,17043,23,8 +2081,85,17043,23,36 +2082,85,17043,23,1 +2083,85,17043,23,0 +2084,85,17043,23,17 +2085,85,17043,23,144 +2086,85,17043,23,11 +2087,85,17043,23,6 +2088,85,17043,23,3 +2089,85,17043,23,89 +2090,85,17043,23,8 +2091,85,17043,23,3 +2092,85,17043,23,2 +2093,85,17043,23,1 +2094,85,17043,23,7 +2095,85,17043,23,18 +2096,85,17043,23,0 +2097,85,17043,23,21 +2098,85,17043,23,17 +2099,85,17043,23,17 +2100,85,17043,23,110 +2101,85,17043,23,63 +2102,85,17043,23,7 +2103,85,17043,23,66 +2104,85,17043,23,5 +2105,85,17043,23,47 +2106,85,17043,23,211 +2107,85,17043,23,3 +2108,86,17043,23,136 +2109,86,17043,23,2 +2110,86,17043,23,69 +2111,86,17043,23,136 +2112,62,17089,23,3 +2113,62,17089,23,186 +2114,62,17089,23,69 +2115,62,17089,23,88 +2116,65,17089,23,7 +2117,65,17089,23,41 +2118,65,17089,23,9 +2119,65,17089,23,3 +2120,68,17089,23,8 +2121,68,17089,23,15 +2122,68,17089,23,43 +2123,68,17089,23,17 +2124,71,17089,23,3 +2125,71,17089,23,7 +2126,71,17089,23,5 +2127,71,17089,23,47 +2128,74,17089,23,10 +2129,74,17089,23,14 +2130,74,17089,23,19 +2131,74,17089,23,65 +2132,63,17089,23,181 +2133,63,17089,23,24 +2134,63,17089,23,14 +2135,63,17089,23,269 +2136,66,17089,23,13 +2137,66,17089,23,74 +2138,66,17089,23,23 +2139,66,17089,23,28 +2140,69,17089,23,100 +2141,69,17089,23,23 +2142,69,17089,23,32 +2143,69,17089,23,139 +2144,72,17089,23,205 +2145,72,17089,23,134 +2146,72,17089,23,42 +2147,72,17089,23,15 +2148,75,17089,23,105 +2149,75,17089,23,47 +2150,75,17089,23,34 +2151,75,17089,23,20 +2152,75,17089,23,2 +2153,75,17089,23,5 +2154,75,17089,23,1 +2155,75,17089,23,14 +2156,75,17089,23,1 +2157,75,17089,23,3 +2158,64,17089,23,57 +2159,64,17089,23,8 +2160,64,17089,23,19 +2161,64,17089,23,4 +2162,64,17089,23,6 +2163,64,17089,23,5 +2164,64,17089,23,136 +2165,64,17089,23,55 +2166,64,17089,23,16 +2167,64,17089,23,16 +2168,64,17089,23,176 +2169,64,17089,23,39 +2170,64,17089,23,46 +2171,64,17089,23,10 +2172,64,17089,23,30 +2173,64,17089,23,240 +2174,64,17089,23,218 +2175,64,17089,23,5 +2176,64,17089,23,224 +2177,64,17089,23,13 +2178,64,17089,23,260 +2179,67,17089,23,171 +2180,67,17089,23,63 +2181,67,17089,23,122 +2182,67,17089,23,11 +2183,67,17089,23,233 +2184,67,17089,23,22 +2185,67,17089,23,5 +2186,67,17089,23,77 +2187,67,17089,23,80 +2188,67,17089,23,17 +2189,67,17089,23,15 +2190,67,17089,23,9 +2191,67,17089,23,4 +2192,67,17089,23,10 +2193,67,17089,23,3 +2194,67,17089,23,80 +2195,67,17089,23,1 +2196,67,17089,23,115 +2197,67,17089,23,44 +2198,67,17089,23,0 +2199,67,17089,23,32 +2200,67,17089,23,5 +2201,67,17089,23,1 +2202,67,17089,23,2 +2203,67,17089,23,1 +2204,67,17089,23,8 +2205,67,17089,23,7 +2206,67,17089,23,3 +2207,67,17089,23,16 +2208,67,17089,23,30 +2209,67,17089,23,42 +2210,67,17089,23,2 +2211,67,17089,23,5 +2212,67,17089,23,0 +2213,67,17089,23,10 +2214,67,17089,23,85 +2215,67,17089,23,4 +2216,67,17089,23,32 +2217,67,17089,23,195 +2218,67,17089,23,65 +2219,67,17089,23,48 +2220,67,17089,23,52 +2221,70,17089,23,81 +2222,70,17089,23,47 +2223,70,17089,23,64 +2224,70,17089,23,5 +2225,70,17089,23,15 +2226,70,17089,23,9 +2227,70,17089,23,164 +2228,70,17089,23,213 +2229,70,17089,23,125 +2230,70,17089,23,4 +2231,70,17089,23,2 +2232,70,17089,23,6 +2233,70,17089,23,26 +2234,70,17089,23,67 +2235,70,17089,23,64 +2236,70,17089,23,110 +2237,70,17089,23,78 +2238,70,17089,23,150 +2239,73,17089,23,48 +2240,73,17089,23,15 +2241,73,17089,23,85 +2242,73,17089,23,22 +2243,73,17089,23,12 +2244,73,17089,23,90 +2245,73,17089,23,26 +2246,73,17089,23,259 +2247,73,17089,23,63 +2248,73,17089,23,14 +2249,73,17089,23,5 +2250,73,17089,23,228 +2251,73,17089,23,97 +2252,73,17089,23,7 +2253,73,17089,23,127 +2254,73,17089,23,13 +2255,73,17089,23,127 +2256,73,17089,23,137 +2257,76,17089,23,13 +2258,76,17089,23,57 +2259,76,17089,23,131 +2260,76,17089,23,29 +2261,76,17089,23,16 +2262,76,17089,23,28 +2263,76,17089,23,10 +2264,76,17089,23,16 +2265,76,17089,23,90 +2266,76,17089,23,43 +2267,76,17089,23,103 +2268,76,17089,23,75 +2269,76,17089,23,62 +2270,76,17089,23,37 +2271,76,17089,23,44 +2272,76,17089,23,70 +2273,76,17089,23,25 +2274,76,17089,23,324 +2275,76,17089,23,15 +2276,76,17089,23,9 +2277,76,17089,23,51 +2278,76,17089,23,4 +2279,76,17089,23,7 +2280,76,17089,23,20 +2281,76,17089,23,53 +2282,76,17089,23,18 +2283,76,17089,23,215 +2284,76,17089,23,44 +2285,76,17089,23,171 +2286,76,17089,23,12 +2287,76,17089,23,87 +2288,76,17089,23,27 +2289,76,17089,23,8 +2290,76,17089,23,3 +2291,76,17089,23,36 +2292,76,17089,23,15 +2293,76,17089,23,37 +2294,76,17089,23,0 +2295,76,17089,23,1 +2296,76,17089,23,3 +2297,76,17089,23,1 +2298,76,17089,23,8 +2299,76,17089,23,34 +2300,76,17089,23,7 +2301,76,17089,23,2 +2302,76,17089,23,11 +2303,76,17089,23,1 +2304,76,17089,23,0 +2305,110,17093,23,9 +2306,110,17093,23,23 +2307,111,17093,23,34 +2308,111,17093,23,78 +2309,112,17093,23,44 +2310,112,17093,23,19 +2311,112,17093,23,32 +2312,112,17093,23,107 +2313,112,17093,23,333 +2314,110,17093,23,31 +2315,110,17093,23,60 +2316,111,17093,23,165 +2317,111,17093,23,26 +2318,112,17093,23,94 +2319,112,17093,23,23 +2320,113,17093,23,59 +2321,114,17093,23,163 +2322,115,17093,23,49 +2323,116,17093,23,30 +2324,117,17093,23,51 +2325,118,17093,23,69 +2326,46,17097,23,7 +2327,46,17097,23,23 +2328,46,17097,23,1 +2329,46,17097,23,32 +2330,46,17097,23,23 +2331,46,17097,23,39 +2332,50,17097,23,143 +2333,50,17097,23,34 +2334,50,17097,23,39 +2335,50,17097,23,58 +2336,50,17097,23,56 +2337,50,17097,23,25 +2338,54,17097,23,40 +2339,54,17097,23,262 +2340,54,17097,23,68 +2341,54,17097,23,412 +2342,54,17097,23,20 +2343,54,17097,23,147 +2344,58,17097,23,8 +2345,58,17097,23,8 +2346,58,17097,23,412 +2347,58,17097,23,7 +2348,58,17097,23,161 +2349,58,17097,23,380 +2350,47,17097,23,212 +2351,47,17097,23,13 +2352,47,17097,23,16 +2353,47,17097,23,34 +2354,47,17097,23,24 +2355,47,17097,23,5 +2356,47,17097,23,57 +2357,47,17097,23,64 +2358,47,17097,23,21 +2359,51,17097,23,42 +2360,51,17097,23,152 +2361,51,17097,23,41 +2362,51,17097,23,8 +2363,51,17097,23,54 +2364,51,17097,23,14 +2365,51,17097,23,34 +2366,51,17097,23,23 +2367,51,17097,23,26 +2368,51,17097,23,12 +2369,51,17097,23,42 +2370,51,17097,23,31 +2371,51,17097,23,43 +2372,51,17097,23,52 +2373,51,17097,23,67 +2374,51,17097,23,88 +2375,51,17097,23,48 +2376,51,17097,23,7 +2377,55,17097,23,17 +2378,55,17097,23,58 +2379,55,17097,23,76 +2380,55,17097,23,5 +2381,55,17097,23,9 +2382,55,17097,23,50 +2383,55,17097,23,11 +2384,55,17097,23,25 +2385,55,17097,23,65 +2386,59,17097,23,39 +2387,59,17097,23,113 +2388,59,17097,23,14 +2389,59,17097,23,121 +2390,59,17097,23,425 +2391,59,17097,23,43 +2392,59,17097,23,17 +2393,59,17097,23,125 +2394,59,17097,23,32 +2395,48,17097,23,56 +2396,48,17097,23,53 +2397,48,17097,23,12 +2398,48,17097,23,120 +2399,52,17097,23,17 +2400,52,17097,23,20 +2401,52,17097,23,117 +2402,52,17097,23,33 +2403,52,17097,23,17 +2404,52,17097,23,9 +2405,52,17097,23,27 +2406,52,17097,23,75 +2407,52,17097,23,31 +2408,52,17097,23,80 +2409,52,17097,23,87 +2410,52,17097,23,36 +2411,52,17097,23,98 +2412,52,17097,23,14 +2413,52,17097,23,36 +2414,52,17097,23,49 +2415,52,17097,23,21 +2416,52,17097,23,53 +2417,52,17097,23,49 +2418,52,17097,23,1 +2419,52,17097,23,4 +2420,56,17097,23,95 +2421,56,17097,23,18 +2422,56,17097,23,308 +2423,56,17097,23,10 +2424,56,17097,23,31 +2425,56,17097,23,87 +2426,56,17097,23,4 +2427,56,17097,23,0 +2428,56,17097,23,30 +2429,56,17097,23,83 +2430,56,17097,23,12 +2431,56,17097,23,10 +2432,56,17097,23,479 +2433,56,17097,23,64 +2434,56,17097,23,336 +2435,56,17097,23,206 +2436,56,17097,23,153 +2437,56,17097,23,75 +2438,56,17097,23,3 +2439,56,17097,23,41 +2440,56,17097,23,2 +2441,56,17097,23,28 +2442,56,17097,23,37 +2443,56,17097,23,364 +2444,60,17097,23,33 +2445,60,17097,23,6 +2446,60,17097,23,53 +2447,60,17097,23,1 +2448,60,17097,23,8 +2449,60,17097,23,139 +2450,60,17097,23,27 +2451,60,17097,23,26 +2452,60,17097,23,18 +2453,60,17097,23,18 +2454,60,17097,23,125 +2455,60,17097,23,49 +2456,60,17097,23,15 +2457,60,17097,23,120 +2458,60,17097,23,28 +2459,60,17097,23,119 +2460,60,17097,23,377 +2461,60,17097,23,29 +2462,60,17097,23,41 +2463,60,17097,23,218 +2464,60,17097,23,63 +2465,60,17097,23,29 +2466,60,17097,23,6 +2467,60,17097,23,21 +2468,49,17097,23,13 +2469,49,17097,23,22 +2470,49,17097,23,6 +2471,49,17097,23,9 +2472,49,17097,23,50 +2473,49,17097,23,51 +2474,49,17097,23,52 +2475,49,17097,23,39 +2476,49,17097,23,64 +2477,53,17097,23,7 +2478,53,17097,23,36 +2479,53,17097,23,1 +2480,53,17097,23,1 +2481,53,17097,23,17 +2482,53,17097,23,12 +2483,53,17097,23,3 +2484,53,17097,23,3 +2485,53,17097,23,0 +2486,53,17097,23,15 +2487,53,17097,23,0 +2488,53,17097,23,10 +2489,53,17097,23,0 +2490,53,17097,23,1 +2491,53,17097,23,16 +2492,53,17097,23,13 +2493,53,17097,23,5 +2494,53,17097,23,10 +2495,53,17097,23,12 +2496,53,17097,23,10 +2497,53,17097,23,1 +2498,53,17097,23,16 +2499,53,17097,23,3 +2500,53,17097,23,3 +2501,53,17097,23,7 +2502,53,17097,23,54 +2503,53,17097,23,93 +2504,53,17097,23,7 +2505,53,17097,23,39 +2506,53,17097,23,29 +2507,53,17097,23,108 +2508,53,17097,23,1 +2509,53,17097,23,12 +2510,53,17097,23,4 +2511,53,17097,23,19 +2512,53,17097,23,4 +2513,53,17097,23,32 +2514,53,17097,23,8 +2515,53,17097,23,0 +2516,53,17097,23,19 +2517,53,17097,23,3 +2518,53,17097,23,0 +2519,53,17097,23,1 +2520,53,17097,23,4 +2521,53,17097,23,1 +2522,53,17097,23,14 +2523,53,17097,23,0 +2524,53,17097,23,2 +2525,53,17097,23,11 +2526,53,17097,23,17 +2527,53,17097,23,17 +2528,53,17097,23,1 +2529,57,17097,23,24 +2530,57,17097,23,26 +2531,57,17097,23,26 +2532,57,17097,23,16 +2533,57,17097,23,1 +2534,57,17097,23,6 +2535,57,17097,23,4 +2536,57,17097,23,10 +2537,57,17097,23,1 +2538,57,17097,23,28 +2539,57,17097,23,10 +2540,57,17097,23,0 +2541,57,17097,23,162 +2542,57,17097,23,35 +2543,57,17097,23,26 +2544,57,17097,23,2 +2545,57,17097,23,0 +2546,57,17097,23,8 +2547,57,17097,23,4 +2548,57,17097,23,2 +2549,57,17097,23,18 +2550,57,17097,23,0 +2551,61,17097,23,1 +2552,61,17097,23,0 +2553,61,17097,23,4 +2554,61,17097,23,2 +2555,61,17097,23,26 +2556,61,17097,23,4 +2557,61,17097,23,24 +2558,61,17097,23,9 +2559,61,17097,23,77 +2560,61,17097,23,6 +2561,61,17097,23,109 +2562,61,17097,23,2 +2563,61,17097,23,57 +2564,61,17097,23,15 +2565,61,17097,23,1 +2566,61,17097,23,25 +2567,61,17097,23,8 +2568,61,17097,23,13 +2569,61,17097,23,25 +2570,61,17097,23,7 +2571,61,17097,23,150 +2572,61,17097,23,0 +2573,61,17097,23,18 +2574,61,17097,23,25 +2575,61,17097,23,105 +2576,61,17097,23,10 +2577,61,17097,23,0 +2578,61,17097,23,77 +2579,61,17097,23,9 +2580,61,17097,23,156 +2581,61,17097,23,6 +2582,61,17097,23,26 +2583,61,17097,23,11 +2584,30,17111,23,4 +2585,30,17111,23,11 +2586,30,17111,23,21 +2587,30,17111,23,128 +2588,34,17111,23,26 +2589,34,17111,23,110 +2590,34,17111,23,3 +2591,34,17111,23,13 +2592,38,17111,23,1 +2593,38,17111,23,9 +2594,38,17111,23,10 +2595,38,17111,23,197 +2596,42,17111,23,6 +2597,42,17111,23,35 +2598,42,17111,23,3 +2599,42,17111,23,16 +2600,31,17111,23,17 +2601,31,17111,23,26 +2602,31,17111,23,13 +2603,31,17111,23,7 +2604,35,17111,23,7 +2605,35,17111,23,6 +2606,35,17111,23,5 +2607,35,17111,23,152 +2608,39,17111,23,7 +2609,39,17111,23,16 +2610,39,17111,23,24 +2611,39,17111,23,20 +2612,43,17111,23,368 +2613,43,17111,23,14 +2614,43,17111,23,12 +2615,43,17111,23,49 +2616,32,17111,23,34 +2617,32,17111,23,10 +2618,32,17111,23,7 +2619,32,17111,23,10 +2620,36,17111,23,3 +2621,36,17111,23,24 +2622,36,17111,23,246 +2623,36,17111,23,6 +2624,40,17111,23,93 +2625,40,17111,23,6 +2626,40,17111,23,35 +2627,40,17111,23,15 +2628,40,17111,23,44 +2629,40,17111,23,3 +2630,40,17111,23,56 +2631,40,17111,23,53 +2632,40,17111,23,73 +2633,40,17111,23,10 +2634,40,17111,23,4 +2635,40,17111,23,26 +2636,44,17111,23,13 +2637,44,17111,23,2 +2638,44,17111,23,4 +2639,44,17111,23,16 +2640,44,17111,23,2 +2641,44,17111,23,27 +2642,44,17111,23,9 +2643,44,17111,23,474 +2644,44,17111,23,61 +2645,33,17111,23,92 +2646,33,17111,23,11 +2647,33,17111,23,5 +2648,33,17111,23,13 +2649,33,17111,23,287 +2650,33,17111,23,6 +2651,33,17111,23,110 +2652,37,17111,23,44 +2653,37,17111,23,146 +2654,37,17111,23,43 +2655,37,17111,23,43 +2656,37,17111,23,23 +2657,37,17111,23,18 +2658,37,17111,23,347 +2659,37,17111,23,67 +2660,37,17111,23,3 +2661,37,17111,23,123 +2662,37,17111,23,152 +2663,37,17111,23,34 +2664,41,17111,23,4 +2665,41,17111,23,12 +2666,41,17111,23,144 +2667,41,17111,23,115 +2668,41,17111,23,30 +2669,41,17111,23,49 +2670,41,17111,23,47 +2671,41,17111,23,5 +2672,41,17111,23,26 +2673,41,17111,23,8 +2674,41,17111,23,29 +2675,41,17111,23,135 +2676,41,17111,23,188 +2677,41,17111,23,92 +2678,41,17111,23,39 +2679,45,17111,23,19 +2680,45,17111,23,35 +2681,45,17111,23,25 +2682,45,17111,23,38 +2683,45,17111,23,76 +2684,45,17111,23,4 +2685,45,17111,23,1 +2686,45,17111,23,48 +2687,45,17111,23,61 +2688,45,17111,23,144 +2689,45,17111,23,156 +2690,45,17111,23,151 +2691,45,17111,23,7 +2692,45,17111,23,44 +2693,45,17111,23,212 +2694,45,17111,23,39 +2695,45,17111,23,315 +2696,45,17111,23,67 +2697,45,17111,23,6 +2698,45,17111,23,20 +2699,45,17111,23,18 +2700,45,17111,23,134 +2701,45,17111,23,42 +2702,45,17111,23,4 +2703,87,17197,23,434 +2704,87,17197,23,104 +2705,87,17197,23,60 +2706,87,17197,23,22 +2707,87,17197,23,61 +2708,87,17197,23,67 +2709,87,17197,23,17 +2710,87,17197,23,413 +2711,87,17197,23,8 +2712,89,17197,23,33 +2713,89,17197,23,225 +2714,89,17197,23,38 +2715,89,17197,23,25 +2716,89,17197,23,88 +2717,89,17197,23,41 +2718,89,17197,23,29 +2719,89,17197,23,47 +2720,89,17197,23,75 +2721,92,17197,23,14 +2722,92,17197,23,119 +2723,92,17197,23,60 +2724,92,17197,23,9 +2725,92,17197,23,329 +2726,92,17197,23,0 +2727,92,17197,23,4 +2728,92,17197,23,20 +2729,92,17197,23,37 +2730,92,17197,23,3 +2731,92,17197,23,76 +2732,92,17197,23,91 +2733,96,17197,23,192 +2734,96,17197,23,70 +2735,96,17197,23,29 +2736,96,17197,23,41 +2737,102,17197,23,22 +2738,102,17197,23,3 +2739,102,17197,23,12 +2740,102,17197,23,165 +2741,108,17197,23,16 +2742,108,17197,23,8 +2743,108,17197,23,9 +2744,108,17197,23,5 +2745,88,17197,23,55 +2746,88,17197,23,2 +2747,88,17197,23,4 +2748,88,17197,23,53 +2749,88,17197,23,25 +2750,88,17197,23,51 +2751,88,17197,23,40 +2752,88,17197,23,28 +2753,88,17197,23,5 +2754,88,17197,23,72 +2755,88,17197,23,7 +2756,88,17197,23,369 +2757,88,17197,23,82 +2758,88,17197,23,36 +2759,88,17197,23,381 +2760,88,17197,23,94 +2761,88,17197,23,175 +2762,88,17197,23,132 +2763,88,17197,23,7 +2764,88,17197,23,465 +2765,88,17197,23,63 +2766,90,17197,23,71 +2767,90,17197,23,39 +2768,90,17197,23,31 +2769,90,17197,23,98 +2770,90,17197,23,64 +2771,90,17197,23,147 +2772,90,17197,23,52 +2773,90,17197,23,3 +2774,90,17197,23,49 +2775,90,17197,23,69 +2776,90,17197,23,8 +2777,90,17197,23,31 +2778,90,17197,23,85 +2779,90,17197,23,30 +2780,90,17197,23,19 +2781,93,17197,23,4 +2782,93,17197,23,13 +2783,93,17197,23,7 +2784,93,17197,23,4 +2785,93,17197,23,21 +2786,93,17197,23,109 +2787,93,17197,23,13 +2788,93,17197,23,0 +2789,93,17197,23,0 +2790,93,17197,23,13 +2791,93,17197,23,16 +2792,93,17197,23,16 +2793,93,17197,23,134 +2794,93,17197,23,28 +2795,93,17197,23,9 +2796,93,17197,23,1 +2797,93,17197,23,7 +2798,93,17197,23,22 +2799,93,17197,23,27 +2800,93,17197,23,43 +2801,93,17197,23,1 +2802,93,17197,23,26 +2803,93,17197,23,15 +2804,93,17197,23,3 +2805,93,17197,23,1 +2806,93,17197,23,0 +2807,93,17197,23,27 +2808,93,17197,23,258 +2809,93,17197,23,14 +2810,93,17197,23,135 +2811,93,17197,23,34 +2812,93,17197,23,22 +2813,93,17197,23,24 +2814,93,17197,23,43 +2815,93,17197,23,54 +2816,93,17197,23,84 +2817,93,17197,23,21 +2818,93,17197,23,10 +2819,93,17197,23,5 +2820,93,17197,23,9 +2821,93,17197,23,5 +2822,93,17197,23,0 +2823,93,17197,23,0 +2824,93,17197,23,34 +2825,93,17197,23,120 +2826,97,17197,23,66 +2827,97,17197,23,11 +2828,97,17197,23,69 +2829,97,17197,23,5 +2830,103,17197,23,5 +2831,103,17197,23,1 +2832,103,17197,23,7 +2833,103,17197,23,4 +2834,109,17197,23,23 +2835,109,17197,23,4 +2836,109,17197,23,25 +2837,109,17197,23,6 +2838,91,17197,23,106 +2839,91,17197,23,12 +2840,91,17197,23,55 +2841,91,17197,23,40 +2842,91,17197,23,42 +2843,91,17197,23,231 +2844,91,17197,23,35 +2845,91,17197,23,2 +2846,91,17197,23,9 +2847,94,17197,23,26 +2848,94,17197,23,29 +2849,94,17197,23,5 +2850,94,17197,23,455 +2851,94,17197,23,110 +2852,94,17197,23,109 +2853,94,17197,23,47 +2854,94,17197,23,161 +2855,94,17197,23,241 +2856,98,17197,23,20 +2857,98,17197,23,14 +2858,98,17197,23,8 +2859,98,17197,23,290 +2860,98,17197,23,5 +2861,98,17197,23,6 +2862,98,17197,23,8 +2863,98,17197,23,19 +2864,98,17197,23,7 +2865,104,17197,23,16 +2866,104,17197,23,5 +2867,104,17197,23,5 +2868,104,17197,23,6 +2869,95,17197,23,272 +2870,95,17197,23,76 +2871,95,17197,23,74 +2872,95,17197,23,95 +2873,95,17197,23,130 +2874,95,17197,23,95 +2875,95,17197,23,103 +2876,95,17197,23,46 +2877,95,17197,23,272 +2878,95,17197,23,46 +2879,95,17197,23,103 +2880,95,17197,23,42 +2881,95,17197,23,48 +2882,95,17197,23,497 +2883,95,17197,23,12 +2884,99,17197,23,32 +2885,99,17197,23,14 +2886,99,17197,23,5 +2887,99,17197,23,82 +2888,99,17197,23,48 +2889,99,17197,23,33 +2890,99,17197,23,6 +2891,99,17197,23,11 +2892,99,17197,23,9 +2893,105,17197,23,9 +2894,105,17197,23,19 +2895,105,17197,23,18 +2896,105,17197,23,98 +2897,100,17197,23,38 +2898,100,17197,23,28 +2899,100,17197,23,30 +2900,100,17197,23,160 +2901,100,17197,23,36 +2902,100,17197,23,6 +2903,100,17197,23,29 +2904,100,17197,23,9 +2905,100,17197,23,5 +2906,106,17197,23,14 +2907,106,17197,23,12 +2908,106,17197,23,11 +2909,106,17197,23,12 +2910,101,17197,23,135 +2911,101,17197,23,44 +2912,101,17197,23,19 +2913,101,17197,23,12 +2914,101,17197,23,20 +2915,101,17197,23,71 +2916,101,17197,23,22 +2917,101,17197,23,3 +2918,101,17197,23,32 +2919,101,17197,23,10 +2920,101,17197,23,7 +2921,107,17197,23,49 +2922,107,17197,23,17 +2923,107,17197,23,18 +2924,107,17197,23,28 +2925,107,17197,23,18 +2926,107,17197,23,9 +2927,119,17063,23,2 +2928,119,17063,23,7 +2929,119,17063,23,6 +2930,119,17063,23,5 +2931,119,17063,23,31 +2932,119,17063,23,0 +2933,119,17063,23,200 +2934,119,17063,23,4 +2935,119,17063,23,734 +2936,119,17063,23,12 +2937,119,17063,23,22 +2938,119,17063,23,0 +2939,119,17063,23,72 +2940,119,17063,23,92 +2941,119,17063,23,25 +2942,119,17063,23,11 +2943,119,17063,23,9 +2944,119,17063,23,1 +2945,119,17063,23,1 +2946,119,17063,23,26 +2947,119,17063,23,14 +2948,119,17063,23,1 +2949,119,17063,23,450 +2950,119,17063,23,3 +2951,120,17007,23,0 +2952,120,17007,23,0 +2953,120,17007,23,123 +2954,120,17007,23,0 +2955,120,17007,23,12 +2956,120,17007,23,94 +2957,120,17007,23,334 +2958,120,17007,23,109 +2959,120,17007,23,25 +2960,120,17007,23,4 +2961,120,17007,23,10 +2962,120,17007,23,15 +2963,120,17007,23,5 +2964,120,17007,23,4 +2965,120,17007,23,20 +2966,120,17007,23,44 +2967,120,17007,23,2 +2968,120,17007,23,10 +2969,120,17007,23,22 +2970,120,17007,23,4 +2971,120,17007,23,1 +2972,120,17007,23,12 +2973,120,17007,23,4 +2974,120,17007,23,17 +2975,120,17007,23,4 +2976,121,17037,23,4 +2977,121,17037,23,222 +2978,121,17037,23,0 +2979,121,17037,23,25 +2980,121,17037,23,31 +2981,121,17037,23,0 +2982,121,17037,23,22 +2983,121,17037,23,33 +2984,121,17037,23,28 +2985,121,17037,23,5 +2986,121,17037,23,17 +2987,121,17037,23,28 +2988,121,17037,23,28 +2989,121,17037,23,76 +2990,121,17037,23,0 +2991,121,17037,23,40 +2992,121,17037,23,329 +2993,121,17037,23,42 +2994,121,17037,23,0 +2995,121,17037,23,61 +2996,121,17037,23,4 +2997,121,17037,23,0 +2998,121,17037,23,392 +2999,121,17037,23,11 +3000,121,17037,23,65 +3001,121,17037,23,7 +3002,121,17037,23,3 +3003,121,17037,23,8 +3004,121,17037,23,97 +3005,121,17037,23,23 +3006,121,17037,23,0 +3007,121,17037,23,4 +3008,121,17037,23,0 +3009,121,17037,23,6 +3010,121,17037,23,3 +3011,121,17037,23,0 +3012,121,17037,23,0 +3013,121,17037,23,34 +3014,121,17037,23,22 +3015,121,17037,23,48 +3016,121,17037,23,21 +3017,121,17037,23,1 +3018,121,17037,23,0 +3019,121,17037,23,20 +3020,121,17037,23,0 +3021,121,17037,23,0 +3022,122,17091,23,0 +3023,122,17091,23,1 +3024,122,17091,23,0 +3025,122,17091,23,0 +3026,122,17091,23,10 +3027,122,17091,23,7 +3028,122,17091,23,102 +3029,122,17091,23,2 +3030,122,17091,23,67 +3031,122,17091,23,5 +3032,122,17091,23,5 +3033,122,17091,23,0 +3034,122,17091,23,13 +3035,122,17091,23,1 +3036,122,17091,23,18 +3037,122,17091,23,217 +3038,122,17091,23,2 +3039,122,17091,23,63 +3040,122,17091,23,1 +3041,122,17091,23,4 +3042,122,17091,23,0 +3043,122,17091,23,26 +3044,122,17091,23,36 +3045,122,17091,23,18 +3046,122,17091,23,12 +3047,122,17091,23,23 +3048,122,17091,23,0 +3049,122,17091,23,2 +3050,122,17091,23,341 +3051,122,17091,23,273 +3052,122,17091,23,0 +3053,122,17091,23,168 +3054,122,17091,23,24 +3055,122,17091,23,7 +3056,122,17091,23,16 +3057,122,17091,23,1 +3058,122,17091,23,6 +3059,122,17091,23,0 +3060,122,17091,23,4 +3061,122,17091,23,6 +3062,122,17091,23,8 +3063,122,17091,23,15 +3064,122,17091,23,0 +3065,122,17091,23,29 +3066,122,17091,23,0 +3067,122,17091,23,5 +3068,122,17091,23,30 +3069,122,17091,23,45 +3070,122,17091,23,36 +3071,122,17091,23,6 +3072,122,17091,23,8 +3073,122,17091,23,21 +3074,126,17099,23,12 +3075,126,17099,23,0 +3076,126,17099,23,136 +3077,126,17099,23,0 +3078,126,17099,23,0 +3079,126,17099,23,1 +3080,126,17099,23,0 +3081,126,17099,23,126 +3082,126,17099,23,2 +3083,126,17099,23,5 +3084,126,17099,23,18 +3085,126,17099,23,14 +3086,126,17099,23,2 +3087,126,17099,23,15 +3088,126,17099,23,6 +3089,126,17099,23,31 +3090,126,17099,23,15 +3091,126,17099,23,287 +3092,126,17099,23,15 +3093,126,17099,23,0 +3094,126,17099,23,0 +3095,126,17099,23,2 +3096,126,17099,23,35 +3097,126,17099,23,85 +3098,126,17099,23,56 +3099,126,17099,23,130 +3100,126,17099,23,162 +3101,126,17099,23,2 +3102,126,17099,23,0 +3103,126,17099,23,0 +3104,126,17099,23,0 +3105,126,17099,23,0 +3106,126,17099,23,8 +3107,126,17099,23,22 +3108,126,17099,23,0 +3109,126,17099,23,77 +3110,126,17099,23,28 +3111,126,17099,23,0 +3112,126,17099,23,0 +3113,126,17099,23,43 +3114,126,17099,23,10 +3115,126,17099,23,23 +3116,126,17099,23,50 +3117,126,17099,23,7 +3118,126,17099,23,0 +3119,126,17099,23,7 +3120,126,17099,23,12 +3121,126,17099,23,0 +3122,126,17099,23,86 +3123,126,17099,23,0 +3124,126,17099,23,0 +3125,126,17099,23,19 +3126,126,17099,23,6 +3127,126,17099,23,62 +3128,126,17099,23,0 +3129,126,17099,23,1 +3130,126,17099,23,15 +3131,126,17099,23,0 +3132,126,17099,23,5 +3133,126,17099,23,13 +3134,126,17099,23,1 +3135,126,17099,23,4 +3136,126,17099,23,84 +3137,126,17099,23,0 +3138,126,17099,23,0 +3139,126,17099,23,37 +3140,126,17099,23,40 +3141,126,17099,23,31 +3142,126,17099,23,1 +3143,126,17099,23,0 +3144,126,17099,23,32 +3145,126,17099,23,13 +3146,125,17103,23,22 +3147,125,17103,23,0 +3148,125,17103,23,2 +3149,125,17103,23,5 +3150,125,17103,23,0 +3151,125,17103,23,3 +3152,124,17141,23,2 +3153,124,17141,23,0 +3154,124,17141,23,50 +3155,124,17141,23,3 +3156,124,17141,23,0 +3157,124,17141,23,27 +3158,124,17141,23,4 +3159,124,17141,23,0 +3160,124,17141,23,42 +3161,124,17141,23,18 +3162,124,17141,23,40 +3163,124,17141,23,7 +3164,124,17141,23,14 +3165,124,17141,23,0 +3166,124,17141,23,0 +3167,124,17141,23,0 +3168,124,17141,23,13 +3169,123,17201,23,6 +3170,123,17201,23,9 +3171,123,17201,23,2 +3172,123,17201,23,27 +3173,123,17201,23,10 +3174,123,17201,23,2 +3175,123,17201,23,79 +3176,123,17201,23,0 +3177,123,17201,23,0 +3178,123,17201,23,6 +3179,123,17201,23,2 +3180,123,17201,23,10 +3181,123,17201,23,16 +3182,123,17201,23,0 +3183,123,17201,23,10 +3184,123,17201,23,0 +3185,123,17201,23,1 +3186,123,17201,23,0 +3187,123,17201,23,0 +3188,123,17201,23,0 +3189,123,17201,23,8 +3190,123,17201,23,154 +3191,123,17201,23,1 +3192,123,17201,23,23 +3193,123,17201,23,702 +3194,123,17201,23,2 +3195,123,17201,23,2 +3196,123,17201,23,0 +3197,123,17201,23,0 +3198,123,17201,23,23 +3199,123,17201,23,9 +3200,123,17201,23,0 +3201,123,17201,23,225 +3202,123,17201,23,229 +3203,123,17201,23,4 +3204,123,17201,23,0 +3205,123,17201,23,128 +3206,123,17201,23,492 +3207,123,17201,23,65 +3208,123,17201,23,91 +3209,123,17201,23,331 +3210,123,17201,23,30 +3211,123,17201,23,103 +3212,123,17201,23,107 +3213,123,17201,23,197 +3214,123,17201,23,42 +3215,123,17201,23,13 +3216,123,17201,23,31 +3217,123,17201,23,68 +3218,123,17201,23,49 +3219,123,17201,23,238 +3220,123,17201,23,106 +3221,123,17201,23,61 +3222,123,17201,23,1 +3223,123,17201,23,108 +3224,123,17201,23,25 +3225,123,17201,23,20 +3226,123,17201,23,192 +3227,123,17201,23,486 +3228,123,17201,23,19 +3229,123,17201,23,311 +3230,123,17201,23,41 +3231,123,17201,23,0 +3232,123,17201,23,6 +3233,123,17201,23,33 +3234,123,17201,23,9 +3235,123,17201,23,69 +3236,123,17201,23,0 +3237,123,17201,23,75 +3238,123,17201,23,2 +3239,123,17201,23,49 +3240,123,17201,23,27 +3241,123,17201,23,0 +3242,123,17201,23,60 +3243,123,17201,23,1 +3244,123,17201,23,0 +3245,123,17201,23,0 +3246,123,17201,23,5 +3247,123,17201,23,59 +3248,127,18089,23,0 +3249,127,18089,23,10 +3250,127,18089,23,20 +3251,127,18089,23,0 +3252,127,18089,23,4 +3253,127,18089,23,1 +3254,127,18089,23,12 +3255,127,18089,23,0 +3256,127,18089,23,10 +3257,127,18089,23,5 +3258,127,18089,23,13 +3259,127,18089,23,11 +3260,127,18089,23,80 +3261,127,18089,23,26 +3262,127,18089,23,1 +3263,127,18089,23,28 +3264,127,18089,23,16 +3265,127,18089,23,2 +3266,127,18089,23,0 +3267,127,18089,23,6 +3268,127,18089,23,19 +3269,127,18089,23,3 +3270,127,18089,23,1 +3271,127,18089,23,4 +3272,127,18089,23,6 +3273,127,18089,23,41 +3274,127,18089,23,153 +3275,127,18089,23,3 +3276,127,18089,23,224 +3277,127,18089,23,508 +3278,127,18089,23,42 +3279,127,18089,23,7 +3280,127,18089,23,101 +3281,127,18089,23,34 +3282,127,18089,23,61 +3283,127,18089,23,23 +3284,127,18089,23,20 +3285,127,18089,23,134 +3286,127,18089,23,12 +3287,127,18089,23,40 +3288,127,18089,23,3 +3289,127,18089,23,1 +3290,127,18089,23,56 +3291,127,18089,23,4 +3292,127,18089,23,78 +3293,127,18089,23,2 +3294,127,18089,23,53 +3295,127,18089,23,232 +3296,127,18089,23,3 +3297,127,18089,23,137 +3298,127,18089,23,248 +3299,127,18089,23,115 +3300,127,18089,23,3 +3301,127,18089,23,44 +3302,127,18089,23,53 +3303,127,18089,23,115 +3304,127,18089,23,122 +3305,127,18089,23,1 +3306,127,18089,23,140 +3307,127,18089,23,159 +3308,127,18089,23,181 +3309,127,18089,23,215 +3310,127,18089,23,457 +3311,127,18089,23,161 +3312,127,18089,23,171 +3313,127,18089,23,150 +3314,127,18089,23,7 +3315,127,18089,23,7 +3316,127,18089,23,677 +3317,127,18089,23,161 +3318,127,18089,23,246 +3319,127,18089,23,210 +3320,127,18089,23,15 +3321,127,18089,23,0 +3322,127,18089,23,0 +3323,127,18089,23,15 +3324,127,18089,23,1296 +3325,127,18089,23,115 +3326,127,18089,23,312 +3327,127,18089,23,166 +3328,127,18089,23,255 +3329,127,18089,23,360 +3330,127,18089,23,323 +3331,127,18089,23,360 +3332,127,18089,23,149 +3333,127,18089,23,953 +3334,127,18089,23,118 +3335,127,18089,23,126 +3336,127,18089,23,5 +3337,127,18089,23,3 +3338,127,18089,23,255 +3339,127,18089,23,717 +3340,127,18089,23,0 +3341,127,18089,23,545 +3342,127,18089,23,230 +3343,127,18089,23,84 +3344,127,18089,23,18 +3345,129,18091,23,6 +3346,129,18091,23,3 +3347,129,18091,23,15 +3348,129,18091,23,11 +3349,129,18091,23,0 +3350,129,18091,23,0 +3351,129,18091,23,10 +3352,129,18091,23,39 +3353,129,18091,23,0 +3354,129,18091,23,2 +3355,129,18091,23,1 +3356,129,18091,23,46 +3357,129,18091,23,0 +3358,129,18091,23,5 +3359,129,18091,23,18 +3360,129,18091,23,26 +3361,129,18091,23,13 +3362,129,18091,23,61 +3363,129,18091,23,0 +3364,129,18091,23,0 +3365,129,18091,23,4 +3366,129,18091,23,14 +3367,129,18091,23,130 +3368,129,18091,23,18 +3369,129,18091,23,0 +3370,129,18091,23,87 +3371,129,18091,23,15 +3372,129,18091,23,1 +3373,129,18091,23,223 +3374,129,18091,23,4 +3375,129,18091,23,2 +3376,129,18091,23,356 +3377,129,18091,23,83 +3378,129,18091,23,4 +3379,129,18091,23,0 +3380,129,18091,23,1 +3381,129,18091,23,0 +3382,129,18091,23,7 +3383,129,18091,23,1 +3384,129,18091,23,36 +3385,129,18091,23,3 +3386,129,18091,23,26 +3387,129,18091,23,7 +3388,129,18091,23,10 +3389,129,18091,23,11 +3390,129,18091,23,1 +3391,129,18091,23,28 +3392,129,18091,23,10 +3393,129,18091,23,6 +3394,129,18091,23,7 +3395,129,18091,23,7 +3396,129,18091,23,19 +3397,129,18091,23,328 +3398,129,18091,23,73 +3399,129,18091,23,60 +3400,129,18091,23,33 +3401,128,18127,23,0 +3402,128,18127,23,0 +3403,128,18127,23,6 +3404,128,18127,23,27 +3405,128,18127,23,0 +3406,128,18127,23,30 +3407,128,18127,23,0 +3408,128,18127,23,26 +3409,128,18127,23,3 +3410,128,18127,23,0 +3411,128,18127,23,10 +3412,128,18127,23,5 +3413,128,18127,23,9 +3414,128,18127,23,0 +3415,128,18127,23,18 +3416,128,18127,23,23 +3417,128,18127,23,7 +3418,128,18127,23,17 +3419,128,18127,23,32 +3420,128,18127,23,12 +3421,128,18127,23,10 +3422,128,18127,23,144 +3423,128,18127,23,34 +3424,128,18127,23,0 +3425,128,18127,23,17 +3426,128,18127,23,15 +3427,128,18127,23,2 +3428,128,18127,23,16 +3429,128,18127,23,34 +3430,128,18127,23,55 +3431,128,18127,23,3 +3432,128,18127,23,4 +3433,128,18127,23,422 +3434,128,18127,23,11 +3435,128,18127,23,18 +3436,128,18127,23,57 +3437,128,18127,23,13 +3438,128,18127,23,0 +3439,128,18127,23,81 +3440,128,18127,23,0 +3441,128,18127,23,99 +3442,128,18127,23,5 +3443,128,18127,23,19 +3444,128,18127,23,11 +3445,128,18127,23,18 +3446,128,18127,23,12 +3447,128,18127,23,0 +3448,128,18127,23,3 +3449,128,18127,23,1258 +3450,128,18127,23,16 +3451,128,18127,23,27 +3452,128,18127,23,13 +3453,128,18127,23,4 +3454,128,18127,23,12 +3455,128,18127,23,111 +3456,128,18127,23,62 +3457,128,18127,23,800 +3458,128,18127,23,21 +3459,128,18127,23,2 +3460,128,18127,23,3 +3461,128,18127,23,1 +3462,128,18127,23,5 +3463,128,18127,23,60 +3464,128,18127,23,270 +3465,128,18127,23,0 +3466,128,18127,23,12 +3467,128,18127,23,26 +3468,130,55059,23,25 +3469,130,55059,23,10 +3470,130,55059,23,26 +3471,130,55059,23,44 +3472,130,55059,23,0 +3473,130,55059,23,6 +3474,130,55059,23,0 +3475,130,55059,23,0 +3476,130,55059,23,4 +3477,130,55059,23,5 +3478,130,55059,23,5 +3479,130,55059,23,32 +3480,130,55059,23,1 +3481,130,55059,23,0 +3482,130,55059,23,18 +3483,130,55059,23,1 +3484,130,55059,23,20 +3485,130,55059,23,19 +3486,130,55059,23,20 +3487,130,55059,23,42 +3488,130,55059,23,102 +3489,130,55059,23,354 +3490,130,55059,23,1 +3491,130,55059,23,138 +3492,130,55059,23,153 +3493,130,55059,23,19 +3494,130,55059,23,0 +3495,130,55059,23,1 +3496,130,55059,23,63 +3497,130,55059,23,0 +3498,130,55059,23,25 +3499,130,55059,23,13 +3500,130,55059,23,5 +3501,130,55059,23,306 +3502,130,55059,23,363 +3503,130,55059,23,49 +3504,130,55059,23,147 +3505,130,55059,23,0 +3506,130,55059,23,0 +3507,130,55059,23,6 +3508,130,55059,23,0 +3509,130,55059,23,43 +3510,130,55059,23,186 +3511,130,55059,23,11 +3512,130,55059,23,9 +3513,131,55101,23,5 +3514,131,55101,23,0 +3515,131,55101,23,51 +3516,131,55101,23,89 +3517,131,55101,23,199 +3518,131,55101,23,215 +3519,131,55101,23,0 +3520,131,55101,23,10 +3521,131,55101,23,6 +3522,131,55101,23,3 +3523,131,55101,23,6 +3524,131,55101,23,9 +3525,131,55101,23,29 +3526,131,55101,23,9 +3527,131,55101,23,49 +3528,131,55101,23,0 +3529,131,55101,23,38 +3530,131,55101,23,249 +3531,131,55101,23,3 +3532,131,55101,23,10 +3533,131,55101,23,23 +3534,131,55101,23,32 +3535,131,55101,23,71 +3536,131,55101,23,0 +3537,131,55101,23,258 +3538,131,55101,23,140 +3539,131,55101,23,2 +3540,131,55101,23,34 +3541,131,55101,23,2 +3542,131,55101,23,3 +3543,131,55101,23,69 +3544,131,55101,23,331 +3545,131,55101,23,87 +3546,131,55101,23,64 +3547,131,55101,23,131 +3548,131,55101,23,19 +3549,131,55101,23,141 +3550,131,55101,23,0 +3551,131,55101,23,49 +3552,131,55101,23,26 +3553,131,55101,23,21 +3554,131,55101,23,42 +3555,131,55101,23,21 +3556,131,55101,23,17 +3557,131,55101,23,10 +3558,131,55101,23,14 +3559,131,55101,23,17 +3560,131,55101,23,60 +3561,131,55101,23,122 +3562,131,55101,23,29 +3563,131,55101,23,6 +3564,131,55101,23,163 +3565,131,55101,23,0 +3566,131,55101,23,1 +3567,131,55101,23,35 +3568,131,55101,23,1 +3569,132,55127,23,0 +3570,132,55127,23,42 +3571,132,55127,23,5 +3572,132,55127,23,56 +3573,132,55127,23,48 +3574,132,55127,23,16 +3575,132,55127,23,1 +3576,132,55127,23,17 +3577,132,55127,23,1 +3578,132,55127,23,46 +3579,132,55127,23,13 +3580,132,55127,23,2 +3581,132,55127,23,12 +3582,132,55127,23,6 +3583,132,55127,23,22 +3584,132,55127,23,8 +3585,132,55127,23,2 +3586,132,55127,23,2 +3587,132,55127,23,6 +3588,132,55127,23,4 +3589,132,55127,23,100 +3590,132,55127,23,1 +3591,132,55127,23,23 +3592,132,55127,23,1 +3593,132,55127,23,17 +3594,132,55127,23,8 +3595,132,55127,23,159 +3596,132,55127,23,23 +3597,132,55127,23,20 +3598,132,55127,23,38 +3599,132,55127,23,15 +3600,132,55127,23,3 +3601,132,55127,23,4 +3602,132,55127,23,0 +3603,132,55127,23,46 +3604,132,55127,23,0 +3605,132,55127,23,147 +3606,132,55127,23,20 +3607,132,55127,23,3 +3608,132,55127,23,11 +3609,132,55127,23,2 +3610,132,55127,23,320 +3611,132,55127,23,0 +3612,132,55127,23,12 +3613,132,55127,23,49 +3614,132,55127,23,57 +3615,132,55127,23,10 +3616,132,55127,23,17 +3617,132,55127,23,9 +3618,132,55127,23,0 +3619,132,55127,23,0 +3620,132,55127,23,0 +3621,132,55127,23,11 +3622,132,55127,23,0 +3623,132,55127,23,0 +3624,132,55127,23,3 +3625,132,55127,23,26 +3626,132,55127,23,74 +3627,132,55127,23,12 +3628,132,55127,23,16 +3629,132,55127,23,13 +3630,132,55127,23,57 +3631,132,55127,23,17 +3632,132,55127,23,45 +1,17,17031,31,601 +2,17,17031,31,113 +3,17,17031,31,144 +4,17,17031,31,9 +5,17,17031,31,135 +6,17,17031,31,69 +7,17,17031,31,87 +8,17,17031,31,101 +9,17,17031,31,19 +10,17,17031,31,82 +11,17,17031,31,115 +12,17,17031,31,204 +13,17,17031,31,108 +14,17,17031,31,128 +15,17,17031,31,13 +16,17,17031,31,391 +17,17,17031,31,108 +18,17,17031,31,217 +19,17,17031,31,75 +20,17,17031,31,124 +21,17,17031,31,523 +22,17,17031,31,398 +23,17,17031,31,234 +24,17,17031,31,273 +25,17,17031,31,93 +26,17,17031,31,63 +27,17,17031,31,2141 +28,17,17031,31,580 +29,17,17031,31,261 +30,17,17031,31,167 +31,17,17031,31,7 +32,17,17031,31,90 +33,17,17031,31,166 +34,17,17031,31,71 +35,17,17031,31,94 +36,17,17031,31,95 +37,17,17031,31,48 +38,17,17031,31,63 +39,17,17031,31,8 +40,17,17031,31,22 +41,17,17031,31,47 +42,17,17031,31,3 +43,17,17031,31,7 +44,17,17031,31,19 +45,17,17031,31,10 +46,17,17031,31,1 +47,17,17031,31,12 +48,17,17031,31,80 +49,17,17031,31,247 +50,17,17031,31,48 +51,17,17031,31,34 +52,17,17031,31,11 +53,17,17031,31,26 +54,17,17031,31,119 +55,17,17031,31,95 +56,17,17031,31,102 +57,17,17031,31,236 +58,17,17031,31,72 +59,17,17031,31,134 +60,17,17031,31,341 +61,17,17031,31,333 +62,17,17031,31,61 +63,17,17031,31,268 +64,17,17031,31,19 +65,17,17031,31,6 +66,17,17031,31,9 +67,17,17031,31,3 +68,17,17031,31,48 +69,17,17031,31,1 +70,17,17031,31,29 +71,17,17031,31,11 +72,17,17031,31,274 +73,17,17031,31,175 +74,17,17031,31,263 +75,17,17031,31,119 +76,17,17031,31,45 +77,17,17031,31,0 +78,14,17031,31,22 +79,14,17031,31,435 +80,14,17031,31,294 +81,14,17031,31,23 +82,14,17031,31,20 +83,14,17031,31,20 +84,14,17031,31,55 +85,14,17031,31,28 +86,14,17031,31,590 +87,14,17031,31,90 +88,14,17031,31,5 +89,14,17031,31,11 +90,17,17031,31,31 +91,17,17031,31,52 +92,17,17031,31,32 +93,17,17031,31,32 +94,17,17031,31,264 +95,17,17031,31,182 +96,17,17031,31,308 +97,17,17031,31,272 +98,17,17031,31,4 +99,17,17031,31,45 +100,17,17031,31,39 +101,17,17031,31,67 +102,17,17031,31,74 +103,17,17031,31,102 +104,17,17031,31,83 +105,17,17031,31,38 +106,17,17031,31,303 +107,17,17031,31,73 +108,17,17031,31,141 +109,17,17031,31,111 +110,17,17031,31,298 +111,17,17031,31,92 +112,17,17031,31,128 +113,17,17031,31,32 +114,17,17031,31,65 +115,17,17031,31,8 +116,17,17031,31,83 +117,17,17031,31,61 +118,17,17031,31,97 +119,17,17031,31,62 +120,17,17031,31,10 +121,17,17031,31,7 +122,8,17031,31,185 +123,12,17031,31,226 +124,12,17031,31,301 +125,12,17031,31,106 +126,12,17031,31,0 +127,12,17031,31,120 +128,12,17031,31,590 +129,12,17031,31,4 +130,12,17031,31,233 +131,12,17031,31,25 +132,12,17031,31,345 +133,12,17031,31,902 +134,12,17031,31,3 +135,12,17031,31,45 +136,12,17031,31,1 +137,12,17031,31,106 +138,12,17031,31,7 +139,12,17031,31,1742 +140,12,17031,31,8 +141,9,17031,31,3 +142,9,17031,31,0 +143,9,17031,31,153 +144,9,17031,31,11 +145,9,17031,31,54 +146,9,17031,31,7 +147,12,17031,31,2 +148,12,17031,31,3 +149,12,17031,31,2 +150,12,17031,31,3 +151,12,17031,31,8 +152,12,17031,31,38 +153,12,17031,31,8 +154,10,17031,31,3 +155,10,17031,31,67 +156,10,17031,31,0 +157,10,17031,31,4 +158,10,17031,31,0 +159,10,17031,31,95 +160,10,17031,31,4 +161,10,17031,31,24 +162,10,17031,31,7 +163,11,17031,31,52 +164,11,17031,31,23 +165,11,17031,31,2 +166,11,17031,31,24 +167,10,17031,31,12 +168,10,17031,31,12 +169,10,17031,31,11 +170,10,17031,31,25 +171,11,17031,31,1761 +172,11,17031,31,2 +173,11,17031,31,4 +174,11,17031,31,16 +175,11,17031,31,14 +176,11,17031,31,0 +177,11,17031,31,4 +178,11,17031,31,7 +179,13,17031,31,0 +180,13,17031,31,17 +181,13,17031,31,40 +182,13,17031,31,110 +183,13,17031,31,6 +184,13,17031,31,21 +185,13,17031,31,0 +186,13,17031,31,62 +187,13,17031,31,4 +188,13,17031,31,106 +189,13,17031,31,0 +190,13,17031,31,4 +191,13,17031,31,59 +192,13,17031,31,2 +193,13,17031,31,6 +194,13,17031,31,372 +195,13,17031,31,6 +196,13,17031,31,15 +197,13,17031,31,0 +198,13,17031,31,18 +199,13,17031,31,3 +200,13,17031,31,31 +201,13,17031,31,12 +202,13,17031,31,18 +203,13,17031,31,33 +204,13,17031,31,137 +205,13,17031,31,10 +206,13,17031,31,186 +207,13,17031,31,0 +208,13,17031,31,37 +209,13,17031,31,250 +210,13,17031,31,12 +211,13,17031,31,450 +212,13,17031,31,141 +213,13,17031,31,3 +214,13,17031,31,7 +215,13,17031,31,36 +216,13,17031,31,0 +217,13,17031,31,28 +218,13,17031,31,12 +219,13,17031,31,21 +220,13,17031,31,47 +221,13,17031,31,18 +222,13,17031,31,9 +223,13,17031,31,430 +224,13,17031,31,121 +225,13,17031,31,49 +226,13,17031,31,18 +227,13,17031,31,14 +228,13,17031,31,25 +229,13,17031,31,56 +230,13,17031,31,44 +231,13,17031,31,88 +232,13,17031,31,37 +233,13,17031,31,23 +234,13,17031,31,15 +235,13,17031,31,63 +236,13,17031,31,119 +237,13,17031,31,9 +238,13,17031,31,7 +239,13,17031,31,11 +240,13,17031,31,100 +241,13,17031,31,50 +242,13,17031,31,21 +243,13,17031,31,18 +244,13,17031,31,73 +245,13,17031,31,25 +246,13,17031,31,8 +247,13,17031,31,5 +248,13,17031,31,11 +249,13,17031,31,15 +250,13,17031,31,20 +251,13,17031,31,0 +252,13,17031,31,4 +253,13,17031,31,6 +254,13,17031,31,16 +255,13,17031,31,233 +256,13,17031,31,283 +257,13,17031,31,77 +258,13,17031,31,8 +259,13,17031,31,47 +260,13,17031,31,462 +261,13,17031,31,27 +262,13,17031,31,92 +263,13,17031,31,335 +264,13,17031,31,11 +265,13,17031,31,121 +266,13,17031,31,366 +267,13,17031,31,3 +268,13,17031,31,13 +269,13,17031,31,15 +270,13,17031,31,28 +271,13,17031,31,72 +272,13,17031,31,1248 +273,13,17031,31,257 +274,13,17031,31,215 +275,13,17031,31,24 +276,13,17031,31,51 +277,13,17031,31,32 +278,13,17031,31,24 +279,13,17031,31,14 +280,13,17031,31,10 +281,13,17031,31,15 +282,13,17031,31,83 +283,13,17031,31,184 +284,13,17031,31,660 +285,13,17031,31,172 +286,13,17031,31,13 +287,13,17031,31,6 +288,13,17031,31,354 +289,13,17031,31,68 +290,13,17031,31,87 +291,13,17031,31,145 +292,13,17031,31,13 +293,13,17031,31,209 +294,13,17031,31,150 +295,13,17031,31,20 +296,13,17031,31,560 +297,13,17031,31,65 +298,13,17031,31,306 +299,13,17031,31,111 +300,13,17031,31,469 +301,13,17031,31,1 +302,13,17031,31,118 +303,13,17031,31,100 +304,13,17031,31,24 +305,13,17031,31,17 +306,13,17031,31,29 +307,13,17031,31,42 +308,14,17031,31,8 +309,14,17031,31,12 +310,14,17031,31,3 +311,14,17031,31,9 +312,14,17031,31,47 +313,14,17031,31,17 +314,14,17031,31,27 +315,14,17031,31,6 +316,14,17031,31,49 +317,14,17031,31,524 +318,14,17031,31,50 +319,14,17031,31,49 +320,14,17031,31,52 +321,14,17031,31,24 +322,14,17031,31,0 +323,14,17031,31,11 +324,14,17031,31,18 +325,14,17031,31,193 +326,14,17031,31,135 +327,14,17031,31,13 +328,14,17031,31,15 +329,14,17031,31,8 +330,14,17031,31,32 +331,14,17031,31,5 +332,14,17031,31,15 +333,14,17031,31,70 +334,14,17031,31,23 +335,14,17031,31,6 +336,14,17031,31,314 +337,14,17031,31,43 +338,14,17031,31,51 +339,14,17031,31,74 +340,14,17031,31,12 +341,14,17031,31,46 +342,14,17031,31,37 +343,14,17031,31,72 +344,14,17031,31,54 +345,14,17031,31,24 +346,14,17031,31,117 +347,14,17031,31,34 +348,14,17031,31,25 +349,14,17031,31,10 +350,14,17031,31,30 +351,14,17031,31,18 +352,14,17031,31,77 +353,14,17031,31,1 +354,14,17031,31,58 +355,16,17031,31,24 +356,16,17031,31,9 +357,16,17031,31,4 +358,16,17031,31,27 +359,16,17031,31,78 +360,16,17031,31,87 +361,16,17031,31,1204 +362,16,17031,31,320 +363,16,17031,31,112 +364,16,17031,31,86 +365,16,17031,31,111 +366,16,17031,31,230 +367,16,17031,31,5 +368,16,17031,31,18 +369,16,17031,31,55 +370,16,17031,31,2 +371,16,17031,31,25 +372,16,17031,31,10 +373,16,17031,31,5 +374,16,17031,31,5 +375,16,17031,31,5 +376,16,17031,31,3 +377,16,17031,31,41 +378,16,17031,31,129 +379,16,17031,31,131 +380,16,17031,31,304 +381,16,17031,31,205 +382,16,17031,31,1 +383,16,17031,31,25 +384,16,17031,31,48 +385,16,17031,31,18 +386,16,17031,31,155 +387,16,17031,31,117 +388,16,17031,31,296 +389,16,17031,31,272 +390,16,17031,31,119 +391,16,17031,31,12 +392,16,17031,31,163 +393,16,17031,31,557 +394,16,17031,31,2 +395,16,17031,31,7 +396,16,17031,31,367 +397,16,17031,31,259 +398,16,17031,31,121 +399,16,17031,31,3 +400,16,17031,31,12 +401,16,17031,31,43 +402,16,17031,31,1 +403,16,17031,31,47 +404,16,17031,31,16 +405,16,17031,31,20 +406,16,17031,31,14 +407,16,17031,31,198 +408,16,17031,31,443 +409,16,17031,31,8 +410,16,17031,31,415 +411,16,17031,31,47 +412,16,17031,31,9 +413,16,17031,31,8 +414,16,17031,31,2 +415,16,17031,31,37 +416,16,17031,31,26 +417,16,17031,31,410 +418,16,17031,31,2 +419,16,17031,31,263 +420,16,17031,31,260 +421,16,17031,31,27 +422,16,17031,31,7 +423,16,17031,31,140 +424,16,17031,31,47 +425,16,17031,31,11 +426,16,17031,31,34 +427,16,17031,31,7 +428,16,17031,31,18 +429,16,17031,31,69 +430,16,17031,31,184 +431,16,17031,31,70 +432,16,17031,31,246 +433,16,17031,31,112 +434,16,17031,31,61 +435,16,17031,31,20 +436,16,17031,31,192 +437,16,17031,31,699 +438,16,17031,31,160 +439,16,17031,31,222 +440,16,17031,31,105 +441,17,17031,31,7 +442,17,17031,31,4 +443,17,17031,31,101 +444,17,17031,31,12 +445,17,17031,31,75 +446,17,17031,31,654 +447,17,17031,31,1250 +448,17,17031,31,43 +449,17,17031,31,71 +450,17,17031,31,25 +451,17,17031,31,52 +452,17,17031,31,8 +453,17,17031,31,10 +454,17,17031,31,0 +455,17,17031,31,10 +456,17,17031,31,4 +457,17,17031,31,38 +458,17,17031,31,0 +459,19,17031,31,1768 +460,19,17031,31,17 +461,19,17031,31,253 +462,19,17031,31,424 +463,19,17031,31,15 +464,19,17031,31,4 +465,19,17031,31,5 +466,19,17031,31,1 +467,19,17031,31,7 +468,19,17031,31,19 +469,19,17031,31,3 +470,19,17031,31,14 +471,19,17031,31,78 +472,19,17031,31,72 +473,19,17031,31,1 +474,19,17031,31,195 +475,19,17031,31,11 +476,19,17031,31,233 +477,19,17031,31,421 +478,19,17031,31,11 +479,19,17031,31,705 +480,19,17031,31,396 +481,19,17031,31,2 +482,19,17031,31,2 +483,19,17031,31,407 +484,19,17031,31,7 +485,19,17031,31,125 +486,19,17031,31,3 +487,19,17031,31,93 +488,19,17031,31,20 +489,19,17031,31,755 +490,19,17031,31,329 +491,19,17031,31,20 +492,19,17031,31,59 +493,19,17031,31,1044 +494,19,17031,31,4 +495,19,17031,31,148 +496,19,17031,31,209 +497,19,17031,31,19 +498,19,17031,31,30 +499,19,17031,31,2 +500,19,17031,31,4 +501,19,17031,31,21 +502,19,17031,31,23 +503,19,17031,31,25 +504,19,17031,31,2 +505,19,17031,31,0 +506,19,17031,31,5 +507,19,17031,31,2 +508,19,17031,31,3 +509,19,17031,31,15 +510,19,17031,31,5 +511,19,17031,31,160 +512,19,17031,31,8 +513,19,17031,31,1471 +514,19,17031,31,15 +515,19,17031,31,1454 +516,19,17031,31,73 +517,19,17031,31,15 +518,19,17031,31,8 +519,19,17031,31,4 +520,19,17031,31,2 +521,19,17031,31,17 +522,19,17031,31,12 +523,20,17031,31,352 +524,20,17031,31,99 +525,20,17031,31,89 +526,20,17031,31,230 +527,20,17031,31,2643 +528,20,17031,31,26 +529,20,17031,31,20 +530,20,17031,31,166 +531,20,17031,31,97 +532,20,17031,31,77 +533,20,17031,31,9 +534,20,17031,31,7 +535,20,17031,31,27 +536,20,17031,31,2 +537,20,17031,31,14 +538,20,17031,31,7 +539,20,17031,31,8 +540,20,17031,31,3 +541,20,17031,31,168 +542,20,17031,31,216 +543,20,17031,31,37 +544,20,17031,31,1383 +545,20,17031,31,5 +546,20,17031,31,3 +547,20,17031,31,125 +548,20,17031,31,14 +549,20,17031,31,35 +550,20,17031,31,2 +551,20,17031,31,7 +552,20,17031,31,16 +553,20,17031,31,14 +554,20,17031,31,9 +555,20,17031,31,2 +556,20,17031,31,6 +557,20,17031,31,8 +558,20,17031,31,67 +559,20,17031,31,4 +560,20,17031,31,8 +561,20,17031,31,67 +562,20,17031,31,58 +563,20,17031,31,95 +564,20,17031,31,22 +565,20,17031,31,0 +566,20,17031,31,11 +567,20,17031,31,2 +568,20,17031,31,28 +569,20,17031,31,2 +570,20,17031,31,5 +571,20,17031,31,6 +572,20,17031,31,3 +573,20,17031,31,3 +574,20,17031,31,36 +575,20,17031,31,12 +576,20,17031,31,5 +577,20,17031,31,5 +578,20,17031,31,2 +579,20,17031,31,10 +580,20,17031,31,38 +581,20,17031,31,11 +582,20,17031,31,36 +583,20,17031,31,15 +584,20,17031,31,9 +585,20,17031,31,1 +586,20,17031,31,3 +587,20,17031,31,52 +588,20,17031,31,3 +589,20,17031,31,0 +590,20,17031,31,2 +591,20,17031,31,11 +592,20,17031,31,103 +593,20,17031,31,3 +594,20,17031,31,0 +595,20,17031,31,12 +596,20,17031,31,6 +597,20,17031,31,22 +598,20,17031,31,35 +599,20,17031,31,22 +600,20,17031,31,13 +601,20,17031,31,19 +602,20,17031,31,5 +603,20,17031,31,4 +604,20,17031,31,18 +605,20,17031,31,4 +606,20,17031,31,11 +607,20,17031,31,17 +608,20,17031,31,19 +609,20,17031,31,36 +610,20,17031,31,19 +611,20,17031,31,26 +612,20,17031,31,83 +613,20,17031,31,0 +614,20,17031,31,16 +615,20,17031,31,31 +616,20,17031,31,3 +617,20,17031,31,17 +618,20,17031,31,1 +619,20,17031,31,2 +620,20,17031,31,5 +621,20,17031,31,58 +622,20,17031,31,3 +623,20,17031,31,10 +624,20,17031,31,1 +625,20,17031,31,14 +626,20,17031,31,2 +627,20,17031,31,0 +628,20,17031,31,4 +629,20,17031,31,1 +630,23,17031,31,10 +631,23,17031,31,15 +632,23,17031,31,31 +633,23,17031,31,6 +634,23,17031,31,60 +635,23,17031,31,12 +636,24,17031,31,4 +637,24,17031,31,39 +638,24,17031,31,7 +639,24,17031,31,0 +640,24,17031,31,172 +641,24,17031,31,0 +642,24,17031,31,2 +643,24,17031,31,8 +644,24,17031,31,2 +645,24,17031,31,62 +646,24,17031,31,203 +647,24,17031,31,25 +648,24,17031,31,37 +649,24,17031,31,82 +650,24,17031,31,66 +651,24,17031,31,14 +652,24,17031,31,7 +653,24,17031,31,4 +654,24,17031,31,0 +655,24,17031,31,4 +656,24,17031,31,2 +657,24,17031,31,11 +658,24,17031,31,102 +659,24,17031,31,10 +660,24,17031,31,88 +661,24,17031,31,103 +662,24,17031,31,5 +663,24,17031,31,0 +664,24,17031,31,4 +665,24,17031,31,1 +666,24,17031,31,0 +667,24,17031,31,0 +668,24,17031,31,3 +669,24,17031,31,9 +670,24,17031,31,3 +671,24,17031,31,9 +672,24,17031,31,39 +673,24,17031,31,1 +674,24,17031,31,7 +675,24,17031,31,8 +676,24,17031,31,85 +677,24,17031,31,21 +678,24,17031,31,432 +679,24,17031,31,0 +680,24,17031,31,145 +681,24,17031,31,48 +682,24,17031,31,11 +683,24,17031,31,216 +684,24,17031,31,50 +685,24,17031,31,0 +686,24,17031,31,6 +687,24,17031,31,37 +688,24,17031,31,130 +689,24,17031,31,8 +690,24,17031,31,164 +691,24,17031,31,295 +692,24,17031,31,14 +693,24,17031,31,2 +694,24,17031,31,5 +695,24,17031,31,53 +696,24,17031,31,15 +697,24,17031,31,14 +698,24,17031,31,42 +699,24,17031,31,8 +700,24,17031,31,172 +701,24,17031,31,89 +702,24,17031,31,5 +703,24,17031,31,1 +704,24,17031,31,9 +705,24,17031,31,5 +706,24,17031,31,0 +707,24,17031,31,24 +708,24,17031,31,3 +709,24,17031,31,353 +710,24,17031,31,203 +711,24,17031,31,701 +712,24,17031,31,87 +713,24,17031,31,0 +714,24,17031,31,35 +715,24,17031,31,7 +716,24,17031,31,8 +717,24,17031,31,18 +718,1,17031,31,2 +719,1,17031,31,2 +720,1,17031,31,81 +721,1,17031,31,0 +722,1,17031,31,2 +723,1,17031,31,3 +724,1,17031,31,392 +725,1,17031,31,86 +726,1,17031,31,252 +727,6,17031,31,258 +728,6,17031,31,1 +729,6,17031,31,20 +730,6,17031,31,18 +731,6,17031,31,10 +732,6,17031,31,0 +733,6,17031,31,40 +734,6,17031,31,16 +735,6,17031,31,273 +736,6,17031,31,462 +737,6,17031,31,36 +738,6,17031,31,176 +739,6,17031,31,112 +740,6,17031,31,16 +741,6,17031,31,9 +742,6,17031,31,1 +743,6,17031,31,817 +744,6,17031,31,2 +745,6,17031,31,16 +746,6,17031,31,0 +747,6,17031,31,5 +748,2,17031,31,15 +749,2,17031,31,10 +750,2,17031,31,1 +751,2,17031,31,8 +752,2,17031,31,4 +753,2,17031,31,10 +754,2,17031,31,1 +755,2,17031,31,0 +756,2,17031,31,42 +757,2,17031,31,5 +758,2,17031,31,9 +759,2,17031,31,1 +760,2,17031,31,14 +761,2,17031,31,0 +762,2,17031,31,0 +763,2,17031,31,33 +764,2,17031,31,4 +765,2,17031,31,134 +766,2,17031,31,121 +767,2,17031,31,3 +768,2,17031,31,57 +769,2,17031,31,74 +770,2,17031,31,7 +771,2,17031,31,4 +772,2,17031,31,6 +773,2,17031,31,2547 +774,2,17031,31,2 +775,2,17031,31,10 +776,2,17031,31,0 +777,2,17031,31,11 +778,2,17031,31,3 +779,2,17031,31,221 +780,2,17031,31,1 +781,2,17031,31,0 +782,2,17031,31,3 +783,2,17031,31,3 +784,2,17031,31,495 +785,2,17031,31,29 +786,2,17031,31,294 +787,2,17031,31,0 +788,2,17031,31,0 +789,2,17031,31,230 +790,2,17031,31,65 +791,2,17031,31,1 +792,2,17031,31,4 +793,7,17031,31,6 +794,7,17031,31,120 +795,7,17031,31,4 +796,7,17031,31,12 +797,7,17031,31,104 +798,7,17031,31,185 +799,7,17031,31,368 +800,7,17031,31,153 +801,7,17031,31,92 +802,7,17031,31,13 +803,7,17031,31,75 +804,7,17031,31,412 +805,7,17031,31,353 +806,7,17031,31,5 +807,7,17031,31,2 +808,7,17031,31,0 +809,7,17031,31,17 +810,7,17031,31,0 +811,7,17031,31,3 +812,7,17031,31,17 +813,7,17031,31,6 +814,7,17031,31,177 +815,7,17031,31,4 +816,7,17031,31,17 +817,7,17031,31,594 +818,7,17031,31,27 +819,7,17031,31,7 +820,7,17031,31,11 +821,7,17031,31,30 +822,7,17031,31,6 +823,7,17031,31,96 +824,7,17031,31,3 +825,7,17031,31,1 +826,7,17031,31,386 +827,7,17031,31,5 +828,7,17031,31,7 +829,7,17031,31,0 +830,7,17031,31,2 +831,7,17031,31,3 +832,7,17031,31,13 +833,7,17031,31,1 +834,7,17031,31,17 +835,7,17031,31,0 +836,7,17031,31,127 +837,7,17031,31,1002 +838,7,17031,31,5 +839,3,17031,31,771 +840,3,17031,31,8 +841,3,17031,31,4 +842,3,17031,31,20 +843,3,17031,31,109 +844,3,17031,31,3 +845,3,17031,31,4 +846,3,17031,31,0 +847,3,17031,31,15 +848,3,17031,31,416 +849,3,17031,31,90 +850,3,17031,31,2 +851,3,17031,31,0 +852,3,17031,31,26 +853,3,17031,31,0 +854,3,17031,31,308 +855,3,17031,31,34 +856,3,17031,31,8 +857,3,17031,31,689 +858,3,17031,31,120 +859,3,17031,31,0 +860,3,17031,31,0 +861,3,17031,31,0 +862,3,17031,31,3 +863,3,17031,31,203 +864,3,17031,31,1803 +865,3,17031,31,22 +866,3,17031,31,12 +867,3,17031,31,24 +868,3,17031,31,1 +869,3,17031,31,5 +870,3,17031,31,2564 +871,3,17031,31,53 +872,3,17031,31,2 +873,3,17031,31,28 +874,3,17031,31,25 +875,3,17031,31,6 +876,3,17031,31,736 +877,3,17031,31,0 +878,3,17031,31,126 +879,3,17031,31,1 +880,3,17031,31,1 +881,3,17031,31,14 +882,3,17031,31,186 +883,3,17031,31,4 +884,3,17031,31,10 +885,3,17031,31,2 +886,3,17031,31,68 +887,3,17031,31,5 +888,3,17031,31,45 +889,3,17031,31,9 +890,3,17031,31,5 +891,3,17031,31,0 +892,3,17031,31,17 +893,3,17031,31,7 +894,3,17031,31,4 +895,3,17031,31,4 +896,3,17031,31,1 +897,3,17031,31,4 +898,3,17031,31,1 +899,3,17031,31,7 +900,3,17031,31,21 +901,3,17031,31,601 +902,3,17031,31,12 +903,3,17031,31,716 +904,3,17031,31,6 +905,8,17031,31,368 +906,8,17031,31,32 +907,8,17031,31,265 +908,8,17031,31,7 +909,8,17031,31,211 +910,8,17031,31,35 +911,8,17031,31,20 +912,8,17031,31,13 +913,8,17031,31,0 +914,8,17031,31,4 +915,8,17031,31,52 +916,8,17031,31,7 +917,8,17031,31,1 +918,8,17031,31,538 +919,8,17031,31,5 +920,8,17031,31,32 +921,8,17031,31,225 +922,8,17031,31,2 +923,8,17031,31,4 +924,8,17031,31,0 +925,8,17031,31,19 +926,8,17031,31,2 +927,8,17031,31,11 +928,8,17031,31,273 +929,8,17031,31,15 +930,8,17031,31,319 +931,8,17031,31,468 +932,8,17031,31,323 +933,8,17031,31,109 +934,8,17031,31,209 +935,8,17031,31,264 +936,8,17031,31,160 +937,8,17031,31,4 +938,8,17031,31,7 +939,8,17031,31,1 +940,8,17031,31,68 +941,8,17031,31,0 +942,8,17031,31,1 +943,8,17031,31,30 +944,8,17031,31,15 +945,8,17031,31,2 +946,8,17031,31,2234 +947,8,17031,31,1237 +948,8,17031,31,17 +949,8,17031,31,825 +950,8,17031,31,11 +951,8,17031,31,1 +952,8,17031,31,12 +953,8,17031,31,2589 +954,8,17031,31,4328 +955,4,17031,31,150 +956,4,17031,31,751 +957,4,17031,31,104 +958,4,17031,31,14 +959,4,17031,31,111 +960,4,17031,31,0 +961,4,17031,31,20 +962,4,17031,31,9 +963,4,17031,31,6 +964,4,17031,31,11 +965,4,17031,31,4 +966,4,17031,31,268 +967,4,17031,31,53 +968,4,17031,31,8 +969,4,17031,31,10 +970,4,17031,31,394 +971,4,17031,31,5 +972,4,17031,31,16 +973,4,17031,31,151 +974,4,17031,31,3 +975,4,17031,31,59 +976,4,17031,31,432 +977,4,17031,31,52 +978,4,17031,31,138 +979,4,17031,31,3 +980,4,17031,31,17 +981,4,17031,31,121 +982,4,17031,31,24 +983,4,17031,31,80 +984,4,17031,31,704 +985,4,17031,31,4 +986,4,17031,31,12 +987,4,17031,31,68 +988,4,17031,31,8 +989,4,17031,31,0 +990,4,17031,31,0 +991,4,17031,31,3 +992,4,17031,31,20 +993,4,17031,31,4 +994,4,17031,31,1 +995,4,17031,31,3 +996,4,17031,31,3 +997,4,17031,31,3 +998,4,17031,31,21 +999,4,17031,31,19 +1000,4,17031,31,2 +1001,4,17031,31,2 +1002,9,17031,31,30 +1003,9,17031,31,57 +1004,9,17031,31,12 +1005,9,17031,31,5 +1006,9,17031,31,23 +1007,9,17031,31,4 +1008,9,17031,31,48 +1009,9,17031,31,373 +1010,9,17031,31,59 +1011,9,17031,31,16 +1012,9,17031,31,4 +1013,9,17031,31,75 +1014,9,17031,31,2 +1015,9,17031,31,95 +1016,9,17031,31,1 +1017,9,17031,31,15 +1018,9,17031,31,13 +1019,9,17031,31,15 +1020,9,17031,31,41 +1021,9,17031,31,21 +1022,9,17031,31,10 +1023,9,17031,31,1709 +1024,9,17031,31,13 +1025,9,17031,31,0 +1026,9,17031,31,3 +1027,9,17031,31,126 +1028,9,17031,31,28 +1029,9,17031,31,1 +1030,9,17031,31,3 +1031,9,17031,31,19 +1032,9,17031,31,13 +1033,9,17031,31,7 +1034,9,17031,31,4 +1035,9,17031,31,13 +1036,9,17031,31,2 +1037,9,17031,31,1114 +1038,9,17031,31,1 +1039,9,17031,31,38 +1040,9,17031,31,0 +1041,9,17031,31,3 +1042,9,17031,31,770 +1043,9,17031,31,0 +1044,9,17031,31,26 +1045,9,17031,31,18 +1046,9,17031,31,0 +1047,9,17031,31,0 +1048,9,17031,31,0 +1049,9,17031,31,48 +1050,9,17031,31,17 +1051,9,17031,31,5 +1052,9,17031,31,2 +1053,9,17031,31,0 +1054,9,17031,31,258 +1055,9,17031,31,13 +1056,9,17031,31,0 +1057,9,17031,31,37 +1058,9,17031,31,0 +1059,9,17031,31,3 +1060,9,17031,31,2 +1061,12,17031,31,755 +1062,9,17031,31,27 +1063,9,17031,31,0 +1064,12,17031,31,22 +1065,9,17031,31,0 +1066,9,17031,31,4 +1067,9,17031,31,14 +1068,12,17031,31,15 +1069,5,17031,31,0 +1070,5,17031,31,11 +1071,5,17031,31,0 +1072,5,17031,31,0 +1073,5,17031,31,15 +1074,5,17031,31,17 +1075,5,17031,31,18 +1076,5,17031,31,8 +1077,5,17031,31,21 +1078,5,17031,31,1 +1079,5,17031,31,14 +1080,5,17031,31,8 +1081,5,17031,31,17 +1082,5,17031,31,7 +1083,5,17031,31,1 +1084,5,17031,31,0 +1085,5,17031,31,4 +1086,5,17031,31,0 +1087,10,17031,31,2 +1088,5,17031,31,9 +1089,10,17031,31,12 +1090,5,17031,31,0 +1091,5,17031,31,11 +1092,10,17031,31,13 +1093,10,17031,31,15 +1094,10,17031,31,153 +1095,10,17031,31,26 +1096,10,17031,31,3 +1097,10,17031,31,2 +1098,5,17031,31,23 +1099,10,17031,31,10 +1100,10,17031,31,25 +1101,10,17031,31,0 +1102,10,17031,31,6 +1103,10,17031,31,16 +1104,10,17031,31,10 +1105,10,17031,31,5 +1106,10,17031,31,9 +1107,10,17031,31,42 +1108,10,17031,31,6 +1109,10,17031,31,3 +1110,10,17031,31,3 +1111,10,17031,31,0 +1112,10,17031,31,69 +1113,10,17031,31,30 +1114,10,17031,31,177 +1115,10,17031,31,0 +1116,10,17031,31,0 +1117,10,17031,31,80 +1118,10,17031,31,7 +1119,10,17031,31,1 +1120,10,17031,31,832 +1121,10,17031,31,16 +1122,10,17031,31,3 +1123,10,17031,31,4 +1124,10,17031,31,6 +1125,10,17031,31,1194 +1126,10,17031,31,26 +1127,10,17031,31,8 +1128,10,17031,31,101 +1129,10,17031,31,7 +1130,10,17031,31,4 +1131,10,17031,31,1 +1132,10,17031,31,6 +1133,10,17031,31,4 +1134,10,17031,31,152 +1135,10,17031,31,293 +1136,10,17031,31,13 +1137,10,17031,31,4 +1138,10,17031,31,0 +1139,10,17031,31,300 +1140,10,17031,31,3 +1141,10,17031,31,262 +1142,10,17031,31,7 +1143,10,17031,31,91 +1144,10,17031,31,525 +1145,10,17031,31,6 +1146,10,17031,31,0 +1147,10,17031,31,24 +1148,10,17031,31,1188 +1149,10,17031,31,17 +1150,10,17031,31,2238 +1151,10,17031,31,32 +1152,10,17031,31,747 +1153,10,17031,31,7 +1154,10,17031,31,33 +1155,10,17031,31,0 +1156,10,17031,31,3 +1157,10,17031,31,248 +1158,10,17031,31,11 +1159,10,17031,31,2210 +1160,10,17031,31,11 +1161,10,17031,31,0 +1162,10,17031,31,9 +1163,10,17031,31,43 +1164,10,17031,31,2 +1165,10,17031,31,7 +1166,10,17031,31,0 +1167,10,17031,31,155 +1168,10,17031,31,411 +1169,10,17031,31,851 +1170,10,17031,31,3 +1171,11,17031,31,1 +1172,11,17031,31,2 +1173,11,17031,31,9 +1174,11,17031,31,46 +1175,11,17031,31,6 +1176,11,17031,31,34 +1177,11,17031,31,89 +1178,11,17031,31,37 +1179,11,17031,31,10 +1180,11,17031,31,3 +1181,11,17031,31,2 +1182,11,17031,31,11 +1183,12,17031,31,103 +1184,12,17031,31,0 +1185,12,17031,31,925 +1186,12,17031,31,17 +1187,12,17031,31,1 +1188,13,17031,31,127 +1189,12,17031,31,6 +1190,13,17031,31,1 +1191,12,17031,31,1848 +1192,12,17031,31,533 +1193,12,17031,31,176 +1194,12,17031,31,121 +1195,12,17031,31,314 +1196,12,17031,31,12 +1197,12,17031,31,330 +1198,12,17031,31,1 +1199,12,17031,31,3 +1200,12,17031,31,395 +1201,12,17031,31,5 +1202,12,17031,31,1 +1203,12,17031,31,28 +1204,12,17031,31,7 +1205,12,17031,31,19 +1206,12,17031,31,3 +1207,12,17031,31,129 +1208,12,17031,31,403 +1209,12,17031,31,325 +1210,12,17031,31,0 +1211,12,17031,31,5 +1212,12,17031,31,79 +1213,12,17031,31,6 +1214,12,17031,31,13 +1215,12,17031,31,2 +1216,12,17031,31,47 +1217,12,17031,31,1304 +1218,12,17031,31,266 +1219,12,17031,31,2187 +1220,12,17031,31,2 +1221,12,17031,31,1 +1222,12,17031,31,1835 +1223,12,17031,31,953 +1224,12,17031,31,24 +1225,12,17031,31,1 +1226,12,17031,31,1 +1227,12,17031,31,1 +1228,12,17031,31,19 +1229,15,17031,31,619 +1230,15,17031,31,6 +1231,15,17031,31,18 +1232,15,17031,31,210 +1233,15,17031,31,506 +1234,15,17031,31,26 +1235,15,17031,31,8 +1236,15,17031,31,160 +1237,15,17031,31,701 +1238,15,17031,31,101 +1239,15,17031,31,0 +1240,15,17031,31,6 +1241,15,17031,31,13 +1242,15,17031,31,0 +1243,15,17031,31,0 +1244,15,17031,31,1 +1245,15,17031,31,2 +1246,15,17031,31,0 +1247,15,17031,31,5 +1248,15,17031,31,5 +1249,15,17031,31,15 +1250,15,17031,31,11 +1251,15,17031,31,185 +1252,15,17031,31,19 +1253,15,17031,31,2 +1254,15,17031,31,1440 +1255,15,17031,31,134 +1256,15,17031,31,158 +1257,15,17031,31,59 +1258,15,17031,31,14 +1259,15,17031,31,4 +1260,15,17031,31,0 +1261,15,17031,31,107 +1262,15,17031,31,2 +1263,15,17031,31,22 +1264,15,17031,31,7 +1265,15,17031,31,58 +1266,15,17031,31,2 +1267,15,17031,31,2 +1268,15,17031,31,224 +1269,15,17031,31,724 +1270,15,17031,31,496 +1271,15,17031,31,27 +1272,15,17031,31,558 +1273,15,17031,31,2 +1274,15,17031,31,141 +1275,15,17031,31,3 +1276,15,17031,31,0 +1277,15,17031,31,28 +1278,15,17031,31,54 +1279,15,17031,31,1 +1280,15,17031,31,11 +1281,15,17031,31,3 +1282,15,17031,31,300 +1283,15,17031,31,8 +1284,15,17031,31,9 +1285,15,17031,31,4 +1286,15,17031,31,10 +1287,15,17031,31,429 +1288,15,17031,31,246 +1289,15,17031,31,186 +1290,15,17031,31,1388 +1291,15,17031,31,71 +1292,15,17031,31,0 +1293,15,17031,31,52 +1294,15,17031,31,402 +1295,15,17031,31,1388 +1296,15,17031,31,11 +1297,15,17031,31,137 +1298,15,17031,31,9 +1299,15,17031,31,4 +1300,15,17031,31,2 +1301,15,17031,31,4 +1302,15,17031,31,27 +1303,15,17031,31,2 +1304,15,17031,31,0 +1305,15,17031,31,5 +1306,15,17031,31,1 +1307,15,17031,31,3 +1308,15,17031,31,1 +1309,15,17031,31,10 +1310,15,17031,31,25 +1311,15,17031,31,19 +1312,15,17031,31,11 +1313,16,17031,31,0 +1314,16,17031,31,1 +1315,16,17031,31,12 +1316,16,17031,31,28 +1317,16,17031,31,16 +1318,16,17031,31,20 +1319,16,17031,31,72 +1320,16,17031,31,27 +1321,16,17031,31,6 +1322,16,17031,31,23 +1323,16,17031,31,5 +1324,16,17031,31,6 +1325,16,17031,31,4 +1326,16,17031,31,12 +1327,16,17031,31,30 +1328,16,17031,31,2 +1329,16,17031,31,10 +1330,16,17031,31,13 +1331,16,17031,31,7 +1332,16,17031,31,3 +1333,16,17031,31,34 +1334,16,17031,31,484 +1335,16,17031,31,154 +1336,16,17031,31,623 +1337,16,17031,31,17 +1338,16,17031,31,1 +1339,16,17031,31,25 +1340,16,17031,31,12 +1341,16,17031,31,27 +1342,16,17031,31,12 +1343,16,17031,31,39 +1344,16,17031,31,425 +1345,16,17031,31,2 +1346,16,17031,31,66 +1347,16,17031,31,53 +1348,16,17031,31,9 +1349,16,17031,31,49 +1350,16,17031,31,10 +1351,16,17031,31,18 +1352,16,17031,31,0 +1353,16,17031,31,18 +1354,16,17031,31,332 +1355,16,17031,31,72 +1356,16,17031,31,1 +1357,16,17031,31,0 +1358,16,17031,31,17 +1359,16,17031,31,9 +1360,16,17031,31,19 +1361,16,17031,31,391 +1362,18,17031,31,10 +1363,18,17031,31,6 +1364,18,17031,31,124 +1365,18,17031,31,43 +1366,18,17031,31,2 +1367,18,17031,31,114 +1368,18,17031,31,142 +1369,18,17031,31,23 +1370,18,17031,31,99 +1371,18,17031,31,13 +1372,18,17031,31,8 +1373,18,17031,31,28 +1374,18,17031,31,2 +1375,18,17031,31,14 +1376,18,17031,31,3 +1377,18,17031,31,0 +1378,18,17031,31,736 +1379,18,17031,31,10 +1380,18,17031,31,1931 +1381,18,17031,31,229 +1382,18,17031,31,127 +1383,18,17031,31,1 +1384,18,17031,31,6 +1385,18,17031,31,69 +1386,18,17031,31,111 +1387,18,17031,31,4 +1388,18,17031,31,257 +1389,18,17031,31,6 +1390,18,17031,31,32 +1391,18,17031,31,38 +1392,18,17031,31,184 +1393,18,17031,31,8 +1394,18,17031,31,21 +1395,18,17031,31,0 +1396,18,17031,31,0 +1397,18,17031,31,69 +1398,18,17031,31,174 +1399,18,17031,31,1535 +1400,18,17031,31,386 +1401,18,17031,31,54 +1402,18,17031,31,49 +1403,18,17031,31,340 +1404,18,17031,31,2 +1405,18,17031,31,5 +1406,18,17031,31,452 +1407,18,17031,31,0 +1408,18,17031,31,92 +1409,18,17031,31,33 +1410,18,17031,31,14 +1411,18,17031,31,37 +1412,18,17031,31,187 +1413,18,17031,31,184 +1414,18,17031,31,258 +1415,18,17031,31,2 +1416,19,17031,31,16 +1417,19,17031,31,16 +1418,19,17031,31,1241 +1419,19,17031,31,402 +1420,19,17031,31,132 +1421,19,17031,31,4 +1422,19,17031,31,117 +1423,19,17031,31,28 +1424,19,17031,31,466 +1425,19,17031,31,170 +1426,19,17031,31,72 +1427,19,17031,31,497 +1428,19,17031,31,7 +1429,19,17031,31,9 +1430,19,17031,31,11 +1431,19,17031,31,300 +1432,19,17031,31,4 +1433,19,17031,31,322 +1434,19,17031,31,23 +1435,19,17031,31,678 +1436,19,17031,31,335 +1437,19,17031,31,3 +1438,19,17031,31,23 +1439,19,17031,31,5 +1440,19,17031,31,20 +1441,21,17031,31,37 +1442,21,17031,31,43 +1443,21,17031,31,87 +1444,21,17031,31,47 +1445,21,17031,31,7 +1446,21,17031,31,2 +1447,22,17031,31,1 +1448,22,17031,31,7 +1449,22,17031,31,4 +1450,22,17031,31,1 +1451,22,17031,31,83 +1452,22,17031,31,7 +1453,22,17031,31,8 +1454,22,17031,31,10 +1455,22,17031,31,9 +1456,22,17031,31,8 +1457,22,17031,31,2 +1458,22,17031,31,399 +1459,22,17031,31,0 +1460,22,17031,31,0 +1461,22,17031,31,5 +1462,22,17031,31,12 +1463,22,17031,31,21 +1464,22,17031,31,98 +1465,22,17031,31,2 +1466,22,17031,31,34 +1467,22,17031,31,6 +1468,22,17031,31,16 +1469,22,17031,31,1 +1470,22,17031,31,1 +1471,23,17031,31,23 +1472,23,17031,31,17 +1473,23,17031,31,13 +1474,23,17031,31,8 +1475,23,17031,31,1 +1476,23,17031,31,2 +1477,23,17031,31,85 +1478,23,17031,31,2 +1479,23,17031,31,19 +1480,23,17031,31,1 +1481,23,17031,31,0 +1482,23,17031,31,22 +1483,23,17031,31,8 +1484,23,17031,31,2 +1485,23,17031,31,6 +1486,23,17031,31,6 +1487,23,17031,31,112 +1488,23,17031,31,82 +1489,23,17031,31,16 +1490,23,17031,31,16 +1491,23,17031,31,32 +1492,23,17031,31,29 +1493,23,17031,31,6 +1494,23,17031,31,8 +1495,23,17031,31,11 +1496,23,17031,31,4 +1497,23,17031,31,0 +1498,23,17031,31,3 +1499,23,17031,31,7 +1500,23,17031,31,3 +1501,23,17031,31,5 +1502,23,17031,31,0 +1503,23,17031,31,2 +1504,23,17031,31,6 +1505,23,17031,31,9 +1506,23,17031,31,5 +1507,23,17031,31,0 +1508,23,17031,31,245 +1509,23,17031,31,6 +1510,23,17031,31,31 +1511,23,17031,31,808 +1512,23,17031,31,251 +1513,23,17031,31,29 +1514,23,17031,31,265 +1515,23,17031,31,683 +1516,23,17031,31,342 +1517,23,17031,31,1 +1518,23,17031,31,18 +1519,23,17031,31,16 +1520,23,17031,31,259 +1521,23,17031,31,0 +1522,23,17031,31,6 +1523,23,17031,31,73 +1524,23,17031,31,9 +1525,23,17031,31,6 +1526,23,17031,31,4 +1527,23,17031,31,7 +1528,23,17031,31,16 +1529,23,17031,31,8 +1530,23,17031,31,49 +1531,23,17031,31,832 +1532,23,17031,31,1482 +1533,23,17031,31,1 +1534,23,17031,31,24 +1535,23,17031,31,57 +1536,23,17031,31,5 +1537,24,17031,31,35 +1538,24,17031,31,39 +1539,24,17031,31,8 +1540,24,17031,31,5 +1541,24,17031,31,37 +1542,24,17031,31,0 +1543,24,17031,31,5 +1544,24,17031,31,40 +1545,24,17031,31,1 +1546,24,17031,31,5 +1547,24,17031,31,1 +1548,24,17031,31,8 +1549,24,17031,31,312 +1550,24,17031,31,113 +1551,24,17031,31,0 +1552,25,17031,31,460 +1553,25,17031,31,1 +1554,25,17031,31,23 +1555,25,17031,31,49 +1556,25,17031,31,21 +1557,25,17031,31,1 +1558,25,17031,31,21 +1559,25,17031,31,23 +1560,25,17031,31,2 +1561,25,17031,31,272 +1562,25,17031,31,23 +1563,25,17031,31,18 +1564,25,17031,31,8 +1565,25,17031,31,73 +1566,25,17031,31,3 +1567,25,17031,31,9 +1568,25,17031,31,17 +1569,25,17031,31,5 +1570,25,17031,31,15 +1571,25,17031,31,21 +1572,25,17031,31,148 +1573,26,17031,31,7 +1574,26,17031,31,19 +1575,26,17031,31,306 +1576,26,17031,31,2 +1577,26,17031,31,1202 +1578,26,17031,31,19 +1579,26,17031,31,3 +1580,26,17031,31,97 +1581,26,17031,31,49 +1582,26,17031,31,7 +1583,26,17031,31,52 +1584,26,17031,31,1 +1585,26,17031,31,0 +1586,26,17031,31,15 +1587,26,17031,31,5 +1588,26,17031,31,2 +1589,26,17031,31,0 +1590,26,17031,31,3 +1591,26,17031,31,9 +1592,26,17031,31,4 +1593,26,17031,31,16 +1594,26,17031,31,12 +1595,26,17031,31,32 +1596,26,17031,31,0 +1597,26,17031,31,2 +1598,26,17031,31,512 +1599,26,17031,31,2 +1600,26,17031,31,70 +1601,26,17031,31,19 +1602,26,17031,31,765 +1603,26,17031,31,36 +1604,26,17031,31,12 +1605,26,17031,31,12 +1606,26,17031,31,149 +1607,26,17031,31,1 +1608,26,17031,31,12 +1609,26,17031,31,0 +1610,26,17031,31,7 +1611,26,17031,31,2 +1612,26,17031,31,3 +1613,26,17031,31,19 +1614,26,17031,31,18 +1615,27,17031,31,135 +1616,27,17031,31,521 +1617,27,17031,31,77 +1618,27,17031,31,28 +1619,27,17031,31,56 +1620,27,17031,31,851 +1621,27,17031,31,9 +1622,27,17031,31,187 +1623,27,17031,31,29 +1624,27,17031,31,35 +1625,27,17031,31,57 +1626,27,17031,31,59 +1627,27,17031,31,14 +1628,27,17031,31,6 +1629,27,17031,31,18 +1630,27,17031,31,2 +1631,27,17031,31,64 +1632,27,17031,31,767 +1633,27,17031,31,500 +1634,27,17031,31,8 +1635,27,17031,31,59 +1636,27,17031,31,43 +1637,27,17031,31,105 +1638,27,17031,31,68 +1639,27,17031,31,875 +1640,27,17031,31,57 +1641,27,17031,31,60 +1642,27,17031,31,50 +1643,27,17031,31,11 +1644,27,17031,31,422 +1645,27,17031,31,202 +1646,27,17031,31,69 +1647,27,17031,31,1 +1648,27,17031,31,74 +1649,27,17031,31,72 +1650,27,17031,31,315 +1651,27,17031,31,18 +1652,27,17031,31,94 +1653,27,17031,31,2 +1654,27,17031,31,18 +1655,27,17031,31,81 +1656,27,17031,31,0 +1657,27,17031,31,103 +1658,27,17031,31,79 +1659,27,17031,31,15 +1660,27,17031,31,12 +1661,27,17031,31,624 +1662,27,17031,31,3 +1663,27,17031,31,534 +1664,27,17031,31,14 +1665,27,17031,31,13 +1666,27,17031,31,20 +1667,28,17031,31,26 +1668,28,17031,31,10 +1669,28,17031,31,9 +1670,28,17031,31,17 +1671,28,17031,31,25 +1672,28,17031,31,4 +1673,28,17031,31,0 +1674,28,17031,31,7 +1675,28,17031,31,0 +1676,28,17031,31,62 +1677,28,17031,31,62 +1678,28,17031,31,46 +1679,28,17031,31,4 +1680,28,17031,31,6 +1681,28,17031,31,13 +1682,28,17031,31,85 +1683,28,17031,31,4 +1684,28,17031,31,1 +1685,28,17031,31,6 +1686,28,17031,31,21 +1687,28,17031,31,3 +1688,28,17031,31,6 +1689,28,17031,31,4 +1690,28,17031,31,69 +1691,28,17031,31,3 +1692,28,17031,31,1 +1693,28,17031,31,52 +1694,28,17031,31,0 +1695,28,17031,31,12 +1696,28,17031,31,8 +1697,29,17031,31,21 +1698,29,17031,31,2 +1699,29,17031,31,1 +1700,29,17031,31,5 +1701,29,17031,31,0 +1702,29,17031,31,99 +1703,29,17031,31,1 +1704,29,17031,31,28 +1705,29,17031,31,14 +1706,29,17031,31,6 +1707,29,17031,31,2 +1708,29,17031,31,11 +1709,29,17031,31,12 +1710,29,17031,31,4 +1711,29,17031,31,0 +1712,29,17031,31,4 +1713,29,17031,31,4 +1714,29,17031,31,7 +1715,29,17031,31,2 +1716,29,17031,31,12 +1717,29,17031,31,2 +1718,29,17031,31,0 +1719,29,17031,31,455 +1720,29,17031,31,286 +1721,29,17031,31,1110 +1722,29,17031,31,1348 +1723,29,17031,31,6 +1724,29,17031,31,1 +1725,29,17031,31,31 +1726,29,17031,31,6 +1727,29,17031,31,151 +1728,29,17031,31,910 +1729,29,17031,31,85 +1730,29,17031,31,11 +1731,29,17031,31,24 +1732,29,17031,31,22 +1733,79,17043,31,1 +1734,79,17043,31,0 +1735,77,17043,31,142 +1736,77,17043,31,158 +1737,77,17043,31,17 +1738,77,17043,31,63 +1739,77,17043,31,11 +1740,77,17043,31,74 +1741,77,17043,31,1531 +1742,77,17043,31,327 +1743,77,17043,31,55 +1744,80,17043,31,1313 +1745,80,17043,31,41 +1746,80,17043,31,892 +1747,80,17043,31,6 +1748,80,17043,31,216 +1749,80,17043,31,10 +1750,80,17043,31,18 +1751,80,17043,31,170 +1752,80,17043,31,17 +1753,80,17043,31,8 +1754,80,17043,31,122 +1755,80,17043,31,52 +1756,83,17043,31,39 +1757,83,17043,31,99 +1758,83,17043,31,246 +1759,83,17043,31,432 +1760,83,17043,31,44 +1761,83,17043,31,442 +1762,83,17043,31,1 +1763,83,17043,31,6 +1764,83,17043,31,20 +1765,83,17043,31,0 +1766,83,17043,31,0 +1767,83,17043,31,81 +1768,83,17043,31,1488 +1769,83,17043,31,0 +1770,83,17043,31,2 +1771,83,17043,31,2 +1772,83,17043,31,1 +1773,83,17043,31,3 +1774,83,17043,31,5 +1775,83,17043,31,288 +1776,83,17043,31,33 +1777,83,17043,31,4 +1778,83,17043,31,0 +1779,83,17043,31,321 +1780,83,17043,31,3 +1781,83,17043,31,501 +1782,83,17043,31,362 +1783,83,17043,31,14 +1784,83,17043,31,328 +1785,83,17043,31,11 +1786,83,17043,31,19 +1787,83,17043,31,12 +1788,83,17043,31,37 +1789,83,17043,31,0 +1790,83,17043,31,23 +1791,83,17043,31,11 +1792,83,17043,31,0 +1793,83,17043,31,21 +1794,83,17043,31,0 +1795,83,17043,31,33 +1796,83,17043,31,41 +1797,83,17043,31,0 +1798,83,17043,31,30 +1799,83,17043,31,8 +1800,83,17043,31,18 +1801,83,17043,31,14 +1802,83,17043,31,0 +1803,83,17043,31,185 +1804,83,17043,31,0 +1805,83,17043,31,0 +1806,83,17043,31,6 +1807,83,17043,31,71 +1808,83,17043,31,1 +1809,83,17043,31,8 +1810,83,17043,31,2 +1811,83,17043,31,25 +1812,83,17043,31,23 +1813,78,17043,31,418 +1814,78,17043,31,706 +1815,78,17043,31,0 +1816,78,17043,31,10 +1817,78,17043,31,551 +1818,78,17043,31,212 +1819,78,17043,31,75 +1820,78,17043,31,6 +1821,78,17043,31,1055 +1822,78,17043,31,56 +1823,78,17043,31,249 +1824,78,17043,31,39 +1825,78,17043,31,268 +1826,78,17043,31,2 +1827,78,17043,31,56 +1828,78,17043,31,364 +1829,78,17043,31,4 +1830,78,17043,31,0 +1831,78,17043,31,0 +1832,78,17043,31,5 +1833,78,17043,31,8 +1834,78,17043,31,210 +1835,78,17043,31,3 +1836,78,17043,31,0 +1837,78,17043,31,389 +1838,78,17043,31,1 +1839,78,17043,31,7 +1840,78,17043,31,4 +1841,78,17043,31,13 +1842,78,17043,31,796 +1843,78,17043,31,1245 +1844,78,17043,31,0 +1845,78,17043,31,0 +1846,78,17043,31,437 +1847,78,17043,31,492 +1848,78,17043,31,321 +1849,78,17043,31,1103 +1850,78,17043,31,15 +1851,78,17043,31,809 +1852,78,17043,31,5 +1853,78,17043,31,266 +1854,78,17043,31,943 +1855,81,17043,31,6 +1856,81,17043,31,1390 +1857,81,17043,31,0 +1858,81,17043,31,8 +1859,81,17043,31,91 +1860,81,17043,31,138 +1861,81,17043,31,10 +1862,81,17043,31,2 +1863,81,17043,31,9 +1864,81,17043,31,2 +1865,81,17043,31,1 +1866,81,17043,31,7 +1867,81,17043,31,0 +1868,81,17043,31,12 +1869,81,17043,31,170 +1870,81,17043,31,2 +1871,81,17043,31,1 +1872,81,17043,31,0 +1873,81,17043,31,27 +1874,81,17043,31,0 +1875,81,17043,31,12 +1876,81,17043,31,54 +1877,81,17043,31,83 +1878,81,17043,31,35 +1879,81,17043,31,56 +1880,81,17043,31,0 +1881,81,17043,31,7 +1882,81,17043,31,2 +1883,81,17043,31,26 +1884,81,17043,31,7 +1885,81,17043,31,10 +1886,81,17043,31,3 +1887,81,17043,31,12 +1888,81,17043,31,11 +1889,81,17043,31,1 +1890,81,17043,31,1 +1891,81,17043,31,0 +1892,81,17043,31,0 +1893,81,17043,31,0 +1894,81,17043,31,1 +1895,81,17043,31,0 +1896,81,17043,31,5 +1897,81,17043,31,7 +1898,81,17043,31,0 +1899,81,17043,31,40 +1900,81,17043,31,4 +1901,81,17043,31,18 +1902,81,17043,31,13 +1903,81,17043,31,0 +1904,81,17043,31,60 +1905,81,17043,31,3 +1906,81,17043,31,3 +1907,81,17043,31,5 +1908,81,17043,31,10 +1909,81,17043,31,8 +1910,81,17043,31,95 +1911,81,17043,31,1 +1912,84,17043,31,455 +1913,84,17043,31,538 +1914,84,17043,31,33 +1915,84,17043,31,1 +1916,84,17043,31,116 +1917,84,17043,31,18 +1918,84,17043,31,0 +1919,84,17043,31,493 +1920,84,17043,31,231 +1921,84,17043,31,16 +1922,84,17043,31,0 +1923,84,17043,31,0 +1924,84,17043,31,435 +1925,84,17043,31,151 +1926,84,17043,31,16 +1927,84,17043,31,77 +1928,84,17043,31,8 +1929,84,17043,31,270 +1930,84,17043,31,87 +1931,84,17043,31,1051 +1932,84,17043,31,144 +1933,84,17043,31,9 +1934,84,17043,31,16 +1935,84,17043,31,0 +1936,84,17043,31,3 +1937,84,17043,31,10 +1938,84,17043,31,6 +1939,84,17043,31,2 +1940,84,17043,31,23 +1941,84,17043,31,34 +1942,84,17043,31,8 +1943,84,17043,31,4 +1944,84,17043,31,2 +1945,84,17043,31,3 +1946,84,17043,31,17 +1947,84,17043,31,14 +1948,84,17043,31,5 +1949,84,17043,31,23 +1950,84,17043,31,42 +1951,84,17043,31,6 +1952,84,17043,31,4 +1953,84,17043,31,2 +1954,79,17043,31,632 +1955,79,17043,31,472 +1956,79,17043,31,719 +1957,79,17043,31,2560 +1958,79,17043,31,754 +1959,79,17043,31,328 +1960,79,17043,31,12 +1961,79,17043,31,546 +1962,79,17043,31,567 +1963,79,17043,31,2020 +1964,79,17043,31,0 +1965,79,17043,31,6 +1966,79,17043,31,7 +1967,79,17043,31,30 +1968,79,17043,31,112 +1969,79,17043,31,369 +1970,79,17043,31,13 +1971,79,17043,31,3 +1972,79,17043,31,0 +1973,79,17043,31,0 +1974,79,17043,31,7 +1975,79,17043,31,3 +1976,79,17043,31,0 +1977,79,17043,31,3 +1978,79,17043,31,333 +1979,79,17043,31,625 +1980,79,17043,31,66 +1981,79,17043,31,558 +1982,79,17043,31,2 +1983,79,17043,31,13 +1984,79,17043,31,134 +1985,79,17043,31,11 +1986,79,17043,31,9 +1987,79,17043,31,1 +1988,79,17043,31,216 +1989,79,17043,31,1529 +1990,79,17043,31,8 +1991,79,17043,31,838 +1992,79,17043,31,850 +1993,79,17043,31,1067 +1994,79,17043,31,178 +1995,79,17043,31,0 +1996,79,17043,31,8 +1997,79,17043,31,53 +1998,79,17043,31,45 +1999,79,17043,31,0 +2000,79,17043,31,15 +2001,79,17043,31,1 +2002,79,17043,31,904 +2003,82,17043,31,0 +2004,82,17043,31,40 +2005,82,17043,31,117 +2006,82,17043,31,58 +2007,82,17043,31,12 +2008,82,17043,31,2 +2009,82,17043,31,8 +2010,82,17043,31,19 +2011,82,17043,31,9 +2012,82,17043,31,0 +2013,82,17043,31,0 +2014,82,17043,31,0 +2015,82,17043,31,5 +2016,82,17043,31,9 +2017,82,17043,31,41 +2018,82,17043,31,52 +2019,82,17043,31,26 +2020,82,17043,31,4 +2021,82,17043,31,5 +2022,82,17043,31,24 +2023,82,17043,31,19 +2024,82,17043,31,60 +2025,82,17043,31,86 +2026,82,17043,31,19 +2027,82,17043,31,71 +2028,82,17043,31,214 +2029,82,17043,31,59 +2030,82,17043,31,108 +2031,82,17043,31,42 +2032,82,17043,31,50 +2033,82,17043,31,439 +2034,82,17043,31,142 +2035,82,17043,31,63 +2036,82,17043,31,506 +2037,82,17043,31,67 +2038,82,17043,31,60 +2039,82,17043,31,287 +2040,82,17043,31,37 +2041,82,17043,31,283 +2042,82,17043,31,130 +2043,82,17043,31,191 +2044,82,17043,31,14 +2045,82,17043,31,113 +2046,82,17043,31,128 +2047,82,17043,31,0 +2048,82,17043,31,72 +2049,82,17043,31,98 +2050,82,17043,31,27 +2051,85,17043,31,4 +2052,85,17043,31,5 +2053,85,17043,31,5 +2054,85,17043,31,1 +2055,85,17043,31,2 +2056,85,17043,31,15 +2057,85,17043,31,453 +2058,85,17043,31,175 +2059,85,17043,31,104 +2060,85,17043,31,10 +2061,85,17043,31,118 +2062,85,17043,31,77 +2063,85,17043,31,46 +2064,85,17043,31,8 +2065,85,17043,31,19 +2066,85,17043,31,0 +2067,85,17043,31,0 +2068,85,17043,31,23 +2069,85,17043,31,0 +2070,85,17043,31,0 +2071,85,17043,31,0 +2072,85,17043,31,13 +2073,85,17043,31,2 +2074,85,17043,31,11 +2075,85,17043,31,0 +2076,85,17043,31,0 +2077,85,17043,31,5 +2078,85,17043,31,4 +2079,85,17043,31,3 +2080,85,17043,31,7 +2081,85,17043,31,3 +2082,85,17043,31,0 +2083,85,17043,31,0 +2084,85,17043,31,6 +2085,85,17043,31,101 +2086,85,17043,31,25 +2087,85,17043,31,1 +2088,85,17043,31,0 +2089,85,17043,31,738 +2090,85,17043,31,7 +2091,85,17043,31,6 +2092,85,17043,31,0 +2093,85,17043,31,0 +2094,85,17043,31,5 +2095,85,17043,31,8 +2096,85,17043,31,5 +2097,85,17043,31,5 +2098,85,17043,31,10 +2099,85,17043,31,8 +2100,85,17043,31,506 +2101,85,17043,31,652 +2102,85,17043,31,7 +2103,85,17043,31,22 +2104,85,17043,31,44 +2105,85,17043,31,35 +2106,85,17043,31,460 +2107,85,17043,31,4 +2108,86,17043,31,307 +2109,86,17043,31,2 +2110,86,17043,31,20 +2111,86,17043,31,505 +2112,62,17089,31,4 +2113,62,17089,31,300 +2114,62,17089,31,30 +2115,62,17089,31,379 +2116,65,17089,31,42 +2117,65,17089,31,28 +2118,65,17089,31,4 +2119,65,17089,31,3 +2120,68,17089,31,11 +2121,68,17089,31,10 +2122,68,17089,31,3 +2123,68,17089,31,10 +2124,71,17089,31,0 +2125,71,17089,31,7 +2126,71,17089,31,14 +2127,71,17089,31,60 +2128,74,17089,31,6 +2129,74,17089,31,151 +2130,74,17089,31,4 +2131,74,17089,31,14 +2132,63,17089,31,180 +2133,63,17089,31,9 +2134,63,17089,31,75 +2135,63,17089,31,217 +2136,66,17089,31,6 +2137,66,17089,31,28 +2138,66,17089,31,6 +2139,66,17089,31,11 +2140,69,17089,31,53 +2141,69,17089,31,7 +2142,69,17089,31,10 +2143,69,17089,31,36 +2144,72,17089,31,213 +2145,72,17089,31,55 +2146,72,17089,31,5 +2147,72,17089,31,7 +2148,75,17089,31,90 +2149,75,17089,31,38 +2150,75,17089,31,30 +2151,75,17089,31,23 +2152,75,17089,31,0 +2153,75,17089,31,0 +2154,75,17089,31,0 +2155,75,17089,31,15 +2156,75,17089,31,0 +2157,75,17089,31,0 +2158,64,17089,31,42 +2159,64,17089,31,10 +2160,64,17089,31,24 +2161,64,17089,31,5 +2162,64,17089,31,0 +2163,64,17089,31,0 +2164,64,17089,31,357 +2165,64,17089,31,37 +2166,64,17089,31,617 +2167,64,17089,31,30 +2168,64,17089,31,138 +2169,64,17089,31,42 +2170,64,17089,31,20 +2171,64,17089,31,28 +2172,64,17089,31,71 +2173,64,17089,31,1903 +2174,64,17089,31,827 +2175,64,17089,31,3 +2176,64,17089,31,310 +2177,64,17089,31,28 +2178,64,17089,31,171 +2179,67,17089,31,260 +2180,67,17089,31,377 +2181,67,17089,31,272 +2182,67,17089,31,19 +2183,67,17089,31,373 +2184,67,17089,31,15 +2185,67,17089,31,0 +2186,67,17089,31,273 +2187,67,17089,31,441 +2188,67,17089,31,21 +2189,67,17089,31,13 +2190,67,17089,31,4 +2191,67,17089,31,33 +2192,67,17089,31,49 +2193,67,17089,31,4 +2194,67,17089,31,373 +2195,67,17089,31,5 +2196,67,17089,31,168 +2197,67,17089,31,53 +2198,67,17089,31,0 +2199,67,17089,31,65 +2200,67,17089,31,24 +2201,67,17089,31,3 +2202,67,17089,31,20 +2203,67,17089,31,26 +2204,67,17089,31,0 +2205,67,17089,31,42 +2206,67,17089,31,0 +2207,67,17089,31,6 +2208,67,17089,31,204 +2209,67,17089,31,0 +2210,67,17089,31,0 +2211,67,17089,31,3 +2212,67,17089,31,0 +2213,67,17089,31,3 +2214,67,17089,31,735 +2215,67,17089,31,37 +2216,67,17089,31,383 +2217,67,17089,31,552 +2218,67,17089,31,213 +2219,67,17089,31,95 +2220,67,17089,31,0 +2221,70,17089,31,87 +2222,70,17089,31,353 +2223,70,17089,31,74 +2224,70,17089,31,1 +2225,70,17089,31,24 +2226,70,17089,31,9 +2227,70,17089,31,74 +2228,70,17089,31,143 +2229,70,17089,31,163 +2230,70,17089,31,0 +2231,70,17089,31,0 +2232,70,17089,31,12 +2233,70,17089,31,6 +2234,70,17089,31,21 +2235,70,17089,31,709 +2236,70,17089,31,269 +2237,70,17089,31,1709 +2238,70,17089,31,1229 +2239,73,17089,31,157 +2240,73,17089,31,1 +2241,73,17089,31,409 +2242,73,17089,31,89 +2243,73,17089,31,267 +2244,73,17089,31,817 +2245,73,17089,31,34 +2246,73,17089,31,132 +2247,73,17089,31,30 +2248,73,17089,31,11 +2249,73,17089,31,6 +2250,73,17089,31,1449 +2251,73,17089,31,132 +2252,73,17089,31,3 +2253,73,17089,31,1513 +2254,73,17089,31,5 +2255,73,17089,31,50 +2256,73,17089,31,13 +2257,76,17089,31,18 +2258,76,17089,31,322 +2259,76,17089,31,164 +2260,76,17089,31,60 +2261,76,17089,31,180 +2262,76,17089,31,261 +2263,76,17089,31,11 +2264,76,17089,31,0 +2265,76,17089,31,440 +2266,76,17089,31,164 +2267,76,17089,31,578 +2268,76,17089,31,198 +2269,76,17089,31,271 +2270,76,17089,31,32 +2271,76,17089,31,396 +2272,76,17089,31,234 +2273,76,17089,31,64 +2274,76,17089,31,567 +2275,76,17089,31,17 +2276,76,17089,31,7 +2277,76,17089,31,37 +2278,76,17089,31,58 +2279,76,17089,31,26 +2280,76,17089,31,201 +2281,76,17089,31,481 +2282,76,17089,31,133 +2283,76,17089,31,413 +2284,76,17089,31,369 +2285,76,17089,31,2150 +2286,76,17089,31,5 +2287,76,17089,31,213 +2288,76,17089,31,7 +2289,76,17089,31,101 +2290,76,17089,31,42 +2291,76,17089,31,2 +2292,76,17089,31,284 +2293,76,17089,31,92 +2294,76,17089,31,11 +2295,76,17089,31,3 +2296,76,17089,31,3 +2297,76,17089,31,0 +2298,76,17089,31,1 +2299,76,17089,31,62 +2300,76,17089,31,0 +2301,76,17089,31,3 +2302,76,17089,31,1 +2303,76,17089,31,4 +2304,76,17089,31,0 +2305,110,17093,31,1 +2306,110,17093,31,203 +2307,111,17093,31,183 +2308,111,17093,31,75 +2309,112,17093,31,1397 +2310,112,17093,31,7 +2311,112,17093,31,71 +2312,112,17093,31,89 +2313,112,17093,31,788 +2314,110,17093,31,141 +2315,110,17093,31,269 +2316,111,17093,31,191 +2317,111,17093,31,27 +2318,112,17093,31,52 +2319,112,17093,31,1 +2320,113,17093,31,22 +2321,114,17093,31,204 +2322,115,17093,31,8 +2323,116,17093,31,23 +2324,117,17093,31,11 +2325,118,17093,31,29 +2326,46,17097,31,15 +2327,46,17097,31,24 +2328,46,17097,31,0 +2329,46,17097,31,18 +2330,46,17097,31,1 +2331,46,17097,31,9 +2332,50,17097,31,93 +2333,50,17097,31,37 +2334,50,17097,31,22 +2335,50,17097,31,29 +2336,50,17097,31,283 +2337,50,17097,31,1431 +2338,54,17097,31,11 +2339,54,17097,31,66 +2340,54,17097,31,136 +2341,54,17097,31,821 +2342,54,17097,31,8 +2343,54,17097,31,66 +2344,58,17097,31,3 +2345,58,17097,31,6 +2346,58,17097,31,266 +2347,58,17097,31,2 +2348,58,17097,31,95 +2349,58,17097,31,224 +2350,47,17097,31,324 +2351,47,17097,31,1 +2352,47,17097,31,5 +2353,47,17097,31,80 +2354,47,17097,31,11 +2355,47,17097,31,9 +2356,47,17097,31,52 +2357,47,17097,31,6 +2358,47,17097,31,5 +2359,51,17097,31,5 +2360,51,17097,31,165 +2361,51,17097,31,13 +2362,51,17097,31,10 +2363,51,17097,31,218 +2364,51,17097,31,2 +2365,51,17097,31,38 +2366,51,17097,31,25 +2367,51,17097,31,0 +2368,51,17097,31,3 +2369,51,17097,31,31 +2370,51,17097,31,4 +2371,51,17097,31,20 +2372,51,17097,31,38 +2373,51,17097,31,271 +2374,51,17097,31,31 +2375,51,17097,31,101 +2376,51,17097,31,5 +2377,55,17097,31,1 +2378,55,17097,31,1 +2379,55,17097,31,721 +2380,55,17097,31,0 +2381,55,17097,31,21 +2382,55,17097,31,78 +2383,55,17097,31,3 +2384,55,17097,31,5 +2385,55,17097,31,22 +2386,59,17097,31,34 +2387,59,17097,31,110 +2388,59,17097,31,30 +2389,59,17097,31,542 +2390,59,17097,31,1814 +2391,59,17097,31,282 +2392,59,17097,31,8 +2393,59,17097,31,291 +2394,59,17097,31,22 +2395,48,17097,31,27 +2396,48,17097,31,27 +2397,48,17097,31,5 +2398,48,17097,31,3 +2399,52,17097,31,20 +2400,52,17097,31,21 +2401,52,17097,31,1031 +2402,52,17097,31,15 +2403,52,17097,31,18 +2404,52,17097,31,14 +2405,52,17097,31,8 +2406,52,17097,31,348 +2407,52,17097,31,18 +2408,52,17097,31,340 +2409,52,17097,31,263 +2410,52,17097,31,8 +2411,52,17097,31,66 +2412,52,17097,31,64 +2413,52,17097,31,31 +2414,52,17097,31,13 +2415,52,17097,31,4 +2416,52,17097,31,635 +2417,52,17097,31,1064 +2418,52,17097,31,0 +2419,52,17097,31,12 +2420,56,17097,31,119 +2421,56,17097,31,8 +2422,56,17097,31,1613 +2423,56,17097,31,17 +2424,56,17097,31,50 +2425,56,17097,31,238 +2426,56,17097,31,4 +2427,56,17097,31,0 +2428,56,17097,31,6 +2429,56,17097,31,94 +2430,56,17097,31,8 +2431,56,17097,31,217 +2432,56,17097,31,1802 +2433,56,17097,31,38 +2434,56,17097,31,117 +2435,56,17097,31,377 +2436,56,17097,31,585 +2437,56,17097,31,320 +2438,56,17097,31,0 +2439,56,17097,31,80 +2440,56,17097,31,237 +2441,56,17097,31,81 +2442,56,17097,31,21 +2443,56,17097,31,1897 +2444,60,17097,31,10 +2445,60,17097,31,3 +2446,60,17097,31,532 +2447,60,17097,31,2 +2448,60,17097,31,461 +2449,60,17097,31,1067 +2450,60,17097,31,84 +2451,60,17097,31,59 +2452,60,17097,31,542 +2453,60,17097,31,26 +2454,60,17097,31,1945 +2455,60,17097,31,128 +2456,60,17097,31,32 +2457,60,17097,31,414 +2458,60,17097,31,619 +2459,60,17097,31,112 +2460,60,17097,31,1318 +2461,60,17097,31,23 +2462,60,17097,31,32 +2463,60,17097,31,854 +2464,60,17097,31,16 +2465,60,17097,31,134 +2466,60,17097,31,0 +2467,60,17097,31,60 +2468,49,17097,31,9 +2469,49,17097,31,5 +2470,49,17097,31,4 +2471,49,17097,31,11 +2472,49,17097,31,67 +2473,49,17097,31,108 +2474,49,17097,31,111 +2475,49,17097,31,28 +2476,49,17097,31,29 +2477,53,17097,31,3 +2478,53,17097,31,24 +2479,53,17097,31,4 +2480,53,17097,31,0 +2481,53,17097,31,62 +2482,53,17097,31,33 +2483,53,17097,31,16 +2484,53,17097,31,0 +2485,53,17097,31,2 +2486,53,17097,31,22 +2487,53,17097,31,0 +2488,53,17097,31,39 +2489,53,17097,31,0 +2490,53,17097,31,12 +2491,53,17097,31,73 +2492,53,17097,31,53 +2493,53,17097,31,30 +2494,53,17097,31,27 +2495,53,17097,31,49 +2496,53,17097,31,69 +2497,53,17097,31,0 +2498,53,17097,31,66 +2499,53,17097,31,9 +2500,53,17097,31,3384 +2501,53,17097,31,59 +2502,53,17097,31,198 +2503,53,17097,31,556 +2504,53,17097,31,28 +2505,53,17097,31,204 +2506,53,17097,31,3413 +2507,53,17097,31,626 +2508,53,17097,31,5 +2509,53,17097,31,39 +2510,53,17097,31,13 +2511,53,17097,31,22 +2512,53,17097,31,4 +2513,53,17097,31,399 +2514,53,17097,31,20 +2515,53,17097,31,13 +2516,53,17097,31,292 +2517,53,17097,31,52 +2518,53,17097,31,88 +2519,53,17097,31,71 +2520,53,17097,31,204 +2521,53,17097,31,3 +2522,53,17097,31,839 +2523,53,17097,31,4 +2524,53,17097,31,4 +2525,53,17097,31,18 +2526,53,17097,31,1928 +2527,53,17097,31,1134 +2528,53,17097,31,56 +2529,57,17097,31,31 +2530,57,17097,31,232 +2531,57,17097,31,274 +2532,57,17097,31,30 +2533,57,17097,31,2 +2534,57,17097,31,7 +2535,57,17097,31,3 +2536,57,17097,31,7 +2537,57,17097,31,0 +2538,57,17097,31,33 +2539,57,17097,31,7 +2540,57,17097,31,0 +2541,57,17097,31,483 +2542,57,17097,31,12 +2543,57,17097,31,4 +2544,57,17097,31,3 +2545,57,17097,31,0 +2546,57,17097,31,8 +2547,57,17097,31,2 +2548,57,17097,31,3 +2549,57,17097,31,29 +2550,57,17097,31,3 +2551,61,17097,31,1 +2552,61,17097,31,0 +2553,61,17097,31,0 +2554,61,17097,31,0 +2555,61,17097,31,12 +2556,61,17097,31,0 +2557,61,17097,31,22 +2558,61,17097,31,8 +2559,61,17097,31,84 +2560,61,17097,31,15 +2561,61,17097,31,87 +2562,61,17097,31,2 +2563,61,17097,31,6 +2564,61,17097,31,4 +2565,61,17097,31,5 +2566,61,17097,31,0 +2567,61,17097,31,63 +2568,61,17097,31,222 +2569,61,17097,31,17 +2570,61,17097,31,8 +2571,61,17097,31,37 +2572,61,17097,31,2 +2573,61,17097,31,4 +2574,61,17097,31,5 +2575,61,17097,31,43 +2576,61,17097,31,3 +2577,61,17097,31,0 +2578,61,17097,31,1406 +2579,61,17097,31,2 +2580,61,17097,31,416 +2581,61,17097,31,5 +2582,61,17097,31,14 +2583,61,17097,31,2 +2584,30,17111,31,0 +2585,30,17111,31,5 +2586,30,17111,31,173 +2587,30,17111,31,430 +2588,34,17111,31,5 +2589,34,17111,31,28 +2590,34,17111,31,1 +2591,34,17111,31,7 +2592,38,17111,31,1 +2593,38,17111,31,2 +2594,38,17111,31,3 +2595,38,17111,31,843 +2596,42,17111,31,4 +2597,42,17111,31,184 +2598,42,17111,31,0 +2599,42,17111,31,1 +2600,31,17111,31,1 +2601,31,17111,31,13 +2602,31,17111,31,4 +2603,31,17111,31,1 +2604,35,17111,31,6 +2605,35,17111,31,3 +2606,35,17111,31,5 +2607,35,17111,31,92 +2608,39,17111,31,7 +2609,39,17111,31,0 +2610,39,17111,31,26 +2611,39,17111,31,14 +2612,43,17111,31,706 +2613,43,17111,31,10 +2614,43,17111,31,8 +2615,43,17111,31,2 +2616,32,17111,31,304 +2617,32,17111,31,2 +2618,32,17111,31,1 +2619,32,17111,31,4 +2620,36,17111,31,2 +2621,36,17111,31,3 +2622,36,17111,31,27 +2623,36,17111,31,0 +2624,40,17111,31,182 +2625,40,17111,31,0 +2626,40,17111,31,363 +2627,40,17111,31,11 +2628,40,17111,31,586 +2629,40,17111,31,4 +2630,40,17111,31,186 +2631,40,17111,31,564 +2632,40,17111,31,42 +2633,40,17111,31,2 +2634,40,17111,31,1 +2635,40,17111,31,57 +2636,44,17111,31,4 +2637,44,17111,31,0 +2638,44,17111,31,1 +2639,44,17111,31,10 +2640,44,17111,31,1 +2641,44,17111,31,3 +2642,44,17111,31,9 +2643,44,17111,31,671 +2644,44,17111,31,11 +2645,33,17111,31,351 +2646,33,17111,31,7 +2647,33,17111,31,0 +2648,33,17111,31,157 +2649,33,17111,31,1434 +2650,33,17111,31,2 +2651,33,17111,31,31 +2652,37,17111,31,10 +2653,37,17111,31,254 +2654,37,17111,31,31 +2655,37,17111,31,21 +2656,37,17111,31,2 +2657,37,17111,31,22 +2658,37,17111,31,64 +2659,37,17111,31,16 +2660,37,17111,31,5 +2661,37,17111,31,142 +2662,37,17111,31,142 +2663,37,17111,31,5 +2664,41,17111,31,0 +2665,41,17111,31,68 +2666,41,17111,31,546 +2667,41,17111,31,133 +2668,41,17111,31,0 +2669,41,17111,31,246 +2670,41,17111,31,96 +2671,41,17111,31,2 +2672,41,17111,31,719 +2673,41,17111,31,3 +2674,41,17111,31,13 +2675,41,17111,31,284 +2676,41,17111,31,727 +2677,41,17111,31,48 +2678,41,17111,31,5 +2679,45,17111,31,10 +2680,45,17111,31,30 +2681,45,17111,31,2 +2682,45,17111,31,242 +2683,45,17111,31,70 +2684,45,17111,31,3 +2685,45,17111,31,0 +2686,45,17111,31,120 +2687,45,17111,31,156 +2688,45,17111,31,227 +2689,45,17111,31,923 +2690,45,17111,31,1303 +2691,45,17111,31,5 +2692,45,17111,31,28 +2693,45,17111,31,203 +2694,45,17111,31,13 +2695,45,17111,31,739 +2696,45,17111,31,79 +2697,45,17111,31,75 +2698,45,17111,31,20 +2699,45,17111,31,18 +2700,45,17111,31,324 +2701,45,17111,31,15 +2702,45,17111,31,3 +2703,87,17197,31,169 +2704,87,17197,31,61 +2705,87,17197,31,11 +2706,87,17197,31,2 +2707,87,17197,31,29 +2708,87,17197,31,18 +2709,87,17197,31,10 +2710,87,17197,31,151 +2711,87,17197,31,20 +2712,89,17197,31,4 +2713,89,17197,31,313 +2714,89,17197,31,24 +2715,89,17197,31,4 +2716,89,17197,31,36 +2717,89,17197,31,4 +2718,89,17197,31,5 +2719,89,17197,31,42 +2720,89,17197,31,83 +2721,92,17197,31,5 +2722,92,17197,31,163 +2723,92,17197,31,96 +2724,92,17197,31,2 +2725,92,17197,31,329 +2726,92,17197,31,2 +2727,92,17197,31,27 +2728,92,17197,31,44 +2729,92,17197,31,461 +2730,92,17197,31,1 +2731,92,17197,31,96 +2732,92,17197,31,478 +2733,96,17197,31,245 +2734,96,17197,31,1105 +2735,96,17197,31,638 +2736,96,17197,31,471 +2737,102,17197,31,37 +2738,102,17197,31,2 +2739,102,17197,31,5 +2740,102,17197,31,69 +2741,108,17197,31,6 +2742,108,17197,31,2 +2743,108,17197,31,13 +2744,108,17197,31,1 +2745,88,17197,31,30 +2746,88,17197,31,0 +2747,88,17197,31,2 +2748,88,17197,31,37 +2749,88,17197,31,10 +2750,88,17197,31,14 +2751,88,17197,31,15 +2752,88,17197,31,18 +2753,88,17197,31,4 +2754,88,17197,31,461 +2755,88,17197,31,83 +2756,88,17197,31,536 +2757,88,17197,31,554 +2758,88,17197,31,71 +2759,88,17197,31,1213 +2760,88,17197,31,336 +2761,88,17197,31,444 +2762,88,17197,31,109 +2763,88,17197,31,17 +2764,88,17197,31,1263 +2765,88,17197,31,352 +2766,90,17197,31,232 +2767,90,17197,31,80 +2768,90,17197,31,19 +2769,90,17197,31,34 +2770,90,17197,31,18 +2771,90,17197,31,216 +2772,90,17197,31,21 +2773,90,17197,31,6 +2774,90,17197,31,116 +2775,90,17197,31,20 +2776,90,17197,31,13 +2777,90,17197,31,11 +2778,90,17197,31,183 +2779,90,17197,31,33 +2780,90,17197,31,15 +2781,93,17197,31,1 +2782,93,17197,31,10 +2783,93,17197,31,0 +2784,93,17197,31,0 +2785,93,17197,31,16 +2786,93,17197,31,52 +2787,93,17197,31,4 +2788,93,17197,31,2 +2789,93,17197,31,2 +2790,93,17197,31,18 +2791,93,17197,31,288 +2792,93,17197,31,219 +2793,93,17197,31,41 +2794,93,17197,31,22 +2795,93,17197,31,14 +2796,93,17197,31,2 +2797,93,17197,31,4 +2798,93,17197,31,41 +2799,93,17197,31,29 +2800,93,17197,31,16 +2801,93,17197,31,0 +2802,93,17197,31,27 +2803,93,17197,31,14 +2804,93,17197,31,14 +2805,93,17197,31,0 +2806,93,17197,31,1 +2807,93,17197,31,9 +2808,93,17197,31,166 +2809,93,17197,31,9 +2810,93,17197,31,418 +2811,93,17197,31,96 +2812,93,17197,31,37 +2813,93,17197,31,50 +2814,93,17197,31,9 +2815,93,17197,31,287 +2816,93,17197,31,726 +2817,93,17197,31,46 +2818,93,17197,31,7 +2819,93,17197,31,0 +2820,93,17197,31,344 +2821,93,17197,31,7 +2822,93,17197,31,0 +2823,93,17197,31,2 +2824,93,17197,31,39 +2825,93,17197,31,136 +2826,97,17197,31,69 +2827,97,17197,31,7 +2828,97,17197,31,62 +2829,97,17197,31,1 +2830,103,17197,31,16 +2831,103,17197,31,7 +2832,103,17197,31,4 +2833,103,17197,31,0 +2834,109,17197,31,13 +2835,109,17197,31,2 +2836,109,17197,31,0 +2837,109,17197,31,1 +2838,91,17197,31,33 +2839,91,17197,31,6 +2840,91,17197,31,31 +2841,91,17197,31,47 +2842,91,17197,31,12 +2843,91,17197,31,25 +2844,91,17197,31,2 +2845,91,17197,31,0 +2846,91,17197,31,1 +2847,94,17197,31,0 +2848,94,17197,31,12 +2849,94,17197,31,2 +2850,94,17197,31,320 +2851,94,17197,31,43 +2852,94,17197,31,14 +2853,94,17197,31,130 +2854,94,17197,31,158 +2855,94,17197,31,115 +2856,98,17197,31,3 +2857,98,17197,31,1 +2858,98,17197,31,1 +2859,98,17197,31,33 +2860,98,17197,31,2 +2861,98,17197,31,5 +2862,98,17197,31,15 +2863,98,17197,31,2 +2864,98,17197,31,3 +2865,104,17197,31,3 +2866,104,17197,31,5 +2867,104,17197,31,2 +2868,104,17197,31,4 +2869,95,17197,31,213 +2870,95,17197,31,218 +2871,95,17197,31,218 +2872,95,17197,31,73 +2873,95,17197,31,277 +2874,95,17197,31,415 +2875,95,17197,31,76 +2876,95,17197,31,3 +2877,95,17197,31,466 +2878,95,17197,31,18 +2879,95,17197,31,54 +2880,95,17197,31,25 +2881,95,17197,31,5 +2882,95,17197,31,1321 +2883,95,17197,31,2 +2884,99,17197,31,2 +2885,99,17197,31,3 +2886,99,17197,31,3 +2887,99,17197,31,9 +2888,99,17197,31,1 +2889,99,17197,31,7 +2890,99,17197,31,2 +2891,99,17197,31,2 +2892,99,17197,31,2 +2893,105,17197,31,6 +2894,105,17197,31,4 +2895,105,17197,31,35 +2896,105,17197,31,112 +2897,100,17197,31,632 +2898,100,17197,31,156 +2899,100,17197,31,103 +2900,100,17197,31,917 +2901,100,17197,31,385 +2902,100,17197,31,5 +2903,100,17197,31,10 +2904,100,17197,31,3 +2905,100,17197,31,3 +2906,106,17197,31,2 +2907,106,17197,31,1 +2908,106,17197,31,19 +2909,106,17197,31,4 +2910,101,17197,31,136 +2911,101,17197,31,9 +2912,101,17197,31,16 +2913,101,17197,31,3 +2914,101,17197,31,5 +2915,101,17197,31,21 +2916,101,17197,31,7 +2917,101,17197,31,6 +2918,101,17197,31,11 +2919,101,17197,31,9 +2920,101,17197,31,1 +2921,107,17197,31,26 +2922,107,17197,31,7 +2923,107,17197,31,6 +2924,107,17197,31,111 +2925,107,17197,31,25 +2926,107,17197,31,5 +2927,119,17063,31,2 +2928,119,17063,31,3 +2929,119,17063,31,20 +2930,119,17063,31,4 +2931,119,17063,31,32 +2932,119,17063,31,0 +2933,119,17063,31,1 +2934,119,17063,31,0 +2935,119,17063,31,32 +2936,119,17063,31,106 +2937,119,17063,31,0 +2938,119,17063,31,0 +2939,119,17063,31,13 +2940,119,17063,31,105 +2941,119,17063,31,44 +2942,119,17063,31,107 +2943,119,17063,31,0 +2944,119,17063,31,13 +2945,119,17063,31,4 +2946,119,17063,31,119 +2947,119,17063,31,153 +2948,119,17063,31,0 +2949,119,17063,31,833 +2950,119,17063,31,0 +2951,120,17007,31,0 +2952,120,17007,31,0 +2953,120,17007,31,43 +2954,120,17007,31,186 +2955,120,17007,31,10 +2956,120,17007,31,32 +2957,120,17007,31,1341 +2958,120,17007,31,2736 +2959,120,17007,31,1 +2960,120,17007,31,2 +2961,120,17007,31,126 +2962,120,17007,31,0 +2963,120,17007,31,2 +2964,120,17007,31,0 +2965,120,17007,31,0 +2966,120,17007,31,2 +2967,120,17007,31,0 +2968,120,17007,31,1 +2969,120,17007,31,0 +2970,120,17007,31,0 +2971,120,17007,31,3 +2972,120,17007,31,0 +2973,120,17007,31,194 +2974,120,17007,31,60 +2975,120,17007,31,1 +2976,121,17037,31,0 +2977,121,17037,31,297 +2978,121,17037,31,1 +2979,121,17037,31,5 +2980,121,17037,31,19 +2981,121,17037,31,0 +2982,121,17037,31,0 +2983,121,17037,31,0 +2984,121,17037,31,35 +2985,121,17037,31,1 +2986,121,17037,31,2 +2987,121,17037,31,0 +2988,121,17037,31,3 +2989,121,17037,31,118 +2990,121,17037,31,0 +2991,121,17037,31,170 +2992,121,17037,31,1399 +2993,121,17037,31,15 +2994,121,17037,31,0 +2995,121,17037,31,60 +2996,121,17037,31,0 +2997,121,17037,31,0 +2998,121,17037,31,107 +2999,121,17037,31,0 +3000,121,17037,31,556 +3001,121,17037,31,0 +3002,121,17037,31,2 +3003,121,17037,31,1 +3004,121,17037,31,1234 +3005,121,17037,31,25 +3006,121,17037,31,0 +3007,121,17037,31,4 +3008,121,17037,31,1 +3009,121,17037,31,0 +3010,121,17037,31,0 +3011,121,17037,31,0 +3012,121,17037,31,0 +3013,121,17037,31,131 +3014,121,17037,31,2 +3015,121,17037,31,78 +3016,121,17037,31,0 +3017,121,17037,31,0 +3018,121,17037,31,0 +3019,121,17037,31,305 +3020,121,17037,31,0 +3021,121,17037,31,0 +3022,122,17091,31,0 +3023,122,17091,31,0 +3024,122,17091,31,0 +3025,122,17091,31,0 +3026,122,17091,31,14 +3027,122,17091,31,129 +3028,122,17091,31,45 +3029,122,17091,31,0 +3030,122,17091,31,19 +3031,122,17091,31,0 +3032,122,17091,31,0 +3033,122,17091,31,0 +3034,122,17091,31,412 +3035,122,17091,31,0 +3036,122,17091,31,2 +3037,122,17091,31,324 +3038,122,17091,31,41 +3039,122,17091,31,9 +3040,122,17091,31,0 +3041,122,17091,31,0 +3042,122,17091,31,4 +3043,122,17091,31,23 +3044,122,17091,31,0 +3045,122,17091,31,8 +3046,122,17091,31,0 +3047,122,17091,31,0 +3048,122,17091,31,0 +3049,122,17091,31,0 +3050,122,17091,31,2223 +3051,122,17091,31,610 +3052,122,17091,31,0 +3053,122,17091,31,166 +3054,122,17091,31,234 +3055,122,17091,31,0 +3056,122,17091,31,3 +3057,122,17091,31,440 +3058,122,17091,31,0 +3059,122,17091,31,0 +3060,122,17091,31,0 +3061,122,17091,31,0 +3062,122,17091,31,11 +3063,122,17091,31,296 +3064,122,17091,31,0 +3065,122,17091,31,39 +3066,122,17091,31,27 +3067,122,17091,31,2 +3068,122,17091,31,19 +3069,122,17091,31,221 +3070,122,17091,31,0 +3071,122,17091,31,23 +3072,122,17091,31,1 +3073,122,17091,31,194 +3074,126,17099,31,74 +3075,126,17099,31,12 +3076,126,17099,31,278 +3077,126,17099,31,0 +3078,126,17099,31,0 +3079,126,17099,31,0 +3080,126,17099,31,0 +3081,126,17099,31,167 +3082,126,17099,31,0 +3083,126,17099,31,0 +3084,126,17099,31,0 +3085,126,17099,31,0 +3086,126,17099,31,14 +3087,126,17099,31,46 +3088,126,17099,31,0 +3089,126,17099,31,1 +3090,126,17099,31,2 +3091,126,17099,31,2 +3092,126,17099,31,58 +3093,126,17099,31,3 +3094,126,17099,31,0 +3095,126,17099,31,207 +3096,126,17099,31,111 +3097,126,17099,31,413 +3098,126,17099,31,161 +3099,126,17099,31,134 +3100,126,17099,31,143 +3101,126,17099,31,266 +3102,126,17099,31,0 +3103,126,17099,31,0 +3104,126,17099,31,0 +3105,126,17099,31,0 +3106,126,17099,31,0 +3107,126,17099,31,0 +3108,126,17099,31,0 +3109,126,17099,31,216 +3110,126,17099,31,22 +3111,126,17099,31,0 +3112,126,17099,31,0 +3113,126,17099,31,323 +3114,126,17099,31,206 +3115,126,17099,31,51 +3116,126,17099,31,82 +3117,126,17099,31,3 +3118,126,17099,31,5 +3119,126,17099,31,646 +3120,126,17099,31,8 +3121,126,17099,31,0 +3122,126,17099,31,902 +3123,126,17099,31,0 +3124,126,17099,31,0 +3125,126,17099,31,0 +3126,126,17099,31,0 +3127,126,17099,31,85 +3128,126,17099,31,0 +3129,126,17099,31,26 +3130,126,17099,31,16 +3131,126,17099,31,0 +3132,126,17099,31,1 +3133,126,17099,31,0 +3134,126,17099,31,0 +3135,126,17099,31,775 +3136,126,17099,31,694 +3137,126,17099,31,0 +3138,126,17099,31,0 +3139,126,17099,31,0 +3140,126,17099,31,43 +3141,126,17099,31,22 +3142,126,17099,31,0 +3143,126,17099,31,0 +3144,126,17099,31,88 +3145,126,17099,31,0 +3146,125,17103,31,1 +3147,125,17103,31,0 +3148,125,17103,31,0 +3149,125,17103,31,3 +3150,125,17103,31,0 +3151,125,17103,31,74 +3152,124,17141,31,0 +3153,124,17141,31,0 +3154,124,17141,31,245 +3155,124,17141,31,2 +3156,124,17141,31,4 +3157,124,17141,31,277 +3158,124,17141,31,5 +3159,124,17141,31,0 +3160,124,17141,31,13 +3161,124,17141,31,873 +3162,124,17141,31,17 +3163,124,17141,31,101 +3164,124,17141,31,24 +3165,124,17141,31,0 +3166,124,17141,31,7 +3167,124,17141,31,0 +3168,124,17141,31,0 +3169,123,17201,31,139 +3170,123,17201,31,0 +3171,123,17201,31,0 +3172,123,17201,31,85 +3173,123,17201,31,7 +3174,123,17201,31,0 +3175,123,17201,31,174 +3176,123,17201,31,0 +3177,123,17201,31,0 +3178,123,17201,31,0 +3179,123,17201,31,0 +3180,123,17201,31,0 +3181,123,17201,31,19 +3182,123,17201,31,0 +3183,123,17201,31,2 +3184,123,17201,31,11 +3185,123,17201,31,0 +3186,123,17201,31,0 +3187,123,17201,31,0 +3188,123,17201,31,9 +3189,123,17201,31,1 +3190,123,17201,31,1589 +3191,123,17201,31,9 +3192,123,17201,31,0 +3193,123,17201,31,2315 +3194,123,17201,31,186 +3195,123,17201,31,1 +3196,123,17201,31,0 +3197,123,17201,31,0 +3198,123,17201,31,13 +3199,123,17201,31,15 +3200,123,17201,31,0 +3201,123,17201,31,2533 +3202,123,17201,31,1762 +3203,123,17201,31,113 +3204,123,17201,31,0 +3205,123,17201,31,686 +3206,123,17201,31,3040 +3207,123,17201,31,14 +3208,123,17201,31,701 +3209,123,17201,31,1110 +3210,123,17201,31,1691 +3211,123,17201,31,15 +3212,123,17201,31,1098 +3213,123,17201,31,152 +3214,123,17201,31,33 +3215,123,17201,31,345 +3216,123,17201,31,6 +3217,123,17201,31,2 +3218,123,17201,31,1 +3219,123,17201,31,2233 +3220,123,17201,31,115 +3221,123,17201,31,435 +3222,123,17201,31,0 +3223,123,17201,31,876 +3224,123,17201,31,0 +3225,123,17201,31,0 +3226,123,17201,31,740 +3227,123,17201,31,371 +3228,123,17201,31,10 +3229,123,17201,31,984 +3230,123,17201,31,307 +3231,123,17201,31,0 +3232,123,17201,31,0 +3233,123,17201,31,107 +3234,123,17201,31,0 +3235,123,17201,31,62 +3236,123,17201,31,0 +3237,123,17201,31,817 +3238,123,17201,31,4 +3239,123,17201,31,2 +3240,123,17201,31,319 +3241,123,17201,31,0 +3242,123,17201,31,489 +3243,123,17201,31,396 +3244,123,17201,31,0 +3245,123,17201,31,0 +3246,123,17201,31,293 +3247,123,17201,31,1074 +3248,127,18089,31,0 +3249,127,18089,31,4 +3250,127,18089,31,1 +3251,127,18089,31,0 +3252,127,18089,31,0 +3253,127,18089,31,0 +3254,127,18089,31,0 +3255,127,18089,31,8 +3256,127,18089,31,38 +3257,127,18089,31,81 +3258,127,18089,31,9 +3259,127,18089,31,191 +3260,127,18089,31,301 +3261,127,18089,31,0 +3262,127,18089,31,0 +3263,127,18089,31,24 +3264,127,18089,31,0 +3265,127,18089,31,0 +3266,127,18089,31,2 +3267,127,18089,31,0 +3268,127,18089,31,2 +3269,127,18089,31,5 +3270,127,18089,31,0 +3271,127,18089,31,0 +3272,127,18089,31,0 +3273,127,18089,31,0 +3274,127,18089,31,0 +3275,127,18089,31,0 +3276,127,18089,31,118 +3277,127,18089,31,400 +3278,127,18089,31,9 +3279,127,18089,31,0 +3280,127,18089,31,46 +3281,127,18089,31,0 +3282,127,18089,31,2 +3283,127,18089,31,0 +3284,127,18089,31,0 +3285,127,18089,31,2 +3286,127,18089,31,0 +3287,127,18089,31,1 +3288,127,18089,31,2 +3289,127,18089,31,0 +3290,127,18089,31,140 +3291,127,18089,31,0 +3292,127,18089,31,18 +3293,127,18089,31,0 +3294,127,18089,31,0 +3295,127,18089,31,151 +3296,127,18089,31,104 +3297,127,18089,31,30 +3298,127,18089,31,41 +3299,127,18089,31,51 +3300,127,18089,31,4 +3301,127,18089,31,97 +3302,127,18089,31,1 +3303,127,18089,31,3 +3304,127,18089,31,18 +3305,127,18089,31,0 +3306,127,18089,31,24 +3307,127,18089,31,3 +3308,127,18089,31,27 +3309,127,18089,31,178 +3310,127,18089,31,294 +3311,127,18089,31,139 +3312,127,18089,31,67 +3313,127,18089,31,56 +3314,127,18089,31,83 +3315,127,18089,31,15 +3316,127,18089,31,37 +3317,127,18089,31,0 +3318,127,18089,31,20 +3319,127,18089,31,5 +3320,127,18089,31,161 +3321,127,18089,31,2 +3322,127,18089,31,0 +3323,127,18089,31,150 +3324,127,18089,31,281 +3325,127,18089,31,1325 +3326,127,18089,31,259 +3327,127,18089,31,507 +3328,127,18089,31,66 +3329,127,18089,31,144 +3330,127,18089,31,17 +3331,127,18089,31,85 +3332,127,18089,31,131 +3333,127,18089,31,887 +3334,127,18089,31,161 +3335,127,18089,31,303 +3336,127,18089,31,0 +3337,127,18089,31,0 +3338,127,18089,31,3902 +3339,127,18089,31,882 +3340,127,18089,31,0 +3341,127,18089,31,9799 +3342,127,18089,31,1872 +3343,127,18089,31,201 +3344,127,18089,31,524 +3345,129,18091,31,0 +3346,129,18091,31,2 +3347,129,18091,31,2 +3348,129,18091,31,104 +3349,129,18091,31,0 +3350,129,18091,31,171 +3351,129,18091,31,7 +3352,129,18091,31,3 +3353,129,18091,31,0 +3354,129,18091,31,210 +3355,129,18091,31,9 +3356,129,18091,31,16 +3357,129,18091,31,4 +3358,129,18091,31,0 +3359,129,18091,31,0 +3360,129,18091,31,89 +3361,129,18091,31,70 +3362,129,18091,31,298 +3363,129,18091,31,0 +3364,129,18091,31,15 +3365,129,18091,31,26 +3366,129,18091,31,0 +3367,129,18091,31,1512 +3368,129,18091,31,0 +3369,129,18091,31,0 +3370,129,18091,31,60 +3371,129,18091,31,0 +3372,129,18091,31,63 +3373,129,18091,31,1156 +3374,129,18091,31,0 +3375,129,18091,31,77 +3376,129,18091,31,182 +3377,129,18091,31,1 +3378,129,18091,31,56 +3379,129,18091,31,12 +3380,129,18091,31,0 +3381,129,18091,31,0 +3382,129,18091,31,0 +3383,129,18091,31,67 +3384,129,18091,31,0 +3385,129,18091,31,24 +3386,129,18091,31,618 +3387,129,18091,31,31 +3388,129,18091,31,0 +3389,129,18091,31,3 +3390,129,18091,31,0 +3391,129,18091,31,0 +3392,129,18091,31,1 +3393,129,18091,31,55 +3394,129,18091,31,0 +3395,129,18091,31,0 +3396,129,18091,31,287 +3397,129,18091,31,816 +3398,129,18091,31,1075 +3399,129,18091,31,315 +3400,129,18091,31,265 +3401,128,18127,31,0 +3402,128,18127,31,0 +3403,128,18127,31,0 +3404,128,18127,31,173 +3405,128,18127,31,0 +3406,128,18127,31,4 +3407,128,18127,31,0 +3408,128,18127,31,50 +3409,128,18127,31,0 +3410,128,18127,31,5 +3411,128,18127,31,87 +3412,128,18127,31,0 +3413,128,18127,31,0 +3414,128,18127,31,0 +3415,128,18127,31,0 +3416,128,18127,31,0 +3417,128,18127,31,0 +3418,128,18127,31,47 +3419,128,18127,31,963 +3420,128,18127,31,701 +3421,128,18127,31,222 +3422,128,18127,31,696 +3423,128,18127,31,250 +3424,128,18127,31,0 +3425,128,18127,31,15 +3426,128,18127,31,0 +3427,128,18127,31,0 +3428,128,18127,31,2 +3429,128,18127,31,7 +3430,128,18127,31,15 +3431,128,18127,31,4 +3432,128,18127,31,12 +3433,128,18127,31,1314 +3434,128,18127,31,0 +3435,128,18127,31,0 +3436,128,18127,31,777 +3437,128,18127,31,0 +3438,128,18127,31,13 +3439,128,18127,31,6 +3440,128,18127,31,0 +3441,128,18127,31,2 +3442,128,18127,31,0 +3443,128,18127,31,10 +3444,128,18127,31,4 +3445,128,18127,31,0 +3446,128,18127,31,41 +3447,128,18127,31,0 +3448,128,18127,31,0 +3449,128,18127,31,373 +3450,128,18127,31,258 +3451,128,18127,31,25 +3452,128,18127,31,0 +3453,128,18127,31,9 +3454,128,18127,31,0 +3455,128,18127,31,223 +3456,128,18127,31,250 +3457,128,18127,31,247 +3458,128,18127,31,5 +3459,128,18127,31,0 +3460,128,18127,31,0 +3461,128,18127,31,154 +3462,128,18127,31,721 +3463,128,18127,31,38 +3464,128,18127,31,693 +3465,128,18127,31,0 +3466,128,18127,31,4 +3467,128,18127,31,1070 +3468,130,55059,31,11 +3469,130,55059,31,10 +3470,130,55059,31,214 +3471,130,55059,31,0 +3472,130,55059,31,4 +3473,130,55059,31,67 +3474,130,55059,31,5 +3475,130,55059,31,3 +3476,130,55059,31,0 +3477,130,55059,31,0 +3478,130,55059,31,3 +3479,130,55059,31,1 +3480,130,55059,31,17 +3481,130,55059,31,1 +3482,130,55059,31,177 +3483,130,55059,31,22 +3484,130,55059,31,391 +3485,130,55059,31,113 +3486,130,55059,31,1564 +3487,130,55059,31,56 +3488,130,55059,31,4 +3489,130,55059,31,692 +3490,130,55059,31,158 +3491,130,55059,31,285 +3492,130,55059,31,352 +3493,130,55059,31,0 +3494,130,55059,31,0 +3495,130,55059,31,141 +3496,130,55059,31,505 +3497,130,55059,31,4 +3498,130,55059,31,9 +3499,130,55059,31,1 +3500,130,55059,31,0 +3501,130,55059,31,48 +3502,130,55059,31,476 +3503,130,55059,31,570 +3504,130,55059,31,670 +3505,130,55059,31,20 +3506,130,55059,31,1 +3507,130,55059,31,0 +3508,130,55059,31,0 +3509,130,55059,31,0 +3510,130,55059,31,1283 +3511,130,55059,31,5 +3512,130,55059,31,6 +3513,131,55101,31,0 +3514,131,55101,31,0 +3515,131,55101,31,650 +3516,131,55101,31,0 +3517,131,55101,31,565 +3518,131,55101,31,1143 +3519,131,55101,31,60 +3520,131,55101,31,0 +3521,131,55101,31,0 +3522,131,55101,31,0 +3523,131,55101,31,2 +3524,131,55101,31,0 +3525,131,55101,31,165 +3526,131,55101,31,0 +3527,131,55101,31,51 +3528,131,55101,31,0 +3529,131,55101,31,1 +3530,131,55101,31,272 +3531,131,55101,31,4 +3532,131,55101,31,0 +3533,131,55101,31,28 +3534,131,55101,31,1 +3535,131,55101,31,1924 +3536,131,55101,31,1 +3537,131,55101,31,2651 +3538,131,55101,31,1162 +3539,131,55101,31,0 +3540,131,55101,31,0 +3541,131,55101,31,5 +3542,131,55101,31,60 +3543,131,55101,31,302 +3544,131,55101,31,1994 +3545,131,55101,31,3126 +3546,131,55101,31,323 +3547,131,55101,31,1114 +3548,131,55101,31,0 +3549,131,55101,31,542 +3550,131,55101,31,0 +3551,131,55101,31,0 +3552,131,55101,31,0 +3553,131,55101,31,30 +3554,131,55101,31,7 +3555,131,55101,31,2 +3556,131,55101,31,0 +3557,131,55101,31,114 +3558,131,55101,31,0 +3559,131,55101,31,0 +3560,131,55101,31,336 +3561,131,55101,31,425 +3562,131,55101,31,26 +3563,131,55101,31,15 +3564,131,55101,31,1800 +3565,131,55101,31,0 +3566,131,55101,31,0 +3567,131,55101,31,82 +3568,131,55101,31,0 +3569,132,55127,31,70 +3570,132,55127,31,238 +3571,132,55127,31,277 +3572,132,55127,31,674 +3573,132,55127,31,162 +3574,132,55127,31,20 +3575,132,55127,31,0 +3576,132,55127,31,5 +3577,132,55127,31,2 +3578,132,55127,31,58 +3579,132,55127,31,0 +3580,132,55127,31,0 +3581,132,55127,31,188 +3582,132,55127,31,246 +3583,132,55127,31,765 +3584,132,55127,31,0 +3585,132,55127,31,0 +3586,132,55127,31,0 +3587,132,55127,31,10 +3588,132,55127,31,8 +3589,132,55127,31,1738 +3590,132,55127,31,96 +3591,132,55127,31,0 +3592,132,55127,31,97 +3593,132,55127,31,0 +3594,132,55127,31,100 +3595,132,55127,31,722 +3596,132,55127,31,0 +3597,132,55127,31,0 +3598,132,55127,31,0 +3599,132,55127,31,0 +3600,132,55127,31,0 +3601,132,55127,31,0 +3602,132,55127,31,0 +3603,132,55127,31,167 +3604,132,55127,31,44 +3605,132,55127,31,6 +3606,132,55127,31,24 +3607,132,55127,31,2 +3608,132,55127,31,15 +3609,132,55127,31,0 +3610,132,55127,31,759 +3611,132,55127,31,15 +3612,132,55127,31,14 +3613,132,55127,31,0 +3614,132,55127,31,105 +3615,132,55127,31,0 +3616,132,55127,31,0 +3617,132,55127,31,2 +3618,132,55127,31,0 +3619,132,55127,31,0 +3620,132,55127,31,0 +3621,132,55127,31,3 +3622,132,55127,31,0 +3623,132,55127,31,0 +3624,132,55127,31,2 +3625,132,55127,31,0 +3626,132,55127,31,1477 +3627,132,55127,31,0 +3628,132,55127,31,0 +3629,132,55127,31,0 +3630,132,55127,31,259 +3631,132,55127,31,8 +3632,132,55127,31,346 +1,17,17031,42,6 +2,17,17031,42,22 +3,17,17031,42,141 +4,17,17031,42,69 +5,17,17031,42,119 +6,17,17031,42,55 +7,17,17031,42,139 +8,17,17031,42,31 +9,17,17031,42,16 +10,17,17031,42,158 +11,17,17031,42,163 +12,17,17031,42,353 +13,17,17031,42,566 +14,17,17031,42,94 +15,17,17031,42,30 +16,17,17031,42,1231 +17,17,17031,42,424 +18,17,17031,42,322 +19,17,17031,42,259 +20,17,17031,42,78 +21,17,17031,42,509 +22,17,17031,42,1061 +23,17,17031,42,710 +24,17,17031,42,289 +25,17,17031,42,490 +26,17,17031,42,71 +27,17,17031,42,280 +28,17,17031,42,1453 +29,17,17031,42,805 +30,17,17031,42,604 +31,17,17031,42,7 +32,17,17031,42,53 +33,17,17031,42,463 +34,17,17031,42,261 +35,17,17031,42,211 +36,17,17031,42,351 +37,17,17031,42,19 +38,17,17031,42,47 +39,17,17031,42,8 +40,17,17031,42,20 +41,17,17031,42,12 +42,17,17031,42,0 +43,17,17031,42,22 +44,17,17031,42,7 +45,17,17031,42,1 +46,17,17031,42,2 +47,17,17031,42,14 +48,17,17031,42,88 +49,17,17031,42,653 +50,17,17031,42,247 +51,17,17031,42,30 +52,17,17031,42,19 +53,17,17031,42,27 +54,17,17031,42,97 +55,17,17031,42,67 +56,17,17031,42,138 +57,17,17031,42,440 +58,17,17031,42,101 +59,17,17031,42,215 +60,17,17031,42,517 +61,17,17031,42,714 +62,17,17031,42,13 +63,17,17031,42,219 +64,17,17031,42,26 +65,17,17031,42,5 +66,17,17031,42,110 +67,17,17031,42,17 +68,17,17031,42,55 +69,17,17031,42,1 +70,17,17031,42,34 +71,17,17031,42,10 +72,17,17031,42,87 +73,17,17031,42,217 +74,17,17031,42,251 +75,17,17031,42,71 +76,17,17031,42,159 +77,17,17031,42,0 +78,14,17031,42,40 +79,14,17031,42,147 +80,14,17031,42,138 +81,14,17031,42,23 +82,14,17031,42,15 +83,14,17031,42,16 +84,14,17031,42,63 +85,14,17031,42,42 +86,14,17031,42,251 +87,14,17031,42,78 +88,14,17031,42,2 +89,14,17031,42,38 +90,17,17031,42,19 +91,17,17031,42,48 +92,17,17031,42,37 +93,17,17031,42,79 +94,17,17031,42,108 +95,17,17031,42,142 +96,17,17031,42,284 +97,17,17031,42,171 +98,17,17031,42,6 +99,17,17031,42,39 +100,17,17031,42,50 +101,17,17031,42,31 +102,17,17031,42,86 +103,17,17031,42,50 +104,17,17031,42,74 +105,17,17031,42,93 +106,17,17031,42,243 +107,17,17031,42,501 +108,17,17031,42,89 +109,17,17031,42,42 +110,17,17031,42,151 +111,17,17031,42,22 +112,17,17031,42,92 +113,17,17031,42,35 +114,17,17031,42,83 +115,17,17031,42,215 +116,17,17031,42,39 +117,17,17031,42,39 +118,17,17031,42,9 +119,17,17031,42,29 +120,17,17031,42,23 +121,17,17031,42,0 +122,8,17031,42,175 +123,12,17031,42,72 +124,12,17031,42,91 +125,12,17031,42,55 +126,12,17031,42,0 +127,12,17031,42,178 +128,12,17031,42,158 +129,12,17031,42,2 +130,12,17031,42,279 +131,12,17031,42,27 +132,12,17031,42,1603 +133,12,17031,42,369 +134,12,17031,42,10 +135,12,17031,42,125 +136,12,17031,42,25 +137,12,17031,42,49 +138,12,17031,42,13 +139,12,17031,42,272 +140,12,17031,42,21 +141,9,17031,42,12 +142,9,17031,42,2 +143,9,17031,42,52 +144,9,17031,42,18 +145,9,17031,42,42 +146,9,17031,42,7 +147,12,17031,42,9 +148,12,17031,42,1 +149,12,17031,42,22 +150,12,17031,42,2 +151,12,17031,42,16 +152,12,17031,42,20 +153,12,17031,42,8 +154,10,17031,42,0 +155,10,17031,42,40 +156,10,17031,42,2 +157,10,17031,42,12 +158,10,17031,42,0 +159,10,17031,42,114 +160,10,17031,42,16 +161,10,17031,42,15 +162,10,17031,42,0 +163,11,17031,42,22 +164,11,17031,42,25 +165,11,17031,42,18 +166,11,17031,42,10 +167,10,17031,42,6 +168,10,17031,42,18 +169,10,17031,42,3 +170,10,17031,42,15 +171,11,17031,42,49 +172,11,17031,42,4 +173,11,17031,42,8 +174,11,17031,42,19 +175,11,17031,42,17 +176,11,17031,42,0 +177,11,17031,42,12 +178,11,17031,42,2 +179,13,17031,42,1 +180,13,17031,42,10 +181,13,17031,42,9 +182,13,17031,42,26 +183,13,17031,42,11 +184,13,17031,42,18 +185,13,17031,42,0 +186,13,17031,42,22 +187,13,17031,42,22 +188,13,17031,42,50 +189,13,17031,42,0 +190,13,17031,42,5 +191,13,17031,42,123 +192,13,17031,42,2 +193,13,17031,42,2 +194,13,17031,42,130 +195,13,17031,42,12 +196,13,17031,42,30 +197,13,17031,42,0 +198,13,17031,42,25 +199,13,17031,42,13 +200,13,17031,42,20 +201,13,17031,42,11 +202,13,17031,42,6 +203,13,17031,42,29 +204,13,17031,42,26 +205,13,17031,42,11 +206,13,17031,42,32 +207,13,17031,42,2 +208,13,17031,42,26 +209,13,17031,42,24 +210,13,17031,42,30 +211,13,17031,42,77 +212,13,17031,42,22 +213,13,17031,42,7 +214,13,17031,42,13 +215,13,17031,42,49 +216,13,17031,42,0 +217,13,17031,42,19 +218,13,17031,42,24 +219,13,17031,42,16 +220,13,17031,42,11 +221,13,17031,42,6 +222,13,17031,42,24 +223,13,17031,42,27 +224,13,17031,42,48 +225,13,17031,42,47 +226,13,17031,42,5 +227,13,17031,42,11 +228,13,17031,42,10 +229,13,17031,42,6 +230,13,17031,42,59 +231,13,17031,42,67 +232,13,17031,42,48 +233,13,17031,42,52 +234,13,17031,42,25 +235,13,17031,42,31 +236,13,17031,42,24 +237,13,17031,42,15 +238,13,17031,42,9 +239,13,17031,42,22 +240,13,17031,42,8 +241,13,17031,42,33 +242,13,17031,42,3 +243,13,17031,42,17 +244,13,17031,42,7 +245,13,17031,42,3 +246,13,17031,42,9 +247,13,17031,42,8 +248,13,17031,42,20 +249,13,17031,42,10 +250,13,17031,42,2 +251,13,17031,42,5 +252,13,17031,42,22 +253,13,17031,42,3 +254,13,17031,42,7 +255,13,17031,42,226 +256,13,17031,42,176 +257,13,17031,42,43 +258,13,17031,42,26 +259,13,17031,42,48 +260,13,17031,42,307 +261,13,17031,42,50 +262,13,17031,42,142 +263,13,17031,42,30 +264,13,17031,42,42 +265,13,17031,42,67 +266,13,17031,42,33 +267,13,17031,42,10 +268,13,17031,42,4 +269,13,17031,42,11 +270,13,17031,42,41 +271,13,17031,42,69 +272,13,17031,42,129 +273,13,17031,42,41 +274,13,17031,42,102 +275,13,17031,42,4 +276,13,17031,42,74 +277,13,17031,42,29 +278,13,17031,42,21 +279,13,17031,42,17 +280,13,17031,42,24 +281,13,17031,42,50 +282,13,17031,42,41 +283,13,17031,42,156 +284,13,17031,42,35 +285,13,17031,42,41 +286,13,17031,42,20 +287,13,17031,42,9 +288,13,17031,42,34 +289,13,17031,42,105 +290,13,17031,42,111 +291,13,17031,42,23 +292,13,17031,42,8 +293,13,17031,42,105 +294,13,17031,42,16 +295,13,17031,42,9 +296,13,17031,42,59 +297,13,17031,42,16 +298,13,17031,42,152 +299,13,17031,42,13 +300,13,17031,42,28 +301,13,17031,42,13 +302,13,17031,42,61 +303,13,17031,42,23 +304,13,17031,42,50 +305,13,17031,42,12 +306,13,17031,42,78 +307,13,17031,42,6 +308,14,17031,42,10 +309,14,17031,42,11 +310,14,17031,42,11 +311,14,17031,42,14 +312,14,17031,42,15 +313,14,17031,42,8 +314,14,17031,42,15 +315,14,17031,42,13 +316,14,17031,42,22 +317,14,17031,42,30 +318,14,17031,42,21 +319,14,17031,42,22 +320,14,17031,42,31 +321,14,17031,42,17 +322,14,17031,42,0 +323,14,17031,42,12 +324,14,17031,42,17 +325,14,17031,42,123 +326,14,17031,42,84 +327,14,17031,42,23 +328,14,17031,42,66 +329,14,17031,42,23 +330,14,17031,42,51 +331,14,17031,42,20 +332,14,17031,42,9 +333,14,17031,42,50 +334,14,17031,42,18 +335,14,17031,42,13 +336,14,17031,42,63 +337,14,17031,42,30 +338,14,17031,42,25 +339,14,17031,42,32 +340,14,17031,42,33 +341,14,17031,42,20 +342,14,17031,42,16 +343,14,17031,42,86 +344,14,17031,42,18 +345,14,17031,42,20 +346,14,17031,42,50 +347,14,17031,42,51 +348,14,17031,42,37 +349,14,17031,42,23 +350,14,17031,42,26 +351,14,17031,42,20 +352,14,17031,42,60 +353,14,17031,42,1 +354,14,17031,42,51 +355,16,17031,42,30 +356,16,17031,42,7 +357,16,17031,42,23 +358,16,17031,42,9 +359,16,17031,42,56 +360,16,17031,42,51 +361,16,17031,42,234 +362,16,17031,42,53 +363,16,17031,42,17 +364,16,17031,42,30 +365,16,17031,42,16 +366,16,17031,42,20 +367,16,17031,42,22 +368,16,17031,42,20 +369,16,17031,42,42 +370,16,17031,42,1 +371,16,17031,42,35 +372,16,17031,42,1 +373,16,17031,42,1 +374,16,17031,42,3 +375,16,17031,42,3 +376,16,17031,42,5 +377,16,17031,42,11 +378,16,17031,42,30 +379,16,17031,42,142 +380,16,17031,42,129 +381,16,17031,42,73 +382,16,17031,42,6 +383,16,17031,42,24 +384,16,17031,42,22 +385,16,17031,42,40 +386,16,17031,42,52 +387,16,17031,42,38 +388,16,17031,42,285 +389,16,17031,42,65 +390,16,17031,42,28 +391,16,17031,42,2 +392,16,17031,42,134 +393,16,17031,42,124 +394,16,17031,42,8 +395,16,17031,42,12 +396,16,17031,42,90 +397,16,17031,42,20 +398,16,17031,42,30 +399,16,17031,42,0 +400,16,17031,42,4 +401,16,17031,42,25 +402,16,17031,42,7 +403,16,17031,42,19 +404,16,17031,42,13 +405,16,17031,42,8 +406,16,17031,42,9 +407,16,17031,42,49 +408,16,17031,42,95 +409,16,17031,42,11 +410,16,17031,42,118 +411,16,17031,42,3 +412,16,17031,42,6 +413,16,17031,42,8 +414,16,17031,42,11 +415,16,17031,42,5 +416,16,17031,42,23 +417,16,17031,42,258 +418,16,17031,42,2 +419,16,17031,42,421 +420,16,17031,42,151 +421,16,17031,42,86 +422,16,17031,42,7 +423,16,17031,42,145 +424,16,17031,42,62 +425,16,17031,42,38 +426,16,17031,42,26 +427,16,17031,42,8 +428,16,17031,42,16 +429,16,17031,42,60 +430,16,17031,42,58 +431,16,17031,42,76 +432,16,17031,42,104 +433,16,17031,42,37 +434,16,17031,42,42 +435,16,17031,42,44 +436,16,17031,42,130 +437,16,17031,42,71 +438,16,17031,42,80 +439,16,17031,42,40 +440,16,17031,42,87 +441,17,17031,42,30 +442,17,17031,42,5 +443,17,17031,42,76 +444,17,17031,42,47 +445,17,17031,42,238 +446,17,17031,42,434 +447,17,17031,42,684 +448,17,17031,42,22 +449,17,17031,42,34 +450,17,17031,42,32 +451,17,17031,42,22 +452,17,17031,42,5 +453,17,17031,42,7 +454,17,17031,42,0 +455,17,17031,42,21 +456,17,17031,42,2 +457,17,17031,42,12 +458,17,17031,42,0 +459,19,17031,42,934 +460,19,17031,42,4 +461,19,17031,42,27 +462,19,17031,42,90 +463,19,17031,42,41 +464,19,17031,42,6 +465,19,17031,42,25 +466,19,17031,42,7 +467,19,17031,42,6 +468,19,17031,42,25 +469,19,17031,42,16 +470,19,17031,42,5 +471,19,17031,42,13 +472,19,17031,42,13 +473,19,17031,42,6 +474,19,17031,42,91 +475,19,17031,42,10 +476,19,17031,42,17 +477,19,17031,42,195 +478,19,17031,42,23 +479,19,17031,42,21 +480,19,17031,42,169 +481,19,17031,42,9 +482,19,17031,42,3 +483,19,17031,42,469 +484,19,17031,42,5 +485,19,17031,42,41 +486,19,17031,42,5 +487,19,17031,42,353 +488,19,17031,42,1 +489,19,17031,42,291 +490,19,17031,42,149 +491,19,17031,42,4 +492,19,17031,42,16 +493,19,17031,42,285 +494,19,17031,42,22 +495,19,17031,42,26 +496,19,17031,42,48 +497,19,17031,42,7 +498,19,17031,42,9 +499,19,17031,42,1 +500,19,17031,42,6 +501,19,17031,42,17 +502,19,17031,42,47 +503,19,17031,42,11 +504,19,17031,42,0 +505,19,17031,42,0 +506,19,17031,42,1 +507,19,17031,42,7 +508,19,17031,42,1 +509,19,17031,42,6 +510,19,17031,42,4 +511,19,17031,42,60 +512,19,17031,42,0 +513,19,17031,42,56 +514,19,17031,42,36 +515,19,17031,42,144 +516,19,17031,42,116 +517,19,17031,42,15 +518,19,17031,42,19 +519,19,17031,42,7 +520,19,17031,42,2 +521,19,17031,42,28 +522,19,17031,42,16 +523,20,17031,42,98 +524,20,17031,42,94 +525,20,17031,42,26 +526,20,17031,42,136 +527,20,17031,42,681 +528,20,17031,42,3 +529,20,17031,42,5 +530,20,17031,42,233 +531,20,17031,42,67 +532,20,17031,42,32 +533,20,17031,42,6 +534,20,17031,42,12 +535,20,17031,42,7 +536,20,17031,42,2 +537,20,17031,42,0 +538,20,17031,42,6 +539,20,17031,42,18 +540,20,17031,42,2 +541,20,17031,42,24 +542,20,17031,42,13 +543,20,17031,42,11 +544,20,17031,42,101 +545,20,17031,42,15 +546,20,17031,42,1 +547,20,17031,42,39 +548,20,17031,42,12 +549,20,17031,42,17 +550,20,17031,42,4 +551,20,17031,42,16 +552,20,17031,42,32 +553,20,17031,42,3 +554,20,17031,42,5 +555,20,17031,42,8 +556,20,17031,42,3 +557,20,17031,42,2 +558,20,17031,42,54 +559,20,17031,42,27 +560,20,17031,42,5 +561,20,17031,42,5 +562,20,17031,42,77 +563,20,17031,42,36 +564,20,17031,42,15 +565,20,17031,42,1 +566,20,17031,42,4 +567,20,17031,42,0 +568,20,17031,42,11 +569,20,17031,42,2 +570,20,17031,42,3 +571,20,17031,42,3 +572,20,17031,42,7 +573,20,17031,42,2 +574,20,17031,42,17 +575,20,17031,42,10 +576,20,17031,42,4 +577,20,17031,42,4 +578,20,17031,42,5 +579,20,17031,42,5 +580,20,17031,42,45 +581,20,17031,42,57 +582,20,17031,42,11 +583,20,17031,42,18 +584,20,17031,42,8 +585,20,17031,42,4 +586,20,17031,42,3 +587,20,17031,42,3 +588,20,17031,42,4 +589,20,17031,42,0 +590,20,17031,42,6 +591,20,17031,42,6 +592,20,17031,42,108 +593,20,17031,42,6 +594,20,17031,42,10 +595,20,17031,42,86 +596,20,17031,42,8 +597,20,17031,42,35 +598,20,17031,42,57 +599,20,17031,42,10 +600,20,17031,42,16 +601,20,17031,42,12 +602,20,17031,42,17 +603,20,17031,42,7 +604,20,17031,42,8 +605,20,17031,42,10 +606,20,17031,42,15 +607,20,17031,42,75 +608,20,17031,42,17 +609,20,17031,42,11 +610,20,17031,42,31 +611,20,17031,42,33 +612,20,17031,42,66 +613,20,17031,42,7 +614,20,17031,42,12 +615,20,17031,42,4 +616,20,17031,42,3 +617,20,17031,42,5 +618,20,17031,42,2 +619,20,17031,42,2 +620,20,17031,42,8 +621,20,17031,42,34 +622,20,17031,42,8 +623,20,17031,42,23 +624,20,17031,42,6 +625,20,17031,42,10 +626,20,17031,42,6 +627,20,17031,42,2 +628,20,17031,42,3 +629,20,17031,42,1 +630,23,17031,42,2 +631,23,17031,42,16 +632,23,17031,42,13 +633,23,17031,42,7 +634,23,17031,42,37 +635,23,17031,42,1 +636,24,17031,42,7 +637,24,17031,42,11 +638,24,17031,42,3 +639,24,17031,42,2 +640,24,17031,42,32 +641,24,17031,42,0 +642,24,17031,42,2 +643,24,17031,42,12 +644,24,17031,42,2 +645,24,17031,42,6 +646,24,17031,42,36 +647,24,17031,42,91 +648,24,17031,42,36 +649,24,17031,42,108 +650,24,17031,42,13 +651,24,17031,42,14 +652,24,17031,42,2 +653,24,17031,42,6 +654,24,17031,42,0 +655,24,17031,42,3 +656,24,17031,42,0 +657,24,17031,42,3 +658,24,17031,42,49 +659,24,17031,42,2 +660,24,17031,42,85 +661,24,17031,42,11 +662,24,17031,42,4 +663,24,17031,42,0 +664,24,17031,42,10 +665,24,17031,42,3 +666,24,17031,42,3 +667,24,17031,42,3 +668,24,17031,42,5 +669,24,17031,42,7 +670,24,17031,42,0 +671,24,17031,42,11 +672,24,17031,42,15 +673,24,17031,42,36 +674,24,17031,42,1 +675,24,17031,42,11 +676,24,17031,42,68 +677,24,17031,42,28 +678,24,17031,42,58 +679,24,17031,42,1 +680,24,17031,42,35 +681,24,17031,42,33 +682,24,17031,42,25 +683,24,17031,42,35 +684,24,17031,42,51 +685,24,17031,42,0 +686,24,17031,42,2 +687,24,17031,42,5 +688,24,17031,42,21 +689,24,17031,42,25 +690,24,17031,42,167 +691,24,17031,42,18 +692,24,17031,42,3 +693,24,17031,42,1 +694,24,17031,42,66 +695,24,17031,42,11 +696,24,17031,42,42 +697,24,17031,42,17 +698,24,17031,42,113 +699,24,17031,42,6 +700,24,17031,42,73 +701,24,17031,42,14 +702,24,17031,42,4 +703,24,17031,42,4 +704,24,17031,42,8 +705,24,17031,42,12 +706,24,17031,42,0 +707,24,17031,42,14 +708,24,17031,42,3 +709,24,17031,42,72 +710,24,17031,42,30 +711,24,17031,42,40 +712,24,17031,42,0 +713,24,17031,42,0 +714,24,17031,42,5 +715,24,17031,42,0 +716,24,17031,42,5 +717,24,17031,42,8 +718,1,17031,42,7 +719,1,17031,42,2 +720,1,17031,42,222 +721,1,17031,42,0 +722,1,17031,42,4 +723,1,17031,42,2 +724,1,17031,42,231 +725,1,17031,42,84 +726,1,17031,42,163 +727,6,17031,42,25 +728,6,17031,42,0 +729,6,17031,42,26 +730,6,17031,42,27 +731,6,17031,42,22 +732,6,17031,42,5 +733,6,17031,42,2 +734,6,17031,42,29 +735,6,17031,42,52 +736,6,17031,42,40 +737,6,17031,42,82 +738,6,17031,42,33 +739,6,17031,42,25 +740,6,17031,42,7 +741,6,17031,42,8 +742,6,17031,42,0 +743,6,17031,42,46 +744,6,17031,42,0 +745,6,17031,42,9 +746,6,17031,42,2 +747,6,17031,42,14 +748,2,17031,42,51 +749,2,17031,42,22 +750,2,17031,42,0 +751,2,17031,42,69 +752,2,17031,42,18 +753,2,17031,42,34 +754,2,17031,42,1 +755,2,17031,42,0 +756,2,17031,42,47 +757,2,17031,42,1 +758,2,17031,42,21 +759,2,17031,42,1 +760,2,17031,42,27 +761,2,17031,42,2 +762,2,17031,42,0 +763,2,17031,42,35 +764,2,17031,42,1 +765,2,17031,42,32 +766,2,17031,42,51 +767,2,17031,42,18 +768,2,17031,42,15 +769,2,17031,42,50 +770,2,17031,42,6 +771,2,17031,42,4 +772,2,17031,42,12 +773,2,17031,42,305 +774,2,17031,42,6 +775,2,17031,42,1 +776,2,17031,42,0 +777,2,17031,42,37 +778,2,17031,42,11 +779,2,17031,42,47 +780,2,17031,42,4 +781,2,17031,42,3 +782,2,17031,42,5 +783,2,17031,42,6 +784,2,17031,42,207 +785,2,17031,42,235 +786,2,17031,42,166 +787,2,17031,42,0 +788,2,17031,42,2 +789,2,17031,42,121 +790,2,17031,42,38 +791,2,17031,42,18 +792,2,17031,42,7 +793,7,17031,42,7 +794,7,17031,42,233 +795,7,17031,42,1 +796,7,17031,42,43 +797,7,17031,42,5 +798,7,17031,42,450 +799,7,17031,42,261 +800,7,17031,42,192 +801,7,17031,42,74 +802,7,17031,42,19 +803,7,17031,42,168 +804,7,17031,42,520 +805,7,17031,42,291 +806,7,17031,42,16 +807,7,17031,42,23 +808,7,17031,42,1 +809,7,17031,42,2 +810,7,17031,42,2 +811,7,17031,42,5 +812,7,17031,42,30 +813,7,17031,42,3 +814,7,17031,42,98 +815,7,17031,42,4 +816,7,17031,42,24 +817,7,17031,42,480 +818,7,17031,42,27 +819,7,17031,42,22 +820,7,17031,42,8 +821,7,17031,42,23 +822,7,17031,42,12 +823,7,17031,42,78 +824,7,17031,42,0 +825,7,17031,42,1 +826,7,17031,42,219 +827,7,17031,42,124 +828,7,17031,42,22 +829,7,17031,42,3 +830,7,17031,42,2 +831,7,17031,42,17 +832,7,17031,42,28 +833,7,17031,42,1 +834,7,17031,42,51 +835,7,17031,42,2 +836,7,17031,42,48 +837,7,17031,42,1026 +838,7,17031,42,14 +839,3,17031,42,69 +840,3,17031,42,10 +841,3,17031,42,10 +842,3,17031,42,62 +843,3,17031,42,5 +844,3,17031,42,5 +845,3,17031,42,8 +846,3,17031,42,0 +847,3,17031,42,15 +848,3,17031,42,58 +849,3,17031,42,21 +850,3,17031,42,3 +851,3,17031,42,0 +852,3,17031,42,56 +853,3,17031,42,0 +854,3,17031,42,35 +855,3,17031,42,11 +856,3,17031,42,14 +857,3,17031,42,261 +858,3,17031,42,161 +859,3,17031,42,2 +860,3,17031,42,12 +861,3,17031,42,1 +862,3,17031,42,1 +863,3,17031,42,114 +864,3,17031,42,323 +865,3,17031,42,66 +866,3,17031,42,11 +867,3,17031,42,32 +868,3,17031,42,1 +869,3,17031,42,14 +870,3,17031,42,431 +871,3,17031,42,41 +872,3,17031,42,5 +873,3,17031,42,106 +874,3,17031,42,28 +875,3,17031,42,11 +876,3,17031,42,273 +877,3,17031,42,0 +878,3,17031,42,124 +879,3,17031,42,5 +880,3,17031,42,0 +881,3,17031,42,2 +882,3,17031,42,34 +883,3,17031,42,2 +884,3,17031,42,0 +885,3,17031,42,0 +886,3,17031,42,40 +887,3,17031,42,1 +888,3,17031,42,7 +889,3,17031,42,2 +890,3,17031,42,30 +891,3,17031,42,1 +892,3,17031,42,43 +893,3,17031,42,2 +894,3,17031,42,5 +895,3,17031,42,12 +896,3,17031,42,0 +897,3,17031,42,7 +898,3,17031,42,1 +899,3,17031,42,15 +900,3,17031,42,48 +901,3,17031,42,79 +902,3,17031,42,49 +903,3,17031,42,424 +904,3,17031,42,14 +905,8,17031,42,187 +906,8,17031,42,55 +907,8,17031,42,108 +908,8,17031,42,1 +909,8,17031,42,199 +910,8,17031,42,31 +911,8,17031,42,17 +912,8,17031,42,4 +913,8,17031,42,0 +914,8,17031,42,0 +915,8,17031,42,9 +916,8,17031,42,10 +917,8,17031,42,0 +918,8,17031,42,535 +919,8,17031,42,25 +920,8,17031,42,25 +921,8,17031,42,171 +922,8,17031,42,1 +923,8,17031,42,7 +924,8,17031,42,2 +925,8,17031,42,9 +926,8,17031,42,0 +927,8,17031,42,5 +928,8,17031,42,152 +929,8,17031,42,13 +930,8,17031,42,90 +931,8,17031,42,159 +932,8,17031,42,123 +933,8,17031,42,35 +934,8,17031,42,161 +935,8,17031,42,91 +936,8,17031,42,121 +937,8,17031,42,2 +938,8,17031,42,3 +939,8,17031,42,0 +940,8,17031,42,3 +941,8,17031,42,0 +942,8,17031,42,0 +943,8,17031,42,42 +944,8,17031,42,4 +945,8,17031,42,7 +946,8,17031,42,1353 +947,8,17031,42,797 +948,8,17031,42,29 +949,8,17031,42,153 +950,8,17031,42,15 +951,8,17031,42,7 +952,8,17031,42,5 +953,8,17031,42,1385 +954,8,17031,42,972 +955,4,17031,42,152 +956,4,17031,42,902 +957,4,17031,42,63 +958,4,17031,42,21 +959,4,17031,42,217 +960,4,17031,42,1 +961,4,17031,42,21 +962,4,17031,42,14 +963,4,17031,42,14 +964,4,17031,42,31 +965,4,17031,42,68 +966,4,17031,42,88 +967,4,17031,42,169 +968,4,17031,42,10 +969,4,17031,42,11 +970,4,17031,42,456 +971,4,17031,42,6 +972,4,17031,42,9 +973,4,17031,42,84 +974,4,17031,42,2 +975,4,17031,42,31 +976,4,17031,42,572 +977,4,17031,42,44 +978,4,17031,42,219 +979,4,17031,42,45 +980,4,17031,42,33 +981,4,17031,42,196 +982,4,17031,42,10 +983,4,17031,42,9 +984,4,17031,42,32 +985,4,17031,42,1 +986,4,17031,42,36 +987,4,17031,42,92 +988,4,17031,42,4 +989,4,17031,42,2 +990,4,17031,42,2 +991,4,17031,42,18 +992,4,17031,42,28 +993,4,17031,42,6 +994,4,17031,42,1 +995,4,17031,42,8 +996,4,17031,42,7 +997,4,17031,42,4 +998,4,17031,42,10 +999,4,17031,42,31 +1000,4,17031,42,3 +1001,4,17031,42,1 +1002,9,17031,42,32 +1003,9,17031,42,93 +1004,9,17031,42,15 +1005,9,17031,42,19 +1006,9,17031,42,58 +1007,9,17031,42,10 +1008,9,17031,42,161 +1009,9,17031,42,253 +1010,9,17031,42,79 +1011,9,17031,42,20 +1012,9,17031,42,7 +1013,9,17031,42,93 +1014,9,17031,42,2 +1015,9,17031,42,18 +1016,9,17031,42,4 +1017,9,17031,42,5 +1018,9,17031,42,9 +1019,9,17031,42,17 +1020,9,17031,42,22 +1021,9,17031,42,21 +1022,9,17031,42,16 +1023,9,17031,42,93 +1024,9,17031,42,13 +1025,9,17031,42,0 +1026,9,17031,42,10 +1027,9,17031,42,31 +1028,9,17031,42,17 +1029,9,17031,42,7 +1030,9,17031,42,4 +1031,9,17031,42,13 +1032,9,17031,42,51 +1033,9,17031,42,14 +1034,9,17031,42,36 +1035,9,17031,42,22 +1036,9,17031,42,0 +1037,9,17031,42,577 +1038,9,17031,42,10 +1039,9,17031,42,159 +1040,9,17031,42,0 +1041,9,17031,42,8 +1042,9,17031,42,94 +1043,9,17031,42,0 +1044,9,17031,42,25 +1045,9,17031,42,2 +1046,9,17031,42,0 +1047,9,17031,42,2 +1048,9,17031,42,1 +1049,9,17031,42,43 +1050,9,17031,42,42 +1051,9,17031,42,4 +1052,9,17031,42,7 +1053,9,17031,42,0 +1054,9,17031,42,114 +1055,9,17031,42,48 +1056,9,17031,42,10 +1057,9,17031,42,65 +1058,9,17031,42,2 +1059,9,17031,42,0 +1060,9,17031,42,2 +1061,12,17031,42,338 +1062,9,17031,42,99 +1063,9,17031,42,1 +1064,12,17031,42,2 +1065,9,17031,42,5 +1066,9,17031,42,2 +1067,9,17031,42,17 +1068,12,17031,42,12 +1069,5,17031,42,3 +1070,5,17031,42,10 +1071,5,17031,42,5 +1072,5,17031,42,1 +1073,5,17031,42,16 +1074,5,17031,42,23 +1075,5,17031,42,2 +1076,5,17031,42,11 +1077,5,17031,42,18 +1078,5,17031,42,1 +1079,5,17031,42,4 +1080,5,17031,42,3 +1081,5,17031,42,10 +1082,5,17031,42,17 +1083,5,17031,42,20 +1084,5,17031,42,3 +1085,5,17031,42,1 +1086,5,17031,42,6 +1087,10,17031,42,0 +1088,5,17031,42,12 +1089,10,17031,42,33 +1090,5,17031,42,5 +1091,5,17031,42,17 +1092,10,17031,42,12 +1093,10,17031,42,8 +1094,10,17031,42,393 +1095,10,17031,42,29 +1096,10,17031,42,5 +1097,10,17031,42,7 +1098,5,17031,42,6 +1099,10,17031,42,0 +1100,10,17031,42,14 +1101,10,17031,42,2 +1102,10,17031,42,2 +1103,10,17031,42,10 +1104,10,17031,42,13 +1105,10,17031,42,3 +1106,10,17031,42,5 +1107,10,17031,42,48 +1108,10,17031,42,49 +1109,10,17031,42,6 +1110,10,17031,42,14 +1111,10,17031,42,27 +1112,10,17031,42,71 +1113,10,17031,42,31 +1114,10,17031,42,82 +1115,10,17031,42,0 +1116,10,17031,42,5 +1117,10,17031,42,19 +1118,10,17031,42,13 +1119,10,17031,42,1 +1120,10,17031,42,24 +1121,10,17031,42,35 +1122,10,17031,42,48 +1123,10,17031,42,15 +1124,10,17031,42,22 +1125,10,17031,42,329 +1126,10,17031,42,15 +1127,10,17031,42,39 +1128,10,17031,42,93 +1129,10,17031,42,8 +1130,10,17031,42,26 +1131,10,17031,42,7 +1132,10,17031,42,14 +1133,10,17031,42,8 +1134,10,17031,42,118 +1135,10,17031,42,259 +1136,10,17031,42,10 +1137,10,17031,42,4 +1138,10,17031,42,0 +1139,10,17031,42,99 +1140,10,17031,42,10 +1141,10,17031,42,21 +1142,10,17031,42,6 +1143,10,17031,42,48 +1144,10,17031,42,154 +1145,10,17031,42,13 +1146,10,17031,42,2 +1147,10,17031,42,21 +1148,10,17031,42,353 +1149,10,17031,42,5 +1150,10,17031,42,1060 +1151,10,17031,42,16 +1152,10,17031,42,333 +1153,10,17031,42,5 +1154,10,17031,42,22 +1155,10,17031,42,0 +1156,10,17031,42,3 +1157,10,17031,42,59 +1158,10,17031,42,8 +1159,10,17031,42,263 +1160,10,17031,42,12 +1161,10,17031,42,4 +1162,10,17031,42,4 +1163,10,17031,42,9 +1164,10,17031,42,0 +1165,10,17031,42,2 +1166,10,17031,42,7 +1167,10,17031,42,69 +1168,10,17031,42,98 +1169,10,17031,42,102 +1170,10,17031,42,3 +1171,11,17031,42,1 +1172,11,17031,42,2 +1173,11,17031,42,17 +1174,11,17031,42,114 +1175,11,17031,42,0 +1176,11,17031,42,387 +1177,11,17031,42,11 +1178,11,17031,42,4 +1179,11,17031,42,0 +1180,11,17031,42,38 +1181,11,17031,42,8 +1182,11,17031,42,13 +1183,12,17031,42,47 +1184,12,17031,42,16 +1185,12,17031,42,60 +1186,12,17031,42,5 +1187,12,17031,42,0 +1188,13,17031,42,39 +1189,12,17031,42,4 +1190,13,17031,42,0 +1191,12,17031,42,719 +1192,12,17031,42,324 +1193,12,17031,42,100 +1194,12,17031,42,71 +1195,12,17031,42,76 +1196,12,17031,42,6 +1197,12,17031,42,235 +1198,12,17031,42,0 +1199,12,17031,42,3 +1200,12,17031,42,73 +1201,12,17031,42,7 +1202,12,17031,42,13 +1203,12,17031,42,16 +1204,12,17031,42,12 +1205,12,17031,42,1 +1206,12,17031,42,1 +1207,12,17031,42,22 +1208,12,17031,42,106 +1209,12,17031,42,272 +1210,12,17031,42,2 +1211,12,17031,42,3 +1212,12,17031,42,61 +1213,12,17031,42,11 +1214,12,17031,42,15 +1215,12,17031,42,4 +1216,12,17031,42,17 +1217,12,17031,42,99 +1218,12,17031,42,195 +1219,12,17031,42,104 +1220,12,17031,42,3 +1221,12,17031,42,0 +1222,12,17031,42,422 +1223,12,17031,42,477 +1224,12,17031,42,74 +1225,12,17031,42,3 +1226,12,17031,42,7 +1227,12,17031,42,1 +1228,12,17031,42,6 +1229,15,17031,42,160 +1230,15,17031,42,16 +1231,15,17031,42,15 +1232,15,17031,42,15 +1233,15,17031,42,21 +1234,15,17031,42,13 +1235,15,17031,42,8 +1236,15,17031,42,180 +1237,15,17031,42,182 +1238,15,17031,42,14 +1239,15,17031,42,0 +1240,15,17031,42,44 +1241,15,17031,42,30 +1242,15,17031,42,0 +1243,15,17031,42,0 +1244,15,17031,42,13 +1245,15,17031,42,10 +1246,15,17031,42,2 +1247,15,17031,42,5 +1248,15,17031,42,4 +1249,15,17031,42,4 +1250,15,17031,42,40 +1251,15,17031,42,71 +1252,15,17031,42,21 +1253,15,17031,42,0 +1254,15,17031,42,95 +1255,15,17031,42,70 +1256,15,17031,42,31 +1257,15,17031,42,91 +1258,15,17031,42,5 +1259,15,17031,42,0 +1260,15,17031,42,0 +1261,15,17031,42,27 +1262,15,17031,42,0 +1263,15,17031,42,7 +1264,15,17031,42,14 +1265,15,17031,42,17 +1266,15,17031,42,1 +1267,15,17031,42,1 +1268,15,17031,42,85 +1269,15,17031,42,339 +1270,15,17031,42,286 +1271,15,17031,42,46 +1272,15,17031,42,48 +1273,15,17031,42,2 +1274,15,17031,42,83 +1275,15,17031,42,2 +1276,15,17031,42,4 +1277,15,17031,42,8 +1278,15,17031,42,42 +1279,15,17031,42,22 +1280,15,17031,42,13 +1281,15,17031,42,52 +1282,15,17031,42,13 +1283,15,17031,42,12 +1284,15,17031,42,18 +1285,15,17031,42,4 +1286,15,17031,42,21 +1287,15,17031,42,88 +1288,15,17031,42,101 +1289,15,17031,42,86 +1290,15,17031,42,264 +1291,15,17031,42,26 +1292,15,17031,42,3 +1293,15,17031,42,26 +1294,15,17031,42,189 +1295,15,17031,42,313 +1296,15,17031,42,6 +1297,15,17031,42,53 +1298,15,17031,42,9 +1299,15,17031,42,12 +1300,15,17031,42,2 +1301,15,17031,42,8 +1302,15,17031,42,36 +1303,15,17031,42,2 +1304,15,17031,42,0 +1305,15,17031,42,3 +1306,15,17031,42,0 +1307,15,17031,42,3 +1308,15,17031,42,0 +1309,15,17031,42,12 +1310,15,17031,42,12 +1311,15,17031,42,10 +1312,15,17031,42,21 +1313,16,17031,42,0 +1314,16,17031,42,0 +1315,16,17031,42,21 +1316,16,17031,42,10 +1317,16,17031,42,17 +1318,16,17031,42,5 +1319,16,17031,42,47 +1320,16,17031,42,5 +1321,16,17031,42,6 +1322,16,17031,42,11 +1323,16,17031,42,9 +1324,16,17031,42,3 +1325,16,17031,42,4 +1326,16,17031,42,5 +1327,16,17031,42,2 +1328,16,17031,42,9 +1329,16,17031,42,6 +1330,16,17031,42,6 +1331,16,17031,42,8 +1332,16,17031,42,7 +1333,16,17031,42,38 +1334,16,17031,42,42 +1335,16,17031,42,73 +1336,16,17031,42,154 +1337,16,17031,42,20 +1338,16,17031,42,1 +1339,16,17031,42,4 +1340,16,17031,42,14 +1341,16,17031,42,1 +1342,16,17031,42,4 +1343,16,17031,42,9 +1344,16,17031,42,30 +1345,16,17031,42,1 +1346,16,17031,42,14 +1347,16,17031,42,28 +1348,16,17031,42,7 +1349,16,17031,42,72 +1350,16,17031,42,6 +1351,16,17031,42,10 +1352,16,17031,42,6 +1353,16,17031,42,4 +1354,16,17031,42,52 +1355,16,17031,42,26 +1356,16,17031,42,0 +1357,16,17031,42,7 +1358,16,17031,42,11 +1359,16,17031,42,26 +1360,16,17031,42,69 +1361,16,17031,42,76 +1362,18,17031,42,30 +1363,18,17031,42,7 +1364,18,17031,42,175 +1365,18,17031,42,86 +1366,18,17031,42,2 +1367,18,17031,42,81 +1368,18,17031,42,134 +1369,18,17031,42,42 +1370,18,17031,42,48 +1371,18,17031,42,83 +1372,18,17031,42,71 +1373,18,17031,42,50 +1374,18,17031,42,1 +1375,18,17031,42,30 +1376,18,17031,42,8 +1377,18,17031,42,4 +1378,18,17031,42,452 +1379,18,17031,42,21 +1380,18,17031,42,483 +1381,18,17031,42,194 +1382,18,17031,42,73 +1383,18,17031,42,16 +1384,18,17031,42,10 +1385,18,17031,42,83 +1386,18,17031,42,16 +1387,18,17031,42,9 +1388,18,17031,42,528 +1389,18,17031,42,62 +1390,18,17031,42,128 +1391,18,17031,42,22 +1392,18,17031,42,62 +1393,18,17031,42,12 +1394,18,17031,42,39 +1395,18,17031,42,2 +1396,18,17031,42,0 +1397,18,17031,42,12 +1398,18,17031,42,294 +1399,18,17031,42,1242 +1400,18,17031,42,296 +1401,18,17031,42,326 +1402,18,17031,42,10 +1403,18,17031,42,392 +1404,18,17031,42,2 +1405,18,17031,42,6 +1406,18,17031,42,376 +1407,18,17031,42,2 +1408,18,17031,42,14 +1409,18,17031,42,6 +1410,18,17031,42,8 +1411,18,17031,42,54 +1412,18,17031,42,80 +1413,18,17031,42,311 +1414,18,17031,42,35 +1415,18,17031,42,25 +1416,19,17031,42,25 +1417,19,17031,42,17 +1418,19,17031,42,237 +1419,19,17031,42,78 +1420,19,17031,42,78 +1421,19,17031,42,1 +1422,19,17031,42,806 +1423,19,17031,42,7 +1424,19,17031,42,49 +1425,19,17031,42,123 +1426,19,17031,42,12 +1427,19,17031,42,54 +1428,19,17031,42,3 +1429,19,17031,42,3 +1430,19,17031,42,6 +1431,19,17031,42,207 +1432,19,17031,42,0 +1433,19,17031,42,220 +1434,19,17031,42,5 +1435,19,17031,42,103 +1436,19,17031,42,224 +1437,19,17031,42,7 +1438,19,17031,42,35 +1439,19,17031,42,34 +1440,19,17031,42,38 +1441,21,17031,42,128 +1442,21,17031,42,30 +1443,21,17031,42,77 +1444,21,17031,42,61 +1445,21,17031,42,9 +1446,21,17031,42,0 +1447,22,17031,42,4 +1448,22,17031,42,18 +1449,22,17031,42,14 +1450,22,17031,42,0 +1451,22,17031,42,74 +1452,22,17031,42,47 +1453,22,17031,42,14 +1454,22,17031,42,3 +1455,22,17031,42,4 +1456,22,17031,42,0 +1457,22,17031,42,0 +1458,22,17031,42,432 +1459,22,17031,42,0 +1460,22,17031,42,0 +1461,22,17031,42,13 +1462,22,17031,42,9 +1463,22,17031,42,24 +1464,22,17031,42,25 +1465,22,17031,42,4 +1466,22,17031,42,58 +1467,22,17031,42,11 +1468,22,17031,42,11 +1469,22,17031,42,0 +1470,22,17031,42,3 +1471,23,17031,42,18 +1472,23,17031,42,13 +1473,23,17031,42,15 +1474,23,17031,42,4 +1475,23,17031,42,6 +1476,23,17031,42,2 +1477,23,17031,42,34 +1478,23,17031,42,1 +1479,23,17031,42,10 +1480,23,17031,42,0 +1481,23,17031,42,0 +1482,23,17031,42,15 +1483,23,17031,42,123 +1484,23,17031,42,1 +1485,23,17031,42,8 +1486,23,17031,42,18 +1487,23,17031,42,83 +1488,23,17031,42,108 +1489,23,17031,42,13 +1490,23,17031,42,8 +1491,23,17031,42,39 +1492,23,17031,42,41 +1493,23,17031,42,0 +1494,23,17031,42,17 +1495,23,17031,42,3 +1496,23,17031,42,4 +1497,23,17031,42,2 +1498,23,17031,42,3 +1499,23,17031,42,88 +1500,23,17031,42,0 +1501,23,17031,42,5 +1502,23,17031,42,3 +1503,23,17031,42,6 +1504,23,17031,42,23 +1505,23,17031,42,10 +1506,23,17031,42,16 +1507,23,17031,42,2 +1508,23,17031,42,106 +1509,23,17031,42,7 +1510,23,17031,42,19 +1511,23,17031,42,241 +1512,23,17031,42,65 +1513,23,17031,42,14 +1514,23,17031,42,167 +1515,23,17031,42,282 +1516,23,17031,42,199 +1517,23,17031,42,0 +1518,23,17031,42,28 +1519,23,17031,42,14 +1520,23,17031,42,9 +1521,23,17031,42,0 +1522,23,17031,42,0 +1523,23,17031,42,168 +1524,23,17031,42,14 +1525,23,17031,42,20 +1526,23,17031,42,3 +1527,23,17031,42,6 +1528,23,17031,42,19 +1529,23,17031,42,1 +1530,23,17031,42,6 +1531,23,17031,42,115 +1532,23,17031,42,306 +1533,23,17031,42,8 +1534,23,17031,42,11 +1535,23,17031,42,38 +1536,23,17031,42,1 +1537,24,17031,42,28 +1538,24,17031,42,6 +1539,24,17031,42,6 +1540,24,17031,42,2 +1541,24,17031,42,11 +1542,24,17031,42,0 +1543,24,17031,42,3 +1544,24,17031,42,3 +1545,24,17031,42,0 +1546,24,17031,42,7 +1547,24,17031,42,0 +1548,24,17031,42,4 +1549,24,17031,42,108 +1550,24,17031,42,29 +1551,24,17031,42,0 +1552,25,17031,42,14 +1553,25,17031,42,2 +1554,25,17031,42,5 +1555,25,17031,42,35 +1556,25,17031,42,6 +1557,25,17031,42,1 +1558,25,17031,42,16 +1559,25,17031,42,26 +1560,25,17031,42,14 +1561,25,17031,42,130 +1562,25,17031,42,27 +1563,25,17031,42,21 +1564,25,17031,42,23 +1565,25,17031,42,22 +1566,25,17031,42,11 +1567,25,17031,42,7 +1568,25,17031,42,24 +1569,25,17031,42,11 +1570,25,17031,42,21 +1571,25,17031,42,14 +1572,25,17031,42,91 +1573,26,17031,42,4 +1574,26,17031,42,19 +1575,26,17031,42,515 +1576,26,17031,42,10 +1577,26,17031,42,217 +1578,26,17031,42,8 +1579,26,17031,42,44 +1580,26,17031,42,35 +1581,26,17031,42,112 +1582,26,17031,42,3 +1583,26,17031,42,57 +1584,26,17031,42,0 +1585,26,17031,42,2 +1586,26,17031,42,47 +1587,26,17031,42,2 +1588,26,17031,42,6 +1589,26,17031,42,0 +1590,26,17031,42,5 +1591,26,17031,42,20 +1592,26,17031,42,10 +1593,26,17031,42,78 +1594,26,17031,42,7 +1595,26,17031,42,48 +1596,26,17031,42,0 +1597,26,17031,42,5 +1598,26,17031,42,265 +1599,26,17031,42,7 +1600,26,17031,42,25 +1601,26,17031,42,31 +1602,26,17031,42,24 +1603,26,17031,42,12 +1604,26,17031,42,3 +1605,26,17031,42,8 +1606,26,17031,42,29 +1607,26,17031,42,2 +1608,26,17031,42,8 +1609,26,17031,42,0 +1610,26,17031,42,8 +1611,26,17031,42,1 +1612,26,17031,42,3 +1613,26,17031,42,8 +1614,26,17031,42,17 +1615,27,17031,42,78 +1616,27,17031,42,104 +1617,27,17031,42,87 +1618,27,17031,42,9 +1619,27,17031,42,37 +1620,27,17031,42,38 +1621,27,17031,42,6 +1622,27,17031,42,58 +1623,27,17031,42,12 +1624,27,17031,42,24 +1625,27,17031,42,14 +1626,27,17031,42,103 +1627,27,17031,42,12 +1628,27,17031,42,3 +1629,27,17031,42,7 +1630,27,17031,42,4 +1631,27,17031,42,3 +1632,27,17031,42,116 +1633,27,17031,42,133 +1634,27,17031,42,7 +1635,27,17031,42,4 +1636,27,17031,42,5 +1637,27,17031,42,28 +1638,27,17031,42,437 +1639,27,17031,42,188 +1640,27,17031,42,39 +1641,27,17031,42,19 +1642,27,17031,42,74 +1643,27,17031,42,1 +1644,27,17031,42,146 +1645,27,17031,42,64 +1646,27,17031,42,44 +1647,27,17031,42,2 +1648,27,17031,42,140 +1649,27,17031,42,43 +1650,27,17031,42,119 +1651,27,17031,42,11 +1652,27,17031,42,15 +1653,27,17031,42,16 +1654,27,17031,42,27 +1655,27,17031,42,28 +1656,27,17031,42,1 +1657,27,17031,42,24 +1658,27,17031,42,176 +1659,27,17031,42,8 +1660,27,17031,42,8 +1661,27,17031,42,41 +1662,27,17031,42,3 +1663,27,17031,42,108 +1664,27,17031,42,4 +1665,27,17031,42,42 +1666,27,17031,42,14 +1667,28,17031,42,5 +1668,28,17031,42,12 +1669,28,17031,42,7 +1670,28,17031,42,14 +1671,28,17031,42,9 +1672,28,17031,42,2 +1673,28,17031,42,4 +1674,28,17031,42,6 +1675,28,17031,42,1 +1676,28,17031,42,24 +1677,28,17031,42,50 +1678,28,17031,42,18 +1679,28,17031,42,2 +1680,28,17031,42,7 +1681,28,17031,42,10 +1682,28,17031,42,5 +1683,28,17031,42,1 +1684,28,17031,42,1 +1685,28,17031,42,2 +1686,28,17031,42,9 +1687,28,17031,42,1 +1688,28,17031,42,2 +1689,28,17031,42,10 +1690,28,17031,42,5 +1691,28,17031,42,2 +1692,28,17031,42,0 +1693,28,17031,42,31 +1694,28,17031,42,0 +1695,28,17031,42,3 +1696,28,17031,42,26 +1697,29,17031,42,11 +1698,29,17031,42,8 +1699,29,17031,42,0 +1700,29,17031,42,14 +1701,29,17031,42,10 +1702,29,17031,42,56 +1703,29,17031,42,4 +1704,29,17031,42,31 +1705,29,17031,42,38 +1706,29,17031,42,0 +1707,29,17031,42,1 +1708,29,17031,42,5 +1709,29,17031,42,7 +1710,29,17031,42,27 +1711,29,17031,42,0 +1712,29,17031,42,9 +1713,29,17031,42,16 +1714,29,17031,42,11 +1715,29,17031,42,0 +1716,29,17031,42,10 +1717,29,17031,42,3 +1718,29,17031,42,31 +1719,29,17031,42,223 +1720,29,17031,42,36 +1721,29,17031,42,201 +1722,29,17031,42,248 +1723,29,17031,42,10 +1724,29,17031,42,18 +1725,29,17031,42,16 +1726,29,17031,42,8 +1727,29,17031,42,230 +1728,29,17031,42,330 +1729,29,17031,42,104 +1730,29,17031,42,34 +1731,29,17031,42,37 +1732,29,17031,42,24 +1733,79,17043,42,0 +1734,79,17043,42,0 +1735,77,17043,42,415 +1736,77,17043,42,81 +1737,77,17043,42,38 +1738,77,17043,42,26 +1739,77,17043,42,14 +1740,77,17043,42,46 +1741,77,17043,42,317 +1742,77,17043,42,252 +1743,77,17043,42,46 +1744,80,17043,42,441 +1745,80,17043,42,79 +1746,80,17043,42,66 +1747,80,17043,42,25 +1748,80,17043,42,68 +1749,80,17043,42,15 +1750,80,17043,42,96 +1751,80,17043,42,98 +1752,80,17043,42,35 +1753,80,17043,42,4 +1754,80,17043,42,146 +1755,80,17043,42,22 +1756,83,17043,42,37 +1757,83,17043,42,174 +1758,83,17043,42,68 +1759,83,17043,42,325 +1760,83,17043,42,163 +1761,83,17043,42,841 +1762,83,17043,42,7 +1763,83,17043,42,8 +1764,83,17043,42,26 +1765,83,17043,42,0 +1766,83,17043,42,0 +1767,83,17043,42,181 +1768,83,17043,42,1215 +1769,83,17043,42,2 +1770,83,17043,42,24 +1771,83,17043,42,2 +1772,83,17043,42,42 +1773,83,17043,42,16 +1774,83,17043,42,2 +1775,83,17043,42,231 +1776,83,17043,42,17 +1777,83,17043,42,20 +1778,83,17043,42,9 +1779,83,17043,42,132 +1780,83,17043,42,2 +1781,83,17043,42,466 +1782,83,17043,42,371 +1783,83,17043,42,14 +1784,83,17043,42,39 +1785,83,17043,42,6 +1786,83,17043,42,21 +1787,83,17043,42,41 +1788,83,17043,42,27 +1789,83,17043,42,0 +1790,83,17043,42,16 +1791,83,17043,42,2 +1792,83,17043,42,0 +1793,83,17043,42,53 +1794,83,17043,42,2 +1795,83,17043,42,59 +1796,83,17043,42,90 +1797,83,17043,42,0 +1798,83,17043,42,17 +1799,83,17043,42,16 +1800,83,17043,42,15 +1801,83,17043,42,12 +1802,83,17043,42,2 +1803,83,17043,42,16 +1804,83,17043,42,0 +1805,83,17043,42,0 +1806,83,17043,42,8 +1807,83,17043,42,99 +1808,83,17043,42,4 +1809,83,17043,42,19 +1810,83,17043,42,41 +1811,83,17043,42,202 +1812,83,17043,42,27 +1813,78,17043,42,60 +1814,78,17043,42,1005 +1815,78,17043,42,0 +1816,78,17043,42,7 +1817,78,17043,42,707 +1818,78,17043,42,81 +1819,78,17043,42,187 +1820,78,17043,42,3 +1821,78,17043,42,731 +1822,78,17043,42,62 +1823,78,17043,42,104 +1824,78,17043,42,31 +1825,78,17043,42,395 +1826,78,17043,42,27 +1827,78,17043,42,108 +1828,78,17043,42,364 +1829,78,17043,42,4 +1830,78,17043,42,4 +1831,78,17043,42,3 +1832,78,17043,42,11 +1833,78,17043,42,52 +1834,78,17043,42,432 +1835,78,17043,42,11 +1836,78,17043,42,0 +1837,78,17043,42,41 +1838,78,17043,42,0 +1839,78,17043,42,147 +1840,78,17043,42,3 +1841,78,17043,42,3 +1842,78,17043,42,269 +1843,78,17043,42,582 +1844,78,17043,42,0 +1845,78,17043,42,0 +1846,78,17043,42,199 +1847,78,17043,42,164 +1848,78,17043,42,672 +1849,78,17043,42,240 +1850,78,17043,42,5 +1851,78,17043,42,434 +1852,78,17043,42,1 +1853,78,17043,42,285 +1854,78,17043,42,477 +1855,81,17043,42,4 +1856,81,17043,42,369 +1857,81,17043,42,2 +1858,81,17043,42,10 +1859,81,17043,42,58 +1860,81,17043,42,148 +1861,81,17043,42,5 +1862,81,17043,42,0 +1863,81,17043,42,25 +1864,81,17043,42,0 +1865,81,17043,42,1 +1866,81,17043,42,8 +1867,81,17043,42,0 +1868,81,17043,42,9 +1869,81,17043,42,24 +1870,81,17043,42,41 +1871,81,17043,42,4 +1872,81,17043,42,0 +1873,81,17043,42,32 +1874,81,17043,42,0 +1875,81,17043,42,40 +1876,81,17043,42,32 +1877,81,17043,42,109 +1878,81,17043,42,171 +1879,81,17043,42,7 +1880,81,17043,42,0 +1881,81,17043,42,9 +1882,81,17043,42,16 +1883,81,17043,42,26 +1884,81,17043,42,6 +1885,81,17043,42,12 +1886,81,17043,42,1 +1887,81,17043,42,101 +1888,81,17043,42,13 +1889,81,17043,42,15 +1890,81,17043,42,4 +1891,81,17043,42,0 +1892,81,17043,42,0 +1893,81,17043,42,0 +1894,81,17043,42,10 +1895,81,17043,42,0 +1896,81,17043,42,12 +1897,81,17043,42,13 +1898,81,17043,42,0 +1899,81,17043,42,74 +1900,81,17043,42,0 +1901,81,17043,42,10 +1902,81,17043,42,125 +1903,81,17043,42,5 +1904,81,17043,42,66 +1905,81,17043,42,0 +1906,81,17043,42,1 +1907,81,17043,42,9 +1908,81,17043,42,5 +1909,81,17043,42,17 +1910,81,17043,42,348 +1911,81,17043,42,8 +1912,84,17043,42,112 +1913,84,17043,42,162 +1914,84,17043,42,37 +1915,84,17043,42,1 +1916,84,17043,42,90 +1917,84,17043,42,13 +1918,84,17043,42,0 +1919,84,17043,42,408 +1920,84,17043,42,101 +1921,84,17043,42,2 +1922,84,17043,42,0 +1923,84,17043,42,0 +1924,84,17043,42,41 +1925,84,17043,42,108 +1926,84,17043,42,8 +1927,84,17043,42,57 +1928,84,17043,42,76 +1929,84,17043,42,121 +1930,84,17043,42,122 +1931,84,17043,42,585 +1932,84,17043,42,129 +1933,84,17043,42,33 +1934,84,17043,42,34 +1935,84,17043,42,2 +1936,84,17043,42,8 +1937,84,17043,42,2 +1938,84,17043,42,11 +1939,84,17043,42,2 +1940,84,17043,42,16 +1941,84,17043,42,48 +1942,84,17043,42,26 +1943,84,17043,42,23 +1944,84,17043,42,3 +1945,84,17043,42,16 +1946,84,17043,42,35 +1947,84,17043,42,8 +1948,84,17043,42,22 +1949,84,17043,42,7 +1950,84,17043,42,96 +1951,84,17043,42,1 +1952,84,17043,42,3 +1953,84,17043,42,29 +1954,79,17043,42,1170 +1955,79,17043,42,552 +1956,79,17043,42,1700 +1957,79,17043,42,876 +1958,79,17043,42,1240 +1959,79,17043,42,678 +1960,79,17043,42,17 +1961,79,17043,42,886 +1962,79,17043,42,426 +1963,79,17043,42,1135 +1964,79,17043,42,37 +1965,79,17043,42,0 +1966,79,17043,42,7 +1967,79,17043,42,58 +1968,79,17043,42,177 +1969,79,17043,42,46 +1970,79,17043,42,9 +1971,79,17043,42,19 +1972,79,17043,42,0 +1973,79,17043,42,1 +1974,79,17043,42,18 +1975,79,17043,42,5 +1976,79,17043,42,3 +1977,79,17043,42,1 +1978,79,17043,42,151 +1979,79,17043,42,830 +1980,79,17043,42,22 +1981,79,17043,42,278 +1982,79,17043,42,4 +1983,79,17043,42,5 +1984,79,17043,42,411 +1985,79,17043,42,21 +1986,79,17043,42,75 +1987,79,17043,42,4 +1988,79,17043,42,176 +1989,79,17043,42,1534 +1990,79,17043,42,22 +1991,79,17043,42,1002 +1992,79,17043,42,630 +1993,79,17043,42,543 +1994,79,17043,42,228 +1995,79,17043,42,0 +1996,79,17043,42,8 +1997,79,17043,42,176 +1998,79,17043,42,176 +1999,79,17043,42,0 +2000,79,17043,42,3 +2001,79,17043,42,2 +2002,79,17043,42,801 +2003,82,17043,42,3 +2004,82,17043,42,65 +2005,82,17043,42,134 +2006,82,17043,42,118 +2007,82,17043,42,5 +2008,82,17043,42,6 +2009,82,17043,42,2 +2010,82,17043,42,28 +2011,82,17043,42,29 +2012,82,17043,42,0 +2013,82,17043,42,0 +2014,82,17043,42,0 +2015,82,17043,42,15 +2016,82,17043,42,10 +2017,82,17043,42,13 +2018,82,17043,42,54 +2019,82,17043,42,13 +2020,82,17043,42,6 +2021,82,17043,42,18 +2022,82,17043,42,20 +2023,82,17043,42,27 +2024,82,17043,42,296 +2025,82,17043,42,41 +2026,82,17043,42,22 +2027,82,17043,42,156 +2028,82,17043,42,102 +2029,82,17043,42,9 +2030,82,17043,42,94 +2031,82,17043,42,1 +2032,82,17043,42,11 +2033,82,17043,42,252 +2034,82,17043,42,254 +2035,82,17043,42,480 +2036,82,17043,42,1197 +2037,82,17043,42,597 +2038,82,17043,42,65 +2039,82,17043,42,766 +2040,82,17043,42,33 +2041,82,17043,42,52 +2042,82,17043,42,9 +2043,82,17043,42,288 +2044,82,17043,42,11 +2045,82,17043,42,967 +2046,82,17043,42,444 +2047,82,17043,42,1 +2048,82,17043,42,92 +2049,82,17043,42,134 +2050,82,17043,42,27 +2051,85,17043,42,43 +2052,85,17043,42,6 +2053,85,17043,42,4 +2054,85,17043,42,15 +2055,85,17043,42,17 +2056,85,17043,42,63 +2057,85,17043,42,202 +2058,85,17043,42,55 +2059,85,17043,42,138 +2060,85,17043,42,10 +2061,85,17043,42,88 +2062,85,17043,42,325 +2063,85,17043,42,64 +2064,85,17043,42,16 +2065,85,17043,42,25 +2066,85,17043,42,6 +2067,85,17043,42,1 +2068,85,17043,42,85 +2069,85,17043,42,0 +2070,85,17043,42,0 +2071,85,17043,42,0 +2072,85,17043,42,6 +2073,85,17043,42,8 +2074,85,17043,42,13 +2075,85,17043,42,0 +2076,85,17043,42,0 +2077,85,17043,42,10 +2078,85,17043,42,3 +2079,85,17043,42,58 +2080,85,17043,42,7 +2081,85,17043,42,4 +2082,85,17043,42,0 +2083,85,17043,42,1 +2084,85,17043,42,5 +2085,85,17043,42,132 +2086,85,17043,42,6 +2087,85,17043,42,10 +2088,85,17043,42,0 +2089,85,17043,42,266 +2090,85,17043,42,3 +2091,85,17043,42,21 +2092,85,17043,42,0 +2093,85,17043,42,0 +2094,85,17043,42,5 +2095,85,17043,42,6 +2096,85,17043,42,4 +2097,85,17043,42,5 +2098,85,17043,42,9 +2099,85,17043,42,25 +2100,85,17043,42,461 +2101,85,17043,42,151 +2102,85,17043,42,28 +2103,85,17043,42,169 +2104,85,17043,42,24 +2105,85,17043,42,59 +2106,85,17043,42,368 +2107,85,17043,42,2 +2108,86,17043,42,411 +2109,86,17043,42,0 +2110,86,17043,42,13 +2111,86,17043,42,596 +2112,62,17089,42,1 +2113,62,17089,42,30 +2114,62,17089,42,20 +2115,62,17089,42,83 +2116,65,17089,42,2 +2117,65,17089,42,9 +2118,65,17089,42,1 +2119,65,17089,42,2 +2120,68,17089,42,3 +2121,68,17089,42,6 +2122,68,17089,42,11 +2123,68,17089,42,11 +2124,71,17089,42,3 +2125,71,17089,42,5 +2126,71,17089,42,77 +2127,71,17089,42,7 +2128,74,17089,42,12 +2129,74,17089,42,9 +2130,74,17089,42,1 +2131,74,17089,42,8 +2132,63,17089,42,114 +2133,63,17089,42,5 +2134,63,17089,42,61 +2135,63,17089,42,99 +2136,66,17089,42,1 +2137,66,17089,42,10 +2138,66,17089,42,5 +2139,66,17089,42,10 +2140,69,17089,42,19 +2141,69,17089,42,3 +2142,69,17089,42,28 +2143,69,17089,42,46 +2144,72,17089,42,236 +2145,72,17089,42,59 +2146,72,17089,42,39 +2147,72,17089,42,3 +2148,75,17089,42,211 +2149,75,17089,42,16 +2150,75,17089,42,48 +2151,75,17089,42,30 +2152,75,17089,42,0 +2153,75,17089,42,1 +2154,75,17089,42,3 +2155,75,17089,42,1 +2156,75,17089,42,1 +2157,75,17089,42,2 +2158,64,17089,42,32 +2159,64,17089,42,5 +2160,64,17089,42,8 +2161,64,17089,42,4 +2162,64,17089,42,1 +2163,64,17089,42,4 +2164,64,17089,42,200 +2165,64,17089,42,124 +2166,64,17089,42,128 +2167,64,17089,42,30 +2168,64,17089,42,48 +2169,64,17089,42,57 +2170,64,17089,42,13 +2171,64,17089,42,19 +2172,64,17089,42,50 +2173,64,17089,42,1186 +2174,64,17089,42,339 +2175,64,17089,42,0 +2176,64,17089,42,265 +2177,64,17089,42,27 +2178,64,17089,42,113 +2179,67,17089,42,227 +2180,67,17089,42,216 +2181,67,17089,42,140 +2182,67,17089,42,5 +2183,67,17089,42,46 +2184,67,17089,42,43 +2185,67,17089,42,0 +2186,67,17089,42,691 +2187,67,17089,42,41 +2188,67,17089,42,3 +2189,67,17089,42,6 +2190,67,17089,42,5 +2191,67,17089,42,3 +2192,67,17089,42,9 +2193,67,17089,42,1 +2194,67,17089,42,19 +2195,67,17089,42,2 +2196,67,17089,42,25 +2197,67,17089,42,150 +2198,67,17089,42,0 +2199,67,17089,42,13 +2200,67,17089,42,14 +2201,67,17089,42,0 +2202,67,17089,42,24 +2203,67,17089,42,0 +2204,67,17089,42,3 +2205,67,17089,42,9 +2206,67,17089,42,0 +2207,67,17089,42,8 +2208,67,17089,42,49 +2209,67,17089,42,3 +2210,67,17089,42,0 +2211,67,17089,42,2 +2212,67,17089,42,0 +2213,67,17089,42,8 +2214,67,17089,42,125 +2215,67,17089,42,80 +2216,67,17089,42,142 +2217,67,17089,42,287 +2218,67,17089,42,41 +2219,67,17089,42,9 +2220,67,17089,42,7 +2221,70,17089,42,33 +2222,70,17089,42,67 +2223,70,17089,42,23 +2224,70,17089,42,2 +2225,70,17089,42,15 +2226,70,17089,42,2 +2227,70,17089,42,29 +2228,70,17089,42,115 +2229,70,17089,42,71 +2230,70,17089,42,4 +2231,70,17089,42,0 +2232,70,17089,42,16 +2233,70,17089,42,10 +2234,70,17089,42,39 +2235,70,17089,42,170 +2236,70,17089,42,78 +2237,70,17089,42,305 +2238,70,17089,42,489 +2239,73,17089,42,74 +2240,73,17089,42,9 +2241,73,17089,42,96 +2242,73,17089,42,24 +2243,73,17089,42,127 +2244,73,17089,42,510 +2245,73,17089,42,213 +2246,73,17089,42,88 +2247,73,17089,42,28 +2248,73,17089,42,61 +2249,73,17089,42,19 +2250,73,17089,42,937 +2251,73,17089,42,20 +2252,73,17089,42,1 +2253,73,17089,42,570 +2254,73,17089,42,1 +2255,73,17089,42,125 +2256,73,17089,42,37 +2257,76,17089,42,13 +2258,76,17089,42,65 +2259,76,17089,42,80 +2260,76,17089,42,234 +2261,76,17089,42,66 +2262,76,17089,42,479 +2263,76,17089,42,31 +2264,76,17089,42,5 +2265,76,17089,42,117 +2266,76,17089,42,5 +2267,76,17089,42,233 +2268,76,17089,42,159 +2269,76,17089,42,137 +2270,76,17089,42,17 +2271,76,17089,42,91 +2272,76,17089,42,81 +2273,76,17089,42,13 +2274,76,17089,42,95 +2275,76,17089,42,16 +2276,76,17089,42,3 +2277,76,17089,42,39 +2278,76,17089,42,32 +2279,76,17089,42,14 +2280,76,17089,42,38 +2281,76,17089,42,142 +2282,76,17089,42,64 +2283,76,17089,42,194 +2284,76,17089,42,129 +2285,76,17089,42,273 +2286,76,17089,42,21 +2287,76,17089,42,33 +2288,76,17089,42,8 +2289,76,17089,42,10 +2290,76,17089,42,0 +2291,76,17089,42,7 +2292,76,17089,42,40 +2293,76,17089,42,7 +2294,76,17089,42,16 +2295,76,17089,42,4 +2296,76,17089,42,2 +2297,76,17089,42,5 +2298,76,17089,42,7 +2299,76,17089,42,21 +2300,76,17089,42,4 +2301,76,17089,42,3 +2302,76,17089,42,3 +2303,76,17089,42,3 +2304,76,17089,42,0 +2305,110,17093,42,1 +2306,110,17093,42,70 +2307,111,17093,42,38 +2308,111,17093,42,17 +2309,112,17093,42,280 +2310,112,17093,42,4 +2311,112,17093,42,11 +2312,112,17093,42,29 +2313,112,17093,42,224 +2314,110,17093,42,253 +2315,110,17093,42,32 +2316,111,17093,42,47 +2317,111,17093,42,2 +2318,112,17093,42,19 +2319,112,17093,42,3 +2320,113,17093,42,13 +2321,114,17093,42,48 +2322,115,17093,42,16 +2323,116,17093,42,38 +2324,117,17093,42,19 +2325,118,17093,42,84 +2326,46,17097,42,5 +2327,46,17097,42,8 +2328,46,17097,42,0 +2329,46,17097,42,0 +2330,46,17097,42,8 +2331,46,17097,42,7 +2332,50,17097,42,23 +2333,50,17097,42,0 +2334,50,17097,42,13 +2335,50,17097,42,1 +2336,50,17097,42,59 +2337,50,17097,42,18 +2338,54,17097,42,25 +2339,54,17097,42,48 +2340,54,17097,42,108 +2341,54,17097,42,474 +2342,54,17097,42,5 +2343,54,17097,42,120 +2344,58,17097,42,1 +2345,58,17097,42,12 +2346,58,17097,42,81 +2347,58,17097,42,6 +2348,58,17097,42,25 +2349,58,17097,42,94 +2350,47,17097,42,85 +2351,47,17097,42,0 +2352,47,17097,42,5 +2353,47,17097,42,38 +2354,47,17097,42,2 +2355,47,17097,42,36 +2356,47,17097,42,19 +2357,47,17097,42,26 +2358,47,17097,42,5 +2359,51,17097,42,20 +2360,51,17097,42,76 +2361,51,17097,42,75 +2362,51,17097,42,6 +2363,51,17097,42,26 +2364,51,17097,42,28 +2365,51,17097,42,30 +2366,51,17097,42,22 +2367,51,17097,42,2 +2368,51,17097,42,3 +2369,51,17097,42,14 +2370,51,17097,42,7 +2371,51,17097,42,15 +2372,51,17097,42,17 +2373,51,17097,42,39 +2374,51,17097,42,21 +2375,51,17097,42,50 +2376,51,17097,42,0 +2377,55,17097,42,5 +2378,55,17097,42,35 +2379,55,17097,42,1190 +2380,55,17097,42,2 +2381,55,17097,42,9 +2382,55,17097,42,109 +2383,55,17097,42,1 +2384,55,17097,42,3 +2385,55,17097,42,13 +2386,59,17097,42,23 +2387,59,17097,42,100 +2388,59,17097,42,74 +2389,59,17097,42,138 +2390,59,17097,42,639 +2391,59,17097,42,65 +2392,59,17097,42,13 +2393,59,17097,42,191 +2394,59,17097,42,30 +2395,48,17097,42,45 +2396,48,17097,42,51 +2397,48,17097,42,1 +2398,48,17097,42,16 +2399,52,17097,42,12 +2400,52,17097,42,14 +2401,52,17097,42,1047 +2402,52,17097,42,13 +2403,52,17097,42,31 +2404,52,17097,42,6 +2405,52,17097,42,6 +2406,52,17097,42,252 +2407,52,17097,42,25 +2408,52,17097,42,253 +2409,52,17097,42,105 +2410,52,17097,42,6 +2411,52,17097,42,119 +2412,52,17097,42,45 +2413,52,17097,42,24 +2414,52,17097,42,11 +2415,52,17097,42,17 +2416,52,17097,42,215 +2417,52,17097,42,1092 +2418,52,17097,42,0 +2419,52,17097,42,4 +2420,56,17097,42,95 +2421,56,17097,42,12 +2422,56,17097,42,423 +2423,56,17097,42,18 +2424,56,17097,42,40 +2425,56,17097,42,181 +2426,56,17097,42,1 +2427,56,17097,42,0 +2428,56,17097,42,2 +2429,56,17097,42,59 +2430,56,17097,42,18 +2431,56,17097,42,4 +2432,56,17097,42,298 +2433,56,17097,42,43 +2434,56,17097,42,72 +2435,56,17097,42,181 +2436,56,17097,42,110 +2437,56,17097,42,170 +2438,56,17097,42,3 +2439,56,17097,42,127 +2440,56,17097,42,6 +2441,56,17097,42,27 +2442,56,17097,42,49 +2443,56,17097,42,797 +2444,60,17097,42,43 +2445,60,17097,42,9 +2446,60,17097,42,132 +2447,60,17097,42,0 +2448,60,17097,42,879 +2449,60,17097,42,739 +2450,60,17097,42,632 +2451,60,17097,42,271 +2452,60,17097,42,1511 +2453,60,17097,42,3 +2454,60,17097,42,901 +2455,60,17097,42,239 +2456,60,17097,42,12 +2457,60,17097,42,317 +2458,60,17097,42,43 +2459,60,17097,42,160 +2460,60,17097,42,977 +2461,60,17097,42,30 +2462,60,17097,42,57 +2463,60,17097,42,423 +2464,60,17097,42,19 +2465,60,17097,42,48 +2466,60,17097,42,5 +2467,60,17097,42,17 +2468,49,17097,42,3 +2469,49,17097,42,9 +2470,49,17097,42,6 +2471,49,17097,42,3 +2472,49,17097,42,14 +2473,49,17097,42,47 +2474,49,17097,42,129 +2475,49,17097,42,27 +2476,49,17097,42,21 +2477,53,17097,42,0 +2478,53,17097,42,4 +2479,53,17097,42,0 +2480,53,17097,42,9 +2481,53,17097,42,48 +2482,53,17097,42,13 +2483,53,17097,42,12 +2484,53,17097,42,0 +2485,53,17097,42,8 +2486,53,17097,42,2 +2487,53,17097,42,0 +2488,53,17097,42,11 +2489,53,17097,42,0 +2490,53,17097,42,1 +2491,53,17097,42,79 +2492,53,17097,42,41 +2493,53,17097,42,12 +2494,53,17097,42,7 +2495,53,17097,42,6 +2496,53,17097,42,17 +2497,53,17097,42,0 +2498,53,17097,42,26 +2499,53,17097,42,8 +2500,53,17097,42,56 +2501,53,17097,42,46 +2502,53,17097,42,74 +2503,53,17097,42,116 +2504,53,17097,42,16 +2505,53,17097,42,53 +2506,53,17097,42,119 +2507,53,17097,42,108 +2508,53,17097,42,23 +2509,53,17097,42,20 +2510,53,17097,42,1 +2511,53,17097,42,45 +2512,53,17097,42,3 +2513,53,17097,42,92 +2514,53,17097,42,12 +2515,53,17097,42,0 +2516,53,17097,42,29 +2517,53,17097,42,42 +2518,53,17097,42,22 +2519,53,17097,42,6 +2520,53,17097,42,9 +2521,53,17097,42,1 +2522,53,17097,42,44 +2523,53,17097,42,2 +2524,53,17097,42,0 +2525,53,17097,42,37 +2526,53,17097,42,30 +2527,53,17097,42,3 +2528,53,17097,42,6 +2529,57,17097,42,274 +2530,57,17097,42,73 +2531,57,17097,42,7 +2532,57,17097,42,22 +2533,57,17097,42,0 +2534,57,17097,42,3 +2535,57,17097,42,1 +2536,57,17097,42,0 +2537,57,17097,42,0 +2538,57,17097,42,15 +2539,57,17097,42,24 +2540,57,17097,42,0 +2541,57,17097,42,413 +2542,57,17097,42,16 +2543,57,17097,42,1 +2544,57,17097,42,0 +2545,57,17097,42,0 +2546,57,17097,42,5 +2547,57,17097,42,0 +2548,57,17097,42,0 +2549,57,17097,42,26 +2550,57,17097,42,0 +2551,61,17097,42,0 +2552,61,17097,42,0 +2553,61,17097,42,1 +2554,61,17097,42,0 +2555,61,17097,42,16 +2556,61,17097,42,2 +2557,61,17097,42,8 +2558,61,17097,42,12 +2559,61,17097,42,51 +2560,61,17097,42,76 +2561,61,17097,42,38 +2562,61,17097,42,1 +2563,61,17097,42,8 +2564,61,17097,42,4 +2565,61,17097,42,7 +2566,61,17097,42,0 +2567,61,17097,42,167 +2568,61,17097,42,215 +2569,61,17097,42,8 +2570,61,17097,42,13 +2571,61,17097,42,110 +2572,61,17097,42,1 +2573,61,17097,42,0 +2574,61,17097,42,22 +2575,61,17097,42,90 +2576,61,17097,42,7 +2577,61,17097,42,2 +2578,61,17097,42,1432 +2579,61,17097,42,10 +2580,61,17097,42,333 +2581,61,17097,42,9 +2582,61,17097,42,40 +2583,61,17097,42,12 +2584,30,17111,42,0 +2585,30,17111,42,14 +2586,30,17111,42,92 +2587,30,17111,42,125 +2588,34,17111,42,9 +2589,34,17111,42,185 +2590,34,17111,42,1 +2591,34,17111,42,1 +2592,38,17111,42,5 +2593,38,17111,42,4 +2594,38,17111,42,3 +2595,38,17111,42,102 +2596,42,17111,42,1 +2597,42,17111,42,4 +2598,42,17111,42,6 +2599,42,17111,42,8 +2600,31,17111,42,2 +2601,31,17111,42,4 +2602,31,17111,42,3 +2603,31,17111,42,3 +2604,35,17111,42,9 +2605,35,17111,42,1 +2606,35,17111,42,5 +2607,35,17111,42,63 +2608,39,17111,42,6 +2609,39,17111,42,7 +2610,39,17111,42,43 +2611,39,17111,42,0 +2612,43,17111,42,57 +2613,43,17111,42,11 +2614,43,17111,42,4 +2615,43,17111,42,11 +2616,32,17111,42,37 +2617,32,17111,42,0 +2618,32,17111,42,1 +2619,32,17111,42,2 +2620,36,17111,42,8 +2621,36,17111,42,19 +2622,36,17111,42,24 +2623,36,17111,42,9 +2624,40,17111,42,47 +2625,40,17111,42,3 +2626,40,17111,42,9 +2627,40,17111,42,7 +2628,40,17111,42,105 +2629,40,17111,42,1 +2630,40,17111,42,39 +2631,40,17111,42,424 +2632,40,17111,42,32 +2633,40,17111,42,1 +2634,40,17111,42,1 +2635,40,17111,42,75 +2636,44,17111,42,11 +2637,44,17111,42,1 +2638,44,17111,42,2 +2639,44,17111,42,11 +2640,44,17111,42,0 +2641,44,17111,42,0 +2642,44,17111,42,14 +2643,44,17111,42,268 +2644,44,17111,42,13 +2645,33,17111,42,56 +2646,33,17111,42,8 +2647,33,17111,42,0 +2648,33,17111,42,4 +2649,33,17111,42,122 +2650,33,17111,42,4 +2651,33,17111,42,6 +2652,37,17111,42,12 +2653,37,17111,42,284 +2654,37,17111,42,19 +2655,37,17111,42,18 +2656,37,17111,42,6 +2657,37,17111,42,10 +2658,37,17111,42,52 +2659,37,17111,42,45 +2660,37,17111,42,5 +2661,37,17111,42,295 +2662,37,17111,42,144 +2663,37,17111,42,14 +2664,41,17111,42,0 +2665,41,17111,42,2 +2666,41,17111,42,1128 +2667,41,17111,42,48 +2668,41,17111,42,5 +2669,41,17111,42,90 +2670,41,17111,42,57 +2671,41,17111,42,3 +2672,41,17111,42,62 +2673,41,17111,42,3 +2674,41,17111,42,16 +2675,41,17111,42,72 +2676,41,17111,42,137 +2677,41,17111,42,18 +2678,41,17111,42,1 +2679,45,17111,42,33 +2680,45,17111,42,34 +2681,45,17111,42,19 +2682,45,17111,42,56 +2683,45,17111,42,52 +2684,45,17111,42,6 +2685,45,17111,42,0 +2686,45,17111,42,28 +2687,45,17111,42,47 +2688,45,17111,42,62 +2689,45,17111,42,88 +2690,45,17111,42,202 +2691,45,17111,42,3 +2692,45,17111,42,31 +2693,45,17111,42,76 +2694,45,17111,42,20 +2695,45,17111,42,481 +2696,45,17111,42,9 +2697,45,17111,42,57 +2698,45,17111,42,7 +2699,45,17111,42,9 +2700,45,17111,42,62 +2701,45,17111,42,21 +2702,45,17111,42,7 +2703,87,17197,42,188 +2704,87,17197,42,64 +2705,87,17197,42,9 +2706,87,17197,42,7 +2707,87,17197,42,60 +2708,87,17197,42,17 +2709,87,17197,42,3 +2710,87,17197,42,148 +2711,87,17197,42,15 +2712,89,17197,42,12 +2713,89,17197,42,423 +2714,89,17197,42,39 +2715,89,17197,42,12 +2716,89,17197,42,62 +2717,89,17197,42,46 +2718,89,17197,42,33 +2719,89,17197,42,30 +2720,89,17197,42,96 +2721,92,17197,42,30 +2722,92,17197,42,115 +2723,92,17197,42,75 +2724,92,17197,42,3 +2725,92,17197,42,121 +2726,92,17197,42,1 +2727,92,17197,42,0 +2728,92,17197,42,32 +2729,92,17197,42,200 +2730,92,17197,42,1 +2731,92,17197,42,189 +2732,92,17197,42,330 +2733,96,17197,42,115 +2734,96,17197,42,286 +2735,96,17197,42,162 +2736,96,17197,42,453 +2737,102,17197,42,34 +2738,102,17197,42,0 +2739,102,17197,42,4 +2740,102,17197,42,98 +2741,108,17197,42,9 +2742,108,17197,42,1 +2743,108,17197,42,47 +2744,108,17197,42,0 +2745,88,17197,42,29 +2746,88,17197,42,0 +2747,88,17197,42,7 +2748,88,17197,42,47 +2749,88,17197,42,3 +2750,88,17197,42,25 +2751,88,17197,42,26 +2752,88,17197,42,10 +2753,88,17197,42,3 +2754,88,17197,42,324 +2755,88,17197,42,36 +2756,88,17197,42,583 +2757,88,17197,42,762 +2758,88,17197,42,300 +2759,88,17197,42,1281 +2760,88,17197,42,136 +2761,88,17197,42,257 +2762,88,17197,42,97 +2763,88,17197,42,17 +2764,88,17197,42,1181 +2765,88,17197,42,165 +2766,90,17197,42,198 +2767,90,17197,42,23 +2768,90,17197,42,13 +2769,90,17197,42,29 +2770,90,17197,42,10 +2771,90,17197,42,131 +2772,90,17197,42,77 +2773,90,17197,42,3 +2774,90,17197,42,169 +2775,90,17197,42,108 +2776,90,17197,42,7 +2777,90,17197,42,5 +2778,90,17197,42,71 +2779,90,17197,42,12 +2780,90,17197,42,10 +2781,93,17197,42,2 +2782,93,17197,42,6 +2783,93,17197,42,4 +2784,93,17197,42,0 +2785,93,17197,42,33 +2786,93,17197,42,72 +2787,93,17197,42,5 +2788,93,17197,42,0 +2789,93,17197,42,0 +2790,93,17197,42,13 +2791,93,17197,42,133 +2792,93,17197,42,148 +2793,93,17197,42,12 +2794,93,17197,42,30 +2795,93,17197,42,4 +2796,93,17197,42,9 +2797,93,17197,42,0 +2798,93,17197,42,29 +2799,93,17197,42,20 +2800,93,17197,42,15 +2801,93,17197,42,6 +2802,93,17197,42,12 +2803,93,17197,42,75 +2804,93,17197,42,0 +2805,93,17197,42,1 +2806,93,17197,42,2 +2807,93,17197,42,1 +2808,93,17197,42,114 +2809,93,17197,42,17 +2810,93,17197,42,210 +2811,93,17197,42,112 +2812,93,17197,42,54 +2813,93,17197,42,67 +2814,93,17197,42,30 +2815,93,17197,42,58 +2816,93,17197,42,61 +2817,93,17197,42,84 +2818,93,17197,42,0 +2819,93,17197,42,1 +2820,93,17197,42,435 +2821,93,17197,42,0 +2822,93,17197,42,0 +2823,93,17197,42,0 +2824,93,17197,42,42 +2825,93,17197,42,196 +2826,97,17197,42,103 +2827,97,17197,42,15 +2828,97,17197,42,424 +2829,97,17197,42,1 +2830,103,17197,42,23 +2831,103,17197,42,0 +2832,103,17197,42,4 +2833,103,17197,42,0 +2834,109,17197,42,33 +2835,109,17197,42,1 +2836,109,17197,42,3 +2837,109,17197,42,1 +2838,91,17197,42,17 +2839,91,17197,42,7 +2840,91,17197,42,35 +2841,91,17197,42,29 +2842,91,17197,42,4 +2843,91,17197,42,62 +2844,91,17197,42,5 +2845,91,17197,42,2 +2846,91,17197,42,4 +2847,94,17197,42,1 +2848,94,17197,42,19 +2849,94,17197,42,8 +2850,94,17197,42,170 +2851,94,17197,42,21 +2852,94,17197,42,19 +2853,94,17197,42,27 +2854,94,17197,42,106 +2855,94,17197,42,114 +2856,98,17197,42,15 +2857,98,17197,42,3 +2858,98,17197,42,1 +2859,98,17197,42,28 +2860,98,17197,42,2 +2861,98,17197,42,0 +2862,98,17197,42,17 +2863,98,17197,42,13 +2864,98,17197,42,1 +2865,104,17197,42,0 +2866,104,17197,42,1 +2867,104,17197,42,2 +2868,104,17197,42,6 +2869,95,17197,42,111 +2870,95,17197,42,89 +2871,95,17197,42,45 +2872,95,17197,42,126 +2873,95,17197,42,121 +2874,95,17197,42,387 +2875,95,17197,42,65 +2876,95,17197,42,36 +2877,95,17197,42,302 +2878,95,17197,42,17 +2879,95,17197,42,47 +2880,95,17197,42,15 +2881,95,17197,42,12 +2882,95,17197,42,273 +2883,95,17197,42,0 +2884,99,17197,42,2 +2885,99,17197,42,2 +2886,99,17197,42,0 +2887,99,17197,42,9 +2888,99,17197,42,7 +2889,99,17197,42,8 +2890,99,17197,42,0 +2891,99,17197,42,0 +2892,99,17197,42,1 +2893,105,17197,42,0 +2894,105,17197,42,9 +2895,105,17197,42,3 +2896,105,17197,42,81 +2897,100,17197,42,193 +2898,100,17197,42,136 +2899,100,17197,42,95 +2900,100,17197,42,257 +2901,100,17197,42,273 +2902,100,17197,42,3 +2903,100,17197,42,1 +2904,100,17197,42,2 +2905,100,17197,42,3 +2906,106,17197,42,1 +2907,106,17197,42,5 +2908,106,17197,42,36 +2909,106,17197,42,1 +2910,101,17197,42,77 +2911,101,17197,42,18 +2912,101,17197,42,13 +2913,101,17197,42,2 +2914,101,17197,42,2 +2915,101,17197,42,39 +2916,101,17197,42,0 +2917,101,17197,42,3 +2918,101,17197,42,1 +2919,101,17197,42,3 +2920,101,17197,42,4 +2921,107,17197,42,62 +2922,107,17197,42,0 +2923,107,17197,42,1 +2924,107,17197,42,44 +2925,107,17197,42,109 +2926,107,17197,42,10 +2927,119,17063,42,0 +2928,119,17063,42,0 +2929,119,17063,42,117 +2930,119,17063,42,18 +2931,119,17063,42,42 +2932,119,17063,42,0 +2933,119,17063,42,70 +2934,119,17063,42,0 +2935,119,17063,42,56 +2936,119,17063,42,23 +2937,119,17063,42,0 +2938,119,17063,42,0 +2939,119,17063,42,246 +2940,119,17063,42,110 +2941,119,17063,42,0 +2942,119,17063,42,19 +2943,119,17063,42,0 +2944,119,17063,42,0 +2945,119,17063,42,0 +2946,119,17063,42,48 +2947,119,17063,42,244 +2948,119,17063,42,0 +2949,119,17063,42,358 +2950,119,17063,42,0 +2951,120,17007,42,0 +2952,120,17007,42,0 +2953,120,17007,42,10 +2954,120,17007,42,22 +2955,120,17007,42,3 +2956,120,17007,42,18 +2957,120,17007,42,46 +2958,120,17007,42,157 +2959,120,17007,42,3 +2960,120,17007,42,4 +2961,120,17007,42,7 +2962,120,17007,42,1 +2963,120,17007,42,0 +2964,120,17007,42,0 +2965,120,17007,42,0 +2966,120,17007,42,3 +2967,120,17007,42,0 +2968,120,17007,42,0 +2969,120,17007,42,6 +2970,120,17007,42,9 +2971,120,17007,42,0 +2972,120,17007,42,0 +2973,120,17007,42,0 +2974,120,17007,42,2 +2975,120,17007,42,0 +2976,121,17037,42,1 +2977,121,17037,42,75 +2978,121,17037,42,0 +2979,121,17037,42,6 +2980,121,17037,42,24 +2981,121,17037,42,0 +2982,121,17037,42,0 +2983,121,17037,42,0 +2984,121,17037,42,1 +2985,121,17037,42,0 +2986,121,17037,42,0 +2987,121,17037,42,1 +2988,121,17037,42,2 +2989,121,17037,42,8 +2990,121,17037,42,0 +2991,121,17037,42,156 +2992,121,17037,42,189 +2993,121,17037,42,21 +2994,121,17037,42,0 +2995,121,17037,42,23 +2996,121,17037,42,0 +2997,121,17037,42,0 +2998,121,17037,42,80 +2999,121,17037,42,0 +3000,121,17037,42,70 +3001,121,17037,42,0 +3002,121,17037,42,4 +3003,121,17037,42,64 +3004,121,17037,42,181 +3005,121,17037,42,0 +3006,121,17037,42,0 +3007,121,17037,42,2 +3008,121,17037,42,1 +3009,121,17037,42,0 +3010,121,17037,42,0 +3011,121,17037,42,0 +3012,121,17037,42,0 +3013,121,17037,42,14 +3014,121,17037,42,32 +3015,121,17037,42,24 +3016,121,17037,42,0 +3017,121,17037,42,1 +3018,121,17037,42,0 +3019,121,17037,42,1 +3020,121,17037,42,0 +3021,121,17037,42,0 +3022,122,17091,42,0 +3023,122,17091,42,0 +3024,122,17091,42,0 +3025,122,17091,42,0 +3026,122,17091,42,17 +3027,122,17091,42,7 +3028,122,17091,42,24 +3029,122,17091,42,2 +3030,122,17091,42,3 +3031,122,17091,42,32 +3032,122,17091,42,0 +3033,122,17091,42,0 +3034,122,17091,42,124 +3035,122,17091,42,0 +3036,122,17091,42,0 +3037,122,17091,42,6 +3038,122,17091,42,7 +3039,122,17091,42,0 +3040,122,17091,42,0 +3041,122,17091,42,0 +3042,122,17091,42,9 +3043,122,17091,42,10 +3044,122,17091,42,0 +3045,122,17091,42,0 +3046,122,17091,42,2 +3047,122,17091,42,6 +3048,122,17091,42,0 +3049,122,17091,42,22 +3050,122,17091,42,132 +3051,122,17091,42,156 +3052,122,17091,42,4 +3053,122,17091,42,142 +3054,122,17091,42,38 +3055,122,17091,42,8 +3056,122,17091,42,76 +3057,122,17091,42,13 +3058,122,17091,42,0 +3059,122,17091,42,0 +3060,122,17091,42,443 +3061,122,17091,42,0 +3062,122,17091,42,90 +3063,122,17091,42,0 +3064,122,17091,42,0 +3065,122,17091,42,120 +3066,122,17091,42,0 +3067,122,17091,42,18 +3068,122,17091,42,9 +3069,122,17091,42,71 +3070,122,17091,42,6 +3071,122,17091,42,19 +3072,122,17091,42,0 +3073,122,17091,42,9 +3074,126,17099,42,10 +3075,126,17099,42,1 +3076,126,17099,42,119 +3077,126,17099,42,0 +3078,126,17099,42,0 +3079,126,17099,42,0 +3080,126,17099,42,0 +3081,126,17099,42,24 +3082,126,17099,42,0 +3083,126,17099,42,0 +3084,126,17099,42,0 +3085,126,17099,42,4 +3086,126,17099,42,92 +3087,126,17099,42,4 +3088,126,17099,42,0 +3089,126,17099,42,9 +3090,126,17099,42,0 +3091,126,17099,42,27 +3092,126,17099,42,42 +3093,126,17099,42,231 +3094,126,17099,42,0 +3095,126,17099,42,0 +3096,126,17099,42,60 +3097,126,17099,42,57 +3098,126,17099,42,75 +3099,126,17099,42,89 +3100,126,17099,42,3 +3101,126,17099,42,305 +3102,126,17099,42,0 +3103,126,17099,42,0 +3104,126,17099,42,0 +3105,126,17099,42,0 +3106,126,17099,42,0 +3107,126,17099,42,7 +3108,126,17099,42,0 +3109,126,17099,42,57 +3110,126,17099,42,2 +3111,126,17099,42,0 +3112,126,17099,42,0 +3113,126,17099,42,1 +3114,126,17099,42,39 +3115,126,17099,42,61 +3116,126,17099,42,25 +3117,126,17099,42,0 +3118,126,17099,42,0 +3119,126,17099,42,113 +3120,126,17099,42,18 +3121,126,17099,42,0 +3122,126,17099,42,51 +3123,126,17099,42,0 +3124,126,17099,42,25 +3125,126,17099,42,66 +3126,126,17099,42,2 +3127,126,17099,42,11 +3128,126,17099,42,22 +3129,126,17099,42,0 +3130,126,17099,42,6 +3131,126,17099,42,0 +3132,126,17099,42,0 +3133,126,17099,42,0 +3134,126,17099,42,0 +3135,126,17099,42,0 +3136,126,17099,42,160 +3137,126,17099,42,0 +3138,126,17099,42,0 +3139,126,17099,42,11 +3140,126,17099,42,22 +3141,126,17099,42,9 +3142,126,17099,42,0 +3143,126,17099,42,0 +3144,126,17099,42,1 +3145,126,17099,42,11 +3146,125,17103,42,3 +3147,125,17103,42,1 +3148,125,17103,42,4 +3149,125,17103,42,1 +3150,125,17103,42,0 +3151,125,17103,42,10 +3152,124,17141,42,5 +3153,124,17141,42,0 +3154,124,17141,42,107 +3155,124,17141,42,12 +3156,124,17141,42,0 +3157,124,17141,42,63 +3158,124,17141,42,0 +3159,124,17141,42,0 +3160,124,17141,42,0 +3161,124,17141,42,37 +3162,124,17141,42,0 +3163,124,17141,42,0 +3164,124,17141,42,4 +3165,124,17141,42,0 +3166,124,17141,42,5 +3167,124,17141,42,11 +3168,124,17141,42,4 +3169,123,17201,42,20 +3170,123,17201,42,0 +3171,123,17201,42,10 +3172,123,17201,42,3 +3173,123,17201,42,67 +3174,123,17201,42,0 +3175,123,17201,42,1 +3176,123,17201,42,0 +3177,123,17201,42,0 +3178,123,17201,42,3 +3179,123,17201,42,23 +3180,123,17201,42,0 +3181,123,17201,42,2 +3182,123,17201,42,1 +3183,123,17201,42,12 +3184,123,17201,42,0 +3185,123,17201,42,0 +3186,123,17201,42,0 +3187,123,17201,42,0 +3188,123,17201,42,0 +3189,123,17201,42,2 +3190,123,17201,42,176 +3191,123,17201,42,46 +3192,123,17201,42,0 +3193,123,17201,42,153 +3194,123,17201,42,109 +3195,123,17201,42,0 +3196,123,17201,42,0 +3197,123,17201,42,0 +3198,123,17201,42,0 +3199,123,17201,42,2 +3200,123,17201,42,2 +3201,123,17201,42,297 +3202,123,17201,42,496 +3203,123,17201,42,2 +3204,123,17201,42,10 +3205,123,17201,42,142 +3206,123,17201,42,599 +3207,123,17201,42,17 +3208,123,17201,42,470 +3209,123,17201,42,149 +3210,123,17201,42,0 +3211,123,17201,42,67 +3212,123,17201,42,46 +3213,123,17201,42,123 +3214,123,17201,42,66 +3215,123,17201,42,53 +3216,123,17201,42,14 +3217,123,17201,42,35 +3218,123,17201,42,11 +3219,123,17201,42,127 +3220,123,17201,42,76 +3221,123,17201,42,197 +3222,123,17201,42,1 +3223,123,17201,42,96 +3224,123,17201,42,0 +3225,123,17201,42,2 +3226,123,17201,42,168 +3227,123,17201,42,163 +3228,123,17201,42,6 +3229,123,17201,42,240 +3230,123,17201,42,9 +3231,123,17201,42,0 +3232,123,17201,42,0 +3233,123,17201,42,84 +3234,123,17201,42,4 +3235,123,17201,42,3 +3236,123,17201,42,0 +3237,123,17201,42,6 +3238,123,17201,42,0 +3239,123,17201,42,0 +3240,123,17201,42,29 +3241,123,17201,42,11 +3242,123,17201,42,15 +3243,123,17201,42,0 +3244,123,17201,42,0 +3245,123,17201,42,0 +3246,123,17201,42,2 +3247,123,17201,42,22 +3248,127,18089,42,0 +3249,127,18089,42,1 +3250,127,18089,42,5 +3251,127,18089,42,0 +3252,127,18089,42,17 +3253,127,18089,42,0 +3254,127,18089,42,4 +3255,127,18089,42,0 +3256,127,18089,42,2 +3257,127,18089,42,17 +3258,127,18089,42,19 +3259,127,18089,42,16 +3260,127,18089,42,29 +3261,127,18089,42,6 +3262,127,18089,42,0 +3263,127,18089,42,1 +3264,127,18089,42,0 +3265,127,18089,42,0 +3266,127,18089,42,0 +3267,127,18089,42,6 +3268,127,18089,42,13 +3269,127,18089,42,17 +3270,127,18089,42,0 +3271,127,18089,42,0 +3272,127,18089,42,0 +3273,127,18089,42,7 +3274,127,18089,42,3 +3275,127,18089,42,0 +3276,127,18089,42,86 +3277,127,18089,42,142 +3278,127,18089,42,7 +3279,127,18089,42,0 +3280,127,18089,42,10 +3281,127,18089,42,5 +3282,127,18089,42,15 +3283,127,18089,42,3 +3284,127,18089,42,2 +3285,127,18089,42,20 +3286,127,18089,42,1 +3287,127,18089,42,6 +3288,127,18089,42,0 +3289,127,18089,42,0 +3290,127,18089,42,24 +3291,127,18089,42,4 +3292,127,18089,42,24 +3293,127,18089,42,0 +3294,127,18089,42,29 +3295,127,18089,42,218 +3296,127,18089,42,25 +3297,127,18089,42,67 +3298,127,18089,42,283 +3299,127,18089,42,130 +3300,127,18089,42,25 +3301,127,18089,42,102 +3302,127,18089,42,24 +3303,127,18089,42,26 +3304,127,18089,42,51 +3305,127,18089,42,7 +3306,127,18089,42,42 +3307,127,18089,42,37 +3308,127,18089,42,17 +3309,127,18089,42,328 +3310,127,18089,42,134 +3311,127,18089,42,111 +3312,127,18089,42,48 +3313,127,18089,42,49 +3314,127,18089,42,15 +3315,127,18089,42,7 +3316,127,18089,42,31 +3317,127,18089,42,10 +3318,127,18089,42,10 +3319,127,18089,42,8 +3320,127,18089,42,2 +3321,127,18089,42,143 +3322,127,18089,42,13 +3323,127,18089,42,3 +3324,127,18089,42,202 +3325,127,18089,42,159 +3326,127,18089,42,118 +3327,127,18089,42,377 +3328,127,18089,42,31 +3329,127,18089,42,159 +3330,127,18089,42,122 +3331,127,18089,42,170 +3332,127,18089,42,122 +3333,127,18089,42,449 +3334,127,18089,42,290 +3335,127,18089,42,146 +3336,127,18089,42,0 +3337,127,18089,42,11 +3338,127,18089,42,214 +3339,127,18089,42,400 +3340,127,18089,42,0 +3341,127,18089,42,368 +3342,127,18089,42,144 +3343,127,18089,42,216 +3344,127,18089,42,26 +3345,129,18091,42,0 +3346,129,18091,42,28 +3347,129,18091,42,4 +3348,129,18091,42,33 +3349,129,18091,42,4 +3350,129,18091,42,26 +3351,129,18091,42,38 +3352,129,18091,42,203 +3353,129,18091,42,3 +3354,129,18091,42,62 +3355,129,18091,42,0 +3356,129,18091,42,0 +3357,129,18091,42,0 +3358,129,18091,42,2 +3359,129,18091,42,0 +3360,129,18091,42,41 +3361,129,18091,42,40 +3362,129,18091,42,13 +3363,129,18091,42,0 +3364,129,18091,42,31 +3365,129,18091,42,0 +3366,129,18091,42,7 +3367,129,18091,42,53 +3368,129,18091,42,9 +3369,129,18091,42,0 +3370,129,18091,42,16 +3371,129,18091,42,2 +3372,129,18091,42,7 +3373,129,18091,42,159 +3374,129,18091,42,3 +3375,129,18091,42,24 +3376,129,18091,42,9 +3377,129,18091,42,3 +3378,129,18091,42,40 +3379,129,18091,42,4 +3380,129,18091,42,0 +3381,129,18091,42,0 +3382,129,18091,42,25 +3383,129,18091,42,0 +3384,129,18091,42,2 +3385,129,18091,42,19 +3386,129,18091,42,118 +3387,129,18091,42,100 +3388,129,18091,42,9 +3389,129,18091,42,0 +3390,129,18091,42,0 +3391,129,18091,42,18 +3392,129,18091,42,2 +3393,129,18091,42,12 +3394,129,18091,42,1 +3395,129,18091,42,0 +3396,129,18091,42,135 +3397,129,18091,42,76 +3398,129,18091,42,152 +3399,129,18091,42,5 +3400,129,18091,42,92 +3401,128,18127,42,0 +3402,128,18127,42,0 +3403,128,18127,42,0 +3404,128,18127,42,31 +3405,128,18127,42,4 +3406,128,18127,42,7 +3407,128,18127,42,0 +3408,128,18127,42,40 +3409,128,18127,42,0 +3410,128,18127,42,0 +3411,128,18127,42,45 +3412,128,18127,42,5 +3413,128,18127,42,0 +3414,128,18127,42,0 +3415,128,18127,42,3 +3416,128,18127,42,0 +3417,128,18127,42,19 +3418,128,18127,42,10 +3419,128,18127,42,24 +3420,128,18127,42,88 +3421,128,18127,42,26 +3422,128,18127,42,299 +3423,128,18127,42,44 +3424,128,18127,42,0 +3425,128,18127,42,22 +3426,128,18127,42,0 +3427,128,18127,42,0 +3428,128,18127,42,21 +3429,128,18127,42,176 +3430,128,18127,42,129 +3431,128,18127,42,3 +3432,128,18127,42,25 +3433,128,18127,42,84 +3434,128,18127,42,0 +3435,128,18127,42,4 +3436,128,18127,42,60 +3437,128,18127,42,6 +3438,128,18127,42,3 +3439,128,18127,42,3 +3440,128,18127,42,4 +3441,128,18127,42,20 +3442,128,18127,42,3 +3443,128,18127,42,2 +3444,128,18127,42,8 +3445,128,18127,42,1 +3446,128,18127,42,12 +3447,128,18127,42,2 +3448,128,18127,42,9 +3449,128,18127,42,352 +3450,128,18127,42,71 +3451,128,18127,42,35 +3452,128,18127,42,1 +3453,128,18127,42,6 +3454,128,18127,42,4 +3455,128,18127,42,33 +3456,128,18127,42,0 +3457,128,18127,42,186 +3458,128,18127,42,131 +3459,128,18127,42,0 +3460,128,18127,42,1 +3461,128,18127,42,11 +3462,128,18127,42,27 +3463,128,18127,42,131 +3464,128,18127,42,181 +3465,128,18127,42,0 +3466,128,18127,42,9 +3467,128,18127,42,3 +3468,130,55059,42,64 +3469,130,55059,42,34 +3470,130,55059,42,3 +3471,130,55059,42,0 +3472,130,55059,42,2 +3473,130,55059,42,37 +3474,130,55059,42,0 +3475,130,55059,42,0 +3476,130,55059,42,2 +3477,130,55059,42,41 +3478,130,55059,42,144 +3479,130,55059,42,14 +3480,130,55059,42,15 +3481,130,55059,42,7 +3482,130,55059,42,20 +3483,130,55059,42,183 +3484,130,55059,42,26 +3485,130,55059,42,20 +3486,130,55059,42,353 +3487,130,55059,42,15 +3488,130,55059,42,163 +3489,130,55059,42,473 +3490,130,55059,42,37 +3491,130,55059,42,102 +3492,130,55059,42,148 +3493,130,55059,42,34 +3494,130,55059,42,0 +3495,130,55059,42,1 +3496,130,55059,42,319 +3497,130,55059,42,2 +3498,130,55059,42,1 +3499,130,55059,42,7 +3500,130,55059,42,16 +3501,130,55059,42,31 +3502,130,55059,42,275 +3503,130,55059,42,231 +3504,130,55059,42,137 +3505,130,55059,42,0 +3506,130,55059,42,2 +3507,130,55059,42,0 +3508,130,55059,42,3 +3509,130,55059,42,24 +3510,130,55059,42,241 +3511,130,55059,42,0 +3512,130,55059,42,3 +3513,131,55101,42,4 +3514,131,55101,42,0 +3515,131,55101,42,126 +3516,131,55101,42,0 +3517,131,55101,42,317 +3518,131,55101,42,116 +3519,131,55101,42,0 +3520,131,55101,42,12 +3521,131,55101,42,3 +3522,131,55101,42,5 +3523,131,55101,42,0 +3524,131,55101,42,0 +3525,131,55101,42,79 +3526,131,55101,42,0 +3527,131,55101,42,63 +3528,131,55101,42,0 +3529,131,55101,42,0 +3530,131,55101,42,88 +3531,131,55101,42,1 +3532,131,55101,42,0 +3533,131,55101,42,262 +3534,131,55101,42,6 +3535,131,55101,42,665 +3536,131,55101,42,0 +3537,131,55101,42,283 +3538,131,55101,42,71 +3539,131,55101,42,3 +3540,131,55101,42,33 +3541,131,55101,42,11 +3542,131,55101,42,38 +3543,131,55101,42,165 +3544,131,55101,42,394 +3545,131,55101,42,46 +3546,131,55101,42,40 +3547,131,55101,42,142 +3548,131,55101,42,2 +3549,131,55101,42,30 +3550,131,55101,42,0 +3551,131,55101,42,9 +3552,131,55101,42,0 +3553,131,55101,42,5 +3554,131,55101,42,3 +3555,131,55101,42,10 +3556,131,55101,42,5 +3557,131,55101,42,83 +3558,131,55101,42,0 +3559,131,55101,42,22 +3560,131,55101,42,628 +3561,131,55101,42,128 +3562,131,55101,42,6 +3563,131,55101,42,2 +3564,131,55101,42,182 +3565,131,55101,42,6 +3566,131,55101,42,0 +3567,131,55101,42,33 +3568,131,55101,42,0 +3569,132,55127,42,5 +3570,132,55127,42,42 +3571,132,55127,42,0 +3572,132,55127,42,6 +3573,132,55127,42,123 +3574,132,55127,42,22 +3575,132,55127,42,0 +3576,132,55127,42,29 +3577,132,55127,42,0 +3578,132,55127,42,149 +3579,132,55127,42,0 +3580,132,55127,42,9 +3581,132,55127,42,0 +3582,132,55127,42,5 +3583,132,55127,42,31 +3584,132,55127,42,23 +3585,132,55127,42,0 +3586,132,55127,42,0 +3587,132,55127,42,0 +3588,132,55127,42,0 +3589,132,55127,42,97 +3590,132,55127,42,0 +3591,132,55127,42,18 +3592,132,55127,42,2 +3593,132,55127,42,2 +3594,132,55127,42,40 +3595,132,55127,42,237 +3596,132,55127,42,0 +3597,132,55127,42,2 +3598,132,55127,42,5 +3599,132,55127,42,0 +3600,132,55127,42,0 +3601,132,55127,42,0 +3602,132,55127,42,10 +3603,132,55127,42,35 +3604,132,55127,42,0 +3605,132,55127,42,10 +3606,132,55127,42,0 +3607,132,55127,42,2 +3608,132,55127,42,2 +3609,132,55127,42,0 +3610,132,55127,42,197 +3611,132,55127,42,33 +3612,132,55127,42,11 +3613,132,55127,42,0 +3614,132,55127,42,46 +3615,132,55127,42,0 +3616,132,55127,42,8 +3617,132,55127,42,0 +3618,132,55127,42,0 +3619,132,55127,42,3 +3620,132,55127,42,1 +3621,132,55127,42,12 +3622,132,55127,42,40 +3623,132,55127,42,0 +3624,132,55127,42,1 +3625,132,55127,42,8 +3626,132,55127,42,333 +3627,132,55127,42,1 +3628,132,55127,42,0 +3629,132,55127,42,4 +3630,132,55127,42,33 +3631,132,55127,42,0 +3632,132,55127,42,41 +1,17,17031,44,24 +2,17,17031,44,75 +3,17,17031,44,414 +4,17,17031,44,197 +5,17,17031,44,867 +6,17,17031,44,153 +7,17,17031,44,204 +8,17,17031,44,123 +9,17,17031,44,7 +10,17,17031,44,396 +11,17,17031,44,272 +12,17,17031,44,1268 +13,17,17031,44,109 +14,17,17031,44,36 +15,17,17031,44,19 +16,17,17031,44,411 +17,17,17031,44,232 +18,17,17031,44,558 +19,17,17031,44,77 +20,17,17031,44,101 +21,17,17031,44,343 +22,17,17031,44,705 +23,17,17031,44,386 +24,17,17031,44,975 +25,17,17031,44,58 +26,17,17031,44,51 +27,17,17031,44,693 +28,17,17031,44,649 +29,17,17031,44,786 +30,17,17031,44,885 +31,17,17031,44,1 +32,17,17031,44,17 +33,17,17031,44,99 +34,17,17031,44,236 +35,17,17031,44,443 +36,17,17031,44,116 +37,17,17031,44,120 +38,17,17031,44,85 +39,17,17031,44,49 +40,17,17031,44,68 +41,17,17031,44,55 +42,17,17031,44,0 +43,17,17031,44,42 +44,17,17031,44,332 +45,17,17031,44,20 +46,17,17031,44,14 +47,17,17031,44,103 +48,17,17031,44,130 +49,17,17031,44,510 +50,17,17031,44,311 +51,17,17031,44,312 +52,17,17031,44,22 +53,17,17031,44,226 +54,17,17031,44,170 +55,17,17031,44,53 +56,17,17031,44,658 +57,17,17031,44,2417 +58,17,17031,44,141 +59,17,17031,44,272 +60,17,17031,44,376 +61,17,17031,44,684 +62,17,17031,44,50 +63,17,17031,44,435 +64,17,17031,44,196 +65,17,17031,44,122 +66,17,17031,44,130 +67,17,17031,44,0 +68,17,17031,44,591 +69,17,17031,44,0 +70,17,17031,44,281 +71,17,17031,44,13 +72,17,17031,44,180 +73,17,17031,44,140 +74,17,17031,44,84 +75,17,17031,44,190 +76,17,17031,44,120 +77,17,17031,44,0 +78,14,17031,44,113 +79,14,17031,44,540 +80,14,17031,44,551 +81,14,17031,44,496 +82,14,17031,44,223 +83,14,17031,44,42 +84,14,17031,44,238 +85,14,17031,44,131 +86,14,17031,44,333 +87,14,17031,44,666 +88,14,17031,44,70 +89,14,17031,44,249 +90,17,17031,44,86 +91,17,17031,44,740 +92,17,17031,44,226 +93,17,17031,44,163 +94,17,17031,44,279 +95,17,17031,44,188 +96,17,17031,44,120 +97,17,17031,44,192 +98,17,17031,44,43 +99,17,17031,44,146 +100,17,17031,44,209 +101,17,17031,44,201 +102,17,17031,44,32 +103,17,17031,44,132 +104,17,17031,44,85 +105,17,17031,44,122 +106,17,17031,44,144 +107,17,17031,44,171 +108,17,17031,44,112 +109,17,17031,44,18 +110,17,17031,44,46 +111,17,17031,44,187 +112,17,17031,44,207 +113,17,17031,44,32 +114,17,17031,44,2 +115,17,17031,44,5 +116,17,17031,44,48 +117,17,17031,44,23 +118,17,17031,44,74 +119,17,17031,44,119 +120,17,17031,44,126 +121,17,17031,44,7 +122,8,17031,44,55 +123,12,17031,44,54 +124,12,17031,44,277 +125,12,17031,44,299 +126,12,17031,44,0 +127,12,17031,44,71 +128,12,17031,44,45 +129,12,17031,44,4 +130,12,17031,44,13 +131,12,17031,44,53 +132,12,17031,44,84 +133,12,17031,44,139 +134,12,17031,44,1 +135,12,17031,44,35 +136,12,17031,44,49 +137,12,17031,44,242 +138,12,17031,44,131 +139,12,17031,44,120 +140,12,17031,44,47 +141,9,17031,44,28 +142,9,17031,44,26 +143,9,17031,44,50 +144,9,17031,44,14 +145,9,17031,44,9 +146,9,17031,44,5 +147,12,17031,44,2 +148,12,17031,44,1 +149,12,17031,44,51 +150,12,17031,44,6 +151,12,17031,44,191 +152,12,17031,44,112 +153,12,17031,44,46 +154,10,17031,44,4 +155,10,17031,44,19 +156,10,17031,44,0 +157,10,17031,44,4 +158,10,17031,44,0 +159,10,17031,44,122 +160,10,17031,44,8 +161,10,17031,44,150 +162,10,17031,44,33 +163,11,17031,44,320 +164,11,17031,44,137 +165,11,17031,44,127 +166,11,17031,44,33 +167,10,17031,44,68 +168,10,17031,44,332 +169,10,17031,44,25 +170,10,17031,44,120 +171,11,17031,44,217 +172,11,17031,44,38 +173,11,17031,44,41 +174,11,17031,44,146 +175,11,17031,44,132 +176,11,17031,44,0 +177,11,17031,44,77 +178,11,17031,44,32 +179,13,17031,44,1 +180,13,17031,44,80 +181,13,17031,44,62 +182,13,17031,44,7 +183,13,17031,44,55 +184,13,17031,44,24 +185,13,17031,44,0 +186,13,17031,44,16 +187,13,17031,44,15 +188,13,17031,44,8 +189,13,17031,44,14 +190,13,17031,44,0 +191,13,17031,44,110 +192,13,17031,44,3 +193,13,17031,44,7 +194,13,17031,44,140 +195,13,17031,44,46 +196,13,17031,44,214 +197,13,17031,44,0 +198,13,17031,44,40 +199,13,17031,44,59 +200,13,17031,44,264 +201,13,17031,44,74 +202,13,17031,44,126 +203,13,17031,44,166 +204,13,17031,44,1 +205,13,17031,44,58 +206,13,17031,44,134 +207,13,17031,44,39 +208,13,17031,44,17 +209,13,17031,44,30 +210,13,17031,44,164 +211,13,17031,44,22 +212,13,17031,44,131 +213,13,17031,44,134 +214,13,17031,44,156 +215,13,17031,44,85 +216,13,17031,44,0 +217,13,17031,44,109 +218,13,17031,44,131 +219,13,17031,44,96 +220,13,17031,44,23 +221,13,17031,44,60 +222,13,17031,44,54 +223,13,17031,44,347 +224,13,17031,44,762 +225,13,17031,44,171 +226,13,17031,44,75 +227,13,17031,44,112 +228,13,17031,44,551 +229,13,17031,44,85 +230,13,17031,44,127 +231,13,17031,44,436 +232,13,17031,44,216 +233,13,17031,44,299 +234,13,17031,44,190 +235,13,17031,44,217 +236,13,17031,44,129 +237,13,17031,44,144 +238,13,17031,44,143 +239,13,17031,44,113 +240,13,17031,44,84 +241,13,17031,44,289 +242,13,17031,44,44 +243,13,17031,44,125 +244,13,17031,44,31 +245,13,17031,44,96 +246,13,17031,44,34 +247,13,17031,44,235 +248,13,17031,44,76 +249,13,17031,44,31 +250,13,17031,44,158 +251,13,17031,44,76 +252,13,17031,44,136 +253,13,17031,44,171 +254,13,17031,44,126 +255,13,17031,44,480 +256,13,17031,44,37 +257,13,17031,44,326 +258,13,17031,44,217 +259,13,17031,44,128 +260,13,17031,44,505 +261,13,17031,44,188 +262,13,17031,44,113 +263,13,17031,44,224 +264,13,17031,44,171 +265,13,17031,44,806 +266,13,17031,44,1135 +267,13,17031,44,33 +268,13,17031,44,46 +269,13,17031,44,137 +270,13,17031,44,470 +271,13,17031,44,430 +272,13,17031,44,243 +273,13,17031,44,394 +274,13,17031,44,99 +275,13,17031,44,183 +276,13,17031,44,234 +277,13,17031,44,132 +278,13,17031,44,147 +279,13,17031,44,344 +280,13,17031,44,347 +281,13,17031,44,69 +282,13,17031,44,67 +283,13,17031,44,80 +284,13,17031,44,93 +285,13,17031,44,28 +286,13,17031,44,163 +287,13,17031,44,77 +288,13,17031,44,61 +289,13,17031,44,47 +290,13,17031,44,118 +291,13,17031,44,85 +292,13,17031,44,171 +293,13,17031,44,52 +294,13,17031,44,46 +295,13,17031,44,57 +296,13,17031,44,63 +297,13,17031,44,206 +298,13,17031,44,759 +299,13,17031,44,73 +300,13,17031,44,150 +301,13,17031,44,74 +302,13,17031,44,233 +303,13,17031,44,111 +304,13,17031,44,291 +305,13,17031,44,128 +306,13,17031,44,164 +307,13,17031,44,160 +308,14,17031,44,10 +309,14,17031,44,64 +310,14,17031,44,297 +311,14,17031,44,137 +312,14,17031,44,306 +313,14,17031,44,308 +314,14,17031,44,229 +315,14,17031,44,58 +316,14,17031,44,89 +317,14,17031,44,23 +318,14,17031,44,18 +319,14,17031,44,323 +320,14,17031,44,351 +321,14,17031,44,47 +322,14,17031,44,0 +323,14,17031,44,360 +324,14,17031,44,187 +325,14,17031,44,52 +326,14,17031,44,68 +327,14,17031,44,148 +328,14,17031,44,115 +329,14,17031,44,156 +330,14,17031,44,571 +331,14,17031,44,41 +332,14,17031,44,21 +333,14,17031,44,341 +334,14,17031,44,321 +335,14,17031,44,87 +336,14,17031,44,409 +337,14,17031,44,265 +338,14,17031,44,469 +339,14,17031,44,189 +340,14,17031,44,128 +341,14,17031,44,338 +342,14,17031,44,83 +343,14,17031,44,999 +344,14,17031,44,117 +345,14,17031,44,303 +346,14,17031,44,605 +347,14,17031,44,275 +348,14,17031,44,553 +349,14,17031,44,80 +350,14,17031,44,344 +351,14,17031,44,45 +352,14,17031,44,1128 +353,14,17031,44,0 +354,14,17031,44,578 +355,16,17031,44,259 +356,16,17031,44,109 +357,16,17031,44,58 +358,16,17031,44,64 +359,16,17031,44,119 +360,16,17031,44,153 +361,16,17031,44,106 +362,16,17031,44,391 +363,16,17031,44,34 +364,16,17031,44,108 +365,16,17031,44,72 +366,16,17031,44,251 +367,16,17031,44,77 +368,16,17031,44,148 +369,16,17031,44,63 +370,16,17031,44,2 +371,16,17031,44,111 +372,16,17031,44,37 +373,16,17031,44,50 +374,16,17031,44,42 +375,16,17031,44,75 +376,16,17031,44,66 +377,16,17031,44,63 +378,16,17031,44,141 +379,16,17031,44,64 +380,16,17031,44,154 +381,16,17031,44,50 +382,16,17031,44,36 +383,16,17031,44,21 +384,16,17031,44,113 +385,16,17031,44,33 +386,16,17031,44,46 +387,16,17031,44,35 +388,16,17031,44,45 +389,16,17031,44,27 +390,16,17031,44,235 +391,16,17031,44,59 +392,16,17031,44,14 +393,16,17031,44,54 +394,16,17031,44,69 +395,16,17031,44,54 +396,16,17031,44,53 +397,16,17031,44,41 +398,16,17031,44,87 +399,16,17031,44,110 +400,16,17031,44,14 +401,16,17031,44,152 +402,16,17031,44,106 +403,16,17031,44,28 +404,16,17031,44,84 +405,16,17031,44,45 +406,16,17031,44,135 +407,16,17031,44,257 +408,16,17031,44,34 +409,16,17031,44,24 +410,16,17031,44,102 +411,16,17031,44,21 +412,16,17031,44,63 +413,16,17031,44,30 +414,16,17031,44,15 +415,16,17031,44,46 +416,16,17031,44,78 +417,16,17031,44,103 +418,16,17031,44,27 +419,16,17031,44,82 +420,16,17031,44,149 +421,16,17031,44,410 +422,16,17031,44,122 +423,16,17031,44,415 +424,16,17031,44,115 +425,16,17031,44,127 +426,16,17031,44,184 +427,16,17031,44,152 +428,16,17031,44,3 +429,16,17031,44,94 +430,16,17031,44,200 +431,16,17031,44,171 +432,16,17031,44,31 +433,16,17031,44,37 +434,16,17031,44,0 +435,16,17031,44,12 +436,16,17031,44,23 +437,16,17031,44,21 +438,16,17031,44,39 +439,16,17031,44,63 +440,16,17031,44,7 +441,17,17031,44,46 +442,17,17031,44,188 +443,17,17031,44,298 +444,17,17031,44,45 +445,17,17031,44,238 +446,17,17031,44,131 +447,17,17031,44,68 +448,17,17031,44,44 +449,17,17031,44,47 +450,17,17031,44,11 +451,17,17031,44,194 +452,17,17031,44,1 +453,17,17031,44,92 +454,17,17031,44,0 +455,17,17031,44,97 +456,17,17031,44,13 +457,17,17031,44,225 +458,17,17031,44,0 +459,19,17031,44,287 +460,19,17031,44,223 +461,19,17031,44,192 +462,19,17031,44,11 +463,19,17031,44,3 +464,19,17031,44,160 +465,19,17031,44,263 +466,19,17031,44,149 +467,19,17031,44,149 +468,19,17031,44,178 +469,19,17031,44,77 +470,19,17031,44,39 +471,19,17031,44,122 +472,19,17031,44,19 +473,19,17031,44,40 +474,19,17031,44,106 +475,19,17031,44,248 +476,19,17031,44,264 +477,19,17031,44,106 +478,19,17031,44,60 +479,19,17031,44,141 +480,19,17031,44,334 +481,19,17031,44,141 +482,19,17031,44,87 +483,19,17031,44,60 +484,19,17031,44,74 +485,19,17031,44,115 +486,19,17031,44,24 +487,19,17031,44,15 +488,19,17031,44,72 +489,19,17031,44,47 +490,19,17031,44,16 +491,19,17031,44,62 +492,19,17031,44,61 +493,19,17031,44,63 +494,19,17031,44,50 +495,19,17031,44,16 +496,19,17031,44,77 +497,19,17031,44,42 +498,19,17031,44,23 +499,19,17031,44,37 +500,19,17031,44,50 +501,19,17031,44,258 +502,19,17031,44,365 +503,19,17031,44,224 +504,19,17031,44,0 +505,19,17031,44,34 +506,19,17031,44,34 +507,19,17031,44,79 +508,19,17031,44,179 +509,19,17031,44,157 +510,19,17031,44,182 +511,19,17031,44,191 +512,19,17031,44,15 +513,19,17031,44,61 +514,19,17031,44,902 +515,19,17031,44,64 +516,19,17031,44,87 +517,19,17031,44,212 +518,19,17031,44,18 +519,19,17031,44,129 +520,19,17031,44,3 +521,19,17031,44,54 +522,19,17031,44,77 +523,20,17031,44,296 +524,20,17031,44,67 +525,20,17031,44,119 +526,20,17031,44,59 +527,20,17031,44,410 +528,20,17031,44,20 +529,20,17031,44,20 +530,20,17031,44,152 +531,20,17031,44,42 +532,20,17031,44,36 +533,20,17031,44,68 +534,20,17031,44,74 +535,20,17031,44,65 +536,20,17031,44,1 +537,20,17031,44,95 +538,20,17031,44,66 +539,20,17031,44,142 +540,20,17031,44,35 +541,20,17031,44,25 +542,20,17031,44,19 +543,20,17031,44,109 +544,20,17031,44,70 +545,20,17031,44,24 +546,20,17031,44,13 +547,20,17031,44,111 +548,20,17031,44,88 +549,20,17031,44,81 +550,20,17031,44,2 +551,20,17031,44,48 +552,20,17031,44,227 +553,20,17031,44,30 +554,20,17031,44,46 +555,20,17031,44,5 +556,20,17031,44,9 +557,20,17031,44,23 +558,20,17031,44,27 +559,20,17031,44,39 +560,20,17031,44,45 +561,20,17031,44,217 +562,20,17031,44,144 +563,20,17031,44,136 +564,20,17031,44,43 +565,20,17031,44,0 +566,20,17031,44,18 +567,20,17031,44,48 +568,20,17031,44,152 +569,20,17031,44,12 +570,20,17031,44,37 +571,20,17031,44,7 +572,20,17031,44,1 +573,20,17031,44,74 +574,20,17031,44,486 +575,20,17031,44,158 +576,20,17031,44,95 +577,20,17031,44,19 +578,20,17031,44,85 +579,20,17031,44,17 +580,20,17031,44,49 +581,20,17031,44,53 +582,20,17031,44,34 +583,20,17031,44,82 +584,20,17031,44,75 +585,20,17031,44,24 +586,20,17031,44,49 +587,20,17031,44,62 +588,20,17031,44,0 +589,20,17031,44,0 +590,20,17031,44,0 +591,20,17031,44,58 +592,20,17031,44,256 +593,20,17031,44,13 +594,20,17031,44,58 +595,20,17031,44,23 +596,20,17031,44,65 +597,20,17031,44,95 +598,20,17031,44,303 +599,20,17031,44,342 +600,20,17031,44,52 +601,20,17031,44,90 +602,20,17031,44,38 +603,20,17031,44,71 +604,20,17031,44,77 +605,20,17031,44,80 +606,20,17031,44,179 +607,20,17031,44,191 +608,20,17031,44,220 +609,20,17031,44,16 +610,20,17031,44,49 +611,20,17031,44,5 +612,20,17031,44,666 +613,20,17031,44,40 +614,20,17031,44,104 +615,20,17031,44,414 +616,20,17031,44,43 +617,20,17031,44,85 +618,20,17031,44,19 +619,20,17031,44,29 +620,20,17031,44,77 +621,20,17031,44,166 +622,20,17031,44,53 +623,20,17031,44,80 +624,20,17031,44,74 +625,20,17031,44,33 +626,20,17031,44,35 +627,20,17031,44,20 +628,20,17031,44,28 +629,20,17031,44,10 +630,23,17031,44,2 +631,23,17031,44,176 +632,23,17031,44,215 +633,23,17031,44,32 +634,23,17031,44,220 +635,23,17031,44,153 +636,24,17031,44,33 +637,24,17031,44,132 +638,24,17031,44,44 +639,24,17031,44,5 +640,24,17031,44,244 +641,24,17031,44,17 +642,24,17031,44,0 +643,24,17031,44,445 +644,24,17031,44,11 +645,24,17031,44,61 +646,24,17031,44,46 +647,24,17031,44,76 +648,24,17031,44,14 +649,24,17031,44,28 +650,24,17031,44,66 +651,24,17031,44,263 +652,24,17031,44,145 +653,24,17031,44,57 +654,24,17031,44,27 +655,24,17031,44,25 +656,24,17031,44,8 +657,24,17031,44,3 +658,24,17031,44,3 +659,24,17031,44,5 +660,24,17031,44,23 +661,24,17031,44,19 +662,24,17031,44,129 +663,24,17031,44,1 +664,24,17031,44,61 +665,24,17031,44,0 +666,24,17031,44,175 +667,24,17031,44,35 +668,24,17031,44,1 +669,24,17031,44,16 +670,24,17031,44,25 +671,24,17031,44,202 +672,24,17031,44,61 +673,24,17031,44,91 +674,24,17031,44,66 +675,24,17031,44,17 +676,24,17031,44,5 +677,24,17031,44,1 +678,24,17031,44,72 +679,24,17031,44,0 +680,24,17031,44,530 +681,24,17031,44,88 +682,24,17031,44,94 +683,24,17031,44,385 +684,24,17031,44,4 +685,24,17031,44,0 +686,24,17031,44,0 +687,24,17031,44,33 +688,24,17031,44,78 +689,24,17031,44,48 +690,24,17031,44,32 +691,24,17031,44,4 +692,24,17031,44,2 +693,24,17031,44,0 +694,24,17031,44,2 +695,24,17031,44,24 +696,24,17031,44,0 +697,24,17031,44,135 +698,24,17031,44,220 +699,24,17031,44,19 +700,24,17031,44,69 +701,24,17031,44,3 +702,24,17031,44,38 +703,24,17031,44,35 +704,24,17031,44,35 +705,24,17031,44,30 +706,24,17031,44,0 +707,24,17031,44,36 +708,24,17031,44,53 +709,24,17031,44,16 +710,24,17031,44,141 +711,24,17031,44,17 +712,24,17031,44,0 +713,24,17031,44,27 +714,24,17031,44,50 +715,24,17031,44,2 +716,24,17031,44,19 +717,24,17031,44,9 +718,1,17031,44,1 +719,1,17031,44,0 +720,1,17031,44,218 +721,1,17031,44,0 +722,1,17031,44,0 +723,1,17031,44,1 +724,1,17031,44,132 +725,1,17031,44,644 +726,1,17031,44,445 +727,6,17031,44,375 +728,6,17031,44,3 +729,6,17031,44,77 +730,6,17031,44,134 +731,6,17031,44,295 +732,6,17031,44,36 +733,6,17031,44,83 +734,6,17031,44,239 +735,6,17031,44,685 +736,6,17031,44,292 +737,6,17031,44,158 +738,6,17031,44,296 +739,6,17031,44,927 +740,6,17031,44,170 +741,6,17031,44,77 +742,6,17031,44,0 +743,6,17031,44,274 +744,6,17031,44,6 +745,6,17031,44,56 +746,6,17031,44,0 +747,6,17031,44,41 +748,2,17031,44,13 +749,2,17031,44,51 +750,2,17031,44,0 +751,2,17031,44,69 +752,2,17031,44,104 +753,2,17031,44,89 +754,2,17031,44,0 +755,2,17031,44,0 +756,2,17031,44,182 +757,2,17031,44,53 +758,2,17031,44,538 +759,2,17031,44,77 +760,2,17031,44,824 +761,2,17031,44,14 +762,2,17031,44,0 +763,2,17031,44,95 +764,2,17031,44,10 +765,2,17031,44,1 +766,2,17031,44,195 +767,2,17031,44,144 +768,2,17031,44,38 +769,2,17031,44,437 +770,2,17031,44,2 +771,2,17031,44,9 +772,2,17031,44,80 +773,2,17031,44,315 +774,2,17031,44,76 +775,2,17031,44,5 +776,2,17031,44,0 +777,2,17031,44,4 +778,2,17031,44,70 +779,2,17031,44,10 +780,2,17031,44,24 +781,2,17031,44,0 +782,2,17031,44,64 +783,2,17031,44,2 +784,2,17031,44,185 +785,2,17031,44,9 +786,2,17031,44,35 +787,2,17031,44,0 +788,2,17031,44,0 +789,2,17031,44,192 +790,2,17031,44,10 +791,2,17031,44,71 +792,2,17031,44,211 +793,7,17031,44,0 +794,7,17031,44,228 +795,7,17031,44,14 +796,7,17031,44,32 +797,7,17031,44,4 +798,7,17031,44,142 +799,7,17031,44,23 +800,7,17031,44,66 +801,7,17031,44,35 +802,7,17031,44,67 +803,7,17031,44,381 +804,7,17031,44,463 +805,7,17031,44,923 +806,7,17031,44,205 +807,7,17031,44,114 +808,7,17031,44,1 +809,7,17031,44,87 +810,7,17031,44,0 +811,7,17031,44,22 +812,7,17031,44,242 +813,7,17031,44,0 +814,7,17031,44,347 +815,7,17031,44,28 +816,7,17031,44,20 +817,7,17031,44,3687 +818,7,17031,44,640 +819,7,17031,44,106 +820,7,17031,44,1 +821,7,17031,44,296 +822,7,17031,44,6 +823,7,17031,44,22 +824,7,17031,44,0 +825,7,17031,44,28 +826,7,17031,44,42 +827,7,17031,44,211 +828,7,17031,44,70 +829,7,17031,44,14 +830,7,17031,44,1 +831,7,17031,44,101 +832,7,17031,44,5 +833,7,17031,44,68 +834,7,17031,44,541 +835,7,17031,44,0 +836,7,17031,44,17 +837,7,17031,44,131 +838,7,17031,44,40 +839,3,17031,44,91 +840,3,17031,44,305 +841,3,17031,44,20 +842,3,17031,44,5 +843,3,17031,44,28 +844,3,17031,44,16 +845,3,17031,44,323 +846,3,17031,44,0 +847,3,17031,44,280 +848,3,17031,44,6 +849,3,17031,44,172 +850,3,17031,44,29 +851,3,17031,44,10 +852,3,17031,44,201 +853,3,17031,44,0 +854,3,17031,44,2 +855,3,17031,44,24 +856,3,17031,44,24 +857,3,17031,44,393 +858,3,17031,44,96 +859,3,17031,44,0 +860,3,17031,44,28 +861,3,17031,44,30 +862,3,17031,44,24 +863,3,17031,44,188 +864,3,17031,44,83 +865,3,17031,44,53 +866,3,17031,44,60 +867,3,17031,44,1151 +868,3,17031,44,0 +869,3,17031,44,38 +870,3,17031,44,170 +871,3,17031,44,26 +872,3,17031,44,8 +873,3,17031,44,402 +874,3,17031,44,304 +875,3,17031,44,35 +876,3,17031,44,40 +877,3,17031,44,0 +878,3,17031,44,58 +879,3,17031,44,72 +880,3,17031,44,7 +881,3,17031,44,4 +882,3,17031,44,72 +883,3,17031,44,24 +884,3,17031,44,60 +885,3,17031,44,0 +886,3,17031,44,648 +887,3,17031,44,0 +888,3,17031,44,91 +889,3,17031,44,58 +890,3,17031,44,15 +891,3,17031,44,3 +892,3,17031,44,1544 +893,3,17031,44,139 +894,3,17031,44,84 +895,3,17031,44,10 +896,3,17031,44,0 +897,3,17031,44,12 +898,3,17031,44,0 +899,3,17031,44,0 +900,3,17031,44,236 +901,3,17031,44,27 +902,3,17031,44,65 +903,3,17031,44,837 +904,3,17031,44,43 +905,8,17031,44,281 +906,8,17031,44,89 +907,8,17031,44,49 +908,8,17031,44,219 +909,8,17031,44,93 +910,8,17031,44,560 +911,8,17031,44,122 +912,8,17031,44,9 +913,8,17031,44,0 +914,8,17031,44,28 +915,8,17031,44,91 +916,8,17031,44,15 +917,8,17031,44,0 +918,8,17031,44,503 +919,8,17031,44,71 +920,8,17031,44,14 +921,8,17031,44,38 +922,8,17031,44,18 +923,8,17031,44,19 +924,8,17031,44,2 +925,8,17031,44,150 +926,8,17031,44,0 +927,8,17031,44,161 +928,8,17031,44,72 +929,8,17031,44,18 +930,8,17031,44,95 +931,8,17031,44,53 +932,8,17031,44,20 +933,8,17031,44,16 +934,8,17031,44,124 +935,8,17031,44,63 +936,8,17031,44,74 +937,8,17031,44,21 +938,8,17031,44,217 +939,8,17031,44,2 +940,8,17031,44,2 +941,8,17031,44,0 +942,8,17031,44,4 +943,8,17031,44,276 +944,8,17031,44,277 +945,8,17031,44,12 +946,8,17031,44,266 +947,8,17031,44,297 +948,8,17031,44,30 +949,8,17031,44,179 +950,8,17031,44,3 +951,8,17031,44,0 +952,8,17031,44,66 +953,8,17031,44,257 +954,8,17031,44,280 +955,4,17031,44,450 +956,4,17031,44,119 +957,4,17031,44,1204 +958,4,17031,44,984 +959,4,17031,44,596 +960,4,17031,44,0 +961,4,17031,44,121 +962,4,17031,44,127 +963,4,17031,44,10 +964,4,17031,44,179 +965,4,17031,44,56 +966,4,17031,44,194 +967,4,17031,44,25 +968,4,17031,44,8 +969,4,17031,44,4 +970,4,17031,44,111 +971,4,17031,44,10 +972,4,17031,44,368 +973,4,17031,44,73 +974,4,17031,44,3 +975,4,17031,44,412 +976,4,17031,44,899 +977,4,17031,44,630 +978,4,17031,44,173 +979,4,17031,44,46 +980,4,17031,44,20 +981,4,17031,44,499 +982,4,17031,44,1 +983,4,17031,44,40 +984,4,17031,44,3 +985,4,17031,44,1 +986,4,17031,44,261 +987,4,17031,44,44 +988,4,17031,44,0 +989,4,17031,44,0 +990,4,17031,44,0 +991,4,17031,44,3 +992,4,17031,44,265 +993,4,17031,44,151 +994,4,17031,44,4 +995,4,17031,44,41 +996,4,17031,44,18 +997,4,17031,44,34 +998,4,17031,44,111 +999,4,17031,44,19 +1000,4,17031,44,44 +1001,4,17031,44,0 +1002,9,17031,44,55 +1003,9,17031,44,70 +1004,9,17031,44,44 +1005,9,17031,44,485 +1006,9,17031,44,494 +1007,9,17031,44,74 +1008,9,17031,44,22 +1009,9,17031,44,13 +1010,9,17031,44,137 +1011,9,17031,44,230 +1012,9,17031,44,7 +1013,9,17031,44,48 +1014,9,17031,44,2 +1015,9,17031,44,51 +1016,9,17031,44,3 +1017,9,17031,44,19 +1018,9,17031,44,412 +1019,9,17031,44,102 +1020,9,17031,44,528 +1021,9,17031,44,1731 +1022,9,17031,44,212 +1023,9,17031,44,86 +1024,9,17031,44,306 +1025,9,17031,44,72 +1026,9,17031,44,60 +1027,9,17031,44,77 +1028,9,17031,44,174 +1029,9,17031,44,19 +1030,9,17031,44,3 +1031,9,17031,44,20 +1032,9,17031,44,8 +1033,9,17031,44,80 +1034,9,17031,44,77 +1035,9,17031,44,195 +1036,9,17031,44,2 +1037,9,17031,44,170 +1038,9,17031,44,287 +1039,9,17031,44,87 +1040,9,17031,44,0 +1041,9,17031,44,65 +1042,9,17031,44,44 +1043,9,17031,44,0 +1044,9,17031,44,49 +1045,9,17031,44,26 +1046,9,17031,44,0 +1047,9,17031,44,0 +1048,9,17031,44,1 +1049,9,17031,44,27 +1050,9,17031,44,152 +1051,9,17031,44,26 +1052,9,17031,44,81 +1053,9,17031,44,0 +1054,9,17031,44,33 +1055,9,17031,44,6 +1056,9,17031,44,7 +1057,9,17031,44,1 +1058,9,17031,44,5 +1059,9,17031,44,0 +1060,9,17031,44,1 +1061,12,17031,44,120 +1062,9,17031,44,5 +1063,9,17031,44,25 +1064,12,17031,44,2 +1065,9,17031,44,1 +1066,9,17031,44,4 +1067,9,17031,44,164 +1068,12,17031,44,64 +1069,5,17031,44,4 +1070,5,17031,44,73 +1071,5,17031,44,0 +1072,5,17031,44,0 +1073,5,17031,44,222 +1074,5,17031,44,109 +1075,5,17031,44,213 +1076,5,17031,44,37 +1077,5,17031,44,645 +1078,5,17031,44,1 +1079,5,17031,44,28 +1080,5,17031,44,222 +1081,5,17031,44,36 +1082,5,17031,44,38 +1083,5,17031,44,4 +1084,5,17031,44,4 +1085,5,17031,44,22 +1086,5,17031,44,25 +1087,10,17031,44,65 +1088,5,17031,44,510 +1089,10,17031,44,118 +1090,5,17031,44,0 +1091,5,17031,44,21 +1092,10,17031,44,250 +1093,10,17031,44,22 +1094,10,17031,44,3523 +1095,10,17031,44,439 +1096,10,17031,44,36 +1097,10,17031,44,42 +1098,5,17031,44,94 +1099,10,17031,44,92 +1100,10,17031,44,847 +1101,10,17031,44,7 +1102,10,17031,44,0 +1103,10,17031,44,175 +1104,10,17031,44,84 +1105,10,17031,44,7 +1106,10,17031,44,5 +1107,10,17031,44,128 +1108,10,17031,44,219 +1109,10,17031,44,25 +1110,10,17031,44,38 +1111,10,17031,44,44 +1112,10,17031,44,173 +1113,10,17031,44,161 +1114,10,17031,44,27 +1115,10,17031,44,5 +1116,10,17031,44,6 +1117,10,17031,44,29 +1118,10,17031,44,11 +1119,10,17031,44,5 +1120,10,17031,44,100 +1121,10,17031,44,56 +1122,10,17031,44,71 +1123,10,17031,44,18 +1124,10,17031,44,75 +1125,10,17031,44,39 +1126,10,17031,44,66 +1127,10,17031,44,38 +1128,10,17031,44,355 +1129,10,17031,44,0 +1130,10,17031,44,16 +1131,10,17031,44,2 +1132,10,17031,44,57 +1133,10,17031,44,121 +1134,10,17031,44,40 +1135,10,17031,44,192 +1136,10,17031,44,72 +1137,10,17031,44,27 +1138,10,17031,44,12 +1139,10,17031,44,391 +1140,10,17031,44,22 +1141,10,17031,44,322 +1142,10,17031,44,13 +1143,10,17031,44,700 +1144,10,17031,44,28 +1145,10,17031,44,609 +1146,10,17031,44,6 +1147,10,17031,44,70 +1148,10,17031,44,52 +1149,10,17031,44,27 +1150,10,17031,44,1049 +1151,10,17031,44,149 +1152,10,17031,44,152 +1153,10,17031,44,7 +1154,10,17031,44,17 +1155,10,17031,44,65 +1156,10,17031,44,31 +1157,10,17031,44,114 +1158,10,17031,44,96 +1159,10,17031,44,355 +1160,10,17031,44,984 +1161,10,17031,44,13 +1162,10,17031,44,15 +1163,10,17031,44,93 +1164,10,17031,44,1 +1165,10,17031,44,13 +1166,10,17031,44,16 +1167,10,17031,44,161 +1168,10,17031,44,314 +1169,10,17031,44,897 +1170,10,17031,44,42 +1171,11,17031,44,14 +1172,11,17031,44,47 +1173,11,17031,44,174 +1174,11,17031,44,427 +1175,11,17031,44,0 +1176,11,17031,44,242 +1177,11,17031,44,220 +1178,11,17031,44,34 +1179,11,17031,44,1 +1180,11,17031,44,218 +1181,11,17031,44,111 +1182,11,17031,44,53 +1183,12,17031,44,56 +1184,12,17031,44,38 +1185,12,17031,44,312 +1186,12,17031,44,207 +1187,12,17031,44,52 +1188,13,17031,44,329 +1189,12,17031,44,14 +1190,13,17031,44,0 +1191,12,17031,44,59 +1192,12,17031,44,110 +1193,12,17031,44,30 +1194,12,17031,44,11 +1195,12,17031,44,19 +1196,12,17031,44,29 +1197,12,17031,44,21 +1198,12,17031,44,0 +1199,12,17031,44,18 +1200,12,17031,44,3 +1201,12,17031,44,28 +1202,12,17031,44,32 +1203,12,17031,44,45 +1204,12,17031,44,224 +1205,12,17031,44,96 +1206,12,17031,44,12 +1207,12,17031,44,41 +1208,12,17031,44,52 +1209,12,17031,44,113 +1210,12,17031,44,0 +1211,12,17031,44,1 +1212,12,17031,44,27 +1213,12,17031,44,262 +1214,12,17031,44,147 +1215,12,17031,44,23 +1216,12,17031,44,44 +1217,12,17031,44,160 +1218,12,17031,44,256 +1219,12,17031,44,494 +1220,12,17031,44,29 +1221,12,17031,44,0 +1222,12,17031,44,161 +1223,12,17031,44,1297 +1224,12,17031,44,91 +1225,12,17031,44,10 +1226,12,17031,44,4 +1227,12,17031,44,2 +1228,12,17031,44,134 +1229,15,17031,44,714 +1230,15,17031,44,61 +1231,15,17031,44,25 +1232,15,17031,44,30 +1233,15,17031,44,5 +1234,15,17031,44,18 +1235,15,17031,44,41 +1236,15,17031,44,29 +1237,15,17031,44,159 +1238,15,17031,44,33 +1239,15,17031,44,2 +1240,15,17031,44,61 +1241,15,17031,44,235 +1242,15,17031,44,0 +1243,15,17031,44,0 +1244,15,17031,44,463 +1245,15,17031,44,283 +1246,15,17031,44,0 +1247,15,17031,44,1 +1248,15,17031,44,9 +1249,15,17031,44,69 +1250,15,17031,44,94 +1251,15,17031,44,163 +1252,15,17031,44,16 +1253,15,17031,44,18 +1254,15,17031,44,71 +1255,15,17031,44,23 +1256,15,17031,44,65 +1257,15,17031,44,60 +1258,15,17031,44,22 +1259,15,17031,44,5 +1260,15,17031,44,41 +1261,15,17031,44,55 +1262,15,17031,44,2 +1263,15,17031,44,103 +1264,15,17031,44,405 +1265,15,17031,44,147 +1266,15,17031,44,45 +1267,15,17031,44,26 +1268,15,17031,44,43 +1269,15,17031,44,452 +1270,15,17031,44,15 +1271,15,17031,44,9 +1272,15,17031,44,22 +1273,15,17031,44,3 +1274,15,17031,44,140 +1275,15,17031,44,3 +1276,15,17031,44,22 +1277,15,17031,44,17 +1278,15,17031,44,17 +1279,15,17031,44,61 +1280,15,17031,44,79 +1281,15,17031,44,12 +1282,15,17031,44,241 +1283,15,17031,44,3 +1284,15,17031,44,57 +1285,15,17031,44,12 +1286,15,17031,44,28 +1287,15,17031,44,24 +1288,15,17031,44,16 +1289,15,17031,44,26 +1290,15,17031,44,14 +1291,15,17031,44,708 +1292,15,17031,44,35 +1293,15,17031,44,128 +1294,15,17031,44,931 +1295,15,17031,44,66 +1296,15,17031,44,283 +1297,15,17031,44,176 +1298,15,17031,44,88 +1299,15,17031,44,7 +1300,15,17031,44,0 +1301,15,17031,44,19 +1302,15,17031,44,1970 +1303,15,17031,44,0 +1304,15,17031,44,0 +1305,15,17031,44,9 +1306,15,17031,44,7 +1307,15,17031,44,42 +1308,15,17031,44,3 +1309,15,17031,44,11 +1310,15,17031,44,183 +1311,15,17031,44,4 +1312,15,17031,44,58 +1313,16,17031,44,0 +1314,16,17031,44,29 +1315,16,17031,44,28 +1316,16,17031,44,32 +1317,16,17031,44,117 +1318,16,17031,44,175 +1319,16,17031,44,346 +1320,16,17031,44,50 +1321,16,17031,44,60 +1322,16,17031,44,57 +1323,16,17031,44,47 +1324,16,17031,44,108 +1325,16,17031,44,69 +1326,16,17031,44,103 +1327,16,17031,44,94 +1328,16,17031,44,66 +1329,16,17031,44,113 +1330,16,17031,44,113 +1331,16,17031,44,54 +1332,16,17031,44,71 +1333,16,17031,44,256 +1334,16,17031,44,38 +1335,16,17031,44,90 +1336,16,17031,44,20 +1337,16,17031,44,141 +1338,16,17031,44,37 +1339,16,17031,44,547 +1340,16,17031,44,109 +1341,16,17031,44,1 +1342,16,17031,44,163 +1343,16,17031,44,115 +1344,16,17031,44,76 +1345,16,17031,44,0 +1346,16,17031,44,109 +1347,16,17031,44,218 +1348,16,17031,44,99 +1349,16,17031,44,95 +1350,16,17031,44,57 +1351,16,17031,44,161 +1352,16,17031,44,37 +1353,16,17031,44,195 +1354,16,17031,44,101 +1355,16,17031,44,127 +1356,16,17031,44,91 +1357,16,17031,44,9 +1358,16,17031,44,57 +1359,16,17031,44,13 +1360,16,17031,44,2 +1361,16,17031,44,1 +1362,18,17031,44,61 +1363,18,17031,44,20 +1364,18,17031,44,201 +1365,18,17031,44,18 +1366,18,17031,44,5 +1367,18,17031,44,259 +1368,18,17031,44,70 +1369,18,17031,44,23 +1370,18,17031,44,28 +1371,18,17031,44,5 +1372,18,17031,44,66 +1373,18,17031,44,116 +1374,18,17031,44,1 +1375,18,17031,44,139 +1376,18,17031,44,17 +1377,18,17031,44,2 +1378,18,17031,44,57 +1379,18,17031,44,11 +1380,18,17031,44,1669 +1381,18,17031,44,21 +1382,18,17031,44,37 +1383,18,17031,44,22 +1384,18,17031,44,104 +1385,18,17031,44,2116 +1386,18,17031,44,21 +1387,18,17031,44,2 +1388,18,17031,44,2 +1389,18,17031,44,25 +1390,18,17031,44,108 +1391,18,17031,44,55 +1392,18,17031,44,30 +1393,18,17031,44,69 +1394,18,17031,44,28 +1395,18,17031,44,1 +1396,18,17031,44,0 +1397,18,17031,44,34 +1398,18,17031,44,9 +1399,18,17031,44,8 +1400,18,17031,44,47 +1401,18,17031,44,140 +1402,18,17031,44,6 +1403,18,17031,44,5 +1404,18,17031,44,11 +1405,18,17031,44,27 +1406,18,17031,44,173 +1407,18,17031,44,3 +1408,18,17031,44,37 +1409,18,17031,44,50 +1410,18,17031,44,45 +1411,18,17031,44,33 +1412,18,17031,44,64 +1413,18,17031,44,14 +1414,18,17031,44,10 +1415,18,17031,44,261 +1416,19,17031,44,153 +1417,19,17031,44,4 +1418,19,17031,44,11 +1419,19,17031,44,6 +1420,19,17031,44,22 +1421,19,17031,44,17 +1422,19,17031,44,11 +1423,19,17031,44,0 +1424,19,17031,44,127 +1425,19,17031,44,5 +1426,19,17031,44,52 +1427,19,17031,44,99 +1428,19,17031,44,9 +1429,19,17031,44,27 +1430,19,17031,44,44 +1431,19,17031,44,18 +1432,19,17031,44,2 +1433,19,17031,44,11 +1434,19,17031,44,443 +1435,19,17031,44,1122 +1436,19,17031,44,21 +1437,19,17031,44,57 +1438,19,17031,44,138 +1439,19,17031,44,35 +1440,19,17031,44,445 +1441,21,17031,44,118 +1442,21,17031,44,5 +1443,21,17031,44,43 +1444,21,17031,44,733 +1445,21,17031,44,44 +1446,21,17031,44,2 +1447,22,17031,44,24 +1448,22,17031,44,248 +1449,22,17031,44,16 +1450,22,17031,44,24 +1451,22,17031,44,86 +1452,22,17031,44,14 +1453,22,17031,44,150 +1454,22,17031,44,142 +1455,22,17031,44,71 +1456,22,17031,44,0 +1457,22,17031,44,11 +1458,22,17031,44,402 +1459,22,17031,44,0 +1460,22,17031,44,0 +1461,22,17031,44,34 +1462,22,17031,44,0 +1463,22,17031,44,330 +1464,22,17031,44,68 +1465,22,17031,44,1 +1466,22,17031,44,296 +1467,22,17031,44,5 +1468,22,17031,44,60 +1469,22,17031,44,0 +1470,22,17031,44,30 +1471,23,17031,44,127 +1472,23,17031,44,417 +1473,23,17031,44,276 +1474,23,17031,44,254 +1475,23,17031,44,14 +1476,23,17031,44,32 +1477,23,17031,44,187 +1478,23,17031,44,80 +1479,23,17031,44,19 +1480,23,17031,44,93 +1481,23,17031,44,0 +1482,23,17031,44,52 +1483,23,17031,44,7 +1484,23,17031,44,9 +1485,23,17031,44,716 +1486,23,17031,44,168 +1487,23,17031,44,76 +1488,23,17031,44,246 +1489,23,17031,44,1378 +1490,23,17031,44,5 +1491,23,17031,44,114 +1492,23,17031,44,115 +1493,23,17031,44,9 +1494,23,17031,44,11 +1495,23,17031,44,117 +1496,23,17031,44,275 +1497,23,17031,44,0 +1498,23,17031,44,343 +1499,23,17031,44,43 +1500,23,17031,44,59 +1501,23,17031,44,39 +1502,23,17031,44,12 +1503,23,17031,44,9 +1504,23,17031,44,26 +1505,23,17031,44,47 +1506,23,17031,44,5 +1507,23,17031,44,1 +1508,23,17031,44,322 +1509,23,17031,44,147 +1510,23,17031,44,53 +1511,23,17031,44,160 +1512,23,17031,44,150 +1513,23,17031,44,45 +1514,23,17031,44,11 +1515,23,17031,44,516 +1516,23,17031,44,81 +1517,23,17031,44,0 +1518,23,17031,44,142 +1519,23,17031,44,43 +1520,23,17031,44,3 +1521,23,17031,44,0 +1522,23,17031,44,149 +1523,23,17031,44,4 +1524,23,17031,44,93 +1525,23,17031,44,120 +1526,23,17031,44,7 +1527,23,17031,44,21 +1528,23,17031,44,132 +1529,23,17031,44,1 +1530,23,17031,44,294 +1531,23,17031,44,515 +1532,23,17031,44,96 +1533,23,17031,44,4 +1534,23,17031,44,74 +1535,23,17031,44,17 +1536,23,17031,44,20 +1537,24,17031,44,15 +1538,24,17031,44,48 +1539,24,17031,44,25 +1540,24,17031,44,29 +1541,24,17031,44,5 +1542,24,17031,44,13 +1543,24,17031,44,28 +1544,24,17031,44,111 +1545,24,17031,44,7 +1546,24,17031,44,15 +1547,24,17031,44,1 +1548,24,17031,44,216 +1549,24,17031,44,31 +1550,24,17031,44,105 +1551,24,17031,44,0 +1552,25,17031,44,89 +1553,25,17031,44,32 +1554,25,17031,44,129 +1555,25,17031,44,426 +1556,25,17031,44,150 +1557,25,17031,44,3 +1558,25,17031,44,2026 +1559,25,17031,44,82 +1560,25,17031,44,3 +1561,25,17031,44,185 +1562,25,17031,44,213 +1563,25,17031,44,625 +1564,25,17031,44,267 +1565,25,17031,44,1355 +1566,25,17031,44,289 +1567,25,17031,44,360 +1568,25,17031,44,756 +1569,25,17031,44,461 +1570,25,17031,44,80 +1571,25,17031,44,94 +1572,25,17031,44,140 +1573,26,17031,44,60 +1574,26,17031,44,47 +1575,26,17031,44,144 +1576,26,17031,44,24 +1577,26,17031,44,49 +1578,26,17031,44,196 +1579,26,17031,44,198 +1580,26,17031,44,66 +1581,26,17031,44,122 +1582,26,17031,44,49 +1583,26,17031,44,235 +1584,26,17031,44,4 +1585,26,17031,44,0 +1586,26,17031,44,38 +1587,26,17031,44,103 +1588,26,17031,44,0 +1589,26,17031,44,0 +1590,26,17031,44,36 +1591,26,17031,44,135 +1592,26,17031,44,82 +1593,26,17031,44,59 +1594,26,17031,44,21 +1595,26,17031,44,553 +1596,26,17031,44,0 +1597,26,17031,44,65 +1598,26,17031,44,526 +1599,26,17031,44,12 +1600,26,17031,44,191 +1601,26,17031,44,312 +1602,26,17031,44,5 +1603,26,17031,44,75 +1604,26,17031,44,12 +1605,26,17031,44,7 +1606,26,17031,44,70 +1607,26,17031,44,13 +1608,26,17031,44,4 +1609,26,17031,44,0 +1610,26,17031,44,38 +1611,26,17031,44,0 +1612,26,17031,44,19 +1613,26,17031,44,238 +1614,26,17031,44,24 +1615,27,17031,44,166 +1616,27,17031,44,133 +1617,27,17031,44,41 +1618,27,17031,44,57 +1619,27,17031,44,50 +1620,27,17031,44,156 +1621,27,17031,44,11 +1622,27,17031,44,40 +1623,27,17031,44,86 +1624,27,17031,44,127 +1625,27,17031,44,67 +1626,27,17031,44,471 +1627,27,17031,44,180 +1628,27,17031,44,83 +1629,27,17031,44,4 +1630,27,17031,44,17 +1631,27,17031,44,14 +1632,27,17031,44,120 +1633,27,17031,44,48 +1634,27,17031,44,74 +1635,27,17031,44,48 +1636,27,17031,44,39 +1637,27,17031,44,72 +1638,27,17031,44,44 +1639,27,17031,44,249 +1640,27,17031,44,48 +1641,27,17031,44,114 +1642,27,17031,44,1518 +1643,27,17031,44,37 +1644,27,17031,44,66 +1645,27,17031,44,9 +1646,27,17031,44,134 +1647,27,17031,44,0 +1648,27,17031,44,197 +1649,27,17031,44,162 +1650,27,17031,44,513 +1651,27,17031,44,708 +1652,27,17031,44,22 +1653,27,17031,44,0 +1654,27,17031,44,93 +1655,27,17031,44,11 +1656,27,17031,44,0 +1657,27,17031,44,89 +1658,27,17031,44,38 +1659,27,17031,44,29 +1660,27,17031,44,37 +1661,27,17031,44,1742 +1662,27,17031,44,257 +1663,27,17031,44,554 +1664,27,17031,44,1 +1665,27,17031,44,84 +1666,27,17031,44,222 +1667,28,17031,44,73 +1668,28,17031,44,61 +1669,28,17031,44,65 +1670,28,17031,44,273 +1671,28,17031,44,97 +1672,28,17031,44,1 +1673,28,17031,44,21 +1674,28,17031,44,2 +1675,28,17031,44,6 +1676,28,17031,44,1117 +1677,28,17031,44,1479 +1678,28,17031,44,81 +1679,28,17031,44,0 +1680,28,17031,44,63 +1681,28,17031,44,102 +1682,28,17031,44,0 +1683,28,17031,44,1 +1684,28,17031,44,0 +1685,28,17031,44,1 +1686,28,17031,44,405 +1687,28,17031,44,53 +1688,28,17031,44,25 +1689,28,17031,44,31 +1690,28,17031,44,38 +1691,28,17031,44,2 +1692,28,17031,44,0 +1693,28,17031,44,109 +1694,28,17031,44,1 +1695,28,17031,44,34 +1696,28,17031,44,235 +1697,29,17031,44,99 +1698,29,17031,44,2 +1699,29,17031,44,0 +1700,29,17031,44,23 +1701,29,17031,44,42 +1702,29,17031,44,237 +1703,29,17031,44,0 +1704,29,17031,44,65 +1705,29,17031,44,74 +1706,29,17031,44,45 +1707,29,17031,44,1 +1708,29,17031,44,63 +1709,29,17031,44,308 +1710,29,17031,44,8 +1711,29,17031,44,8 +1712,29,17031,44,44 +1713,29,17031,44,242 +1714,29,17031,44,71 +1715,29,17031,44,17 +1716,29,17031,44,137 +1717,29,17031,44,0 +1718,29,17031,44,14 +1719,29,17031,44,33 +1720,29,17031,44,1 +1721,29,17031,44,95 +1722,29,17031,44,39 +1723,29,17031,44,15 +1724,29,17031,44,7 +1725,29,17031,44,0 +1726,29,17031,44,18 +1727,29,17031,44,396 +1728,29,17031,44,98 +1729,29,17031,44,63 +1730,29,17031,44,74 +1731,29,17031,44,37 +1732,29,17031,44,80 +1733,79,17043,44,0 +1734,79,17043,44,0 +1735,77,17043,44,14 +1736,77,17043,44,468 +1737,77,17043,44,59 +1738,77,17043,44,4 +1739,77,17043,44,49 +1740,77,17043,44,280 +1741,77,17043,44,242 +1742,77,17043,44,546 +1743,77,17043,44,78 +1744,80,17043,44,179 +1745,80,17043,44,35 +1746,80,17043,44,90 +1747,80,17043,44,98 +1748,80,17043,44,236 +1749,80,17043,44,31 +1750,80,17043,44,4 +1751,80,17043,44,297 +1752,80,17043,44,76 +1753,80,17043,44,3 +1754,80,17043,44,321 +1755,80,17043,44,112 +1756,83,17043,44,13 +1757,83,17043,44,25 +1758,83,17043,44,17 +1759,83,17043,44,42 +1760,83,17043,44,130 +1761,83,17043,44,59 +1762,83,17043,44,0 +1763,83,17043,44,30 +1764,83,17043,44,73 +1765,83,17043,44,0 +1766,83,17043,44,0 +1767,83,17043,44,237 +1768,83,17043,44,50 +1769,83,17043,44,27 +1770,83,17043,44,8 +1771,83,17043,44,1 +1772,83,17043,44,0 +1773,83,17043,44,89 +1774,83,17043,44,2 +1775,83,17043,44,268 +1776,83,17043,44,148 +1777,83,17043,44,135 +1778,83,17043,44,18 +1779,83,17043,44,9 +1780,83,17043,44,7 +1781,83,17043,44,195 +1782,83,17043,44,601 +1783,83,17043,44,792 +1784,83,17043,44,27 +1785,83,17043,44,417 +1786,83,17043,44,3194 +1787,83,17043,44,751 +1788,83,17043,44,437 +1789,83,17043,44,0 +1790,83,17043,44,629 +1791,83,17043,44,180 +1792,83,17043,44,0 +1793,83,17043,44,106 +1794,83,17043,44,3 +1795,83,17043,44,545 +1796,83,17043,44,70 +1797,83,17043,44,0 +1798,83,17043,44,23 +1799,83,17043,44,87 +1800,83,17043,44,30 +1801,83,17043,44,24 +1802,83,17043,44,17 +1803,83,17043,44,59 +1804,83,17043,44,0 +1805,83,17043,44,0 +1806,83,17043,44,31 +1807,83,17043,44,5 +1808,83,17043,44,4 +1809,83,17043,44,798 +1810,83,17043,44,14 +1811,83,17043,44,375 +1812,83,17043,44,68 +1813,78,17043,44,58 +1814,78,17043,44,116 +1815,78,17043,44,0 +1816,78,17043,44,84 +1817,78,17043,44,317 +1818,78,17043,44,256 +1819,78,17043,44,109 +1820,78,17043,44,5 +1821,78,17043,44,33 +1822,78,17043,44,329 +1823,78,17043,44,2630 +1824,78,17043,44,11 +1825,78,17043,44,403 +1826,78,17043,44,12 +1827,78,17043,44,199 +1828,78,17043,44,728 +1829,78,17043,44,345 +1830,78,17043,44,0 +1831,78,17043,44,2 +1832,78,17043,44,224 +1833,78,17043,44,12 +1834,78,17043,44,385 +1835,78,17043,44,7 +1836,78,17043,44,0 +1837,78,17043,44,68 +1838,78,17043,44,23 +1839,78,17043,44,135 +1840,78,17043,44,19 +1841,78,17043,44,10 +1842,78,17043,44,508 +1843,78,17043,44,111 +1844,78,17043,44,3 +1845,78,17043,44,0 +1846,78,17043,44,35 +1847,78,17043,44,55 +1848,78,17043,44,95 +1849,78,17043,44,178 +1850,78,17043,44,54 +1851,78,17043,44,546 +1852,78,17043,44,134 +1853,78,17043,44,368 +1854,78,17043,44,767 +1855,81,17043,44,24 +1856,81,17043,44,334 +1857,81,17043,44,0 +1858,81,17043,44,63 +1859,81,17043,44,293 +1860,81,17043,44,32 +1861,81,17043,44,49 +1862,81,17043,44,32 +1863,81,17043,44,46 +1864,81,17043,44,0 +1865,81,17043,44,0 +1866,81,17043,44,142 +1867,81,17043,44,0 +1868,81,17043,44,3 +1869,81,17043,44,423 +1870,81,17043,44,28 +1871,81,17043,44,4 +1872,81,17043,44,0 +1873,81,17043,44,231 +1874,81,17043,44,0 +1875,81,17043,44,12 +1876,81,17043,44,591 +1877,81,17043,44,3 +1878,81,17043,44,18 +1879,81,17043,44,1 +1880,81,17043,44,0 +1881,81,17043,44,5 +1882,81,17043,44,4 +1883,81,17043,44,335 +1884,81,17043,44,16 +1885,81,17043,44,0 +1886,81,17043,44,37 +1887,81,17043,44,87 +1888,81,17043,44,52 +1889,81,17043,44,39 +1890,81,17043,44,40 +1891,81,17043,44,0 +1892,81,17043,44,0 +1893,81,17043,44,0 +1894,81,17043,44,50 +1895,81,17043,44,0 +1896,81,17043,44,131 +1897,81,17043,44,129 +1898,81,17043,44,0 +1899,81,17043,44,127 +1900,81,17043,44,0 +1901,81,17043,44,71 +1902,81,17043,44,7 +1903,81,17043,44,0 +1904,81,17043,44,1196 +1905,81,17043,44,2 +1906,81,17043,44,26 +1907,81,17043,44,101 +1908,81,17043,44,53 +1909,81,17043,44,66 +1910,81,17043,44,3 +1911,81,17043,44,165 +1912,84,17043,44,85 +1913,84,17043,44,240 +1914,84,17043,44,367 +1915,84,17043,44,46 +1916,84,17043,44,372 +1917,84,17043,44,224 +1918,84,17043,44,0 +1919,84,17043,44,458 +1920,84,17043,44,166 +1921,84,17043,44,45 +1922,84,17043,44,0 +1923,84,17043,44,0 +1924,84,17043,44,256 +1925,84,17043,44,16 +1926,84,17043,44,99 +1927,84,17043,44,68 +1928,84,17043,44,105 +1929,84,17043,44,99 +1930,84,17043,44,351 +1931,84,17043,44,190 +1932,84,17043,44,123 +1933,84,17043,44,14 +1934,84,17043,44,81 +1935,84,17043,44,33 +1936,84,17043,44,1 +1937,84,17043,44,4 +1938,84,17043,44,129 +1939,84,17043,44,4 +1940,84,17043,44,26 +1941,84,17043,44,86 +1942,84,17043,44,631 +1943,84,17043,44,52 +1944,84,17043,44,0 +1945,84,17043,44,2 +1946,84,17043,44,398 +1947,84,17043,44,120 +1948,84,17043,44,37 +1949,84,17043,44,0 +1950,84,17043,44,695 +1951,84,17043,44,3 +1952,84,17043,44,0 +1953,84,17043,44,4 +1954,79,17043,44,207 +1955,79,17043,44,85 +1956,79,17043,44,199 +1957,79,17043,44,347 +1958,79,17043,44,256 +1959,79,17043,44,180 +1960,79,17043,44,63 +1961,79,17043,44,379 +1962,79,17043,44,37 +1963,79,17043,44,305 +1964,79,17043,44,11 +1965,79,17043,44,0 +1966,79,17043,44,11 +1967,79,17043,44,152 +1968,79,17043,44,188 +1969,79,17043,44,37 +1970,79,17043,44,84 +1971,79,17043,44,12 +1972,79,17043,44,0 +1973,79,17043,44,16 +1974,79,17043,44,188 +1975,79,17043,44,222 +1976,79,17043,44,1 +1977,79,17043,44,0 +1978,79,17043,44,68 +1979,79,17043,44,39 +1980,79,17043,44,17 +1981,79,17043,44,20 +1982,79,17043,44,1 +1983,79,17043,44,0 +1984,79,17043,44,83 +1985,79,17043,44,83 +1986,79,17043,44,55 +1987,79,17043,44,3 +1988,79,17043,44,96 +1989,79,17043,44,890 +1990,79,17043,44,149 +1991,79,17043,44,170 +1992,79,17043,44,274 +1993,79,17043,44,364 +1994,79,17043,44,268 +1995,79,17043,44,0 +1996,79,17043,44,4 +1997,79,17043,44,198 +1998,79,17043,44,145 +1999,79,17043,44,0 +2000,79,17043,44,11 +2001,79,17043,44,11 +2002,79,17043,44,0 +2003,82,17043,44,1 +2004,82,17043,44,32 +2005,82,17043,44,125 +2006,82,17043,44,412 +2007,82,17043,44,1 +2008,82,17043,44,2 +2009,82,17043,44,1 +2010,82,17043,44,285 +2011,82,17043,44,213 +2012,82,17043,44,1 +2013,82,17043,44,0 +2014,82,17043,44,0 +2015,82,17043,44,176 +2016,82,17043,44,88 +2017,82,17043,44,56 +2018,82,17043,44,212 +2019,82,17043,44,58 +2020,82,17043,44,11 +2021,82,17043,44,99 +2022,82,17043,44,430 +2023,82,17043,44,256 +2024,82,17043,44,212 +2025,82,17043,44,7 +2026,82,17043,44,89 +2027,82,17043,44,299 +2028,82,17043,44,312 +2029,82,17043,44,4 +2030,82,17043,44,53 +2031,82,17043,44,29 +2032,82,17043,44,28 +2033,82,17043,44,526 +2034,82,17043,44,4170 +2035,82,17043,44,27 +2036,82,17043,44,945 +2037,82,17043,44,13 +2038,82,17043,44,1871 +2039,82,17043,44,531 +2040,82,17043,44,209 +2041,82,17043,44,276 +2042,82,17043,44,616 +2043,82,17043,44,59 +2044,82,17043,44,3 +2045,82,17043,44,317 +2046,82,17043,44,9 +2047,82,17043,44,0 +2048,82,17043,44,6 +2049,82,17043,44,8 +2050,82,17043,44,21 +2051,85,17043,44,280 +2052,85,17043,44,115 +2053,85,17043,44,37 +2054,85,17043,44,37 +2055,85,17043,44,48 +2056,85,17043,44,414 +2057,85,17043,44,991 +2058,85,17043,44,153 +2059,85,17043,44,226 +2060,85,17043,44,9 +2061,85,17043,44,232 +2062,85,17043,44,132 +2063,85,17043,44,107 +2064,85,17043,44,50 +2065,85,17043,44,377 +2066,85,17043,44,0 +2067,85,17043,44,97 +2068,85,17043,44,85 +2069,85,17043,44,0 +2070,85,17043,44,0 +2071,85,17043,44,0 +2072,85,17043,44,42 +2073,85,17043,44,14 +2074,85,17043,44,113 +2075,85,17043,44,0 +2076,85,17043,44,0 +2077,85,17043,44,26 +2078,85,17043,44,2 +2079,85,17043,44,6 +2080,85,17043,44,17 +2081,85,17043,44,15 +2082,85,17043,44,0 +2083,85,17043,44,0 +2084,85,17043,44,20 +2085,85,17043,44,167 +2086,85,17043,44,9 +2087,85,17043,44,110 +2088,85,17043,44,0 +2089,85,17043,44,24 +2090,85,17043,44,378 +2091,85,17043,44,384 +2092,85,17043,44,31 +2093,85,17043,44,11 +2094,85,17043,44,292 +2095,85,17043,44,261 +2096,85,17043,44,12 +2097,85,17043,44,205 +2098,85,17043,44,63 +2099,85,17043,44,91 +2100,85,17043,44,504 +2101,85,17043,44,103 +2102,85,17043,44,49 +2103,85,17043,44,44 +2104,85,17043,44,0 +2105,85,17043,44,32 +2106,85,17043,44,224 +2107,85,17043,44,3 +2108,86,17043,44,212 +2109,86,17043,44,1 +2110,86,17043,44,25 +2111,86,17043,44,90 +2112,62,17089,44,0 +2113,62,17089,44,27 +2114,62,17089,44,94 +2115,62,17089,44,155 +2116,65,17089,44,7 +2117,65,17089,44,7 +2118,65,17089,44,1 +2119,65,17089,44,0 +2120,68,17089,44,2 +2121,68,17089,44,2 +2122,68,17089,44,2 +2123,68,17089,44,9 +2124,71,17089,44,0 +2125,71,17089,44,1 +2126,71,17089,44,0 +2127,71,17089,44,13 +2128,74,17089,44,1 +2129,74,17089,44,5 +2130,74,17089,44,4 +2131,74,17089,44,9 +2132,63,17089,44,599 +2133,63,17089,44,0 +2134,63,17089,44,59 +2135,63,17089,44,57 +2136,66,17089,44,2 +2137,66,17089,44,17 +2138,66,17089,44,0 +2139,66,17089,44,5 +2140,69,17089,44,25 +2141,69,17089,44,0 +2142,69,17089,44,39 +2143,69,17089,44,96 +2144,72,17089,44,115 +2145,72,17089,44,15 +2146,72,17089,44,9 +2147,72,17089,44,3 +2148,75,17089,44,53 +2149,75,17089,44,211 +2150,75,17089,44,60 +2151,75,17089,44,35 +2152,75,17089,44,0 +2153,75,17089,44,0 +2154,75,17089,44,0 +2155,75,17089,44,13 +2156,75,17089,44,2 +2157,75,17089,44,7 +2158,64,17089,44,544 +2159,64,17089,44,4 +2160,64,17089,44,10 +2161,64,17089,44,0 +2162,64,17089,44,12 +2163,64,17089,44,2 +2164,64,17089,44,165 +2165,64,17089,44,12 +2166,64,17089,44,34 +2167,64,17089,44,24 +2168,64,17089,44,2046 +2169,64,17089,44,9 +2170,64,17089,44,23 +2171,64,17089,44,10 +2172,64,17089,44,39 +2173,64,17089,44,112 +2174,64,17089,44,19 +2175,64,17089,44,3 +2176,64,17089,44,150 +2177,64,17089,44,36 +2178,64,17089,44,212 +2179,67,17089,44,32 +2180,67,17089,44,28 +2181,67,17089,44,175 +2182,67,17089,44,295 +2183,67,17089,44,144 +2184,67,17089,44,11 +2185,67,17089,44,15 +2186,67,17089,44,85 +2187,67,17089,44,179 +2188,67,17089,44,163 +2189,67,17089,44,54 +2190,67,17089,44,43 +2191,67,17089,44,0 +2192,67,17089,44,8 +2193,67,17089,44,12 +2194,67,17089,44,390 +2195,67,17089,44,45 +2196,67,17089,44,219 +2197,67,17089,44,23 +2198,67,17089,44,0 +2199,67,17089,44,69 +2200,67,17089,44,40 +2201,67,17089,44,2 +2202,67,17089,44,16 +2203,67,17089,44,58 +2204,67,17089,44,22 +2205,67,17089,44,87 +2206,67,17089,44,0 +2207,67,17089,44,16 +2208,67,17089,44,131 +2209,67,17089,44,245 +2210,67,17089,44,1 +2211,67,17089,44,18 +2212,67,17089,44,0 +2213,67,17089,44,418 +2214,67,17089,44,21 +2215,67,17089,44,129 +2216,67,17089,44,57 +2217,67,17089,44,138 +2218,67,17089,44,2 +2219,67,17089,44,40 +2220,67,17089,44,27 +2221,70,17089,44,537 +2222,70,17089,44,3 +2223,70,17089,44,7 +2224,70,17089,44,2 +2225,70,17089,44,6 +2226,70,17089,44,5 +2227,70,17089,44,587 +2228,70,17089,44,184 +2229,70,17089,44,239 +2230,70,17089,44,2 +2231,70,17089,44,2 +2232,70,17089,44,71 +2233,70,17089,44,231 +2234,70,17089,44,135 +2235,70,17089,44,404 +2236,70,17089,44,15 +2237,70,17089,44,1799 +2238,70,17089,44,63 +2239,73,17089,44,669 +2240,73,17089,44,68 +2241,73,17089,44,547 +2242,73,17089,44,81 +2243,73,17089,44,118 +2244,73,17089,44,174 +2245,73,17089,44,1189 +2246,73,17089,44,196 +2247,73,17089,44,102 +2248,73,17089,44,10 +2249,73,17089,44,532 +2250,73,17089,44,216 +2251,73,17089,44,12 +2252,73,17089,44,74 +2253,73,17089,44,155 +2254,73,17089,44,23 +2255,73,17089,44,19 +2256,73,17089,44,601 +2257,76,17089,44,847 +2258,76,17089,44,185 +2259,76,17089,44,88 +2260,76,17089,44,63 +2261,76,17089,44,72 +2262,76,17089,44,34 +2263,76,17089,44,222 +2264,76,17089,44,3 +2265,76,17089,44,40 +2266,76,17089,44,23 +2267,76,17089,44,275 +2268,76,17089,44,91 +2269,76,17089,44,202 +2270,76,17089,44,7 +2271,76,17089,44,76 +2272,76,17089,44,398 +2273,76,17089,44,82 +2274,76,17089,44,24 +2275,76,17089,44,362 +2276,76,17089,44,1 +2277,76,17089,44,47 +2278,76,17089,44,29 +2279,76,17089,44,4 +2280,76,17089,44,6 +2281,76,17089,44,15 +2282,76,17089,44,127 +2283,76,17089,44,88 +2284,76,17089,44,27 +2285,76,17089,44,178 +2286,76,17089,44,103 +2287,76,17089,44,152 +2288,76,17089,44,48 +2289,76,17089,44,27 +2290,76,17089,44,62 +2291,76,17089,44,83 +2292,76,17089,44,148 +2293,76,17089,44,23 +2294,76,17089,44,11 +2295,76,17089,44,7 +2296,76,17089,44,0 +2297,76,17089,44,80 +2298,76,17089,44,18 +2299,76,17089,44,81 +2300,76,17089,44,4 +2301,76,17089,44,18 +2302,76,17089,44,4 +2303,76,17089,44,15 +2304,76,17089,44,0 +2305,110,17093,44,0 +2306,110,17093,44,6 +2307,111,17093,44,20 +2308,111,17093,44,362 +2309,112,17093,44,59 +2310,112,17093,44,93 +2311,112,17093,44,91 +2312,112,17093,44,196 +2313,112,17093,44,2097 +2314,110,17093,44,518 +2315,110,17093,44,391 +2316,111,17093,44,856 +2317,111,17093,44,16 +2318,112,17093,44,43 +2319,112,17093,44,0 +2320,113,17093,44,8 +2321,114,17093,44,61 +2322,115,17093,44,11 +2323,116,17093,44,77 +2324,117,17093,44,1 +2325,118,17093,44,10 +2326,46,17097,44,1 +2327,46,17097,44,33 +2328,46,17097,44,0 +2329,46,17097,44,13 +2330,46,17097,44,4 +2331,46,17097,44,42 +2332,50,17097,44,382 +2333,50,17097,44,118 +2334,50,17097,44,616 +2335,50,17097,44,25 +2336,50,17097,44,83 +2337,50,17097,44,12 +2338,54,17097,44,84 +2339,54,17097,44,6 +2340,54,17097,44,153 +2341,54,17097,44,90 +2342,54,17097,44,77 +2343,54,17097,44,441 +2344,58,17097,44,1 +2345,58,17097,44,8 +2346,58,17097,44,32 +2347,58,17097,44,1 +2348,58,17097,44,12 +2349,58,17097,44,522 +2350,47,17097,44,388 +2351,47,17097,44,6 +2352,47,17097,44,4 +2353,47,17097,44,305 +2354,47,17097,44,650 +2355,47,17097,44,25 +2356,47,17097,44,17 +2357,47,17097,44,66 +2358,47,17097,44,12 +2359,51,17097,44,4 +2360,51,17097,44,73 +2361,51,17097,44,85 +2362,51,17097,44,121 +2363,51,17097,44,44 +2364,51,17097,44,20 +2365,51,17097,44,168 +2366,51,17097,44,642 +2367,51,17097,44,11 +2368,51,17097,44,47 +2369,51,17097,44,562 +2370,51,17097,44,90 +2371,51,17097,44,168 +2372,51,17097,44,98 +2373,51,17097,44,204 +2374,51,17097,44,63 +2375,51,17097,44,246 +2376,51,17097,44,80 +2377,55,17097,44,28 +2378,55,17097,44,12 +2379,55,17097,44,108 +2380,55,17097,44,0 +2381,55,17097,44,608 +2382,55,17097,44,233 +2383,55,17097,44,1 +2384,55,17097,44,4 +2385,55,17097,44,96 +2386,59,17097,44,21 +2387,59,17097,44,10 +2388,59,17097,44,0 +2389,59,17097,44,2070 +2390,59,17097,44,72 +2391,59,17097,44,56 +2392,59,17097,44,56 +2393,59,17097,44,1205 +2394,59,17097,44,267 +2395,48,17097,44,53 +2396,48,17097,44,9 +2397,48,17097,44,0 +2398,48,17097,44,32 +2399,52,17097,44,191 +2400,52,17097,44,2859 +2401,52,17097,44,67 +2402,52,17097,44,1139 +2403,52,17097,44,69 +2404,52,17097,44,5 +2405,52,17097,44,193 +2406,52,17097,44,330 +2407,52,17097,44,105 +2408,52,17097,44,176 +2409,52,17097,44,105 +2410,52,17097,44,12 +2411,52,17097,44,129 +2412,52,17097,44,11 +2413,52,17097,44,74 +2414,52,17097,44,77 +2415,52,17097,44,10 +2416,52,17097,44,591 +2417,52,17097,44,69 +2418,52,17097,44,0 +2419,52,17097,44,5 +2420,56,17097,44,321 +2421,56,17097,44,96 +2422,56,17097,44,67 +2423,56,17097,44,16 +2424,56,17097,44,145 +2425,56,17097,44,95 +2426,56,17097,44,1 +2427,56,17097,44,0 +2428,56,17097,44,42 +2429,56,17097,44,77 +2430,56,17097,44,89 +2431,56,17097,44,1 +2432,56,17097,44,70 +2433,56,17097,44,118 +2434,56,17097,44,34 +2435,56,17097,44,522 +2436,56,17097,44,131 +2437,56,17097,44,153 +2438,56,17097,44,3 +2439,56,17097,44,1859 +2440,56,17097,44,9 +2441,56,17097,44,117 +2442,56,17097,44,306 +2443,56,17097,44,160 +2444,60,17097,44,435 +2445,60,17097,44,24 +2446,60,17097,44,397 +2447,60,17097,44,0 +2448,60,17097,44,142 +2449,60,17097,44,953 +2450,60,17097,44,64 +2451,60,17097,44,1316 +2452,60,17097,44,8 +2453,60,17097,44,106 +2454,60,17097,44,843 +2455,60,17097,44,251 +2456,60,17097,44,15 +2457,60,17097,44,23 +2458,60,17097,44,10 +2459,60,17097,44,309 +2460,60,17097,44,1249 +2461,60,17097,44,671 +2462,60,17097,44,91 +2463,60,17097,44,270 +2464,60,17097,44,3 +2465,60,17097,44,120 +2466,60,17097,44,0 +2467,60,17097,44,41 +2468,49,17097,44,4 +2469,49,17097,44,123 +2470,49,17097,44,20 +2471,49,17097,44,0 +2472,49,17097,44,343 +2473,49,17097,44,213 +2474,49,17097,44,314 +2475,49,17097,44,92 +2476,49,17097,44,341 +2477,53,17097,44,8 +2478,53,17097,44,313 +2479,53,17097,44,0 +2480,53,17097,44,15 +2481,53,17097,44,24 +2482,53,17097,44,14 +2483,53,17097,44,10 +2484,53,17097,44,27 +2485,53,17097,44,30 +2486,53,17097,44,11 +2487,53,17097,44,0 +2488,53,17097,44,3 +2489,53,17097,44,0 +2490,53,17097,44,1 +2491,53,17097,44,76 +2492,53,17097,44,49 +2493,53,17097,44,324 +2494,53,17097,44,17 +2495,53,17097,44,163 +2496,53,17097,44,19 +2497,53,17097,44,2 +2498,53,17097,44,12 +2499,53,17097,44,23 +2500,53,17097,44,8 +2501,53,17097,44,31 +2502,53,17097,44,117 +2503,53,17097,44,23 +2504,53,17097,44,12 +2505,53,17097,44,135 +2506,53,17097,44,22 +2507,53,17097,44,244 +2508,53,17097,44,5 +2509,53,17097,44,13 +2510,53,17097,44,18 +2511,53,17097,44,85 +2512,53,17097,44,22 +2513,53,17097,44,65 +2514,53,17097,44,443 +2515,53,17097,44,4 +2516,53,17097,44,5 +2517,53,17097,44,23 +2518,53,17097,44,7 +2519,53,17097,44,26 +2520,53,17097,44,36 +2521,53,17097,44,1 +2522,53,17097,44,8 +2523,53,17097,44,1 +2524,53,17097,44,16 +2525,53,17097,44,247 +2526,53,17097,44,47 +2527,53,17097,44,5 +2528,53,17097,44,1 +2529,57,17097,44,188 +2530,57,17097,44,899 +2531,57,17097,44,305 +2532,57,17097,44,108 +2533,57,17097,44,9 +2534,57,17097,44,3 +2535,57,17097,44,19 +2536,57,17097,44,159 +2537,57,17097,44,0 +2538,57,17097,44,70 +2539,57,17097,44,0 +2540,57,17097,44,0 +2541,57,17097,44,656 +2542,57,17097,44,63 +2543,57,17097,44,13 +2544,57,17097,44,0 +2545,57,17097,44,0 +2546,57,17097,44,124 +2547,57,17097,44,1 +2548,57,17097,44,0 +2549,57,17097,44,340 +2550,57,17097,44,0 +2551,61,17097,44,0 +2552,61,17097,44,0 +2553,61,17097,44,0 +2554,61,17097,44,0 +2555,61,17097,44,160 +2556,61,17097,44,2 +2557,61,17097,44,14 +2558,61,17097,44,17 +2559,61,17097,44,22 +2560,61,17097,44,209 +2561,61,17097,44,230 +2562,61,17097,44,0 +2563,61,17097,44,99 +2564,61,17097,44,113 +2565,61,17097,44,1 +2566,61,17097,44,63 +2567,61,17097,44,0 +2568,61,17097,44,23 +2569,61,17097,44,132 +2570,61,17097,44,427 +2571,61,17097,44,880 +2572,61,17097,44,9 +2573,61,17097,44,9 +2574,61,17097,44,61 +2575,61,17097,44,458 +2576,61,17097,44,3 +2577,61,17097,44,0 +2578,61,17097,44,262 +2579,61,17097,44,3 +2580,61,17097,44,931 +2581,61,17097,44,46 +2582,61,17097,44,276 +2583,61,17097,44,34 +2584,30,17111,44,0 +2585,30,17111,44,4 +2586,30,17111,44,7 +2587,30,17111,44,163 +2588,34,17111,44,16 +2589,34,17111,44,411 +2590,34,17111,44,0 +2591,34,17111,44,1 +2592,38,17111,44,0 +2593,38,17111,44,1 +2594,38,17111,44,2 +2595,38,17111,44,343 +2596,42,17111,44,0 +2597,42,17111,44,0 +2598,42,17111,44,0 +2599,42,17111,44,2 +2600,31,17111,44,2 +2601,31,17111,44,0 +2602,31,17111,44,0 +2603,31,17111,44,1 +2604,35,17111,44,1 +2605,35,17111,44,0 +2606,35,17111,44,0 +2607,35,17111,44,7 +2608,39,17111,44,4 +2609,39,17111,44,2 +2610,39,17111,44,25 +2611,39,17111,44,0 +2612,43,17111,44,49 +2613,43,17111,44,3 +2614,43,17111,44,0 +2615,43,17111,44,10 +2616,32,17111,44,20 +2617,32,17111,44,2 +2618,32,17111,44,1 +2619,32,17111,44,0 +2620,36,17111,44,0 +2621,36,17111,44,13 +2622,36,17111,44,28 +2623,36,17111,44,0 +2624,40,17111,44,372 +2625,40,17111,44,4 +2626,40,17111,44,9 +2627,40,17111,44,139 +2628,40,17111,44,326 +2629,40,17111,44,0 +2630,40,17111,44,77 +2631,40,17111,44,709 +2632,40,17111,44,21 +2633,40,17111,44,14 +2634,40,17111,44,0 +2635,40,17111,44,69 +2636,44,17111,44,13 +2637,44,17111,44,0 +2638,44,17111,44,0 +2639,44,17111,44,13 +2640,44,17111,44,4 +2641,44,17111,44,6 +2642,44,17111,44,0 +2643,44,17111,44,231 +2644,44,17111,44,56 +2645,33,17111,44,152 +2646,33,17111,44,6 +2647,33,17111,44,5 +2648,33,17111,44,31 +2649,33,17111,44,156 +2650,33,17111,44,0 +2651,33,17111,44,23 +2652,37,17111,44,27 +2653,37,17111,44,35 +2654,37,17111,44,33 +2655,37,17111,44,50 +2656,37,17111,44,7 +2657,37,17111,44,80 +2658,37,17111,44,1072 +2659,37,17111,44,57 +2660,37,17111,44,0 +2661,37,17111,44,408 +2662,37,17111,44,1012 +2663,37,17111,44,44 +2664,41,17111,44,0 +2665,41,17111,44,1 +2666,41,17111,44,182 +2667,41,17111,44,51 +2668,41,17111,44,2 +2669,41,17111,44,51 +2670,41,17111,44,4 +2671,41,17111,44,1 +2672,41,17111,44,40 +2673,41,17111,44,0 +2674,41,17111,44,60 +2675,41,17111,44,168 +2676,41,17111,44,334 +2677,41,17111,44,89 +2678,41,17111,44,2 +2679,45,17111,44,10 +2680,45,17111,44,369 +2681,45,17111,44,8 +2682,45,17111,44,292 +2683,45,17111,44,39 +2684,45,17111,44,5 +2685,45,17111,44,0 +2686,45,17111,44,268 +2687,45,17111,44,319 +2688,45,17111,44,1329 +2689,45,17111,44,366 +2690,45,17111,44,327 +2691,45,17111,44,5 +2692,45,17111,44,360 +2693,45,17111,44,151 +2694,45,17111,44,38 +2695,45,17111,44,205 +2696,45,17111,44,554 +2697,45,17111,44,44 +2698,45,17111,44,736 +2699,45,17111,44,751 +2700,45,17111,44,180 +2701,45,17111,44,161 +2702,45,17111,44,3 +2703,87,17197,44,97 +2704,87,17197,44,471 +2705,87,17197,44,17 +2706,87,17197,44,6 +2707,87,17197,44,342 +2708,87,17197,44,29 +2709,87,17197,44,18 +2710,87,17197,44,1142 +2711,87,17197,44,0 +2712,89,17197,44,20 +2713,89,17197,44,187 +2714,89,17197,44,11 +2715,89,17197,44,1 +2716,89,17197,44,228 +2717,89,17197,44,142 +2718,89,17197,44,8 +2719,89,17197,44,309 +2720,89,17197,44,2228 +2721,92,17197,44,1 +2722,92,17197,44,1352 +2723,92,17197,44,243 +2724,92,17197,44,1 +2725,92,17197,44,130 +2726,92,17197,44,1 +2727,92,17197,44,1 +2728,92,17197,44,199 +2729,92,17197,44,631 +2730,92,17197,44,0 +2731,92,17197,44,53 +2732,92,17197,44,64 +2733,96,17197,44,66 +2734,96,17197,44,52 +2735,96,17197,44,15 +2736,96,17197,44,14 +2737,102,17197,44,26 +2738,102,17197,44,1 +2739,102,17197,44,33 +2740,102,17197,44,494 +2741,108,17197,44,250 +2742,108,17197,44,3 +2743,108,17197,44,4 +2744,108,17197,44,1 +2745,88,17197,44,1371 +2746,88,17197,44,3 +2747,88,17197,44,3 +2748,88,17197,44,171 +2749,88,17197,44,39 +2750,88,17197,44,35 +2751,88,17197,44,1067 +2752,88,17197,44,498 +2753,88,17197,44,0 +2754,88,17197,44,955 +2755,88,17197,44,7 +2756,88,17197,44,191 +2757,88,17197,44,158 +2758,88,17197,44,138 +2759,88,17197,44,795 +2760,88,17197,44,19 +2761,88,17197,44,142 +2762,88,17197,44,150 +2763,88,17197,44,83 +2764,88,17197,44,530 +2765,88,17197,44,37 +2766,90,17197,44,462 +2767,90,17197,44,44 +2768,90,17197,44,15 +2769,90,17197,44,401 +2770,90,17197,44,2 +2771,90,17197,44,347 +2772,90,17197,44,466 +2773,90,17197,44,17 +2774,90,17197,44,12 +2775,90,17197,44,74 +2776,90,17197,44,4 +2777,90,17197,44,0 +2778,90,17197,44,64 +2779,90,17197,44,17 +2780,90,17197,44,32 +2781,93,17197,44,30 +2782,93,17197,44,491 +2783,93,17197,44,5 +2784,93,17197,44,0 +2785,93,17197,44,117 +2786,93,17197,44,162 +2787,93,17197,44,101 +2788,93,17197,44,0 +2789,93,17197,44,0 +2790,93,17197,44,170 +2791,93,17197,44,106 +2792,93,17197,44,57 +2793,93,17197,44,133 +2794,93,17197,44,41 +2795,93,17197,44,26 +2796,93,17197,44,37 +2797,93,17197,44,25 +2798,93,17197,44,344 +2799,93,17197,44,78 +2800,93,17197,44,118 +2801,93,17197,44,40 +2802,93,17197,44,8 +2803,93,17197,44,8 +2804,93,17197,44,6 +2805,93,17197,44,4 +2806,93,17197,44,0 +2807,93,17197,44,36 +2808,93,17197,44,515 +2809,93,17197,44,85 +2810,93,17197,44,25 +2811,93,17197,44,26 +2812,93,17197,44,46 +2813,93,17197,44,162 +2814,93,17197,44,11 +2815,93,17197,44,96 +2816,93,17197,44,23 +2817,93,17197,44,42 +2818,93,17197,44,6 +2819,93,17197,44,6 +2820,93,17197,44,12 +2821,93,17197,44,0 +2822,93,17197,44,0 +2823,93,17197,44,0 +2824,93,17197,44,48 +2825,93,17197,44,51 +2826,97,17197,44,17 +2827,97,17197,44,1 +2828,97,17197,44,36 +2829,97,17197,44,0 +2830,103,17197,44,8 +2831,103,17197,44,0 +2832,103,17197,44,0 +2833,103,17197,44,1 +2834,109,17197,44,0 +2835,109,17197,44,1 +2836,109,17197,44,0 +2837,109,17197,44,0 +2838,91,17197,44,42 +2839,91,17197,44,0 +2840,91,17197,44,867 +2841,91,17197,44,381 +2842,91,17197,44,19 +2843,91,17197,44,137 +2844,91,17197,44,6 +2845,91,17197,44,0 +2846,91,17197,44,0 +2847,94,17197,44,4 +2848,94,17197,44,80 +2849,94,17197,44,4 +2850,94,17197,44,447 +2851,94,17197,44,395 +2852,94,17197,44,495 +2853,94,17197,44,12 +2854,94,17197,44,120 +2855,94,17197,44,84 +2856,98,17197,44,5 +2857,98,17197,44,0 +2858,98,17197,44,1 +2859,98,17197,44,25 +2860,98,17197,44,0 +2861,98,17197,44,0 +2862,98,17197,44,1 +2863,98,17197,44,0 +2864,98,17197,44,1 +2865,104,17197,44,0 +2866,104,17197,44,1 +2867,104,17197,44,0 +2868,104,17197,44,1 +2869,95,17197,44,186 +2870,95,17197,44,30 +2871,95,17197,44,77 +2872,95,17197,44,129 +2873,95,17197,44,241 +2874,95,17197,44,667 +2875,95,17197,44,59 +2876,95,17197,44,51 +2877,95,17197,44,201 +2878,95,17197,44,460 +2879,95,17197,44,822 +2880,95,17197,44,62 +2881,95,17197,44,59 +2882,95,17197,44,229 +2883,95,17197,44,16 +2884,99,17197,44,0 +2885,99,17197,44,0 +2886,99,17197,44,1 +2887,99,17197,44,6 +2888,99,17197,44,2 +2889,99,17197,44,4 +2890,99,17197,44,0 +2891,99,17197,44,0 +2892,99,17197,44,0 +2893,105,17197,44,5 +2894,105,17197,44,5 +2895,105,17197,44,1 +2896,105,17197,44,65 +2897,100,17197,44,34 +2898,100,17197,44,58 +2899,100,17197,44,97 +2900,100,17197,44,362 +2901,100,17197,44,245 +2902,100,17197,44,3 +2903,100,17197,44,19 +2904,100,17197,44,2 +2905,100,17197,44,1 +2906,106,17197,44,6 +2907,106,17197,44,19 +2908,106,17197,44,75 +2909,106,17197,44,1 +2910,101,17197,44,169 +2911,101,17197,44,89 +2912,101,17197,44,120 +2913,101,17197,44,2 +2914,101,17197,44,0 +2915,101,17197,44,23 +2916,101,17197,44,24 +2917,101,17197,44,2 +2918,101,17197,44,0 +2919,101,17197,44,1 +2920,101,17197,44,1 +2921,107,17197,44,173 +2922,107,17197,44,0 +2923,107,17197,44,0 +2924,107,17197,44,32 +2925,107,17197,44,0 +2926,107,17197,44,1 +2927,119,17063,44,0 +2928,119,17063,44,23 +2929,119,17063,44,85 +2930,119,17063,44,0 +2931,119,17063,44,16 +2932,119,17063,44,0 +2933,119,17063,44,29 +2934,119,17063,44,0 +2935,119,17063,44,162 +2936,119,17063,44,4 +2937,119,17063,44,0 +2938,119,17063,44,5 +2939,119,17063,44,935 +2940,119,17063,44,19 +2941,119,17063,44,0 +2942,119,17063,44,69 +2943,119,17063,44,0 +2944,119,17063,44,0 +2945,119,17063,44,0 +2946,119,17063,44,387 +2947,119,17063,44,147 +2948,119,17063,44,0 +2949,119,17063,44,194 +2950,119,17063,44,0 +2951,120,17007,44,0 +2952,120,17007,44,0 +2953,120,17007,44,0 +2954,120,17007,44,144 +2955,120,17007,44,254 +2956,120,17007,44,18 +2957,120,17007,44,47 +2958,120,17007,44,402 +2959,120,17007,44,23 +2960,120,17007,44,14 +2961,120,17007,44,288 +2962,120,17007,44,0 +2963,120,17007,44,0 +2964,120,17007,44,1 +2965,120,17007,44,0 +2966,120,17007,44,59 +2967,120,17007,44,0 +2968,120,17007,44,0 +2969,120,17007,44,2 +2970,120,17007,44,49 +2971,120,17007,44,0 +2972,120,17007,44,0 +2973,120,17007,44,3 +2974,120,17007,44,5 +2975,120,17007,44,0 +2976,121,17037,44,0 +2977,121,17037,44,314 +2978,121,17037,44,0 +2979,121,17037,44,28 +2980,121,17037,44,21 +2981,121,17037,44,0 +2982,121,17037,44,0 +2983,121,17037,44,42 +2984,121,17037,44,62 +2985,121,17037,44,0 +2986,121,17037,44,10 +2987,121,17037,44,10 +2988,121,17037,44,40 +2989,121,17037,44,61 +2990,121,17037,44,0 +2991,121,17037,44,71 +2992,121,17037,44,2007 +2993,121,17037,44,234 +2994,121,17037,44,0 +2995,121,17037,44,698 +2996,121,17037,44,0 +2997,121,17037,44,0 +2998,121,17037,44,70 +2999,121,17037,44,0 +3000,121,17037,44,327 +3001,121,17037,44,0 +3002,121,17037,44,2 +3003,121,17037,44,2 +3004,121,17037,44,133 +3005,121,17037,44,118 +3006,121,17037,44,0 +3007,121,17037,44,0 +3008,121,17037,44,0 +3009,121,17037,44,0 +3010,121,17037,44,0 +3011,121,17037,44,0 +3012,121,17037,44,0 +3013,121,17037,44,42 +3014,121,17037,44,17 +3015,121,17037,44,1 +3016,121,17037,44,0 +3017,121,17037,44,0 +3018,121,17037,44,0 +3019,121,17037,44,89 +3020,121,17037,44,0 +3021,121,17037,44,2 +3022,122,17091,44,0 +3023,122,17091,44,0 +3024,122,17091,44,0 +3025,122,17091,44,0 +3026,122,17091,44,0 +3027,122,17091,44,0 +3028,122,17091,44,63 +3029,122,17091,44,1 +3030,122,17091,44,78 +3031,122,17091,44,2 +3032,122,17091,44,3 +3033,122,17091,44,0 +3034,122,17091,44,31 +3035,122,17091,44,1 +3036,122,17091,44,13 +3037,122,17091,44,270 +3038,122,17091,44,70 +3039,122,17091,44,0 +3040,122,17091,44,0 +3041,122,17091,44,0 +3042,122,17091,44,0 +3043,122,17091,44,19 +3044,122,17091,44,0 +3045,122,17091,44,0 +3046,122,17091,44,0 +3047,122,17091,44,126 +3048,122,17091,44,0 +3049,122,17091,44,3 +3050,122,17091,44,1005 +3051,122,17091,44,331 +3052,122,17091,44,0 +3053,122,17091,44,863 +3054,122,17091,44,1414 +3055,122,17091,44,0 +3056,122,17091,44,149 +3057,122,17091,44,652 +3058,122,17091,44,0 +3059,122,17091,44,1 +3060,122,17091,44,18 +3061,122,17091,44,0 +3062,122,17091,44,29 +3063,122,17091,44,18 +3064,122,17091,44,0 +3065,122,17091,44,172 +3066,122,17091,44,0 +3067,122,17091,44,47 +3068,122,17091,44,323 +3069,122,17091,44,122 +3070,122,17091,44,55 +3071,122,17091,44,87 +3072,122,17091,44,0 +3073,122,17091,44,67 +3074,126,17099,44,0 +3075,126,17099,44,1 +3076,126,17099,44,417 +3077,126,17099,44,0 +3078,126,17099,44,0 +3079,126,17099,44,0 +3080,126,17099,44,0 +3081,126,17099,44,242 +3082,126,17099,44,0 +3083,126,17099,44,0 +3084,126,17099,44,5 +3085,126,17099,44,15 +3086,126,17099,44,8 +3087,126,17099,44,46 +3088,126,17099,44,0 +3089,126,17099,44,4 +3090,126,17099,44,0 +3091,126,17099,44,18 +3092,126,17099,44,106 +3093,126,17099,44,1 +3094,126,17099,44,0 +3095,126,17099,44,0 +3096,126,17099,44,267 +3097,126,17099,44,877 +3098,126,17099,44,882 +3099,126,17099,44,804 +3100,126,17099,44,43 +3101,126,17099,44,58 +3102,126,17099,44,0 +3103,126,17099,44,0 +3104,126,17099,44,0 +3105,126,17099,44,0 +3106,126,17099,44,1 +3107,126,17099,44,362 +3108,126,17099,44,0 +3109,126,17099,44,639 +3110,126,17099,44,16 +3111,126,17099,44,0 +3112,126,17099,44,22 +3113,126,17099,44,47 +3114,126,17099,44,202 +3115,126,17099,44,1 +3116,126,17099,44,102 +3117,126,17099,44,5 +3118,126,17099,44,0 +3119,126,17099,44,391 +3120,126,17099,44,0 +3121,126,17099,44,0 +3122,126,17099,44,1028 +3123,126,17099,44,0 +3124,126,17099,44,0 +3125,126,17099,44,24 +3126,126,17099,44,0 +3127,126,17099,44,12 +3128,126,17099,44,0 +3129,126,17099,44,0 +3130,126,17099,44,12 +3131,126,17099,44,16 +3132,126,17099,44,0 +3133,126,17099,44,115 +3134,126,17099,44,0 +3135,126,17099,44,49 +3136,126,17099,44,374 +3137,126,17099,44,0 +3138,126,17099,44,0 +3139,126,17099,44,0 +3140,126,17099,44,32 +3141,126,17099,44,10 +3142,126,17099,44,0 +3143,126,17099,44,0 +3144,126,17099,44,5 +3145,126,17099,44,20 +3146,125,17103,44,3 +3147,125,17103,44,29 +3148,125,17103,44,0 +3149,125,17103,44,1 +3150,125,17103,44,3 +3151,125,17103,44,0 +3152,124,17141,44,0 +3153,124,17141,44,0 +3154,124,17141,44,66 +3155,124,17141,44,0 +3156,124,17141,44,3 +3157,124,17141,44,825 +3158,124,17141,44,1 +3159,124,17141,44,0 +3160,124,17141,44,50 +3161,124,17141,44,159 +3162,124,17141,44,3 +3163,124,17141,44,0 +3164,124,17141,44,9 +3165,124,17141,44,0 +3166,124,17141,44,1 +3167,124,17141,44,2 +3168,124,17141,44,11 +3169,123,17201,44,8 +3170,123,17201,44,0 +3171,123,17201,44,2 +3172,123,17201,44,96 +3173,123,17201,44,18 +3174,123,17201,44,7 +3175,123,17201,44,86 +3176,123,17201,44,0 +3177,123,17201,44,10 +3178,123,17201,44,8 +3179,123,17201,44,0 +3180,123,17201,44,0 +3181,123,17201,44,75 +3182,123,17201,44,8 +3183,123,17201,44,0 +3184,123,17201,44,0 +3185,123,17201,44,0 +3186,123,17201,44,0 +3187,123,17201,44,0 +3188,123,17201,44,0 +3189,123,17201,44,0 +3190,123,17201,44,42 +3191,123,17201,44,23 +3192,123,17201,44,0 +3193,123,17201,44,589 +3194,123,17201,44,24 +3195,123,17201,44,9 +3196,123,17201,44,19 +3197,123,17201,44,0 +3198,123,17201,44,0 +3199,123,17201,44,0 +3200,123,17201,44,0 +3201,123,17201,44,141 +3202,123,17201,44,200 +3203,123,17201,44,6 +3204,123,17201,44,0 +3205,123,17201,44,110 +3206,123,17201,44,902 +3207,123,17201,44,117 +3208,123,17201,44,265 +3209,123,17201,44,324 +3210,123,17201,44,25 +3211,123,17201,44,463 +3212,123,17201,44,366 +3213,123,17201,44,867 +3214,123,17201,44,1556 +3215,123,17201,44,1538 +3216,123,17201,44,288 +3217,123,17201,44,976 +3218,123,17201,44,1341 +3219,123,17201,44,966 +3220,123,17201,44,496 +3221,123,17201,44,196 +3222,123,17201,44,0 +3223,123,17201,44,9 +3224,123,17201,44,0 +3225,123,17201,44,0 +3226,123,17201,44,601 +3227,123,17201,44,38 +3228,123,17201,44,3 +3229,123,17201,44,627 +3230,123,17201,44,183 +3231,123,17201,44,0 +3232,123,17201,44,11 +3233,123,17201,44,1 +3234,123,17201,44,0 +3235,123,17201,44,33 +3236,123,17201,44,0 +3237,123,17201,44,40 +3238,123,17201,44,0 +3239,123,17201,44,22 +3240,123,17201,44,225 +3241,123,17201,44,0 +3242,123,17201,44,177 +3243,123,17201,44,5 +3244,123,17201,44,1 +3245,123,17201,44,0 +3246,123,17201,44,38 +3247,123,17201,44,68 +3248,127,18089,44,0 +3249,127,18089,44,0 +3250,127,18089,44,3 +3251,127,18089,44,0 +3252,127,18089,44,17 +3253,127,18089,44,40 +3254,127,18089,44,10 +3255,127,18089,44,0 +3256,127,18089,44,52 +3257,127,18089,44,162 +3258,127,18089,44,18 +3259,127,18089,44,0 +3260,127,18089,44,99 +3261,127,18089,44,0 +3262,127,18089,44,1 +3263,127,18089,44,0 +3264,127,18089,44,0 +3265,127,18089,44,0 +3266,127,18089,44,14 +3267,127,18089,44,5 +3268,127,18089,44,36 +3269,127,18089,44,91 +3270,127,18089,44,0 +3271,127,18089,44,0 +3272,127,18089,44,1 +3273,127,18089,44,62 +3274,127,18089,44,7 +3275,127,18089,44,4 +3276,127,18089,44,626 +3277,127,18089,44,162 +3278,127,18089,44,1 +3279,127,18089,44,27 +3280,127,18089,44,114 +3281,127,18089,44,2 +3282,127,18089,44,61 +3283,127,18089,44,27 +3284,127,18089,44,41 +3285,127,18089,44,41 +3286,127,18089,44,94 +3287,127,18089,44,3 +3288,127,18089,44,6 +3289,127,18089,44,0 +3290,127,18089,44,45 +3291,127,18089,44,1 +3292,127,18089,44,61 +3293,127,18089,44,0 +3294,127,18089,44,122 +3295,127,18089,44,587 +3296,127,18089,44,4 +3297,127,18089,44,395 +3298,127,18089,44,2833 +3299,127,18089,44,2512 +3300,127,18089,44,16 +3301,127,18089,44,1275 +3302,127,18089,44,47 +3303,127,18089,44,247 +3304,127,18089,44,309 +3305,127,18089,44,5 +3306,127,18089,44,351 +3307,127,18089,44,359 +3308,127,18089,44,15 +3309,127,18089,44,1598 +3310,127,18089,44,880 +3311,127,18089,44,75 +3312,127,18089,44,818 +3313,127,18089,44,77 +3314,127,18089,44,162 +3315,127,18089,44,126 +3316,127,18089,44,120 +3317,127,18089,44,169 +3318,127,18089,44,121 +3319,127,18089,44,101 +3320,127,18089,44,38 +3321,127,18089,44,291 +3322,127,18089,44,114 +3323,127,18089,44,44 +3324,127,18089,44,40 +3325,127,18089,44,196 +3326,127,18089,44,118 +3327,127,18089,44,782 +3328,127,18089,44,177 +3329,127,18089,44,1138 +3330,127,18089,44,1150 +3331,127,18089,44,521 +3332,127,18089,44,810 +3333,127,18089,44,1379 +3334,127,18089,44,544 +3335,127,18089,44,129 +3336,127,18089,44,1 +3337,127,18089,44,17 +3338,127,18089,44,11 +3339,127,18089,44,771 +3340,127,18089,44,0 +3341,127,18089,44,68 +3342,127,18089,44,64 +3343,127,18089,44,144 +3344,127,18089,44,293 +3345,129,18091,44,0 +3346,129,18091,44,4 +3347,129,18091,44,2 +3348,129,18091,44,17 +3349,129,18091,44,0 +3350,129,18091,44,1 +3351,129,18091,44,4 +3352,129,18091,44,17 +3353,129,18091,44,32 +3354,129,18091,44,28 +3355,129,18091,44,3 +3356,129,18091,44,0 +3357,129,18091,44,0 +3358,129,18091,44,0 +3359,129,18091,44,3 +3360,129,18091,44,7 +3361,129,18091,44,271 +3362,129,18091,44,117 +3363,129,18091,44,0 +3364,129,18091,44,12 +3365,129,18091,44,0 +3366,129,18091,44,0 +3367,129,18091,44,617 +3368,129,18091,44,2 +3369,129,18091,44,0 +3370,129,18091,44,19 +3371,129,18091,44,0 +3372,129,18091,44,76 +3373,129,18091,44,341 +3374,129,18091,44,0 +3375,129,18091,44,114 +3376,129,18091,44,28 +3377,129,18091,44,13 +3378,129,18091,44,7 +3379,129,18091,44,59 +3380,129,18091,44,7 +3381,129,18091,44,19 +3382,129,18091,44,2 +3383,129,18091,44,12 +3384,129,18091,44,54 +3385,129,18091,44,2 +3386,129,18091,44,626 +3387,129,18091,44,1142 +3388,129,18091,44,56 +3389,129,18091,44,25 +3390,129,18091,44,0 +3391,129,18091,44,18 +3392,129,18091,44,2 +3393,129,18091,44,0 +3394,129,18091,44,12 +3395,129,18091,44,29 +3396,129,18091,44,1408 +3397,129,18091,44,297 +3398,129,18091,44,50 +3399,129,18091,44,55 +3400,129,18091,44,47 +3401,128,18127,44,0 +3402,128,18127,44,0 +3403,128,18127,44,0 +3404,128,18127,44,74 +3405,128,18127,44,1 +3406,128,18127,44,0 +3407,128,18127,44,1 +3408,128,18127,44,89 +3409,128,18127,44,8 +3410,128,18127,44,0 +3411,128,18127,44,2 +3412,128,18127,44,0 +3413,128,18127,44,0 +3414,128,18127,44,0 +3415,128,18127,44,2 +3416,128,18127,44,0 +3417,128,18127,44,0 +3418,128,18127,44,2 +3419,128,18127,44,698 +3420,128,18127,44,44 +3421,128,18127,44,8 +3422,128,18127,44,1170 +3423,128,18127,44,9 +3424,128,18127,44,0 +3425,128,18127,44,285 +3426,128,18127,44,3 +3427,128,18127,44,0 +3428,128,18127,44,7 +3429,128,18127,44,20 +3430,128,18127,44,317 +3431,128,18127,44,5 +3432,128,18127,44,80 +3433,128,18127,44,565 +3434,128,18127,44,0 +3435,128,18127,44,14 +3436,128,18127,44,188 +3437,128,18127,44,13 +3438,128,18127,44,1 +3439,128,18127,44,1 +3440,128,18127,44,14 +3441,128,18127,44,168 +3442,128,18127,44,0 +3443,128,18127,44,46 +3444,128,18127,44,3 +3445,128,18127,44,2 +3446,128,18127,44,46 +3447,128,18127,44,24 +3448,128,18127,44,49 +3449,128,18127,44,345 +3450,128,18127,44,258 +3451,128,18127,44,24 +3452,128,18127,44,32 +3453,128,18127,44,832 +3454,128,18127,44,37 +3455,128,18127,44,751 +3456,128,18127,44,10 +3457,128,18127,44,71 +3458,128,18127,44,339 +3459,128,18127,44,0 +3460,128,18127,44,5 +3461,128,18127,44,7 +3462,128,18127,44,2 +3463,128,18127,44,207 +3464,128,18127,44,17 +3465,128,18127,44,0 +3466,128,18127,44,0 +3467,128,18127,44,0 +3468,130,55059,44,49 +3469,130,55059,44,91 +3470,130,55059,44,5 +3471,130,55059,44,18 +3472,130,55059,44,10 +3473,130,55059,44,27 +3474,130,55059,44,3 +3475,130,55059,44,8 +3476,130,55059,44,29 +3477,130,55059,44,0 +3478,130,55059,44,11 +3479,130,55059,44,133 +3480,130,55059,44,16 +3481,130,55059,44,22 +3482,130,55059,44,11 +3483,130,55059,44,28 +3484,130,55059,44,14 +3485,130,55059,44,23 +3486,130,55059,44,472 +3487,130,55059,44,295 +3488,130,55059,44,5 +3489,130,55059,44,227 +3490,130,55059,44,4 +3491,130,55059,44,554 +3492,130,55059,44,1769 +3493,130,55059,44,586 +3494,130,55059,44,5 +3495,130,55059,44,12 +3496,130,55059,44,208 +3497,130,55059,44,2 +3498,130,55059,44,0 +3499,130,55059,44,55 +3500,130,55059,44,43 +3501,130,55059,44,1572 +3502,130,55059,44,125 +3503,130,55059,44,34 +3504,130,55059,44,480 +3505,130,55059,44,0 +3506,130,55059,44,47 +3507,130,55059,44,0 +3508,130,55059,44,3 +3509,130,55059,44,0 +3510,130,55059,44,934 +3511,130,55059,44,17 +3512,130,55059,44,12 +3513,131,55101,44,8 +3514,131,55101,44,0 +3515,131,55101,44,38 +3516,131,55101,44,0 +3517,131,55101,44,446 +3518,131,55101,44,869 +3519,131,55101,44,0 +3520,131,55101,44,7 +3521,131,55101,44,117 +3522,131,55101,44,0 +3523,131,55101,44,0 +3524,131,55101,44,0 +3525,131,55101,44,13 +3526,131,55101,44,0 +3527,131,55101,44,7 +3528,131,55101,44,0 +3529,131,55101,44,2 +3530,131,55101,44,264 +3531,131,55101,44,0 +3532,131,55101,44,3 +3533,131,55101,44,40 +3534,131,55101,44,81 +3535,131,55101,44,635 +3536,131,55101,44,0 +3537,131,55101,44,3424 +3538,131,55101,44,271 +3539,131,55101,44,61 +3540,131,55101,44,458 +3541,131,55101,44,8 +3542,131,55101,44,55 +3543,131,55101,44,381 +3544,131,55101,44,556 +3545,131,55101,44,29 +3546,131,55101,44,249 +3547,131,55101,44,252 +3548,131,55101,44,0 +3549,131,55101,44,266 +3550,131,55101,44,0 +3551,131,55101,44,16 +3552,131,55101,44,1 +3553,131,55101,44,1 +3554,131,55101,44,37 +3555,131,55101,44,20 +3556,131,55101,44,2 +3557,131,55101,44,22 +3558,131,55101,44,0 +3559,131,55101,44,26 +3560,131,55101,44,12 +3561,131,55101,44,124 +3562,131,55101,44,49 +3563,131,55101,44,2 +3564,131,55101,44,518 +3565,131,55101,44,118 +3566,131,55101,44,1 +3567,131,55101,44,345 +3568,131,55101,44,0 +3569,132,55127,44,0 +3570,132,55127,44,172 +3571,132,55127,44,0 +3572,132,55127,44,3 +3573,132,55127,44,65 +3574,132,55127,44,11 +3575,132,55127,44,3 +3576,132,55127,44,4 +3577,132,55127,44,0 +3578,132,55127,44,17 +3579,132,55127,44,2 +3580,132,55127,44,0 +3581,132,55127,44,19 +3582,132,55127,44,0 +3583,132,55127,44,184 +3584,132,55127,44,10 +3585,132,55127,44,3 +3586,132,55127,44,17 +3587,132,55127,44,0 +3588,132,55127,44,4 +3589,132,55127,44,1236 +3590,132,55127,44,13 +3591,132,55127,44,28 +3592,132,55127,44,12 +3593,132,55127,44,0 +3594,132,55127,44,95 +3595,132,55127,44,653 +3596,132,55127,44,29 +3597,132,55127,44,0 +3598,132,55127,44,7 +3599,132,55127,44,0 +3600,132,55127,44,0 +3601,132,55127,44,0 +3602,132,55127,44,0 +3603,132,55127,44,17 +3604,132,55127,44,3 +3605,132,55127,44,797 +3606,132,55127,44,0 +3607,132,55127,44,0 +3608,132,55127,44,1 +3609,132,55127,44,0 +3610,132,55127,44,174 +3611,132,55127,44,35 +3612,132,55127,44,33 +3613,132,55127,44,0 +3614,132,55127,44,95 +3615,132,55127,44,0 +3616,132,55127,44,12 +3617,132,55127,44,0 +3618,132,55127,44,0 +3619,132,55127,44,0 +3620,132,55127,44,6 +3621,132,55127,44,16 +3622,132,55127,44,2 +3623,132,55127,44,0 +3624,132,55127,44,12 +3625,132,55127,44,124 +3626,132,55127,44,454 +3627,132,55127,44,39 +3628,132,55127,44,18 +3629,132,55127,44,0 +3630,132,55127,44,31 +3631,132,55127,44,41 +3632,132,55127,44,187 +1,17,17031,48,11 +2,17,17031,48,137 +3,17,17031,48,258 +4,17,17031,48,41 +5,17,17031,48,139 +6,17,17031,48,137 +7,17,17031,48,56 +8,17,17031,48,21 +9,17,17031,48,19 +10,17,17031,48,198 +11,17,17031,48,246 +12,17,17031,48,651 +13,17,17031,48,271 +14,17,17031,48,73 +15,17,17031,48,83 +16,17,17031,48,4087 +17,17,17031,48,482 +18,17,17031,48,487 +19,17,17031,48,61 +20,17,17031,48,78 +21,17,17031,48,1329 +22,17,17031,48,2281 +23,17,17031,48,1006 +24,17,17031,48,808 +25,17,17031,48,92 +26,17,17031,48,46 +27,17,17031,48,496 +28,17,17031,48,1524 +29,17,17031,48,1481 +30,17,17031,48,572 +31,17,17031,48,6 +32,17,17031,48,50 +33,17,17031,48,567 +34,17,17031,48,783 +35,17,17031,48,611 +36,17,17031,48,241 +37,17,17031,48,79 +38,17,17031,48,1096 +39,17,17031,48,63 +40,17,17031,48,78 +41,17,17031,48,52 +42,17,17031,48,1 +43,17,17031,48,15 +44,17,17031,48,35 +45,17,17031,48,0 +46,17,17031,48,14 +47,17,17031,48,71 +48,17,17031,48,51 +49,17,17031,48,203 +50,17,17031,48,24 +51,17,17031,48,46 +52,17,17031,48,8 +53,17,17031,48,74 +54,17,17031,48,574 +55,17,17031,48,310 +56,17,17031,48,86 +57,17,17031,48,246 +58,17,17031,48,75 +59,17,17031,48,258 +60,17,17031,48,213 +61,17,17031,48,323 +62,17,17031,48,72 +63,17,17031,48,208 +64,17,17031,48,13 +65,17,17031,48,1 +66,17,17031,48,529 +67,17,17031,48,3 +68,17,17031,48,127 +69,17,17031,48,2 +70,17,17031,48,60 +71,17,17031,48,15 +72,17,17031,48,239 +73,17,17031,48,108 +74,17,17031,48,515 +75,17,17031,48,568 +76,17,17031,48,239 +77,17,17031,48,0 +78,14,17031,48,24 +79,14,17031,48,151 +80,14,17031,48,22 +81,14,17031,48,10 +82,14,17031,48,11 +83,14,17031,48,12 +84,14,17031,48,57 +85,14,17031,48,92 +86,14,17031,48,132 +87,14,17031,48,189 +88,14,17031,48,3 +89,14,17031,48,13 +90,17,17031,48,17 +91,17,17031,48,25 +92,17,17031,48,24 +93,17,17031,48,16 +94,17,17031,48,114 +95,17,17031,48,311 +96,17,17031,48,665 +97,17,17031,48,112 +98,17,17031,48,7 +99,17,17031,48,47 +100,17,17031,48,172 +101,17,17031,48,36 +102,17,17031,48,164 +103,17,17031,48,14 +104,17,17031,48,11 +105,17,17031,48,59 +106,17,17031,48,20 +107,17,17031,48,259 +108,17,17031,48,289 +109,17,17031,48,90 +110,17,17031,48,263 +111,17,17031,48,77 +112,17,17031,48,200 +113,17,17031,48,12 +114,17,17031,48,168 +115,17,17031,48,64 +116,17,17031,48,28 +117,17,17031,48,7 +118,17,17031,48,6 +119,17,17031,48,63 +120,17,17031,48,51 +121,17,17031,48,6 +122,8,17031,48,789 +123,12,17031,48,491 +124,12,17031,48,575 +125,12,17031,48,24201 +126,12,17031,48,0 +127,12,17031,48,191 +128,12,17031,48,343 +129,12,17031,48,27 +130,12,17031,48,426 +131,12,17031,48,2 +132,12,17031,48,540 +133,12,17031,48,290 +134,12,17031,48,48 +135,12,17031,48,190 +136,12,17031,48,36 +137,12,17031,48,21 +138,12,17031,48,42 +139,12,17031,48,246 +140,12,17031,48,11 +141,9,17031,48,5 +142,9,17031,48,0 +143,9,17031,48,4 +144,9,17031,48,5 +145,9,17031,48,65 +146,9,17031,48,2 +147,12,17031,48,4 +148,12,17031,48,2 +149,12,17031,48,22 +150,12,17031,48,0 +151,12,17031,48,10 +152,12,17031,48,4 +153,12,17031,48,6 +154,10,17031,48,1 +155,10,17031,48,70 +156,10,17031,48,2 +157,10,17031,48,0 +158,10,17031,48,0 +159,10,17031,48,53 +160,10,17031,48,33 +161,10,17031,48,8 +162,10,17031,48,0 +163,11,17031,48,24 +164,11,17031,48,14 +165,11,17031,48,46 +166,11,17031,48,9 +167,10,17031,48,7 +168,10,17031,48,18 +169,10,17031,48,14 +170,10,17031,48,21 +171,11,17031,48,61 +172,11,17031,48,0 +173,11,17031,48,7 +174,11,17031,48,9 +175,11,17031,48,3 +176,11,17031,48,0 +177,11,17031,48,7 +178,11,17031,48,0 +179,13,17031,48,0 +180,13,17031,48,94 +181,13,17031,48,4 +182,13,17031,48,5 +183,13,17031,48,0 +184,13,17031,48,8 +185,13,17031,48,0 +186,13,17031,48,3 +187,13,17031,48,22 +188,13,17031,48,8 +189,13,17031,48,8 +190,13,17031,48,0 +191,13,17031,48,8 +192,13,17031,48,3 +193,13,17031,48,2 +194,13,17031,48,414 +195,13,17031,48,3 +196,13,17031,48,41 +197,13,17031,48,0 +198,13,17031,48,14 +199,13,17031,48,9 +200,13,17031,48,30 +201,13,17031,48,26 +202,13,17031,48,25 +203,13,17031,48,9 +204,13,17031,48,27 +205,13,17031,48,4 +206,13,17031,48,6 +207,13,17031,48,0 +208,13,17031,48,19 +209,13,17031,48,22 +210,13,17031,48,124 +211,13,17031,48,74 +212,13,17031,48,28 +213,13,17031,48,1 +214,13,17031,48,15 +215,13,17031,48,3 +216,13,17031,48,0 +217,13,17031,48,10 +218,13,17031,48,13 +219,13,17031,48,8 +220,13,17031,48,14 +221,13,17031,48,46 +222,13,17031,48,14 +223,13,17031,48,122 +224,13,17031,48,21 +225,13,17031,48,30 +226,13,17031,48,3 +227,13,17031,48,83 +228,13,17031,48,5 +229,13,17031,48,54 +230,13,17031,48,52 +231,13,17031,48,116 +232,13,17031,48,61 +233,13,17031,48,24 +234,13,17031,48,13 +235,13,17031,48,109 +236,13,17031,48,28 +237,13,17031,48,115 +238,13,17031,48,7 +239,13,17031,48,26 +240,13,17031,48,22 +241,13,17031,48,47 +242,13,17031,48,2 +243,13,17031,48,23 +244,13,17031,48,22 +245,13,17031,48,4 +246,13,17031,48,0 +247,13,17031,48,2 +248,13,17031,48,0 +249,13,17031,48,3 +250,13,17031,48,15 +251,13,17031,48,3 +252,13,17031,48,3 +253,13,17031,48,11 +254,13,17031,48,9 +255,13,17031,48,189 +256,13,17031,48,123 +257,13,17031,48,96 +258,13,17031,48,13 +259,13,17031,48,52 +260,13,17031,48,409 +261,13,17031,48,94 +262,13,17031,48,222 +263,13,17031,48,63 +264,13,17031,48,28 +265,13,17031,48,150 +266,13,17031,48,27 +267,13,17031,48,2 +268,13,17031,48,1 +269,13,17031,48,5 +270,13,17031,48,23 +271,13,17031,48,16 +272,13,17031,48,67 +273,13,17031,48,30 +274,13,17031,48,59 +275,13,17031,48,1 +276,13,17031,48,44 +277,13,17031,48,25 +278,13,17031,48,32 +279,13,17031,48,25 +280,13,17031,48,3 +281,13,17031,48,20 +282,13,17031,48,42 +283,13,17031,48,217 +284,13,17031,48,81 +285,13,17031,48,17 +286,13,17031,48,20 +287,13,17031,48,1 +288,13,17031,48,102 +289,13,17031,48,30 +290,13,17031,48,16 +291,13,17031,48,36 +292,13,17031,48,24 +293,13,17031,48,131 +294,13,17031,48,41 +295,13,17031,48,4 +296,13,17031,48,46 +297,13,17031,48,5 +298,13,17031,48,121 +299,13,17031,48,14 +300,13,17031,48,62 +301,13,17031,48,4 +302,13,17031,48,232 +303,13,17031,48,26 +304,13,17031,48,35 +305,13,17031,48,9 +306,13,17031,48,5 +307,13,17031,48,98 +308,14,17031,48,4 +309,14,17031,48,15 +310,14,17031,48,16 +311,14,17031,48,29 +312,14,17031,48,35 +313,14,17031,48,11 +314,14,17031,48,16 +315,14,17031,48,17 +316,14,17031,48,41 +317,14,17031,48,29 +318,14,17031,48,25 +319,14,17031,48,48 +320,14,17031,48,9 +321,14,17031,48,103 +322,14,17031,48,0 +323,14,17031,48,15 +324,14,17031,48,18 +325,14,17031,48,77 +326,14,17031,48,88 +327,14,17031,48,37 +328,14,17031,48,19 +329,14,17031,48,11 +330,14,17031,48,71 +331,14,17031,48,2 +332,14,17031,48,12 +333,14,17031,48,36 +334,14,17031,48,19 +335,14,17031,48,5 +336,14,17031,48,41 +337,14,17031,48,100 +338,14,17031,48,54 +339,14,17031,48,44 +340,14,17031,48,68 +341,14,17031,48,22 +342,14,17031,48,4 +343,14,17031,48,47 +344,14,17031,48,34 +345,14,17031,48,4 +346,14,17031,48,79 +347,14,17031,48,20 +348,14,17031,48,36 +349,14,17031,48,10 +350,14,17031,48,29 +351,14,17031,48,11 +352,14,17031,48,65 +353,14,17031,48,0 +354,14,17031,48,87 +355,16,17031,48,41 +356,16,17031,48,1 +357,16,17031,48,3 +358,16,17031,48,170 +359,16,17031,48,30 +360,16,17031,48,10 +361,16,17031,48,287 +362,16,17031,48,138 +363,16,17031,48,27 +364,16,17031,48,14 +365,16,17031,48,12 +366,16,17031,48,47 +367,16,17031,48,12 +368,16,17031,48,6 +369,16,17031,48,63 +370,16,17031,48,0 +371,16,17031,48,34 +372,16,17031,48,32 +373,16,17031,48,1 +374,16,17031,48,5 +375,16,17031,48,7 +376,16,17031,48,6 +377,16,17031,48,64 +378,16,17031,48,35 +379,16,17031,48,367 +380,16,17031,48,71 +381,16,17031,48,185 +382,16,17031,48,5 +383,16,17031,48,20 +384,16,17031,48,34 +385,16,17031,48,24 +386,16,17031,48,13 +387,16,17031,48,247 +388,16,17031,48,107 +389,16,17031,48,284 +390,16,17031,48,131 +391,16,17031,48,32 +392,16,17031,48,84 +393,16,17031,48,137 +394,16,17031,48,2 +395,16,17031,48,7 +396,16,17031,48,179 +397,16,17031,48,66 +398,16,17031,48,20 +399,16,17031,48,13 +400,16,17031,48,13 +401,16,17031,48,123 +402,16,17031,48,2 +403,16,17031,48,15 +404,16,17031,48,6 +405,16,17031,48,29 +406,16,17031,48,15 +407,16,17031,48,429 +408,16,17031,48,92 +409,16,17031,48,4 +410,16,17031,48,104 +411,16,17031,48,0 +412,16,17031,48,2 +413,16,17031,48,2 +414,16,17031,48,5 +415,16,17031,48,18 +416,16,17031,48,14 +417,16,17031,48,416 +418,16,17031,48,1 +419,16,17031,48,338 +420,16,17031,48,81 +421,16,17031,48,24 +422,16,17031,48,8 +423,16,17031,48,87 +424,16,17031,48,7 +425,16,17031,48,11 +426,16,17031,48,5 +427,16,17031,48,9 +428,16,17031,48,12 +429,16,17031,48,20 +430,16,17031,48,62 +431,16,17031,48,70 +432,16,17031,48,732 +433,16,17031,48,146 +434,16,17031,48,46 +435,16,17031,48,33 +436,16,17031,48,15 +437,16,17031,48,131 +438,16,17031,48,17 +439,16,17031,48,10 +440,16,17031,48,97 +441,17,17031,48,13 +442,17,17031,48,13 +443,17,17031,48,21 +444,17,17031,48,108 +445,17,17031,48,86 +446,17,17031,48,712 +447,17,17031,48,237 +448,17,17031,48,123 +449,17,17031,48,303 +450,17,17031,48,56 +451,17,17031,48,90 +452,17,17031,48,5 +453,17,17031,48,23 +454,17,17031,48,0 +455,17,17031,48,26 +456,17,17031,48,1 +457,17,17031,48,11 +458,17,17031,48,0 +459,19,17031,48,908 +460,19,17031,48,4 +461,19,17031,48,146 +462,19,17031,48,62 +463,19,17031,48,60 +464,19,17031,48,4 +465,19,17031,48,22 +466,19,17031,48,6 +467,19,17031,48,8 +468,19,17031,48,123 +469,19,17031,48,1 +470,19,17031,48,0 +471,19,17031,48,9 +472,19,17031,48,2546 +473,19,17031,48,5 +474,19,17031,48,342 +475,19,17031,48,8 +476,19,17031,48,55 +477,19,17031,48,363 +478,19,17031,48,5 +479,19,17031,48,12 +480,19,17031,48,435 +481,19,17031,48,4 +482,19,17031,48,6 +483,19,17031,48,240 +484,19,17031,48,1 +485,19,17031,48,74 +486,19,17031,48,3 +487,19,17031,48,92 +488,19,17031,48,1 +489,19,17031,48,78 +490,19,17031,48,153 +491,19,17031,48,4 +492,19,17031,48,33 +493,19,17031,48,128 +494,19,17031,48,3755 +495,19,17031,48,174 +496,19,17031,48,212 +497,19,17031,48,7 +498,19,17031,48,33 +499,19,17031,48,1914 +500,19,17031,48,1 +501,19,17031,48,19 +502,19,17031,48,81 +503,19,17031,48,50 +504,19,17031,48,0 +505,19,17031,48,0 +506,19,17031,48,2 +507,19,17031,48,2 +508,19,17031,48,2 +509,19,17031,48,4 +510,19,17031,48,4 +511,19,17031,48,42 +512,19,17031,48,4 +513,19,17031,48,22 +514,19,17031,48,32 +515,19,17031,48,220 +516,19,17031,48,50 +517,19,17031,48,15 +518,19,17031,48,18 +519,19,17031,48,8 +520,19,17031,48,282 +521,19,17031,48,6 +522,19,17031,48,7 +523,20,17031,48,149 +524,20,17031,48,306 +525,20,17031,48,64 +526,20,17031,48,226 +527,20,17031,48,610 +528,20,17031,48,7 +529,20,17031,48,32 +530,20,17031,48,246 +531,20,17031,48,76 +532,20,17031,48,53 +533,20,17031,48,78 +534,20,17031,48,96 +535,20,17031,48,10 +536,20,17031,48,4 +537,20,17031,48,1 +538,20,17031,48,5 +539,20,17031,48,22 +540,20,17031,48,1 +541,20,17031,48,96 +542,20,17031,48,65 +543,20,17031,48,6 +544,20,17031,48,167 +545,20,17031,48,0 +546,20,17031,48,3 +547,20,17031,48,82 +548,20,17031,48,31 +549,20,17031,48,24 +550,20,17031,48,3 +551,20,17031,48,10 +552,20,17031,48,29 +553,20,17031,48,1 +554,20,17031,48,22 +555,20,17031,48,1 +556,20,17031,48,2 +557,20,17031,48,4 +558,20,17031,48,358 +559,20,17031,48,4 +560,20,17031,48,4 +561,20,17031,48,12 +562,20,17031,48,76 +563,20,17031,48,83 +564,20,17031,48,8 +565,20,17031,48,2 +566,20,17031,48,12 +567,20,17031,48,2 +568,20,17031,48,3 +569,20,17031,48,7 +570,20,17031,48,0 +571,20,17031,48,2 +572,20,17031,48,3 +573,20,17031,48,3 +574,20,17031,48,23 +575,20,17031,48,19 +576,20,17031,48,1 +577,20,17031,48,4 +578,20,17031,48,40 +579,20,17031,48,15 +580,20,17031,48,42 +581,20,17031,48,16 +582,20,17031,48,4 +583,20,17031,48,18 +584,20,17031,48,3 +585,20,17031,48,5 +586,20,17031,48,4 +587,20,17031,48,9 +588,20,17031,48,1 +589,20,17031,48,0 +590,20,17031,48,0 +591,20,17031,48,8 +592,20,17031,48,87 +593,20,17031,48,40 +594,20,17031,48,6 +595,20,17031,48,40 +596,20,17031,48,6 +597,20,17031,48,64 +598,20,17031,48,32 +599,20,17031,48,39 +600,20,17031,48,87 +601,20,17031,48,18 +602,20,17031,48,10 +603,20,17031,48,5 +604,20,17031,48,22 +605,20,17031,48,8 +606,20,17031,48,5 +607,20,17031,48,87 +608,20,17031,48,12 +609,20,17031,48,6 +610,20,17031,48,221 +611,20,17031,48,7 +612,20,17031,48,40 +613,20,17031,48,4 +614,20,17031,48,18 +615,20,17031,48,4 +616,20,17031,48,13 +617,20,17031,48,26 +618,20,17031,48,4 +619,20,17031,48,11 +620,20,17031,48,17 +621,20,17031,48,67 +622,20,17031,48,2 +623,20,17031,48,8 +624,20,17031,48,11 +625,20,17031,48,6 +626,20,17031,48,2 +627,20,17031,48,6 +628,20,17031,48,1 +629,20,17031,48,0 +630,23,17031,48,5 +631,23,17031,48,11 +632,23,17031,48,0 +633,23,17031,48,9 +634,23,17031,48,49 +635,23,17031,48,40 +636,24,17031,48,4 +637,24,17031,48,1 +638,24,17031,48,13 +639,24,17031,48,0 +640,24,17031,48,90 +641,24,17031,48,1 +642,24,17031,48,2 +643,24,17031,48,21 +644,24,17031,48,0 +645,24,17031,48,34 +646,24,17031,48,14 +647,24,17031,48,6 +648,24,17031,48,167 +649,24,17031,48,94 +650,24,17031,48,25 +651,24,17031,48,39 +652,24,17031,48,21 +653,24,17031,48,10 +654,24,17031,48,3 +655,24,17031,48,1 +656,24,17031,48,14 +657,24,17031,48,15 +658,24,17031,48,10 +659,24,17031,48,4 +660,24,17031,48,73 +661,24,17031,48,39 +662,24,17031,48,5 +663,24,17031,48,1 +664,24,17031,48,7 +665,24,17031,48,42 +666,24,17031,48,5 +667,24,17031,48,5 +668,24,17031,48,9 +669,24,17031,48,0 +670,24,17031,48,0 +671,24,17031,48,67 +672,24,17031,48,69 +673,24,17031,48,3 +674,24,17031,48,28 +675,24,17031,48,105 +676,24,17031,48,79 +677,24,17031,48,204 +678,24,17031,48,69 +679,24,17031,48,0 +680,24,17031,48,35 +681,24,17031,48,26 +682,24,17031,48,23 +683,24,17031,48,48 +684,24,17031,48,172 +685,24,17031,48,0 +686,24,17031,48,32 +687,24,17031,48,8 +688,24,17031,48,14 +689,24,17031,48,12 +690,24,17031,48,34 +691,24,17031,48,74 +692,24,17031,48,82 +693,24,17031,48,0 +694,24,17031,48,0 +695,24,17031,48,28 +696,24,17031,48,31 +697,24,17031,48,27 +698,24,17031,48,139 +699,24,17031,48,5 +700,24,17031,48,160 +701,24,17031,48,38 +702,24,17031,48,8 +703,24,17031,48,0 +704,24,17031,48,4 +705,24,17031,48,9 +706,24,17031,48,0 +707,24,17031,48,95 +708,24,17031,48,8 +709,24,17031,48,133 +710,24,17031,48,31 +711,24,17031,48,92 +712,24,17031,48,21 +713,24,17031,48,5 +714,24,17031,48,2 +715,24,17031,48,1 +716,24,17031,48,1 +717,24,17031,48,1 +718,1,17031,48,0 +719,1,17031,48,1 +720,1,17031,48,272 +721,1,17031,48,0 +722,1,17031,48,22 +723,1,17031,48,0 +724,1,17031,48,321 +725,1,17031,48,160 +726,1,17031,48,239 +727,6,17031,48,21 +728,6,17031,48,0 +729,6,17031,48,55 +730,6,17031,48,16 +731,6,17031,48,8 +732,6,17031,48,6 +733,6,17031,48,2 +734,6,17031,48,11 +735,6,17031,48,78 +736,6,17031,48,81 +737,6,17031,48,54 +738,6,17031,48,51 +739,6,17031,48,12 +740,6,17031,48,1 +741,6,17031,48,3 +742,6,17031,48,2 +743,6,17031,48,45 +744,6,17031,48,1 +745,6,17031,48,86 +746,6,17031,48,0 +747,6,17031,48,22 +748,2,17031,48,4 +749,2,17031,48,14 +750,2,17031,48,0 +751,2,17031,48,25 +752,2,17031,48,4 +753,2,17031,48,25 +754,2,17031,48,3 +755,2,17031,48,0 +756,2,17031,48,48 +757,2,17031,48,1 +758,2,17031,48,11 +759,2,17031,48,6 +760,2,17031,48,11 +761,2,17031,48,2 +762,2,17031,48,6 +763,2,17031,48,37 +764,2,17031,48,11 +765,2,17031,48,9 +766,2,17031,48,9 +767,2,17031,48,3 +768,2,17031,48,18 +769,2,17031,48,286 +770,2,17031,48,0 +771,2,17031,48,0 +772,2,17031,48,9 +773,2,17031,48,180 +774,2,17031,48,1 +775,2,17031,48,1318 +776,2,17031,48,0 +777,2,17031,48,19 +778,2,17031,48,42 +779,2,17031,48,20 +780,2,17031,48,0 +781,2,17031,48,0 +782,2,17031,48,0 +783,2,17031,48,7 +784,2,17031,48,59 +785,2,17031,48,85 +786,2,17031,48,41 +787,2,17031,48,0 +788,2,17031,48,0 +789,2,17031,48,84 +790,2,17031,48,23 +791,2,17031,48,0 +792,2,17031,48,78 +793,7,17031,48,51 +794,7,17031,48,177 +795,7,17031,48,4 +796,7,17031,48,9 +797,7,17031,48,5 +798,7,17031,48,504 +799,7,17031,48,220 +800,7,17031,48,251 +801,7,17031,48,39 +802,7,17031,48,183 +803,7,17031,48,520 +804,7,17031,48,661 +805,7,17031,48,611 +806,7,17031,48,24 +807,7,17031,48,2 +808,7,17031,48,0 +809,7,17031,48,6 +810,7,17031,48,0 +811,7,17031,48,2 +812,7,17031,48,11 +813,7,17031,48,7 +814,7,17031,48,359 +815,7,17031,48,6 +816,7,17031,48,21 +817,7,17031,48,392 +818,7,17031,48,11 +819,7,17031,48,3 +820,7,17031,48,286 +821,7,17031,48,470 +822,7,17031,48,107 +823,7,17031,48,61 +824,7,17031,48,1 +825,7,17031,48,0 +826,7,17031,48,147 +827,7,17031,48,22 +828,7,17031,48,6 +829,7,17031,48,5 +830,7,17031,48,2 +831,7,17031,48,0 +832,7,17031,48,27 +833,7,17031,48,0 +834,7,17031,48,290 +835,7,17031,48,11 +836,7,17031,48,30 +837,7,17031,48,953 +838,7,17031,48,2 +839,3,17031,48,172 +840,3,17031,48,4 +841,3,17031,48,0 +842,3,17031,48,10 +843,3,17031,48,27 +844,3,17031,48,0 +845,3,17031,48,4 +846,3,17031,48,0 +847,3,17031,48,7 +848,3,17031,48,16 +849,3,17031,48,120 +850,3,17031,48,4 +851,3,17031,48,0 +852,3,17031,48,18 +853,3,17031,48,0 +854,3,17031,48,23 +855,3,17031,48,33 +856,3,17031,48,44 +857,3,17031,48,167 +858,3,17031,48,63 +859,3,17031,48,6 +860,3,17031,48,3 +861,3,17031,48,4 +862,3,17031,48,6 +863,3,17031,48,109 +864,3,17031,48,271 +865,3,17031,48,24 +866,3,17031,48,7 +867,3,17031,48,21 +868,3,17031,48,4 +869,3,17031,48,18 +870,3,17031,48,1057 +871,3,17031,48,242 +872,3,17031,48,2 +873,3,17031,48,13 +874,3,17031,48,10 +875,3,17031,48,32 +876,3,17031,48,224 +877,3,17031,48,1 +878,3,17031,48,31 +879,3,17031,48,0 +880,3,17031,48,0 +881,3,17031,48,8 +882,3,17031,48,372 +883,3,17031,48,0 +884,3,17031,48,0 +885,3,17031,48,1 +886,3,17031,48,97 +887,3,17031,48,4 +888,3,17031,48,2 +889,3,17031,48,1 +890,3,17031,48,1 +891,3,17031,48,0 +892,3,17031,48,13 +893,3,17031,48,1 +894,3,17031,48,2 +895,3,17031,48,30 +896,3,17031,48,2 +897,3,17031,48,6 +898,3,17031,48,6 +899,3,17031,48,5 +900,3,17031,48,5 +901,3,17031,48,134 +902,3,17031,48,157 +903,3,17031,48,526 +904,3,17031,48,3 +905,8,17031,48,165 +906,8,17031,48,10 +907,8,17031,48,400 +908,8,17031,48,0 +909,8,17031,48,141 +910,8,17031,48,123 +911,8,17031,48,28 +912,8,17031,48,7 +913,8,17031,48,1 +914,8,17031,48,22 +915,8,17031,48,34 +916,8,17031,48,1 +917,8,17031,48,0 +918,8,17031,48,594 +919,8,17031,48,3 +920,8,17031,48,13 +921,8,17031,48,406 +922,8,17031,48,2 +923,8,17031,48,6 +924,8,17031,48,37 +925,8,17031,48,2 +926,8,17031,48,0 +927,8,17031,48,7 +928,8,17031,48,145 +929,8,17031,48,6 +930,8,17031,48,106 +931,8,17031,48,178 +932,8,17031,48,202 +933,8,17031,48,168 +934,8,17031,48,222 +935,8,17031,48,172 +936,8,17031,48,255 +937,8,17031,48,1 +938,8,17031,48,3 +939,8,17031,48,8 +940,8,17031,48,4 +941,8,17031,48,0 +942,8,17031,48,56 +943,8,17031,48,40 +944,8,17031,48,6 +945,8,17031,48,6 +946,8,17031,48,775 +947,8,17031,48,823 +948,8,17031,48,30 +949,8,17031,48,298 +950,8,17031,48,232 +951,8,17031,48,7 +952,8,17031,48,34 +953,8,17031,48,1423 +954,8,17031,48,2226 +955,4,17031,48,110 +956,4,17031,48,781 +957,4,17031,48,213 +958,4,17031,48,9 +959,4,17031,48,172 +960,4,17031,48,1 +961,4,17031,48,2 +962,4,17031,48,47 +963,4,17031,48,121 +964,4,17031,48,20 +965,4,17031,48,7 +966,4,17031,48,44 +967,4,17031,48,78 +968,4,17031,48,7 +969,4,17031,48,32 +970,4,17031,48,195 +971,4,17031,48,7 +972,4,17031,48,13 +973,4,17031,48,203 +974,4,17031,48,1 +975,4,17031,48,71 +976,4,17031,48,492 +977,4,17031,48,49 +978,4,17031,48,40 +979,4,17031,48,6 +980,4,17031,48,30 +981,4,17031,48,45 +982,4,17031,48,2 +983,4,17031,48,105 +984,4,17031,48,53 +985,4,17031,48,2 +986,4,17031,48,4 +987,4,17031,48,660 +988,4,17031,48,40 +989,4,17031,48,222 +990,4,17031,48,0 +991,4,17031,48,52 +992,4,17031,48,15 +993,4,17031,48,5 +994,4,17031,48,0 +995,4,17031,48,34 +996,4,17031,48,223 +997,4,17031,48,3 +998,4,17031,48,61 +999,4,17031,48,3 +1000,4,17031,48,123 +1001,4,17031,48,19 +1002,9,17031,48,29 +1003,9,17031,48,34 +1004,9,17031,48,5 +1005,9,17031,48,203 +1006,9,17031,48,8 +1007,9,17031,48,10 +1008,9,17031,48,22 +1009,9,17031,48,97 +1010,9,17031,48,34 +1011,9,17031,48,425 +1012,9,17031,48,0 +1013,9,17031,48,106 +1014,9,17031,48,47 +1015,9,17031,48,22 +1016,9,17031,48,7 +1017,9,17031,48,22 +1018,9,17031,48,7 +1019,9,17031,48,53 +1020,9,17031,48,10 +1021,9,17031,48,20 +1022,9,17031,48,4 +1023,9,17031,48,624 +1024,9,17031,48,46 +1025,9,17031,48,0 +1026,9,17031,48,166 +1027,9,17031,48,54 +1028,9,17031,48,155 +1029,9,17031,48,3 +1030,9,17031,48,1 +1031,9,17031,48,12 +1032,9,17031,48,23 +1033,9,17031,48,38 +1034,9,17031,48,12 +1035,9,17031,48,10 +1036,9,17031,48,0 +1037,9,17031,48,1210 +1038,9,17031,48,4 +1039,9,17031,48,49 +1040,9,17031,48,0 +1041,9,17031,48,4 +1042,9,17031,48,51 +1043,9,17031,48,0 +1044,9,17031,48,0 +1045,9,17031,48,39 +1046,9,17031,48,0 +1047,9,17031,48,1 +1048,9,17031,48,0 +1049,9,17031,48,3 +1050,9,17031,48,237 +1051,9,17031,48,2 +1052,9,17031,48,1 +1053,9,17031,48,0 +1054,9,17031,48,158 +1055,9,17031,48,118 +1056,9,17031,48,0 +1057,9,17031,48,57 +1058,9,17031,48,0 +1059,9,17031,48,0 +1060,9,17031,48,6 +1061,12,17031,48,409 +1062,9,17031,48,40 +1063,9,17031,48,3 +1064,12,17031,48,7 +1065,9,17031,48,0 +1066,9,17031,48,2 +1067,9,17031,48,6 +1068,12,17031,48,1 +1069,5,17031,48,1 +1070,5,17031,48,36 +1071,5,17031,48,2 +1072,5,17031,48,0 +1073,5,17031,48,3 +1074,5,17031,48,59 +1075,5,17031,48,9 +1076,5,17031,48,13 +1077,5,17031,48,31 +1078,5,17031,48,0 +1079,5,17031,48,7 +1080,5,17031,48,3 +1081,5,17031,48,48 +1082,5,17031,48,11 +1083,5,17031,48,0 +1084,5,17031,48,3 +1085,5,17031,48,0 +1086,5,17031,48,1 +1087,10,17031,48,0 +1088,5,17031,48,24 +1089,10,17031,48,3 +1090,5,17031,48,0 +1091,5,17031,48,39 +1092,10,17031,48,27 +1093,10,17031,48,37 +1094,10,17031,48,120 +1095,10,17031,48,19 +1096,10,17031,48,2 +1097,10,17031,48,31 +1098,5,17031,48,9 +1099,10,17031,48,9 +1100,10,17031,48,78 +1101,10,17031,48,0 +1102,10,17031,48,0 +1103,10,17031,48,83 +1104,10,17031,48,4 +1105,10,17031,48,0 +1106,10,17031,48,0 +1107,10,17031,48,88 +1108,10,17031,48,8 +1109,10,17031,48,0 +1110,10,17031,48,1 +1111,10,17031,48,3 +1112,10,17031,48,22 +1113,10,17031,48,23 +1114,10,17031,48,32 +1115,10,17031,48,0 +1116,10,17031,48,9 +1117,10,17031,48,96 +1118,10,17031,48,13 +1119,10,17031,48,28 +1120,10,17031,48,56 +1121,10,17031,48,55 +1122,10,17031,48,16 +1123,10,17031,48,3 +1124,10,17031,48,11 +1125,10,17031,48,336 +1126,10,17031,48,9 +1127,10,17031,48,1 +1128,10,17031,48,579 +1129,10,17031,48,2 +1130,10,17031,48,1 +1131,10,17031,48,0 +1132,10,17031,48,7 +1133,10,17031,48,0 +1134,10,17031,48,28 +1135,10,17031,48,851 +1136,10,17031,48,1 +1137,10,17031,48,13 +1138,10,17031,48,6 +1139,10,17031,48,106 +1140,10,17031,48,3 +1141,10,17031,48,167 +1142,10,17031,48,6 +1143,10,17031,48,10 +1144,10,17031,48,188 +1145,10,17031,48,145 +1146,10,17031,48,0 +1147,10,17031,48,146 +1148,10,17031,48,372 +1149,10,17031,48,1 +1150,10,17031,48,962 +1151,10,17031,48,2 +1152,10,17031,48,528 +1153,10,17031,48,144 +1154,10,17031,48,4 +1155,10,17031,48,0 +1156,10,17031,48,2 +1157,10,17031,48,60 +1158,10,17031,48,2 +1159,10,17031,48,777 +1160,10,17031,48,10 +1161,10,17031,48,1 +1162,10,17031,48,18 +1163,10,17031,48,4 +1164,10,17031,48,1 +1165,10,17031,48,1 +1166,10,17031,48,5 +1167,10,17031,48,22 +1168,10,17031,48,23 +1169,10,17031,48,12 +1170,10,17031,48,0 +1171,11,17031,48,62 +1172,11,17031,48,8 +1173,11,17031,48,5 +1174,11,17031,48,278 +1175,11,17031,48,0 +1176,11,17031,48,65 +1177,11,17031,48,3 +1178,11,17031,48,5 +1179,11,17031,48,0 +1180,11,17031,48,100 +1181,11,17031,48,29 +1182,11,17031,48,6 +1183,12,17031,48,95 +1184,12,17031,48,1 +1185,12,17031,48,143 +1186,12,17031,48,6 +1187,12,17031,48,0 +1188,13,17031,48,10 +1189,12,17031,48,15 +1190,13,17031,48,0 +1191,12,17031,48,503 +1192,12,17031,48,501 +1193,12,17031,48,237 +1194,12,17031,48,69 +1195,12,17031,48,9 +1196,12,17031,48,6 +1197,12,17031,48,216 +1198,12,17031,48,4 +1199,12,17031,48,3 +1200,12,17031,48,20 +1201,12,17031,48,4 +1202,12,17031,48,47 +1203,12,17031,48,5 +1204,12,17031,48,23 +1205,12,17031,48,25 +1206,12,17031,48,0 +1207,12,17031,48,6 +1208,12,17031,48,901 +1209,12,17031,48,101 +1210,12,17031,48,0 +1211,12,17031,48,14 +1212,12,17031,48,26 +1213,12,17031,48,4 +1214,12,17031,48,61 +1215,12,17031,48,5 +1216,12,17031,48,28 +1217,12,17031,48,1177 +1218,12,17031,48,218 +1219,12,17031,48,74 +1220,12,17031,48,26 +1221,12,17031,48,0 +1222,12,17031,48,71 +1223,12,17031,48,764 +1224,12,17031,48,40 +1225,12,17031,48,3 +1226,12,17031,48,3 +1227,12,17031,48,0 +1228,12,17031,48,1 +1229,15,17031,48,292 +1230,15,17031,48,4 +1231,15,17031,48,83 +1232,15,17031,48,76 +1233,15,17031,48,204 +1234,15,17031,48,47 +1235,15,17031,48,1 +1236,15,17031,48,325 +1237,15,17031,48,338 +1238,15,17031,48,13 +1239,15,17031,48,2 +1240,15,17031,48,51 +1241,15,17031,48,8 +1242,15,17031,48,0 +1243,15,17031,48,0 +1244,15,17031,48,6 +1245,15,17031,48,16 +1246,15,17031,48,0 +1247,15,17031,48,8 +1248,15,17031,48,3 +1249,15,17031,48,1 +1250,15,17031,48,16 +1251,15,17031,48,213 +1252,15,17031,48,12 +1253,15,17031,48,0 +1254,15,17031,48,72 +1255,15,17031,48,48 +1256,15,17031,48,27 +1257,15,17031,48,206 +1258,15,17031,48,7 +1259,15,17031,48,0 +1260,15,17031,48,2 +1261,15,17031,48,35 +1262,15,17031,48,5 +1263,15,17031,48,15 +1264,15,17031,48,36 +1265,15,17031,48,4 +1266,15,17031,48,1 +1267,15,17031,48,10 +1268,15,17031,48,55 +1269,15,17031,48,142 +1270,15,17031,48,307 +1271,15,17031,48,30 +1272,15,17031,48,81 +1273,15,17031,48,12 +1274,15,17031,48,97 +1275,15,17031,48,3 +1276,15,17031,48,1 +1277,15,17031,48,6 +1278,15,17031,48,38 +1279,15,17031,48,3 +1280,15,17031,48,0 +1281,15,17031,48,4 +1282,15,17031,48,22 +1283,15,17031,48,13 +1284,15,17031,48,26 +1285,15,17031,48,16 +1286,15,17031,48,6 +1287,15,17031,48,363 +1288,15,17031,48,263 +1289,15,17031,48,12 +1290,15,17031,48,393 +1291,15,17031,48,11 +1292,15,17031,48,6 +1293,15,17031,48,106 +1294,15,17031,48,522 +1295,15,17031,48,50 +1296,15,17031,48,20 +1297,15,17031,48,59 +1298,15,17031,48,7 +1299,15,17031,48,19 +1300,15,17031,48,0 +1301,15,17031,48,3 +1302,15,17031,48,65 +1303,15,17031,48,34 +1304,15,17031,48,0 +1305,15,17031,48,7 +1306,15,17031,48,2 +1307,15,17031,48,1 +1308,15,17031,48,0 +1309,15,17031,48,8 +1310,15,17031,48,11 +1311,15,17031,48,13 +1312,15,17031,48,64 +1313,16,17031,48,0 +1314,16,17031,48,0 +1315,16,17031,48,0 +1316,16,17031,48,0 +1317,16,17031,48,1 +1318,16,17031,48,8 +1319,16,17031,48,47 +1320,16,17031,48,8 +1321,16,17031,48,6 +1322,16,17031,48,62 +1323,16,17031,48,5 +1324,16,17031,48,3 +1325,16,17031,48,5 +1326,16,17031,48,91 +1327,16,17031,48,20 +1328,16,17031,48,2 +1329,16,17031,48,1 +1330,16,17031,48,3 +1331,16,17031,48,28 +1332,16,17031,48,9 +1333,16,17031,48,21 +1334,16,17031,48,137 +1335,16,17031,48,53 +1336,16,17031,48,34 +1337,16,17031,48,0 +1338,16,17031,48,4 +1339,16,17031,48,9 +1340,16,17031,48,12 +1341,16,17031,48,10 +1342,16,17031,48,8 +1343,16,17031,48,4 +1344,16,17031,48,33 +1345,16,17031,48,3 +1346,16,17031,48,37 +1347,16,17031,48,16 +1348,16,17031,48,2 +1349,16,17031,48,7 +1350,16,17031,48,22 +1351,16,17031,48,3 +1352,16,17031,48,0 +1353,16,17031,48,6 +1354,16,17031,48,244 +1355,16,17031,48,69 +1356,16,17031,48,0 +1357,16,17031,48,2 +1358,16,17031,48,70 +1359,16,17031,48,8 +1360,16,17031,48,270 +1361,16,17031,48,21 +1362,18,17031,48,98 +1363,18,17031,48,35 +1364,18,17031,48,115 +1365,18,17031,48,44 +1366,18,17031,48,9 +1367,18,17031,48,141 +1368,18,17031,48,111 +1369,18,17031,48,5 +1370,18,17031,48,15 +1371,18,17031,48,128 +1372,18,17031,48,72 +1373,18,17031,48,59 +1374,18,17031,48,1 +1375,18,17031,48,19 +1376,18,17031,48,6 +1377,18,17031,48,0 +1378,18,17031,48,56 +1379,18,17031,48,3 +1380,18,17031,48,2150 +1381,18,17031,48,867 +1382,18,17031,48,428 +1383,18,17031,48,5 +1384,18,17031,48,57 +1385,18,17031,48,107 +1386,18,17031,48,96 +1387,18,17031,48,150 +1388,18,17031,48,24 +1389,18,17031,48,27 +1390,18,17031,48,201 +1391,18,17031,48,133 +1392,18,17031,48,67 +1393,18,17031,48,9 +1394,18,17031,48,67 +1395,18,17031,48,0 +1396,18,17031,48,0 +1397,18,17031,48,96 +1398,18,17031,48,564 +1399,18,17031,48,203 +1400,18,17031,48,357 +1401,18,17031,48,172 +1402,18,17031,48,51 +1403,18,17031,48,178 +1404,18,17031,48,34 +1405,18,17031,48,4 +1406,18,17031,48,156 +1407,18,17031,48,8 +1408,18,17031,48,197 +1409,18,17031,48,42 +1410,18,17031,48,35 +1411,18,17031,48,66 +1412,18,17031,48,57 +1413,18,17031,48,8 +1414,18,17031,48,115 +1415,18,17031,48,54 +1416,19,17031,48,55 +1417,19,17031,48,348 +1418,19,17031,48,256 +1419,19,17031,48,458 +1420,19,17031,48,365 +1421,19,17031,48,66 +1422,19,17031,48,179 +1423,19,17031,48,32 +1424,19,17031,48,11 +1425,19,17031,48,63 +1426,19,17031,48,70 +1427,19,17031,48,706 +1428,19,17031,48,141 +1429,19,17031,48,4 +1430,19,17031,48,11 +1431,19,17031,48,255 +1432,19,17031,48,6 +1433,19,17031,48,97 +1434,19,17031,48,90 +1435,19,17031,48,200 +1436,19,17031,48,90 +1437,19,17031,48,8 +1438,19,17031,48,18 +1439,19,17031,48,46 +1440,19,17031,48,22 +1441,21,17031,48,117 +1442,21,17031,48,63 +1443,21,17031,48,315 +1444,21,17031,48,109 +1445,21,17031,48,104 +1446,21,17031,48,27 +1447,22,17031,48,55 +1448,22,17031,48,18 +1449,22,17031,48,18 +1450,22,17031,48,3 +1451,22,17031,48,92 +1452,22,17031,48,20 +1453,22,17031,48,12 +1454,22,17031,48,5 +1455,22,17031,48,6 +1456,22,17031,48,0 +1457,22,17031,48,20 +1458,22,17031,48,576 +1459,22,17031,48,0 +1460,22,17031,48,3 +1461,22,17031,48,76 +1462,22,17031,48,15 +1463,22,17031,48,23 +1464,22,17031,48,167 +1465,22,17031,48,39 +1466,22,17031,48,136 +1467,22,17031,48,11 +1468,22,17031,48,31 +1469,22,17031,48,4 +1470,22,17031,48,0 +1471,23,17031,48,64 +1472,23,17031,48,21 +1473,23,17031,48,39 +1474,23,17031,48,9 +1475,23,17031,48,13 +1476,23,17031,48,0 +1477,23,17031,48,34 +1478,23,17031,48,3 +1479,23,17031,48,25 +1480,23,17031,48,2 +1481,23,17031,48,1 +1482,23,17031,48,36 +1483,23,17031,48,3 +1484,23,17031,48,2 +1485,23,17031,48,7 +1486,23,17031,48,19 +1487,23,17031,48,164 +1488,23,17031,48,80 +1489,23,17031,48,18 +1490,23,17031,48,3 +1491,23,17031,48,75 +1492,23,17031,48,35 +1493,23,17031,48,17 +1494,23,17031,48,6 +1495,23,17031,48,20 +1496,23,17031,48,7 +1497,23,17031,48,3 +1498,23,17031,48,0 +1499,23,17031,48,7 +1500,23,17031,48,25 +1501,23,17031,48,15 +1502,23,17031,48,2 +1503,23,17031,48,10 +1504,23,17031,48,0 +1505,23,17031,48,13 +1506,23,17031,48,99 +1507,23,17031,48,1 +1508,23,17031,48,75 +1509,23,17031,48,9 +1510,23,17031,48,20 +1511,23,17031,48,295 +1512,23,17031,48,118 +1513,23,17031,48,44 +1514,23,17031,48,32 +1515,23,17031,48,704 +1516,23,17031,48,132 +1517,23,17031,48,0 +1518,23,17031,48,65 +1519,23,17031,48,31 +1520,23,17031,48,11 +1521,23,17031,48,0 +1522,23,17031,48,5 +1523,23,17031,48,43 +1524,23,17031,48,7 +1525,23,17031,48,10 +1526,23,17031,48,29 +1527,23,17031,48,0 +1528,23,17031,48,24 +1529,23,17031,48,2 +1530,23,17031,48,9 +1531,23,17031,48,404 +1532,23,17031,48,369 +1533,23,17031,48,0 +1534,23,17031,48,111 +1535,23,17031,48,399 +1536,23,17031,48,41 +1537,24,17031,48,54 +1538,24,17031,48,37 +1539,24,17031,48,3 +1540,24,17031,48,7 +1541,24,17031,48,5 +1542,24,17031,48,0 +1543,24,17031,48,3 +1544,24,17031,48,15 +1545,24,17031,48,1 +1546,24,17031,48,11 +1547,24,17031,48,1 +1548,24,17031,48,7 +1549,24,17031,48,83 +1550,24,17031,48,58 +1551,24,17031,48,0 +1552,25,17031,48,27 +1553,25,17031,48,0 +1554,25,17031,48,16 +1555,25,17031,48,45 +1556,25,17031,48,1 +1557,25,17031,48,27 +1558,25,17031,48,19 +1559,25,17031,48,73 +1560,25,17031,48,3 +1561,25,17031,48,201 +1562,25,17031,48,68 +1563,25,17031,48,77 +1564,25,17031,48,32 +1565,25,17031,48,30 +1566,25,17031,48,37 +1567,25,17031,48,14 +1568,25,17031,48,9 +1569,25,17031,48,11 +1570,25,17031,48,76 +1571,25,17031,48,38 +1572,25,17031,48,119 +1573,26,17031,48,2 +1574,26,17031,48,17 +1575,26,17031,48,279 +1576,26,17031,48,156 +1577,26,17031,48,620 +1578,26,17031,48,15 +1579,26,17031,48,19 +1580,26,17031,48,48 +1581,26,17031,48,263 +1582,26,17031,48,47 +1583,26,17031,48,56 +1584,26,17031,48,1 +1585,26,17031,48,1 +1586,26,17031,48,41 +1587,26,17031,48,6 +1588,26,17031,48,1 +1589,26,17031,48,0 +1590,26,17031,48,0 +1591,26,17031,48,177 +1592,26,17031,48,11 +1593,26,17031,48,101 +1594,26,17031,48,159 +1595,26,17031,48,45 +1596,26,17031,48,0 +1597,26,17031,48,8 +1598,26,17031,48,99 +1599,26,17031,48,7 +1600,26,17031,48,60 +1601,26,17031,48,143 +1602,26,17031,48,11 +1603,26,17031,48,65 +1604,26,17031,48,43 +1605,26,17031,48,5 +1606,26,17031,48,140 +1607,26,17031,48,0 +1608,26,17031,48,1 +1609,26,17031,48,1 +1610,26,17031,48,1 +1611,26,17031,48,0 +1612,26,17031,48,17 +1613,26,17031,48,26 +1614,26,17031,48,69 +1615,27,17031,48,47 +1616,27,17031,48,145 +1617,27,17031,48,104 +1618,27,17031,48,10 +1619,27,17031,48,110 +1620,27,17031,48,202 +1621,27,17031,48,26 +1622,27,17031,48,123 +1623,27,17031,48,35 +1624,27,17031,48,37 +1625,27,17031,48,32 +1626,27,17031,48,80 +1627,27,17031,48,49 +1628,27,17031,48,4 +1629,27,17031,48,5 +1630,27,17031,48,2 +1631,27,17031,48,42 +1632,27,17031,48,200 +1633,27,17031,48,128 +1634,27,17031,48,10 +1635,27,17031,48,9 +1636,27,17031,48,10 +1637,27,17031,48,430 +1638,27,17031,48,141 +1639,27,17031,48,556 +1640,27,17031,48,98 +1641,27,17031,48,111 +1642,27,17031,48,154 +1643,27,17031,48,18 +1644,27,17031,48,307 +1645,27,17031,48,167 +1646,27,17031,48,62 +1647,27,17031,48,0 +1648,27,17031,48,64 +1649,27,17031,48,57 +1650,27,17031,48,233 +1651,27,17031,48,17 +1652,27,17031,48,63 +1653,27,17031,48,6 +1654,27,17031,48,18 +1655,27,17031,48,75 +1656,27,17031,48,0 +1657,27,17031,48,135 +1658,27,17031,48,71 +1659,27,17031,48,12 +1660,27,17031,48,5 +1661,27,17031,48,75 +1662,27,17031,48,1 +1663,27,17031,48,79 +1664,27,17031,48,16 +1665,27,17031,48,57 +1666,27,17031,48,18 +1667,28,17031,48,25 +1668,28,17031,48,30 +1669,28,17031,48,21 +1670,28,17031,48,18 +1671,28,17031,48,11 +1672,28,17031,48,0 +1673,28,17031,48,2 +1674,28,17031,48,15 +1675,28,17031,48,4 +1676,28,17031,48,62 +1677,28,17031,48,68 +1678,28,17031,48,78 +1679,28,17031,48,8 +1680,28,17031,48,27 +1681,28,17031,48,13 +1682,28,17031,48,6 +1683,28,17031,48,7 +1684,28,17031,48,1 +1685,28,17031,48,6 +1686,28,17031,48,17 +1687,28,17031,48,4 +1688,28,17031,48,2 +1689,28,17031,48,15 +1690,28,17031,48,32 +1691,28,17031,48,5 +1692,28,17031,48,0 +1693,28,17031,48,20 +1694,28,17031,48,1 +1695,28,17031,48,8 +1696,28,17031,48,12 +1697,29,17031,48,2 +1698,29,17031,48,43 +1699,29,17031,48,3 +1700,29,17031,48,3 +1701,29,17031,48,23 +1702,29,17031,48,222 +1703,29,17031,48,16 +1704,29,17031,48,27 +1705,29,17031,48,65 +1706,29,17031,48,14 +1707,29,17031,48,3 +1708,29,17031,48,0 +1709,29,17031,48,13 +1710,29,17031,48,8 +1711,29,17031,48,30 +1712,29,17031,48,1 +1713,29,17031,48,8 +1714,29,17031,48,4 +1715,29,17031,48,10 +1716,29,17031,48,31 +1717,29,17031,48,1 +1718,29,17031,48,1 +1719,29,17031,48,233 +1720,29,17031,48,267 +1721,29,17031,48,394 +1722,29,17031,48,75 +1723,29,17031,48,101 +1724,29,17031,48,26 +1725,29,17031,48,32 +1726,29,17031,48,74 +1727,29,17031,48,51 +1728,29,17031,48,334 +1729,29,17031,48,496 +1730,29,17031,48,104 +1731,29,17031,48,93 +1732,29,17031,48,51 +1733,79,17043,48,94 +1734,79,17043,48,0 +1735,77,17043,48,36 +1736,77,17043,48,29 +1737,77,17043,48,19 +1738,77,17043,48,11 +1739,77,17043,48,24 +1740,77,17043,48,170 +1741,77,17043,48,468 +1742,77,17043,48,74 +1743,77,17043,48,13 +1744,80,17043,48,404 +1745,80,17043,48,15 +1746,80,17043,48,86 +1747,80,17043,48,2 +1748,80,17043,48,22 +1749,80,17043,48,9 +1750,80,17043,48,1 +1751,80,17043,48,71 +1752,80,17043,48,11 +1753,80,17043,48,7 +1754,80,17043,48,62 +1755,80,17043,48,87 +1756,83,17043,48,26 +1757,83,17043,48,276 +1758,83,17043,48,79 +1759,83,17043,48,77 +1760,83,17043,48,41 +1761,83,17043,48,178 +1762,83,17043,48,4 +1763,83,17043,48,3 +1764,83,17043,48,25 +1765,83,17043,48,0 +1766,83,17043,48,2 +1767,83,17043,48,394 +1768,83,17043,48,425 +1769,83,17043,48,1 +1770,83,17043,48,8 +1771,83,17043,48,0 +1772,83,17043,48,21 +1773,83,17043,48,2 +1774,83,17043,48,3 +1775,83,17043,48,236 +1776,83,17043,48,6 +1777,83,17043,48,1 +1778,83,17043,48,0 +1779,83,17043,48,146 +1780,83,17043,48,35 +1781,83,17043,48,170 +1782,83,17043,48,391 +1783,83,17043,48,5 +1784,83,17043,48,728 +1785,83,17043,48,17 +1786,83,17043,48,34 +1787,83,17043,48,4 +1788,83,17043,48,67 +1789,83,17043,48,2 +1790,83,17043,48,19 +1791,83,17043,48,6 +1792,83,17043,48,0 +1793,83,17043,48,10 +1794,83,17043,48,8 +1795,83,17043,48,25 +1796,83,17043,48,39 +1797,83,17043,48,0 +1798,83,17043,48,1 +1799,83,17043,48,288 +1800,83,17043,48,16 +1801,83,17043,48,17 +1802,83,17043,48,1 +1803,83,17043,48,15 +1804,83,17043,48,1 +1805,83,17043,48,0 +1806,83,17043,48,2 +1807,83,17043,48,16 +1808,83,17043,48,4 +1809,83,17043,48,4 +1810,83,17043,48,4 +1811,83,17043,48,26 +1812,83,17043,48,28 +1813,78,17043,48,96 +1814,78,17043,48,110 +1815,78,17043,48,3 +1816,78,17043,48,37 +1817,78,17043,48,263 +1818,78,17043,48,77 +1819,78,17043,48,52 +1820,78,17043,48,12 +1821,78,17043,48,562 +1822,78,17043,48,13 +1823,78,17043,48,26 +1824,78,17043,48,250 +1825,78,17043,48,64 +1826,78,17043,48,7 +1827,78,17043,48,123 +1828,78,17043,48,100 +1829,78,17043,48,2 +1830,78,17043,48,8 +1831,78,17043,48,36 +1832,78,17043,48,0 +1833,78,17043,48,33 +1834,78,17043,48,131 +1835,78,17043,48,2 +1836,78,17043,48,0 +1837,78,17043,48,147 +1838,78,17043,48,1 +1839,78,17043,48,33 +1840,78,17043,48,5 +1841,78,17043,48,42 +1842,78,17043,48,71 +1843,78,17043,48,270 +1844,78,17043,48,0 +1845,78,17043,48,2 +1846,78,17043,48,256 +1847,78,17043,48,167 +1848,78,17043,48,271 +1849,78,17043,48,1158 +1850,78,17043,48,11 +1851,78,17043,48,75 +1852,78,17043,48,5 +1853,78,17043,48,40 +1854,78,17043,48,448 +1855,81,17043,48,0 +1856,81,17043,48,238 +1857,81,17043,48,0 +1858,81,17043,48,10 +1859,81,17043,48,24 +1860,81,17043,48,595 +1861,81,17043,48,5 +1862,81,17043,48,2 +1863,81,17043,48,12 +1864,81,17043,48,1 +1865,81,17043,48,2 +1866,81,17043,48,4 +1867,81,17043,48,0 +1868,81,17043,48,5 +1869,81,17043,48,9 +1870,81,17043,48,35 +1871,81,17043,48,0 +1872,81,17043,48,4 +1873,81,17043,48,108 +1874,81,17043,48,0 +1875,81,17043,48,1 +1876,81,17043,48,129 +1877,81,17043,48,4 +1878,81,17043,48,24 +1879,81,17043,48,80 +1880,81,17043,48,0 +1881,81,17043,48,17 +1882,81,17043,48,2 +1883,81,17043,48,24 +1884,81,17043,48,25 +1885,81,17043,48,9 +1886,81,17043,48,2 +1887,81,17043,48,7 +1888,81,17043,48,19 +1889,81,17043,48,0 +1890,81,17043,48,2 +1891,81,17043,48,0 +1892,81,17043,48,1 +1893,81,17043,48,0 +1894,81,17043,48,0 +1895,81,17043,48,0 +1896,81,17043,48,151 +1897,81,17043,48,11 +1898,81,17043,48,0 +1899,81,17043,48,16 +1900,81,17043,48,1 +1901,81,17043,48,4 +1902,81,17043,48,24 +1903,81,17043,48,2 +1904,81,17043,48,55 +1905,81,17043,48,0 +1906,81,17043,48,0 +1907,81,17043,48,5 +1908,81,17043,48,12 +1909,81,17043,48,9 +1910,81,17043,48,21 +1911,81,17043,48,0 +1912,84,17043,48,180 +1913,84,17043,48,751 +1914,84,17043,48,10 +1915,84,17043,48,5 +1916,84,17043,48,13 +1917,84,17043,48,6 +1918,84,17043,48,0 +1919,84,17043,48,371 +1920,84,17043,48,127 +1921,84,17043,48,3 +1922,84,17043,48,0 +1923,84,17043,48,0 +1924,84,17043,48,31 +1925,84,17043,48,8 +1926,84,17043,48,5 +1927,84,17043,48,25 +1928,84,17043,48,3 +1929,84,17043,48,143 +1930,84,17043,48,233 +1931,84,17043,48,45 +1932,84,17043,48,15 +1933,84,17043,48,4 +1934,84,17043,48,60 +1935,84,17043,48,3 +1936,84,17043,48,0 +1937,84,17043,48,28 +1938,84,17043,48,13 +1939,84,17043,48,1 +1940,84,17043,48,23 +1941,84,17043,48,38 +1942,84,17043,48,7 +1943,84,17043,48,42 +1944,84,17043,48,0 +1945,84,17043,48,7 +1946,84,17043,48,10 +1947,84,17043,48,14 +1948,84,17043,48,0 +1949,84,17043,48,7 +1950,84,17043,48,84 +1951,84,17043,48,35 +1952,84,17043,48,1 +1953,84,17043,48,18 +1954,79,17043,48,182 +1955,79,17043,48,578 +1956,79,17043,48,939 +1957,79,17043,48,1374 +1958,79,17043,48,1455 +1959,79,17043,48,247 +1960,79,17043,48,44 +1961,79,17043,48,196 +1962,79,17043,48,645 +1963,79,17043,48,1363 +1964,79,17043,48,6 +1965,79,17043,48,1 +1966,79,17043,48,58 +1967,79,17043,48,70 +1968,79,17043,48,168 +1969,79,17043,48,269 +1970,79,17043,48,21 +1971,79,17043,48,4 +1972,79,17043,48,0 +1973,79,17043,48,4 +1974,79,17043,48,7 +1975,79,17043,48,16 +1976,79,17043,48,2 +1977,79,17043,48,1 +1978,79,17043,48,80 +1979,79,17043,48,692 +1980,79,17043,48,14 +1981,79,17043,48,74 +1982,79,17043,48,2 +1983,79,17043,48,3 +1984,79,17043,48,114 +1985,79,17043,48,40 +1986,79,17043,48,6 +1987,79,17043,48,4 +1988,79,17043,48,56 +1989,79,17043,48,191 +1990,79,17043,48,9 +1991,79,17043,48,763 +1992,79,17043,48,730 +1993,79,17043,48,199 +1994,79,17043,48,63 +1995,79,17043,48,0 +1996,79,17043,48,2 +1997,79,17043,48,265 +1998,79,17043,48,95 +1999,79,17043,48,1 +2000,79,17043,48,1 +2001,79,17043,48,3 +2002,79,17043,48,9 +2003,82,17043,48,1 +2004,82,17043,48,12 +2005,82,17043,48,23 +2006,82,17043,48,91 +2007,82,17043,48,10 +2008,82,17043,48,6 +2009,82,17043,48,6 +2010,82,17043,48,380 +2011,82,17043,48,8 +2012,82,17043,48,0 +2013,82,17043,48,0 +2014,82,17043,48,0 +2015,82,17043,48,30 +2016,82,17043,48,8 +2017,82,17043,48,35 +2018,82,17043,48,15 +2019,82,17043,48,1 +2020,82,17043,48,1 +2021,82,17043,48,13 +2022,82,17043,48,34 +2023,82,17043,48,22 +2024,82,17043,48,166 +2025,82,17043,48,31 +2026,82,17043,48,18 +2027,82,17043,48,114 +2028,82,17043,48,362 +2029,82,17043,48,100 +2030,82,17043,48,89 +2031,82,17043,48,1 +2032,82,17043,48,10 +2033,82,17043,48,110 +2034,82,17043,48,372 +2035,82,17043,48,771 +2036,82,17043,48,213 +2037,82,17043,48,123 +2038,82,17043,48,49 +2039,82,17043,48,467 +2040,82,17043,48,39 +2041,82,17043,48,128 +2042,82,17043,48,10 +2043,82,17043,48,935 +2044,82,17043,48,76 +2045,82,17043,48,271 +2046,82,17043,48,22 +2047,82,17043,48,3 +2048,82,17043,48,728 +2049,82,17043,48,283 +2050,82,17043,48,24 +2051,85,17043,48,4 +2052,85,17043,48,0 +2053,85,17043,48,21 +2054,85,17043,48,1 +2055,85,17043,48,27 +2056,85,17043,48,111 +2057,85,17043,48,42 +2058,85,17043,48,22 +2059,85,17043,48,45 +2060,85,17043,48,9 +2061,85,17043,48,40 +2062,85,17043,48,33 +2063,85,17043,48,49 +2064,85,17043,48,16 +2065,85,17043,48,18 +2066,85,17043,48,1 +2067,85,17043,48,7 +2068,85,17043,48,33 +2069,85,17043,48,0 +2070,85,17043,48,0 +2071,85,17043,48,0 +2072,85,17043,48,63 +2073,85,17043,48,3 +2074,85,17043,48,8 +2075,85,17043,48,0 +2076,85,17043,48,0 +2077,85,17043,48,9 +2078,85,17043,48,8 +2079,85,17043,48,9 +2080,85,17043,48,3 +2081,85,17043,48,12 +2082,85,17043,48,0 +2083,85,17043,48,0 +2084,85,17043,48,14 +2085,85,17043,48,112 +2086,85,17043,48,7 +2087,85,17043,48,4 +2088,85,17043,48,0 +2089,85,17043,48,96 +2090,85,17043,48,4 +2091,85,17043,48,5 +2092,85,17043,48,0 +2093,85,17043,48,0 +2094,85,17043,48,6 +2095,85,17043,48,5 +2096,85,17043,48,0 +2097,85,17043,48,0 +2098,85,17043,48,27 +2099,85,17043,48,77 +2100,85,17043,48,118 +2101,85,17043,48,136 +2102,85,17043,48,30 +2103,85,17043,48,20 +2104,85,17043,48,4 +2105,85,17043,48,71 +2106,85,17043,48,184 +2107,85,17043,48,5 +2108,86,17043,48,141 +2109,86,17043,48,5 +2110,86,17043,48,129 +2111,86,17043,48,196 +2112,62,17089,48,5 +2113,62,17089,48,26 +2114,62,17089,48,25 +2115,62,17089,48,56 +2116,65,17089,48,37 +2117,65,17089,48,14 +2118,65,17089,48,10 +2119,65,17089,48,6 +2120,68,17089,48,3 +2121,68,17089,48,9 +2122,68,17089,48,8 +2123,68,17089,48,23 +2124,71,17089,48,5 +2125,71,17089,48,6 +2126,71,17089,48,9 +2127,71,17089,48,37 +2128,74,17089,48,8 +2129,74,17089,48,21 +2130,74,17089,48,5 +2131,74,17089,48,5 +2132,63,17089,48,85 +2133,63,17089,48,5 +2134,63,17089,48,5 +2135,63,17089,48,102 +2136,66,17089,48,0 +2137,66,17089,48,8 +2138,66,17089,48,18 +2139,66,17089,48,25 +2140,69,17089,48,21 +2141,69,17089,48,13 +2142,69,17089,48,27 +2143,69,17089,48,17 +2144,72,17089,48,153 +2145,72,17089,48,21 +2146,72,17089,48,8 +2147,72,17089,48,68 +2148,75,17089,48,199 +2149,75,17089,48,25 +2150,75,17089,48,19 +2151,75,17089,48,43 +2152,75,17089,48,1 +2153,75,17089,48,2 +2154,75,17089,48,5 +2155,75,17089,48,3 +2156,75,17089,48,1 +2157,75,17089,48,2 +2158,64,17089,48,100 +2159,64,17089,48,38 +2160,64,17089,48,5 +2161,64,17089,48,4 +2162,64,17089,48,1 +2163,64,17089,48,3 +2164,64,17089,48,107 +2165,64,17089,48,7 +2166,64,17089,48,18 +2167,64,17089,48,2 +2168,64,17089,48,34 +2169,64,17089,48,9 +2170,64,17089,48,28 +2171,64,17089,48,5 +2172,64,17089,48,88 +2173,64,17089,48,833 +2174,64,17089,48,105 +2175,64,17089,48,7 +2176,64,17089,48,183 +2177,64,17089,48,29 +2178,64,17089,48,277 +2179,67,17089,48,92 +2180,67,17089,48,16 +2181,67,17089,48,59 +2182,67,17089,48,6 +2183,67,17089,48,33 +2184,67,17089,48,11 +2185,67,17089,48,3 +2186,67,17089,48,42 +2187,67,17089,48,38 +2188,67,17089,48,4 +2189,67,17089,48,9 +2190,67,17089,48,8 +2191,67,17089,48,2 +2192,67,17089,48,5 +2193,67,17089,48,0 +2194,67,17089,48,142 +2195,67,17089,48,2 +2196,67,17089,48,4 +2197,67,17089,48,63 +2198,67,17089,48,0 +2199,67,17089,48,581 +2200,67,17089,48,6 +2201,67,17089,48,0 +2202,67,17089,48,4 +2203,67,17089,48,5 +2204,67,17089,48,1 +2205,67,17089,48,5 +2206,67,17089,48,0 +2207,67,17089,48,7 +2208,67,17089,48,26 +2209,67,17089,48,27 +2210,67,17089,48,0 +2211,67,17089,48,5 +2212,67,17089,48,0 +2213,67,17089,48,3 +2214,67,17089,48,102 +2215,67,17089,48,6 +2216,67,17089,48,21 +2217,67,17089,48,191 +2218,67,17089,48,103 +2219,67,17089,48,38 +2220,67,17089,48,0 +2221,70,17089,48,41 +2222,70,17089,48,26 +2223,70,17089,48,35 +2224,70,17089,48,2 +2225,70,17089,48,7 +2226,70,17089,48,5 +2227,70,17089,48,288 +2228,70,17089,48,71 +2229,70,17089,48,69 +2230,70,17089,48,6 +2231,70,17089,48,1 +2232,70,17089,48,6 +2233,70,17089,48,6 +2234,70,17089,48,130 +2235,70,17089,48,161 +2236,70,17089,48,44 +2237,70,17089,48,56 +2238,70,17089,48,129 +2239,73,17089,48,25 +2240,73,17089,48,2 +2241,73,17089,48,37 +2242,73,17089,48,27 +2243,73,17089,48,22 +2244,73,17089,48,373 +2245,73,17089,48,14 +2246,73,17089,48,82 +2247,73,17089,48,45 +2248,73,17089,48,4 +2249,73,17089,48,51 +2250,73,17089,48,534 +2251,73,17089,48,45 +2252,73,17089,48,80 +2253,73,17089,48,387 +2254,73,17089,48,5 +2255,73,17089,48,33 +2256,73,17089,48,10 +2257,76,17089,48,9 +2258,76,17089,48,21 +2259,76,17089,48,45 +2260,76,17089,48,40 +2261,76,17089,48,49 +2262,76,17089,48,69 +2263,76,17089,48,4 +2264,76,17089,48,6 +2265,76,17089,48,227 +2266,76,17089,48,28 +2267,76,17089,48,112 +2268,76,17089,48,210 +2269,76,17089,48,37 +2270,76,17089,48,12 +2271,76,17089,48,291 +2272,76,17089,48,46 +2273,76,17089,48,190 +2274,76,17089,48,18 +2275,76,17089,48,40 +2276,76,17089,48,4 +2277,76,17089,48,21 +2278,76,17089,48,11 +2279,76,17089,48,0 +2280,76,17089,48,6 +2281,76,17089,48,42 +2282,76,17089,48,16 +2283,76,17089,48,57 +2284,76,17089,48,84 +2285,76,17089,48,96 +2286,76,17089,48,39 +2287,76,17089,48,53 +2288,76,17089,48,2 +2289,76,17089,48,27 +2290,76,17089,48,15 +2291,76,17089,48,5 +2292,76,17089,48,48 +2293,76,17089,48,5 +2294,76,17089,48,2 +2295,76,17089,48,4 +2296,76,17089,48,3 +2297,76,17089,48,5 +2298,76,17089,48,2 +2299,76,17089,48,10 +2300,76,17089,48,0 +2301,76,17089,48,0 +2302,76,17089,48,2 +2303,76,17089,48,7 +2304,76,17089,48,0 +2305,110,17093,48,1 +2306,110,17093,48,497 +2307,111,17093,48,64 +2308,111,17093,48,30 +2309,112,17093,48,141 +2310,112,17093,48,108 +2311,112,17093,48,141 +2312,112,17093,48,82 +2313,112,17093,48,528 +2314,110,17093,48,42 +2315,110,17093,48,219 +2316,111,17093,48,165 +2317,111,17093,48,8 +2318,112,17093,48,71 +2319,112,17093,48,32 +2320,113,17093,48,16 +2321,114,17093,48,73 +2322,115,17093,48,41 +2323,116,17093,48,95 +2324,117,17093,48,33 +2325,118,17093,48,231 +2326,46,17097,48,0 +2327,46,17097,48,2 +2328,46,17097,48,0 +2329,46,17097,48,2 +2330,46,17097,48,5 +2331,46,17097,48,6 +2332,50,17097,48,37 +2333,50,17097,48,21 +2334,50,17097,48,5 +2335,50,17097,48,4 +2336,50,17097,48,19 +2337,50,17097,48,18 +2338,54,17097,48,21 +2339,54,17097,48,90 +2340,54,17097,48,35 +2341,54,17097,48,111 +2342,54,17097,48,2 +2343,54,17097,48,103 +2344,58,17097,48,1 +2345,58,17097,48,0 +2346,58,17097,48,48 +2347,58,17097,48,0 +2348,58,17097,48,7 +2349,58,17097,48,86 +2350,47,17097,48,59 +2351,47,17097,48,7 +2352,47,17097,48,3 +2353,47,17097,48,19 +2354,47,17097,48,12 +2355,47,17097,48,2 +2356,47,17097,48,24 +2357,47,17097,48,61 +2358,47,17097,48,10 +2359,51,17097,48,6 +2360,51,17097,48,52 +2361,51,17097,48,14 +2362,51,17097,48,5 +2363,51,17097,48,18 +2364,51,17097,48,5 +2365,51,17097,48,25 +2366,51,17097,48,20 +2367,51,17097,48,0 +2368,51,17097,48,0 +2369,51,17097,48,9 +2370,51,17097,48,2 +2371,51,17097,48,17 +2372,51,17097,48,35 +2373,51,17097,48,44 +2374,51,17097,48,23 +2375,51,17097,48,13 +2376,51,17097,48,6 +2377,55,17097,48,14 +2378,55,17097,48,21 +2379,55,17097,48,426 +2380,55,17097,48,0 +2381,55,17097,48,9 +2382,55,17097,48,33 +2383,55,17097,48,2 +2384,55,17097,48,4 +2385,55,17097,48,41 +2386,59,17097,48,13 +2387,59,17097,48,94 +2388,59,17097,48,5 +2389,59,17097,48,60 +2390,59,17097,48,185 +2391,59,17097,48,144 +2392,59,17097,48,3 +2393,59,17097,48,86 +2394,59,17097,48,31 +2395,48,17097,48,23 +2396,48,17097,48,33 +2397,48,17097,48,4 +2398,48,17097,48,27 +2399,52,17097,48,23 +2400,52,17097,48,18 +2401,52,17097,48,342 +2402,52,17097,48,27 +2403,52,17097,48,1 +2404,52,17097,48,10 +2405,52,17097,48,8 +2406,52,17097,48,110 +2407,52,17097,48,27 +2408,52,17097,48,262 +2409,52,17097,48,27 +2410,52,17097,48,108 +2411,52,17097,48,53 +2412,52,17097,48,15 +2413,52,17097,48,28 +2414,52,17097,48,16 +2415,52,17097,48,4 +2416,52,17097,48,52 +2417,52,17097,48,309 +2418,52,17097,48,0 +2419,52,17097,48,4 +2420,56,17097,48,91 +2421,56,17097,48,66 +2422,56,17097,48,210 +2423,56,17097,48,1 +2424,56,17097,48,7 +2425,56,17097,48,127 +2426,56,17097,48,12 +2427,56,17097,48,0 +2428,56,17097,48,53 +2429,56,17097,48,70 +2430,56,17097,48,6 +2431,56,17097,48,3 +2432,56,17097,48,173 +2433,56,17097,48,15 +2434,56,17097,48,74 +2435,56,17097,48,104 +2436,56,17097,48,156 +2437,56,17097,48,76 +2438,56,17097,48,0 +2439,56,17097,48,39 +2440,56,17097,48,8 +2441,56,17097,48,87 +2442,56,17097,48,53 +2443,56,17097,48,274 +2444,60,17097,48,51 +2445,60,17097,48,34 +2446,60,17097,48,96 +2447,60,17097,48,13 +2448,60,17097,48,320 +2449,60,17097,48,141 +2450,60,17097,48,60 +2451,60,17097,48,204 +2452,60,17097,48,33 +2453,60,17097,48,6 +2454,60,17097,48,257 +2455,60,17097,48,111 +2456,60,17097,48,95 +2457,60,17097,48,75 +2458,60,17097,48,54 +2459,60,17097,48,77 +2460,60,17097,48,397 +2461,60,17097,48,14 +2462,60,17097,48,49 +2463,60,17097,48,140 +2464,60,17097,48,720 +2465,60,17097,48,48 +2466,60,17097,48,0 +2467,60,17097,48,13 +2468,49,17097,48,4 +2469,49,17097,48,11 +2470,49,17097,48,5 +2471,49,17097,48,6 +2472,49,17097,48,36 +2473,49,17097,48,31 +2474,49,17097,48,43 +2475,49,17097,48,79 +2476,49,17097,48,6 +2477,53,17097,48,18 +2478,53,17097,48,4 +2479,53,17097,48,0 +2480,53,17097,48,0 +2481,53,17097,48,4 +2482,53,17097,48,2 +2483,53,17097,48,5 +2484,53,17097,48,0 +2485,53,17097,48,1 +2486,53,17097,48,2 +2487,53,17097,48,0 +2488,53,17097,48,0 +2489,53,17097,48,0 +2490,53,17097,48,7 +2491,53,17097,48,4 +2492,53,17097,48,3 +2493,53,17097,48,0 +2494,53,17097,48,2 +2495,53,17097,48,36 +2496,53,17097,48,3 +2497,53,17097,48,0 +2498,53,17097,48,7 +2499,53,17097,48,2 +2500,53,17097,48,24 +2501,53,17097,48,3 +2502,53,17097,48,31 +2503,53,17097,48,48 +2504,53,17097,48,3 +2505,53,17097,48,18 +2506,53,17097,48,85 +2507,53,17097,48,89 +2508,53,17097,48,4 +2509,53,17097,48,5 +2510,53,17097,48,0 +2511,53,17097,48,19 +2512,53,17097,48,1 +2513,53,17097,48,88 +2514,53,17097,48,5 +2515,53,17097,48,0 +2516,53,17097,48,12 +2517,53,17097,48,0 +2518,53,17097,48,14 +2519,53,17097,48,3 +2520,53,17097,48,50 +2521,53,17097,48,0 +2522,53,17097,48,15 +2523,53,17097,48,3 +2524,53,17097,48,1 +2525,53,17097,48,13 +2526,53,17097,48,29 +2527,53,17097,48,6 +2528,53,17097,48,0 +2529,57,17097,48,22 +2530,57,17097,48,112 +2531,57,17097,48,44 +2532,57,17097,48,58 +2533,57,17097,48,0 +2534,57,17097,48,5 +2535,57,17097,48,0 +2536,57,17097,48,0 +2537,57,17097,48,0 +2538,57,17097,48,4 +2539,57,17097,48,1 +2540,57,17097,48,0 +2541,57,17097,48,94 +2542,57,17097,48,6 +2543,57,17097,48,2 +2544,57,17097,48,3 +2545,57,17097,48,3 +2546,57,17097,48,6 +2547,57,17097,48,1 +2548,57,17097,48,4 +2549,57,17097,48,10 +2550,57,17097,48,0 +2551,61,17097,48,2 +2552,61,17097,48,0 +2553,61,17097,48,2 +2554,61,17097,48,0 +2555,61,17097,48,7 +2556,61,17097,48,0 +2557,61,17097,48,1 +2558,61,17097,48,25 +2559,61,17097,48,36 +2560,61,17097,48,9 +2561,61,17097,48,8 +2562,61,17097,48,0 +2563,61,17097,48,62 +2564,61,17097,48,24 +2565,61,17097,48,17 +2566,61,17097,48,20 +2567,61,17097,48,13 +2568,61,17097,48,45 +2569,61,17097,48,0 +2570,61,17097,48,4 +2571,61,17097,48,66 +2572,61,17097,48,3 +2573,61,17097,48,4 +2574,61,17097,48,2 +2575,61,17097,48,20 +2576,61,17097,48,2 +2577,61,17097,48,0 +2578,61,17097,48,645 +2579,61,17097,48,1 +2580,61,17097,48,206 +2581,61,17097,48,1 +2582,61,17097,48,8 +2583,61,17097,48,3 +2584,30,17111,48,3 +2585,30,17111,48,18 +2586,30,17111,48,8 +2587,30,17111,48,177 +2588,34,17111,48,5 +2589,34,17111,48,139 +2590,34,17111,48,1 +2591,34,17111,48,3 +2592,38,17111,48,0 +2593,38,17111,48,2 +2594,38,17111,48,6 +2595,38,17111,48,124 +2596,42,17111,48,0 +2597,42,17111,48,8 +2598,42,17111,48,3 +2599,42,17111,48,9 +2600,31,17111,48,4 +2601,31,17111,48,5 +2602,31,17111,48,0 +2603,31,17111,48,11 +2604,35,17111,48,2 +2605,35,17111,48,10 +2606,35,17111,48,3 +2607,35,17111,48,65 +2608,39,17111,48,8 +2609,39,17111,48,26 +2610,39,17111,48,13 +2611,39,17111,48,4 +2612,43,17111,48,39 +2613,43,17111,48,4 +2614,43,17111,48,6 +2615,43,17111,48,6 +2616,32,17111,48,101 +2617,32,17111,48,0 +2618,32,17111,48,6 +2619,32,17111,48,7 +2620,36,17111,48,3 +2621,36,17111,48,11 +2622,36,17111,48,55 +2623,36,17111,48,1 +2624,40,17111,48,114 +2625,40,17111,48,1 +2626,40,17111,48,3 +2627,40,17111,48,25 +2628,40,17111,48,106 +2629,40,17111,48,0 +2630,40,17111,48,47 +2631,40,17111,48,54 +2632,40,17111,48,51 +2633,40,17111,48,1 +2634,40,17111,48,1 +2635,40,17111,48,27 +2636,44,17111,48,8 +2637,44,17111,48,12 +2638,44,17111,48,1 +2639,44,17111,48,5 +2640,44,17111,48,0 +2641,44,17111,48,33 +2642,44,17111,48,4 +2643,44,17111,48,169 +2644,44,17111,48,26 +2645,33,17111,48,66 +2646,33,17111,48,14 +2647,33,17111,48,1 +2648,33,17111,48,13 +2649,33,17111,48,85 +2650,33,17111,48,2 +2651,33,17111,48,5 +2652,37,17111,48,6 +2653,37,17111,48,76 +2654,37,17111,48,11 +2655,37,17111,48,22 +2656,37,17111,48,12 +2657,37,17111,48,1 +2658,37,17111,48,85 +2659,37,17111,48,38 +2660,37,17111,48,8 +2661,37,17111,48,151 +2662,37,17111,48,113 +2663,37,17111,48,25 +2664,41,17111,48,0 +2665,41,17111,48,1 +2666,41,17111,48,271 +2667,41,17111,48,88 +2668,41,17111,48,9 +2669,41,17111,48,108 +2670,41,17111,48,96 +2671,41,17111,48,2 +2672,41,17111,48,63 +2673,41,17111,48,3 +2674,41,17111,48,10 +2675,41,17111,48,40 +2676,41,17111,48,129 +2677,41,17111,48,33 +2678,41,17111,48,0 +2679,45,17111,48,12 +2680,45,17111,48,19 +2681,45,17111,48,5 +2682,45,17111,48,21 +2683,45,17111,48,80 +2684,45,17111,48,0 +2685,45,17111,48,0 +2686,45,17111,48,45 +2687,45,17111,48,35 +2688,45,17111,48,146 +2689,45,17111,48,29 +2690,45,17111,48,175 +2691,45,17111,48,29 +2692,45,17111,48,31 +2693,45,17111,48,157 +2694,45,17111,48,40 +2695,45,17111,48,80 +2696,45,17111,48,7 +2697,45,17111,48,12 +2698,45,17111,48,14 +2699,45,17111,48,19 +2700,45,17111,48,179 +2701,45,17111,48,28 +2702,45,17111,48,2 +2703,87,17197,48,274 +2704,87,17197,48,171 +2705,87,17197,48,4 +2706,87,17197,48,9 +2707,87,17197,48,28 +2708,87,17197,48,14 +2709,87,17197,48,38 +2710,87,17197,48,109 +2711,87,17197,48,18 +2712,89,17197,48,6 +2713,89,17197,48,251 +2714,89,17197,48,125 +2715,89,17197,48,9 +2716,89,17197,48,101 +2717,89,17197,48,91 +2718,89,17197,48,60 +2719,89,17197,48,25 +2720,89,17197,48,146 +2721,92,17197,48,10 +2722,92,17197,48,73 +2723,92,17197,48,54 +2724,92,17197,48,11 +2725,92,17197,48,133 +2726,92,17197,48,4 +2727,92,17197,48,5 +2728,92,17197,48,81 +2729,92,17197,48,367 +2730,92,17197,48,0 +2731,92,17197,48,349 +2732,92,17197,48,189 +2733,96,17197,48,444 +2734,96,17197,48,142 +2735,96,17197,48,26 +2736,96,17197,48,192 +2737,102,17197,48,55 +2738,102,17197,48,0 +2739,102,17197,48,12 +2740,102,17197,48,68 +2741,108,17197,48,110 +2742,108,17197,48,14 +2743,108,17197,48,307 +2744,108,17197,48,12 +2745,88,17197,48,60 +2746,88,17197,48,1 +2747,88,17197,48,9 +2748,88,17197,48,19 +2749,88,17197,48,22 +2750,88,17197,48,8 +2751,88,17197,48,12 +2752,88,17197,48,17 +2753,88,17197,48,6 +2754,88,17197,48,248 +2755,88,17197,48,24 +2756,88,17197,48,518 +2757,88,17197,48,203 +2758,88,17197,48,199 +2759,88,17197,48,1322 +2760,88,17197,48,403 +2761,88,17197,48,414 +2762,88,17197,48,274 +2763,88,17197,48,23 +2764,88,17197,48,1015 +2765,88,17197,48,86 +2766,90,17197,48,191 +2767,90,17197,48,98 +2768,90,17197,48,53 +2769,90,17197,48,48 +2770,90,17197,48,100 +2771,90,17197,48,134 +2772,90,17197,48,10 +2773,90,17197,48,12 +2774,90,17197,48,79 +2775,90,17197,48,46 +2776,90,17197,48,3 +2777,90,17197,48,6 +2778,90,17197,48,53 +2779,90,17197,48,23 +2780,90,17197,48,29 +2781,93,17197,48,0 +2782,93,17197,48,5 +2783,93,17197,48,7 +2784,93,17197,48,0 +2785,93,17197,48,2 +2786,93,17197,48,23 +2787,93,17197,48,6 +2788,93,17197,48,6 +2789,93,17197,48,0 +2790,93,17197,48,9 +2791,93,17197,48,31 +2792,93,17197,48,178 +2793,93,17197,48,193 +2794,93,17197,48,6 +2795,93,17197,48,4 +2796,93,17197,48,2 +2797,93,17197,48,0 +2798,93,17197,48,54 +2799,93,17197,48,43 +2800,93,17197,48,19 +2801,93,17197,48,2 +2802,93,17197,48,27 +2803,93,17197,48,21 +2804,93,17197,48,5 +2805,93,17197,48,0 +2806,93,17197,48,0 +2807,93,17197,48,5 +2808,93,17197,48,341 +2809,93,17197,48,11 +2810,93,17197,48,292 +2811,93,17197,48,100 +2812,93,17197,48,134 +2813,93,17197,48,58 +2814,93,17197,48,8 +2815,93,17197,48,91 +2816,93,17197,48,20 +2817,93,17197,48,68 +2818,93,17197,48,26 +2819,93,17197,48,4 +2820,93,17197,48,7 +2821,93,17197,48,15 +2822,93,17197,48,0 +2823,93,17197,48,4 +2824,93,17197,48,324 +2825,93,17197,48,151 +2826,97,17197,48,97 +2827,97,17197,48,8 +2828,97,17197,48,420 +2829,97,17197,48,35 +2830,103,17197,48,9 +2831,103,17197,48,1 +2832,103,17197,48,5 +2833,103,17197,48,1 +2834,109,17197,48,13 +2835,109,17197,48,6 +2836,109,17197,48,1 +2837,109,17197,48,2 +2838,91,17197,48,22 +2839,91,17197,48,15 +2840,91,17197,48,66 +2841,91,17197,48,43 +2842,91,17197,48,31 +2843,91,17197,48,63 +2844,91,17197,48,34 +2845,91,17197,48,0 +2846,91,17197,48,0 +2847,94,17197,48,7 +2848,94,17197,48,28 +2849,94,17197,48,6 +2850,94,17197,48,295 +2851,94,17197,48,37 +2852,94,17197,48,22 +2853,94,17197,48,64 +2854,94,17197,48,94 +2855,94,17197,48,43 +2856,98,17197,48,34 +2857,98,17197,48,17 +2858,98,17197,48,4 +2859,98,17197,48,49 +2860,98,17197,48,2 +2861,98,17197,48,3 +2862,98,17197,48,7 +2863,98,17197,48,2 +2864,98,17197,48,2 +2865,104,17197,48,21 +2866,104,17197,48,9 +2867,104,17197,48,4 +2868,104,17197,48,6 +2869,95,17197,48,355 +2870,95,17197,48,53 +2871,95,17197,48,29 +2872,95,17197,48,65 +2873,95,17197,48,121 +2874,95,17197,48,357 +2875,95,17197,48,57 +2876,95,17197,48,7 +2877,95,17197,48,166 +2878,95,17197,48,14 +2879,95,17197,48,150 +2880,95,17197,48,91 +2881,95,17197,48,37 +2882,95,17197,48,240 +2883,95,17197,48,1 +2884,99,17197,48,15 +2885,99,17197,48,10 +2886,99,17197,48,1 +2887,99,17197,48,4 +2888,99,17197,48,4 +2889,99,17197,48,10 +2890,99,17197,48,2 +2891,99,17197,48,53 +2892,99,17197,48,1 +2893,105,17197,48,4 +2894,105,17197,48,19 +2895,105,17197,48,14 +2896,105,17197,48,44 +2897,100,17197,48,137 +2898,100,17197,48,154 +2899,100,17197,48,80 +2900,100,17197,48,305 +2901,100,17197,48,184 +2902,100,17197,48,43 +2903,100,17197,48,10 +2904,100,17197,48,1 +2905,100,17197,48,3 +2906,106,17197,48,6 +2907,106,17197,48,2 +2908,106,17197,48,16 +2909,106,17197,48,5 +2910,101,17197,48,53 +2911,101,17197,48,15 +2912,101,17197,48,43 +2913,101,17197,48,13 +2914,101,17197,48,10 +2915,101,17197,48,19 +2916,101,17197,48,1 +2917,101,17197,48,0 +2918,101,17197,48,8 +2919,101,17197,48,4 +2920,101,17197,48,1 +2921,107,17197,48,106 +2922,107,17197,48,50 +2923,107,17197,48,6 +2924,107,17197,48,14 +2925,107,17197,48,8 +2926,107,17197,48,5 +2927,119,17063,48,3 +2928,119,17063,48,123 +2929,119,17063,48,95 +2930,119,17063,48,5 +2931,119,17063,48,10 +2932,119,17063,48,0 +2933,119,17063,48,3 +2934,119,17063,48,0 +2935,119,17063,48,233 +2936,119,17063,48,3 +2937,119,17063,48,0 +2938,119,17063,48,0 +2939,119,17063,48,127 +2940,119,17063,48,22 +2941,119,17063,48,0 +2942,119,17063,48,13 +2943,119,17063,48,1 +2944,119,17063,48,0 +2945,119,17063,48,7 +2946,119,17063,48,57 +2947,119,17063,48,1 +2948,119,17063,48,0 +2949,119,17063,48,294 +2950,119,17063,48,0 +2951,120,17007,48,3 +2952,120,17007,48,0 +2953,120,17007,48,0 +2954,120,17007,48,461 +2955,120,17007,48,2 +2956,120,17007,48,8 +2957,120,17007,48,215 +2958,120,17007,48,130 +2959,120,17007,48,0 +2960,120,17007,48,3 +2961,120,17007,48,40 +2962,120,17007,48,0 +2963,120,17007,48,0 +2964,120,17007,48,0 +2965,120,17007,48,28 +2966,120,17007,48,0 +2967,120,17007,48,0 +2968,120,17007,48,0 +2969,120,17007,48,2 +2970,120,17007,48,1 +2971,120,17007,48,0 +2972,120,17007,48,1 +2973,120,17007,48,34 +2974,120,17007,48,0 +2975,120,17007,48,0 +2976,121,17037,48,0 +2977,121,17037,48,99 +2978,121,17037,48,13 +2979,121,17037,48,163 +2980,121,17037,48,4 +2981,121,17037,48,0 +2982,121,17037,48,0 +2983,121,17037,48,0 +2984,121,17037,48,30 +2985,121,17037,48,0 +2986,121,17037,48,0 +2987,121,17037,48,0 +2988,121,17037,48,4 +2989,121,17037,48,575 +2990,121,17037,48,0 +2991,121,17037,48,584 +2992,121,17037,48,248 +2993,121,17037,48,3 +2994,121,17037,48,0 +2995,121,17037,48,2 +2996,121,17037,48,0 +2997,121,17037,48,0 +2998,121,17037,48,0 +2999,121,17037,48,0 +3000,121,17037,48,1404 +3001,121,17037,48,0 +3002,121,17037,48,16 +3003,121,17037,48,18 +3004,121,17037,48,317 +3005,121,17037,48,18 +3006,121,17037,48,0 +3007,121,17037,48,0 +3008,121,17037,48,10 +3009,121,17037,48,0 +3010,121,17037,48,0 +3011,121,17037,48,0 +3012,121,17037,48,0 +3013,121,17037,48,0 +3014,121,17037,48,0 +3015,121,17037,48,0 +3016,121,17037,48,0 +3017,121,17037,48,0 +3018,121,17037,48,3 +3019,121,17037,48,4 +3020,121,17037,48,4 +3021,121,17037,48,12 +3022,122,17091,48,0 +3023,122,17091,48,0 +3024,122,17091,48,0 +3025,122,17091,48,0 +3026,122,17091,48,3 +3027,122,17091,48,0 +3028,122,17091,48,13 +3029,122,17091,48,6 +3030,122,17091,48,211 +3031,122,17091,48,8 +3032,122,17091,48,0 +3033,122,17091,48,0 +3034,122,17091,48,279 +3035,122,17091,48,0 +3036,122,17091,48,0 +3037,122,17091,48,68 +3038,122,17091,48,0 +3039,122,17091,48,0 +3040,122,17091,48,13 +3041,122,17091,48,16 +3042,122,17091,48,1 +3043,122,17091,48,3 +3044,122,17091,48,0 +3045,122,17091,48,5 +3046,122,17091,48,4 +3047,122,17091,48,25 +3048,122,17091,48,0 +3049,122,17091,48,5 +3050,122,17091,48,20 +3051,122,17091,48,465 +3052,122,17091,48,0 +3053,122,17091,48,55 +3054,122,17091,48,3 +3055,122,17091,48,0 +3056,122,17091,48,184 +3057,122,17091,48,6 +3058,122,17091,48,0 +3059,122,17091,48,0 +3060,122,17091,48,4 +3061,122,17091,48,0 +3062,122,17091,48,23 +3063,122,17091,48,35 +3064,122,17091,48,0 +3065,122,17091,48,6 +3066,122,17091,48,0 +3067,122,17091,48,18 +3068,122,17091,48,9 +3069,122,17091,48,688 +3070,122,17091,48,5 +3071,122,17091,48,16 +3072,122,17091,48,4 +3073,122,17091,48,3 +3074,126,17099,48,0 +3075,126,17099,48,22 +3076,126,17099,48,19 +3077,126,17099,48,0 +3078,126,17099,48,0 +3079,126,17099,48,0 +3080,126,17099,48,0 +3081,126,17099,48,11 +3082,126,17099,48,0 +3083,126,17099,48,0 +3084,126,17099,48,16 +3085,126,17099,48,0 +3086,126,17099,48,0 +3087,126,17099,48,22 +3088,126,17099,48,3 +3089,126,17099,48,92 +3090,126,17099,48,0 +3091,126,17099,48,80 +3092,126,17099,48,34 +3093,126,17099,48,3 +3094,126,17099,48,0 +3095,126,17099,48,28 +3096,126,17099,48,19 +3097,126,17099,48,130 +3098,126,17099,48,245 +3099,126,17099,48,277 +3100,126,17099,48,140 +3101,126,17099,48,9 +3102,126,17099,48,0 +3103,126,17099,48,0 +3104,126,17099,48,0 +3105,126,17099,48,0 +3106,126,17099,48,13 +3107,126,17099,48,0 +3108,126,17099,48,0 +3109,126,17099,48,39 +3110,126,17099,48,625 +3111,126,17099,48,0 +3112,126,17099,48,0 +3113,126,17099,48,16 +3114,126,17099,48,3 +3115,126,17099,48,0 +3116,126,17099,48,23 +3117,126,17099,48,0 +3118,126,17099,48,5 +3119,126,17099,48,45 +3120,126,17099,48,14 +3121,126,17099,48,3 +3122,126,17099,48,53 +3123,126,17099,48,0 +3124,126,17099,48,0 +3125,126,17099,48,34 +3126,126,17099,48,0 +3127,126,17099,48,13 +3128,126,17099,48,0 +3129,126,17099,48,15 +3130,126,17099,48,10 +3131,126,17099,48,0 +3132,126,17099,48,5 +3133,126,17099,48,0 +3134,126,17099,48,0 +3135,126,17099,48,4 +3136,126,17099,48,21 +3137,126,17099,48,0 +3138,126,17099,48,1 +3139,126,17099,48,4 +3140,126,17099,48,0 +3141,126,17099,48,11 +3142,126,17099,48,0 +3143,126,17099,48,3 +3144,126,17099,48,1 +3145,126,17099,48,4 +3146,125,17103,48,5 +3147,125,17103,48,15 +3148,125,17103,48,2 +3149,125,17103,48,12 +3150,125,17103,48,6 +3151,125,17103,48,2 +3152,124,17141,48,0 +3153,124,17141,48,0 +3154,124,17141,48,134 +3155,124,17141,48,0 +3156,124,17141,48,0 +3157,124,17141,48,182 +3158,124,17141,48,0 +3159,124,17141,48,0 +3160,124,17141,48,0 +3161,124,17141,48,935 +3162,124,17141,48,12 +3163,124,17141,48,104 +3164,124,17141,48,78 +3165,124,17141,48,0 +3166,124,17141,48,0 +3167,124,17141,48,0 +3168,124,17141,48,46 +3169,123,17201,48,8 +3170,123,17201,48,0 +3171,123,17201,48,0 +3172,123,17201,48,20 +3173,123,17201,48,89 +3174,123,17201,48,3 +3175,123,17201,48,1 +3176,123,17201,48,0 +3177,123,17201,48,0 +3178,123,17201,48,0 +3179,123,17201,48,0 +3180,123,17201,48,0 +3181,123,17201,48,1 +3182,123,17201,48,0 +3183,123,17201,48,0 +3184,123,17201,48,0 +3185,123,17201,48,0 +3186,123,17201,48,0 +3187,123,17201,48,0 +3188,123,17201,48,0 +3189,123,17201,48,7 +3190,123,17201,48,1045 +3191,123,17201,48,1211 +3192,123,17201,48,9 +3193,123,17201,48,305 +3194,123,17201,48,1732 +3195,123,17201,48,2 +3196,123,17201,48,4 +3197,123,17201,48,0 +3198,123,17201,48,2 +3199,123,17201,48,0 +3200,123,17201,48,0 +3201,123,17201,48,102 +3202,123,17201,48,981 +3203,123,17201,48,1 +3204,123,17201,48,0 +3205,123,17201,48,0 +3206,123,17201,48,223 +3207,123,17201,48,0 +3208,123,17201,48,219 +3209,123,17201,48,0 +3210,123,17201,48,0 +3211,123,17201,48,1 +3212,123,17201,48,1 +3213,123,17201,48,37 +3214,123,17201,48,10 +3215,123,17201,48,73 +3216,123,17201,48,5 +3217,123,17201,48,30 +3218,123,17201,48,9 +3219,123,17201,48,20 +3220,123,17201,48,4 +3221,123,17201,48,1 +3222,123,17201,48,6 +3223,123,17201,48,23 +3224,123,17201,48,0 +3225,123,17201,48,0 +3226,123,17201,48,60 +3227,123,17201,48,11 +3228,123,17201,48,8 +3229,123,17201,48,13 +3230,123,17201,48,64 +3231,123,17201,48,1 +3232,123,17201,48,0 +3233,123,17201,48,4 +3234,123,17201,48,25 +3235,123,17201,48,5 +3236,123,17201,48,0 +3237,123,17201,48,76 +3238,123,17201,48,0 +3239,123,17201,48,0 +3240,123,17201,48,0 +3241,123,17201,48,6 +3242,123,17201,48,31 +3243,123,17201,48,1 +3244,123,17201,48,0 +3245,123,17201,48,0 +3246,123,17201,48,1 +3247,123,17201,48,22 +3248,127,18089,48,0 +3249,127,18089,48,0 +3250,127,18089,48,12 +3251,127,18089,48,0 +3252,127,18089,48,0 +3253,127,18089,48,0 +3254,127,18089,48,6 +3255,127,18089,48,11 +3256,127,18089,48,4 +3257,127,18089,48,20 +3258,127,18089,48,25 +3259,127,18089,48,21 +3260,127,18089,48,12 +3261,127,18089,48,6 +3262,127,18089,48,8 +3263,127,18089,48,0 +3264,127,18089,48,0 +3265,127,18089,48,0 +3266,127,18089,48,0 +3267,127,18089,48,7 +3268,127,18089,48,4 +3269,127,18089,48,40 +3270,127,18089,48,0 +3271,127,18089,48,0 +3272,127,18089,48,0 +3273,127,18089,48,0 +3274,127,18089,48,0 +3275,127,18089,48,26 +3276,127,18089,48,57 +3277,127,18089,48,70 +3278,127,18089,48,0 +3279,127,18089,48,0 +3280,127,18089,48,10 +3281,127,18089,48,26 +3282,127,18089,48,123 +3283,127,18089,48,0 +3284,127,18089,48,5 +3285,127,18089,48,19 +3286,127,18089,48,0 +3287,127,18089,48,20 +3288,127,18089,48,0 +3289,127,18089,48,0 +3290,127,18089,48,4 +3291,127,18089,48,0 +3292,127,18089,48,42 +3293,127,18089,48,0 +3294,127,18089,48,9 +3295,127,18089,48,4 +3296,127,18089,48,0 +3297,127,18089,48,10 +3298,127,18089,48,166 +3299,127,18089,48,58 +3300,127,18089,48,0 +3301,127,18089,48,22 +3302,127,18089,48,14 +3303,127,18089,48,25 +3304,127,18089,48,9 +3305,127,18089,48,1 +3306,127,18089,48,8 +3307,127,18089,48,12 +3308,127,18089,48,5 +3309,127,18089,48,77 +3310,127,18089,48,98 +3311,127,18089,48,187 +3312,127,18089,48,53 +3313,127,18089,48,3 +3314,127,18089,48,76 +3315,127,18089,48,4 +3316,127,18089,48,250 +3317,127,18089,48,49 +3318,127,18089,48,435 +3319,127,18089,48,18 +3320,127,18089,48,50 +3321,127,18089,48,7 +3322,127,18089,48,30 +3323,127,18089,48,0 +3324,127,18089,48,189 +3325,127,18089,48,294 +3326,127,18089,48,504 +3327,127,18089,48,377 +3328,127,18089,48,134 +3329,127,18089,48,1129 +3330,127,18089,48,38 +3331,127,18089,48,443 +3332,127,18089,48,288 +3333,127,18089,48,210 +3334,127,18089,48,467 +3335,127,18089,48,1521 +3336,127,18089,48,21 +3337,127,18089,48,13 +3338,127,18089,48,7 +3339,127,18089,48,492 +3340,127,18089,48,104 +3341,127,18089,48,742 +3342,127,18089,48,306 +3343,127,18089,48,222 +3344,127,18089,48,195 +3345,129,18091,48,4 +3346,129,18091,48,32 +3347,129,18091,48,0 +3348,129,18091,48,52 +3349,129,18091,48,0 +3350,129,18091,48,22 +3351,129,18091,48,49 +3352,129,18091,48,213 +3353,129,18091,48,0 +3354,129,18091,48,25 +3355,129,18091,48,0 +3356,129,18091,48,0 +3357,129,18091,48,3 +3358,129,18091,48,0 +3359,129,18091,48,0 +3360,129,18091,48,79 +3361,129,18091,48,204 +3362,129,18091,48,247 +3363,129,18091,48,0 +3364,129,18091,48,42 +3365,129,18091,48,4 +3366,129,18091,48,110 +3367,129,18091,48,145 +3368,129,18091,48,0 +3369,129,18091,48,33 +3370,129,18091,48,0 +3371,129,18091,48,2 +3372,129,18091,48,253 +3373,129,18091,48,224 +3374,129,18091,48,0 +3375,129,18091,48,18 +3376,129,18091,48,0 +3377,129,18091,48,4 +3378,129,18091,48,10 +3379,129,18091,48,5 +3380,129,18091,48,0 +3381,129,18091,48,0 +3382,129,18091,48,0 +3383,129,18091,48,3 +3384,129,18091,48,13 +3385,129,18091,48,0 +3386,129,18091,48,602 +3387,129,18091,48,34 +3388,129,18091,48,62 +3389,129,18091,48,0 +3390,129,18091,48,0 +3391,129,18091,48,0 +3392,129,18091,48,0 +3393,129,18091,48,0 +3394,129,18091,48,4 +3395,129,18091,48,14 +3396,129,18091,48,41 +3397,129,18091,48,100 +3398,129,18091,48,0 +3399,129,18091,48,3 +3400,129,18091,48,219 +3401,128,18127,48,0 +3402,128,18127,48,18 +3403,128,18127,48,0 +3404,128,18127,48,185 +3405,128,18127,48,0 +3406,128,18127,48,15 +3407,128,18127,48,17 +3408,128,18127,48,66 +3409,128,18127,48,40 +3410,128,18127,48,0 +3411,128,18127,48,54 +3412,128,18127,48,0 +3413,128,18127,48,3 +3414,128,18127,48,0 +3415,128,18127,48,11 +3416,128,18127,48,13 +3417,128,18127,48,11 +3418,128,18127,48,10 +3419,128,18127,48,41 +3420,128,18127,48,50 +3421,128,18127,48,0 +3422,128,18127,48,43 +3423,128,18127,48,0 +3424,128,18127,48,0 +3425,128,18127,48,11 +3426,128,18127,48,38 +3427,128,18127,48,0 +3428,128,18127,48,10 +3429,128,18127,48,55 +3430,128,18127,48,24 +3431,128,18127,48,0 +3432,128,18127,48,0 +3433,128,18127,48,187 +3434,128,18127,48,7 +3435,128,18127,48,6 +3436,128,18127,48,359 +3437,128,18127,48,129 +3438,128,18127,48,17 +3439,128,18127,48,17 +3440,128,18127,48,17 +3441,128,18127,48,439 +3442,128,18127,48,9 +3443,128,18127,48,4 +3444,128,18127,48,0 +3445,128,18127,48,2 +3446,128,18127,48,6 +3447,128,18127,48,44 +3448,128,18127,48,7 +3449,128,18127,48,87 +3450,128,18127,48,108 +3451,128,18127,48,127 +3452,128,18127,48,0 +3453,128,18127,48,6 +3454,128,18127,48,14 +3455,128,18127,48,304 +3456,128,18127,48,4 +3457,128,18127,48,217 +3458,128,18127,48,294 +3459,128,18127,48,0 +3460,128,18127,48,0 +3461,128,18127,48,0 +3462,128,18127,48,4 +3463,128,18127,48,180 +3464,128,18127,48,227 +3465,128,18127,48,2 +3466,128,18127,48,0 +3467,128,18127,48,9 +3468,130,55059,48,10 +3469,130,55059,48,0 +3470,130,55059,48,5 +3471,130,55059,48,0 +3472,130,55059,48,0 +3473,130,55059,48,177 +3474,130,55059,48,0 +3475,130,55059,48,0 +3476,130,55059,48,1 +3477,130,55059,48,16 +3478,130,55059,48,39 +3479,130,55059,48,4 +3480,130,55059,48,0 +3481,130,55059,48,55 +3482,130,55059,48,124 +3483,130,55059,48,437 +3484,130,55059,48,18 +3485,130,55059,48,35 +3486,130,55059,48,535 +3487,130,55059,48,0 +3488,130,55059,48,9 +3489,130,55059,48,45 +3490,130,55059,48,0 +3491,130,55059,48,129 +3492,130,55059,48,60 +3493,130,55059,48,45 +3494,130,55059,48,0 +3495,130,55059,48,0 +3496,130,55059,48,12 +3497,130,55059,48,0 +3498,130,55059,48,0 +3499,130,55059,48,12 +3500,130,55059,48,98 +3501,130,55059,48,61 +3502,130,55059,48,605 +3503,130,55059,48,82 +3504,130,55059,48,725 +3505,130,55059,48,0 +3506,130,55059,48,0 +3507,130,55059,48,0 +3508,130,55059,48,9 +3509,130,55059,48,0 +3510,130,55059,48,490 +3511,130,55059,48,69 +3512,130,55059,48,0 +3513,131,55101,48,14 +3514,131,55101,48,0 +3515,131,55101,48,222 +3516,131,55101,48,85 +3517,131,55101,48,13 +3518,131,55101,48,145 +3519,131,55101,48,0 +3520,131,55101,48,6 +3521,131,55101,48,0 +3522,131,55101,48,0 +3523,131,55101,48,0 +3524,131,55101,48,0 +3525,131,55101,48,76 +3526,131,55101,48,0 +3527,131,55101,48,1 +3528,131,55101,48,1 +3529,131,55101,48,0 +3530,131,55101,48,240 +3531,131,55101,48,0 +3532,131,55101,48,11 +3533,131,55101,48,89 +3534,131,55101,48,0 +3535,131,55101,48,875 +3536,131,55101,48,3 +3537,131,55101,48,713 +3538,131,55101,48,312 +3539,131,55101,48,0 +3540,131,55101,48,0 +3541,131,55101,48,0 +3542,131,55101,48,7 +3543,131,55101,48,47 +3544,131,55101,48,434 +3545,131,55101,48,45 +3546,131,55101,48,157 +3547,131,55101,48,106 +3548,131,55101,48,0 +3549,131,55101,48,163 +3550,131,55101,48,0 +3551,131,55101,48,1 +3552,131,55101,48,0 +3553,131,55101,48,5 +3554,131,55101,48,7 +3555,131,55101,48,4 +3556,131,55101,48,3 +3557,131,55101,48,116 +3558,131,55101,48,4 +3559,131,55101,48,40 +3560,131,55101,48,74 +3561,131,55101,48,41 +3562,131,55101,48,22 +3563,131,55101,48,23 +3564,131,55101,48,96 +3565,131,55101,48,14 +3566,131,55101,48,0 +3567,131,55101,48,1 +3568,131,55101,48,0 +3569,132,55127,48,153 +3570,132,55127,48,21 +3571,132,55127,48,0 +3572,132,55127,48,0 +3573,132,55127,48,184 +3574,132,55127,48,30 +3575,132,55127,48,0 +3576,132,55127,48,0 +3577,132,55127,48,0 +3578,132,55127,48,9 +3579,132,55127,48,0 +3580,132,55127,48,0 +3581,132,55127,48,0 +3582,132,55127,48,117 +3583,132,55127,48,770 +3584,132,55127,48,0 +3585,132,55127,48,0 +3586,132,55127,48,0 +3587,132,55127,48,0 +3588,132,55127,48,0 +3589,132,55127,48,178 +3590,132,55127,48,0 +3591,132,55127,48,0 +3592,132,55127,48,0 +3593,132,55127,48,0 +3594,132,55127,48,153 +3595,132,55127,48,296 +3596,132,55127,48,0 +3597,132,55127,48,0 +3598,132,55127,48,0 +3599,132,55127,48,0 +3600,132,55127,48,1 +3601,132,55127,48,0 +3602,132,55127,48,0 +3603,132,55127,48,3 +3604,132,55127,48,0 +3605,132,55127,48,2 +3606,132,55127,48,4 +3607,132,55127,48,11 +3608,132,55127,48,0 +3609,132,55127,48,0 +3610,132,55127,48,224 +3611,132,55127,48,1 +3612,132,55127,48,1 +3613,132,55127,48,8 +3614,132,55127,48,0 +3615,132,55127,48,0 +3616,132,55127,48,2 +3617,132,55127,48,3 +3618,132,55127,48,0 +3619,132,55127,48,0 +3620,132,55127,48,0 +3621,132,55127,48,0 +3622,132,55127,48,0 +3623,132,55127,48,0 +3624,132,55127,48,15 +3625,132,55127,48,0 +3626,132,55127,48,404 +3627,132,55127,48,8 +3628,132,55127,48,4 +3629,132,55127,48,0 +3630,132,55127,48,68 +3631,132,55127,48,3 +3632,132,55127,48,105 +1,17,17031,51,0 +2,17,17031,51,175 +3,17,17031,51,256 +4,17,17031,51,43 +5,17,17031,51,166 +6,17,17031,51,90 +7,17,17031,51,128 +8,17,17031,51,5 +9,17,17031,51,3 +10,17,17031,51,199 +11,17,17031,51,216 +12,17,17031,51,824 +13,17,17031,51,754 +14,17,17031,51,95 +15,17,17031,51,10 +16,17,17031,51,808 +17,17,17031,51,767 +18,17,17031,51,1166 +19,17,17031,51,26 +20,17,17031,51,78 +21,17,17031,51,1621 +22,17,17031,51,2886 +23,17,17031,51,739 +24,17,17031,51,298 +25,17,17031,51,377 +26,17,17031,51,44 +27,17,17031,51,173 +28,17,17031,51,1618 +29,17,17031,51,723 +30,17,17031,51,142 +31,17,17031,51,8 +32,17,17031,51,15 +33,17,17031,51,83 +34,17,17031,51,176 +35,17,17031,51,1010 +36,17,17031,51,138 +37,17,17031,51,22 +38,17,17031,51,55 +39,17,17031,51,58 +40,17,17031,51,37 +41,17,17031,51,7 +42,17,17031,51,0 +43,17,17031,51,4 +44,17,17031,51,6 +45,17,17031,51,3 +46,17,17031,51,0 +47,17,17031,51,58 +48,17,17031,51,77 +49,17,17031,51,99 +50,17,17031,51,61 +51,17,17031,51,40 +52,17,17031,51,4 +53,17,17031,51,38 +54,17,17031,51,69 +55,17,17031,51,477 +56,17,17031,51,103 +57,17,17031,51,191 +58,17,17031,51,45 +59,17,17031,51,74 +60,17,17031,51,100 +61,17,17031,51,264 +62,17,17031,51,50 +63,17,17031,51,203 +64,17,17031,51,12 +65,17,17031,51,11 +66,17,17031,51,18 +67,17,17031,51,24 +68,17,17031,51,24 +69,17,17031,51,0 +70,17,17031,51,47 +71,17,17031,51,5 +72,17,17031,51,22 +73,17,17031,51,10 +74,17,17031,51,10 +75,17,17031,51,92 +76,17,17031,51,239 +77,17,17031,51,1 +78,14,17031,51,18 +79,14,17031,51,58 +80,14,17031,51,54 +81,14,17031,51,45 +82,14,17031,51,82 +83,14,17031,51,22 +84,14,17031,51,83 +85,14,17031,51,14 +86,14,17031,51,38 +87,14,17031,51,51 +88,14,17031,51,7 +89,14,17031,51,18 +90,17,17031,51,17 +91,17,17031,51,115 +92,17,17031,51,13 +93,17,17031,51,28 +94,17,17031,51,29 +95,17,17031,51,264 +96,17,17031,51,33 +97,17,17031,51,36 +98,17,17031,51,18 +99,17,17031,51,37 +100,17,17031,51,61 +101,17,17031,51,39 +102,17,17031,51,201 +103,17,17031,51,19 +104,17,17031,51,4 +105,17,17031,51,5 +106,17,17031,51,7 +107,17,17031,51,20 +108,17,17031,51,114 +109,17,17031,51,6 +110,17,17031,51,12 +111,17,17031,51,83 +112,17,17031,51,44 +113,17,17031,51,1 +114,17,17031,51,2 +115,17,17031,51,0 +116,17,17031,51,28 +117,17,17031,51,14 +118,17,17031,51,4 +119,17,17031,51,2 +120,17,17031,51,27 +121,17,17031,51,7 +122,8,17031,51,47 +123,12,17031,51,4 +124,12,17031,51,53 +125,12,17031,51,3 +126,12,17031,51,0 +127,12,17031,51,4 +128,12,17031,51,22 +129,12,17031,51,5 +130,12,17031,51,52 +131,12,17031,51,7 +132,12,17031,51,598 +133,12,17031,51,296 +134,12,17031,51,69 +135,12,17031,51,270 +136,12,17031,51,17 +137,12,17031,51,5 +138,12,17031,51,5 +139,12,17031,51,45 +140,12,17031,51,0 +141,9,17031,51,0 +142,9,17031,51,0 +143,9,17031,51,5 +144,9,17031,51,1 +145,9,17031,51,3 +146,9,17031,51,0 +147,12,17031,51,25 +148,12,17031,51,0 +149,12,17031,51,1 +150,12,17031,51,1 +151,12,17031,51,45 +152,12,17031,51,38 +153,12,17031,51,2 +154,10,17031,51,0 +155,10,17031,51,1 +156,10,17031,51,0 +157,10,17031,51,0 +158,10,17031,51,0 +159,10,17031,51,1 +160,10,17031,51,5 +161,10,17031,51,21 +162,10,17031,51,0 +163,11,17031,51,9 +164,11,17031,51,3 +165,11,17031,51,5 +166,11,17031,51,8 +167,10,17031,51,1 +168,10,17031,51,24 +169,10,17031,51,18 +170,10,17031,51,0 +171,11,17031,51,122 +172,11,17031,51,1 +173,11,17031,51,6 +174,11,17031,51,23 +175,11,17031,51,38 +176,11,17031,51,17 +177,11,17031,51,12 +178,11,17031,51,0 +179,13,17031,51,0 +180,13,17031,51,7 +181,13,17031,51,3 +182,13,17031,51,0 +183,13,17031,51,6 +184,13,17031,51,1 +185,13,17031,51,0 +186,13,17031,51,0 +187,13,17031,51,15 +188,13,17031,51,0 +189,13,17031,51,0 +190,13,17031,51,0 +191,13,17031,51,6 +192,13,17031,51,0 +193,13,17031,51,0 +194,13,17031,51,1 +195,13,17031,51,1 +196,13,17031,51,63 +197,13,17031,51,0 +198,13,17031,51,2 +199,13,17031,51,1 +200,13,17031,51,9 +201,13,17031,51,12 +202,13,17031,51,21 +203,13,17031,51,0 +204,13,17031,51,1 +205,13,17031,51,0 +206,13,17031,51,0 +207,13,17031,51,0 +208,13,17031,51,1 +209,13,17031,51,4 +210,13,17031,51,131 +211,13,17031,51,2 +212,13,17031,51,46 +213,13,17031,51,0 +214,13,17031,51,1 +215,13,17031,51,26 +216,13,17031,51,0 +217,13,17031,51,8 +218,13,17031,51,3 +219,13,17031,51,67 +220,13,17031,51,23 +221,13,17031,51,3 +222,13,17031,51,97 +223,13,17031,51,80 +224,13,17031,51,10 +225,13,17031,51,8 +226,13,17031,51,0 +227,13,17031,51,16 +228,13,17031,51,7 +229,13,17031,51,2 +230,13,17031,51,14 +231,13,17031,51,250 +232,13,17031,51,3 +233,13,17031,51,5 +234,13,17031,51,53 +235,13,17031,51,8 +236,13,17031,51,4 +237,13,17031,51,7 +238,13,17031,51,20 +239,13,17031,51,7 +240,13,17031,51,1 +241,13,17031,51,15 +242,13,17031,51,7 +243,13,17031,51,7 +244,13,17031,51,6 +245,13,17031,51,0 +246,13,17031,51,0 +247,13,17031,51,0 +248,13,17031,51,2 +249,13,17031,51,6 +250,13,17031,51,8 +251,13,17031,51,1 +252,13,17031,51,2 +253,13,17031,51,9 +254,13,17031,51,3 +255,13,17031,51,2 +256,13,17031,51,0 +257,13,17031,51,41 +258,13,17031,51,3 +259,13,17031,51,52 +260,13,17031,51,16 +261,13,17031,51,75 +262,13,17031,51,94 +263,13,17031,51,2 +264,13,17031,51,21 +265,13,17031,51,6 +266,13,17031,51,174 +267,13,17031,51,8 +268,13,17031,51,1 +269,13,17031,51,16 +270,13,17031,51,27 +271,13,17031,51,41 +272,13,17031,51,6 +273,13,17031,51,2 +274,13,17031,51,3 +275,13,17031,51,2 +276,13,17031,51,7 +277,13,17031,51,12 +278,13,17031,51,1 +279,13,17031,51,12 +280,13,17031,51,9 +281,13,17031,51,1 +282,13,17031,51,19 +283,13,17031,51,15 +284,13,17031,51,21 +285,13,17031,51,4 +286,13,17031,51,8 +287,13,17031,51,6 +288,13,17031,51,2 +289,13,17031,51,6 +290,13,17031,51,10 +291,13,17031,51,0 +292,13,17031,51,4 +293,13,17031,51,39 +294,13,17031,51,4 +295,13,17031,51,2 +296,13,17031,51,6 +297,13,17031,51,7 +298,13,17031,51,1 +299,13,17031,51,3 +300,13,17031,51,15 +301,13,17031,51,4 +302,13,17031,51,4 +303,13,17031,51,3 +304,13,17031,51,35 +305,13,17031,51,11 +306,13,17031,51,41 +307,13,17031,51,7 +308,14,17031,51,27 +309,14,17031,51,3 +310,14,17031,51,4 +311,14,17031,51,9 +312,14,17031,51,24 +313,14,17031,51,2 +314,14,17031,51,8 +315,14,17031,51,1 +316,14,17031,51,21 +317,14,17031,51,30 +318,14,17031,51,44 +319,14,17031,51,5 +320,14,17031,51,35 +321,14,17031,51,29 +322,14,17031,51,0 +323,14,17031,51,10 +324,14,17031,51,8 +325,14,17031,51,54 +326,14,17031,51,24 +327,14,17031,51,165 +328,14,17031,51,23 +329,14,17031,51,40 +330,14,17031,51,36 +331,14,17031,51,0 +332,14,17031,51,7 +333,14,17031,51,19 +334,14,17031,51,7 +335,14,17031,51,6 +336,14,17031,51,51 +337,14,17031,51,23 +338,14,17031,51,63 +339,14,17031,51,11 +340,14,17031,51,10 +341,14,17031,51,14 +342,14,17031,51,18 +343,14,17031,51,53 +344,14,17031,51,16 +345,14,17031,51,6 +346,14,17031,51,281 +347,14,17031,51,144 +348,14,17031,51,15 +349,14,17031,51,20 +350,14,17031,51,48 +351,14,17031,51,5 +352,14,17031,51,245 +353,14,17031,51,0 +354,14,17031,51,22 +355,16,17031,51,26 +356,16,17031,51,0 +357,16,17031,51,2 +358,16,17031,51,1 +359,16,17031,51,1 +360,16,17031,51,4 +361,16,17031,51,97 +362,16,17031,51,4 +363,16,17031,51,5 +364,16,17031,51,3 +365,16,17031,51,2 +366,16,17031,51,4 +367,16,17031,51,10 +368,16,17031,51,30 +369,16,17031,51,8 +370,16,17031,51,0 +371,16,17031,51,23 +372,16,17031,51,9 +373,16,17031,51,0 +374,16,17031,51,3 +375,16,17031,51,8 +376,16,17031,51,2 +377,16,17031,51,2 +378,16,17031,51,6 +379,16,17031,51,109 +380,16,17031,51,2 +381,16,17031,51,2 +382,16,17031,51,1 +383,16,17031,51,1 +384,16,17031,51,3 +385,16,17031,51,1 +386,16,17031,51,2 +387,16,17031,51,9 +388,16,17031,51,16 +389,16,17031,51,5 +390,16,17031,51,4 +391,16,17031,51,6 +392,16,17031,51,2 +393,16,17031,51,3 +394,16,17031,51,1 +395,16,17031,51,5 +396,16,17031,51,2 +397,16,17031,51,4 +398,16,17031,51,0 +399,16,17031,51,3 +400,16,17031,51,2 +401,16,17031,51,291 +402,16,17031,51,8 +403,16,17031,51,0 +404,16,17031,51,8 +405,16,17031,51,1 +406,16,17031,51,7 +407,16,17031,51,6 +408,16,17031,51,1 +409,16,17031,51,1 +410,16,17031,51,13 +411,16,17031,51,3 +412,16,17031,51,3 +413,16,17031,51,1 +414,16,17031,51,5 +415,16,17031,51,2 +416,16,17031,51,3 +417,16,17031,51,14 +418,16,17031,51,0 +419,16,17031,51,17 +420,16,17031,51,20 +421,16,17031,51,0 +422,16,17031,51,1 +423,16,17031,51,0 +424,16,17031,51,5 +425,16,17031,51,0 +426,16,17031,51,0 +427,16,17031,51,5 +428,16,17031,51,0 +429,16,17031,51,4 +430,16,17031,51,125 +431,16,17031,51,11 +432,16,17031,51,14 +433,16,17031,51,16 +434,16,17031,51,3 +435,16,17031,51,0 +436,16,17031,51,0 +437,16,17031,51,32 +438,16,17031,51,0 +439,16,17031,51,1 +440,16,17031,51,1 +441,17,17031,51,7 +442,17,17031,51,7 +443,17,17031,51,1 +444,17,17031,51,1 +445,17,17031,51,2 +446,17,17031,51,80 +447,17,17031,51,8 +448,17,17031,51,18 +449,17,17031,51,8 +450,17,17031,51,23 +451,17,17031,51,7 +452,17,17031,51,1 +453,17,17031,51,164 +454,17,17031,51,0 +455,17,17031,51,15 +456,17,17031,51,12 +457,17,17031,51,8 +458,17,17031,51,0 +459,19,17031,51,40 +460,19,17031,51,5 +461,19,17031,51,19 +462,19,17031,51,20 +463,19,17031,51,0 +464,19,17031,51,2 +465,19,17031,51,9 +466,19,17031,51,6 +467,19,17031,51,21 +468,19,17031,51,6 +469,19,17031,51,0 +470,19,17031,51,12 +471,19,17031,51,3 +472,19,17031,51,157 +473,19,17031,51,0 +474,19,17031,51,5 +475,19,17031,51,13 +476,19,17031,51,28 +477,19,17031,51,0 +478,19,17031,51,4 +479,19,17031,51,1 +480,19,17031,51,88 +481,19,17031,51,5 +482,19,17031,51,2 +483,19,17031,51,3 +484,19,17031,51,0 +485,19,17031,51,9 +486,19,17031,51,0 +487,19,17031,51,0 +488,19,17031,51,0 +489,19,17031,51,18 +490,19,17031,51,8 +491,19,17031,51,0 +492,19,17031,51,1 +493,19,17031,51,37 +494,19,17031,51,0 +495,19,17031,51,2 +496,19,17031,51,5 +497,19,17031,51,9 +498,19,17031,51,2 +499,19,17031,51,2 +500,19,17031,51,1 +501,19,17031,51,52 +502,19,17031,51,72 +503,19,17031,51,38 +504,19,17031,51,2 +505,19,17031,51,4 +506,19,17031,51,1 +507,19,17031,51,3 +508,19,17031,51,3 +509,19,17031,51,3 +510,19,17031,51,2 +511,19,17031,51,54 +512,19,17031,51,8 +513,19,17031,51,2 +514,19,17031,51,2 +515,19,17031,51,3 +516,19,17031,51,5 +517,19,17031,51,19 +518,19,17031,51,7 +519,19,17031,51,6 +520,19,17031,51,43 +521,19,17031,51,0 +522,19,17031,51,4 +523,20,17031,51,11 +524,20,17031,51,33 +525,20,17031,51,7 +526,20,17031,51,0 +527,20,17031,51,26 +528,20,17031,51,0 +529,20,17031,51,0 +530,20,17031,51,46 +531,20,17031,51,0 +532,20,17031,51,36 +533,20,17031,51,9 +534,20,17031,51,7 +535,20,17031,51,2 +536,20,17031,51,1 +537,20,17031,51,4 +538,20,17031,51,19 +539,20,17031,51,6 +540,20,17031,51,0 +541,20,17031,51,3 +542,20,17031,51,1 +543,20,17031,51,1 +544,20,17031,51,3 +545,20,17031,51,8 +546,20,17031,51,1 +547,20,17031,51,19 +548,20,17031,51,9 +549,20,17031,51,6 +550,20,17031,51,0 +551,20,17031,51,2 +552,20,17031,51,80 +553,20,17031,51,1 +554,20,17031,51,47 +555,20,17031,51,13 +556,20,17031,51,1 +557,20,17031,51,10 +558,20,17031,51,0 +559,20,17031,51,1 +560,20,17031,51,7 +561,20,17031,51,2 +562,20,17031,51,15 +563,20,17031,51,82 +564,20,17031,51,7 +565,20,17031,51,0 +566,20,17031,51,1 +567,20,17031,51,6 +568,20,17031,51,0 +569,20,17031,51,3 +570,20,17031,51,9 +571,20,17031,51,0 +572,20,17031,51,0 +573,20,17031,51,3 +574,20,17031,51,28 +575,20,17031,51,2 +576,20,17031,51,1 +577,20,17031,51,1 +578,20,17031,51,20 +579,20,17031,51,8 +580,20,17031,51,9 +581,20,17031,51,0 +582,20,17031,51,1 +583,20,17031,51,24 +584,20,17031,51,15 +585,20,17031,51,3 +586,20,17031,51,3 +587,20,17031,51,23 +588,20,17031,51,0 +589,20,17031,51,0 +590,20,17031,51,2 +591,20,17031,51,7 +592,20,17031,51,8 +593,20,17031,51,0 +594,20,17031,51,1 +595,20,17031,51,10 +596,20,17031,51,1 +597,20,17031,51,22 +598,20,17031,51,22 +599,20,17031,51,0 +600,20,17031,51,9 +601,20,17031,51,1 +602,20,17031,51,1 +603,20,17031,51,39 +604,20,17031,51,25 +605,20,17031,51,12 +606,20,17031,51,11 +607,20,17031,51,6 +608,20,17031,51,7 +609,20,17031,51,0 +610,20,17031,51,1 +611,20,17031,51,8 +612,20,17031,51,35 +613,20,17031,51,0 +614,20,17031,51,18 +615,20,17031,51,0 +616,20,17031,51,0 +617,20,17031,51,5 +618,20,17031,51,16 +619,20,17031,51,2 +620,20,17031,51,1 +621,20,17031,51,16 +622,20,17031,51,1 +623,20,17031,51,12 +624,20,17031,51,3 +625,20,17031,51,9 +626,20,17031,51,0 +627,20,17031,51,0 +628,20,17031,51,1 +629,20,17031,51,0 +630,23,17031,51,0 +631,23,17031,51,40 +632,23,17031,51,37 +633,23,17031,51,12 +634,23,17031,51,25 +635,23,17031,51,42 +636,24,17031,51,1 +637,24,17031,51,7 +638,24,17031,51,53 +639,24,17031,51,4 +640,24,17031,51,13 +641,24,17031,51,0 +642,24,17031,51,0 +643,24,17031,51,2 +644,24,17031,51,1 +645,24,17031,51,8 +646,24,17031,51,2 +647,24,17031,51,5 +648,24,17031,51,2 +649,24,17031,51,27 +650,24,17031,51,13 +651,24,17031,51,41 +652,24,17031,51,8 +653,24,17031,51,48 +654,24,17031,51,0 +655,24,17031,51,2 +656,24,17031,51,2 +657,24,17031,51,6 +658,24,17031,51,0 +659,24,17031,51,0 +660,24,17031,51,0 +661,24,17031,51,0 +662,24,17031,51,14 +663,24,17031,51,1 +664,24,17031,51,4 +665,24,17031,51,0 +666,24,17031,51,0 +667,24,17031,51,0 +668,24,17031,51,2 +669,24,17031,51,1 +670,24,17031,51,8 +671,24,17031,51,2 +672,24,17031,51,9 +673,24,17031,51,12 +674,24,17031,51,30 +675,24,17031,51,0 +676,24,17031,51,1 +677,24,17031,51,0 +678,24,17031,51,2 +679,24,17031,51,1 +680,24,17031,51,19 +681,24,17031,51,6 +682,24,17031,51,12 +683,24,17031,51,143 +684,24,17031,51,0 +685,24,17031,51,0 +686,24,17031,51,0 +687,24,17031,51,9 +688,24,17031,51,6 +689,24,17031,51,0 +690,24,17031,51,2 +691,24,17031,51,0 +692,24,17031,51,1 +693,24,17031,51,0 +694,24,17031,51,0 +695,24,17031,51,0 +696,24,17031,51,0 +697,24,17031,51,11 +698,24,17031,51,46 +699,24,17031,51,0 +700,24,17031,51,4 +701,24,17031,51,5 +702,24,17031,51,1 +703,24,17031,51,0 +704,24,17031,51,2 +705,24,17031,51,29 +706,24,17031,51,0 +707,24,17031,51,1 +708,24,17031,51,2 +709,24,17031,51,4 +710,24,17031,51,4 +711,24,17031,51,10 +712,24,17031,51,0 +713,24,17031,51,0 +714,24,17031,51,6 +715,24,17031,51,0 +716,24,17031,51,3 +717,24,17031,51,0 +718,1,17031,51,0 +719,1,17031,51,0 +720,1,17031,51,33 +721,1,17031,51,0 +722,1,17031,51,9 +723,1,17031,51,2 +724,1,17031,51,36 +725,1,17031,51,22 +726,1,17031,51,93 +727,6,17031,51,10 +728,6,17031,51,0 +729,6,17031,51,10 +730,6,17031,51,0 +731,6,17031,51,0 +732,6,17031,51,1 +733,6,17031,51,0 +734,6,17031,51,7 +735,6,17031,51,31 +736,6,17031,51,1 +737,6,17031,51,28 +738,6,17031,51,166 +739,6,17031,51,0 +740,6,17031,51,1 +741,6,17031,51,5 +742,6,17031,51,0 +743,6,17031,51,38 +744,6,17031,51,2 +745,6,17031,51,12 +746,6,17031,51,0 +747,6,17031,51,265 +748,2,17031,51,2 +749,2,17031,51,12 +750,2,17031,51,0 +751,2,17031,51,1 +752,2,17031,51,0 +753,2,17031,51,6 +754,2,17031,51,1 +755,2,17031,51,0 +756,2,17031,51,6 +757,2,17031,51,16 +758,2,17031,51,6 +759,2,17031,51,0 +760,2,17031,51,3 +761,2,17031,51,2 +762,2,17031,51,0 +763,2,17031,51,36 +764,2,17031,51,7 +765,2,17031,51,6 +766,2,17031,51,27 +767,2,17031,51,0 +768,2,17031,51,0 +769,2,17031,51,93 +770,2,17031,51,0 +771,2,17031,51,0 +772,2,17031,51,12 +773,2,17031,51,59 +774,2,17031,51,7 +775,2,17031,51,381 +776,2,17031,51,0 +777,2,17031,51,25 +778,2,17031,51,4 +779,2,17031,51,5 +780,2,17031,51,1 +781,2,17031,51,2 +782,2,17031,51,4 +783,2,17031,51,1 +784,2,17031,51,66 +785,2,17031,51,59 +786,2,17031,51,16 +787,2,17031,51,0 +788,2,17031,51,0 +789,2,17031,51,2 +790,2,17031,51,78 +791,2,17031,51,2 +792,2,17031,51,63 +793,7,17031,51,32 +794,7,17031,51,271 +795,7,17031,51,1 +796,7,17031,51,3 +797,7,17031,51,0 +798,7,17031,51,99 +799,7,17031,51,125 +800,7,17031,51,38 +801,7,17031,51,30 +802,7,17031,51,0 +803,7,17031,51,18 +804,7,17031,51,120 +805,7,17031,51,120 +806,7,17031,51,2 +807,7,17031,51,1 +808,7,17031,51,0 +809,7,17031,51,6 +810,7,17031,51,0 +811,7,17031,51,7 +812,7,17031,51,11 +813,7,17031,51,1 +814,7,17031,51,324 +815,7,17031,51,5 +816,7,17031,51,6 +817,7,17031,51,144 +818,7,17031,51,119 +819,7,17031,51,7 +820,7,17031,51,14 +821,7,17031,51,65 +822,7,17031,51,15 +823,7,17031,51,14 +824,7,17031,51,0 +825,7,17031,51,3 +826,7,17031,51,238 +827,7,17031,51,10 +828,7,17031,51,1 +829,7,17031,51,0 +830,7,17031,51,0 +831,7,17031,51,33 +832,7,17031,51,3 +833,7,17031,51,1 +834,7,17031,51,111 +835,7,17031,51,2 +836,7,17031,51,3 +837,7,17031,51,47 +838,7,17031,51,4 +839,3,17031,51,7 +840,3,17031,51,0 +841,3,17031,51,0 +842,3,17031,51,0 +843,3,17031,51,23 +844,3,17031,51,0 +845,3,17031,51,1 +846,3,17031,51,1 +847,3,17031,51,0 +848,3,17031,51,49 +849,3,17031,51,3 +850,3,17031,51,0 +851,3,17031,51,0 +852,3,17031,51,8 +853,3,17031,51,0 +854,3,17031,51,25 +855,3,17031,51,0 +856,3,17031,51,13 +857,3,17031,51,61 +858,3,17031,51,61 +859,3,17031,51,0 +860,3,17031,51,0 +861,3,17031,51,0 +862,3,17031,51,3 +863,3,17031,51,157 +864,3,17031,51,115 +865,3,17031,51,30 +866,3,17031,51,1 +867,3,17031,51,11 +868,3,17031,51,0 +869,3,17031,51,1 +870,3,17031,51,68 +871,3,17031,51,26 +872,3,17031,51,2 +873,3,17031,51,16 +874,3,17031,51,0 +875,3,17031,51,59 +876,3,17031,51,27 +877,3,17031,51,1 +878,3,17031,51,3 +879,3,17031,51,4 +880,3,17031,51,0 +881,3,17031,51,0 +882,3,17031,51,219 +883,3,17031,51,0 +884,3,17031,51,0 +885,3,17031,51,0 +886,3,17031,51,234 +887,3,17031,51,0 +888,3,17031,51,0 +889,3,17031,51,0 +890,3,17031,51,20 +891,3,17031,51,1 +892,3,17031,51,114 +893,3,17031,51,0 +894,3,17031,51,1 +895,3,17031,51,6 +896,3,17031,51,0 +897,3,17031,51,0 +898,3,17031,51,1 +899,3,17031,51,2 +900,3,17031,51,26 +901,3,17031,51,102 +902,3,17031,51,54 +903,3,17031,51,67 +904,3,17031,51,3 +905,8,17031,51,205 +906,8,17031,51,1 +907,8,17031,51,36 +908,8,17031,51,0 +909,8,17031,51,96 +910,8,17031,51,72 +911,8,17031,51,3 +912,8,17031,51,4 +913,8,17031,51,0 +914,8,17031,51,5 +915,8,17031,51,79 +916,8,17031,51,0 +917,8,17031,51,0 +918,8,17031,51,558 +919,8,17031,51,2 +920,8,17031,51,6 +921,8,17031,51,10 +922,8,17031,51,1 +923,8,17031,51,0 +924,8,17031,51,1 +925,8,17031,51,0 +926,8,17031,51,0 +927,8,17031,51,0 +928,8,17031,51,116 +929,8,17031,51,1 +930,8,17031,51,1 +931,8,17031,51,5 +932,8,17031,51,8 +933,8,17031,51,1 +934,8,17031,51,2 +935,8,17031,51,11 +936,8,17031,51,20 +937,8,17031,51,0 +938,8,17031,51,0 +939,8,17031,51,0 +940,8,17031,51,0 +941,8,17031,51,0 +942,8,17031,51,9 +943,8,17031,51,61 +944,8,17031,51,5 +945,8,17031,51,0 +946,8,17031,51,121 +947,8,17031,51,30 +948,8,17031,51,6 +949,8,17031,51,1 +950,8,17031,51,2 +951,8,17031,51,0 +952,8,17031,51,4 +953,8,17031,51,15 +954,8,17031,51,38 +955,4,17031,51,54 +956,4,17031,51,218 +957,4,17031,51,12 +958,4,17031,51,44 +959,4,17031,51,212 +960,4,17031,51,0 +961,4,17031,51,9 +962,4,17031,51,8 +963,4,17031,51,77 +964,4,17031,51,2 +965,4,17031,51,8 +966,4,17031,51,8 +967,4,17031,51,8 +968,4,17031,51,0 +969,4,17031,51,2 +970,4,17031,51,28 +971,4,17031,51,2 +972,4,17031,51,4 +973,4,17031,51,99 +974,4,17031,51,2 +975,4,17031,51,4 +976,4,17031,51,28 +977,4,17031,51,56 +978,4,17031,51,92 +979,4,17031,51,11 +980,4,17031,51,5 +981,4,17031,51,56 +982,4,17031,51,2 +983,4,17031,51,4 +984,4,17031,51,151 +985,4,17031,51,4 +986,4,17031,51,0 +987,4,17031,51,349 +988,4,17031,51,0 +989,4,17031,51,2 +990,4,17031,51,0 +991,4,17031,51,522 +992,4,17031,51,0 +993,4,17031,51,13 +994,4,17031,51,0 +995,4,17031,51,30 +996,4,17031,51,6 +997,4,17031,51,0 +998,4,17031,51,13 +999,4,17031,51,6 +1000,4,17031,51,76 +1001,4,17031,51,0 +1002,9,17031,51,3 +1003,9,17031,51,4 +1004,9,17031,51,0 +1005,9,17031,51,195 +1006,9,17031,51,4 +1007,9,17031,51,0 +1008,9,17031,51,218 +1009,9,17031,51,0 +1010,9,17031,51,38 +1011,9,17031,51,118 +1012,9,17031,51,0 +1013,9,17031,51,7 +1014,9,17031,51,2 +1015,9,17031,51,5 +1016,9,17031,51,27 +1017,9,17031,51,1 +1018,9,17031,51,3 +1019,9,17031,51,3 +1020,9,17031,51,2 +1021,9,17031,51,8 +1022,9,17031,51,10 +1023,9,17031,51,29 +1024,9,17031,51,1 +1025,9,17031,51,0 +1026,9,17031,51,20 +1027,9,17031,51,25 +1028,9,17031,51,64 +1029,9,17031,51,1 +1030,9,17031,51,0 +1031,9,17031,51,0 +1032,9,17031,51,15 +1033,9,17031,51,7 +1034,9,17031,51,2 +1035,9,17031,51,2 +1036,9,17031,51,2 +1037,9,17031,51,72 +1038,9,17031,51,3 +1039,9,17031,51,38 +1040,9,17031,51,0 +1041,9,17031,51,0 +1042,9,17031,51,85 +1043,9,17031,51,0 +1044,9,17031,51,3 +1045,9,17031,51,9 +1046,9,17031,51,0 +1047,9,17031,51,0 +1048,9,17031,51,0 +1049,9,17031,51,14 +1050,9,17031,51,34 +1051,9,17031,51,0 +1052,9,17031,51,1 +1053,9,17031,51,0 +1054,9,17031,51,170 +1055,9,17031,51,4 +1056,9,17031,51,1 +1057,9,17031,51,25 +1058,9,17031,51,1 +1059,9,17031,51,0 +1060,9,17031,51,0 +1061,12,17031,51,598 +1062,9,17031,51,8 +1063,9,17031,51,0 +1064,12,17031,51,2 +1065,9,17031,51,0 +1066,9,17031,51,5 +1067,9,17031,51,155 +1068,12,17031,51,3 +1069,5,17031,51,0 +1070,5,17031,51,14 +1071,5,17031,51,0 +1072,5,17031,51,2 +1073,5,17031,51,16 +1074,5,17031,51,94 +1075,5,17031,51,92 +1076,5,17031,51,16 +1077,5,17031,51,8 +1078,5,17031,51,2 +1079,5,17031,51,12 +1080,5,17031,51,1 +1081,5,17031,51,42 +1082,5,17031,51,12 +1083,5,17031,51,0 +1084,5,17031,51,0 +1085,5,17031,51,0 +1086,5,17031,51,2 +1087,10,17031,51,0 +1088,5,17031,51,94 +1089,10,17031,51,1 +1090,5,17031,51,0 +1091,5,17031,51,6 +1092,10,17031,51,4 +1093,10,17031,51,428 +1094,10,17031,51,50 +1095,10,17031,51,18 +1096,10,17031,51,2 +1097,10,17031,51,2 +1098,5,17031,51,24 +1099,10,17031,51,3 +1100,10,17031,51,0 +1101,10,17031,51,2 +1102,10,17031,51,0 +1103,10,17031,51,3 +1104,10,17031,51,3 +1105,10,17031,51,0 +1106,10,17031,51,0 +1107,10,17031,51,34 +1108,10,17031,51,5 +1109,10,17031,51,2 +1110,10,17031,51,0 +1111,10,17031,51,0 +1112,10,17031,51,12 +1113,10,17031,51,5 +1114,10,17031,51,0 +1115,10,17031,51,0 +1116,10,17031,51,2 +1117,10,17031,51,115 +1118,10,17031,51,1 +1119,10,17031,51,75 +1120,10,17031,51,1 +1121,10,17031,51,7 +1122,10,17031,51,5 +1123,10,17031,51,22 +1124,10,17031,51,33 +1125,10,17031,51,5 +1126,10,17031,51,5 +1127,10,17031,51,16 +1128,10,17031,51,28 +1129,10,17031,51,10 +1130,10,17031,51,1 +1131,10,17031,51,2 +1132,10,17031,51,20 +1133,10,17031,51,12 +1134,10,17031,51,3 +1135,10,17031,51,11 +1136,10,17031,51,1 +1137,10,17031,51,0 +1138,10,17031,51,9 +1139,10,17031,51,8 +1140,10,17031,51,7 +1141,10,17031,51,0 +1142,10,17031,51,8 +1143,10,17031,51,1 +1144,10,17031,51,69 +1145,10,17031,51,7 +1146,10,17031,51,1 +1147,10,17031,51,13 +1148,10,17031,51,33 +1149,10,17031,51,2 +1150,10,17031,51,221 +1151,10,17031,51,16 +1152,10,17031,51,25 +1153,10,17031,51,93 +1154,10,17031,51,39 +1155,10,17031,51,3 +1156,10,17031,51,0 +1157,10,17031,51,18 +1158,10,17031,51,2 +1159,10,17031,51,15 +1160,10,17031,51,3 +1161,10,17031,51,0 +1162,10,17031,51,0 +1163,10,17031,51,66 +1164,10,17031,51,0 +1165,10,17031,51,0 +1166,10,17031,51,0 +1167,10,17031,51,30 +1168,10,17031,51,16 +1169,10,17031,51,4 +1170,10,17031,51,8 +1171,11,17031,51,0 +1172,11,17031,51,0 +1173,11,17031,51,5 +1174,11,17031,51,984 +1175,11,17031,51,1 +1176,11,17031,51,34 +1177,11,17031,51,8 +1178,11,17031,51,11 +1179,11,17031,51,0 +1180,11,17031,51,2 +1181,11,17031,51,9 +1182,11,17031,51,3 +1183,12,17031,51,12 +1184,12,17031,51,0 +1185,12,17031,51,179 +1186,12,17031,51,8 +1187,12,17031,51,1 +1188,13,17031,51,24 +1189,12,17031,51,4 +1190,13,17031,51,0 +1191,12,17031,51,7 +1192,12,17031,51,23 +1193,12,17031,51,1 +1194,12,17031,51,1 +1195,12,17031,51,2 +1196,12,17031,51,0 +1197,12,17031,51,3 +1198,12,17031,51,0 +1199,12,17031,51,22 +1200,12,17031,51,39 +1201,12,17031,51,1 +1202,12,17031,51,2 +1203,12,17031,51,2 +1204,12,17031,51,2 +1205,12,17031,51,25 +1206,12,17031,51,0 +1207,12,17031,51,1 +1208,12,17031,51,127 +1209,12,17031,51,2 +1210,12,17031,51,0 +1211,12,17031,51,7 +1212,12,17031,51,1 +1213,12,17031,51,0 +1214,12,17031,51,4 +1215,12,17031,51,0 +1216,12,17031,51,0 +1217,12,17031,51,6 +1218,12,17031,51,25 +1219,12,17031,51,160 +1220,12,17031,51,0 +1221,12,17031,51,0 +1222,12,17031,51,6 +1223,12,17031,51,55 +1224,12,17031,51,7 +1225,12,17031,51,0 +1226,12,17031,51,1 +1227,12,17031,51,0 +1228,12,17031,51,4 +1229,15,17031,51,2 +1230,15,17031,51,3 +1231,15,17031,51,0 +1232,15,17031,51,32 +1233,15,17031,51,0 +1234,15,17031,51,1 +1235,15,17031,51,9 +1236,15,17031,51,17 +1237,15,17031,51,5 +1238,15,17031,51,4 +1239,15,17031,51,2 +1240,15,17031,51,2 +1241,15,17031,51,3 +1242,15,17031,51,0 +1243,15,17031,51,0 +1244,15,17031,51,0 +1245,15,17031,51,0 +1246,15,17031,51,0 +1247,15,17031,51,21 +1248,15,17031,51,5 +1249,15,17031,51,0 +1250,15,17031,51,29 +1251,15,17031,51,9 +1252,15,17031,51,23 +1253,15,17031,51,1 +1254,15,17031,51,0 +1255,15,17031,51,13 +1256,15,17031,51,24 +1257,15,17031,51,2 +1258,15,17031,51,0 +1259,15,17031,51,2 +1260,15,17031,51,0 +1261,15,17031,51,10 +1262,15,17031,51,4 +1263,15,17031,51,20 +1264,15,17031,51,39 +1265,15,17031,51,5 +1266,15,17031,51,13 +1267,15,17031,51,48 +1268,15,17031,51,12 +1269,15,17031,51,279 +1270,15,17031,51,1 +1271,15,17031,51,4 +1272,15,17031,51,41 +1273,15,17031,51,4 +1274,15,17031,51,22 +1275,15,17031,51,0 +1276,15,17031,51,2 +1277,15,17031,51,3 +1278,15,17031,51,13 +1279,15,17031,51,0 +1280,15,17031,51,1 +1281,15,17031,51,15 +1282,15,17031,51,8 +1283,15,17031,51,0 +1284,15,17031,51,78 +1285,15,17031,51,5 +1286,15,17031,51,67 +1287,15,17031,51,7 +1288,15,17031,51,0 +1289,15,17031,51,7 +1290,15,17031,51,1 +1291,15,17031,51,6 +1292,15,17031,51,14 +1293,15,17031,51,142 +1294,15,17031,51,295 +1295,15,17031,51,70 +1296,15,17031,51,8 +1297,15,17031,51,1 +1298,15,17031,51,2 +1299,15,17031,51,13 +1300,15,17031,51,0 +1301,15,17031,51,0 +1302,15,17031,51,10 +1303,15,17031,51,8 +1304,15,17031,51,0 +1305,15,17031,51,0 +1306,15,17031,51,19 +1307,15,17031,51,0 +1308,15,17031,51,0 +1309,15,17031,51,0 +1310,15,17031,51,20 +1311,15,17031,51,2 +1312,15,17031,51,33 +1313,16,17031,51,0 +1314,16,17031,51,0 +1315,16,17031,51,10 +1316,16,17031,51,9 +1317,16,17031,51,8 +1318,16,17031,51,3 +1319,16,17031,51,197 +1320,16,17031,51,62 +1321,16,17031,51,2 +1322,16,17031,51,115 +1323,16,17031,51,4 +1324,16,17031,51,4 +1325,16,17031,51,7 +1326,16,17031,51,4 +1327,16,17031,51,13 +1328,16,17031,51,0 +1329,16,17031,51,4 +1330,16,17031,51,3 +1331,16,17031,51,1 +1332,16,17031,51,16 +1333,16,17031,51,16 +1334,16,17031,51,16 +1335,16,17031,51,2 +1336,16,17031,51,0 +1337,16,17031,51,3 +1338,16,17031,51,13 +1339,16,17031,51,0 +1340,16,17031,51,1 +1341,16,17031,51,0 +1342,16,17031,51,0 +1343,16,17031,51,2 +1344,16,17031,51,0 +1345,16,17031,51,0 +1346,16,17031,51,7 +1347,16,17031,51,49 +1348,16,17031,51,2 +1349,16,17031,51,0 +1350,16,17031,51,2 +1351,16,17031,51,5 +1352,16,17031,51,0 +1353,16,17031,51,3 +1354,16,17031,51,59 +1355,16,17031,51,13 +1356,16,17031,51,0 +1357,16,17031,51,1 +1358,16,17031,51,0 +1359,16,17031,51,1 +1360,16,17031,51,0 +1361,16,17031,51,23 +1362,18,17031,51,22 +1363,18,17031,51,9 +1364,18,17031,51,2 +1365,18,17031,51,2 +1366,18,17031,51,22 +1367,18,17031,51,39 +1368,18,17031,51,5 +1369,18,17031,51,5 +1370,18,17031,51,0 +1371,18,17031,51,4 +1372,18,17031,51,2 +1373,18,17031,51,14 +1374,18,17031,51,1 +1375,18,17031,51,2 +1376,18,17031,51,1 +1377,18,17031,51,0 +1378,18,17031,51,20 +1379,18,17031,51,1 +1380,18,17031,51,58 +1381,18,17031,51,29 +1382,18,17031,51,1 +1383,18,17031,51,1 +1384,18,17031,51,3 +1385,18,17031,51,241 +1386,18,17031,51,3 +1387,18,17031,51,2 +1388,18,17031,51,0 +1389,18,17031,51,0 +1390,18,17031,51,18 +1391,18,17031,51,5 +1392,18,17031,51,43 +1393,18,17031,51,1 +1394,18,17031,51,0 +1395,18,17031,51,0 +1396,18,17031,51,0 +1397,18,17031,51,4 +1398,18,17031,51,16 +1399,18,17031,51,7 +1400,18,17031,51,36 +1401,18,17031,51,6 +1402,18,17031,51,5 +1403,18,17031,51,1 +1404,18,17031,51,8 +1405,18,17031,51,0 +1406,18,17031,51,17 +1407,18,17031,51,0 +1408,18,17031,51,17 +1409,18,17031,51,8 +1410,18,17031,51,6 +1411,18,17031,51,28 +1412,18,17031,51,86 +1413,18,17031,51,31 +1414,18,17031,51,5 +1415,18,17031,51,3 +1416,19,17031,51,20 +1417,19,17031,51,0 +1418,19,17031,51,2 +1419,19,17031,51,0 +1420,19,17031,51,1 +1421,19,17031,51,2 +1422,19,17031,51,2 +1423,19,17031,51,0 +1424,19,17031,51,4 +1425,19,17031,51,0 +1426,19,17031,51,7 +1427,19,17031,51,6 +1428,19,17031,51,3 +1429,19,17031,51,1 +1430,19,17031,51,12 +1431,19,17031,51,118 +1432,19,17031,51,0 +1433,19,17031,51,32 +1434,19,17031,51,148 +1435,19,17031,51,8 +1436,19,17031,51,2 +1437,19,17031,51,1 +1438,19,17031,51,3 +1439,19,17031,51,32 +1440,19,17031,51,5 +1441,21,17031,51,12 +1442,21,17031,51,18 +1443,21,17031,51,2 +1444,21,17031,51,76 +1445,21,17031,51,11 +1446,21,17031,51,4 +1447,22,17031,51,6 +1448,22,17031,51,39 +1449,22,17031,51,5 +1450,22,17031,51,10 +1451,22,17031,51,3 +1452,22,17031,51,3 +1453,22,17031,51,0 +1454,22,17031,51,3 +1455,22,17031,51,0 +1456,22,17031,51,0 +1457,22,17031,51,1 +1458,22,17031,51,159 +1459,22,17031,51,0 +1460,22,17031,51,2 +1461,22,17031,51,26 +1462,22,17031,51,0 +1463,22,17031,51,27 +1464,22,17031,51,16 +1465,22,17031,51,1 +1466,22,17031,51,47 +1467,22,17031,51,0 +1468,22,17031,51,7 +1469,22,17031,51,0 +1470,22,17031,51,0 +1471,23,17031,51,4 +1472,23,17031,51,79 +1473,23,17031,51,103 +1474,23,17031,51,14 +1475,23,17031,51,4 +1476,23,17031,51,0 +1477,23,17031,51,19 +1478,23,17031,51,14 +1479,23,17031,51,5 +1480,23,17031,51,1 +1481,23,17031,51,0 +1482,23,17031,51,13 +1483,23,17031,51,13 +1484,23,17031,51,0 +1485,23,17031,51,0 +1486,23,17031,51,2 +1487,23,17031,51,29 +1488,23,17031,51,23 +1489,23,17031,51,6 +1490,23,17031,51,0 +1491,23,17031,51,36 +1492,23,17031,51,48 +1493,23,17031,51,26 +1494,23,17031,51,0 +1495,23,17031,51,0 +1496,23,17031,51,14 +1497,23,17031,51,0 +1498,23,17031,51,8 +1499,23,17031,51,11 +1500,23,17031,51,1 +1501,23,17031,51,26 +1502,23,17031,51,0 +1503,23,17031,51,15 +1504,23,17031,51,11 +1505,23,17031,51,0 +1506,23,17031,51,41 +1507,23,17031,51,3 +1508,23,17031,51,4 +1509,23,17031,51,12 +1510,23,17031,51,34 +1511,23,17031,51,88 +1512,23,17031,51,33 +1513,23,17031,51,40 +1514,23,17031,51,23 +1515,23,17031,51,42 +1516,23,17031,51,28 +1517,23,17031,51,0 +1518,23,17031,51,33 +1519,23,17031,51,25 +1520,23,17031,51,1 +1521,23,17031,51,0 +1522,23,17031,51,67 +1523,23,17031,51,16 +1524,23,17031,51,9 +1525,23,17031,51,1 +1526,23,17031,51,10 +1527,23,17031,51,1 +1528,23,17031,51,11 +1529,23,17031,51,0 +1530,23,17031,51,1 +1531,23,17031,51,93 +1532,23,17031,51,17 +1533,23,17031,51,0 +1534,23,17031,51,33 +1535,23,17031,51,0 +1536,23,17031,51,1 +1537,24,17031,51,0 +1538,24,17031,51,3 +1539,24,17031,51,0 +1540,24,17031,51,18 +1541,24,17031,51,4 +1542,24,17031,51,0 +1543,24,17031,51,0 +1544,24,17031,51,5 +1545,24,17031,51,0 +1546,24,17031,51,2 +1547,24,17031,51,0 +1548,24,17031,51,0 +1549,24,17031,51,18 +1550,24,17031,51,107 +1551,24,17031,51,0 +1552,25,17031,51,4 +1553,25,17031,51,3 +1554,25,17031,51,5 +1555,25,17031,51,90 +1556,25,17031,51,1 +1557,25,17031,51,1 +1558,25,17031,51,10 +1559,25,17031,51,21 +1560,25,17031,51,2 +1561,25,17031,51,60 +1562,25,17031,51,55 +1563,25,17031,51,5 +1564,25,17031,51,3 +1565,25,17031,51,292 +1566,25,17031,51,0 +1567,25,17031,51,0 +1568,25,17031,51,3 +1569,25,17031,51,10 +1570,25,17031,51,28 +1571,25,17031,51,2 +1572,25,17031,51,28 +1573,26,17031,51,0 +1574,26,17031,51,10 +1575,26,17031,51,3 +1576,26,17031,51,17 +1577,26,17031,51,3 +1578,26,17031,51,4 +1579,26,17031,51,36 +1580,26,17031,51,23 +1581,26,17031,51,2 +1582,26,17031,51,1 +1583,26,17031,51,9 +1584,26,17031,51,0 +1585,26,17031,51,0 +1586,26,17031,51,2 +1587,26,17031,51,14 +1588,26,17031,51,1 +1589,26,17031,51,0 +1590,26,17031,51,0 +1591,26,17031,51,10 +1592,26,17031,51,1 +1593,26,17031,51,12 +1594,26,17031,51,1 +1595,26,17031,51,381 +1596,26,17031,51,0 +1597,26,17031,51,0 +1598,26,17031,51,17 +1599,26,17031,51,1 +1600,26,17031,51,7 +1601,26,17031,51,43 +1602,26,17031,51,0 +1603,26,17031,51,10 +1604,26,17031,51,0 +1605,26,17031,51,0 +1606,26,17031,51,12 +1607,26,17031,51,0 +1608,26,17031,51,0 +1609,26,17031,51,0 +1610,26,17031,51,0 +1611,26,17031,51,0 +1612,26,17031,51,2 +1613,26,17031,51,1 +1614,26,17031,51,4 +1615,27,17031,51,5 +1616,27,17031,51,9 +1617,27,17031,51,1 +1618,27,17031,51,0 +1619,27,17031,51,20 +1620,27,17031,51,15 +1621,27,17031,51,1 +1622,27,17031,51,4 +1623,27,17031,51,6 +1624,27,17031,51,3 +1625,27,17031,51,3 +1626,27,17031,51,22 +1627,27,17031,51,10 +1628,27,17031,51,3 +1629,27,17031,51,1 +1630,27,17031,51,25 +1631,27,17031,51,8 +1632,27,17031,51,41 +1633,27,17031,51,7 +1634,27,17031,51,0 +1635,27,17031,51,1 +1636,27,17031,51,1 +1637,27,17031,51,4 +1638,27,17031,51,4 +1639,27,17031,51,96 +1640,27,17031,51,67 +1641,27,17031,51,25 +1642,27,17031,51,77 +1643,27,17031,51,2 +1644,27,17031,51,33 +1645,27,17031,51,5 +1646,27,17031,51,4 +1647,27,17031,51,0 +1648,27,17031,51,21 +1649,27,17031,51,98 +1650,27,17031,51,13 +1651,27,17031,51,2 +1652,27,17031,51,30 +1653,27,17031,51,5 +1654,27,17031,51,24 +1655,27,17031,51,2 +1656,27,17031,51,0 +1657,27,17031,51,22 +1658,27,17031,51,37 +1659,27,17031,51,4 +1660,27,17031,51,2 +1661,27,17031,51,34 +1662,27,17031,51,4 +1663,27,17031,51,22 +1664,27,17031,51,3 +1665,27,17031,51,59 +1666,27,17031,51,63 +1667,28,17031,51,76 +1668,28,17031,51,2 +1669,28,17031,51,29 +1670,28,17031,51,26 +1671,28,17031,51,9 +1672,28,17031,51,2 +1673,28,17031,51,0 +1674,28,17031,51,2 +1675,28,17031,51,0 +1676,28,17031,51,19 +1677,28,17031,51,99 +1678,28,17031,51,11 +1679,28,17031,51,2 +1680,28,17031,51,7 +1681,28,17031,51,5 +1682,28,17031,51,0 +1683,28,17031,51,0 +1684,28,17031,51,0 +1685,28,17031,51,0 +1686,28,17031,51,0 +1687,28,17031,51,4 +1688,28,17031,51,2 +1689,28,17031,51,23 +1690,28,17031,51,7 +1691,28,17031,51,1 +1692,28,17031,51,32 +1693,28,17031,51,12 +1694,28,17031,51,2 +1695,28,17031,51,4 +1696,28,17031,51,8 +1697,29,17031,51,5 +1698,29,17031,51,3 +1699,29,17031,51,1 +1700,29,17031,51,1 +1701,29,17031,51,7 +1702,29,17031,51,42 +1703,29,17031,51,0 +1704,29,17031,51,0 +1705,29,17031,51,5 +1706,29,17031,51,9 +1707,29,17031,51,2 +1708,29,17031,51,0 +1709,29,17031,51,2 +1710,29,17031,51,1 +1711,29,17031,51,0 +1712,29,17031,51,3 +1713,29,17031,51,0 +1714,29,17031,51,3 +1715,29,17031,51,1 +1716,29,17031,51,34 +1717,29,17031,51,0 +1718,29,17031,51,1 +1719,29,17031,51,4 +1720,29,17031,51,0 +1721,29,17031,51,9 +1722,29,17031,51,29 +1723,29,17031,51,0 +1724,29,17031,51,0 +1725,29,17031,51,2 +1726,29,17031,51,10 +1727,29,17031,51,14 +1728,29,17031,51,21 +1729,29,17031,51,208 +1730,29,17031,51,1 +1731,29,17031,51,63 +1732,29,17031,51,2 +1733,79,17043,51,0 +1734,79,17043,51,0 +1735,77,17043,51,2 +1736,77,17043,51,17 +1737,77,17043,51,41 +1738,77,17043,51,2 +1739,77,17043,51,2 +1740,77,17043,51,83 +1741,77,17043,51,19 +1742,77,17043,51,13 +1743,77,17043,51,7 +1744,80,17043,51,6 +1745,80,17043,51,7 +1746,80,17043,51,31 +1747,80,17043,51,2 +1748,80,17043,51,9 +1749,80,17043,51,10 +1750,80,17043,51,0 +1751,80,17043,51,6 +1752,80,17043,51,11 +1753,80,17043,51,0 +1754,80,17043,51,30 +1755,80,17043,51,91 +1756,83,17043,51,7 +1757,83,17043,51,99 +1758,83,17043,51,18 +1759,83,17043,51,23 +1760,83,17043,51,9 +1761,83,17043,51,189 +1762,83,17043,51,2 +1763,83,17043,51,2 +1764,83,17043,51,58 +1765,83,17043,51,0 +1766,83,17043,51,2 +1767,83,17043,51,195 +1768,83,17043,51,331 +1769,83,17043,51,1 +1770,83,17043,51,1 +1771,83,17043,51,0 +1772,83,17043,51,18 +1773,83,17043,51,0 +1774,83,17043,51,2 +1775,83,17043,51,11 +1776,83,17043,51,0 +1777,83,17043,51,8 +1778,83,17043,51,0 +1779,83,17043,51,71 +1780,83,17043,51,0 +1781,83,17043,51,17 +1782,83,17043,51,635 +1783,83,17043,51,1 +1784,83,17043,51,102 +1785,83,17043,51,3 +1786,83,17043,51,6 +1787,83,17043,51,13 +1788,83,17043,51,3 +1789,83,17043,51,0 +1790,83,17043,51,1 +1791,83,17043,51,50 +1792,83,17043,51,0 +1793,83,17043,51,4 +1794,83,17043,51,11 +1795,83,17043,51,14 +1796,83,17043,51,62 +1797,83,17043,51,0 +1798,83,17043,51,0 +1799,83,17043,51,14 +1800,83,17043,51,3 +1801,83,17043,51,4 +1802,83,17043,51,0 +1803,83,17043,51,9 +1804,83,17043,51,0 +1805,83,17043,51,0 +1806,83,17043,51,1 +1807,83,17043,51,0 +1808,83,17043,51,1 +1809,83,17043,51,0 +1810,83,17043,51,7 +1811,83,17043,51,24 +1812,83,17043,51,5 +1813,78,17043,51,0 +1814,78,17043,51,1 +1815,78,17043,51,0 +1816,78,17043,51,0 +1817,78,17043,51,117 +1818,78,17043,51,0 +1819,78,17043,51,4 +1820,78,17043,51,0 +1821,78,17043,51,47 +1822,78,17043,51,0 +1823,78,17043,51,16 +1824,78,17043,51,0 +1825,78,17043,51,28 +1826,78,17043,51,2 +1827,78,17043,51,15 +1828,78,17043,51,6 +1829,78,17043,51,9 +1830,78,17043,51,3 +1831,78,17043,51,0 +1832,78,17043,51,5 +1833,78,17043,51,0 +1834,78,17043,51,2 +1835,78,17043,51,0 +1836,78,17043,51,0 +1837,78,17043,51,1 +1838,78,17043,51,5 +1839,78,17043,51,2 +1840,78,17043,51,0 +1841,78,17043,51,1 +1842,78,17043,51,35 +1843,78,17043,51,26 +1844,78,17043,51,0 +1845,78,17043,51,0 +1846,78,17043,51,1 +1847,78,17043,51,4 +1848,78,17043,51,10 +1849,78,17043,51,318 +1850,78,17043,51,39 +1851,78,17043,51,63 +1852,78,17043,51,1 +1853,78,17043,51,0 +1854,78,17043,51,36 +1855,81,17043,51,0 +1856,81,17043,51,65 +1857,81,17043,51,3 +1858,81,17043,51,20 +1859,81,17043,51,274 +1860,81,17043,51,0 +1861,81,17043,51,26 +1862,81,17043,51,2 +1863,81,17043,51,2 +1864,81,17043,51,42 +1865,81,17043,51,1 +1866,81,17043,51,0 +1867,81,17043,51,0 +1868,81,17043,51,1 +1869,81,17043,51,1 +1870,81,17043,51,2 +1871,81,17043,51,0 +1872,81,17043,51,1 +1873,81,17043,51,17 +1874,81,17043,51,0 +1875,81,17043,51,1 +1876,81,17043,51,338 +1877,81,17043,51,0 +1878,81,17043,51,10 +1879,81,17043,51,2 +1880,81,17043,51,0 +1881,81,17043,51,0 +1882,81,17043,51,1 +1883,81,17043,51,16 +1884,81,17043,51,85 +1885,81,17043,51,9 +1886,81,17043,51,8 +1887,81,17043,51,50 +1888,81,17043,51,16 +1889,81,17043,51,0 +1890,81,17043,51,0 +1891,81,17043,51,0 +1892,81,17043,51,0 +1893,81,17043,51,0 +1894,81,17043,51,0 +1895,81,17043,51,0 +1896,81,17043,51,94 +1897,81,17043,51,79 +1898,81,17043,51,0 +1899,81,17043,51,61 +1900,81,17043,51,0 +1901,81,17043,51,4 +1902,81,17043,51,0 +1903,81,17043,51,0 +1904,81,17043,51,67 +1905,81,17043,51,0 +1906,81,17043,51,2 +1907,81,17043,51,4 +1908,81,17043,51,14 +1909,81,17043,51,1 +1910,81,17043,51,2 +1911,81,17043,51,0 +1912,84,17043,51,115 +1913,84,17043,51,377 +1914,84,17043,51,25 +1915,84,17043,51,1 +1916,84,17043,51,26 +1917,84,17043,51,14 +1918,84,17043,51,0 +1919,84,17043,51,307 +1920,84,17043,51,5 +1921,84,17043,51,0 +1922,84,17043,51,0 +1923,84,17043,51,0 +1924,84,17043,51,71 +1925,84,17043,51,7 +1926,84,17043,51,0 +1927,84,17043,51,11 +1928,84,17043,51,9 +1929,84,17043,51,85 +1930,84,17043,51,22 +1931,84,17043,51,79 +1932,84,17043,51,12 +1933,84,17043,51,3 +1934,84,17043,51,84 +1935,84,17043,51,7 +1936,84,17043,51,3 +1937,84,17043,51,2 +1938,84,17043,51,8 +1939,84,17043,51,0 +1940,84,17043,51,2 +1941,84,17043,51,33 +1942,84,17043,51,3 +1943,84,17043,51,7 +1944,84,17043,51,0 +1945,84,17043,51,3 +1946,84,17043,51,3 +1947,84,17043,51,3 +1948,84,17043,51,2 +1949,84,17043,51,3 +1950,84,17043,51,170 +1951,84,17043,51,1 +1952,84,17043,51,0 +1953,84,17043,51,1 +1954,79,17043,51,70 +1955,79,17043,51,234 +1956,79,17043,51,32 +1957,79,17043,51,200 +1958,79,17043,51,127 +1959,79,17043,51,192 +1960,79,17043,51,2 +1961,79,17043,51,47 +1962,79,17043,51,17 +1963,79,17043,51,47 +1964,79,17043,51,1 +1965,79,17043,51,0 +1966,79,17043,51,1 +1967,79,17043,51,13 +1968,79,17043,51,9 +1969,79,17043,51,0 +1970,79,17043,51,3 +1971,79,17043,51,2 +1972,79,17043,51,0 +1973,79,17043,51,0 +1974,79,17043,51,3 +1975,79,17043,51,1 +1976,79,17043,51,2 +1977,79,17043,51,0 +1978,79,17043,51,2 +1979,79,17043,51,9 +1980,79,17043,51,0 +1981,79,17043,51,8 +1982,79,17043,51,1 +1983,79,17043,51,0 +1984,79,17043,51,2 +1985,79,17043,51,1 +1986,79,17043,51,10 +1987,79,17043,51,0 +1988,79,17043,51,6 +1989,79,17043,51,32 +1990,79,17043,51,5 +1991,79,17043,51,10 +1992,79,17043,51,128 +1993,79,17043,51,37 +1994,79,17043,51,55 +1995,79,17043,51,0 +1996,79,17043,51,11 +1997,79,17043,51,3 +1998,79,17043,51,47 +1999,79,17043,51,0 +2000,79,17043,51,0 +2001,79,17043,51,5 +2002,79,17043,51,0 +2003,82,17043,51,0 +2004,82,17043,51,1 +2005,82,17043,51,68 +2006,82,17043,51,28 +2007,82,17043,51,1 +2008,82,17043,51,0 +2009,82,17043,51,0 +2010,82,17043,51,13 +2011,82,17043,51,16 +2012,82,17043,51,0 +2013,82,17043,51,2 +2014,82,17043,51,0 +2015,82,17043,51,85 +2016,82,17043,51,25 +2017,82,17043,51,53 +2018,82,17043,51,109 +2019,82,17043,51,1 +2020,82,17043,51,2 +2021,82,17043,51,2 +2022,82,17043,51,39 +2023,82,17043,51,22 +2024,82,17043,51,24 +2025,82,17043,51,4 +2026,82,17043,51,1 +2027,82,17043,51,170 +2028,82,17043,51,79 +2029,82,17043,51,189 +2030,82,17043,51,35 +2031,82,17043,51,2 +2032,82,17043,51,21 +2033,82,17043,51,54 +2034,82,17043,51,117 +2035,82,17043,51,526 +2036,82,17043,51,82 +2037,82,17043,51,194 +2038,82,17043,51,61 +2039,82,17043,51,104 +2040,82,17043,51,60 +2041,82,17043,51,144 +2042,82,17043,51,20 +2043,82,17043,51,425 +2044,82,17043,51,3 +2045,82,17043,51,649 +2046,82,17043,51,122 +2047,82,17043,51,2 +2048,82,17043,51,24 +2049,82,17043,51,31 +2050,82,17043,51,46 +2051,85,17043,51,9 +2052,85,17043,51,26 +2053,85,17043,51,0 +2054,85,17043,51,5 +2055,85,17043,51,1 +2056,85,17043,51,9 +2057,85,17043,51,50 +2058,85,17043,51,37 +2059,85,17043,51,84 +2060,85,17043,51,0 +2061,85,17043,51,137 +2062,85,17043,51,7 +2063,85,17043,51,128 +2064,85,17043,51,15 +2065,85,17043,51,19 +2066,85,17043,51,0 +2067,85,17043,51,1 +2068,85,17043,51,51 +2069,85,17043,51,0 +2070,85,17043,51,2 +2071,85,17043,51,0 +2072,85,17043,51,2 +2073,85,17043,51,1 +2074,85,17043,51,0 +2075,85,17043,51,0 +2076,85,17043,51,0 +2077,85,17043,51,4 +2078,85,17043,51,0 +2079,85,17043,51,48 +2080,85,17043,51,0 +2081,85,17043,51,1 +2082,85,17043,51,0 +2083,85,17043,51,0 +2084,85,17043,51,7 +2085,85,17043,51,4 +2086,85,17043,51,0 +2087,85,17043,51,3 +2088,85,17043,51,0 +2089,85,17043,51,2 +2090,85,17043,51,0 +2091,85,17043,51,0 +2092,85,17043,51,0 +2093,85,17043,51,0 +2094,85,17043,51,2 +2095,85,17043,51,1 +2096,85,17043,51,7 +2097,85,17043,51,3 +2098,85,17043,51,16 +2099,85,17043,51,77 +2100,85,17043,51,19 +2101,85,17043,51,59 +2102,85,17043,51,19 +2103,85,17043,51,1 +2104,85,17043,51,8 +2105,85,17043,51,59 +2106,85,17043,51,60 +2107,85,17043,51,0 +2108,86,17043,51,40 +2109,86,17043,51,4 +2110,86,17043,51,30 +2111,86,17043,51,5 +2112,62,17089,51,2 +2113,62,17089,51,10 +2114,62,17089,51,39 +2115,62,17089,51,21 +2116,65,17089,51,6 +2117,65,17089,51,1 +2118,65,17089,51,0 +2119,65,17089,51,0 +2120,68,17089,51,2 +2121,68,17089,51,0 +2122,68,17089,51,6 +2123,68,17089,51,1 +2124,71,17089,51,1 +2125,71,17089,51,0 +2126,71,17089,51,1 +2127,71,17089,51,3 +2128,74,17089,51,0 +2129,74,17089,51,1 +2130,74,17089,51,2 +2131,74,17089,51,35 +2132,63,17089,51,42 +2133,63,17089,51,0 +2134,63,17089,51,0 +2135,63,17089,51,12 +2136,66,17089,51,0 +2137,66,17089,51,1 +2138,66,17089,51,4 +2139,66,17089,51,18 +2140,69,17089,51,7 +2141,69,17089,51,24 +2142,69,17089,51,12 +2143,69,17089,51,4 +2144,72,17089,51,31 +2145,72,17089,51,12 +2146,72,17089,51,2 +2147,72,17089,51,0 +2148,75,17089,51,15 +2149,75,17089,51,15 +2150,75,17089,51,0 +2151,75,17089,51,35 +2152,75,17089,51,0 +2153,75,17089,51,1 +2154,75,17089,51,0 +2155,75,17089,51,2 +2156,75,17089,51,1 +2157,75,17089,51,10 +2158,64,17089,51,27 +2159,64,17089,51,0 +2160,64,17089,51,0 +2161,64,17089,51,0 +2162,64,17089,51,0 +2163,64,17089,51,0 +2164,64,17089,51,43 +2165,64,17089,51,0 +2166,64,17089,51,8 +2167,64,17089,51,30 +2168,64,17089,51,62 +2169,64,17089,51,0 +2170,64,17089,51,113 +2171,64,17089,51,3 +2172,64,17089,51,13 +2173,64,17089,51,87 +2174,64,17089,51,22 +2175,64,17089,51,1 +2176,64,17089,51,100 +2177,64,17089,51,14 +2178,64,17089,51,55 +2179,67,17089,51,0 +2180,67,17089,51,3 +2181,67,17089,51,0 +2182,67,17089,51,7 +2183,67,17089,51,31 +2184,67,17089,51,13 +2185,67,17089,51,12 +2186,67,17089,51,133 +2187,67,17089,51,6 +2188,67,17089,51,3 +2189,67,17089,51,3 +2190,67,17089,51,3 +2191,67,17089,51,0 +2192,67,17089,51,0 +2193,67,17089,51,0 +2194,67,17089,51,25 +2195,67,17089,51,0 +2196,67,17089,51,25 +2197,67,17089,51,5 +2198,67,17089,51,0 +2199,67,17089,51,280 +2200,67,17089,51,43 +2201,67,17089,51,0 +2202,67,17089,51,5 +2203,67,17089,51,0 +2204,67,17089,51,0 +2205,67,17089,51,2 +2206,67,17089,51,0 +2207,67,17089,51,4 +2208,67,17089,51,2 +2209,67,17089,51,14 +2210,67,17089,51,0 +2211,67,17089,51,0 +2212,67,17089,51,0 +2213,67,17089,51,0 +2214,67,17089,51,236 +2215,67,17089,51,6 +2216,67,17089,51,15 +2217,67,17089,51,18 +2218,67,17089,51,1 +2219,67,17089,51,44 +2220,67,17089,51,0 +2221,70,17089,51,37 +2222,70,17089,51,0 +2223,70,17089,51,1 +2224,70,17089,51,4 +2225,70,17089,51,1 +2226,70,17089,51,4 +2227,70,17089,51,115 +2228,70,17089,51,22 +2229,70,17089,51,38 +2230,70,17089,51,0 +2231,70,17089,51,0 +2232,70,17089,51,6 +2233,70,17089,51,21 +2234,70,17089,51,24 +2235,70,17089,51,42 +2236,70,17089,51,1 +2237,70,17089,51,78 +2238,70,17089,51,104 +2239,73,17089,51,30 +2240,73,17089,51,0 +2241,73,17089,51,70 +2242,73,17089,51,210 +2243,73,17089,51,21 +2244,73,17089,51,54 +2245,73,17089,51,31 +2246,73,17089,51,52 +2247,73,17089,51,41 +2248,73,17089,51,4 +2249,73,17089,51,60 +2250,73,17089,51,19 +2251,73,17089,51,1 +2252,73,17089,51,0 +2253,73,17089,51,36 +2254,73,17089,51,0 +2255,73,17089,51,2 +2256,73,17089,51,1 +2257,76,17089,51,0 +2258,76,17089,51,17 +2259,76,17089,51,75 +2260,76,17089,51,18 +2261,76,17089,51,8 +2262,76,17089,51,83 +2263,76,17089,51,30 +2264,76,17089,51,0 +2265,76,17089,51,12 +2266,76,17089,51,27 +2267,76,17089,51,48 +2268,76,17089,51,17 +2269,76,17089,51,16 +2270,76,17089,51,33 +2271,76,17089,51,15 +2272,76,17089,51,132 +2273,76,17089,51,19 +2274,76,17089,51,27 +2275,76,17089,51,41 +2276,76,17089,51,1 +2277,76,17089,51,15 +2278,76,17089,51,0 +2279,76,17089,51,0 +2280,76,17089,51,2 +2281,76,17089,51,1 +2282,76,17089,51,1 +2283,76,17089,51,6 +2284,76,17089,51,8 +2285,76,17089,51,12 +2286,76,17089,51,11 +2287,76,17089,51,244 +2288,76,17089,51,18 +2289,76,17089,51,162 +2290,76,17089,51,11 +2291,76,17089,51,2 +2292,76,17089,51,28 +2293,76,17089,51,4 +2294,76,17089,51,0 +2295,76,17089,51,0 +2296,76,17089,51,0 +2297,76,17089,51,4 +2298,76,17089,51,0 +2299,76,17089,51,14 +2300,76,17089,51,0 +2301,76,17089,51,11 +2302,76,17089,51,0 +2303,76,17089,51,2 +2304,76,17089,51,0 +2305,110,17093,51,0 +2306,110,17093,51,3 +2307,111,17093,51,4 +2308,111,17093,51,15 +2309,112,17093,51,5 +2310,112,17093,51,7 +2311,112,17093,51,15 +2312,112,17093,51,9 +2313,112,17093,51,98 +2314,110,17093,51,4 +2315,110,17093,51,22 +2316,111,17093,51,84 +2317,111,17093,51,0 +2318,112,17093,51,22 +2319,112,17093,51,6 +2320,113,17093,51,7 +2321,114,17093,51,31 +2322,115,17093,51,6 +2323,116,17093,51,4 +2324,117,17093,51,8 +2325,118,17093,51,5 +2326,46,17097,51,0 +2327,46,17097,51,0 +2328,46,17097,51,1 +2329,46,17097,51,1 +2330,46,17097,51,0 +2331,46,17097,51,0 +2332,50,17097,51,15 +2333,50,17097,51,15 +2334,50,17097,51,19 +2335,50,17097,51,11 +2336,50,17097,51,17 +2337,50,17097,51,13 +2338,54,17097,51,6 +2339,54,17097,51,4 +2340,54,17097,51,8 +2341,54,17097,51,66 +2342,54,17097,51,11 +2343,54,17097,51,20 +2344,58,17097,51,0 +2345,58,17097,51,0 +2346,58,17097,51,24 +2347,58,17097,51,6 +2348,58,17097,51,0 +2349,58,17097,51,226 +2350,47,17097,51,99 +2351,47,17097,51,1 +2352,47,17097,51,0 +2353,47,17097,51,1 +2354,47,17097,51,4 +2355,47,17097,51,1 +2356,47,17097,51,29 +2357,47,17097,51,8 +2358,47,17097,51,1 +2359,51,17097,51,5 +2360,51,17097,51,58 +2361,51,17097,51,3 +2362,51,17097,51,5 +2363,51,17097,51,4 +2364,51,17097,51,24 +2365,51,17097,51,3 +2366,51,17097,51,34 +2367,51,17097,51,0 +2368,51,17097,51,1 +2369,51,17097,51,5 +2370,51,17097,51,1 +2371,51,17097,51,6 +2372,51,17097,51,3 +2373,51,17097,51,63 +2374,51,17097,51,5 +2375,51,17097,51,16 +2376,51,17097,51,3 +2377,55,17097,51,3 +2378,55,17097,51,1 +2379,55,17097,51,45 +2380,55,17097,51,0 +2381,55,17097,51,13 +2382,55,17097,51,50 +2383,55,17097,51,0 +2384,55,17097,51,0 +2385,55,17097,51,7 +2386,59,17097,51,14 +2387,59,17097,51,9 +2388,59,17097,51,1 +2389,59,17097,51,115 +2390,59,17097,51,21 +2391,59,17097,51,92 +2392,59,17097,51,2 +2393,59,17097,51,12 +2394,59,17097,51,8 +2395,48,17097,51,12 +2396,48,17097,51,3 +2397,48,17097,51,2 +2398,48,17097,51,1 +2399,52,17097,51,13 +2400,52,17097,51,7 +2401,52,17097,51,62 +2402,52,17097,51,14 +2403,52,17097,51,34 +2404,52,17097,51,111 +2405,52,17097,51,3 +2406,52,17097,51,5 +2407,52,17097,51,1 +2408,52,17097,51,4 +2409,52,17097,51,34 +2410,52,17097,51,60 +2411,52,17097,51,2 +2412,52,17097,51,0 +2413,52,17097,51,22 +2414,52,17097,51,8 +2415,52,17097,51,10 +2416,52,17097,51,4 +2417,52,17097,51,16 +2418,52,17097,51,0 +2419,52,17097,51,0 +2420,56,17097,51,93 +2421,56,17097,51,4 +2422,56,17097,51,11 +2423,56,17097,51,6 +2424,56,17097,51,9 +2425,56,17097,51,43 +2426,56,17097,51,6 +2427,56,17097,51,0 +2428,56,17097,51,37 +2429,56,17097,51,8 +2430,56,17097,51,196 +2431,56,17097,51,4 +2432,56,17097,51,41 +2433,56,17097,51,93 +2434,56,17097,51,0 +2435,56,17097,51,4 +2436,56,17097,51,12 +2437,56,17097,51,79 +2438,56,17097,51,0 +2439,56,17097,51,31 +2440,56,17097,51,26 +2441,56,17097,51,5 +2442,56,17097,51,5 +2443,56,17097,51,51 +2444,60,17097,51,19 +2445,60,17097,51,4 +2446,60,17097,51,13 +2447,60,17097,51,3 +2448,60,17097,51,4 +2449,60,17097,51,26 +2450,60,17097,51,5 +2451,60,17097,51,4 +2452,60,17097,51,6 +2453,60,17097,51,2 +2454,60,17097,51,202 +2455,60,17097,51,114 +2456,60,17097,51,0 +2457,60,17097,51,2 +2458,60,17097,51,11 +2459,60,17097,51,56 +2460,60,17097,51,74 +2461,60,17097,51,3 +2462,60,17097,51,21 +2463,60,17097,51,307 +2464,60,17097,51,334 +2465,60,17097,51,8 +2466,60,17097,51,0 +2467,60,17097,51,4 +2468,49,17097,51,0 +2469,49,17097,51,5 +2470,49,17097,51,3 +2471,49,17097,51,2 +2472,49,17097,51,1 +2473,49,17097,51,1 +2474,49,17097,51,115 +2475,49,17097,51,3 +2476,49,17097,51,18 +2477,53,17097,51,1 +2478,53,17097,51,7 +2479,53,17097,51,0 +2480,53,17097,51,0 +2481,53,17097,51,2 +2482,53,17097,51,0 +2483,53,17097,51,0 +2484,53,17097,51,0 +2485,53,17097,51,1 +2486,53,17097,51,0 +2487,53,17097,51,0 +2488,53,17097,51,3 +2489,53,17097,51,0 +2490,53,17097,51,0 +2491,53,17097,51,2 +2492,53,17097,51,9 +2493,53,17097,51,5 +2494,53,17097,51,0 +2495,53,17097,51,1 +2496,53,17097,51,0 +2497,53,17097,51,0 +2498,53,17097,51,0 +2499,53,17097,51,0 +2500,53,17097,51,1 +2501,53,17097,51,0 +2502,53,17097,51,0 +2503,53,17097,51,40 +2504,53,17097,51,1 +2505,53,17097,51,3 +2506,53,17097,51,12 +2507,53,17097,51,218 +2508,53,17097,51,0 +2509,53,17097,51,0 +2510,53,17097,51,1 +2511,53,17097,51,1 +2512,53,17097,51,0 +2513,53,17097,51,0 +2514,53,17097,51,4 +2515,53,17097,51,0 +2516,53,17097,51,5 +2517,53,17097,51,0 +2518,53,17097,51,0 +2519,53,17097,51,2 +2520,53,17097,51,26 +2521,53,17097,51,0 +2522,53,17097,51,0 +2523,53,17097,51,1 +2524,53,17097,51,0 +2525,53,17097,51,0 +2526,53,17097,51,44 +2527,53,17097,51,0 +2528,53,17097,51,11 +2529,57,17097,51,14 +2530,57,17097,51,31 +2531,57,17097,51,30 +2532,57,17097,51,27 +2533,57,17097,51,0 +2534,57,17097,51,0 +2535,57,17097,51,1 +2536,57,17097,51,11 +2537,57,17097,51,0 +2538,57,17097,51,14 +2539,57,17097,51,0 +2540,57,17097,51,15 +2541,57,17097,51,71 +2542,57,17097,51,19 +2543,57,17097,51,66 +2544,57,17097,51,1 +2545,57,17097,51,0 +2546,57,17097,51,3 +2547,57,17097,51,0 +2548,57,17097,51,22 +2549,57,17097,51,64 +2550,57,17097,51,0 +2551,61,17097,51,0 +2552,61,17097,51,0 +2553,61,17097,51,0 +2554,61,17097,51,0 +2555,61,17097,51,17 +2556,61,17097,51,0 +2557,61,17097,51,10 +2558,61,17097,51,22 +2559,61,17097,51,51 +2560,61,17097,51,0 +2561,61,17097,51,1 +2562,61,17097,51,0 +2563,61,17097,51,21 +2564,61,17097,51,10 +2565,61,17097,51,66 +2566,61,17097,51,23 +2567,61,17097,51,19 +2568,61,17097,51,12 +2569,61,17097,51,0 +2570,61,17097,51,13 +2571,61,17097,51,188 +2572,61,17097,51,16 +2573,61,17097,51,1 +2574,61,17097,51,70 +2575,61,17097,51,32 +2576,61,17097,51,8 +2577,61,17097,51,6 +2578,61,17097,51,66 +2579,61,17097,51,0 +2580,61,17097,51,179 +2581,61,17097,51,4 +2582,61,17097,51,7 +2583,61,17097,51,1 +2584,30,17111,51,0 +2585,30,17111,51,1 +2586,30,17111,51,0 +2587,30,17111,51,32 +2588,34,17111,51,0 +2589,34,17111,51,8 +2590,34,17111,51,0 +2591,34,17111,51,0 +2592,38,17111,51,0 +2593,38,17111,51,2 +2594,38,17111,51,0 +2595,38,17111,51,21 +2596,42,17111,51,0 +2597,42,17111,51,6 +2598,42,17111,51,0 +2599,42,17111,51,2 +2600,31,17111,51,0 +2601,31,17111,51,2 +2602,31,17111,51,0 +2603,31,17111,51,0 +2604,35,17111,51,1 +2605,35,17111,51,0 +2606,35,17111,51,0 +2607,35,17111,51,8 +2608,39,17111,51,0 +2609,39,17111,51,0 +2610,39,17111,51,0 +2611,39,17111,51,0 +2612,43,17111,51,18 +2613,43,17111,51,2 +2614,43,17111,51,0 +2615,43,17111,51,0 +2616,32,17111,51,11 +2617,32,17111,51,1 +2618,32,17111,51,0 +2619,32,17111,51,1 +2620,36,17111,51,0 +2621,36,17111,51,0 +2622,36,17111,51,19 +2623,36,17111,51,0 +2624,40,17111,51,57 +2625,40,17111,51,0 +2626,40,17111,51,1 +2627,40,17111,51,5 +2628,40,17111,51,49 +2629,40,17111,51,1 +2630,40,17111,51,1 +2631,40,17111,51,15 +2632,40,17111,51,0 +2633,40,17111,51,2 +2634,40,17111,51,1 +2635,40,17111,51,21 +2636,44,17111,51,3 +2637,44,17111,51,2 +2638,44,17111,51,1 +2639,44,17111,51,1 +2640,44,17111,51,0 +2641,44,17111,51,24 +2642,44,17111,51,0 +2643,44,17111,51,38 +2644,44,17111,51,3 +2645,33,17111,51,11 +2646,33,17111,51,0 +2647,33,17111,51,0 +2648,33,17111,51,2 +2649,33,17111,51,7 +2650,33,17111,51,13 +2651,33,17111,51,1 +2652,37,17111,51,1 +2653,37,17111,51,3 +2654,37,17111,51,1 +2655,37,17111,51,6 +2656,37,17111,51,29 +2657,37,17111,51,0 +2658,37,17111,51,28 +2659,37,17111,51,6 +2660,37,17111,51,5 +2661,37,17111,51,16 +2662,37,17111,51,64 +2663,37,17111,51,6 +2664,41,17111,51,17 +2665,41,17111,51,0 +2666,41,17111,51,49 +2667,41,17111,51,2 +2668,41,17111,51,0 +2669,41,17111,51,20 +2670,41,17111,51,3 +2671,41,17111,51,0 +2672,41,17111,51,34 +2673,41,17111,51,0 +2674,41,17111,51,0 +2675,41,17111,51,115 +2676,41,17111,51,97 +2677,41,17111,51,1 +2678,41,17111,51,0 +2679,45,17111,51,2 +2680,45,17111,51,7 +2681,45,17111,51,1 +2682,45,17111,51,0 +2683,45,17111,51,3 +2684,45,17111,51,5 +2685,45,17111,51,0 +2686,45,17111,51,1 +2687,45,17111,51,3 +2688,45,17111,51,11 +2689,45,17111,51,71 +2690,45,17111,51,34 +2691,45,17111,51,37 +2692,45,17111,51,3 +2693,45,17111,51,173 +2694,45,17111,51,39 +2695,45,17111,51,15 +2696,45,17111,51,4 +2697,45,17111,51,22 +2698,45,17111,51,4 +2699,45,17111,51,43 +2700,45,17111,51,22 +2701,45,17111,51,8 +2702,45,17111,51,0 +2703,87,17197,51,18 +2704,87,17197,51,16 +2705,87,17197,51,10 +2706,87,17197,51,0 +2707,87,17197,51,47 +2708,87,17197,51,12 +2709,87,17197,51,6 +2710,87,17197,51,50 +2711,87,17197,51,4 +2712,89,17197,51,13 +2713,89,17197,51,58 +2714,89,17197,51,5 +2715,89,17197,51,0 +2716,89,17197,51,5 +2717,89,17197,51,4 +2718,89,17197,51,8 +2719,89,17197,51,4 +2720,89,17197,51,119 +2721,92,17197,51,7 +2722,92,17197,51,47 +2723,92,17197,51,111 +2724,92,17197,51,7 +2725,92,17197,51,23 +2726,92,17197,51,18 +2727,92,17197,51,0 +2728,92,17197,51,6 +2729,92,17197,51,74 +2730,92,17197,51,0 +2731,92,17197,51,53 +2732,92,17197,51,17 +2733,96,17197,51,20 +2734,96,17197,51,17 +2735,96,17197,51,3 +2736,96,17197,51,17 +2737,102,17197,51,0 +2738,102,17197,51,0 +2739,102,17197,51,1 +2740,102,17197,51,46 +2741,108,17197,51,12 +2742,108,17197,51,2 +2743,108,17197,51,12 +2744,108,17197,51,0 +2745,88,17197,51,18 +2746,88,17197,51,0 +2747,88,17197,51,0 +2748,88,17197,51,48 +2749,88,17197,51,3 +2750,88,17197,51,1 +2751,88,17197,51,15 +2752,88,17197,51,0 +2753,88,17197,51,1 +2754,88,17197,51,43 +2755,88,17197,51,0 +2756,88,17197,51,72 +2757,88,17197,51,30 +2758,88,17197,51,26 +2759,88,17197,51,103 +2760,88,17197,51,22 +2761,88,17197,51,92 +2762,88,17197,51,69 +2763,88,17197,51,16 +2764,88,17197,51,108 +2765,88,17197,51,10 +2766,90,17197,51,73 +2767,90,17197,51,7 +2768,90,17197,51,2 +2769,90,17197,51,2 +2770,90,17197,51,5 +2771,90,17197,51,70 +2772,90,17197,51,34 +2773,90,17197,51,0 +2774,90,17197,51,0 +2775,90,17197,51,9 +2776,90,17197,51,0 +2777,90,17197,51,0 +2778,90,17197,51,0 +2779,90,17197,51,0 +2780,90,17197,51,3 +2781,93,17197,51,0 +2782,93,17197,51,64 +2783,93,17197,51,13 +2784,93,17197,51,0 +2785,93,17197,51,18 +2786,93,17197,51,64 +2787,93,17197,51,23 +2788,93,17197,51,0 +2789,93,17197,51,0 +2790,93,17197,51,16 +2791,93,17197,51,5 +2792,93,17197,51,51 +2793,93,17197,51,123 +2794,93,17197,51,9 +2795,93,17197,51,37 +2796,93,17197,51,0 +2797,93,17197,51,4 +2798,93,17197,51,36 +2799,93,17197,51,13 +2800,93,17197,51,5 +2801,93,17197,51,9 +2802,93,17197,51,2 +2803,93,17197,51,1 +2804,93,17197,51,25 +2805,93,17197,51,0 +2806,93,17197,51,0 +2807,93,17197,51,7 +2808,93,17197,51,30 +2809,93,17197,51,0 +2810,93,17197,51,3 +2811,93,17197,51,2 +2812,93,17197,51,31 +2813,93,17197,51,2 +2814,93,17197,51,1 +2815,93,17197,51,9 +2816,93,17197,51,5 +2817,93,17197,51,0 +2818,93,17197,51,19 +2819,93,17197,51,0 +2820,93,17197,51,1 +2821,93,17197,51,0 +2822,93,17197,51,0 +2823,93,17197,51,0 +2824,93,17197,51,136 +2825,93,17197,51,17 +2826,97,17197,51,34 +2827,97,17197,51,2 +2828,97,17197,51,12 +2829,97,17197,51,3 +2830,103,17197,51,0 +2831,103,17197,51,0 +2832,103,17197,51,0 +2833,103,17197,51,2 +2834,109,17197,51,0 +2835,109,17197,51,1 +2836,109,17197,51,3 +2837,109,17197,51,1 +2838,91,17197,51,1 +2839,91,17197,51,32 +2840,91,17197,51,60 +2841,91,17197,51,25 +2842,91,17197,51,18 +2843,91,17197,51,14 +2844,91,17197,51,10 +2845,91,17197,51,0 +2846,91,17197,51,0 +2847,94,17197,51,7 +2848,94,17197,51,0 +2849,94,17197,51,4 +2850,94,17197,51,60 +2851,94,17197,51,44 +2852,94,17197,51,6 +2853,94,17197,51,8 +2854,94,17197,51,22 +2855,94,17197,51,11 +2856,98,17197,51,1 +2857,98,17197,51,0 +2858,98,17197,51,1 +2859,98,17197,51,18 +2860,98,17197,51,0 +2861,98,17197,51,0 +2862,98,17197,51,0 +2863,98,17197,51,0 +2864,98,17197,51,0 +2865,104,17197,51,2 +2866,104,17197,51,2 +2867,104,17197,51,0 +2868,104,17197,51,1 +2869,95,17197,51,90 +2870,95,17197,51,7 +2871,95,17197,51,20 +2872,95,17197,51,47 +2873,95,17197,51,4 +2874,95,17197,51,50 +2875,95,17197,51,0 +2876,95,17197,51,12 +2877,95,17197,51,148 +2878,95,17197,51,111 +2879,95,17197,51,40 +2880,95,17197,51,53 +2881,95,17197,51,3 +2882,95,17197,51,46 +2883,95,17197,51,2 +2884,99,17197,51,10 +2885,99,17197,51,6 +2886,99,17197,51,0 +2887,99,17197,51,1 +2888,99,17197,51,3 +2889,99,17197,51,0 +2890,99,17197,51,0 +2891,99,17197,51,1 +2892,99,17197,51,0 +2893,105,17197,51,0 +2894,105,17197,51,5 +2895,105,17197,51,2 +2896,105,17197,51,20 +2897,100,17197,51,10 +2898,100,17197,51,6 +2899,100,17197,51,8 +2900,100,17197,51,25 +2901,100,17197,51,8 +2902,100,17197,51,0 +2903,100,17197,51,0 +2904,100,17197,51,0 +2905,100,17197,51,0 +2906,106,17197,51,0 +2907,106,17197,51,0 +2908,106,17197,51,0 +2909,106,17197,51,1 +2910,101,17197,51,1 +2911,101,17197,51,51 +2912,101,17197,51,13 +2913,101,17197,51,8 +2914,101,17197,51,10 +2915,101,17197,51,1 +2916,101,17197,51,0 +2917,101,17197,51,0 +2918,101,17197,51,0 +2919,101,17197,51,0 +2920,101,17197,51,0 +2921,107,17197,51,25 +2922,107,17197,51,2 +2923,107,17197,51,0 +2924,107,17197,51,1 +2925,107,17197,51,3 +2926,107,17197,51,0 +2927,119,17063,51,0 +2928,119,17063,51,0 +2929,119,17063,51,0 +2930,119,17063,51,1 +2931,119,17063,51,0 +2932,119,17063,51,0 +2933,119,17063,51,0 +2934,119,17063,51,0 +2935,119,17063,51,0 +2936,119,17063,51,0 +2937,119,17063,51,0 +2938,119,17063,51,0 +2939,119,17063,51,25 +2940,119,17063,51,9 +2941,119,17063,51,0 +2942,119,17063,51,20 +2943,119,17063,51,0 +2944,119,17063,51,0 +2945,119,17063,51,0 +2946,119,17063,51,62 +2947,119,17063,51,0 +2948,119,17063,51,0 +2949,119,17063,51,7 +2950,119,17063,51,0 +2951,120,17007,51,0 +2952,120,17007,51,0 +2953,120,17007,51,1 +2954,120,17007,51,24 +2955,120,17007,51,2 +2956,120,17007,51,0 +2957,120,17007,51,23 +2958,120,17007,51,30 +2959,120,17007,51,0 +2960,120,17007,51,0 +2961,120,17007,51,0 +2962,120,17007,51,3 +2963,120,17007,51,1 +2964,120,17007,51,0 +2965,120,17007,51,0 +2966,120,17007,51,0 +2967,120,17007,51,0 +2968,120,17007,51,0 +2969,120,17007,51,0 +2970,120,17007,51,0 +2971,120,17007,51,0 +2972,120,17007,51,0 +2973,120,17007,51,2 +2974,120,17007,51,0 +2975,120,17007,51,0 +2976,121,17037,51,0 +2977,121,17037,51,32 +2978,121,17037,51,0 +2979,121,17037,51,2 +2980,121,17037,51,7 +2981,121,17037,51,0 +2982,121,17037,51,0 +2983,121,17037,51,0 +2984,121,17037,51,7 +2985,121,17037,51,0 +2986,121,17037,51,1 +2987,121,17037,51,0 +2988,121,17037,51,8 +2989,121,17037,51,2 +2990,121,17037,51,0 +2991,121,17037,51,43 +2992,121,17037,51,265 +2993,121,17037,51,0 +2994,121,17037,51,0 +2995,121,17037,51,30 +2996,121,17037,51,0 +2997,121,17037,51,0 +2998,121,17037,51,6 +2999,121,17037,51,0 +3000,121,17037,51,1 +3001,121,17037,51,0 +3002,121,17037,51,0 +3003,121,17037,51,0 +3004,121,17037,51,26 +3005,121,17037,51,2 +3006,121,17037,51,0 +3007,121,17037,51,0 +3008,121,17037,51,0 +3009,121,17037,51,0 +3010,121,17037,51,1 +3011,121,17037,51,0 +3012,121,17037,51,0 +3013,121,17037,51,4 +3014,121,17037,51,0 +3015,121,17037,51,0 +3016,121,17037,51,0 +3017,121,17037,51,0 +3018,121,17037,51,0 +3019,121,17037,51,13 +3020,121,17037,51,0 +3021,121,17037,51,0 +3022,122,17091,51,0 +3023,122,17091,51,0 +3024,122,17091,51,0 +3025,122,17091,51,0 +3026,122,17091,51,0 +3027,122,17091,51,0 +3028,122,17091,51,6 +3029,122,17091,51,0 +3030,122,17091,51,0 +3031,122,17091,51,0 +3032,122,17091,51,0 +3033,122,17091,51,0 +3034,122,17091,51,0 +3035,122,17091,51,0 +3036,122,17091,51,0 +3037,122,17091,51,24 +3038,122,17091,51,0 +3039,122,17091,51,0 +3040,122,17091,51,0 +3041,122,17091,51,0 +3042,122,17091,51,0 +3043,122,17091,51,2 +3044,122,17091,51,0 +3045,122,17091,51,0 +3046,122,17091,51,0 +3047,122,17091,51,15 +3048,122,17091,51,0 +3049,122,17091,51,0 +3050,122,17091,51,686 +3051,122,17091,51,28 +3052,122,17091,51,0 +3053,122,17091,51,148 +3054,122,17091,51,6 +3055,122,17091,51,0 +3056,122,17091,51,2 +3057,122,17091,51,0 +3058,122,17091,51,0 +3059,122,17091,51,0 +3060,122,17091,51,14 +3061,122,17091,51,0 +3062,122,17091,51,0 +3063,122,17091,51,9 +3064,122,17091,51,0 +3065,122,17091,51,0 +3066,122,17091,51,0 +3067,122,17091,51,0 +3068,122,17091,51,0 +3069,122,17091,51,26 +3070,122,17091,51,0 +3071,122,17091,51,0 +3072,122,17091,51,0 +3073,122,17091,51,2 +3074,126,17099,51,2 +3075,126,17099,51,0 +3076,126,17099,51,15 +3077,126,17099,51,0 +3078,126,17099,51,0 +3079,126,17099,51,0 +3080,126,17099,51,0 +3081,126,17099,51,6 +3082,126,17099,51,0 +3083,126,17099,51,0 +3084,126,17099,51,0 +3085,126,17099,51,0 +3086,126,17099,51,0 +3087,126,17099,51,4 +3088,126,17099,51,0 +3089,126,17099,51,0 +3090,126,17099,51,0 +3091,126,17099,51,0 +3092,126,17099,51,22 +3093,126,17099,51,0 +3094,126,17099,51,0 +3095,126,17099,51,0 +3096,126,17099,51,78 +3097,126,17099,51,6 +3098,126,17099,51,7 +3099,126,17099,51,47 +3100,126,17099,51,0 +3101,126,17099,51,0 +3102,126,17099,51,0 +3103,126,17099,51,0 +3104,126,17099,51,0 +3105,126,17099,51,0 +3106,126,17099,51,0 +3107,126,17099,51,1 +3108,126,17099,51,0 +3109,126,17099,51,125 +3110,126,17099,51,2 +3111,126,17099,51,0 +3112,126,17099,51,0 +3113,126,17099,51,0 +3114,126,17099,51,8 +3115,126,17099,51,0 +3116,126,17099,51,10 +3117,126,17099,51,52 +3118,126,17099,51,0 +3119,126,17099,51,0 +3120,126,17099,51,3 +3121,126,17099,51,0 +3122,126,17099,51,11 +3123,126,17099,51,0 +3124,126,17099,51,0 +3125,126,17099,51,0 +3126,126,17099,51,0 +3127,126,17099,51,0 +3128,126,17099,51,0 +3129,126,17099,51,0 +3130,126,17099,51,0 +3131,126,17099,51,0 +3132,126,17099,51,0 +3133,126,17099,51,2 +3134,126,17099,51,0 +3135,126,17099,51,0 +3136,126,17099,51,19 +3137,126,17099,51,1 +3138,126,17099,51,0 +3139,126,17099,51,0 +3140,126,17099,51,8 +3141,126,17099,51,0 +3142,126,17099,51,0 +3143,126,17099,51,0 +3144,126,17099,51,0 +3145,126,17099,51,11 +3146,125,17103,51,1 +3147,125,17103,51,0 +3148,125,17103,51,6 +3149,125,17103,51,0 +3150,125,17103,51,0 +3151,125,17103,51,0 +3152,124,17141,51,0 +3153,124,17141,51,0 +3154,124,17141,51,0 +3155,124,17141,51,31 +3156,124,17141,51,0 +3157,124,17141,51,31 +3158,124,17141,51,0 +3159,124,17141,51,0 +3160,124,17141,51,0 +3161,124,17141,51,1 +3162,124,17141,51,0 +3163,124,17141,51,0 +3164,124,17141,51,0 +3165,124,17141,51,0 +3166,124,17141,51,0 +3167,124,17141,51,0 +3168,124,17141,51,0 +3169,123,17201,51,0 +3170,123,17201,51,0 +3171,123,17201,51,0 +3172,123,17201,51,13 +3173,123,17201,51,0 +3174,123,17201,51,0 +3175,123,17201,51,9 +3176,123,17201,51,0 +3177,123,17201,51,0 +3178,123,17201,51,31 +3179,123,17201,51,0 +3180,123,17201,51,0 +3181,123,17201,51,6 +3182,123,17201,51,0 +3183,123,17201,51,0 +3184,123,17201,51,0 +3185,123,17201,51,0 +3186,123,17201,51,0 +3187,123,17201,51,0 +3188,123,17201,51,0 +3189,123,17201,51,0 +3190,123,17201,51,3 +3191,123,17201,51,0 +3192,123,17201,51,0 +3193,123,17201,51,3 +3194,123,17201,51,0 +3195,123,17201,51,0 +3196,123,17201,51,0 +3197,123,17201,51,0 +3198,123,17201,51,1 +3199,123,17201,51,0 +3200,123,17201,51,0 +3201,123,17201,51,26 +3202,123,17201,51,0 +3203,123,17201,51,16 +3204,123,17201,51,0 +3205,123,17201,51,0 +3206,123,17201,51,18 +3207,123,17201,51,2 +3208,123,17201,51,63 +3209,123,17201,51,431 +3210,123,17201,51,37 +3211,123,17201,51,1 +3212,123,17201,51,99 +3213,123,17201,51,15 +3214,123,17201,51,41 +3215,123,17201,51,6 +3216,123,17201,51,46 +3217,123,17201,51,52 +3218,123,17201,51,76 +3219,123,17201,51,5 +3220,123,17201,51,21 +3221,123,17201,51,0 +3222,123,17201,51,0 +3223,123,17201,51,5 +3224,123,17201,51,0 +3225,123,17201,51,0 +3226,123,17201,51,26 +3227,123,17201,51,171 +3228,123,17201,51,0 +3229,123,17201,51,10 +3230,123,17201,51,7 +3231,123,17201,51,0 +3232,123,17201,51,28 +3233,123,17201,51,0 +3234,123,17201,51,0 +3235,123,17201,51,17 +3236,123,17201,51,0 +3237,123,17201,51,0 +3238,123,17201,51,0 +3239,123,17201,51,5 +3240,123,17201,51,2 +3241,123,17201,51,0 +3242,123,17201,51,0 +3243,123,17201,51,0 +3244,123,17201,51,0 +3245,123,17201,51,0 +3246,123,17201,51,0 +3247,123,17201,51,8 +3248,127,18089,51,0 +3249,127,18089,51,0 +3250,127,18089,51,0 +3251,127,18089,51,0 +3252,127,18089,51,0 +3253,127,18089,51,1 +3254,127,18089,51,0 +3255,127,18089,51,0 +3256,127,18089,51,0 +3257,127,18089,51,2 +3258,127,18089,51,0 +3259,127,18089,51,0 +3260,127,18089,51,28 +3261,127,18089,51,1 +3262,127,18089,51,0 +3263,127,18089,51,0 +3264,127,18089,51,0 +3265,127,18089,51,0 +3266,127,18089,51,0 +3267,127,18089,51,0 +3268,127,18089,51,0 +3269,127,18089,51,1 +3270,127,18089,51,0 +3271,127,18089,51,0 +3272,127,18089,51,0 +3273,127,18089,51,4 +3274,127,18089,51,0 +3275,127,18089,51,0 +3276,127,18089,51,59 +3277,127,18089,51,62 +3278,127,18089,51,0 +3279,127,18089,51,0 +3280,127,18089,51,1 +3281,127,18089,51,1 +3282,127,18089,51,0 +3283,127,18089,51,1 +3284,127,18089,51,0 +3285,127,18089,51,0 +3286,127,18089,51,0 +3287,127,18089,51,0 +3288,127,18089,51,0 +3289,127,18089,51,0 +3290,127,18089,51,0 +3291,127,18089,51,0 +3292,127,18089,51,1 +3293,127,18089,51,0 +3294,127,18089,51,12 +3295,127,18089,51,73 +3296,127,18089,51,0 +3297,127,18089,51,163 +3298,127,18089,51,44 +3299,127,18089,51,277 +3300,127,18089,51,1 +3301,127,18089,51,3 +3302,127,18089,51,0 +3303,127,18089,51,1 +3304,127,18089,51,2 +3305,127,18089,51,0 +3306,127,18089,51,67 +3307,127,18089,51,6 +3308,127,18089,51,1 +3309,127,18089,51,88 +3310,127,18089,51,0 +3311,127,18089,51,0 +3312,127,18089,51,15 +3313,127,18089,51,3 +3314,127,18089,51,1 +3315,127,18089,51,0 +3316,127,18089,51,5 +3317,127,18089,51,1 +3318,127,18089,51,3 +3319,127,18089,51,10 +3320,127,18089,51,0 +3321,127,18089,51,0 +3322,127,18089,51,2 +3323,127,18089,51,0 +3324,127,18089,51,37 +3325,127,18089,51,64 +3326,127,18089,51,6 +3327,127,18089,51,260 +3328,127,18089,51,5 +3329,127,18089,51,8 +3330,127,18089,51,40 +3331,127,18089,51,2 +3332,127,18089,51,56 +3333,127,18089,51,106 +3334,127,18089,51,49 +3335,127,18089,51,2 +3336,127,18089,51,3 +3337,127,18089,51,0 +3338,127,18089,51,0 +3339,127,18089,51,54 +3340,127,18089,51,0 +3341,127,18089,51,19 +3342,127,18089,51,1 +3343,127,18089,51,2 +3344,127,18089,51,18 +3345,129,18091,51,0 +3346,129,18091,51,1 +3347,129,18091,51,0 +3348,129,18091,51,4 +3349,129,18091,51,0 +3350,129,18091,51,0 +3351,129,18091,51,1 +3352,129,18091,51,1 +3353,129,18091,51,3 +3354,129,18091,51,1 +3355,129,18091,51,0 +3356,129,18091,51,0 +3357,129,18091,51,0 +3358,129,18091,51,0 +3359,129,18091,51,0 +3360,129,18091,51,0 +3361,129,18091,51,14 +3362,129,18091,51,6 +3363,129,18091,51,0 +3364,129,18091,51,1 +3365,129,18091,51,0 +3366,129,18091,51,0 +3367,129,18091,51,82 +3368,129,18091,51,0 +3369,129,18091,51,0 +3370,129,18091,51,1 +3371,129,18091,51,0 +3372,129,18091,51,12 +3373,129,18091,51,95 +3374,129,18091,51,0 +3375,129,18091,51,0 +3376,129,18091,51,0 +3377,129,18091,51,0 +3378,129,18091,51,0 +3379,129,18091,51,0 +3380,129,18091,51,0 +3381,129,18091,51,0 +3382,129,18091,51,0 +3383,129,18091,51,0 +3384,129,18091,51,0 +3385,129,18091,51,39 +3386,129,18091,51,34 +3387,129,18091,51,3 +3388,129,18091,51,7 +3389,129,18091,51,0 +3390,129,18091,51,0 +3391,129,18091,51,1 +3392,129,18091,51,0 +3393,129,18091,51,0 +3394,129,18091,51,9 +3395,129,18091,51,0 +3396,129,18091,51,107 +3397,129,18091,51,9 +3398,129,18091,51,0 +3399,129,18091,51,1 +3400,129,18091,51,13 +3401,128,18127,51,0 +3402,128,18127,51,0 +3403,128,18127,51,0 +3404,128,18127,51,3 +3405,128,18127,51,0 +3406,128,18127,51,0 +3407,128,18127,51,0 +3408,128,18127,51,79 +3409,128,18127,51,0 +3410,128,18127,51,0 +3411,128,18127,51,0 +3412,128,18127,51,0 +3413,128,18127,51,0 +3414,128,18127,51,0 +3415,128,18127,51,0 +3416,128,18127,51,0 +3417,128,18127,51,0 +3418,128,18127,51,1 +3419,128,18127,51,28 +3420,128,18127,51,2 +3421,128,18127,51,0 +3422,128,18127,51,18 +3423,128,18127,51,0 +3424,128,18127,51,0 +3425,128,18127,51,2 +3426,128,18127,51,0 +3427,128,18127,51,3 +3428,128,18127,51,0 +3429,128,18127,51,3 +3430,128,18127,51,5 +3431,128,18127,51,0 +3432,128,18127,51,1 +3433,128,18127,51,163 +3434,128,18127,51,1 +3435,128,18127,51,0 +3436,128,18127,51,22 +3437,128,18127,51,0 +3438,128,18127,51,0 +3439,128,18127,51,0 +3440,128,18127,51,0 +3441,128,18127,51,0 +3442,128,18127,51,0 +3443,128,18127,51,0 +3444,128,18127,51,0 +3445,128,18127,51,3 +3446,128,18127,51,10 +3447,128,18127,51,2 +3448,128,18127,51,0 +3449,128,18127,51,6 +3450,128,18127,51,6 +3451,128,18127,51,5 +3452,128,18127,51,0 +3453,128,18127,51,0 +3454,128,18127,51,0 +3455,128,18127,51,10 +3456,128,18127,51,20 +3457,128,18127,51,9 +3458,128,18127,51,6 +3459,128,18127,51,4 +3460,128,18127,51,0 +3461,128,18127,51,0 +3462,128,18127,51,1 +3463,128,18127,51,103 +3464,128,18127,51,0 +3465,128,18127,51,0 +3466,128,18127,51,0 +3467,128,18127,51,0 +3468,130,55059,51,0 +3469,130,55059,51,0 +3470,130,55059,51,0 +3471,130,55059,51,0 +3472,130,55059,51,0 +3473,130,55059,51,0 +3474,130,55059,51,0 +3475,130,55059,51,3 +3476,130,55059,51,0 +3477,130,55059,51,0 +3478,130,55059,51,1 +3479,130,55059,51,10 +3480,130,55059,51,0 +3481,130,55059,51,0 +3482,130,55059,51,1 +3483,130,55059,51,0 +3484,130,55059,51,0 +3485,130,55059,51,5 +3486,130,55059,51,21 +3487,130,55059,51,0 +3488,130,55059,51,0 +3489,130,55059,51,0 +3490,130,55059,51,0 +3491,130,55059,51,7 +3492,130,55059,51,26 +3493,130,55059,51,1 +3494,130,55059,51,0 +3495,130,55059,51,0 +3496,130,55059,51,2 +3497,130,55059,51,0 +3498,130,55059,51,0 +3499,130,55059,51,0 +3500,130,55059,51,0 +3501,130,55059,51,1 +3502,130,55059,51,0 +3503,130,55059,51,0 +3504,130,55059,51,42 +3505,130,55059,51,0 +3506,130,55059,51,0 +3507,130,55059,51,4 +3508,130,55059,51,0 +3509,130,55059,51,0 +3510,130,55059,51,152 +3511,130,55059,51,4 +3512,130,55059,51,0 +3513,131,55101,51,0 +3514,131,55101,51,0 +3515,131,55101,51,0 +3516,131,55101,51,0 +3517,131,55101,51,72 +3518,131,55101,51,9 +3519,131,55101,51,0 +3520,131,55101,51,0 +3521,131,55101,51,0 +3522,131,55101,51,0 +3523,131,55101,51,0 +3524,131,55101,51,0 +3525,131,55101,51,0 +3526,131,55101,51,0 +3527,131,55101,51,0 +3528,131,55101,51,0 +3529,131,55101,51,0 +3530,131,55101,51,7 +3531,131,55101,51,0 +3532,131,55101,51,0 +3533,131,55101,51,0 +3534,131,55101,51,0 +3535,131,55101,51,0 +3536,131,55101,51,0 +3537,131,55101,51,61 +3538,131,55101,51,10 +3539,131,55101,51,0 +3540,131,55101,51,9 +3541,131,55101,51,0 +3542,131,55101,51,0 +3543,131,55101,51,0 +3544,131,55101,51,62 +3545,131,55101,51,5 +3546,131,55101,51,198 +3547,131,55101,51,9 +3548,131,55101,51,0 +3549,131,55101,51,6 +3550,131,55101,51,0 +3551,131,55101,51,0 +3552,131,55101,51,0 +3553,131,55101,51,0 +3554,131,55101,51,0 +3555,131,55101,51,0 +3556,131,55101,51,0 +3557,131,55101,51,0 +3558,131,55101,51,0 +3559,131,55101,51,0 +3560,131,55101,51,0 +3561,131,55101,51,0 +3562,131,55101,51,0 +3563,131,55101,51,0 +3564,131,55101,51,3 +3565,131,55101,51,5 +3566,131,55101,51,0 +3567,131,55101,51,7 +3568,131,55101,51,0 +3569,132,55127,51,12 +3570,132,55127,51,9 +3571,132,55127,51,18 +3572,132,55127,51,23 +3573,132,55127,51,6 +3574,132,55127,51,5 +3575,132,55127,51,0 +3576,132,55127,51,0 +3577,132,55127,51,0 +3578,132,55127,51,1 +3579,132,55127,51,0 +3580,132,55127,51,0 +3581,132,55127,51,1 +3582,132,55127,51,4 +3583,132,55127,51,0 +3584,132,55127,51,0 +3585,132,55127,51,0 +3586,132,55127,51,0 +3587,132,55127,51,0 +3588,132,55127,51,0 +3589,132,55127,51,105 +3590,132,55127,51,2 +3591,132,55127,51,0 +3592,132,55127,51,0 +3593,132,55127,51,0 +3594,132,55127,51,0 +3595,132,55127,51,122 +3596,132,55127,51,0 +3597,132,55127,51,4 +3598,132,55127,51,0 +3599,132,55127,51,0 +3600,132,55127,51,0 +3601,132,55127,51,0 +3602,132,55127,51,0 +3603,132,55127,51,3 +3604,132,55127,51,0 +3605,132,55127,51,0 +3606,132,55127,51,0 +3607,132,55127,51,0 +3608,132,55127,51,0 +3609,132,55127,51,0 +3610,132,55127,51,29 +3611,132,55127,51,0 +3612,132,55127,51,0 +3613,132,55127,51,0 +3614,132,55127,51,0 +3615,132,55127,51,0 +3616,132,55127,51,0 +3617,132,55127,51,0 +3618,132,55127,51,0 +3619,132,55127,51,0 +3620,132,55127,51,0 +3621,132,55127,51,0 +3622,132,55127,51,0 +3623,132,55127,51,0 +3624,132,55127,51,0 +3625,132,55127,51,4 +3626,132,55127,51,39 +3627,132,55127,51,0 +3628,132,55127,51,0 +3629,132,55127,51,0 +3630,132,55127,51,0 +3631,132,55127,51,7 +3632,132,55127,51,2 +1,17,17031,52,3 +2,17,17031,52,150 +3,17,17031,52,428 +4,17,17031,52,144 +5,17,17031,52,536 +6,17,17031,52,141 +7,17,17031,52,94 +8,17,17031,52,41 +9,17,17031,52,15 +10,17,17031,52,875 +11,17,17031,52,572 +12,17,17031,52,952 +13,17,17031,52,270 +14,17,17031,52,85 +15,17,17031,52,60 +16,17,17031,52,6192 +17,17,17031,52,2700 +18,17,17031,52,2194 +19,17,17031,52,50 +20,17,17031,52,128 +21,17,17031,52,2088 +22,17,17031,52,6099 +23,17,17031,52,2007 +24,17,17031,52,1984 +25,17,17031,52,818 +26,17,17031,52,131 +27,17,17031,52,3031 +28,17,17031,52,12574 +29,17,17031,52,6201 +30,17,17031,52,599 +31,17,17031,52,8 +32,17,17031,52,54 +33,17,17031,52,1145 +34,17,17031,52,2800 +35,17,17031,52,5828 +36,17,17031,52,1118 +37,17,17031,52,77 +38,17,17031,52,127 +39,17,17031,52,24 +40,17,17031,52,159 +41,17,17031,52,67 +42,17,17031,52,3 +43,17,17031,52,14 +44,17,17031,52,22 +45,17,17031,52,7 +46,17,17031,52,1 +47,17,17031,52,91 +48,17,17031,52,179 +49,17,17031,52,170 +50,17,17031,52,123 +51,17,17031,52,179 +52,17,17031,52,16 +53,17,17031,52,133 +54,17,17031,52,73 +55,17,17031,52,278 +56,17,17031,52,328 +57,17,17031,52,1227 +58,17,17031,52,144 +59,17,17031,52,631 +60,17,17031,52,418 +61,17,17031,52,535 +62,17,17031,52,72 +63,17,17031,52,378 +64,17,17031,52,49 +65,17,17031,52,48 +66,17,17031,52,39 +67,17,17031,52,34 +68,17,17031,52,78 +69,17,17031,52,4 +70,17,17031,52,284 +71,17,17031,52,18 +72,17,17031,52,221 +73,17,17031,52,294 +74,17,17031,52,124 +75,17,17031,52,110 +76,17,17031,52,467 +77,17,17031,52,2 +78,14,17031,52,115 +79,14,17031,52,123 +80,14,17031,52,146 +81,14,17031,52,84 +82,14,17031,52,134 +83,14,17031,52,34 +84,14,17031,52,227 +85,14,17031,52,59 +86,14,17031,52,159 +87,14,17031,52,100 +88,14,17031,52,33 +89,14,17031,52,99 +90,17,17031,52,212 +91,17,17031,52,586 +92,17,17031,52,230 +93,17,17031,52,302 +94,17,17031,52,128 +95,17,17031,52,151 +96,17,17031,52,57 +97,17,17031,52,85 +98,17,17031,52,20 +99,17,17031,52,88 +100,17,17031,52,131 +101,17,17031,52,56 +102,17,17031,52,58 +103,17,17031,52,54 +104,17,17031,52,145 +105,17,17031,52,179 +106,17,17031,52,101 +107,17,17031,52,80 +108,17,17031,52,20 +109,17,17031,52,23 +110,17,17031,52,71 +111,17,17031,52,138 +112,17,17031,52,207 +113,17,17031,52,7 +114,17,17031,52,5 +115,17,17031,52,2 +116,17,17031,52,33 +117,17,17031,52,51 +118,17,17031,52,46 +119,17,17031,52,14 +120,17,17031,52,55 +121,17,17031,52,12 +122,8,17031,52,129 +123,12,17031,52,228 +124,12,17031,52,172 +125,12,17031,52,0 +126,12,17031,52,0 +127,12,17031,52,141 +128,12,17031,52,138 +129,12,17031,52,2 +130,12,17031,52,211 +131,12,17031,52,14 +132,12,17031,52,833 +133,12,17031,52,191 +134,12,17031,52,52 +135,12,17031,52,84 +136,12,17031,52,79 +137,12,17031,52,35 +138,12,17031,52,81 +139,12,17031,52,80 +140,12,17031,52,21 +141,9,17031,52,31 +142,9,17031,52,1 +143,9,17031,52,91 +144,9,17031,52,24 +145,9,17031,52,147 +146,9,17031,52,34 +147,12,17031,52,82 +148,12,17031,52,2 +149,12,17031,52,20 +150,12,17031,52,43 +151,12,17031,52,96 +152,12,17031,52,103 +153,12,17031,52,45 +154,10,17031,52,3 +155,10,17031,52,66 +156,10,17031,52,1 +157,10,17031,52,10 +158,10,17031,52,0 +159,10,17031,52,15 +160,10,17031,52,34 +161,10,17031,52,41 +162,10,17031,52,12 +163,11,17031,52,47 +164,11,17031,52,94 +165,11,17031,52,52 +166,11,17031,52,72 +167,10,17031,52,21 +168,10,17031,52,67 +169,10,17031,52,14 +170,10,17031,52,32 +171,11,17031,52,72 +172,11,17031,52,31 +173,11,17031,52,45 +174,11,17031,52,77 +175,11,17031,52,64 +176,11,17031,52,0 +177,11,17031,52,76 +178,11,17031,52,5 +179,13,17031,52,0 +180,13,17031,52,36 +181,13,17031,52,164 +182,13,17031,52,13 +183,13,17031,52,77 +184,13,17031,52,52 +185,13,17031,52,0 +186,13,17031,52,41 +187,13,17031,52,63 +188,13,17031,52,73 +189,13,17031,52,20 +190,13,17031,52,1 +191,13,17031,52,87 +192,13,17031,52,49 +193,13,17031,52,3 +194,13,17031,52,40 +195,13,17031,52,13 +196,13,17031,52,114 +197,13,17031,52,0 +198,13,17031,52,78 +199,13,17031,52,52 +200,13,17031,52,149 +201,13,17031,52,46 +202,13,17031,52,42 +203,13,17031,52,103 +204,13,17031,52,8 +205,13,17031,52,44 +206,13,17031,52,117 +207,13,17031,52,7 +208,13,17031,52,60 +209,13,17031,52,23 +210,13,17031,52,142 +211,13,17031,52,25 +212,13,17031,52,29 +213,13,17031,52,10 +214,13,17031,52,37 +215,13,17031,52,32 +216,13,17031,52,2 +217,13,17031,52,195 +218,13,17031,52,45 +219,13,17031,52,129 +220,13,17031,52,51 +221,13,17031,52,17 +222,13,17031,52,102 +223,13,17031,52,32 +224,13,17031,52,28 +225,13,17031,52,103 +226,13,17031,52,27 +227,13,17031,52,35 +228,13,17031,52,70 +229,13,17031,52,15 +230,13,17031,52,27 +231,13,17031,52,721 +232,13,17031,52,83 +233,13,17031,52,39 +234,13,17031,52,71 +235,13,17031,52,195 +236,13,17031,52,95 +237,13,17031,52,119 +238,13,17031,52,63 +239,13,17031,52,87 +240,13,17031,52,16 +241,13,17031,52,106 +242,13,17031,52,47 +243,13,17031,52,131 +244,13,17031,52,18 +245,13,17031,52,17 +246,13,17031,52,33 +247,13,17031,52,50 +248,13,17031,52,28 +249,13,17031,52,26 +250,13,17031,52,47 +251,13,17031,52,11 +252,13,17031,52,64 +253,13,17031,52,48 +254,13,17031,52,27 +255,13,17031,52,111 +256,13,17031,52,49 +257,13,17031,52,80 +258,13,17031,52,32 +259,13,17031,52,47 +260,13,17031,52,62 +261,13,17031,52,88 +262,13,17031,52,228 +263,13,17031,52,33 +264,13,17031,52,57 +265,13,17031,52,136 +266,13,17031,52,13 +267,13,17031,52,25 +268,13,17031,52,96 +269,13,17031,52,28 +270,13,17031,52,162 +271,13,17031,52,610 +272,13,17031,52,51 +273,13,17031,52,89 +274,13,17031,52,29 +275,13,17031,52,58 +276,13,17031,52,246 +277,13,17031,52,66 +278,13,17031,52,155 +279,13,17031,52,81 +280,13,17031,52,116 +281,13,17031,52,37 +282,13,17031,52,92 +283,13,17031,52,37 +284,13,17031,52,31 +285,13,17031,52,37 +286,13,17031,52,136 +287,13,17031,52,46 +288,13,17031,52,39 +289,13,17031,52,15 +290,13,17031,52,40 +291,13,17031,52,39 +292,13,17031,52,40 +293,13,17031,52,30 +294,13,17031,52,50 +295,13,17031,52,52 +296,13,17031,52,83 +297,13,17031,52,51 +298,13,17031,52,80 +299,13,17031,52,70 +300,13,17031,52,70 +301,13,17031,52,87 +302,13,17031,52,58 +303,13,17031,52,76 +304,13,17031,52,245 +305,13,17031,52,67 +306,13,17031,52,94 +307,13,17031,52,156 +308,14,17031,52,23 +309,14,17031,52,29 +310,14,17031,52,34 +311,14,17031,52,73 +312,14,17031,52,61 +313,14,17031,52,119 +314,14,17031,52,96 +315,14,17031,52,18 +316,14,17031,52,28 +317,14,17031,52,23 +318,14,17031,52,23 +319,14,17031,52,132 +320,14,17031,52,83 +321,14,17031,52,177 +322,14,17031,52,0 +323,14,17031,52,139 +324,14,17031,52,193 +325,14,17031,52,142 +326,14,17031,52,142 +327,14,17031,52,137 +328,14,17031,52,62 +329,14,17031,52,48 +330,14,17031,52,199 +331,14,17031,52,28 +332,14,17031,52,10 +333,14,17031,52,164 +334,14,17031,52,88 +335,14,17031,52,67 +336,14,17031,52,112 +337,14,17031,52,128 +338,14,17031,52,221 +339,14,17031,52,107 +340,14,17031,52,140 +341,14,17031,52,48 +342,14,17031,52,64 +343,14,17031,52,88 +344,14,17031,52,65 +345,14,17031,52,77 +346,14,17031,52,92 +347,14,17031,52,333 +348,14,17031,52,177 +349,14,17031,52,75 +350,14,17031,52,125 +351,14,17031,52,6 +352,14,17031,52,143 +353,14,17031,52,0 +354,14,17031,52,160 +355,16,17031,52,24 +356,16,17031,52,2 +357,16,17031,52,13 +358,16,17031,52,6 +359,16,17031,52,235 +360,16,17031,52,25 +361,16,17031,52,191 +362,16,17031,52,1 +363,16,17031,52,2 +364,16,17031,52,22 +365,16,17031,52,41 +366,16,17031,52,13 +367,16,17031,52,16 +368,16,17031,52,58 +369,16,17031,52,37 +370,16,17031,52,0 +371,16,17031,52,170 +372,16,17031,52,35 +373,16,17031,52,4 +374,16,17031,52,0 +375,16,17031,52,2 +376,16,17031,52,4 +377,16,17031,52,7 +378,16,17031,52,27 +379,16,17031,52,0 +380,16,17031,52,2 +381,16,17031,52,10 +382,16,17031,52,6 +383,16,17031,52,0 +384,16,17031,52,3 +385,16,17031,52,4 +386,16,17031,52,55 +387,16,17031,52,63 +388,16,17031,52,28 +389,16,17031,52,9 +390,16,17031,52,3 +391,16,17031,52,11 +392,16,17031,52,0 +393,16,17031,52,1 +394,16,17031,52,3 +395,16,17031,52,19 +396,16,17031,52,0 +397,16,17031,52,5 +398,16,17031,52,42 +399,16,17031,52,0 +400,16,17031,52,6 +401,16,17031,52,141 +402,16,17031,52,4 +403,16,17031,52,37 +404,16,17031,52,20 +405,16,17031,52,95 +406,16,17031,52,10 +407,16,17031,52,4 +408,16,17031,52,49 +409,16,17031,52,110 +410,16,17031,52,27 +411,16,17031,52,57 +412,16,17031,52,60 +413,16,17031,52,57 +414,16,17031,52,58 +415,16,17031,52,83 +416,16,17031,52,103 +417,16,17031,52,49 +418,16,17031,52,30 +419,16,17031,52,42 +420,16,17031,52,186 +421,16,17031,52,26 +422,16,17031,52,41 +423,16,17031,52,15 +424,16,17031,52,100 +425,16,17031,52,129 +426,16,17031,52,100 +427,16,17031,52,48 +428,16,17031,52,15 +429,16,17031,52,52 +430,16,17031,52,156 +431,16,17031,52,53 +432,16,17031,52,55 +433,16,17031,52,29 +434,16,17031,52,18 +435,16,17031,52,6 +436,16,17031,52,29 +437,16,17031,52,13 +438,16,17031,52,9 +439,16,17031,52,56 +440,16,17031,52,25 +441,17,17031,52,42 +442,17,17031,52,33 +443,17,17031,52,28 +444,17,17031,52,16 +445,17,17031,52,109 +446,17,17031,52,56 +447,17,17031,52,45 +448,17,17031,52,166 +449,17,17031,52,70 +450,17,17031,52,29 +451,17,17031,52,73 +452,17,17031,52,4 +453,17,17031,52,43 +454,17,17031,52,1 +455,17,17031,52,26 +456,17,17031,52,15 +457,17,17031,52,11 +458,17,17031,52,0 +459,19,17031,52,142 +460,19,17031,52,38 +461,19,17031,52,8 +462,19,17031,52,8 +463,19,17031,52,5 +464,19,17031,52,68 +465,19,17031,52,213 +466,19,17031,52,55 +467,19,17031,52,44 +468,19,17031,52,58 +469,19,17031,52,40 +470,19,17031,52,214 +471,19,17031,52,91 +472,19,17031,52,4 +473,19,17031,52,14 +474,19,17031,52,7 +475,19,17031,52,72 +476,19,17031,52,77 +477,19,17031,52,5 +478,19,17031,52,11 +479,19,17031,52,32 +480,19,17031,52,0 +481,19,17031,52,27 +482,19,17031,52,25 +483,19,17031,52,8 +484,19,17031,52,8 +485,19,17031,52,20 +486,19,17031,52,19 +487,19,17031,52,2 +488,19,17031,52,40 +489,19,17031,52,0 +490,19,17031,52,3 +491,19,17031,52,0 +492,19,17031,52,83 +493,19,17031,52,24 +494,19,17031,52,1 +495,19,17031,52,12 +496,19,17031,52,145 +497,19,17031,52,20 +498,19,17031,52,0 +499,19,17031,52,2 +500,19,17031,52,26 +501,19,17031,52,126 +502,19,17031,52,57 +503,19,17031,52,74 +504,19,17031,52,0 +505,19,17031,52,23 +506,19,17031,52,31 +507,19,17031,52,9 +508,19,17031,52,45 +509,19,17031,52,21 +510,19,17031,52,13 +511,19,17031,52,0 +512,19,17031,52,36 +513,19,17031,52,0 +514,19,17031,52,0 +515,19,17031,52,9 +516,19,17031,52,16 +517,19,17031,52,108 +518,19,17031,52,12 +519,19,17031,52,30 +520,19,17031,52,1 +521,19,17031,52,17 +522,19,17031,52,31 +523,20,17031,52,0 +524,20,17031,52,5 +525,20,17031,52,4 +526,20,17031,52,0 +527,20,17031,52,114 +528,20,17031,52,5 +529,20,17031,52,26 +530,20,17031,52,0 +531,20,17031,52,6 +532,20,17031,52,3 +533,20,17031,52,29 +534,20,17031,52,20 +535,20,17031,52,3 +536,20,17031,52,14 +537,20,17031,52,8 +538,20,17031,52,9 +539,20,17031,52,29 +540,20,17031,52,8 +541,20,17031,52,9 +542,20,17031,52,22 +543,20,17031,52,6 +544,20,17031,52,2 +545,20,17031,52,11 +546,20,17031,52,7 +547,20,17031,52,51 +548,20,17031,52,46 +549,20,17031,52,36 +550,20,17031,52,4 +551,20,17031,52,41 +552,20,17031,52,135 +553,20,17031,52,16 +554,20,17031,52,17 +555,20,17031,52,11 +556,20,17031,52,12 +557,20,17031,52,7 +558,20,17031,52,27 +559,20,17031,52,16 +560,20,17031,52,19 +561,20,17031,52,134 +562,20,17031,52,74 +563,20,17031,52,75 +564,20,17031,52,27 +565,20,17031,52,8 +566,20,17031,52,46 +567,20,17031,52,17 +568,20,17031,52,11 +569,20,17031,52,7 +570,20,17031,52,20 +571,20,17031,52,19 +572,20,17031,52,3 +573,20,17031,52,15 +574,20,17031,52,135 +575,20,17031,52,160 +576,20,17031,52,21 +577,20,17031,52,8 +578,20,17031,52,5 +579,20,17031,52,11 +580,20,17031,52,21 +581,20,17031,52,32 +582,20,17031,52,3 +583,20,17031,52,92 +584,20,17031,52,25 +585,20,17031,52,44 +586,20,17031,52,114 +587,20,17031,52,144 +588,20,17031,52,0 +589,20,17031,52,0 +590,20,17031,52,4 +591,20,17031,52,15 +592,20,17031,52,64 +593,20,17031,52,14 +594,20,17031,52,13 +595,20,17031,52,20 +596,20,17031,52,17 +597,20,17031,52,129 +598,20,17031,52,249 +599,20,17031,52,92 +600,20,17031,52,25 +601,20,17031,52,20 +602,20,17031,52,20 +603,20,17031,52,110 +604,20,17031,52,29 +605,20,17031,52,39 +606,20,17031,52,11 +607,20,17031,52,58 +608,20,17031,52,95 +609,20,17031,52,28 +610,20,17031,52,12 +611,20,17031,52,13 +612,20,17031,52,20 +613,20,17031,52,4 +614,20,17031,52,39 +615,20,17031,52,35 +616,20,17031,52,33 +617,20,17031,52,47 +618,20,17031,52,21 +619,20,17031,52,26 +620,20,17031,52,129 +621,20,17031,52,90 +622,20,17031,52,12 +623,20,17031,52,23 +624,20,17031,52,90 +625,20,17031,52,16 +626,20,17031,52,64 +627,20,17031,52,9 +628,20,17031,52,16 +629,20,17031,52,4 +630,23,17031,52,0 +631,23,17031,52,33 +632,23,17031,52,31 +633,23,17031,52,45 +634,23,17031,52,37 +635,23,17031,52,63 +636,24,17031,52,74 +637,24,17031,52,16 +638,24,17031,52,34 +639,24,17031,52,7 +640,24,17031,52,80 +641,24,17031,52,11 +642,24,17031,52,0 +643,24,17031,52,6 +644,24,17031,52,0 +645,24,17031,52,84 +646,24,17031,52,72 +647,24,17031,52,63 +648,24,17031,52,4 +649,24,17031,52,7 +650,24,17031,52,10 +651,24,17031,52,225 +652,24,17031,52,4 +653,24,17031,52,32 +654,24,17031,52,1 +655,24,17031,52,7 +656,24,17031,52,27 +657,24,17031,52,0 +658,24,17031,52,0 +659,24,17031,52,0 +660,24,17031,52,0 +661,24,17031,52,1 +662,24,17031,52,17 +663,24,17031,52,0 +664,24,17031,52,3 +665,24,17031,52,0 +666,24,17031,52,32 +667,24,17031,52,1 +668,24,17031,52,6 +669,24,17031,52,6 +670,24,17031,52,73 +671,24,17031,52,12 +672,24,17031,52,21 +673,24,17031,52,9 +674,24,17031,52,46 +675,24,17031,52,4 +676,24,17031,52,0 +677,24,17031,52,0 +678,24,17031,52,17 +679,24,17031,52,0 +680,24,17031,52,18 +681,24,17031,52,33 +682,24,17031,52,18 +683,24,17031,52,56 +684,24,17031,52,8 +685,24,17031,52,0 +686,24,17031,52,0 +687,24,17031,52,5 +688,24,17031,52,13 +689,24,17031,52,9 +690,24,17031,52,0 +691,24,17031,52,7 +692,24,17031,52,0 +693,24,17031,52,0 +694,24,17031,52,3 +695,24,17031,52,0 +696,24,17031,52,0 +697,24,17031,52,29 +698,24,17031,52,93 +699,24,17031,52,0 +700,24,17031,52,2 +701,24,17031,52,6 +702,24,17031,52,1 +703,24,17031,52,6 +704,24,17031,52,2 +705,24,17031,52,14 +706,24,17031,52,0 +707,24,17031,52,2 +708,24,17031,52,55 +709,24,17031,52,0 +710,24,17031,52,19 +711,24,17031,52,0 +712,24,17031,52,0 +713,24,17031,52,0 +714,24,17031,52,36 +715,24,17031,52,0 +716,24,17031,52,2 +717,24,17031,52,0 +718,1,17031,52,12 +719,1,17031,52,3 +720,1,17031,52,320 +721,1,17031,52,0 +722,1,17031,52,4 +723,1,17031,52,4 +724,1,17031,52,1905 +725,1,17031,52,100 +726,1,17031,52,118 +727,6,17031,52,44 +728,6,17031,52,4 +729,6,17031,52,138 +730,6,17031,52,38 +731,6,17031,52,18 +732,6,17031,52,6 +733,6,17031,52,6 +734,6,17031,52,62 +735,6,17031,52,140 +736,6,17031,52,44 +737,6,17031,52,126 +738,6,17031,52,76 +739,6,17031,52,30 +740,6,17031,52,29 +741,6,17031,52,24 +742,6,17031,52,0 +743,6,17031,52,68 +744,6,17031,52,1 +745,6,17031,52,17 +746,6,17031,52,0 +747,6,17031,52,9 +748,2,17031,52,4 +749,2,17031,52,120 +750,2,17031,52,0 +751,2,17031,52,24 +752,2,17031,52,6 +753,2,17031,52,4 +754,2,17031,52,0 +755,2,17031,52,0 +756,2,17031,52,69 +757,2,17031,52,64 +758,2,17031,52,40 +759,2,17031,52,8 +760,2,17031,52,62 +761,2,17031,52,1 +762,2,17031,52,1 +763,2,17031,52,244 +764,2,17031,52,2 +765,2,17031,52,14 +766,2,17031,52,110 +767,2,17031,52,75 +768,2,17031,52,31 +769,2,17031,52,259 +770,2,17031,52,5 +771,2,17031,52,1 +772,2,17031,52,55 +773,2,17031,52,116 +774,2,17031,52,35 +775,2,17031,52,3 +776,2,17031,52,1 +777,2,17031,52,74 +778,2,17031,52,5 +779,2,17031,52,214 +780,2,17031,52,0 +781,2,17031,52,4 +782,2,17031,52,14 +783,2,17031,52,22 +784,2,17031,52,351 +785,2,17031,52,193 +786,2,17031,52,20 +787,2,17031,52,0 +788,2,17031,52,0 +789,2,17031,52,59 +790,2,17031,52,14 +791,2,17031,52,41 +792,2,17031,52,103 +793,7,17031,52,23 +794,7,17031,52,129 +795,7,17031,52,4 +796,7,17031,52,15 +797,7,17031,52,1 +798,7,17031,52,230 +799,7,17031,52,67 +800,7,17031,52,128 +801,7,17031,52,224 +802,7,17031,52,25 +803,7,17031,52,122 +804,7,17031,52,277 +805,7,17031,52,843 +806,7,17031,52,45 +807,7,17031,52,31 +808,7,17031,52,1 +809,7,17031,52,30 +810,7,17031,52,0 +811,7,17031,52,11 +812,7,17031,52,94 +813,7,17031,52,22 +814,7,17031,52,521 +815,7,17031,52,4 +816,7,17031,52,201 +817,7,17031,52,1697 +818,7,17031,52,56 +819,7,17031,52,35 +820,7,17031,52,4 +821,7,17031,52,102 +822,7,17031,52,9 +823,7,17031,52,390 +824,7,17031,52,1 +825,7,17031,52,4 +826,7,17031,52,261 +827,7,17031,52,44 +828,7,17031,52,7 +829,7,17031,52,5 +830,7,17031,52,13 +831,7,17031,52,20 +832,7,17031,52,10 +833,7,17031,52,40 +834,7,17031,52,59 +835,7,17031,52,0 +836,7,17031,52,20 +837,7,17031,52,177 +838,7,17031,52,42 +839,3,17031,52,17 +840,3,17031,52,52 +841,3,17031,52,15 +842,3,17031,52,0 +843,3,17031,52,11 +844,3,17031,52,30 +845,3,17031,52,5 +846,3,17031,52,4 +847,3,17031,52,41 +848,3,17031,52,14 +849,3,17031,52,50 +850,3,17031,52,10 +851,3,17031,52,1 +852,3,17031,52,81 +853,3,17031,52,0 +854,3,17031,52,8 +855,3,17031,52,47 +856,3,17031,52,25 +857,3,17031,52,539 +858,3,17031,52,153 +859,3,17031,52,0 +860,3,17031,52,36 +861,3,17031,52,1 +862,3,17031,52,31 +863,3,17031,52,47 +864,3,17031,52,52 +865,3,17031,52,116 +866,3,17031,52,12 +867,3,17031,52,73 +868,3,17031,52,0 +869,3,17031,52,37 +870,3,17031,52,333 +871,3,17031,52,130 +872,3,17031,52,1 +873,3,17031,52,169 +874,3,17031,52,10 +875,3,17031,52,22 +876,3,17031,52,66 +877,3,17031,52,6 +878,3,17031,52,24 +879,3,17031,52,20 +880,3,17031,52,0 +881,3,17031,52,6 +882,3,17031,52,64 +883,3,17031,52,23 +884,3,17031,52,7 +885,3,17031,52,3 +886,3,17031,52,484 +887,3,17031,52,0 +888,3,17031,52,6 +889,3,17031,52,18 +890,3,17031,52,10 +891,3,17031,52,2 +892,3,17031,52,127 +893,3,17031,52,47 +894,3,17031,52,4 +895,3,17031,52,14 +896,3,17031,52,1 +897,3,17031,52,3 +898,3,17031,52,3 +899,3,17031,52,62 +900,3,17031,52,113 +901,3,17031,52,74 +902,3,17031,52,155 +903,3,17031,52,242 +904,3,17031,52,8 +905,8,17031,52,324 +906,8,17031,52,28 +907,8,17031,52,433 +908,8,17031,52,19 +909,8,17031,52,274 +910,8,17031,52,49 +911,8,17031,52,45 +912,8,17031,52,23 +913,8,17031,52,2 +914,8,17031,52,4 +915,8,17031,52,163 +916,8,17031,52,36 +917,8,17031,52,3 +918,8,17031,52,1074 +919,8,17031,52,7 +920,8,17031,52,104 +921,8,17031,52,47 +922,8,17031,52,3 +923,8,17031,52,11 +924,8,17031,52,4 +925,8,17031,52,47 +926,8,17031,52,0 +927,8,17031,52,13 +928,8,17031,52,722 +929,8,17031,52,16 +930,8,17031,52,73 +931,8,17031,52,61 +932,8,17031,52,76 +933,8,17031,52,71 +934,8,17031,52,52 +935,8,17031,52,539 +936,8,17031,52,45 +937,8,17031,52,27 +938,8,17031,52,50 +939,8,17031,52,5 +940,8,17031,52,3 +941,8,17031,52,0 +942,8,17031,52,5 +943,8,17031,52,142 +944,8,17031,52,33 +945,8,17031,52,5 +946,8,17031,52,266 +947,8,17031,52,242 +948,8,17031,52,9 +949,8,17031,52,16 +950,8,17031,52,23 +951,8,17031,52,7 +952,8,17031,52,7 +953,8,17031,52,211 +954,8,17031,52,239 +955,4,17031,52,160 +956,4,17031,52,587 +957,4,17031,52,852 +958,4,17031,52,40 +959,4,17031,52,793 +960,4,17031,52,10 +961,4,17031,52,12 +962,4,17031,52,39 +963,4,17031,52,12 +964,4,17031,52,104 +965,4,17031,52,94 +966,4,17031,52,160 +967,4,17031,52,129 +968,4,17031,52,7 +969,4,17031,52,21 +970,4,17031,52,83 +971,4,17031,52,8 +972,4,17031,52,71 +973,4,17031,52,1929 +974,4,17031,52,2 +975,4,17031,52,27 +976,4,17031,52,885 +977,4,17031,52,120 +978,4,17031,52,222 +979,4,17031,52,72 +980,4,17031,52,84 +981,4,17031,52,130 +982,4,17031,52,3 +983,4,17031,52,15 +984,4,17031,52,7 +985,4,17031,52,4 +986,4,17031,52,33 +987,4,17031,52,30 +988,4,17031,52,4 +989,4,17031,52,1 +990,4,17031,52,6 +991,4,17031,52,29 +992,4,17031,52,32 +993,4,17031,52,29 +994,4,17031,52,2 +995,4,17031,52,20 +996,4,17031,52,5 +997,4,17031,52,19 +998,4,17031,52,49 +999,4,17031,52,183 +1000,4,17031,52,11 +1001,4,17031,52,4 +1002,9,17031,52,42 +1003,9,17031,52,42 +1004,9,17031,52,4 +1005,9,17031,52,31 +1006,9,17031,52,47 +1007,9,17031,52,24 +1008,9,17031,52,11 +1009,9,17031,52,6 +1010,9,17031,52,94 +1011,9,17031,52,389 +1012,9,17031,52,5 +1013,9,17031,52,34 +1014,9,17031,52,8 +1015,9,17031,52,77 +1016,9,17031,52,2 +1017,9,17031,52,6 +1018,9,17031,52,179 +1019,9,17031,52,35 +1020,9,17031,52,25 +1021,9,17031,52,9 +1022,9,17031,52,5 +1023,9,17031,52,52 +1024,9,17031,52,36 +1025,9,17031,52,12 +1026,9,17031,52,20 +1027,9,17031,52,49 +1028,9,17031,52,103 +1029,9,17031,52,25 +1030,9,17031,52,29 +1031,9,17031,52,7 +1032,9,17031,52,92 +1033,9,17031,52,64 +1034,9,17031,52,85 +1035,9,17031,52,51 +1036,9,17031,52,0 +1037,9,17031,52,83 +1038,9,17031,52,5 +1039,9,17031,52,568 +1040,9,17031,52,3 +1041,9,17031,52,37 +1042,9,17031,52,25 +1043,9,17031,52,0 +1044,9,17031,52,63 +1045,9,17031,52,77 +1046,9,17031,52,0 +1047,9,17031,52,1 +1048,9,17031,52,0 +1049,9,17031,52,84 +1050,9,17031,52,110 +1051,9,17031,52,6 +1052,9,17031,52,24 +1053,9,17031,52,1 +1054,9,17031,52,41 +1055,9,17031,52,112 +1056,9,17031,52,4 +1057,9,17031,52,153 +1058,9,17031,52,2 +1059,9,17031,52,0 +1060,9,17031,52,50 +1061,12,17031,52,700 +1062,9,17031,52,100 +1063,9,17031,52,6 +1064,12,17031,52,7 +1065,9,17031,52,2 +1066,9,17031,52,42 +1067,9,17031,52,159 +1068,12,17031,52,31 +1069,5,17031,52,3 +1070,5,17031,52,67 +1071,5,17031,52,6 +1072,5,17031,52,0 +1073,5,17031,52,61 +1074,5,17031,52,90 +1075,5,17031,52,281 +1076,5,17031,52,48 +1077,5,17031,52,98 +1078,5,17031,52,3 +1079,5,17031,52,125 +1080,5,17031,52,26 +1081,5,17031,52,97 +1082,5,17031,52,57 +1083,5,17031,52,9 +1084,5,17031,52,2 +1085,5,17031,52,9 +1086,5,17031,52,3 +1087,10,17031,52,15 +1088,5,17031,52,267 +1089,10,17031,52,14 +1090,5,17031,52,3 +1091,5,17031,52,24 +1092,10,17031,52,84 +1093,10,17031,52,93 +1094,10,17031,52,526 +1095,10,17031,52,55 +1096,10,17031,52,14 +1097,10,17031,52,10 +1098,5,17031,52,29 +1099,10,17031,52,26 +1100,10,17031,52,47 +1101,10,17031,52,0 +1102,10,17031,52,3 +1103,10,17031,52,19 +1104,10,17031,52,26 +1105,10,17031,52,17 +1106,10,17031,52,1 +1107,10,17031,52,151 +1108,10,17031,52,56 +1109,10,17031,52,4 +1110,10,17031,52,0 +1111,10,17031,52,31 +1112,10,17031,52,51 +1113,10,17031,52,57 +1114,10,17031,52,8 +1115,10,17031,52,1 +1116,10,17031,52,0 +1117,10,17031,52,15 +1118,10,17031,52,2 +1119,10,17031,52,99 +1120,10,17031,52,4 +1121,10,17031,52,21 +1122,10,17031,52,33 +1123,10,17031,52,3 +1124,10,17031,52,148 +1125,10,17031,52,38 +1126,10,17031,52,37 +1127,10,17031,52,54 +1128,10,17031,52,1139 +1129,10,17031,52,2 +1130,10,17031,52,1 +1131,10,17031,52,36 +1132,10,17031,52,50 +1133,10,17031,52,55 +1134,10,17031,52,145 +1135,10,17031,52,21 +1136,10,17031,52,17 +1137,10,17031,52,0 +1138,10,17031,52,1 +1139,10,17031,52,24 +1140,10,17031,52,11 +1141,10,17031,52,9 +1142,10,17031,52,20 +1143,10,17031,52,5 +1144,10,17031,52,16 +1145,10,17031,52,3 +1146,10,17031,52,4 +1147,10,17031,52,43 +1148,10,17031,52,38 +1149,10,17031,52,4 +1150,10,17031,52,356 +1151,10,17031,52,65 +1152,10,17031,52,37 +1153,10,17031,52,2 +1154,10,17031,52,60 +1155,10,17031,52,28 +1156,10,17031,52,6 +1157,10,17031,52,97 +1158,10,17031,52,14 +1159,10,17031,52,125 +1160,10,17031,52,49 +1161,10,17031,52,6 +1162,10,17031,52,18 +1163,10,17031,52,240 +1164,10,17031,52,0 +1165,10,17031,52,6 +1166,10,17031,52,10 +1167,10,17031,52,206 +1168,10,17031,52,47 +1169,10,17031,52,36 +1170,10,17031,52,99 +1171,11,17031,52,2 +1172,11,17031,52,3 +1173,11,17031,52,24 +1174,11,17031,52,324 +1175,11,17031,52,0 +1176,11,17031,52,131 +1177,11,17031,52,23 +1178,11,17031,52,14 +1179,11,17031,52,0 +1180,11,17031,52,23 +1181,11,17031,52,9 +1182,11,17031,52,32 +1183,12,17031,52,28 +1184,12,17031,52,2 +1185,12,17031,52,37 +1186,12,17031,52,49 +1187,12,17031,52,0 +1188,13,17031,52,93 +1189,12,17031,52,4 +1190,13,17031,52,2 +1191,12,17031,52,69 +1192,12,17031,52,43 +1193,12,17031,52,59 +1194,12,17031,52,7 +1195,12,17031,52,33 +1196,12,17031,52,13 +1197,12,17031,52,16 +1198,12,17031,52,0 +1199,12,17031,52,25 +1200,12,17031,52,19 +1201,12,17031,52,2 +1202,12,17031,52,39 +1203,12,17031,52,94 +1204,12,17031,52,19 +1205,12,17031,52,170 +1206,12,17031,52,32 +1207,12,17031,52,7 +1208,12,17031,52,74 +1209,12,17031,52,23 +1210,12,17031,52,3 +1211,12,17031,52,33 +1212,12,17031,52,100 +1213,12,17031,52,19 +1214,12,17031,52,116 +1215,12,17031,52,18 +1216,12,17031,52,29 +1217,12,17031,52,70 +1218,12,17031,52,91 +1219,12,17031,52,11 +1220,12,17031,52,21 +1221,12,17031,52,0 +1222,12,17031,52,49 +1223,12,17031,52,121 +1224,12,17031,52,42 +1225,12,17031,52,18 +1226,12,17031,52,10 +1227,12,17031,52,6 +1228,12,17031,52,75 +1229,15,17031,52,32 +1230,15,17031,52,50 +1231,15,17031,52,19 +1232,15,17031,52,13 +1233,15,17031,52,4 +1234,15,17031,52,42 +1235,15,17031,52,58 +1236,15,17031,52,174 +1237,15,17031,52,16 +1238,15,17031,52,26 +1239,15,17031,52,5 +1240,15,17031,52,95 +1241,15,17031,52,38 +1242,15,17031,52,0 +1243,15,17031,52,0 +1244,15,17031,52,17 +1245,15,17031,52,6 +1246,15,17031,52,0 +1247,15,17031,52,36 +1248,15,17031,52,18 +1249,15,17031,52,59 +1250,15,17031,52,126 +1251,15,17031,52,156 +1252,15,17031,52,61 +1253,15,17031,52,93 +1254,15,17031,52,51 +1255,15,17031,52,53 +1256,15,17031,52,210 +1257,15,17031,52,139 +1258,15,17031,52,12 +1259,15,17031,52,6 +1260,15,17031,52,20 +1261,15,17031,52,134 +1262,15,17031,52,1 +1263,15,17031,52,42 +1264,15,17031,52,36 +1265,15,17031,52,102 +1266,15,17031,52,13 +1267,15,17031,52,78 +1268,15,17031,52,25 +1269,15,17031,52,307 +1270,15,17031,52,10 +1271,15,17031,52,12 +1272,15,17031,52,15 +1273,15,17031,52,38 +1274,15,17031,52,112 +1275,15,17031,52,2 +1276,15,17031,52,14 +1277,15,17031,52,52 +1278,15,17031,52,35 +1279,15,17031,52,56 +1280,15,17031,52,15 +1281,15,17031,52,27 +1282,15,17031,52,170 +1283,15,17031,52,21 +1284,15,17031,52,100 +1285,15,17031,52,78 +1286,15,17031,52,76 +1287,15,17031,52,47 +1288,15,17031,52,4 +1289,15,17031,52,55 +1290,15,17031,52,64 +1291,15,17031,52,14 +1292,15,17031,52,11 +1293,15,17031,52,125 +1294,15,17031,52,99 +1295,15,17031,52,245 +1296,15,17031,52,34 +1297,15,17031,52,9 +1298,15,17031,52,52 +1299,15,17031,52,17 +1300,15,17031,52,3 +1301,15,17031,52,0 +1302,15,17031,52,10 +1303,15,17031,52,10 +1304,15,17031,52,0 +1305,15,17031,52,1 +1306,15,17031,52,1 +1307,15,17031,52,30 +1308,15,17031,52,6 +1309,15,17031,52,35 +1310,15,17031,52,53 +1311,15,17031,52,0 +1312,15,17031,52,98 +1313,16,17031,52,3 +1314,16,17031,52,0 +1315,16,17031,52,9 +1316,16,17031,52,83 +1317,16,17031,52,24 +1318,16,17031,52,80 +1319,16,17031,52,167 +1320,16,17031,52,31 +1321,16,17031,52,16 +1322,16,17031,52,53 +1323,16,17031,52,33 +1324,16,17031,52,6 +1325,16,17031,52,7 +1326,16,17031,52,13 +1327,16,17031,52,86 +1328,16,17031,52,24 +1329,16,17031,52,116 +1330,16,17031,52,100 +1331,16,17031,52,12 +1332,16,17031,52,44 +1333,16,17031,52,262 +1334,16,17031,52,43 +1335,16,17031,52,12 +1336,16,17031,52,0 +1337,16,17031,52,25 +1338,16,17031,52,3 +1339,16,17031,52,9 +1340,16,17031,52,192 +1341,16,17031,52,9 +1342,16,17031,52,50 +1343,16,17031,52,97 +1344,16,17031,52,14 +1345,16,17031,52,4 +1346,16,17031,52,76 +1347,16,17031,52,72 +1348,16,17031,52,46 +1349,16,17031,52,7 +1350,16,17031,52,27 +1351,16,17031,52,109 +1352,16,17031,52,24 +1353,16,17031,52,37 +1354,16,17031,52,57 +1355,16,17031,52,27 +1356,16,17031,52,2 +1357,16,17031,52,2 +1358,16,17031,52,6 +1359,16,17031,52,9 +1360,16,17031,52,29 +1361,16,17031,52,11 +1362,18,17031,52,143 +1363,18,17031,52,47 +1364,18,17031,52,44 +1365,18,17031,52,5 +1366,18,17031,52,16 +1367,18,17031,52,233 +1368,18,17031,52,115 +1369,18,17031,52,22 +1370,18,17031,52,5 +1371,18,17031,52,8 +1372,18,17031,52,21 +1373,18,17031,52,59 +1374,18,17031,52,4 +1375,18,17031,52,7 +1376,18,17031,52,50 +1377,18,17031,52,0 +1378,18,17031,52,41 +1379,18,17031,52,61 +1380,18,17031,52,19 +1381,18,17031,52,43 +1382,18,17031,52,26 +1383,18,17031,52,33 +1384,18,17031,52,141 +1385,18,17031,52,350 +1386,18,17031,52,15 +1387,18,17031,52,3 +1388,18,17031,52,3 +1389,18,17031,52,17 +1390,18,17031,52,65 +1391,18,17031,52,19 +1392,18,17031,52,40 +1393,18,17031,52,135 +1394,18,17031,52,73 +1395,18,17031,52,33 +1396,18,17031,52,5 +1397,18,17031,52,57 +1398,18,17031,52,16 +1399,18,17031,52,31 +1400,18,17031,52,78 +1401,18,17031,52,418 +1402,18,17031,52,10 +1403,18,17031,52,6 +1404,18,17031,52,13 +1405,18,17031,52,21 +1406,18,17031,52,46 +1407,18,17031,52,3 +1408,18,17031,52,19 +1409,18,17031,52,19 +1410,18,17031,52,5 +1411,18,17031,52,23 +1412,18,17031,52,11 +1413,18,17031,52,9 +1414,18,17031,52,5 +1415,18,17031,52,65 +1416,19,17031,52,81 +1417,19,17031,52,9 +1418,19,17031,52,27 +1419,19,17031,52,10 +1420,19,17031,52,10 +1421,19,17031,52,4 +1422,19,17031,52,0 +1423,19,17031,52,0 +1424,19,17031,52,2 +1425,19,17031,52,0 +1426,19,17031,52,0 +1427,19,17031,52,0 +1428,19,17031,52,1 +1429,19,17031,52,0 +1430,19,17031,52,3 +1431,19,17031,52,0 +1432,19,17031,52,22 +1433,19,17031,52,0 +1434,19,17031,52,114 +1435,19,17031,52,7 +1436,19,17031,52,0 +1437,19,17031,52,3 +1438,19,17031,52,45 +1439,19,17031,52,57 +1440,19,17031,52,93 +1441,21,17031,52,107 +1442,21,17031,52,0 +1443,21,17031,52,2 +1444,21,17031,52,161 +1445,21,17031,52,26 +1446,21,17031,52,0 +1447,22,17031,52,0 +1448,22,17031,52,0 +1449,22,17031,52,46 +1450,22,17031,52,16 +1451,22,17031,52,36 +1452,22,17031,52,3 +1453,22,17031,52,32 +1454,22,17031,52,216 +1455,22,17031,52,5 +1456,22,17031,52,2 +1457,22,17031,52,30 +1458,22,17031,52,82 +1459,22,17031,52,0 +1460,22,17031,52,0 +1461,22,17031,52,85 +1462,22,17031,52,3 +1463,22,17031,52,33 +1464,22,17031,52,207 +1465,22,17031,52,0 +1466,22,17031,52,48 +1467,22,17031,52,5 +1468,22,17031,52,71 +1469,22,17031,52,0 +1470,22,17031,52,1 +1471,23,17031,52,108 +1472,23,17031,52,84 +1473,23,17031,52,116 +1474,23,17031,52,106 +1475,23,17031,52,25 +1476,23,17031,52,4 +1477,23,17031,52,83 +1478,23,17031,52,19 +1479,23,17031,52,47 +1480,23,17031,52,41 +1481,23,17031,52,0 +1482,23,17031,52,40 +1483,23,17031,52,38 +1484,23,17031,52,8 +1485,23,17031,52,34 +1486,23,17031,52,149 +1487,23,17031,52,7 +1488,23,17031,52,83 +1489,23,17031,52,3 +1490,23,17031,52,11 +1491,23,17031,52,138 +1492,23,17031,52,140 +1493,23,17031,52,27 +1494,23,17031,52,42 +1495,23,17031,52,39 +1496,23,17031,52,20 +1497,23,17031,52,1 +1498,23,17031,52,82 +1499,23,17031,52,92 +1500,23,17031,52,32 +1501,23,17031,52,16 +1502,23,17031,52,1 +1503,23,17031,52,25 +1504,23,17031,52,63 +1505,23,17031,52,29 +1506,23,17031,52,18 +1507,23,17031,52,0 +1508,23,17031,52,96 +1509,23,17031,52,27 +1510,23,17031,52,97 +1511,23,17031,52,94 +1512,23,17031,52,85 +1513,23,17031,52,77 +1514,23,17031,52,4 +1515,23,17031,52,82 +1516,23,17031,52,29 +1517,23,17031,52,0 +1518,23,17031,52,49 +1519,23,17031,52,46 +1520,23,17031,52,1 +1521,23,17031,52,0 +1522,23,17031,52,65 +1523,23,17031,52,0 +1524,23,17031,52,24 +1525,23,17031,52,73 +1526,23,17031,52,5 +1527,23,17031,52,20 +1528,23,17031,52,7 +1529,23,17031,52,0 +1530,23,17031,52,0 +1531,23,17031,52,20 +1532,23,17031,52,6 +1533,23,17031,52,10 +1534,23,17031,52,74 +1535,23,17031,52,4 +1536,23,17031,52,21 +1537,24,17031,52,40 +1538,24,17031,52,37 +1539,24,17031,52,34 +1540,24,17031,52,21 +1541,24,17031,52,6 +1542,24,17031,52,8 +1543,24,17031,52,9 +1544,24,17031,52,104 +1545,24,17031,52,0 +1546,24,17031,52,29 +1547,24,17031,52,0 +1548,24,17031,52,25 +1549,24,17031,52,2 +1550,24,17031,52,2 +1551,24,17031,52,0 +1552,25,17031,52,58 +1553,25,17031,52,69 +1554,25,17031,52,5 +1555,25,17031,52,209 +1556,25,17031,52,0 +1557,25,17031,52,0 +1558,25,17031,52,95 +1559,25,17031,52,96 +1560,25,17031,52,1 +1561,25,17031,52,132 +1562,25,17031,52,68 +1563,25,17031,52,57 +1564,25,17031,52,29 +1565,25,17031,52,369 +1566,25,17031,52,41 +1567,25,17031,52,3 +1568,25,17031,52,32 +1569,25,17031,52,41 +1570,25,17031,52,51 +1571,25,17031,52,18 +1572,25,17031,52,48 +1573,26,17031,52,1 +1574,26,17031,52,52 +1575,26,17031,52,134 +1576,26,17031,52,15 +1577,26,17031,52,4 +1578,26,17031,52,74 +1579,26,17031,52,98 +1580,26,17031,52,63 +1581,26,17031,52,10 +1582,26,17031,52,25 +1583,26,17031,52,19 +1584,26,17031,52,0 +1585,26,17031,52,0 +1586,26,17031,52,3 +1587,26,17031,52,91 +1588,26,17031,52,0 +1589,26,17031,52,0 +1590,26,17031,52,3 +1591,26,17031,52,25 +1592,26,17031,52,87 +1593,26,17031,52,59 +1594,26,17031,52,0 +1595,26,17031,52,137 +1596,26,17031,52,0 +1597,26,17031,52,31 +1598,26,17031,52,109 +1599,26,17031,52,6 +1600,26,17031,52,2 +1601,26,17031,52,106 +1602,26,17031,52,0 +1603,26,17031,52,8 +1604,26,17031,52,49 +1605,26,17031,52,0 +1606,26,17031,52,72 +1607,26,17031,52,6 +1608,26,17031,52,18 +1609,26,17031,52,0 +1610,26,17031,52,192 +1611,26,17031,52,0 +1612,26,17031,52,32 +1613,26,17031,52,12 +1614,26,17031,52,38 +1615,27,17031,52,11 +1616,27,17031,52,1 +1617,27,17031,52,2 +1618,27,17031,52,0 +1619,27,17031,52,35 +1620,27,17031,52,254 +1621,27,17031,52,0 +1622,27,17031,52,12 +1623,27,17031,52,16 +1624,27,17031,52,14 +1625,27,17031,52,4 +1626,27,17031,52,45 +1627,27,17031,52,60 +1628,27,17031,52,1 +1629,27,17031,52,2 +1630,27,17031,52,9 +1631,27,17031,52,0 +1632,27,17031,52,120 +1633,27,17031,52,34 +1634,27,17031,52,110 +1635,27,17031,52,25 +1636,27,17031,52,99 +1637,27,17031,52,7 +1638,27,17031,52,27 +1639,27,17031,52,2 +1640,27,17031,52,168 +1641,27,17031,52,18 +1642,27,17031,52,345 +1643,27,17031,52,12 +1644,27,17031,52,18 +1645,27,17031,52,14 +1646,27,17031,52,21 +1647,27,17031,52,0 +1648,27,17031,52,102 +1649,27,17031,52,79 +1650,27,17031,52,55 +1651,27,17031,52,17 +1652,27,17031,52,0 +1653,27,17031,52,0 +1654,27,17031,52,14 +1655,27,17031,52,11 +1656,27,17031,52,0 +1657,27,17031,52,34 +1658,27,17031,52,89 +1659,27,17031,52,4 +1660,27,17031,52,25 +1661,27,17031,52,233 +1662,27,17031,52,0 +1663,27,17031,52,25 +1664,27,17031,52,8 +1665,27,17031,52,75 +1666,27,17031,52,48 +1667,28,17031,52,1 +1668,28,17031,52,50 +1669,28,17031,52,50 +1670,28,17031,52,22 +1671,28,17031,52,93 +1672,28,17031,52,8 +1673,28,17031,52,11 +1674,28,17031,52,0 +1675,28,17031,52,0 +1676,28,17031,52,79 +1677,28,17031,52,199 +1678,28,17031,52,64 +1679,28,17031,52,0 +1680,28,17031,52,33 +1681,28,17031,52,27 +1682,28,17031,52,0 +1683,28,17031,52,1 +1684,28,17031,52,0 +1685,28,17031,52,0 +1686,28,17031,52,0 +1687,28,17031,52,3 +1688,28,17031,52,10 +1689,28,17031,52,99 +1690,28,17031,52,7 +1691,28,17031,52,0 +1692,28,17031,52,0 +1693,28,17031,52,17 +1694,28,17031,52,3 +1695,28,17031,52,11 +1696,28,17031,52,19 +1697,29,17031,52,104 +1698,29,17031,52,0 +1699,29,17031,52,0 +1700,29,17031,52,5 +1701,29,17031,52,14 +1702,29,17031,52,1 +1703,29,17031,52,2 +1704,29,17031,52,16 +1705,29,17031,52,22 +1706,29,17031,52,12 +1707,29,17031,52,0 +1708,29,17031,52,1 +1709,29,17031,52,82 +1710,29,17031,52,11 +1711,29,17031,52,15 +1712,29,17031,52,16 +1713,29,17031,52,262 +1714,29,17031,52,5 +1715,29,17031,52,3 +1716,29,17031,52,36 +1717,29,17031,52,11 +1718,29,17031,52,84 +1719,29,17031,52,4 +1720,29,17031,52,0 +1721,29,17031,52,29 +1722,29,17031,52,0 +1723,29,17031,52,3 +1724,29,17031,52,7 +1725,29,17031,52,0 +1726,29,17031,52,20 +1727,29,17031,52,312 +1728,29,17031,52,59 +1729,29,17031,52,3 +1730,29,17031,52,4 +1731,29,17031,52,14 +1732,29,17031,52,12 +1733,79,17043,52,0 +1734,79,17043,52,0 +1735,77,17043,52,0 +1736,77,17043,52,18 +1737,77,17043,52,4 +1738,77,17043,52,42 +1739,77,17043,52,7 +1740,77,17043,52,72 +1741,77,17043,52,127 +1742,77,17043,52,80 +1743,77,17043,52,41 +1744,80,17043,52,23 +1745,80,17043,52,8 +1746,80,17043,52,659 +1747,80,17043,52,3 +1748,80,17043,52,60 +1749,80,17043,52,14 +1750,80,17043,52,0 +1751,80,17043,52,41 +1752,80,17043,52,17 +1753,80,17043,52,0 +1754,80,17043,52,121 +1755,80,17043,52,67 +1756,83,17043,52,0 +1757,83,17043,52,2 +1758,83,17043,52,0 +1759,83,17043,52,0 +1760,83,17043,52,23 +1761,83,17043,52,975 +1762,83,17043,52,2 +1763,83,17043,52,8 +1764,83,17043,52,73 +1765,83,17043,52,0 +1766,83,17043,52,0 +1767,83,17043,52,335 +1768,83,17043,52,1385 +1769,83,17043,52,9 +1770,83,17043,52,25 +1771,83,17043,52,0 +1772,83,17043,52,2 +1773,83,17043,52,0 +1774,83,17043,52,0 +1775,83,17043,52,19 +1776,83,17043,52,4 +1777,83,17043,52,12 +1778,83,17043,52,0 +1779,83,17043,52,0 +1780,83,17043,52,6 +1781,83,17043,52,276 +1782,83,17043,52,56 +1783,83,17043,52,177 +1784,83,17043,52,1 +1785,83,17043,52,40 +1786,83,17043,52,35 +1787,83,17043,52,11 +1788,83,17043,52,1 +1789,83,17043,52,0 +1790,83,17043,52,70 +1791,83,17043,52,0 +1792,83,17043,52,0 +1793,83,17043,52,8 +1794,83,17043,52,0 +1795,83,17043,52,119 +1796,83,17043,52,33 +1797,83,17043,52,0 +1798,83,17043,52,6 +1799,83,17043,52,0 +1800,83,17043,52,21 +1801,83,17043,52,3 +1802,83,17043,52,8 +1803,83,17043,52,8 +1804,83,17043,52,0 +1805,83,17043,52,0 +1806,83,17043,52,0 +1807,83,17043,52,0 +1808,83,17043,52,17 +1809,83,17043,52,0 +1810,83,17043,52,4 +1811,83,17043,52,246 +1812,83,17043,52,34 +1813,78,17043,52,13 +1814,78,17043,52,4 +1815,78,17043,52,0 +1816,78,17043,52,90 +1817,78,17043,52,308 +1818,78,17043,52,15 +1819,78,17043,52,132 +1820,78,17043,52,1 +1821,78,17043,52,5 +1822,78,17043,52,21 +1823,78,17043,52,102 +1824,78,17043,52,0 +1825,78,17043,52,207 +1826,78,17043,52,30 +1827,78,17043,52,218 +1828,78,17043,52,24 +1829,78,17043,52,10 +1830,78,17043,52,2 +1831,78,17043,52,8 +1832,78,17043,52,52 +1833,78,17043,52,2 +1834,78,17043,52,7 +1835,78,17043,52,2 +1836,78,17043,52,0 +1837,78,17043,52,59 +1838,78,17043,52,0 +1839,78,17043,52,0 +1840,78,17043,52,0 +1841,78,17043,52,0 +1842,78,17043,52,2 +1843,78,17043,52,39 +1844,78,17043,52,0 +1845,78,17043,52,0 +1846,78,17043,52,0 +1847,78,17043,52,0 +1848,78,17043,52,8 +1849,78,17043,52,9 +1850,78,17043,52,6 +1851,78,17043,52,0 +1852,78,17043,52,5 +1853,78,17043,52,43 +1854,78,17043,52,38 +1855,81,17043,52,3 +1856,81,17043,52,39 +1857,81,17043,52,0 +1858,81,17043,52,8 +1859,81,17043,52,45 +1860,81,17043,52,2 +1861,81,17043,52,8 +1862,81,17043,52,3 +1863,81,17043,52,329 +1864,81,17043,52,0 +1865,81,17043,52,33 +1866,81,17043,52,0 +1867,81,17043,52,0 +1868,81,17043,52,167 +1869,81,17043,52,18 +1870,81,17043,52,0 +1871,81,17043,52,0 +1872,81,17043,52,0 +1873,81,17043,52,204 +1874,81,17043,52,0 +1875,81,17043,52,0 +1876,81,17043,52,100 +1877,81,17043,52,0 +1878,81,17043,52,18 +1879,81,17043,52,0 +1880,81,17043,52,0 +1881,81,17043,52,0 +1882,81,17043,52,12 +1883,81,17043,52,483 +1884,81,17043,52,5 +1885,81,17043,52,0 +1886,81,17043,52,0 +1887,81,17043,52,14 +1888,81,17043,52,76 +1889,81,17043,52,11 +1890,81,17043,52,40 +1891,81,17043,52,0 +1892,81,17043,52,0 +1893,81,17043,52,0 +1894,81,17043,52,21 +1895,81,17043,52,3 +1896,81,17043,52,83 +1897,81,17043,52,194 +1898,81,17043,52,0 +1899,81,17043,52,44 +1900,81,17043,52,0 +1901,81,17043,52,45 +1902,81,17043,52,54 +1903,81,17043,52,1 +1904,81,17043,52,268 +1905,81,17043,52,0 +1906,81,17043,52,1 +1907,81,17043,52,2 +1908,81,17043,52,10 +1909,81,17043,52,106 +1910,81,17043,52,118 +1911,81,17043,52,14 +1912,84,17043,52,337 +1913,84,17043,52,997 +1914,84,17043,52,60 +1915,84,17043,52,0 +1916,84,17043,52,103 +1917,84,17043,52,100 +1918,84,17043,52,0 +1919,84,17043,52,464 +1920,84,17043,52,42 +1921,84,17043,52,16 +1922,84,17043,52,0 +1923,84,17043,52,0 +1924,84,17043,52,46 +1925,84,17043,52,37 +1926,84,17043,52,46 +1927,84,17043,52,4 +1928,84,17043,52,149 +1929,84,17043,52,342 +1930,84,17043,52,748 +1931,84,17043,52,0 +1932,84,17043,52,6 +1933,84,17043,52,12 +1934,84,17043,52,131 +1935,84,17043,52,0 +1936,84,17043,52,0 +1937,84,17043,52,3 +1938,84,17043,52,17 +1939,84,17043,52,0 +1940,84,17043,52,7 +1941,84,17043,52,26 +1942,84,17043,52,47 +1943,84,17043,52,0 +1944,84,17043,52,3 +1945,84,17043,52,0 +1946,84,17043,52,86 +1947,84,17043,52,38 +1948,84,17043,52,5 +1949,84,17043,52,0 +1950,84,17043,52,131 +1951,84,17043,52,8 +1952,84,17043,52,0 +1953,84,17043,52,0 +1954,79,17043,52,86 +1955,79,17043,52,2003 +1956,79,17043,52,39 +1957,79,17043,52,17 +1958,79,17043,52,2 +1959,79,17043,52,115 +1960,79,17043,52,13 +1961,79,17043,52,364 +1962,79,17043,52,12 +1963,79,17043,52,26 +1964,79,17043,52,26 +1965,79,17043,52,1 +1966,79,17043,52,0 +1967,79,17043,52,62 +1968,79,17043,52,65 +1969,79,17043,52,0 +1970,79,17043,52,38 +1971,79,17043,52,5 +1972,79,17043,52,0 +1973,79,17043,52,26 +1974,79,17043,52,76 +1975,79,17043,52,21 +1976,79,17043,52,0 +1977,79,17043,52,0 +1978,79,17043,52,0 +1979,79,17043,52,5 +1980,79,17043,52,0 +1981,79,17043,52,0 +1982,79,17043,52,0 +1983,79,17043,52,0 +1984,79,17043,52,4 +1985,79,17043,52,53 +1986,79,17043,52,0 +1987,79,17043,52,9 +1988,79,17043,52,77 +1989,79,17043,52,75 +1990,79,17043,52,9 +1991,79,17043,52,3 +1992,79,17043,52,8 +1993,79,17043,52,0 +1994,79,17043,52,8 +1995,79,17043,52,0 +1996,79,17043,52,0 +1997,79,17043,52,72 +1998,79,17043,52,50 +1999,79,17043,52,0 +2000,79,17043,52,41 +2001,79,17043,52,217 +2002,79,17043,52,0 +2003,82,17043,52,0 +2004,82,17043,52,11 +2005,82,17043,52,140 +2006,82,17043,52,79 +2007,82,17043,52,0 +2008,82,17043,52,0 +2009,82,17043,52,0 +2010,82,17043,52,87 +2011,82,17043,52,39 +2012,82,17043,52,0 +2013,82,17043,52,0 +2014,82,17043,52,0 +2015,82,17043,52,188 +2016,82,17043,52,62 +2017,82,17043,52,83 +2018,82,17043,52,130 +2019,82,17043,52,39 +2020,82,17043,52,2 +2021,82,17043,52,160 +2022,82,17043,52,73 +2023,82,17043,52,64 +2024,82,17043,52,29 +2025,82,17043,52,153 +2026,82,17043,52,70 +2027,82,17043,52,176 +2028,82,17043,52,490 +2029,82,17043,52,0 +2030,82,17043,52,98 +2031,82,17043,52,41 +2032,82,17043,52,14 +2033,82,17043,52,463 +2034,82,17043,52,247 +2035,82,17043,52,478 +2036,82,17043,52,362 +2037,82,17043,52,96 +2038,82,17043,52,10 +2039,82,17043,52,344 +2040,82,17043,52,17 +2041,82,17043,52,135 +2042,82,17043,52,90 +2043,82,17043,52,1988 +2044,82,17043,52,139 +2045,82,17043,52,124 +2046,82,17043,52,20 +2047,82,17043,52,0 +2048,82,17043,52,23 +2049,82,17043,52,133 +2050,82,17043,52,60 +2051,85,17043,52,67 +2052,85,17043,52,0 +2053,85,17043,52,29 +2054,85,17043,52,5 +2055,85,17043,52,30 +2056,85,17043,52,22 +2057,85,17043,52,95 +2058,85,17043,52,164 +2059,85,17043,52,172 +2060,85,17043,52,11 +2061,85,17043,52,347 +2062,85,17043,52,69 +2063,85,17043,52,101 +2064,85,17043,52,1 +2065,85,17043,52,245 +2066,85,17043,52,0 +2067,85,17043,52,12 +2068,85,17043,52,24 +2069,85,17043,52,0 +2070,85,17043,52,0 +2071,85,17043,52,0 +2072,85,17043,52,0 +2073,85,17043,52,28 +2074,85,17043,52,1 +2075,85,17043,52,0 +2076,85,17043,52,0 +2077,85,17043,52,3 +2078,85,17043,52,3 +2079,85,17043,52,18 +2080,85,17043,52,0 +2081,85,17043,52,2 +2082,85,17043,52,0 +2083,85,17043,52,0 +2084,85,17043,52,20 +2085,85,17043,52,65 +2086,85,17043,52,1 +2087,85,17043,52,0 +2088,85,17043,52,0 +2089,85,17043,52,195 +2090,85,17043,52,0 +2091,85,17043,52,18 +2092,85,17043,52,2 +2093,85,17043,52,0 +2094,85,17043,52,0 +2095,85,17043,52,23 +2096,85,17043,52,20 +2097,85,17043,52,24 +2098,85,17043,52,66 +2099,85,17043,52,38 +2100,85,17043,52,35 +2101,85,17043,52,132 +2102,85,17043,52,3 +2103,85,17043,52,0 +2104,85,17043,52,3 +2105,85,17043,52,39 +2106,85,17043,52,64 +2107,85,17043,52,3 +2108,86,17043,52,15 +2109,86,17043,52,94 +2110,86,17043,52,7 +2111,86,17043,52,1 +2112,62,17089,52,0 +2113,62,17089,52,0 +2114,62,17089,52,13 +2115,62,17089,52,42 +2116,65,17089,52,1 +2117,65,17089,52,11 +2118,65,17089,52,0 +2119,65,17089,52,0 +2120,68,17089,52,4 +2121,68,17089,52,4 +2122,68,17089,52,0 +2123,68,17089,52,0 +2124,71,17089,52,0 +2125,71,17089,52,0 +2126,71,17089,52,0 +2127,71,17089,52,0 +2128,74,17089,52,2 +2129,74,17089,52,0 +2130,74,17089,52,0 +2131,74,17089,52,0 +2132,63,17089,52,65 +2133,63,17089,52,0 +2134,63,17089,52,1 +2135,63,17089,52,7 +2136,66,17089,52,0 +2137,66,17089,52,2 +2138,66,17089,52,0 +2139,66,17089,52,0 +2140,69,17089,52,3 +2141,69,17089,52,0 +2142,69,17089,52,30 +2143,69,17089,52,50 +2144,72,17089,52,62 +2145,72,17089,52,5 +2146,72,17089,52,0 +2147,72,17089,52,4 +2148,75,17089,52,27 +2149,75,17089,52,43 +2150,75,17089,52,0 +2151,75,17089,52,25 +2152,75,17089,52,0 +2153,75,17089,52,0 +2154,75,17089,52,0 +2155,75,17089,52,0 +2156,75,17089,52,0 +2157,75,17089,52,0 +2158,64,17089,52,1 +2159,64,17089,52,0 +2160,64,17089,52,0 +2161,64,17089,52,0 +2162,64,17089,52,0 +2163,64,17089,52,1 +2164,64,17089,52,211 +2165,64,17089,52,0 +2166,64,17089,52,0 +2167,64,17089,52,16 +2168,64,17089,52,126 +2169,64,17089,52,6 +2170,64,17089,52,28 +2171,64,17089,52,2 +2172,64,17089,52,24 +2173,64,17089,52,868 +2174,64,17089,52,26 +2175,64,17089,52,1 +2176,64,17089,52,57 +2177,64,17089,52,14 +2178,64,17089,52,12 +2179,67,17089,52,0 +2180,67,17089,52,155 +2181,67,17089,52,53 +2182,67,17089,52,15 +2183,67,17089,52,33 +2184,67,17089,52,6 +2185,67,17089,52,2 +2186,67,17089,52,253 +2187,67,17089,52,73 +2188,67,17089,52,13 +2189,67,17089,52,79 +2190,67,17089,52,198 +2191,67,17089,52,12 +2192,67,17089,52,0 +2193,67,17089,52,6 +2194,67,17089,52,92 +2195,67,17089,52,0 +2196,67,17089,52,181 +2197,67,17089,52,0 +2198,67,17089,52,0 +2199,67,17089,52,68 +2200,67,17089,52,117 +2201,67,17089,52,0 +2202,67,17089,52,1 +2203,67,17089,52,4 +2204,67,17089,52,8 +2205,67,17089,52,54 +2206,67,17089,52,0 +2207,67,17089,52,10 +2208,67,17089,52,29 +2209,67,17089,52,2 +2210,67,17089,52,0 +2211,67,17089,52,1 +2212,67,17089,52,0 +2213,67,17089,52,0 +2214,67,17089,52,1 +2215,67,17089,52,46 +2216,67,17089,52,74 +2217,67,17089,52,6 +2218,67,17089,52,0 +2219,67,17089,52,0 +2220,67,17089,52,0 +2221,70,17089,52,48 +2222,70,17089,52,3 +2223,70,17089,52,0 +2224,70,17089,52,0 +2225,70,17089,52,0 +2226,70,17089,52,0 +2227,70,17089,52,144 +2228,70,17089,52,17 +2229,70,17089,52,129 +2230,70,17089,52,0 +2231,70,17089,52,0 +2232,70,17089,52,47 +2233,70,17089,52,49 +2234,70,17089,52,159 +2235,70,17089,52,62 +2236,70,17089,52,1 +2237,70,17089,52,57 +2238,70,17089,52,5 +2239,73,17089,52,81 +2240,73,17089,52,18 +2241,73,17089,52,276 +2242,73,17089,52,5 +2243,73,17089,52,36 +2244,73,17089,52,62 +2245,73,17089,52,153 +2246,73,17089,52,152 +2247,73,17089,52,24 +2248,73,17089,52,0 +2249,73,17089,52,1 +2250,73,17089,52,8 +2251,73,17089,52,5 +2252,73,17089,52,0 +2253,73,17089,52,16 +2254,73,17089,52,1 +2255,73,17089,52,0 +2256,73,17089,52,0 +2257,76,17089,52,44 +2258,76,17089,52,12 +2259,76,17089,52,59 +2260,76,17089,52,215 +2261,76,17089,52,5 +2262,76,17089,52,14 +2263,76,17089,52,53 +2264,76,17089,52,0 +2265,76,17089,52,17 +2266,76,17089,52,1 +2267,76,17089,52,62 +2268,76,17089,52,17 +2269,76,17089,52,22 +2270,76,17089,52,37 +2271,76,17089,52,10 +2272,76,17089,52,91 +2273,76,17089,52,7 +2274,76,17089,52,7 +2275,76,17089,52,322 +2276,76,17089,52,0 +2277,76,17089,52,10 +2278,76,17089,52,37 +2279,76,17089,52,6 +2280,76,17089,52,0 +2281,76,17089,52,0 +2282,76,17089,52,36 +2283,76,17089,52,51 +2284,76,17089,52,6 +2285,76,17089,52,40 +2286,76,17089,52,15 +2287,76,17089,52,504 +2288,76,17089,52,73 +2289,76,17089,52,6 +2290,76,17089,52,17 +2291,76,17089,52,29 +2292,76,17089,52,6 +2293,76,17089,52,6 +2294,76,17089,52,13 +2295,76,17089,52,0 +2296,76,17089,52,0 +2297,76,17089,52,15 +2298,76,17089,52,7 +2299,76,17089,52,19 +2300,76,17089,52,2 +2301,76,17089,52,2 +2302,76,17089,52,5 +2303,76,17089,52,1 +2304,76,17089,52,0 +2305,110,17093,52,0 +2306,110,17093,52,2 +2307,111,17093,52,1 +2308,111,17093,52,41 +2309,112,17093,52,3 +2310,112,17093,52,21 +2311,112,17093,52,38 +2312,112,17093,52,6 +2313,112,17093,52,133 +2314,110,17093,52,11 +2315,110,17093,52,39 +2316,111,17093,52,153 +2317,111,17093,52,1 +2318,112,17093,52,75 +2319,112,17093,52,0 +2320,113,17093,52,7 +2321,114,17093,52,9 +2322,115,17093,52,4 +2323,116,17093,52,3 +2324,117,17093,52,0 +2325,118,17093,52,0 +2326,46,17097,52,0 +2327,46,17097,52,0 +2328,46,17097,52,0 +2329,46,17097,52,0 +2330,46,17097,52,1 +2331,46,17097,52,0 +2332,50,17097,52,62 +2333,50,17097,52,7 +2334,50,17097,52,83 +2335,50,17097,52,0 +2336,50,17097,52,0 +2337,50,17097,52,0 +2338,54,17097,52,39 +2339,54,17097,52,0 +2340,54,17097,52,10 +2341,54,17097,52,11 +2342,54,17097,52,29 +2343,54,17097,52,221 +2344,58,17097,52,3 +2345,58,17097,52,15 +2346,58,17097,52,8 +2347,58,17097,52,1 +2348,58,17097,52,4 +2349,58,17097,52,302 +2350,47,17097,52,154 +2351,47,17097,52,0 +2352,47,17097,52,0 +2353,47,17097,52,14 +2354,47,17097,52,0 +2355,47,17097,52,0 +2356,47,17097,52,1 +2357,47,17097,52,171 +2358,47,17097,52,0 +2359,51,17097,52,0 +2360,51,17097,52,61 +2361,51,17097,52,32 +2362,51,17097,52,18 +2363,51,17097,52,6 +2364,51,17097,52,7 +2365,51,17097,52,9 +2366,51,17097,52,210 +2367,51,17097,52,0 +2368,51,17097,52,2 +2369,51,17097,52,31 +2370,51,17097,52,11 +2371,51,17097,52,11 +2372,51,17097,52,11 +2373,51,17097,52,32 +2374,51,17097,52,38 +2375,51,17097,52,27 +2376,51,17097,52,21 +2377,55,17097,52,15 +2378,55,17097,52,1 +2379,55,17097,52,227 +2380,55,17097,52,0 +2381,55,17097,52,11 +2382,55,17097,52,42 +2383,55,17097,52,0 +2384,55,17097,52,2 +2385,55,17097,52,6 +2386,59,17097,52,25 +2387,59,17097,52,42 +2388,59,17097,52,1 +2389,59,17097,52,683 +2390,59,17097,52,13 +2391,59,17097,52,17 +2392,59,17097,52,2 +2393,59,17097,52,437 +2394,59,17097,52,3 +2395,48,17097,52,52 +2396,48,17097,52,0 +2397,48,17097,52,4 +2398,48,17097,52,0 +2399,52,17097,52,9 +2400,52,17097,52,0 +2401,52,17097,52,3 +2402,52,17097,52,19 +2403,52,17097,52,16 +2404,52,17097,52,82 +2405,52,17097,52,2 +2406,52,17097,52,252 +2407,52,17097,52,144 +2408,52,17097,52,85 +2409,52,17097,52,43 +2410,52,17097,52,18 +2411,52,17097,52,35 +2412,52,17097,52,5 +2413,52,17097,52,75 +2414,52,17097,52,11 +2415,52,17097,52,11 +2416,52,17097,52,127 +2417,52,17097,52,109 +2418,52,17097,52,0 +2419,52,17097,52,0 +2420,56,17097,52,32 +2421,56,17097,52,12 +2422,56,17097,52,2 +2423,56,17097,52,2 +2424,56,17097,52,43 +2425,56,17097,52,143 +2426,56,17097,52,0 +2427,56,17097,52,0 +2428,56,17097,52,11 +2429,56,17097,52,13 +2430,56,17097,52,38 +2431,56,17097,52,0 +2432,56,17097,52,84 +2433,56,17097,52,26 +2434,56,17097,52,0 +2435,56,17097,52,33 +2436,56,17097,52,9 +2437,56,17097,52,33 +2438,56,17097,52,10 +2439,56,17097,52,96 +2440,56,17097,52,0 +2441,56,17097,52,21 +2442,56,17097,52,80 +2443,56,17097,52,1063 +2444,60,17097,52,26 +2445,60,17097,52,3 +2446,60,17097,52,4 +2447,60,17097,52,0 +2448,60,17097,52,3 +2449,60,17097,52,230 +2450,60,17097,52,3 +2451,60,17097,52,561 +2452,60,17097,52,0 +2453,60,17097,52,10 +2454,60,17097,52,820 +2455,60,17097,52,20 +2456,60,17097,52,4 +2457,60,17097,52,1 +2458,60,17097,52,14 +2459,60,17097,52,47 +2460,60,17097,52,55 +2461,60,17097,52,50 +2462,60,17097,52,65 +2463,60,17097,52,68 +2464,60,17097,52,1329 +2465,60,17097,52,11 +2466,60,17097,52,2 +2467,60,17097,52,10 +2468,49,17097,52,0 +2469,49,17097,52,30 +2470,49,17097,52,26 +2471,49,17097,52,0 +2472,49,17097,52,0 +2473,49,17097,52,50 +2474,49,17097,52,201 +2475,49,17097,52,14 +2476,49,17097,52,76 +2477,53,17097,52,2 +2478,53,17097,52,33 +2479,53,17097,52,0 +2480,53,17097,52,0 +2481,53,17097,52,30 +2482,53,17097,52,53 +2483,53,17097,52,28 +2484,53,17097,52,0 +2485,53,17097,52,2 +2486,53,17097,52,0 +2487,53,17097,52,0 +2488,53,17097,52,3 +2489,53,17097,52,0 +2490,53,17097,52,0 +2491,53,17097,52,54 +2492,53,17097,52,6 +2493,53,17097,52,5 +2494,53,17097,52,12 +2495,53,17097,52,110 +2496,53,17097,52,0 +2497,53,17097,52,0 +2498,53,17097,52,9 +2499,53,17097,52,11 +2500,53,17097,52,0 +2501,53,17097,52,21 +2502,53,17097,52,2 +2503,53,17097,52,4 +2504,53,17097,52,76 +2505,53,17097,52,20 +2506,53,17097,52,0 +2507,53,17097,52,137 +2508,53,17097,52,0 +2509,53,17097,52,29 +2510,53,17097,52,1 +2511,53,17097,52,19 +2512,53,17097,52,3 +2513,53,17097,52,2 +2514,53,17097,52,0 +2515,53,17097,52,17 +2516,53,17097,52,0 +2517,53,17097,52,0 +2518,53,17097,52,0 +2519,53,17097,52,0 +2520,53,17097,52,227 +2521,53,17097,52,0 +2522,53,17097,52,0 +2523,53,17097,52,5 +2524,53,17097,52,0 +2525,53,17097,52,11 +2526,53,17097,52,8 +2527,53,17097,52,0 +2528,53,17097,52,0 +2529,57,17097,52,0 +2530,57,17097,52,35 +2531,57,17097,52,19 +2532,57,17097,52,121 +2533,57,17097,52,3 +2534,57,17097,52,0 +2535,57,17097,52,4 +2536,57,17097,52,17 +2537,57,17097,52,0 +2538,57,17097,52,9 +2539,57,17097,52,5 +2540,57,17097,52,0 +2541,57,17097,52,73 +2542,57,17097,52,0 +2543,57,17097,52,25 +2544,57,17097,52,5 +2545,57,17097,52,2 +2546,57,17097,52,88 +2547,57,17097,52,4 +2548,57,17097,52,0 +2549,57,17097,52,412 +2550,57,17097,52,0 +2551,61,17097,52,0 +2552,61,17097,52,0 +2553,61,17097,52,0 +2554,61,17097,52,0 +2555,61,17097,52,13 +2556,61,17097,52,0 +2557,61,17097,52,0 +2558,61,17097,52,11 +2559,61,17097,52,91 +2560,61,17097,52,8 +2561,61,17097,52,3 +2562,61,17097,52,0 +2563,61,17097,52,34 +2564,61,17097,52,34 +2565,61,17097,52,0 +2566,61,17097,52,3 +2567,61,17097,52,84 +2568,61,17097,52,163 +2569,61,17097,52,0 +2570,61,17097,52,0 +2571,61,17097,52,239 +2572,61,17097,52,0 +2573,61,17097,52,0 +2574,61,17097,52,11 +2575,61,17097,52,130 +2576,61,17097,52,37 +2577,61,17097,52,3 +2578,61,17097,52,699 +2579,61,17097,52,2 +2580,61,17097,52,443 +2581,61,17097,52,2 +2582,61,17097,52,38 +2583,61,17097,52,8 +2584,30,17111,52,0 +2585,30,17111,52,14 +2586,30,17111,52,7 +2587,30,17111,52,21 +2588,34,17111,52,1 +2589,34,17111,52,12 +2590,34,17111,52,0 +2591,34,17111,52,0 +2592,38,17111,52,0 +2593,38,17111,52,0 +2594,38,17111,52,0 +2595,38,17111,52,44 +2596,42,17111,52,0 +2597,42,17111,52,1 +2598,42,17111,52,0 +2599,42,17111,52,0 +2600,31,17111,52,1 +2601,31,17111,52,2 +2602,31,17111,52,0 +2603,31,17111,52,0 +2604,35,17111,52,0 +2605,35,17111,52,0 +2606,35,17111,52,0 +2607,35,17111,52,1 +2608,39,17111,52,1 +2609,39,17111,52,0 +2610,39,17111,52,2 +2611,39,17111,52,0 +2612,43,17111,52,18 +2613,43,17111,52,1 +2614,43,17111,52,0 +2615,43,17111,52,0 +2616,32,17111,52,22 +2617,32,17111,52,0 +2618,32,17111,52,1 +2619,32,17111,52,0 +2620,36,17111,52,0 +2621,36,17111,52,4 +2622,36,17111,52,34 +2623,36,17111,52,1 +2624,40,17111,52,128 +2625,40,17111,52,0 +2626,40,17111,52,9 +2627,40,17111,52,20 +2628,40,17111,52,16 +2629,40,17111,52,0 +2630,40,17111,52,8 +2631,40,17111,52,40 +2632,40,17111,52,0 +2633,40,17111,52,0 +2634,40,17111,52,0 +2635,40,17111,52,13 +2636,44,17111,52,4 +2637,44,17111,52,0 +2638,44,17111,52,0 +2639,44,17111,52,14 +2640,44,17111,52,0 +2641,44,17111,52,0 +2642,44,17111,52,0 +2643,44,17111,52,76 +2644,44,17111,52,11 +2645,33,17111,52,35 +2646,33,17111,52,0 +2647,33,17111,52,1 +2648,33,17111,52,0 +2649,33,17111,52,13 +2650,33,17111,52,0 +2651,33,17111,52,18 +2652,37,17111,52,4 +2653,37,17111,52,0 +2654,37,17111,52,0 +2655,37,17111,52,3 +2656,37,17111,52,3 +2657,37,17111,52,7 +2658,37,17111,52,64 +2659,37,17111,52,21 +2660,37,17111,52,0 +2661,37,17111,52,24 +2662,37,17111,52,114 +2663,37,17111,52,8 +2664,41,17111,52,1 +2665,41,17111,52,0 +2666,41,17111,52,61 +2667,41,17111,52,54 +2668,41,17111,52,21 +2669,41,17111,52,80 +2670,41,17111,52,1 +2671,41,17111,52,0 +2672,41,17111,52,0 +2673,41,17111,52,0 +2674,41,17111,52,15 +2675,41,17111,52,148 +2676,41,17111,52,170 +2677,41,17111,52,2 +2678,41,17111,52,0 +2679,45,17111,52,15 +2680,45,17111,52,115 +2681,45,17111,52,25 +2682,45,17111,52,10 +2683,45,17111,52,1 +2684,45,17111,52,31 +2685,45,17111,52,0 +2686,45,17111,52,0 +2687,45,17111,52,41 +2688,45,17111,52,88 +2689,45,17111,52,15 +2690,45,17111,52,33 +2691,45,17111,52,0 +2692,45,17111,52,29 +2693,45,17111,52,94 +2694,45,17111,52,54 +2695,45,17111,52,41 +2696,45,17111,52,87 +2697,45,17111,52,6 +2698,45,17111,52,30 +2699,45,17111,52,17 +2700,45,17111,52,50 +2701,45,17111,52,33 +2702,45,17111,52,1 +2703,87,17197,52,12 +2704,87,17197,52,178 +2705,87,17197,52,9 +2706,87,17197,52,0 +2707,87,17197,52,27 +2708,87,17197,52,0 +2709,87,17197,52,0 +2710,87,17197,52,133 +2711,87,17197,52,3 +2712,89,17197,52,17 +2713,89,17197,52,48 +2714,89,17197,52,0 +2715,89,17197,52,0 +2716,89,17197,52,94 +2717,89,17197,52,24 +2718,89,17197,52,10 +2719,89,17197,52,64 +2720,89,17197,52,73 +2721,92,17197,52,0 +2722,92,17197,52,142 +2723,92,17197,52,277 +2724,92,17197,52,0 +2725,92,17197,52,25 +2726,92,17197,52,16 +2727,92,17197,52,0 +2728,92,17197,52,20 +2729,92,17197,52,36 +2730,92,17197,52,0 +2731,92,17197,52,4 +2732,92,17197,52,25 +2733,96,17197,52,22 +2734,96,17197,52,3 +2735,96,17197,52,0 +2736,96,17197,52,0 +2737,102,17197,52,1 +2738,102,17197,52,0 +2739,102,17197,52,0 +2740,102,17197,52,59 +2741,108,17197,52,26 +2742,108,17197,52,0 +2743,108,17197,52,7 +2744,108,17197,52,1 +2745,88,17197,52,48 +2746,88,17197,52,0 +2747,88,17197,52,0 +2748,88,17197,52,113 +2749,88,17197,52,15 +2750,88,17197,52,6 +2751,88,17197,52,46 +2752,88,17197,52,37 +2753,88,17197,52,0 +2754,88,17197,52,51 +2755,88,17197,52,5 +2756,88,17197,52,19 +2757,88,17197,52,2 +2758,88,17197,52,191 +2759,88,17197,52,19 +2760,88,17197,52,0 +2761,88,17197,52,12 +2762,88,17197,52,14 +2763,88,17197,52,22 +2764,88,17197,52,67 +2765,88,17197,52,2 +2766,90,17197,52,28 +2767,90,17197,52,7 +2768,90,17197,52,5 +2769,90,17197,52,46 +2770,90,17197,52,0 +2771,90,17197,52,108 +2772,90,17197,52,90 +2773,90,17197,52,0 +2774,90,17197,52,7 +2775,90,17197,52,5 +2776,90,17197,52,0 +2777,90,17197,52,0 +2778,90,17197,52,0 +2779,90,17197,52,6 +2780,90,17197,52,3 +2781,93,17197,52,3 +2782,93,17197,52,56 +2783,93,17197,52,0 +2784,93,17197,52,0 +2785,93,17197,52,38 +2786,93,17197,52,90 +2787,93,17197,52,6 +2788,93,17197,52,0 +2789,93,17197,52,1 +2790,93,17197,52,67 +2791,93,17197,52,6 +2792,93,17197,52,19 +2793,93,17197,52,259 +2794,93,17197,52,4 +2795,93,17197,52,8 +2796,93,17197,52,26 +2797,93,17197,52,4 +2798,93,17197,52,207 +2799,93,17197,52,12 +2800,93,17197,52,53 +2801,93,17197,52,0 +2802,93,17197,52,0 +2803,93,17197,52,9 +2804,93,17197,52,0 +2805,93,17197,52,0 +2806,93,17197,52,0 +2807,93,17197,52,18 +2808,93,17197,52,220 +2809,93,17197,52,18 +2810,93,17197,52,1 +2811,93,17197,52,4 +2812,93,17197,52,5 +2813,93,17197,52,8 +2814,93,17197,52,0 +2815,93,17197,52,14 +2816,93,17197,52,0 +2817,93,17197,52,14 +2818,93,17197,52,9 +2819,93,17197,52,0 +2820,93,17197,52,0 +2821,93,17197,52,1 +2822,93,17197,52,0 +2823,93,17197,52,0 +2824,93,17197,52,16 +2825,93,17197,52,33 +2826,97,17197,52,1 +2827,97,17197,52,1 +2828,97,17197,52,13 +2829,97,17197,52,0 +2830,103,17197,52,0 +2831,103,17197,52,0 +2832,103,17197,52,0 +2833,103,17197,52,2 +2834,109,17197,52,0 +2835,109,17197,52,0 +2836,109,17197,52,0 +2837,109,17197,52,0 +2838,91,17197,52,7 +2839,91,17197,52,1 +2840,91,17197,52,77 +2841,91,17197,52,33 +2842,91,17197,52,12 +2843,91,17197,52,79 +2844,91,17197,52,0 +2845,91,17197,52,0 +2846,91,17197,52,0 +2847,94,17197,52,0 +2848,94,17197,52,18 +2849,94,17197,52,1 +2850,94,17197,52,0 +2851,94,17197,52,121 +2852,94,17197,52,64 +2853,94,17197,52,35 +2854,94,17197,52,8 +2855,94,17197,52,4 +2856,98,17197,52,4 +2857,98,17197,52,0 +2858,98,17197,52,0 +2859,98,17197,52,34 +2860,98,17197,52,0 +2861,98,17197,52,0 +2862,98,17197,52,0 +2863,98,17197,52,0 +2864,98,17197,52,0 +2865,104,17197,52,1 +2866,104,17197,52,0 +2867,104,17197,52,0 +2868,104,17197,52,1 +2869,95,17197,52,96 +2870,95,17197,52,30 +2871,95,17197,52,9 +2872,95,17197,52,116 +2873,95,17197,52,24 +2874,95,17197,52,149 +2875,95,17197,52,3 +2876,95,17197,52,24 +2877,95,17197,52,150 +2878,95,17197,52,47 +2879,95,17197,52,262 +2880,95,17197,52,64 +2881,95,17197,52,10 +2882,95,17197,52,39 +2883,95,17197,52,0 +2884,99,17197,52,5 +2885,99,17197,52,0 +2886,99,17197,52,0 +2887,99,17197,52,12 +2888,99,17197,52,0 +2889,99,17197,52,0 +2890,99,17197,52,0 +2891,99,17197,52,0 +2892,99,17197,52,2 +2893,105,17197,52,2 +2894,105,17197,52,0 +2895,105,17197,52,2 +2896,105,17197,52,27 +2897,100,17197,52,2 +2898,100,17197,52,0 +2899,100,17197,52,6 +2900,100,17197,52,14 +2901,100,17197,52,31 +2902,100,17197,52,1 +2903,100,17197,52,0 +2904,100,17197,52,0 +2905,100,17197,52,0 +2906,106,17197,52,0 +2907,106,17197,52,0 +2908,106,17197,52,1 +2909,106,17197,52,1 +2910,101,17197,52,51 +2911,101,17197,52,24 +2912,101,17197,52,29 +2913,101,17197,52,2 +2914,101,17197,52,0 +2915,101,17197,52,22 +2916,101,17197,52,7 +2917,101,17197,52,0 +2918,101,17197,52,0 +2919,101,17197,52,0 +2920,101,17197,52,0 +2921,107,17197,52,28 +2922,107,17197,52,0 +2923,107,17197,52,0 +2924,107,17197,52,9 +2925,107,17197,52,0 +2926,107,17197,52,0 +2927,119,17063,52,1 +2928,119,17063,52,0 +2929,119,17063,52,1 +2930,119,17063,52,0 +2931,119,17063,52,37 +2932,119,17063,52,0 +2933,119,17063,52,0 +2934,119,17063,52,0 +2935,119,17063,52,15 +2936,119,17063,52,0 +2937,119,17063,52,0 +2938,119,17063,52,0 +2939,119,17063,52,175 +2940,119,17063,52,13 +2941,119,17063,52,0 +2942,119,17063,52,2 +2943,119,17063,52,0 +2944,119,17063,52,2 +2945,119,17063,52,2 +2946,119,17063,52,33 +2947,119,17063,52,0 +2948,119,17063,52,0 +2949,119,17063,52,38 +2950,119,17063,52,0 +2951,120,17007,52,0 +2952,120,17007,52,0 +2953,120,17007,52,0 +2954,120,17007,52,2 +2955,120,17007,52,3 +2956,120,17007,52,0 +2957,120,17007,52,0 +2958,120,17007,52,77 +2959,120,17007,52,0 +2960,120,17007,52,52 +2961,120,17007,52,18 +2962,120,17007,52,1 +2963,120,17007,52,0 +2964,120,17007,52,6 +2965,120,17007,52,0 +2966,120,17007,52,0 +2967,120,17007,52,0 +2968,120,17007,52,0 +2969,120,17007,52,4 +2970,120,17007,52,38 +2971,120,17007,52,0 +2972,120,17007,52,0 +2973,120,17007,52,3 +2974,120,17007,52,0 +2975,120,17007,52,0 +2976,121,17037,52,0 +2977,121,17037,52,50 +2978,121,17037,52,0 +2979,121,17037,52,7 +2980,121,17037,52,7 +2981,121,17037,52,0 +2982,121,17037,52,0 +2983,121,17037,52,0 +2984,121,17037,52,7 +2985,121,17037,52,0 +2986,121,17037,52,0 +2987,121,17037,52,0 +2988,121,17037,52,8 +2989,121,17037,52,4 +2990,121,17037,52,0 +2991,121,17037,52,4 +2992,121,17037,52,35 +2993,121,17037,52,68 +2994,121,17037,52,0 +2995,121,17037,52,172 +2996,121,17037,52,1 +2997,121,17037,52,0 +2998,121,17037,52,6 +2999,121,17037,52,0 +3000,121,17037,52,15 +3001,121,17037,52,0 +3002,121,17037,52,0 +3003,121,17037,52,0 +3004,121,17037,52,279 +3005,121,17037,52,6 +3006,121,17037,52,0 +3007,121,17037,52,0 +3008,121,17037,52,3 +3009,121,17037,52,0 +3010,121,17037,52,0 +3011,121,17037,52,0 +3012,121,17037,52,0 +3013,121,17037,52,3 +3014,121,17037,52,0 +3015,121,17037,52,0 +3016,121,17037,52,0 +3017,121,17037,52,0 +3018,121,17037,52,0 +3019,121,17037,52,31 +3020,121,17037,52,0 +3021,121,17037,52,0 +3022,122,17091,52,0 +3023,122,17091,52,0 +3024,122,17091,52,0 +3025,122,17091,52,0 +3026,122,17091,52,6 +3027,122,17091,52,0 +3028,122,17091,52,33 +3029,122,17091,52,0 +3030,122,17091,52,9 +3031,122,17091,52,0 +3032,122,17091,52,0 +3033,122,17091,52,0 +3034,122,17091,52,3 +3035,122,17091,52,0 +3036,122,17091,52,1 +3037,122,17091,52,25 +3038,122,17091,52,6 +3039,122,17091,52,0 +3040,122,17091,52,0 +3041,122,17091,52,0 +3042,122,17091,52,0 +3043,122,17091,52,0 +3044,122,17091,52,1 +3045,122,17091,52,0 +3046,122,17091,52,1 +3047,122,17091,52,4 +3048,122,17091,52,0 +3049,122,17091,52,3 +3050,122,17091,52,205 +3051,122,17091,52,14 +3052,122,17091,52,0 +3053,122,17091,52,172 +3054,122,17091,52,26 +3055,122,17091,52,1 +3056,122,17091,52,611 +3057,122,17091,52,0 +3058,122,17091,52,0 +3059,122,17091,52,0 +3060,122,17091,52,2 +3061,122,17091,52,1 +3062,122,17091,52,0 +3063,122,17091,52,2 +3064,122,17091,52,0 +3065,122,17091,52,0 +3066,122,17091,52,0 +3067,122,17091,52,0 +3068,122,17091,52,0 +3069,122,17091,52,3 +3070,122,17091,52,2 +3071,122,17091,52,3 +3072,122,17091,52,0 +3073,122,17091,52,39 +3074,126,17099,52,8 +3075,126,17099,52,0 +3076,126,17099,52,185 +3077,126,17099,52,0 +3078,126,17099,52,0 +3079,126,17099,52,0 +3080,126,17099,52,0 +3081,126,17099,52,25 +3082,126,17099,52,0 +3083,126,17099,52,0 +3084,126,17099,52,0 +3085,126,17099,52,6 +3086,126,17099,52,0 +3087,126,17099,52,29 +3088,126,17099,52,0 +3089,126,17099,52,7 +3090,126,17099,52,0 +3091,126,17099,52,0 +3092,126,17099,52,13 +3093,126,17099,52,2 +3094,126,17099,52,0 +3095,126,17099,52,0 +3096,126,17099,52,186 +3097,126,17099,52,52 +3098,126,17099,52,7 +3099,126,17099,52,61 +3100,126,17099,52,1 +3101,126,17099,52,0 +3102,126,17099,52,0 +3103,126,17099,52,0 +3104,126,17099,52,0 +3105,126,17099,52,0 +3106,126,17099,52,1 +3107,126,17099,52,5 +3108,126,17099,52,0 +3109,126,17099,52,317 +3110,126,17099,52,13 +3111,126,17099,52,0 +3112,126,17099,52,0 +3113,126,17099,52,1 +3114,126,17099,52,32 +3115,126,17099,52,1 +3116,126,17099,52,16 +3117,126,17099,52,6 +3118,126,17099,52,0 +3119,126,17099,52,0 +3120,126,17099,52,0 +3121,126,17099,52,0 +3122,126,17099,52,32 +3123,126,17099,52,0 +3124,126,17099,52,0 +3125,126,17099,52,2 +3126,126,17099,52,0 +3127,126,17099,52,2 +3128,126,17099,52,0 +3129,126,17099,52,0 +3130,126,17099,52,0 +3131,126,17099,52,0 +3132,126,17099,52,0 +3133,126,17099,52,12 +3134,126,17099,52,0 +3135,126,17099,52,0 +3136,126,17099,52,150 +3137,126,17099,52,0 +3138,126,17099,52,0 +3139,126,17099,52,0 +3140,126,17099,52,8 +3141,126,17099,52,4 +3142,126,17099,52,0 +3143,126,17099,52,0 +3144,126,17099,52,4 +3145,126,17099,52,4 +3146,125,17103,52,14 +3147,125,17103,52,16 +3148,125,17103,52,0 +3149,125,17103,52,0 +3150,125,17103,52,0 +3151,125,17103,52,0 +3152,124,17141,52,17 +3153,124,17141,52,0 +3154,124,17141,52,9 +3155,124,17141,52,0 +3156,124,17141,52,0 +3157,124,17141,52,100 +3158,124,17141,52,0 +3159,124,17141,52,0 +3160,124,17141,52,0 +3161,124,17141,52,2 +3162,124,17141,52,46 +3163,124,17141,52,0 +3164,124,17141,52,0 +3165,124,17141,52,0 +3166,124,17141,52,0 +3167,124,17141,52,0 +3168,124,17141,52,0 +3169,123,17201,52,0 +3170,123,17201,52,0 +3171,123,17201,52,0 +3172,123,17201,52,9 +3173,123,17201,52,15 +3174,123,17201,52,0 +3175,123,17201,52,36 +3176,123,17201,52,0 +3177,123,17201,52,0 +3178,123,17201,52,0 +3179,123,17201,52,0 +3180,123,17201,52,0 +3181,123,17201,52,33 +3182,123,17201,52,0 +3183,123,17201,52,0 +3184,123,17201,52,0 +3185,123,17201,52,0 +3186,123,17201,52,0 +3187,123,17201,52,0 +3188,123,17201,52,0 +3189,123,17201,52,0 +3190,123,17201,52,4 +3191,123,17201,52,0 +3192,123,17201,52,0 +3193,123,17201,52,32 +3194,123,17201,52,0 +3195,123,17201,52,0 +3196,123,17201,52,0 +3197,123,17201,52,0 +3198,123,17201,52,0 +3199,123,17201,52,1 +3200,123,17201,52,0 +3201,123,17201,52,37 +3202,123,17201,52,43 +3203,123,17201,52,0 +3204,123,17201,52,0 +3205,123,17201,52,1 +3206,123,17201,52,422 +3207,123,17201,52,0 +3208,123,17201,52,21 +3209,123,17201,52,379 +3210,123,17201,52,0 +3211,123,17201,52,101 +3212,123,17201,52,96 +3213,123,17201,52,426 +3214,123,17201,52,107 +3215,123,17201,52,248 +3216,123,17201,52,69 +3217,123,17201,52,821 +3218,123,17201,52,94 +3219,123,17201,52,99 +3220,123,17201,52,196 +3221,123,17201,52,53 +3222,123,17201,52,0 +3223,123,17201,52,2 +3224,123,17201,52,0 +3225,123,17201,52,0 +3226,123,17201,52,36 +3227,123,17201,52,15 +3228,123,17201,52,0 +3229,123,17201,52,2 +3230,123,17201,52,45 +3231,123,17201,52,0 +3232,123,17201,52,0 +3233,123,17201,52,2 +3234,123,17201,52,0 +3235,123,17201,52,60 +3236,123,17201,52,0 +3237,123,17201,52,9 +3238,123,17201,52,0 +3239,123,17201,52,7 +3240,123,17201,52,74 +3241,123,17201,52,6 +3242,123,17201,52,4 +3243,123,17201,52,0 +3244,123,17201,52,0 +3245,123,17201,52,0 +3246,123,17201,52,1 +3247,123,17201,52,10 +3248,127,18089,52,0 +3249,127,18089,52,0 +3250,127,18089,52,0 +3251,127,18089,52,0 +3252,127,18089,52,0 +3253,127,18089,52,0 +3254,127,18089,52,0 +3255,127,18089,52,1 +3256,127,18089,52,0 +3257,127,18089,52,45 +3258,127,18089,52,0 +3259,127,18089,52,0 +3260,127,18089,52,36 +3261,127,18089,52,0 +3262,127,18089,52,1 +3263,127,18089,52,0 +3264,127,18089,52,0 +3265,127,18089,52,0 +3266,127,18089,52,3 +3267,127,18089,52,4 +3268,127,18089,52,10 +3269,127,18089,52,17 +3270,127,18089,52,0 +3271,127,18089,52,2 +3272,127,18089,52,0 +3273,127,18089,52,58 +3274,127,18089,52,10 +3275,127,18089,52,0 +3276,127,18089,52,251 +3277,127,18089,52,189 +3278,127,18089,52,3 +3279,127,18089,52,0 +3280,127,18089,52,12 +3281,127,18089,52,0 +3282,127,18089,52,0 +3283,127,18089,52,0 +3284,127,18089,52,0 +3285,127,18089,52,10 +3286,127,18089,52,2 +3287,127,18089,52,5 +3288,127,18089,52,0 +3289,127,18089,52,0 +3290,127,18089,52,14 +3291,127,18089,52,0 +3292,127,18089,52,17 +3293,127,18089,52,0 +3294,127,18089,52,126 +3295,127,18089,52,254 +3296,127,18089,52,0 +3297,127,18089,52,132 +3298,127,18089,52,496 +3299,127,18089,52,29 +3300,127,18089,52,4 +3301,127,18089,52,70 +3302,127,18089,52,0 +3303,127,18089,52,18 +3304,127,18089,52,38 +3305,127,18089,52,0 +3306,127,18089,52,98 +3307,127,18089,52,145 +3308,127,18089,52,85 +3309,127,18089,52,143 +3310,127,18089,52,21 +3311,127,18089,52,16 +3312,127,18089,52,69 +3313,127,18089,52,28 +3314,127,18089,52,28 +3315,127,18089,52,8 +3316,127,18089,52,35 +3317,127,18089,52,1 +3318,127,18089,52,32 +3319,127,18089,52,44 +3320,127,18089,52,5 +3321,127,18089,52,13 +3322,127,18089,52,30 +3323,127,18089,52,0 +3324,127,18089,52,3 +3325,127,18089,52,39 +3326,127,18089,52,26 +3327,127,18089,52,362 +3328,127,18089,52,53 +3329,127,18089,52,132 +3330,127,18089,52,193 +3331,127,18089,52,100 +3332,127,18089,52,13 +3333,127,18089,52,120 +3334,127,18089,52,116 +3335,127,18089,52,30 +3336,127,18089,52,6 +3337,127,18089,52,2 +3338,127,18089,52,0 +3339,127,18089,52,223 +3340,127,18089,52,0 +3341,127,18089,52,25 +3342,127,18089,52,4 +3343,127,18089,52,76 +3344,127,18089,52,124 +3345,129,18091,52,0 +3346,129,18091,52,2 +3347,129,18091,52,1 +3348,129,18091,52,0 +3349,129,18091,52,0 +3350,129,18091,52,0 +3351,129,18091,52,0 +3352,129,18091,52,4 +3353,129,18091,52,0 +3354,129,18091,52,0 +3355,129,18091,52,0 +3356,129,18091,52,21 +3357,129,18091,52,1 +3358,129,18091,52,0 +3359,129,18091,52,0 +3360,129,18091,52,0 +3361,129,18091,52,18 +3362,129,18091,52,1 +3363,129,18091,52,0 +3364,129,18091,52,0 +3365,129,18091,52,0 +3366,129,18091,52,2 +3367,129,18091,52,28 +3368,129,18091,52,0 +3369,129,18091,52,0 +3370,129,18091,52,0 +3371,129,18091,52,0 +3372,129,18091,52,0 +3373,129,18091,52,260 +3374,129,18091,52,0 +3375,129,18091,52,1 +3376,129,18091,52,0 +3377,129,18091,52,0 +3378,129,18091,52,0 +3379,129,18091,52,0 +3380,129,18091,52,0 +3381,129,18091,52,1 +3382,129,18091,52,0 +3383,129,18091,52,0 +3384,129,18091,52,0 +3385,129,18091,52,0 +3386,129,18091,52,135 +3387,129,18091,52,28 +3388,129,18091,52,19 +3389,129,18091,52,0 +3390,129,18091,52,0 +3391,129,18091,52,0 +3392,129,18091,52,0 +3393,129,18091,52,0 +3394,129,18091,52,0 +3395,129,18091,52,0 +3396,129,18091,52,285 +3397,129,18091,52,24 +3398,129,18091,52,0 +3399,129,18091,52,0 +3400,129,18091,52,6 +3401,128,18127,52,0 +3402,128,18127,52,0 +3403,128,18127,52,0 +3404,128,18127,52,7 +3405,128,18127,52,0 +3406,128,18127,52,2 +3407,128,18127,52,0 +3408,128,18127,52,2 +3409,128,18127,52,0 +3410,128,18127,52,0 +3411,128,18127,52,0 +3412,128,18127,52,0 +3413,128,18127,52,0 +3414,128,18127,52,0 +3415,128,18127,52,1 +3416,128,18127,52,0 +3417,128,18127,52,0 +3418,128,18127,52,2 +3419,128,18127,52,77 +3420,128,18127,52,0 +3421,128,18127,52,0 +3422,128,18127,52,134 +3423,128,18127,52,0 +3424,128,18127,52,0 +3425,128,18127,52,37 +3426,128,18127,52,0 +3427,128,18127,52,0 +3428,128,18127,52,33 +3429,128,18127,52,22 +3430,128,18127,52,65 +3431,128,18127,52,0 +3432,128,18127,52,2 +3433,128,18127,52,195 +3434,128,18127,52,3 +3435,128,18127,52,0 +3436,128,18127,52,54 +3437,128,18127,52,1 +3438,128,18127,52,0 +3439,128,18127,52,0 +3440,128,18127,52,1 +3441,128,18127,52,14 +3442,128,18127,52,1 +3443,128,18127,52,28 +3444,128,18127,52,0 +3445,128,18127,52,3 +3446,128,18127,52,10 +3447,128,18127,52,0 +3448,128,18127,52,0 +3449,128,18127,52,8 +3450,128,18127,52,1 +3451,128,18127,52,15 +3452,128,18127,52,0 +3453,128,18127,52,11 +3454,128,18127,52,5 +3455,128,18127,52,148 +3456,128,18127,52,0 +3457,128,18127,52,5 +3458,128,18127,52,21 +3459,128,18127,52,0 +3460,128,18127,52,0 +3461,128,18127,52,0 +3462,128,18127,52,26 +3463,128,18127,52,184 +3464,128,18127,52,0 +3465,128,18127,52,0 +3466,128,18127,52,0 +3467,128,18127,52,3 +3468,130,55059,52,21 +3469,130,55059,52,4 +3470,130,55059,52,2 +3471,130,55059,52,0 +3472,130,55059,52,0 +3473,130,55059,52,1 +3474,130,55059,52,0 +3475,130,55059,52,4 +3476,130,55059,52,2 +3477,130,55059,52,0 +3478,130,55059,52,0 +3479,130,55059,52,16 +3480,130,55059,52,3 +3481,130,55059,52,3 +3482,130,55059,52,1 +3483,130,55059,52,3 +3484,130,55059,52,1 +3485,130,55059,52,0 +3486,130,55059,52,6 +3487,130,55059,52,0 +3488,130,55059,52,12 +3489,130,55059,52,0 +3490,130,55059,52,0 +3491,130,55059,52,65 +3492,130,55059,52,307 +3493,130,55059,52,7 +3494,130,55059,52,0 +3495,130,55059,52,0 +3496,130,55059,52,54 +3497,130,55059,52,0 +3498,130,55059,52,2 +3499,130,55059,52,0 +3500,130,55059,52,0 +3501,130,55059,52,86 +3502,130,55059,52,64 +3503,130,55059,52,0 +3504,130,55059,52,65 +3505,130,55059,52,0 +3506,130,55059,52,0 +3507,130,55059,52,8 +3508,130,55059,52,0 +3509,130,55059,52,0 +3510,130,55059,52,88 +3511,130,55059,52,1 +3512,130,55059,52,2 +3513,131,55101,52,0 +3514,131,55101,52,0 +3515,131,55101,52,4 +3516,131,55101,52,0 +3517,131,55101,52,113 +3518,131,55101,52,68 +3519,131,55101,52,0 +3520,131,55101,52,0 +3521,131,55101,52,0 +3522,131,55101,52,0 +3523,131,55101,52,0 +3524,131,55101,52,0 +3525,131,55101,52,3 +3526,131,55101,52,0 +3527,131,55101,52,5 +3528,131,55101,52,9 +3529,131,55101,52,0 +3530,131,55101,52,92 +3531,131,55101,52,0 +3532,131,55101,52,0 +3533,131,55101,52,0 +3534,131,55101,52,114 +3535,131,55101,52,84 +3536,131,55101,52,0 +3537,131,55101,52,421 +3538,131,55101,52,65 +3539,131,55101,52,0 +3540,131,55101,52,203 +3541,131,55101,52,2 +3542,131,55101,52,0 +3543,131,55101,52,14 +3544,131,55101,52,133 +3545,131,55101,52,29 +3546,131,55101,52,287 +3547,131,55101,52,27 +3548,131,55101,52,0 +3549,131,55101,52,35 +3550,131,55101,52,0 +3551,131,55101,52,0 +3552,131,55101,52,0 +3553,131,55101,52,4 +3554,131,55101,52,22 +3555,131,55101,52,0 +3556,131,55101,52,12 +3557,131,55101,52,0 +3558,131,55101,52,1 +3559,131,55101,52,1 +3560,131,55101,52,16 +3561,131,55101,52,2 +3562,131,55101,52,0 +3563,131,55101,52,6 +3564,131,55101,52,45 +3565,131,55101,52,39 +3566,131,55101,52,2 +3567,131,55101,52,41 +3568,131,55101,52,0 +3569,132,55127,52,0 +3570,132,55127,52,17 +3571,132,55127,52,0 +3572,132,55127,52,0 +3573,132,55127,52,43 +3574,132,55127,52,1 +3575,132,55127,52,0 +3576,132,55127,52,4 +3577,132,55127,52,0 +3578,132,55127,52,6 +3579,132,55127,52,0 +3580,132,55127,52,1 +3581,132,55127,52,4 +3582,132,55127,52,0 +3583,132,55127,52,8 +3584,132,55127,52,0 +3585,132,55127,52,0 +3586,132,55127,52,0 +3587,132,55127,52,0 +3588,132,55127,52,1 +3589,132,55127,52,102 +3590,132,55127,52,0 +3591,132,55127,52,5 +3592,132,55127,52,1 +3593,132,55127,52,0 +3594,132,55127,52,5 +3595,132,55127,52,121 +3596,132,55127,52,1 +3597,132,55127,52,0 +3598,132,55127,52,0 +3599,132,55127,52,1 +3600,132,55127,52,0 +3601,132,55127,52,0 +3602,132,55127,52,3 +3603,132,55127,52,7 +3604,132,55127,52,0 +3605,132,55127,52,14 +3606,132,55127,52,0 +3607,132,55127,52,4 +3608,132,55127,52,0 +3609,132,55127,52,1 +3610,132,55127,52,119 +3611,132,55127,52,0 +3612,132,55127,52,4 +3613,132,55127,52,0 +3614,132,55127,52,0 +3615,132,55127,52,0 +3616,132,55127,52,0 +3617,132,55127,52,0 +3618,132,55127,52,0 +3619,132,55127,52,0 +3620,132,55127,52,0 +3621,132,55127,52,5 +3622,132,55127,52,0 +3623,132,55127,52,0 +3624,132,55127,52,0 +3625,132,55127,52,33 +3626,132,55127,52,213 +3627,132,55127,52,3 +3628,132,55127,52,0 +3629,132,55127,52,0 +3630,132,55127,52,6 +3631,132,55127,52,0 +3632,132,55127,52,31 +1,17,17031,53,12 +2,17,17031,53,73 +3,17,17031,53,165 +4,17,17031,53,62 +5,17,17031,53,395 +6,17,17031,53,322 +7,17,17031,53,194 +8,17,17031,53,3 +9,17,17031,53,9 +10,17,17031,53,316 +11,17,17031,53,203 +12,17,17031,53,198 +13,17,17031,53,140 +14,17,17031,53,16 +15,17,17031,53,84 +16,17,17031,53,309 +17,17,17031,53,536 +18,17,17031,53,382 +19,17,17031,53,43 +20,17,17031,53,25 +21,17,17031,53,713 +22,17,17031,53,1353 +23,17,17031,53,678 +24,17,17031,53,379 +25,17,17031,53,470 +26,17,17031,53,37 +27,17,17031,53,699 +28,17,17031,53,1161 +29,17,17031,53,326 +30,17,17031,53,185 +31,17,17031,53,3 +32,17,17031,53,22 +33,17,17031,53,28 +34,17,17031,53,516 +35,17,17031,53,181 +36,17,17031,53,248 +37,17,17031,53,7 +38,17,17031,53,21 +39,17,17031,53,18 +40,17,17031,53,43 +41,17,17031,53,14 +42,17,17031,53,1 +43,17,17031,53,7 +44,17,17031,53,8 +45,17,17031,53,2 +46,17,17031,53,2 +47,17,17031,53,38 +48,17,17031,53,29 +49,17,17031,53,92 +50,17,17031,53,35 +51,17,17031,53,184 +52,17,17031,53,108 +53,17,17031,53,36 +54,17,17031,53,51 +55,17,17031,53,121 +56,17,17031,53,184 +57,17,17031,53,566 +58,17,17031,53,38 +59,17,17031,53,103 +60,17,17031,53,52 +61,17,17031,53,115 +62,17,17031,53,38 +63,17,17031,53,130 +64,17,17031,53,24 +65,17,17031,53,19 +66,17,17031,53,36 +67,17,17031,53,7 +68,17,17031,53,35 +69,17,17031,53,17 +70,17,17031,53,56 +71,17,17031,53,2 +72,17,17031,53,39 +73,17,17031,53,35 +74,17,17031,53,29 +75,17,17031,53,40 +76,17,17031,53,179 +77,17,17031,53,0 +78,14,17031,53,49 +79,14,17031,53,62 +80,14,17031,53,52 +81,14,17031,53,45 +82,14,17031,53,54 +83,14,17031,53,28 +84,14,17031,53,61 +85,14,17031,53,28 +86,14,17031,53,103 +87,14,17031,53,56 +88,14,17031,53,34 +89,14,17031,53,75 +90,17,17031,53,27 +91,17,17031,53,63 +92,17,17031,53,39 +93,17,17031,53,35 +94,17,17031,53,60 +95,17,17031,53,121 +96,17,17031,53,36 +97,17,17031,53,53 +98,17,17031,53,18 +99,17,17031,53,52 +100,17,17031,53,49 +101,17,17031,53,107 +102,17,17031,53,14 +103,17,17031,53,35 +104,17,17031,53,18 +105,17,17031,53,27 +106,17,17031,53,40 +107,17,17031,53,27 +108,17,17031,53,3 +109,17,17031,53,6 +110,17,17031,53,21 +111,17,17031,53,18 +112,17,17031,53,49 +113,17,17031,53,5 +114,17,17031,53,5 +115,17,17031,53,24 +116,17,17031,53,10 +117,17,17031,53,4 +118,17,17031,53,15 +119,17,17031,53,23 +120,17,17031,53,85 +121,17,17031,53,0 +122,8,17031,53,46 +123,12,17031,53,13 +124,12,17031,53,133 +125,12,17031,53,296 +126,12,17031,53,0 +127,12,17031,53,32 +128,12,17031,53,55 +129,12,17031,53,0 +130,12,17031,53,36 +131,12,17031,53,8 +132,12,17031,53,158 +133,12,17031,53,144 +134,12,17031,53,38 +135,12,17031,53,53 +136,12,17031,53,12 +137,12,17031,53,7 +138,12,17031,53,46 +139,12,17031,53,29 +140,12,17031,53,3 +141,9,17031,53,9 +142,9,17031,53,3 +143,9,17031,53,42 +144,9,17031,53,10 +145,9,17031,53,97 +146,9,17031,53,10 +147,12,17031,53,9 +148,12,17031,53,3 +149,12,17031,53,7 +150,12,17031,53,3 +151,12,17031,53,19 +152,12,17031,53,35 +153,12,17031,53,12 +154,10,17031,53,22 +155,10,17031,53,9 +156,10,17031,53,0 +157,10,17031,53,6 +158,10,17031,53,0 +159,10,17031,53,25 +160,10,17031,53,18 +161,10,17031,53,15 +162,10,17031,53,6 +163,11,17031,53,11 +164,11,17031,53,33 +165,11,17031,53,20 +166,11,17031,53,24 +167,10,17031,53,22 +168,10,17031,53,10 +169,10,17031,53,40 +170,10,17031,53,16 +171,11,17031,53,46 +172,11,17031,53,3 +173,11,17031,53,4 +174,11,17031,53,21 +175,11,17031,53,20 +176,11,17031,53,1 +177,11,17031,53,24 +178,11,17031,53,7 +179,13,17031,53,2 +180,13,17031,53,31 +181,13,17031,53,4 +182,13,17031,53,11 +183,13,17031,53,12 +184,13,17031,53,25 +185,13,17031,53,0 +186,13,17031,53,8 +187,13,17031,53,42 +188,13,17031,53,10 +189,13,17031,53,2 +190,13,17031,53,11 +191,13,17031,53,21 +192,13,17031,53,84 +193,13,17031,53,0 +194,13,17031,53,15 +195,13,17031,53,16 +196,13,17031,53,28 +197,13,17031,53,0 +198,13,17031,53,20 +199,13,17031,53,12 +200,13,17031,53,12 +201,13,17031,53,13 +202,13,17031,53,34 +203,13,17031,53,69 +204,13,17031,53,4 +205,13,17031,53,16 +206,13,17031,53,24 +207,13,17031,53,28 +208,13,17031,53,5 +209,13,17031,53,24 +210,13,17031,53,14 +211,13,17031,53,6 +212,13,17031,53,57 +213,13,17031,53,6 +214,13,17031,53,9 +215,13,17031,53,11 +216,13,17031,53,3 +217,13,17031,53,15 +218,13,17031,53,10 +219,13,17031,53,39 +220,13,17031,53,31 +221,13,17031,53,4 +222,13,17031,53,22 +223,13,17031,53,46 +224,13,17031,53,8 +225,13,17031,53,56 +226,13,17031,53,6 +227,13,17031,53,18 +228,13,17031,53,30 +229,13,17031,53,11 +230,13,17031,53,19 +231,13,17031,53,77 +232,13,17031,53,23 +233,13,17031,53,40 +234,13,17031,53,21 +235,13,17031,53,38 +236,13,17031,53,31 +237,13,17031,53,29 +238,13,17031,53,26 +239,13,17031,53,14 +240,13,17031,53,15 +241,13,17031,53,17 +242,13,17031,53,20 +243,13,17031,53,12 +244,13,17031,53,49 +245,13,17031,53,6 +246,13,17031,53,6 +247,13,17031,53,31 +248,13,17031,53,6 +249,13,17031,53,7 +250,13,17031,53,18 +251,13,17031,53,3 +252,13,17031,53,19 +253,13,17031,53,19 +254,13,17031,53,20 +255,13,17031,53,16 +256,13,17031,53,6 +257,13,17031,53,160 +258,13,17031,53,10 +259,13,17031,53,10 +260,13,17031,53,18 +261,13,17031,53,23 +262,13,17031,53,22 +263,13,17031,53,15 +264,13,17031,53,14 +265,13,17031,53,26 +266,13,17031,53,14 +267,13,17031,53,6 +268,13,17031,53,11 +269,13,17031,53,14 +270,13,17031,53,49 +271,13,17031,53,101 +272,13,17031,53,20 +273,13,17031,53,30 +274,13,17031,53,17 +275,13,17031,53,18 +276,13,17031,53,28 +277,13,17031,53,12 +278,13,17031,53,33 +279,13,17031,53,26 +280,13,17031,53,19 +281,13,17031,53,18 +282,13,17031,53,17 +283,13,17031,53,37 +284,13,17031,53,4 +285,13,17031,53,19 +286,13,17031,53,19 +287,13,17031,53,23 +288,13,17031,53,52 +289,13,17031,53,26 +290,13,17031,53,9 +291,13,17031,53,5 +292,13,17031,53,23 +293,13,17031,53,31 +294,13,17031,53,20 +295,13,17031,53,5 +296,13,17031,53,14 +297,13,17031,53,26 +298,13,17031,53,36 +299,13,17031,53,30 +300,13,17031,53,15 +301,13,17031,53,17 +302,13,17031,53,36 +303,13,17031,53,23 +304,13,17031,53,50 +305,13,17031,53,15 +306,13,17031,53,67 +307,13,17031,53,26 +308,14,17031,53,11 +309,14,17031,53,13 +310,14,17031,53,14 +311,14,17031,53,52 +312,14,17031,53,49 +313,14,17031,53,29 +314,14,17031,53,25 +315,14,17031,53,1 +316,14,17031,53,44 +317,14,17031,53,10 +318,14,17031,53,10 +319,14,17031,53,63 +320,14,17031,53,41 +321,14,17031,53,32 +322,14,17031,53,0 +323,14,17031,53,100 +324,14,17031,53,34 +325,14,17031,53,53 +326,14,17031,53,110 +327,14,17031,53,37 +328,14,17031,53,25 +329,14,17031,53,52 +330,14,17031,53,79 +331,14,17031,53,7 +332,14,17031,53,8 +333,14,17031,53,39 +334,14,17031,53,33 +335,14,17031,53,14 +336,14,17031,53,56 +337,14,17031,53,44 +338,14,17031,53,56 +339,14,17031,53,42 +340,14,17031,53,42 +341,14,17031,53,67 +342,14,17031,53,40 +343,14,17031,53,42 +344,14,17031,53,17 +345,14,17031,53,5 +346,14,17031,53,19 +347,14,17031,53,38 +348,14,17031,53,82 +349,14,17031,53,24 +350,14,17031,53,73 +351,14,17031,53,8 +352,14,17031,53,73 +353,14,17031,53,0 +354,14,17031,53,109 +355,16,17031,53,10 +356,16,17031,53,1 +357,16,17031,53,16 +358,16,17031,53,6 +359,16,17031,53,26 +360,16,17031,53,5 +361,16,17031,53,13 +362,16,17031,53,2 +363,16,17031,53,3 +364,16,17031,53,11 +365,16,17031,53,14 +366,16,17031,53,10 +367,16,17031,53,5 +368,16,17031,53,18 +369,16,17031,53,12 +370,16,17031,53,0 +371,16,17031,53,19 +372,16,17031,53,11 +373,16,17031,53,9 +374,16,17031,53,3 +375,16,17031,53,14 +376,16,17031,53,6 +377,16,17031,53,10 +378,16,17031,53,13 +379,16,17031,53,1 +380,16,17031,53,31 +381,16,17031,53,5 +382,16,17031,53,1 +383,16,17031,53,8 +384,16,17031,53,1 +385,16,17031,53,4 +386,16,17031,53,16 +387,16,17031,53,70 +388,16,17031,53,13 +389,16,17031,53,11 +390,16,17031,53,2 +391,16,17031,53,2 +392,16,17031,53,12 +393,16,17031,53,8 +394,16,17031,53,5 +395,16,17031,53,21 +396,16,17031,53,7 +397,16,17031,53,1 +398,16,17031,53,8 +399,16,17031,53,4 +400,16,17031,53,10 +401,16,17031,53,20 +402,16,17031,53,9 +403,16,17031,53,5 +404,16,17031,53,14 +405,16,17031,53,10 +406,16,17031,53,5 +407,16,17031,53,8 +408,16,17031,53,11 +409,16,17031,53,12 +410,16,17031,53,18 +411,16,17031,53,6 +412,16,17031,53,4 +413,16,17031,53,5 +414,16,17031,53,6 +415,16,17031,53,2 +416,16,17031,53,16 +417,16,17031,53,18 +418,16,17031,53,5 +419,16,17031,53,28 +420,16,17031,53,26 +421,16,17031,53,8 +422,16,17031,53,19 +423,16,17031,53,171 +424,16,17031,53,22 +425,16,17031,53,14 +426,16,17031,53,21 +427,16,17031,53,23 +428,16,17031,53,4 +429,16,17031,53,11 +430,16,17031,53,28 +431,16,17031,53,40 +432,16,17031,53,39 +433,16,17031,53,13 +434,16,17031,53,5 +435,16,17031,53,5 +436,16,17031,53,29 +437,16,17031,53,6 +438,16,17031,53,3 +439,16,17031,53,11 +440,16,17031,53,12 +441,17,17031,53,6 +442,17,17031,53,3 +443,17,17031,53,16 +444,17,17031,53,7 +445,17,17031,53,12 +446,17,17031,53,70 +447,17,17031,53,32 +448,17,17031,53,26 +449,17,17031,53,16 +450,17,17031,53,14 +451,17,17031,53,14 +452,17,17031,53,5 +453,17,17031,53,30 +454,17,17031,53,0 +455,17,17031,53,26 +456,17,17031,53,10 +457,17,17031,53,8 +458,17,17031,53,0 +459,19,17031,53,76 +460,19,17031,53,5 +461,19,17031,53,6 +462,19,17031,53,2 +463,19,17031,53,4 +464,19,17031,53,9 +465,19,17031,53,14 +466,19,17031,53,11 +467,19,17031,53,6 +468,19,17031,53,26 +469,19,17031,53,14 +470,19,17031,53,22 +471,19,17031,53,37 +472,19,17031,53,3 +473,19,17031,53,14 +474,19,17031,53,43 +475,19,17031,53,7 +476,19,17031,53,26 +477,19,17031,53,10 +478,19,17031,53,2 +479,19,17031,53,4 +480,19,17031,53,20 +481,19,17031,53,5 +482,19,17031,53,3 +483,19,17031,53,18 +484,19,17031,53,1 +485,19,17031,53,35 +486,19,17031,53,9 +487,19,17031,53,7 +488,19,17031,53,4 +489,19,17031,53,16 +490,19,17031,53,4 +491,19,17031,53,1 +492,19,17031,53,12 +493,19,17031,53,15 +494,19,17031,53,88 +495,19,17031,53,10 +496,19,17031,53,8 +497,19,17031,53,32 +498,19,17031,53,3 +499,19,17031,53,15 +500,19,17031,53,26 +501,19,17031,53,73 +502,19,17031,53,22 +503,19,17031,53,21 +504,19,17031,53,0 +505,19,17031,53,1 +506,19,17031,53,8 +507,19,17031,53,5 +508,19,17031,53,15 +509,19,17031,53,7 +510,19,17031,53,13 +511,19,17031,53,0 +512,19,17031,53,4 +513,19,17031,53,4 +514,19,17031,53,4 +515,19,17031,53,47 +516,19,17031,53,15 +517,19,17031,53,20 +518,19,17031,53,9 +519,19,17031,53,7 +520,19,17031,53,0 +521,19,17031,53,4 +522,19,17031,53,27 +523,20,17031,53,0 +524,20,17031,53,3 +525,20,17031,53,7 +526,20,17031,53,2 +527,20,17031,53,48 +528,20,17031,53,1 +529,20,17031,53,10 +530,20,17031,53,5 +531,20,17031,53,4 +532,20,17031,53,17 +533,20,17031,53,30 +534,20,17031,53,20 +535,20,17031,53,63 +536,20,17031,53,20 +537,20,17031,53,4 +538,20,17031,53,7 +539,20,17031,53,7 +540,20,17031,53,3 +541,20,17031,53,1 +542,20,17031,53,4 +543,20,17031,53,8 +544,20,17031,53,11 +545,20,17031,53,2 +546,20,17031,53,10 +547,20,17031,53,11 +548,20,17031,53,6 +549,20,17031,53,17 +550,20,17031,53,1 +551,20,17031,53,34 +552,20,17031,53,182 +553,20,17031,53,15 +554,20,17031,53,36 +555,20,17031,53,6 +556,20,17031,53,5 +557,20,17031,53,44 +558,20,17031,53,11 +559,20,17031,53,12 +560,20,17031,53,4 +561,20,17031,53,12 +562,20,17031,53,39 +563,20,17031,53,31 +564,20,17031,53,20 +565,20,17031,53,2 +566,20,17031,53,18 +567,20,17031,53,8 +568,20,17031,53,20 +569,20,17031,53,13 +570,20,17031,53,1 +571,20,17031,53,10 +572,20,17031,53,3 +573,20,17031,53,18 +574,20,17031,53,35 +575,20,17031,53,34 +576,20,17031,53,22 +577,20,17031,53,9 +578,20,17031,53,18 +579,20,17031,53,11 +580,20,17031,53,4 +581,20,17031,53,7 +582,20,17031,53,10 +583,20,17031,53,13 +584,20,17031,53,15 +585,20,17031,53,18 +586,20,17031,53,12 +587,20,17031,53,13 +588,20,17031,53,2 +589,20,17031,53,0 +590,20,17031,53,2 +591,20,17031,53,45 +592,20,17031,53,34 +593,20,17031,53,6 +594,20,17031,53,7 +595,20,17031,53,14 +596,20,17031,53,7 +597,20,17031,53,50 +598,20,17031,53,46 +599,20,17031,53,7 +600,20,17031,53,13 +601,20,17031,53,9 +602,20,17031,53,7 +603,20,17031,53,19 +604,20,17031,53,22 +605,20,17031,53,22 +606,20,17031,53,29 +607,20,17031,53,34 +608,20,17031,53,36 +609,20,17031,53,4 +610,20,17031,53,6 +611,20,17031,53,11 +612,20,17031,53,7 +613,20,17031,53,4 +614,20,17031,53,44 +615,20,17031,53,17 +616,20,17031,53,24 +617,20,17031,53,11 +618,20,17031,53,9 +619,20,17031,53,16 +620,20,17031,53,15 +621,20,17031,53,34 +622,20,17031,53,19 +623,20,17031,53,32 +624,20,17031,53,15 +625,20,17031,53,5 +626,20,17031,53,38 +627,20,17031,53,6 +628,20,17031,53,3 +629,20,17031,53,3 +630,23,17031,53,1 +631,23,17031,53,27 +632,23,17031,53,63 +633,23,17031,53,11 +634,23,17031,53,22 +635,23,17031,53,44 +636,24,17031,53,7 +637,24,17031,53,8 +638,24,17031,53,15 +639,24,17031,53,8 +640,24,17031,53,22 +641,24,17031,53,1 +642,24,17031,53,1 +643,24,17031,53,1 +644,24,17031,53,7 +645,24,17031,53,27 +646,24,17031,53,53 +647,24,17031,53,1 +648,24,17031,53,7 +649,24,17031,53,7 +650,24,17031,53,21 +651,24,17031,53,68 +652,24,17031,53,18 +653,24,17031,53,11 +654,24,17031,53,7 +655,24,17031,53,5 +656,24,17031,53,13 +657,24,17031,53,2 +658,24,17031,53,2 +659,24,17031,53,6 +660,24,17031,53,1 +661,24,17031,53,14 +662,24,17031,53,21 +663,24,17031,53,0 +664,24,17031,53,2 +665,24,17031,53,0 +666,24,17031,53,0 +667,24,17031,53,0 +668,24,17031,53,6 +669,24,17031,53,5 +670,24,17031,53,15 +671,24,17031,53,13 +672,24,17031,53,14 +673,24,17031,53,2 +674,24,17031,53,9 +675,24,17031,53,1 +676,24,17031,53,0 +677,24,17031,53,0 +678,24,17031,53,9 +679,24,17031,53,0 +680,24,17031,53,8 +681,24,17031,53,21 +682,24,17031,53,17 +683,24,17031,53,46 +684,24,17031,53,4 +685,24,17031,53,0 +686,24,17031,53,4 +687,24,17031,53,8 +688,24,17031,53,19 +689,24,17031,53,4 +690,24,17031,53,3 +691,24,17031,53,1 +692,24,17031,53,1 +693,24,17031,53,0 +694,24,17031,53,1 +695,24,17031,53,4 +696,24,17031,53,0 +697,24,17031,53,6 +698,24,17031,53,19 +699,24,17031,53,17 +700,24,17031,53,25 +701,24,17031,53,1 +702,24,17031,53,3 +703,24,17031,53,1 +704,24,17031,53,0 +705,24,17031,53,14 +706,24,17031,53,0 +707,24,17031,53,14 +708,24,17031,53,15 +709,24,17031,53,7 +710,24,17031,53,103 +711,24,17031,53,1 +712,24,17031,53,1 +713,24,17031,53,0 +714,24,17031,53,7 +715,24,17031,53,0 +716,24,17031,53,1 +717,24,17031,53,0 +718,1,17031,53,1 +719,1,17031,53,4 +720,1,17031,53,190 +721,1,17031,53,2 +722,1,17031,53,11 +723,1,17031,53,0 +724,1,17031,53,57 +725,1,17031,53,47 +726,1,17031,53,62 +727,6,17031,53,23 +728,6,17031,53,1 +729,6,17031,53,28 +730,6,17031,53,12 +731,6,17031,53,36 +732,6,17031,53,8 +733,6,17031,53,42 +734,6,17031,53,6 +735,6,17031,53,30 +736,6,17031,53,183 +737,6,17031,53,24 +738,6,17031,53,40 +739,6,17031,53,59 +740,6,17031,53,22 +741,6,17031,53,7 +742,6,17031,53,4 +743,6,17031,53,13 +744,6,17031,53,1 +745,6,17031,53,11 +746,6,17031,53,0 +747,6,17031,53,2 +748,2,17031,53,5 +749,2,17031,53,38 +750,2,17031,53,0 +751,2,17031,53,15 +752,2,17031,53,18 +753,2,17031,53,13 +754,2,17031,53,1 +755,2,17031,53,0 +756,2,17031,53,18 +757,2,17031,53,18 +758,2,17031,53,18 +759,2,17031,53,4 +760,2,17031,53,22 +761,2,17031,53,1 +762,2,17031,53,0 +763,2,17031,53,29 +764,2,17031,53,3 +765,2,17031,53,2 +766,2,17031,53,21 +767,2,17031,53,15 +768,2,17031,53,10 +769,2,17031,53,77 +770,2,17031,53,3 +771,2,17031,53,1 +772,2,17031,53,15 +773,2,17031,53,26 +774,2,17031,53,8 +775,2,17031,53,4 +776,2,17031,53,2 +777,2,17031,53,30 +778,2,17031,53,9 +779,2,17031,53,34 +780,2,17031,53,0 +781,2,17031,53,1 +782,2,17031,53,12 +783,2,17031,53,6 +784,2,17031,53,64 +785,2,17031,53,105 +786,2,17031,53,4 +787,2,17031,53,0 +788,2,17031,53,0 +789,2,17031,53,15 +790,2,17031,53,8 +791,2,17031,53,5 +792,2,17031,53,18 +793,7,17031,53,15 +794,7,17031,53,37 +795,7,17031,53,6 +796,7,17031,53,15 +797,7,17031,53,3 +798,7,17031,53,71 +799,7,17031,53,18 +800,7,17031,53,80 +801,7,17031,53,37 +802,7,17031,53,21 +803,7,17031,53,52 +804,7,17031,53,71 +805,7,17031,53,140 +806,7,17031,53,17 +807,7,17031,53,11 +808,7,17031,53,0 +809,7,17031,53,13 +810,7,17031,53,3 +811,7,17031,53,10 +812,7,17031,53,29 +813,7,17031,53,4 +814,7,17031,53,61 +815,7,17031,53,2 +816,7,17031,53,15 +817,7,17031,53,396 +818,7,17031,53,8 +819,7,17031,53,8 +820,7,17031,53,5 +821,7,17031,53,120 +822,7,17031,53,86 +823,7,17031,53,65 +824,7,17031,53,2 +825,7,17031,53,5 +826,7,17031,53,33 +827,7,17031,53,11 +828,7,17031,53,23 +829,7,17031,53,4 +830,7,17031,53,4 +831,7,17031,53,20 +832,7,17031,53,2 +833,7,17031,53,6 +834,7,17031,53,31 +835,7,17031,53,1 +836,7,17031,53,13 +837,7,17031,53,128 +838,7,17031,53,61 +839,3,17031,53,12 +840,3,17031,53,27 +841,3,17031,53,3 +842,3,17031,53,7 +843,3,17031,53,12 +844,3,17031,53,13 +845,3,17031,53,1 +846,3,17031,53,1 +847,3,17031,53,19 +848,3,17031,53,15 +849,3,17031,53,25 +850,3,17031,53,5 +851,3,17031,53,0 +852,3,17031,53,24 +853,3,17031,53,2 +854,3,17031,53,2 +855,3,17031,53,16 +856,3,17031,53,10 +857,3,17031,53,107 +858,3,17031,53,20 +859,3,17031,53,6 +860,3,17031,53,11 +861,3,17031,53,5 +862,3,17031,53,36 +863,3,17031,53,50 +864,3,17031,53,130 +865,3,17031,53,18 +866,3,17031,53,27 +867,3,17031,53,20 +868,3,17031,53,4 +869,3,17031,53,13 +870,3,17031,53,190 +871,3,17031,53,88 +872,3,17031,53,1 +873,3,17031,53,51 +874,3,17031,53,55 +875,3,17031,53,28 +876,3,17031,53,130 +877,3,17031,53,0 +878,3,17031,53,41 +879,3,17031,53,6 +880,3,17031,53,0 +881,3,17031,53,1 +882,3,17031,53,13 +883,3,17031,53,2 +884,3,17031,53,2 +885,3,17031,53,1 +886,3,17031,53,45 +887,3,17031,53,0 +888,3,17031,53,8 +889,3,17031,53,6 +890,3,17031,53,3 +891,3,17031,53,3 +892,3,17031,53,26 +893,3,17031,53,4 +894,3,17031,53,4 +895,3,17031,53,7 +896,3,17031,53,0 +897,3,17031,53,1 +898,3,17031,53,3 +899,3,17031,53,2 +900,3,17031,53,48 +901,3,17031,53,39 +902,3,17031,53,22 +903,3,17031,53,111 +904,3,17031,53,8 +905,8,17031,53,65 +906,8,17031,53,7 +907,8,17031,53,39 +908,8,17031,53,8 +909,8,17031,53,65 +910,8,17031,53,19 +911,8,17031,53,23 +912,8,17031,53,4 +913,8,17031,53,2 +914,8,17031,53,3 +915,8,17031,53,29 +916,8,17031,53,4 +917,8,17031,53,1 +918,8,17031,53,139 +919,8,17031,53,20 +920,8,17031,53,8 +921,8,17031,53,53 +922,8,17031,53,8 +923,8,17031,53,22 +924,8,17031,53,5 +925,8,17031,53,27 +926,8,17031,53,0 +927,8,17031,53,6 +928,8,17031,53,32 +929,8,17031,53,16 +930,8,17031,53,14 +931,8,17031,53,28 +932,8,17031,53,27 +933,8,17031,53,17 +934,8,17031,53,37 +935,8,17031,53,85 +936,8,17031,53,38 +937,8,17031,53,6 +938,8,17031,53,17 +939,8,17031,53,2 +940,8,17031,53,1 +941,8,17031,53,0 +942,8,17031,53,3 +943,8,17031,53,43 +944,8,17031,53,34 +945,8,17031,53,9 +946,8,17031,53,97 +947,8,17031,53,102 +948,8,17031,53,64 +949,8,17031,53,50 +950,8,17031,53,13 +951,8,17031,53,0 +952,8,17031,53,6 +953,8,17031,53,80 +954,8,17031,53,242 +955,4,17031,53,38 +956,4,17031,53,187 +957,4,17031,53,53 +958,4,17031,53,24 +959,4,17031,53,266 +960,4,17031,53,9 +961,4,17031,53,8 +962,4,17031,53,14 +963,4,17031,53,4 +964,4,17031,53,180 +965,4,17031,53,10 +966,4,17031,53,15 +967,4,17031,53,150 +968,4,17031,53,2 +969,4,17031,53,52 +970,4,17031,53,43 +971,4,17031,53,5 +972,4,17031,53,64 +973,4,17031,53,66 +974,4,17031,53,3 +975,4,17031,53,11 +976,4,17031,53,72 +977,4,17031,53,30 +978,4,17031,53,54 +979,4,17031,53,11 +980,4,17031,53,11 +981,4,17031,53,42 +982,4,17031,53,3 +983,4,17031,53,5 +984,4,17031,53,10 +985,4,17031,53,3 +986,4,17031,53,358 +987,4,17031,53,15 +988,4,17031,53,9 +989,4,17031,53,0 +990,4,17031,53,2 +991,4,17031,53,10 +992,4,17031,53,56 +993,4,17031,53,8 +994,4,17031,53,3 +995,4,17031,53,20 +996,4,17031,53,3 +997,4,17031,53,17 +998,4,17031,53,33 +999,4,17031,53,10 +1000,4,17031,53,11 +1001,4,17031,53,5 +1002,9,17031,53,7 +1003,9,17031,53,13 +1004,9,17031,53,7 +1005,9,17031,53,11 +1006,9,17031,53,9 +1007,9,17031,53,57 +1008,9,17031,53,6 +1009,9,17031,53,0 +1010,9,17031,53,20 +1011,9,17031,53,45 +1012,9,17031,53,1 +1013,9,17031,53,217 +1014,9,17031,53,41 +1015,9,17031,53,20 +1016,9,17031,53,2 +1017,9,17031,53,5 +1018,9,17031,53,18 +1019,9,17031,53,12 +1020,9,17031,53,4 +1021,9,17031,53,102 +1022,9,17031,53,5 +1023,9,17031,53,24 +1024,9,17031,53,10 +1025,9,17031,53,3 +1026,9,17031,53,10 +1027,9,17031,53,10 +1028,9,17031,53,13 +1029,9,17031,53,3 +1030,9,17031,53,3 +1031,9,17031,53,4 +1032,9,17031,53,18 +1033,9,17031,53,12 +1034,9,17031,53,41 +1035,9,17031,53,19 +1036,9,17031,53,0 +1037,9,17031,53,47 +1038,9,17031,53,3 +1039,9,17031,53,50 +1040,9,17031,53,0 +1041,9,17031,53,2 +1042,9,17031,53,21 +1043,9,17031,53,0 +1044,9,17031,53,10 +1045,9,17031,53,10 +1046,9,17031,53,0 +1047,9,17031,53,1 +1048,9,17031,53,0 +1049,9,17031,53,29 +1050,9,17031,53,12 +1051,9,17031,53,5 +1052,9,17031,53,51 +1053,9,17031,53,0 +1054,9,17031,53,43 +1055,9,17031,53,47 +1056,9,17031,53,0 +1057,9,17031,53,38 +1058,9,17031,53,0 +1059,9,17031,53,0 +1060,9,17031,53,7 +1061,12,17031,53,242 +1062,9,17031,53,28 +1063,9,17031,53,4 +1064,12,17031,53,2 +1065,9,17031,53,3 +1066,9,17031,53,9 +1067,9,17031,53,31 +1068,12,17031,53,21 +1069,5,17031,53,4 +1070,5,17031,53,37 +1071,5,17031,53,2 +1072,5,17031,53,2 +1073,5,17031,53,20 +1074,5,17031,53,25 +1075,5,17031,53,91 +1076,5,17031,53,12 +1077,5,17031,53,21 +1078,5,17031,53,1 +1079,5,17031,53,12 +1080,5,17031,53,10 +1081,5,17031,53,16 +1082,5,17031,53,6 +1083,5,17031,53,11 +1084,5,17031,53,3 +1085,5,17031,53,2 +1086,5,17031,53,1 +1087,10,17031,53,14 +1088,5,17031,53,45 +1089,10,17031,53,15 +1090,5,17031,53,6 +1091,5,17031,53,7 +1092,10,17031,53,5 +1093,10,17031,53,13 +1094,10,17031,53,78 +1095,10,17031,53,48 +1096,10,17031,53,3 +1097,10,17031,53,17 +1098,5,17031,53,35 +1099,10,17031,53,50 +1100,10,17031,53,10 +1101,10,17031,53,0 +1102,10,17031,53,0 +1103,10,17031,53,5 +1104,10,17031,53,19 +1105,10,17031,53,0 +1106,10,17031,53,3 +1107,10,17031,53,26 +1108,10,17031,53,46 +1109,10,17031,53,0 +1110,10,17031,53,1 +1111,10,17031,53,9 +1112,10,17031,53,30 +1113,10,17031,53,8 +1114,10,17031,53,7 +1115,10,17031,53,0 +1116,10,17031,53,1 +1117,10,17031,53,66 +1118,10,17031,53,3 +1119,10,17031,53,1 +1120,10,17031,53,4 +1121,10,17031,53,12 +1122,10,17031,53,26 +1123,10,17031,53,0 +1124,10,17031,53,7 +1125,10,17031,53,34 +1126,10,17031,53,12 +1127,10,17031,53,23 +1128,10,17031,53,25 +1129,10,17031,53,13 +1130,10,17031,53,4 +1131,10,17031,53,14 +1132,10,17031,53,16 +1133,10,17031,53,6 +1134,10,17031,53,28 +1135,10,17031,53,38 +1136,10,17031,53,11 +1137,10,17031,53,0 +1138,10,17031,53,0 +1139,10,17031,53,160 +1140,10,17031,53,6 +1141,10,17031,53,33 +1142,10,17031,53,11 +1143,10,17031,53,39 +1144,10,17031,53,26 +1145,10,17031,53,3 +1146,10,17031,53,5 +1147,10,17031,53,12 +1148,10,17031,53,24 +1149,10,17031,53,4 +1150,10,17031,53,288 +1151,10,17031,53,9 +1152,10,17031,53,81 +1153,10,17031,53,4 +1154,10,17031,53,17 +1155,10,17031,53,6 +1156,10,17031,53,23 +1157,10,17031,53,32 +1158,10,17031,53,4 +1159,10,17031,53,60 +1160,10,17031,53,4 +1161,10,17031,53,25 +1162,10,17031,53,17 +1163,10,17031,53,12 +1164,10,17031,53,0 +1165,10,17031,53,6 +1166,10,17031,53,1 +1167,10,17031,53,91 +1168,10,17031,53,20 +1169,10,17031,53,85 +1170,10,17031,53,10 +1171,11,17031,53,0 +1172,11,17031,53,4 +1173,11,17031,53,61 +1174,11,17031,53,282 +1175,11,17031,53,6 +1176,11,17031,53,76 +1177,11,17031,53,8 +1178,11,17031,53,6 +1179,11,17031,53,0 +1180,11,17031,53,5 +1181,11,17031,53,9 +1182,11,17031,53,9 +1183,12,17031,53,16 +1184,12,17031,53,1 +1185,12,17031,53,134 +1186,12,17031,53,53 +1187,12,17031,53,2 +1188,13,17031,53,15 +1189,12,17031,53,6 +1190,13,17031,53,0 +1191,12,17031,53,31 +1192,12,17031,53,85 +1193,12,17031,53,4 +1194,12,17031,53,2 +1195,12,17031,53,15 +1196,12,17031,53,17 +1197,12,17031,53,6 +1198,12,17031,53,1 +1199,12,17031,53,4 +1200,12,17031,53,9 +1201,12,17031,53,2 +1202,12,17031,53,8 +1203,12,17031,53,12 +1204,12,17031,53,31 +1205,12,17031,53,7 +1206,12,17031,53,20 +1207,12,17031,53,8 +1208,12,17031,53,14 +1209,12,17031,53,7 +1210,12,17031,53,4 +1211,12,17031,53,6 +1212,12,17031,53,14 +1213,12,17031,53,8 +1214,12,17031,53,10 +1215,12,17031,53,4 +1216,12,17031,53,12 +1217,12,17031,53,16 +1218,12,17031,53,26 +1219,12,17031,53,9 +1220,12,17031,53,8 +1221,12,17031,53,0 +1222,12,17031,53,14 +1223,12,17031,53,81 +1224,12,17031,53,13 +1225,12,17031,53,7 +1226,12,17031,53,13 +1227,12,17031,53,2 +1228,12,17031,53,10 +1229,15,17031,53,132 +1230,15,17031,53,6 +1231,15,17031,53,12 +1232,15,17031,53,19 +1233,15,17031,53,0 +1234,15,17031,53,15 +1235,15,17031,53,11 +1236,15,17031,53,31 +1237,15,17031,53,27 +1238,15,17031,53,6 +1239,15,17031,53,3 +1240,15,17031,53,12 +1241,15,17031,53,4 +1242,15,17031,53,2 +1243,15,17031,53,0 +1244,15,17031,53,4 +1245,15,17031,53,4 +1246,15,17031,53,0 +1247,15,17031,53,12 +1248,15,17031,53,5 +1249,15,17031,53,26 +1250,15,17031,53,23 +1251,15,17031,53,32 +1252,15,17031,53,10 +1253,15,17031,53,5 +1254,15,17031,53,12 +1255,15,17031,53,10 +1256,15,17031,53,15 +1257,15,17031,53,14 +1258,15,17031,53,3 +1259,15,17031,53,5 +1260,15,17031,53,7 +1261,15,17031,53,172 +1262,15,17031,53,2 +1263,15,17031,53,6 +1264,15,17031,53,10 +1265,15,17031,53,22 +1266,15,17031,53,4 +1267,15,17031,53,14 +1268,15,17031,53,14 +1269,15,17031,53,84 +1270,15,17031,53,10 +1271,15,17031,53,7 +1272,15,17031,53,11 +1273,15,17031,53,7 +1274,15,17031,53,38 +1275,15,17031,53,1 +1276,15,17031,53,1 +1277,15,17031,53,8 +1278,15,17031,53,10 +1279,15,17031,53,2 +1280,15,17031,53,7 +1281,15,17031,53,12 +1282,15,17031,53,8 +1283,15,17031,53,7 +1284,15,17031,53,21 +1285,15,17031,53,3 +1286,15,17031,53,17 +1287,15,17031,53,24 +1288,15,17031,53,8 +1289,15,17031,53,11 +1290,15,17031,53,14 +1291,15,17031,53,7 +1292,15,17031,53,3 +1293,15,17031,53,34 +1294,15,17031,53,76 +1295,15,17031,53,35 +1296,15,17031,53,25 +1297,15,17031,53,16 +1298,15,17031,53,5 +1299,15,17031,53,9 +1300,15,17031,53,3 +1301,15,17031,53,0 +1302,15,17031,53,51 +1303,15,17031,53,4 +1304,15,17031,53,1 +1305,15,17031,53,4 +1306,15,17031,53,1 +1307,15,17031,53,4 +1308,15,17031,53,0 +1309,15,17031,53,20 +1310,15,17031,53,24 +1311,15,17031,53,3 +1312,15,17031,53,23 +1313,16,17031,53,0 +1314,16,17031,53,3 +1315,16,17031,53,12 +1316,16,17031,53,21 +1317,16,17031,53,41 +1318,16,17031,53,13 +1319,16,17031,53,78 +1320,16,17031,53,11 +1321,16,17031,53,32 +1322,16,17031,53,10 +1323,16,17031,53,5 +1324,16,17031,53,5 +1325,16,17031,53,5 +1326,16,17031,53,3 +1327,16,17031,53,8 +1328,16,17031,53,11 +1329,16,17031,53,14 +1330,16,17031,53,22 +1331,16,17031,53,10 +1332,16,17031,53,16 +1333,16,17031,53,27 +1334,16,17031,53,13 +1335,16,17031,53,7 +1336,16,17031,53,4 +1337,16,17031,53,15 +1338,16,17031,53,11 +1339,16,17031,53,12 +1340,16,17031,53,15 +1341,16,17031,53,10 +1342,16,17031,53,20 +1343,16,17031,53,18 +1344,16,17031,53,8 +1345,16,17031,53,3 +1346,16,17031,53,10 +1347,16,17031,53,8 +1348,16,17031,53,6 +1349,16,17031,53,4 +1350,16,17031,53,3 +1351,16,17031,53,6 +1352,16,17031,53,4 +1353,16,17031,53,10 +1354,16,17031,53,81 +1355,16,17031,53,2 +1356,16,17031,53,3 +1357,16,17031,53,3 +1358,16,17031,53,4 +1359,16,17031,53,20 +1360,16,17031,53,48 +1361,16,17031,53,5 +1362,18,17031,53,24 +1363,18,17031,53,20 +1364,18,17031,53,12 +1365,18,17031,53,2 +1366,18,17031,53,4 +1367,18,17031,53,129 +1368,18,17031,53,26 +1369,18,17031,53,8 +1370,18,17031,53,8 +1371,18,17031,53,2 +1372,18,17031,53,4 +1373,18,17031,53,11 +1374,18,17031,53,7 +1375,18,17031,53,14 +1376,18,17031,53,2 +1377,18,17031,53,0 +1378,18,17031,53,11 +1379,18,17031,53,6 +1380,18,17031,53,128 +1381,18,17031,53,32 +1382,18,17031,53,12 +1383,18,17031,53,5 +1384,18,17031,53,11 +1385,18,17031,53,58 +1386,18,17031,53,24 +1387,18,17031,53,3 +1388,18,17031,53,4 +1389,18,17031,53,30 +1390,18,17031,53,15 +1391,18,17031,53,11 +1392,18,17031,53,19 +1393,18,17031,53,7 +1394,18,17031,53,14 +1395,18,17031,53,1 +1396,18,17031,53,0 +1397,18,17031,53,19 +1398,18,17031,53,18 +1399,18,17031,53,15 +1400,18,17031,53,24 +1401,18,17031,53,33 +1402,18,17031,53,4 +1403,18,17031,53,6 +1404,18,17031,53,6 +1405,18,17031,53,3 +1406,18,17031,53,17 +1407,18,17031,53,4 +1408,18,17031,53,8 +1409,18,17031,53,18 +1410,18,17031,53,18 +1411,18,17031,53,12 +1412,18,17031,53,15 +1413,18,17031,53,2 +1414,18,17031,53,8 +1415,18,17031,53,8 +1416,19,17031,53,12 +1417,19,17031,53,1 +1418,19,17031,53,9 +1419,19,17031,53,29 +1420,19,17031,53,17 +1421,19,17031,53,16 +1422,19,17031,53,1 +1423,19,17031,53,0 +1424,19,17031,53,3 +1425,19,17031,53,2 +1426,19,17031,53,1 +1427,19,17031,53,34 +1428,19,17031,53,0 +1429,19,17031,53,12 +1430,19,17031,53,5 +1431,19,17031,53,1 +1432,19,17031,53,3 +1433,19,17031,53,3 +1434,19,17031,53,16 +1435,19,17031,53,13 +1436,19,17031,53,2 +1437,19,17031,53,11 +1438,19,17031,53,19 +1439,19,17031,53,11 +1440,19,17031,53,10 +1441,21,17031,53,14 +1442,21,17031,53,5 +1443,21,17031,53,5 +1444,21,17031,53,72 +1445,21,17031,53,7 +1446,21,17031,53,0 +1447,22,17031,53,19 +1448,22,17031,53,2 +1449,22,17031,53,3 +1450,22,17031,53,0 +1451,22,17031,53,15 +1452,22,17031,53,7 +1453,22,17031,53,19 +1454,22,17031,53,6 +1455,22,17031,53,0 +1456,22,17031,53,13 +1457,22,17031,53,3 +1458,22,17031,53,166 +1459,22,17031,53,0 +1460,22,17031,53,0 +1461,22,17031,53,9 +1462,22,17031,53,5 +1463,22,17031,53,23 +1464,22,17031,53,60 +1465,22,17031,53,3 +1466,22,17031,53,32 +1467,22,17031,53,0 +1468,22,17031,53,21 +1469,22,17031,53,0 +1470,22,17031,53,8 +1471,23,17031,53,5 +1472,23,17031,53,44 +1473,23,17031,53,14 +1474,23,17031,53,6 +1475,23,17031,53,2 +1476,23,17031,53,4 +1477,23,17031,53,18 +1478,23,17031,53,0 +1479,23,17031,53,2 +1480,23,17031,53,2 +1481,23,17031,53,0 +1482,23,17031,53,15 +1483,23,17031,53,2 +1484,23,17031,53,0 +1485,23,17031,53,17 +1486,23,17031,53,43 +1487,23,17031,53,38 +1488,23,17031,53,60 +1489,23,17031,53,26 +1490,23,17031,53,3 +1491,23,17031,53,22 +1492,23,17031,53,33 +1493,23,17031,53,7 +1494,23,17031,53,27 +1495,23,17031,53,1 +1496,23,17031,53,8 +1497,23,17031,53,0 +1498,23,17031,53,4 +1499,23,17031,53,20 +1500,23,17031,53,2 +1501,23,17031,53,13 +1502,23,17031,53,1 +1503,23,17031,53,4 +1504,23,17031,53,9 +1505,23,17031,53,2 +1506,23,17031,53,5 +1507,23,17031,53,0 +1508,23,17031,53,36 +1509,23,17031,53,9 +1510,23,17031,53,26 +1511,23,17031,53,21 +1512,23,17031,53,8 +1513,23,17031,53,21 +1514,23,17031,53,1 +1515,23,17031,53,34 +1516,23,17031,53,26 +1517,23,17031,53,0 +1518,23,17031,53,57 +1519,23,17031,53,4 +1520,23,17031,53,3 +1521,23,17031,53,0 +1522,23,17031,53,5 +1523,23,17031,53,18 +1524,23,17031,53,10 +1525,23,17031,53,9 +1526,23,17031,53,1 +1527,23,17031,53,5 +1528,23,17031,53,8 +1529,23,17031,53,0 +1530,23,17031,53,5 +1531,23,17031,53,225 +1532,23,17031,53,8 +1533,23,17031,53,1 +1534,23,17031,53,6 +1535,23,17031,53,7 +1536,23,17031,53,3 +1537,24,17031,53,10 +1538,24,17031,53,7 +1539,24,17031,53,17 +1540,24,17031,53,5 +1541,24,17031,53,2 +1542,24,17031,53,3 +1543,24,17031,53,2 +1544,24,17031,53,6 +1545,24,17031,53,0 +1546,24,17031,53,2 +1547,24,17031,53,1 +1548,24,17031,53,2 +1549,24,17031,53,44 +1550,24,17031,53,14 +1551,24,17031,53,0 +1552,25,17031,53,21 +1553,25,17031,53,28 +1554,25,17031,53,19 +1555,25,17031,53,25 +1556,25,17031,53,1 +1557,25,17031,53,0 +1558,25,17031,53,49 +1559,25,17031,53,33 +1560,25,17031,53,9 +1561,25,17031,53,51 +1562,25,17031,53,11 +1563,25,17031,53,36 +1564,25,17031,53,4 +1565,25,17031,53,46 +1566,25,17031,53,5 +1567,25,17031,53,1 +1568,25,17031,53,38 +1569,25,17031,53,29 +1570,25,17031,53,23 +1571,25,17031,53,48 +1572,25,17031,53,28 +1573,26,17031,53,7 +1574,26,17031,53,17 +1575,26,17031,53,73 +1576,26,17031,53,12 +1577,26,17031,53,8 +1578,26,17031,53,24 +1579,26,17031,53,37 +1580,26,17031,53,13 +1581,26,17031,53,6 +1582,26,17031,53,3 +1583,26,17031,53,72 +1584,26,17031,53,0 +1585,26,17031,53,0 +1586,26,17031,53,9 +1587,26,17031,53,12 +1588,26,17031,53,0 +1589,26,17031,53,0 +1590,26,17031,53,2 +1591,26,17031,53,10 +1592,26,17031,53,7 +1593,26,17031,53,13 +1594,26,17031,53,1 +1595,26,17031,53,38 +1596,26,17031,53,2 +1597,26,17031,53,5 +1598,26,17031,53,12 +1599,26,17031,53,8 +1600,26,17031,53,15 +1601,26,17031,53,40 +1602,26,17031,53,1 +1603,26,17031,53,6 +1604,26,17031,53,1 +1605,26,17031,53,49 +1606,26,17031,53,9 +1607,26,17031,53,2 +1608,26,17031,53,11 +1609,26,17031,53,0 +1610,26,17031,53,8 +1611,26,17031,53,0 +1612,26,17031,53,8 +1613,26,17031,53,23 +1614,26,17031,53,17 +1615,27,17031,53,7 +1616,27,17031,53,11 +1617,27,17031,53,6 +1618,27,17031,53,2 +1619,27,17031,53,17 +1620,27,17031,53,17 +1621,27,17031,53,3 +1622,27,17031,53,13 +1623,27,17031,53,2 +1624,27,17031,53,10 +1625,27,17031,53,16 +1626,27,17031,53,38 +1627,27,17031,53,29 +1628,27,17031,53,3 +1629,27,17031,53,0 +1630,27,17031,53,3 +1631,27,17031,53,8 +1632,27,17031,53,14 +1633,27,17031,53,25 +1634,27,17031,53,24 +1635,27,17031,53,8 +1636,27,17031,53,5 +1637,27,17031,53,7 +1638,27,17031,53,13 +1639,27,17031,53,53 +1640,27,17031,53,22 +1641,27,17031,53,30 +1642,27,17031,53,22 +1643,27,17031,53,19 +1644,27,17031,53,42 +1645,27,17031,53,25 +1646,27,17031,53,6 +1647,27,17031,53,2 +1648,27,17031,53,78 +1649,27,17031,53,34 +1650,27,17031,53,70 +1651,27,17031,53,9 +1652,27,17031,53,4 +1653,27,17031,53,2 +1654,27,17031,53,12 +1655,27,17031,53,16 +1656,27,17031,53,1 +1657,27,17031,53,16 +1658,27,17031,53,10 +1659,27,17031,53,5 +1660,27,17031,53,2 +1661,27,17031,53,41 +1662,27,17031,53,7 +1663,27,17031,53,20 +1664,27,17031,53,1 +1665,27,17031,53,25 +1666,27,17031,53,30 +1667,28,17031,53,2 +1668,28,17031,53,15 +1669,28,17031,53,12 +1670,28,17031,53,16 +1671,28,17031,53,16 +1672,28,17031,53,6 +1673,28,17031,53,20 +1674,28,17031,53,3 +1675,28,17031,53,2 +1676,28,17031,53,14 +1677,28,17031,53,33 +1678,28,17031,53,18 +1679,28,17031,53,3 +1680,28,17031,53,21 +1681,28,17031,53,16 +1682,28,17031,53,7 +1683,28,17031,53,9 +1684,28,17031,53,1 +1685,28,17031,53,1 +1686,28,17031,53,4 +1687,28,17031,53,3 +1688,28,17031,53,8 +1689,28,17031,53,18 +1690,28,17031,53,4 +1691,28,17031,53,6 +1692,28,17031,53,0 +1693,28,17031,53,17 +1694,28,17031,53,13 +1695,28,17031,53,19 +1696,28,17031,53,6 +1697,29,17031,53,15 +1698,29,17031,53,4 +1699,29,17031,53,3 +1700,29,17031,53,11 +1701,29,17031,53,9 +1702,29,17031,53,8 +1703,29,17031,53,2 +1704,29,17031,53,7 +1705,29,17031,53,21 +1706,29,17031,53,24 +1707,29,17031,53,0 +1708,29,17031,53,2 +1709,29,17031,53,7 +1710,29,17031,53,7 +1711,29,17031,53,0 +1712,29,17031,53,1 +1713,29,17031,53,8 +1714,29,17031,53,3 +1715,29,17031,53,7 +1716,29,17031,53,9 +1717,29,17031,53,1 +1718,29,17031,53,9 +1719,29,17031,53,6 +1720,29,17031,53,0 +1721,29,17031,53,25 +1722,29,17031,53,4 +1723,29,17031,53,23 +1724,29,17031,53,5 +1725,29,17031,53,13 +1726,29,17031,53,11 +1727,29,17031,53,36 +1728,29,17031,53,69 +1729,29,17031,53,43 +1730,29,17031,53,28 +1731,29,17031,53,19 +1732,29,17031,53,14 +1733,79,17043,53,3 +1734,79,17043,53,0 +1735,77,17043,53,6 +1736,77,17043,53,18 +1737,77,17043,53,12 +1738,77,17043,53,7 +1739,77,17043,53,4 +1740,77,17043,53,31 +1741,77,17043,53,31 +1742,77,17043,53,52 +1743,77,17043,53,6 +1744,80,17043,53,67 +1745,80,17043,53,45 +1746,80,17043,53,93 +1747,80,17043,53,7 +1748,80,17043,53,32 +1749,80,17043,53,6 +1750,80,17043,53,0 +1751,80,17043,53,51 +1752,80,17043,53,10 +1753,80,17043,53,1 +1754,80,17043,53,13 +1755,80,17043,53,11 +1756,83,17043,53,5 +1757,83,17043,53,19 +1758,83,17043,53,5 +1759,83,17043,53,4 +1760,83,17043,53,13 +1761,83,17043,53,43 +1762,83,17043,53,8 +1763,83,17043,53,7 +1764,83,17043,53,15 +1765,83,17043,53,0 +1766,83,17043,53,1 +1767,83,17043,53,20 +1768,83,17043,53,114 +1769,83,17043,53,2 +1770,83,17043,53,9 +1771,83,17043,53,0 +1772,83,17043,53,89 +1773,83,17043,53,24 +1774,83,17043,53,0 +1775,83,17043,53,25 +1776,83,17043,53,2 +1777,83,17043,53,5 +1778,83,17043,53,0 +1779,83,17043,53,0 +1780,83,17043,53,1 +1781,83,17043,53,191 +1782,83,17043,53,37 +1783,83,17043,53,1 +1784,83,17043,53,54 +1785,83,17043,53,7 +1786,83,17043,53,5 +1787,83,17043,53,6 +1788,83,17043,53,72 +1789,83,17043,53,5 +1790,83,17043,53,22 +1791,83,17043,53,5 +1792,83,17043,53,0 +1793,83,17043,53,97 +1794,83,17043,53,0 +1795,83,17043,53,47 +1796,83,17043,53,23 +1797,83,17043,53,1 +1798,83,17043,53,18 +1799,83,17043,53,17 +1800,83,17043,53,25 +1801,83,17043,53,0 +1802,83,17043,53,0 +1803,83,17043,53,1 +1804,83,17043,53,0 +1805,83,17043,53,2 +1806,83,17043,53,7 +1807,83,17043,53,9 +1808,83,17043,53,12 +1809,83,17043,53,5 +1810,83,17043,53,5 +1811,83,17043,53,23 +1812,83,17043,53,73 +1813,78,17043,53,6 +1814,78,17043,53,12 +1815,78,17043,53,1 +1816,78,17043,53,39 +1817,78,17043,53,61 +1818,78,17043,53,0 +1819,78,17043,53,10 +1820,78,17043,53,0 +1821,78,17043,53,15 +1822,78,17043,53,4 +1823,78,17043,53,55 +1824,78,17043,53,2 +1825,78,17043,53,23 +1826,78,17043,53,21 +1827,78,17043,53,51 +1828,78,17043,53,17 +1829,78,17043,53,0 +1830,78,17043,53,0 +1831,78,17043,53,1 +1832,78,17043,53,21 +1833,78,17043,53,3 +1834,78,17043,53,8 +1835,78,17043,53,1 +1836,78,17043,53,2 +1837,78,17043,53,42 +1838,78,17043,53,1 +1839,78,17043,53,4 +1840,78,17043,53,2 +1841,78,17043,53,2 +1842,78,17043,53,16 +1843,78,17043,53,10 +1844,78,17043,53,0 +1845,78,17043,53,0 +1846,78,17043,53,0 +1847,78,17043,53,13 +1848,78,17043,53,20 +1849,78,17043,53,10 +1850,78,17043,53,0 +1851,78,17043,53,5 +1852,78,17043,53,5 +1853,78,17043,53,6 +1854,78,17043,53,29 +1855,81,17043,53,0 +1856,81,17043,53,28 +1857,81,17043,53,0 +1858,81,17043,53,6 +1859,81,17043,53,34 +1860,81,17043,53,49 +1861,81,17043,53,17 +1862,81,17043,53,6 +1863,81,17043,53,9 +1864,81,17043,53,0 +1865,81,17043,53,26 +1866,81,17043,53,59 +1867,81,17043,53,0 +1868,81,17043,53,3 +1869,81,17043,53,17 +1870,81,17043,53,4 +1871,81,17043,53,2 +1872,81,17043,53,0 +1873,81,17043,53,80 +1874,81,17043,53,0 +1875,81,17043,53,2 +1876,81,17043,53,26 +1877,81,17043,53,21 +1878,81,17043,53,5 +1879,81,17043,53,7 +1880,81,17043,53,0 +1881,81,17043,53,12 +1882,81,17043,53,4 +1883,81,17043,53,54 +1884,81,17043,53,3 +1885,81,17043,53,2 +1886,81,17043,53,6 +1887,81,17043,53,12 +1888,81,17043,53,31 +1889,81,17043,53,11 +1890,81,17043,53,6 +1891,81,17043,53,1 +1892,81,17043,53,0 +1893,81,17043,53,2 +1894,81,17043,53,47 +1895,81,17043,53,3 +1896,81,17043,53,22 +1897,81,17043,53,8 +1898,81,17043,53,0 +1899,81,17043,53,11 +1900,81,17043,53,1 +1901,81,17043,53,6 +1902,81,17043,53,3 +1903,81,17043,53,3 +1904,81,17043,53,47 +1905,81,17043,53,1 +1906,81,17043,53,0 +1907,81,17043,53,2 +1908,81,17043,53,8 +1909,81,17043,53,24 +1910,81,17043,53,20 +1911,81,17043,53,2 +1912,84,17043,53,53 +1913,84,17043,53,27 +1914,84,17043,53,43 +1915,84,17043,53,0 +1916,84,17043,53,96 +1917,84,17043,53,4 +1918,84,17043,53,0 +1919,84,17043,53,112 +1920,84,17043,53,30 +1921,84,17043,53,39 +1922,84,17043,53,0 +1923,84,17043,53,2 +1924,84,17043,53,14 +1925,84,17043,53,102 +1926,84,17043,53,5 +1927,84,17043,53,2 +1928,84,17043,53,23 +1929,84,17043,53,14 +1930,84,17043,53,19 +1931,84,17043,53,7 +1932,84,17043,53,2 +1933,84,17043,53,8 +1934,84,17043,53,20 +1935,84,17043,53,9 +1936,84,17043,53,2 +1937,84,17043,53,3 +1938,84,17043,53,41 +1939,84,17043,53,3 +1940,84,17043,53,77 +1941,84,17043,53,3 +1942,84,17043,53,4 +1943,84,17043,53,11 +1944,84,17043,53,0 +1945,84,17043,53,3 +1946,84,17043,53,22 +1947,84,17043,53,41 +1948,84,17043,53,10 +1949,84,17043,53,2 +1950,84,17043,53,63 +1951,84,17043,53,5 +1952,84,17043,53,2 +1953,84,17043,53,23 +1954,79,17043,53,18 +1955,79,17043,53,44 +1956,79,17043,53,34 +1957,79,17043,53,106 +1958,79,17043,53,22 +1959,79,17043,53,14 +1960,79,17043,53,5 +1961,79,17043,53,22 +1962,79,17043,53,59 +1963,79,17043,53,156 +1964,79,17043,53,2 +1965,79,17043,53,1 +1966,79,17043,53,7 +1967,79,17043,53,10 +1968,79,17043,53,18 +1969,79,17043,53,12 +1970,79,17043,53,2 +1971,79,17043,53,5 +1972,79,17043,53,0 +1973,79,17043,53,15 +1974,79,17043,53,4 +1975,79,17043,53,9 +1976,79,17043,53,0 +1977,79,17043,53,9 +1978,79,17043,53,7 +1979,79,17043,53,14 +1980,79,17043,53,3 +1981,79,17043,53,49 +1982,79,17043,53,1 +1983,79,17043,53,5 +1984,79,17043,53,7 +1985,79,17043,53,27 +1986,79,17043,53,3 +1987,79,17043,53,1 +1988,79,17043,53,10 +1989,79,17043,53,96 +1990,79,17043,53,14 +1991,79,17043,53,76 +1992,79,17043,53,33 +1993,79,17043,53,32 +1994,79,17043,53,12 +1995,79,17043,53,0 +1996,79,17043,53,3 +1997,79,17043,53,29 +1998,79,17043,53,1 +1999,79,17043,53,1 +2000,79,17043,53,19 +2001,79,17043,53,15 +2002,79,17043,53,0 +2003,82,17043,53,0 +2004,82,17043,53,14 +2005,82,17043,53,103 +2006,82,17043,53,44 +2007,82,17043,53,2 +2008,82,17043,53,0 +2009,82,17043,53,3 +2010,82,17043,53,9 +2011,82,17043,53,46 +2012,82,17043,53,0 +2013,82,17043,53,2 +2014,82,17043,53,1 +2015,82,17043,53,18 +2016,82,17043,53,6 +2017,82,17043,53,21 +2018,82,17043,53,28 +2019,82,17043,53,23 +2020,82,17043,53,4 +2021,82,17043,53,67 +2022,82,17043,53,71 +2023,82,17043,53,15 +2024,82,17043,53,142 +2025,82,17043,53,15 +2026,82,17043,53,5 +2027,82,17043,53,66 +2028,82,17043,53,59 +2029,82,17043,53,19 +2030,82,17043,53,104 +2031,82,17043,53,4 +2032,82,17043,53,10 +2033,82,17043,53,122 +2034,82,17043,53,302 +2035,82,17043,53,224 +2036,82,17043,53,141 +2037,82,17043,53,15 +2038,82,17043,53,18 +2039,82,17043,53,57 +2040,82,17043,53,8 +2041,82,17043,53,369 +2042,82,17043,53,13 +2043,82,17043,53,142 +2044,82,17043,53,37 +2045,82,17043,53,28 +2046,82,17043,53,52 +2047,82,17043,53,0 +2048,82,17043,53,6 +2049,82,17043,53,27 +2050,82,17043,53,80 +2051,85,17043,53,32 +2052,85,17043,53,3 +2053,85,17043,53,3 +2054,85,17043,53,4 +2055,85,17043,53,22 +2056,85,17043,53,25 +2057,85,17043,53,232 +2058,85,17043,53,142 +2059,85,17043,53,33 +2060,85,17043,53,14 +2061,85,17043,53,97 +2062,85,17043,53,7 +2063,85,17043,53,10 +2064,85,17043,53,27 +2065,85,17043,53,71 +2066,85,17043,53,2 +2067,85,17043,53,7 +2068,85,17043,53,6 +2069,85,17043,53,7 +2070,85,17043,53,0 +2071,85,17043,53,0 +2072,85,17043,53,5 +2073,85,17043,53,1 +2074,85,17043,53,13 +2075,85,17043,53,2 +2076,85,17043,53,0 +2077,85,17043,53,2 +2078,85,17043,53,0 +2079,85,17043,53,24 +2080,85,17043,53,3 +2081,85,17043,53,11 +2082,85,17043,53,0 +2083,85,17043,53,0 +2084,85,17043,53,2 +2085,85,17043,53,23 +2086,85,17043,53,0 +2087,85,17043,53,2 +2088,85,17043,53,0 +2089,85,17043,53,11 +2090,85,17043,53,10 +2091,85,17043,53,1 +2092,85,17043,53,15 +2093,85,17043,53,2 +2094,85,17043,53,3 +2095,85,17043,53,0 +2096,85,17043,53,2 +2097,85,17043,53,5 +2098,85,17043,53,26 +2099,85,17043,53,27 +2100,85,17043,53,21 +2101,85,17043,53,11 +2102,85,17043,53,5 +2103,85,17043,53,4 +2104,85,17043,53,8 +2105,85,17043,53,4 +2106,85,17043,53,44 +2107,85,17043,53,2 +2108,86,17043,53,12 +2109,86,17043,53,1 +2110,86,17043,53,31 +2111,86,17043,53,9 +2112,62,17089,53,3 +2113,62,17089,53,21 +2114,62,17089,53,18 +2115,62,17089,53,14 +2116,65,17089,53,3 +2117,65,17089,53,8 +2118,65,17089,53,8 +2119,65,17089,53,8 +2120,68,17089,53,9 +2121,68,17089,53,9 +2122,68,17089,53,6 +2123,68,17089,53,5 +2124,71,17089,53,1 +2125,71,17089,53,5 +2126,71,17089,53,4 +2127,71,17089,53,12 +2128,74,17089,53,3 +2129,74,17089,53,10 +2130,74,17089,53,8 +2131,74,17089,53,34 +2132,63,17089,53,21 +2133,63,17089,53,6 +2134,63,17089,53,7 +2135,63,17089,53,16 +2136,66,17089,53,5 +2137,66,17089,53,6 +2138,66,17089,53,12 +2139,66,17089,53,8 +2140,69,17089,53,12 +2141,69,17089,53,4 +2142,69,17089,53,7 +2143,69,17089,53,24 +2144,72,17089,53,27 +2145,72,17089,53,5 +2146,72,17089,53,6 +2147,72,17089,53,11 +2148,75,17089,53,19 +2149,75,17089,53,17 +2150,75,17089,53,1 +2151,75,17089,53,6 +2152,75,17089,53,0 +2153,75,17089,53,2 +2154,75,17089,53,1 +2155,75,17089,53,3 +2156,75,17089,53,1 +2157,75,17089,53,2 +2158,64,17089,53,11 +2159,64,17089,53,3 +2160,64,17089,53,1 +2161,64,17089,53,2 +2162,64,17089,53,2 +2163,64,17089,53,0 +2164,64,17089,53,49 +2165,64,17089,53,2 +2166,64,17089,53,4 +2167,64,17089,53,11 +2168,64,17089,53,27 +2169,64,17089,53,1 +2170,64,17089,53,19 +2171,64,17089,53,6 +2172,64,17089,53,33 +2173,64,17089,53,42 +2174,64,17089,53,10 +2175,64,17089,53,1 +2176,64,17089,53,14 +2177,64,17089,53,7 +2178,64,17089,53,17 +2179,67,17089,53,7 +2180,67,17089,53,20 +2181,67,17089,53,73 +2182,67,17089,53,2 +2183,67,17089,53,21 +2184,67,17089,53,3 +2185,67,17089,53,5 +2186,67,17089,53,15 +2187,67,17089,53,15 +2188,67,17089,53,4 +2189,67,17089,53,6 +2190,67,17089,53,13 +2191,67,17089,53,5 +2192,67,17089,53,1 +2193,67,17089,53,3 +2194,67,17089,53,4 +2195,67,17089,53,1 +2196,67,17089,53,7 +2197,67,17089,53,1 +2198,67,17089,53,3 +2199,67,17089,53,5 +2200,67,17089,53,11 +2201,67,17089,53,0 +2202,67,17089,53,2 +2203,67,17089,53,11 +2204,67,17089,53,4 +2205,67,17089,53,9 +2206,67,17089,53,0 +2207,67,17089,53,0 +2208,67,17089,53,5 +2209,67,17089,53,4 +2210,67,17089,53,0 +2211,67,17089,53,1 +2212,67,17089,53,0 +2213,67,17089,53,5 +2214,67,17089,53,42 +2215,67,17089,53,2 +2216,67,17089,53,5 +2217,67,17089,53,7 +2218,67,17089,53,13 +2219,67,17089,53,7 +2220,67,17089,53,1 +2221,70,17089,53,9 +2222,70,17089,53,8 +2223,70,17089,53,7 +2224,70,17089,53,4 +2225,70,17089,53,3 +2226,70,17089,53,1 +2227,70,17089,53,14 +2228,70,17089,53,33 +2229,70,17089,53,33 +2230,70,17089,53,1 +2231,70,17089,53,0 +2232,70,17089,53,9 +2233,70,17089,53,18 +2234,70,17089,53,11 +2235,70,17089,53,35 +2236,70,17089,53,6 +2237,70,17089,53,31 +2238,70,17089,53,16 +2239,73,17089,53,30 +2240,73,17089,53,5 +2241,73,17089,53,29 +2242,73,17089,53,3 +2243,73,17089,53,4 +2244,73,17089,53,63 +2245,73,17089,53,4 +2246,73,17089,53,51 +2247,73,17089,53,2 +2248,73,17089,53,19 +2249,73,17089,53,2 +2250,73,17089,53,16 +2251,73,17089,53,5 +2252,73,17089,53,0 +2253,73,17089,53,7 +2254,73,17089,53,5 +2255,73,17089,53,4 +2256,73,17089,53,7 +2257,76,17089,53,5 +2258,76,17089,53,15 +2259,76,17089,53,26 +2260,76,17089,53,64 +2261,76,17089,53,1 +2262,76,17089,53,6 +2263,76,17089,53,10 +2264,76,17089,53,4 +2265,76,17089,53,17 +2266,76,17089,53,1 +2267,76,17089,53,9 +2268,76,17089,53,14 +2269,76,17089,53,24 +2270,76,17089,53,7 +2271,76,17089,53,9 +2272,76,17089,53,41 +2273,76,17089,53,11 +2274,76,17089,53,23 +2275,76,17089,53,18 +2276,76,17089,53,1 +2277,76,17089,53,6 +2278,76,17089,53,28 +2279,76,17089,53,1 +2280,76,17089,53,4 +2281,76,17089,53,7 +2282,76,17089,53,8 +2283,76,17089,53,12 +2284,76,17089,53,2 +2285,76,17089,53,9 +2286,76,17089,53,10 +2287,76,17089,53,26 +2288,76,17089,53,7 +2289,76,17089,53,3 +2290,76,17089,53,4 +2291,76,17089,53,2 +2292,76,17089,53,13 +2293,76,17089,53,1 +2294,76,17089,53,0 +2295,76,17089,53,5 +2296,76,17089,53,0 +2297,76,17089,53,1 +2298,76,17089,53,2 +2299,76,17089,53,5 +2300,76,17089,53,1 +2301,76,17089,53,1 +2302,76,17089,53,1 +2303,76,17089,53,8 +2304,76,17089,53,0 +2305,110,17093,53,5 +2306,110,17093,53,6 +2307,111,17093,53,14 +2308,111,17093,53,16 +2309,112,17093,53,7 +2310,112,17093,53,5 +2311,112,17093,53,17 +2312,112,17093,53,9 +2313,112,17093,53,52 +2314,110,17093,53,12 +2315,110,17093,53,17 +2316,111,17093,53,60 +2317,111,17093,53,5 +2318,112,17093,53,5 +2319,112,17093,53,5 +2320,113,17093,53,29 +2321,114,17093,53,48 +2322,115,17093,53,21 +2323,116,17093,53,15 +2324,117,17093,53,17 +2325,118,17093,53,10 +2326,46,17097,53,2 +2327,46,17097,53,8 +2328,46,17097,53,2 +2329,46,17097,53,8 +2330,46,17097,53,3 +2331,46,17097,53,10 +2332,50,17097,53,39 +2333,50,17097,53,14 +2334,50,17097,53,13 +2335,50,17097,53,4 +2336,50,17097,53,4 +2337,50,17097,53,13 +2338,54,17097,53,15 +2339,54,17097,53,3 +2340,54,17097,53,9 +2341,54,17097,53,24 +2342,54,17097,53,5 +2343,54,17097,53,52 +2344,58,17097,53,1 +2345,58,17097,53,13 +2346,58,17097,53,11 +2347,58,17097,53,3 +2348,58,17097,53,5 +2349,58,17097,53,117 +2350,47,17097,53,33 +2351,47,17097,53,2 +2352,47,17097,53,4 +2353,47,17097,53,17 +2354,47,17097,53,11 +2355,47,17097,53,2 +2356,47,17097,53,18 +2357,47,17097,53,14 +2358,47,17097,53,5 +2359,51,17097,53,9 +2360,51,17097,53,18 +2361,51,17097,53,17 +2362,51,17097,53,6 +2363,51,17097,53,4 +2364,51,17097,53,4 +2365,51,17097,53,13 +2366,51,17097,53,11 +2367,51,17097,53,1 +2368,51,17097,53,1 +2369,51,17097,53,11 +2370,51,17097,53,7 +2371,51,17097,53,17 +2372,51,17097,53,10 +2373,51,17097,53,33 +2374,51,17097,53,5 +2375,51,17097,53,19 +2376,51,17097,53,17 +2377,55,17097,53,4 +2378,55,17097,53,10 +2379,55,17097,53,27 +2380,55,17097,53,6 +2381,55,17097,53,6 +2382,55,17097,53,31 +2383,55,17097,53,5 +2384,55,17097,53,4 +2385,55,17097,53,8 +2386,59,17097,53,42 +2387,59,17097,53,12 +2388,59,17097,53,7 +2389,59,17097,53,75 +2390,59,17097,53,29 +2391,59,17097,53,15 +2392,59,17097,53,7 +2393,59,17097,53,25 +2394,59,17097,53,9 +2395,48,17097,53,27 +2396,48,17097,53,8 +2397,48,17097,53,6 +2398,48,17097,53,11 +2399,52,17097,53,4 +2400,52,17097,53,17 +2401,52,17097,53,41 +2402,52,17097,53,33 +2403,52,17097,53,5 +2404,52,17097,53,2 +2405,52,17097,53,3 +2406,52,17097,53,12 +2407,52,17097,53,52 +2408,52,17097,53,19 +2409,52,17097,53,15 +2410,52,17097,53,6 +2411,52,17097,53,24 +2412,52,17097,53,6 +2413,52,17097,53,28 +2414,52,17097,53,13 +2415,52,17097,53,17 +2416,52,17097,53,24 +2417,52,17097,53,13 +2418,52,17097,53,1 +2419,52,17097,53,4 +2420,56,17097,53,41 +2421,56,17097,53,15 +2422,56,17097,53,16 +2423,56,17097,53,2 +2424,56,17097,53,15 +2425,56,17097,53,17 +2426,56,17097,53,1 +2427,56,17097,53,0 +2428,56,17097,53,2 +2429,56,17097,53,11 +2430,56,17097,53,5 +2431,56,17097,53,1 +2432,56,17097,53,26 +2433,56,17097,53,96 +2434,56,17097,53,3 +2435,56,17097,53,18 +2436,56,17097,53,13 +2437,56,17097,53,8 +2438,56,17097,53,0 +2439,56,17097,53,40 +2440,56,17097,53,4 +2441,56,17097,53,10 +2442,56,17097,53,78 +2443,56,17097,53,84 +2444,60,17097,53,30 +2445,60,17097,53,4 +2446,60,17097,53,32 +2447,60,17097,53,0 +2448,60,17097,53,42 +2449,60,17097,53,38 +2450,60,17097,53,3 +2451,60,17097,53,33 +2452,60,17097,53,16 +2453,60,17097,53,24 +2454,60,17097,53,66 +2455,60,17097,53,57 +2456,60,17097,53,29 +2457,60,17097,53,4 +2458,60,17097,53,25 +2459,60,17097,53,62 +2460,60,17097,53,124 +2461,60,17097,53,56 +2462,60,17097,53,19 +2463,60,17097,53,7 +2464,60,17097,53,28 +2465,60,17097,53,14 +2466,60,17097,53,1 +2467,60,17097,53,11 +2468,49,17097,53,3 +2469,49,17097,53,13 +2470,49,17097,53,0 +2471,49,17097,53,0 +2472,49,17097,53,21 +2473,49,17097,53,6 +2474,49,17097,53,33 +2475,49,17097,53,21 +2476,49,17097,53,15 +2477,53,17097,53,0 +2478,53,17097,53,15 +2479,53,17097,53,2 +2480,53,17097,53,3 +2481,53,17097,53,12 +2482,53,17097,53,1 +2483,53,17097,53,3 +2484,53,17097,53,0 +2485,53,17097,53,8 +2486,53,17097,53,2 +2487,53,17097,53,0 +2488,53,17097,53,10 +2489,53,17097,53,0 +2490,53,17097,53,0 +2491,53,17097,53,17 +2492,53,17097,53,3 +2493,53,17097,53,8 +2494,53,17097,53,20 +2495,53,17097,53,8 +2496,53,17097,53,0 +2497,53,17097,53,0 +2498,53,17097,53,1 +2499,53,17097,53,3 +2500,53,17097,53,0 +2501,53,17097,53,6 +2502,53,17097,53,15 +2503,53,17097,53,19 +2504,53,17097,53,7 +2505,53,17097,53,10 +2506,53,17097,53,6 +2507,53,17097,53,43 +2508,53,17097,53,3 +2509,53,17097,53,14 +2510,53,17097,53,2 +2511,53,17097,53,7 +2512,53,17097,53,1 +2513,53,17097,53,2 +2514,53,17097,53,12 +2515,53,17097,53,1 +2516,53,17097,53,4 +2517,53,17097,53,2 +2518,53,17097,53,0 +2519,53,17097,53,2 +2520,53,17097,53,2 +2521,53,17097,53,5 +2522,53,17097,53,2 +2523,53,17097,53,0 +2524,53,17097,53,4 +2525,53,17097,53,2 +2526,53,17097,53,8 +2527,53,17097,53,1 +2528,53,17097,53,2 +2529,57,17097,53,17 +2530,57,17097,53,14 +2531,57,17097,53,4 +2532,57,17097,53,22 +2533,57,17097,53,0 +2534,57,17097,53,2 +2535,57,17097,53,0 +2536,57,17097,53,0 +2537,57,17097,53,0 +2538,57,17097,53,13 +2539,57,17097,53,2 +2540,57,17097,53,1 +2541,57,17097,53,35 +2542,57,17097,53,3 +2543,57,17097,53,6 +2544,57,17097,53,0 +2545,57,17097,53,1 +2546,57,17097,53,2 +2547,57,17097,53,0 +2548,57,17097,53,3 +2549,57,17097,53,107 +2550,57,17097,53,0 +2551,61,17097,53,0 +2552,61,17097,53,0 +2553,61,17097,53,3 +2554,61,17097,53,0 +2555,61,17097,53,23 +2556,61,17097,53,2 +2557,61,17097,53,4 +2558,61,17097,53,6 +2559,61,17097,53,14 +2560,61,17097,53,8 +2561,61,17097,53,11 +2562,61,17097,53,0 +2563,61,17097,53,7 +2564,61,17097,53,6 +2565,61,17097,53,2 +2566,61,17097,53,1 +2567,61,17097,53,7 +2568,61,17097,53,26 +2569,61,17097,53,4 +2570,61,17097,53,6 +2571,61,17097,53,116 +2572,61,17097,53,3 +2573,61,17097,53,9 +2574,61,17097,53,3 +2575,61,17097,53,80 +2576,61,17097,53,4 +2577,61,17097,53,0 +2578,61,17097,53,45 +2579,61,17097,53,4 +2580,61,17097,53,237 +2581,61,17097,53,1 +2582,61,17097,53,9 +2583,61,17097,53,1 +2584,30,17111,53,2 +2585,30,17111,53,5 +2586,30,17111,53,6 +2587,30,17111,53,23 +2588,34,17111,53,5 +2589,34,17111,53,12 +2590,34,17111,53,4 +2591,34,17111,53,3 +2592,38,17111,53,2 +2593,38,17111,53,10 +2594,38,17111,53,6 +2595,38,17111,53,44 +2596,42,17111,53,1 +2597,42,17111,53,4 +2598,42,17111,53,10 +2599,42,17111,53,7 +2600,31,17111,53,6 +2601,31,17111,53,8 +2602,31,17111,53,14 +2603,31,17111,53,10 +2604,35,17111,53,8 +2605,35,17111,53,7 +2606,35,17111,53,5 +2607,35,17111,53,10 +2608,39,17111,53,9 +2609,39,17111,53,3 +2610,39,17111,53,15 +2611,39,17111,53,10 +2612,43,17111,53,17 +2613,43,17111,53,13 +2614,43,17111,53,12 +2615,43,17111,53,9 +2616,32,17111,53,11 +2617,32,17111,53,9 +2618,32,17111,53,6 +2619,32,17111,53,5 +2620,36,17111,53,1 +2621,36,17111,53,8 +2622,36,17111,53,15 +2623,36,17111,53,1 +2624,40,17111,53,37 +2625,40,17111,53,0 +2626,40,17111,53,6 +2627,40,17111,53,13 +2628,40,17111,53,27 +2629,40,17111,53,1 +2630,40,17111,53,20 +2631,40,17111,53,20 +2632,40,17111,53,2 +2633,40,17111,53,1 +2634,40,17111,53,3 +2635,40,17111,53,5 +2636,44,17111,53,4 +2637,44,17111,53,1 +2638,44,17111,53,8 +2639,44,17111,53,4 +2640,44,17111,53,4 +2641,44,17111,53,4 +2642,44,17111,53,3 +2643,44,17111,53,36 +2644,44,17111,53,3 +2645,33,17111,53,19 +2646,33,17111,53,5 +2647,33,17111,53,2 +2648,33,17111,53,7 +2649,33,17111,53,26 +2650,33,17111,53,2 +2651,33,17111,53,9 +2652,37,17111,53,11 +2653,37,17111,53,19 +2654,37,17111,53,7 +2655,37,17111,53,3 +2656,37,17111,53,7 +2657,37,17111,53,10 +2658,37,17111,53,23 +2659,37,17111,53,5 +2660,37,17111,53,1 +2661,37,17111,53,19 +2662,37,17111,53,63 +2663,37,17111,53,15 +2664,41,17111,53,1 +2665,41,17111,53,1 +2666,41,17111,53,27 +2667,41,17111,53,18 +2668,41,17111,53,2 +2669,41,17111,53,15 +2670,41,17111,53,20 +2671,41,17111,53,0 +2672,41,17111,53,6 +2673,41,17111,53,3 +2674,41,17111,53,8 +2675,41,17111,53,49 +2676,41,17111,53,85 +2677,41,17111,53,1 +2678,41,17111,53,1 +2679,45,17111,53,6 +2680,45,17111,53,37 +2681,45,17111,53,4 +2682,45,17111,53,23 +2683,45,17111,53,4 +2684,45,17111,53,20 +2685,45,17111,53,0 +2686,45,17111,53,9 +2687,45,17111,53,15 +2688,45,17111,53,14 +2689,45,17111,53,16 +2690,45,17111,53,40 +2691,45,17111,53,3 +2692,45,17111,53,21 +2693,45,17111,53,28 +2694,45,17111,53,15 +2695,45,17111,53,17 +2696,45,17111,53,12 +2697,45,17111,53,11 +2698,45,17111,53,14 +2699,45,17111,53,1 +2700,45,17111,53,34 +2701,45,17111,53,18 +2702,45,17111,53,1 +2703,87,17197,53,45 +2704,87,17197,53,54 +2705,87,17197,53,6 +2706,87,17197,53,3 +2707,87,17197,53,21 +2708,87,17197,53,9 +2709,87,17197,53,3 +2710,87,17197,53,36 +2711,87,17197,53,8 +2712,89,17197,53,3 +2713,89,17197,53,37 +2714,89,17197,53,10 +2715,89,17197,53,4 +2716,89,17197,53,64 +2717,89,17197,53,8 +2718,89,17197,53,7 +2719,89,17197,53,20 +2720,89,17197,53,41 +2721,92,17197,53,2 +2722,92,17197,53,53 +2723,92,17197,53,121 +2724,92,17197,53,9 +2725,92,17197,53,35 +2726,92,17197,53,10 +2727,92,17197,53,0 +2728,92,17197,53,8 +2729,92,17197,53,9 +2730,92,17197,53,3 +2731,92,17197,53,11 +2732,92,17197,53,15 +2733,96,17197,53,27 +2734,96,17197,53,23 +2735,96,17197,53,14 +2736,96,17197,53,17 +2737,102,17197,53,11 +2738,102,17197,53,1 +2739,102,17197,53,11 +2740,102,17197,53,40 +2741,108,17197,53,13 +2742,108,17197,53,4 +2743,108,17197,53,3 +2744,108,17197,53,5 +2745,88,17197,53,25 +2746,88,17197,53,0 +2747,88,17197,53,1 +2748,88,17197,53,27 +2749,88,17197,53,8 +2750,88,17197,53,19 +2751,88,17197,53,14 +2752,88,17197,53,6 +2753,88,17197,53,2 +2754,88,17197,53,12 +2755,88,17197,53,3 +2756,88,17197,53,12 +2757,88,17197,53,2 +2758,88,17197,53,63 +2759,88,17197,53,68 +2760,88,17197,53,1 +2761,88,17197,53,5 +2762,88,17197,53,26 +2763,88,17197,53,17 +2764,88,17197,53,45 +2765,88,17197,53,17 +2766,90,17197,53,58 +2767,90,17197,53,6 +2768,90,17197,53,6 +2769,90,17197,53,25 +2770,90,17197,53,9 +2771,90,17197,53,36 +2772,90,17197,53,20 +2773,90,17197,53,1 +2774,90,17197,53,3 +2775,90,17197,53,9 +2776,90,17197,53,3 +2777,90,17197,53,3 +2778,90,17197,53,5 +2779,90,17197,53,1 +2780,90,17197,53,6 +2781,93,17197,53,3 +2782,93,17197,53,12 +2783,93,17197,53,21 +2784,93,17197,53,0 +2785,93,17197,53,20 +2786,93,17197,53,22 +2787,93,17197,53,6 +2788,93,17197,53,1 +2789,93,17197,53,2 +2790,93,17197,53,15 +2791,93,17197,53,7 +2792,93,17197,53,5 +2793,93,17197,53,17 +2794,93,17197,53,1 +2795,93,17197,53,0 +2796,93,17197,53,3 +2797,93,17197,53,1 +2798,93,17197,53,19 +2799,93,17197,53,14 +2800,93,17197,53,4 +2801,93,17197,53,1 +2802,93,17197,53,11 +2803,93,17197,53,52 +2804,93,17197,53,0 +2805,93,17197,53,0 +2806,93,17197,53,0 +2807,93,17197,53,6 +2808,93,17197,53,117 +2809,93,17197,53,7 +2810,93,17197,53,23 +2811,93,17197,53,6 +2812,93,17197,53,4 +2813,93,17197,53,9 +2814,93,17197,53,6 +2815,93,17197,53,27 +2816,93,17197,53,3 +2817,93,17197,53,2 +2818,93,17197,53,2 +2819,93,17197,53,2 +2820,93,17197,53,3 +2821,93,17197,53,1 +2822,93,17197,53,0 +2823,93,17197,53,0 +2824,93,17197,53,3 +2825,93,17197,53,106 +2826,97,17197,53,11 +2827,97,17197,53,15 +2828,97,17197,53,4 +2829,97,17197,53,2 +2830,103,17197,53,1 +2831,103,17197,53,1 +2832,103,17197,53,11 +2833,103,17197,53,4 +2834,109,17197,53,12 +2835,109,17197,53,4 +2836,109,17197,53,7 +2837,109,17197,53,5 +2838,91,17197,53,6 +2839,91,17197,53,4 +2840,91,17197,53,32 +2841,91,17197,53,33 +2842,91,17197,53,16 +2843,91,17197,53,9 +2844,91,17197,53,7 +2845,91,17197,53,2 +2846,91,17197,53,3 +2847,94,17197,53,4 +2848,94,17197,53,5 +2849,94,17197,53,5 +2850,94,17197,53,10 +2851,94,17197,53,44 +2852,94,17197,53,53 +2853,94,17197,53,9 +2854,94,17197,53,13 +2855,94,17197,53,11 +2856,98,17197,53,6 +2857,98,17197,53,4 +2858,98,17197,53,3 +2859,98,17197,53,17 +2860,98,17197,53,2 +2861,98,17197,53,4 +2862,98,17197,53,2 +2863,98,17197,53,5 +2864,98,17197,53,5 +2865,104,17197,53,11 +2866,104,17197,53,15 +2867,104,17197,53,4 +2868,104,17197,53,5 +2869,95,17197,53,48 +2870,95,17197,53,27 +2871,95,17197,53,3 +2872,95,17197,53,4 +2873,95,17197,53,70 +2874,95,17197,53,41 +2875,95,17197,53,13 +2876,95,17197,53,9 +2877,95,17197,53,29 +2878,95,17197,53,11 +2879,95,17197,53,110 +2880,95,17197,53,30 +2881,95,17197,53,5 +2882,95,17197,53,41 +2883,95,17197,53,10 +2884,99,17197,53,12 +2885,99,17197,53,2 +2886,99,17197,53,4 +2887,99,17197,53,6 +2888,99,17197,53,4 +2889,99,17197,53,7 +2890,99,17197,53,4 +2891,99,17197,53,3 +2892,99,17197,53,6 +2893,105,17197,53,7 +2894,105,17197,53,6 +2895,105,17197,53,11 +2896,105,17197,53,13 +2897,100,17197,53,6 +2898,100,17197,53,7 +2899,100,17197,53,20 +2900,100,17197,53,6 +2901,100,17197,53,7 +2902,100,17197,53,2 +2903,100,17197,53,4 +2904,100,17197,53,3 +2905,100,17197,53,6 +2906,106,17197,53,10 +2907,106,17197,53,8 +2908,106,17197,53,15 +2909,106,17197,53,13 +2910,101,17197,53,30 +2911,101,17197,53,17 +2912,101,17197,53,9 +2913,101,17197,53,8 +2914,101,17197,53,5 +2915,101,17197,53,8 +2916,101,17197,53,7 +2917,101,17197,53,9 +2918,101,17197,53,4 +2919,101,17197,53,3 +2920,101,17197,53,6 +2921,107,17197,53,24 +2922,107,17197,53,13 +2923,107,17197,53,4 +2924,107,17197,53,9 +2925,107,17197,53,25 +2926,107,17197,53,6 +2927,119,17063,53,0 +2928,119,17063,53,0 +2929,119,17063,53,0 +2930,119,17063,53,0 +2931,119,17063,53,9 +2932,119,17063,53,0 +2933,119,17063,53,0 +2934,119,17063,53,0 +2935,119,17063,53,27 +2936,119,17063,53,0 +2937,119,17063,53,6 +2938,119,17063,53,0 +2939,119,17063,53,54 +2940,119,17063,53,0 +2941,119,17063,53,0 +2942,119,17063,53,9 +2943,119,17063,53,1 +2944,119,17063,53,0 +2945,119,17063,53,0 +2946,119,17063,53,39 +2947,119,17063,53,5 +2948,119,17063,53,0 +2949,119,17063,53,55 +2950,119,17063,53,0 +2951,120,17007,53,0 +2952,120,17007,53,0 +2953,120,17007,53,8 +2954,120,17007,53,0 +2955,120,17007,53,5 +2956,120,17007,53,0 +2957,120,17007,53,4 +2958,120,17007,53,36 +2959,120,17007,53,2 +2960,120,17007,53,0 +2961,120,17007,53,4 +2962,120,17007,53,0 +2963,120,17007,53,8 +2964,120,17007,53,0 +2965,120,17007,53,0 +2966,120,17007,53,0 +2967,120,17007,53,0 +2968,120,17007,53,0 +2969,120,17007,53,0 +2970,120,17007,53,22 +2971,120,17007,53,0 +2972,120,17007,53,0 +2973,120,17007,53,0 +2974,120,17007,53,0 +2975,120,17007,53,0 +2976,121,17037,53,1 +2977,121,17037,53,24 +2978,121,17037,53,0 +2979,121,17037,53,0 +2980,121,17037,53,0 +2981,121,17037,53,0 +2982,121,17037,53,0 +2983,121,17037,53,3 +2984,121,17037,53,0 +2985,121,17037,53,0 +2986,121,17037,53,0 +2987,121,17037,53,0 +2988,121,17037,53,0 +2989,121,17037,53,8 +2990,121,17037,53,0 +2991,121,17037,53,7 +2992,121,17037,53,97 +2993,121,17037,53,100 +2994,121,17037,53,0 +2995,121,17037,53,17 +2996,121,17037,53,23 +2997,121,17037,53,0 +2998,121,17037,53,27 +2999,121,17037,53,0 +3000,121,17037,53,11 +3001,121,17037,53,2 +3002,121,17037,53,0 +3003,121,17037,53,0 +3004,121,17037,53,6 +3005,121,17037,53,2 +3006,121,17037,53,0 +3007,121,17037,53,0 +3008,121,17037,53,0 +3009,121,17037,53,0 +3010,121,17037,53,0 +3011,121,17037,53,0 +3012,121,17037,53,0 +3013,121,17037,53,0 +3014,121,17037,53,0 +3015,121,17037,53,0 +3016,121,17037,53,0 +3017,121,17037,53,0 +3018,121,17037,53,0 +3019,121,17037,53,5 +3020,121,17037,53,0 +3021,121,17037,53,0 +3022,122,17091,53,0 +3023,122,17091,53,0 +3024,122,17091,53,0 +3025,122,17091,53,0 +3026,122,17091,53,0 +3027,122,17091,53,0 +3028,122,17091,53,8 +3029,122,17091,53,0 +3030,122,17091,53,0 +3031,122,17091,53,0 +3032,122,17091,53,0 +3033,122,17091,53,0 +3034,122,17091,53,0 +3035,122,17091,53,2 +3036,122,17091,53,0 +3037,122,17091,53,5 +3038,122,17091,53,19 +3039,122,17091,53,0 +3040,122,17091,53,0 +3041,122,17091,53,0 +3042,122,17091,53,0 +3043,122,17091,53,10 +3044,122,17091,53,12 +3045,122,17091,53,3 +3046,122,17091,53,0 +3047,122,17091,53,6 +3048,122,17091,53,0 +3049,122,17091,53,0 +3050,122,17091,53,122 +3051,122,17091,53,34 +3052,122,17091,53,0 +3053,122,17091,53,46 +3054,122,17091,53,24 +3055,122,17091,53,2 +3056,122,17091,53,13 +3057,122,17091,53,3 +3058,122,17091,53,0 +3059,122,17091,53,3 +3060,122,17091,53,0 +3061,122,17091,53,0 +3062,122,17091,53,0 +3063,122,17091,53,6 +3064,122,17091,53,0 +3065,122,17091,53,0 +3066,122,17091,53,0 +3067,122,17091,53,0 +3068,122,17091,53,9 +3069,122,17091,53,4 +3070,122,17091,53,6 +3071,122,17091,53,6 +3072,122,17091,53,0 +3073,122,17091,53,14 +3074,126,17099,53,0 +3075,126,17099,53,0 +3076,126,17099,53,31 +3077,126,17099,53,0 +3078,126,17099,53,0 +3079,126,17099,53,0 +3080,126,17099,53,0 +3081,126,17099,53,2 +3082,126,17099,53,0 +3083,126,17099,53,0 +3084,126,17099,53,0 +3085,126,17099,53,0 +3086,126,17099,53,0 +3087,126,17099,53,3 +3088,126,17099,53,0 +3089,126,17099,53,0 +3090,126,17099,53,0 +3091,126,17099,53,0 +3092,126,17099,53,0 +3093,126,17099,53,0 +3094,126,17099,53,0 +3095,126,17099,53,0 +3096,126,17099,53,7 +3097,126,17099,53,80 +3098,126,17099,53,0 +3099,126,17099,53,35 +3100,126,17099,53,0 +3101,126,17099,53,0 +3102,126,17099,53,0 +3103,126,17099,53,0 +3104,126,17099,53,0 +3105,126,17099,53,0 +3106,126,17099,53,0 +3107,126,17099,53,15 +3108,126,17099,53,0 +3109,126,17099,53,94 +3110,126,17099,53,23 +3111,126,17099,53,5 +3112,126,17099,53,0 +3113,126,17099,53,0 +3114,126,17099,53,8 +3115,126,17099,53,0 +3116,126,17099,53,4 +3117,126,17099,53,6 +3118,126,17099,53,0 +3119,126,17099,53,0 +3120,126,17099,53,9 +3121,126,17099,53,0 +3122,126,17099,53,22 +3123,126,17099,53,0 +3124,126,17099,53,0 +3125,126,17099,53,0 +3126,126,17099,53,0 +3127,126,17099,53,0 +3128,126,17099,53,0 +3129,126,17099,53,0 +3130,126,17099,53,0 +3131,126,17099,53,0 +3132,126,17099,53,0 +3133,126,17099,53,5 +3134,126,17099,53,0 +3135,126,17099,53,0 +3136,126,17099,53,21 +3137,126,17099,53,0 +3138,126,17099,53,0 +3139,126,17099,53,0 +3140,126,17099,53,7 +3141,126,17099,53,0 +3142,126,17099,53,0 +3143,126,17099,53,0 +3144,126,17099,53,1 +3145,126,17099,53,0 +3146,125,17103,53,0 +3147,125,17103,53,0 +3148,125,17103,53,0 +3149,125,17103,53,5 +3150,125,17103,53,0 +3151,125,17103,53,0 +3152,124,17141,53,0 +3153,124,17141,53,0 +3154,124,17141,53,0 +3155,124,17141,53,0 +3156,124,17141,53,5 +3157,124,17141,53,23 +3158,124,17141,53,0 +3159,124,17141,53,0 +3160,124,17141,53,2 +3161,124,17141,53,42 +3162,124,17141,53,0 +3163,124,17141,53,0 +3164,124,17141,53,9 +3165,124,17141,53,0 +3166,124,17141,53,0 +3167,124,17141,53,0 +3168,124,17141,53,2 +3169,123,17201,53,0 +3170,123,17201,53,0 +3171,123,17201,53,0 +3172,123,17201,53,6 +3173,123,17201,53,4 +3174,123,17201,53,1 +3175,123,17201,53,0 +3176,123,17201,53,0 +3177,123,17201,53,0 +3178,123,17201,53,73 +3179,123,17201,53,0 +3180,123,17201,53,0 +3181,123,17201,53,6 +3182,123,17201,53,0 +3183,123,17201,53,0 +3184,123,17201,53,0 +3185,123,17201,53,0 +3186,123,17201,53,0 +3187,123,17201,53,5 +3188,123,17201,53,3 +3189,123,17201,53,0 +3190,123,17201,53,1 +3191,123,17201,53,0 +3192,123,17201,53,4 +3193,123,17201,53,10 +3194,123,17201,53,0 +3195,123,17201,53,0 +3196,123,17201,53,0 +3197,123,17201,53,0 +3198,123,17201,53,0 +3199,123,17201,53,0 +3200,123,17201,53,0 +3201,123,17201,53,55 +3202,123,17201,53,83 +3203,123,17201,53,4 +3204,123,17201,53,0 +3205,123,17201,53,9 +3206,123,17201,53,42 +3207,123,17201,53,2 +3208,123,17201,53,29 +3209,123,17201,53,59 +3210,123,17201,53,20 +3211,123,17201,53,8 +3212,123,17201,53,80 +3213,123,17201,53,119 +3214,123,17201,53,80 +3215,123,17201,53,7 +3216,123,17201,53,61 +3217,123,17201,53,339 +3218,123,17201,53,72 +3219,123,17201,53,108 +3220,123,17201,53,58 +3221,123,17201,53,32 +3222,123,17201,53,0 +3223,123,17201,53,0 +3224,123,17201,53,0 +3225,123,17201,53,0 +3226,123,17201,53,5 +3227,123,17201,53,13 +3228,123,17201,53,0 +3229,123,17201,53,22 +3230,123,17201,53,17 +3231,123,17201,53,0 +3232,123,17201,53,0 +3233,123,17201,53,0 +3234,123,17201,53,0 +3235,123,17201,53,5 +3236,123,17201,53,0 +3237,123,17201,53,0 +3238,123,17201,53,0 +3239,123,17201,53,13 +3240,123,17201,53,4 +3241,123,17201,53,0 +3242,123,17201,53,0 +3243,123,17201,53,0 +3244,123,17201,53,0 +3245,123,17201,53,0 +3246,123,17201,53,0 +3247,123,17201,53,2 +3248,127,18089,53,0 +3249,127,18089,53,0 +3250,127,18089,53,3 +3251,127,18089,53,0 +3252,127,18089,53,0 +3253,127,18089,53,7 +3254,127,18089,53,0 +3255,127,18089,53,0 +3256,127,18089,53,3 +3257,127,18089,53,12 +3258,127,18089,53,0 +3259,127,18089,53,0 +3260,127,18089,53,9 +3261,127,18089,53,3 +3262,127,18089,53,0 +3263,127,18089,53,0 +3264,127,18089,53,0 +3265,127,18089,53,0 +3266,127,18089,53,4 +3267,127,18089,53,4 +3268,127,18089,53,0 +3269,127,18089,53,2 +3270,127,18089,53,0 +3271,127,18089,53,0 +3272,127,18089,53,0 +3273,127,18089,53,9 +3274,127,18089,53,0 +3275,127,18089,53,0 +3276,127,18089,53,50 +3277,127,18089,53,30 +3278,127,18089,53,0 +3279,127,18089,53,1 +3280,127,18089,53,21 +3281,127,18089,53,1 +3282,127,18089,53,9 +3283,127,18089,53,9 +3284,127,18089,53,1 +3285,127,18089,53,0 +3286,127,18089,53,0 +3287,127,18089,53,0 +3288,127,18089,53,0 +3289,127,18089,53,0 +3290,127,18089,53,0 +3291,127,18089,53,0 +3292,127,18089,53,8 +3293,127,18089,53,5 +3294,127,18089,53,15 +3295,127,18089,53,101 +3296,127,18089,53,1 +3297,127,18089,53,36 +3298,127,18089,53,73 +3299,127,18089,53,19 +3300,127,18089,53,10 +3301,127,18089,53,67 +3302,127,18089,53,0 +3303,127,18089,53,1 +3304,127,18089,53,8 +3305,127,18089,53,2 +3306,127,18089,53,55 +3307,127,18089,53,42 +3308,127,18089,53,31 +3309,127,18089,53,87 +3310,127,18089,53,34 +3311,127,18089,53,8 +3312,127,18089,53,43 +3313,127,18089,53,4 +3314,127,18089,53,30 +3315,127,18089,53,6 +3316,127,18089,53,173 +3317,127,18089,53,112 +3318,127,18089,53,26 +3319,127,18089,53,10 +3320,127,18089,53,12 +3321,127,18089,53,14 +3322,127,18089,53,10 +3323,127,18089,53,2 +3324,127,18089,53,3 +3325,127,18089,53,116 +3326,127,18089,53,51 +3327,127,18089,53,160 +3328,127,18089,53,213 +3329,127,18089,53,21 +3330,127,18089,53,111 +3331,127,18089,53,35 +3332,127,18089,53,8 +3333,127,18089,53,189 +3334,127,18089,53,7 +3335,127,18089,53,0 +3336,127,18089,53,2 +3337,127,18089,53,3 +3338,127,18089,53,1 +3339,127,18089,53,83 +3340,127,18089,53,0 +3341,127,18089,53,29 +3342,127,18089,53,22 +3343,127,18089,53,46 +3344,127,18089,53,7 +3345,129,18091,53,0 +3346,129,18091,53,0 +3347,129,18091,53,0 +3348,129,18091,53,0 +3349,129,18091,53,0 +3350,129,18091,53,6 +3351,129,18091,53,0 +3352,129,18091,53,1 +3353,129,18091,53,9 +3354,129,18091,53,22 +3355,129,18091,53,0 +3356,129,18091,53,35 +3357,129,18091,53,0 +3358,129,18091,53,0 +3359,129,18091,53,0 +3360,129,18091,53,13 +3361,129,18091,53,21 +3362,129,18091,53,16 +3363,129,18091,53,0 +3364,129,18091,53,2 +3365,129,18091,53,0 +3366,129,18091,53,0 +3367,129,18091,53,6 +3368,129,18091,53,0 +3369,129,18091,53,0 +3370,129,18091,53,0 +3371,129,18091,53,0 +3372,129,18091,53,4 +3373,129,18091,53,38 +3374,129,18091,53,0 +3375,129,18091,53,10 +3376,129,18091,53,0 +3377,129,18091,53,1 +3378,129,18091,53,0 +3379,129,18091,53,0 +3380,129,18091,53,0 +3381,129,18091,53,0 +3382,129,18091,53,0 +3383,129,18091,53,0 +3384,129,18091,53,5 +3385,129,18091,53,0 +3386,129,18091,53,11 +3387,129,18091,53,71 +3388,129,18091,53,0 +3389,129,18091,53,0 +3390,129,18091,53,0 +3391,129,18091,53,1 +3392,129,18091,53,0 +3393,129,18091,53,3 +3394,129,18091,53,0 +3395,129,18091,53,0 +3396,129,18091,53,92 +3397,129,18091,53,28 +3398,129,18091,53,0 +3399,129,18091,53,1 +3400,129,18091,53,7 +3401,128,18127,53,0 +3402,128,18127,53,0 +3403,128,18127,53,0 +3404,128,18127,53,0 +3405,128,18127,53,0 +3406,128,18127,53,0 +3407,128,18127,53,0 +3408,128,18127,53,12 +3409,128,18127,53,0 +3410,128,18127,53,0 +3411,128,18127,53,2 +3412,128,18127,53,0 +3413,128,18127,53,0 +3414,128,18127,53,0 +3415,128,18127,53,1 +3416,128,18127,53,0 +3417,128,18127,53,0 +3418,128,18127,53,1 +3419,128,18127,53,35 +3420,128,18127,53,6 +3421,128,18127,53,0 +3422,128,18127,53,71 +3423,128,18127,53,3 +3424,128,18127,53,0 +3425,128,18127,53,30 +3426,128,18127,53,0 +3427,128,18127,53,0 +3428,128,18127,53,2 +3429,128,18127,53,1 +3430,128,18127,53,6 +3431,128,18127,53,12 +3432,128,18127,53,0 +3433,128,18127,53,98 +3434,128,18127,53,0 +3435,128,18127,53,1 +3436,128,18127,53,1 +3437,128,18127,53,0 +3438,128,18127,53,0 +3439,128,18127,53,0 +3440,128,18127,53,2 +3441,128,18127,53,32 +3442,128,18127,53,0 +3443,128,18127,53,0 +3444,128,18127,53,0 +3445,128,18127,53,0 +3446,128,18127,53,32 +3447,128,18127,53,4 +3448,128,18127,53,1 +3449,128,18127,53,17 +3450,128,18127,53,5 +3451,128,18127,53,2 +3452,128,18127,53,4 +3453,128,18127,53,5 +3454,128,18127,53,2 +3455,128,18127,53,43 +3456,128,18127,53,6 +3457,128,18127,53,31 +3458,128,18127,53,4 +3459,128,18127,53,0 +3460,128,18127,53,0 +3461,128,18127,53,2 +3462,128,18127,53,0 +3463,128,18127,53,42 +3464,128,18127,53,0 +3465,128,18127,53,0 +3466,128,18127,53,8 +3467,128,18127,53,0 +3468,130,55059,53,3 +3469,130,55059,53,2 +3470,130,55059,53,0 +3471,130,55059,53,0 +3472,130,55059,53,1 +3473,130,55059,53,1 +3474,130,55059,53,0 +3475,130,55059,53,0 +3476,130,55059,53,0 +3477,130,55059,53,0 +3478,130,55059,53,2 +3479,130,55059,53,1 +3480,130,55059,53,0 +3481,130,55059,53,0 +3482,130,55059,53,8 +3483,130,55059,53,0 +3484,130,55059,53,0 +3485,130,55059,53,4 +3486,130,55059,53,18 +3487,130,55059,53,1 +3488,130,55059,53,1 +3489,130,55059,53,0 +3490,130,55059,53,0 +3491,130,55059,53,96 +3492,130,55059,53,85 +3493,130,55059,53,23 +3494,130,55059,53,9 +3495,130,55059,53,6 +3496,130,55059,53,56 +3497,130,55059,53,0 +3498,130,55059,53,0 +3499,130,55059,53,0 +3500,130,55059,53,6 +3501,130,55059,53,32 +3502,130,55059,53,4 +3503,130,55059,53,0 +3504,130,55059,53,72 +3505,130,55059,53,0 +3506,130,55059,53,0 +3507,130,55059,53,9 +3508,130,55059,53,1 +3509,130,55059,53,3 +3510,130,55059,53,64 +3511,130,55059,53,20 +3512,130,55059,53,0 +3513,131,55101,53,0 +3514,131,55101,53,0 +3515,131,55101,53,1 +3516,131,55101,53,0 +3517,131,55101,53,12 +3518,131,55101,53,37 +3519,131,55101,53,2 +3520,131,55101,53,0 +3521,131,55101,53,0 +3522,131,55101,53,0 +3523,131,55101,53,0 +3524,131,55101,53,0 +3525,131,55101,53,0 +3526,131,55101,53,0 +3527,131,55101,53,2 +3528,131,55101,53,0 +3529,131,55101,53,0 +3530,131,55101,53,26 +3531,131,55101,53,5 +3532,131,55101,53,0 +3533,131,55101,53,5 +3534,131,55101,53,3 +3535,131,55101,53,6 +3536,131,55101,53,0 +3537,131,55101,53,105 +3538,131,55101,53,0 +3539,131,55101,53,0 +3540,131,55101,53,11 +3541,131,55101,53,0 +3542,131,55101,53,0 +3543,131,55101,53,3 +3544,131,55101,53,68 +3545,131,55101,53,9 +3546,131,55101,53,43 +3547,131,55101,53,22 +3548,131,55101,53,0 +3549,131,55101,53,5 +3550,131,55101,53,0 +3551,131,55101,53,3 +3552,131,55101,53,0 +3553,131,55101,53,0 +3554,131,55101,53,0 +3555,131,55101,53,0 +3556,131,55101,53,0 +3557,131,55101,53,0 +3558,131,55101,53,1 +3559,131,55101,53,73 +3560,131,55101,53,2 +3561,131,55101,53,0 +3562,131,55101,53,0 +3563,131,55101,53,0 +3564,131,55101,53,19 +3565,131,55101,53,81 +3566,131,55101,53,1 +3567,131,55101,53,30 +3568,131,55101,53,0 +3569,132,55127,53,0 +3570,132,55127,53,32 +3571,132,55127,53,0 +3572,132,55127,53,0 +3573,132,55127,53,1 +3574,132,55127,53,1 +3575,132,55127,53,0 +3576,132,55127,53,2 +3577,132,55127,53,16 +3578,132,55127,53,0 +3579,132,55127,53,0 +3580,132,55127,53,0 +3581,132,55127,53,0 +3582,132,55127,53,0 +3583,132,55127,53,5 +3584,132,55127,53,0 +3585,132,55127,53,0 +3586,132,55127,53,3 +3587,132,55127,53,0 +3588,132,55127,53,0 +3589,132,55127,53,18 +3590,132,55127,53,0 +3591,132,55127,53,0 +3592,132,55127,53,0 +3593,132,55127,53,1 +3594,132,55127,53,0 +3595,132,55127,53,102 +3596,132,55127,53,0 +3597,132,55127,53,0 +3598,132,55127,53,0 +3599,132,55127,53,2 +3600,132,55127,53,0 +3601,132,55127,53,0 +3602,132,55127,53,5 +3603,132,55127,53,5 +3604,132,55127,53,0 +3605,132,55127,53,0 +3606,132,55127,53,0 +3607,132,55127,53,2 +3608,132,55127,53,0 +3609,132,55127,53,0 +3610,132,55127,53,53 +3611,132,55127,53,0 +3612,132,55127,53,1 +3613,132,55127,53,0 +3614,132,55127,53,0 +3615,132,55127,53,0 +3616,132,55127,53,0 +3617,132,55127,53,0 +3618,132,55127,53,0 +3619,132,55127,53,0 +3620,132,55127,53,0 +3621,132,55127,53,0 +3622,132,55127,53,0 +3623,132,55127,53,0 +3624,132,55127,53,0 +3625,132,55127,53,26 +3626,132,55127,53,33 +3627,132,55127,53,1 +3628,132,55127,53,0 +3629,132,55127,53,0 +3630,132,55127,53,7 +3631,132,55127,53,0 +3632,132,55127,53,9 +1,17,17031,54,33 +2,17,17031,54,577 +3,17,17031,54,1772 +4,17,17031,54,240 +5,17,17031,54,874 +6,17,17031,54,362 +7,17,17031,54,332 +8,17,17031,54,45 +9,17,17031,54,17 +10,17,17031,54,1584 +11,17,17031,54,1170 +12,17,17031,54,2692 +13,17,17031,54,3875 +14,17,17031,54,416 +15,17,17031,54,340 +16,17,17031,54,3019 +17,17,17031,54,1756 +18,17,17031,54,4550 +19,17,17031,54,165 +20,17,17031,54,356 +21,17,17031,54,3434 +22,17,17031,54,6487 +23,17,17031,54,3934 +24,17,17031,54,2236 +25,17,17031,54,501 +26,17,17031,54,484 +27,17,17031,54,3935 +28,17,17031,54,6763 +29,17,17031,54,4276 +30,17,17031,54,1835 +31,17,17031,54,5 +32,17,17031,54,173 +33,17,17031,54,1013 +34,17,17031,54,1534 +35,17,17031,54,1443 +36,17,17031,54,583 +37,17,17031,54,31 +38,17,17031,54,183 +39,17,17031,54,109 +40,17,17031,54,182 +41,17,17031,54,160 +42,17,17031,54,6 +43,17,17031,54,26 +44,17,17031,54,32 +45,17,17031,54,14 +46,17,17031,54,12 +47,17,17031,54,133 +48,17,17031,54,257 +49,17,17031,54,520 +50,17,17031,54,175 +51,17,17031,54,230 +52,17,17031,54,69 +53,17,17031,54,208 +54,17,17031,54,253 +55,17,17031,54,494 +56,17,17031,54,560 +57,17,17031,54,1748 +58,17,17031,54,608 +59,17,17031,54,876 +60,17,17031,54,732 +61,17,17031,54,1041 +62,17,17031,54,83 +63,17,17031,54,967 +64,17,17031,54,106 +65,17,17031,54,48 +66,17,17031,54,67 +67,17,17031,54,18 +68,17,17031,54,101 +69,17,17031,54,10 +70,17,17031,54,253 +71,17,17031,54,9 +72,17,17031,54,293 +73,17,17031,54,262 +74,17,17031,54,437 +75,17,17031,54,259 +76,17,17031,54,611 +77,17,17031,54,6 +78,14,17031,54,228 +79,14,17031,54,203 +80,14,17031,54,276 +81,14,17031,54,388 +82,14,17031,54,202 +83,14,17031,54,334 +84,14,17031,54,392 +85,14,17031,54,190 +86,14,17031,54,421 +87,14,17031,54,290 +88,14,17031,54,91 +89,14,17031,54,85 +90,17,17031,54,154 +91,17,17031,54,363 +92,17,17031,54,243 +93,17,17031,54,212 +94,17,17031,54,227 +95,17,17031,54,560 +96,17,17031,54,374 +97,17,17031,54,583 +98,17,17031,54,79 +99,17,17031,54,119 +100,17,17031,54,241 +101,17,17031,54,112 +102,17,17031,54,69 +103,17,17031,54,129 +104,17,17031,54,180 +105,17,17031,54,217 +106,17,17031,54,127 +107,17,17031,54,128 +108,17,17031,54,59 +109,17,17031,54,30 +110,17,17031,54,172 +111,17,17031,54,203 +112,17,17031,54,463 +113,17,17031,54,19 +114,17,17031,54,21 +115,17,17031,54,8 +116,17,17031,54,68 +117,17,17031,54,52 +118,17,17031,54,84 +119,17,17031,54,108 +120,17,17031,54,54 +121,17,17031,54,182 +122,8,17031,54,192 +123,12,17031,54,61 +124,12,17031,54,659 +125,12,17031,54,187 +126,12,17031,54,0 +127,12,17031,54,155 +128,12,17031,54,224 +129,12,17031,54,3 +130,12,17031,54,167 +131,12,17031,54,28 +132,12,17031,54,1163 +133,12,17031,54,239 +134,12,17031,54,101 +135,12,17031,54,340 +136,12,17031,54,21 +137,12,17031,54,77 +138,12,17031,54,40 +139,12,17031,54,288 +140,12,17031,54,31 +141,9,17031,54,18 +142,9,17031,54,14 +143,9,17031,54,116 +144,9,17031,54,53 +145,9,17031,54,68 +146,9,17031,54,34 +147,12,17031,54,43 +148,12,17031,54,6 +149,12,17031,54,150 +150,12,17031,54,10 +151,12,17031,54,38 +152,12,17031,54,131 +153,12,17031,54,37 +154,10,17031,54,3 +155,10,17031,54,34 +156,10,17031,54,13 +157,10,17031,54,20 +158,10,17031,54,0 +159,10,17031,54,57 +160,10,17031,54,33 +161,10,17031,54,38 +162,10,17031,54,17 +163,11,17031,54,110 +164,11,17031,54,80 +165,11,17031,54,86 +166,11,17031,54,58 +167,10,17031,54,67 +168,10,17031,54,72 +169,10,17031,54,39 +170,10,17031,54,46 +171,11,17031,54,137 +172,11,17031,54,46 +173,11,17031,54,31 +174,11,17031,54,174 +175,11,17031,54,149 +176,11,17031,54,1 +177,11,17031,54,170 +178,11,17031,54,1 +179,13,17031,54,8 +180,13,17031,54,56 +181,13,17031,54,46 +182,13,17031,54,53 +183,13,17031,54,81 +184,13,17031,54,77 +185,13,17031,54,4 +186,13,17031,54,102 +187,13,17031,54,112 +188,13,17031,54,28 +189,13,17031,54,13 +190,13,17031,54,21 +191,13,17031,54,54 +192,13,17031,54,37 +193,13,17031,54,35 +194,13,17031,54,254 +195,13,17031,54,56 +196,13,17031,54,59 +197,13,17031,54,0 +198,13,17031,54,114 +199,13,17031,54,42 +200,13,17031,54,101 +201,13,17031,54,65 +202,13,17031,54,74 +203,13,17031,54,83 +204,13,17031,54,29 +205,13,17031,54,47 +206,13,17031,54,45 +207,13,17031,54,10 +208,13,17031,54,109 +209,13,17031,54,287 +210,13,17031,54,135 +211,13,17031,54,45 +212,13,17031,54,52 +213,13,17031,54,9 +214,13,17031,54,60 +215,13,17031,54,111 +216,13,17031,54,3 +217,13,17031,54,54 +218,13,17031,54,96 +219,13,17031,54,184 +220,13,17031,54,10 +221,13,17031,54,46 +222,13,17031,54,39 +223,13,17031,54,114 +224,13,17031,54,73 +225,13,17031,54,172 +226,13,17031,54,22 +227,13,17031,54,70 +228,13,17031,54,150 +229,13,17031,54,94 +230,13,17031,54,28 +231,13,17031,54,245 +232,13,17031,54,156 +233,13,17031,54,68 +234,13,17031,54,111 +235,13,17031,54,170 +236,13,17031,54,148 +237,13,17031,54,50 +238,13,17031,54,98 +239,13,17031,54,205 +240,13,17031,54,71 +241,13,17031,54,87 +242,13,17031,54,110 +243,13,17031,54,89 +244,13,17031,54,48 +245,13,17031,54,53 +246,13,17031,54,53 +247,13,17031,54,40 +248,13,17031,54,71 +249,13,17031,54,66 +250,13,17031,54,38 +251,13,17031,54,57 +252,13,17031,54,113 +253,13,17031,54,93 +254,13,17031,54,33 +255,13,17031,54,236 +256,13,17031,54,132 +257,13,17031,54,172 +258,13,17031,54,28 +259,13,17031,54,80 +260,13,17031,54,140 +261,13,17031,54,189 +262,13,17031,54,232 +263,13,17031,54,71 +264,13,17031,54,97 +265,13,17031,54,148 +266,13,17031,54,118 +267,13,17031,54,20 +268,13,17031,54,29 +269,13,17031,54,73 +270,13,17031,54,152 +271,13,17031,54,404 +272,13,17031,54,399 +273,13,17031,54,100 +274,13,17031,54,63 +275,13,17031,54,45 +276,13,17031,54,112 +277,13,17031,54,183 +278,13,17031,54,148 +279,13,17031,54,120 +280,13,17031,54,127 +281,13,17031,54,66 +282,13,17031,54,96 +283,13,17031,54,145 +284,13,17031,54,80 +285,13,17031,54,40 +286,13,17031,54,73 +287,13,17031,54,36 +288,13,17031,54,417 +289,13,17031,54,36 +290,13,17031,54,88 +291,13,17031,54,415 +292,13,17031,54,75 +293,13,17031,54,182 +294,13,17031,54,159 +295,13,17031,54,102 +296,13,17031,54,99 +297,13,17031,54,114 +298,13,17031,54,136 +299,13,17031,54,101 +300,13,17031,54,100 +301,13,17031,54,111 +302,13,17031,54,433 +303,13,17031,54,116 +304,13,17031,54,175 +305,13,17031,54,77 +306,13,17031,54,158 +307,13,17031,54,100 +308,14,17031,54,96 +309,14,17031,54,95 +310,14,17031,54,79 +311,14,17031,54,122 +312,14,17031,54,77 +313,14,17031,54,125 +314,14,17031,54,183 +315,14,17031,54,180 +316,14,17031,54,226 +317,14,17031,54,147 +318,14,17031,54,226 +319,14,17031,54,178 +320,14,17031,54,122 +321,14,17031,54,227 +322,14,17031,54,0 +323,14,17031,54,113 +324,14,17031,54,201 +325,14,17031,54,581 +326,14,17031,54,503 +327,14,17031,54,185 +328,14,17031,54,262 +329,14,17031,54,95 +330,14,17031,54,314 +331,14,17031,54,39 +332,14,17031,54,60 +333,14,17031,54,214 +334,14,17031,54,179 +335,14,17031,54,165 +336,14,17031,54,229 +337,14,17031,54,170 +338,14,17031,54,261 +339,14,17031,54,299 +340,14,17031,54,152 +341,14,17031,54,74 +342,14,17031,54,138 +343,14,17031,54,101 +344,14,17031,54,145 +345,14,17031,54,96 +346,14,17031,54,135 +347,14,17031,54,379 +348,14,17031,54,181 +349,14,17031,54,153 +350,14,17031,54,236 +351,14,17031,54,29 +352,14,17031,54,295 +353,14,17031,54,0 +354,14,17031,54,309 +355,16,17031,54,126 +356,16,17031,54,24 +357,16,17031,54,47 +358,16,17031,54,231 +359,16,17031,54,31 +360,16,17031,54,59 +361,16,17031,54,127 +362,16,17031,54,48 +363,16,17031,54,62 +364,16,17031,54,81 +365,16,17031,54,38 +366,16,17031,54,32 +367,16,17031,54,38 +368,16,17031,54,74 +369,16,17031,54,65 +370,16,17031,54,0 +371,16,17031,54,80 +372,16,17031,54,36 +373,16,17031,54,17 +374,16,17031,54,23 +375,16,17031,54,23 +376,16,17031,54,23 +377,16,17031,54,60 +378,16,17031,54,81 +379,16,17031,54,217 +380,16,17031,54,121 +381,16,17031,54,86 +382,16,17031,54,26 +383,16,17031,54,18 +384,16,17031,54,46 +385,16,17031,54,22 +386,16,17031,54,95 +387,16,17031,54,156 +388,16,17031,54,111 +389,16,17031,54,85 +390,16,17031,54,27 +391,16,17031,54,17 +392,16,17031,54,11 +393,16,17031,54,340 +394,16,17031,54,23 +395,16,17031,54,25 +396,16,17031,54,114 +397,16,17031,54,35 +398,16,17031,54,17 +399,16,17031,54,19 +400,16,17031,54,9 +401,16,17031,54,60 +402,16,17031,54,8 +403,16,17031,54,63 +404,16,17031,54,22 +405,16,17031,54,41 +406,16,17031,54,22 +407,16,17031,54,58 +408,16,17031,54,68 +409,16,17031,54,43 +410,16,17031,54,98 +411,16,17031,54,26 +412,16,17031,54,52 +413,16,17031,54,54 +414,16,17031,54,18 +415,16,17031,54,67 +416,16,17031,54,155 +417,16,17031,54,1740 +418,16,17031,54,33 +419,16,17031,54,161 +420,16,17031,54,203 +421,16,17031,54,37 +422,16,17031,54,59 +423,16,17031,54,31 +424,16,17031,54,113 +425,16,17031,54,95 +426,16,17031,54,103 +427,16,17031,54,82 +428,16,17031,54,11 +429,16,17031,54,141 +430,16,17031,54,145 +431,16,17031,54,89 +432,16,17031,54,632 +433,16,17031,54,138 +434,16,17031,54,236 +435,16,17031,54,43 +436,16,17031,54,57 +437,16,17031,54,47 +438,16,17031,54,98 +439,16,17031,54,68 +440,16,17031,54,107 +441,17,17031,54,26 +442,17,17031,54,20 +443,17,17031,54,67 +444,17,17031,54,41 +445,17,17031,54,161 +446,17,17031,54,230 +447,17,17031,54,263 +448,17,17031,54,177 +449,17,17031,54,108 +450,17,17031,54,185 +451,17,17031,54,114 +452,17,17031,54,4 +453,17,17031,54,70 +454,17,17031,54,1 +455,17,17031,54,38 +456,17,17031,54,9 +457,17,17031,54,49 +458,17,17031,54,0 +459,19,17031,54,533 +460,19,17031,54,45 +461,19,17031,54,12 +462,19,17031,54,24 +463,19,17031,54,5 +464,19,17031,54,41 +465,19,17031,54,69 +466,19,17031,54,53 +467,19,17031,54,53 +468,19,17031,54,92 +469,19,17031,54,51 +470,19,17031,54,25 +471,19,17031,54,55 +472,19,17031,54,406 +473,19,17031,54,19 +474,19,17031,54,86 +475,19,17031,54,21 +476,19,17031,54,58 +477,19,17031,54,29 +478,19,17031,54,28 +479,19,17031,54,17 +480,19,17031,54,212 +481,19,17031,54,13 +482,19,17031,54,16 +483,19,17031,54,276 +484,19,17031,54,25 +485,19,17031,54,46 +486,19,17031,54,26 +487,19,17031,54,10 +488,19,17031,54,21 +489,19,17031,54,106 +490,19,17031,54,33 +491,19,17031,54,20 +492,19,17031,54,58 +493,19,17031,54,78 +494,19,17031,54,25 +495,19,17031,54,21 +496,19,17031,54,44 +497,19,17031,54,38 +498,19,17031,54,8 +499,19,17031,54,10 +500,19,17031,54,30 +501,19,17031,54,81 +502,19,17031,54,166 +503,19,17031,54,183 +504,19,17031,54,2 +505,19,17031,54,4 +506,19,17031,54,24 +507,19,17031,54,21 +508,19,17031,54,81 +509,19,17031,54,36 +510,19,17031,54,112 +511,19,17031,54,3 +512,19,17031,54,3 +513,19,17031,54,27 +514,19,17031,54,11 +515,19,17031,54,112 +516,19,17031,54,79 +517,19,17031,54,30 +518,19,17031,54,65 +519,19,17031,54,40 +520,19,17031,54,8 +521,19,17031,54,18 +522,19,17031,54,99 +523,20,17031,54,26 +524,20,17031,54,44 +525,20,17031,54,100 +526,20,17031,54,23 +527,20,17031,54,261 +528,20,17031,54,14 +529,20,17031,54,45 +530,20,17031,54,63 +531,20,17031,54,29 +532,20,17031,54,32 +533,20,17031,54,47 +534,20,17031,54,74 +535,20,17031,54,31 +536,20,17031,54,22 +537,20,17031,54,16 +538,20,17031,54,25 +539,20,17031,54,79 +540,20,17031,54,31 +541,20,17031,54,10 +542,20,17031,54,45 +543,20,17031,54,42 +544,20,17031,54,81 +545,20,17031,54,27 +546,20,17031,54,24 +547,20,17031,54,104 +548,20,17031,54,47 +549,20,17031,54,221 +550,20,17031,54,0 +551,20,17031,54,53 +552,20,17031,54,299 +553,20,17031,54,14 +554,20,17031,54,79 +555,20,17031,54,17 +556,20,17031,54,33 +557,20,17031,54,17 +558,20,17031,54,185 +559,20,17031,54,51 +560,20,17031,54,66 +561,20,17031,54,84 +562,20,17031,54,132 +563,20,17031,54,315 +564,20,17031,54,52 +565,20,17031,54,4 +566,20,17031,54,93 +567,20,17031,54,25 +568,20,17031,54,30 +569,20,17031,54,49 +570,20,17031,54,83 +571,20,17031,54,39 +572,20,17031,54,4 +573,20,17031,54,30 +574,20,17031,54,208 +575,20,17031,54,139 +576,20,17031,54,21 +577,20,17031,54,10 +578,20,17031,54,16 +579,20,17031,54,32 +580,20,17031,54,101 +581,20,17031,54,65 +582,20,17031,54,24 +583,20,17031,54,71 +584,20,17031,54,42 +585,20,17031,54,15 +586,20,17031,54,35 +587,20,17031,54,29 +588,20,17031,54,2 +589,20,17031,54,2 +590,20,17031,54,1 +591,20,17031,54,69 +592,20,17031,54,179 +593,20,17031,54,54 +594,20,17031,54,32 +595,20,17031,54,77 +596,20,17031,54,71 +597,20,17031,54,251 +598,20,17031,54,329 +599,20,17031,54,77 +600,20,17031,54,99 +601,20,17031,54,143 +602,20,17031,54,61 +603,20,17031,54,45 +604,20,17031,54,201 +605,20,17031,54,64 +606,20,17031,54,48 +607,20,17031,54,111 +608,20,17031,54,162 +609,20,17031,54,23 +610,20,17031,54,65 +611,20,17031,54,38 +612,20,17031,54,29 +613,20,17031,54,6 +614,20,17031,54,128 +615,20,17031,54,24 +616,20,17031,54,41 +617,20,17031,54,46 +618,20,17031,54,32 +619,20,17031,54,35 +620,20,17031,54,42 +621,20,17031,54,216 +622,20,17031,54,31 +623,20,17031,54,107 +624,20,17031,54,89 +625,20,17031,54,69 +626,20,17031,54,28 +627,20,17031,54,17 +628,20,17031,54,36 +629,20,17031,54,8 +630,23,17031,54,2 +631,23,17031,54,32 +632,23,17031,54,98 +633,23,17031,54,13 +634,23,17031,54,66 +635,23,17031,54,107 +636,24,17031,54,20 +637,24,17031,54,65 +638,24,17031,54,26 +639,24,17031,54,21 +640,24,17031,54,244 +641,24,17031,54,18 +642,24,17031,54,16 +643,24,17031,54,28 +644,24,17031,54,8 +645,24,17031,54,65 +646,24,17031,54,11 +647,24,17031,54,27 +648,24,17031,54,18 +649,24,17031,54,10 +650,24,17031,54,72 +651,24,17031,54,156 +652,24,17031,54,44 +653,24,17031,54,29 +654,24,17031,54,1 +655,24,17031,54,6 +656,24,17031,54,4 +657,24,17031,54,1 +658,24,17031,54,10 +659,24,17031,54,6 +660,24,17031,54,4 +661,24,17031,54,17 +662,24,17031,54,28 +663,24,17031,54,1 +664,24,17031,54,7 +665,24,17031,54,2 +666,24,17031,54,27 +667,24,17031,54,22 +668,24,17031,54,1 +669,24,17031,54,28 +670,24,17031,54,47 +671,24,17031,54,47 +672,24,17031,54,119 +673,24,17031,54,54 +674,24,17031,54,30 +675,24,17031,54,14 +676,24,17031,54,7 +677,24,17031,54,8 +678,24,17031,54,118 +679,24,17031,54,0 +680,24,17031,54,82 +681,24,17031,54,94 +682,24,17031,54,105 +683,24,17031,54,180 +684,24,17031,54,42 +685,24,17031,54,0 +686,24,17031,54,0 +687,24,17031,54,49 +688,24,17031,54,37 +689,24,17031,54,143 +690,24,17031,54,39 +691,24,17031,54,28 +692,24,17031,54,16 +693,24,17031,54,0 +694,24,17031,54,1 +695,24,17031,54,18 +696,24,17031,54,0 +697,24,17031,54,83 +698,24,17031,54,195 +699,24,17031,54,7 +700,24,17031,54,161 +701,24,17031,54,54 +702,24,17031,54,27 +703,24,17031,54,24 +704,24,17031,54,40 +705,24,17031,54,52 +706,24,17031,54,0 +707,24,17031,54,16 +708,24,17031,54,28 +709,24,17031,54,100 +710,24,17031,54,10 +711,24,17031,54,107 +712,24,17031,54,5 +713,24,17031,54,5 +714,24,17031,54,24 +715,24,17031,54,0 +716,24,17031,54,4 +717,24,17031,54,7 +718,1,17031,54,13 +719,1,17031,54,12 +720,1,17031,54,614 +721,1,17031,54,0 +722,1,17031,54,27 +723,1,17031,54,13 +724,1,17031,54,394 +725,1,17031,54,1487 +726,1,17031,54,317 +727,6,17031,54,82 +728,6,17031,54,22 +729,6,17031,54,307 +730,6,17031,54,120 +731,6,17031,54,47 +732,6,17031,54,23 +733,6,17031,54,45 +734,6,17031,54,67 +735,6,17031,54,316 +736,6,17031,54,162 +737,6,17031,54,126 +738,6,17031,54,98 +739,6,17031,54,63 +740,6,17031,54,28 +741,6,17031,54,34 +742,6,17031,54,0 +743,6,17031,54,188 +744,6,17031,54,0 +745,6,17031,54,865 +746,6,17031,54,0 +747,6,17031,54,4 +748,2,17031,54,26 +749,2,17031,54,166 +750,2,17031,54,1 +751,2,17031,54,15 +752,2,17031,54,6 +753,2,17031,54,40 +754,2,17031,54,2 +755,2,17031,54,1 +756,2,17031,54,211 +757,2,17031,54,17 +758,2,17031,54,48 +759,2,17031,54,11 +760,2,17031,54,15 +761,2,17031,54,3 +762,2,17031,54,0 +763,2,17031,54,100 +764,2,17031,54,17 +765,2,17031,54,96 +766,2,17031,54,152 +767,2,17031,54,42 +768,2,17031,54,58 +769,2,17031,54,249 +770,2,17031,54,14 +771,2,17031,54,9 +772,2,17031,54,64 +773,2,17031,54,590 +774,2,17031,54,12 +775,2,17031,54,5 +776,2,17031,54,1 +777,2,17031,54,188 +778,2,17031,54,21 +779,2,17031,54,211 +780,2,17031,54,32 +781,2,17031,54,1 +782,2,17031,54,12 +783,2,17031,54,61 +784,2,17031,54,350 +785,2,17031,54,127 +786,2,17031,54,23 +787,2,17031,54,0 +788,2,17031,54,9 +789,2,17031,54,206 +790,2,17031,54,108 +791,2,17031,54,45 +792,2,17031,54,32 +793,7,17031,54,26 +794,7,17031,54,353 +795,7,17031,54,17 +796,7,17031,54,135 +797,7,17031,54,19 +798,7,17031,54,404 +799,7,17031,54,154 +800,7,17031,54,185 +801,7,17031,54,244 +802,7,17031,54,63 +803,7,17031,54,223 +804,7,17031,54,510 +805,7,17031,54,981 +806,7,17031,54,33 +807,7,17031,54,26 +808,7,17031,54,0 +809,7,17031,54,32 +810,7,17031,54,2 +811,7,17031,54,24 +812,7,17031,54,107 +813,7,17031,54,10 +814,7,17031,54,707 +815,7,17031,54,15 +816,7,17031,54,97 +817,7,17031,54,2171 +818,7,17031,54,48 +819,7,17031,54,47 +820,7,17031,54,14 +821,7,17031,54,111 +822,7,17031,54,47 +823,7,17031,54,416 +824,7,17031,54,5 +825,7,17031,54,6 +826,7,17031,54,1184 +827,7,17031,54,52 +828,7,17031,54,20 +829,7,17031,54,18 +830,7,17031,54,14 +831,7,17031,54,32 +832,7,17031,54,22 +833,7,17031,54,14 +834,7,17031,54,147 +835,7,17031,54,8 +836,7,17031,54,43 +837,7,17031,54,536 +838,7,17031,54,38 +839,3,17031,54,721 +840,3,17031,54,50 +841,3,17031,54,29 +842,3,17031,54,26 +843,3,17031,54,75 +844,3,17031,54,20 +845,3,17031,54,8 +846,3,17031,54,4 +847,3,17031,54,12 +848,3,17031,54,21 +849,3,17031,54,56 +850,3,17031,54,18 +851,3,17031,54,4 +852,3,17031,54,126 +853,3,17031,54,1 +854,3,17031,54,9 +855,3,17031,54,31 +856,3,17031,54,14 +857,3,17031,54,733 +858,3,17031,54,310 +859,3,17031,54,5 +860,3,17031,54,39 +861,3,17031,54,10 +862,3,17031,54,27 +863,3,17031,54,269 +864,3,17031,54,279 +865,3,17031,54,103 +866,3,17031,54,34 +867,3,17031,54,60 +868,3,17031,54,23 +869,3,17031,54,55 +870,3,17031,54,1564 +871,3,17031,54,93 +872,3,17031,54,15 +873,3,17031,54,279 +874,3,17031,54,52 +875,3,17031,54,12 +876,3,17031,54,182 +877,3,17031,54,4 +878,3,17031,54,60 +879,3,17031,54,36 +880,3,17031,54,14 +881,3,17031,54,5 +882,3,17031,54,46 +883,3,17031,54,25 +884,3,17031,54,5 +885,3,17031,54,5 +886,3,17031,54,231 +887,3,17031,54,3 +888,3,17031,54,21 +889,3,17031,54,8 +890,3,17031,54,1 +891,3,17031,54,2 +892,3,17031,54,30 +893,3,17031,54,42 +894,3,17031,54,13 +895,3,17031,54,35 +896,3,17031,54,2 +897,3,17031,54,1 +898,3,17031,54,18 +899,3,17031,54,60 +900,3,17031,54,109 +901,3,17031,54,94 +902,3,17031,54,55 +903,3,17031,54,540 +904,3,17031,54,12 +905,8,17031,54,544 +906,8,17031,54,96 +907,8,17031,54,312 +908,8,17031,54,9 +909,8,17031,54,374 +910,8,17031,54,75 +911,8,17031,54,342 +912,8,17031,54,22 +913,8,17031,54,0 +914,8,17031,54,7 +915,8,17031,54,113 +916,8,17031,54,43 +917,8,17031,54,5 +918,8,17031,54,1014 +919,8,17031,54,14 +920,8,17031,54,161 +921,8,17031,54,133 +922,8,17031,54,3 +923,8,17031,54,243 +924,8,17031,54,5 +925,8,17031,54,48 +926,8,17031,54,0 +927,8,17031,54,22 +928,8,17031,54,439 +929,8,17031,54,25 +930,8,17031,54,210 +931,8,17031,54,176 +932,8,17031,54,221 +933,8,17031,54,275 +934,8,17031,54,237 +935,8,17031,54,225 +936,8,17031,54,185 +937,8,17031,54,15 +938,8,17031,54,44 +939,8,17031,54,11 +940,8,17031,54,5 +941,8,17031,54,0 +942,8,17031,54,9 +943,8,17031,54,76 +944,8,17031,54,30 +945,8,17031,54,9 +946,8,17031,54,916 +947,8,17031,54,718 +948,8,17031,54,130 +949,8,17031,54,666 +950,8,17031,54,106 +951,8,17031,54,5 +952,8,17031,54,25 +953,8,17031,54,1397 +954,8,17031,54,563 +955,4,17031,54,491 +956,4,17031,54,2269 +957,4,17031,54,395 +958,4,17031,54,18 +959,4,17031,54,1190 +960,4,17031,54,14 +961,4,17031,54,40 +962,4,17031,54,55 +963,4,17031,54,21 +964,4,17031,54,136 +965,4,17031,54,155 +966,4,17031,54,127 +967,4,17031,54,347 +968,4,17031,54,39 +969,4,17031,54,25 +970,4,17031,54,649 +971,4,17031,54,15 +972,4,17031,54,87 +973,4,17031,54,190 +974,4,17031,54,25 +975,4,17031,54,130 +976,4,17031,54,721 +977,4,17031,54,198 +978,4,17031,54,215 +979,4,17031,54,30 +980,4,17031,54,56 +981,4,17031,54,232 +982,4,17031,54,15 +983,4,17031,54,195 +984,4,17031,54,95 +985,4,17031,54,4 +986,4,17031,54,16 +987,4,17031,54,110 +988,4,17031,54,8 +989,4,17031,54,1 +990,4,17031,54,4 +991,4,17031,54,46 +992,4,17031,54,85 +993,4,17031,54,26 +994,4,17031,54,19 +995,4,17031,54,31 +996,4,17031,54,15 +997,4,17031,54,118 +998,4,17031,54,128 +999,4,17031,54,27 +1000,4,17031,54,22 +1001,4,17031,54,7 +1002,9,17031,54,43 +1003,9,17031,54,131 +1004,9,17031,54,17 +1005,9,17031,54,10 +1006,9,17031,54,36 +1007,9,17031,54,17 +1008,9,17031,54,67 +1009,9,17031,54,49 +1010,9,17031,54,213 +1011,9,17031,54,189 +1012,9,17031,54,8 +1013,9,17031,54,74 +1014,9,17031,54,10 +1015,9,17031,54,87 +1016,9,17031,54,6 +1017,9,17031,54,12 +1018,9,17031,54,21 +1019,9,17031,54,48 +1020,9,17031,54,436 +1021,9,17031,54,47 +1022,9,17031,54,41 +1023,9,17031,54,673 +1024,9,17031,54,43 +1025,9,17031,54,13 +1026,9,17031,54,90 +1027,9,17031,54,85 +1028,9,17031,54,270 +1029,9,17031,54,11 +1030,9,17031,54,22 +1031,9,17031,54,8 +1032,9,17031,54,136 +1033,9,17031,54,28 +1034,9,17031,54,65 +1035,9,17031,54,55 +1036,9,17031,54,1 +1037,9,17031,54,829 +1038,9,17031,54,7 +1039,9,17031,54,311 +1040,9,17031,54,1 +1041,9,17031,54,19 +1042,9,17031,54,17 +1043,9,17031,54,0 +1044,9,17031,54,88 +1045,9,17031,54,40 +1046,9,17031,54,1 +1047,9,17031,54,3 +1048,9,17031,54,5 +1049,9,17031,54,85 +1050,9,17031,54,130 +1051,9,17031,54,17 +1052,9,17031,54,32 +1053,9,17031,54,7 +1054,9,17031,54,156 +1055,9,17031,54,93 +1056,9,17031,54,12 +1057,9,17031,54,215 +1058,9,17031,54,10 +1059,9,17031,54,1 +1060,9,17031,54,6 +1061,12,17031,54,1336 +1062,9,17031,54,268 +1063,9,17031,54,10 +1064,12,17031,54,39 +1065,9,17031,54,7 +1066,9,17031,54,15 +1067,9,17031,54,128 +1068,12,17031,54,42 +1069,5,17031,54,13 +1070,5,17031,54,104 +1071,5,17031,54,6 +1072,5,17031,54,10 +1073,5,17031,54,94 +1074,5,17031,54,193 +1075,5,17031,54,201 +1076,5,17031,54,35 +1077,5,17031,54,167 +1078,5,17031,54,11 +1079,5,17031,54,106 +1080,5,17031,54,52 +1081,5,17031,54,134 +1082,5,17031,54,43 +1083,5,17031,54,83 +1084,5,17031,54,7 +1085,5,17031,54,24 +1086,5,17031,54,10 +1087,10,17031,54,25 +1088,5,17031,54,92 +1089,10,17031,54,77 +1090,5,17031,54,12 +1091,5,17031,54,34 +1092,10,17031,54,82 +1093,10,17031,54,130 +1094,10,17031,54,603 +1095,10,17031,54,77 +1096,10,17031,54,11 +1097,10,17031,54,69 +1098,5,17031,54,202 +1099,10,17031,54,16 +1100,10,17031,54,43 +1101,10,17031,54,15 +1102,10,17031,54,2 +1103,10,17031,54,15 +1104,10,17031,54,29 +1105,10,17031,54,8 +1106,10,17031,54,8 +1107,10,17031,54,119 +1108,10,17031,54,47 +1109,10,17031,54,34 +1110,10,17031,54,29 +1111,10,17031,54,17 +1112,10,17031,54,222 +1113,10,17031,54,47 +1114,10,17031,54,10 +1115,10,17031,54,10 +1116,10,17031,54,15 +1117,10,17031,54,75 +1118,10,17031,54,31 +1119,10,17031,54,10 +1120,10,17031,54,23 +1121,10,17031,54,42 +1122,10,17031,54,44 +1123,10,17031,54,6 +1124,10,17031,54,49 +1125,10,17031,54,181 +1126,10,17031,54,49 +1127,10,17031,54,62 +1128,10,17031,54,178 +1129,10,17031,54,23 +1130,10,17031,54,19 +1131,10,17031,54,6 +1132,10,17031,54,38 +1133,10,17031,54,40 +1134,10,17031,54,235 +1135,10,17031,54,430 +1136,10,17031,54,37 +1137,10,17031,54,20 +1138,10,17031,54,4 +1139,10,17031,54,66 +1140,10,17031,54,49 +1141,10,17031,54,11 +1142,10,17031,54,55 +1143,10,17031,54,50 +1144,10,17031,54,82 +1145,10,17031,54,9 +1146,10,17031,54,11 +1147,10,17031,54,55 +1148,10,17031,54,254 +1149,10,17031,54,12 +1150,10,17031,54,1360 +1151,10,17031,54,27 +1152,10,17031,54,407 +1153,10,17031,54,10 +1154,10,17031,54,127 +1155,10,17031,54,6 +1156,10,17031,54,15 +1157,10,17031,54,360 +1158,10,17031,54,15 +1159,10,17031,54,411 +1160,10,17031,54,26 +1161,10,17031,54,15 +1162,10,17031,54,63 +1163,10,17031,54,83 +1164,10,17031,54,6 +1165,10,17031,54,21 +1166,10,17031,54,12 +1167,10,17031,54,238 +1168,10,17031,54,163 +1169,10,17031,54,25 +1170,10,17031,54,36 +1171,11,17031,54,5 +1172,11,17031,54,17 +1173,11,17031,54,193 +1174,11,17031,54,866 +1175,11,17031,54,3 +1176,11,17031,54,326 +1177,11,17031,54,45 +1178,11,17031,54,74 +1179,11,17031,54,2 +1180,11,17031,54,40 +1181,11,17031,54,50 +1182,11,17031,54,32 +1183,12,17031,54,48 +1184,12,17031,54,11 +1185,12,17031,54,509 +1186,12,17031,54,45 +1187,12,17031,54,1 +1188,13,17031,54,160 +1189,12,17031,54,3 +1190,13,17031,54,1 +1191,12,17031,54,215 +1192,12,17031,54,185 +1193,12,17031,54,49 +1194,12,17031,54,48 +1195,12,17031,54,102 +1196,12,17031,54,6 +1197,12,17031,54,112 +1198,12,17031,54,2 +1199,12,17031,54,10 +1200,12,17031,54,79 +1201,12,17031,54,1 +1202,12,17031,54,13 +1203,12,17031,54,55 +1204,12,17031,54,9 +1205,12,17031,54,21 +1206,12,17031,54,14 +1207,12,17031,54,20 +1208,12,17031,54,132 +1209,12,17031,54,14 +1210,12,17031,54,1 +1211,12,17031,54,11 +1212,12,17031,54,137 +1213,12,17031,54,19 +1214,12,17031,54,48 +1215,12,17031,54,12 +1216,12,17031,54,39 +1217,12,17031,54,340 +1218,12,17031,54,119 +1219,12,17031,54,33 +1220,12,17031,54,22 +1221,12,17031,54,0 +1222,12,17031,54,71 +1223,12,17031,54,147 +1224,12,17031,54,32 +1225,12,17031,54,20 +1226,12,17031,54,38 +1227,12,17031,54,9 +1228,12,17031,54,62 +1229,15,17031,54,254 +1230,15,17031,54,40 +1231,15,17031,54,33 +1232,15,17031,54,52 +1233,15,17031,54,11 +1234,15,17031,54,54 +1235,15,17031,54,38 +1236,15,17031,54,380 +1237,15,17031,54,285 +1238,15,17031,54,48 +1239,15,17031,54,12 +1240,15,17031,54,53 +1241,15,17031,54,12 +1242,15,17031,54,6 +1243,15,17031,54,0 +1244,15,17031,54,15 +1245,15,17031,54,75 +1246,15,17031,54,0 +1247,15,17031,54,8 +1248,15,17031,54,11 +1249,15,17031,54,15 +1250,15,17031,54,50 +1251,15,17031,54,453 +1252,15,17031,54,35 +1253,15,17031,54,15 +1254,15,17031,54,580 +1255,15,17031,54,204 +1256,15,17031,54,69 +1257,15,17031,54,94 +1258,15,17031,54,6 +1259,15,17031,54,4 +1260,15,17031,54,15 +1261,15,17031,54,105 +1262,15,17031,54,2 +1263,15,17031,54,30 +1264,15,17031,54,59 +1265,15,17031,54,162 +1266,15,17031,54,32 +1267,15,17031,54,84 +1268,15,17031,54,105 +1269,15,17031,54,289 +1270,15,17031,54,238 +1271,15,17031,54,62 +1272,15,17031,54,38 +1273,15,17031,54,20 +1274,15,17031,54,106 +1275,15,17031,54,3 +1276,15,17031,54,22 +1277,15,17031,54,27 +1278,15,17031,54,112 +1279,15,17031,54,27 +1280,15,17031,54,14 +1281,15,17031,54,37 +1282,15,17031,54,36 +1283,15,17031,54,20 +1284,15,17031,54,133 +1285,15,17031,54,13 +1286,15,17031,54,22 +1287,15,17031,54,135 +1288,15,17031,54,155 +1289,15,17031,54,28 +1290,15,17031,54,220 +1291,15,17031,54,65 +1292,15,17031,54,5 +1293,15,17031,54,293 +1294,15,17031,54,286 +1295,15,17031,54,159 +1296,15,17031,54,66 +1297,15,17031,54,151 +1298,15,17031,54,39 +1299,15,17031,54,39 +1300,15,17031,54,4 +1301,15,17031,54,9 +1302,15,17031,54,85 +1303,15,17031,54,36 +1304,15,17031,54,1 +1305,15,17031,54,4 +1306,15,17031,54,2 +1307,15,17031,54,9 +1308,15,17031,54,2 +1309,15,17031,54,22 +1310,15,17031,54,56 +1311,15,17031,54,27 +1312,15,17031,54,137 +1313,16,17031,54,4 +1314,16,17031,54,13 +1315,16,17031,54,47 +1316,16,17031,54,71 +1317,16,17031,54,77 +1318,16,17031,54,28 +1319,16,17031,54,371 +1320,16,17031,54,95 +1321,16,17031,54,73 +1322,16,17031,54,69 +1323,16,17031,54,37 +1324,16,17031,54,79 +1325,16,17031,54,45 +1326,16,17031,54,48 +1327,16,17031,54,119 +1328,16,17031,54,59 +1329,16,17031,54,86 +1330,16,17031,54,47 +1331,16,17031,54,65 +1332,16,17031,54,47 +1333,16,17031,54,109 +1334,16,17031,54,114 +1335,16,17031,54,76 +1336,16,17031,54,17 +1337,16,17031,54,52 +1338,16,17031,54,32 +1339,16,17031,54,53 +1340,16,17031,54,68 +1341,16,17031,54,24 +1342,16,17031,54,40 +1343,16,17031,54,70 +1344,16,17031,54,636 +1345,16,17031,54,3 +1346,16,17031,54,63 +1347,16,17031,54,87 +1348,16,17031,54,42 +1349,16,17031,54,23 +1350,16,17031,54,36 +1351,16,17031,54,106 +1352,16,17031,54,16 +1353,16,17031,54,17 +1354,16,17031,54,290 +1355,16,17031,54,105 +1356,16,17031,54,20 +1357,16,17031,54,9 +1358,16,17031,54,14 +1359,16,17031,54,29 +1360,16,17031,54,70 +1361,16,17031,54,16 +1362,18,17031,54,64 +1363,18,17031,54,41 +1364,18,17031,54,76 +1365,18,17031,54,49 +1366,18,17031,54,18 +1367,18,17031,54,302 +1368,18,17031,54,220 +1369,18,17031,54,44 +1370,18,17031,54,37 +1371,18,17031,54,23 +1372,18,17031,54,44 +1373,18,17031,54,96 +1374,18,17031,54,11 +1375,18,17031,54,23 +1376,18,17031,54,65 +1377,18,17031,54,2 +1378,18,17031,54,49 +1379,18,17031,54,31 +1380,18,17031,54,650 +1381,18,17031,54,429 +1382,18,17031,54,313 +1383,18,17031,54,38 +1384,18,17031,54,44 +1385,18,17031,54,122 +1386,18,17031,54,40 +1387,18,17031,54,8 +1388,18,17031,54,4 +1389,18,17031,54,28 +1390,18,17031,54,75 +1391,18,17031,54,66 +1392,18,17031,54,162 +1393,18,17031,54,13 +1394,18,17031,54,60 +1395,18,17031,54,5 +1396,18,17031,54,3 +1397,18,17031,54,39 +1398,18,17031,54,182 +1399,18,17031,54,65 +1400,18,17031,54,180 +1401,18,17031,54,181 +1402,18,17031,54,27 +1403,18,17031,54,21 +1404,18,17031,54,15 +1405,18,17031,54,46 +1406,18,17031,54,102 +1407,18,17031,54,10 +1408,18,17031,54,85 +1409,18,17031,54,44 +1410,18,17031,54,30 +1411,18,17031,54,55 +1412,18,17031,54,131 +1413,18,17031,54,26 +1414,18,17031,54,37 +1415,18,17031,54,11 +1416,19,17031,54,62 +1417,19,17031,54,30 +1418,19,17031,54,531 +1419,19,17031,54,64 +1420,19,17031,54,52 +1421,19,17031,54,12 +1422,19,17031,54,5 +1423,19,17031,54,0 +1424,19,17031,54,2 +1425,19,17031,54,3 +1426,19,17031,54,16 +1427,19,17031,54,21 +1428,19,17031,54,8 +1429,19,17031,54,41 +1430,19,17031,54,4 +1431,19,17031,54,15 +1432,19,17031,54,5 +1433,19,17031,54,11 +1434,19,17031,54,12 +1435,19,17031,54,31 +1436,19,17031,54,23 +1437,19,17031,54,2 +1438,19,17031,54,25 +1439,19,17031,54,35 +1440,19,17031,54,45 +1441,21,17031,54,72 +1442,21,17031,54,12 +1443,21,17031,54,282 +1444,21,17031,54,85 +1445,21,17031,54,57 +1446,21,17031,54,3 +1447,22,17031,54,29 +1448,22,17031,54,20 +1449,22,17031,54,68 +1450,22,17031,54,11 +1451,22,17031,54,132 +1452,22,17031,54,63 +1453,22,17031,54,28 +1454,22,17031,54,24 +1455,22,17031,54,5 +1456,22,17031,54,18 +1457,22,17031,54,25 +1458,22,17031,54,421 +1459,22,17031,54,0 +1460,22,17031,54,2 +1461,22,17031,54,69 +1462,22,17031,54,30 +1463,22,17031,54,100 +1464,22,17031,54,278 +1465,22,17031,54,3 +1466,22,17031,54,103 +1467,22,17031,54,41 +1468,22,17031,54,69 +1469,22,17031,54,2 +1470,22,17031,54,14 +1471,23,17031,54,183 +1472,23,17031,54,35 +1473,23,17031,54,40 +1474,23,17031,54,17 +1475,23,17031,54,9 +1476,23,17031,54,0 +1477,23,17031,54,43 +1478,23,17031,54,2 +1479,23,17031,54,29 +1480,23,17031,54,25 +1481,23,17031,54,0 +1482,23,17031,54,54 +1483,23,17031,54,18 +1484,23,17031,54,4 +1485,23,17031,54,4 +1486,23,17031,54,84 +1487,23,17031,54,66 +1488,23,17031,54,305 +1489,23,17031,54,21 +1490,23,17031,54,6 +1491,23,17031,54,89 +1492,23,17031,54,62 +1493,23,17031,54,37 +1494,23,17031,54,35 +1495,23,17031,54,22 +1496,23,17031,54,17 +1497,23,17031,54,1 +1498,23,17031,54,28 +1499,23,17031,54,75 +1500,23,17031,54,7 +1501,23,17031,54,5 +1502,23,17031,54,1 +1503,23,17031,54,23 +1504,23,17031,54,18 +1505,23,17031,54,16 +1506,23,17031,54,11 +1507,23,17031,54,5 +1508,23,17031,54,193 +1509,23,17031,54,48 +1510,23,17031,54,56 +1511,23,17031,54,1215 +1512,23,17031,54,242 +1513,23,17031,54,65 +1514,23,17031,54,65 +1515,23,17031,54,685 +1516,23,17031,54,147 +1517,23,17031,54,2 +1518,23,17031,54,45 +1519,23,17031,54,79 +1520,23,17031,54,53 +1521,23,17031,54,0 +1522,23,17031,54,15 +1523,23,17031,54,41 +1524,23,17031,54,32 +1525,23,17031,54,51 +1526,23,17031,54,14 +1527,23,17031,54,28 +1528,23,17031,54,16 +1529,23,17031,54,1 +1530,23,17031,54,45 +1531,23,17031,54,81 +1532,23,17031,54,383 +1533,23,17031,54,2 +1534,23,17031,54,45 +1535,23,17031,54,60 +1536,23,17031,54,16 +1537,24,17031,54,19 +1538,24,17031,54,32 +1539,24,17031,54,6 +1540,24,17031,54,13 +1541,24,17031,54,27 +1542,24,17031,54,4 +1543,24,17031,54,2 +1544,24,17031,54,54 +1545,24,17031,54,0 +1546,24,17031,54,12 +1547,24,17031,54,7 +1548,24,17031,54,6 +1549,24,17031,54,71 +1550,24,17031,54,233 +1551,24,17031,54,0 +1552,25,17031,54,84 +1553,25,17031,54,1 +1554,25,17031,54,47 +1555,25,17031,54,106 +1556,25,17031,54,1 +1557,25,17031,54,0 +1558,25,17031,54,64 +1559,25,17031,54,161 +1560,25,17031,54,58 +1561,25,17031,54,314 +1562,25,17031,54,368 +1563,25,17031,54,22 +1564,25,17031,54,55 +1565,25,17031,54,204 +1566,25,17031,54,38 +1567,25,17031,54,9 +1568,25,17031,54,66 +1569,25,17031,54,68 +1570,25,17031,54,100 +1571,25,17031,54,37 +1572,25,17031,54,378 +1573,26,17031,54,6 +1574,26,17031,54,16 +1575,26,17031,54,817 +1576,26,17031,54,20 +1577,26,17031,54,471 +1578,26,17031,54,69 +1579,26,17031,54,40 +1580,26,17031,54,63 +1581,26,17031,54,117 +1582,26,17031,54,7 +1583,26,17031,54,46 +1584,26,17031,54,3 +1585,26,17031,54,0 +1586,26,17031,54,47 +1587,26,17031,54,19 +1588,26,17031,54,2 +1589,26,17031,54,0 +1590,26,17031,54,19 +1591,26,17031,54,74 +1592,26,17031,54,49 +1593,26,17031,54,76 +1594,26,17031,54,9 +1595,26,17031,54,98 +1596,26,17031,54,2 +1597,26,17031,54,14 +1598,26,17031,54,58 +1599,26,17031,54,4 +1600,26,17031,54,45 +1601,26,17031,54,121 +1602,26,17031,54,12 +1603,26,17031,54,35 +1604,26,17031,54,16 +1605,26,17031,54,7 +1606,26,17031,54,61 +1607,26,17031,54,10 +1608,26,17031,54,3 +1609,26,17031,54,2 +1610,26,17031,54,12 +1611,26,17031,54,0 +1612,26,17031,54,53 +1613,26,17031,54,29 +1614,26,17031,54,50 +1615,27,17031,54,46 +1616,27,17031,54,88 +1617,27,17031,54,27 +1618,27,17031,54,29 +1619,27,17031,54,114 +1620,27,17031,54,195 +1621,27,17031,54,17 +1622,27,17031,54,75 +1623,27,17031,54,60 +1624,27,17031,54,48 +1625,27,17031,54,62 +1626,27,17031,54,71 +1627,27,17031,54,59 +1628,27,17031,54,4 +1629,27,17031,54,4 +1630,27,17031,54,7 +1631,27,17031,54,24 +1632,27,17031,54,69 +1633,27,17031,54,156 +1634,27,17031,54,93 +1635,27,17031,54,31 +1636,27,17031,54,7 +1637,27,17031,54,77 +1638,27,17031,54,34 +1639,27,17031,54,129 +1640,27,17031,54,87 +1641,27,17031,54,71 +1642,27,17031,54,76 +1643,27,17031,54,59 +1644,27,17031,54,104 +1645,27,17031,54,17 +1646,27,17031,54,78 +1647,27,17031,54,0 +1648,27,17031,54,799 +1649,27,17031,54,175 +1650,27,17031,54,207 +1651,27,17031,54,297 +1652,27,17031,54,13 +1653,27,17031,54,9 +1654,27,17031,54,54 +1655,27,17031,54,279 +1656,27,17031,54,4 +1657,27,17031,54,57 +1658,27,17031,54,271 +1659,27,17031,54,19 +1660,27,17031,54,30 +1661,27,17031,54,120 +1662,27,17031,54,8 +1663,27,17031,54,181 +1664,27,17031,54,9 +1665,27,17031,54,50 +1666,27,17031,54,117 +1667,28,17031,54,18 +1668,28,17031,54,99 +1669,28,17031,54,35 +1670,28,17031,54,62 +1671,28,17031,54,65 +1672,28,17031,54,12 +1673,28,17031,54,59 +1674,28,17031,54,12 +1675,28,17031,54,4 +1676,28,17031,54,41 +1677,28,17031,54,181 +1678,28,17031,54,234 +1679,28,17031,54,4 +1680,28,17031,54,39 +1681,28,17031,54,38 +1682,28,17031,54,13 +1683,28,17031,54,27 +1684,28,17031,54,1 +1685,28,17031,54,61 +1686,28,17031,54,146 +1687,28,17031,54,20 +1688,28,17031,54,22 +1689,28,17031,54,36 +1690,28,17031,54,61 +1691,28,17031,54,24 +1692,28,17031,54,3 +1693,28,17031,54,44 +1694,28,17031,54,12 +1695,28,17031,54,30 +1696,28,17031,54,32 +1697,29,17031,54,56 +1698,29,17031,54,6 +1699,29,17031,54,15 +1700,29,17031,54,43 +1701,29,17031,54,15 +1702,29,17031,54,50 +1703,29,17031,54,5 +1704,29,17031,54,37 +1705,29,17031,54,79 +1706,29,17031,54,54 +1707,29,17031,54,1 +1708,29,17031,54,16 +1709,29,17031,54,37 +1710,29,17031,54,6 +1711,29,17031,54,10 +1712,29,17031,54,9 +1713,29,17031,54,15 +1714,29,17031,54,32 +1715,29,17031,54,19 +1716,29,17031,54,64 +1717,29,17031,54,10 +1718,29,17031,54,20 +1719,29,17031,54,42 +1720,29,17031,54,11 +1721,29,17031,54,446 +1722,29,17031,54,8 +1723,29,17031,54,9 +1724,29,17031,54,15 +1725,29,17031,54,3 +1726,29,17031,54,14 +1727,29,17031,54,146 +1728,29,17031,54,289 +1729,29,17031,54,617 +1730,29,17031,54,53 +1731,29,17031,54,48 +1732,29,17031,54,42 +1733,79,17043,54,1 +1734,79,17043,54,0 +1735,77,17043,54,443 +1736,77,17043,54,151 +1737,77,17043,54,54 +1738,77,17043,54,54 +1739,77,17043,54,34 +1740,77,17043,54,95 +1741,77,17043,54,343 +1742,77,17043,54,127 +1743,77,17043,54,98 +1744,80,17043,54,379 +1745,80,17043,54,57 +1746,80,17043,54,80 +1747,80,17043,54,19 +1748,80,17043,54,31 +1749,80,17043,54,33 +1750,80,17043,54,637 +1751,80,17043,54,405 +1752,80,17043,54,43 +1753,80,17043,54,501 +1754,80,17043,54,232 +1755,80,17043,54,110 +1756,83,17043,54,80 +1757,83,17043,54,45 +1758,83,17043,54,63 +1759,83,17043,54,640 +1760,83,17043,54,477 +1761,83,17043,54,819 +1762,83,17043,54,37 +1763,83,17043,54,22 +1764,83,17043,54,292 +1765,83,17043,54,1 +1766,83,17043,54,3 +1767,83,17043,54,269 +1768,83,17043,54,1262 +1769,83,17043,54,14 +1770,83,17043,54,54 +1771,83,17043,54,4 +1772,83,17043,54,131 +1773,83,17043,54,3 +1774,83,17043,54,8 +1775,83,17043,54,209 +1776,83,17043,54,14 +1777,83,17043,54,23 +1778,83,17043,54,5 +1779,83,17043,54,54 +1780,83,17043,54,11 +1781,83,17043,54,443 +1782,83,17043,54,213 +1783,83,17043,54,5 +1784,83,17043,54,152 +1785,83,17043,54,233 +1786,83,17043,54,10 +1787,83,17043,54,30 +1788,83,17043,54,21 +1789,83,17043,54,6 +1790,83,17043,54,196 +1791,83,17043,54,4 +1792,83,17043,54,0 +1793,83,17043,54,161 +1794,83,17043,54,7 +1795,83,17043,54,209 +1796,83,17043,54,90 +1797,83,17043,54,0 +1798,83,17043,54,63 +1799,83,17043,54,56 +1800,83,17043,54,66 +1801,83,17043,54,3 +1802,83,17043,54,1 +1803,83,17043,54,68 +1804,83,17043,54,0 +1805,83,17043,54,3 +1806,83,17043,54,23 +1807,83,17043,54,75 +1808,83,17043,54,29 +1809,83,17043,54,12 +1810,83,17043,54,29 +1811,83,17043,54,83 +1812,83,17043,54,95 +1813,78,17043,54,49 +1814,78,17043,54,24 +1815,78,17043,54,0 +1816,78,17043,54,28 +1817,78,17043,54,288 +1818,78,17043,54,25 +1819,78,17043,54,118 +1820,78,17043,54,3 +1821,78,17043,54,288 +1822,78,17043,54,114 +1823,78,17043,54,153 +1824,78,17043,54,46 +1825,78,17043,54,85 +1826,78,17043,54,23 +1827,78,17043,54,309 +1828,78,17043,54,55 +1829,78,17043,54,24 +1830,78,17043,54,0 +1831,78,17043,54,11 +1832,78,17043,54,6 +1833,78,17043,54,41 +1834,78,17043,54,120 +1835,78,17043,54,11 +1836,78,17043,54,3 +1837,78,17043,54,37 +1838,78,17043,54,17 +1839,78,17043,54,11 +1840,78,17043,54,8 +1841,78,17043,54,21 +1842,78,17043,54,91 +1843,78,17043,54,44 +1844,78,17043,54,1 +1845,78,17043,54,0 +1846,78,17043,54,15 +1847,78,17043,54,11 +1848,78,17043,54,228 +1849,78,17043,54,67 +1850,78,17043,54,17 +1851,78,17043,54,63 +1852,78,17043,54,12 +1853,78,17043,54,72 +1854,78,17043,54,378 +1855,81,17043,54,3 +1856,81,17043,54,193 +1857,81,17043,54,0 +1858,81,17043,54,57 +1859,81,17043,54,198 +1860,81,17043,54,382 +1861,81,17043,54,12 +1862,81,17043,54,10 +1863,81,17043,54,43 +1864,81,17043,54,4 +1865,81,17043,54,13 +1866,81,17043,54,15 +1867,81,17043,54,2 +1868,81,17043,54,41 +1869,81,17043,54,40 +1870,81,17043,54,35 +1871,81,17043,54,3 +1872,81,17043,54,0 +1873,81,17043,54,220 +1874,81,17043,54,0 +1875,81,17043,54,31 +1876,81,17043,54,443 +1877,81,17043,54,46 +1878,81,17043,54,160 +1879,81,17043,54,9 +1880,81,17043,54,1 +1881,81,17043,54,7 +1882,81,17043,54,66 +1883,81,17043,54,341 +1884,81,17043,54,53 +1885,81,17043,54,13 +1886,81,17043,54,28 +1887,81,17043,54,71 +1888,81,17043,54,80 +1889,81,17043,54,20 +1890,81,17043,54,19 +1891,81,17043,54,6 +1892,81,17043,54,2 +1893,81,17043,54,0 +1894,81,17043,54,31 +1895,81,17043,54,1 +1896,81,17043,54,213 +1897,81,17043,54,174 +1898,81,17043,54,1 +1899,81,17043,54,241 +1900,81,17043,54,0 +1901,81,17043,54,57 +1902,81,17043,54,14 +1903,81,17043,54,18 +1904,81,17043,54,413 +1905,81,17043,54,3 +1906,81,17043,54,2 +1907,81,17043,54,56 +1908,81,17043,54,33 +1909,81,17043,54,116 +1910,81,17043,54,32 +1911,81,17043,54,20 +1912,84,17043,54,1063 +1913,84,17043,54,659 +1914,84,17043,54,113 +1915,84,17043,54,19 +1916,84,17043,54,227 +1917,84,17043,54,82 +1918,84,17043,54,0 +1919,84,17043,54,941 +1920,84,17043,54,119 +1921,84,17043,54,32 +1922,84,17043,54,0 +1923,84,17043,54,4 +1924,84,17043,54,263 +1925,84,17043,54,71 +1926,84,17043,54,130 +1927,84,17043,54,108 +1928,84,17043,54,70 +1929,84,17043,54,330 +1930,84,17043,54,119 +1931,84,17043,54,107 +1932,84,17043,54,64 +1933,84,17043,54,74 +1934,84,17043,54,270 +1935,84,17043,54,18 +1936,84,17043,54,2 +1937,84,17043,54,23 +1938,84,17043,54,43 +1939,84,17043,54,7 +1940,84,17043,54,41 +1941,84,17043,54,182 +1942,84,17043,54,41 +1943,84,17043,54,21 +1944,84,17043,54,1 +1945,84,17043,54,28 +1946,84,17043,54,43 +1947,84,17043,54,45 +1948,84,17043,54,43 +1949,84,17043,54,35 +1950,84,17043,54,191 +1951,84,17043,54,16 +1952,84,17043,54,5 +1953,84,17043,54,21 +1954,79,17043,54,254 +1955,79,17043,54,619 +1956,79,17043,54,406 +1957,79,17043,54,248 +1958,79,17043,54,586 +1959,79,17043,54,274 +1960,79,17043,54,20 +1961,79,17043,54,590 +1962,79,17043,54,188 +1963,79,17043,54,180 +1964,79,17043,54,11 +1965,79,17043,54,12 +1966,79,17043,54,5 +1967,79,17043,54,100 +1968,79,17043,54,128 +1969,79,17043,54,49 +1970,79,17043,54,16 +1971,79,17043,54,25 +1972,79,17043,54,0 +1973,79,17043,54,6 +1974,79,17043,54,27 +1975,79,17043,54,5 +1976,79,17043,54,0 +1977,79,17043,54,7 +1978,79,17043,54,64 +1979,79,17043,54,69 +1980,79,17043,54,5 +1981,79,17043,54,75 +1982,79,17043,54,4 +1983,79,17043,54,4 +1984,79,17043,54,71 +1985,79,17043,54,50 +1986,79,17043,54,17 +1987,79,17043,54,15 +1988,79,17043,54,208 +1989,79,17043,54,419 +1990,79,17043,54,45 +1991,79,17043,54,300 +1992,79,17043,54,379 +1993,79,17043,54,316 +1994,79,17043,54,115 +1995,79,17043,54,1 +1996,79,17043,54,18 +1997,79,17043,54,132 +1998,79,17043,54,35 +1999,79,17043,54,1 +2000,79,17043,54,20 +2001,79,17043,54,19 +2002,79,17043,54,10 +2003,82,17043,54,3 +2004,82,17043,54,41 +2005,82,17043,54,416 +2006,82,17043,54,70 +2007,82,17043,54,22 +2008,82,17043,54,24 +2009,82,17043,54,3 +2010,82,17043,54,85 +2011,82,17043,54,146 +2012,82,17043,54,5 +2013,82,17043,54,0 +2014,82,17043,54,0 +2015,82,17043,54,70 +2016,82,17043,54,48 +2017,82,17043,54,77 +2018,82,17043,54,72 +2019,82,17043,54,60 +2020,82,17043,54,30 +2021,82,17043,54,33 +2022,82,17043,54,61 +2023,82,17043,54,31 +2024,82,17043,54,320 +2025,82,17043,54,69 +2026,82,17043,54,38 +2027,82,17043,54,327 +2028,82,17043,54,414 +2029,82,17043,54,613 +2030,82,17043,54,1241 +2031,82,17043,54,29 +2032,82,17043,54,3 +2033,82,17043,54,1426 +2034,82,17043,54,1009 +2035,82,17043,54,837 +2036,82,17043,54,857 +2037,82,17043,54,505 +2038,82,17043,54,277 +2039,82,17043,54,812 +2040,82,17043,54,46 +2041,82,17043,54,629 +2042,82,17043,54,212 +2043,82,17043,54,1491 +2044,82,17043,54,85 +2045,82,17043,54,1066 +2046,82,17043,54,57 +2047,82,17043,54,9 +2048,82,17043,54,82 +2049,82,17043,54,194 +2050,82,17043,54,192 +2051,85,17043,54,45 +2052,85,17043,54,42 +2053,85,17043,54,10 +2054,85,17043,54,15 +2055,85,17043,54,33 +2056,85,17043,54,58 +2057,85,17043,54,277 +2058,85,17043,54,331 +2059,85,17043,54,200 +2060,85,17043,54,55 +2061,85,17043,54,279 +2062,85,17043,54,44 +2063,85,17043,54,126 +2064,85,17043,54,71 +2065,85,17043,54,168 +2066,85,17043,54,1 +2067,85,17043,54,16 +2068,85,17043,54,29 +2069,85,17043,54,25 +2070,85,17043,54,1 +2071,85,17043,54,0 +2072,85,17043,54,52 +2073,85,17043,54,14 +2074,85,17043,54,46 +2075,85,17043,54,0 +2076,85,17043,54,0 +2077,85,17043,54,38 +2078,85,17043,54,6 +2079,85,17043,54,30 +2080,85,17043,54,19 +2081,85,17043,54,14 +2082,85,17043,54,4 +2083,85,17043,54,0 +2084,85,17043,54,11 +2085,85,17043,54,76 +2086,85,17043,54,7 +2087,85,17043,54,16 +2088,85,17043,54,0 +2089,85,17043,54,302 +2090,85,17043,54,2 +2091,85,17043,54,16 +2092,85,17043,54,25 +2093,85,17043,54,8 +2094,85,17043,54,21 +2095,85,17043,54,15 +2096,85,17043,54,0 +2097,85,17043,54,49 +2098,85,17043,54,98 +2099,85,17043,54,33 +2100,85,17043,54,519 +2101,85,17043,54,202 +2102,85,17043,54,47 +2103,85,17043,54,51 +2104,85,17043,54,36 +2105,85,17043,54,106 +2106,85,17043,54,373 +2107,85,17043,54,6 +2108,86,17043,54,1307 +2109,86,17043,54,2983 +2110,86,17043,54,43 +2111,86,17043,54,61 +2112,62,17089,54,11 +2113,62,17089,54,134 +2114,62,17089,54,54 +2115,62,17089,54,70 +2116,65,17089,54,25 +2117,65,17089,54,27 +2118,65,17089,54,13 +2119,65,17089,54,19 +2120,68,17089,54,21 +2121,68,17089,54,25 +2122,68,17089,54,27 +2123,68,17089,54,23 +2124,71,17089,54,23 +2125,71,17089,54,15 +2126,71,17089,54,24 +2127,71,17089,54,24 +2128,74,17089,54,23 +2129,74,17089,54,155 +2130,74,17089,54,20 +2131,74,17089,54,53 +2132,63,17089,54,74 +2133,63,17089,54,26 +2134,63,17089,54,30 +2135,63,17089,54,96 +2136,66,17089,54,17 +2137,66,17089,54,26 +2138,66,17089,54,40 +2139,66,17089,54,48 +2140,69,17089,54,28 +2141,69,17089,54,27 +2142,69,17089,54,16 +2143,69,17089,54,103 +2144,72,17089,54,154 +2145,72,17089,54,59 +2146,72,17089,54,12 +2147,72,17089,54,19 +2148,75,17089,54,104 +2149,75,17089,54,55 +2150,75,17089,54,30 +2151,75,17089,54,28 +2152,75,17089,54,4 +2153,75,17089,54,7 +2154,75,17089,54,4 +2155,75,17089,54,3 +2156,75,17089,54,1 +2157,75,17089,54,1 +2158,64,17089,54,46 +2159,64,17089,54,15 +2160,64,17089,54,4 +2161,64,17089,54,8 +2162,64,17089,54,5 +2163,64,17089,54,2 +2164,64,17089,54,89 +2165,64,17089,54,52 +2166,64,17089,54,38 +2167,64,17089,54,67 +2168,64,17089,54,133 +2169,64,17089,54,35 +2170,64,17089,54,142 +2171,64,17089,54,8 +2172,64,17089,54,55 +2173,64,17089,54,336 +2174,64,17089,54,183 +2175,64,17089,54,4 +2176,64,17089,54,178 +2177,64,17089,54,74 +2178,64,17089,54,143 +2179,67,17089,54,241 +2180,67,17089,54,42 +2181,67,17089,54,122 +2182,67,17089,54,29 +2183,67,17089,54,115 +2184,67,17089,54,52 +2185,67,17089,54,8 +2186,67,17089,54,134 +2187,67,17089,54,60 +2188,67,17089,54,32 +2189,67,17089,54,105 +2190,67,17089,54,22 +2191,67,17089,54,34 +2192,67,17089,54,14 +2193,67,17089,54,7 +2194,67,17089,54,39 +2195,67,17089,54,20 +2196,67,17089,54,54 +2197,67,17089,54,211 +2198,67,17089,54,1 +2199,67,17089,54,120 +2200,67,17089,54,250 +2201,67,17089,54,4 +2202,67,17089,54,52 +2203,67,17089,54,29 +2204,67,17089,54,10 +2205,67,17089,54,60 +2206,67,17089,54,1 +2207,67,17089,54,13 +2208,67,17089,54,58 +2209,67,17089,54,16 +2210,67,17089,54,2 +2211,67,17089,54,30 +2212,67,17089,54,1 +2213,67,17089,54,8 +2214,67,17089,54,74 +2215,67,17089,54,12 +2216,67,17089,54,33 +2217,67,17089,54,121 +2218,67,17089,54,61 +2219,67,17089,54,25 +2220,67,17089,54,1 +2221,70,17089,54,87 +2222,70,17089,54,36 +2223,70,17089,54,61 +2224,70,17089,54,3 +2225,70,17089,54,20 +2226,70,17089,54,6 +2227,70,17089,54,205 +2228,70,17089,54,134 +2229,70,17089,54,194 +2230,70,17089,54,1 +2231,70,17089,54,4 +2232,70,17089,54,13 +2233,70,17089,54,29 +2234,70,17089,54,69 +2235,70,17089,54,174 +2236,70,17089,54,31 +2237,70,17089,54,159 +2238,70,17089,54,122 +2239,73,17089,54,95 +2240,73,17089,54,60 +2241,73,17089,54,416 +2242,73,17089,54,32 +2243,73,17089,54,46 +2244,73,17089,54,193 +2245,73,17089,54,75 +2246,73,17089,54,238 +2247,73,17089,54,19 +2248,73,17089,54,39 +2249,73,17089,54,7 +2250,73,17089,54,122 +2251,73,17089,54,27 +2252,73,17089,54,17 +2253,73,17089,54,102 +2254,73,17089,54,22 +2255,73,17089,54,52 +2256,73,17089,54,268 +2257,76,17089,54,14 +2258,76,17089,54,61 +2259,76,17089,54,215 +2260,76,17089,54,147 +2261,76,17089,54,18 +2262,76,17089,54,40 +2263,76,17089,54,74 +2264,76,17089,54,8 +2265,76,17089,54,37 +2266,76,17089,54,35 +2267,76,17089,54,468 +2268,76,17089,54,51 +2269,76,17089,54,76 +2270,76,17089,54,74 +2271,76,17089,54,269 +2272,76,17089,54,124 +2273,76,17089,54,24 +2274,76,17089,54,26 +2275,76,17089,54,140 +2276,76,17089,54,11 +2277,76,17089,54,78 +2278,76,17089,54,100 +2279,76,17089,54,16 +2280,76,17089,54,20 +2281,76,17089,54,22 +2282,76,17089,54,39 +2283,76,17089,54,73 +2284,76,17089,54,181 +2285,76,17089,54,89 +2286,76,17089,54,5 +2287,76,17089,54,235 +2288,76,17089,54,41 +2289,76,17089,54,13 +2290,76,17089,54,7 +2291,76,17089,54,32 +2292,76,17089,54,57 +2293,76,17089,54,35 +2294,76,17089,54,0 +2295,76,17089,54,6 +2296,76,17089,54,0 +2297,76,17089,54,12 +2298,76,17089,54,7 +2299,76,17089,54,27 +2300,76,17089,54,5 +2301,76,17089,54,7 +2302,76,17089,54,3 +2303,76,17089,54,18 +2304,76,17089,54,0 +2305,110,17093,54,10 +2306,110,17093,54,36 +2307,111,17093,54,81 +2308,111,17093,54,61 +2309,112,17093,54,38 +2310,112,17093,54,39 +2311,112,17093,54,71 +2312,112,17093,54,55 +2313,112,17093,54,242 +2314,110,17093,54,54 +2315,110,17093,54,94 +2316,111,17093,54,246 +2317,111,17093,54,22 +2318,112,17093,54,90 +2319,112,17093,54,15 +2320,113,17093,54,95 +2321,114,17093,54,181 +2322,115,17093,54,70 +2323,116,17093,54,52 +2324,117,17093,54,60 +2325,118,17093,54,51 +2326,46,17097,54,9 +2327,46,17097,54,28 +2328,46,17097,54,4 +2329,46,17097,54,38 +2330,46,17097,54,20 +2331,46,17097,54,26 +2332,50,17097,54,211 +2333,50,17097,54,28 +2334,50,17097,54,44 +2335,50,17097,54,58 +2336,50,17097,54,31 +2337,50,17097,54,34 +2338,54,17097,54,56 +2339,54,17097,54,93 +2340,54,17097,54,76 +2341,54,17097,54,189 +2342,54,17097,54,40 +2343,54,17097,54,168 +2344,58,17097,54,2 +2345,58,17097,54,26 +2346,58,17097,54,219 +2347,58,17097,54,10 +2348,58,17097,54,150 +2349,58,17097,54,426 +2350,47,17097,54,210 +2351,47,17097,54,6 +2352,47,17097,54,10 +2353,47,17097,54,153 +2354,47,17097,54,23 +2355,47,17097,54,15 +2356,47,17097,54,75 +2357,47,17097,54,49 +2358,47,17097,54,20 +2359,51,17097,54,23 +2360,51,17097,54,207 +2361,51,17097,54,75 +2362,51,17097,54,27 +2363,51,17097,54,70 +2364,51,17097,54,14 +2365,51,17097,54,75 +2366,51,17097,54,23 +2367,51,17097,54,9 +2368,51,17097,54,7 +2369,51,17097,54,40 +2370,51,17097,54,36 +2371,51,17097,54,63 +2372,51,17097,54,101 +2373,51,17097,54,202 +2374,51,17097,54,108 +2375,51,17097,54,65 +2376,51,17097,54,31 +2377,55,17097,54,24 +2378,55,17097,54,30 +2379,55,17097,54,252 +2380,55,17097,54,5 +2381,55,17097,54,22 +2382,55,17097,54,85 +2383,55,17097,54,16 +2384,55,17097,54,12 +2385,55,17097,54,32 +2386,59,17097,54,119 +2387,59,17097,54,97 +2388,59,17097,54,25 +2389,59,17097,54,189 +2390,59,17097,54,327 +2391,59,17097,54,180 +2392,59,17097,54,11 +2393,59,17097,54,159 +2394,59,17097,54,81 +2395,48,17097,54,98 +2396,48,17097,54,37 +2397,48,17097,54,22 +2398,48,17097,54,37 +2399,52,17097,54,32 +2400,52,17097,54,43 +2401,52,17097,54,197 +2402,52,17097,54,53 +2403,52,17097,54,42 +2404,52,17097,54,7 +2405,52,17097,54,6 +2406,52,17097,54,135 +2407,52,17097,54,136 +2408,52,17097,54,63 +2409,52,17097,54,151 +2410,52,17097,54,29 +2411,52,17097,54,86 +2412,52,17097,54,24 +2413,52,17097,54,329 +2414,52,17097,54,59 +2415,52,17097,54,58 +2416,52,17097,54,80 +2417,52,17097,54,210 +2418,52,17097,54,2 +2419,52,17097,54,10 +2420,56,17097,54,123 +2421,56,17097,54,82 +2422,56,17097,54,101 +2423,56,17097,54,41 +2424,56,17097,54,85 +2425,56,17097,54,163 +2426,56,17097,54,11 +2427,56,17097,54,4 +2428,56,17097,54,39 +2429,56,17097,54,193 +2430,56,17097,54,46 +2431,56,17097,54,10 +2432,56,17097,54,353 +2433,56,17097,54,168 +2434,56,17097,54,43 +2435,56,17097,54,141 +2436,56,17097,54,118 +2437,56,17097,54,213 +2438,56,17097,54,5 +2439,56,17097,54,117 +2440,56,17097,54,9 +2441,56,17097,54,88 +2442,56,17097,54,382 +2443,56,17097,54,367 +2444,60,17097,54,28 +2445,60,17097,54,36 +2446,60,17097,54,191 +2447,60,17097,54,6 +2448,60,17097,54,334 +2449,60,17097,54,625 +2450,60,17097,54,58 +2451,60,17097,54,20 +2452,60,17097,54,29 +2453,60,17097,54,58 +2454,60,17097,54,364 +2455,60,17097,54,404 +2456,60,17097,54,10 +2457,60,17097,54,26 +2458,60,17097,54,784 +2459,60,17097,54,303 +2460,60,17097,54,583 +2461,60,17097,54,74 +2462,60,17097,54,79 +2463,60,17097,54,158 +2464,60,17097,54,41 +2465,60,17097,54,178 +2466,60,17097,54,3 +2467,60,17097,54,77 +2468,49,17097,54,12 +2469,49,17097,54,51 +2470,49,17097,54,3 +2471,49,17097,54,2 +2472,49,17097,54,193 +2473,49,17097,54,230 +2474,49,17097,54,81 +2475,49,17097,54,80 +2476,49,17097,54,63 +2477,53,17097,54,10 +2478,53,17097,54,28 +2479,53,17097,54,10 +2480,53,17097,54,5 +2481,53,17097,54,26 +2482,53,17097,54,14 +2483,53,17097,54,21 +2484,53,17097,54,2 +2485,53,17097,54,3 +2486,53,17097,54,18 +2487,53,17097,54,0 +2488,53,17097,54,22 +2489,53,17097,54,0 +2490,53,17097,54,8 +2491,53,17097,54,23 +2492,53,17097,54,18 +2493,53,17097,54,5 +2494,53,17097,54,14 +2495,53,17097,54,19 +2496,53,17097,54,12 +2497,53,17097,54,4 +2498,53,17097,54,18 +2499,53,17097,54,15 +2500,53,17097,54,14 +2501,53,17097,54,20 +2502,53,17097,54,38 +2503,53,17097,54,27 +2504,53,17097,54,13 +2505,53,17097,54,71 +2506,53,17097,54,374 +2507,53,17097,54,528 +2508,53,17097,54,22 +2509,53,17097,54,4 +2510,53,17097,54,2 +2511,53,17097,54,16 +2512,53,17097,54,6 +2513,53,17097,54,42 +2514,53,17097,54,13 +2515,53,17097,54,28 +2516,53,17097,54,12 +2517,53,17097,54,12 +2518,53,17097,54,8 +2519,53,17097,54,12 +2520,53,17097,54,33 +2521,53,17097,54,4 +2522,53,17097,54,21 +2523,53,17097,54,0 +2524,53,17097,54,3 +2525,53,17097,54,14 +2526,53,17097,54,23 +2527,53,17097,54,3 +2528,53,17097,54,4 +2529,57,17097,54,18 +2530,57,17097,54,109 +2531,57,17097,54,85 +2532,57,17097,54,119 +2533,57,17097,54,15 +2534,57,17097,54,4 +2535,57,17097,54,12 +2536,57,17097,54,90 +2537,57,17097,54,0 +2538,57,17097,54,53 +2539,57,17097,54,16 +2540,57,17097,54,3 +2541,57,17097,54,447 +2542,57,17097,54,59 +2543,57,17097,54,50 +2544,57,17097,54,6 +2545,57,17097,54,0 +2546,57,17097,54,55 +2547,57,17097,54,0 +2548,57,17097,54,8 +2549,57,17097,54,247 +2550,57,17097,54,3 +2551,61,17097,54,0 +2552,61,17097,54,3 +2553,61,17097,54,4 +2554,61,17097,54,7 +2555,61,17097,54,63 +2556,61,17097,54,1 +2557,61,17097,54,38 +2558,61,17097,54,21 +2559,61,17097,54,288 +2560,61,17097,54,35 +2561,61,17097,54,62 +2562,61,17097,54,7 +2563,61,17097,54,50 +2564,61,17097,54,30 +2565,61,17097,54,17 +2566,61,17097,54,21 +2567,61,17097,54,93 +2568,61,17097,54,360 +2569,61,17097,54,20 +2570,61,17097,54,14 +2571,61,17097,54,498 +2572,61,17097,54,11 +2573,61,17097,54,16 +2574,61,17097,54,29 +2575,61,17097,54,96 +2576,61,17097,54,24 +2577,61,17097,54,6 +2578,61,17097,54,724 +2579,61,17097,54,13 +2580,61,17097,54,535 +2581,61,17097,54,27 +2582,61,17097,54,37 +2583,61,17097,54,47 +2584,30,17111,54,14 +2585,30,17111,54,17 +2586,30,17111,54,17 +2587,30,17111,54,159 +2588,34,17111,54,21 +2589,34,17111,54,57 +2590,34,17111,54,6 +2591,34,17111,54,21 +2592,38,17111,54,3 +2593,38,17111,54,26 +2594,38,17111,54,14 +2595,38,17111,54,204 +2596,42,17111,54,9 +2597,42,17111,54,27 +2598,42,17111,54,9 +2599,42,17111,54,13 +2600,31,17111,54,12 +2601,31,17111,54,15 +2602,31,17111,54,19 +2603,31,17111,54,12 +2604,35,17111,54,27 +2605,35,17111,54,13 +2606,35,17111,54,15 +2607,35,17111,54,65 +2608,39,17111,54,22 +2609,39,17111,54,14 +2610,39,17111,54,41 +2611,39,17111,54,22 +2612,43,17111,54,47 +2613,43,17111,54,25 +2614,43,17111,54,17 +2615,43,17111,54,28 +2616,32,17111,54,76 +2617,32,17111,54,14 +2618,32,17111,54,5 +2619,32,17111,54,13 +2620,36,17111,54,8 +2621,36,17111,54,19 +2622,36,17111,54,78 +2623,36,17111,54,6 +2624,40,17111,54,168 +2625,40,17111,54,15 +2626,40,17111,54,34 +2627,40,17111,54,30 +2628,40,17111,54,42 +2629,40,17111,54,2 +2630,40,17111,54,40 +2631,40,17111,54,120 +2632,40,17111,54,15 +2633,40,17111,54,10 +2634,40,17111,54,7 +2635,40,17111,54,89 +2636,44,17111,54,14 +2637,44,17111,54,5 +2638,44,17111,54,9 +2639,44,17111,54,27 +2640,44,17111,54,9 +2641,44,17111,54,14 +2642,44,17111,54,12 +2643,44,17111,54,213 +2644,44,17111,54,31 +2645,33,17111,54,87 +2646,33,17111,54,23 +2647,33,17111,54,5 +2648,33,17111,54,25 +2649,33,17111,54,127 +2650,33,17111,54,9 +2651,33,17111,54,37 +2652,37,17111,54,60 +2653,37,17111,54,53 +2654,37,17111,54,26 +2655,37,17111,54,24 +2656,37,17111,54,15 +2657,37,17111,54,32 +2658,37,17111,54,49 +2659,37,17111,54,30 +2660,37,17111,54,3 +2661,37,17111,54,196 +2662,37,17111,54,287 +2663,37,17111,54,35 +2664,41,17111,54,7 +2665,41,17111,54,8 +2666,41,17111,54,178 +2667,41,17111,54,205 +2668,41,17111,54,20 +2669,41,17111,54,117 +2670,41,17111,54,38 +2671,41,17111,54,6 +2672,41,17111,54,26 +2673,41,17111,54,5 +2674,41,17111,54,30 +2675,41,17111,54,220 +2676,41,17111,54,142 +2677,41,17111,54,28 +2678,41,17111,54,23 +2679,45,17111,54,50 +2680,45,17111,54,58 +2681,45,17111,54,16 +2682,45,17111,54,32 +2683,45,17111,54,17 +2684,45,17111,54,19 +2685,45,17111,54,2 +2686,45,17111,54,18 +2687,45,17111,54,50 +2688,45,17111,54,390 +2689,45,17111,54,83 +2690,45,17111,54,136 +2691,45,17111,54,6 +2692,45,17111,54,29 +2693,45,17111,54,86 +2694,45,17111,54,52 +2695,45,17111,54,148 +2696,45,17111,54,49 +2697,45,17111,54,20 +2698,45,17111,54,15 +2699,45,17111,54,12 +2700,45,17111,54,113 +2701,45,17111,54,52 +2702,45,17111,54,7 +2703,87,17197,54,250 +2704,87,17197,54,170 +2705,87,17197,54,66 +2706,87,17197,54,15 +2707,87,17197,54,111 +2708,87,17197,54,19 +2709,87,17197,54,23 +2710,87,17197,54,123 +2711,87,17197,54,12 +2712,89,17197,54,36 +2713,89,17197,54,254 +2714,89,17197,54,49 +2715,89,17197,54,10 +2716,89,17197,54,92 +2717,89,17197,54,52 +2718,89,17197,54,39 +2719,89,17197,54,58 +2720,89,17197,54,94 +2721,92,17197,54,22 +2722,92,17197,54,243 +2723,92,17197,54,324 +2724,92,17197,54,18 +2725,92,17197,54,158 +2726,92,17197,54,31 +2727,92,17197,54,10 +2728,92,17197,54,83 +2729,92,17197,54,67 +2730,92,17197,54,9 +2731,92,17197,54,62 +2732,92,17197,54,97 +2733,96,17197,54,101 +2734,96,17197,54,81 +2735,96,17197,54,29 +2736,96,17197,54,49 +2737,102,17197,54,16 +2738,102,17197,54,7 +2739,102,17197,54,53 +2740,102,17197,54,168 +2741,108,17197,54,32 +2742,108,17197,54,14 +2743,108,17197,54,22 +2744,108,17197,54,21 +2745,88,17197,54,119 +2746,88,17197,54,5 +2747,88,17197,54,1 +2748,88,17197,54,97 +2749,88,17197,54,35 +2750,88,17197,54,69 +2751,88,17197,54,18 +2752,88,17197,54,16 +2753,88,17197,54,44 +2754,88,17197,54,107 +2755,88,17197,54,8 +2756,88,17197,54,65 +2757,88,17197,54,48 +2758,88,17197,54,87 +2759,88,17197,54,434 +2760,88,17197,54,12 +2761,88,17197,54,103 +2762,88,17197,54,22 +2763,88,17197,54,8 +2764,88,17197,54,81 +2765,88,17197,54,90 +2766,90,17197,54,149 +2767,90,17197,54,56 +2768,90,17197,54,37 +2769,90,17197,54,42 +2770,90,17197,54,29 +2771,90,17197,54,146 +2772,90,17197,54,63 +2773,90,17197,54,5 +2774,90,17197,54,16 +2775,90,17197,54,68 +2776,90,17197,54,5 +2777,90,17197,54,33 +2778,90,17197,54,88 +2779,90,17197,54,19 +2780,90,17197,54,53 +2781,93,17197,54,31 +2782,93,17197,54,15 +2783,93,17197,54,7 +2784,93,17197,54,1 +2785,93,17197,54,48 +2786,93,17197,54,114 +2787,93,17197,54,5 +2788,93,17197,54,0 +2789,93,17197,54,6 +2790,93,17197,54,21 +2791,93,17197,54,54 +2792,93,17197,54,38 +2793,93,17197,54,182 +2794,93,17197,54,24 +2795,93,17197,54,14 +2796,93,17197,54,1 +2797,93,17197,54,17 +2798,93,17197,54,128 +2799,93,17197,54,34 +2800,93,17197,54,30 +2801,93,17197,54,13 +2802,93,17197,54,22 +2803,93,17197,54,27 +2804,93,17197,54,2 +2805,93,17197,54,3 +2806,93,17197,54,0 +2807,93,17197,54,14 +2808,93,17197,54,82 +2809,93,17197,54,20 +2810,93,17197,54,94 +2811,93,17197,54,75 +2812,93,17197,54,59 +2813,93,17197,54,56 +2814,93,17197,54,22 +2815,93,17197,54,108 +2816,93,17197,54,20 +2817,93,17197,54,21 +2818,93,17197,54,78 +2819,93,17197,54,5 +2820,93,17197,54,12 +2821,93,17197,54,7 +2822,93,17197,54,1 +2823,93,17197,54,2 +2824,93,17197,54,706 +2825,93,17197,54,121 +2826,97,17197,54,36 +2827,97,17197,54,25 +2828,97,17197,54,22 +2829,97,17197,54,12 +2830,103,17197,54,6 +2831,103,17197,54,4 +2832,103,17197,54,24 +2833,103,17197,54,10 +2834,109,17197,54,40 +2835,109,17197,54,20 +2836,109,17197,54,24 +2837,109,17197,54,16 +2838,91,17197,54,52 +2839,91,17197,54,11 +2840,91,17197,54,71 +2841,91,17197,54,25 +2842,91,17197,54,47 +2843,91,17197,54,100 +2844,91,17197,54,11 +2845,91,17197,54,6 +2846,91,17197,54,6 +2847,94,17197,54,23 +2848,94,17197,54,31 +2849,94,17197,54,17 +2850,94,17197,54,133 +2851,94,17197,54,124 +2852,94,17197,54,51 +2853,94,17197,54,49 +2854,94,17197,54,165 +2855,94,17197,54,104 +2856,98,17197,54,19 +2857,98,17197,54,9 +2858,98,17197,54,15 +2859,98,17197,54,115 +2860,98,17197,54,12 +2861,98,17197,54,10 +2862,98,17197,54,26 +2863,98,17197,54,25 +2864,98,17197,54,13 +2865,104,17197,54,29 +2866,104,17197,54,35 +2867,104,17197,54,11 +2868,104,17197,54,17 +2869,95,17197,54,167 +2870,95,17197,54,159 +2871,95,17197,54,42 +2872,95,17197,54,151 +2873,95,17197,54,92 +2874,95,17197,54,208 +2875,95,17197,54,36 +2876,95,17197,54,59 +2877,95,17197,54,115 +2878,95,17197,54,67 +2879,95,17197,54,275 +2880,95,17197,54,73 +2881,95,17197,54,34 +2882,95,17197,54,242 +2883,95,17197,54,40 +2884,99,17197,54,32 +2885,99,17197,54,19 +2886,99,17197,54,15 +2887,99,17197,54,19 +2888,99,17197,54,31 +2889,99,17197,54,19 +2890,99,17197,54,11 +2891,99,17197,54,13 +2892,99,17197,54,11 +2893,105,17197,54,26 +2894,105,17197,54,22 +2895,105,17197,54,36 +2896,105,17197,54,100 +2897,100,17197,54,33 +2898,100,17197,54,22 +2899,100,17197,54,35 +2900,100,17197,54,85 +2901,100,17197,54,52 +2902,100,17197,54,10 +2903,100,17197,54,20 +2904,100,17197,54,6 +2905,100,17197,54,10 +2906,106,17197,54,26 +2907,106,17197,54,28 +2908,106,17197,54,37 +2909,106,17197,54,34 +2910,101,17197,54,119 +2911,101,17197,54,33 +2912,101,17197,54,28 +2913,101,17197,54,20 +2914,101,17197,54,10 +2915,101,17197,54,33 +2916,101,17197,54,34 +2917,101,17197,54,22 +2918,101,17197,54,8 +2919,101,17197,54,8 +2920,101,17197,54,18 +2921,107,17197,54,77 +2922,107,17197,54,41 +2923,107,17197,54,38 +2924,107,17197,54,39 +2925,107,17197,54,55 +2926,107,17197,54,18 +2927,119,17063,54,0 +2928,119,17063,54,0 +2929,119,17063,54,7 +2930,119,17063,54,5 +2931,119,17063,54,4 +2932,119,17063,54,0 +2933,119,17063,54,2 +2934,119,17063,54,0 +2935,119,17063,54,111 +2936,119,17063,54,0 +2937,119,17063,54,0 +2938,119,17063,54,4 +2939,119,17063,54,140 +2940,119,17063,54,11 +2941,119,17063,54,1 +2942,119,17063,54,12 +2943,119,17063,54,0 +2944,119,17063,54,48 +2945,119,17063,54,2 +2946,119,17063,54,33 +2947,119,17063,54,7 +2948,119,17063,54,0 +2949,119,17063,54,64 +2950,119,17063,54,0 +2951,120,17007,54,0 +2952,120,17007,54,0 +2953,120,17007,54,5 +2954,120,17007,54,20 +2955,120,17007,54,0 +2956,120,17007,54,2 +2957,120,17007,54,7 +2958,120,17007,54,106 +2959,120,17007,54,0 +2960,120,17007,54,20 +2961,120,17007,54,3 +2962,120,17007,54,13 +2963,120,17007,54,1 +2964,120,17007,54,2 +2965,120,17007,54,0 +2966,120,17007,54,2 +2967,120,17007,54,0 +2968,120,17007,54,7 +2969,120,17007,54,1 +2970,120,17007,54,5 +2971,120,17007,54,0 +2972,120,17007,54,0 +2973,120,17007,54,2 +2974,120,17007,54,3 +2975,120,17007,54,1 +2976,121,17037,54,0 +2977,121,17037,54,67 +2978,121,17037,54,42 +2979,121,17037,54,3 +2980,121,17037,54,2 +2981,121,17037,54,0 +2982,121,17037,54,0 +2983,121,17037,54,0 +2984,121,17037,54,7 +2985,121,17037,54,0 +2986,121,17037,54,0 +2987,121,17037,54,0 +2988,121,17037,54,13 +2989,121,17037,54,6 +2990,121,17037,54,0 +2991,121,17037,54,8 +2992,121,17037,54,72 +2993,121,17037,54,33 +2994,121,17037,54,0 +2995,121,17037,54,154 +2996,121,17037,54,24 +2997,121,17037,54,0 +2998,121,17037,54,2 +2999,121,17037,54,1 +3000,121,17037,54,56 +3001,121,17037,54,0 +3002,121,17037,54,0 +3003,121,17037,54,4 +3004,121,17037,54,114 +3005,121,17037,54,8 +3006,121,17037,54,0 +3007,121,17037,54,6 +3008,121,17037,54,1 +3009,121,17037,54,1 +3010,121,17037,54,5 +3011,121,17037,54,0 +3012,121,17037,54,0 +3013,121,17037,54,25 +3014,121,17037,54,1 +3015,121,17037,54,0 +3016,121,17037,54,1 +3017,121,17037,54,0 +3018,121,17037,54,0 +3019,121,17037,54,25 +3020,121,17037,54,0 +3021,121,17037,54,3 +3022,122,17091,54,1 +3023,122,17091,54,0 +3024,122,17091,54,0 +3025,122,17091,54,0 +3026,122,17091,54,0 +3027,122,17091,54,0 +3028,122,17091,54,5 +3029,122,17091,54,0 +3030,122,17091,54,2 +3031,122,17091,54,0 +3032,122,17091,54,0 +3033,122,17091,54,3 +3034,122,17091,54,33 +3035,122,17091,54,0 +3036,122,17091,54,3 +3037,122,17091,54,113 +3038,122,17091,54,3 +3039,122,17091,54,0 +3040,122,17091,54,4 +3041,122,17091,54,2 +3042,122,17091,54,0 +3043,122,17091,54,13 +3044,122,17091,54,78 +3045,122,17091,54,0 +3046,122,17091,54,11 +3047,122,17091,54,23 +3048,122,17091,54,2 +3049,122,17091,54,0 +3050,122,17091,54,745 +3051,122,17091,54,76 +3052,122,17091,54,5 +3053,122,17091,54,279 +3054,122,17091,54,80 +3055,122,17091,54,0 +3056,122,17091,54,17 +3057,122,17091,54,4 +3058,122,17091,54,0 +3059,122,17091,54,0 +3060,122,17091,54,27 +3061,122,17091,54,0 +3062,122,17091,54,0 +3063,122,17091,54,14 +3064,122,17091,54,0 +3065,122,17091,54,3 +3066,122,17091,54,0 +3067,122,17091,54,3 +3068,122,17091,54,16 +3069,122,17091,54,78 +3070,122,17091,54,6 +3071,122,17091,54,35 +3072,122,17091,54,0 +3073,122,17091,54,18 +3074,126,17099,54,1 +3075,126,17099,54,0 +3076,126,17099,54,52 +3077,126,17099,54,1 +3078,126,17099,54,0 +3079,126,17099,54,0 +3080,126,17099,54,0 +3081,126,17099,54,27 +3082,126,17099,54,0 +3083,126,17099,54,0 +3084,126,17099,54,0 +3085,126,17099,54,2 +3086,126,17099,54,0 +3087,126,17099,54,0 +3088,126,17099,54,1 +3089,126,17099,54,0 +3090,126,17099,54,2 +3091,126,17099,54,0 +3092,126,17099,54,16 +3093,126,17099,54,2 +3094,126,17099,54,0 +3095,126,17099,54,0 +3096,126,17099,54,101 +3097,126,17099,54,130 +3098,126,17099,54,43 +3099,126,17099,54,121 +3100,126,17099,54,0 +3101,126,17099,54,5 +3102,126,17099,54,0 +3103,126,17099,54,0 +3104,126,17099,54,0 +3105,126,17099,54,0 +3106,126,17099,54,0 +3107,126,17099,54,45 +3108,126,17099,54,0 +3109,126,17099,54,331 +3110,126,17099,54,32 +3111,126,17099,54,0 +3112,126,17099,54,0 +3113,126,17099,54,23 +3114,126,17099,54,28 +3115,126,17099,54,5 +3116,126,17099,54,2 +3117,126,17099,54,3 +3118,126,17099,54,0 +3119,126,17099,54,23 +3120,126,17099,54,1 +3121,126,17099,54,0 +3122,126,17099,54,218 +3123,126,17099,54,0 +3124,126,17099,54,0 +3125,126,17099,54,9 +3126,126,17099,54,2 +3127,126,17099,54,0 +3128,126,17099,54,1 +3129,126,17099,54,0 +3130,126,17099,54,0 +3131,126,17099,54,4 +3132,126,17099,54,0 +3133,126,17099,54,3 +3134,126,17099,54,0 +3135,126,17099,54,0 +3136,126,17099,54,94 +3137,126,17099,54,0 +3138,126,17099,54,0 +3139,126,17099,54,0 +3140,126,17099,54,10 +3141,126,17099,54,0 +3142,126,17099,54,0 +3143,126,17099,54,1 +3144,126,17099,54,3 +3145,126,17099,54,10 +3146,125,17103,54,6 +3147,125,17103,54,1 +3148,125,17103,54,0 +3149,125,17103,54,0 +3150,125,17103,54,0 +3151,125,17103,54,0 +3152,124,17141,54,0 +3153,124,17141,54,0 +3154,124,17141,54,29 +3155,124,17141,54,15 +3156,124,17141,54,8 +3157,124,17141,54,229 +3158,124,17141,54,0 +3159,124,17141,54,0 +3160,124,17141,54,10 +3161,124,17141,54,20 +3162,124,17141,54,0 +3163,124,17141,54,0 +3164,124,17141,54,25 +3165,124,17141,54,0 +3166,124,17141,54,0 +3167,124,17141,54,0 +3168,124,17141,54,0 +3169,123,17201,54,0 +3170,123,17201,54,0 +3171,123,17201,54,0 +3172,123,17201,54,3 +3173,123,17201,54,15 +3174,123,17201,54,0 +3175,123,17201,54,5 +3176,123,17201,54,0 +3177,123,17201,54,0 +3178,123,17201,54,0 +3179,123,17201,54,0 +3180,123,17201,54,0 +3181,123,17201,54,2 +3182,123,17201,54,0 +3183,123,17201,54,1 +3184,123,17201,54,0 +3185,123,17201,54,1 +3186,123,17201,54,0 +3187,123,17201,54,0 +3188,123,17201,54,0 +3189,123,17201,54,3 +3190,123,17201,54,0 +3191,123,17201,54,17 +3192,123,17201,54,0 +3193,123,17201,54,41 +3194,123,17201,54,59 +3195,123,17201,54,0 +3196,123,17201,54,0 +3197,123,17201,54,0 +3198,123,17201,54,6 +3199,123,17201,54,0 +3200,123,17201,54,0 +3201,123,17201,54,253 +3202,123,17201,54,124 +3203,123,17201,54,0 +3204,123,17201,54,0 +3205,123,17201,54,10 +3206,123,17201,54,297 +3207,123,17201,54,9 +3208,123,17201,54,116 +3209,123,17201,54,538 +3210,123,17201,54,0 +3211,123,17201,54,18 +3212,123,17201,54,139 +3213,123,17201,54,295 +3214,123,17201,54,263 +3215,123,17201,54,158 +3216,123,17201,54,189 +3217,123,17201,54,239 +3218,123,17201,54,145 +3219,123,17201,54,470 +3220,123,17201,54,255 +3221,123,17201,54,52 +3222,123,17201,54,2 +3223,123,17201,54,12 +3224,123,17201,54,0 +3225,123,17201,54,0 +3226,123,17201,54,145 +3227,123,17201,54,119 +3228,123,17201,54,3 +3229,123,17201,54,57 +3230,123,17201,54,19 +3231,123,17201,54,0 +3232,123,17201,54,7 +3233,123,17201,54,33 +3234,123,17201,54,5 +3235,123,17201,54,78 +3236,123,17201,54,3 +3237,123,17201,54,6 +3238,123,17201,54,0 +3239,123,17201,54,0 +3240,123,17201,54,8 +3241,123,17201,54,10 +3242,123,17201,54,58 +3243,123,17201,54,17 +3244,123,17201,54,6 +3245,123,17201,54,0 +3246,123,17201,54,2 +3247,123,17201,54,13 +3248,127,18089,54,0 +3249,127,18089,54,1 +3250,127,18089,54,5 +3251,127,18089,54,4 +3252,127,18089,54,1 +3253,127,18089,54,13 +3254,127,18089,54,9 +3255,127,18089,54,0 +3256,127,18089,54,0 +3257,127,18089,54,21 +3258,127,18089,54,4 +3259,127,18089,54,0 +3260,127,18089,54,40 +3261,127,18089,54,3 +3262,127,18089,54,0 +3263,127,18089,54,1 +3264,127,18089,54,0 +3265,127,18089,54,0 +3266,127,18089,54,0 +3267,127,18089,54,5 +3268,127,18089,54,28 +3269,127,18089,54,29 +3270,127,18089,54,0 +3271,127,18089,54,0 +3272,127,18089,54,0 +3273,127,18089,54,29 +3274,127,18089,54,13 +3275,127,18089,54,0 +3276,127,18089,54,192 +3277,127,18089,54,79 +3278,127,18089,54,82 +3279,127,18089,54,1 +3280,127,18089,54,4 +3281,127,18089,54,0 +3282,127,18089,54,3 +3283,127,18089,54,21 +3284,127,18089,54,12 +3285,127,18089,54,13 +3286,127,18089,54,0 +3287,127,18089,54,10 +3288,127,18089,54,0 +3289,127,18089,54,0 +3290,127,18089,54,11 +3291,127,18089,54,2 +3292,127,18089,54,28 +3293,127,18089,54,0 +3294,127,18089,54,13 +3295,127,18089,54,725 +3296,127,18089,54,1 +3297,127,18089,54,143 +3298,127,18089,54,617 +3299,127,18089,54,51 +3300,127,18089,54,54 +3301,127,18089,54,44 +3302,127,18089,54,2 +3303,127,18089,54,18 +3304,127,18089,54,16 +3305,127,18089,54,12 +3306,127,18089,54,72 +3307,127,18089,54,177 +3308,127,18089,54,58 +3309,127,18089,54,127 +3310,127,18089,54,32 +3311,127,18089,54,0 +3312,127,18089,54,87 +3313,127,18089,54,124 +3314,127,18089,54,48 +3315,127,18089,54,16 +3316,127,18089,54,23 +3317,127,18089,54,21 +3318,127,18089,54,80 +3319,127,18089,54,30 +3320,127,18089,54,0 +3321,127,18089,54,6 +3322,127,18089,54,28 +3323,127,18089,54,2 +3324,127,18089,54,3 +3325,127,18089,54,72 +3326,127,18089,54,12 +3327,127,18089,54,534 +3328,127,18089,54,137 +3329,127,18089,54,239 +3330,127,18089,54,207 +3331,127,18089,54,194 +3332,127,18089,54,77 +3333,127,18089,54,210 +3334,127,18089,54,192 +3335,127,18089,54,10 +3336,127,18089,54,2 +3337,127,18089,54,1 +3338,127,18089,54,14 +3339,127,18089,54,187 +3340,127,18089,54,0 +3341,127,18089,54,11 +3342,127,18089,54,6 +3343,127,18089,54,86 +3344,127,18089,54,170 +3345,129,18091,54,0 +3346,129,18091,54,0 +3347,129,18091,54,1 +3348,129,18091,54,2 +3349,129,18091,54,0 +3350,129,18091,54,4 +3351,129,18091,54,9 +3352,129,18091,54,0 +3353,129,18091,54,2 +3354,129,18091,54,15 +3355,129,18091,54,0 +3356,129,18091,54,39 +3357,129,18091,54,0 +3358,129,18091,54,0 +3359,129,18091,54,1 +3360,129,18091,54,0 +3361,129,18091,54,36 +3362,129,18091,54,2 +3363,129,18091,54,0 +3364,129,18091,54,24 +3365,129,18091,54,2 +3366,129,18091,54,3 +3367,129,18091,54,22 +3368,129,18091,54,0 +3369,129,18091,54,2 +3370,129,18091,54,20 +3371,129,18091,54,1 +3372,129,18091,54,3 +3373,129,18091,54,144 +3374,129,18091,54,0 +3375,129,18091,54,36 +3376,129,18091,54,4 +3377,129,18091,54,2 +3378,129,18091,54,8 +3379,129,18091,54,3 +3380,129,18091,54,0 +3381,129,18091,54,0 +3382,129,18091,54,0 +3383,129,18091,54,4 +3384,129,18091,54,9 +3385,129,18091,54,1 +3386,129,18091,54,37 +3387,129,18091,54,37 +3388,129,18091,54,5 +3389,129,18091,54,25 +3390,129,18091,54,0 +3391,129,18091,54,0 +3392,129,18091,54,0 +3393,129,18091,54,1 +3394,129,18091,54,0 +3395,129,18091,54,0 +3396,129,18091,54,127 +3397,129,18091,54,80 +3398,129,18091,54,0 +3399,129,18091,54,0 +3400,129,18091,54,55 +3401,128,18127,54,0 +3402,128,18127,54,0 +3403,128,18127,54,0 +3404,128,18127,54,9 +3405,128,18127,54,0 +3406,128,18127,54,0 +3407,128,18127,54,3 +3408,128,18127,54,15 +3409,128,18127,54,1 +3410,128,18127,54,0 +3411,128,18127,54,2 +3412,128,18127,54,0 +3413,128,18127,54,0 +3414,128,18127,54,0 +3415,128,18127,54,6 +3416,128,18127,54,0 +3417,128,18127,54,3 +3418,128,18127,54,5 +3419,128,18127,54,138 +3420,128,18127,54,0 +3421,128,18127,54,0 +3422,128,18127,54,159 +3423,128,18127,54,0 +3424,128,18127,54,0 +3425,128,18127,54,8 +3426,128,18127,54,0 +3427,128,18127,54,8 +3428,128,18127,54,40 +3429,128,18127,54,13 +3430,128,18127,54,95 +3431,128,18127,54,0 +3432,128,18127,54,16 +3433,128,18127,54,400 +3434,128,18127,54,8 +3435,128,18127,54,5 +3436,128,18127,54,29 +3437,128,18127,54,6 +3438,128,18127,54,0 +3439,128,18127,54,15 +3440,128,18127,54,7 +3441,128,18127,54,66 +3442,128,18127,54,0 +3443,128,18127,54,60 +3444,128,18127,54,0 +3445,128,18127,54,24 +3446,128,18127,54,72 +3447,128,18127,54,21 +3448,128,18127,54,1 +3449,128,18127,54,6 +3450,128,18127,54,2 +3451,128,18127,54,26 +3452,128,18127,54,0 +3453,128,18127,54,9 +3454,128,18127,54,1 +3455,128,18127,54,105 +3456,128,18127,54,3 +3457,128,18127,54,90 +3458,128,18127,54,20 +3459,128,18127,54,0 +3460,128,18127,54,0 +3461,128,18127,54,0 +3462,128,18127,54,9 +3463,128,18127,54,215 +3464,128,18127,54,84 +3465,128,18127,54,0 +3466,128,18127,54,4 +3467,128,18127,54,6 +3468,130,55059,54,35 +3469,130,55059,54,4 +3470,130,55059,54,3 +3471,130,55059,54,0 +3472,130,55059,54,1 +3473,130,55059,54,2 +3474,130,55059,54,4 +3475,130,55059,54,3 +3476,130,55059,54,0 +3477,130,55059,54,2 +3478,130,55059,54,22 +3479,130,55059,54,33 +3480,130,55059,54,73 +3481,130,55059,54,0 +3482,130,55059,54,8 +3483,130,55059,54,0 +3484,130,55059,54,0 +3485,130,55059,54,7 +3486,130,55059,54,101 +3487,130,55059,54,10 +3488,130,55059,54,3 +3489,130,55059,54,2 +3490,130,55059,54,2 +3491,130,55059,54,88 +3492,130,55059,54,287 +3493,130,55059,54,43 +3494,130,55059,54,1 +3495,130,55059,54,3 +3496,130,55059,54,26 +3497,130,55059,54,2 +3498,130,55059,54,2 +3499,130,55059,54,21 +3500,130,55059,54,15 +3501,130,55059,54,57 +3502,130,55059,54,44 +3503,130,55059,54,11 +3504,130,55059,54,40 +3505,130,55059,54,2 +3506,130,55059,54,2 +3507,130,55059,54,1 +3508,130,55059,54,0 +3509,130,55059,54,0 +3510,130,55059,54,360 +3511,130,55059,54,2 +3512,130,55059,54,0 +3513,131,55101,54,0 +3514,131,55101,54,0 +3515,131,55101,54,6 +3516,131,55101,54,0 +3517,131,55101,54,148 +3518,131,55101,54,91 +3519,131,55101,54,5 +3520,131,55101,54,0 +3521,131,55101,54,0 +3522,131,55101,54,0 +3523,131,55101,54,0 +3524,131,55101,54,0 +3525,131,55101,54,2 +3526,131,55101,54,0 +3527,131,55101,54,2 +3528,131,55101,54,3 +3529,131,55101,54,3 +3530,131,55101,54,45 +3531,131,55101,54,2 +3532,131,55101,54,0 +3533,131,55101,54,18 +3534,131,55101,54,48 +3535,131,55101,54,51 +3536,131,55101,54,0 +3537,131,55101,54,190 +3538,131,55101,54,61 +3539,131,55101,54,0 +3540,131,55101,54,36 +3541,131,55101,54,9 +3542,131,55101,54,0 +3543,131,55101,54,14 +3544,131,55101,54,432 +3545,131,55101,54,123 +3546,131,55101,54,146 +3547,131,55101,54,42 +3548,131,55101,54,0 +3549,131,55101,54,177 +3550,131,55101,54,0 +3551,131,55101,54,1 +3552,131,55101,54,2 +3553,131,55101,54,0 +3554,131,55101,54,17 +3555,131,55101,54,0 +3556,131,55101,54,1 +3557,131,55101,54,0 +3558,131,55101,54,8 +3559,131,55101,54,5 +3560,131,55101,54,9 +3561,131,55101,54,54 +3562,131,55101,54,11 +3563,131,55101,54,1 +3564,131,55101,54,41 +3565,131,55101,54,16 +3566,131,55101,54,1 +3567,131,55101,54,68 +3568,131,55101,54,0 +3569,132,55127,54,2 +3570,132,55127,54,24 +3571,132,55127,54,0 +3572,132,55127,54,2 +3573,132,55127,54,20 +3574,132,55127,54,4 +3575,132,55127,54,2 +3576,132,55127,54,1 +3577,132,55127,54,0 +3578,132,55127,54,4 +3579,132,55127,54,0 +3580,132,55127,54,0 +3581,132,55127,54,7 +3582,132,55127,54,15 +3583,132,55127,54,11 +3584,132,55127,54,0 +3585,132,55127,54,1 +3586,132,55127,54,1 +3587,132,55127,54,0 +3588,132,55127,54,0 +3589,132,55127,54,170 +3590,132,55127,54,0 +3591,132,55127,54,1 +3592,132,55127,54,1 +3593,132,55127,54,28 +3594,132,55127,54,50 +3595,132,55127,54,269 +3596,132,55127,54,0 +3597,132,55127,54,3 +3598,132,55127,54,0 +3599,132,55127,54,8 +3600,132,55127,54,0 +3601,132,55127,54,0 +3602,132,55127,54,5 +3603,132,55127,54,16 +3604,132,55127,54,39 +3605,132,55127,54,25 +3606,132,55127,54,0 +3607,132,55127,54,0 +3608,132,55127,54,18 +3609,132,55127,54,0 +3610,132,55127,54,81 +3611,132,55127,54,2 +3612,132,55127,54,4 +3613,132,55127,54,0 +3614,132,55127,54,5 +3615,132,55127,54,0 +3616,132,55127,54,0 +3617,132,55127,54,2 +3618,132,55127,54,0 +3619,132,55127,54,0 +3620,132,55127,54,0 +3621,132,55127,54,0 +3622,132,55127,54,0 +3623,132,55127,54,0 +3624,132,55127,54,0 +3625,132,55127,54,47 +3626,132,55127,54,35 +3627,132,55127,54,49 +3628,132,55127,54,0 +3629,132,55127,54,0 +3630,132,55127,54,5 +3631,132,55127,54,2 +3632,132,55127,54,42 +1,17,17031,55,2 +2,17,17031,55,12 +3,17,17031,55,187 +4,17,17031,55,1 +5,17,17031,55,24 +6,17,17031,55,35 +7,17,17031,55,17 +8,17,17031,55,3 +9,17,17031,55,0 +10,17,17031,55,28 +11,17,17031,55,23 +12,17,17031,55,710 +13,17,17031,55,1043 +14,17,17031,55,5 +15,17,17031,55,8 +16,17,17031,55,1079 +17,17,17031,55,421 +18,17,17031,55,768 +19,17,17031,55,17 +20,17,17031,55,10 +21,17,17031,55,537 +22,17,17031,55,1030 +23,17,17031,55,590 +24,17,17031,55,561 +25,17,17031,55,88 +26,17,17031,55,26 +27,17,17031,55,617 +28,17,17031,55,1485 +29,17,17031,55,957 +30,17,17031,55,599 +31,17,17031,55,1 +32,17,17031,55,12 +33,17,17031,55,184 +34,17,17031,55,265 +35,17,17031,55,460 +36,17,17031,55,31 +37,17,17031,55,1 +38,17,17031,55,252 +39,17,17031,55,4 +40,17,17031,55,87 +41,17,17031,55,4 +42,17,17031,55,0 +43,17,17031,55,2 +44,17,17031,55,0 +45,17,17031,55,0 +46,17,17031,55,0 +47,17,17031,55,6 +48,17,17031,55,28 +49,17,17031,55,28 +50,17,17031,55,19 +51,17,17031,55,1 +52,17,17031,55,1 +53,17,17031,55,0 +54,17,17031,55,10 +55,17,17031,55,16 +56,17,17031,55,12 +57,17,17031,55,27 +58,17,17031,55,81 +59,17,17031,55,30 +60,17,17031,55,54 +61,17,17031,55,44 +62,17,17031,55,2 +63,17,17031,55,51 +64,17,17031,55,1 +65,17,17031,55,4 +66,17,17031,55,5 +67,17,17031,55,1 +68,17,17031,55,18 +69,17,17031,55,0 +70,17,17031,55,1 +71,17,17031,55,0 +72,17,17031,55,6 +73,17,17031,55,11 +74,17,17031,55,104 +75,17,17031,55,82 +76,17,17031,55,110 +77,17,17031,55,0 +78,14,17031,55,1 +79,14,17031,55,3 +80,14,17031,55,9 +81,14,17031,55,1 +82,14,17031,55,1 +83,14,17031,55,1 +84,14,17031,55,20 +85,14,17031,55,3 +86,14,17031,55,133 +87,14,17031,55,2 +88,14,17031,55,0 +89,14,17031,55,0 +90,17,17031,55,3 +91,17,17031,55,4 +92,17,17031,55,34 +93,17,17031,55,0 +94,17,17031,55,135 +95,17,17031,55,141 +96,17,17031,55,122 +97,17,17031,55,42 +98,17,17031,55,1 +99,17,17031,55,20 +100,17,17031,55,31 +101,17,17031,55,18 +102,17,17031,55,15 +103,17,17031,55,3 +104,17,17031,55,4 +105,17,17031,55,10 +106,17,17031,55,1 +107,17,17031,55,11 +108,17,17031,55,12 +109,17,17031,55,4 +110,17,17031,55,13 +111,17,17031,55,0 +112,17,17031,55,43 +113,17,17031,55,4 +114,17,17031,55,8 +115,17,17031,55,0 +116,17,17031,55,3 +117,17,17031,55,0 +118,17,17031,55,1 +119,17,17031,55,0 +120,17,17031,55,58 +121,17,17031,55,0 +122,8,17031,55,16 +123,12,17031,55,6 +124,12,17031,55,42 +125,12,17031,55,8 +126,12,17031,55,0 +127,12,17031,55,7 +128,12,17031,55,19 +129,12,17031,55,1 +130,12,17031,55,15 +131,12,17031,55,3 +132,12,17031,55,251 +133,12,17031,55,18 +134,12,17031,55,16 +135,12,17031,55,7 +136,12,17031,55,0 +137,12,17031,55,0 +138,12,17031,55,0 +139,12,17031,55,37 +140,12,17031,55,1 +141,9,17031,55,0 +142,9,17031,55,0 +143,9,17031,55,1 +144,9,17031,55,2 +145,9,17031,55,4 +146,9,17031,55,0 +147,12,17031,55,0 +148,12,17031,55,1 +149,12,17031,55,3 +150,12,17031,55,0 +151,12,17031,55,0 +152,12,17031,55,7 +153,12,17031,55,0 +154,10,17031,55,0 +155,10,17031,55,4 +156,10,17031,55,0 +157,10,17031,55,0 +158,10,17031,55,0 +159,10,17031,55,1 +160,10,17031,55,1 +161,10,17031,55,13 +162,10,17031,55,0 +163,11,17031,55,1 +164,11,17031,55,16 +165,11,17031,55,0 +166,11,17031,55,2 +167,10,17031,55,6 +168,10,17031,55,1 +169,10,17031,55,0 +170,10,17031,55,0 +171,11,17031,55,4 +172,11,17031,55,0 +173,11,17031,55,0 +174,11,17031,55,0 +175,11,17031,55,0 +176,11,17031,55,0 +177,11,17031,55,46 +178,11,17031,55,0 +179,13,17031,55,0 +180,13,17031,55,0 +181,13,17031,55,0 +182,13,17031,55,1 +183,13,17031,55,2 +184,13,17031,55,3 +185,13,17031,55,0 +186,13,17031,55,0 +187,13,17031,55,1 +188,13,17031,55,2 +189,13,17031,55,0 +190,13,17031,55,0 +191,13,17031,55,22 +192,13,17031,55,1 +193,13,17031,55,0 +194,13,17031,55,86 +195,13,17031,55,0 +196,13,17031,55,1 +197,13,17031,55,0 +198,13,17031,55,2 +199,13,17031,55,3 +200,13,17031,55,4 +201,13,17031,55,0 +202,13,17031,55,1 +203,13,17031,55,2 +204,13,17031,55,43 +205,13,17031,55,0 +206,13,17031,55,2 +207,13,17031,55,0 +208,13,17031,55,2 +209,13,17031,55,1 +210,13,17031,55,3 +211,13,17031,55,26 +212,13,17031,55,7 +213,13,17031,55,0 +214,13,17031,55,25 +215,13,17031,55,0 +216,13,17031,55,0 +217,13,17031,55,1 +218,13,17031,55,7 +219,13,17031,55,48 +220,13,17031,55,0 +221,13,17031,55,0 +222,13,17031,55,1 +223,13,17031,55,8 +224,13,17031,55,16 +225,13,17031,55,7 +226,13,17031,55,1 +227,13,17031,55,0 +228,13,17031,55,2 +229,13,17031,55,0 +230,13,17031,55,0 +231,13,17031,55,94 +232,13,17031,55,12 +233,13,17031,55,3 +234,13,17031,55,16 +235,13,17031,55,29 +236,13,17031,55,10 +237,13,17031,55,0 +238,13,17031,55,1 +239,13,17031,55,9 +240,13,17031,55,0 +241,13,17031,55,4 +242,13,17031,55,0 +243,13,17031,55,0 +244,13,17031,55,0 +245,13,17031,55,1 +246,13,17031,55,0 +247,13,17031,55,5 +248,13,17031,55,2 +249,13,17031,55,0 +250,13,17031,55,9 +251,13,17031,55,0 +252,13,17031,55,3 +253,13,17031,55,0 +254,13,17031,55,0 +255,13,17031,55,13 +256,13,17031,55,2 +257,13,17031,55,5 +258,13,17031,55,5 +259,13,17031,55,1 +260,13,17031,55,25 +261,13,17031,55,4 +262,13,17031,55,141 +263,13,17031,55,21 +264,13,17031,55,7 +265,13,17031,55,0 +266,13,17031,55,1 +267,13,17031,55,2 +268,13,17031,55,0 +269,13,17031,55,0 +270,13,17031,55,0 +271,13,17031,55,1 +272,13,17031,55,55 +273,13,17031,55,2 +274,13,17031,55,8 +275,13,17031,55,1 +276,13,17031,55,14 +277,13,17031,55,0 +278,13,17031,55,5 +279,13,17031,55,0 +280,13,17031,55,3 +281,13,17031,55,2 +282,13,17031,55,7 +283,13,17031,55,22 +284,13,17031,55,31 +285,13,17031,55,3 +286,13,17031,55,0 +287,13,17031,55,13 +288,13,17031,55,97 +289,13,17031,55,0 +290,13,17031,55,1 +291,13,17031,55,83 +292,13,17031,55,0 +293,13,17031,55,6 +294,13,17031,55,37 +295,13,17031,55,0 +296,13,17031,55,96 +297,13,17031,55,0 +298,13,17031,55,16 +299,13,17031,55,2 +300,13,17031,55,2 +301,13,17031,55,0 +302,13,17031,55,47 +303,13,17031,55,1 +304,13,17031,55,6 +305,13,17031,55,1 +306,13,17031,55,2 +307,13,17031,55,1 +308,14,17031,55,12 +309,14,17031,55,0 +310,14,17031,55,7 +311,14,17031,55,1 +312,14,17031,55,3 +313,14,17031,55,1 +314,14,17031,55,0 +315,14,17031,55,18 +316,14,17031,55,313 +317,14,17031,55,175 +318,14,17031,55,1 +319,14,17031,55,1 +320,14,17031,55,14 +321,14,17031,55,2 +322,14,17031,55,0 +323,14,17031,55,0 +324,14,17031,55,1 +325,14,17031,55,7 +326,14,17031,55,23 +327,14,17031,55,4 +328,14,17031,55,0 +329,14,17031,55,0 +330,14,17031,55,2 +331,14,17031,55,0 +332,14,17031,55,1 +333,14,17031,55,2 +334,14,17031,55,2 +335,14,17031,55,0 +336,14,17031,55,5 +337,14,17031,55,3 +338,14,17031,55,3 +339,14,17031,55,2 +340,14,17031,55,1 +341,14,17031,55,1 +342,14,17031,55,0 +343,14,17031,55,16 +344,14,17031,55,1 +345,14,17031,55,1 +346,14,17031,55,5 +347,14,17031,55,1 +348,14,17031,55,4 +349,14,17031,55,0 +350,14,17031,55,0 +351,14,17031,55,2 +352,14,17031,55,2 +353,14,17031,55,0 +354,14,17031,55,10 +355,16,17031,55,0 +356,16,17031,55,0 +357,16,17031,55,1 +358,16,17031,55,9 +359,16,17031,55,4 +360,16,17031,55,2 +361,16,17031,55,114 +362,16,17031,55,98 +363,16,17031,55,6 +364,16,17031,55,0 +365,16,17031,55,1 +366,16,17031,55,7 +367,16,17031,55,1 +368,16,17031,55,6 +369,16,17031,55,8 +370,16,17031,55,1 +371,16,17031,55,1 +372,16,17031,55,0 +373,16,17031,55,4 +374,16,17031,55,0 +375,16,17031,55,83 +376,16,17031,55,0 +377,16,17031,55,6 +378,16,17031,55,7 +379,16,17031,55,10 +380,16,17031,55,105 +381,16,17031,55,19 +382,16,17031,55,0 +383,16,17031,55,9 +384,16,17031,55,13 +385,16,17031,55,0 +386,16,17031,55,5 +387,16,17031,55,48 +388,16,17031,55,28 +389,16,17031,55,11 +390,16,17031,55,16 +391,16,17031,55,0 +392,16,17031,55,9 +393,16,17031,55,10 +394,16,17031,55,0 +395,16,17031,55,0 +396,16,17031,55,16 +397,16,17031,55,5 +398,16,17031,55,2 +399,16,17031,55,0 +400,16,17031,55,2 +401,16,17031,55,18 +402,16,17031,55,0 +403,16,17031,55,2 +404,16,17031,55,2 +405,16,17031,55,1 +406,16,17031,55,3 +407,16,17031,55,125 +408,16,17031,55,10 +409,16,17031,55,0 +410,16,17031,55,33 +411,16,17031,55,1 +412,16,17031,55,0 +413,16,17031,55,0 +414,16,17031,55,0 +415,16,17031,55,3 +416,16,17031,55,6 +417,16,17031,55,535 +418,16,17031,55,0 +419,16,17031,55,109 +420,16,17031,55,16 +421,16,17031,55,3 +422,16,17031,55,0 +423,16,17031,55,89 +424,16,17031,55,0 +425,16,17031,55,1 +426,16,17031,55,0 +427,16,17031,55,0 +428,16,17031,55,1 +429,16,17031,55,2 +430,16,17031,55,9 +431,16,17031,55,10 +432,16,17031,55,117 +433,16,17031,55,9 +434,16,17031,55,130 +435,16,17031,55,4 +436,16,17031,55,7 +437,16,17031,55,15 +438,16,17031,55,10 +439,16,17031,55,3 +440,16,17031,55,20 +441,17,17031,55,2 +442,17,17031,55,1 +443,17,17031,55,4 +444,17,17031,55,0 +445,17,17031,55,10 +446,17,17031,55,106 +447,17,17031,55,51 +448,17,17031,55,12 +449,17,17031,55,2 +450,17,17031,55,0 +451,17,17031,55,1 +452,17,17031,55,2 +453,17,17031,55,1 +454,17,17031,55,0 +455,17,17031,55,1 +456,17,17031,55,0 +457,17,17031,55,0 +458,17,17031,55,0 +459,19,17031,55,556 +460,19,17031,55,2 +461,19,17031,55,3 +462,19,17031,55,10 +463,19,17031,55,2 +464,19,17031,55,2 +465,19,17031,55,0 +466,19,17031,55,0 +467,19,17031,55,0 +468,19,17031,55,9 +469,19,17031,55,0 +470,19,17031,55,0 +471,19,17031,55,0 +472,19,17031,55,78 +473,19,17031,55,0 +474,19,17031,55,12 +475,19,17031,55,0 +476,19,17031,55,3 +477,19,17031,55,20 +478,19,17031,55,0 +479,19,17031,55,2 +480,19,17031,55,115 +481,19,17031,55,2 +482,19,17031,55,0 +483,19,17031,55,100 +484,19,17031,55,0 +485,19,17031,55,6 +486,19,17031,55,0 +487,19,17031,55,9 +488,19,17031,55,0 +489,19,17031,55,58 +490,19,17031,55,16 +491,19,17031,55,0 +492,19,17031,55,2 +493,19,17031,55,94 +494,19,17031,55,6 +495,19,17031,55,5 +496,19,17031,55,99 +497,19,17031,55,22 +498,19,17031,55,1 +499,19,17031,55,3 +500,19,17031,55,0 +501,19,17031,55,0 +502,19,17031,55,27 +503,19,17031,55,28 +504,19,17031,55,0 +505,19,17031,55,0 +506,19,17031,55,5 +507,19,17031,55,0 +508,19,17031,55,8 +509,19,17031,55,11 +510,19,17031,55,5 +511,19,17031,55,1 +512,19,17031,55,0 +513,19,17031,55,5 +514,19,17031,55,0 +515,19,17031,55,177 +516,19,17031,55,10 +517,19,17031,55,1 +518,19,17031,55,1 +519,19,17031,55,0 +520,19,17031,55,0 +521,19,17031,55,1 +522,19,17031,55,1 +523,20,17031,55,15 +524,20,17031,55,16 +525,20,17031,55,10 +526,20,17031,55,25 +527,20,17031,55,68 +528,20,17031,55,1 +529,20,17031,55,15 +530,20,17031,55,16 +531,20,17031,55,12 +532,20,17031,55,4 +533,20,17031,55,0 +534,20,17031,55,49 +535,20,17031,55,0 +536,20,17031,55,1 +537,20,17031,55,0 +538,20,17031,55,14 +539,20,17031,55,0 +540,20,17031,55,2 +541,20,17031,55,0 +542,20,17031,55,8 +543,20,17031,55,2 +544,20,17031,55,270 +545,20,17031,55,0 +546,20,17031,55,0 +547,20,17031,55,6 +548,20,17031,55,0 +549,20,17031,55,11 +550,20,17031,55,0 +551,20,17031,55,1 +552,20,17031,55,1 +553,20,17031,55,0 +554,20,17031,55,2 +555,20,17031,55,0 +556,20,17031,55,0 +557,20,17031,55,0 +558,20,17031,55,30 +559,20,17031,55,0 +560,20,17031,55,0 +561,20,17031,55,18 +562,20,17031,55,5 +563,20,17031,55,46 +564,20,17031,55,0 +565,20,17031,55,0 +566,20,17031,55,0 +567,20,17031,55,1 +568,20,17031,55,5 +569,20,17031,55,0 +570,20,17031,55,1 +571,20,17031,55,0 +572,20,17031,55,0 +573,20,17031,55,1 +574,20,17031,55,15 +575,20,17031,55,0 +576,20,17031,55,0 +577,20,17031,55,0 +578,20,17031,55,0 +579,20,17031,55,57 +580,20,17031,55,83 +581,20,17031,55,3 +582,20,17031,55,2 +583,20,17031,55,0 +584,20,17031,55,1 +585,20,17031,55,0 +586,20,17031,55,0 +587,20,17031,55,0 +588,20,17031,55,0 +589,20,17031,55,0 +590,20,17031,55,0 +591,20,17031,55,0 +592,20,17031,55,9 +593,20,17031,55,14 +594,20,17031,55,0 +595,20,17031,55,8 +596,20,17031,55,0 +597,20,17031,55,4 +598,20,17031,55,1 +599,20,17031,55,50 +600,20,17031,55,1 +601,20,17031,55,58 +602,20,17031,55,0 +603,20,17031,55,0 +604,20,17031,55,0 +605,20,17031,55,0 +606,20,17031,55,1 +607,20,17031,55,0 +608,20,17031,55,3 +609,20,17031,55,35 +610,20,17031,55,41 +611,20,17031,55,0 +612,20,17031,55,3 +613,20,17031,55,0 +614,20,17031,55,2 +615,20,17031,55,1 +616,20,17031,55,1 +617,20,17031,55,1 +618,20,17031,55,0 +619,20,17031,55,0 +620,20,17031,55,0 +621,20,17031,55,25 +622,20,17031,55,0 +623,20,17031,55,0 +624,20,17031,55,0 +625,20,17031,55,2 +626,20,17031,55,0 +627,20,17031,55,0 +628,20,17031,55,0 +629,20,17031,55,0 +630,23,17031,55,0 +631,23,17031,55,0 +632,23,17031,55,9 +633,23,17031,55,0 +634,23,17031,55,0 +635,23,17031,55,0 +636,24,17031,55,0 +637,24,17031,55,3 +638,24,17031,55,2 +639,24,17031,55,0 +640,24,17031,55,54 +641,24,17031,55,0 +642,24,17031,55,1 +643,24,17031,55,1 +644,24,17031,55,1 +645,24,17031,55,1 +646,24,17031,55,4 +647,24,17031,55,1 +648,24,17031,55,1 +649,24,17031,55,0 +650,24,17031,55,1 +651,24,17031,55,3 +652,24,17031,55,0 +653,24,17031,55,1 +654,24,17031,55,0 +655,24,17031,55,0 +656,24,17031,55,0 +657,24,17031,55,0 +658,24,17031,55,3 +659,24,17031,55,1 +660,24,17031,55,5 +661,24,17031,55,2 +662,24,17031,55,0 +663,24,17031,55,0 +664,24,17031,55,0 +665,24,17031,55,2 +666,24,17031,55,0 +667,24,17031,55,0 +668,24,17031,55,1 +669,24,17031,55,3 +670,24,17031,55,4 +671,24,17031,55,14 +672,24,17031,55,1 +673,24,17031,55,0 +674,24,17031,55,11 +675,24,17031,55,11 +676,24,17031,55,8 +677,24,17031,55,4 +678,24,17031,55,17 +679,24,17031,55,0 +680,24,17031,55,4 +681,24,17031,55,20 +682,24,17031,55,22 +683,24,17031,55,38 +684,24,17031,55,11 +685,24,17031,55,0 +686,24,17031,55,1 +687,24,17031,55,1 +688,24,17031,55,0 +689,24,17031,55,2 +690,24,17031,55,90 +691,24,17031,55,2 +692,24,17031,55,6 +693,24,17031,55,0 +694,24,17031,55,1 +695,24,17031,55,7 +696,24,17031,55,0 +697,24,17031,55,0 +698,24,17031,55,6 +699,24,17031,55,1 +700,24,17031,55,106 +701,24,17031,55,35 +702,24,17031,55,1 +703,24,17031,55,0 +704,24,17031,55,0 +705,24,17031,55,1 +706,24,17031,55,0 +707,24,17031,55,2 +708,24,17031,55,0 +709,24,17031,55,58 +710,24,17031,55,3 +711,24,17031,55,96 +712,24,17031,55,1 +713,24,17031,55,0 +714,24,17031,55,0 +715,24,17031,55,0 +716,24,17031,55,0 +717,24,17031,55,1 +718,1,17031,55,0 +719,1,17031,55,0 +720,1,17031,55,6 +721,1,17031,55,0 +722,1,17031,55,0 +723,1,17031,55,0 +724,1,17031,55,1389 +725,1,17031,55,16 +726,1,17031,55,178 +727,6,17031,55,3 +728,6,17031,55,0 +729,6,17031,55,91 +730,6,17031,55,0 +731,6,17031,55,0 +732,6,17031,55,1 +733,6,17031,55,1 +734,6,17031,55,0 +735,6,17031,55,1 +736,6,17031,55,63 +737,6,17031,55,4 +738,6,17031,55,3 +739,6,17031,55,1 +740,6,17031,55,0 +741,6,17031,55,0 +742,6,17031,55,0 +743,6,17031,55,71 +744,6,17031,55,0 +745,6,17031,55,127 +746,6,17031,55,0 +747,6,17031,55,0 +748,2,17031,55,0 +749,2,17031,55,1 +750,2,17031,55,0 +751,2,17031,55,0 +752,2,17031,55,0 +753,2,17031,55,0 +754,2,17031,55,0 +755,2,17031,55,0 +756,2,17031,55,3 +757,2,17031,55,1 +758,2,17031,55,4 +759,2,17031,55,0 +760,2,17031,55,0 +761,2,17031,55,0 +762,2,17031,55,0 +763,2,17031,55,0 +764,2,17031,55,0 +765,2,17031,55,0 +766,2,17031,55,0 +767,2,17031,55,0 +768,2,17031,55,0 +769,2,17031,55,2 +770,2,17031,55,1 +771,2,17031,55,0 +772,2,17031,55,0 +773,2,17031,55,8 +774,2,17031,55,0 +775,2,17031,55,0 +776,2,17031,55,0 +777,2,17031,55,0 +778,2,17031,55,0 +779,2,17031,55,2 +780,2,17031,55,0 +781,2,17031,55,0 +782,2,17031,55,0 +783,2,17031,55,5 +784,2,17031,55,5 +785,2,17031,55,7 +786,2,17031,55,2 +787,2,17031,55,0 +788,2,17031,55,0 +789,2,17031,55,1 +790,2,17031,55,3 +791,2,17031,55,0 +792,2,17031,55,0 +793,7,17031,55,3 +794,7,17031,55,14 +795,7,17031,55,0 +796,7,17031,55,4 +797,7,17031,55,0 +798,7,17031,55,18 +799,7,17031,55,12 +800,7,17031,55,99 +801,7,17031,55,7 +802,7,17031,55,0 +803,7,17031,55,98 +804,7,17031,55,31 +805,7,17031,55,140 +806,7,17031,55,0 +807,7,17031,55,0 +808,7,17031,55,0 +809,7,17031,55,0 +810,7,17031,55,0 +811,7,17031,55,0 +812,7,17031,55,1 +813,7,17031,55,0 +814,7,17031,55,84 +815,7,17031,55,0 +816,7,17031,55,0 +817,7,17031,55,33 +818,7,17031,55,0 +819,7,17031,55,0 +820,7,17031,55,0 +821,7,17031,55,0 +822,7,17031,55,0 +823,7,17031,55,4 +824,7,17031,55,0 +825,7,17031,55,0 +826,7,17031,55,88 +827,7,17031,55,1 +828,7,17031,55,0 +829,7,17031,55,0 +830,7,17031,55,0 +831,7,17031,55,0 +832,7,17031,55,0 +833,7,17031,55,0 +834,7,17031,55,0 +835,7,17031,55,0 +836,7,17031,55,1 +837,7,17031,55,36 +838,7,17031,55,2 +839,3,17031,55,4 +840,3,17031,55,0 +841,3,17031,55,0 +842,3,17031,55,1 +843,3,17031,55,0 +844,3,17031,55,0 +845,3,17031,55,0 +846,3,17031,55,0 +847,3,17031,55,1 +848,3,17031,55,4 +849,3,17031,55,0 +850,3,17031,55,1 +851,3,17031,55,0 +852,3,17031,55,4 +853,3,17031,55,0 +854,3,17031,55,0 +855,3,17031,55,0 +856,3,17031,55,0 +857,3,17031,55,226 +858,3,17031,55,0 +859,3,17031,55,0 +860,3,17031,55,0 +861,3,17031,55,0 +862,3,17031,55,1 +863,3,17031,55,78 +864,3,17031,55,11 +865,3,17031,55,2 +866,3,17031,55,0 +867,3,17031,55,0 +868,3,17031,55,0 +869,3,17031,55,0 +870,3,17031,55,464 +871,3,17031,55,110 +872,3,17031,55,2 +873,3,17031,55,2 +874,3,17031,55,1 +875,3,17031,55,0 +876,3,17031,55,24 +877,3,17031,55,0 +878,3,17031,55,9 +879,3,17031,55,1 +880,3,17031,55,0 +881,3,17031,55,0 +882,3,17031,55,4 +883,3,17031,55,0 +884,3,17031,55,0 +885,3,17031,55,0 +886,3,17031,55,4 +887,3,17031,55,0 +888,3,17031,55,0 +889,3,17031,55,0 +890,3,17031,55,0 +891,3,17031,55,0 +892,3,17031,55,2 +893,3,17031,55,0 +894,3,17031,55,0 +895,3,17031,55,0 +896,3,17031,55,0 +897,3,17031,55,2 +898,3,17031,55,0 +899,3,17031,55,0 +900,3,17031,55,3 +901,3,17031,55,3 +902,3,17031,55,1 +903,3,17031,55,318 +904,3,17031,55,0 +905,8,17031,55,97 +906,8,17031,55,2 +907,8,17031,55,101 +908,8,17031,55,0 +909,8,17031,55,5 +910,8,17031,55,1 +911,8,17031,55,2 +912,8,17031,55,0 +913,8,17031,55,0 +914,8,17031,55,0 +915,8,17031,55,2 +916,8,17031,55,0 +917,8,17031,55,0 +918,8,17031,55,33 +919,8,17031,55,0 +920,8,17031,55,3 +921,8,17031,55,11 +922,8,17031,55,0 +923,8,17031,55,0 +924,8,17031,55,0 +925,8,17031,55,0 +926,8,17031,55,0 +927,8,17031,55,0 +928,8,17031,55,27 +929,8,17031,55,0 +930,8,17031,55,5 +931,8,17031,55,9 +932,8,17031,55,5 +933,8,17031,55,20 +934,8,17031,55,8 +935,8,17031,55,1056 +936,8,17031,55,15 +937,8,17031,55,0 +938,8,17031,55,0 +939,8,17031,55,0 +940,8,17031,55,1 +941,8,17031,55,0 +942,8,17031,55,0 +943,8,17031,55,1 +944,8,17031,55,1 +945,8,17031,55,1 +946,8,17031,55,50 +947,8,17031,55,43 +948,8,17031,55,3 +949,8,17031,55,91 +950,8,17031,55,0 +951,8,17031,55,0 +952,8,17031,55,0 +953,8,17031,55,164 +954,8,17031,55,178 +955,4,17031,55,10 +956,4,17031,55,76 +957,4,17031,55,493 +958,4,17031,55,0 +959,4,17031,55,29 +960,4,17031,55,1 +961,4,17031,55,0 +962,4,17031,55,2 +963,4,17031,55,0 +964,4,17031,55,12 +965,4,17031,55,2 +966,4,17031,55,6 +967,4,17031,55,11 +968,4,17031,55,0 +969,4,17031,55,2 +970,4,17031,55,7 +971,4,17031,55,0 +972,4,17031,55,0 +973,4,17031,55,1040 +974,4,17031,55,0 +975,4,17031,55,4 +976,4,17031,55,24 +977,4,17031,55,15 +978,4,17031,55,15 +979,4,17031,55,0 +980,4,17031,55,2 +981,4,17031,55,8 +982,4,17031,55,0 +983,4,17031,55,2 +984,4,17031,55,3 +985,4,17031,55,0 +986,4,17031,55,1 +987,4,17031,55,6 +988,4,17031,55,0 +989,4,17031,55,0 +990,4,17031,55,0 +991,4,17031,55,1 +992,4,17031,55,0 +993,4,17031,55,0 +994,4,17031,55,0 +995,4,17031,55,2 +996,4,17031,55,0 +997,4,17031,55,0 +998,4,17031,55,0 +999,4,17031,55,0 +1000,4,17031,55,0 +1001,4,17031,55,0 +1002,9,17031,55,0 +1003,9,17031,55,4 +1004,9,17031,55,0 +1005,9,17031,55,0 +1006,9,17031,55,0 +1007,9,17031,55,0 +1008,9,17031,55,0 +1009,9,17031,55,1 +1010,9,17031,55,133 +1011,9,17031,55,11 +1012,9,17031,55,0 +1013,9,17031,55,35 +1014,9,17031,55,0 +1015,9,17031,55,0 +1016,9,17031,55,1 +1017,9,17031,55,0 +1018,9,17031,55,0 +1019,9,17031,55,0 +1020,9,17031,55,0 +1021,9,17031,55,0 +1022,9,17031,55,1 +1023,9,17031,55,486 +1024,9,17031,55,21 +1025,9,17031,55,0 +1026,9,17031,55,0 +1027,9,17031,55,1 +1028,9,17031,55,26 +1029,9,17031,55,0 +1030,9,17031,55,0 +1031,9,17031,55,2 +1032,9,17031,55,5 +1033,9,17031,55,6 +1034,9,17031,55,4 +1035,9,17031,55,0 +1036,9,17031,55,0 +1037,9,17031,55,363 +1038,9,17031,55,0 +1039,9,17031,55,2 +1040,9,17031,55,0 +1041,9,17031,55,15 +1042,9,17031,55,1 +1043,9,17031,55,0 +1044,9,17031,55,0 +1045,9,17031,55,3 +1046,9,17031,55,0 +1047,9,17031,55,0 +1048,9,17031,55,0 +1049,9,17031,55,1 +1050,9,17031,55,0 +1051,9,17031,55,0 +1052,9,17031,55,0 +1053,9,17031,55,0 +1054,9,17031,55,15 +1055,9,17031,55,8 +1056,9,17031,55,0 +1057,9,17031,55,4 +1058,9,17031,55,0 +1059,9,17031,55,0 +1060,9,17031,55,0 +1061,12,17031,55,84 +1062,9,17031,55,2 +1063,9,17031,55,0 +1064,12,17031,55,0 +1065,9,17031,55,0 +1066,9,17031,55,0 +1067,9,17031,55,3 +1068,12,17031,55,0 +1069,5,17031,55,0 +1070,5,17031,55,1 +1071,5,17031,55,0 +1072,5,17031,55,0 +1073,5,17031,55,0 +1074,5,17031,55,47 +1075,5,17031,55,1 +1076,5,17031,55,2 +1077,5,17031,55,25 +1078,5,17031,55,1 +1079,5,17031,55,0 +1080,5,17031,55,1 +1081,5,17031,55,0 +1082,5,17031,55,0 +1083,5,17031,55,0 +1084,5,17031,55,0 +1085,5,17031,55,0 +1086,5,17031,55,0 +1087,10,17031,55,9 +1088,5,17031,55,0 +1089,10,17031,55,0 +1090,5,17031,55,0 +1091,5,17031,55,0 +1092,10,17031,55,58 +1093,10,17031,55,4 +1094,10,17031,55,18 +1095,10,17031,55,0 +1096,10,17031,55,0 +1097,10,17031,55,0 +1098,5,17031,55,1 +1099,10,17031,55,0 +1100,10,17031,55,87 +1101,10,17031,55,0 +1102,10,17031,55,0 +1103,10,17031,55,0 +1104,10,17031,55,0 +1105,10,17031,55,0 +1106,10,17031,55,0 +1107,10,17031,55,3 +1108,10,17031,55,0 +1109,10,17031,55,0 +1110,10,17031,55,0 +1111,10,17031,55,0 +1112,10,17031,55,1 +1113,10,17031,55,1 +1114,10,17031,55,2 +1115,10,17031,55,0 +1116,10,17031,55,0 +1117,10,17031,55,2 +1118,10,17031,55,0 +1119,10,17031,55,0 +1120,10,17031,55,4 +1121,10,17031,55,4 +1122,10,17031,55,0 +1123,10,17031,55,0 +1124,10,17031,55,1 +1125,10,17031,55,99 +1126,10,17031,55,1 +1127,10,17031,55,0 +1128,10,17031,55,93 +1129,10,17031,55,0 +1130,10,17031,55,0 +1131,10,17031,55,0 +1132,10,17031,55,0 +1133,10,17031,55,0 +1134,10,17031,55,6 +1135,10,17031,55,170 +1136,10,17031,55,0 +1137,10,17031,55,0 +1138,10,17031,55,0 +1139,10,17031,55,8 +1140,10,17031,55,0 +1141,10,17031,55,0 +1142,10,17031,55,2 +1143,10,17031,55,2 +1144,10,17031,55,9 +1145,10,17031,55,1 +1146,10,17031,55,0 +1147,10,17031,55,0 +1148,10,17031,55,19 +1149,10,17031,55,1 +1150,10,17031,55,486 +1151,10,17031,55,0 +1152,10,17031,55,99 +1153,10,17031,55,0 +1154,10,17031,55,0 +1155,10,17031,55,0 +1156,10,17031,55,0 +1157,10,17031,55,8 +1158,10,17031,55,0 +1159,10,17031,55,45 +1160,10,17031,55,1 +1161,10,17031,55,0 +1162,10,17031,55,0 +1163,10,17031,55,2 +1164,10,17031,55,0 +1165,10,17031,55,0 +1166,10,17031,55,0 +1167,10,17031,55,1 +1168,10,17031,55,8 +1169,10,17031,55,3 +1170,10,17031,55,0 +1171,11,17031,55,0 +1172,11,17031,55,0 +1173,11,17031,55,3 +1174,11,17031,55,14 +1175,11,17031,55,0 +1176,11,17031,55,5 +1177,11,17031,55,1 +1178,11,17031,55,0 +1179,11,17031,55,0 +1180,11,17031,55,0 +1181,11,17031,55,0 +1182,11,17031,55,3 +1183,12,17031,55,0 +1184,12,17031,55,0 +1185,12,17031,55,58 +1186,12,17031,55,0 +1187,12,17031,55,0 +1188,13,17031,55,12 +1189,12,17031,55,0 +1190,13,17031,55,0 +1191,12,17031,55,18 +1192,12,17031,55,21 +1193,12,17031,55,2 +1194,12,17031,55,1 +1195,12,17031,55,7 +1196,12,17031,55,0 +1197,12,17031,55,9 +1198,12,17031,55,0 +1199,12,17031,55,0 +1200,12,17031,55,1 +1201,12,17031,55,0 +1202,12,17031,55,0 +1203,12,17031,55,0 +1204,12,17031,55,0 +1205,12,17031,55,0 +1206,12,17031,55,0 +1207,12,17031,55,0 +1208,12,17031,55,7 +1209,12,17031,55,0 +1210,12,17031,55,0 +1211,12,17031,55,0 +1212,12,17031,55,4 +1213,12,17031,55,0 +1214,12,17031,55,0 +1215,12,17031,55,0 +1216,12,17031,55,1 +1217,12,17031,55,500 +1218,12,17031,55,6 +1219,12,17031,55,86 +1220,12,17031,55,0 +1221,12,17031,55,0 +1222,12,17031,55,20 +1223,12,17031,55,65 +1224,12,17031,55,2 +1225,12,17031,55,0 +1226,12,17031,55,0 +1227,12,17031,55,0 +1228,12,17031,55,0 +1229,15,17031,55,13 +1230,15,17031,55,1 +1231,15,17031,55,2 +1232,15,17031,55,5 +1233,15,17031,55,3 +1234,15,17031,55,2 +1235,15,17031,55,2 +1236,15,17031,55,537 +1237,15,17031,55,16 +1238,15,17031,55,3 +1239,15,17031,55,0 +1240,15,17031,55,1 +1241,15,17031,55,0 +1242,15,17031,55,0 +1243,15,17031,55,0 +1244,15,17031,55,0 +1245,15,17031,55,0 +1246,15,17031,55,0 +1247,15,17031,55,0 +1248,15,17031,55,0 +1249,15,17031,55,0 +1250,15,17031,55,0 +1251,15,17031,55,9 +1252,15,17031,55,0 +1253,15,17031,55,0 +1254,15,17031,55,94 +1255,15,17031,55,4 +1256,15,17031,55,4 +1257,15,17031,55,6 +1258,15,17031,55,0 +1259,15,17031,55,0 +1260,15,17031,55,0 +1261,15,17031,55,2 +1262,15,17031,55,1 +1263,15,17031,55,0 +1264,15,17031,55,0 +1265,15,17031,55,1 +1266,15,17031,55,0 +1267,15,17031,55,1 +1268,15,17031,55,3 +1269,15,17031,55,6 +1270,15,17031,55,10 +1271,15,17031,55,1 +1272,15,17031,55,4 +1273,15,17031,55,0 +1274,15,17031,55,3 +1275,15,17031,55,0 +1276,15,17031,55,0 +1277,15,17031,55,0 +1278,15,17031,55,8 +1279,15,17031,55,0 +1280,15,17031,55,0 +1281,15,17031,55,1 +1282,15,17031,55,2 +1283,15,17031,55,0 +1284,15,17031,55,1 +1285,15,17031,55,0 +1286,15,17031,55,0 +1287,15,17031,55,9 +1288,15,17031,55,8 +1289,15,17031,55,4 +1290,15,17031,55,20 +1291,15,17031,55,0 +1292,15,17031,55,0 +1293,15,17031,55,14 +1294,15,17031,55,241 +1295,15,17031,55,5 +1296,15,17031,55,0 +1297,15,17031,55,6 +1298,15,17031,55,0 +1299,15,17031,55,1 +1300,15,17031,55,0 +1301,15,17031,55,0 +1302,15,17031,55,4 +1303,15,17031,55,0 +1304,15,17031,55,0 +1305,15,17031,55,2 +1306,15,17031,55,0 +1307,15,17031,55,0 +1308,15,17031,55,0 +1309,15,17031,55,0 +1310,15,17031,55,0 +1311,15,17031,55,0 +1312,15,17031,55,0 +1313,16,17031,55,0 +1314,16,17031,55,0 +1315,16,17031,55,0 +1316,16,17031,55,1 +1317,16,17031,55,0 +1318,16,17031,55,3 +1319,16,17031,55,4 +1320,16,17031,55,0 +1321,16,17031,55,0 +1322,16,17031,55,0 +1323,16,17031,55,0 +1324,16,17031,55,18 +1325,16,17031,55,0 +1326,16,17031,55,0 +1327,16,17031,55,0 +1328,16,17031,55,3 +1329,16,17031,55,0 +1330,16,17031,55,0 +1331,16,17031,55,67 +1332,16,17031,55,0 +1333,16,17031,55,1 +1334,16,17031,55,25 +1335,16,17031,55,7 +1336,16,17031,55,4 +1337,16,17031,55,2 +1338,16,17031,55,0 +1339,16,17031,55,1 +1340,16,17031,55,0 +1341,16,17031,55,0 +1342,16,17031,55,3 +1343,16,17031,55,2 +1344,16,17031,55,87 +1345,16,17031,55,0 +1346,16,17031,55,0 +1347,16,17031,55,2 +1348,16,17031,55,0 +1349,16,17031,55,10 +1350,16,17031,55,4 +1351,16,17031,55,1 +1352,16,17031,55,0 +1353,16,17031,55,0 +1354,16,17031,55,87 +1355,16,17031,55,14 +1356,16,17031,55,0 +1357,16,17031,55,0 +1358,16,17031,55,2 +1359,16,17031,55,4 +1360,16,17031,55,6 +1361,16,17031,55,3 +1362,18,17031,55,0 +1363,18,17031,55,0 +1364,18,17031,55,3 +1365,18,17031,55,3 +1366,18,17031,55,0 +1367,18,17031,55,3 +1368,18,17031,55,6 +1369,18,17031,55,1 +1370,18,17031,55,0 +1371,18,17031,55,0 +1372,18,17031,55,0 +1373,18,17031,55,0 +1374,18,17031,55,0 +1375,18,17031,55,4 +1376,18,17031,55,0 +1377,18,17031,55,0 +1378,18,17031,55,7 +1379,18,17031,55,0 +1380,18,17031,55,1464 +1381,18,17031,55,17 +1382,18,17031,55,95 +1383,18,17031,55,2 +1384,18,17031,55,7 +1385,18,17031,55,1 +1386,18,17031,55,8 +1387,18,17031,55,1 +1388,18,17031,55,1 +1389,18,17031,55,0 +1390,18,17031,55,6 +1391,18,17031,55,1 +1392,18,17031,55,1 +1393,18,17031,55,0 +1394,18,17031,55,1 +1395,18,17031,55,0 +1396,18,17031,55,0 +1397,18,17031,55,2 +1398,18,17031,55,12 +1399,18,17031,55,8 +1400,18,17031,55,0 +1401,18,17031,55,8 +1402,18,17031,55,3 +1403,18,17031,55,2 +1404,18,17031,55,0 +1405,18,17031,55,1 +1406,18,17031,55,1 +1407,18,17031,55,0 +1408,18,17031,55,2 +1409,18,17031,55,5 +1410,18,17031,55,2 +1411,18,17031,55,1 +1412,18,17031,55,2 +1413,18,17031,55,0 +1414,18,17031,55,1 +1415,18,17031,55,3 +1416,19,17031,55,0 +1417,19,17031,55,8 +1418,19,17031,55,97 +1419,19,17031,55,11 +1420,19,17031,55,16 +1421,19,17031,55,0 +1422,19,17031,55,5 +1423,19,17031,55,0 +1424,19,17031,55,1 +1425,19,17031,55,3 +1426,19,17031,55,4 +1427,19,17031,55,10 +1428,19,17031,55,7 +1429,19,17031,55,35 +1430,19,17031,55,0 +1431,19,17031,55,9 +1432,19,17031,55,0 +1433,19,17031,55,7 +1434,19,17031,55,0 +1435,19,17031,55,95 +1436,19,17031,55,158 +1437,19,17031,55,0 +1438,19,17031,55,0 +1439,19,17031,55,0 +1440,19,17031,55,1 +1441,21,17031,55,24 +1442,21,17031,55,1 +1443,21,17031,55,66 +1444,21,17031,55,1 +1445,21,17031,55,1 +1446,21,17031,55,0 +1447,22,17031,55,0 +1448,22,17031,55,0 +1449,22,17031,55,0 +1450,22,17031,55,85 +1451,22,17031,55,43 +1452,22,17031,55,0 +1453,22,17031,55,1 +1454,22,17031,55,0 +1455,22,17031,55,0 +1456,22,17031,55,0 +1457,22,17031,55,0 +1458,22,17031,55,12 +1459,22,17031,55,0 +1460,22,17031,55,0 +1461,22,17031,55,2 +1462,22,17031,55,0 +1463,22,17031,55,7 +1464,22,17031,55,1 +1465,22,17031,55,0 +1466,22,17031,55,3 +1467,22,17031,55,0 +1468,22,17031,55,8 +1469,22,17031,55,0 +1470,22,17031,55,0 +1471,23,17031,55,2 +1472,23,17031,55,0 +1473,23,17031,55,2 +1474,23,17031,55,1 +1475,23,17031,55,0 +1476,23,17031,55,0 +1477,23,17031,55,5 +1478,23,17031,55,0 +1479,23,17031,55,0 +1480,23,17031,55,0 +1481,23,17031,55,0 +1482,23,17031,55,10 +1483,23,17031,55,1 +1484,23,17031,55,0 +1485,23,17031,55,2 +1486,23,17031,55,1 +1487,23,17031,55,5 +1488,23,17031,55,7 +1489,23,17031,55,2 +1490,23,17031,55,0 +1491,23,17031,55,2 +1492,23,17031,55,4 +1493,23,17031,55,0 +1494,23,17031,55,0 +1495,23,17031,55,2 +1496,23,17031,55,0 +1497,23,17031,55,0 +1498,23,17031,55,0 +1499,23,17031,55,1 +1500,23,17031,55,2 +1501,23,17031,55,0 +1502,23,17031,55,0 +1503,23,17031,55,1 +1504,23,17031,55,0 +1505,23,17031,55,1 +1506,23,17031,55,0 +1507,23,17031,55,0 +1508,23,17031,55,16 +1509,23,17031,55,1 +1510,23,17031,55,15 +1511,23,17031,55,196 +1512,23,17031,55,135 +1513,23,17031,55,0 +1514,23,17031,55,203 +1515,23,17031,55,102 +1516,23,17031,55,94 +1517,23,17031,55,0 +1518,23,17031,55,7 +1519,23,17031,55,6 +1520,23,17031,55,3 +1521,23,17031,55,0 +1522,23,17031,55,0 +1523,23,17031,55,5 +1524,23,17031,55,0 +1525,23,17031,55,0 +1526,23,17031,55,0 +1527,23,17031,55,0 +1528,23,17031,55,1 +1529,23,17031,55,0 +1530,23,17031,55,3 +1531,23,17031,55,101 +1532,23,17031,55,132 +1533,23,17031,55,0 +1534,23,17031,55,2 +1535,23,17031,55,92 +1536,23,17031,55,0 +1537,24,17031,55,6 +1538,24,17031,55,1 +1539,24,17031,55,3 +1540,24,17031,55,0 +1541,24,17031,55,2 +1542,24,17031,55,0 +1543,24,17031,55,0 +1544,24,17031,55,4 +1545,24,17031,55,0 +1546,24,17031,55,2 +1547,24,17031,55,2 +1548,24,17031,55,1 +1549,24,17031,55,7 +1550,24,17031,55,107 +1551,24,17031,55,0 +1552,25,17031,55,20 +1553,25,17031,55,0 +1554,25,17031,55,0 +1555,25,17031,55,1 +1556,25,17031,55,0 +1557,25,17031,55,0 +1558,25,17031,55,13 +1559,25,17031,55,26 +1560,25,17031,55,0 +1561,25,17031,55,223 +1562,25,17031,55,1 +1563,25,17031,55,17 +1564,25,17031,55,3 +1565,25,17031,55,43 +1566,25,17031,55,0 +1567,25,17031,55,0 +1568,25,17031,55,2 +1569,25,17031,55,7 +1570,25,17031,55,0 +1571,25,17031,55,2 +1572,25,17031,55,41 +1573,26,17031,55,0 +1574,26,17031,55,0 +1575,26,17031,55,125 +1576,26,17031,55,2 +1577,26,17031,55,139 +1578,26,17031,55,0 +1579,26,17031,55,0 +1580,26,17031,55,14 +1581,26,17031,55,23 +1582,26,17031,55,0 +1583,26,17031,55,3 +1584,26,17031,55,0 +1585,26,17031,55,0 +1586,26,17031,55,14 +1587,26,17031,55,0 +1588,26,17031,55,0 +1589,26,17031,55,0 +1590,26,17031,55,0 +1591,26,17031,55,0 +1592,26,17031,55,0 +1593,26,17031,55,18 +1594,26,17031,55,39 +1595,26,17031,55,7 +1596,26,17031,55,0 +1597,26,17031,55,2 +1598,26,17031,55,22 +1599,26,17031,55,0 +1600,26,17031,55,13 +1601,26,17031,55,0 +1602,26,17031,55,0 +1603,26,17031,55,36 +1604,26,17031,55,1 +1605,26,17031,55,0 +1606,26,17031,55,27 +1607,26,17031,55,0 +1608,26,17031,55,0 +1609,26,17031,55,0 +1610,26,17031,55,0 +1611,26,17031,55,0 +1612,26,17031,55,0 +1613,26,17031,55,0 +1614,26,17031,55,1 +1615,27,17031,55,5 +1616,27,17031,55,18 +1617,27,17031,55,8 +1618,27,17031,55,7 +1619,27,17031,55,5 +1620,27,17031,55,26 +1621,27,17031,55,1 +1622,27,17031,55,194 +1623,27,17031,55,4 +1624,27,17031,55,3 +1625,27,17031,55,2 +1626,27,17031,55,2 +1627,27,17031,55,0 +1628,27,17031,55,3 +1629,27,17031,55,0 +1630,27,17031,55,0 +1631,27,17031,55,1 +1632,27,17031,55,5 +1633,27,17031,55,20 +1634,27,17031,55,1 +1635,27,17031,55,1 +1636,27,17031,55,2 +1637,27,17031,55,12 +1638,27,17031,55,3 +1639,27,17031,55,247 +1640,27,17031,55,214 +1641,27,17031,55,9 +1642,27,17031,55,9 +1643,27,17031,55,0 +1644,27,17031,55,22 +1645,27,17031,55,14 +1646,27,17031,55,3 +1647,27,17031,55,0 +1648,27,17031,55,11 +1649,27,17031,55,7 +1650,27,17031,55,16 +1651,27,17031,55,1 +1652,27,17031,55,2 +1653,27,17031,55,0 +1654,27,17031,55,1 +1655,27,17031,55,5 +1656,27,17031,55,0 +1657,27,17031,55,4 +1658,27,17031,55,17 +1659,27,17031,55,0 +1660,27,17031,55,0 +1661,27,17031,55,15 +1662,27,17031,55,0 +1663,27,17031,55,7 +1664,27,17031,55,0 +1665,27,17031,55,0 +1666,27,17031,55,1 +1667,28,17031,55,4 +1668,28,17031,55,0 +1669,28,17031,55,0 +1670,28,17031,55,0 +1671,28,17031,55,1 +1672,28,17031,55,0 +1673,28,17031,55,0 +1674,28,17031,55,0 +1675,28,17031,55,0 +1676,28,17031,55,5 +1677,28,17031,55,7 +1678,28,17031,55,13 +1679,28,17031,55,0 +1680,28,17031,55,0 +1681,28,17031,55,3 +1682,28,17031,55,0 +1683,28,17031,55,75 +1684,28,17031,55,0 +1685,28,17031,55,56 +1686,28,17031,55,96 +1687,28,17031,55,0 +1688,28,17031,55,0 +1689,28,17031,55,1 +1690,28,17031,55,4 +1691,28,17031,55,0 +1692,28,17031,55,0 +1693,28,17031,55,3 +1694,28,17031,55,0 +1695,28,17031,55,0 +1696,28,17031,55,1 +1697,29,17031,55,0 +1698,29,17031,55,0 +1699,29,17031,55,0 +1700,29,17031,55,2 +1701,29,17031,55,0 +1702,29,17031,55,7 +1703,29,17031,55,0 +1704,29,17031,55,1 +1705,29,17031,55,9 +1706,29,17031,55,0 +1707,29,17031,55,0 +1708,29,17031,55,0 +1709,29,17031,55,3 +1710,29,17031,55,0 +1711,29,17031,55,0 +1712,29,17031,55,0 +1713,29,17031,55,0 +1714,29,17031,55,0 +1715,29,17031,55,0 +1716,29,17031,55,4 +1717,29,17031,55,2 +1718,29,17031,55,1 +1719,29,17031,55,154 +1720,29,17031,55,2 +1721,29,17031,55,103 +1722,29,17031,55,12 +1723,29,17031,55,0 +1724,29,17031,55,0 +1725,29,17031,55,0 +1726,29,17031,55,1 +1727,29,17031,55,12 +1728,29,17031,55,28 +1729,29,17031,55,81 +1730,29,17031,55,2 +1731,29,17031,55,4 +1732,29,17031,55,2 +1733,79,17043,55,0 +1734,79,17043,55,0 +1735,77,17043,55,237 +1736,77,17043,55,5 +1737,77,17043,55,0 +1738,77,17043,55,2 +1739,77,17043,55,1 +1740,77,17043,55,4 +1741,77,17043,55,282 +1742,77,17043,55,16 +1743,77,17043,55,1 +1744,80,17043,55,279 +1745,80,17043,55,33 +1746,80,17043,55,189 +1747,80,17043,55,0 +1748,80,17043,55,13 +1749,80,17043,55,0 +1750,80,17043,55,0 +1751,80,17043,55,20 +1752,80,17043,55,1 +1753,80,17043,55,0 +1754,80,17043,55,3 +1755,80,17043,55,1 +1756,83,17043,55,9 +1757,83,17043,55,357 +1758,83,17043,55,132 +1759,83,17043,55,499 +1760,83,17043,55,114 +1761,83,17043,55,263 +1762,83,17043,55,1 +1763,83,17043,55,0 +1764,83,17043,55,3 +1765,83,17043,55,0 +1766,83,17043,55,0 +1767,83,17043,55,263 +1768,83,17043,55,214 +1769,83,17043,55,0 +1770,83,17043,55,0 +1771,83,17043,55,1 +1772,83,17043,55,1 +1773,83,17043,55,0 +1774,83,17043,55,0 +1775,83,17043,55,34 +1776,83,17043,55,1 +1777,83,17043,55,0 +1778,83,17043,55,0 +1779,83,17043,55,1 +1780,83,17043,55,8 +1781,83,17043,55,371 +1782,83,17043,55,152 +1783,83,17043,55,0 +1784,83,17043,55,9 +1785,83,17043,55,2 +1786,83,17043,55,5 +1787,83,17043,55,1 +1788,83,17043,55,119 +1789,83,17043,55,0 +1790,83,17043,55,1 +1791,83,17043,55,0 +1792,83,17043,55,0 +1793,83,17043,55,1 +1794,83,17043,55,0 +1795,83,17043,55,1 +1796,83,17043,55,0 +1797,83,17043,55,0 +1798,83,17043,55,0 +1799,83,17043,55,1 +1800,83,17043,55,1 +1801,83,17043,55,0 +1802,83,17043,55,0 +1803,83,17043,55,3 +1804,83,17043,55,0 +1805,83,17043,55,0 +1806,83,17043,55,0 +1807,83,17043,55,6 +1808,83,17043,55,0 +1809,83,17043,55,0 +1810,83,17043,55,0 +1811,83,17043,55,8 +1812,83,17043,55,0 +1813,78,17043,55,0 +1814,78,17043,55,599 +1815,78,17043,55,0 +1816,78,17043,55,1 +1817,78,17043,55,34 +1818,78,17043,55,5 +1819,78,17043,55,112 +1820,78,17043,55,0 +1821,78,17043,55,23 +1822,78,17043,55,236 +1823,78,17043,55,2 +1824,78,17043,55,124 +1825,78,17043,55,6 +1826,78,17043,55,0 +1827,78,17043,55,0 +1828,78,17043,55,7 +1829,78,17043,55,1 +1830,78,17043,55,0 +1831,78,17043,55,0 +1832,78,17043,55,0 +1833,78,17043,55,0 +1834,78,17043,55,129 +1835,78,17043,55,0 +1836,78,17043,55,0 +1837,78,17043,55,118 +1838,78,17043,55,2 +1839,78,17043,55,0 +1840,78,17043,55,0 +1841,78,17043,55,2 +1842,78,17043,55,137 +1843,78,17043,55,14 +1844,78,17043,55,0 +1845,78,17043,55,0 +1846,78,17043,55,114 +1847,78,17043,55,10 +1848,78,17043,55,133 +1849,78,17043,55,29 +1850,78,17043,55,0 +1851,78,17043,55,19 +1852,78,17043,55,0 +1853,78,17043,55,3 +1854,78,17043,55,674 +1855,81,17043,55,0 +1856,81,17043,55,491 +1857,81,17043,55,0 +1858,81,17043,55,2 +1859,81,17043,55,7 +1860,81,17043,55,92 +1861,81,17043,55,2 +1862,81,17043,55,0 +1863,81,17043,55,0 +1864,81,17043,55,0 +1865,81,17043,55,0 +1866,81,17043,55,0 +1867,81,17043,55,0 +1868,81,17043,55,1 +1869,81,17043,55,2 +1870,81,17043,55,0 +1871,81,17043,55,0 +1872,81,17043,55,0 +1873,81,17043,55,5 +1874,81,17043,55,0 +1875,81,17043,55,1 +1876,81,17043,55,6 +1877,81,17043,55,4 +1878,81,17043,55,4 +1879,81,17043,55,116 +1880,81,17043,55,0 +1881,81,17043,55,1 +1882,81,17043,55,0 +1883,81,17043,55,4 +1884,81,17043,55,1 +1885,81,17043,55,0 +1886,81,17043,55,0 +1887,81,17043,55,0 +1888,81,17043,55,0 +1889,81,17043,55,0 +1890,81,17043,55,0 +1891,81,17043,55,0 +1892,81,17043,55,0 +1893,81,17043,55,0 +1894,81,17043,55,0 +1895,81,17043,55,0 +1896,81,17043,55,10 +1897,81,17043,55,1 +1898,81,17043,55,0 +1899,81,17043,55,3 +1900,81,17043,55,0 +1901,81,17043,55,2 +1902,81,17043,55,1 +1903,81,17043,55,1 +1904,81,17043,55,16 +1905,81,17043,55,0 +1906,81,17043,55,0 +1907,81,17043,55,0 +1908,81,17043,55,0 +1909,81,17043,55,0 +1910,81,17043,55,5 +1911,81,17043,55,0 +1912,84,17043,55,18 +1913,84,17043,55,263 +1914,84,17043,55,0 +1915,84,17043,55,0 +1916,84,17043,55,2 +1917,84,17043,55,0 +1918,84,17043,55,0 +1919,84,17043,55,378 +1920,84,17043,55,14 +1921,84,17043,55,3 +1922,84,17043,55,0 +1923,84,17043,55,0 +1924,84,17043,55,99 +1925,84,17043,55,34 +1926,84,17043,55,28 +1927,84,17043,55,0 +1928,84,17043,55,1 +1929,84,17043,55,23 +1930,84,17043,55,127 +1931,84,17043,55,11 +1932,84,17043,55,22 +1933,84,17043,55,3 +1934,84,17043,55,2 +1935,84,17043,55,0 +1936,84,17043,55,0 +1937,84,17043,55,0 +1938,84,17043,55,2 +1939,84,17043,55,1 +1940,84,17043,55,7 +1941,84,17043,55,0 +1942,84,17043,55,0 +1943,84,17043,55,0 +1944,84,17043,55,0 +1945,84,17043,55,0 +1946,84,17043,55,0 +1947,84,17043,55,0 +1948,84,17043,55,1 +1949,84,17043,55,0 +1950,84,17043,55,2 +1951,84,17043,55,0 +1952,84,17043,55,0 +1953,84,17043,55,0 +1954,79,17043,55,9 +1955,79,17043,55,66 +1956,79,17043,55,39 +1957,79,17043,55,146 +1958,79,17043,55,1304 +1959,79,17043,55,14 +1960,79,17043,55,3 +1961,79,17043,55,19 +1962,79,17043,55,24 +1963,79,17043,55,529 +1964,79,17043,55,0 +1965,79,17043,55,0 +1966,79,17043,55,0 +1967,79,17043,55,1 +1968,79,17043,55,3 +1969,79,17043,55,8 +1970,79,17043,55,0 +1971,79,17043,55,0 +1972,79,17043,55,0 +1973,79,17043,55,0 +1974,79,17043,55,2 +1975,79,17043,55,1 +1976,79,17043,55,0 +1977,79,17043,55,0 +1978,79,17043,55,5 +1979,79,17043,55,20 +1980,79,17043,55,4 +1981,79,17043,55,8 +1982,79,17043,55,0 +1983,79,17043,55,0 +1984,79,17043,55,14 +1985,79,17043,55,0 +1986,79,17043,55,1 +1987,79,17043,55,0 +1988,79,17043,55,4 +1989,79,17043,55,21 +1990,79,17043,55,2 +1991,79,17043,55,41 +1992,79,17043,55,152 +1993,79,17043,55,37 +1994,79,17043,55,3 +1995,79,17043,55,0 +1996,79,17043,55,0 +1997,79,17043,55,4 +1998,79,17043,55,2 +1999,79,17043,55,0 +2000,79,17043,55,0 +2001,79,17043,55,0 +2002,79,17043,55,0 +2003,82,17043,55,0 +2004,82,17043,55,0 +2005,82,17043,55,47 +2006,82,17043,55,168 +2007,82,17043,55,0 +2008,82,17043,55,0 +2009,82,17043,55,2 +2010,82,17043,55,0 +2011,82,17043,55,1 +2012,82,17043,55,0 +2013,82,17043,55,0 +2014,82,17043,55,0 +2015,82,17043,55,1 +2016,82,17043,55,0 +2017,82,17043,55,1 +2018,82,17043,55,0 +2019,82,17043,55,2 +2020,82,17043,55,0 +2021,82,17043,55,1 +2022,82,17043,55,0 +2023,82,17043,55,0 +2024,82,17043,55,6 +2025,82,17043,55,18 +2026,82,17043,55,10 +2027,82,17043,55,115 +2028,82,17043,55,54 +2029,82,17043,55,8 +2030,82,17043,55,17 +2031,82,17043,55,0 +2032,82,17043,55,0 +2033,82,17043,55,390 +2034,82,17043,55,1619 +2035,82,17043,55,910 +2036,82,17043,55,97 +2037,82,17043,55,73 +2038,82,17043,55,9 +2039,82,17043,55,20 +2040,82,17043,55,2 +2041,82,17043,55,168 +2042,82,17043,55,8 +2043,82,17043,55,651 +2044,82,17043,55,130 +2045,82,17043,55,250 +2046,82,17043,55,2 +2047,82,17043,55,0 +2048,82,17043,55,66 +2049,82,17043,55,16 +2050,82,17043,55,3 +2051,85,17043,55,0 +2052,85,17043,55,0 +2053,85,17043,55,0 +2054,85,17043,55,0 +2055,85,17043,55,0 +2056,85,17043,55,0 +2057,85,17043,55,15 +2058,85,17043,55,5 +2059,85,17043,55,10 +2060,85,17043,55,2 +2061,85,17043,55,1 +2062,85,17043,55,0 +2063,85,17043,55,3 +2064,85,17043,55,0 +2065,85,17043,55,0 +2066,85,17043,55,0 +2067,85,17043,55,1 +2068,85,17043,55,5 +2069,85,17043,55,0 +2070,85,17043,55,0 +2071,85,17043,55,0 +2072,85,17043,55,0 +2073,85,17043,55,0 +2074,85,17043,55,0 +2075,85,17043,55,0 +2076,85,17043,55,0 +2077,85,17043,55,0 +2078,85,17043,55,0 +2079,85,17043,55,0 +2080,85,17043,55,0 +2081,85,17043,55,1 +2082,85,17043,55,0 +2083,85,17043,55,0 +2084,85,17043,55,0 +2085,85,17043,55,0 +2086,85,17043,55,1 +2087,85,17043,55,0 +2088,85,17043,55,0 +2089,85,17043,55,178 +2090,85,17043,55,0 +2091,85,17043,55,0 +2092,85,17043,55,0 +2093,85,17043,55,0 +2094,85,17043,55,0 +2095,85,17043,55,0 +2096,85,17043,55,0 +2097,85,17043,55,0 +2098,85,17043,55,3 +2099,85,17043,55,0 +2100,85,17043,55,176 +2101,85,17043,55,186 +2102,85,17043,55,1 +2103,85,17043,55,1 +2104,85,17043,55,1 +2105,85,17043,55,6 +2106,85,17043,55,372 +2107,85,17043,55,0 +2108,86,17043,55,450 +2109,86,17043,55,1 +2110,86,17043,55,24 +2111,86,17043,55,427 +2112,62,17089,55,0 +2113,62,17089,55,30 +2114,62,17089,55,1 +2115,62,17089,55,13 +2116,65,17089,55,2 +2117,65,17089,55,0 +2118,65,17089,55,0 +2119,65,17089,55,0 +2120,68,17089,55,2 +2121,68,17089,55,0 +2122,68,17089,55,0 +2123,68,17089,55,1 +2124,71,17089,55,0 +2125,71,17089,55,0 +2126,71,17089,55,3 +2127,71,17089,55,0 +2128,74,17089,55,0 +2129,74,17089,55,4 +2130,74,17089,55,0 +2131,74,17089,55,0 +2132,63,17089,55,12 +2133,63,17089,55,1 +2134,63,17089,55,8 +2135,63,17089,55,5 +2136,66,17089,55,2 +2137,66,17089,55,0 +2138,66,17089,55,0 +2139,66,17089,55,1 +2140,69,17089,55,0 +2141,69,17089,55,0 +2142,69,17089,55,0 +2143,69,17089,55,2 +2144,72,17089,55,14 +2145,72,17089,55,2 +2146,72,17089,55,0 +2147,72,17089,55,0 +2148,75,17089,55,14 +2149,75,17089,55,1 +2150,75,17089,55,0 +2151,75,17089,55,1 +2152,75,17089,55,0 +2153,75,17089,55,0 +2154,75,17089,55,0 +2155,75,17089,55,0 +2156,75,17089,55,0 +2157,75,17089,55,0 +2158,64,17089,55,4 +2159,64,17089,55,0 +2160,64,17089,55,0 +2161,64,17089,55,0 +2162,64,17089,55,0 +2163,64,17089,55,0 +2164,64,17089,55,20 +2165,64,17089,55,0 +2166,64,17089,55,6 +2167,64,17089,55,0 +2168,64,17089,55,4 +2169,64,17089,55,0 +2170,64,17089,55,1 +2171,64,17089,55,2 +2172,64,17089,55,1 +2173,64,17089,55,124 +2174,64,17089,55,25 +2175,64,17089,55,0 +2176,64,17089,55,26 +2177,64,17089,55,5 +2178,64,17089,55,31 +2179,67,17089,55,46 +2180,67,17089,55,7 +2181,67,17089,55,6 +2182,67,17089,55,1 +2183,67,17089,55,26 +2184,67,17089,55,0 +2185,67,17089,55,0 +2186,67,17089,55,42 +2187,67,17089,55,7 +2188,67,17089,55,0 +2189,67,17089,55,1 +2190,67,17089,55,2 +2191,67,17089,55,0 +2192,67,17089,55,1 +2193,67,17089,55,0 +2194,67,17089,55,3 +2195,67,17089,55,0 +2196,67,17089,55,1 +2197,67,17089,55,45 +2198,67,17089,55,0 +2199,67,17089,55,2 +2200,67,17089,55,1 +2201,67,17089,55,0 +2202,67,17089,55,1 +2203,67,17089,55,0 +2204,67,17089,55,0 +2205,67,17089,55,0 +2206,67,17089,55,0 +2207,67,17089,55,1 +2208,67,17089,55,4 +2209,67,17089,55,0 +2210,67,17089,55,0 +2211,67,17089,55,0 +2212,67,17089,55,0 +2213,67,17089,55,0 +2214,67,17089,55,14 +2215,67,17089,55,2 +2216,67,17089,55,0 +2217,67,17089,55,21 +2218,67,17089,55,4 +2219,67,17089,55,1 +2220,67,17089,55,0 +2221,70,17089,55,1 +2222,70,17089,55,10 +2223,70,17089,55,1 +2224,70,17089,55,0 +2225,70,17089,55,0 +2226,70,17089,55,0 +2227,70,17089,55,2 +2228,70,17089,55,7 +2229,70,17089,55,53 +2230,70,17089,55,0 +2231,70,17089,55,0 +2232,70,17089,55,1 +2233,70,17089,55,0 +2234,70,17089,55,0 +2235,70,17089,55,11 +2236,70,17089,55,12 +2237,70,17089,55,19 +2238,70,17089,55,38 +2239,73,17089,55,0 +2240,73,17089,55,2 +2241,73,17089,55,29 +2242,73,17089,55,2 +2243,73,17089,55,1 +2244,73,17089,55,33 +2245,73,17089,55,0 +2246,73,17089,55,3 +2247,73,17089,55,0 +2248,73,17089,55,2 +2249,73,17089,55,1 +2250,73,17089,55,42 +2251,73,17089,55,0 +2252,73,17089,55,0 +2253,73,17089,55,53 +2254,73,17089,55,0 +2255,73,17089,55,17 +2256,73,17089,55,1 +2257,76,17089,55,0 +2258,76,17089,55,6 +2259,76,17089,55,3 +2260,76,17089,55,110 +2261,76,17089,55,3 +2262,76,17089,55,9 +2263,76,17089,55,0 +2264,76,17089,55,0 +2265,76,17089,55,15 +2266,76,17089,55,2 +2267,76,17089,55,30 +2268,76,17089,55,10 +2269,76,17089,55,12 +2270,76,17089,55,3 +2271,76,17089,55,50 +2272,76,17089,55,11 +2273,76,17089,55,3 +2274,76,17089,55,8 +2275,76,17089,55,4 +2276,76,17089,55,1 +2277,76,17089,55,6 +2278,76,17089,55,2 +2279,76,17089,55,0 +2280,76,17089,55,3 +2281,76,17089,55,9 +2282,76,17089,55,4 +2283,76,17089,55,5 +2284,76,17089,55,6 +2285,76,17089,55,22 +2286,76,17089,55,1 +2287,76,17089,55,4 +2288,76,17089,55,0 +2289,76,17089,55,2 +2290,76,17089,55,0 +2291,76,17089,55,0 +2292,76,17089,55,1 +2293,76,17089,55,0 +2294,76,17089,55,0 +2295,76,17089,55,0 +2296,76,17089,55,0 +2297,76,17089,55,0 +2298,76,17089,55,0 +2299,76,17089,55,2 +2300,76,17089,55,1 +2301,76,17089,55,0 +2302,76,17089,55,3 +2303,76,17089,55,0 +2304,76,17089,55,0 +2305,110,17093,55,1 +2306,110,17093,55,1 +2307,111,17093,55,24 +2308,111,17093,55,1 +2309,112,17093,55,7 +2310,112,17093,55,0 +2311,112,17093,55,6 +2312,112,17093,55,3 +2313,112,17093,55,31 +2314,110,17093,55,2 +2315,110,17093,55,9 +2316,111,17093,55,2 +2317,111,17093,55,0 +2318,112,17093,55,8 +2319,112,17093,55,0 +2320,113,17093,55,0 +2321,114,17093,55,14 +2322,115,17093,55,0 +2323,116,17093,55,0 +2324,117,17093,55,1 +2325,118,17093,55,0 +2326,46,17097,55,0 +2327,46,17097,55,1 +2328,46,17097,55,0 +2329,46,17097,55,1 +2330,46,17097,55,0 +2331,46,17097,55,0 +2332,50,17097,55,3 +2333,50,17097,55,1 +2334,50,17097,55,1 +2335,50,17097,55,1 +2336,50,17097,55,71 +2337,50,17097,55,2 +2338,54,17097,55,0 +2339,54,17097,55,140 +2340,54,17097,55,7 +2341,54,17097,55,21 +2342,54,17097,55,1 +2343,54,17097,55,1 +2344,58,17097,55,0 +2345,58,17097,55,0 +2346,58,17097,55,3 +2347,58,17097,55,0 +2348,58,17097,55,27 +2349,58,17097,55,271 +2350,47,17097,55,55 +2351,47,17097,55,0 +2352,47,17097,55,0 +2353,47,17097,55,25 +2354,47,17097,55,1 +2355,47,17097,55,0 +2356,47,17097,55,2 +2357,47,17097,55,0 +2358,47,17097,55,0 +2359,51,17097,55,0 +2360,51,17097,55,118 +2361,51,17097,55,1 +2362,51,17097,55,0 +2363,51,17097,55,4 +2364,51,17097,55,0 +2365,51,17097,55,0 +2366,51,17097,55,0 +2367,51,17097,55,0 +2368,51,17097,55,0 +2369,51,17097,55,0 +2370,51,17097,55,0 +2371,51,17097,55,1 +2372,51,17097,55,67 +2373,51,17097,55,78 +2374,51,17097,55,57 +2375,51,17097,55,4 +2376,51,17097,55,0 +2377,55,17097,55,0 +2378,55,17097,55,0 +2379,55,17097,55,156 +2380,55,17097,55,0 +2381,55,17097,55,0 +2382,55,17097,55,0 +2383,55,17097,55,0 +2384,55,17097,55,0 +2385,55,17097,55,0 +2386,59,17097,55,1 +2387,59,17097,55,45 +2388,59,17097,55,0 +2389,59,17097,55,3 +2390,59,17097,55,90 +2391,59,17097,55,144 +2392,59,17097,55,0 +2393,59,17097,55,53 +2394,59,17097,55,4 +2395,48,17097,55,25 +2396,48,17097,55,4 +2397,48,17097,55,0 +2398,48,17097,55,0 +2399,52,17097,55,0 +2400,52,17097,55,5 +2401,52,17097,55,143 +2402,52,17097,55,0 +2403,52,17097,55,0 +2404,52,17097,55,1 +2405,52,17097,55,0 +2406,52,17097,55,105 +2407,52,17097,55,3 +2408,52,17097,55,33 +2409,52,17097,55,8 +2410,52,17097,55,0 +2411,52,17097,55,6 +2412,52,17097,55,3 +2413,52,17097,55,61 +2414,52,17097,55,1 +2415,52,17097,55,0 +2416,52,17097,55,7 +2417,52,17097,55,243 +2418,52,17097,55,0 +2419,52,17097,55,0 +2420,56,17097,55,102 +2421,56,17097,55,0 +2422,56,17097,55,444 +2423,56,17097,55,2 +2424,56,17097,55,0 +2425,56,17097,55,73 +2426,56,17097,55,0 +2427,56,17097,55,0 +2428,56,17097,55,0 +2429,56,17097,55,50 +2430,56,17097,55,1 +2431,56,17097,55,2 +2432,56,17097,55,86 +2433,56,17097,55,0 +2434,56,17097,55,57 +2435,56,17097,55,12 +2436,56,17097,55,10 +2437,56,17097,55,56 +2438,56,17097,55,0 +2439,56,17097,55,7 +2440,56,17097,55,0 +2441,56,17097,55,0 +2442,56,17097,55,3 +2443,56,17097,55,407 +2444,60,17097,55,2 +2445,60,17097,55,0 +2446,60,17097,55,5 +2447,60,17097,55,0 +2448,60,17097,55,275 +2449,60,17097,55,120 +2450,60,17097,55,7 +2451,60,17097,55,12 +2452,60,17097,55,53 +2453,60,17097,55,0 +2454,60,17097,55,894 +2455,60,17097,55,9 +2456,60,17097,55,3 +2457,60,17097,55,62 +2458,60,17097,55,12 +2459,60,17097,55,13 +2460,60,17097,55,221 +2461,60,17097,55,0 +2462,60,17097,55,3 +2463,60,17097,55,17 +2464,60,17097,55,105 +2465,60,17097,55,56 +2466,60,17097,55,0 +2467,60,17097,55,6 +2468,49,17097,55,0 +2469,49,17097,55,0 +2470,49,17097,55,0 +2471,49,17097,55,0 +2472,49,17097,55,199 +2473,49,17097,55,12 +2474,49,17097,55,2 +2475,49,17097,55,0 +2476,49,17097,55,0 +2477,53,17097,55,0 +2478,53,17097,55,0 +2479,53,17097,55,0 +2480,53,17097,55,0 +2481,53,17097,55,0 +2482,53,17097,55,0 +2483,53,17097,55,0 +2484,53,17097,55,0 +2485,53,17097,55,0 +2486,53,17097,55,0 +2487,53,17097,55,0 +2488,53,17097,55,1 +2489,53,17097,55,0 +2490,53,17097,55,0 +2491,53,17097,55,0 +2492,53,17097,55,0 +2493,53,17097,55,0 +2494,53,17097,55,0 +2495,53,17097,55,0 +2496,53,17097,55,5 +2497,53,17097,55,0 +2498,53,17097,55,0 +2499,53,17097,55,0 +2500,53,17097,55,68 +2501,53,17097,55,0 +2502,53,17097,55,2 +2503,53,17097,55,6 +2504,53,17097,55,0 +2505,53,17097,55,1 +2506,53,17097,55,422 +2507,53,17097,55,5 +2508,53,17097,55,0 +2509,53,17097,55,0 +2510,53,17097,55,0 +2511,53,17097,55,0 +2512,53,17097,55,0 +2513,53,17097,55,2 +2514,53,17097,55,0 +2515,53,17097,55,0 +2516,53,17097,55,1 +2517,53,17097,55,0 +2518,53,17097,55,0 +2519,53,17097,55,0 +2520,53,17097,55,4 +2521,53,17097,55,0 +2522,53,17097,55,3 +2523,53,17097,55,0 +2524,53,17097,55,0 +2525,53,17097,55,0 +2526,53,17097,55,3 +2527,53,17097,55,1 +2528,53,17097,55,0 +2529,57,17097,55,5 +2530,57,17097,55,86 +2531,57,17097,55,35 +2532,57,17097,55,37 +2533,57,17097,55,0 +2534,57,17097,55,0 +2535,57,17097,55,0 +2536,57,17097,55,0 +2537,57,17097,55,0 +2538,57,17097,55,24 +2539,57,17097,55,0 +2540,57,17097,55,0 +2541,57,17097,55,57 +2542,57,17097,55,21 +2543,57,17097,55,0 +2544,57,17097,55,0 +2545,57,17097,55,0 +2546,57,17097,55,0 +2547,57,17097,55,0 +2548,57,17097,55,0 +2549,57,17097,55,5 +2550,57,17097,55,0 +2551,61,17097,55,0 +2552,61,17097,55,0 +2553,61,17097,55,0 +2554,61,17097,55,0 +2555,61,17097,55,0 +2556,61,17097,55,0 +2557,61,17097,55,0 +2558,61,17097,55,0 +2559,61,17097,55,8 +2560,61,17097,55,0 +2561,61,17097,55,0 +2562,61,17097,55,0 +2563,61,17097,55,2 +2564,61,17097,55,1 +2565,61,17097,55,0 +2566,61,17097,55,0 +2567,61,17097,55,3 +2568,61,17097,55,15 +2569,61,17097,55,0 +2570,61,17097,55,0 +2571,61,17097,55,5 +2572,61,17097,55,0 +2573,61,17097,55,0 +2574,61,17097,55,0 +2575,61,17097,55,0 +2576,61,17097,55,0 +2577,61,17097,55,0 +2578,61,17097,55,799 +2579,61,17097,55,0 +2580,61,17097,55,21 +2581,61,17097,55,0 +2582,61,17097,55,1 +2583,61,17097,55,0 +2584,30,17111,55,0 +2585,30,17111,55,1 +2586,30,17111,55,7 +2587,30,17111,55,10 +2588,34,17111,55,0 +2589,34,17111,55,5 +2590,34,17111,55,0 +2591,34,17111,55,0 +2592,38,17111,55,0 +2593,38,17111,55,1 +2594,38,17111,55,0 +2595,38,17111,55,21 +2596,42,17111,55,0 +2597,42,17111,55,0 +2598,42,17111,55,0 +2599,42,17111,55,0 +2600,31,17111,55,0 +2601,31,17111,55,1 +2602,31,17111,55,0 +2603,31,17111,55,0 +2604,35,17111,55,1 +2605,35,17111,55,0 +2606,35,17111,55,0 +2607,35,17111,55,11 +2608,39,17111,55,0 +2609,39,17111,55,0 +2610,39,17111,55,0 +2611,39,17111,55,0 +2612,43,17111,55,3 +2613,43,17111,55,0 +2614,43,17111,55,0 +2615,43,17111,55,2 +2616,32,17111,55,7 +2617,32,17111,55,0 +2618,32,17111,55,0 +2619,32,17111,55,0 +2620,36,17111,55,0 +2621,36,17111,55,0 +2622,36,17111,55,10 +2623,36,17111,55,0 +2624,40,17111,55,7 +2625,40,17111,55,0 +2626,40,17111,55,0 +2627,40,17111,55,0 +2628,40,17111,55,12 +2629,40,17111,55,0 +2630,40,17111,55,2 +2631,40,17111,55,14 +2632,40,17111,55,52 +2633,40,17111,55,0 +2634,40,17111,55,0 +2635,40,17111,55,7 +2636,44,17111,55,0 +2637,44,17111,55,0 +2638,44,17111,55,0 +2639,44,17111,55,0 +2640,44,17111,55,0 +2641,44,17111,55,0 +2642,44,17111,55,0 +2643,44,17111,55,59 +2644,44,17111,55,1 +2645,33,17111,55,22 +2646,33,17111,55,0 +2647,33,17111,55,0 +2648,33,17111,55,0 +2649,33,17111,55,14 +2650,33,17111,55,0 +2651,33,17111,55,7 +2652,37,17111,55,0 +2653,37,17111,55,1 +2654,37,17111,55,1 +2655,37,17111,55,0 +2656,37,17111,55,1 +2657,37,17111,55,0 +2658,37,17111,55,33 +2659,37,17111,55,0 +2660,37,17111,55,0 +2661,37,17111,55,10 +2662,37,17111,55,20 +2663,37,17111,55,0 +2664,41,17111,55,0 +2665,41,17111,55,0 +2666,41,17111,55,51 +2667,41,17111,55,38 +2668,41,17111,55,0 +2669,41,17111,55,37 +2670,41,17111,55,15 +2671,41,17111,55,0 +2672,41,17111,55,2 +2673,41,17111,55,0 +2674,41,17111,55,1 +2675,41,17111,55,15 +2676,41,17111,55,4 +2677,41,17111,55,0 +2678,41,17111,55,0 +2679,45,17111,55,0 +2680,45,17111,55,0 +2681,45,17111,55,0 +2682,45,17111,55,1 +2683,45,17111,55,3 +2684,45,17111,55,0 +2685,45,17111,55,0 +2686,45,17111,55,4 +2687,45,17111,55,9 +2688,45,17111,55,174 +2689,45,17111,55,12 +2690,45,17111,55,12 +2691,45,17111,55,0 +2692,45,17111,55,0 +2693,45,17111,55,22 +2694,45,17111,55,2 +2695,45,17111,55,4 +2696,45,17111,55,0 +2697,45,17111,55,0 +2698,45,17111,55,0 +2699,45,17111,55,1 +2700,45,17111,55,0 +2701,45,17111,55,2 +2702,45,17111,55,0 +2703,87,17197,55,113 +2704,87,17197,55,1 +2705,87,17197,55,0 +2706,87,17197,55,0 +2707,87,17197,55,2 +2708,87,17197,55,0 +2709,87,17197,55,0 +2710,87,17197,55,10 +2711,87,17197,55,0 +2712,89,17197,55,0 +2713,89,17197,55,95 +2714,89,17197,55,0 +2715,89,17197,55,0 +2716,89,17197,55,0 +2717,89,17197,55,0 +2718,89,17197,55,0 +2719,89,17197,55,1 +2720,89,17197,55,6 +2721,92,17197,55,1 +2722,92,17197,55,48 +2723,92,17197,55,13 +2724,92,17197,55,0 +2725,92,17197,55,8 +2726,92,17197,55,0 +2727,92,17197,55,1 +2728,92,17197,55,1 +2729,92,17197,55,57 +2730,92,17197,55,0 +2731,92,17197,55,9 +2732,92,17197,55,28 +2733,96,17197,55,13 +2734,96,17197,55,4 +2735,96,17197,55,1 +2736,96,17197,55,3 +2737,102,17197,55,1 +2738,102,17197,55,0 +2739,102,17197,55,0 +2740,102,17197,55,17 +2741,108,17197,55,4 +2742,108,17197,55,0 +2743,108,17197,55,3 +2744,108,17197,55,0 +2745,88,17197,55,6 +2746,88,17197,55,0 +2747,88,17197,55,0 +2748,88,17197,55,0 +2749,88,17197,55,0 +2750,88,17197,55,2 +2751,88,17197,55,1 +2752,88,17197,55,0 +2753,88,17197,55,0 +2754,88,17197,55,5 +2755,88,17197,55,1 +2756,88,17197,55,16 +2757,88,17197,55,130 +2758,88,17197,55,20 +2759,88,17197,55,24 +2760,88,17197,55,3 +2761,88,17197,55,56 +2762,88,17197,55,6 +2763,88,17197,55,0 +2764,88,17197,55,11 +2765,88,17197,55,6 +2766,90,17197,55,63 +2767,90,17197,55,5 +2768,90,17197,55,2 +2769,90,17197,55,0 +2770,90,17197,55,3 +2771,90,17197,55,11 +2772,90,17197,55,0 +2773,90,17197,55,1 +2774,90,17197,55,4 +2775,90,17197,55,6 +2776,90,17197,55,0 +2777,90,17197,55,0 +2778,90,17197,55,8 +2779,90,17197,55,2 +2780,90,17197,55,1 +2781,93,17197,55,0 +2782,93,17197,55,0 +2783,93,17197,55,0 +2784,93,17197,55,0 +2785,93,17197,55,0 +2786,93,17197,55,3 +2787,93,17197,55,0 +2788,93,17197,55,0 +2789,93,17197,55,0 +2790,93,17197,55,0 +2791,93,17197,55,11 +2792,93,17197,55,8 +2793,93,17197,55,91 +2794,93,17197,55,7 +2795,93,17197,55,0 +2796,93,17197,55,0 +2797,93,17197,55,0 +2798,93,17197,55,5 +2799,93,17197,55,6 +2800,93,17197,55,39 +2801,93,17197,55,0 +2802,93,17197,55,0 +2803,93,17197,55,50 +2804,93,17197,55,5 +2805,93,17197,55,0 +2806,93,17197,55,0 +2807,93,17197,55,0 +2808,93,17197,55,10 +2809,93,17197,55,0 +2810,93,17197,55,13 +2811,93,17197,55,9 +2812,93,17197,55,1 +2813,93,17197,55,0 +2814,93,17197,55,2 +2815,93,17197,55,8 +2816,93,17197,55,2 +2817,93,17197,55,2 +2818,93,17197,55,0 +2819,93,17197,55,0 +2820,93,17197,55,2 +2821,93,17197,55,0 +2822,93,17197,55,0 +2823,93,17197,55,0 +2824,93,17197,55,2 +2825,93,17197,55,77 +2826,97,17197,55,9 +2827,97,17197,55,0 +2828,97,17197,55,7 +2829,97,17197,55,0 +2830,103,17197,55,4 +2831,103,17197,55,0 +2832,103,17197,55,0 +2833,103,17197,55,0 +2834,109,17197,55,0 +2835,109,17197,55,0 +2836,109,17197,55,0 +2837,109,17197,55,0 +2838,91,17197,55,1 +2839,91,17197,55,0 +2840,91,17197,55,0 +2841,91,17197,55,1 +2842,91,17197,55,0 +2843,91,17197,55,0 +2844,91,17197,55,0 +2845,91,17197,55,0 +2846,91,17197,55,0 +2847,94,17197,55,0 +2848,94,17197,55,5 +2849,94,17197,55,0 +2850,94,17197,55,48 +2851,94,17197,55,4 +2852,94,17197,55,0 +2853,94,17197,55,1 +2854,94,17197,55,31 +2855,94,17197,55,13 +2856,98,17197,55,0 +2857,98,17197,55,0 +2858,98,17197,55,0 +2859,98,17197,55,16 +2860,98,17197,55,1 +2861,98,17197,55,0 +2862,98,17197,55,9 +2863,98,17197,55,1 +2864,98,17197,55,0 +2865,104,17197,55,0 +2866,104,17197,55,0 +2867,104,17197,55,0 +2868,104,17197,55,0 +2869,95,17197,55,58 +2870,95,17197,55,11 +2871,95,17197,55,2 +2872,95,17197,55,4 +2873,95,17197,55,9 +2874,95,17197,55,162 +2875,95,17197,55,10 +2876,95,17197,55,1 +2877,95,17197,55,20 +2878,95,17197,55,2 +2879,95,17197,55,8 +2880,95,17197,55,0 +2881,95,17197,55,0 +2882,95,17197,55,22 +2883,95,17197,55,0 +2884,99,17197,55,0 +2885,99,17197,55,1 +2886,99,17197,55,0 +2887,99,17197,55,0 +2888,99,17197,55,0 +2889,99,17197,55,1 +2890,99,17197,55,1 +2891,99,17197,55,1 +2892,99,17197,55,0 +2893,105,17197,55,0 +2894,105,17197,55,0 +2895,105,17197,55,1 +2896,105,17197,55,4 +2897,100,17197,55,8 +2898,100,17197,55,6 +2899,100,17197,55,13 +2900,100,17197,55,18 +2901,100,17197,55,5 +2902,100,17197,55,0 +2903,100,17197,55,0 +2904,100,17197,55,0 +2905,100,17197,55,0 +2906,106,17197,55,0 +2907,106,17197,55,0 +2908,106,17197,55,3 +2909,106,17197,55,0 +2910,101,17197,55,28 +2911,101,17197,55,0 +2912,101,17197,55,0 +2913,101,17197,55,0 +2914,101,17197,55,0 +2915,101,17197,55,1 +2916,101,17197,55,0 +2917,101,17197,55,0 +2918,101,17197,55,0 +2919,101,17197,55,1 +2920,101,17197,55,0 +2921,107,17197,55,24 +2922,107,17197,55,0 +2923,107,17197,55,0 +2924,107,17197,55,1 +2925,107,17197,55,0 +2926,107,17197,55,0 +2927,119,17063,55,0 +2928,119,17063,55,0 +2929,119,17063,55,0 +2930,119,17063,55,0 +2931,119,17063,55,0 +2932,119,17063,55,0 +2933,119,17063,55,0 +2934,119,17063,55,0 +2935,119,17063,55,7 +2936,119,17063,55,0 +2937,119,17063,55,0 +2938,119,17063,55,0 +2939,119,17063,55,4 +2940,119,17063,55,0 +2941,119,17063,55,0 +2942,119,17063,55,0 +2943,119,17063,55,0 +2944,119,17063,55,0 +2945,119,17063,55,0 +2946,119,17063,55,0 +2947,119,17063,55,0 +2948,119,17063,55,0 +2949,119,17063,55,0 +2950,119,17063,55,0 +2951,120,17007,55,0 +2952,120,17007,55,0 +2953,120,17007,55,0 +2954,120,17007,55,0 +2955,120,17007,55,0 +2956,120,17007,55,0 +2957,120,17007,55,0 +2958,120,17007,55,0 +2959,120,17007,55,0 +2960,120,17007,55,0 +2961,120,17007,55,0 +2962,120,17007,55,0 +2963,120,17007,55,0 +2964,120,17007,55,0 +2965,120,17007,55,0 +2966,120,17007,55,0 +2967,120,17007,55,0 +2968,120,17007,55,0 +2969,120,17007,55,0 +2970,120,17007,55,0 +2971,120,17007,55,0 +2972,120,17007,55,0 +2973,120,17007,55,0 +2974,120,17007,55,0 +2975,120,17007,55,0 +2976,121,17037,55,0 +2977,121,17037,55,0 +2978,121,17037,55,0 +2979,121,17037,55,0 +2980,121,17037,55,0 +2981,121,17037,55,0 +2982,121,17037,55,0 +2983,121,17037,55,0 +2984,121,17037,55,0 +2985,121,17037,55,0 +2986,121,17037,55,0 +2987,121,17037,55,0 +2988,121,17037,55,0 +2989,121,17037,55,0 +2990,121,17037,55,0 +2991,121,17037,55,2 +2992,121,17037,55,37 +2993,121,17037,55,25 +2994,121,17037,55,0 +2995,121,17037,55,49 +2996,121,17037,55,0 +2997,121,17037,55,0 +2998,121,17037,55,0 +2999,121,17037,55,0 +3000,121,17037,55,98 +3001,121,17037,55,0 +3002,121,17037,55,0 +3003,121,17037,55,0 +3004,121,17037,55,12 +3005,121,17037,55,0 +3006,121,17037,55,0 +3007,121,17037,55,0 +3008,121,17037,55,0 +3009,121,17037,55,0 +3010,121,17037,55,0 +3011,121,17037,55,0 +3012,121,17037,55,0 +3013,121,17037,55,0 +3014,121,17037,55,0 +3015,121,17037,55,0 +3016,121,17037,55,0 +3017,121,17037,55,0 +3018,121,17037,55,0 +3019,121,17037,55,0 +3020,121,17037,55,0 +3021,121,17037,55,0 +3022,122,17091,55,0 +3023,122,17091,55,0 +3024,122,17091,55,0 +3025,122,17091,55,0 +3026,122,17091,55,0 +3027,122,17091,55,0 +3028,122,17091,55,2 +3029,122,17091,55,0 +3030,122,17091,55,0 +3031,122,17091,55,0 +3032,122,17091,55,0 +3033,122,17091,55,2 +3034,122,17091,55,0 +3035,122,17091,55,0 +3036,122,17091,55,0 +3037,122,17091,55,4 +3038,122,17091,55,0 +3039,122,17091,55,0 +3040,122,17091,55,0 +3041,122,17091,55,0 +3042,122,17091,55,0 +3043,122,17091,55,0 +3044,122,17091,55,0 +3045,122,17091,55,0 +3046,122,17091,55,0 +3047,122,17091,55,0 +3048,122,17091,55,0 +3049,122,17091,55,0 +3050,122,17091,55,7 +3051,122,17091,55,3 +3052,122,17091,55,0 +3053,122,17091,55,7 +3054,122,17091,55,88 +3055,122,17091,55,0 +3056,122,17091,55,2 +3057,122,17091,55,0 +3058,122,17091,55,0 +3059,122,17091,55,0 +3060,122,17091,55,0 +3061,122,17091,55,0 +3062,122,17091,55,0 +3063,122,17091,55,0 +3064,122,17091,55,0 +3065,122,17091,55,0 +3066,122,17091,55,0 +3067,122,17091,55,8 +3068,122,17091,55,0 +3069,122,17091,55,302 +3070,122,17091,55,0 +3071,122,17091,55,0 +3072,122,17091,55,0 +3073,122,17091,55,0 +3074,126,17099,55,0 +3075,126,17099,55,0 +3076,126,17099,55,1 +3077,126,17099,55,0 +3078,126,17099,55,0 +3079,126,17099,55,0 +3080,126,17099,55,0 +3081,126,17099,55,0 +3082,126,17099,55,0 +3083,126,17099,55,0 +3084,126,17099,55,0 +3085,126,17099,55,1 +3086,126,17099,55,0 +3087,126,17099,55,0 +3088,126,17099,55,0 +3089,126,17099,55,0 +3090,126,17099,55,0 +3091,126,17099,55,0 +3092,126,17099,55,8 +3093,126,17099,55,0 +3094,126,17099,55,0 +3095,126,17099,55,0 +3096,126,17099,55,58 +3097,126,17099,55,0 +3098,126,17099,55,1 +3099,126,17099,55,0 +3100,126,17099,55,0 +3101,126,17099,55,0 +3102,126,17099,55,0 +3103,126,17099,55,0 +3104,126,17099,55,0 +3105,126,17099,55,0 +3106,126,17099,55,0 +3107,126,17099,55,0 +3108,126,17099,55,0 +3109,126,17099,55,3 +3110,126,17099,55,0 +3111,126,17099,55,0 +3112,126,17099,55,0 +3113,126,17099,55,0 +3114,126,17099,55,0 +3115,126,17099,55,69 +3116,126,17099,55,0 +3117,126,17099,55,0 +3118,126,17099,55,0 +3119,126,17099,55,0 +3120,126,17099,55,0 +3121,126,17099,55,0 +3122,126,17099,55,13 +3123,126,17099,55,0 +3124,126,17099,55,0 +3125,126,17099,55,0 +3126,126,17099,55,0 +3127,126,17099,55,0 +3128,126,17099,55,0 +3129,126,17099,55,0 +3130,126,17099,55,0 +3131,126,17099,55,0 +3132,126,17099,55,0 +3133,126,17099,55,0 +3134,126,17099,55,0 +3135,126,17099,55,0 +3136,126,17099,55,1 +3137,126,17099,55,0 +3138,126,17099,55,0 +3139,126,17099,55,0 +3140,126,17099,55,0 +3141,126,17099,55,0 +3142,126,17099,55,0 +3143,126,17099,55,0 +3144,126,17099,55,0 +3145,126,17099,55,0 +3146,125,17103,55,0 +3147,125,17103,55,0 +3148,125,17103,55,0 +3149,125,17103,55,0 +3150,125,17103,55,0 +3151,125,17103,55,0 +3152,124,17141,55,0 +3153,124,17141,55,0 +3154,124,17141,55,0 +3155,124,17141,55,13 +3156,124,17141,55,0 +3157,124,17141,55,3 +3158,124,17141,55,0 +3159,124,17141,55,0 +3160,124,17141,55,0 +3161,124,17141,55,0 +3162,124,17141,55,0 +3163,124,17141,55,0 +3164,124,17141,55,0 +3165,124,17141,55,0 +3166,124,17141,55,0 +3167,124,17141,55,0 +3168,124,17141,55,0 +3169,123,17201,55,0 +3170,123,17201,55,0 +3171,123,17201,55,0 +3172,123,17201,55,0 +3173,123,17201,55,0 +3174,123,17201,55,0 +3175,123,17201,55,0 +3176,123,17201,55,0 +3177,123,17201,55,0 +3178,123,17201,55,0 +3179,123,17201,55,0 +3180,123,17201,55,0 +3181,123,17201,55,0 +3182,123,17201,55,2 +3183,123,17201,55,0 +3184,123,17201,55,0 +3185,123,17201,55,0 +3186,123,17201,55,0 +3187,123,17201,55,0 +3188,123,17201,55,0 +3189,123,17201,55,0 +3190,123,17201,55,0 +3191,123,17201,55,0 +3192,123,17201,55,0 +3193,123,17201,55,1 +3194,123,17201,55,0 +3195,123,17201,55,0 +3196,123,17201,55,0 +3197,123,17201,55,0 +3198,123,17201,55,0 +3199,123,17201,55,0 +3200,123,17201,55,0 +3201,123,17201,55,1 +3202,123,17201,55,1 +3203,123,17201,55,0 +3204,123,17201,55,0 +3205,123,17201,55,0 +3206,123,17201,55,6 +3207,123,17201,55,0 +3208,123,17201,55,1 +3209,123,17201,55,37 +3210,123,17201,55,0 +3211,123,17201,55,16 +3212,123,17201,55,5 +3213,123,17201,55,30 +3214,123,17201,55,1 +3215,123,17201,55,47 +3216,123,17201,55,60 +3217,123,17201,55,6 +3218,123,17201,55,0 +3219,123,17201,55,10 +3220,123,17201,55,42 +3221,123,17201,55,0 +3222,123,17201,55,0 +3223,123,17201,55,1 +3224,123,17201,55,0 +3225,123,17201,55,0 +3226,123,17201,55,0 +3227,123,17201,55,0 +3228,123,17201,55,0 +3229,123,17201,55,1 +3230,123,17201,55,0 +3231,123,17201,55,0 +3232,123,17201,55,0 +3233,123,17201,55,0 +3234,123,17201,55,0 +3235,123,17201,55,0 +3236,123,17201,55,0 +3237,123,17201,55,0 +3238,123,17201,55,0 +3239,123,17201,55,0 +3240,123,17201,55,2 +3241,123,17201,55,0 +3242,123,17201,55,1 +3243,123,17201,55,0 +3244,123,17201,55,0 +3245,123,17201,55,0 +3246,123,17201,55,0 +3247,123,17201,55,0 +3248,127,18089,55,0 +3249,127,18089,55,0 +3250,127,18089,55,0 +3251,127,18089,55,0 +3252,127,18089,55,0 +3253,127,18089,55,0 +3254,127,18089,55,0 +3255,127,18089,55,0 +3256,127,18089,55,0 +3257,127,18089,55,0 +3258,127,18089,55,0 +3259,127,18089,55,0 +3260,127,18089,55,0 +3261,127,18089,55,0 +3262,127,18089,55,0 +3263,127,18089,55,0 +3264,127,18089,55,0 +3265,127,18089,55,0 +3266,127,18089,55,0 +3267,127,18089,55,0 +3268,127,18089,55,1 +3269,127,18089,55,0 +3270,127,18089,55,0 +3271,127,18089,55,0 +3272,127,18089,55,0 +3273,127,18089,55,1 +3274,127,18089,55,0 +3275,127,18089,55,0 +3276,127,18089,55,4 +3277,127,18089,55,27 +3278,127,18089,55,0 +3279,127,18089,55,0 +3280,127,18089,55,0 +3281,127,18089,55,0 +3282,127,18089,55,0 +3283,127,18089,55,0 +3284,127,18089,55,0 +3285,127,18089,55,0 +3286,127,18089,55,0 +3287,127,18089,55,0 +3288,127,18089,55,0 +3289,127,18089,55,0 +3290,127,18089,55,0 +3291,127,18089,55,0 +3292,127,18089,55,11 +3293,127,18089,55,0 +3294,127,18089,55,0 +3295,127,18089,55,471 +3296,127,18089,55,0 +3297,127,18089,55,1 +3298,127,18089,55,703 +3299,127,18089,55,0 +3300,127,18089,55,0 +3301,127,18089,55,2 +3302,127,18089,55,0 +3303,127,18089,55,0 +3304,127,18089,55,0 +3305,127,18089,55,0 +3306,127,18089,55,2 +3307,127,18089,55,0 +3308,127,18089,55,0 +3309,127,18089,55,24 +3310,127,18089,55,0 +3311,127,18089,55,0 +3312,127,18089,55,0 +3313,127,18089,55,0 +3314,127,18089,55,11 +3315,127,18089,55,0 +3316,127,18089,55,0 +3317,127,18089,55,0 +3318,127,18089,55,0 +3319,127,18089,55,0 +3320,127,18089,55,0 +3321,127,18089,55,0 +3322,127,18089,55,2 +3323,127,18089,55,0 +3324,127,18089,55,3 +3325,127,18089,55,27 +3326,127,18089,55,0 +3327,127,18089,55,618 +3328,127,18089,55,2 +3329,127,18089,55,18 +3330,127,18089,55,26 +3331,127,18089,55,8 +3332,127,18089,55,0 +3333,127,18089,55,3 +3334,127,18089,55,2 +3335,127,18089,55,77 +3336,127,18089,55,0 +3337,127,18089,55,0 +3338,127,18089,55,0 +3339,127,18089,55,4 +3340,127,18089,55,0 +3341,127,18089,55,1 +3342,127,18089,55,50 +3343,127,18089,55,0 +3344,127,18089,55,0 +3345,129,18091,55,0 +3346,129,18091,55,0 +3347,129,18091,55,0 +3348,129,18091,55,0 +3349,129,18091,55,0 +3350,129,18091,55,0 +3351,129,18091,55,0 +3352,129,18091,55,0 +3353,129,18091,55,0 +3354,129,18091,55,0 +3355,129,18091,55,0 +3356,129,18091,55,0 +3357,129,18091,55,0 +3358,129,18091,55,0 +3359,129,18091,55,0 +3360,129,18091,55,0 +3361,129,18091,55,0 +3362,129,18091,55,2 +3363,129,18091,55,0 +3364,129,18091,55,0 +3365,129,18091,55,0 +3366,129,18091,55,0 +3367,129,18091,55,0 +3368,129,18091,55,0 +3369,129,18091,55,0 +3370,129,18091,55,0 +3371,129,18091,55,0 +3372,129,18091,55,0 +3373,129,18091,55,36 +3374,129,18091,55,7 +3375,129,18091,55,0 +3376,129,18091,55,7 +3377,129,18091,55,0 +3378,129,18091,55,0 +3379,129,18091,55,0 +3380,129,18091,55,0 +3381,129,18091,55,0 +3382,129,18091,55,0 +3383,129,18091,55,0 +3384,129,18091,55,1 +3385,129,18091,55,0 +3386,129,18091,55,1 +3387,129,18091,55,6 +3388,129,18091,55,0 +3389,129,18091,55,0 +3390,129,18091,55,0 +3391,129,18091,55,0 +3392,129,18091,55,0 +3393,129,18091,55,0 +3394,129,18091,55,0 +3395,129,18091,55,0 +3396,129,18091,55,10 +3397,129,18091,55,44 +3398,129,18091,55,11 +3399,129,18091,55,0 +3400,129,18091,55,0 +3401,128,18127,55,0 +3402,128,18127,55,0 +3403,128,18127,55,0 +3404,128,18127,55,0 +3405,128,18127,55,0 +3406,128,18127,55,0 +3407,128,18127,55,0 +3408,128,18127,55,0 +3409,128,18127,55,0 +3410,128,18127,55,0 +3411,128,18127,55,0 +3412,128,18127,55,0 +3413,128,18127,55,0 +3414,128,18127,55,0 +3415,128,18127,55,0 +3416,128,18127,55,0 +3417,128,18127,55,0 +3418,128,18127,55,0 +3419,128,18127,55,3 +3420,128,18127,55,0 +3421,128,18127,55,0 +3422,128,18127,55,3 +3423,128,18127,55,0 +3424,128,18127,55,0 +3425,128,18127,55,11 +3426,128,18127,55,0 +3427,128,18127,55,0 +3428,128,18127,55,0 +3429,128,18127,55,0 +3430,128,18127,55,101 +3431,128,18127,55,0 +3432,128,18127,55,0 +3433,128,18127,55,69 +3434,128,18127,55,0 +3435,128,18127,55,0 +3436,128,18127,55,3 +3437,128,18127,55,0 +3438,128,18127,55,0 +3439,128,18127,55,0 +3440,128,18127,55,0 +3441,128,18127,55,1 +3442,128,18127,55,0 +3443,128,18127,55,0 +3444,128,18127,55,0 +3445,128,18127,55,0 +3446,128,18127,55,1 +3447,128,18127,55,0 +3448,128,18127,55,0 +3449,128,18127,55,21 +3450,128,18127,55,0 +3451,128,18127,55,0 +3452,128,18127,55,0 +3453,128,18127,55,3 +3454,128,18127,55,0 +3455,128,18127,55,0 +3456,128,18127,55,0 +3457,128,18127,55,0 +3458,128,18127,55,4 +3459,128,18127,55,0 +3460,128,18127,55,0 +3461,128,18127,55,0 +3462,128,18127,55,0 +3463,128,18127,55,0 +3464,128,18127,55,0 +3465,128,18127,55,0 +3466,128,18127,55,0 +3467,128,18127,55,0 +3468,130,55059,55,0 +3469,130,55059,55,0 +3470,130,55059,55,0 +3471,130,55059,55,0 +3472,130,55059,55,0 +3473,130,55059,55,0 +3474,130,55059,55,0 +3475,130,55059,55,0 +3476,130,55059,55,0 +3477,130,55059,55,0 +3478,130,55059,55,0 +3479,130,55059,55,0 +3480,130,55059,55,0 +3481,130,55059,55,0 +3482,130,55059,55,0 +3483,130,55059,55,0 +3484,130,55059,55,0 +3485,130,55059,55,18 +3486,130,55059,55,265 +3487,130,55059,55,23 +3488,130,55059,55,0 +3489,130,55059,55,0 +3490,130,55059,55,0 +3491,130,55059,55,81 +3492,130,55059,55,33 +3493,130,55059,55,0 +3494,130,55059,55,0 +3495,130,55059,55,0 +3496,130,55059,55,3 +3497,130,55059,55,0 +3498,130,55059,55,0 +3499,130,55059,55,0 +3500,130,55059,55,0 +3501,130,55059,55,864 +3502,130,55059,55,6 +3503,130,55059,55,0 +3504,130,55059,55,151 +3505,130,55059,55,0 +3506,130,55059,55,0 +3507,130,55059,55,0 +3508,130,55059,55,0 +3509,130,55059,55,0 +3510,130,55059,55,1261 +3511,130,55059,55,0 +3512,130,55059,55,0 +3513,131,55101,55,0 +3514,131,55101,55,0 +3515,131,55101,55,0 +3516,131,55101,55,0 +3517,131,55101,55,0 +3518,131,55101,55,37 +3519,131,55101,55,0 +3520,131,55101,55,0 +3521,131,55101,55,0 +3522,131,55101,55,0 +3523,131,55101,55,0 +3524,131,55101,55,0 +3525,131,55101,55,0 +3526,131,55101,55,0 +3527,131,55101,55,0 +3528,131,55101,55,0 +3529,131,55101,55,0 +3530,131,55101,55,84 +3531,131,55101,55,0 +3532,131,55101,55,0 +3533,131,55101,55,0 +3534,131,55101,55,0 +3535,131,55101,55,284 +3536,131,55101,55,0 +3537,131,55101,55,3 +3538,131,55101,55,3 +3539,131,55101,55,0 +3540,131,55101,55,5 +3541,131,55101,55,0 +3542,131,55101,55,0 +3543,131,55101,55,0 +3544,131,55101,55,3 +3545,131,55101,55,0 +3546,131,55101,55,10 +3547,131,55101,55,3 +3548,131,55101,55,0 +3549,131,55101,55,0 +3550,131,55101,55,0 +3551,131,55101,55,0 +3552,131,55101,55,0 +3553,131,55101,55,0 +3554,131,55101,55,0 +3555,131,55101,55,0 +3556,131,55101,55,0 +3557,131,55101,55,0 +3558,131,55101,55,0 +3559,131,55101,55,0 +3560,131,55101,55,0 +3561,131,55101,55,0 +3562,131,55101,55,0 +3563,131,55101,55,0 +3564,131,55101,55,131 +3565,131,55101,55,0 +3566,131,55101,55,0 +3567,131,55101,55,6 +3568,131,55101,55,0 +3569,132,55127,55,0 +3570,132,55127,55,7 +3571,132,55127,55,0 +3572,132,55127,55,0 +3573,132,55127,55,0 +3574,132,55127,55,0 +3575,132,55127,55,0 +3576,132,55127,55,0 +3577,132,55127,55,0 +3578,132,55127,55,12 +3579,132,55127,55,0 +3580,132,55127,55,0 +3581,132,55127,55,0 +3582,132,55127,55,0 +3583,132,55127,55,0 +3584,132,55127,55,0 +3585,132,55127,55,0 +3586,132,55127,55,0 +3587,132,55127,55,0 +3588,132,55127,55,0 +3589,132,55127,55,13 +3590,132,55127,55,0 +3591,132,55127,55,0 +3592,132,55127,55,0 +3593,132,55127,55,11 +3594,132,55127,55,0 +3595,132,55127,55,3 +3596,132,55127,55,0 +3597,132,55127,55,0 +3598,132,55127,55,0 +3599,132,55127,55,0 +3600,132,55127,55,0 +3601,132,55127,55,0 +3602,132,55127,55,0 +3603,132,55127,55,0 +3604,132,55127,55,0 +3605,132,55127,55,0 +3606,132,55127,55,0 +3607,132,55127,55,0 +3608,132,55127,55,0 +3609,132,55127,55,0 +3610,132,55127,55,0 +3611,132,55127,55,0 +3612,132,55127,55,0 +3613,132,55127,55,0 +3614,132,55127,55,0 +3615,132,55127,55,0 +3616,132,55127,55,0 +3617,132,55127,55,0 +3618,132,55127,55,0 +3619,132,55127,55,0 +3620,132,55127,55,0 +3621,132,55127,55,0 +3622,132,55127,55,0 +3623,132,55127,55,0 +3624,132,55127,55,0 +3625,132,55127,55,4 +3626,132,55127,55,81 +3627,132,55127,55,0 +3628,132,55127,55,0 +3629,132,55127,55,0 +3630,132,55127,55,27 +3631,132,55127,55,0 +3632,132,55127,55,20 +1,17,17031,56,8 +2,17,17031,56,92 +3,17,17031,56,351 +4,17,17031,56,31 +5,17,17031,56,216 +6,17,17031,56,95 +7,17,17031,56,92 +8,17,17031,56,67 +9,17,17031,56,2 +10,17,17031,56,173 +11,17,17031,56,411 +12,17,17031,56,944 +13,17,17031,56,268 +14,17,17031,56,64 +15,17,17031,56,46 +16,17,17031,56,6244 +17,17,17031,56,2813 +18,17,17031,56,594 +19,17,17031,56,30 +20,17,17031,56,61 +21,17,17031,56,1852 +22,17,17031,56,2200 +23,17,17031,56,802 +24,17,17031,56,925 +25,17,17031,56,200 +26,17,17031,56,117 +27,17,17031,56,1928 +28,17,17031,56,5173 +29,17,17031,56,3466 +30,17,17031,56,1308 +31,17,17031,56,3 +32,17,17031,56,25 +33,17,17031,56,170 +34,17,17031,56,774 +35,17,17031,56,1324 +36,17,17031,56,588 +37,17,17031,56,18 +38,17,17031,56,765 +39,17,17031,56,144 +40,17,17031,56,77 +41,17,17031,56,50 +42,17,17031,56,0 +43,17,17031,56,27 +44,17,17031,56,41 +45,17,17031,56,0 +46,17,17031,56,3 +47,17,17031,56,59 +48,17,17031,56,153 +49,17,17031,56,450 +50,17,17031,56,26 +51,17,17031,56,66 +52,17,17031,56,20 +53,17,17031,56,77 +54,17,17031,56,123 +55,17,17031,56,172 +56,17,17031,56,224 +57,17,17031,56,755 +58,17,17031,56,118 +59,17,17031,56,697 +60,17,17031,56,549 +61,17,17031,56,254 +62,17,17031,56,79 +63,17,17031,56,226 +64,17,17031,56,14 +65,17,17031,56,7 +66,17,17031,56,18 +67,17,17031,56,3 +68,17,17031,56,27 +69,17,17031,56,7 +70,17,17031,56,133 +71,17,17031,56,1 +72,17,17031,56,123 +73,17,17031,56,233 +74,17,17031,56,59 +75,17,17031,56,95 +76,17,17031,56,1995 +77,17,17031,56,0 +78,14,17031,56,41 +79,14,17031,56,55 +80,14,17031,56,115 +81,14,17031,56,44 +82,14,17031,56,93 +83,14,17031,56,16 +84,14,17031,56,94 +85,14,17031,56,56 +86,14,17031,56,164 +87,14,17031,56,155 +88,14,17031,56,9 +89,14,17031,56,138 +90,17,17031,56,48 +91,17,17031,56,142 +92,17,17031,56,81 +93,17,17031,56,54 +94,17,17031,56,226 +95,17,17031,56,265 +96,17,17031,56,235 +97,17,17031,56,111 +98,17,17031,56,14 +99,17,17031,56,39 +100,17,17031,56,59 +101,17,17031,56,62 +102,17,17031,56,22 +103,17,17031,56,2 +104,17,17031,56,82 +105,17,17031,56,84 +106,17,17031,56,66 +107,17,17031,56,351 +108,17,17031,56,307 +109,17,17031,56,47 +110,17,17031,56,56 +111,17,17031,56,89 +112,17,17031,56,288 +113,17,17031,56,14 +114,17,17031,56,137 +115,17,17031,56,7 +116,17,17031,56,38 +117,17,17031,56,13 +118,17,17031,56,32 +119,17,17031,56,61 +120,17,17031,56,47 +121,17,17031,56,0 +122,8,17031,56,75 +123,12,17031,56,57 +124,12,17031,56,153 +125,12,17031,56,241 +126,12,17031,56,0 +127,12,17031,56,144 +128,12,17031,56,53 +129,12,17031,56,1 +130,12,17031,56,14 +131,12,17031,56,4 +132,12,17031,56,658 +133,12,17031,56,64 +134,12,17031,56,63 +135,12,17031,56,279 +136,12,17031,56,15 +137,12,17031,56,24 +138,12,17031,56,17 +139,12,17031,56,153 +140,12,17031,56,12 +141,9,17031,56,4 +142,9,17031,56,3 +143,9,17031,56,61 +144,9,17031,56,8 +145,9,17031,56,82 +146,9,17031,56,8 +147,12,17031,56,42 +148,12,17031,56,0 +149,12,17031,56,79 +150,12,17031,56,1 +151,12,17031,56,67 +152,12,17031,56,70 +153,12,17031,56,18 +154,10,17031,56,0 +155,10,17031,56,14 +156,10,17031,56,3 +157,10,17031,56,1 +158,10,17031,56,0 +159,10,17031,56,27 +160,10,17031,56,8 +161,10,17031,56,50 +162,10,17031,56,8 +163,11,17031,56,56 +164,11,17031,56,63 +165,11,17031,56,57 +166,11,17031,56,30 +167,10,17031,56,36 +168,10,17031,56,61 +169,10,17031,56,12 +170,10,17031,56,25 +171,11,17031,56,63 +172,11,17031,56,10 +173,11,17031,56,24 +174,11,17031,56,49 +175,11,17031,56,56 +176,11,17031,56,7 +177,11,17031,56,40 +178,11,17031,56,1 +179,13,17031,56,6 +180,13,17031,56,17 +181,13,17031,56,91 +182,13,17031,56,18 +183,13,17031,56,30 +184,13,17031,56,8 +185,13,17031,56,4 +186,13,17031,56,23 +187,13,17031,56,34 +188,13,17031,56,36 +189,13,17031,56,19 +190,13,17031,56,2 +191,13,17031,56,14 +192,13,17031,56,26 +193,13,17031,56,3 +194,13,17031,56,35 +195,13,17031,56,18 +196,13,17031,56,28 +197,13,17031,56,0 +198,13,17031,56,56 +199,13,17031,56,54 +200,13,17031,56,82 +201,13,17031,56,72 +202,13,17031,56,84 +203,13,17031,56,46 +204,13,17031,56,9 +205,13,17031,56,13 +206,13,17031,56,42 +207,13,17031,56,9 +208,13,17031,56,5 +209,13,17031,56,19 +210,13,17031,56,148 +211,13,17031,56,58 +212,13,17031,56,152 +213,13,17031,56,1 +214,13,17031,56,18 +215,13,17031,56,39 +216,13,17031,56,0 +217,13,17031,56,48 +218,13,17031,56,17 +219,13,17031,56,39 +220,13,17031,56,11 +221,13,17031,56,13 +222,13,17031,56,38 +223,13,17031,56,998 +224,13,17031,56,23 +225,13,17031,56,64 +226,13,17031,56,19 +227,13,17031,56,29 +228,13,17031,56,98 +229,13,17031,56,40 +230,13,17031,56,42 +231,13,17031,56,66 +232,13,17031,56,154 +233,13,17031,56,143 +234,13,17031,56,55 +235,13,17031,56,52 +236,13,17031,56,18 +237,13,17031,56,19 +238,13,17031,56,78 +239,13,17031,56,37 +240,13,17031,56,51 +241,13,17031,56,43 +242,13,17031,56,12 +243,13,17031,56,26 +244,13,17031,56,63 +245,13,17031,56,2 +246,13,17031,56,45 +247,13,17031,56,25 +248,13,17031,56,73 +249,13,17031,56,15 +250,13,17031,56,20 +251,13,17031,56,7 +252,13,17031,56,45 +253,13,17031,56,12 +254,13,17031,56,14 +255,13,17031,56,97 +256,13,17031,56,78 +257,13,17031,56,30 +258,13,17031,56,11 +259,13,17031,56,16 +260,13,17031,56,35 +261,13,17031,56,27 +262,13,17031,56,45 +263,13,17031,56,50 +264,13,17031,56,15 +265,13,17031,56,71 +266,13,17031,56,44 +267,13,17031,56,21 +268,13,17031,56,40 +269,13,17031,56,52 +270,13,17031,56,198 +271,13,17031,56,170 +272,13,17031,56,176 +273,13,17031,56,41 +274,13,17031,56,51 +275,13,17031,56,43 +276,13,17031,56,61 +277,13,17031,56,50 +278,13,17031,56,62 +279,13,17031,56,19 +280,13,17031,56,39 +281,13,17031,56,42 +282,13,17031,56,190 +283,13,17031,56,204 +284,13,17031,56,11 +285,13,17031,56,57 +286,13,17031,56,130 +287,13,17031,56,14 +288,13,17031,56,86 +289,13,17031,56,60 +290,13,17031,56,21 +291,13,17031,56,69 +292,13,17031,56,17 +293,13,17031,56,89 +294,13,17031,56,26 +295,13,17031,56,109 +296,13,17031,56,22 +297,13,17031,56,38 +298,13,17031,56,26 +299,13,17031,56,31 +300,13,17031,56,29 +301,13,17031,56,30 +302,13,17031,56,34 +303,13,17031,56,8 +304,13,17031,56,69 +305,13,17031,56,22 +306,13,17031,56,32 +307,13,17031,56,25 +308,14,17031,56,37 +309,14,17031,56,43 +310,14,17031,56,55 +311,14,17031,56,32 +312,14,17031,56,38 +313,14,17031,56,68 +314,14,17031,56,100 +315,14,17031,56,33 +316,14,17031,56,178 +317,14,17031,56,38 +318,14,17031,56,41 +319,14,17031,56,56 +320,14,17031,56,125 +321,14,17031,56,94 +322,14,17031,56,0 +323,14,17031,56,112 +324,14,17031,56,91 +325,14,17031,56,59 +326,14,17031,56,119 +327,14,17031,56,51 +328,14,17031,56,32 +329,14,17031,56,14 +330,14,17031,56,113 +331,14,17031,56,8 +332,14,17031,56,17 +333,14,17031,56,97 +334,14,17031,56,62 +335,14,17031,56,49 +336,14,17031,56,69 +337,14,17031,56,106 +338,14,17031,56,148 +339,14,17031,56,67 +340,14,17031,56,30 +341,14,17031,56,41 +342,14,17031,56,55 +343,14,17031,56,35 +344,14,17031,56,80 +345,14,17031,56,34 +346,14,17031,56,23 +347,14,17031,56,63 +348,14,17031,56,297 +349,14,17031,56,47 +350,14,17031,56,35 +351,14,17031,56,3 +352,14,17031,56,68 +353,14,17031,56,1 +354,14,17031,56,76 +355,16,17031,56,88 +356,16,17031,56,20 +357,16,17031,56,29 +358,16,17031,56,27 +359,16,17031,56,27 +360,16,17031,56,65 +361,16,17031,56,279 +362,16,17031,56,22 +363,16,17031,56,18 +364,16,17031,56,40 +365,16,17031,56,32 +366,16,17031,56,32 +367,16,17031,56,24 +368,16,17031,56,143 +369,16,17031,56,108 +370,16,17031,56,0 +371,16,17031,56,51 +372,16,17031,56,27 +373,16,17031,56,18 +374,16,17031,56,20 +375,16,17031,56,64 +376,16,17031,56,44 +377,16,17031,56,24 +378,16,17031,56,95 +379,16,17031,56,17 +380,16,17031,56,19 +381,16,17031,56,91 +382,16,17031,56,11 +383,16,17031,56,7 +384,16,17031,56,31 +385,16,17031,56,20 +386,16,17031,56,49 +387,16,17031,56,153 +388,16,17031,56,772 +389,16,17031,56,35 +390,16,17031,56,59 +391,16,17031,56,6 +392,16,17031,56,31 +393,16,17031,56,26 +394,16,17031,56,19 +395,16,17031,56,19 +396,16,17031,56,121 +397,16,17031,56,90 +398,16,17031,56,19 +399,16,17031,56,14 +400,16,17031,56,11 +401,16,17031,56,359 +402,16,17031,56,5 +403,16,17031,56,28 +404,16,17031,56,15 +405,16,17031,56,21 +406,16,17031,56,62 +407,16,17031,56,129 +408,16,17031,56,22 +409,16,17031,56,36 +410,16,17031,56,179 +411,16,17031,56,4 +412,16,17031,56,20 +413,16,17031,56,26 +414,16,17031,56,7 +415,16,17031,56,7 +416,16,17031,56,43 +417,16,17031,56,80 +418,16,17031,56,3 +419,16,17031,56,47 +420,16,17031,56,120 +421,16,17031,56,121 +422,16,17031,56,33 +423,16,17031,56,20 +424,16,17031,56,24 +425,16,17031,56,28 +426,16,17031,56,26 +427,16,17031,56,57 +428,16,17031,56,7 +429,16,17031,56,29 +430,16,17031,56,32 +431,16,17031,56,38 +432,16,17031,56,96 +433,16,17031,56,52 +434,16,17031,56,25 +435,16,17031,56,4 +436,16,17031,56,15 +437,16,17031,56,19 +438,16,17031,56,25 +439,16,17031,56,317 +440,16,17031,56,14 +441,17,17031,56,20 +442,17,17031,56,5 +443,17,17031,56,17 +444,17,17031,56,19 +445,17,17031,56,123 +446,17,17031,56,66 +447,17,17031,56,43 +448,17,17031,56,29 +449,17,17031,56,102 +450,17,17031,56,36 +451,17,17031,56,35 +452,17,17031,56,2 +453,17,17031,56,66 +454,17,17031,56,0 +455,17,17031,56,39 +456,17,17031,56,9 +457,17,17031,56,9 +458,17,17031,56,0 +459,19,17031,56,217 +460,19,17031,56,22 +461,19,17031,56,51 +462,19,17031,56,9 +463,19,17031,56,4 +464,19,17031,56,24 +465,19,17031,56,48 +466,19,17031,56,30 +467,19,17031,56,18 +468,19,17031,56,47 +469,19,17031,56,30 +470,19,17031,56,27 +471,19,17031,56,113 +472,19,17031,56,28 +473,19,17031,56,21 +474,19,17031,56,72 +475,19,17031,56,20 +476,19,17031,56,24 +477,19,17031,56,26 +478,19,17031,56,11 +479,19,17031,56,21 +480,19,17031,56,88 +481,19,17031,56,20 +482,19,17031,56,19 +483,19,17031,56,38 +484,19,17031,56,14 +485,19,17031,56,63 +486,19,17031,56,34 +487,19,17031,56,9 +488,19,17031,56,27 +489,19,17031,56,54 +490,19,17031,56,181 +491,19,17031,56,8 +492,19,17031,56,75 +493,19,17031,56,135 +494,19,17031,56,49 +495,19,17031,56,119 +496,19,17031,56,22 +497,19,17031,56,40 +498,19,17031,56,37 +499,19,17031,56,16 +500,19,17031,56,9 +501,19,17031,56,119 +502,19,17031,56,99 +503,19,17031,56,46 +504,19,17031,56,1 +505,19,17031,56,21 +506,19,17031,56,15 +507,19,17031,56,16 +508,19,17031,56,14 +509,19,17031,56,38 +510,19,17031,56,40 +511,19,17031,56,10 +512,19,17031,56,9 +513,19,17031,56,16 +514,19,17031,56,8 +515,19,17031,56,55 +516,19,17031,56,38 +517,19,17031,56,38 +518,19,17031,56,37 +519,19,17031,56,4 +520,19,17031,56,18 +521,19,17031,56,20 +522,19,17031,56,44 +523,20,17031,56,55 +524,20,17031,56,46 +525,20,17031,56,100 +526,20,17031,56,22 +527,20,17031,56,213 +528,20,17031,56,30 +529,20,17031,56,17 +530,20,17031,56,88 +531,20,17031,56,15 +532,20,17031,56,131 +533,20,17031,56,23 +534,20,17031,56,80 +535,20,17031,56,16 +536,20,17031,56,4 +537,20,17031,56,21 +538,20,17031,56,47 +539,20,17031,56,65 +540,20,17031,56,16 +541,20,17031,56,11 +542,20,17031,56,17 +543,20,17031,56,41 +544,20,17031,56,33 +545,20,17031,56,12 +546,20,17031,56,7 +547,20,17031,56,31 +548,20,17031,56,30 +549,20,17031,56,14 +550,20,17031,56,0 +551,20,17031,56,39 +552,20,17031,56,85 +553,20,17031,56,2 +554,20,17031,56,9 +555,20,17031,56,7 +556,20,17031,56,5 +557,20,17031,56,2 +558,20,17031,56,25 +559,20,17031,56,19 +560,20,17031,56,17 +561,20,17031,56,277 +562,20,17031,56,49 +563,20,17031,56,67 +564,20,17031,56,64 +565,20,17031,56,4 +566,20,17031,56,24 +567,20,17031,56,11 +568,20,17031,56,6 +569,20,17031,56,21 +570,20,17031,56,13 +571,20,17031,56,13 +572,20,17031,56,2 +573,20,17031,56,8 +574,20,17031,56,93 +575,20,17031,56,44 +576,20,17031,56,35 +577,20,17031,56,7 +578,20,17031,56,13 +579,20,17031,56,31 +580,20,17031,56,60 +581,20,17031,56,12 +582,20,17031,56,1 +583,20,17031,56,38 +584,20,17031,56,36 +585,20,17031,56,13 +586,20,17031,56,21 +587,20,17031,56,6 +588,20,17031,56,7 +589,20,17031,56,0 +590,20,17031,56,1 +591,20,17031,56,15 +592,20,17031,56,89 +593,20,17031,56,5 +594,20,17031,56,1 +595,20,17031,56,15 +596,20,17031,56,20 +597,20,17031,56,98 +598,20,17031,56,92 +599,20,17031,56,72 +600,20,17031,56,21 +601,20,17031,56,57 +602,20,17031,56,65 +603,20,17031,56,54 +604,20,17031,56,33 +605,20,17031,56,34 +606,20,17031,56,69 +607,20,17031,56,44 +608,20,17031,56,71 +609,20,17031,56,17 +610,20,17031,56,17 +611,20,17031,56,41 +612,20,17031,56,339 +613,20,17031,56,4 +614,20,17031,56,25 +615,20,17031,56,3 +616,20,17031,56,21 +617,20,17031,56,18 +618,20,17031,56,28 +619,20,17031,56,23 +620,20,17031,56,11 +621,20,17031,56,159 +622,20,17031,56,13 +623,20,17031,56,31 +624,20,17031,56,24 +625,20,17031,56,19 +626,20,17031,56,19 +627,20,17031,56,2 +628,20,17031,56,16 +629,20,17031,56,5 +630,23,17031,56,9 +631,23,17031,56,33 +632,23,17031,56,93 +633,23,17031,56,30 +634,23,17031,56,40 +635,23,17031,56,229 +636,24,17031,56,33 +637,24,17031,56,49 +638,24,17031,56,17 +639,24,17031,56,9 +640,24,17031,56,284 +641,24,17031,56,6 +642,24,17031,56,7 +643,24,17031,56,4 +644,24,17031,56,12 +645,24,17031,56,45 +646,24,17031,56,12 +647,24,17031,56,39 +648,24,17031,56,9 +649,24,17031,56,28 +650,24,17031,56,73 +651,24,17031,56,116 +652,24,17031,56,55 +653,24,17031,56,58 +654,24,17031,56,3 +655,24,17031,56,18 +656,24,17031,56,15 +657,24,17031,56,12 +658,24,17031,56,214 +659,24,17031,56,4 +660,24,17031,56,435 +661,24,17031,56,5 +662,24,17031,56,22 +663,24,17031,56,1 +664,24,17031,56,23 +665,24,17031,56,2 +666,24,17031,56,2 +667,24,17031,56,13 +668,24,17031,56,3 +669,24,17031,56,10 +670,24,17031,56,11 +671,24,17031,56,85 +672,24,17031,56,56 +673,24,17031,56,15 +674,24,17031,56,24 +675,24,17031,56,6 +676,24,17031,56,189 +677,24,17031,56,5 +678,24,17031,56,216 +679,24,17031,56,1 +680,24,17031,56,34 +681,24,17031,56,34 +682,24,17031,56,54 +683,24,17031,56,167 +684,24,17031,56,16 +685,24,17031,56,0 +686,24,17031,56,6 +687,24,17031,56,3 +688,24,17031,56,56 +689,24,17031,56,10 +690,24,17031,56,13 +691,24,17031,56,27 +692,24,17031,56,4 +693,24,17031,56,0 +694,24,17031,56,0 +695,24,17031,56,2 +696,24,17031,56,5 +697,24,17031,56,48 +698,24,17031,56,114 +699,24,17031,56,7 +700,24,17031,56,120 +701,24,17031,56,75 +702,24,17031,56,17 +703,24,17031,56,1 +704,24,17031,56,5 +705,24,17031,56,30 +706,24,17031,56,0 +707,24,17031,56,5 +708,24,17031,56,41 +709,24,17031,56,28 +710,24,17031,56,3 +711,24,17031,56,256 +712,24,17031,56,18 +713,24,17031,56,20 +714,24,17031,56,14 +715,24,17031,56,2 +716,24,17031,56,5 +717,24,17031,56,7 +718,1,17031,56,0 +719,1,17031,56,4 +720,1,17031,56,184 +721,1,17031,56,0 +722,1,17031,56,5 +723,1,17031,56,7 +724,1,17031,56,165 +725,1,17031,56,101 +726,1,17031,56,58 +727,6,17031,56,39 +728,6,17031,56,1 +729,6,17031,56,182 +730,6,17031,56,137 +731,6,17031,56,81 +732,6,17031,56,2 +733,6,17031,56,28 +734,6,17031,56,53 +735,6,17031,56,166 +736,6,17031,56,66 +737,6,17031,56,222 +738,6,17031,56,29 +739,6,17031,56,116 +740,6,17031,56,104 +741,6,17031,56,54 +742,6,17031,56,0 +743,6,17031,56,31 +744,6,17031,56,1 +745,6,17031,56,26 +746,6,17031,56,4 +747,6,17031,56,11 +748,2,17031,56,17 +749,2,17031,56,59 +750,2,17031,56,2 +751,2,17031,56,179 +752,2,17031,56,17 +753,2,17031,56,16 +754,2,17031,56,1 +755,2,17031,56,6 +756,2,17031,56,110 +757,2,17031,56,25 +758,2,17031,56,19 +759,2,17031,56,7 +760,2,17031,56,3 +761,2,17031,56,4 +762,2,17031,56,2 +763,2,17031,56,13 +764,2,17031,56,7 +765,2,17031,56,52 +766,2,17031,56,31 +767,2,17031,56,20 +768,2,17031,56,26 +769,2,17031,56,85 +770,2,17031,56,2 +771,2,17031,56,2 +772,2,17031,56,82 +773,2,17031,56,379 +774,2,17031,56,40 +775,2,17031,56,1 +776,2,17031,56,0 +777,2,17031,56,27 +778,2,17031,56,3 +779,2,17031,56,150 +780,2,17031,56,0 +781,2,17031,56,0 +782,2,17031,56,2 +783,2,17031,56,58 +784,2,17031,56,249 +785,2,17031,56,211 +786,2,17031,56,11 +787,2,17031,56,1 +788,2,17031,56,0 +789,2,17031,56,171 +790,2,17031,56,11 +791,2,17031,56,14 +792,2,17031,56,9 +793,7,17031,56,20 +794,7,17031,56,135 +795,7,17031,56,17 +796,7,17031,56,8 +797,7,17031,56,4 +798,7,17031,56,68 +799,7,17031,56,44 +800,7,17031,56,273 +801,7,17031,56,71 +802,7,17031,56,23 +803,7,17031,56,70 +804,7,17031,56,142 +805,7,17031,56,194 +806,7,17031,56,17 +807,7,17031,56,21 +808,7,17031,56,3 +809,7,17031,56,19 +810,7,17031,56,0 +811,7,17031,56,5 +812,7,17031,56,29 +813,7,17031,56,2 +814,7,17031,56,284 +815,7,17031,56,5 +816,7,17031,56,76 +817,7,17031,56,1789 +818,7,17031,56,25 +819,7,17031,56,20 +820,7,17031,56,7 +821,7,17031,56,33 +822,7,17031,56,18 +823,7,17031,56,55 +824,7,17031,56,1 +825,7,17031,56,2 +826,7,17031,56,72 +827,7,17031,56,11 +828,7,17031,56,15 +829,7,17031,56,11 +830,7,17031,56,15 +831,7,17031,56,9 +832,7,17031,56,16 +833,7,17031,56,8 +834,7,17031,56,112 +835,7,17031,56,9 +836,7,17031,56,16 +837,7,17031,56,233 +838,7,17031,56,14 +839,3,17031,56,43 +840,3,17031,56,31 +841,3,17031,56,3 +842,3,17031,56,2 +843,3,17031,56,25 +844,3,17031,56,1 +845,3,17031,56,26 +846,3,17031,56,2 +847,3,17031,56,12 +848,3,17031,56,46 +849,3,17031,56,13 +850,3,17031,56,9 +851,3,17031,56,1 +852,3,17031,56,53 +853,3,17031,56,4 +854,3,17031,56,35 +855,3,17031,56,19 +856,3,17031,56,68 +857,3,17031,56,360 +858,3,17031,56,163 +859,3,17031,56,1 +860,3,17031,56,1 +861,3,17031,56,4 +862,3,17031,56,11 +863,3,17031,56,270 +864,3,17031,56,111 +865,3,17031,56,75 +866,3,17031,56,9 +867,3,17031,56,23 +868,3,17031,56,3 +869,3,17031,56,34 +870,3,17031,56,450 +871,3,17031,56,277 +872,3,17031,56,4 +873,3,17031,56,23 +874,3,17031,56,25 +875,3,17031,56,2 +876,3,17031,56,574 +877,3,17031,56,2 +878,3,17031,56,61 +879,3,17031,56,11 +880,3,17031,56,8 +881,3,17031,56,5 +882,3,17031,56,20 +883,3,17031,56,4 +884,3,17031,56,3 +885,3,17031,56,0 +886,3,17031,56,55 +887,3,17031,56,0 +888,3,17031,56,6 +889,3,17031,56,5 +890,3,17031,56,11 +891,3,17031,56,14 +892,3,17031,56,3 +893,3,17031,56,0 +894,3,17031,56,4 +895,3,17031,56,49 +896,3,17031,56,2 +897,3,17031,56,10 +898,3,17031,56,22 +899,3,17031,56,2 +900,3,17031,56,36 +901,3,17031,56,43 +902,3,17031,56,46 +903,3,17031,56,551 +904,3,17031,56,9 +905,8,17031,56,103 +906,8,17031,56,78 +907,8,17031,56,478 +908,8,17031,56,16 +909,8,17031,56,53 +910,8,17031,56,15 +911,8,17031,56,26 +912,8,17031,56,8 +913,8,17031,56,3 +914,8,17031,56,2 +915,8,17031,56,105 +916,8,17031,56,24 +917,8,17031,56,0 +918,8,17031,56,411 +919,8,17031,56,0 +920,8,17031,56,45 +921,8,17031,56,29 +922,8,17031,56,5 +923,8,17031,56,1 +924,8,17031,56,2 +925,8,17031,56,5 +926,8,17031,56,5 +927,8,17031,56,11 +928,8,17031,56,450 +929,8,17031,56,60 +930,8,17031,56,118 +931,8,17031,56,116 +932,8,17031,56,111 +933,8,17031,56,56 +934,8,17031,56,42 +935,8,17031,56,389 +936,8,17031,56,133 +937,8,17031,56,5 +938,8,17031,56,6 +939,8,17031,56,5 +940,8,17031,56,269 +941,8,17031,56,0 +942,8,17031,56,2 +943,8,17031,56,29 +944,8,17031,56,11 +945,8,17031,56,4 +946,8,17031,56,621 +947,8,17031,56,316 +948,8,17031,56,16 +949,8,17031,56,256 +950,8,17031,56,14 +951,8,17031,56,0 +952,8,17031,56,27 +953,8,17031,56,383 +954,8,17031,56,514 +955,4,17031,56,334 +956,4,17031,56,552 +957,4,17031,56,133 +958,4,17031,56,31 +959,4,17031,56,447 +960,4,17031,56,1 +961,4,17031,56,16 +962,4,17031,56,16 +963,4,17031,56,16 +964,4,17031,56,48 +965,4,17031,56,41 +966,4,17031,56,49 +967,4,17031,56,97 +968,4,17031,56,6 +969,4,17031,56,11 +970,4,17031,56,201 +971,4,17031,56,2 +972,4,17031,56,65 +973,4,17031,56,1338 +974,4,17031,56,7 +975,4,17031,56,8 +976,4,17031,56,319 +977,4,17031,56,45 +978,4,17031,56,123 +979,4,17031,56,10 +980,4,17031,56,34 +981,4,17031,56,637 +982,4,17031,56,1 +983,4,17031,56,82 +984,4,17031,56,20 +985,4,17031,56,5 +986,4,17031,56,9 +987,4,17031,56,81 +988,4,17031,56,5 +989,4,17031,56,4 +990,4,17031,56,1 +991,4,17031,56,17 +992,4,17031,56,34 +993,4,17031,56,42 +994,4,17031,56,3 +995,4,17031,56,41 +996,4,17031,56,14 +997,4,17031,56,6 +998,4,17031,56,50 +999,4,17031,56,27 +1000,4,17031,56,3 +1001,4,17031,56,1 +1002,9,17031,56,22 +1003,9,17031,56,50 +1004,9,17031,56,9 +1005,9,17031,56,3 +1006,9,17031,56,24 +1007,9,17031,56,12 +1008,9,17031,56,75 +1009,9,17031,56,3 +1010,9,17031,56,71 +1011,9,17031,56,69 +1012,9,17031,56,1 +1013,9,17031,56,38 +1014,9,17031,56,12 +1015,9,17031,56,119 +1016,9,17031,56,1 +1017,9,17031,56,34 +1018,9,17031,56,30 +1019,9,17031,56,38 +1020,9,17031,56,21 +1021,9,17031,56,13 +1022,9,17031,56,17 +1023,9,17031,56,67 +1024,9,17031,56,23 +1025,9,17031,56,7 +1026,9,17031,56,17 +1027,9,17031,56,97 +1028,9,17031,56,200 +1029,9,17031,56,3 +1030,9,17031,56,1 +1031,9,17031,56,3 +1032,9,17031,56,82 +1033,9,17031,56,10 +1034,9,17031,56,8 +1035,9,17031,56,12 +1036,9,17031,56,0 +1037,9,17031,56,551 +1038,9,17031,56,1 +1039,9,17031,56,154 +1040,9,17031,56,2 +1041,9,17031,56,14 +1042,9,17031,56,42 +1043,9,17031,56,1 +1044,9,17031,56,31 +1045,9,17031,56,31 +1046,9,17031,56,1 +1047,9,17031,56,0 +1048,9,17031,56,0 +1049,9,17031,56,23 +1050,9,17031,56,34 +1051,9,17031,56,0 +1052,9,17031,56,3 +1053,9,17031,56,0 +1054,9,17031,56,37 +1055,9,17031,56,42 +1056,9,17031,56,0 +1057,9,17031,56,692 +1058,9,17031,56,0 +1059,9,17031,56,2 +1060,9,17031,56,4 +1061,12,17031,56,685 +1062,9,17031,56,297 +1063,9,17031,56,20 +1064,12,17031,56,0 +1065,9,17031,56,0 +1066,9,17031,56,10 +1067,9,17031,56,91 +1068,12,17031,56,16 +1069,5,17031,56,5 +1070,5,17031,56,29 +1071,5,17031,56,0 +1072,5,17031,56,7 +1073,5,17031,56,39 +1074,5,17031,56,191 +1075,5,17031,56,20 +1076,5,17031,56,7 +1077,5,17031,56,113 +1078,5,17031,56,5 +1079,5,17031,56,14 +1080,5,17031,56,9 +1081,5,17031,56,10 +1082,5,17031,56,16 +1083,5,17031,56,7 +1084,5,17031,56,23 +1085,5,17031,56,30 +1086,5,17031,56,8 +1087,10,17031,56,3 +1088,5,17031,56,72 +1089,10,17031,56,10 +1090,5,17031,56,1 +1091,5,17031,56,92 +1092,10,17031,56,780 +1093,10,17031,56,13 +1094,10,17031,56,299 +1095,10,17031,56,10 +1096,10,17031,56,12 +1097,10,17031,56,4 +1098,5,17031,56,13 +1099,10,17031,56,3 +1100,10,17031,56,8 +1101,10,17031,56,0 +1102,10,17031,56,3 +1103,10,17031,56,8 +1104,10,17031,56,35 +1105,10,17031,56,7 +1106,10,17031,56,3 +1107,10,17031,56,62 +1108,10,17031,56,6 +1109,10,17031,56,4 +1110,10,17031,56,2 +1111,10,17031,56,4 +1112,10,17031,56,7 +1113,10,17031,56,32 +1114,10,17031,56,8 +1115,10,17031,56,2 +1116,10,17031,56,4 +1117,10,17031,56,4 +1118,10,17031,56,10 +1119,10,17031,56,7 +1120,10,17031,56,1 +1121,10,17031,56,11 +1122,10,17031,56,13 +1123,10,17031,56,6 +1124,10,17031,56,16 +1125,10,17031,56,147 +1126,10,17031,56,5 +1127,10,17031,56,14 +1128,10,17031,56,149 +1129,10,17031,56,7 +1130,10,17031,56,7 +1131,10,17031,56,2 +1132,10,17031,56,10 +1133,10,17031,56,9 +1134,10,17031,56,87 +1135,10,17031,56,89 +1136,10,17031,56,10 +1137,10,17031,56,10 +1138,10,17031,56,7 +1139,10,17031,56,275 +1140,10,17031,56,2 +1141,10,17031,56,3 +1142,10,17031,56,13 +1143,10,17031,56,43 +1144,10,17031,56,202 +1145,10,17031,56,4 +1146,10,17031,56,4 +1147,10,17031,56,19 +1148,10,17031,56,184 +1149,10,17031,56,12 +1150,10,17031,56,655 +1151,10,17031,56,22 +1152,10,17031,56,23 +1153,10,17031,56,0 +1154,10,17031,56,32 +1155,10,17031,56,23 +1156,10,17031,56,6 +1157,10,17031,56,90 +1158,10,17031,56,5 +1159,10,17031,56,229 +1160,10,17031,56,4 +1161,10,17031,56,3 +1162,10,17031,56,4 +1163,10,17031,56,17 +1164,10,17031,56,1 +1165,10,17031,56,3 +1166,10,17031,56,0 +1167,10,17031,56,162 +1168,10,17031,56,68 +1169,10,17031,56,7 +1170,10,17031,56,8 +1171,11,17031,56,62 +1172,11,17031,56,2 +1173,11,17031,56,13 +1174,11,17031,56,185 +1175,11,17031,56,33 +1176,11,17031,56,91 +1177,11,17031,56,26 +1178,11,17031,56,16 +1179,11,17031,56,0 +1180,11,17031,56,13 +1181,11,17031,56,6 +1182,11,17031,56,12 +1183,12,17031,56,34 +1184,12,17031,56,1 +1185,12,17031,56,78 +1186,12,17031,56,13 +1187,12,17031,56,6 +1188,13,17031,56,16 +1189,12,17031,56,20 +1190,13,17031,56,0 +1191,12,17031,56,205 +1192,12,17031,56,62 +1193,12,17031,56,4 +1194,12,17031,56,16 +1195,12,17031,56,31 +1196,12,17031,56,2 +1197,12,17031,56,49 +1198,12,17031,56,2 +1199,12,17031,56,2 +1200,12,17031,56,42 +1201,12,17031,56,4 +1202,12,17031,56,7 +1203,12,17031,56,18 +1204,12,17031,56,23 +1205,12,17031,56,10 +1206,12,17031,56,3 +1207,12,17031,56,33 +1208,12,17031,56,50 +1209,12,17031,56,24 +1210,12,17031,56,0 +1211,12,17031,56,4 +1212,12,17031,56,70 +1213,12,17031,56,2 +1214,12,17031,56,40 +1215,12,17031,56,9 +1216,12,17031,56,7 +1217,12,17031,56,168 +1218,12,17031,56,80 +1219,12,17031,56,16 +1220,12,17031,56,6 +1221,12,17031,56,1 +1222,12,17031,56,40 +1223,12,17031,56,321 +1224,12,17031,56,194 +1225,12,17031,56,4 +1226,12,17031,56,9 +1227,12,17031,56,1 +1228,12,17031,56,15 +1229,15,17031,56,51 +1230,15,17031,56,13 +1231,15,17031,56,365 +1232,15,17031,56,58 +1233,15,17031,56,76 +1234,15,17031,56,40 +1235,15,17031,56,42 +1236,15,17031,56,122 +1237,15,17031,56,359 +1238,15,17031,56,18 +1239,15,17031,56,1 +1240,15,17031,56,13 +1241,15,17031,56,40 +1242,15,17031,56,3 +1243,15,17031,56,0 +1244,15,17031,56,3 +1245,15,17031,56,3 +1246,15,17031,56,0 +1247,15,17031,56,10 +1248,15,17031,56,4 +1249,15,17031,56,18 +1250,15,17031,56,32 +1251,15,17031,56,61 +1252,15,17031,56,4 +1253,15,17031,56,0 +1254,15,17031,56,53 +1255,15,17031,56,14 +1256,15,17031,56,25 +1257,15,17031,56,23 +1258,15,17031,56,6 +1259,15,17031,56,1 +1260,15,17031,56,4 +1261,15,17031,56,37 +1262,15,17031,56,0 +1263,15,17031,56,22 +1264,15,17031,56,75 +1265,15,17031,56,35 +1266,15,17031,56,13 +1267,15,17031,56,5 +1268,15,17031,56,22 +1269,15,17031,56,241 +1270,15,17031,56,45 +1271,15,17031,56,96 +1272,15,17031,56,44 +1273,15,17031,56,0 +1274,15,17031,56,39 +1275,15,17031,56,1 +1276,15,17031,56,4 +1277,15,17031,56,7 +1278,15,17031,56,171 +1279,15,17031,56,22 +1280,15,17031,56,24 +1281,15,17031,56,16 +1282,15,17031,56,17 +1283,15,17031,56,0 +1284,15,17031,56,40 +1285,15,17031,56,0 +1286,15,17031,56,8 +1287,15,17031,56,81 +1288,15,17031,56,122 +1289,15,17031,56,4 +1290,15,17031,56,163 +1291,15,17031,56,13 +1292,15,17031,56,4 +1293,15,17031,56,92 +1294,15,17031,56,148 +1295,15,17031,56,170 +1296,15,17031,56,9 +1297,15,17031,56,83 +1298,15,17031,56,28 +1299,15,17031,56,12 +1300,15,17031,56,0 +1301,15,17031,56,1 +1302,15,17031,56,10 +1303,15,17031,56,8 +1304,15,17031,56,0 +1305,15,17031,56,0 +1306,15,17031,56,3 +1307,15,17031,56,3 +1308,15,17031,56,4 +1309,15,17031,56,22 +1310,15,17031,56,70 +1311,15,17031,56,28 +1312,15,17031,56,58 +1313,16,17031,56,0 +1314,16,17031,56,11 +1315,16,17031,56,18 +1316,16,17031,56,49 +1317,16,17031,56,44 +1318,16,17031,56,32 +1319,16,17031,56,171 +1320,16,17031,56,14 +1321,16,17031,56,32 +1322,16,17031,56,20 +1323,16,17031,56,13 +1324,16,17031,56,19 +1325,16,17031,56,51 +1326,16,17031,56,20 +1327,16,17031,56,27 +1328,16,17031,56,62 +1329,16,17031,56,11 +1330,16,17031,56,13 +1331,16,17031,56,12 +1332,16,17031,56,32 +1333,16,17031,56,86 +1334,16,17031,56,64 +1335,16,17031,56,31 +1336,16,17031,56,19 +1337,16,17031,56,39 +1338,16,17031,56,2 +1339,16,17031,56,3 +1340,16,17031,56,8 +1341,16,17031,56,2 +1342,16,17031,56,253 +1343,16,17031,56,47 +1344,16,17031,56,17 +1345,16,17031,56,0 +1346,16,17031,56,19 +1347,16,17031,56,29 +1348,16,17031,56,23 +1349,16,17031,56,13 +1350,16,17031,56,27 +1351,16,17031,56,20 +1352,16,17031,56,6 +1353,16,17031,56,7 +1354,16,17031,56,90 +1355,16,17031,56,29 +1356,16,17031,56,6 +1357,16,17031,56,4 +1358,16,17031,56,5 +1359,16,17031,56,10 +1360,16,17031,56,13 +1361,16,17031,56,3 +1362,18,17031,56,15 +1363,18,17031,56,4 +1364,18,17031,56,43 +1365,18,17031,56,11 +1366,18,17031,56,5 +1367,18,17031,56,170 +1368,18,17031,56,41 +1369,18,17031,56,14 +1370,18,17031,56,7 +1371,18,17031,56,5 +1372,18,17031,56,16 +1373,18,17031,56,44 +1374,18,17031,56,3 +1375,18,17031,56,12 +1376,18,17031,56,37 +1377,18,17031,56,0 +1378,18,17031,56,38 +1379,18,17031,56,6 +1380,18,17031,56,233 +1381,18,17031,56,164 +1382,18,17031,56,14 +1383,18,17031,56,8 +1384,18,17031,56,37 +1385,18,17031,56,46 +1386,18,17031,56,33 +1387,18,17031,56,4 +1388,18,17031,56,7 +1389,18,17031,56,7 +1390,18,17031,56,76 +1391,18,17031,56,8 +1392,18,17031,56,22 +1393,18,17031,56,7 +1394,18,17031,56,42 +1395,18,17031,56,1 +1396,18,17031,56,1 +1397,18,17031,56,631 +1398,18,17031,56,150 +1399,18,17031,56,77 +1400,18,17031,56,55 +1401,18,17031,56,138 +1402,18,17031,56,625 +1403,18,17031,56,80 +1404,18,17031,56,13 +1405,18,17031,56,8 +1406,18,17031,56,19 +1407,18,17031,56,1 +1408,18,17031,56,10 +1409,18,17031,56,14 +1410,18,17031,56,12 +1411,18,17031,56,34 +1412,18,17031,56,11 +1413,18,17031,56,3 +1414,18,17031,56,11 +1415,18,17031,56,10 +1416,19,17031,56,19 +1417,19,17031,56,31 +1418,19,17031,56,76 +1419,19,17031,56,153 +1420,19,17031,56,34 +1421,19,17031,56,6 +1422,19,17031,56,58 +1423,19,17031,56,0 +1424,19,17031,56,7 +1425,19,17031,56,3 +1426,19,17031,56,20 +1427,19,17031,56,239 +1428,19,17031,56,34 +1429,19,17031,56,15 +1430,19,17031,56,5 +1431,19,17031,56,162 +1432,19,17031,56,7 +1433,19,17031,56,37 +1434,19,17031,56,6 +1435,19,17031,56,91 +1436,19,17031,56,292 +1437,19,17031,56,1 +1438,19,17031,56,29 +1439,19,17031,56,48 +1440,19,17031,56,58 +1441,21,17031,56,98 +1442,21,17031,56,38 +1443,21,17031,56,102 +1444,21,17031,56,59 +1445,21,17031,56,46 +1446,21,17031,56,5 +1447,22,17031,56,16 +1448,22,17031,56,54 +1449,22,17031,56,8 +1450,22,17031,56,79 +1451,22,17031,56,76 +1452,22,17031,56,5 +1453,22,17031,56,69 +1454,22,17031,56,28 +1455,22,17031,56,0 +1456,22,17031,56,4 +1457,22,17031,56,0 +1458,22,17031,56,351 +1459,22,17031,56,0 +1460,22,17031,56,0 +1461,22,17031,56,140 +1462,22,17031,56,23 +1463,22,17031,56,175 +1464,22,17031,56,99 +1465,22,17031,56,3 +1466,22,17031,56,36 +1467,22,17031,56,11 +1468,22,17031,56,48 +1469,22,17031,56,0 +1470,22,17031,56,5 +1471,23,17031,56,27 +1472,23,17031,56,86 +1473,23,17031,56,175 +1474,23,17031,56,11 +1475,23,17031,56,9 +1476,23,17031,56,3 +1477,23,17031,56,30 +1478,23,17031,56,3 +1479,23,17031,56,14 +1480,23,17031,56,16 +1481,23,17031,56,0 +1482,23,17031,56,22 +1483,23,17031,56,12 +1484,23,17031,56,3 +1485,23,17031,56,3 +1486,23,17031,56,323 +1487,23,17031,56,19 +1488,23,17031,56,40 +1489,23,17031,56,24 +1490,23,17031,56,2 +1491,23,17031,56,84 +1492,23,17031,56,75 +1493,23,17031,56,8 +1494,23,17031,56,12 +1495,23,17031,56,17 +1496,23,17031,56,4 +1497,23,17031,56,6 +1498,23,17031,56,16 +1499,23,17031,56,3 +1500,23,17031,56,13 +1501,23,17031,56,11 +1502,23,17031,56,29 +1503,23,17031,56,14 +1504,23,17031,56,12 +1505,23,17031,56,21 +1506,23,17031,56,17 +1507,23,17031,56,0 +1508,23,17031,56,63 +1509,23,17031,56,34 +1510,23,17031,56,54 +1511,23,17031,56,609 +1512,23,17031,56,145 +1513,23,17031,56,67 +1514,23,17031,56,29 +1515,23,17031,56,200 +1516,23,17031,56,69 +1517,23,17031,56,0 +1518,23,17031,56,46 +1519,23,17031,56,20 +1520,23,17031,56,6 +1521,23,17031,56,0 +1522,23,17031,56,18 +1523,23,17031,56,84 +1524,23,17031,56,58 +1525,23,17031,56,14 +1526,23,17031,56,14 +1527,23,17031,56,54 +1528,23,17031,56,17 +1529,23,17031,56,3 +1530,23,17031,56,37 +1531,23,17031,56,190 +1532,23,17031,56,105 +1533,23,17031,56,7 +1534,23,17031,56,104 +1535,23,17031,56,23 +1536,23,17031,56,56 +1537,24,17031,56,18 +1538,24,17031,56,6 +1539,24,17031,56,89 +1540,24,17031,56,10 +1541,24,17031,56,47 +1542,24,17031,56,1 +1543,24,17031,56,1 +1544,24,17031,56,83 +1545,24,17031,56,4 +1546,24,17031,56,13 +1547,24,17031,56,0 +1548,24,17031,56,16 +1549,24,17031,56,58 +1550,24,17031,56,19 +1551,24,17031,56,0 +1552,25,17031,56,54 +1553,25,17031,56,1 +1554,25,17031,56,103 +1555,25,17031,56,64 +1556,25,17031,56,11 +1557,25,17031,56,1 +1558,25,17031,56,44 +1559,25,17031,56,62 +1560,25,17031,56,12 +1561,25,17031,56,199 +1562,25,17031,56,18 +1563,25,17031,56,285 +1564,25,17031,56,44 +1565,25,17031,56,95 +1566,25,17031,56,14 +1567,25,17031,56,13 +1568,25,17031,56,46 +1569,25,17031,56,64 +1570,25,17031,56,13 +1571,25,17031,56,118 +1572,25,17031,56,132 +1573,26,17031,56,6 +1574,26,17031,56,40 +1575,26,17031,56,136 +1576,26,17031,56,17 +1577,26,17031,56,87 +1578,26,17031,56,292 +1579,26,17031,56,19 +1580,26,17031,56,51 +1581,26,17031,56,69 +1582,26,17031,56,10 +1583,26,17031,56,25 +1584,26,17031,56,0 +1585,26,17031,56,0 +1586,26,17031,56,29 +1587,26,17031,56,10 +1588,26,17031,56,3 +1589,26,17031,56,1 +1590,26,17031,56,13 +1591,26,17031,56,29 +1592,26,17031,56,34 +1593,26,17031,56,25 +1594,26,17031,56,9 +1595,26,17031,56,86 +1596,26,17031,56,5 +1597,26,17031,56,13 +1598,26,17031,56,71 +1599,26,17031,56,12 +1600,26,17031,56,102 +1601,26,17031,56,45 +1602,26,17031,56,4 +1603,26,17031,56,32 +1604,26,17031,56,28 +1605,26,17031,56,15 +1606,26,17031,56,147 +1607,26,17031,56,0 +1608,26,17031,56,4 +1609,26,17031,56,0 +1610,26,17031,56,27 +1611,26,17031,56,4 +1612,26,17031,56,18 +1613,26,17031,56,32 +1614,26,17031,56,38 +1615,27,17031,56,32 +1616,27,17031,56,36 +1617,27,17031,56,44 +1618,27,17031,56,12 +1619,27,17031,56,35 +1620,27,17031,56,107 +1621,27,17031,56,32 +1622,27,17031,56,18 +1623,27,17031,56,26 +1624,27,17031,56,136 +1625,27,17031,56,37 +1626,27,17031,56,67 +1627,27,17031,56,42 +1628,27,17031,56,8 +1629,27,17031,56,18 +1630,27,17031,56,8 +1631,27,17031,56,13 +1632,27,17031,56,57 +1633,27,17031,56,118 +1634,27,17031,56,20 +1635,27,17031,56,18 +1636,27,17031,56,8 +1637,27,17031,56,79 +1638,27,17031,56,13 +1639,27,17031,56,418 +1640,27,17031,56,22 +1641,27,17031,56,42 +1642,27,17031,56,44 +1643,27,17031,56,53 +1644,27,17031,56,153 +1645,27,17031,56,87 +1646,27,17031,56,87 +1647,27,17031,56,0 +1648,27,17031,56,130 +1649,27,17031,56,132 +1650,27,17031,56,288 +1651,27,17031,56,38 +1652,27,17031,56,21 +1653,27,17031,56,1 +1654,27,17031,56,30 +1655,27,17031,56,56 +1656,27,17031,56,0 +1657,27,17031,56,70 +1658,27,17031,56,28 +1659,27,17031,56,27 +1660,27,17031,56,19 +1661,27,17031,56,89 +1662,27,17031,56,11 +1663,27,17031,56,39 +1664,27,17031,56,0 +1665,27,17031,56,60 +1666,27,17031,56,76 +1667,28,17031,56,82 +1668,28,17031,56,80 +1669,28,17031,56,46 +1670,28,17031,56,16 +1671,28,17031,56,43 +1672,28,17031,56,7 +1673,28,17031,56,30 +1674,28,17031,56,15 +1675,28,17031,56,5 +1676,28,17031,56,68 +1677,28,17031,56,165 +1678,28,17031,56,84 +1679,28,17031,56,6 +1680,28,17031,56,35 +1681,28,17031,56,17 +1682,28,17031,56,3 +1683,28,17031,56,3 +1684,28,17031,56,0 +1685,28,17031,56,13 +1686,28,17031,56,7 +1687,28,17031,56,7 +1688,28,17031,56,7 +1689,28,17031,56,12 +1690,28,17031,56,78 +1691,28,17031,56,58 +1692,28,17031,56,1 +1693,28,17031,56,61 +1694,28,17031,56,0 +1695,28,17031,56,18 +1696,28,17031,56,31 +1697,29,17031,56,16 +1698,29,17031,56,4 +1699,29,17031,56,8 +1700,29,17031,56,15 +1701,29,17031,56,11 +1702,29,17031,56,35 +1703,29,17031,56,11 +1704,29,17031,56,36 +1705,29,17031,56,60 +1706,29,17031,56,24 +1707,29,17031,56,1 +1708,29,17031,56,2 +1709,29,17031,56,22 +1710,29,17031,56,14 +1711,29,17031,56,8 +1712,29,17031,56,13 +1713,29,17031,56,42 +1714,29,17031,56,37 +1715,29,17031,56,10 +1716,29,17031,56,235 +1717,29,17031,56,4 +1718,29,17031,56,8 +1719,29,17031,56,97 +1720,29,17031,56,18 +1721,29,17031,56,109 +1722,29,17031,56,41 +1723,29,17031,56,43 +1724,29,17031,56,11 +1725,29,17031,56,56 +1726,29,17031,56,22 +1727,29,17031,56,93 +1728,29,17031,56,142 +1729,29,17031,56,53 +1730,29,17031,56,24 +1731,29,17031,56,143 +1732,29,17031,56,13 +1733,79,17043,56,4 +1734,79,17043,56,0 +1735,77,17043,56,232 +1736,77,17043,56,139 +1737,77,17043,56,72 +1738,77,17043,56,20 +1739,77,17043,56,23 +1740,77,17043,56,103 +1741,77,17043,56,278 +1742,77,17043,56,220 +1743,77,17043,56,77 +1744,80,17043,56,337 +1745,80,17043,56,51 +1746,80,17043,56,394 +1747,80,17043,56,6 +1748,80,17043,56,84 +1749,80,17043,56,75 +1750,80,17043,56,1 +1751,80,17043,56,220 +1752,80,17043,56,44 +1753,80,17043,56,93 +1754,80,17043,56,134 +1755,80,17043,56,41 +1756,83,17043,56,6 +1757,83,17043,56,700 +1758,83,17043,56,19 +1759,83,17043,56,94 +1760,83,17043,56,509 +1761,83,17043,56,418 +1762,83,17043,56,13 +1763,83,17043,56,6 +1764,83,17043,56,46 +1765,83,17043,56,1 +1766,83,17043,56,2 +1767,83,17043,56,164 +1768,83,17043,56,700 +1769,83,17043,56,1 +1770,83,17043,56,18 +1771,83,17043,56,0 +1772,83,17043,56,65 +1773,83,17043,56,11 +1774,83,17043,56,0 +1775,83,17043,56,69 +1776,83,17043,56,24 +1777,83,17043,56,7 +1778,83,17043,56,0 +1779,83,17043,56,8 +1780,83,17043,56,25 +1781,83,17043,56,546 +1782,83,17043,56,606 +1783,83,17043,56,6 +1784,83,17043,56,83 +1785,83,17043,56,26 +1786,83,17043,56,11 +1787,83,17043,56,28 +1788,83,17043,56,191 +1789,83,17043,56,4 +1790,83,17043,56,500 +1791,83,17043,56,4 +1792,83,17043,56,0 +1793,83,17043,56,26 +1794,83,17043,56,19 +1795,83,17043,56,244 +1796,83,17043,56,57 +1797,83,17043,56,3 +1798,83,17043,56,19 +1799,83,17043,56,16 +1800,83,17043,56,28 +1801,83,17043,56,11 +1802,83,17043,56,6 +1803,83,17043,56,71 +1804,83,17043,56,0 +1805,83,17043,56,2 +1806,83,17043,56,5 +1807,83,17043,56,22 +1808,83,17043,56,18 +1809,83,17043,56,4 +1810,83,17043,56,12 +1811,83,17043,56,211 +1812,83,17043,56,107 +1813,78,17043,56,11 +1814,78,17043,56,241 +1815,78,17043,56,1 +1816,78,17043,56,17 +1817,78,17043,56,516 +1818,78,17043,56,43 +1819,78,17043,56,72 +1820,78,17043,56,7 +1821,78,17043,56,440 +1822,78,17043,56,19 +1823,78,17043,56,72 +1824,78,17043,56,18 +1825,78,17043,56,130 +1826,78,17043,56,10 +1827,78,17043,56,234 +1828,78,17043,56,156 +1829,78,17043,56,56 +1830,78,17043,56,3 +1831,78,17043,56,14 +1832,78,17043,56,19 +1833,78,17043,56,191 +1834,78,17043,56,280 +1835,78,17043,56,10 +1836,78,17043,56,4 +1837,78,17043,56,23 +1838,78,17043,56,17 +1839,78,17043,56,6 +1840,78,17043,56,3 +1841,78,17043,56,19 +1842,78,17043,56,522 +1843,78,17043,56,144 +1844,78,17043,56,1 +1845,78,17043,56,0 +1846,78,17043,56,442 +1847,78,17043,56,195 +1848,78,17043,56,247 +1849,78,17043,56,366 +1850,78,17043,56,24 +1851,78,17043,56,81 +1852,78,17043,56,12 +1853,78,17043,56,76 +1854,78,17043,56,207 +1855,81,17043,56,3 +1856,81,17043,56,419 +1857,81,17043,56,0 +1858,81,17043,56,54 +1859,81,17043,56,87 +1860,81,17043,56,50 +1861,81,17043,56,18 +1862,81,17043,56,13 +1863,81,17043,56,22 +1864,81,17043,56,1 +1865,81,17043,56,5 +1866,81,17043,56,38 +1867,81,17043,56,0 +1868,81,17043,56,10 +1869,81,17043,56,66 +1870,81,17043,56,132 +1871,81,17043,56,2 +1872,81,17043,56,0 +1873,81,17043,56,118 +1874,81,17043,56,1 +1875,81,17043,56,9 +1876,81,17043,56,244 +1877,81,17043,56,6 +1878,81,17043,56,63 +1879,81,17043,56,1 +1880,81,17043,56,1 +1881,81,17043,56,1 +1882,81,17043,56,22 +1883,81,17043,56,119 +1884,81,17043,56,20 +1885,81,17043,56,10 +1886,81,17043,56,5 +1887,81,17043,56,65 +1888,81,17043,56,53 +1889,81,17043,56,12 +1890,81,17043,56,20 +1891,81,17043,56,0 +1892,81,17043,56,0 +1893,81,17043,56,0 +1894,81,17043,56,13 +1895,81,17043,56,0 +1896,81,17043,56,68 +1897,81,17043,56,149 +1898,81,17043,56,2 +1899,81,17043,56,147 +1900,81,17043,56,0 +1901,81,17043,56,18 +1902,81,17043,56,25 +1903,81,17043,56,10 +1904,81,17043,56,94 +1905,81,17043,56,0 +1906,81,17043,56,3 +1907,81,17043,56,0 +1908,81,17043,56,2 +1909,81,17043,56,13 +1910,81,17043,56,40 +1911,81,17043,56,44 +1912,84,17043,56,227 +1913,84,17043,56,390 +1914,84,17043,56,106 +1915,84,17043,56,9 +1916,84,17043,56,132 +1917,84,17043,56,15 +1918,84,17043,56,0 +1919,84,17043,56,254 +1920,84,17043,56,141 +1921,84,17043,56,4 +1922,84,17043,56,3 +1923,84,17043,56,0 +1924,84,17043,56,133 +1925,84,17043,56,31 +1926,84,17043,56,22 +1927,84,17043,56,28 +1928,84,17043,56,44 +1929,84,17043,56,457 +1930,84,17043,56,283 +1931,84,17043,56,164 +1932,84,17043,56,107 +1933,84,17043,56,76 +1934,84,17043,56,114 +1935,84,17043,56,13 +1936,84,17043,56,4 +1937,84,17043,56,5 +1938,84,17043,56,50 +1939,84,17043,56,23 +1940,84,17043,56,778 +1941,84,17043,56,174 +1942,84,17043,56,42 +1943,84,17043,56,8 +1944,84,17043,56,1 +1945,84,17043,56,26 +1946,84,17043,56,89 +1947,84,17043,56,41 +1948,84,17043,56,16 +1949,84,17043,56,8 +1950,84,17043,56,64 +1951,84,17043,56,17 +1952,84,17043,56,1 +1953,84,17043,56,0 +1954,79,17043,56,270 +1955,79,17043,56,723 +1956,79,17043,56,171 +1957,79,17043,56,466 +1958,79,17043,56,242 +1959,79,17043,56,154 +1960,79,17043,56,20 +1961,79,17043,56,198 +1962,79,17043,56,113 +1963,79,17043,56,822 +1964,79,17043,56,13 +1965,79,17043,56,12 +1966,79,17043,56,8 +1967,79,17043,56,53 +1968,79,17043,56,118 +1969,79,17043,56,82 +1970,79,17043,56,31 +1971,79,17043,56,18 +1972,79,17043,56,0 +1973,79,17043,56,10 +1974,79,17043,56,18 +1975,79,17043,56,24 +1976,79,17043,56,0 +1977,79,17043,56,9 +1978,79,17043,56,42 +1979,79,17043,56,238 +1980,79,17043,56,6 +1981,79,17043,56,112 +1982,79,17043,56,17 +1983,79,17043,56,24 +1984,79,17043,56,59 +1985,79,17043,56,32 +1986,79,17043,56,7 +1987,79,17043,56,9 +1988,79,17043,56,42 +1989,79,17043,56,654 +1990,79,17043,56,17 +1991,79,17043,56,378 +1992,79,17043,56,467 +1993,79,17043,56,428 +1994,79,17043,56,103 +1995,79,17043,56,0 +1996,79,17043,56,6 +1997,79,17043,56,280 +1998,79,17043,56,173 +1999,79,17043,56,0 +2000,79,17043,56,24 +2001,79,17043,56,6 +2002,79,17043,56,4 +2003,82,17043,56,2 +2004,82,17043,56,10 +2005,82,17043,56,49 +2006,82,17043,56,76 +2007,82,17043,56,30 +2008,82,17043,56,33 +2009,82,17043,56,1 +2010,82,17043,56,72 +2011,82,17043,56,38 +2012,82,17043,56,1 +2013,82,17043,56,4 +2014,82,17043,56,0 +2015,82,17043,56,60 +2016,82,17043,56,99 +2017,82,17043,56,84 +2018,82,17043,56,94 +2019,82,17043,56,28 +2020,82,17043,56,16 +2021,82,17043,56,30 +2022,82,17043,56,57 +2023,82,17043,56,72 +2024,82,17043,56,111 +2025,82,17043,56,54 +2026,82,17043,56,21 +2027,82,17043,56,199 +2028,82,17043,56,270 +2029,82,17043,56,189 +2030,82,17043,56,551 +2031,82,17043,56,1 +2032,82,17043,56,13 +2033,82,17043,56,249 +2034,82,17043,56,576 +2035,82,17043,56,494 +2036,82,17043,56,530 +2037,82,17043,56,85 +2038,82,17043,56,33 +2039,82,17043,56,544 +2040,82,17043,56,175 +2041,82,17043,56,172 +2042,82,17043,56,123 +2043,82,17043,56,723 +2044,82,17043,56,439 +2045,82,17043,56,878 +2046,82,17043,56,48 +2047,82,17043,56,6 +2048,82,17043,56,66 +2049,82,17043,56,102 +2050,82,17043,56,78 +2051,85,17043,56,35 +2052,85,17043,56,15 +2053,85,17043,56,8 +2054,85,17043,56,29 +2055,85,17043,56,4 +2056,85,17043,56,33 +2057,85,17043,56,340 +2058,85,17043,56,173 +2059,85,17043,56,210 +2060,85,17043,56,46 +2061,85,17043,56,120 +2062,85,17043,56,72 +2063,85,17043,56,69 +2064,85,17043,56,29 +2065,85,17043,56,90 +2066,85,17043,56,8 +2067,85,17043,56,4 +2068,85,17043,56,67 +2069,85,17043,56,1 +2070,85,17043,56,3 +2071,85,17043,56,1 +2072,85,17043,56,9 +2073,85,17043,56,10 +2074,85,17043,56,120 +2075,85,17043,56,0 +2076,85,17043,56,0 +2077,85,17043,56,15 +2078,85,17043,56,9 +2079,85,17043,56,34 +2080,85,17043,56,19 +2081,85,17043,56,12 +2082,85,17043,56,0 +2083,85,17043,56,0 +2084,85,17043,56,16 +2085,85,17043,56,93 +2086,85,17043,56,4 +2087,85,17043,56,2 +2088,85,17043,56,0 +2089,85,17043,56,45 +2090,85,17043,56,4 +2091,85,17043,56,25 +2092,85,17043,56,0 +2093,85,17043,56,10 +2094,85,17043,56,11 +2095,85,17043,56,9 +2096,85,17043,56,16 +2097,85,17043,56,11 +2098,85,17043,56,19 +2099,85,17043,56,14 +2100,85,17043,56,217 +2101,85,17043,56,161 +2102,85,17043,56,93 +2103,85,17043,56,22 +2104,85,17043,56,5 +2105,85,17043,56,296 +2106,85,17043,56,266 +2107,85,17043,56,0 +2108,86,17043,56,502 +2109,86,17043,56,2 +2110,86,17043,56,74 +2111,86,17043,56,618 +2112,62,17089,56,1 +2113,62,17089,56,15 +2114,62,17089,56,35 +2115,62,17089,56,118 +2116,65,17089,56,1 +2117,65,17089,56,19 +2118,65,17089,56,1 +2119,65,17089,56,5 +2120,68,17089,56,6 +2121,68,17089,56,41 +2122,68,17089,56,4 +2123,68,17089,56,14 +2124,71,17089,56,2 +2125,71,17089,56,8 +2126,71,17089,56,6 +2127,71,17089,56,26 +2128,74,17089,56,9 +2129,74,17089,56,45 +2130,74,17089,56,8 +2131,74,17089,56,20 +2132,63,17089,56,56 +2133,63,17089,56,16 +2134,63,17089,56,9 +2135,63,17089,56,81 +2136,66,17089,56,3 +2137,66,17089,56,16 +2138,66,17089,56,10 +2139,66,17089,56,37 +2140,69,17089,56,53 +2141,69,17089,56,4 +2142,69,17089,56,18 +2143,69,17089,56,42 +2144,72,17089,56,94 +2145,72,17089,56,29 +2146,72,17089,56,9 +2147,72,17089,56,8 +2148,75,17089,56,59 +2149,75,17089,56,52 +2150,75,17089,56,31 +2151,75,17089,56,14 +2152,75,17089,56,0 +2153,75,17089,56,4 +2154,75,17089,56,1 +2155,75,17089,56,8 +2156,75,17089,56,3 +2157,75,17089,56,1 +2158,64,17089,56,25 +2159,64,17089,56,14 +2160,64,17089,56,22 +2161,64,17089,56,1 +2162,64,17089,56,0 +2163,64,17089,56,0 +2164,64,17089,56,117 +2165,64,17089,56,1 +2166,64,17089,56,19 +2167,64,17089,56,14 +2168,64,17089,56,168 +2169,64,17089,56,11 +2170,64,17089,56,43 +2171,64,17089,56,9 +2172,64,17089,56,27 +2173,64,17089,56,358 +2174,64,17089,56,147 +2175,64,17089,56,1 +2176,64,17089,56,109 +2177,64,17089,56,32 +2178,64,17089,56,120 +2179,67,17089,56,29 +2180,67,17089,56,88 +2181,67,17089,56,14 +2182,67,17089,56,10 +2183,67,17089,56,77 +2184,67,17089,56,8 +2185,67,17089,56,8 +2186,67,17089,56,103 +2187,67,17089,56,54 +2188,67,17089,56,7 +2189,67,17089,56,18 +2190,67,17089,56,11 +2191,67,17089,56,16 +2192,67,17089,56,18 +2193,67,17089,56,6 +2194,67,17089,56,18 +2195,67,17089,56,3 +2196,67,17089,56,43 +2197,67,17089,56,55 +2198,67,17089,56,2 +2199,67,17089,56,35 +2200,67,17089,56,58 +2201,67,17089,56,6 +2202,67,17089,56,8 +2203,67,17089,56,16 +2204,67,17089,56,2 +2205,67,17089,56,12 +2206,67,17089,56,0 +2207,67,17089,56,4 +2208,67,17089,56,80 +2209,67,17089,56,31 +2210,67,17089,56,0 +2211,67,17089,56,3 +2212,67,17089,56,2 +2213,67,17089,56,5 +2214,67,17089,56,132 +2215,67,17089,56,48 +2216,67,17089,56,67 +2217,67,17089,56,128 +2218,67,17089,56,38 +2219,67,17089,56,24 +2220,67,17089,56,6 +2221,70,17089,56,49 +2222,70,17089,56,17 +2223,70,17089,56,29 +2224,70,17089,56,1 +2225,70,17089,56,12 +2226,70,17089,56,10 +2227,70,17089,56,146 +2228,70,17089,56,88 +2229,70,17089,56,122 +2230,70,17089,56,3 +2231,70,17089,56,1 +2232,70,17089,56,0 +2233,70,17089,56,17 +2234,70,17089,56,32 +2235,70,17089,56,131 +2236,70,17089,56,24 +2237,70,17089,56,62 +2238,70,17089,56,228 +2239,73,17089,56,184 +2240,73,17089,56,9 +2241,73,17089,56,124 +2242,73,17089,56,43 +2243,73,17089,56,16 +2244,73,17089,56,330 +2245,73,17089,56,13 +2246,73,17089,56,164 +2247,73,17089,56,50 +2248,73,17089,56,5 +2249,73,17089,56,8 +2250,73,17089,56,197 +2251,73,17089,56,12 +2252,73,17089,56,9 +2253,73,17089,56,239 +2254,73,17089,56,12 +2255,73,17089,56,14 +2256,73,17089,56,40 +2257,76,17089,56,12 +2258,76,17089,56,14 +2259,76,17089,56,84 +2260,76,17089,56,230 +2261,76,17089,56,6 +2262,76,17089,56,64 +2263,76,17089,56,14 +2264,76,17089,56,6 +2265,76,17089,56,51 +2266,76,17089,56,3 +2267,76,17089,56,394 +2268,76,17089,56,33 +2269,76,17089,56,97 +2270,76,17089,56,8 +2271,76,17089,56,14 +2272,76,17089,56,124 +2273,76,17089,56,32 +2274,76,17089,56,20 +2275,76,17089,56,8 +2276,76,17089,56,10 +2277,76,17089,56,26 +2278,76,17089,56,20 +2279,76,17089,56,2 +2280,76,17089,56,10 +2281,76,17089,56,29 +2282,76,17089,56,55 +2283,76,17089,56,29 +2284,76,17089,56,118 +2285,76,17089,56,100 +2286,76,17089,56,11 +2287,76,17089,56,75 +2288,76,17089,56,28 +2289,76,17089,56,5 +2290,76,17089,56,9 +2291,76,17089,56,77 +2292,76,17089,56,76 +2293,76,17089,56,19 +2294,76,17089,56,6 +2295,76,17089,56,57 +2296,76,17089,56,0 +2297,76,17089,56,114 +2298,76,17089,56,6 +2299,76,17089,56,110 +2300,76,17089,56,21 +2301,76,17089,56,55 +2302,76,17089,56,24 +2303,76,17089,56,101 +2304,76,17089,56,0 +2305,110,17093,56,2 +2306,110,17093,56,23 +2307,111,17093,56,40 +2308,111,17093,56,54 +2309,112,17093,56,27 +2310,112,17093,56,18 +2311,112,17093,56,28 +2312,112,17093,56,44 +2313,112,17093,56,183 +2314,110,17093,56,17 +2315,110,17093,56,78 +2316,111,17093,56,102 +2317,111,17093,56,13 +2318,112,17093,56,36 +2319,112,17093,56,5 +2320,113,17093,56,17 +2321,114,17093,56,81 +2322,115,17093,56,37 +2323,116,17093,56,15 +2324,117,17093,56,13 +2325,118,17093,56,32 +2326,46,17097,56,2 +2327,46,17097,56,19 +2328,46,17097,56,1 +2329,46,17097,56,30 +2330,46,17097,56,14 +2331,46,17097,56,19 +2332,50,17097,56,59 +2333,50,17097,56,62 +2334,50,17097,56,26 +2335,50,17097,56,29 +2336,50,17097,56,193 +2337,50,17097,56,36 +2338,54,17097,56,162 +2339,54,17097,56,28 +2340,54,17097,56,38 +2341,54,17097,56,153 +2342,54,17097,56,3 +2343,54,17097,56,93 +2344,58,17097,56,1 +2345,58,17097,56,9 +2346,58,17097,56,206 +2347,58,17097,56,0 +2348,58,17097,56,41 +2349,58,17097,56,389 +2350,47,17097,56,163 +2351,47,17097,56,3 +2352,47,17097,56,14 +2353,47,17097,56,65 +2354,47,17097,56,54 +2355,47,17097,56,4 +2356,47,17097,56,47 +2357,47,17097,56,58 +2358,47,17097,56,4 +2359,51,17097,56,35 +2360,51,17097,56,100 +2361,51,17097,56,86 +2362,51,17097,56,13 +2363,51,17097,56,39 +2364,51,17097,56,26 +2365,51,17097,56,34 +2366,51,17097,56,20 +2367,51,17097,56,10 +2368,51,17097,56,5 +2369,51,17097,56,23 +2370,51,17097,56,16 +2371,51,17097,56,75 +2372,51,17097,56,109 +2373,51,17097,56,65 +2374,51,17097,56,79 +2375,51,17097,56,84 +2376,51,17097,56,17 +2377,55,17097,56,65 +2378,55,17097,56,19 +2379,55,17097,56,149 +2380,55,17097,56,2 +2381,55,17097,56,30 +2382,55,17097,56,310 +2383,55,17097,56,3 +2384,55,17097,56,9 +2385,55,17097,56,49 +2386,59,17097,56,37 +2387,59,17097,56,77 +2388,59,17097,56,2 +2389,59,17097,56,146 +2390,59,17097,56,232 +2391,59,17097,56,38 +2392,59,17097,56,11 +2393,59,17097,56,389 +2394,59,17097,56,24 +2395,48,17097,56,26 +2396,48,17097,56,42 +2397,48,17097,56,1 +2398,48,17097,56,37 +2399,52,17097,56,14 +2400,52,17097,56,21 +2401,52,17097,56,234 +2402,52,17097,56,1 +2403,52,17097,56,93 +2404,52,17097,56,8 +2405,52,17097,56,4 +2406,52,17097,56,260 +2407,52,17097,56,65 +2408,52,17097,56,173 +2409,52,17097,56,53 +2410,52,17097,56,12 +2411,52,17097,56,64 +2412,52,17097,56,71 +2413,52,17097,56,279 +2414,52,17097,56,71 +2415,52,17097,56,17 +2416,52,17097,56,39 +2417,52,17097,56,221 +2418,52,17097,56,2 +2419,52,17097,56,6 +2420,56,17097,56,69 +2421,56,17097,56,49 +2422,56,17097,56,620 +2423,56,17097,56,14 +2424,56,17097,56,70 +2425,56,17097,56,410 +2426,56,17097,56,2 +2427,56,17097,56,0 +2428,56,17097,56,29 +2429,56,17097,56,31 +2430,56,17097,56,5 +2431,56,17097,56,15 +2432,56,17097,56,248 +2433,56,17097,56,34 +2434,56,17097,56,40 +2435,56,17097,56,69 +2436,56,17097,56,84 +2437,56,17097,56,78 +2438,56,17097,56,1 +2439,56,17097,56,68 +2440,56,17097,56,3 +2441,56,17097,56,16 +2442,56,17097,56,66 +2443,56,17097,56,465 +2444,60,17097,56,88 +2445,60,17097,56,7 +2446,60,17097,56,149 +2447,60,17097,56,1 +2448,60,17097,56,40 +2449,60,17097,56,160 +2450,60,17097,56,40 +2451,60,17097,56,15 +2452,60,17097,56,66 +2453,60,17097,56,7 +2454,60,17097,56,826 +2455,60,17097,56,99 +2456,60,17097,56,29 +2457,60,17097,56,41 +2458,60,17097,56,75 +2459,60,17097,56,336 +2460,60,17097,56,486 +2461,60,17097,56,24 +2462,60,17097,56,130 +2463,60,17097,56,92 +2464,60,17097,56,599 +2465,60,17097,56,214 +2466,60,17097,56,7 +2467,60,17097,56,89 +2468,49,17097,56,7 +2469,49,17097,56,105 +2470,49,17097,56,11 +2471,49,17097,56,1 +2472,49,17097,56,63 +2473,49,17097,56,51 +2474,49,17097,56,117 +2475,49,17097,56,89 +2476,49,17097,56,69 +2477,53,17097,56,3 +2478,53,17097,56,62 +2479,53,17097,56,1 +2480,53,17097,56,4 +2481,53,17097,56,31 +2482,53,17097,56,3 +2483,53,17097,56,8 +2484,53,17097,56,0 +2485,53,17097,56,4 +2486,53,17097,56,13 +2487,53,17097,56,0 +2488,53,17097,56,35 +2489,53,17097,56,3 +2490,53,17097,56,0 +2491,53,17097,56,23 +2492,53,17097,56,35 +2493,53,17097,56,13 +2494,53,17097,56,18 +2495,53,17097,56,7 +2496,53,17097,56,4 +2497,53,17097,56,0 +2498,53,17097,56,2 +2499,53,17097,56,11 +2500,53,17097,56,19 +2501,53,17097,56,48 +2502,53,17097,56,39 +2503,53,17097,56,26 +2504,53,17097,56,12 +2505,53,17097,56,137 +2506,53,17097,56,29 +2507,53,17097,56,363 +2508,53,17097,56,18 +2509,53,17097,56,14 +2510,53,17097,56,8 +2511,53,17097,56,14 +2512,53,17097,56,14 +2513,53,17097,56,36 +2514,53,17097,56,22 +2515,53,17097,56,4 +2516,53,17097,56,3 +2517,53,17097,56,4 +2518,53,17097,56,3 +2519,53,17097,56,38 +2520,53,17097,56,168 +2521,53,17097,56,3 +2522,53,17097,56,7 +2523,53,17097,56,0 +2524,53,17097,56,0 +2525,53,17097,56,18 +2526,53,17097,56,29 +2527,53,17097,56,5 +2528,53,17097,56,16 +2529,57,17097,56,14 +2530,57,17097,56,125 +2531,57,17097,56,145 +2532,57,17097,56,346 +2533,57,17097,56,3 +2534,57,17097,56,11 +2535,57,17097,56,10 +2536,57,17097,56,38 +2537,57,17097,56,0 +2538,57,17097,56,166 +2539,57,17097,56,1 +2540,57,17097,56,0 +2541,57,17097,56,328 +2542,57,17097,56,7 +2543,57,17097,56,19 +2544,57,17097,56,1 +2545,57,17097,56,0 +2546,57,17097,56,18 +2547,57,17097,56,4 +2548,57,17097,56,0 +2549,57,17097,56,54 +2550,57,17097,56,0 +2551,61,17097,56,4 +2552,61,17097,56,0 +2553,61,17097,56,0 +2554,61,17097,56,2 +2555,61,17097,56,0 +2556,61,17097,56,1 +2557,61,17097,56,25 +2558,61,17097,56,24 +2559,61,17097,56,42 +2560,61,17097,56,28 +2561,61,17097,56,19 +2562,61,17097,56,4 +2563,61,17097,56,76 +2564,61,17097,56,30 +2565,61,17097,56,8 +2566,61,17097,56,18 +2567,61,17097,56,106 +2568,61,17097,56,85 +2569,61,17097,56,8 +2570,61,17097,56,24 +2571,61,17097,56,107 +2572,61,17097,56,13 +2573,61,17097,56,19 +2574,61,17097,56,10 +2575,61,17097,56,142 +2576,61,17097,56,4 +2577,61,17097,56,2 +2578,61,17097,56,1319 +2579,61,17097,56,8 +2580,61,17097,56,364 +2581,61,17097,56,16 +2582,61,17097,56,31 +2583,61,17097,56,31 +2584,30,17111,56,3 +2585,30,17111,56,17 +2586,30,17111,56,14 +2587,30,17111,56,121 +2588,34,17111,56,7 +2589,34,17111,56,36 +2590,34,17111,56,6 +2591,34,17111,56,0 +2592,38,17111,56,9 +2593,38,17111,56,7 +2594,38,17111,56,3 +2595,38,17111,56,157 +2596,42,17111,56,2 +2597,42,17111,56,8 +2598,42,17111,56,2 +2599,42,17111,56,12 +2600,31,17111,56,6 +2601,31,17111,56,9 +2602,31,17111,56,0 +2603,31,17111,56,3 +2604,35,17111,56,11 +2605,35,17111,56,17 +2606,35,17111,56,12 +2607,35,17111,56,62 +2608,39,17111,56,4 +2609,39,17111,56,14 +2610,39,17111,56,32 +2611,39,17111,56,26 +2612,43,17111,56,46 +2613,43,17111,56,11 +2614,43,17111,56,1 +2615,43,17111,56,8 +2616,32,17111,56,37 +2617,32,17111,56,9 +2618,32,17111,56,1 +2619,32,17111,56,3 +2620,36,17111,56,0 +2621,36,17111,56,29 +2622,36,17111,56,77 +2623,36,17111,56,4 +2624,40,17111,56,133 +2625,40,17111,56,0 +2626,40,17111,56,44 +2627,40,17111,56,41 +2628,40,17111,56,118 +2629,40,17111,56,1 +2630,40,17111,56,85 +2631,40,17111,56,90 +2632,40,17111,56,8 +2633,40,17111,56,4 +2634,40,17111,56,5 +2635,40,17111,56,65 +2636,44,17111,56,16 +2637,44,17111,56,1 +2638,44,17111,56,11 +2639,44,17111,56,45 +2640,44,17111,56,20 +2641,44,17111,56,18 +2642,44,17111,56,10 +2643,44,17111,56,129 +2644,44,17111,56,30 +2645,33,17111,56,51 +2646,33,17111,56,12 +2647,33,17111,56,0 +2648,33,17111,56,15 +2649,33,17111,56,75 +2650,33,17111,56,3 +2651,33,17111,56,65 +2652,37,17111,56,13 +2653,37,17111,56,43 +2654,37,17111,56,8 +2655,37,17111,56,32 +2656,37,17111,56,4 +2657,37,17111,56,9 +2658,37,17111,56,181 +2659,37,17111,56,35 +2660,37,17111,56,2 +2661,37,17111,56,93 +2662,37,17111,56,194 +2663,37,17111,56,40 +2664,41,17111,56,0 +2665,41,17111,56,3 +2666,41,17111,56,337 +2667,41,17111,56,41 +2668,41,17111,56,39 +2669,41,17111,56,167 +2670,41,17111,56,76 +2671,41,17111,56,2 +2672,41,17111,56,45 +2673,41,17111,56,5 +2674,41,17111,56,64 +2675,41,17111,56,113 +2676,41,17111,56,182 +2677,41,17111,56,217 +2678,41,17111,56,18 +2679,45,17111,56,40 +2680,45,17111,56,41 +2681,45,17111,56,21 +2682,45,17111,56,75 +2683,45,17111,56,53 +2684,45,17111,56,0 +2685,45,17111,56,1 +2686,45,17111,56,28 +2687,45,17111,56,25 +2688,45,17111,56,95 +2689,45,17111,56,111 +2690,45,17111,56,254 +2691,45,17111,56,4 +2692,45,17111,56,23 +2693,45,17111,56,142 +2694,45,17111,56,59 +2695,45,17111,56,242 +2696,45,17111,56,42 +2697,45,17111,56,28 +2698,45,17111,56,17 +2699,45,17111,56,44 +2700,45,17111,56,214 +2701,45,17111,56,35 +2702,45,17111,56,2 +2703,87,17197,56,257 +2704,87,17197,56,109 +2705,87,17197,56,37 +2706,87,17197,56,14 +2707,87,17197,56,69 +2708,87,17197,56,22 +2709,87,17197,56,19 +2710,87,17197,56,206 +2711,87,17197,56,9 +2712,89,17197,56,67 +2713,89,17197,56,160 +2714,89,17197,56,57 +2715,89,17197,56,14 +2716,89,17197,56,110 +2717,89,17197,56,17 +2718,89,17197,56,14 +2719,89,17197,56,49 +2720,89,17197,56,102 +2721,92,17197,56,9 +2722,92,17197,56,111 +2723,92,17197,56,199 +2724,92,17197,56,4 +2725,92,17197,56,184 +2726,92,17197,56,7 +2727,92,17197,56,3 +2728,92,17197,56,17 +2729,92,17197,56,251 +2730,92,17197,56,1 +2731,92,17197,56,85 +2732,92,17197,56,129 +2733,96,17197,56,63 +2734,96,17197,56,288 +2735,96,17197,56,39 +2736,96,17197,56,198 +2737,102,17197,56,9 +2738,102,17197,56,3 +2739,102,17197,56,12 +2740,102,17197,56,137 +2741,108,17197,56,29 +2742,108,17197,56,9 +2743,108,17197,56,22 +2744,108,17197,56,2 +2745,88,17197,56,66 +2746,88,17197,56,3 +2747,88,17197,56,0 +2748,88,17197,56,40 +2749,88,17197,56,33 +2750,88,17197,56,32 +2751,88,17197,56,25 +2752,88,17197,56,17 +2753,88,17197,56,3 +2754,88,17197,56,170 +2755,88,17197,56,27 +2756,88,17197,56,121 +2757,88,17197,56,106 +2758,88,17197,56,213 +2759,88,17197,56,165 +2760,88,17197,56,45 +2761,88,17197,56,163 +2762,88,17197,56,100 +2763,88,17197,56,6 +2764,88,17197,56,330 +2765,88,17197,56,120 +2766,90,17197,56,137 +2767,90,17197,56,36 +2768,90,17197,56,32 +2769,90,17197,56,70 +2770,90,17197,56,15 +2771,90,17197,56,174 +2772,90,17197,56,43 +2773,90,17197,56,1 +2774,90,17197,56,7 +2775,90,17197,56,40 +2776,90,17197,56,2 +2777,90,17197,56,18 +2778,90,17197,56,71 +2779,90,17197,56,43 +2780,90,17197,56,55 +2781,93,17197,56,23 +2782,93,17197,56,3 +2783,93,17197,56,39 +2784,93,17197,56,0 +2785,93,17197,56,28 +2786,93,17197,56,104 +2787,93,17197,56,14 +2788,93,17197,56,2 +2789,93,17197,56,3 +2790,93,17197,56,12 +2791,93,17197,56,37 +2792,93,17197,56,56 +2793,93,17197,56,60 +2794,93,17197,56,26 +2795,93,17197,56,15 +2796,93,17197,56,10 +2797,93,17197,56,30 +2798,93,17197,56,180 +2799,93,17197,56,109 +2800,93,17197,56,31 +2801,93,17197,56,1 +2802,93,17197,56,34 +2803,93,17197,56,11 +2804,93,17197,56,125 +2805,93,17197,56,2 +2806,93,17197,56,2 +2807,93,17197,56,10 +2808,93,17197,56,139 +2809,93,17197,56,13 +2810,93,17197,56,307 +2811,93,17197,56,205 +2812,93,17197,56,59 +2813,93,17197,56,57 +2814,93,17197,56,19 +2815,93,17197,56,92 +2816,93,17197,56,83 +2817,93,17197,56,6 +2818,93,17197,56,8 +2819,93,17197,56,0 +2820,93,17197,56,12 +2821,93,17197,56,2 +2822,93,17197,56,0 +2823,93,17197,56,0 +2824,93,17197,56,381 +2825,93,17197,56,77 +2826,97,17197,56,9 +2827,97,17197,56,4 +2828,97,17197,56,24 +2829,97,17197,56,2 +2830,103,17197,56,1 +2831,103,17197,56,2 +2832,103,17197,56,3 +2833,103,17197,56,10 +2834,109,17197,56,9 +2835,109,17197,56,2 +2836,109,17197,56,6 +2837,109,17197,56,2 +2838,91,17197,56,61 +2839,91,17197,56,11 +2840,91,17197,56,70 +2841,91,17197,56,21 +2842,91,17197,56,40 +2843,91,17197,56,102 +2844,91,17197,56,15 +2845,91,17197,56,1 +2846,91,17197,56,1 +2847,94,17197,56,17 +2848,94,17197,56,35 +2849,94,17197,56,1 +2850,94,17197,56,227 +2851,94,17197,56,57 +2852,94,17197,56,44 +2853,94,17197,56,88 +2854,94,17197,56,80 +2855,94,17197,56,82 +2856,98,17197,56,9 +2857,98,17197,56,2 +2858,98,17197,56,5 +2859,98,17197,56,54 +2860,98,17197,56,1 +2861,98,17197,56,1 +2862,98,17197,56,21 +2863,98,17197,56,9 +2864,98,17197,56,0 +2865,104,17197,56,16 +2866,104,17197,56,18 +2867,104,17197,56,2 +2868,104,17197,56,2 +2869,95,17197,56,160 +2870,95,17197,56,185 +2871,95,17197,56,72 +2872,95,17197,56,168 +2873,95,17197,56,58 +2874,95,17197,56,215 +2875,95,17197,56,22 +2876,95,17197,56,17 +2877,95,17197,56,440 +2878,95,17197,56,31 +2879,95,17197,56,117 +2880,95,17197,56,42 +2881,95,17197,56,26 +2882,95,17197,56,229 +2883,95,17197,56,1 +2884,99,17197,56,16 +2885,99,17197,56,8 +2886,99,17197,56,11 +2887,99,17197,56,27 +2888,99,17197,56,7 +2889,99,17197,56,12 +2890,99,17197,56,37 +2891,99,17197,56,4 +2892,99,17197,56,4 +2893,105,17197,56,5 +2894,105,17197,56,8 +2895,105,17197,56,49 +2896,105,17197,56,32 +2897,100,17197,56,26 +2898,100,17197,56,21 +2899,100,17197,56,30 +2900,100,17197,56,48 +2901,100,17197,56,34 +2902,100,17197,56,7 +2903,100,17197,56,10 +2904,100,17197,56,6 +2905,100,17197,56,6 +2906,106,17197,56,12 +2907,106,17197,56,8 +2908,106,17197,56,13 +2909,106,17197,56,14 +2910,101,17197,56,93 +2911,101,17197,56,38 +2912,101,17197,56,29 +2913,101,17197,56,11 +2914,101,17197,56,14 +2915,101,17197,56,36 +2916,101,17197,56,9 +2917,101,17197,56,1 +2918,101,17197,56,8 +2919,101,17197,56,10 +2920,101,17197,56,3 +2921,107,17197,56,31 +2922,107,17197,56,16 +2923,107,17197,56,7 +2924,107,17197,56,49 +2925,107,17197,56,12 +2926,107,17197,56,7 +2927,119,17063,56,0 +2928,119,17063,56,0 +2929,119,17063,56,31 +2930,119,17063,56,0 +2931,119,17063,56,0 +2932,119,17063,56,0 +2933,119,17063,56,30 +2934,119,17063,56,0 +2935,119,17063,56,15 +2936,119,17063,56,0 +2937,119,17063,56,0 +2938,119,17063,56,0 +2939,119,17063,56,37 +2940,119,17063,56,14 +2941,119,17063,56,0 +2942,119,17063,56,42 +2943,119,17063,56,2 +2944,119,17063,56,9 +2945,119,17063,56,0 +2946,119,17063,56,19 +2947,119,17063,56,56 +2948,119,17063,56,0 +2949,119,17063,56,69 +2950,119,17063,56,0 +2951,120,17007,56,0 +2952,120,17007,56,0 +2953,120,17007,56,28 +2954,120,17007,56,60 +2955,120,17007,56,9 +2956,120,17007,56,16 +2957,120,17007,56,12 +2958,120,17007,56,138 +2959,120,17007,56,11 +2960,120,17007,56,6 +2961,120,17007,56,6 +2962,120,17007,56,23 +2963,120,17007,56,6 +2964,120,17007,56,0 +2965,120,17007,56,0 +2966,120,17007,56,5 +2967,120,17007,56,0 +2968,120,17007,56,17 +2969,120,17007,56,3 +2970,120,17007,56,15 +2971,120,17007,56,0 +2972,120,17007,56,0 +2973,120,17007,56,0 +2974,120,17007,56,10 +2975,120,17007,56,5 +2976,121,17037,56,0 +2977,121,17037,56,28 +2978,121,17037,56,0 +2979,121,17037,56,0 +2980,121,17037,56,1 +2981,121,17037,56,0 +2982,121,17037,56,0 +2983,121,17037,56,0 +2984,121,17037,56,3 +2985,121,17037,56,0 +2986,121,17037,56,11 +2987,121,17037,56,0 +2988,121,17037,56,2 +2989,121,17037,56,263 +2990,121,17037,56,0 +2991,121,17037,56,8 +2992,121,17037,56,139 +2993,121,17037,56,20 +2994,121,17037,56,0 +2995,121,17037,56,35 +2996,121,17037,56,0 +2997,121,17037,56,0 +2998,121,17037,56,13 +2999,121,17037,56,29 +3000,121,17037,56,22 +3001,121,17037,56,1 +3002,121,17037,56,0 +3003,121,17037,56,0 +3004,121,17037,56,111 +3005,121,17037,56,2 +3006,121,17037,56,0 +3007,121,17037,56,0 +3008,121,17037,56,0 +3009,121,17037,56,0 +3010,121,17037,56,0 +3011,121,17037,56,0 +3012,121,17037,56,0 +3013,121,17037,56,5 +3014,121,17037,56,1 +3015,121,17037,56,0 +3016,121,17037,56,0 +3017,121,17037,56,2 +3018,121,17037,56,0 +3019,121,17037,56,46 +3020,121,17037,56,0 +3021,121,17037,56,2 +3022,122,17091,56,0 +3023,122,17091,56,0 +3024,122,17091,56,0 +3025,122,17091,56,0 +3026,122,17091,56,29 +3027,122,17091,56,0 +3028,122,17091,56,3 +3029,122,17091,56,0 +3030,122,17091,56,26 +3031,122,17091,56,0 +3032,122,17091,56,0 +3033,122,17091,56,3 +3034,122,17091,56,66 +3035,122,17091,56,0 +3036,122,17091,56,1 +3037,122,17091,56,49 +3038,122,17091,56,19 +3039,122,17091,56,38 +3040,122,17091,56,0 +3041,122,17091,56,0 +3042,122,17091,56,2 +3043,122,17091,56,17 +3044,122,17091,56,5 +3045,122,17091,56,13 +3046,122,17091,56,5 +3047,122,17091,56,6 +3048,122,17091,56,0 +3049,122,17091,56,16 +3050,122,17091,56,347 +3051,122,17091,56,14 +3052,122,17091,56,2 +3053,122,17091,56,639 +3054,122,17091,56,12 +3055,122,17091,56,10 +3056,122,17091,56,199 +3057,122,17091,56,17 +3058,122,17091,56,0 +3059,122,17091,56,4 +3060,122,17091,56,10 +3061,122,17091,56,1 +3062,122,17091,56,12 +3063,122,17091,56,2 +3064,122,17091,56,0 +3065,122,17091,56,8 +3066,122,17091,56,0 +3067,122,17091,56,7 +3068,122,17091,56,4 +3069,122,17091,56,114 +3070,122,17091,56,61 +3071,122,17091,56,2 +3072,122,17091,56,0 +3073,122,17091,56,16 +3074,126,17099,56,4 +3075,126,17099,56,0 +3076,126,17099,56,430 +3077,126,17099,56,0 +3078,126,17099,56,0 +3079,126,17099,56,0 +3080,126,17099,56,0 +3081,126,17099,56,1 +3082,126,17099,56,0 +3083,126,17099,56,0 +3084,126,17099,56,0 +3085,126,17099,56,6 +3086,126,17099,56,0 +3087,126,17099,56,0 +3088,126,17099,56,0 +3089,126,17099,56,0 +3090,126,17099,56,0 +3091,126,17099,56,15 +3092,126,17099,56,9 +3093,126,17099,56,0 +3094,126,17099,56,0 +3095,126,17099,56,0 +3096,126,17099,56,114 +3097,126,17099,56,9 +3098,126,17099,56,107 +3099,126,17099,56,83 +3100,126,17099,56,4 +3101,126,17099,56,0 +3102,126,17099,56,0 +3103,126,17099,56,14 +3104,126,17099,56,2 +3105,126,17099,56,0 +3106,126,17099,56,32 +3107,126,17099,56,5 +3108,126,17099,56,8 +3109,126,17099,56,182 +3110,126,17099,56,7 +3111,126,17099,56,0 +3112,126,17099,56,0 +3113,126,17099,56,3 +3114,126,17099,56,1 +3115,126,17099,56,3 +3116,126,17099,56,15 +3117,126,17099,56,5 +3118,126,17099,56,0 +3119,126,17099,56,0 +3120,126,17099,56,0 +3121,126,17099,56,0 +3122,126,17099,56,23 +3123,126,17099,56,0 +3124,126,17099,56,0 +3125,126,17099,56,4 +3126,126,17099,56,1 +3127,126,17099,56,9 +3128,126,17099,56,0 +3129,126,17099,56,0 +3130,126,17099,56,11 +3131,126,17099,56,149 +3132,126,17099,56,0 +3133,126,17099,56,14 +3134,126,17099,56,0 +3135,126,17099,56,2 +3136,126,17099,56,19 +3137,126,17099,56,0 +3138,126,17099,56,0 +3139,126,17099,56,0 +3140,126,17099,56,2 +3141,126,17099,56,1 +3142,126,17099,56,1 +3143,126,17099,56,0 +3144,126,17099,56,0 +3145,126,17099,56,0 +3146,125,17103,56,1 +3147,125,17103,56,0 +3148,125,17103,56,0 +3149,125,17103,56,0 +3150,125,17103,56,0 +3151,125,17103,56,2 +3152,124,17141,56,0 +3153,124,17141,56,0 +3154,124,17141,56,22 +3155,124,17141,56,10 +3156,124,17141,56,2 +3157,124,17141,56,148 +3158,124,17141,56,1 +3159,124,17141,56,0 +3160,124,17141,56,0 +3161,124,17141,56,39 +3162,124,17141,56,0 +3163,124,17141,56,0 +3164,124,17141,56,5 +3165,124,17141,56,2 +3166,124,17141,56,22 +3167,124,17141,56,0 +3168,124,17141,56,2 +3169,123,17201,56,0 +3170,123,17201,56,2 +3171,123,17201,56,0 +3172,123,17201,56,14 +3173,123,17201,56,17 +3174,123,17201,56,0 +3175,123,17201,56,10 +3176,123,17201,56,0 +3177,123,17201,56,0 +3178,123,17201,56,12 +3179,123,17201,56,2 +3180,123,17201,56,0 +3181,123,17201,56,0 +3182,123,17201,56,0 +3183,123,17201,56,1 +3184,123,17201,56,0 +3185,123,17201,56,0 +3186,123,17201,56,0 +3187,123,17201,56,0 +3188,123,17201,56,19 +3189,123,17201,56,15 +3190,123,17201,56,126 +3191,123,17201,56,0 +3192,123,17201,56,0 +3193,123,17201,56,680 +3194,123,17201,56,74 +3195,123,17201,56,2 +3196,123,17201,56,0 +3197,123,17201,56,0 +3198,123,17201,56,4 +3199,123,17201,56,12 +3200,123,17201,56,0 +3201,123,17201,56,15 +3202,123,17201,56,123 +3203,123,17201,56,30 +3204,123,17201,56,2 +3205,123,17201,56,65 +3206,123,17201,56,538 +3207,123,17201,56,1 +3208,123,17201,56,65 +3209,123,17201,56,1174 +3210,123,17201,56,33 +3211,123,17201,56,7 +3212,123,17201,56,124 +3213,123,17201,56,770 +3214,123,17201,56,57 +3215,123,17201,56,45 +3216,123,17201,56,260 +3217,123,17201,56,567 +3218,123,17201,56,58 +3219,123,17201,56,59 +3220,123,17201,56,139 +3221,123,17201,56,468 +3222,123,17201,56,9 +3223,123,17201,56,26 +3224,123,17201,56,0 +3225,123,17201,56,0 +3226,123,17201,56,280 +3227,123,17201,56,23 +3228,123,17201,56,3 +3229,123,17201,56,173 +3230,123,17201,56,11 +3231,123,17201,56,0 +3232,123,17201,56,5 +3233,123,17201,56,9 +3234,123,17201,56,0 +3235,123,17201,56,4 +3236,123,17201,56,0 +3237,123,17201,56,14 +3238,123,17201,56,1 +3239,123,17201,56,4 +3240,123,17201,56,74 +3241,123,17201,56,4 +3242,123,17201,56,168 +3243,123,17201,56,0 +3244,123,17201,56,1 +3245,123,17201,56,0 +3246,123,17201,56,5 +3247,123,17201,56,94 +3248,127,18089,56,0 +3249,127,18089,56,1 +3250,127,18089,56,5 +3251,127,18089,56,0 +3252,127,18089,56,4 +3253,127,18089,56,7 +3254,127,18089,56,7 +3255,127,18089,56,0 +3256,127,18089,56,2 +3257,127,18089,56,9 +3258,127,18089,56,1 +3259,127,18089,56,11 +3260,127,18089,56,11 +3261,127,18089,56,2 +3262,127,18089,56,0 +3263,127,18089,56,2 +3264,127,18089,56,4 +3265,127,18089,56,0 +3266,127,18089,56,0 +3267,127,18089,56,7 +3268,127,18089,56,3 +3269,127,18089,56,26 +3270,127,18089,56,2 +3271,127,18089,56,0 +3272,127,18089,56,2 +3273,127,18089,56,18 +3274,127,18089,56,3 +3275,127,18089,56,2 +3276,127,18089,56,186 +3277,127,18089,56,96 +3278,127,18089,56,0 +3279,127,18089,56,11 +3280,127,18089,56,7 +3281,127,18089,56,1 +3282,127,18089,56,0 +3283,127,18089,56,2 +3284,127,18089,56,3 +3285,127,18089,56,14 +3286,127,18089,56,5 +3287,127,18089,56,12 +3288,127,18089,56,0 +3289,127,18089,56,2 +3290,127,18089,56,58 +3291,127,18089,56,2 +3292,127,18089,56,694 +3293,127,18089,56,2 +3294,127,18089,56,54 +3295,127,18089,56,570 +3296,127,18089,56,19 +3297,127,18089,56,69 +3298,127,18089,56,441 +3299,127,18089,56,64 +3300,127,18089,56,2 +3301,127,18089,56,77 +3302,127,18089,56,5 +3303,127,18089,56,18 +3304,127,18089,56,55 +3305,127,18089,56,6 +3306,127,18089,56,129 +3307,127,18089,56,50 +3308,127,18089,56,44 +3309,127,18089,56,77 +3310,127,18089,56,111 +3311,127,18089,56,11 +3312,127,18089,56,93 +3313,127,18089,56,7 +3314,127,18089,56,30 +3315,127,18089,56,2 +3316,127,18089,56,5 +3317,127,18089,56,6 +3318,127,18089,56,30 +3319,127,18089,56,188 +3320,127,18089,56,22 +3321,127,18089,56,18 +3322,127,18089,56,49 +3323,127,18089,56,11 +3324,127,18089,56,9 +3325,127,18089,56,140 +3326,127,18089,56,78 +3327,127,18089,56,228 +3328,127,18089,56,56 +3329,127,18089,56,529 +3330,127,18089,56,296 +3331,127,18089,56,144 +3332,127,18089,56,8 +3333,127,18089,56,252 +3334,127,18089,56,427 +3335,127,18089,56,175 +3336,127,18089,56,9 +3337,127,18089,56,3 +3338,127,18089,56,1 +3339,127,18089,56,714 +3340,127,18089,56,0 +3341,127,18089,56,293 +3342,127,18089,56,244 +3343,127,18089,56,213 +3344,127,18089,56,55 +3345,129,18091,56,0 +3346,129,18091,56,2 +3347,129,18091,56,8 +3348,129,18091,56,5 +3349,129,18091,56,0 +3350,129,18091,56,8 +3351,129,18091,56,0 +3352,129,18091,56,11 +3353,129,18091,56,2 +3354,129,18091,56,76 +3355,129,18091,56,0 +3356,129,18091,56,1 +3357,129,18091,56,9 +3358,129,18091,56,0 +3359,129,18091,56,0 +3360,129,18091,56,0 +3361,129,18091,56,23 +3362,129,18091,56,41 +3363,129,18091,56,0 +3364,129,18091,56,1 +3365,129,18091,56,13 +3366,129,18091,56,5 +3367,129,18091,56,3 +3368,129,18091,56,0 +3369,129,18091,56,0 +3370,129,18091,56,3 +3371,129,18091,56,0 +3372,129,18091,56,1 +3373,129,18091,56,467 +3374,129,18091,56,0 +3375,129,18091,56,56 +3376,129,18091,56,10 +3377,129,18091,56,7 +3378,129,18091,56,0 +3379,129,18091,56,0 +3380,129,18091,56,0 +3381,129,18091,56,0 +3382,129,18091,56,0 +3383,129,18091,56,0 +3384,129,18091,56,7 +3385,129,18091,56,1 +3386,129,18091,56,190 +3387,129,18091,56,114 +3388,129,18091,56,5 +3389,129,18091,56,1 +3390,129,18091,56,0 +3391,129,18091,56,5 +3392,129,18091,56,0 +3393,129,18091,56,0 +3394,129,18091,56,0 +3395,129,18091,56,0 +3396,129,18091,56,113 +3397,129,18091,56,312 +3398,129,18091,56,10 +3399,129,18091,56,13 +3400,129,18091,56,82 +3401,128,18127,56,2 +3402,128,18127,56,0 +3403,128,18127,56,0 +3404,128,18127,56,9 +3405,128,18127,56,9 +3406,128,18127,56,1 +3407,128,18127,56,0 +3408,128,18127,56,40 +3409,128,18127,56,0 +3410,128,18127,56,0 +3411,128,18127,56,0 +3412,128,18127,56,1 +3413,128,18127,56,0 +3414,128,18127,56,0 +3415,128,18127,56,7 +3416,128,18127,56,13 +3417,128,18127,56,3 +3418,128,18127,56,18 +3419,128,18127,56,35 +3420,128,18127,56,1 +3421,128,18127,56,2 +3422,128,18127,56,66 +3423,128,18127,56,54 +3424,128,18127,56,0 +3425,128,18127,56,127 +3426,128,18127,56,0 +3427,128,18127,56,7 +3428,128,18127,56,187 +3429,128,18127,56,9 +3430,128,18127,56,54 +3431,128,18127,56,20 +3432,128,18127,56,238 +3433,128,18127,56,162 +3434,128,18127,56,2 +3435,128,18127,56,19 +3436,128,18127,56,58 +3437,128,18127,56,6 +3438,128,18127,56,1 +3439,128,18127,56,1 +3440,128,18127,56,0 +3441,128,18127,56,11 +3442,128,18127,56,1 +3443,128,18127,56,97 +3444,128,18127,56,19 +3445,128,18127,56,0 +3446,128,18127,56,4 +3447,128,18127,56,5 +3448,128,18127,56,1 +3449,128,18127,56,60 +3450,128,18127,56,146 +3451,128,18127,56,29 +3452,128,18127,56,24 +3453,128,18127,56,4 +3454,128,18127,56,19 +3455,128,18127,56,165 +3456,128,18127,56,3 +3457,128,18127,56,65 +3458,128,18127,56,19 +3459,128,18127,56,2 +3460,128,18127,56,0 +3461,128,18127,56,4 +3462,128,18127,56,13 +3463,128,18127,56,406 +3464,128,18127,56,79 +3465,128,18127,56,0 +3466,128,18127,56,0 +3467,128,18127,56,1 +3468,130,55059,56,41 +3469,130,55059,56,18 +3470,130,55059,56,41 +3471,130,55059,56,0 +3472,130,55059,56,0 +3473,130,55059,56,2 +3474,130,55059,56,1 +3475,130,55059,56,2 +3476,130,55059,56,1 +3477,130,55059,56,6 +3478,130,55059,56,96 +3479,130,55059,56,11 +3480,130,55059,56,4 +3481,130,55059,56,0 +3482,130,55059,56,1 +3483,130,55059,56,3 +3484,130,55059,56,15 +3485,130,55059,56,11 +3486,130,55059,56,632 +3487,130,55059,56,1 +3488,130,55059,56,6 +3489,130,55059,56,67 +3490,130,55059,56,0 +3491,130,55059,56,18 +3492,130,55059,56,230 +3493,130,55059,56,8 +3494,130,55059,56,1 +3495,130,55059,56,0 +3496,130,55059,56,47 +3497,130,55059,56,0 +3498,130,55059,56,0 +3499,130,55059,56,0 +3500,130,55059,56,14 +3501,130,55059,56,19 +3502,130,55059,56,43 +3503,130,55059,56,3 +3504,130,55059,56,280 +3505,130,55059,56,1 +3506,130,55059,56,5 +3507,130,55059,56,1 +3508,130,55059,56,0 +3509,130,55059,56,0 +3510,130,55059,56,384 +3511,130,55059,56,3 +3512,130,55059,56,0 +3513,131,55101,56,1 +3514,131,55101,56,0 +3515,131,55101,56,9 +3516,131,55101,56,0 +3517,131,55101,56,44 +3518,131,55101,56,25 +3519,131,55101,56,0 +3520,131,55101,56,2 +3521,131,55101,56,0 +3522,131,55101,56,0 +3523,131,55101,56,0 +3524,131,55101,56,1 +3525,131,55101,56,7 +3526,131,55101,56,2 +3527,131,55101,56,3 +3528,131,55101,56,0 +3529,131,55101,56,0 +3530,131,55101,56,42 +3531,131,55101,56,2 +3532,131,55101,56,1 +3533,131,55101,56,47 +3534,131,55101,56,4 +3535,131,55101,56,208 +3536,131,55101,56,0 +3537,131,55101,56,446 +3538,131,55101,56,36 +3539,131,55101,56,0 +3540,131,55101,56,4 +3541,131,55101,56,3 +3542,131,55101,56,0 +3543,131,55101,56,3 +3544,131,55101,56,410 +3545,131,55101,56,56 +3546,131,55101,56,146 +3547,131,55101,56,112 +3548,131,55101,56,10 +3549,131,55101,56,32 +3550,131,55101,56,12 +3551,131,55101,56,0 +3552,131,55101,56,0 +3553,131,55101,56,1 +3554,131,55101,56,9 +3555,131,55101,56,11 +3556,131,55101,56,5 +3557,131,55101,56,3 +3558,131,55101,56,0 +3559,131,55101,56,1 +3560,131,55101,56,46 +3561,131,55101,56,65 +3562,131,55101,56,17 +3563,131,55101,56,40 +3564,131,55101,56,305 +3565,131,55101,56,23 +3566,131,55101,56,1 +3567,131,55101,56,200 +3568,131,55101,56,0 +3569,132,55127,56,7 +3570,132,55127,56,7 +3571,132,55127,56,19 +3572,132,55127,56,5 +3573,132,55127,56,15 +3574,132,55127,56,4 +3575,132,55127,56,0 +3576,132,55127,56,6 +3577,132,55127,56,1 +3578,132,55127,56,5 +3579,132,55127,56,1 +3580,132,55127,56,2 +3581,132,55127,56,2 +3582,132,55127,56,5 +3583,132,55127,56,64 +3584,132,55127,56,5 +3585,132,55127,56,0 +3586,132,55127,56,1 +3587,132,55127,56,0 +3588,132,55127,56,8 +3589,132,55127,56,411 +3590,132,55127,56,2 +3591,132,55127,56,1 +3592,132,55127,56,3 +3593,132,55127,56,0 +3594,132,55127,56,9 +3595,132,55127,56,84 +3596,132,55127,56,3 +3597,132,55127,56,2 +3598,132,55127,56,19 +3599,132,55127,56,0 +3600,132,55127,56,0 +3601,132,55127,56,0 +3602,132,55127,56,4 +3603,132,55127,56,51 +3604,132,55127,56,0 +3605,132,55127,56,2 +3606,132,55127,56,3 +3607,132,55127,56,0 +3608,132,55127,56,6 +3609,132,55127,56,2 +3610,132,55127,56,89 +3611,132,55127,56,1 +3612,132,55127,56,15 +3613,132,55127,56,0 +3614,132,55127,56,4 +3615,132,55127,56,0 +3616,132,55127,56,1 +3617,132,55127,56,7 +3618,132,55127,56,0 +3619,132,55127,56,0 +3620,132,55127,56,0 +3621,132,55127,56,0 +3622,132,55127,56,0 +3623,132,55127,56,0 +3624,132,55127,56,0 +3625,132,55127,56,5 +3626,132,55127,56,68 +3627,132,55127,56,4 +3628,132,55127,56,4 +3629,132,55127,56,2 +3630,132,55127,56,1 +3631,132,55127,56,0 +3632,132,55127,56,11 +1,17,17031,61,2 +2,17,17031,61,18 +3,17,17031,61,130 +4,17,17031,61,66 +5,17,17031,61,83 +6,17,17031,61,227 +7,17,17031,61,1129 +8,17,17031,61,22 +9,17,17031,61,4 +10,17,17031,61,72 +11,17,17031,61,106 +12,17,17031,61,120 +13,17,17031,61,17 +14,17,17031,61,21 +15,17,17031,61,7 +16,17,17031,61,352 +17,17,17031,61,60 +18,17,17031,61,233 +19,17,17031,61,8 +20,17,17031,61,20 +21,17,17031,61,285 +22,17,17031,61,130 +23,17,17031,61,254 +24,17,17031,61,211 +25,17,17031,61,16 +26,17,17031,61,26 +27,17,17031,61,330 +28,17,17031,61,256 +29,17,17031,61,202 +30,17,17031,61,2677 +31,17,17031,61,4 +32,17,17031,61,12 +33,17,17031,61,7 +34,17,17031,61,12 +35,17,17031,61,97 +36,17,17031,61,938 +37,17,17031,61,242 +38,17,17031,61,44 +39,17,17031,61,7 +40,17,17031,61,76 +41,17,17031,61,456 +42,17,17031,61,1 +43,17,17031,61,633 +44,17,17031,61,741 +45,17,17031,61,9 +46,17,17031,61,22 +47,17,17031,61,277 +48,17,17031,61,308 +49,17,17031,61,175 +50,17,17031,61,239 +51,17,17031,61,233 +52,17,17031,61,22 +53,17,17031,61,302 +54,17,17031,61,178 +55,17,17031,61,137 +56,17,17031,61,843 +57,17,17031,61,254 +58,17,17031,61,269 +59,17,17031,61,164 +60,17,17031,61,260 +61,17,17031,61,359 +62,17,17031,61,469 +63,17,17031,61,451 +64,17,17031,61,340 +65,17,17031,61,2941 +66,17,17031,61,126 +67,17,17031,61,413 +68,17,17031,61,1118 +69,17,17031,61,52 +70,17,17031,61,95 +71,17,17031,61,2 +72,17,17031,61,387 +73,17,17031,61,152 +74,17,17031,61,64 +75,17,17031,61,124 +76,17,17031,61,112 +77,17,17031,61,0 +78,14,17031,61,228 +79,14,17031,61,182 +80,14,17031,61,300 +81,14,17031,61,2677 +82,14,17031,61,350 +83,14,17031,61,146 +84,14,17031,61,103 +85,14,17031,61,259 +86,14,17031,61,193 +87,14,17031,61,564 +88,14,17031,61,47 +89,14,17031,61,79 +90,17,17031,61,306 +91,17,17031,61,479 +92,17,17031,61,415 +93,17,17031,61,335 +94,17,17031,61,160 +95,17,17031,61,308 +96,17,17031,61,256 +97,17,17031,61,239 +98,17,17031,61,360 +99,17,17031,61,249 +100,17,17031,61,384 +101,17,17031,61,8326 +102,17,17031,61,6 +103,17,17031,61,221 +104,17,17031,61,163 +105,17,17031,61,261 +106,17,17031,61,135 +107,17,17031,61,236 +108,17,17031,61,47 +109,17,17031,61,14 +110,17,17031,61,33 +111,17,17031,61,201 +112,17,17031,61,112 +113,17,17031,61,0 +114,17,17031,61,11 +115,17,17031,61,10 +116,17,17031,61,21 +117,17,17031,61,108 +118,17,17031,61,174 +119,17,17031,61,156 +120,17,17031,61,344 +121,17,17031,61,2 +122,8,17031,61,53 +123,12,17031,61,2 +124,12,17031,61,160 +125,12,17031,61,0 +126,12,17031,61,0 +127,12,17031,61,55 +128,12,17031,61,41 +129,12,17031,61,0 +130,12,17031,61,10 +131,12,17031,61,16 +132,12,17031,61,15 +133,12,17031,61,45 +134,12,17031,61,0 +135,12,17031,61,59 +136,12,17031,61,54 +137,12,17031,61,23 +138,12,17031,61,82 +139,12,17031,61,74 +140,12,17031,61,68 +141,9,17031,61,69 +142,9,17031,61,3 +143,9,17031,61,80 +144,9,17031,61,26 +145,9,17031,61,1 +146,9,17031,61,53 +147,12,17031,61,22 +148,12,17031,61,37 +149,12,17031,61,131 +150,12,17031,61,0 +151,12,17031,61,110 +152,12,17031,61,93 +153,12,17031,61,29 +154,10,17031,61,1 +155,10,17031,61,25 +156,10,17031,61,2 +157,10,17031,61,44 +158,10,17031,61,2 +159,10,17031,61,44 +160,10,17031,61,49 +161,10,17031,61,202 +162,10,17031,61,36 +163,11,17031,61,102 +164,11,17031,61,223 +165,11,17031,61,111 +166,11,17031,61,57 +167,10,17031,61,48 +168,10,17031,61,206 +169,10,17031,61,171 +170,10,17031,61,41 +171,11,17031,61,41 +172,11,17031,61,88 +173,11,17031,61,11 +174,11,17031,61,167 +175,11,17031,61,596 +176,11,17031,61,0 +177,11,17031,61,111 +178,11,17031,61,1451 +179,13,17031,61,45 +180,13,17031,61,34 +181,13,17031,61,65 +182,13,17031,61,181 +183,13,17031,61,58 +184,13,17031,61,31 +185,13,17031,61,0 +186,13,17031,61,83 +187,13,17031,61,12 +188,13,17031,61,17 +189,13,17031,61,3 +190,13,17031,61,1 +191,13,17031,61,10 +192,13,17031,61,0 +193,13,17031,61,68 +194,13,17031,61,4 +195,13,17031,61,148 +196,13,17031,61,175 +197,13,17031,61,0 +198,13,17031,61,30 +199,13,17031,61,91 +200,13,17031,61,138 +201,13,17031,61,97 +202,13,17031,61,54 +203,13,17031,61,159 +204,13,17031,61,11 +205,13,17031,61,66 +206,13,17031,61,81 +207,13,17031,61,24 +208,13,17031,61,116 +209,13,17031,61,13 +210,13,17031,61,64 +211,13,17031,61,49 +212,13,17031,61,97 +213,13,17031,61,39 +214,13,17031,61,59 +215,13,17031,61,568 +216,13,17031,61,9 +217,13,17031,61,465 +218,13,17031,61,67 +219,13,17031,61,181 +220,13,17031,61,178 +221,13,17031,61,67 +222,13,17031,61,40 +223,13,17031,61,443 +224,13,17031,61,26 +225,13,17031,61,270 +226,13,17031,61,119 +227,13,17031,61,83 +228,13,17031,61,64 +229,13,17031,61,32 +230,13,17031,61,18 +231,13,17031,61,8 +232,13,17031,61,66 +233,13,17031,61,81 +234,13,17031,61,272 +235,13,17031,61,84 +236,13,17031,61,159 +237,13,17031,61,104 +238,13,17031,61,173 +239,13,17031,61,97 +240,13,17031,61,67 +241,13,17031,61,155 +242,13,17031,61,39 +243,13,17031,61,113 +244,13,17031,61,18 +245,13,17031,61,6 +246,13,17031,61,104 +247,13,17031,61,185 +248,13,17031,61,16 +249,13,17031,61,112 +250,13,17031,61,134 +251,13,17031,61,29 +252,13,17031,61,65 +253,13,17031,61,73 +254,13,17031,61,483 +255,13,17031,61,71 +256,13,17031,61,38 +257,13,17031,61,142 +258,13,17031,61,117 +259,13,17031,61,150 +260,13,17031,61,108 +261,13,17031,61,154 +262,13,17031,61,155 +263,13,17031,61,682 +264,13,17031,61,90 +265,13,17031,61,302 +266,13,17031,61,521 +267,13,17031,61,4 +268,13,17031,61,81 +269,13,17031,61,83 +270,13,17031,61,550 +271,13,17031,61,345 +272,13,17031,61,156 +273,13,17031,61,145 +274,13,17031,61,29 +275,13,17031,61,19 +276,13,17031,61,150 +277,13,17031,61,159 +278,13,17031,61,151 +279,13,17031,61,70 +280,13,17031,61,67 +281,13,17031,61,63 +282,13,17031,61,123 +283,13,17031,61,96 +284,13,17031,61,35 +285,13,17031,61,58 +286,13,17031,61,217 +287,13,17031,61,36 +288,13,17031,61,37 +289,13,17031,61,52 +290,13,17031,61,22 +291,13,17031,61,170 +292,13,17031,61,101 +293,13,17031,61,112 +294,13,17031,61,27 +295,13,17031,61,440 +296,13,17031,61,27 +297,13,17031,61,192 +298,13,17031,61,228 +299,13,17031,61,141 +300,13,17031,61,186 +301,13,17031,61,51 +302,13,17031,61,161 +303,13,17031,61,145 +304,13,17031,61,273 +305,13,17031,61,144 +306,13,17031,61,196 +307,13,17031,61,161 +308,14,17031,61,10 +309,14,17031,61,76 +310,14,17031,61,58 +311,14,17031,61,119 +312,14,17031,61,2216 +313,14,17031,61,316 +314,14,17031,61,149 +315,14,17031,61,263 +316,14,17031,61,59 +317,14,17031,61,152 +318,14,17031,61,35 +319,14,17031,61,242 +320,14,17031,61,191 +321,14,17031,61,126 +322,14,17031,61,0 +323,14,17031,61,36 +324,14,17031,61,117 +325,14,17031,61,120 +326,14,17031,61,178 +327,14,17031,61,123 +328,14,17031,61,242 +329,14,17031,61,50 +330,14,17031,61,285 +331,14,17031,61,184 +332,14,17031,61,312 +333,14,17031,61,123 +334,14,17031,61,107 +335,14,17031,61,193 +336,14,17031,61,144 +337,14,17031,61,133 +338,14,17031,61,199 +339,14,17031,61,81 +340,14,17031,61,136 +341,14,17031,61,119 +342,14,17031,61,63 +343,14,17031,61,80 +344,14,17031,61,92 +345,14,17031,61,301 +346,14,17031,61,295 +347,14,17031,61,238 +348,14,17031,61,213 +349,14,17031,61,27 +350,14,17031,61,165 +351,14,17031,61,24 +352,14,17031,61,198 +353,14,17031,61,5 +354,14,17031,61,130 +355,16,17031,61,497 +356,16,17031,61,83 +357,16,17031,61,58 +358,16,17031,61,123 +359,16,17031,61,304 +360,16,17031,61,202 +361,16,17031,61,209 +362,16,17031,61,30 +363,16,17031,61,143 +364,16,17031,61,187 +365,16,17031,61,84 +366,16,17031,61,157 +367,16,17031,61,93 +368,16,17031,61,188 +369,16,17031,61,56 +370,16,17031,61,1 +371,16,17031,61,262 +372,16,17031,61,138 +373,16,17031,61,128 +374,16,17031,61,68 +375,16,17031,61,334 +376,16,17031,61,106 +377,16,17031,61,130 +378,16,17031,61,254 +379,16,17031,61,151 +380,16,17031,61,20 +381,16,17031,61,117 +382,16,17031,61,112 +383,16,17031,61,134 +384,16,17031,61,51 +385,16,17031,61,254 +386,16,17031,61,135 +387,16,17031,61,63 +388,16,17031,61,75 +389,16,17031,61,102 +390,16,17031,61,61 +391,16,17031,61,94 +392,16,17031,61,19 +393,16,17031,61,94 +394,16,17031,61,176 +395,16,17031,61,60 +396,16,17031,61,70 +397,16,17031,61,206 +398,16,17031,61,60 +399,16,17031,61,87 +400,16,17031,61,409 +401,16,17031,61,239 +402,16,17031,61,134 +403,16,17031,61,96 +404,16,17031,61,174 +405,16,17031,61,227 +406,16,17031,61,140 +407,16,17031,61,66 +408,16,17031,61,22 +409,16,17031,61,83 +410,16,17031,61,86 +411,16,17031,61,143 +412,16,17031,61,149 +413,16,17031,61,163 +414,16,17031,61,98 +415,16,17031,61,121 +416,16,17031,61,139 +417,16,17031,61,78 +418,16,17031,61,199 +419,16,17031,61,350 +420,16,17031,61,125 +421,16,17031,61,892 +422,16,17031,61,106 +423,16,17031,61,616 +424,16,17031,61,185 +425,16,17031,61,319 +426,16,17031,61,179 +427,16,17031,61,193 +428,16,17031,61,106 +429,16,17031,61,417 +430,16,17031,61,451 +431,16,17031,61,90 +432,16,17031,61,212 +433,16,17031,61,21 +434,16,17031,61,6 +435,16,17031,61,2 +436,16,17031,61,10 +437,16,17031,61,29 +438,16,17031,61,10 +439,16,17031,61,159 +440,16,17031,61,19 +441,17,17031,61,119 +442,17,17031,61,26 +443,17,17031,61,53 +444,17,17031,61,74 +445,17,17031,61,32 +446,17,17031,61,32 +447,17,17031,61,52 +448,17,17031,61,121 +449,17,17031,61,69 +450,17,17031,61,440 +451,17,17031,61,45 +452,17,17031,61,43 +453,17,17031,61,324 +454,17,17031,61,5 +455,17,17031,61,453 +456,17,17031,61,97 +457,17,17031,61,311 +458,17,17031,61,0 +459,19,17031,61,45 +460,19,17031,61,120 +461,19,17031,61,11 +462,19,17031,61,2 +463,19,17031,61,4 +464,19,17031,61,96 +465,19,17031,61,261 +466,19,17031,61,115 +467,19,17031,61,13 +468,19,17031,61,63 +469,19,17031,61,105 +470,19,17031,61,29 +471,19,17031,61,123 +472,19,17031,61,23 +473,19,17031,61,66 +474,19,17031,61,27 +475,19,17031,61,93 +476,19,17031,61,42 +477,19,17031,61,99 +478,19,17031,61,337 +479,19,17031,61,302 +480,19,17031,61,197 +481,19,17031,61,1 +482,19,17031,61,155 +483,19,17031,61,26 +484,19,17031,61,20 +485,19,17031,61,110 +486,19,17031,61,4 +487,19,17031,61,17 +488,19,17031,61,7 +489,19,17031,61,31 +490,19,17031,61,53 +491,19,17031,61,46 +492,19,17031,61,251 +493,19,17031,61,38 +494,19,17031,61,0 +495,19,17031,61,64 +496,19,17031,61,89 +497,19,17031,61,39 +498,19,17031,61,17 +499,19,17031,61,3 +500,19,17031,61,153 +501,19,17031,61,362 +502,19,17031,61,441 +503,19,17031,61,154 +504,19,17031,61,1 +505,19,17031,61,35 +506,19,17031,61,15 +507,19,17031,61,136 +508,19,17031,61,32 +509,19,17031,61,241 +510,19,17031,61,141 +511,19,17031,61,17 +512,19,17031,61,242 +513,19,17031,61,1 +514,19,17031,61,3 +515,19,17031,61,135 +516,19,17031,61,203 +517,19,17031,61,212 +518,19,17031,61,41 +519,19,17031,61,125 +520,19,17031,61,40 +521,19,17031,61,10 +522,19,17031,61,159 +523,20,17031,61,181 +524,20,17031,61,40 +525,20,17031,61,254 +526,20,17031,61,37 +527,20,17031,61,313 +528,20,17031,61,156 +529,20,17031,61,114 +530,20,17031,61,49 +531,20,17031,61,66 +532,20,17031,61,190 +533,20,17031,61,57 +534,20,17031,61,93 +535,20,17031,61,205 +536,20,17031,61,31 +537,20,17031,61,148 +538,20,17031,61,344 +539,20,17031,61,374 +540,20,17031,61,134 +541,20,17031,61,16 +542,20,17031,61,52 +543,20,17031,61,229 +544,20,17031,61,19 +545,20,17031,61,121 +546,20,17031,61,68 +547,20,17031,61,642 +548,20,17031,61,313 +549,20,17031,61,173 +550,20,17031,61,89 +551,20,17031,61,44 +552,20,17031,61,187 +553,20,17031,61,69 +554,20,17031,61,249 +555,20,17031,61,210 +556,20,17031,61,3 +557,20,17031,61,200 +558,20,17031,61,45 +559,20,17031,61,107 +560,20,17031,61,338 +561,20,17031,61,42 +562,20,17031,61,312 +563,20,17031,61,466 +564,20,17031,61,119 +565,20,17031,61,7 +566,20,17031,61,69 +567,20,17031,61,81 +568,20,17031,61,1748 +569,20,17031,61,1154 +570,20,17031,61,9570 +571,20,17031,61,835 +572,20,17031,61,13 +573,20,17031,61,15 +574,20,17031,61,511 +575,20,17031,61,458 +576,20,17031,61,51 +577,20,17031,61,306 +578,20,17031,61,309 +579,20,17031,61,73 +580,20,17031,61,65 +581,20,17031,61,77 +582,20,17031,61,36 +583,20,17031,61,152 +584,20,17031,61,89 +585,20,17031,61,133 +586,20,17031,61,133 +587,20,17031,61,77 +588,20,17031,61,1 +589,20,17031,61,1 +590,20,17031,61,17 +591,20,17031,61,49 +592,20,17031,61,224 +593,20,17031,61,34 +594,20,17031,61,78 +595,20,17031,61,47 +596,20,17031,61,64 +597,20,17031,61,183 +598,20,17031,61,355 +599,20,17031,61,77 +600,20,17031,61,169 +601,20,17031,61,74 +602,20,17031,61,94 +603,20,17031,61,26 +604,20,17031,61,101 +605,20,17031,61,185 +606,20,17031,61,309 +607,20,17031,61,233 +608,20,17031,61,538 +609,20,17031,61,42 +610,20,17031,61,279 +611,20,17031,61,103 +612,20,17031,61,198 +613,20,17031,61,93 +614,20,17031,61,53 +615,20,17031,61,45 +616,20,17031,61,23 +617,20,17031,61,52 +618,20,17031,61,76 +619,20,17031,61,21 +620,20,17031,61,54 +621,20,17031,61,629 +622,20,17031,61,70 +623,20,17031,61,47 +624,20,17031,61,139 +625,20,17031,61,104 +626,20,17031,61,121 +627,20,17031,61,78 +628,20,17031,61,53 +629,20,17031,61,62 +630,23,17031,61,644 +631,23,17031,61,136 +632,23,17031,61,109 +633,23,17031,61,225 +634,23,17031,61,359 +635,23,17031,61,98 +636,24,17031,61,81 +637,24,17031,61,77 +638,24,17031,61,34 +639,24,17031,61,2 +640,24,17031,61,333 +641,24,17031,61,60 +642,24,17031,61,84 +643,24,17031,61,78 +644,24,17031,61,61 +645,24,17031,61,396 +646,24,17031,61,8 +647,24,17031,61,110 +648,24,17031,61,124 +649,24,17031,61,49 +650,24,17031,61,201 +651,24,17031,61,239 +652,24,17031,61,415 +653,24,17031,61,139 +654,24,17031,61,40 +655,24,17031,61,85 +656,24,17031,61,132 +657,24,17031,61,742 +658,24,17031,61,95 +659,24,17031,61,218 +660,24,17031,61,20 +661,24,17031,61,20 +662,24,17031,61,50 +663,24,17031,61,105 +664,24,17031,61,152 +665,24,17031,61,3 +666,24,17031,61,34 +667,24,17031,61,4 +668,24,17031,61,273 +669,24,17031,61,15 +670,24,17031,61,114 +671,24,17031,61,653 +672,24,17031,61,480 +673,24,17031,61,23 +674,24,17031,61,209 +675,24,17031,61,93 +676,24,17031,61,14 +677,24,17031,61,3 +678,24,17031,61,212 +679,24,17031,61,12 +680,24,17031,61,261 +681,24,17031,61,237 +682,24,17031,61,659 +683,24,17031,61,555 +684,24,17031,61,33 +685,24,17031,61,0 +686,24,17031,61,56 +687,24,17031,61,126 +688,24,17031,61,368 +689,24,17031,61,4 +690,24,17031,61,29 +691,24,17031,61,13 +692,24,17031,61,5 +693,24,17031,61,188 +694,24,17031,61,38 +695,24,17031,61,421 +696,24,17031,61,4 +697,24,17031,61,277 +698,24,17031,61,156 +699,24,17031,61,449 +700,24,17031,61,331 +701,24,17031,61,181 +702,24,17031,61,46 +703,24,17031,61,73 +704,24,17031,61,245 +705,24,17031,61,173 +706,24,17031,61,1 +707,24,17031,61,24 +708,24,17031,61,80 +709,24,17031,61,19 +710,24,17031,61,277 +711,24,17031,61,46 +712,24,17031,61,2 +713,24,17031,61,3 +714,24,17031,61,191 +715,24,17031,61,0 +716,24,17031,61,4 +717,24,17031,61,3 +718,1,17031,61,1 +719,1,17031,61,63 +720,1,17031,61,265 +721,1,17031,61,0 +722,1,17031,61,14 +723,1,17031,61,0 +724,1,17031,61,43 +725,1,17031,61,1051 +726,1,17031,61,36 +727,6,17031,61,177 +728,6,17031,61,27 +729,6,17031,61,54 +730,6,17031,61,459 +731,6,17031,61,91 +732,6,17031,61,71 +733,6,17031,61,2 +734,6,17031,61,824 +735,6,17031,61,877 +736,6,17031,61,56 +737,6,17031,61,175 +738,6,17031,61,305 +739,6,17031,61,240 +740,6,17031,61,115 +741,6,17031,61,100 +742,6,17031,61,39 +743,6,17031,61,263 +744,6,17031,61,5 +745,6,17031,61,49 +746,6,17031,61,0 +747,6,17031,61,301 +748,2,17031,61,171 +749,2,17031,61,119 +750,2,17031,61,0 +751,2,17031,61,3 +752,2,17031,61,77 +753,2,17031,61,90 +754,2,17031,61,1 +755,2,17031,61,0 +756,2,17031,61,42 +757,2,17031,61,8 +758,2,17031,61,243 +759,2,17031,61,20 +760,2,17031,61,1026 +761,2,17031,61,0 +762,2,17031,61,82 +763,2,17031,61,150 +764,2,17031,61,72 +765,2,17031,61,4 +766,2,17031,61,91 +767,2,17031,61,36 +768,2,17031,61,9 +769,2,17031,61,271 +770,2,17031,61,302 +771,2,17031,61,11 +772,2,17031,61,280 +773,2,17031,61,85 +774,2,17031,61,7 +775,2,17031,61,0 +776,2,17031,61,2 +777,2,17031,61,27 +778,2,17031,61,53 +779,2,17031,61,532 +780,2,17031,61,0 +781,2,17031,61,0 +782,2,17031,61,156 +783,2,17031,61,78 +784,2,17031,61,58 +785,2,17031,61,13 +786,2,17031,61,1569 +787,2,17031,61,0 +788,2,17031,61,6 +789,2,17031,61,13 +790,2,17031,61,0 +791,2,17031,61,42 +792,2,17031,61,261 +793,7,17031,61,55 +794,7,17031,61,49 +795,7,17031,61,54 +796,7,17031,61,13 +797,7,17031,61,132 +798,7,17031,61,15 +799,7,17031,61,30 +800,7,17031,61,24 +801,7,17031,61,2 +802,7,17031,61,133 +803,7,17031,61,447 +804,7,17031,61,152 +805,7,17031,61,499 +806,7,17031,61,9 +807,7,17031,61,35 +808,7,17031,61,39 +809,7,17031,61,88 +810,7,17031,61,0 +811,7,17031,61,95 +812,7,17031,61,1123 +813,7,17031,61,420 +814,7,17031,61,109 +815,7,17031,61,64 +816,7,17031,61,2 +817,7,17031,61,1142 +818,7,17031,61,73 +819,7,17031,61,108 +820,7,17031,61,397 +821,7,17031,61,111 +822,7,17031,61,22 +823,7,17031,61,3 +824,7,17031,61,0 +825,7,17031,61,0 +826,7,17031,61,1 +827,7,17031,61,155 +828,7,17031,61,182 +829,7,17031,61,66 +830,7,17031,61,54 +831,7,17031,61,92 +832,7,17031,61,3 +833,7,17031,61,2 +834,7,17031,61,429 +835,7,17031,61,53 +836,7,17031,61,33 +837,7,17031,61,88 +838,7,17031,61,45 +839,3,17031,61,12 +840,3,17031,61,11 +841,3,17031,61,20 +842,3,17031,61,0 +843,3,17031,61,429 +844,3,17031,61,3 +845,3,17031,61,5 +846,3,17031,61,6 +847,3,17031,61,38 +848,3,17031,61,16 +849,3,17031,61,179 +850,3,17031,61,10 +851,3,17031,61,42 +852,3,17031,61,55 +853,3,17031,61,2 +854,3,17031,61,4 +855,3,17031,61,6 +856,3,17031,61,0 +857,3,17031,61,79 +858,3,17031,61,79 +859,3,17031,61,0 +860,3,17031,61,2 +861,3,17031,61,39 +862,3,17031,61,1 +863,3,17031,61,363 +864,3,17031,61,130 +865,3,17031,61,39 +866,3,17031,61,64 +867,3,17031,61,521 +868,3,17031,61,1 +869,3,17031,61,7 +870,3,17031,61,79 +871,3,17031,61,19 +872,3,17031,61,52 +873,3,17031,61,469 +874,3,17031,61,497 +875,3,17031,61,28 +876,3,17031,61,75 +877,3,17031,61,39 +878,3,17031,61,34 +879,3,17031,61,138 +880,3,17031,61,0 +881,3,17031,61,251 +882,3,17031,61,18 +883,3,17031,61,2 +884,3,17031,61,2 +885,3,17031,61,81 +886,3,17031,61,38 +887,3,17031,61,178 +888,3,17031,61,65 +889,3,17031,61,3 +890,3,17031,61,8 +891,3,17031,61,1 +892,3,17031,61,7 +893,3,17031,61,4 +894,3,17031,61,162 +895,3,17031,61,89 +896,3,17031,61,153 +897,3,17031,61,0 +898,3,17031,61,2 +899,3,17031,61,69 +900,3,17031,61,106 +901,3,17031,61,321 +902,3,17031,61,105 +903,3,17031,61,300 +904,3,17031,61,87 +905,8,17031,61,18 +906,8,17031,61,486 +907,8,17031,61,12 +908,8,17031,61,0 +909,8,17031,61,42 +910,8,17031,61,139 +911,8,17031,61,168 +912,8,17031,61,194 +913,8,17031,61,66 +914,8,17031,61,3 +915,8,17031,61,149 +916,8,17031,61,8 +917,8,17031,61,1 +918,8,17031,61,78 +919,8,17031,61,150 +920,8,17031,61,381 +921,8,17031,61,17 +922,8,17031,61,88 +923,8,17031,61,31 +924,8,17031,61,6 +925,8,17031,61,178 +926,8,17031,61,45 +927,8,17031,61,84 +928,8,17031,61,18 +929,8,17031,61,1 +930,8,17031,61,13 +931,8,17031,61,12 +932,8,17031,61,10 +933,8,17031,61,15 +934,8,17031,61,90 +935,8,17031,61,50 +936,8,17031,61,42 +937,8,17031,61,137 +938,8,17031,61,26 +939,8,17031,61,70 +940,8,17031,61,0 +941,8,17031,61,0 +942,8,17031,61,4 +943,8,17031,61,237 +944,8,17031,61,30 +945,8,17031,61,590 +946,8,17031,61,86 +947,8,17031,61,101 +948,8,17031,61,27 +949,8,17031,61,15 +950,8,17031,61,7 +951,8,17031,61,0 +952,8,17031,61,147 +953,8,17031,61,46 +954,8,17031,61,23 +955,4,17031,61,61 +956,4,17031,61,150 +957,4,17031,61,407 +958,4,17031,61,41 +959,4,17031,61,15 +960,4,17031,61,5 +961,4,17031,61,75 +962,4,17031,61,153 +963,4,17031,61,134 +964,4,17031,61,280 +965,4,17031,61,20 +966,4,17031,61,1 +967,4,17031,61,0 +968,4,17031,61,59 +969,4,17031,61,757 +970,4,17031,61,38 +971,4,17031,61,49 +972,4,17031,61,4 +973,4,17031,61,10 +974,4,17031,61,4 +975,4,17031,61,36 +976,4,17031,61,339 +977,4,17031,61,156 +978,4,17031,61,81 +979,4,17031,61,9 +980,4,17031,61,734 +981,4,17031,61,66 +982,4,17031,61,71 +983,4,17031,61,2 +984,4,17031,61,4 +985,4,17031,61,6 +986,4,17031,61,161 +987,4,17031,61,23 +988,4,17031,61,5 +989,4,17031,61,0 +990,4,17031,61,8 +991,4,17031,61,3 +992,4,17031,61,157 +993,4,17031,61,22 +994,4,17031,61,9 +995,4,17031,61,112 +996,4,17031,61,24 +997,4,17031,61,8 +998,4,17031,61,79 +999,4,17031,61,6 +1000,4,17031,61,95 +1001,4,17031,61,1 +1002,9,17031,61,222 +1003,9,17031,61,37 +1004,9,17031,61,10 +1005,9,17031,61,63 +1006,9,17031,61,297 +1007,9,17031,61,350 +1008,9,17031,61,9 +1009,9,17031,61,11 +1010,9,17031,61,72 +1011,9,17031,61,154 +1012,9,17031,61,73 +1013,9,17031,61,105 +1014,9,17031,61,32 +1015,9,17031,61,16 +1016,9,17031,61,44 +1017,9,17031,61,3 +1018,9,17031,61,159 +1019,9,17031,61,73 +1020,9,17031,61,108 +1021,9,17031,61,11 +1022,9,17031,61,137 +1023,9,17031,61,226 +1024,9,17031,61,33 +1025,9,17031,61,7 +1026,9,17031,61,118 +1027,9,17031,61,73 +1028,9,17031,61,75 +1029,9,17031,61,0 +1030,9,17031,61,65 +1031,9,17031,61,5 +1032,9,17031,61,555 +1033,9,17031,61,172 +1034,9,17031,61,14 +1035,9,17031,61,182 +1036,9,17031,61,50 +1037,9,17031,61,358 +1038,9,17031,61,60 +1039,9,17031,61,4 +1040,9,17031,61,2 +1041,9,17031,61,82 +1042,9,17031,61,62 +1043,9,17031,61,0 +1044,9,17031,61,18 +1045,9,17031,61,2 +1046,9,17031,61,59 +1047,9,17031,61,0 +1048,9,17031,61,2 +1049,9,17031,61,56 +1050,9,17031,61,21 +1051,9,17031,61,0 +1052,9,17031,61,20 +1053,9,17031,61,0 +1054,9,17031,61,46 +1055,9,17031,61,1 +1056,9,17031,61,35 +1057,9,17031,61,1 +1058,9,17031,61,0 +1059,9,17031,61,44 +1060,9,17031,61,463 +1061,12,17031,61,43 +1062,9,17031,61,3 +1063,9,17031,61,80 +1064,12,17031,61,54 +1065,9,17031,61,0 +1066,9,17031,61,58 +1067,9,17031,61,85 +1068,12,17031,61,1 +1069,5,17031,61,9 +1070,5,17031,61,189 +1071,5,17031,61,2 +1072,5,17031,61,0 +1073,5,17031,61,100 +1074,5,17031,61,33 +1075,5,17031,61,295 +1076,5,17031,61,464 +1077,5,17031,61,367 +1078,5,17031,61,138 +1079,5,17031,61,138 +1080,5,17031,61,15 +1081,5,17031,61,102 +1082,5,17031,61,372 +1083,5,17031,61,55 +1084,5,17031,61,64 +1085,5,17031,61,2 +1086,5,17031,61,33 +1087,10,17031,61,7 +1088,5,17031,61,24 +1089,10,17031,61,2 +1090,5,17031,61,78 +1091,5,17031,61,705 +1092,10,17031,61,7 +1093,10,17031,61,4 +1094,10,17031,61,631 +1095,10,17031,61,62 +1096,10,17031,61,0 +1097,10,17031,61,35 +1098,5,17031,61,220 +1099,10,17031,61,0 +1100,10,17031,61,73 +1101,10,17031,61,4 +1102,10,17031,61,1 +1103,10,17031,61,57 +1104,10,17031,61,211 +1105,10,17031,61,9 +1106,10,17031,61,51 +1107,10,17031,61,21 +1108,10,17031,61,5 +1109,10,17031,61,2 +1110,10,17031,61,40 +1111,10,17031,61,6 +1112,10,17031,61,100 +1113,10,17031,61,178 +1114,10,17031,61,1584 +1115,10,17031,61,2 +1116,10,17031,61,28 +1117,10,17031,61,25 +1118,10,17031,61,22 +1119,10,17031,61,68 +1120,10,17031,61,0 +1121,10,17031,61,19 +1122,10,17031,61,74 +1123,10,17031,61,2 +1124,10,17031,61,58 +1125,10,17031,61,12 +1126,10,17031,61,14 +1127,10,17031,61,3 +1128,10,17031,61,159 +1129,10,17031,61,69 +1130,10,17031,61,1 +1131,10,17031,61,54 +1132,10,17031,61,55 +1133,10,17031,61,52 +1134,10,17031,61,79 +1135,10,17031,61,85 +1136,10,17031,61,17 +1137,10,17031,61,0 +1138,10,17031,61,8 +1139,10,17031,61,149 +1140,10,17031,61,94 +1141,10,17031,61,180 +1142,10,17031,61,102 +1143,10,17031,61,61 +1144,10,17031,61,18 +1145,10,17031,61,85 +1146,10,17031,61,6 +1147,10,17031,61,52 +1148,10,17031,61,76 +1149,10,17031,61,40 +1150,10,17031,61,552 +1151,10,17031,61,230 +1152,10,17031,61,48 +1153,10,17031,61,9 +1154,10,17031,61,4 +1155,10,17031,61,3 +1156,10,17031,61,0 +1157,10,17031,61,14 +1158,10,17031,61,19 +1159,10,17031,61,689 +1160,10,17031,61,242 +1161,10,17031,61,2 +1162,10,17031,61,1 +1163,10,17031,61,39 +1164,10,17031,61,0 +1165,10,17031,61,1 +1166,10,17031,61,5 +1167,10,17031,61,32 +1168,10,17031,61,205 +1169,10,17031,61,7 +1170,10,17031,61,13 +1171,11,17031,61,5296 +1172,11,17031,61,5 +1173,11,17031,61,220 +1174,11,17031,61,406 +1175,11,17031,61,2274 +1176,11,17031,61,1706 +1177,11,17031,61,79 +1178,11,17031,61,7 +1179,11,17031,61,0 +1180,11,17031,61,60 +1181,11,17031,61,15 +1182,11,17031,61,89 +1183,12,17031,61,155 +1184,12,17031,61,1 +1185,12,17031,61,185 +1186,12,17031,61,71 +1187,12,17031,61,0 +1188,13,17031,61,46 +1189,12,17031,61,5 +1190,13,17031,61,21 +1191,12,17031,61,24 +1192,12,17031,61,94 +1193,12,17031,61,9 +1194,12,17031,61,178 +1195,12,17031,61,32 +1196,12,17031,61,78 +1197,12,17031,61,247 +1198,12,17031,61,0 +1199,12,17031,61,171 +1200,12,17031,61,70 +1201,12,17031,61,7 +1202,12,17031,61,70 +1203,12,17031,61,127 +1204,12,17031,61,88 +1205,12,17031,61,17 +1206,12,17031,61,18 +1207,12,17031,61,10 +1208,12,17031,61,32 +1209,12,17031,61,69 +1210,12,17031,61,8 +1211,12,17031,61,89 +1212,12,17031,61,54 +1213,12,17031,61,217 +1214,12,17031,61,61 +1215,12,17031,61,126 +1216,12,17031,61,20 +1217,12,17031,61,40 +1218,12,17031,61,178 +1219,12,17031,61,33 +1220,12,17031,61,125 +1221,12,17031,61,1 +1222,12,17031,61,120 +1223,12,17031,61,183 +1224,12,17031,61,621 +1225,12,17031,61,46 +1226,12,17031,61,34 +1227,12,17031,61,10 +1228,12,17031,61,15 +1229,15,17031,61,294 +1230,15,17031,61,31 +1231,15,17031,61,6 +1232,15,17031,61,88 +1233,15,17031,61,2 +1234,15,17031,61,24 +1235,15,17031,61,49 +1236,15,17031,61,33 +1237,15,17031,61,28 +1238,15,17031,61,79 +1239,15,17031,61,96 +1240,15,17031,61,74 +1241,15,17031,61,379 +1242,15,17031,61,26 +1243,15,17031,61,0 +1244,15,17031,61,3 +1245,15,17031,61,34 +1246,15,17031,61,0 +1247,15,17031,61,182 +1248,15,17031,61,199 +1249,15,17031,61,146 +1250,15,17031,61,145 +1251,15,17031,61,162 +1252,15,17031,61,64 +1253,15,17031,61,3 +1254,15,17031,61,214 +1255,15,17031,61,64 +1256,15,17031,61,115 +1257,15,17031,61,65 +1258,15,17031,61,39 +1259,15,17031,61,80 +1260,15,17031,61,4 +1261,15,17031,61,14 +1262,15,17031,61,312 +1263,15,17031,61,50 +1264,15,17031,61,69 +1265,15,17031,61,70 +1266,15,17031,61,14 +1267,15,17031,61,73 +1268,15,17031,61,66 +1269,15,17031,61,669 +1270,15,17031,61,16 +1271,15,17031,61,46 +1272,15,17031,61,21 +1273,15,17031,61,58 +1274,15,17031,61,145 +1275,15,17031,61,187 +1276,15,17031,61,75 +1277,15,17031,61,16 +1278,15,17031,61,13 +1279,15,17031,61,87 +1280,15,17031,61,18 +1281,15,17031,61,8 +1282,15,17031,61,28 +1283,15,17031,61,4 +1284,15,17031,61,253 +1285,15,17031,61,25 +1286,15,17031,61,2 +1287,15,17031,61,34 +1288,15,17031,61,52 +1289,15,17031,61,67 +1290,15,17031,61,20 +1291,15,17031,61,111 +1292,15,17031,61,10 +1293,15,17031,61,212 +1294,15,17031,61,112 +1295,15,17031,61,4 +1296,15,17031,61,66 +1297,15,17031,61,15 +1298,15,17031,61,142 +1299,15,17031,61,7 +1300,15,17031,61,21 +1301,15,17031,61,27 +1302,15,17031,61,144 +1303,15,17031,61,4 +1304,15,17031,61,5 +1305,15,17031,61,73 +1306,15,17031,61,68 +1307,15,17031,61,75 +1308,15,17031,61,1 +1309,15,17031,61,30 +1310,15,17031,61,106 +1311,15,17031,61,492 +1312,15,17031,61,112 +1313,16,17031,61,2 +1314,16,17031,61,38 +1315,16,17031,61,43 +1316,16,17031,61,52 +1317,16,17031,61,154 +1318,16,17031,61,75 +1319,16,17031,61,40 +1320,16,17031,61,590 +1321,16,17031,61,198 +1322,16,17031,61,181 +1323,16,17031,61,46 +1324,16,17031,61,72 +1325,16,17031,61,62 +1326,16,17031,61,8 +1327,16,17031,61,31 +1328,16,17031,61,65 +1329,16,17031,61,42 +1330,16,17031,61,110 +1331,16,17031,61,139 +1332,16,17031,61,56 +1333,16,17031,61,187 +1334,16,17031,61,458 +1335,16,17031,61,75 +1336,16,17031,61,16 +1337,16,17031,61,10 +1338,16,17031,61,5 +1339,16,17031,61,406 +1340,16,17031,61,75 +1341,16,17031,61,76 +1342,16,17031,61,488 +1343,16,17031,61,66 +1344,16,17031,61,19 +1345,16,17031,61,29 +1346,16,17031,61,98 +1347,16,17031,61,94 +1348,16,17031,61,48 +1349,16,17031,61,9 +1350,16,17031,61,30 +1351,16,17031,61,88 +1352,16,17031,61,28 +1353,16,17031,61,112 +1354,16,17031,61,20 +1355,16,17031,61,28 +1356,16,17031,61,30 +1357,16,17031,61,102 +1358,16,17031,61,29 +1359,16,17031,61,172 +1360,16,17031,61,19 +1361,16,17031,61,107 +1362,18,17031,61,96 +1363,18,17031,61,346 +1364,18,17031,61,13 +1365,18,17031,61,12 +1366,18,17031,61,3 +1367,18,17031,61,118 +1368,18,17031,61,156 +1369,18,17031,61,101 +1370,18,17031,61,38 +1371,18,17031,61,3 +1372,18,17031,61,8 +1373,18,17031,61,80 +1374,18,17031,61,39 +1375,18,17031,61,671 +1376,18,17031,61,179 +1377,18,17031,61,0 +1378,18,17031,61,32 +1379,18,17031,61,33 +1380,18,17031,61,13 +1381,18,17031,61,32 +1382,18,17031,61,23 +1383,18,17031,61,14 +1384,18,17031,61,129 +1385,18,17031,61,438 +1386,18,17031,61,5 +1387,18,17031,61,3 +1388,18,17031,61,7 +1389,18,17031,61,83 +1390,18,17031,61,20 +1391,18,17031,61,135 +1392,18,17031,61,12 +1393,18,17031,61,51 +1394,18,17031,61,71 +1395,18,17031,61,1 +1396,18,17031,61,2 +1397,18,17031,61,68 +1398,18,17031,61,39 +1399,18,17031,61,24 +1400,18,17031,61,379 +1401,18,17031,61,267 +1402,18,17031,61,1 +1403,18,17031,61,1 +1404,18,17031,61,0 +1405,18,17031,61,83 +1406,18,17031,61,122 +1407,18,17031,61,23 +1408,18,17031,61,55 +1409,18,17031,61,64 +1410,18,17031,61,10 +1411,18,17031,61,143 +1412,18,17031,61,22 +1413,18,17031,61,3 +1414,18,17031,61,7 +1415,18,17031,61,72 +1416,19,17031,61,102 +1417,19,17031,61,7 +1418,19,17031,61,13 +1419,19,17031,61,7 +1420,19,17031,61,91 +1421,19,17031,61,89 +1422,19,17031,61,12 +1423,19,17031,61,1 +1424,19,17031,61,4 +1425,19,17031,61,0 +1426,19,17031,61,5 +1427,19,17031,61,2 +1428,19,17031,61,2 +1429,19,17031,61,35 +1430,19,17031,61,76 +1431,19,17031,61,3 +1432,19,17031,61,253 +1433,19,17031,61,4 +1434,19,17031,61,643 +1435,19,17031,61,11 +1436,19,17031,61,4 +1437,19,17031,61,243 +1438,19,17031,61,79 +1439,19,17031,61,180 +1440,19,17031,61,201 +1441,21,17031,61,138 +1442,21,17031,61,522 +1443,21,17031,61,20 +1444,21,17031,61,1047 +1445,21,17031,61,12 +1446,21,17031,61,8 +1447,22,17031,61,5 +1448,22,17031,61,2 +1449,22,17031,61,197 +1450,22,17031,61,65 +1451,22,17031,61,41 +1452,22,17031,61,4 +1453,22,17031,61,81 +1454,22,17031,61,61 +1455,22,17031,61,124 +1456,22,17031,61,5 +1457,22,17031,61,2 +1458,22,17031,61,158 +1459,22,17031,61,0 +1460,22,17031,61,1184 +1461,22,17031,61,114 +1462,22,17031,61,577 +1463,22,17031,61,145 +1464,22,17031,61,27 +1465,22,17031,61,87 +1466,22,17031,61,486 +1467,22,17031,61,2 +1468,22,17031,61,166 +1469,22,17031,61,171 +1470,22,17031,61,2 +1471,23,17031,61,314 +1472,23,17031,61,507 +1473,23,17031,61,231 +1474,23,17031,61,47 +1475,23,17031,61,61 +1476,23,17031,61,67 +1477,23,17031,61,88 +1478,23,17031,61,4 +1479,23,17031,61,77 +1480,23,17031,61,35 +1481,23,17031,61,12 +1482,23,17031,61,53 +1483,23,17031,61,41 +1484,23,17031,61,2 +1485,23,17031,61,2 +1486,23,17031,61,437 +1487,23,17031,61,6 +1488,23,17031,61,19 +1489,23,17031,61,60 +1490,23,17031,61,1 +1491,23,17031,61,136 +1492,23,17031,61,279 +1493,23,17031,61,111 +1494,23,17031,61,26 +1495,23,17031,61,9 +1496,23,17031,61,136 +1497,23,17031,61,0 +1498,23,17031,61,1 +1499,23,17031,61,2 +1500,23,17031,61,53 +1501,23,17031,61,13 +1502,23,17031,61,12 +1503,23,17031,61,2 +1504,23,17031,61,132 +1505,23,17031,61,3 +1506,23,17031,61,3 +1507,23,17031,61,79 +1508,23,17031,61,486 +1509,23,17031,61,190 +1510,23,17031,61,137 +1511,23,17031,61,10 +1512,23,17031,61,85 +1513,23,17031,61,430 +1514,23,17031,61,66 +1515,23,17031,61,36 +1516,23,17031,61,22 +1517,23,17031,61,0 +1518,23,17031,61,11 +1519,23,17031,61,126 +1520,23,17031,61,38 +1521,23,17031,61,5 +1522,23,17031,61,44 +1523,23,17031,61,3 +1524,23,17031,61,124 +1525,23,17031,61,282 +1526,23,17031,61,537 +1527,23,17031,61,3 +1528,23,17031,61,60 +1529,23,17031,61,287 +1530,23,17031,61,8 +1531,23,17031,61,16 +1532,23,17031,61,58 +1533,23,17031,61,33 +1534,23,17031,61,231 +1535,23,17031,61,315 +1536,23,17031,61,32 +1537,24,17031,61,17 +1538,24,17031,61,90 +1539,24,17031,61,41 +1540,24,17031,61,138 +1541,24,17031,61,4 +1542,24,17031,61,0 +1543,24,17031,61,160 +1544,24,17031,61,79 +1545,24,17031,61,21 +1546,24,17031,61,16 +1547,24,17031,61,2 +1548,24,17031,61,100 +1549,24,17031,61,195 +1550,24,17031,61,17 +1551,24,17031,61,0 +1552,25,17031,61,149 +1553,25,17031,61,48 +1554,25,17031,61,19 +1555,25,17031,61,548 +1556,25,17031,61,0 +1557,25,17031,61,2 +1558,25,17031,61,98 +1559,25,17031,61,11 +1560,25,17031,61,61 +1561,25,17031,61,406 +1562,25,17031,61,77 +1563,25,17031,61,299 +1564,25,17031,61,61 +1565,25,17031,61,625 +1566,25,17031,61,3 +1567,25,17031,61,42 +1568,25,17031,61,98 +1569,25,17031,61,48 +1570,25,17031,61,8 +1571,25,17031,61,872 +1572,25,17031,61,634 +1573,26,17031,61,179 +1574,26,17031,61,10 +1575,26,17031,61,174 +1576,26,17031,61,187 +1577,26,17031,61,90 +1578,26,17031,61,211 +1579,26,17031,61,56 +1580,26,17031,61,120 +1581,26,17031,61,95 +1582,26,17031,61,3 +1583,26,17031,61,59 +1584,26,17031,61,46 +1585,26,17031,61,0 +1586,26,17031,61,5 +1587,26,17031,61,34 +1588,26,17031,61,70 +1589,26,17031,61,0 +1590,26,17031,61,3 +1591,26,17031,61,288 +1592,26,17031,61,23 +1593,26,17031,61,116 +1594,26,17031,61,280 +1595,26,17031,61,156 +1596,26,17031,61,12 +1597,26,17031,61,8 +1598,26,17031,61,161 +1599,26,17031,61,52 +1600,26,17031,61,173 +1601,26,17031,61,81 +1602,26,17031,61,2 +1603,26,17031,61,51 +1604,26,17031,61,267 +1605,26,17031,61,311 +1606,26,17031,61,46 +1607,26,17031,61,63 +1608,26,17031,61,197 +1609,26,17031,61,40 +1610,26,17031,61,2 +1611,26,17031,61,221 +1612,26,17031,61,156 +1613,26,17031,61,190 +1614,26,17031,61,43 +1615,27,17031,61,455 +1616,27,17031,61,69 +1617,27,17031,61,25 +1618,27,17031,61,21 +1619,27,17031,61,172 +1620,27,17031,61,245 +1621,27,17031,61,29 +1622,27,17031,61,74 +1623,27,17031,61,763 +1624,27,17031,61,318 +1625,27,17031,61,491 +1626,27,17031,61,307 +1627,27,17031,61,166 +1628,27,17031,61,37 +1629,27,17031,61,2 +1630,27,17031,61,86 +1631,27,17031,61,16 +1632,27,17031,61,240 +1633,27,17031,61,380 +1634,27,17031,61,131 +1635,27,17031,61,193 +1636,27,17031,61,85 +1637,27,17031,61,44 +1638,27,17031,61,103 +1639,27,17031,61,209 +1640,27,17031,61,143 +1641,27,17031,61,161 +1642,27,17031,61,184 +1643,27,17031,61,46 +1644,27,17031,61,41 +1645,27,17031,61,22 +1646,27,17031,61,542 +1647,27,17031,61,0 +1648,27,17031,61,55 +1649,27,17031,61,114 +1650,27,17031,61,359 +1651,27,17031,61,203 +1652,27,17031,61,58 +1653,27,17031,61,4 +1654,27,17031,61,178 +1655,27,17031,61,35 +1656,27,17031,61,9 +1657,27,17031,61,148 +1658,27,17031,61,107 +1659,27,17031,61,436 +1660,27,17031,61,131 +1661,27,17031,61,362 +1662,27,17031,61,117 +1663,27,17031,61,126 +1664,27,17031,61,51 +1665,27,17031,61,516 +1666,27,17031,61,212 +1667,28,17031,61,19 +1668,28,17031,61,256 +1669,28,17031,61,133 +1670,28,17031,61,770 +1671,28,17031,61,26 +1672,28,17031,61,93 +1673,28,17031,61,224 +1674,28,17031,61,134 +1675,28,17031,61,7 +1676,28,17031,61,84 +1677,28,17031,61,521 +1678,28,17031,61,393 +1679,28,17031,61,9 +1680,28,17031,61,203 +1681,28,17031,61,129 +1682,28,17031,61,4 +1683,28,17031,61,1 +1684,28,17031,61,3 +1685,28,17031,61,2 +1686,28,17031,61,339 +1687,28,17031,61,32 +1688,28,17031,61,59 +1689,28,17031,61,225 +1690,28,17031,61,134 +1691,28,17031,61,10 +1692,28,17031,61,2 +1693,28,17031,61,49 +1694,28,17031,61,0 +1695,28,17031,61,123 +1696,28,17031,61,469 +1697,29,17031,61,66 +1698,29,17031,61,89 +1699,29,17031,61,4 +1700,29,17031,61,183 +1701,29,17031,61,149 +1702,29,17031,61,63 +1703,29,17031,61,49 +1704,29,17031,61,217 +1705,29,17031,61,84 +1706,29,17031,61,347 +1707,29,17031,61,185 +1708,29,17031,61,13 +1709,29,17031,61,52 +1710,29,17031,61,470 +1711,29,17031,61,41 +1712,29,17031,61,157 +1713,29,17031,61,207 +1714,29,17031,61,14 +1715,29,17031,61,79 +1716,29,17031,61,247 +1717,29,17031,61,1 +1718,29,17031,61,32 +1719,29,17031,61,33 +1720,29,17031,61,5 +1721,29,17031,61,139 +1722,29,17031,61,10 +1723,29,17031,61,5 +1724,29,17031,61,10 +1725,29,17031,61,86 +1726,29,17031,61,158 +1727,29,17031,61,245 +1728,29,17031,61,178 +1729,29,17031,61,796 +1730,29,17031,61,278 +1731,29,17031,61,90 +1732,29,17031,61,267 +1733,79,17043,61,0 +1734,79,17043,61,0 +1735,77,17043,61,5 +1736,77,17043,61,101 +1737,77,17043,61,103 +1738,77,17043,61,124 +1739,77,17043,61,331 +1740,77,17043,61,179 +1741,77,17043,61,72 +1742,77,17043,61,68 +1743,77,17043,61,135 +1744,80,17043,61,9 +1745,80,17043,61,8 +1746,80,17043,61,332 +1747,80,17043,61,51 +1748,80,17043,61,86 +1749,80,17043,61,39 +1750,80,17043,61,0 +1751,80,17043,61,167 +1752,80,17043,61,86 +1753,80,17043,61,1 +1754,80,17043,61,191 +1755,80,17043,61,482 +1756,83,17043,61,3 +1757,83,17043,61,8 +1758,83,17043,61,16 +1759,83,17043,61,535 +1760,83,17043,61,15 +1761,83,17043,61,72 +1762,83,17043,61,47 +1763,83,17043,61,126 +1764,83,17043,61,25 +1765,83,17043,61,41 +1766,83,17043,61,18 +1767,83,17043,61,94 +1768,83,17043,61,22 +1769,83,17043,61,0 +1770,83,17043,61,80 +1771,83,17043,61,2 +1772,83,17043,61,1 +1773,83,17043,61,5 +1774,83,17043,61,134 +1775,83,17043,61,13 +1776,83,17043,61,56 +1777,83,17043,61,2 +1778,83,17043,61,1 +1779,83,17043,61,4 +1780,83,17043,61,17 +1781,83,17043,61,137 +1782,83,17043,61,112 +1783,83,17043,61,46 +1784,83,17043,61,8 +1785,83,17043,61,34 +1786,83,17043,61,2 +1787,83,17043,61,7 +1788,83,17043,61,4 +1789,83,17043,61,1 +1790,83,17043,61,223 +1791,83,17043,61,2 +1792,83,17043,61,0 +1793,83,17043,61,7 +1794,83,17043,61,7 +1795,83,17043,61,27 +1796,83,17043,61,544 +1797,83,17043,61,1 +1798,83,17043,61,74 +1799,83,17043,61,110 +1800,83,17043,61,343 +1801,83,17043,61,662 +1802,83,17043,61,48 +1803,83,17043,61,1 +1804,83,17043,61,0 +1805,83,17043,61,0 +1806,83,17043,61,148 +1807,83,17043,61,97 +1808,83,17043,61,228 +1809,83,17043,61,146 +1810,83,17043,61,4 +1811,83,17043,61,159 +1812,83,17043,61,182 +1813,78,17043,61,45 +1814,78,17043,61,39 +1815,78,17043,61,59 +1816,78,17043,61,65 +1817,78,17043,61,560 +1818,78,17043,61,7 +1819,78,17043,61,73 +1820,78,17043,61,472 +1821,78,17043,61,33 +1822,78,17043,61,112 +1823,78,17043,61,7 +1824,78,17043,61,2 +1825,78,17043,61,45 +1826,78,17043,61,51 +1827,78,17043,61,102 +1828,78,17043,61,99 +1829,78,17043,61,42 +1830,78,17043,61,0 +1831,78,17043,61,0 +1832,78,17043,61,3 +1833,78,17043,61,58 +1834,78,17043,61,69 +1835,78,17043,61,41 +1836,78,17043,61,0 +1837,78,17043,61,9 +1838,78,17043,61,2 +1839,78,17043,61,14 +1840,78,17043,61,316 +1841,78,17043,61,43 +1842,78,17043,61,40 +1843,78,17043,61,116 +1844,78,17043,61,0 +1845,78,17043,61,0 +1846,78,17043,61,10 +1847,78,17043,61,4 +1848,78,17043,61,98 +1849,78,17043,61,34 +1850,78,17043,61,159 +1851,78,17043,61,133 +1852,78,17043,61,144 +1853,78,17043,61,26 +1854,78,17043,61,184 +1855,81,17043,61,50 +1856,81,17043,61,48 +1857,81,17043,61,0 +1858,81,17043,61,231 +1859,81,17043,61,13 +1860,81,17043,61,9 +1861,81,17043,61,85 +1862,81,17043,61,50 +1863,81,17043,61,59 +1864,81,17043,61,60 +1865,81,17043,61,28 +1866,81,17043,61,157 +1867,81,17043,61,0 +1868,81,17043,61,99 +1869,81,17043,61,18 +1870,81,17043,61,3 +1871,81,17043,61,245 +1872,81,17043,61,47 +1873,81,17043,61,81 +1874,81,17043,61,0 +1875,81,17043,61,4 +1876,81,17043,61,178 +1877,81,17043,61,3 +1878,81,17043,61,4 +1879,81,17043,61,1 +1880,81,17043,61,50 +1881,81,17043,61,106 +1882,81,17043,61,64 +1883,81,17043,61,212 +1884,81,17043,61,90 +1885,81,17043,61,553 +1886,81,17043,61,50 +1887,81,17043,61,70 +1888,81,17043,61,160 +1889,81,17043,61,4 +1890,81,17043,61,1 +1891,81,17043,61,0 +1892,81,17043,61,0 +1893,81,17043,61,1 +1894,81,17043,61,1 +1895,81,17043,61,39 +1896,81,17043,61,7 +1897,81,17043,61,14 +1898,81,17043,61,46 +1899,81,17043,61,1 +1900,81,17043,61,90 +1901,81,17043,61,2 +1902,81,17043,61,1 +1903,81,17043,61,49 +1904,81,17043,61,225 +1905,81,17043,61,1 +1906,81,17043,61,1 +1907,81,17043,61,1472 +1908,81,17043,61,1329 +1909,81,17043,61,78 +1910,81,17043,61,1 +1911,81,17043,61,40 +1912,84,17043,61,48 +1913,84,17043,61,144 +1914,84,17043,61,184 +1915,84,17043,61,3 +1916,84,17043,61,322 +1917,84,17043,61,23 +1918,84,17043,61,0 +1919,84,17043,61,8 +1920,84,17043,61,55 +1921,84,17043,61,4 +1922,84,17043,61,0 +1923,84,17043,61,0 +1924,84,17043,61,14 +1925,84,17043,61,3 +1926,84,17043,61,9 +1927,84,17043,61,159 +1928,84,17043,61,60 +1929,84,17043,61,18 +1930,84,17043,61,50 +1931,84,17043,61,95 +1932,84,17043,61,196 +1933,84,17043,61,198 +1934,84,17043,61,190 +1935,84,17043,61,31 +1936,84,17043,61,100 +1937,84,17043,61,115 +1938,84,17043,61,599 +1939,84,17043,61,2 +1940,84,17043,61,10 +1941,84,17043,61,49 +1942,84,17043,61,56 +1943,84,17043,61,16 +1944,84,17043,61,60 +1945,84,17043,61,151 +1946,84,17043,61,2 +1947,84,17043,61,260 +1948,84,17043,61,56 +1949,84,17043,61,138 +1950,84,17043,61,208 +1951,84,17043,61,2 +1952,84,17043,61,39 +1953,84,17043,61,30 +1954,79,17043,61,68 +1955,79,17043,61,22 +1956,79,17043,61,136 +1957,79,17043,61,28 +1958,79,17043,61,25 +1959,79,17043,61,34 +1960,79,17043,61,114 +1961,79,17043,61,58 +1962,79,17043,61,132 +1963,79,17043,61,69 +1964,79,17043,61,19 +1965,79,17043,61,2 +1966,79,17043,61,117 +1967,79,17043,61,6 +1968,79,17043,61,458 +1969,79,17043,61,7 +1970,79,17043,61,187 +1971,79,17043,61,3 +1972,79,17043,61,20 +1973,79,17043,61,67 +1974,79,17043,61,82 +1975,79,17043,61,102 +1976,79,17043,61,4 +1977,79,17043,61,83 +1978,79,17043,61,20 +1979,79,17043,61,571 +1980,79,17043,61,31 +1981,79,17043,61,12 +1982,79,17043,61,12 +1983,79,17043,61,0 +1984,79,17043,61,5 +1985,79,17043,61,9 +1986,79,17043,61,181 +1987,79,17043,61,3 +1988,79,17043,61,6 +1989,79,17043,61,50 +1990,79,17043,61,134 +1991,79,17043,61,65 +1992,79,17043,61,84 +1993,79,17043,61,191 +1994,79,17043,61,70 +1995,79,17043,61,1 +1996,79,17043,61,4 +1997,79,17043,61,6 +1998,79,17043,61,3 +1999,79,17043,61,3 +2000,79,17043,61,1 +2001,79,17043,61,7 +2002,79,17043,61,1 +2003,82,17043,61,31 +2004,82,17043,61,117 +2005,82,17043,61,188 +2006,82,17043,61,24 +2007,82,17043,61,649 +2008,82,17043,61,1 +2009,82,17043,61,695 +2010,82,17043,61,98 +2011,82,17043,61,67 +2012,82,17043,61,3 +2013,82,17043,61,45 +2014,82,17043,61,0 +2015,82,17043,61,128 +2016,82,17043,61,32 +2017,82,17043,61,90 +2018,82,17043,61,76 +2019,82,17043,61,40 +2020,82,17043,61,94 +2021,82,17043,61,403 +2022,82,17043,61,323 +2023,82,17043,61,834 +2024,82,17043,61,149 +2025,82,17043,61,261 +2026,82,17043,61,115 +2027,82,17043,61,205 +2028,82,17043,61,306 +2029,82,17043,61,4 +2030,82,17043,61,26 +2031,82,17043,61,46 +2032,82,17043,61,41 +2033,82,17043,61,59 +2034,82,17043,61,399 +2035,82,17043,61,2 +2036,82,17043,61,1068 +2037,82,17043,61,2 +2038,82,17043,61,3 +2039,82,17043,61,168 +2040,82,17043,61,56 +2041,82,17043,61,300 +2042,82,17043,61,46 +2043,82,17043,61,7 +2044,82,17043,61,57 +2045,82,17043,61,4 +2046,82,17043,61,258 +2047,82,17043,61,1 +2048,82,17043,61,170 +2049,82,17043,61,2 +2050,82,17043,61,6 +2051,85,17043,61,131 +2052,85,17043,61,34 +2053,85,17043,61,36 +2054,85,17043,61,3 +2055,85,17043,61,353 +2056,85,17043,61,138 +2057,85,17043,61,55 +2058,85,17043,61,45 +2059,85,17043,61,90 +2060,85,17043,61,72 +2061,85,17043,61,86 +2062,85,17043,61,33 +2063,85,17043,61,137 +2064,85,17043,61,97 +2065,85,17043,61,217 +2066,85,17043,61,102 +2067,85,17043,61,104 +2068,85,17043,61,5 +2069,85,17043,61,0 +2070,85,17043,61,0 +2071,85,17043,61,0 +2072,85,17043,61,35 +2073,85,17043,61,0 +2074,85,17043,61,50 +2075,85,17043,61,0 +2076,85,17043,61,1 +2077,85,17043,61,490 +2078,85,17043,61,481 +2079,85,17043,61,51 +2080,85,17043,61,9 +2081,85,17043,61,12 +2082,85,17043,61,0 +2083,85,17043,61,11 +2084,85,17043,61,133 +2085,85,17043,61,7 +2086,85,17043,61,12 +2087,85,17043,61,71 +2088,85,17043,61,0 +2089,85,17043,61,7 +2090,85,17043,61,2 +2091,85,17043,61,5 +2092,85,17043,61,2 +2093,85,17043,61,0 +2094,85,17043,61,78 +2095,85,17043,61,2 +2096,85,17043,61,0 +2097,85,17043,61,15 +2098,85,17043,61,186 +2099,85,17043,61,97 +2100,85,17043,61,484 +2101,85,17043,61,5 +2102,85,17043,61,19 +2103,85,17043,61,93 +2104,85,17043,61,88 +2105,85,17043,61,72 +2106,85,17043,61,7 +2107,85,17043,61,86 +2108,86,17043,61,7 +2109,86,17043,61,22 +2110,86,17043,61,104 +2111,86,17043,61,57 +2112,62,17089,61,1 +2113,62,17089,61,207 +2114,62,17089,61,171 +2115,62,17089,61,60 +2116,65,17089,61,23 +2117,65,17089,61,32 +2118,65,17089,61,15 +2119,65,17089,61,8 +2120,68,17089,61,19 +2121,68,17089,61,12 +2122,68,17089,61,18 +2123,68,17089,61,9 +2124,71,17089,61,2 +2125,71,17089,61,140 +2126,71,17089,61,4 +2127,71,17089,61,7 +2128,74,17089,61,5 +2129,74,17089,61,56 +2130,74,17089,61,30 +2131,74,17089,61,12 +2132,63,17089,61,26 +2133,63,17089,61,59 +2134,63,17089,61,110 +2135,63,17089,61,43 +2136,66,17089,61,15 +2137,66,17089,61,106 +2138,66,17089,61,215 +2139,66,17089,61,114 +2140,69,17089,61,46 +2141,69,17089,61,13 +2142,69,17089,61,83 +2143,69,17089,61,223 +2144,72,17089,61,117 +2145,72,17089,61,174 +2146,72,17089,61,10 +2147,72,17089,61,50 +2148,75,17089,61,154 +2149,75,17089,61,163 +2150,75,17089,61,8 +2151,75,17089,61,69 +2152,75,17089,61,2 +2153,75,17089,61,7 +2154,75,17089,61,3 +2155,75,17089,61,6 +2156,75,17089,61,3 +2157,75,17089,61,89 +2158,64,17089,61,392 +2159,64,17089,61,8 +2160,64,17089,61,278 +2161,64,17089,61,94 +2162,64,17089,61,67 +2163,64,17089,61,3 +2164,64,17089,61,342 +2165,64,17089,61,1 +2166,64,17089,61,8 +2167,64,17089,61,18 +2168,64,17089,61,114 +2169,64,17089,61,97 +2170,64,17089,61,158 +2171,64,17089,61,18 +2172,64,17089,61,401 +2173,64,17089,61,56 +2174,64,17089,61,11 +2175,64,17089,61,44 +2176,64,17089,61,34 +2177,64,17089,61,77 +2178,64,17089,61,173 +2179,67,17089,61,843 +2180,67,17089,61,5 +2181,67,17089,61,63 +2182,67,17089,61,60 +2183,67,17089,61,33 +2184,67,17089,61,107 +2185,67,17089,61,63 +2186,67,17089,61,15 +2187,67,17089,61,115 +2188,67,17089,61,17 +2189,67,17089,61,38 +2190,67,17089,61,225 +2191,67,17089,61,6 +2192,67,17089,61,118 +2193,67,17089,61,45 +2194,67,17089,61,653 +2195,67,17089,61,59 +2196,67,17089,61,11 +2197,67,17089,61,92 +2198,67,17089,61,3 +2199,67,17089,61,23 +2200,67,17089,61,85 +2201,67,17089,61,1 +2202,67,17089,61,149 +2203,67,17089,61,81 +2204,67,17089,61,146 +2205,67,17089,61,187 +2206,67,17089,61,31 +2207,67,17089,61,136 +2208,67,17089,61,47 +2209,67,17089,61,61 +2210,67,17089,61,0 +2211,67,17089,61,3 +2212,67,17089,61,0 +2213,67,17089,61,3 +2214,67,17089,61,59 +2215,67,17089,61,13 +2216,67,17089,61,6 +2217,67,17089,61,321 +2218,67,17089,61,25 +2219,67,17089,61,89 +2220,67,17089,61,12 +2221,70,17089,61,203 +2222,70,17089,61,90 +2223,70,17089,61,11 +2224,70,17089,61,18 +2225,70,17089,61,269 +2226,70,17089,61,477 +2227,70,17089,61,92 +2228,70,17089,61,96 +2229,70,17089,61,112 +2230,70,17089,61,311 +2231,70,17089,61,47 +2232,70,17089,61,27 +2233,70,17089,61,10 +2234,70,17089,61,26 +2235,70,17089,61,62 +2236,70,17089,61,98 +2237,70,17089,61,61 +2238,70,17089,61,101 +2239,73,17089,61,384 +2240,73,17089,61,190 +2241,73,17089,61,381 +2242,73,17089,61,77 +2243,73,17089,61,15 +2244,73,17089,61,171 +2245,73,17089,61,159 +2246,73,17089,61,42 +2247,73,17089,61,349 +2248,73,17089,61,14 +2249,73,17089,61,3 +2250,73,17089,61,71 +2251,73,17089,61,78 +2252,73,17089,61,0 +2253,73,17089,61,14 +2254,73,17089,61,225 +2255,73,17089,61,145 +2256,73,17089,61,355 +2257,76,17089,61,8 +2258,76,17089,61,106 +2259,76,17089,61,51 +2260,76,17089,61,222 +2261,76,17089,61,334 +2262,76,17089,61,119 +2263,76,17089,61,49 +2264,76,17089,61,198 +2265,76,17089,61,160 +2266,76,17089,61,15 +2267,76,17089,61,17 +2268,76,17089,61,1015 +2269,76,17089,61,36 +2270,76,17089,61,24 +2271,76,17089,61,59 +2272,76,17089,61,68 +2273,76,17089,61,217 +2274,76,17089,61,14 +2275,76,17089,61,135 +2276,76,17089,61,585 +2277,76,17089,61,27 +2278,76,17089,61,21 +2279,76,17089,61,51 +2280,76,17089,61,50 +2281,76,17089,61,11 +2282,76,17089,61,23 +2283,76,17089,61,88 +2284,76,17089,61,13 +2285,76,17089,61,34 +2286,76,17089,61,64 +2287,76,17089,61,58 +2288,76,17089,61,44 +2289,76,17089,61,73 +2290,76,17089,61,12 +2291,76,17089,61,147 +2292,76,17089,61,172 +2293,76,17089,61,233 +2294,76,17089,61,28 +2295,76,17089,61,3 +2296,76,17089,61,432 +2297,76,17089,61,14 +2298,76,17089,61,85 +2299,76,17089,61,57 +2300,76,17089,61,13 +2301,76,17089,61,3 +2302,76,17089,61,18 +2303,76,17089,61,14 +2304,76,17089,61,0 +2305,110,17093,61,9 +2306,110,17093,61,24 +2307,111,17093,61,137 +2308,111,17093,61,230 +2309,112,17093,61,20 +2310,112,17093,61,212 +2311,112,17093,61,91 +2312,112,17093,61,587 +2313,112,17093,61,616 +2314,110,17093,61,140 +2315,110,17093,61,358 +2316,111,17093,61,692 +2317,111,17093,61,151 +2318,112,17093,61,202 +2319,112,17093,61,173 +2320,113,17093,61,73 +2321,114,17093,61,381 +2322,115,17093,61,114 +2323,116,17093,61,76 +2324,117,17093,61,42 +2325,118,17093,61,68 +2326,46,17097,61,15 +2327,46,17097,61,8 +2328,46,17097,61,7 +2329,46,17097,61,19 +2330,46,17097,61,15 +2331,46,17097,61,39 +2332,50,17097,61,48 +2333,50,17097,61,134 +2334,50,17097,61,44 +2335,50,17097,61,73 +2336,50,17097,61,23 +2337,50,17097,61,118 +2338,54,17097,61,37 +2339,54,17097,61,23 +2340,54,17097,61,31 +2341,54,17097,61,107 +2342,54,17097,61,20 +2343,54,17097,61,434 +2344,58,17097,61,1 +2345,58,17097,61,45 +2346,58,17097,61,22 +2347,58,17097,61,2 +2348,58,17097,61,28 +2349,58,17097,61,781 +2350,47,17097,61,276 +2351,47,17097,61,84 +2352,47,17097,61,8 +2353,47,17097,61,195 +2354,47,17097,61,20 +2355,47,17097,61,22 +2356,47,17097,61,62 +2357,47,17097,61,157 +2358,47,17097,61,108 +2359,51,17097,61,104 +2360,51,17097,61,155 +2361,51,17097,61,69 +2362,51,17097,61,72 +2363,51,17097,61,162 +2364,51,17097,61,9 +2365,51,17097,61,87 +2366,51,17097,61,18 +2367,51,17097,61,8 +2368,51,17097,61,9 +2369,51,17097,61,342 +2370,51,17097,61,254 +2371,51,17097,61,154 +2372,51,17097,61,359 +2373,51,17097,61,200 +2374,51,17097,61,29 +2375,51,17097,61,37 +2376,51,17097,61,1142 +2377,55,17097,61,13 +2378,55,17097,61,4 +2379,55,17097,61,22 +2380,55,17097,61,13 +2381,55,17097,61,183 +2382,55,17097,61,473 +2383,55,17097,61,22 +2384,55,17097,61,12 +2385,55,17097,61,189 +2386,59,17097,61,89 +2387,59,17097,61,51 +2388,59,17097,61,180 +2389,59,17097,61,803 +2390,59,17097,61,65 +2391,59,17097,61,18 +2392,59,17097,61,122 +2393,59,17097,61,99 +2394,59,17097,61,10 +2395,48,17097,61,36 +2396,48,17097,61,29 +2397,48,17097,61,16 +2398,48,17097,61,72 +2399,52,17097,61,16 +2400,52,17097,61,9 +2401,52,17097,61,114 +2402,52,17097,61,976 +2403,52,17097,61,12 +2404,52,17097,61,393 +2405,52,17097,61,3 +2406,52,17097,61,154 +2407,52,17097,61,15 +2408,52,17097,61,36 +2409,52,17097,61,106 +2410,52,17097,61,336 +2411,52,17097,61,184 +2412,52,17097,61,18 +2413,52,17097,61,52 +2414,52,17097,61,375 +2415,52,17097,61,29 +2416,52,17097,61,32 +2417,52,17097,61,35 +2418,52,17097,61,4 +2419,52,17097,61,1 +2420,56,17097,61,54 +2421,56,17097,61,75 +2422,56,17097,61,120 +2423,56,17097,61,5 +2424,56,17097,61,411 +2425,56,17097,61,35 +2426,56,17097,61,299 +2427,56,17097,61,0 +2428,56,17097,61,35 +2429,56,17097,61,36 +2430,56,17097,61,7 +2431,56,17097,61,5 +2432,56,17097,61,103 +2433,56,17097,61,349 +2434,56,17097,61,134 +2435,56,17097,61,46 +2436,56,17097,61,163 +2437,56,17097,61,210 +2438,56,17097,61,0 +2439,56,17097,61,56 +2440,56,17097,61,9 +2441,56,17097,61,17 +2442,56,17097,61,22 +2443,56,17097,61,220 +2444,60,17097,61,340 +2445,60,17097,61,11 +2446,60,17097,61,368 +2447,60,17097,61,3 +2448,60,17097,61,8 +2449,60,17097,61,627 +2450,60,17097,61,56 +2451,60,17097,61,191 +2452,60,17097,61,107 +2453,60,17097,61,93 +2454,60,17097,61,79 +2455,60,17097,61,67 +2456,60,17097,61,528 +2457,60,17097,61,72 +2458,60,17097,61,74 +2459,60,17097,61,215 +2460,60,17097,61,109 +2461,60,17097,61,329 +2462,60,17097,61,154 +2463,60,17097,61,18 +2464,60,17097,61,3 +2465,60,17097,61,96 +2466,60,17097,61,0 +2467,60,17097,61,40 +2468,49,17097,61,7 +2469,49,17097,61,155 +2470,49,17097,61,41 +2471,49,17097,61,281 +2472,49,17097,61,9 +2473,49,17097,61,28 +2474,49,17097,61,212 +2475,49,17097,61,110 +2476,49,17097,61,78 +2477,53,17097,61,10 +2478,53,17097,61,97 +2479,53,17097,61,0 +2480,53,17097,61,1 +2481,53,17097,61,57 +2482,53,17097,61,5 +2483,53,17097,61,9 +2484,53,17097,61,2 +2485,53,17097,61,90 +2486,53,17097,61,70 +2487,53,17097,61,0 +2488,53,17097,61,2 +2489,53,17097,61,25 +2490,53,17097,61,1 +2491,53,17097,61,15 +2492,53,17097,61,63 +2493,53,17097,61,7 +2494,53,17097,61,44 +2495,53,17097,61,53 +2496,53,17097,61,2 +2497,53,17097,61,2 +2498,53,17097,61,10 +2499,53,17097,61,31 +2500,53,17097,61,6 +2501,53,17097,61,5 +2502,53,17097,61,8 +2503,53,17097,61,14 +2504,53,17097,61,4 +2505,53,17097,61,255 +2506,53,17097,61,14 +2507,53,17097,61,418 +2508,53,17097,61,5 +2509,53,17097,61,3 +2510,53,17097,61,1 +2511,53,17097,61,21 +2512,53,17097,61,45 +2513,53,17097,61,45 +2514,53,17097,61,152 +2515,53,17097,61,87 +2516,53,17097,61,12 +2517,53,17097,61,5 +2518,53,17097,61,7 +2519,53,17097,61,103 +2520,53,17097,61,8 +2521,53,17097,61,152 +2522,53,17097,61,10 +2523,53,17097,61,5 +2524,53,17097,61,2 +2525,53,17097,61,40 +2526,53,17097,61,41 +2527,53,17097,61,4 +2528,53,17097,61,3 +2529,57,17097,61,82 +2530,57,17097,61,239 +2531,57,17097,61,36 +2532,57,17097,61,13 +2533,57,17097,61,0 +2534,57,17097,61,241 +2535,57,17097,61,0 +2536,57,17097,61,0 +2537,57,17097,61,6 +2538,57,17097,61,12 +2539,57,17097,61,60 +2540,57,17097,61,2 +2541,57,17097,61,51 +2542,57,17097,61,14 +2543,57,17097,61,66 +2544,57,17097,61,0 +2545,57,17097,61,1 +2546,57,17097,61,364 +2547,57,17097,61,7 +2548,57,17097,61,154 +2549,57,17097,61,307 +2550,57,17097,61,0 +2551,61,17097,61,111 +2552,61,17097,61,0 +2553,61,17097,61,106 +2554,61,17097,61,0 +2555,61,17097,61,70 +2556,61,17097,61,0 +2557,61,17097,61,45 +2558,61,17097,61,16 +2559,61,17097,61,164 +2560,61,17097,61,175 +2561,61,17097,61,11 +2562,61,17097,61,134 +2563,61,17097,61,21 +2564,61,17097,61,60 +2565,61,17097,61,6 +2566,61,17097,61,21 +2567,61,17097,61,78 +2568,61,17097,61,350 +2569,61,17097,61,13 +2570,61,17097,61,10 +2571,61,17097,61,591 +2572,61,17097,61,100 +2573,61,17097,61,1 +2574,61,17097,61,78 +2575,61,17097,61,23 +2576,61,17097,61,118 +2577,61,17097,61,0 +2578,61,17097,61,7 +2579,61,17097,61,215 +2580,61,17097,61,91 +2581,61,17097,61,148 +2582,61,17097,61,13 +2583,61,17097,61,67 +2584,30,17111,61,5 +2585,30,17111,61,2 +2586,30,17111,61,72 +2587,30,17111,61,334 +2588,34,17111,61,12 +2589,34,17111,61,70 +2590,34,17111,61,1 +2591,34,17111,61,11 +2592,38,17111,61,0 +2593,38,17111,61,44 +2594,38,17111,61,5 +2595,38,17111,61,411 +2596,42,17111,61,4 +2597,42,17111,61,9 +2598,42,17111,61,6 +2599,42,17111,61,46 +2600,31,17111,61,15 +2601,31,17111,61,11 +2602,31,17111,61,13 +2603,31,17111,61,5 +2604,35,17111,61,9 +2605,35,17111,61,16 +2606,35,17111,61,1 +2607,35,17111,61,12 +2608,39,17111,61,11 +2609,39,17111,61,45 +2610,39,17111,61,19 +2611,39,17111,61,14 +2612,43,17111,61,67 +2613,43,17111,61,26 +2614,43,17111,61,16 +2615,43,17111,61,30 +2616,32,17111,61,105 +2617,32,17111,61,19 +2618,32,17111,61,5 +2619,32,17111,61,5 +2620,36,17111,61,2 +2621,36,17111,61,65 +2622,36,17111,61,466 +2623,36,17111,61,8 +2624,40,17111,61,185 +2625,40,17111,61,127 +2626,40,17111,61,102 +2627,40,17111,61,87 +2628,40,17111,61,159 +2629,40,17111,61,5 +2630,40,17111,61,202 +2631,40,17111,61,16 +2632,40,17111,61,94 +2633,40,17111,61,2 +2634,40,17111,61,3 +2635,40,17111,61,176 +2636,44,17111,61,14 +2637,44,17111,61,10 +2638,44,17111,61,8 +2639,44,17111,61,38 +2640,44,17111,61,7 +2641,44,17111,61,189 +2642,44,17111,61,349 +2643,44,17111,61,51 +2644,44,17111,61,133 +2645,33,17111,61,201 +2646,33,17111,61,3 +2647,33,17111,61,5 +2648,33,17111,61,104 +2649,33,17111,61,76 +2650,33,17111,61,56 +2651,33,17111,61,15 +2652,37,17111,61,19 +2653,37,17111,61,84 +2654,37,17111,61,15 +2655,37,17111,61,122 +2656,37,17111,61,41 +2657,37,17111,61,19 +2658,37,17111,61,689 +2659,37,17111,61,3 +2660,37,17111,61,65 +2661,37,17111,61,266 +2662,37,17111,61,629 +2663,37,17111,61,48 +2664,41,17111,61,26 +2665,41,17111,61,12 +2666,41,17111,61,51 +2667,41,17111,61,96 +2668,41,17111,61,8 +2669,41,17111,61,62 +2670,41,17111,61,8 +2671,41,17111,61,13 +2672,41,17111,61,182 +2673,41,17111,61,10 +2674,41,17111,61,88 +2675,41,17111,61,263 +2676,41,17111,61,149 +2677,41,17111,61,136 +2678,41,17111,61,8 +2679,45,17111,61,28 +2680,45,17111,61,296 +2681,45,17111,61,234 +2682,45,17111,61,30 +2683,45,17111,61,78 +2684,45,17111,61,1 +2685,45,17111,61,58 +2686,45,17111,61,13 +2687,45,17111,61,60 +2688,45,17111,61,178 +2689,45,17111,61,43 +2690,45,17111,61,540 +2691,45,17111,61,221 +2692,45,17111,61,422 +2693,45,17111,61,180 +2694,45,17111,61,127 +2695,45,17111,61,132 +2696,45,17111,61,64 +2697,45,17111,61,13 +2698,45,17111,61,53 +2699,45,17111,61,655 +2700,45,17111,61,236 +2701,45,17111,61,142 +2702,45,17111,61,4 +2703,87,17197,61,214 +2704,87,17197,61,701 +2705,87,17197,61,277 +2706,87,17197,61,176 +2707,87,17197,61,197 +2708,87,17197,61,18 +2709,87,17197,61,90 +2710,87,17197,61,144 +2711,87,17197,61,314 +2712,89,17197,61,79 +2713,89,17197,61,213 +2714,89,17197,61,128 +2715,89,17197,61,106 +2716,89,17197,61,476 +2717,89,17197,61,55 +2718,89,17197,61,154 +2719,89,17197,61,183 +2720,89,17197,61,174 +2721,92,17197,61,102 +2722,92,17197,61,456 +2723,92,17197,61,168 +2724,92,17197,61,22 +2725,92,17197,61,936 +2726,92,17197,61,4 +2727,92,17197,61,0 +2728,92,17197,61,81 +2729,92,17197,61,20 +2730,92,17197,61,4 +2731,92,17197,61,7 +2732,92,17197,61,6 +2733,96,17197,61,199 +2734,96,17197,61,44 +2735,96,17197,61,26 +2736,96,17197,61,16 +2737,102,17197,61,5 +2738,102,17197,61,23 +2739,102,17197,61,21 +2740,102,17197,61,369 +2741,108,17197,61,289 +2742,108,17197,61,52 +2743,108,17197,61,9 +2744,108,17197,61,12 +2745,88,17197,61,202 +2746,88,17197,61,9 +2747,88,17197,61,0 +2748,88,17197,61,336 +2749,88,17197,61,13 +2750,88,17197,61,67 +2751,88,17197,61,169 +2752,88,17197,61,32 +2753,88,17197,61,136 +2754,88,17197,61,196 +2755,88,17197,61,545 +2756,88,17197,61,15 +2757,88,17197,61,12 +2758,88,17197,61,29 +2759,88,17197,61,128 +2760,88,17197,61,6 +2761,88,17197,61,19 +2762,88,17197,61,4 +2763,88,17197,61,5 +2764,88,17197,61,562 +2765,88,17197,61,55 +2766,90,17197,61,136 +2767,90,17197,61,166 +2768,90,17197,61,20 +2769,90,17197,61,22 +2770,90,17197,61,149 +2771,90,17197,61,641 +2772,90,17197,61,116 +2773,90,17197,61,2 +2774,90,17197,61,17 +2775,90,17197,61,16 +2776,90,17197,61,7 +2777,90,17197,61,18 +2778,90,17197,61,84 +2779,90,17197,61,16 +2780,90,17197,61,179 +2781,93,17197,61,123 +2782,93,17197,61,594 +2783,93,17197,61,8 +2784,93,17197,61,29 +2785,93,17197,61,106 +2786,93,17197,61,93 +2787,93,17197,61,358 +2788,93,17197,61,10 +2789,93,17197,61,11 +2790,93,17197,61,117 +2791,93,17197,61,79 +2792,93,17197,61,146 +2793,93,17197,61,261 +2794,93,17197,61,106 +2795,93,17197,61,220 +2796,93,17197,61,5 +2797,93,17197,61,72 +2798,93,17197,61,607 +2799,93,17197,61,151 +2800,93,17197,61,153 +2801,93,17197,61,32 +2802,93,17197,61,45 +2803,93,17197,61,33 +2804,93,17197,61,99 +2805,93,17197,61,43 +2806,93,17197,61,3 +2807,93,17197,61,12 +2808,93,17197,61,199 +2809,93,17197,61,164 +2810,93,17197,61,18 +2811,93,17197,61,129 +2812,93,17197,61,74 +2813,93,17197,61,285 +2814,93,17197,61,25 +2815,93,17197,61,98 +2816,93,17197,61,77 +2817,93,17197,61,44 +2818,93,17197,61,40 +2819,93,17197,61,41 +2820,93,17197,61,3 +2821,93,17197,61,0 +2822,93,17197,61,0 +2823,93,17197,61,0 +2824,93,17197,61,139 +2825,93,17197,61,69 +2826,97,17197,61,22 +2827,97,17197,61,26 +2828,97,17197,61,68 +2829,97,17197,61,5 +2830,103,17197,61,2 +2831,103,17197,61,4 +2832,103,17197,61,9 +2833,103,17197,61,7 +2834,109,17197,61,30 +2835,109,17197,61,13 +2836,109,17197,61,51 +2837,109,17197,61,10 +2838,91,17197,61,33 +2839,91,17197,61,54 +2840,91,17197,61,77 +2841,91,17197,61,101 +2842,91,17197,61,196 +2843,91,17197,61,88 +2844,91,17197,61,95 +2845,91,17197,61,41 +2846,91,17197,61,7 +2847,94,17197,61,12 +2848,94,17197,61,74 +2849,94,17197,61,17 +2850,94,17197,61,140 +2851,94,17197,61,325 +2852,94,17197,61,173 +2853,94,17197,61,175 +2854,94,17197,61,187 +2855,94,17197,61,120 +2856,98,17197,61,74 +2857,98,17197,61,26 +2858,98,17197,61,7 +2859,98,17197,61,164 +2860,98,17197,61,36 +2861,98,17197,61,15 +2862,98,17197,61,7 +2863,98,17197,61,14 +2864,98,17197,61,5 +2865,104,17197,61,23 +2866,104,17197,61,22 +2867,104,17197,61,8 +2868,104,17197,61,8 +2869,95,17197,61,309 +2870,95,17197,61,17 +2871,95,17197,61,44 +2872,95,17197,61,130 +2873,95,17197,61,126 +2874,95,17197,61,34 +2875,95,17197,61,66 +2876,95,17197,61,16 +2877,95,17197,61,21 +2878,95,17197,61,28 +2879,95,17197,61,663 +2880,95,17197,61,1043 +2881,95,17197,61,291 +2882,95,17197,61,85 +2883,95,17197,61,112 +2884,99,17197,61,18 +2885,99,17197,61,8 +2886,99,17197,61,18 +2887,99,17197,61,33 +2888,99,17197,61,37 +2889,99,17197,61,20 +2890,99,17197,61,8 +2891,99,17197,61,11 +2892,99,17197,61,6 +2893,105,17197,61,11 +2894,105,17197,61,8 +2895,105,17197,61,10 +2896,105,17197,61,238 +2897,100,17197,61,6 +2898,100,17197,61,278 +2899,100,17197,61,89 +2900,100,17197,61,31 +2901,100,17197,61,78 +2902,100,17197,61,143 +2903,100,17197,61,7 +2904,100,17197,61,4 +2905,100,17197,61,10 +2906,106,17197,61,6 +2907,106,17197,61,13 +2908,106,17197,61,22 +2909,106,17197,61,12 +2910,101,17197,61,136 +2911,101,17197,61,145 +2912,101,17197,61,19 +2913,101,17197,61,21 +2914,101,17197,61,319 +2915,101,17197,61,22 +2916,101,17197,61,14 +2917,101,17197,61,21 +2918,101,17197,61,1 +2919,101,17197,61,3 +2920,101,17197,61,13 +2921,107,17197,61,200 +2922,107,17197,61,30 +2923,107,17197,61,23 +2924,107,17197,61,12 +2925,107,17197,61,38 +2926,107,17197,61,11 +2927,119,17063,61,0 +2928,119,17063,61,0 +2929,119,17063,61,103 +2930,119,17063,61,0 +2931,119,17063,61,62 +2932,119,17063,61,0 +2933,119,17063,61,34 +2934,119,17063,61,0 +2935,119,17063,61,325 +2936,119,17063,61,0 +2937,119,17063,61,0 +2938,119,17063,61,0 +2939,119,17063,61,555 +2940,119,17063,61,95 +2941,119,17063,61,0 +2942,119,17063,61,0 +2943,119,17063,61,0 +2944,119,17063,61,0 +2945,119,17063,61,0 +2946,119,17063,61,1 +2947,119,17063,61,0 +2948,119,17063,61,0 +2949,119,17063,61,816 +2950,119,17063,61,0 +2951,120,17007,61,0 +2952,120,17007,61,0 +2953,120,17007,61,0 +2954,120,17007,61,0 +2955,120,17007,61,0 +2956,120,17007,61,0 +2957,120,17007,61,0 +2958,120,17007,61,1198 +2959,120,17007,61,0 +2960,120,17007,61,0 +2961,120,17007,61,14 +2962,120,17007,61,0 +2963,120,17007,61,0 +2964,120,17007,61,0 +2965,120,17007,61,0 +2966,120,17007,61,0 +2967,120,17007,61,0 +2968,120,17007,61,0 +2969,120,17007,61,0 +2970,120,17007,61,24 +2971,120,17007,61,0 +2972,120,17007,61,0 +2973,120,17007,61,180 +2974,120,17007,61,32 +2975,120,17007,61,0 +2976,121,17037,61,0 +2977,121,17037,61,322 +2978,121,17037,61,0 +2979,121,17037,61,39 +2980,121,17037,61,25 +2981,121,17037,61,0 +2982,121,17037,61,0 +2983,121,17037,61,0 +2984,121,17037,61,75 +2985,121,17037,61,0 +2986,121,17037,61,0 +2987,121,17037,61,0 +2988,121,17037,61,320 +2989,121,17037,61,1 +2990,121,17037,61,0 +2991,121,17037,61,561 +2992,121,17037,61,34 +2993,121,17037,61,2941 +2994,121,17037,61,0 +2995,121,17037,61,28 +2996,121,17037,61,0 +2997,121,17037,61,0 +2998,121,17037,61,2 +2999,121,17037,61,0 +3000,121,17037,61,2 +3001,121,17037,61,0 +3002,121,17037,61,0 +3003,121,17037,61,0 +3004,121,17037,61,605 +3005,121,17037,61,6 +3006,121,17037,61,0 +3007,121,17037,61,0 +3008,121,17037,61,1 +3009,121,17037,61,0 +3010,121,17037,61,0 +3011,121,17037,61,0 +3012,121,17037,61,0 +3013,121,17037,61,54 +3014,121,17037,61,136 +3015,121,17037,61,0 +3016,121,17037,61,0 +3017,121,17037,61,0 +3018,121,17037,61,0 +3019,121,17037,61,67 +3020,121,17037,61,0 +3021,121,17037,61,0 +3022,122,17091,61,0 +3023,122,17091,61,0 +3024,122,17091,61,0 +3025,122,17091,61,0 +3026,122,17091,61,13 +3027,122,17091,61,0 +3028,122,17091,61,257 +3029,122,17091,61,56 +3030,122,17091,61,117 +3031,122,17091,61,0 +3032,122,17091,61,0 +3033,122,17091,61,0 +3034,122,17091,61,30 +3035,122,17091,61,0 +3036,122,17091,61,17 +3037,122,17091,61,322 +3038,122,17091,61,341 +3039,122,17091,61,0 +3040,122,17091,61,0 +3041,122,17091,61,0 +3042,122,17091,61,358 +3043,122,17091,61,2 +3044,122,17091,61,0 +3045,122,17091,61,0 +3046,122,17091,61,0 +3047,122,17091,61,2 +3048,122,17091,61,0 +3049,122,17091,61,59 +3050,122,17091,61,965 +3051,122,17091,61,4 +3052,122,17091,61,0 +3053,122,17091,61,1154 +3054,122,17091,61,14 +3055,122,17091,61,0 +3056,122,17091,61,0 +3057,122,17091,61,0 +3058,122,17091,61,0 +3059,122,17091,61,0 +3060,122,17091,61,237 +3061,122,17091,61,64 +3062,122,17091,61,6 +3063,122,17091,61,0 +3064,122,17091,61,0 +3065,122,17091,61,0 +3066,122,17091,61,0 +3067,122,17091,61,0 +3068,122,17091,61,1 +3069,122,17091,61,35 +3070,122,17091,61,320 +3071,122,17091,61,1 +3072,122,17091,61,0 +3073,122,17091,61,109 +3074,126,17099,61,24 +3075,126,17099,61,0 +3076,126,17099,61,226 +3077,126,17099,61,0 +3078,126,17099,61,0 +3079,126,17099,61,0 +3080,126,17099,61,0 +3081,126,17099,61,366 +3082,126,17099,61,0 +3083,126,17099,61,0 +3084,126,17099,61,0 +3085,126,17099,61,0 +3086,126,17099,61,29 +3087,126,17099,61,48 +3088,126,17099,61,32 +3089,126,17099,61,57 +3090,126,17099,61,0 +3091,126,17099,61,1 +3092,126,17099,61,98 +3093,126,17099,61,479 +3094,126,17099,61,0 +3095,126,17099,61,0 +3096,126,17099,61,491 +3097,126,17099,61,25 +3098,126,17099,61,0 +3099,126,17099,61,140 +3100,126,17099,61,0 +3101,126,17099,61,0 +3102,126,17099,61,0 +3103,126,17099,61,0 +3104,126,17099,61,1 +3105,126,17099,61,0 +3106,126,17099,61,0 +3107,126,17099,61,1 +3108,126,17099,61,0 +3109,126,17099,61,789 +3110,126,17099,61,0 +3111,126,17099,61,0 +3112,126,17099,61,0 +3113,126,17099,61,0 +3114,126,17099,61,0 +3115,126,17099,61,0 +3116,126,17099,61,334 +3117,126,17099,61,0 +3118,126,17099,61,0 +3119,126,17099,61,26 +3120,126,17099,61,43 +3121,126,17099,61,0 +3122,126,17099,61,5 +3123,126,17099,61,66 +3124,126,17099,61,0 +3125,126,17099,61,23 +3126,126,17099,61,51 +3127,126,17099,61,0 +3128,126,17099,61,0 +3129,126,17099,61,0 +3130,126,17099,61,126 +3131,126,17099,61,0 +3132,126,17099,61,0 +3133,126,17099,61,0 +3134,126,17099,61,0 +3135,126,17099,61,0 +3136,126,17099,61,324 +3137,126,17099,61,0 +3138,126,17099,61,0 +3139,126,17099,61,0 +3140,126,17099,61,67 +3141,126,17099,61,56 +3142,126,17099,61,0 +3143,126,17099,61,0 +3144,126,17099,61,0 +3145,126,17099,61,0 +3146,125,17103,61,0 +3147,125,17103,61,68 +3148,125,17103,61,0 +3149,125,17103,61,0 +3150,125,17103,61,0 +3151,125,17103,61,23 +3152,124,17141,61,0 +3153,124,17141,61,0 +3154,124,17141,61,0 +3155,124,17141,61,0 +3156,124,17141,61,0 +3157,124,17141,61,329 +3158,124,17141,61,0 +3159,124,17141,61,0 +3160,124,17141,61,138 +3161,124,17141,61,21 +3162,124,17141,61,22 +3163,124,17141,61,19 +3164,124,17141,61,0 +3165,124,17141,61,0 +3166,124,17141,61,0 +3167,124,17141,61,0 +3168,124,17141,61,0 +3169,123,17201,61,0 +3170,123,17201,61,0 +3171,123,17201,61,0 +3172,123,17201,61,361 +3173,123,17201,61,6 +3174,123,17201,61,0 +3175,123,17201,61,230 +3176,123,17201,61,0 +3177,123,17201,61,0 +3178,123,17201,61,1 +3179,123,17201,61,0 +3180,123,17201,61,0 +3181,123,17201,61,147 +3182,123,17201,61,0 +3183,123,17201,61,17 +3184,123,17201,61,0 +3185,123,17201,61,0 +3186,123,17201,61,0 +3187,123,17201,61,0 +3188,123,17201,61,0 +3189,123,17201,61,0 +3190,123,17201,61,6 +3191,123,17201,61,7 +3192,123,17201,61,33 +3193,123,17201,61,37 +3194,123,17201,61,11 +3195,123,17201,61,0 +3196,123,17201,61,0 +3197,123,17201,61,0 +3198,123,17201,61,0 +3199,123,17201,61,0 +3200,123,17201,61,0 +3201,123,17201,61,0 +3202,123,17201,61,36 +3203,123,17201,61,0 +3204,123,17201,61,0 +3205,123,17201,61,0 +3206,123,17201,61,3395 +3207,123,17201,61,0 +3208,123,17201,61,20 +3209,123,17201,61,1479 +3210,123,17201,61,0 +3211,123,17201,61,3 +3212,123,17201,61,302 +3213,123,17201,61,174 +3214,123,17201,61,71 +3215,123,17201,61,8 +3216,123,17201,61,76 +3217,123,17201,61,357 +3218,123,17201,61,138 +3219,123,17201,61,350 +3220,123,17201,61,952 +3221,123,17201,61,2 +3222,123,17201,61,0 +3223,123,17201,61,63 +3224,123,17201,61,0 +3225,123,17201,61,0 +3226,123,17201,61,514 +3227,123,17201,61,0 +3228,123,17201,61,0 +3229,123,17201,61,451 +3230,123,17201,61,0 +3231,123,17201,61,0 +3232,123,17201,61,0 +3233,123,17201,61,0 +3234,123,17201,61,0 +3235,123,17201,61,521 +3236,123,17201,61,0 +3237,123,17201,61,0 +3238,123,17201,61,0 +3239,123,17201,61,4 +3240,123,17201,61,124 +3241,123,17201,61,100 +3242,123,17201,61,133 +3243,123,17201,61,0 +3244,123,17201,61,0 +3245,123,17201,61,0 +3246,123,17201,61,113 +3247,123,17201,61,190 +3248,127,18089,61,0 +3249,127,18089,61,0 +3250,127,18089,61,3 +3251,127,18089,61,0 +3252,127,18089,61,0 +3253,127,18089,61,0 +3254,127,18089,61,0 +3255,127,18089,61,0 +3256,127,18089,61,2 +3257,127,18089,61,219 +3258,127,18089,61,32 +3259,127,18089,61,0 +3260,127,18089,61,83 +3261,127,18089,61,0 +3262,127,18089,61,0 +3263,127,18089,61,0 +3264,127,18089,61,0 +3265,127,18089,61,0 +3266,127,18089,61,1 +3267,127,18089,61,2 +3268,127,18089,61,0 +3269,127,18089,61,14 +3270,127,18089,61,0 +3271,127,18089,61,0 +3272,127,18089,61,0 +3273,127,18089,61,4 +3274,127,18089,61,1 +3275,127,18089,61,0 +3276,127,18089,61,920 +3277,127,18089,61,34 +3278,127,18089,61,0 +3279,127,18089,61,0 +3280,127,18089,61,60 +3281,127,18089,61,0 +3282,127,18089,61,0 +3283,127,18089,61,192 +3284,127,18089,61,0 +3285,127,18089,61,47 +3286,127,18089,61,0 +3287,127,18089,61,0 +3288,127,18089,61,0 +3289,127,18089,61,0 +3290,127,18089,61,36 +3291,127,18089,61,10 +3292,127,18089,61,97 +3293,127,18089,61,0 +3294,127,18089,61,496 +3295,127,18089,61,11 +3296,127,18089,61,9 +3297,127,18089,61,64 +3298,127,18089,61,587 +3299,127,18089,61,85 +3300,127,18089,61,54 +3301,127,18089,61,172 +3302,127,18089,61,1 +3303,127,18089,61,39 +3304,127,18089,61,51 +3305,127,18089,61,0 +3306,127,18089,61,1361 +3307,127,18089,61,43 +3308,127,18089,61,43 +3309,127,18089,61,14 +3310,127,18089,61,4 +3311,127,18089,61,0 +3312,127,18089,61,395 +3313,127,18089,61,55 +3314,127,18089,61,411 +3315,127,18089,61,0 +3316,127,18089,61,1 +3317,127,18089,61,0 +3318,127,18089,61,65 +3319,127,18089,61,451 +3320,127,18089,61,39 +3321,127,18089,61,53 +3322,127,18089,61,1622 +3323,127,18089,61,123 +3324,127,18089,61,45 +3325,127,18089,61,975 +3326,127,18089,61,69 +3327,127,18089,61,83 +3328,127,18089,61,567 +3329,127,18089,61,500 +3330,127,18089,61,483 +3331,127,18089,61,157 +3332,127,18089,61,36 +3333,127,18089,61,973 +3334,127,18089,61,27 +3335,127,18089,61,50 +3336,127,18089,61,131 +3337,127,18089,61,0 +3338,127,18089,61,0 +3339,127,18089,61,2043 +3340,127,18089,61,0 +3341,127,18089,61,293 +3342,127,18089,61,224 +3343,127,18089,61,215 +3344,127,18089,61,347 +3345,129,18091,61,0 +3346,129,18091,61,62 +3347,129,18091,61,0 +3348,129,18091,61,62 +3349,129,18091,61,0 +3350,129,18091,61,0 +3351,129,18091,61,41 +3352,129,18091,61,179 +3353,129,18091,61,0 +3354,129,18091,61,0 +3355,129,18091,61,0 +3356,129,18091,61,48 +3357,129,18091,61,0 +3358,129,18091,61,0 +3359,129,18091,61,41 +3360,129,18091,61,0 +3361,129,18091,61,617 +3362,129,18091,61,131 +3363,129,18091,61,0 +3364,129,18091,61,503 +3365,129,18091,61,0 +3366,129,18091,61,195 +3367,129,18091,61,0 +3368,129,18091,61,0 +3369,129,18091,61,0 +3370,129,18091,61,56 +3371,129,18091,61,0 +3372,129,18091,61,0 +3373,129,18091,61,235 +3374,129,18091,61,0 +3375,129,18091,61,54 +3376,129,18091,61,0 +3377,129,18091,61,0 +3378,129,18091,61,0 +3379,129,18091,61,0 +3380,129,18091,61,0 +3381,129,18091,61,0 +3382,129,18091,61,0 +3383,129,18091,61,0 +3384,129,18091,61,0 +3385,129,18091,61,0 +3386,129,18091,61,1 +3387,129,18091,61,0 +3388,129,18091,61,0 +3389,129,18091,61,39 +3390,129,18091,61,0 +3391,129,18091,61,0 +3392,129,18091,61,19 +3393,129,18091,61,69 +3394,129,18091,61,0 +3395,129,18091,61,0 +3396,129,18091,61,66 +3397,129,18091,61,1197 +3398,129,18091,61,0 +3399,129,18091,61,0 +3400,129,18091,61,5 +3401,128,18127,61,0 +3402,128,18127,61,1 +3403,128,18127,61,0 +3404,128,18127,61,254 +3405,128,18127,61,0 +3406,128,18127,61,0 +3407,128,18127,61,0 +3408,128,18127,61,128 +3409,128,18127,61,0 +3410,128,18127,61,0 +3411,128,18127,61,0 +3412,128,18127,61,0 +3413,128,18127,61,0 +3414,128,18127,61,0 +3415,128,18127,61,0 +3416,128,18127,61,0 +3417,128,18127,61,0 +3418,128,18127,61,150 +3419,128,18127,61,1485 +3420,128,18127,61,1 +3421,128,18127,61,0 +3422,128,18127,61,25 +3423,128,18127,61,13 +3424,128,18127,61,0 +3425,128,18127,61,1 +3426,128,18127,61,0 +3427,128,18127,61,0 +3428,128,18127,61,1 +3429,128,18127,61,3 +3430,128,18127,61,266 +3431,128,18127,61,0 +3432,128,18127,61,0 +3433,128,18127,61,114 +3434,128,18127,61,52 +3435,128,18127,61,0 +3436,128,18127,61,1084 +3437,128,18127,61,40 +3438,128,18127,61,137 +3439,128,18127,61,24 +3440,128,18127,61,0 +3441,128,18127,61,22 +3442,128,18127,61,0 +3443,128,18127,61,45 +3444,128,18127,61,0 +3445,128,18127,61,0 +3446,128,18127,61,0 +3447,128,18127,61,0 +3448,128,18127,61,82 +3449,128,18127,61,28 +3450,128,18127,61,1 +3451,128,18127,61,239 +3452,128,18127,61,0 +3453,128,18127,61,0 +3454,128,18127,61,118 +3455,128,18127,61,487 +3456,128,18127,61,1 +3457,128,18127,61,36 +3458,128,18127,61,49 +3459,128,18127,61,34 +3460,128,18127,61,0 +3461,128,18127,61,5 +3462,128,18127,61,0 +3463,128,18127,61,210 +3464,128,18127,61,0 +3465,128,18127,61,0 +3466,128,18127,61,2 +3467,128,18127,61,0 +3468,130,55059,61,0 +3469,130,55059,61,86 +3470,130,55059,61,195 +3471,130,55059,61,0 +3472,130,55059,61,170 +3473,130,55059,61,95 +3474,130,55059,61,0 +3475,130,55059,61,88 +3476,130,55059,61,120 +3477,130,55059,61,0 +3478,130,55059,61,0 +3479,130,55059,61,184 +3480,130,55059,61,0 +3481,130,55059,61,0 +3482,130,55059,61,0 +3483,130,55059,61,0 +3484,130,55059,61,93 +3485,130,55059,61,44 +3486,130,55059,61,10 +3487,130,55059,61,0 +3488,130,55059,61,370 +3489,130,55059,61,61 +3490,130,55059,61,0 +3491,130,55059,61,345 +3492,130,55059,61,121 +3493,130,55059,61,59 +3494,130,55059,61,0 +3495,130,55059,61,0 +3496,130,55059,61,309 +3497,130,55059,61,0 +3498,130,55059,61,0 +3499,130,55059,61,34 +3500,130,55059,61,34 +3501,130,55059,61,2337 +3502,130,55059,61,6 +3503,130,55059,61,0 +3504,130,55059,61,154 +3505,130,55059,61,66 +3506,130,55059,61,0 +3507,130,55059,61,591 +3508,130,55059,61,0 +3509,130,55059,61,0 +3510,130,55059,61,477 +3511,130,55059,61,660 +3512,130,55059,61,0 +3513,131,55101,61,0 +3514,131,55101,61,0 +3515,131,55101,61,24 +3516,131,55101,61,0 +3517,131,55101,61,528 +3518,131,55101,61,175 +3519,131,55101,61,0 +3520,131,55101,61,0 +3521,131,55101,61,0 +3522,131,55101,61,0 +3523,131,55101,61,0 +3524,131,55101,61,0 +3525,131,55101,61,0 +3526,131,55101,61,0 +3527,131,55101,61,31 +3528,131,55101,61,0 +3529,131,55101,61,0 +3530,131,55101,61,282 +3531,131,55101,61,0 +3532,131,55101,61,78 +3533,131,55101,61,0 +3534,131,55101,61,26 +3535,131,55101,61,53 +3536,131,55101,61,0 +3537,131,55101,61,419 +3538,131,55101,61,2 +3539,131,55101,61,0 +3540,131,55101,61,85 +3541,131,55101,61,0 +3542,131,55101,61,0 +3543,131,55101,61,61 +3544,131,55101,61,943 +3545,131,55101,61,496 +3546,131,55101,61,294 +3547,131,55101,61,1135 +3548,131,55101,61,3 +3549,131,55101,61,487 +3550,131,55101,61,0 +3551,131,55101,61,59 +3552,131,55101,61,0 +3553,131,55101,61,0 +3554,131,55101,61,72 +3555,131,55101,61,25 +3556,131,55101,61,44 +3557,131,55101,61,0 +3558,131,55101,61,72 +3559,131,55101,61,0 +3560,131,55101,61,93 +3561,131,55101,61,0 +3562,131,55101,61,0 +3563,131,55101,61,0 +3564,131,55101,61,94 +3565,131,55101,61,329 +3566,131,55101,61,120 +3567,131,55101,61,6 +3568,131,55101,61,0 +3569,132,55127,61,55 +3570,132,55127,61,97 +3571,132,55127,61,97 +3572,132,55127,61,36 +3573,132,55127,61,221 +3574,132,55127,61,0 +3575,132,55127,61,0 +3576,132,55127,61,74 +3577,132,55127,61,32 +3578,132,55127,61,68 +3579,132,55127,61,0 +3580,132,55127,61,0 +3581,132,55127,61,49 +3582,132,55127,61,0 +3583,132,55127,61,128 +3584,132,55127,61,0 +3585,132,55127,61,208 +3586,132,55127,61,0 +3587,132,55127,61,0 +3588,132,55127,61,0 +3589,132,55127,61,52 +3590,132,55127,61,1 +3591,132,55127,61,7 +3592,132,55127,61,1 +3593,132,55127,61,0 +3594,132,55127,61,0 +3595,132,55127,61,185 +3596,132,55127,61,0 +3597,132,55127,61,0 +3598,132,55127,61,0 +3599,132,55127,61,0 +3600,132,55127,61,0 +3601,132,55127,61,0 +3602,132,55127,61,2 +3603,132,55127,61,192 +3604,132,55127,61,0 +3605,132,55127,61,2 +3606,132,55127,61,0 +3607,132,55127,61,0 +3608,132,55127,61,0 +3609,132,55127,61,0 +3610,132,55127,61,130 +3611,132,55127,61,0 +3612,132,55127,61,1 +3613,132,55127,61,0 +3614,132,55127,61,173 +3615,132,55127,61,0 +3616,132,55127,61,0 +3617,132,55127,61,0 +3618,132,55127,61,0 +3619,132,55127,61,0 +3620,132,55127,61,0 +3621,132,55127,61,0 +3622,132,55127,61,0 +3623,132,55127,61,0 +3624,132,55127,61,0 +3625,132,55127,61,1213 +3626,132,55127,61,3 +3627,132,55127,61,0 +3628,132,55127,61,63 +3629,132,55127,61,0 +3630,132,55127,61,179 +3631,132,55127,61,0 +3632,132,55127,61,0 +1,17,17031,62,6 +2,17,17031,62,322 +3,17,17031,62,576 +4,17,17031,62,68 +5,17,17031,62,455 +6,17,17031,62,14726 +7,17,17031,62,2662 +8,17,17031,62,25 +9,17,17031,62,3 +10,17,17031,62,336 +11,17,17031,62,380 +12,17,17031,62,561 +13,17,17031,62,208 +14,17,17031,62,119 +15,17,17031,62,72 +16,17,17031,62,283 +17,17,17031,62,332 +18,17,17031,62,1145 +19,17,17031,62,38 +20,17,17031,62,296 +21,17,17031,62,280 +22,17,17031,62,5607 +23,17,17031,62,5257 +24,17,17031,62,6644 +25,17,17031,62,565 +26,17,17031,62,49 +27,17,17031,62,457 +28,17,17031,62,9754 +29,17,17031,62,8755 +30,17,17031,62,3493 +31,17,17031,62,3 +32,17,17031,62,380 +33,17,17031,62,109 +34,17,17031,62,883 +35,17,17031,62,2990 +36,17,17031,62,415 +37,17,17031,62,52 +38,17,17031,62,364 +39,17,17031,62,148 +40,17,17031,62,202 +41,17,17031,62,134 +42,17,17031,62,4 +43,17,17031,62,278 +44,17,17031,62,87 +45,17,17031,62,8 +46,17,17031,62,32 +47,17,17031,62,113 +48,17,17031,62,332 +49,17,17031,62,896 +50,17,17031,62,197 +51,17,17031,62,252 +52,17,17031,62,34 +53,17,17031,62,182 +54,17,17031,62,154 +55,17,17031,62,600 +56,17,17031,62,1706 +57,17,17031,62,1530 +58,17,17031,62,256 +59,17,17031,62,236 +60,17,17031,62,350 +61,17,17031,62,686 +62,17,17031,62,386 +63,17,17031,62,812 +64,17,17031,62,590 +65,17,17031,62,720 +66,17,17031,62,88 +67,17,17031,62,249 +68,17,17031,62,232 +69,17,17031,62,6 +70,17,17031,62,161 +71,17,17031,62,9 +72,17,17031,62,429 +73,17,17031,62,241 +74,17,17031,62,173 +75,17,17031,62,460 +76,17,17031,62,576 +77,17,17031,62,3 +78,14,17031,62,166 +79,14,17031,62,274 +80,14,17031,62,320 +81,14,17031,62,121 +82,14,17031,62,256 +83,14,17031,62,297 +84,14,17031,62,222 +85,14,17031,62,164 +86,14,17031,62,229 +87,14,17031,62,395 +88,14,17031,62,82 +89,14,17031,62,157 +90,17,17031,62,2032 +91,17,17031,62,419 +92,17,17031,62,1588 +93,17,17031,62,325 +94,17,17031,62,207 +95,17,17031,62,219 +96,17,17031,62,244 +97,17,17031,62,330 +98,17,17031,62,238 +99,17,17031,62,2716 +100,17,17031,62,2934 +101,17,17031,62,8276 +102,17,17031,62,415 +103,17,17031,62,163 +104,17,17031,62,175 +105,17,17031,62,362 +106,17,17031,62,254 +107,17,17031,62,310 +108,17,17031,62,22 +109,17,17031,62,44 +110,17,17031,62,43 +111,17,17031,62,212 +112,17,17031,62,1693 +113,17,17031,62,13 +114,17,17031,62,11 +115,17,17031,62,10 +116,17,17031,62,57 +117,17,17031,62,113 +118,17,17031,62,137 +119,17,17031,62,116 +120,17,17031,62,244 +121,17,17031,62,246 +122,8,17031,62,39 +123,12,17031,62,30 +124,12,17031,62,220 +125,12,17031,62,3 +126,12,17031,62,0 +127,12,17031,62,60 +128,12,17031,62,96 +129,12,17031,62,6 +130,12,17031,62,24 +131,12,17031,62,11 +132,12,17031,62,1006 +133,12,17031,62,78 +134,12,17031,62,73 +135,12,17031,62,43 +136,12,17031,62,46 +137,12,17031,62,52 +138,12,17031,62,163 +139,12,17031,62,96 +140,12,17031,62,9 +141,9,17031,62,16 +142,9,17031,62,6 +143,9,17031,62,43 +144,9,17031,62,39 +145,9,17031,62,98 +146,9,17031,62,11 +147,12,17031,62,14 +148,12,17031,62,991 +149,12,17031,62,363 +150,12,17031,62,60 +151,12,17031,62,48 +152,12,17031,62,144 +153,12,17031,62,93 +154,10,17031,62,2 +155,10,17031,62,545 +156,10,17031,62,2 +157,10,17031,62,31 +158,10,17031,62,1 +159,10,17031,62,81 +160,10,17031,62,45 +161,10,17031,62,194 +162,10,17031,62,12 +163,11,17031,62,315 +164,11,17031,62,173 +165,11,17031,62,53 +166,11,17031,62,769 +167,10,17031,62,447 +168,10,17031,62,174 +169,10,17031,62,96 +170,10,17031,62,88 +171,11,17031,62,204 +172,11,17031,62,27 +173,11,17031,62,165 +174,11,17031,62,113 +175,11,17031,62,102 +176,11,17031,62,2 +177,11,17031,62,245 +178,11,17031,62,6 +179,13,17031,62,110 +180,13,17031,62,370 +181,13,17031,62,8 +182,13,17031,62,173 +183,13,17031,62,101 +184,13,17031,62,90 +185,13,17031,62,1 +186,13,17031,62,118 +187,13,17031,62,337 +188,13,17031,62,49 +189,13,17031,62,33 +190,13,17031,62,93 +191,13,17031,62,180 +192,13,17031,62,58 +193,13,17031,62,37 +194,13,17031,62,85 +195,13,17031,62,106 +196,13,17031,62,321 +197,13,17031,62,1 +198,13,17031,62,92 +199,13,17031,62,323 +200,13,17031,62,185 +201,13,17031,62,141 +202,13,17031,62,188 +203,13,17031,62,111 +204,13,17031,62,21 +205,13,17031,62,98 +206,13,17031,62,109 +207,13,17031,62,22 +208,13,17031,62,88 +209,13,17031,62,61 +210,13,17031,62,73 +211,13,17031,62,60 +212,13,17031,62,75 +213,13,17031,62,73 +214,13,17031,62,58 +215,13,17031,62,149 +216,13,17031,62,15 +217,13,17031,62,142 +218,13,17031,62,263 +219,13,17031,62,301 +220,13,17031,62,77 +221,13,17031,62,541 +222,13,17031,62,345 +223,13,17031,62,63 +224,13,17031,62,1158 +225,13,17031,62,388 +226,13,17031,62,36 +227,13,17031,62,58 +228,13,17031,62,179 +229,13,17031,62,70 +230,13,17031,62,78 +231,13,17031,62,121 +232,13,17031,62,166 +233,13,17031,62,161 +234,13,17031,62,226 +235,13,17031,62,94 +236,13,17031,62,147 +237,13,17031,62,95 +238,13,17031,62,484 +239,13,17031,62,140 +240,13,17031,62,186 +241,13,17031,62,140 +242,13,17031,62,21 +243,13,17031,62,49 +244,13,17031,62,37 +245,13,17031,62,24 +246,13,17031,62,43 +247,13,17031,62,190 +248,13,17031,62,163 +249,13,17031,62,59 +250,13,17031,62,77 +251,13,17031,62,75 +252,13,17031,62,286 +253,13,17031,62,158 +254,13,17031,62,99 +255,13,17031,62,84 +256,13,17031,62,239 +257,13,17031,62,495 +258,13,17031,62,34 +259,13,17031,62,125 +260,13,17031,62,123 +261,13,17031,62,144 +262,13,17031,62,179 +263,13,17031,62,47 +264,13,17031,62,389 +265,13,17031,62,131 +266,13,17031,62,121 +267,13,17031,62,32 +268,13,17031,62,167 +269,13,17031,62,54 +270,13,17031,62,646 +271,13,17031,62,698 +272,13,17031,62,89 +273,13,17031,62,179 +274,13,17031,62,335 +275,13,17031,62,54 +276,13,17031,62,209 +277,13,17031,62,183 +278,13,17031,62,232 +279,13,17031,62,231 +280,13,17031,62,179 +281,13,17031,62,82 +282,13,17031,62,158 +283,13,17031,62,134 +284,13,17031,62,156 +285,13,17031,62,29 +286,13,17031,62,95 +287,13,17031,62,74 +288,13,17031,62,143 +289,13,17031,62,68 +290,13,17031,62,57 +291,13,17031,62,113 +292,13,17031,62,178 +293,13,17031,62,140 +294,13,17031,62,110 +295,13,17031,62,99 +296,13,17031,62,98 +297,13,17031,62,210 +298,13,17031,62,122 +299,13,17031,62,174 +300,13,17031,62,188 +301,13,17031,62,339 +302,13,17031,62,148 +303,13,17031,62,173 +304,13,17031,62,244 +305,13,17031,62,175 +306,13,17031,62,210 +307,13,17031,62,218 +308,14,17031,62,200 +309,14,17031,62,82 +310,14,17031,62,86 +311,14,17031,62,277 +312,14,17031,62,98 +313,14,17031,62,206 +314,14,17031,62,116 +315,14,17031,62,100 +316,14,17031,62,448 +317,14,17031,62,101 +318,14,17031,62,190 +319,14,17031,62,657 +320,14,17031,62,190 +321,14,17031,62,158 +322,14,17031,62,0 +323,14,17031,62,201 +324,14,17031,62,209 +325,14,17031,62,157 +326,14,17031,62,1091 +327,14,17031,62,194 +328,14,17031,62,210 +329,14,17031,62,366 +330,14,17031,62,1026 +331,14,17031,62,19 +332,14,17031,62,600 +333,14,17031,62,184 +334,14,17031,62,274 +335,14,17031,62,136 +336,14,17031,62,242 +337,14,17031,62,183 +338,14,17031,62,250 +339,14,17031,62,156 +340,14,17031,62,130 +341,14,17031,62,94 +342,14,17031,62,91 +343,14,17031,62,73 +344,14,17031,62,177 +345,14,17031,62,114 +346,14,17031,62,200 +347,14,17031,62,323 +348,14,17031,62,1925 +349,14,17031,62,458 +350,14,17031,62,307 +351,14,17031,62,904 +352,14,17031,62,353 +353,14,17031,62,1 +354,14,17031,62,740 +355,16,17031,62,328 +356,16,17031,62,90 +357,16,17031,62,189 +358,16,17031,62,127 +359,16,17031,62,186 +360,16,17031,62,175 +361,16,17031,62,152 +362,16,17031,62,88 +363,16,17031,62,110 +364,16,17031,62,234 +365,16,17031,62,181 +366,16,17031,62,100 +367,16,17031,62,203 +368,16,17031,62,542 +369,16,17031,62,455 +370,16,17031,62,2 +371,16,17031,62,353 +372,16,17031,62,89 +373,16,17031,62,134 +374,16,17031,62,65 +375,16,17031,62,237 +376,16,17031,62,115 +377,16,17031,62,220 +378,16,17031,62,286 +379,16,17031,62,37 +380,16,17031,62,57 +381,16,17031,62,173 +382,16,17031,62,314 +383,16,17031,62,101 +384,16,17031,62,118 +385,16,17031,62,226 +386,16,17031,62,171 +387,16,17031,62,81 +388,16,17031,62,150 +389,16,17031,62,40 +390,16,17031,62,126 +391,16,17031,62,65 +392,16,17031,62,63 +393,16,17031,62,36 +394,16,17031,62,211 +395,16,17031,62,128 +396,16,17031,62,117 +397,16,17031,62,106 +398,16,17031,62,55 +399,16,17031,62,158 +400,16,17031,62,66 +401,16,17031,62,546 +402,16,17031,62,49 +403,16,17031,62,274 +404,16,17031,62,126 +405,16,17031,62,112 +406,16,17031,62,22 +407,16,17031,62,143 +408,16,17031,62,79 +409,16,17031,62,123 +410,16,17031,62,113 +411,16,17031,62,62 +412,16,17031,62,111 +413,16,17031,62,139 +414,16,17031,62,74 +415,16,17031,62,67 +416,16,17031,62,380 +417,16,17031,62,1027 +418,16,17031,62,175 +419,16,17031,62,198 +420,16,17031,62,102 +421,16,17031,62,15 +422,16,17031,62,109 +423,16,17031,62,30 +424,16,17031,62,240 +425,16,17031,62,179 +426,16,17031,62,73 +427,16,17031,62,224 +428,16,17031,62,208 +429,16,17031,62,170 +430,16,17031,62,144 +431,16,17031,62,114 +432,16,17031,62,56 +433,16,17031,62,34 +434,16,17031,62,29 +435,16,17031,62,12 +436,16,17031,62,36 +437,16,17031,62,39 +438,16,17031,62,22 +439,16,17031,62,49 +440,16,17031,62,67 +441,17,17031,62,129 +442,17,17031,62,99 +443,17,17031,62,150 +444,17,17031,62,62 +445,17,17031,62,138 +446,17,17031,62,35 +447,17,17031,62,140 +448,17,17031,62,115 +449,17,17031,62,101 +450,17,17031,62,291 +451,17,17031,62,139 +452,17,17031,62,29 +453,17,17031,62,231 +454,17,17031,62,1 +455,17,17031,62,681 +456,17,17031,62,84 +457,17,17031,62,171 +458,17,17031,62,0 +459,19,17031,62,287 +460,19,17031,62,138 +461,19,17031,62,77 +462,19,17031,62,24 +463,19,17031,62,2 +464,19,17031,62,106 +465,19,17031,62,163 +466,19,17031,62,85 +467,19,17031,62,92 +468,19,17031,62,99 +469,19,17031,62,103 +470,19,17031,62,109 +471,19,17031,62,77 +472,19,17031,62,53 +473,19,17031,62,50 +474,19,17031,62,111 +475,19,17031,62,86 +476,19,17031,62,76 +477,19,17031,62,37 +478,19,17031,62,95 +479,19,17031,62,50 +480,19,17031,62,277 +481,19,17031,62,31 +482,19,17031,62,72 +483,19,17031,62,48 +484,19,17031,62,41 +485,19,17031,62,120 +486,19,17031,62,84 +487,19,17031,62,9 +488,19,17031,62,86 +489,19,17031,62,52 +490,19,17031,62,90 +491,19,17031,62,26 +492,19,17031,62,100 +493,19,17031,62,177 +494,19,17031,62,0 +495,19,17031,62,43 +496,19,17031,62,72 +497,19,17031,62,150 +498,19,17031,62,57 +499,19,17031,62,1 +500,19,17031,62,73 +501,19,17031,62,254 +502,19,17031,62,481 +503,19,17031,62,179 +504,19,17031,62,12 +505,19,17031,62,38 +506,19,17031,62,122 +507,19,17031,62,30 +508,19,17031,62,114 +509,19,17031,62,652 +510,19,17031,62,181 +511,19,17031,62,22 +512,19,17031,62,78 +513,19,17031,62,5 +514,19,17031,62,50 +515,19,17031,62,88 +516,19,17031,62,174 +517,19,17031,62,101 +518,19,17031,62,110 +519,19,17031,62,49 +520,19,17031,62,24 +521,19,17031,62,72 +522,19,17031,62,270 +523,20,17031,62,53 +524,20,17031,62,48 +525,20,17031,62,162 +526,20,17031,62,64 +527,20,17031,62,357 +528,20,17031,62,84 +529,20,17031,62,36 +530,20,17031,62,65 +531,20,17031,62,42 +532,20,17031,62,88 +533,20,17031,62,104 +534,20,17031,62,73 +535,20,17031,62,71 +536,20,17031,62,184 +537,20,17031,62,75 +538,20,17031,62,244 +539,20,17031,62,190 +540,20,17031,62,137 +541,20,17031,62,17 +542,20,17031,62,119 +543,20,17031,62,235 +544,20,17031,62,85 +545,20,17031,62,96 +546,20,17031,62,45 +547,20,17031,62,283 +548,20,17031,62,73 +549,20,17031,62,104 +550,20,17031,62,1 +551,20,17031,62,99 +552,20,17031,62,474 +553,20,17031,62,63 +554,20,17031,62,55 +555,20,17031,62,29 +556,20,17031,62,11 +557,20,17031,62,44 +558,20,17031,62,79 +559,20,17031,62,77 +560,20,17031,62,137 +561,20,17031,62,71 +562,20,17031,62,349 +563,20,17031,62,265 +564,20,17031,62,143 +565,20,17031,62,14 +566,20,17031,62,48 +567,20,17031,62,74 +568,20,17031,62,530 +569,20,17031,62,618 +570,20,17031,62,8407 +571,20,17031,62,212 +572,20,17031,62,2 +573,20,17031,62,219 +574,20,17031,62,221 +575,20,17031,62,427 +576,20,17031,62,65 +577,20,17031,62,454 +578,20,17031,62,129 +579,20,17031,62,256 +580,20,17031,62,90 +581,20,17031,62,70 +582,20,17031,62,26 +583,20,17031,62,115 +584,20,17031,62,110 +585,20,17031,62,101 +586,20,17031,62,55 +587,20,17031,62,43 +588,20,17031,62,2 +589,20,17031,62,2 +590,20,17031,62,7 +591,20,17031,62,52 +592,20,17031,62,167 +593,20,17031,62,58 +594,20,17031,62,30 +595,20,17031,62,71 +596,20,17031,62,56 +597,20,17031,62,225 +598,20,17031,62,454 +599,20,17031,62,99 +600,20,17031,62,112 +601,20,17031,62,104 +602,20,17031,62,124 +603,20,17031,62,80 +604,20,17031,62,143 +605,20,17031,62,211 +606,20,17031,62,138 +607,20,17031,62,597 +608,20,17031,62,218 +609,20,17031,62,29 +610,20,17031,62,54 +611,20,17031,62,17 +612,20,17031,62,28 +613,20,17031,62,60 +614,20,17031,62,220 +615,20,17031,62,49 +616,20,17031,62,103 +617,20,17031,62,109 +618,20,17031,62,43 +619,20,17031,62,59 +620,20,17031,62,119 +621,20,17031,62,652 +622,20,17031,62,80 +623,20,17031,62,267 +624,20,17031,62,232 +625,20,17031,62,47 +626,20,17031,62,61 +627,20,17031,62,81 +628,20,17031,62,140 +629,20,17031,62,48 +630,23,17031,62,10 +631,23,17031,62,89 +632,23,17031,62,146 +633,23,17031,62,35 +634,23,17031,62,282 +635,23,17031,62,151 +636,24,17031,62,43 +637,24,17031,62,70 +638,24,17031,62,110 +639,24,17031,62,22 +640,24,17031,62,258 +641,24,17031,62,35 +642,24,17031,62,10 +643,24,17031,62,153 +644,24,17031,62,18 +645,24,17031,62,120 +646,24,17031,62,38 +647,24,17031,62,107 +648,24,17031,62,56 +649,24,17031,62,199 +650,24,17031,62,676 +651,24,17031,62,293 +652,24,17031,62,197 +653,24,17031,62,137 +654,24,17031,62,24 +655,24,17031,62,81 +656,24,17031,62,32 +657,24,17031,62,12 +658,24,17031,62,7 +659,24,17031,62,8 +660,24,17031,62,49 +661,24,17031,62,43 +662,24,17031,62,37 +663,24,17031,62,8 +664,24,17031,62,67 +665,24,17031,62,19 +666,24,17031,62,217 +667,24,17031,62,19 +668,24,17031,62,11 +669,24,17031,62,51 +670,24,17031,62,45 +671,24,17031,62,392 +672,24,17031,62,237 +673,24,17031,62,102 +674,24,17031,62,143 +675,24,17031,62,26 +676,24,17031,62,19 +677,24,17031,62,20 +678,24,17031,62,62 +679,24,17031,62,1 +680,24,17031,62,554 +681,24,17031,62,421 +682,24,17031,62,296 +683,24,17031,62,643 +684,24,17031,62,89 +685,24,17031,62,7 +686,24,17031,62,3 +687,24,17031,62,91 +688,24,17031,62,216 +689,24,17031,62,57 +690,24,17031,62,41 +691,24,17031,62,29 +692,24,17031,62,16 +693,24,17031,62,36 +694,24,17031,62,15 +695,24,17031,62,7 +696,24,17031,62,10 +697,24,17031,62,291 +698,24,17031,62,472 +699,24,17031,62,43 +700,24,17031,62,303 +701,24,17031,62,23 +702,24,17031,62,116 +703,24,17031,62,5 +704,24,17031,62,68 +705,24,17031,62,106 +706,24,17031,62,12 +707,24,17031,62,55 +708,24,17031,62,100 +709,24,17031,62,76 +710,24,17031,62,50 +711,24,17031,62,50 +712,24,17031,62,6 +713,24,17031,62,20 +714,24,17031,62,81 +715,24,17031,62,1 +716,24,17031,62,57 +717,24,17031,62,10 +718,1,17031,62,2 +719,1,17031,62,0 +720,1,17031,62,505 +721,1,17031,62,2 +722,1,17031,62,19 +723,1,17031,62,10 +724,1,17031,62,1807 +725,1,17031,62,330 +726,1,17031,62,98 +727,6,17031,62,401 +728,6,17031,62,74 +729,6,17031,62,200 +730,6,17031,62,93 +731,6,17031,62,271 +732,6,17031,62,20 +733,6,17031,62,6 +734,6,17031,62,57 +735,6,17031,62,198 +736,6,17031,62,47 +737,6,17031,62,1280 +738,6,17031,62,199 +739,6,17031,62,24 +740,6,17031,62,426 +741,6,17031,62,206 +742,6,17031,62,1 +743,6,17031,62,107 +744,6,17031,62,2 +745,6,17031,62,32 +746,6,17031,62,0 +747,6,17031,62,51 +748,2,17031,62,40 +749,2,17031,62,57 +750,2,17031,62,4 +751,2,17031,62,21 +752,2,17031,62,32 +753,2,17031,62,97 +754,2,17031,62,1 +755,2,17031,62,2 +756,2,17031,62,172 +757,2,17031,62,37 +758,2,17031,62,53 +759,2,17031,62,2 +760,2,17031,62,50 +761,2,17031,62,1 +762,2,17031,62,1 +763,2,17031,62,76 +764,2,17031,62,3 +765,2,17031,62,7 +766,2,17031,62,120 +767,2,17031,62,987 +768,2,17031,62,18 +769,2,17031,62,333 +770,2,17031,62,6 +771,2,17031,62,8 +772,2,17031,62,126 +773,2,17031,62,90 +774,2,17031,62,57 +775,2,17031,62,6 +776,2,17031,62,0 +777,2,17031,62,33 +778,2,17031,62,30 +779,2,17031,62,521 +780,2,17031,62,1 +781,2,17031,62,2 +782,2,17031,62,32 +783,2,17031,62,130 +784,2,17031,62,406 +785,2,17031,62,358 +786,2,17031,62,30 +787,2,17031,62,0 +788,2,17031,62,2 +789,2,17031,62,84 +790,2,17031,62,29 +791,2,17031,62,29 +792,2,17031,62,45 +793,7,17031,62,19 +794,7,17031,62,2596 +795,7,17031,62,15 +796,7,17031,62,253 +797,7,17031,62,1 +798,7,17031,62,170 +799,7,17031,62,514 +800,7,17031,62,160 +801,7,17031,62,87 +802,7,17031,62,1336 +803,7,17031,62,209 +804,7,17031,62,417 +805,7,17031,62,399 +806,7,17031,62,36 +807,7,17031,62,63 +808,7,17031,62,1 +809,7,17031,62,57 +810,7,17031,62,0 +811,7,17031,62,80 +812,7,17031,62,411 +813,7,17031,62,140 +814,7,17031,62,309 +815,7,17031,62,32 +816,7,17031,62,33 +817,7,17031,62,445 +818,7,17031,62,83 +819,7,17031,62,81 +820,7,17031,62,63 +821,7,17031,62,726 +822,7,17031,62,33 +823,7,17031,62,80 +824,7,17031,62,0 +825,7,17031,62,77 +826,7,17031,62,185 +827,7,17031,62,33 +828,7,17031,62,121 +829,7,17031,62,9 +830,7,17031,62,60 +831,7,17031,62,80 +832,7,17031,62,166 +833,7,17031,62,19 +834,7,17031,62,559 +835,7,17031,62,3 +836,7,17031,62,40 +837,7,17031,62,200 +838,7,17031,62,24 +839,3,17031,62,6 +840,3,17031,62,36 +841,3,17031,62,10 +842,3,17031,62,2 +843,3,17031,62,64 +844,3,17031,62,3 +845,3,17031,62,38 +846,3,17031,62,2 +847,3,17031,62,36 +848,3,17031,62,22 +849,3,17031,62,38 +850,3,17031,62,381 +851,3,17031,62,1 +852,3,17031,62,441 +853,3,17031,62,1 +854,3,17031,62,14 +855,3,17031,62,13 +856,3,17031,62,137 +857,3,17031,62,404 +858,3,17031,62,270 +859,3,17031,62,10 +860,3,17031,62,148 +861,3,17031,62,4 +862,3,17031,62,26 +863,3,17031,62,49 +864,3,17031,62,68 +865,3,17031,62,72 +866,3,17031,62,63 +867,3,17031,62,98 +868,3,17031,62,10 +869,3,17031,62,79 +870,3,17031,62,167 +871,3,17031,62,23 +872,3,17031,62,1160 +873,3,17031,62,929 +874,3,17031,62,138 +875,3,17031,62,12 +876,3,17031,62,58 +877,3,17031,62,0 +878,3,17031,62,17 +879,3,17031,62,49 +880,3,17031,62,1 +881,3,17031,62,38 +882,3,17031,62,39 +883,3,17031,62,6 +884,3,17031,62,62 +885,3,17031,62,2 +886,3,17031,62,144 +887,3,17031,62,0 +888,3,17031,62,15 +889,3,17031,62,29 +890,3,17031,62,8 +891,3,17031,62,14 +892,3,17031,62,52 +893,3,17031,62,53 +894,3,17031,62,18 +895,3,17031,62,79 +896,3,17031,62,3 +897,3,17031,62,2903 +898,3,17031,62,291 +899,3,17031,62,90 +900,3,17031,62,77 +901,3,17031,62,65 +902,3,17031,62,95 +903,3,17031,62,405 +904,3,17031,62,23 +905,8,17031,62,192 +906,8,17031,62,62 +907,8,17031,62,121 +908,8,17031,62,124 +909,8,17031,62,132 +910,8,17031,62,443 +911,8,17031,62,2783 +912,8,17031,62,52 +913,8,17031,62,2 +914,8,17031,62,16 +915,8,17031,62,123 +916,8,17031,62,2 +917,8,17031,62,13 +918,8,17031,62,704 +919,8,17031,62,30 +920,8,17031,62,160 +921,8,17031,62,117 +922,8,17031,62,15 +923,8,17031,62,77 +924,8,17031,62,3 +925,8,17031,62,78 +926,8,17031,62,1 +927,8,17031,62,48 +928,8,17031,62,92 +929,8,17031,62,51 +930,8,17031,62,30 +931,8,17031,62,52 +932,8,17031,62,69 +933,8,17031,62,36 +934,8,17031,62,20 +935,8,17031,62,435 +936,8,17031,62,102 +937,8,17031,62,9 +938,8,17031,62,23 +939,8,17031,62,5 +940,8,17031,62,50 +941,8,17031,62,0 +942,8,17031,62,44 +943,8,17031,62,1647 +944,8,17031,62,113 +945,8,17031,62,22 +946,8,17031,62,140 +947,8,17031,62,297 +948,8,17031,62,4 +949,8,17031,62,14 +950,8,17031,62,29 +951,8,17031,62,2 +952,8,17031,62,85 +953,8,17031,62,186 +954,8,17031,62,148 +955,4,17031,62,490 +956,4,17031,62,2517 +957,4,17031,62,279 +958,4,17031,62,89 +959,4,17031,62,946 +960,4,17031,62,7 +961,4,17031,62,45 +962,4,17031,62,61 +963,4,17031,62,52 +964,4,17031,62,222 +965,4,17031,62,128 +966,4,17031,62,128 +967,4,17031,62,139 +968,4,17031,62,8 +969,4,17031,62,1986 +970,4,17031,62,206 +971,4,17031,62,9 +972,4,17031,62,44 +973,4,17031,62,260 +974,4,17031,62,20 +975,4,17031,62,34 +976,4,17031,62,708 +977,4,17031,62,980 +978,4,17031,62,133 +979,4,17031,62,417 +980,4,17031,62,351 +981,4,17031,62,396 +982,4,17031,62,253 +983,4,17031,62,40 +984,4,17031,62,12 +985,4,17031,62,288 +986,4,17031,62,315 +987,4,17031,62,97 +988,4,17031,62,375 +989,4,17031,62,49 +990,4,17031,62,4 +991,4,17031,62,18 +992,4,17031,62,436 +993,4,17031,62,59 +994,4,17031,62,1 +995,4,17031,62,10 +996,4,17031,62,43 +997,4,17031,62,72 +998,4,17031,62,76 +999,4,17031,62,43 +1000,4,17031,62,33 +1001,4,17031,62,8 +1002,9,17031,62,65 +1003,9,17031,62,835 +1004,9,17031,62,14 +1005,9,17031,62,81 +1006,9,17031,62,173 +1007,9,17031,62,58 +1008,9,17031,62,39 +1009,9,17031,62,5 +1010,9,17031,62,126 +1011,9,17031,62,430 +1012,9,17031,62,4 +1013,9,17031,62,847 +1014,9,17031,62,95 +1015,9,17031,62,460 +1016,9,17031,62,264 +1017,9,17031,62,242 +1018,9,17031,62,114 +1019,9,17031,62,54 +1020,9,17031,62,252 +1021,9,17031,62,158 +1022,9,17031,62,208 +1023,9,17031,62,134 +1024,9,17031,62,288 +1025,9,17031,62,0 +1026,9,17031,62,22 +1027,9,17031,62,86 +1028,9,17031,62,221 +1029,9,17031,62,29 +1030,9,17031,62,16 +1031,9,17031,62,2002 +1032,9,17031,62,124 +1033,9,17031,62,431 +1034,9,17031,62,92 +1035,9,17031,62,64 +1036,9,17031,62,0 +1037,9,17031,62,189 +1038,9,17031,62,299 +1039,9,17031,62,41 +1040,9,17031,62,0 +1041,9,17031,62,25 +1042,9,17031,62,31 +1043,9,17031,62,1 +1044,9,17031,62,40 +1045,9,17031,62,14 +1046,9,17031,62,1 +1047,9,17031,62,0 +1048,9,17031,62,3 +1049,9,17031,62,119 +1050,9,17031,62,104 +1051,9,17031,62,21 +1052,9,17031,62,140 +1053,9,17031,62,2 +1054,9,17031,62,31 +1055,9,17031,62,239 +1056,9,17031,62,1 +1057,9,17031,62,42 +1058,9,17031,62,0 +1059,9,17031,62,6 +1060,9,17031,62,2 +1061,12,17031,62,414 +1062,9,17031,62,75 +1063,9,17031,62,27 +1064,12,17031,62,3 +1065,9,17031,62,3 +1066,9,17031,62,8 +1067,9,17031,62,117 +1068,12,17031,62,71 +1069,5,17031,62,28 +1070,5,17031,62,110 +1071,5,17031,62,1 +1072,5,17031,62,0 +1073,5,17031,62,89 +1074,5,17031,62,157 +1075,5,17031,62,137 +1076,5,17031,62,96 +1077,5,17031,62,110 +1078,5,17031,62,10 +1079,5,17031,62,94 +1080,5,17031,62,73 +1081,5,17031,62,80 +1082,5,17031,62,77 +1083,5,17031,62,18 +1084,5,17031,62,8 +1085,5,17031,62,41 +1086,5,17031,62,27 +1087,10,17031,62,3 +1088,5,17031,62,194 +1089,10,17031,62,74 +1090,5,17031,62,7 +1091,5,17031,62,3271 +1092,10,17031,62,99 +1093,10,17031,62,123 +1094,10,17031,62,589 +1095,10,17031,62,2572 +1096,10,17031,62,584 +1097,10,17031,62,8 +1098,5,17031,62,155 +1099,10,17031,62,226 +1100,10,17031,62,39 +1101,10,17031,62,10 +1102,10,17031,62,0 +1103,10,17031,62,183 +1104,10,17031,62,62 +1105,10,17031,62,7 +1106,10,17031,62,23 +1107,10,17031,62,234 +1108,10,17031,62,174 +1109,10,17031,62,5 +1110,10,17031,62,28 +1111,10,17031,62,72 +1112,10,17031,62,74 +1113,10,17031,62,116 +1114,10,17031,62,15 +1115,10,17031,62,7 +1116,10,17031,62,13 +1117,10,17031,62,63 +1118,10,17031,62,11 +1119,10,17031,62,12 +1120,10,17031,62,8 +1121,10,17031,62,358 +1122,10,17031,62,50 +1123,10,17031,62,0 +1124,10,17031,62,27 +1125,10,17031,62,56 +1126,10,17031,62,30 +1127,10,17031,62,38 +1128,10,17031,62,282 +1129,10,17031,62,12 +1130,10,17031,62,21 +1131,10,17031,62,102 +1132,10,17031,62,162 +1133,10,17031,62,31 +1134,10,17031,62,54 +1135,10,17031,62,194 +1136,10,17031,62,45 +1137,10,17031,62,6 +1138,10,17031,62,35 +1139,10,17031,62,236 +1140,10,17031,62,38 +1141,10,17031,62,93 +1142,10,17031,62,7 +1143,10,17031,62,34 +1144,10,17031,62,30 +1145,10,17031,62,17 +1146,10,17031,62,115 +1147,10,17031,62,257 +1148,10,17031,62,66 +1149,10,17031,62,175 +1150,10,17031,62,163 +1151,10,17031,62,42 +1152,10,17031,62,97 +1153,10,17031,62,4 +1154,10,17031,62,147 +1155,10,17031,62,26 +1156,10,17031,62,27 +1157,10,17031,62,192 +1158,10,17031,62,29 +1159,10,17031,62,147 +1160,10,17031,62,28 +1161,10,17031,62,4 +1162,10,17031,62,61 +1163,10,17031,62,47 +1164,10,17031,62,9 +1165,10,17031,62,35 +1166,10,17031,62,16 +1167,10,17031,62,123 +1168,10,17031,62,167 +1169,10,17031,62,718 +1170,10,17031,62,3 +1171,11,17031,62,33 +1172,11,17031,62,183 +1173,11,17031,62,138 +1174,11,17031,62,942 +1175,11,17031,62,21 +1176,11,17031,62,496 +1177,11,17031,62,322 +1178,11,17031,62,35 +1179,11,17031,62,0 +1180,11,17031,62,9 +1181,11,17031,62,8 +1182,11,17031,62,3009 +1183,12,17031,62,33 +1184,12,17031,62,19 +1185,12,17031,62,60 +1186,12,17031,62,26 +1187,12,17031,62,1 +1188,13,17031,62,56 +1189,12,17031,62,432 +1190,13,17031,62,2 +1191,12,17031,62,105 +1192,12,17031,62,78 +1193,12,17031,62,15 +1194,12,17031,62,16 +1195,12,17031,62,38 +1196,12,17031,62,58 +1197,12,17031,62,27 +1198,12,17031,62,1 +1199,12,17031,62,15 +1200,12,17031,62,41 +1201,12,17031,62,8 +1202,12,17031,62,25 +1203,12,17031,62,102 +1204,12,17031,62,166 +1205,12,17031,62,72 +1206,12,17031,62,14 +1207,12,17031,62,53 +1208,12,17031,62,63 +1209,12,17031,62,25 +1210,12,17031,62,14 +1211,12,17031,62,33 +1212,12,17031,62,84 +1213,12,17031,62,61 +1214,12,17031,62,78 +1215,12,17031,62,20 +1216,12,17031,62,262 +1217,12,17031,62,583 +1218,12,17031,62,220 +1219,12,17031,62,49 +1220,12,17031,62,16 +1221,12,17031,62,0 +1222,12,17031,62,36 +1223,12,17031,62,177 +1224,12,17031,62,2575 +1225,12,17031,62,80 +1226,12,17031,62,59 +1227,12,17031,62,9 +1228,12,17031,62,117 +1229,15,17031,62,82 +1230,15,17031,62,414 +1231,15,17031,62,25 +1232,15,17031,62,34 +1233,15,17031,62,7 +1234,15,17031,62,24 +1235,15,17031,62,55 +1236,15,17031,62,83 +1237,15,17031,62,53 +1238,15,17031,62,80 +1239,15,17031,62,16 +1240,15,17031,62,80 +1241,15,17031,62,66 +1242,15,17031,62,3 +1243,15,17031,62,0 +1244,15,17031,62,12 +1245,15,17031,62,77 +1246,15,17031,62,12 +1247,15,17031,62,15 +1248,15,17031,62,62 +1249,15,17031,62,82 +1250,15,17031,62,44 +1251,15,17031,62,125 +1252,15,17031,62,65 +1253,15,17031,62,4 +1254,15,17031,62,87 +1255,15,17031,62,162 +1256,15,17031,62,114 +1257,15,17031,62,288 +1258,15,17031,62,10 +1259,15,17031,62,28 +1260,15,17031,62,3 +1261,15,17031,62,99 +1262,15,17031,62,1 +1263,15,17031,62,63 +1264,15,17031,62,248 +1265,15,17031,62,80 +1266,15,17031,62,27 +1267,15,17031,62,36 +1268,15,17031,62,61 +1269,15,17031,62,558 +1270,15,17031,62,38 +1271,15,17031,62,63 +1272,15,17031,62,65 +1273,15,17031,62,25 +1274,15,17031,62,163 +1275,15,17031,62,75 +1276,15,17031,62,50 +1277,15,17031,62,74 +1278,15,17031,62,70 +1279,15,17031,62,21 +1280,15,17031,62,33 +1281,15,17031,62,54 +1282,15,17031,62,31 +1283,15,17031,62,28 +1284,15,17031,62,88 +1285,15,17031,62,26 +1286,15,17031,62,99 +1287,15,17031,62,103 +1288,15,17031,62,13 +1289,15,17031,62,28 +1290,15,17031,62,55 +1291,15,17031,62,120 +1292,15,17031,62,34 +1293,15,17031,62,3637 +1294,15,17031,62,135 +1295,15,17031,62,135 +1296,15,17031,62,253 +1297,15,17031,62,42 +1298,15,17031,62,31 +1299,15,17031,62,438 +1300,15,17031,62,0 +1301,15,17031,62,10 +1302,15,17031,62,60 +1303,15,17031,62,19 +1304,15,17031,62,3 +1305,15,17031,62,160 +1306,15,17031,62,4 +1307,15,17031,62,3 +1308,15,17031,62,138 +1309,15,17031,62,1102 +1310,15,17031,62,75 +1311,15,17031,62,57 +1312,15,17031,62,275 +1313,16,17031,62,1 +1314,16,17031,62,34 +1315,16,17031,62,41 +1316,16,17031,62,88 +1317,16,17031,62,65 +1318,16,17031,62,440 +1319,16,17031,62,807 +1320,16,17031,62,134 +1321,16,17031,62,91 +1322,16,17031,62,49 +1323,16,17031,62,36 +1324,16,17031,62,97 +1325,16,17031,62,53 +1326,16,17031,62,881 +1327,16,17031,62,39 +1328,16,17031,62,58 +1329,16,17031,62,71 +1330,16,17031,62,97 +1331,16,17031,62,6 +1332,16,17031,62,42 +1333,16,17031,62,425 +1334,16,17031,62,82 +1335,16,17031,62,144 +1336,16,17031,62,46 +1337,16,17031,62,96 +1338,16,17031,62,36 +1339,16,17031,62,51 +1340,16,17031,62,43 +1341,16,17031,62,32 +1342,16,17031,62,120 +1343,16,17031,62,123 +1344,16,17031,62,27 +1345,16,17031,62,7 +1346,16,17031,62,93 +1347,16,17031,62,139 +1348,16,17031,62,45 +1349,16,17031,62,15 +1350,16,17031,62,2054 +1351,16,17031,62,277 +1352,16,17031,62,10 +1353,16,17031,62,44 +1354,16,17031,62,134 +1355,16,17031,62,222 +1356,16,17031,62,43 +1357,16,17031,62,3 +1358,16,17031,62,42 +1359,16,17031,62,28 +1360,16,17031,62,37 +1361,16,17031,62,7 +1362,18,17031,62,189 +1363,18,17031,62,86 +1364,18,17031,62,91 +1365,18,17031,62,310 +1366,18,17031,62,11 +1367,18,17031,62,137 +1368,18,17031,62,136 +1369,18,17031,62,33 +1370,18,17031,62,8 +1371,18,17031,62,3 +1372,18,17031,62,44 +1373,18,17031,62,116 +1374,18,17031,62,39 +1375,18,17031,62,676 +1376,18,17031,62,27 +1377,18,17031,62,1 +1378,18,17031,62,34 +1379,18,17031,62,20 +1380,18,17031,62,24 +1381,18,17031,62,59 +1382,18,17031,62,63 +1383,18,17031,62,596 +1384,18,17031,62,19 +1385,18,17031,62,364 +1386,18,17031,62,13 +1387,18,17031,62,2 +1388,18,17031,62,6 +1389,18,17031,62,35 +1390,18,17031,62,78 +1391,18,17031,62,94 +1392,18,17031,62,36 +1393,18,17031,62,108 +1394,18,17031,62,72 +1395,18,17031,62,3 +1396,18,17031,62,3 +1397,18,17031,62,76 +1398,18,17031,62,31 +1399,18,17031,62,33 +1400,18,17031,62,55 +1401,18,17031,62,267 +1402,18,17031,62,6 +1403,18,17031,62,17 +1404,18,17031,62,24 +1405,18,17031,62,20 +1406,18,17031,62,100 +1407,18,17031,62,5 +1408,18,17031,62,91 +1409,18,17031,62,18 +1410,18,17031,62,192 +1411,18,17031,62,81 +1412,18,17031,62,516 +1413,18,17031,62,1 +1414,18,17031,62,33 +1415,18,17031,62,330 +1416,19,17031,62,129 +1417,19,17031,62,20 +1418,19,17031,62,20 +1419,19,17031,62,16 +1420,19,17031,62,125 +1421,19,17031,62,23 +1422,19,17031,62,8 +1423,19,17031,62,0 +1424,19,17031,62,9 +1425,19,17031,62,10 +1426,19,17031,62,20 +1427,19,17031,62,22 +1428,19,17031,62,11 +1429,19,17031,62,72 +1430,19,17031,62,6 +1431,19,17031,62,34 +1432,19,17031,62,28 +1433,19,17031,62,23 +1434,19,17031,62,110 +1435,19,17031,62,133 +1436,19,17031,62,11 +1437,19,17031,62,28 +1438,19,17031,62,93 +1439,19,17031,62,212 +1440,19,17031,62,396 +1441,21,17031,62,90 +1442,21,17031,62,661 +1443,21,17031,62,93 +1444,21,17031,62,491 +1445,21,17031,62,164 +1446,21,17031,62,52 +1447,22,17031,62,17 +1448,22,17031,62,47 +1449,22,17031,62,128 +1450,22,17031,62,33 +1451,22,17031,62,68 +1452,22,17031,62,21 +1453,22,17031,62,35 +1454,22,17031,62,131 +1455,22,17031,62,21 +1456,22,17031,62,51 +1457,22,17031,62,66 +1458,22,17031,62,224 +1459,22,17031,62,1 +1460,22,17031,62,8 +1461,22,17031,62,108 +1462,22,17031,62,12 +1463,22,17031,62,84 +1464,22,17031,62,1173 +1465,22,17031,62,6 +1466,22,17031,62,298 +1467,22,17031,62,16 +1468,22,17031,62,729 +1469,22,17031,62,6 +1470,22,17031,62,17 +1471,23,17031,62,95 +1472,23,17031,62,321 +1473,23,17031,62,228 +1474,23,17031,62,290 +1475,23,17031,62,28 +1476,23,17031,62,4 +1477,23,17031,62,2503 +1478,23,17031,62,16 +1479,23,17031,62,54 +1480,23,17031,62,104 +1481,23,17031,62,11 +1482,23,17031,62,1240 +1483,23,17031,62,29 +1484,23,17031,62,14 +1485,23,17031,62,13 +1486,23,17031,62,93 +1487,23,17031,62,84 +1488,23,17031,62,176 +1489,23,17031,62,54 +1490,23,17031,62,7 +1491,23,17031,62,306 +1492,23,17031,62,165 +1493,23,17031,62,71 +1494,23,17031,62,80 +1495,23,17031,62,63 +1496,23,17031,62,123 +1497,23,17031,62,3 +1498,23,17031,62,52 +1499,23,17031,62,55 +1500,23,17031,62,3 +1501,23,17031,62,231 +1502,23,17031,62,45 +1503,23,17031,62,31 +1504,23,17031,62,4 +1505,23,17031,62,15 +1506,23,17031,62,15 +1507,23,17031,62,6 +1508,23,17031,62,185 +1509,23,17031,62,223 +1510,23,17031,62,59 +1511,23,17031,62,82 +1512,23,17031,62,71 +1513,23,17031,62,284 +1514,23,17031,62,31 +1515,23,17031,62,84 +1516,23,17031,62,76 +1517,23,17031,62,1 +1518,23,17031,62,14 +1519,23,17031,62,52 +1520,23,17031,62,31 +1521,23,17031,62,10 +1522,23,17031,62,11 +1523,23,17031,62,11 +1524,23,17031,62,81 +1525,23,17031,62,45 +1526,23,17031,62,64 +1527,23,17031,62,14 +1528,23,17031,62,35 +1529,23,17031,62,258 +1530,23,17031,62,13 +1531,23,17031,62,30 +1532,23,17031,62,204 +1533,23,17031,62,27 +1534,23,17031,62,130 +1535,23,17031,62,26 +1536,23,17031,62,169 +1537,24,17031,62,25 +1538,24,17031,62,62 +1539,24,17031,62,42 +1540,24,17031,62,47 +1541,24,17031,62,24 +1542,24,17031,62,14 +1543,24,17031,62,34 +1544,24,17031,62,595 +1545,24,17031,62,4 +1546,24,17031,62,48 +1547,24,17031,62,8 +1548,24,17031,62,64 +1549,24,17031,62,198 +1550,24,17031,62,23 +1551,24,17031,62,3 +1552,25,17031,62,190 +1553,25,17031,62,13 +1554,25,17031,62,69 +1555,25,17031,62,236 +1556,25,17031,62,0 +1557,25,17031,62,2 +1558,25,17031,62,80 +1559,25,17031,62,353 +1560,25,17031,62,25 +1561,25,17031,62,621 +1562,25,17031,62,492 +1563,25,17031,62,198 +1564,25,17031,62,163 +1565,25,17031,62,219 +1566,25,17031,62,115 +1567,25,17031,62,25 +1568,25,17031,62,87 +1569,25,17031,62,138 +1570,25,17031,62,100 +1571,25,17031,62,177 +1572,25,17031,62,1090 +1573,26,17031,62,20 +1574,26,17031,62,46 +1575,26,17031,62,385 +1576,26,17031,62,189 +1577,26,17031,62,85 +1578,26,17031,62,92 +1579,26,17031,62,79 +1580,26,17031,62,201 +1581,26,17031,62,54 +1582,26,17031,62,24 +1583,26,17031,62,17 +1584,26,17031,62,0 +1585,26,17031,62,0 +1586,26,17031,62,100 +1587,26,17031,62,34 +1588,26,17031,62,3 +1589,26,17031,62,0 +1590,26,17031,62,131 +1591,26,17031,62,161 +1592,26,17031,62,42 +1593,26,17031,62,209 +1594,26,17031,62,25 +1595,26,17031,62,447 +1596,26,17031,62,3 +1597,26,17031,62,30 +1598,26,17031,62,125 +1599,26,17031,62,518 +1600,26,17031,62,631 +1601,26,17031,62,209 +1602,26,17031,62,6 +1603,26,17031,62,180 +1604,26,17031,62,7 +1605,26,17031,62,26 +1606,26,17031,62,90 +1607,26,17031,62,23 +1608,26,17031,62,12 +1609,26,17031,62,0 +1610,26,17031,62,52 +1611,26,17031,62,0 +1612,26,17031,62,143 +1613,26,17031,62,418 +1614,26,17031,62,251 +1615,27,17031,62,147 +1616,27,17031,62,119 +1617,27,17031,62,79 +1618,27,17031,62,45 +1619,27,17031,62,125 +1620,27,17031,62,208 +1621,27,17031,62,103 +1622,27,17031,62,139 +1623,27,17031,62,89 +1624,27,17031,62,82 +1625,27,17031,62,120 +1626,27,17031,62,194 +1627,27,17031,62,209 +1628,27,17031,62,764 +1629,27,17031,62,30 +1630,27,17031,62,406 +1631,27,17031,62,91 +1632,27,17031,62,183 +1633,27,17031,62,228 +1634,27,17031,62,231 +1635,27,17031,62,208 +1636,27,17031,62,147 +1637,27,17031,62,143 +1638,27,17031,62,127 +1639,27,17031,62,232 +1640,27,17031,62,432 +1641,27,17031,62,159 +1642,27,17031,62,314 +1643,27,17031,62,171 +1644,27,17031,62,90 +1645,27,17031,62,48 +1646,27,17031,62,96 +1647,27,17031,62,16 +1648,27,17031,62,500 +1649,27,17031,62,307 +1650,27,17031,62,472 +1651,27,17031,62,69 +1652,27,17031,62,19 +1653,27,17031,62,17 +1654,27,17031,62,53 +1655,27,17031,62,250 +1656,27,17031,62,10 +1657,27,17031,62,63 +1658,27,17031,62,94 +1659,27,17031,62,63 +1660,27,17031,62,41 +1661,27,17031,62,142 +1662,27,17031,62,85 +1663,27,17031,62,267 +1664,27,17031,62,30 +1665,27,17031,62,137 +1666,27,17031,62,176 +1667,28,17031,62,49 +1668,28,17031,62,65 +1669,28,17031,62,61 +1670,28,17031,62,97 +1671,28,17031,62,478 +1672,28,17031,62,20 +1673,28,17031,62,55 +1674,28,17031,62,7 +1675,28,17031,62,17 +1676,28,17031,62,115 +1677,28,17031,62,169 +1678,28,17031,62,411 +1679,28,17031,62,10 +1680,28,17031,62,102 +1681,28,17031,62,177 +1682,28,17031,62,15 +1683,28,17031,62,20 +1684,28,17031,62,13 +1685,28,17031,62,34 +1686,28,17031,62,16 +1687,28,17031,62,29 +1688,28,17031,62,25 +1689,28,17031,62,96 +1690,28,17031,62,98 +1691,28,17031,62,834 +1692,28,17031,62,3 +1693,28,17031,62,36 +1694,28,17031,62,23 +1695,28,17031,62,66 +1696,28,17031,62,192 +1697,29,17031,62,46 +1698,29,17031,62,394 +1699,29,17031,62,50 +1700,29,17031,62,76 +1701,29,17031,62,24 +1702,29,17031,62,93 +1703,29,17031,62,131 +1704,29,17031,62,24 +1705,29,17031,62,75 +1706,29,17031,62,49 +1707,29,17031,62,5 +1708,29,17031,62,50 +1709,29,17031,62,391 +1710,29,17031,62,54 +1711,29,17031,62,165 +1712,29,17031,62,44 +1713,29,17031,62,55 +1714,29,17031,62,48 +1715,29,17031,62,141 +1716,29,17031,62,690 +1717,29,17031,62,30 +1718,29,17031,62,53 +1719,29,17031,62,81 +1720,29,17031,62,31 +1721,29,17031,62,319 +1722,29,17031,62,43 +1723,29,17031,62,21 +1724,29,17031,62,63 +1725,29,17031,62,18 +1726,29,17031,62,168 +1727,29,17031,62,405 +1728,29,17031,62,361 +1729,29,17031,62,139 +1730,29,17031,62,86 +1731,29,17031,62,132 +1732,29,17031,62,131 +1733,79,17043,62,0 +1734,79,17043,62,0 +1735,77,17043,62,23 +1736,77,17043,62,219 +1737,77,17043,62,44 +1738,77,17043,62,26 +1739,77,17043,62,74 +1740,77,17043,62,188 +1741,77,17043,62,118 +1742,77,17043,62,371 +1743,77,17043,62,56 +1744,80,17043,62,88 +1745,80,17043,62,34 +1746,80,17043,62,92 +1747,80,17043,62,38 +1748,80,17043,62,57 +1749,80,17043,62,1338 +1750,80,17043,62,0 +1751,80,17043,62,256 +1752,80,17043,62,339 +1753,80,17043,62,3 +1754,80,17043,62,199 +1755,80,17043,62,135 +1756,83,17043,62,8 +1757,83,17043,62,27 +1758,83,17043,62,24 +1759,83,17043,62,39 +1760,83,17043,62,65 +1761,83,17043,62,385 +1762,83,17043,62,22 +1763,83,17043,62,98 +1764,83,17043,62,191 +1765,83,17043,62,0 +1766,83,17043,62,5 +1767,83,17043,62,143 +1768,83,17043,62,844 +1769,83,17043,62,8 +1770,83,17043,62,205 +1771,83,17043,62,5 +1772,83,17043,62,1 +1773,83,17043,62,14 +1774,83,17043,62,10 +1775,83,17043,62,92 +1776,83,17043,62,36 +1777,83,17043,62,24 +1778,83,17043,62,38 +1779,83,17043,62,7 +1780,83,17043,62,22 +1781,83,17043,62,181 +1782,83,17043,62,208 +1783,83,17043,62,27 +1784,83,17043,62,24 +1785,83,17043,62,50 +1786,83,17043,62,30 +1787,83,17043,62,27 +1788,83,17043,62,21 +1789,83,17043,62,6 +1790,83,17043,62,58 +1791,83,17043,62,16 +1792,83,17043,62,0 +1793,83,17043,62,816 +1794,83,17043,62,20 +1795,83,17043,62,163 +1796,83,17043,62,6 +1797,83,17043,62,1 +1798,83,17043,62,21 +1799,83,17043,62,56 +1800,83,17043,62,3576 +1801,83,17043,62,21 +1802,83,17043,62,12 +1803,83,17043,62,77 +1804,83,17043,62,0 +1805,83,17043,62,0 +1806,83,17043,62,14 +1807,83,17043,62,21 +1808,83,17043,62,152 +1809,83,17043,62,38 +1810,83,17043,62,81 +1811,83,17043,62,343 +1812,83,17043,62,337 +1813,78,17043,62,86 +1814,78,17043,62,32 +1815,78,17043,62,3 +1816,78,17043,62,31 +1817,78,17043,62,325 +1818,78,17043,62,12 +1819,78,17043,62,39 +1820,78,17043,62,2 +1821,78,17043,62,81 +1822,78,17043,62,22 +1823,78,17043,62,135 +1824,78,17043,62,7 +1825,78,17043,62,388 +1826,78,17043,62,12 +1827,78,17043,62,481 +1828,78,17043,62,54 +1829,78,17043,62,40 +1830,78,17043,62,1 +1831,78,17043,62,12 +1832,78,17043,62,61 +1833,78,17043,62,120 +1834,78,17043,62,39 +1835,78,17043,62,199 +1836,78,17043,62,2 +1837,78,17043,62,306 +1838,78,17043,62,144 +1839,78,17043,62,7 +1840,78,17043,62,3 +1841,78,17043,62,1854 +1842,78,17043,62,34 +1843,78,17043,62,97 +1844,78,17043,62,2 +1845,78,17043,62,0 +1846,78,17043,62,7 +1847,78,17043,62,10 +1848,78,17043,62,56 +1849,78,17043,62,45 +1850,78,17043,62,23 +1851,78,17043,62,58 +1852,78,17043,62,727 +1853,78,17043,62,95 +1854,78,17043,62,106 +1855,81,17043,62,9 +1856,81,17043,62,41 +1857,81,17043,62,0 +1858,81,17043,62,105 +1859,81,17043,62,759 +1860,81,17043,62,10 +1861,81,17043,62,121 +1862,81,17043,62,24 +1863,81,17043,62,97 +1864,81,17043,62,6 +1865,81,17043,62,65 +1866,81,17043,62,176 +1867,81,17043,62,5 +1868,81,17043,62,81 +1869,81,17043,62,72 +1870,81,17043,62,104 +1871,81,17043,62,4 +1872,81,17043,62,1 +1873,81,17043,62,286 +1874,81,17043,62,0 +1875,81,17043,62,12 +1876,81,17043,62,1808 +1877,81,17043,62,3 +1878,81,17043,62,47 +1879,81,17043,62,81 +1880,81,17043,62,0 +1881,81,17043,62,1266 +1882,81,17043,62,41 +1883,81,17043,62,252 +1884,81,17043,62,85 +1885,81,17043,62,11 +1886,81,17043,62,73 +1887,81,17043,62,138 +1888,81,17043,62,95 +1889,81,17043,62,26 +1890,81,17043,62,25 +1891,81,17043,62,0 +1892,81,17043,62,1 +1893,81,17043,62,5 +1894,81,17043,62,25 +1895,81,17043,62,0 +1896,81,17043,62,198 +1897,81,17043,62,79 +1898,81,17043,62,0 +1899,81,17043,62,108 +1900,81,17043,62,0 +1901,81,17043,62,7 +1902,81,17043,62,22 +1903,81,17043,62,17 +1904,81,17043,62,729 +1905,81,17043,62,4 +1906,81,17043,62,8 +1907,81,17043,62,47 +1908,81,17043,62,50 +1909,81,17043,62,68 +1910,81,17043,62,67 +1911,81,17043,62,10 +1912,84,17043,62,946 +1913,84,17043,62,234 +1914,84,17043,62,185 +1915,84,17043,62,22 +1916,84,17043,62,166 +1917,84,17043,62,67 +1918,84,17043,62,3 +1919,84,17043,62,151 +1920,84,17043,62,51 +1921,84,17043,62,45 +1922,84,17043,62,0 +1923,84,17043,62,6 +1924,84,17043,62,230 +1925,84,17043,62,247 +1926,84,17043,62,2 +1927,84,17043,62,21 +1928,84,17043,62,129 +1929,84,17043,62,108 +1930,84,17043,62,83 +1931,84,17043,62,82 +1932,84,17043,62,37 +1933,84,17043,62,80 +1934,84,17043,62,349 +1935,84,17043,62,26 +1936,84,17043,62,97 +1937,84,17043,62,31 +1938,84,17043,62,104 +1939,84,17043,62,4 +1940,84,17043,62,1474 +1941,84,17043,62,88 +1942,84,17043,62,156 +1943,84,17043,62,31 +1944,84,17043,62,6 +1945,84,17043,62,28 +1946,84,17043,62,415 +1947,84,17043,62,75 +1948,84,17043,62,69 +1949,84,17043,62,25 +1950,84,17043,62,229 +1951,84,17043,62,35 +1952,84,17043,62,6 +1953,84,17043,62,7 +1954,79,17043,62,48 +1955,79,17043,62,382 +1956,79,17043,62,251 +1957,79,17043,62,109 +1958,79,17043,62,119 +1959,79,17043,62,87 +1960,79,17043,62,32 +1961,79,17043,62,78 +1962,79,17043,62,80 +1963,79,17043,62,138 +1964,79,17043,62,16 +1965,79,17043,62,98 +1966,79,17043,62,65 +1967,79,17043,62,90 +1968,79,17043,62,124 +1969,79,17043,62,111 +1970,79,17043,62,53 +1971,79,17043,62,40 +1972,79,17043,62,0 +1973,79,17043,62,9 +1974,79,17043,62,141 +1975,79,17043,62,108 +1976,79,17043,62,4 +1977,79,17043,62,5 +1978,79,17043,62,1121 +1979,79,17043,62,43 +1980,79,17043,62,6 +1981,79,17043,62,45 +1982,79,17043,62,1 +1983,79,17043,62,11 +1984,79,17043,62,42 +1985,79,17043,62,94 +1986,79,17043,62,29 +1987,79,17043,62,12 +1988,79,17043,62,41 +1989,79,17043,62,150 +1990,79,17043,62,9 +1991,79,17043,62,100 +1992,79,17043,62,116 +1993,79,17043,62,338 +1994,79,17043,62,137 +1995,79,17043,62,0 +1996,79,17043,62,84 +1997,79,17043,62,82 +1998,79,17043,62,95 +1999,79,17043,62,4 +2000,79,17043,62,142 +2001,79,17043,62,63 +2002,79,17043,62,1 +2003,82,17043,62,0 +2004,82,17043,62,11 +2005,82,17043,62,50 +2006,82,17043,62,536 +2007,82,17043,62,70 +2008,82,17043,62,45 +2009,82,17043,62,1 +2010,82,17043,62,223 +2011,82,17043,62,234 +2012,82,17043,62,2 +2013,82,17043,62,1 +2014,82,17043,62,0 +2015,82,17043,62,237 +2016,82,17043,62,35 +2017,82,17043,62,60 +2018,82,17043,62,144 +2019,82,17043,62,63 +2020,82,17043,62,31 +2021,82,17043,62,67 +2022,82,17043,62,202 +2023,82,17043,62,139 +2024,82,17043,62,93 +2025,82,17043,62,1449 +2026,82,17043,62,79 +2027,82,17043,62,1612 +2028,82,17043,62,377 +2029,82,17043,62,26 +2030,82,17043,62,243 +2031,82,17043,62,16 +2032,82,17043,62,12 +2033,82,17043,62,661 +2034,82,17043,62,180 +2035,82,17043,62,701 +2036,82,17043,62,696 +2037,82,17043,62,57 +2038,82,17043,62,144 +2039,82,17043,62,90 +2040,82,17043,62,18 +2041,82,17043,62,300 +2042,82,17043,62,179 +2043,82,17043,62,376 +2044,82,17043,62,98 +2045,82,17043,62,873 +2046,82,17043,62,1996 +2047,82,17043,62,1 +2048,82,17043,62,30 +2049,82,17043,62,130 +2050,82,17043,62,273 +2051,85,17043,62,61 +2052,85,17043,62,29 +2053,85,17043,62,16 +2054,85,17043,62,3 +2055,85,17043,62,46 +2056,85,17043,62,284 +2057,85,17043,62,301 +2058,85,17043,62,491 +2059,85,17043,62,1229 +2060,85,17043,62,6 +2061,85,17043,62,651 +2062,85,17043,62,69 +2063,85,17043,62,73 +2064,85,17043,62,67 +2065,85,17043,62,331 +2066,85,17043,62,2 +2067,85,17043,62,50 +2068,85,17043,62,68 +2069,85,17043,62,7 +2070,85,17043,62,3 +2071,85,17043,62,0 +2072,85,17043,62,183 +2073,85,17043,62,41 +2074,85,17043,62,189 +2075,85,17043,62,3 +2076,85,17043,62,0 +2077,85,17043,62,9 +2078,85,17043,62,11 +2079,85,17043,62,182 +2080,85,17043,62,1277 +2081,85,17043,62,44 +2082,85,17043,62,6 +2083,85,17043,62,0 +2084,85,17043,62,189 +2085,85,17043,62,211 +2086,85,17043,62,11 +2087,85,17043,62,64 +2088,85,17043,62,3 +2089,85,17043,62,269 +2090,85,17043,62,2 +2091,85,17043,62,25 +2092,85,17043,62,21 +2093,85,17043,62,12 +2094,85,17043,62,14 +2095,85,17043,62,34 +2096,85,17043,62,24 +2097,85,17043,62,14 +2098,85,17043,62,124 +2099,85,17043,62,150 +2100,85,17043,62,162 +2101,85,17043,62,131 +2102,85,17043,62,51 +2103,85,17043,62,29 +2104,85,17043,62,62 +2105,85,17043,62,18 +2106,85,17043,62,73 +2107,85,17043,62,2 +2108,86,17043,62,71 +2109,86,17043,62,0 +2110,86,17043,62,88 +2111,86,17043,62,17 +2112,62,17089,62,104 +2113,62,17089,62,125 +2114,62,17089,62,240 +2115,62,17089,62,364 +2116,65,17089,62,91 +2117,65,17089,62,121 +2118,65,17089,62,102 +2119,65,17089,62,139 +2120,68,17089,62,226 +2121,68,17089,62,122 +2122,68,17089,62,86 +2123,68,17089,62,167 +2124,71,17089,62,91 +2125,71,17089,62,124 +2126,71,17089,62,71 +2127,71,17089,62,135 +2128,74,17089,62,116 +2129,74,17089,62,165 +2130,74,17089,62,109 +2131,74,17089,62,132 +2132,63,17089,62,312 +2133,63,17089,62,116 +2134,63,17089,62,65 +2135,63,17089,62,133 +2136,66,17089,62,135 +2137,66,17089,62,90 +2138,66,17089,62,231 +2139,66,17089,62,158 +2140,69,17089,62,57 +2141,69,17089,62,43 +2142,69,17089,62,135 +2143,69,17089,62,274 +2144,72,17089,62,166 +2145,72,17089,62,98 +2146,72,17089,62,80 +2147,72,17089,62,467 +2148,75,17089,62,163 +2149,75,17089,62,281 +2150,75,17089,62,23 +2151,75,17089,62,116 +2152,75,17089,62,34 +2153,75,17089,62,23 +2154,75,17089,62,14 +2155,75,17089,62,31 +2156,75,17089,62,18 +2157,75,17089,62,11 +2158,64,17089,62,274 +2159,64,17089,62,43 +2160,64,17089,62,21 +2161,64,17089,62,15 +2162,64,17089,62,15 +2163,64,17089,62,4 +2164,64,17089,62,268 +2165,64,17089,62,19 +2166,64,17089,62,33 +2167,64,17089,62,70 +2168,64,17089,62,416 +2169,64,17089,62,11 +2170,64,17089,62,192 +2171,64,17089,62,59 +2172,64,17089,62,161 +2173,64,17089,62,1814 +2174,64,17089,62,199 +2175,64,17089,62,5 +2176,64,17089,62,161 +2177,64,17089,62,143 +2178,64,17089,62,396 +2179,67,17089,62,115 +2180,67,17089,62,43 +2181,67,17089,62,39 +2182,67,17089,62,508 +2183,67,17089,62,137 +2184,67,17089,62,20 +2185,67,17089,62,33 +2186,67,17089,62,62 +2187,67,17089,62,2070 +2188,67,17089,62,10 +2189,67,17089,62,782 +2190,67,17089,62,266 +2191,67,17089,62,5 +2192,67,17089,62,44 +2193,67,17089,62,24 +2194,67,17089,62,128 +2195,67,17089,62,25 +2196,67,17089,62,70 +2197,67,17089,62,25 +2198,67,17089,62,3 +2199,67,17089,62,78 +2200,67,17089,62,257 +2201,67,17089,62,4 +2202,67,17089,62,8 +2203,67,17089,62,54 +2204,67,17089,62,3 +2205,67,17089,62,95 +2206,67,17089,62,0 +2207,67,17089,62,122 +2208,67,17089,62,546 +2209,67,17089,62,33 +2210,67,17089,62,0 +2211,67,17089,62,34 +2212,67,17089,62,0 +2213,67,17089,62,3 +2214,67,17089,62,116 +2215,67,17089,62,49 +2216,67,17089,62,359 +2217,67,17089,62,2095 +2218,67,17089,62,11 +2219,67,17089,62,42 +2220,67,17089,62,6 +2221,70,17089,62,351 +2222,70,17089,62,33 +2223,70,17089,62,115 +2224,70,17089,62,54 +2225,70,17089,62,42 +2226,70,17089,62,18 +2227,70,17089,62,791 +2228,70,17089,62,159 +2229,70,17089,62,428 +2230,70,17089,62,8 +2231,70,17089,62,0 +2232,70,17089,62,47 +2233,70,17089,62,156 +2234,70,17089,62,179 +2235,70,17089,62,691 +2236,70,17089,62,13 +2237,70,17089,62,444 +2238,70,17089,62,85 +2239,73,17089,62,2453 +2240,73,17089,62,245 +2241,73,17089,62,210 +2242,73,17089,62,51 +2243,73,17089,62,172 +2244,73,17089,62,318 +2245,73,17089,62,107 +2246,73,17089,62,231 +2247,73,17089,62,73 +2248,73,17089,62,439 +2249,73,17089,62,21 +2250,73,17089,62,99 +2251,73,17089,62,482 +2252,73,17089,62,0 +2253,73,17089,62,87 +2254,73,17089,62,35 +2255,73,17089,62,117 +2256,73,17089,62,41 +2257,76,17089,62,49 +2258,76,17089,62,209 +2259,76,17089,62,239 +2260,76,17089,62,12 +2261,76,17089,62,75 +2262,76,17089,62,2587 +2263,76,17089,62,134 +2264,76,17089,62,29 +2265,76,17089,62,127 +2266,76,17089,62,50 +2267,76,17089,62,51 +2268,76,17089,62,60 +2269,76,17089,62,301 +2270,76,17089,62,102 +2271,76,17089,62,271 +2272,76,17089,62,324 +2273,76,17089,62,53 +2274,76,17089,62,52 +2275,76,17089,62,474 +2276,76,17089,62,79 +2277,76,17089,62,100 +2278,76,17089,62,77 +2279,76,17089,62,16 +2280,76,17089,62,19 +2281,76,17089,62,19 +2282,76,17089,62,63 +2283,76,17089,62,95 +2284,76,17089,62,48 +2285,76,17089,62,56 +2286,76,17089,62,43 +2287,76,17089,62,405 +2288,76,17089,62,194 +2289,76,17089,62,36 +2290,76,17089,62,70 +2291,76,17089,62,43 +2292,76,17089,62,65 +2293,76,17089,62,306 +2294,76,17089,62,2 +2295,76,17089,62,9 +2296,76,17089,62,78 +2297,76,17089,62,27 +2298,76,17089,62,26 +2299,76,17089,62,34 +2300,76,17089,62,24 +2301,76,17089,62,10 +2302,76,17089,62,1149 +2303,76,17089,62,612 +2304,76,17089,62,0 +2305,110,17093,62,73 +2306,110,17093,62,137 +2307,111,17093,62,60 +2308,111,17093,62,111 +2309,112,17093,62,71 +2310,112,17093,62,125 +2311,112,17093,62,96 +2312,112,17093,62,112 +2313,112,17093,62,413 +2314,110,17093,62,141 +2315,110,17093,62,177 +2316,111,17093,62,589 +2317,111,17093,62,60 +2318,112,17093,62,177 +2319,112,17093,62,91 +2320,113,17093,62,431 +2321,114,17093,62,644 +2322,115,17093,62,415 +2323,116,17093,62,353 +2324,117,17093,62,429 +2325,118,17093,62,393 +2326,46,17097,62,28 +2327,46,17097,62,60 +2328,46,17097,62,12 +2329,46,17097,62,167 +2330,46,17097,62,13 +2331,46,17097,62,212 +2332,50,17097,62,191 +2333,50,17097,62,128 +2334,50,17097,62,69 +2335,50,17097,62,109 +2336,50,17097,62,199 +2337,50,17097,62,120 +2338,54,17097,62,252 +2339,54,17097,62,68 +2340,54,17097,62,151 +2341,54,17097,62,139 +2342,54,17097,62,146 +2343,54,17097,62,367 +2344,58,17097,62,14 +2345,58,17097,62,34 +2346,58,17097,62,903 +2347,58,17097,62,1 +2348,58,17097,62,50 +2349,58,17097,62,458 +2350,47,17097,62,385 +2351,47,17097,62,29 +2352,47,17097,62,51 +2353,47,17097,62,83 +2354,47,17097,62,26 +2355,47,17097,62,45 +2356,47,17097,62,71 +2357,47,17097,62,134 +2358,47,17097,62,59 +2359,51,17097,62,51 +2360,51,17097,62,728 +2361,51,17097,62,181 +2362,51,17097,62,25 +2363,51,17097,62,97 +2364,51,17097,62,19 +2365,51,17097,62,207 +2366,51,17097,62,314 +2367,51,17097,62,5 +2368,51,17097,62,4 +2369,51,17097,62,33 +2370,51,17097,62,60 +2371,51,17097,62,112 +2372,51,17097,62,117 +2373,51,17097,62,247 +2374,51,17097,62,451 +2375,51,17097,62,30 +2376,51,17097,62,107 +2377,55,17097,62,47 +2378,55,17097,62,96 +2379,55,17097,62,177 +2380,55,17097,62,31 +2381,55,17097,62,84 +2382,55,17097,62,327 +2383,55,17097,62,213 +2384,55,17097,62,32 +2385,55,17097,62,78 +2386,59,17097,62,680 +2387,59,17097,62,85 +2388,59,17097,62,38 +2389,59,17097,62,526 +2390,59,17097,62,84 +2391,59,17097,62,47 +2392,59,17097,62,31 +2393,59,17097,62,326 +2394,59,17097,62,191 +2395,48,17097,62,213 +2396,48,17097,62,203 +2397,48,17097,62,97 +2398,48,17097,62,99 +2399,52,17097,62,124 +2400,52,17097,62,91 +2401,52,17097,62,196 +2402,52,17097,62,41 +2403,52,17097,62,122 +2404,52,17097,62,59 +2405,52,17097,62,27 +2406,52,17097,62,210 +2407,52,17097,62,158 +2408,52,17097,62,365 +2409,52,17097,62,66 +2410,52,17097,62,124 +2411,52,17097,62,1029 +2412,52,17097,62,93 +2413,52,17097,62,267 +2414,52,17097,62,121 +2415,52,17097,62,117 +2416,52,17097,62,283 +2417,52,17097,62,175 +2418,52,17097,62,8 +2419,52,17097,62,14 +2420,56,17097,62,351 +2421,56,17097,62,74 +2422,56,17097,62,64 +2423,56,17097,62,96 +2424,56,17097,62,91 +2425,56,17097,62,1363 +2426,56,17097,62,18 +2427,56,17097,62,0 +2428,56,17097,62,605 +2429,56,17097,62,79 +2430,56,17097,62,67 +2431,56,17097,62,7 +2432,56,17097,62,303 +2433,56,17097,62,517 +2434,56,17097,62,50 +2435,56,17097,62,111 +2436,56,17097,62,130 +2437,56,17097,62,203 +2438,56,17097,62,2 +2439,56,17097,62,351 +2440,56,17097,62,160 +2441,56,17097,62,234 +2442,56,17097,62,317 +2443,56,17097,62,135 +2444,60,17097,62,64 +2445,60,17097,62,32 +2446,60,17097,62,197 +2447,60,17097,62,6 +2448,60,17097,62,82 +2449,60,17097,62,367 +2450,60,17097,62,95 +2451,60,17097,62,1932 +2452,60,17097,62,467 +2453,60,17097,62,86 +2454,60,17097,62,568 +2455,60,17097,62,677 +2456,60,17097,62,39 +2457,60,17097,62,354 +2458,60,17097,62,153 +2459,60,17097,62,700 +2460,60,17097,62,582 +2461,60,17097,62,670 +2462,60,17097,62,91 +2463,60,17097,62,85 +2464,60,17097,62,124 +2465,60,17097,62,434 +2466,60,17097,62,0 +2467,60,17097,62,101 +2468,49,17097,62,23 +2469,49,17097,62,76 +2470,49,17097,62,19 +2471,49,17097,62,9 +2472,49,17097,62,36 +2473,49,17097,62,89 +2474,49,17097,62,1053 +2475,49,17097,62,127 +2476,49,17097,62,260 +2477,53,17097,62,15 +2478,53,17097,62,24 +2479,53,17097,62,3 +2480,53,17097,62,1 +2481,53,17097,62,53 +2482,53,17097,62,31 +2483,53,17097,62,153 +2484,53,17097,62,8 +2485,53,17097,62,8 +2486,53,17097,62,57 +2487,53,17097,62,0 +2488,53,17097,62,37 +2489,53,17097,62,1 +2490,53,17097,62,28 +2491,53,17097,62,125 +2492,53,17097,62,114 +2493,53,17097,62,8 +2494,53,17097,62,11 +2495,53,17097,62,15 +2496,53,17097,62,331 +2497,53,17097,62,5 +2498,53,17097,62,58 +2499,53,17097,62,25 +2500,53,17097,62,35 +2501,53,17097,62,1045 +2502,53,17097,62,41 +2503,53,17097,62,42 +2504,53,17097,62,32 +2505,53,17097,62,193 +2506,53,17097,62,20 +2507,53,17097,62,308 +2508,53,17097,62,22 +2509,53,17097,62,11 +2510,53,17097,62,6 +2511,53,17097,62,41 +2512,53,17097,62,465 +2513,53,17097,62,32 +2514,53,17097,62,66 +2515,53,17097,62,21 +2516,53,17097,62,17 +2517,53,17097,62,33 +2518,53,17097,62,25 +2519,53,17097,62,46 +2520,53,17097,62,18 +2521,53,17097,62,15 +2522,53,17097,62,28 +2523,53,17097,62,297 +2524,53,17097,62,27 +2525,53,17097,62,33 +2526,53,17097,62,36 +2527,53,17097,62,7 +2528,53,17097,62,8 +2529,57,17097,62,33 +2530,57,17097,62,242 +2531,57,17097,62,243 +2532,57,17097,62,465 +2533,57,17097,62,87 +2534,57,17097,62,124 +2535,57,17097,62,41 +2536,57,17097,62,1246 +2537,57,17097,62,3 +2538,57,17097,62,122 +2539,57,17097,62,117 +2540,57,17097,62,2 +2541,57,17097,62,180 +2542,57,17097,62,3 +2543,57,17097,62,32 +2544,57,17097,62,180 +2545,57,17097,62,16 +2546,57,17097,62,16 +2547,57,17097,62,4 +2548,57,17097,62,14 +2549,57,17097,62,105 +2550,57,17097,62,1 +2551,61,17097,62,2 +2552,61,17097,62,0 +2553,61,17097,62,5 +2554,61,17097,62,5 +2555,61,17097,62,37 +2556,61,17097,62,6 +2557,61,17097,62,56 +2558,61,17097,62,26 +2559,61,17097,62,407 +2560,61,17097,62,9 +2561,61,17097,62,294 +2562,61,17097,62,0 +2563,61,17097,62,92 +2564,61,17097,62,27 +2565,61,17097,62,16 +2566,61,17097,62,40 +2567,61,17097,62,21 +2568,61,17097,62,186 +2569,61,17097,62,25 +2570,61,17097,62,106 +2571,61,17097,62,2255 +2572,61,17097,62,5 +2573,61,17097,62,13 +2574,61,17097,62,40 +2575,61,17097,62,62 +2576,61,17097,62,20 +2577,61,17097,62,28 +2578,61,17097,62,2069 +2579,61,17097,62,14 +2580,61,17097,62,832 +2581,61,17097,62,10 +2582,61,17097,62,54 +2583,61,17097,62,156 +2584,30,17111,62,67 +2585,30,17111,62,118 +2586,30,17111,62,85 +2587,30,17111,62,663 +2588,34,17111,62,105 +2589,34,17111,62,197 +2590,34,17111,62,82 +2591,34,17111,62,133 +2592,38,17111,62,85 +2593,38,17111,62,121 +2594,38,17111,62,124 +2595,38,17111,62,369 +2596,42,17111,62,56 +2597,42,17111,62,91 +2598,42,17111,62,73 +2599,42,17111,62,115 +2600,31,17111,62,94 +2601,31,17111,62,127 +2602,31,17111,62,115 +2603,31,17111,62,140 +2604,35,17111,62,124 +2605,35,17111,62,112 +2606,35,17111,62,116 +2607,35,17111,62,243 +2608,39,17111,62,121 +2609,39,17111,62,100 +2610,39,17111,62,156 +2611,39,17111,62,114 +2612,43,17111,62,214 +2613,43,17111,62,123 +2614,43,17111,62,129 +2615,43,17111,62,99 +2616,32,17111,62,176 +2617,32,17111,62,60 +2618,32,17111,62,108 +2619,32,17111,62,72 +2620,36,17111,62,83 +2621,36,17111,62,103 +2622,36,17111,62,211 +2623,36,17111,62,80 +2624,40,17111,62,630 +2625,40,17111,62,60 +2626,40,17111,62,234 +2627,40,17111,62,35 +2628,40,17111,62,83 +2629,40,17111,62,19 +2630,40,17111,62,136 +2631,40,17111,62,519 +2632,40,17111,62,40 +2633,40,17111,62,50 +2634,40,17111,62,49 +2635,40,17111,62,103 +2636,44,17111,62,9 +2637,44,17111,62,24 +2638,44,17111,62,25 +2639,44,17111,62,52 +2640,44,17111,62,80 +2641,44,17111,62,32 +2642,44,17111,62,39 +2643,44,17111,62,513 +2644,44,17111,62,75 +2645,33,17111,62,176 +2646,33,17111,62,57 +2647,33,17111,62,26 +2648,33,17111,62,160 +2649,33,17111,62,196 +2650,33,17111,62,27 +2651,33,17111,62,70 +2652,37,17111,62,77 +2653,37,17111,62,117 +2654,37,17111,62,76 +2655,37,17111,62,26 +2656,37,17111,62,33 +2657,37,17111,62,34 +2658,37,17111,62,82 +2659,37,17111,62,61 +2660,37,17111,62,10 +2661,37,17111,62,837 +2662,37,17111,62,346 +2663,37,17111,62,38 +2664,41,17111,62,37 +2665,41,17111,62,10 +2666,41,17111,62,223 +2667,41,17111,62,1330 +2668,41,17111,62,13 +2669,41,17111,62,403 +2670,41,17111,62,30 +2671,41,17111,62,38 +2672,41,17111,62,45 +2673,41,17111,62,24 +2674,41,17111,62,46 +2675,41,17111,62,270 +2676,41,17111,62,1042 +2677,41,17111,62,26 +2678,41,17111,62,14 +2679,45,17111,62,59 +2680,45,17111,62,199 +2681,45,17111,62,183 +2682,45,17111,62,67 +2683,45,17111,62,38 +2684,45,17111,62,8 +2685,45,17111,62,0 +2686,45,17111,62,21 +2687,45,17111,62,149 +2688,45,17111,62,694 +2689,45,17111,62,59 +2690,45,17111,62,247 +2691,45,17111,62,24 +2692,45,17111,62,141 +2693,45,17111,62,208 +2694,45,17111,62,122 +2695,45,17111,62,263 +2696,45,17111,62,197 +2697,45,17111,62,288 +2698,45,17111,62,139 +2699,45,17111,62,64 +2700,45,17111,62,353 +2701,45,17111,62,136 +2702,45,17111,62,21 +2703,87,17197,62,276 +2704,87,17197,62,383 +2705,87,17197,62,68 +2706,87,17197,62,33 +2707,87,17197,62,439 +2708,87,17197,62,29 +2709,87,17197,62,66 +2710,87,17197,62,614 +2711,87,17197,62,29 +2712,89,17197,62,36 +2713,89,17197,62,453 +2714,89,17197,62,70 +2715,89,17197,62,40 +2716,89,17197,62,230 +2717,89,17197,62,113 +2718,89,17197,62,47 +2719,89,17197,62,114 +2720,89,17197,62,620 +2721,92,17197,62,74 +2722,92,17197,62,455 +2723,92,17197,62,1281 +2724,92,17197,62,62 +2725,92,17197,62,372 +2726,92,17197,62,19 +2727,92,17197,62,3 +2728,92,17197,62,61 +2729,92,17197,62,234 +2730,92,17197,62,71 +2731,92,17197,62,102 +2732,92,17197,62,51 +2733,96,17197,62,284 +2734,96,17197,62,419 +2735,96,17197,62,134 +2736,96,17197,62,194 +2737,102,17197,62,72 +2738,102,17197,62,37 +2739,102,17197,62,180 +2740,102,17197,62,415 +2741,108,17197,62,108 +2742,108,17197,62,151 +2743,108,17197,62,115 +2744,108,17197,62,154 +2745,88,17197,62,187 +2746,88,17197,62,5 +2747,88,17197,62,6 +2748,88,17197,62,304 +2749,88,17197,62,123 +2750,88,17197,62,18 +2751,88,17197,62,114 +2752,88,17197,62,36 +2753,88,17197,62,5 +2754,88,17197,62,162 +2755,88,17197,62,21 +2756,88,17197,62,1556 +2757,88,17197,62,81 +2758,88,17197,62,213 +2759,88,17197,62,178 +2760,88,17197,62,37 +2761,88,17197,62,207 +2762,88,17197,62,113 +2763,88,17197,62,126 +2764,88,17197,62,339 +2765,88,17197,62,412 +2766,90,17197,62,85 +2767,90,17197,62,95 +2768,90,17197,62,49 +2769,90,17197,62,985 +2770,90,17197,62,94 +2771,90,17197,62,276 +2772,90,17197,62,110 +2773,90,17197,62,30 +2774,90,17197,62,46 +2775,90,17197,62,89 +2776,90,17197,62,25 +2777,90,17197,62,49 +2778,90,17197,62,127 +2779,90,17197,62,84 +2780,90,17197,62,125 +2781,93,17197,62,80 +2782,93,17197,62,70 +2783,93,17197,62,53 +2784,93,17197,62,0 +2785,93,17197,62,157 +2786,93,17197,62,2455 +2787,93,17197,62,157 +2788,93,17197,62,24 +2789,93,17197,62,43 +2790,93,17197,62,63 +2791,93,17197,62,51 +2792,93,17197,62,66 +2793,93,17197,62,425 +2794,93,17197,62,52 +2795,93,17197,62,25 +2796,93,17197,62,117 +2797,93,17197,62,29 +2798,93,17197,62,339 +2799,93,17197,62,61 +2800,93,17197,62,77 +2801,93,17197,62,20 +2802,93,17197,62,38 +2803,93,17197,62,55 +2804,93,17197,62,1213 +2805,93,17197,62,7 +2806,93,17197,62,119 +2807,93,17197,62,36 +2808,93,17197,62,465 +2809,93,17197,62,54 +2810,93,17197,62,89 +2811,93,17197,62,77 +2812,93,17197,62,90 +2813,93,17197,62,97 +2814,93,17197,62,31 +2815,93,17197,62,440 +2816,93,17197,62,40 +2817,93,17197,62,25 +2818,93,17197,62,274 +2819,93,17197,62,24 +2820,93,17197,62,23 +2821,93,17197,62,23 +2822,93,17197,62,12 +2823,93,17197,62,6 +2824,93,17197,62,57 +2825,93,17197,62,95 +2826,97,17197,62,343 +2827,97,17197,62,144 +2828,97,17197,62,115 +2829,97,17197,62,139 +2830,103,17197,62,67 +2831,103,17197,62,45 +2832,103,17197,62,160 +2833,103,17197,62,132 +2834,109,17197,62,185 +2835,109,17197,62,154 +2836,109,17197,62,165 +2837,109,17197,62,141 +2838,91,17197,62,96 +2839,91,17197,62,40 +2840,91,17197,62,224 +2841,91,17197,62,148 +2842,91,17197,62,246 +2843,91,17197,62,279 +2844,91,17197,62,67 +2845,91,17197,62,44 +2846,91,17197,62,45 +2847,94,17197,62,73 +2848,94,17197,62,486 +2849,94,17197,62,42 +2850,94,17197,62,157 +2851,94,17197,62,396 +2852,94,17197,62,253 +2853,94,17197,62,119 +2854,94,17197,62,262 +2855,94,17197,62,202 +2856,98,17197,62,84 +2857,98,17197,62,35 +2858,98,17197,62,44 +2859,98,17197,62,198 +2860,98,17197,62,45 +2861,98,17197,62,75 +2862,98,17197,62,65 +2863,98,17197,62,103 +2864,98,17197,62,140 +2865,104,17197,62,134 +2866,104,17197,62,145 +2867,104,17197,62,130 +2868,104,17197,62,131 +2869,95,17197,62,261 +2870,95,17197,62,129 +2871,95,17197,62,236 +2872,95,17197,62,161 +2873,95,17197,62,95 +2874,95,17197,62,634 +2875,95,17197,62,10 +2876,95,17197,62,33 +2877,95,17197,62,424 +2878,95,17197,62,74 +2879,95,17197,62,824 +2880,95,17197,62,103 +2881,95,17197,62,47 +2882,95,17197,62,263 +2883,95,17197,62,41 +2884,99,17197,62,132 +2885,99,17197,62,118 +2886,99,17197,62,102 +2887,99,17197,62,109 +2888,99,17197,62,65 +2889,99,17197,62,109 +2890,99,17197,62,138 +2891,99,17197,62,64 +2892,99,17197,62,78 +2893,105,17197,62,211 +2894,105,17197,62,165 +2895,105,17197,62,196 +2896,105,17197,62,315 +2897,100,17197,62,127 +2898,100,17197,62,30 +2899,100,17197,62,117 +2900,100,17197,62,167 +2901,100,17197,62,133 +2902,100,17197,62,73 +2903,100,17197,62,42 +2904,100,17197,62,66 +2905,100,17197,62,123 +2906,106,17197,62,170 +2907,106,17197,62,191 +2908,106,17197,62,196 +2909,106,17197,62,205 +2910,101,17197,62,156 +2911,101,17197,62,109 +2912,101,17197,62,453 +2913,101,17197,62,79 +2914,101,17197,62,42 +2915,101,17197,62,177 +2916,101,17197,62,70 +2917,101,17197,62,85 +2918,101,17197,62,65 +2919,101,17197,62,73 +2920,101,17197,62,106 +2921,107,17197,62,359 +2922,107,17197,62,242 +2923,107,17197,62,115 +2924,107,17197,62,205 +2925,107,17197,62,267 +2926,107,17197,62,115 +2927,119,17063,62,0 +2928,119,17063,62,0 +2929,119,17063,62,9 +2930,119,17063,62,0 +2931,119,17063,62,11 +2932,119,17063,62,0 +2933,119,17063,62,0 +2934,119,17063,62,0 +2935,119,17063,62,97 +2936,119,17063,62,1 +2937,119,17063,62,0 +2938,119,17063,62,8 +2939,119,17063,62,1579 +2940,119,17063,62,35 +2941,119,17063,62,2 +2942,119,17063,62,22 +2943,119,17063,62,0 +2944,119,17063,62,1 +2945,119,17063,62,0 +2946,119,17063,62,192 +2947,119,17063,62,58 +2948,119,17063,62,0 +2949,119,17063,62,104 +2950,119,17063,62,0 +2951,120,17007,62,0 +2952,120,17007,62,0 +2953,120,17007,62,0 +2954,120,17007,62,126 +2955,120,17007,62,0 +2956,120,17007,62,0 +2957,120,17007,62,6 +2958,120,17007,62,305 +2959,120,17007,62,0 +2960,120,17007,62,100 +2961,120,17007,62,51 +2962,120,17007,62,3 +2963,120,17007,62,0 +2964,120,17007,62,133 +2965,120,17007,62,0 +2966,120,17007,62,12 +2967,120,17007,62,0 +2968,120,17007,62,0 +2969,120,17007,62,7 +2970,120,17007,62,7 +2971,120,17007,62,0 +2972,120,17007,62,0 +2973,120,17007,62,29 +2974,120,17007,62,0 +2975,120,17007,62,0 +2976,121,17037,62,0 +2977,121,17037,62,809 +2978,121,17037,62,2 +2979,121,17037,62,89 +2980,121,17037,62,1 +2981,121,17037,62,0 +2982,121,17037,62,0 +2983,121,17037,62,0 +2984,121,17037,62,17 +2985,121,17037,62,0 +2986,121,17037,62,0 +2987,121,17037,62,0 +2988,121,17037,62,1 +2989,121,17037,62,14 +2990,121,17037,62,0 +2991,121,17037,62,320 +2992,121,17037,62,1539 +2993,121,17037,62,57 +2994,121,17037,62,0 +2995,121,17037,62,1040 +2996,121,17037,62,47 +2997,121,17037,62,0 +2998,121,17037,62,0 +2999,121,17037,62,0 +3000,121,17037,62,190 +3001,121,17037,62,0 +3002,121,17037,62,0 +3003,121,17037,62,18 +3004,121,17037,62,404 +3005,121,17037,62,3 +3006,121,17037,62,0 +3007,121,17037,62,0 +3008,121,17037,62,0 +3009,121,17037,62,0 +3010,121,17037,62,0 +3011,121,17037,62,0 +3012,121,17037,62,0 +3013,121,17037,62,13 +3014,121,17037,62,2 +3015,121,17037,62,0 +3016,121,17037,62,0 +3017,121,17037,62,0 +3018,121,17037,62,0 +3019,121,17037,62,132 +3020,121,17037,62,0 +3021,121,17037,62,0 +3022,122,17091,62,0 +3023,122,17091,62,0 +3024,122,17091,62,0 +3025,122,17091,62,0 +3026,122,17091,62,0 +3027,122,17091,62,0 +3028,122,17091,62,15 +3029,122,17091,62,0 +3030,122,17091,62,9 +3031,122,17091,62,0 +3032,122,17091,62,0 +3033,122,17091,62,257 +3034,122,17091,62,0 +3035,122,17091,62,5 +3036,122,17091,62,69 +3037,122,17091,62,1981 +3038,122,17091,62,208 +3039,122,17091,62,0 +3040,122,17091,62,0 +3041,122,17091,62,0 +3042,122,17091,62,3 +3043,122,17091,62,1 +3044,122,17091,62,1 +3045,122,17091,62,1 +3046,122,17091,62,0 +3047,122,17091,62,18 +3048,122,17091,62,0 +3049,122,17091,62,1 +3050,122,17091,62,3412 +3051,122,17091,62,92 +3052,122,17091,62,0 +3053,122,17091,62,1302 +3054,122,17091,62,127 +3055,122,17091,62,0 +3056,122,17091,62,82 +3057,122,17091,62,6 +3058,122,17091,62,0 +3059,122,17091,62,0 +3060,122,17091,62,7 +3061,122,17091,62,1 +3062,122,17091,62,1 +3063,122,17091,62,90 +3064,122,17091,62,0 +3065,122,17091,62,121 +3066,122,17091,62,0 +3067,122,17091,62,0 +3068,122,17091,62,15 +3069,122,17091,62,232 +3070,122,17091,62,22 +3071,122,17091,62,16 +3072,122,17091,62,0 +3073,122,17091,62,2 +3074,126,17099,62,5 +3075,126,17099,62,0 +3076,126,17099,62,729 +3077,126,17099,62,0 +3078,126,17099,62,0 +3079,126,17099,62,0 +3080,126,17099,62,0 +3081,126,17099,62,47 +3082,126,17099,62,0 +3083,126,17099,62,0 +3084,126,17099,62,0 +3085,126,17099,62,156 +3086,126,17099,62,0 +3087,126,17099,62,0 +3088,126,17099,62,0 +3089,126,17099,62,0 +3090,126,17099,62,0 +3091,126,17099,62,0 +3092,126,17099,62,31 +3093,126,17099,62,0 +3094,126,17099,62,0 +3095,126,17099,62,0 +3096,126,17099,62,969 +3097,126,17099,62,135 +3098,126,17099,62,18 +3099,126,17099,62,969 +3100,126,17099,62,1 +3101,126,17099,62,5 +3102,126,17099,62,0 +3103,126,17099,62,0 +3104,126,17099,62,38 +3105,126,17099,62,0 +3106,126,17099,62,0 +3107,126,17099,62,449 +3108,126,17099,62,0 +3109,126,17099,62,1176 +3110,126,17099,62,10 +3111,126,17099,62,0 +3112,126,17099,62,0 +3113,126,17099,62,90 +3114,126,17099,62,139 +3115,126,17099,62,0 +3116,126,17099,62,38 +3117,126,17099,62,1 +3118,126,17099,62,0 +3119,126,17099,62,3 +3120,126,17099,62,0 +3121,126,17099,62,0 +3122,126,17099,62,52 +3123,126,17099,62,0 +3124,126,17099,62,0 +3125,126,17099,62,0 +3126,126,17099,62,0 +3127,126,17099,62,2 +3128,126,17099,62,0 +3129,126,17099,62,0 +3130,126,17099,62,3 +3131,126,17099,62,1 +3132,126,17099,62,0 +3133,126,17099,62,108 +3134,126,17099,62,0 +3135,126,17099,62,102 +3136,126,17099,62,515 +3137,126,17099,62,0 +3138,126,17099,62,0 +3139,126,17099,62,0 +3140,126,17099,62,8 +3141,126,17099,62,0 +3142,126,17099,62,0 +3143,126,17099,62,0 +3144,126,17099,62,0 +3145,126,17099,62,0 +3146,125,17103,62,0 +3147,125,17103,62,5 +3148,125,17103,62,0 +3149,125,17103,62,11 +3150,125,17103,62,0 +3151,125,17103,62,0 +3152,124,17141,62,0 +3153,124,17141,62,0 +3154,124,17141,62,59 +3155,124,17141,62,0 +3156,124,17141,62,0 +3157,124,17141,62,454 +3158,124,17141,62,0 +3159,124,17141,62,0 +3160,124,17141,62,4 +3161,124,17141,62,10 +3162,124,17141,62,0 +3163,124,17141,62,0 +3164,124,17141,62,0 +3165,124,17141,62,0 +3166,124,17141,62,0 +3167,124,17141,62,1 +3168,124,17141,62,0 +3169,123,17201,62,0 +3170,123,17201,62,0 +3171,123,17201,62,0 +3172,123,17201,62,33 +3173,123,17201,62,0 +3174,123,17201,62,0 +3175,123,17201,62,17 +3176,123,17201,62,0 +3177,123,17201,62,0 +3178,123,17201,62,0 +3179,123,17201,62,0 +3180,123,17201,62,0 +3181,123,17201,62,5 +3182,123,17201,62,2 +3183,123,17201,62,0 +3184,123,17201,62,0 +3185,123,17201,62,0 +3186,123,17201,62,1 +3187,123,17201,62,0 +3188,123,17201,62,2 +3189,123,17201,62,1 +3190,123,17201,62,0 +3191,123,17201,62,0 +3192,123,17201,62,0 +3193,123,17201,62,31 +3194,123,17201,62,2 +3195,123,17201,62,0 +3196,123,17201,62,0 +3197,123,17201,62,0 +3198,123,17201,62,0 +3199,123,17201,62,0 +3200,123,17201,62,0 +3201,123,17201,62,819 +3202,123,17201,62,71 +3203,123,17201,62,3 +3204,123,17201,62,0 +3205,123,17201,62,42 +3206,123,17201,62,3797 +3207,123,17201,62,32 +3208,123,17201,62,1787 +3209,123,17201,62,662 +3210,123,17201,62,0 +3211,123,17201,62,2245 +3212,123,17201,62,1390 +3213,123,17201,62,1069 +3214,123,17201,62,1612 +3215,123,17201,62,497 +3216,123,17201,62,661 +3217,123,17201,62,3997 +3218,123,17201,62,143 +3219,123,17201,62,455 +3220,123,17201,62,459 +3221,123,17201,62,188 +3222,123,17201,62,0 +3223,123,17201,62,744 +3224,123,17201,62,0 +3225,123,17201,62,0 +3226,123,17201,62,307 +3227,123,17201,62,186 +3228,123,17201,62,0 +3229,123,17201,62,94 +3230,123,17201,62,6 +3231,123,17201,62,0 +3232,123,17201,62,2 +3233,123,17201,62,4 +3234,123,17201,62,0 +3235,123,17201,62,83 +3236,123,17201,62,0 +3237,123,17201,62,0 +3238,123,17201,62,0 +3239,123,17201,62,21 +3240,123,17201,62,208 +3241,123,17201,62,12 +3242,123,17201,62,140 +3243,123,17201,62,1 +3244,123,17201,62,0 +3245,123,17201,62,0 +3246,123,17201,62,20 +3247,123,17201,62,199 +3248,127,18089,62,0 +3249,127,18089,62,3 +3250,127,18089,62,0 +3251,127,18089,62,0 +3252,127,18089,62,1 +3253,127,18089,62,1 +3254,127,18089,62,0 +3255,127,18089,62,0 +3256,127,18089,62,0 +3257,127,18089,62,30 +3258,127,18089,62,25 +3259,127,18089,62,0 +3260,127,18089,62,136 +3261,127,18089,62,0 +3262,127,18089,62,0 +3263,127,18089,62,0 +3264,127,18089,62,0 +3265,127,18089,62,0 +3266,127,18089,62,221 +3267,127,18089,62,3 +3268,127,18089,62,49 +3269,127,18089,62,168 +3270,127,18089,62,0 +3271,127,18089,62,0 +3272,127,18089,62,0 +3273,127,18089,62,2245 +3274,127,18089,62,230 +3275,127,18089,62,0 +3276,127,18089,62,482 +3277,127,18089,62,154 +3278,127,18089,62,19 +3279,127,18089,62,0 +3280,127,18089,62,6 +3281,127,18089,62,18 +3282,127,18089,62,50 +3283,127,18089,62,37 +3284,127,18089,62,1 +3285,127,18089,62,70 +3286,127,18089,62,0 +3287,127,18089,62,1 +3288,127,18089,62,0 +3289,127,18089,62,8 +3290,127,18089,62,56 +3291,127,18089,62,35 +3292,127,18089,62,1716 +3293,127,18089,62,0 +3294,127,18089,62,62 +3295,127,18089,62,1686 +3296,127,18089,62,0 +3297,127,18089,62,529 +3298,127,18089,62,1312 +3299,127,18089,62,24 +3300,127,18089,62,16 +3301,127,18089,62,315 +3302,127,18089,62,50 +3303,127,18089,62,176 +3304,127,18089,62,79 +3305,127,18089,62,11 +3306,127,18089,62,1743 +3307,127,18089,62,480 +3308,127,18089,62,476 +3309,127,18089,62,304 +3310,127,18089,62,18 +3311,127,18089,62,5 +3312,127,18089,62,195 +3313,127,18089,62,9 +3314,127,18089,62,71 +3315,127,18089,62,21 +3316,127,18089,62,108 +3317,127,18089,62,75 +3318,127,18089,62,14 +3319,127,18089,62,457 +3320,127,18089,62,239 +3321,127,18089,62,724 +3322,127,18089,62,105 +3323,127,18089,62,1 +3324,127,18089,62,808 +3325,127,18089,62,847 +3326,127,18089,62,2104 +3327,127,18089,62,5178 +3328,127,18089,62,67 +3329,127,18089,62,511 +3330,127,18089,62,2306 +3331,127,18089,62,513 +3332,127,18089,62,29 +3333,127,18089,62,347 +3334,127,18089,62,80 +3335,127,18089,62,319 +3336,127,18089,62,65 +3337,127,18089,62,13 +3338,127,18089,62,69 +3339,127,18089,62,2982 +3340,127,18089,62,0 +3341,127,18089,62,1925 +3342,127,18089,62,74 +3343,127,18089,62,127 +3344,127,18089,62,132 +3345,129,18091,62,0 +3346,129,18091,62,0 +3347,129,18091,62,0 +3348,129,18091,62,8 +3349,129,18091,62,0 +3350,129,18091,62,6 +3351,129,18091,62,0 +3352,129,18091,62,1 +3353,129,18091,62,0 +3354,129,18091,62,7 +3355,129,18091,62,0 +3356,129,18091,62,102 +3357,129,18091,62,0 +3358,129,18091,62,0 +3359,129,18091,62,0 +3360,129,18091,62,0 +3361,129,18091,62,434 +3362,129,18091,62,18 +3363,129,18091,62,0 +3364,129,18091,62,2 +3365,129,18091,62,3 +3366,129,18091,62,1 +3367,129,18091,62,18 +3368,129,18091,62,0 +3369,129,18091,62,2 +3370,129,18091,62,0 +3371,129,18091,62,0 +3372,129,18091,62,0 +3373,129,18091,62,1991 +3374,129,18091,62,14 +3375,129,18091,62,219 +3376,129,18091,62,0 +3377,129,18091,62,7 +3378,129,18091,62,0 +3379,129,18091,62,0 +3380,129,18091,62,0 +3381,129,18091,62,0 +3382,129,18091,62,0 +3383,129,18091,62,13 +3384,129,18091,62,14 +3385,129,18091,62,4 +3386,129,18091,62,142 +3387,129,18091,62,891 +3388,129,18091,62,35 +3389,129,18091,62,0 +3390,129,18091,62,0 +3391,129,18091,62,54 +3392,129,18091,62,0 +3393,129,18091,62,0 +3394,129,18091,62,0 +3395,129,18091,62,0 +3396,129,18091,62,1335 +3397,129,18091,62,575 +3398,129,18091,62,94 +3399,129,18091,62,15 +3400,129,18091,62,12 +3401,128,18127,62,0 +3402,128,18127,62,0 +3403,128,18127,62,0 +3404,128,18127,62,171 +3405,128,18127,62,0 +3406,128,18127,62,0 +3407,128,18127,62,4 +3408,128,18127,62,36 +3409,128,18127,62,32 +3410,128,18127,62,0 +3411,128,18127,62,0 +3412,128,18127,62,2 +3413,128,18127,62,0 +3414,128,18127,62,0 +3415,128,18127,62,0 +3416,128,18127,62,1 +3417,128,18127,62,33 +3418,128,18127,62,3 +3419,128,18127,62,141 +3420,128,18127,62,0 +3421,128,18127,62,2 +3422,128,18127,62,961 +3423,128,18127,62,0 +3424,128,18127,62,0 +3425,128,18127,62,365 +3426,128,18127,62,0 +3427,128,18127,62,0 +3428,128,18127,62,4 +3429,128,18127,62,28 +3430,128,18127,62,291 +3431,128,18127,62,1 +3432,128,18127,62,10 +3433,128,18127,62,3149 +3434,128,18127,62,0 +3435,128,18127,62,3 +3436,128,18127,62,665 +3437,128,18127,62,2 +3438,128,18127,62,1 +3439,128,18127,62,0 +3440,128,18127,62,18 +3441,128,18127,62,161 +3442,128,18127,62,0 +3443,128,18127,62,15 +3444,128,18127,62,0 +3445,128,18127,62,1 +3446,128,18127,62,51 +3447,128,18127,62,0 +3448,128,18127,62,0 +3449,128,18127,62,215 +3450,128,18127,62,3 +3451,128,18127,62,168 +3452,128,18127,62,22 +3453,128,18127,62,93 +3454,128,18127,62,2 +3455,128,18127,62,1109 +3456,128,18127,62,1 +3457,128,18127,62,9 +3458,128,18127,62,121 +3459,128,18127,62,0 +3460,128,18127,62,0 +3461,128,18127,62,0 +3462,128,18127,62,0 +3463,128,18127,62,316 +3464,128,18127,62,31 +3465,128,18127,62,0 +3466,128,18127,62,0 +3467,128,18127,62,1 +3468,130,55059,62,47 +3469,130,55059,62,23 +3470,130,55059,62,0 +3471,130,55059,62,0 +3472,130,55059,62,3 +3473,130,55059,62,24 +3474,130,55059,62,0 +3475,130,55059,62,21 +3476,130,55059,62,0 +3477,130,55059,62,0 +3478,130,55059,62,17 +3479,130,55059,62,35 +3480,130,55059,62,43 +3481,130,55059,62,0 +3482,130,55059,62,2 +3483,130,55059,62,0 +3484,130,55059,62,0 +3485,130,55059,62,23 +3486,130,55059,62,267 +3487,130,55059,62,0 +3488,130,55059,62,299 +3489,130,55059,62,0 +3490,130,55059,62,10 +3491,130,55059,62,346 +3492,130,55059,62,1368 +3493,130,55059,62,1096 +3494,130,55059,62,0 +3495,130,55059,62,23 +3496,130,55059,62,2979 +3497,130,55059,62,0 +3498,130,55059,62,29 +3499,130,55059,62,2 +3500,130,55059,62,9 +3501,130,55059,62,402 +3502,130,55059,62,65 +3503,130,55059,62,0 +3504,130,55059,62,564 +3505,130,55059,62,0 +3506,130,55059,62,0 +3507,130,55059,62,7 +3508,130,55059,62,0 +3509,130,55059,62,31 +3510,130,55059,62,1298 +3511,130,55059,62,2 +3512,130,55059,62,0 +3513,131,55101,62,0 +3514,131,55101,62,0 +3515,131,55101,62,109 +3516,131,55101,62,0 +3517,131,55101,62,1536 +3518,131,55101,62,602 +3519,131,55101,62,0 +3520,131,55101,62,0 +3521,131,55101,62,0 +3522,131,55101,62,10 +3523,131,55101,62,0 +3524,131,55101,62,0 +3525,131,55101,62,0 +3526,131,55101,62,0 +3527,131,55101,62,785 +3528,131,55101,62,413 +3529,131,55101,62,0 +3530,131,55101,62,393 +3531,131,55101,62,0 +3532,131,55101,62,26 +3533,131,55101,62,0 +3534,131,55101,62,93 +3535,131,55101,62,68 +3536,131,55101,62,0 +3537,131,55101,62,1720 +3538,131,55101,62,158 +3539,131,55101,62,0 +3540,131,55101,62,190 +3541,131,55101,62,23 +3542,131,55101,62,0 +3543,131,55101,62,124 +3544,131,55101,62,1287 +3545,131,55101,62,242 +3546,131,55101,62,255 +3547,131,55101,62,2707 +3548,131,55101,62,0 +3549,131,55101,62,115 +3550,131,55101,62,0 +3551,131,55101,62,18 +3552,131,55101,62,0 +3553,131,55101,62,0 +3554,131,55101,62,85 +3555,131,55101,62,0 +3556,131,55101,62,0 +3557,131,55101,62,0 +3558,131,55101,62,0 +3559,131,55101,62,0 +3560,131,55101,62,17 +3561,131,55101,62,33 +3562,131,55101,62,43 +3563,131,55101,62,0 +3564,131,55101,62,736 +3565,131,55101,62,37 +3566,131,55101,62,27 +3567,131,55101,62,146 +3568,131,55101,62,0 +3569,132,55127,62,0 +3570,132,55127,62,210 +3571,132,55127,62,0 +3572,132,55127,62,2 +3573,132,55127,62,101 +3574,132,55127,62,8 +3575,132,55127,62,0 +3576,132,55127,62,10 +3577,132,55127,62,0 +3578,132,55127,62,64 +3579,132,55127,62,7 +3580,132,55127,62,39 +3581,132,55127,62,1 +3582,132,55127,62,6 +3583,132,55127,62,27 +3584,132,55127,62,0 +3585,132,55127,62,2 +3586,132,55127,62,0 +3587,132,55127,62,0 +3588,132,55127,62,0 +3589,132,55127,62,271 +3590,132,55127,62,0 +3591,132,55127,62,1 +3592,132,55127,62,2 +3593,132,55127,62,0 +3594,132,55127,62,20 +3595,132,55127,62,392 +3596,132,55127,62,1 +3597,132,55127,62,1 +3598,132,55127,62,0 +3599,132,55127,62,1 +3600,132,55127,62,8 +3601,132,55127,62,0 +3602,132,55127,62,0 +3603,132,55127,62,167 +3604,132,55127,62,0 +3605,132,55127,62,337 +3606,132,55127,62,0 +3607,132,55127,62,0 +3608,132,55127,62,0 +3609,132,55127,62,101 +3610,132,55127,62,1166 +3611,132,55127,62,0 +3612,132,55127,62,17 +3613,132,55127,62,0 +3614,132,55127,62,14 +3615,132,55127,62,0 +3616,132,55127,62,0 +3617,132,55127,62,0 +3618,132,55127,62,0 +3619,132,55127,62,0 +3620,132,55127,62,0 +3621,132,55127,62,0 +3622,132,55127,62,0 +3623,132,55127,62,0 +3624,132,55127,62,0 +3625,132,55127,62,46 +3626,132,55127,62,718 +3627,132,55127,62,6 +3628,132,55127,62,0 +3629,132,55127,62,0 +3630,132,55127,62,77 +3631,132,55127,62,0 +3632,132,55127,62,92 +1,17,17031,71,2 +2,17,17031,71,58 +3,17,17031,71,199 +4,17,17031,71,16 +5,17,17031,71,110 +6,17,17031,71,282 +7,17,17031,71,342 +8,17,17031,71,138 +9,17,17031,71,406 +10,17,17031,71,112 +11,17,17031,71,126 +12,17,17031,71,240 +13,17,17031,71,305 +14,17,17031,71,147 +15,17,17031,71,24 +16,17,17031,71,1232 +17,17,17031,71,367 +18,17,17031,71,979 +19,17,17031,71,64 +20,17,17031,71,166 +21,17,17031,71,721 +22,17,17031,71,1827 +23,17,17031,71,297 +24,17,17031,71,642 +25,17,17031,71,599 +26,17,17031,71,101 +27,17,17031,71,338 +28,17,17031,71,1841 +29,17,17031,71,310 +30,17,17031,71,759 +31,17,17031,71,263 +32,17,17031,71,36 +33,17,17031,71,57 +34,17,17031,71,84 +35,17,17031,71,538 +36,17,17031,71,100 +37,17,17031,71,14 +38,17,17031,71,153 +39,17,17031,71,74 +40,17,17031,71,212 +41,17,17031,71,37 +42,17,17031,71,9 +43,17,17031,71,6 +44,17,17031,71,22 +45,17,17031,71,306 +46,17,17031,71,5 +47,17,17031,71,24 +48,17,17031,71,50 +49,17,17031,71,107 +50,17,17031,71,25 +51,17,17031,71,36 +52,17,17031,71,1 +53,17,17031,71,42 +54,17,17031,71,17 +55,17,17031,71,2303 +56,17,17031,71,153 +57,17,17031,71,321 +58,17,17031,71,101 +59,17,17031,71,87 +60,17,17031,71,727 +61,17,17031,71,180 +62,17,17031,71,23 +63,17,17031,71,229 +64,17,17031,71,35 +65,17,17031,71,11 +66,17,17031,71,117 +67,17,17031,71,10 +68,17,17031,71,72 +69,17,17031,71,3 +70,17,17031,71,27 +71,17,17031,71,338 +72,17,17031,71,36 +73,17,17031,71,73 +74,17,17031,71,24 +75,17,17031,71,36 +76,17,17031,71,97 +77,17,17031,71,0 +78,14,17031,71,30 +79,14,17031,71,281 +80,14,17031,71,104 +81,14,17031,71,137 +82,14,17031,71,48 +83,14,17031,71,68 +84,14,17031,71,57 +85,14,17031,71,20 +86,14,17031,71,27 +87,14,17031,71,58 +88,14,17031,71,55 +89,14,17031,71,465 +90,17,17031,71,14 +91,17,17031,71,192 +92,17,17031,71,36 +93,17,17031,71,38 +94,17,17031,71,25 +95,17,17031,71,70 +96,17,17031,71,20 +97,17,17031,71,11 +98,17,17031,71,2 +99,17,17031,71,133 +100,17,17031,71,79 +101,17,17031,71,46 +102,17,17031,71,6 +103,17,17031,71,20 +104,17,17031,71,9 +105,17,17031,71,45 +106,17,17031,71,9 +107,17,17031,71,28 +108,17,17031,71,26 +109,17,17031,71,0 +110,17,17031,71,2 +111,17,17031,71,10 +112,17,17031,71,57 +113,17,17031,71,22 +114,17,17031,71,2 +115,17,17031,71,0 +116,17,17031,71,16 +117,17,17031,71,7 +118,17,17031,71,8 +119,17,17031,71,1 +120,17,17031,71,30 +121,17,17031,71,0 +122,8,17031,71,40 +123,12,17031,71,4 +124,12,17031,71,175 +125,12,17031,71,0 +126,12,17031,71,0 +127,12,17031,71,37 +128,12,17031,71,44 +129,12,17031,71,3 +130,12,17031,71,4 +131,12,17031,71,0 +132,12,17031,71,372 +133,12,17031,71,329 +134,12,17031,71,16 +135,12,17031,71,21 +136,12,17031,71,8 +137,12,17031,71,12 +138,12,17031,71,4 +139,12,17031,71,4 +140,12,17031,71,19 +141,9,17031,71,28 +142,9,17031,71,4 +143,9,17031,71,36 +144,9,17031,71,14 +145,9,17031,71,8 +146,9,17031,71,3 +147,12,17031,71,0 +148,12,17031,71,0 +149,12,17031,71,8 +150,12,17031,71,3 +151,12,17031,71,142 +152,12,17031,71,61 +153,12,17031,71,7 +154,10,17031,71,0 +155,10,17031,71,1 +156,10,17031,71,1 +157,10,17031,71,2 +158,10,17031,71,20 +159,10,17031,71,20 +160,10,17031,71,0 +161,10,17031,71,39 +162,10,17031,71,4 +163,11,17031,71,42 +164,11,17031,71,19 +165,11,17031,71,12 +166,11,17031,71,25 +167,10,17031,71,6 +168,10,17031,71,15 +169,10,17031,71,8 +170,10,17031,71,6 +171,11,17031,71,31 +172,11,17031,71,5 +173,11,17031,71,24 +174,11,17031,71,36 +175,11,17031,71,32 +176,11,17031,71,1 +177,11,17031,71,46 +178,11,17031,71,61 +179,13,17031,71,0 +180,13,17031,71,4 +181,13,17031,71,28 +182,13,17031,71,1 +183,13,17031,71,6 +184,13,17031,71,3 +185,13,17031,71,1 +186,13,17031,71,28 +187,13,17031,71,4 +188,13,17031,71,1 +189,13,17031,71,1 +190,13,17031,71,1 +191,13,17031,71,10 +192,13,17031,71,2 +193,13,17031,71,3 +194,13,17031,71,5 +195,13,17031,71,16 +196,13,17031,71,11 +197,13,17031,71,0 +198,13,17031,71,17 +199,13,17031,71,10 +200,13,17031,71,43 +201,13,17031,71,15 +202,13,17031,71,10 +203,13,17031,71,11 +204,13,17031,71,1 +205,13,17031,71,1 +206,13,17031,71,58 +207,13,17031,71,4 +208,13,17031,71,9 +209,13,17031,71,5 +210,13,17031,71,71 +211,13,17031,71,0 +212,13,17031,71,14 +213,13,17031,71,13 +214,13,17031,71,41 +215,13,17031,71,6 +216,13,17031,71,0 +217,13,17031,71,80 +218,13,17031,71,15 +219,13,17031,71,37 +220,13,17031,71,3 +221,13,17031,71,20 +222,13,17031,71,16 +223,13,17031,71,33 +224,13,17031,71,20 +225,13,17031,71,45 +226,13,17031,71,24 +227,13,17031,71,12 +228,13,17031,71,17 +229,13,17031,71,2 +230,13,17031,71,12 +231,13,17031,71,4 +232,13,17031,71,13 +233,13,17031,71,10 +234,13,17031,71,13 +235,13,17031,71,26 +236,13,17031,71,18 +237,13,17031,71,8 +238,13,17031,71,42 +239,13,17031,71,17 +240,13,17031,71,17 +241,13,17031,71,8 +242,13,17031,71,13 +243,13,17031,71,35 +244,13,17031,71,1 +245,13,17031,71,3 +246,13,17031,71,1 +247,13,17031,71,19 +248,13,17031,71,16 +249,13,17031,71,3 +250,13,17031,71,1 +251,13,17031,71,31 +252,13,17031,71,8 +253,13,17031,71,11 +254,13,17031,71,6 +255,13,17031,71,61 +256,13,17031,71,32 +257,13,17031,71,29 +258,13,17031,71,4 +259,13,17031,71,8 +260,13,17031,71,30 +261,13,17031,71,20 +262,13,17031,71,133 +263,13,17031,71,16 +264,13,17031,71,15 +265,13,17031,71,75 +266,13,17031,71,23 +267,13,17031,71,14 +268,13,17031,71,2 +269,13,17031,71,5 +270,13,17031,71,89 +271,13,17031,71,113 +272,13,17031,71,17 +273,13,17031,71,22 +274,13,17031,71,18 +275,13,17031,71,22 +276,13,17031,71,11 +277,13,17031,71,16 +278,13,17031,71,14 +279,13,17031,71,26 +280,13,17031,71,14 +281,13,17031,71,2 +282,13,17031,71,68 +283,13,17031,71,16 +284,13,17031,71,11 +285,13,17031,71,93 +286,13,17031,71,26 +287,13,17031,71,1 +288,13,17031,71,30 +289,13,17031,71,14 +290,13,17031,71,14 +291,13,17031,71,46 +292,13,17031,71,29 +293,13,17031,71,9 +294,13,17031,71,3 +295,13,17031,71,8 +296,13,17031,71,19 +297,13,17031,71,67 +298,13,17031,71,32 +299,13,17031,71,0 +300,13,17031,71,39 +301,13,17031,71,24 +302,13,17031,71,29 +303,13,17031,71,22 +304,13,17031,71,32 +305,13,17031,71,15 +306,13,17031,71,8 +307,13,17031,71,12 +308,14,17031,71,0 +309,14,17031,71,174 +310,14,17031,71,2 +311,14,17031,71,96 +312,14,17031,71,91 +313,14,17031,71,14 +314,14,17031,71,31 +315,14,17031,71,60 +316,14,17031,71,25 +317,14,17031,71,50 +318,14,17031,71,12 +319,14,17031,71,69 +320,14,17031,71,45 +321,14,17031,71,135 +322,14,17031,71,0 +323,14,17031,71,56 +324,14,17031,71,26 +325,14,17031,71,18 +326,14,17031,71,87 +327,14,17031,71,131 +328,14,17031,71,41 +329,14,17031,71,80 +330,14,17031,71,67 +331,14,17031,71,3 +332,14,17031,71,13 +333,14,17031,71,28 +334,14,17031,71,17 +335,14,17031,71,8 +336,14,17031,71,74 +337,14,17031,71,95 +338,14,17031,71,165 +339,14,17031,71,31 +340,14,17031,71,35 +341,14,17031,71,78 +342,14,17031,71,43 +343,14,17031,71,89 +344,14,17031,71,59 +345,14,17031,71,49 +346,14,17031,71,110 +347,14,17031,71,111 +348,14,17031,71,37 +349,14,17031,71,18 +350,14,17031,71,39 +351,14,17031,71,27 +352,14,17031,71,178 +353,14,17031,71,46 +354,14,17031,71,257 +355,16,17031,71,22 +356,16,17031,71,8 +357,16,17031,71,7 +358,16,17031,71,33 +359,16,17031,71,31 +360,16,17031,71,17 +361,16,17031,71,36 +362,16,17031,71,11 +363,16,17031,71,2 +364,16,17031,71,13 +365,16,17031,71,14 +366,16,17031,71,24 +367,16,17031,71,7 +368,16,17031,71,25 +369,16,17031,71,11 +370,16,17031,71,105 +371,16,17031,71,9 +372,16,17031,71,22 +373,16,17031,71,8 +374,16,17031,71,11 +375,16,17031,71,12 +376,16,17031,71,10 +377,16,17031,71,11 +378,16,17031,71,26 +379,16,17031,71,4 +380,16,17031,71,16 +381,16,17031,71,13 +382,16,17031,71,10 +383,16,17031,71,21 +384,16,17031,71,56 +385,16,17031,71,8 +386,16,17031,71,16 +387,16,17031,71,15 +388,16,17031,71,28 +389,16,17031,71,84 +390,16,17031,71,24 +391,16,17031,71,23 +392,16,17031,71,7 +393,16,17031,71,10 +394,16,17031,71,10 +395,16,17031,71,10 +396,16,17031,71,10 +397,16,17031,71,10 +398,16,17031,71,40 +399,16,17031,71,13 +400,16,17031,71,4 +401,16,17031,71,234 +402,16,17031,71,4 +403,16,17031,71,29 +404,16,17031,71,17 +405,16,17031,71,13 +406,16,17031,71,15 +407,16,17031,71,25 +408,16,17031,71,9 +409,16,17031,71,9 +410,16,17031,71,6 +411,16,17031,71,1 +412,16,17031,71,7 +413,16,17031,71,6 +414,16,17031,71,5 +415,16,17031,71,32 +416,16,17031,71,22 +417,16,17031,71,23 +418,16,17031,71,16 +419,16,17031,71,11 +420,16,17031,71,32 +421,16,17031,71,17 +422,16,17031,71,7 +423,16,17031,71,107 +424,16,17031,71,20 +425,16,17031,71,3 +426,16,17031,71,10 +427,16,17031,71,3 +428,16,17031,71,1 +429,16,17031,71,51 +430,16,17031,71,14 +431,16,17031,71,6 +432,16,17031,71,5 +433,16,17031,71,3 +434,16,17031,71,104 +435,16,17031,71,0 +436,16,17031,71,4 +437,16,17031,71,2 +438,16,17031,71,1 +439,16,17031,71,28 +440,16,17031,71,13 +441,17,17031,71,3 +442,17,17031,71,26 +443,17,17031,71,5 +444,17,17031,71,2 +445,17,17031,71,9 +446,17,17031,71,33 +447,17,17031,71,19 +448,17,17031,71,15 +449,17,17031,71,2 +450,17,17031,71,8 +451,17,17031,71,13 +452,17,17031,71,138 +453,17,17031,71,35 +454,17,17031,71,0 +455,17,17031,71,12 +456,17,17031,71,29 +457,17,17031,71,15 +458,17,17031,71,0 +459,19,17031,71,38 +460,19,17031,71,4 +461,19,17031,71,0 +462,19,17031,71,0 +463,19,17031,71,0 +464,19,17031,71,17 +465,19,17031,71,69 +466,19,17031,71,12 +467,19,17031,71,1 +468,19,17031,71,17 +469,19,17031,71,49 +470,19,17031,71,3 +471,19,17031,71,15 +472,19,17031,71,5 +473,19,17031,71,18 +474,19,17031,71,12 +475,19,17031,71,1 +476,19,17031,71,9 +477,19,17031,71,22 +478,19,17031,71,2 +479,19,17031,71,7 +480,19,17031,71,18 +481,19,17031,71,6 +482,19,17031,71,3 +483,19,17031,71,4 +484,19,17031,71,3 +485,19,17031,71,16 +486,19,17031,71,4 +487,19,17031,71,1 +488,19,17031,71,2 +489,19,17031,71,13 +490,19,17031,71,6 +491,19,17031,71,12 +492,19,17031,71,51 +493,19,17031,71,7 +494,19,17031,71,0 +495,19,17031,71,4 +496,19,17031,71,18 +497,19,17031,71,13 +498,19,17031,71,6 +499,19,17031,71,1 +500,19,17031,71,4 +501,19,17031,71,28 +502,19,17031,71,75 +503,19,17031,71,33 +504,19,17031,71,121 +505,19,17031,71,14 +506,19,17031,71,7 +507,19,17031,71,7 +508,19,17031,71,6 +509,19,17031,71,25 +510,19,17031,71,2 +511,19,17031,71,1 +512,19,17031,71,0 +513,19,17031,71,10 +514,19,17031,71,46 +515,19,17031,71,49 +516,19,17031,71,8 +517,19,17031,71,12 +518,19,17031,71,2 +519,19,17031,71,90 +520,19,17031,71,6 +521,19,17031,71,5 +522,19,17031,71,24 +523,20,17031,71,34 +524,20,17031,71,50 +525,20,17031,71,23 +526,20,17031,71,3 +527,20,17031,71,72 +528,20,17031,71,3 +529,20,17031,71,8 +530,20,17031,71,13 +531,20,17031,71,21 +532,20,17031,71,26 +533,20,17031,71,32 +534,20,17031,71,15 +535,20,17031,71,4 +536,20,17031,71,5 +537,20,17031,71,5 +538,20,17031,71,37 +539,20,17031,71,36 +540,20,17031,71,17 +541,20,17031,71,2 +542,20,17031,71,16 +543,20,17031,71,21 +544,20,17031,71,13 +545,20,17031,71,23 +546,20,17031,71,5 +547,20,17031,71,18 +548,20,17031,71,10 +549,20,17031,71,9 +550,20,17031,71,303 +551,20,17031,71,47 +552,20,17031,71,194 +553,20,17031,71,24 +554,20,17031,71,2 +555,20,17031,71,5 +556,20,17031,71,17 +557,20,17031,71,4 +558,20,17031,71,11 +559,20,17031,71,3 +560,20,17031,71,5 +561,20,17031,71,35 +562,20,17031,71,29 +563,20,17031,71,37 +564,20,17031,71,10 +565,20,17031,71,80 +566,20,17031,71,11 +567,20,17031,71,15 +568,20,17031,71,7 +569,20,17031,71,5 +570,20,17031,71,0 +571,20,17031,71,14 +572,20,17031,71,39 +573,20,17031,71,3 +574,20,17031,71,19 +575,20,17031,71,61 +576,20,17031,71,3 +577,20,17031,71,5 +578,20,17031,71,0 +579,20,17031,71,6 +580,20,17031,71,9 +581,20,17031,71,4 +582,20,17031,71,10 +583,20,17031,71,13 +584,20,17031,71,13 +585,20,17031,71,33 +586,20,17031,71,16 +587,20,17031,71,4 +588,20,17031,71,50 +589,20,17031,71,6 +590,20,17031,71,63 +591,20,17031,71,15 +592,20,17031,71,19 +593,20,17031,71,7 +594,20,17031,71,0 +595,20,17031,71,25 +596,20,17031,71,17 +597,20,17031,71,100 +598,20,17031,71,63 +599,20,17031,71,28 +600,20,17031,71,36 +601,20,17031,71,21 +602,20,17031,71,7 +603,20,17031,71,4 +604,20,17031,71,14 +605,20,17031,71,13 +606,20,17031,71,36 +607,20,17031,71,11 +608,20,17031,71,59 +609,20,17031,71,8 +610,20,17031,71,4 +611,20,17031,71,10 +612,20,17031,71,58 +613,20,17031,71,8 +614,20,17031,71,28 +615,20,17031,71,187 +616,20,17031,71,16 +617,20,17031,71,41 +618,20,17031,71,2 +619,20,17031,71,20 +620,20,17031,71,14 +621,20,17031,71,52 +622,20,17031,71,9 +623,20,17031,71,13 +624,20,17031,71,49 +625,20,17031,71,46 +626,20,17031,71,4 +627,20,17031,71,3 +628,20,17031,71,11 +629,20,17031,71,0 +630,23,17031,71,8 +631,23,17031,71,16 +632,23,17031,71,51 +633,23,17031,71,27 +634,23,17031,71,35 +635,23,17031,71,46 +636,24,17031,71,22 +637,24,17031,71,16 +638,24,17031,71,26 +639,24,17031,71,1 +640,24,17031,71,53 +641,24,17031,71,1 +642,24,17031,71,4 +643,24,17031,71,7 +644,24,17031,71,14 +645,24,17031,71,11 +646,24,17031,71,4 +647,24,17031,71,31 +648,24,17031,71,2 +649,24,17031,71,12 +650,24,17031,71,39 +651,24,17031,71,34 +652,24,17031,71,20 +653,24,17031,71,32 +654,24,17031,71,6 +655,24,17031,71,8 +656,24,17031,71,7 +657,24,17031,71,0 +658,24,17031,71,3 +659,24,17031,71,1 +660,24,17031,71,1 +661,24,17031,71,4 +662,24,17031,71,4 +663,24,17031,71,0 +664,24,17031,71,25 +665,24,17031,71,0 +666,24,17031,71,8 +667,24,17031,71,8 +668,24,17031,71,1 +669,24,17031,71,5 +670,24,17031,71,0 +671,24,17031,71,18 +672,24,17031,71,57 +673,24,17031,71,5 +674,24,17031,71,13 +675,24,17031,71,9 +676,24,17031,71,9 +677,24,17031,71,1 +678,24,17031,71,15 +679,24,17031,71,0 +680,24,17031,71,30 +681,24,17031,71,31 +682,24,17031,71,28 +683,24,17031,71,77 +684,24,17031,71,0 +685,24,17031,71,0 +686,24,17031,71,3 +687,24,17031,71,18 +688,24,17031,71,28 +689,24,17031,71,11 +690,24,17031,71,5 +691,24,17031,71,7 +692,24,17031,71,8 +693,24,17031,71,13 +694,24,17031,71,4 +695,24,17031,71,4 +696,24,17031,71,49 +697,24,17031,71,25 +698,24,17031,71,59 +699,24,17031,71,22 +700,24,17031,71,34 +701,24,17031,71,8 +702,24,17031,71,1 +703,24,17031,71,4 +704,24,17031,71,18 +705,24,17031,71,9 +706,24,17031,71,0 +707,24,17031,71,14 +708,24,17031,71,5 +709,24,17031,71,1 +710,24,17031,71,14 +711,24,17031,71,2 +712,24,17031,71,1 +713,24,17031,71,28 +714,24,17031,71,0 +715,24,17031,71,1 +716,24,17031,71,0 +717,24,17031,71,5 +718,1,17031,71,2 +719,1,17031,71,0 +720,1,17031,71,124 +721,1,17031,71,0 +722,1,17031,71,1 +723,1,17031,71,0 +724,1,17031,71,124 +725,1,17031,71,115 +726,1,17031,71,22 +727,6,17031,71,41 +728,6,17031,71,4 +729,6,17031,71,79 +730,6,17031,71,9 +731,6,17031,71,122 +732,6,17031,71,32 +733,6,17031,71,0 +734,6,17031,71,17 +735,6,17031,71,87 +736,6,17031,71,35 +737,6,17031,71,30 +738,6,17031,71,6 +739,6,17031,71,13 +740,6,17031,71,3 +741,6,17031,71,17 +742,6,17031,71,0 +743,6,17031,71,7 +744,6,17031,71,0 +745,6,17031,71,11 +746,6,17031,71,0 +747,6,17031,71,3 +748,2,17031,71,51 +749,2,17031,71,34 +750,2,17031,71,6 +751,2,17031,71,4 +752,2,17031,71,5 +753,2,17031,71,7 +754,2,17031,71,0 +755,2,17031,71,1 +756,2,17031,71,4 +757,2,17031,71,2 +758,2,17031,71,51 +759,2,17031,71,4 +760,2,17031,71,21 +761,2,17031,71,0 +762,2,17031,71,0 +763,2,17031,71,8 +764,2,17031,71,30 +765,2,17031,71,1 +766,2,17031,71,75 +767,2,17031,71,23 +768,2,17031,71,8 +769,2,17031,71,88 +770,2,17031,71,1 +771,2,17031,71,4 +772,2,17031,71,16 +773,2,17031,71,3 +774,2,17031,71,13 +775,2,17031,71,122 +776,2,17031,71,0 +777,2,17031,71,76 +778,2,17031,71,15 +779,2,17031,71,1 +780,2,17031,71,3 +781,2,17031,71,0 +782,2,17031,71,6 +783,2,17031,71,0 +784,2,17031,71,121 +785,2,17031,71,226 +786,2,17031,71,2 +787,2,17031,71,0 +788,2,17031,71,0 +789,2,17031,71,3 +790,2,17031,71,10 +791,2,17031,71,9 +792,2,17031,71,56 +793,7,17031,71,21 +794,7,17031,71,149 +795,7,17031,71,106 +796,7,17031,71,23 +797,7,17031,71,8 +798,7,17031,71,122 +799,7,17031,71,42 +800,7,17031,71,41 +801,7,17031,71,10 +802,7,17031,71,10 +803,7,17031,71,87 +804,7,17031,71,46 +805,7,17031,71,80 +806,7,17031,71,6 +807,7,17031,71,209 +808,7,17031,71,0 +809,7,17031,71,17 +810,7,17031,71,0 +811,7,17031,71,8 +812,7,17031,71,58 +813,7,17031,71,1 +814,7,17031,71,88 +815,7,17031,71,1 +816,7,17031,71,3 +817,7,17031,71,190 +818,7,17031,71,14 +819,7,17031,71,11 +820,7,17031,71,0 +821,7,17031,71,19 +822,7,17031,71,32 +823,7,17031,71,10 +824,7,17031,71,1 +825,7,17031,71,0 +826,7,17031,71,39 +827,7,17031,71,5 +828,7,17031,71,27 +829,7,17031,71,0 +830,7,17031,71,0 +831,7,17031,71,13 +832,7,17031,71,5 +833,7,17031,71,2 +834,7,17031,71,205 +835,7,17031,71,0 +836,7,17031,71,8 +837,7,17031,71,131 +838,7,17031,71,4 +839,3,17031,71,8 +840,3,17031,71,37 +841,3,17031,71,4 +842,3,17031,71,1 +843,3,17031,71,38 +844,3,17031,71,1 +845,3,17031,71,10 +846,3,17031,71,2 +847,3,17031,71,18 +848,3,17031,71,0 +849,3,17031,71,31 +850,3,17031,71,6 +851,3,17031,71,2 +852,3,17031,71,28 +853,3,17031,71,0 +854,3,17031,71,2 +855,3,17031,71,42 +856,3,17031,71,5 +857,3,17031,71,49 +858,3,17031,71,31 +859,3,17031,71,0 +860,3,17031,71,4 +861,3,17031,71,0 +862,3,17031,71,42 +863,3,17031,71,11 +864,3,17031,71,77 +865,3,17031,71,8 +866,3,17031,71,21 +867,3,17031,71,12 +868,3,17031,71,5 +869,3,17031,71,1 +870,3,17031,71,64 +871,3,17031,71,3 +872,3,17031,71,1 +873,3,17031,71,32 +874,3,17031,71,76 +875,3,17031,71,12 +876,3,17031,71,15 +877,3,17031,71,0 +878,3,17031,71,6 +879,3,17031,71,4 +880,3,17031,71,0 +881,3,17031,71,14 +882,3,17031,71,2 +883,3,17031,71,0 +884,3,17031,71,3 +885,3,17031,71,0 +886,3,17031,71,80 +887,3,17031,71,1 +888,3,17031,71,61 +889,3,17031,71,55 +890,3,17031,71,0 +891,3,17031,71,25 +892,3,17031,71,53 +893,3,17031,71,21 +894,3,17031,71,58 +895,3,17031,71,4 +896,3,17031,71,11 +897,3,17031,71,59 +898,3,17031,71,16 +899,3,17031,71,0 +900,3,17031,71,6 +901,3,17031,71,58 +902,3,17031,71,11 +903,3,17031,71,102 +904,3,17031,71,8 +905,8,17031,71,329 +906,8,17031,71,13 +907,8,17031,71,243 +908,8,17031,71,3 +909,8,17031,71,25 +910,8,17031,71,8 +911,8,17031,71,18 +912,8,17031,71,13 +913,8,17031,71,16 +914,8,17031,71,0 +915,8,17031,71,12 +916,8,17031,71,0 +917,8,17031,71,13 +918,8,17031,71,127 +919,8,17031,71,2 +920,8,17031,71,31 +921,8,17031,71,2 +922,8,17031,71,0 +923,8,17031,71,81 +924,8,17031,71,0 +925,8,17031,71,4 +926,8,17031,71,0 +927,8,17031,71,5 +928,8,17031,71,77 +929,8,17031,71,4 +930,8,17031,71,1 +931,8,17031,71,2 +932,8,17031,71,10 +933,8,17031,71,1 +934,8,17031,71,4 +935,8,17031,71,83 +936,8,17031,71,35 +937,8,17031,71,1 +938,8,17031,71,2 +939,8,17031,71,0 +940,8,17031,71,42 +941,8,17031,71,0 +942,8,17031,71,1 +943,8,17031,71,167 +944,8,17031,71,11 +945,8,17031,71,6 +946,8,17031,71,26 +947,8,17031,71,26 +948,8,17031,71,0 +949,8,17031,71,3 +950,8,17031,71,3 +951,8,17031,71,7 +952,8,17031,71,5 +953,8,17031,71,18 +954,8,17031,71,22 +955,4,17031,71,122 +956,4,17031,71,112 +957,4,17031,71,210 +958,4,17031,71,14 +959,4,17031,71,520 +960,4,17031,71,17 +961,4,17031,71,66 +962,4,17031,71,62 +963,4,17031,71,3 +964,4,17031,71,22 +965,4,17031,71,19 +966,4,17031,71,43 +967,4,17031,71,91 +968,4,17031,71,60 +969,4,17031,71,5 +970,4,17031,71,118 +971,4,17031,71,45 +972,4,17031,71,0 +973,4,17031,71,89 +974,4,17031,71,1 +975,4,17031,71,3 +976,4,17031,71,79 +977,4,17031,71,196 +978,4,17031,71,19 +979,4,17031,71,11 +980,4,17031,71,34 +981,4,17031,71,56 +982,4,17031,71,0 +983,4,17031,71,0 +984,4,17031,71,2 +985,4,17031,71,0 +986,4,17031,71,80 +987,4,17031,71,46 +988,4,17031,71,0 +989,4,17031,71,17 +990,4,17031,71,29 +991,4,17031,71,4 +992,4,17031,71,20 +993,4,17031,71,5 +994,4,17031,71,28 +995,4,17031,71,12 +996,4,17031,71,5 +997,4,17031,71,2 +998,4,17031,71,4 +999,4,17031,71,1 +1000,4,17031,71,34 +1001,4,17031,71,31 +1002,9,17031,71,60 +1003,9,17031,71,24 +1004,9,17031,71,5 +1005,9,17031,71,8 +1006,9,17031,71,3 +1007,9,17031,71,16 +1008,9,17031,71,11 +1009,9,17031,71,0 +1010,9,17031,71,23 +1011,9,17031,71,79 +1012,9,17031,71,2 +1013,9,17031,71,23 +1014,9,17031,71,6 +1015,9,17031,71,11 +1016,9,17031,71,0 +1017,9,17031,71,3 +1018,9,17031,71,28 +1019,9,17031,71,11 +1020,9,17031,71,33 +1021,9,17031,71,12 +1022,9,17031,71,10 +1023,9,17031,71,45 +1024,9,17031,71,22 +1025,9,17031,71,0 +1026,9,17031,71,7 +1027,9,17031,71,11 +1028,9,17031,71,95 +1029,9,17031,71,4 +1030,9,17031,71,39 +1031,9,17031,71,3 +1032,9,17031,71,7 +1033,9,17031,71,0 +1034,9,17031,71,69 +1035,9,17031,71,29 +1036,9,17031,71,0 +1037,9,17031,71,31 +1038,9,17031,71,0 +1039,9,17031,71,23 +1040,9,17031,71,2 +1041,9,17031,71,1 +1042,9,17031,71,10 +1043,9,17031,71,0 +1044,9,17031,71,2 +1045,9,17031,71,3 +1046,9,17031,71,0 +1047,9,17031,71,0 +1048,9,17031,71,19 +1049,9,17031,71,8 +1050,9,17031,71,14 +1051,9,17031,71,44 +1052,9,17031,71,15 +1053,9,17031,71,32 +1054,9,17031,71,55 +1055,9,17031,71,12 +1056,9,17031,71,1 +1057,9,17031,71,11 +1058,9,17031,71,0 +1059,9,17031,71,41 +1060,9,17031,71,0 +1061,12,17031,71,170 +1062,9,17031,71,25 +1063,9,17031,71,0 +1064,12,17031,71,0 +1065,9,17031,71,0 +1066,9,17031,71,0 +1067,9,17031,71,9 +1068,12,17031,71,14 +1069,5,17031,71,48 +1070,5,17031,71,83 +1071,5,17031,71,0 +1072,5,17031,71,0 +1073,5,17031,71,13 +1074,5,17031,71,87 +1075,5,17031,71,18 +1076,5,17031,71,4 +1077,5,17031,71,30 +1078,5,17031,71,30 +1079,5,17031,71,24 +1080,5,17031,71,83 +1081,5,17031,71,6 +1082,5,17031,71,194 +1083,5,17031,71,7 +1084,5,17031,71,1 +1085,5,17031,71,9 +1086,5,17031,71,10 +1087,10,17031,71,1 +1088,5,17031,71,29 +1089,10,17031,71,3 +1090,5,17031,71,0 +1091,5,17031,71,11 +1092,10,17031,71,157 +1093,10,17031,71,40 +1094,10,17031,71,131 +1095,10,17031,71,7 +1096,10,17031,71,1 +1097,10,17031,71,0 +1098,5,17031,71,18 +1099,10,17031,71,8 +1100,10,17031,71,4 +1101,10,17031,71,0 +1102,10,17031,71,0 +1103,10,17031,71,24 +1104,10,17031,71,20 +1105,10,17031,71,0 +1106,10,17031,71,1 +1107,10,17031,71,33 +1108,10,17031,71,27 +1109,10,17031,71,0 +1110,10,17031,71,1 +1111,10,17031,71,1 +1112,10,17031,71,35 +1113,10,17031,71,20 +1114,10,17031,71,4 +1115,10,17031,71,7 +1116,10,17031,71,2 +1117,10,17031,71,3 +1118,10,17031,71,3 +1119,10,17031,71,0 +1120,10,17031,71,3 +1121,10,17031,71,371 +1122,10,17031,71,13 +1123,10,17031,71,4 +1124,10,17031,71,6 +1125,10,17031,71,10 +1126,10,17031,71,7 +1127,10,17031,71,0 +1128,10,17031,71,77 +1129,10,17031,71,4 +1130,10,17031,71,3 +1131,10,17031,71,30 +1132,10,17031,71,5 +1133,10,17031,71,4 +1134,10,17031,71,1 +1135,10,17031,71,20 +1136,10,17031,71,3 +1137,10,17031,71,5 +1138,10,17031,71,0 +1139,10,17031,71,16 +1140,10,17031,71,11 +1141,10,17031,71,7 +1142,10,17031,71,9 +1143,10,17031,71,18 +1144,10,17031,71,59 +1145,10,17031,71,46 +1146,10,17031,71,3 +1147,10,17031,71,47 +1148,10,17031,71,8 +1149,10,17031,71,1 +1150,10,17031,71,198 +1151,10,17031,71,13 +1152,10,17031,71,13 +1153,10,17031,71,2 +1154,10,17031,71,5 +1155,10,17031,71,0 +1156,10,17031,71,7 +1157,10,17031,71,10 +1158,10,17031,71,16 +1159,10,17031,71,48 +1160,10,17031,71,17 +1161,10,17031,71,0 +1162,10,17031,71,0 +1163,10,17031,71,20 +1164,10,17031,71,0 +1165,10,17031,71,0 +1166,10,17031,71,49 +1167,10,17031,71,49 +1168,10,17031,71,8 +1169,10,17031,71,15 +1170,10,17031,71,3 +1171,11,17031,71,4 +1172,11,17031,71,43 +1173,11,17031,71,22 +1174,11,17031,71,99 +1175,11,17031,71,0 +1176,11,17031,71,184 +1177,11,17031,71,10 +1178,11,17031,71,5 +1179,11,17031,71,0 +1180,11,17031,71,6 +1181,11,17031,71,22 +1182,11,17031,71,23 +1183,12,17031,71,3 +1184,12,17031,71,10 +1185,12,17031,71,3 +1186,12,17031,71,15 +1187,12,17031,71,0 +1188,13,17031,71,15 +1189,12,17031,71,6 +1190,13,17031,71,30 +1191,12,17031,71,8 +1192,12,17031,71,3 +1193,12,17031,71,16 +1194,12,17031,71,8 +1195,12,17031,71,0 +1196,12,17031,71,10 +1197,12,17031,71,10 +1198,12,17031,71,0 +1199,12,17031,71,0 +1200,12,17031,71,3 +1201,12,17031,71,0 +1202,12,17031,71,3 +1203,12,17031,71,1 +1204,12,17031,71,104 +1205,12,17031,71,13 +1206,12,17031,71,5 +1207,12,17031,71,2 +1208,12,17031,71,8 +1209,12,17031,71,5 +1210,12,17031,71,0 +1211,12,17031,71,3 +1212,12,17031,71,9 +1213,12,17031,71,8 +1214,12,17031,71,5 +1215,12,17031,71,0 +1216,12,17031,71,3 +1217,12,17031,71,33 +1218,12,17031,71,7 +1219,12,17031,71,30 +1220,12,17031,71,1 +1221,12,17031,71,0 +1222,12,17031,71,9 +1223,12,17031,71,54 +1224,12,17031,71,161 +1225,12,17031,71,1 +1226,12,17031,71,0 +1227,12,17031,71,6 +1228,12,17031,71,20 +1229,15,17031,71,5 +1230,15,17031,71,3 +1231,15,17031,71,1 +1232,15,17031,71,4 +1233,15,17031,71,0 +1234,15,17031,71,30 +1235,15,17031,71,20 +1236,15,17031,71,7 +1237,15,17031,71,3 +1238,15,17031,71,8 +1239,15,17031,71,0 +1240,15,17031,71,23 +1241,15,17031,71,63 +1242,15,17031,71,3 +1243,15,17031,71,5 +1244,15,17031,71,21 +1245,15,17031,71,3 +1246,15,17031,71,0 +1247,15,17031,71,0 +1248,15,17031,71,6 +1249,15,17031,71,5 +1250,15,17031,71,11 +1251,15,17031,71,11 +1252,15,17031,71,3 +1253,15,17031,71,1 +1254,15,17031,71,16 +1255,15,17031,71,3 +1256,15,17031,71,22 +1257,15,17031,71,10 +1258,15,17031,71,6 +1259,15,17031,71,3 +1260,15,17031,71,11 +1261,15,17031,71,13 +1262,15,17031,71,2 +1263,15,17031,71,16 +1264,15,17031,71,29 +1265,15,17031,71,20 +1266,15,17031,71,1 +1267,15,17031,71,17 +1268,15,17031,71,7 +1269,15,17031,71,65 +1270,15,17031,71,4 +1271,15,17031,71,2 +1272,15,17031,71,4 +1273,15,17031,71,4 +1274,15,17031,71,12 +1275,15,17031,71,3 +1276,15,17031,71,7 +1277,15,17031,71,25 +1278,15,17031,71,16 +1279,15,17031,71,13 +1280,15,17031,71,16 +1281,15,17031,71,1 +1282,15,17031,71,20 +1283,15,17031,71,9 +1284,15,17031,71,4 +1285,15,17031,71,1 +1286,15,17031,71,0 +1287,15,17031,71,2 +1288,15,17031,71,0 +1289,15,17031,71,10 +1290,15,17031,71,4 +1291,15,17031,71,807 +1292,15,17031,71,2 +1293,15,17031,71,84 +1294,15,17031,71,33 +1295,15,17031,71,5 +1296,15,17031,71,5 +1297,15,17031,71,21 +1298,15,17031,71,3 +1299,15,17031,71,16 +1300,15,17031,71,0 +1301,15,17031,71,0 +1302,15,17031,71,105 +1303,15,17031,71,2 +1304,15,17031,71,0 +1305,15,17031,71,13 +1306,15,17031,71,0 +1307,15,17031,71,0 +1308,15,17031,71,0 +1309,15,17031,71,6 +1310,15,17031,71,20 +1311,15,17031,71,93 +1312,15,17031,71,4 +1313,16,17031,71,0 +1314,16,17031,71,3 +1315,16,17031,71,23 +1316,16,17031,71,21 +1317,16,17031,71,61 +1318,16,17031,71,20 +1319,16,17031,71,137 +1320,16,17031,71,27 +1321,16,17031,71,4 +1322,16,17031,71,12 +1323,16,17031,71,35 +1324,16,17031,71,20 +1325,16,17031,71,5 +1326,16,17031,71,7 +1327,16,17031,71,15 +1328,16,17031,71,15 +1329,16,17031,71,14 +1330,16,17031,71,16 +1331,16,17031,71,33 +1332,16,17031,71,20 +1333,16,17031,71,57 +1334,16,17031,71,8 +1335,16,17031,71,10 +1336,16,17031,71,4 +1337,16,17031,71,22 +1338,16,17031,71,10 +1339,16,17031,71,4 +1340,16,17031,71,7 +1341,16,17031,71,53 +1342,16,17031,71,6 +1343,16,17031,71,5 +1344,16,17031,71,7 +1345,16,17031,71,0 +1346,16,17031,71,14 +1347,16,17031,71,5 +1348,16,17031,71,5 +1349,16,17031,71,1 +1350,16,17031,71,7 +1351,16,17031,71,56 +1352,16,17031,71,8 +1353,16,17031,71,18 +1354,16,17031,71,18 +1355,16,17031,71,14 +1356,16,17031,71,6 +1357,16,17031,71,0 +1358,16,17031,71,6 +1359,16,17031,71,0 +1360,16,17031,71,260 +1361,16,17031,71,25 +1362,18,17031,71,51 +1363,18,17031,71,4 +1364,18,17031,71,35 +1365,18,17031,71,22 +1366,18,17031,71,2 +1367,18,17031,71,21 +1368,18,17031,71,17 +1369,18,17031,71,14 +1370,18,17031,71,0 +1371,18,17031,71,0 +1372,18,17031,71,2 +1373,18,17031,71,30 +1374,18,17031,71,0 +1375,18,17031,71,46 +1376,18,17031,71,1 +1377,18,17031,71,0 +1378,18,17031,71,1 +1379,18,17031,71,2 +1380,18,17031,71,93 +1381,18,17031,71,15 +1382,18,17031,71,0 +1383,18,17031,71,11 +1384,18,17031,71,6 +1385,18,17031,71,68 +1386,18,17031,71,0 +1387,18,17031,71,0 +1388,18,17031,71,10 +1389,18,17031,71,32 +1390,18,17031,71,8 +1391,18,17031,71,6 +1392,18,17031,71,16 +1393,18,17031,71,0 +1394,18,17031,71,26 +1395,18,17031,71,0 +1396,18,17031,71,0 +1397,18,17031,71,4 +1398,18,17031,71,17 +1399,18,17031,71,1 +1400,18,17031,71,77 +1401,18,17031,71,212 +1402,18,17031,71,24 +1403,18,17031,71,1 +1404,18,17031,71,1 +1405,18,17031,71,1 +1406,18,17031,71,6 +1407,18,17031,71,0 +1408,18,17031,71,4 +1409,18,17031,71,9 +1410,18,17031,71,7 +1411,18,17031,71,2 +1412,18,17031,71,7 +1413,18,17031,71,0 +1414,18,17031,71,5 +1415,18,17031,71,38 +1416,19,17031,71,12 +1417,19,17031,71,1 +1418,19,17031,71,6 +1419,19,17031,71,2 +1420,19,17031,71,56 +1421,19,17031,71,4 +1422,19,17031,71,2 +1423,19,17031,71,0 +1424,19,17031,71,6 +1425,19,17031,71,2 +1426,19,17031,71,1 +1427,19,17031,71,0 +1428,19,17031,71,2 +1429,19,17031,71,20 +1430,19,17031,71,0 +1431,19,17031,71,1 +1432,19,17031,71,6 +1433,19,17031,71,2 +1434,19,17031,71,37 +1435,19,17031,71,110 +1436,19,17031,71,6 +1437,19,17031,71,4 +1438,19,17031,71,32 +1439,19,17031,71,20 +1440,19,17031,71,18 +1441,21,17031,71,32 +1442,21,17031,71,14 +1443,21,17031,71,20 +1444,21,17031,71,31 +1445,21,17031,71,61 +1446,21,17031,71,52 +1447,22,17031,71,42 +1448,22,17031,71,41 +1449,22,17031,71,13 +1450,22,17031,71,6 +1451,22,17031,71,106 +1452,22,17031,71,39 +1453,22,17031,71,7 +1454,22,17031,71,41 +1455,22,17031,71,6 +1456,22,17031,71,0 +1457,22,17031,71,0 +1458,22,17031,71,28 +1459,22,17031,71,0 +1460,22,17031,71,0 +1461,22,17031,71,55 +1462,22,17031,71,1 +1463,22,17031,71,35 +1464,22,17031,71,22 +1465,22,17031,71,5 +1466,22,17031,71,59 +1467,22,17031,71,0 +1468,22,17031,71,5 +1469,22,17031,71,0 +1470,22,17031,71,2 +1471,23,17031,71,35 +1472,23,17031,71,9 +1473,23,17031,71,68 +1474,23,17031,71,13 +1475,23,17031,71,1 +1476,23,17031,71,1 +1477,23,17031,71,69 +1478,23,17031,71,2 +1479,23,17031,71,14 +1480,23,17031,71,1 +1481,23,17031,71,0 +1482,23,17031,71,29 +1483,23,17031,71,20 +1484,23,17031,71,95 +1485,23,17031,71,47 +1486,23,17031,71,23 +1487,23,17031,71,7 +1488,23,17031,71,44 +1489,23,17031,71,11 +1490,23,17031,71,12 +1491,23,17031,71,29 +1492,23,17031,71,29 +1493,23,17031,71,2 +1494,23,17031,71,5 +1495,23,17031,71,43 +1496,23,17031,71,71 +1497,23,17031,71,2 +1498,23,17031,71,2 +1499,23,17031,71,49 +1500,23,17031,71,2 +1501,23,17031,71,1 +1502,23,17031,71,0 +1503,23,17031,71,6 +1504,23,17031,71,0 +1505,23,17031,71,2 +1506,23,17031,71,5 +1507,23,17031,71,9 +1508,23,17031,71,20 +1509,23,17031,71,26 +1510,23,17031,71,17 +1511,23,17031,71,9 +1512,23,17031,71,17 +1513,23,17031,71,24 +1514,23,17031,71,26 +1515,23,17031,71,117 +1516,23,17031,71,4 +1517,23,17031,71,0 +1518,23,17031,71,4 +1519,23,17031,71,17 +1520,23,17031,71,6 +1521,23,17031,71,0 +1522,23,17031,71,10 +1523,23,17031,71,0 +1524,23,17031,71,58 +1525,23,17031,71,5 +1526,23,17031,71,28 +1527,23,17031,71,36 +1528,23,17031,71,122 +1529,23,17031,71,0 +1530,23,17031,71,91 +1531,23,17031,71,21 +1532,23,17031,71,6 +1533,23,17031,71,0 +1534,23,17031,71,93 +1535,23,17031,71,1 +1536,23,17031,71,8 +1537,24,17031,71,18 +1538,24,17031,71,1 +1539,24,17031,71,27 +1540,24,17031,71,2 +1541,24,17031,71,0 +1542,24,17031,71,0 +1543,24,17031,71,10 +1544,24,17031,71,22 +1545,24,17031,71,0 +1546,24,17031,71,20 +1547,24,17031,71,3 +1548,24,17031,71,14 +1549,24,17031,71,20 +1550,24,17031,71,5 +1551,24,17031,71,0 +1552,25,17031,71,41 +1553,25,17031,71,101 +1554,25,17031,71,9 +1555,25,17031,71,43 +1556,25,17031,71,2 +1557,25,17031,71,1 +1558,25,17031,71,39 +1559,25,17031,71,6 +1560,25,17031,71,2 +1561,25,17031,71,81 +1562,25,17031,71,206 +1563,25,17031,71,27 +1564,25,17031,71,14 +1565,25,17031,71,93 +1566,25,17031,71,0 +1567,25,17031,71,4 +1568,25,17031,71,26 +1569,25,17031,71,7 +1570,25,17031,71,19 +1571,25,17031,71,19 +1572,25,17031,71,87 +1573,26,17031,71,16 +1574,26,17031,71,31 +1575,26,17031,71,26 +1576,26,17031,71,6 +1577,26,17031,71,9 +1578,26,17031,71,13 +1579,26,17031,71,13 +1580,26,17031,71,29 +1581,26,17031,71,34 +1582,26,17031,71,0 +1583,26,17031,71,22 +1584,26,17031,71,0 +1585,26,17031,71,0 +1586,26,17031,71,15 +1587,26,17031,71,1 +1588,26,17031,71,1 +1589,26,17031,71,0 +1590,26,17031,71,0 +1591,26,17031,71,104 +1592,26,17031,71,2 +1593,26,17031,71,4 +1594,26,17031,71,5 +1595,26,17031,71,143 +1596,26,17031,71,7 +1597,26,17031,71,20 +1598,26,17031,71,12 +1599,26,17031,71,1 +1600,26,17031,71,5 +1601,26,17031,71,49 +1602,26,17031,71,1 +1603,26,17031,71,10 +1604,26,17031,71,11 +1605,26,17031,71,4 +1606,26,17031,71,26 +1607,26,17031,71,0 +1608,26,17031,71,1 +1609,26,17031,71,0 +1610,26,17031,71,8 +1611,26,17031,71,0 +1612,26,17031,71,2 +1613,26,17031,71,16 +1614,26,17031,71,65 +1615,27,17031,71,12 +1616,27,17031,71,116 +1617,27,17031,71,4 +1618,27,17031,71,2 +1619,27,17031,71,47 +1620,27,17031,71,33 +1621,27,17031,71,78 +1622,27,17031,71,12 +1623,27,17031,71,29 +1624,27,17031,71,11 +1625,27,17031,71,15 +1626,27,17031,71,48 +1627,27,17031,71,105 +1628,27,17031,71,13 +1629,27,17031,71,0 +1630,27,17031,71,7 +1631,27,17031,71,5 +1632,27,17031,71,58 +1633,27,17031,71,18 +1634,27,17031,71,10 +1635,27,17031,71,1 +1636,27,17031,71,6 +1637,27,17031,71,49 +1638,27,17031,71,11 +1639,27,17031,71,28 +1640,27,17031,71,19 +1641,27,17031,71,54 +1642,27,17031,71,80 +1643,27,17031,71,17 +1644,27,17031,71,16 +1645,27,17031,71,3 +1646,27,17031,71,3 +1647,27,17031,71,0 +1648,27,17031,71,18 +1649,27,17031,71,102 +1650,27,17031,71,47 +1651,27,17031,71,16 +1652,27,17031,71,2 +1653,27,17031,71,1 +1654,27,17031,71,4 +1655,27,17031,71,4 +1656,27,17031,71,3 +1657,27,17031,71,31 +1658,27,17031,71,32 +1659,27,17031,71,30 +1660,27,17031,71,4 +1661,27,17031,71,83 +1662,27,17031,71,9 +1663,27,17031,71,117 +1664,27,17031,71,5 +1665,27,17031,71,39 +1666,27,17031,71,17 +1667,28,17031,71,173 +1668,28,17031,71,23 +1669,28,17031,71,2 +1670,28,17031,71,17 +1671,28,17031,71,7 +1672,28,17031,71,3 +1673,28,17031,71,6 +1674,28,17031,71,37 +1675,28,17031,71,0 +1676,28,17031,71,52 +1677,28,17031,71,123 +1678,28,17031,71,20 +1679,28,17031,71,184 +1680,28,17031,71,4 +1681,28,17031,71,46 +1682,28,17031,71,4 +1683,28,17031,71,0 +1684,28,17031,71,0 +1685,28,17031,71,0 +1686,28,17031,71,3 +1687,28,17031,71,1 +1688,28,17031,71,29 +1689,28,17031,71,19 +1690,28,17031,71,7 +1691,28,17031,71,8 +1692,28,17031,71,4 +1693,28,17031,71,14 +1694,28,17031,71,0 +1695,28,17031,71,12 +1696,28,17031,71,38 +1697,29,17031,71,30 +1698,29,17031,71,4 +1699,29,17031,71,50 +1700,29,17031,71,19 +1701,29,17031,71,4 +1702,29,17031,71,28 +1703,29,17031,71,0 +1704,29,17031,71,7 +1705,29,17031,71,21 +1706,29,17031,71,11 +1707,29,17031,71,3 +1708,29,17031,71,25 +1709,29,17031,71,28 +1710,29,17031,71,5 +1711,29,17031,71,2 +1712,29,17031,71,1 +1713,29,17031,71,17 +1714,29,17031,71,20 +1715,29,17031,71,0 +1716,29,17031,71,59 +1717,29,17031,71,2 +1718,29,17031,71,23 +1719,29,17031,71,18 +1720,29,17031,71,0 +1721,29,17031,71,25 +1722,29,17031,71,1 +1723,29,17031,71,33 +1724,29,17031,71,26 +1725,29,17031,71,1 +1726,29,17031,71,10 +1727,29,17031,71,42 +1728,29,17031,71,63 +1729,29,17031,71,6 +1730,29,17031,71,26 +1731,29,17031,71,15 +1732,29,17031,71,7 +1733,79,17043,71,0 +1734,79,17043,71,0 +1735,77,17043,71,34 +1736,77,17043,71,111 +1737,77,17043,71,12 +1738,77,17043,71,3 +1739,77,17043,71,22 +1740,77,17043,71,12 +1741,77,17043,71,45 +1742,77,17043,71,79 +1743,77,17043,71,17 +1744,80,17043,71,41 +1745,80,17043,71,22 +1746,80,17043,71,15 +1747,80,17043,71,10 +1748,80,17043,71,16 +1749,80,17043,71,34 +1750,80,17043,71,1 +1751,80,17043,71,74 +1752,80,17043,71,144 +1753,80,17043,71,0 +1754,80,17043,71,16 +1755,80,17043,71,93 +1756,83,17043,71,1 +1757,83,17043,71,4 +1758,83,17043,71,67 +1759,83,17043,71,9 +1760,83,17043,71,77 +1761,83,17043,71,186 +1762,83,17043,71,21 +1763,83,17043,71,13 +1764,83,17043,71,63 +1765,83,17043,71,0 +1766,83,17043,71,0 +1767,83,17043,71,192 +1768,83,17043,71,387 +1769,83,17043,71,0 +1770,83,17043,71,21 +1771,83,17043,71,31 +1772,83,17043,71,0 +1773,83,17043,71,2 +1774,83,17043,71,6 +1775,83,17043,71,19 +1776,83,17043,71,3 +1777,83,17043,71,8 +1778,83,17043,71,10 +1779,83,17043,71,1 +1780,83,17043,71,10 +1781,83,17043,71,269 +1782,83,17043,71,94 +1783,83,17043,71,12 +1784,83,17043,71,3 +1785,83,17043,71,10 +1786,83,17043,71,21 +1787,83,17043,71,16 +1788,83,17043,71,3 +1789,83,17043,71,0 +1790,83,17043,71,59 +1791,83,17043,71,3 +1792,83,17043,71,0 +1793,83,17043,71,25 +1794,83,17043,71,0 +1795,83,17043,71,50 +1796,83,17043,71,12 +1797,83,17043,71,10 +1798,83,17043,71,32 +1799,83,17043,71,38 +1800,83,17043,71,54 +1801,83,17043,71,7 +1802,83,17043,71,0 +1803,83,17043,71,13 +1804,83,17043,71,0 +1805,83,17043,71,0 +1806,83,17043,71,3 +1807,83,17043,71,1 +1808,83,17043,71,39 +1809,83,17043,71,19 +1810,83,17043,71,27 +1811,83,17043,71,75 +1812,83,17043,71,25 +1813,78,17043,71,7 +1814,78,17043,71,6 +1815,78,17043,71,0 +1816,78,17043,71,17 +1817,78,17043,71,89 +1818,78,17043,71,101 +1819,78,17043,71,4 +1820,78,17043,71,0 +1821,78,17043,71,2 +1822,78,17043,71,12 +1823,78,17043,71,32 +1824,78,17043,71,4 +1825,78,17043,71,130 +1826,78,17043,71,153 +1827,78,17043,71,34 +1828,78,17043,71,266 +1829,78,17043,71,3 +1830,78,17043,71,1 +1831,78,17043,71,0 +1832,78,17043,71,14 +1833,78,17043,71,111 +1834,78,17043,71,22 +1835,78,17043,71,3 +1836,78,17043,71,7 +1837,78,17043,71,4 +1838,78,17043,71,0 +1839,78,17043,71,5 +1840,78,17043,71,27 +1841,78,17043,71,1 +1842,78,17043,71,1 +1843,78,17043,71,59 +1844,78,17043,71,0 +1845,78,17043,71,0 +1846,78,17043,71,2 +1847,78,17043,71,2 +1848,78,17043,71,9 +1849,78,17043,71,52 +1850,78,17043,71,0 +1851,78,17043,71,11 +1852,78,17043,71,49 +1853,78,17043,71,36 +1854,78,17043,71,25 +1855,81,17043,71,11 +1856,81,17043,71,17 +1857,81,17043,71,3 +1858,81,17043,71,106 +1859,81,17043,71,14 +1860,81,17043,71,0 +1861,81,17043,71,22 +1862,81,17043,71,26 +1863,81,17043,71,13 +1864,81,17043,71,0 +1865,81,17043,71,9 +1866,81,17043,71,25 +1867,81,17043,71,0 +1868,81,17043,71,11 +1869,81,17043,71,77 +1870,81,17043,71,10 +1871,81,17043,71,68 +1872,81,17043,71,1 +1873,81,17043,71,20 +1874,81,17043,71,0 +1875,81,17043,71,60 +1876,81,17043,71,73 +1877,81,17043,71,1 +1878,81,17043,71,10 +1879,81,17043,71,0 +1880,81,17043,71,0 +1881,81,17043,71,1 +1882,81,17043,71,21 +1883,81,17043,71,61 +1884,81,17043,71,16 +1885,81,17043,71,0 +1886,81,17043,71,1 +1887,81,17043,71,94 +1888,81,17043,71,5 +1889,81,17043,71,13 +1890,81,17043,71,2 +1891,81,17043,71,0 +1892,81,17043,71,0 +1893,81,17043,71,1 +1894,81,17043,71,7 +1895,81,17043,71,0 +1896,81,17043,71,44 +1897,81,17043,71,42 +1898,81,17043,71,12 +1899,81,17043,71,126 +1900,81,17043,71,0 +1901,81,17043,71,12 +1902,81,17043,71,54 +1903,81,17043,71,47 +1904,81,17043,71,95 +1905,81,17043,71,20 +1906,81,17043,71,40 +1907,81,17043,71,35 +1908,81,17043,71,19 +1909,81,17043,71,30 +1910,81,17043,71,7 +1911,81,17043,71,32 +1912,84,17043,71,128 +1913,84,17043,71,258 +1914,84,17043,71,21 +1915,84,17043,71,6 +1916,84,17043,71,28 +1917,84,17043,71,14 +1918,84,17043,71,0 +1919,84,17043,71,73 +1920,84,17043,71,73 +1921,84,17043,71,12 +1922,84,17043,71,0 +1923,84,17043,71,0 +1924,84,17043,71,15 +1925,84,17043,71,8 +1926,84,17043,71,5 +1927,84,17043,71,8 +1928,84,17043,71,45 +1929,84,17043,71,345 +1930,84,17043,71,115 +1931,84,17043,71,31 +1932,84,17043,71,29 +1933,84,17043,71,8 +1934,84,17043,71,373 +1935,84,17043,71,50 +1936,84,17043,71,0 +1937,84,17043,71,0 +1938,84,17043,71,21 +1939,84,17043,71,21 +1940,84,17043,71,59 +1941,84,17043,71,254 +1942,84,17043,71,60 +1943,84,17043,71,35 +1944,84,17043,71,0 +1945,84,17043,71,0 +1946,84,17043,71,8 +1947,84,17043,71,1 +1948,84,17043,71,44 +1949,84,17043,71,18 +1950,84,17043,71,12 +1951,84,17043,71,14 +1952,84,17043,71,0 +1953,84,17043,71,38 +1954,79,17043,71,21 +1955,79,17043,71,122 +1956,79,17043,71,50 +1957,79,17043,71,81 +1958,79,17043,71,49 +1959,79,17043,71,31 +1960,79,17043,71,64 +1961,79,17043,71,52 +1962,79,17043,71,0 +1963,79,17043,71,10 +1964,79,17043,71,1 +1965,79,17043,71,12 +1966,79,17043,71,15 +1967,79,17043,71,19 +1968,79,17043,71,36 +1969,79,17043,71,6 +1970,79,17043,71,44 +1971,79,17043,71,7 +1972,79,17043,71,0 +1973,79,17043,71,2 +1974,79,17043,71,51 +1975,79,17043,71,64 +1976,79,17043,71,12 +1977,79,17043,71,61 +1978,79,17043,71,98 +1979,79,17043,71,12 +1980,79,17043,71,9 +1981,79,17043,71,3 +1982,79,17043,71,11 +1983,79,17043,71,1 +1984,79,17043,71,3 +1985,79,17043,71,44 +1986,79,17043,71,6 +1987,79,17043,71,3 +1988,79,17043,71,12 +1989,79,17043,71,36 +1990,79,17043,71,35 +1991,79,17043,71,14 +1992,79,17043,71,48 +1993,79,17043,71,88 +1994,79,17043,71,55 +1995,79,17043,71,0 +1996,79,17043,71,4 +1997,79,17043,71,10 +1998,79,17043,71,21 +1999,79,17043,71,0 +2000,79,17043,71,1 +2001,79,17043,71,32 +2002,79,17043,71,8 +2003,82,17043,71,5 +2004,82,17043,71,14 +2005,82,17043,71,51 +2006,82,17043,71,143 +2007,82,17043,71,24 +2008,82,17043,71,4 +2009,82,17043,71,6 +2010,82,17043,71,98 +2011,82,17043,71,59 +2012,82,17043,71,0 +2013,82,17043,71,0 +2014,82,17043,71,5 +2015,82,17043,71,68 +2016,82,17043,71,71 +2017,82,17043,71,15 +2018,82,17043,71,29 +2019,82,17043,71,18 +2020,82,17043,71,5 +2021,82,17043,71,39 +2022,82,17043,71,46 +2023,82,17043,71,60 +2024,82,17043,71,10 +2025,82,17043,71,4 +2026,82,17043,71,28 +2027,82,17043,71,93 +2028,82,17043,71,29 +2029,82,17043,71,26 +2030,82,17043,71,57 +2031,82,17043,71,9 +2032,82,17043,71,12 +2033,82,17043,71,122 +2034,82,17043,71,222 +2035,82,17043,71,36 +2036,82,17043,71,95 +2037,82,17043,71,31 +2038,82,17043,71,130 +2039,82,17043,71,70 +2040,82,17043,71,38 +2041,82,17043,71,42 +2042,82,17043,71,101 +2043,82,17043,71,164 +2044,82,17043,71,56 +2045,82,17043,71,224 +2046,82,17043,71,46 +2047,82,17043,71,0 +2048,82,17043,71,38 +2049,82,17043,71,99 +2050,82,17043,71,52 +2051,85,17043,71,10 +2052,85,17043,71,5 +2053,85,17043,71,5 +2054,85,17043,71,0 +2055,85,17043,71,7 +2056,85,17043,71,38 +2057,85,17043,71,124 +2058,85,17043,71,33 +2059,85,17043,71,6 +2060,85,17043,71,17 +2061,85,17043,71,91 +2062,85,17043,71,25 +2063,85,17043,71,107 +2064,85,17043,71,10 +2065,85,17043,71,21 +2066,85,17043,71,0 +2067,85,17043,71,4 +2068,85,17043,71,148 +2069,85,17043,71,8 +2070,85,17043,71,6 +2071,85,17043,71,3 +2072,85,17043,71,1 +2073,85,17043,71,2 +2074,85,17043,71,2 +2075,85,17043,71,0 +2076,85,17043,71,60 +2077,85,17043,71,15 +2078,85,17043,71,4 +2079,85,17043,71,3 +2080,85,17043,71,1 +2081,85,17043,71,13 +2082,85,17043,71,0 +2083,85,17043,71,0 +2084,85,17043,71,11 +2085,85,17043,71,28 +2086,85,17043,71,4 +2087,85,17043,71,69 +2088,85,17043,71,0 +2089,85,17043,71,92 +2090,85,17043,71,3 +2091,85,17043,71,1 +2092,85,17043,71,0 +2093,85,17043,71,45 +2094,85,17043,71,2 +2095,85,17043,71,2 +2096,85,17043,71,2 +2097,85,17043,71,4 +2098,85,17043,71,16 +2099,85,17043,71,66 +2100,85,17043,71,42 +2101,85,17043,71,41 +2102,85,17043,71,4 +2103,85,17043,71,14 +2104,85,17043,71,16 +2105,85,17043,71,2 +2106,85,17043,71,6 +2107,85,17043,71,0 +2108,86,17043,71,68 +2109,86,17043,71,18 +2110,86,17043,71,6 +2111,86,17043,71,13 +2112,62,17089,71,0 +2113,62,17089,71,4 +2114,62,17089,71,15 +2115,62,17089,71,12 +2116,65,17089,71,1 +2117,65,17089,71,5 +2118,65,17089,71,1 +2119,65,17089,71,1 +2120,68,17089,71,2 +2121,68,17089,71,7 +2122,68,17089,71,80 +2123,68,17089,71,4 +2124,71,17089,71,0 +2125,71,17089,71,0 +2126,71,17089,71,0 +2127,71,17089,71,46 +2128,74,17089,71,3 +2129,74,17089,71,6 +2130,74,17089,71,17 +2131,74,17089,71,84 +2132,63,17089,71,188 +2133,63,17089,71,0 +2134,63,17089,71,2 +2135,63,17089,71,36 +2136,66,17089,71,14 +2137,66,17089,71,12 +2138,66,17089,71,1 +2139,66,17089,71,15 +2140,69,17089,71,6 +2141,69,17089,71,2 +2142,69,17089,71,39 +2143,69,17089,71,19 +2144,72,17089,71,29 +2145,72,17089,71,19 +2146,72,17089,71,11 +2147,72,17089,71,18 +2148,75,17089,71,145 +2149,75,17089,71,59 +2150,75,17089,71,61 +2151,75,17089,71,10 +2152,75,17089,71,0 +2153,75,17089,71,0 +2154,75,17089,71,0 +2155,75,17089,71,37 +2156,75,17089,71,1 +2157,75,17089,71,2 +2158,64,17089,71,10 +2159,64,17089,71,3 +2160,64,17089,71,0 +2161,64,17089,71,8 +2162,64,17089,71,1 +2163,64,17089,71,0 +2164,64,17089,71,113 +2165,64,17089,71,0 +2166,64,17089,71,1 +2167,64,17089,71,1 +2168,64,17089,71,76 +2169,64,17089,71,0 +2170,64,17089,71,32 +2171,64,17089,71,1 +2172,64,17089,71,12 +2173,64,17089,71,470 +2174,64,17089,71,142 +2175,64,17089,71,0 +2176,64,17089,71,79 +2177,64,17089,71,8 +2178,64,17089,71,179 +2179,67,17089,71,8 +2180,67,17089,71,2 +2181,67,17089,71,6 +2182,67,17089,71,3 +2183,67,17089,71,3 +2184,67,17089,71,26 +2185,67,17089,71,1 +2186,67,17089,71,84 +2187,67,17089,71,125 +2188,67,17089,71,13 +2189,67,17089,71,35 +2190,67,17089,71,2 +2191,67,17089,71,2 +2192,67,17089,71,0 +2193,67,17089,71,0 +2194,67,17089,71,9 +2195,67,17089,71,1 +2196,67,17089,71,22 +2197,67,17089,71,0 +2198,67,17089,71,0 +2199,67,17089,71,491 +2200,67,17089,71,38 +2201,67,17089,71,0 +2202,67,17089,71,1 +2203,67,17089,71,19 +2204,67,17089,71,1 +2205,67,17089,71,423 +2206,67,17089,71,0 +2207,67,17089,71,44 +2208,67,17089,71,47 +2209,67,17089,71,3 +2210,67,17089,71,1 +2211,67,17089,71,4 +2212,67,17089,71,0 +2213,67,17089,71,0 +2214,67,17089,71,7 +2215,67,17089,71,106 +2216,67,17089,71,69 +2217,67,17089,71,12 +2218,67,17089,71,1 +2219,67,17089,71,15 +2220,67,17089,71,11 +2221,70,17089,71,129 +2222,70,17089,71,31 +2223,70,17089,71,18 +2224,70,17089,71,24 +2225,70,17089,71,32 +2226,70,17089,71,53 +2227,70,17089,71,196 +2228,70,17089,71,100 +2229,70,17089,71,90 +2230,70,17089,71,0 +2231,70,17089,71,0 +2232,70,17089,71,29 +2233,70,17089,71,46 +2234,70,17089,71,24 +2235,70,17089,71,32 +2236,70,17089,71,22 +2237,70,17089,71,323 +2238,70,17089,71,11 +2239,73,17089,71,50 +2240,73,17089,71,3 +2241,73,17089,71,107 +2242,73,17089,71,35 +2243,73,17089,71,41 +2244,73,17089,71,366 +2245,73,17089,71,203 +2246,73,17089,71,276 +2247,73,17089,71,1 +2248,73,17089,71,9 +2249,73,17089,71,13 +2250,73,17089,71,8 +2251,73,17089,71,23 +2252,73,17089,71,0 +2253,73,17089,71,4 +2254,73,17089,71,3 +2255,73,17089,71,71 +2256,73,17089,71,10 +2257,76,17089,71,54 +2258,76,17089,71,15 +2259,76,17089,71,61 +2260,76,17089,71,64 +2261,76,17089,71,26 +2262,76,17089,71,30 +2263,76,17089,71,10 +2264,76,17089,71,0 +2265,76,17089,71,41 +2266,76,17089,71,1 +2267,76,17089,71,21 +2268,76,17089,71,63 +2269,76,17089,71,77 +2270,76,17089,71,16 +2271,76,17089,71,1 +2272,76,17089,71,57 +2273,76,17089,71,246 +2274,76,17089,71,2 +2275,76,17089,71,111 +2276,76,17089,71,4 +2277,76,17089,71,55 +2278,76,17089,71,116 +2279,76,17089,71,0 +2280,76,17089,71,0 +2281,76,17089,71,0 +2282,76,17089,71,41 +2283,76,17089,71,47 +2284,76,17089,71,8 +2285,76,17089,71,47 +2286,76,17089,71,12 +2287,76,17089,71,772 +2288,76,17089,71,26 +2289,76,17089,71,13 +2290,76,17089,71,12 +2291,76,17089,71,15 +2292,76,17089,71,2 +2293,76,17089,71,7 +2294,76,17089,71,1 +2295,76,17089,71,5 +2296,76,17089,71,0 +2297,76,17089,71,0 +2298,76,17089,71,2 +2299,76,17089,71,7 +2300,76,17089,71,42 +2301,76,17089,71,3 +2302,76,17089,71,5 +2303,76,17089,71,24 +2304,76,17089,71,0 +2305,110,17093,71,3 +2306,110,17093,71,3 +2307,111,17093,71,21 +2308,111,17093,71,47 +2309,112,17093,71,13 +2310,112,17093,71,31 +2311,112,17093,71,27 +2312,112,17093,71,37 +2313,112,17093,71,309 +2314,110,17093,71,25 +2315,110,17093,71,99 +2316,111,17093,71,216 +2317,111,17093,71,7 +2318,112,17093,71,38 +2319,112,17093,71,0 +2320,113,17093,71,24 +2321,114,17093,71,46 +2322,115,17093,71,8 +2323,116,17093,71,5 +2324,117,17093,71,0 +2325,118,17093,71,1 +2326,46,17097,71,1 +2327,46,17097,71,38 +2328,46,17097,71,12 +2329,46,17097,71,43 +2330,46,17097,71,16 +2331,46,17097,71,45 +2332,50,17097,71,151 +2333,50,17097,71,7 +2334,50,17097,71,50 +2335,50,17097,71,19 +2336,50,17097,71,25 +2337,50,17097,71,7 +2338,54,17097,71,112 +2339,54,17097,71,18 +2340,54,17097,71,34 +2341,54,17097,71,14 +2342,54,17097,71,25 +2343,54,17097,71,69 +2344,58,17097,71,27 +2345,58,17097,71,18 +2346,58,17097,71,58 +2347,58,17097,71,37 +2348,58,17097,71,28 +2349,58,17097,71,126 +2350,47,17097,71,106 +2351,47,17097,71,2 +2352,47,17097,71,0 +2353,47,17097,71,15 +2354,47,17097,71,25 +2355,47,17097,71,0 +2356,47,17097,71,6 +2357,47,17097,71,25 +2358,47,17097,71,24 +2359,51,17097,71,17 +2360,51,17097,71,96 +2361,51,17097,71,65 +2362,51,17097,71,1 +2363,51,17097,71,28 +2364,51,17097,71,10 +2365,51,17097,71,51 +2366,51,17097,71,48 +2367,51,17097,71,18 +2368,51,17097,71,10 +2369,51,17097,71,48 +2370,51,17097,71,3 +2371,51,17097,71,23 +2372,51,17097,71,26 +2373,51,17097,71,29 +2374,51,17097,71,6 +2375,51,17097,71,130 +2376,51,17097,71,22 +2377,55,17097,71,2 +2378,55,17097,71,13 +2379,55,17097,71,330 +2380,55,17097,71,2 +2381,55,17097,71,20 +2382,55,17097,71,75 +2383,55,17097,71,75 +2384,55,17097,71,2 +2385,55,17097,71,9 +2386,59,17097,71,42 +2387,59,17097,71,7 +2388,59,17097,71,0 +2389,59,17097,71,200 +2390,59,17097,71,7 +2391,59,17097,71,50 +2392,59,17097,71,3 +2393,59,17097,71,306 +2394,59,17097,71,13 +2395,48,17097,71,35 +2396,48,17097,71,9 +2397,48,17097,71,7 +2398,48,17097,71,10 +2399,52,17097,71,31 +2400,52,17097,71,35 +2401,52,17097,71,30 +2402,52,17097,71,30 +2403,52,17097,71,9 +2404,52,17097,71,21 +2405,52,17097,71,2 +2406,52,17097,71,391 +2407,52,17097,71,165 +2408,52,17097,71,19 +2409,52,17097,71,24 +2410,52,17097,71,6 +2411,52,17097,71,41 +2412,52,17097,71,1 +2413,52,17097,71,94 +2414,52,17097,71,30 +2415,52,17097,71,23 +2416,52,17097,71,57 +2417,52,17097,71,38 +2418,52,17097,71,0 +2419,52,17097,71,8 +2420,56,17097,71,230 +2421,56,17097,71,22 +2422,56,17097,71,42 +2423,56,17097,71,3 +2424,56,17097,71,29 +2425,56,17097,71,265 +2426,56,17097,71,0 +2427,56,17097,71,0 +2428,56,17097,71,2 +2429,56,17097,71,14 +2430,56,17097,71,29 +2431,56,17097,71,2 +2432,56,17097,71,24 +2433,56,17097,71,31 +2434,56,17097,71,5 +2435,56,17097,71,78 +2436,56,17097,71,81 +2437,56,17097,71,42 +2438,56,17097,71,21 +2439,56,17097,71,108 +2440,56,17097,71,2 +2441,56,17097,71,4 +2442,56,17097,71,55 +2443,56,17097,71,593 +2444,60,17097,71,42 +2445,60,17097,71,11 +2446,60,17097,71,47 +2447,60,17097,71,0 +2448,60,17097,71,40 +2449,60,17097,71,304 +2450,60,17097,71,170 +2451,60,17097,71,89 +2452,60,17097,71,180 +2453,60,17097,71,80 +2454,60,17097,71,465 +2455,60,17097,71,58 +2456,60,17097,71,3 +2457,60,17097,71,7 +2458,60,17097,71,85 +2459,60,17097,71,101 +2460,60,17097,71,319 +2461,60,17097,71,20 +2462,60,17097,71,69 +2463,60,17097,71,46 +2464,60,17097,71,170 +2465,60,17097,71,151 +2466,60,17097,71,0 +2467,60,17097,71,100 +2468,49,17097,71,13 +2469,49,17097,71,83 +2470,49,17097,71,18 +2471,49,17097,71,0 +2472,49,17097,71,52 +2473,49,17097,71,1 +2474,49,17097,71,132 +2475,49,17097,71,18 +2476,49,17097,71,64 +2477,53,17097,71,1 +2478,53,17097,71,91 +2479,53,17097,71,0 +2480,53,17097,71,4 +2481,53,17097,71,2 +2482,53,17097,71,2 +2483,53,17097,71,25 +2484,53,17097,71,0 +2485,53,17097,71,1 +2486,53,17097,71,19 +2487,53,17097,71,0 +2488,53,17097,71,6 +2489,53,17097,71,0 +2490,53,17097,71,6 +2491,53,17097,71,102 +2492,53,17097,71,3 +2493,53,17097,71,2 +2494,53,17097,71,1 +2495,53,17097,71,6 +2496,53,17097,71,33 +2497,53,17097,71,1 +2498,53,17097,71,2 +2499,53,17097,71,2 +2500,53,17097,71,3 +2501,53,17097,71,72 +2502,53,17097,71,22 +2503,53,17097,71,8 +2504,53,17097,71,0 +2505,53,17097,71,57 +2506,53,17097,71,6 +2507,53,17097,71,173 +2508,53,17097,71,2 +2509,53,17097,71,5 +2510,53,17097,71,1 +2511,53,17097,71,5 +2512,53,17097,71,5 +2513,53,17097,71,25 +2514,53,17097,71,3 +2515,53,17097,71,1 +2516,53,17097,71,1 +2517,53,17097,71,2 +2518,53,17097,71,17 +2519,53,17097,71,1 +2520,53,17097,71,82 +2521,53,17097,71,0 +2522,53,17097,71,7 +2523,53,17097,71,0 +2524,53,17097,71,1 +2525,53,17097,71,5 +2526,53,17097,71,11 +2527,53,17097,71,2 +2528,53,17097,71,0 +2529,57,17097,71,8 +2530,57,17097,71,42 +2531,57,17097,71,26 +2532,57,17097,71,16 +2533,57,17097,71,0 +2534,57,17097,71,0 +2535,57,17097,71,0 +2536,57,17097,71,0 +2537,57,17097,71,12 +2538,57,17097,71,1 +2539,57,17097,71,10 +2540,57,17097,71,10 +2541,57,17097,71,173 +2542,57,17097,71,30 +2543,57,17097,71,4 +2544,57,17097,71,11 +2545,57,17097,71,3 +2546,57,17097,71,26 +2547,57,17097,71,0 +2548,57,17097,71,47 +2549,57,17097,71,64 +2550,57,17097,71,13 +2551,61,17097,71,0 +2552,61,17097,71,3 +2553,61,17097,71,0 +2554,61,17097,71,0 +2555,61,17097,71,13 +2556,61,17097,71,0 +2557,61,17097,71,58 +2558,61,17097,71,43 +2559,61,17097,71,97 +2560,61,17097,71,6 +2561,61,17097,71,18 +2562,61,17097,71,0 +2563,61,17097,71,15 +2564,61,17097,71,5 +2565,61,17097,71,1 +2566,61,17097,71,0 +2567,61,17097,71,10 +2568,61,17097,71,267 +2569,61,17097,71,1 +2570,61,17097,71,94 +2571,61,17097,71,203 +2572,61,17097,71,60 +2573,61,17097,71,27 +2574,61,17097,71,19 +2575,61,17097,71,106 +2576,61,17097,71,38 +2577,61,17097,71,0 +2578,61,17097,71,419 +2579,61,17097,71,22 +2580,61,17097,71,276 +2581,61,17097,71,33 +2582,61,17097,71,109 +2583,61,17097,71,50 +2584,30,17111,71,0 +2585,30,17111,71,3 +2586,30,17111,71,36 +2587,30,17111,71,42 +2588,34,17111,71,2 +2589,34,17111,71,82 +2590,34,17111,71,1 +2591,34,17111,71,0 +2592,38,17111,71,0 +2593,38,17111,71,1 +2594,38,17111,71,3 +2595,38,17111,71,113 +2596,42,17111,71,0 +2597,42,17111,71,7 +2598,42,17111,71,0 +2599,42,17111,71,30 +2600,31,17111,71,1 +2601,31,17111,71,8 +2602,31,17111,71,0 +2603,31,17111,71,0 +2604,35,17111,71,10 +2605,35,17111,71,0 +2606,35,17111,71,8 +2607,35,17111,71,1 +2608,39,17111,71,2 +2609,39,17111,71,0 +2610,39,17111,71,37 +2611,39,17111,71,2 +2612,43,17111,71,79 +2613,43,17111,71,8 +2614,43,17111,71,30 +2615,43,17111,71,8 +2616,32,17111,71,23 +2617,32,17111,71,0 +2618,32,17111,71,0 +2619,32,17111,71,4 +2620,36,17111,71,0 +2621,36,17111,71,4 +2622,36,17111,71,25 +2623,36,17111,71,0 +2624,40,17111,71,89 +2625,40,17111,71,0 +2626,40,17111,71,1 +2627,40,17111,71,39 +2628,40,17111,71,145 +2629,40,17111,71,0 +2630,40,17111,71,15 +2631,40,17111,71,34 +2632,40,17111,71,1 +2633,40,17111,71,6 +2634,40,17111,71,13 +2635,40,17111,71,29 +2636,44,17111,71,42 +2637,44,17111,71,0 +2638,44,17111,71,0 +2639,44,17111,71,8 +2640,44,17111,71,0 +2641,44,17111,71,3 +2642,44,17111,71,39 +2643,44,17111,71,119 +2644,44,17111,71,67 +2645,33,17111,71,26 +2646,33,17111,71,8 +2647,33,17111,71,3 +2648,33,17111,71,13 +2649,33,17111,71,28 +2650,33,17111,71,1 +2651,33,17111,71,19 +2652,37,17111,71,5 +2653,37,17111,71,28 +2654,37,17111,71,1 +2655,37,17111,71,10 +2656,37,17111,71,6 +2657,37,17111,71,19 +2658,37,17111,71,128 +2659,37,17111,71,127 +2660,37,17111,71,2 +2661,37,17111,71,37 +2662,37,17111,71,188 +2663,37,17111,71,11 +2664,41,17111,71,1 +2665,41,17111,71,0 +2666,41,17111,71,34 +2667,41,17111,71,13 +2668,41,17111,71,1 +2669,41,17111,71,22 +2670,41,17111,71,1 +2671,41,17111,71,0 +2672,41,17111,71,1 +2673,41,17111,71,0 +2674,41,17111,71,9 +2675,41,17111,71,71 +2676,41,17111,71,287 +2677,41,17111,71,20 +2678,41,17111,71,14 +2679,45,17111,71,18 +2680,45,17111,71,56 +2681,45,17111,71,15 +2682,45,17111,71,24 +2683,45,17111,71,15 +2684,45,17111,71,0 +2685,45,17111,71,0 +2686,45,17111,71,11 +2687,45,17111,71,16 +2688,45,17111,71,193 +2689,45,17111,71,27 +2690,45,17111,71,42 +2691,45,17111,71,5 +2692,45,17111,71,17 +2693,45,17111,71,224 +2694,45,17111,71,21 +2695,45,17111,71,28 +2696,45,17111,71,253 +2697,45,17111,71,39 +2698,45,17111,71,70 +2699,45,17111,71,76 +2700,45,17111,71,21 +2701,45,17111,71,7 +2702,45,17111,71,0 +2703,87,17197,71,20 +2704,87,17197,71,162 +2705,87,17197,71,5 +2706,87,17197,71,1 +2707,87,17197,71,166 +2708,87,17197,71,3 +2709,87,17197,71,9 +2710,87,17197,71,72 +2711,87,17197,71,18 +2712,89,17197,71,2 +2713,89,17197,71,89 +2714,89,17197,71,12 +2715,89,17197,71,0 +2716,89,17197,71,64 +2717,89,17197,71,25 +2718,89,17197,71,22 +2719,89,17197,71,38 +2720,89,17197,71,252 +2721,92,17197,71,5 +2722,92,17197,71,209 +2723,92,17197,71,103 +2724,92,17197,71,1 +2725,92,17197,71,16 +2726,92,17197,71,0 +2727,92,17197,71,0 +2728,92,17197,71,8 +2729,92,17197,71,40 +2730,92,17197,71,0 +2731,92,17197,71,75 +2732,92,17197,71,284 +2733,96,17197,71,125 +2734,96,17197,71,11 +2735,96,17197,71,33 +2736,96,17197,71,0 +2737,102,17197,71,9 +2738,102,17197,71,0 +2739,102,17197,71,82 +2740,102,17197,71,99 +2741,108,17197,71,8 +2742,108,17197,71,12 +2743,108,17197,71,24 +2744,108,17197,71,0 +2745,88,17197,71,78 +2746,88,17197,71,6 +2747,88,17197,71,0 +2748,88,17197,71,46 +2749,88,17197,71,13 +2750,88,17197,71,56 +2751,88,17197,71,26 +2752,88,17197,71,4 +2753,88,17197,71,1 +2754,88,17197,71,117 +2755,88,17197,71,0 +2756,88,17197,71,35 +2757,88,17197,71,6 +2758,88,17197,71,41 +2759,88,17197,71,97 +2760,88,17197,71,13 +2761,88,17197,71,86 +2762,88,17197,71,114 +2763,88,17197,71,31 +2764,88,17197,71,35 +2765,88,17197,71,12 +2766,90,17197,71,31 +2767,90,17197,71,81 +2768,90,17197,71,34 +2769,90,17197,71,29 +2770,90,17197,71,3 +2771,90,17197,71,110 +2772,90,17197,71,21 +2773,90,17197,71,46 +2774,90,17197,71,28 +2775,90,17197,71,38 +2776,90,17197,71,1 +2777,90,17197,71,0 +2778,90,17197,71,9 +2779,90,17197,71,1 +2780,90,17197,71,62 +2781,93,17197,71,0 +2782,93,17197,71,6 +2783,93,17197,71,6 +2784,93,17197,71,4 +2785,93,17197,71,2 +2786,93,17197,71,27 +2787,93,17197,71,7 +2788,93,17197,71,1 +2789,93,17197,71,6 +2790,93,17197,71,16 +2791,93,17197,71,12 +2792,93,17197,71,1 +2793,93,17197,71,1153 +2794,93,17197,71,5 +2795,93,17197,71,8 +2796,93,17197,71,0 +2797,93,17197,71,1 +2798,93,17197,71,50 +2799,93,17197,71,26 +2800,93,17197,71,4 +2801,93,17197,71,3 +2802,93,17197,71,0 +2803,93,17197,71,2 +2804,93,17197,71,2 +2805,93,17197,71,0 +2806,93,17197,71,0 +2807,93,17197,71,15 +2808,93,17197,71,30 +2809,93,17197,71,1 +2810,93,17197,71,1 +2811,93,17197,71,5 +2812,93,17197,71,6 +2813,93,17197,71,14 +2814,93,17197,71,0 +2815,93,17197,71,15 +2816,93,17197,71,2 +2817,93,17197,71,0 +2818,93,17197,71,3 +2819,93,17197,71,2 +2820,93,17197,71,0 +2821,93,17197,71,0 +2822,93,17197,71,0 +2823,93,17197,71,0 +2824,93,17197,71,291 +2825,93,17197,71,43 +2826,97,17197,71,10 +2827,97,17197,71,50 +2828,97,17197,71,5 +2829,97,17197,71,1 +2830,103,17197,71,21 +2831,103,17197,71,12 +2832,103,17197,71,0 +2833,103,17197,71,1 +2834,109,17197,71,2 +2835,109,17197,71,1 +2836,109,17197,71,3 +2837,109,17197,71,4 +2838,91,17197,71,6 +2839,91,17197,71,3 +2840,91,17197,71,40 +2841,91,17197,71,28 +2842,91,17197,71,42 +2843,91,17197,71,38 +2844,91,17197,71,105 +2845,91,17197,71,2 +2846,91,17197,71,1 +2847,94,17197,71,5 +2848,94,17197,71,17 +2849,94,17197,71,4 +2850,94,17197,71,10 +2851,94,17197,71,48 +2852,94,17197,71,137 +2853,94,17197,71,4 +2854,94,17197,71,113 +2855,94,17197,71,10 +2856,98,17197,71,3 +2857,98,17197,71,1 +2858,98,17197,71,0 +2859,98,17197,71,37 +2860,98,17197,71,0 +2861,98,17197,71,0 +2862,98,17197,71,0 +2863,98,17197,71,0 +2864,98,17197,71,0 +2865,104,17197,71,0 +2866,104,17197,71,2 +2867,104,17197,71,0 +2868,104,17197,71,0 +2869,95,17197,71,58 +2870,95,17197,71,1 +2871,95,17197,71,19 +2872,95,17197,71,22 +2873,95,17197,71,18 +2874,95,17197,71,483 +2875,95,17197,71,8 +2876,95,17197,71,47 +2877,95,17197,71,94 +2878,95,17197,71,37 +2879,95,17197,71,33 +2880,95,17197,71,30 +2881,95,17197,71,30 +2882,95,17197,71,65 +2883,95,17197,71,75 +2884,99,17197,71,2 +2885,99,17197,71,1 +2886,99,17197,71,1 +2887,99,17197,71,0 +2888,99,17197,71,104 +2889,99,17197,71,6 +2890,99,17197,71,0 +2891,99,17197,71,0 +2892,99,17197,71,0 +2893,105,17197,71,0 +2894,105,17197,71,0 +2895,105,17197,71,6 +2896,105,17197,71,64 +2897,100,17197,71,1 +2898,100,17197,71,8 +2899,100,17197,71,6 +2900,100,17197,71,17 +2901,100,17197,71,69 +2902,100,17197,71,0 +2903,100,17197,71,0 +2904,100,17197,71,0 +2905,100,17197,71,0 +2906,106,17197,71,0 +2907,106,17197,71,0 +2908,106,17197,71,1 +2909,106,17197,71,1 +2910,101,17197,71,8 +2911,101,17197,71,66 +2912,101,17197,71,6 +2913,101,17197,71,16 +2914,101,17197,71,4 +2915,101,17197,71,18 +2916,101,17197,71,4 +2917,101,17197,71,0 +2918,101,17197,71,7 +2919,101,17197,71,201 +2920,101,17197,71,12 +2921,107,17197,71,54 +2922,107,17197,71,3 +2923,107,17197,71,4 +2924,107,17197,71,5 +2925,107,17197,71,0 +2926,107,17197,71,0 +2927,119,17063,71,0 +2928,119,17063,71,0 +2929,119,17063,71,7 +2930,119,17063,71,0 +2931,119,17063,71,0 +2932,119,17063,71,0 +2933,119,17063,71,0 +2934,119,17063,71,0 +2935,119,17063,71,0 +2936,119,17063,71,0 +2937,119,17063,71,0 +2938,119,17063,71,0 +2939,119,17063,71,72 +2940,119,17063,71,0 +2941,119,17063,71,0 +2942,119,17063,71,1 +2943,119,17063,71,11 +2944,119,17063,71,7 +2945,119,17063,71,0 +2946,119,17063,71,26 +2947,119,17063,71,77 +2948,119,17063,71,0 +2949,119,17063,71,23 +2950,119,17063,71,0 +2951,120,17007,71,0 +2952,120,17007,71,0 +2953,120,17007,71,0 +2954,120,17007,71,0 +2955,120,17007,71,0 +2956,120,17007,71,0 +2957,120,17007,71,0 +2958,120,17007,71,16 +2959,120,17007,71,0 +2960,120,17007,71,24 +2961,120,17007,71,4 +2962,120,17007,71,0 +2963,120,17007,71,41 +2964,120,17007,71,24 +2965,120,17007,71,0 +2966,120,17007,71,31 +2967,120,17007,71,0 +2968,120,17007,71,0 +2969,120,17007,71,0 +2970,120,17007,71,0 +2971,120,17007,71,0 +2972,120,17007,71,0 +2973,120,17007,71,0 +2974,120,17007,71,3 +2975,120,17007,71,2 +2976,121,17037,71,0 +2977,121,17037,71,47 +2978,121,17037,71,0 +2979,121,17037,71,32 +2980,121,17037,71,8 +2981,121,17037,71,0 +2982,121,17037,71,0 +2983,121,17037,71,0 +2984,121,17037,71,0 +2985,121,17037,71,0 +2986,121,17037,71,0 +2987,121,17037,71,13 +2988,121,17037,71,0 +2989,121,17037,71,0 +2990,121,17037,71,0 +2991,121,17037,71,141 +2992,121,17037,71,97 +2993,121,17037,71,4 +2994,121,17037,71,0 +2995,121,17037,71,46 +2996,121,17037,71,0 +2997,121,17037,71,0 +2998,121,17037,71,0 +2999,121,17037,71,0 +3000,121,17037,71,48 +3001,121,17037,71,0 +3002,121,17037,71,0 +3003,121,17037,71,0 +3004,121,17037,71,7 +3005,121,17037,71,78 +3006,121,17037,71,0 +3007,121,17037,71,0 +3008,121,17037,71,0 +3009,121,17037,71,0 +3010,121,17037,71,0 +3011,121,17037,71,0 +3012,121,17037,71,0 +3013,121,17037,71,6 +3014,121,17037,71,32 +3015,121,17037,71,0 +3016,121,17037,71,0 +3017,121,17037,71,0 +3018,121,17037,71,0 +3019,121,17037,71,36 +3020,121,17037,71,0 +3021,121,17037,71,0 +3022,122,17091,71,0 +3023,122,17091,71,0 +3024,122,17091,71,0 +3025,122,17091,71,0 +3026,122,17091,71,1 +3027,122,17091,71,0 +3028,122,17091,71,0 +3029,122,17091,71,0 +3030,122,17091,71,38 +3031,122,17091,71,0 +3032,122,17091,71,0 +3033,122,17091,71,0 +3034,122,17091,71,0 +3035,122,17091,71,0 +3036,122,17091,71,0 +3037,122,17091,71,0 +3038,122,17091,71,105 +3039,122,17091,71,0 +3040,122,17091,71,0 +3041,122,17091,71,0 +3042,122,17091,71,0 +3043,122,17091,71,0 +3044,122,17091,71,19 +3045,122,17091,71,7 +3046,122,17091,71,0 +3047,122,17091,71,0 +3048,122,17091,71,0 +3049,122,17091,71,1 +3050,122,17091,71,218 +3051,122,17091,71,24 +3052,122,17091,71,0 +3053,122,17091,71,120 +3054,122,17091,71,24 +3055,122,17091,71,0 +3056,122,17091,71,70 +3057,122,17091,71,6 +3058,122,17091,71,0 +3059,122,17091,71,0 +3060,122,17091,71,9 +3061,122,17091,71,0 +3062,122,17091,71,0 +3063,122,17091,71,0 +3064,122,17091,71,0 +3065,122,17091,71,2 +3066,122,17091,71,0 +3067,122,17091,71,0 +3068,122,17091,71,10 +3069,122,17091,71,45 +3070,122,17091,71,0 +3071,122,17091,71,15 +3072,122,17091,71,0 +3073,122,17091,71,36 +3074,126,17099,71,0 +3075,126,17099,71,0 +3076,126,17099,71,13 +3077,126,17099,71,0 +3078,126,17099,71,0 +3079,126,17099,71,0 +3080,126,17099,71,0 +3081,126,17099,71,58 +3082,126,17099,71,0 +3083,126,17099,71,0 +3084,126,17099,71,5 +3085,126,17099,71,0 +3086,126,17099,71,0 +3087,126,17099,71,0 +3088,126,17099,71,0 +3089,126,17099,71,0 +3090,126,17099,71,0 +3091,126,17099,71,0 +3092,126,17099,71,0 +3093,126,17099,71,0 +3094,126,17099,71,0 +3095,126,17099,71,0 +3096,126,17099,71,10 +3097,126,17099,71,0 +3098,126,17099,71,1 +3099,126,17099,71,17 +3100,126,17099,71,0 +3101,126,17099,71,34 +3102,126,17099,71,0 +3103,126,17099,71,6 +3104,126,17099,71,0 +3105,126,17099,71,0 +3106,126,17099,71,5 +3107,126,17099,71,0 +3108,126,17099,71,0 +3109,126,17099,71,33 +3110,126,17099,71,1 +3111,126,17099,71,0 +3112,126,17099,71,0 +3113,126,17099,71,0 +3114,126,17099,71,2 +3115,126,17099,71,0 +3116,126,17099,71,12 +3117,126,17099,71,6 +3118,126,17099,71,0 +3119,126,17099,71,3 +3120,126,17099,71,0 +3121,126,17099,71,0 +3122,126,17099,71,0 +3123,126,17099,71,0 +3124,126,17099,71,0 +3125,126,17099,71,23 +3126,126,17099,71,20 +3127,126,17099,71,82 +3128,126,17099,71,0 +3129,126,17099,71,0 +3130,126,17099,71,0 +3131,126,17099,71,0 +3132,126,17099,71,0 +3133,126,17099,71,0 +3134,126,17099,71,0 +3135,126,17099,71,0 +3136,126,17099,71,22 +3137,126,17099,71,0 +3138,126,17099,71,0 +3139,126,17099,71,0 +3140,126,17099,71,6 +3141,126,17099,71,0 +3142,126,17099,71,0 +3143,126,17099,71,0 +3144,126,17099,71,3 +3145,126,17099,71,6 +3146,125,17103,71,0 +3147,125,17103,71,0 +3148,125,17103,71,0 +3149,125,17103,71,0 +3150,125,17103,71,0 +3151,125,17103,71,0 +3152,124,17141,71,0 +3153,124,17141,71,0 +3154,124,17141,71,39 +3155,124,17141,71,0 +3156,124,17141,71,0 +3157,124,17141,71,88 +3158,124,17141,71,0 +3159,124,17141,71,0 +3160,124,17141,71,3 +3161,124,17141,71,0 +3162,124,17141,71,0 +3163,124,17141,71,0 +3164,124,17141,71,0 +3165,124,17141,71,0 +3166,124,17141,71,0 +3167,124,17141,71,0 +3168,124,17141,71,0 +3169,123,17201,71,0 +3170,123,17201,71,0 +3171,123,17201,71,0 +3172,123,17201,71,1 +3173,123,17201,71,0 +3174,123,17201,71,0 +3175,123,17201,71,4 +3176,123,17201,71,0 +3177,123,17201,71,0 +3178,123,17201,71,0 +3179,123,17201,71,0 +3180,123,17201,71,0 +3181,123,17201,71,2 +3182,123,17201,71,0 +3183,123,17201,71,0 +3184,123,17201,71,0 +3185,123,17201,71,0 +3186,123,17201,71,0 +3187,123,17201,71,0 +3188,123,17201,71,0 +3189,123,17201,71,0 +3190,123,17201,71,0 +3191,123,17201,71,0 +3192,123,17201,71,0 +3193,123,17201,71,6 +3194,123,17201,71,5 +3195,123,17201,71,0 +3196,123,17201,71,0 +3197,123,17201,71,0 +3198,123,17201,71,0 +3199,123,17201,71,0 +3200,123,17201,71,0 +3201,123,17201,71,22 +3202,123,17201,71,0 +3203,123,17201,71,6 +3204,123,17201,71,0 +3205,123,17201,71,16 +3206,123,17201,71,5 +3207,123,17201,71,0 +3208,123,17201,71,0 +3209,123,17201,71,1038 +3210,123,17201,71,6 +3211,123,17201,71,2 +3212,123,17201,71,172 +3213,123,17201,71,105 +3214,123,17201,71,24 +3215,123,17201,71,8 +3216,123,17201,71,8 +3217,123,17201,71,145 +3218,123,17201,71,4 +3219,123,17201,71,120 +3220,123,17201,71,31 +3221,123,17201,71,92 +3222,123,17201,71,0 +3223,123,17201,71,94 +3224,123,17201,71,0 +3225,123,17201,71,0 +3226,123,17201,71,270 +3227,123,17201,71,30 +3228,123,17201,71,0 +3229,123,17201,71,1 +3230,123,17201,71,7 +3231,123,17201,71,0 +3232,123,17201,71,0 +3233,123,17201,71,0 +3234,123,17201,71,1 +3235,123,17201,71,7 +3236,123,17201,71,0 +3237,123,17201,71,23 +3238,123,17201,71,0 +3239,123,17201,71,0 +3240,123,17201,71,58 +3241,123,17201,71,0 +3242,123,17201,71,3 +3243,123,17201,71,0 +3244,123,17201,71,0 +3245,123,17201,71,0 +3246,123,17201,71,1 +3247,123,17201,71,29 +3248,127,18089,71,0 +3249,127,18089,71,0 +3250,127,18089,71,0 +3251,127,18089,71,0 +3252,127,18089,71,0 +3253,127,18089,71,0 +3254,127,18089,71,0 +3255,127,18089,71,0 +3256,127,18089,71,0 +3257,127,18089,71,27 +3258,127,18089,71,0 +3259,127,18089,71,11 +3260,127,18089,71,0 +3261,127,18089,71,0 +3262,127,18089,71,0 +3263,127,18089,71,0 +3264,127,18089,71,0 +3265,127,18089,71,0 +3266,127,18089,71,0 +3267,127,18089,71,0 +3268,127,18089,71,0 +3269,127,18089,71,0 +3270,127,18089,71,0 +3271,127,18089,71,0 +3272,127,18089,71,0 +3273,127,18089,71,50 +3274,127,18089,71,6 +3275,127,18089,71,0 +3276,127,18089,71,52 +3277,127,18089,71,0 +3278,127,18089,71,14 +3279,127,18089,71,56 +3280,127,18089,71,24 +3281,127,18089,71,13 +3282,127,18089,71,0 +3283,127,18089,71,23 +3284,127,18089,71,0 +3285,127,18089,71,33 +3286,127,18089,71,0 +3287,127,18089,71,17 +3288,127,18089,71,0 +3289,127,18089,71,0 +3290,127,18089,71,18 +3291,127,18089,71,0 +3292,127,18089,71,0 +3293,127,18089,71,0 +3294,127,18089,71,29 +3295,127,18089,71,73 +3296,127,18089,71,0 +3297,127,18089,71,34 +3298,127,18089,71,111 +3299,127,18089,71,50 +3300,127,18089,71,0 +3301,127,18089,71,0 +3302,127,18089,71,34 +3303,127,18089,71,1 +3304,127,18089,71,13 +3305,127,18089,71,0 +3306,127,18089,71,27 +3307,127,18089,71,0 +3308,127,18089,71,0 +3309,127,18089,71,142 +3310,127,18089,71,242 +3311,127,18089,71,0 +3312,127,18089,71,11 +3313,127,18089,71,17 +3314,127,18089,71,8 +3315,127,18089,71,20 +3316,127,18089,71,16 +3317,127,18089,71,0 +3318,127,18089,71,15 +3319,127,18089,71,0 +3320,127,18089,71,0 +3321,127,18089,71,1 +3322,127,18089,71,0 +3323,127,18089,71,0 +3324,127,18089,71,0 +3325,127,18089,71,19 +3326,127,18089,71,0 +3327,127,18089,71,16 +3328,127,18089,71,16 +3329,127,18089,71,49 +3330,127,18089,71,81 +3331,127,18089,71,66 +3332,127,18089,71,0 +3333,127,18089,71,4 +3334,127,18089,71,3 +3335,127,18089,71,0 +3336,127,18089,71,0 +3337,127,18089,71,3 +3338,127,18089,71,0 +3339,127,18089,71,48 +3340,127,18089,71,0 +3341,127,18089,71,5 +3342,127,18089,71,13 +3343,127,18089,71,1737 +3344,127,18089,71,2442 +3345,129,18091,71,0 +3346,129,18091,71,0 +3347,129,18091,71,0 +3348,129,18091,71,0 +3349,129,18091,71,0 +3350,129,18091,71,0 +3351,129,18091,71,0 +3352,129,18091,71,0 +3353,129,18091,71,0 +3354,129,18091,71,50 +3355,129,18091,71,0 +3356,129,18091,71,0 +3357,129,18091,71,0 +3358,129,18091,71,0 +3359,129,18091,71,0 +3360,129,18091,71,0 +3361,129,18091,71,51 +3362,129,18091,71,0 +3363,129,18091,71,0 +3364,129,18091,71,0 +3365,129,18091,71,0 +3366,129,18091,71,0 +3367,129,18091,71,0 +3368,129,18091,71,0 +3369,129,18091,71,0 +3370,129,18091,71,0 +3371,129,18091,71,0 +3372,129,18091,71,22 +3373,129,18091,71,16 +3374,129,18091,71,0 +3375,129,18091,71,7 +3376,129,18091,71,0 +3377,129,18091,71,0 +3378,129,18091,71,0 +3379,129,18091,71,0 +3380,129,18091,71,0 +3381,129,18091,71,0 +3382,129,18091,71,0 +3383,129,18091,71,0 +3384,129,18091,71,0 +3385,129,18091,71,0 +3386,129,18091,71,29 +3387,129,18091,71,71 +3388,129,18091,71,0 +3389,129,18091,71,0 +3390,129,18091,71,0 +3391,129,18091,71,125 +3392,129,18091,71,0 +3393,129,18091,71,0 +3394,129,18091,71,0 +3395,129,18091,71,0 +3396,129,18091,71,34 +3397,129,18091,71,1158 +3398,129,18091,71,0 +3399,129,18091,71,0 +3400,129,18091,71,6 +3401,128,18127,71,0 +3402,128,18127,71,0 +3403,128,18127,71,0 +3404,128,18127,71,187 +3405,128,18127,71,14 +3406,128,18127,71,0 +3407,128,18127,71,0 +3408,128,18127,71,85 +3409,128,18127,71,0 +3410,128,18127,71,0 +3411,128,18127,71,0 +3412,128,18127,71,0 +3413,128,18127,71,0 +3414,128,18127,71,0 +3415,128,18127,71,2 +3416,128,18127,71,0 +3417,128,18127,71,0 +3418,128,18127,71,0 +3419,128,18127,71,1 +3420,128,18127,71,0 +3421,128,18127,71,0 +3422,128,18127,71,51 +3423,128,18127,71,0 +3424,128,18127,71,0 +3425,128,18127,71,82 +3426,128,18127,71,0 +3427,128,18127,71,0 +3428,128,18127,71,31 +3429,128,18127,71,25 +3430,128,18127,71,21 +3431,128,18127,71,0 +3432,128,18127,71,19 +3433,128,18127,71,9 +3434,128,18127,71,0 +3435,128,18127,71,0 +3436,128,18127,71,0 +3437,128,18127,71,0 +3438,128,18127,71,0 +3439,128,18127,71,0 +3440,128,18127,71,3 +3441,128,18127,71,217 +3442,128,18127,71,1 +3443,128,18127,71,0 +3444,128,18127,71,0 +3445,128,18127,71,0 +3446,128,18127,71,11 +3447,128,18127,71,0 +3448,128,18127,71,14 +3449,128,18127,71,0 +3450,128,18127,71,30 +3451,128,18127,71,0 +3452,128,18127,71,50 +3453,128,18127,71,0 +3454,128,18127,71,0 +3455,128,18127,71,48 +3456,128,18127,71,0 +3457,128,18127,71,0 +3458,128,18127,71,0 +3459,128,18127,71,0 +3460,128,18127,71,0 +3461,128,18127,71,0 +3462,128,18127,71,0 +3463,128,18127,71,26 +3464,128,18127,71,0 +3465,128,18127,71,0 +3466,128,18127,71,0 +3467,128,18127,71,8 +3468,130,55059,71,7 +3469,130,55059,71,51 +3470,130,55059,71,0 +3471,130,55059,71,2 +3472,130,55059,71,0 +3473,130,55059,71,153 +3474,130,55059,71,18 +3475,130,55059,71,15 +3476,130,55059,71,0 +3477,130,55059,71,0 +3478,130,55059,71,18 +3479,130,55059,71,17 +3480,130,55059,71,0 +3481,130,55059,71,12 +3482,130,55059,71,55 +3483,130,55059,71,0 +3484,130,55059,71,7 +3485,130,55059,71,0 +3486,130,55059,71,0 +3487,130,55059,71,0 +3488,130,55059,71,0 +3489,130,55059,71,15 +3490,130,55059,71,0 +3491,130,55059,71,0 +3492,130,55059,71,190 +3493,130,55059,71,42 +3494,130,55059,71,0 +3495,130,55059,71,0 +3496,130,55059,71,78 +3497,130,55059,71,0 +3498,130,55059,71,0 +3499,130,55059,71,4 +3500,130,55059,71,0 +3501,130,55059,71,65 +3502,130,55059,71,99 +3503,130,55059,71,11 +3504,130,55059,71,50 +3505,130,55059,71,0 +3506,130,55059,71,18 +3507,130,55059,71,0 +3508,130,55059,71,0 +3509,130,55059,71,0 +3510,130,55059,71,206 +3511,130,55059,71,8 +3512,130,55059,71,0 +3513,131,55101,71,0 +3514,131,55101,71,0 +3515,131,55101,71,0 +3516,131,55101,71,0 +3517,131,55101,71,63 +3518,131,55101,71,36 +3519,131,55101,71,0 +3520,131,55101,71,0 +3521,131,55101,71,1 +3522,131,55101,71,0 +3523,131,55101,71,0 +3524,131,55101,71,0 +3525,131,55101,71,0 +3526,131,55101,71,0 +3527,131,55101,71,0 +3528,131,55101,71,0 +3529,131,55101,71,0 +3530,131,55101,71,28 +3531,131,55101,71,0 +3532,131,55101,71,0 +3533,131,55101,71,0 +3534,131,55101,71,0 +3535,131,55101,71,21 +3536,131,55101,71,0 +3537,131,55101,71,251 +3538,131,55101,71,4 +3539,131,55101,71,0 +3540,131,55101,71,0 +3541,131,55101,71,0 +3542,131,55101,71,0 +3543,131,55101,71,61 +3544,131,55101,71,54 +3545,131,55101,71,181 +3546,131,55101,71,138 +3547,131,55101,71,213 +3548,131,55101,71,0 +3549,131,55101,71,111 +3550,131,55101,71,0 +3551,131,55101,71,0 +3552,131,55101,71,0 +3553,131,55101,71,0 +3554,131,55101,71,3 +3555,131,55101,71,0 +3556,131,55101,71,0 +3557,131,55101,71,0 +3558,131,55101,71,0 +3559,131,55101,71,0 +3560,131,55101,71,9 +3561,131,55101,71,21 +3562,131,55101,71,0 +3563,131,55101,71,0 +3564,131,55101,71,0 +3565,131,55101,71,0 +3566,131,55101,71,0 +3567,131,55101,71,87 +3568,131,55101,71,0 +3569,132,55127,71,0 +3570,132,55127,71,203 +3571,132,55127,71,0 +3572,132,55127,71,0 +3573,132,55127,71,62 +3574,132,55127,71,0 +3575,132,55127,71,11 +3576,132,55127,71,56 +3577,132,55127,71,36 +3578,132,55127,71,7 +3579,132,55127,71,0 +3580,132,55127,71,0 +3581,132,55127,71,0 +3582,132,55127,71,5 +3583,132,55127,71,2 +3584,132,55127,71,4 +3585,132,55127,71,0 +3586,132,55127,71,20 +3587,132,55127,71,0 +3588,132,55127,71,51 +3589,132,55127,71,38 +3590,132,55127,71,0 +3591,132,55127,71,0 +3592,132,55127,71,11 +3593,132,55127,71,0 +3594,132,55127,71,0 +3595,132,55127,71,422 +3596,132,55127,71,0 +3597,132,55127,71,0 +3598,132,55127,71,0 +3599,132,55127,71,0 +3600,132,55127,71,0 +3601,132,55127,71,0 +3602,132,55127,71,0 +3603,132,55127,71,90 +3604,132,55127,71,0 +3605,132,55127,71,14 +3606,132,55127,71,0 +3607,132,55127,71,0 +3608,132,55127,71,0 +3609,132,55127,71,0 +3610,132,55127,71,132 +3611,132,55127,71,0 +3612,132,55127,71,3 +3613,132,55127,71,0 +3614,132,55127,71,0 +3615,132,55127,71,0 +3616,132,55127,71,0 +3617,132,55127,71,0 +3618,132,55127,71,0 +3619,132,55127,71,0 +3620,132,55127,71,0 +3621,132,55127,71,44 +3622,132,55127,71,0 +3623,132,55127,71,0 +3624,132,55127,71,0 +3625,132,55127,71,2 +3626,132,55127,71,184 +3627,132,55127,71,8 +3628,132,55127,71,0 +3629,132,55127,71,0 +3630,132,55127,71,16 +3631,132,55127,71,4 +3632,132,55127,71,78 +1,17,17031,72,10 +2,17,17031,72,479 +3,17,17031,72,807 +4,17,17031,72,527 +5,17,17031,72,1407 +6,17,17031,72,1404 +7,17,17031,72,693 +8,17,17031,72,108 +9,17,17031,72,20 +10,17,17031,72,730 +11,17,17031,72,2192 +12,17,17031,72,1791 +13,17,17031,72,1003 +14,17,17031,72,178 +15,17,17031,72,85 +16,17,17031,72,1441 +17,17,17031,72,2952 +18,17,17031,72,2411 +19,17,17031,72,2668 +20,17,17031,72,297 +21,17,17031,72,1209 +22,17,17031,72,2668 +23,17,17031,72,2032 +24,17,17031,72,1403 +25,17,17031,72,2127 +26,17,17031,72,281 +27,17,17031,72,1256 +28,17,17031,72,11807 +29,17,17031,72,2700 +30,17,17031,72,1886 +31,17,17031,72,59 +32,17,17031,72,452 +33,17,17031,72,765 +34,17,17031,72,481 +35,17,17031,72,1112 +36,17,17031,72,2881 +37,17,17031,72,45 +38,17,17031,72,657 +39,17,17031,72,66 +40,17,17031,72,257 +41,17,17031,72,535 +42,17,17031,72,4 +43,17,17031,72,51 +44,17,17031,72,182 +45,17,17031,72,81 +46,17,17031,72,21 +47,17,17031,72,315 +48,17,17031,72,191 +49,17,17031,72,1023 +50,17,17031,72,230 +51,17,17031,72,414 +52,17,17031,72,34 +53,17,17031,72,190 +54,17,17031,72,210 +55,17,17031,72,381 +56,17,17031,72,604 +57,17,17031,72,4235 +58,17,17031,72,302 +59,17,17031,72,385 +60,17,17031,72,562 +61,17,17031,72,1176 +62,17,17031,72,174 +63,17,17031,72,798 +64,17,17031,72,310 +65,17,17031,72,165 +66,17,17031,72,175 +67,17,17031,72,26 +68,17,17031,72,496 +69,17,17031,72,13 +70,17,17031,72,156 +71,17,17031,72,45 +72,17,17031,72,317 +73,17,17031,72,340 +74,17,17031,72,181 +75,17,17031,72,155 +76,17,17031,72,921 +77,17,17031,72,0 +78,14,17031,72,149 +79,14,17031,72,245 +80,14,17031,72,310 +81,14,17031,72,682 +82,14,17031,72,302 +83,14,17031,72,375 +84,14,17031,72,350 +85,14,17031,72,242 +86,14,17031,72,254 +87,14,17031,72,892 +88,14,17031,72,43 +89,14,17031,72,356 +90,17,17031,72,249 +91,17,17031,72,504 +92,17,17031,72,245 +93,17,17031,72,250 +94,17,17031,72,86 +95,17,17031,72,275 +96,17,17031,72,215 +97,17,17031,72,388 +98,17,17031,72,45 +99,17,17031,72,466 +100,17,17031,72,283 +101,17,17031,72,447 +102,17,17031,72,117 +103,17,17031,72,90 +104,17,17031,72,77 +105,17,17031,72,111 +106,17,17031,72,130 +107,17,17031,72,135 +108,17,17031,72,36 +109,17,17031,72,50 +110,17,17031,72,122 +111,17,17031,72,275 +112,17,17031,72,709 +113,17,17031,72,78 +114,17,17031,72,25 +115,17,17031,72,15 +116,17,17031,72,76 +117,17,17031,72,106 +118,17,17031,72,50 +119,17,17031,72,182 +120,17,17031,72,6 +121,17,17031,72,44 +122,8,17031,72,322 +123,12,17031,72,301 +124,12,17031,72,1222 +125,12,17031,72,3903 +126,12,17031,72,0 +127,12,17031,72,35 +128,12,17031,72,436 +129,12,17031,72,20 +130,12,17031,72,66 +131,12,17031,72,323 +132,12,17031,72,1038 +133,12,17031,72,1397 +134,12,17031,72,17 +135,12,17031,72,106 +136,12,17031,72,28 +137,12,17031,72,183 +138,12,17031,72,119 +139,12,17031,72,207 +140,12,17031,72,22 +141,9,17031,72,65 +142,9,17031,72,4 +143,9,17031,72,72 +144,9,17031,72,82 +145,9,17031,72,76 +146,9,17031,72,16 +147,12,17031,72,7 +148,12,17031,72,12 +149,12,17031,72,26 +150,12,17031,72,35 +151,12,17031,72,122 +152,12,17031,72,167 +153,12,17031,72,21 +154,10,17031,72,2 +155,10,17031,72,51 +156,10,17031,72,6 +157,10,17031,72,14 +158,10,17031,72,4 +159,10,17031,72,156 +160,10,17031,72,30 +161,10,17031,72,117 +162,10,17031,72,15 +163,11,17031,72,236 +164,11,17031,72,164 +165,11,17031,72,97 +166,11,17031,72,114 +167,10,17031,72,37 +168,10,17031,72,142 +169,10,17031,72,64 +170,10,17031,72,54 +171,11,17031,72,159 +172,11,17031,72,49 +173,11,17031,72,76 +174,11,17031,72,102 +175,11,17031,72,149 +176,11,17031,72,2 +177,11,17031,72,290 +178,11,17031,72,200 +179,13,17031,72,0 +180,13,17031,72,77 +181,13,17031,72,65 +182,13,17031,72,34 +183,13,17031,72,44 +184,13,17031,72,147 +185,13,17031,72,10 +186,13,17031,72,42 +187,13,17031,72,14 +188,13,17031,72,42 +189,13,17031,72,28 +190,13,17031,72,3 +191,13,17031,72,19 +192,13,17031,72,3 +193,13,17031,72,11 +194,13,17031,72,65 +195,13,17031,72,7 +196,13,17031,72,214 +197,13,17031,72,0 +198,13,17031,72,62 +199,13,17031,72,40 +200,13,17031,72,173 +201,13,17031,72,67 +202,13,17031,72,153 +203,13,17031,72,172 +204,13,17031,72,17 +205,13,17031,72,100 +206,13,17031,72,163 +207,13,17031,72,33 +208,13,17031,72,59 +209,13,17031,72,31 +210,13,17031,72,149 +211,13,17031,72,78 +212,13,17031,72,52 +213,13,17031,72,25 +214,13,17031,72,79 +215,13,17031,72,123 +216,13,17031,72,0 +217,13,17031,72,114 +218,13,17031,72,115 +219,13,17031,72,212 +220,13,17031,72,50 +221,13,17031,72,65 +222,13,17031,72,227 +223,13,17031,72,74 +224,13,17031,72,105 +225,13,17031,72,217 +226,13,17031,72,42 +227,13,17031,72,77 +228,13,17031,72,280 +229,13,17031,72,63 +230,13,17031,72,90 +231,13,17031,72,54 +232,13,17031,72,93 +233,13,17031,72,93 +234,13,17031,72,259 +235,13,17031,72,54 +236,13,17031,72,111 +237,13,17031,72,41 +238,13,17031,72,308 +239,13,17031,72,168 +240,13,17031,72,74 +241,13,17031,72,134 +242,13,17031,72,74 +243,13,17031,72,100 +244,13,17031,72,48 +245,13,17031,72,20 +246,13,17031,72,29 +247,13,17031,72,79 +248,13,17031,72,35 +249,13,17031,72,35 +250,13,17031,72,67 +251,13,17031,72,40 +252,13,17031,72,42 +253,13,17031,72,57 +254,13,17031,72,68 +255,13,17031,72,185 +256,13,17031,72,82 +257,13,17031,72,100 +258,13,17031,72,44 +259,13,17031,72,89 +260,13,17031,72,137 +261,13,17031,72,113 +262,13,17031,72,185 +263,13,17031,72,58 +264,13,17031,72,76 +265,13,17031,72,207 +266,13,17031,72,372 +267,13,17031,72,8 +268,13,17031,72,50 +269,13,17031,72,53 +270,13,17031,72,227 +271,13,17031,72,309 +272,13,17031,72,204 +273,13,17031,72,207 +274,13,17031,72,85 +275,13,17031,72,116 +276,13,17031,72,101 +277,13,17031,72,64 +278,13,17031,72,200 +279,13,17031,72,196 +280,13,17031,72,215 +281,13,17031,72,67 +282,13,17031,72,175 +283,13,17031,72,116 +284,13,17031,72,109 +285,13,17031,72,87 +286,13,17031,72,106 +287,13,17031,72,62 +288,13,17031,72,79 +289,13,17031,72,54 +290,13,17031,72,88 +291,13,17031,72,80 +292,13,17031,72,64 +293,13,17031,72,118 +294,13,17031,72,170 +295,13,17031,72,28 +296,13,17031,72,172 +297,13,17031,72,97 +298,13,17031,72,164 +299,13,17031,72,73 +300,13,17031,72,74 +301,13,17031,72,57 +302,13,17031,72,123 +303,13,17031,72,101 +304,13,17031,72,205 +305,13,17031,72,97 +306,13,17031,72,125 +307,13,17031,72,93 +308,14,17031,72,36 +309,14,17031,72,193 +310,14,17031,72,152 +311,14,17031,72,115 +312,14,17031,72,449 +313,14,17031,72,147 +314,14,17031,72,86 +315,14,17031,72,118 +316,14,17031,72,202 +317,14,17031,72,69 +318,14,17031,72,84 +319,14,17031,72,375 +320,14,17031,72,253 +321,14,17031,72,329 +322,14,17031,72,0 +323,14,17031,72,139 +324,14,17031,72,179 +325,14,17031,72,113 +326,14,17031,72,456 +327,14,17031,72,366 +328,14,17031,72,207 +329,14,17031,72,111 +330,14,17031,72,445 +331,14,17031,72,19 +332,14,17031,72,78 +333,14,17031,72,184 +334,14,17031,72,157 +335,14,17031,72,92 +336,14,17031,72,244 +337,14,17031,72,290 +338,14,17031,72,511 +339,14,17031,72,166 +340,14,17031,72,211 +341,14,17031,72,222 +342,14,17031,72,144 +343,14,17031,72,125 +344,14,17031,72,102 +345,14,17031,72,148 +346,14,17031,72,228 +347,14,17031,72,226 +348,14,17031,72,361 +349,14,17031,72,121 +350,14,17031,72,303 +351,14,17031,72,121 +352,14,17031,72,603 +353,14,17031,72,2 +354,14,17031,72,409 +355,16,17031,72,141 +356,16,17031,72,13 +357,16,17031,72,47 +358,16,17031,72,72 +359,16,17031,72,115 +360,16,17031,72,107 +361,16,17031,72,175 +362,16,17031,72,106 +363,16,17031,72,24 +364,16,17031,72,112 +365,16,17031,72,89 +366,16,17031,72,97 +367,16,17031,72,22 +368,16,17031,72,112 +369,16,17031,72,68 +370,16,17031,72,45 +371,16,17031,72,117 +372,16,17031,72,31 +373,16,17031,72,99 +374,16,17031,72,37 +375,16,17031,72,42 +376,16,17031,72,51 +377,16,17031,72,54 +378,16,17031,72,250 +379,16,17031,72,49 +380,16,17031,72,69 +381,16,17031,72,70 +382,16,17031,72,51 +383,16,17031,72,21 +384,16,17031,72,157 +385,16,17031,72,25 +386,16,17031,72,62 +387,16,17031,72,28 +388,16,17031,72,375 +389,16,17031,72,161 +390,16,17031,72,78 +391,16,17031,72,45 +392,16,17031,72,22 +393,16,17031,72,52 +394,16,17031,72,49 +395,16,17031,72,64 +396,16,17031,72,66 +397,16,17031,72,58 +398,16,17031,72,50 +399,16,17031,72,45 +400,16,17031,72,29 +401,16,17031,72,367 +402,16,17031,72,61 +403,16,17031,72,56 +404,16,17031,72,57 +405,16,17031,72,63 +406,16,17031,72,45 +407,16,17031,72,106 +408,16,17031,72,77 +409,16,17031,72,28 +410,16,17031,72,143 +411,16,17031,72,27 +412,16,17031,72,59 +413,16,17031,72,79 +414,16,17031,72,25 +415,16,17031,72,64 +416,16,17031,72,113 +417,16,17031,72,299 +418,16,17031,72,26 +419,16,17031,72,137 +420,16,17031,72,186 +421,16,17031,72,100 +422,16,17031,72,68 +423,16,17031,72,189 +424,16,17031,72,204 +425,16,17031,72,96 +426,16,17031,72,146 +427,16,17031,72,80 +428,16,17031,72,30 +429,16,17031,72,159 +430,16,17031,72,189 +431,16,17031,72,214 +432,16,17031,72,109 +433,16,17031,72,64 +434,16,17031,72,50 +435,16,17031,72,13 +436,16,17031,72,49 +437,16,17031,72,95 +438,16,17031,72,29 +439,16,17031,72,110 +440,16,17031,72,74 +441,17,17031,72,31 +442,17,17031,72,44 +443,17,17031,72,103 +444,17,17031,72,31 +445,17,17031,72,109 +446,17,17031,72,258 +447,17,17031,72,165 +448,17,17031,72,71 +449,17,17031,72,62 +450,17,17031,72,63 +451,17,17031,72,84 +452,17,17031,72,227 +453,17,17031,72,171 +454,17,17031,72,8 +455,17,17031,72,63 +456,17,17031,72,14 +457,17,17031,72,94 +458,17,17031,72,0 +459,19,17031,72,375 +460,19,17031,72,77 +461,19,17031,72,50 +462,19,17031,72,19 +463,19,17031,72,9 +464,19,17031,72,36 +465,19,17031,72,150 +466,19,17031,72,72 +467,19,17031,72,46 +468,19,17031,72,91 +469,19,17031,72,117 +470,19,17031,72,18 +471,19,17031,72,56 +472,19,17031,72,61 +473,19,17031,72,16 +474,19,17031,72,106 +475,19,17031,72,86 +476,19,17031,72,226 +477,19,17031,72,72 +478,19,17031,72,44 +479,19,17031,72,58 +480,19,17031,72,239 +481,19,17031,72,137 +482,19,17031,72,33 +483,19,17031,72,110 +484,19,17031,72,20 +485,19,17031,72,107 +486,19,17031,72,27 +487,19,17031,72,43 +488,19,17031,72,37 +489,19,17031,72,58 +490,19,17031,72,59 +491,19,17031,72,44 +492,19,17031,72,57 +493,19,17031,72,124 +494,19,17031,72,574 +495,19,17031,72,40 +496,19,17031,72,330 +497,19,17031,72,76 +498,19,17031,72,32 +499,19,17031,72,163 +500,19,17031,72,25 +501,19,17031,72,120 +502,19,17031,72,363 +503,19,17031,72,156 +504,19,17031,72,28 +505,19,17031,72,13 +506,19,17031,72,23 +507,19,17031,72,12 +508,19,17031,72,38 +509,19,17031,72,43 +510,19,17031,72,53 +511,19,17031,72,65 +512,19,17031,72,38 +513,19,17031,72,73 +514,19,17031,72,98 +515,19,17031,72,49 +516,19,17031,72,98 +517,19,17031,72,594 +518,19,17031,72,14 +519,19,17031,72,94 +520,19,17031,72,5 +521,19,17031,72,45 +522,19,17031,72,32 +523,20,17031,72,127 +524,20,17031,72,170 +525,20,17031,72,77 +526,20,17031,72,76 +527,20,17031,72,317 +528,20,17031,72,17 +529,20,17031,72,32 +530,20,17031,72,36 +531,20,17031,72,21 +532,20,17031,72,73 +533,20,17031,72,34 +534,20,17031,72,64 +535,20,17031,72,88 +536,20,17031,72,8 +537,20,17031,72,40 +538,20,17031,72,34 +539,20,17031,72,118 +540,20,17031,72,23 +541,20,17031,72,46 +542,20,17031,72,29 +543,20,17031,72,28 +544,20,17031,72,57 +545,20,17031,72,48 +546,20,17031,72,8 +547,20,17031,72,271 +548,20,17031,72,46 +549,20,17031,72,67 +550,20,17031,72,24 +551,20,17031,72,140 +552,20,17031,72,597 +553,20,17031,72,4 +554,20,17031,72,52 +555,20,17031,72,13 +556,20,17031,72,75 +557,20,17031,72,22 +558,20,17031,72,48 +559,20,17031,72,83 +560,20,17031,72,18 +561,20,17031,72,29 +562,20,17031,72,91 +563,20,17031,72,134 +564,20,17031,72,46 +565,20,17031,72,58 +566,20,17031,72,36 +567,20,17031,72,54 +568,20,17031,72,200 +569,20,17031,72,24 +570,20,17031,72,64 +571,20,17031,72,34 +572,20,17031,72,525 +573,20,17031,72,81 +574,20,17031,72,147 +575,20,17031,72,255 +576,20,17031,72,58 +577,20,17031,72,34 +578,20,17031,72,26 +579,20,17031,72,49 +580,20,17031,72,93 +581,20,17031,72,43 +582,20,17031,72,11 +583,20,17031,72,197 +584,20,17031,72,70 +585,20,17031,72,50 +586,20,17031,72,66 +587,20,17031,72,33 +588,20,17031,72,3 +589,20,17031,72,0 +590,20,17031,72,17 +591,20,17031,72,66 +592,20,17031,72,131 +593,20,17031,72,30 +594,20,17031,72,23 +595,20,17031,72,106 +596,20,17031,72,61 +597,20,17031,72,206 +598,20,17031,72,274 +599,20,17031,72,71 +600,20,17031,72,98 +601,20,17031,72,74 +602,20,17031,72,85 +603,20,17031,72,47 +604,20,17031,72,103 +605,20,17031,72,74 +606,20,17031,72,58 +607,20,17031,72,116 +608,20,17031,72,243 +609,20,17031,72,85 +610,20,17031,72,68 +611,20,17031,72,62 +612,20,17031,72,143 +613,20,17031,72,10 +614,20,17031,72,194 +615,20,17031,72,251 +616,20,17031,72,39 +617,20,17031,72,73 +618,20,17031,72,19 +619,20,17031,72,45 +620,20,17031,72,94 +621,20,17031,72,152 +622,20,17031,72,76 +623,20,17031,72,108 +624,20,17031,72,69 +625,20,17031,72,37 +626,20,17031,72,21 +627,20,17031,72,5 +628,20,17031,72,25 +629,20,17031,72,9 +630,23,17031,72,10 +631,23,17031,72,116 +632,23,17031,72,125 +633,23,17031,72,57 +634,23,17031,72,311 +635,23,17031,72,194 +636,24,17031,72,30 +637,24,17031,72,62 +638,24,17031,72,35 +639,24,17031,72,9 +640,24,17031,72,144 +641,24,17031,72,3 +642,24,17031,72,6 +643,24,17031,72,37 +644,24,17031,72,10 +645,24,17031,72,77 +646,24,17031,72,75 +647,24,17031,72,88 +648,24,17031,72,18 +649,24,17031,72,23 +650,24,17031,72,136 +651,24,17031,72,146 +652,24,17031,72,131 +653,24,17031,72,59 +654,24,17031,72,18 +655,24,17031,72,23 +656,24,17031,72,31 +657,24,17031,72,7 +658,24,17031,72,23 +659,24,17031,72,14 +660,24,17031,72,12 +661,24,17031,72,15 +662,24,17031,72,10 +663,24,17031,72,5 +664,24,17031,72,22 +665,24,17031,72,6 +666,24,17031,72,224 +667,24,17031,72,8 +668,24,17031,72,2 +669,24,17031,72,54 +670,24,17031,72,23 +671,24,17031,72,44 +672,24,17031,72,45 +673,24,17031,72,35 +674,24,17031,72,20 +675,24,17031,72,17 +676,24,17031,72,38 +677,24,17031,72,11 +678,24,17031,72,82 +679,24,17031,72,0 +680,24,17031,72,298 +681,24,17031,72,88 +682,24,17031,72,113 +683,24,17031,72,281 +684,24,17031,72,13 +685,24,17031,72,0 +686,24,17031,72,13 +687,24,17031,72,82 +688,24,17031,72,40 +689,24,17031,72,64 +690,24,17031,72,62 +691,24,17031,72,26 +692,24,17031,72,1 +693,24,17031,72,1 +694,24,17031,72,0 +695,24,17031,72,33 +696,24,17031,72,19 +697,24,17031,72,73 +698,24,17031,72,246 +699,24,17031,72,12 +700,24,17031,72,87 +701,24,17031,72,16 +702,24,17031,72,13 +703,24,17031,72,39 +704,24,17031,72,54 +705,24,17031,72,38 +706,24,17031,72,2 +707,24,17031,72,27 +708,24,17031,72,47 +709,24,17031,72,45 +710,24,17031,72,286 +711,24,17031,72,42 +712,24,17031,72,2 +713,24,17031,72,12 +714,24,17031,72,35 +715,24,17031,72,2 +716,24,17031,72,34 +717,24,17031,72,2 +718,1,17031,72,2 +719,1,17031,72,1 +720,1,17031,72,355 +721,1,17031,72,5 +722,1,17031,72,3 +723,1,17031,72,0 +724,1,17031,72,713 +725,1,17031,72,410 +726,1,17031,72,299 +727,6,17031,72,113 +728,6,17031,72,4 +729,6,17031,72,615 +730,6,17031,72,59 +731,6,17031,72,77 +732,6,17031,72,48 +733,6,17031,72,2 +734,6,17031,72,314 +735,6,17031,72,305 +736,6,17031,72,45 +737,6,17031,72,265 +738,6,17031,72,139 +739,6,17031,72,222 +740,6,17031,72,154 +741,6,17031,72,53 +742,6,17031,72,1 +743,6,17031,72,125 +744,6,17031,72,12 +745,6,17031,72,59 +746,6,17031,72,0 +747,6,17031,72,67 +748,2,17031,72,5 +749,2,17031,72,96 +750,2,17031,72,59 +751,2,17031,72,13 +752,2,17031,72,79 +753,2,17031,72,130 +754,2,17031,72,1 +755,2,17031,72,0 +756,2,17031,72,242 +757,2,17031,72,179 +758,2,17031,72,189 +759,2,17031,72,16 +760,2,17031,72,164 +761,2,17031,72,31 +762,2,17031,72,0 +763,2,17031,72,83 +764,2,17031,72,19 +765,2,17031,72,9 +766,2,17031,72,155 +767,2,17031,72,140 +768,2,17031,72,22 +769,2,17031,72,314 +770,2,17031,72,4 +771,2,17031,72,0 +772,2,17031,72,30 +773,2,17031,72,115 +774,2,17031,72,50 +775,2,17031,72,45 +776,2,17031,72,0 +777,2,17031,72,173 +778,2,17031,72,97 +779,2,17031,72,16 +780,2,17031,72,6 +781,2,17031,72,0 +782,2,17031,72,42 +783,2,17031,72,33 +784,2,17031,72,138 +785,2,17031,72,221 +786,2,17031,72,49 +787,2,17031,72,0 +788,2,17031,72,0 +789,2,17031,72,124 +790,2,17031,72,6 +791,2,17031,72,118 +792,2,17031,72,124 +793,7,17031,72,233 +794,7,17031,72,516 +795,7,17031,72,1 +796,7,17031,72,42 +797,7,17031,72,5 +798,7,17031,72,174 +799,7,17031,72,92 +800,7,17031,72,286 +801,7,17031,72,76 +802,7,17031,72,110 +803,7,17031,72,393 +804,7,17031,72,384 +805,7,17031,72,1142 +806,7,17031,72,91 +807,7,17031,72,123 +808,7,17031,72,0 +809,7,17031,72,74 +810,7,17031,72,0 +811,7,17031,72,57 +812,7,17031,72,234 +813,7,17031,72,20 +814,7,17031,72,475 +815,7,17031,72,8 +816,7,17031,72,167 +817,7,17031,72,2005 +818,7,17031,72,240 +819,7,17031,72,156 +820,7,17031,72,12 +821,7,17031,72,79 +822,7,17031,72,29 +823,7,17031,72,52 +824,7,17031,72,2 +825,7,17031,72,7 +826,7,17031,72,523 +827,7,17031,72,78 +828,7,17031,72,109 +829,7,17031,72,9 +830,7,17031,72,49 +831,7,17031,72,75 +832,7,17031,72,23 +833,7,17031,72,150 +834,7,17031,72,258 +835,7,17031,72,15 +836,7,17031,72,58 +837,7,17031,72,272 +838,7,17031,72,14 +839,3,17031,72,105 +840,3,17031,72,182 +841,3,17031,72,18 +842,3,17031,72,0 +843,3,17031,72,97 +844,3,17031,72,13 +845,3,17031,72,21 +846,3,17031,72,6 +847,3,17031,72,106 +848,3,17031,72,41 +849,3,17031,72,114 +850,3,17031,72,67 +851,3,17031,72,9 +852,3,17031,72,198 +853,3,17031,72,0 +854,3,17031,72,14 +855,3,17031,72,1304 +856,3,17031,72,79 +857,3,17031,72,350 +858,3,17031,72,148 +859,3,17031,72,0 +860,3,17031,72,28 +861,3,17031,72,1 +862,3,17031,72,16 +863,3,17031,72,287 +864,3,17031,72,96 +865,3,17031,72,137 +866,3,17031,72,58 +867,3,17031,72,306 +868,3,17031,72,1 +869,3,17031,72,30 +870,3,17031,72,296 +871,3,17031,72,37 +872,3,17031,72,17 +873,3,17031,72,427 +874,3,17031,72,202 +875,3,17031,72,21 +876,3,17031,72,114 +877,3,17031,72,0 +878,3,17031,72,22 +879,3,17031,72,147 +880,3,17031,72,0 +881,3,17031,72,29 +882,3,17031,72,84 +883,3,17031,72,16 +884,3,17031,72,6 +885,3,17031,72,0 +886,3,17031,72,339 +887,3,17031,72,0 +888,3,17031,72,79 +889,3,17031,72,48 +890,3,17031,72,1 +891,3,17031,72,16 +892,3,17031,72,154 +893,3,17031,72,104 +894,3,17031,72,41 +895,3,17031,72,30 +896,3,17031,72,23 +897,3,17031,72,22 +898,3,17031,72,40 +899,3,17031,72,4 +900,3,17031,72,82 +901,3,17031,72,92 +902,3,17031,72,180 +903,3,17031,72,594 +904,3,17031,72,39 +905,8,17031,72,397 +906,8,17031,72,26 +907,8,17031,72,194 +908,8,17031,72,89 +909,8,17031,72,246 +910,8,17031,72,280 +911,8,17031,72,135 +912,8,17031,72,9 +913,8,17031,72,0 +914,8,17031,72,1 +915,8,17031,72,208 +916,8,17031,72,9 +917,8,17031,72,1 +918,8,17031,72,1085 +919,8,17031,72,100 +920,8,17031,72,16 +921,8,17031,72,65 +922,8,17031,72,24 +923,8,17031,72,61 +924,8,17031,72,7 +925,8,17031,72,64 +926,8,17031,72,0 +927,8,17031,72,165 +928,8,17031,72,141 +929,8,17031,72,44 +930,8,17031,72,55 +931,8,17031,72,119 +932,8,17031,72,139 +933,8,17031,72,58 +934,8,17031,72,88 +935,8,17031,72,1248 +936,8,17031,72,163 +937,8,17031,72,148 +938,8,17031,72,72 +939,8,17031,72,4 +940,8,17031,72,0 +941,8,17031,72,0 +942,8,17031,72,3 +943,8,17031,72,316 +944,8,17031,72,222 +945,8,17031,72,9 +946,8,17031,72,480 +947,8,17031,72,335 +948,8,17031,72,36 +949,8,17031,72,55 +950,8,17031,72,7 +951,8,17031,72,2 +952,8,17031,72,61 +953,8,17031,72,395 +954,8,17031,72,444 +955,4,17031,72,243 +956,4,17031,72,850 +957,4,17031,72,790 +958,4,17031,72,73 +959,4,17031,72,598 +960,4,17031,72,57 +961,4,17031,72,116 +962,4,17031,72,89 +963,4,17031,72,17 +964,4,17031,72,301 +965,4,17031,72,63 +966,4,17031,72,159 +967,4,17031,72,94 +968,4,17031,72,23 +969,4,17031,72,65 +970,4,17031,72,223 +971,4,17031,72,86 +972,4,17031,72,11 +973,4,17031,72,421 +974,4,17031,72,17 +975,4,17031,72,204 +976,4,17031,72,480 +977,4,17031,72,957 +978,4,17031,72,36 +979,4,17031,72,301 +980,4,17031,72,225 +981,4,17031,72,457 +982,4,17031,72,3 +983,4,17031,72,43 +984,4,17031,72,28 +985,4,17031,72,5 +986,4,17031,72,305 +987,4,17031,72,155 +988,4,17031,72,1 +989,4,17031,72,11 +990,4,17031,72,14 +991,4,17031,72,184 +992,4,17031,72,142 +993,4,17031,72,122 +994,4,17031,72,27 +995,4,17031,72,34 +996,4,17031,72,71 +997,4,17031,72,50 +998,4,17031,72,85 +999,4,17031,72,57 +1000,4,17031,72,55 +1001,4,17031,72,42 +1002,9,17031,72,67 +1003,9,17031,72,66 +1004,9,17031,72,10 +1005,9,17031,72,189 +1006,9,17031,72,180 +1007,9,17031,72,40 +1008,9,17031,72,31 +1009,9,17031,72,30 +1010,9,17031,72,40 +1011,9,17031,72,202 +1012,9,17031,72,1 +1013,9,17031,72,94 +1014,9,17031,72,7 +1015,9,17031,72,91 +1016,9,17031,72,10 +1017,9,17031,72,12 +1018,9,17031,72,260 +1019,9,17031,72,219 +1020,9,17031,72,111 +1021,9,17031,72,216 +1022,9,17031,72,104 +1023,9,17031,72,178 +1024,9,17031,72,136 +1025,9,17031,72,33 +1026,9,17031,72,79 +1027,9,17031,72,77 +1028,9,17031,72,105 +1029,9,17031,72,7 +1030,9,17031,72,17 +1031,9,17031,72,106 +1032,9,17031,72,11 +1033,9,17031,72,27 +1034,9,17031,72,158 +1035,9,17031,72,267 +1036,9,17031,72,0 +1037,9,17031,72,320 +1038,9,17031,72,31 +1039,9,17031,72,156 +1040,9,17031,72,2 +1041,9,17031,72,30 +1042,9,17031,72,58 +1043,9,17031,72,3 +1044,9,17031,72,43 +1045,9,17031,72,30 +1046,9,17031,72,1 +1047,9,17031,72,0 +1048,9,17031,72,7 +1049,9,17031,72,5 +1050,9,17031,72,19 +1051,9,17031,72,140 +1052,9,17031,72,63 +1053,9,17031,72,0 +1054,9,17031,72,584 +1055,9,17031,72,106 +1056,9,17031,72,73 +1057,9,17031,72,294 +1058,9,17031,72,0 +1059,9,17031,72,5 +1060,9,17031,72,4 +1061,12,17031,72,919 +1062,9,17031,72,258 +1063,9,17031,72,1 +1064,12,17031,72,3 +1065,9,17031,72,0 +1066,9,17031,72,3 +1067,9,17031,72,190 +1068,12,17031,72,37 +1069,5,17031,72,13 +1070,5,17031,72,70 +1071,5,17031,72,0 +1072,5,17031,72,0 +1073,5,17031,72,146 +1074,5,17031,72,270 +1075,5,17031,72,109 +1076,5,17031,72,59 +1077,5,17031,72,207 +1078,5,17031,72,18 +1079,5,17031,72,77 +1080,5,17031,72,28 +1081,5,17031,72,93 +1082,5,17031,72,130 +1083,5,17031,72,2 +1084,5,17031,72,2 +1085,5,17031,72,17 +1086,5,17031,72,36 +1087,10,17031,72,27 +1088,5,17031,72,185 +1089,10,17031,72,23 +1090,5,17031,72,2 +1091,5,17031,72,74 +1092,10,17031,72,122 +1093,10,17031,72,31 +1094,10,17031,72,585 +1095,10,17031,72,104 +1096,10,17031,72,22 +1097,10,17031,72,6 +1098,5,17031,72,28 +1099,10,17031,72,40 +1100,10,17031,72,108 +1101,10,17031,72,2 +1102,10,17031,72,0 +1103,10,17031,72,79 +1104,10,17031,72,62 +1105,10,17031,72,3 +1106,10,17031,72,24 +1107,10,17031,72,113 +1108,10,17031,72,156 +1109,10,17031,72,6 +1110,10,17031,72,22 +1111,10,17031,72,44 +1112,10,17031,72,214 +1113,10,17031,72,34 +1114,10,17031,72,52 +1115,10,17031,72,1 +1116,10,17031,72,26 +1117,10,17031,72,13 +1118,10,17031,72,22 +1119,10,17031,72,7 +1120,10,17031,72,32 +1121,10,17031,72,186 +1122,10,17031,72,40 +1123,10,17031,72,15 +1124,10,17031,72,76 +1125,10,17031,72,119 +1126,10,17031,72,48 +1127,10,17031,72,23 +1128,10,17031,72,161 +1129,10,17031,72,7 +1130,10,17031,72,8 +1131,10,17031,72,15 +1132,10,17031,72,66 +1133,10,17031,72,17 +1134,10,17031,72,19 +1135,10,17031,72,127 +1136,10,17031,72,41 +1137,10,17031,72,33 +1138,10,17031,72,6 +1139,10,17031,72,99 +1140,10,17031,72,51 +1141,10,17031,72,71 +1142,10,17031,72,11 +1143,10,17031,72,375 +1144,10,17031,72,67 +1145,10,17031,72,46 +1146,10,17031,72,218 +1147,10,17031,72,89 +1148,10,17031,72,123 +1149,10,17031,72,19 +1150,10,17031,72,792 +1151,10,17031,72,19 +1152,10,17031,72,360 +1153,10,17031,72,10 +1154,10,17031,72,0 +1155,10,17031,72,16 +1156,10,17031,72,8 +1157,10,17031,72,80 +1158,10,17031,72,23 +1159,10,17031,72,910 +1160,10,17031,72,127 +1161,10,17031,72,0 +1162,10,17031,72,72 +1163,10,17031,72,50 +1164,10,17031,72,0 +1165,10,17031,72,14 +1166,10,17031,72,21 +1167,10,17031,72,156 +1168,10,17031,72,107 +1169,10,17031,72,561 +1170,10,17031,72,37 +1171,11,17031,72,1 +1172,11,17031,72,35 +1173,11,17031,72,196 +1174,11,17031,72,807 +1175,11,17031,72,0 +1176,11,17031,72,588 +1177,11,17031,72,37 +1178,11,17031,72,104 +1179,11,17031,72,1 +1180,11,17031,72,58 +1181,11,17031,72,23 +1182,11,17031,72,47 +1183,12,17031,72,210 +1184,12,17031,72,19 +1185,12,17031,72,129 +1186,12,17031,72,179 +1187,12,17031,72,0 +1188,13,17031,72,191 +1189,12,17031,72,21 +1190,13,17031,72,25 +1191,12,17031,72,144 +1192,12,17031,72,134 +1193,12,17031,72,64 +1194,12,17031,72,16 +1195,12,17031,72,21 +1196,12,17031,72,141 +1197,12,17031,72,81 +1198,12,17031,72,0 +1199,12,17031,72,38 +1200,12,17031,72,76 +1201,12,17031,72,39 +1202,12,17031,72,43 +1203,12,17031,72,50 +1204,12,17031,72,74 +1205,12,17031,72,97 +1206,12,17031,72,20 +1207,12,17031,72,43 +1208,12,17031,72,99 +1209,12,17031,72,63 +1210,12,17031,72,0 +1211,12,17031,72,8 +1212,12,17031,72,54 +1213,12,17031,72,79 +1214,12,17031,72,18 +1215,12,17031,72,3 +1216,12,17031,72,29 +1217,12,17031,72,172 +1218,12,17031,72,108 +1219,12,17031,72,161 +1220,12,17031,72,45 +1221,12,17031,72,0 +1222,12,17031,72,122 +1223,12,17031,72,275 +1224,12,17031,72,83 +1225,12,17031,72,5 +1226,12,17031,72,11 +1227,12,17031,72,2 +1228,12,17031,72,79 +1229,15,17031,72,355 +1230,15,17031,72,79 +1231,15,17031,72,19 +1232,15,17031,72,114 +1233,15,17031,72,9 +1234,15,17031,72,17 +1235,15,17031,72,82 +1236,15,17031,72,158 +1237,15,17031,72,56 +1238,15,17031,72,93 +1239,15,17031,72,3 +1240,15,17031,72,71 +1241,15,17031,72,199 +1242,15,17031,72,2 +1243,15,17031,72,0 +1244,15,17031,72,223 +1245,15,17031,72,75 +1246,15,17031,72,0 +1247,15,17031,72,5 +1248,15,17031,72,12 +1249,15,17031,72,30 +1250,15,17031,72,73 +1251,15,17031,72,176 +1252,15,17031,72,31 +1253,15,17031,72,10 +1254,15,17031,72,98 +1255,15,17031,72,55 +1256,15,17031,72,73 +1257,15,17031,72,66 +1258,15,17031,72,9 +1259,15,17031,72,5 +1260,15,17031,72,16 +1261,15,17031,72,139 +1262,15,17031,72,3 +1263,15,17031,72,98 +1264,15,17031,72,146 +1265,15,17031,72,332 +1266,15,17031,72,5 +1267,15,17031,72,12 +1268,15,17031,72,56 +1269,15,17031,72,392 +1270,15,17031,72,56 +1271,15,17031,72,98 +1272,15,17031,72,49 +1273,15,17031,72,40 +1274,15,17031,72,211 +1275,15,17031,72,15 +1276,15,17031,72,23 +1277,15,17031,72,38 +1278,15,17031,72,49 +1279,15,17031,72,18 +1280,15,17031,72,24 +1281,15,17031,72,40 +1282,15,17031,72,177 +1283,15,17031,72,25 +1284,15,17031,72,59 +1285,15,17031,72,6 +1286,15,17031,72,15 +1287,15,17031,72,84 +1288,15,17031,72,32 +1289,15,17031,72,16 +1290,15,17031,72,123 +1291,15,17031,72,154 +1292,15,17031,72,31 +1293,15,17031,72,548 +1294,15,17031,72,322 +1295,15,17031,72,207 +1296,15,17031,72,74 +1297,15,17031,72,50 +1298,15,17031,72,77 +1299,15,17031,72,30 +1300,15,17031,72,0 +1301,15,17031,72,0 +1302,15,17031,72,317 +1303,15,17031,72,27 +1304,15,17031,72,8 +1305,15,17031,72,34 +1306,15,17031,72,44 +1307,15,17031,72,36 +1308,15,17031,72,4 +1309,15,17031,72,86 +1310,15,17031,72,124 +1311,15,17031,72,89 +1312,15,17031,72,96 +1313,16,17031,72,0 +1314,16,17031,72,26 +1315,16,17031,72,22 +1316,16,17031,72,46 +1317,16,17031,72,262 +1318,16,17031,72,122 +1319,16,17031,72,389 +1320,16,17031,72,200 +1321,16,17031,72,6 +1322,16,17031,72,59 +1323,16,17031,72,31 +1324,16,17031,72,85 +1325,16,17031,72,39 +1326,16,17031,72,53 +1327,16,17031,72,17 +1328,16,17031,72,23 +1329,16,17031,72,63 +1330,16,17031,72,52 +1331,16,17031,72,43 +1332,16,17031,72,99 +1333,16,17031,72,341 +1334,16,17031,72,99 +1335,16,17031,72,35 +1336,16,17031,72,55 +1337,16,17031,72,119 +1338,16,17031,72,20 +1339,16,17031,72,39 +1340,16,17031,72,66 +1341,16,17031,72,22 +1342,16,17031,72,87 +1343,16,17031,72,79 +1344,16,17031,72,73 +1345,16,17031,72,7 +1346,16,17031,72,85 +1347,16,17031,72,65 +1348,16,17031,72,42 +1349,16,17031,72,21 +1350,16,17031,72,79 +1351,16,17031,72,244 +1352,16,17031,72,23 +1353,16,17031,72,60 +1354,16,17031,72,90 +1355,16,17031,72,54 +1356,16,17031,72,10 +1357,16,17031,72,3 +1358,16,17031,72,63 +1359,16,17031,72,29 +1360,16,17031,72,131 +1361,16,17031,72,24 +1362,18,17031,72,58 +1363,18,17031,72,19 +1364,18,17031,72,129 +1365,18,17031,72,40 +1366,18,17031,72,7 +1367,18,17031,72,222 +1368,18,17031,72,174 +1369,18,17031,72,47 +1370,18,17031,72,16 +1371,18,17031,72,16 +1372,18,17031,72,65 +1373,18,17031,72,122 +1374,18,17031,72,1 +1375,18,17031,72,67 +1376,18,17031,72,101 +1377,18,17031,72,0 +1378,18,17031,72,116 +1379,18,17031,72,3 +1380,18,17031,72,161 +1381,18,17031,72,91 +1382,18,17031,72,34 +1383,18,17031,72,14 +1384,18,17031,72,60 +1385,18,17031,72,1128 +1386,18,17031,72,33 +1387,18,17031,72,5 +1388,18,17031,72,16 +1389,18,17031,72,32 +1390,18,17031,72,65 +1391,18,17031,72,39 +1392,18,17031,72,75 +1393,18,17031,72,34 +1394,18,17031,72,125 +1395,18,17031,72,1 +1396,18,17031,72,0 +1397,18,17031,72,61 +1398,18,17031,72,54 +1399,18,17031,72,74 +1400,18,17031,72,202 +1401,18,17031,72,447 +1402,18,17031,72,13 +1403,18,17031,72,29 +1404,18,17031,72,4 +1405,18,17031,72,13 +1406,18,17031,72,195 +1407,18,17031,72,2 +1408,18,17031,72,31 +1409,18,17031,72,67 +1410,18,17031,72,29 +1411,18,17031,72,72 +1412,18,17031,72,252 +1413,18,17031,72,33 +1414,18,17031,72,36 +1415,18,17031,72,86 +1416,19,17031,72,58 +1417,19,17031,72,13 +1418,19,17031,72,110 +1419,19,17031,72,34 +1420,19,17031,72,49 +1421,19,17031,72,14 +1422,19,17031,72,18 +1423,19,17031,72,1 +1424,19,17031,72,26 +1425,19,17031,72,22 +1426,19,17031,72,33 +1427,19,17031,72,50 +1428,19,17031,72,12 +1429,19,17031,72,69 +1430,19,17031,72,12 +1431,19,17031,72,63 +1432,19,17031,72,3 +1433,19,17031,72,34 +1434,19,17031,72,164 +1435,19,17031,72,232 +1436,19,17031,72,61 +1437,19,17031,72,22 +1438,19,17031,72,83 +1439,19,17031,72,64 +1440,19,17031,72,197 +1441,21,17031,72,145 +1442,21,17031,72,26 +1443,21,17031,72,25 +1444,21,17031,72,272 +1445,21,17031,72,106 +1446,21,17031,72,6 +1447,22,17031,72,63 +1448,22,17031,72,130 +1449,22,17031,72,73 +1450,22,17031,72,25 +1451,22,17031,72,141 +1452,22,17031,72,105 +1453,22,17031,72,40 +1454,22,17031,72,91 +1455,22,17031,72,58 +1456,22,17031,72,1 +1457,22,17031,72,17 +1458,22,17031,72,350 +1459,22,17031,72,8 +1460,22,17031,72,8 +1461,22,17031,72,151 +1462,22,17031,72,17 +1463,22,17031,72,300 +1464,22,17031,72,200 +1465,22,17031,72,4 +1466,22,17031,72,142 +1467,22,17031,72,0 +1468,22,17031,72,220 +1469,22,17031,72,6 +1470,22,17031,72,2 +1471,23,17031,72,167 +1472,23,17031,72,133 +1473,23,17031,72,483 +1474,23,17031,72,107 +1475,23,17031,72,37 +1476,23,17031,72,25 +1477,23,17031,72,646 +1478,23,17031,72,17 +1479,23,17031,72,32 +1480,23,17031,72,3 +1481,23,17031,72,0 +1482,23,17031,72,48 +1483,23,17031,72,12 +1484,23,17031,72,48 +1485,23,17031,72,111 +1486,23,17031,72,243 +1487,23,17031,72,58 +1488,23,17031,72,292 +1489,23,17031,72,39 +1490,23,17031,72,19 +1491,23,17031,72,134 +1492,23,17031,72,144 +1493,23,17031,72,19 +1494,23,17031,72,36 +1495,23,17031,72,36 +1496,23,17031,72,95 +1497,23,17031,72,0 +1498,23,17031,72,32 +1499,23,17031,72,49 +1500,23,17031,72,32 +1501,23,17031,72,9 +1502,23,17031,72,30 +1503,23,17031,72,63 +1504,23,17031,72,23 +1505,23,17031,72,24 +1506,23,17031,72,29 +1507,23,17031,72,19 +1508,23,17031,72,232 +1509,23,17031,72,258 +1510,23,17031,72,46 +1511,23,17031,72,219 +1512,23,17031,72,126 +1513,23,17031,72,43 +1514,23,17031,72,71 +1515,23,17031,72,240 +1516,23,17031,72,61 +1517,23,17031,72,0 +1518,23,17031,72,21 +1519,23,17031,72,34 +1520,23,17031,72,21 +1521,23,17031,72,0 +1522,23,17031,72,97 +1523,23,17031,72,11 +1524,23,17031,72,44 +1525,23,17031,72,48 +1526,23,17031,72,68 +1527,23,17031,72,22 +1528,23,17031,72,153 +1529,23,17031,72,15 +1530,23,17031,72,78 +1531,23,17031,72,207 +1532,23,17031,72,74 +1533,23,17031,72,13 +1534,23,17031,72,55 +1535,23,17031,72,16 +1536,23,17031,72,47 +1537,24,17031,72,16 +1538,24,17031,72,26 +1539,24,17031,72,31 +1540,24,17031,72,42 +1541,24,17031,72,18 +1542,24,17031,72,3 +1543,24,17031,72,14 +1544,24,17031,72,80 +1545,24,17031,72,2 +1546,24,17031,72,97 +1547,24,17031,72,9 +1548,24,17031,72,53 +1549,24,17031,72,61 +1550,24,17031,72,175 +1551,24,17031,72,0 +1552,25,17031,72,81 +1553,25,17031,72,72 +1554,25,17031,72,150 +1555,25,17031,72,332 +1556,25,17031,72,13 +1557,25,17031,72,56 +1558,25,17031,72,189 +1559,25,17031,72,184 +1560,25,17031,72,36 +1561,25,17031,72,131 +1562,25,17031,72,440 +1563,25,17031,72,169 +1564,25,17031,72,98 +1565,25,17031,72,639 +1566,25,17031,72,30 +1567,25,17031,72,27 +1568,25,17031,72,264 +1569,25,17031,72,224 +1570,25,17031,72,116 +1571,25,17031,72,80 +1572,25,17031,72,226 +1573,26,17031,72,42 +1574,26,17031,72,103 +1575,26,17031,72,111 +1576,26,17031,72,42 +1577,26,17031,72,47 +1578,26,17031,72,89 +1579,26,17031,72,114 +1580,26,17031,72,73 +1581,26,17031,72,48 +1582,26,17031,72,23 +1583,26,17031,72,121 +1584,26,17031,72,3 +1585,26,17031,72,0 +1586,26,17031,72,85 +1587,26,17031,72,86 +1588,26,17031,72,3 +1589,26,17031,72,0 +1590,26,17031,72,20 +1591,26,17031,72,182 +1592,26,17031,72,32 +1593,26,17031,72,40 +1594,26,17031,72,15 +1595,26,17031,72,338 +1596,26,17031,72,1 +1597,26,17031,72,29 +1598,26,17031,72,172 +1599,26,17031,72,23 +1600,26,17031,72,95 +1601,26,17031,72,363 +1602,26,17031,72,14 +1603,26,17031,72,29 +1604,26,17031,72,6 +1605,26,17031,72,10 +1606,26,17031,72,55 +1607,26,17031,72,14 +1608,26,17031,72,166 +1609,26,17031,72,0 +1610,26,17031,72,25 +1611,26,17031,72,0 +1612,26,17031,72,62 +1613,26,17031,72,180 +1614,26,17031,72,83 +1615,27,17031,72,84 +1616,27,17031,72,104 +1617,27,17031,72,29 +1618,27,17031,72,7 +1619,27,17031,72,37 +1620,27,17031,72,132 +1621,27,17031,72,8 +1622,27,17031,72,41 +1623,27,17031,72,103 +1624,27,17031,72,58 +1625,27,17031,72,62 +1626,27,17031,72,177 +1627,27,17031,72,243 +1628,27,17031,72,18 +1629,27,17031,72,9 +1630,27,17031,72,9 +1631,27,17031,72,35 +1632,27,17031,72,104 +1633,27,17031,72,157 +1634,27,17031,72,134 +1635,27,17031,72,108 +1636,27,17031,72,34 +1637,27,17031,72,45 +1638,27,17031,72,53 +1639,27,17031,72,131 +1640,27,17031,72,81 +1641,27,17031,72,46 +1642,27,17031,72,561 +1643,27,17031,72,51 +1644,27,17031,72,286 +1645,27,17031,72,149 +1646,27,17031,72,59 +1647,27,17031,72,3 +1648,27,17031,72,328 +1649,27,17031,72,210 +1650,27,17031,72,417 +1651,27,17031,72,168 +1652,27,17031,72,13 +1653,27,17031,72,10 +1654,27,17031,72,110 +1655,27,17031,72,27 +1656,27,17031,72,3 +1657,27,17031,72,81 +1658,27,17031,72,83 +1659,27,17031,72,38 +1660,27,17031,72,33 +1661,27,17031,72,442 +1662,27,17031,72,52 +1663,27,17031,72,266 +1664,27,17031,72,14 +1665,27,17031,72,94 +1666,27,17031,72,186 +1667,28,17031,72,166 +1668,28,17031,72,50 +1669,28,17031,72,33 +1670,28,17031,72,122 +1671,28,17031,72,59 +1672,28,17031,72,1 +1673,28,17031,72,37 +1674,28,17031,72,35 +1675,28,17031,72,4 +1676,28,17031,72,421 +1677,28,17031,72,425 +1678,28,17031,72,95 +1679,28,17031,72,3 +1680,28,17031,72,47 +1681,28,17031,72,100 +1682,28,17031,72,7 +1683,28,17031,72,1 +1684,28,17031,72,1 +1685,28,17031,72,6 +1686,28,17031,72,38 +1687,28,17031,72,45 +1688,28,17031,72,62 +1689,28,17031,72,56 +1690,28,17031,72,98 +1691,28,17031,72,32 +1692,28,17031,72,2 +1693,28,17031,72,46 +1694,28,17031,72,1 +1695,28,17031,72,91 +1696,28,17031,72,85 +1697,29,17031,72,65 +1698,29,17031,72,16 +1699,29,17031,72,20 +1700,29,17031,72,20 +1701,29,17031,72,110 +1702,29,17031,72,93 +1703,29,17031,72,26 +1704,29,17031,72,76 +1705,29,17031,72,136 +1706,29,17031,72,8 +1707,29,17031,72,4 +1708,29,17031,72,30 +1709,29,17031,72,103 +1710,29,17031,72,22 +1711,29,17031,72,33 +1712,29,17031,72,33 +1713,29,17031,72,148 +1714,29,17031,72,123 +1715,29,17031,72,29 +1716,29,17031,72,88 +1717,29,17031,72,0 +1718,29,17031,72,10 +1719,29,17031,72,77 +1720,29,17031,72,20 +1721,29,17031,72,150 +1722,29,17031,72,55 +1723,29,17031,72,14 +1724,29,17031,72,40 +1725,29,17031,72,5 +1726,29,17031,72,25 +1727,29,17031,72,458 +1728,29,17031,72,171 +1729,29,17031,72,75 +1730,29,17031,72,86 +1731,29,17031,72,73 +1732,29,17031,72,28 +1733,79,17043,72,46 +1734,79,17043,72,0 +1735,77,17043,72,49 +1736,77,17043,72,200 +1737,77,17043,72,13 +1738,77,17043,72,6 +1739,77,17043,72,30 +1740,77,17043,72,341 +1741,77,17043,72,448 +1742,77,17043,72,266 +1743,77,17043,72,49 +1744,80,17043,72,147 +1745,80,17043,72,39 +1746,80,17043,72,514 +1747,80,17043,72,27 +1748,80,17043,72,177 +1749,80,17043,72,48 +1750,80,17043,72,9 +1751,80,17043,72,165 +1752,80,17043,72,40 +1753,80,17043,72,6 +1754,80,17043,72,194 +1755,80,17043,72,122 +1756,83,17043,72,31 +1757,83,17043,72,61 +1758,83,17043,72,33 +1759,83,17043,72,96 +1760,83,17043,72,238 +1761,83,17043,72,1562 +1762,83,17043,72,20 +1763,83,17043,72,50 +1764,83,17043,72,178 +1765,83,17043,72,0 +1766,83,17043,72,1 +1767,83,17043,72,494 +1768,83,17043,72,751 +1769,83,17043,72,26 +1770,83,17043,72,10 +1771,83,17043,72,9 +1772,83,17043,72,4 +1773,83,17043,72,15 +1774,83,17043,72,5 +1775,83,17043,72,104 +1776,83,17043,72,7 +1777,83,17043,72,68 +1778,83,17043,72,15 +1779,83,17043,72,24 +1780,83,17043,72,76 +1781,83,17043,72,448 +1782,83,17043,72,402 +1783,83,17043,72,324 +1784,83,17043,72,55 +1785,83,17043,72,204 +1786,83,17043,72,256 +1787,83,17043,72,248 +1788,83,17043,72,109 +1789,83,17043,72,1 +1790,83,17043,72,627 +1791,83,17043,72,6 +1792,83,17043,72,0 +1793,83,17043,72,160 +1794,83,17043,72,9 +1795,83,17043,72,393 +1796,83,17043,72,88 +1797,83,17043,72,3 +1798,83,17043,72,23 +1799,83,17043,72,96 +1800,83,17043,72,80 +1801,83,17043,72,86 +1802,83,17043,72,15 +1803,83,17043,72,19 +1804,83,17043,72,0 +1805,83,17043,72,0 +1806,83,17043,72,13 +1807,83,17043,72,31 +1808,83,17043,72,29 +1809,83,17043,72,276 +1810,83,17043,72,100 +1811,83,17043,72,425 +1812,83,17043,72,147 +1813,78,17043,72,114 +1814,78,17043,72,110 +1815,78,17043,72,0 +1816,78,17043,72,142 +1817,78,17043,72,296 +1818,78,17043,72,68 +1819,78,17043,72,36 +1820,78,17043,72,8 +1821,78,17043,72,112 +1822,78,17043,72,64 +1823,78,17043,72,290 +1824,78,17043,72,23 +1825,78,17043,72,489 +1826,78,17043,72,67 +1827,78,17043,72,296 +1828,78,17043,72,352 +1829,78,17043,72,50 +1830,78,17043,72,1 +1831,78,17043,72,0 +1832,78,17043,72,191 +1833,78,17043,72,46 +1834,78,17043,72,304 +1835,78,17043,72,22 +1836,78,17043,72,0 +1837,78,17043,72,49 +1838,78,17043,72,7 +1839,78,17043,72,135 +1840,78,17043,72,10 +1841,78,17043,72,19 +1842,78,17043,72,99 +1843,78,17043,72,198 +1844,78,17043,72,0 +1845,78,17043,72,0 +1846,78,17043,72,28 +1847,78,17043,72,40 +1848,78,17043,72,97 +1849,78,17043,72,118 +1850,78,17043,72,11 +1851,78,17043,72,72 +1852,78,17043,72,109 +1853,78,17043,72,102 +1854,78,17043,72,254 +1855,81,17043,72,11 +1856,81,17043,72,125 +1857,81,17043,72,1 +1858,81,17043,72,70 +1859,81,17043,72,255 +1860,81,17043,72,26 +1861,81,17043,72,131 +1862,81,17043,72,31 +1863,81,17043,72,244 +1864,81,17043,72,3 +1865,81,17043,72,8 +1866,81,17043,72,38 +1867,81,17043,72,0 +1868,81,17043,72,7 +1869,81,17043,72,83 +1870,81,17043,72,55 +1871,81,17043,72,1 +1872,81,17043,72,0 +1873,81,17043,72,163 +1874,81,17043,72,0 +1875,81,17043,72,21 +1876,81,17043,72,220 +1877,81,17043,72,2 +1878,81,17043,72,23 +1879,81,17043,72,12 +1880,81,17043,72,0 +1881,81,17043,72,7 +1882,81,17043,72,6 +1883,81,17043,72,457 +1884,81,17043,72,30 +1885,81,17043,72,6 +1886,81,17043,72,9 +1887,81,17043,72,27 +1888,81,17043,72,10 +1889,81,17043,72,56 +1890,81,17043,72,2 +1891,81,17043,72,0 +1892,81,17043,72,0 +1893,81,17043,72,0 +1894,81,17043,72,31 +1895,81,17043,72,0 +1896,81,17043,72,163 +1897,81,17043,72,121 +1898,81,17043,72,0 +1899,81,17043,72,133 +1900,81,17043,72,1 +1901,81,17043,72,129 +1902,81,17043,72,60 +1903,81,17043,72,143 +1904,81,17043,72,832 +1905,81,17043,72,3 +1906,81,17043,72,15 +1907,81,17043,72,92 +1908,81,17043,72,55 +1909,81,17043,72,4 +1910,81,17043,72,279 +1911,81,17043,72,6 +1912,84,17043,72,331 +1913,84,17043,72,1132 +1914,84,17043,72,207 +1915,84,17043,72,25 +1916,84,17043,72,396 +1917,84,17043,72,200 +1918,84,17043,72,0 +1919,84,17043,72,388 +1920,84,17043,72,652 +1921,84,17043,72,86 +1922,84,17043,72,0 +1923,84,17043,72,0 +1924,84,17043,72,76 +1925,84,17043,72,31 +1926,84,17043,72,120 +1927,84,17043,72,16 +1928,84,17043,72,121 +1929,84,17043,72,153 +1930,84,17043,72,203 +1931,84,17043,72,67 +1932,84,17043,72,29 +1933,84,17043,72,3 +1934,84,17043,72,386 +1935,84,17043,72,145 +1936,84,17043,72,2 +1937,84,17043,72,40 +1938,84,17043,72,6 +1939,84,17043,72,25 +1940,84,17043,72,283 +1941,84,17043,72,111 +1942,84,17043,72,89 +1943,84,17043,72,58 +1944,84,17043,72,0 +1945,84,17043,72,2 +1946,84,17043,72,122 +1947,84,17043,72,28 +1948,84,17043,72,40 +1949,84,17043,72,14 +1950,84,17043,72,207 +1951,84,17043,72,5 +1952,84,17043,72,0 +1953,84,17043,72,24 +1954,79,17043,72,323 +1955,79,17043,72,501 +1956,79,17043,72,278 +1957,79,17043,72,155 +1958,79,17043,72,123 +1959,79,17043,72,131 +1960,79,17043,72,31 +1961,79,17043,72,494 +1962,79,17043,72,89 +1963,79,17043,72,206 +1964,79,17043,72,21 +1965,79,17043,72,0 +1966,79,17043,72,5 +1967,79,17043,72,67 +1968,79,17043,72,114 +1969,79,17043,72,82 +1970,79,17043,72,182 +1971,79,17043,72,103 +1972,79,17043,72,0 +1973,79,17043,72,1 +1974,79,17043,72,157 +1975,79,17043,72,104 +1976,79,17043,72,0 +1977,79,17043,72,120 +1978,79,17043,72,102 +1979,79,17043,72,70 +1980,79,17043,72,5 +1981,79,17043,72,51 +1982,79,17043,72,2 +1983,79,17043,72,2 +1984,79,17043,72,15 +1985,79,17043,72,51 +1986,79,17043,72,19 +1987,79,17043,72,1 +1988,79,17043,72,67 +1989,79,17043,72,191 +1990,79,17043,72,74 +1991,79,17043,72,147 +1992,79,17043,72,180 +1993,79,17043,72,231 +1994,79,17043,72,89 +1995,79,17043,72,0 +1996,79,17043,72,41 +1997,79,17043,72,24 +1998,79,17043,72,102 +1999,79,17043,72,0 +2000,79,17043,72,0 +2001,79,17043,72,31 +2002,79,17043,72,27 +2003,82,17043,72,5 +2004,82,17043,72,38 +2005,82,17043,72,64 +2006,82,17043,72,262 +2007,82,17043,72,16 +2008,82,17043,72,2 +2009,82,17043,72,22 +2010,82,17043,72,288 +2011,82,17043,72,210 +2012,82,17043,72,2 +2013,82,17043,72,0 +2014,82,17043,72,2 +2015,82,17043,72,154 +2016,82,17043,72,72 +2017,82,17043,72,91 +2018,82,17043,72,185 +2019,82,17043,72,34 +2020,82,17043,72,1 +2021,82,17043,72,341 +2022,82,17043,72,320 +2023,82,17043,72,247 +2024,82,17043,72,212 +2025,82,17043,72,136 +2026,82,17043,72,80 +2027,82,17043,72,245 +2028,82,17043,72,411 +2029,82,17043,72,154 +2030,82,17043,72,348 +2031,82,17043,72,31 +2032,82,17043,72,1 +2033,82,17043,72,625 +2034,82,17043,72,1316 +2035,82,17043,72,187 +2036,82,17043,72,845 +2037,82,17043,72,339 +2038,82,17043,72,368 +2039,82,17043,72,322 +2040,82,17043,72,521 +2041,82,17043,72,405 +2042,82,17043,72,54 +2043,82,17043,72,786 +2044,82,17043,72,105 +2045,82,17043,72,406 +2046,82,17043,72,31 +2047,82,17043,72,5 +2048,82,17043,72,255 +2049,82,17043,72,117 +2050,82,17043,72,72 +2051,85,17043,72,92 +2052,85,17043,72,8 +2053,85,17043,72,29 +2054,85,17043,72,17 +2055,85,17043,72,12 +2056,85,17043,72,302 +2057,85,17043,72,298 +2058,85,17043,72,240 +2059,85,17043,72,84 +2060,85,17043,72,11 +2061,85,17043,72,385 +2062,85,17043,72,126 +2063,85,17043,72,41 +2064,85,17043,72,33 +2065,85,17043,72,147 +2066,85,17043,72,1 +2067,85,17043,72,6 +2068,85,17043,72,173 +2069,85,17043,72,6 +2070,85,17043,72,0 +2071,85,17043,72,0 +2072,85,17043,72,11 +2073,85,17043,72,6 +2074,85,17043,72,59 +2075,85,17043,72,3 +2076,85,17043,72,0 +2077,85,17043,72,18 +2078,85,17043,72,7 +2079,85,17043,72,42 +2080,85,17043,72,15 +2081,85,17043,72,84 +2082,85,17043,72,0 +2083,85,17043,72,0 +2084,85,17043,72,21 +2085,85,17043,72,66 +2086,85,17043,72,60 +2087,85,17043,72,34 +2088,85,17043,72,0 +2089,85,17043,72,95 +2090,85,17043,72,40 +2091,85,17043,72,225 +2092,85,17043,72,14 +2093,85,17043,72,33 +2094,85,17043,72,178 +2095,85,17043,72,130 +2096,85,17043,72,1 +2097,85,17043,72,110 +2098,85,17043,72,63 +2099,85,17043,72,239 +2100,85,17043,72,268 +2101,85,17043,72,217 +2102,85,17043,72,17 +2103,85,17043,72,8 +2104,85,17043,72,43 +2105,85,17043,72,120 +2106,85,17043,72,100 +2107,85,17043,72,2 +2108,86,17043,72,259 +2109,86,17043,72,8 +2110,86,17043,72,12 +2111,86,17043,72,44 +2112,62,17089,72,10 +2113,62,17089,72,89 +2114,62,17089,72,65 +2115,62,17089,72,163 +2116,65,17089,72,13 +2117,65,17089,72,21 +2118,65,17089,72,4 +2119,65,17089,72,4 +2120,68,17089,72,33 +2121,68,17089,72,7 +2122,68,17089,72,18 +2123,68,17089,72,17 +2124,71,17089,72,7 +2125,71,17089,72,10 +2126,71,17089,72,9 +2127,71,17089,72,15 +2128,74,17089,72,2 +2129,74,17089,72,30 +2130,74,17089,72,10 +2131,74,17089,72,26 +2132,63,17089,72,328 +2133,63,17089,72,4 +2134,63,17089,72,34 +2135,63,17089,72,44 +2136,66,17089,72,10 +2137,66,17089,72,19 +2138,66,17089,72,12 +2139,66,17089,72,15 +2140,69,17089,72,14 +2141,69,17089,72,6 +2142,69,17089,72,69 +2143,69,17089,72,31 +2144,72,17089,72,133 +2145,72,17089,72,55 +2146,72,17089,72,8 +2147,72,17089,72,9 +2148,75,17089,72,103 +2149,75,17089,72,261 +2150,75,17089,72,26 +2151,75,17089,72,48 +2152,75,17089,72,1 +2153,75,17089,72,2 +2154,75,17089,72,0 +2155,75,17089,72,17 +2156,75,17089,72,0 +2157,75,17089,72,7 +2158,64,17089,72,386 +2159,64,17089,72,10 +2160,64,17089,72,23 +2161,64,17089,72,3 +2162,64,17089,72,8 +2163,64,17089,72,1 +2164,64,17089,72,229 +2165,64,17089,72,9 +2166,64,17089,72,41 +2167,64,17089,72,104 +2168,64,17089,72,451 +2169,64,17089,72,16 +2170,64,17089,72,123 +2171,64,17089,72,16 +2172,64,17089,72,153 +2173,64,17089,72,546 +2174,64,17089,72,167 +2175,64,17089,72,2 +2176,64,17089,72,448 +2177,64,17089,72,32 +2178,64,17089,72,429 +2179,67,17089,72,72 +2180,67,17089,72,20 +2181,67,17089,72,98 +2182,67,17089,72,59 +2183,67,17089,72,213 +2184,67,17089,72,71 +2185,67,17089,72,50 +2186,67,17089,72,158 +2187,67,17089,72,258 +2188,67,17089,72,16 +2189,67,17089,72,168 +2190,67,17089,72,93 +2191,67,17089,72,9 +2192,67,17089,72,17 +2193,67,17089,72,5 +2194,67,17089,72,306 +2195,67,17089,72,62 +2196,67,17089,72,215 +2197,67,17089,72,47 +2198,67,17089,72,31 +2199,67,17089,72,149 +2200,67,17089,72,104 +2201,67,17089,72,3 +2202,67,17089,72,14 +2203,67,17089,72,58 +2204,67,17089,72,11 +2205,67,17089,72,70 +2206,67,17089,72,1 +2207,67,17089,72,40 +2208,67,17089,72,165 +2209,67,17089,72,89 +2210,67,17089,72,0 +2211,67,17089,72,77 +2212,67,17089,72,0 +2213,67,17089,72,48 +2214,67,17089,72,233 +2215,67,17089,72,34 +2216,67,17089,72,201 +2217,67,17089,72,339 +2218,67,17089,72,29 +2219,67,17089,72,113 +2220,67,17089,72,20 +2221,70,17089,72,238 +2222,70,17089,72,19 +2223,70,17089,72,24 +2224,70,17089,72,4 +2225,70,17089,72,176 +2226,70,17089,72,6 +2227,70,17089,72,276 +2228,70,17089,72,145 +2229,70,17089,72,287 +2230,70,17089,72,12 +2231,70,17089,72,1 +2232,70,17089,72,80 +2233,70,17089,72,161 +2234,70,17089,72,26 +2235,70,17089,72,325 +2236,70,17089,72,19 +2237,70,17089,72,714 +2238,70,17089,72,105 +2239,73,17089,72,528 +2240,73,17089,72,17 +2241,73,17089,72,310 +2242,73,17089,72,43 +2243,73,17089,72,110 +2244,73,17089,72,346 +2245,73,17089,72,442 +2246,73,17089,72,306 +2247,73,17089,72,74 +2248,73,17089,72,24 +2249,73,17089,72,89 +2250,73,17089,72,141 +2251,73,17089,72,25 +2252,73,17089,72,0 +2253,73,17089,72,189 +2254,73,17089,72,33 +2255,73,17089,72,161 +2256,73,17089,72,70 +2257,76,17089,72,102 +2258,76,17089,72,136 +2259,76,17089,72,311 +2260,76,17089,72,74 +2261,76,17089,72,137 +2262,76,17089,72,207 +2263,76,17089,72,49 +2264,76,17089,72,9 +2265,76,17089,72,89 +2266,76,17089,72,19 +2267,76,17089,72,205 +2268,76,17089,72,116 +2269,76,17089,72,216 +2270,76,17089,72,53 +2271,76,17089,72,60 +2272,76,17089,72,426 +2273,76,17089,72,122 +2274,76,17089,72,90 +2275,76,17089,72,258 +2276,76,17089,72,1 +2277,76,17089,72,81 +2278,76,17089,72,51 +2279,76,17089,72,20 +2280,76,17089,72,64 +2281,76,17089,72,27 +2282,76,17089,72,76 +2283,76,17089,72,196 +2284,76,17089,72,83 +2285,76,17089,72,307 +2286,76,17089,72,110 +2287,76,17089,72,608 +2288,76,17089,72,133 +2289,76,17089,72,55 +2290,76,17089,72,58 +2291,76,17089,72,82 +2292,76,17089,72,210 +2293,76,17089,72,39 +2294,76,17089,72,4 +2295,76,17089,72,5 +2296,76,17089,72,2 +2297,76,17089,72,22 +2298,76,17089,72,35 +2299,76,17089,72,52 +2300,76,17089,72,46 +2301,76,17089,72,9 +2302,76,17089,72,35 +2303,76,17089,72,33 +2304,76,17089,72,0 +2305,110,17093,72,1 +2306,110,17093,72,27 +2307,111,17093,72,81 +2308,111,17093,72,226 +2309,112,17093,72,135 +2310,112,17093,72,132 +2311,112,17093,72,78 +2312,112,17093,72,128 +2313,112,17093,72,957 +2314,110,17093,72,173 +2315,110,17093,72,179 +2316,111,17093,72,669 +2317,111,17093,72,33 +2318,112,17093,72,66 +2319,112,17093,72,3 +2320,113,17093,72,50 +2321,114,17093,72,186 +2322,115,17093,72,75 +2323,116,17093,72,31 +2324,117,17093,72,22 +2325,118,17093,72,49 +2326,46,17097,72,4 +2327,46,17097,72,65 +2328,46,17097,72,0 +2329,46,17097,72,50 +2330,46,17097,72,12 +2331,46,17097,72,16 +2332,50,17097,72,430 +2333,50,17097,72,103 +2334,50,17097,72,118 +2335,50,17097,72,45 +2336,50,17097,72,79 +2337,50,17097,72,62 +2338,54,17097,72,109 +2339,54,17097,72,26 +2340,54,17097,72,82 +2341,54,17097,72,77 +2342,54,17097,72,106 +2343,54,17097,72,350 +2344,58,17097,72,14 +2345,58,17097,72,19 +2346,58,17097,72,77 +2347,58,17097,72,9 +2348,58,17097,72,27 +2349,58,17097,72,428 +2350,47,17097,72,369 +2351,47,17097,72,2 +2352,47,17097,72,9 +2353,47,17097,72,201 +2354,47,17097,72,61 +2355,47,17097,72,6 +2356,47,17097,72,34 +2357,47,17097,72,129 +2358,47,17097,72,15 +2359,51,17097,72,30 +2360,51,17097,72,148 +2361,51,17097,72,276 +2362,51,17097,72,77 +2363,51,17097,72,48 +2364,51,17097,72,11 +2365,51,17097,72,176 +2366,51,17097,72,426 +2367,51,17097,72,3 +2368,51,17097,72,27 +2369,51,17097,72,225 +2370,51,17097,72,63 +2371,51,17097,72,103 +2372,51,17097,72,114 +2373,51,17097,72,143 +2374,51,17097,72,52 +2375,51,17097,72,48 +2376,51,17097,72,84 +2377,55,17097,72,15 +2378,55,17097,72,24 +2379,55,17097,72,178 +2380,55,17097,72,2 +2381,55,17097,72,140 +2382,55,17097,72,235 +2383,55,17097,72,24 +2384,55,17097,72,16 +2385,55,17097,72,63 +2386,59,17097,72,24 +2387,59,17097,72,67 +2388,59,17097,72,2 +2389,59,17097,72,877 +2390,59,17097,72,122 +2391,59,17097,72,50 +2392,59,17097,72,84 +2393,59,17097,72,673 +2394,59,17097,72,31 +2395,48,17097,72,89 +2396,48,17097,72,21 +2397,48,17097,72,7 +2398,48,17097,72,75 +2399,52,17097,72,69 +2400,52,17097,72,337 +2401,52,17097,72,205 +2402,52,17097,72,623 +2403,52,17097,72,121 +2404,52,17097,72,19 +2405,52,17097,72,71 +2406,52,17097,72,869 +2407,52,17097,72,248 +2408,52,17097,72,164 +2409,52,17097,72,97 +2410,52,17097,72,37 +2411,52,17097,72,133 +2412,52,17097,72,17 +2413,52,17097,72,146 +2414,52,17097,72,169 +2415,52,17097,72,8 +2416,52,17097,72,442 +2417,52,17097,72,266 +2418,52,17097,72,0 +2419,52,17097,72,10 +2420,56,17097,72,348 +2421,56,17097,72,126 +2422,56,17097,72,238 +2423,56,17097,72,8 +2424,56,17097,72,119 +2425,56,17097,72,166 +2426,56,17097,72,8 +2427,56,17097,72,0 +2428,56,17097,72,96 +2429,56,17097,72,183 +2430,56,17097,72,122 +2431,56,17097,72,2 +2432,56,17097,72,214 +2433,56,17097,72,236 +2434,56,17097,72,63 +2435,56,17097,72,403 +2436,56,17097,72,172 +2437,56,17097,72,184 +2438,56,17097,72,4 +2439,56,17097,72,567 +2440,56,17097,72,15 +2441,56,17097,72,41 +2442,56,17097,72,309 +2443,56,17097,72,570 +2444,60,17097,72,248 +2445,60,17097,72,7 +2446,60,17097,72,169 +2447,60,17097,72,0 +2448,60,17097,72,62 +2449,60,17097,72,597 +2450,60,17097,72,75 +2451,60,17097,72,691 +2452,60,17097,72,107 +2453,60,17097,72,80 +2454,60,17097,72,616 +2455,60,17097,72,253 +2456,60,17097,72,15 +2457,60,17097,72,18 +2458,60,17097,72,460 +2459,60,17097,72,332 +2460,60,17097,72,746 +2461,60,17097,72,226 +2462,60,17097,72,74 +2463,60,17097,72,119 +2464,60,17097,72,122 +2465,60,17097,72,718 +2466,60,17097,72,0 +2467,60,17097,72,224 +2468,49,17097,72,6 +2469,49,17097,72,154 +2470,49,17097,72,10 +2471,49,17097,72,1 +2472,49,17097,72,122 +2473,49,17097,72,44 +2474,49,17097,72,390 +2475,49,17097,72,59 +2476,49,17097,72,238 +2477,53,17097,72,1 +2478,53,17097,72,103 +2479,53,17097,72,2 +2480,53,17097,72,0 +2481,53,17097,72,14 +2482,53,17097,72,56 +2483,53,17097,72,48 +2484,53,17097,72,5 +2485,53,17097,72,30 +2486,53,17097,72,13 +2487,53,17097,72,0 +2488,53,17097,72,47 +2489,53,17097,72,0 +2490,53,17097,72,21 +2491,53,17097,72,180 +2492,53,17097,72,42 +2493,53,17097,72,41 +2494,53,17097,72,36 +2495,53,17097,72,121 +2496,53,17097,72,46 +2497,53,17097,72,28 +2498,53,17097,72,15 +2499,53,17097,72,1 +2500,53,17097,72,19 +2501,53,17097,72,70 +2502,53,17097,72,157 +2503,53,17097,72,164 +2504,53,17097,72,77 +2505,53,17097,72,346 +2506,53,17097,72,71 +2507,53,17097,72,308 +2508,53,17097,72,20 +2509,53,17097,72,119 +2510,53,17097,72,29 +2511,53,17097,72,234 +2512,53,17097,72,21 +2513,53,17097,72,66 +2514,53,17097,72,82 +2515,53,17097,72,6 +2516,53,17097,72,20 +2517,53,17097,72,18 +2518,53,17097,72,15 +2519,53,17097,72,18 +2520,53,17097,72,54 +2521,53,17097,72,8 +2522,53,17097,72,16 +2523,53,17097,72,5 +2524,53,17097,72,21 +2525,53,17097,72,65 +2526,53,17097,72,89 +2527,53,17097,72,12 +2528,53,17097,72,4 +2529,57,17097,72,107 +2530,57,17097,72,116 +2531,57,17097,72,50 +2532,57,17097,72,127 +2533,57,17097,72,4 +2534,57,17097,72,4 +2535,57,17097,72,6 +2536,57,17097,72,6 +2537,57,17097,72,6 +2538,57,17097,72,21 +2539,57,17097,72,5 +2540,57,17097,72,2 +2541,57,17097,72,240 +2542,57,17097,72,13 +2543,57,17097,72,30 +2544,57,17097,72,2 +2545,57,17097,72,10 +2546,57,17097,72,28 +2547,57,17097,72,5 +2548,57,17097,72,79 +2549,57,17097,72,197 +2550,57,17097,72,7 +2551,61,17097,72,0 +2552,61,17097,72,0 +2553,61,17097,72,5 +2554,61,17097,72,0 +2555,61,17097,72,70 +2556,61,17097,72,5 +2557,61,17097,72,28 +2558,61,17097,72,140 +2559,61,17097,72,88 +2560,61,17097,72,22 +2561,61,17097,72,59 +2562,61,17097,72,2 +2563,61,17097,72,125 +2564,61,17097,72,111 +2565,61,17097,72,5 +2566,61,17097,72,36 +2567,61,17097,72,21 +2568,61,17097,72,79 +2569,61,17097,72,11 +2570,61,17097,72,145 +2571,61,17097,72,513 +2572,61,17097,72,8 +2573,61,17097,72,16 +2574,61,17097,72,27 +2575,61,17097,72,116 +2576,61,17097,72,10 +2577,61,17097,72,2 +2578,61,17097,72,572 +2579,61,17097,72,11 +2580,61,17097,72,498 +2581,61,17097,72,8 +2582,61,17097,72,153 +2583,61,17097,72,87 +2584,30,17111,72,4 +2585,30,17111,72,75 +2586,30,17111,72,51 +2587,30,17111,72,266 +2588,34,17111,72,21 +2589,34,17111,72,207 +2590,34,17111,72,2 +2591,34,17111,72,9 +2592,38,17111,72,3 +2593,38,17111,72,10 +2594,38,17111,72,11 +2595,38,17111,72,375 +2596,42,17111,72,3 +2597,42,17111,72,13 +2598,42,17111,72,4 +2599,42,17111,72,4 +2600,31,17111,72,11 +2601,31,17111,72,7 +2602,31,17111,72,6 +2603,31,17111,72,6 +2604,35,17111,72,26 +2605,35,17111,72,5 +2606,35,17111,72,20 +2607,35,17111,72,23 +2608,39,17111,72,3 +2609,39,17111,72,4 +2610,39,17111,72,62 +2611,39,17111,72,5 +2612,43,17111,72,140 +2613,43,17111,72,87 +2614,43,17111,72,7 +2615,43,17111,72,25 +2616,32,17111,72,136 +2617,32,17111,72,2 +2618,32,17111,72,5 +2619,32,17111,72,3 +2620,36,17111,72,5 +2621,36,17111,72,7 +2622,36,17111,72,128 +2623,36,17111,72,2 +2624,40,17111,72,386 +2625,40,17111,72,6 +2626,40,17111,72,38 +2627,40,17111,72,131 +2628,40,17111,72,239 +2629,40,17111,72,2 +2630,40,17111,72,47 +2631,40,17111,72,242 +2632,40,17111,72,33 +2633,40,17111,72,4 +2634,40,17111,72,3 +2635,40,17111,72,36 +2636,44,17111,72,13 +2637,44,17111,72,10 +2638,44,17111,72,3 +2639,44,17111,72,66 +2640,44,17111,72,3 +2641,44,17111,72,42 +2642,44,17111,72,19 +2643,44,17111,72,347 +2644,44,17111,72,141 +2645,33,17111,72,206 +2646,33,17111,72,5 +2647,33,17111,72,1 +2648,33,17111,72,48 +2649,33,17111,72,217 +2650,33,17111,72,6 +2651,33,17111,72,72 +2652,37,17111,72,47 +2653,37,17111,72,102 +2654,37,17111,72,51 +2655,37,17111,72,49 +2656,37,17111,72,25 +2657,37,17111,72,68 +2658,37,17111,72,445 +2659,37,17111,72,73 +2660,37,17111,72,1 +2661,37,17111,72,235 +2662,37,17111,72,780 +2663,37,17111,72,52 +2664,41,17111,72,2 +2665,41,17111,72,3 +2666,41,17111,72,185 +2667,41,17111,72,181 +2668,41,17111,72,13 +2669,41,17111,72,162 +2670,41,17111,72,45 +2671,41,17111,72,2 +2672,41,17111,72,43 +2673,41,17111,72,5 +2674,41,17111,72,71 +2675,41,17111,72,370 +2676,41,17111,72,395 +2677,41,17111,72,60 +2678,41,17111,72,14 +2679,45,17111,72,110 +2680,45,17111,72,209 +2681,45,17111,72,9 +2682,45,17111,72,23 +2683,45,17111,72,55 +2684,45,17111,72,14 +2685,45,17111,72,4 +2686,45,17111,72,268 +2687,45,17111,72,177 +2688,45,17111,72,508 +2689,45,17111,72,250 +2690,45,17111,72,215 +2691,45,17111,72,12 +2692,45,17111,72,81 +2693,45,17111,72,133 +2694,45,17111,72,35 +2695,45,17111,72,134 +2696,45,17111,72,422 +2697,45,17111,72,10 +2698,45,17111,72,189 +2699,45,17111,72,263 +2700,45,17111,72,294 +2701,45,17111,72,81 +2702,45,17111,72,5 +2703,87,17197,72,174 +2704,87,17197,72,552 +2705,87,17197,72,61 +2706,87,17197,72,4 +2707,87,17197,72,240 +2708,87,17197,72,18 +2709,87,17197,72,28 +2710,87,17197,72,277 +2711,87,17197,72,53 +2712,89,17197,72,40 +2713,89,17197,72,295 +2714,89,17197,72,34 +2715,89,17197,72,20 +2716,89,17197,72,200 +2717,89,17197,72,295 +2718,89,17197,72,27 +2719,89,17197,72,138 +2720,89,17197,72,534 +2721,92,17197,72,10 +2722,92,17197,72,661 +2723,92,17197,72,576 +2724,92,17197,72,3 +2725,92,17197,72,314 +2726,92,17197,72,17 +2727,92,17197,72,1 +2728,92,17197,72,270 +2729,92,17197,72,216 +2730,92,17197,72,1 +2731,92,17197,72,106 +2732,92,17197,72,134 +2733,96,17197,72,111 +2734,96,17197,72,188 +2735,96,17197,72,45 +2736,96,17197,72,67 +2737,102,17197,72,59 +2738,102,17197,72,5 +2739,102,17197,72,16 +2740,102,17197,72,263 +2741,108,17197,72,79 +2742,108,17197,72,6 +2743,108,17197,72,14 +2744,108,17197,72,3 +2745,88,17197,72,623 +2746,88,17197,72,4 +2747,88,17197,72,3 +2748,88,17197,72,188 +2749,88,17197,72,49 +2750,88,17197,72,36 +2751,88,17197,72,167 +2752,88,17197,72,49 +2753,88,17197,72,7 +2754,88,17197,72,347 +2755,88,17197,72,17 +2756,88,17197,72,305 +2757,88,17197,72,72 +2758,88,17197,72,332 +2759,88,17197,72,514 +2760,88,17197,72,61 +2761,88,17197,72,307 +2762,88,17197,72,161 +2763,88,17197,72,123 +2764,88,17197,72,254 +2765,88,17197,72,101 +2766,90,17197,72,197 +2767,90,17197,72,104 +2768,90,17197,72,44 +2769,90,17197,72,171 +2770,90,17197,72,61 +2771,90,17197,72,400 +2772,90,17197,72,258 +2773,90,17197,72,27 +2774,90,17197,72,40 +2775,90,17197,72,82 +2776,90,17197,72,6 +2777,90,17197,72,10 +2778,90,17197,72,42 +2779,90,17197,72,16 +2780,90,17197,72,38 +2781,93,17197,72,1 +2782,93,17197,72,82 +2783,93,17197,72,42 +2784,93,17197,72,0 +2785,93,17197,72,63 +2786,93,17197,72,395 +2787,93,17197,72,236 +2788,93,17197,72,0 +2789,93,17197,72,0 +2790,93,17197,72,157 +2791,93,17197,72,152 +2792,93,17197,72,124 +2793,93,17197,72,873 +2794,93,17197,72,78 +2795,93,17197,72,29 +2796,93,17197,72,14 +2797,93,17197,72,39 +2798,93,17197,72,365 +2799,93,17197,72,180 +2800,93,17197,72,74 +2801,93,17197,72,5 +2802,93,17197,72,8 +2803,93,17197,72,44 +2804,93,17197,72,14 +2805,93,17197,72,1 +2806,93,17197,72,4 +2807,93,17197,72,61 +2808,93,17197,72,589 +2809,93,17197,72,45 +2810,93,17197,72,57 +2811,93,17197,72,146 +2812,93,17197,72,40 +2813,93,17197,72,174 +2814,93,17197,72,18 +2815,93,17197,72,139 +2816,93,17197,72,57 +2817,93,17197,72,22 +2818,93,17197,72,33 +2819,93,17197,72,2 +2820,93,17197,72,36 +2821,93,17197,72,7 +2822,93,17197,72,0 +2823,93,17197,72,1 +2824,93,17197,72,125 +2825,93,17197,72,90 +2826,97,17197,72,63 +2827,97,17197,72,15 +2828,97,17197,72,99 +2829,97,17197,72,9 +2830,103,17197,72,11 +2831,103,17197,72,3 +2832,103,17197,72,6 +2833,103,17197,72,6 +2834,109,17197,72,12 +2835,109,17197,72,6 +2836,109,17197,72,6 +2837,109,17197,72,4 +2838,91,17197,72,27 +2839,91,17197,72,6 +2840,91,17197,72,369 +2841,91,17197,72,189 +2842,91,17197,72,83 +2843,91,17197,72,143 +2844,91,17197,72,27 +2845,91,17197,72,2 +2846,91,17197,72,4 +2847,94,17197,72,81 +2848,94,17197,72,63 +2849,94,17197,72,8 +2850,94,17197,72,167 +2851,94,17197,72,323 +2852,94,17197,72,205 +2853,94,17197,72,41 +2854,94,17197,72,90 +2855,94,17197,72,68 +2856,98,17197,72,16 +2857,98,17197,72,2 +2858,98,17197,72,6 +2859,98,17197,72,125 +2860,98,17197,72,8 +2861,98,17197,72,8 +2862,98,17197,72,9 +2863,98,17197,72,2 +2864,98,17197,72,4 +2865,104,17197,72,7 +2866,104,17197,72,6 +2867,104,17197,72,2 +2868,104,17197,72,9 +2869,95,17197,72,215 +2870,95,17197,72,337 +2871,95,17197,72,129 +2872,95,17197,72,352 +2873,95,17197,72,226 +2874,95,17197,72,565 +2875,95,17197,72,13 +2876,95,17197,72,98 +2877,95,17197,72,251 +2878,95,17197,72,124 +2879,95,17197,72,500 +2880,95,17197,72,91 +2881,95,17197,72,41 +2882,95,17197,72,237 +2883,95,17197,72,26 +2884,99,17197,72,5 +2885,99,17197,72,5 +2886,99,17197,72,3 +2887,99,17197,72,20 +2888,99,17197,72,41 +2889,99,17197,72,6 +2890,99,17197,72,6 +2891,99,17197,72,2 +2892,99,17197,72,6 +2893,105,17197,72,9 +2894,105,17197,72,13 +2895,105,17197,72,13 +2896,105,17197,72,118 +2897,100,17197,72,78 +2898,100,17197,72,51 +2899,100,17197,72,57 +2900,100,17197,72,212 +2901,100,17197,72,129 +2902,100,17197,72,8 +2903,100,17197,72,6 +2904,100,17197,72,1 +2905,100,17197,72,3 +2906,106,17197,72,2 +2907,106,17197,72,11 +2908,106,17197,72,7 +2909,106,17197,72,9 +2910,101,17197,72,79 +2911,101,17197,72,110 +2912,101,17197,72,73 +2913,101,17197,72,5 +2914,101,17197,72,18 +2915,101,17197,72,49 +2916,101,17197,72,6 +2917,101,17197,72,2 +2918,101,17197,72,4 +2919,101,17197,72,132 +2920,101,17197,72,3 +2921,107,17197,72,128 +2922,107,17197,72,13 +2923,107,17197,72,8 +2924,107,17197,72,37 +2925,107,17197,72,6 +2926,107,17197,72,5 +2927,119,17063,72,0 +2928,119,17063,72,148 +2929,119,17063,72,42 +2930,119,17063,72,10 +2931,119,17063,72,0 +2932,119,17063,72,0 +2933,119,17063,72,11 +2934,119,17063,72,0 +2935,119,17063,72,141 +2936,119,17063,72,35 +2937,119,17063,72,7 +2938,119,17063,72,0 +2939,119,17063,72,207 +2940,119,17063,72,70 +2941,119,17063,72,0 +2942,119,17063,72,75 +2943,119,17063,72,0 +2944,119,17063,72,3 +2945,119,17063,72,0 +2946,119,17063,72,491 +2947,119,17063,72,153 +2948,119,17063,72,17 +2949,119,17063,72,195 +2950,119,17063,72,0 +2951,120,17007,72,0 +2952,120,17007,72,0 +2953,120,17007,72,0 +2954,120,17007,72,12 +2955,120,17007,72,85 +2956,120,17007,72,0 +2957,120,17007,72,2 +2958,120,17007,72,297 +2959,120,17007,72,0 +2960,120,17007,72,218 +2961,120,17007,72,180 +2962,120,17007,72,35 +2963,120,17007,72,0 +2964,120,17007,72,0 +2965,120,17007,72,3 +2966,120,17007,72,2 +2967,120,17007,72,0 +2968,120,17007,72,0 +2969,120,17007,72,37 +2970,120,17007,72,29 +2971,120,17007,72,0 +2972,120,17007,72,0 +2973,120,17007,72,18 +2974,120,17007,72,30 +2975,120,17007,72,0 +2976,121,17037,72,3 +2977,121,17037,72,331 +2978,121,17037,72,0 +2979,121,17037,72,0 +2980,121,17037,72,81 +2981,121,17037,72,0 +2982,121,17037,72,0 +2983,121,17037,72,8 +2984,121,17037,72,64 +2985,121,17037,72,0 +2986,121,17037,72,0 +2987,121,17037,72,15 +2988,121,17037,72,37 +2989,121,17037,72,113 +2990,121,17037,72,0 +2991,121,17037,72,5 +2992,121,17037,72,499 +2993,121,17037,72,496 +2994,121,17037,72,0 +2995,121,17037,72,592 +2996,121,17037,72,2 +2997,121,17037,72,0 +2998,121,17037,72,0 +2999,121,17037,72,0 +3000,121,17037,72,135 +3001,121,17037,72,0 +3002,121,17037,72,0 +3003,121,17037,72,15 +3004,121,17037,72,429 +3005,121,17037,72,61 +3006,121,17037,72,0 +3007,121,17037,72,11 +3008,121,17037,72,0 +3009,121,17037,72,0 +3010,121,17037,72,0 +3011,121,17037,72,0 +3012,121,17037,72,0 +3013,121,17037,72,9 +3014,121,17037,72,23 +3015,121,17037,72,0 +3016,121,17037,72,0 +3017,121,17037,72,0 +3018,121,17037,72,0 +3019,121,17037,72,64 +3020,121,17037,72,0 +3021,121,17037,72,0 +3022,122,17091,72,15 +3023,122,17091,72,0 +3024,122,17091,72,0 +3025,122,17091,72,0 +3026,122,17091,72,0 +3027,122,17091,72,11 +3028,122,17091,72,67 +3029,122,17091,72,0 +3030,122,17091,72,13 +3031,122,17091,72,0 +3032,122,17091,72,5 +3033,122,17091,72,72 +3034,122,17091,72,5 +3035,122,17091,72,0 +3036,122,17091,72,43 +3037,122,17091,72,236 +3038,122,17091,72,50 +3039,122,17091,72,2 +3040,122,17091,72,0 +3041,122,17091,72,0 +3042,122,17091,72,7 +3043,122,17091,72,45 +3044,122,17091,72,19 +3045,122,17091,72,0 +3046,122,17091,72,0 +3047,122,17091,72,12 +3048,122,17091,72,2 +3049,122,17091,72,0 +3050,122,17091,72,893 +3051,122,17091,72,152 +3052,122,17091,72,0 +3053,122,17091,72,846 +3054,122,17091,72,1079 +3055,122,17091,72,0 +3056,122,17091,72,123 +3057,122,17091,72,0 +3058,122,17091,72,0 +3059,122,17091,72,0 +3060,122,17091,72,100 +3061,122,17091,72,0 +3062,122,17091,72,12 +3063,122,17091,72,0 +3064,122,17091,72,0 +3065,122,17091,72,12 +3066,122,17091,72,0 +3067,122,17091,72,12 +3068,122,17091,72,104 +3069,122,17091,72,12 +3070,122,17091,72,84 +3071,122,17091,72,32 +3072,122,17091,72,3 +3073,122,17091,72,50 +3074,126,17099,72,36 +3075,126,17099,72,0 +3076,126,17099,72,164 +3077,126,17099,72,0 +3078,126,17099,72,0 +3079,126,17099,72,0 +3080,126,17099,72,0 +3081,126,17099,72,305 +3082,126,17099,72,0 +3083,126,17099,72,0 +3084,126,17099,72,0 +3085,126,17099,72,0 +3086,126,17099,72,7 +3087,126,17099,72,5 +3088,126,17099,72,0 +3089,126,17099,72,0 +3090,126,17099,72,0 +3091,126,17099,72,0 +3092,126,17099,72,263 +3093,126,17099,72,0 +3094,126,17099,72,0 +3095,126,17099,72,23 +3096,126,17099,72,347 +3097,126,17099,72,192 +3098,126,17099,72,498 +3099,126,17099,72,263 +3100,126,17099,72,2 +3101,126,17099,72,307 +3102,126,17099,72,0 +3103,126,17099,72,0 +3104,126,17099,72,0 +3105,126,17099,72,0 +3106,126,17099,72,26 +3107,126,17099,72,26 +3108,126,17099,72,2 +3109,126,17099,72,602 +3110,126,17099,72,0 +3111,126,17099,72,0 +3112,126,17099,72,0 +3113,126,17099,72,3 +3114,126,17099,72,55 +3115,126,17099,72,4 +3116,126,17099,72,15 +3117,126,17099,72,10 +3118,126,17099,72,0 +3119,126,17099,72,167 +3120,126,17099,72,60 +3121,126,17099,72,0 +3122,126,17099,72,543 +3123,126,17099,72,0 +3124,126,17099,72,25 +3125,126,17099,72,112 +3126,126,17099,72,0 +3127,126,17099,72,0 +3128,126,17099,72,6 +3129,126,17099,72,0 +3130,126,17099,72,0 +3131,126,17099,72,0 +3132,126,17099,72,0 +3133,126,17099,72,20 +3134,126,17099,72,0 +3135,126,17099,72,146 +3136,126,17099,72,204 +3137,126,17099,72,0 +3138,126,17099,72,0 +3139,126,17099,72,0 +3140,126,17099,72,21 +3141,126,17099,72,17 +3142,126,17099,72,1 +3143,126,17099,72,0 +3144,126,17099,72,0 +3145,126,17099,72,26 +3146,125,17103,72,0 +3147,125,17103,72,6 +3148,125,17103,72,4 +3149,125,17103,72,5 +3150,125,17103,72,0 +3151,125,17103,72,7 +3152,124,17141,72,0 +3153,124,17141,72,3 +3154,124,17141,72,6 +3155,124,17141,72,21 +3156,124,17141,72,29 +3157,124,17141,72,194 +3158,124,17141,72,0 +3159,124,17141,72,0 +3160,124,17141,72,0 +3161,124,17141,72,109 +3162,124,17141,72,0 +3163,124,17141,72,16 +3164,124,17141,72,0 +3165,124,17141,72,0 +3166,124,17141,72,0 +3167,124,17141,72,0 +3168,124,17141,72,27 +3169,123,17201,72,0 +3170,123,17201,72,0 +3171,123,17201,72,0 +3172,123,17201,72,215 +3173,123,17201,72,10 +3174,123,17201,72,0 +3175,123,17201,72,11 +3176,123,17201,72,0 +3177,123,17201,72,0 +3178,123,17201,72,0 +3179,123,17201,72,0 +3180,123,17201,72,0 +3181,123,17201,72,20 +3182,123,17201,72,12 +3183,123,17201,72,3 +3184,123,17201,72,0 +3185,123,17201,72,0 +3186,123,17201,72,0 +3187,123,17201,72,0 +3188,123,17201,72,0 +3189,123,17201,72,0 +3190,123,17201,72,54 +3191,123,17201,72,6 +3192,123,17201,72,0 +3193,123,17201,72,455 +3194,123,17201,72,0 +3195,123,17201,72,0 +3196,123,17201,72,0 +3197,123,17201,72,0 +3198,123,17201,72,119 +3199,123,17201,72,0 +3200,123,17201,72,0 +3201,123,17201,72,297 +3202,123,17201,72,255 +3203,123,17201,72,48 +3204,123,17201,72,10 +3205,123,17201,72,37 +3206,123,17201,72,213 +3207,123,17201,72,34 +3208,123,17201,72,249 +3209,123,17201,72,395 +3210,123,17201,72,0 +3211,123,17201,72,31 +3212,123,17201,72,995 +3213,123,17201,72,831 +3214,123,17201,72,1336 +3215,123,17201,72,914 +3216,123,17201,72,134 +3217,123,17201,72,714 +3218,123,17201,72,1168 +3219,123,17201,72,492 +3220,123,17201,72,696 +3221,123,17201,72,148 +3222,123,17201,72,0 +3223,123,17201,72,12 +3224,123,17201,72,0 +3225,123,17201,72,0 +3226,123,17201,72,227 +3227,123,17201,72,44 +3228,123,17201,72,0 +3229,123,17201,72,354 +3230,123,17201,72,243 +3231,123,17201,72,0 +3232,123,17201,72,8 +3233,123,17201,72,33 +3234,123,17201,72,0 +3235,123,17201,72,73 +3236,123,17201,72,0 +3237,123,17201,72,19 +3238,123,17201,72,0 +3239,123,17201,72,40 +3240,123,17201,72,329 +3241,123,17201,72,0 +3242,123,17201,72,0 +3243,123,17201,72,0 +3244,123,17201,72,0 +3245,123,17201,72,0 +3246,123,17201,72,66 +3247,123,17201,72,113 +3248,127,18089,72,0 +3249,127,18089,72,0 +3250,127,18089,72,18 +3251,127,18089,72,0 +3252,127,18089,72,0 +3253,127,18089,72,112 +3254,127,18089,72,7 +3255,127,18089,72,0 +3256,127,18089,72,0 +3257,127,18089,72,224 +3258,127,18089,72,0 +3259,127,18089,72,0 +3260,127,18089,72,109 +3261,127,18089,72,0 +3262,127,18089,72,0 +3263,127,18089,72,1 +3264,127,18089,72,0 +3265,127,18089,72,0 +3266,127,18089,72,22 +3267,127,18089,72,26 +3268,127,18089,72,58 +3269,127,18089,72,111 +3270,127,18089,72,0 +3271,127,18089,72,0 +3272,127,18089,72,0 +3273,127,18089,72,46 +3274,127,18089,72,31 +3275,127,18089,72,0 +3276,127,18089,72,833 +3277,127,18089,72,172 +3278,127,18089,72,20 +3279,127,18089,72,11 +3280,127,18089,72,78 +3281,127,18089,72,117 +3282,127,18089,72,34 +3283,127,18089,72,120 +3284,127,18089,72,15 +3285,127,18089,72,52 +3286,127,18089,72,2 +3287,127,18089,72,0 +3288,127,18089,72,0 +3289,127,18089,72,0 +3290,127,18089,72,6 +3291,127,18089,72,0 +3292,127,18089,72,109 +3293,127,18089,72,0 +3294,127,18089,72,32 +3295,127,18089,72,446 +3296,127,18089,72,0 +3297,127,18089,72,227 +3298,127,18089,72,2786 +3299,127,18089,72,692 +3300,127,18089,72,43 +3301,127,18089,72,418 +3302,127,18089,72,131 +3303,127,18089,72,151 +3304,127,18089,72,270 +3305,127,18089,72,0 +3306,127,18089,72,761 +3307,127,18089,72,548 +3308,127,18089,72,184 +3309,127,18089,72,1299 +3310,127,18089,72,645 +3311,127,18089,72,93 +3312,127,18089,72,239 +3313,127,18089,72,285 +3314,127,18089,72,221 +3315,127,18089,72,69 +3316,127,18089,72,189 +3317,127,18089,72,169 +3318,127,18089,72,28 +3319,127,18089,72,49 +3320,127,18089,72,39 +3321,127,18089,72,152 +3322,127,18089,72,82 +3323,127,18089,72,2 +3324,127,18089,72,32 +3325,127,18089,72,337 +3326,127,18089,72,76 +3327,127,18089,72,746 +3328,127,18089,72,297 +3329,127,18089,72,529 +3330,127,18089,72,1281 +3331,127,18089,72,834 +3332,127,18089,72,202 +3333,127,18089,72,614 +3334,127,18089,72,268 +3335,127,18089,72,11 +3336,127,18089,72,0 +3337,127,18089,72,21 +3338,127,18089,72,0 +3339,127,18089,72,741 +3340,127,18089,72,0 +3341,127,18089,72,235 +3342,127,18089,72,72 +3343,127,18089,72,101 +3344,127,18089,72,327 +3345,129,18091,72,0 +3346,129,18091,72,4 +3347,129,18091,72,4 +3348,129,18091,72,5 +3349,129,18091,72,0 +3350,129,18091,72,0 +3351,129,18091,72,16 +3352,129,18091,72,49 +3353,129,18091,72,5 +3354,129,18091,72,8 +3355,129,18091,72,0 +3356,129,18091,72,4 +3357,129,18091,72,0 +3358,129,18091,72,0 +3359,129,18091,72,0 +3360,129,18091,72,1 +3361,129,18091,72,234 +3362,129,18091,72,31 +3363,129,18091,72,0 +3364,129,18091,72,0 +3365,129,18091,72,0 +3366,129,18091,72,0 +3367,129,18091,72,141 +3368,129,18091,72,0 +3369,129,18091,72,0 +3370,129,18091,72,6 +3371,129,18091,72,0 +3372,129,18091,72,69 +3373,129,18091,72,585 +3374,129,18091,72,0 +3375,129,18091,72,71 +3376,129,18091,72,44 +3377,129,18091,72,46 +3378,129,18091,72,0 +3379,129,18091,72,0 +3380,129,18091,72,0 +3381,129,18091,72,0 +3382,129,18091,72,0 +3383,129,18091,72,39 +3384,129,18091,72,167 +3385,129,18091,72,38 +3386,129,18091,72,644 +3387,129,18091,72,653 +3388,129,18091,72,27 +3389,129,18091,72,18 +3390,129,18091,72,0 +3391,129,18091,72,257 +3392,129,18091,72,0 +3393,129,18091,72,0 +3394,129,18091,72,0 +3395,129,18091,72,0 +3396,129,18091,72,1039 +3397,129,18091,72,90 +3398,129,18091,72,6 +3399,129,18091,72,13 +3400,129,18091,72,177 +3401,128,18127,72,0 +3402,128,18127,72,0 +3403,128,18127,72,0 +3404,128,18127,72,73 +3405,128,18127,72,0 +3406,128,18127,72,2 +3407,128,18127,72,0 +3408,128,18127,72,161 +3409,128,18127,72,0 +3410,128,18127,72,0 +3411,128,18127,72,0 +3412,128,18127,72,0 +3413,128,18127,72,0 +3414,128,18127,72,0 +3415,128,18127,72,21 +3416,128,18127,72,0 +3417,128,18127,72,0 +3418,128,18127,72,0 +3419,128,18127,72,231 +3420,128,18127,72,0 +3421,128,18127,72,0 +3422,128,18127,72,995 +3423,128,18127,72,2 +3424,128,18127,72,0 +3425,128,18127,72,165 +3426,128,18127,72,0 +3427,128,18127,72,0 +3428,128,18127,72,46 +3429,128,18127,72,174 +3430,128,18127,72,292 +3431,128,18127,72,15 +3432,128,18127,72,18 +3433,128,18127,72,751 +3434,128,18127,72,0 +3435,128,18127,72,1 +3436,128,18127,72,232 +3437,128,18127,72,36 +3438,128,18127,72,1 +3439,128,18127,72,1 +3440,128,18127,72,2 +3441,128,18127,72,163 +3442,128,18127,72,0 +3443,128,18127,72,107 +3444,128,18127,72,0 +3445,128,18127,72,19 +3446,128,18127,72,241 +3447,128,18127,72,0 +3448,128,18127,72,3 +3449,128,18127,72,160 +3450,128,18127,72,56 +3451,128,18127,72,0 +3452,128,18127,72,0 +3453,128,18127,72,402 +3454,128,18127,72,33 +3455,128,18127,72,733 +3456,128,18127,72,118 +3457,128,18127,72,254 +3458,128,18127,72,476 +3459,128,18127,72,0 +3460,128,18127,72,25 +3461,128,18127,72,8 +3462,128,18127,72,43 +3463,128,18127,72,500 +3464,128,18127,72,0 +3465,128,18127,72,0 +3466,128,18127,72,0 +3467,128,18127,72,0 +3468,130,55059,72,100 +3469,130,55059,72,26 +3470,130,55059,72,2 +3471,130,55059,72,26 +3472,130,55059,72,35 +3473,130,55059,72,84 +3474,130,55059,72,0 +3475,130,55059,72,50 +3476,130,55059,72,0 +3477,130,55059,72,0 +3478,130,55059,72,60 +3479,130,55059,72,138 +3480,130,55059,72,86 +3481,130,55059,72,0 +3482,130,55059,72,9 +3483,130,55059,72,324 +3484,130,55059,72,61 +3485,130,55059,72,29 +3486,130,55059,72,210 +3487,130,55059,72,103 +3488,130,55059,72,22 +3489,130,55059,72,0 +3490,130,55059,72,0 +3491,130,55059,72,609 +3492,130,55059,72,1864 +3493,130,55059,72,177 +3494,130,55059,72,74 +3495,130,55059,72,9 +3496,130,55059,72,301 +3497,130,55059,72,0 +3498,130,55059,72,0 +3499,130,55059,72,3 +3500,130,55059,72,6 +3501,130,55059,72,295 +3502,130,55059,72,9 +3503,130,55059,72,7 +3504,130,55059,72,419 +3505,130,55059,72,0 +3506,130,55059,72,0 +3507,130,55059,72,21 +3508,130,55059,72,0 +3509,130,55059,72,0 +3510,130,55059,72,1060 +3511,130,55059,72,231 +3512,130,55059,72,38 +3513,131,55101,72,20 +3514,131,55101,72,0 +3515,131,55101,72,1 +3516,131,55101,72,0 +3517,131,55101,72,253 +3518,131,55101,72,335 +3519,131,55101,72,0 +3520,131,55101,72,0 +3521,131,55101,72,44 +3522,131,55101,72,0 +3523,131,55101,72,0 +3524,131,55101,72,22 +3525,131,55101,72,11 +3526,131,55101,72,0 +3527,131,55101,72,32 +3528,131,55101,72,0 +3529,131,55101,72,0 +3530,131,55101,72,66 +3531,131,55101,72,95 +3532,131,55101,72,28 +3533,131,55101,72,208 +3534,131,55101,72,121 +3535,131,55101,72,335 +3536,131,55101,72,0 +3537,131,55101,72,2073 +3538,131,55101,72,32 +3539,131,55101,72,0 +3540,131,55101,72,194 +3541,131,55101,72,0 +3542,131,55101,72,0 +3543,131,55101,72,88 +3544,131,55101,72,777 +3545,131,55101,72,54 +3546,131,55101,72,417 +3547,131,55101,72,180 +3548,131,55101,72,1 +3549,131,55101,72,266 +3550,131,55101,72,0 +3551,131,55101,72,26 +3552,131,55101,72,24 +3553,131,55101,72,3 +3554,131,55101,72,26 +3555,131,55101,72,0 +3556,131,55101,72,0 +3557,131,55101,72,42 +3558,131,55101,72,2 +3559,131,55101,72,8 +3560,131,55101,72,40 +3561,131,55101,72,21 +3562,131,55101,72,0 +3563,131,55101,72,78 +3564,131,55101,72,257 +3565,131,55101,72,1 +3566,131,55101,72,0 +3567,131,55101,72,397 +3568,131,55101,72,43 +3569,132,55127,72,9 +3570,132,55127,72,436 +3571,132,55127,72,0 +3572,132,55127,72,0 +3573,132,55127,72,211 +3574,132,55127,72,17 +3575,132,55127,72,0 +3576,132,55127,72,34 +3577,132,55127,72,69 +3578,132,55127,72,95 +3579,132,55127,72,0 +3580,132,55127,72,4 +3581,132,55127,72,56 +3582,132,55127,72,0 +3583,132,55127,72,117 +3584,132,55127,72,0 +3585,132,55127,72,0 +3586,132,55127,72,58 +3587,132,55127,72,60 +3588,132,55127,72,0 +3589,132,55127,72,720 +3590,132,55127,72,329 +3591,132,55127,72,6 +3592,132,55127,72,5 +3593,132,55127,72,0 +3594,132,55127,72,0 +3595,132,55127,72,2435 +3596,132,55127,72,48 +3597,132,55127,72,67 +3598,132,55127,72,0 +3599,132,55127,72,3 +3600,132,55127,72,0 +3601,132,55127,72,0 +3602,132,55127,72,16 +3603,132,55127,72,3 +3604,132,55127,72,0 +3605,132,55127,72,58 +3606,132,55127,72,0 +3607,132,55127,72,0 +3608,132,55127,72,85 +3609,132,55127,72,0 +3610,132,55127,72,414 +3611,132,55127,72,0 +3612,132,55127,72,39 +3613,132,55127,72,0 +3614,132,55127,72,27 +3615,132,55127,72,0 +3616,132,55127,72,64 +3617,132,55127,72,17 +3618,132,55127,72,0 +3619,132,55127,72,0 +3620,132,55127,72,0 +3621,132,55127,72,0 +3622,132,55127,72,0 +3623,132,55127,72,0 +3624,132,55127,72,0 +3625,132,55127,72,158 +3626,132,55127,72,753 +3627,132,55127,72,0 +3628,132,55127,72,2 +3629,132,55127,72,0 +3630,132,55127,72,70 +3631,132,55127,72,15 +3632,132,55127,72,177 +1,17,17031,81,7 +2,17,17031,81,59 +3,17,17031,81,200 +4,17,17031,81,192 +5,17,17031,81,967 +6,17,17031,81,437 +7,17,17031,81,172 +8,17,17031,81,26 +9,17,17031,81,8 +10,17,17031,81,217 +11,17,17031,81,181 +12,17,17031,81,1193 +13,17,17031,81,604 +14,17,17031,81,7 +15,17,17031,81,101 +16,17,17031,81,559 +17,17,17031,81,934 +18,17,17031,81,2406 +19,17,17031,81,676 +20,17,17031,81,191 +21,17,17031,81,177 +22,17,17031,81,1217 +23,17,17031,81,1698 +24,17,17031,81,794 +25,17,17031,81,1549 +26,17,17031,81,134 +27,17,17031,81,323 +28,17,17031,81,2921 +29,17,17031,81,1817 +30,17,17031,81,575 +31,17,17031,81,118 +32,17,17031,81,44 +33,17,17031,81,516 +34,17,17031,81,917 +35,17,17031,81,810 +36,17,17031,81,740 +37,17,17031,81,8 +38,17,17031,81,56 +39,17,17031,81,31 +40,17,17031,81,104 +41,17,17031,81,39 +42,17,17031,81,0 +43,17,17031,81,6 +44,17,17031,81,18 +45,17,17031,81,24 +46,17,17031,81,37 +47,17,17031,81,36 +48,17,17031,81,42 +49,17,17031,81,346 +50,17,17031,81,115 +51,17,17031,81,271 +52,17,17031,81,103 +53,17,17031,81,48 +54,17,17031,81,83 +55,17,17031,81,62 +56,17,17031,81,366 +57,17,17031,81,1755 +58,17,17031,81,85 +59,17,17031,81,120 +60,17,17031,81,384 +61,17,17031,81,188 +62,17,17031,81,102 +63,17,17031,81,334 +64,17,17031,81,63 +65,17,17031,81,53 +66,17,17031,81,97 +67,17,17031,81,44 +68,17,17031,81,156 +69,17,17031,81,30 +70,17,17031,81,111 +71,17,17031,81,3 +72,17,17031,81,78 +73,17,17031,81,57 +74,17,17031,81,88 +75,17,17031,81,102 +76,17,17031,81,107 +77,17,17031,81,1 +78,14,17031,81,42 +79,14,17031,81,55 +80,14,17031,81,354 +81,14,17031,81,133 +82,14,17031,81,59 +83,14,17031,81,37 +84,14,17031,81,169 +85,14,17031,81,34 +86,14,17031,81,92 +87,14,17031,81,214 +88,14,17031,81,49 +89,14,17031,81,101 +90,17,17031,81,94 +91,17,17031,81,97 +92,17,17031,81,108 +93,17,17031,81,54 +94,17,17031,81,89 +95,17,17031,81,136 +96,17,17031,81,135 +97,17,17031,81,88 +98,17,17031,81,34 +99,17,17031,81,227 +100,17,17031,81,191 +101,17,17031,81,159 +102,17,17031,81,208 +103,17,17031,81,27 +104,17,17031,81,51 +105,17,17031,81,81 +106,17,17031,81,60 +107,17,17031,81,41 +108,17,17031,81,15 +109,17,17031,81,7 +110,17,17031,81,51 +111,17,17031,81,57 +112,17,17031,81,466 +113,17,17031,81,62 +114,17,17031,81,3 +115,17,17031,81,3 +116,17,17031,81,17 +117,17,17031,81,23 +118,17,17031,81,39 +119,17,17031,81,40 +120,17,17031,81,82 +121,17,17031,81,2 +122,8,17031,81,34 +123,12,17031,81,11 +124,12,17031,81,171 +125,12,17031,81,46 +126,12,17031,81,0 +127,12,17031,81,29 +128,12,17031,81,137 +129,12,17031,81,6 +130,12,17031,81,18 +131,12,17031,81,35 +132,12,17031,81,465 +133,12,17031,81,389 +134,12,17031,81,13 +135,12,17031,81,42 +136,12,17031,81,14 +137,12,17031,81,42 +138,12,17031,81,47 +139,12,17031,81,206 +140,12,17031,81,43 +141,9,17031,81,64 +142,9,17031,81,6 +143,9,17031,81,88 +144,9,17031,81,46 +145,9,17031,81,7 +146,9,17031,81,16 +147,12,17031,81,7 +148,12,17031,81,17 +149,12,17031,81,22 +150,12,17031,81,1 +151,12,17031,81,78 +152,12,17031,81,85 +153,12,17031,81,11 +154,10,17031,81,0 +155,10,17031,81,51 +156,10,17031,81,5 +157,10,17031,81,33 +158,10,17031,81,4 +159,10,17031,81,44 +160,10,17031,81,20 +161,10,17031,81,60 +162,10,17031,81,21 +163,11,17031,81,47 +164,11,17031,81,42 +165,11,17031,81,75 +166,11,17031,81,69 +167,10,17031,81,44 +168,10,17031,81,61 +169,10,17031,81,26 +170,10,17031,81,27 +171,11,17031,81,55 +172,11,17031,81,25 +173,11,17031,81,19 +174,11,17031,81,67 +175,11,17031,81,26 +176,11,17031,81,2 +177,11,17031,81,42 +178,11,17031,81,21 +179,13,17031,81,2 +180,13,17031,81,107 +181,13,17031,81,7 +182,13,17031,81,80 +183,13,17031,81,27 +184,13,17031,81,83 +185,13,17031,81,2 +186,13,17031,81,146 +187,13,17031,81,18 +188,13,17031,81,22 +189,13,17031,81,17 +190,13,17031,81,2 +191,13,17031,81,42 +192,13,17031,81,7 +193,13,17031,81,29 +194,13,17031,81,49 +195,13,17031,81,37 +196,13,17031,81,67 +197,13,17031,81,0 +198,13,17031,81,36 +199,13,17031,81,59 +200,13,17031,81,46 +201,13,17031,81,165 +202,13,17031,81,53 +203,13,17031,81,91 +204,13,17031,81,35 +205,13,17031,81,33 +206,13,17031,81,20 +207,13,17031,81,20 +208,13,17031,81,71 +209,13,17031,81,35 +210,13,17031,81,53 +211,13,17031,81,36 +212,13,17031,81,34 +213,13,17031,81,5 +214,13,17031,81,26 +215,13,17031,81,47 +216,13,17031,81,0 +217,13,17031,81,38 +218,13,17031,81,33 +219,13,17031,81,89 +220,13,17031,81,18 +221,13,17031,81,20 +222,13,17031,81,83 +223,13,17031,81,20 +224,13,17031,81,68 +225,13,17031,81,86 +226,13,17031,81,31 +227,13,17031,81,47 +228,13,17031,81,69 +229,13,17031,81,16 +230,13,17031,81,38 +231,13,17031,81,33 +232,13,17031,81,56 +233,13,17031,81,40 +234,13,17031,81,49 +235,13,17031,81,50 +236,13,17031,81,43 +237,13,17031,81,46 +238,13,17031,81,93 +239,13,17031,81,66 +240,13,17031,81,41 +241,13,17031,81,27 +242,13,17031,81,14 +243,13,17031,81,40 +244,13,17031,81,21 +245,13,17031,81,7 +246,13,17031,81,46 +247,13,17031,81,20 +248,13,17031,81,37 +249,13,17031,81,11 +250,13,17031,81,27 +251,13,17031,81,16 +252,13,17031,81,56 +253,13,17031,81,68 +254,13,17031,81,18 +255,13,17031,81,69 +256,13,17031,81,62 +257,13,17031,81,40 +258,13,17031,81,16 +259,13,17031,81,33 +260,13,17031,81,13 +261,13,17031,81,84 +262,13,17031,81,125 +263,13,17031,81,11 +264,13,17031,81,38 +265,13,17031,81,39 +266,13,17031,81,167 +267,13,17031,81,37 +268,13,17031,81,34 +269,13,17031,81,19 +270,13,17031,81,123 +271,13,17031,81,148 +272,13,17031,81,26 +273,13,17031,81,39 +274,13,17031,81,18 +275,13,17031,81,39 +276,13,17031,81,56 +277,13,17031,81,42 +278,13,17031,81,39 +279,13,17031,81,45 +280,13,17031,81,40 +281,13,17031,81,36 +282,13,17031,81,33 +283,13,17031,81,34 +284,13,17031,81,21 +285,13,17031,81,18 +286,13,17031,81,15 +287,13,17031,81,29 +288,13,17031,81,67 +289,13,17031,81,30 +290,13,17031,81,21 +291,13,17031,81,26 +292,13,17031,81,11 +293,13,17031,81,48 +294,13,17031,81,47 +295,13,17031,81,12 +296,13,17031,81,31 +297,13,17031,81,27 +298,13,17031,81,20 +299,13,17031,81,34 +300,13,17031,81,32 +301,13,17031,81,36 +302,13,17031,81,43 +303,13,17031,81,42 +304,13,17031,81,55 +305,13,17031,81,89 +306,13,17031,81,177 +307,13,17031,81,47 +308,14,17031,81,33 +309,14,17031,81,42 +310,14,17031,81,24 +311,14,17031,81,75 +312,14,17031,81,70 +313,14,17031,81,33 +314,14,17031,81,53 +315,14,17031,81,37 +316,14,17031,81,60 +317,14,17031,81,51 +318,14,17031,81,52 +319,14,17031,81,89 +320,14,17031,81,68 +321,14,17031,81,185 +322,14,17031,81,0 +323,14,17031,81,66 +324,14,17031,81,32 +325,14,17031,81,74 +326,14,17031,81,141 +327,14,17031,81,84 +328,14,17031,81,66 +329,14,17031,81,131 +330,14,17031,81,200 +331,14,17031,81,9 +332,14,17031,81,62 +333,14,17031,81,80 +334,14,17031,81,49 +335,14,17031,81,33 +336,14,17031,81,63 +337,14,17031,81,114 +338,14,17031,81,99 +339,14,17031,81,59 +340,14,17031,81,62 +341,14,17031,81,145 +342,14,17031,81,134 +343,14,17031,81,104 +344,14,17031,81,33 +345,14,17031,81,34 +346,14,17031,81,54 +347,14,17031,81,180 +348,14,17031,81,85 +349,14,17031,81,78 +350,14,17031,81,149 +351,14,17031,81,99 +352,14,17031,81,185 +353,14,17031,81,2 +354,14,17031,81,252 +355,16,17031,81,123 +356,16,17031,81,17 +357,16,17031,81,40 +358,16,17031,81,25 +359,16,17031,81,14 +360,16,17031,81,49 +361,16,17031,81,105 +362,16,17031,81,21 +363,16,17031,81,20 +364,16,17031,81,32 +365,16,17031,81,23 +366,16,17031,81,37 +367,16,17031,81,41 +368,16,17031,81,87 +369,16,17031,81,116 +370,16,17031,81,8 +371,16,17031,81,95 +372,16,17031,81,25 +373,16,17031,81,30 +374,16,17031,81,20 +375,16,17031,81,19 +376,16,17031,81,17 +377,16,17031,81,47 +378,16,17031,81,33 +379,16,17031,81,11 +380,16,17031,81,30 +381,16,17031,81,40 +382,16,17031,81,15 +383,16,17031,81,9 +384,16,17031,81,11 +385,16,17031,81,27 +386,16,17031,81,45 +387,16,17031,81,161 +388,16,17031,81,51 +389,16,17031,81,23 +390,16,17031,81,29 +391,16,17031,81,5 +392,16,17031,81,19 +393,16,17031,81,16 +394,16,17031,81,40 +395,16,17031,81,44 +396,16,17031,81,42 +397,16,17031,81,39 +398,16,17031,81,21 +399,16,17031,81,25 +400,16,17031,81,15 +401,16,17031,81,75 +402,16,17031,81,5 +403,16,17031,81,27 +404,16,17031,81,68 +405,16,17031,81,42 +406,16,17031,81,50 +407,16,17031,81,107 +408,16,17031,81,37 +409,16,17031,81,58 +410,16,17031,81,34 +411,16,17031,81,34 +412,16,17031,81,42 +413,16,17031,81,60 +414,16,17031,81,35 +415,16,17031,81,109 +416,16,17031,81,30 +417,16,17031,81,513 +418,16,17031,81,51 +419,16,17031,81,40 +420,16,17031,81,127 +421,16,17031,81,14 +422,16,17031,81,26 +423,16,17031,81,28 +424,16,17031,81,42 +425,16,17031,81,54 +426,16,17031,81,41 +427,16,17031,81,34 +428,16,17031,81,10 +429,16,17031,81,35 +430,16,17031,81,49 +431,16,17031,81,26 +432,16,17031,81,37 +433,16,17031,81,22 +434,16,17031,81,12 +435,16,17031,81,66 +436,16,17031,81,35 +437,16,17031,81,14 +438,16,17031,81,7 +439,16,17031,81,37 +440,16,17031,81,36 +441,17,17031,81,30 +442,17,17031,81,35 +443,17,17031,81,45 +444,17,17031,81,17 +445,17,17031,81,15 +446,17,17031,81,68 +447,17,17031,81,27 +448,17,17031,81,28 +449,17,17031,81,23 +450,17,17031,81,190 +451,17,17031,81,52 +452,17,17031,81,39 +453,17,17031,81,108 +454,17,17031,81,0 +455,17,17031,81,50 +456,17,17031,81,21 +457,17,17031,81,25 +458,17,17031,81,0 +459,19,17031,81,163 +460,19,17031,81,57 +461,19,17031,81,3 +462,19,17031,81,16 +463,19,17031,81,16 +464,19,17031,81,44 +465,19,17031,81,26 +466,19,17031,81,23 +467,19,17031,81,29 +468,19,17031,81,52 +469,19,17031,81,45 +470,19,17031,81,27 +471,19,17031,81,49 +472,19,17031,81,11 +473,19,17031,81,13 +474,19,17031,81,69 +475,19,17031,81,26 +476,19,17031,81,40 +477,19,17031,81,46 +478,19,17031,81,5 +479,19,17031,81,50 +480,19,17031,81,39 +481,19,17031,81,18 +482,19,17031,81,17 +483,19,17031,81,23 +484,19,17031,81,6 +485,19,17031,81,27 +486,19,17031,81,18 +487,19,17031,81,16 +488,19,17031,81,6 +489,19,17031,81,21 +490,19,17031,81,39 +491,19,17031,81,4 +492,19,17031,81,45 +493,19,17031,81,58 +494,19,17031,81,0 +495,19,17031,81,28 +496,19,17031,81,18 +497,19,17031,81,41 +498,19,17031,81,14 +499,19,17031,81,3 +500,19,17031,81,16 +501,19,17031,81,53 +502,19,17031,81,138 +503,19,17031,81,61 +504,19,17031,81,0 +505,19,17031,81,12 +506,19,17031,81,53 +507,19,17031,81,12 +508,19,17031,81,27 +509,19,17031,81,42 +510,19,17031,81,27 +511,19,17031,81,7 +512,19,17031,81,9 +513,19,17031,81,0 +514,19,17031,81,3 +515,19,17031,81,19 +516,19,17031,81,41 +517,19,17031,81,92 +518,19,17031,81,5 +519,19,17031,81,28 +520,19,17031,81,3 +521,19,17031,81,13 +522,19,17031,81,18 +523,20,17031,81,17 +524,20,17031,81,40 +525,20,17031,81,39 +526,20,17031,81,24 +527,20,17031,81,68 +528,20,17031,81,10 +529,20,17031,81,20 +530,20,17031,81,44 +531,20,17031,81,9 +532,20,17031,81,46 +533,20,17031,81,51 +534,20,17031,81,18 +535,20,17031,81,18 +536,20,17031,81,30 +537,20,17031,81,4 +538,20,17031,81,17 +539,20,17031,81,48 +540,20,17031,81,14 +541,20,17031,81,11 +542,20,17031,81,21 +543,20,17031,81,11 +544,20,17031,81,27 +545,20,17031,81,28 +546,20,17031,81,9 +547,20,17031,81,26 +548,20,17031,81,19 +549,20,17031,81,21 +550,20,17031,81,0 +551,20,17031,81,22 +552,20,17031,81,173 +553,20,17031,81,29 +554,20,17031,81,193 +555,20,17031,81,7 +556,20,17031,81,12 +557,20,17031,81,76 +558,20,17031,81,21 +559,20,17031,81,26 +560,20,17031,81,29 +561,20,17031,81,10 +562,20,17031,81,97 +563,20,17031,81,49 +564,20,17031,81,51 +565,20,17031,81,2 +566,20,17031,81,22 +567,20,17031,81,17 +568,20,17031,81,170 +569,20,17031,81,4 +570,20,17031,81,151 +571,20,17031,81,15 +572,20,17031,81,53 +573,20,17031,81,33 +574,20,17031,81,129 +575,20,17031,81,111 +576,20,17031,81,20 +577,20,17031,81,15 +578,20,17031,81,23 +579,20,17031,81,29 +580,20,17031,81,35 +581,20,17031,81,43 +582,20,17031,81,8 +583,20,17031,81,57 +584,20,17031,81,20 +585,20,17031,81,77 +586,20,17031,81,20 +587,20,17031,81,11 +588,20,17031,81,3 +589,20,17031,81,1 +590,20,17031,81,7 +591,20,17031,81,32 +592,20,17031,81,52 +593,20,17031,81,37 +594,20,17031,81,51 +595,20,17031,81,70 +596,20,17031,81,26 +597,20,17031,81,48 +598,20,17031,81,102 +599,20,17031,81,13 +600,20,17031,81,29 +601,20,17031,81,24 +602,20,17031,81,31 +603,20,17031,81,30 +604,20,17031,81,42 +605,20,17031,81,24 +606,20,17031,81,59 +607,20,17031,81,48 +608,20,17031,81,35 +609,20,17031,81,6 +610,20,17031,81,16 +611,20,17031,81,8 +612,20,17031,81,9 +613,20,17031,81,7 +614,20,17031,81,12 +615,20,17031,81,52 +616,20,17031,81,18 +617,20,17031,81,13 +618,20,17031,81,10 +619,20,17031,81,17 +620,20,17031,81,18 +621,20,17031,81,87 +622,20,17031,81,14 +623,20,17031,81,46 +624,20,17031,81,44 +625,20,17031,81,31 +626,20,17031,81,22 +627,20,17031,81,18 +628,20,17031,81,28 +629,20,17031,81,2 +630,23,17031,81,16 +631,23,17031,81,57 +632,23,17031,81,27 +633,23,17031,81,163 +634,23,17031,81,216 +635,23,17031,81,60 +636,24,17031,81,2 +637,24,17031,81,30 +638,24,17031,81,18 +639,24,17031,81,5 +640,24,17031,81,37 +641,24,17031,81,9 +642,24,17031,81,2 +643,24,17031,81,2 +644,24,17031,81,3 +645,24,17031,81,45 +646,24,17031,81,31 +647,24,17031,81,29 +648,24,17031,81,22 +649,24,17031,81,8 +650,24,17031,81,68 +651,24,17031,81,113 +652,24,17031,81,82 +653,24,17031,81,70 +654,24,17031,81,14 +655,24,17031,81,4 +656,24,17031,81,9 +657,24,17031,81,3 +658,24,17031,81,2 +659,24,17031,81,5 +660,24,17031,81,3 +661,24,17031,81,19 +662,24,17031,81,22 +663,24,17031,81,11 +664,24,17031,81,10 +665,24,17031,81,0 +666,24,17031,81,3 +667,24,17031,81,9 +668,24,17031,81,3 +669,24,17031,81,21 +670,24,17031,81,11 +671,24,17031,81,67 +672,24,17031,81,52 +673,24,17031,81,14 +674,24,17031,81,9 +675,24,17031,81,20 +676,24,17031,81,12 +677,24,17031,81,5 +678,24,17031,81,36 +679,24,17031,81,0 +680,24,17031,81,53 +681,24,17031,81,52 +682,24,17031,81,49 +683,24,17031,81,135 +684,24,17031,81,26 +685,24,17031,81,0 +686,24,17031,81,18 +687,24,17031,81,15 +688,24,17031,81,38 +689,24,17031,81,3 +690,24,17031,81,14 +691,24,17031,81,19 +692,24,17031,81,6 +693,24,17031,81,1 +694,24,17031,81,1 +695,24,17031,81,1 +696,24,17031,81,7 +697,24,17031,81,33 +698,24,17031,81,61 +699,24,17031,81,6 +700,24,17031,81,51 +701,24,17031,81,9 +702,24,17031,81,19 +703,24,17031,81,14 +704,24,17031,81,18 +705,24,17031,81,19 +706,24,17031,81,0 +707,24,17031,81,6 +708,24,17031,81,39 +709,24,17031,81,30 +710,24,17031,81,19 +711,24,17031,81,15 +712,24,17031,81,0 +713,24,17031,81,18 +714,24,17031,81,33 +715,24,17031,81,0 +716,24,17031,81,14 +717,24,17031,81,1 +718,1,17031,81,12 +719,1,17031,81,20 +720,1,17031,81,174 +721,1,17031,81,2 +722,1,17031,81,27 +723,1,17031,81,2 +724,1,17031,81,172 +725,1,17031,81,46 +726,1,17031,81,502 +727,6,17031,81,85 +728,6,17031,81,8 +729,6,17031,81,7 +730,6,17031,81,69 +731,6,17031,81,72 +732,6,17031,81,17 +733,6,17031,81,24 +734,6,17031,81,83 +735,6,17031,81,199 +736,6,17031,81,68 +737,6,17031,81,122 +738,6,17031,81,102 +739,6,17031,81,72 +740,6,17031,81,52 +741,6,17031,81,25 +742,6,17031,81,2 +743,6,17031,81,63 +744,6,17031,81,11 +745,6,17031,81,67 +746,6,17031,81,0 +747,6,17031,81,7 +748,2,17031,81,16 +749,2,17031,81,218 +750,2,17031,81,2 +751,2,17031,81,11 +752,2,17031,81,15 +753,2,17031,81,52 +754,2,17031,81,3 +755,2,17031,81,0 +756,2,17031,81,46 +757,2,17031,81,11 +758,2,17031,81,41 +759,2,17031,81,15 +760,2,17031,81,63 +761,2,17031,81,1 +762,2,17031,81,26 +763,2,17031,81,31 +764,2,17031,81,6 +765,2,17031,81,32 +766,2,17031,81,53 +767,2,17031,81,77 +768,2,17031,81,79 +769,2,17031,81,122 +770,2,17031,81,28 +771,2,17031,81,8 +772,2,17031,81,26 +773,2,17031,81,150 +774,2,17031,81,27 +775,2,17031,81,14 +776,2,17031,81,0 +777,2,17031,81,74 +778,2,17031,81,26 +779,2,17031,81,21 +780,2,17031,81,17 +781,2,17031,81,0 +782,2,17031,81,9 +783,2,17031,81,19 +784,2,17031,81,191 +785,2,17031,81,114 +786,2,17031,81,36 +787,2,17031,81,0 +788,2,17031,81,3 +789,2,17031,81,13 +790,2,17031,81,4 +791,2,17031,81,69 +792,2,17031,81,98 +793,7,17031,81,11 +794,7,17031,81,105 +795,7,17031,81,8 +796,7,17031,81,21 +797,7,17031,81,1 +798,7,17031,81,54 +799,7,17031,81,62 +800,7,17031,81,112 +801,7,17031,81,134 +802,7,17031,81,50 +803,7,17031,81,62 +804,7,17031,81,224 +805,7,17031,81,184 +806,7,17031,81,22 +807,7,17031,81,23 +808,7,17031,81,0 +809,7,17031,81,26 +810,7,17031,81,0 +811,7,17031,81,61 +812,7,17031,81,132 +813,7,17031,81,7 +814,7,17031,81,118 +815,7,17031,81,9 +816,7,17031,81,11 +817,7,17031,81,565 +818,7,17031,81,47 +819,7,17031,81,30 +820,7,17031,81,8 +821,7,17031,81,211 +822,7,17031,81,28 +823,7,17031,81,28 +824,7,17031,81,4 +825,7,17031,81,11 +826,7,17031,81,277 +827,7,17031,81,10 +828,7,17031,81,11 +829,7,17031,81,11 +830,7,17031,81,31 +831,7,17031,81,136 +832,7,17031,81,16 +833,7,17031,81,21 +834,7,17031,81,112 +835,7,17031,81,7 +836,7,17031,81,66 +837,7,17031,81,463 +838,7,17031,81,35 +839,3,17031,81,29 +840,3,17031,81,49 +841,3,17031,81,6 +842,3,17031,81,71 +843,3,17031,81,23 +844,3,17031,81,11 +845,3,17031,81,2 +846,3,17031,81,5 +847,3,17031,81,48 +848,3,17031,81,10 +849,3,17031,81,48 +850,3,17031,81,353 +851,3,17031,81,6 +852,3,17031,81,53 +853,3,17031,81,7 +854,3,17031,81,4 +855,3,17031,81,49 +856,3,17031,81,13 +857,3,17031,81,168 +858,3,17031,81,37 +859,3,17031,81,8 +860,3,17031,81,30 +861,3,17031,81,10 +862,3,17031,81,32 +863,3,17031,81,54 +864,3,17031,81,65 +865,3,17031,81,21 +866,3,17031,81,41 +867,3,17031,81,91 +868,3,17031,81,20 +869,3,17031,81,31 +870,3,17031,81,500 +871,3,17031,81,49 +872,3,17031,81,9 +873,3,17031,81,103 +874,3,17031,81,67 +875,3,17031,81,42 +876,3,17031,81,83 +877,3,17031,81,4 +878,3,17031,81,21 +879,3,17031,81,35 +880,3,17031,81,0 +881,3,17031,81,25 +882,3,17031,81,51 +883,3,17031,81,18 +884,3,17031,81,18 +885,3,17031,81,8 +886,3,17031,81,124 +887,3,17031,81,8 +888,3,17031,81,16 +889,3,17031,81,1 +890,3,17031,81,3 +891,3,17031,81,5 +892,3,17031,81,22 +893,3,17031,81,23 +894,3,17031,81,20 +895,3,17031,81,28 +896,3,17031,81,21 +897,3,17031,81,5 +898,3,17031,81,23 +899,3,17031,81,6 +900,3,17031,81,52 +901,3,17031,81,36 +902,3,17031,81,80 +903,3,17031,81,370 +904,3,17031,81,18 +905,8,17031,81,173 +906,8,17031,81,5 +907,8,17031,81,53 +908,8,17031,81,26 +909,8,17031,81,51 +910,8,17031,81,28 +911,8,17031,81,57 +912,8,17031,81,4 +913,8,17031,81,0 +914,8,17031,81,4 +915,8,17031,81,42 +916,8,17031,81,19 +917,8,17031,81,0 +918,8,17031,81,451 +919,8,17031,81,9 +920,8,17031,81,23 +921,8,17031,81,84 +922,8,17031,81,6 +923,8,17031,81,2 +924,8,17031,81,8 +925,8,17031,81,11 +926,8,17031,81,0 +927,8,17031,81,46 +928,8,17031,81,42 +929,8,17031,81,7 +930,8,17031,81,38 +931,8,17031,81,53 +932,8,17031,81,50 +933,8,17031,81,21 +934,8,17031,81,198 +935,8,17031,81,41 +936,8,17031,81,28 +937,8,17031,81,41 +938,8,17031,81,55 +939,8,17031,81,27 +940,8,17031,81,0 +941,8,17031,81,0 +942,8,17031,81,9 +943,8,17031,81,86 +944,8,17031,81,43 +945,8,17031,81,4 +946,8,17031,81,263 +947,8,17031,81,414 +948,8,17031,81,6 +949,8,17031,81,21 +950,8,17031,81,8 +951,8,17031,81,0 +952,8,17031,81,27 +953,8,17031,81,299 +954,8,17031,81,153 +955,4,17031,81,133 +956,4,17031,81,355 +957,4,17031,81,164 +958,4,17031,81,7 +959,4,17031,81,155 +960,4,17031,81,5 +961,4,17031,81,44 +962,4,17031,81,26 +963,4,17031,81,31 +964,4,17031,81,90 +965,4,17031,81,35 +966,4,17031,81,83 +967,4,17031,81,46 +968,4,17031,81,41 +969,4,17031,81,11 +970,4,17031,81,464 +971,4,17031,81,53 +972,4,17031,81,48 +973,4,17031,81,230 +974,4,17031,81,14 +975,4,17031,81,31 +976,4,17031,81,185 +977,4,17031,81,638 +978,4,17031,81,76 +979,4,17031,81,88 +980,4,17031,81,81 +981,4,17031,81,132 +982,4,17031,81,10 +983,4,17031,81,56 +984,4,17031,81,141 +985,4,17031,81,4 +986,4,17031,81,31 +987,4,17031,81,69 +988,4,17031,81,10 +989,4,17031,81,4 +990,4,17031,81,0 +991,4,17031,81,62 +992,4,17031,81,60 +993,4,17031,81,53 +994,4,17031,81,11 +995,4,17031,81,56 +996,4,17031,81,46 +997,4,17031,81,27 +998,4,17031,81,94 +999,4,17031,81,26 +1000,4,17031,81,48 +1001,4,17031,81,8 +1002,9,17031,81,45 +1003,9,17031,81,54 +1004,9,17031,81,22 +1005,9,17031,81,36 +1006,9,17031,81,44 +1007,9,17031,81,9 +1008,9,17031,81,16 +1009,9,17031,81,12 +1010,9,17031,81,129 +1011,9,17031,81,134 +1012,9,17031,81,16 +1013,9,17031,81,35 +1014,9,17031,81,4 +1015,9,17031,81,36 +1016,9,17031,81,9 +1017,9,17031,81,7 +1018,9,17031,81,32 +1019,9,17031,81,25 +1020,9,17031,81,40 +1021,9,17031,81,38 +1022,9,17031,81,41 +1023,9,17031,81,345 +1024,9,17031,81,41 +1025,9,17031,81,14 +1026,9,17031,81,42 +1027,9,17031,81,69 +1028,9,17031,81,70 +1029,9,17031,81,4 +1030,9,17031,81,14 +1031,9,17031,81,17 +1032,9,17031,81,8 +1033,9,17031,81,23 +1034,9,17031,81,51 +1035,9,17031,81,51 +1036,9,17031,81,3 +1037,9,17031,81,130 +1038,9,17031,81,15 +1039,9,17031,81,42 +1040,9,17031,81,13 +1041,9,17031,81,34 +1042,9,17031,81,19 +1043,9,17031,81,0 +1044,9,17031,81,37 +1045,9,17031,81,11 +1046,9,17031,81,0 +1047,9,17031,81,0 +1048,9,17031,81,16 +1049,9,17031,81,53 +1050,9,17031,81,35 +1051,9,17031,81,119 +1052,9,17031,81,49 +1053,9,17031,81,1 +1054,9,17031,81,296 +1055,9,17031,81,21 +1056,9,17031,81,2 +1057,9,17031,81,21 +1058,9,17031,81,3 +1059,9,17031,81,9 +1060,9,17031,81,23 +1061,12,17031,81,344 +1062,9,17031,81,155 +1063,9,17031,81,10 +1064,12,17031,81,5 +1065,9,17031,81,6 +1066,9,17031,81,9 +1067,9,17031,81,109 +1068,12,17031,81,37 +1069,5,17031,81,23 +1070,5,17031,81,37 +1071,5,17031,81,10 +1072,5,17031,81,2 +1073,5,17031,81,15 +1074,5,17031,81,34 +1075,5,17031,81,23 +1076,5,17031,81,247 +1077,5,17031,81,33 +1078,5,17031,81,15 +1079,5,17031,81,34 +1080,5,17031,81,59 +1081,5,17031,81,14 +1082,5,17031,81,35 +1083,5,17031,81,13 +1084,5,17031,81,13 +1085,5,17031,81,6 +1086,5,17031,81,8 +1087,10,17031,81,0 +1088,5,17031,81,62 +1089,10,17031,81,85 +1090,5,17031,81,15 +1091,5,17031,81,51 +1092,10,17031,81,5 +1093,10,17031,81,13 +1094,10,17031,81,261 +1095,10,17031,81,68 +1096,10,17031,81,6 +1097,10,17031,81,12 +1098,5,17031,81,47 +1099,10,17031,81,22 +1100,10,17031,81,39 +1101,10,17031,81,5 +1102,10,17031,81,4 +1103,10,17031,81,41 +1104,10,17031,81,42 +1105,10,17031,81,8 +1106,10,17031,81,6 +1107,10,17031,81,45 +1108,10,17031,81,90 +1109,10,17031,81,24 +1110,10,17031,81,32 +1111,10,17031,81,12 +1112,10,17031,81,37 +1113,10,17031,81,52 +1114,10,17031,81,57 +1115,10,17031,81,14 +1116,10,17031,81,20 +1117,10,17031,81,75 +1118,10,17031,81,13 +1119,10,17031,81,34 +1120,10,17031,81,22 +1121,10,17031,81,42 +1122,10,17031,81,18 +1123,10,17031,81,1 +1124,10,17031,81,66 +1125,10,17031,81,81 +1126,10,17031,81,50 +1127,10,17031,81,10 +1128,10,17031,81,167 +1129,10,17031,81,3 +1130,10,17031,81,17 +1131,10,17031,81,11 +1132,10,17031,81,25 +1133,10,17031,81,44 +1134,10,17031,81,79 +1135,10,17031,81,92 +1136,10,17031,81,37 +1137,10,17031,81,18 +1138,10,17031,81,5 +1139,10,17031,81,64 +1140,10,17031,81,31 +1141,10,17031,81,59 +1142,10,17031,81,26 +1143,10,17031,81,55 +1144,10,17031,81,22 +1145,10,17031,81,18 +1146,10,17031,81,14 +1147,10,17031,81,105 +1148,10,17031,81,74 +1149,10,17031,81,11 +1150,10,17031,81,181 +1151,10,17031,81,22 +1152,10,17031,81,163 +1153,10,17031,81,8 +1154,10,17031,81,20 +1155,10,17031,81,4 +1156,10,17031,81,16 +1157,10,17031,81,81 +1158,10,17031,81,30 +1159,10,17031,81,236 +1160,10,17031,81,16 +1161,10,17031,81,1 +1162,10,17031,81,12 +1163,10,17031,81,31 +1164,10,17031,81,0 +1165,10,17031,81,18 +1166,10,17031,81,17 +1167,10,17031,81,44 +1168,10,17031,81,37 +1169,10,17031,81,29 +1170,10,17031,81,15 +1171,11,17031,81,2 +1172,11,17031,81,34 +1173,11,17031,81,55 +1174,11,17031,81,653 +1175,11,17031,81,39 +1176,11,17031,81,189 +1177,11,17031,81,43 +1178,11,17031,81,41 +1179,11,17031,81,0 +1180,11,17031,81,113 +1181,11,17031,81,37 +1182,11,17031,81,38 +1183,12,17031,81,13 +1184,12,17031,81,13 +1185,12,17031,81,168 +1186,12,17031,81,76 +1187,12,17031,81,13 +1188,13,17031,81,22 +1189,12,17031,81,17 +1190,13,17031,81,12 +1191,12,17031,81,132 +1192,12,17031,81,61 +1193,12,17031,81,11 +1194,12,17031,81,14 +1195,12,17031,81,18 +1196,12,17031,81,9 +1197,12,17031,81,21 +1198,12,17031,81,5 +1199,12,17031,81,7 +1200,12,17031,81,10 +1201,12,17031,81,4 +1202,12,17031,81,7 +1203,12,17031,81,39 +1204,12,17031,81,7 +1205,12,17031,81,15 +1206,12,17031,81,12 +1207,12,17031,81,30 +1208,12,17031,81,95 +1209,12,17031,81,11 +1210,12,17031,81,14 +1211,12,17031,81,38 +1212,12,17031,81,23 +1213,12,17031,81,76 +1214,12,17031,81,42 +1215,12,17031,81,9 +1216,12,17031,81,17 +1217,12,17031,81,50 +1218,12,17031,81,34 +1219,12,17031,81,20 +1220,12,17031,81,20 +1221,12,17031,81,1 +1222,12,17031,81,32 +1223,12,17031,81,88 +1224,12,17031,81,10 +1225,12,17031,81,9 +1226,12,17031,81,2 +1227,12,17031,81,0 +1228,12,17031,81,4 +1229,15,17031,81,84 +1230,15,17031,81,23 +1231,15,17031,81,22 +1232,15,17031,81,17 +1233,15,17031,81,15 +1234,15,17031,81,18 +1235,15,17031,81,49 +1236,15,17031,81,74 +1237,15,17031,81,52 +1238,15,17031,81,34 +1239,15,17031,81,21 +1240,15,17031,81,25 +1241,15,17031,81,14 +1242,15,17031,81,0 +1243,15,17031,81,1 +1244,15,17031,81,6 +1245,15,17031,81,5 +1246,15,17031,81,0 +1247,15,17031,81,110 +1248,15,17031,81,7 +1249,15,17031,81,30 +1250,15,17031,81,34 +1251,15,17031,81,102 +1252,15,17031,81,44 +1253,15,17031,81,13 +1254,15,17031,81,34 +1255,15,17031,81,31 +1256,15,17031,81,50 +1257,15,17031,81,61 +1258,15,17031,81,21 +1259,15,17031,81,34 +1260,15,17031,81,11 +1261,15,17031,81,63 +1262,15,17031,81,23 +1263,15,17031,81,85 +1264,15,17031,81,6 +1265,15,17031,81,62 +1266,15,17031,81,63 +1267,15,17031,81,28 +1268,15,17031,81,39 +1269,15,17031,81,251 +1270,15,17031,81,21 +1271,15,17031,81,13 +1272,15,17031,81,47 +1273,15,17031,81,15 +1274,15,17031,81,96 +1275,15,17031,81,3 +1276,15,17031,81,19 +1277,15,17031,81,46 +1278,15,17031,81,22 +1279,15,17031,81,69 +1280,15,17031,81,48 +1281,15,17031,81,23 +1282,15,17031,81,41 +1283,15,17031,81,3 +1284,15,17031,81,34 +1285,15,17031,81,21 +1286,15,17031,81,20 +1287,15,17031,81,32 +1288,15,17031,81,134 +1289,15,17031,81,31 +1290,15,17031,81,22 +1291,15,17031,81,21 +1292,15,17031,81,5 +1293,15,17031,81,56 +1294,15,17031,81,68 +1295,15,17031,81,73 +1296,15,17031,81,92 +1297,15,17031,81,21 +1298,15,17031,81,31 +1299,15,17031,81,86 +1300,15,17031,81,3 +1301,15,17031,81,5 +1302,15,17031,81,47 +1303,15,17031,81,9 +1304,15,17031,81,0 +1305,15,17031,81,6 +1306,15,17031,81,23 +1307,15,17031,81,15 +1308,15,17031,81,3 +1309,15,17031,81,15 +1310,15,17031,81,66 +1311,15,17031,81,19 +1312,15,17031,81,83 +1313,16,17031,81,7 +1314,16,17031,81,29 +1315,16,17031,81,30 +1316,16,17031,81,36 +1317,16,17031,81,57 +1318,16,17031,81,66 +1319,16,17031,81,134 +1320,16,17031,81,45 +1321,16,17031,81,96 +1322,16,17031,81,55 +1323,16,17031,81,19 +1324,16,17031,81,41 +1325,16,17031,81,31 +1326,16,17031,81,26 +1327,16,17031,81,40 +1328,16,17031,81,67 +1329,16,17031,81,47 +1330,16,17031,81,50 +1331,16,17031,81,36 +1332,16,17031,81,56 +1333,16,17031,81,107 +1334,16,17031,81,20 +1335,16,17031,81,62 +1336,16,17031,81,8 +1337,16,17031,81,29 +1338,16,17031,81,9 +1339,16,17031,81,17 +1340,16,17031,81,48 +1341,16,17031,81,30 +1342,16,17031,81,29 +1343,16,17031,81,36 +1344,16,17031,81,39 +1345,16,17031,81,4 +1346,16,17031,81,30 +1347,16,17031,81,56 +1348,16,17031,81,18 +1349,16,17031,81,14 +1350,16,17031,81,157 +1351,16,17031,81,83 +1352,16,17031,81,19 +1353,16,17031,81,66 +1354,16,17031,81,31 +1355,16,17031,81,54 +1356,16,17031,81,13 +1357,16,17031,81,7 +1358,16,17031,81,10 +1359,16,17031,81,10 +1360,16,17031,81,12 +1361,16,17031,81,7 +1362,18,17031,81,32 +1363,18,17031,81,14 +1364,18,17031,81,63 +1365,18,17031,81,18 +1366,18,17031,81,11 +1367,18,17031,81,62 +1368,18,17031,81,100 +1369,18,17031,81,7 +1370,18,17031,81,6 +1371,18,17031,81,14 +1372,18,17031,81,19 +1373,18,17031,81,22 +1374,18,17031,81,9 +1375,18,17031,81,360 +1376,18,17031,81,8 +1377,18,17031,81,0 +1378,18,17031,81,70 +1379,18,17031,81,2 +1380,18,17031,81,35 +1381,18,17031,81,32 +1382,18,17031,81,6 +1383,18,17031,81,7 +1384,18,17031,81,39 +1385,18,17031,81,214 +1386,18,17031,81,15 +1387,18,17031,81,0 +1388,18,17031,81,7 +1389,18,17031,81,20 +1390,18,17031,81,18 +1391,18,17031,81,22 +1392,18,17031,81,32 +1393,18,17031,81,21 +1394,18,17031,81,23 +1395,18,17031,81,1 +1396,18,17031,81,5 +1397,18,17031,81,33 +1398,18,17031,81,21 +1399,18,17031,81,18 +1400,18,17031,81,54 +1401,18,17031,81,51 +1402,18,17031,81,13 +1403,18,17031,81,35 +1404,18,17031,81,7 +1405,18,17031,81,39 +1406,18,17031,81,23 +1407,18,17031,81,2 +1408,18,17031,81,24 +1409,18,17031,81,18 +1410,18,17031,81,19 +1411,18,17031,81,26 +1412,18,17031,81,42 +1413,18,17031,81,14 +1414,18,17031,81,22 +1415,18,17031,81,11 +1416,19,17031,81,38 +1417,19,17031,81,7 +1418,19,17031,81,50 +1419,19,17031,81,20 +1420,19,17031,81,38 +1421,19,17031,81,11 +1422,19,17031,81,12 +1423,19,17031,81,0 +1424,19,17031,81,8 +1425,19,17031,81,18 +1426,19,17031,81,24 +1427,19,17031,81,6 +1428,19,17031,81,5 +1429,19,17031,81,19 +1430,19,17031,81,3 +1431,19,17031,81,24 +1432,19,17031,81,2 +1433,19,17031,81,10 +1434,19,17031,81,32 +1435,19,17031,81,16 +1436,19,17031,81,28 +1437,19,17031,81,6 +1438,19,17031,81,49 +1439,19,17031,81,44 +1440,19,17031,81,80 +1441,21,17031,81,52 +1442,21,17031,81,53 +1443,21,17031,81,54 +1444,21,17031,81,69 +1445,21,17031,81,21 +1446,21,17031,81,36 +1447,22,17031,81,8 +1448,22,17031,81,91 +1449,22,17031,81,47 +1450,22,17031,81,7 +1451,22,17031,81,189 +1452,22,17031,81,18 +1453,22,17031,81,33 +1454,22,17031,81,12 +1455,22,17031,81,7 +1456,22,17031,81,0 +1457,22,17031,81,10 +1458,22,17031,81,113 +1459,22,17031,81,0 +1460,22,17031,81,14 +1461,22,17031,81,43 +1462,22,17031,81,42 +1463,22,17031,81,109 +1464,22,17031,81,80 +1465,22,17031,81,25 +1466,22,17031,81,65 +1467,22,17031,81,6 +1468,22,17031,81,46 +1469,22,17031,81,16 +1470,22,17031,81,13 +1471,23,17031,81,29 +1472,23,17031,81,58 +1473,23,17031,81,63 +1474,23,17031,81,9 +1475,23,17031,81,16 +1476,23,17031,81,10 +1477,23,17031,81,86 +1478,23,17031,81,25 +1479,23,17031,81,48 +1480,23,17031,81,12 +1481,23,17031,81,0 +1482,23,17031,81,22 +1483,23,17031,81,21 +1484,23,17031,81,20 +1485,23,17031,81,9 +1486,23,17031,81,74 +1487,23,17031,81,11 +1488,23,17031,81,50 +1489,23,17031,81,50 +1490,23,17031,81,2 +1491,23,17031,81,78 +1492,23,17031,81,116 +1493,23,17031,81,8 +1494,23,17031,81,59 +1495,23,17031,81,39 +1496,23,17031,81,19 +1497,23,17031,81,3 +1498,23,17031,81,49 +1499,23,17031,81,56 +1500,23,17031,81,15 +1501,23,17031,81,18 +1502,23,17031,81,8 +1503,23,17031,81,29 +1504,23,17031,81,17 +1505,23,17031,81,29 +1506,23,17031,81,10 +1507,23,17031,81,3 +1508,23,17031,81,115 +1509,23,17031,81,91 +1510,23,17031,81,75 +1511,23,17031,81,97 +1512,23,17031,81,58 +1513,23,17031,81,63 +1514,23,17031,81,76 +1515,23,17031,81,157 +1516,23,17031,81,67 +1517,23,17031,81,0 +1518,23,17031,81,23 +1519,23,17031,81,40 +1520,23,17031,81,9 +1521,23,17031,81,1 +1522,23,17031,81,11 +1523,23,17031,81,7 +1524,23,17031,81,40 +1525,23,17031,81,77 +1526,23,17031,81,18 +1527,23,17031,81,15 +1528,23,17031,81,7 +1529,23,17031,81,3 +1530,23,17031,81,18 +1531,23,17031,81,42 +1532,23,17031,81,86 +1533,23,17031,81,5 +1534,23,17031,81,93 +1535,23,17031,81,22 +1536,23,17031,81,29 +1537,24,17031,81,23 +1538,24,17031,81,29 +1539,24,17031,81,16 +1540,24,17031,81,19 +1541,24,17031,81,16 +1542,24,17031,81,14 +1543,24,17031,81,16 +1544,24,17031,81,51 +1545,24,17031,81,0 +1546,24,17031,81,28 +1547,24,17031,81,28 +1548,24,17031,81,17 +1549,24,17031,81,41 +1550,24,17031,81,10 +1551,24,17031,81,0 +1552,25,17031,81,34 +1553,25,17031,81,1 +1554,25,17031,81,10 +1555,25,17031,81,64 +1556,25,17031,81,14 +1557,25,17031,81,3 +1558,25,17031,81,52 +1559,25,17031,81,69 +1560,25,17031,81,11 +1561,25,17031,81,91 +1562,25,17031,81,66 +1563,25,17031,81,29 +1564,25,17031,81,13 +1565,25,17031,81,276 +1566,25,17031,81,45 +1567,25,17031,81,28 +1568,25,17031,81,46 +1569,25,17031,81,41 +1570,25,17031,81,70 +1571,25,17031,81,42 +1572,25,17031,81,163 +1573,26,17031,81,16 +1574,26,17031,81,36 +1575,26,17031,81,160 +1576,26,17031,81,48 +1577,26,17031,81,42 +1578,26,17031,81,31 +1579,26,17031,81,70 +1580,26,17031,81,32 +1581,26,17031,81,52 +1582,26,17031,81,7 +1583,26,17031,81,52 +1584,26,17031,81,0 +1585,26,17031,81,0 +1586,26,17031,81,21 +1587,26,17031,81,12 +1588,26,17031,81,3 +1589,26,17031,81,3 +1590,26,17031,81,29 +1591,26,17031,81,63 +1592,26,17031,81,16 +1593,26,17031,81,63 +1594,26,17031,81,17 +1595,26,17031,81,59 +1596,26,17031,81,3 +1597,26,17031,81,50 +1598,26,17031,81,56 +1599,26,17031,81,18 +1600,26,17031,81,23 +1601,26,17031,81,78 +1602,26,17031,81,4 +1603,26,17031,81,36 +1604,26,17031,81,8 +1605,26,17031,81,21 +1606,26,17031,81,29 +1607,26,17031,81,9 +1608,26,17031,81,11 +1609,26,17031,81,3 +1610,26,17031,81,28 +1611,26,17031,81,1 +1612,26,17031,81,23 +1613,26,17031,81,61 +1614,26,17031,81,27 +1615,27,17031,81,42 +1616,27,17031,81,47 +1617,27,17031,81,23 +1618,27,17031,81,5 +1619,27,17031,81,54 +1620,27,17031,81,66 +1621,27,17031,81,22 +1622,27,17031,81,22 +1623,27,17031,81,17 +1624,27,17031,81,21 +1625,27,17031,81,28 +1626,27,17031,81,62 +1627,27,17031,81,59 +1628,27,17031,81,12 +1629,27,17031,81,7 +1630,27,17031,81,10 +1631,27,17031,81,32 +1632,27,17031,81,118 +1633,27,17031,81,108 +1634,27,17031,81,61 +1635,27,17031,81,27 +1636,27,17031,81,6 +1637,27,17031,81,25 +1638,27,17031,81,22 +1639,27,17031,81,100 +1640,27,17031,81,112 +1641,27,17031,81,112 +1642,27,17031,81,33 +1643,27,17031,81,32 +1644,27,17031,81,48 +1645,27,17031,81,58 +1646,27,17031,81,26 +1647,27,17031,81,11 +1648,27,17031,81,25 +1649,27,17031,81,98 +1650,27,17031,81,136 +1651,27,17031,81,27 +1652,27,17031,81,5 +1653,27,17031,81,4 +1654,27,17031,81,35 +1655,27,17031,81,28 +1656,27,17031,81,1 +1657,27,17031,81,32 +1658,27,17031,81,50 +1659,27,17031,81,19 +1660,27,17031,81,49 +1661,27,17031,81,162 +1662,27,17031,81,25 +1663,27,17031,81,99 +1664,27,17031,81,8 +1665,27,17031,81,42 +1666,27,17031,81,49 +1667,28,17031,81,40 +1668,28,17031,81,52 +1669,28,17031,81,35 +1670,28,17031,81,45 +1671,28,17031,81,22 +1672,28,17031,81,20 +1673,28,17031,81,24 +1674,28,17031,81,9 +1675,28,17031,81,5 +1676,28,17031,81,34 +1677,28,17031,81,117 +1678,28,17031,81,28 +1679,28,17031,81,7 +1680,28,17031,81,29 +1681,28,17031,81,12 +1682,28,17031,81,2 +1683,28,17031,81,1 +1684,28,17031,81,0 +1685,28,17031,81,0 +1686,28,17031,81,13 +1687,28,17031,81,51 +1688,28,17031,81,16 +1689,28,17031,81,29 +1690,28,17031,81,79 +1691,28,17031,81,11 +1692,28,17031,81,8 +1693,28,17031,81,42 +1694,28,17031,81,1 +1695,28,17031,81,44 +1696,28,17031,81,30 +1697,29,17031,81,30 +1698,29,17031,81,13 +1699,29,17031,81,3 +1700,29,17031,81,27 +1701,29,17031,81,8 +1702,29,17031,81,70 +1703,29,17031,81,1 +1704,29,17031,81,15 +1705,29,17031,81,38 +1706,29,17031,81,75 +1707,29,17031,81,1 +1708,29,17031,81,10 +1709,29,17031,81,20 +1710,29,17031,81,25 +1711,29,17031,81,23 +1712,29,17031,81,10 +1713,29,17031,81,15 +1714,29,17031,81,22 +1715,29,17031,81,0 +1716,29,17031,81,56 +1717,29,17031,81,10 +1718,29,17031,81,18 +1719,29,17031,81,35 +1720,29,17031,81,2 +1721,29,17031,81,135 +1722,29,17031,81,14 +1723,29,17031,81,5 +1724,29,17031,81,14 +1725,29,17031,81,2 +1726,29,17031,81,26 +1727,29,17031,81,150 +1728,29,17031,81,104 +1729,29,17031,81,48 +1730,29,17031,81,84 +1731,29,17031,81,45 +1732,29,17031,81,21 +1733,79,17043,81,0 +1734,79,17043,81,0 +1735,77,17043,81,17 +1736,77,17043,81,91 +1737,77,17043,81,29 +1738,77,17043,81,35 +1739,77,17043,81,37 +1740,77,17043,81,86 +1741,77,17043,81,66 +1742,77,17043,81,171 +1743,77,17043,81,65 +1744,80,17043,81,101 +1745,80,17043,81,23 +1746,80,17043,81,49 +1747,80,17043,81,22 +1748,80,17043,81,62 +1749,80,17043,81,59 +1750,80,17043,81,0 +1751,80,17043,81,75 +1752,80,17043,81,67 +1753,80,17043,81,2 +1754,80,17043,81,105 +1755,80,17043,81,210 +1756,83,17043,81,13 +1757,83,17043,81,24 +1758,83,17043,81,9 +1759,83,17043,81,40 +1760,83,17043,81,157 +1761,83,17043,81,234 +1762,83,17043,81,2 +1763,83,17043,81,9 +1764,83,17043,81,49 +1765,83,17043,81,0 +1766,83,17043,81,3 +1767,83,17043,81,30 +1768,83,17043,81,280 +1769,83,17043,81,17 +1770,83,17043,81,63 +1771,83,17043,81,4 +1772,83,17043,81,3 +1773,83,17043,81,26 +1774,83,17043,81,3 +1775,83,17043,81,35 +1776,83,17043,81,22 +1777,83,17043,81,24 +1778,83,17043,81,2 +1779,83,17043,81,7 +1780,83,17043,81,5 +1781,83,17043,81,224 +1782,83,17043,81,103 +1783,83,17043,81,10 +1784,83,17043,81,11 +1785,83,17043,81,7 +1786,83,17043,81,43 +1787,83,17043,81,16 +1788,83,17043,81,111 +1789,83,17043,81,33 +1790,83,17043,81,13 +1791,83,17043,81,55 +1792,83,17043,81,0 +1793,83,17043,81,59 +1794,83,17043,81,6 +1795,83,17043,81,121 +1796,83,17043,81,59 +1797,83,17043,81,17 +1798,83,17043,81,12 +1799,83,17043,81,180 +1800,83,17043,81,173 +1801,83,17043,81,20 +1802,83,17043,81,6 +1803,83,17043,81,2 +1804,83,17043,81,0 +1805,83,17043,81,0 +1806,83,17043,81,15 +1807,83,17043,81,14 +1808,83,17043,81,4 +1809,83,17043,81,16 +1810,83,17043,81,3 +1811,83,17043,81,356 +1812,83,17043,81,87 +1813,78,17043,81,24 +1814,78,17043,81,39 +1815,78,17043,81,0 +1816,78,17043,81,58 +1817,78,17043,81,207 +1818,78,17043,81,30 +1819,78,17043,81,64 +1820,78,17043,81,17 +1821,78,17043,81,46 +1822,78,17043,81,20 +1823,78,17043,81,77 +1824,78,17043,81,16 +1825,78,17043,81,161 +1826,78,17043,81,16 +1827,78,17043,81,114 +1828,78,17043,81,21 +1829,78,17043,81,17 +1830,78,17043,81,0 +1831,78,17043,81,0 +1832,78,17043,81,56 +1833,78,17043,81,4 +1834,78,17043,81,25 +1835,78,17043,81,13 +1836,78,17043,81,1 +1837,78,17043,81,11 +1838,78,17043,81,5 +1839,78,17043,81,12 +1840,78,17043,81,23 +1841,78,17043,81,19 +1842,78,17043,81,30 +1843,78,17043,81,43 +1844,78,17043,81,1 +1845,78,17043,81,0 +1846,78,17043,81,12 +1847,78,17043,81,11 +1848,78,17043,81,54 +1849,78,17043,81,62 +1850,78,17043,81,33 +1851,78,17043,81,47 +1852,78,17043,81,23 +1853,78,17043,81,15 +1854,78,17043,81,64 +1855,81,17043,81,41 +1856,81,17043,81,114 +1857,81,17043,81,11 +1858,81,17043,81,15 +1859,81,17043,81,85 +1860,81,17043,81,36 +1861,81,17043,81,15 +1862,81,17043,81,11 +1863,81,17043,81,31 +1864,81,17043,81,11 +1865,81,17043,81,24 +1866,81,17043,81,70 +1867,81,17043,81,5 +1868,81,17043,81,18 +1869,81,17043,81,35 +1870,81,17043,81,20 +1871,81,17043,81,3 +1872,81,17043,81,1 +1873,81,17043,81,141 +1874,81,17043,81,2 +1875,81,17043,81,6 +1876,81,17043,81,86 +1877,81,17043,81,14 +1878,81,17043,81,55 +1879,81,17043,81,1 +1880,81,17043,81,0 +1881,81,17043,81,40 +1882,81,17043,81,31 +1883,81,17043,81,205 +1884,81,17043,81,81 +1885,81,17043,81,59 +1886,81,17043,81,5 +1887,81,17043,81,42 +1888,81,17043,81,32 +1889,81,17043,81,31 +1890,81,17043,81,20 +1891,81,17043,81,0 +1892,81,17043,81,11 +1893,81,17043,81,27 +1894,81,17043,81,26 +1895,81,17043,81,0 +1896,81,17043,81,50 +1897,81,17043,81,46 +1898,81,17043,81,4 +1899,81,17043,81,90 +1900,81,17043,81,0 +1901,81,17043,81,50 +1902,81,17043,81,6 +1903,81,17043,81,11 +1904,81,17043,81,152 +1905,81,17043,81,0 +1906,81,17043,81,6 +1907,81,17043,81,15 +1908,81,17043,81,11 +1909,81,17043,81,15 +1910,81,17043,81,1 +1911,81,17043,81,13 +1912,84,17043,81,25 +1913,84,17043,81,144 +1914,84,17043,81,72 +1915,84,17043,81,3 +1916,84,17043,81,84 +1917,84,17043,81,81 +1918,84,17043,81,0 +1919,84,17043,81,112 +1920,84,17043,81,41 +1921,84,17043,81,10 +1922,84,17043,81,0 +1923,84,17043,81,0 +1924,84,17043,81,74 +1925,84,17043,81,44 +1926,84,17043,81,53 +1927,84,17043,81,17 +1928,84,17043,81,122 +1929,84,17043,81,30 +1930,84,17043,81,61 +1931,84,17043,81,159 +1932,84,17043,81,29 +1933,84,17043,81,37 +1934,84,17043,81,263 +1935,84,17043,81,22 +1936,84,17043,81,20 +1937,84,17043,81,40 +1938,84,17043,81,53 +1939,84,17043,81,11 +1940,84,17043,81,40 +1941,84,17043,81,59 +1942,84,17043,81,40 +1943,84,17043,81,43 +1944,84,17043,81,4 +1945,84,17043,81,7 +1946,84,17043,81,64 +1947,84,17043,81,65 +1948,84,17043,81,65 +1949,84,17043,81,90 +1950,84,17043,81,54 +1951,84,17043,81,1 +1952,84,17043,81,6 +1953,84,17043,81,11 +1954,79,17043,81,19 +1955,79,17043,81,63 +1956,79,17043,81,156 +1957,79,17043,81,88 +1958,79,17043,81,161 +1959,79,17043,81,151 +1960,79,17043,81,46 +1961,79,17043,81,57 +1962,79,17043,81,41 +1963,79,17043,81,190 +1964,79,17043,81,12 +1965,79,17043,81,7 +1966,79,17043,81,4 +1967,79,17043,81,141 +1968,79,17043,81,72 +1969,79,17043,81,33 +1970,79,17043,81,21 +1971,79,17043,81,26 +1972,79,17043,81,2 +1973,79,17043,81,8 +1974,79,17043,81,55 +1975,79,17043,81,27 +1976,79,17043,81,1 +1977,79,17043,81,8 +1978,79,17043,81,48 +1979,79,17043,81,38 +1980,79,17043,81,24 +1981,79,17043,81,39 +1982,79,17043,81,10 +1983,79,17043,81,1 +1984,79,17043,81,29 +1985,79,17043,81,26 +1986,79,17043,81,15 +1987,79,17043,81,19 +1988,79,17043,81,22 +1989,79,17043,81,309 +1990,79,17043,81,31 +1991,79,17043,81,113 +1992,79,17043,81,225 +1993,79,17043,81,141 +1994,79,17043,81,83 +1995,79,17043,81,1 +1996,79,17043,81,8 +1997,79,17043,81,94 +1998,79,17043,81,8 +1999,79,17043,81,0 +2000,79,17043,81,39 +2001,79,17043,81,13 +2002,79,17043,81,2 +2003,82,17043,81,20 +2004,82,17043,81,52 +2005,82,17043,81,357 +2006,82,17043,81,161 +2007,82,17043,81,52 +2008,82,17043,81,4 +2009,82,17043,81,132 +2010,82,17043,81,89 +2011,82,17043,81,49 +2012,82,17043,81,17 +2013,82,17043,81,0 +2014,82,17043,81,1 +2015,82,17043,81,93 +2016,82,17043,81,68 +2017,82,17043,81,95 +2018,82,17043,81,126 +2019,82,17043,81,74 +2020,82,17043,81,35 +2021,82,17043,81,67 +2022,82,17043,81,124 +2023,82,17043,81,74 +2024,82,17043,81,76 +2025,82,17043,81,122 +2026,82,17043,81,47 +2027,82,17043,81,196 +2028,82,17043,81,267 +2029,82,17043,81,109 +2030,82,17043,81,434 +2031,82,17043,81,40 +2032,82,17043,81,39 +2033,82,17043,81,137 +2034,82,17043,81,252 +2035,82,17043,81,150 +2036,82,17043,81,272 +2037,82,17043,81,6 +2038,82,17043,81,162 +2039,82,17043,81,46 +2040,82,17043,81,44 +2041,82,17043,81,38 +2042,82,17043,81,50 +2043,82,17043,81,284 +2044,82,17043,81,118 +2045,82,17043,81,602 +2046,82,17043,81,218 +2047,82,17043,81,3 +2048,82,17043,81,158 +2049,82,17043,81,23 +2050,82,17043,81,95 +2051,85,17043,81,97 +2052,85,17043,81,49 +2053,85,17043,81,26 +2054,85,17043,81,27 +2055,85,17043,81,13 +2056,85,17043,81,101 +2057,85,17043,81,136 +2058,85,17043,81,258 +2059,85,17043,81,75 +2060,85,17043,81,3 +2061,85,17043,81,201 +2062,85,17043,81,64 +2063,85,17043,81,75 +2064,85,17043,81,65 +2065,85,17043,81,181 +2066,85,17043,81,14 +2067,85,17043,81,65 +2068,85,17043,81,66 +2069,85,17043,81,10 +2070,85,17043,81,1 +2071,85,17043,81,2 +2072,85,17043,81,21 +2073,85,17043,81,17 +2074,85,17043,81,33 +2075,85,17043,81,2 +2076,85,17043,81,1 +2077,85,17043,81,7 +2078,85,17043,81,17 +2079,85,17043,81,34 +2080,85,17043,81,8 +2081,85,17043,81,35 +2082,85,17043,81,0 +2083,85,17043,81,2 +2084,85,17043,81,56 +2085,85,17043,81,25 +2086,85,17043,81,13 +2087,85,17043,81,31 +2088,85,17043,81,0 +2089,85,17043,81,70 +2090,85,17043,81,14 +2091,85,17043,81,28 +2092,85,17043,81,8 +2093,85,17043,81,10 +2094,85,17043,81,19 +2095,85,17043,81,32 +2096,85,17043,81,3 +2097,85,17043,81,25 +2098,85,17043,81,61 +2099,85,17043,81,46 +2100,85,17043,81,27 +2101,85,17043,81,28 +2102,85,17043,81,11 +2103,85,17043,81,28 +2104,85,17043,81,46 +2105,85,17043,81,38 +2106,85,17043,81,40 +2107,85,17043,81,2 +2108,86,17043,81,41 +2109,86,17043,81,8 +2110,86,17043,81,54 +2111,86,17043,81,41 +2112,62,17089,81,2 +2113,62,17089,81,30 +2114,62,17089,81,52 +2115,62,17089,81,46 +2116,65,17089,81,8 +2117,65,17089,81,14 +2118,65,17089,81,0 +2119,65,17089,81,5 +2120,68,17089,81,5 +2121,68,17089,81,10 +2122,68,17089,81,17 +2123,68,17089,81,10 +2124,71,17089,81,4 +2125,71,17089,81,5 +2126,71,17089,81,5 +2127,71,17089,81,9 +2128,74,17089,81,4 +2129,74,17089,81,44 +2130,74,17089,81,4 +2131,74,17089,81,21 +2132,63,17089,81,41 +2133,63,17089,81,2 +2134,63,17089,81,11 +2135,63,17089,81,54 +2136,66,17089,81,6 +2137,66,17089,81,15 +2138,66,17089,81,8 +2139,66,17089,81,19 +2140,69,17089,81,17 +2141,69,17089,81,11 +2142,69,17089,81,16 +2143,69,17089,81,41 +2144,72,17089,81,66 +2145,72,17089,81,8 +2146,72,17089,81,2 +2147,72,17089,81,10 +2148,75,17089,81,44 +2149,75,17089,81,46 +2150,75,17089,81,6 +2151,75,17089,81,32 +2152,75,17089,81,0 +2153,75,17089,81,1 +2154,75,17089,81,0 +2155,75,17089,81,18 +2156,75,17089,81,0 +2157,75,17089,81,4 +2158,64,17089,81,29 +2159,64,17089,81,2 +2160,64,17089,81,15 +2161,64,17089,81,10 +2162,64,17089,81,3 +2163,64,17089,81,0 +2164,64,17089,81,71 +2165,64,17089,81,1 +2166,64,17089,81,22 +2167,64,17089,81,31 +2168,64,17089,81,117 +2169,64,17089,81,16 +2170,64,17089,81,97 +2171,64,17089,81,32 +2172,64,17089,81,54 +2173,64,17089,81,238 +2174,64,17089,81,54 +2175,64,17089,81,5 +2176,64,17089,81,49 +2177,64,17089,81,17 +2178,64,17089,81,116 +2179,67,17089,81,175 +2180,67,17089,81,14 +2181,67,17089,81,60 +2182,67,17089,81,32 +2183,67,17089,81,57 +2184,67,17089,81,12 +2185,67,17089,81,10 +2186,67,17089,81,82 +2187,67,17089,81,78 +2188,67,17089,81,88 +2189,67,17089,81,72 +2190,67,17089,81,39 +2191,67,17089,81,7 +2192,67,17089,81,10 +2193,67,17089,81,37 +2194,67,17089,81,46 +2195,67,17089,81,14 +2196,67,17089,81,27 +2197,67,17089,81,54 +2198,67,17089,81,1 +2199,67,17089,81,21 +2200,67,17089,81,52 +2201,67,17089,81,5 +2202,67,17089,81,18 +2203,67,17089,81,80 +2204,67,17089,81,11 +2205,67,17089,81,74 +2206,67,17089,81,6 +2207,67,17089,81,23 +2208,67,17089,81,47 +2209,67,17089,81,21 +2210,67,17089,81,0 +2211,67,17089,81,2 +2212,67,17089,81,0 +2213,67,17089,81,17 +2214,67,17089,81,47 +2215,67,17089,81,21 +2216,67,17089,81,54 +2217,67,17089,81,72 +2218,67,17089,81,4 +2219,67,17089,81,36 +2220,67,17089,81,2 +2221,70,17089,81,44 +2222,70,17089,81,15 +2223,70,17089,81,14 +2224,70,17089,81,14 +2225,70,17089,81,22 +2226,70,17089,81,4 +2227,70,17089,81,71 +2228,70,17089,81,69 +2229,70,17089,81,174 +2230,70,17089,81,4 +2231,70,17089,81,0 +2232,70,17089,81,13 +2233,70,17089,81,23 +2234,70,17089,81,41 +2235,70,17089,81,88 +2236,70,17089,81,31 +2237,70,17089,81,140 +2238,70,17089,81,75 +2239,73,17089,81,87 +2240,73,17089,81,36 +2241,73,17089,81,179 +2242,73,17089,81,21 +2243,73,17089,81,25 +2244,73,17089,81,92 +2245,73,17089,81,69 +2246,73,17089,81,104 +2247,73,17089,81,13 +2248,73,17089,81,22 +2249,73,17089,81,22 +2250,73,17089,81,74 +2251,73,17089,81,15 +2252,73,17089,81,9 +2253,73,17089,81,139 +2254,73,17089,81,12 +2255,73,17089,81,50 +2256,73,17089,81,44 +2257,76,17089,81,18 +2258,76,17089,81,25 +2259,76,17089,81,69 +2260,76,17089,81,50 +2261,76,17089,81,36 +2262,76,17089,81,32 +2263,76,17089,81,26 +2264,76,17089,81,48 +2265,76,17089,81,63 +2266,76,17089,81,16 +2267,76,17089,81,37 +2268,76,17089,81,41 +2269,76,17089,81,44 +2270,76,17089,81,49 +2271,76,17089,81,40 +2272,76,17089,81,110 +2273,76,17089,81,66 +2274,76,17089,81,28 +2275,76,17089,81,49 +2276,76,17089,81,4 +2277,76,17089,81,75 +2278,76,17089,81,17 +2279,76,17089,81,6 +2280,76,17089,81,24 +2281,76,17089,81,16 +2282,76,17089,81,37 +2283,76,17089,81,168 +2284,76,17089,81,26 +2285,76,17089,81,87 +2286,76,17089,81,41 +2287,76,17089,81,105 +2288,76,17089,81,88 +2289,76,17089,81,42 +2290,76,17089,81,46 +2291,76,17089,81,92 +2292,76,17089,81,34 +2293,76,17089,81,55 +2294,76,17089,81,47 +2295,76,17089,81,5 +2296,76,17089,81,0 +2297,76,17089,81,16 +2298,76,17089,81,16 +2299,76,17089,81,43 +2300,76,17089,81,0 +2301,76,17089,81,5 +2302,76,17089,81,10 +2303,76,17089,81,2 +2304,76,17089,81,0 +2305,110,17093,81,2 +2306,110,17093,81,22 +2307,111,17093,81,160 +2308,111,17093,81,31 +2309,112,17093,81,53 +2310,112,17093,81,50 +2311,112,17093,81,56 +2312,112,17093,81,76 +2313,112,17093,81,259 +2314,110,17093,81,37 +2315,110,17093,81,91 +2316,111,17093,81,185 +2317,111,17093,81,6 +2318,112,17093,81,78 +2319,112,17093,81,17 +2320,113,17093,81,35 +2321,114,17093,81,110 +2322,115,17093,81,24 +2323,116,17093,81,14 +2324,117,17093,81,11 +2325,118,17093,81,21 +2326,46,17097,81,3 +2327,46,17097,81,38 +2328,46,17097,81,0 +2329,46,17097,81,5 +2330,46,17097,81,14 +2331,46,17097,81,21 +2332,50,17097,81,114 +2333,50,17097,81,38 +2334,50,17097,81,46 +2335,50,17097,81,25 +2336,50,17097,81,30 +2337,50,17097,81,22 +2338,54,17097,81,6 +2339,54,17097,81,25 +2340,54,17097,81,21 +2341,54,17097,81,54 +2342,54,17097,81,10 +2343,54,17097,81,140 +2344,58,17097,81,4 +2345,58,17097,81,5 +2346,58,17097,81,102 +2347,58,17097,81,2 +2348,58,17097,81,37 +2349,58,17097,81,244 +2350,47,17097,81,141 +2351,47,17097,81,11 +2352,47,17097,81,3 +2353,47,17097,81,51 +2354,47,17097,81,20 +2355,47,17097,81,5 +2356,47,17097,81,37 +2357,47,17097,81,44 +2358,47,17097,81,67 +2359,51,17097,81,15 +2360,51,17097,81,95 +2361,51,17097,81,51 +2362,51,17097,81,19 +2363,51,17097,81,34 +2364,51,17097,81,4 +2365,51,17097,81,49 +2366,51,17097,81,17 +2367,51,17097,81,7 +2368,51,17097,81,3 +2369,51,17097,81,24 +2370,51,17097,81,18 +2371,51,17097,81,54 +2372,51,17097,81,41 +2373,51,17097,81,66 +2374,51,17097,81,15 +2375,51,17097,81,30 +2376,51,17097,81,25 +2377,55,17097,81,15 +2378,55,17097,81,6 +2379,55,17097,81,38 +2380,55,17097,81,4 +2381,55,17097,81,23 +2382,55,17097,81,89 +2383,55,17097,81,12 +2384,55,17097,81,23 +2385,55,17097,81,46 +2386,59,17097,81,17 +2387,59,17097,81,42 +2388,59,17097,81,2 +2389,59,17097,81,238 +2390,59,17097,81,108 +2391,59,17097,81,18 +2392,59,17097,81,27 +2393,59,17097,81,60 +2394,59,17097,81,21 +2395,48,17097,81,37 +2396,48,17097,81,4 +2397,48,17097,81,4 +2398,48,17097,81,38 +2399,52,17097,81,22 +2400,52,17097,81,70 +2401,52,17097,81,71 +2402,52,17097,81,25 +2403,52,17097,81,37 +2404,52,17097,81,21 +2405,52,17097,81,21 +2406,52,17097,81,64 +2407,52,17097,81,68 +2408,52,17097,81,62 +2409,52,17097,81,30 +2410,52,17097,81,35 +2411,52,17097,81,54 +2412,52,17097,81,13 +2413,52,17097,81,34 +2414,52,17097,81,88 +2415,52,17097,81,49 +2416,52,17097,81,65 +2417,52,17097,81,93 +2418,52,17097,81,2 +2419,52,17097,81,1 +2420,56,17097,81,133 +2421,56,17097,81,36 +2422,56,17097,81,104 +2423,56,17097,81,32 +2424,56,17097,81,52 +2425,56,17097,81,49 +2426,56,17097,81,15 +2427,56,17097,81,0 +2428,56,17097,81,28 +2429,56,17097,81,60 +2430,56,17097,81,58 +2431,56,17097,81,4 +2432,56,17097,81,98 +2433,56,17097,81,115 +2434,56,17097,81,35 +2435,56,17097,81,107 +2436,56,17097,81,67 +2437,56,17097,81,62 +2438,56,17097,81,6 +2439,56,17097,81,100 +2440,56,17097,81,7 +2441,56,17097,81,19 +2442,56,17097,81,100 +2443,56,17097,81,122 +2444,60,17097,81,77 +2445,60,17097,81,21 +2446,60,17097,81,41 +2447,60,17097,81,0 +2448,60,17097,81,225 +2449,60,17097,81,201 +2450,60,17097,81,13 +2451,60,17097,81,183 +2452,60,17097,81,6 +2453,60,17097,81,112 +2454,60,17097,81,165 +2455,60,17097,81,130 +2456,60,17097,81,77 +2457,60,17097,81,14 +2458,60,17097,81,183 +2459,60,17097,81,149 +2460,60,17097,81,114 +2461,60,17097,81,73 +2462,60,17097,81,35 +2463,60,17097,81,88 +2464,60,17097,81,110 +2465,60,17097,81,47 +2466,60,17097,81,2 +2467,60,17097,81,23 +2468,49,17097,81,14 +2469,49,17097,81,42 +2470,49,17097,81,28 +2471,49,17097,81,1 +2472,49,17097,81,29 +2473,49,17097,81,30 +2474,49,17097,81,102 +2475,49,17097,81,46 +2476,49,17097,81,75 +2477,53,17097,81,1 +2478,53,17097,81,46 +2479,53,17097,81,0 +2480,53,17097,81,0 +2481,53,17097,81,22 +2482,53,17097,81,4 +2483,53,17097,81,31 +2484,53,17097,81,0 +2485,53,17097,81,15 +2486,53,17097,81,17 +2487,53,17097,81,0 +2488,53,17097,81,3 +2489,53,17097,81,3 +2490,53,17097,81,1 +2491,53,17097,81,19 +2492,53,17097,81,8 +2493,53,17097,81,15 +2494,53,17097,81,14 +2495,53,17097,81,48 +2496,53,17097,81,5 +2497,53,17097,81,3 +2498,53,17097,81,11 +2499,53,17097,81,6 +2500,53,17097,81,8 +2501,53,17097,81,19 +2502,53,17097,81,16 +2503,53,17097,81,16 +2504,53,17097,81,4 +2505,53,17097,81,48 +2506,53,17097,81,14 +2507,53,17097,81,112 +2508,53,17097,81,7 +2509,53,17097,81,18 +2510,53,17097,81,7 +2511,53,17097,81,39 +2512,53,17097,81,10 +2513,53,17097,81,15 +2514,53,17097,81,46 +2515,53,17097,81,2 +2516,53,17097,81,56 +2517,53,17097,81,5 +2518,53,17097,81,27 +2519,53,17097,81,9 +2520,53,17097,81,3 +2521,53,17097,81,40 +2522,53,17097,81,8 +2523,53,17097,81,3 +2524,53,17097,81,7 +2525,53,17097,81,19 +2526,53,17097,81,15 +2527,53,17097,81,13 +2528,53,17097,81,2 +2529,57,17097,81,8 +2530,57,17097,81,69 +2531,57,17097,81,30 +2532,57,17097,81,37 +2533,57,17097,81,0 +2534,57,17097,81,5 +2535,57,17097,81,0 +2536,57,17097,81,2 +2537,57,17097,81,0 +2538,57,17097,81,24 +2539,57,17097,81,2 +2540,57,17097,81,0 +2541,57,17097,81,131 +2542,57,17097,81,27 +2543,57,17097,81,41 +2544,57,17097,81,5 +2545,57,17097,81,0 +2546,57,17097,81,18 +2547,57,17097,81,10 +2548,57,17097,81,14 +2549,57,17097,81,105 +2550,57,17097,81,1 +2551,61,17097,81,23 +2552,61,17097,81,0 +2553,61,17097,81,2 +2554,61,17097,81,0 +2555,61,17097,81,29 +2556,61,17097,81,2 +2557,61,17097,81,8 +2558,61,17097,81,21 +2559,61,17097,81,63 +2560,61,17097,81,3 +2561,61,17097,81,58 +2562,61,17097,81,0 +2563,61,17097,81,54 +2564,61,17097,81,20 +2565,61,17097,81,1 +2566,61,17097,81,26 +2567,61,17097,81,7 +2568,61,17097,81,21 +2569,61,17097,81,15 +2570,61,17097,81,21 +2571,61,17097,81,215 +2572,61,17097,81,29 +2573,61,17097,81,13 +2574,61,17097,81,43 +2575,61,17097,81,82 +2576,61,17097,81,10 +2577,61,17097,81,4 +2578,61,17097,81,184 +2579,61,17097,81,22 +2580,61,17097,81,158 +2581,61,17097,81,2 +2582,61,17097,81,77 +2583,61,17097,81,86 +2584,30,17111,81,0 +2585,30,17111,81,2 +2586,30,17111,81,1 +2587,30,17111,81,87 +2588,34,17111,81,4 +2589,34,17111,81,29 +2590,34,17111,81,0 +2591,34,17111,81,3 +2592,38,17111,81,1 +2593,38,17111,81,4 +2594,38,17111,81,0 +2595,38,17111,81,91 +2596,42,17111,81,5 +2597,42,17111,81,9 +2598,42,17111,81,1 +2599,42,17111,81,4 +2600,31,17111,81,0 +2601,31,17111,81,3 +2602,31,17111,81,2 +2603,31,17111,81,3 +2604,35,17111,81,5 +2605,35,17111,81,11 +2606,35,17111,81,12 +2607,35,17111,81,17 +2608,39,17111,81,5 +2609,39,17111,81,3 +2610,39,17111,81,21 +2611,39,17111,81,3 +2612,43,17111,81,27 +2613,43,17111,81,7 +2614,43,17111,81,5 +2615,43,17111,81,7 +2616,32,17111,81,34 +2617,32,17111,81,5 +2618,32,17111,81,4 +2619,32,17111,81,3 +2620,36,17111,81,0 +2621,36,17111,81,4 +2622,36,17111,81,43 +2623,36,17111,81,1 +2624,40,17111,81,172 +2625,40,17111,81,10 +2626,40,17111,81,22 +2627,40,17111,81,22 +2628,40,17111,81,61 +2629,40,17111,81,1 +2630,40,17111,81,25 +2631,40,17111,81,57 +2632,40,17111,81,8 +2633,40,17111,81,10 +2634,40,17111,81,0 +2635,40,17111,81,35 +2636,44,17111,81,7 +2637,44,17111,81,6 +2638,44,17111,81,0 +2639,44,17111,81,17 +2640,44,17111,81,2 +2641,44,17111,81,4 +2642,44,17111,81,10 +2643,44,17111,81,161 +2644,44,17111,81,22 +2645,33,17111,81,51 +2646,33,17111,81,5 +2647,33,17111,81,0 +2648,33,17111,81,11 +2649,33,17111,81,34 +2650,33,17111,81,4 +2651,33,17111,81,25 +2652,37,17111,81,21 +2653,37,17111,81,26 +2654,37,17111,81,9 +2655,37,17111,81,26 +2656,37,17111,81,16 +2657,37,17111,81,38 +2658,37,17111,81,45 +2659,37,17111,81,36 +2660,37,17111,81,2 +2661,37,17111,81,71 +2662,37,17111,81,205 +2663,37,17111,81,22 +2664,41,17111,81,7 +2665,41,17111,81,0 +2666,41,17111,81,274 +2667,41,17111,81,54 +2668,41,17111,81,24 +2669,41,17111,81,124 +2670,41,17111,81,44 +2671,41,17111,81,2 +2672,41,17111,81,1 +2673,41,17111,81,2 +2674,41,17111,81,23 +2675,41,17111,81,164 +2676,41,17111,81,171 +2677,41,17111,81,32 +2678,41,17111,81,10 +2679,45,17111,81,21 +2680,45,17111,81,76 +2681,45,17111,81,25 +2682,45,17111,81,80 +2683,45,17111,81,17 +2684,45,17111,81,4 +2685,45,17111,81,0 +2686,45,17111,81,89 +2687,45,17111,81,29 +2688,45,17111,81,157 +2689,45,17111,81,51 +2690,45,17111,81,135 +2691,45,17111,81,11 +2692,45,17111,81,55 +2693,45,17111,81,64 +2694,45,17111,81,68 +2695,45,17111,81,116 +2696,45,17111,81,64 +2697,45,17111,81,9 +2698,45,17111,81,31 +2699,45,17111,81,10 +2700,45,17111,81,156 +2701,45,17111,81,59 +2702,45,17111,81,4 +2703,87,17197,81,144 +2704,87,17197,81,72 +2705,87,17197,81,79 +2706,87,17197,81,5 +2707,87,17197,81,96 +2708,87,17197,81,36 +2709,87,17197,81,15 +2710,87,17197,81,109 +2711,87,17197,81,10 +2712,89,17197,81,8 +2713,89,17197,81,85 +2714,89,17197,81,25 +2715,89,17197,81,43 +2716,89,17197,81,155 +2717,89,17197,81,36 +2718,89,17197,81,12 +2719,89,17197,81,34 +2720,89,17197,81,170 +2721,92,17197,81,15 +2722,92,17197,81,203 +2723,92,17197,81,106 +2724,92,17197,81,11 +2725,92,17197,81,129 +2726,92,17197,81,37 +2727,92,17197,81,0 +2728,92,17197,81,104 +2729,92,17197,81,41 +2730,92,17197,81,1 +2731,92,17197,81,104 +2732,92,17197,81,52 +2733,96,17197,81,63 +2734,96,17197,81,31 +2735,96,17197,81,9 +2736,96,17197,81,17 +2737,102,17197,81,18 +2738,102,17197,81,2 +2739,102,17197,81,3 +2740,102,17197,81,106 +2741,108,17197,81,42 +2742,108,17197,81,9 +2743,108,17197,81,3 +2744,108,17197,81,0 +2745,88,17197,81,71 +2746,88,17197,81,7 +2747,88,17197,81,3 +2748,88,17197,81,66 +2749,88,17197,81,25 +2750,88,17197,81,31 +2751,88,17197,81,22 +2752,88,17197,81,39 +2753,88,17197,81,3 +2754,88,17197,81,74 +2755,88,17197,81,11 +2756,88,17197,81,77 +2757,88,17197,81,294 +2758,88,17197,81,54 +2759,88,17197,81,207 +2760,88,17197,81,12 +2761,88,17197,81,145 +2762,88,17197,81,23 +2763,88,17197,81,19 +2764,88,17197,81,206 +2765,88,17197,81,40 +2766,90,17197,81,52 +2767,90,17197,81,28 +2768,90,17197,81,22 +2769,90,17197,81,34 +2770,90,17197,81,8 +2771,90,17197,81,170 +2772,90,17197,81,81 +2773,90,17197,81,2 +2774,90,17197,81,11 +2775,90,17197,81,47 +2776,90,17197,81,17 +2777,90,17197,81,2 +2778,90,17197,81,44 +2779,90,17197,81,32 +2780,90,17197,81,65 +2781,93,17197,81,6 +2782,93,17197,81,62 +2783,93,17197,81,17 +2784,93,17197,81,1 +2785,93,17197,81,67 +2786,93,17197,81,92 +2787,93,17197,81,20 +2788,93,17197,81,16 +2789,93,17197,81,16 +2790,93,17197,81,64 +2791,93,17197,81,54 +2792,93,17197,81,27 +2793,93,17197,81,41 +2794,93,17197,81,57 +2795,93,17197,81,25 +2796,93,17197,81,16 +2797,93,17197,81,20 +2798,93,17197,81,385 +2799,93,17197,81,38 +2800,93,17197,81,33 +2801,93,17197,81,17 +2802,93,17197,81,22 +2803,93,17197,81,61 +2804,93,17197,81,5 +2805,93,17197,81,14 +2806,93,17197,81,0 +2807,93,17197,81,28 +2808,93,17197,81,119 +2809,93,17197,81,61 +2810,93,17197,81,65 +2811,93,17197,81,36 +2812,93,17197,81,142 +2813,93,17197,81,46 +2814,93,17197,81,11 +2815,93,17197,81,86 +2816,93,17197,81,93 +2817,93,17197,81,19 +2818,93,17197,81,26 +2819,93,17197,81,53 +2820,93,17197,81,5 +2821,93,17197,81,1 +2822,93,17197,81,0 +2823,93,17197,81,0 +2824,93,17197,81,14 +2825,93,17197,81,45 +2826,97,17197,81,31 +2827,97,17197,81,1 +2828,97,17197,81,25 +2829,97,17197,81,3 +2830,103,17197,81,3 +2831,103,17197,81,0 +2832,103,17197,81,1 +2833,103,17197,81,1 +2834,109,17197,81,4 +2835,109,17197,81,3 +2836,109,17197,81,2 +2837,109,17197,81,1 +2838,91,17197,81,28 +2839,91,17197,81,2 +2840,91,17197,81,105 +2841,91,17197,81,54 +2842,91,17197,81,16 +2843,91,17197,81,97 +2844,91,17197,81,5 +2845,91,17197,81,2 +2846,91,17197,81,7 +2847,94,17197,81,3 +2848,94,17197,81,23 +2849,94,17197,81,12 +2850,94,17197,81,173 +2851,94,17197,81,74 +2852,94,17197,81,32 +2853,94,17197,81,16 +2854,94,17197,81,55 +2855,94,17197,81,37 +2856,98,17197,81,17 +2857,98,17197,81,0 +2858,98,17197,81,0 +2859,98,17197,81,48 +2860,98,17197,81,5 +2861,98,17197,81,2 +2862,98,17197,81,9 +2863,98,17197,81,2 +2864,98,17197,81,2 +2865,104,17197,81,3 +2866,104,17197,81,2 +2867,104,17197,81,1 +2868,104,17197,81,1 +2869,95,17197,81,313 +2870,95,17197,81,74 +2871,95,17197,81,66 +2872,95,17197,81,27 +2873,95,17197,81,140 +2874,95,17197,81,150 +2875,95,17197,81,27 +2876,95,17197,81,11 +2877,95,17197,81,45 +2878,95,17197,81,40 +2879,95,17197,81,179 +2880,95,17197,81,51 +2881,95,17197,81,20 +2882,95,17197,81,248 +2883,95,17197,81,22 +2884,99,17197,81,6 +2885,99,17197,81,5 +2886,99,17197,81,3 +2887,99,17197,81,3 +2888,99,17197,81,26 +2889,99,17197,81,5 +2890,99,17197,81,0 +2891,99,17197,81,8 +2892,99,17197,81,0 +2893,105,17197,81,1 +2894,105,17197,81,16 +2895,105,17197,81,6 +2896,105,17197,81,50 +2897,100,17197,81,22 +2898,100,17197,81,26 +2899,100,17197,81,35 +2900,100,17197,81,47 +2901,100,17197,81,29 +2902,100,17197,81,4 +2903,100,17197,81,5 +2904,100,17197,81,7 +2905,100,17197,81,4 +2906,106,17197,81,4 +2907,106,17197,81,10 +2908,106,17197,81,7 +2909,106,17197,81,2 +2910,101,17197,81,60 +2911,101,17197,81,31 +2912,101,17197,81,53 +2913,101,17197,81,5 +2914,101,17197,81,14 +2915,101,17197,81,52 +2916,101,17197,81,13 +2917,101,17197,81,0 +2918,101,17197,81,1 +2919,101,17197,81,6 +2920,101,17197,81,0 +2921,107,17197,81,42 +2922,107,17197,81,17 +2923,107,17197,81,4 +2924,107,17197,81,21 +2925,107,17197,81,7 +2926,107,17197,81,0 +2927,119,17063,81,0 +2928,119,17063,81,0 +2929,119,17063,81,12 +2930,119,17063,81,0 +2931,119,17063,81,5 +2932,119,17063,81,0 +2933,119,17063,81,0 +2934,119,17063,81,0 +2935,119,17063,81,32 +2936,119,17063,81,0 +2937,119,17063,81,15 +2938,119,17063,81,0 +2939,119,17063,81,142 +2940,119,17063,81,93 +2941,119,17063,81,11 +2942,119,17063,81,25 +2943,119,17063,81,1 +2944,119,17063,81,0 +2945,119,17063,81,12 +2946,119,17063,81,44 +2947,119,17063,81,14 +2948,119,17063,81,3 +2949,119,17063,81,46 +2950,119,17063,81,0 +2951,120,17007,81,0 +2952,120,17007,81,1 +2953,120,17007,81,23 +2954,120,17007,81,10 +2955,120,17007,81,4 +2956,120,17007,81,0 +2957,120,17007,81,11 +2958,120,17007,81,288 +2959,120,17007,81,0 +2960,120,17007,81,79 +2961,120,17007,81,71 +2962,120,17007,81,0 +2963,120,17007,81,1 +2964,120,17007,81,8 +2965,120,17007,81,0 +2966,120,17007,81,22 +2967,120,17007,81,0 +2968,120,17007,81,1 +2969,120,17007,81,2 +2970,120,17007,81,55 +2971,120,17007,81,0 +2972,120,17007,81,3 +2973,120,17007,81,9 +2974,120,17007,81,0 +2975,120,17007,81,0 +2976,121,17037,81,0 +2977,121,17037,81,90 +2978,121,17037,81,0 +2979,121,17037,81,3 +2980,121,17037,81,20 +2981,121,17037,81,0 +2982,121,17037,81,0 +2983,121,17037,81,0 +2984,121,17037,81,30 +2985,121,17037,81,0 +2986,121,17037,81,2 +2987,121,17037,81,0 +2988,121,17037,81,5 +2989,121,17037,81,20 +2990,121,17037,81,0 +2991,121,17037,81,29 +2992,121,17037,81,316 +2993,121,17037,81,119 +2994,121,17037,81,0 +2995,121,17037,81,126 +2996,121,17037,81,1 +2997,121,17037,81,0 +2998,121,17037,81,2 +2999,121,17037,81,2 +3000,121,17037,81,50 +3001,121,17037,81,5 +3002,121,17037,81,0 +3003,121,17037,81,5 +3004,121,17037,81,89 +3005,121,17037,81,80 +3006,121,17037,81,0 +3007,121,17037,81,14 +3008,121,17037,81,0 +3009,121,17037,81,0 +3010,121,17037,81,0 +3011,121,17037,81,0 +3012,121,17037,81,0 +3013,121,17037,81,0 +3014,121,17037,81,1 +3015,121,17037,81,1 +3016,121,17037,81,0 +3017,121,17037,81,0 +3018,121,17037,81,0 +3019,121,17037,81,36 +3020,121,17037,81,0 +3021,121,17037,81,0 +3022,122,17091,81,0 +3023,122,17091,81,0 +3024,122,17091,81,0 +3025,122,17091,81,0 +3026,122,17091,81,0 +3027,122,17091,81,1 +3028,122,17091,81,32 +3029,122,17091,81,0 +3030,122,17091,81,22 +3031,122,17091,81,2 +3032,122,17091,81,0 +3033,122,17091,81,2 +3034,122,17091,81,35 +3035,122,17091,81,4 +3036,122,17091,81,0 +3037,122,17091,81,50 +3038,122,17091,81,16 +3039,122,17091,81,20 +3040,122,17091,81,10 +3041,122,17091,81,0 +3042,122,17091,81,2 +3043,122,17091,81,8 +3044,122,17091,81,1 +3045,122,17091,81,2 +3046,122,17091,81,0 +3047,122,17091,81,22 +3048,122,17091,81,0 +3049,122,17091,81,1 +3050,122,17091,81,450 +3051,122,17091,81,131 +3052,122,17091,81,0 +3053,122,17091,81,206 +3054,122,17091,81,127 +3055,122,17091,81,0 +3056,122,17091,81,7 +3057,122,17091,81,0 +3058,122,17091,81,0 +3059,122,17091,81,2 +3060,122,17091,81,4 +3061,122,17091,81,0 +3062,122,17091,81,0 +3063,122,17091,81,6 +3064,122,17091,81,0 +3065,122,17091,81,14 +3066,122,17091,81,0 +3067,122,17091,81,2 +3068,122,17091,81,25 +3069,122,17091,81,32 +3070,122,17091,81,5 +3071,122,17091,81,32 +3072,122,17091,81,0 +3073,122,17091,81,6 +3074,126,17099,81,1 +3075,126,17099,81,4 +3076,126,17099,81,116 +3077,126,17099,81,0 +3078,126,17099,81,0 +3079,126,17099,81,0 +3080,126,17099,81,0 +3081,126,17099,81,64 +3082,126,17099,81,0 +3083,126,17099,81,0 +3084,126,17099,81,4 +3085,126,17099,81,3 +3086,126,17099,81,0 +3087,126,17099,81,2 +3088,126,17099,81,5 +3089,126,17099,81,3 +3090,126,17099,81,0 +3091,126,17099,81,1 +3092,126,17099,81,19 +3093,126,17099,81,7 +3094,126,17099,81,0 +3095,126,17099,81,2 +3096,126,17099,81,292 +3097,126,17099,81,91 +3098,126,17099,81,9 +3099,126,17099,81,95 +3100,126,17099,81,0 +3101,126,17099,81,8 +3102,126,17099,81,0 +3103,126,17099,81,2 +3104,126,17099,81,6 +3105,126,17099,81,0 +3106,126,17099,81,2 +3107,126,17099,81,28 +3108,126,17099,81,0 +3109,126,17099,81,278 +3110,126,17099,81,48 +3111,126,17099,81,0 +3112,126,17099,81,0 +3113,126,17099,81,36 +3114,126,17099,81,21 +3115,126,17099,81,0 +3116,126,17099,81,31 +3117,126,17099,81,13 +3118,126,17099,81,0 +3119,126,17099,81,12 +3120,126,17099,81,0 +3121,126,17099,81,21 +3122,126,17099,81,33 +3123,126,17099,81,0 +3124,126,17099,81,0 +3125,126,17099,81,1 +3126,126,17099,81,1 +3127,126,17099,81,0 +3128,126,17099,81,0 +3129,126,17099,81,0 +3130,126,17099,81,5 +3131,126,17099,81,0 +3132,126,17099,81,0 +3133,126,17099,81,9 +3134,126,17099,81,0 +3135,126,17099,81,32 +3136,126,17099,81,86 +3137,126,17099,81,0 +3138,126,17099,81,4 +3139,126,17099,81,2 +3140,126,17099,81,16 +3141,126,17099,81,8 +3142,126,17099,81,0 +3143,126,17099,81,0 +3144,126,17099,81,26 +3145,126,17099,81,8 +3146,125,17103,81,13 +3147,125,17103,81,2 +3148,125,17103,81,0 +3149,125,17103,81,1 +3150,125,17103,81,2 +3151,125,17103,81,0 +3152,124,17141,81,2 +3153,124,17141,81,0 +3154,124,17141,81,29 +3155,124,17141,81,8 +3156,124,17141,81,11 +3157,124,17141,81,35 +3158,124,17141,81,0 +3159,124,17141,81,0 +3160,124,17141,81,0 +3161,124,17141,81,73 +3162,124,17141,81,0 +3163,124,17141,81,0 +3164,124,17141,81,7 +3165,124,17141,81,8 +3166,124,17141,81,0 +3167,124,17141,81,0 +3168,124,17141,81,7 +3169,123,17201,81,7 +3170,123,17201,81,0 +3171,123,17201,81,0 +3172,123,17201,81,17 +3173,123,17201,81,3 +3174,123,17201,81,0 +3175,123,17201,81,24 +3176,123,17201,81,0 +3177,123,17201,81,0 +3178,123,17201,81,5 +3179,123,17201,81,0 +3180,123,17201,81,0 +3181,123,17201,81,41 +3182,123,17201,81,39 +3183,123,17201,81,0 +3184,123,17201,81,1 +3185,123,17201,81,2 +3186,123,17201,81,0 +3187,123,17201,81,0 +3188,123,17201,81,0 +3189,123,17201,81,0 +3190,123,17201,81,259 +3191,123,17201,81,18 +3192,123,17201,81,0 +3193,123,17201,81,177 +3194,123,17201,81,8 +3195,123,17201,81,6 +3196,123,17201,81,19 +3197,123,17201,81,0 +3198,123,17201,81,14 +3199,123,17201,81,0 +3200,123,17201,81,0 +3201,123,17201,81,82 +3202,123,17201,81,202 +3203,123,17201,81,0 +3204,123,17201,81,2 +3205,123,17201,81,185 +3206,123,17201,81,309 +3207,123,17201,81,17 +3208,123,17201,81,127 +3209,123,17201,81,851 +3210,123,17201,81,5 +3211,123,17201,81,34 +3212,123,17201,81,131 +3213,123,17201,81,352 +3214,123,17201,81,231 +3215,123,17201,81,65 +3216,123,17201,81,70 +3217,123,17201,81,115 +3218,123,17201,81,51 +3219,123,17201,81,96 +3220,123,17201,81,243 +3221,123,17201,81,5 +3222,123,17201,81,0 +3223,123,17201,81,51 +3224,123,17201,81,0 +3225,123,17201,81,0 +3226,123,17201,81,165 +3227,123,17201,81,21 +3228,123,17201,81,2 +3229,123,17201,81,78 +3230,123,17201,81,45 +3231,123,17201,81,1 +3232,123,17201,81,1 +3233,123,17201,81,178 +3234,123,17201,81,0 +3235,123,17201,81,20 +3236,123,17201,81,0 +3237,123,17201,81,8 +3238,123,17201,81,0 +3239,123,17201,81,24 +3240,123,17201,81,113 +3241,123,17201,81,0 +3242,123,17201,81,42 +3243,123,17201,81,17 +3244,123,17201,81,0 +3245,123,17201,81,3 +3246,123,17201,81,2 +3247,123,17201,81,71 +3248,127,18089,81,0 +3249,127,18089,81,5 +3250,127,18089,81,25 +3251,127,18089,81,0 +3252,127,18089,81,23 +3253,127,18089,81,22 +3254,127,18089,81,7 +3255,127,18089,81,0 +3256,127,18089,81,1 +3257,127,18089,81,51 +3258,127,18089,81,8 +3259,127,18089,81,30 +3260,127,18089,81,64 +3261,127,18089,81,0 +3262,127,18089,81,0 +3263,127,18089,81,0 +3264,127,18089,81,0 +3265,127,18089,81,1 +3266,127,18089,81,2 +3267,127,18089,81,23 +3268,127,18089,81,38 +3269,127,18089,81,84 +3270,127,18089,81,0 +3271,127,18089,81,1 +3272,127,18089,81,0 +3273,127,18089,81,169 +3274,127,18089,81,1 +3275,127,18089,81,0 +3276,127,18089,81,376 +3277,127,18089,81,272 +3278,127,18089,81,0 +3279,127,18089,81,2 +3280,127,18089,81,12 +3281,127,18089,81,2 +3282,127,18089,81,7 +3283,127,18089,81,29 +3284,127,18089,81,26 +3285,127,18089,81,47 +3286,127,18089,81,14 +3287,127,18089,81,5 +3288,127,18089,81,6 +3289,127,18089,81,0 +3290,127,18089,81,55 +3291,127,18089,81,0 +3292,127,18089,81,16 +3293,127,18089,81,1 +3294,127,18089,81,68 +3295,127,18089,81,166 +3296,127,18089,81,0 +3297,127,18089,81,184 +3298,127,18089,81,238 +3299,127,18089,81,108 +3300,127,18089,81,8 +3301,127,18089,81,129 +3302,127,18089,81,24 +3303,127,18089,81,33 +3304,127,18089,81,104 +3305,127,18089,81,0 +3306,127,18089,81,104 +3307,127,18089,81,208 +3308,127,18089,81,11 +3309,127,18089,81,185 +3310,127,18089,81,326 +3311,127,18089,81,57 +3312,127,18089,81,185 +3313,127,18089,81,119 +3314,127,18089,81,95 +3315,127,18089,81,19 +3316,127,18089,81,37 +3317,127,18089,81,88 +3318,127,18089,81,139 +3319,127,18089,81,154 +3320,127,18089,81,12 +3321,127,18089,81,32 +3322,127,18089,81,22 +3323,127,18089,81,11 +3324,127,18089,81,106 +3325,127,18089,81,159 +3326,127,18089,81,70 +3327,127,18089,81,155 +3328,127,18089,81,103 +3329,127,18089,81,320 +3330,127,18089,81,322 +3331,127,18089,81,116 +3332,127,18089,81,122 +3333,127,18089,81,323 +3334,127,18089,81,108 +3335,127,18089,81,63 +3336,127,18089,81,12 +3337,127,18089,81,4 +3338,127,18089,81,2 +3339,127,18089,81,439 +3340,127,18089,81,0 +3341,127,18089,81,66 +3342,127,18089,81,17 +3343,127,18089,81,252 +3344,127,18089,81,123 +3345,129,18091,81,0 +3346,129,18091,81,0 +3347,129,18091,81,6 +3348,129,18091,81,27 +3349,129,18091,81,2 +3350,129,18091,81,0 +3351,129,18091,81,32 +3352,129,18091,81,32 +3353,129,18091,81,8 +3354,129,18091,81,1 +3355,129,18091,81,0 +3356,129,18091,81,23 +3357,129,18091,81,0 +3358,129,18091,81,0 +3359,129,18091,81,0 +3360,129,18091,81,4 +3361,129,18091,81,74 +3362,129,18091,81,41 +3363,129,18091,81,0 +3364,129,18091,81,2 +3365,129,18091,81,0 +3366,129,18091,81,3 +3367,129,18091,81,62 +3368,129,18091,81,0 +3369,129,18091,81,7 +3370,129,18091,81,24 +3371,129,18091,81,1 +3372,129,18091,81,2 +3373,129,18091,81,349 +3374,129,18091,81,0 +3375,129,18091,81,35 +3376,129,18091,81,12 +3377,129,18091,81,9 +3378,129,18091,81,0 +3379,129,18091,81,3 +3380,129,18091,81,0 +3381,129,18091,81,0 +3382,129,18091,81,0 +3383,129,18091,81,18 +3384,129,18091,81,3 +3385,129,18091,81,9 +3386,129,18091,81,81 +3387,129,18091,81,41 +3388,129,18091,81,75 +3389,129,18091,81,0 +3390,129,18091,81,0 +3391,129,18091,81,2 +3392,129,18091,81,6 +3393,129,18091,81,0 +3394,129,18091,81,0 +3395,129,18091,81,11 +3396,129,18091,81,199 +3397,129,18091,81,92 +3398,129,18091,81,20 +3399,129,18091,81,19 +3400,129,18091,81,39 +3401,128,18127,81,0 +3402,128,18127,81,0 +3403,128,18127,81,0 +3404,128,18127,81,5 +3405,128,18127,81,0 +3406,128,18127,81,2 +3407,128,18127,81,8 +3408,128,18127,81,54 +3409,128,18127,81,1 +3410,128,18127,81,0 +3411,128,18127,81,0 +3412,128,18127,81,7 +3413,128,18127,81,0 +3414,128,18127,81,0 +3415,128,18127,81,1 +3416,128,18127,81,0 +3417,128,18127,81,3 +3418,128,18127,81,20 +3419,128,18127,81,37 +3420,128,18127,81,2 +3421,128,18127,81,8 +3422,128,18127,81,204 +3423,128,18127,81,0 +3424,128,18127,81,0 +3425,128,18127,81,42 +3426,128,18127,81,0 +3427,128,18127,81,0 +3428,128,18127,81,18 +3429,128,18127,81,24 +3430,128,18127,81,143 +3431,128,18127,81,7 +3432,128,18127,81,4 +3433,128,18127,81,681 +3434,128,18127,81,9 +3435,128,18127,81,2 +3436,128,18127,81,48 +3437,128,18127,81,7 +3438,128,18127,81,6 +3439,128,18127,81,2 +3440,128,18127,81,2 +3441,128,18127,81,34 +3442,128,18127,81,0 +3443,128,18127,81,42 +3444,128,18127,81,1 +3445,128,18127,81,0 +3446,128,18127,81,44 +3447,128,18127,81,1 +3448,128,18127,81,14 +3449,128,18127,81,40 +3450,128,18127,81,18 +3451,128,18127,81,32 +3452,128,18127,81,24 +3453,128,18127,81,33 +3454,128,18127,81,4 +3455,128,18127,81,380 +3456,128,18127,81,5 +3457,128,18127,81,116 +3458,128,18127,81,112 +3459,128,18127,81,0 +3460,128,18127,81,0 +3461,128,18127,81,20 +3462,128,18127,81,0 +3463,128,18127,81,152 +3464,128,18127,81,33 +3465,128,18127,81,1 +3466,128,18127,81,0 +3467,128,18127,81,51 +3468,130,55059,81,36 +3469,130,55059,81,2 +3470,130,55059,81,2 +3471,130,55059,81,2 +3472,130,55059,81,9 +3473,130,55059,81,8 +3474,130,55059,81,22 +3475,130,55059,81,16 +3476,130,55059,81,4 +3477,130,55059,81,0 +3478,130,55059,81,7 +3479,130,55059,81,30 +3480,130,55059,81,1 +3481,130,55059,81,0 +3482,130,55059,81,21 +3483,130,55059,81,19 +3484,130,55059,81,5 +3485,130,55059,81,6 +3486,130,55059,81,62 +3487,130,55059,81,0 +3488,130,55059,81,6 +3489,130,55059,81,5 +3490,130,55059,81,0 +3491,130,55059,81,374 +3492,130,55059,81,293 +3493,130,55059,81,5 +3494,130,55059,81,0 +3495,130,55059,81,3 +3496,130,55059,81,123 +3497,130,55059,81,1 +3498,130,55059,81,1 +3499,130,55059,81,1 +3500,130,55059,81,2 +3501,130,55059,81,133 +3502,130,55059,81,162 +3503,130,55059,81,4 +3504,130,55059,81,150 +3505,130,55059,81,20 +3506,130,55059,81,1 +3507,130,55059,81,2 +3508,130,55059,81,2 +3509,130,55059,81,0 +3510,130,55059,81,145 +3511,130,55059,81,8 +3512,130,55059,81,1 +3513,131,55101,81,11 +3514,131,55101,81,0 +3515,131,55101,81,39 +3516,131,55101,81,0 +3517,131,55101,81,116 +3518,131,55101,81,142 +3519,131,55101,81,18 +3520,131,55101,81,0 +3521,131,55101,81,0 +3522,131,55101,81,0 +3523,131,55101,81,0 +3524,131,55101,81,0 +3525,131,55101,81,10 +3526,131,55101,81,0 +3527,131,55101,81,32 +3528,131,55101,81,0 +3529,131,55101,81,0 +3530,131,55101,81,71 +3531,131,55101,81,7 +3532,131,55101,81,1 +3533,131,55101,81,0 +3534,131,55101,81,42 +3535,131,55101,81,56 +3536,131,55101,81,0 +3537,131,55101,81,226 +3538,131,55101,81,82 +3539,131,55101,81,0 +3540,131,55101,81,31 +3541,131,55101,81,0 +3542,131,55101,81,1 +3543,131,55101,81,61 +3544,131,55101,81,351 +3545,131,55101,81,146 +3546,131,55101,81,130 +3547,131,55101,81,147 +3548,131,55101,81,0 +3549,131,55101,81,44 +3550,131,55101,81,0 +3551,131,55101,81,5 +3552,131,55101,81,0 +3553,131,55101,81,0 +3554,131,55101,81,19 +3555,131,55101,81,9 +3556,131,55101,81,0 +3557,131,55101,81,12 +3558,131,55101,81,0 +3559,131,55101,81,5 +3560,131,55101,81,46 +3561,131,55101,81,19 +3562,131,55101,81,0 +3563,131,55101,81,55 +3564,131,55101,81,122 +3565,131,55101,81,17 +3566,131,55101,81,0 +3567,131,55101,81,64 +3568,131,55101,81,0 +3569,132,55127,81,9 +3570,132,55127,81,107 +3571,132,55127,81,4 +3572,132,55127,81,2 +3573,132,55127,81,31 +3574,132,55127,81,26 +3575,132,55127,81,1 +3576,132,55127,81,7 +3577,132,55127,81,5 +3578,132,55127,81,12 +3579,132,55127,81,0 +3580,132,55127,81,3 +3581,132,55127,81,1 +3582,132,55127,81,0 +3583,132,55127,81,9 +3584,132,55127,81,0 +3585,132,55127,81,0 +3586,132,55127,81,0 +3587,132,55127,81,17 +3588,132,55127,81,0 +3589,132,55127,81,160 +3590,132,55127,81,1 +3591,132,55127,81,32 +3592,132,55127,81,0 +3593,132,55127,81,0 +3594,132,55127,81,29 +3595,132,55127,81,280 +3596,132,55127,81,0 +3597,132,55127,81,17 +3598,132,55127,81,8 +3599,132,55127,81,1 +3600,132,55127,81,1 +3601,132,55127,81,0 +3602,132,55127,81,1 +3603,132,55127,81,16 +3604,132,55127,81,0 +3605,132,55127,81,13 +3606,132,55127,81,0 +3607,132,55127,81,7 +3608,132,55127,81,1 +3609,132,55127,81,0 +3610,132,55127,81,125 +3611,132,55127,81,0 +3612,132,55127,81,2 +3613,132,55127,81,0 +3614,132,55127,81,5 +3615,132,55127,81,0 +3616,132,55127,81,0 +3617,132,55127,81,0 +3618,132,55127,81,0 +3619,132,55127,81,0 +3620,132,55127,81,0 +3621,132,55127,81,0 +3622,132,55127,81,0 +3623,132,55127,81,0 +3624,132,55127,81,0 +3625,132,55127,81,73 +3626,132,55127,81,92 +3627,132,55127,81,1 +3628,132,55127,81,11 +3629,132,55127,81,0 +3630,132,55127,81,22 +3631,132,55127,81,0 +3632,132,55127,81,56 +1,17,17031,92,2 +2,17,17031,92,191 +3,17,17031,92,298 +4,17,17031,92,50 +5,17,17031,92,190 +6,17,17031,92,50 +7,17,17031,92,38 +8,17,17031,92,4 +9,17,17031,92,5 +10,17,17031,92,106 +11,17,17031,92,236 +12,17,17031,92,118 +13,17,17031,92,94 +14,17,17031,92,196 +15,17,17031,92,95 +16,17,17031,92,511 +17,17,17031,92,366 +18,17,17031,92,914 +19,17,17031,92,35 +20,17,17031,92,257 +21,17,17031,92,2066 +22,17,17031,92,2464 +23,17,17031,92,4911 +24,17,17031,92,674 +25,17,17031,92,108 +26,17,17031,92,20 +27,17,17031,92,995 +28,17,17031,92,1784 +29,17,17031,92,3620 +30,17,17031,92,760 +31,17,17031,92,2 +32,17,17031,92,11 +33,17,17031,92,231 +34,17,17031,92,452 +35,17,17031,92,1795 +36,17,17031,92,394 +37,17,17031,92,24 +38,17,17031,92,1853 +39,17,17031,92,153 +40,17,17031,92,132 +41,17,17031,92,62 +42,17,17031,92,0 +43,17,17031,92,0 +44,17,17031,92,92 +45,17,17031,92,3 +46,17,17031,92,0 +47,17,17031,92,114 +48,17,17031,92,141 +49,17,17031,92,105 +50,17,17031,92,9 +51,17,17031,92,35 +52,17,17031,92,40 +53,17,17031,92,28 +54,17,17031,92,52 +55,17,17031,92,59 +56,17,17031,92,26 +57,17,17031,92,90 +58,17,17031,92,4 +59,17,17031,92,14 +60,17,17031,92,337 +61,17,17031,92,181 +62,17,17031,92,533 +63,17,17031,92,285 +64,17,17031,92,6 +65,17,17031,92,0 +66,17,17031,92,163 +67,17,17031,92,49 +68,17,17031,92,91 +69,17,17031,92,6 +70,17,17031,92,8 +71,17,17031,92,2 +72,17,17031,92,29 +73,17,17031,92,11 +74,17,17031,92,47 +75,17,17031,92,5 +76,17,17031,92,61 +77,17,17031,92,0 +78,14,17031,92,3 +79,14,17031,92,50 +80,14,17031,92,7 +81,14,17031,92,0 +82,14,17031,92,10 +83,14,17031,92,5 +84,14,17031,92,5 +85,14,17031,92,111 +86,14,17031,92,98 +87,14,17031,92,3 +88,14,17031,92,36 +89,14,17031,92,3 +90,17,17031,92,5 +91,17,17031,92,1 +92,17,17031,92,3 +93,17,17031,92,18 +94,17,17031,92,6 +95,17,17031,92,270 +96,17,17031,92,31 +97,17,17031,92,9 +98,17,17031,92,29 +99,17,17031,92,84 +100,17,17031,92,1466 +101,17,17031,92,25 +102,17,17031,92,461 +103,17,17031,92,91 +104,17,17031,92,2 +105,17,17031,92,1 +106,17,17031,92,24 +107,17,17031,92,160 +108,17,17031,92,79 +109,17,17031,92,3 +110,17,17031,92,34 +111,17,17031,92,0 +112,17,17031,92,35 +113,17,17031,92,34 +114,17,17031,92,101 +115,17,17031,92,3 +116,17,17031,92,0 +117,17,17031,92,1 +118,17,17031,92,0 +119,17,17031,92,0 +120,17,17031,92,0 +121,17,17031,92,0 +122,8,17031,92,44 +123,12,17031,92,124 +124,12,17031,92,127 +125,12,17031,92,606 +126,12,17031,92,0 +127,12,17031,92,53 +128,12,17031,92,14 +129,12,17031,92,0 +130,12,17031,92,26 +131,12,17031,92,0 +132,12,17031,92,421 +133,12,17031,92,29 +134,12,17031,92,25 +135,12,17031,92,7 +136,12,17031,92,45 +137,12,17031,92,54 +138,12,17031,92,0 +139,12,17031,92,84 +140,12,17031,92,0 +141,9,17031,92,0 +142,9,17031,92,0 +143,9,17031,92,2 +144,9,17031,92,0 +145,9,17031,92,162 +146,9,17031,92,0 +147,12,17031,92,0 +148,12,17031,92,0 +149,12,17031,92,3 +150,12,17031,92,0 +151,12,17031,92,6 +152,12,17031,92,7 +153,12,17031,92,0 +154,10,17031,92,0 +155,10,17031,92,1 +156,10,17031,92,0 +157,10,17031,92,0 +158,10,17031,92,0 +159,10,17031,92,2 +160,10,17031,92,1 +161,10,17031,92,0 +162,10,17031,92,0 +163,11,17031,92,30 +164,11,17031,92,1 +165,11,17031,92,42 +166,11,17031,92,4 +167,10,17031,92,1 +168,10,17031,92,34 +169,10,17031,92,12 +170,10,17031,92,2 +171,11,17031,92,191 +172,11,17031,92,0 +173,11,17031,92,0 +174,11,17031,92,53 +175,11,17031,92,3 +176,11,17031,92,0 +177,11,17031,92,1 +178,11,17031,92,0 +179,13,17031,92,0 +180,13,17031,92,49 +181,13,17031,92,10 +182,13,17031,92,1 +183,13,17031,92,0 +184,13,17031,92,0 +185,13,17031,92,0 +186,13,17031,92,1 +187,13,17031,92,39 +188,13,17031,92,1 +189,13,17031,92,0 +190,13,17031,92,0 +191,13,17031,92,0 +192,13,17031,92,0 +193,13,17031,92,0 +194,13,17031,92,19 +195,13,17031,92,0 +196,13,17031,92,91 +197,13,17031,92,0 +198,13,17031,92,1 +199,13,17031,92,0 +200,13,17031,92,2 +201,13,17031,92,6 +202,13,17031,92,41 +203,13,17031,92,0 +204,13,17031,92,0 +205,13,17031,92,0 +206,13,17031,92,1 +207,13,17031,92,0 +208,13,17031,92,0 +209,13,17031,92,21 +210,13,17031,92,120 +211,13,17031,92,1 +212,13,17031,92,8 +213,13,17031,92,0 +214,13,17031,92,1 +215,13,17031,92,23 +216,13,17031,92,0 +217,13,17031,92,27 +218,13,17031,92,35 +219,13,17031,92,0 +220,13,17031,92,2 +221,13,17031,92,7 +222,13,17031,92,103 +223,13,17031,92,144 +224,13,17031,92,3 +225,13,17031,92,36 +226,13,17031,92,0 +227,13,17031,92,2 +228,13,17031,92,3 +229,13,17031,92,68 +230,13,17031,92,8 +231,13,17031,92,3 +232,13,17031,92,88 +233,13,17031,92,2 +234,13,17031,92,69 +235,13,17031,92,2 +236,13,17031,92,21 +237,13,17031,92,43 +238,13,17031,92,5 +239,13,17031,92,2 +240,13,17031,92,13 +241,13,17031,92,9 +242,13,17031,92,0 +243,13,17031,92,10 +244,13,17031,92,56 +245,13,17031,92,0 +246,13,17031,92,0 +247,13,17031,92,0 +248,13,17031,92,7 +249,13,17031,92,0 +250,13,17031,92,29 +251,13,17031,92,0 +252,13,17031,92,1 +253,13,17031,92,0 +254,13,17031,92,1 +255,13,17031,92,90 +256,13,17031,92,4 +257,13,17031,92,8 +258,13,17031,92,0 +259,13,17031,92,0 +260,13,17031,92,2 +261,13,17031,92,46 +262,13,17031,92,8 +263,13,17031,92,169 +264,13,17031,92,2 +265,13,17031,92,1 +266,13,17031,92,2 +267,13,17031,92,37 +268,13,17031,92,4 +269,13,17031,92,3 +270,13,17031,92,6 +271,13,17031,92,24 +272,13,17031,92,49 +273,13,17031,92,12 +274,13,17031,92,9 +275,13,17031,92,0 +276,13,17031,92,40 +277,13,17031,92,10 +278,13,17031,92,7 +279,13,17031,92,3 +280,13,17031,92,43 +281,13,17031,92,0 +282,13,17031,92,235 +283,13,17031,92,10 +284,13,17031,92,14 +285,13,17031,92,2 +286,13,17031,92,5 +287,13,17031,92,0 +288,13,17031,92,2 +289,13,17031,92,3 +290,13,17031,92,26 +291,13,17031,92,2 +292,13,17031,92,57 +293,13,17031,92,2 +294,13,17031,92,0 +295,13,17031,92,54 +296,13,17031,92,5 +297,13,17031,92,36 +298,13,17031,92,12 +299,13,17031,92,2 +300,13,17031,92,127 +301,13,17031,92,0 +302,13,17031,92,0 +303,13,17031,92,2 +304,13,17031,92,58 +305,13,17031,92,43 +306,13,17031,92,18 +307,13,17031,92,5 +308,14,17031,92,0 +309,14,17031,92,104 +310,14,17031,92,3 +311,14,17031,92,31 +312,14,17031,92,6 +313,14,17031,92,1 +314,14,17031,92,0 +315,14,17031,92,0 +316,14,17031,92,5 +317,14,17031,92,2 +318,14,17031,92,49 +319,14,17031,92,45 +320,14,17031,92,5 +321,14,17031,92,20 +322,14,17031,92,0 +323,14,17031,92,6 +324,14,17031,92,1 +325,14,17031,92,2 +326,14,17031,92,2 +327,14,17031,92,127 +328,14,17031,92,1 +329,14,17031,92,26 +330,14,17031,92,176 +331,14,17031,92,1 +332,14,17031,92,2 +333,14,17031,92,15 +334,14,17031,92,0 +335,14,17031,92,1 +336,14,17031,92,111 +337,14,17031,92,151 +338,14,17031,92,1 +339,14,17031,92,6 +340,14,17031,92,25 +341,14,17031,92,0 +342,14,17031,92,1 +343,14,17031,92,1 +344,14,17031,92,6 +345,14,17031,92,0 +346,14,17031,92,2 +347,14,17031,92,3 +348,14,17031,92,164 +349,14,17031,92,1 +350,14,17031,92,1 +351,14,17031,92,3 +352,14,17031,92,9 +353,14,17031,92,0 +354,14,17031,92,5 +355,16,17031,92,21 +356,16,17031,92,1 +357,16,17031,92,0 +358,16,17031,92,122 +359,16,17031,92,4 +360,16,17031,92,3 +361,16,17031,92,8 +362,16,17031,92,4 +363,16,17031,92,1 +364,16,17031,92,11 +365,16,17031,92,2 +366,16,17031,92,7 +367,16,17031,92,1 +368,16,17031,92,8 +369,16,17031,92,0 +370,16,17031,92,0 +371,16,17031,92,1 +372,16,17031,92,130 +373,16,17031,92,4 +374,16,17031,92,47 +375,16,17031,92,4 +376,16,17031,92,1 +377,16,17031,92,1 +378,16,17031,92,84 +379,16,17031,92,188 +380,16,17031,92,9 +381,16,17031,92,11 +382,16,17031,92,5 +383,16,17031,92,0 +384,16,17031,92,5 +385,16,17031,92,30 +386,16,17031,92,0 +387,16,17031,92,4 +388,16,17031,92,557 +389,16,17031,92,6 +390,16,17031,92,3 +391,16,17031,92,105 +392,16,17031,92,4 +393,16,17031,92,6 +394,16,17031,92,3 +395,16,17031,92,31 +396,16,17031,92,4 +397,16,17031,92,1 +398,16,17031,92,3 +399,16,17031,92,0 +400,16,17031,92,2 +401,16,17031,92,386 +402,16,17031,92,73 +403,16,17031,92,2 +404,16,17031,92,41 +405,16,17031,92,170 +406,16,17031,92,10 +407,16,17031,92,29 +408,16,17031,92,2 +409,16,17031,92,0 +410,16,17031,92,5 +411,16,17031,92,2 +412,16,17031,92,1 +413,16,17031,92,48 +414,16,17031,92,0 +415,16,17031,92,56 +416,16,17031,92,1 +417,16,17031,92,26 +418,16,17031,92,0 +419,16,17031,92,9 +420,16,17031,92,5 +421,16,17031,92,4 +422,16,17031,92,1 +423,16,17031,92,3 +424,16,17031,92,0 +425,16,17031,92,1 +426,16,17031,92,1 +427,16,17031,92,13 +428,16,17031,92,1 +429,16,17031,92,17 +430,16,17031,92,97 +431,16,17031,92,120 +432,16,17031,92,6 +433,16,17031,92,157 +434,16,17031,92,38 +435,16,17031,92,3 +436,16,17031,92,1 +437,16,17031,92,352 +438,16,17031,92,1 +439,16,17031,92,4 +440,16,17031,92,2 +441,17,17031,92,25 +442,17,17031,92,1 +443,17,17031,92,0 +444,17,17031,92,1 +445,17,17031,92,6 +446,17,17031,92,295 +447,17,17031,92,6 +448,17,17031,92,109 +449,17,17031,92,149 +450,17,17031,92,1 +451,17,17031,92,1 +452,17,17031,92,1 +453,17,17031,92,313 +454,17,17031,92,0 +455,17,17031,92,3 +456,17,17031,92,5 +457,17,17031,92,1 +458,17,17031,92,0 +459,19,17031,92,57 +460,19,17031,92,0 +461,19,17031,92,1 +462,19,17031,92,1 +463,19,17031,92,0 +464,19,17031,92,0 +465,19,17031,92,30 +466,19,17031,92,0 +467,19,17031,92,1 +468,19,17031,92,3 +469,19,17031,92,0 +470,19,17031,92,0 +471,19,17031,92,0 +472,19,17031,92,83 +473,19,17031,92,0 +474,19,17031,92,26 +475,19,17031,92,42 +476,19,17031,92,22 +477,19,17031,92,4 +478,19,17031,92,0 +479,19,17031,92,2 +480,19,17031,92,255 +481,19,17031,92,14 +482,19,17031,92,45 +483,19,17031,92,5 +484,19,17031,92,0 +485,19,17031,92,3 +486,19,17031,92,0 +487,19,17031,92,5 +488,19,17031,92,0 +489,19,17031,92,3 +490,19,17031,92,41 +491,19,17031,92,0 +492,19,17031,92,41 +493,19,17031,92,7 +494,19,17031,92,136 +495,19,17031,92,1 +496,19,17031,92,20 +497,19,17031,92,11 +498,19,17031,92,1 +499,19,17031,92,65 +500,19,17031,92,10 +501,19,17031,92,206 +502,19,17031,92,156 +503,19,17031,92,78 +504,19,17031,92,1 +505,19,17031,92,0 +506,19,17031,92,1 +507,19,17031,92,11 +508,19,17031,92,0 +509,19,17031,92,2 +510,19,17031,92,1 +511,19,17031,92,390 +512,19,17031,92,22 +513,19,17031,92,10 +514,19,17031,92,2 +515,19,17031,92,6 +516,19,17031,92,2 +517,19,17031,92,31 +518,19,17031,92,4 +519,19,17031,92,11 +520,19,17031,92,226 +521,19,17031,92,0 +522,19,17031,92,0 +523,20,17031,92,6 +524,20,17031,92,346 +525,20,17031,92,3 +526,20,17031,92,7 +527,20,17031,92,36 +528,20,17031,92,35 +529,20,17031,92,140 +530,20,17031,92,21 +531,20,17031,92,2 +532,20,17031,92,0 +533,20,17031,92,1 +534,20,17031,92,132 +535,20,17031,92,0 +536,20,17031,92,2 +537,20,17031,92,0 +538,20,17031,92,65 +539,20,17031,92,14 +540,20,17031,92,0 +541,20,17031,92,153 +542,20,17031,92,2 +543,20,17031,92,2 +544,20,17031,92,5 +545,20,17031,92,0 +546,20,17031,92,0 +547,20,17031,92,172 +548,20,17031,92,40 +549,20,17031,92,13 +550,20,17031,92,1 +551,20,17031,92,2 +552,20,17031,92,48 +553,20,17031,92,0 +554,20,17031,92,1 +555,20,17031,92,8 +556,20,17031,92,0 +557,20,17031,92,0 +558,20,17031,92,0 +559,20,17031,92,1 +560,20,17031,92,1 +561,20,17031,92,0 +562,20,17031,92,137 +563,20,17031,92,633 +564,20,17031,92,1 +565,20,17031,92,1 +566,20,17031,92,42 +567,20,17031,92,2 +568,20,17031,92,0 +569,20,17031,92,0 +570,20,17031,92,0 +571,20,17031,92,0 +572,20,17031,92,1 +573,20,17031,92,0 +574,20,17031,92,90 +575,20,17031,92,87 +576,20,17031,92,0 +577,20,17031,92,0 +578,20,17031,92,41 +579,20,17031,92,11 +580,20,17031,92,121 +581,20,17031,92,0 +582,20,17031,92,0 +583,20,17031,92,26 +584,20,17031,92,0 +585,20,17031,92,48 +586,20,17031,92,0 +587,20,17031,92,1 +588,20,17031,92,7 +589,20,17031,92,0 +590,20,17031,92,0 +591,20,17031,92,6 +592,20,17031,92,12 +593,20,17031,92,1 +594,20,17031,92,0 +595,20,17031,92,35 +596,20,17031,92,72 +597,20,17031,92,22 +598,20,17031,92,35 +599,20,17031,92,3 +600,20,17031,92,0 +601,20,17031,92,32 +602,20,17031,92,0 +603,20,17031,92,1 +604,20,17031,92,2 +605,20,17031,92,2 +606,20,17031,92,9 +607,20,17031,92,2 +608,20,17031,92,95 +609,20,17031,92,0 +610,20,17031,92,0 +611,20,17031,92,2 +612,20,17031,92,6 +613,20,17031,92,0 +614,20,17031,92,24 +615,20,17031,92,5 +616,20,17031,92,0 +617,20,17031,92,1 +618,20,17031,92,4 +619,20,17031,92,1 +620,20,17031,92,0 +621,20,17031,92,70 +622,20,17031,92,4 +623,20,17031,92,145 +624,20,17031,92,2 +625,20,17031,92,0 +626,20,17031,92,1 +627,20,17031,92,6 +628,20,17031,92,1 +629,20,17031,92,0 +630,23,17031,92,9 +631,23,17031,92,34 +632,23,17031,92,8 +633,23,17031,92,6 +634,23,17031,92,150 +635,23,17031,92,5 +636,24,17031,92,0 +637,24,17031,92,0 +638,24,17031,92,82 +639,24,17031,92,0 +640,24,17031,92,7 +641,24,17031,92,0 +642,24,17031,92,1 +643,24,17031,92,0 +644,24,17031,92,2 +645,24,17031,92,135 +646,24,17031,92,4 +647,24,17031,92,2 +648,24,17031,92,1 +649,24,17031,92,29 +650,24,17031,92,43 +651,24,17031,92,26 +652,24,17031,92,2 +653,24,17031,92,150 +654,24,17031,92,0 +655,24,17031,92,0 +656,24,17031,92,0 +657,24,17031,92,51 +658,24,17031,92,2 +659,24,17031,92,1 +660,24,17031,92,5 +661,24,17031,92,0 +662,24,17031,92,3 +663,24,17031,92,58 +664,24,17031,92,13 +665,24,17031,92,0 +666,24,17031,92,0 +667,24,17031,92,0 +668,24,17031,92,10 +669,24,17031,92,0 +670,24,17031,92,17 +671,24,17031,92,0 +672,24,17031,92,508 +673,24,17031,92,2 +674,24,17031,92,50 +675,24,17031,92,1 +676,24,17031,92,2 +677,24,17031,92,6 +678,24,17031,92,193 +679,24,17031,92,0 +680,24,17031,92,119 +681,24,17031,92,47 +682,24,17031,92,46 +683,24,17031,92,113 +684,24,17031,92,0 +685,24,17031,92,0 +686,24,17031,92,0 +687,24,17031,92,0 +688,24,17031,92,83 +689,24,17031,92,1 +690,24,17031,92,7 +691,24,17031,92,4 +692,24,17031,92,0 +693,24,17031,92,0 +694,24,17031,92,0 +695,24,17031,92,2 +696,24,17031,92,1 +697,24,17031,92,73 +698,24,17031,92,41 +699,24,17031,92,5 +700,24,17031,92,3 +701,24,17031,92,21 +702,24,17031,92,161 +703,24,17031,92,0 +704,24,17031,92,1 +705,24,17031,92,37 +706,24,17031,92,0 +707,24,17031,92,1 +708,24,17031,92,1 +709,24,17031,92,7 +710,24,17031,92,16 +711,24,17031,92,41 +712,24,17031,92,0 +713,24,17031,92,0 +714,24,17031,92,2 +715,24,17031,92,0 +716,24,17031,92,0 +717,24,17031,92,0 +718,1,17031,92,0 +719,1,17031,92,0 +720,1,17031,92,11 +721,1,17031,92,0 +722,1,17031,92,29 +723,1,17031,92,0 +724,1,17031,92,153 +725,1,17031,92,30 +726,1,17031,92,59 +727,6,17031,92,46 +728,6,17031,92,0 +729,6,17031,92,118 +730,6,17031,92,1 +731,6,17031,92,1 +732,6,17031,92,1 +733,6,17031,92,0 +734,6,17031,92,8 +735,6,17031,92,51 +736,6,17031,92,39 +737,6,17031,92,186 +738,6,17031,92,158 +739,6,17031,92,5 +740,6,17031,92,0 +741,6,17031,92,16 +742,6,17031,92,0 +743,6,17031,92,95 +744,6,17031,92,54 +745,6,17031,92,200 +746,6,17031,92,0 +747,6,17031,92,218 +748,2,17031,92,0 +749,2,17031,92,7 +750,2,17031,92,1 +751,2,17031,92,0 +752,2,17031,92,2 +753,2,17031,92,0 +754,2,17031,92,0 +755,2,17031,92,0 +756,2,17031,92,77 +757,2,17031,92,3 +758,2,17031,92,18 +759,2,17031,92,0 +760,2,17031,92,3 +761,2,17031,92,0 +762,2,17031,92,0 +763,2,17031,92,17 +764,2,17031,92,5 +765,2,17031,92,2 +766,2,17031,92,33 +767,2,17031,92,3 +768,2,17031,92,1 +769,2,17031,92,308 +770,2,17031,92,0 +771,2,17031,92,0 +772,2,17031,92,41 +773,2,17031,92,44 +774,2,17031,92,0 +775,2,17031,92,1304 +776,2,17031,92,0 +777,2,17031,92,1 +778,2,17031,92,80 +779,2,17031,92,89 +780,2,17031,92,0 +781,2,17031,92,0 +782,2,17031,92,0 +783,2,17031,92,17 +784,2,17031,92,0 +785,2,17031,92,284 +786,2,17031,92,96 +787,2,17031,92,0 +788,2,17031,92,0 +789,2,17031,92,33 +790,2,17031,92,3 +791,2,17031,92,33 +792,2,17031,92,82 +793,7,17031,92,163 +794,7,17031,92,224 +795,7,17031,92,0 +796,7,17031,92,3 +797,7,17031,92,0 +798,7,17031,92,385 +799,7,17031,92,408 +800,7,17031,92,84 +801,7,17031,92,2 +802,7,17031,92,119 +803,7,17031,92,1 +804,7,17031,92,5 +805,7,17031,92,178 +806,7,17031,92,2 +807,7,17031,92,1 +808,7,17031,92,0 +809,7,17031,92,0 +810,7,17031,92,0 +811,7,17031,92,0 +812,7,17031,92,4 +813,7,17031,92,0 +814,7,17031,92,28 +815,7,17031,92,1 +816,7,17031,92,0 +817,7,17031,92,251 +818,7,17031,92,0 +819,7,17031,92,12 +820,7,17031,92,93 +821,7,17031,92,21 +822,7,17031,92,199 +823,7,17031,92,108 +824,7,17031,92,0 +825,7,17031,92,0 +826,7,17031,92,153 +827,7,17031,92,14 +828,7,17031,92,0 +829,7,17031,92,0 +830,7,17031,92,0 +831,7,17031,92,0 +832,7,17031,92,24 +833,7,17031,92,0 +834,7,17031,92,210 +835,7,17031,92,9 +836,7,17031,92,7 +837,7,17031,92,6 +838,7,17031,92,0 +839,3,17031,92,4 +840,3,17031,92,2 +841,3,17031,92,0 +842,3,17031,92,0 +843,3,17031,92,142 +844,3,17031,92,0 +845,3,17031,92,1 +846,3,17031,92,0 +847,3,17031,92,1 +848,3,17031,92,1 +849,3,17031,92,1 +850,3,17031,92,1 +851,3,17031,92,0 +852,3,17031,92,16 +853,3,17031,92,0 +854,3,17031,92,185 +855,3,17031,92,1 +856,3,17031,92,0 +857,3,17031,92,175 +858,3,17031,92,0 +859,3,17031,92,0 +860,3,17031,92,2 +861,3,17031,92,0 +862,3,17031,92,1 +863,3,17031,92,66 +864,3,17031,92,21 +865,3,17031,92,2 +866,3,17031,92,0 +867,3,17031,92,3 +868,3,17031,92,0 +869,3,17031,92,1 +870,3,17031,92,97 +871,3,17031,92,0 +872,3,17031,92,0 +873,3,17031,92,93 +874,3,17031,92,1 +875,3,17031,92,103 +876,3,17031,92,35 +877,3,17031,92,0 +878,3,17031,92,0 +879,3,17031,92,1 +880,3,17031,92,0 +881,3,17031,92,1 +882,3,17031,92,212 +883,3,17031,92,0 +884,3,17031,92,0 +885,3,17031,92,0 +886,3,17031,92,243 +887,3,17031,92,0 +888,3,17031,92,0 +889,3,17031,92,0 +890,3,17031,92,0 +891,3,17031,92,0 +892,3,17031,92,7 +893,3,17031,92,0 +894,3,17031,92,0 +895,3,17031,92,54 +896,3,17031,92,1 +897,3,17031,92,4 +898,3,17031,92,44 +899,3,17031,92,0 +900,3,17031,92,1 +901,3,17031,92,306 +902,3,17031,92,6 +903,3,17031,92,441 +904,3,17031,92,0 +905,8,17031,92,80 +906,8,17031,92,0 +907,8,17031,92,178 +908,8,17031,92,0 +909,8,17031,92,18 +910,8,17031,92,139 +911,8,17031,92,3 +912,8,17031,92,0 +913,8,17031,92,0 +914,8,17031,92,0 +915,8,17031,92,231 +916,8,17031,92,1 +917,8,17031,92,0 +918,8,17031,92,336 +919,8,17031,92,0 +920,8,17031,92,0 +921,8,17031,92,0 +922,8,17031,92,0 +923,8,17031,92,0 +924,8,17031,92,0 +925,8,17031,92,0 +926,8,17031,92,0 +927,8,17031,92,0 +928,8,17031,92,32 +929,8,17031,92,1 +930,8,17031,92,5 +931,8,17031,92,32 +932,8,17031,92,0 +933,8,17031,92,1 +934,8,17031,92,0 +935,8,17031,92,70 +936,8,17031,92,23 +937,8,17031,92,0 +938,8,17031,92,0 +939,8,17031,92,0 +940,8,17031,92,0 +941,8,17031,92,0 +942,8,17031,92,0 +943,8,17031,92,83 +944,8,17031,92,0 +945,8,17031,92,1 +946,8,17031,92,84 +947,8,17031,92,19 +948,8,17031,92,33 +949,8,17031,92,5 +950,8,17031,92,0 +951,8,17031,92,2 +952,8,17031,92,82 +953,8,17031,92,65 +954,8,17031,92,33 +955,4,17031,92,46 +956,4,17031,92,498 +957,4,17031,92,11 +958,4,17031,92,5 +959,4,17031,92,71 +960,4,17031,92,0 +961,4,17031,92,1 +962,4,17031,92,43 +963,4,17031,92,173 +964,4,17031,92,2 +965,4,17031,92,0 +966,4,17031,92,134 +967,4,17031,92,65 +968,4,17031,92,0 +969,4,17031,92,35 +970,4,17031,92,2 +971,4,17031,92,1 +972,4,17031,92,0 +973,4,17031,92,211 +974,4,17031,92,0 +975,4,17031,92,1 +976,4,17031,92,174 +977,4,17031,92,8 +978,4,17031,92,8 +979,4,17031,92,0 +980,4,17031,92,22 +981,4,17031,92,4 +982,4,17031,92,0 +983,4,17031,92,1 +984,4,17031,92,4 +985,4,17031,92,20 +986,4,17031,92,3 +987,4,17031,92,52 +988,4,17031,92,0 +989,4,17031,92,0 +990,4,17031,92,0 +991,4,17031,92,3 +992,4,17031,92,0 +993,4,17031,92,0 +994,4,17031,92,0 +995,4,17031,92,0 +996,4,17031,92,30 +997,4,17031,92,1 +998,4,17031,92,33 +999,4,17031,92,3 +1000,4,17031,92,74 +1001,4,17031,92,23 +1002,9,17031,92,30 +1003,9,17031,92,3 +1004,9,17031,92,0 +1005,9,17031,92,319 +1006,9,17031,92,5 +1007,9,17031,92,1 +1008,9,17031,92,65 +1009,9,17031,92,3 +1010,9,17031,92,2 +1011,9,17031,92,54 +1012,9,17031,92,0 +1013,9,17031,92,107 +1014,9,17031,92,23 +1015,9,17031,92,0 +1016,9,17031,92,23 +1017,9,17031,92,0 +1018,9,17031,92,1 +1019,9,17031,92,23 +1020,9,17031,92,1 +1021,9,17031,92,2 +1022,9,17031,92,1 +1023,9,17031,92,37 +1024,9,17031,92,1 +1025,9,17031,92,0 +1026,9,17031,92,0 +1027,9,17031,92,24 +1028,9,17031,92,180 +1029,9,17031,92,0 +1030,9,17031,92,0 +1031,9,17031,92,6 +1032,9,17031,92,4 +1033,9,17031,92,0 +1034,9,17031,92,1 +1035,9,17031,92,1 +1036,9,17031,92,0 +1037,9,17031,92,107 +1038,9,17031,92,0 +1039,9,17031,92,92 +1040,9,17031,92,0 +1041,9,17031,92,18 +1042,9,17031,92,104 +1043,9,17031,92,0 +1044,9,17031,92,0 +1045,9,17031,92,60 +1046,9,17031,92,0 +1047,9,17031,92,0 +1048,9,17031,92,0 +1049,9,17031,92,0 +1050,9,17031,92,52 +1051,9,17031,92,0 +1052,9,17031,92,1 +1053,9,17031,92,0 +1054,9,17031,92,90 +1055,9,17031,92,38 +1056,9,17031,92,0 +1057,9,17031,92,14 +1058,9,17031,92,0 +1059,9,17031,92,0 +1060,9,17031,92,2 +1061,12,17031,92,271 +1062,9,17031,92,199 +1063,9,17031,92,1 +1064,12,17031,92,51 +1065,9,17031,92,0 +1066,9,17031,92,0 +1067,9,17031,92,48 +1068,12,17031,92,0 +1069,5,17031,92,1 +1070,5,17031,92,135 +1071,5,17031,92,0 +1072,5,17031,92,0 +1073,5,17031,92,0 +1074,5,17031,92,215 +1075,5,17031,92,37 +1076,5,17031,92,89 +1077,5,17031,92,15 +1078,5,17031,92,0 +1079,5,17031,92,80 +1080,5,17031,92,55 +1081,5,17031,92,188 +1082,5,17031,92,68 +1083,5,17031,92,0 +1084,5,17031,92,44 +1085,5,17031,92,0 +1086,5,17031,92,0 +1087,10,17031,92,0 +1088,5,17031,92,100 +1089,10,17031,92,0 +1090,5,17031,92,0 +1091,5,17031,92,28 +1092,10,17031,92,35 +1093,10,17031,92,217 +1094,10,17031,92,99 +1095,10,17031,92,1 +1096,10,17031,92,4 +1097,10,17031,92,4 +1098,5,17031,92,0 +1099,10,17031,92,1 +1100,10,17031,92,0 +1101,10,17031,92,0 +1102,10,17031,92,0 +1103,10,17031,92,0 +1104,10,17031,92,0 +1105,10,17031,92,0 +1106,10,17031,92,0 +1107,10,17031,92,240 +1108,10,17031,92,35 +1109,10,17031,92,0 +1110,10,17031,92,0 +1111,10,17031,92,0 +1112,10,17031,92,7 +1113,10,17031,92,0 +1114,10,17031,92,7 +1115,10,17031,92,0 +1116,10,17031,92,0 +1117,10,17031,92,46 +1118,10,17031,92,0 +1119,10,17031,92,52 +1120,10,17031,92,0 +1121,10,17031,92,2 +1122,10,17031,92,42 +1123,10,17031,92,0 +1124,10,17031,92,103 +1125,10,17031,92,6 +1126,10,17031,92,0 +1127,10,17031,92,0 +1128,10,17031,92,19 +1129,10,17031,92,35 +1130,10,17031,92,0 +1131,10,17031,92,0 +1132,10,17031,92,2 +1133,10,17031,92,0 +1134,10,17031,92,1 +1135,10,17031,92,76 +1136,10,17031,92,0 +1137,10,17031,92,0 +1138,10,17031,92,4 +1139,10,17031,92,5 +1140,10,17031,92,0 +1141,10,17031,92,0 +1142,10,17031,92,0 +1143,10,17031,92,0 +1144,10,17031,92,34 +1145,10,17031,92,224 +1146,10,17031,92,3 +1147,10,17031,92,73 +1148,10,17031,92,53 +1149,10,17031,92,0 +1150,10,17031,92,134 +1151,10,17031,92,21 +1152,10,17031,92,53 +1153,10,17031,92,55 +1154,10,17031,92,0 +1155,10,17031,92,0 +1156,10,17031,92,0 +1157,10,17031,92,3 +1158,10,17031,92,0 +1159,10,17031,92,9 +1160,10,17031,92,1 +1161,10,17031,92,0 +1162,10,17031,92,0 +1163,10,17031,92,36 +1164,10,17031,92,0 +1165,10,17031,92,0 +1166,10,17031,92,0 +1167,10,17031,92,72 +1168,10,17031,92,7 +1169,10,17031,92,9 +1170,10,17031,92,0 +1171,11,17031,92,0 +1172,11,17031,92,150 +1173,11,17031,92,18 +1174,11,17031,92,197 +1175,11,17031,92,0 +1176,11,17031,92,187 +1177,11,17031,92,1 +1178,11,17031,92,0 +1179,11,17031,92,0 +1180,11,17031,92,0 +1181,11,17031,92,0 +1182,11,17031,92,2 +1183,12,17031,92,80 +1184,12,17031,92,17 +1185,12,17031,92,251 +1186,12,17031,92,45 +1187,12,17031,92,0 +1188,13,17031,92,29 +1189,12,17031,92,10 +1190,13,17031,92,0 +1191,12,17031,92,19 +1192,12,17031,92,6 +1193,12,17031,92,1 +1194,12,17031,92,10 +1195,12,17031,92,34 +1196,12,17031,92,2 +1197,12,17031,92,5 +1198,12,17031,92,0 +1199,12,17031,92,37 +1200,12,17031,92,1 +1201,12,17031,92,0 +1202,12,17031,92,0 +1203,12,17031,92,14 +1204,12,17031,92,113 +1205,12,17031,92,71 +1206,12,17031,92,0 +1207,12,17031,92,99 +1208,12,17031,92,133 +1209,12,17031,92,4 +1210,12,17031,92,0 +1211,12,17031,92,9 +1212,12,17031,92,5 +1213,12,17031,92,1 +1214,12,17031,92,120 +1215,12,17031,92,0 +1216,12,17031,92,88 +1217,12,17031,92,22 +1218,12,17031,92,121 +1219,12,17031,92,4 +1220,12,17031,92,0 +1221,12,17031,92,0 +1222,12,17031,92,2 +1223,12,17031,92,190 +1224,12,17031,92,6 +1225,12,17031,92,1 +1226,12,17031,92,0 +1227,12,17031,92,0 +1228,12,17031,92,0 +1229,15,17031,92,4 +1230,15,17031,92,17 +1231,15,17031,92,1 +1232,15,17031,92,37 +1233,15,17031,92,0 +1234,15,17031,92,34 +1235,15,17031,92,17 +1236,15,17031,92,203 +1237,15,17031,92,17 +1238,15,17031,92,0 +1239,15,17031,92,0 +1240,15,17031,92,0 +1241,15,17031,92,4 +1242,15,17031,92,0 +1243,15,17031,92,0 +1244,15,17031,92,0 +1245,15,17031,92,0 +1246,15,17031,92,0 +1247,15,17031,92,1 +1248,15,17031,92,1 +1249,15,17031,92,0 +1250,15,17031,92,122 +1251,15,17031,92,43 +1252,15,17031,92,44 +1253,15,17031,92,0 +1254,15,17031,92,65 +1255,15,17031,92,2 +1256,15,17031,92,53 +1257,15,17031,92,2 +1258,15,17031,92,0 +1259,15,17031,92,0 +1260,15,17031,92,0 +1261,15,17031,92,90 +1262,15,17031,92,0 +1263,15,17031,92,74 +1264,15,17031,92,21 +1265,15,17031,92,0 +1266,15,17031,92,75 +1267,15,17031,92,58 +1268,15,17031,92,111 +1269,15,17031,92,62 +1270,15,17031,92,3 +1271,15,17031,92,66 +1272,15,17031,92,18 +1273,15,17031,92,1 +1274,15,17031,92,35 +1275,15,17031,92,0 +1276,15,17031,92,0 +1277,15,17031,92,27 +1278,15,17031,92,334 +1279,15,17031,92,0 +1280,15,17031,92,0 +1281,15,17031,92,67 +1282,15,17031,92,10 +1283,15,17031,92,1 +1284,15,17031,92,9 +1285,15,17031,92,16 +1286,15,17031,92,13 +1287,15,17031,92,40 +1288,15,17031,92,0 +1289,15,17031,92,3 +1290,15,17031,92,3 +1291,15,17031,92,40 +1292,15,17031,92,14 +1293,15,17031,92,648 +1294,15,17031,92,1692 +1295,15,17031,92,13 +1296,15,17031,92,0 +1297,15,17031,92,1 +1298,15,17031,92,0 +1299,15,17031,92,21 +1300,15,17031,92,0 +1301,15,17031,92,0 +1302,15,17031,92,11 +1303,15,17031,92,122 +1304,15,17031,92,0 +1305,15,17031,92,1 +1306,15,17031,92,7 +1307,15,17031,92,0 +1308,15,17031,92,0 +1309,15,17031,92,1 +1310,15,17031,92,1 +1311,15,17031,92,0 +1312,15,17031,92,153 +1313,16,17031,92,0 +1314,16,17031,92,0 +1315,16,17031,92,0 +1316,16,17031,92,0 +1317,16,17031,92,14 +1318,16,17031,92,1 +1319,16,17031,92,198 +1320,16,17031,92,21 +1321,16,17031,92,0 +1322,16,17031,92,355 +1323,16,17031,92,29 +1324,16,17031,92,1 +1325,16,17031,92,66 +1326,16,17031,92,1 +1327,16,17031,92,32 +1328,16,17031,92,1 +1329,16,17031,92,14 +1330,16,17031,92,52 +1331,16,17031,92,52 +1332,16,17031,92,0 +1333,16,17031,92,56 +1334,16,17031,92,51 +1335,16,17031,92,6 +1336,16,17031,92,3 +1337,16,17031,92,1 +1338,16,17031,92,29 +1339,16,17031,92,2 +1340,16,17031,92,82 +1341,16,17031,92,200 +1342,16,17031,92,1 +1343,16,17031,92,0 +1344,16,17031,92,7 +1345,16,17031,92,1 +1346,16,17031,92,620 +1347,16,17031,92,150 +1348,16,17031,92,47 +1349,16,17031,92,15 +1350,16,17031,92,60 +1351,16,17031,92,1 +1352,16,17031,92,0 +1353,16,17031,92,0 +1354,16,17031,92,4 +1355,16,17031,92,3 +1356,16,17031,92,0 +1357,16,17031,92,0 +1358,16,17031,92,1 +1359,16,17031,92,15 +1360,16,17031,92,2 +1361,16,17031,92,59 +1362,18,17031,92,14 +1363,18,17031,92,59 +1364,18,17031,92,10 +1365,18,17031,92,2 +1366,18,17031,92,17 +1367,18,17031,92,112 +1368,18,17031,92,93 +1369,18,17031,92,195 +1370,18,17031,92,0 +1371,18,17031,92,1 +1372,18,17031,92,2 +1373,18,17031,92,110 +1374,18,17031,92,0 +1375,18,17031,92,39 +1376,18,17031,92,14 +1377,18,17031,92,0 +1378,18,17031,92,3 +1379,18,17031,92,0 +1380,18,17031,92,14 +1381,18,17031,92,173 +1382,18,17031,92,0 +1383,18,17031,92,3 +1384,18,17031,92,9 +1385,18,17031,92,38 +1386,18,17031,92,89 +1387,18,17031,92,0 +1388,18,17031,92,2 +1389,18,17031,92,0 +1390,18,17031,92,66 +1391,18,17031,92,54 +1392,18,17031,92,41 +1393,18,17031,92,9 +1394,18,17031,92,0 +1395,18,17031,92,0 +1396,18,17031,92,0 +1397,18,17031,92,33 +1398,18,17031,92,135 +1399,18,17031,92,58 +1400,18,17031,92,128 +1401,18,17031,92,53 +1402,18,17031,92,24 +1403,18,17031,92,0 +1404,18,17031,92,28 +1405,18,17031,92,7 +1406,18,17031,92,110 +1407,18,17031,92,0 +1408,18,17031,92,49 +1409,18,17031,92,20 +1410,18,17031,92,21 +1411,18,17031,92,62 +1412,18,17031,92,0 +1413,18,17031,92,1 +1414,18,17031,92,35 +1415,18,17031,92,20 +1416,19,17031,92,160 +1417,19,17031,92,1 +1418,19,17031,92,5 +1419,19,17031,92,2 +1420,19,17031,92,0 +1421,19,17031,92,10 +1422,19,17031,92,3 +1423,19,17031,92,2 +1424,19,17031,92,35 +1425,19,17031,92,4 +1426,19,17031,92,821 +1427,19,17031,92,79 +1428,19,17031,92,25 +1429,19,17031,92,13 +1430,19,17031,92,192 +1431,19,17031,92,14 +1432,19,17031,92,0 +1433,19,17031,92,2 +1434,19,17031,92,14 +1435,19,17031,92,7 +1436,19,17031,92,8 +1437,19,17031,92,0 +1438,19,17031,92,0 +1439,19,17031,92,46 +1440,19,17031,92,6 +1441,21,17031,92,57 +1442,21,17031,92,12 +1443,21,17031,92,2 +1444,21,17031,92,152 +1445,21,17031,92,31 +1446,21,17031,92,7 +1447,22,17031,92,0 +1448,22,17031,92,37 +1449,22,17031,92,15 +1450,22,17031,92,1 +1451,22,17031,92,2 +1452,22,17031,92,1 +1453,22,17031,92,2 +1454,22,17031,92,0 +1455,22,17031,92,0 +1456,22,17031,92,0 +1457,22,17031,92,0 +1458,22,17031,92,591 +1459,22,17031,92,0 +1460,22,17031,92,0 +1461,22,17031,92,87 +1462,22,17031,92,2 +1463,22,17031,92,91 +1464,22,17031,92,55 +1465,22,17031,92,7 +1466,22,17031,92,220 +1467,22,17031,92,0 +1468,22,17031,92,118 +1469,22,17031,92,0 +1470,22,17031,92,0 +1471,23,17031,92,22 +1472,23,17031,92,11 +1473,23,17031,92,178 +1474,23,17031,92,10 +1475,23,17031,92,61 +1476,23,17031,92,8 +1477,23,17031,92,22 +1478,23,17031,92,72 +1479,23,17031,92,87 +1480,23,17031,92,0 +1481,23,17031,92,0 +1482,23,17031,92,44 +1483,23,17031,92,27 +1484,23,17031,92,0 +1485,23,17031,92,2 +1486,23,17031,92,19 +1487,23,17031,92,31 +1488,23,17031,92,2 +1489,23,17031,92,5 +1490,23,17031,92,0 +1491,23,17031,92,0 +1492,23,17031,92,3 +1493,23,17031,92,0 +1494,23,17031,92,0 +1495,23,17031,92,0 +1496,23,17031,92,1 +1497,23,17031,92,0 +1498,23,17031,92,0 +1499,23,17031,92,0 +1500,23,17031,92,0 +1501,23,17031,92,0 +1502,23,17031,92,0 +1503,23,17031,92,38 +1504,23,17031,92,6 +1505,23,17031,92,1 +1506,23,17031,92,103 +1507,23,17031,92,0 +1508,23,17031,92,34 +1509,23,17031,92,182 +1510,23,17031,92,36 +1511,23,17031,92,11 +1512,23,17031,92,2 +1513,23,17031,92,64 +1514,23,17031,92,7 +1515,23,17031,92,19 +1516,23,17031,92,16 +1517,23,17031,92,0 +1518,23,17031,92,11 +1519,23,17031,92,77 +1520,23,17031,92,1 +1521,23,17031,92,0 +1522,23,17031,92,0 +1523,23,17031,92,0 +1524,23,17031,92,44 +1525,23,17031,92,3 +1526,23,17031,92,12 +1527,23,17031,92,0 +1528,23,17031,92,1 +1529,23,17031,92,8 +1530,23,17031,92,0 +1531,23,17031,92,4 +1532,23,17031,92,38 +1533,23,17031,92,0 +1534,23,17031,92,90 +1535,23,17031,92,3 +1536,23,17031,92,2 +1537,24,17031,92,0 +1538,24,17031,92,1 +1539,24,17031,92,1 +1540,24,17031,92,117 +1541,24,17031,92,0 +1542,24,17031,92,0 +1543,24,17031,92,1 +1544,24,17031,92,0 +1545,24,17031,92,0 +1546,24,17031,92,1 +1547,24,17031,92,0 +1548,24,17031,92,0 +1549,24,17031,92,5 +1550,24,17031,92,98 +1551,24,17031,92,0 +1552,25,17031,92,5 +1553,25,17031,92,0 +1554,25,17031,92,2 +1555,25,17031,92,378 +1556,25,17031,92,0 +1557,25,17031,92,1 +1558,25,17031,92,1 +1559,25,17031,92,36 +1560,25,17031,92,0 +1561,25,17031,92,36 +1562,25,17031,92,547 +1563,25,17031,92,3 +1564,25,17031,92,26 +1565,25,17031,92,74 +1566,25,17031,92,1 +1567,25,17031,92,0 +1568,25,17031,92,1 +1569,25,17031,92,3 +1570,25,17031,92,3 +1571,25,17031,92,5 +1572,25,17031,92,287 +1573,26,17031,92,0 +1574,26,17031,92,85 +1575,26,17031,92,1 +1576,26,17031,92,314 +1577,26,17031,92,4 +1578,26,17031,92,0 +1579,26,17031,92,67 +1580,26,17031,92,136 +1581,26,17031,92,44 +1582,26,17031,92,17 +1583,26,17031,92,2 +1584,26,17031,92,0 +1585,26,17031,92,0 +1586,26,17031,92,0 +1587,26,17031,92,15 +1588,26,17031,92,78 +1589,26,17031,92,0 +1590,26,17031,92,0 +1591,26,17031,92,110 +1592,26,17031,92,0 +1593,26,17031,92,43 +1594,26,17031,92,0 +1595,26,17031,92,57 +1596,26,17031,92,19 +1597,26,17031,92,0 +1598,26,17031,92,99 +1599,26,17031,92,1 +1600,26,17031,92,536 +1601,26,17031,92,49 +1602,26,17031,92,1 +1603,26,17031,92,0 +1604,26,17031,92,1 +1605,26,17031,92,0 +1606,26,17031,92,78 +1607,26,17031,92,0 +1608,26,17031,92,0 +1609,26,17031,92,0 +1610,26,17031,92,0 +1611,26,17031,92,0 +1612,26,17031,92,42 +1613,26,17031,92,0 +1614,26,17031,92,12 +1615,27,17031,92,20 +1616,27,17031,92,54 +1617,27,17031,92,2 +1618,27,17031,92,0 +1619,27,17031,92,23 +1620,27,17031,92,171 +1621,27,17031,92,1 +1622,27,17031,92,4 +1623,27,17031,92,95 +1624,27,17031,92,103 +1625,27,17031,92,46 +1626,27,17031,92,56 +1627,27,17031,92,151 +1628,27,17031,92,0 +1629,27,17031,92,77 +1630,27,17031,92,0 +1631,27,17031,92,104 +1632,27,17031,92,178 +1633,27,17031,92,102 +1634,27,17031,92,0 +1635,27,17031,92,2 +1636,27,17031,92,2 +1637,27,17031,92,20 +1638,27,17031,92,2 +1639,27,17031,92,14 +1640,27,17031,92,206 +1641,27,17031,92,89 +1642,27,17031,92,53 +1643,27,17031,92,57 +1644,27,17031,92,45 +1645,27,17031,92,10 +1646,27,17031,92,234 +1647,27,17031,92,1 +1648,27,17031,92,6 +1649,27,17031,92,152 +1650,27,17031,92,81 +1651,27,17031,92,3 +1652,27,17031,92,9 +1653,27,17031,92,51 +1654,27,17031,92,2 +1655,27,17031,92,13 +1656,27,17031,92,0 +1657,27,17031,92,186 +1658,27,17031,92,110 +1659,27,17031,92,16 +1660,27,17031,92,9 +1661,27,17031,92,99 +1662,27,17031,92,0 +1663,27,17031,92,4 +1664,27,17031,92,99 +1665,27,17031,92,99 +1666,27,17031,92,35 +1667,28,17031,92,60 +1668,28,17031,92,38 +1669,28,17031,92,25 +1670,28,17031,92,29 +1671,28,17031,92,139 +1672,28,17031,92,45 +1673,28,17031,92,0 +1674,28,17031,92,167 +1675,28,17031,92,0 +1676,28,17031,92,92 +1677,28,17031,92,193 +1678,28,17031,92,94 +1679,28,17031,92,0 +1680,28,17031,92,99 +1681,28,17031,92,14 +1682,28,17031,92,0 +1683,28,17031,92,0 +1684,28,17031,92,0 +1685,28,17031,92,1 +1686,28,17031,92,4 +1687,28,17031,92,0 +1688,28,17031,92,0 +1689,28,17031,92,182 +1690,28,17031,92,69 +1691,28,17031,92,3 +1692,28,17031,92,1 +1693,28,17031,92,54 +1694,28,17031,92,59 +1695,28,17031,92,0 +1696,28,17031,92,240 +1697,29,17031,92,2 +1698,29,17031,92,78 +1699,29,17031,92,0 +1700,29,17031,92,61 +1701,29,17031,92,40 +1702,29,17031,92,90 +1703,29,17031,92,0 +1704,29,17031,92,0 +1705,29,17031,92,74 +1706,29,17031,92,1 +1707,29,17031,92,32 +1708,29,17031,92,0 +1709,29,17031,92,3 +1710,29,17031,92,1 +1711,29,17031,92,0 +1712,29,17031,92,0 +1713,29,17031,92,0 +1714,29,17031,92,0 +1715,29,17031,92,13 +1716,29,17031,92,273 +1717,29,17031,92,0 +1718,29,17031,92,0 +1719,29,17031,92,141 +1720,29,17031,92,0 +1721,29,17031,92,142 +1722,29,17031,92,5 +1723,29,17031,92,1 +1724,29,17031,92,1 +1725,29,17031,92,0 +1726,29,17031,92,116 +1727,29,17031,92,194 +1728,29,17031,92,200 +1729,29,17031,92,67 +1730,29,17031,92,67 +1731,29,17031,92,37 +1732,29,17031,92,117 +1733,79,17043,92,9 +1734,79,17043,92,0 +1735,77,17043,92,9 +1736,77,17043,92,109 +1737,77,17043,92,1 +1738,77,17043,92,16 +1739,77,17043,92,28 +1740,77,17043,92,32 +1741,77,17043,92,20 +1742,77,17043,92,108 +1743,77,17043,92,102 +1744,80,17043,92,155 +1745,80,17043,92,46 +1746,80,17043,92,146 +1747,80,17043,92,0 +1748,80,17043,92,102 +1749,80,17043,92,0 +1750,80,17043,92,0 +1751,80,17043,92,6 +1752,80,17043,92,21 +1753,80,17043,92,7 +1754,80,17043,92,165 +1755,80,17043,92,125 +1756,83,17043,92,3 +1757,83,17043,92,8 +1758,83,17043,92,36 +1759,83,17043,92,5 +1760,83,17043,92,5 +1761,83,17043,92,178 +1762,83,17043,92,0 +1763,83,17043,92,3 +1764,83,17043,92,46 +1765,83,17043,92,0 +1766,83,17043,92,0 +1767,83,17043,92,11 +1768,83,17043,92,47 +1769,83,17043,92,4 +1770,83,17043,92,2 +1771,83,17043,92,0 +1772,83,17043,92,0 +1773,83,17043,92,0 +1774,83,17043,92,1 +1775,83,17043,92,10 +1776,83,17043,92,0 +1777,83,17043,92,0 +1778,83,17043,92,0 +1779,83,17043,92,24 +1780,83,17043,92,0 +1781,83,17043,92,12 +1782,83,17043,92,209 +1783,83,17043,92,2 +1784,83,17043,92,603 +1785,83,17043,92,0 +1786,83,17043,92,4 +1787,83,17043,92,0 +1788,83,17043,92,2 +1789,83,17043,92,1 +1790,83,17043,92,6 +1791,83,17043,92,0 +1792,83,17043,92,0 +1793,83,17043,92,0 +1794,83,17043,92,153 +1795,83,17043,92,154 +1796,83,17043,92,3 +1797,83,17043,92,0 +1798,83,17043,92,1 +1799,83,17043,92,662 +1800,83,17043,92,39 +1801,83,17043,92,77 +1802,83,17043,92,0 +1803,83,17043,92,0 +1804,83,17043,92,0 +1805,83,17043,92,0 +1806,83,17043,92,0 +1807,83,17043,92,1 +1808,83,17043,92,7 +1809,83,17043,92,2 +1810,83,17043,92,0 +1811,83,17043,92,6 +1812,83,17043,92,51 +1813,78,17043,92,1 +1814,78,17043,92,9 +1815,78,17043,92,0 +1816,78,17043,92,0 +1817,78,17043,92,293 +1818,78,17043,92,1 +1819,78,17043,92,1 +1820,78,17043,92,3 +1821,78,17043,92,4 +1822,78,17043,92,3 +1823,78,17043,92,6 +1824,78,17043,92,1 +1825,78,17043,92,117 +1826,78,17043,92,0 +1827,78,17043,92,198 +1828,78,17043,92,6 +1829,78,17043,92,0 +1830,78,17043,92,0 +1831,78,17043,92,0 +1832,78,17043,92,1 +1833,78,17043,92,0 +1834,78,17043,92,39 +1835,78,17043,92,0 +1836,78,17043,92,0 +1837,78,17043,92,3 +1838,78,17043,92,1 +1839,78,17043,92,3 +1840,78,17043,92,22 +1841,78,17043,92,129 +1842,78,17043,92,78 +1843,78,17043,92,254 +1844,78,17043,92,0 +1845,78,17043,92,0 +1846,78,17043,92,5 +1847,78,17043,92,6 +1848,78,17043,92,361 +1849,78,17043,92,678 +1850,78,17043,92,56 +1851,78,17043,92,199 +1852,78,17043,92,0 +1853,78,17043,92,2 +1854,78,17043,92,44 +1855,81,17043,92,0 +1856,81,17043,92,3 +1857,81,17043,92,0 +1858,81,17043,92,119 +1859,81,17043,92,3 +1860,81,17043,92,1 +1861,81,17043,92,1 +1862,81,17043,92,1 +1863,81,17043,92,0 +1864,81,17043,92,7 +1865,81,17043,92,26 +1866,81,17043,92,2 +1867,81,17043,92,0 +1868,81,17043,92,0 +1869,81,17043,92,9 +1870,81,17043,92,1 +1871,81,17043,92,0 +1872,81,17043,92,32 +1873,81,17043,92,178 +1874,81,17043,92,0 +1875,81,17043,92,0 +1876,81,17043,92,3077 +1877,81,17043,92,0 +1878,81,17043,92,398 +1879,81,17043,92,72 +1880,81,17043,92,0 +1881,81,17043,92,0 +1882,81,17043,92,0 +1883,81,17043,92,128 +1884,81,17043,92,90 +1885,81,17043,92,51 +1886,81,17043,92,41 +1887,81,17043,92,72 +1888,81,17043,92,77 +1889,81,17043,92,0 +1890,81,17043,92,0 +1891,81,17043,92,0 +1892,81,17043,92,0 +1893,81,17043,92,0 +1894,81,17043,92,0 +1895,81,17043,92,0 +1896,81,17043,92,6 +1897,81,17043,92,1 +1898,81,17043,92,0 +1899,81,17043,92,0 +1900,81,17043,92,0 +1901,81,17043,92,0 +1902,81,17043,92,2 +1903,81,17043,92,0 +1904,81,17043,92,5 +1905,81,17043,92,0 +1906,81,17043,92,0 +1907,81,17043,92,1 +1908,81,17043,92,1 +1909,81,17043,92,0 +1910,81,17043,92,2 +1911,81,17043,92,1 +1912,84,17043,92,17 +1913,84,17043,92,128 +1914,84,17043,92,1 +1915,84,17043,92,0 +1916,84,17043,92,1 +1917,84,17043,92,0 +1918,84,17043,92,0 +1919,84,17043,92,320 +1920,84,17043,92,4 +1921,84,17043,92,0 +1922,84,17043,92,0 +1923,84,17043,92,0 +1924,84,17043,92,89 +1925,84,17043,92,1 +1926,84,17043,92,0 +1927,84,17043,92,63 +1928,84,17043,92,78 +1929,84,17043,92,133 +1930,84,17043,92,551 +1931,84,17043,92,229 +1932,84,17043,92,106 +1933,84,17043,92,0 +1934,84,17043,92,62 +1935,84,17043,92,1 +1936,84,17043,92,0 +1937,84,17043,92,0 +1938,84,17043,92,0 +1939,84,17043,92,0 +1940,84,17043,92,1 +1941,84,17043,92,20 +1942,84,17043,92,13 +1943,84,17043,92,12 +1944,84,17043,92,0 +1945,84,17043,92,52 +1946,84,17043,92,3 +1947,84,17043,92,19 +1948,84,17043,92,0 +1949,84,17043,92,0 +1950,84,17043,92,346 +1951,84,17043,92,43 +1952,84,17043,92,0 +1953,84,17043,92,9 +1954,79,17043,92,9 +1955,79,17043,92,27 +1956,79,17043,92,8 +1957,79,17043,92,13 +1958,79,17043,92,9 +1959,79,17043,92,104 +1960,79,17043,92,20 +1961,79,17043,92,208 +1962,79,17043,92,150 +1963,79,17043,92,15 +1964,79,17043,92,0 +1965,79,17043,92,0 +1966,79,17043,92,25 +1967,79,17043,92,2 +1968,79,17043,92,177 +1969,79,17043,92,15 +1970,79,17043,92,0 +1971,79,17043,92,22 +1972,79,17043,92,0 +1973,79,17043,92,0 +1974,79,17043,92,0 +1975,79,17043,92,19 +1976,79,17043,92,0 +1977,79,17043,92,58 +1978,79,17043,92,4 +1979,79,17043,92,10 +1980,79,17043,92,0 +1981,79,17043,92,6 +1982,79,17043,92,0 +1983,79,17043,92,0 +1984,79,17043,92,74 +1985,79,17043,92,106 +1986,79,17043,92,251 +1987,79,17043,92,13 +1988,79,17043,92,3 +1989,79,17043,92,12 +1990,79,17043,92,0 +1991,79,17043,92,8 +1992,79,17043,92,96 +1993,79,17043,92,9 +1994,79,17043,92,0 +1995,79,17043,92,0 +1996,79,17043,92,44 +1997,79,17043,92,3 +1998,79,17043,92,4 +1999,79,17043,92,0 +2000,79,17043,92,0 +2001,79,17043,92,0 +2002,79,17043,92,2 +2003,82,17043,92,0 +2004,82,17043,92,1 +2005,82,17043,92,0 +2006,82,17043,92,3 +2007,82,17043,92,32 +2008,82,17043,92,0 +2009,82,17043,92,4 +2010,82,17043,92,56 +2011,82,17043,92,37 +2012,82,17043,92,0 +2013,82,17043,92,0 +2014,82,17043,92,0 +2015,82,17043,92,25 +2016,82,17043,92,13 +2017,82,17043,92,139 +2018,82,17043,92,12 +2019,82,17043,92,0 +2020,82,17043,92,0 +2021,82,17043,92,1 +2022,82,17043,92,164 +2023,82,17043,92,125 +2024,82,17043,92,100 +2025,82,17043,92,381 +2026,82,17043,92,4 +2027,82,17043,92,17 +2028,82,17043,92,183 +2029,82,17043,92,12 +2030,82,17043,92,75 +2031,82,17043,92,0 +2032,82,17043,92,107 +2033,82,17043,92,137 +2034,82,17043,92,33 +2035,82,17043,92,43 +2036,82,17043,92,8 +2037,82,17043,92,6 +2038,82,17043,92,9 +2039,82,17043,92,18 +2040,82,17043,92,14 +2041,82,17043,92,9 +2042,82,17043,92,3 +2043,82,17043,92,305 +2044,82,17043,92,13 +2045,82,17043,92,27 +2046,82,17043,92,5 +2047,82,17043,92,4 +2048,82,17043,92,11 +2049,82,17043,92,2 +2050,82,17043,92,6 +2051,85,17043,92,15 +2052,85,17043,92,1 +2053,85,17043,92,0 +2054,85,17043,92,0 +2055,85,17043,92,39 +2056,85,17043,92,114 +2057,85,17043,92,15 +2058,85,17043,92,2 +2059,85,17043,92,95 +2060,85,17043,92,0 +2061,85,17043,92,347 +2062,85,17043,92,36 +2063,85,17043,92,350 +2064,85,17043,92,34 +2065,85,17043,92,9 +2066,85,17043,92,5 +2067,85,17043,92,7 +2068,85,17043,92,1 +2069,85,17043,92,0 +2070,85,17043,92,0 +2071,85,17043,92,0 +2072,85,17043,92,34 +2073,85,17043,92,0 +2074,85,17043,92,4 +2075,85,17043,92,0 +2076,85,17043,92,0 +2077,85,17043,92,4 +2078,85,17043,92,33 +2079,85,17043,92,1 +2080,85,17043,92,1 +2081,85,17043,92,0 +2082,85,17043,92,0 +2083,85,17043,92,0 +2084,85,17043,92,2 +2085,85,17043,92,1 +2086,85,17043,92,0 +2087,85,17043,92,0 +2088,85,17043,92,0 +2089,85,17043,92,5 +2090,85,17043,92,2 +2091,85,17043,92,0 +2092,85,17043,92,0 +2093,85,17043,92,0 +2094,85,17043,92,0 +2095,85,17043,92,82 +2096,85,17043,92,0 +2097,85,17043,92,1 +2098,85,17043,92,113 +2099,85,17043,92,36 +2100,85,17043,92,192 +2101,85,17043,92,102 +2102,85,17043,92,4 +2103,85,17043,92,36 +2104,85,17043,92,4 +2105,85,17043,92,113 +2106,85,17043,92,0 +2107,85,17043,92,0 +2108,86,17043,92,15 +2109,86,17043,92,401 +2110,86,17043,92,1 +2111,86,17043,92,6 +2112,62,17089,92,2 +2113,62,17089,92,29 +2114,62,17089,92,16 +2115,62,17089,92,57 +2116,65,17089,92,0 +2117,65,17089,92,6 +2118,65,17089,92,0 +2119,65,17089,92,1 +2120,68,17089,92,1 +2121,68,17089,92,0 +2122,68,17089,92,15 +2123,68,17089,92,3 +2124,71,17089,92,1 +2125,71,17089,92,78 +2126,71,17089,92,0 +2127,71,17089,92,18 +2128,74,17089,92,0 +2129,74,17089,92,0 +2130,74,17089,92,4 +2131,74,17089,92,6 +2132,63,17089,92,9 +2133,63,17089,92,2 +2134,63,17089,92,2 +2135,63,17089,92,77 +2136,66,17089,92,0 +2137,66,17089,92,7 +2138,66,17089,92,1 +2139,66,17089,92,8 +2140,69,17089,92,0 +2141,69,17089,92,71 +2142,69,17089,92,23 +2143,69,17089,92,3 +2144,72,17089,92,77 +2145,72,17089,92,33 +2146,72,17089,92,0 +2147,72,17089,92,1 +2148,75,17089,92,288 +2149,75,17089,92,6 +2150,75,17089,92,3 +2151,75,17089,92,94 +2152,75,17089,92,0 +2153,75,17089,92,1 +2154,75,17089,92,0 +2155,75,17089,92,0 +2156,75,17089,92,0 +2157,75,17089,92,77 +2158,64,17089,92,4 +2159,64,17089,92,0 +2160,64,17089,92,1 +2161,64,17089,92,0 +2162,64,17089,92,0 +2163,64,17089,92,0 +2164,64,17089,92,20 +2165,64,17089,92,2 +2166,64,17089,92,1 +2167,64,17089,92,0 +2168,64,17089,92,72 +2169,64,17089,92,0 +2170,64,17089,92,24 +2171,64,17089,92,0 +2172,64,17089,92,13 +2173,64,17089,92,453 +2174,64,17089,92,11 +2175,64,17089,92,26 +2176,64,17089,92,10 +2177,64,17089,92,55 +2178,64,17089,92,77 +2179,67,17089,92,1 +2180,67,17089,92,2 +2181,67,17089,92,0 +2182,67,17089,92,18 +2183,67,17089,92,1 +2184,67,17089,92,33 +2185,67,17089,92,0 +2186,67,17089,92,4 +2187,67,17089,92,45 +2188,67,17089,92,0 +2189,67,17089,92,15 +2190,67,17089,92,1 +2191,67,17089,92,0 +2192,67,17089,92,0 +2193,67,17089,92,8 +2194,67,17089,92,9 +2195,67,17089,92,0 +2196,67,17089,92,3 +2197,67,17089,92,34 +2198,67,17089,92,0 +2199,67,17089,92,994 +2200,67,17089,92,46 +2201,67,17089,92,0 +2202,67,17089,92,25 +2203,67,17089,92,1 +2204,67,17089,92,0 +2205,67,17089,92,1 +2206,67,17089,92,0 +2207,67,17089,92,19 +2208,67,17089,92,39 +2209,67,17089,92,11 +2210,67,17089,92,0 +2211,67,17089,92,2 +2212,67,17089,92,0 +2213,67,17089,92,0 +2214,67,17089,92,152 +2215,67,17089,92,0 +2216,67,17089,92,1 +2217,67,17089,92,74 +2218,67,17089,92,1 +2219,67,17089,92,106 +2220,67,17089,92,0 +2221,70,17089,92,1 +2222,70,17089,92,1 +2223,70,17089,92,2 +2224,70,17089,92,0 +2225,70,17089,92,9 +2226,70,17089,92,2 +2227,70,17089,92,618 +2228,70,17089,92,2 +2229,70,17089,92,148 +2230,70,17089,92,3 +2231,70,17089,92,1 +2232,70,17089,92,6 +2233,70,17089,92,0 +2234,70,17089,92,91 +2235,70,17089,92,0 +2236,70,17089,92,6 +2237,70,17089,92,8 +2238,70,17089,92,8 +2239,73,17089,92,33 +2240,73,17089,92,1 +2241,73,17089,92,67 +2242,73,17089,92,44 +2243,73,17089,92,217 +2244,73,17089,92,491 +2245,73,17089,92,9 +2246,73,17089,92,257 +2247,73,17089,92,20 +2248,73,17089,92,0 +2249,73,17089,92,0 +2250,73,17089,92,15 +2251,73,17089,92,65 +2252,73,17089,92,1 +2253,73,17089,92,13 +2254,73,17089,92,0 +2255,73,17089,92,6 +2256,73,17089,92,0 +2257,76,17089,92,4 +2258,76,17089,92,21 +2259,76,17089,92,144 +2260,76,17089,92,4 +2261,76,17089,92,4 +2262,76,17089,92,343 +2263,76,17089,92,17 +2264,76,17089,92,0 +2265,76,17089,92,25 +2266,76,17089,92,25 +2267,76,17089,92,13 +2268,76,17089,92,8 +2269,76,17089,92,5 +2270,76,17089,92,261 +2271,76,17089,92,6 +2272,76,17089,92,44 +2273,76,17089,92,22 +2274,76,17089,92,1 +2275,76,17089,92,3 +2276,76,17089,92,20 +2277,76,17089,92,2 +2278,76,17089,92,0 +2279,76,17089,92,0 +2280,76,17089,92,14 +2281,76,17089,92,3 +2282,76,17089,92,2 +2283,76,17089,92,9 +2284,76,17089,92,5 +2285,76,17089,92,41 +2286,76,17089,92,8 +2287,76,17089,92,135 +2288,76,17089,92,9 +2289,76,17089,92,19 +2290,76,17089,92,218 +2291,76,17089,92,0 +2292,76,17089,92,1 +2293,76,17089,92,41 +2294,76,17089,92,0 +2295,76,17089,92,41 +2296,76,17089,92,1 +2297,76,17089,92,81 +2298,76,17089,92,0 +2299,76,17089,92,0 +2300,76,17089,92,0 +2301,76,17089,92,0 +2302,76,17089,92,1 +2303,76,17089,92,1 +2304,76,17089,92,0 +2305,110,17093,92,0 +2306,110,17093,92,7 +2307,111,17093,92,49 +2308,111,17093,92,28 +2309,112,17093,92,15 +2310,112,17093,92,38 +2311,112,17093,92,102 +2312,112,17093,92,75 +2313,112,17093,92,37 +2314,110,17093,92,11 +2315,110,17093,92,36 +2316,111,17093,92,221 +2317,111,17093,92,0 +2318,112,17093,92,45 +2319,112,17093,92,16 +2320,113,17093,92,2 +2321,114,17093,92,98 +2322,115,17093,92,129 +2323,116,17093,92,28 +2324,117,17093,92,9 +2325,118,17093,92,16 +2326,46,17097,92,0 +2327,46,17097,92,0 +2328,46,17097,92,0 +2329,46,17097,92,1 +2330,46,17097,92,25 +2331,46,17097,92,0 +2332,50,17097,92,113 +2333,50,17097,92,189 +2334,50,17097,92,2 +2335,50,17097,92,0 +2336,50,17097,92,2 +2337,50,17097,92,56 +2338,54,17097,92,5 +2339,54,17097,92,77 +2340,54,17097,92,143 +2341,54,17097,92,18 +2342,54,17097,92,0 +2343,54,17097,92,130 +2344,58,17097,92,0 +2345,58,17097,92,7 +2346,58,17097,92,83 +2347,58,17097,92,18 +2348,58,17097,92,1 +2349,58,17097,92,199 +2350,47,17097,92,229 +2351,47,17097,92,32 +2352,47,17097,92,0 +2353,47,17097,92,77 +2354,47,17097,92,41 +2355,47,17097,92,0 +2356,47,17097,92,0 +2357,47,17097,92,155 +2358,47,17097,92,93 +2359,51,17097,92,0 +2360,51,17097,92,10 +2361,51,17097,92,64 +2362,51,17097,92,25 +2363,51,17097,92,228 +2364,51,17097,92,92 +2365,51,17097,92,54 +2366,51,17097,92,176 +2367,51,17097,92,4 +2368,51,17097,92,63 +2369,51,17097,92,155 +2370,51,17097,92,15 +2371,51,17097,92,180 +2372,51,17097,92,154 +2373,51,17097,92,251 +2374,51,17097,92,6 +2375,51,17097,92,3 +2376,51,17097,92,49 +2377,55,17097,92,153 +2378,55,17097,92,0 +2379,55,17097,92,10 +2380,55,17097,92,0 +2381,55,17097,92,61 +2382,55,17097,92,158 +2383,55,17097,92,1 +2384,55,17097,92,0 +2385,55,17097,92,72 +2386,59,17097,92,94 +2387,59,17097,92,28 +2388,59,17097,92,0 +2389,59,17097,92,245 +2390,59,17097,92,74 +2391,59,17097,92,21 +2392,59,17097,92,103 +2393,59,17097,92,42 +2394,59,17097,92,1 +2395,48,17097,92,0 +2396,48,17097,92,40 +2397,48,17097,92,0 +2398,48,17097,92,41 +2399,52,17097,92,2 +2400,52,17097,92,1 +2401,52,17097,92,206 +2402,52,17097,92,52 +2403,52,17097,92,0 +2404,52,17097,92,127 +2405,52,17097,92,0 +2406,52,17097,92,13 +2407,52,17097,92,1 +2408,52,17097,92,23 +2409,52,17097,92,284 +2410,52,17097,92,392 +2411,52,17097,92,35 +2412,52,17097,92,2 +2413,52,17097,92,1 +2414,52,17097,92,38 +2415,52,17097,92,0 +2416,52,17097,92,55 +2417,52,17097,92,9 +2418,52,17097,92,30 +2419,52,17097,92,0 +2420,56,17097,92,8 +2421,56,17097,92,103 +2422,56,17097,92,30 +2423,56,17097,92,0 +2424,56,17097,92,36 +2425,56,17097,92,26 +2426,56,17097,92,10 +2427,56,17097,92,0 +2428,56,17097,92,199 +2429,56,17097,92,56 +2430,56,17097,92,17 +2431,56,17097,92,16 +2432,56,17097,92,10 +2433,56,17097,92,3 +2434,56,17097,92,6 +2435,56,17097,92,4 +2436,56,17097,92,96 +2437,56,17097,92,10 +2438,56,17097,92,0 +2439,56,17097,92,9 +2440,56,17097,92,5 +2441,56,17097,92,9 +2442,56,17097,92,6 +2443,56,17097,92,373 +2444,60,17097,92,1 +2445,60,17097,92,72 +2446,60,17097,92,3 +2447,60,17097,92,0 +2448,60,17097,92,8 +2449,60,17097,92,228 +2450,60,17097,92,283 +2451,60,17097,92,4 +2452,60,17097,92,15 +2453,60,17097,92,1 +2454,60,17097,92,186 +2455,60,17097,92,149 +2456,60,17097,92,2 +2457,60,17097,92,18 +2458,60,17097,92,12 +2459,60,17097,92,97 +2460,60,17097,92,18 +2461,60,17097,92,8 +2462,60,17097,92,49 +2463,60,17097,92,6 +2464,60,17097,92,19 +2465,60,17097,92,10 +2466,60,17097,92,0 +2467,60,17097,92,0 +2468,49,17097,92,0 +2469,49,17097,92,48 +2470,49,17097,92,69 +2471,49,17097,92,98 +2472,49,17097,92,3 +2473,49,17097,92,22 +2474,49,17097,92,205 +2475,49,17097,92,17 +2476,49,17097,92,42 +2477,53,17097,92,0 +2478,53,17097,92,0 +2479,53,17097,92,0 +2480,53,17097,92,0 +2481,53,17097,92,21 +2482,53,17097,92,0 +2483,53,17097,92,0 +2484,53,17097,92,0 +2485,53,17097,92,1 +2486,53,17097,92,47 +2487,53,17097,92,0 +2488,53,17097,92,7 +2489,53,17097,92,0 +2490,53,17097,92,0 +2491,53,17097,92,284 +2492,53,17097,92,2 +2493,53,17097,92,108 +2494,53,17097,92,0 +2495,53,17097,92,125 +2496,53,17097,92,5 +2497,53,17097,92,60 +2498,53,17097,92,0 +2499,53,17097,92,0 +2500,53,17097,92,7 +2501,53,17097,92,0 +2502,53,17097,92,44 +2503,53,17097,92,3 +2504,53,17097,92,1 +2505,53,17097,92,0 +2506,53,17097,92,240 +2507,53,17097,92,1209 +2508,53,17097,92,0 +2509,53,17097,92,9 +2510,53,17097,92,0 +2511,53,17097,92,0 +2512,53,17097,92,0 +2513,53,17097,92,1 +2514,53,17097,92,59 +2515,53,17097,92,0 +2516,53,17097,92,8 +2517,53,17097,92,0 +2518,53,17097,92,37 +2519,53,17097,92,65 +2520,53,17097,92,0 +2521,53,17097,92,7 +2522,53,17097,92,0 +2523,53,17097,92,0 +2524,53,17097,92,0 +2525,53,17097,92,2 +2526,53,17097,92,13 +2527,53,17097,92,0 +2528,53,17097,92,50 +2529,57,17097,92,10 +2530,57,17097,92,2 +2531,57,17097,92,443 +2532,57,17097,92,6 +2533,57,17097,92,32 +2534,57,17097,92,1 +2535,57,17097,92,118 +2536,57,17097,92,303 +2537,57,17097,92,0 +2538,57,17097,92,3 +2539,57,17097,92,1 +2540,57,17097,92,0 +2541,57,17097,92,40 +2542,57,17097,92,1 +2543,57,17097,92,36 +2544,57,17097,92,0 +2545,57,17097,92,0 +2546,57,17097,92,2 +2547,57,17097,92,0 +2548,57,17097,92,100 +2549,57,17097,92,18 +2550,57,17097,92,0 +2551,61,17097,92,4 +2552,61,17097,92,0 +2553,61,17097,92,4 +2554,61,17097,92,0 +2555,61,17097,92,1 +2556,61,17097,92,0 +2557,61,17097,92,0 +2558,61,17097,92,346 +2559,61,17097,92,45 +2560,61,17097,92,2 +2561,61,17097,92,1 +2562,61,17097,92,0 +2563,61,17097,92,303 +2564,61,17097,92,0 +2565,61,17097,92,130 +2566,61,17097,92,184 +2567,61,17097,92,3 +2568,61,17097,92,20 +2569,61,17097,92,0 +2570,61,17097,92,21 +2571,61,17097,92,109 +2572,61,17097,92,15 +2573,61,17097,92,0 +2574,61,17097,92,59 +2575,61,17097,92,164 +2576,61,17097,92,0 +2577,61,17097,92,0 +2578,61,17097,92,50 +2579,61,17097,92,1 +2580,61,17097,92,257 +2581,61,17097,92,0 +2582,61,17097,92,1 +2583,61,17097,92,1 +2584,30,17111,92,0 +2585,30,17111,92,1 +2586,30,17111,92,0 +2587,30,17111,92,181 +2588,34,17111,92,1 +2589,34,17111,92,11 +2590,34,17111,92,1 +2591,34,17111,92,0 +2592,38,17111,92,0 +2593,38,17111,92,1 +2594,38,17111,92,0 +2595,38,17111,92,113 +2596,42,17111,92,0 +2597,42,17111,92,0 +2598,42,17111,92,0 +2599,42,17111,92,3 +2600,31,17111,92,0 +2601,31,17111,92,0 +2602,31,17111,92,0 +2603,31,17111,92,0 +2604,35,17111,92,0 +2605,35,17111,92,0 +2606,35,17111,92,0 +2607,35,17111,92,43 +2608,39,17111,92,0 +2609,39,17111,92,0 +2610,39,17111,92,0 +2611,39,17111,92,10 +2612,43,17111,92,17 +2613,43,17111,92,0 +2614,43,17111,92,0 +2615,43,17111,92,0 +2616,32,17111,92,52 +2617,32,17111,92,0 +2618,32,17111,92,1 +2619,32,17111,92,1 +2620,36,17111,92,4 +2621,36,17111,92,39 +2622,36,17111,92,518 +2623,36,17111,92,0 +2624,40,17111,92,228 +2625,40,17111,92,0 +2626,40,17111,92,65 +2627,40,17111,92,104 +2628,40,17111,92,105 +2629,40,17111,92,0 +2630,40,17111,92,0 +2631,40,17111,92,50 +2632,40,17111,92,0 +2633,40,17111,92,1 +2634,40,17111,92,0 +2635,40,17111,92,0 +2636,44,17111,92,48 +2637,44,17111,92,39 +2638,44,17111,92,1 +2639,44,17111,92,0 +2640,44,17111,92,0 +2641,44,17111,92,293 +2642,44,17111,92,2 +2643,44,17111,92,139 +2644,44,17111,92,88 +2645,33,17111,92,75 +2646,33,17111,92,1 +2647,33,17111,92,0 +2648,33,17111,92,0 +2649,33,17111,92,61 +2650,33,17111,92,3 +2651,33,17111,92,24 +2652,37,17111,92,22 +2653,37,17111,92,3 +2654,37,17111,92,1 +2655,37,17111,92,1 +2656,37,17111,92,0 +2657,37,17111,92,15 +2658,37,17111,92,138 +2659,37,17111,92,57 +2660,37,17111,92,24 +2661,37,17111,92,212 +2662,37,17111,92,172 +2663,37,17111,92,12 +2664,41,17111,92,26 +2665,41,17111,92,0 +2666,41,17111,92,7 +2667,41,17111,92,2 +2668,41,17111,92,0 +2669,41,17111,92,1 +2670,41,17111,92,2 +2671,41,17111,92,0 +2672,41,17111,92,83 +2673,41,17111,92,0 +2674,41,17111,92,41 +2675,41,17111,92,230 +2676,41,17111,92,64 +2677,41,17111,92,4 +2678,41,17111,92,3 +2679,45,17111,92,31 +2680,45,17111,92,92 +2681,45,17111,92,1 +2682,45,17111,92,1 +2683,45,17111,92,21 +2684,45,17111,92,0 +2685,45,17111,92,0 +2686,45,17111,92,2 +2687,45,17111,92,1 +2688,45,17111,92,144 +2689,45,17111,92,2 +2690,45,17111,92,147 +2691,45,17111,92,58 +2692,45,17111,92,13 +2693,45,17111,92,2 +2694,45,17111,92,134 +2695,45,17111,92,23 +2696,45,17111,92,2 +2697,45,17111,92,88 +2698,45,17111,92,46 +2699,45,17111,92,44 +2700,45,17111,92,345 +2701,45,17111,92,14 +2702,45,17111,92,1 +2703,87,17197,92,3 +2704,87,17197,92,213 +2705,87,17197,92,1 +2706,87,17197,92,0 +2707,87,17197,92,3 +2708,87,17197,92,23 +2709,87,17197,92,1 +2710,87,17197,92,145 +2711,87,17197,92,202 +2712,89,17197,92,0 +2713,89,17197,92,521 +2714,89,17197,92,0 +2715,89,17197,92,4 +2716,89,17197,92,44 +2717,89,17197,92,12 +2718,89,17197,92,62 +2719,89,17197,92,63 +2720,89,17197,92,15 +2721,92,17197,92,0 +2722,92,17197,92,10 +2723,92,17197,92,175 +2724,92,17197,92,3 +2725,92,17197,92,70 +2726,92,17197,92,4 +2727,92,17197,92,0 +2728,92,17197,92,4 +2729,92,17197,92,514 +2730,92,17197,92,0 +2731,92,17197,92,9 +2732,92,17197,92,11 +2733,96,17197,92,134 +2734,96,17197,92,51 +2735,96,17197,92,8 +2736,96,17197,92,4 +2737,102,17197,92,13 +2738,102,17197,92,0 +2739,102,17197,92,0 +2740,102,17197,92,100 +2741,108,17197,92,112 +2742,108,17197,92,4 +2743,108,17197,92,3 +2744,108,17197,92,0 +2745,88,17197,92,6 +2746,88,17197,92,0 +2747,88,17197,92,2 +2748,88,17197,92,150 +2749,88,17197,92,0 +2750,88,17197,92,1 +2751,88,17197,92,1 +2752,88,17197,92,10 +2753,88,17197,92,1 +2754,88,17197,92,31 +2755,88,17197,92,2 +2756,88,17197,92,12 +2757,88,17197,92,15 +2758,88,17197,92,298 +2759,88,17197,92,37 +2760,88,17197,92,10 +2761,88,17197,92,17 +2762,88,17197,92,7 +2763,88,17197,92,446 +2764,88,17197,92,105 +2765,88,17197,92,5 +2766,90,17197,92,43 +2767,90,17197,92,25 +2768,90,17197,92,6 +2769,90,17197,92,2 +2770,90,17197,92,423 +2771,90,17197,92,119 +2772,90,17197,92,83 +2773,90,17197,92,3 +2774,90,17197,92,4 +2775,90,17197,92,25 +2776,90,17197,92,0 +2777,90,17197,92,297 +2778,90,17197,92,2 +2779,90,17197,92,0 +2780,90,17197,92,26 +2781,93,17197,92,1 +2782,93,17197,92,0 +2783,93,17197,92,0 +2784,93,17197,92,0 +2785,93,17197,92,0 +2786,93,17197,92,4 +2787,93,17197,92,2 +2788,93,17197,92,0 +2789,93,17197,92,0 +2790,93,17197,92,2 +2791,93,17197,92,91 +2792,93,17197,92,83 +2793,93,17197,92,437 +2794,93,17197,92,15 +2795,93,17197,92,1 +2796,93,17197,92,0 +2797,93,17197,92,0 +2798,93,17197,92,65 +2799,93,17197,92,76 +2800,93,17197,92,0 +2801,93,17197,92,1 +2802,93,17197,92,0 +2803,93,17197,92,1 +2804,93,17197,92,1 +2805,93,17197,92,0 +2806,93,17197,92,0 +2807,93,17197,92,0 +2808,93,17197,92,1 +2809,93,17197,92,0 +2810,93,17197,92,8 +2811,93,17197,92,48 +2812,93,17197,92,17 +2813,93,17197,92,1 +2814,93,17197,92,1 +2815,93,17197,92,248 +2816,93,17197,92,82 +2817,93,17197,92,0 +2818,93,17197,92,651 +2819,93,17197,92,0 +2820,93,17197,92,1 +2821,93,17197,92,0 +2822,93,17197,92,0 +2823,93,17197,92,0 +2824,93,17197,92,8 +2825,93,17197,92,126 +2826,97,17197,92,16 +2827,97,17197,92,3 +2828,97,17197,92,45 +2829,97,17197,92,0 +2830,103,17197,92,5 +2831,103,17197,92,2 +2832,103,17197,92,0 +2833,103,17197,92,7 +2834,109,17197,92,0 +2835,109,17197,92,0 +2836,109,17197,92,0 +2837,109,17197,92,0 +2838,91,17197,92,6 +2839,91,17197,92,25 +2840,91,17197,92,3 +2841,91,17197,92,39 +2842,91,17197,92,55 +2843,91,17197,92,175 +2844,91,17197,92,1 +2845,91,17197,92,0 +2846,91,17197,92,1 +2847,94,17197,92,5 +2848,94,17197,92,4 +2849,94,17197,92,0 +2850,94,17197,92,16 +2851,94,17197,92,364 +2852,94,17197,92,1 +2853,94,17197,92,54 +2854,94,17197,92,38 +2855,94,17197,92,8 +2856,98,17197,92,0 +2857,98,17197,92,1 +2858,98,17197,92,0 +2859,98,17197,92,65 +2860,98,17197,92,3 +2861,98,17197,92,0 +2862,98,17197,92,2 +2863,98,17197,92,0 +2864,98,17197,92,0 +2865,104,17197,92,0 +2866,104,17197,92,0 +2867,104,17197,92,0 +2868,104,17197,92,0 +2869,95,17197,92,155 +2870,95,17197,92,23 +2871,95,17197,92,0 +2872,95,17197,92,4 +2873,95,17197,92,3 +2874,95,17197,92,3 +2875,95,17197,92,0 +2876,95,17197,92,22 +2877,95,17197,92,3 +2878,95,17197,92,19 +2879,95,17197,92,194 +2880,95,17197,92,45 +2881,95,17197,92,12 +2882,95,17197,92,270 +2883,95,17197,92,0 +2884,99,17197,92,3 +2885,99,17197,92,1 +2886,99,17197,92,0 +2887,99,17197,92,0 +2888,99,17197,92,2 +2889,99,17197,92,0 +2890,99,17197,92,0 +2891,99,17197,92,0 +2892,99,17197,92,0 +2893,105,17197,92,0 +2894,105,17197,92,5 +2895,105,17197,92,0 +2896,105,17197,92,123 +2897,100,17197,92,5 +2898,100,17197,92,92 +2899,100,17197,92,58 +2900,100,17197,92,11 +2901,100,17197,92,225 +2902,100,17197,92,33 +2903,100,17197,92,0 +2904,100,17197,92,0 +2905,100,17197,92,1 +2906,106,17197,92,0 +2907,106,17197,92,0 +2908,106,17197,92,0 +2909,106,17197,92,2 +2910,101,17197,92,121 +2911,101,17197,92,105 +2912,101,17197,92,2 +2913,101,17197,92,0 +2914,101,17197,92,43 +2915,101,17197,92,24 +2916,101,17197,92,0 +2917,101,17197,92,0 +2918,101,17197,92,0 +2919,101,17197,92,0 +2920,101,17197,92,1 +2921,107,17197,92,73 +2922,107,17197,92,4 +2923,107,17197,92,0 +2924,107,17197,92,3 +2925,107,17197,92,0 +2926,107,17197,92,1 +2927,119,17063,92,0 +2928,119,17063,92,0 +2929,119,17063,92,6 +2930,119,17063,92,1 +2931,119,17063,92,3 +2932,119,17063,92,0 +2933,119,17063,92,10 +2934,119,17063,92,0 +2935,119,17063,92,42 +2936,119,17063,92,0 +2937,119,17063,92,0 +2938,119,17063,92,0 +2939,119,17063,92,401 +2940,119,17063,92,0 +2941,119,17063,92,0 +2942,119,17063,92,35 +2943,119,17063,92,0 +2944,119,17063,92,0 +2945,119,17063,92,0 +2946,119,17063,92,3 +2947,119,17063,92,0 +2948,119,17063,92,0 +2949,119,17063,92,71 +2950,119,17063,92,0 +2951,120,17007,92,0 +2952,120,17007,92,0 +2953,120,17007,92,0 +2954,120,17007,92,0 +2955,120,17007,92,1 +2956,120,17007,92,0 +2957,120,17007,92,0 +2958,120,17007,92,396 +2959,120,17007,92,0 +2960,120,17007,92,0 +2961,120,17007,92,12 +2962,120,17007,92,0 +2963,120,17007,92,0 +2964,120,17007,92,0 +2965,120,17007,92,0 +2966,120,17007,92,0 +2967,120,17007,92,0 +2968,120,17007,92,0 +2969,120,17007,92,0 +2970,120,17007,92,0 +2971,120,17007,92,0 +2972,120,17007,92,0 +2973,120,17007,92,18 +2974,120,17007,92,0 +2975,120,17007,92,0 +2976,121,17037,92,0 +2977,121,17037,92,157 +2978,121,17037,92,2 +2979,121,17037,92,27 +2980,121,17037,92,0 +2981,121,17037,92,8 +2982,121,17037,92,0 +2983,121,17037,92,0 +2984,121,17037,92,22 +2985,121,17037,92,2 +2986,121,17037,92,0 +2987,121,17037,92,1 +2988,121,17037,92,10 +2989,121,17037,92,0 +2990,121,17037,92,0 +2991,121,17037,92,0 +2992,121,17037,92,368 +2993,121,17037,92,0 +2994,121,17037,92,0 +2995,121,17037,92,1 +2996,121,17037,92,0 +2997,121,17037,92,0 +2998,121,17037,92,35 +2999,121,17037,92,0 +3000,121,17037,92,0 +3001,121,17037,92,0 +3002,121,17037,92,5 +3003,121,17037,92,1 +3004,121,17037,92,1035 +3005,121,17037,92,0 +3006,121,17037,92,0 +3007,121,17037,92,0 +3008,121,17037,92,0 +3009,121,17037,92,0 +3010,121,17037,92,0 +3011,121,17037,92,0 +3012,121,17037,92,0 +3013,121,17037,92,45 +3014,121,17037,92,6 +3015,121,17037,92,0 +3016,121,17037,92,0 +3017,121,17037,92,0 +3018,121,17037,92,0 +3019,121,17037,92,63 +3020,121,17037,92,0 +3021,121,17037,92,0 +3022,122,17091,92,0 +3023,122,17091,92,0 +3024,122,17091,92,0 +3025,122,17091,92,0 +3026,122,17091,92,0 +3027,122,17091,92,2 +3028,122,17091,92,33 +3029,122,17091,92,4 +3030,122,17091,92,14 +3031,122,17091,92,0 +3032,122,17091,92,0 +3033,122,17091,92,0 +3034,122,17091,92,2 +3035,122,17091,92,0 +3036,122,17091,92,11 +3037,122,17091,92,0 +3038,122,17091,92,0 +3039,122,17091,92,0 +3040,122,17091,92,0 +3041,122,17091,92,0 +3042,122,17091,92,0 +3043,122,17091,92,0 +3044,122,17091,92,7 +3045,122,17091,92,3 +3046,122,17091,92,0 +3047,122,17091,92,64 +3048,122,17091,92,0 +3049,122,17091,92,0 +3050,122,17091,92,1141 +3051,122,17091,92,0 +3052,122,17091,92,0 +3053,122,17091,92,95 +3054,122,17091,92,0 +3055,122,17091,92,0 +3056,122,17091,92,11 +3057,122,17091,92,0 +3058,122,17091,92,0 +3059,122,17091,92,0 +3060,122,17091,92,41 +3061,122,17091,92,0 +3062,122,17091,92,0 +3063,122,17091,92,1 +3064,122,17091,92,0 +3065,122,17091,92,3 +3066,122,17091,92,0 +3067,122,17091,92,0 +3068,122,17091,92,46 +3069,122,17091,92,0 +3070,122,17091,92,6 +3071,122,17091,92,87 +3072,122,17091,92,0 +3073,122,17091,92,60 +3074,126,17099,92,18 +3075,126,17099,92,0 +3076,126,17099,92,103 +3077,126,17099,92,0 +3078,126,17099,92,0 +3079,126,17099,92,0 +3080,126,17099,92,0 +3081,126,17099,92,0 +3082,126,17099,92,0 +3083,126,17099,92,0 +3084,126,17099,92,0 +3085,126,17099,92,0 +3086,126,17099,92,0 +3087,126,17099,92,2 +3088,126,17099,92,0 +3089,126,17099,92,8 +3090,126,17099,92,0 +3091,126,17099,92,0 +3092,126,17099,92,82 +3093,126,17099,92,0 +3094,126,17099,92,0 +3095,126,17099,92,0 +3096,126,17099,92,96 +3097,126,17099,92,183 +3098,126,17099,92,0 +3099,126,17099,92,40 +3100,126,17099,92,0 +3101,126,17099,92,41 +3102,126,17099,92,0 +3103,126,17099,92,0 +3104,126,17099,92,0 +3105,126,17099,92,0 +3106,126,17099,92,13 +3107,126,17099,92,12 +3108,126,17099,92,0 +3109,126,17099,92,402 +3110,126,17099,92,0 +3111,126,17099,92,0 +3112,126,17099,92,0 +3113,126,17099,92,0 +3114,126,17099,92,37 +3115,126,17099,92,0 +3116,126,17099,92,10 +3117,126,17099,92,52 +3118,126,17099,92,0 +3119,126,17099,92,0 +3120,126,17099,92,13 +3121,126,17099,92,0 +3122,126,17099,92,616 +3123,126,17099,92,0 +3124,126,17099,92,0 +3125,126,17099,92,0 +3126,126,17099,92,0 +3127,126,17099,92,1 +3128,126,17099,92,6 +3129,126,17099,92,0 +3130,126,17099,92,2 +3131,126,17099,92,0 +3132,126,17099,92,0 +3133,126,17099,92,333 +3134,126,17099,92,0 +3135,126,17099,92,0 +3136,126,17099,92,129 +3137,126,17099,92,0 +3138,126,17099,92,0 +3139,126,17099,92,0 +3140,126,17099,92,34 +3141,126,17099,92,14 +3142,126,17099,92,0 +3143,126,17099,92,0 +3144,126,17099,92,0 +3145,126,17099,92,0 +3146,125,17103,92,5 +3147,125,17103,92,9 +3148,125,17103,92,0 +3149,125,17103,92,0 +3150,125,17103,92,0 +3151,125,17103,92,0 +3152,124,17141,92,3 +3153,124,17141,92,0 +3154,124,17141,92,0 +3155,124,17141,92,10 +3156,124,17141,92,0 +3157,124,17141,92,120 +3158,124,17141,92,0 +3159,124,17141,92,0 +3160,124,17141,92,0 +3161,124,17141,92,0 +3162,124,17141,92,0 +3163,124,17141,92,0 +3164,124,17141,92,21 +3165,124,17141,92,0 +3166,124,17141,92,0 +3167,124,17141,92,0 +3168,124,17141,92,0 +3169,123,17201,92,0 +3170,123,17201,92,0 +3171,123,17201,92,0 +3172,123,17201,92,25 +3173,123,17201,92,0 +3174,123,17201,92,0 +3175,123,17201,92,53 +3176,123,17201,92,0 +3177,123,17201,92,0 +3178,123,17201,92,0 +3179,123,17201,92,0 +3180,123,17201,92,0 +3181,123,17201,92,14 +3182,123,17201,92,0 +3183,123,17201,92,3 +3184,123,17201,92,0 +3185,123,17201,92,0 +3186,123,17201,92,0 +3187,123,17201,92,0 +3188,123,17201,92,0 +3189,123,17201,92,0 +3190,123,17201,92,43 +3191,123,17201,92,8 +3192,123,17201,92,0 +3193,123,17201,92,28 +3194,123,17201,92,0 +3195,123,17201,92,0 +3196,123,17201,92,0 +3197,123,17201,92,0 +3198,123,17201,92,118 +3199,123,17201,92,0 +3200,123,17201,92,0 +3201,123,17201,92,1 +3202,123,17201,92,0 +3203,123,17201,92,95 +3204,123,17201,92,0 +3205,123,17201,92,0 +3206,123,17201,92,120 +3207,123,17201,92,0 +3208,123,17201,92,1904 +3209,123,17201,92,1077 +3210,123,17201,92,1 +3211,123,17201,92,22 +3212,123,17201,92,1 +3213,123,17201,92,12 +3214,123,17201,92,6 +3215,123,17201,92,0 +3216,123,17201,92,9 +3217,123,17201,92,42 +3218,123,17201,92,0 +3219,123,17201,92,106 +3220,123,17201,92,37 +3221,123,17201,92,0 +3222,123,17201,92,0 +3223,123,17201,92,5 +3224,123,17201,92,0 +3225,123,17201,92,2 +3226,123,17201,92,11 +3227,123,17201,92,0 +3228,123,17201,92,0 +3229,123,17201,92,16 +3230,123,17201,92,0 +3231,123,17201,92,0 +3232,123,17201,92,0 +3233,123,17201,92,0 +3234,123,17201,92,0 +3235,123,17201,92,52 +3236,123,17201,92,0 +3237,123,17201,92,13 +3238,123,17201,92,0 +3239,123,17201,92,0 +3240,123,17201,92,43 +3241,123,17201,92,0 +3242,123,17201,92,0 +3243,123,17201,92,0 +3244,123,17201,92,0 +3245,123,17201,92,0 +3246,123,17201,92,0 +3247,123,17201,92,88 +3248,127,18089,92,0 +3249,127,18089,92,0 +3250,127,18089,92,6 +3251,127,18089,92,0 +3252,127,18089,92,0 +3253,127,18089,92,1 +3254,127,18089,92,0 +3255,127,18089,92,0 +3256,127,18089,92,0 +3257,127,18089,92,0 +3258,127,18089,92,3 +3259,127,18089,92,0 +3260,127,18089,92,5 +3261,127,18089,92,0 +3262,127,18089,92,0 +3263,127,18089,92,0 +3264,127,18089,92,0 +3265,127,18089,92,0 +3266,127,18089,92,4 +3267,127,18089,92,2 +3268,127,18089,92,0 +3269,127,18089,92,13 +3270,127,18089,92,0 +3271,127,18089,92,0 +3272,127,18089,92,0 +3273,127,18089,92,19 +3274,127,18089,92,0 +3275,127,18089,92,0 +3276,127,18089,92,3526 +3277,127,18089,92,5 +3278,127,18089,92,1 +3279,127,18089,92,0 +3280,127,18089,92,65 +3281,127,18089,92,2 +3282,127,18089,92,0 +3283,127,18089,92,2 +3284,127,18089,92,2 +3285,127,18089,92,1 +3286,127,18089,92,0 +3287,127,18089,92,1 +3288,127,18089,92,0 +3289,127,18089,92,0 +3290,127,18089,92,2 +3291,127,18089,92,0 +3292,127,18089,92,20 +3293,127,18089,92,0 +3294,127,18089,92,9 +3295,127,18089,92,149 +3296,127,18089,92,0 +3297,127,18089,92,11 +3298,127,18089,92,226 +3299,127,18089,92,3 +3300,127,18089,92,7 +3301,127,18089,92,7 +3302,127,18089,92,1 +3303,127,18089,92,1 +3304,127,18089,92,65 +3305,127,18089,92,0 +3306,127,18089,92,205 +3307,127,18089,92,223 +3308,127,18089,92,6 +3309,127,18089,92,21 +3310,127,18089,92,6 +3311,127,18089,92,0 +3312,127,18089,92,299 +3313,127,18089,92,2 +3314,127,18089,92,45 +3315,127,18089,92,155 +3316,127,18089,92,118 +3317,127,18089,92,1 +3318,127,18089,92,4 +3319,127,18089,92,9 +3320,127,18089,92,2 +3321,127,18089,92,12 +3322,127,18089,92,17 +3323,127,18089,92,0 +3324,127,18089,92,13 +3325,127,18089,92,1050 +3326,127,18089,92,19 +3327,127,18089,92,30 +3328,127,18089,92,98 +3329,127,18089,92,12 +3330,127,18089,92,223 +3331,127,18089,92,46 +3332,127,18089,92,2 +3333,127,18089,92,906 +3334,127,18089,92,7 +3335,127,18089,92,3 +3336,127,18089,92,2 +3337,127,18089,92,1 +3338,127,18089,92,96 +3339,127,18089,92,983 +3340,127,18089,92,0 +3341,127,18089,92,15 +3342,127,18089,92,7 +3343,127,18089,92,23 +3344,127,18089,92,194 +3345,129,18091,92,0 +3346,129,18091,92,10 +3347,129,18091,92,2 +3348,129,18091,92,11 +3349,129,18091,92,0 +3350,129,18091,92,25 +3351,129,18091,92,3 +3352,129,18091,92,4 +3353,129,18091,92,0 +3354,129,18091,92,3 +3355,129,18091,92,0 +3356,129,18091,92,2 +3357,129,18091,92,0 +3358,129,18091,92,0 +3359,129,18091,92,1 +3360,129,18091,92,0 +3361,129,18091,92,41 +3362,129,18091,92,30 +3363,129,18091,92,0 +3364,129,18091,92,2 +3365,129,18091,92,2 +3366,129,18091,92,9 +3367,129,18091,92,4 +3368,129,18091,92,0 +3369,129,18091,92,0 +3370,129,18091,92,3 +3371,129,18091,92,0 +3372,129,18091,92,3 +3373,129,18091,92,1141 +3374,129,18091,92,0 +3375,129,18091,92,17 +3376,129,18091,92,0 +3377,129,18091,92,2 +3378,129,18091,92,0 +3379,129,18091,92,0 +3380,129,18091,92,0 +3381,129,18091,92,0 +3382,129,18091,92,0 +3383,129,18091,92,0 +3384,129,18091,92,1 +3385,129,18091,92,2 +3386,129,18091,92,13 +3387,129,18091,92,18 +3388,129,18091,92,6 +3389,129,18091,92,3 +3390,129,18091,92,0 +3391,129,18091,92,6 +3392,129,18091,92,0 +3393,129,18091,92,0 +3394,129,18091,92,0 +3395,129,18091,92,0 +3396,129,18091,92,997 +3397,129,18091,92,96 +3398,129,18091,92,2 +3399,129,18091,92,0 +3400,129,18091,92,37 +3401,128,18127,92,0 +3402,128,18127,92,0 +3403,128,18127,92,0 +3404,128,18127,92,19 +3405,128,18127,92,0 +3406,128,18127,92,0 +3407,128,18127,92,0 +3408,128,18127,92,28 +3409,128,18127,92,2 +3410,128,18127,92,0 +3411,128,18127,92,0 +3412,128,18127,92,0 +3413,128,18127,92,0 +3414,128,18127,92,0 +3415,128,18127,92,1 +3416,128,18127,92,0 +3417,128,18127,92,5 +3418,128,18127,92,0 +3419,128,18127,92,16 +3420,128,18127,92,0 +3421,128,18127,92,0 +3422,128,18127,92,12 +3423,128,18127,92,0 +3424,128,18127,92,0 +3425,128,18127,92,12 +3426,128,18127,92,0 +3427,128,18127,92,1 +3428,128,18127,92,1 +3429,128,18127,92,1 +3430,128,18127,92,8 +3431,128,18127,92,0 +3432,128,18127,92,3 +3433,128,18127,92,1019 +3434,128,18127,92,1 +3435,128,18127,92,0 +3436,128,18127,92,361 +3437,128,18127,92,3 +3438,128,18127,92,0 +3439,128,18127,92,0 +3440,128,18127,92,1 +3441,128,18127,92,4 +3442,128,18127,92,0 +3443,128,18127,92,0 +3444,128,18127,92,0 +3445,128,18127,92,0 +3446,128,18127,92,59 +3447,128,18127,92,0 +3448,128,18127,92,1 +3449,128,18127,92,0 +3450,128,18127,92,5 +3451,128,18127,92,2 +3452,128,18127,92,2 +3453,128,18127,92,6 +3454,128,18127,92,0 +3455,128,18127,92,332 +3456,128,18127,92,2 +3457,128,18127,92,11 +3458,128,18127,92,0 +3459,128,18127,92,1 +3460,128,18127,92,4 +3461,128,18127,92,4 +3462,128,18127,92,20 +3463,128,18127,92,110 +3464,128,18127,92,10 +3465,128,18127,92,0 +3466,128,18127,92,0 +3467,128,18127,92,17 +3468,130,55059,92,6 +3469,130,55059,92,50 +3470,130,55059,92,0 +3471,130,55059,92,0 +3472,130,55059,92,1 +3473,130,55059,92,0 +3474,130,55059,92,0 +3475,130,55059,92,30 +3476,130,55059,92,0 +3477,130,55059,92,0 +3478,130,55059,92,0 +3479,130,55059,92,227 +3480,130,55059,92,19 +3481,130,55059,92,1 +3482,130,55059,92,75 +3483,130,55059,92,0 +3484,130,55059,92,1 +3485,130,55059,92,0 +3486,130,55059,92,0 +3487,130,55059,92,0 +3488,130,55059,92,1 +3489,130,55059,92,0 +3490,130,55059,92,0 +3491,130,55059,92,1 +3492,130,55059,92,7 +3493,130,55059,92,560 +3494,130,55059,92,0 +3495,130,55059,92,0 +3496,130,55059,92,4 +3497,130,55059,92,0 +3498,130,55059,92,19 +3499,130,55059,92,2 +3500,130,55059,92,46 +3501,130,55059,92,5 +3502,130,55059,92,0 +3503,130,55059,92,0 +3504,130,55059,92,3 +3505,130,55059,92,63 +3506,130,55059,92,0 +3507,130,55059,92,0 +3508,130,55059,92,0 +3509,130,55059,92,0 +3510,130,55059,92,2521 +3511,130,55059,92,1 +3512,130,55059,92,0 +3513,131,55101,92,0 +3514,131,55101,92,0 +3515,131,55101,92,0 +3516,131,55101,92,0 +3517,131,55101,92,140 +3518,131,55101,92,24 +3519,131,55101,92,0 +3520,131,55101,92,0 +3521,131,55101,92,0 +3522,131,55101,92,0 +3523,131,55101,92,0 +3524,131,55101,92,0 +3525,131,55101,92,0 +3526,131,55101,92,0 +3527,131,55101,92,95 +3528,131,55101,92,1 +3529,131,55101,92,0 +3530,131,55101,92,350 +3531,131,55101,92,0 +3532,131,55101,92,0 +3533,131,55101,92,0 +3534,131,55101,92,16 +3535,131,55101,92,4 +3536,131,55101,92,0 +3537,131,55101,92,207 +3538,131,55101,92,643 +3539,131,55101,92,0 +3540,131,55101,92,2 +3541,131,55101,92,0 +3542,131,55101,92,0 +3543,131,55101,92,3 +3544,131,55101,92,38 +3545,131,55101,92,1814 +3546,131,55101,92,12 +3547,131,55101,92,11 +3548,131,55101,92,0 +3549,131,55101,92,97 +3550,131,55101,92,0 +3551,131,55101,92,0 +3552,131,55101,92,0 +3553,131,55101,92,0 +3554,131,55101,92,23 +3555,131,55101,92,0 +3556,131,55101,92,46 +3557,131,55101,92,0 +3558,131,55101,92,0 +3559,131,55101,92,0 +3560,131,55101,92,2 +3561,131,55101,92,1 +3562,131,55101,92,2 +3563,131,55101,92,227 +3564,131,55101,92,161 +3565,131,55101,92,19 +3566,131,55101,92,1 +3567,131,55101,92,2 +3568,131,55101,92,0 +3569,132,55127,92,50 +3570,132,55127,92,153 +3571,132,55127,92,2 +3572,132,55127,92,2 +3573,132,55127,92,31 +3574,132,55127,92,46 +3575,132,55127,92,0 +3576,132,55127,92,0 +3577,132,55127,92,0 +3578,132,55127,92,25 +3579,132,55127,92,0 +3580,132,55127,92,12 +3581,132,55127,92,1 +3582,132,55127,92,8 +3583,132,55127,92,35 +3584,132,55127,92,0 +3585,132,55127,92,2 +3586,132,55127,92,0 +3587,132,55127,92,0 +3588,132,55127,92,0 +3589,132,55127,92,353 +3590,132,55127,92,0 +3591,132,55127,92,75 +3592,132,55127,92,0 +3593,132,55127,92,0 +3594,132,55127,92,0 +3595,132,55127,92,180 +3596,132,55127,92,0 +3597,132,55127,92,0 +3598,132,55127,92,0 +3599,132,55127,92,19 +3600,132,55127,92,0 +3601,132,55127,92,0 +3602,132,55127,92,961 +3603,132,55127,92,7 +3604,132,55127,92,0 +3605,132,55127,92,2 +3606,132,55127,92,11 +3607,132,55127,92,0 +3608,132,55127,92,3 +3609,132,55127,92,0 +3610,132,55127,92,118 +3611,132,55127,92,0 +3612,132,55127,92,2 +3613,132,55127,92,5 +3614,132,55127,92,2 +3615,132,55127,92,0 +3616,132,55127,92,0 +3617,132,55127,92,0 +3618,132,55127,92,0 +3619,132,55127,92,0 +3620,132,55127,92,0 +3621,132,55127,92,0 +3622,132,55127,92,0 +3623,132,55127,92,0 +3624,132,55127,92,2 +3625,132,55127,92,8 +3626,132,55127,92,93 +3627,132,55127,92,0 +3628,132,55127,92,1 +3629,132,55127,92,0 +3630,132,55127,92,0 +3631,132,55127,92,0 +3632,132,55127,92,77 diff --git a/scenarios/base/inputs/data_foreign_cons.csv b/scenarios/base/inputs/data_foreign_cons.csv new file mode 100644 index 0000000..806bb0e --- /dev/null +++ b/scenarios/base/inputs/data_foreign_cons.csv @@ -0,0 +1,53487 @@ +Country,Commodity_NAICS6,USExpVal,FAFZONE,ctrycod,CBPZONE +Afghanistan,111130,1296784,806,1,124 +Afghanistan,111140,9894311,806,1,124 +Afghanistan,111335,70200,806,1,124 +Afghanistan,111421,9250,806,1,124 +Afghanistan,111998,27300,806,1,124 +Afghanistan,112990,802900,806,1,124 +Afghanistan,113210,55029,806,1,124 +Afghanistan,114111,44706,806,1,124 +Afghanistan,114112,34129,806,1,124 +Afghanistan,211112,44260,806,1,124 +Afghanistan,212322,78234,806,1,124 +Afghanistan,212325,37023,806,1,124 +Afghanistan,212393,12944,806,1,124 +Afghanistan,311119,6962,806,1,124 +Afghanistan,311211,1452138,806,1,124 +Afghanistan,311212,2632576,806,1,124 +Afghanistan,311222,189358,806,1,124 +Afghanistan,311223,8916724,806,1,124 +Afghanistan,311225,17001290,806,1,124 +Afghanistan,311230,379143,806,1,124 +Afghanistan,311311,44171,806,1,124 +Afghanistan,311320,16462,806,1,124 +Afghanistan,311411,19820,806,1,124 +Afghanistan,311421,85763,806,1,124 +Afghanistan,311423,46848,806,1,124 +Afghanistan,311513,66343,806,1,124 +Afghanistan,311514,449179,806,1,124 +Afghanistan,311611,1016750,806,1,124 +Afghanistan,311615,36512844,806,1,124 +Afghanistan,311811,185274,806,1,124 +Afghanistan,311822,101532,806,1,124 +Afghanistan,311911,35153,806,1,124 +Afghanistan,311919,41650,806,1,124 +Afghanistan,311920,14000,806,1,124 +Afghanistan,311930,6240,806,1,124 +Afghanistan,311941,236401,806,1,124 +Afghanistan,311999,463715,806,1,124 +Afghanistan,312111,231766,806,1,124 +Afghanistan,312229,70866,806,1,124 +Afghanistan,313111,10127,806,1,124 +Afghanistan,313210,973564,806,1,124 +Afghanistan,313221,288242,806,1,124 +Afghanistan,313230,4471,806,1,124 +Afghanistan,313320,50669,806,1,124 +Afghanistan,314110,49170,806,1,124 +Afghanistan,314129,502816,806,1,124 +Afghanistan,314911,844815,806,1,124 +Afghanistan,314912,12715461,806,1,124 +Afghanistan,314991,49668,806,1,124 +Afghanistan,314999,4278785,806,1,124 +Afghanistan,315111,79608,806,1,124 +Afghanistan,315221,163935,806,1,124 +Afghanistan,315222,866439,806,1,124 +Afghanistan,315223,865797,806,1,124 +Afghanistan,315224,756741,806,1,124 +Afghanistan,315228,9534099,806,1,124 +Afghanistan,315232,93552,806,1,124 +Afghanistan,315239,290935,806,1,124 +Afghanistan,315292,110312,806,1,124 +Afghanistan,315991,191692,806,1,124 +Afghanistan,315992,290535,806,1,124 +Afghanistan,315999,1396421,806,1,124 +Afghanistan,316110,2802,806,1,124 +Afghanistan,316211,311028,806,1,124 +Afghanistan,316213,667714,806,1,124 +Afghanistan,316219,189065,806,1,124 +Afghanistan,316991,2176227,806,1,124 +Afghanistan,316992,6306,806,1,124 +Afghanistan,316993,157695,806,1,124 +Afghanistan,316999,8963,806,1,124 +Afghanistan,321114,2984,806,1,124 +Afghanistan,321211,3977,806,1,124 +Afghanistan,321212,472785,806,1,124 +Afghanistan,321213,76168,806,1,124 +Afghanistan,321219,6578,806,1,124 +Afghanistan,321911,32783,806,1,124 +Afghanistan,321918,37427,806,1,124 +Afghanistan,321920,1611528,806,1,124 +Afghanistan,321992,627000,806,1,124 +Afghanistan,321999,876308,806,1,124 +Afghanistan,322110,114190,806,1,124 +Afghanistan,322121,316032,806,1,124 +Afghanistan,322122,2736,806,1,124 +Afghanistan,322130,255742,806,1,124 +Afghanistan,322211,16585,806,1,124 +Afghanistan,322212,5936,806,1,124 +Afghanistan,322213,40190,806,1,124 +Afghanistan,322215,321830,806,1,124 +Afghanistan,322222,417866,806,1,124 +Afghanistan,322223,628796,806,1,124 +Afghanistan,322233,28506,806,1,124 +Afghanistan,322291,1584989,806,1,124 +Afghanistan,322299,153637,806,1,124 +Afghanistan,323117,422621,806,1,124 +Afghanistan,323118,53287,806,1,124 +Afghanistan,323119,1111054,806,1,124 +Afghanistan,324110,2089801,806,1,124 +Afghanistan,325120,858418,806,1,124 +Afghanistan,325132,3784,806,1,124 +Afghanistan,325188,212899,806,1,124 +Afghanistan,325191,36395,806,1,124 +Afghanistan,325192,6240,806,1,124 +Afghanistan,325193,3560,806,1,124 +Afghanistan,325199,1409206,806,1,124 +Afghanistan,325211,570493,806,1,124 +Afghanistan,325212,51898,806,1,124 +Afghanistan,325222,5750,806,1,124 +Afghanistan,325311,4952,806,1,124 +Afghanistan,325312,6200,806,1,124 +Afghanistan,325320,221321,806,1,124 +Afghanistan,325412,2061702,806,1,124 +Afghanistan,325414,17799,806,1,124 +Afghanistan,325510,455345,806,1,124 +Afghanistan,325520,417886,806,1,124 +Afghanistan,325611,1481425,806,1,124 +Afghanistan,325612,12741,806,1,124 +Afghanistan,325613,601570,806,1,124 +Afghanistan,325620,1033387,806,1,124 +Afghanistan,325910,612071,806,1,124 +Afghanistan,325920,545825,806,1,124 +Afghanistan,325992,55343,806,1,124 +Afghanistan,325998,7374606,806,1,124 +Afghanistan,326113,354512,806,1,124 +Afghanistan,326122,4356248,806,1,124 +Afghanistan,326160,5796,806,1,124 +Afghanistan,326191,851982,806,1,124 +Afghanistan,326192,273247,806,1,124 +Afghanistan,326199,38951493,806,1,124 +Afghanistan,326211,758837,806,1,124 +Afghanistan,326212,8720,806,1,124 +Afghanistan,326220,879910,806,1,124 +Afghanistan,326299,770040,806,1,124 +Afghanistan,327111,263332,806,1,124 +Afghanistan,327112,156359,806,1,124 +Afghanistan,327113,434598,806,1,124 +Afghanistan,327124,44700,806,1,124 +Afghanistan,327125,3800,806,1,124 +Afghanistan,327211,1071511,806,1,124 +Afghanistan,327212,167094,806,1,124 +Afghanistan,327213,3600,806,1,124 +Afghanistan,327215,1052948,806,1,124 +Afghanistan,327310,19793,806,1,124 +Afghanistan,327390,350291,806,1,124 +Afghanistan,327420,14080,806,1,124 +Afghanistan,327910,59221,806,1,124 +Afghanistan,327993,423826,806,1,124 +Afghanistan,327999,15030,806,1,124 +Afghanistan,331111,6159128,806,1,124 +Afghanistan,331222,168158,806,1,124 +Afghanistan,331315,434539,806,1,124 +Afghanistan,331316,542722,806,1,124 +Afghanistan,331319,2166814,806,1,124 +Afghanistan,331411,23687,806,1,124 +Afghanistan,331419,76275,806,1,124 +Afghanistan,331421,180165,806,1,124 +Afghanistan,331422,2658160,806,1,124 +Afghanistan,331491,80624,806,1,124 +Afghanistan,331511,443089,806,1,124 +Afghanistan,332115,35761,806,1,124 +Afghanistan,332211,337414,806,1,124 +Afghanistan,332212,7278439,806,1,124 +Afghanistan,332213,229274,806,1,124 +Afghanistan,332214,168298,806,1,124 +Afghanistan,332311,9318101,806,1,124 +Afghanistan,332312,2593208,806,1,124 +Afghanistan,332321,1112312,806,1,124 +Afghanistan,332322,565273,806,1,124 +Afghanistan,332323,129064,806,1,124 +Afghanistan,332410,303864,806,1,124 +Afghanistan,332420,2984696,806,1,124 +Afghanistan,332439,427500,806,1,124 +Afghanistan,332510,3410348,806,1,124 +Afghanistan,332611,8175,806,1,124 +Afghanistan,332618,410464,806,1,124 +Afghanistan,332722,2830417,806,1,124 +Afghanistan,332911,4422802,806,1,124 +Afghanistan,332912,3543721,806,1,124 +Afghanistan,332913,195912,806,1,124 +Afghanistan,332919,870703,806,1,124 +Afghanistan,332991,404752,806,1,124 +Afghanistan,332992,15347045,806,1,124 +Afghanistan,332994,18939892,806,1,124 +Afghanistan,332995,14848141,806,1,124 +Afghanistan,332998,347326,806,1,124 +Afghanistan,332999,2989907,806,1,124 +Afghanistan,333111,2451050,806,1,124 +Afghanistan,333120,44190585,806,1,124 +Afghanistan,333131,683412,806,1,124 +Afghanistan,333132,137612,806,1,124 +Afghanistan,333210,58180,806,1,124 +Afghanistan,333220,109335,806,1,124 +Afghanistan,333291,82947,806,1,124 +Afghanistan,333292,96296,806,1,124 +Afghanistan,333293,1437304,806,1,124 +Afghanistan,333294,356264,806,1,124 +Afghanistan,333295,900631,806,1,124 +Afghanistan,333298,649350,806,1,124 +Afghanistan,333311,3216,806,1,124 +Afghanistan,333313,2732333,806,1,124 +Afghanistan,333314,25920307,806,1,124 +Afghanistan,333315,5086784,806,1,124 +Afghanistan,333319,1123021,806,1,124 +Afghanistan,333411,251717,806,1,124 +Afghanistan,333412,837016,806,1,124 +Afghanistan,333414,148082,806,1,124 +Afghanistan,333415,37614161,806,1,124 +Afghanistan,333511,2649,806,1,124 +Afghanistan,333512,541756,806,1,124 +Afghanistan,333513,1109035,806,1,124 +Afghanistan,333514,394867,806,1,124 +Afghanistan,333515,1526246,806,1,124 +Afghanistan,333611,2323449,806,1,124 +Afghanistan,333612,2577946,806,1,124 +Afghanistan,333613,843688,806,1,124 +Afghanistan,333618,5285080,806,1,124 +Afghanistan,333911,3964186,806,1,124 +Afghanistan,333912,2109242,806,1,124 +Afghanistan,333913,495035,806,1,124 +Afghanistan,333921,34022,806,1,124 +Afghanistan,333922,38884,806,1,124 +Afghanistan,333923,1583292,806,1,124 +Afghanistan,333924,8566122,806,1,124 +Afghanistan,333991,1198031,806,1,124 +Afghanistan,333992,1395475,806,1,124 +Afghanistan,333993,357171,806,1,124 +Afghanistan,333994,3313493,806,1,124 +Afghanistan,333995,293437,806,1,124 +Afghanistan,333996,799641,806,1,124 +Afghanistan,333997,372560,806,1,124 +Afghanistan,333999,10565737,806,1,124 +Afghanistan,334111,33118647,806,1,124 +Afghanistan,334112,3411737,806,1,124 +Afghanistan,334119,39986315,806,1,124 +Afghanistan,334210,12397134,806,1,124 +Afghanistan,334220,147385845,806,1,124 +Afghanistan,334290,2395079,806,1,124 +Afghanistan,334310,6328347,806,1,124 +Afghanistan,334411,159218,806,1,124 +Afghanistan,334412,134295,806,1,124 +Afghanistan,334413,3952911,806,1,124 +Afghanistan,334414,71719,806,1,124 +Afghanistan,334415,106782,806,1,124 +Afghanistan,334416,1235582,806,1,124 +Afghanistan,334417,5412719,806,1,124 +Afghanistan,334418,2476818,806,1,124 +Afghanistan,334419,16714064,806,1,124 +Afghanistan,334510,957275,806,1,124 +Afghanistan,334511,11293717,806,1,124 +Afghanistan,334512,2215271,806,1,124 +Afghanistan,334513,67594214,806,1,124 +Afghanistan,334514,321185,806,1,124 +Afghanistan,334515,7448061,806,1,124 +Afghanistan,334516,51249248,806,1,124 +Afghanistan,334517,7185152,806,1,124 +Afghanistan,334518,149742,806,1,124 +Afghanistan,334519,4637767,806,1,124 +Afghanistan,334612,7715,806,1,124 +Afghanistan,334613,351218,806,1,124 +Afghanistan,335110,1962132,806,1,124 +Afghanistan,335121,24320,806,1,124 +Afghanistan,335129,11026962,806,1,124 +Afghanistan,335211,3361127,806,1,124 +Afghanistan,335212,370894,806,1,124 +Afghanistan,335221,373785,806,1,124 +Afghanistan,335222,515183,806,1,124 +Afghanistan,335224,2230641,806,1,124 +Afghanistan,335228,1558458,806,1,124 +Afghanistan,335311,10641637,806,1,124 +Afghanistan,335312,41523893,806,1,124 +Afghanistan,335313,15720774,806,1,124 +Afghanistan,335314,10162688,806,1,124 +Afghanistan,335911,2357921,806,1,124 +Afghanistan,335912,866729,806,1,124 +Afghanistan,335921,817451,806,1,124 +Afghanistan,335929,18360002,806,1,124 +Afghanistan,335931,3042082,806,1,124 +Afghanistan,335932,1270469,806,1,124 +Afghanistan,335991,34917,806,1,124 +Afghanistan,335999,7569042,806,1,124 +Afghanistan,336111,22114815,806,1,124 +Afghanistan,336120,541047281,806,1,124 +Afghanistan,336211,14027210,806,1,124 +Afghanistan,336212,14772323,806,1,124 +Afghanistan,336214,3928622,806,1,124 +Afghanistan,336311,1340492,806,1,124 +Afghanistan,336321,142149,806,1,124 +Afghanistan,336322,5108585,806,1,124 +Afghanistan,336330,251301,806,1,124 +Afghanistan,336340,241217,806,1,124 +Afghanistan,336350,817740,806,1,124 +Afghanistan,336360,62814,806,1,124 +Afghanistan,336370,10344,806,1,124 +Afghanistan,336391,4522,806,1,124 +Afghanistan,336399,60843643,806,1,124 +Afghanistan,336412,15817018,806,1,124 +Afghanistan,336413,94674187,806,1,124 +Afghanistan,336419,1311747,806,1,124 +Afghanistan,336510,920215,806,1,124 +Afghanistan,336612,18597,806,1,124 +Afghanistan,336991,181395,806,1,124 +Afghanistan,337124,613067,806,1,124 +Afghanistan,337127,2311121,806,1,124 +Afghanistan,337211,728412,806,1,124 +Afghanistan,337214,1185898,806,1,124 +Afghanistan,337215,3738226,806,1,124 +Afghanistan,337910,301971,806,1,124 +Afghanistan,337920,2795,806,1,124 +Afghanistan,339112,707576,806,1,124 +Afghanistan,339113,6250897,806,1,124 +Afghanistan,339114,37728,806,1,124 +Afghanistan,339115,159599,806,1,124 +Afghanistan,339911,54585,806,1,124 +Afghanistan,339912,119198,806,1,124 +Afghanistan,339913,2.00E+05,806,1,124 +Afghanistan,339920,1327337,806,1,124 +Afghanistan,339932,82468,806,1,124 +Afghanistan,339941,13766,806,1,124 +Afghanistan,339942,18984,806,1,124 +Afghanistan,339943,10230,806,1,124 +Afghanistan,339944,191511,806,1,124 +Afghanistan,339950,407934,806,1,124 +Afghanistan,339991,460024,806,1,124 +Afghanistan,339992,10416,806,1,124 +Afghanistan,339993,89293,806,1,124 +Afghanistan,339994,174129,806,1,124 +Afghanistan,339999,3693398,806,1,124 +Afghanistan,511210,1088784,806,1,124 +Afghanistan,910000,51591,806,1,124 +Afghanistan,920000,2352964,806,1,124 +Afghanistan,990000,86909499,806,1,124 +Albania,111335,125210,804,2,125 +Albania,111940,348000,804,2,125 +Albania,111998,23770,804,2,125 +Albania,112111,147032,804,2,125 +Albania,113310,28369,804,2,125 +Albania,114111,111720,804,2,125 +Albania,211112,27036,804,2,125 +Albania,311111,17417,804,2,125 +Albania,311119,26208,804,2,125 +Albania,311212,1115197,804,2,125 +Albania,311421,69498,804,2,125 +Albania,311514,562012,804,2,125 +Albania,311611,2985514,804,2,125 +Albania,311613,2700,804,2,125 +Albania,311615,13850270,804,2,125 +Albania,311822,26610,804,2,125 +Albania,311911,13860,804,2,125 +Albania,311930,33863,804,2,125 +Albania,311999,15143,804,2,125 +Albania,312111,99694,804,2,125 +Albania,312113,4984,804,2,125 +Albania,313111,17158,804,2,125 +Albania,313210,30574,804,2,125 +Albania,313221,11325,804,2,125 +Albania,314110,9978,804,2,125 +Albania,314129,24243,804,2,125 +Albania,314912,25000,804,2,125 +Albania,315224,13000,804,2,125 +Albania,315233,2560,804,2,125 +Albania,315239,4125,804,2,125 +Albania,315999,174345,804,2,125 +Albania,316110,20000,804,2,125 +Albania,316992,2940,804,2,125 +Albania,316993,20000,804,2,125 +Albania,316999,5400,804,2,125 +Albania,321113,148912,804,2,125 +Albania,321212,37360,804,2,125 +Albania,321911,24900,804,2,125 +Albania,321920,9000,804,2,125 +Albania,322110,71707,804,2,125 +Albania,322223,5207,804,2,125 +Albania,322291,6175,804,2,125 +Albania,323117,32380,804,2,125 +Albania,323119,3195,804,2,125 +Albania,324110,41154,804,2,125 +Albania,324122,22991,804,2,125 +Albania,325110,8224,804,2,125 +Albania,325131,117576,804,2,125 +Albania,325188,4255,804,2,125 +Albania,325199,14440,804,2,125 +Albania,325211,28857,804,2,125 +Albania,325411,279543,804,2,125 +Albania,325412,64707,804,2,125 +Albania,325414,182615,804,2,125 +Albania,325510,17413,804,2,125 +Albania,325520,15445,804,2,125 +Albania,325611,18717,804,2,125 +Albania,325612,3500,804,2,125 +Albania,325613,53261,804,2,125 +Albania,325620,169295,804,2,125 +Albania,325920,143278,804,2,125 +Albania,325992,21758,804,2,125 +Albania,326199,37139,804,2,125 +Albania,326220,7609,804,2,125 +Albania,326299,18230,804,2,125 +Albania,327112,55500,804,2,125 +Albania,327215,15000,804,2,125 +Albania,327331,7904,804,2,125 +Albania,327390,3786,804,2,125 +Albania,331111,14399,804,2,125 +Albania,332212,44975,804,2,125 +Albania,332312,80420,804,2,125 +Albania,332321,3025,804,2,125 +Albania,332420,7261,804,2,125 +Albania,332510,2562,804,2,125 +Albania,332722,2802,804,2,125 +Albania,332911,6372,804,2,125 +Albania,332912,4067,804,2,125 +Albania,332999,155610,804,2,125 +Albania,333111,25000,804,2,125 +Albania,333120,317162,804,2,125 +Albania,333131,47874,804,2,125 +Albania,333132,244755,804,2,125 +Albania,333220,14651,804,2,125 +Albania,333293,18005,804,2,125 +Albania,333313,61106,804,2,125 +Albania,333314,33569,804,2,125 +Albania,333319,52900,804,2,125 +Albania,333411,21741,804,2,125 +Albania,333415,17219,804,2,125 +Albania,333512,181987,804,2,125 +Albania,333514,17525,804,2,125 +Albania,333613,24350,804,2,125 +Albania,333911,8056,804,2,125 +Albania,333991,63791,804,2,125 +Albania,333993,12138,804,2,125 +Albania,333999,188540,804,2,125 +Albania,334111,427493,804,2,125 +Albania,334112,95939,804,2,125 +Albania,334119,1176111,804,2,125 +Albania,334210,19160,804,2,125 +Albania,334220,2896433,804,2,125 +Albania,334310,176826,804,2,125 +Albania,334411,63612,804,2,125 +Albania,334413,33458,804,2,125 +Albania,334416,4060,804,2,125 +Albania,334417,2776,804,2,125 +Albania,334418,18956,804,2,125 +Albania,334419,1057949,804,2,125 +Albania,334510,709977,804,2,125 +Albania,334511,78026,804,2,125 +Albania,334513,21843,804,2,125 +Albania,334515,247343,804,2,125 +Albania,334516,101229,804,2,125 +Albania,334517,519459,804,2,125 +Albania,334518,4800,804,2,125 +Albania,334519,333302,804,2,125 +Albania,334612,3424,804,2,125 +Albania,334613,48351,804,2,125 +Albania,335129,9237,804,2,125 +Albania,335221,60000,804,2,125 +Albania,335312,10000,804,2,125 +Albania,335313,4892,804,2,125 +Albania,335314,45842,804,2,125 +Albania,335929,209788,804,2,125 +Albania,335931,7137,804,2,125 +Albania,335999,9827,804,2,125 +Albania,336111,6290457,804,2,125 +Albania,336120,109000,804,2,125 +Albania,336214,136141,804,2,125 +Albania,336321,14300,804,2,125 +Albania,336322,23528,804,2,125 +Albania,336340,3165,804,2,125 +Albania,336399,54609,804,2,125 +Albania,336412,4192,804,2,125 +Albania,336510,5000,804,2,125 +Albania,336611,116605,804,2,125 +Albania,336612,4870358,804,2,125 +Albania,336991,398924,804,2,125 +Albania,337124,3096,804,2,125 +Albania,337127,131349,804,2,125 +Albania,339112,69840,804,2,125 +Albania,339113,248202,804,2,125 +Albania,339114,54860,804,2,125 +Albania,339914,9120,804,2,125 +Albania,339920,13458,804,2,125 +Albania,339932,10576,804,2,125 +Albania,339942,193000,804,2,125 +Albania,339991,17488,804,2,125 +Albania,339992,2999,804,2,125 +Albania,339999,12951,804,2,125 +Albania,511210,128104,804,2,125 +Albania,910000,31345,804,2,125 +Albania,920000,184330,804,2,125 +Albania,990000,1406873,804,2,125 +Algeria,111130,5920542,805,3,126 +Algeria,111140,42088704,805,3,126 +Algeria,111150,10818736,805,3,126 +Algeria,111199,280000,805,3,126 +Algeria,111219,4267616,805,3,126 +Algeria,111335,23263910,805,3,126 +Algeria,111992,3035807,805,3,126 +Algeria,111998,171880,805,3,126 +Algeria,112310,52789,805,3,126 +Algeria,112910,17490,805,3,126 +Algeria,113210,116873,805,3,126 +Algeria,113310,271756,805,3,126 +Algeria,211112,9045,805,3,126 +Algeria,212299,31600,805,3,126 +Algeria,212322,48449,805,3,126 +Algeria,212324,8499,805,3,126 +Algeria,212325,196888,805,3,126 +Algeria,212399,619850,805,3,126 +Algeria,311111,126383,805,3,126 +Algeria,311119,9500,805,3,126 +Algeria,311211,1497194,805,3,126 +Algeria,311212,5745375,805,3,126 +Algeria,311221,1179826,805,3,126 +Algeria,311222,71853637,805,3,126 +Algeria,311223,7316169,805,3,126 +Algeria,311423,2270667,805,3,126 +Algeria,311512,21294,805,3,126 +Algeria,311513,533767,805,3,126 +Algeria,311514,5139121,805,3,126 +Algeria,311911,444840,805,3,126 +Algeria,311942,10843,805,3,126 +Algeria,311999,266847,805,3,126 +Algeria,313221,67895,805,3,126 +Algeria,313320,47096,805,3,126 +Algeria,314110,25526,805,3,126 +Algeria,314129,51460,805,3,126 +Algeria,314991,19298,805,3,126 +Algeria,314999,52634,805,3,126 +Algeria,315223,16830,805,3,126 +Algeria,315228,173357,805,3,126 +Algeria,315233,4140,805,3,126 +Algeria,315239,20000,805,3,126 +Algeria,315991,5040,805,3,126 +Algeria,315999,27569,805,3,126 +Algeria,316211,3109,805,3,126 +Algeria,316213,158080,805,3,126 +Algeria,316991,5387,805,3,126 +Algeria,321113,470711,805,3,126 +Algeria,321211,15000,805,3,126 +Algeria,321911,36384,805,3,126 +Algeria,321918,25992,805,3,126 +Algeria,321999,64446,805,3,126 +Algeria,322110,26297553,805,3,126 +Algeria,322121,71438,805,3,126 +Algeria,322130,627552,805,3,126 +Algeria,322222,109400,805,3,126 +Algeria,322223,13278,805,3,126 +Algeria,322291,15936,805,3,126 +Algeria,322299,29682,805,3,126 +Algeria,323117,139490,805,3,126 +Algeria,323119,405844,805,3,126 +Algeria,324110,523334,805,3,126 +Algeria,324121,197088,805,3,126 +Algeria,325110,12029,805,3,126 +Algeria,325181,172175,805,3,126 +Algeria,325188,2909855,805,3,126 +Algeria,325192,45675,805,3,126 +Algeria,325199,2579951,805,3,126 +Algeria,325211,66240059,805,3,126 +Algeria,325212,867937,805,3,126 +Algeria,325221,2845877,805,3,126 +Algeria,325222,76012,805,3,126 +Algeria,325320,327301,805,3,126 +Algeria,325411,5223404,805,3,126 +Algeria,325412,1321552,805,3,126 +Algeria,325414,194011,805,3,126 +Algeria,325510,5337182,805,3,126 +Algeria,325520,2199743,805,3,126 +Algeria,325611,191660,805,3,126 +Algeria,325612,4493,805,3,126 +Algeria,325613,936291,805,3,126 +Algeria,325620,257015,805,3,126 +Algeria,325910,11332,805,3,126 +Algeria,325920,620138,805,3,126 +Algeria,325992,168988,805,3,126 +Algeria,325998,3432983,805,3,126 +Algeria,326113,1278766,805,3,126 +Algeria,326121,2984,805,3,126 +Algeria,326122,9193782,805,3,126 +Algeria,326199,1690376,805,3,126 +Algeria,326211,2098344,805,3,126 +Algeria,326220,655808,805,3,126 +Algeria,326299,260009,805,3,126 +Algeria,327111,6360,805,3,126 +Algeria,327112,33044,805,3,126 +Algeria,327113,127519,805,3,126 +Algeria,327124,160551,805,3,126 +Algeria,327125,8345,805,3,126 +Algeria,327211,150596,805,3,126 +Algeria,327212,18642,805,3,126 +Algeria,327215,226494,805,3,126 +Algeria,327310,21320,805,3,126 +Algeria,327420,113807,805,3,126 +Algeria,327992,311463,805,3,126 +Algeria,327993,11587,805,3,126 +Algeria,327999,374454,805,3,126 +Algeria,331111,23871866,805,3,126 +Algeria,331222,24335,805,3,126 +Algeria,331314,3110,805,3,126 +Algeria,331316,5632,805,3,126 +Algeria,331319,5694,805,3,126 +Algeria,331421,13056,805,3,126 +Algeria,331422,26108,805,3,126 +Algeria,331491,194951,805,3,126 +Algeria,331511,1014676,805,3,126 +Algeria,332212,600844,805,3,126 +Algeria,332311,582584,805,3,126 +Algeria,332312,6724125,805,3,126 +Algeria,332322,1490000,805,3,126 +Algeria,332410,29552248,805,3,126 +Algeria,332420,1569467,805,3,126 +Algeria,332439,53032,805,3,126 +Algeria,332510,251385,805,3,126 +Algeria,332611,90895,805,3,126 +Algeria,332618,165078,805,3,126 +Algeria,332722,723035,805,3,126 +Algeria,332911,18543106,805,3,126 +Algeria,332912,871606,805,3,126 +Algeria,332913,55478,805,3,126 +Algeria,332919,2850251,805,3,126 +Algeria,332991,282673,805,3,126 +Algeria,332992,18469,805,3,126 +Algeria,332994,266738,805,3,126 +Algeria,332995,3898,805,3,126 +Algeria,332998,19478,805,3,126 +Algeria,332999,12112364,805,3,126 +Algeria,333111,1423457,805,3,126 +Algeria,333120,32837296,805,3,126 +Algeria,333131,16898719,805,3,126 +Algeria,333132,84983465,805,3,126 +Algeria,333220,57556,805,3,126 +Algeria,333292,40800,805,3,126 +Algeria,333293,151964,805,3,126 +Algeria,333295,506800,805,3,126 +Algeria,333298,18022,805,3,126 +Algeria,333313,65119,805,3,126 +Algeria,333314,230320,805,3,126 +Algeria,333315,154320,805,3,126 +Algeria,333319,15901,805,3,126 +Algeria,333411,17329,805,3,126 +Algeria,333412,102978,805,3,126 +Algeria,333414,2116685,805,3,126 +Algeria,333415,1954003,805,3,126 +Algeria,333511,14562,805,3,126 +Algeria,333512,316019,805,3,126 +Algeria,333513,2733803,805,3,126 +Algeria,333514,169040,805,3,126 +Algeria,333515,150729,805,3,126 +Algeria,333611,123639149,805,3,126 +Algeria,333612,986697,805,3,126 +Algeria,333613,1251998,805,3,126 +Algeria,333618,5123385,805,3,126 +Algeria,333911,36367236,805,3,126 +Algeria,333912,801992,805,3,126 +Algeria,333913,40803,805,3,126 +Algeria,333921,10617,805,3,126 +Algeria,333922,69690,805,3,126 +Algeria,333923,129152,805,3,126 +Algeria,333924,5677486,805,3,126 +Algeria,333991,20502,805,3,126 +Algeria,333992,6960237,805,3,126 +Algeria,333994,2062727,805,3,126 +Algeria,333995,890128,805,3,126 +Algeria,333996,1914213,805,3,126 +Algeria,333997,16078,805,3,126 +Algeria,333999,31595939,805,3,126 +Algeria,334111,1514138,805,3,126 +Algeria,334112,951614,805,3,126 +Algeria,334119,1091790,805,3,126 +Algeria,334210,120585,805,3,126 +Algeria,334220,6617258,805,3,126 +Algeria,334290,85354,805,3,126 +Algeria,334310,310113,805,3,126 +Algeria,334412,193555,805,3,126 +Algeria,334413,862511,805,3,126 +Algeria,334414,15774,805,3,126 +Algeria,334415,48733,805,3,126 +Algeria,334416,64165,805,3,126 +Algeria,334417,592096,805,3,126 +Algeria,334418,539733,805,3,126 +Algeria,334419,2711882,805,3,126 +Algeria,334510,1940172,805,3,126 +Algeria,334511,10638024,805,3,126 +Algeria,334512,5624,805,3,126 +Algeria,334513,8103119,805,3,126 +Algeria,334514,236364,805,3,126 +Algeria,334515,1909487,805,3,126 +Algeria,334516,5421268,805,3,126 +Algeria,334517,3183960,805,3,126 +Algeria,334518,29334,805,3,126 +Algeria,334519,15823442,805,3,126 +Algeria,334613,30911,805,3,126 +Algeria,335110,96322,805,3,126 +Algeria,335129,608296,805,3,126 +Algeria,335211,74636,805,3,126 +Algeria,335221,426482,805,3,126 +Algeria,335224,53702,805,3,126 +Algeria,335228,1419783,805,3,126 +Algeria,335311,311939,805,3,126 +Algeria,335312,51325229,805,3,126 +Algeria,335313,2010312,805,3,126 +Algeria,335314,1001482,805,3,126 +Algeria,335911,2965100,805,3,126 +Algeria,335912,1098101,805,3,126 +Algeria,335921,391586,805,3,126 +Algeria,335929,1713313,805,3,126 +Algeria,335931,123449,805,3,126 +Algeria,335932,246089,805,3,126 +Algeria,335991,131873,805,3,126 +Algeria,335999,1533965,805,3,126 +Algeria,336111,2222074,805,3,126 +Algeria,336120,7899651,805,3,126 +Algeria,336212,4299964,805,3,126 +Algeria,336214,210023,805,3,126 +Algeria,336311,210852,805,3,126 +Algeria,336322,100261,805,3,126 +Algeria,336330,10236,805,3,126 +Algeria,336340,68839,805,3,126 +Algeria,336350,204552,805,3,126 +Algeria,336399,5318946,805,3,126 +Algeria,336411,5.00E+06,805,3,126 +Algeria,336412,1552040,805,3,126 +Algeria,336413,2338066,805,3,126 +Algeria,336510,1040971,805,3,126 +Algeria,336611,9300,805,3,126 +Algeria,336612,305730,805,3,126 +Algeria,336991,18000,805,3,126 +Algeria,336992,1447607,805,3,126 +Algeria,337110,103900,805,3,126 +Algeria,337124,36807,805,3,126 +Algeria,337127,227210,805,3,126 +Algeria,337214,32161,805,3,126 +Algeria,337215,63192,805,3,126 +Algeria,339112,1858367,805,3,126 +Algeria,339113,272663,805,3,126 +Algeria,339114,229041,805,3,126 +Algeria,339115,160550,805,3,126 +Algeria,339911,26807,805,3,126 +Algeria,339913,71997,805,3,126 +Algeria,339914,10004,805,3,126 +Algeria,339920,110452,805,3,126 +Algeria,339950,48544,805,3,126 +Algeria,339991,2416393,805,3,126 +Algeria,339994,86840,805,3,126 +Algeria,339999,1615561,805,3,126 +Algeria,511210,370097,805,3,126 +Algeria,910000,411085,805,3,126 +Algeria,920000,271658,805,3,126 +Algeria,990000,7988937,805,3,126 +Andorra,114111,2780,804,4,127 +Andorra,212113,7884,804,4,127 +Andorra,311212,4168,804,4,127 +Andorra,311225,3742,804,4,127 +Andorra,311411,117000,804,4,127 +Andorra,311920,89598,804,4,127 +Andorra,312140,1747829,804,4,127 +Andorra,313249,7223,804,4,127 +Andorra,314129,2565,804,4,127 +Andorra,314911,5596,804,4,127 +Andorra,315999,5614,804,4,127 +Andorra,316213,16100,804,4,127 +Andorra,322222,216161,804,4,127 +Andorra,323117,29733,804,4,127 +Andorra,323122,7542,804,4,127 +Andorra,325188,379180,804,4,127 +Andorra,325199,85319,804,4,127 +Andorra,325211,51450,804,4,127 +Andorra,325212,94566,804,4,127 +Andorra,325411,8014,804,4,127 +Andorra,325412,161414,804,4,127 +Andorra,325611,5911,804,4,127 +Andorra,326113,135706,804,4,127 +Andorra,326199,28235,804,4,127 +Andorra,331111,74890,804,4,127 +Andorra,331319,60042,804,4,127 +Andorra,332115,22771,804,4,127 +Andorra,332211,3562,804,4,127 +Andorra,332212,5512,804,4,127 +Andorra,332618,7729,804,4,127 +Andorra,332722,2692,804,4,127 +Andorra,332919,4155,804,4,127 +Andorra,332994,8927,804,4,127 +Andorra,333111,490208,804,4,127 +Andorra,333120,28004,804,4,127 +Andorra,333293,413500,804,4,127 +Andorra,333314,5594,804,4,127 +Andorra,333315,5000,804,4,127 +Andorra,333319,4869,804,4,127 +Andorra,333415,1691336,804,4,127 +Andorra,333515,3844,804,4,127 +Andorra,333618,17371,804,4,127 +Andorra,333911,5034,804,4,127 +Andorra,333912,187697,804,4,127 +Andorra,333999,16761,804,4,127 +Andorra,334111,35750,804,4,127 +Andorra,334119,33278,804,4,127 +Andorra,334220,153055,804,4,127 +Andorra,334310,49118,804,4,127 +Andorra,334419,9435,804,4,127 +Andorra,334513,10040,804,4,127 +Andorra,334518,9700,804,4,127 +Andorra,335110,13156,804,4,127 +Andorra,335129,41878,804,4,127 +Andorra,335211,19200,804,4,127 +Andorra,335212,33880,804,4,127 +Andorra,335314,5000,804,4,127 +Andorra,336214,227119,804,4,127 +Andorra,336311,11365,804,4,127 +Andorra,336321,6425,804,4,127 +Andorra,336991,5700,804,4,127 +Andorra,337124,5484,804,4,127 +Andorra,337127,23572,804,4,127 +Andorra,339114,9350,804,4,127 +Andorra,339911,389172,804,4,127 +Andorra,339991,92665,804,4,127 +Andorra,339992,74766,804,4,127 +Andorra,339999,22499,804,4,127 +Andorra,920000,32700,804,4,127 +Andorra,990000,94945,804,4,127 +Angola,111130,7719877,805,5,128 +Angola,111421,17825,805,5,128 +Angola,111920,10900,805,5,128 +Angola,111998,53767,805,5,128 +Angola,113210,42000,805,5,128 +Angola,113310,85156,805,5,128 +Angola,211112,34648,805,5,128 +Angola,212112,433898,805,5,128 +Angola,212113,2725,805,5,128 +Angola,212319,7341,805,5,128 +Angola,212322,12371,805,5,128 +Angola,212325,689879,805,5,128 +Angola,212393,43404,805,5,128 +Angola,212399,743463,805,5,128 +Angola,311211,1442333,805,5,128 +Angola,311212,13200,805,5,128 +Angola,311223,60106,805,5,128 +Angola,311225,2655000,805,5,128 +Angola,311421,18900,805,5,128 +Angola,311514,7000,805,5,128 +Angola,311611,11576294,805,5,128 +Angola,311613,12738,805,5,128 +Angola,311615,140242258,805,5,128 +Angola,311711,3615,805,5,128 +Angola,311941,31414,805,5,128 +Angola,311999,8603087,805,5,128 +Angola,312130,6871,805,5,128 +Angola,313113,5333,805,5,128 +Angola,313210,211707,805,5,128 +Angola,313221,343386,805,5,128 +Angola,313230,173769,805,5,128 +Angola,313249,14061,805,5,128 +Angola,313320,32000,805,5,128 +Angola,314110,12964,805,5,128 +Angola,314121,9459,805,5,128 +Angola,314129,173455,805,5,128 +Angola,314911,47216,805,5,128 +Angola,314912,157814,805,5,128 +Angola,314991,518526,805,5,128 +Angola,314999,356701,805,5,128 +Angola,315221,16751,805,5,128 +Angola,315222,39753,805,5,128 +Angola,315223,269965,805,5,128 +Angola,315224,28719,805,5,128 +Angola,315228,435624,805,5,128 +Angola,315231,3905,805,5,128 +Angola,315232,3294,805,5,128 +Angola,315233,32362,805,5,128 +Angola,315234,280043,805,5,128 +Angola,315239,91578,805,5,128 +Angola,315291,37457,805,5,128 +Angola,315292,459867,805,5,128 +Angola,315991,128434,805,5,128 +Angola,315992,460359,805,5,128 +Angola,315999,616458,805,5,128 +Angola,316110,11089,805,5,128 +Angola,316211,307296,805,5,128 +Angola,316212,36046,805,5,128 +Angola,316213,223872,805,5,128 +Angola,316214,27855,805,5,128 +Angola,316219,6485576,805,5,128 +Angola,316991,251748,805,5,128 +Angola,316992,2608,805,5,128 +Angola,316993,16740,805,5,128 +Angola,316999,191149,805,5,128 +Angola,321113,19553,805,5,128 +Angola,321211,13164,805,5,128 +Angola,321212,186844,805,5,128 +Angola,321213,65546,805,5,128 +Angola,321219,19914,805,5,128 +Angola,321911,3750,805,5,128 +Angola,321918,16448,805,5,128 +Angola,321999,63795,805,5,128 +Angola,322110,818362,805,5,128 +Angola,322121,97578,805,5,128 +Angola,322122,7704,805,5,128 +Angola,322130,9790,805,5,128 +Angola,322211,7842,805,5,128 +Angola,322212,5564,805,5,128 +Angola,322213,218625,805,5,128 +Angola,322215,38000,805,5,128 +Angola,322222,611403,805,5,128 +Angola,322223,197761,805,5,128 +Angola,322291,398444,805,5,128 +Angola,322299,317344,805,5,128 +Angola,323117,278863,805,5,128 +Angola,323118,99339,805,5,128 +Angola,323119,201440,805,5,128 +Angola,324110,1714012,805,5,128 +Angola,324121,19567,805,5,128 +Angola,324122,766783,805,5,128 +Angola,325110,24299,805,5,128 +Angola,325120,549125,805,5,128 +Angola,325132,7673,805,5,128 +Angola,325181,74952,805,5,128 +Angola,325188,13914618,805,5,128 +Angola,325191,41332,805,5,128 +Angola,325192,33107,805,5,128 +Angola,325199,34098195,805,5,128 +Angola,325211,2324120,805,5,128 +Angola,325212,674135,805,5,128 +Angola,325222,99931,805,5,128 +Angola,325312,447974,805,5,128 +Angola,325320,883106,805,5,128 +Angola,325411,49180,805,5,128 +Angola,325412,257798,805,5,128 +Angola,325414,4060000,805,5,128 +Angola,325510,1438916,805,5,128 +Angola,325520,366150,805,5,128 +Angola,325611,3187667,805,5,128 +Angola,325613,1995020,805,5,128 +Angola,325620,754693,805,5,128 +Angola,325910,95401,805,5,128 +Angola,325920,331818,805,5,128 +Angola,325992,164444,805,5,128 +Angola,325998,3195308,805,5,128 +Angola,326113,101140,805,5,128 +Angola,326121,31800,805,5,128 +Angola,326122,1292454,805,5,128 +Angola,326160,5900,805,5,128 +Angola,326191,3603,805,5,128 +Angola,326192,30437,805,5,128 +Angola,326199,9289128,805,5,128 +Angola,326211,531230,805,5,128 +Angola,326220,1175542,805,5,128 +Angola,326299,598784,805,5,128 +Angola,327111,5057,805,5,128 +Angola,327112,389525,805,5,128 +Angola,327122,13573,805,5,128 +Angola,327124,5748,805,5,128 +Angola,327125,34096,805,5,128 +Angola,327211,52827,805,5,128 +Angola,327212,661915,805,5,128 +Angola,327213,8500,805,5,128 +Angola,327215,2964815,805,5,128 +Angola,327310,1152578,805,5,128 +Angola,327390,64909,805,5,128 +Angola,327410,504896,805,5,128 +Angola,327420,10979,805,5,128 +Angola,327910,53391,805,5,128 +Angola,327992,2198692,805,5,128 +Angola,327993,9455979,805,5,128 +Angola,327999,64135,805,5,128 +Angola,331111,86110556,805,5,128 +Angola,331222,175904,805,5,128 +Angola,331311,40602,805,5,128 +Angola,331312,7310,805,5,128 +Angola,331315,1825740,805,5,128 +Angola,331316,12590,805,5,128 +Angola,331319,5280,805,5,128 +Angola,331421,4971,805,5,128 +Angola,331422,744297,805,5,128 +Angola,331491,833225,805,5,128 +Angola,331511,709102,805,5,128 +Angola,332211,42610,805,5,128 +Angola,332212,2231845,805,5,128 +Angola,332213,8776,805,5,128 +Angola,332311,11578018,805,5,128 +Angola,332312,7128682,805,5,128 +Angola,332321,403796,805,5,128 +Angola,332322,17363,805,5,128 +Angola,332323,1455147,805,5,128 +Angola,332410,1950988,805,5,128 +Angola,332420,6371615,805,5,128 +Angola,332439,202939,805,5,128 +Angola,332510,306471,805,5,128 +Angola,332611,96662,805,5,128 +Angola,332618,13908229,805,5,128 +Angola,332722,12666261,805,5,128 +Angola,332911,30580285,805,5,128 +Angola,332912,7002382,805,5,128 +Angola,332913,1378586,805,5,128 +Angola,332919,10917537,805,5,128 +Angola,332991,635005,805,5,128 +Angola,332992,19800,805,5,128 +Angola,332994,487680,805,5,128 +Angola,332998,149440,805,5,128 +Angola,332999,12513512,805,5,128 +Angola,333111,2376488,805,5,128 +Angola,333120,7738288,805,5,128 +Angola,333131,8736070,805,5,128 +Angola,333132,235985890,805,5,128 +Angola,333210,11548,805,5,128 +Angola,333220,5195,805,5,128 +Angola,333291,161994,805,5,128 +Angola,333292,63141,805,5,128 +Angola,333293,1279479,805,5,128 +Angola,333294,89386,805,5,128 +Angola,333298,142009,805,5,128 +Angola,333311,4283,805,5,128 +Angola,333313,645224,805,5,128 +Angola,333314,1975336,805,5,128 +Angola,333315,164130,805,5,128 +Angola,333319,124171,805,5,128 +Angola,333411,1760720,805,5,128 +Angola,333412,387693,805,5,128 +Angola,333414,224587,805,5,128 +Angola,333415,1168499,805,5,128 +Angola,333512,651126,805,5,128 +Angola,333513,230828,805,5,128 +Angola,333514,14735,805,5,128 +Angola,333515,856062,805,5,128 +Angola,333611,38804502,805,5,128 +Angola,333612,1702035,805,5,128 +Angola,333613,2933038,805,5,128 +Angola,333618,12641258,805,5,128 +Angola,333911,21734214,805,5,128 +Angola,333912,1770623,805,5,128 +Angola,333913,413303,805,5,128 +Angola,333921,123771,805,5,128 +Angola,333922,76573,805,5,128 +Angola,333923,2111152,805,5,128 +Angola,333924,3253450,805,5,128 +Angola,333991,266897,805,5,128 +Angola,333992,388876,805,5,128 +Angola,333993,349363,805,5,128 +Angola,333994,2322477,805,5,128 +Angola,333995,424992,805,5,128 +Angola,333996,3845155,805,5,128 +Angola,333997,173667,805,5,128 +Angola,333999,40156757,805,5,128 +Angola,334111,3702588,805,5,128 +Angola,334112,860107,805,5,128 +Angola,334119,3414773,805,5,128 +Angola,334210,1470944,805,5,128 +Angola,334220,7955570,805,5,128 +Angola,334290,164191,805,5,128 +Angola,334310,1288485,805,5,128 +Angola,334411,40955,805,5,128 +Angola,334412,260428,805,5,128 +Angola,334413,307001,805,5,128 +Angola,334414,23628,805,5,128 +Angola,334415,19565,805,5,128 +Angola,334416,267133,805,5,128 +Angola,334417,1952883,805,5,128 +Angola,334418,190152,805,5,128 +Angola,334419,2141833,805,5,128 +Angola,334510,106893,805,5,128 +Angola,334511,1169641,805,5,128 +Angola,334512,65296,805,5,128 +Angola,334513,13919874,805,5,128 +Angola,334514,211544,805,5,128 +Angola,334515,14011921,805,5,128 +Angola,334516,5086839,805,5,128 +Angola,334517,104201,805,5,128 +Angola,334518,697823,805,5,128 +Angola,334519,15295673,805,5,128 +Angola,334612,35468,805,5,128 +Angola,334613,4550672,805,5,128 +Angola,335110,156896,805,5,128 +Angola,335129,872954,805,5,128 +Angola,335211,726921,805,5,128 +Angola,335212,4676,805,5,128 +Angola,335221,14185,805,5,128 +Angola,335222,33696,805,5,128 +Angola,335224,70788,805,5,128 +Angola,335228,208635,805,5,128 +Angola,335311,401461,805,5,128 +Angola,335312,11661143,805,5,128 +Angola,335313,1855913,805,5,128 +Angola,335314,2981929,805,5,128 +Angola,335911,461983,805,5,128 +Angola,335912,1324271,805,5,128 +Angola,335921,1101724,805,5,128 +Angola,335929,79659651,805,5,128 +Angola,335931,1032515,805,5,128 +Angola,335932,209049,805,5,128 +Angola,335991,35421,805,5,128 +Angola,335999,893842,805,5,128 +Angola,336111,45687409,805,5,128 +Angola,336120,7253864,805,5,128 +Angola,336211,114921,805,5,128 +Angola,336212,385822,805,5,128 +Angola,336214,727494,805,5,128 +Angola,336311,1210749,805,5,128 +Angola,336321,182139,805,5,128 +Angola,336322,401814,805,5,128 +Angola,336340,170188,805,5,128 +Angola,336350,135330,805,5,128 +Angola,336370,8252,805,5,128 +Angola,336399,3183150,805,5,128 +Angola,336412,16252,805,5,128 +Angola,336413,76208,805,5,128 +Angola,336510,5121335,805,5,128 +Angola,336611,425838,805,5,128 +Angola,336612,8458996,805,5,128 +Angola,336991,1052951,805,5,128 +Angola,337124,198078,805,5,128 +Angola,337127,2167734,805,5,128 +Angola,337211,1124015,805,5,128 +Angola,337214,1294905,805,5,128 +Angola,337215,1400300,805,5,128 +Angola,337910,4200,805,5,128 +Angola,339112,4859,805,5,128 +Angola,339113,887108,805,5,128 +Angola,339114,13468,805,5,128 +Angola,339115,71474,805,5,128 +Angola,339911,21684,805,5,128 +Angola,339912,66073,805,5,128 +Angola,339914,5250,805,5,128 +Angola,339920,733041,805,5,128 +Angola,339932,311189,805,5,128 +Angola,339941,24518,805,5,128 +Angola,339942,127368,805,5,128 +Angola,339944,10846,805,5,128 +Angola,339950,267476,805,5,128 +Angola,339991,3640386,805,5,128 +Angola,339992,9418,805,5,128 +Angola,339993,227924,805,5,128 +Angola,339994,44176,805,5,128 +Angola,339999,810497,805,5,128 +Angola,511210,180201,805,5,128 +Angola,910000,2671373,805,5,128 +Angola,920000,21760523,805,5,128 +Angola,990000,21471109,805,5,128 +Anguilla,111199,2667,803,6,129 +Anguilla,111219,2690,803,6,129 +Anguilla,111331,2513,803,6,129 +Anguilla,111332,3075,803,6,129 +Anguilla,111421,896249,803,6,129 +Anguilla,111998,3477,803,6,129 +Anguilla,113310,6026,803,6,129 +Anguilla,114111,15359,803,6,129 +Anguilla,114112,2603,803,6,129 +Anguilla,114119,38000,803,6,129 +Anguilla,211111,4638,803,6,129 +Anguilla,211112,437101,803,6,129 +Anguilla,212299,3375,803,6,129 +Anguilla,212319,11626,803,6,129 +Anguilla,212322,8640,803,6,129 +Anguilla,212399,16337,803,6,129 +Anguilla,311111,92364,803,6,129 +Anguilla,311119,31888,803,6,129 +Anguilla,311211,47127,803,6,129 +Anguilla,311212,165551,803,6,129 +Anguilla,311221,6752,803,6,129 +Anguilla,311223,5282,803,6,129 +Anguilla,311225,12295,803,6,129 +Anguilla,311230,30409,803,6,129 +Anguilla,311311,47082,803,6,129 +Anguilla,311320,3873,803,6,129 +Anguilla,311411,32099,803,6,129 +Anguilla,311421,596957,803,6,129 +Anguilla,311511,8361,803,6,129 +Anguilla,311513,40378,803,6,129 +Anguilla,311514,6983,803,6,129 +Anguilla,311520,116671,803,6,129 +Anguilla,311611,69012,803,6,129 +Anguilla,311615,246668,803,6,129 +Anguilla,311711,24123,803,6,129 +Anguilla,311811,10922,803,6,129 +Anguilla,311822,3822,803,6,129 +Anguilla,311911,32054,803,6,129 +Anguilla,311919,120239,803,6,129 +Anguilla,311920,28080,803,6,129 +Anguilla,311930,13925,803,6,129 +Anguilla,311941,11043,803,6,129 +Anguilla,311942,25628,803,6,129 +Anguilla,311999,99161,803,6,129 +Anguilla,312111,409835,803,6,129 +Anguilla,312112,236546,803,6,129 +Anguilla,312113,17285,803,6,129 +Anguilla,312120,32632,803,6,129 +Anguilla,312130,264957,803,6,129 +Anguilla,312140,3380,803,6,129 +Anguilla,313210,35342,803,6,129 +Anguilla,314110,44425,803,6,129 +Anguilla,314121,12234,803,6,129 +Anguilla,314129,135616,803,6,129 +Anguilla,314911,8114,803,6,129 +Anguilla,314912,21580,803,6,129 +Anguilla,314991,3999,803,6,129 +Anguilla,314999,37258,803,6,129 +Anguilla,315222,2945,803,6,129 +Anguilla,315223,28950,803,6,129 +Anguilla,315224,9207,803,6,129 +Anguilla,315228,4338,803,6,129 +Anguilla,315231,3113,803,6,129 +Anguilla,315232,11532,803,6,129 +Anguilla,315234,12144,803,6,129 +Anguilla,315239,5091,803,6,129 +Anguilla,315292,33316,803,6,129 +Anguilla,315992,3584,803,6,129 +Anguilla,315999,76655,803,6,129 +Anguilla,316211,4982,803,6,129 +Anguilla,316213,29802,803,6,129 +Anguilla,316219,46134,803,6,129 +Anguilla,316991,14796,803,6,129 +Anguilla,316993,10637,803,6,129 +Anguilla,321113,334610,803,6,129 +Anguilla,321114,52849,803,6,129 +Anguilla,321211,190207,803,6,129 +Anguilla,321212,221077,803,6,129 +Anguilla,321213,41889,803,6,129 +Anguilla,321219,12798,803,6,129 +Anguilla,321911,151930,803,6,129 +Anguilla,321918,85372,803,6,129 +Anguilla,321920,4192,803,6,129 +Anguilla,321992,46534,803,6,129 +Anguilla,321999,18385,803,6,129 +Anguilla,322110,6885,803,6,129 +Anguilla,322121,99054,803,6,129 +Anguilla,322130,11974,803,6,129 +Anguilla,322211,5859,803,6,129 +Anguilla,322214,142162,803,6,129 +Anguilla,322215,14347,803,6,129 +Anguilla,322222,7881,803,6,129 +Anguilla,322223,38108,803,6,129 +Anguilla,322291,170748,803,6,129 +Anguilla,322299,31899,803,6,129 +Anguilla,323117,69487,803,6,129 +Anguilla,323118,19855,803,6,129 +Anguilla,323119,67115,803,6,129 +Anguilla,324110,815911,803,6,129 +Anguilla,324122,67422,803,6,129 +Anguilla,325132,11853,803,6,129 +Anguilla,325181,4049,803,6,129 +Anguilla,325188,30004,803,6,129 +Anguilla,325193,3146,803,6,129 +Anguilla,325199,114004,803,6,129 +Anguilla,325211,85494,803,6,129 +Anguilla,325222,3675,803,6,129 +Anguilla,325311,9270,803,6,129 +Anguilla,325312,57832,803,6,129 +Anguilla,325320,45727,803,6,129 +Anguilla,325411,5500,803,6,129 +Anguilla,325412,936246,803,6,129 +Anguilla,325414,8637,803,6,129 +Anguilla,325510,452573,803,6,129 +Anguilla,325520,148591,803,6,129 +Anguilla,325611,254292,803,6,129 +Anguilla,325612,3047,803,6,129 +Anguilla,325613,22832,803,6,129 +Anguilla,325620,614731,803,6,129 +Anguilla,325910,27568,803,6,129 +Anguilla,325992,18242,803,6,129 +Anguilla,325998,119588,803,6,129 +Anguilla,326113,16635,803,6,129 +Anguilla,326122,111905,803,6,129 +Anguilla,326192,14215,803,6,129 +Anguilla,326199,800964,803,6,129 +Anguilla,326211,285261,803,6,129 +Anguilla,326220,67422,803,6,129 +Anguilla,326299,12685,803,6,129 +Anguilla,327111,28260,803,6,129 +Anguilla,327112,180758,803,6,129 +Anguilla,327121,20024,803,6,129 +Anguilla,327122,10495,803,6,129 +Anguilla,327124,5425,803,6,129 +Anguilla,327125,85329,803,6,129 +Anguilla,327211,4600,803,6,129 +Anguilla,327212,68153,803,6,129 +Anguilla,327213,43293,803,6,129 +Anguilla,327215,36495,803,6,129 +Anguilla,327310,2584,803,6,129 +Anguilla,327331,78048,803,6,129 +Anguilla,327390,28543,803,6,129 +Anguilla,327420,162476,803,6,129 +Anguilla,327910,6527,803,6,129 +Anguilla,327991,51023,803,6,129 +Anguilla,327992,4190,803,6,129 +Anguilla,327993,113746,803,6,129 +Anguilla,327999,26914,803,6,129 +Anguilla,331111,328037,803,6,129 +Anguilla,331222,84076,803,6,129 +Anguilla,331315,52026,803,6,129 +Anguilla,331316,40946,803,6,129 +Anguilla,331319,6000,803,6,129 +Anguilla,331421,24294,803,6,129 +Anguilla,331422,96745,803,6,129 +Anguilla,331491,11403,803,6,129 +Anguilla,331511,27254,803,6,129 +Anguilla,332212,23969,803,6,129 +Anguilla,332213,17231,803,6,129 +Anguilla,332312,88462,803,6,129 +Anguilla,332321,276102,803,6,129 +Anguilla,332322,17799,803,6,129 +Anguilla,332323,11199,803,6,129 +Anguilla,332420,28361,803,6,129 +Anguilla,332439,20378,803,6,129 +Anguilla,332510,135693,803,6,129 +Anguilla,332611,2881,803,6,129 +Anguilla,332618,43635,803,6,129 +Anguilla,332722,19708,803,6,129 +Anguilla,332911,88823,803,6,129 +Anguilla,332912,3544,803,6,129 +Anguilla,332913,15661,803,6,129 +Anguilla,332919,11073,803,6,129 +Anguilla,332991,8094,803,6,129 +Anguilla,332992,23478,803,6,129 +Anguilla,332994,4000,803,6,129 +Anguilla,332999,99674,803,6,129 +Anguilla,333111,139919,803,6,129 +Anguilla,333120,150079,803,6,129 +Anguilla,333131,3829,803,6,129 +Anguilla,333132,25880,803,6,129 +Anguilla,333220,3700,803,6,129 +Anguilla,333293,2883,803,6,129 +Anguilla,333298,3150,803,6,129 +Anguilla,333313,10658,803,6,129 +Anguilla,333314,192386,803,6,129 +Anguilla,333315,14152,803,6,129 +Anguilla,333319,45535,803,6,129 +Anguilla,333412,32725,803,6,129 +Anguilla,333414,8112,803,6,129 +Anguilla,333415,2237617,803,6,129 +Anguilla,333513,10414,803,6,129 +Anguilla,333514,3500,803,6,129 +Anguilla,333611,4999,803,6,129 +Anguilla,333612,5480,803,6,129 +Anguilla,333613,15431,803,6,129 +Anguilla,333618,136803,803,6,129 +Anguilla,333911,141314,803,6,129 +Anguilla,333912,22029,803,6,129 +Anguilla,333921,12709,803,6,129 +Anguilla,333922,331500,803,6,129 +Anguilla,333924,185029,803,6,129 +Anguilla,333991,20774,803,6,129 +Anguilla,333992,5480,803,6,129 +Anguilla,333993,7543,803,6,129 +Anguilla,333995,6192,803,6,129 +Anguilla,333996,44050,803,6,129 +Anguilla,333997,2600,803,6,129 +Anguilla,333999,326028,803,6,129 +Anguilla,334111,183135,803,6,129 +Anguilla,334112,18696,803,6,129 +Anguilla,334119,311706,803,6,129 +Anguilla,334210,3931,803,6,129 +Anguilla,334220,1873750,803,6,129 +Anguilla,334290,11693,803,6,129 +Anguilla,334310,529008,803,6,129 +Anguilla,334412,3000,803,6,129 +Anguilla,334413,23678,803,6,129 +Anguilla,334414,16542,803,6,129 +Anguilla,334416,228597,803,6,129 +Anguilla,334417,26422,803,6,129 +Anguilla,334418,64539,803,6,129 +Anguilla,334419,63905,803,6,129 +Anguilla,334510,176763,803,6,129 +Anguilla,334513,35629,803,6,129 +Anguilla,334514,13593,803,6,129 +Anguilla,334515,25760,803,6,129 +Anguilla,334516,35043,803,6,129 +Anguilla,334518,23028,803,6,129 +Anguilla,335110,6194,803,6,129 +Anguilla,335121,26851,803,6,129 +Anguilla,335129,626312,803,6,129 +Anguilla,335211,57995,803,6,129 +Anguilla,335221,105725,803,6,129 +Anguilla,335222,175821,803,6,129 +Anguilla,335224,98837,803,6,129 +Anguilla,335228,35135,803,6,129 +Anguilla,335312,269445,803,6,129 +Anguilla,335313,79996,803,6,129 +Anguilla,335314,24241,803,6,129 +Anguilla,335911,145230,803,6,129 +Anguilla,335912,58148,803,6,129 +Anguilla,335929,153217,803,6,129 +Anguilla,335931,20967,803,6,129 +Anguilla,335932,2976,803,6,129 +Anguilla,335999,56926,803,6,129 +Anguilla,336111,950086,803,6,129 +Anguilla,336120,23850,803,6,129 +Anguilla,336212,9000,803,6,129 +Anguilla,336214,223205,803,6,129 +Anguilla,336322,159951,803,6,129 +Anguilla,336399,133018,803,6,129 +Anguilla,336413,4860,803,6,129 +Anguilla,336419,36560,803,6,129 +Anguilla,336510,6372,803,6,129 +Anguilla,336612,63725,803,6,129 +Anguilla,336991,13444,803,6,129 +Anguilla,337110,326042,803,6,129 +Anguilla,337124,41986,803,6,129 +Anguilla,337127,2693381,803,6,129 +Anguilla,337215,429466,803,6,129 +Anguilla,337910,89125,803,6,129 +Anguilla,337920,7690,803,6,129 +Anguilla,339112,82437,803,6,129 +Anguilla,339113,60371,803,6,129 +Anguilla,339114,181444,803,6,129 +Anguilla,339115,95698,803,6,129 +Anguilla,339911,87567,803,6,129 +Anguilla,339912,5989,803,6,129 +Anguilla,339914,5352,803,6,129 +Anguilla,339920,162893,803,6,129 +Anguilla,339932,45268,803,6,129 +Anguilla,339941,10750,803,6,129 +Anguilla,339942,14178,803,6,129 +Anguilla,339944,2633,803,6,129 +Anguilla,339950,31720,803,6,129 +Anguilla,339991,27845,803,6,129 +Anguilla,339992,55866,803,6,129 +Anguilla,339993,7227,803,6,129 +Anguilla,339994,5155,803,6,129 +Anguilla,339999,129660,803,6,129 +Anguilla,910000,107521,803,6,129 +Anguilla,920000,162633,803,6,129 +Anguilla,990000,4691759,803,6,129 +Antigua and Barbuda,111120,12150,803,7,130 +Antigua and Barbuda,111130,153136,803,7,130 +Antigua and Barbuda,111150,7808,803,7,130 +Antigua and Barbuda,111199,69620,803,7,130 +Antigua and Barbuda,111211,124686,803,7,130 +Antigua and Barbuda,111219,369710,803,7,130 +Antigua and Barbuda,111331,96491,803,7,130 +Antigua and Barbuda,111332,202381,803,7,130 +Antigua and Barbuda,111339,5956,803,7,130 +Antigua and Barbuda,111421,175471,803,7,130 +Antigua and Barbuda,111910,3000,803,7,130 +Antigua and Barbuda,111992,2565,803,7,130 +Antigua and Barbuda,111998,30468,803,7,130 +Antigua and Barbuda,112310,48102,803,7,130 +Antigua and Barbuda,112511,2739,803,7,130 +Antigua and Barbuda,112910,19800,803,7,130 +Antigua and Barbuda,113310,179808,803,7,130 +Antigua and Barbuda,114111,568608,803,7,130 +Antigua and Barbuda,114112,467308,803,7,130 +Antigua and Barbuda,211111,4630,803,7,130 +Antigua and Barbuda,211112,16013,803,7,130 +Antigua and Barbuda,212222,2754,803,7,130 +Antigua and Barbuda,212311,29040,803,7,130 +Antigua and Barbuda,212319,4500,803,7,130 +Antigua and Barbuda,212322,6569,803,7,130 +Antigua and Barbuda,212325,41554,803,7,130 +Antigua and Barbuda,212393,3989,803,7,130 +Antigua and Barbuda,212399,1448025,803,7,130 +Antigua and Barbuda,311111,634723,803,7,130 +Antigua and Barbuda,311119,240882,803,7,130 +Antigua and Barbuda,311211,89384,803,7,130 +Antigua and Barbuda,311212,231347,803,7,130 +Antigua and Barbuda,311221,112024,803,7,130 +Antigua and Barbuda,311223,17493,803,7,130 +Antigua and Barbuda,311225,408765,803,7,130 +Antigua and Barbuda,311230,561089,803,7,130 +Antigua and Barbuda,311311,93841,803,7,130 +Antigua and Barbuda,311320,208618,803,7,130 +Antigua and Barbuda,311340,458155,803,7,130 +Antigua and Barbuda,311411,420927,803,7,130 +Antigua and Barbuda,311421,2194925,803,7,130 +Antigua and Barbuda,311422,70799,803,7,130 +Antigua and Barbuda,311423,17175,803,7,130 +Antigua and Barbuda,311511,322806,803,7,130 +Antigua and Barbuda,311512,235843,803,7,130 +Antigua and Barbuda,311513,402496,803,7,130 +Antigua and Barbuda,311514,327034,803,7,130 +Antigua and Barbuda,311520,331824,803,7,130 +Antigua and Barbuda,311611,2799436,803,7,130 +Antigua and Barbuda,311613,25869,803,7,130 +Antigua and Barbuda,311615,8788630,803,7,130 +Antigua and Barbuda,311711,242510,803,7,130 +Antigua and Barbuda,311811,885451,803,7,130 +Antigua and Barbuda,311822,30776,803,7,130 +Antigua and Barbuda,311823,44468,803,7,130 +Antigua and Barbuda,311911,115635,803,7,130 +Antigua and Barbuda,311919,335031,803,7,130 +Antigua and Barbuda,311920,45719,803,7,130 +Antigua and Barbuda,311930,340390,803,7,130 +Antigua and Barbuda,311941,269056,803,7,130 +Antigua and Barbuda,311942,305020,803,7,130 +Antigua and Barbuda,311999,1431122,803,7,130 +Antigua and Barbuda,312111,1464792,803,7,130 +Antigua and Barbuda,312112,155738,803,7,130 +Antigua and Barbuda,312120,26490,803,7,130 +Antigua and Barbuda,312130,804394,803,7,130 +Antigua and Barbuda,312140,321103,803,7,130 +Antigua and Barbuda,312221,6638,803,7,130 +Antigua and Barbuda,312229,9177,803,7,130 +Antigua and Barbuda,313111,20000,803,7,130 +Antigua and Barbuda,313210,108927,803,7,130 +Antigua and Barbuda,313221,9886,803,7,130 +Antigua and Barbuda,313230,32575,803,7,130 +Antigua and Barbuda,313249,11146,803,7,130 +Antigua and Barbuda,313312,12420,803,7,130 +Antigua and Barbuda,313320,71557,803,7,130 +Antigua and Barbuda,314110,149046,803,7,130 +Antigua and Barbuda,314121,48427,803,7,130 +Antigua and Barbuda,314129,471362,803,7,130 +Antigua and Barbuda,314912,490147,803,7,130 +Antigua and Barbuda,314991,62095,803,7,130 +Antigua and Barbuda,314999,93616,803,7,130 +Antigua and Barbuda,315221,84675,803,7,130 +Antigua and Barbuda,315222,8676,803,7,130 +Antigua and Barbuda,315223,110042,803,7,130 +Antigua and Barbuda,315224,168124,803,7,130 +Antigua and Barbuda,315228,64097,803,7,130 +Antigua and Barbuda,315231,95700,803,7,130 +Antigua and Barbuda,315232,23598,803,7,130 +Antigua and Barbuda,315234,15380,803,7,130 +Antigua and Barbuda,315239,84055,803,7,130 +Antigua and Barbuda,315292,138451,803,7,130 +Antigua and Barbuda,315991,2954,803,7,130 +Antigua and Barbuda,315999,161644,803,7,130 +Antigua and Barbuda,316110,2542,803,7,130 +Antigua and Barbuda,316211,10876,803,7,130 +Antigua and Barbuda,316213,32315,803,7,130 +Antigua and Barbuda,316214,59066,803,7,130 +Antigua and Barbuda,316219,569441,803,7,130 +Antigua and Barbuda,316991,70922,803,7,130 +Antigua and Barbuda,316992,23547,803,7,130 +Antigua and Barbuda,316993,376609,803,7,130 +Antigua and Barbuda,316999,30630,803,7,130 +Antigua and Barbuda,321113,845917,803,7,130 +Antigua and Barbuda,321114,2041131,803,7,130 +Antigua and Barbuda,321211,276795,803,7,130 +Antigua and Barbuda,321212,1282708,803,7,130 +Antigua and Barbuda,321213,144400,803,7,130 +Antigua and Barbuda,321219,56442,803,7,130 +Antigua and Barbuda,321911,221336,803,7,130 +Antigua and Barbuda,321918,231771,803,7,130 +Antigua and Barbuda,321920,33695,803,7,130 +Antigua and Barbuda,321992,17782,803,7,130 +Antigua and Barbuda,321999,315911,803,7,130 +Antigua and Barbuda,322110,175200,803,7,130 +Antigua and Barbuda,322121,349771,803,7,130 +Antigua and Barbuda,322122,320793,803,7,130 +Antigua and Barbuda,322130,43304,803,7,130 +Antigua and Barbuda,322211,75670,803,7,130 +Antigua and Barbuda,322212,18194,803,7,130 +Antigua and Barbuda,322213,10320,803,7,130 +Antigua and Barbuda,322214,61317,803,7,130 +Antigua and Barbuda,322215,87140,803,7,130 +Antigua and Barbuda,322222,123702,803,7,130 +Antigua and Barbuda,322223,114357,803,7,130 +Antigua and Barbuda,322232,21961,803,7,130 +Antigua and Barbuda,322291,771870,803,7,130 +Antigua and Barbuda,322299,72747,803,7,130 +Antigua and Barbuda,323117,639551,803,7,130 +Antigua and Barbuda,323118,25495,803,7,130 +Antigua and Barbuda,323119,354672,803,7,130 +Antigua and Barbuda,324110,23089586,803,7,130 +Antigua and Barbuda,324121,4276,803,7,130 +Antigua and Barbuda,324122,8727,803,7,130 +Antigua and Barbuda,325120,10880,803,7,130 +Antigua and Barbuda,325131,114404,803,7,130 +Antigua and Barbuda,325132,36033,803,7,130 +Antigua and Barbuda,325181,344401,803,7,130 +Antigua and Barbuda,325182,17194,803,7,130 +Antigua and Barbuda,325188,346229,803,7,130 +Antigua and Barbuda,325191,20073,803,7,130 +Antigua and Barbuda,325192,34894,803,7,130 +Antigua and Barbuda,325193,56761,803,7,130 +Antigua and Barbuda,325199,215645,803,7,130 +Antigua and Barbuda,325211,196871,803,7,130 +Antigua and Barbuda,325212,91611,803,7,130 +Antigua and Barbuda,325222,7742,803,7,130 +Antigua and Barbuda,325311,7539,803,7,130 +Antigua and Barbuda,325312,143353,803,7,130 +Antigua and Barbuda,325320,361376,803,7,130 +Antigua and Barbuda,325411,46090,803,7,130 +Antigua and Barbuda,325412,508134,803,7,130 +Antigua and Barbuda,325414,4082,803,7,130 +Antigua and Barbuda,325510,799199,803,7,130 +Antigua and Barbuda,325520,145373,803,7,130 +Antigua and Barbuda,325611,2141821,803,7,130 +Antigua and Barbuda,325612,69865,803,7,130 +Antigua and Barbuda,325613,118821,803,7,130 +Antigua and Barbuda,325620,2072261,803,7,130 +Antigua and Barbuda,325910,176993,803,7,130 +Antigua and Barbuda,325920,5419,803,7,130 +Antigua and Barbuda,325992,5981,803,7,130 +Antigua and Barbuda,325998,193158,803,7,130 +Antigua and Barbuda,326113,96198,803,7,130 +Antigua and Barbuda,326122,261470,803,7,130 +Antigua and Barbuda,326160,124866,803,7,130 +Antigua and Barbuda,326191,10205,803,7,130 +Antigua and Barbuda,326192,51396,803,7,130 +Antigua and Barbuda,326199,1168657,803,7,130 +Antigua and Barbuda,326211,358987,803,7,130 +Antigua and Barbuda,326212,9058,803,7,130 +Antigua and Barbuda,326220,136953,803,7,130 +Antigua and Barbuda,326299,283271,803,7,130 +Antigua and Barbuda,327111,61136,803,7,130 +Antigua and Barbuda,327112,136740,803,7,130 +Antigua and Barbuda,327113,9460,803,7,130 +Antigua and Barbuda,327121,93166,803,7,130 +Antigua and Barbuda,327122,17381,803,7,130 +Antigua and Barbuda,327123,21178,803,7,130 +Antigua and Barbuda,327124,33576,803,7,130 +Antigua and Barbuda,327125,97487,803,7,130 +Antigua and Barbuda,327211,16211,803,7,130 +Antigua and Barbuda,327212,230662,803,7,130 +Antigua and Barbuda,327213,121155,803,7,130 +Antigua and Barbuda,327215,41311,803,7,130 +Antigua and Barbuda,327310,16955,803,7,130 +Antigua and Barbuda,327331,87956,803,7,130 +Antigua and Barbuda,327390,248316,803,7,130 +Antigua and Barbuda,327420,93657,803,7,130 +Antigua and Barbuda,327910,35539,803,7,130 +Antigua and Barbuda,327991,313527,803,7,130 +Antigua and Barbuda,327992,36647,803,7,130 +Antigua and Barbuda,327993,211741,803,7,130 +Antigua and Barbuda,327999,73830,803,7,130 +Antigua and Barbuda,331111,1621985,803,7,130 +Antigua and Barbuda,331222,414453,803,7,130 +Antigua and Barbuda,331315,293912,803,7,130 +Antigua and Barbuda,331316,119266,803,7,130 +Antigua and Barbuda,331319,64315,803,7,130 +Antigua and Barbuda,331419,3427,803,7,130 +Antigua and Barbuda,331421,73125,803,7,130 +Antigua and Barbuda,331422,483300,803,7,130 +Antigua and Barbuda,331491,42602,803,7,130 +Antigua and Barbuda,331511,40329,803,7,130 +Antigua and Barbuda,332115,4926,803,7,130 +Antigua and Barbuda,332211,3354,803,7,130 +Antigua and Barbuda,332212,124633,803,7,130 +Antigua and Barbuda,332213,46812,803,7,130 +Antigua and Barbuda,332214,2964,803,7,130 +Antigua and Barbuda,332311,130864,803,7,130 +Antigua and Barbuda,332312,234625,803,7,130 +Antigua and Barbuda,332321,495790,803,7,130 +Antigua and Barbuda,332322,49580,803,7,130 +Antigua and Barbuda,332323,59950,803,7,130 +Antigua and Barbuda,332410,68393,803,7,130 +Antigua and Barbuda,332420,189935,803,7,130 +Antigua and Barbuda,332439,4000,803,7,130 +Antigua and Barbuda,332510,251346,803,7,130 +Antigua and Barbuda,332618,267869,803,7,130 +Antigua and Barbuda,332722,168532,803,7,130 +Antigua and Barbuda,332911,539422,803,7,130 +Antigua and Barbuda,332912,53583,803,7,130 +Antigua and Barbuda,332913,105461,803,7,130 +Antigua and Barbuda,332919,238707,803,7,130 +Antigua and Barbuda,332991,170211,803,7,130 +Antigua and Barbuda,332992,39049,803,7,130 +Antigua and Barbuda,332994,86416,803,7,130 +Antigua and Barbuda,332998,56329,803,7,130 +Antigua and Barbuda,332999,741552,803,7,130 +Antigua and Barbuda,333111,527241,803,7,130 +Antigua and Barbuda,333120,723948,803,7,130 +Antigua and Barbuda,333131,8508,803,7,130 +Antigua and Barbuda,333132,297594,803,7,130 +Antigua and Barbuda,333210,5747,803,7,130 +Antigua and Barbuda,333220,34975,803,7,130 +Antigua and Barbuda,333291,28187,803,7,130 +Antigua and Barbuda,333292,43170,803,7,130 +Antigua and Barbuda,333293,44269,803,7,130 +Antigua and Barbuda,333294,32908,803,7,130 +Antigua and Barbuda,333295,59070,803,7,130 +Antigua and Barbuda,333298,25669,803,7,130 +Antigua and Barbuda,333311,5538,803,7,130 +Antigua and Barbuda,333313,132801,803,7,130 +Antigua and Barbuda,333314,588521,803,7,130 +Antigua and Barbuda,333315,229473,803,7,130 +Antigua and Barbuda,333319,1177502,803,7,130 +Antigua and Barbuda,333411,174040,803,7,130 +Antigua and Barbuda,333412,68150,803,7,130 +Antigua and Barbuda,333414,39511,803,7,130 +Antigua and Barbuda,333415,983232,803,7,130 +Antigua and Barbuda,333512,8360,803,7,130 +Antigua and Barbuda,333513,5618,803,7,130 +Antigua and Barbuda,333515,18649,803,7,130 +Antigua and Barbuda,333611,234214,803,7,130 +Antigua and Barbuda,333612,17187,803,7,130 +Antigua and Barbuda,333613,178139,803,7,130 +Antigua and Barbuda,333618,338160,803,7,130 +Antigua and Barbuda,333911,550074,803,7,130 +Antigua and Barbuda,333912,329874,803,7,130 +Antigua and Barbuda,333913,52023,803,7,130 +Antigua and Barbuda,333921,3559,803,7,130 +Antigua and Barbuda,333922,118443,803,7,130 +Antigua and Barbuda,333923,3150,803,7,130 +Antigua and Barbuda,333924,333584,803,7,130 +Antigua and Barbuda,333991,29056,803,7,130 +Antigua and Barbuda,333992,104184,803,7,130 +Antigua and Barbuda,333995,31458,803,7,130 +Antigua and Barbuda,333996,304972,803,7,130 +Antigua and Barbuda,333997,7445,803,7,130 +Antigua and Barbuda,333999,1434070,803,7,130 +Antigua and Barbuda,334111,887015,803,7,130 +Antigua and Barbuda,334112,31901,803,7,130 +Antigua and Barbuda,334119,2142672,803,7,130 +Antigua and Barbuda,334210,78153,803,7,130 +Antigua and Barbuda,334220,4651180,803,7,130 +Antigua and Barbuda,334290,29991,803,7,130 +Antigua and Barbuda,334310,540097,803,7,130 +Antigua and Barbuda,334411,86265,803,7,130 +Antigua and Barbuda,334413,340885,803,7,130 +Antigua and Barbuda,334414,5160,803,7,130 +Antigua and Barbuda,334416,141298,803,7,130 +Antigua and Barbuda,334417,142252,803,7,130 +Antigua and Barbuda,334418,60720,803,7,130 +Antigua and Barbuda,334419,248310,803,7,130 +Antigua and Barbuda,334510,255010,803,7,130 +Antigua and Barbuda,334511,290012,803,7,130 +Antigua and Barbuda,334512,27022,803,7,130 +Antigua and Barbuda,334513,126188,803,7,130 +Antigua and Barbuda,334514,55449,803,7,130 +Antigua and Barbuda,334515,508293,803,7,130 +Antigua and Barbuda,334516,118670,803,7,130 +Antigua and Barbuda,334517,48400,803,7,130 +Antigua and Barbuda,334518,1800105,803,7,130 +Antigua and Barbuda,334519,27127,803,7,130 +Antigua and Barbuda,334612,6200,803,7,130 +Antigua and Barbuda,334613,11649,803,7,130 +Antigua and Barbuda,335110,38273,803,7,130 +Antigua and Barbuda,335121,62606,803,7,130 +Antigua and Barbuda,335129,877091,803,7,130 +Antigua and Barbuda,335211,247427,803,7,130 +Antigua and Barbuda,335221,659107,803,7,130 +Antigua and Barbuda,335222,370074,803,7,130 +Antigua and Barbuda,335224,459636,803,7,130 +Antigua and Barbuda,335228,751864,803,7,130 +Antigua and Barbuda,335311,109616,803,7,130 +Antigua and Barbuda,335312,933280,803,7,130 +Antigua and Barbuda,335313,706201,803,7,130 +Antigua and Barbuda,335314,70300,803,7,130 +Antigua and Barbuda,335911,436198,803,7,130 +Antigua and Barbuda,335912,260126,803,7,130 +Antigua and Barbuda,335921,35766,803,7,130 +Antigua and Barbuda,335929,192421,803,7,130 +Antigua and Barbuda,335931,48248,803,7,130 +Antigua and Barbuda,335932,21570,803,7,130 +Antigua and Barbuda,335991,45435,803,7,130 +Antigua and Barbuda,335999,57870,803,7,130 +Antigua and Barbuda,336111,1352012,803,7,130 +Antigua and Barbuda,336120,779308,803,7,130 +Antigua and Barbuda,336212,41735,803,7,130 +Antigua and Barbuda,336214,116232,803,7,130 +Antigua and Barbuda,336311,114945,803,7,130 +Antigua and Barbuda,336321,3358,803,7,130 +Antigua and Barbuda,336322,227148,803,7,130 +Antigua and Barbuda,336330,182644,803,7,130 +Antigua and Barbuda,336340,37252,803,7,130 +Antigua and Barbuda,336350,23605,803,7,130 +Antigua and Barbuda,336391,3300,803,7,130 +Antigua and Barbuda,336399,975655,803,7,130 +Antigua and Barbuda,336412,128940,803,7,130 +Antigua and Barbuda,336413,310327,803,7,130 +Antigua and Barbuda,336419,42060,803,7,130 +Antigua and Barbuda,336510,24798,803,7,130 +Antigua and Barbuda,336611,161817,803,7,130 +Antigua and Barbuda,336612,523899,803,7,130 +Antigua and Barbuda,336991,87227,803,7,130 +Antigua and Barbuda,337110,199844,803,7,130 +Antigua and Barbuda,337124,122166,803,7,130 +Antigua and Barbuda,337127,1116508,803,7,130 +Antigua and Barbuda,337211,24524,803,7,130 +Antigua and Barbuda,337214,130836,803,7,130 +Antigua and Barbuda,337215,726566,803,7,130 +Antigua and Barbuda,337910,81487,803,7,130 +Antigua and Barbuda,337920,68768,803,7,130 +Antigua and Barbuda,339112,131572,803,7,130 +Antigua and Barbuda,339113,234382,803,7,130 +Antigua and Barbuda,339114,56216,803,7,130 +Antigua and Barbuda,339115,153695,803,7,130 +Antigua and Barbuda,339911,4933330,803,7,130 +Antigua and Barbuda,339912,10831,803,7,130 +Antigua and Barbuda,339913,628090,803,7,130 +Antigua and Barbuda,339914,57314,803,7,130 +Antigua and Barbuda,339920,388769,803,7,130 +Antigua and Barbuda,339932,121515,803,7,130 +Antigua and Barbuda,339941,6967,803,7,130 +Antigua and Barbuda,339942,16973,803,7,130 +Antigua and Barbuda,339944,3930,803,7,130 +Antigua and Barbuda,339950,34396,803,7,130 +Antigua and Barbuda,339991,337250,803,7,130 +Antigua and Barbuda,339992,35581,803,7,130 +Antigua and Barbuda,339993,17688,803,7,130 +Antigua and Barbuda,339994,168705,803,7,130 +Antigua and Barbuda,339999,778398,803,7,130 +Antigua and Barbuda,910000,162176,803,7,130 +Antigua and Barbuda,920000,104625,803,7,130 +Antigua and Barbuda,990000,20711501,803,7,130 +Argentina,111110,211925,803,8,131 +Argentina,111120,2239496,803,8,131 +Argentina,111130,716908,803,8,131 +Argentina,111140,34560,803,8,131 +Argentina,111150,6278754,803,8,131 +Argentina,111199,987644,803,8,131 +Argentina,111219,5651773,803,8,131 +Argentina,111310,4232,803,8,131 +Argentina,111331,14180,803,8,131 +Argentina,111333,28827,803,8,131 +Argentina,111334,11500,803,8,131 +Argentina,111335,3664763,803,8,131 +Argentina,111339,127615,803,8,131 +Argentina,111411,69704,803,8,131 +Argentina,111421,416316,803,8,131 +Argentina,111422,224824,803,8,131 +Argentina,111910,657728,803,8,131 +Argentina,111920,4142565,803,8,131 +Argentina,111991,20397,803,8,131 +Argentina,111992,106800,803,8,131 +Argentina,111998,15901485,803,8,131 +Argentina,112111,6801165,803,8,131 +Argentina,112310,3178842,803,8,131 +Argentina,112511,6468,803,8,131 +Argentina,112920,5422028,803,8,131 +Argentina,112930,191836,803,8,131 +Argentina,112990,114081,803,8,131 +Argentina,113210,3255120,803,8,131 +Argentina,113310,134500,803,8,131 +Argentina,114111,72249,803,8,131 +Argentina,114112,33768,803,8,131 +Argentina,114119,524823,803,8,131 +Argentina,211112,150186,803,8,131 +Argentina,212112,61264194,803,8,131 +Argentina,212113,69787,803,8,131 +Argentina,212299,1091196,803,8,131 +Argentina,212311,4940,803,8,131 +Argentina,212319,87998,803,8,131 +Argentina,212322,4285964,803,8,131 +Argentina,212324,4853347,803,8,131 +Argentina,212325,2107959,803,8,131 +Argentina,212393,3861120,803,8,131 +Argentina,212399,1606437,803,8,131 +Argentina,311111,725001,803,8,131 +Argentina,311119,5267219,803,8,131 +Argentina,311211,474412,803,8,131 +Argentina,311212,42011,803,8,131 +Argentina,311221,3932451,803,8,131 +Argentina,311222,6084181,803,8,131 +Argentina,311223,374693,803,8,131 +Argentina,311225,1082357,803,8,131 +Argentina,311230,1512676,803,8,131 +Argentina,311311,529140,803,8,131 +Argentina,311320,1779837,803,8,131 +Argentina,311340,2985524,803,8,131 +Argentina,311411,158146,803,8,131 +Argentina,311421,986323,803,8,131 +Argentina,311422,93872,803,8,131 +Argentina,311423,538897,803,8,131 +Argentina,311513,627236,803,8,131 +Argentina,311514,2536546,803,8,131 +Argentina,311520,56744,803,8,131 +Argentina,311611,4366795,803,8,131 +Argentina,311613,1746321,803,8,131 +Argentina,311615,434042,803,8,131 +Argentina,311711,621227,803,8,131 +Argentina,311811,286276,803,8,131 +Argentina,311822,29638,803,8,131 +Argentina,311911,29271,803,8,131 +Argentina,311919,2353700,803,8,131 +Argentina,311920,1659975,803,8,131 +Argentina,311930,2411453,803,8,131 +Argentina,311941,633805,803,8,131 +Argentina,311942,397142,803,8,131 +Argentina,311999,13851481,803,8,131 +Argentina,312111,431163,803,8,131 +Argentina,312113,7920,803,8,131 +Argentina,312120,10379,803,8,131 +Argentina,312130,95555,803,8,131 +Argentina,312140,1525245,803,8,131 +Argentina,312221,873745,803,8,131 +Argentina,312229,1177233,803,8,131 +Argentina,313111,46072,803,8,131 +Argentina,313113,1808142,803,8,131 +Argentina,313210,5586977,803,8,131 +Argentina,313221,2656357,803,8,131 +Argentina,313230,12553841,803,8,131 +Argentina,313249,994686,803,8,131 +Argentina,313312,424450,803,8,131 +Argentina,313320,3951346,803,8,131 +Argentina,314110,4365397,803,8,131 +Argentina,314121,461902,803,8,131 +Argentina,314129,837751,803,8,131 +Argentina,314911,110007,803,8,131 +Argentina,314912,40594,803,8,131 +Argentina,314991,1314412,803,8,131 +Argentina,314992,148825,803,8,131 +Argentina,314999,3624214,803,8,131 +Argentina,315221,28764,803,8,131 +Argentina,315222,37723,803,8,131 +Argentina,315223,16401,803,8,131 +Argentina,315224,50750,803,8,131 +Argentina,315228,173821,803,8,131 +Argentina,315231,13372,803,8,131 +Argentina,315232,6566,803,8,131 +Argentina,315233,17126,803,8,131 +Argentina,315234,29478,803,8,131 +Argentina,315239,54407,803,8,131 +Argentina,315291,5221,803,8,131 +Argentina,315292,474259,803,8,131 +Argentina,315991,136121,803,8,131 +Argentina,315992,232819,803,8,131 +Argentina,315999,1209284,803,8,131 +Argentina,316110,477400,803,8,131 +Argentina,316211,90343,803,8,131 +Argentina,316213,57222,803,8,131 +Argentina,316219,66749,803,8,131 +Argentina,316991,805599,803,8,131 +Argentina,316993,556583,803,8,131 +Argentina,316999,153831,803,8,131 +Argentina,321113,674150,803,8,131 +Argentina,321114,15020,803,8,131 +Argentina,321211,55109,803,8,131 +Argentina,321212,36072,803,8,131 +Argentina,321213,135179,803,8,131 +Argentina,321219,114772,803,8,131 +Argentina,321911,3518,803,8,131 +Argentina,321918,137029,803,8,131 +Argentina,321920,1812936,803,8,131 +Argentina,321999,573074,803,8,131 +Argentina,322110,28097779,803,8,131 +Argentina,322121,19482180,803,8,131 +Argentina,322122,20657489,803,8,131 +Argentina,322130,26284154,803,8,131 +Argentina,322211,637435,803,8,131 +Argentina,322212,151426,803,8,131 +Argentina,322213,34131,803,8,131 +Argentina,322214,80204,803,8,131 +Argentina,322215,163056,803,8,131 +Argentina,322222,14241391,803,8,131 +Argentina,322223,1700067,803,8,131 +Argentina,322224,433898,803,8,131 +Argentina,322233,5444,803,8,131 +Argentina,322291,4326741,803,8,131 +Argentina,322299,1750591,803,8,131 +Argentina,323116,58575,803,8,131 +Argentina,323117,9855334,803,8,131 +Argentina,323118,296308,803,8,131 +Argentina,323119,7110785,803,8,131 +Argentina,323122,152979,803,8,131 +Argentina,324110,669484741,803,8,131 +Argentina,324121,6464,803,8,131 +Argentina,324122,228503,803,8,131 +Argentina,325110,34190626,803,8,131 +Argentina,325120,4864065,803,8,131 +Argentina,325131,65809049,803,8,131 +Argentina,325132,10562109,803,8,131 +Argentina,325181,34604362,803,8,131 +Argentina,325182,810201,803,8,131 +Argentina,325188,41836673,803,8,131 +Argentina,325191,1632211,803,8,131 +Argentina,325192,17950381,803,8,131 +Argentina,325193,534520,803,8,131 +Argentina,325199,703122600,803,8,131 +Argentina,325211,391530616,803,8,131 +Argentina,325212,42115404,803,8,131 +Argentina,325221,621940,803,8,131 +Argentina,325222,6968270,803,8,131 +Argentina,325311,9383770,803,8,131 +Argentina,325312,105837219,803,8,131 +Argentina,325320,90845841,803,8,131 +Argentina,325411,23109086,803,8,131 +Argentina,325412,266280615,803,8,131 +Argentina,325414,54218800,803,8,131 +Argentina,325510,9899538,803,8,131 +Argentina,325520,6902272,803,8,131 +Argentina,325611,11980017,803,8,131 +Argentina,325612,3509552,803,8,131 +Argentina,325613,32815391,803,8,131 +Argentina,325620,22710268,803,8,131 +Argentina,325910,52830553,803,8,131 +Argentina,325920,639548,803,8,131 +Argentina,325992,36645343,803,8,131 +Argentina,325998,73529388,803,8,131 +Argentina,326113,30292136,803,8,131 +Argentina,326121,1833300,803,8,131 +Argentina,326122,1444684,803,8,131 +Argentina,326160,1647516,803,8,131 +Argentina,326191,146343,803,8,131 +Argentina,326192,213932,803,8,131 +Argentina,326199,28436910,803,8,131 +Argentina,326211,15459425,803,8,131 +Argentina,326220,14682681,803,8,131 +Argentina,326299,6187898,803,8,131 +Argentina,327111,22580,803,8,131 +Argentina,327112,4719827,803,8,131 +Argentina,327113,89338,803,8,131 +Argentina,327121,195736,803,8,131 +Argentina,327122,35572,803,8,131 +Argentina,327124,2745859,803,8,131 +Argentina,327125,2740474,803,8,131 +Argentina,327211,9909598,803,8,131 +Argentina,327212,7176153,803,8,131 +Argentina,327213,353451,803,8,131 +Argentina,327215,1368448,803,8,131 +Argentina,327310,16239,803,8,131 +Argentina,327390,78392,803,8,131 +Argentina,327410,16624,803,8,131 +Argentina,327420,118525,803,8,131 +Argentina,327910,2503985,803,8,131 +Argentina,327991,25170,803,8,131 +Argentina,327992,2190821,803,8,131 +Argentina,327993,2575948,803,8,131 +Argentina,327999,3819064,803,8,131 +Argentina,331111,27002352,803,8,131 +Argentina,331112,1179356,803,8,131 +Argentina,331222,865202,803,8,131 +Argentina,331311,1479670,803,8,131 +Argentina,331312,540578,803,8,131 +Argentina,331314,293568,803,8,131 +Argentina,331315,7266457,803,8,131 +Argentina,331316,1564341,803,8,131 +Argentina,331319,1129279,803,8,131 +Argentina,331411,736668,803,8,131 +Argentina,331419,9052074,803,8,131 +Argentina,331421,833819,803,8,131 +Argentina,331422,5326780,803,8,131 +Argentina,331491,12206861,803,8,131 +Argentina,331492,2533415,803,8,131 +Argentina,331511,3308547,803,8,131 +Argentina,332115,1685190,803,8,131 +Argentina,332211,4123431,803,8,131 +Argentina,332212,12597053,803,8,131 +Argentina,332213,2557007,803,8,131 +Argentina,332214,68031,803,8,131 +Argentina,332311,4685654,803,8,131 +Argentina,332312,2193307,803,8,131 +Argentina,332321,301805,803,8,131 +Argentina,332322,343490,803,8,131 +Argentina,332323,40385,803,8,131 +Argentina,332410,7119251,803,8,131 +Argentina,332420,15617312,803,8,131 +Argentina,332431,372264,803,8,131 +Argentina,332439,862434,803,8,131 +Argentina,332510,3162574,803,8,131 +Argentina,332611,2055903,803,8,131 +Argentina,332618,2721276,803,8,131 +Argentina,332722,8591697,803,8,131 +Argentina,332911,37610412,803,8,131 +Argentina,332912,4161796,803,8,131 +Argentina,332913,647696,803,8,131 +Argentina,332919,6204308,803,8,131 +Argentina,332991,18603620,803,8,131 +Argentina,332992,1868626,803,8,131 +Argentina,332994,3096544,803,8,131 +Argentina,332995,12685,803,8,131 +Argentina,332997,88569,803,8,131 +Argentina,332998,461702,803,8,131 +Argentina,332999,12182983,803,8,131 +Argentina,333111,166578184,803,8,131 +Argentina,333120,133379332,803,8,131 +Argentina,333131,21961407,803,8,131 +Argentina,333132,54372608,803,8,131 +Argentina,333210,1784149,803,8,131 +Argentina,333220,10586267,803,8,131 +Argentina,333291,8458318,803,8,131 +Argentina,333292,4180206,803,8,131 +Argentina,333293,17150533,803,8,131 +Argentina,333294,25926338,803,8,131 +Argentina,333295,1488879,803,8,131 +Argentina,333298,3980646,803,8,131 +Argentina,333311,298919,803,8,131 +Argentina,333313,11622985,803,8,131 +Argentina,333314,10609827,803,8,131 +Argentina,333315,16858281,803,8,131 +Argentina,333319,2556613,803,8,131 +Argentina,333411,2603763,803,8,131 +Argentina,333412,1918957,803,8,131 +Argentina,333414,7196920,803,8,131 +Argentina,333415,32872004,803,8,131 +Argentina,333511,3467190,803,8,131 +Argentina,333512,18095669,803,8,131 +Argentina,333513,3608774,803,8,131 +Argentina,333514,1489919,803,8,131 +Argentina,333515,9583426,803,8,131 +Argentina,333516,6243094,803,8,131 +Argentina,333611,157835338,803,8,131 +Argentina,333612,7389284,803,8,131 +Argentina,333613,15606331,803,8,131 +Argentina,333618,61366631,803,8,131 +Argentina,333911,24851319,803,8,131 +Argentina,333912,37635879,803,8,131 +Argentina,333913,1095843,803,8,131 +Argentina,333921,1785137,803,8,131 +Argentina,333922,8389149,803,8,131 +Argentina,333923,2039624,803,8,131 +Argentina,333924,41097329,803,8,131 +Argentina,333991,7704514,803,8,131 +Argentina,333992,7652070,803,8,131 +Argentina,333993,5081357,803,8,131 +Argentina,333994,4115046,803,8,131 +Argentina,333995,3586681,803,8,131 +Argentina,333996,12019280,803,8,131 +Argentina,333997,3580936,803,8,131 +Argentina,333999,74760217,803,8,131 +Argentina,334111,200690504,803,8,131 +Argentina,334112,66931850,803,8,131 +Argentina,334119,324068642,803,8,131 +Argentina,334210,7806014,803,8,131 +Argentina,334220,284248212,803,8,131 +Argentina,334290,10514389,803,8,131 +Argentina,334310,112105696,803,8,131 +Argentina,334411,734394,803,8,131 +Argentina,334412,852660,803,8,131 +Argentina,334413,89122890,803,8,131 +Argentina,334414,1912114,803,8,131 +Argentina,334415,1681829,803,8,131 +Argentina,334416,1265837,803,8,131 +Argentina,334417,10697423,803,8,131 +Argentina,334418,14149739,803,8,131 +Argentina,334419,41925380,803,8,131 +Argentina,334510,69739935,803,8,131 +Argentina,334511,16735333,803,8,131 +Argentina,334512,2198012,803,8,131 +Argentina,334513,35711929,803,8,131 +Argentina,334514,1649440,803,8,131 +Argentina,334515,26474435,803,8,131 +Argentina,334516,51121328,803,8,131 +Argentina,334517,27714944,803,8,131 +Argentina,334518,4599553,803,8,131 +Argentina,334519,25462258,803,8,131 +Argentina,334612,574357,803,8,131 +Argentina,334613,11312206,803,8,131 +Argentina,335110,1945967,803,8,131 +Argentina,335121,8921,803,8,131 +Argentina,335129,4853341,803,8,131 +Argentina,335211,3278757,803,8,131 +Argentina,335212,274793,803,8,131 +Argentina,335221,152443,803,8,131 +Argentina,335222,503772,803,8,131 +Argentina,335224,1849666,803,8,131 +Argentina,335228,2875508,803,8,131 +Argentina,335311,18502265,803,8,131 +Argentina,335312,77639096,803,8,131 +Argentina,335313,7036525,803,8,131 +Argentina,335314,27246138,803,8,131 +Argentina,335911,6636726,803,8,131 +Argentina,335912,16250897,803,8,131 +Argentina,335921,1148023,803,8,131 +Argentina,335929,18231396,803,8,131 +Argentina,335931,3774018,803,8,131 +Argentina,335932,181541,803,8,131 +Argentina,335991,10878369,803,8,131 +Argentina,335999,14067228,803,8,131 +Argentina,336111,69519354,803,8,131 +Argentina,336120,4627713,803,8,131 +Argentina,336211,230199,803,8,131 +Argentina,336212,2110091,803,8,131 +Argentina,336213,94180,803,8,131 +Argentina,336214,1175693,803,8,131 +Argentina,336311,7616736,803,8,131 +Argentina,336321,659556,803,8,131 +Argentina,336322,6405062,803,8,131 +Argentina,336330,625987,803,8,131 +Argentina,336340,1910152,803,8,131 +Argentina,336350,3025514,803,8,131 +Argentina,336360,385908,803,8,131 +Argentina,336370,465646,803,8,131 +Argentina,336391,2094097,803,8,131 +Argentina,336399,111164661,803,8,131 +Argentina,336411,10000,803,8,131 +Argentina,336412,6756687,803,8,131 +Argentina,336413,17798370,803,8,131 +Argentina,336419,1412120,803,8,131 +Argentina,336510,6000083,803,8,131 +Argentina,336611,859963,803,8,131 +Argentina,336612,21124045,803,8,131 +Argentina,336991,20106727,803,8,131 +Argentina,336992,324127,803,8,131 +Argentina,337124,139351,803,8,131 +Argentina,337127,4223891,803,8,131 +Argentina,337129,8887,803,8,131 +Argentina,337211,97788,803,8,131 +Argentina,337214,149088,803,8,131 +Argentina,337215,1320615,803,8,131 +Argentina,337910,113998,803,8,131 +Argentina,337920,542624,803,8,131 +Argentina,339112,44296822,803,8,131 +Argentina,339113,44756234,803,8,131 +Argentina,339114,4542954,803,8,131 +Argentina,339115,10454947,803,8,131 +Argentina,339911,7133987,803,8,131 +Argentina,339912,47367,803,8,131 +Argentina,339913,85382,803,8,131 +Argentina,339914,628288,803,8,131 +Argentina,339920,7931920,803,8,131 +Argentina,339932,43277690,803,8,131 +Argentina,339941,1339028,803,8,131 +Argentina,339942,95710,803,8,131 +Argentina,339943,43678,803,8,131 +Argentina,339944,4703951,803,8,131 +Argentina,339950,59175,803,8,131 +Argentina,339991,11515086,803,8,131 +Argentina,339992,6135230,803,8,131 +Argentina,339993,835488,803,8,131 +Argentina,339994,2044022,803,8,131 +Argentina,339999,106754358,803,8,131 +Argentina,511210,6496353,803,8,131 +Argentina,910000,14984928,803,8,131 +Argentina,920000,3954806,803,8,131 +Argentina,990000,258393567,803,8,131 +Armenia,111150,33487,806,9,132 +Armenia,111219,5403,806,9,132 +Armenia,111335,247870,806,9,132 +Armenia,111910,42718,806,9,132 +Armenia,111998,15939,806,9,132 +Armenia,112111,28885,806,9,132 +Armenia,114111,531122,806,9,132 +Armenia,212112,37045224,806,9,132 +Armenia,212399,71143,806,9,132 +Armenia,311222,663628,806,9,132 +Armenia,311223,4086,806,9,132 +Armenia,311421,15656,806,9,132 +Armenia,311423,69890,806,9,132 +Armenia,311611,281214,806,9,132 +Armenia,311613,31687,806,9,132 +Armenia,311615,5841222,806,9,132 +Armenia,311811,47916,806,9,132 +Armenia,311919,42431,806,9,132 +Armenia,311930,13448,806,9,132 +Armenia,311941,9157,806,9,132 +Armenia,311999,37177,806,9,132 +Armenia,312140,14094,806,9,132 +Armenia,312229,161875,806,9,132 +Armenia,313320,11898,806,9,132 +Armenia,314110,222893,806,9,132 +Armenia,314999,3500,806,9,132 +Armenia,315234,4276,806,9,132 +Armenia,315999,47845,806,9,132 +Armenia,316110,3794,806,9,132 +Armenia,316211,6252,806,9,132 +Armenia,316213,2700,806,9,132 +Armenia,316219,9643,806,9,132 +Armenia,316991,34572,806,9,132 +Armenia,316993,5000,806,9,132 +Armenia,321113,62611,806,9,132 +Armenia,321920,5174,806,9,132 +Armenia,322130,3420,806,9,132 +Armenia,322211,47000,806,9,132 +Armenia,322213,9999,806,9,132 +Armenia,322222,42961,806,9,132 +Armenia,322291,3900,806,9,132 +Armenia,322299,67297,806,9,132 +Armenia,323117,21000,806,9,132 +Armenia,323119,3978,806,9,132 +Armenia,323122,6985,806,9,132 +Armenia,324110,12174,806,9,132 +Armenia,324122,7800,806,9,132 +Armenia,325131,147485,806,9,132 +Armenia,325188,13893,806,9,132 +Armenia,325199,3123,806,9,132 +Armenia,325211,1140035,806,9,132 +Armenia,325411,58152,806,9,132 +Armenia,325412,120736,806,9,132 +Armenia,325510,346976,806,9,132 +Armenia,325520,4498,806,9,132 +Armenia,325611,23644,806,9,132 +Armenia,325613,3024,806,9,132 +Armenia,325620,323599,806,9,132 +Armenia,325910,11987,806,9,132 +Armenia,325992,3650,806,9,132 +Armenia,326113,24985,806,9,132 +Armenia,326122,16347,806,9,132 +Armenia,326199,191265,806,9,132 +Armenia,326220,25936,806,9,132 +Armenia,326299,58544,806,9,132 +Armenia,327111,14042,806,9,132 +Armenia,327123,10000,806,9,132 +Armenia,327211,40000,806,9,132 +Armenia,327212,46529,806,9,132 +Armenia,327215,73036,806,9,132 +Armenia,327420,35113,806,9,132 +Armenia,331111,73906,806,9,132 +Armenia,331419,3082,806,9,132 +Armenia,331422,58563,806,9,132 +Armenia,332115,7600,806,9,132 +Armenia,332212,1966759,806,9,132 +Armenia,332213,5469,806,9,132 +Armenia,332312,8578,806,9,132 +Armenia,332420,13870,806,9,132 +Armenia,332510,13553,806,9,132 +Armenia,332911,77798,806,9,132 +Armenia,332998,34145,806,9,132 +Armenia,332999,24668,806,9,132 +Armenia,333111,493902,806,9,132 +Armenia,333120,7513828,806,9,132 +Armenia,333131,19207,806,9,132 +Armenia,333132,4542,806,9,132 +Armenia,333220,121630,806,9,132 +Armenia,333291,101100,806,9,132 +Armenia,333292,9972,806,9,132 +Armenia,333293,125142,806,9,132 +Armenia,333294,48661,806,9,132 +Armenia,333298,3997,806,9,132 +Armenia,333313,48946,806,9,132 +Armenia,333314,44329,806,9,132 +Armenia,333315,57444,806,9,132 +Armenia,333411,15499,806,9,132 +Armenia,333414,70586,806,9,132 +Armenia,333415,181627,806,9,132 +Armenia,333512,27959,806,9,132 +Armenia,333612,17733,806,9,132 +Armenia,333618,378950,806,9,132 +Armenia,333911,96352,806,9,132 +Armenia,333912,13760,806,9,132 +Armenia,333913,3995,806,9,132 +Armenia,333924,139229,806,9,132 +Armenia,333991,2562,806,9,132 +Armenia,333993,173980,806,9,132 +Armenia,333995,3656,806,9,132 +Armenia,333996,11493,806,9,132 +Armenia,333997,11638,806,9,132 +Armenia,333999,156727,806,9,132 +Armenia,334111,1348309,806,9,132 +Armenia,334112,38962,806,9,132 +Armenia,334119,799027,806,9,132 +Armenia,334210,39436,806,9,132 +Armenia,334220,892690,806,9,132 +Armenia,334290,9702,806,9,132 +Armenia,334310,103032,806,9,132 +Armenia,334413,598496,806,9,132 +Armenia,334414,4704,806,9,132 +Armenia,334416,2812,806,9,132 +Armenia,334417,4022,806,9,132 +Armenia,334418,157711,806,9,132 +Armenia,334419,14576,806,9,132 +Armenia,334510,301931,806,9,132 +Armenia,334511,148561,806,9,132 +Armenia,334513,56110,806,9,132 +Armenia,334514,10497,806,9,132 +Armenia,334515,125257,806,9,132 +Armenia,334516,254008,806,9,132 +Armenia,334517,134171,806,9,132 +Armenia,334519,165172,806,9,132 +Armenia,335121,124185,806,9,132 +Armenia,335129,46630,806,9,132 +Armenia,335211,54567,806,9,132 +Armenia,335228,13019,806,9,132 +Armenia,335311,8400,806,9,132 +Armenia,335312,237004,806,9,132 +Armenia,335313,94671,806,9,132 +Armenia,335929,43656,806,9,132 +Armenia,335991,12969,806,9,132 +Armenia,335999,123856,806,9,132 +Armenia,336111,16750363,806,9,132 +Armenia,336214,58000,806,9,132 +Armenia,336311,9000,806,9,132 +Armenia,336350,42263,806,9,132 +Armenia,336399,14960,806,9,132 +Armenia,336612,96300,806,9,132 +Armenia,336991,106819,806,9,132 +Armenia,336992,9380,806,9,132 +Armenia,337124,181528,806,9,132 +Armenia,337127,820983,806,9,132 +Armenia,337910,28194,806,9,132 +Armenia,339112,331200,806,9,132 +Armenia,339113,128778,806,9,132 +Armenia,339114,154045,806,9,132 +Armenia,339115,36002,806,9,132 +Armenia,339911,216901,806,9,132 +Armenia,339913,422039,806,9,132 +Armenia,339914,11073,806,9,132 +Armenia,339920,8400,806,9,132 +Armenia,339932,23143,806,9,132 +Armenia,339942,2808,806,9,132 +Armenia,339991,4100,806,9,132 +Armenia,339992,90752,806,9,132 +Armenia,339994,16228,806,9,132 +Armenia,339999,3021,806,9,132 +Armenia,511210,4861,806,9,132 +Armenia,920000,960249,806,9,132 +Armenia,990000,25945910,806,9,132 +Aruba,111120,9455,803,10,133 +Aruba,111130,201921,803,10,133 +Aruba,111150,34354,803,10,133 +Aruba,111199,36895,803,10,133 +Aruba,111211,12014,803,10,133 +Aruba,111219,1127678,803,10,133 +Aruba,111310,21089,803,10,133 +Aruba,111331,37696,803,10,133 +Aruba,111332,81193,803,10,133 +Aruba,111333,3589,803,10,133 +Aruba,111335,83465,803,10,133 +Aruba,111339,399298,803,10,133 +Aruba,111411,18841,803,10,133 +Aruba,111421,145824,803,10,133 +Aruba,111910,15398,803,10,133 +Aruba,111920,30709,803,10,133 +Aruba,111940,36742,803,10,133 +Aruba,111992,81080,803,10,133 +Aruba,111998,20755,803,10,133 +Aruba,112111,16400,803,10,133 +Aruba,112210,18000,803,10,133 +Aruba,112310,822655,803,10,133 +Aruba,112511,5972,803,10,133 +Aruba,112910,55452,803,10,133 +Aruba,113210,11364,803,10,133 +Aruba,113310,17799,803,10,133 +Aruba,114111,2733328,803,10,133 +Aruba,114112,1737196,803,10,133 +Aruba,114119,280400,803,10,133 +Aruba,212112,23355,803,10,133 +Aruba,212311,17839,803,10,133 +Aruba,212319,157769,803,10,133 +Aruba,212325,8919,803,10,133 +Aruba,212393,53563,803,10,133 +Aruba,212399,1704563,803,10,133 +Aruba,311111,2859523,803,10,133 +Aruba,311119,352643,803,10,133 +Aruba,311211,933144,803,10,133 +Aruba,311212,1908552,803,10,133 +Aruba,311221,255641,803,10,133 +Aruba,311222,59922,803,10,133 +Aruba,311223,401566,803,10,133 +Aruba,311225,1190779,803,10,133 +Aruba,311230,813969,803,10,133 +Aruba,311311,784355,803,10,133 +Aruba,311320,1349542,803,10,133 +Aruba,311340,933458,803,10,133 +Aruba,311411,909791,803,10,133 +Aruba,311421,3974266,803,10,133 +Aruba,311422,196329,803,10,133 +Aruba,311423,201134,803,10,133 +Aruba,311511,404979,803,10,133 +Aruba,311512,35235,803,10,133 +Aruba,311513,2339614,803,10,133 +Aruba,311514,565750,803,10,133 +Aruba,311520,1108913,803,10,133 +Aruba,311611,6310519,803,10,133 +Aruba,311613,45627,803,10,133 +Aruba,311615,4786099,803,10,133 +Aruba,311711,493561,803,10,133 +Aruba,311811,1286459,803,10,133 +Aruba,311822,731955,803,10,133 +Aruba,311911,784563,803,10,133 +Aruba,311919,2015976,803,10,133 +Aruba,311920,603603,803,10,133 +Aruba,311930,477641,803,10,133 +Aruba,311941,845353,803,10,133 +Aruba,311942,816709,803,10,133 +Aruba,311999,5854138,803,10,133 +Aruba,312111,2112341,803,10,133 +Aruba,312112,223515,803,10,133 +Aruba,312113,30593,803,10,133 +Aruba,312120,1846657,803,10,133 +Aruba,312130,2342717,803,10,133 +Aruba,312140,2550252,803,10,133 +Aruba,312221,385632,803,10,133 +Aruba,312229,58818,803,10,133 +Aruba,313210,127253,803,10,133 +Aruba,313221,66642,803,10,133 +Aruba,313230,11266,803,10,133 +Aruba,313320,78212,803,10,133 +Aruba,314110,660330,803,10,133 +Aruba,314121,110768,803,10,133 +Aruba,314129,1874956,803,10,133 +Aruba,314911,51757,803,10,133 +Aruba,314912,393639,803,10,133 +Aruba,314991,60049,803,10,133 +Aruba,314992,9819,803,10,133 +Aruba,314999,194887,803,10,133 +Aruba,315111,71911,803,10,133 +Aruba,315221,373117,803,10,133 +Aruba,315222,13336,803,10,133 +Aruba,315223,224084,803,10,133 +Aruba,315224,428999,803,10,133 +Aruba,315228,122103,803,10,133 +Aruba,315231,242782,803,10,133 +Aruba,315232,135959,803,10,133 +Aruba,315233,28088,803,10,133 +Aruba,315234,28656,803,10,133 +Aruba,315239,803651,803,10,133 +Aruba,315291,50476,803,10,133 +Aruba,315292,1902081,803,10,133 +Aruba,315991,24022,803,10,133 +Aruba,315992,11925,803,10,133 +Aruba,315999,503377,803,10,133 +Aruba,316110,2504,803,10,133 +Aruba,316211,80317,803,10,133 +Aruba,316212,13962,803,10,133 +Aruba,316213,129383,803,10,133 +Aruba,316214,278676,803,10,133 +Aruba,316219,383427,803,10,133 +Aruba,316991,250961,803,10,133 +Aruba,316992,254150,803,10,133 +Aruba,316993,578467,803,10,133 +Aruba,316999,86662,803,10,133 +Aruba,321113,1881604,803,10,133 +Aruba,321114,1104217,803,10,133 +Aruba,321211,27824,803,10,133 +Aruba,321212,318655,803,10,133 +Aruba,321213,119166,803,10,133 +Aruba,321219,23879,803,10,133 +Aruba,321911,305544,803,10,133 +Aruba,321918,2047507,803,10,133 +Aruba,321920,47780,803,10,133 +Aruba,321999,121611,803,10,133 +Aruba,322121,1346372,803,10,133 +Aruba,322122,400357,803,10,133 +Aruba,322130,378549,803,10,133 +Aruba,322211,335470,803,10,133 +Aruba,322212,9721,803,10,133 +Aruba,322213,16838,803,10,133 +Aruba,322214,23883,803,10,133 +Aruba,322215,272526,803,10,133 +Aruba,322222,351176,803,10,133 +Aruba,322223,626144,803,10,133 +Aruba,322232,44049,803,10,133 +Aruba,322233,45820,803,10,133 +Aruba,322291,1878714,803,10,133 +Aruba,322299,329943,803,10,133 +Aruba,323117,239361,803,10,133 +Aruba,323118,43189,803,10,133 +Aruba,323119,1020343,803,10,133 +Aruba,324110,205555922,803,10,133 +Aruba,324121,28407,803,10,133 +Aruba,324122,207471,803,10,133 +Aruba,325120,8000,803,10,133 +Aruba,325131,52648,803,10,133 +Aruba,325132,29921,803,10,133 +Aruba,325181,41082,803,10,133 +Aruba,325188,1424857,803,10,133 +Aruba,325191,4368,803,10,133 +Aruba,325192,10481,803,10,133 +Aruba,325193,215499,803,10,133 +Aruba,325199,2920829,803,10,133 +Aruba,325211,368167,803,10,133 +Aruba,325212,32319,803,10,133 +Aruba,325222,7193,803,10,133 +Aruba,325311,32384,803,10,133 +Aruba,325312,45114,803,10,133 +Aruba,325320,37113,803,10,133 +Aruba,325411,280648,803,10,133 +Aruba,325412,3567741,803,10,133 +Aruba,325414,112391,803,10,133 +Aruba,325510,1711337,803,10,133 +Aruba,325520,650759,803,10,133 +Aruba,325611,3392803,803,10,133 +Aruba,325612,44360,803,10,133 +Aruba,325613,464694,803,10,133 +Aruba,325620,8454489,803,10,133 +Aruba,325910,814571,803,10,133 +Aruba,325992,205723,803,10,133 +Aruba,325998,777499,803,10,133 +Aruba,326113,250719,803,10,133 +Aruba,326121,23542,803,10,133 +Aruba,326122,201897,803,10,133 +Aruba,326160,640170,803,10,133 +Aruba,326191,11765,803,10,133 +Aruba,326192,61668,803,10,133 +Aruba,326199,1596764,803,10,133 +Aruba,326211,149228,803,10,133 +Aruba,326212,84119,803,10,133 +Aruba,326220,390227,803,10,133 +Aruba,326299,203344,803,10,133 +Aruba,327111,215102,803,10,133 +Aruba,327112,247252,803,10,133 +Aruba,327113,7335,803,10,133 +Aruba,327121,70788,803,10,133 +Aruba,327122,88232,803,10,133 +Aruba,327123,35388,803,10,133 +Aruba,327124,582506,803,10,133 +Aruba,327125,426374,803,10,133 +Aruba,327211,14231,803,10,133 +Aruba,327212,239841,803,10,133 +Aruba,327213,190930,803,10,133 +Aruba,327215,319793,803,10,133 +Aruba,327310,157455,803,10,133 +Aruba,327331,80553,803,10,133 +Aruba,327390,126375,803,10,133 +Aruba,327420,124924,803,10,133 +Aruba,327910,87045,803,10,133 +Aruba,327991,143046,803,10,133 +Aruba,327992,44558,803,10,133 +Aruba,327993,160449,803,10,133 +Aruba,327999,216738,803,10,133 +Aruba,331111,2742450,803,10,133 +Aruba,331222,42455,803,10,133 +Aruba,331315,157104,803,10,133 +Aruba,331316,20942,803,10,133 +Aruba,331319,8680,803,10,133 +Aruba,331419,23167,803,10,133 +Aruba,331421,39188,803,10,133 +Aruba,331422,177844,803,10,133 +Aruba,331491,65533,803,10,133 +Aruba,331511,205035,803,10,133 +Aruba,332115,9070,803,10,133 +Aruba,332211,86723,803,10,133 +Aruba,332212,622752,803,10,133 +Aruba,332213,24859,803,10,133 +Aruba,332311,115467,803,10,133 +Aruba,332312,442234,803,10,133 +Aruba,332321,1032296,803,10,133 +Aruba,332322,12151,803,10,133 +Aruba,332323,330043,803,10,133 +Aruba,332410,1724548,803,10,133 +Aruba,332420,1312412,803,10,133 +Aruba,332431,927201,803,10,133 +Aruba,332439,696081,803,10,133 +Aruba,332510,1772232,803,10,133 +Aruba,332611,5207,803,10,133 +Aruba,332618,568163,803,10,133 +Aruba,332722,584903,803,10,133 +Aruba,332911,2869619,803,10,133 +Aruba,332912,104127,803,10,133 +Aruba,332913,175888,803,10,133 +Aruba,332919,874778,803,10,133 +Aruba,332991,31720,803,10,133 +Aruba,332994,9305,803,10,133 +Aruba,332998,44982,803,10,133 +Aruba,332999,2568226,803,10,133 +Aruba,333111,743840,803,10,133 +Aruba,333120,787931,803,10,133 +Aruba,333131,46862,803,10,133 +Aruba,333132,938358,803,10,133 +Aruba,333220,91441,803,10,133 +Aruba,333291,26197,803,10,133 +Aruba,333292,18271,803,10,133 +Aruba,333293,194915,803,10,133 +Aruba,333294,324528,803,10,133 +Aruba,333295,756415,803,10,133 +Aruba,333298,76795,803,10,133 +Aruba,333311,64978,803,10,133 +Aruba,333313,162873,803,10,133 +Aruba,333314,224804,803,10,133 +Aruba,333315,1026530,803,10,133 +Aruba,333319,669549,803,10,133 +Aruba,333411,1616900,803,10,133 +Aruba,333412,177302,803,10,133 +Aruba,333414,1109611,803,10,133 +Aruba,333415,2687699,803,10,133 +Aruba,333511,4051,803,10,133 +Aruba,333512,1883905,803,10,133 +Aruba,333513,303961,803,10,133 +Aruba,333514,3087,803,10,133 +Aruba,333515,22737,803,10,133 +Aruba,333611,1356111,803,10,133 +Aruba,333612,66195,803,10,133 +Aruba,333613,136160,803,10,133 +Aruba,333618,434907,803,10,133 +Aruba,333911,1049676,803,10,133 +Aruba,333912,1441660,803,10,133 +Aruba,333913,100936,803,10,133 +Aruba,333921,48888,803,10,133 +Aruba,333922,273667,803,10,133 +Aruba,333923,177755,803,10,133 +Aruba,333924,963107,803,10,133 +Aruba,333991,126557,803,10,133 +Aruba,333992,342430,803,10,133 +Aruba,333993,98155,803,10,133 +Aruba,333994,110558,803,10,133 +Aruba,333995,6975,803,10,133 +Aruba,333996,100498,803,10,133 +Aruba,333997,14186,803,10,133 +Aruba,333999,718005,803,10,133 +Aruba,334111,2722620,803,10,133 +Aruba,334112,788876,803,10,133 +Aruba,334119,4622041,803,10,133 +Aruba,334210,692624,803,10,133 +Aruba,334220,13258395,803,10,133 +Aruba,334290,196688,803,10,133 +Aruba,334310,4687340,803,10,133 +Aruba,334411,35766,803,10,133 +Aruba,334413,214548,803,10,133 +Aruba,334415,6383,803,10,133 +Aruba,334416,18693,803,10,133 +Aruba,334417,357390,803,10,133 +Aruba,334418,133493,803,10,133 +Aruba,334419,534152,803,10,133 +Aruba,334510,975587,803,10,133 +Aruba,334511,118701,803,10,133 +Aruba,334512,60431,803,10,133 +Aruba,334513,503505,803,10,133 +Aruba,334514,3850,803,10,133 +Aruba,334515,698959,803,10,133 +Aruba,334516,350740,803,10,133 +Aruba,334517,19717,803,10,133 +Aruba,334518,10737624,803,10,133 +Aruba,334519,61046,803,10,133 +Aruba,334612,36363,803,10,133 +Aruba,334613,33335,803,10,133 +Aruba,335110,166529,803,10,133 +Aruba,335121,101703,803,10,133 +Aruba,335129,800239,803,10,133 +Aruba,335211,625692,803,10,133 +Aruba,335212,17343,803,10,133 +Aruba,335221,668480,803,10,133 +Aruba,335222,614307,803,10,133 +Aruba,335224,492973,803,10,133 +Aruba,335228,1409968,803,10,133 +Aruba,335311,159139,803,10,133 +Aruba,335312,389823,803,10,133 +Aruba,335313,670335,803,10,133 +Aruba,335314,315499,803,10,133 +Aruba,335911,534352,803,10,133 +Aruba,335912,223012,803,10,133 +Aruba,335921,19648,803,10,133 +Aruba,335929,161585,803,10,133 +Aruba,335931,103552,803,10,133 +Aruba,335932,41757,803,10,133 +Aruba,335991,10125,803,10,133 +Aruba,335999,438437,803,10,133 +Aruba,336111,6527122,803,10,133 +Aruba,336120,959470,803,10,133 +Aruba,336212,57500,803,10,133 +Aruba,336214,156568,803,10,133 +Aruba,336311,42179,803,10,133 +Aruba,336321,37922,803,10,133 +Aruba,336322,108027,803,10,133 +Aruba,336330,30682,803,10,133 +Aruba,336340,4865,803,10,133 +Aruba,336350,43352,803,10,133 +Aruba,336391,72937,803,10,133 +Aruba,336399,2029464,803,10,133 +Aruba,336413,540000,803,10,133 +Aruba,336415,35745,803,10,133 +Aruba,336419,3855,803,10,133 +Aruba,336510,183698,803,10,133 +Aruba,336611,37200,803,10,133 +Aruba,336612,1176399,803,10,133 +Aruba,336991,1095551,803,10,133 +Aruba,337110,34506,803,10,133 +Aruba,337121,67464,803,10,133 +Aruba,337124,219219,803,10,133 +Aruba,337127,2643948,803,10,133 +Aruba,337211,21065,803,10,133 +Aruba,337214,33706,803,10,133 +Aruba,337215,705422,803,10,133 +Aruba,337910,82944,803,10,133 +Aruba,337920,29314,803,10,133 +Aruba,339112,1772107,803,10,133 +Aruba,339113,1308237,803,10,133 +Aruba,339114,37792,803,10,133 +Aruba,339115,2077005,803,10,133 +Aruba,339911,38318507,803,10,133 +Aruba,339912,62181,803,10,133 +Aruba,339913,13551751,803,10,133 +Aruba,339914,823423,803,10,133 +Aruba,339920,813836,803,10,133 +Aruba,339932,1674098,803,10,133 +Aruba,339941,114873,803,10,133 +Aruba,339942,16938,803,10,133 +Aruba,339944,8907,803,10,133 +Aruba,339950,80301,803,10,133 +Aruba,339991,397009,803,10,133 +Aruba,339992,166586,803,10,133 +Aruba,339993,66348,803,10,133 +Aruba,339994,159743,803,10,133 +Aruba,339999,6056536,803,10,133 +Aruba,511210,63176,803,10,133 +Aruba,910000,34300,803,10,133 +Aruba,920000,359230,803,10,133 +Aruba,990000,34296230,803,10,133 +Australia,111120,173079,808,11,134 +Australia,111130,6107064,808,11,134 +Australia,111140,155550,808,11,134 +Australia,111150,894063,808,11,134 +Australia,111199,589561,808,11,134 +Australia,111219,24216638,808,11,134 +Australia,111310,20600267,808,11,134 +Australia,111320,12599465,808,11,134 +Australia,111332,28740239,808,11,134 +Australia,111333,239100,808,11,134 +Australia,111334,689716,808,11,134 +Australia,111335,43776479,808,11,134 +Australia,111339,30682492,808,11,134 +Australia,111411,60879,808,11,134 +Australia,111421,679149,808,11,134 +Australia,111422,2074974,808,11,134 +Australia,111910,11773515,808,11,134 +Australia,111920,271043,808,11,134 +Australia,111940,9814,808,11,134 +Australia,111991,52586,808,11,134 +Australia,111998,9280974,808,11,134 +Australia,112111,3980308,808,11,134 +Australia,112310,174461,808,11,134 +Australia,112410,10000,808,11,134 +Australia,112420,5735,808,11,134 +Australia,112511,53904,808,11,134 +Australia,112910,5877,808,11,134 +Australia,112920,19853998,808,11,134 +Australia,112930,2556,808,11,134 +Australia,112990,216946,808,11,134 +Australia,113210,2691449,808,11,134 +Australia,113310,1013121,808,11,134 +Australia,114111,7888994,808,11,134 +Australia,114112,8666605,808,11,134 +Australia,114119,788390,808,11,134 +Australia,211111,6900,808,11,134 +Australia,211112,1154774,808,11,134 +Australia,212112,3842704,808,11,134 +Australia,212221,5327535,808,11,134 +Australia,212222,85819,808,11,134 +Australia,212231,61770915,808,11,134 +Australia,212234,52181,808,11,134 +Australia,212291,16460,808,11,134 +Australia,212299,321604,808,11,134 +Australia,212311,71470,808,11,134 +Australia,212319,83744,808,11,134 +Australia,212322,1419141,808,11,134 +Australia,212324,1513367,808,11,134 +Australia,212325,6624537,808,11,134 +Australia,212392,125011,808,11,134 +Australia,212393,195818,808,11,134 +Australia,212399,4377896,808,11,134 +Australia,311111,64259712,808,11,134 +Australia,311119,16225310,808,11,134 +Australia,311211,6655803,808,11,134 +Australia,311212,21706927,808,11,134 +Australia,311213,8813,808,11,134 +Australia,311221,20995780,808,11,134 +Australia,311222,107317049,808,11,134 +Australia,311223,1344698,808,11,134 +Australia,311225,13376256,808,11,134 +Australia,311230,1651075,808,11,134 +Australia,311311,1962354,808,11,134 +Australia,311320,13111045,808,11,134 +Australia,311340,5083095,808,11,134 +Australia,311411,19382080,808,11,134 +Australia,311421,35648697,808,11,134 +Australia,311422,621101,808,11,134 +Australia,311423,29392485,808,11,134 +Australia,311511,197488,808,11,134 +Australia,311512,1558031,808,11,134 +Australia,311513,21992019,808,11,134 +Australia,311514,28742588,808,11,134 +Australia,311520,2233877,808,11,134 +Australia,311611,153973458,808,11,134 +Australia,311613,1063593,808,11,134 +Australia,311615,1125061,808,11,134 +Australia,311711,26155277,808,11,134 +Australia,311811,7652897,808,11,134 +Australia,311822,13991058,808,11,134 +Australia,311823,620223,808,11,134 +Australia,311911,2113237,808,11,134 +Australia,311919,6647807,808,11,134 +Australia,311920,6248399,808,11,134 +Australia,311930,8076708,808,11,134 +Australia,311941,19708259,808,11,134 +Australia,311942,4873215,808,11,134 +Australia,311999,54036820,808,11,134 +Australia,312111,6202301,808,11,134 +Australia,312112,207796,808,11,134 +Australia,312113,81967,808,11,134 +Australia,312120,5909130,808,11,134 +Australia,312130,3408298,808,11,134 +Australia,312140,111853110,808,11,134 +Australia,312221,236247,808,11,134 +Australia,312229,796267,808,11,134 +Australia,313111,966167,808,11,134 +Australia,313113,726646,808,11,134 +Australia,313210,24023159,808,11,134 +Australia,313221,5124115,808,11,134 +Australia,313230,26906728,808,11,134 +Australia,313249,1610455,808,11,134 +Australia,313312,148164,808,11,134 +Australia,313320,9394841,808,11,134 +Australia,314110,21361753,808,11,134 +Australia,314121,1613145,808,11,134 +Australia,314129,4389239,808,11,134 +Australia,314911,735634,808,11,134 +Australia,314912,9303154,808,11,134 +Australia,314991,4855421,808,11,134 +Australia,314992,105536,808,11,134 +Australia,314999,15217502,808,11,134 +Australia,315111,4860141,808,11,134 +Australia,315221,6923242,808,11,134 +Australia,315222,718473,808,11,134 +Australia,315223,6048591,808,11,134 +Australia,315224,2706383,808,11,134 +Australia,315228,2851891,808,11,134 +Australia,315231,2805965,808,11,134 +Australia,315232,3241865,808,11,134 +Australia,315233,1685103,808,11,134 +Australia,315234,1250950,808,11,134 +Australia,315239,13472082,808,11,134 +Australia,315291,737883,808,11,134 +Australia,315292,2562015,808,11,134 +Australia,315991,1391479,808,11,134 +Australia,315992,3889677,808,11,134 +Australia,315993,371017,808,11,134 +Australia,315999,19979423,808,11,134 +Australia,316110,1675455,808,11,134 +Australia,316211,758055,808,11,134 +Australia,316212,123596,808,11,134 +Australia,316213,2676502,808,11,134 +Australia,316214,1716417,808,11,134 +Australia,316219,6106073,808,11,134 +Australia,316991,12654662,808,11,134 +Australia,316992,2660863,808,11,134 +Australia,316993,1253362,808,11,134 +Australia,316999,3415080,808,11,134 +Australia,321113,11724741,808,11,134 +Australia,321114,53434,808,11,134 +Australia,321211,1439380,808,11,134 +Australia,321212,39418208,808,11,134 +Australia,321213,11949768,808,11,134 +Australia,321219,2862816,808,11,134 +Australia,321911,6404470,808,11,134 +Australia,321918,860350,808,11,134 +Australia,321920,3849057,808,11,134 +Australia,321991,3392188,808,11,134 +Australia,321992,900733,808,11,134 +Australia,321999,8270722,808,11,134 +Australia,322110,7065493,808,11,134 +Australia,322121,88147773,808,11,134 +Australia,322122,14970039,808,11,134 +Australia,322130,40173204,808,11,134 +Australia,322211,762047,808,11,134 +Australia,322212,1326239,808,11,134 +Australia,322213,370484,808,11,134 +Australia,322214,16744,808,11,134 +Australia,322215,11734548,808,11,134 +Australia,322222,91986674,808,11,134 +Australia,322223,7426954,808,11,134 +Australia,322224,29193,808,11,134 +Australia,322232,103603,808,11,134 +Australia,322233,836630,808,11,134 +Australia,322291,37308307,808,11,134 +Australia,322299,12996362,808,11,134 +Australia,323116,15991,808,11,134 +Australia,323117,105939325,808,11,134 +Australia,323118,7112876,808,11,134 +Australia,323119,87699056,808,11,134 +Australia,323122,515055,808,11,134 +Australia,324110,221006308,808,11,134 +Australia,324121,957589,808,11,134 +Australia,324122,1176874,808,11,134 +Australia,325110,4058354,808,11,134 +Australia,325120,4391508,808,11,134 +Australia,325131,21989138,808,11,134 +Australia,325132,4684552,808,11,134 +Australia,325181,26108891,808,11,134 +Australia,325182,632736,808,11,134 +Australia,325188,62721889,808,11,134 +Australia,325191,1200985,808,11,134 +Australia,325192,5143763,808,11,134 +Australia,325193,40334251,808,11,134 +Australia,325199,393453232,808,11,134 +Australia,325211,213918333,808,11,134 +Australia,325212,19077946,808,11,134 +Australia,325221,4690043,808,11,134 +Australia,325222,28049286,808,11,134 +Australia,325311,18559170,808,11,134 +Australia,325312,330700844,808,11,134 +Australia,325320,75702453,808,11,134 +Australia,325411,51839242,808,11,134 +Australia,325412,972414609,808,11,134 +Australia,325414,94792463,808,11,134 +Australia,325510,23883638,808,11,134 +Australia,325520,23033657,808,11,134 +Australia,325611,56102571,808,11,134 +Australia,325612,14131996,808,11,134 +Australia,325613,42851304,808,11,134 +Australia,325620,332868381,808,11,134 +Australia,325910,11502746,808,11,134 +Australia,325920,20018966,808,11,134 +Australia,325992,52628996,808,11,134 +Australia,325998,102836003,808,11,134 +Australia,326113,63936330,808,11,134 +Australia,326121,12463565,808,11,134 +Australia,326122,21993460,808,11,134 +Australia,326160,3793536,808,11,134 +Australia,326191,2793544,808,11,134 +Australia,326192,3598113,808,11,134 +Australia,326199,165569322,808,11,134 +Australia,326211,244605927,808,11,134 +Australia,326212,238075,808,11,134 +Australia,326220,64267706,808,11,134 +Australia,326299,35511088,808,11,134 +Australia,327111,511306,808,11,134 +Australia,327112,5056173,808,11,134 +Australia,327113,1294013,808,11,134 +Australia,327121,33477,808,11,134 +Australia,327122,244433,808,11,134 +Australia,327123,32809,808,11,134 +Australia,327124,3838850,808,11,134 +Australia,327125,5366767,808,11,134 +Australia,327211,9147097,808,11,134 +Australia,327212,23215657,808,11,134 +Australia,327213,665306,808,11,134 +Australia,327215,16862645,808,11,134 +Australia,327310,503226,808,11,134 +Australia,327331,303104,808,11,134 +Australia,327390,3334214,808,11,134 +Australia,327410,7980,808,11,134 +Australia,327420,4048524,808,11,134 +Australia,327910,9474551,808,11,134 +Australia,327991,2814662,808,11,134 +Australia,327992,3934494,808,11,134 +Australia,327993,32333247,808,11,134 +Australia,327999,4332933,808,11,134 +Australia,331111,52285533,808,11,134 +Australia,331112,306112,808,11,134 +Australia,331222,3116241,808,11,134 +Australia,331311,889145,808,11,134 +Australia,331312,1317098,808,11,134 +Australia,331314,20140,808,11,134 +Australia,331315,7121842,808,11,134 +Australia,331316,3833478,808,11,134 +Australia,331319,2361670,808,11,134 +Australia,331411,2185495,808,11,134 +Australia,331419,645276458,808,11,134 +Australia,331421,2602248,808,11,134 +Australia,331422,6248655,808,11,134 +Australia,331491,22004697,808,11,134 +Australia,331492,1051058,808,11,134 +Australia,331511,7741564,808,11,134 +Australia,332115,1026539,808,11,134 +Australia,332211,7493379,808,11,134 +Australia,332212,61036138,808,11,134 +Australia,332213,5172025,808,11,134 +Australia,332214,636517,808,11,134 +Australia,332311,1980360,808,11,134 +Australia,332312,15673647,808,11,134 +Australia,332321,4846284,808,11,134 +Australia,332322,366030,808,11,134 +Australia,332323,657575,808,11,134 +Australia,332410,17703828,808,11,134 +Australia,332420,18741160,808,11,134 +Australia,332431,1178464,808,11,134 +Australia,332439,4571483,808,11,134 +Australia,332510,27193840,808,11,134 +Australia,332611,3953717,808,11,134 +Australia,332618,8904371,808,11,134 +Australia,332722,38067824,808,11,134 +Australia,332911,100617606,808,11,134 +Australia,332912,31036677,808,11,134 +Australia,332913,1375541,808,11,134 +Australia,332919,30872940,808,11,134 +Australia,332991,68448033,808,11,134 +Australia,332992,64872732,808,11,134 +Australia,332994,36146961,808,11,134 +Australia,332995,7621563,808,11,134 +Australia,332997,176463,808,11,134 +Australia,332998,4762484,808,11,134 +Australia,332999,51568959,808,11,134 +Australia,333111,657520965,808,11,134 +Australia,333120,1494750649,808,11,134 +Australia,333131,189513030,808,11,134 +Australia,333132,130421674,808,11,134 +Australia,333210,19572347,808,11,134 +Australia,333220,13138937,808,11,134 +Australia,333291,14070544,808,11,134 +Australia,333292,10899875,808,11,134 +Australia,333293,16176067,808,11,134 +Australia,333294,41376756,808,11,134 +Australia,333295,12481183,808,11,134 +Australia,333298,17162046,808,11,134 +Australia,333311,22651281,808,11,134 +Australia,333313,22421444,808,11,134 +Australia,333314,73280586,808,11,134 +Australia,333315,22578625,808,11,134 +Australia,333319,39780981,808,11,134 +Australia,333411,17575558,808,11,134 +Australia,333412,15424856,808,11,134 +Australia,333414,19794513,808,11,134 +Australia,333415,81851845,808,11,134 +Australia,333511,2774411,808,11,134 +Australia,333512,35535147,808,11,134 +Australia,333513,12415012,808,11,134 +Australia,333514,2968857,808,11,134 +Australia,333515,20408726,808,11,134 +Australia,333516,2093226,808,11,134 +Australia,333611,249004606,808,11,134 +Australia,333612,56423697,808,11,134 +Australia,333613,50380926,808,11,134 +Australia,333618,449146423,808,11,134 +Australia,333911,70822276,808,11,134 +Australia,333912,82581401,808,11,134 +Australia,333913,7374998,808,11,134 +Australia,333921,3121285,808,11,134 +Australia,333922,16488979,808,11,134 +Australia,333923,42871163,808,11,134 +Australia,333924,164358313,808,11,134 +Australia,333991,38455884,808,11,134 +Australia,333992,41144936,808,11,134 +Australia,333993,27961446,808,11,134 +Australia,333994,19261094,808,11,134 +Australia,333995,29786662,808,11,134 +Australia,333996,57520853,808,11,134 +Australia,333997,3453779,808,11,134 +Australia,333999,285542896,808,11,134 +Australia,334111,285175908,808,11,134 +Australia,334112,75612188,808,11,134 +Australia,334119,258618338,808,11,134 +Australia,334210,15273616,808,11,134 +Australia,334220,474550092,808,11,134 +Australia,334290,19101963,808,11,134 +Australia,334310,90870631,808,11,134 +Australia,334411,6427047,808,11,134 +Australia,334412,15389361,808,11,134 +Australia,334413,84097270,808,11,134 +Australia,334414,3167219,808,11,134 +Australia,334415,4772066,808,11,134 +Australia,334416,2598106,808,11,134 +Australia,334417,32440104,808,11,134 +Australia,334418,8761844,808,11,134 +Australia,334419,89226991,808,11,134 +Australia,334510,359456228,808,11,134 +Australia,334511,127293323,808,11,134 +Australia,334512,6824359,808,11,134 +Australia,334513,105470397,808,11,134 +Australia,334514,6565173,808,11,134 +Australia,334515,79101418,808,11,134 +Australia,334516,126724344,808,11,134 +Australia,334517,80581001,808,11,134 +Australia,334518,9718376,808,11,134 +Australia,334519,109557398,808,11,134 +Australia,334612,5008252,808,11,134 +Australia,334613,7557386,808,11,134 +Australia,335110,7185924,808,11,134 +Australia,335121,2036915,808,11,134 +Australia,335129,22193228,808,11,134 +Australia,335211,20461000,808,11,134 +Australia,335212,7664680,808,11,134 +Australia,335221,21382919,808,11,134 +Australia,335222,7708610,808,11,134 +Australia,335224,24435422,808,11,134 +Australia,335228,16428968,808,11,134 +Australia,335311,19822565,808,11,134 +Australia,335312,147405167,808,11,134 +Australia,335313,34597375,808,11,134 +Australia,335314,85727274,808,11,134 +Australia,335911,31326567,808,11,134 +Australia,335912,15798794,808,11,134 +Australia,335921,8836108,808,11,134 +Australia,335929,41774365,808,11,134 +Australia,335931,21968733,808,11,134 +Australia,335932,1002258,808,11,134 +Australia,335991,18375520,808,11,134 +Australia,335999,70520888,808,11,134 +Australia,336111,613971156,808,11,134 +Australia,336120,172065754,808,11,134 +Australia,336211,17570906,808,11,134 +Australia,336212,9172257,808,11,134 +Australia,336213,1848112,808,11,134 +Australia,336214,28433447,808,11,134 +Australia,336311,106953547,808,11,134 +Australia,336321,17183608,808,11,134 +Australia,336322,36870016,808,11,134 +Australia,336330,26058589,808,11,134 +Australia,336340,48275777,808,11,134 +Australia,336350,76660882,808,11,134 +Australia,336360,6894207,808,11,134 +Australia,336370,3871609,808,11,134 +Australia,336391,6100599,808,11,134 +Australia,336399,295005498,808,11,134 +Australia,336411,953425,808,11,134 +Australia,336412,17968425,808,11,134 +Australia,336413,368020748,808,11,134 +Australia,336415,35837,808,11,134 +Australia,336419,4738624,808,11,134 +Australia,336510,122082328,808,11,134 +Australia,336611,8645800,808,11,134 +Australia,336612,207138782,808,11,134 +Australia,336991,116634247,808,11,134 +Australia,336992,17209623,808,11,134 +Australia,337110,122107,808,11,134 +Australia,337121,7442,808,11,134 +Australia,337124,3211963,808,11,134 +Australia,337127,39370093,808,11,134 +Australia,337129,182151,808,11,134 +Australia,337211,1899673,808,11,134 +Australia,337214,2481960,808,11,134 +Australia,337215,16784098,808,11,134 +Australia,337910,2521037,808,11,134 +Australia,337920,621052,808,11,134 +Australia,339112,541370666,808,11,134 +Australia,339113,365497678,808,11,134 +Australia,339114,43395859,808,11,134 +Australia,339115,44820189,808,11,134 +Australia,339911,69980539,808,11,134 +Australia,339912,266787,808,11,134 +Australia,339913,57026078,808,11,134 +Australia,339914,3220928,808,11,134 +Australia,339920,100973386,808,11,134 +Australia,339932,38757195,808,11,134 +Australia,339941,8843815,808,11,134 +Australia,339942,2014194,808,11,134 +Australia,339943,1892965,808,11,134 +Australia,339944,2209429,808,11,134 +Australia,339950,730330,808,11,134 +Australia,339991,49701037,808,11,134 +Australia,339992,28727543,808,11,134 +Australia,339993,2243879,808,11,134 +Australia,339994,6042863,808,11,134 +Australia,339999,64488825,808,11,134 +Australia,511210,7505748,808,11,134 +Australia,910000,51804440,808,11,134 +Australia,920000,167374928,808,11,134 +Australia,990000,1267181735,808,11,134 +Austria,111110,14400,804,12,135 +Austria,111120,4472602,804,12,135 +Austria,111130,55685,804,12,135 +Austria,111150,4218048,804,12,135 +Austria,111199,485998,804,12,135 +Austria,111219,150623,804,12,135 +Austria,111310,144900,804,12,135 +Austria,111335,2427594,804,12,135 +Austria,111421,100416,804,12,135 +Austria,111422,48587,804,12,135 +Austria,111910,3346831,804,12,135 +Austria,111992,25000,804,12,135 +Austria,111998,87215,804,12,135 +Austria,112111,60880,804,12,135 +Austria,112210,5727,804,12,135 +Austria,112310,62640,804,12,135 +Austria,112511,15379,804,12,135 +Austria,112920,8242,804,12,135 +Austria,112990,36153,804,12,135 +Austria,113210,453859,804,12,135 +Austria,113310,381662,804,12,135 +Austria,114111,29568,804,12,135 +Austria,114112,27631,804,12,135 +Austria,114119,100951,804,12,135 +Austria,212112,81786345,804,12,135 +Austria,212234,9432,804,12,135 +Austria,212299,14378873,804,12,135 +Austria,212311,6000,804,12,135 +Austria,212322,16989,804,12,135 +Austria,212324,484217,804,12,135 +Austria,212325,103513,804,12,135 +Austria,212393,11226,804,12,135 +Austria,212399,3993909,804,12,135 +Austria,311111,226637,804,12,135 +Austria,311119,331262,804,12,135 +Austria,311212,1331068,804,12,135 +Austria,311221,116400,804,12,135 +Austria,311222,441087,804,12,135 +Austria,311223,406894,804,12,135 +Austria,311225,24914,804,12,135 +Austria,311311,66035,804,12,135 +Austria,311320,14148,804,12,135 +Austria,311340,264454,804,12,135 +Austria,311411,6763,804,12,135 +Austria,311421,14570,804,12,135 +Austria,311422,48315,804,12,135 +Austria,311423,291622,804,12,135 +Austria,311513,101908,804,12,135 +Austria,311514,350347,804,12,135 +Austria,311611,698352,804,12,135 +Austria,311613,5762,804,12,135 +Austria,311615,3674,804,12,135 +Austria,311711,476721,804,12,135 +Austria,311811,14130,804,12,135 +Austria,311822,42901,804,12,135 +Austria,311911,261223,804,12,135 +Austria,311920,79858,804,12,135 +Austria,311930,41933,804,12,135 +Austria,311941,833210,804,12,135 +Austria,311999,917052,804,12,135 +Austria,312111,5918,804,12,135 +Austria,312112,2652,804,12,135 +Austria,312130,756464,804,12,135 +Austria,312140,5793479,804,12,135 +Austria,312221,5627,804,12,135 +Austria,312229,6175,804,12,135 +Austria,313113,2640,804,12,135 +Austria,313210,680596,804,12,135 +Austria,313221,342668,804,12,135 +Austria,313230,971338,804,12,135 +Austria,313249,215070,804,12,135 +Austria,313320,81263,804,12,135 +Austria,314110,182436,804,12,135 +Austria,314129,373838,804,12,135 +Austria,314911,53702,804,12,135 +Austria,314912,64040,804,12,135 +Austria,314991,262873,804,12,135 +Austria,314992,49688,804,12,135 +Austria,314999,282913,804,12,135 +Austria,315111,37645,804,12,135 +Austria,315221,90455,804,12,135 +Austria,315222,17977,804,12,135 +Austria,315223,192003,804,12,135 +Austria,315224,21685,804,12,135 +Austria,315228,109702,804,12,135 +Austria,315231,125768,804,12,135 +Austria,315232,190060,804,12,135 +Austria,315233,281964,804,12,135 +Austria,315234,182595,804,12,135 +Austria,315239,309133,804,12,135 +Austria,315292,511217,804,12,135 +Austria,315991,55138,804,12,135 +Austria,315992,32835,804,12,135 +Austria,315993,3681,804,12,135 +Austria,315999,523835,804,12,135 +Austria,316110,555570,804,12,135 +Austria,316211,88252,804,12,135 +Austria,316213,17903,804,12,135 +Austria,316214,14600,804,12,135 +Austria,316219,89221,804,12,135 +Austria,316991,299746,804,12,135 +Austria,316992,24198,804,12,135 +Austria,316993,36387,804,12,135 +Austria,316999,338416,804,12,135 +Austria,321113,141098,804,12,135 +Austria,321211,1193298,804,12,135 +Austria,321212,779814,804,12,135 +Austria,321911,5300,804,12,135 +Austria,321918,7.00E+05,804,12,135 +Austria,321920,353838,804,12,135 +Austria,321992,37893,804,12,135 +Austria,321999,133588,804,12,135 +Austria,322110,320773,804,12,135 +Austria,322121,1749734,804,12,135 +Austria,322130,1528241,804,12,135 +Austria,322211,5380,804,12,135 +Austria,322212,5904,804,12,135 +Austria,322215,32385,804,12,135 +Austria,322222,1773899,804,12,135 +Austria,322223,207384,804,12,135 +Austria,322224,2946,804,12,135 +Austria,322232,31315,804,12,135 +Austria,322233,20753,804,12,135 +Austria,322291,101668,804,12,135 +Austria,322299,463636,804,12,135 +Austria,323117,1229540,804,12,135 +Austria,323118,320214,804,12,135 +Austria,323119,4220636,804,12,135 +Austria,323122,4421,804,12,135 +Austria,324110,386953,804,12,135 +Austria,325120,4973,804,12,135 +Austria,325131,272410,804,12,135 +Austria,325132,14054,804,12,135 +Austria,325188,20955053,804,12,135 +Austria,325191,982060,804,12,135 +Austria,325192,985561,804,12,135 +Austria,325199,29806947,804,12,135 +Austria,325211,6196751,804,12,135 +Austria,325212,219762,804,12,135 +Austria,325221,7000,804,12,135 +Austria,325222,307650,804,12,135 +Austria,325311,90186,804,12,135 +Austria,325312,636676,804,12,135 +Austria,325320,147614,804,12,135 +Austria,325411,367827699,804,12,135 +Austria,325412,22975233,804,12,135 +Austria,325414,220936524,804,12,135 +Austria,325510,533535,804,12,135 +Austria,325520,1527291,804,12,135 +Austria,325611,371962,804,12,135 +Austria,325612,731255,804,12,135 +Austria,325613,1090767,804,12,135 +Austria,325620,13014088,804,12,135 +Austria,325910,2072068,804,12,135 +Austria,325920,136692,804,12,135 +Austria,325992,713784,804,12,135 +Austria,325998,1425991,804,12,135 +Austria,326113,82674185,804,12,135 +Austria,326121,316229,804,12,135 +Austria,326122,776478,804,12,135 +Austria,326160,217715,804,12,135 +Austria,326191,106292,804,12,135 +Austria,326192,163743,804,12,135 +Austria,326199,7501848,804,12,135 +Austria,326211,1444224,804,12,135 +Austria,326212,2652,804,12,135 +Austria,326220,1153160,804,12,135 +Austria,326299,3641630,804,12,135 +Austria,327111,15944,804,12,135 +Austria,327112,8501316,804,12,135 +Austria,327113,169597,804,12,135 +Austria,327122,37416,804,12,135 +Austria,327123,8550,804,12,135 +Austria,327124,9588,804,12,135 +Austria,327125,236326,804,12,135 +Austria,327211,819737,804,12,135 +Austria,327212,1789870,804,12,135 +Austria,327213,830021,804,12,135 +Austria,327215,1938179,804,12,135 +Austria,327310,4353,804,12,135 +Austria,327420,65260,804,12,135 +Austria,327910,4345156,804,12,135 +Austria,327992,1068953,804,12,135 +Austria,327993,486740,804,12,135 +Austria,327999,1772652,804,12,135 +Austria,331111,3223123,804,12,135 +Austria,331112,199954,804,12,135 +Austria,331222,1126167,804,12,135 +Austria,331311,35555,804,12,135 +Austria,331312,63301,804,12,135 +Austria,331314,386096,804,12,135 +Austria,331315,855503,804,12,135 +Austria,331316,2775321,804,12,135 +Austria,331319,42440,804,12,135 +Austria,331411,324987,804,12,135 +Austria,331419,19319370,804,12,135 +Austria,331421,49103,804,12,135 +Austria,331422,549972,804,12,135 +Austria,331491,31656024,804,12,135 +Austria,331492,5356245,804,12,135 +Austria,331511,1667219,804,12,135 +Austria,332115,101963,804,12,135 +Austria,332211,294056,804,12,135 +Austria,332212,3455968,804,12,135 +Austria,332213,305552,804,12,135 +Austria,332311,73966,804,12,135 +Austria,332312,134051,804,12,135 +Austria,332321,92422,804,12,135 +Austria,332323,57825,804,12,135 +Austria,332410,418966,804,12,135 +Austria,332420,232369,804,12,135 +Austria,332431,13995,804,12,135 +Austria,332439,337117,804,12,135 +Austria,332510,4136910,804,12,135 +Austria,332611,403159,804,12,135 +Austria,332618,1769168,804,12,135 +Austria,332722,2461868,804,12,135 +Austria,332911,11671281,804,12,135 +Austria,332912,791871,804,12,135 +Austria,332913,20441,804,12,135 +Austria,332919,508462,804,12,135 +Austria,332991,9108206,804,12,135 +Austria,332992,735166,804,12,135 +Austria,332994,1463742,804,12,135 +Austria,332995,3000,804,12,135 +Austria,332997,30000,804,12,135 +Austria,332999,8245079,804,12,135 +Austria,333111,25765314,804,12,135 +Austria,333120,15783798,804,12,135 +Austria,333131,4063974,804,12,135 +Austria,333132,3598777,804,12,135 +Austria,333210,70530,804,12,135 +Austria,333220,5173858,804,12,135 +Austria,333291,8714592,804,12,135 +Austria,333292,974045,804,12,135 +Austria,333293,2909335,804,12,135 +Austria,333294,4386269,804,12,135 +Austria,333295,17235335,804,12,135 +Austria,333298,1797818,804,12,135 +Austria,333311,22674,804,12,135 +Austria,333313,1166958,804,12,135 +Austria,333314,14618550,804,12,135 +Austria,333315,2385209,804,12,135 +Austria,333319,579195,804,12,135 +Austria,333411,318966,804,12,135 +Austria,333412,1747173,804,12,135 +Austria,333414,774538,804,12,135 +Austria,333415,6057050,804,12,135 +Austria,333511,1089406,804,12,135 +Austria,333512,3296506,804,12,135 +Austria,333513,1442110,804,12,135 +Austria,333514,606927,804,12,135 +Austria,333515,1100581,804,12,135 +Austria,333516,372226,804,12,135 +Austria,333611,5878549,804,12,135 +Austria,333612,7733181,804,12,135 +Austria,333613,3725311,804,12,135 +Austria,333618,43247981,804,12,135 +Austria,333911,5694812,804,12,135 +Austria,333912,3955407,804,12,135 +Austria,333913,1229146,804,12,135 +Austria,333921,444913,804,12,135 +Austria,333922,1278932,804,12,135 +Austria,333923,413308,804,12,135 +Austria,333924,1276724,804,12,135 +Austria,333991,3159945,804,12,135 +Austria,333992,2059514,804,12,135 +Austria,333993,1557732,804,12,135 +Austria,333994,2115715,804,12,135 +Austria,333995,303423,804,12,135 +Austria,333996,2311465,804,12,135 +Austria,333997,110699,804,12,135 +Austria,333999,22402139,804,12,135 +Austria,334111,12323892,804,12,135 +Austria,334112,3589925,804,12,135 +Austria,334119,24884488,804,12,135 +Austria,334210,696248,804,12,135 +Austria,334220,26342804,804,12,135 +Austria,334290,796391,804,12,135 +Austria,334310,10078442,804,12,135 +Austria,334411,554858,804,12,135 +Austria,334412,2193599,804,12,135 +Austria,334413,70588038,804,12,135 +Austria,334414,25583341,804,12,135 +Austria,334415,360511,804,12,135 +Austria,334416,171531,804,12,135 +Austria,334417,9023153,804,12,135 +Austria,334418,726546,804,12,135 +Austria,334419,8567835,804,12,135 +Austria,334510,40109767,804,12,135 +Austria,334511,4742528,804,12,135 +Austria,334512,715517,804,12,135 +Austria,334513,14437467,804,12,135 +Austria,334514,489240,804,12,135 +Austria,334515,11420904,804,12,135 +Austria,334516,32436515,804,12,135 +Austria,334517,14448089,804,12,135 +Austria,334518,1983481,804,12,135 +Austria,334519,19083506,804,12,135 +Austria,334612,185210,804,12,135 +Austria,334613,438499,804,12,135 +Austria,335110,282151,804,12,135 +Austria,335121,959763,804,12,135 +Austria,335129,1620491,804,12,135 +Austria,335211,415582,804,12,135 +Austria,335212,483036,804,12,135 +Austria,335221,117286,804,12,135 +Austria,335222,5992,804,12,135 +Austria,335224,23744,804,12,135 +Austria,335228,1585534,804,12,135 +Austria,335311,841181,804,12,135 +Austria,335312,8954950,804,12,135 +Austria,335313,704840,804,12,135 +Austria,335314,10710663,804,12,135 +Austria,335911,9372058,804,12,135 +Austria,335912,429556,804,12,135 +Austria,335921,343944,804,12,135 +Austria,335929,2549002,804,12,135 +Austria,335931,3785597,804,12,135 +Austria,335932,100967,804,12,135 +Austria,335991,11903583,804,12,135 +Austria,335999,12931595,804,12,135 +Austria,336111,23734024,804,12,135 +Austria,336120,15899486,804,12,135 +Austria,336212,60781,804,12,135 +Austria,336213,120000,804,12,135 +Austria,336214,283938,804,12,135 +Austria,336311,4444010,804,12,135 +Austria,336321,2026062,804,12,135 +Austria,336322,6609053,804,12,135 +Austria,336330,1680004,804,12,135 +Austria,336340,2651190,804,12,135 +Austria,336350,15753243,804,12,135 +Austria,336360,1258081,804,12,135 +Austria,336370,20594669,804,12,135 +Austria,336391,410473,804,12,135 +Austria,336399,41804820,804,12,135 +Austria,336411,703076,804,12,135 +Austria,336412,534322,804,12,135 +Austria,336413,5174729,804,12,135 +Austria,336419,539837,804,12,135 +Austria,336510,7384806,804,12,135 +Austria,336611,27900,804,12,135 +Austria,336612,1988817,804,12,135 +Austria,336991,9196927,804,12,135 +Austria,336992,2012800,804,12,135 +Austria,337110,7650,804,12,135 +Austria,337124,138104,804,12,135 +Austria,337127,2524602,804,12,135 +Austria,337211,47100,804,12,135 +Austria,337214,45583,804,12,135 +Austria,337215,914768,804,12,135 +Austria,337910,90850,804,12,135 +Austria,339112,24715811,804,12,135 +Austria,339113,16331804,804,12,135 +Austria,339114,2158648,804,12,135 +Austria,339115,4103410,804,12,135 +Austria,339911,97193390,804,12,135 +Austria,339912,10788,804,12,135 +Austria,339913,3171119,804,12,135 +Austria,339914,4328925,804,12,135 +Austria,339920,3543662,804,12,135 +Austria,339932,3705703,804,12,135 +Austria,339941,164451,804,12,135 +Austria,339942,241845,804,12,135 +Austria,339943,91092,804,12,135 +Austria,339944,34215,804,12,135 +Austria,339950,51076,804,12,135 +Austria,339991,2785042,804,12,135 +Austria,339992,2558196,804,12,135 +Austria,339993,824224,804,12,135 +Austria,339994,155537,804,12,135 +Austria,339999,3405689,804,12,135 +Austria,511210,587947,804,12,135 +Austria,910000,27945293,804,12,135 +Austria,920000,49062085,804,12,135 +Austria,990000,130498590,804,12,135 +Azerbaijan,111219,204510,806,13,136 +Azerbaijan,111335,459911,806,13,136 +Azerbaijan,111910,30620,806,13,136 +Azerbaijan,111998,71486,806,13,136 +Azerbaijan,112310,38218,806,13,136 +Azerbaijan,112920,140200,806,13,136 +Azerbaijan,212112,124056,806,13,136 +Azerbaijan,212299,3076,806,13,136 +Azerbaijan,212319,3000,806,13,136 +Azerbaijan,212325,20964,806,13,136 +Azerbaijan,212399,360966,806,13,136 +Azerbaijan,311119,14441,806,13,136 +Azerbaijan,311340,15000,806,13,136 +Azerbaijan,311421,27548,806,13,136 +Azerbaijan,311423,53900,806,13,136 +Azerbaijan,311611,47341,806,13,136 +Azerbaijan,311613,14600,806,13,136 +Azerbaijan,311615,9338665,806,13,136 +Azerbaijan,311999,1195699,806,13,136 +Azerbaijan,312111,40600,806,13,136 +Azerbaijan,313221,2823,806,13,136 +Azerbaijan,314110,126507,806,13,136 +Azerbaijan,314911,17000,806,13,136 +Azerbaijan,314912,39600,806,13,136 +Azerbaijan,314991,5526,806,13,136 +Azerbaijan,314999,4490,806,13,136 +Azerbaijan,315221,16500,806,13,136 +Azerbaijan,315222,4506,806,13,136 +Azerbaijan,315223,5805,806,13,136 +Azerbaijan,315228,50635,806,13,136 +Azerbaijan,315232,18173,806,13,136 +Azerbaijan,315233,149737,806,13,136 +Azerbaijan,315239,8332,806,13,136 +Azerbaijan,315292,12173,806,13,136 +Azerbaijan,315999,109051,806,13,136 +Azerbaijan,316110,32830,806,13,136 +Azerbaijan,316219,35000,806,13,136 +Azerbaijan,316991,16412,806,13,136 +Azerbaijan,321113,5630,806,13,136 +Azerbaijan,321211,13372,806,13,136 +Azerbaijan,321992,3000,806,13,136 +Azerbaijan,322110,8682,806,13,136 +Azerbaijan,322121,3200,806,13,136 +Azerbaijan,322130,58000,806,13,136 +Azerbaijan,322222,27578,806,13,136 +Azerbaijan,322223,13207,806,13,136 +Azerbaijan,323117,98870,806,13,136 +Azerbaijan,323119,24516,806,13,136 +Azerbaijan,324110,45220,806,13,136 +Azerbaijan,325120,9461,806,13,136 +Azerbaijan,325131,207503,806,13,136 +Azerbaijan,325188,241345,806,13,136 +Azerbaijan,325192,5400,806,13,136 +Azerbaijan,325199,2353921,806,13,136 +Azerbaijan,325211,2138405,806,13,136 +Azerbaijan,325212,64598,806,13,136 +Azerbaijan,325222,7959,806,13,136 +Azerbaijan,325411,772072,806,13,136 +Azerbaijan,325412,1296950,806,13,136 +Azerbaijan,325414,254650,806,13,136 +Azerbaijan,325510,12843,806,13,136 +Azerbaijan,325520,11863,806,13,136 +Azerbaijan,325611,92995,806,13,136 +Azerbaijan,325613,808014,806,13,136 +Azerbaijan,325620,449933,806,13,136 +Azerbaijan,325910,2822,806,13,136 +Azerbaijan,325920,601004,806,13,136 +Azerbaijan,325992,100100,806,13,136 +Azerbaijan,325998,138543,806,13,136 +Azerbaijan,326113,2608,806,13,136 +Azerbaijan,326121,3125,806,13,136 +Azerbaijan,326122,52083,806,13,136 +Azerbaijan,326160,8987,806,13,136 +Azerbaijan,326199,1374414,806,13,136 +Azerbaijan,326211,3245,806,13,136 +Azerbaijan,326220,425263,806,13,136 +Azerbaijan,326299,132483,806,13,136 +Azerbaijan,327112,70744,806,13,136 +Azerbaijan,327211,51075,806,13,136 +Azerbaijan,327212,8527,806,13,136 +Azerbaijan,327420,6559,806,13,136 +Azerbaijan,327910,9685,806,13,136 +Azerbaijan,327993,58851,806,13,136 +Azerbaijan,327999,104060,806,13,136 +Azerbaijan,331111,2427054,806,13,136 +Azerbaijan,331222,35146,806,13,136 +Azerbaijan,331421,6008,806,13,136 +Azerbaijan,331491,3795,806,13,136 +Azerbaijan,331511,300989,806,13,136 +Azerbaijan,332212,246033,806,13,136 +Azerbaijan,332311,379758,806,13,136 +Azerbaijan,332312,17195,806,13,136 +Azerbaijan,332321,64553,806,13,136 +Azerbaijan,332410,58647,806,13,136 +Azerbaijan,332420,285075,806,13,136 +Azerbaijan,332510,23462,806,13,136 +Azerbaijan,332611,7698,806,13,136 +Azerbaijan,332618,316466,806,13,136 +Azerbaijan,332722,267232,806,13,136 +Azerbaijan,332911,3996792,806,13,136 +Azerbaijan,332912,96046,806,13,136 +Azerbaijan,332919,573545,806,13,136 +Azerbaijan,332991,48425,806,13,136 +Azerbaijan,332994,531330,806,13,136 +Azerbaijan,332999,1709323,806,13,136 +Azerbaijan,333111,154420,806,13,136 +Azerbaijan,333120,7450885,806,13,136 +Azerbaijan,333131,2733639,806,13,136 +Azerbaijan,333132,33970828,806,13,136 +Azerbaijan,333291,6700,806,13,136 +Azerbaijan,333292,387942,806,13,136 +Azerbaijan,333294,29275,806,13,136 +Azerbaijan,333298,754815,806,13,136 +Azerbaijan,333313,151283,806,13,136 +Azerbaijan,333314,1791075,806,13,136 +Azerbaijan,333315,27042,806,13,136 +Azerbaijan,333319,21212,806,13,136 +Azerbaijan,333411,90223,806,13,136 +Azerbaijan,333412,68625,806,13,136 +Azerbaijan,333414,51949,806,13,136 +Azerbaijan,333415,405805,806,13,136 +Azerbaijan,333512,143627,806,13,136 +Azerbaijan,333513,7139,806,13,136 +Azerbaijan,333514,25026,806,13,136 +Azerbaijan,333515,244877,806,13,136 +Azerbaijan,333611,652181,806,13,136 +Azerbaijan,333612,521503,806,13,136 +Azerbaijan,333613,62692,806,13,136 +Azerbaijan,333618,171468,806,13,136 +Azerbaijan,333911,3276622,806,13,136 +Azerbaijan,333912,692802,806,13,136 +Azerbaijan,333913,15714,806,13,136 +Azerbaijan,333922,37152,806,13,136 +Azerbaijan,333923,159863,806,13,136 +Azerbaijan,333924,18727,806,13,136 +Azerbaijan,333991,172514,806,13,136 +Azerbaijan,333992,319081,806,13,136 +Azerbaijan,333995,67119,806,13,136 +Azerbaijan,333996,618363,806,13,136 +Azerbaijan,333997,11618,806,13,136 +Azerbaijan,333999,15933282,806,13,136 +Azerbaijan,334111,4637419,806,13,136 +Azerbaijan,334112,21305,806,13,136 +Azerbaijan,334119,1148628,806,13,136 +Azerbaijan,334210,97002,806,13,136 +Azerbaijan,334220,3388635,806,13,136 +Azerbaijan,334290,107976,806,13,136 +Azerbaijan,334310,1062508,806,13,136 +Azerbaijan,334412,150336,806,13,136 +Azerbaijan,334413,65436,806,13,136 +Azerbaijan,334415,5511,806,13,136 +Azerbaijan,334416,26554,806,13,136 +Azerbaijan,334417,453385,806,13,136 +Azerbaijan,334418,25680,806,13,136 +Azerbaijan,334419,194226,806,13,136 +Azerbaijan,334510,1521510,806,13,136 +Azerbaijan,334511,392477,806,13,136 +Azerbaijan,334512,11000,806,13,136 +Azerbaijan,334513,4941138,806,13,136 +Azerbaijan,334514,45501,806,13,136 +Azerbaijan,334515,471873,806,13,136 +Azerbaijan,334516,1877719,806,13,136 +Azerbaijan,334517,2190351,806,13,136 +Azerbaijan,334518,116683,806,13,136 +Azerbaijan,334519,4356549,806,13,136 +Azerbaijan,334612,11411,806,13,136 +Azerbaijan,334613,14975,806,13,136 +Azerbaijan,335110,3664,806,13,136 +Azerbaijan,335121,12881,806,13,136 +Azerbaijan,335129,567638,806,13,136 +Azerbaijan,335211,21751,806,13,136 +Azerbaijan,335212,5143,806,13,136 +Azerbaijan,335221,65648,806,13,136 +Azerbaijan,335222,8240,806,13,136 +Azerbaijan,335224,478615,806,13,136 +Azerbaijan,335228,3693025,806,13,136 +Azerbaijan,335312,470447,806,13,136 +Azerbaijan,335313,210971,806,13,136 +Azerbaijan,335314,6357703,806,13,136 +Azerbaijan,335911,233815,806,13,136 +Azerbaijan,335912,413614,806,13,136 +Azerbaijan,335921,8412,806,13,136 +Azerbaijan,335929,670714,806,13,136 +Azerbaijan,335931,54711,806,13,136 +Azerbaijan,335932,9334,806,13,136 +Azerbaijan,335991,15208,806,13,136 +Azerbaijan,335999,259992,806,13,136 +Azerbaijan,336111,4091209,806,13,136 +Azerbaijan,336212,11573,806,13,136 +Azerbaijan,336311,24544,806,13,136 +Azerbaijan,336321,25073,806,13,136 +Azerbaijan,336322,35627,806,13,136 +Azerbaijan,336340,4527,806,13,136 +Azerbaijan,336399,208517,806,13,136 +Azerbaijan,336412,51164,806,13,136 +Azerbaijan,336413,14675,806,13,136 +Azerbaijan,336611,9500,806,13,136 +Azerbaijan,336612,159594,806,13,136 +Azerbaijan,336991,22295,806,13,136 +Azerbaijan,337124,2670,806,13,136 +Azerbaijan,337127,197581,806,13,136 +Azerbaijan,337214,2671,806,13,136 +Azerbaijan,337215,20137,806,13,136 +Azerbaijan,337920,5212,806,13,136 +Azerbaijan,339112,188479,806,13,136 +Azerbaijan,339113,43916,806,13,136 +Azerbaijan,339114,70549,806,13,136 +Azerbaijan,339115,3530,806,13,136 +Azerbaijan,339911,933670,806,13,136 +Azerbaijan,339912,4862,806,13,136 +Azerbaijan,339920,76722,806,13,136 +Azerbaijan,339932,55989,806,13,136 +Azerbaijan,339991,658648,806,13,136 +Azerbaijan,339994,6568,806,13,136 +Azerbaijan,339999,177981,806,13,136 +Azerbaijan,511210,25800,806,13,136 +Azerbaijan,910000,4125,806,13,136 +Azerbaijan,920000,3500,806,13,136 +Azerbaijan,990000,6356752,806,13,136 +Bahamas,111120,2994,803,14,137 +Bahamas,111130,86059,803,14,137 +Bahamas,111150,263128,803,14,137 +Bahamas,111160,21591,803,14,137 +Bahamas,111199,1016721,803,14,137 +Bahamas,111211,558664,803,14,137 +Bahamas,111219,4608510,803,14,137 +Bahamas,111310,587396,803,14,137 +Bahamas,111320,1611492,803,14,137 +Bahamas,111331,1058431,803,14,137 +Bahamas,111332,1508565,803,14,137 +Bahamas,111333,475470,803,14,137 +Bahamas,111334,36646,803,14,137 +Bahamas,111335,150904,803,14,137 +Bahamas,111339,3514982,803,14,137 +Bahamas,111411,124532,803,14,137 +Bahamas,111421,4281887,803,14,137 +Bahamas,111422,47375,803,14,137 +Bahamas,111910,73620,803,14,137 +Bahamas,111940,89249,803,14,137 +Bahamas,111991,10585,803,14,137 +Bahamas,111992,121357,803,14,137 +Bahamas,111998,619055,803,14,137 +Bahamas,112310,2537934,803,14,137 +Bahamas,112511,49553,803,14,137 +Bahamas,112910,187534,803,14,137 +Bahamas,112920,58100,803,14,137 +Bahamas,112930,2800,803,14,137 +Bahamas,112990,28000,803,14,137 +Bahamas,113210,273645,803,14,137 +Bahamas,113310,4927325,803,14,137 +Bahamas,114111,2980755,803,14,137 +Bahamas,114112,2849546,803,14,137 +Bahamas,114119,249011,803,14,137 +Bahamas,211111,91138,803,14,137 +Bahamas,211112,3273342,803,14,137 +Bahamas,212112,13905,803,14,137 +Bahamas,212299,17323,803,14,137 +Bahamas,212311,710182,803,14,137 +Bahamas,212319,429573,803,14,137 +Bahamas,212322,732211,803,14,137 +Bahamas,212325,38811,803,14,137 +Bahamas,212392,224000,803,14,137 +Bahamas,212393,328436,803,14,137 +Bahamas,212399,3078377,803,14,137 +Bahamas,311111,3241945,803,14,137 +Bahamas,311119,2621303,803,14,137 +Bahamas,311211,2916360,803,14,137 +Bahamas,311212,7296752,803,14,137 +Bahamas,311213,36709,803,14,137 +Bahamas,311221,1100985,803,14,137 +Bahamas,311222,286916,803,14,137 +Bahamas,311223,722469,803,14,137 +Bahamas,311225,5236991,803,14,137 +Bahamas,311230,4460230,803,14,137 +Bahamas,311311,1428061,803,14,137 +Bahamas,311320,2389028,803,14,137 +Bahamas,311340,2460430,803,14,137 +Bahamas,311411,3507410,803,14,137 +Bahamas,311421,16513503,803,14,137 +Bahamas,311422,1487573,803,14,137 +Bahamas,311423,345940,803,14,137 +Bahamas,311511,3008034,803,14,137 +Bahamas,311512,720947,803,14,137 +Bahamas,311513,7136136,803,14,137 +Bahamas,311514,7218920,803,14,137 +Bahamas,311520,3049822,803,14,137 +Bahamas,311611,37852549,803,14,137 +Bahamas,311613,23253,803,14,137 +Bahamas,311615,26672809,803,14,137 +Bahamas,311711,1429712,803,14,137 +Bahamas,311811,6473772,803,14,137 +Bahamas,311822,1553732,803,14,137 +Bahamas,311823,196420,803,14,137 +Bahamas,311911,836696,803,14,137 +Bahamas,311919,6842919,803,14,137 +Bahamas,311920,2429925,803,14,137 +Bahamas,311930,10868571,803,14,137 +Bahamas,311941,5371799,803,14,137 +Bahamas,311942,1394557,803,14,137 +Bahamas,311999,10861683,803,14,137 +Bahamas,312111,6016248,803,14,137 +Bahamas,312112,979376,803,14,137 +Bahamas,312113,374654,803,14,137 +Bahamas,312120,2506676,803,14,137 +Bahamas,312130,5360192,803,14,137 +Bahamas,312140,6979758,803,14,137 +Bahamas,312221,111011,803,14,137 +Bahamas,312229,309831,803,14,137 +Bahamas,313111,6820,803,14,137 +Bahamas,313113,20846,803,14,137 +Bahamas,313210,756329,803,14,137 +Bahamas,313221,344998,803,14,137 +Bahamas,313230,133301,803,14,137 +Bahamas,313249,89831,803,14,137 +Bahamas,313312,67928,803,14,137 +Bahamas,313320,191392,803,14,137 +Bahamas,314110,5230816,803,14,137 +Bahamas,314121,673331,803,14,137 +Bahamas,314129,4478100,803,14,137 +Bahamas,314911,1008993,803,14,137 +Bahamas,314912,552180,803,14,137 +Bahamas,314991,519202,803,14,137 +Bahamas,314992,48263,803,14,137 +Bahamas,314999,746323,803,14,137 +Bahamas,315111,384646,803,14,137 +Bahamas,315221,485379,803,14,137 +Bahamas,315222,87858,803,14,137 +Bahamas,315223,1433290,803,14,137 +Bahamas,315224,733758,803,14,137 +Bahamas,315228,589836,803,14,137 +Bahamas,315231,363648,803,14,137 +Bahamas,315232,643275,803,14,137 +Bahamas,315233,185213,803,14,137 +Bahamas,315234,121796,803,14,137 +Bahamas,315239,747437,803,14,137 +Bahamas,315291,524363,803,14,137 +Bahamas,315292,390120,803,14,137 +Bahamas,315991,156717,803,14,137 +Bahamas,315992,162188,803,14,137 +Bahamas,315993,20745,803,14,137 +Bahamas,315999,3454862,803,14,137 +Bahamas,316110,33006,803,14,137 +Bahamas,316211,84094,803,14,137 +Bahamas,316212,113501,803,14,137 +Bahamas,316213,1958887,803,14,137 +Bahamas,316214,302839,803,14,137 +Bahamas,316219,2077575,803,14,137 +Bahamas,316991,637288,803,14,137 +Bahamas,316992,964161,803,14,137 +Bahamas,316993,204803,803,14,137 +Bahamas,316999,542606,803,14,137 +Bahamas,321113,8988688,803,14,137 +Bahamas,321114,4131702,803,14,137 +Bahamas,321211,3744075,803,14,137 +Bahamas,321212,3220366,803,14,137 +Bahamas,321213,1611578,803,14,137 +Bahamas,321219,95189,803,14,137 +Bahamas,321911,5120927,803,14,137 +Bahamas,321918,4022264,803,14,137 +Bahamas,321920,282853,803,14,137 +Bahamas,321991,9885,803,14,137 +Bahamas,321992,197371,803,14,137 +Bahamas,321999,9221557,803,14,137 +Bahamas,322121,3689405,803,14,137 +Bahamas,322122,1151278,803,14,137 +Bahamas,322130,500076,803,14,137 +Bahamas,322211,3470191,803,14,137 +Bahamas,322212,710906,803,14,137 +Bahamas,322213,361855,803,14,137 +Bahamas,322214,105645,803,14,137 +Bahamas,322215,885065,803,14,137 +Bahamas,322222,655723,803,14,137 +Bahamas,322223,1683466,803,14,137 +Bahamas,322224,42138,803,14,137 +Bahamas,322232,251277,803,14,137 +Bahamas,322233,101874,803,14,137 +Bahamas,322291,6563411,803,14,137 +Bahamas,322299,1428449,803,14,137 +Bahamas,323116,182221,803,14,137 +Bahamas,323117,4377163,803,14,137 +Bahamas,323118,489814,803,14,137 +Bahamas,323119,3595701,803,14,137 +Bahamas,323122,95089,803,14,137 +Bahamas,324110,1688914098,803,14,137 +Bahamas,324121,359260,803,14,137 +Bahamas,324122,4445684,803,14,137 +Bahamas,325110,2589681,803,14,137 +Bahamas,325120,866028,803,14,137 +Bahamas,325131,518989,803,14,137 +Bahamas,325132,139139,803,14,137 +Bahamas,325181,1271526,803,14,137 +Bahamas,325182,64491,803,14,137 +Bahamas,325188,2566994,803,14,137 +Bahamas,325191,81280,803,14,137 +Bahamas,325192,59633016,803,14,137 +Bahamas,325193,91239,803,14,137 +Bahamas,325199,19288103,803,14,137 +Bahamas,325211,3358117,803,14,137 +Bahamas,325212,375447,803,14,137 +Bahamas,325222,110940,803,14,137 +Bahamas,325311,243200,803,14,137 +Bahamas,325312,1627858,803,14,137 +Bahamas,325320,964574,803,14,137 +Bahamas,325411,1199953,803,14,137 +Bahamas,325412,7546264,803,14,137 +Bahamas,325414,537929,803,14,137 +Bahamas,325510,15981193,803,14,137 +Bahamas,325520,1369839,803,14,137 +Bahamas,325611,12687199,803,14,137 +Bahamas,325612,151525,803,14,137 +Bahamas,325613,1733072,803,14,137 +Bahamas,325620,28159427,803,14,137 +Bahamas,325910,2401378,803,14,137 +Bahamas,325920,29945,803,14,137 +Bahamas,325992,536947,803,14,137 +Bahamas,325998,2421861,803,14,137 +Bahamas,326113,501087,803,14,137 +Bahamas,326121,41372,803,14,137 +Bahamas,326122,3316295,803,14,137 +Bahamas,326160,1170260,803,14,137 +Bahamas,326191,100243,803,14,137 +Bahamas,326192,205343,803,14,137 +Bahamas,326199,21819174,803,14,137 +Bahamas,326211,3973267,803,14,137 +Bahamas,326212,238326,803,14,137 +Bahamas,326220,1117877,803,14,137 +Bahamas,326299,1510423,803,14,137 +Bahamas,327111,831144,803,14,137 +Bahamas,327112,1560191,803,14,137 +Bahamas,327113,205671,803,14,137 +Bahamas,327121,423284,803,14,137 +Bahamas,327122,488579,803,14,137 +Bahamas,327123,765435,803,14,137 +Bahamas,327124,890857,803,14,137 +Bahamas,327125,868860,803,14,137 +Bahamas,327211,475676,803,14,137 +Bahamas,327212,1471272,803,14,137 +Bahamas,327213,726129,803,14,137 +Bahamas,327215,1425745,803,14,137 +Bahamas,327310,9072796,803,14,137 +Bahamas,327320,15231,803,14,137 +Bahamas,327331,1114748,803,14,137 +Bahamas,327390,3051948,803,14,137 +Bahamas,327410,50001,803,14,137 +Bahamas,327420,3435733,803,14,137 +Bahamas,327910,263404,803,14,137 +Bahamas,327991,2866138,803,14,137 +Bahamas,327992,97771,803,14,137 +Bahamas,327993,1389257,803,14,137 +Bahamas,327999,1730871,803,14,137 +Bahamas,331111,24345869,803,14,137 +Bahamas,331222,1071262,803,14,137 +Bahamas,331311,2775,803,14,137 +Bahamas,331312,44506,803,14,137 +Bahamas,331315,1139877,803,14,137 +Bahamas,331316,383486,803,14,137 +Bahamas,331319,1232913,803,14,137 +Bahamas,331411,35674,803,14,137 +Bahamas,331419,65293,803,14,137 +Bahamas,331421,364395,803,14,137 +Bahamas,331422,4476780,803,14,137 +Bahamas,331491,792370,803,14,137 +Bahamas,331511,1263033,803,14,137 +Bahamas,332115,162832,803,14,137 +Bahamas,332211,138807,803,14,137 +Bahamas,332212,1931844,803,14,137 +Bahamas,332213,123825,803,14,137 +Bahamas,332214,147865,803,14,137 +Bahamas,332311,1676033,803,14,137 +Bahamas,332312,22709870,803,14,137 +Bahamas,332321,5790911,803,14,137 +Bahamas,332322,2938914,803,14,137 +Bahamas,332323,956135,803,14,137 +Bahamas,332410,962860,803,14,137 +Bahamas,332420,3009429,803,14,137 +Bahamas,332431,2611108,803,14,137 +Bahamas,332439,805397,803,14,137 +Bahamas,332510,3069369,803,14,137 +Bahamas,332611,314286,803,14,137 +Bahamas,332618,5913753,803,14,137 +Bahamas,332722,1688842,803,14,137 +Bahamas,332911,3100151,803,14,137 +Bahamas,332912,524798,803,14,137 +Bahamas,332913,1351124,803,14,137 +Bahamas,332919,2525653,803,14,137 +Bahamas,332991,564598,803,14,137 +Bahamas,332992,525541,803,14,137 +Bahamas,332994,364413,803,14,137 +Bahamas,332998,386557,803,14,137 +Bahamas,332999,4986426,803,14,137 +Bahamas,333111,3780595,803,14,137 +Bahamas,333120,15501569,803,14,137 +Bahamas,333131,1344126,803,14,137 +Bahamas,333132,508067,803,14,137 +Bahamas,333210,308146,803,14,137 +Bahamas,333220,406400,803,14,137 +Bahamas,333291,112633,803,14,137 +Bahamas,333292,1085479,803,14,137 +Bahamas,333293,1885402,803,14,137 +Bahamas,333294,521083,803,14,137 +Bahamas,333295,679260,803,14,137 +Bahamas,333298,397334,803,14,137 +Bahamas,333311,160798,803,14,137 +Bahamas,333313,1656830,803,14,137 +Bahamas,333314,1127795,803,14,137 +Bahamas,333315,2434769,803,14,137 +Bahamas,333319,7458321,803,14,137 +Bahamas,333411,125180,803,14,137 +Bahamas,333412,701283,803,14,137 +Bahamas,333414,378965,803,14,137 +Bahamas,333415,15592944,803,14,137 +Bahamas,333511,10384,803,14,137 +Bahamas,333512,1785855,803,14,137 +Bahamas,333513,395478,803,14,137 +Bahamas,333514,88066,803,14,137 +Bahamas,333515,480347,803,14,137 +Bahamas,333516,6806,803,14,137 +Bahamas,333611,428928,803,14,137 +Bahamas,333612,388405,803,14,137 +Bahamas,333613,675121,803,14,137 +Bahamas,333618,5263046,803,14,137 +Bahamas,333911,8450775,803,14,137 +Bahamas,333912,2449256,803,14,137 +Bahamas,333913,512460,803,14,137 +Bahamas,333921,710078,803,14,137 +Bahamas,333922,2624515,803,14,137 +Bahamas,333923,2139211,803,14,137 +Bahamas,333924,5042646,803,14,137 +Bahamas,333991,874778,803,14,137 +Bahamas,333992,1379205,803,14,137 +Bahamas,333993,523962,803,14,137 +Bahamas,333994,224661,803,14,137 +Bahamas,333995,386471,803,14,137 +Bahamas,333996,1392978,803,14,137 +Bahamas,333997,165971,803,14,137 +Bahamas,333999,12675352,803,14,137 +Bahamas,334111,5284427,803,14,137 +Bahamas,334112,1118839,803,14,137 +Bahamas,334119,13525448,803,14,137 +Bahamas,334210,2088214,803,14,137 +Bahamas,334220,24241687,803,14,137 +Bahamas,334290,1073529,803,14,137 +Bahamas,334310,5411582,803,14,137 +Bahamas,334411,310827,803,14,137 +Bahamas,334412,19130,803,14,137 +Bahamas,334413,1928402,803,14,137 +Bahamas,334414,41156,803,14,137 +Bahamas,334415,31637,803,14,137 +Bahamas,334416,1172620,803,14,137 +Bahamas,334417,1604655,803,14,137 +Bahamas,334418,1089410,803,14,137 +Bahamas,334419,4349822,803,14,137 +Bahamas,334510,2036901,803,14,137 +Bahamas,334511,1168034,803,14,137 +Bahamas,334512,276287,803,14,137 +Bahamas,334513,903691,803,14,137 +Bahamas,334514,468976,803,14,137 +Bahamas,334515,1703652,803,14,137 +Bahamas,334516,1268537,803,14,137 +Bahamas,334517,4276329,803,14,137 +Bahamas,334518,8830332,803,14,137 +Bahamas,334519,7570971,803,14,137 +Bahamas,334612,119238,803,14,137 +Bahamas,334613,166298,803,14,137 +Bahamas,335110,768870,803,14,137 +Bahamas,335121,1066916,803,14,137 +Bahamas,335129,7818142,803,14,137 +Bahamas,335211,1875993,803,14,137 +Bahamas,335212,237705,803,14,137 +Bahamas,335221,1423556,803,14,137 +Bahamas,335222,3292418,803,14,137 +Bahamas,335224,3445345,803,14,137 +Bahamas,335228,3237654,803,14,137 +Bahamas,335311,3318865,803,14,137 +Bahamas,335312,8366941,803,14,137 +Bahamas,335313,5881742,803,14,137 +Bahamas,335314,1154109,803,14,137 +Bahamas,335911,2157592,803,14,137 +Bahamas,335912,1248955,803,14,137 +Bahamas,335921,539483,803,14,137 +Bahamas,335929,2344650,803,14,137 +Bahamas,335931,400610,803,14,137 +Bahamas,335932,726461,803,14,137 +Bahamas,335991,130686,803,14,137 +Bahamas,335999,1426670,803,14,137 +Bahamas,336111,24794871,803,14,137 +Bahamas,336120,6636737,803,14,137 +Bahamas,336211,192497,803,14,137 +Bahamas,336212,707038,803,14,137 +Bahamas,336214,5486761,803,14,137 +Bahamas,336311,957298,803,14,137 +Bahamas,336321,210438,803,14,137 +Bahamas,336322,1789774,803,14,137 +Bahamas,336330,189758,803,14,137 +Bahamas,336340,315078,803,14,137 +Bahamas,336350,104405,803,14,137 +Bahamas,336360,106786,803,14,137 +Bahamas,336391,2850,803,14,137 +Bahamas,336399,5423439,803,14,137 +Bahamas,336411,5950,803,14,137 +Bahamas,336412,424296,803,14,137 +Bahamas,336413,2147222,803,14,137 +Bahamas,336415,70000,803,14,137 +Bahamas,336419,21177,803,14,137 +Bahamas,336510,1704471,803,14,137 +Bahamas,336611,5571322,803,14,137 +Bahamas,336612,7704658,803,14,137 +Bahamas,336991,659087,803,14,137 +Bahamas,336992,58735,803,14,137 +Bahamas,337110,2507165,803,14,137 +Bahamas,337121,38018,803,14,137 +Bahamas,337124,3027055,803,14,137 +Bahamas,337127,15934169,803,14,137 +Bahamas,337211,316522,803,14,137 +Bahamas,337214,686203,803,14,137 +Bahamas,337215,4381531,803,14,137 +Bahamas,337910,725379,803,14,137 +Bahamas,337920,288027,803,14,137 +Bahamas,339112,1879279,803,14,137 +Bahamas,339113,1401192,803,14,137 +Bahamas,339114,124999,803,14,137 +Bahamas,339115,1053503,803,14,137 +Bahamas,339911,31311270,803,14,137 +Bahamas,339912,102461,803,14,137 +Bahamas,339913,3484986,803,14,137 +Bahamas,339914,190305,803,14,137 +Bahamas,339920,3765682,803,14,137 +Bahamas,339932,2225532,803,14,137 +Bahamas,339941,337538,803,14,137 +Bahamas,339942,140630,803,14,137 +Bahamas,339943,70107,803,14,137 +Bahamas,339944,399920,803,14,137 +Bahamas,339950,518646,803,14,137 +Bahamas,339991,1788378,803,14,137 +Bahamas,339992,899582,803,14,137 +Bahamas,339993,210624,803,14,137 +Bahamas,339994,428067,803,14,137 +Bahamas,339999,6649040,803,14,137 +Bahamas,511210,93103,803,14,137 +Bahamas,910000,1096552,803,14,137 +Bahamas,920000,2606930,803,14,137 +Bahamas,990000,342370887,803,14,137 +Bahrain,111120,233648,806,15,138 +Bahrain,111130,65840,806,15,138 +Bahrain,111150,127759,806,15,138 +Bahrain,111199,131409,806,15,138 +Bahrain,111219,96368,806,15,138 +Bahrain,111310,243027,806,15,138 +Bahrain,111331,575433,806,15,138 +Bahrain,111332,106260,806,15,138 +Bahrain,111333,30807,806,15,138 +Bahrain,111335,2662543,806,15,138 +Bahrain,111339,262163,806,15,138 +Bahrain,111422,8401,806,15,138 +Bahrain,111940,446940,806,15,138 +Bahrain,111998,55999,806,15,138 +Bahrain,112111,42695,806,15,138 +Bahrain,112310,127939,806,15,138 +Bahrain,112910,77823,806,15,138 +Bahrain,112920,761370,806,15,138 +Bahrain,112990,48000,806,15,138 +Bahrain,113210,16628,806,15,138 +Bahrain,113310,104041,806,15,138 +Bahrain,114111,42839,806,15,138 +Bahrain,114112,64164,806,15,138 +Bahrain,114119,13280,806,15,138 +Bahrain,211112,69878,806,15,138 +Bahrain,212324,1342991,806,15,138 +Bahrain,212393,507097,806,15,138 +Bahrain,212399,3176,806,15,138 +Bahrain,311111,294571,806,15,138 +Bahrain,311119,106090,806,15,138 +Bahrain,311211,7858,806,15,138 +Bahrain,311212,658401,806,15,138 +Bahrain,311221,32684,806,15,138 +Bahrain,311222,560278,806,15,138 +Bahrain,311223,9048,806,15,138 +Bahrain,311225,295181,806,15,138 +Bahrain,311230,752592,806,15,138 +Bahrain,311311,217351,806,15,138 +Bahrain,311320,318766,806,15,138 +Bahrain,311340,577017,806,15,138 +Bahrain,311411,2189553,806,15,138 +Bahrain,311421,768559,806,15,138 +Bahrain,311422,20552,806,15,138 +Bahrain,311423,244306,806,15,138 +Bahrain,311511,352217,806,15,138 +Bahrain,311512,2447555,806,15,138 +Bahrain,311513,3167537,806,15,138 +Bahrain,311514,320870,806,15,138 +Bahrain,311520,92771,806,15,138 +Bahrain,311611,4641314,806,15,138 +Bahrain,311613,23650,806,15,138 +Bahrain,311615,4099413,806,15,138 +Bahrain,311711,41924,806,15,138 +Bahrain,311811,1163444,806,15,138 +Bahrain,311822,466762,806,15,138 +Bahrain,311911,180820,806,15,138 +Bahrain,311919,533874,806,15,138 +Bahrain,311920,289494,806,15,138 +Bahrain,311930,8452335,806,15,138 +Bahrain,311941,1459867,806,15,138 +Bahrain,311942,267277,806,15,138 +Bahrain,311999,2007011,806,15,138 +Bahrain,312111,329227,806,15,138 +Bahrain,312113,3744,806,15,138 +Bahrain,312120,394616,806,15,138 +Bahrain,312130,63775,806,15,138 +Bahrain,312140,369904,806,15,138 +Bahrain,312221,2929,806,15,138 +Bahrain,312229,55025,806,15,138 +Bahrain,313111,5336,806,15,138 +Bahrain,313113,71279,806,15,138 +Bahrain,313210,325132,806,15,138 +Bahrain,313221,122341,806,15,138 +Bahrain,313230,103577,806,15,138 +Bahrain,313249,164418,806,15,138 +Bahrain,313320,195631,806,15,138 +Bahrain,314110,969018,806,15,138 +Bahrain,314129,341853,806,15,138 +Bahrain,314912,2811,806,15,138 +Bahrain,314991,15743,806,15,138 +Bahrain,314999,129248,806,15,138 +Bahrain,315111,35470,806,15,138 +Bahrain,315221,52674,806,15,138 +Bahrain,315222,16528,806,15,138 +Bahrain,315223,328928,806,15,138 +Bahrain,315224,47767,806,15,138 +Bahrain,315228,351821,806,15,138 +Bahrain,315231,27334,806,15,138 +Bahrain,315232,134744,806,15,138 +Bahrain,315233,2385010,806,15,138 +Bahrain,315234,121782,806,15,138 +Bahrain,315239,1277291,806,15,138 +Bahrain,315291,3224,806,15,138 +Bahrain,315292,254264,806,15,138 +Bahrain,315991,11418,806,15,138 +Bahrain,315992,7977,806,15,138 +Bahrain,315999,770916,806,15,138 +Bahrain,316110,38886,806,15,138 +Bahrain,316211,20664,806,15,138 +Bahrain,316212,19278,806,15,138 +Bahrain,316213,39213,806,15,138 +Bahrain,316214,30053,806,15,138 +Bahrain,316219,60318,806,15,138 +Bahrain,316991,295353,806,15,138 +Bahrain,316992,235146,806,15,138 +Bahrain,316993,17739,806,15,138 +Bahrain,316999,51472,806,15,138 +Bahrain,321113,204822,806,15,138 +Bahrain,321211,11385,806,15,138 +Bahrain,321212,4494,806,15,138 +Bahrain,321219,23016,806,15,138 +Bahrain,321911,9742,806,15,138 +Bahrain,321918,60865,806,15,138 +Bahrain,321920,11115,806,15,138 +Bahrain,321991,4000,806,15,138 +Bahrain,321992,11614,806,15,138 +Bahrain,321999,438691,806,15,138 +Bahrain,322110,5280,806,15,138 +Bahrain,322121,115625,806,15,138 +Bahrain,322122,607318,806,15,138 +Bahrain,322130,1354553,806,15,138 +Bahrain,322211,4771,806,15,138 +Bahrain,322215,1204996,806,15,138 +Bahrain,322222,583854,806,15,138 +Bahrain,322223,157267,806,15,138 +Bahrain,322224,6283,806,15,138 +Bahrain,322232,5803,806,15,138 +Bahrain,322233,36096,806,15,138 +Bahrain,322291,1651795,806,15,138 +Bahrain,322299,110826,806,15,138 +Bahrain,323117,1764911,806,15,138 +Bahrain,323118,139409,806,15,138 +Bahrain,323119,1655794,806,15,138 +Bahrain,324110,7009559,806,15,138 +Bahrain,324121,13509,806,15,138 +Bahrain,325120,129125,806,15,138 +Bahrain,325131,711247,806,15,138 +Bahrain,325132,37418,806,15,138 +Bahrain,325181,202068,806,15,138 +Bahrain,325188,12729931,806,15,138 +Bahrain,325191,95974,806,15,138 +Bahrain,325192,59010,806,15,138 +Bahrain,325193,33547,806,15,138 +Bahrain,325199,1622543,806,15,138 +Bahrain,325211,12275828,806,15,138 +Bahrain,325212,230297,806,15,138 +Bahrain,325221,4512,806,15,138 +Bahrain,325222,10845,806,15,138 +Bahrain,325312,30479,806,15,138 +Bahrain,325411,1097029,806,15,138 +Bahrain,325412,3437401,806,15,138 +Bahrain,325414,1124029,806,15,138 +Bahrain,325510,382285,806,15,138 +Bahrain,325520,938110,806,15,138 +Bahrain,325611,953982,806,15,138 +Bahrain,325612,200954,806,15,138 +Bahrain,325613,1483629,806,15,138 +Bahrain,325620,2303212,806,15,138 +Bahrain,325910,673163,806,15,138 +Bahrain,325920,100338,806,15,138 +Bahrain,325992,603818,806,15,138 +Bahrain,325998,863489,806,15,138 +Bahrain,326113,440229,806,15,138 +Bahrain,326122,514809,806,15,138 +Bahrain,326160,9300,806,15,138 +Bahrain,326192,267159,806,15,138 +Bahrain,326199,4162172,806,15,138 +Bahrain,326211,477877,806,15,138 +Bahrain,326220,263289,806,15,138 +Bahrain,326299,198493,806,15,138 +Bahrain,327111,140466,806,15,138 +Bahrain,327112,182264,806,15,138 +Bahrain,327113,11457,806,15,138 +Bahrain,327124,435268,806,15,138 +Bahrain,327125,239347,806,15,138 +Bahrain,327211,3810685,806,15,138 +Bahrain,327212,174392,806,15,138 +Bahrain,327215,31889,806,15,138 +Bahrain,327390,54766,806,15,138 +Bahrain,327420,58034,806,15,138 +Bahrain,327910,20055,806,15,138 +Bahrain,327991,39304,806,15,138 +Bahrain,327992,17885,806,15,138 +Bahrain,327993,403198,806,15,138 +Bahrain,327999,3900,806,15,138 +Bahrain,331111,3998946,806,15,138 +Bahrain,331222,48293,806,15,138 +Bahrain,331311,39866,806,15,138 +Bahrain,331312,35117,806,15,138 +Bahrain,331315,34309,806,15,138 +Bahrain,331316,56600,806,15,138 +Bahrain,331319,3200,806,15,138 +Bahrain,331411,11498,806,15,138 +Bahrain,331419,209971,806,15,138 +Bahrain,331421,472789,806,15,138 +Bahrain,331422,113080,806,15,138 +Bahrain,331491,2503036,806,15,138 +Bahrain,331511,1665758,806,15,138 +Bahrain,332115,10200,806,15,138 +Bahrain,332211,454285,806,15,138 +Bahrain,332212,577162,806,15,138 +Bahrain,332213,3120,806,15,138 +Bahrain,332214,14299,806,15,138 +Bahrain,332312,279467,806,15,138 +Bahrain,332321,5862,806,15,138 +Bahrain,332322,6521,806,15,138 +Bahrain,332323,23528,806,15,138 +Bahrain,332410,401594,806,15,138 +Bahrain,332420,173623,806,15,138 +Bahrain,332439,31116,806,15,138 +Bahrain,332510,246864,806,15,138 +Bahrain,332611,13305,806,15,138 +Bahrain,332618,285652,806,15,138 +Bahrain,332722,225618,806,15,138 +Bahrain,332911,4597071,806,15,138 +Bahrain,332912,1045909,806,15,138 +Bahrain,332913,64024,806,15,138 +Bahrain,332919,1222371,806,15,138 +Bahrain,332991,96464,806,15,138 +Bahrain,332992,3245373,806,15,138 +Bahrain,332994,102032,806,15,138 +Bahrain,332995,1405484,806,15,138 +Bahrain,332998,110703,806,15,138 +Bahrain,332999,955784,806,15,138 +Bahrain,333111,355265,806,15,138 +Bahrain,333120,2122433,806,15,138 +Bahrain,333131,268928,806,15,138 +Bahrain,333132,35833729,806,15,138 +Bahrain,333210,16048,806,15,138 +Bahrain,333220,1174536,806,15,138 +Bahrain,333291,53043,806,15,138 +Bahrain,333292,270672,806,15,138 +Bahrain,333293,75017,806,15,138 +Bahrain,333294,787758,806,15,138 +Bahrain,333295,4000,806,15,138 +Bahrain,333298,228733,806,15,138 +Bahrain,333313,643824,806,15,138 +Bahrain,333314,1497249,806,15,138 +Bahrain,333315,333804,806,15,138 +Bahrain,333319,1168310,806,15,138 +Bahrain,333411,1175095,806,15,138 +Bahrain,333412,558823,806,15,138 +Bahrain,333414,299607,806,15,138 +Bahrain,333415,6165902,806,15,138 +Bahrain,333512,916713,806,15,138 +Bahrain,333513,53804,806,15,138 +Bahrain,333514,28499,806,15,138 +Bahrain,333515,142390,806,15,138 +Bahrain,333516,16404,806,15,138 +Bahrain,333611,85594084,806,15,138 +Bahrain,333612,182035,806,15,138 +Bahrain,333613,413333,806,15,138 +Bahrain,333618,4786833,806,15,138 +Bahrain,333911,20885755,806,15,138 +Bahrain,333912,15267243,806,15,138 +Bahrain,333913,360234,806,15,138 +Bahrain,333921,29580,806,15,138 +Bahrain,333922,486993,806,15,138 +Bahrain,333923,3653714,806,15,138 +Bahrain,333924,727222,806,15,138 +Bahrain,333991,152733,806,15,138 +Bahrain,333992,711979,806,15,138 +Bahrain,333993,1699430,806,15,138 +Bahrain,333994,319674,806,15,138 +Bahrain,333995,126680,806,15,138 +Bahrain,333996,341946,806,15,138 +Bahrain,333997,183325,806,15,138 +Bahrain,333999,17022256,806,15,138 +Bahrain,334111,5622407,806,15,138 +Bahrain,334112,934845,806,15,138 +Bahrain,334119,8042912,806,15,138 +Bahrain,334210,2180644,806,15,138 +Bahrain,334220,10895665,806,15,138 +Bahrain,334290,557193,806,15,138 +Bahrain,334310,2301502,806,15,138 +Bahrain,334411,304301,806,15,138 +Bahrain,334412,1067149,806,15,138 +Bahrain,334413,541888,806,15,138 +Bahrain,334415,2718,806,15,138 +Bahrain,334416,115946,806,15,138 +Bahrain,334417,313309,806,15,138 +Bahrain,334418,260849,806,15,138 +Bahrain,334419,2092630,806,15,138 +Bahrain,334510,1959182,806,15,138 +Bahrain,334511,3678053,806,15,138 +Bahrain,334512,343715,806,15,138 +Bahrain,334513,4768012,806,15,138 +Bahrain,334514,97064,806,15,138 +Bahrain,334515,9320093,806,15,138 +Bahrain,334516,2789164,806,15,138 +Bahrain,334517,1733820,806,15,138 +Bahrain,334518,437997,806,15,138 +Bahrain,334519,2522363,806,15,138 +Bahrain,334612,51579,806,15,138 +Bahrain,334613,1334572,806,15,138 +Bahrain,335110,174366,806,15,138 +Bahrain,335121,97155,806,15,138 +Bahrain,335129,1777696,806,15,138 +Bahrain,335211,330856,806,15,138 +Bahrain,335212,597312,806,15,138 +Bahrain,335221,131488,806,15,138 +Bahrain,335222,584768,806,15,138 +Bahrain,335224,2069281,806,15,138 +Bahrain,335228,738830,806,15,138 +Bahrain,335311,35037,806,15,138 +Bahrain,335312,29331644,806,15,138 +Bahrain,335313,1627659,806,15,138 +Bahrain,335314,1822112,806,15,138 +Bahrain,335911,568865,806,15,138 +Bahrain,335912,117673,806,15,138 +Bahrain,335921,48539,806,15,138 +Bahrain,335929,751130,806,15,138 +Bahrain,335931,363260,806,15,138 +Bahrain,335932,40981,806,15,138 +Bahrain,335991,937502,806,15,138 +Bahrain,335999,643925,806,15,138 +Bahrain,336111,133164067,806,15,138 +Bahrain,336120,7171182,806,15,138 +Bahrain,336212,1189437,806,15,138 +Bahrain,336214,160584,806,15,138 +Bahrain,336311,369791,806,15,138 +Bahrain,336321,291892,806,15,138 +Bahrain,336322,719747,806,15,138 +Bahrain,336330,180246,806,15,138 +Bahrain,336340,46014,806,15,138 +Bahrain,336350,39661,806,15,138 +Bahrain,336360,4750,806,15,138 +Bahrain,336391,130945,806,15,138 +Bahrain,336399,5094426,806,15,138 +Bahrain,336411,143052493,806,15,138 +Bahrain,336412,12012743,806,15,138 +Bahrain,336413,9312964,806,15,138 +Bahrain,336415,93120,806,15,138 +Bahrain,336419,58437,806,15,138 +Bahrain,336510,53750,806,15,138 +Bahrain,336611,191097885,806,15,138 +Bahrain,336612,3348167,806,15,138 +Bahrain,336991,7621592,806,15,138 +Bahrain,336992,1006607,806,15,138 +Bahrain,337124,1071622,806,15,138 +Bahrain,337127,3110249,806,15,138 +Bahrain,337211,109497,806,15,138 +Bahrain,337214,251908,806,15,138 +Bahrain,337215,851020,806,15,138 +Bahrain,337910,24169,806,15,138 +Bahrain,339112,1702465,806,15,138 +Bahrain,339113,1763436,806,15,138 +Bahrain,339114,303640,806,15,138 +Bahrain,339115,292738,806,15,138 +Bahrain,339911,15368719,806,15,138 +Bahrain,339912,3087,806,15,138 +Bahrain,339913,1104269,806,15,138 +Bahrain,339914,469956,806,15,138 +Bahrain,339920,1325529,806,15,138 +Bahrain,339932,1827337,806,15,138 +Bahrain,339942,35504,806,15,138 +Bahrain,339944,27418,806,15,138 +Bahrain,339950,100210,806,15,138 +Bahrain,339991,241726,806,15,138 +Bahrain,339992,54824,806,15,138 +Bahrain,339993,3995,806,15,138 +Bahrain,339994,27729,806,15,138 +Bahrain,339999,1323770,806,15,138 +Bahrain,511210,259008,806,15,138 +Bahrain,910000,99252,806,15,138 +Bahrain,920000,373093,806,15,138 +Bahrain,990000,146223180,806,15,138 +Bangladesh,111110,26581020,806,16,139 +Bangladesh,111130,1652169,806,16,139 +Bangladesh,111140,19131737,806,16,139 +Bangladesh,111150,158501,806,16,139 +Bangladesh,111219,359256,806,16,139 +Bangladesh,111310,2980682,806,16,139 +Bangladesh,111331,240800,806,16,139 +Bangladesh,111332,2867570,806,16,139 +Bangladesh,111335,153500,806,16,139 +Bangladesh,111339,14000,806,16,139 +Bangladesh,111910,1302802,806,16,139 +Bangladesh,111920,162120083,806,16,139 +Bangladesh,111998,21700,806,16,139 +Bangladesh,112111,17550,806,16,139 +Bangladesh,112310,4666501,806,16,139 +Bangladesh,113210,102770,806,16,139 +Bangladesh,113310,481043,806,16,139 +Bangladesh,114112,1172967,806,16,139 +Bangladesh,212322,30144,806,16,139 +Bangladesh,212325,464133,806,16,139 +Bangladesh,212399,27438,806,16,139 +Bangladesh,311119,10200243,806,16,139 +Bangladesh,311211,108907,806,16,139 +Bangladesh,311212,3276,806,16,139 +Bangladesh,311221,98629,806,16,139 +Bangladesh,311222,5753787,806,16,139 +Bangladesh,311223,28613,806,16,139 +Bangladesh,311225,153925,806,16,139 +Bangladesh,311230,3441,806,16,139 +Bangladesh,311320,3062,806,16,139 +Bangladesh,311411,159590,806,16,139 +Bangladesh,311421,61468,806,16,139 +Bangladesh,311423,12453,806,16,139 +Bangladesh,311511,1229051,806,16,139 +Bangladesh,311514,25007969,806,16,139 +Bangladesh,311611,19494,806,16,139 +Bangladesh,311613,1008914,806,16,139 +Bangladesh,311911,107484,806,16,139 +Bangladesh,311919,546540,806,16,139 +Bangladesh,311930,48538,806,16,139 +Bangladesh,311941,65843,806,16,139 +Bangladesh,311942,2875,806,16,139 +Bangladesh,311999,850219,806,16,139 +Bangladesh,312120,1340300,806,16,139 +Bangladesh,312130,71500,806,16,139 +Bangladesh,312229,46372,806,16,139 +Bangladesh,313111,367465,806,16,139 +Bangladesh,313210,896029,806,16,139 +Bangladesh,313221,216549,806,16,139 +Bangladesh,313230,44400,806,16,139 +Bangladesh,313249,957542,806,16,139 +Bangladesh,313320,298002,806,16,139 +Bangladesh,314129,6294,806,16,139 +Bangladesh,314991,24650,806,16,139 +Bangladesh,314992,2197857,806,16,139 +Bangladesh,314999,225980,806,16,139 +Bangladesh,315222,23412,806,16,139 +Bangladesh,315224,4781,806,16,139 +Bangladesh,315228,100702,806,16,139 +Bangladesh,315292,245899,806,16,139 +Bangladesh,315992,6388,806,16,139 +Bangladesh,315999,157459,806,16,139 +Bangladesh,316213,77309,806,16,139 +Bangladesh,316999,113912,806,16,139 +Bangladesh,321113,880735,806,16,139 +Bangladesh,321999,32346,806,16,139 +Bangladesh,322110,7035050,806,16,139 +Bangladesh,322121,377054,806,16,139 +Bangladesh,322130,1166666,806,16,139 +Bangladesh,322211,7254,806,16,139 +Bangladesh,322212,4776,806,16,139 +Bangladesh,322222,164146,806,16,139 +Bangladesh,322223,33749,806,16,139 +Bangladesh,322232,6183,806,16,139 +Bangladesh,322233,9450,806,16,139 +Bangladesh,322299,81962,806,16,139 +Bangladesh,323117,13913,806,16,139 +Bangladesh,323119,754468,806,16,139 +Bangladesh,324110,150672,806,16,139 +Bangladesh,325120,663960,806,16,139 +Bangladesh,325131,63750,806,16,139 +Bangladesh,325132,42394,806,16,139 +Bangladesh,325181,38330,806,16,139 +Bangladesh,325188,2192493,806,16,139 +Bangladesh,325191,105792,806,16,139 +Bangladesh,325192,322925,806,16,139 +Bangladesh,325199,3707915,806,16,139 +Bangladesh,325211,1506982,806,16,139 +Bangladesh,325212,928771,806,16,139 +Bangladesh,325221,1908742,806,16,139 +Bangladesh,325222,93767,806,16,139 +Bangladesh,325311,27000,806,16,139 +Bangladesh,325320,2974297,806,16,139 +Bangladesh,325411,630766,806,16,139 +Bangladesh,325412,1460047,806,16,139 +Bangladesh,325414,3910651,806,16,139 +Bangladesh,325510,82083,806,16,139 +Bangladesh,325520,43904,806,16,139 +Bangladesh,325611,278268,806,16,139 +Bangladesh,325612,83398,806,16,139 +Bangladesh,325613,2872763,806,16,139 +Bangladesh,325620,656984,806,16,139 +Bangladesh,325910,324683,806,16,139 +Bangladesh,325920,8011,806,16,139 +Bangladesh,325992,99459,806,16,139 +Bangladesh,325998,282046,806,16,139 +Bangladesh,326113,47974,806,16,139 +Bangladesh,326122,23387,806,16,139 +Bangladesh,326199,1380675,806,16,139 +Bangladesh,326220,168167,806,16,139 +Bangladesh,326299,184730,806,16,139 +Bangladesh,327123,7290,806,16,139 +Bangladesh,327125,43937,806,16,139 +Bangladesh,327211,52552,806,16,139 +Bangladesh,327212,80270,806,16,139 +Bangladesh,327420,15800,806,16,139 +Bangladesh,327993,8400,806,16,139 +Bangladesh,331111,16953100,806,16,139 +Bangladesh,331311,24593,806,16,139 +Bangladesh,331312,274348,806,16,139 +Bangladesh,331315,8729,806,16,139 +Bangladesh,331419,5068,806,16,139 +Bangladesh,331422,8738597,806,16,139 +Bangladesh,331511,1281811,806,16,139 +Bangladesh,332115,24497,806,16,139 +Bangladesh,332212,34049,806,16,139 +Bangladesh,332311,1141957,806,16,139 +Bangladesh,332312,75554,806,16,139 +Bangladesh,332321,84049,806,16,139 +Bangladesh,332410,9456514,806,16,139 +Bangladesh,332420,4634841,806,16,139 +Bangladesh,332439,200714,806,16,139 +Bangladesh,332510,30790,806,16,139 +Bangladesh,332611,17857,806,16,139 +Bangladesh,332618,40472,806,16,139 +Bangladesh,332722,33753,806,16,139 +Bangladesh,332911,3900820,806,16,139 +Bangladesh,332912,175554,806,16,139 +Bangladesh,332919,1276379,806,16,139 +Bangladesh,332991,92073,806,16,139 +Bangladesh,332992,4560,806,16,139 +Bangladesh,332994,85074,806,16,139 +Bangladesh,332999,323371,806,16,139 +Bangladesh,333111,5245143,806,16,139 +Bangladesh,333120,1420779,806,16,139 +Bangladesh,333131,19734,806,16,139 +Bangladesh,333132,5858451,806,16,139 +Bangladesh,333220,20241,806,16,139 +Bangladesh,333291,168632,806,16,139 +Bangladesh,333292,19760306,806,16,139 +Bangladesh,333293,1664661,806,16,139 +Bangladesh,333294,296403,806,16,139 +Bangladesh,333295,177750,806,16,139 +Bangladesh,333313,146603,806,16,139 +Bangladesh,333314,103655,806,16,139 +Bangladesh,333315,129487,806,16,139 +Bangladesh,333319,291525,806,16,139 +Bangladesh,333411,48841,806,16,139 +Bangladesh,333412,130907,806,16,139 +Bangladesh,333414,236446,806,16,139 +Bangladesh,333415,2780286,806,16,139 +Bangladesh,333511,21621,806,16,139 +Bangladesh,333512,66066,806,16,139 +Bangladesh,333513,902891,806,16,139 +Bangladesh,333514,189970,806,16,139 +Bangladesh,333515,27416,806,16,139 +Bangladesh,333516,164000,806,16,139 +Bangladesh,333611,1952581,806,16,139 +Bangladesh,333612,55969,806,16,139 +Bangladesh,333613,97164,806,16,139 +Bangladesh,333618,5684750,806,16,139 +Bangladesh,333911,1498525,806,16,139 +Bangladesh,333912,21460505,806,16,139 +Bangladesh,333913,569035,806,16,139 +Bangladesh,333921,29803,806,16,139 +Bangladesh,333922,250838,806,16,139 +Bangladesh,333923,206761,806,16,139 +Bangladesh,333924,235437,806,16,139 +Bangladesh,333991,3070,806,16,139 +Bangladesh,333992,195993,806,16,139 +Bangladesh,333993,368390,806,16,139 +Bangladesh,333994,30685,806,16,139 +Bangladesh,333995,9324,806,16,139 +Bangladesh,333996,85636,806,16,139 +Bangladesh,333997,102920,806,16,139 +Bangladesh,333999,7225572,806,16,139 +Bangladesh,334111,2329444,806,16,139 +Bangladesh,334112,375530,806,16,139 +Bangladesh,334119,2581494,806,16,139 +Bangladesh,334210,30418,806,16,139 +Bangladesh,334220,5507069,806,16,139 +Bangladesh,334290,378167,806,16,139 +Bangladesh,334310,538383,806,16,139 +Bangladesh,334411,38139,806,16,139 +Bangladesh,334413,230316,806,16,139 +Bangladesh,334415,79568,806,16,139 +Bangladesh,334416,53290,806,16,139 +Bangladesh,334417,78764,806,16,139 +Bangladesh,334418,177332,806,16,139 +Bangladesh,334419,351533,806,16,139 +Bangladesh,334510,3960528,806,16,139 +Bangladesh,334511,161956,806,16,139 +Bangladesh,334512,22112,806,16,139 +Bangladesh,334513,817027,806,16,139 +Bangladesh,334514,279314,806,16,139 +Bangladesh,334515,892507,806,16,139 +Bangladesh,334516,5959176,806,16,139 +Bangladesh,334517,2883905,806,16,139 +Bangladesh,334518,2893,806,16,139 +Bangladesh,334519,2641920,806,16,139 +Bangladesh,334613,26609,806,16,139 +Bangladesh,335129,38536,806,16,139 +Bangladesh,335211,151949,806,16,139 +Bangladesh,335222,70013,806,16,139 +Bangladesh,335224,4952923,806,16,139 +Bangladesh,335228,37194,806,16,139 +Bangladesh,335311,2763,806,16,139 +Bangladesh,335312,14944825,806,16,139 +Bangladesh,335313,332800,806,16,139 +Bangladesh,335314,155755,806,16,139 +Bangladesh,335911,26705,806,16,139 +Bangladesh,335912,48809,806,16,139 +Bangladesh,335921,9577,806,16,139 +Bangladesh,335929,517312,806,16,139 +Bangladesh,335931,44538,806,16,139 +Bangladesh,335932,50000,806,16,139 +Bangladesh,335991,862070,806,16,139 +Bangladesh,335999,519524,806,16,139 +Bangladesh,336111,61000,806,16,139 +Bangladesh,336214,31100,806,16,139 +Bangladesh,336311,291855,806,16,139 +Bangladesh,336322,2591683,806,16,139 +Bangladesh,336399,733121,806,16,139 +Bangladesh,336412,150000,806,16,139 +Bangladesh,336413,4267270,806,16,139 +Bangladesh,336419,5778,806,16,139 +Bangladesh,336510,1059609,806,16,139 +Bangladesh,336611,7762868,806,16,139 +Bangladesh,336612,804342,806,16,139 +Bangladesh,336992,5060,806,16,139 +Bangladesh,337124,4500,806,16,139 +Bangladesh,337127,268571,806,16,139 +Bangladesh,337215,2567,806,16,139 +Bangladesh,339112,1829063,806,16,139 +Bangladesh,339113,4799348,806,16,139 +Bangladesh,339114,55037,806,16,139 +Bangladesh,339115,13000,806,16,139 +Bangladesh,339914,20438,806,16,139 +Bangladesh,339920,481984,806,16,139 +Bangladesh,339941,6060,806,16,139 +Bangladesh,339942,5800,806,16,139 +Bangladesh,339944,82297,806,16,139 +Bangladesh,339991,127341,806,16,139 +Bangladesh,339993,4153514,806,16,139 +Bangladesh,339994,4000,806,16,139 +Bangladesh,339999,421569,806,16,139 +Bangladesh,511210,793147,806,16,139 +Bangladesh,910000,18605304,806,16,139 +Bangladesh,990000,21306375,806,16,139 +Barbados,111110,7825378,803,17,140 +Barbados,111120,14039,803,17,140 +Barbados,111130,442102,803,17,140 +Barbados,111140,3976005,803,17,140 +Barbados,111150,6377169,803,17,140 +Barbados,111199,431330,803,17,140 +Barbados,111211,188245,803,17,140 +Barbados,111219,2072769,803,17,140 +Barbados,111310,156921,803,17,140 +Barbados,111320,262491,803,17,140 +Barbados,111331,1171795,803,17,140 +Barbados,111332,1469453,803,17,140 +Barbados,111334,128738,803,17,140 +Barbados,111335,174118,803,17,140 +Barbados,111339,386515,803,17,140 +Barbados,111411,68676,803,17,140 +Barbados,111421,93376,803,17,140 +Barbados,111422,8123,803,17,140 +Barbados,111920,117800,803,17,140 +Barbados,111992,543978,803,17,140 +Barbados,111998,125390,803,17,140 +Barbados,112111,31193,803,17,140 +Barbados,112310,2618099,803,17,140 +Barbados,112511,44292,803,17,140 +Barbados,112910,95384,803,17,140 +Barbados,112920,147215,803,17,140 +Barbados,112990,9681,803,17,140 +Barbados,113210,178011,803,17,140 +Barbados,113310,646673,803,17,140 +Barbados,114111,848624,803,17,140 +Barbados,114112,706988,803,17,140 +Barbados,114119,6428,803,17,140 +Barbados,211111,33502,803,17,140 +Barbados,211112,753440,803,17,140 +Barbados,212231,13971,803,17,140 +Barbados,212311,3392,803,17,140 +Barbados,212319,23361,803,17,140 +Barbados,212322,27421,803,17,140 +Barbados,212324,56977,803,17,140 +Barbados,212325,45775,803,17,140 +Barbados,212393,54575,803,17,140 +Barbados,212399,66158,803,17,140 +Barbados,311111,1877339,803,17,140 +Barbados,311119,2122186,803,17,140 +Barbados,311211,1455599,803,17,140 +Barbados,311212,1487974,803,17,140 +Barbados,311213,30770,803,17,140 +Barbados,311221,527306,803,17,140 +Barbados,311222,175327,803,17,140 +Barbados,311223,531889,803,17,140 +Barbados,311225,504687,803,17,140 +Barbados,311230,1575963,803,17,140 +Barbados,311311,650664,803,17,140 +Barbados,311320,1519010,803,17,140 +Barbados,311340,1403613,803,17,140 +Barbados,311411,1000709,803,17,140 +Barbados,311421,4353138,803,17,140 +Barbados,311422,429717,803,17,140 +Barbados,311423,324271,803,17,140 +Barbados,311511,891568,803,17,140 +Barbados,311512,218346,803,17,140 +Barbados,311513,1545831,803,17,140 +Barbados,311514,2137212,803,17,140 +Barbados,311520,400134,803,17,140 +Barbados,311611,4546555,803,17,140 +Barbados,311613,41151,803,17,140 +Barbados,311615,1935265,803,17,140 +Barbados,311711,574897,803,17,140 +Barbados,311811,1081177,803,17,140 +Barbados,311822,888376,803,17,140 +Barbados,311823,51418,803,17,140 +Barbados,311911,916468,803,17,140 +Barbados,311919,1280054,803,17,140 +Barbados,311920,1226577,803,17,140 +Barbados,311930,991631,803,17,140 +Barbados,311941,1070691,803,17,140 +Barbados,311942,1043810,803,17,140 +Barbados,311999,3895848,803,17,140 +Barbados,312111,1321164,803,17,140 +Barbados,312112,244247,803,17,140 +Barbados,312113,249085,803,17,140 +Barbados,312120,7422,803,17,140 +Barbados,312130,1996951,803,17,140 +Barbados,312140,695123,803,17,140 +Barbados,312221,137533,803,17,140 +Barbados,312229,62975,803,17,140 +Barbados,313111,22835,803,17,140 +Barbados,313113,32810,803,17,140 +Barbados,313210,714835,803,17,140 +Barbados,313221,158049,803,17,140 +Barbados,313230,29305,803,17,140 +Barbados,313249,59040,803,17,140 +Barbados,313312,9909,803,17,140 +Barbados,313320,228359,803,17,140 +Barbados,314110,975500,803,17,140 +Barbados,314121,154913,803,17,140 +Barbados,314129,1150716,803,17,140 +Barbados,314911,151205,803,17,140 +Barbados,314912,408956,803,17,140 +Barbados,314991,299743,803,17,140 +Barbados,314999,485311,803,17,140 +Barbados,315111,108214,803,17,140 +Barbados,315221,252324,803,17,140 +Barbados,315222,9460,803,17,140 +Barbados,315223,191182,803,17,140 +Barbados,315224,19200,803,17,140 +Barbados,315228,218838,803,17,140 +Barbados,315231,65377,803,17,140 +Barbados,315232,64479,803,17,140 +Barbados,315233,39952,803,17,140 +Barbados,315234,617402,803,17,140 +Barbados,315239,344485,803,17,140 +Barbados,315291,9177,803,17,140 +Barbados,315292,217407,803,17,140 +Barbados,315991,81938,803,17,140 +Barbados,315992,19900,803,17,140 +Barbados,315993,5250,803,17,140 +Barbados,315999,619534,803,17,140 +Barbados,316110,77825,803,17,140 +Barbados,316211,136209,803,17,140 +Barbados,316212,114367,803,17,140 +Barbados,316213,595905,803,17,140 +Barbados,316214,123465,803,17,140 +Barbados,316219,1956529,803,17,140 +Barbados,316991,719977,803,17,140 +Barbados,316992,298235,803,17,140 +Barbados,316993,1185157,803,17,140 +Barbados,316999,66498,803,17,140 +Barbados,321113,2792081,803,17,140 +Barbados,321114,6077772,803,17,140 +Barbados,321211,184476,803,17,140 +Barbados,321212,1625629,803,17,140 +Barbados,321213,281270,803,17,140 +Barbados,321219,131691,803,17,140 +Barbados,321911,809078,803,17,140 +Barbados,321918,749375,803,17,140 +Barbados,321920,551196,803,17,140 +Barbados,321991,13410,803,17,140 +Barbados,321992,43694,803,17,140 +Barbados,321999,821851,803,17,140 +Barbados,322110,8480,803,17,140 +Barbados,322121,4823372,803,17,140 +Barbados,322122,180619,803,17,140 +Barbados,322130,268779,803,17,140 +Barbados,322211,360413,803,17,140 +Barbados,322212,24074,803,17,140 +Barbados,322213,53144,803,17,140 +Barbados,322214,19542,803,17,140 +Barbados,322215,156790,803,17,140 +Barbados,322222,702415,803,17,140 +Barbados,322223,566940,803,17,140 +Barbados,322224,56462,803,17,140 +Barbados,322232,31405,803,17,140 +Barbados,322233,20103,803,17,140 +Barbados,322291,3539180,803,17,140 +Barbados,322299,191583,803,17,140 +Barbados,323117,1815971,803,17,140 +Barbados,323118,81788,803,17,140 +Barbados,323119,1516350,803,17,140 +Barbados,323122,94344,803,17,140 +Barbados,324110,4246440,803,17,140 +Barbados,324121,77667,803,17,140 +Barbados,324122,87660,803,17,140 +Barbados,325120,169145,803,17,140 +Barbados,325131,1518762,803,17,140 +Barbados,325132,603804,803,17,140 +Barbados,325181,197578,803,17,140 +Barbados,325188,968240,803,17,140 +Barbados,325191,19110,803,17,140 +Barbados,325192,136891,803,17,140 +Barbados,325193,30965,803,17,140 +Barbados,325199,2892792,803,17,140 +Barbados,325211,4317867,803,17,140 +Barbados,325212,129675,803,17,140 +Barbados,325222,118487,803,17,140 +Barbados,325311,86117,803,17,140 +Barbados,325312,1148065,803,17,140 +Barbados,325320,1612101,803,17,140 +Barbados,325411,655983,803,17,140 +Barbados,325412,6839993,803,17,140 +Barbados,325414,400647,803,17,140 +Barbados,325510,1247247,803,17,140 +Barbados,325520,659507,803,17,140 +Barbados,325611,6058871,803,17,140 +Barbados,325612,356036,803,17,140 +Barbados,325613,778283,803,17,140 +Barbados,325620,8007897,803,17,140 +Barbados,325910,1965183,803,17,140 +Barbados,325920,11940,803,17,140 +Barbados,325992,205266,803,17,140 +Barbados,325998,2131384,803,17,140 +Barbados,326113,726247,803,17,140 +Barbados,326121,131316,803,17,140 +Barbados,326122,1145878,803,17,140 +Barbados,326160,253435,803,17,140 +Barbados,326191,84839,803,17,140 +Barbados,326192,332424,803,17,140 +Barbados,326199,6833330,803,17,140 +Barbados,326211,802726,803,17,140 +Barbados,326220,501487,803,17,140 +Barbados,326299,650458,803,17,140 +Barbados,327111,175391,803,17,140 +Barbados,327112,882023,803,17,140 +Barbados,327121,187848,803,17,140 +Barbados,327122,218616,803,17,140 +Barbados,327123,57223,803,17,140 +Barbados,327124,179355,803,17,140 +Barbados,327125,223368,803,17,140 +Barbados,327211,132116,803,17,140 +Barbados,327212,667407,803,17,140 +Barbados,327213,1229903,803,17,140 +Barbados,327215,349906,803,17,140 +Barbados,327310,56845,803,17,140 +Barbados,327331,43905,803,17,140 +Barbados,327390,946177,803,17,140 +Barbados,327420,699752,803,17,140 +Barbados,327910,137991,803,17,140 +Barbados,327991,584835,803,17,140 +Barbados,327992,100627,803,17,140 +Barbados,327993,568544,803,17,140 +Barbados,327999,475050,803,17,140 +Barbados,331111,3806302,803,17,140 +Barbados,331222,546080,803,17,140 +Barbados,331312,8285,803,17,140 +Barbados,331315,2172691,803,17,140 +Barbados,331316,294330,803,17,140 +Barbados,331319,287542,803,17,140 +Barbados,331411,31025,803,17,140 +Barbados,331419,31531,803,17,140 +Barbados,331421,210338,803,17,140 +Barbados,331422,1330121,803,17,140 +Barbados,331491,139564,803,17,140 +Barbados,331511,119499,803,17,140 +Barbados,332115,191079,803,17,140 +Barbados,332211,53184,803,17,140 +Barbados,332212,566076,803,17,140 +Barbados,332213,108968,803,17,140 +Barbados,332214,80837,803,17,140 +Barbados,332311,349308,803,17,140 +Barbados,332312,2316525,803,17,140 +Barbados,332321,1013555,803,17,140 +Barbados,332322,171561,803,17,140 +Barbados,332323,185142,803,17,140 +Barbados,332410,200699,803,17,140 +Barbados,332420,809894,803,17,140 +Barbados,332431,395802,803,17,140 +Barbados,332439,366313,803,17,140 +Barbados,332510,1171171,803,17,140 +Barbados,332611,55817,803,17,140 +Barbados,332618,892261,803,17,140 +Barbados,332722,1112618,803,17,140 +Barbados,332911,433641,803,17,140 +Barbados,332912,98509,803,17,140 +Barbados,332913,601391,803,17,140 +Barbados,332919,698876,803,17,140 +Barbados,332991,244457,803,17,140 +Barbados,332992,307615,803,17,140 +Barbados,332994,16144,803,17,140 +Barbados,332998,182399,803,17,140 +Barbados,332999,2446267,803,17,140 +Barbados,333111,3097519,803,17,140 +Barbados,333120,2154804,803,17,140 +Barbados,333131,115866,803,17,140 +Barbados,333132,293022,803,17,140 +Barbados,333210,182356,803,17,140 +Barbados,333220,128859,803,17,140 +Barbados,333291,124558,803,17,140 +Barbados,333292,149093,803,17,140 +Barbados,333293,1703240,803,17,140 +Barbados,333294,1033210,803,17,140 +Barbados,333295,87944,803,17,140 +Barbados,333298,146204,803,17,140 +Barbados,333311,148381,803,17,140 +Barbados,333313,722741,803,17,140 +Barbados,333314,282405,803,17,140 +Barbados,333315,559557,803,17,140 +Barbados,333319,1302159,803,17,140 +Barbados,333411,33024,803,17,140 +Barbados,333412,402530,803,17,140 +Barbados,333414,272401,803,17,140 +Barbados,333415,3517297,803,17,140 +Barbados,333511,46398,803,17,140 +Barbados,333512,377919,803,17,140 +Barbados,333513,105630,803,17,140 +Barbados,333514,326631,803,17,140 +Barbados,333515,377111,803,17,140 +Barbados,333611,108767,803,17,140 +Barbados,333612,56904,803,17,140 +Barbados,333613,90491,803,17,140 +Barbados,333618,428068,803,17,140 +Barbados,333911,677467,803,17,140 +Barbados,333912,425170,803,17,140 +Barbados,333913,151777,803,17,140 +Barbados,333921,360043,803,17,140 +Barbados,333922,517511,803,17,140 +Barbados,333923,83092,803,17,140 +Barbados,333924,2269372,803,17,140 +Barbados,333991,619402,803,17,140 +Barbados,333992,2909648,803,17,140 +Barbados,333993,410577,803,17,140 +Barbados,333994,84546,803,17,140 +Barbados,333995,121588,803,17,140 +Barbados,333996,183908,803,17,140 +Barbados,333997,122892,803,17,140 +Barbados,333999,2275941,803,17,140 +Barbados,334111,7832092,803,17,140 +Barbados,334112,914851,803,17,140 +Barbados,334119,9783700,803,17,140 +Barbados,334210,1294242,803,17,140 +Barbados,334220,14243016,803,17,140 +Barbados,334290,346134,803,17,140 +Barbados,334310,3974428,803,17,140 +Barbados,334411,3180,803,17,140 +Barbados,334412,36500,803,17,140 +Barbados,334413,1345688,803,17,140 +Barbados,334414,75877,803,17,140 +Barbados,334415,233373,803,17,140 +Barbados,334416,580112,803,17,140 +Barbados,334417,952208,803,17,140 +Barbados,334418,541980,803,17,140 +Barbados,334419,785998,803,17,140 +Barbados,334510,1316551,803,17,140 +Barbados,334511,87849,803,17,140 +Barbados,334512,114880,803,17,140 +Barbados,334513,1559506,803,17,140 +Barbados,334514,297949,803,17,140 +Barbados,334515,1121508,803,17,140 +Barbados,334516,1126885,803,17,140 +Barbados,334517,77042,803,17,140 +Barbados,334518,5055312,803,17,140 +Barbados,334519,733052,803,17,140 +Barbados,334612,80537,803,17,140 +Barbados,334613,133324,803,17,140 +Barbados,335110,337119,803,17,140 +Barbados,335121,656908,803,17,140 +Barbados,335129,2855380,803,17,140 +Barbados,335211,1808858,803,17,140 +Barbados,335212,87939,803,17,140 +Barbados,335221,2166568,803,17,140 +Barbados,335222,2158279,803,17,140 +Barbados,335224,2228407,803,17,140 +Barbados,335228,648266,803,17,140 +Barbados,335311,424676,803,17,140 +Barbados,335312,1011658,803,17,140 +Barbados,335313,1495688,803,17,140 +Barbados,335314,297000,803,17,140 +Barbados,335911,1324831,803,17,140 +Barbados,335912,532102,803,17,140 +Barbados,335921,93565,803,17,140 +Barbados,335929,1573983,803,17,140 +Barbados,335931,176749,803,17,140 +Barbados,335932,121876,803,17,140 +Barbados,335991,200108,803,17,140 +Barbados,335999,1154380,803,17,140 +Barbados,336111,1535671,803,17,140 +Barbados,336120,1051106,803,17,140 +Barbados,336211,8550,803,17,140 +Barbados,336212,136893,803,17,140 +Barbados,336214,266859,803,17,140 +Barbados,336311,158778,803,17,140 +Barbados,336321,30511,803,17,140 +Barbados,336322,191984,803,17,140 +Barbados,336330,306680,803,17,140 +Barbados,336340,42574,803,17,140 +Barbados,336350,155994,803,17,140 +Barbados,336391,435327,803,17,140 +Barbados,336399,1762372,803,17,140 +Barbados,336412,121939,803,17,140 +Barbados,336419,35130,803,17,140 +Barbados,336510,48121,803,17,140 +Barbados,336611,57069,803,17,140 +Barbados,336612,828248,803,17,140 +Barbados,336991,760575,803,17,140 +Barbados,337110,168131,803,17,140 +Barbados,337121,64500,803,17,140 +Barbados,337124,500764,803,17,140 +Barbados,337127,3511096,803,17,140 +Barbados,337211,295085,803,17,140 +Barbados,337214,1014614,803,17,140 +Barbados,337215,1729232,803,17,140 +Barbados,337910,162725,803,17,140 +Barbados,337920,54779,803,17,140 +Barbados,339112,3348235,803,17,140 +Barbados,339113,1127607,803,17,140 +Barbados,339114,264643,803,17,140 +Barbados,339115,1940871,803,17,140 +Barbados,339911,11550634,803,17,140 +Barbados,339912,36550,803,17,140 +Barbados,339913,571927,803,17,140 +Barbados,339914,151399,803,17,140 +Barbados,339920,1343501,803,17,140 +Barbados,339932,1039403,803,17,140 +Barbados,339941,79350,803,17,140 +Barbados,339942,74075,803,17,140 +Barbados,339944,45047,803,17,140 +Barbados,339950,175974,803,17,140 +Barbados,339991,236156,803,17,140 +Barbados,339992,102717,803,17,140 +Barbados,339993,40453,803,17,140 +Barbados,339994,93505,803,17,140 +Barbados,339999,1656554,803,17,140 +Barbados,511210,71058,803,17,140 +Barbados,910000,141056,803,17,140 +Barbados,920000,1131396,803,17,140 +Barbados,990000,36291361,803,17,140 +Belarus,111211,2655,804,18,141 +Belarus,111331,10660,804,18,141 +Belarus,111421,42096,804,18,141 +Belarus,111422,4927,804,18,141 +Belarus,111910,131333,804,18,141 +Belarus,111998,67048,804,18,141 +Belarus,112111,193970,804,18,141 +Belarus,113310,207173,804,18,141 +Belarus,212325,7600,804,18,141 +Belarus,212399,65241,804,18,141 +Belarus,311212,204639,804,18,141 +Belarus,311221,511857,804,18,141 +Belarus,311222,255524,804,18,141 +Belarus,311421,16200,804,18,141 +Belarus,311611,28028,804,18,141 +Belarus,311930,91410,804,18,141 +Belarus,311999,436106,804,18,141 +Belarus,312229,122471,804,18,141 +Belarus,314110,12695,804,18,141 +Belarus,314129,16979,804,18,141 +Belarus,314912,14210,804,18,141 +Belarus,315223,2818,804,18,141 +Belarus,315224,3424,804,18,141 +Belarus,315292,8238,804,18,141 +Belarus,315992,9666,804,18,141 +Belarus,316110,19111,804,18,141 +Belarus,321113,102542,804,18,141 +Belarus,321918,175000,804,18,141 +Belarus,321920,7837,804,18,141 +Belarus,322121,27176,804,18,141 +Belarus,322130,8400,804,18,141 +Belarus,322223,3300,804,18,141 +Belarus,322299,38158,804,18,141 +Belarus,323117,24420,804,18,141 +Belarus,323119,3243,804,18,141 +Belarus,324110,163716,804,18,141 +Belarus,325120,12168,804,18,141 +Belarus,325131,9315,804,18,141 +Belarus,325132,5943,804,18,141 +Belarus,325188,11328,804,18,141 +Belarus,325199,351647,804,18,141 +Belarus,325211,2419993,804,18,141 +Belarus,325411,237699,804,18,141 +Belarus,325412,703077,804,18,141 +Belarus,325414,3791844,804,18,141 +Belarus,325510,102563,804,18,141 +Belarus,325520,212171,804,18,141 +Belarus,325611,28554,804,18,141 +Belarus,325612,18185,804,18,141 +Belarus,325613,80122,804,18,141 +Belarus,325620,918078,804,18,141 +Belarus,325910,149521,804,18,141 +Belarus,325992,52548,804,18,141 +Belarus,325998,966907,804,18,141 +Belarus,326113,69897,804,18,141 +Belarus,326121,302651,804,18,141 +Belarus,326122,7942,804,18,141 +Belarus,326160,50899,804,18,141 +Belarus,326192,151308,804,18,141 +Belarus,326199,152433,804,18,141 +Belarus,326211,577963,804,18,141 +Belarus,326220,371327,804,18,141 +Belarus,326299,205250,804,18,141 +Belarus,327112,8312,804,18,141 +Belarus,327211,45620,804,18,141 +Belarus,327212,27516,804,18,141 +Belarus,327213,4091,804,18,141 +Belarus,327215,5105970,804,18,141 +Belarus,327910,210674,804,18,141 +Belarus,327992,748413,804,18,141 +Belarus,327999,9637,804,18,141 +Belarus,331111,722035,804,18,141 +Belarus,331222,9701,804,18,141 +Belarus,331319,8250,804,18,141 +Belarus,331419,555132,804,18,141 +Belarus,331421,20892,804,18,141 +Belarus,331511,18535,804,18,141 +Belarus,332211,8948,804,18,141 +Belarus,332212,30837,804,18,141 +Belarus,332311,299999,804,18,141 +Belarus,332312,146481,804,18,141 +Belarus,332410,83531,804,18,141 +Belarus,332420,4525,804,18,141 +Belarus,332510,23052,804,18,141 +Belarus,332722,16100,804,18,141 +Belarus,332911,119387,804,18,141 +Belarus,332912,31415,804,18,141 +Belarus,332913,26897,804,18,141 +Belarus,332919,73500,804,18,141 +Belarus,332991,52551,804,18,141 +Belarus,332994,16911,804,18,141 +Belarus,332999,126370,804,18,141 +Belarus,333111,3504125,804,18,141 +Belarus,333120,253637,804,18,141 +Belarus,333131,607011,804,18,141 +Belarus,333132,4992283,804,18,141 +Belarus,333210,12640,804,18,141 +Belarus,333220,26786,804,18,141 +Belarus,333291,8754,804,18,141 +Belarus,333292,3430,804,18,141 +Belarus,333293,135249,804,18,141 +Belarus,333294,59795,804,18,141 +Belarus,333295,655390,804,18,141 +Belarus,333313,198223,804,18,141 +Belarus,333314,541009,804,18,141 +Belarus,333315,215523,804,18,141 +Belarus,333319,112600,804,18,141 +Belarus,333411,135103,804,18,141 +Belarus,333412,285786,804,18,141 +Belarus,333414,15936,804,18,141 +Belarus,333415,11578,804,18,141 +Belarus,333512,121307,804,18,141 +Belarus,333513,2164196,804,18,141 +Belarus,333514,130796,804,18,141 +Belarus,333515,106601,804,18,141 +Belarus,333516,15725,804,18,141 +Belarus,333611,49739,804,18,141 +Belarus,333612,24650,804,18,141 +Belarus,333613,7967,804,18,141 +Belarus,333618,32122505,804,18,141 +Belarus,333911,598972,804,18,141 +Belarus,333912,121035,804,18,141 +Belarus,333921,5354,804,18,141 +Belarus,333924,5875,804,18,141 +Belarus,333991,474512,804,18,141 +Belarus,333992,44830,804,18,141 +Belarus,333993,87967,804,18,141 +Belarus,333994,2377230,804,18,141 +Belarus,333995,8792,804,18,141 +Belarus,333996,36103,804,18,141 +Belarus,333999,788129,804,18,141 +Belarus,334111,496576,804,18,141 +Belarus,334112,152331,804,18,141 +Belarus,334119,1697963,804,18,141 +Belarus,334210,62690,804,18,141 +Belarus,334220,1035407,804,18,141 +Belarus,334310,182449,804,18,141 +Belarus,334411,5575,804,18,141 +Belarus,334412,20426,804,18,141 +Belarus,334413,1082923,804,18,141 +Belarus,334414,89743,804,18,141 +Belarus,334415,550570,804,18,141 +Belarus,334416,3452,804,18,141 +Belarus,334417,42832,804,18,141 +Belarus,334418,33077,804,18,141 +Belarus,334419,3695331,804,18,141 +Belarus,334510,2047062,804,18,141 +Belarus,334511,130052,804,18,141 +Belarus,334512,45133,804,18,141 +Belarus,334513,1472984,804,18,141 +Belarus,334514,840122,804,18,141 +Belarus,334515,282537,804,18,141 +Belarus,334516,2856273,804,18,141 +Belarus,334517,1129979,804,18,141 +Belarus,334518,3717,804,18,141 +Belarus,334519,733804,804,18,141 +Belarus,334612,3990,804,18,141 +Belarus,334613,10528,804,18,141 +Belarus,335110,8288,804,18,141 +Belarus,335129,55851,804,18,141 +Belarus,335211,9064,804,18,141 +Belarus,335212,54616,804,18,141 +Belarus,335221,6407,804,18,141 +Belarus,335228,20669,804,18,141 +Belarus,335312,2699633,804,18,141 +Belarus,335313,2869942,804,18,141 +Belarus,335314,310465,804,18,141 +Belarus,335911,40612,804,18,141 +Belarus,335912,42197,804,18,141 +Belarus,335921,2943,804,18,141 +Belarus,335929,187478,804,18,141 +Belarus,335931,48348,804,18,141 +Belarus,335999,389204,804,18,141 +Belarus,336111,19358046,804,18,141 +Belarus,336120,24000,804,18,141 +Belarus,336214,8614,804,18,141 +Belarus,336311,71685,804,18,141 +Belarus,336321,26440,804,18,141 +Belarus,336322,1132907,804,18,141 +Belarus,336330,8070,804,18,141 +Belarus,336340,67677,804,18,141 +Belarus,336350,37863,804,18,141 +Belarus,336360,6460,804,18,141 +Belarus,336399,627304,804,18,141 +Belarus,336412,103286,804,18,141 +Belarus,336413,26090,804,18,141 +Belarus,336419,12885,804,18,141 +Belarus,336510,456160,804,18,141 +Belarus,336611,10499,804,18,141 +Belarus,336612,28375,804,18,141 +Belarus,336991,190085,804,18,141 +Belarus,337127,44646,804,18,141 +Belarus,337214,2600,804,18,141 +Belarus,337215,3082,804,18,141 +Belarus,339112,1201028,804,18,141 +Belarus,339113,62497,804,18,141 +Belarus,339114,416504,804,18,141 +Belarus,339115,37400,804,18,141 +Belarus,339913,2601,804,18,141 +Belarus,339920,177942,804,18,141 +Belarus,339941,14071,804,18,141 +Belarus,339991,102140,804,18,141 +Belarus,339992,147455,804,18,141 +Belarus,339999,798893,804,18,141 +Belarus,920000,168460,804,18,141 +Belarus,990000,5818779,804,18,141 +Belgium,111110,7112666,804,19,142 +Belgium,111120,24987314,804,19,142 +Belgium,111130,4737040,804,19,142 +Belgium,111140,32532536,804,19,142 +Belgium,111150,454414,804,19,142 +Belgium,111199,2521468,804,19,142 +Belgium,111219,1172019,804,19,142 +Belgium,111310,138678,804,19,142 +Belgium,111320,4440731,804,19,142 +Belgium,111334,1114201,804,19,142 +Belgium,111335,140913889,804,19,142 +Belgium,111339,4562435,804,19,142 +Belgium,111421,20887640,804,19,142 +Belgium,111422,649421,804,19,142 +Belgium,111910,152189382,804,19,142 +Belgium,111920,244779,804,19,142 +Belgium,111940,5317,804,19,142 +Belgium,111992,25000,804,19,142 +Belgium,111998,3445876,804,19,142 +Belgium,112111,29051,804,19,142 +Belgium,112420,14003,804,19,142 +Belgium,112511,1924134,804,19,142 +Belgium,112920,1625000,804,19,142 +Belgium,112990,2712570,804,19,142 +Belgium,113210,2653000,804,19,142 +Belgium,113310,5862391,804,19,142 +Belgium,114111,4706823,804,19,142 +Belgium,114112,25297264,804,19,142 +Belgium,114119,83250,804,19,142 +Belgium,211111,22500000,804,19,142 +Belgium,211112,15881662,804,19,142 +Belgium,212112,289758136,804,19,142 +Belgium,212113,8550451,804,19,142 +Belgium,212210,18135732,804,19,142 +Belgium,212222,26086,804,19,142 +Belgium,212231,60800682,804,19,142 +Belgium,212234,2164789,804,19,142 +Belgium,212299,254205205,804,19,142 +Belgium,212311,548788,804,19,142 +Belgium,212319,71638,804,19,142 +Belgium,212322,1473674,804,19,142 +Belgium,212324,15989175,804,19,142 +Belgium,212325,10724190,804,19,142 +Belgium,212392,14639,804,19,142 +Belgium,212393,490630,804,19,142 +Belgium,212399,8229851,804,19,142 +Belgium,311111,17005440,804,19,142 +Belgium,311119,10976825,804,19,142 +Belgium,311211,2315961,804,19,142 +Belgium,311212,1401451,804,19,142 +Belgium,311213,15168,804,19,142 +Belgium,311221,790223,804,19,142 +Belgium,311222,64033858,804,19,142 +Belgium,311223,1361672,804,19,142 +Belgium,311225,9511281,804,19,142 +Belgium,311230,78253,804,19,142 +Belgium,311311,576550,804,19,142 +Belgium,311320,1846051,804,19,142 +Belgium,311340,689485,804,19,142 +Belgium,311411,51229371,804,19,142 +Belgium,311421,4738077,804,19,142 +Belgium,311423,7212999,804,19,142 +Belgium,311511,19782,804,19,142 +Belgium,311512,4633918,804,19,142 +Belgium,311513,300198,804,19,142 +Belgium,311514,12510491,804,19,142 +Belgium,311611,7049878,804,19,142 +Belgium,311613,10077976,804,19,142 +Belgium,311615,7140,804,19,142 +Belgium,311711,5620227,804,19,142 +Belgium,311811,398150,804,19,142 +Belgium,311822,983768,804,19,142 +Belgium,311823,279813,804,19,142 +Belgium,311911,2573760,804,19,142 +Belgium,311919,6576758,804,19,142 +Belgium,311920,4235966,804,19,142 +Belgium,311930,46106287,804,19,142 +Belgium,311941,3485236,804,19,142 +Belgium,311942,76117,804,19,142 +Belgium,311999,42187871,804,19,142 +Belgium,312111,1831881,804,19,142 +Belgium,312112,174033,804,19,142 +Belgium,312113,30919,804,19,142 +Belgium,312120,109274,804,19,142 +Belgium,312130,21351980,804,19,142 +Belgium,312140,9801035,804,19,142 +Belgium,312221,1016860,804,19,142 +Belgium,312229,2559465,804,19,142 +Belgium,313111,189267,804,19,142 +Belgium,313113,204141,804,19,142 +Belgium,313210,14198366,804,19,142 +Belgium,313221,2277242,804,19,142 +Belgium,313230,108619497,804,19,142 +Belgium,313249,1798860,804,19,142 +Belgium,313312,336131,804,19,142 +Belgium,313320,5180408,804,19,142 +Belgium,314110,416974,804,19,142 +Belgium,314129,1688068,804,19,142 +Belgium,314911,277356,804,19,142 +Belgium,314912,1180112,804,19,142 +Belgium,314991,1384035,804,19,142 +Belgium,314992,517246,804,19,142 +Belgium,314999,16165369,804,19,142 +Belgium,315111,176880,804,19,142 +Belgium,315221,5789274,804,19,142 +Belgium,315222,3785809,804,19,142 +Belgium,315223,3863799,804,19,142 +Belgium,315224,8010975,804,19,142 +Belgium,315228,2155546,804,19,142 +Belgium,315231,392766,804,19,142 +Belgium,315232,3103525,804,19,142 +Belgium,315233,3039449,804,19,142 +Belgium,315234,3435752,804,19,142 +Belgium,315239,37326986,804,19,142 +Belgium,315291,76491,804,19,142 +Belgium,315292,6979268,804,19,142 +Belgium,315991,381982,804,19,142 +Belgium,315992,12056405,804,19,142 +Belgium,315993,19087,804,19,142 +Belgium,315999,5576432,804,19,142 +Belgium,316110,530401,804,19,142 +Belgium,316211,1415682,804,19,142 +Belgium,316212,66914,804,19,142 +Belgium,316213,3262884,804,19,142 +Belgium,316214,806887,804,19,142 +Belgium,316219,12284064,804,19,142 +Belgium,316991,6989844,804,19,142 +Belgium,316992,652080,804,19,142 +Belgium,316993,246424,804,19,142 +Belgium,316999,424364,804,19,142 +Belgium,321113,12764424,804,19,142 +Belgium,321114,189160,804,19,142 +Belgium,321211,8367324,804,19,142 +Belgium,321212,3225416,804,19,142 +Belgium,321213,37019,804,19,142 +Belgium,321219,184647,804,19,142 +Belgium,321911,7594,804,19,142 +Belgium,321918,249849,804,19,142 +Belgium,321920,1178722,804,19,142 +Belgium,321991,347195,804,19,142 +Belgium,321992,12000,804,19,142 +Belgium,321999,20336042,804,19,142 +Belgium,322110,98318937,804,19,142 +Belgium,322121,54275337,804,19,142 +Belgium,322122,34942,804,19,142 +Belgium,322130,31381514,804,19,142 +Belgium,322211,5983922,804,19,142 +Belgium,322212,1543658,804,19,142 +Belgium,322213,11354,804,19,142 +Belgium,322214,12950,804,19,142 +Belgium,322215,208347,804,19,142 +Belgium,322222,31991085,804,19,142 +Belgium,322223,5252535,804,19,142 +Belgium,322224,17752,804,19,142 +Belgium,322232,19553,804,19,142 +Belgium,322233,15495,804,19,142 +Belgium,322291,8672151,804,19,142 +Belgium,322299,1657854,804,19,142 +Belgium,323116,17400,804,19,142 +Belgium,323117,14037729,804,19,142 +Belgium,323118,343659,804,19,142 +Belgium,323119,24141140,804,19,142 +Belgium,323122,52850,804,19,142 +Belgium,324110,547153626,804,19,142 +Belgium,324121,219190,804,19,142 +Belgium,324122,3742351,804,19,142 +Belgium,325110,144972290,804,19,142 +Belgium,325120,26022204,804,19,142 +Belgium,325131,338429056,804,19,142 +Belgium,325132,58796561,804,19,142 +Belgium,325181,29512527,804,19,142 +Belgium,325182,44096969,804,19,142 +Belgium,325188,262897644,804,19,142 +Belgium,325191,3741128,804,19,142 +Belgium,325192,392972011,804,19,142 +Belgium,325193,109678,804,19,142 +Belgium,325199,3732865354,804,19,142 +Belgium,325211,1402049760,804,19,142 +Belgium,325212,265042095,804,19,142 +Belgium,325221,74598161,804,19,142 +Belgium,325222,58561931,804,19,142 +Belgium,325311,9378054,804,19,142 +Belgium,325312,17646777,804,19,142 +Belgium,325320,116408006,804,19,142 +Belgium,325411,412631135,804,19,142 +Belgium,325412,1594227414,804,19,142 +Belgium,325414,416119993,804,19,142 +Belgium,325510,16900705,804,19,142 +Belgium,325520,34183467,804,19,142 +Belgium,325611,29685715,804,19,142 +Belgium,325612,74196510,804,19,142 +Belgium,325613,118993606,804,19,142 +Belgium,325620,199096883,804,19,142 +Belgium,325910,2564647,804,19,142 +Belgium,325920,113121,804,19,142 +Belgium,325992,79154426,804,19,142 +Belgium,325998,295063250,804,19,142 +Belgium,326113,175162123,804,19,142 +Belgium,326121,4164555,804,19,142 +Belgium,326122,4700614,804,19,142 +Belgium,326160,14802725,804,19,142 +Belgium,326191,5757451,804,19,142 +Belgium,326192,758397,804,19,142 +Belgium,326199,165993478,804,19,142 +Belgium,326211,36179143,804,19,142 +Belgium,326212,8616,804,19,142 +Belgium,326220,42745011,804,19,142 +Belgium,326299,49792075,804,19,142 +Belgium,327111,458087,804,19,142 +Belgium,327112,2352632,804,19,142 +Belgium,327113,97119,804,19,142 +Belgium,327121,13407,804,19,142 +Belgium,327122,67589,804,19,142 +Belgium,327123,18330,804,19,142 +Belgium,327124,1309750,804,19,142 +Belgium,327125,1210542,804,19,142 +Belgium,327211,13899339,804,19,142 +Belgium,327212,31675585,804,19,142 +Belgium,327213,3385890,804,19,142 +Belgium,327215,5542234,804,19,142 +Belgium,327310,40000,804,19,142 +Belgium,327331,191042,804,19,142 +Belgium,327390,179662,804,19,142 +Belgium,327420,85919,804,19,142 +Belgium,327910,4143122,804,19,142 +Belgium,327991,51541,804,19,142 +Belgium,327992,9615324,804,19,142 +Belgium,327993,12399975,804,19,142 +Belgium,327999,1045757,804,19,142 +Belgium,331111,205368037,804,19,142 +Belgium,331112,1119839,804,19,142 +Belgium,331222,6567130,804,19,142 +Belgium,331311,18282265,804,19,142 +Belgium,331312,2877980,804,19,142 +Belgium,331315,6275225,804,19,142 +Belgium,331316,171935,804,19,142 +Belgium,331319,5633929,804,19,142 +Belgium,331411,18560152,804,19,142 +Belgium,331419,51630000,804,19,142 +Belgium,331421,782719,804,19,142 +Belgium,331422,8470470,804,19,142 +Belgium,331491,108827269,804,19,142 +Belgium,331492,4639027,804,19,142 +Belgium,331511,9885517,804,19,142 +Belgium,332115,4564112,804,19,142 +Belgium,332211,1147249,804,19,142 +Belgium,332212,25269429,804,19,142 +Belgium,332213,28050172,804,19,142 +Belgium,332214,277617,804,19,142 +Belgium,332311,235679,804,19,142 +Belgium,332312,1818542,804,19,142 +Belgium,332321,39289,804,19,142 +Belgium,332322,1381561,804,19,142 +Belgium,332323,299926,804,19,142 +Belgium,332410,14336963,804,19,142 +Belgium,332420,5285295,804,19,142 +Belgium,332439,15732085,804,19,142 +Belgium,332510,5320430,804,19,142 +Belgium,332611,1323934,804,19,142 +Belgium,332618,8515310,804,19,142 +Belgium,332722,16549465,804,19,142 +Belgium,332911,45876020,804,19,142 +Belgium,332912,23856291,804,19,142 +Belgium,332913,700527,804,19,142 +Belgium,332919,17873708,804,19,142 +Belgium,332991,22332593,804,19,142 +Belgium,332992,11430066,804,19,142 +Belgium,332994,8452508,804,19,142 +Belgium,332995,303986,804,19,142 +Belgium,332997,403013,804,19,142 +Belgium,332998,793536,804,19,142 +Belgium,332999,51618119,804,19,142 +Belgium,333111,152954875,804,19,142 +Belgium,333120,398454863,804,19,142 +Belgium,333131,15417527,804,19,142 +Belgium,333132,16770614,804,19,142 +Belgium,333210,2462335,804,19,142 +Belgium,333220,9166577,804,19,142 +Belgium,333291,13358254,804,19,142 +Belgium,333292,13772987,804,19,142 +Belgium,333293,11214388,804,19,142 +Belgium,333294,6278620,804,19,142 +Belgium,333295,19762748,804,19,142 +Belgium,333298,6640919,804,19,142 +Belgium,333311,597522,804,19,142 +Belgium,333313,20687898,804,19,142 +Belgium,333314,23658697,804,19,142 +Belgium,333315,21657342,804,19,142 +Belgium,333319,20595383,804,19,142 +Belgium,333411,7206212,804,19,142 +Belgium,333412,6246900,804,19,142 +Belgium,333414,5720172,804,19,142 +Belgium,333415,37224468,804,19,142 +Belgium,333511,7919371,804,19,142 +Belgium,333512,51032428,804,19,142 +Belgium,333513,8528404,804,19,142 +Belgium,333514,3796365,804,19,142 +Belgium,333515,10653291,804,19,142 +Belgium,333516,351576,804,19,142 +Belgium,333611,266655877,804,19,142 +Belgium,333612,102735330,804,19,142 +Belgium,333613,31737423,804,19,142 +Belgium,333618,450525108,804,19,142 +Belgium,333911,26798111,804,19,142 +Belgium,333912,145342762,804,19,142 +Belgium,333913,1874372,804,19,142 +Belgium,333921,1818787,804,19,142 +Belgium,333922,2716704,804,19,142 +Belgium,333923,3369650,804,19,142 +Belgium,333924,67500081,804,19,142 +Belgium,333991,27327284,804,19,142 +Belgium,333992,5978940,804,19,142 +Belgium,333993,21215476,804,19,142 +Belgium,333994,5438328,804,19,142 +Belgium,333995,10601935,804,19,142 +Belgium,333996,38354045,804,19,142 +Belgium,333997,1097771,804,19,142 +Belgium,333999,166047383,804,19,142 +Belgium,334111,139899818,804,19,142 +Belgium,334112,11597837,804,19,142 +Belgium,334119,196209276,804,19,142 +Belgium,334210,9586008,804,19,142 +Belgium,334220,187655401,804,19,142 +Belgium,334290,2334463,804,19,142 +Belgium,334310,45657652,804,19,142 +Belgium,334411,746766,804,19,142 +Belgium,334412,8113016,804,19,142 +Belgium,334413,111993395,804,19,142 +Belgium,334414,666992,804,19,142 +Belgium,334415,645101,804,19,142 +Belgium,334416,644067,804,19,142 +Belgium,334417,49263789,804,19,142 +Belgium,334418,1416561,804,19,142 +Belgium,334419,74226094,804,19,142 +Belgium,334510,453311534,804,19,142 +Belgium,334511,9579654,804,19,142 +Belgium,334512,1568189,804,19,142 +Belgium,334513,50795567,804,19,142 +Belgium,334514,10775624,804,19,142 +Belgium,334515,40026280,804,19,142 +Belgium,334516,263738551,804,19,142 +Belgium,334517,97584239,804,19,142 +Belgium,334518,2680148,804,19,142 +Belgium,334519,39990679,804,19,142 +Belgium,334612,1044246,804,19,142 +Belgium,334613,1421916,804,19,142 +Belgium,335110,4067702,804,19,142 +Belgium,335121,134576,804,19,142 +Belgium,335129,7150701,804,19,142 +Belgium,335211,40218119,804,19,142 +Belgium,335212,10923151,804,19,142 +Belgium,335221,1561066,804,19,142 +Belgium,335222,2270876,804,19,142 +Belgium,335224,9978444,804,19,142 +Belgium,335228,3074949,804,19,142 +Belgium,335311,2031980,804,19,142 +Belgium,335312,61194167,804,19,142 +Belgium,335313,10347945,804,19,142 +Belgium,335314,62597374,804,19,142 +Belgium,335911,48022823,804,19,142 +Belgium,335912,43526534,804,19,142 +Belgium,335921,1654052,804,19,142 +Belgium,335929,22307425,804,19,142 +Belgium,335931,16633052,804,19,142 +Belgium,335932,3336958,804,19,142 +Belgium,335991,6763929,804,19,142 +Belgium,335999,63797680,804,19,142 +Belgium,336111,103630348,804,19,142 +Belgium,336120,10691164,804,19,142 +Belgium,336211,2370216,804,19,142 +Belgium,336212,664534,804,19,142 +Belgium,336213,1576384,804,19,142 +Belgium,336214,3919043,804,19,142 +Belgium,336311,49445918,804,19,142 +Belgium,336321,4775740,804,19,142 +Belgium,336322,24277775,804,19,142 +Belgium,336330,4080565,804,19,142 +Belgium,336340,17904847,804,19,142 +Belgium,336350,8395668,804,19,142 +Belgium,336360,536751,804,19,142 +Belgium,336370,614984,804,19,142 +Belgium,336391,1517717,804,19,142 +Belgium,336399,175329564,804,19,142 +Belgium,336411,10410,804,19,142 +Belgium,336412,17133520,804,19,142 +Belgium,336413,30248802,804,19,142 +Belgium,336419,172403,804,19,142 +Belgium,336510,906822,804,19,142 +Belgium,336611,6407872,804,19,142 +Belgium,336612,29720065,804,19,142 +Belgium,336991,418181150,804,19,142 +Belgium,336992,5101721,804,19,142 +Belgium,337110,2956,804,19,142 +Belgium,337121,3500,804,19,142 +Belgium,337124,519155,804,19,142 +Belgium,337127,31035924,804,19,142 +Belgium,337129,3116,804,19,142 +Belgium,337211,209268,804,19,142 +Belgium,337214,4054048,804,19,142 +Belgium,337215,5293930,804,19,142 +Belgium,337910,419780,804,19,142 +Belgium,337920,132623,804,19,142 +Belgium,339112,1124473594,804,19,142 +Belgium,339113,476076885,804,19,142 +Belgium,339114,15978733,804,19,142 +Belgium,339115,2566762,804,19,142 +Belgium,339911,18442723,804,19,142 +Belgium,339912,344922,804,19,142 +Belgium,339913,2015646841,804,19,142 +Belgium,339914,532443,804,19,142 +Belgium,339920,37533174,804,19,142 +Belgium,339932,5175867,804,19,142 +Belgium,339941,476328,804,19,142 +Belgium,339942,694704,804,19,142 +Belgium,339943,2087288,804,19,142 +Belgium,339944,6813682,804,19,142 +Belgium,339950,240266,804,19,142 +Belgium,339991,45423625,804,19,142 +Belgium,339992,3023620,804,19,142 +Belgium,339993,459353,804,19,142 +Belgium,339994,2903968,804,19,142 +Belgium,339999,10568989,804,19,142 +Belgium,511210,2781521,804,19,142 +Belgium,910000,335810708,804,19,142 +Belgium,920000,176515753,804,19,142 +Belgium,990000,734165377,804,19,142 +Belize,111120,10237,803,20,143 +Belize,111130,194708,803,20,143 +Belize,111140,4490068,803,20,143 +Belize,111150,987223,803,20,143 +Belize,111160,103423,803,20,143 +Belize,111199,196664,803,20,143 +Belize,111211,147657,803,20,143 +Belize,111219,288900,803,20,143 +Belize,111335,7758,803,20,143 +Belize,111339,13753,803,20,143 +Belize,111421,142100,803,20,143 +Belize,111422,4400,803,20,143 +Belize,111992,3429,803,20,143 +Belize,111998,7782,803,20,143 +Belize,112111,7270,803,20,143 +Belize,112310,632105,803,20,143 +Belize,113210,10385,803,20,143 +Belize,113310,264354,803,20,143 +Belize,114111,734214,803,20,143 +Belize,114112,143588,803,20,143 +Belize,212231,21266,803,20,143 +Belize,212311,7041,803,20,143 +Belize,212319,70291,803,20,143 +Belize,212322,7623,803,20,143 +Belize,212325,22870,803,20,143 +Belize,212391,81621,803,20,143 +Belize,212393,65964,803,20,143 +Belize,212399,41132,803,20,143 +Belize,311111,1715614,803,20,143 +Belize,311119,4807602,803,20,143 +Belize,311211,186131,803,20,143 +Belize,311212,20393,803,20,143 +Belize,311221,81812,803,20,143 +Belize,311222,2172466,803,20,143 +Belize,311223,561912,803,20,143 +Belize,311225,1178261,803,20,143 +Belize,311230,401356,803,20,143 +Belize,311311,286970,803,20,143 +Belize,311320,860891,803,20,143 +Belize,311340,2941812,803,20,143 +Belize,311411,220382,803,20,143 +Belize,311421,1224821,803,20,143 +Belize,311422,301416,803,20,143 +Belize,311423,14390,803,20,143 +Belize,311511,84169,803,20,143 +Belize,311512,30634,803,20,143 +Belize,311513,965274,803,20,143 +Belize,311514,785194,803,20,143 +Belize,311520,7214,803,20,143 +Belize,311611,2377293,803,20,143 +Belize,311613,55117,803,20,143 +Belize,311615,917691,803,20,143 +Belize,311711,31067,803,20,143 +Belize,311811,267270,803,20,143 +Belize,311822,350087,803,20,143 +Belize,311823,80829,803,20,143 +Belize,311911,206770,803,20,143 +Belize,311919,703195,803,20,143 +Belize,311920,1819628,803,20,143 +Belize,311930,115226,803,20,143 +Belize,311941,519529,803,20,143 +Belize,311942,365749,803,20,143 +Belize,311999,3329889,803,20,143 +Belize,312111,830084,803,20,143 +Belize,312113,51889,803,20,143 +Belize,312120,184116,803,20,143 +Belize,312130,332377,803,20,143 +Belize,312140,1215509,803,20,143 +Belize,312221,1830215,803,20,143 +Belize,312229,524313,803,20,143 +Belize,313111,18554,803,20,143 +Belize,313210,43224,803,20,143 +Belize,313221,116067,803,20,143 +Belize,313230,9689,803,20,143 +Belize,313249,4659,803,20,143 +Belize,313312,4200,803,20,143 +Belize,313320,14323,803,20,143 +Belize,314110,70838,803,20,143 +Belize,314121,20244,803,20,143 +Belize,314129,289666,803,20,143 +Belize,314911,24619,803,20,143 +Belize,314912,95854,803,20,143 +Belize,314991,90502,803,20,143 +Belize,314992,15061,803,20,143 +Belize,314999,117440,803,20,143 +Belize,315111,3308,803,20,143 +Belize,315221,57837,803,20,143 +Belize,315222,29122,803,20,143 +Belize,315223,63734,803,20,143 +Belize,315224,35327,803,20,143 +Belize,315228,40105,803,20,143 +Belize,315231,7723,803,20,143 +Belize,315232,12463,803,20,143 +Belize,315233,9961,803,20,143 +Belize,315234,14614,803,20,143 +Belize,315239,9154,803,20,143 +Belize,315991,12817,803,20,143 +Belize,315992,6584,803,20,143 +Belize,315999,757724,803,20,143 +Belize,316211,60253,803,20,143 +Belize,316213,47816,803,20,143 +Belize,316214,8332,803,20,143 +Belize,316219,213906,803,20,143 +Belize,316991,50146,803,20,143 +Belize,316992,24560,803,20,143 +Belize,316993,19657,803,20,143 +Belize,321113,723373,803,20,143 +Belize,321114,1734754,803,20,143 +Belize,321211,845262,803,20,143 +Belize,321212,294152,803,20,143 +Belize,321213,530569,803,20,143 +Belize,321219,21606,803,20,143 +Belize,321911,112596,803,20,143 +Belize,321918,72585,803,20,143 +Belize,321920,51997,803,20,143 +Belize,321991,30070,803,20,143 +Belize,321999,28716,803,20,143 +Belize,322121,570935,803,20,143 +Belize,322122,581294,803,20,143 +Belize,322130,12988,803,20,143 +Belize,322211,51401,803,20,143 +Belize,322215,413547,803,20,143 +Belize,322222,244999,803,20,143 +Belize,322223,105570,803,20,143 +Belize,322224,16483,803,20,143 +Belize,322233,113719,803,20,143 +Belize,322291,407413,803,20,143 +Belize,322299,21682,803,20,143 +Belize,323116,2902,803,20,143 +Belize,323117,243283,803,20,143 +Belize,323118,8994,803,20,143 +Belize,323119,206345,803,20,143 +Belize,324110,82306286,803,20,143 +Belize,324121,10343,803,20,143 +Belize,324122,15576,803,20,143 +Belize,325120,8130,803,20,143 +Belize,325131,12043,803,20,143 +Belize,325132,638079,803,20,143 +Belize,325181,52056,803,20,143 +Belize,325188,457346,803,20,143 +Belize,325192,35843,803,20,143 +Belize,325193,3008,803,20,143 +Belize,325199,420992,803,20,143 +Belize,325211,837451,803,20,143 +Belize,325212,100711,803,20,143 +Belize,325311,129410,803,20,143 +Belize,325312,3437367,803,20,143 +Belize,325320,491108,803,20,143 +Belize,325411,603974,803,20,143 +Belize,325412,1711544,803,20,143 +Belize,325414,23309,803,20,143 +Belize,325510,876001,803,20,143 +Belize,325520,802511,803,20,143 +Belize,325611,1565148,803,20,143 +Belize,325612,57293,803,20,143 +Belize,325613,355587,803,20,143 +Belize,325620,3615269,803,20,143 +Belize,325910,84151,803,20,143 +Belize,325920,236172,803,20,143 +Belize,325992,83906,803,20,143 +Belize,325998,856383,803,20,143 +Belize,326113,108079,803,20,143 +Belize,326121,150480,803,20,143 +Belize,326122,539264,803,20,143 +Belize,326191,86394,803,20,143 +Belize,326192,9872,803,20,143 +Belize,326199,3934810,803,20,143 +Belize,326211,651761,803,20,143 +Belize,326212,7279,803,20,143 +Belize,326220,319003,803,20,143 +Belize,326299,213023,803,20,143 +Belize,327111,117461,803,20,143 +Belize,327112,285176,803,20,143 +Belize,327113,211400,803,20,143 +Belize,327122,8884,803,20,143 +Belize,327123,17435,803,20,143 +Belize,327125,76519,803,20,143 +Belize,327211,3275,803,20,143 +Belize,327212,210309,803,20,143 +Belize,327213,21629,803,20,143 +Belize,327215,48158,803,20,143 +Belize,327310,707477,803,20,143 +Belize,327390,16776,803,20,143 +Belize,327420,18768,803,20,143 +Belize,327910,360712,803,20,143 +Belize,327991,70958,803,20,143 +Belize,327992,22933,803,20,143 +Belize,327993,79766,803,20,143 +Belize,327999,22817,803,20,143 +Belize,331111,2040962,803,20,143 +Belize,331222,119104,803,20,143 +Belize,331316,120752,803,20,143 +Belize,331319,281937,803,20,143 +Belize,331419,4230,803,20,143 +Belize,331421,65874,803,20,143 +Belize,331422,402644,803,20,143 +Belize,331491,16479,803,20,143 +Belize,331511,89745,803,20,143 +Belize,332115,54811,803,20,143 +Belize,332211,848942,803,20,143 +Belize,332212,655270,803,20,143 +Belize,332213,320252,803,20,143 +Belize,332311,14000,803,20,143 +Belize,332312,1640769,803,20,143 +Belize,332321,52128,803,20,143 +Belize,332322,232541,803,20,143 +Belize,332410,90687,803,20,143 +Belize,332420,5028637,803,20,143 +Belize,332439,65720,803,20,143 +Belize,332510,422329,803,20,143 +Belize,332611,103460,803,20,143 +Belize,332618,943544,803,20,143 +Belize,332722,1564852,803,20,143 +Belize,332911,111339,803,20,143 +Belize,332912,29471,803,20,143 +Belize,332913,31716,803,20,143 +Belize,332919,201415,803,20,143 +Belize,332991,178174,803,20,143 +Belize,332992,26184,803,20,143 +Belize,332994,175795,803,20,143 +Belize,332998,18424,803,20,143 +Belize,332999,1286332,803,20,143 +Belize,333111,1883203,803,20,143 +Belize,333120,2563014,803,20,143 +Belize,333131,1386105,803,20,143 +Belize,333132,3476527,803,20,143 +Belize,333210,66522,803,20,143 +Belize,333220,11747,803,20,143 +Belize,333291,17675,803,20,143 +Belize,333292,361076,803,20,143 +Belize,333293,99363,803,20,143 +Belize,333294,672201,803,20,143 +Belize,333295,4223,803,20,143 +Belize,333298,48640,803,20,143 +Belize,333311,4391,803,20,143 +Belize,333313,864824,803,20,143 +Belize,333314,137735,803,20,143 +Belize,333315,184178,803,20,143 +Belize,333319,81387,803,20,143 +Belize,333411,44451,803,20,143 +Belize,333412,79500,803,20,143 +Belize,333414,62293,803,20,143 +Belize,333415,1215669,803,20,143 +Belize,333512,271004,803,20,143 +Belize,333513,29650,803,20,143 +Belize,333514,46741,803,20,143 +Belize,333515,260484,803,20,143 +Belize,333516,5342,803,20,143 +Belize,333611,100764,803,20,143 +Belize,333612,42315,803,20,143 +Belize,333613,214598,803,20,143 +Belize,333618,1312058,803,20,143 +Belize,333911,396965,803,20,143 +Belize,333912,103378,803,20,143 +Belize,333913,72068,803,20,143 +Belize,333921,44350,803,20,143 +Belize,333922,177552,803,20,143 +Belize,333923,10533,803,20,143 +Belize,333924,517048,803,20,143 +Belize,333991,251778,803,20,143 +Belize,333992,73376,803,20,143 +Belize,333993,126180,803,20,143 +Belize,333994,11027,803,20,143 +Belize,333995,47052,803,20,143 +Belize,333996,68582,803,20,143 +Belize,333997,27714,803,20,143 +Belize,333999,538504,803,20,143 +Belize,334111,1050042,803,20,143 +Belize,334112,68517,803,20,143 +Belize,334119,1610861,803,20,143 +Belize,334210,942736,803,20,143 +Belize,334220,3303978,803,20,143 +Belize,334290,32622,803,20,143 +Belize,334310,962221,803,20,143 +Belize,334413,312218,803,20,143 +Belize,334416,51315,803,20,143 +Belize,334417,1427798,803,20,143 +Belize,334418,89459,803,20,143 +Belize,334419,307407,803,20,143 +Belize,334510,224138,803,20,143 +Belize,334511,64084,803,20,143 +Belize,334513,167105,803,20,143 +Belize,334514,380865,803,20,143 +Belize,334515,418617,803,20,143 +Belize,334516,175084,803,20,143 +Belize,334517,41533,803,20,143 +Belize,334518,866990,803,20,143 +Belize,334519,188409,803,20,143 +Belize,334612,17128,803,20,143 +Belize,334613,17160,803,20,143 +Belize,335110,84921,803,20,143 +Belize,335121,14082,803,20,143 +Belize,335129,270234,803,20,143 +Belize,335211,761547,803,20,143 +Belize,335212,11688,803,20,143 +Belize,335221,486542,803,20,143 +Belize,335222,561109,803,20,143 +Belize,335224,806561,803,20,143 +Belize,335228,70798,803,20,143 +Belize,335311,3234467,803,20,143 +Belize,335312,805394,803,20,143 +Belize,335313,303948,803,20,143 +Belize,335314,509210,803,20,143 +Belize,335911,356129,803,20,143 +Belize,335912,1009119,803,20,143 +Belize,335929,615341,803,20,143 +Belize,335931,20575,803,20,143 +Belize,335932,117036,803,20,143 +Belize,335991,4504,803,20,143 +Belize,335999,401740,803,20,143 +Belize,336111,5508024,803,20,143 +Belize,336120,7307192,803,20,143 +Belize,336212,236445,803,20,143 +Belize,336213,44150,803,20,143 +Belize,336214,612812,803,20,143 +Belize,336311,384426,803,20,143 +Belize,336321,2622,803,20,143 +Belize,336322,286050,803,20,143 +Belize,336330,240787,803,20,143 +Belize,336340,101649,803,20,143 +Belize,336350,93870,803,20,143 +Belize,336391,8270,803,20,143 +Belize,336399,3862645,803,20,143 +Belize,336412,115811,803,20,143 +Belize,336413,160144,803,20,143 +Belize,336419,11609,803,20,143 +Belize,336510,94444,803,20,143 +Belize,336611,375885,803,20,143 +Belize,336612,2330812,803,20,143 +Belize,336991,192086,803,20,143 +Belize,336992,5000,803,20,143 +Belize,337124,36151,803,20,143 +Belize,337127,655161,803,20,143 +Belize,337214,98517,803,20,143 +Belize,337215,128793,803,20,143 +Belize,337910,15098,803,20,143 +Belize,339112,476576,803,20,143 +Belize,339113,166764,803,20,143 +Belize,339114,118617,803,20,143 +Belize,339115,125287,803,20,143 +Belize,339911,4900517,803,20,143 +Belize,339913,2031627,803,20,143 +Belize,339914,8014,803,20,143 +Belize,339920,313239,803,20,143 +Belize,339932,127423,803,20,143 +Belize,339941,30973,803,20,143 +Belize,339942,549395,803,20,143 +Belize,339943,3475,803,20,143 +Belize,339944,21019,803,20,143 +Belize,339950,53748,803,20,143 +Belize,339991,60135,803,20,143 +Belize,339992,9100,803,20,143 +Belize,339993,14400,803,20,143 +Belize,339994,69368,803,20,143 +Belize,339999,1098737,803,20,143 +Belize,511210,7874,803,20,143 +Belize,910000,1078208,803,20,143 +Belize,920000,2115555,803,20,143 +Belize,990000,29755172,803,20,143 +Benin,111130,742058,805,21,144 +Benin,111199,483008,805,21,144 +Benin,114111,107800,805,21,144 +Benin,311221,55200,805,21,144 +Benin,311223,1271071,805,21,144 +Benin,311421,32131,805,21,144 +Benin,311514,3096524,805,21,144 +Benin,311615,1323758,805,21,144 +Benin,311941,1402972,805,21,144 +Benin,311942,170000,805,21,144 +Benin,312111,62000,805,21,144 +Benin,312130,161940,805,21,144 +Benin,313210,38612,805,21,144 +Benin,314129,22237,805,21,144 +Benin,314912,356020,805,21,144 +Benin,314992,6200,805,21,144 +Benin,314999,1100587,805,21,144 +Benin,315228,197557,805,21,144 +Benin,315232,52746,805,21,144 +Benin,315992,7664,805,21,144 +Benin,315999,30000,805,21,144 +Benin,316219,115186,805,21,144 +Benin,316991,84395,805,21,144 +Benin,316992,6288,805,21,144 +Benin,316999,30000,805,21,144 +Benin,321113,3000,805,21,144 +Benin,321918,11070,805,21,144 +Benin,321920,22000,805,21,144 +Benin,321999,10800,805,21,144 +Benin,322121,16088,805,21,144 +Benin,322223,2962,805,21,144 +Benin,322291,33796,805,21,144 +Benin,323117,64476,805,21,144 +Benin,323118,7498,805,21,144 +Benin,323119,62926,805,21,144 +Benin,325199,342432,805,21,144 +Benin,325211,461257,805,21,144 +Benin,325320,113944,805,21,144 +Benin,325412,95026,805,21,144 +Benin,325611,74671,805,21,144 +Benin,325612,50242,805,21,144 +Benin,325613,23237,805,21,144 +Benin,325620,5944933,805,21,144 +Benin,325910,2514,805,21,144 +Benin,325992,2570,805,21,144 +Benin,325998,13857,805,21,144 +Benin,326122,139124,805,21,144 +Benin,326191,11864,805,21,144 +Benin,326199,830924,805,21,144 +Benin,326211,280020,805,21,144 +Benin,326212,56352,805,21,144 +Benin,326220,81639,805,21,144 +Benin,327112,1039171,805,21,144 +Benin,327122,34053,805,21,144 +Benin,327212,28935,805,21,144 +Benin,331111,3959,805,21,144 +Benin,332212,99323,805,21,144 +Benin,332311,165534,805,21,144 +Benin,332312,16000,805,21,144 +Benin,332911,359010,805,21,144 +Benin,332912,5421,805,21,144 +Benin,332919,35696,805,21,144 +Benin,332994,9483,805,21,144 +Benin,332998,12500,805,21,144 +Benin,332999,59974,805,21,144 +Benin,333111,862683,805,21,144 +Benin,333120,1977570,805,21,144 +Benin,333132,589886,805,21,144 +Benin,333292,110547,805,21,144 +Benin,333293,6990,805,21,144 +Benin,333313,53030,805,21,144 +Benin,333314,6494,805,21,144 +Benin,333315,12990,805,21,144 +Benin,333411,22815,805,21,144 +Benin,333415,133480,805,21,144 +Benin,333512,135835,805,21,144 +Benin,333515,8000,805,21,144 +Benin,333611,35200,805,21,144 +Benin,333612,2845,805,21,144 +Benin,333618,22151,805,21,144 +Benin,333912,22000,805,21,144 +Benin,333913,5900,805,21,144 +Benin,333922,112624,805,21,144 +Benin,333923,8694,805,21,144 +Benin,333924,2679891,805,21,144 +Benin,333992,944455,805,21,144 +Benin,333997,26450,805,21,144 +Benin,333999,422754,805,21,144 +Benin,334111,306572,805,21,144 +Benin,334112,18819,805,21,144 +Benin,334119,90184,805,21,144 +Benin,334210,384093,805,21,144 +Benin,334220,526568,805,21,144 +Benin,334290,4270,805,21,144 +Benin,334310,32775,805,21,144 +Benin,334413,35465,805,21,144 +Benin,334418,8140,805,21,144 +Benin,334419,146257,805,21,144 +Benin,334510,133478,805,21,144 +Benin,334511,14375,805,21,144 +Benin,334513,107648,805,21,144 +Benin,334514,231690,805,21,144 +Benin,334515,200618,805,21,144 +Benin,334516,40243,805,21,144 +Benin,334517,248029,805,21,144 +Benin,334518,3401,805,21,144 +Benin,334519,288506,805,21,144 +Benin,335129,9156,805,21,144 +Benin,335224,59500,805,21,144 +Benin,335228,232450,805,21,144 +Benin,335311,13800,805,21,144 +Benin,335312,2505864,805,21,144 +Benin,335314,74775,805,21,144 +Benin,335911,34350,805,21,144 +Benin,335912,15705,805,21,144 +Benin,335929,6191,805,21,144 +Benin,335999,57233,805,21,144 +Benin,336111,349682517,805,21,144 +Benin,336120,1466865,805,21,144 +Benin,336211,40000,805,21,144 +Benin,336212,98200,805,21,144 +Benin,336213,29500,805,21,144 +Benin,336214,76641,805,21,144 +Benin,336311,15200,805,21,144 +Benin,336322,173313,805,21,144 +Benin,336350,23540,805,21,144 +Benin,336360,5000,805,21,144 +Benin,336399,56453141,805,21,144 +Benin,336412,194998,805,21,144 +Benin,336510,25000,805,21,144 +Benin,336611,2835687,805,21,144 +Benin,336612,31095,805,21,144 +Benin,336991,232331,805,21,144 +Benin,337110,5000,805,21,144 +Benin,337124,79361,805,21,144 +Benin,337127,172402,805,21,144 +Benin,337215,21011,805,21,144 +Benin,339112,40218,805,21,144 +Benin,339113,194000,805,21,144 +Benin,339114,4799,805,21,144 +Benin,339911,3069,805,21,144 +Benin,339912,16485,805,21,144 +Benin,339920,6352,805,21,144 +Benin,339932,47896,805,21,144 +Benin,339944,4749,805,21,144 +Benin,339992,6696,805,21,144 +Benin,339994,3885,805,21,144 +Benin,339999,66282,805,21,144 +Benin,511210,16595,805,21,144 +Benin,910000,639691,805,21,144 +Benin,920000,8705952,805,21,144 +Benin,990000,5483230,805,21,144 +Bermuda,111110,5883,803,22,145 +Bermuda,111130,24738,803,22,145 +Bermuda,111150,187727,803,22,145 +Bermuda,111199,364502,803,22,145 +Bermuda,111211,137211,803,22,145 +Bermuda,111219,7853798,803,22,145 +Bermuda,111310,237048,803,22,145 +Bermuda,111320,264990,803,22,145 +Bermuda,111331,379730,803,22,145 +Bermuda,111332,423660,803,22,145 +Bermuda,111333,96643,803,22,145 +Bermuda,111334,42867,803,22,145 +Bermuda,111335,101010,803,22,145 +Bermuda,111339,5479830,803,22,145 +Bermuda,111421,114077,803,22,145 +Bermuda,111422,13380,803,22,145 +Bermuda,111940,410174,803,22,145 +Bermuda,111998,24124,803,22,145 +Bermuda,112111,2970,803,22,145 +Bermuda,112310,858978,803,22,145 +Bermuda,112910,82164,803,22,145 +Bermuda,112920,23670,803,22,145 +Bermuda,113210,14953,803,22,145 +Bermuda,113310,510422,803,22,145 +Bermuda,114111,2866666,803,22,145 +Bermuda,114112,1522672,803,22,145 +Bermuda,114119,15200,803,22,145 +Bermuda,211112,15681,803,22,145 +Bermuda,212112,6375,803,22,145 +Bermuda,212234,12401,803,22,145 +Bermuda,212311,30000,803,22,145 +Bermuda,212319,87981,803,22,145 +Bermuda,212322,48842,803,22,145 +Bermuda,212325,19298,803,22,145 +Bermuda,212392,10430,803,22,145 +Bermuda,212393,18463,803,22,145 +Bermuda,212399,130182,803,22,145 +Bermuda,311111,1875453,803,22,145 +Bermuda,311119,871540,803,22,145 +Bermuda,311211,112153,803,22,145 +Bermuda,311212,760225,803,22,145 +Bermuda,311213,9722,803,22,145 +Bermuda,311221,187239,803,22,145 +Bermuda,311222,243744,803,22,145 +Bermuda,311223,724214,803,22,145 +Bermuda,311225,583707,803,22,145 +Bermuda,311230,1432852,803,22,145 +Bermuda,311311,286339,803,22,145 +Bermuda,311320,1239874,803,22,145 +Bermuda,311340,1307547,803,22,145 +Bermuda,311411,1777085,803,22,145 +Bermuda,311421,4761322,803,22,145 +Bermuda,311422,792889,803,22,145 +Bermuda,311423,207302,803,22,145 +Bermuda,311511,1645467,803,22,145 +Bermuda,311512,193805,803,22,145 +Bermuda,311513,2556454,803,22,145 +Bermuda,311514,3762427,803,22,145 +Bermuda,311520,1602773,803,22,145 +Bermuda,311611,10003945,803,22,145 +Bermuda,311615,12205760,803,22,145 +Bermuda,311711,719901,803,22,145 +Bermuda,311811,5205892,803,22,145 +Bermuda,311822,1020910,803,22,145 +Bermuda,311823,44850,803,22,145 +Bermuda,311911,778896,803,22,145 +Bermuda,311919,3125974,803,22,145 +Bermuda,311920,2118451,803,22,145 +Bermuda,311930,741959,803,22,145 +Bermuda,311941,1697028,803,22,145 +Bermuda,311942,648509,803,22,145 +Bermuda,311999,5281839,803,22,145 +Bermuda,312111,3856813,803,22,145 +Bermuda,312112,721070,803,22,145 +Bermuda,312113,372617,803,22,145 +Bermuda,312120,1331617,803,22,145 +Bermuda,312130,6280067,803,22,145 +Bermuda,312140,421916,803,22,145 +Bermuda,312221,321827,803,22,145 +Bermuda,312229,54442,803,22,145 +Bermuda,313111,27142,803,22,145 +Bermuda,313210,99267,803,22,145 +Bermuda,313221,12646,803,22,145 +Bermuda,313230,33431,803,22,145 +Bermuda,313249,81677,803,22,145 +Bermuda,313312,6720,803,22,145 +Bermuda,313320,38820,803,22,145 +Bermuda,314110,1187821,803,22,145 +Bermuda,314121,293647,803,22,145 +Bermuda,314129,1451642,803,22,145 +Bermuda,314911,284584,803,22,145 +Bermuda,314912,464608,803,22,145 +Bermuda,314991,324133,803,22,145 +Bermuda,314999,305601,803,22,145 +Bermuda,315111,83482,803,22,145 +Bermuda,315221,90950,803,22,145 +Bermuda,315222,135237,803,22,145 +Bermuda,315223,862890,803,22,145 +Bermuda,315224,143300,803,22,145 +Bermuda,315228,175970,803,22,145 +Bermuda,315231,162246,803,22,145 +Bermuda,315232,222119,803,22,145 +Bermuda,315233,81762,803,22,145 +Bermuda,315234,163296,803,22,145 +Bermuda,315239,597421,803,22,145 +Bermuda,315291,56783,803,22,145 +Bermuda,315292,284535,803,22,145 +Bermuda,315991,82796,803,22,145 +Bermuda,315992,10941,803,22,145 +Bermuda,315999,1645143,803,22,145 +Bermuda,316110,9839,803,22,145 +Bermuda,316211,127410,803,22,145 +Bermuda,316212,21576,803,22,145 +Bermuda,316213,274040,803,22,145 +Bermuda,316214,52109,803,22,145 +Bermuda,316219,2597260,803,22,145 +Bermuda,316991,303455,803,22,145 +Bermuda,316992,71836,803,22,145 +Bermuda,316993,52036,803,22,145 +Bermuda,316999,61778,803,22,145 +Bermuda,321113,1484850,803,22,145 +Bermuda,321114,482697,803,22,145 +Bermuda,321211,150629,803,22,145 +Bermuda,321212,844563,803,22,145 +Bermuda,321213,72494,803,22,145 +Bermuda,321219,2646,803,22,145 +Bermuda,321911,912657,803,22,145 +Bermuda,321918,1376930,803,22,145 +Bermuda,321920,121924,803,22,145 +Bermuda,321992,19400,803,22,145 +Bermuda,321999,808154,803,22,145 +Bermuda,322121,1651345,803,22,145 +Bermuda,322122,1459595,803,22,145 +Bermuda,322130,223126,803,22,145 +Bermuda,322211,200107,803,22,145 +Bermuda,322212,403830,803,22,145 +Bermuda,322213,60462,803,22,145 +Bermuda,322214,55249,803,22,145 +Bermuda,322215,329559,803,22,145 +Bermuda,322222,269705,803,22,145 +Bermuda,322223,1261488,803,22,145 +Bermuda,322224,46771,803,22,145 +Bermuda,322232,285683,803,22,145 +Bermuda,322233,40583,803,22,145 +Bermuda,322291,3638531,803,22,145 +Bermuda,322299,455487,803,22,145 +Bermuda,323116,23124,803,22,145 +Bermuda,323117,1714874,803,22,145 +Bermuda,323118,239066,803,22,145 +Bermuda,323119,2425381,803,22,145 +Bermuda,323122,10550,803,22,145 +Bermuda,324110,115411090,803,22,145 +Bermuda,324121,560357,803,22,145 +Bermuda,324122,28000,803,22,145 +Bermuda,325110,2591,803,22,145 +Bermuda,325120,343538,803,22,145 +Bermuda,325131,104650,803,22,145 +Bermuda,325132,28971,803,22,145 +Bermuda,325181,477116,803,22,145 +Bermuda,325182,3139,803,22,145 +Bermuda,325188,348275,803,22,145 +Bermuda,325191,9626,803,22,145 +Bermuda,325199,746487,803,22,145 +Bermuda,325211,1217118,803,22,145 +Bermuda,325212,233585,803,22,145 +Bermuda,325222,25621,803,22,145 +Bermuda,325311,38799,803,22,145 +Bermuda,325312,487719,803,22,145 +Bermuda,325320,634548,803,22,145 +Bermuda,325411,1005480,803,22,145 +Bermuda,325412,6933486,803,22,145 +Bermuda,325414,1703049,803,22,145 +Bermuda,325510,3384656,803,22,145 +Bermuda,325520,381567,803,22,145 +Bermuda,325611,5332727,803,22,145 +Bermuda,325612,162400,803,22,145 +Bermuda,325613,338290,803,22,145 +Bermuda,325620,3348537,803,22,145 +Bermuda,325910,660085,803,22,145 +Bermuda,325992,40269,803,22,145 +Bermuda,325998,681112,803,22,145 +Bermuda,326113,374218,803,22,145 +Bermuda,326121,297753,803,22,145 +Bermuda,326122,1237034,803,22,145 +Bermuda,326160,140631,803,22,145 +Bermuda,326191,379766,803,22,145 +Bermuda,326192,233728,803,22,145 +Bermuda,326199,11104243,803,22,145 +Bermuda,326211,1229177,803,22,145 +Bermuda,326212,22536,803,22,145 +Bermuda,326220,299026,803,22,145 +Bermuda,326299,443658,803,22,145 +Bermuda,327111,631075,803,22,145 +Bermuda,327112,375122,803,22,145 +Bermuda,327113,5176,803,22,145 +Bermuda,327121,565876,803,22,145 +Bermuda,327122,68488,803,22,145 +Bermuda,327123,244897,803,22,145 +Bermuda,327124,57367,803,22,145 +Bermuda,327125,484665,803,22,145 +Bermuda,327211,74457,803,22,145 +Bermuda,327212,772300,803,22,145 +Bermuda,327213,58759,803,22,145 +Bermuda,327215,436047,803,22,145 +Bermuda,327310,152290,803,22,145 +Bermuda,327331,116440,803,22,145 +Bermuda,327390,967701,803,22,145 +Bermuda,327420,512590,803,22,145 +Bermuda,327910,56551,803,22,145 +Bermuda,327991,632134,803,22,145 +Bermuda,327992,5240,803,22,145 +Bermuda,327993,752879,803,22,145 +Bermuda,327999,559356,803,22,145 +Bermuda,331111,2604732,803,22,145 +Bermuda,331222,91729,803,22,145 +Bermuda,331315,365355,803,22,145 +Bermuda,331316,308347,803,22,145 +Bermuda,331319,409163,803,22,145 +Bermuda,331419,76845,803,22,145 +Bermuda,331421,149317,803,22,145 +Bermuda,331422,2182448,803,22,145 +Bermuda,331491,192769,803,22,145 +Bermuda,331511,333607,803,22,145 +Bermuda,332115,19209,803,22,145 +Bermuda,332211,71459,803,22,145 +Bermuda,332212,565010,803,22,145 +Bermuda,332213,8813,803,22,145 +Bermuda,332214,33419,803,22,145 +Bermuda,332311,713074,803,22,145 +Bermuda,332312,2530369,803,22,145 +Bermuda,332321,3156772,803,22,145 +Bermuda,332322,268529,803,22,145 +Bermuda,332323,378942,803,22,145 +Bermuda,332410,493593,803,22,145 +Bermuda,332420,567882,803,22,145 +Bermuda,332431,73917,803,22,145 +Bermuda,332439,247464,803,22,145 +Bermuda,332510,2148941,803,22,145 +Bermuda,332618,1008048,803,22,145 +Bermuda,332722,395458,803,22,145 +Bermuda,332911,2991330,803,22,145 +Bermuda,332912,261025,803,22,145 +Bermuda,332913,474820,803,22,145 +Bermuda,332919,230368,803,22,145 +Bermuda,332991,15542,803,22,145 +Bermuda,332994,201068,803,22,145 +Bermuda,332997,18872,803,22,145 +Bermuda,332998,340396,803,22,145 +Bermuda,332999,1607269,803,22,145 +Bermuda,333111,820493,803,22,145 +Bermuda,333120,3429105,803,22,145 +Bermuda,333131,12342,803,22,145 +Bermuda,333132,42518,803,22,145 +Bermuda,333210,65260,803,22,145 +Bermuda,333220,76048,803,22,145 +Bermuda,333291,265815,803,22,145 +Bermuda,333292,357273,803,22,145 +Bermuda,333293,234481,803,22,145 +Bermuda,333294,224111,803,22,145 +Bermuda,333295,12955,803,22,145 +Bermuda,333298,17564,803,22,145 +Bermuda,333311,56248,803,22,145 +Bermuda,333313,812428,803,22,145 +Bermuda,333314,234868,803,22,145 +Bermuda,333315,1074452,803,22,145 +Bermuda,333319,717944,803,22,145 +Bermuda,333411,44891,803,22,145 +Bermuda,333412,139308,803,22,145 +Bermuda,333414,524484,803,22,145 +Bermuda,333415,9384602,803,22,145 +Bermuda,333512,67456,803,22,145 +Bermuda,333513,94047,803,22,145 +Bermuda,333514,9589,803,22,145 +Bermuda,333515,40350,803,22,145 +Bermuda,333611,354328,803,22,145 +Bermuda,333612,43310,803,22,145 +Bermuda,333613,38202,803,22,145 +Bermuda,333618,1701475,803,22,145 +Bermuda,333911,1162509,803,22,145 +Bermuda,333912,307359,803,22,145 +Bermuda,333913,249677,803,22,145 +Bermuda,333921,24621,803,22,145 +Bermuda,333922,1385954,803,22,145 +Bermuda,333923,589866,803,22,145 +Bermuda,333924,1493776,803,22,145 +Bermuda,333991,112643,803,22,145 +Bermuda,333992,82432,803,22,145 +Bermuda,333993,11558,803,22,145 +Bermuda,333994,266075,803,22,145 +Bermuda,333996,145200,803,22,145 +Bermuda,333997,96134,803,22,145 +Bermuda,333999,4390140,803,22,145 +Bermuda,334111,10391497,803,22,145 +Bermuda,334112,2267682,803,22,145 +Bermuda,334119,10891642,803,22,145 +Bermuda,334210,706377,803,22,145 +Bermuda,334220,22696643,803,22,145 +Bermuda,334290,837973,803,22,145 +Bermuda,334310,5749729,803,22,145 +Bermuda,334411,10758,803,22,145 +Bermuda,334412,7685,803,22,145 +Bermuda,334413,594379,803,22,145 +Bermuda,334414,8018,803,22,145 +Bermuda,334415,5200,803,22,145 +Bermuda,334416,77217,803,22,145 +Bermuda,334417,535595,803,22,145 +Bermuda,334418,508052,803,22,145 +Bermuda,334419,999573,803,22,145 +Bermuda,334510,2329652,803,22,145 +Bermuda,334511,118624,803,22,145 +Bermuda,334512,57460,803,22,145 +Bermuda,334513,207517,803,22,145 +Bermuda,334514,34521,803,22,145 +Bermuda,334515,779118,803,22,145 +Bermuda,334516,601145,803,22,145 +Bermuda,334517,1230033,803,22,145 +Bermuda,334518,1195486,803,22,145 +Bermuda,334519,3831136,803,22,145 +Bermuda,334612,200138,803,22,145 +Bermuda,334613,63488,803,22,145 +Bermuda,335110,274483,803,22,145 +Bermuda,335121,654396,803,22,145 +Bermuda,335129,2664222,803,22,145 +Bermuda,335211,957335,803,22,145 +Bermuda,335212,152940,803,22,145 +Bermuda,335221,1199472,803,22,145 +Bermuda,335222,2206113,803,22,145 +Bermuda,335224,803224,803,22,145 +Bermuda,335228,1311783,803,22,145 +Bermuda,335311,1293729,803,22,145 +Bermuda,335312,1173845,803,22,145 +Bermuda,335313,1083788,803,22,145 +Bermuda,335314,715692,803,22,145 +Bermuda,335911,565112,803,22,145 +Bermuda,335912,620317,803,22,145 +Bermuda,335921,88480,803,22,145 +Bermuda,335929,1095512,803,22,145 +Bermuda,335931,683367,803,22,145 +Bermuda,335932,402587,803,22,145 +Bermuda,335991,7941,803,22,145 +Bermuda,335999,585041,803,22,145 +Bermuda,336111,1134968,803,22,145 +Bermuda,336120,2239226,803,22,145 +Bermuda,336212,150500,803,22,145 +Bermuda,336214,384836,803,22,145 +Bermuda,336311,57616,803,22,145 +Bermuda,336321,44028,803,22,145 +Bermuda,336322,164267,803,22,145 +Bermuda,336330,24939,803,22,145 +Bermuda,336350,66447,803,22,145 +Bermuda,336360,17804,803,22,145 +Bermuda,336391,50839,803,22,145 +Bermuda,336399,543549,803,22,145 +Bermuda,336412,42267,803,22,145 +Bermuda,336413,29339,803,22,145 +Bermuda,336510,34403,803,22,145 +Bermuda,336611,177620,803,22,145 +Bermuda,336612,6473487,803,22,145 +Bermuda,336991,751587,803,22,145 +Bermuda,337110,4285775,803,22,145 +Bermuda,337124,1424976,803,22,145 +Bermuda,337127,7157882,803,22,145 +Bermuda,337211,1136662,803,22,145 +Bermuda,337214,925633,803,22,145 +Bermuda,337215,2836390,803,22,145 +Bermuda,337910,999292,803,22,145 +Bermuda,337920,104780,803,22,145 +Bermuda,339112,2221404,803,22,145 +Bermuda,339113,8427454,803,22,145 +Bermuda,339114,523804,803,22,145 +Bermuda,339115,393140,803,22,145 +Bermuda,339911,9983552,803,22,145 +Bermuda,339912,33807,803,22,145 +Bermuda,339913,392676,803,22,145 +Bermuda,339914,271210,803,22,145 +Bermuda,339920,1143154,803,22,145 +Bermuda,339932,2448564,803,22,145 +Bermuda,339941,104534,803,22,145 +Bermuda,339942,26119,803,22,145 +Bermuda,339944,36382,803,22,145 +Bermuda,339950,152927,803,22,145 +Bermuda,339991,81981,803,22,145 +Bermuda,339992,101897,803,22,145 +Bermuda,339993,19066,803,22,145 +Bermuda,339994,308746,803,22,145 +Bermuda,339999,1153016,803,22,145 +Bermuda,511210,11539020,803,22,145 +Bermuda,910000,355520,803,22,145 +Bermuda,920000,952666,803,22,145 +Bermuda,990000,83960019,803,22,145 +Bhutan,311119,4629,806,23,146 +Bhutan,316999,3250,806,23,146 +Bhutan,323119,39287,806,23,146 +Bhutan,325199,127875,806,23,146 +Bhutan,325211,6826,806,23,146 +Bhutan,325320,6615,806,23,146 +Bhutan,325412,16674,806,23,146 +Bhutan,331111,10890,806,23,146 +Bhutan,332911,13000,806,23,146 +Bhutan,332999,15334,806,23,146 +Bhutan,333120,2569,806,23,146 +Bhutan,333314,28337,806,23,146 +Bhutan,333315,57512,806,23,146 +Bhutan,333993,15000,806,23,146 +Bhutan,333999,21320,806,23,146 +Bhutan,334111,389670,806,23,146 +Bhutan,334119,2970,806,23,146 +Bhutan,334210,17765,806,23,146 +Bhutan,334220,37834,806,23,146 +Bhutan,334310,26792,806,23,146 +Bhutan,334419,17099,806,23,146 +Bhutan,334510,40422,806,23,146 +Bhutan,334511,3550,806,23,146 +Bhutan,334515,89500,806,23,146 +Bhutan,334516,42550,806,23,146 +Bhutan,334519,479748,806,23,146 +Bhutan,334613,23842,806,23,146 +Bhutan,335129,2857,806,23,146 +Bhutan,335929,3097,806,23,146 +Bhutan,336399,159653,806,23,146 +Bhutan,336991,5390,806,23,146 +Bhutan,337124,5410,806,23,146 +Bhutan,339113,70672,806,23,146 +Bhutan,339920,1370673,806,23,146 +Bhutan,339992,3500,806,23,146 +Bhutan,339999,36558,806,23,146 +Bhutan,910000,185418,806,23,146 +Bhutan,990000,117761,806,23,146 +Bolivia,111120,33650,803,24,147 +Bolivia,111130,5449,803,24,147 +Bolivia,111150,389560,803,24,147 +Bolivia,111199,61170,803,24,147 +Bolivia,111219,237811,803,24,147 +Bolivia,111421,6580,803,24,147 +Bolivia,111920,901215,803,24,147 +Bolivia,111998,1655069,803,24,147 +Bolivia,112111,147731,803,24,147 +Bolivia,112930,2686,803,24,147 +Bolivia,113210,6173,803,24,147 +Bolivia,114119,2502,803,24,147 +Bolivia,211112,3587,803,24,147 +Bolivia,212112,122946,803,24,147 +Bolivia,212221,149595,803,24,147 +Bolivia,212319,5735,803,24,147 +Bolivia,212325,401217,803,24,147 +Bolivia,212399,276408,803,24,147 +Bolivia,311111,3949,803,24,147 +Bolivia,311119,355138,803,24,147 +Bolivia,311211,76113,803,24,147 +Bolivia,311221,288669,803,24,147 +Bolivia,311223,3760,803,24,147 +Bolivia,311230,55412,803,24,147 +Bolivia,311320,1455043,803,24,147 +Bolivia,311340,951033,803,24,147 +Bolivia,311421,367643,803,24,147 +Bolivia,311422,13492,803,24,147 +Bolivia,311513,14803,803,24,147 +Bolivia,311514,180785,803,24,147 +Bolivia,311611,96012,803,24,147 +Bolivia,311613,14151,803,24,147 +Bolivia,311615,14994,803,24,147 +Bolivia,311811,69904,803,24,147 +Bolivia,311822,63787,803,24,147 +Bolivia,311911,14181,803,24,147 +Bolivia,311919,795994,803,24,147 +Bolivia,311920,1782977,803,24,147 +Bolivia,311930,316080,803,24,147 +Bolivia,311941,14341,803,24,147 +Bolivia,311942,116842,803,24,147 +Bolivia,311999,8957117,803,24,147 +Bolivia,312111,578210,803,24,147 +Bolivia,312130,22286,803,24,147 +Bolivia,312140,58511,803,24,147 +Bolivia,313111,128376,803,24,147 +Bolivia,313113,23322,803,24,147 +Bolivia,313210,290804,803,24,147 +Bolivia,313221,373209,803,24,147 +Bolivia,313230,102585,803,24,147 +Bolivia,313249,10191,803,24,147 +Bolivia,313320,260105,803,24,147 +Bolivia,314110,272406,803,24,147 +Bolivia,314121,3926,803,24,147 +Bolivia,314129,91705,803,24,147 +Bolivia,314991,17276,803,24,147 +Bolivia,314999,374216,803,24,147 +Bolivia,315111,13122,803,24,147 +Bolivia,315221,11423,803,24,147 +Bolivia,315223,45955,803,24,147 +Bolivia,315224,11083,803,24,147 +Bolivia,315228,25840,803,24,147 +Bolivia,315231,9818,803,24,147 +Bolivia,315232,78967,803,24,147 +Bolivia,315233,26583,803,24,147 +Bolivia,315234,490261,803,24,147 +Bolivia,315239,78057,803,24,147 +Bolivia,315291,229411,803,24,147 +Bolivia,315292,113734,803,24,147 +Bolivia,315991,18984,803,24,147 +Bolivia,315992,2584,803,24,147 +Bolivia,315999,394153,803,24,147 +Bolivia,316110,21730,803,24,147 +Bolivia,316211,6775,803,24,147 +Bolivia,316213,21569,803,24,147 +Bolivia,316214,32100,803,24,147 +Bolivia,316219,46203,803,24,147 +Bolivia,316991,76449,803,24,147 +Bolivia,316992,25782,803,24,147 +Bolivia,316993,9658,803,24,147 +Bolivia,316999,12094,803,24,147 +Bolivia,321113,38199,803,24,147 +Bolivia,321911,30901,803,24,147 +Bolivia,321918,4815,803,24,147 +Bolivia,321920,49379,803,24,147 +Bolivia,321999,18257,803,24,147 +Bolivia,322110,5445,803,24,147 +Bolivia,322121,421082,803,24,147 +Bolivia,322122,54968,803,24,147 +Bolivia,322130,116452,803,24,147 +Bolivia,322211,2554,803,24,147 +Bolivia,322212,11585,803,24,147 +Bolivia,322213,22169,803,24,147 +Bolivia,322222,693127,803,24,147 +Bolivia,322223,36371,803,24,147 +Bolivia,322224,28661,803,24,147 +Bolivia,322232,5406,803,24,147 +Bolivia,322299,17535,803,24,147 +Bolivia,323116,3274,803,24,147 +Bolivia,323117,992771,803,24,147 +Bolivia,323118,283998,803,24,147 +Bolivia,323119,863194,803,24,147 +Bolivia,323122,51473,803,24,147 +Bolivia,324110,9034324,803,24,147 +Bolivia,324121,155958,803,24,147 +Bolivia,324122,60274,803,24,147 +Bolivia,325110,16476,803,24,147 +Bolivia,325120,260627,803,24,147 +Bolivia,325131,68871,803,24,147 +Bolivia,325132,356453,803,24,147 +Bolivia,325181,10638,803,24,147 +Bolivia,325188,10747299,803,24,147 +Bolivia,325191,98999,803,24,147 +Bolivia,325192,74546,803,24,147 +Bolivia,325199,4005708,803,24,147 +Bolivia,325211,4331137,803,24,147 +Bolivia,325212,383172,803,24,147 +Bolivia,325221,23697,803,24,147 +Bolivia,325222,125155,803,24,147 +Bolivia,325311,3830,803,24,147 +Bolivia,325312,29862,803,24,147 +Bolivia,325320,1945184,803,24,147 +Bolivia,325411,933646,803,24,147 +Bolivia,325412,4803705,803,24,147 +Bolivia,325414,19567240,803,24,147 +Bolivia,325510,352408,803,24,147 +Bolivia,325520,1188426,803,24,147 +Bolivia,325611,507497,803,24,147 +Bolivia,325612,356335,803,24,147 +Bolivia,325613,349897,803,24,147 +Bolivia,325620,2303983,803,24,147 +Bolivia,325910,7199102,803,24,147 +Bolivia,325920,896290,803,24,147 +Bolivia,325992,1094477,803,24,147 +Bolivia,325998,1573884,803,24,147 +Bolivia,326113,367288,803,24,147 +Bolivia,326121,150498,803,24,147 +Bolivia,326122,167191,803,24,147 +Bolivia,326160,5102,803,24,147 +Bolivia,326191,21370,803,24,147 +Bolivia,326192,178493,803,24,147 +Bolivia,326199,1421431,803,24,147 +Bolivia,326211,457427,803,24,147 +Bolivia,326212,253800,803,24,147 +Bolivia,326220,294105,803,24,147 +Bolivia,326299,231181,803,24,147 +Bolivia,327111,8056,803,24,147 +Bolivia,327112,44937,803,24,147 +Bolivia,327125,79316,803,24,147 +Bolivia,327211,872658,803,24,147 +Bolivia,327212,195994,803,24,147 +Bolivia,327215,457530,803,24,147 +Bolivia,327390,23000,803,24,147 +Bolivia,327420,17704,803,24,147 +Bolivia,327910,47453,803,24,147 +Bolivia,327991,107808,803,24,147 +Bolivia,327992,54707,803,24,147 +Bolivia,327993,615494,803,24,147 +Bolivia,327999,93714,803,24,147 +Bolivia,331111,4834984,803,24,147 +Bolivia,331222,6515,803,24,147 +Bolivia,331315,97724,803,24,147 +Bolivia,331319,8551,803,24,147 +Bolivia,331411,134144,803,24,147 +Bolivia,331419,391108,803,24,147 +Bolivia,331421,12521,803,24,147 +Bolivia,331422,23412,803,24,147 +Bolivia,331491,61293,803,24,147 +Bolivia,331492,24412,803,24,147 +Bolivia,331511,1383136,803,24,147 +Bolivia,332211,82367,803,24,147 +Bolivia,332212,1845309,803,24,147 +Bolivia,332213,49053,803,24,147 +Bolivia,332214,71634,803,24,147 +Bolivia,332311,156147,803,24,147 +Bolivia,332312,38766,803,24,147 +Bolivia,332321,52637,803,24,147 +Bolivia,332323,6996,803,24,147 +Bolivia,332410,159824,803,24,147 +Bolivia,332420,1544415,803,24,147 +Bolivia,332439,23330,803,24,147 +Bolivia,332510,151751,803,24,147 +Bolivia,332618,194066,803,24,147 +Bolivia,332722,111338,803,24,147 +Bolivia,332911,5452304,803,24,147 +Bolivia,332912,269560,803,24,147 +Bolivia,332919,565681,803,24,147 +Bolivia,332991,2109700,803,24,147 +Bolivia,332992,5925,803,24,147 +Bolivia,332994,321922,803,24,147 +Bolivia,332998,18028,803,24,147 +Bolivia,332999,572384,803,24,147 +Bolivia,333111,7141866,803,24,147 +Bolivia,333120,23119313,803,24,147 +Bolivia,333131,2240496,803,24,147 +Bolivia,333132,25240131,803,24,147 +Bolivia,333210,228753,803,24,147 +Bolivia,333220,707652,803,24,147 +Bolivia,333291,544667,803,24,147 +Bolivia,333292,645757,803,24,147 +Bolivia,333293,1056573,803,24,147 +Bolivia,333294,666201,803,24,147 +Bolivia,333295,123109,803,24,147 +Bolivia,333298,43615,803,24,147 +Bolivia,333311,192743,803,24,147 +Bolivia,333313,4842932,803,24,147 +Bolivia,333314,1705009,803,24,147 +Bolivia,333315,1357843,803,24,147 +Bolivia,333319,191707,803,24,147 +Bolivia,333411,120158,803,24,147 +Bolivia,333412,165879,803,24,147 +Bolivia,333414,241162,803,24,147 +Bolivia,333415,970109,803,24,147 +Bolivia,333511,21637,803,24,147 +Bolivia,333512,555029,803,24,147 +Bolivia,333513,366576,803,24,147 +Bolivia,333514,18390,803,24,147 +Bolivia,333515,245180,803,24,147 +Bolivia,333611,7059163,803,24,147 +Bolivia,333612,694903,803,24,147 +Bolivia,333613,874618,803,24,147 +Bolivia,333618,5731210,803,24,147 +Bolivia,333911,1748513,803,24,147 +Bolivia,333912,1400634,803,24,147 +Bolivia,333913,251667,803,24,147 +Bolivia,333921,21663,803,24,147 +Bolivia,333922,428005,803,24,147 +Bolivia,333923,110087,803,24,147 +Bolivia,333924,1579696,803,24,147 +Bolivia,333991,419278,803,24,147 +Bolivia,333992,650285,803,24,147 +Bolivia,333993,163181,803,24,147 +Bolivia,333994,318903,803,24,147 +Bolivia,333995,191368,803,24,147 +Bolivia,333996,494177,803,24,147 +Bolivia,333997,352222,803,24,147 +Bolivia,333999,12908721,803,24,147 +Bolivia,334111,25423321,803,24,147 +Bolivia,334112,3891812,803,24,147 +Bolivia,334119,22931072,803,24,147 +Bolivia,334210,1518133,803,24,147 +Bolivia,334220,43097587,803,24,147 +Bolivia,334290,269591,803,24,147 +Bolivia,334310,6420382,803,24,147 +Bolivia,334411,7500,803,24,147 +Bolivia,334412,142460,803,24,147 +Bolivia,334413,8961647,803,24,147 +Bolivia,334414,23512,803,24,147 +Bolivia,334415,2960,803,24,147 +Bolivia,334416,228165,803,24,147 +Bolivia,334417,473443,803,24,147 +Bolivia,334418,449207,803,24,147 +Bolivia,334419,4871378,803,24,147 +Bolivia,334510,3490499,803,24,147 +Bolivia,334511,1149296,803,24,147 +Bolivia,334512,37481,803,24,147 +Bolivia,334513,3432529,803,24,147 +Bolivia,334514,1107531,803,24,147 +Bolivia,334515,2779646,803,24,147 +Bolivia,334516,2182851,803,24,147 +Bolivia,334517,1301241,803,24,147 +Bolivia,334518,159358,803,24,147 +Bolivia,334519,1913988,803,24,147 +Bolivia,334612,337576,803,24,147 +Bolivia,334613,284580,803,24,147 +Bolivia,335110,251773,803,24,147 +Bolivia,335121,12080,803,24,147 +Bolivia,335129,253230,803,24,147 +Bolivia,335211,234396,803,24,147 +Bolivia,335212,281455,803,24,147 +Bolivia,335221,312284,803,24,147 +Bolivia,335222,434073,803,24,147 +Bolivia,335224,359021,803,24,147 +Bolivia,335228,286342,803,24,147 +Bolivia,335311,27160,803,24,147 +Bolivia,335312,1512150,803,24,147 +Bolivia,335313,655282,803,24,147 +Bolivia,335314,1275735,803,24,147 +Bolivia,335911,1376220,803,24,147 +Bolivia,335912,574565,803,24,147 +Bolivia,335921,66360,803,24,147 +Bolivia,335929,842006,803,24,147 +Bolivia,335931,168034,803,24,147 +Bolivia,335932,16154,803,24,147 +Bolivia,335991,40680,803,24,147 +Bolivia,335999,916746,803,24,147 +Bolivia,336111,17453391,803,24,147 +Bolivia,336120,7680956,803,24,147 +Bolivia,336211,33000,803,24,147 +Bolivia,336212,1113790,803,24,147 +Bolivia,336214,260781,803,24,147 +Bolivia,336311,549578,803,24,147 +Bolivia,336321,7165,803,24,147 +Bolivia,336322,638200,803,24,147 +Bolivia,336330,121783,803,24,147 +Bolivia,336340,373257,803,24,147 +Bolivia,336350,569159,803,24,147 +Bolivia,336360,4120,803,24,147 +Bolivia,336370,10090,803,24,147 +Bolivia,336391,3050,803,24,147 +Bolivia,336399,4371144,803,24,147 +Bolivia,336412,1540669,803,24,147 +Bolivia,336413,331643,803,24,147 +Bolivia,336419,18131,803,24,147 +Bolivia,336510,561154,803,24,147 +Bolivia,336611,10450,803,24,147 +Bolivia,336612,29487,803,24,147 +Bolivia,336991,1375511,803,24,147 +Bolivia,336992,143900,803,24,147 +Bolivia,337124,117495,803,24,147 +Bolivia,337127,599813,803,24,147 +Bolivia,337211,19896,803,24,147 +Bolivia,337214,69854,803,24,147 +Bolivia,337215,98101,803,24,147 +Bolivia,337910,43121,803,24,147 +Bolivia,339112,1521727,803,24,147 +Bolivia,339113,1804342,803,24,147 +Bolivia,339114,452352,803,24,147 +Bolivia,339115,589954,803,24,147 +Bolivia,339911,25806674,803,24,147 +Bolivia,339912,38561,803,24,147 +Bolivia,339913,11103,803,24,147 +Bolivia,339914,568307,803,24,147 +Bolivia,339920,516638,803,24,147 +Bolivia,339932,1071115,803,24,147 +Bolivia,339941,17979,803,24,147 +Bolivia,339943,244228,803,24,147 +Bolivia,339944,87119,803,24,147 +Bolivia,339991,569081,803,24,147 +Bolivia,339992,470822,803,24,147 +Bolivia,339993,30765,803,24,147 +Bolivia,339994,22802,803,24,147 +Bolivia,339999,849749,803,24,147 +Bolivia,511210,108876,803,24,147 +Bolivia,910000,88297,803,24,147 +Bolivia,920000,7571180,803,24,147 +Bolivia,990000,10298676,803,24,147 +Bosnia and Herzegovina,111130,90430,804,25,148 +Bosnia and Herzegovina,111335,203740,804,25,148 +Bosnia and Herzegovina,111422,36047,804,25,148 +Bosnia and Herzegovina,111992,122000,804,25,148 +Bosnia and Herzegovina,112111,26341,804,25,148 +Bosnia and Herzegovina,114111,854365,804,25,148 +Bosnia and Herzegovina,212112,6848000,804,25,148 +Bosnia and Herzegovina,311119,20501,804,25,148 +Bosnia and Herzegovina,311222,29226,804,25,148 +Bosnia and Herzegovina,311223,194106,804,25,148 +Bosnia and Herzegovina,311421,762484,804,25,148 +Bosnia and Herzegovina,311611,163800,804,25,148 +Bosnia and Herzegovina,311613,148717,804,25,148 +Bosnia and Herzegovina,311999,35000,804,25,148 +Bosnia and Herzegovina,313210,234732,804,25,148 +Bosnia and Herzegovina,314129,5180,804,25,148 +Bosnia and Herzegovina,314999,3672981,804,25,148 +Bosnia and Herzegovina,315224,307300,804,25,148 +Bosnia and Herzegovina,315228,21186,804,25,148 +Bosnia and Herzegovina,315239,10212,804,25,148 +Bosnia and Herzegovina,315292,9160,804,25,148 +Bosnia and Herzegovina,315992,3456,804,25,148 +Bosnia and Herzegovina,315999,7284,804,25,148 +Bosnia and Herzegovina,316991,18250,804,25,148 +Bosnia and Herzegovina,322110,1272981,804,25,148 +Bosnia and Herzegovina,322223,2680,804,25,148 +Bosnia and Herzegovina,323117,26673,804,25,148 +Bosnia and Herzegovina,323119,74853,804,25,148 +Bosnia and Herzegovina,324110,110576,804,25,148 +Bosnia and Herzegovina,325131,8700,804,25,148 +Bosnia and Herzegovina,325188,5193,804,25,148 +Bosnia and Herzegovina,325199,422025,804,25,148 +Bosnia and Herzegovina,325211,104834,804,25,148 +Bosnia and Herzegovina,325411,224913,804,25,148 +Bosnia and Herzegovina,325412,155572,804,25,148 +Bosnia and Herzegovina,325414,19750,804,25,148 +Bosnia and Herzegovina,325510,51360,804,25,148 +Bosnia and Herzegovina,325520,27014,804,25,148 +Bosnia and Herzegovina,325611,38805,804,25,148 +Bosnia and Herzegovina,325612,15734,804,25,148 +Bosnia and Herzegovina,325613,20768,804,25,148 +Bosnia and Herzegovina,325620,305122,804,25,148 +Bosnia and Herzegovina,325992,6900,804,25,148 +Bosnia and Herzegovina,325998,72897,804,25,148 +Bosnia and Herzegovina,326121,50509,804,25,148 +Bosnia and Herzegovina,326160,4300,804,25,148 +Bosnia and Herzegovina,326199,29055,804,25,148 +Bosnia and Herzegovina,326299,21726,804,25,148 +Bosnia and Herzegovina,327211,5758,804,25,148 +Bosnia and Herzegovina,327993,11612,804,25,148 +Bosnia and Herzegovina,327999,2534,804,25,148 +Bosnia and Herzegovina,331111,3400,804,25,148 +Bosnia and Herzegovina,332211,79095,804,25,148 +Bosnia and Herzegovina,332212,19968,804,25,148 +Bosnia and Herzegovina,332312,19597,804,25,148 +Bosnia and Herzegovina,332321,9888,804,25,148 +Bosnia and Herzegovina,332410,5497,804,25,148 +Bosnia and Herzegovina,332510,11463,804,25,148 +Bosnia and Herzegovina,332911,20360,804,25,148 +Bosnia and Herzegovina,332919,2815,804,25,148 +Bosnia and Herzegovina,332991,5550,804,25,148 +Bosnia and Herzegovina,332992,77850,804,25,148 +Bosnia and Herzegovina,332994,302137,804,25,148 +Bosnia and Herzegovina,332995,182356,804,25,148 +Bosnia and Herzegovina,332999,12509,804,25,148 +Bosnia and Herzegovina,333111,230661,804,25,148 +Bosnia and Herzegovina,333120,88566,804,25,148 +Bosnia and Herzegovina,333291,2845,804,25,148 +Bosnia and Herzegovina,333298,67030,804,25,148 +Bosnia and Herzegovina,333313,171500,804,25,148 +Bosnia and Herzegovina,333314,46545,804,25,148 +Bosnia and Herzegovina,333315,9995,804,25,148 +Bosnia and Herzegovina,333411,2538,804,25,148 +Bosnia and Herzegovina,333414,17662,804,25,148 +Bosnia and Herzegovina,333415,21226,804,25,148 +Bosnia and Herzegovina,333512,26192,804,25,148 +Bosnia and Herzegovina,333513,15420,804,25,148 +Bosnia and Herzegovina,333515,17987,804,25,148 +Bosnia and Herzegovina,333612,4570,804,25,148 +Bosnia and Herzegovina,333911,83060,804,25,148 +Bosnia and Herzegovina,333912,22245,804,25,148 +Bosnia and Herzegovina,333921,188493,804,25,148 +Bosnia and Herzegovina,333923,10000,804,25,148 +Bosnia and Herzegovina,333991,23253,804,25,148 +Bosnia and Herzegovina,333992,12995,804,25,148 +Bosnia and Herzegovina,333994,11172,804,25,148 +Bosnia and Herzegovina,333996,37366,804,25,148 +Bosnia and Herzegovina,333999,37485,804,25,148 +Bosnia and Herzegovina,334111,672186,804,25,148 +Bosnia and Herzegovina,334112,50180,804,25,148 +Bosnia and Herzegovina,334119,517582,804,25,148 +Bosnia and Herzegovina,334210,7450,804,25,148 +Bosnia and Herzegovina,334220,618916,804,25,148 +Bosnia and Herzegovina,334290,268369,804,25,148 +Bosnia and Herzegovina,334310,46812,804,25,148 +Bosnia and Herzegovina,334411,3838,804,25,148 +Bosnia and Herzegovina,334417,48470,804,25,148 +Bosnia and Herzegovina,334418,21966,804,25,148 +Bosnia and Herzegovina,334419,27682,804,25,148 +Bosnia and Herzegovina,334510,1207741,804,25,148 +Bosnia and Herzegovina,334511,12939,804,25,148 +Bosnia and Herzegovina,334513,61040,804,25,148 +Bosnia and Herzegovina,334515,41077,804,25,148 +Bosnia and Herzegovina,334516,135576,804,25,148 +Bosnia and Herzegovina,334517,1549414,804,25,148 +Bosnia and Herzegovina,334518,9318,804,25,148 +Bosnia and Herzegovina,334519,104743,804,25,148 +Bosnia and Herzegovina,334613,31203,804,25,148 +Bosnia and Herzegovina,335110,3205,804,25,148 +Bosnia and Herzegovina,335129,10997,804,25,148 +Bosnia and Herzegovina,335312,12000,804,25,148 +Bosnia and Herzegovina,335313,11500,804,25,148 +Bosnia and Herzegovina,335314,29083,804,25,148 +Bosnia and Herzegovina,335911,6273,804,25,148 +Bosnia and Herzegovina,335921,14505,804,25,148 +Bosnia and Herzegovina,335929,15967,804,25,148 +Bosnia and Herzegovina,335931,25496,804,25,148 +Bosnia and Herzegovina,335999,48124,804,25,148 +Bosnia and Herzegovina,336111,692500,804,25,148 +Bosnia and Herzegovina,336214,7781,804,25,148 +Bosnia and Herzegovina,336311,23257,804,25,148 +Bosnia and Herzegovina,336340,2815,804,25,148 +Bosnia and Herzegovina,336370,11560,804,25,148 +Bosnia and Herzegovina,336399,22822,804,25,148 +Bosnia and Herzegovina,336412,72139,804,25,148 +Bosnia and Herzegovina,336991,218271,804,25,148 +Bosnia and Herzegovina,337127,17278,804,25,148 +Bosnia and Herzegovina,339112,417699,804,25,148 +Bosnia and Herzegovina,339113,69693,804,25,148 +Bosnia and Herzegovina,339114,12263,804,25,148 +Bosnia and Herzegovina,339920,14810,804,25,148 +Bosnia and Herzegovina,339932,3299,804,25,148 +Bosnia and Herzegovina,339991,17820,804,25,148 +Bosnia and Herzegovina,339992,69933,804,25,148 +Bosnia and Herzegovina,339999,10380,804,25,148 +Bosnia and Herzegovina,511210,19400,804,25,148 +Bosnia and Herzegovina,920000,10000,804,25,148 +Bosnia and Herzegovina,990000,197307,804,25,148 +Botswana,112111,28327,805,26,149 +Botswana,311999,124619,805,26,149 +Botswana,313210,8511,805,26,149 +Botswana,313230,9377,805,26,149 +Botswana,316110,5731,805,26,149 +Botswana,321992,7072,805,26,149 +Botswana,322222,73608,805,26,149 +Botswana,322291,5589,805,26,149 +Botswana,323117,60227,805,26,149 +Botswana,323119,360694,805,26,149 +Botswana,325120,9744,805,26,149 +Botswana,325188,62716,805,26,149 +Botswana,325199,54631,805,26,149 +Botswana,325411,3250,805,26,149 +Botswana,325412,973275,805,26,149 +Botswana,325520,15398,805,26,149 +Botswana,325613,11728,805,26,149 +Botswana,325620,51445,805,26,149 +Botswana,325992,10996,805,26,149 +Botswana,326122,2450850,805,26,149 +Botswana,326199,176522,805,26,149 +Botswana,326299,8815,805,26,149 +Botswana,327211,3506,805,26,149 +Botswana,332212,2564,805,26,149 +Botswana,332312,15500,805,26,149 +Botswana,332420,8366,805,26,149 +Botswana,332722,4922,805,26,149 +Botswana,332911,197782,805,26,149 +Botswana,332994,2800,805,26,149 +Botswana,332999,6385,805,26,149 +Botswana,333120,6991422,805,26,149 +Botswana,333131,54632,805,26,149 +Botswana,333132,13700,805,26,149 +Botswana,333220,17647,805,26,149 +Botswana,333292,5130,805,26,149 +Botswana,333293,14213,805,26,149 +Botswana,333294,81702,805,26,149 +Botswana,333298,7522,805,26,149 +Botswana,333313,17719,805,26,149 +Botswana,333314,48470,805,26,149 +Botswana,333315,18648,805,26,149 +Botswana,333319,4371,805,26,149 +Botswana,333415,25998,805,26,149 +Botswana,333512,4200,805,26,149 +Botswana,333513,10684,805,26,149 +Botswana,333515,11100,805,26,149 +Botswana,333611,25390,805,26,149 +Botswana,333612,25710,805,26,149 +Botswana,333613,4220,805,26,149 +Botswana,333618,762587,805,26,149 +Botswana,333911,50814,805,26,149 +Botswana,333912,282259,805,26,149 +Botswana,333924,200625,805,26,149 +Botswana,333993,410951,805,26,149 +Botswana,333996,27033,805,26,149 +Botswana,333997,3325,805,26,149 +Botswana,333999,227710,805,26,149 +Botswana,334111,325527,805,26,149 +Botswana,334112,16245,805,26,149 +Botswana,334119,104581,805,26,149 +Botswana,334210,53607,805,26,149 +Botswana,334220,972706,805,26,149 +Botswana,334310,44220,805,26,149 +Botswana,334413,44413,805,26,149 +Botswana,334417,7410,805,26,149 +Botswana,334418,3140,805,26,149 +Botswana,334419,321512,805,26,149 +Botswana,334510,178063,805,26,149 +Botswana,334511,73531,805,26,149 +Botswana,334513,65382,805,26,149 +Botswana,334514,19364,805,26,149 +Botswana,334515,126319,805,26,149 +Botswana,334516,212697,805,26,149 +Botswana,334517,169782,805,26,149 +Botswana,334518,34900,805,26,149 +Botswana,334519,173235,805,26,149 +Botswana,334612,3750,805,26,149 +Botswana,335129,50902,805,26,149 +Botswana,335211,5430,805,26,149 +Botswana,335222,9814,805,26,149 +Botswana,335312,239759,805,26,149 +Botswana,335313,139782,805,26,149 +Botswana,335314,45101,805,26,149 +Botswana,335911,102079,805,26,149 +Botswana,335912,24500,805,26,149 +Botswana,335929,26920,805,26,149 +Botswana,335931,7857,805,26,149 +Botswana,335999,64386,805,26,149 +Botswana,336111,310000,805,26,149 +Botswana,336120,62850,805,26,149 +Botswana,336214,5300,805,26,149 +Botswana,336322,8742,805,26,149 +Botswana,336399,73436,805,26,149 +Botswana,336412,6046,805,26,149 +Botswana,336413,2122960,805,26,149 +Botswana,336510,693565,805,26,149 +Botswana,336991,3858,805,26,149 +Botswana,337127,266248,805,26,149 +Botswana,337211,3863,805,26,149 +Botswana,339112,218776,805,26,149 +Botswana,339113,17407,805,26,149 +Botswana,339911,2610,805,26,149 +Botswana,339913,2223560,805,26,149 +Botswana,339920,15560,805,26,149 +Botswana,339944,15120,805,26,149 +Botswana,339991,9058,805,26,149 +Botswana,339992,25557,805,26,149 +Botswana,339993,2576,805,26,149 +Botswana,339999,43280,805,26,149 +Botswana,990000,23020115,805,26,149 +Brazil,111120,134561,803,27,150 +Brazil,111130,649027,803,27,150 +Brazil,111140,115753180,803,27,150 +Brazil,111150,1772453,803,27,150 +Brazil,111199,146068,803,27,150 +Brazil,111211,144230,803,27,150 +Brazil,111219,16082560,803,27,150 +Brazil,111331,22683,803,27,150 +Brazil,111332,603858,803,27,150 +Brazil,111333,120384,803,27,150 +Brazil,111334,171637,803,27,150 +Brazil,111335,6574382,803,27,150 +Brazil,111339,16174302,803,27,150 +Brazil,111421,220528,803,27,150 +Brazil,111422,1328370,803,27,150 +Brazil,111910,169996,803,27,150 +Brazil,111920,45363769,803,27,150 +Brazil,111940,100982,803,27,150 +Brazil,111998,7950839,803,27,150 +Brazil,112111,9436884,803,27,150 +Brazil,112210,948380,803,27,150 +Brazil,112310,9599031,803,27,150 +Brazil,112511,338353,803,27,150 +Brazil,112920,3288062,803,27,150 +Brazil,112990,47855,803,27,150 +Brazil,113210,7782554,803,27,150 +Brazil,113310,249863,803,27,150 +Brazil,114111,1408091,803,27,150 +Brazil,114112,1702526,803,27,150 +Brazil,114119,2076637,803,27,150 +Brazil,211112,226419926,803,27,150 +Brazil,212112,1228500221,803,27,150 +Brazil,212113,2098950,803,27,150 +Brazil,212221,11620,803,27,150 +Brazil,212234,2704,803,27,150 +Brazil,212291,246689,803,27,150 +Brazil,212299,10397267,803,27,150 +Brazil,212311,257749,803,27,150 +Brazil,212319,279383,803,27,150 +Brazil,212322,2867262,803,27,150 +Brazil,212324,9316386,803,27,150 +Brazil,212325,9034704,803,27,150 +Brazil,212393,44094205,803,27,150 +Brazil,212399,12683855,803,27,150 +Brazil,311111,706841,803,27,150 +Brazil,311119,19404525,803,27,150 +Brazil,311211,1117550,803,27,150 +Brazil,311212,15789891,803,27,150 +Brazil,311213,452850,803,27,150 +Brazil,311221,14907406,803,27,150 +Brazil,311222,10234779,803,27,150 +Brazil,311223,2932560,803,27,150 +Brazil,311225,6992614,803,27,150 +Brazil,311230,96289,803,27,150 +Brazil,311311,3455153,803,27,150 +Brazil,311320,5263377,803,27,150 +Brazil,311340,1471477,803,27,150 +Brazil,311411,6537995,803,27,150 +Brazil,311421,14818602,803,27,150 +Brazil,311422,377091,803,27,150 +Brazil,311423,1908319,803,27,150 +Brazil,311511,126697,803,27,150 +Brazil,311512,42188,803,27,150 +Brazil,311513,242464,803,27,150 +Brazil,311514,41714563,803,27,150 +Brazil,311520,20777,803,27,150 +Brazil,311611,16671288,803,27,150 +Brazil,311613,8609666,803,27,150 +Brazil,311615,664211,803,27,150 +Brazil,311711,730191,803,27,150 +Brazil,311811,552635,803,27,150 +Brazil,311822,1230090,803,27,150 +Brazil,311823,15894,803,27,150 +Brazil,311911,374150,803,27,150 +Brazil,311919,9849588,803,27,150 +Brazil,311920,3819136,803,27,150 +Brazil,311930,32368096,803,27,150 +Brazil,311941,4202964,803,27,150 +Brazil,311942,1491857,803,27,150 +Brazil,311999,54525884,803,27,150 +Brazil,312111,1243629,803,27,150 +Brazil,312112,40361,803,27,150 +Brazil,312113,5500,803,27,150 +Brazil,312120,377326,803,27,150 +Brazil,312130,1738418,803,27,150 +Brazil,312140,2971608,803,27,150 +Brazil,312221,309355,803,27,150 +Brazil,312229,1204161,803,27,150 +Brazil,313111,1021453,803,27,150 +Brazil,313113,1011938,803,27,150 +Brazil,313210,39275787,803,27,150 +Brazil,313221,9946241,803,27,150 +Brazil,313230,32104566,803,27,150 +Brazil,313249,1854132,803,27,150 +Brazil,313312,2765100,803,27,150 +Brazil,313320,14892717,803,27,150 +Brazil,314110,12951343,803,27,150 +Brazil,314121,3016824,803,27,150 +Brazil,314129,2069029,803,27,150 +Brazil,314911,348647,803,27,150 +Brazil,314912,165065,803,27,150 +Brazil,314991,5203968,803,27,150 +Brazil,314992,1030826,803,27,150 +Brazil,314999,14309686,803,27,150 +Brazil,315111,673663,803,27,150 +Brazil,315221,285182,803,27,150 +Brazil,315222,471219,803,27,150 +Brazil,315223,518880,803,27,150 +Brazil,315224,927480,803,27,150 +Brazil,315228,342216,803,27,150 +Brazil,315231,884873,803,27,150 +Brazil,315232,1460235,803,27,150 +Brazil,315233,972268,803,27,150 +Brazil,315234,228305,803,27,150 +Brazil,315239,1584999,803,27,150 +Brazil,315291,135466,803,27,150 +Brazil,315292,983805,803,27,150 +Brazil,315991,348533,803,27,150 +Brazil,315992,3240755,803,27,150 +Brazil,315993,53023,803,27,150 +Brazil,315999,4061777,803,27,150 +Brazil,316110,1233328,803,27,150 +Brazil,316211,380782,803,27,150 +Brazil,316213,254790,803,27,150 +Brazil,316214,217114,803,27,150 +Brazil,316219,863998,803,27,150 +Brazil,316991,8179891,803,27,150 +Brazil,316992,1221719,803,27,150 +Brazil,316993,1746987,803,27,150 +Brazil,316999,1060015,803,27,150 +Brazil,321113,7049209,803,27,150 +Brazil,321114,9120,803,27,150 +Brazil,321211,1058432,803,27,150 +Brazil,321212,1250550,803,27,150 +Brazil,321213,281589,803,27,150 +Brazil,321219,92281,803,27,150 +Brazil,321911,1802297,803,27,150 +Brazil,321918,659548,803,27,150 +Brazil,321920,2870449,803,27,150 +Brazil,321991,420000,803,27,150 +Brazil,321992,221248,803,27,150 +Brazil,321999,5638656,803,27,150 +Brazil,322110,165916581,803,27,150 +Brazil,322121,92546410,803,27,150 +Brazil,322122,8830850,803,27,150 +Brazil,322130,61449671,803,27,150 +Brazil,322211,1238860,803,27,150 +Brazil,322212,1632979,803,27,150 +Brazil,322213,79110,803,27,150 +Brazil,322214,1121304,803,27,150 +Brazil,322215,713715,803,27,150 +Brazil,322222,68557515,803,27,150 +Brazil,322223,5651926,803,27,150 +Brazil,322224,89077,803,27,150 +Brazil,322232,10259,803,27,150 +Brazil,322233,37730,803,27,150 +Brazil,322291,6180961,803,27,150 +Brazil,322299,5971337,803,27,150 +Brazil,323116,5850,803,27,150 +Brazil,323117,28729981,803,27,150 +Brazil,323118,643595,803,27,150 +Brazil,323119,40093779,803,27,150 +Brazil,323122,1570196,803,27,150 +Brazil,324110,2637305993,803,27,150 +Brazil,324121,1415302,803,27,150 +Brazil,324122,680890,803,27,150 +Brazil,325110,33362146,803,27,150 +Brazil,325120,13898238,803,27,150 +Brazil,325131,148522863,803,27,150 +Brazil,325132,38165466,803,27,150 +Brazil,325181,331283994,803,27,150 +Brazil,325182,8471854,803,27,150 +Brazil,325188,243809424,803,27,150 +Brazil,325191,6052286,803,27,150 +Brazil,325192,330811065,803,27,150 +Brazil,325193,44093792,803,27,150 +Brazil,325199,1854088391,803,27,150 +Brazil,325211,1327109816,803,27,150 +Brazil,325212,287275560,803,27,150 +Brazil,325221,1767060,803,27,150 +Brazil,325222,53938349,803,27,150 +Brazil,325311,79688668,803,27,150 +Brazil,325312,635001246,803,27,150 +Brazil,325320,358675822,803,27,150 +Brazil,325411,85339705,803,27,150 +Brazil,325412,855038530,803,27,150 +Brazil,325414,452417918,803,27,150 +Brazil,325510,31699048,803,27,150 +Brazil,325520,61929647,803,27,150 +Brazil,325611,46658776,803,27,150 +Brazil,325612,16416551,803,27,150 +Brazil,325613,105124327,803,27,150 +Brazil,325620,134664653,803,27,150 +Brazil,325910,234726989,803,27,150 +Brazil,325920,5554516,803,27,150 +Brazil,325992,117649467,803,27,150 +Brazil,325998,215958160,803,27,150 +Brazil,326113,122060534,803,27,150 +Brazil,326121,14728657,803,27,150 +Brazil,326122,8193078,803,27,150 +Brazil,326160,4537761,803,27,150 +Brazil,326191,504658,803,27,150 +Brazil,326192,1022211,803,27,150 +Brazil,326199,152438341,803,27,150 +Brazil,326211,103287513,803,27,150 +Brazil,326212,127006,803,27,150 +Brazil,326220,72417545,803,27,150 +Brazil,326299,47821007,803,27,150 +Brazil,327111,800031,803,27,150 +Brazil,327112,6711513,803,27,150 +Brazil,327113,753358,803,27,150 +Brazil,327121,118722,803,27,150 +Brazil,327122,60696,803,27,150 +Brazil,327123,145805,803,27,150 +Brazil,327124,13135414,803,27,150 +Brazil,327125,9951904,803,27,150 +Brazil,327211,19109558,803,27,150 +Brazil,327212,25776181,803,27,150 +Brazil,327213,12284616,803,27,150 +Brazil,327215,10567564,803,27,150 +Brazil,327310,213128,803,27,150 +Brazil,327331,13869,803,27,150 +Brazil,327390,972615,803,27,150 +Brazil,327410,21493,803,27,150 +Brazil,327420,772171,803,27,150 +Brazil,327910,24434311,803,27,150 +Brazil,327991,668960,803,27,150 +Brazil,327992,7669093,803,27,150 +Brazil,327993,29734469,803,27,150 +Brazil,327999,16044573,803,27,150 +Brazil,331111,256871319,803,27,150 +Brazil,331112,7530324,803,27,150 +Brazil,331222,17558546,803,27,150 +Brazil,331311,6531337,803,27,150 +Brazil,331312,7569552,803,27,150 +Brazil,331314,14357,803,27,150 +Brazil,331315,55255458,803,27,150 +Brazil,331316,17916705,803,27,150 +Brazil,331319,6365523,803,27,150 +Brazil,331411,4948477,803,27,150 +Brazil,331419,109176646,803,27,150 +Brazil,331421,12836172,803,27,150 +Brazil,331422,7364546,803,27,150 +Brazil,331491,28449197,803,27,150 +Brazil,331492,3699535,803,27,150 +Brazil,331511,28845674,803,27,150 +Brazil,332115,15390757,803,27,150 +Brazil,332211,14813901,803,27,150 +Brazil,332212,32319333,803,27,150 +Brazil,332213,8915273,803,27,150 +Brazil,332214,147181,803,27,150 +Brazil,332311,3023244,803,27,150 +Brazil,332312,22210432,803,27,150 +Brazil,332321,1852092,803,27,150 +Brazil,332322,758094,803,27,150 +Brazil,332323,1464838,803,27,150 +Brazil,332410,21884215,803,27,150 +Brazil,332420,48374249,803,27,150 +Brazil,332431,59946477,803,27,150 +Brazil,332439,20766910,803,27,150 +Brazil,332510,26936386,803,27,150 +Brazil,332611,7101325,803,27,150 +Brazil,332618,21431582,803,27,150 +Brazil,332722,73276786,803,27,150 +Brazil,332911,193444646,803,27,150 +Brazil,332912,76472189,803,27,150 +Brazil,332913,1395878,803,27,150 +Brazil,332919,46188310,803,27,150 +Brazil,332991,112975917,803,27,150 +Brazil,332992,9404401,803,27,150 +Brazil,332994,7055224,803,27,150 +Brazil,332995,197632,803,27,150 +Brazil,332997,595026,803,27,150 +Brazil,332998,424394,803,27,150 +Brazil,332999,86617864,803,27,150 +Brazil,333111,337678823,803,27,150 +Brazil,333120,757930333,803,27,150 +Brazil,333131,98976746,803,27,150 +Brazil,333132,640936459,803,27,150 +Brazil,333210,3174736,803,27,150 +Brazil,333220,77978136,803,27,150 +Brazil,333291,34880252,803,27,150 +Brazil,333292,17988096,803,27,150 +Brazil,333293,98883512,803,27,150 +Brazil,333294,46968774,803,27,150 +Brazil,333295,15822176,803,27,150 +Brazil,333298,13952861,803,27,150 +Brazil,333311,1302647,803,27,150 +Brazil,333313,61519364,803,27,150 +Brazil,333314,60722680,803,27,150 +Brazil,333315,53458839,803,27,150 +Brazil,333319,11579200,803,27,150 +Brazil,333411,16676973,803,27,150 +Brazil,333412,12743011,803,27,150 +Brazil,333414,8837904,803,27,150 +Brazil,333415,144184334,803,27,150 +Brazil,333511,14601857,803,27,150 +Brazil,333512,81316094,803,27,150 +Brazil,333513,42641545,803,27,150 +Brazil,333514,12252271,803,27,150 +Brazil,333515,39658824,803,27,150 +Brazil,333516,4293298,803,27,150 +Brazil,333611,107285263,803,27,150 +Brazil,333612,124637855,803,27,150 +Brazil,333613,65739134,803,27,150 +Brazil,333618,431448497,803,27,150 +Brazil,333911,98391087,803,27,150 +Brazil,333912,208605898,803,27,150 +Brazil,333913,5454273,803,27,150 +Brazil,333921,4397557,803,27,150 +Brazil,333922,54130464,803,27,150 +Brazil,333923,25792298,803,27,150 +Brazil,333924,276101245,803,27,150 +Brazil,333991,22197504,803,27,150 +Brazil,333992,51720798,803,27,150 +Brazil,333993,26831621,803,27,150 +Brazil,333994,17204039,803,27,150 +Brazil,333995,42198376,803,27,150 +Brazil,333996,126832556,803,27,150 +Brazil,333997,7326532,803,27,150 +Brazil,333999,480928893,803,27,150 +Brazil,334111,284978679,803,27,150 +Brazil,334112,286380068,803,27,150 +Brazil,334119,1591796814,803,27,150 +Brazil,334210,71526500,803,27,150 +Brazil,334220,1183019731,803,27,150 +Brazil,334290,29526033,803,27,150 +Brazil,334310,174395014,803,27,150 +Brazil,334411,7567720,803,27,150 +Brazil,334412,24489181,803,27,150 +Brazil,334413,1337907299,803,27,150 +Brazil,334414,49908236,803,27,150 +Brazil,334415,15662641,803,27,150 +Brazil,334416,10720206,803,27,150 +Brazil,334417,61746660,803,27,150 +Brazil,334418,9180854,803,27,150 +Brazil,334419,197560387,803,27,150 +Brazil,334510,294578291,803,27,150 +Brazil,334511,95164775,803,27,150 +Brazil,334512,3740700,803,27,150 +Brazil,334513,164828140,803,27,150 +Brazil,334514,5943965,803,27,150 +Brazil,334515,150834138,803,27,150 +Brazil,334516,257773404,803,27,150 +Brazil,334517,122524573,803,27,150 +Brazil,334518,16756188,803,27,150 +Brazil,334519,160706263,803,27,150 +Brazil,334612,4710314,803,27,150 +Brazil,334613,22277401,803,27,150 +Brazil,335110,19516500,803,27,150 +Brazil,335121,960400,803,27,150 +Brazil,335129,22409287,803,27,150 +Brazil,335211,10684230,803,27,150 +Brazil,335212,2604237,803,27,150 +Brazil,335221,2960864,803,27,150 +Brazil,335222,5088383,803,27,150 +Brazil,335224,3771282,803,27,150 +Brazil,335228,9512888,803,27,150 +Brazil,335311,12412509,803,27,150 +Brazil,335312,131660676,803,27,150 +Brazil,335313,53348854,803,27,150 +Brazil,335314,156168278,803,27,150 +Brazil,335911,44457730,803,27,150 +Brazil,335912,21712282,803,27,150 +Brazil,335921,11625459,803,27,150 +Brazil,335929,87154144,803,27,150 +Brazil,335931,32131560,803,27,150 +Brazil,335932,1164899,803,27,150 +Brazil,335991,16467969,803,27,150 +Brazil,335999,87284013,803,27,150 +Brazil,336111,246386532,803,27,150 +Brazil,336120,17235558,803,27,150 +Brazil,336211,7925229,803,27,150 +Brazil,336212,470257,803,27,150 +Brazil,336213,216949,803,27,150 +Brazil,336214,8135511,803,27,150 +Brazil,336311,42333903,803,27,150 +Brazil,336321,4585913,803,27,150 +Brazil,336322,41036966,803,27,150 +Brazil,336330,13669356,803,27,150 +Brazil,336340,25925498,803,27,150 +Brazil,336350,99238953,803,27,150 +Brazil,336360,5031702,803,27,150 +Brazil,336370,3198301,803,27,150 +Brazil,336391,12699430,803,27,150 +Brazil,336399,327092973,803,27,150 +Brazil,336411,1721154,803,27,150 +Brazil,336412,11776572,803,27,150 +Brazil,336413,57991050,803,27,150 +Brazil,336415,3023,803,27,150 +Brazil,336419,1380478,803,27,150 +Brazil,336510,138048898,803,27,150 +Brazil,336611,4514913,803,27,150 +Brazil,336612,29224405,803,27,150 +Brazil,336991,45498001,803,27,150 +Brazil,336992,2185102,803,27,150 +Brazil,337110,25000,803,27,150 +Brazil,337124,681272,803,27,150 +Brazil,337127,30612804,803,27,150 +Brazil,337211,256367,803,27,150 +Brazil,337214,2082889,803,27,150 +Brazil,337215,7067686,803,27,150 +Brazil,337910,916424,803,27,150 +Brazil,337920,1203716,803,27,150 +Brazil,339112,357257421,803,27,150 +Brazil,339113,189375224,803,27,150 +Brazil,339114,15987196,803,27,150 +Brazil,339115,36582826,803,27,150 +Brazil,339911,7541875,803,27,150 +Brazil,339912,110540,803,27,150 +Brazil,339913,4856680,803,27,150 +Brazil,339914,2015749,803,27,150 +Brazil,339920,18631305,803,27,150 +Brazil,339932,34943482,803,27,150 +Brazil,339941,1451009,803,27,150 +Brazil,339942,891262,803,27,150 +Brazil,339943,345640,803,27,150 +Brazil,339944,8327746,803,27,150 +Brazil,339950,279554,803,27,150 +Brazil,339991,65631453,803,27,150 +Brazil,339992,15391191,803,27,150 +Brazil,339993,4695507,803,27,150 +Brazil,339994,4894249,803,27,150 +Brazil,339999,35554123,803,27,150 +Brazil,511210,61184621,803,27,150 +Brazil,910000,35810814,803,27,150 +Brazil,920000,34379578,803,27,150 +Brazil,990000,858495434,803,27,150 +British Indian Ocean Territory,212324,9029,806,28,151 +British Indian Ocean Territory,315239,4345,806,28,151 +British Indian Ocean Territory,321212,4088,806,28,151 +British Indian Ocean Territory,325620,99420,806,28,151 +British Indian Ocean Territory,325998,44284,806,28,151 +British Indian Ocean Territory,327211,53053,806,28,151 +British Indian Ocean Territory,332212,17960,806,28,151 +British Indian Ocean Territory,333120,43250,806,28,151 +British Indian Ocean Territory,333314,3500,806,28,151 +British Indian Ocean Territory,333415,40537,806,28,151 +British Indian Ocean Territory,333999,17904,806,28,151 +British Indian Ocean Territory,334220,101525,806,28,151 +British Indian Ocean Territory,334413,8444,806,28,151 +British Indian Ocean Territory,334414,5247,806,28,151 +British Indian Ocean Territory,335129,21600,806,28,151 +British Indian Ocean Territory,337127,4151,806,28,151 +British Indian Ocean Territory,339112,160000,806,28,151 +British Indian Ocean Territory,339920,5763,806,28,151 +British Indian Ocean Territory,339994,19822,806,28,151 +British Indian Ocean Territory,920000,13500,806,28,151 +British Indian Ocean Territory,990000,268663,806,28,151 +British Virgin Islands,111130,35667,803,29,152 +British Virgin Islands,111150,2548,803,29,152 +British Virgin Islands,111199,305849,803,29,152 +British Virgin Islands,111211,3352,803,29,152 +British Virgin Islands,111219,219750,803,29,152 +British Virgin Islands,111331,27599,803,29,152 +British Virgin Islands,111332,92167,803,29,152 +British Virgin Islands,111335,11839,803,29,152 +British Virgin Islands,111339,3289,803,29,152 +British Virgin Islands,111421,140028,803,29,152 +British Virgin Islands,111910,12800,803,29,152 +British Virgin Islands,111930,44818,803,29,152 +British Virgin Islands,111940,10255,803,29,152 +British Virgin Islands,111998,43153,803,29,152 +British Virgin Islands,112310,51216,803,29,152 +British Virgin Islands,112920,151000,803,29,152 +British Virgin Islands,113210,6865,803,29,152 +British Virgin Islands,113310,264470,803,29,152 +British Virgin Islands,114111,856613,803,29,152 +British Virgin Islands,114112,189496,803,29,152 +British Virgin Islands,211112,424756,803,29,152 +British Virgin Islands,212221,6205,803,29,152 +British Virgin Islands,212311,45512,803,29,152 +British Virgin Islands,212322,162162,803,29,152 +British Virgin Islands,212325,8546,803,29,152 +British Virgin Islands,212393,2678,803,29,152 +British Virgin Islands,212399,62823,803,29,152 +British Virgin Islands,311111,115111,803,29,152 +British Virgin Islands,311119,39685,803,29,152 +British Virgin Islands,311211,234697,803,29,152 +British Virgin Islands,311212,319243,803,29,152 +British Virgin Islands,311221,17499,803,29,152 +British Virgin Islands,311222,27006,803,29,152 +British Virgin Islands,311223,91212,803,29,152 +British Virgin Islands,311225,135377,803,29,152 +British Virgin Islands,311230,149407,803,29,152 +British Virgin Islands,311311,337143,803,29,152 +British Virgin Islands,311320,17699,803,29,152 +British Virgin Islands,311340,230583,803,29,152 +British Virgin Islands,311411,540668,803,29,152 +British Virgin Islands,311421,1162569,803,29,152 +British Virgin Islands,311422,56202,803,29,152 +British Virgin Islands,311423,12200,803,29,152 +British Virgin Islands,311511,347764,803,29,152 +British Virgin Islands,311512,104708,803,29,152 +British Virgin Islands,311513,702071,803,29,152 +British Virgin Islands,311514,469461,803,29,152 +British Virgin Islands,311520,133790,803,29,152 +British Virgin Islands,311611,2164532,803,29,152 +British Virgin Islands,311615,3410348,803,29,152 +British Virgin Islands,311711,210181,803,29,152 +British Virgin Islands,311811,544831,803,29,152 +British Virgin Islands,311822,33465,803,29,152 +British Virgin Islands,311823,24376,803,29,152 +British Virgin Islands,311911,91138,803,29,152 +British Virgin Islands,311919,479461,803,29,152 +British Virgin Islands,311920,344448,803,29,152 +British Virgin Islands,311930,9990,803,29,152 +British Virgin Islands,311941,88603,803,29,152 +British Virgin Islands,311942,42385,803,29,152 +British Virgin Islands,311999,609173,803,29,152 +British Virgin Islands,312111,1534811,803,29,152 +British Virgin Islands,312112,224621,803,29,152 +British Virgin Islands,312113,77076,803,29,152 +British Virgin Islands,312120,1095482,803,29,152 +British Virgin Islands,312130,665157,803,29,152 +British Virgin Islands,312140,338590,803,29,152 +British Virgin Islands,313210,16455,803,29,152 +British Virgin Islands,313221,30437,803,29,152 +British Virgin Islands,313230,3135,803,29,152 +British Virgin Islands,313249,16375,803,29,152 +British Virgin Islands,313320,5875,803,29,152 +British Virgin Islands,314110,168553,803,29,152 +British Virgin Islands,314121,36750,803,29,152 +British Virgin Islands,314129,438462,803,29,152 +British Virgin Islands,314911,9120,803,29,152 +British Virgin Islands,314912,150739,803,29,152 +British Virgin Islands,314991,79564,803,29,152 +British Virgin Islands,314999,59330,803,29,152 +British Virgin Islands,315111,12171,803,29,152 +British Virgin Islands,315221,35878,803,29,152 +British Virgin Islands,315222,5102,803,29,152 +British Virgin Islands,315223,52227,803,29,152 +British Virgin Islands,315224,21732,803,29,152 +British Virgin Islands,315228,59754,803,29,152 +British Virgin Islands,315231,6145,803,29,152 +British Virgin Islands,315232,185759,803,29,152 +British Virgin Islands,315233,14266,803,29,152 +British Virgin Islands,315234,3655,803,29,152 +British Virgin Islands,315239,63088,803,29,152 +British Virgin Islands,315291,6712,803,29,152 +British Virgin Islands,315292,139833,803,29,152 +British Virgin Islands,315991,42716,803,29,152 +British Virgin Islands,315992,2970,803,29,152 +British Virgin Islands,315999,421592,803,29,152 +British Virgin Islands,316211,38155,803,29,152 +British Virgin Islands,316213,82400,803,29,152 +British Virgin Islands,316214,20190,803,29,152 +British Virgin Islands,316219,815951,803,29,152 +British Virgin Islands,316991,92651,803,29,152 +British Virgin Islands,316992,31287,803,29,152 +British Virgin Islands,316993,40646,803,29,152 +British Virgin Islands,316999,33218,803,29,152 +British Virgin Islands,321113,2153683,803,29,152 +British Virgin Islands,321114,166747,803,29,152 +British Virgin Islands,321211,727528,803,29,152 +British Virgin Islands,321212,1119043,803,29,152 +British Virgin Islands,321213,63198,803,29,152 +British Virgin Islands,321219,13628,803,29,152 +British Virgin Islands,321911,467043,803,29,152 +British Virgin Islands,321918,241443,803,29,152 +British Virgin Islands,321920,47085,803,29,152 +British Virgin Islands,321991,11625,803,29,152 +British Virgin Islands,321999,344924,803,29,152 +British Virgin Islands,322121,255622,803,29,152 +British Virgin Islands,322130,55358,803,29,152 +British Virgin Islands,322211,124360,803,29,152 +British Virgin Islands,322212,54785,803,29,152 +British Virgin Islands,322214,21801,803,29,152 +British Virgin Islands,322215,5347,803,29,152 +British Virgin Islands,322222,60408,803,29,152 +British Virgin Islands,322223,219718,803,29,152 +British Virgin Islands,322224,7302,803,29,152 +British Virgin Islands,322232,3486,803,29,152 +British Virgin Islands,322233,148587,803,29,152 +British Virgin Islands,322291,669630,803,29,152 +British Virgin Islands,322299,133114,803,29,152 +British Virgin Islands,323117,324397,803,29,152 +British Virgin Islands,323118,56338,803,29,152 +British Virgin Islands,323119,418152,803,29,152 +British Virgin Islands,324110,11716648,803,29,152 +British Virgin Islands,324121,18369,803,29,152 +British Virgin Islands,324122,189652,803,29,152 +British Virgin Islands,325120,36391,803,29,152 +British Virgin Islands,325131,18383,803,29,152 +British Virgin Islands,325132,3544,803,29,152 +British Virgin Islands,325181,10884,803,29,152 +British Virgin Islands,325188,49635,803,29,152 +British Virgin Islands,325191,15604,803,29,152 +British Virgin Islands,325192,8680,803,29,152 +British Virgin Islands,325199,273986,803,29,152 +British Virgin Islands,325211,183985,803,29,152 +British Virgin Islands,325212,209513,803,29,152 +British Virgin Islands,325311,14100,803,29,152 +British Virgin Islands,325312,4176,803,29,152 +British Virgin Islands,325320,158470,803,29,152 +British Virgin Islands,325411,24120,803,29,152 +British Virgin Islands,325412,769218,803,29,152 +British Virgin Islands,325414,3428,803,29,152 +British Virgin Islands,325510,2175932,803,29,152 +British Virgin Islands,325520,202317,803,29,152 +British Virgin Islands,325611,1376722,803,29,152 +British Virgin Islands,325612,5233,803,29,152 +British Virgin Islands,325613,66008,803,29,152 +British Virgin Islands,325620,2463423,803,29,152 +British Virgin Islands,325910,280746,803,29,152 +British Virgin Islands,325992,32247,803,29,152 +British Virgin Islands,325998,352419,803,29,152 +British Virgin Islands,326113,95084,803,29,152 +British Virgin Islands,326121,2635,803,29,152 +British Virgin Islands,326122,361265,803,29,152 +British Virgin Islands,326160,88800,803,29,152 +British Virgin Islands,326191,6808,803,29,152 +British Virgin Islands,326199,2121499,803,29,152 +British Virgin Islands,326211,1238736,803,29,152 +British Virgin Islands,326212,10080,803,29,152 +British Virgin Islands,326220,81637,803,29,152 +British Virgin Islands,326299,179239,803,29,152 +British Virgin Islands,327111,154632,803,29,152 +British Virgin Islands,327112,233018,803,29,152 +British Virgin Islands,327113,17250,803,29,152 +British Virgin Islands,327121,51182,803,29,152 +British Virgin Islands,327122,101877,803,29,152 +British Virgin Islands,327123,144152,803,29,152 +British Virgin Islands,327124,45345,803,29,152 +British Virgin Islands,327125,341613,803,29,152 +British Virgin Islands,327211,16992,803,29,152 +British Virgin Islands,327212,145666,803,29,152 +British Virgin Islands,327215,216033,803,29,152 +British Virgin Islands,327310,2991583,803,29,152 +British Virgin Islands,327331,665158,803,29,152 +British Virgin Islands,327390,911275,803,29,152 +British Virgin Islands,327420,78312,803,29,152 +British Virgin Islands,327910,58874,803,29,152 +British Virgin Islands,327991,427910,803,29,152 +British Virgin Islands,327993,58442,803,29,152 +British Virgin Islands,327999,170386,803,29,152 +British Virgin Islands,331111,2970976,803,29,152 +British Virgin Islands,331222,115820,803,29,152 +British Virgin Islands,331312,19280,803,29,152 +British Virgin Islands,331315,91097,803,29,152 +British Virgin Islands,331316,31526,803,29,152 +British Virgin Islands,331319,165192,803,29,152 +British Virgin Islands,331411,31605,803,29,152 +British Virgin Islands,331419,484296,803,29,152 +British Virgin Islands,331421,215707,803,29,152 +British Virgin Islands,331422,431121,803,29,152 +British Virgin Islands,331491,110789,803,29,152 +British Virgin Islands,331511,146720,803,29,152 +British Virgin Islands,332211,10847,803,29,152 +British Virgin Islands,332212,180063,803,29,152 +British Virgin Islands,332213,40836,803,29,152 +British Virgin Islands,332214,4111,803,29,152 +British Virgin Islands,332311,338419,803,29,152 +British Virgin Islands,332312,869180,803,29,152 +British Virgin Islands,332321,1431804,803,29,152 +British Virgin Islands,332322,304321,803,29,152 +British Virgin Islands,332323,2868,803,29,152 +British Virgin Islands,332410,29087,803,29,152 +British Virgin Islands,332420,266188,803,29,152 +British Virgin Islands,332439,21703,803,29,152 +British Virgin Islands,332510,260192,803,29,152 +British Virgin Islands,332618,225757,803,29,152 +British Virgin Islands,332722,168972,803,29,152 +British Virgin Islands,332911,1183580,803,29,152 +British Virgin Islands,332912,21352,803,29,152 +British Virgin Islands,332913,277418,803,29,152 +British Virgin Islands,332919,319402,803,29,152 +British Virgin Islands,332991,72763,803,29,152 +British Virgin Islands,332992,8384,803,29,152 +British Virgin Islands,332994,3000,803,29,152 +British Virgin Islands,332998,53044,803,29,152 +British Virgin Islands,332999,931872,803,29,152 +British Virgin Islands,333111,864388,803,29,152 +British Virgin Islands,333120,1066990,803,29,152 +British Virgin Islands,333131,13043,803,29,152 +British Virgin Islands,333132,180147,803,29,152 +British Virgin Islands,333210,125074,803,29,152 +British Virgin Islands,333220,38782,803,29,152 +British Virgin Islands,333292,25075,803,29,152 +British Virgin Islands,333293,138308,803,29,152 +British Virgin Islands,333294,172938,803,29,152 +British Virgin Islands,333298,7939,803,29,152 +British Virgin Islands,333311,39262,803,29,152 +British Virgin Islands,333313,252759,803,29,152 +British Virgin Islands,333314,64019,803,29,152 +British Virgin Islands,333315,72918,803,29,152 +British Virgin Islands,333319,270447,803,29,152 +British Virgin Islands,333411,10815,803,29,152 +British Virgin Islands,333412,113238,803,29,152 +British Virgin Islands,333414,79699,803,29,152 +British Virgin Islands,333415,2179292,803,29,152 +British Virgin Islands,333512,92057,803,29,152 +British Virgin Islands,333513,11146,803,29,152 +British Virgin Islands,333515,6327,803,29,152 +British Virgin Islands,333611,242603,803,29,152 +British Virgin Islands,333612,37527,803,29,152 +British Virgin Islands,333613,45153,803,29,152 +British Virgin Islands,333618,943036,803,29,152 +British Virgin Islands,333911,1034572,803,29,152 +British Virgin Islands,333912,210570,803,29,152 +British Virgin Islands,333913,42941,803,29,152 +British Virgin Islands,333921,6384,803,29,152 +British Virgin Islands,333922,46778,803,29,152 +British Virgin Islands,333923,15568,803,29,152 +British Virgin Islands,333924,518353,803,29,152 +British Virgin Islands,333991,54231,803,29,152 +British Virgin Islands,333992,44212,803,29,152 +British Virgin Islands,333993,24612,803,29,152 +British Virgin Islands,333995,12799,803,29,152 +British Virgin Islands,333996,85485,803,29,152 +British Virgin Islands,333997,23923,803,29,152 +British Virgin Islands,333999,1581572,803,29,152 +British Virgin Islands,334111,1077273,803,29,152 +British Virgin Islands,334112,94770,803,29,152 +British Virgin Islands,334119,1653278,803,29,152 +British Virgin Islands,334210,159617,803,29,152 +British Virgin Islands,334220,5080970,803,29,152 +British Virgin Islands,334290,10990,803,29,152 +British Virgin Islands,334310,470684,803,29,152 +British Virgin Islands,334412,3184,803,29,152 +British Virgin Islands,334413,57667,803,29,152 +British Virgin Islands,334416,115266,803,29,152 +British Virgin Islands,334417,181154,803,29,152 +British Virgin Islands,334418,252413,803,29,152 +British Virgin Islands,334419,306848,803,29,152 +British Virgin Islands,334510,255597,803,29,152 +British Virgin Islands,334511,120197,803,29,152 +British Virgin Islands,334512,10039,803,29,152 +British Virgin Islands,334513,52791,803,29,152 +British Virgin Islands,334514,102152,803,29,152 +British Virgin Islands,334515,407623,803,29,152 +British Virgin Islands,334516,130010,803,29,152 +British Virgin Islands,334517,52791,803,29,152 +British Virgin Islands,334518,578348,803,29,152 +British Virgin Islands,334519,154895,803,29,152 +British Virgin Islands,335110,33497,803,29,152 +British Virgin Islands,335121,37389,803,29,152 +British Virgin Islands,335129,766432,803,29,152 +British Virgin Islands,335211,213313,803,29,152 +British Virgin Islands,335212,11075,803,29,152 +British Virgin Islands,335221,129748,803,29,152 +British Virgin Islands,335222,399662,803,29,152 +British Virgin Islands,335224,114792,803,29,152 +British Virgin Islands,335228,148648,803,29,152 +British Virgin Islands,335311,226590,803,29,152 +British Virgin Islands,335312,535686,803,29,152 +British Virgin Islands,335313,334725,803,29,152 +British Virgin Islands,335314,241349,803,29,152 +British Virgin Islands,335911,384603,803,29,152 +British Virgin Islands,335912,327265,803,29,152 +British Virgin Islands,335921,3750,803,29,152 +British Virgin Islands,335929,458398,803,29,152 +British Virgin Islands,335931,58088,803,29,152 +British Virgin Islands,335932,3439,803,29,152 +British Virgin Islands,335999,842464,803,29,152 +British Virgin Islands,336111,7112343,803,29,152 +British Virgin Islands,336120,1658915,803,29,152 +British Virgin Islands,336212,14408,803,29,152 +British Virgin Islands,336214,201889,803,29,152 +British Virgin Islands,336311,22940,803,29,152 +British Virgin Islands,336321,39714,803,29,152 +British Virgin Islands,336322,390689,803,29,152 +British Virgin Islands,336330,20944,803,29,152 +British Virgin Islands,336340,65629,803,29,152 +British Virgin Islands,336350,18542,803,29,152 +British Virgin Islands,336399,888953,803,29,152 +British Virgin Islands,336412,13193,803,29,152 +British Virgin Islands,336413,7226,803,29,152 +British Virgin Islands,336510,33317,803,29,152 +British Virgin Islands,336611,1355691,803,29,152 +British Virgin Islands,336612,4370880,803,29,152 +British Virgin Islands,336991,182629,803,29,152 +British Virgin Islands,337110,187743,803,29,152 +British Virgin Islands,337124,293985,803,29,152 +British Virgin Islands,337127,2025606,803,29,152 +British Virgin Islands,337211,129594,803,29,152 +British Virgin Islands,337214,79990,803,29,152 +British Virgin Islands,337215,564092,803,29,152 +British Virgin Islands,337910,246140,803,29,152 +British Virgin Islands,337920,5811,803,29,152 +British Virgin Islands,339112,384938,803,29,152 +British Virgin Islands,339113,108908,803,29,152 +British Virgin Islands,339114,10731,803,29,152 +British Virgin Islands,339115,116410,803,29,152 +British Virgin Islands,339911,2619919,803,29,152 +British Virgin Islands,339912,3011,803,29,152 +British Virgin Islands,339913,7486,803,29,152 +British Virgin Islands,339914,25786,803,29,152 +British Virgin Islands,339920,390584,803,29,152 +British Virgin Islands,339932,35703,803,29,152 +British Virgin Islands,339941,5420,803,29,152 +British Virgin Islands,339942,23686,803,29,152 +British Virgin Islands,339943,14151,803,29,152 +British Virgin Islands,339944,75745,803,29,152 +British Virgin Islands,339950,21775,803,29,152 +British Virgin Islands,339991,69516,803,29,152 +British Virgin Islands,339992,74520,803,29,152 +British Virgin Islands,339993,30848,803,29,152 +British Virgin Islands,339994,42396,803,29,152 +British Virgin Islands,339999,543957,803,29,152 +British Virgin Islands,511210,18709,803,29,152 +British Virgin Islands,910000,283039,803,29,152 +British Virgin Islands,920000,648084,803,29,152 +British Virgin Islands,990000,17664637,803,29,152 +Brunei Darussalam,111150,5024,808,30,153 +Brunei Darussalam,111310,26138,808,30,153 +Brunei Darussalam,111331,264507,808,30,153 +Brunei Darussalam,111332,46500,808,30,153 +Brunei Darussalam,111335,61062,808,30,153 +Brunei Darussalam,111339,2867,808,30,153 +Brunei Darussalam,111940,387982,808,30,153 +Brunei Darussalam,111992,67536,808,30,153 +Brunei Darussalam,114112,121800,808,30,153 +Brunei Darussalam,212112,97751,808,30,153 +Brunei Darussalam,212322,49180,808,30,153 +Brunei Darussalam,212325,18965,808,30,153 +Brunei Darussalam,212393,118272,808,30,153 +Brunei Darussalam,212399,32513,808,30,153 +Brunei Darussalam,311111,43633,808,30,153 +Brunei Darussalam,311119,110906,808,30,153 +Brunei Darussalam,311211,3487,808,30,153 +Brunei Darussalam,311222,35211,808,30,153 +Brunei Darussalam,311223,25542,808,30,153 +Brunei Darussalam,311225,118438,808,30,153 +Brunei Darussalam,311311,8763,808,30,153 +Brunei Darussalam,311320,250395,808,30,153 +Brunei Darussalam,311340,2902,808,30,153 +Brunei Darussalam,311411,816655,808,30,153 +Brunei Darussalam,311421,418374,808,30,153 +Brunei Darussalam,311423,4991,808,30,153 +Brunei Darussalam,311613,55016,808,30,153 +Brunei Darussalam,311811,11638,808,30,153 +Brunei Darussalam,311822,22912,808,30,153 +Brunei Darussalam,311911,94258,808,30,153 +Brunei Darussalam,311919,652191,808,30,153 +Brunei Darussalam,311920,73525,808,30,153 +Brunei Darussalam,311941,127685,808,30,153 +Brunei Darussalam,311999,145187,808,30,153 +Brunei Darussalam,313113,2840,808,30,153 +Brunei Darussalam,313210,92378,808,30,153 +Brunei Darussalam,313221,31413,808,30,153 +Brunei Darussalam,313230,266811,808,30,153 +Brunei Darussalam,314110,53100,808,30,153 +Brunei Darussalam,314999,64228,808,30,153 +Brunei Darussalam,315222,3753,808,30,153 +Brunei Darussalam,315223,2633,808,30,153 +Brunei Darussalam,315228,23009,808,30,153 +Brunei Darussalam,315239,4904,808,30,153 +Brunei Darussalam,315992,9750,808,30,153 +Brunei Darussalam,315999,2762,808,30,153 +Brunei Darussalam,316213,450279,808,30,153 +Brunei Darussalam,316219,19545,808,30,153 +Brunei Darussalam,316991,30892,808,30,153 +Brunei Darussalam,316992,22843,808,30,153 +Brunei Darussalam,321212,4100,808,30,153 +Brunei Darussalam,321911,74237,808,30,153 +Brunei Darussalam,321918,51496,808,30,153 +Brunei Darussalam,321999,127488,808,30,153 +Brunei Darussalam,322121,2612,808,30,153 +Brunei Darussalam,322222,4845,808,30,153 +Brunei Darussalam,322223,6268,808,30,153 +Brunei Darussalam,323117,93890,808,30,153 +Brunei Darussalam,323119,23307,808,30,153 +Brunei Darussalam,324110,45388,808,30,153 +Brunei Darussalam,325110,8272,808,30,153 +Brunei Darussalam,325188,358044,808,30,153 +Brunei Darussalam,325191,12518,808,30,153 +Brunei Darussalam,325192,2871,808,30,153 +Brunei Darussalam,325199,1196131,808,30,153 +Brunei Darussalam,325211,238913,808,30,153 +Brunei Darussalam,325212,760005,808,30,153 +Brunei Darussalam,325222,3149,808,30,153 +Brunei Darussalam,325320,4688,808,30,153 +Brunei Darussalam,325411,265973,808,30,153 +Brunei Darussalam,325412,315740,808,30,153 +Brunei Darussalam,325414,17446,808,30,153 +Brunei Darussalam,325510,93978,808,30,153 +Brunei Darussalam,325611,121419,808,30,153 +Brunei Darussalam,325612,10222,808,30,153 +Brunei Darussalam,325613,130422,808,30,153 +Brunei Darussalam,325620,18611,808,30,153 +Brunei Darussalam,325910,6028,808,30,153 +Brunei Darussalam,325920,578592,808,30,153 +Brunei Darussalam,325992,9220,808,30,153 +Brunei Darussalam,325998,372538,808,30,153 +Brunei Darussalam,326113,17394,808,30,153 +Brunei Darussalam,326121,2966,808,30,153 +Brunei Darussalam,326122,94442,808,30,153 +Brunei Darussalam,326192,82369,808,30,153 +Brunei Darussalam,326199,100077,808,30,153 +Brunei Darussalam,326211,67486,808,30,153 +Brunei Darussalam,326220,59205,808,30,153 +Brunei Darussalam,326299,79633,808,30,153 +Brunei Darussalam,327111,15715,808,30,153 +Brunei Darussalam,327121,8037,808,30,153 +Brunei Darussalam,327123,8511,808,30,153 +Brunei Darussalam,327212,35944,808,30,153 +Brunei Darussalam,327910,5138,808,30,153 +Brunei Darussalam,327993,16014,808,30,153 +Brunei Darussalam,327999,314985,808,30,153 +Brunei Darussalam,331111,693459,808,30,153 +Brunei Darussalam,331222,78704,808,30,153 +Brunei Darussalam,331315,175574,808,30,153 +Brunei Darussalam,331421,8051,808,30,153 +Brunei Darussalam,331422,5408,808,30,153 +Brunei Darussalam,331491,5706,808,30,153 +Brunei Darussalam,331511,116945,808,30,153 +Brunei Darussalam,332212,129524,808,30,153 +Brunei Darussalam,332213,63314,808,30,153 +Brunei Darussalam,332214,41035,808,30,153 +Brunei Darussalam,332312,204589,808,30,153 +Brunei Darussalam,332321,228842,808,30,153 +Brunei Darussalam,332410,3534,808,30,153 +Brunei Darussalam,332420,195218,808,30,153 +Brunei Darussalam,332439,10205,808,30,153 +Brunei Darussalam,332510,2731,808,30,153 +Brunei Darussalam,332611,13433,808,30,153 +Brunei Darussalam,332618,92914,808,30,153 +Brunei Darussalam,332722,27045,808,30,153 +Brunei Darussalam,332911,7203590,808,30,153 +Brunei Darussalam,332912,247888,808,30,153 +Brunei Darussalam,332919,1258566,808,30,153 +Brunei Darussalam,332991,12617,808,30,153 +Brunei Darussalam,332992,450262,808,30,153 +Brunei Darussalam,332994,539524,808,30,153 +Brunei Darussalam,332997,57600,808,30,153 +Brunei Darussalam,332998,9735,808,30,153 +Brunei Darussalam,332999,794849,808,30,153 +Brunei Darussalam,333111,103876,808,30,153 +Brunei Darussalam,333120,593748,808,30,153 +Brunei Darussalam,333131,1863630,808,30,153 +Brunei Darussalam,333132,15036931,808,30,153 +Brunei Darussalam,333220,8490,808,30,153 +Brunei Darussalam,333293,17057,808,30,153 +Brunei Darussalam,333294,46265,808,30,153 +Brunei Darussalam,333298,17445,808,30,153 +Brunei Darussalam,333313,23750,808,30,153 +Brunei Darussalam,333314,500147,808,30,153 +Brunei Darussalam,333315,6612,808,30,153 +Brunei Darussalam,333319,7915,808,30,153 +Brunei Darussalam,333411,55761,808,30,153 +Brunei Darussalam,333412,6400,808,30,153 +Brunei Darussalam,333414,2646,808,30,153 +Brunei Darussalam,333415,583760,808,30,153 +Brunei Darussalam,333512,22518,808,30,153 +Brunei Darussalam,333513,20598,808,30,153 +Brunei Darussalam,333514,70101,808,30,153 +Brunei Darussalam,333515,10598,808,30,153 +Brunei Darussalam,333611,1296909,808,30,153 +Brunei Darussalam,333612,11600,808,30,153 +Brunei Darussalam,333613,197142,808,30,153 +Brunei Darussalam,333618,861154,808,30,153 +Brunei Darussalam,333911,3057322,808,30,153 +Brunei Darussalam,333912,1325084,808,30,153 +Brunei Darussalam,333913,47778,808,30,153 +Brunei Darussalam,333922,30422,808,30,153 +Brunei Darussalam,333923,126761,808,30,153 +Brunei Darussalam,333924,57985,808,30,153 +Brunei Darussalam,333991,148927,808,30,153 +Brunei Darussalam,333992,30250,808,30,153 +Brunei Darussalam,333995,43291,808,30,153 +Brunei Darussalam,333996,111516,808,30,153 +Brunei Darussalam,333997,6820,808,30,153 +Brunei Darussalam,333999,1977173,808,30,153 +Brunei Darussalam,334111,1651002,808,30,153 +Brunei Darussalam,334112,26169,808,30,153 +Brunei Darussalam,334119,250490,808,30,153 +Brunei Darussalam,334210,6379,808,30,153 +Brunei Darussalam,334220,8481286,808,30,153 +Brunei Darussalam,334290,31061,808,30,153 +Brunei Darussalam,334310,835529,808,30,153 +Brunei Darussalam,334411,312707,808,30,153 +Brunei Darussalam,334412,55919,808,30,153 +Brunei Darussalam,334413,98484,808,30,153 +Brunei Darussalam,334414,38893,808,30,153 +Brunei Darussalam,334417,400472,808,30,153 +Brunei Darussalam,334418,3719,808,30,153 +Brunei Darussalam,334419,189813,808,30,153 +Brunei Darussalam,334510,251435,808,30,153 +Brunei Darussalam,334511,1053499,808,30,153 +Brunei Darussalam,334513,7613829,808,30,153 +Brunei Darussalam,334514,19887,808,30,153 +Brunei Darussalam,334515,1349729,808,30,153 +Brunei Darussalam,334516,1790750,808,30,153 +Brunei Darussalam,334518,7887,808,30,153 +Brunei Darussalam,334519,2949745,808,30,153 +Brunei Darussalam,334612,62615,808,30,153 +Brunei Darussalam,334613,8250,808,30,153 +Brunei Darussalam,335110,10546,808,30,153 +Brunei Darussalam,335129,57111,808,30,153 +Brunei Darussalam,335211,20668,808,30,153 +Brunei Darussalam,335221,2881,808,30,153 +Brunei Darussalam,335228,42333,808,30,153 +Brunei Darussalam,335311,46815,808,30,153 +Brunei Darussalam,335312,75562,808,30,153 +Brunei Darussalam,335313,68732,808,30,153 +Brunei Darussalam,335314,100777,808,30,153 +Brunei Darussalam,335911,36304,808,30,153 +Brunei Darussalam,335912,650392,808,30,153 +Brunei Darussalam,335921,88574,808,30,153 +Brunei Darussalam,335929,75149,808,30,153 +Brunei Darussalam,335931,16520,808,30,153 +Brunei Darussalam,335932,99681,808,30,153 +Brunei Darussalam,335999,234699,808,30,153 +Brunei Darussalam,336111,3428483,808,30,153 +Brunei Darussalam,336214,9600,808,30,153 +Brunei Darussalam,336311,45479,808,30,153 +Brunei Darussalam,336399,22013,808,30,153 +Brunei Darussalam,336412,9170,808,30,153 +Brunei Darussalam,336413,178189,808,30,153 +Brunei Darussalam,336419,2942,808,30,153 +Brunei Darussalam,336612,129833,808,30,153 +Brunei Darussalam,336991,903577,808,30,153 +Brunei Darussalam,337124,9871,808,30,153 +Brunei Darussalam,337127,44077,808,30,153 +Brunei Darussalam,337215,119300,808,30,153 +Brunei Darussalam,337910,3612,808,30,153 +Brunei Darussalam,339112,102917,808,30,153 +Brunei Darussalam,339113,380060,808,30,153 +Brunei Darussalam,339114,19653,808,30,153 +Brunei Darussalam,339115,137950,808,30,153 +Brunei Darussalam,339913,79810,808,30,153 +Brunei Darussalam,339920,752594,808,30,153 +Brunei Darussalam,339932,22534,808,30,153 +Brunei Darussalam,339991,314676,808,30,153 +Brunei Darussalam,339992,20354,808,30,153 +Brunei Darussalam,339994,2763,808,30,153 +Brunei Darussalam,339999,206279,808,30,153 +Brunei Darussalam,511210,19443,808,30,153 +Brunei Darussalam,920000,519706,808,30,153 +Brunei Darussalam,990000,11111362,808,30,153 +Bulgaria,111130,655157,804,31,154 +Bulgaria,111150,538127,804,31,154 +Bulgaria,111219,41792,804,31,154 +Bulgaria,111334,23970,804,31,154 +Bulgaria,111335,2831547,804,31,154 +Bulgaria,111910,4217556,804,31,154 +Bulgaria,111998,756071,804,31,154 +Bulgaria,112111,39747,804,31,154 +Bulgaria,112920,4393,804,31,154 +Bulgaria,113210,172326,804,31,154 +Bulgaria,114111,699158,804,31,154 +Bulgaria,114112,78906,804,31,154 +Bulgaria,114119,3400,804,31,154 +Bulgaria,212311,10200,804,31,154 +Bulgaria,212324,16722,804,31,154 +Bulgaria,212325,41242,804,31,154 +Bulgaria,212391,11250,804,31,154 +Bulgaria,212392,125602,804,31,154 +Bulgaria,311119,124500,804,31,154 +Bulgaria,311222,499099,804,31,154 +Bulgaria,311223,246741,804,31,154 +Bulgaria,311225,24160,804,31,154 +Bulgaria,311411,23969,804,31,154 +Bulgaria,311421,98437,804,31,154 +Bulgaria,311514,10112,804,31,154 +Bulgaria,311613,73775,804,31,154 +Bulgaria,311811,8624,804,31,154 +Bulgaria,311822,29391,804,31,154 +Bulgaria,311920,693499,804,31,154 +Bulgaria,311930,22155,804,31,154 +Bulgaria,311941,17885,804,31,154 +Bulgaria,311942,57525,804,31,154 +Bulgaria,311999,530321,804,31,154 +Bulgaria,312130,55142,804,31,154 +Bulgaria,312140,4184977,804,31,154 +Bulgaria,312229,64324,804,31,154 +Bulgaria,313210,163064,804,31,154 +Bulgaria,313221,73158,804,31,154 +Bulgaria,313230,367931,804,31,154 +Bulgaria,313249,46110,804,31,154 +Bulgaria,314129,5100,804,31,154 +Bulgaria,314912,7360,804,31,154 +Bulgaria,314991,5055,804,31,154 +Bulgaria,314999,25383,804,31,154 +Bulgaria,315223,4527,804,31,154 +Bulgaria,315224,3747,804,31,154 +Bulgaria,315228,6777,804,31,154 +Bulgaria,315231,35701,804,31,154 +Bulgaria,315232,16129,804,31,154 +Bulgaria,315233,21150,804,31,154 +Bulgaria,315234,3387,804,31,154 +Bulgaria,315239,15427,804,31,154 +Bulgaria,315291,9093,804,31,154 +Bulgaria,315292,10179,804,31,154 +Bulgaria,315999,17613,804,31,154 +Bulgaria,316110,15150,804,31,154 +Bulgaria,316211,15096,804,31,154 +Bulgaria,316214,11548,804,31,154 +Bulgaria,316219,153010,804,31,154 +Bulgaria,316991,40392,804,31,154 +Bulgaria,316999,34560,804,31,154 +Bulgaria,321113,175187,804,31,154 +Bulgaria,321114,15468,804,31,154 +Bulgaria,321211,94607,804,31,154 +Bulgaria,321212,53675,804,31,154 +Bulgaria,321219,433512,804,31,154 +Bulgaria,321918,4626,804,31,154 +Bulgaria,321920,346170,804,31,154 +Bulgaria,321991,8600,804,31,154 +Bulgaria,321999,46080,804,31,154 +Bulgaria,322110,851321,804,31,154 +Bulgaria,322121,985706,804,31,154 +Bulgaria,322130,66993,804,31,154 +Bulgaria,322212,33561,804,31,154 +Bulgaria,322215,46333,804,31,154 +Bulgaria,322222,35880,804,31,154 +Bulgaria,322223,83681,804,31,154 +Bulgaria,322291,62121,804,31,154 +Bulgaria,322299,3360,804,31,154 +Bulgaria,323117,167305,804,31,154 +Bulgaria,323118,22973,804,31,154 +Bulgaria,323119,174499,804,31,154 +Bulgaria,324110,9361817,804,31,154 +Bulgaria,324121,30915,804,31,154 +Bulgaria,325110,35545,804,31,154 +Bulgaria,325120,3455,804,31,154 +Bulgaria,325131,34872,804,31,154 +Bulgaria,325132,834607,804,31,154 +Bulgaria,325188,1295915,804,31,154 +Bulgaria,325192,230919,804,31,154 +Bulgaria,325193,5430,804,31,154 +Bulgaria,325199,829161,804,31,154 +Bulgaria,325211,2881914,804,31,154 +Bulgaria,325212,144150,804,31,154 +Bulgaria,325222,28721,804,31,154 +Bulgaria,325311,46676,804,31,154 +Bulgaria,325312,741527,804,31,154 +Bulgaria,325320,38755,804,31,154 +Bulgaria,325411,821974,804,31,154 +Bulgaria,325412,1546128,804,31,154 +Bulgaria,325414,1331496,804,31,154 +Bulgaria,325510,73383,804,31,154 +Bulgaria,325520,412975,804,31,154 +Bulgaria,325611,317828,804,31,154 +Bulgaria,325612,74126,804,31,154 +Bulgaria,325613,202334,804,31,154 +Bulgaria,325620,1217652,804,31,154 +Bulgaria,325910,37437,804,31,154 +Bulgaria,325992,22861,804,31,154 +Bulgaria,325998,262941,804,31,154 +Bulgaria,326113,247180,804,31,154 +Bulgaria,326121,58767,804,31,154 +Bulgaria,326122,14800,804,31,154 +Bulgaria,326191,21645,804,31,154 +Bulgaria,326192,9523,804,31,154 +Bulgaria,326199,535379,804,31,154 +Bulgaria,326211,138371,804,31,154 +Bulgaria,326220,16250,804,31,154 +Bulgaria,326299,248638,804,31,154 +Bulgaria,327112,9270,804,31,154 +Bulgaria,327124,58977,804,31,154 +Bulgaria,327211,65216,804,31,154 +Bulgaria,327212,550110,804,31,154 +Bulgaria,327215,5040,804,31,154 +Bulgaria,327910,628641,804,31,154 +Bulgaria,327991,213537,804,31,154 +Bulgaria,327992,81626,804,31,154 +Bulgaria,327993,405912,804,31,154 +Bulgaria,327999,18155,804,31,154 +Bulgaria,331111,176241,804,31,154 +Bulgaria,331222,29093,804,31,154 +Bulgaria,331311,128915,804,31,154 +Bulgaria,331315,9899,804,31,154 +Bulgaria,331319,5754,804,31,154 +Bulgaria,331411,302000,804,31,154 +Bulgaria,331419,145680,804,31,154 +Bulgaria,331421,15660,804,31,154 +Bulgaria,331422,51350,804,31,154 +Bulgaria,331491,89794,804,31,154 +Bulgaria,332211,94641,804,31,154 +Bulgaria,332212,385754,804,31,154 +Bulgaria,332311,2105306,804,31,154 +Bulgaria,332312,9646,804,31,154 +Bulgaria,332321,20475,804,31,154 +Bulgaria,332322,346020,804,31,154 +Bulgaria,332410,26932,804,31,154 +Bulgaria,332510,35591,804,31,154 +Bulgaria,332611,100490,804,31,154 +Bulgaria,332618,7409,804,31,154 +Bulgaria,332722,54756,804,31,154 +Bulgaria,332911,1138333,804,31,154 +Bulgaria,332912,28244,804,31,154 +Bulgaria,332991,101960,804,31,154 +Bulgaria,332992,122340,804,31,154 +Bulgaria,332994,243427,804,31,154 +Bulgaria,332998,3360,804,31,154 +Bulgaria,332999,137168,804,31,154 +Bulgaria,333111,20321777,804,31,154 +Bulgaria,333120,1837307,804,31,154 +Bulgaria,333131,1345576,804,31,154 +Bulgaria,333132,25714,804,31,154 +Bulgaria,333210,30249,804,31,154 +Bulgaria,333220,593170,804,31,154 +Bulgaria,333291,10298,804,31,154 +Bulgaria,333292,18695,804,31,154 +Bulgaria,333293,21314,804,31,154 +Bulgaria,333294,44517,804,31,154 +Bulgaria,333295,4200,804,31,154 +Bulgaria,333298,606857,804,31,154 +Bulgaria,333311,4100,804,31,154 +Bulgaria,333313,911954,804,31,154 +Bulgaria,333314,7830248,804,31,154 +Bulgaria,333315,622941,804,31,154 +Bulgaria,333319,76422,804,31,154 +Bulgaria,333411,88613,804,31,154 +Bulgaria,333412,23570,804,31,154 +Bulgaria,333414,117662,804,31,154 +Bulgaria,333415,166527,804,31,154 +Bulgaria,333511,229050,804,31,154 +Bulgaria,333512,1366253,804,31,154 +Bulgaria,333513,62942,804,31,154 +Bulgaria,333514,20570,804,31,154 +Bulgaria,333515,103309,804,31,154 +Bulgaria,333612,26971,804,31,154 +Bulgaria,333613,11932,804,31,154 +Bulgaria,333618,513472,804,31,154 +Bulgaria,333911,165957,804,31,154 +Bulgaria,333912,71025,804,31,154 +Bulgaria,333913,2938,804,31,154 +Bulgaria,333922,26608,804,31,154 +Bulgaria,333923,6952,804,31,154 +Bulgaria,333924,10000,804,31,154 +Bulgaria,333991,941591,804,31,154 +Bulgaria,333992,161461,804,31,154 +Bulgaria,333993,236000,804,31,154 +Bulgaria,333994,68618,804,31,154 +Bulgaria,333995,24800,804,31,154 +Bulgaria,333996,234994,804,31,154 +Bulgaria,333997,90498,804,31,154 +Bulgaria,333999,4260344,804,31,154 +Bulgaria,334111,1210800,804,31,154 +Bulgaria,334112,108298,804,31,154 +Bulgaria,334119,4702233,804,31,154 +Bulgaria,334210,175910,804,31,154 +Bulgaria,334220,2777924,804,31,154 +Bulgaria,334290,192243,804,31,154 +Bulgaria,334310,1983795,804,31,154 +Bulgaria,334411,10500,804,31,154 +Bulgaria,334412,185269,804,31,154 +Bulgaria,334413,14077141,804,31,154 +Bulgaria,334414,270740,804,31,154 +Bulgaria,334415,100160,804,31,154 +Bulgaria,334416,34297,804,31,154 +Bulgaria,334417,862747,804,31,154 +Bulgaria,334418,85312,804,31,154 +Bulgaria,334419,1652508,804,31,154 +Bulgaria,334510,2615219,804,31,154 +Bulgaria,334511,238791,804,31,154 +Bulgaria,334512,12037,804,31,154 +Bulgaria,334513,940980,804,31,154 +Bulgaria,334515,717048,804,31,154 +Bulgaria,334516,1525851,804,31,154 +Bulgaria,334517,1684861,804,31,154 +Bulgaria,334518,32788,804,31,154 +Bulgaria,334519,1311877,804,31,154 +Bulgaria,334612,7730,804,31,154 +Bulgaria,334613,114858,804,31,154 +Bulgaria,335129,243404,804,31,154 +Bulgaria,335211,373260,804,31,154 +Bulgaria,335212,1082741,804,31,154 +Bulgaria,335228,129880,804,31,154 +Bulgaria,335312,706571,804,31,154 +Bulgaria,335313,213302,804,31,154 +Bulgaria,335314,1001670,804,31,154 +Bulgaria,335911,656186,804,31,154 +Bulgaria,335912,5854,804,31,154 +Bulgaria,335929,387778,804,31,154 +Bulgaria,335931,438599,804,31,154 +Bulgaria,335991,126749,804,31,154 +Bulgaria,335999,901473,804,31,154 +Bulgaria,336111,5062662,804,31,154 +Bulgaria,336120,11000,804,31,154 +Bulgaria,336211,119949,804,31,154 +Bulgaria,336214,290515,804,31,154 +Bulgaria,336311,36115,804,31,154 +Bulgaria,336321,9180,804,31,154 +Bulgaria,336322,11988,804,31,154 +Bulgaria,336330,13345,804,31,154 +Bulgaria,336340,2741,804,31,154 +Bulgaria,336350,22248,804,31,154 +Bulgaria,336391,12066,804,31,154 +Bulgaria,336399,674879,804,31,154 +Bulgaria,336413,991896,804,31,154 +Bulgaria,336611,10200,804,31,154 +Bulgaria,336612,482567,804,31,154 +Bulgaria,336991,472064,804,31,154 +Bulgaria,337124,6500,804,31,154 +Bulgaria,337127,284097,804,31,154 +Bulgaria,337215,275386,804,31,154 +Bulgaria,337920,7113,804,31,154 +Bulgaria,339112,1644570,804,31,154 +Bulgaria,339113,656952,804,31,154 +Bulgaria,339114,813710,804,31,154 +Bulgaria,339115,20568,804,31,154 +Bulgaria,339911,19300,804,31,154 +Bulgaria,339912,345756,804,31,154 +Bulgaria,339913,10734,804,31,154 +Bulgaria,339920,491569,804,31,154 +Bulgaria,339932,152220,804,31,154 +Bulgaria,339941,11460,804,31,154 +Bulgaria,339942,18873,804,31,154 +Bulgaria,339943,12556,804,31,154 +Bulgaria,339950,120547,804,31,154 +Bulgaria,339991,187785,804,31,154 +Bulgaria,339992,266640,804,31,154 +Bulgaria,339994,9028,804,31,154 +Bulgaria,339999,1800130,804,31,154 +Bulgaria,511210,87912,804,31,154 +Bulgaria,920000,1218557,804,31,154 +Bulgaria,990000,6988473,804,31,154 +Burkina Faso,111130,131792,805,32,155 +Burkina Faso,111219,6549,805,32,155 +Burkina Faso,311211,158591,805,32,155 +Burkina Faso,311212,3289246,805,32,155 +Burkina Faso,311222,17249,805,32,155 +Burkina Faso,311223,283907,805,32,155 +Burkina Faso,311514,389352,805,32,155 +Burkina Faso,311999,324818,805,32,155 +Burkina Faso,314129,16335,805,32,155 +Burkina Faso,314912,40920,805,32,155 +Burkina Faso,314999,405438,805,32,155 +Burkina Faso,315239,848194,805,32,155 +Burkina Faso,315991,6137,805,32,155 +Burkina Faso,315992,15550,805,32,155 +Burkina Faso,316219,9880,805,32,155 +Burkina Faso,316991,35440,805,32,155 +Burkina Faso,321999,25000,805,32,155 +Burkina Faso,322222,23513,805,32,155 +Burkina Faso,322223,3893,805,32,155 +Burkina Faso,322232,3056,805,32,155 +Burkina Faso,322291,4119,805,32,155 +Burkina Faso,322299,6370,805,32,155 +Burkina Faso,323117,19075,805,32,155 +Burkina Faso,323119,3848,805,32,155 +Burkina Faso,324110,5960,805,32,155 +Burkina Faso,325188,514563,805,32,155 +Burkina Faso,325199,59557,805,32,155 +Burkina Faso,325211,283594,805,32,155 +Burkina Faso,325221,1717262,805,32,155 +Burkina Faso,325320,647400,805,32,155 +Burkina Faso,325412,357132,805,32,155 +Burkina Faso,325414,51976,805,32,155 +Burkina Faso,325520,263200,805,32,155 +Burkina Faso,325620,130902,805,32,155 +Burkina Faso,325910,3410,805,32,155 +Burkina Faso,326122,37187,805,32,155 +Burkina Faso,326199,166892,805,32,155 +Burkina Faso,326211,1884996,805,32,155 +Burkina Faso,326299,48497,805,32,155 +Burkina Faso,327212,3450,805,32,155 +Burkina Faso,331111,193291,805,32,155 +Burkina Faso,331316,23311,805,32,155 +Burkina Faso,331422,11755,805,32,155 +Burkina Faso,331511,2194516,805,32,155 +Burkina Faso,332212,49933,805,32,155 +Burkina Faso,332214,7876,805,32,155 +Burkina Faso,332420,10465,805,32,155 +Burkina Faso,332618,9288,805,32,155 +Burkina Faso,332722,3170,805,32,155 +Burkina Faso,332911,79843,805,32,155 +Burkina Faso,332912,44638,805,32,155 +Burkina Faso,332991,2606,805,32,155 +Burkina Faso,332999,1273749,805,32,155 +Burkina Faso,333111,145195,805,32,155 +Burkina Faso,333120,5265968,805,32,155 +Burkina Faso,333131,324044,805,32,155 +Burkina Faso,333132,5237,805,32,155 +Burkina Faso,333293,100520,805,32,155 +Burkina Faso,333298,9004,805,32,155 +Burkina Faso,333313,25366,805,32,155 +Burkina Faso,333314,747422,805,32,155 +Burkina Faso,333412,16491,805,32,155 +Burkina Faso,333415,71376,805,32,155 +Burkina Faso,333513,4272,805,32,155 +Burkina Faso,333515,5000,805,32,155 +Burkina Faso,333612,2800,805,32,155 +Burkina Faso,333613,26867,805,32,155 +Burkina Faso,333618,12368,805,32,155 +Burkina Faso,333911,295342,805,32,155 +Burkina Faso,333912,40131,805,32,155 +Burkina Faso,333924,13508,805,32,155 +Burkina Faso,333991,26990,805,32,155 +Burkina Faso,333992,13044,805,32,155 +Burkina Faso,333995,24545,805,32,155 +Burkina Faso,333996,2707,805,32,155 +Burkina Faso,333997,311001,805,32,155 +Burkina Faso,333999,278446,805,32,155 +Burkina Faso,334111,294205,805,32,155 +Burkina Faso,334119,138398,805,32,155 +Burkina Faso,334210,80776,805,32,155 +Burkina Faso,334220,441740,805,32,155 +Burkina Faso,334290,11210,805,32,155 +Burkina Faso,334310,103368,805,32,155 +Burkina Faso,334413,40596,805,32,155 +Burkina Faso,334417,7604,805,32,155 +Burkina Faso,334418,41046,805,32,155 +Burkina Faso,334419,87728,805,32,155 +Burkina Faso,334511,354399,805,32,155 +Burkina Faso,334513,106784,805,32,155 +Burkina Faso,334515,1718938,805,32,155 +Burkina Faso,334516,16821,805,32,155 +Burkina Faso,334519,127552,805,32,155 +Burkina Faso,335129,23764,805,32,155 +Burkina Faso,335222,61663,805,32,155 +Burkina Faso,335311,7455,805,32,155 +Burkina Faso,335312,117503,805,32,155 +Burkina Faso,335313,17568,805,32,155 +Burkina Faso,335314,9544,805,32,155 +Burkina Faso,335911,40469,805,32,155 +Burkina Faso,335929,9799,805,32,155 +Burkina Faso,335931,26781,805,32,155 +Burkina Faso,335999,38445,805,32,155 +Burkina Faso,336111,465375,805,32,155 +Burkina Faso,336120,470948,805,32,155 +Burkina Faso,336211,110539,805,32,155 +Burkina Faso,336214,33864,805,32,155 +Burkina Faso,336311,10161,805,32,155 +Burkina Faso,336322,23742,805,32,155 +Burkina Faso,336340,28798,805,32,155 +Burkina Faso,336399,976773,805,32,155 +Burkina Faso,336412,4925,805,32,155 +Burkina Faso,336413,877219,805,32,155 +Burkina Faso,336510,26510,805,32,155 +Burkina Faso,336991,14470,805,32,155 +Burkina Faso,337127,35177,805,32,155 +Burkina Faso,337214,2724,805,32,155 +Burkina Faso,337215,87152,805,32,155 +Burkina Faso,339112,50640,805,32,155 +Burkina Faso,339113,292302,805,32,155 +Burkina Faso,339114,8145,805,32,155 +Burkina Faso,339115,22029,805,32,155 +Burkina Faso,339911,10350,805,32,155 +Burkina Faso,339913,86962,805,32,155 +Burkina Faso,339914,4725,805,32,155 +Burkina Faso,339920,74826,805,32,155 +Burkina Faso,339944,4618,805,32,155 +Burkina Faso,339950,25000,805,32,155 +Burkina Faso,339991,57901,805,32,155 +Burkina Faso,339993,3043,805,32,155 +Burkina Faso,339994,3956,805,32,155 +Burkina Faso,339999,9678,805,32,155 +Burkina Faso,511210,7744,805,32,155 +Burkina Faso,910000,51270,805,32,155 +Burkina Faso,920000,889500,805,32,155 +Burkina Faso,990000,3007601,805,32,155 +Burundi,111130,100810,805,33,156 +Burundi,111140,1556236,805,33,156 +Burundi,311211,484655,805,33,156 +Burundi,311223,138421,805,33,156 +Burundi,311514,1822581,805,33,156 +Burundi,311615,8795,805,33,156 +Burundi,311919,93226,805,33,156 +Burundi,311999,33150,805,33,156 +Burundi,313249,17595,805,33,156 +Burundi,314912,739800,805,33,156 +Burundi,314999,235000,805,33,156 +Burundi,315999,47976,805,33,156 +Burundi,316213,44950,805,33,156 +Burundi,321213,5885,805,33,156 +Burundi,322122,4608,805,33,156 +Burundi,323118,3428,805,33,156 +Burundi,325211,140498,805,33,156 +Burundi,325411,29235,805,33,156 +Burundi,325611,10477,805,33,156 +Burundi,325612,5787,805,33,156 +Burundi,325910,16547,805,33,156 +Burundi,326113,20362,805,33,156 +Burundi,326122,120450,805,33,156 +Burundi,326199,26566,805,33,156 +Burundi,327212,8840,805,33,156 +Burundi,331111,112276,805,33,156 +Burundi,331319,2861,805,33,156 +Burundi,331422,24445,805,33,156 +Burundi,332212,20248,805,33,156 +Burundi,332312,38917,805,33,156 +Burundi,332321,3988304,805,33,156 +Burundi,332322,15911,805,33,156 +Burundi,332420,45123,805,33,156 +Burundi,332510,3560,805,33,156 +Burundi,332618,4320,805,33,156 +Burundi,332722,6860,805,33,156 +Burundi,332919,639199,805,33,156 +Burundi,332994,16847,805,33,156 +Burundi,332999,4200,805,33,156 +Burundi,333313,22197,805,33,156 +Burundi,333314,72255,805,33,156 +Burundi,333911,6050,805,33,156 +Burundi,333997,18543,805,33,156 +Burundi,334111,569389,805,33,156 +Burundi,334112,7951,805,33,156 +Burundi,334119,133100,805,33,156 +Burundi,334210,7198,805,33,156 +Burundi,334220,228930,805,33,156 +Burundi,334310,28500,805,33,156 +Burundi,334411,10616,805,33,156 +Burundi,334413,32389,805,33,156 +Burundi,334415,7950,805,33,156 +Burundi,334417,595009,805,33,156 +Burundi,334418,54113,805,33,156 +Burundi,334419,56529,805,33,156 +Burundi,334510,3200,805,33,156 +Burundi,334511,5815,805,33,156 +Burundi,334515,4815,805,33,156 +Burundi,334516,58300,805,33,156 +Burundi,334613,13605,805,33,156 +Burundi,335312,7940,805,33,156 +Burundi,335911,4170,805,33,156 +Burundi,335932,421002,805,33,156 +Burundi,335999,35250,805,33,156 +Burundi,336111,28000,805,33,156 +Burundi,337127,42300,805,33,156 +Burundi,337214,14685,805,33,156 +Burundi,339112,9859,805,33,156 +Burundi,339113,52615,805,33,156 +Burundi,339992,4995,805,33,156 +Burundi,339999,10400,805,33,156 +Burundi,511210,61398,805,33,156 +Burundi,920000,545000,805,33,156 +Burundi,990000,573286,805,33,156 +C?te d'Ivoire,111211,17500,805,34,157 +C?te d'Ivoire,112111,12500,805,34,157 +C?te d'Ivoire,112310,61495,805,34,157 +C?te d'Ivoire,114111,27454,805,34,157 +C?te d'Ivoire,212325,65848,805,34,157 +C?te d'Ivoire,212399,125132,805,34,157 +C?te d'Ivoire,311111,5873,805,34,157 +C?te d'Ivoire,311211,22774,805,34,157 +C?te d'Ivoire,311212,294525,805,34,157 +C?te d'Ivoire,311221,753620,805,34,157 +C?te d'Ivoire,311223,5494,805,34,157 +C?te d'Ivoire,311411,425926,805,34,157 +C?te d'Ivoire,311512,82950,805,34,157 +C?te d'Ivoire,311514,150609,805,34,157 +C?te d'Ivoire,311611,4125214,805,34,157 +C?te d'Ivoire,311615,28336,805,34,157 +C?te d'Ivoire,311711,62565,805,34,157 +C?te d'Ivoire,311930,60770,805,34,157 +C?te d'Ivoire,311941,1250806,805,34,157 +C?te d'Ivoire,311999,437247,805,34,157 +C?te d'Ivoire,312111,5000,805,34,157 +C?te d'Ivoire,312229,14449,805,34,157 +C?te d'Ivoire,313210,464138,805,34,157 +C?te d'Ivoire,313230,96549,805,34,157 +C?te d'Ivoire,313249,24744,805,34,157 +C?te d'Ivoire,313320,92936,805,34,157 +C?te d'Ivoire,314129,67799,805,34,157 +C?te d'Ivoire,314999,123999,805,34,157 +C?te d'Ivoire,315111,14603,805,34,157 +C?te d'Ivoire,315224,15479,805,34,157 +C?te d'Ivoire,315228,20576,805,34,157 +C?te d'Ivoire,315233,34216,805,34,157 +C?te d'Ivoire,315239,32072,805,34,157 +C?te d'Ivoire,315991,2604,805,34,157 +C?te d'Ivoire,315992,3375,805,34,157 +C?te d'Ivoire,315999,156466,805,34,157 +C?te d'Ivoire,316110,8948,805,34,157 +C?te d'Ivoire,316211,3306,805,34,157 +C?te d'Ivoire,316212,18000,805,34,157 +C?te d'Ivoire,316214,11472,805,34,157 +C?te d'Ivoire,316219,186568,805,34,157 +C?te d'Ivoire,316991,6852,805,34,157 +C?te d'Ivoire,316992,52421,805,34,157 +C?te d'Ivoire,316993,3800,805,34,157 +C?te d'Ivoire,316999,18388,805,34,157 +C?te d'Ivoire,321113,16607,805,34,157 +C?te d'Ivoire,321212,2750,805,34,157 +C?te d'Ivoire,321911,47562,805,34,157 +C?te d'Ivoire,321999,20223,805,34,157 +C?te d'Ivoire,322110,476678,805,34,157 +C?te d'Ivoire,322121,1326044,805,34,157 +C?te d'Ivoire,322130,6184824,805,34,157 +C?te d'Ivoire,322222,121206,805,34,157 +C?te d'Ivoire,322291,35822,805,34,157 +C?te d'Ivoire,322299,310069,805,34,157 +C?te d'Ivoire,323117,18203,805,34,157 +C?te d'Ivoire,323119,114543,805,34,157 +C?te d'Ivoire,324110,1057126,805,34,157 +C?te d'Ivoire,324121,13935,805,34,157 +C?te d'Ivoire,325120,7500,805,34,157 +C?te d'Ivoire,325131,379377,805,34,157 +C?te d'Ivoire,325132,70108,805,34,157 +C?te d'Ivoire,325188,396612,805,34,157 +C?te d'Ivoire,325191,8379,805,34,157 +C?te d'Ivoire,325199,1295605,805,34,157 +C?te d'Ivoire,325211,29163611,805,34,157 +C?te d'Ivoire,325212,138728,805,34,157 +C?te d'Ivoire,325221,2063850,805,34,157 +C?te d'Ivoire,325222,6000,805,34,157 +C?te d'Ivoire,325312,1401132,805,34,157 +C?te d'Ivoire,325320,666783,805,34,157 +C?te d'Ivoire,325412,942931,805,34,157 +C?te d'Ivoire,325414,232169,805,34,157 +C?te d'Ivoire,325510,26426,805,34,157 +C?te d'Ivoire,325520,142570,805,34,157 +C?te d'Ivoire,325611,99446,805,34,157 +C?te d'Ivoire,325612,71451,805,34,157 +C?te d'Ivoire,325613,719686,805,34,157 +C?te d'Ivoire,325620,602002,805,34,157 +C?te d'Ivoire,325910,392583,805,34,157 +C?te d'Ivoire,325920,53111,805,34,157 +C?te d'Ivoire,325992,31400,805,34,157 +C?te d'Ivoire,325998,377828,805,34,157 +C?te d'Ivoire,326113,33584,805,34,157 +C?te d'Ivoire,326122,110527,805,34,157 +C?te d'Ivoire,326192,30440,805,34,157 +C?te d'Ivoire,326199,603494,805,34,157 +C?te d'Ivoire,326211,1221761,805,34,157 +C?te d'Ivoire,326220,63102,805,34,157 +C?te d'Ivoire,326299,47981,805,34,157 +C?te d'Ivoire,327112,21865,805,34,157 +C?te d'Ivoire,327125,31311,805,34,157 +C?te d'Ivoire,327212,4355,805,34,157 +C?te d'Ivoire,327215,19376,805,34,157 +C?te d'Ivoire,327331,167260,805,34,157 +C?te d'Ivoire,327993,4444,805,34,157 +C?te d'Ivoire,327999,4430,805,34,157 +C?te d'Ivoire,331111,3068788,805,34,157 +C?te d'Ivoire,331311,3623,805,34,157 +C?te d'Ivoire,331421,9850,805,34,157 +C?te d'Ivoire,331422,3250,805,34,157 +C?te d'Ivoire,331491,19079,805,34,157 +C?te d'Ivoire,331492,12670,805,34,157 +C?te d'Ivoire,331511,16064,805,34,157 +C?te d'Ivoire,332115,2863,805,34,157 +C?te d'Ivoire,332212,447149,805,34,157 +C?te d'Ivoire,332312,153244,805,34,157 +C?te d'Ivoire,332410,2459321,805,34,157 +C?te d'Ivoire,332420,397659,805,34,157 +C?te d'Ivoire,332510,15111,805,34,157 +C?te d'Ivoire,332611,29698,805,34,157 +C?te d'Ivoire,332618,97489,805,34,157 +C?te d'Ivoire,332722,374119,805,34,157 +C?te d'Ivoire,332911,2121336,805,34,157 +C?te d'Ivoire,332912,197740,805,34,157 +C?te d'Ivoire,332919,33734,805,34,157 +C?te d'Ivoire,332991,45383,805,34,157 +C?te d'Ivoire,332998,9287,805,34,157 +C?te d'Ivoire,332999,1854512,805,34,157 +C?te d'Ivoire,333111,2572094,805,34,157 +C?te d'Ivoire,333120,5384872,805,34,157 +C?te d'Ivoire,333131,2132592,805,34,157 +C?te d'Ivoire,333132,5384738,805,34,157 +C?te d'Ivoire,333220,76155,805,34,157 +C?te d'Ivoire,333291,72750,805,34,157 +C?te d'Ivoire,333292,27313,805,34,157 +C?te d'Ivoire,333293,400062,805,34,157 +C?te d'Ivoire,333294,16456,805,34,157 +C?te d'Ivoire,333298,114592,805,34,157 +C?te d'Ivoire,333313,214412,805,34,157 +C?te d'Ivoire,333314,77933,805,34,157 +C?te d'Ivoire,333315,69048,805,34,157 +C?te d'Ivoire,333411,3504,805,34,157 +C?te d'Ivoire,333414,8805,805,34,157 +C?te d'Ivoire,333415,261049,805,34,157 +C?te d'Ivoire,333511,169776,805,34,157 +C?te d'Ivoire,333512,14836,805,34,157 +C?te d'Ivoire,333513,4792,805,34,157 +C?te d'Ivoire,333515,33768,805,34,157 +C?te d'Ivoire,333611,3033288,805,34,157 +C?te d'Ivoire,333612,338825,805,34,157 +C?te d'Ivoire,333613,90931,805,34,157 +C?te d'Ivoire,333618,712039,805,34,157 +C?te d'Ivoire,333911,4107183,805,34,157 +C?te d'Ivoire,333912,10117811,805,34,157 +C?te d'Ivoire,333913,3270,805,34,157 +C?te d'Ivoire,333921,74038,805,34,157 +C?te d'Ivoire,333922,445709,805,34,157 +C?te d'Ivoire,333923,3282805,805,34,157 +C?te d'Ivoire,333924,175585,805,34,157 +C?te d'Ivoire,333991,2857,805,34,157 +C?te d'Ivoire,333992,27395,805,34,157 +C?te d'Ivoire,333993,180930,805,34,157 +C?te d'Ivoire,333994,329100,805,34,157 +C?te d'Ivoire,333995,123519,805,34,157 +C?te d'Ivoire,333996,166913,805,34,157 +C?te d'Ivoire,333997,2765,805,34,157 +C?te d'Ivoire,333999,2076572,805,34,157 +C?te d'Ivoire,334111,682890,805,34,157 +C?te d'Ivoire,334112,156709,805,34,157 +C?te d'Ivoire,334119,954403,805,34,157 +C?te d'Ivoire,334210,168468,805,34,157 +C?te d'Ivoire,334220,2116542,805,34,157 +C?te d'Ivoire,334290,8316,805,34,157 +C?te d'Ivoire,334310,403836,805,34,157 +C?te d'Ivoire,334411,2940,805,34,157 +C?te d'Ivoire,334412,7875,805,34,157 +C?te d'Ivoire,334413,94623,805,34,157 +C?te d'Ivoire,334414,36346,805,34,157 +C?te d'Ivoire,334416,80433,805,34,157 +C?te d'Ivoire,334417,18213,805,34,157 +C?te d'Ivoire,334418,150329,805,34,157 +C?te d'Ivoire,334419,523156,805,34,157 +C?te d'Ivoire,334510,96241,805,34,157 +C?te d'Ivoire,334511,92560,805,34,157 +C?te d'Ivoire,334513,565553,805,34,157 +C?te d'Ivoire,334514,35147,805,34,157 +C?te d'Ivoire,334515,1057910,805,34,157 +C?te d'Ivoire,334516,342187,805,34,157 +C?te d'Ivoire,334517,1077600,805,34,157 +C?te d'Ivoire,334518,16317,805,34,157 +C?te d'Ivoire,334519,487038,805,34,157 +C?te d'Ivoire,334612,4386,805,34,157 +C?te d'Ivoire,334613,37079,805,34,157 +C?te d'Ivoire,335129,16484,805,34,157 +C?te d'Ivoire,335211,5953,805,34,157 +C?te d'Ivoire,335212,4650,805,34,157 +C?te d'Ivoire,335222,82359,805,34,157 +C?te d'Ivoire,335224,15160,805,34,157 +C?te d'Ivoire,335311,119689,805,34,157 +C?te d'Ivoire,335312,131645,805,34,157 +C?te d'Ivoire,335313,33059,805,34,157 +C?te d'Ivoire,335314,142561,805,34,157 +C?te d'Ivoire,335921,150110,805,34,157 +C?te d'Ivoire,335929,131563,805,34,157 +C?te d'Ivoire,335931,22142,805,34,157 +C?te d'Ivoire,335999,20964,805,34,157 +C?te d'Ivoire,336111,12172517,805,34,157 +C?te d'Ivoire,336120,495976,805,34,157 +C?te d'Ivoire,336211,425500,805,34,157 +C?te d'Ivoire,336212,13000,805,34,157 +C?te d'Ivoire,336214,107000,805,34,157 +C?te d'Ivoire,336311,38188,805,34,157 +C?te d'Ivoire,336322,644380,805,34,157 +C?te d'Ivoire,336399,656710,805,34,157 +C?te d'Ivoire,336412,22413,805,34,157 +C?te d'Ivoire,336510,179625,805,34,157 +C?te d'Ivoire,336611,9828891,805,34,157 +C?te d'Ivoire,336612,182143,805,34,157 +C?te d'Ivoire,336991,66413,805,34,157 +C?te d'Ivoire,337124,33130,805,34,157 +C?te d'Ivoire,337127,375000,805,34,157 +C?te d'Ivoire,337129,3327,805,34,157 +C?te d'Ivoire,337215,50390,805,34,157 +C?te d'Ivoire,339112,99497,805,34,157 +C?te d'Ivoire,339113,506114,805,34,157 +C?te d'Ivoire,339114,11532,805,34,157 +C?te d'Ivoire,339115,3999,805,34,157 +C?te d'Ivoire,339911,8650,805,34,157 +C?te d'Ivoire,339913,143441,805,34,157 +C?te d'Ivoire,339914,32207,805,34,157 +C?te d'Ivoire,339920,181234,805,34,157 +C?te d'Ivoire,339932,329798,805,34,157 +C?te d'Ivoire,339944,117630,805,34,157 +C?te d'Ivoire,339991,685303,805,34,157 +C?te d'Ivoire,339992,3278,805,34,157 +C?te d'Ivoire,339993,7050,805,34,157 +C?te d'Ivoire,339994,11728,805,34,157 +C?te d'Ivoire,339999,268656,805,34,157 +C?te d'Ivoire,511210,5468457,805,34,157 +C?te d'Ivoire,910000,136300,805,34,157 +C?te d'Ivoire,920000,511119,805,34,157 +C?te d'Ivoire,990000,2767971,805,34,157 +Cambodia,111130,70037,808,35,158 +Cambodia,111150,4844,808,35,158 +Cambodia,111199,22000,808,35,158 +Cambodia,111310,122068,808,35,158 +Cambodia,111320,14426,808,35,158 +Cambodia,111331,1156491,808,35,158 +Cambodia,111332,1597922,808,35,158 +Cambodia,111339,127616,808,35,158 +Cambodia,111421,5465,808,35,158 +Cambodia,111920,130410,808,35,158 +Cambodia,111940,7469,808,35,158 +Cambodia,111998,3047,808,35,158 +Cambodia,112910,11473,808,35,158 +Cambodia,114111,2876,808,35,158 +Cambodia,114112,6900,808,35,158 +Cambodia,212399,13918,808,35,158 +Cambodia,311119,814187,808,35,158 +Cambodia,311211,32733,808,35,158 +Cambodia,311212,1607561,808,35,158 +Cambodia,311221,37907,808,35,158 +Cambodia,311222,46264,808,35,158 +Cambodia,311223,381125,808,35,158 +Cambodia,311225,170139,808,35,158 +Cambodia,311230,35015,808,35,158 +Cambodia,311311,108602,808,35,158 +Cambodia,311320,69790,808,35,158 +Cambodia,311340,99522,808,35,158 +Cambodia,311411,305777,808,35,158 +Cambodia,311421,229892,808,35,158 +Cambodia,311422,254235,808,35,158 +Cambodia,311423,38057,808,35,158 +Cambodia,311511,44500,808,35,158 +Cambodia,311514,258345,808,35,158 +Cambodia,311520,10913,808,35,158 +Cambodia,311611,652822,808,35,158 +Cambodia,311615,100159,808,35,158 +Cambodia,311711,986145,808,35,158 +Cambodia,311811,61793,808,35,158 +Cambodia,311822,18576,808,35,158 +Cambodia,311911,7467,808,35,158 +Cambodia,311919,411271,808,35,158 +Cambodia,311920,161891,808,35,158 +Cambodia,311930,302774,808,35,158 +Cambodia,311941,40253,808,35,158 +Cambodia,311942,17898,808,35,158 +Cambodia,311999,84160,808,35,158 +Cambodia,312111,34389,808,35,158 +Cambodia,312120,1207615,808,35,158 +Cambodia,312130,25704,808,35,158 +Cambodia,312140,6304,808,35,158 +Cambodia,313111,34070,808,35,158 +Cambodia,313210,109511,808,35,158 +Cambodia,313221,6403,808,35,158 +Cambodia,313230,34425,808,35,158 +Cambodia,313249,927592,808,35,158 +Cambodia,313320,72063,808,35,158 +Cambodia,314110,24961,808,35,158 +Cambodia,314129,13958,808,35,158 +Cambodia,314912,54158,808,35,158 +Cambodia,314999,262510,808,35,158 +Cambodia,315232,17194,808,35,158 +Cambodia,315233,28263,808,35,158 +Cambodia,315234,46157,808,35,158 +Cambodia,315239,32372,808,35,158 +Cambodia,315993,3960,808,35,158 +Cambodia,315999,189335,808,35,158 +Cambodia,316110,5624,808,35,158 +Cambodia,316992,323133,808,35,158 +Cambodia,321213,83459,808,35,158 +Cambodia,321920,8700,808,35,158 +Cambodia,321999,7664,808,35,158 +Cambodia,322121,29058,808,35,158 +Cambodia,322130,73432,808,35,158 +Cambodia,322211,15350,808,35,158 +Cambodia,322215,30000,808,35,158 +Cambodia,322222,74435,808,35,158 +Cambodia,322223,186517,808,35,158 +Cambodia,322291,126330,808,35,158 +Cambodia,323117,105120,808,35,158 +Cambodia,323119,181355,808,35,158 +Cambodia,324110,130720,808,35,158 +Cambodia,325181,5163,808,35,158 +Cambodia,325188,13300,808,35,158 +Cambodia,325199,49525,808,35,158 +Cambodia,325211,86396,808,35,158 +Cambodia,325221,1163501,808,35,158 +Cambodia,325222,214961,808,35,158 +Cambodia,325311,39270,808,35,158 +Cambodia,325320,275500,808,35,158 +Cambodia,325411,20700,808,35,158 +Cambodia,325412,304979,808,35,158 +Cambodia,325414,3112642,808,35,158 +Cambodia,325510,4875,808,35,158 +Cambodia,325611,421796,808,35,158 +Cambodia,325612,32140,808,35,158 +Cambodia,325613,275135,808,35,158 +Cambodia,325620,145556,808,35,158 +Cambodia,325910,3443,808,35,158 +Cambodia,325998,8852,808,35,158 +Cambodia,326113,4500,808,35,158 +Cambodia,326160,2820,808,35,158 +Cambodia,326191,19156,808,35,158 +Cambodia,326199,1051538,808,35,158 +Cambodia,326211,36377,808,35,158 +Cambodia,326220,6406,808,35,158 +Cambodia,326299,199966,808,35,158 +Cambodia,327212,10000,808,35,158 +Cambodia,327992,3430,808,35,158 +Cambodia,331111,49515,808,35,158 +Cambodia,331315,350358,808,35,158 +Cambodia,331419,53831,808,35,158 +Cambodia,331511,3050,808,35,158 +Cambodia,332211,2900,808,35,158 +Cambodia,332212,45568,808,35,158 +Cambodia,332311,39622,808,35,158 +Cambodia,332312,50000,808,35,158 +Cambodia,332420,102315,808,35,158 +Cambodia,332439,3800,808,35,158 +Cambodia,332510,1.00E+05,808,35,158 +Cambodia,332618,7153,808,35,158 +Cambodia,332722,3548,808,35,158 +Cambodia,332911,206098,808,35,158 +Cambodia,332919,30513,808,35,158 +Cambodia,332991,67860,808,35,158 +Cambodia,332998,17160,808,35,158 +Cambodia,332999,4038,808,35,158 +Cambodia,333111,657237,808,35,158 +Cambodia,333120,1314689,808,35,158 +Cambodia,333131,126826,808,35,158 +Cambodia,333132,671347,808,35,158 +Cambodia,333220,182529,808,35,158 +Cambodia,333292,67096,808,35,158 +Cambodia,333293,48208,808,35,158 +Cambodia,333294,67140,808,35,158 +Cambodia,333295,10700,808,35,158 +Cambodia,333313,39660,808,35,158 +Cambodia,333314,33211,808,35,158 +Cambodia,333315,57576,808,35,158 +Cambodia,333319,109638,808,35,158 +Cambodia,333415,138150,808,35,158 +Cambodia,333512,12500,808,35,158 +Cambodia,333513,126676,808,35,158 +Cambodia,333515,6908,808,35,158 +Cambodia,333612,5439,808,35,158 +Cambodia,333618,18538,808,35,158 +Cambodia,333911,174860,808,35,158 +Cambodia,333912,164988,808,35,158 +Cambodia,333913,14733,808,35,158 +Cambodia,333922,46280,808,35,158 +Cambodia,333924,49827,808,35,158 +Cambodia,333992,15532,808,35,158 +Cambodia,333993,83117,808,35,158 +Cambodia,333994,42000,808,35,158 +Cambodia,333996,28297,808,35,158 +Cambodia,333997,14728,808,35,158 +Cambodia,333999,784770,808,35,158 +Cambodia,334111,178900,808,35,158 +Cambodia,334112,28523,808,35,158 +Cambodia,334119,2202467,808,35,158 +Cambodia,334210,68011,808,35,158 +Cambodia,334220,629808,808,35,158 +Cambodia,334290,5197,808,35,158 +Cambodia,334310,485221,808,35,158 +Cambodia,334411,231900,808,35,158 +Cambodia,334413,275687,808,35,158 +Cambodia,334417,18289,808,35,158 +Cambodia,334419,144635,808,35,158 +Cambodia,334510,489730,808,35,158 +Cambodia,334511,7500,808,35,158 +Cambodia,334513,155478,808,35,158 +Cambodia,334515,331893,808,35,158 +Cambodia,334516,276136,808,35,158 +Cambodia,334517,274346,808,35,158 +Cambodia,334518,17215,808,35,158 +Cambodia,334519,110090,808,35,158 +Cambodia,334613,77106,808,35,158 +Cambodia,335129,2640,808,35,158 +Cambodia,335211,5277,808,35,158 +Cambodia,335212,5989,808,35,158 +Cambodia,335222,5437,808,35,158 +Cambodia,335224,100460,808,35,158 +Cambodia,335228,15392,808,35,158 +Cambodia,335313,9036,808,35,158 +Cambodia,335314,57947,808,35,158 +Cambodia,335911,2924,808,35,158 +Cambodia,335912,5450,808,35,158 +Cambodia,335929,196214,808,35,158 +Cambodia,335931,22303,808,35,158 +Cambodia,335991,5574,808,35,158 +Cambodia,335999,68002,808,35,158 +Cambodia,336111,96920534,808,35,158 +Cambodia,336120,2024953,808,35,158 +Cambodia,336211,101979,808,35,158 +Cambodia,336212,207497,808,35,158 +Cambodia,336214,152490,808,35,158 +Cambodia,336311,88449,808,35,158 +Cambodia,336322,203691,808,35,158 +Cambodia,336330,17226,808,35,158 +Cambodia,336399,2534184,808,35,158 +Cambodia,336413,24875,808,35,158 +Cambodia,336612,125000,808,35,158 +Cambodia,336991,3499441,808,35,158 +Cambodia,337127,101372,808,35,158 +Cambodia,337214,16600,808,35,158 +Cambodia,337215,75800,808,35,158 +Cambodia,337910,3649,808,35,158 +Cambodia,339112,57232,808,35,158 +Cambodia,339113,165547,808,35,158 +Cambodia,339114,77259,808,35,158 +Cambodia,339115,19171,808,35,158 +Cambodia,339913,23900,808,35,158 +Cambodia,339914,39810,808,35,158 +Cambodia,339920,291112,808,35,158 +Cambodia,339932,142476,808,35,158 +Cambodia,339991,6918,808,35,158 +Cambodia,339993,150963,808,35,158 +Cambodia,339999,95130,808,35,158 +Cambodia,511210,4250,808,35,158 +Cambodia,910000,890522,808,35,158 +Cambodia,920000,3324951,808,35,158 +Cambodia,990000,6883546,808,35,158 +Cameroon,111130,1979183,805,36,159 +Cameroon,111140,1998362,805,36,159 +Cameroon,111150,11403,805,36,159 +Cameroon,111199,1485967,805,36,159 +Cameroon,111332,23100,805,36,159 +Cameroon,111998,28194,805,36,159 +Cameroon,113210,8532,805,36,159 +Cameroon,114111,141575,805,36,159 +Cameroon,212112,27649,805,36,159 +Cameroon,212325,19900,805,36,159 +Cameroon,212393,134016,805,36,159 +Cameroon,212399,52628,805,36,159 +Cameroon,311211,3279984,805,36,159 +Cameroon,311212,7332412,805,36,159 +Cameroon,311221,449121,805,36,159 +Cameroon,311222,8268,805,36,159 +Cameroon,311223,4890473,805,36,159 +Cameroon,311225,3100,805,36,159 +Cameroon,311411,334139,805,36,159 +Cameroon,311421,77191,805,36,159 +Cameroon,311514,2103540,805,36,159 +Cameroon,311520,5803,805,36,159 +Cameroon,311711,14950,805,36,159 +Cameroon,311919,3428,805,36,159 +Cameroon,311920,3413,805,36,159 +Cameroon,311930,730965,805,36,159 +Cameroon,311941,709094,805,36,159 +Cameroon,311999,178834,805,36,159 +Cameroon,312130,20050,805,36,159 +Cameroon,313221,2835,805,36,159 +Cameroon,313230,15000,805,36,159 +Cameroon,314110,59502,805,36,159 +Cameroon,314129,35725,805,36,159 +Cameroon,314912,15712,805,36,159 +Cameroon,314991,5035,805,36,159 +Cameroon,314999,18457,805,36,159 +Cameroon,315111,2595,805,36,159 +Cameroon,315223,21000,805,36,159 +Cameroon,315224,18753,805,36,159 +Cameroon,315228,32199,805,36,159 +Cameroon,315239,3288,805,36,159 +Cameroon,315291,13500,805,36,159 +Cameroon,315991,2597,805,36,159 +Cameroon,315999,224942,805,36,159 +Cameroon,316213,6844,805,36,159 +Cameroon,316214,14804,805,36,159 +Cameroon,316219,309205,805,36,159 +Cameroon,316991,104189,805,36,159 +Cameroon,316992,4794,805,36,159 +Cameroon,316993,164523,805,36,159 +Cameroon,321113,43069,805,36,159 +Cameroon,321999,94577,805,36,159 +Cameroon,322110,26656,805,36,159 +Cameroon,322121,494240,805,36,159 +Cameroon,322130,4577468,805,36,159 +Cameroon,322211,55999,805,36,159 +Cameroon,322213,367814,805,36,159 +Cameroon,322222,34657,805,36,159 +Cameroon,322223,135583,805,36,159 +Cameroon,322291,20900,805,36,159 +Cameroon,322299,5000,805,36,159 +Cameroon,323117,87263,805,36,159 +Cameroon,323118,4278,805,36,159 +Cameroon,323119,255966,805,36,159 +Cameroon,324110,1088750,805,36,159 +Cameroon,325120,5698,805,36,159 +Cameroon,325181,35078,805,36,159 +Cameroon,325188,337174,805,36,159 +Cameroon,325192,202110,805,36,159 +Cameroon,325199,1343021,805,36,159 +Cameroon,325211,5920700,805,36,159 +Cameroon,325212,53859,805,36,159 +Cameroon,325312,486472,805,36,159 +Cameroon,325320,1165526,805,36,159 +Cameroon,325411,27925,805,36,159 +Cameroon,325412,390931,805,36,159 +Cameroon,325414,734531,805,36,159 +Cameroon,325510,155757,805,36,159 +Cameroon,325520,215561,805,36,159 +Cameroon,325611,58468,805,36,159 +Cameroon,325612,5352,805,36,159 +Cameroon,325613,39165,805,36,159 +Cameroon,325620,183176,805,36,159 +Cameroon,325910,5605,805,36,159 +Cameroon,325920,5947,805,36,159 +Cameroon,325998,411076,805,36,159 +Cameroon,326113,30333,805,36,159 +Cameroon,326122,10550,805,36,159 +Cameroon,326160,16085,805,36,159 +Cameroon,326191,11000,805,36,159 +Cameroon,326192,7727,805,36,159 +Cameroon,326199,1532542,805,36,159 +Cameroon,326211,153568,805,36,159 +Cameroon,326220,46442,805,36,159 +Cameroon,326299,55170,805,36,159 +Cameroon,327111,20340,805,36,159 +Cameroon,327112,168700,805,36,159 +Cameroon,327122,4894,805,36,159 +Cameroon,327212,365558,805,36,159 +Cameroon,327390,3504,805,36,159 +Cameroon,327420,21000,805,36,159 +Cameroon,327992,2978,805,36,159 +Cameroon,331111,1333066,805,36,159 +Cameroon,331222,114640,805,36,159 +Cameroon,331511,24751,805,36,159 +Cameroon,332212,447925,805,36,159 +Cameroon,332312,284252,805,36,159 +Cameroon,332321,10323,805,36,159 +Cameroon,332322,4211,805,36,159 +Cameroon,332410,161512,805,36,159 +Cameroon,332420,206614,805,36,159 +Cameroon,332510,7666,805,36,159 +Cameroon,332611,13291,805,36,159 +Cameroon,332618,99395,805,36,159 +Cameroon,332722,94038,805,36,159 +Cameroon,332911,776196,805,36,159 +Cameroon,332912,48875,805,36,159 +Cameroon,332913,2562,805,36,159 +Cameroon,332919,1102560,805,36,159 +Cameroon,332991,6398,805,36,159 +Cameroon,332992,4083,805,36,159 +Cameroon,332994,5697,805,36,159 +Cameroon,332999,278293,805,36,159 +Cameroon,333111,1347144,805,36,159 +Cameroon,333120,4941095,805,36,159 +Cameroon,333131,3232003,805,36,159 +Cameroon,333132,31058351,805,36,159 +Cameroon,333210,10124,805,36,159 +Cameroon,333291,27790,805,36,159 +Cameroon,333292,9498,805,36,159 +Cameroon,333293,86014,805,36,159 +Cameroon,333294,9143,805,36,159 +Cameroon,333298,11380,805,36,159 +Cameroon,333313,113347,805,36,159 +Cameroon,333314,90260,805,36,159 +Cameroon,333315,18980,805,36,159 +Cameroon,333319,6500,805,36,159 +Cameroon,333412,43258,805,36,159 +Cameroon,333414,1050000,805,36,159 +Cameroon,333415,166091,805,36,159 +Cameroon,333512,68300,805,36,159 +Cameroon,333513,10468,805,36,159 +Cameroon,333612,236315,805,36,159 +Cameroon,333613,688567,805,36,159 +Cameroon,333618,930737,805,36,159 +Cameroon,333911,251408,805,36,159 +Cameroon,333912,629077,805,36,159 +Cameroon,333913,7888,805,36,159 +Cameroon,333921,4038,805,36,159 +Cameroon,333923,64631,805,36,159 +Cameroon,333924,1261615,805,36,159 +Cameroon,333991,94277,805,36,159 +Cameroon,333992,76891,805,36,159 +Cameroon,333994,4290,805,36,159 +Cameroon,333995,34833,805,36,159 +Cameroon,333996,21813,805,36,159 +Cameroon,333997,133617,805,36,159 +Cameroon,333999,1756941,805,36,159 +Cameroon,334111,1857831,805,36,159 +Cameroon,334112,21073,805,36,159 +Cameroon,334119,212426,805,36,159 +Cameroon,334210,1269438,805,36,159 +Cameroon,334220,513162,805,36,159 +Cameroon,334290,59974,805,36,159 +Cameroon,334310,71750,805,36,159 +Cameroon,334413,43298,805,36,159 +Cameroon,334417,43429,805,36,159 +Cameroon,334418,16409,805,36,159 +Cameroon,334419,29005,805,36,159 +Cameroon,334510,56593,805,36,159 +Cameroon,334511,15718,805,36,159 +Cameroon,334512,10503,805,36,159 +Cameroon,334513,245373,805,36,159 +Cameroon,334515,303458,805,36,159 +Cameroon,334516,507878,805,36,159 +Cameroon,334517,84887,805,36,159 +Cameroon,334519,933911,805,36,159 +Cameroon,334613,2644,805,36,159 +Cameroon,335110,16000,805,36,159 +Cameroon,335129,22516,805,36,159 +Cameroon,335211,6540,805,36,159 +Cameroon,335221,5000,805,36,159 +Cameroon,335222,33683,805,36,159 +Cameroon,335224,15447,805,36,159 +Cameroon,335228,256309,805,36,159 +Cameroon,335311,213875,805,36,159 +Cameroon,335312,645749,805,36,159 +Cameroon,335314,10533,805,36,159 +Cameroon,335911,258907,805,36,159 +Cameroon,335912,2667,805,36,159 +Cameroon,335929,16485,805,36,159 +Cameroon,335931,101637,805,36,159 +Cameroon,335932,39586,805,36,159 +Cameroon,335999,2993,805,36,159 +Cameroon,336111,8840164,805,36,159 +Cameroon,336120,548500,805,36,159 +Cameroon,336211,212500,805,36,159 +Cameroon,336212,26000,805,36,159 +Cameroon,336311,88689,805,36,159 +Cameroon,336321,4905,805,36,159 +Cameroon,336322,77753,805,36,159 +Cameroon,336399,695702,805,36,159 +Cameroon,336412,14904,805,36,159 +Cameroon,336413,615223,805,36,159 +Cameroon,336510,104903,805,36,159 +Cameroon,336611,592610,805,36,159 +Cameroon,336612,2396984,805,36,159 +Cameroon,336991,21845,805,36,159 +Cameroon,337110,10000,805,36,159 +Cameroon,337124,198370,805,36,159 +Cameroon,337127,152088,805,36,159 +Cameroon,337211,8999,805,36,159 +Cameroon,337215,28000,805,36,159 +Cameroon,339112,190062,805,36,159 +Cameroon,339113,213641,805,36,159 +Cameroon,339911,12171,805,36,159 +Cameroon,339920,83265,805,36,159 +Cameroon,339932,25500,805,36,159 +Cameroon,339941,3685,805,36,159 +Cameroon,339944,33390,805,36,159 +Cameroon,339991,236797,805,36,159 +Cameroon,339993,15400,805,36,159 +Cameroon,339999,3723,805,36,159 +Cameroon,910000,534192,805,36,159 +Cameroon,920000,2627760,805,36,159 +Cameroon,990000,2587719,805,36,159 +Canada,111110,96956988,801,37,160 +Canada,111120,129904076,801,37,160 +Canada,111130,73503026,801,37,160 +Canada,111140,13159058,801,37,160 +Canada,111150,401926997,801,37,160 +Canada,111160,38703,801,37,160 +Canada,111199,20594238,801,37,160 +Canada,111211,97002710,801,37,160 +Canada,111219,2213316802,801,37,160 +Canada,111310,151259170,801,37,160 +Canada,111320,125181298,801,37,160 +Canada,111331,159736579,801,37,160 +Canada,111332,367678138,801,37,160 +Canada,111333,317604783,801,37,160 +Canada,111334,321870856,801,37,160 +Canada,111335,272935068,801,37,160 +Canada,111339,1004565864,801,37,160 +Canada,111411,35553853,801,37,160 +Canada,111421,170242840,801,37,160 +Canada,111422,90166545,801,37,160 +Canada,111910,34613226,801,37,160 +Canada,111920,6674107,801,37,160 +Canada,111930,75626,801,37,160 +Canada,111940,14044868,801,37,160 +Canada,111991,3883245,801,37,160 +Canada,111992,74577585,801,37,160 +Canada,111998,99374569,801,37,160 +Canada,112111,25574296,801,37,160 +Canada,112210,1597068,801,37,160 +Canada,112310,92569871,801,37,160 +Canada,112410,4994099,801,37,160 +Canada,112420,181656,801,37,160 +Canada,112511,88747468,801,37,160 +Canada,112512,274834,801,37,160 +Canada,112910,2194041,801,37,160 +Canada,112920,47339313,801,37,160 +Canada,112930,40247652,801,37,160 +Canada,112990,30604355,801,37,160 +Canada,113210,91062406,801,37,160 +Canada,113310,321779848,801,37,160 +Canada,114111,485645076,801,37,160 +Canada,114112,363165553,801,37,160 +Canada,114119,4560994,801,37,160 +Canada,211111,4636326287,801,37,160 +Canada,211112,941774018,801,37,160 +Canada,212112,841321171,801,37,160 +Canada,212113,17633542,801,37,160 +Canada,212210,895965607,801,37,160 +Canada,212221,46725,801,37,160 +Canada,212222,131242,801,37,160 +Canada,212231,335686036,801,37,160 +Canada,212234,317507191,801,37,160 +Canada,212291,13485,801,37,160 +Canada,212299,49173125,801,37,160 +Canada,212311,18115551,801,37,160 +Canada,212319,40779288,801,37,160 +Canada,212322,74710388,801,37,160 +Canada,212324,37321050,801,37,160 +Canada,212325,63120716,801,37,160 +Canada,212391,1392715,801,37,160 +Canada,212392,16002815,801,37,160 +Canada,212393,73340606,801,37,160 +Canada,212399,129426625,801,37,160 +Canada,311111,499803124,801,37,160 +Canada,311119,161155762,801,37,160 +Canada,311211,119369275,801,37,160 +Canada,311212,174158925,801,37,160 +Canada,311213,23858083,801,37,160 +Canada,311221,306974333,801,37,160 +Canada,311222,442632075,801,37,160 +Canada,311223,437737726,801,37,160 +Canada,311225,267174859,801,37,160 +Canada,311230,328022676,801,37,160 +Canada,311311,47878783,801,37,160 +Canada,311320,669615154,801,37,160 +Canada,311340,276999781,801,37,160 +Canada,311411,410084019,801,37,160 +Canada,311421,1112904231,801,37,160 +Canada,311422,88341089,801,37,160 +Canada,311423,145419896,801,37,160 +Canada,311511,49991288,801,37,160 +Canada,311512,18032560,801,37,160 +Canada,311513,59244848,801,37,160 +Canada,311514,345230133,801,37,160 +Canada,311520,9150297,801,37,160 +Canada,311611,1501870113,801,37,160 +Canada,311613,112679929,801,37,160 +Canada,311615,477890021,801,37,160 +Canada,311711,99355812,801,37,160 +Canada,311811,668411112,801,37,160 +Canada,311822,218193623,801,37,160 +Canada,311823,76650909,801,37,160 +Canada,311911,140425784,801,37,160 +Canada,311919,177202988,801,37,160 +Canada,311920,661377051,801,37,160 +Canada,311930,86024909,801,37,160 +Canada,311941,190857482,801,37,160 +Canada,311942,109594148,801,37,160 +Canada,311999,1207336794,801,37,160 +Canada,312111,399115063,801,37,160 +Canada,312112,16375484,801,37,160 +Canada,312113,2177297,801,37,160 +Canada,312120,343186308,801,37,160 +Canada,312130,309396147,801,37,160 +Canada,312140,221531622,801,37,160 +Canada,312221,151094,801,37,160 +Canada,312229,32544023,801,37,160 +Canada,313111,50458985,801,37,160 +Canada,313113,10989791,801,37,160 +Canada,313210,332096240,801,37,160 +Canada,313221,89450720,801,37,160 +Canada,313230,314909505,801,37,160 +Canada,313249,67357253,801,37,160 +Canada,313312,2194891,801,37,160 +Canada,313320,126609555,801,37,160 +Canada,314110,642154748,801,37,160 +Canada,314121,63124279,801,37,160 +Canada,314129,268931274,801,37,160 +Canada,314911,15195578,801,37,160 +Canada,314912,26963536,801,37,160 +Canada,314991,44447455,801,37,160 +Canada,314992,65704230,801,37,160 +Canada,314999,227572024,801,37,160 +Canada,315111,78953440,801,37,160 +Canada,315221,52153229,801,37,160 +Canada,315222,19851877,801,37,160 +Canada,315223,177314722,801,37,160 +Canada,315224,135472099,801,37,160 +Canada,315228,91431670,801,37,160 +Canada,315231,74691099,801,37,160 +Canada,315232,160274462,801,37,160 +Canada,315233,93634296,801,37,160 +Canada,315234,56331590,801,37,160 +Canada,315239,299920494,801,37,160 +Canada,315291,18053122,801,37,160 +Canada,315292,12135791,801,37,160 +Canada,315991,38216602,801,37,160 +Canada,315992,21240302,801,37,160 +Canada,315993,8850459,801,37,160 +Canada,315999,109884632,801,37,160 +Canada,316110,102238268,801,37,160 +Canada,316211,14555542,801,37,160 +Canada,316212,1895844,801,37,160 +Canada,316213,89994850,801,37,160 +Canada,316214,67679718,801,37,160 +Canada,316219,129652318,801,37,160 +Canada,316991,176499658,801,37,160 +Canada,316992,68809712,801,37,160 +Canada,316993,36149443,801,37,160 +Canada,316999,66797672,801,37,160 +Canada,321113,613630992,801,37,160 +Canada,321114,66823260,801,37,160 +Canada,321211,197874428,801,37,160 +Canada,321212,115096293,801,37,160 +Canada,321213,134019436,801,37,160 +Canada,321219,254953925,801,37,160 +Canada,321911,126454180,801,37,160 +Canada,321918,171505219,801,37,160 +Canada,321920,68176863,801,37,160 +Canada,321991,19596160,801,37,160 +Canada,321992,71354635,801,37,160 +Canada,321999,165479032,801,37,160 +Canada,322110,198247825,801,37,160 +Canada,322121,1580989127,801,37,160 +Canada,322122,88835749,801,37,160 +Canada,322130,953104130,801,37,160 +Canada,322211,272865410,801,37,160 +Canada,322212,160208541,801,37,160 +Canada,322213,40230541,801,37,160 +Canada,322214,32078010,801,37,160 +Canada,322215,168957233,801,37,160 +Canada,322222,609499031,801,37,160 +Canada,322223,384456269,801,37,160 +Canada,322224,29088285,801,37,160 +Canada,322232,46937185,801,37,160 +Canada,322233,8149634,801,37,160 +Canada,322291,1126033688,801,37,160 +Canada,322299,250784397,801,37,160 +Canada,323116,7651680,801,37,160 +Canada,323117,1112309936,801,37,160 +Canada,323118,122771886,801,37,160 +Canada,323119,1830388934,801,37,160 +Canada,323122,16398856,801,37,160 +Canada,324110,5959628840,801,37,160 +Canada,324121,69482983,801,37,160 +Canada,324122,252999209,801,37,160 +Canada,325110,670396797,801,37,160 +Canada,325120,51100454,801,37,160 +Canada,325131,285025205,801,37,160 +Canada,325132,115721952,801,37,160 +Canada,325181,227276009,801,37,160 +Canada,325182,71641081,801,37,160 +Canada,325188,1067124443,801,37,160 +Canada,325191,37743765,801,37,160 +Canada,325192,272412228,801,37,160 +Canada,325193,286062790,801,37,160 +Canada,325199,3890927359,801,37,160 +Canada,325211,5052427638,801,37,160 +Canada,325212,699953796,801,37,160 +Canada,325221,28659989,801,37,160 +Canada,325222,269416961,801,37,160 +Canada,325311,144103892,801,37,160 +Canada,325312,452961659,801,37,160 +Canada,325320,974096093,801,37,160 +Canada,325411,525925760,801,37,160 +Canada,325412,3530603224,801,37,160 +Canada,325414,1213083038,801,37,160 +Canada,325510,1034881500,801,37,160 +Canada,325520,469497626,801,37,160 +Canada,325611,1580951127,801,37,160 +Canada,325612,94920242,801,37,160 +Canada,325613,557453089,801,37,160 +Canada,325620,1706555904,801,37,160 +Canada,325910,196160508,801,37,160 +Canada,325920,130584618,801,37,160 +Canada,325992,316864325,801,37,160 +Canada,325998,784495461,801,37,160 +Canada,326113,1093291434,801,37,160 +Canada,326121,121968957,801,37,160 +Canada,326122,296681355,801,37,160 +Canada,326160,400331009,801,37,160 +Canada,326191,42154789,801,37,160 +Canada,326192,146219658,801,37,160 +Canada,326199,3144934440,801,37,160 +Canada,326211,1954492406,801,37,160 +Canada,326212,3868487,801,37,160 +Canada,326220,540948938,801,37,160 +Canada,326299,622193741,801,37,160 +Canada,327111,82710037,801,37,160 +Canada,327112,165759661,801,37,160 +Canada,327113,31899939,801,37,160 +Canada,327121,19379251,801,37,160 +Canada,327122,33541692,801,37,160 +Canada,327123,1647826,801,37,160 +Canada,327124,27640976,801,37,160 +Canada,327125,126884080,801,37,160 +Canada,327211,395585117,801,37,160 +Canada,327212,336450641,801,37,160 +Canada,327213,225936300,801,37,160 +Canada,327215,420070062,801,37,160 +Canada,327310,129016525,801,37,160 +Canada,327331,26750961,801,37,160 +Canada,327390,96053471,801,37,160 +Canada,327410,28446271,801,37,160 +Canada,327420,164773845,801,37,160 +Canada,327910,189274699,801,37,160 +Canada,327991,50468887,801,37,160 +Canada,327992,60458745,801,37,160 +Canada,327993,253229591,801,37,160 +Canada,327999,150675926,801,37,160 +Canada,331111,7150487518,801,37,160 +Canada,331112,174123756,801,37,160 +Canada,331222,187932382,801,37,160 +Canada,331311,291518978,801,37,160 +Canada,331312,286170014,801,37,160 +Canada,331314,4754408,801,37,160 +Canada,331315,1243771968,801,37,160 +Canada,331316,245831862,801,37,160 +Canada,331319,65709610,801,37,160 +Canada,331411,122052584,801,37,160 +Canada,331419,1290310155,801,37,160 +Canada,331421,323899354,801,37,160 +Canada,331422,453882490,801,37,160 +Canada,331491,715686465,801,37,160 +Canada,331492,38592080,801,37,160 +Canada,331511,237874336,801,37,160 +Canada,332115,257018920,801,37,160 +Canada,332211,173631904,801,37,160 +Canada,332212,478877865,801,37,160 +Canada,332213,71530145,801,37,160 +Canada,332214,12372113,801,37,160 +Canada,332311,215025501,801,37,160 +Canada,332312,486922126,801,37,160 +Canada,332321,167315037,801,37,160 +Canada,332322,48544382,801,37,160 +Canada,332323,41469531,801,37,160 +Canada,332410,308018235,801,37,160 +Canada,332420,227920970,801,37,160 +Canada,332431,253687114,801,37,160 +Canada,332439,262056417,801,37,160 +Canada,332510,934315568,801,37,160 +Canada,332611,168459001,801,37,160 +Canada,332618,249113064,801,37,160 +Canada,332722,920250935,801,37,160 +Canada,332911,1706676412,801,37,160 +Canada,332912,101367644,801,37,160 +Canada,332913,140595656,801,37,160 +Canada,332919,598695420,801,37,160 +Canada,332991,583097345,801,37,160 +Canada,332992,165316951,801,37,160 +Canada,332994,98595798,801,37,160 +Canada,332995,39694374,801,37,160 +Canada,332997,13995606,801,37,160 +Canada,332998,53734842,801,37,160 +Canada,332999,1390332073,801,37,160 +Canada,333111,3114465534,801,37,160 +Canada,333120,5197576203,801,37,160 +Canada,333131,561007826,801,37,160 +Canada,333132,230245085,801,37,160 +Canada,333210,90542992,801,37,160 +Canada,333220,252483189,801,37,160 +Canada,333291,164548249,801,37,160 +Canada,333292,58409739,801,37,160 +Canada,333293,110254707,801,37,160 +Canada,333294,301395029,801,37,160 +Canada,333295,17799189,801,37,160 +Canada,333298,105088013,801,37,160 +Canada,333311,42808335,801,37,160 +Canada,333313,232935328,801,37,160 +Canada,333314,400298404,801,37,160 +Canada,333315,76694628,801,37,160 +Canada,333319,41407839,801,37,160 +Canada,333411,38405653,801,37,160 +Canada,333412,229134191,801,37,160 +Canada,333414,193188553,801,37,160 +Canada,333415,1765935378,801,37,160 +Canada,333511,230077868,801,37,160 +Canada,333512,364519988,801,37,160 +Canada,333513,185784060,801,37,160 +Canada,333514,128060921,801,37,160 +Canada,333515,340164615,801,37,160 +Canada,333516,16287815,801,37,160 +Canada,333611,1129945180,801,37,160 +Canada,333612,430635615,801,37,160 +Canada,333613,539012571,801,37,160 +Canada,333618,2990921349,801,37,160 +Canada,333911,1133449852,801,37,160 +Canada,333912,511096155,801,37,160 +Canada,333913,125115801,801,37,160 +Canada,333921,187473694,801,37,160 +Canada,333922,279628530,801,37,160 +Canada,333923,164961921,801,37,160 +Canada,333924,615559306,801,37,160 +Canada,333991,336545724,801,37,160 +Canada,333992,271998687,801,37,160 +Canada,333993,228189864,801,37,160 +Canada,333994,98444557,801,37,160 +Canada,333995,147447093,801,37,160 +Canada,333996,402174325,801,37,160 +Canada,333997,72566675,801,37,160 +Canada,333999,2832674896,801,37,160 +Canada,334111,3400827751,801,37,160 +Canada,334112,842236303,801,37,160 +Canada,334119,4058958326,801,37,160 +Canada,334210,164181559,801,37,160 +Canada,334220,3428686765,801,37,160 +Canada,334290,140315706,801,37,160 +Canada,334310,2768081782,801,37,160 +Canada,334411,33997975,801,37,160 +Canada,334412,213872682,801,37,160 +Canada,334413,2944792751,801,37,160 +Canada,334414,96323354,801,37,160 +Canada,334415,86052585,801,37,160 +Canada,334416,83984877,801,37,160 +Canada,334417,629337062,801,37,160 +Canada,334418,67301773,801,37,160 +Canada,334419,1034773890,801,37,160 +Canada,334510,609618106,801,37,160 +Canada,334511,736936529,801,37,160 +Canada,334512,108582360,801,37,160 +Canada,334513,1564582700,801,37,160 +Canada,334514,94207146,801,37,160 +Canada,334515,854907750,801,37,160 +Canada,334516,724197905,801,37,160 +Canada,334517,279935752,801,37,160 +Canada,334518,110781797,801,37,160 +Canada,334519,433743839,801,37,160 +Canada,334612,34853867,801,37,160 +Canada,334613,81840942,801,37,160 +Canada,335110,257124619,801,37,160 +Canada,335121,123508080,801,37,160 +Canada,335129,509566534,801,37,160 +Canada,335211,415298312,801,37,160 +Canada,335212,113315704,801,37,160 +Canada,335221,429542091,801,37,160 +Canada,335222,467704643,801,37,160 +Canada,335224,385920346,801,37,160 +Canada,335228,418205676,801,37,160 +Canada,335311,293667095,801,37,160 +Canada,335312,1045697639,801,37,160 +Canada,335313,586904610,801,37,160 +Canada,335314,957020428,801,37,160 +Canada,335911,637578650,801,37,160 +Canada,335912,204480617,801,37,160 +Canada,335921,170595773,801,37,160 +Canada,335929,1226761182,801,37,160 +Canada,335931,427298891,801,37,160 +Canada,335932,49148091,801,37,160 +Canada,335991,212218583,801,37,160 +Canada,335999,668084343,801,37,160 +Canada,336111,11274155739,801,37,160 +Canada,336120,10460806760,801,37,160 +Canada,336211,20063689,801,37,160 +Canada,336212,529384999,801,37,160 +Canada,336213,379890812,801,37,160 +Canada,336214,1576547518,801,37,160 +Canada,336311,3378160987,801,37,160 +Canada,336321,480013037,801,37,160 +Canada,336322,1464820254,801,37,160 +Canada,336330,719739622,801,37,160 +Canada,336340,1201120547,801,37,160 +Canada,336350,3008721827,801,37,160 +Canada,336360,1020158443,801,37,160 +Canada,336370,818220157,801,37,160 +Canada,336391,251027390,801,37,160 +Canada,336399,9711921815,801,37,160 +Canada,336411,294991733,801,37,160 +Canada,336412,131575273,801,37,160 +Canada,336413,6245236,801,37,160 +Canada,336415,3549745,801,37,160 +Canada,336510,671039532,801,37,160 +Canada,336611,41930741,801,37,160 +Canada,336612,590884152,801,37,160 +Canada,336991,347724595,801,37,160 +Canada,336992,137759842,801,37,160 +Canada,337110,94260913,801,37,160 +Canada,337121,12843264,801,37,160 +Canada,337124,406304934,801,37,160 +Canada,337127,1127157119,801,37,160 +Canada,337129,275642,801,37,160 +Canada,337211,61041343,801,37,160 +Canada,337214,104318796,801,37,160 +Canada,337215,475898186,801,37,160 +Canada,337910,67115605,801,37,160 +Canada,337920,29107628,801,37,160 +Canada,339112,1215775537,801,37,160 +Canada,339113,968228184,801,37,160 +Canada,339114,286926325,801,37,160 +Canada,339115,429260830,801,37,160 +Canada,339911,524792268,801,37,160 +Canada,339912,16618917,801,37,160 +Canada,339913,244836815,801,37,160 +Canada,339914,79551001,801,37,160 +Canada,339920,610449052,801,37,160 +Canada,339932,1557631315,801,37,160 +Canada,339941,64726063,801,37,160 +Canada,339942,40990106,801,37,160 +Canada,339943,11745421,801,37,160 +Canada,339944,89198174,801,37,160 +Canada,339950,52781205,801,37,160 +Canada,339991,554354744,801,37,160 +Canada,339992,108900413,801,37,160 +Canada,339993,43837851,801,37,160 +Canada,339994,148020924,801,37,160 +Canada,339999,591706568,801,37,160 +Canada,511210,493311811,801,37,160 +Canada,910000,3107216711,801,37,160 +Canada,920000,537968236,801,37,160 +Canada,980000,169813253,801,37,160 +Canada,990000,6512344933,801,37,160 +Cape Verde,111130,201134,805,38,161 +Cape Verde,311212,1835330,805,38,161 +Cape Verde,311422,22728,805,38,161 +Cape Verde,311615,1084181,805,38,161 +Cape Verde,313210,3325,805,38,161 +Cape Verde,314911,115482,805,38,161 +Cape Verde,314999,32000,805,38,161 +Cape Verde,315991,4449,805,38,161 +Cape Verde,322121,6199,805,38,161 +Cape Verde,325211,63000,805,38,161 +Cape Verde,325620,590335,805,38,161 +Cape Verde,325910,3608,805,38,161 +Cape Verde,326199,617750,805,38,161 +Cape Verde,326299,8936,805,38,161 +Cape Verde,327211,18471,805,38,161 +Cape Verde,332911,3540,805,38,161 +Cape Verde,332991,3304,805,38,161 +Cape Verde,332994,36147,805,38,161 +Cape Verde,333111,9567,805,38,161 +Cape Verde,333120,89278,805,38,161 +Cape Verde,333131,5312,805,38,161 +Cape Verde,333293,8043,805,38,161 +Cape Verde,333313,547798,805,38,161 +Cape Verde,333411,6716,805,38,161 +Cape Verde,333514,5100,805,38,161 +Cape Verde,333613,3669,805,38,161 +Cape Verde,333912,5382,805,38,161 +Cape Verde,333924,31735,805,38,161 +Cape Verde,333994,3168,805,38,161 +Cape Verde,333996,31674,805,38,161 +Cape Verde,333999,30755,805,38,161 +Cape Verde,334111,26646,805,38,161 +Cape Verde,334220,32251,805,38,161 +Cape Verde,334310,150982,805,38,161 +Cape Verde,334413,4977,805,38,161 +Cape Verde,334415,3210,805,38,161 +Cape Verde,334417,2981,805,38,161 +Cape Verde,334419,14820,805,38,161 +Cape Verde,334510,14898,805,38,161 +Cape Verde,334515,77690,805,38,161 +Cape Verde,334516,59326,805,38,161 +Cape Verde,334517,27417,805,38,161 +Cape Verde,334519,123476,805,38,161 +Cape Verde,335222,8919,805,38,161 +Cape Verde,335312,13808,805,38,161 +Cape Verde,335929,2558,805,38,161 +Cape Verde,336111,349184,805,38,161 +Cape Verde,336212,21000,805,38,161 +Cape Verde,336340,5478,805,38,161 +Cape Verde,336399,87005,805,38,161 +Cape Verde,336611,604000,805,38,161 +Cape Verde,336612,75775,805,38,161 +Cape Verde,336991,69099,805,38,161 +Cape Verde,337127,5765,805,38,161 +Cape Verde,337215,2590,805,38,161 +Cape Verde,339112,6670,805,38,161 +Cape Verde,339113,5205,805,38,161 +Cape Verde,339991,8268,805,38,161 +Cape Verde,339993,2550,805,38,161 +Cape Verde,910000,190450,805,38,161 +Cape Verde,920000,663200,805,38,161 +Cape Verde,990000,1491978,805,38,161 +Cayman Islands,111130,44983,803,39,162 +Cayman Islands,111140,3374,803,39,162 +Cayman Islands,111150,12133,803,39,162 +Cayman Islands,111160,137660,803,39,162 +Cayman Islands,111199,118538,803,39,162 +Cayman Islands,111211,252996,803,39,162 +Cayman Islands,111219,1154622,803,39,162 +Cayman Islands,111310,118979,803,39,162 +Cayman Islands,111320,21898,803,39,162 +Cayman Islands,111331,373630,803,39,162 +Cayman Islands,111332,312636,803,39,162 +Cayman Islands,111333,84516,803,39,162 +Cayman Islands,111334,5606,803,39,162 +Cayman Islands,111335,120367,803,39,162 +Cayman Islands,111339,1958522,803,39,162 +Cayman Islands,111421,347418,803,39,162 +Cayman Islands,111422,32244,803,39,162 +Cayman Islands,111910,30050,803,39,162 +Cayman Islands,111940,82651,803,39,162 +Cayman Islands,111998,194624,803,39,162 +Cayman Islands,112310,151985,803,39,162 +Cayman Islands,112511,3944,803,39,162 +Cayman Islands,112910,12017,803,39,162 +Cayman Islands,112920,13068,803,39,162 +Cayman Islands,113210,122247,803,39,162 +Cayman Islands,113310,361404,803,39,162 +Cayman Islands,114111,1719295,803,39,162 +Cayman Islands,114112,546769,803,39,162 +Cayman Islands,114119,12127,803,39,162 +Cayman Islands,211111,7889,803,39,162 +Cayman Islands,211112,2573,803,39,162 +Cayman Islands,212221,5720,803,39,162 +Cayman Islands,212311,178790,803,39,162 +Cayman Islands,212319,253343,803,39,162 +Cayman Islands,212322,74961,803,39,162 +Cayman Islands,212324,48918,803,39,162 +Cayman Islands,212393,3525,803,39,162 +Cayman Islands,212399,559127,803,39,162 +Cayman Islands,311111,764065,803,39,162 +Cayman Islands,311119,1346804,803,39,162 +Cayman Islands,311211,399839,803,39,162 +Cayman Islands,311212,611303,803,39,162 +Cayman Islands,311221,69253,803,39,162 +Cayman Islands,311222,11021,803,39,162 +Cayman Islands,311223,214046,803,39,162 +Cayman Islands,311225,432569,803,39,162 +Cayman Islands,311230,896626,803,39,162 +Cayman Islands,311311,357287,803,39,162 +Cayman Islands,311320,485183,803,39,162 +Cayman Islands,311340,566073,803,39,162 +Cayman Islands,311411,1629614,803,39,162 +Cayman Islands,311421,2327788,803,39,162 +Cayman Islands,311422,191762,803,39,162 +Cayman Islands,311423,44404,803,39,162 +Cayman Islands,311511,2025698,803,39,162 +Cayman Islands,311512,84788,803,39,162 +Cayman Islands,311513,1542527,803,39,162 +Cayman Islands,311514,1343357,803,39,162 +Cayman Islands,311520,966029,803,39,162 +Cayman Islands,311611,9030112,803,39,162 +Cayman Islands,311613,59233,803,39,162 +Cayman Islands,311615,6265225,803,39,162 +Cayman Islands,311711,689690,803,39,162 +Cayman Islands,311811,2643037,803,39,162 +Cayman Islands,311822,467006,803,39,162 +Cayman Islands,311823,96116,803,39,162 +Cayman Islands,311911,310905,803,39,162 +Cayman Islands,311919,1064393,803,39,162 +Cayman Islands,311920,564299,803,39,162 +Cayman Islands,311930,245395,803,39,162 +Cayman Islands,311941,1454908,803,39,162 +Cayman Islands,311942,342339,803,39,162 +Cayman Islands,311999,1080378,803,39,162 +Cayman Islands,312111,4749419,803,39,162 +Cayman Islands,312112,849734,803,39,162 +Cayman Islands,312113,219319,803,39,162 +Cayman Islands,312120,1351755,803,39,162 +Cayman Islands,312130,3296792,803,39,162 +Cayman Islands,312140,526368,803,39,162 +Cayman Islands,312221,18782,803,39,162 +Cayman Islands,312229,19118,803,39,162 +Cayman Islands,313111,20545,803,39,162 +Cayman Islands,313210,28602,803,39,162 +Cayman Islands,313221,36380,803,39,162 +Cayman Islands,313230,70182,803,39,162 +Cayman Islands,313320,11051,803,39,162 +Cayman Islands,314110,669478,803,39,162 +Cayman Islands,314121,209559,803,39,162 +Cayman Islands,314129,1234771,803,39,162 +Cayman Islands,314911,121988,803,39,162 +Cayman Islands,314912,449952,803,39,162 +Cayman Islands,314991,76193,803,39,162 +Cayman Islands,314992,2614,803,39,162 +Cayman Islands,314999,206090,803,39,162 +Cayman Islands,315111,45918,803,39,162 +Cayman Islands,315221,636648,803,39,162 +Cayman Islands,315222,7928,803,39,162 +Cayman Islands,315223,947311,803,39,162 +Cayman Islands,315224,63140,803,39,162 +Cayman Islands,315228,197588,803,39,162 +Cayman Islands,315231,44722,803,39,162 +Cayman Islands,315232,652265,803,39,162 +Cayman Islands,315233,146289,803,39,162 +Cayman Islands,315234,61779,803,39,162 +Cayman Islands,315239,286345,803,39,162 +Cayman Islands,315291,65467,803,39,162 +Cayman Islands,315292,196540,803,39,162 +Cayman Islands,315991,167647,803,39,162 +Cayman Islands,315992,15715,803,39,162 +Cayman Islands,315999,955027,803,39,162 +Cayman Islands,316211,53365,803,39,162 +Cayman Islands,316212,43024,803,39,162 +Cayman Islands,316213,258614,803,39,162 +Cayman Islands,316214,78014,803,39,162 +Cayman Islands,316219,698316,803,39,162 +Cayman Islands,316991,251514,803,39,162 +Cayman Islands,316992,265001,803,39,162 +Cayman Islands,316993,1172615,803,39,162 +Cayman Islands,316999,60131,803,39,162 +Cayman Islands,321113,1387574,803,39,162 +Cayman Islands,321114,2208198,803,39,162 +Cayman Islands,321211,214038,803,39,162 +Cayman Islands,321212,1351232,803,39,162 +Cayman Islands,321213,192864,803,39,162 +Cayman Islands,321219,286377,803,39,162 +Cayman Islands,321911,1319466,803,39,162 +Cayman Islands,321918,5439235,803,39,162 +Cayman Islands,321920,170821,803,39,162 +Cayman Islands,321991,28570,803,39,162 +Cayman Islands,321992,24431,803,39,162 +Cayman Islands,321999,369987,803,39,162 +Cayman Islands,322121,1251462,803,39,162 +Cayman Islands,322122,111982,803,39,162 +Cayman Islands,322130,108513,803,39,162 +Cayman Islands,322211,174862,803,39,162 +Cayman Islands,322212,90228,803,39,162 +Cayman Islands,322213,264942,803,39,162 +Cayman Islands,322215,130062,803,39,162 +Cayman Islands,322222,261712,803,39,162 +Cayman Islands,322223,464803,803,39,162 +Cayman Islands,322224,11673,803,39,162 +Cayman Islands,322232,77670,803,39,162 +Cayman Islands,322233,27235,803,39,162 +Cayman Islands,322291,1739381,803,39,162 +Cayman Islands,322299,138638,803,39,162 +Cayman Islands,323117,1583735,803,39,162 +Cayman Islands,323118,101192,803,39,162 +Cayman Islands,323119,1625380,803,39,162 +Cayman Islands,323122,87700,803,39,162 +Cayman Islands,324110,125322527,803,39,162 +Cayman Islands,324121,53098,803,39,162 +Cayman Islands,324122,2467765,803,39,162 +Cayman Islands,325120,12227,803,39,162 +Cayman Islands,325131,49496,803,39,162 +Cayman Islands,325132,33517,803,39,162 +Cayman Islands,325181,214567,803,39,162 +Cayman Islands,325188,296739,803,39,162 +Cayman Islands,325191,15002,803,39,162 +Cayman Islands,325192,3291,803,39,162 +Cayman Islands,325193,26786,803,39,162 +Cayman Islands,325199,390981,803,39,162 +Cayman Islands,325211,677480,803,39,162 +Cayman Islands,325212,185064,803,39,162 +Cayman Islands,325221,3650,803,39,162 +Cayman Islands,325311,36825,803,39,162 +Cayman Islands,325312,465078,803,39,162 +Cayman Islands,325320,1925913,803,39,162 +Cayman Islands,325411,132101,803,39,162 +Cayman Islands,325412,2838178,803,39,162 +Cayman Islands,325414,201407,803,39,162 +Cayman Islands,325510,2779651,803,39,162 +Cayman Islands,325520,610574,803,39,162 +Cayman Islands,325611,2595358,803,39,162 +Cayman Islands,325612,29011,803,39,162 +Cayman Islands,325613,364236,803,39,162 +Cayman Islands,325620,5284632,803,39,162 +Cayman Islands,325910,1238206,803,39,162 +Cayman Islands,325920,167898,803,39,162 +Cayman Islands,325992,72334,803,39,162 +Cayman Islands,325998,887662,803,39,162 +Cayman Islands,326113,157228,803,39,162 +Cayman Islands,326122,1463581,803,39,162 +Cayman Islands,326160,93359,803,39,162 +Cayman Islands,326191,330852,803,39,162 +Cayman Islands,326192,110188,803,39,162 +Cayman Islands,326199,4474672,803,39,162 +Cayman Islands,326211,1378710,803,39,162 +Cayman Islands,326220,60826,803,39,162 +Cayman Islands,326299,267992,803,39,162 +Cayman Islands,327111,494827,803,39,162 +Cayman Islands,327112,422992,803,39,162 +Cayman Islands,327113,30068,803,39,162 +Cayman Islands,327121,219735,803,39,162 +Cayman Islands,327122,479261,803,39,162 +Cayman Islands,327123,42576,803,39,162 +Cayman Islands,327124,320177,803,39,162 +Cayman Islands,327125,345949,803,39,162 +Cayman Islands,327211,300391,803,39,162 +Cayman Islands,327212,391558,803,39,162 +Cayman Islands,327213,5615,803,39,162 +Cayman Islands,327215,800099,803,39,162 +Cayman Islands,327310,102729,803,39,162 +Cayman Islands,327331,35740,803,39,162 +Cayman Islands,327390,596095,803,39,162 +Cayman Islands,327420,458183,803,39,162 +Cayman Islands,327910,22911,803,39,162 +Cayman Islands,327991,968369,803,39,162 +Cayman Islands,327992,21367,803,39,162 +Cayman Islands,327993,793772,803,39,162 +Cayman Islands,327999,640473,803,39,162 +Cayman Islands,331111,2127361,803,39,162 +Cayman Islands,331222,442930,803,39,162 +Cayman Islands,331315,206003,803,39,162 +Cayman Islands,331316,110727,803,39,162 +Cayman Islands,331319,282024,803,39,162 +Cayman Islands,331411,10815,803,39,162 +Cayman Islands,331419,10951,803,39,162 +Cayman Islands,331421,151770,803,39,162 +Cayman Islands,331422,379373,803,39,162 +Cayman Islands,331491,68015,803,39,162 +Cayman Islands,331511,153181,803,39,162 +Cayman Islands,332115,16722,803,39,162 +Cayman Islands,332211,65504,803,39,162 +Cayman Islands,332212,256215,803,39,162 +Cayman Islands,332213,9412,803,39,162 +Cayman Islands,332214,57521,803,39,162 +Cayman Islands,332311,73370,803,39,162 +Cayman Islands,332312,2308359,803,39,162 +Cayman Islands,332321,3473976,803,39,162 +Cayman Islands,332322,1159054,803,39,162 +Cayman Islands,332323,147893,803,39,162 +Cayman Islands,332410,191824,803,39,162 +Cayman Islands,332420,1289855,803,39,162 +Cayman Islands,332431,20757,803,39,162 +Cayman Islands,332439,173181,803,39,162 +Cayman Islands,332510,1710510,803,39,162 +Cayman Islands,332611,3690,803,39,162 +Cayman Islands,332618,1072259,803,39,162 +Cayman Islands,332722,638295,803,39,162 +Cayman Islands,332911,422535,803,39,162 +Cayman Islands,332912,81326,803,39,162 +Cayman Islands,332913,670647,803,39,162 +Cayman Islands,332919,188396,803,39,162 +Cayman Islands,332991,57434,803,39,162 +Cayman Islands,332992,73792,803,39,162 +Cayman Islands,332994,15795,803,39,162 +Cayman Islands,332998,66833,803,39,162 +Cayman Islands,332999,2168882,803,39,162 +Cayman Islands,333111,746328,803,39,162 +Cayman Islands,333120,1578114,803,39,162 +Cayman Islands,333131,1005742,803,39,162 +Cayman Islands,333132,91479,803,39,162 +Cayman Islands,333210,53513,803,39,162 +Cayman Islands,333220,24815,803,39,162 +Cayman Islands,333291,4555,803,39,162 +Cayman Islands,333292,124782,803,39,162 +Cayman Islands,333293,240695,803,39,162 +Cayman Islands,333294,112092,803,39,162 +Cayman Islands,333295,151045,803,39,162 +Cayman Islands,333298,21419,803,39,162 +Cayman Islands,333311,36147,803,39,162 +Cayman Islands,333313,348212,803,39,162 +Cayman Islands,333314,354891,803,39,162 +Cayman Islands,333315,1171520,803,39,162 +Cayman Islands,333319,414153,803,39,162 +Cayman Islands,333411,16628,803,39,162 +Cayman Islands,333412,170931,803,39,162 +Cayman Islands,333414,88701,803,39,162 +Cayman Islands,333415,6853082,803,39,162 +Cayman Islands,333511,29025,803,39,162 +Cayman Islands,333512,86617,803,39,162 +Cayman Islands,333513,102039,803,39,162 +Cayman Islands,333514,3318,803,39,162 +Cayman Islands,333515,85567,803,39,162 +Cayman Islands,333516,7300,803,39,162 +Cayman Islands,333611,1010199,803,39,162 +Cayman Islands,333612,53209,803,39,162 +Cayman Islands,333613,58814,803,39,162 +Cayman Islands,333618,1073352,803,39,162 +Cayman Islands,333911,921459,803,39,162 +Cayman Islands,333912,314094,803,39,162 +Cayman Islands,333913,54443,803,39,162 +Cayman Islands,333921,128644,803,39,162 +Cayman Islands,333922,858405,803,39,162 +Cayman Islands,333923,338875,803,39,162 +Cayman Islands,333924,653321,803,39,162 +Cayman Islands,333991,266785,803,39,162 +Cayman Islands,333992,64747,803,39,162 +Cayman Islands,333993,46423,803,39,162 +Cayman Islands,333994,79129,803,39,162 +Cayman Islands,333995,81463,803,39,162 +Cayman Islands,333996,1089459,803,39,162 +Cayman Islands,333997,47395,803,39,162 +Cayman Islands,333999,1489235,803,39,162 +Cayman Islands,334111,4313535,803,39,162 +Cayman Islands,334112,1081447,803,39,162 +Cayman Islands,334119,3706162,803,39,162 +Cayman Islands,334210,372919,803,39,162 +Cayman Islands,334220,10804111,803,39,162 +Cayman Islands,334290,271915,803,39,162 +Cayman Islands,334310,3100736,803,39,162 +Cayman Islands,334411,456269,803,39,162 +Cayman Islands,334412,2994,803,39,162 +Cayman Islands,334413,333933,803,39,162 +Cayman Islands,334414,339050,803,39,162 +Cayman Islands,334415,4531,803,39,162 +Cayman Islands,334416,316362,803,39,162 +Cayman Islands,334417,590312,803,39,162 +Cayman Islands,334418,308875,803,39,162 +Cayman Islands,334419,518932,803,39,162 +Cayman Islands,334510,869965,803,39,162 +Cayman Islands,334511,139492,803,39,162 +Cayman Islands,334512,69908,803,39,162 +Cayman Islands,334513,339677,803,39,162 +Cayman Islands,334514,14565,803,39,162 +Cayman Islands,334515,406547,803,39,162 +Cayman Islands,334516,160554,803,39,162 +Cayman Islands,334517,340790,803,39,162 +Cayman Islands,334518,8614825,803,39,162 +Cayman Islands,334519,74445,803,39,162 +Cayman Islands,334612,30938,803,39,162 +Cayman Islands,334613,109194,803,39,162 +Cayman Islands,335110,64155,803,39,162 +Cayman Islands,335121,173830,803,39,162 +Cayman Islands,335129,2759179,803,39,162 +Cayman Islands,335211,599145,803,39,162 +Cayman Islands,335212,32907,803,39,162 +Cayman Islands,335221,846422,803,39,162 +Cayman Islands,335222,1492169,803,39,162 +Cayman Islands,335224,772174,803,39,162 +Cayman Islands,335228,594593,803,39,162 +Cayman Islands,335311,221241,803,39,162 +Cayman Islands,335312,1510464,803,39,162 +Cayman Islands,335313,987262,803,39,162 +Cayman Islands,335314,227323,803,39,162 +Cayman Islands,335911,823449,803,39,162 +Cayman Islands,335912,210219,803,39,162 +Cayman Islands,335921,3245,803,39,162 +Cayman Islands,335929,614533,803,39,162 +Cayman Islands,335931,344991,803,39,162 +Cayman Islands,335932,102867,803,39,162 +Cayman Islands,335999,650816,803,39,162 +Cayman Islands,336111,10287418,803,39,162 +Cayman Islands,336120,3142500,803,39,162 +Cayman Islands,336211,20000,803,39,162 +Cayman Islands,336212,114642,803,39,162 +Cayman Islands,336214,166823,803,39,162 +Cayman Islands,336311,161830,803,39,162 +Cayman Islands,336321,32238,803,39,162 +Cayman Islands,336322,516457,803,39,162 +Cayman Islands,336330,13400,803,39,162 +Cayman Islands,336340,25922,803,39,162 +Cayman Islands,336350,25012,803,39,162 +Cayman Islands,336391,281548,803,39,162 +Cayman Islands,336399,1374918,803,39,162 +Cayman Islands,336510,60036,803,39,162 +Cayman Islands,336611,577576,803,39,162 +Cayman Islands,336612,6553533,803,39,162 +Cayman Islands,336991,399824,803,39,162 +Cayman Islands,337110,1539712,803,39,162 +Cayman Islands,337121,4860,803,39,162 +Cayman Islands,337124,578732,803,39,162 +Cayman Islands,337127,5944461,803,39,162 +Cayman Islands,337129,3553,803,39,162 +Cayman Islands,337211,535162,803,39,162 +Cayman Islands,337214,1062070,803,39,162 +Cayman Islands,337215,2478550,803,39,162 +Cayman Islands,337910,267070,803,39,162 +Cayman Islands,337920,296101,803,39,162 +Cayman Islands,339112,705431,803,39,162 +Cayman Islands,339113,498319,803,39,162 +Cayman Islands,339114,140559,803,39,162 +Cayman Islands,339115,1230041,803,39,162 +Cayman Islands,339911,29626356,803,39,162 +Cayman Islands,339912,32318,803,39,162 +Cayman Islands,339913,7881185,803,39,162 +Cayman Islands,339914,423936,803,39,162 +Cayman Islands,339920,1583916,803,39,162 +Cayman Islands,339932,1049381,803,39,162 +Cayman Islands,339941,53678,803,39,162 +Cayman Islands,339943,6096,803,39,162 +Cayman Islands,339944,417215,803,39,162 +Cayman Islands,339950,181823,803,39,162 +Cayman Islands,339991,63389,803,39,162 +Cayman Islands,339992,101123,803,39,162 +Cayman Islands,339993,48089,803,39,162 +Cayman Islands,339994,94478,803,39,162 +Cayman Islands,339999,1107831,803,39,162 +Cayman Islands,511210,3398,803,39,162 +Cayman Islands,910000,291327,803,39,162 +Cayman Islands,920000,574056,803,39,162 +Cayman Islands,990000,146697816,803,39,162 +Central African Republic,111219,3600,805,40,163 +Central African Republic,114111,483493,805,40,163 +Central African Republic,212322,3437,805,40,163 +Central African Republic,311211,2883,805,40,163 +Central African Republic,311512,275000,805,40,163 +Central African Republic,311999,5000,805,40,163 +Central African Republic,316219,105000,805,40,163 +Central African Republic,321211,45000,805,40,163 +Central African Republic,321999,79022,805,40,163 +Central African Republic,322222,7400,805,40,163 +Central African Republic,323118,3232,805,40,163 +Central African Republic,325211,13500,805,40,163 +Central African Republic,325312,32990,805,40,163 +Central African Republic,325412,7312,805,40,163 +Central African Republic,325510,68258,805,40,163 +Central African Republic,327390,340997,805,40,163 +Central African Republic,332321,159621,805,40,163 +Central African Republic,332510,22471,805,40,163 +Central African Republic,332991,19985,805,40,163 +Central African Republic,333111,31315,805,40,163 +Central African Republic,333120,2181800,805,40,163 +Central African Republic,333132,2704530,805,40,163 +Central African Republic,333313,2811,805,40,163 +Central African Republic,333924,6950,805,40,163 +Central African Republic,333992,8620,805,40,163 +Central African Republic,333999,7468,805,40,163 +Central African Republic,334111,354774,805,40,163 +Central African Republic,334112,37816,805,40,163 +Central African Republic,334119,67208,805,40,163 +Central African Republic,334210,9133,805,40,163 +Central African Republic,334220,636771,805,40,163 +Central African Republic,334413,152521,805,40,163 +Central African Republic,334416,22344,805,40,163 +Central African Republic,334418,27000,805,40,163 +Central African Republic,334419,27044,805,40,163 +Central African Republic,334515,74269,805,40,163 +Central African Republic,334516,90705,805,40,163 +Central African Republic,334517,60036,805,40,163 +Central African Republic,334519,131950,805,40,163 +Central African Republic,334613,5850,805,40,163 +Central African Republic,335311,14534,805,40,163 +Central African Republic,335929,9332,805,40,163 +Central African Republic,335999,141957,805,40,163 +Central African Republic,336111,558524,805,40,163 +Central African Republic,336399,35500,805,40,163 +Central African Republic,339113,69261,805,40,163 +Central African Republic,990000,1181089,805,40,163 +Chad,111140,674050,805,41,164 +Chad,111150,1502642,805,41,164 +Chad,111199,2070469,805,41,164 +Chad,111998,10000,805,41,164 +Chad,212325,4725,805,41,164 +Chad,311211,1283360,805,41,164 +Chad,311222,331427,805,41,164 +Chad,311223,960947,805,41,164 +Chad,311514,2686402,805,41,164 +Chad,311999,354244,805,41,164 +Chad,314912,161344,805,41,164 +Chad,314999,291785,805,41,164 +Chad,315223,3000,805,41,164 +Chad,315224,10221,805,41,164 +Chad,315234,13033,805,41,164 +Chad,315292,8889,805,41,164 +Chad,315999,107300,805,41,164 +Chad,316991,3918,805,41,164 +Chad,322222,57310,805,41,164 +Chad,323117,80632,805,41,164 +Chad,323119,6310,805,41,164 +Chad,324110,64327,805,41,164 +Chad,325211,2794279,805,41,164 +Chad,325221,710606,805,41,164 +Chad,325412,18658,805,41,164 +Chad,325414,3870,805,41,164 +Chad,325510,326737,805,41,164 +Chad,325520,19845,805,41,164 +Chad,325910,113492,805,41,164 +Chad,325920,335816,805,41,164 +Chad,325998,602925,805,41,164 +Chad,326113,5250,805,41,164 +Chad,326199,48833,805,41,164 +Chad,326211,11337,805,41,164 +Chad,326220,13433,805,41,164 +Chad,327211,2762,805,41,164 +Chad,327390,73290,805,41,164 +Chad,331111,21539,805,41,164 +Chad,331422,9984,805,41,164 +Chad,332212,37004,805,41,164 +Chad,332312,34380,805,41,164 +Chad,332510,2634,805,41,164 +Chad,332618,24082,805,41,164 +Chad,332722,87456,805,41,164 +Chad,332911,365878,805,41,164 +Chad,332912,58156,805,41,164 +Chad,332919,20687,805,41,164 +Chad,332994,8103,805,41,164 +Chad,332999,161000,805,41,164 +Chad,333111,139689,805,41,164 +Chad,333120,55440,805,41,164 +Chad,333131,16042,805,41,164 +Chad,333132,62319143,805,41,164 +Chad,333294,22415,805,41,164 +Chad,333313,47371,805,41,164 +Chad,333315,40378,805,41,164 +Chad,333513,3729,805,41,164 +Chad,333611,142588,805,41,164 +Chad,333612,12300,805,41,164 +Chad,333618,76127,805,41,164 +Chad,333911,200329,805,41,164 +Chad,333913,59356,805,41,164 +Chad,333923,4801,805,41,164 +Chad,333924,2877,805,41,164 +Chad,333996,3043,805,41,164 +Chad,333997,2580,805,41,164 +Chad,333999,121053,805,41,164 +Chad,334111,390395,805,41,164 +Chad,334112,11918,805,41,164 +Chad,334119,79021,805,41,164 +Chad,334210,118190,805,41,164 +Chad,334220,970594,805,41,164 +Chad,334310,129469,805,41,164 +Chad,334413,41192,805,41,164 +Chad,334417,29948,805,41,164 +Chad,334418,10690,805,41,164 +Chad,334419,200235,805,41,164 +Chad,334511,79106,805,41,164 +Chad,334513,273374,805,41,164 +Chad,334514,153052,805,41,164 +Chad,334515,171307,805,41,164 +Chad,334516,128509,805,41,164 +Chad,334517,49455,805,41,164 +Chad,334519,115899,805,41,164 +Chad,334613,4500,805,41,164 +Chad,335129,23285,805,41,164 +Chad,335212,3035,805,41,164 +Chad,335222,4017,805,41,164 +Chad,335228,6088,805,41,164 +Chad,335311,5897,805,41,164 +Chad,335313,18743,805,41,164 +Chad,335314,35551,805,41,164 +Chad,335929,7850,805,41,164 +Chad,335991,3071,805,41,164 +Chad,335999,12525,805,41,164 +Chad,336111,73881,805,41,164 +Chad,336214,38112,805,41,164 +Chad,336322,3500,805,41,164 +Chad,336399,67977,805,41,164 +Chad,339112,6140,805,41,164 +Chad,339113,34550,805,41,164 +Chad,339950,21100,805,41,164 +Chad,339991,37264,805,41,164 +Chad,511210,10150,805,41,164 +Chad,920000,175976,805,41,164 +Chad,990000,2454714,805,41,164 +Chile,111110,96232,803,42,165 +Chile,111120,69358,803,42,165 +Chile,111130,1770082,803,42,165 +Chile,111140,113370492,803,42,165 +Chile,111150,8366194,803,42,165 +Chile,111160,15000,803,42,165 +Chile,111199,2029327,803,42,165 +Chile,111211,21168,803,42,165 +Chile,111219,6920577,803,42,165 +Chile,111310,1738973,803,42,165 +Chile,111320,1960106,803,42,165 +Chile,111331,506106,803,42,165 +Chile,111332,414562,803,42,165 +Chile,111334,119016,803,42,165 +Chile,111335,21168932,803,42,165 +Chile,111339,1517376,803,42,165 +Chile,111411,579262,803,42,165 +Chile,111421,125635,803,42,165 +Chile,111422,526267,803,42,165 +Chile,111910,1184351,803,42,165 +Chile,111920,5783555,803,42,165 +Chile,111998,3095884,803,42,165 +Chile,112111,2017247,803,42,165 +Chile,112310,441926,803,42,165 +Chile,112511,76867,803,42,165 +Chile,112910,3946,803,42,165 +Chile,112920,1597150,803,42,165 +Chile,112930,6402,803,42,165 +Chile,112990,138995,803,42,165 +Chile,113210,2569178,803,42,165 +Chile,113310,265645,803,42,165 +Chile,114111,4227596,803,42,165 +Chile,114112,904500,803,42,165 +Chile,114119,146676,803,42,165 +Chile,211112,77436935,803,42,165 +Chile,212112,47743131,803,42,165 +Chile,212113,253195,803,42,165 +Chile,212234,46630,803,42,165 +Chile,212299,1712360,803,42,165 +Chile,212311,3288,803,42,165 +Chile,212319,264588,803,42,165 +Chile,212322,518477,803,42,165 +Chile,212324,2102785,803,42,165 +Chile,212325,7171960,803,42,165 +Chile,212393,6131329,803,42,165 +Chile,212399,26512298,803,42,165 +Chile,311111,2499363,803,42,165 +Chile,311119,15008347,803,42,165 +Chile,311211,979043,803,42,165 +Chile,311212,1959019,803,42,165 +Chile,311221,46597122,803,42,165 +Chile,311222,16551971,803,42,165 +Chile,311223,336309,803,42,165 +Chile,311225,1854047,803,42,165 +Chile,311230,4213706,803,42,165 +Chile,311311,1267477,803,42,165 +Chile,311320,7579673,803,42,165 +Chile,311340,1669976,803,42,165 +Chile,311411,5937919,803,42,165 +Chile,311421,4163196,803,42,165 +Chile,311422,158527,803,42,165 +Chile,311423,3614020,803,42,165 +Chile,311511,337898,803,42,165 +Chile,311512,142966,803,42,165 +Chile,311513,6487665,803,42,165 +Chile,311514,19292648,803,42,165 +Chile,311520,346691,803,42,165 +Chile,311611,18806093,803,42,165 +Chile,311613,1334141,803,42,165 +Chile,311615,16238670,803,42,165 +Chile,311711,768038,803,42,165 +Chile,311811,1836766,803,42,165 +Chile,311822,429378,803,42,165 +Chile,311823,33504,803,42,165 +Chile,311911,1423325,803,42,165 +Chile,311919,2099401,803,42,165 +Chile,311920,2656504,803,42,165 +Chile,311930,4848870,803,42,165 +Chile,311941,7250329,803,42,165 +Chile,311942,1373587,803,42,165 +Chile,311999,16127736,803,42,165 +Chile,312111,2028478,803,42,165 +Chile,312112,20223,803,42,165 +Chile,312113,19232,803,42,165 +Chile,312120,19411420,803,42,165 +Chile,312130,696953,803,42,165 +Chile,312140,5766992,803,42,165 +Chile,312221,2201108,803,42,165 +Chile,313111,339765,803,42,165 +Chile,313113,135724,803,42,165 +Chile,313210,5678169,803,42,165 +Chile,313221,4938405,803,42,165 +Chile,313230,17695417,803,42,165 +Chile,313249,1631623,803,42,165 +Chile,313312,364392,803,42,165 +Chile,313320,1542994,803,42,165 +Chile,314110,10188261,803,42,165 +Chile,314121,746997,803,42,165 +Chile,314129,1858477,803,42,165 +Chile,314911,1642192,803,42,165 +Chile,314912,785659,803,42,165 +Chile,314991,1245929,803,42,165 +Chile,314992,6119111,803,42,165 +Chile,314999,4655552,803,42,165 +Chile,315111,419240,803,42,165 +Chile,315221,305726,803,42,165 +Chile,315222,485101,803,42,165 +Chile,315223,1689886,803,42,165 +Chile,315224,889582,803,42,165 +Chile,315228,2937930,803,42,165 +Chile,315231,642326,803,42,165 +Chile,315232,1206389,803,42,165 +Chile,315233,3450019,803,42,165 +Chile,315234,2301462,803,42,165 +Chile,315239,1823162,803,42,165 +Chile,315291,20217,803,42,165 +Chile,315292,420526,803,42,165 +Chile,315991,836524,803,42,165 +Chile,315992,2331716,803,42,165 +Chile,315993,183500,803,42,165 +Chile,315999,13321043,803,42,165 +Chile,316110,573400,803,42,165 +Chile,316211,365696,803,42,165 +Chile,316212,63946,803,42,165 +Chile,316213,3488056,803,42,165 +Chile,316214,1612107,803,42,165 +Chile,316219,5096037,803,42,165 +Chile,316991,2814655,803,42,165 +Chile,316992,699257,803,42,165 +Chile,316993,662705,803,42,165 +Chile,316999,811119,803,42,165 +Chile,321113,2224549,803,42,165 +Chile,321114,13329,803,42,165 +Chile,321211,402584,803,42,165 +Chile,321212,697022,803,42,165 +Chile,321213,895580,803,42,165 +Chile,321219,6199162,803,42,165 +Chile,321911,117210,803,42,165 +Chile,321918,558488,803,42,165 +Chile,321920,7052170,803,42,165 +Chile,321991,3114172,803,42,165 +Chile,321992,50457,803,42,165 +Chile,321999,2014221,803,42,165 +Chile,322110,15110002,803,42,165 +Chile,322121,31790761,803,42,165 +Chile,322122,10928292,803,42,165 +Chile,322130,90111328,803,42,165 +Chile,322211,166972,803,42,165 +Chile,322212,3869023,803,42,165 +Chile,322213,120882,803,42,165 +Chile,322214,39000,803,42,165 +Chile,322215,750727,803,42,165 +Chile,322222,19125642,803,42,165 +Chile,322223,3472144,803,42,165 +Chile,322224,160304,803,42,165 +Chile,322232,192954,803,42,165 +Chile,322233,6195,803,42,165 +Chile,322291,3152552,803,42,165 +Chile,322299,855366,803,42,165 +Chile,323116,91290,803,42,165 +Chile,323117,7337600,803,42,165 +Chile,323118,686163,803,42,165 +Chile,323119,9335579,803,42,165 +Chile,323122,645798,803,42,165 +Chile,324110,2194302800,803,42,165 +Chile,324121,361018,803,42,165 +Chile,324122,7438354,803,42,165 +Chile,325110,496892,803,42,165 +Chile,325120,1377016,803,42,165 +Chile,325131,35365910,803,42,165 +Chile,325132,8011934,803,42,165 +Chile,325181,81288282,803,42,165 +Chile,325182,255785,803,42,165 +Chile,325188,70338594,803,42,165 +Chile,325191,1213891,803,42,165 +Chile,325192,16003026,803,42,165 +Chile,325193,2091043,803,42,165 +Chile,325199,245709628,803,42,165 +Chile,325211,364709598,803,42,165 +Chile,325212,27706083,803,42,165 +Chile,325221,10234591,803,42,165 +Chile,325222,3388139,803,42,165 +Chile,325311,14925558,803,42,165 +Chile,325312,61419829,803,42,165 +Chile,325320,33807348,803,42,165 +Chile,325411,12967865,803,42,165 +Chile,325412,62311015,803,42,165 +Chile,325414,41348617,803,42,165 +Chile,325510,14510374,803,42,165 +Chile,325520,15070923,803,42,165 +Chile,325611,19253374,803,42,165 +Chile,325612,1606385,803,42,165 +Chile,325613,32501207,803,42,165 +Chile,325620,77486054,803,42,165 +Chile,325910,58454062,803,42,165 +Chile,325920,746745,803,42,165 +Chile,325992,18220318,803,42,165 +Chile,325998,49753420,803,42,165 +Chile,326113,19211312,803,42,165 +Chile,326121,3951070,803,42,165 +Chile,326122,5876371,803,42,165 +Chile,326160,583942,803,42,165 +Chile,326191,977036,803,42,165 +Chile,326192,872885,803,42,165 +Chile,326199,46102717,803,42,165 +Chile,326211,103764306,803,42,165 +Chile,326212,281334,803,42,165 +Chile,326220,19440853,803,42,165 +Chile,326299,16096947,803,42,165 +Chile,327111,189989,803,42,165 +Chile,327112,1318015,803,42,165 +Chile,327113,427660,803,42,165 +Chile,327121,15377,803,42,165 +Chile,327122,11873,803,42,165 +Chile,327123,3381031,803,42,165 +Chile,327124,2122075,803,42,165 +Chile,327125,7138135,803,42,165 +Chile,327211,11186453,803,42,165 +Chile,327212,2932270,803,42,165 +Chile,327213,223442,803,42,165 +Chile,327215,2692760,803,42,165 +Chile,327310,370543,803,42,165 +Chile,327320,22107,803,42,165 +Chile,327331,43076,803,42,165 +Chile,327390,77333,803,42,165 +Chile,327420,1788250,803,42,165 +Chile,327910,2640392,803,42,165 +Chile,327991,142338,803,42,165 +Chile,327992,5698016,803,42,165 +Chile,327993,5078213,803,42,165 +Chile,327999,2019289,803,42,165 +Chile,331111,56221417,803,42,165 +Chile,331112,3270670,803,42,165 +Chile,331222,1264087,803,42,165 +Chile,331311,412245,803,42,165 +Chile,331312,518266,803,42,165 +Chile,331314,403892,803,42,165 +Chile,331315,13429286,803,42,165 +Chile,331316,424098,803,42,165 +Chile,331319,597298,803,42,165 +Chile,331411,337472,803,42,165 +Chile,331419,9617423,803,42,165 +Chile,331421,720192,803,42,165 +Chile,331422,2683135,803,42,165 +Chile,331491,5353282,803,42,165 +Chile,331492,574166,803,42,165 +Chile,331511,8450258,803,42,165 +Chile,332115,2603170,803,42,165 +Chile,332211,2965344,803,42,165 +Chile,332212,15952551,803,42,165 +Chile,332213,2822994,803,42,165 +Chile,332214,107939,803,42,165 +Chile,332311,13770949,803,42,165 +Chile,332312,33031597,803,42,165 +Chile,332321,4466672,803,42,165 +Chile,332322,1103185,803,42,165 +Chile,332323,409077,803,42,165 +Chile,332410,10151835,803,42,165 +Chile,332420,7538922,803,42,165 +Chile,332431,3575598,803,42,165 +Chile,332439,7803606,803,42,165 +Chile,332510,6095136,803,42,165 +Chile,332611,741248,803,42,165 +Chile,332618,4122217,803,42,165 +Chile,332722,14403954,803,42,165 +Chile,332911,56673911,803,42,165 +Chile,332912,6531417,803,42,165 +Chile,332913,1457102,803,42,165 +Chile,332919,13974360,803,42,165 +Chile,332991,30527231,803,42,165 +Chile,332992,3227937,803,42,165 +Chile,332994,2911411,803,42,165 +Chile,332995,582474,803,42,165 +Chile,332997,636492,803,42,165 +Chile,332998,652348,803,42,165 +Chile,332999,22079407,803,42,165 +Chile,333111,87612865,803,42,165 +Chile,333120,918974646,803,42,165 +Chile,333131,95966363,803,42,165 +Chile,333132,48205124,803,42,165 +Chile,333210,4917450,803,42,165 +Chile,333220,28659582,803,42,165 +Chile,333291,18651671,803,42,165 +Chile,333292,2948886,803,42,165 +Chile,333293,11298817,803,42,165 +Chile,333294,20560528,803,42,165 +Chile,333295,842450,803,42,165 +Chile,333298,2712318,803,42,165 +Chile,333311,1687917,803,42,165 +Chile,333313,14896268,803,42,165 +Chile,333314,14871650,803,42,165 +Chile,333315,8776532,803,42,165 +Chile,333319,5494628,803,42,165 +Chile,333411,7685297,803,42,165 +Chile,333412,1822772,803,42,165 +Chile,333414,3277914,803,42,165 +Chile,333415,28755754,803,42,165 +Chile,333511,5693476,803,42,165 +Chile,333512,7026801,803,42,165 +Chile,333513,8165011,803,42,165 +Chile,333514,727622,803,42,165 +Chile,333515,4690306,803,42,165 +Chile,333516,889865,803,42,165 +Chile,333611,40850706,803,42,165 +Chile,333612,44239291,803,42,165 +Chile,333613,26111330,803,42,165 +Chile,333618,117857694,803,42,165 +Chile,333911,51030529,803,42,165 +Chile,333912,26407707,803,42,165 +Chile,333913,7002108,803,42,165 +Chile,333921,870173,803,42,165 +Chile,333922,19487068,803,42,165 +Chile,333923,8381334,803,42,165 +Chile,333924,52974928,803,42,165 +Chile,333991,7334274,803,42,165 +Chile,333992,15953802,803,42,165 +Chile,333993,9228808,803,42,165 +Chile,333994,6894399,803,42,165 +Chile,333995,6187675,803,42,165 +Chile,333996,30421621,803,42,165 +Chile,333997,3558675,803,42,165 +Chile,333999,111044414,803,42,165 +Chile,334111,270308501,803,42,165 +Chile,334112,52741498,803,42,165 +Chile,334119,333228300,803,42,165 +Chile,334210,11425995,803,42,165 +Chile,334220,375907999,803,42,165 +Chile,334290,7479837,803,42,165 +Chile,334310,115895842,803,42,165 +Chile,334411,1681128,803,42,165 +Chile,334412,536200,803,42,165 +Chile,334413,26736481,803,42,165 +Chile,334414,1055165,803,42,165 +Chile,334415,564706,803,42,165 +Chile,334416,993710,803,42,165 +Chile,334417,9414943,803,42,165 +Chile,334418,13524464,803,42,165 +Chile,334419,22438095,803,42,165 +Chile,334510,45919709,803,42,165 +Chile,334511,17156501,803,42,165 +Chile,334512,1096521,803,42,165 +Chile,334513,24323679,803,42,165 +Chile,334514,1644820,803,42,165 +Chile,334515,26421546,803,42,165 +Chile,334516,39347994,803,42,165 +Chile,334517,12398202,803,42,165 +Chile,334518,5028757,803,42,165 +Chile,334519,23610986,803,42,165 +Chile,334612,358641,803,42,165 +Chile,334613,9919450,803,42,165 +Chile,335110,2161934,803,42,165 +Chile,335121,1181206,803,42,165 +Chile,335129,10973969,803,42,165 +Chile,335211,4049116,803,42,165 +Chile,335212,1352008,803,42,165 +Chile,335221,839107,803,42,165 +Chile,335222,882469,803,42,165 +Chile,335224,2622142,803,42,165 +Chile,335228,6605465,803,42,165 +Chile,335311,2710465,803,42,165 +Chile,335312,60439710,803,42,165 +Chile,335313,19460298,803,42,165 +Chile,335314,25125745,803,42,165 +Chile,335911,13633823,803,42,165 +Chile,335912,6839037,803,42,165 +Chile,335921,2489218,803,42,165 +Chile,335929,15284687,803,42,165 +Chile,335931,6541200,803,42,165 +Chile,335932,425860,803,42,165 +Chile,335991,2792999,803,42,165 +Chile,335999,19532815,803,42,165 +Chile,336111,327727319,803,42,165 +Chile,336120,256472863,803,42,165 +Chile,336211,2872306,803,42,165 +Chile,336212,15989413,803,42,165 +Chile,336213,447402,803,42,165 +Chile,336214,2779068,803,42,165 +Chile,336311,12873184,803,42,165 +Chile,336321,3047614,803,42,165 +Chile,336322,7778265,803,42,165 +Chile,336330,1394160,803,42,165 +Chile,336340,6501561,803,42,165 +Chile,336350,8766794,803,42,165 +Chile,336360,433781,803,42,165 +Chile,336370,34237781,803,42,165 +Chile,336391,1202163,803,42,165 +Chile,336399,137564904,803,42,165 +Chile,336411,42261607,803,42,165 +Chile,336412,2320116,803,42,165 +Chile,336413,24863856,803,42,165 +Chile,336415,6267,803,42,165 +Chile,336419,172276,803,42,165 +Chile,336510,32016271,803,42,165 +Chile,336611,8171121,803,42,165 +Chile,336612,13779069,803,42,165 +Chile,336991,15357921,803,42,165 +Chile,336992,1085108,803,42,165 +Chile,337110,79053,803,42,165 +Chile,337121,30879,803,42,165 +Chile,337124,2240800,803,42,165 +Chile,337127,12716517,803,42,165 +Chile,337129,21441,803,42,165 +Chile,337211,303948,803,42,165 +Chile,337214,572314,803,42,165 +Chile,337215,7234957,803,42,165 +Chile,337910,80014,803,42,165 +Chile,337920,323436,803,42,165 +Chile,339112,48440065,803,42,165 +Chile,339113,36190191,803,42,165 +Chile,339114,10524342,803,42,165 +Chile,339115,10940227,803,42,165 +Chile,339911,1309020,803,42,165 +Chile,339912,130118,803,42,165 +Chile,339913,477840,803,42,165 +Chile,339914,791498,803,42,165 +Chile,339920,9564765,803,42,165 +Chile,339932,78176226,803,42,165 +Chile,339941,1945419,803,42,165 +Chile,339942,339586,803,42,165 +Chile,339943,727189,803,42,165 +Chile,339944,14566573,803,42,165 +Chile,339950,286686,803,42,165 +Chile,339991,12120800,803,42,165 +Chile,339992,7355669,803,42,165 +Chile,339993,288267,803,42,165 +Chile,339994,1163903,803,42,165 +Chile,339999,24390826,803,42,165 +Chile,511210,9058803,803,42,165 +Chile,910000,36665877,803,42,165 +Chile,920000,87856455,803,42,165 +Chile,990000,484292380,803,42,165 +China,111110,11521107042,807,43,166 +China,111120,32724054,807,43,166 +China,111130,46824459,807,43,166 +China,111140,272687122,807,43,166 +China,111150,912735791,807,43,166 +China,111160,58300,807,43,166 +China,111199,5315909,807,43,166 +China,111211,5821533,807,43,166 +China,111219,84750854,807,43,166 +China,111310,103854209,807,43,166 +China,111320,14246603,807,43,166 +China,111331,112783600,807,43,166 +China,111332,108073123,807,43,166 +China,111333,4840134,807,43,166 +China,111334,6801331,807,43,166 +China,111335,831261948,807,43,166 +China,111339,146625888,807,43,166 +China,111411,58298,807,43,166 +China,111421,5156366,807,43,166 +China,111422,4220689,807,43,166 +China,111910,170533422,807,43,166 +China,111920,2285974143,807,43,166 +China,111930,12383,807,43,166 +China,111940,83975906,807,43,166 +China,111991,9862,807,43,166 +China,111992,175110,807,43,166 +China,111998,66718862,807,43,166 +China,112111,6414516,807,43,166 +China,112210,1782946,807,43,166 +China,112310,55901452,807,43,166 +China,112410,12117006,807,43,166 +China,112420,47513,807,43,166 +China,112511,3971575,807,43,166 +China,112910,959917,807,43,166 +China,112920,2419540,807,43,166 +China,112930,154844028,807,43,166 +China,112990,9425418,807,43,166 +China,113210,70701253,807,43,166 +China,113310,706341225,807,43,166 +China,114111,644809019,807,43,166 +China,114112,255658625,807,43,166 +China,114119,15603713,807,43,166 +China,211111,216640,807,43,166 +China,211112,24740003,807,43,166 +China,212112,667058822,807,43,166 +China,212113,20140,807,43,166 +China,212210,52002352,807,43,166 +China,212221,26912612,807,43,166 +China,212222,130466,807,43,166 +China,212231,347876357,807,43,166 +China,212234,646983266,807,43,166 +China,212299,177186394,807,43,166 +China,212311,19382260,807,43,166 +China,212319,1177421,807,43,166 +China,212322,85486508,807,43,166 +China,212324,85957088,807,43,166 +China,212325,24377585,807,43,166 +China,212391,248141,807,43,166 +China,212392,1092562,807,43,166 +China,212393,14543699,807,43,166 +China,212399,18876643,807,43,166 +China,311111,46342737,807,43,166 +China,311119,197410647,807,43,166 +China,311211,7678337,807,43,166 +China,311212,69251955,807,43,166 +China,311213,25133,807,43,166 +China,311221,195316254,807,43,166 +China,311222,447095030,807,43,166 +China,311223,186950344,807,43,166 +China,311225,42703325,807,43,166 +China,311230,18920137,807,43,166 +China,311311,3883218,807,43,166 +China,311320,64120322,807,43,166 +China,311340,11196844,807,43,166 +China,311411,165578206,807,43,166 +China,311421,135492943,807,43,166 +China,311422,7597050,807,43,166 +China,311423,49770915,807,43,166 +China,311511,4263914,807,43,166 +China,311512,2631310,807,43,166 +China,311513,31526954,807,43,166 +China,311514,254508509,807,43,166 +China,311520,2766181,807,43,166 +China,311611,2225358433,807,43,166 +China,311613,22541805,807,43,166 +China,311615,928437118,807,43,166 +China,311711,30609845,807,43,166 +China,311811,15308961,807,43,166 +China,311822,9869200,807,43,166 +China,311823,1257282,807,43,166 +China,311911,33225209,807,43,166 +China,311919,28633773,807,43,166 +China,311920,58214973,807,43,166 +China,311930,25570746,807,43,166 +China,311941,15492060,807,43,166 +China,311942,6237124,807,43,166 +China,311999,280220294,807,43,166 +China,312111,5428422,807,43,166 +China,312112,1518772,807,43,166 +China,312113,865621,807,43,166 +China,312120,540610829,807,43,166 +China,312130,189468121,807,43,166 +China,312140,21754629,807,43,166 +China,312221,745539,807,43,166 +China,312229,852635,807,43,166 +China,313111,54238149,807,43,166 +China,313113,2934002,807,43,166 +China,313210,92769903,807,43,166 +China,313221,53604937,807,43,166 +China,313230,235096079,807,43,166 +China,313249,35941431,807,43,166 +China,313312,9823077,807,43,166 +China,313320,97660240,807,43,166 +China,314110,29522463,807,43,166 +China,314121,3920233,807,43,166 +China,314129,10361288,807,43,166 +China,314911,2537796,807,43,166 +China,314912,1622480,807,43,166 +China,314991,10474799,807,43,166 +China,314992,1286552,807,43,166 +China,314999,55694323,807,43,166 +China,315111,2616662,807,43,166 +China,315221,5841738,807,43,166 +China,315222,1163235,807,43,166 +China,315223,9525639,807,43,166 +China,315224,6325220,807,43,166 +China,315228,6322131,807,43,166 +China,315231,4233106,807,43,166 +China,315232,8666740,807,43,166 +China,315233,7066008,807,43,166 +China,315234,13376322,807,43,166 +China,315239,19547686,807,43,166 +China,315291,591721,807,43,166 +China,315292,7929912,807,43,166 +China,315991,961229,807,43,166 +China,315992,2438892,807,43,166 +China,315993,400258,807,43,166 +China,315999,13714341,807,43,166 +China,316110,334337225,807,43,166 +China,316211,2058333,807,43,166 +China,316212,324697,807,43,166 +China,316213,9800203,807,43,166 +China,316214,2296723,807,43,166 +China,316219,13439452,807,43,166 +China,316991,30756836,807,43,166 +China,316992,40156768,807,43,166 +China,316993,9200551,807,43,166 +China,316999,90531835,807,43,166 +China,321113,518654271,807,43,166 +China,321114,9420926,807,43,166 +China,321211,24694221,807,43,166 +China,321212,5720827,807,43,166 +China,321213,1145034,807,43,166 +China,321219,5011314,807,43,166 +China,321911,3125820,807,43,166 +China,321918,16100988,807,43,166 +China,321920,3449275,807,43,166 +China,321991,705338,807,43,166 +China,321992,105817,807,43,166 +China,321999,19988327,807,43,166 +China,322110,1367545261,807,43,166 +China,322121,269903115,807,43,166 +China,322122,12439934,807,43,166 +China,322130,466160316,807,43,166 +China,322211,5908778,807,43,166 +China,322212,1798895,807,43,166 +China,322213,1071291,807,43,166 +China,322214,1879896,807,43,166 +China,322215,21393047,807,43,166 +China,322222,399898196,807,43,166 +China,322223,26811639,807,43,166 +China,322224,150022,807,43,166 +China,322232,286666,807,43,166 +China,322233,349415,807,43,166 +China,322291,20133701,807,43,166 +China,322299,19433517,807,43,166 +China,323116,178788,807,43,166 +China,323117,125649812,807,43,166 +China,323118,5194042,807,43,166 +China,323119,161346579,807,43,166 +China,323122,1413664,807,43,166 +China,324110,918982147,807,43,166 +China,324121,20922100,807,43,166 +China,324122,2558864,807,43,166 +China,325110,86304623,807,43,166 +China,325120,72439609,807,43,166 +China,325131,217246510,807,43,166 +China,325132,47436135,807,43,166 +China,325181,45424880,807,43,166 +China,325182,44457651,807,43,166 +China,325188,1317370830,807,43,166 +China,325191,15632272,807,43,166 +China,325192,736013066,807,43,166 +China,325193,3539318,807,43,166 +China,325199,3956346651,807,43,166 +China,325211,4259052295,807,43,166 +China,325212,861493029,807,43,166 +China,325221,416383142,807,43,166 +China,325222,142316394,807,43,166 +China,325311,4227295,807,43,166 +China,325312,113494289,807,43,166 +China,325320,309423645,807,43,166 +China,325411,310008409,807,43,166 +China,325412,1005331712,807,43,166 +China,325414,250229131,807,43,166 +China,325510,207927553,807,43,166 +China,325520,253241241,807,43,166 +China,325611,134087926,807,43,166 +China,325612,162116821,807,43,166 +China,325613,357850269,807,43,166 +China,325620,512849224,807,43,166 +China,325910,48786426,807,43,166 +China,325920,45292085,807,43,166 +China,325992,542418344,807,43,166 +China,325998,1051548860,807,43,166 +China,326113,555143515,807,43,166 +China,326121,37890707,807,43,166 +China,326122,54262441,807,43,166 +China,326160,20846782,807,43,166 +China,326191,9343753,807,43,166 +China,326192,4862096,807,43,166 +China,326199,710918006,807,43,166 +China,326211,113832480,807,43,166 +China,326212,265976,807,43,166 +China,326220,95776338,807,43,166 +China,326299,132703902,807,43,166 +China,327111,5006152,807,43,166 +China,327112,80786481,807,43,166 +China,327113,9846548,807,43,166 +China,327121,284448,807,43,166 +China,327122,724928,807,43,166 +China,327123,840583,807,43,166 +China,327124,14795913,807,43,166 +China,327125,49254401,807,43,166 +China,327211,260969329,807,43,166 +China,327212,306894519,807,43,166 +China,327213,2647792,807,43,166 +China,327215,119959373,807,43,166 +China,327310,4471286,807,43,166 +China,327320,380036,807,43,166 +China,327331,797528,807,43,166 +China,327390,6903175,807,43,166 +China,327410,32780,807,43,166 +China,327420,3978083,807,43,166 +China,327910,108218579,807,43,166 +China,327991,1941726,807,43,166 +China,327992,21766812,807,43,166 +China,327993,53225705,807,43,166 +China,327999,41384205,807,43,166 +China,331111,656681020,807,43,166 +China,331112,1946679,807,43,166 +China,331222,19730367,807,43,166 +China,331311,22114193,807,43,166 +China,331312,22985408,807,43,166 +China,331314,1930913,807,43,166 +China,331315,212585250,807,43,166 +China,331316,44733349,807,43,166 +China,331319,32785958,807,43,166 +China,331411,346538396,807,43,166 +China,331419,2255865015,807,43,166 +China,331421,105598698,807,43,166 +China,331422,137547686,807,43,166 +China,331491,416342973,807,43,166 +China,331492,517111652,807,43,166 +China,331511,152669863,807,43,166 +China,332115,9687655,807,43,166 +China,332211,55088668,807,43,166 +China,332212,115973880,807,43,166 +China,332213,43968026,807,43,166 +China,332214,640860,807,43,166 +China,332311,7827091,807,43,166 +China,332312,37339502,807,43,166 +China,332321,4706011,807,43,166 +China,332322,2261964,807,43,166 +China,332323,1609135,807,43,166 +China,332410,131613330,807,43,166 +China,332420,46491336,807,43,166 +China,332431,412711,807,43,166 +China,332439,10875787,807,43,166 +China,332510,90226096,807,43,166 +China,332611,31682888,807,43,166 +China,332618,27818752,807,43,166 +China,332722,154852766,807,43,166 +China,332911,656812816,807,43,166 +China,332912,131138811,807,43,166 +China,332913,13817394,807,43,166 +China,332919,75557522,807,43,166 +China,332991,127456186,807,43,166 +China,332992,218749652,807,43,166 +China,332994,4607414,807,43,166 +China,332995,155598,807,43,166 +China,332997,746639,807,43,166 +China,332998,6541991,807,43,166 +China,332999,328072076,807,43,166 +China,333111,348061738,807,43,166 +China,333120,575566317,807,43,166 +China,333131,364719483,807,43,166 +China,333132,373848019,807,43,166 +China,333210,6706688,807,43,166 +China,333220,166193165,807,43,166 +China,333291,59806921,807,43,166 +China,333292,141712329,807,43,166 +China,333293,117268289,807,43,166 +China,333294,46746593,807,43,166 +China,333295,5667159345,807,43,166 +China,333298,93093449,807,43,166 +China,333311,6586299,807,43,166 +China,333313,155881236,807,43,166 +China,333314,1764519762,807,43,166 +China,333315,161361867,807,43,166 +China,333319,74560447,807,43,166 +China,333411,86686053,807,43,166 +China,333412,34125569,807,43,166 +China,333414,32078091,807,43,166 +China,333415,357267180,807,43,166 +China,333511,26934599,807,43,166 +China,333512,415291008,807,43,166 +China,333513,312506758,807,43,166 +China,333514,31744514,807,43,166 +China,333515,92410862,807,43,166 +China,333516,112490511,807,43,166 +China,333611,438549532,807,43,166 +China,333612,116789112,807,43,166 +China,333613,115253761,807,43,166 +China,333618,828921255,807,43,166 +China,333911,234628847,807,43,166 +China,333912,547949593,807,43,166 +China,333913,16700987,807,43,166 +China,333921,3889887,807,43,166 +China,333922,59671684,807,43,166 +China,333923,26480951,807,43,166 +China,333924,111406474,807,43,166 +China,333991,51373447,807,43,166 +China,333992,162749762,807,43,166 +China,333993,36248603,807,43,166 +China,333994,261224791,807,43,166 +China,333995,29507960,807,43,166 +China,333996,204387214,807,43,166 +China,333997,14795211,807,43,166 +China,333999,2128464857,807,43,166 +China,334111,1038709549,807,43,166 +China,334112,512639514,807,43,166 +China,334119,2304165321,807,43,166 +China,334210,94648553,807,43,166 +China,334220,3040233465,807,43,166 +China,334290,70644119,807,43,166 +China,334310,693573450,807,43,166 +China,334411,34607974,807,43,166 +China,334412,280986984,807,43,166 +China,334413,13049265269,807,43,166 +China,334414,255907333,807,43,166 +China,334415,103827784,807,43,166 +China,334416,66158167,807,43,166 +China,334417,676942317,807,43,166 +China,334418,49566873,807,43,166 +China,334419,680925949,807,43,166 +China,334510,782857909,807,43,166 +China,334511,189088268,807,43,166 +China,334512,38530248,807,43,166 +China,334513,684231555,807,43,166 +China,334514,23275452,807,43,166 +China,334515,1473103600,807,43,166 +China,334516,1303683968,807,43,166 +China,334517,484525757,807,43,166 +China,334518,149528662,807,43,166 +China,334519,496951833,807,43,166 +China,334612,14657142,807,43,166 +China,334613,25452431,807,43,166 +China,335110,70520652,807,43,166 +China,335121,3485460,807,43,166 +China,335129,51705946,807,43,166 +China,335211,57475065,807,43,166 +China,335212,12659798,807,43,166 +China,335221,6754254,807,43,166 +China,335222,21087508,807,43,166 +China,335224,28900548,807,43,166 +China,335228,62423680,807,43,166 +China,335311,62429897,807,43,166 +China,335312,264449255,807,43,166 +China,335313,199479878,807,43,166 +China,335314,523565459,807,43,166 +China,335911,92982983,807,43,166 +China,335912,62343582,807,43,166 +China,335921,48493157,807,43,166 +China,335929,251825431,807,43,166 +China,335931,356710574,807,43,166 +China,335932,14908320,807,43,166 +China,335991,133605081,807,43,166 +China,335999,458003556,807,43,166 +China,336111,4111269996,807,43,166 +China,336120,72407349,807,43,166 +China,336211,4400701,807,43,166 +China,336212,12243296,807,43,166 +China,336213,38366846,807,43,166 +China,336214,24102575,807,43,166 +China,336311,109100367,807,43,166 +China,336321,9393622,807,43,166 +China,336322,219604368,807,43,166 +China,336330,16126735,807,43,166 +China,336340,53786999,807,43,166 +China,336350,80508829,807,43,166 +China,336360,49918196,807,43,166 +China,336370,26128538,807,43,166 +China,336391,4033065,807,43,166 +China,336399,537438006,807,43,166 +China,336411,9734080,807,43,166 +China,336412,62828491,807,43,166 +China,336413,210337470,807,43,166 +China,336415,2886047,807,43,166 +China,336419,448729,807,43,166 +China,336510,251169819,807,43,166 +China,336611,35661038,807,43,166 +China,336612,28861702,807,43,166 +China,336991,101901140,807,43,166 +China,336992,11921657,807,43,166 +China,337110,570693,807,43,166 +China,337121,282635,807,43,166 +China,337124,10791826,807,43,166 +China,337127,89982179,807,43,166 +China,337129,576390,807,43,166 +China,337211,2326128,807,43,166 +China,337214,3051318,807,43,166 +China,337215,51829483,807,43,166 +China,337910,4003881,807,43,166 +China,337920,677884,807,43,166 +China,339112,691074012,807,43,166 +China,339113,440353688,807,43,166 +China,339114,56701036,807,43,166 +China,339115,72713685,807,43,166 +China,339911,1653549308,807,43,166 +China,339912,1406186,807,43,166 +China,339913,2660610819,807,43,166 +China,339914,14846604,807,43,166 +China,339920,118409247,807,43,166 +China,339932,451983818,807,43,166 +China,339941,9396563,807,43,166 +China,339942,3996557,807,43,166 +China,339943,814000,807,43,166 +China,339944,12467275,807,43,166 +China,339950,3638499,807,43,166 +China,339991,196792475,807,43,166 +China,339992,36896584,807,43,166 +China,339993,20841459,807,43,166 +China,339994,22800964,807,43,166 +China,339999,148987923,807,43,166 +China,511210,86372385,807,43,166 +China,910000,10607267211,807,43,166 +China,920000,459949301,807,43,166 +China,990000,3228958095,807,43,166 +Christmas Island,113310,10341,808,44,167 +Christmas Island,311615,10423,808,44,167 +Christmas Island,325211,4264,808,44,167 +Christmas Island,325520,2780,808,44,167 +Christmas Island,331111,45167,808,44,167 +Christmas Island,331319,58704,808,44,167 +Christmas Island,332510,4150,808,44,167 +Christmas Island,332618,4126,808,44,167 +Christmas Island,332911,5860,808,44,167 +Christmas Island,333131,3096,808,44,167 +Christmas Island,333292,48600,808,44,167 +Christmas Island,333314,7811,808,44,167 +Christmas Island,333613,11710,808,44,167 +Christmas Island,333999,2709,808,44,167 +Christmas Island,334119,186291,808,44,167 +Christmas Island,334220,35460,808,44,167 +Christmas Island,334310,22800,808,44,167 +Christmas Island,334412,12419,808,44,167 +Christmas Island,334417,36717,808,44,167 +Christmas Island,334419,33739,808,44,167 +Christmas Island,334510,10932,808,44,167 +Christmas Island,334513,24392,808,44,167 +Christmas Island,334515,9365,808,44,167 +Christmas Island,334516,36604,808,44,167 +Christmas Island,335314,24723,808,44,167 +Christmas Island,335929,10016,808,44,167 +Christmas Island,337127,2850,808,44,167 +Christmas Island,339112,24066,808,44,167 +Christmas Island,339113,4406,808,44,167 +Christmas Island,910000,792957,808,44,167 +Christmas Island,990000,88905,808,44,167 +Cocos Islands,311119,6000,808,45,168 +Cocos Islands,311320,82150,808,45,168 +Cocos Islands,325199,27753,808,45,168 +Cocos Islands,325211,26895,808,45,168 +Cocos Islands,325411,174358,808,45,168 +Cocos Islands,325620,55543,808,45,168 +Cocos Islands,332911,5805,808,45,168 +Cocos Islands,333111,4116,808,45,168 +Cocos Islands,333291,5133,808,45,168 +Cocos Islands,333612,12450,808,45,168 +Cocos Islands,333911,6963,808,45,168 +Cocos Islands,334111,21300,808,45,168 +Cocos Islands,334220,15794,808,45,168 +Cocos Islands,334310,5412,808,45,168 +Cocos Islands,334413,39887,808,45,168 +Cocos Islands,334510,26419,808,45,168 +Cocos Islands,334516,30242,808,45,168 +Cocos Islands,336111,4110,808,45,168 +Cocos Islands,910000,84035,808,45,168 +Cocos Islands,920000,47500,808,45,168 +Cocos Islands,990000,46253,808,45,168 +Colombia,111110,70725551,803,46,169 +Colombia,111120,189464,803,46,169 +Colombia,111130,6753735,803,46,169 +Colombia,111140,164225006,803,46,169 +Colombia,111150,122236873,803,46,169 +Colombia,111160,1468899,803,46,169 +Colombia,111199,668053,803,46,169 +Colombia,111211,218400,803,46,169 +Colombia,111219,4206130,803,46,169 +Colombia,111310,584463,803,46,169 +Colombia,111320,961845,803,46,169 +Colombia,111331,5243981,803,46,169 +Colombia,111332,6184145,803,46,169 +Colombia,111335,8073139,803,46,169 +Colombia,111339,7912947,803,46,169 +Colombia,111411,409777,803,46,169 +Colombia,111421,1334779,803,46,169 +Colombia,111422,2265608,803,46,169 +Colombia,111910,475240,803,46,169 +Colombia,111920,102209488,803,46,169 +Colombia,111992,19000,803,46,169 +Colombia,111998,7613750,803,46,169 +Colombia,112111,1037966,803,46,169 +Colombia,112210,222161,803,46,169 +Colombia,112310,216815,803,46,169 +Colombia,112420,7200,803,46,169 +Colombia,112511,4268,803,46,169 +Colombia,112512,29635,803,46,169 +Colombia,112920,308048,803,46,169 +Colombia,112930,4293,803,46,169 +Colombia,112990,586968,803,46,169 +Colombia,113210,4566714,803,46,169 +Colombia,113310,33742,803,46,169 +Colombia,114111,5381927,803,46,169 +Colombia,114112,1251960,803,46,169 +Colombia,114119,289666,803,46,169 +Colombia,211112,405466,803,46,169 +Colombia,212112,495123,803,46,169 +Colombia,212113,79640,803,46,169 +Colombia,212210,899214,803,46,169 +Colombia,212221,3233,803,46,169 +Colombia,212222,70747,803,46,169 +Colombia,212234,2530,803,46,169 +Colombia,212299,2197939,803,46,169 +Colombia,212311,14470,803,46,169 +Colombia,212319,2887,803,46,169 +Colombia,212322,568561,803,46,169 +Colombia,212324,2922635,803,46,169 +Colombia,212325,7366333,803,46,169 +Colombia,212391,264243,803,46,169 +Colombia,212392,74082,803,46,169 +Colombia,212393,2071629,803,46,169 +Colombia,212399,4796354,803,46,169 +Colombia,311111,3777351,803,46,169 +Colombia,311119,8499468,803,46,169 +Colombia,311211,2071287,803,46,169 +Colombia,311212,4128324,803,46,169 +Colombia,311213,110901,803,46,169 +Colombia,311221,55266114,803,46,169 +Colombia,311222,42042470,803,46,169 +Colombia,311223,6314816,803,46,169 +Colombia,311225,1961527,803,46,169 +Colombia,311230,729958,803,46,169 +Colombia,311311,241235,803,46,169 +Colombia,311320,13823696,803,46,169 +Colombia,311340,4240494,803,46,169 +Colombia,311411,5701018,803,46,169 +Colombia,311421,4736553,803,46,169 +Colombia,311422,179853,803,46,169 +Colombia,311423,1470066,803,46,169 +Colombia,311511,12682,803,46,169 +Colombia,311512,21389,803,46,169 +Colombia,311513,1500984,803,46,169 +Colombia,311514,6722386,803,46,169 +Colombia,311520,217219,803,46,169 +Colombia,311611,20797616,803,46,169 +Colombia,311613,9458122,803,46,169 +Colombia,311615,21347308,803,46,169 +Colombia,311711,294661,803,46,169 +Colombia,311811,683135,803,46,169 +Colombia,311822,2325798,803,46,169 +Colombia,311911,457472,803,46,169 +Colombia,311919,618127,803,46,169 +Colombia,311920,6325902,803,46,169 +Colombia,311930,8200964,803,46,169 +Colombia,311941,2410653,803,46,169 +Colombia,311942,214812,803,46,169 +Colombia,311999,34646208,803,46,169 +Colombia,312111,564287,803,46,169 +Colombia,312112,8568,803,46,169 +Colombia,312113,64791,803,46,169 +Colombia,312120,14914342,803,46,169 +Colombia,312130,1636700,803,46,169 +Colombia,312140,1038131,803,46,169 +Colombia,312221,56699,803,46,169 +Colombia,312229,20366,803,46,169 +Colombia,313111,1367326,803,46,169 +Colombia,313113,403386,803,46,169 +Colombia,313210,18992550,803,46,169 +Colombia,313221,3404606,803,46,169 +Colombia,313230,16925970,803,46,169 +Colombia,313249,9893622,803,46,169 +Colombia,313312,209601,803,46,169 +Colombia,313320,3012119,803,46,169 +Colombia,314110,5324595,803,46,169 +Colombia,314121,571235,803,46,169 +Colombia,314129,3534360,803,46,169 +Colombia,314911,777108,803,46,169 +Colombia,314912,365407,803,46,169 +Colombia,314991,2787196,803,46,169 +Colombia,314992,232540,803,46,169 +Colombia,314999,6961641,803,46,169 +Colombia,315111,327479,803,46,169 +Colombia,315221,292337,803,46,169 +Colombia,315222,711310,803,46,169 +Colombia,315223,741074,803,46,169 +Colombia,315224,670486,803,46,169 +Colombia,315228,687617,803,46,169 +Colombia,315231,2208881,803,46,169 +Colombia,315232,1268110,803,46,169 +Colombia,315233,543126,803,46,169 +Colombia,315234,1390279,803,46,169 +Colombia,315239,1943875,803,46,169 +Colombia,315291,7096041,803,46,169 +Colombia,315292,571459,803,46,169 +Colombia,315991,306071,803,46,169 +Colombia,315992,930145,803,46,169 +Colombia,315993,13810,803,46,169 +Colombia,315999,5290295,803,46,169 +Colombia,316110,866001,803,46,169 +Colombia,316211,237180,803,46,169 +Colombia,316212,87525,803,46,169 +Colombia,316213,712429,803,46,169 +Colombia,316214,844872,803,46,169 +Colombia,316219,1263826,803,46,169 +Colombia,316991,4518505,803,46,169 +Colombia,316992,165385,803,46,169 +Colombia,316993,632593,803,46,169 +Colombia,316999,173139,803,46,169 +Colombia,321113,524198,803,46,169 +Colombia,321114,1134154,803,46,169 +Colombia,321211,414477,803,46,169 +Colombia,321212,77981,803,46,169 +Colombia,321213,4080277,803,46,169 +Colombia,321219,626712,803,46,169 +Colombia,321911,74285,803,46,169 +Colombia,321918,1233690,803,46,169 +Colombia,321920,2284877,803,46,169 +Colombia,321991,126670,803,46,169 +Colombia,321999,1758406,803,46,169 +Colombia,322110,56377159,803,46,169 +Colombia,322121,28654473,803,46,169 +Colombia,322122,9657478,803,46,169 +Colombia,322130,91000362,803,46,169 +Colombia,322211,13822328,803,46,169 +Colombia,322212,288607,803,46,169 +Colombia,322213,37056,803,46,169 +Colombia,322214,188350,803,46,169 +Colombia,322215,295929,803,46,169 +Colombia,322222,17555013,803,46,169 +Colombia,322223,5302423,803,46,169 +Colombia,322224,1182883,803,46,169 +Colombia,322232,3647,803,46,169 +Colombia,322233,381424,803,46,169 +Colombia,322291,3092476,803,46,169 +Colombia,322299,1753482,803,46,169 +Colombia,323116,23717,803,46,169 +Colombia,323117,7948795,803,46,169 +Colombia,323118,1188056,803,46,169 +Colombia,323119,10153971,803,46,169 +Colombia,323122,399924,803,46,169 +Colombia,324110,2246687926,803,46,169 +Colombia,324121,359630,803,46,169 +Colombia,324122,181951,803,46,169 +Colombia,325110,165470619,803,46,169 +Colombia,325120,3965136,803,46,169 +Colombia,325131,39030903,803,46,169 +Colombia,325132,7324508,803,46,169 +Colombia,325181,27576843,803,46,169 +Colombia,325182,946216,803,46,169 +Colombia,325188,69915051,803,46,169 +Colombia,325191,2256542,803,46,169 +Colombia,325192,173315734,803,46,169 +Colombia,325193,209589,803,46,169 +Colombia,325199,535098669,803,46,169 +Colombia,325211,469248718,803,46,169 +Colombia,325212,33329866,803,46,169 +Colombia,325221,86173,803,46,169 +Colombia,325222,20373520,803,46,169 +Colombia,325311,3753087,803,46,169 +Colombia,325312,151558345,803,46,169 +Colombia,325320,36499783,803,46,169 +Colombia,325411,38020642,803,46,169 +Colombia,325412,126500957,803,46,169 +Colombia,325414,43974785,803,46,169 +Colombia,325510,18013000,803,46,169 +Colombia,325520,17198316,803,46,169 +Colombia,325611,21608999,803,46,169 +Colombia,325612,5306390,803,46,169 +Colombia,325613,33450830,803,46,169 +Colombia,325620,44692178,803,46,169 +Colombia,325910,31932450,803,46,169 +Colombia,325920,10979033,803,46,169 +Colombia,325992,25391858,803,46,169 +Colombia,325998,99384488,803,46,169 +Colombia,326113,32205197,803,46,169 +Colombia,326121,8059756,803,46,169 +Colombia,326122,6701510,803,46,169 +Colombia,326160,4653338,803,46,169 +Colombia,326191,1164321,803,46,169 +Colombia,326192,576374,803,46,169 +Colombia,326199,51611962,803,46,169 +Colombia,326211,48584597,803,46,169 +Colombia,326212,67423,803,46,169 +Colombia,326220,12690644,803,46,169 +Colombia,326299,12288301,803,46,169 +Colombia,327111,588806,803,46,169 +Colombia,327112,1467206,803,46,169 +Colombia,327113,703951,803,46,169 +Colombia,327121,2552,803,46,169 +Colombia,327122,14308,803,46,169 +Colombia,327123,212794,803,46,169 +Colombia,327124,2319883,803,46,169 +Colombia,327125,4576929,803,46,169 +Colombia,327211,21420665,803,46,169 +Colombia,327212,4993876,803,46,169 +Colombia,327213,733173,803,46,169 +Colombia,327215,2540687,803,46,169 +Colombia,327310,755743,803,46,169 +Colombia,327320,7840,803,46,169 +Colombia,327331,328320,803,46,169 +Colombia,327390,169880,803,46,169 +Colombia,327410,112264,803,46,169 +Colombia,327420,1441292,803,46,169 +Colombia,327910,4687368,803,46,169 +Colombia,327991,121251,803,46,169 +Colombia,327992,2639113,803,46,169 +Colombia,327993,3227909,803,46,169 +Colombia,327999,7124030,803,46,169 +Colombia,331111,157302255,803,46,169 +Colombia,331112,445649,803,46,169 +Colombia,331222,2227960,803,46,169 +Colombia,331311,1024933,803,46,169 +Colombia,331312,2482128,803,46,169 +Colombia,331314,38162,803,46,169 +Colombia,331315,5467992,803,46,169 +Colombia,331316,2276096,803,46,169 +Colombia,331319,1212593,803,46,169 +Colombia,331411,588335,803,46,169 +Colombia,331419,3760180,803,46,169 +Colombia,331421,5357140,803,46,169 +Colombia,331422,8309946,803,46,169 +Colombia,331491,3149319,803,46,169 +Colombia,331492,718410,803,46,169 +Colombia,331511,11788426,803,46,169 +Colombia,332115,11015134,803,46,169 +Colombia,332211,1136816,803,46,169 +Colombia,332212,22463046,803,46,169 +Colombia,332213,1309444,803,46,169 +Colombia,332214,55762,803,46,169 +Colombia,332311,4994820,803,46,169 +Colombia,332312,5897699,803,46,169 +Colombia,332321,1338811,803,46,169 +Colombia,332322,3017261,803,46,169 +Colombia,332323,1243598,803,46,169 +Colombia,332410,9572644,803,46,169 +Colombia,332420,8876475,803,46,169 +Colombia,332431,445695,803,46,169 +Colombia,332439,2092860,803,46,169 +Colombia,332510,5191608,803,46,169 +Colombia,332611,847796,803,46,169 +Colombia,332618,9436745,803,46,169 +Colombia,332722,7985100,803,46,169 +Colombia,332911,66922747,803,46,169 +Colombia,332912,13233869,803,46,169 +Colombia,332913,2028477,803,46,169 +Colombia,332919,28289920,803,46,169 +Colombia,332991,21134360,803,46,169 +Colombia,332992,4607859,803,46,169 +Colombia,332994,45421436,803,46,169 +Colombia,332995,2390658,803,46,169 +Colombia,332997,7520,803,46,169 +Colombia,332998,304526,803,46,169 +Colombia,332999,24462021,803,46,169 +Colombia,333111,59785822,803,46,169 +Colombia,333120,592213926,803,46,169 +Colombia,333131,59120374,803,46,169 +Colombia,333132,456092945,803,46,169 +Colombia,333210,9927669,803,46,169 +Colombia,333220,16109911,803,46,169 +Colombia,333291,17415623,803,46,169 +Colombia,333292,4513340,803,46,169 +Colombia,333293,21091996,803,46,169 +Colombia,333294,16054087,803,46,169 +Colombia,333295,3336014,803,46,169 +Colombia,333298,2318303,803,46,169 +Colombia,333311,1297172,803,46,169 +Colombia,333313,23145175,803,46,169 +Colombia,333314,23851795,803,46,169 +Colombia,333315,24248198,803,46,169 +Colombia,333319,5082166,803,46,169 +Colombia,333411,7444812,803,46,169 +Colombia,333412,3039689,803,46,169 +Colombia,333414,8779594,803,46,169 +Colombia,333415,55441403,803,46,169 +Colombia,333511,2090298,803,46,169 +Colombia,333512,17594565,803,46,169 +Colombia,333513,6332831,803,46,169 +Colombia,333514,1480227,803,46,169 +Colombia,333515,8232349,803,46,169 +Colombia,333516,753732,803,46,169 +Colombia,333611,37025598,803,46,169 +Colombia,333612,16063471,803,46,169 +Colombia,333613,20730529,803,46,169 +Colombia,333618,107727597,803,46,169 +Colombia,333911,119231494,803,46,169 +Colombia,333912,42177742,803,46,169 +Colombia,333913,9073325,803,46,169 +Colombia,333921,3363494,803,46,169 +Colombia,333922,15347241,803,46,169 +Colombia,333923,2767936,803,46,169 +Colombia,333924,46739133,803,46,169 +Colombia,333991,7699101,803,46,169 +Colombia,333992,20456557,803,46,169 +Colombia,333993,7904070,803,46,169 +Colombia,333994,7551965,803,46,169 +Colombia,333995,4215169,803,46,169 +Colombia,333996,17219950,803,46,169 +Colombia,333997,4865060,803,46,169 +Colombia,333999,164324108,803,46,169 +Colombia,334111,334256192,803,46,169 +Colombia,334112,36547729,803,46,169 +Colombia,334119,408254275,803,46,169 +Colombia,334210,20499775,803,46,169 +Colombia,334220,351363099,803,46,169 +Colombia,334290,8177121,803,46,169 +Colombia,334310,68274724,803,46,169 +Colombia,334411,3554300,803,46,169 +Colombia,334412,750874,803,46,169 +Colombia,334413,31169023,803,46,169 +Colombia,334414,1447257,803,46,169 +Colombia,334415,768820,803,46,169 +Colombia,334416,1346522,803,46,169 +Colombia,334417,30989327,803,46,169 +Colombia,334418,13704407,803,46,169 +Colombia,334419,66238569,803,46,169 +Colombia,334510,102119863,803,46,169 +Colombia,334511,14615857,803,46,169 +Colombia,334512,1585257,803,46,169 +Colombia,334513,49571650,803,46,169 +Colombia,334514,4275202,803,46,169 +Colombia,334515,31744252,803,46,169 +Colombia,334516,39254681,803,46,169 +Colombia,334517,25509435,803,46,169 +Colombia,334518,9703087,803,46,169 +Colombia,334519,62971909,803,46,169 +Colombia,334612,968855,803,46,169 +Colombia,334613,5734263,803,46,169 +Colombia,335110,3833251,803,46,169 +Colombia,335121,125114,803,46,169 +Colombia,335129,9967460,803,46,169 +Colombia,335211,10464297,803,46,169 +Colombia,335212,489197,803,46,169 +Colombia,335221,2138832,803,46,169 +Colombia,335222,3722632,803,46,169 +Colombia,335224,19649606,803,46,169 +Colombia,335228,6786539,803,46,169 +Colombia,335311,8163592,803,46,169 +Colombia,335312,60482196,803,46,169 +Colombia,335313,14860353,803,46,169 +Colombia,335314,26958109,803,46,169 +Colombia,335911,15835691,803,46,169 +Colombia,335912,7809089,803,46,169 +Colombia,335921,6207179,803,46,169 +Colombia,335929,31859396,803,46,169 +Colombia,335931,7202990,803,46,169 +Colombia,335932,776793,803,46,169 +Colombia,335991,1314292,803,46,169 +Colombia,335999,23808743,803,46,169 +Colombia,336111,110203020,803,46,169 +Colombia,336120,73528468,803,46,169 +Colombia,336211,210916,803,46,169 +Colombia,336212,2922332,803,46,169 +Colombia,336213,30500,803,46,169 +Colombia,336214,3325773,803,46,169 +Colombia,336311,14511082,803,46,169 +Colombia,336321,3048351,803,46,169 +Colombia,336322,19880746,803,46,169 +Colombia,336330,1440189,803,46,169 +Colombia,336340,6001649,803,46,169 +Colombia,336350,6418780,803,46,169 +Colombia,336360,1167612,803,46,169 +Colombia,336370,106758,803,46,169 +Colombia,336391,848792,803,46,169 +Colombia,336399,74868703,803,46,169 +Colombia,336411,20313115,803,46,169 +Colombia,336412,20666244,803,46,169 +Colombia,336413,46844294,803,46,169 +Colombia,336415,8070,803,46,169 +Colombia,336419,532635,803,46,169 +Colombia,336510,68606818,803,46,169 +Colombia,336611,8719077,803,46,169 +Colombia,336612,9196033,803,46,169 +Colombia,336991,8142258,803,46,169 +Colombia,336992,22040220,803,46,169 +Colombia,337110,9600,803,46,169 +Colombia,337121,77209,803,46,169 +Colombia,337124,353566,803,46,169 +Colombia,337127,9916584,803,46,169 +Colombia,337129,25307,803,46,169 +Colombia,337211,193645,803,46,169 +Colombia,337214,593098,803,46,169 +Colombia,337215,2986886,803,46,169 +Colombia,337910,131450,803,46,169 +Colombia,337920,913196,803,46,169 +Colombia,339112,80314168,803,46,169 +Colombia,339113,72615556,803,46,169 +Colombia,339114,13138905,803,46,169 +Colombia,339115,24849623,803,46,169 +Colombia,339911,2059723,803,46,169 +Colombia,339912,158873,803,46,169 +Colombia,339913,7892975,803,46,169 +Colombia,339914,4326951,803,46,169 +Colombia,339920,10957805,803,46,169 +Colombia,339932,41564405,803,46,169 +Colombia,339941,2409617,803,46,169 +Colombia,339942,477970,803,46,169 +Colombia,339943,371574,803,46,169 +Colombia,339944,3538727,803,46,169 +Colombia,339950,306450,803,46,169 +Colombia,339991,11845532,803,46,169 +Colombia,339992,4201308,803,46,169 +Colombia,339993,4860129,803,46,169 +Colombia,339994,1796135,803,46,169 +Colombia,339999,25614635,803,46,169 +Colombia,511210,8461995,803,46,169 +Colombia,910000,24078254,803,46,169 +Colombia,920000,72715902,803,46,169 +Colombia,990000,359472442,803,46,169 +Comoros,211112,37685,805,47,170 +Comoros,311611,26300,805,47,170 +Comoros,311615,230526,805,47,170 +Comoros,322110,509504,805,47,170 +Comoros,325412,33615,805,47,170 +Comoros,326122,37107,805,47,170 +Comoros,332212,7748,805,47,170 +Comoros,333120,15000,805,47,170 +Comoros,333132,27030,805,47,170 +Comoros,334111,2615,805,47,170 +Comoros,334119,13752,805,47,170 +Comoros,334220,74238,805,47,170 +Comoros,334419,2545,805,47,170 +Comoros,334510,10952,805,47,170 +Comoros,334518,8975,805,47,170 +Comoros,335314,4555,805,47,170 +Comoros,336322,30830,805,47,170 +Comoros,336412,2575,805,47,170 +Comoros,910000,80000,805,47,170 +Comoros,990000,65822,805,47,170 +Congo,111130,178676,805,48,171 +Congo,111140,1924851,805,48,171 +Congo,112920,6857,805,48,171 +Congo,114111,80410,805,48,171 +Congo,212112,34728,805,48,171 +Congo,212322,84362,805,48,171 +Congo,212325,54106,805,48,171 +Congo,212391,14548,805,48,171 +Congo,212399,272355,805,48,171 +Congo,311211,26442,805,48,171 +Congo,311212,1353665,805,48,171 +Congo,311221,45450,805,48,171 +Congo,311223,287262,805,48,171 +Congo,311230,5500,805,48,171 +Congo,311311,5544,805,48,171 +Congo,311611,770896,805,48,171 +Congo,311615,36955035,805,48,171 +Congo,311919,9722,805,48,171 +Congo,311930,55380,805,48,171 +Congo,311941,1467710,805,48,171 +Congo,311942,22113,805,48,171 +Congo,311999,120607,805,48,171 +Congo,312111,8000,805,48,171 +Congo,313210,3400,805,48,171 +Congo,313221,11576,805,48,171 +Congo,313249,18675,805,48,171 +Congo,314129,10167,805,48,171 +Congo,314911,16500,805,48,171 +Congo,314912,860734,805,48,171 +Congo,314991,8373,805,48,171 +Congo,314992,45733,805,48,171 +Congo,314999,112327,805,48,171 +Congo,315223,14970,805,48,171 +Congo,315224,40060,805,48,171 +Congo,315228,101428,805,48,171 +Congo,315991,4968,805,48,171 +Congo,315992,17813,805,48,171 +Congo,315999,55258,805,48,171 +Congo,316211,30117,805,48,171 +Congo,316213,29876,805,48,171 +Congo,316219,48623,805,48,171 +Congo,316991,21410,805,48,171 +Congo,321113,9834,805,48,171 +Congo,321999,39426,805,48,171 +Congo,322110,46169,805,48,171 +Congo,322121,58921,805,48,171 +Congo,322130,5500,805,48,171 +Congo,322215,10064,805,48,171 +Congo,322222,32918,805,48,171 +Congo,322223,6447,805,48,171 +Congo,322291,40885,805,48,171 +Congo,322299,64642,805,48,171 +Congo,323117,31292,805,48,171 +Congo,323119,62042,805,48,171 +Congo,324110,288094,805,48,171 +Congo,325110,58146,805,48,171 +Congo,325188,6135929,805,48,171 +Congo,325191,37928,805,48,171 +Congo,325192,19928,805,48,171 +Congo,325199,3195582,805,48,171 +Congo,325211,2765911,805,48,171 +Congo,325212,160386,805,48,171 +Congo,325221,907679,805,48,171 +Congo,325311,8421,805,48,171 +Congo,325320,7632,805,48,171 +Congo,325411,2893,805,48,171 +Congo,325412,49206,805,48,171 +Congo,325414,5875,805,48,171 +Congo,325510,38934,805,48,171 +Congo,325611,821565,805,48,171 +Congo,325613,473071,805,48,171 +Congo,325620,469399,805,48,171 +Congo,325910,7692,805,48,171 +Congo,325920,682419,805,48,171 +Congo,325992,41169,805,48,171 +Congo,325998,247036,805,48,171 +Congo,326113,50677,805,48,171 +Congo,326122,26479,805,48,171 +Congo,326199,172822,805,48,171 +Congo,326211,17157,805,48,171 +Congo,326220,793406,805,48,171 +Congo,326299,125488,805,48,171 +Congo,327112,66788,805,48,171 +Congo,327212,83144,805,48,171 +Congo,327215,101224,805,48,171 +Congo,327992,12591,805,48,171 +Congo,327993,7896,805,48,171 +Congo,327999,19744,805,48,171 +Congo,331111,2685784,805,48,171 +Congo,331315,12667,805,48,171 +Congo,331421,6714,805,48,171 +Congo,331422,19572,805,48,171 +Congo,331491,89724,805,48,171 +Congo,331511,59356,805,48,171 +Congo,332212,472787,805,48,171 +Congo,332311,273317,805,48,171 +Congo,332312,240952,805,48,171 +Congo,332322,8793,805,48,171 +Congo,332323,6826,805,48,171 +Congo,332410,203682,805,48,171 +Congo,332420,630046,805,48,171 +Congo,332439,22286,805,48,171 +Congo,332510,124228,805,48,171 +Congo,332611,12356,805,48,171 +Congo,332618,103949,805,48,171 +Congo,332722,432764,805,48,171 +Congo,332911,3394155,805,48,171 +Congo,332912,1724760,805,48,171 +Congo,332913,17568,805,48,171 +Congo,332919,1101918,805,48,171 +Congo,332991,142807,805,48,171 +Congo,332994,133304,805,48,171 +Congo,332998,2548,805,48,171 +Congo,332999,1180149,805,48,171 +Congo,333111,1005230,805,48,171 +Congo,333120,2128170,805,48,171 +Congo,333131,4784061,805,48,171 +Congo,333132,79186577,805,48,171 +Congo,333220,3910,805,48,171 +Congo,333291,5000,805,48,171 +Congo,333292,9487,805,48,171 +Congo,333293,41876,805,48,171 +Congo,333294,173187,805,48,171 +Congo,333295,12512,805,48,171 +Congo,333298,58621,805,48,171 +Congo,333313,113144,805,48,171 +Congo,333314,54585,805,48,171 +Congo,333315,170350,805,48,171 +Congo,333319,3033,805,48,171 +Congo,333411,105627,805,48,171 +Congo,333412,342325,805,48,171 +Congo,333414,8338,805,48,171 +Congo,333415,445176,805,48,171 +Congo,333512,185164,805,48,171 +Congo,333513,34395,805,48,171 +Congo,333514,19195,805,48,171 +Congo,333515,76843,805,48,171 +Congo,333611,3150006,805,48,171 +Congo,333612,161058,805,48,171 +Congo,333613,343047,805,48,171 +Congo,333618,2096493,805,48,171 +Congo,333911,2252468,805,48,171 +Congo,333912,531901,805,48,171 +Congo,333921,78907,805,48,171 +Congo,333922,30714,805,48,171 +Congo,333923,309775,805,48,171 +Congo,333924,322664,805,48,171 +Congo,333991,41016,805,48,171 +Congo,333992,182981,805,48,171 +Congo,333993,10020,805,48,171 +Congo,333994,6317,805,48,171 +Congo,333995,222802,805,48,171 +Congo,333996,3970558,805,48,171 +Congo,333997,29571,805,48,171 +Congo,333999,5680832,805,48,171 +Congo,334111,1026014,805,48,171 +Congo,334119,265161,805,48,171 +Congo,334210,173678,805,48,171 +Congo,334220,1691633,805,48,171 +Congo,334290,4188,805,48,171 +Congo,334310,41685,805,48,171 +Congo,334412,40688,805,48,171 +Congo,334413,273256,805,48,171 +Congo,334414,9445,805,48,171 +Congo,334415,15817,805,48,171 +Congo,334416,12853,805,48,171 +Congo,334417,537665,805,48,171 +Congo,334418,38803,805,48,171 +Congo,334419,599455,805,48,171 +Congo,334510,27291,805,48,171 +Congo,334511,104803,805,48,171 +Congo,334513,2579350,805,48,171 +Congo,334514,46642,805,48,171 +Congo,334515,5470932,805,48,171 +Congo,334516,714805,805,48,171 +Congo,334517,40575,805,48,171 +Congo,334518,46784,805,48,171 +Congo,334519,15926096,805,48,171 +Congo,334613,3171,805,48,171 +Congo,335110,4820,805,48,171 +Congo,335129,2943470,805,48,171 +Congo,335211,83138,805,48,171 +Congo,335221,74357,805,48,171 +Congo,335222,39833,805,48,171 +Congo,335224,11003,805,48,171 +Congo,335228,27500,805,48,171 +Congo,335311,408912,805,48,171 +Congo,335312,1175820,805,48,171 +Congo,335313,83342,805,48,171 +Congo,335314,310475,805,48,171 +Congo,335911,7800,805,48,171 +Congo,335912,269384,805,48,171 +Congo,335921,45426,805,48,171 +Congo,335929,2532052,805,48,171 +Congo,335931,12656,805,48,171 +Congo,335932,4598,805,48,171 +Congo,335991,2844,805,48,171 +Congo,335999,374119,805,48,171 +Congo,336111,7943247,805,48,171 +Congo,336120,1341319,805,48,171 +Congo,336211,74000,805,48,171 +Congo,336212,16000,805,48,171 +Congo,336214,16000,805,48,171 +Congo,336311,66131,805,48,171 +Congo,336322,90819,805,48,171 +Congo,336340,9116,805,48,171 +Congo,336350,2950,805,48,171 +Congo,336399,933040,805,48,171 +Congo,336412,230345,805,48,171 +Congo,336510,262143,805,48,171 +Congo,336611,775050,805,48,171 +Congo,336612,152039,805,48,171 +Congo,336991,849385,805,48,171 +Congo,337127,122841,805,48,171 +Congo,337214,19128,805,48,171 +Congo,337215,2570,805,48,171 +Congo,339112,4581,805,48,171 +Congo,339113,41954,805,48,171 +Congo,339114,20616,805,48,171 +Congo,339115,5534,805,48,171 +Congo,339911,4607,805,48,171 +Congo,339920,24406,805,48,171 +Congo,339932,27000,805,48,171 +Congo,339941,2913,805,48,171 +Congo,339942,10100,805,48,171 +Congo,339991,977718,805,48,171 +Congo,339993,13056,805,48,171 +Congo,339999,81437,805,48,171 +Congo,511210,150350,805,48,171 +Congo,910000,1728353,805,48,171 +Congo,920000,3325301,805,48,171 +Congo,990000,8854239,805,48,171 +Cook Islands,311211,8968,808,49,172 +Cook Islands,311212,145349,808,49,172 +Cook Islands,311320,32000,808,49,172 +Cook Islands,311611,60287,808,49,172 +Cook Islands,311615,590620,808,49,172 +Cook Islands,311941,91303,808,49,172 +Cook Islands,311999,337454,808,49,172 +Cook Islands,312111,30396,808,49,172 +Cook Islands,312140,138597,808,49,172 +Cook Islands,315999,30007,808,49,172 +Cook Islands,316219,11768,808,49,172 +Cook Islands,323119,7037,808,49,172 +Cook Islands,325211,24232,808,49,172 +Cook Islands,326299,7210,808,49,172 +Cook Islands,327113,3040,808,49,172 +Cook Islands,327124,7945,808,49,172 +Cook Islands,327211,4947,808,49,172 +Cook Islands,331111,22234,808,49,172 +Cook Islands,332212,7321,808,49,172 +Cook Islands,332420,28461,808,49,172 +Cook Islands,332722,3528,808,49,172 +Cook Islands,332911,297137,808,49,172 +Cook Islands,332919,47674,808,49,172 +Cook Islands,333315,4446,808,49,172 +Cook Islands,333991,4400,808,49,172 +Cook Islands,333999,7096,808,49,172 +Cook Islands,334112,11700,808,49,172 +Cook Islands,334220,975977,808,49,172 +Cook Islands,334310,19170,808,49,172 +Cook Islands,334413,15863,808,49,172 +Cook Islands,334419,5796,808,49,172 +Cook Islands,334511,2822,808,49,172 +Cook Islands,334513,42500,808,49,172 +Cook Islands,334516,5150,808,49,172 +Cook Islands,334519,58000,808,49,172 +Cook Islands,335312,8391,808,49,172 +Cook Islands,335931,2900,808,49,172 +Cook Islands,336311,4114,808,49,172 +Cook Islands,920000,12168,808,49,172 +Cook Islands,990000,442526,808,49,172 +Costa Rica,111110,97671175,803,50,173 +Costa Rica,111120,35985,803,50,173 +Costa Rica,111130,694018,803,50,173 +Costa Rica,111140,42744975,803,50,173 +Costa Rica,111150,119979925,803,50,173 +Costa Rica,111160,27698806,803,50,173 +Costa Rica,111199,349537,803,50,173 +Costa Rica,111211,613375,803,50,173 +Costa Rica,111219,5699655,803,50,173 +Costa Rica,111320,24912,803,50,173 +Costa Rica,111331,6358277,803,50,173 +Costa Rica,111332,7105136,803,50,173 +Costa Rica,111333,3054,803,50,173 +Costa Rica,111334,8088,803,50,173 +Costa Rica,111335,1478762,803,50,173 +Costa Rica,111339,6665009,803,50,173 +Costa Rica,111411,237305,803,50,173 +Costa Rica,111421,115119,803,50,173 +Costa Rica,111422,117756,803,50,173 +Costa Rica,111910,20867,803,50,173 +Costa Rica,111920,7220,803,50,173 +Costa Rica,111930,5126,803,50,173 +Costa Rica,111991,183492,803,50,173 +Costa Rica,111998,480964,803,50,173 +Costa Rica,112111,540357,803,50,173 +Costa Rica,112210,158902,803,50,173 +Costa Rica,112310,4389617,803,50,173 +Costa Rica,112410,76776,803,50,173 +Costa Rica,112511,35539,803,50,173 +Costa Rica,112512,2560,803,50,173 +Costa Rica,112910,10953,803,50,173 +Costa Rica,112920,54032,803,50,173 +Costa Rica,112930,10000,803,50,173 +Costa Rica,112990,22575,803,50,173 +Costa Rica,113210,2243297,803,50,173 +Costa Rica,113310,174116,803,50,173 +Costa Rica,114111,2267657,803,50,173 +Costa Rica,114112,1448646,803,50,173 +Costa Rica,114119,71025,803,50,173 +Costa Rica,211112,107493,803,50,173 +Costa Rica,212112,184836,803,50,173 +Costa Rica,212221,13458725,803,50,173 +Costa Rica,212222,26315,803,50,173 +Costa Rica,212231,20390,803,50,173 +Costa Rica,212234,11455,803,50,173 +Costa Rica,212299,108400,803,50,173 +Costa Rica,212311,203657,803,50,173 +Costa Rica,212319,592770,803,50,173 +Costa Rica,212322,297181,803,50,173 +Costa Rica,212324,928793,803,50,173 +Costa Rica,212325,1515618,803,50,173 +Costa Rica,212392,32174,803,50,173 +Costa Rica,212393,745588,803,50,173 +Costa Rica,212399,7785181,803,50,173 +Costa Rica,311111,6265811,803,50,173 +Costa Rica,311119,4216421,803,50,173 +Costa Rica,311211,1619710,803,50,173 +Costa Rica,311212,5801536,803,50,173 +Costa Rica,311213,15653,803,50,173 +Costa Rica,311221,2568498,803,50,173 +Costa Rica,311222,19698250,803,50,173 +Costa Rica,311223,3521370,803,50,173 +Costa Rica,311225,1481069,803,50,173 +Costa Rica,311230,1498960,803,50,173 +Costa Rica,311311,1082461,803,50,173 +Costa Rica,311320,6380282,803,50,173 +Costa Rica,311340,5246861,803,50,173 +Costa Rica,311411,9578021,803,50,173 +Costa Rica,311421,17292098,803,50,173 +Costa Rica,311422,182606,803,50,173 +Costa Rica,311423,2628339,803,50,173 +Costa Rica,311511,517131,803,50,173 +Costa Rica,311512,55452,803,50,173 +Costa Rica,311513,3858284,803,50,173 +Costa Rica,311514,3348165,803,50,173 +Costa Rica,311520,500178,803,50,173 +Costa Rica,311611,9641020,803,50,173 +Costa Rica,311613,2312229,803,50,173 +Costa Rica,311615,7004100,803,50,173 +Costa Rica,311711,906851,803,50,173 +Costa Rica,311811,2310071,803,50,173 +Costa Rica,311822,2028777,803,50,173 +Costa Rica,311823,5986,803,50,173 +Costa Rica,311911,2056221,803,50,173 +Costa Rica,311919,2823582,803,50,173 +Costa Rica,311920,2123864,803,50,173 +Costa Rica,311930,2687706,803,50,173 +Costa Rica,311941,2426918,803,50,173 +Costa Rica,311942,4476262,803,50,173 +Costa Rica,311999,13191731,803,50,173 +Costa Rica,312111,1075099,803,50,173 +Costa Rica,312112,118993,803,50,173 +Costa Rica,312113,299272,803,50,173 +Costa Rica,312120,15378452,803,50,173 +Costa Rica,312130,906640,803,50,173 +Costa Rica,312140,280148,803,50,173 +Costa Rica,312229,18657,803,50,173 +Costa Rica,313111,11541585,803,50,173 +Costa Rica,313113,625268,803,50,173 +Costa Rica,313210,9031930,803,50,173 +Costa Rica,313221,4453409,803,50,173 +Costa Rica,313230,9297461,803,50,173 +Costa Rica,313249,13960524,803,50,173 +Costa Rica,313312,35827,803,50,173 +Costa Rica,313320,2952874,803,50,173 +Costa Rica,314110,2012657,803,50,173 +Costa Rica,314121,162273,803,50,173 +Costa Rica,314129,2845524,803,50,173 +Costa Rica,314911,2888894,803,50,173 +Costa Rica,314912,740091,803,50,173 +Costa Rica,314991,830639,803,50,173 +Costa Rica,314992,1406948,803,50,173 +Costa Rica,314999,3363289,803,50,173 +Costa Rica,315111,11731560,803,50,173 +Costa Rica,315221,864853,803,50,173 +Costa Rica,315222,79561,803,50,173 +Costa Rica,315223,1149496,803,50,173 +Costa Rica,315224,371903,803,50,173 +Costa Rica,315228,428400,803,50,173 +Costa Rica,315231,1000803,803,50,173 +Costa Rica,315232,613753,803,50,173 +Costa Rica,315233,67539,803,50,173 +Costa Rica,315234,1384408,803,50,173 +Costa Rica,315239,1128183,803,50,173 +Costa Rica,315291,740783,803,50,173 +Costa Rica,315292,764238,803,50,173 +Costa Rica,315991,115580,803,50,173 +Costa Rica,315992,1037555,803,50,173 +Costa Rica,315993,16177,803,50,173 +Costa Rica,315999,9419815,803,50,173 +Costa Rica,316110,3684703,803,50,173 +Costa Rica,316211,3578671,803,50,173 +Costa Rica,316212,60631,803,50,173 +Costa Rica,316213,817846,803,50,173 +Costa Rica,316214,397786,803,50,173 +Costa Rica,316219,2310631,803,50,173 +Costa Rica,316991,2463883,803,50,173 +Costa Rica,316992,128951,803,50,173 +Costa Rica,316993,617891,803,50,173 +Costa Rica,316999,708017,803,50,173 +Costa Rica,321113,1645414,803,50,173 +Costa Rica,321114,551590,803,50,173 +Costa Rica,321211,41297,803,50,173 +Costa Rica,321212,146066,803,50,173 +Costa Rica,321213,305702,803,50,173 +Costa Rica,321219,325044,803,50,173 +Costa Rica,321911,202302,803,50,173 +Costa Rica,321918,4690771,803,50,173 +Costa Rica,321920,3835340,803,50,173 +Costa Rica,321991,93803,803,50,173 +Costa Rica,321992,11972,803,50,173 +Costa Rica,321999,2345051,803,50,173 +Costa Rica,322110,18638796,803,50,173 +Costa Rica,322121,12161359,803,50,173 +Costa Rica,322122,11999072,803,50,173 +Costa Rica,322130,175332320,803,50,173 +Costa Rica,322211,2185807,803,50,173 +Costa Rica,322212,555491,803,50,173 +Costa Rica,322213,294193,803,50,173 +Costa Rica,322214,425597,803,50,173 +Costa Rica,322215,670132,803,50,173 +Costa Rica,322222,11548597,803,50,173 +Costa Rica,322223,7188734,803,50,173 +Costa Rica,322224,61613,803,50,173 +Costa Rica,322232,37064,803,50,173 +Costa Rica,322233,80534,803,50,173 +Costa Rica,322291,5936654,803,50,173 +Costa Rica,322299,1417990,803,50,173 +Costa Rica,323116,45457,803,50,173 +Costa Rica,323117,5720432,803,50,173 +Costa Rica,323118,387336,803,50,173 +Costa Rica,323119,7339916,803,50,173 +Costa Rica,323122,852086,803,50,173 +Costa Rica,324110,940355272,803,50,173 +Costa Rica,324121,49562,803,50,173 +Costa Rica,324122,468106,803,50,173 +Costa Rica,325110,369809,803,50,173 +Costa Rica,325120,1052945,803,50,173 +Costa Rica,325131,10300107,803,50,173 +Costa Rica,325132,3191001,803,50,173 +Costa Rica,325181,5681185,803,50,173 +Costa Rica,325182,905648,803,50,173 +Costa Rica,325188,13647168,803,50,173 +Costa Rica,325191,1347904,803,50,173 +Costa Rica,325192,11314022,803,50,173 +Costa Rica,325193,95211,803,50,173 +Costa Rica,325199,44744409,803,50,173 +Costa Rica,325211,239702799,803,50,173 +Costa Rica,325212,24415978,803,50,173 +Costa Rica,325221,53115,803,50,173 +Costa Rica,325222,12270919,803,50,173 +Costa Rica,325311,252477,803,50,173 +Costa Rica,325312,41108885,803,50,173 +Costa Rica,325320,30195299,803,50,173 +Costa Rica,325411,1945491,803,50,173 +Costa Rica,325412,16638619,803,50,173 +Costa Rica,325414,12930853,803,50,173 +Costa Rica,325510,9407248,803,50,173 +Costa Rica,325520,10864402,803,50,173 +Costa Rica,325611,12070088,803,50,173 +Costa Rica,325612,3113401,803,50,173 +Costa Rica,325613,8425229,803,50,173 +Costa Rica,325620,15819703,803,50,173 +Costa Rica,325910,22784925,803,50,173 +Costa Rica,325920,211969,803,50,173 +Costa Rica,325992,4213512,803,50,173 +Costa Rica,325998,17641844,803,50,173 +Costa Rica,326113,30197076,803,50,173 +Costa Rica,326121,1428844,803,50,173 +Costa Rica,326122,5132656,803,50,173 +Costa Rica,326160,394334,803,50,173 +Costa Rica,326191,141644,803,50,173 +Costa Rica,326192,1282558,803,50,173 +Costa Rica,326199,55610501,803,50,173 +Costa Rica,326211,6992314,803,50,173 +Costa Rica,326212,33316,803,50,173 +Costa Rica,326220,11350768,803,50,173 +Costa Rica,326299,6949793,803,50,173 +Costa Rica,327111,170650,803,50,173 +Costa Rica,327112,3105236,803,50,173 +Costa Rica,327113,227409,803,50,173 +Costa Rica,327121,40955,803,50,173 +Costa Rica,327122,93950,803,50,173 +Costa Rica,327123,83173,803,50,173 +Costa Rica,327124,616593,803,50,173 +Costa Rica,327125,936926,803,50,173 +Costa Rica,327211,1621769,803,50,173 +Costa Rica,327212,2111686,803,50,173 +Costa Rica,327213,327510,803,50,173 +Costa Rica,327215,743379,803,50,173 +Costa Rica,327310,134547,803,50,173 +Costa Rica,327320,5730,803,50,173 +Costa Rica,327331,186892,803,50,173 +Costa Rica,327390,581117,803,50,173 +Costa Rica,327410,212355,803,50,173 +Costa Rica,327420,2370743,803,50,173 +Costa Rica,327910,2128143,803,50,173 +Costa Rica,327991,67348,803,50,173 +Costa Rica,327992,545658,803,50,173 +Costa Rica,327993,2320023,803,50,173 +Costa Rica,327999,1578514,803,50,173 +Costa Rica,331111,25288403,803,50,173 +Costa Rica,331112,127931,803,50,173 +Costa Rica,331222,2569489,803,50,173 +Costa Rica,331312,688508,803,50,173 +Costa Rica,331314,294860,803,50,173 +Costa Rica,331315,1189458,803,50,173 +Costa Rica,331316,2837796,803,50,173 +Costa Rica,331319,2119243,803,50,173 +Costa Rica,331411,731727,803,50,173 +Costa Rica,331419,3203662,803,50,173 +Costa Rica,331421,1842886,803,50,173 +Costa Rica,331422,5967362,803,50,173 +Costa Rica,331491,15763966,803,50,173 +Costa Rica,331492,209607,803,50,173 +Costa Rica,331511,855768,803,50,173 +Costa Rica,332115,5157993,803,50,173 +Costa Rica,332211,687055,803,50,173 +Costa Rica,332212,8805481,803,50,173 +Costa Rica,332213,3403748,803,50,173 +Costa Rica,332214,173410,803,50,173 +Costa Rica,332311,1249349,803,50,173 +Costa Rica,332312,10907553,803,50,173 +Costa Rica,332321,1298614,803,50,173 +Costa Rica,332322,831944,803,50,173 +Costa Rica,332323,4860,803,50,173 +Costa Rica,332410,2614328,803,50,173 +Costa Rica,332420,1982075,803,50,173 +Costa Rica,332431,514710,803,50,173 +Costa Rica,332439,556214,803,50,173 +Costa Rica,332510,3396501,803,50,173 +Costa Rica,332611,3268835,803,50,173 +Costa Rica,332618,10441258,803,50,173 +Costa Rica,332722,4585271,803,50,173 +Costa Rica,332911,9054271,803,50,173 +Costa Rica,332912,736681,803,50,173 +Costa Rica,332913,543264,803,50,173 +Costa Rica,332919,2622914,803,50,173 +Costa Rica,332991,1648901,803,50,173 +Costa Rica,332992,302257,803,50,173 +Costa Rica,332994,1023872,803,50,173 +Costa Rica,332997,15040,803,50,173 +Costa Rica,332998,331562,803,50,173 +Costa Rica,332999,16053107,803,50,173 +Costa Rica,333111,17057066,803,50,173 +Costa Rica,333120,30492613,803,50,173 +Costa Rica,333131,2388166,803,50,173 +Costa Rica,333132,1614628,803,50,173 +Costa Rica,333210,732686,803,50,173 +Costa Rica,333220,16459625,803,50,173 +Costa Rica,333291,2428592,803,50,173 +Costa Rica,333292,1549995,803,50,173 +Costa Rica,333293,3925499,803,50,173 +Costa Rica,333294,11415398,803,50,173 +Costa Rica,333295,5441620,803,50,173 +Costa Rica,333298,2764386,803,50,173 +Costa Rica,333311,400956,803,50,173 +Costa Rica,333313,8891894,803,50,173 +Costa Rica,333314,12530932,803,50,173 +Costa Rica,333315,3735141,803,50,173 +Costa Rica,333319,15602725,803,50,173 +Costa Rica,333411,1379239,803,50,173 +Costa Rica,333412,1248214,803,50,173 +Costa Rica,333414,590346,803,50,173 +Costa Rica,333415,22076204,803,50,173 +Costa Rica,333511,4051368,803,50,173 +Costa Rica,333512,11860584,803,50,173 +Costa Rica,333513,9359445,803,50,173 +Costa Rica,333514,881321,803,50,173 +Costa Rica,333515,2076951,803,50,173 +Costa Rica,333516,225947,803,50,173 +Costa Rica,333611,4507789,803,50,173 +Costa Rica,333612,731485,803,50,173 +Costa Rica,333613,1148132,803,50,173 +Costa Rica,333618,5848288,803,50,173 +Costa Rica,333911,9641764,803,50,173 +Costa Rica,333912,4835620,803,50,173 +Costa Rica,333913,1280128,803,50,173 +Costa Rica,333921,629138,803,50,173 +Costa Rica,333922,3303705,803,50,173 +Costa Rica,333923,1149821,803,50,173 +Costa Rica,333924,7984052,803,50,173 +Costa Rica,333991,3982657,803,50,173 +Costa Rica,333992,8546196,803,50,173 +Costa Rica,333993,5868288,803,50,173 +Costa Rica,333994,2717104,803,50,173 +Costa Rica,333995,732751,803,50,173 +Costa Rica,333996,1243958,803,50,173 +Costa Rica,333997,1217474,803,50,173 +Costa Rica,333999,34364031,803,50,173 +Costa Rica,334111,74230100,803,50,173 +Costa Rica,334112,10714877,803,50,173 +Costa Rica,334119,114309179,803,50,173 +Costa Rica,334210,4823852,803,50,173 +Costa Rica,334220,114548355,803,50,173 +Costa Rica,334290,2340537,803,50,173 +Costa Rica,334310,17512569,803,50,173 +Costa Rica,334411,108777,803,50,173 +Costa Rica,334412,7341128,803,50,173 +Costa Rica,334413,668013741,803,50,173 +Costa Rica,334414,2999243,803,50,173 +Costa Rica,334415,4690917,803,50,173 +Costa Rica,334416,3413682,803,50,173 +Costa Rica,334417,28182308,803,50,173 +Costa Rica,334418,1531502,803,50,173 +Costa Rica,334419,29210380,803,50,173 +Costa Rica,334510,80884254,803,50,173 +Costa Rica,334511,2475155,803,50,173 +Costa Rica,334512,1031953,803,50,173 +Costa Rica,334513,20433508,803,50,173 +Costa Rica,334514,271794,803,50,173 +Costa Rica,334515,48910135,803,50,173 +Costa Rica,334516,5852998,803,50,173 +Costa Rica,334517,5373466,803,50,173 +Costa Rica,334518,1075212,803,50,173 +Costa Rica,334519,5742223,803,50,173 +Costa Rica,334612,621925,803,50,173 +Costa Rica,334613,4772178,803,50,173 +Costa Rica,335110,2900858,803,50,173 +Costa Rica,335121,248215,803,50,173 +Costa Rica,335129,5125826,803,50,173 +Costa Rica,335211,8696679,803,50,173 +Costa Rica,335212,686400,803,50,173 +Costa Rica,335221,9368481,803,50,173 +Costa Rica,335222,3755299,803,50,173 +Costa Rica,335224,6789151,803,50,173 +Costa Rica,335228,2428403,803,50,173 +Costa Rica,335311,6708568,803,50,173 +Costa Rica,335312,13532958,803,50,173 +Costa Rica,335313,12698819,803,50,173 +Costa Rica,335314,22597771,803,50,173 +Costa Rica,335911,4694064,803,50,173 +Costa Rica,335912,1995376,803,50,173 +Costa Rica,335921,7453035,803,50,173 +Costa Rica,335929,21059930,803,50,173 +Costa Rica,335931,4583339,803,50,173 +Costa Rica,335932,756481,803,50,173 +Costa Rica,335991,287808,803,50,173 +Costa Rica,335999,17962958,803,50,173 +Costa Rica,336111,63660892,803,50,173 +Costa Rica,336120,18044660,803,50,173 +Costa Rica,336211,72867,803,50,173 +Costa Rica,336212,2729590,803,50,173 +Costa Rica,336213,17892,803,50,173 +Costa Rica,336214,1896975,803,50,173 +Costa Rica,336311,2009767,803,50,173 +Costa Rica,336321,765424,803,50,173 +Costa Rica,336322,2885600,803,50,173 +Costa Rica,336330,276993,803,50,173 +Costa Rica,336340,614546,803,50,173 +Costa Rica,336350,1334926,803,50,173 +Costa Rica,336360,100423,803,50,173 +Costa Rica,336370,390075,803,50,173 +Costa Rica,336391,176562,803,50,173 +Costa Rica,336399,23264387,803,50,173 +Costa Rica,336412,485846,803,50,173 +Costa Rica,336413,346467,803,50,173 +Costa Rica,336415,12407,803,50,173 +Costa Rica,336510,1287643,803,50,173 +Costa Rica,336611,31645,803,50,173 +Costa Rica,336612,31095640,803,50,173 +Costa Rica,336991,3925735,803,50,173 +Costa Rica,336992,103580,803,50,173 +Costa Rica,337110,6172,803,50,173 +Costa Rica,337121,37686,803,50,173 +Costa Rica,337124,1779414,803,50,173 +Costa Rica,337127,10203961,803,50,173 +Costa Rica,337129,12750,803,50,173 +Costa Rica,337211,949892,803,50,173 +Costa Rica,337214,1636688,803,50,173 +Costa Rica,337215,6701067,803,50,173 +Costa Rica,337910,235424,803,50,173 +Costa Rica,337920,401539,803,50,173 +Costa Rica,339112,105822443,803,50,173 +Costa Rica,339113,31022318,803,50,173 +Costa Rica,339114,5516223,803,50,173 +Costa Rica,339115,6634199,803,50,173 +Costa Rica,339911,13476241,803,50,173 +Costa Rica,339912,378255,803,50,173 +Costa Rica,339913,2453164,803,50,173 +Costa Rica,339914,3390000,803,50,173 +Costa Rica,339920,6589749,803,50,173 +Costa Rica,339932,11066296,803,50,173 +Costa Rica,339941,87130,803,50,173 +Costa Rica,339942,451362,803,50,173 +Costa Rica,339943,53123,803,50,173 +Costa Rica,339944,1131295,803,50,173 +Costa Rica,339950,33421,803,50,173 +Costa Rica,339991,4803568,803,50,173 +Costa Rica,339992,1925551,803,50,173 +Costa Rica,339993,1304175,803,50,173 +Costa Rica,339994,785233,803,50,173 +Costa Rica,339999,5462369,803,50,173 +Costa Rica,511210,1720571,803,50,173 +Costa Rica,910000,6940687,803,50,173 +Costa Rica,920000,8008931,803,50,173 +Costa Rica,990000,264166521,803,50,173 +Croatia,111130,97800,804,51,174 +Croatia,111150,118717,804,51,174 +Croatia,111335,4671140,804,51,174 +Croatia,111422,15049,804,51,174 +Croatia,111910,152064,804,51,174 +Croatia,111992,662000,804,51,174 +Croatia,111998,48374,804,51,174 +Croatia,112111,94754,804,51,174 +Croatia,112310,4806,804,51,174 +Croatia,112990,33926,804,51,174 +Croatia,113210,10543,804,51,174 +Croatia,113310,117991,804,51,174 +Croatia,114111,879877,804,51,174 +Croatia,114112,621490,804,51,174 +Croatia,114119,104847,804,51,174 +Croatia,211112,5266,804,51,174 +Croatia,212112,137295429,804,51,174 +Croatia,212311,4788,804,51,174 +Croatia,212324,83397,804,51,174 +Croatia,212325,62900,804,51,174 +Croatia,212399,452520,804,51,174 +Croatia,311111,109718,804,51,174 +Croatia,311119,394648,804,51,174 +Croatia,311221,19709,804,51,174 +Croatia,311222,190966,804,51,174 +Croatia,311223,5220,804,51,174 +Croatia,311320,31187,804,51,174 +Croatia,311340,5250,804,51,174 +Croatia,311411,38744,804,51,174 +Croatia,311421,541288,804,51,174 +Croatia,311423,37778,804,51,174 +Croatia,311514,1053994,804,51,174 +Croatia,311611,3597111,804,51,174 +Croatia,311613,12689,804,51,174 +Croatia,311615,43042,804,51,174 +Croatia,311711,70400,804,51,174 +Croatia,311920,19032,804,51,174 +Croatia,311930,28738,804,51,174 +Croatia,311941,125324,804,51,174 +Croatia,311999,1270475,804,51,174 +Croatia,312140,1696728,804,51,174 +Croatia,312229,38912,804,51,174 +Croatia,313210,37526,804,51,174 +Croatia,313221,60750,804,51,174 +Croatia,313230,42850,804,51,174 +Croatia,313249,12545,804,51,174 +Croatia,314110,89997,804,51,174 +Croatia,314129,72702,804,51,174 +Croatia,314912,43180,804,51,174 +Croatia,314991,309565,804,51,174 +Croatia,314999,205865,804,51,174 +Croatia,315111,2578,804,51,174 +Croatia,315221,95716,804,51,174 +Croatia,315222,3586,804,51,174 +Croatia,315223,64869,804,51,174 +Croatia,315224,109547,804,51,174 +Croatia,315228,104432,804,51,174 +Croatia,315231,10611,804,51,174 +Croatia,315232,79862,804,51,174 +Croatia,315233,22791,804,51,174 +Croatia,315234,70780,804,51,174 +Croatia,315239,424331,804,51,174 +Croatia,315291,884844,804,51,174 +Croatia,315292,110444,804,51,174 +Croatia,315992,24467,804,51,174 +Croatia,315999,84409,804,51,174 +Croatia,316110,26460,804,51,174 +Croatia,316212,26870,804,51,174 +Croatia,316213,186539,804,51,174 +Croatia,316214,163381,804,51,174 +Croatia,316219,172489,804,51,174 +Croatia,316991,44044,804,51,174 +Croatia,321113,124801,804,51,174 +Croatia,322110,59252,804,51,174 +Croatia,322121,169035,804,51,174 +Croatia,322130,344525,804,51,174 +Croatia,322222,240074,804,51,174 +Croatia,322223,3280,804,51,174 +Croatia,322291,47505,804,51,174 +Croatia,322299,13253,804,51,174 +Croatia,323117,129316,804,51,174 +Croatia,323118,12367,804,51,174 +Croatia,323119,398453,804,51,174 +Croatia,324110,19668373,804,51,174 +Croatia,325120,5120,804,51,174 +Croatia,325188,8672875,804,51,174 +Croatia,325191,19448,804,51,174 +Croatia,325199,4986998,804,51,174 +Croatia,325211,2136078,804,51,174 +Croatia,325221,5489144,804,51,174 +Croatia,325222,25274,804,51,174 +Croatia,325320,610178,804,51,174 +Croatia,325411,17787532,804,51,174 +Croatia,325412,1227400,804,51,174 +Croatia,325414,647558,804,51,174 +Croatia,325510,68821,804,51,174 +Croatia,325520,81872,804,51,174 +Croatia,325611,34776,804,51,174 +Croatia,325613,5842,804,51,174 +Croatia,325620,1193082,804,51,174 +Croatia,325910,236089,804,51,174 +Croatia,325920,17050,804,51,174 +Croatia,325992,17209,804,51,174 +Croatia,325998,753337,804,51,174 +Croatia,326113,96139,804,51,174 +Croatia,326121,343117,804,51,174 +Croatia,326122,10628,804,51,174 +Croatia,326160,616163,804,51,174 +Croatia,326192,12710,804,51,174 +Croatia,326199,1295935,804,51,174 +Croatia,326211,36302,804,51,174 +Croatia,326220,68224,804,51,174 +Croatia,326299,241046,804,51,174 +Croatia,327112,80760,804,51,174 +Croatia,327113,3019,804,51,174 +Croatia,327122,4412,804,51,174 +Croatia,327125,43519,804,51,174 +Croatia,327211,7156,804,51,174 +Croatia,327212,54290,804,51,174 +Croatia,327215,10305,804,51,174 +Croatia,327390,2772,804,51,174 +Croatia,327910,44892,804,51,174 +Croatia,327991,5000,804,51,174 +Croatia,327992,147863,804,51,174 +Croatia,327993,46834,804,51,174 +Croatia,331111,510757,804,51,174 +Croatia,331222,15215,804,51,174 +Croatia,331312,3636,804,51,174 +Croatia,331319,12600,804,51,174 +Croatia,331411,1007644,804,51,174 +Croatia,331422,9294,804,51,174 +Croatia,331491,87896,804,51,174 +Croatia,332211,13870,804,51,174 +Croatia,332212,144231,804,51,174 +Croatia,332213,4900,804,51,174 +Croatia,332311,641600,804,51,174 +Croatia,332312,237463,804,51,174 +Croatia,332322,78929,804,51,174 +Croatia,332323,8363,804,51,174 +Croatia,332410,4035,804,51,174 +Croatia,332420,175832,804,51,174 +Croatia,332510,206720,804,51,174 +Croatia,332611,3514,804,51,174 +Croatia,332618,68807,804,51,174 +Croatia,332722,69654,804,51,174 +Croatia,332911,750341,804,51,174 +Croatia,332912,84601,804,51,174 +Croatia,332913,9155,804,51,174 +Croatia,332919,372240,804,51,174 +Croatia,332991,10837,804,51,174 +Croatia,332992,18084,804,51,174 +Croatia,332994,247756,804,51,174 +Croatia,332997,4381,804,51,174 +Croatia,332998,16208,804,51,174 +Croatia,332999,406921,804,51,174 +Croatia,333111,4245072,804,51,174 +Croatia,333120,1521209,804,51,174 +Croatia,333131,639706,804,51,174 +Croatia,333132,769717,804,51,174 +Croatia,333220,159229,804,51,174 +Croatia,333292,16084,804,51,174 +Croatia,333293,1326504,804,51,174 +Croatia,333294,312359,804,51,174 +Croatia,333295,499415,804,51,174 +Croatia,333298,152772,804,51,174 +Croatia,333313,197360,804,51,174 +Croatia,333314,961953,804,51,174 +Croatia,333315,433528,804,51,174 +Croatia,333411,35050,804,51,174 +Croatia,333412,108260,804,51,174 +Croatia,333414,10543,804,51,174 +Croatia,333415,195626,804,51,174 +Croatia,333511,11730,804,51,174 +Croatia,333512,440080,804,51,174 +Croatia,333513,982900,804,51,174 +Croatia,333514,70221,804,51,174 +Croatia,333515,470587,804,51,174 +Croatia,333611,1372555,804,51,174 +Croatia,333612,46560,804,51,174 +Croatia,333613,51576,804,51,174 +Croatia,333618,1213428,804,51,174 +Croatia,333911,136834,804,51,174 +Croatia,333912,84251,804,51,174 +Croatia,333913,36981,804,51,174 +Croatia,333922,585273,804,51,174 +Croatia,333923,60046,804,51,174 +Croatia,333924,106556,804,51,174 +Croatia,333991,787979,804,51,174 +Croatia,333992,1269273,804,51,174 +Croatia,333993,143112,804,51,174 +Croatia,333994,25863,804,51,174 +Croatia,333995,86921,804,51,174 +Croatia,333996,60882,804,51,174 +Croatia,333997,18429,804,51,174 +Croatia,333999,3274033,804,51,174 +Croatia,334111,1187760,804,51,174 +Croatia,334112,131480,804,51,174 +Croatia,334119,2102817,804,51,174 +Croatia,334210,108222,804,51,174 +Croatia,334220,7072412,804,51,174 +Croatia,334290,460215,804,51,174 +Croatia,334310,914170,804,51,174 +Croatia,334411,33522,804,51,174 +Croatia,334412,32770,804,51,174 +Croatia,334413,507395,804,51,174 +Croatia,334414,145807,804,51,174 +Croatia,334415,257657,804,51,174 +Croatia,334416,14949,804,51,174 +Croatia,334417,126095,804,51,174 +Croatia,334418,89223,804,51,174 +Croatia,334419,345497,804,51,174 +Croatia,334510,3559798,804,51,174 +Croatia,334511,2060927,804,51,174 +Croatia,334512,17342,804,51,174 +Croatia,334513,809040,804,51,174 +Croatia,334515,2151932,804,51,174 +Croatia,334516,1965731,804,51,174 +Croatia,334517,410229,804,51,174 +Croatia,334518,77591,804,51,174 +Croatia,334519,967965,804,51,174 +Croatia,334612,73898,804,51,174 +Croatia,334613,93945,804,51,174 +Croatia,335110,4050,804,51,174 +Croatia,335121,4000,804,51,174 +Croatia,335129,169588,804,51,174 +Croatia,335211,59544,804,51,174 +Croatia,335212,19033,804,51,174 +Croatia,335222,6738,804,51,174 +Croatia,335228,32634,804,51,174 +Croatia,335312,66286,804,51,174 +Croatia,335313,236663,804,51,174 +Croatia,335314,216043,804,51,174 +Croatia,335911,55972,804,51,174 +Croatia,335921,30222,804,51,174 +Croatia,335929,95235,804,51,174 +Croatia,335931,67114,804,51,174 +Croatia,335999,420538,804,51,174 +Croatia,336111,4823422,804,51,174 +Croatia,336120,259150,804,51,174 +Croatia,336214,93953,804,51,174 +Croatia,336311,101274,804,51,174 +Croatia,336321,24268,804,51,174 +Croatia,336322,85205,804,51,174 +Croatia,336340,14409,804,51,174 +Croatia,336399,969198,804,51,174 +Croatia,336412,52165,804,51,174 +Croatia,336510,1179759,804,51,174 +Croatia,336611,10284,804,51,174 +Croatia,336612,2443222,804,51,174 +Croatia,336991,639100,804,51,174 +Croatia,336992,550000,804,51,174 +Croatia,337124,51420,804,51,174 +Croatia,337127,236943,804,51,174 +Croatia,337211,10500,804,51,174 +Croatia,337214,3399,804,51,174 +Croatia,339112,1496041,804,51,174 +Croatia,339113,1165514,804,51,174 +Croatia,339114,196034,804,51,174 +Croatia,339115,44145,804,51,174 +Croatia,339911,17984,804,51,174 +Croatia,339914,13324,804,51,174 +Croatia,339920,1021459,804,51,174 +Croatia,339932,140306,804,51,174 +Croatia,339941,8850,804,51,174 +Croatia,339944,31218,804,51,174 +Croatia,339991,114233,804,51,174 +Croatia,339992,381368,804,51,174 +Croatia,339993,2553,804,51,174 +Croatia,339999,630729,804,51,174 +Croatia,511210,67493,804,51,174 +Croatia,920000,288274,804,51,174 +Croatia,990000,7942914,804,51,174 +Cuba,111110,41886842,803,52,175 +Cuba,111130,5553741,803,52,175 +Cuba,111140,17793380,803,52,175 +Cuba,111150,86057909,803,52,175 +Cuba,111331,1182838,803,52,175 +Cuba,111332,438960,803,52,175 +Cuba,311119,187363,803,52,175 +Cuba,311222,19532716,803,52,175 +Cuba,311225,22199404,803,52,175 +Cuba,311230,29197,803,52,175 +Cuba,311340,1218410,803,52,175 +Cuba,311411,186463,803,52,175 +Cuba,311421,76680,803,52,175 +Cuba,311423,274893,803,52,175 +Cuba,311512,517500,803,52,175 +Cuba,311514,481104,803,52,175 +Cuba,311611,16069842,803,52,175 +Cuba,311615,108919408,803,52,175 +Cuba,311930,106092,803,52,175 +Cuba,311941,72617,803,52,175 +Cuba,311999,1992589,803,52,175 +Cuba,312120,23010204,803,52,175 +Cuba,314129,11322,803,52,175 +Cuba,314911,169200,803,52,175 +Cuba,321114,1034851,803,52,175 +Cuba,323117,8133,803,52,175 +Cuba,323119,26266,803,52,175 +Cuba,325188,10226945,803,52,175 +Cuba,325411,151233,803,52,175 +Cuba,325412,24990,803,52,175 +Cuba,326199,4590,803,52,175 +Cuba,332212,4337,803,52,175 +Cuba,334210,22930,803,52,175 +Cuba,334513,14720,803,52,175 +Cuba,334516,31120,803,52,175 +Cuba,336350,2760,803,52,175 +Cuba,336991,2645,803,52,175 +Cuba,339113,145600,803,52,175 +Cuba,339942,3000,803,52,175 +Cuba,990000,3439670,803,52,175 +Cyprus,111120,28161,806,54,177 +Cyprus,111130,187589,806,54,177 +Cyprus,111150,99518,806,54,177 +Cyprus,111199,5697,806,54,177 +Cyprus,111219,108760,806,54,177 +Cyprus,111335,5328496,806,54,177 +Cyprus,111339,378125,806,54,177 +Cyprus,111421,237460,806,54,177 +Cyprus,111910,111587,806,54,177 +Cyprus,111992,25000,806,54,177 +Cyprus,111998,4384,806,54,177 +Cyprus,112111,129547,806,54,177 +Cyprus,113210,10300,806,54,177 +Cyprus,113310,611446,806,54,177 +Cyprus,114111,31012,806,54,177 +Cyprus,114112,36988,806,54,177 +Cyprus,114119,7340,806,54,177 +Cyprus,212324,77000,806,54,177 +Cyprus,212325,28740,806,54,177 +Cyprus,212393,15873,806,54,177 +Cyprus,311111,10452,806,54,177 +Cyprus,311119,190937,806,54,177 +Cyprus,311211,90604,806,54,177 +Cyprus,311212,80840,806,54,177 +Cyprus,311222,176147,806,54,177 +Cyprus,311223,11969,806,54,177 +Cyprus,311225,195332,806,54,177 +Cyprus,311320,42393,806,54,177 +Cyprus,311421,48655,806,54,177 +Cyprus,311422,21091,806,54,177 +Cyprus,311423,84039,806,54,177 +Cyprus,311513,6899,806,54,177 +Cyprus,311514,14084,806,54,177 +Cyprus,311611,32183,806,54,177 +Cyprus,311613,33918,806,54,177 +Cyprus,311711,11000,806,54,177 +Cyprus,311811,291171,806,54,177 +Cyprus,311822,188795,806,54,177 +Cyprus,311911,6549,806,54,177 +Cyprus,311920,336242,806,54,177 +Cyprus,311941,210415,806,54,177 +Cyprus,311942,14034,806,54,177 +Cyprus,311999,505666,806,54,177 +Cyprus,312111,69727,806,54,177 +Cyprus,312112,5035,806,54,177 +Cyprus,312120,66034,806,54,177 +Cyprus,312130,3136,806,54,177 +Cyprus,312140,942027,806,54,177 +Cyprus,312221,4508393,806,54,177 +Cyprus,312229,74734,806,54,177 +Cyprus,313111,3600,806,54,177 +Cyprus,313210,33466,806,54,177 +Cyprus,313221,7266,806,54,177 +Cyprus,313249,28998,806,54,177 +Cyprus,313320,4511,806,54,177 +Cyprus,314110,40060,806,54,177 +Cyprus,314121,3148,806,54,177 +Cyprus,314129,14798,806,54,177 +Cyprus,314912,11692,806,54,177 +Cyprus,314991,11357,806,54,177 +Cyprus,314999,189102,806,54,177 +Cyprus,315222,11418,806,54,177 +Cyprus,315223,63226,806,54,177 +Cyprus,315224,31248,806,54,177 +Cyprus,315228,11107,806,54,177 +Cyprus,315231,3354,806,54,177 +Cyprus,315232,3261,806,54,177 +Cyprus,315233,56001,806,54,177 +Cyprus,315234,38554,806,54,177 +Cyprus,315239,46875,806,54,177 +Cyprus,315292,106507,806,54,177 +Cyprus,315991,15411,806,54,177 +Cyprus,315992,27900,806,54,177 +Cyprus,315999,113016,806,54,177 +Cyprus,316211,31098,806,54,177 +Cyprus,316213,14425,806,54,177 +Cyprus,316214,151598,806,54,177 +Cyprus,316219,304966,806,54,177 +Cyprus,316991,26381,806,54,177 +Cyprus,316992,6445,806,54,177 +Cyprus,316993,27817,806,54,177 +Cyprus,316999,30885,806,54,177 +Cyprus,321113,608089,806,54,177 +Cyprus,321114,62435,806,54,177 +Cyprus,321211,232457,806,54,177 +Cyprus,321213,963381,806,54,177 +Cyprus,321219,111066,806,54,177 +Cyprus,321911,222328,806,54,177 +Cyprus,321918,38308,806,54,177 +Cyprus,321920,33299,806,54,177 +Cyprus,321999,138496,806,54,177 +Cyprus,322110,1105170,806,54,177 +Cyprus,322121,352615,806,54,177 +Cyprus,322122,76245,806,54,177 +Cyprus,322130,1407803,806,54,177 +Cyprus,322212,37497,806,54,177 +Cyprus,322215,70336,806,54,177 +Cyprus,322222,171666,806,54,177 +Cyprus,322223,22050,806,54,177 +Cyprus,322224,6129,806,54,177 +Cyprus,322291,233198,806,54,177 +Cyprus,322299,8400,806,54,177 +Cyprus,323117,232385,806,54,177 +Cyprus,323118,7123,806,54,177 +Cyprus,323119,876599,806,54,177 +Cyprus,324110,274201,806,54,177 +Cyprus,324121,8663,806,54,177 +Cyprus,325131,47199,806,54,177 +Cyprus,325132,105191,806,54,177 +Cyprus,325191,16227,806,54,177 +Cyprus,325193,24001,806,54,177 +Cyprus,325199,423351,806,54,177 +Cyprus,325211,56517,806,54,177 +Cyprus,325212,83661,806,54,177 +Cyprus,325222,134928,806,54,177 +Cyprus,325311,11369,806,54,177 +Cyprus,325312,187730,806,54,177 +Cyprus,325320,274588,806,54,177 +Cyprus,325411,279382,806,54,177 +Cyprus,325412,1005717,806,54,177 +Cyprus,325414,383043,806,54,177 +Cyprus,325510,151520,806,54,177 +Cyprus,325520,147325,806,54,177 +Cyprus,325611,258480,806,54,177 +Cyprus,325612,143298,806,54,177 +Cyprus,325613,28391,806,54,177 +Cyprus,325620,2181771,806,54,177 +Cyprus,325920,4254,806,54,177 +Cyprus,325998,89816,806,54,177 +Cyprus,326113,260433,806,54,177 +Cyprus,326192,78889,806,54,177 +Cyprus,326199,414841,806,54,177 +Cyprus,326211,597326,806,54,177 +Cyprus,326220,9671,806,54,177 +Cyprus,326299,100267,806,54,177 +Cyprus,327112,10569,806,54,177 +Cyprus,327125,11734,806,54,177 +Cyprus,327211,15764,806,54,177 +Cyprus,327212,118842,806,54,177 +Cyprus,327215,124119,806,54,177 +Cyprus,327310,102197,806,54,177 +Cyprus,327390,43925,806,54,177 +Cyprus,327420,1381035,806,54,177 +Cyprus,327991,2890,806,54,177 +Cyprus,327992,38402,806,54,177 +Cyprus,327999,30300,806,54,177 +Cyprus,331111,123014,806,54,177 +Cyprus,331222,848569,806,54,177 +Cyprus,331315,24360,806,54,177 +Cyprus,331319,5700,806,54,177 +Cyprus,331419,14144,806,54,177 +Cyprus,331422,2769,806,54,177 +Cyprus,331491,30219,806,54,177 +Cyprus,331511,15022,806,54,177 +Cyprus,332211,5766,806,54,177 +Cyprus,332212,257475,806,54,177 +Cyprus,332213,40959,806,54,177 +Cyprus,332214,6338,806,54,177 +Cyprus,332311,146636,806,54,177 +Cyprus,332312,469037,806,54,177 +Cyprus,332321,246589,806,54,177 +Cyprus,332410,14800,806,54,177 +Cyprus,332420,11679,806,54,177 +Cyprus,332510,151420,806,54,177 +Cyprus,332618,62072,806,54,177 +Cyprus,332722,21132,806,54,177 +Cyprus,332911,24673,806,54,177 +Cyprus,332912,25450,806,54,177 +Cyprus,332919,39511,806,54,177 +Cyprus,332994,79715,806,54,177 +Cyprus,332998,15298,806,54,177 +Cyprus,332999,162949,806,54,177 +Cyprus,333111,275854,806,54,177 +Cyprus,333120,513023,806,54,177 +Cyprus,333131,1691451,806,54,177 +Cyprus,333132,58946,806,54,177 +Cyprus,333210,46952,806,54,177 +Cyprus,333220,15800,806,54,177 +Cyprus,333292,2989,806,54,177 +Cyprus,333293,281402,806,54,177 +Cyprus,333294,362639,806,54,177 +Cyprus,333295,11801,806,54,177 +Cyprus,333313,129441,806,54,177 +Cyprus,333314,139870,806,54,177 +Cyprus,333315,468691,806,54,177 +Cyprus,333319,518534,806,54,177 +Cyprus,333414,2990,806,54,177 +Cyprus,333415,227850,806,54,177 +Cyprus,333512,381357,806,54,177 +Cyprus,333513,8473,806,54,177 +Cyprus,333514,61758,806,54,177 +Cyprus,333515,22710,806,54,177 +Cyprus,333611,203522,806,54,177 +Cyprus,333613,53540,806,54,177 +Cyprus,333618,279997,806,54,177 +Cyprus,333911,245427,806,54,177 +Cyprus,333912,448704,806,54,177 +Cyprus,333923,57225,806,54,177 +Cyprus,333924,37384,806,54,177 +Cyprus,333991,5500,806,54,177 +Cyprus,333992,465960,806,54,177 +Cyprus,333993,19765,806,54,177 +Cyprus,333994,157239,806,54,177 +Cyprus,333995,47619,806,54,177 +Cyprus,333996,9416,806,54,177 +Cyprus,333997,10278,806,54,177 +Cyprus,333999,3758060,806,54,177 +Cyprus,334111,5640324,806,54,177 +Cyprus,334112,216220,806,54,177 +Cyprus,334119,1412811,806,54,177 +Cyprus,334210,67129,806,54,177 +Cyprus,334220,8388855,806,54,177 +Cyprus,334290,79271,806,54,177 +Cyprus,334310,674273,806,54,177 +Cyprus,334411,4758,806,54,177 +Cyprus,334412,13054,806,54,177 +Cyprus,334413,450520,806,54,177 +Cyprus,334414,8927,806,54,177 +Cyprus,334415,4973,806,54,177 +Cyprus,334416,842311,806,54,177 +Cyprus,334417,98966,806,54,177 +Cyprus,334418,27783,806,54,177 +Cyprus,334419,166657,806,54,177 +Cyprus,334510,4304110,806,54,177 +Cyprus,334511,103959,806,54,177 +Cyprus,334512,6954,806,54,177 +Cyprus,334513,753113,806,54,177 +Cyprus,334514,11746,806,54,177 +Cyprus,334515,599142,806,54,177 +Cyprus,334516,882745,806,54,177 +Cyprus,334517,78708,806,54,177 +Cyprus,334518,23495,806,54,177 +Cyprus,334519,5244583,806,54,177 +Cyprus,334613,35272,806,54,177 +Cyprus,335110,6669,806,54,177 +Cyprus,335121,88695,806,54,177 +Cyprus,335129,136614,806,54,177 +Cyprus,335211,1508889,806,54,177 +Cyprus,335212,2874,806,54,177 +Cyprus,335221,7324,806,54,177 +Cyprus,335222,63836,806,54,177 +Cyprus,335224,4967,806,54,177 +Cyprus,335228,194263,806,54,177 +Cyprus,335311,4000,806,54,177 +Cyprus,335312,35111,806,54,177 +Cyprus,335313,110833,806,54,177 +Cyprus,335314,125965,806,54,177 +Cyprus,335911,9770,806,54,177 +Cyprus,335912,64428,806,54,177 +Cyprus,335921,4349564,806,54,177 +Cyprus,335929,219467,806,54,177 +Cyprus,335931,4650,806,54,177 +Cyprus,335932,30000,806,54,177 +Cyprus,335999,720650,806,54,177 +Cyprus,336111,384505,806,54,177 +Cyprus,336120,213263,806,54,177 +Cyprus,336211,102916,806,54,177 +Cyprus,336214,348032,806,54,177 +Cyprus,336311,8779,806,54,177 +Cyprus,336321,13192,806,54,177 +Cyprus,336322,52901,806,54,177 +Cyprus,336330,49909,806,54,177 +Cyprus,336350,51327,806,54,177 +Cyprus,336360,16137,806,54,177 +Cyprus,336399,209540,806,54,177 +Cyprus,336412,13274,806,54,177 +Cyprus,336413,41530,806,54,177 +Cyprus,336510,4611,806,54,177 +Cyprus,336612,1845790,806,54,177 +Cyprus,336991,657182,806,54,177 +Cyprus,337121,11245,806,54,177 +Cyprus,337124,121753,806,54,177 +Cyprus,337127,334094,806,54,177 +Cyprus,337129,15000,806,54,177 +Cyprus,337211,21911,806,54,177 +Cyprus,337214,221236,806,54,177 +Cyprus,337215,81052,806,54,177 +Cyprus,337910,24384,806,54,177 +Cyprus,339112,2389925,806,54,177 +Cyprus,339113,569985,806,54,177 +Cyprus,339114,354936,806,54,177 +Cyprus,339115,54800,806,54,177 +Cyprus,339911,162710,806,54,177 +Cyprus,339912,2997,806,54,177 +Cyprus,339913,81876,806,54,177 +Cyprus,339914,39384,806,54,177 +Cyprus,339920,1698138,806,54,177 +Cyprus,339932,387419,806,54,177 +Cyprus,339941,3316,806,54,177 +Cyprus,339942,22148,806,54,177 +Cyprus,339944,11174,806,54,177 +Cyprus,339991,57788,806,54,177 +Cyprus,339992,249420,806,54,177 +Cyprus,339993,5760,806,54,177 +Cyprus,339994,45690,806,54,177 +Cyprus,339999,446785,806,54,177 +Cyprus,511210,89754,806,54,177 +Cyprus,910000,2825,806,54,177 +Cyprus,920000,209339,806,54,177 +Cyprus,990000,5398442,806,54,177 +Czech Republic,111130,32300,804,55,178 +Czech Republic,111150,306932,804,55,178 +Czech Republic,111219,9259,804,55,178 +Czech Republic,111335,8103832,804,55,178 +Czech Republic,111339,80162,804,55,178 +Czech Republic,111421,16932,804,55,178 +Czech Republic,111422,97915,804,55,178 +Czech Republic,111910,4927363,804,55,178 +Czech Republic,111998,4863,804,55,178 +Czech Republic,112111,697967,804,55,178 +Czech Republic,112310,8490,804,55,178 +Czech Republic,112920,43907,804,55,178 +Czech Republic,112930,401119,804,55,178 +Czech Republic,112990,203006,804,55,178 +Czech Republic,113210,403861,804,55,178 +Czech Republic,113310,935517,804,55,178 +Czech Republic,114111,37500,804,55,178 +Czech Republic,114112,14420,804,55,178 +Czech Republic,114119,13612,804,55,178 +Czech Republic,212221,27000,804,55,178 +Czech Republic,212299,10546,804,55,178 +Czech Republic,212311,17591,804,55,178 +Czech Republic,212319,60777,804,55,178 +Czech Republic,212322,33420,804,55,178 +Czech Republic,212325,6880,804,55,178 +Czech Republic,212393,8450,804,55,178 +Czech Republic,212399,90808,804,55,178 +Czech Republic,311111,72107,804,55,178 +Czech Republic,311119,1332421,804,55,178 +Czech Republic,311211,45037,804,55,178 +Czech Republic,311212,218059,804,55,178 +Czech Republic,311221,297212,804,55,178 +Czech Republic,311222,1635776,804,55,178 +Czech Republic,311223,70603,804,55,178 +Czech Republic,311225,799037,804,55,178 +Czech Republic,311340,289824,804,55,178 +Czech Republic,311411,7445,804,55,178 +Czech Republic,311421,193567,804,55,178 +Czech Republic,311422,144452,804,55,178 +Czech Republic,311423,676322,804,55,178 +Czech Republic,311514,227622,804,55,178 +Czech Republic,311611,19126,804,55,178 +Czech Republic,311613,40074,804,55,178 +Czech Republic,311811,95187,804,55,178 +Czech Republic,311822,35811,804,55,178 +Czech Republic,311919,12114,804,55,178 +Czech Republic,311920,134905,804,55,178 +Czech Republic,311930,81828,804,55,178 +Czech Republic,311941,189628,804,55,178 +Czech Republic,311942,39952,804,55,178 +Czech Republic,311999,5972001,804,55,178 +Czech Republic,312111,27323,804,55,178 +Czech Republic,312112,59130,804,55,178 +Czech Republic,312113,17663,804,55,178 +Czech Republic,312130,125328,804,55,178 +Czech Republic,312140,3053103,804,55,178 +Czech Republic,312229,157447,804,55,178 +Czech Republic,313113,2922,804,55,178 +Czech Republic,313210,2769141,804,55,178 +Czech Republic,313221,1147289,804,55,178 +Czech Republic,313230,15725905,804,55,178 +Czech Republic,313249,8760,804,55,178 +Czech Republic,313312,22310,804,55,178 +Czech Republic,313320,87430,804,55,178 +Czech Republic,314110,703184,804,55,178 +Czech Republic,314121,6013,804,55,178 +Czech Republic,314129,146286,804,55,178 +Czech Republic,314911,8904,804,55,178 +Czech Republic,314991,167807,804,55,178 +Czech Republic,314992,3330212,804,55,178 +Czech Republic,314999,830128,804,55,178 +Czech Republic,315111,82710,804,55,178 +Czech Republic,315221,33307,804,55,178 +Czech Republic,315222,13132,804,55,178 +Czech Republic,315223,341288,804,55,178 +Czech Republic,315224,41226,804,55,178 +Czech Republic,315228,98711,804,55,178 +Czech Republic,315231,5578,804,55,178 +Czech Republic,315232,79458,804,55,178 +Czech Republic,315233,86094,804,55,178 +Czech Republic,315234,35780,804,55,178 +Czech Republic,315239,52867,804,55,178 +Czech Republic,315291,10379,804,55,178 +Czech Republic,315292,103698,804,55,178 +Czech Republic,315991,8673,804,55,178 +Czech Republic,315992,45606,804,55,178 +Czech Republic,315999,127555,804,55,178 +Czech Republic,316110,892327,804,55,178 +Czech Republic,316211,21489,804,55,178 +Czech Republic,316213,90169,804,55,178 +Czech Republic,316214,14167,804,55,178 +Czech Republic,316219,112310,804,55,178 +Czech Republic,316991,527361,804,55,178 +Czech Republic,316992,32143,804,55,178 +Czech Republic,316993,10321,804,55,178 +Czech Republic,316999,119013,804,55,178 +Czech Republic,321113,188559,804,55,178 +Czech Republic,321211,1510600,804,55,178 +Czech Republic,321212,56904,804,55,178 +Czech Republic,321213,100201,804,55,178 +Czech Republic,321219,177344,804,55,178 +Czech Republic,321911,18584,804,55,178 +Czech Republic,321918,40163,804,55,178 +Czech Republic,321920,83219,804,55,178 +Czech Republic,321999,47061,804,55,178 +Czech Republic,322110,29860627,804,55,178 +Czech Republic,322121,2344936,804,55,178 +Czech Republic,322122,4145,804,55,178 +Czech Republic,322130,10534427,804,55,178 +Czech Republic,322211,136315,804,55,178 +Czech Republic,322212,464836,804,55,178 +Czech Republic,322213,116122,804,55,178 +Czech Republic,322215,14150,804,55,178 +Czech Republic,322222,1646185,804,55,178 +Czech Republic,322223,973238,804,55,178 +Czech Republic,322232,199206,804,55,178 +Czech Republic,322233,278295,804,55,178 +Czech Republic,322291,241331,804,55,178 +Czech Republic,322299,666727,804,55,178 +Czech Republic,323117,610248,804,55,178 +Czech Republic,323118,58634,804,55,178 +Czech Republic,323119,2894015,804,55,178 +Czech Republic,323122,16461,804,55,178 +Czech Republic,324110,238001,804,55,178 +Czech Republic,324121,1214954,804,55,178 +Czech Republic,324122,28542,804,55,178 +Czech Republic,325120,8400,804,55,178 +Czech Republic,325131,315575,804,55,178 +Czech Republic,325132,216319,804,55,178 +Czech Republic,325181,5685,804,55,178 +Czech Republic,325182,21030,804,55,178 +Czech Republic,325188,7854875,804,55,178 +Czech Republic,325192,383227,804,55,178 +Czech Republic,325199,4016076,804,55,178 +Czech Republic,325211,6555172,804,55,178 +Czech Republic,325212,3738969,804,55,178 +Czech Republic,325222,994967,804,55,178 +Czech Republic,325312,257748,804,55,178 +Czech Republic,325320,17443,804,55,178 +Czech Republic,325411,2104626,804,55,178 +Czech Republic,325412,8017631,804,55,178 +Czech Republic,325414,3748070,804,55,178 +Czech Republic,325510,2056401,804,55,178 +Czech Republic,325520,3131122,804,55,178 +Czech Republic,325611,2342585,804,55,178 +Czech Republic,325612,114384,804,55,178 +Czech Republic,325613,3528603,804,55,178 +Czech Republic,325620,23837755,804,55,178 +Czech Republic,325910,811632,804,55,178 +Czech Republic,325920,3032507,804,55,178 +Czech Republic,325992,1215990,804,55,178 +Czech Republic,325998,1028148,804,55,178 +Czech Republic,326113,6889143,804,55,178 +Czech Republic,326121,1239117,804,55,178 +Czech Republic,326122,1971759,804,55,178 +Czech Republic,326160,1257772,804,55,178 +Czech Republic,326191,25613,804,55,178 +Czech Republic,326192,277735,804,55,178 +Czech Republic,326199,13951296,804,55,178 +Czech Republic,326211,284413,804,55,178 +Czech Republic,326220,7920721,804,55,178 +Czech Republic,326299,1771343,804,55,178 +Czech Republic,327112,1960659,804,55,178 +Czech Republic,327113,322127,804,55,178 +Czech Republic,327124,253823,804,55,178 +Czech Republic,327125,456587,804,55,178 +Czech Republic,327211,287708,804,55,178 +Czech Republic,327212,1055062,804,55,178 +Czech Republic,327213,54690,804,55,178 +Czech Republic,327215,2565610,804,55,178 +Czech Republic,327331,3701,804,55,178 +Czech Republic,327390,13756,804,55,178 +Czech Republic,327420,57419,804,55,178 +Czech Republic,327910,985545,804,55,178 +Czech Republic,327991,9811,804,55,178 +Czech Republic,327992,23250,804,55,178 +Czech Republic,327993,1066076,804,55,178 +Czech Republic,327999,210081,804,55,178 +Czech Republic,331111,9280468,804,55,178 +Czech Republic,331222,353845,804,55,178 +Czech Republic,331311,18019,804,55,178 +Czech Republic,331312,42459,804,55,178 +Czech Republic,331315,3258638,804,55,178 +Czech Republic,331316,327248,804,55,178 +Czech Republic,331319,71756,804,55,178 +Czech Republic,331411,459741,804,55,178 +Czech Republic,331419,6372268,804,55,178 +Czech Republic,331421,478339,804,55,178 +Czech Republic,331422,5126419,804,55,178 +Czech Republic,331491,8304367,804,55,178 +Czech Republic,331492,663690,804,55,178 +Czech Republic,331511,363641,804,55,178 +Czech Republic,332115,7474,804,55,178 +Czech Republic,332211,9336339,804,55,178 +Czech Republic,332212,1980246,804,55,178 +Czech Republic,332213,560841,804,55,178 +Czech Republic,332214,14351,804,55,178 +Czech Republic,332311,684176,804,55,178 +Czech Republic,332312,311109,804,55,178 +Czech Republic,332321,3018,804,55,178 +Czech Republic,332322,141949,804,55,178 +Czech Republic,332410,1938897,804,55,178 +Czech Republic,332420,3295967,804,55,178 +Czech Republic,332439,359576,804,55,178 +Czech Republic,332510,1692996,804,55,178 +Czech Republic,332611,282654,804,55,178 +Czech Republic,332618,130788,804,55,178 +Czech Republic,332722,2497545,804,55,178 +Czech Republic,332911,8235353,804,55,178 +Czech Republic,332912,1073053,804,55,178 +Czech Republic,332913,257786,804,55,178 +Czech Republic,332919,3617249,804,55,178 +Czech Republic,332991,808734,804,55,178 +Czech Republic,332992,1362076,804,55,178 +Czech Republic,332994,1657562,804,55,178 +Czech Republic,332995,76941,804,55,178 +Czech Republic,332997,4197,804,55,178 +Czech Republic,332998,44614,804,55,178 +Czech Republic,332999,6928953,804,55,178 +Czech Republic,333111,33188589,804,55,178 +Czech Republic,333120,30238094,804,55,178 +Czech Republic,333131,660980,804,55,178 +Czech Republic,333132,441389,804,55,178 +Czech Republic,333210,3908236,804,55,178 +Czech Republic,333220,6309385,804,55,178 +Czech Republic,333291,782011,804,55,178 +Czech Republic,333292,9650493,804,55,178 +Czech Republic,333293,1232188,804,55,178 +Czech Republic,333294,327547,804,55,178 +Czech Republic,333295,4773171,804,55,178 +Czech Republic,333298,985094,804,55,178 +Czech Republic,333311,592258,804,55,178 +Czech Republic,333313,1991167,804,55,178 +Czech Republic,333314,8686212,804,55,178 +Czech Republic,333315,2807493,804,55,178 +Czech Republic,333319,1492401,804,55,178 +Czech Republic,333411,332363,804,55,178 +Czech Republic,333412,1078517,804,55,178 +Czech Republic,333414,971376,804,55,178 +Czech Republic,333415,15786075,804,55,178 +Czech Republic,333511,828963,804,55,178 +Czech Republic,333512,10593356,804,55,178 +Czech Republic,333513,11465524,804,55,178 +Czech Republic,333514,6524800,804,55,178 +Czech Republic,333515,2532320,804,55,178 +Czech Republic,333611,2393840,804,55,178 +Czech Republic,333612,1848159,804,55,178 +Czech Republic,333613,1626429,804,55,178 +Czech Republic,333618,21662078,804,55,178 +Czech Republic,333911,3263461,804,55,178 +Czech Republic,333912,38139981,804,55,178 +Czech Republic,333913,35103,804,55,178 +Czech Republic,333921,128263,804,55,178 +Czech Republic,333922,1801629,804,55,178 +Czech Republic,333923,28600,804,55,178 +Czech Republic,333924,399705,804,55,178 +Czech Republic,333991,2285954,804,55,178 +Czech Republic,333992,3733313,804,55,178 +Czech Republic,333993,977099,804,55,178 +Czech Republic,333994,1985374,804,55,178 +Czech Republic,333995,1721350,804,55,178 +Czech Republic,333996,4988338,804,55,178 +Czech Republic,333997,52403,804,55,178 +Czech Republic,333999,43778222,804,55,178 +Czech Republic,334111,19988194,804,55,178 +Czech Republic,334112,11805967,804,55,178 +Czech Republic,334119,67679127,804,55,178 +Czech Republic,334210,670028,804,55,178 +Czech Republic,334220,43927321,804,55,178 +Czech Republic,334290,1334886,804,55,178 +Czech Republic,334310,7935422,804,55,178 +Czech Republic,334411,738662,804,55,178 +Czech Republic,334412,2342213,804,55,178 +Czech Republic,334413,45474007,804,55,178 +Czech Republic,334414,41698659,804,55,178 +Czech Republic,334415,4288743,804,55,178 +Czech Republic,334416,243771,804,55,178 +Czech Republic,334417,12548815,804,55,178 +Czech Republic,334418,407223,804,55,178 +Czech Republic,334419,7170234,804,55,178 +Czech Republic,334510,21532244,804,55,178 +Czech Republic,334511,1775688,804,55,178 +Czech Republic,334512,2531448,804,55,178 +Czech Republic,334513,6462580,804,55,178 +Czech Republic,334514,377374,804,55,178 +Czech Republic,334515,13222025,804,55,178 +Czech Republic,334516,26306610,804,55,178 +Czech Republic,334517,11467870,804,55,178 +Czech Republic,334518,307479,804,55,178 +Czech Republic,334519,4227570,804,55,178 +Czech Republic,334612,94869,804,55,178 +Czech Republic,334613,384828,804,55,178 +Czech Republic,335110,1143205,804,55,178 +Czech Republic,335121,23380,804,55,178 +Czech Republic,335129,1139490,804,55,178 +Czech Republic,335211,489062,804,55,178 +Czech Republic,335212,1400912,804,55,178 +Czech Republic,335221,183280,804,55,178 +Czech Republic,335222,28034,804,55,178 +Czech Republic,335224,1985856,804,55,178 +Czech Republic,335228,758992,804,55,178 +Czech Republic,335311,682172,804,55,178 +Czech Republic,335312,3617924,804,55,178 +Czech Republic,335313,1438072,804,55,178 +Czech Republic,335314,7895639,804,55,178 +Czech Republic,335911,3142631,804,55,178 +Czech Republic,335912,58446,804,55,178 +Czech Republic,335921,4857814,804,55,178 +Czech Republic,335929,5884140,804,55,178 +Czech Republic,335931,3616675,804,55,178 +Czech Republic,335932,197239,804,55,178 +Czech Republic,335991,555164,804,55,178 +Czech Republic,335999,3816630,804,55,178 +Czech Republic,336111,13650355,804,55,178 +Czech Republic,336120,28358,804,55,178 +Czech Republic,336211,26871,804,55,178 +Czech Republic,336212,214944,804,55,178 +Czech Republic,336214,853235,804,55,178 +Czech Republic,336311,748830,804,55,178 +Czech Republic,336321,1041951,804,55,178 +Czech Republic,336322,4145305,804,55,178 +Czech Republic,336330,59863,804,55,178 +Czech Republic,336340,3260298,804,55,178 +Czech Republic,336350,988171,804,55,178 +Czech Republic,336360,1242541,804,55,178 +Czech Republic,336370,187586,804,55,178 +Czech Republic,336391,252287,804,55,178 +Czech Republic,336399,17783632,804,55,178 +Czech Republic,336411,256969,804,55,178 +Czech Republic,336412,8842883,804,55,178 +Czech Republic,336413,968399,804,55,178 +Czech Republic,336415,7796,804,55,178 +Czech Republic,336419,5566,804,55,178 +Czech Republic,336510,1388878,804,55,178 +Czech Republic,336612,1075541,804,55,178 +Czech Republic,336991,2844824,804,55,178 +Czech Republic,336992,3341769,804,55,178 +Czech Republic,337124,57909,804,55,178 +Czech Republic,337127,1991332,804,55,178 +Czech Republic,337214,52983,804,55,178 +Czech Republic,337215,5051928,804,55,178 +Czech Republic,337910,35390,804,55,178 +Czech Republic,339112,28628925,804,55,178 +Czech Republic,339113,5064190,804,55,178 +Czech Republic,339114,2063335,804,55,178 +Czech Republic,339115,8185117,804,55,178 +Czech Republic,339911,1798648,804,55,178 +Czech Republic,339912,7950,804,55,178 +Czech Republic,339913,439309,804,55,178 +Czech Republic,339914,273267,804,55,178 +Czech Republic,339920,4199508,804,55,178 +Czech Republic,339932,1948638,804,55,178 +Czech Republic,339941,56349,804,55,178 +Czech Republic,339942,16674,804,55,178 +Czech Republic,339943,40322,804,55,178 +Czech Republic,339944,28897,804,55,178 +Czech Republic,339950,36062,804,55,178 +Czech Republic,339991,2786007,804,55,178 +Czech Republic,339992,1299748,804,55,178 +Czech Republic,339993,202036,804,55,178 +Czech Republic,339994,361244,804,55,178 +Czech Republic,339999,1859401,804,55,178 +Czech Republic,511210,1962418,804,55,178 +Czech Republic,910000,1183368,804,55,178 +Czech Republic,920000,3134222,804,55,178 +Czech Republic,990000,85801534,804,55,178 +Democratic Republic of the Congo,111140,5948331,805,56,179 +Democratic Republic of the Congo,111219,19713,805,56,179 +Democratic Republic of the Congo,111920,210836,805,56,179 +Democratic Republic of the Congo,114111,130300,805,56,179 +Democratic Republic of the Congo,211112,7838,805,56,179 +Democratic Republic of the Congo,212322,3091,805,56,179 +Democratic Republic of the Congo,311211,2136318,805,56,179 +Democratic Republic of the Congo,311221,38402,805,56,179 +Democratic Republic of the Congo,311223,211207,805,56,179 +Democratic Republic of the Congo,311230,17248,805,56,179 +Democratic Republic of the Congo,311611,74426,805,56,179 +Democratic Republic of the Congo,311615,23135609,805,56,179 +Democratic Republic of the Congo,311711,90678,805,56,179 +Democratic Republic of the Congo,311941,239944,805,56,179 +Democratic Republic of the Congo,311999,88961,805,56,179 +Democratic Republic of the Congo,312130,120152,805,56,179 +Democratic Republic of the Congo,313210,28015,805,56,179 +Democratic Republic of the Congo,314121,4200,805,56,179 +Democratic Republic of the Congo,314911,4554,805,56,179 +Democratic Republic of the Congo,314912,44000,805,56,179 +Democratic Republic of the Congo,314991,92869,805,56,179 +Democratic Republic of the Congo,314999,254625,805,56,179 +Democratic Republic of the Congo,315111,3018,805,56,179 +Democratic Republic of the Congo,315228,67621,805,56,179 +Democratic Republic of the Congo,315234,5251,805,56,179 +Democratic Republic of the Congo,315992,7600,805,56,179 +Democratic Republic of the Congo,315999,8904,805,56,179 +Democratic Republic of the Congo,316213,9500,805,56,179 +Democratic Republic of the Congo,316219,76884,805,56,179 +Democratic Republic of the Congo,316991,73510,805,56,179 +Democratic Republic of the Congo,316993,29838,805,56,179 +Democratic Republic of the Congo,321999,36223,805,56,179 +Democratic Republic of the Congo,322110,492941,805,56,179 +Democratic Republic of the Congo,322121,123454,805,56,179 +Democratic Republic of the Congo,322130,52889,805,56,179 +Democratic Republic of the Congo,322212,3870,805,56,179 +Democratic Republic of the Congo,322222,49962,805,56,179 +Democratic Republic of the Congo,322223,3000,805,56,179 +Democratic Republic of the Congo,322299,3328,805,56,179 +Democratic Republic of the Congo,323117,183624,805,56,179 +Democratic Republic of the Congo,323119,17823,805,56,179 +Democratic Republic of the Congo,324110,230430,805,56,179 +Democratic Republic of the Congo,324121,3206,805,56,179 +Democratic Republic of the Congo,325120,67092,805,56,179 +Democratic Republic of the Congo,325188,103639,805,56,179 +Democratic Republic of the Congo,325191,23049,805,56,179 +Democratic Republic of the Congo,325199,633102,805,56,179 +Democratic Republic of the Congo,325211,2018965,805,56,179 +Democratic Republic of the Congo,325222,38920,805,56,179 +Democratic Republic of the Congo,325312,39651,805,56,179 +Democratic Republic of the Congo,325411,59961,805,56,179 +Democratic Republic of the Congo,325412,105779,805,56,179 +Democratic Republic of the Congo,325510,2697,805,56,179 +Democratic Republic of the Congo,325520,210495,805,56,179 +Democratic Republic of the Congo,325611,59715,805,56,179 +Democratic Republic of the Congo,325613,25679,805,56,179 +Democratic Republic of the Congo,325620,29196,805,56,179 +Democratic Republic of the Congo,325910,57262,805,56,179 +Democratic Republic of the Congo,325920,115960,805,56,179 +Democratic Republic of the Congo,325998,52771,805,56,179 +Democratic Republic of the Congo,326122,7037,805,56,179 +Democratic Republic of the Congo,326160,11179,805,56,179 +Democratic Republic of the Congo,326199,2035576,805,56,179 +Democratic Republic of the Congo,326211,82572,805,56,179 +Democratic Republic of the Congo,326220,31052,805,56,179 +Democratic Republic of the Congo,326299,29799,805,56,179 +Democratic Republic of the Congo,327112,42469,805,56,179 +Democratic Republic of the Congo,327125,79442,805,56,179 +Democratic Republic of the Congo,327211,5753,805,56,179 +Democratic Republic of the Congo,327212,10483,805,56,179 +Democratic Republic of the Congo,327213,7700,805,56,179 +Democratic Republic of the Congo,331111,406941,805,56,179 +Democratic Republic of the Congo,331315,8255,805,56,179 +Democratic Republic of the Congo,331421,32786,805,56,179 +Democratic Republic of the Congo,331491,6360,805,56,179 +Democratic Republic of the Congo,331511,66024,805,56,179 +Democratic Republic of the Congo,332212,84777,805,56,179 +Democratic Republic of the Congo,332312,215573,805,56,179 +Democratic Republic of the Congo,332321,97750,805,56,179 +Democratic Republic of the Congo,332410,40816,805,56,179 +Democratic Republic of the Congo,332420,21811,805,56,179 +Democratic Republic of the Congo,332618,10778,805,56,179 +Democratic Republic of the Congo,332722,94591,805,56,179 +Democratic Republic of the Congo,332911,56909,805,56,179 +Democratic Republic of the Congo,332912,237517,805,56,179 +Democratic Republic of the Congo,332913,6240,805,56,179 +Democratic Republic of the Congo,332919,48463,805,56,179 +Democratic Republic of the Congo,332992,487700,805,56,179 +Democratic Republic of the Congo,332994,27730,805,56,179 +Democratic Republic of the Congo,332999,55430,805,56,179 +Democratic Republic of the Congo,333111,662657,805,56,179 +Democratic Republic of the Congo,333120,744539,805,56,179 +Democratic Republic of the Congo,333131,691961,805,56,179 +Democratic Republic of the Congo,333132,7065517,805,56,179 +Democratic Republic of the Congo,333210,44800,805,56,179 +Democratic Republic of the Congo,333291,4317,805,56,179 +Democratic Republic of the Congo,333293,49297,805,56,179 +Democratic Republic of the Congo,333294,20074,805,56,179 +Democratic Republic of the Congo,333298,8825,805,56,179 +Democratic Republic of the Congo,333313,37576,805,56,179 +Democratic Republic of the Congo,333314,8374,805,56,179 +Democratic Republic of the Congo,333315,36031,805,56,179 +Democratic Republic of the Congo,333319,19975,805,56,179 +Democratic Republic of the Congo,333414,31924,805,56,179 +Democratic Republic of the Congo,333415,23518,805,56,179 +Democratic Republic of the Congo,333511,103527,805,56,179 +Democratic Republic of the Congo,333513,11199,805,56,179 +Democratic Republic of the Congo,333515,2793,805,56,179 +Democratic Republic of the Congo,333611,2256064,805,56,179 +Democratic Republic of the Congo,333612,9056,805,56,179 +Democratic Republic of the Congo,333613,149363,805,56,179 +Democratic Republic of the Congo,333618,364286,805,56,179 +Democratic Republic of the Congo,333911,1002842,805,56,179 +Democratic Republic of the Congo,333912,724509,805,56,179 +Democratic Republic of the Congo,333923,9719,805,56,179 +Democratic Republic of the Congo,333924,70978,805,56,179 +Democratic Republic of the Congo,333991,10125,805,56,179 +Democratic Republic of the Congo,333992,4000,805,56,179 +Democratic Republic of the Congo,333993,22100,805,56,179 +Democratic Republic of the Congo,333996,96541,805,56,179 +Democratic Republic of the Congo,333999,1229555,805,56,179 +Democratic Republic of the Congo,334111,1049309,805,56,179 +Democratic Republic of the Congo,334119,1653564,805,56,179 +Democratic Republic of the Congo,334210,164112,805,56,179 +Democratic Republic of the Congo,334220,1809699,805,56,179 +Democratic Republic of the Congo,334310,21709,805,56,179 +Democratic Republic of the Congo,334411,179000,805,56,179 +Democratic Republic of the Congo,334413,1094420,805,56,179 +Democratic Republic of the Congo,334415,4452,805,56,179 +Democratic Republic of the Congo,334418,51654,805,56,179 +Democratic Republic of the Congo,334419,444476,805,56,179 +Democratic Republic of the Congo,334510,56507,805,56,179 +Democratic Republic of the Congo,334511,20750,805,56,179 +Democratic Republic of the Congo,334513,85076,805,56,179 +Democratic Republic of the Congo,334515,335886,805,56,179 +Democratic Republic of the Congo,334516,29838,805,56,179 +Democratic Republic of the Congo,334517,440900,805,56,179 +Democratic Republic of the Congo,334519,253622,805,56,179 +Democratic Republic of the Congo,334612,18287,805,56,179 +Democratic Republic of the Congo,334613,162250,805,56,179 +Democratic Republic of the Congo,335129,22215,805,56,179 +Democratic Republic of the Congo,335211,3725,805,56,179 +Democratic Republic of the Congo,335222,40645,805,56,179 +Democratic Republic of the Congo,335224,5579,805,56,179 +Democratic Republic of the Congo,335311,80437,805,56,179 +Democratic Republic of the Congo,335312,1319516,805,56,179 +Democratic Republic of the Congo,335313,12665,805,56,179 +Democratic Republic of the Congo,335314,39194,805,56,179 +Democratic Republic of the Congo,335911,72482,805,56,179 +Democratic Republic of the Congo,335912,9705,805,56,179 +Democratic Republic of the Congo,335929,57354,805,56,179 +Democratic Republic of the Congo,335931,1834695,805,56,179 +Democratic Republic of the Congo,335999,162510,805,56,179 +Democratic Republic of the Congo,336111,2381843,805,56,179 +Democratic Republic of the Congo,336120,86402,805,56,179 +Democratic Republic of the Congo,336214,38112,805,56,179 +Democratic Republic of the Congo,336311,17691,805,56,179 +Democratic Republic of the Congo,336321,2950,805,56,179 +Democratic Republic of the Congo,336322,26032,805,56,179 +Democratic Republic of the Congo,336399,518667,805,56,179 +Democratic Republic of the Congo,336413,3990,805,56,179 +Democratic Republic of the Congo,336510,136500,805,56,179 +Democratic Republic of the Congo,336612,1.00E+05,805,56,179 +Democratic Republic of the Congo,336991,6207,805,56,179 +Democratic Republic of the Congo,337214,7140,805,56,179 +Democratic Republic of the Congo,339112,210381,805,56,179 +Democratic Republic of the Congo,339113,135860,805,56,179 +Democratic Republic of the Congo,339114,2884,805,56,179 +Democratic Republic of the Congo,339911,4500,805,56,179 +Democratic Republic of the Congo,339913,15000,805,56,179 +Democratic Republic of the Congo,339914,4025,805,56,179 +Democratic Republic of the Congo,339932,52734,805,56,179 +Democratic Republic of the Congo,339991,36429,805,56,179 +Democratic Republic of the Congo,339992,2780,805,56,179 +Democratic Republic of the Congo,339999,31467,805,56,179 +Democratic Republic of the Congo,511210,77013,805,56,179 +Democratic Republic of the Congo,910000,558045,805,56,179 +Democratic Republic of the Congo,920000,7012656,805,56,179 +Democratic Republic of the Congo,990000,7646055,805,56,179 +Denmark,111120,1681082,804,57,180 +Denmark,111130,302271,804,57,180 +Denmark,111150,740133,804,57,180 +Denmark,111199,217906,804,57,180 +Denmark,111219,602292,804,57,180 +Denmark,111320,1028863,804,57,180 +Denmark,111335,11213500,804,57,180 +Denmark,111339,125712,804,57,180 +Denmark,111421,239931,804,57,180 +Denmark,111422,290799,804,57,180 +Denmark,111910,9843754,804,57,180 +Denmark,111920,34590,804,57,180 +Denmark,111998,1828094,804,57,180 +Denmark,112111,176864,804,57,180 +Denmark,112310,61631,804,57,180 +Denmark,112511,35900,804,57,180 +Denmark,112910,7900,804,57,180 +Denmark,112920,207000,804,57,180 +Denmark,112930,221860,804,57,180 +Denmark,112990,763893,804,57,180 +Denmark,113210,1193708,804,57,180 +Denmark,113310,4661868,804,57,180 +Denmark,114111,31999927,804,57,180 +Denmark,114112,8512966,804,57,180 +Denmark,114119,3000,804,57,180 +Denmark,211112,3600,804,57,180 +Denmark,212112,5490425,804,57,180 +Denmark,212311,9674,804,57,180 +Denmark,212322,1031584,804,57,180 +Denmark,212324,2348010,804,57,180 +Denmark,212325,563518,804,57,180 +Denmark,212393,218233,804,57,180 +Denmark,212399,374531,804,57,180 +Denmark,311111,312024,804,57,180 +Denmark,311119,1095677,804,57,180 +Denmark,311211,210153,804,57,180 +Denmark,311212,216928,804,57,180 +Denmark,311221,75000,804,57,180 +Denmark,311222,21522953,804,57,180 +Denmark,311223,35325,804,57,180 +Denmark,311225,2101197,804,57,180 +Denmark,311230,22047,804,57,180 +Denmark,311311,1023949,804,57,180 +Denmark,311320,371969,804,57,180 +Denmark,311340,576182,804,57,180 +Denmark,311411,325144,804,57,180 +Denmark,311421,2247194,804,57,180 +Denmark,311423,14020507,804,57,180 +Denmark,311511,2623,804,57,180 +Denmark,311512,4859150,804,57,180 +Denmark,311513,34713,804,57,180 +Denmark,311514,1402865,804,57,180 +Denmark,311520,28531,804,57,180 +Denmark,311611,3884204,804,57,180 +Denmark,311613,3278835,804,57,180 +Denmark,311615,341343,804,57,180 +Denmark,311711,1420819,804,57,180 +Denmark,311811,66361,804,57,180 +Denmark,311822,24037,804,57,180 +Denmark,311911,4787016,804,57,180 +Denmark,311919,11963,804,57,180 +Denmark,311920,1920426,804,57,180 +Denmark,311930,1023138,804,57,180 +Denmark,311941,686551,804,57,180 +Denmark,311942,537925,804,57,180 +Denmark,311999,11658389,804,57,180 +Denmark,312111,272071,804,57,180 +Denmark,312112,4311,804,57,180 +Denmark,312113,29411,804,57,180 +Denmark,312120,1036484,804,57,180 +Denmark,312130,17545270,804,57,180 +Denmark,312140,4690922,804,57,180 +Denmark,312221,3159,804,57,180 +Denmark,312229,10646,804,57,180 +Denmark,313111,502365,804,57,180 +Denmark,313113,5386,804,57,180 +Denmark,313210,2304783,804,57,180 +Denmark,313221,1230040,804,57,180 +Denmark,313230,2754915,804,57,180 +Denmark,313249,2096004,804,57,180 +Denmark,313312,39378,804,57,180 +Denmark,313320,2944160,804,57,180 +Denmark,314110,75414,804,57,180 +Denmark,314121,48460,804,57,180 +Denmark,314129,426505,804,57,180 +Denmark,314911,278968,804,57,180 +Denmark,314912,2026672,804,57,180 +Denmark,314991,128496,804,57,180 +Denmark,314992,12479,804,57,180 +Denmark,314999,2023546,804,57,180 +Denmark,315111,415801,804,57,180 +Denmark,315221,492628,804,57,180 +Denmark,315222,81080,804,57,180 +Denmark,315223,351797,804,57,180 +Denmark,315224,69372,804,57,180 +Denmark,315228,563952,804,57,180 +Denmark,315231,310629,804,57,180 +Denmark,315232,519825,804,57,180 +Denmark,315233,419813,804,57,180 +Denmark,315234,340199,804,57,180 +Denmark,315239,182043,804,57,180 +Denmark,315292,488958,804,57,180 +Denmark,315991,376907,804,57,180 +Denmark,315992,79636,804,57,180 +Denmark,315999,941802,804,57,180 +Denmark,316110,193989,804,57,180 +Denmark,316211,89047,804,57,180 +Denmark,316212,13310,804,57,180 +Denmark,316213,245323,804,57,180 +Denmark,316214,79654,804,57,180 +Denmark,316219,272942,804,57,180 +Denmark,316991,457808,804,57,180 +Denmark,316992,35783,804,57,180 +Denmark,316993,21297,804,57,180 +Denmark,316999,428558,804,57,180 +Denmark,321113,3624658,804,57,180 +Denmark,321114,146808,804,57,180 +Denmark,321211,1245957,804,57,180 +Denmark,321212,1085719,804,57,180 +Denmark,321213,91596,804,57,180 +Denmark,321219,374232,804,57,180 +Denmark,321911,9066,804,57,180 +Denmark,321918,195721,804,57,180 +Denmark,321920,671453,804,57,180 +Denmark,321991,129500,804,57,180 +Denmark,321999,370336,804,57,180 +Denmark,322110,5428381,804,57,180 +Denmark,322121,5377240,804,57,180 +Denmark,322130,1879994,804,57,180 +Denmark,322211,63449,804,57,180 +Denmark,322212,153244,804,57,180 +Denmark,322213,105200,804,57,180 +Denmark,322214,43000,804,57,180 +Denmark,322215,26068,804,57,180 +Denmark,322222,1754394,804,57,180 +Denmark,322223,1410964,804,57,180 +Denmark,322233,32083,804,57,180 +Denmark,322291,432882,804,57,180 +Denmark,322299,756582,804,57,180 +Denmark,323117,4797900,804,57,180 +Denmark,323118,128933,804,57,180 +Denmark,323119,2241855,804,57,180 +Denmark,323122,39732,804,57,180 +Denmark,324110,95179814,804,57,180 +Denmark,324122,123068,804,57,180 +Denmark,325110,900918,804,57,180 +Denmark,325120,114435,804,57,180 +Denmark,325131,1061016,804,57,180 +Denmark,325132,998128,804,57,180 +Denmark,325181,17700,804,57,180 +Denmark,325188,18537292,804,57,180 +Denmark,325191,1108017,804,57,180 +Denmark,325192,5390382,804,57,180 +Denmark,325199,48605910,804,57,180 +Denmark,325211,6488848,804,57,180 +Denmark,325212,1618262,804,57,180 +Denmark,325222,175046,804,57,180 +Denmark,325311,220721,804,57,180 +Denmark,325312,636185,804,57,180 +Denmark,325320,130313,804,57,180 +Denmark,325411,16136759,804,57,180 +Denmark,325412,40956601,804,57,180 +Denmark,325414,28302514,804,57,180 +Denmark,325510,2277334,804,57,180 +Denmark,325520,1062931,804,57,180 +Denmark,325611,1471186,804,57,180 +Denmark,325612,629383,804,57,180 +Denmark,325613,1561464,804,57,180 +Denmark,325620,20876797,804,57,180 +Denmark,325910,1076490,804,57,180 +Denmark,325920,257110,804,57,180 +Denmark,325992,157381,804,57,180 +Denmark,325998,20597485,804,57,180 +Denmark,326113,4633463,804,57,180 +Denmark,326121,548519,804,57,180 +Denmark,326122,2316177,804,57,180 +Denmark,326160,1329622,804,57,180 +Denmark,326191,210228,804,57,180 +Denmark,326192,121522,804,57,180 +Denmark,326199,14693857,804,57,180 +Denmark,326211,416402,804,57,180 +Denmark,326220,1889407,804,57,180 +Denmark,326299,2821563,804,57,180 +Denmark,327111,75240,804,57,180 +Denmark,327112,1309035,804,57,180 +Denmark,327113,305048,804,57,180 +Denmark,327124,27117,804,57,180 +Denmark,327125,497279,804,57,180 +Denmark,327211,1091107,804,57,180 +Denmark,327212,9730219,804,57,180 +Denmark,327213,81893,804,57,180 +Denmark,327215,7610618,804,57,180 +Denmark,327310,10000,804,57,180 +Denmark,327331,894546,804,57,180 +Denmark,327390,103075,804,57,180 +Denmark,327420,139627,804,57,180 +Denmark,327910,1459505,804,57,180 +Denmark,327992,25839,804,57,180 +Denmark,327993,3437908,804,57,180 +Denmark,327999,1518910,804,57,180 +Denmark,331111,6302638,804,57,180 +Denmark,331112,28064,804,57,180 +Denmark,331222,2217384,804,57,180 +Denmark,331311,77717,804,57,180 +Denmark,331312,8252,804,57,180 +Denmark,331315,535489,804,57,180 +Denmark,331316,225750,804,57,180 +Denmark,331319,867207,804,57,180 +Denmark,331411,335582,804,57,180 +Denmark,331419,13629592,804,57,180 +Denmark,331421,24799,804,57,180 +Denmark,331422,700130,804,57,180 +Denmark,331491,19749774,804,57,180 +Denmark,331492,9383,804,57,180 +Denmark,331511,100304,804,57,180 +Denmark,332115,472771,804,57,180 +Denmark,332211,223159,804,57,180 +Denmark,332212,3128592,804,57,180 +Denmark,332213,775877,804,57,180 +Denmark,332214,37640,804,57,180 +Denmark,332311,4204056,804,57,180 +Denmark,332312,3890325,804,57,180 +Denmark,332321,307311,804,57,180 +Denmark,332322,539628,804,57,180 +Denmark,332323,116207,804,57,180 +Denmark,332410,720342,804,57,180 +Denmark,332420,5597930,804,57,180 +Denmark,332439,1004583,804,57,180 +Denmark,332510,3354690,804,57,180 +Denmark,332611,504526,804,57,180 +Denmark,332618,871543,804,57,180 +Denmark,332722,4027738,804,57,180 +Denmark,332911,7059034,804,57,180 +Denmark,332912,2542366,804,57,180 +Denmark,332913,82139,804,57,180 +Denmark,332919,2270372,804,57,180 +Denmark,332991,5150571,804,57,180 +Denmark,332992,8774084,804,57,180 +Denmark,332994,6585334,804,57,180 +Denmark,332995,514066,804,57,180 +Denmark,332997,5000,804,57,180 +Denmark,332998,119193,804,57,180 +Denmark,332999,8920064,804,57,180 +Denmark,333111,29858238,804,57,180 +Denmark,333120,17797968,804,57,180 +Denmark,333131,942847,804,57,180 +Denmark,333132,5867004,804,57,180 +Denmark,333210,301758,804,57,180 +Denmark,333220,1709176,804,57,180 +Denmark,333291,1191635,804,57,180 +Denmark,333292,2932267,804,57,180 +Denmark,333293,4989684,804,57,180 +Denmark,333294,9900260,804,57,180 +Denmark,333295,471070,804,57,180 +Denmark,333298,1381796,804,57,180 +Denmark,333311,465460,804,57,180 +Denmark,333313,5138615,804,57,180 +Denmark,333314,28519839,804,57,180 +Denmark,333315,2419092,804,57,180 +Denmark,333319,1277818,804,57,180 +Denmark,333411,1169542,804,57,180 +Denmark,333412,463017,804,57,180 +Denmark,333414,5020365,804,57,180 +Denmark,333415,16907101,804,57,180 +Denmark,333511,514157,804,57,180 +Denmark,333512,2949289,804,57,180 +Denmark,333513,10114479,804,57,180 +Denmark,333514,8310041,804,57,180 +Denmark,333515,2481004,804,57,180 +Denmark,333516,6931,804,57,180 +Denmark,333611,523580,804,57,180 +Denmark,333612,7720413,804,57,180 +Denmark,333613,4357223,804,57,180 +Denmark,333618,6162227,804,57,180 +Denmark,333911,8179897,804,57,180 +Denmark,333912,2025822,804,57,180 +Denmark,333913,330003,804,57,180 +Denmark,333921,585303,804,57,180 +Denmark,333922,1502276,804,57,180 +Denmark,333923,805483,804,57,180 +Denmark,333924,689245,804,57,180 +Denmark,333991,1172681,804,57,180 +Denmark,333992,1430349,804,57,180 +Denmark,333993,4315320,804,57,180 +Denmark,333994,175960,804,57,180 +Denmark,333995,1919579,804,57,180 +Denmark,333996,3133381,804,57,180 +Denmark,333997,673532,804,57,180 +Denmark,333999,37350609,804,57,180 +Denmark,334111,16219979,804,57,180 +Denmark,334112,10758586,804,57,180 +Denmark,334119,47500357,804,57,180 +Denmark,334210,1618734,804,57,180 +Denmark,334220,72446276,804,57,180 +Denmark,334290,1278319,804,57,180 +Denmark,334310,35719132,804,57,180 +Denmark,334411,962227,804,57,180 +Denmark,334412,3086228,804,57,180 +Denmark,334413,39994788,804,57,180 +Denmark,334414,5800948,804,57,180 +Denmark,334415,801526,804,57,180 +Denmark,334416,1884694,804,57,180 +Denmark,334417,4514194,804,57,180 +Denmark,334418,1859171,804,57,180 +Denmark,334419,33589879,804,57,180 +Denmark,334510,90065275,804,57,180 +Denmark,334511,8751085,804,57,180 +Denmark,334512,694638,804,57,180 +Denmark,334513,10247979,804,57,180 +Denmark,334514,1444978,804,57,180 +Denmark,334515,10009911,804,57,180 +Denmark,334516,21515214,804,57,180 +Denmark,334517,7456749,804,57,180 +Denmark,334518,758542,804,57,180 +Denmark,334519,10157827,804,57,180 +Denmark,334612,346997,804,57,180 +Denmark,334613,463110,804,57,180 +Denmark,335110,1120737,804,57,180 +Denmark,335121,43340,804,57,180 +Denmark,335129,3758884,804,57,180 +Denmark,335211,1852452,804,57,180 +Denmark,335212,681876,804,57,180 +Denmark,335221,31864802,804,57,180 +Denmark,335222,230435,804,57,180 +Denmark,335224,286287,804,57,180 +Denmark,335228,15566271,804,57,180 +Denmark,335311,784589,804,57,180 +Denmark,335312,4913658,804,57,180 +Denmark,335313,1134275,804,57,180 +Denmark,335314,5042272,804,57,180 +Denmark,335911,2728519,804,57,180 +Denmark,335912,447913,804,57,180 +Denmark,335921,3614793,804,57,180 +Denmark,335929,2698729,804,57,180 +Denmark,335931,3562392,804,57,180 +Denmark,335932,140101,804,57,180 +Denmark,335991,1239720,804,57,180 +Denmark,335999,8266510,804,57,180 +Denmark,336111,10496312,804,57,180 +Denmark,336120,5944071,804,57,180 +Denmark,336211,99891,804,57,180 +Denmark,336212,494076,804,57,180 +Denmark,336213,240158,804,57,180 +Denmark,336214,324659,804,57,180 +Denmark,336311,1183766,804,57,180 +Denmark,336321,297581,804,57,180 +Denmark,336322,1191107,804,57,180 +Denmark,336330,12814,804,57,180 +Denmark,336340,536978,804,57,180 +Denmark,336350,264304,804,57,180 +Denmark,336360,30087,804,57,180 +Denmark,336370,12830,804,57,180 +Denmark,336391,110619,804,57,180 +Denmark,336399,5098198,804,57,180 +Denmark,336411,497802,804,57,180 +Denmark,336412,1500503,804,57,180 +Denmark,336413,15194778,804,57,180 +Denmark,336419,92268,804,57,180 +Denmark,336510,201973,804,57,180 +Denmark,336612,5991939,804,57,180 +Denmark,336991,4121113,804,57,180 +Denmark,336992,845542,804,57,180 +Denmark,337121,28141,804,57,180 +Denmark,337124,409648,804,57,180 +Denmark,337127,5160408,804,57,180 +Denmark,337129,4035,804,57,180 +Denmark,337211,16416,804,57,180 +Denmark,337214,396683,804,57,180 +Denmark,337215,526312,804,57,180 +Denmark,337910,47531,804,57,180 +Denmark,337920,33520,804,57,180 +Denmark,339112,189363296,804,57,180 +Denmark,339113,59526985,804,57,180 +Denmark,339114,4148981,804,57,180 +Denmark,339115,1126171,804,57,180 +Denmark,339911,1600348,804,57,180 +Denmark,339912,79405,804,57,180 +Denmark,339913,1748852,804,57,180 +Denmark,339914,292275,804,57,180 +Denmark,339920,8162847,804,57,180 +Denmark,339932,4926072,804,57,180 +Denmark,339941,81704,804,57,180 +Denmark,339942,239008,804,57,180 +Denmark,339943,8451,804,57,180 +Denmark,339944,173032,804,57,180 +Denmark,339950,100445,804,57,180 +Denmark,339991,2445748,804,57,180 +Denmark,339992,2926132,804,57,180 +Denmark,339993,460554,804,57,180 +Denmark,339994,1486862,804,57,180 +Denmark,339999,7861318,804,57,180 +Denmark,511210,1644344,804,57,180 +Denmark,910000,5135946,804,57,180 +Denmark,920000,8972204,804,57,180 +Denmark,990000,129423309,804,57,180 +Djibouti,111130,6717597,805,58,181 +Djibouti,111140,11451850,805,58,181 +Djibouti,111150,133245,805,58,181 +Djibouti,111199,33000,805,58,181 +Djibouti,111998,23400,805,58,181 +Djibouti,113210,6016,805,58,181 +Djibouti,311211,968065,805,58,181 +Djibouti,311212,265846,805,58,181 +Djibouti,311223,25015000,805,58,181 +Djibouti,311230,33000,805,58,181 +Djibouti,311311,23320,805,58,181 +Djibouti,311514,20501483,805,58,181 +Djibouti,311611,8527,805,58,181 +Djibouti,311615,55635,805,58,181 +Djibouti,311911,3045333,805,58,181 +Djibouti,311930,61915,805,58,181 +Djibouti,311941,29289,805,58,181 +Djibouti,311999,4747,805,58,181 +Djibouti,312140,25372,805,58,181 +Djibouti,312229,10555,805,58,181 +Djibouti,313210,15799,805,58,181 +Djibouti,313221,21175,805,58,181 +Djibouti,314129,13693,805,58,181 +Djibouti,314911,563666,805,58,181 +Djibouti,314912,1085642,805,58,181 +Djibouti,314999,2775,805,58,181 +Djibouti,315221,4018,805,58,181 +Djibouti,315223,13859,805,58,181 +Djibouti,315224,3659,805,58,181 +Djibouti,315228,10612,805,58,181 +Djibouti,315239,2774,805,58,181 +Djibouti,315992,8717,805,58,181 +Djibouti,315999,13835,805,58,181 +Djibouti,316213,25106,805,58,181 +Djibouti,316219,165103,805,58,181 +Djibouti,316999,27540,805,58,181 +Djibouti,321211,80098,805,58,181 +Djibouti,321918,9948,805,58,181 +Djibouti,321920,7461,805,58,181 +Djibouti,322121,14658,805,58,181 +Djibouti,322214,42156,805,58,181 +Djibouti,322222,14016,805,58,181 +Djibouti,323117,189064,805,58,181 +Djibouti,323119,4118,805,58,181 +Djibouti,324110,364050,805,58,181 +Djibouti,325188,3648,805,58,181 +Djibouti,325199,185285,805,58,181 +Djibouti,325211,1223332,805,58,181 +Djibouti,325212,61836,805,58,181 +Djibouti,325412,2655,805,58,181 +Djibouti,325414,33524,805,58,181 +Djibouti,325510,64568,805,58,181 +Djibouti,325520,28620,805,58,181 +Djibouti,325611,2665,805,58,181 +Djibouti,325612,3096,805,58,181 +Djibouti,325620,311905,805,58,181 +Djibouti,325910,30558,805,58,181 +Djibouti,325998,21825,805,58,181 +Djibouti,326113,39253,805,58,181 +Djibouti,326122,284626,805,58,181 +Djibouti,326191,17398,805,58,181 +Djibouti,326192,19814,805,58,181 +Djibouti,326199,326518,805,58,181 +Djibouti,326211,528180,805,58,181 +Djibouti,326220,15360,805,58,181 +Djibouti,326299,10085,805,58,181 +Djibouti,327111,12402,805,58,181 +Djibouti,327112,15000,805,58,181 +Djibouti,327211,3200,805,58,181 +Djibouti,327212,22363,805,58,181 +Djibouti,327215,5640,805,58,181 +Djibouti,331111,155280,805,58,181 +Djibouti,331222,24946,805,58,181 +Djibouti,331316,136965,805,58,181 +Djibouti,331319,28957,805,58,181 +Djibouti,331421,74217,805,58,181 +Djibouti,331422,565854,805,58,181 +Djibouti,331511,150268,805,58,181 +Djibouti,332212,91370,805,58,181 +Djibouti,332311,416369,805,58,181 +Djibouti,332312,149534,805,58,181 +Djibouti,332321,5712,805,58,181 +Djibouti,332323,81039,805,58,181 +Djibouti,332420,115810,805,58,181 +Djibouti,332510,292735,805,58,181 +Djibouti,332618,2668,805,58,181 +Djibouti,332722,13550,805,58,181 +Djibouti,332911,182223,805,58,181 +Djibouti,332912,10368,805,58,181 +Djibouti,332913,10569,805,58,181 +Djibouti,332919,173194,805,58,181 +Djibouti,332991,5169,805,58,181 +Djibouti,332994,106630,805,58,181 +Djibouti,332999,195737,805,58,181 +Djibouti,333111,649178,805,58,181 +Djibouti,333120,10368774,805,58,181 +Djibouti,333131,70000,805,58,181 +Djibouti,333132,37166,805,58,181 +Djibouti,333210,85000,805,58,181 +Djibouti,333291,12242,805,58,181 +Djibouti,333293,53000,805,58,181 +Djibouti,333294,130645,805,58,181 +Djibouti,333295,14724,805,58,181 +Djibouti,333298,26357,805,58,181 +Djibouti,333313,63640,805,58,181 +Djibouti,333314,9247,805,58,181 +Djibouti,333315,11442,805,58,181 +Djibouti,333319,5563,805,58,181 +Djibouti,333411,11100,805,58,181 +Djibouti,333412,38915,805,58,181 +Djibouti,333415,402474,805,58,181 +Djibouti,333512,19508,805,58,181 +Djibouti,333513,20418,805,58,181 +Djibouti,333515,15873,805,58,181 +Djibouti,333618,47852,805,58,181 +Djibouti,333911,882490,805,58,181 +Djibouti,333912,8901,805,58,181 +Djibouti,333913,627660,805,58,181 +Djibouti,333921,104546,805,58,181 +Djibouti,333924,580167,805,58,181 +Djibouti,333991,2744,805,58,181 +Djibouti,333992,24984,805,58,181 +Djibouti,333994,15554,805,58,181 +Djibouti,333996,289960,805,58,181 +Djibouti,333997,24296,805,58,181 +Djibouti,333999,4204582,805,58,181 +Djibouti,334111,228837,805,58,181 +Djibouti,334112,416862,805,58,181 +Djibouti,334119,831179,805,58,181 +Djibouti,334220,2479502,805,58,181 +Djibouti,334290,381823,805,58,181 +Djibouti,334310,220229,805,58,181 +Djibouti,334411,13798,805,58,181 +Djibouti,334413,19886,805,58,181 +Djibouti,334415,132900,805,58,181 +Djibouti,334417,19471,805,58,181 +Djibouti,334418,10399,805,58,181 +Djibouti,334419,159988,805,58,181 +Djibouti,334510,297960,805,58,181 +Djibouti,334511,272949,805,58,181 +Djibouti,334513,432454,805,58,181 +Djibouti,334515,424706,805,58,181 +Djibouti,334516,312184,805,58,181 +Djibouti,334517,182182,805,58,181 +Djibouti,334518,2617,805,58,181 +Djibouti,334519,558031,805,58,181 +Djibouti,334613,5906,805,58,181 +Djibouti,335129,217401,805,58,181 +Djibouti,335211,40662,805,58,181 +Djibouti,335212,2719,805,58,181 +Djibouti,335221,66338,805,58,181 +Djibouti,335222,9744,805,58,181 +Djibouti,335224,71485,805,58,181 +Djibouti,335311,284861,805,58,181 +Djibouti,335312,1708224,805,58,181 +Djibouti,335313,59302,805,58,181 +Djibouti,335314,81791,805,58,181 +Djibouti,335911,9586,805,58,181 +Djibouti,335921,192153,805,58,181 +Djibouti,335929,597813,805,58,181 +Djibouti,335932,59104,805,58,181 +Djibouti,335999,17021,805,58,181 +Djibouti,336111,780854,805,58,181 +Djibouti,336120,650284,805,58,181 +Djibouti,336211,45762,805,58,181 +Djibouti,336212,60332,805,58,181 +Djibouti,336214,70832,805,58,181 +Djibouti,336311,14137,805,58,181 +Djibouti,336321,66805,805,58,181 +Djibouti,336322,24698,805,58,181 +Djibouti,336330,7740,805,58,181 +Djibouti,336399,557764,805,58,181 +Djibouti,336412,1227883,805,58,181 +Djibouti,336413,178538,805,58,181 +Djibouti,336419,28473,805,58,181 +Djibouti,336991,8938,805,58,181 +Djibouti,336992,10000,805,58,181 +Djibouti,337124,10000,805,58,181 +Djibouti,337127,10233,805,58,181 +Djibouti,337129,4662,805,58,181 +Djibouti,337214,9353,805,58,181 +Djibouti,337215,66737,805,58,181 +Djibouti,339112,13421,805,58,181 +Djibouti,339113,45898,805,58,181 +Djibouti,339115,15063,805,58,181 +Djibouti,339920,42506,805,58,181 +Djibouti,339932,115348,805,58,181 +Djibouti,339944,2768,805,58,181 +Djibouti,339999,19541,805,58,181 +Djibouti,511210,3054,805,58,181 +Djibouti,920000,1456477,805,58,181 +Djibouti,990000,3234162,805,58,181 +Dominica,111199,8915,803,59,182 +Dominica,111211,69561,803,59,182 +Dominica,111219,81992,803,59,182 +Dominica,111331,25598,803,59,182 +Dominica,111332,22947,803,59,182 +Dominica,111335,6655,803,59,182 +Dominica,111339,47517,803,59,182 +Dominica,111421,65160,803,59,182 +Dominica,111992,4431,803,59,182 +Dominica,111998,38840,803,59,182 +Dominica,113210,31693,803,59,182 +Dominica,113310,56323,803,59,182 +Dominica,114111,7071,803,59,182 +Dominica,114112,6942,803,59,182 +Dominica,212311,5249,803,59,182 +Dominica,212325,8790,803,59,182 +Dominica,212392,9684,803,59,182 +Dominica,212399,251968,803,59,182 +Dominica,311111,62338,803,59,182 +Dominica,311119,47321,803,59,182 +Dominica,311211,19791,803,59,182 +Dominica,311212,6792,803,59,182 +Dominica,311221,2850,803,59,182 +Dominica,311223,6310,803,59,182 +Dominica,311225,6799,803,59,182 +Dominica,311230,92227,803,59,182 +Dominica,311320,99348,803,59,182 +Dominica,311340,179098,803,59,182 +Dominica,311411,90141,803,59,182 +Dominica,311421,162760,803,59,182 +Dominica,311422,3834,803,59,182 +Dominica,311423,7371,803,59,182 +Dominica,311511,13138,803,59,182 +Dominica,311513,246561,803,59,182 +Dominica,311514,220413,803,59,182 +Dominica,311520,110720,803,59,182 +Dominica,311611,257635,803,59,182 +Dominica,311613,3912302,803,59,182 +Dominica,311615,4100499,803,59,182 +Dominica,311711,59195,803,59,182 +Dominica,311811,43483,803,59,182 +Dominica,311822,28163,803,59,182 +Dominica,311823,17761,803,59,182 +Dominica,311911,96268,803,59,182 +Dominica,311919,233350,803,59,182 +Dominica,311920,21547,803,59,182 +Dominica,311930,22239,803,59,182 +Dominica,311941,21606,803,59,182 +Dominica,311942,183641,803,59,182 +Dominica,311999,239905,803,59,182 +Dominica,312111,249696,803,59,182 +Dominica,312130,119051,803,59,182 +Dominica,312140,35000,803,59,182 +Dominica,312221,5890,803,59,182 +Dominica,312229,3012,803,59,182 +Dominica,313210,2502,803,59,182 +Dominica,313221,11042,803,59,182 +Dominica,313230,4275,803,59,182 +Dominica,313249,399767,803,59,182 +Dominica,313320,14488,803,59,182 +Dominica,314110,21688,803,59,182 +Dominica,314121,6420,803,59,182 +Dominica,314129,56739,803,59,182 +Dominica,314911,6553,803,59,182 +Dominica,314912,20553,803,59,182 +Dominica,314991,27620,803,59,182 +Dominica,314999,7560,803,59,182 +Dominica,315223,3210,803,59,182 +Dominica,315224,13988,803,59,182 +Dominica,315228,25030,803,59,182 +Dominica,315232,15513,803,59,182 +Dominica,315234,2691,803,59,182 +Dominica,315239,6886,803,59,182 +Dominica,315291,12377,803,59,182 +Dominica,315292,65085,803,59,182 +Dominica,315999,31232,803,59,182 +Dominica,316211,10800,803,59,182 +Dominica,316213,8895,803,59,182 +Dominica,316219,162682,803,59,182 +Dominica,316991,10703,803,59,182 +Dominica,316992,2700,803,59,182 +Dominica,316993,3589,803,59,182 +Dominica,316999,13308,803,59,182 +Dominica,321113,620480,803,59,182 +Dominica,321114,613437,803,59,182 +Dominica,321211,73699,803,59,182 +Dominica,321212,732885,803,59,182 +Dominica,321219,14064,803,59,182 +Dominica,321911,72889,803,59,182 +Dominica,321918,58626,803,59,182 +Dominica,321920,4491,803,59,182 +Dominica,321999,63751,803,59,182 +Dominica,322121,96366,803,59,182 +Dominica,322130,826596,803,59,182 +Dominica,322211,80042,803,59,182 +Dominica,322212,33693,803,59,182 +Dominica,322213,14244,803,59,182 +Dominica,322215,39222,803,59,182 +Dominica,322222,127910,803,59,182 +Dominica,322223,56391,803,59,182 +Dominica,322224,15306,803,59,182 +Dominica,322291,1114449,803,59,182 +Dominica,322299,45347,803,59,182 +Dominica,323116,4775,803,59,182 +Dominica,323117,210733,803,59,182 +Dominica,323118,36276,803,59,182 +Dominica,323119,247663,803,59,182 +Dominica,323122,17402,803,59,182 +Dominica,324110,2017941,803,59,182 +Dominica,324122,238537,803,59,182 +Dominica,325110,3981,803,59,182 +Dominica,325131,450728,803,59,182 +Dominica,325132,178925,803,59,182 +Dominica,325181,292308,803,59,182 +Dominica,325188,50599,803,59,182 +Dominica,325192,111732,803,59,182 +Dominica,325199,465221,803,59,182 +Dominica,325211,503217,803,59,182 +Dominica,325212,133698,803,59,182 +Dominica,325221,6015,803,59,182 +Dominica,325222,14541,803,59,182 +Dominica,325311,18084,803,59,182 +Dominica,325312,25648,803,59,182 +Dominica,325320,181901,803,59,182 +Dominica,325411,47501,803,59,182 +Dominica,325412,246842,803,59,182 +Dominica,325414,5085,803,59,182 +Dominica,325510,131036,803,59,182 +Dominica,325520,64516,803,59,182 +Dominica,325611,423973,803,59,182 +Dominica,325612,9455,803,59,182 +Dominica,325613,92448,803,59,182 +Dominica,325620,909393,803,59,182 +Dominica,325910,189126,803,59,182 +Dominica,325920,6197,803,59,182 +Dominica,325992,37227,803,59,182 +Dominica,325998,359260,803,59,182 +Dominica,326113,118238,803,59,182 +Dominica,326121,23073,803,59,182 +Dominica,326122,161552,803,59,182 +Dominica,326191,8203,803,59,182 +Dominica,326192,35871,803,59,182 +Dominica,326199,1443207,803,59,182 +Dominica,326211,508124,803,59,182 +Dominica,326220,36267,803,59,182 +Dominica,326299,21714,803,59,182 +Dominica,327111,15521,803,59,182 +Dominica,327112,132674,803,59,182 +Dominica,327121,2681,803,59,182 +Dominica,327123,57597,803,59,182 +Dominica,327124,3500,803,59,182 +Dominica,327125,32764,803,59,182 +Dominica,327211,4676,803,59,182 +Dominica,327212,89144,803,59,182 +Dominica,327213,85572,803,59,182 +Dominica,327310,10811,803,59,182 +Dominica,327331,149756,803,59,182 +Dominica,327390,80025,803,59,182 +Dominica,327420,22255,803,59,182 +Dominica,327910,2874,803,59,182 +Dominica,327991,42786,803,59,182 +Dominica,327992,32055,803,59,182 +Dominica,327993,35183,803,59,182 +Dominica,327999,38971,803,59,182 +Dominica,331111,552705,803,59,182 +Dominica,331222,197722,803,59,182 +Dominica,331315,89848,803,59,182 +Dominica,331316,124397,803,59,182 +Dominica,331319,29140,803,59,182 +Dominica,331421,42399,803,59,182 +Dominica,331422,96852,803,59,182 +Dominica,331491,14100,803,59,182 +Dominica,331511,6920,803,59,182 +Dominica,332115,7922,803,59,182 +Dominica,332211,3106,803,59,182 +Dominica,332212,131032,803,59,182 +Dominica,332213,3981,803,59,182 +Dominica,332312,74001,803,59,182 +Dominica,332321,269325,803,59,182 +Dominica,332322,70205,803,59,182 +Dominica,332323,13515,803,59,182 +Dominica,332420,150715,803,59,182 +Dominica,332431,47168,803,59,182 +Dominica,332439,17835,803,59,182 +Dominica,332510,178783,803,59,182 +Dominica,332618,82109,803,59,182 +Dominica,332722,222408,803,59,182 +Dominica,332911,161298,803,59,182 +Dominica,332912,18674,803,59,182 +Dominica,332913,121967,803,59,182 +Dominica,332919,112973,803,59,182 +Dominica,332991,22313,803,59,182 +Dominica,332992,206412,803,59,182 +Dominica,332998,23902,803,59,182 +Dominica,332999,1466276,803,59,182 +Dominica,333111,497242,803,59,182 +Dominica,333120,1419445,803,59,182 +Dominica,333131,103984,803,59,182 +Dominica,333132,7763,803,59,182 +Dominica,333210,12242,803,59,182 +Dominica,333220,64055,803,59,182 +Dominica,333292,97328,803,59,182 +Dominica,333293,56032,803,59,182 +Dominica,333294,187010,803,59,182 +Dominica,333298,4623,803,59,182 +Dominica,333311,3100,803,59,182 +Dominica,333313,299807,803,59,182 +Dominica,333314,6263,803,59,182 +Dominica,333315,109424,803,59,182 +Dominica,333319,345569,803,59,182 +Dominica,333412,32981,803,59,182 +Dominica,333414,25310,803,59,182 +Dominica,333415,1842792,803,59,182 +Dominica,333512,33233,803,59,182 +Dominica,333513,7809,803,59,182 +Dominica,333514,9432,803,59,182 +Dominica,333515,54555,803,59,182 +Dominica,333611,2640,803,59,182 +Dominica,333612,3500,803,59,182 +Dominica,333613,28921,803,59,182 +Dominica,333618,370994,803,59,182 +Dominica,333911,27790,803,59,182 +Dominica,333912,57386,803,59,182 +Dominica,333913,46822,803,59,182 +Dominica,333921,3713,803,59,182 +Dominica,333922,11542,803,59,182 +Dominica,333923,7050,803,59,182 +Dominica,333924,352649,803,59,182 +Dominica,333991,83876,803,59,182 +Dominica,333992,85432,803,59,182 +Dominica,333993,13948,803,59,182 +Dominica,333994,11138,803,59,182 +Dominica,333996,24513,803,59,182 +Dominica,333997,8392,803,59,182 +Dominica,333999,334237,803,59,182 +Dominica,334111,848512,803,59,182 +Dominica,334112,105264,803,59,182 +Dominica,334119,1470030,803,59,182 +Dominica,334210,137144,803,59,182 +Dominica,334220,2739948,803,59,182 +Dominica,334310,939468,803,59,182 +Dominica,334411,23213,803,59,182 +Dominica,334413,123640,803,59,182 +Dominica,334414,36994,803,59,182 +Dominica,334415,11322,803,59,182 +Dominica,334416,252862,803,59,182 +Dominica,334417,196570,803,59,182 +Dominica,334418,346492,803,59,182 +Dominica,334419,187528,803,59,182 +Dominica,334510,571167,803,59,182 +Dominica,334511,34437,803,59,182 +Dominica,334512,14807,803,59,182 +Dominica,334513,45932,803,59,182 +Dominica,334514,14451,803,59,182 +Dominica,334515,1789523,803,59,182 +Dominica,334516,22433,803,59,182 +Dominica,334517,62897,803,59,182 +Dominica,334518,106149,803,59,182 +Dominica,334519,19132,803,59,182 +Dominica,334612,18337,803,59,182 +Dominica,334613,7086,803,59,182 +Dominica,335110,23960,803,59,182 +Dominica,335129,186693,803,59,182 +Dominica,335211,99557,803,59,182 +Dominica,335221,30383,803,59,182 +Dominica,335222,793572,803,59,182 +Dominica,335224,63892,803,59,182 +Dominica,335228,59934,803,59,182 +Dominica,335311,238993,803,59,182 +Dominica,335312,1287170,803,59,182 +Dominica,335313,53790,803,59,182 +Dominica,335314,95608,803,59,182 +Dominica,335911,131654,803,59,182 +Dominica,335912,160055,803,59,182 +Dominica,335921,75210,803,59,182 +Dominica,335929,329376,803,59,182 +Dominica,335931,26898,803,59,182 +Dominica,335932,39061,803,59,182 +Dominica,335991,58378,803,59,182 +Dominica,335999,75917,803,59,182 +Dominica,336111,3039018,803,59,182 +Dominica,336120,389932,803,59,182 +Dominica,336212,44794,803,59,182 +Dominica,336214,33902,803,59,182 +Dominica,336311,11020,803,59,182 +Dominica,336322,98135,803,59,182 +Dominica,336330,14859,803,59,182 +Dominica,336340,61980,803,59,182 +Dominica,336350,31974,803,59,182 +Dominica,336399,319942,803,59,182 +Dominica,336510,12076,803,59,182 +Dominica,336612,24930,803,59,182 +Dominica,336991,127047,803,59,182 +Dominica,337110,4237,803,59,182 +Dominica,337124,70473,803,59,182 +Dominica,337127,583191,803,59,182 +Dominica,337211,129517,803,59,182 +Dominica,337214,19476,803,59,182 +Dominica,337215,314598,803,59,182 +Dominica,337910,13726,803,59,182 +Dominica,337920,18862,803,59,182 +Dominica,339112,251599,803,59,182 +Dominica,339113,188797,803,59,182 +Dominica,339114,62442,803,59,182 +Dominica,339115,23806,803,59,182 +Dominica,339911,130482,803,59,182 +Dominica,339913,83678,803,59,182 +Dominica,339914,10674,803,59,182 +Dominica,339920,152155,803,59,182 +Dominica,339932,11856,803,59,182 +Dominica,339941,2848,803,59,182 +Dominica,339942,9134,803,59,182 +Dominica,339950,34920,803,59,182 +Dominica,339992,18555,803,59,182 +Dominica,339993,9177,803,59,182 +Dominica,339999,71864,803,59,182 +Dominica,511210,17618,803,59,182 +Dominica,910000,404980,803,59,182 +Dominica,920000,192128,803,59,182 +Dominica,990000,12167467,803,59,182 +Dominican Republic,111110,167214,803,60,183 +Dominican Republic,111120,300115,803,60,183 +Dominican Republic,111130,23621232,803,60,183 +Dominican Republic,111140,137782555,803,60,183 +Dominican Republic,111150,174790424,803,60,183 +Dominican Republic,111160,160740,803,60,183 +Dominican Republic,111199,1849799,803,60,183 +Dominican Republic,111211,1110960,803,60,183 +Dominican Republic,111219,5221796,803,60,183 +Dominican Republic,111310,30462,803,60,183 +Dominican Republic,111320,9076,803,60,183 +Dominican Republic,111331,12106581,803,60,183 +Dominican Republic,111332,7277517,803,60,183 +Dominican Republic,111333,25586,803,60,183 +Dominican Republic,111335,1944517,803,60,183 +Dominican Republic,111339,3068724,803,60,183 +Dominican Republic,111411,21200,803,60,183 +Dominican Republic,111421,458026,803,60,183 +Dominican Republic,111910,82733022,803,60,183 +Dominican Republic,111920,72511,803,60,183 +Dominican Republic,111992,103475,803,60,183 +Dominican Republic,111998,659352,803,60,183 +Dominican Republic,112111,55023,803,60,183 +Dominican Republic,112210,35120,803,60,183 +Dominican Republic,112310,7871981,803,60,183 +Dominican Republic,112511,58435,803,60,183 +Dominican Republic,112920,1684274,803,60,183 +Dominican Republic,112990,281612,803,60,183 +Dominican Republic,113210,840906,803,60,183 +Dominican Republic,113310,830585,803,60,183 +Dominican Republic,114111,7435103,803,60,183 +Dominican Republic,114112,2481451,803,60,183 +Dominican Republic,114119,143251,803,60,183 +Dominican Republic,211111,3000,803,60,183 +Dominican Republic,211112,273347286,803,60,183 +Dominican Republic,212112,9124,803,60,183 +Dominican Republic,212113,20270,803,60,183 +Dominican Republic,212221,616687,803,60,183 +Dominican Republic,212222,584286,803,60,183 +Dominican Republic,212231,3315,803,60,183 +Dominican Republic,212234,51861,803,60,183 +Dominican Republic,212299,212304,803,60,183 +Dominican Republic,212311,71980,803,60,183 +Dominican Republic,212319,197808,803,60,183 +Dominican Republic,212322,1300715,803,60,183 +Dominican Republic,212324,1424833,803,60,183 +Dominican Republic,212325,1827145,803,60,183 +Dominican Republic,212391,10687,803,60,183 +Dominican Republic,212392,14299,803,60,183 +Dominican Republic,212393,391107,803,60,183 +Dominican Republic,212399,14695276,803,60,183 +Dominican Republic,311111,2616245,803,60,183 +Dominican Republic,311119,4010233,803,60,183 +Dominican Republic,311211,3184515,803,60,183 +Dominican Republic,311212,15006295,803,60,183 +Dominican Republic,311213,19517284,803,60,183 +Dominican Republic,311221,10268064,803,60,183 +Dominican Republic,311222,209495301,803,60,183 +Dominican Republic,311223,8668059,803,60,183 +Dominican Republic,311225,5114470,803,60,183 +Dominican Republic,311230,2991610,803,60,183 +Dominican Republic,311311,1077183,803,60,183 +Dominican Republic,311320,7116941,803,60,183 +Dominican Republic,311340,2383562,803,60,183 +Dominican Republic,311411,6927940,803,60,183 +Dominican Republic,311421,14378923,803,60,183 +Dominican Republic,311422,682826,803,60,183 +Dominican Republic,311423,3669848,803,60,183 +Dominican Republic,311511,2371171,803,60,183 +Dominican Republic,311512,1600641,803,60,183 +Dominican Republic,311513,11938210,803,60,183 +Dominican Republic,311514,36316279,803,60,183 +Dominican Republic,311520,1394247,803,60,183 +Dominican Republic,311611,65321030,803,60,183 +Dominican Republic,311613,20504741,803,60,183 +Dominican Republic,311615,36017177,803,60,183 +Dominican Republic,311711,1755946,803,60,183 +Dominican Republic,311811,7049799,803,60,183 +Dominican Republic,311822,7120223,803,60,183 +Dominican Republic,311823,53970,803,60,183 +Dominican Republic,311911,4961394,803,60,183 +Dominican Republic,311919,1390902,803,60,183 +Dominican Republic,311920,1190457,803,60,183 +Dominican Republic,311930,12245075,803,60,183 +Dominican Republic,311941,3511628,803,60,183 +Dominican Republic,311942,3548793,803,60,183 +Dominican Republic,311999,22120942,803,60,183 +Dominican Republic,312111,1546481,803,60,183 +Dominican Republic,312112,107493,803,60,183 +Dominican Republic,312113,70919,803,60,183 +Dominican Republic,312120,4383050,803,60,183 +Dominican Republic,312130,2626613,803,60,183 +Dominican Republic,312140,5997350,803,60,183 +Dominican Republic,312221,4526525,803,60,183 +Dominican Republic,312229,11441983,803,60,183 +Dominican Republic,313111,276075062,803,60,183 +Dominican Republic,313113,3230185,803,60,183 +Dominican Republic,313210,72195600,803,60,183 +Dominican Republic,313221,18285472,803,60,183 +Dominican Republic,313230,35695005,803,60,183 +Dominican Republic,313249,66885778,803,60,183 +Dominican Republic,313312,2521956,803,60,183 +Dominican Republic,313320,11247013,803,60,183 +Dominican Republic,314110,1402035,803,60,183 +Dominican Republic,314121,105619,803,60,183 +Dominican Republic,314129,3448278,803,60,183 +Dominican Republic,314911,2128693,803,60,183 +Dominican Republic,314912,4293036,803,60,183 +Dominican Republic,314991,498809,803,60,183 +Dominican Republic,314992,572908,803,60,183 +Dominican Republic,314999,9991345,803,60,183 +Dominican Republic,315111,181949,803,60,183 +Dominican Republic,315221,1629148,803,60,183 +Dominican Republic,315222,1514667,803,60,183 +Dominican Republic,315223,1061619,803,60,183 +Dominican Republic,315224,782123,803,60,183 +Dominican Republic,315228,957722,803,60,183 +Dominican Republic,315231,3253974,803,60,183 +Dominican Republic,315232,656885,803,60,183 +Dominican Republic,315233,82750,803,60,183 +Dominican Republic,315234,358432,803,60,183 +Dominican Republic,315239,2585069,803,60,183 +Dominican Republic,315291,753731,803,60,183 +Dominican Republic,315292,1803959,803,60,183 +Dominican Republic,315991,217982,803,60,183 +Dominican Republic,315992,908360,803,60,183 +Dominican Republic,315993,38130,803,60,183 +Dominican Republic,315999,104257654,803,60,183 +Dominican Republic,316110,44471191,803,60,183 +Dominican Republic,316211,653878,803,60,183 +Dominican Republic,316212,78259,803,60,183 +Dominican Republic,316213,962837,803,60,183 +Dominican Republic,316214,665009,803,60,183 +Dominican Republic,316219,4643379,803,60,183 +Dominican Republic,316991,1584294,803,60,183 +Dominican Republic,316992,799099,803,60,183 +Dominican Republic,316993,356263,803,60,183 +Dominican Republic,316999,12530043,803,60,183 +Dominican Republic,321113,38914758,803,60,183 +Dominican Republic,321114,5882026,803,60,183 +Dominican Republic,321211,662581,803,60,183 +Dominican Republic,321212,5825788,803,60,183 +Dominican Republic,321213,2554215,803,60,183 +Dominican Republic,321219,702170,803,60,183 +Dominican Republic,321911,287311,803,60,183 +Dominican Republic,321918,1563178,803,60,183 +Dominican Republic,321920,1231014,803,60,183 +Dominican Republic,321991,99703,803,60,183 +Dominican Republic,321992,130096,803,60,183 +Dominican Republic,321999,3120339,803,60,183 +Dominican Republic,322110,1617241,803,60,183 +Dominican Republic,322121,38954203,803,60,183 +Dominican Republic,322122,12612736,803,60,183 +Dominican Republic,322130,67736452,803,60,183 +Dominican Republic,322211,25003579,803,60,183 +Dominican Republic,322212,2647108,803,60,183 +Dominican Republic,322213,635847,803,60,183 +Dominican Republic,322214,1287721,803,60,183 +Dominican Republic,322215,975573,803,60,183 +Dominican Republic,322222,12042634,803,60,183 +Dominican Republic,322223,18994435,803,60,183 +Dominican Republic,322224,30023,803,60,183 +Dominican Republic,322232,75855,803,60,183 +Dominican Republic,322233,193519,803,60,183 +Dominican Republic,322291,13198615,803,60,183 +Dominican Republic,322299,3429829,803,60,183 +Dominican Republic,323117,10276506,803,60,183 +Dominican Republic,323118,989830,803,60,183 +Dominican Republic,323119,17175824,803,60,183 +Dominican Republic,323122,891756,803,60,183 +Dominican Republic,324110,586003892,803,60,183 +Dominican Republic,324121,237254,803,60,183 +Dominican Republic,324122,1385582,803,60,183 +Dominican Republic,325110,261896,803,60,183 +Dominican Republic,325120,2262100,803,60,183 +Dominican Republic,325131,11931317,803,60,183 +Dominican Republic,325132,5750940,803,60,183 +Dominican Republic,325181,4707880,803,60,183 +Dominican Republic,325182,126264,803,60,183 +Dominican Republic,325188,17964744,803,60,183 +Dominican Republic,325191,1507219,803,60,183 +Dominican Republic,325192,4144709,803,60,183 +Dominican Republic,325193,338526,803,60,183 +Dominican Republic,325199,56119535,803,60,183 +Dominican Republic,325211,165974129,803,60,183 +Dominican Republic,325212,2737753,803,60,183 +Dominican Republic,325221,307562,803,60,183 +Dominican Republic,325222,18710871,803,60,183 +Dominican Republic,325311,25238518,803,60,183 +Dominican Republic,325312,20781570,803,60,183 +Dominican Republic,325320,6359898,803,60,183 +Dominican Republic,325411,3582456,803,60,183 +Dominican Republic,325412,26854974,803,60,183 +Dominican Republic,325414,4631537,803,60,183 +Dominican Republic,325510,9303140,803,60,183 +Dominican Republic,325520,12864500,803,60,183 +Dominican Republic,325611,14207314,803,60,183 +Dominican Republic,325612,1901409,803,60,183 +Dominican Republic,325613,8202968,803,60,183 +Dominican Republic,325620,32068459,803,60,183 +Dominican Republic,325910,11511102,803,60,183 +Dominican Republic,325920,652677,803,60,183 +Dominican Republic,325992,6461889,803,60,183 +Dominican Republic,325998,13263763,803,60,183 +Dominican Republic,326113,54596918,803,60,183 +Dominican Republic,326121,8073635,803,60,183 +Dominican Republic,326122,10965321,803,60,183 +Dominican Republic,326160,10470414,803,60,183 +Dominican Republic,326191,719803,803,60,183 +Dominican Republic,326192,349053,803,60,183 +Dominican Republic,326199,91600680,803,60,183 +Dominican Republic,326211,10425127,803,60,183 +Dominican Republic,326212,72285,803,60,183 +Dominican Republic,326220,5232021,803,60,183 +Dominican Republic,326299,16648872,803,60,183 +Dominican Republic,327111,553214,803,60,183 +Dominican Republic,327112,8017949,803,60,183 +Dominican Republic,327113,398180,803,60,183 +Dominican Republic,327121,40901,803,60,183 +Dominican Republic,327122,106555,803,60,183 +Dominican Republic,327123,603058,803,60,183 +Dominican Republic,327124,387487,803,60,183 +Dominican Republic,327125,4690878,803,60,183 +Dominican Republic,327211,2740281,803,60,183 +Dominican Republic,327212,5360569,803,60,183 +Dominican Republic,327213,2118944,803,60,183 +Dominican Republic,327215,1151741,803,60,183 +Dominican Republic,327310,512940,803,60,183 +Dominican Republic,327320,109003,803,60,183 +Dominican Republic,327331,46601,803,60,183 +Dominican Republic,327390,1298188,803,60,183 +Dominican Republic,327410,2895,803,60,183 +Dominican Republic,327420,1327301,803,60,183 +Dominican Republic,327910,992652,803,60,183 +Dominican Republic,327991,302797,803,60,183 +Dominican Republic,327992,1007234,803,60,183 +Dominican Republic,327993,3064418,803,60,183 +Dominican Republic,327999,743453,803,60,183 +Dominican Republic,331111,167245831,803,60,183 +Dominican Republic,331112,250174,803,60,183 +Dominican Republic,331222,4337927,803,60,183 +Dominican Republic,331311,29353,803,60,183 +Dominican Republic,331312,25724,803,60,183 +Dominican Republic,331314,27849,803,60,183 +Dominican Republic,331315,2970940,803,60,183 +Dominican Republic,331316,649068,803,60,183 +Dominican Republic,331319,970394,803,60,183 +Dominican Republic,331411,173641,803,60,183 +Dominican Republic,331419,3047887,803,60,183 +Dominican Republic,331421,1201210,803,60,183 +Dominican Republic,331422,6309070,803,60,183 +Dominican Republic,331491,10464800,803,60,183 +Dominican Republic,331492,92657,803,60,183 +Dominican Republic,331511,1567900,803,60,183 +Dominican Republic,332115,1298865,803,60,183 +Dominican Republic,332211,1507444,803,60,183 +Dominican Republic,332212,5901929,803,60,183 +Dominican Republic,332213,606069,803,60,183 +Dominican Republic,332214,120095,803,60,183 +Dominican Republic,332311,7161300,803,60,183 +Dominican Republic,332312,6919763,803,60,183 +Dominican Republic,332321,2824265,803,60,183 +Dominican Republic,332322,1153338,803,60,183 +Dominican Republic,332323,3552470,803,60,183 +Dominican Republic,332410,7278284,803,60,183 +Dominican Republic,332420,7630569,803,60,183 +Dominican Republic,332431,1279841,803,60,183 +Dominican Republic,332439,5278244,803,60,183 +Dominican Republic,332510,6617454,803,60,183 +Dominican Republic,332611,426583,803,60,183 +Dominican Republic,332618,4467806,803,60,183 +Dominican Republic,332722,4263878,803,60,183 +Dominican Republic,332911,35060077,803,60,183 +Dominican Republic,332912,1128671,803,60,183 +Dominican Republic,332913,993474,803,60,183 +Dominican Republic,332919,11343596,803,60,183 +Dominican Republic,332991,2208727,803,60,183 +Dominican Republic,332992,361075,803,60,183 +Dominican Republic,332994,1141327,803,60,183 +Dominican Republic,332997,816942,803,60,183 +Dominican Republic,332998,1300255,803,60,183 +Dominican Republic,332999,19877149,803,60,183 +Dominican Republic,333111,23655465,803,60,183 +Dominican Republic,333120,61140082,803,60,183 +Dominican Republic,333131,11488555,803,60,183 +Dominican Republic,333132,892179,803,60,183 +Dominican Republic,333210,793060,803,60,183 +Dominican Republic,333220,6478025,803,60,183 +Dominican Republic,333291,7527781,803,60,183 +Dominican Republic,333292,7472816,803,60,183 +Dominican Republic,333293,6696356,803,60,183 +Dominican Republic,333294,11200875,803,60,183 +Dominican Republic,333295,593973,803,60,183 +Dominican Republic,333298,1023474,803,60,183 +Dominican Republic,333311,36527,803,60,183 +Dominican Republic,333313,6489014,803,60,183 +Dominican Republic,333314,5925921,803,60,183 +Dominican Republic,333315,5254331,803,60,183 +Dominican Republic,333319,37466998,803,60,183 +Dominican Republic,333411,854175,803,60,183 +Dominican Republic,333412,1682149,803,60,183 +Dominican Republic,333414,1881349,803,60,183 +Dominican Republic,333415,28937241,803,60,183 +Dominican Republic,333511,4284991,803,60,183 +Dominican Republic,333512,2330802,803,60,183 +Dominican Republic,333513,2140230,803,60,183 +Dominican Republic,333514,1725130,803,60,183 +Dominican Republic,333515,1899199,803,60,183 +Dominican Republic,333516,185601,803,60,183 +Dominican Republic,333611,9175594,803,60,183 +Dominican Republic,333612,658256,803,60,183 +Dominican Republic,333613,2496612,803,60,183 +Dominican Republic,333618,8970386,803,60,183 +Dominican Republic,333911,22584167,803,60,183 +Dominican Republic,333912,7404768,803,60,183 +Dominican Republic,333913,1223101,803,60,183 +Dominican Republic,333921,451488,803,60,183 +Dominican Republic,333922,4924857,803,60,183 +Dominican Republic,333923,1858191,803,60,183 +Dominican Republic,333924,12932577,803,60,183 +Dominican Republic,333991,1556193,803,60,183 +Dominican Republic,333992,5370450,803,60,183 +Dominican Republic,333993,9274861,803,60,183 +Dominican Republic,333994,4243943,803,60,183 +Dominican Republic,333995,443582,803,60,183 +Dominican Republic,333996,1956533,803,60,183 +Dominican Republic,333997,1655485,803,60,183 +Dominican Republic,333999,75852342,803,60,183 +Dominican Republic,334111,44697421,803,60,183 +Dominican Republic,334112,3499743,803,60,183 +Dominican Republic,334119,57247803,803,60,183 +Dominican Republic,334210,3744617,803,60,183 +Dominican Republic,334220,113675346,803,60,183 +Dominican Republic,334290,15007860,803,60,183 +Dominican Republic,334310,20226691,803,60,183 +Dominican Republic,334411,149297,803,60,183 +Dominican Republic,334412,1806409,803,60,183 +Dominican Republic,334413,29999416,803,60,183 +Dominican Republic,334414,9139001,803,60,183 +Dominican Republic,334415,349306,803,60,183 +Dominican Republic,334416,1731777,803,60,183 +Dominican Republic,334417,25991255,803,60,183 +Dominican Republic,334418,2423251,803,60,183 +Dominican Republic,334419,11354123,803,60,183 +Dominican Republic,334510,16107883,803,60,183 +Dominican Republic,334511,1692229,803,60,183 +Dominican Republic,334512,1716270,803,60,183 +Dominican Republic,334513,14453098,803,60,183 +Dominican Republic,334514,743876,803,60,183 +Dominican Republic,334515,17032695,803,60,183 +Dominican Republic,334516,3244756,803,60,183 +Dominican Republic,334517,14924635,803,60,183 +Dominican Republic,334518,3975807,803,60,183 +Dominican Republic,334519,4609419,803,60,183 +Dominican Republic,334612,1295091,803,60,183 +Dominican Republic,334613,308431,803,60,183 +Dominican Republic,335110,2802141,803,60,183 +Dominican Republic,335121,1706084,803,60,183 +Dominican Republic,335129,7641647,803,60,183 +Dominican Republic,335211,7733983,803,60,183 +Dominican Republic,335212,906787,803,60,183 +Dominican Republic,335221,6775089,803,60,183 +Dominican Republic,335222,12812606,803,60,183 +Dominican Republic,335224,7300749,803,60,183 +Dominican Republic,335228,2898100,803,60,183 +Dominican Republic,335311,16544701,803,60,183 +Dominican Republic,335312,22213935,803,60,183 +Dominican Republic,335313,122305594,803,60,183 +Dominican Republic,335314,14680658,803,60,183 +Dominican Republic,335911,63778222,803,60,183 +Dominican Republic,335912,14884531,803,60,183 +Dominican Republic,335921,1498509,803,60,183 +Dominican Republic,335929,27670706,803,60,183 +Dominican Republic,335931,9692973,803,60,183 +Dominican Republic,335932,1118538,803,60,183 +Dominican Republic,335991,194948,803,60,183 +Dominican Republic,335999,21668008,803,60,183 +Dominican Republic,336111,413579068,803,60,183 +Dominican Republic,336120,19904575,803,60,183 +Dominican Republic,336211,20366916,803,60,183 +Dominican Republic,336212,2789989,803,60,183 +Dominican Republic,336214,6114366,803,60,183 +Dominican Republic,336311,1508187,803,60,183 +Dominican Republic,336321,555451,803,60,183 +Dominican Republic,336322,5502130,803,60,183 +Dominican Republic,336330,325252,803,60,183 +Dominican Republic,336340,1044863,803,60,183 +Dominican Republic,336350,701567,803,60,183 +Dominican Republic,336360,130682,803,60,183 +Dominican Republic,336370,182925,803,60,183 +Dominican Republic,336391,534776,803,60,183 +Dominican Republic,336399,24906565,803,60,183 +Dominican Republic,336412,821880,803,60,183 +Dominican Republic,336413,1439085,803,60,183 +Dominican Republic,336415,3185,803,60,183 +Dominican Republic,336419,32128,803,60,183 +Dominican Republic,336510,3769392,803,60,183 +Dominican Republic,336611,159533,803,60,183 +Dominican Republic,336612,6637091,803,60,183 +Dominican Republic,336991,2799713,803,60,183 +Dominican Republic,336992,9623,803,60,183 +Dominican Republic,337110,578298,803,60,183 +Dominican Republic,337121,145974,803,60,183 +Dominican Republic,337124,4112206,803,60,183 +Dominican Republic,337127,14862391,803,60,183 +Dominican Republic,337129,161448,803,60,183 +Dominican Republic,337211,620553,803,60,183 +Dominican Republic,337214,1417988,803,60,183 +Dominican Republic,337215,7933703,803,60,183 +Dominican Republic,337910,804326,803,60,183 +Dominican Republic,337920,497620,803,60,183 +Dominican Republic,339112,135490665,803,60,183 +Dominican Republic,339113,20250267,803,60,183 +Dominican Republic,339114,1503675,803,60,183 +Dominican Republic,339115,1726339,803,60,183 +Dominican Republic,339911,175033851,803,60,183 +Dominican Republic,339912,162625,803,60,183 +Dominican Republic,339913,12354832,803,60,183 +Dominican Republic,339914,50742753,803,60,183 +Dominican Republic,339920,7352946,803,60,183 +Dominican Republic,339932,5336244,803,60,183 +Dominican Republic,339941,347088,803,60,183 +Dominican Republic,339942,265203,803,60,183 +Dominican Republic,339943,16057,803,60,183 +Dominican Republic,339944,3229771,803,60,183 +Dominican Republic,339950,394912,803,60,183 +Dominican Republic,339991,3441384,803,60,183 +Dominican Republic,339992,1007103,803,60,183 +Dominican Republic,339993,12193523,803,60,183 +Dominican Republic,339994,964486,803,60,183 +Dominican Republic,339999,13108055,803,60,183 +Dominican Republic,511210,988638,803,60,183 +Dominican Republic,910000,7157188,803,60,183 +Dominican Republic,920000,19343880,803,60,183 +Dominican Republic,990000,338553916,803,60,183 +Ecuador,111110,11625,803,61,184 +Ecuador,111120,615332,803,61,184 +Ecuador,111130,528298,803,61,184 +Ecuador,111140,30296692,803,61,184 +Ecuador,111150,31480360,803,61,184 +Ecuador,111160,9069,803,61,184 +Ecuador,111199,11468,803,61,184 +Ecuador,111219,1767204,803,61,184 +Ecuador,111310,1117095,803,61,184 +Ecuador,111320,27405,803,61,184 +Ecuador,111331,1000331,803,61,184 +Ecuador,111332,4020763,803,61,184 +Ecuador,111335,3607361,803,61,184 +Ecuador,111339,2520783,803,61,184 +Ecuador,111411,112478,803,61,184 +Ecuador,111421,90581,803,61,184 +Ecuador,111422,560331,803,61,184 +Ecuador,111920,26695296,803,61,184 +Ecuador,111998,4174422,803,61,184 +Ecuador,112111,623771,803,61,184 +Ecuador,112310,1666876,803,61,184 +Ecuador,112920,138000,803,61,184 +Ecuador,112990,21926,803,61,184 +Ecuador,113210,1658301,803,61,184 +Ecuador,113310,62674,803,61,184 +Ecuador,114111,1749523,803,61,184 +Ecuador,114112,747537,803,61,184 +Ecuador,114119,71124,803,61,184 +Ecuador,211112,281325293,803,61,184 +Ecuador,212112,71598,803,61,184 +Ecuador,212113,4860,803,61,184 +Ecuador,212210,6300,803,61,184 +Ecuador,212231,12000,803,61,184 +Ecuador,212299,109148,803,61,184 +Ecuador,212319,67083,803,61,184 +Ecuador,212322,18001,803,61,184 +Ecuador,212324,1675778,803,61,184 +Ecuador,212325,2682481,803,61,184 +Ecuador,212393,145800,803,61,184 +Ecuador,212399,571918,803,61,184 +Ecuador,311111,245423,803,61,184 +Ecuador,311119,7496113,803,61,184 +Ecuador,311211,317793,803,61,184 +Ecuador,311212,173332,803,61,184 +Ecuador,311213,2618680,803,61,184 +Ecuador,311221,5014529,803,61,184 +Ecuador,311222,58388620,803,61,184 +Ecuador,311223,362134,803,61,184 +Ecuador,311225,847667,803,61,184 +Ecuador,311230,538765,803,61,184 +Ecuador,311311,170686,803,61,184 +Ecuador,311320,1983407,803,61,184 +Ecuador,311340,834307,803,61,184 +Ecuador,311411,1498178,803,61,184 +Ecuador,311421,1453375,803,61,184 +Ecuador,311422,530999,803,61,184 +Ecuador,311423,555430,803,61,184 +Ecuador,311511,3474,803,61,184 +Ecuador,311512,122244,803,61,184 +Ecuador,311513,1325302,803,61,184 +Ecuador,311514,1786519,803,61,184 +Ecuador,311520,18282,803,61,184 +Ecuador,311611,7530268,803,61,184 +Ecuador,311613,5370384,803,61,184 +Ecuador,311615,2699711,803,61,184 +Ecuador,311711,766811,803,61,184 +Ecuador,311811,1689298,803,61,184 +Ecuador,311822,538556,803,61,184 +Ecuador,311823,3517,803,61,184 +Ecuador,311911,359739,803,61,184 +Ecuador,311919,451261,803,61,184 +Ecuador,311920,2086175,803,61,184 +Ecuador,311930,2384298,803,61,184 +Ecuador,311941,2361493,803,61,184 +Ecuador,311942,1561708,803,61,184 +Ecuador,311999,16281976,803,61,184 +Ecuador,312111,372577,803,61,184 +Ecuador,312113,5336,803,61,184 +Ecuador,312120,821202,803,61,184 +Ecuador,312130,543446,803,61,184 +Ecuador,312140,52415,803,61,184 +Ecuador,312221,27641,803,61,184 +Ecuador,313111,164233,803,61,184 +Ecuador,313113,113082,803,61,184 +Ecuador,313210,4388435,803,61,184 +Ecuador,313221,1721559,803,61,184 +Ecuador,313230,1741787,803,61,184 +Ecuador,313249,418230,803,61,184 +Ecuador,313312,607073,803,61,184 +Ecuador,313320,1623929,803,61,184 +Ecuador,314110,1224374,803,61,184 +Ecuador,314121,211148,803,61,184 +Ecuador,314129,1260282,803,61,184 +Ecuador,314911,177573,803,61,184 +Ecuador,314912,614732,803,61,184 +Ecuador,314991,383531,803,61,184 +Ecuador,314992,2736860,803,61,184 +Ecuador,314999,3363897,803,61,184 +Ecuador,315111,85889,803,61,184 +Ecuador,315222,7500,803,61,184 +Ecuador,315223,7096,803,61,184 +Ecuador,315224,167972,803,61,184 +Ecuador,315228,175333,803,61,184 +Ecuador,315231,24143,803,61,184 +Ecuador,315232,79616,803,61,184 +Ecuador,315233,65516,803,61,184 +Ecuador,315234,1294409,803,61,184 +Ecuador,315239,93194,803,61,184 +Ecuador,315291,478260,803,61,184 +Ecuador,315292,1335915,803,61,184 +Ecuador,315991,107898,803,61,184 +Ecuador,315992,344370,803,61,184 +Ecuador,315993,10302,803,61,184 +Ecuador,315999,2457739,803,61,184 +Ecuador,316110,138309,803,61,184 +Ecuador,316211,487754,803,61,184 +Ecuador,316212,49277,803,61,184 +Ecuador,316213,868531,803,61,184 +Ecuador,316214,149270,803,61,184 +Ecuador,316219,2059935,803,61,184 +Ecuador,316991,1634470,803,61,184 +Ecuador,316992,320828,803,61,184 +Ecuador,316993,1306760,803,61,184 +Ecuador,316999,2458794,803,61,184 +Ecuador,321113,48586,803,61,184 +Ecuador,321114,4966828,803,61,184 +Ecuador,321211,69391,803,61,184 +Ecuador,321212,54127,803,61,184 +Ecuador,321213,34630,803,61,184 +Ecuador,321219,197558,803,61,184 +Ecuador,321911,153503,803,61,184 +Ecuador,321918,373270,803,61,184 +Ecuador,321920,301755,803,61,184 +Ecuador,321991,12000,803,61,184 +Ecuador,321992,5427,803,61,184 +Ecuador,321999,1029484,803,61,184 +Ecuador,322110,13215972,803,61,184 +Ecuador,322121,20510764,803,61,184 +Ecuador,322122,11040863,803,61,184 +Ecuador,322130,123881554,803,61,184 +Ecuador,322211,2350872,803,61,184 +Ecuador,322212,2104340,803,61,184 +Ecuador,322213,27000,803,61,184 +Ecuador,322214,136745,803,61,184 +Ecuador,322215,229266,803,61,184 +Ecuador,322222,8059307,803,61,184 +Ecuador,322223,1069937,803,61,184 +Ecuador,322233,38587,803,61,184 +Ecuador,322291,3990665,803,61,184 +Ecuador,322299,395654,803,61,184 +Ecuador,323116,3044,803,61,184 +Ecuador,323117,4848650,803,61,184 +Ecuador,323118,693851,803,61,184 +Ecuador,323119,3671380,803,61,184 +Ecuador,323122,652787,803,61,184 +Ecuador,324110,1735563696,803,61,184 +Ecuador,324121,89274,803,61,184 +Ecuador,324122,370191,803,61,184 +Ecuador,325110,508753,803,61,184 +Ecuador,325120,436762,803,61,184 +Ecuador,325131,9489086,803,61,184 +Ecuador,325132,3288320,803,61,184 +Ecuador,325181,4425823,803,61,184 +Ecuador,325182,236982,803,61,184 +Ecuador,325188,13311374,803,61,184 +Ecuador,325191,1653551,803,61,184 +Ecuador,325192,10955215,803,61,184 +Ecuador,325193,28283,803,61,184 +Ecuador,325199,55060866,803,61,184 +Ecuador,325211,220437283,803,61,184 +Ecuador,325212,12565543,803,61,184 +Ecuador,325221,290224,803,61,184 +Ecuador,325222,2910916,803,61,184 +Ecuador,325311,904156,803,61,184 +Ecuador,325312,56355770,803,61,184 +Ecuador,325320,14089690,803,61,184 +Ecuador,325411,5252706,803,61,184 +Ecuador,325412,19087222,803,61,184 +Ecuador,325414,19582698,803,61,184 +Ecuador,325510,10440580,803,61,184 +Ecuador,325520,5044400,803,61,184 +Ecuador,325611,3407175,803,61,184 +Ecuador,325612,2237055,803,61,184 +Ecuador,325613,8596801,803,61,184 +Ecuador,325620,15170533,803,61,184 +Ecuador,325910,18945409,803,61,184 +Ecuador,325920,2078366,803,61,184 +Ecuador,325992,13559578,803,61,184 +Ecuador,325998,25360079,803,61,184 +Ecuador,326113,9164286,803,61,184 +Ecuador,326121,869857,803,61,184 +Ecuador,326122,843973,803,61,184 +Ecuador,326160,87131,803,61,184 +Ecuador,326191,1010547,803,61,184 +Ecuador,326192,170465,803,61,184 +Ecuador,326199,20000636,803,61,184 +Ecuador,326211,14631953,803,61,184 +Ecuador,326212,20640,803,61,184 +Ecuador,326220,3985032,803,61,184 +Ecuador,326299,2431779,803,61,184 +Ecuador,327111,93255,803,61,184 +Ecuador,327112,625504,803,61,184 +Ecuador,327113,191636,803,61,184 +Ecuador,327121,10569,803,61,184 +Ecuador,327124,1281612,803,61,184 +Ecuador,327125,1296410,803,61,184 +Ecuador,327211,6402054,803,61,184 +Ecuador,327212,2938633,803,61,184 +Ecuador,327213,201388,803,61,184 +Ecuador,327215,897341,803,61,184 +Ecuador,327310,21210,803,61,184 +Ecuador,327320,28495,803,61,184 +Ecuador,327331,21566,803,61,184 +Ecuador,327390,72760,803,61,184 +Ecuador,327410,19160,803,61,184 +Ecuador,327420,59555,803,61,184 +Ecuador,327910,818048,803,61,184 +Ecuador,327991,3500,803,61,184 +Ecuador,327992,513391,803,61,184 +Ecuador,327993,934800,803,61,184 +Ecuador,327999,588103,803,61,184 +Ecuador,331111,52868296,803,61,184 +Ecuador,331112,108810,803,61,184 +Ecuador,331222,3449592,803,61,184 +Ecuador,331311,19907,803,61,184 +Ecuador,331312,143951,803,61,184 +Ecuador,331314,68548,803,61,184 +Ecuador,331315,914682,803,61,184 +Ecuador,331316,242917,803,61,184 +Ecuador,331319,387270,803,61,184 +Ecuador,331411,152988,803,61,184 +Ecuador,331419,105021,803,61,184 +Ecuador,331421,562258,803,61,184 +Ecuador,331422,3097996,803,61,184 +Ecuador,331491,979518,803,61,184 +Ecuador,331492,17982,803,61,184 +Ecuador,331511,1447279,803,61,184 +Ecuador,332115,6346938,803,61,184 +Ecuador,332211,379125,803,61,184 +Ecuador,332212,9734057,803,61,184 +Ecuador,332213,1479553,803,61,184 +Ecuador,332214,144811,803,61,184 +Ecuador,332311,578781,803,61,184 +Ecuador,332312,12602837,803,61,184 +Ecuador,332321,2382431,803,61,184 +Ecuador,332322,382548,803,61,184 +Ecuador,332323,53581,803,61,184 +Ecuador,332410,3226853,803,61,184 +Ecuador,332420,4508661,803,61,184 +Ecuador,332439,2440312,803,61,184 +Ecuador,332510,2863315,803,61,184 +Ecuador,332611,195921,803,61,184 +Ecuador,332618,2418308,803,61,184 +Ecuador,332722,1710665,803,61,184 +Ecuador,332911,14717732,803,61,184 +Ecuador,332912,2248168,803,61,184 +Ecuador,332913,769540,803,61,184 +Ecuador,332919,6837634,803,61,184 +Ecuador,332991,3970298,803,61,184 +Ecuador,332992,388254,803,61,184 +Ecuador,332994,1897353,803,61,184 +Ecuador,332995,196000,803,61,184 +Ecuador,332997,2879,803,61,184 +Ecuador,332998,152878,803,61,184 +Ecuador,332999,8453863,803,61,184 +Ecuador,333111,34232641,803,61,184 +Ecuador,333120,74582903,803,61,184 +Ecuador,333131,16211477,803,61,184 +Ecuador,333132,111501659,803,61,184 +Ecuador,333210,962431,803,61,184 +Ecuador,333220,5220841,803,61,184 +Ecuador,333291,3300106,803,61,184 +Ecuador,333292,3595589,803,61,184 +Ecuador,333293,15263745,803,61,184 +Ecuador,333294,7002896,803,61,184 +Ecuador,333295,893189,803,61,184 +Ecuador,333298,1835870,803,61,184 +Ecuador,333311,191504,803,61,184 +Ecuador,333313,11221397,803,61,184 +Ecuador,333314,6696535,803,61,184 +Ecuador,333315,15806381,803,61,184 +Ecuador,333319,2465482,803,61,184 +Ecuador,333411,1053544,803,61,184 +Ecuador,333412,1501405,803,61,184 +Ecuador,333414,3331716,803,61,184 +Ecuador,333415,22957927,803,61,184 +Ecuador,333511,500723,803,61,184 +Ecuador,333512,2509142,803,61,184 +Ecuador,333513,974778,803,61,184 +Ecuador,333514,474614,803,61,184 +Ecuador,333515,2807522,803,61,184 +Ecuador,333516,844127,803,61,184 +Ecuador,333611,43370245,803,61,184 +Ecuador,333612,1886479,803,61,184 +Ecuador,333613,8111773,803,61,184 +Ecuador,333618,29054953,803,61,184 +Ecuador,333911,52791532,803,61,184 +Ecuador,333912,14200077,803,61,184 +Ecuador,333913,1173333,803,61,184 +Ecuador,333921,724218,803,61,184 +Ecuador,333922,2639319,803,61,184 +Ecuador,333923,1672512,803,61,184 +Ecuador,333924,14084393,803,61,184 +Ecuador,333991,3090590,803,61,184 +Ecuador,333992,6540043,803,61,184 +Ecuador,333993,5137360,803,61,184 +Ecuador,333994,1612268,803,61,184 +Ecuador,333995,853468,803,61,184 +Ecuador,333996,5572122,803,61,184 +Ecuador,333997,1258406,803,61,184 +Ecuador,333999,39592976,803,61,184 +Ecuador,334111,143121337,803,61,184 +Ecuador,334112,13892052,803,61,184 +Ecuador,334119,183657080,803,61,184 +Ecuador,334210,8893736,803,61,184 +Ecuador,334220,69504943,803,61,184 +Ecuador,334290,4981763,803,61,184 +Ecuador,334310,36119269,803,61,184 +Ecuador,334411,4256612,803,61,184 +Ecuador,334412,205303,803,61,184 +Ecuador,334413,12750494,803,61,184 +Ecuador,334414,415148,803,61,184 +Ecuador,334415,1023797,803,61,184 +Ecuador,334416,796877,803,61,184 +Ecuador,334417,6206140,803,61,184 +Ecuador,334418,4508692,803,61,184 +Ecuador,334419,21780655,803,61,184 +Ecuador,334510,23355547,803,61,184 +Ecuador,334511,7646964,803,61,184 +Ecuador,334512,2626564,803,61,184 +Ecuador,334513,9687425,803,61,184 +Ecuador,334514,1306680,803,61,184 +Ecuador,334515,11715893,803,61,184 +Ecuador,334516,9857245,803,61,184 +Ecuador,334517,6922929,803,61,184 +Ecuador,334518,3034944,803,61,184 +Ecuador,334519,17200374,803,61,184 +Ecuador,334612,427508,803,61,184 +Ecuador,334613,1603889,803,61,184 +Ecuador,335110,1423832,803,61,184 +Ecuador,335121,229993,803,61,184 +Ecuador,335129,1992141,803,61,184 +Ecuador,335211,12901702,803,61,184 +Ecuador,335212,6636377,803,61,184 +Ecuador,335221,891124,803,61,184 +Ecuador,335222,1886206,803,61,184 +Ecuador,335224,18575462,803,61,184 +Ecuador,335228,2424354,803,61,184 +Ecuador,335311,9490655,803,61,184 +Ecuador,335312,22813168,803,61,184 +Ecuador,335313,23849552,803,61,184 +Ecuador,335314,5942701,803,61,184 +Ecuador,335911,4718673,803,61,184 +Ecuador,335912,4158757,803,61,184 +Ecuador,335921,1169772,803,61,184 +Ecuador,335929,32549235,803,61,184 +Ecuador,335931,1953621,803,61,184 +Ecuador,335932,341639,803,61,184 +Ecuador,335991,73464,803,61,184 +Ecuador,335999,5215804,803,61,184 +Ecuador,336111,142427574,803,61,184 +Ecuador,336120,105302323,803,61,184 +Ecuador,336211,2547671,803,61,184 +Ecuador,336212,1771263,803,61,184 +Ecuador,336213,455183,803,61,184 +Ecuador,336214,1793296,803,61,184 +Ecuador,336311,4985282,803,61,184 +Ecuador,336321,385837,803,61,184 +Ecuador,336322,10335886,803,61,184 +Ecuador,336330,696350,803,61,184 +Ecuador,336340,1221445,803,61,184 +Ecuador,336350,2802554,803,61,184 +Ecuador,336360,72051,803,61,184 +Ecuador,336370,205786,803,61,184 +Ecuador,336391,117600,803,61,184 +Ecuador,336399,35414164,803,61,184 +Ecuador,336411,1050000,803,61,184 +Ecuador,336412,1688313,803,61,184 +Ecuador,336413,5958310,803,61,184 +Ecuador,336415,14858,803,61,184 +Ecuador,336419,17100,803,61,184 +Ecuador,336510,5950217,803,61,184 +Ecuador,336611,326383,803,61,184 +Ecuador,336612,3328875,803,61,184 +Ecuador,336991,4011444,803,61,184 +Ecuador,336992,18218,803,61,184 +Ecuador,337121,47865,803,61,184 +Ecuador,337124,498206,803,61,184 +Ecuador,337127,4656775,803,61,184 +Ecuador,337211,326216,803,61,184 +Ecuador,337214,142257,803,61,184 +Ecuador,337215,3965961,803,61,184 +Ecuador,337910,103366,803,61,184 +Ecuador,337920,490768,803,61,184 +Ecuador,339112,15348103,803,61,184 +Ecuador,339113,10467678,803,61,184 +Ecuador,339114,3057307,803,61,184 +Ecuador,339115,6023257,803,61,184 +Ecuador,339911,1957783,803,61,184 +Ecuador,339912,217206,803,61,184 +Ecuador,339913,583783,803,61,184 +Ecuador,339914,876942,803,61,184 +Ecuador,339920,3032482,803,61,184 +Ecuador,339932,5140572,803,61,184 +Ecuador,339941,518250,803,61,184 +Ecuador,339942,326604,803,61,184 +Ecuador,339943,209262,803,61,184 +Ecuador,339944,3564679,803,61,184 +Ecuador,339950,421176,803,61,184 +Ecuador,339991,6248264,803,61,184 +Ecuador,339992,2907369,803,61,184 +Ecuador,339993,808826,803,61,184 +Ecuador,339994,423024,803,61,184 +Ecuador,339999,6919718,803,61,184 +Ecuador,511210,2226522,803,61,184 +Ecuador,910000,69533703,803,61,184 +Ecuador,920000,12545829,803,61,184 +Ecuador,990000,150139936,803,61,184 +Egypt,111110,410777811,805,62,185 +Egypt,111120,6447724,805,62,185 +Egypt,111130,5509293,805,62,185 +Egypt,111140,441486808,805,62,185 +Egypt,111150,668286083,805,62,185 +Egypt,111199,187527,805,62,185 +Egypt,111211,33400,805,62,185 +Egypt,111219,10929095,805,62,185 +Egypt,111331,14651226,805,62,185 +Egypt,111332,114880,805,62,185 +Egypt,111335,30575369,805,62,185 +Egypt,111339,224762,805,62,185 +Egypt,111421,169448,805,62,185 +Egypt,111422,21282,805,62,185 +Egypt,111910,5226519,805,62,185 +Egypt,111920,11625596,805,62,185 +Egypt,111992,47440,805,62,185 +Egypt,111998,1859804,805,62,185 +Egypt,112111,555836,805,62,185 +Egypt,112310,3991837,805,62,185 +Egypt,113210,462080,805,62,185 +Egypt,113310,9835935,805,62,185 +Egypt,114111,6718937,805,62,185 +Egypt,114112,322191,805,62,185 +Egypt,211111,18191,805,62,185 +Egypt,211112,34800988,805,62,185 +Egypt,212112,220840287,805,62,185 +Egypt,212113,11242,805,62,185 +Egypt,212311,14000,805,62,185 +Egypt,212322,91255,805,62,185 +Egypt,212324,3406544,805,62,185 +Egypt,212325,1740245,805,62,185 +Egypt,212392,34292,805,62,185 +Egypt,212393,1210483,805,62,185 +Egypt,212399,1119341,805,62,185 +Egypt,311111,210187,805,62,185 +Egypt,311119,6273511,805,62,185 +Egypt,311211,4001526,805,62,185 +Egypt,311212,588100,805,62,185 +Egypt,311221,118293859,805,62,185 +Egypt,311222,18176528,805,62,185 +Egypt,311223,13301781,805,62,185 +Egypt,311225,127401,805,62,185 +Egypt,311230,52634,805,62,185 +Egypt,311311,83841,805,62,185 +Egypt,311320,463766,805,62,185 +Egypt,311340,189910,805,62,185 +Egypt,311411,106900,805,62,185 +Egypt,311421,2064342,805,62,185 +Egypt,311422,44720,805,62,185 +Egypt,311423,742457,805,62,185 +Egypt,311511,96000,805,62,185 +Egypt,311512,15991097,805,62,185 +Egypt,311513,29053311,805,62,185 +Egypt,311514,66632831,805,62,185 +Egypt,311520,50000,805,62,185 +Egypt,311611,181216011,805,62,185 +Egypt,311613,98000,805,62,185 +Egypt,311711,75947,805,62,185 +Egypt,311811,407462,805,62,185 +Egypt,311822,607984,805,62,185 +Egypt,311823,6198,805,62,185 +Egypt,311911,311154,805,62,185 +Egypt,311919,807333,805,62,185 +Egypt,311920,196099,805,62,185 +Egypt,311930,121843,805,62,185 +Egypt,311941,1835407,805,62,185 +Egypt,311942,599966,805,62,185 +Egypt,311999,4924938,805,62,185 +Egypt,312111,141846,805,62,185 +Egypt,312112,4500,805,62,185 +Egypt,312113,48210,805,62,185 +Egypt,312120,13591173,805,62,185 +Egypt,312130,39925,805,62,185 +Egypt,312140,1528488,805,62,185 +Egypt,312221,57226,805,62,185 +Egypt,312229,5819,805,62,185 +Egypt,313111,183794,805,62,185 +Egypt,313113,89103,805,62,185 +Egypt,313210,905906,805,62,185 +Egypt,313221,1159745,805,62,185 +Egypt,313230,1063318,805,62,185 +Egypt,313249,338166,805,62,185 +Egypt,313312,12258,805,62,185 +Egypt,313320,705419,805,62,185 +Egypt,314110,1821531,805,62,185 +Egypt,314129,336051,805,62,185 +Egypt,314911,57859,805,62,185 +Egypt,314912,58227,805,62,185 +Egypt,314991,187442,805,62,185 +Egypt,314999,1575811,805,62,185 +Egypt,315221,7355,805,62,185 +Egypt,315222,28555,805,62,185 +Egypt,315223,99412,805,62,185 +Egypt,315224,62054,805,62,185 +Egypt,315228,435420,805,62,185 +Egypt,315231,30867,805,62,185 +Egypt,315232,104271,805,62,185 +Egypt,315233,706258,805,62,185 +Egypt,315234,98610,805,62,185 +Egypt,315239,269695,805,62,185 +Egypt,315292,32507,805,62,185 +Egypt,315991,32590,805,62,185 +Egypt,315992,28133,805,62,185 +Egypt,315999,506571,805,62,185 +Egypt,316110,74368,805,62,185 +Egypt,316211,13904,805,62,185 +Egypt,316213,394034,805,62,185 +Egypt,316219,561124,805,62,185 +Egypt,316991,172163,805,62,185 +Egypt,316992,29025,805,62,185 +Egypt,316993,122728,805,62,185 +Egypt,316999,29541,805,62,185 +Egypt,321113,17254438,805,62,185 +Egypt,321114,28132,805,62,185 +Egypt,321211,7053185,805,62,185 +Egypt,321212,2369807,805,62,185 +Egypt,321213,33996,805,62,185 +Egypt,321911,54188,805,62,185 +Egypt,321918,141421,805,62,185 +Egypt,321920,7050,805,62,185 +Egypt,321992,13475,805,62,185 +Egypt,321999,616597,805,62,185 +Egypt,322110,59016424,805,62,185 +Egypt,322121,13390414,805,62,185 +Egypt,322122,1148931,805,62,185 +Egypt,322130,50080916,805,62,185 +Egypt,322211,185175,805,62,185 +Egypt,322212,8794,805,62,185 +Egypt,322215,1468012,805,62,185 +Egypt,322222,3459759,805,62,185 +Egypt,322223,99297,805,62,185 +Egypt,322291,649549,805,62,185 +Egypt,322299,310448,805,62,185 +Egypt,323117,4031652,805,62,185 +Egypt,323118,979077,805,62,185 +Egypt,323119,1899779,805,62,185 +Egypt,323122,136387,805,62,185 +Egypt,324110,396294745,805,62,185 +Egypt,324121,364343,805,62,185 +Egypt,324122,8990914,805,62,185 +Egypt,325110,181139,805,62,185 +Egypt,325120,272514,805,62,185 +Egypt,325131,16049367,805,62,185 +Egypt,325132,326521,805,62,185 +Egypt,325181,3714687,805,62,185 +Egypt,325182,97751,805,62,185 +Egypt,325188,17297472,805,62,185 +Egypt,325191,1040887,805,62,185 +Egypt,325192,5117951,805,62,185 +Egypt,325193,152182,805,62,185 +Egypt,325199,37232544,805,62,185 +Egypt,325211,233764213,805,62,185 +Egypt,325212,8715913,805,62,185 +Egypt,325221,19694215,805,62,185 +Egypt,325222,1362074,805,62,185 +Egypt,325311,645204,805,62,185 +Egypt,325312,2717318,805,62,185 +Egypt,325320,3586511,805,62,185 +Egypt,325411,53993604,805,62,185 +Egypt,325412,28287967,805,62,185 +Egypt,325414,21339283,805,62,185 +Egypt,325510,7093435,805,62,185 +Egypt,325520,10342053,805,62,185 +Egypt,325611,10584915,805,62,185 +Egypt,325612,616156,805,62,185 +Egypt,325613,12377031,805,62,185 +Egypt,325620,8713452,805,62,185 +Egypt,325910,1079602,805,62,185 +Egypt,325920,1993519,805,62,185 +Egypt,325992,2848433,805,62,185 +Egypt,325998,17938262,805,62,185 +Egypt,326113,2498745,805,62,185 +Egypt,326121,563150,805,62,185 +Egypt,326122,500324,805,62,185 +Egypt,326160,132841,805,62,185 +Egypt,326191,3949,805,62,185 +Egypt,326192,50842,805,62,185 +Egypt,326199,6087398,805,62,185 +Egypt,326211,3347715,805,62,185 +Egypt,326212,123220,805,62,185 +Egypt,326220,4122016,805,62,185 +Egypt,326299,2505432,805,62,185 +Egypt,327111,65806,805,62,185 +Egypt,327112,996769,805,62,185 +Egypt,327113,8400,805,62,185 +Egypt,327121,180000,805,62,185 +Egypt,327122,25913,805,62,185 +Egypt,327123,653015,805,62,185 +Egypt,327124,805247,805,62,185 +Egypt,327125,542418,805,62,185 +Egypt,327211,1349283,805,62,185 +Egypt,327212,930838,805,62,185 +Egypt,327213,60468,805,62,185 +Egypt,327215,64317,805,62,185 +Egypt,327310,21403,805,62,185 +Egypt,327331,52539,805,62,185 +Egypt,327390,159380,805,62,185 +Egypt,327420,75146,805,62,185 +Egypt,327910,346733,805,62,185 +Egypt,327991,48554,805,62,185 +Egypt,327992,1158490,805,62,185 +Egypt,327993,1417886,805,62,185 +Egypt,327999,3054317,805,62,185 +Egypt,331111,29492695,805,62,185 +Egypt,331222,351036,805,62,185 +Egypt,331311,55646,805,62,185 +Egypt,331315,311463,805,62,185 +Egypt,331316,146988,805,62,185 +Egypt,331319,284805,805,62,185 +Egypt,331411,19540,805,62,185 +Egypt,331419,2170967,805,62,185 +Egypt,331421,226148,805,62,185 +Egypt,331422,196383,805,62,185 +Egypt,331491,1062911,805,62,185 +Egypt,331492,25322,805,62,185 +Egypt,331511,3605522,805,62,185 +Egypt,332115,25448,805,62,185 +Egypt,332211,78515,805,62,185 +Egypt,332212,2911099,805,62,185 +Egypt,332213,32223,805,62,185 +Egypt,332214,8089,805,62,185 +Egypt,332311,1894978,805,62,185 +Egypt,332312,8852969,805,62,185 +Egypt,332321,857596,805,62,185 +Egypt,332322,3247885,805,62,185 +Egypt,332410,5020028,805,62,185 +Egypt,332420,4774241,805,62,185 +Egypt,332431,33000,805,62,185 +Egypt,332439,263747,805,62,185 +Egypt,332510,4468086,805,62,185 +Egypt,332611,256264,805,62,185 +Egypt,332618,2375058,805,62,185 +Egypt,332722,1816259,805,62,185 +Egypt,332911,22590508,805,62,185 +Egypt,332912,2175787,805,62,185 +Egypt,332913,349132,805,62,185 +Egypt,332919,3469087,805,62,185 +Egypt,332991,2703198,805,62,185 +Egypt,332992,13243506,805,62,185 +Egypt,332994,17475414,805,62,185 +Egypt,332995,11873334,805,62,185 +Egypt,332998,148352,805,62,185 +Egypt,332999,10422635,805,62,185 +Egypt,333111,39837327,805,62,185 +Egypt,333120,135908201,805,62,185 +Egypt,333131,35929461,805,62,185 +Egypt,333132,140235622,805,62,185 +Egypt,333210,785028,805,62,185 +Egypt,333220,1817271,805,62,185 +Egypt,333291,1035187,805,62,185 +Egypt,333292,7627738,805,62,185 +Egypt,333293,4320486,805,62,185 +Egypt,333294,6590954,805,62,185 +Egypt,333295,483121,805,62,185 +Egypt,333298,3067128,805,62,185 +Egypt,333311,88190,805,62,185 +Egypt,333313,3789077,805,62,185 +Egypt,333314,9602459,805,62,185 +Egypt,333315,1644860,805,62,185 +Egypt,333319,3279202,805,62,185 +Egypt,333411,1463954,805,62,185 +Egypt,333412,4188268,805,62,185 +Egypt,333414,1090776,805,62,185 +Egypt,333415,27830247,805,62,185 +Egypt,333511,135815,805,62,185 +Egypt,333512,2967274,805,62,185 +Egypt,333513,8612390,805,62,185 +Egypt,333514,1811655,805,62,185 +Egypt,333515,816531,805,62,185 +Egypt,333516,1193214,805,62,185 +Egypt,333611,25750308,805,62,185 +Egypt,333612,2556872,805,62,185 +Egypt,333613,3436079,805,62,185 +Egypt,333618,14695858,805,62,185 +Egypt,333911,60704102,805,62,185 +Egypt,333912,19240490,805,62,185 +Egypt,333913,1049227,805,62,185 +Egypt,333921,244108,805,62,185 +Egypt,333922,3532653,805,62,185 +Egypt,333923,1429348,805,62,185 +Egypt,333924,10457568,805,62,185 +Egypt,333991,902300,805,62,185 +Egypt,333992,3833558,805,62,185 +Egypt,333993,4035739,805,62,185 +Egypt,333994,1753854,805,62,185 +Egypt,333995,860693,805,62,185 +Egypt,333996,4800387,805,62,185 +Egypt,333997,603181,805,62,185 +Egypt,333999,79036488,805,62,185 +Egypt,334111,30291328,805,62,185 +Egypt,334112,3298184,805,62,185 +Egypt,334119,29117857,805,62,185 +Egypt,334210,868203,805,62,185 +Egypt,334220,40332052,805,62,185 +Egypt,334290,4157425,805,62,185 +Egypt,334310,11437189,805,62,185 +Egypt,334411,3759096,805,62,185 +Egypt,334412,554134,805,62,185 +Egypt,334413,3728365,805,62,185 +Egypt,334414,442386,805,62,185 +Egypt,334415,79953,805,62,185 +Egypt,334416,574620,805,62,185 +Egypt,334417,2396529,805,62,185 +Egypt,334418,509151,805,62,185 +Egypt,334419,8014533,805,62,185 +Egypt,334510,21974492,805,62,185 +Egypt,334511,18287768,805,62,185 +Egypt,334512,513036,805,62,185 +Egypt,334513,13156104,805,62,185 +Egypt,334514,266370,805,62,185 +Egypt,334515,18044294,805,62,185 +Egypt,334516,13656697,805,62,185 +Egypt,334517,8254784,805,62,185 +Egypt,334518,317882,805,62,185 +Egypt,334519,13308940,805,62,185 +Egypt,334612,204195,805,62,185 +Egypt,334613,308917,805,62,185 +Egypt,335110,370259,805,62,185 +Egypt,335121,255361,805,62,185 +Egypt,335129,1868398,805,62,185 +Egypt,335211,713589,805,62,185 +Egypt,335212,581909,805,62,185 +Egypt,335221,139041,805,62,185 +Egypt,335222,1566073,805,62,185 +Egypt,335224,5572921,805,62,185 +Egypt,335228,1324170,805,62,185 +Egypt,335311,2696066,805,62,185 +Egypt,335312,49829377,805,62,185 +Egypt,335313,7298023,805,62,185 +Egypt,335314,8509258,805,62,185 +Egypt,335911,1778064,805,62,185 +Egypt,335912,1632577,805,62,185 +Egypt,335921,565486,805,62,185 +Egypt,335929,11815753,805,62,185 +Egypt,335931,1179402,805,62,185 +Egypt,335932,604360,805,62,185 +Egypt,335991,767644,805,62,185 +Egypt,335999,21022948,805,62,185 +Egypt,336111,43818960,805,62,185 +Egypt,336120,31825314,805,62,185 +Egypt,336211,345126,805,62,185 +Egypt,336212,368157,805,62,185 +Egypt,336213,15000,805,62,185 +Egypt,336214,2518408,805,62,185 +Egypt,336311,2820147,805,62,185 +Egypt,336321,198569,805,62,185 +Egypt,336322,2617778,805,62,185 +Egypt,336330,63238,805,62,185 +Egypt,336340,306214,805,62,185 +Egypt,336350,1025077,805,62,185 +Egypt,336360,1441449,805,62,185 +Egypt,336370,35579,805,62,185 +Egypt,336391,43212,805,62,185 +Egypt,336399,62378656,805,62,185 +Egypt,336411,859208,805,62,185 +Egypt,336412,5119198,805,62,185 +Egypt,336413,73083197,805,62,185 +Egypt,336419,3151528,805,62,185 +Egypt,336510,9254792,805,62,185 +Egypt,336611,12963850,805,62,185 +Egypt,336612,10655966,805,62,185 +Egypt,336991,3130685,805,62,185 +Egypt,336992,362905877,805,62,185 +Egypt,337121,6399,805,62,185 +Egypt,337124,2531459,805,62,185 +Egypt,337127,10081247,805,62,185 +Egypt,337211,762808,805,62,185 +Egypt,337214,364562,805,62,185 +Egypt,337215,1217661,805,62,185 +Egypt,337910,58781,805,62,185 +Egypt,337920,23300,805,62,185 +Egypt,339112,11488839,805,62,185 +Egypt,339113,8521528,805,62,185 +Egypt,339114,4696532,805,62,185 +Egypt,339115,235939,805,62,185 +Egypt,339911,509655,805,62,185 +Egypt,339912,20740,805,62,185 +Egypt,339913,2599,805,62,185 +Egypt,339914,255895,805,62,185 +Egypt,339920,6898785,805,62,185 +Egypt,339932,613739,805,62,185 +Egypt,339941,83418,805,62,185 +Egypt,339942,108162,805,62,185 +Egypt,339943,24472,805,62,185 +Egypt,339944,180397,805,62,185 +Egypt,339950,62846,805,62,185 +Egypt,339991,4411249,805,62,185 +Egypt,339992,208410,805,62,185 +Egypt,339993,777569,805,62,185 +Egypt,339994,210506,805,62,185 +Egypt,339999,22303445,805,62,185 +Egypt,511210,644469,805,62,185 +Egypt,910000,229031834,805,62,185 +Egypt,920000,18244786,805,62,185 +Egypt,990000,121457575,805,62,185 +El Salvador,111110,3761269,803,63,186 +El Salvador,111120,80607,803,63,186 +El Salvador,111130,26594,803,63,186 +El Salvador,111140,56714329,803,63,186 +El Salvador,111150,84645420,803,63,186 +El Salvador,111160,24466502,803,63,186 +El Salvador,111199,334741,803,63,186 +El Salvador,111211,510560,803,63,186 +El Salvador,111219,1494607,803,63,186 +El Salvador,111310,59242,803,63,186 +El Salvador,111320,9176,803,63,186 +El Salvador,111331,5524323,803,63,186 +El Salvador,111332,7989752,803,63,186 +El Salvador,111335,274333,803,63,186 +El Salvador,111339,2027420,803,63,186 +El Salvador,111421,3600,803,63,186 +El Salvador,111422,8556,803,63,186 +El Salvador,111920,57933592,803,63,186 +El Salvador,111998,209687,803,63,186 +El Salvador,112111,119581,803,63,186 +El Salvador,112310,4459508,803,63,186 +El Salvador,112420,9742,803,63,186 +El Salvador,112511,10232,803,63,186 +El Salvador,112512,3292,803,63,186 +El Salvador,112920,23857,803,63,186 +El Salvador,112990,15101,803,63,186 +El Salvador,113210,265708,803,63,186 +El Salvador,113310,53680,803,63,186 +El Salvador,114111,237149,803,63,186 +El Salvador,114112,199578,803,63,186 +El Salvador,114119,27290,803,63,186 +El Salvador,211112,3258,803,63,186 +El Salvador,212113,25400,803,63,186 +El Salvador,212231,275298,803,63,186 +El Salvador,212299,1252775,803,63,186 +El Salvador,212319,8849,803,63,186 +El Salvador,212322,72094,803,63,186 +El Salvador,212324,886517,803,63,186 +El Salvador,212325,133097,803,63,186 +El Salvador,212393,210793,803,63,186 +El Salvador,212399,126994,803,63,186 +El Salvador,311111,811873,803,63,186 +El Salvador,311119,815660,803,63,186 +El Salvador,311211,439620,803,63,186 +El Salvador,311212,4365779,803,63,186 +El Salvador,311221,5883711,803,63,186 +El Salvador,311222,67399919,803,63,186 +El Salvador,311223,5356407,803,63,186 +El Salvador,311225,626442,803,63,186 +El Salvador,311230,453474,803,63,186 +El Salvador,311311,132637,803,63,186 +El Salvador,311320,5177743,803,63,186 +El Salvador,311340,1100240,803,63,186 +El Salvador,311411,6092967,803,63,186 +El Salvador,311421,2604717,803,63,186 +El Salvador,311422,93524,803,63,186 +El Salvador,311423,313665,803,63,186 +El Salvador,311511,65141,803,63,186 +El Salvador,311512,65826,803,63,186 +El Salvador,311513,3329316,803,63,186 +El Salvador,311514,4993655,803,63,186 +El Salvador,311520,7771,803,63,186 +El Salvador,311611,10045575,803,63,186 +El Salvador,311613,7355421,803,63,186 +El Salvador,311615,4959372,803,63,186 +El Salvador,311711,106162,803,63,186 +El Salvador,311811,887657,803,63,186 +El Salvador,311822,2754421,803,63,186 +El Salvador,311911,697058,803,63,186 +El Salvador,311919,732635,803,63,186 +El Salvador,311920,3437647,803,63,186 +El Salvador,311930,1760670,803,63,186 +El Salvador,311941,849870,803,63,186 +El Salvador,311942,5892598,803,63,186 +El Salvador,311999,18815719,803,63,186 +El Salvador,312111,203095,803,63,186 +El Salvador,312120,7062385,803,63,186 +El Salvador,312130,269693,803,63,186 +El Salvador,312140,19721,803,63,186 +El Salvador,312229,3842,803,63,186 +El Salvador,313111,37870810,803,63,186 +El Salvador,313113,969772,803,63,186 +El Salvador,313210,17906403,803,63,186 +El Salvador,313221,13911264,803,63,186 +El Salvador,313230,1079042,803,63,186 +El Salvador,313249,203055581,803,63,186 +El Salvador,313312,296573,803,63,186 +El Salvador,313320,3538426,803,63,186 +El Salvador,314110,1130098,803,63,186 +El Salvador,314121,53587,803,63,186 +El Salvador,314129,1392828,803,63,186 +El Salvador,314911,5096,803,63,186 +El Salvador,314912,63926,803,63,186 +El Salvador,314991,242165,803,63,186 +El Salvador,314992,22280,803,63,186 +El Salvador,314999,14413451,803,63,186 +El Salvador,315111,65470706,803,63,186 +El Salvador,315221,286436,803,63,186 +El Salvador,315222,244650,803,63,186 +El Salvador,315223,1201748,803,63,186 +El Salvador,315224,227229,803,63,186 +El Salvador,315228,580629,803,63,186 +El Salvador,315231,1447901,803,63,186 +El Salvador,315232,5174164,803,63,186 +El Salvador,315233,379875,803,63,186 +El Salvador,315234,2292983,803,63,186 +El Salvador,315239,620879,803,63,186 +El Salvador,315291,365718,803,63,186 +El Salvador,315292,1809877,803,63,186 +El Salvador,315991,119391,803,63,186 +El Salvador,315992,56664,803,63,186 +El Salvador,315993,19676,803,63,186 +El Salvador,315999,13974251,803,63,186 +El Salvador,316110,479638,803,63,186 +El Salvador,316211,565333,803,63,186 +El Salvador,316212,14032,803,63,186 +El Salvador,316213,94422,803,63,186 +El Salvador,316214,3361853,803,63,186 +El Salvador,316219,2968622,803,63,186 +El Salvador,316991,714624,803,63,186 +El Salvador,316992,601492,803,63,186 +El Salvador,316993,433783,803,63,186 +El Salvador,316999,207605,803,63,186 +El Salvador,321113,292437,803,63,186 +El Salvador,321212,28932,803,63,186 +El Salvador,321213,16084,803,63,186 +El Salvador,321219,137986,803,63,186 +El Salvador,321911,18285,803,63,186 +El Salvador,321918,374214,803,63,186 +El Salvador,321920,126812,803,63,186 +El Salvador,321991,2905,803,63,186 +El Salvador,321992,3436,803,63,186 +El Salvador,321999,594234,803,63,186 +El Salvador,322110,42298,803,63,186 +El Salvador,322121,9137867,803,63,186 +El Salvador,322122,8537159,803,63,186 +El Salvador,322130,43556221,803,63,186 +El Salvador,322211,2405021,803,63,186 +El Salvador,322212,1557838,803,63,186 +El Salvador,322213,17258,803,63,186 +El Salvador,322214,57175,803,63,186 +El Salvador,322215,86574,803,63,186 +El Salvador,322222,5715063,803,63,186 +El Salvador,322223,2218114,803,63,186 +El Salvador,322233,34183,803,63,186 +El Salvador,322291,2717283,803,63,186 +El Salvador,322299,302019,803,63,186 +El Salvador,323116,42724,803,63,186 +El Salvador,323117,2135178,803,63,186 +El Salvador,323118,54542,803,63,186 +El Salvador,323119,9062180,803,63,186 +El Salvador,323122,839598,803,63,186 +El Salvador,324110,314874584,803,63,186 +El Salvador,324121,20204,803,63,186 +El Salvador,324122,92479,803,63,186 +El Salvador,325110,360154,803,63,186 +El Salvador,325120,325401,803,63,186 +El Salvador,325131,3639136,803,63,186 +El Salvador,325132,4345449,803,63,186 +El Salvador,325181,3311486,803,63,186 +El Salvador,325182,509105,803,63,186 +El Salvador,325188,7668127,803,63,186 +El Salvador,325191,312702,803,63,186 +El Salvador,325192,1319032,803,63,186 +El Salvador,325199,14955586,803,63,186 +El Salvador,325211,122616140,803,63,186 +El Salvador,325212,838716,803,63,186 +El Salvador,325221,206242,803,63,186 +El Salvador,325222,42846547,803,63,186 +El Salvador,325311,283456,803,63,186 +El Salvador,325312,12601596,803,63,186 +El Salvador,325320,479865,803,63,186 +El Salvador,325411,1690707,803,63,186 +El Salvador,325412,3303470,803,63,186 +El Salvador,325414,24755882,803,63,186 +El Salvador,325510,3290947,803,63,186 +El Salvador,325520,2427881,803,63,186 +El Salvador,325611,3746342,803,63,186 +El Salvador,325612,278670,803,63,186 +El Salvador,325613,7997464,803,63,186 +El Salvador,325620,9421588,803,63,186 +El Salvador,325910,13670745,803,63,186 +El Salvador,325920,9776,803,63,186 +El Salvador,325992,4910050,803,63,186 +El Salvador,325998,15401456,803,63,186 +El Salvador,326113,10120427,803,63,186 +El Salvador,326121,731127,803,63,186 +El Salvador,326122,773090,803,63,186 +El Salvador,326160,2074661,803,63,186 +El Salvador,326191,41509,803,63,186 +El Salvador,326192,6682,803,63,186 +El Salvador,326199,13990959,803,63,186 +El Salvador,326211,6604225,803,63,186 +El Salvador,326212,198581,803,63,186 +El Salvador,326220,1628898,803,63,186 +El Salvador,326299,2193373,803,63,186 +El Salvador,327111,29768,803,63,186 +El Salvador,327112,730212,803,63,186 +El Salvador,327113,118198,803,63,186 +El Salvador,327121,32013,803,63,186 +El Salvador,327122,103232,803,63,186 +El Salvador,327123,9800,803,63,186 +El Salvador,327124,392480,803,63,186 +El Salvador,327125,54629,803,63,186 +El Salvador,327211,83639,803,63,186 +El Salvador,327212,490495,803,63,186 +El Salvador,327213,86649,803,63,186 +El Salvador,327215,443750,803,63,186 +El Salvador,327310,6351,803,63,186 +El Salvador,327331,24303,803,63,186 +El Salvador,327390,201131,803,63,186 +El Salvador,327420,569199,803,63,186 +El Salvador,327910,972958,803,63,186 +El Salvador,327991,11308,803,63,186 +El Salvador,327992,168219,803,63,186 +El Salvador,327993,730906,803,63,186 +El Salvador,327999,2395356,803,63,186 +El Salvador,331111,6441392,803,63,186 +El Salvador,331112,3920,803,63,186 +El Salvador,331222,297918,803,63,186 +El Salvador,331311,74204,803,63,186 +El Salvador,331312,311700,803,63,186 +El Salvador,331315,663345,803,63,186 +El Salvador,331316,291715,803,63,186 +El Salvador,331319,362062,803,63,186 +El Salvador,331411,166888,803,63,186 +El Salvador,331419,89807,803,63,186 +El Salvador,331421,297278,803,63,186 +El Salvador,331422,1438983,803,63,186 +El Salvador,331491,3941286,803,63,186 +El Salvador,331492,22280,803,63,186 +El Salvador,331511,914430,803,63,186 +El Salvador,332115,34938,803,63,186 +El Salvador,332211,226586,803,63,186 +El Salvador,332212,2242463,803,63,186 +El Salvador,332213,234076,803,63,186 +El Salvador,332214,388191,803,63,186 +El Salvador,332311,500423,803,63,186 +El Salvador,332312,7162474,803,63,186 +El Salvador,332321,581732,803,63,186 +El Salvador,332322,62096,803,63,186 +El Salvador,332323,10549,803,63,186 +El Salvador,332410,2298022,803,63,186 +El Salvador,332420,1217053,803,63,186 +El Salvador,332431,763417,803,63,186 +El Salvador,332439,81807,803,63,186 +El Salvador,332510,436421,803,63,186 +El Salvador,332611,77833,803,63,186 +El Salvador,332618,1368800,803,63,186 +El Salvador,332722,1196628,803,63,186 +El Salvador,332911,3144393,803,63,186 +El Salvador,332912,489171,803,63,186 +El Salvador,332913,118115,803,63,186 +El Salvador,332919,901927,803,63,186 +El Salvador,332991,805498,803,63,186 +El Salvador,332992,1065874,803,63,186 +El Salvador,332994,1677650,803,63,186 +El Salvador,332995,29983,803,63,186 +El Salvador,332998,588472,803,63,186 +El Salvador,332999,4776734,803,63,186 +El Salvador,333111,5182682,803,63,186 +El Salvador,333120,5471455,803,63,186 +El Salvador,333131,249227,803,63,186 +El Salvador,333132,459846,803,63,186 +El Salvador,333210,815563,803,63,186 +El Salvador,333220,3580162,803,63,186 +El Salvador,333291,1458166,803,63,186 +El Salvador,333292,19096941,803,63,186 +El Salvador,333293,2892415,803,63,186 +El Salvador,333294,3578791,803,63,186 +El Salvador,333295,24537,803,63,186 +El Salvador,333298,142359,803,63,186 +El Salvador,333311,196312,803,63,186 +El Salvador,333313,11372376,803,63,186 +El Salvador,333314,1260479,803,63,186 +El Salvador,333315,1526650,803,63,186 +El Salvador,333319,1353148,803,63,186 +El Salvador,333411,238912,803,63,186 +El Salvador,333412,268009,803,63,186 +El Salvador,333414,505965,803,63,186 +El Salvador,333415,12426935,803,63,186 +El Salvador,333511,74370,803,63,186 +El Salvador,333512,599971,803,63,186 +El Salvador,333513,80842,803,63,186 +El Salvador,333514,557495,803,63,186 +El Salvador,333515,894645,803,63,186 +El Salvador,333516,9620,803,63,186 +El Salvador,333611,382073,803,63,186 +El Salvador,333612,346270,803,63,186 +El Salvador,333613,920647,803,63,186 +El Salvador,333618,4012780,803,63,186 +El Salvador,333911,2047489,803,63,186 +El Salvador,333912,3214832,803,63,186 +El Salvador,333913,226888,803,63,186 +El Salvador,333921,138878,803,63,186 +El Salvador,333922,623102,803,63,186 +El Salvador,333923,3336943,803,63,186 +El Salvador,333924,2248262,803,63,186 +El Salvador,333991,854081,803,63,186 +El Salvador,333992,1393201,803,63,186 +El Salvador,333993,2960772,803,63,186 +El Salvador,333994,1028845,803,63,186 +El Salvador,333995,43162,803,63,186 +El Salvador,333996,419349,803,63,186 +El Salvador,333997,810163,803,63,186 +El Salvador,333999,13890431,803,63,186 +El Salvador,334111,35913063,803,63,186 +El Salvador,334112,3191022,803,63,186 +El Salvador,334119,52925981,803,63,186 +El Salvador,334210,2275641,803,63,186 +El Salvador,334220,71296608,803,63,186 +El Salvador,334290,680120,803,63,186 +El Salvador,334310,8773537,803,63,186 +El Salvador,334411,54051,803,63,186 +El Salvador,334413,6945199,803,63,186 +El Salvador,334414,25715233,803,63,186 +El Salvador,334415,7725,803,63,186 +El Salvador,334416,1080658,803,63,186 +El Salvador,334417,1948322,803,63,186 +El Salvador,334418,1848642,803,63,186 +El Salvador,334419,4720090,803,63,186 +El Salvador,334510,5320958,803,63,186 +El Salvador,334511,378563,803,63,186 +El Salvador,334512,151838,803,63,186 +El Salvador,334513,3090441,803,63,186 +El Salvador,334514,162672,803,63,186 +El Salvador,334515,5941543,803,63,186 +El Salvador,334516,1967445,803,63,186 +El Salvador,334517,3386340,803,63,186 +El Salvador,334518,946504,803,63,186 +El Salvador,334519,845245,803,63,186 +El Salvador,334612,104055,803,63,186 +El Salvador,334613,277390,803,63,186 +El Salvador,335110,2411068,803,63,186 +El Salvador,335121,90136,803,63,186 +El Salvador,335129,2150401,803,63,186 +El Salvador,335211,2387084,803,63,186 +El Salvador,335212,167897,803,63,186 +El Salvador,335221,391675,803,63,186 +El Salvador,335222,745942,803,63,186 +El Salvador,335224,3191937,803,63,186 +El Salvador,335228,413389,803,63,186 +El Salvador,335311,3577298,803,63,186 +El Salvador,335312,2590801,803,63,186 +El Salvador,335313,4185073,803,63,186 +El Salvador,335314,1741625,803,63,186 +El Salvador,335911,2645136,803,63,186 +El Salvador,335912,777037,803,63,186 +El Salvador,335921,167986,803,63,186 +El Salvador,335929,1279365,803,63,186 +El Salvador,335931,887109,803,63,186 +El Salvador,335932,354752,803,63,186 +El Salvador,335991,60441,803,63,186 +El Salvador,335999,2538920,803,63,186 +El Salvador,336111,18174947,803,63,186 +El Salvador,336120,6638543,803,63,186 +El Salvador,336211,223999,803,63,186 +El Salvador,336212,65222,803,63,186 +El Salvador,336214,359737,803,63,186 +El Salvador,336311,734557,803,63,186 +El Salvador,336321,309119,803,63,186 +El Salvador,336322,1269903,803,63,186 +El Salvador,336330,464560,803,63,186 +El Salvador,336340,267942,803,63,186 +El Salvador,336350,955479,803,63,186 +El Salvador,336360,24739,803,63,186 +El Salvador,336370,14205,803,63,186 +El Salvador,336391,45951,803,63,186 +El Salvador,336399,14340818,803,63,186 +El Salvador,336412,146242,803,63,186 +El Salvador,336413,946760,803,63,186 +El Salvador,336419,12349,803,63,186 +El Salvador,336510,206898,803,63,186 +El Salvador,336612,235358,803,63,186 +El Salvador,336991,804957,803,63,186 +El Salvador,337121,3645,803,63,186 +El Salvador,337124,379616,803,63,186 +El Salvador,337127,3573277,803,63,186 +El Salvador,337129,168922,803,63,186 +El Salvador,337211,373724,803,63,186 +El Salvador,337214,428316,803,63,186 +El Salvador,337215,2394846,803,63,186 +El Salvador,337910,188236,803,63,186 +El Salvador,337920,380501,803,63,186 +El Salvador,339112,3960758,803,63,186 +El Salvador,339113,3671768,803,63,186 +El Salvador,339114,966377,803,63,186 +El Salvador,339115,2288477,803,63,186 +El Salvador,339911,4082163,803,63,186 +El Salvador,339912,179670,803,63,186 +El Salvador,339913,198844,803,63,186 +El Salvador,339914,525522,803,63,186 +El Salvador,339920,2168005,803,63,186 +El Salvador,339932,3342641,803,63,186 +El Salvador,339941,44282,803,63,186 +El Salvador,339942,61110,803,63,186 +El Salvador,339943,186248,803,63,186 +El Salvador,339944,831465,803,63,186 +El Salvador,339950,164171,803,63,186 +El Salvador,339991,992237,803,63,186 +El Salvador,339992,1055372,803,63,186 +El Salvador,339993,6122751,803,63,186 +El Salvador,339994,253394,803,63,186 +El Salvador,339999,3282622,803,63,186 +El Salvador,511210,1319422,803,63,186 +El Salvador,910000,28715401,803,63,186 +El Salvador,920000,4308846,803,63,186 +El Salvador,990000,194857188,803,63,186 +Equatorial Guinea,111199,12000,805,64,187 +Equatorial Guinea,111211,18690,805,64,187 +Equatorial Guinea,111310,7546,805,64,187 +Equatorial Guinea,111331,37311,805,64,187 +Equatorial Guinea,111421,26800,805,64,187 +Equatorial Guinea,111998,13325,805,64,187 +Equatorial Guinea,112310,17046,805,64,187 +Equatorial Guinea,112511,6007,805,64,187 +Equatorial Guinea,113210,14196,805,64,187 +Equatorial Guinea,114111,42559,805,64,187 +Equatorial Guinea,114112,58626,805,64,187 +Equatorial Guinea,211112,32481,805,64,187 +Equatorial Guinea,212112,110211,805,64,187 +Equatorial Guinea,212322,22265,805,64,187 +Equatorial Guinea,212393,75830,805,64,187 +Equatorial Guinea,212399,159326,805,64,187 +Equatorial Guinea,311211,11360,805,64,187 +Equatorial Guinea,311212,168831,805,64,187 +Equatorial Guinea,311222,3358,805,64,187 +Equatorial Guinea,311223,6551,805,64,187 +Equatorial Guinea,311225,13432,805,64,187 +Equatorial Guinea,311311,4385,805,64,187 +Equatorial Guinea,311320,6065,805,64,187 +Equatorial Guinea,311340,2795,805,64,187 +Equatorial Guinea,311411,21328,805,64,187 +Equatorial Guinea,311421,52272,805,64,187 +Equatorial Guinea,311511,53538,805,64,187 +Equatorial Guinea,311512,12133,805,64,187 +Equatorial Guinea,311513,28205,805,64,187 +Equatorial Guinea,311514,27158,805,64,187 +Equatorial Guinea,311520,4888,805,64,187 +Equatorial Guinea,311611,1216545,805,64,187 +Equatorial Guinea,311615,838150,805,64,187 +Equatorial Guinea,311711,5968,805,64,187 +Equatorial Guinea,311811,31539,805,64,187 +Equatorial Guinea,311822,810854,805,64,187 +Equatorial Guinea,311823,6233,805,64,187 +Equatorial Guinea,311919,22145,805,64,187 +Equatorial Guinea,311920,73497,805,64,187 +Equatorial Guinea,311941,19143,805,64,187 +Equatorial Guinea,311942,3111,805,64,187 +Equatorial Guinea,311999,136777,805,64,187 +Equatorial Guinea,312111,26837,805,64,187 +Equatorial Guinea,312113,45273,805,64,187 +Equatorial Guinea,312130,4500,805,64,187 +Equatorial Guinea,313210,13817,805,64,187 +Equatorial Guinea,313221,138921,805,64,187 +Equatorial Guinea,313230,2732,805,64,187 +Equatorial Guinea,314110,3315,805,64,187 +Equatorial Guinea,314129,56675,805,64,187 +Equatorial Guinea,314911,6189,805,64,187 +Equatorial Guinea,314912,34551,805,64,187 +Equatorial Guinea,314991,262501,805,64,187 +Equatorial Guinea,314999,126092,805,64,187 +Equatorial Guinea,315221,5985,805,64,187 +Equatorial Guinea,315222,174010,805,64,187 +Equatorial Guinea,315223,258389,805,64,187 +Equatorial Guinea,315224,172721,805,64,187 +Equatorial Guinea,315228,177876,805,64,187 +Equatorial Guinea,315231,3760,805,64,187 +Equatorial Guinea,315232,2861,805,64,187 +Equatorial Guinea,315233,7164,805,64,187 +Equatorial Guinea,315234,16935,805,64,187 +Equatorial Guinea,315239,54748,805,64,187 +Equatorial Guinea,315292,49906,805,64,187 +Equatorial Guinea,315991,14490,805,64,187 +Equatorial Guinea,315992,167463,805,64,187 +Equatorial Guinea,315999,147918,805,64,187 +Equatorial Guinea,316110,6431,805,64,187 +Equatorial Guinea,316211,58574,805,64,187 +Equatorial Guinea,316213,141652,805,64,187 +Equatorial Guinea,316214,16976,805,64,187 +Equatorial Guinea,316219,81511,805,64,187 +Equatorial Guinea,316991,80294,805,64,187 +Equatorial Guinea,316992,3573,805,64,187 +Equatorial Guinea,316993,12126,805,64,187 +Equatorial Guinea,321113,3674,805,64,187 +Equatorial Guinea,321211,63511,805,64,187 +Equatorial Guinea,321212,27529,805,64,187 +Equatorial Guinea,321213,4816,805,64,187 +Equatorial Guinea,321911,24253,805,64,187 +Equatorial Guinea,321918,28925,805,64,187 +Equatorial Guinea,321999,81405,805,64,187 +Equatorial Guinea,322121,25352,805,64,187 +Equatorial Guinea,322122,33905,805,64,187 +Equatorial Guinea,322130,3770,805,64,187 +Equatorial Guinea,322215,18687,805,64,187 +Equatorial Guinea,322222,78076,805,64,187 +Equatorial Guinea,322223,69823,805,64,187 +Equatorial Guinea,322291,59348,805,64,187 +Equatorial Guinea,322299,43083,805,64,187 +Equatorial Guinea,323117,166924,805,64,187 +Equatorial Guinea,323118,131028,805,64,187 +Equatorial Guinea,323119,301209,805,64,187 +Equatorial Guinea,324110,2390531,805,64,187 +Equatorial Guinea,324122,46254,805,64,187 +Equatorial Guinea,325110,409463,805,64,187 +Equatorial Guinea,325120,104094,805,64,187 +Equatorial Guinea,325131,9050,805,64,187 +Equatorial Guinea,325132,2851,805,64,187 +Equatorial Guinea,325181,99246,805,64,187 +Equatorial Guinea,325188,7223043,805,64,187 +Equatorial Guinea,325191,68446,805,64,187 +Equatorial Guinea,325192,3375,805,64,187 +Equatorial Guinea,325199,4538060,805,64,187 +Equatorial Guinea,325211,4394151,805,64,187 +Equatorial Guinea,325212,373874,805,64,187 +Equatorial Guinea,325311,11114,805,64,187 +Equatorial Guinea,325312,3680,805,64,187 +Equatorial Guinea,325320,789350,805,64,187 +Equatorial Guinea,325412,91447,805,64,187 +Equatorial Guinea,325510,551304,805,64,187 +Equatorial Guinea,325520,24189,805,64,187 +Equatorial Guinea,325611,1115779,805,64,187 +Equatorial Guinea,325612,5540,805,64,187 +Equatorial Guinea,325613,1503894,805,64,187 +Equatorial Guinea,325620,90087,805,64,187 +Equatorial Guinea,325910,267412,805,64,187 +Equatorial Guinea,325920,373514,805,64,187 +Equatorial Guinea,325992,47709,805,64,187 +Equatorial Guinea,325998,407157,805,64,187 +Equatorial Guinea,326113,50935,805,64,187 +Equatorial Guinea,326122,52788,805,64,187 +Equatorial Guinea,326160,8206,805,64,187 +Equatorial Guinea,326192,33761,805,64,187 +Equatorial Guinea,326199,2923900,805,64,187 +Equatorial Guinea,326211,228284,805,64,187 +Equatorial Guinea,326220,1084952,805,64,187 +Equatorial Guinea,326299,267987,805,64,187 +Equatorial Guinea,327111,4545,805,64,187 +Equatorial Guinea,327112,82352,805,64,187 +Equatorial Guinea,327121,2570,805,64,187 +Equatorial Guinea,327122,9585,805,64,187 +Equatorial Guinea,327123,2597,805,64,187 +Equatorial Guinea,327124,30440,805,64,187 +Equatorial Guinea,327125,6593,805,64,187 +Equatorial Guinea,327212,31252,805,64,187 +Equatorial Guinea,327213,18112,805,64,187 +Equatorial Guinea,327390,70520,805,64,187 +Equatorial Guinea,327420,60323,805,64,187 +Equatorial Guinea,327910,47029,805,64,187 +Equatorial Guinea,327992,20955,805,64,187 +Equatorial Guinea,327993,370127,805,64,187 +Equatorial Guinea,327999,172570,805,64,187 +Equatorial Guinea,331111,11299956,805,64,187 +Equatorial Guinea,331112,4770,805,64,187 +Equatorial Guinea,331222,8129,805,64,187 +Equatorial Guinea,331316,2923,805,64,187 +Equatorial Guinea,331319,149542,805,64,187 +Equatorial Guinea,331419,11082,805,64,187 +Equatorial Guinea,331421,560629,805,64,187 +Equatorial Guinea,331422,132351,805,64,187 +Equatorial Guinea,331491,27011,805,64,187 +Equatorial Guinea,331511,635358,805,64,187 +Equatorial Guinea,332211,6000,805,64,187 +Equatorial Guinea,332212,912055,805,64,187 +Equatorial Guinea,332213,10544,805,64,187 +Equatorial Guinea,332311,584738,805,64,187 +Equatorial Guinea,332312,1531413,805,64,187 +Equatorial Guinea,332321,23798,805,64,187 +Equatorial Guinea,332322,58213,805,64,187 +Equatorial Guinea,332323,17064,805,64,187 +Equatorial Guinea,332410,720000,805,64,187 +Equatorial Guinea,332420,1230897,805,64,187 +Equatorial Guinea,332439,5490,805,64,187 +Equatorial Guinea,332510,96229,805,64,187 +Equatorial Guinea,332611,6239,805,64,187 +Equatorial Guinea,332618,2156353,805,64,187 +Equatorial Guinea,332722,1666154,805,64,187 +Equatorial Guinea,332911,21031750,805,64,187 +Equatorial Guinea,332912,6402968,805,64,187 +Equatorial Guinea,332913,21484,805,64,187 +Equatorial Guinea,332919,2037122,805,64,187 +Equatorial Guinea,332991,122904,805,64,187 +Equatorial Guinea,332994,63917,805,64,187 +Equatorial Guinea,332998,10358,805,64,187 +Equatorial Guinea,332999,8570577,805,64,187 +Equatorial Guinea,333111,622386,805,64,187 +Equatorial Guinea,333120,4049480,805,64,187 +Equatorial Guinea,333131,6364959,805,64,187 +Equatorial Guinea,333132,80255596,805,64,187 +Equatorial Guinea,333220,33905,805,64,187 +Equatorial Guinea,333291,13204,805,64,187 +Equatorial Guinea,333292,18000,805,64,187 +Equatorial Guinea,333293,11114,805,64,187 +Equatorial Guinea,333294,19628,805,64,187 +Equatorial Guinea,333295,19353,805,64,187 +Equatorial Guinea,333298,112737,805,64,187 +Equatorial Guinea,333313,47083,805,64,187 +Equatorial Guinea,333314,66444,805,64,187 +Equatorial Guinea,333315,203621,805,64,187 +Equatorial Guinea,333319,13081,805,64,187 +Equatorial Guinea,333411,593578,805,64,187 +Equatorial Guinea,333412,97138,805,64,187 +Equatorial Guinea,333414,73028,805,64,187 +Equatorial Guinea,333415,2558439,805,64,187 +Equatorial Guinea,333512,626291,805,64,187 +Equatorial Guinea,333513,320349,805,64,187 +Equatorial Guinea,333514,49024,805,64,187 +Equatorial Guinea,333515,643970,805,64,187 +Equatorial Guinea,333611,8747676,805,64,187 +Equatorial Guinea,333612,858327,805,64,187 +Equatorial Guinea,333613,351520,805,64,187 +Equatorial Guinea,333618,867972,805,64,187 +Equatorial Guinea,333911,4801160,805,64,187 +Equatorial Guinea,333912,1779463,805,64,187 +Equatorial Guinea,333913,81685,805,64,187 +Equatorial Guinea,333921,79622,805,64,187 +Equatorial Guinea,333922,23225,805,64,187 +Equatorial Guinea,333923,839450,805,64,187 +Equatorial Guinea,333924,597267,805,64,187 +Equatorial Guinea,333991,408457,805,64,187 +Equatorial Guinea,333992,546303,805,64,187 +Equatorial Guinea,333994,48833,805,64,187 +Equatorial Guinea,333995,249366,805,64,187 +Equatorial Guinea,333996,2103171,805,64,187 +Equatorial Guinea,333997,22099,805,64,187 +Equatorial Guinea,333999,11012129,805,64,187 +Equatorial Guinea,334111,844732,805,64,187 +Equatorial Guinea,334112,87394,805,64,187 +Equatorial Guinea,334119,1136624,805,64,187 +Equatorial Guinea,334210,178564,805,64,187 +Equatorial Guinea,334220,3421532,805,64,187 +Equatorial Guinea,334290,335597,805,64,187 +Equatorial Guinea,334310,181324,805,64,187 +Equatorial Guinea,334412,7130,805,64,187 +Equatorial Guinea,334413,81807,805,64,187 +Equatorial Guinea,334416,185437,805,64,187 +Equatorial Guinea,334417,309324,805,64,187 +Equatorial Guinea,334418,51346,805,64,187 +Equatorial Guinea,334419,247473,805,64,187 +Equatorial Guinea,334510,101262,805,64,187 +Equatorial Guinea,334511,37795,805,64,187 +Equatorial Guinea,334512,5837,805,64,187 +Equatorial Guinea,334513,2091212,805,64,187 +Equatorial Guinea,334514,58750,805,64,187 +Equatorial Guinea,334515,1342425,805,64,187 +Equatorial Guinea,334516,1519138,805,64,187 +Equatorial Guinea,334517,110007,805,64,187 +Equatorial Guinea,334518,112346,805,64,187 +Equatorial Guinea,334519,1293237,805,64,187 +Equatorial Guinea,334612,18127,805,64,187 +Equatorial Guinea,334613,31564,805,64,187 +Equatorial Guinea,335110,57519,805,64,187 +Equatorial Guinea,335121,157142,805,64,187 +Equatorial Guinea,335129,334291,805,64,187 +Equatorial Guinea,335211,162491,805,64,187 +Equatorial Guinea,335212,14556,805,64,187 +Equatorial Guinea,335221,45673,805,64,187 +Equatorial Guinea,335222,79810,805,64,187 +Equatorial Guinea,335224,28107,805,64,187 +Equatorial Guinea,335228,218040,805,64,187 +Equatorial Guinea,335311,303336,805,64,187 +Equatorial Guinea,335312,685290,805,64,187 +Equatorial Guinea,335313,482278,805,64,187 +Equatorial Guinea,335314,822002,805,64,187 +Equatorial Guinea,335911,76409,805,64,187 +Equatorial Guinea,335912,163438,805,64,187 +Equatorial Guinea,335921,12628,805,64,187 +Equatorial Guinea,335929,2494789,805,64,187 +Equatorial Guinea,335931,63007,805,64,187 +Equatorial Guinea,335932,75746,805,64,187 +Equatorial Guinea,335991,20011,805,64,187 +Equatorial Guinea,335999,191827,805,64,187 +Equatorial Guinea,336111,3648474,805,64,187 +Equatorial Guinea,336120,262745,805,64,187 +Equatorial Guinea,336212,50000,805,64,187 +Equatorial Guinea,336214,265341,805,64,187 +Equatorial Guinea,336311,621722,805,64,187 +Equatorial Guinea,336321,3128,805,64,187 +Equatorial Guinea,336322,216110,805,64,187 +Equatorial Guinea,336350,43979,805,64,187 +Equatorial Guinea,336399,627546,805,64,187 +Equatorial Guinea,336412,325054,805,64,187 +Equatorial Guinea,336611,137492,805,64,187 +Equatorial Guinea,336612,1564962,805,64,187 +Equatorial Guinea,336991,151450,805,64,187 +Equatorial Guinea,337110,3052,805,64,187 +Equatorial Guinea,337124,35598,805,64,187 +Equatorial Guinea,337127,414969,805,64,187 +Equatorial Guinea,337211,15385,805,64,187 +Equatorial Guinea,337214,38651,805,64,187 +Equatorial Guinea,337215,280061,805,64,187 +Equatorial Guinea,337910,24956,805,64,187 +Equatorial Guinea,337920,4771,805,64,187 +Equatorial Guinea,339112,491325,805,64,187 +Equatorial Guinea,339113,668569,805,64,187 +Equatorial Guinea,339114,2540,805,64,187 +Equatorial Guinea,339115,160015,805,64,187 +Equatorial Guinea,339914,5730,805,64,187 +Equatorial Guinea,339920,111873,805,64,187 +Equatorial Guinea,339932,23526,805,64,187 +Equatorial Guinea,339941,25686,805,64,187 +Equatorial Guinea,339942,10741,805,64,187 +Equatorial Guinea,339943,5088,805,64,187 +Equatorial Guinea,339944,9995,805,64,187 +Equatorial Guinea,339950,17425,805,64,187 +Equatorial Guinea,339991,2214102,805,64,187 +Equatorial Guinea,339993,26600,805,64,187 +Equatorial Guinea,339994,19493,805,64,187 +Equatorial Guinea,339999,86851,805,64,187 +Equatorial Guinea,511210,6291,805,64,187 +Equatorial Guinea,910000,14911,805,64,187 +Equatorial Guinea,920000,913063,805,64,187 +Equatorial Guinea,990000,4499700,805,64,187 +Eritrea,315223,2590,805,65,188 +Eritrea,315224,12040,805,65,188 +Eritrea,315228,18025,805,65,188 +Eritrea,315239,11475,805,65,188 +Eritrea,316211,4693,805,65,188 +Eritrea,316219,16589,805,65,188 +Eritrea,316991,11250,805,65,188 +Eritrea,322222,6433,805,65,188 +Eritrea,322223,17299,805,65,188 +Eritrea,323117,8311,805,65,188 +Eritrea,325188,8811,805,65,188 +Eritrea,325199,6798,805,65,188 +Eritrea,325211,5700,805,65,188 +Eritrea,325411,14080,805,65,188 +Eritrea,325412,3696,805,65,188 +Eritrea,325611,55672,805,65,188 +Eritrea,325612,4378,805,65,188 +Eritrea,325910,2960,805,65,188 +Eritrea,326199,35966,805,65,188 +Eritrea,332911,12060,805,65,188 +Eritrea,332999,2550,805,65,188 +Eritrea,333120,386525,805,65,188 +Eritrea,333515,8904,805,65,188 +Eritrea,333924,423050,805,65,188 +Eritrea,333999,26760,805,65,188 +Eritrea,334111,104919,805,65,188 +Eritrea,334112,3425,805,65,188 +Eritrea,334119,25818,805,65,188 +Eritrea,334220,233335,805,65,188 +Eritrea,334310,3687,805,65,188 +Eritrea,334419,189617,805,65,188 +Eritrea,334511,12500,805,65,188 +Eritrea,334513,20390,805,65,188 +Eritrea,334519,19240,805,65,188 +Eritrea,335129,8910,805,65,188 +Eritrea,335912,23702,805,65,188 +Eritrea,335929,13500,805,65,188 +Eritrea,336111,138655,805,65,188 +Eritrea,336399,10658,805,65,188 +Eritrea,336413,14755,805,65,188 +Eritrea,337127,34107,805,65,188 +Eritrea,337215,9217,805,65,188 +Eritrea,339112,23466,805,65,188 +Eritrea,339114,8500,805,65,188 +Eritrea,990000,379551,805,65,188 +Estonia,111120,119597,804,66,189 +Estonia,111150,29223,804,66,189 +Estonia,111219,98860,804,66,189 +Estonia,111335,4596212,804,66,189 +Estonia,111339,120000,804,66,189 +Estonia,111998,119268,804,66,189 +Estonia,112111,94662,804,66,189 +Estonia,112930,514780,804,66,189 +Estonia,113310,1714610,804,66,189 +Estonia,114111,343346,804,66,189 +Estonia,212322,2505,804,66,189 +Estonia,311211,34810,804,66,189 +Estonia,311222,60679,804,66,189 +Estonia,311230,10800,804,66,189 +Estonia,311411,2855,804,66,189 +Estonia,311421,46860,804,66,189 +Estonia,311423,1048414,804,66,189 +Estonia,311513,40555,804,66,189 +Estonia,311514,247414,804,66,189 +Estonia,311611,2887974,804,66,189 +Estonia,311613,37093,804,66,189 +Estonia,311711,970853,804,66,189 +Estonia,311920,191192,804,66,189 +Estonia,311930,78912,804,66,189 +Estonia,311941,108036,804,66,189 +Estonia,311942,4916,804,66,189 +Estonia,311999,11220,804,66,189 +Estonia,312130,117008,804,66,189 +Estonia,312140,3943176,804,66,189 +Estonia,313210,61661,804,66,189 +Estonia,313221,78213,804,66,189 +Estonia,313230,40145,804,66,189 +Estonia,313249,20657,804,66,189 +Estonia,313320,4212230,804,66,189 +Estonia,314110,101083,804,66,189 +Estonia,314129,37193,804,66,189 +Estonia,314912,4600,804,66,189 +Estonia,314991,15894,804,66,189 +Estonia,314999,6750,804,66,189 +Estonia,315228,3039,804,66,189 +Estonia,315231,7584,804,66,189 +Estonia,315233,27662,804,66,189 +Estonia,315234,25803,804,66,189 +Estonia,315239,30694,804,66,189 +Estonia,315292,13975,804,66,189 +Estonia,315999,83558,804,66,189 +Estonia,316110,160007,804,66,189 +Estonia,316213,8713,804,66,189 +Estonia,316214,3458,804,66,189 +Estonia,316991,8915,804,66,189 +Estonia,316999,4500,804,66,189 +Estonia,321113,6672104,804,66,189 +Estonia,321211,1219260,804,66,189 +Estonia,321219,50957,804,66,189 +Estonia,321918,1078005,804,66,189 +Estonia,321992,12856,804,66,189 +Estonia,321999,120209,804,66,189 +Estonia,322121,90302,804,66,189 +Estonia,322130,71559,804,66,189 +Estonia,322211,7941,804,66,189 +Estonia,322222,1955351,804,66,189 +Estonia,322223,108280,804,66,189 +Estonia,322299,17117,804,66,189 +Estonia,323117,7493,804,66,189 +Estonia,323118,50122,804,66,189 +Estonia,323119,308377,804,66,189 +Estonia,324110,65358,804,66,189 +Estonia,324121,37871,804,66,189 +Estonia,324122,155656,804,66,189 +Estonia,325131,208105,804,66,189 +Estonia,325132,23994,804,66,189 +Estonia,325182,3000,804,66,189 +Estonia,325188,590080,804,66,189 +Estonia,325199,7443370,804,66,189 +Estonia,325211,249613,804,66,189 +Estonia,325212,84204,804,66,189 +Estonia,325222,336488,804,66,189 +Estonia,325320,57360,804,66,189 +Estonia,325411,209752,804,66,189 +Estonia,325412,867549,804,66,189 +Estonia,325414,53190,804,66,189 +Estonia,325510,1036964,804,66,189 +Estonia,325520,172790,804,66,189 +Estonia,325611,240352,804,66,189 +Estonia,325612,334741,804,66,189 +Estonia,325613,851774,804,66,189 +Estonia,325620,3542761,804,66,189 +Estonia,325910,1035011,804,66,189 +Estonia,325920,2880,804,66,189 +Estonia,325998,3908636,804,66,189 +Estonia,326113,435169,804,66,189 +Estonia,326121,51913,804,66,189 +Estonia,326122,4922,804,66,189 +Estonia,326160,3310,804,66,189 +Estonia,326192,20010,804,66,189 +Estonia,326199,3103434,804,66,189 +Estonia,326211,1735852,804,66,189 +Estonia,326220,736563,804,66,189 +Estonia,326299,316915,804,66,189 +Estonia,327112,62075,804,66,189 +Estonia,327113,8480,804,66,189 +Estonia,327124,31230,804,66,189 +Estonia,327125,21870,804,66,189 +Estonia,327211,75528,804,66,189 +Estonia,327212,72926,804,66,189 +Estonia,327215,119340,804,66,189 +Estonia,327310,12178,804,66,189 +Estonia,327420,16644,804,66,189 +Estonia,327993,68762,804,66,189 +Estonia,327999,12700,804,66,189 +Estonia,331111,361882,804,66,189 +Estonia,331222,14103,804,66,189 +Estonia,331311,69000,804,66,189 +Estonia,331315,2758,804,66,189 +Estonia,331419,143400,804,66,189 +Estonia,331422,61395,804,66,189 +Estonia,331491,148798,804,66,189 +Estonia,332115,21436,804,66,189 +Estonia,332211,117075,804,66,189 +Estonia,332212,226619,804,66,189 +Estonia,332213,317075,804,66,189 +Estonia,332312,10800,804,66,189 +Estonia,332322,170970,804,66,189 +Estonia,332410,29558,804,66,189 +Estonia,332420,66657,804,66,189 +Estonia,332439,4995,804,66,189 +Estonia,332510,236311,804,66,189 +Estonia,332611,11100,804,66,189 +Estonia,332722,12531,804,66,189 +Estonia,332911,1863273,804,66,189 +Estonia,332919,7923,804,66,189 +Estonia,332991,27300,804,66,189 +Estonia,332994,113318,804,66,189 +Estonia,332999,398355,804,66,189 +Estonia,333111,10593055,804,66,189 +Estonia,333120,3275437,804,66,189 +Estonia,333131,885772,804,66,189 +Estonia,333132,403886,804,66,189 +Estonia,333210,42178,804,66,189 +Estonia,333220,628319,804,66,189 +Estonia,333291,53299,804,66,189 +Estonia,333292,204720,804,66,189 +Estonia,333293,2034792,804,66,189 +Estonia,333294,31017,804,66,189 +Estonia,333295,12700,804,66,189 +Estonia,333298,277226,804,66,189 +Estonia,333313,1007336,804,66,189 +Estonia,333314,4886418,804,66,189 +Estonia,333315,823330,804,66,189 +Estonia,333319,498651,804,66,189 +Estonia,333412,58196,804,66,189 +Estonia,333414,1330944,804,66,189 +Estonia,333415,154766,804,66,189 +Estonia,333512,1486708,804,66,189 +Estonia,333513,146437,804,66,189 +Estonia,333514,70236,804,66,189 +Estonia,333515,1089347,804,66,189 +Estonia,333611,89534,804,66,189 +Estonia,333613,273386,804,66,189 +Estonia,333618,196102,804,66,189 +Estonia,333911,569810,804,66,189 +Estonia,333912,8237,804,66,189 +Estonia,333913,8930,804,66,189 +Estonia,333922,68918,804,66,189 +Estonia,333923,19140,804,66,189 +Estonia,333924,2600,804,66,189 +Estonia,333991,436086,804,66,189 +Estonia,333992,128188,804,66,189 +Estonia,333993,14061,804,66,189 +Estonia,333994,596133,804,66,189 +Estonia,333995,20081,804,66,189 +Estonia,333996,19446,804,66,189 +Estonia,333997,45877,804,66,189 +Estonia,333999,569028,804,66,189 +Estonia,334111,446241,804,66,189 +Estonia,334112,89306,804,66,189 +Estonia,334119,2016157,804,66,189 +Estonia,334210,59203,804,66,189 +Estonia,334220,4547725,804,66,189 +Estonia,334290,194603,804,66,189 +Estonia,334310,1609687,804,66,189 +Estonia,334411,15338,804,66,189 +Estonia,334413,6189451,804,66,189 +Estonia,334414,145135,804,66,189 +Estonia,334415,74180,804,66,189 +Estonia,334416,65458,804,66,189 +Estonia,334417,1181743,804,66,189 +Estonia,334418,3750,804,66,189 +Estonia,334419,1916493,804,66,189 +Estonia,334510,2614527,804,66,189 +Estonia,334511,363272,804,66,189 +Estonia,334512,8860,804,66,189 +Estonia,334513,4588201,804,66,189 +Estonia,334514,3700,804,66,189 +Estonia,334515,1716893,804,66,189 +Estonia,334516,17329545,804,66,189 +Estonia,334517,730674,804,66,189 +Estonia,334518,27193,804,66,189 +Estonia,334519,748079,804,66,189 +Estonia,334613,14228,804,66,189 +Estonia,335110,50708,804,66,189 +Estonia,335121,84328,804,66,189 +Estonia,335129,90824,804,66,189 +Estonia,335211,26054,804,66,189 +Estonia,335212,98760,804,66,189 +Estonia,335228,42712,804,66,189 +Estonia,335312,31372,804,66,189 +Estonia,335313,116437,804,66,189 +Estonia,335314,304019,804,66,189 +Estonia,335911,69559,804,66,189 +Estonia,335912,15875,804,66,189 +Estonia,335921,7152,804,66,189 +Estonia,335929,297939,804,66,189 +Estonia,335931,737619,804,66,189 +Estonia,335991,50644,804,66,189 +Estonia,335999,1153520,804,66,189 +Estonia,336111,3847364,804,66,189 +Estonia,336120,3097488,804,66,189 +Estonia,336212,16815,804,66,189 +Estonia,336214,737993,804,66,189 +Estonia,336311,4000,804,66,189 +Estonia,336321,319186,804,66,189 +Estonia,336322,181458,804,66,189 +Estonia,336340,7101,804,66,189 +Estonia,336399,806775,804,66,189 +Estonia,336412,5300,804,66,189 +Estonia,336612,417193,804,66,189 +Estonia,336991,539000,804,66,189 +Estonia,337121,3019,804,66,189 +Estonia,337124,107558,804,66,189 +Estonia,337127,481054,804,66,189 +Estonia,337214,180700,804,66,189 +Estonia,337215,14963,804,66,189 +Estonia,339112,687122,804,66,189 +Estonia,339113,858376,804,66,189 +Estonia,339114,584855,804,66,189 +Estonia,339115,643629,804,66,189 +Estonia,339911,211900,804,66,189 +Estonia,339913,20198,804,66,189 +Estonia,339914,7214,804,66,189 +Estonia,339920,498456,804,66,189 +Estonia,339932,393756,804,66,189 +Estonia,339942,24744,804,66,189 +Estonia,339943,8053,804,66,189 +Estonia,339950,39033,804,66,189 +Estonia,339991,129876,804,66,189 +Estonia,339992,267182,804,66,189 +Estonia,339993,19698,804,66,189 +Estonia,339994,17753,804,66,189 +Estonia,339999,3043374,804,66,189 +Estonia,511210,8173,804,66,189 +Estonia,910000,140942,804,66,189 +Estonia,920000,447194,804,66,189 +Estonia,990000,6751475,804,66,189 +Ethiopia,111130,15218658,805,67,190 +Ethiopia,111140,101042437,805,67,190 +Ethiopia,111199,17951714,805,67,190 +Ethiopia,111421,3500,805,67,190 +Ethiopia,111998,3654,805,67,190 +Ethiopia,112111,15970,805,67,190 +Ethiopia,211112,7170,805,67,190 +Ethiopia,212311,2617,805,67,190 +Ethiopia,212399,24487,805,67,190 +Ethiopia,311212,74001,805,67,190 +Ethiopia,311222,19110,805,67,190 +Ethiopia,311223,9245720,805,67,190 +Ethiopia,311225,995089,805,67,190 +Ethiopia,311230,105832,805,67,190 +Ethiopia,311320,3808,805,67,190 +Ethiopia,311340,249741,805,67,190 +Ethiopia,311421,14674,805,67,190 +Ethiopia,311513,73480,805,67,190 +Ethiopia,311514,7638529,805,67,190 +Ethiopia,311811,22904,805,67,190 +Ethiopia,311822,9963,805,67,190 +Ethiopia,311911,4560,805,67,190 +Ethiopia,311919,13552,805,67,190 +Ethiopia,311941,2504,805,67,190 +Ethiopia,311999,880790,805,67,190 +Ethiopia,313210,150473,805,67,190 +Ethiopia,313221,7332,805,67,190 +Ethiopia,313230,19042,805,67,190 +Ethiopia,313249,68112,805,67,190 +Ethiopia,313320,26800,805,67,190 +Ethiopia,314129,89584,805,67,190 +Ethiopia,314911,2356527,805,67,190 +Ethiopia,314912,305410,805,67,190 +Ethiopia,314991,9522,805,67,190 +Ethiopia,314999,527758,805,67,190 +Ethiopia,315222,56145,805,67,190 +Ethiopia,315223,12117,805,67,190 +Ethiopia,315224,33679,805,67,190 +Ethiopia,315228,577554,805,67,190 +Ethiopia,315991,21254,805,67,190 +Ethiopia,315992,2916,805,67,190 +Ethiopia,315993,16808,805,67,190 +Ethiopia,316213,2501,805,67,190 +Ethiopia,316991,60930,805,67,190 +Ethiopia,321219,14401,805,67,190 +Ethiopia,322121,7004,805,67,190 +Ethiopia,322130,368394,805,67,190 +Ethiopia,322213,4880,805,67,190 +Ethiopia,322222,118417,805,67,190 +Ethiopia,322223,409119,805,67,190 +Ethiopia,322299,12223,805,67,190 +Ethiopia,323117,354084,805,67,190 +Ethiopia,323118,38254,805,67,190 +Ethiopia,323119,89946,805,67,190 +Ethiopia,324110,40611,805,67,190 +Ethiopia,325110,2693,805,67,190 +Ethiopia,325120,22622,805,67,190 +Ethiopia,325188,77500,805,67,190 +Ethiopia,325199,636899,805,67,190 +Ethiopia,325211,1863940,805,67,190 +Ethiopia,325312,3600,805,67,190 +Ethiopia,325320,502940,805,67,190 +Ethiopia,325412,9358012,805,67,190 +Ethiopia,325510,304374,805,67,190 +Ethiopia,325520,222383,805,67,190 +Ethiopia,325611,64495,805,67,190 +Ethiopia,325612,62397,805,67,190 +Ethiopia,325613,123045,805,67,190 +Ethiopia,325620,315716,805,67,190 +Ethiopia,325910,220667,805,67,190 +Ethiopia,325920,24900,805,67,190 +Ethiopia,325992,29705,805,67,190 +Ethiopia,325998,95370,805,67,190 +Ethiopia,326113,35160,805,67,190 +Ethiopia,326122,8752,805,67,190 +Ethiopia,326192,18720,805,67,190 +Ethiopia,326199,585542,805,67,190 +Ethiopia,326211,81425,805,67,190 +Ethiopia,326212,5375,805,67,190 +Ethiopia,326220,34135,805,67,190 +Ethiopia,326299,28645,805,67,190 +Ethiopia,327111,10000,805,67,190 +Ethiopia,327112,16000,805,67,190 +Ethiopia,327211,115485,805,67,190 +Ethiopia,327212,813131,805,67,190 +Ethiopia,327910,2535,805,67,190 +Ethiopia,327993,14792,805,67,190 +Ethiopia,327999,11084,805,67,190 +Ethiopia,331111,110229,805,67,190 +Ethiopia,331315,25108,805,67,190 +Ethiopia,331316,30527,805,67,190 +Ethiopia,331319,6894,805,67,190 +Ethiopia,331419,4131,805,67,190 +Ethiopia,331422,31491,805,67,190 +Ethiopia,331491,24411,805,67,190 +Ethiopia,332115,90703,805,67,190 +Ethiopia,332211,67380,805,67,190 +Ethiopia,332212,551872,805,67,190 +Ethiopia,332311,624048,805,67,190 +Ethiopia,332312,9342,805,67,190 +Ethiopia,332410,137991,805,67,190 +Ethiopia,332420,175598,805,67,190 +Ethiopia,332439,11111,805,67,190 +Ethiopia,332510,400146,805,67,190 +Ethiopia,332611,14889,805,67,190 +Ethiopia,332618,5917,805,67,190 +Ethiopia,332722,269981,805,67,190 +Ethiopia,332911,494049,805,67,190 +Ethiopia,332912,217790,805,67,190 +Ethiopia,332919,48568,805,67,190 +Ethiopia,332991,260027,805,67,190 +Ethiopia,332994,79280,805,67,190 +Ethiopia,332998,27920,805,67,190 +Ethiopia,332999,345093,805,67,190 +Ethiopia,333111,5330005,805,67,190 +Ethiopia,333120,4737696,805,67,190 +Ethiopia,333131,175869,805,67,190 +Ethiopia,333132,185333,805,67,190 +Ethiopia,333220,3021,805,67,190 +Ethiopia,333292,56264,805,67,190 +Ethiopia,333293,47422,805,67,190 +Ethiopia,333294,429576,805,67,190 +Ethiopia,333313,61927,805,67,190 +Ethiopia,333314,460241,805,67,190 +Ethiopia,333315,46744,805,67,190 +Ethiopia,333319,8700,805,67,190 +Ethiopia,333411,38591,805,67,190 +Ethiopia,333412,54037,805,67,190 +Ethiopia,333414,17792,805,67,190 +Ethiopia,333415,348570,805,67,190 +Ethiopia,333512,181425,805,67,190 +Ethiopia,333513,40399,805,67,190 +Ethiopia,333514,552904,805,67,190 +Ethiopia,333515,539616,805,67,190 +Ethiopia,333611,25150,805,67,190 +Ethiopia,333612,45932,805,67,190 +Ethiopia,333613,22106,805,67,190 +Ethiopia,333618,18338,805,67,190 +Ethiopia,333911,582062,805,67,190 +Ethiopia,333912,14577,805,67,190 +Ethiopia,333913,10628,805,67,190 +Ethiopia,333921,28512,805,67,190 +Ethiopia,333922,163375,805,67,190 +Ethiopia,333924,1071506,805,67,190 +Ethiopia,333991,67395,805,67,190 +Ethiopia,333992,19090,805,67,190 +Ethiopia,333994,18095,805,67,190 +Ethiopia,333995,148487,805,67,190 +Ethiopia,333996,742780,805,67,190 +Ethiopia,333997,3697,805,67,190 +Ethiopia,333999,1422302,805,67,190 +Ethiopia,334111,2465985,805,67,190 +Ethiopia,334112,461895,805,67,190 +Ethiopia,334119,1190318,805,67,190 +Ethiopia,334210,49753,805,67,190 +Ethiopia,334220,2657123,805,67,190 +Ethiopia,334290,129012,805,67,190 +Ethiopia,334310,9406964,805,67,190 +Ethiopia,334411,151138,805,67,190 +Ethiopia,334413,111645,805,67,190 +Ethiopia,334414,25014,805,67,190 +Ethiopia,334416,46369,805,67,190 +Ethiopia,334417,124192,805,67,190 +Ethiopia,334418,165704,805,67,190 +Ethiopia,334419,595026,805,67,190 +Ethiopia,334510,634514,805,67,190 +Ethiopia,334511,352723,805,67,190 +Ethiopia,334513,851665,805,67,190 +Ethiopia,334514,70869,805,67,190 +Ethiopia,334515,2175406,805,67,190 +Ethiopia,334516,207109,805,67,190 +Ethiopia,334517,688866,805,67,190 +Ethiopia,334518,28159,805,67,190 +Ethiopia,334519,497970,805,67,190 +Ethiopia,334612,41268,805,67,190 +Ethiopia,334613,10114,805,67,190 +Ethiopia,335110,41629,805,67,190 +Ethiopia,335129,138427,805,67,190 +Ethiopia,335211,20588,805,67,190 +Ethiopia,335212,2772,805,67,190 +Ethiopia,335228,4846,805,67,190 +Ethiopia,335311,3200,805,67,190 +Ethiopia,335312,1749038,805,67,190 +Ethiopia,335313,188502,805,67,190 +Ethiopia,335314,511063,805,67,190 +Ethiopia,335911,105362,805,67,190 +Ethiopia,335912,21089,805,67,190 +Ethiopia,335929,30875,805,67,190 +Ethiopia,335931,300345,805,67,190 +Ethiopia,335991,3202225,805,67,190 +Ethiopia,335999,307994,805,67,190 +Ethiopia,336111,307496,805,67,190 +Ethiopia,336120,1733969,805,67,190 +Ethiopia,336211,58357,805,67,190 +Ethiopia,336212,569631,805,67,190 +Ethiopia,336214,539000,805,67,190 +Ethiopia,336311,31015,805,67,190 +Ethiopia,336321,11142,805,67,190 +Ethiopia,336322,264403,805,67,190 +Ethiopia,336340,5700,805,67,190 +Ethiopia,336360,520593,805,67,190 +Ethiopia,336399,282043,805,67,190 +Ethiopia,336412,1032140,805,67,190 +Ethiopia,336413,263811,805,67,190 +Ethiopia,336415,6228,805,67,190 +Ethiopia,336510,5000,805,67,190 +Ethiopia,336612,50000,805,67,190 +Ethiopia,336991,21914,805,67,190 +Ethiopia,337121,10000,805,67,190 +Ethiopia,337124,26333,805,67,190 +Ethiopia,337127,522391,805,67,190 +Ethiopia,337211,57042,805,67,190 +Ethiopia,337214,7115,805,67,190 +Ethiopia,337215,150908,805,67,190 +Ethiopia,337910,3191,805,67,190 +Ethiopia,339112,476715,805,67,190 +Ethiopia,339113,634623,805,67,190 +Ethiopia,339114,10325,805,67,190 +Ethiopia,339920,46089,805,67,190 +Ethiopia,339932,30295,805,67,190 +Ethiopia,339941,7062,805,67,190 +Ethiopia,339942,2579,805,67,190 +Ethiopia,339950,16429,805,67,190 +Ethiopia,339991,182724,805,67,190 +Ethiopia,339992,38183,805,67,190 +Ethiopia,339994,8315,805,67,190 +Ethiopia,339999,183298,805,67,190 +Ethiopia,511210,22053,805,67,190 +Ethiopia,910000,147500,805,67,190 +Ethiopia,920000,197194,805,67,190 +Ethiopia,990000,47090653,805,67,190 +Falkland Islands,311222,4896,803,68,191 +Falkland Islands,311514,11910,803,68,191 +Falkland Islands,311611,17607,803,68,191 +Falkland Islands,311615,37519,803,68,191 +Falkland Islands,311920,20514,803,68,191 +Falkland Islands,315224,127744,803,68,191 +Falkland Islands,316219,4346,803,68,191 +Falkland Islands,316991,3764,803,68,191 +Falkland Islands,323117,10208,803,68,191 +Falkland Islands,325132,4859,803,68,191 +Falkland Islands,325613,35754,803,68,191 +Falkland Islands,326199,8787,803,68,191 +Falkland Islands,326211,5377,803,68,191 +Falkland Islands,331492,2588,803,68,191 +Falkland Islands,332510,3200,803,68,191 +Falkland Islands,332912,2776,803,68,191 +Falkland Islands,332991,27517,803,68,191 +Falkland Islands,333111,3249,803,68,191 +Falkland Islands,333120,22300,803,68,191 +Falkland Islands,333132,20568,803,68,191 +Falkland Islands,333294,7148,803,68,191 +Falkland Islands,333313,44833,803,68,191 +Falkland Islands,333415,32067,803,68,191 +Falkland Islands,333613,14184,803,68,191 +Falkland Islands,333618,9852,803,68,191 +Falkland Islands,333912,10331,803,68,191 +Falkland Islands,333924,41666,803,68,191 +Falkland Islands,333994,3139,803,68,191 +Falkland Islands,333999,27855,803,68,191 +Falkland Islands,334111,131585,803,68,191 +Falkland Islands,334119,139423,803,68,191 +Falkland Islands,334220,477546,803,68,191 +Falkland Islands,334290,9628,803,68,191 +Falkland Islands,334413,44100,803,68,191 +Falkland Islands,334418,6616,803,68,191 +Falkland Islands,334511,10338,803,68,191 +Falkland Islands,334513,4696,803,68,191 +Falkland Islands,334515,140780,803,68,191 +Falkland Islands,334517,9812,803,68,191 +Falkland Islands,334519,82935,803,68,191 +Falkland Islands,334613,38125,803,68,191 +Falkland Islands,335313,3105,803,68,191 +Falkland Islands,335314,13686,803,68,191 +Falkland Islands,336111,17000,803,68,191 +Falkland Islands,336350,3083,803,68,191 +Falkland Islands,336510,5400,803,68,191 +Falkland Islands,336991,28154,803,68,191 +Falkland Islands,339113,219493,803,68,191 +Falkland Islands,339115,6537,803,68,191 +Falkland Islands,339920,40208,803,68,191 +Falkland Islands,339992,8644,803,68,191 +Falkland Islands,920000,130000,803,68,191 +Falkland Islands,990000,270486,803,68,191 +Faroe Islands,111320,34080,804,69,192 +Faroe Islands,113310,84229,804,69,192 +Faroe Islands,114112,252704,804,69,192 +Faroe Islands,311613,140000,804,69,192 +Faroe Islands,311920,9765,804,69,192 +Faroe Islands,311999,22798,804,69,192 +Faroe Islands,314999,7501,804,69,192 +Faroe Islands,315999,4420,804,69,192 +Faroe Islands,321113,62325,804,69,192 +Faroe Islands,322211,8237,804,69,192 +Faroe Islands,323117,5152,804,69,192 +Faroe Islands,323119,3380,804,69,192 +Faroe Islands,326199,10796,804,69,192 +Faroe Islands,331111,36000,804,69,192 +Faroe Islands,331422,3184,804,69,192 +Faroe Islands,332211,2874,804,69,192 +Faroe Islands,332312,12759,804,69,192 +Faroe Islands,332618,14934,804,69,192 +Faroe Islands,333120,4254,804,69,192 +Faroe Islands,333294,105262,804,69,192 +Faroe Islands,333315,3189,804,69,192 +Faroe Islands,333999,23417,804,69,192 +Faroe Islands,334111,5838,804,69,192 +Faroe Islands,334112,4755,804,69,192 +Faroe Islands,334119,20010,804,69,192 +Faroe Islands,334220,551155,804,69,192 +Faroe Islands,334290,35309,804,69,192 +Faroe Islands,334416,2790,804,69,192 +Faroe Islands,334417,41589,804,69,192 +Faroe Islands,334510,9571,804,69,192 +Faroe Islands,334511,106000,804,69,192 +Faroe Islands,334515,12395,804,69,192 +Faroe Islands,334516,11729,804,69,192 +Faroe Islands,334519,24303,804,69,192 +Faroe Islands,335314,9709,804,69,192 +Faroe Islands,335929,11235,804,69,192 +Faroe Islands,335999,19958,804,69,192 +Faroe Islands,336991,11787,804,69,192 +Faroe Islands,337215,5524,804,69,192 +Faroe Islands,339113,9932,804,69,192 +Faroe Islands,339914,4327,804,69,192 +Faroe Islands,339920,155884,804,69,192 +Faroe Islands,339992,5495,804,69,192 +Faroe Islands,990000,126793,804,69,192 +Fiji,111130,30236,808,70,193 +Fiji,111150,5915,808,70,193 +Fiji,111310,30650,808,70,193 +Fiji,111332,73488,808,70,193 +Fiji,111335,20225,808,70,193 +Fiji,111339,109369,808,70,193 +Fiji,111421,8280,808,70,193 +Fiji,111998,49152,808,70,193 +Fiji,113310,32719,808,70,193 +Fiji,114111,3473305,808,70,193 +Fiji,311211,10622,808,70,193 +Fiji,311212,40950,808,70,193 +Fiji,311222,4486659,808,70,193 +Fiji,311223,33082,808,70,193 +Fiji,311230,64846,808,70,193 +Fiji,311320,32456,808,70,193 +Fiji,311340,42946,808,70,193 +Fiji,311411,113673,808,70,193 +Fiji,311421,58085,808,70,193 +Fiji,311422,250920,808,70,193 +Fiji,311423,90868,808,70,193 +Fiji,311513,3938,808,70,193 +Fiji,311514,82141,808,70,193 +Fiji,311611,25600,808,70,193 +Fiji,311615,20363,808,70,193 +Fiji,311711,218752,808,70,193 +Fiji,311811,81004,808,70,193 +Fiji,311822,254832,808,70,193 +Fiji,311911,14784,808,70,193 +Fiji,311919,78842,808,70,193 +Fiji,311920,35552,808,70,193 +Fiji,311930,7156,808,70,193 +Fiji,311941,61501,808,70,193 +Fiji,311999,13066,808,70,193 +Fiji,312111,8424,808,70,193 +Fiji,312112,3900,808,70,193 +Fiji,312120,9998,808,70,193 +Fiji,312130,27160,808,70,193 +Fiji,312140,137314,808,70,193 +Fiji,313221,2510,808,70,193 +Fiji,314129,12194,808,70,193 +Fiji,314912,8760,808,70,193 +Fiji,315223,13516,808,70,193 +Fiji,315231,2629,808,70,193 +Fiji,315232,13121,808,70,193 +Fiji,315239,5077,808,70,193 +Fiji,315999,70801,808,70,193 +Fiji,316110,7500,808,70,193 +Fiji,316213,60641,808,70,193 +Fiji,316214,155670,808,70,193 +Fiji,316219,172989,808,70,193 +Fiji,316991,178133,808,70,193 +Fiji,316992,3800,808,70,193 +Fiji,321918,22066,808,70,193 +Fiji,321999,57612,808,70,193 +Fiji,322121,3016,808,70,193 +Fiji,322130,23564,808,70,193 +Fiji,322215,18566,808,70,193 +Fiji,322223,11740,808,70,193 +Fiji,322291,3560,808,70,193 +Fiji,322299,7554,808,70,193 +Fiji,323117,66176,808,70,193 +Fiji,323119,11360,808,70,193 +Fiji,324110,17362,808,70,193 +Fiji,325181,103188,808,70,193 +Fiji,325188,17689,808,70,193 +Fiji,325191,19445,808,70,193 +Fiji,325199,444965,808,70,193 +Fiji,325211,1068950,808,70,193 +Fiji,325212,12166,808,70,193 +Fiji,325221,3420,808,70,193 +Fiji,325312,2825978,808,70,193 +Fiji,325320,2540,808,70,193 +Fiji,325411,710665,808,70,193 +Fiji,325412,319297,808,70,193 +Fiji,325520,2502,808,70,193 +Fiji,325611,56278,808,70,193 +Fiji,325620,1202216,808,70,193 +Fiji,325992,13909,808,70,193 +Fiji,325998,32333,808,70,193 +Fiji,326113,38475,808,70,193 +Fiji,326122,4000,808,70,193 +Fiji,326192,9654,808,70,193 +Fiji,326199,586003,808,70,193 +Fiji,326211,31999,808,70,193 +Fiji,326212,38593,808,70,193 +Fiji,326220,10564,808,70,193 +Fiji,326299,87550,808,70,193 +Fiji,327112,132689,808,70,193 +Fiji,327211,6619,808,70,193 +Fiji,327212,29002,808,70,193 +Fiji,327390,25458,808,70,193 +Fiji,327993,74838,808,70,193 +Fiji,327999,3794,808,70,193 +Fiji,331111,111446,808,70,193 +Fiji,331222,5156,808,70,193 +Fiji,331316,18599,808,70,193 +Fiji,331319,6800,808,70,193 +Fiji,331419,3531,808,70,193 +Fiji,331421,23844,808,70,193 +Fiji,332212,23515,808,70,193 +Fiji,332213,41472,808,70,193 +Fiji,332214,2760,808,70,193 +Fiji,332312,175181,808,70,193 +Fiji,332420,29600,808,70,193 +Fiji,332510,36311,808,70,193 +Fiji,332618,58236,808,70,193 +Fiji,332722,47583,808,70,193 +Fiji,332911,27940,808,70,193 +Fiji,332912,59493,808,70,193 +Fiji,332991,14905,808,70,193 +Fiji,332998,24542,808,70,193 +Fiji,332999,181332,808,70,193 +Fiji,333111,111557,808,70,193 +Fiji,333120,272584,808,70,193 +Fiji,333131,32585,808,70,193 +Fiji,333132,110861,808,70,193 +Fiji,333210,324792,808,70,193 +Fiji,333220,39904,808,70,193 +Fiji,333291,437122,808,70,193 +Fiji,333292,9214,808,70,193 +Fiji,333293,13983,808,70,193 +Fiji,333294,80482,808,70,193 +Fiji,333313,12242,808,70,193 +Fiji,333314,69888,808,70,193 +Fiji,333315,26061,808,70,193 +Fiji,333319,52384,808,70,193 +Fiji,333411,58770,808,70,193 +Fiji,333414,3200,808,70,193 +Fiji,333415,55800,808,70,193 +Fiji,333512,21395,808,70,193 +Fiji,333513,17500,808,70,193 +Fiji,333611,27870,808,70,193 +Fiji,333612,8836,808,70,193 +Fiji,333613,15491,808,70,193 +Fiji,333618,224338,808,70,193 +Fiji,333911,54078,808,70,193 +Fiji,333912,87622,808,70,193 +Fiji,333923,318410,808,70,193 +Fiji,333924,135868,808,70,193 +Fiji,333991,19606,808,70,193 +Fiji,333993,84541,808,70,193 +Fiji,333995,95842,808,70,193 +Fiji,333996,68442,808,70,193 +Fiji,333997,25702,808,70,193 +Fiji,333999,549002,808,70,193 +Fiji,334111,411153,808,70,193 +Fiji,334112,82653,808,70,193 +Fiji,334119,179706,808,70,193 +Fiji,334210,32598,808,70,193 +Fiji,334220,804273,808,70,193 +Fiji,334310,157933,808,70,193 +Fiji,334413,234399,808,70,193 +Fiji,334417,2680,808,70,193 +Fiji,334418,6770,808,70,193 +Fiji,334419,53257,808,70,193 +Fiji,334510,79268,808,70,193 +Fiji,334511,27648,808,70,193 +Fiji,334513,128231,808,70,193 +Fiji,334514,14648,808,70,193 +Fiji,334515,52740,808,70,193 +Fiji,334516,21495,808,70,193 +Fiji,334517,27526,808,70,193 +Fiji,334518,45020,808,70,193 +Fiji,334519,100926,808,70,193 +Fiji,334613,9759,808,70,193 +Fiji,335129,25401,808,70,193 +Fiji,335211,16336,808,70,193 +Fiji,335222,145559,808,70,193 +Fiji,335224,10556,808,70,193 +Fiji,335311,104350,808,70,193 +Fiji,335312,2169591,808,70,193 +Fiji,335313,12729,808,70,193 +Fiji,335314,47350,808,70,193 +Fiji,335911,76874,808,70,193 +Fiji,335921,5590,808,70,193 +Fiji,335929,49262,808,70,193 +Fiji,335931,9219,808,70,193 +Fiji,335999,16987,808,70,193 +Fiji,336212,35000,808,70,193 +Fiji,336214,23485,808,70,193 +Fiji,336311,9325,808,70,193 +Fiji,336322,13726,808,70,193 +Fiji,336360,4446,808,70,193 +Fiji,336399,99381,808,70,193 +Fiji,336411,154012,808,70,193 +Fiji,336412,50000,808,70,193 +Fiji,336510,7866,808,70,193 +Fiji,336612,1663838,808,70,193 +Fiji,336991,7200,808,70,193 +Fiji,337124,12650,808,70,193 +Fiji,337127,179036,808,70,193 +Fiji,337215,107694,808,70,193 +Fiji,339112,16424,808,70,193 +Fiji,339113,139860,808,70,193 +Fiji,339114,21490,808,70,193 +Fiji,339115,46103,808,70,193 +Fiji,339911,110800,808,70,193 +Fiji,339914,18315,808,70,193 +Fiji,339920,91708,808,70,193 +Fiji,339932,47993,808,70,193 +Fiji,339942,7385,808,70,193 +Fiji,339950,7200,808,70,193 +Fiji,339991,44158,808,70,193 +Fiji,339992,3519,808,70,193 +Fiji,339993,27329,808,70,193 +Fiji,339994,10632,808,70,193 +Fiji,339999,57379,808,70,193 +Fiji,920000,85000,808,70,193 +Fiji,990000,11152498,808,70,193 +Finland,111110,225233,804,71,194 +Finland,111120,1915299,804,71,194 +Finland,111130,68938,804,71,194 +Finland,111150,117908,804,71,194 +Finland,111199,4941,804,71,194 +Finland,111219,161702,804,71,194 +Finland,111320,168000,804,71,194 +Finland,111331,1298803,804,71,194 +Finland,111335,6052414,804,71,194 +Finland,111421,34935,804,71,194 +Finland,111422,199607,804,71,194 +Finland,111910,2772,804,71,194 +Finland,111920,217700,804,71,194 +Finland,111992,465000,804,71,194 +Finland,111998,114666,804,71,194 +Finland,112111,271049,804,71,194 +Finland,112920,830750,804,71,194 +Finland,112930,88380,804,71,194 +Finland,112990,165318,804,71,194 +Finland,113210,1239417,804,71,194 +Finland,113310,1781189,804,71,194 +Finland,114111,865082,804,71,194 +Finland,114112,32658,804,71,194 +Finland,114119,46613,804,71,194 +Finland,211112,3920,804,71,194 +Finland,212112,65659779,804,71,194 +Finland,212210,3436300,804,71,194 +Finland,212221,3010,804,71,194 +Finland,212231,39476040,804,71,194 +Finland,212311,28140,804,71,194 +Finland,212319,170452,804,71,194 +Finland,212322,728538,804,71,194 +Finland,212324,55036946,804,71,194 +Finland,212325,4472708,804,71,194 +Finland,212399,291075,804,71,194 +Finland,311111,179131,804,71,194 +Finland,311119,3371666,804,71,194 +Finland,311211,103658,804,71,194 +Finland,311212,107917,804,71,194 +Finland,311221,2060260,804,71,194 +Finland,311222,1688021,804,71,194 +Finland,311223,20040,804,71,194 +Finland,311225,79402,804,71,194 +Finland,311230,125134,804,71,194 +Finland,311320,36245,804,71,194 +Finland,311340,207456,804,71,194 +Finland,311411,94810,804,71,194 +Finland,311421,576167,804,71,194 +Finland,311423,5124749,804,71,194 +Finland,311512,18527,804,71,194 +Finland,311513,27928,804,71,194 +Finland,311514,391548,804,71,194 +Finland,311611,1872672,804,71,194 +Finland,311613,18500,804,71,194 +Finland,311615,43466,804,71,194 +Finland,311811,301382,804,71,194 +Finland,311822,760421,804,71,194 +Finland,311823,3176,804,71,194 +Finland,311911,515223,804,71,194 +Finland,311919,95051,804,71,194 +Finland,311920,111270,804,71,194 +Finland,311930,246150,804,71,194 +Finland,311941,630045,804,71,194 +Finland,311942,65849,804,71,194 +Finland,311999,1075641,804,71,194 +Finland,312111,77027,804,71,194 +Finland,312112,3597,804,71,194 +Finland,312120,444623,804,71,194 +Finland,312130,2855813,804,71,194 +Finland,312140,2491607,804,71,194 +Finland,313111,127452,804,71,194 +Finland,313113,13668,804,71,194 +Finland,313210,617967,804,71,194 +Finland,313221,1178949,804,71,194 +Finland,313230,2301439,804,71,194 +Finland,313249,131874,804,71,194 +Finland,313312,46356,804,71,194 +Finland,313320,298560,804,71,194 +Finland,314110,470216,804,71,194 +Finland,314121,91599,804,71,194 +Finland,314129,426076,804,71,194 +Finland,314911,17965,804,71,194 +Finland,314912,131993,804,71,194 +Finland,314991,2791958,804,71,194 +Finland,314992,82738,804,71,194 +Finland,314999,2414905,804,71,194 +Finland,315111,251955,804,71,194 +Finland,315221,70578,804,71,194 +Finland,315222,46316,804,71,194 +Finland,315223,636838,804,71,194 +Finland,315224,85733,804,71,194 +Finland,315228,1389394,804,71,194 +Finland,315231,114623,804,71,194 +Finland,315232,61497,804,71,194 +Finland,315233,49634,804,71,194 +Finland,315234,122882,804,71,194 +Finland,315239,160624,804,71,194 +Finland,315292,95011,804,71,194 +Finland,315991,162320,804,71,194 +Finland,315992,107762,804,71,194 +Finland,315999,2834223,804,71,194 +Finland,316110,303508,804,71,194 +Finland,316211,82171,804,71,194 +Finland,316212,7387,804,71,194 +Finland,316213,850375,804,71,194 +Finland,316214,445392,804,71,194 +Finland,316219,2048261,804,71,194 +Finland,316991,1207574,804,71,194 +Finland,316992,61278,804,71,194 +Finland,316993,15380,804,71,194 +Finland,316999,157516,804,71,194 +Finland,321113,1998397,804,71,194 +Finland,321114,83861,804,71,194 +Finland,321211,1397261,804,71,194 +Finland,321213,153878,804,71,194 +Finland,321219,531837,804,71,194 +Finland,321911,73251,804,71,194 +Finland,321918,369228,804,71,194 +Finland,321920,314625,804,71,194 +Finland,321991,3800,804,71,194 +Finland,321992,82675,804,71,194 +Finland,321999,786520,804,71,194 +Finland,322110,3150914,804,71,194 +Finland,322121,2592596,804,71,194 +Finland,322122,331086,804,71,194 +Finland,322130,6413874,804,71,194 +Finland,322211,4209298,804,71,194 +Finland,322212,10898,804,71,194 +Finland,322213,12813,804,71,194 +Finland,322214,11007,804,71,194 +Finland,322215,117103,804,71,194 +Finland,322222,2113764,804,71,194 +Finland,322223,836255,804,71,194 +Finland,322224,32280,804,71,194 +Finland,322232,3385,804,71,194 +Finland,322291,192267,804,71,194 +Finland,322299,395681,804,71,194 +Finland,323117,1704477,804,71,194 +Finland,323118,428448,804,71,194 +Finland,323119,2204997,804,71,194 +Finland,323122,21582,804,71,194 +Finland,324110,18449430,804,71,194 +Finland,324121,81828,804,71,194 +Finland,325110,20300,804,71,194 +Finland,325120,212498,804,71,194 +Finland,325131,84595,804,71,194 +Finland,325132,1044177,804,71,194 +Finland,325181,8205,804,71,194 +Finland,325182,19225,804,71,194 +Finland,325188,15062795,804,71,194 +Finland,325191,18595273,804,71,194 +Finland,325192,200558,804,71,194 +Finland,325193,23864872,804,71,194 +Finland,325199,23287642,804,71,194 +Finland,325211,15583349,804,71,194 +Finland,325212,3736413,804,71,194 +Finland,325221,9323,804,71,194 +Finland,325222,5281703,804,71,194 +Finland,325311,11703,804,71,194 +Finland,325312,67331,804,71,194 +Finland,325320,179834,804,71,194 +Finland,325411,6059898,804,71,194 +Finland,325412,75030429,804,71,194 +Finland,325414,2539425,804,71,194 +Finland,325510,955264,804,71,194 +Finland,325520,2531669,804,71,194 +Finland,325611,1217042,804,71,194 +Finland,325612,848768,804,71,194 +Finland,325613,9569503,804,71,194 +Finland,325620,19644513,804,71,194 +Finland,325910,2674225,804,71,194 +Finland,325920,376992,804,71,194 +Finland,325992,1760562,804,71,194 +Finland,325998,7177019,804,71,194 +Finland,326113,2535449,804,71,194 +Finland,326121,555038,804,71,194 +Finland,326122,467118,804,71,194 +Finland,326160,792730,804,71,194 +Finland,326191,475704,804,71,194 +Finland,326192,170860,804,71,194 +Finland,326199,25027001,804,71,194 +Finland,326211,2465223,804,71,194 +Finland,326220,3782714,804,71,194 +Finland,326299,8393647,804,71,194 +Finland,327111,87425,804,71,194 +Finland,327112,823068,804,71,194 +Finland,327113,174526,804,71,194 +Finland,327122,9109,804,71,194 +Finland,327123,56114,804,71,194 +Finland,327124,78710,804,71,194 +Finland,327125,355786,804,71,194 +Finland,327211,1284020,804,71,194 +Finland,327212,905309,804,71,194 +Finland,327213,412457,804,71,194 +Finland,327215,4100346,804,71,194 +Finland,327390,237641,804,71,194 +Finland,327420,94610,804,71,194 +Finland,327910,757681,804,71,194 +Finland,327991,121638,804,71,194 +Finland,327992,354187,804,71,194 +Finland,327993,837432,804,71,194 +Finland,327999,449331,804,71,194 +Finland,331111,21765804,804,71,194 +Finland,331112,4036,804,71,194 +Finland,331222,627562,804,71,194 +Finland,331311,8413762,804,71,194 +Finland,331315,408632,804,71,194 +Finland,331316,80739,804,71,194 +Finland,331319,54907,804,71,194 +Finland,331411,543082,804,71,194 +Finland,331419,2118770,804,71,194 +Finland,331421,81360,804,71,194 +Finland,331422,2076112,804,71,194 +Finland,331491,6457473,804,71,194 +Finland,331492,86568,804,71,194 +Finland,331511,1276343,804,71,194 +Finland,332115,83813,804,71,194 +Finland,332211,1680818,804,71,194 +Finland,332212,6390903,804,71,194 +Finland,332213,1426773,804,71,194 +Finland,332214,83573,804,71,194 +Finland,332311,328591,804,71,194 +Finland,332312,1044164,804,71,194 +Finland,332321,89106,804,71,194 +Finland,332322,1041148,804,71,194 +Finland,332410,3973415,804,71,194 +Finland,332420,926987,804,71,194 +Finland,332439,295151,804,71,194 +Finland,332510,1120491,804,71,194 +Finland,332611,266828,804,71,194 +Finland,332618,1807458,804,71,194 +Finland,332722,812482,804,71,194 +Finland,332911,4242381,804,71,194 +Finland,332912,5008276,804,71,194 +Finland,332913,131094,804,71,194 +Finland,332919,631699,804,71,194 +Finland,332991,1067328,804,71,194 +Finland,332992,1569996,804,71,194 +Finland,332994,1828497,804,71,194 +Finland,332995,31445132,804,71,194 +Finland,332997,3000,804,71,194 +Finland,332998,255215,804,71,194 +Finland,332999,6479236,804,71,194 +Finland,333111,28268058,804,71,194 +Finland,333120,12180951,804,71,194 +Finland,333131,4701408,804,71,194 +Finland,333132,5945089,804,71,194 +Finland,333210,1322134,804,71,194 +Finland,333220,1923688,804,71,194 +Finland,333291,6038103,804,71,194 +Finland,333292,526920,804,71,194 +Finland,333293,2290976,804,71,194 +Finland,333294,2730045,804,71,194 +Finland,333295,5300667,804,71,194 +Finland,333298,879371,804,71,194 +Finland,333311,534647,804,71,194 +Finland,333313,6738117,804,71,194 +Finland,333314,10240704,804,71,194 +Finland,333315,8707488,804,71,194 +Finland,333319,4874452,804,71,194 +Finland,333411,1249322,804,71,194 +Finland,333412,683303,804,71,194 +Finland,333414,608442,804,71,194 +Finland,333415,5136108,804,71,194 +Finland,333511,41950,804,71,194 +Finland,333512,4217874,804,71,194 +Finland,333513,2748967,804,71,194 +Finland,333514,953897,804,71,194 +Finland,333515,8394473,804,71,194 +Finland,333516,30242,804,71,194 +Finland,333611,5863666,804,71,194 +Finland,333612,2356365,804,71,194 +Finland,333613,1995950,804,71,194 +Finland,333618,53021753,804,71,194 +Finland,333911,4065336,804,71,194 +Finland,333912,2581717,804,71,194 +Finland,333913,203110,804,71,194 +Finland,333921,370130,804,71,194 +Finland,333922,474310,804,71,194 +Finland,333923,1505833,804,71,194 +Finland,333924,6358296,804,71,194 +Finland,333991,2451910,804,71,194 +Finland,333992,20726893,804,71,194 +Finland,333993,2781739,804,71,194 +Finland,333994,1659940,804,71,194 +Finland,333995,1668113,804,71,194 +Finland,333996,2500893,804,71,194 +Finland,333997,266916,804,71,194 +Finland,333999,28122574,804,71,194 +Finland,334111,26170963,804,71,194 +Finland,334112,23634193,804,71,194 +Finland,334119,70137652,804,71,194 +Finland,334210,3747077,804,71,194 +Finland,334220,63358469,804,71,194 +Finland,334290,7832564,804,71,194 +Finland,334310,18237747,804,71,194 +Finland,334411,676139,804,71,194 +Finland,334412,649236,804,71,194 +Finland,334413,31900571,804,71,194 +Finland,334414,2353758,804,71,194 +Finland,334415,1317704,804,71,194 +Finland,334416,803716,804,71,194 +Finland,334417,5027699,804,71,194 +Finland,334418,973718,804,71,194 +Finland,334419,20642226,804,71,194 +Finland,334510,25953638,804,71,194 +Finland,334511,6485602,804,71,194 +Finland,334512,127709,804,71,194 +Finland,334513,8612995,804,71,194 +Finland,334514,164759,804,71,194 +Finland,334515,20200305,804,71,194 +Finland,334516,18327323,804,71,194 +Finland,334517,26217792,804,71,194 +Finland,334518,2002271,804,71,194 +Finland,334519,13596420,804,71,194 +Finland,334612,3789582,804,71,194 +Finland,334613,4462005,804,71,194 +Finland,335110,610435,804,71,194 +Finland,335121,334730,804,71,194 +Finland,335129,6719787,804,71,194 +Finland,335211,1123399,804,71,194 +Finland,335212,884969,804,71,194 +Finland,335221,571316,804,71,194 +Finland,335222,119816,804,71,194 +Finland,335224,185516,804,71,194 +Finland,335228,5309665,804,71,194 +Finland,335311,603036,804,71,194 +Finland,335312,4110053,804,71,194 +Finland,335313,2869920,804,71,194 +Finland,335314,6255353,804,71,194 +Finland,335911,15779605,804,71,194 +Finland,335912,835684,804,71,194 +Finland,335921,868178,804,71,194 +Finland,335929,7346819,804,71,194 +Finland,335931,1772110,804,71,194 +Finland,335932,81358,804,71,194 +Finland,335991,1051287,804,71,194 +Finland,335999,10705729,804,71,194 +Finland,336111,219731672,804,71,194 +Finland,336120,4493436,804,71,194 +Finland,336211,1637390,804,71,194 +Finland,336212,275596,804,71,194 +Finland,336214,30574471,804,71,194 +Finland,336311,1564869,804,71,194 +Finland,336321,1171123,804,71,194 +Finland,336322,2120201,804,71,194 +Finland,336330,737148,804,71,194 +Finland,336340,1847796,804,71,194 +Finland,336350,4179552,804,71,194 +Finland,336360,214589,804,71,194 +Finland,336370,212245,804,71,194 +Finland,336391,73853,804,71,194 +Finland,336399,31767885,804,71,194 +Finland,336412,9368615,804,71,194 +Finland,336413,38550815,804,71,194 +Finland,336415,4467,804,71,194 +Finland,336419,2586,804,71,194 +Finland,336510,218671,804,71,194 +Finland,336611,400850,804,71,194 +Finland,336612,10372758,804,71,194 +Finland,336991,22839697,804,71,194 +Finland,337110,15000,804,71,194 +Finland,337121,14415,804,71,194 +Finland,337124,360220,804,71,194 +Finland,337127,5328955,804,71,194 +Finland,337211,70910,804,71,194 +Finland,337214,126988,804,71,194 +Finland,337215,1212169,804,71,194 +Finland,337910,36108,804,71,194 +Finland,337920,6696,804,71,194 +Finland,339112,15029711,804,71,194 +Finland,339113,5713044,804,71,194 +Finland,339114,3220754,804,71,194 +Finland,339115,2058728,804,71,194 +Finland,339911,2386882,804,71,194 +Finland,339912,19521,804,71,194 +Finland,339913,42098,804,71,194 +Finland,339914,526651,804,71,194 +Finland,339920,13939719,804,71,194 +Finland,339932,3438537,804,71,194 +Finland,339941,175073,804,71,194 +Finland,339942,181251,804,71,194 +Finland,339943,29678,804,71,194 +Finland,339944,480382,804,71,194 +Finland,339950,545761,804,71,194 +Finland,339991,2079748,804,71,194 +Finland,339992,3455770,804,71,194 +Finland,339993,42874,804,71,194 +Finland,339994,388473,804,71,194 +Finland,339999,10634969,804,71,194 +Finland,511210,1296405,804,71,194 +Finland,910000,96368524,804,71,194 +Finland,920000,5274826,804,71,194 +Finland,990000,137029526,804,71,194 +France,111110,72681593,804,72,195 +France,111120,19782631,804,72,195 +France,111130,12256304,804,72,195 +France,111140,63861,804,72,195 +France,111150,15145420,804,72,195 +France,111199,2436343,804,72,195 +France,111219,22478377,804,72,195 +France,111310,338563,804,72,195 +France,111320,17292034,804,72,195 +France,111331,184038,804,72,195 +France,111332,671310,804,72,195 +France,111333,4232179,804,72,195 +France,111334,1422946,804,72,195 +France,111335,91687301,804,72,195 +France,111339,2578510,804,72,195 +France,111411,6124817,804,72,195 +France,111421,926447,804,72,195 +France,111422,3014790,804,72,195 +France,111910,3671362,804,72,195 +France,111920,260250,804,72,195 +France,111940,53092,804,72,195 +France,111992,2643504,804,72,195 +France,111998,8537097,804,72,195 +France,112111,839873,804,72,195 +France,112310,4172016,804,72,195 +France,112511,77983,804,72,195 +France,112920,10381060,804,72,195 +France,112930,504729,804,72,195 +France,112990,909251,804,72,195 +France,113210,7012622,804,72,195 +France,113310,7100663,804,72,195 +France,114111,83010651,804,72,195 +France,114112,82947169,804,72,195 +France,114119,1024671,804,72,195 +France,211112,82540373,804,72,195 +France,212112,345493241,804,72,195 +France,212113,7912848,804,72,195 +France,212210,40561440,804,72,195 +France,212221,22123,804,72,195 +France,212231,26937,804,72,195 +France,212234,47189,804,72,195 +France,212299,3731535,804,72,195 +France,212311,10488599,804,72,195 +France,212319,466528,804,72,195 +France,212322,77823,804,72,195 +France,212324,1551174,804,72,195 +France,212325,2545320,804,72,195 +France,212392,792494,804,72,195 +France,212393,509144,804,72,195 +France,212399,17931442,804,72,195 +France,311111,443692,804,72,195 +France,311119,4458670,804,72,195 +France,311211,438335,804,72,195 +France,311212,3380548,804,72,195 +France,311221,359576,804,72,195 +France,311222,82793802,804,72,195 +France,311223,3261862,804,72,195 +France,311225,2767331,804,72,195 +France,311230,1636913,804,72,195 +France,311311,366581,804,72,195 +France,311320,1169279,804,72,195 +France,311340,568051,804,72,195 +France,311411,3560909,804,72,195 +France,311421,4962225,804,72,195 +France,311422,980618,804,72,195 +France,311423,4758648,804,72,195 +France,311511,91640,804,72,195 +France,311512,20533,804,72,195 +France,311513,981318,804,72,195 +France,311514,3669929,804,72,195 +France,311520,167831,804,72,195 +France,311611,36810839,804,72,195 +France,311613,624394,804,72,195 +France,311615,28402394,804,72,195 +France,311711,9112383,804,72,195 +France,311811,7420069,804,72,195 +France,311822,625557,804,72,195 +France,311823,34762,804,72,195 +France,311911,6578060,804,72,195 +France,311919,2352106,804,72,195 +France,311920,4380737,804,72,195 +France,311930,1359901,804,72,195 +France,311941,7267218,804,72,195 +France,311942,310610,804,72,195 +France,311999,20435592,804,72,195 +France,312111,1728895,804,72,195 +France,312112,2535,804,72,195 +France,312113,225804,804,72,195 +France,312120,1598161,804,72,195 +France,312130,27447351,804,72,195 +France,312140,86680842,804,72,195 +France,312229,469683,804,72,195 +France,313111,1058037,804,72,195 +France,313113,145241,804,72,195 +France,313210,10550272,804,72,195 +France,313221,6653575,804,72,195 +France,313230,9420863,804,72,195 +France,313249,3821647,804,72,195 +France,313312,1178810,804,72,195 +France,313320,4811511,804,72,195 +France,314110,6998972,804,72,195 +France,314121,75165,804,72,195 +France,314129,2839656,804,72,195 +France,314911,282834,804,72,195 +France,314912,1450594,804,72,195 +France,314991,2580044,804,72,195 +France,314992,1340641,804,72,195 +France,314999,6019875,804,72,195 +France,315111,398642,804,72,195 +France,315221,3342713,804,72,195 +France,315222,394165,804,72,195 +France,315223,2875576,804,72,195 +France,315224,468379,804,72,195 +France,315228,3560048,804,72,195 +France,315231,5092555,804,72,195 +France,315232,3391340,804,72,195 +France,315233,2791839,804,72,195 +France,315234,2668087,804,72,195 +France,315239,3040953,804,72,195 +France,315291,428498,804,72,195 +France,315292,1923108,804,72,195 +France,315991,705624,804,72,195 +France,315992,728688,804,72,195 +France,315993,20974,804,72,195 +France,315999,5219291,804,72,195 +France,316110,5365134,804,72,195 +France,316211,1328333,804,72,195 +France,316212,23160,804,72,195 +France,316213,1332205,804,72,195 +France,316214,1252653,804,72,195 +France,316219,1597536,804,72,195 +France,316991,6361747,804,72,195 +France,316992,2814160,804,72,195 +France,316993,2004962,804,72,195 +France,316999,1310083,804,72,195 +France,321113,14096473,804,72,195 +France,321114,3134450,804,72,195 +France,321211,1172772,804,72,195 +France,321212,3692126,804,72,195 +France,321213,1783151,804,72,195 +France,321219,3122395,804,72,195 +France,321911,339695,804,72,195 +France,321918,327050,804,72,195 +France,321920,6845783,804,72,195 +France,321991,2800,804,72,195 +France,321992,59193,804,72,195 +France,321999,2910688,804,72,195 +France,322110,120673517,804,72,195 +France,322121,55829917,804,72,195 +France,322122,339228,804,72,195 +France,322130,28697982,804,72,195 +France,322211,2479420,804,72,195 +France,322212,2614305,804,72,195 +France,322213,91890,804,72,195 +France,322214,100752,804,72,195 +France,322215,681748,804,72,195 +France,322222,29004766,804,72,195 +France,322223,12638787,804,72,195 +France,322224,32840,804,72,195 +France,322232,573403,804,72,195 +France,322233,258360,804,72,195 +France,322291,11080658,804,72,195 +France,322299,3752864,804,72,195 +France,323116,1063982,804,72,195 +France,323117,12953871,804,72,195 +France,323118,4260421,804,72,195 +France,323119,70256500,804,72,195 +France,323122,264408,804,72,195 +France,324110,1177515293,804,72,195 +France,324121,545391,804,72,195 +France,324122,388181,804,72,195 +France,325110,94333313,804,72,195 +France,325120,16892415,804,72,195 +France,325131,5582374,804,72,195 +France,325132,29642244,804,72,195 +France,325181,6520960,804,72,195 +France,325182,5455414,804,72,195 +France,325188,108275830,804,72,195 +France,325191,13034043,804,72,195 +France,325192,59790956,804,72,195 +France,325193,54076,804,72,195 +France,325199,945747112,804,72,195 +France,325211,249639357,804,72,195 +France,325212,103745917,804,72,195 +France,325221,281421,804,72,195 +France,325222,12556580,804,72,195 +France,325311,19731662,804,72,195 +France,325312,7541052,804,72,195 +France,325320,66050463,804,72,195 +France,325411,1582718968,804,72,195 +France,325412,1499372734,804,72,195 +France,325414,131246391,804,72,195 +France,325510,15366535,804,72,195 +France,325520,12370056,804,72,195 +France,325611,15570235,804,72,195 +France,325612,20168447,804,72,195 +France,325613,34798286,804,72,195 +France,325620,150587862,804,72,195 +France,325910,9426259,804,72,195 +France,325920,4542829,804,72,195 +France,325992,138479073,804,72,195 +France,325998,164574845,804,72,195 +France,326113,76503593,804,72,195 +France,326121,4201929,804,72,195 +France,326122,6438832,804,72,195 +France,326160,4671280,804,72,195 +France,326191,478624,804,72,195 +France,326192,3924992,804,72,195 +France,326199,142668948,804,72,195 +France,326211,76286361,804,72,195 +France,326212,151164,804,72,195 +France,326220,14246607,804,72,195 +France,326299,26383624,804,72,195 +France,327111,2404032,804,72,195 +France,327112,10318223,804,72,195 +France,327113,1851874,804,72,195 +France,327121,22535,804,72,195 +France,327122,15499,804,72,195 +France,327123,192530,804,72,195 +France,327124,3580030,804,72,195 +France,327125,8907798,804,72,195 +France,327211,6103939,804,72,195 +France,327212,29248349,804,72,195 +France,327213,8205257,804,72,195 +France,327215,29072416,804,72,195 +France,327310,12022,804,72,195 +France,327331,198730,804,72,195 +France,327390,373383,804,72,195 +France,327420,409865,804,72,195 +France,327910,17821602,804,72,195 +France,327991,94256,804,72,195 +France,327992,8141394,804,72,195 +France,327993,19160378,804,72,195 +France,327999,25393441,804,72,195 +France,331111,75315265,804,72,195 +France,331112,799974,804,72,195 +France,331222,6903821,804,72,195 +France,331311,25117289,804,72,195 +France,331312,5180962,804,72,195 +France,331314,68090,804,72,195 +France,331315,45805201,804,72,195 +France,331316,10168037,804,72,195 +France,331319,2972074,804,72,195 +France,331411,2740984,804,72,195 +France,331419,82639821,804,72,195 +France,331421,9220007,804,72,195 +France,331422,11460206,804,72,195 +France,331491,243383882,804,72,195 +France,331492,53017030,804,72,195 +France,331511,11090836,804,72,195 +France,332115,8367660,804,72,195 +France,332211,2190974,804,72,195 +France,332212,26627674,804,72,195 +France,332213,3079125,804,72,195 +France,332214,378459,804,72,195 +France,332311,4971985,804,72,195 +France,332312,16914375,804,72,195 +France,332321,1585900,804,72,195 +France,332322,415510,804,72,195 +France,332323,645178,804,72,195 +France,332410,16941932,804,72,195 +France,332420,60846250,804,72,195 +France,332431,2550,804,72,195 +France,332439,2445334,804,72,195 +France,332510,24677676,804,72,195 +France,332611,5264557,804,72,195 +France,332618,6518405,804,72,195 +France,332722,74651048,804,72,195 +France,332911,103565102,804,72,195 +France,332912,70366327,804,72,195 +France,332913,1079026,804,72,195 +France,332919,40689615,804,72,195 +France,332991,100207028,804,72,195 +France,332992,60107220,804,72,195 +France,332994,10778666,804,72,195 +France,332995,276997,804,72,195 +France,332997,763709,804,72,195 +France,332998,3025220,804,72,195 +France,332999,78147695,804,72,195 +France,333111,276895230,804,72,195 +France,333120,143678080,804,72,195 +France,333131,37495933,804,72,195 +France,333132,40077672,804,72,195 +France,333210,3946433,804,72,195 +France,333220,23634057,804,72,195 +France,333291,8807795,804,72,195 +France,333292,6001419,804,72,195 +France,333293,23600202,804,72,195 +France,333294,19974925,804,72,195 +France,333295,184862831,804,72,195 +France,333298,6593632,804,72,195 +France,333311,1780014,804,72,195 +France,333313,25744347,804,72,195 +France,333314,88092019,804,72,195 +France,333315,19466519,804,72,195 +France,333319,8410285,804,72,195 +France,333411,7576679,804,72,195 +France,333412,20999032,804,72,195 +France,333414,7804246,804,72,195 +France,333415,76250196,804,72,195 +France,333511,10687820,804,72,195 +France,333512,24066074,804,72,195 +France,333513,11472195,804,72,195 +France,333514,4954759,804,72,195 +France,333515,8677750,804,72,195 +France,333516,644043,804,72,195 +France,333611,270296303,804,72,195 +France,333612,28258285,804,72,195 +France,333613,19663816,804,72,195 +France,333618,116436079,804,72,195 +France,333911,49114224,804,72,195 +France,333912,50839038,804,72,195 +France,333913,3547875,804,72,195 +France,333921,598638,804,72,195 +France,333922,9475766,804,72,195 +France,333923,7338157,804,72,195 +France,333924,10131139,804,72,195 +France,333991,41733717,804,72,195 +France,333992,17291573,804,72,195 +France,333993,10053533,804,72,195 +France,333994,8042073,804,72,195 +France,333995,9086981,804,72,195 +France,333996,27119735,804,72,195 +France,333997,1489582,804,72,195 +France,333999,322874382,804,72,195 +France,334111,152787866,804,72,195 +France,334112,60053863,804,72,195 +France,334119,368502570,804,72,195 +France,334210,10375774,804,72,195 +France,334220,396285904,804,72,195 +France,334290,15429650,804,72,195 +France,334310,112447776,804,72,195 +France,334411,13917549,804,72,195 +France,334412,6879680,804,72,195 +France,334413,498446476,804,72,195 +France,334414,10817149,804,72,195 +France,334415,7141606,804,72,195 +France,334416,4561896,804,72,195 +France,334417,42046832,804,72,195 +France,334418,5465450,804,72,195 +France,334419,113265825,804,72,195 +France,334510,436963018,804,72,195 +France,334511,116691979,804,72,195 +France,334512,14231301,804,72,195 +France,334513,134845005,804,72,195 +France,334514,3666512,804,72,195 +France,334515,189126587,804,72,195 +France,334516,275677905,804,72,195 +France,334517,275119831,804,72,195 +France,334518,9891375,804,72,195 +France,334519,107554237,804,72,195 +France,334612,6827726,804,72,195 +France,334613,7343868,804,72,195 +France,335110,6310498,804,72,195 +France,335121,1828801,804,72,195 +France,335129,13636564,804,72,195 +France,335211,9173762,804,72,195 +France,335212,1350547,804,72,195 +France,335221,25276953,804,72,195 +France,335222,1089114,804,72,195 +France,335224,3050215,804,72,195 +France,335228,8415415,804,72,195 +France,335311,4734452,804,72,195 +France,335312,163640070,804,72,195 +France,335313,62019045,804,72,195 +France,335314,89899503,804,72,195 +France,335911,12848406,804,72,195 +France,335912,7220515,804,72,195 +France,335921,28113268,804,72,195 +France,335929,26223478,804,72,195 +France,335931,22554696,804,72,195 +France,335932,1211253,804,72,195 +France,335991,65427720,804,72,195 +France,335999,92427893,804,72,195 +France,336111,110761777,804,72,195 +France,336120,13047090,804,72,195 +France,336211,151265,804,72,195 +France,336212,719260,804,72,195 +France,336213,329926,804,72,195 +France,336214,13654357,804,72,195 +France,336311,43428519,804,72,195 +France,336321,8328062,804,72,195 +France,336322,61538105,804,72,195 +France,336330,7468355,804,72,195 +France,336340,78465671,804,72,195 +France,336350,8714835,804,72,195 +France,336360,1367645,804,72,195 +France,336370,1395304,804,72,195 +France,336391,4938541,804,72,195 +France,336399,197157886,804,72,195 +France,336411,2228331,804,72,195 +France,336412,27567593,804,72,195 +France,336413,64744889,804,72,195 +France,336415,727452,804,72,195 +France,336419,9656563,804,72,195 +France,336510,3920577,804,72,195 +France,336611,5610743,804,72,195 +France,336612,42521562,804,72,195 +France,336991,31946171,804,72,195 +France,336992,2742995,804,72,195 +France,337110,88831,804,72,195 +France,337124,3464894,804,72,195 +France,337127,24337159,804,72,195 +France,337129,2800,804,72,195 +France,337211,1352378,804,72,195 +France,337214,931784,804,72,195 +France,337215,17118625,804,72,195 +France,337910,831296,804,72,195 +France,337920,285349,804,72,195 +France,339112,481152101,804,72,195 +France,339113,223449517,804,72,195 +France,339114,45633895,804,72,195 +France,339115,23471428,804,72,195 +France,339911,186621723,804,72,195 +France,339912,156984,804,72,195 +France,339913,200170035,804,72,195 +France,339914,1975930,804,72,195 +France,339920,46768034,804,72,195 +France,339932,21129234,804,72,195 +France,339941,4708863,804,72,195 +France,339942,1176691,804,72,195 +France,339943,759026,804,72,195 +France,339944,1620508,804,72,195 +France,339950,658073,804,72,195 +France,339991,35634692,804,72,195 +France,339992,19804937,804,72,195 +France,339993,15347429,804,72,195 +France,339994,3144729,804,72,195 +France,339999,59235584,804,72,195 +France,511210,19521767,804,72,195 +France,910000,11205684,804,72,195 +France,920000,633537510,804,72,195 +France,990000,1369175627,804,72,195 +French Southern Territories,112310,8714,805,73,196 +French Southern Territories,114111,4394,805,73,196 +French Southern Territories,311513,26940,805,73,196 +French Southern Territories,311611,112994,805,73,196 +French Southern Territories,314129,3412,805,73,196 +French Southern Territories,314912,12400,805,73,196 +French Southern Territories,322291,12575,805,73,196 +French Southern Territories,325998,2516,805,73,196 +French Southern Territories,326199,27264,805,73,196 +French Southern Territories,327993,4050,805,73,196 +French Southern Territories,333315,8185,805,73,196 +French Southern Territories,333924,91350,805,73,196 +French Southern Territories,333999,8270,805,73,196 +French Southern Territories,334119,4505,805,73,196 +French Southern Territories,334510,38902,805,73,196 +French Southern Territories,336111,37200,805,73,196 +French Southern Territories,336399,163904,805,73,196 +French Southern Territories,337127,3600,805,73,196 +French Southern Territories,990000,10865,805,73,196 +Gabon,111150,48051,805,74,197 +Gabon,111422,3000,805,74,197 +Gabon,111998,140247,805,74,197 +Gabon,112310,65000,805,74,197 +Gabon,211112,4537,805,74,197 +Gabon,212112,27991,805,74,197 +Gabon,212325,57762,805,74,197 +Gabon,212399,90483,805,74,197 +Gabon,311211,226929,805,74,197 +Gabon,311221,506091,805,74,197 +Gabon,311514,103223,805,74,197 +Gabon,311611,2739320,805,74,197 +Gabon,311615,14081937,805,74,197 +Gabon,311941,22860,805,74,197 +Gabon,311999,4662,805,74,197 +Gabon,312130,3460,805,74,197 +Gabon,313221,5215,805,74,197 +Gabon,313230,7817,805,74,197 +Gabon,313249,34534,805,74,197 +Gabon,313320,9585,805,74,197 +Gabon,314110,3300,805,74,197 +Gabon,314129,71271,805,74,197 +Gabon,314911,24680,805,74,197 +Gabon,314912,173234,805,74,197 +Gabon,314991,5035,805,74,197 +Gabon,314999,21068,805,74,197 +Gabon,315222,2649,805,74,197 +Gabon,315223,12012,805,74,197 +Gabon,315228,42424,805,74,197 +Gabon,315234,6300,805,74,197 +Gabon,315239,295723,805,74,197 +Gabon,315291,4300,805,74,197 +Gabon,315292,9400,805,74,197 +Gabon,315992,14091,805,74,197 +Gabon,315999,34792,805,74,197 +Gabon,316213,29327,805,74,197 +Gabon,316219,441460,805,74,197 +Gabon,316991,6186,805,74,197 +Gabon,316999,24301,805,74,197 +Gabon,321113,101893,805,74,197 +Gabon,321212,4190,805,74,197 +Gabon,321911,35308,805,74,197 +Gabon,321918,3252,805,74,197 +Gabon,321991,10000,805,74,197 +Gabon,322110,81039,805,74,197 +Gabon,322130,55725,805,74,197 +Gabon,322215,11200,805,74,197 +Gabon,322222,68832,805,74,197 +Gabon,322223,37500,805,74,197 +Gabon,322291,13100,805,74,197 +Gabon,323117,44452,805,74,197 +Gabon,323119,5666,805,74,197 +Gabon,324110,1915309,805,74,197 +Gabon,325110,3192,805,74,197 +Gabon,325120,3694,805,74,197 +Gabon,325132,5015,805,74,197 +Gabon,325181,24099,805,74,197 +Gabon,325188,1684025,805,74,197 +Gabon,325192,130868,805,74,197 +Gabon,325199,1607195,805,74,197 +Gabon,325211,413913,805,74,197 +Gabon,325222,41499,805,74,197 +Gabon,325412,186316,805,74,197 +Gabon,325414,3189,805,74,197 +Gabon,325510,6312,805,74,197 +Gabon,325520,47617,805,74,197 +Gabon,325611,324970,805,74,197 +Gabon,325613,560034,805,74,197 +Gabon,325620,342024,805,74,197 +Gabon,325920,969400,805,74,197 +Gabon,325998,277834,805,74,197 +Gabon,326121,6960,805,74,197 +Gabon,326122,19420,805,74,197 +Gabon,326191,4000,805,74,197 +Gabon,326192,26177,805,74,197 +Gabon,326199,1210029,805,74,197 +Gabon,326211,227940,805,74,197 +Gabon,326220,272195,805,74,197 +Gabon,326299,52128,805,74,197 +Gabon,327112,66670,805,74,197 +Gabon,327113,3526,805,74,197 +Gabon,327212,47803,805,74,197 +Gabon,327215,2.00E+05,805,74,197 +Gabon,327420,20000,805,74,197 +Gabon,327992,7176,805,74,197 +Gabon,327993,28426,805,74,197 +Gabon,331111,6198522,805,74,197 +Gabon,331222,7236,805,74,197 +Gabon,331311,9346,805,74,197 +Gabon,331316,3151,805,74,197 +Gabon,331319,23790,805,74,197 +Gabon,331422,3247,805,74,197 +Gabon,331491,26719,805,74,197 +Gabon,331511,17524,805,74,197 +Gabon,332115,5834,805,74,197 +Gabon,332212,191116,805,74,197 +Gabon,332312,31098,805,74,197 +Gabon,332410,481251,805,74,197 +Gabon,332420,170119,805,74,197 +Gabon,332510,39799,805,74,197 +Gabon,332618,110165,805,74,197 +Gabon,332722,316041,805,74,197 +Gabon,332911,5938553,805,74,197 +Gabon,332912,448801,805,74,197 +Gabon,332919,1675928,805,74,197 +Gabon,332991,241551,805,74,197 +Gabon,332994,343310,805,74,197 +Gabon,332999,1263731,805,74,197 +Gabon,333111,932988,805,74,197 +Gabon,333120,1190061,805,74,197 +Gabon,333131,4003544,805,74,197 +Gabon,333132,39914283,805,74,197 +Gabon,333291,2956,805,74,197 +Gabon,333295,17000,805,74,197 +Gabon,333298,54354,805,74,197 +Gabon,333313,228563,805,74,197 +Gabon,333314,119921,805,74,197 +Gabon,333315,146488,805,74,197 +Gabon,333319,46106,805,74,197 +Gabon,333411,11067,805,74,197 +Gabon,333412,112405,805,74,197 +Gabon,333414,5000,805,74,197 +Gabon,333415,100624,805,74,197 +Gabon,333512,47000,805,74,197 +Gabon,333513,30193,805,74,197 +Gabon,333514,42537,805,74,197 +Gabon,333515,112463,805,74,197 +Gabon,333611,51634157,805,74,197 +Gabon,333612,623164,805,74,197 +Gabon,333613,170376,805,74,197 +Gabon,333618,1909785,805,74,197 +Gabon,333911,2330503,805,74,197 +Gabon,333912,18980910,805,74,197 +Gabon,333913,279763,805,74,197 +Gabon,333921,2649,805,74,197 +Gabon,333923,145648,805,74,197 +Gabon,333924,616806,805,74,197 +Gabon,333991,9951,805,74,197 +Gabon,333992,173447,805,74,197 +Gabon,333994,76054,805,74,197 +Gabon,333995,199468,805,74,197 +Gabon,333996,2449091,805,74,197 +Gabon,333997,17521,805,74,197 +Gabon,333999,2933314,805,74,197 +Gabon,334111,606138,805,74,197 +Gabon,334112,16560,805,74,197 +Gabon,334119,107417,805,74,197 +Gabon,334210,78919,805,74,197 +Gabon,334220,684198,805,74,197 +Gabon,334290,111738,805,74,197 +Gabon,334310,38665,805,74,197 +Gabon,334412,13567,805,74,197 +Gabon,334413,22572,805,74,197 +Gabon,334415,2700,805,74,197 +Gabon,334417,277761,805,74,197 +Gabon,334418,509561,805,74,197 +Gabon,334419,316036,805,74,197 +Gabon,334510,20754,805,74,197 +Gabon,334511,317838,805,74,197 +Gabon,334513,1500109,805,74,197 +Gabon,334514,473166,805,74,197 +Gabon,334515,827263,805,74,197 +Gabon,334516,2888671,805,74,197 +Gabon,334517,66101,805,74,197 +Gabon,334519,9822494,805,74,197 +Gabon,335110,8095,805,74,197 +Gabon,335129,55704,805,74,197 +Gabon,335211,17144,805,74,197 +Gabon,335221,8509,805,74,197 +Gabon,335224,15520,805,74,197 +Gabon,335228,94651,805,74,197 +Gabon,335312,20447132,805,74,197 +Gabon,335313,118614,805,74,197 +Gabon,335314,273540,805,74,197 +Gabon,335911,16388,805,74,197 +Gabon,335912,136820,805,74,197 +Gabon,335929,2777259,805,74,197 +Gabon,335931,21451,805,74,197 +Gabon,335932,13503,805,74,197 +Gabon,335999,386203,805,74,197 +Gabon,336111,8957819,805,74,197 +Gabon,336120,1728240,805,74,197 +Gabon,336211,70000,805,74,197 +Gabon,336212,192379,805,74,197 +Gabon,336214,73883,805,74,197 +Gabon,336311,232447,805,74,197 +Gabon,336321,6760,805,74,197 +Gabon,336322,69050,805,74,197 +Gabon,336340,115000,805,74,197 +Gabon,336391,2787,805,74,197 +Gabon,336399,817817,805,74,197 +Gabon,336412,6752,805,74,197 +Gabon,336510,410166,805,74,197 +Gabon,336611,351525,805,74,197 +Gabon,336612,855872,805,74,197 +Gabon,336991,221100,805,74,197 +Gabon,337124,15050,805,74,197 +Gabon,337127,140995,805,74,197 +Gabon,337214,5303,805,74,197 +Gabon,337215,17528,805,74,197 +Gabon,339112,13176,805,74,197 +Gabon,339113,27216,805,74,197 +Gabon,339911,12337,805,74,197 +Gabon,339920,113296,805,74,197 +Gabon,339932,88139,805,74,197 +Gabon,339941,4194,805,74,197 +Gabon,339991,418727,805,74,197 +Gabon,339993,43283,805,74,197 +Gabon,339994,14936,805,74,197 +Gabon,339999,92451,805,74,197 +Gabon,910000,292430,805,74,197 +Gabon,920000,773536,805,74,197 +Gabon,990000,4795517,805,74,197 +Gambia,311119,7149,805,75,198 +Gambia,311225,3346550,805,75,198 +Gambia,311230,5177,805,75,198 +Gambia,311611,272095,805,75,198 +Gambia,311615,4675345,805,75,198 +Gambia,311911,3371,805,75,198 +Gambia,311919,9543,805,75,198 +Gambia,311941,4531797,805,75,198 +Gambia,311999,138823,805,75,198 +Gambia,313210,550697,805,75,198 +Gambia,313249,3922,805,75,198 +Gambia,313312,109600,805,75,198 +Gambia,313320,10000,805,75,198 +Gambia,314992,3000,805,75,198 +Gambia,314999,80085,805,75,198 +Gambia,315223,6275,805,75,198 +Gambia,315224,6275,805,75,198 +Gambia,315999,20000,805,75,198 +Gambia,316213,46046,805,75,198 +Gambia,316219,257287,805,75,198 +Gambia,321911,8900,805,75,198 +Gambia,322121,6041,805,75,198 +Gambia,322222,3588,805,75,198 +Gambia,322223,3428,805,75,198 +Gambia,323117,14997,805,75,198 +Gambia,324110,7477,805,75,198 +Gambia,325192,3485,805,75,198 +Gambia,325199,49906,805,75,198 +Gambia,325211,32631,805,75,198 +Gambia,325320,8740,805,75,198 +Gambia,325412,32905,805,75,198 +Gambia,325414,6162745,805,75,198 +Gambia,325510,3180,805,75,198 +Gambia,325520,4000,805,75,198 +Gambia,325611,19846,805,75,198 +Gambia,325612,167305,805,75,198 +Gambia,325613,2551,805,75,198 +Gambia,325620,189072,805,75,198 +Gambia,325992,2700,805,75,198 +Gambia,325998,36519,805,75,198 +Gambia,326113,11541,805,75,198 +Gambia,326199,625163,805,75,198 +Gambia,326212,3100,805,75,198 +Gambia,326299,12000,805,75,198 +Gambia,331422,7000,805,75,198 +Gambia,332212,48514,805,75,198 +Gambia,332312,34002,805,75,198 +Gambia,332999,53696,805,75,198 +Gambia,333120,160568,805,75,198 +Gambia,333132,114000,805,75,198 +Gambia,333293,10000,805,75,198 +Gambia,333294,92037,805,75,198 +Gambia,333313,13835,805,75,198 +Gambia,333315,10813,805,75,198 +Gambia,333415,171430,805,75,198 +Gambia,333516,3499,805,75,198 +Gambia,333618,25000,805,75,198 +Gambia,333912,4179,805,75,198 +Gambia,333924,5500,805,75,198 +Gambia,333997,4290,805,75,198 +Gambia,333999,84800,805,75,198 +Gambia,334111,590838,805,75,198 +Gambia,334119,154025,805,75,198 +Gambia,334220,58385,805,75,198 +Gambia,334290,16000,805,75,198 +Gambia,334310,28532,805,75,198 +Gambia,334413,15991,805,75,198 +Gambia,334418,42157,805,75,198 +Gambia,334419,14222,805,75,198 +Gambia,334510,24554,805,75,198 +Gambia,334515,4520,805,75,198 +Gambia,334516,223663,805,75,198 +Gambia,334517,13731,805,75,198 +Gambia,334519,40387,805,75,198 +Gambia,335222,17723,805,75,198 +Gambia,335224,3835,805,75,198 +Gambia,335911,47898,805,75,198 +Gambia,335929,7202,805,75,198 +Gambia,336111,3771660,805,75,198 +Gambia,336120,131600,805,75,198 +Gambia,336214,8000,805,75,198 +Gambia,336322,26369,805,75,198 +Gambia,336340,6779,805,75,198 +Gambia,336399,219301,805,75,198 +Gambia,336612,59982,805,75,198 +Gambia,336991,66531,805,75,198 +Gambia,337124,45500,805,75,198 +Gambia,337127,50100,805,75,198 +Gambia,337214,4645,805,75,198 +Gambia,337215,23000,805,75,198 +Gambia,339112,7440,805,75,198 +Gambia,339113,9508,805,75,198 +Gambia,339920,78573,805,75,198 +Gambia,339932,13918,805,75,198 +Gambia,339944,14904,805,75,198 +Gambia,339991,4594,805,75,198 +Gambia,339992,283850,805,75,198 +Gambia,511210,26612,805,75,198 +Gambia,910000,353953,805,75,198 +Gambia,920000,125206,805,75,198 +Gambia,990000,224329,805,75,198 +Georgia,111150,3570,806,76,199 +Georgia,111335,211120,806,76,199 +Georgia,111422,31211,806,76,199 +Georgia,111998,1402068,806,76,199 +Georgia,112111,10565,806,76,199 +Georgia,112310,80000,806,76,199 +Georgia,114111,3221123,806,76,199 +Georgia,211111,6325,806,76,199 +Georgia,212319,3572,806,76,199 +Georgia,212324,11172,806,76,199 +Georgia,311111,115924,806,76,199 +Georgia,311119,2386614,806,76,199 +Georgia,311211,475679,806,76,199 +Georgia,311212,255725,806,76,199 +Georgia,311222,6419818,806,76,199 +Georgia,311223,8726,806,76,199 +Georgia,311340,100510,806,76,199 +Georgia,311411,313825,806,76,199 +Georgia,311423,2261732,806,76,199 +Georgia,311512,1908540,806,76,199 +Georgia,311514,569988,806,76,199 +Georgia,311611,2579120,806,76,199 +Georgia,311613,117959,806,76,199 +Georgia,311615,70948595,806,76,199 +Georgia,311822,11344,806,76,199 +Georgia,311920,17065,806,76,199 +Georgia,311930,1391648,806,76,199 +Georgia,311941,10792,806,76,199 +Georgia,311999,121117,806,76,199 +Georgia,312112,2560,806,76,199 +Georgia,312130,19602,806,76,199 +Georgia,312140,2807328,806,76,199 +Georgia,312229,24242,806,76,199 +Georgia,313249,17204,806,76,199 +Georgia,313320,117854,806,76,199 +Georgia,314129,6000,806,76,199 +Georgia,314911,22385,806,76,199 +Georgia,314991,23200,806,76,199 +Georgia,314999,80188,806,76,199 +Georgia,315221,67820,806,76,199 +Georgia,315222,2600,806,76,199 +Georgia,315223,11828,806,76,199 +Georgia,315224,12239,806,76,199 +Georgia,315228,10573,806,76,199 +Georgia,315233,67186,806,76,199 +Georgia,315234,8000,806,76,199 +Georgia,315292,448842,806,76,199 +Georgia,315999,127673,806,76,199 +Georgia,316211,24288,806,76,199 +Georgia,316214,504200,806,76,199 +Georgia,316219,41226,806,76,199 +Georgia,316991,94505,806,76,199 +Georgia,316992,8813,806,76,199 +Georgia,316993,3060,806,76,199 +Georgia,316999,971935,806,76,199 +Georgia,321113,68771,806,76,199 +Georgia,321219,13145,806,76,199 +Georgia,321999,9299,806,76,199 +Georgia,322110,19542,806,76,199 +Georgia,322130,101378,806,76,199 +Georgia,322211,12647,806,76,199 +Georgia,322212,6491,806,76,199 +Georgia,322215,89700,806,76,199 +Georgia,322222,52924,806,76,199 +Georgia,322223,3235,806,76,199 +Georgia,322291,21305,806,76,199 +Georgia,322299,8401,806,76,199 +Georgia,323117,19380,806,76,199 +Georgia,323118,8392,806,76,199 +Georgia,323119,502049,806,76,199 +Georgia,324110,575146,806,76,199 +Georgia,325110,2850,806,76,199 +Georgia,325120,3000,806,76,199 +Georgia,325188,23977,806,76,199 +Georgia,325192,490612,806,76,199 +Georgia,325199,134608,806,76,199 +Georgia,325211,2261054,806,76,199 +Georgia,325212,420012,806,76,199 +Georgia,325222,77162,806,76,199 +Georgia,325411,846573,806,76,199 +Georgia,325412,757379,806,76,199 +Georgia,325414,1708631,806,76,199 +Georgia,325510,352468,806,76,199 +Georgia,325520,42044,806,76,199 +Georgia,325611,159828,806,76,199 +Georgia,325612,39010,806,76,199 +Georgia,325613,126888,806,76,199 +Georgia,325620,242799,806,76,199 +Georgia,325910,50000,806,76,199 +Georgia,325920,115601,806,76,199 +Georgia,325992,9639,806,76,199 +Georgia,325998,760694,806,76,199 +Georgia,326113,332214,806,76,199 +Georgia,326122,37034,806,76,199 +Georgia,326199,1352918,806,76,199 +Georgia,326211,992987,806,76,199 +Georgia,326212,22175,806,76,199 +Georgia,326220,160520,806,76,199 +Georgia,326299,189380,806,76,199 +Georgia,327112,144447,806,76,199 +Georgia,327123,28195,806,76,199 +Georgia,327211,49619,806,76,199 +Georgia,327212,75554,806,76,199 +Georgia,327310,161000,806,76,199 +Georgia,327331,12200,806,76,199 +Georgia,327993,98075,806,76,199 +Georgia,327999,3013,806,76,199 +Georgia,331111,651750,806,76,199 +Georgia,331222,16444,806,76,199 +Georgia,331311,23421132,806,76,199 +Georgia,331316,142831,806,76,199 +Georgia,331411,4361,806,76,199 +Georgia,331422,16437,806,76,199 +Georgia,331491,54520,806,76,199 +Georgia,331511,28266,806,76,199 +Georgia,332211,14364,806,76,199 +Georgia,332212,18201,806,76,199 +Georgia,332311,81862,806,76,199 +Georgia,332312,311014,806,76,199 +Georgia,332322,5188,806,76,199 +Georgia,332410,89387,806,76,199 +Georgia,332420,280507,806,76,199 +Georgia,332439,51478,806,76,199 +Georgia,332510,40518,806,76,199 +Georgia,332618,100589,806,76,199 +Georgia,332722,20266,806,76,199 +Georgia,332911,152680,806,76,199 +Georgia,332912,34044,806,76,199 +Georgia,332919,22137,806,76,199 +Georgia,332991,8934,806,76,199 +Georgia,332992,306959,806,76,199 +Georgia,332994,570708,806,76,199 +Georgia,332999,232970,806,76,199 +Georgia,333111,638191,806,76,199 +Georgia,333120,3420861,806,76,199 +Georgia,333131,199901,806,76,199 +Georgia,333132,4708627,806,76,199 +Georgia,333210,15000,806,76,199 +Georgia,333220,42442,806,76,199 +Georgia,333291,13876,806,76,199 +Georgia,333293,233070,806,76,199 +Georgia,333294,101000,806,76,199 +Georgia,333298,23156,806,76,199 +Georgia,333313,356552,806,76,199 +Georgia,333314,1249335,806,76,199 +Georgia,333315,1569947,806,76,199 +Georgia,333319,142047,806,76,199 +Georgia,333411,77693,806,76,199 +Georgia,333412,30896,806,76,199 +Georgia,333414,14901,806,76,199 +Georgia,333415,601986,806,76,199 +Georgia,333512,74826,806,76,199 +Georgia,333513,10800,806,76,199 +Georgia,333514,19596,806,76,199 +Georgia,333515,49000,806,76,199 +Georgia,333611,20165,806,76,199 +Georgia,333612,52395,806,76,199 +Georgia,333618,81596,806,76,199 +Georgia,333911,172019,806,76,199 +Georgia,333912,17588,806,76,199 +Georgia,333913,291046,806,76,199 +Georgia,333921,5000,806,76,199 +Georgia,333922,83591,806,76,199 +Georgia,333923,186691,806,76,199 +Georgia,333924,140525,806,76,199 +Georgia,333991,301043,806,76,199 +Georgia,333992,37332,806,76,199 +Georgia,333993,5740,806,76,199 +Georgia,333994,34948,806,76,199 +Georgia,333995,87380,806,76,199 +Georgia,333996,18253,806,76,199 +Georgia,333997,3102,806,76,199 +Georgia,333999,2456504,806,76,199 +Georgia,334111,1124126,806,76,199 +Georgia,334112,147404,806,76,199 +Georgia,334119,2088106,806,76,199 +Georgia,334210,14663,806,76,199 +Georgia,334220,1155873,806,76,199 +Georgia,334290,241136,806,76,199 +Georgia,334310,1046344,806,76,199 +Georgia,334412,6336,806,76,199 +Georgia,334413,308407,806,76,199 +Georgia,334414,81091,806,76,199 +Georgia,334417,82344,806,76,199 +Georgia,334418,17191,806,76,199 +Georgia,334419,327164,806,76,199 +Georgia,334510,1437915,806,76,199 +Georgia,334511,66543,806,76,199 +Georgia,334513,525673,806,76,199 +Georgia,334514,141313,806,76,199 +Georgia,334515,360405,806,76,199 +Georgia,334516,918408,806,76,199 +Georgia,334517,502157,806,76,199 +Georgia,334518,3420,806,76,199 +Georgia,334519,2268985,806,76,199 +Georgia,334612,26482,806,76,199 +Georgia,334613,15600,806,76,199 +Georgia,335110,14072,806,76,199 +Georgia,335121,388430,806,76,199 +Georgia,335129,19437,806,76,199 +Georgia,335211,33993,806,76,199 +Georgia,335212,4585,806,76,199 +Georgia,335221,99342,806,76,199 +Georgia,335222,80774,806,76,199 +Georgia,335224,92911,806,76,199 +Georgia,335228,30000,806,76,199 +Georgia,335311,20811,806,76,199 +Georgia,335312,271701,806,76,199 +Georgia,335313,54121,806,76,199 +Georgia,335314,267548,806,76,199 +Georgia,335911,314437,806,76,199 +Georgia,335929,590363,806,76,199 +Georgia,335931,15763,806,76,199 +Georgia,335932,67986,806,76,199 +Georgia,335999,250643,806,76,199 +Georgia,336111,99305761,806,76,199 +Georgia,336120,3638001,806,76,199 +Georgia,336211,111147,806,76,199 +Georgia,336214,398886,806,76,199 +Georgia,336321,24390,806,76,199 +Georgia,336322,332948,806,76,199 +Georgia,336350,37022,806,76,199 +Georgia,336391,10000,806,76,199 +Georgia,336399,1536026,806,76,199 +Georgia,336612,311416,806,76,199 +Georgia,336991,1081000,806,76,199 +Georgia,337121,2655,806,76,199 +Georgia,337124,87487,806,76,199 +Georgia,337127,310335,806,76,199 +Georgia,337211,95000,806,76,199 +Georgia,337214,27500,806,76,199 +Georgia,337215,10737,806,76,199 +Georgia,339112,231883,806,76,199 +Georgia,339113,548496,806,76,199 +Georgia,339114,191629,806,76,199 +Georgia,339115,26040,806,76,199 +Georgia,339911,28837,806,76,199 +Georgia,339912,14045,806,76,199 +Georgia,339914,19800,806,76,199 +Georgia,339920,358390,806,76,199 +Georgia,339932,133201,806,76,199 +Georgia,339950,3240,806,76,199 +Georgia,339991,170720,806,76,199 +Georgia,339992,14258,806,76,199 +Georgia,339999,98154,806,76,199 +Georgia,511210,20280,806,76,199 +Georgia,910000,46642,806,76,199 +Georgia,920000,740568,806,76,199 +Georgia,990000,15810200,806,76,199 +Germany,111110,502478427,804,77,200 +Germany,111120,19805213,804,77,200 +Germany,111130,3978264,804,77,200 +Germany,111140,8691868,804,77,200 +Germany,111150,19990959,804,77,200 +Germany,111160,21941,804,77,200 +Germany,111199,2963483,804,77,200 +Germany,111211,2754,804,77,200 +Germany,111219,6926367,804,77,200 +Germany,111310,19831,804,77,200 +Germany,111320,2519994,804,77,200 +Germany,111331,33540,804,77,200 +Germany,111332,68960,804,77,200 +Germany,111334,2383927,804,77,200 +Germany,111335,318843325,804,77,200 +Germany,111339,14289342,804,77,200 +Germany,111411,189669,804,77,200 +Germany,111421,7614796,804,77,200 +Germany,111422,6320958,804,77,200 +Germany,111910,67543630,804,77,200 +Germany,111920,11611531,804,77,200 +Germany,111940,15200,804,77,200 +Germany,111992,15173872,804,77,200 +Germany,111998,21852066,804,77,200 +Germany,112111,3448049,804,77,200 +Germany,112310,6909901,804,77,200 +Germany,112410,38487,804,77,200 +Germany,112420,7551,804,77,200 +Germany,112511,533128,804,77,200 +Germany,112910,104844,804,77,200 +Germany,112920,5959990,804,77,200 +Germany,112930,4781081,804,77,200 +Germany,112990,3792655,804,77,200 +Germany,113210,19303311,804,77,200 +Germany,113310,39872253,804,77,200 +Germany,114111,209594196,804,77,200 +Germany,114112,12598248,804,77,200 +Germany,114119,887188,804,77,200 +Germany,211112,305442,804,77,200 +Germany,212112,315600147,804,77,200 +Germany,212210,33419933,804,77,200 +Germany,212221,35212461,804,77,200 +Germany,212222,35996951,804,77,200 +Germany,212231,37428378,804,77,200 +Germany,212234,1022896,804,77,200 +Germany,212299,19070054,804,77,200 +Germany,212311,536599,804,77,200 +Germany,212319,123767,804,77,200 +Germany,212322,39892903,804,77,200 +Germany,212324,33070114,804,77,200 +Germany,212325,9814216,804,77,200 +Germany,212391,12000,804,77,200 +Germany,212392,117424,804,77,200 +Germany,212393,540555,804,77,200 +Germany,212399,11736460,804,77,200 +Germany,311111,555551,804,77,200 +Germany,311119,9173204,804,77,200 +Germany,311211,2419438,804,77,200 +Germany,311212,5232067,804,77,200 +Germany,311213,12645,804,77,200 +Germany,311221,55891467,804,77,200 +Germany,311222,43078008,804,77,200 +Germany,311223,13961823,804,77,200 +Germany,311225,2089112,804,77,200 +Germany,311230,282357,804,77,200 +Germany,311311,4040955,804,77,200 +Germany,311320,7150104,804,77,200 +Germany,311340,3579095,804,77,200 +Germany,311411,3790120,804,77,200 +Germany,311421,14567124,804,77,200 +Germany,311422,32078,804,77,200 +Germany,311423,59189353,804,77,200 +Germany,311511,55915,804,77,200 +Germany,311512,15538,804,77,200 +Germany,311513,2084288,804,77,200 +Germany,311514,2379615,804,77,200 +Germany,311520,240430,804,77,200 +Germany,311611,34162200,804,77,200 +Germany,311613,1891527,804,77,200 +Germany,311615,2871980,804,77,200 +Germany,311711,9238340,804,77,200 +Germany,311811,5880235,804,77,200 +Germany,311822,2808226,804,77,200 +Germany,311823,140777,804,77,200 +Germany,311911,21231974,804,77,200 +Germany,311919,241140,804,77,200 +Germany,311920,12890870,804,77,200 +Germany,311930,16861390,804,77,200 +Germany,311941,7258433,804,77,200 +Germany,311942,891470,804,77,200 +Germany,311999,43852414,804,77,200 +Germany,312111,3231743,804,77,200 +Germany,312112,45123,804,77,200 +Germany,312113,263345,804,77,200 +Germany,312120,1899153,804,77,200 +Germany,312130,46356261,804,77,200 +Germany,312140,127451292,804,77,200 +Germany,312221,441992,804,77,200 +Germany,312229,2327368,804,77,200 +Germany,313111,4709476,804,77,200 +Germany,313113,761511,804,77,200 +Germany,313210,20814676,804,77,200 +Germany,313221,20061328,804,77,200 +Germany,313230,49959455,804,77,200 +Germany,313249,3682291,804,77,200 +Germany,313312,537096,804,77,200 +Germany,313320,20903594,804,77,200 +Germany,314110,6549894,804,77,200 +Germany,314121,162209,804,77,200 +Germany,314129,6697091,804,77,200 +Germany,314911,117208,804,77,200 +Germany,314912,1256873,804,77,200 +Germany,314991,2226682,804,77,200 +Germany,314992,7262596,804,77,200 +Germany,314999,22178329,804,77,200 +Germany,315111,4569611,804,77,200 +Germany,315221,3742518,804,77,200 +Germany,315222,261190,804,77,200 +Germany,315223,8020568,804,77,200 +Germany,315224,2162938,804,77,200 +Germany,315228,3127386,804,77,200 +Germany,315231,7413265,804,77,200 +Germany,315232,6408226,804,77,200 +Germany,315233,5911397,804,77,200 +Germany,315234,3557959,804,77,200 +Germany,315239,10469541,804,77,200 +Germany,315291,120499,804,77,200 +Germany,315292,3478279,804,77,200 +Germany,315991,2872932,804,77,200 +Germany,315992,590277,804,77,200 +Germany,315993,28713,804,77,200 +Germany,315999,12139055,804,77,200 +Germany,316110,8993820,804,77,200 +Germany,316211,1629779,804,77,200 +Germany,316212,24307,804,77,200 +Germany,316213,1937461,804,77,200 +Germany,316214,1527158,804,77,200 +Germany,316219,2999776,804,77,200 +Germany,316991,12368394,804,77,200 +Germany,316992,936535,804,77,200 +Germany,316993,911266,804,77,200 +Germany,316999,5250098,804,77,200 +Germany,321113,42691486,804,77,200 +Germany,321114,694415,804,77,200 +Germany,321211,31628329,804,77,200 +Germany,321212,18018413,804,77,200 +Germany,321213,5531331,804,77,200 +Germany,321219,1487624,804,77,200 +Germany,321911,240364,804,77,200 +Germany,321918,1498412,804,77,200 +Germany,321920,5573510,804,77,200 +Germany,321991,869731,804,77,200 +Germany,321992,264501,804,77,200 +Germany,321999,6763871,804,77,200 +Germany,322110,320941656,804,77,200 +Germany,322121,63212527,804,77,200 +Germany,322122,1235136,804,77,200 +Germany,322130,134237277,804,77,200 +Germany,322211,2456260,804,77,200 +Germany,322212,1498798,804,77,200 +Germany,322213,702438,804,77,200 +Germany,322214,148801,804,77,200 +Germany,322215,2060788,804,77,200 +Germany,322222,157069938,804,77,200 +Germany,322223,20304037,804,77,200 +Germany,322224,50208,804,77,200 +Germany,322232,85650,804,77,200 +Germany,322233,236574,804,77,200 +Germany,322291,37110271,804,77,200 +Germany,322299,5445159,804,77,200 +Germany,323116,65699,804,77,200 +Germany,323117,47828689,804,77,200 +Germany,323118,6609795,804,77,200 +Germany,323119,67578483,804,77,200 +Germany,323122,394772,804,77,200 +Germany,324110,607107001,804,77,200 +Germany,324121,1636557,804,77,200 +Germany,324122,258354,804,77,200 +Germany,325110,8206147,804,77,200 +Germany,325120,21010817,804,77,200 +Germany,325131,64203234,804,77,200 +Germany,325132,109727470,804,77,200 +Germany,325181,5780591,804,77,200 +Germany,325182,6368083,804,77,200 +Germany,325188,353950635,804,77,200 +Germany,325191,13584709,804,77,200 +Germany,325192,202837700,804,77,200 +Germany,325193,580669,804,77,200 +Germany,325199,1009421108,804,77,200 +Germany,325211,443143586,804,77,200 +Germany,325212,157244555,804,77,200 +Germany,325221,5485325,804,77,200 +Germany,325222,34136557,804,77,200 +Germany,325311,1530884,804,77,200 +Germany,325312,3265902,804,77,200 +Germany,325320,20247967,804,77,200 +Germany,325411,233800059,804,77,200 +Germany,325412,1926431876,804,77,200 +Germany,325414,4494968487,804,77,200 +Germany,325510,36203671,804,77,200 +Germany,325520,51354415,804,77,200 +Germany,325611,39420209,804,77,200 +Germany,325612,34440949,804,77,200 +Germany,325613,62473138,804,77,200 +Germany,325620,222971707,804,77,200 +Germany,325910,36294605,804,77,200 +Germany,325920,33628616,804,77,200 +Germany,325992,167977147,804,77,200 +Germany,325998,145219066,804,77,200 +Germany,326113,186273873,804,77,200 +Germany,326121,16634965,804,77,200 +Germany,326122,14284690,804,77,200 +Germany,326160,7312464,804,77,200 +Germany,326191,1911883,804,77,200 +Germany,326192,3760202,804,77,200 +Germany,326199,237004663,804,77,200 +Germany,326211,71332538,804,77,200 +Germany,326212,128669,804,77,200 +Germany,326220,40187430,804,77,200 +Germany,326299,53871245,804,77,200 +Germany,327111,1051034,804,77,200 +Germany,327112,123649148,804,77,200 +Germany,327113,3756615,804,77,200 +Germany,327121,217858,804,77,200 +Germany,327122,318358,804,77,200 +Germany,327123,27635,804,77,200 +Germany,327124,14338264,804,77,200 +Germany,327125,17131852,804,77,200 +Germany,327211,50142507,804,77,200 +Germany,327212,107585801,804,77,200 +Germany,327213,3411811,804,77,200 +Germany,327215,348024702,804,77,200 +Germany,327310,22698,804,77,200 +Germany,327331,5400,804,77,200 +Germany,327390,915500,804,77,200 +Germany,327410,311812,804,77,200 +Germany,327420,1607337,804,77,200 +Germany,327910,94228874,804,77,200 +Germany,327991,162982,804,77,200 +Germany,327992,8246226,804,77,200 +Germany,327993,24548014,804,77,200 +Germany,327999,18254925,804,77,200 +Germany,331111,255431341,804,77,200 +Germany,331112,169281,804,77,200 +Germany,331222,13307239,804,77,200 +Germany,331311,17298065,804,77,200 +Germany,331312,8796057,804,77,200 +Germany,331314,1398833,804,77,200 +Germany,331315,46295899,804,77,200 +Germany,331316,9175675,804,77,200 +Germany,331319,4383856,804,77,200 +Germany,331411,25947231,804,77,200 +Germany,331419,794866296,804,77,200 +Germany,331421,35310418,804,77,200 +Germany,331422,19562102,804,77,200 +Germany,331491,281286581,804,77,200 +Germany,331492,115831105,804,77,200 +Germany,331511,39596901,804,77,200 +Germany,332115,2637660,804,77,200 +Germany,332211,40850458,804,77,200 +Germany,332212,73284040,804,77,200 +Germany,332213,13111174,804,77,200 +Germany,332214,764197,804,77,200 +Germany,332311,6642979,804,77,200 +Germany,332312,12577618,804,77,200 +Germany,332321,2005238,804,77,200 +Germany,332322,540470,804,77,200 +Germany,332323,3133891,804,77,200 +Germany,332410,23518394,804,77,200 +Germany,332420,19464277,804,77,200 +Germany,332431,155525,804,77,200 +Germany,332439,16057334,804,77,200 +Germany,332510,52560070,804,77,200 +Germany,332611,4609437,804,77,200 +Germany,332618,15302784,804,77,200 +Germany,332722,72524736,804,77,200 +Germany,332911,224105630,804,77,200 +Germany,332912,70020409,804,77,200 +Germany,332913,4184915,804,77,200 +Germany,332919,42829048,804,77,200 +Germany,332991,76735496,804,77,200 +Germany,332992,157310652,804,77,200 +Germany,332994,9972476,804,77,200 +Germany,332995,10823583,804,77,200 +Germany,332997,1479140,804,77,200 +Germany,332998,8534724,804,77,200 +Germany,332999,161810035,804,77,200 +Germany,333111,355972740,804,77,200 +Germany,333120,199186407,804,77,200 +Germany,333131,52882133,804,77,200 +Germany,333132,69559529,804,77,200 +Germany,333210,10076035,804,77,200 +Germany,333220,87581415,804,77,200 +Germany,333291,47091030,804,77,200 +Germany,333292,20900238,804,77,200 +Germany,333293,49318240,804,77,200 +Germany,333294,28556869,804,77,200 +Germany,333295,715923015,804,77,200 +Germany,333298,37093138,804,77,200 +Germany,333311,7119741,804,77,200 +Germany,333313,46554104,804,77,200 +Germany,333314,440125813,804,77,200 +Germany,333315,125798996,804,77,200 +Germany,333319,43273163,804,77,200 +Germany,333411,15707903,804,77,200 +Germany,333412,16789092,804,77,200 +Germany,333414,8545538,804,77,200 +Germany,333415,72010097,804,77,200 +Germany,333511,19748722,804,77,200 +Germany,333512,114557861,804,77,200 +Germany,333513,44560165,804,77,200 +Germany,333514,37049461,804,77,200 +Germany,333515,91004306,804,77,200 +Germany,333516,5828923,804,77,200 +Germany,333611,325115545,804,77,200 +Germany,333612,58650345,804,77,200 +Germany,333613,57324771,804,77,200 +Germany,333618,409908319,804,77,200 +Germany,333911,83471210,804,77,200 +Germany,333912,115014974,804,77,200 +Germany,333913,9210153,804,77,200 +Germany,333921,4844234,804,77,200 +Germany,333922,25253348,804,77,200 +Germany,333923,12434723,804,77,200 +Germany,333924,16387779,804,77,200 +Germany,333991,68743953,804,77,200 +Germany,333992,44829527,804,77,200 +Germany,333993,45349765,804,77,200 +Germany,333994,38419098,804,77,200 +Germany,333995,25172058,804,77,200 +Germany,333996,154650468,804,77,200 +Germany,333997,8975695,804,77,200 +Germany,333999,533760414,804,77,200 +Germany,334111,333890847,804,77,200 +Germany,334112,114122063,804,77,200 +Germany,334119,537875003,804,77,200 +Germany,334210,18388843,804,77,200 +Germany,334220,728657626,804,77,200 +Germany,334290,16126586,804,77,200 +Germany,334310,195319659,804,77,200 +Germany,334411,27955237,804,77,200 +Germany,334412,39784261,804,77,200 +Germany,334413,1554615033,804,77,200 +Germany,334414,80889166,804,77,200 +Germany,334415,41119102,804,77,200 +Germany,334416,20418512,804,77,200 +Germany,334417,189426909,804,77,200 +Germany,334418,12354457,804,77,200 +Germany,334419,220077970,804,77,200 +Germany,334510,890113340,804,77,200 +Germany,334511,123743413,804,77,200 +Germany,334512,14867156,804,77,200 +Germany,334513,360233577,804,77,200 +Germany,334514,6969554,804,77,200 +Germany,334515,311536947,804,77,200 +Germany,334516,1024718839,804,77,200 +Germany,334517,447717466,804,77,200 +Germany,334518,20584644,804,77,200 +Germany,334519,150973638,804,77,200 +Germany,334612,11175448,804,77,200 +Germany,334613,23327150,804,77,200 +Germany,335110,69999655,804,77,200 +Germany,335121,887757,804,77,200 +Germany,335129,28512510,804,77,200 +Germany,335211,44857830,804,77,200 +Germany,335212,41820132,804,77,200 +Germany,335221,36163658,804,77,200 +Germany,335222,7392605,804,77,200 +Germany,335224,5203534,804,77,200 +Germany,335228,23916719,804,77,200 +Germany,335311,11389222,804,77,200 +Germany,335312,135788662,804,77,200 +Germany,335313,41409792,804,77,200 +Germany,335314,184026378,804,77,200 +Germany,335911,28252746,804,77,200 +Germany,335912,28146982,804,77,200 +Germany,335921,7641838,804,77,200 +Germany,335929,67556007,804,77,200 +Germany,335931,68492449,804,77,200 +Germany,335932,9554674,804,77,200 +Germany,335991,78199323,804,77,200 +Germany,335999,266389512,804,77,200 +Germany,336111,4058841260,804,77,200 +Germany,336120,69377043,804,77,200 +Germany,336211,3667859,804,77,200 +Germany,336212,2911599,804,77,200 +Germany,336213,6124345,804,77,200 +Germany,336214,22021068,804,77,200 +Germany,336311,88427220,804,77,200 +Germany,336321,14212471,804,77,200 +Germany,336322,74841992,804,77,200 +Germany,336330,16869444,804,77,200 +Germany,336340,31510963,804,77,200 +Germany,336350,119270540,804,77,200 +Germany,336360,10679701,804,77,200 +Germany,336370,16013816,804,77,200 +Germany,336391,3693035,804,77,200 +Germany,336399,586367048,804,77,200 +Germany,336411,1739442,804,77,200 +Germany,336412,57716884,804,77,200 +Germany,336413,165937789,804,77,200 +Germany,336415,2683184,804,77,200 +Germany,336419,5317870,804,77,200 +Germany,336510,18496057,804,77,200 +Germany,336611,1825947,804,77,200 +Germany,336612,50919399,804,77,200 +Germany,336991,87487089,804,77,200 +Germany,336992,19134106,804,77,200 +Germany,337110,93768,804,77,200 +Germany,337121,1855153,804,77,200 +Germany,337124,2862405,804,77,200 +Germany,337127,33319279,804,77,200 +Germany,337129,115518,804,77,200 +Germany,337211,1088720,804,77,200 +Germany,337214,1760231,804,77,200 +Germany,337215,22599042,804,77,200 +Germany,337910,1358991,804,77,200 +Germany,337920,506644,804,77,200 +Germany,339112,832365953,804,77,200 +Germany,339113,607042703,804,77,200 +Germany,339114,184628069,804,77,200 +Germany,339115,104687182,804,77,200 +Germany,339911,243704587,804,77,200 +Germany,339912,283354,804,77,200 +Germany,339913,26519088,804,77,200 +Germany,339914,3353223,804,77,200 +Germany,339920,74687262,804,77,200 +Germany,339932,31815515,804,77,200 +Germany,339941,3900708,804,77,200 +Germany,339942,1796669,804,77,200 +Germany,339943,1294940,804,77,200 +Germany,339944,3259638,804,77,200 +Germany,339950,3474286,804,77,200 +Germany,339991,87065793,804,77,200 +Germany,339992,71835594,804,77,200 +Germany,339993,4089119,804,77,200 +Germany,339994,14380408,804,77,200 +Germany,339999,74613191,804,77,200 +Germany,511210,19973445,804,77,200 +Germany,910000,688651764,804,77,200 +Germany,920000,262339411,804,77,200 +Germany,990000,1986034952,804,77,200 +Ghana,111120,89206,805,78,201 +Ghana,111150,16500,805,78,201 +Ghana,111199,33840,805,78,201 +Ghana,111219,35248,805,78,201 +Ghana,111331,29645,805,78,201 +Ghana,111332,155700,805,78,201 +Ghana,111421,4800,805,78,201 +Ghana,111998,33501,805,78,201 +Ghana,112310,1256319,805,78,201 +Ghana,112920,22300,805,78,201 +Ghana,113210,88679,805,78,201 +Ghana,113310,30000,805,78,201 +Ghana,114111,544688,805,78,201 +Ghana,114119,23835,805,78,201 +Ghana,211112,3534,805,78,201 +Ghana,212322,68666,805,78,201 +Ghana,212325,138566,805,78,201 +Ghana,212399,172933,805,78,201 +Ghana,311111,129813,805,78,201 +Ghana,311119,465144,805,78,201 +Ghana,311211,64005,805,78,201 +Ghana,311212,44142010,805,78,201 +Ghana,311221,379594,805,78,201 +Ghana,311222,8826,805,78,201 +Ghana,311223,9824,805,78,201 +Ghana,311225,3696,805,78,201 +Ghana,311230,41479,805,78,201 +Ghana,311311,83689,805,78,201 +Ghana,311320,78901,805,78,201 +Ghana,311340,3182,805,78,201 +Ghana,311411,239516,805,78,201 +Ghana,311421,669308,805,78,201 +Ghana,311423,7668,805,78,201 +Ghana,311514,20331,805,78,201 +Ghana,311611,256674,805,78,201 +Ghana,311613,193352,805,78,201 +Ghana,311615,18286402,805,78,201 +Ghana,311711,39975,805,78,201 +Ghana,311822,181487,805,78,201 +Ghana,311911,6497,805,78,201 +Ghana,311919,130742,805,78,201 +Ghana,311920,33544,805,78,201 +Ghana,311930,806277,805,78,201 +Ghana,311941,1562782,805,78,201 +Ghana,311942,866975,805,78,201 +Ghana,311999,566050,805,78,201 +Ghana,312111,74703,805,78,201 +Ghana,312130,499294,805,78,201 +Ghana,313210,223225,805,78,201 +Ghana,313221,114689,805,78,201 +Ghana,313230,128191,805,78,201 +Ghana,313249,182000,805,78,201 +Ghana,313320,230536,805,78,201 +Ghana,314110,20010,805,78,201 +Ghana,314121,37720,805,78,201 +Ghana,314129,154485,805,78,201 +Ghana,314911,765920,805,78,201 +Ghana,314912,54602,805,78,201 +Ghana,314992,7500,805,78,201 +Ghana,314999,760055,805,78,201 +Ghana,315111,3690,805,78,201 +Ghana,315221,20090,805,78,201 +Ghana,315222,13846,805,78,201 +Ghana,315223,25074,805,78,201 +Ghana,315224,20934,805,78,201 +Ghana,315228,58648,805,78,201 +Ghana,315232,20086,805,78,201 +Ghana,315233,20589,805,78,201 +Ghana,315239,31714,805,78,201 +Ghana,315291,2913,805,78,201 +Ghana,315991,2597,805,78,201 +Ghana,315992,10554,805,78,201 +Ghana,315999,382066,805,78,201 +Ghana,316211,275624,805,78,201 +Ghana,316213,134440,805,78,201 +Ghana,316219,3881293,805,78,201 +Ghana,316991,101570,805,78,201 +Ghana,316992,69629,805,78,201 +Ghana,316993,4000,805,78,201 +Ghana,316999,166371,805,78,201 +Ghana,321113,1856139,805,78,201 +Ghana,321114,1641429,805,78,201 +Ghana,321911,805704,805,78,201 +Ghana,321920,29155,805,78,201 +Ghana,321991,7500,805,78,201 +Ghana,321999,20374,805,78,201 +Ghana,322110,129982,805,78,201 +Ghana,322121,1570724,805,78,201 +Ghana,322122,605031,805,78,201 +Ghana,322130,2138666,805,78,201 +Ghana,322222,293392,805,78,201 +Ghana,322223,26360,805,78,201 +Ghana,322291,187003,805,78,201 +Ghana,322299,8687,805,78,201 +Ghana,323117,2929850,805,78,201 +Ghana,323118,5000,805,78,201 +Ghana,323119,439810,805,78,201 +Ghana,324110,304454943,805,78,201 +Ghana,324121,24524,805,78,201 +Ghana,324122,359891,805,78,201 +Ghana,325110,7998,805,78,201 +Ghana,325120,45380,805,78,201 +Ghana,325181,52318,805,78,201 +Ghana,325182,17960,805,78,201 +Ghana,325188,1372555,805,78,201 +Ghana,325192,383670,805,78,201 +Ghana,325199,2768326,805,78,201 +Ghana,325211,21793134,805,78,201 +Ghana,325212,116430,805,78,201 +Ghana,325222,32536,805,78,201 +Ghana,325312,5687795,805,78,201 +Ghana,325320,13444930,805,78,201 +Ghana,325411,548760,805,78,201 +Ghana,325412,927584,805,78,201 +Ghana,325414,5173,805,78,201 +Ghana,325510,3132259,805,78,201 +Ghana,325520,510581,805,78,201 +Ghana,325611,973282,805,78,201 +Ghana,325612,18797,805,78,201 +Ghana,325613,498442,805,78,201 +Ghana,325620,10046909,805,78,201 +Ghana,325910,47666,805,78,201 +Ghana,325920,183139,805,78,201 +Ghana,325992,30307,805,78,201 +Ghana,325998,801258,805,78,201 +Ghana,326113,373753,805,78,201 +Ghana,326122,540897,805,78,201 +Ghana,326160,48902,805,78,201 +Ghana,326191,31402,805,78,201 +Ghana,326192,51835,805,78,201 +Ghana,326199,4366616,805,78,201 +Ghana,326211,10271894,805,78,201 +Ghana,326220,808254,805,78,201 +Ghana,326299,372765,805,78,201 +Ghana,327111,20000,805,78,201 +Ghana,327112,133366,805,78,201 +Ghana,327113,5379,805,78,201 +Ghana,327121,14765,805,78,201 +Ghana,327123,15851,805,78,201 +Ghana,327124,85642,805,78,201 +Ghana,327125,40336,805,78,201 +Ghana,327212,396605,805,78,201 +Ghana,327213,19950,805,78,201 +Ghana,327215,15879,805,78,201 +Ghana,327310,3938,805,78,201 +Ghana,327390,59948,805,78,201 +Ghana,327420,303966,805,78,201 +Ghana,327991,67432,805,78,201 +Ghana,327992,77207,805,78,201 +Ghana,327993,23164,805,78,201 +Ghana,327999,49748,805,78,201 +Ghana,331111,14166915,805,78,201 +Ghana,331222,14114,805,78,201 +Ghana,331315,65046,805,78,201 +Ghana,331316,9616,805,78,201 +Ghana,331319,26219888,805,78,201 +Ghana,331422,2134158,805,78,201 +Ghana,331491,167300,805,78,201 +Ghana,331511,125702,805,78,201 +Ghana,332115,8775,805,78,201 +Ghana,332212,1006016,805,78,201 +Ghana,332213,204487,805,78,201 +Ghana,332311,1260000,805,78,201 +Ghana,332312,14366754,805,78,201 +Ghana,332321,461451,805,78,201 +Ghana,332322,370842,805,78,201 +Ghana,332323,22435,805,78,201 +Ghana,332410,90817,805,78,201 +Ghana,332420,2186535,805,78,201 +Ghana,332439,461378,805,78,201 +Ghana,332510,436155,805,78,201 +Ghana,332611,9981,805,78,201 +Ghana,332618,489941,805,78,201 +Ghana,332722,384830,805,78,201 +Ghana,332911,16767598,805,78,201 +Ghana,332912,991933,805,78,201 +Ghana,332913,5899,805,78,201 +Ghana,332919,770781,805,78,201 +Ghana,332991,431909,805,78,201 +Ghana,332994,543306,805,78,201 +Ghana,332998,3257,805,78,201 +Ghana,332999,4423468,805,78,201 +Ghana,333111,4286174,805,78,201 +Ghana,333120,45090711,805,78,201 +Ghana,333131,15649755,805,78,201 +Ghana,333132,39651586,805,78,201 +Ghana,333210,698378,805,78,201 +Ghana,333220,210411,805,78,201 +Ghana,333291,21852,805,78,201 +Ghana,333292,204393,805,78,201 +Ghana,333293,385754,805,78,201 +Ghana,333294,537374,805,78,201 +Ghana,333295,8767,805,78,201 +Ghana,333298,91580,805,78,201 +Ghana,333313,738070,805,78,201 +Ghana,333314,279170,805,78,201 +Ghana,333315,107709,805,78,201 +Ghana,333319,191977,805,78,201 +Ghana,333411,124409,805,78,201 +Ghana,333412,42934,805,78,201 +Ghana,333414,64085,805,78,201 +Ghana,333415,514725,805,78,201 +Ghana,333511,111430,805,78,201 +Ghana,333512,1025784,805,78,201 +Ghana,333513,306738,805,78,201 +Ghana,333514,267218,805,78,201 +Ghana,333515,80081,805,78,201 +Ghana,333611,3242834,805,78,201 +Ghana,333612,441129,805,78,201 +Ghana,333613,1577496,805,78,201 +Ghana,333618,2212979,805,78,201 +Ghana,333911,3892909,805,78,201 +Ghana,333912,3046648,805,78,201 +Ghana,333913,1050678,805,78,201 +Ghana,333921,148415,805,78,201 +Ghana,333922,704163,805,78,201 +Ghana,333923,983474,805,78,201 +Ghana,333924,6098402,805,78,201 +Ghana,333991,224751,805,78,201 +Ghana,333992,722547,805,78,201 +Ghana,333993,632775,805,78,201 +Ghana,333994,109740,805,78,201 +Ghana,333995,1160196,805,78,201 +Ghana,333996,4935474,805,78,201 +Ghana,333997,167110,805,78,201 +Ghana,333999,14036178,805,78,201 +Ghana,334111,9164775,805,78,201 +Ghana,334112,235119,805,78,201 +Ghana,334119,3879755,805,78,201 +Ghana,334210,180135,805,78,201 +Ghana,334220,9791196,805,78,201 +Ghana,334290,193595,805,78,201 +Ghana,334310,1667119,805,78,201 +Ghana,334411,58481,805,78,201 +Ghana,334412,40210,805,78,201 +Ghana,334413,428645,805,78,201 +Ghana,334415,27551,805,78,201 +Ghana,334416,35122,805,78,201 +Ghana,334417,265077,805,78,201 +Ghana,334418,40238,805,78,201 +Ghana,334419,678121,805,78,201 +Ghana,334510,383356,805,78,201 +Ghana,334511,233713,805,78,201 +Ghana,334512,3582,805,78,201 +Ghana,334513,3962802,805,78,201 +Ghana,334514,37711,805,78,201 +Ghana,334515,1582507,805,78,201 +Ghana,334516,724351,805,78,201 +Ghana,334517,248823,805,78,201 +Ghana,334518,65224,805,78,201 +Ghana,334519,3751747,805,78,201 +Ghana,334612,11602,805,78,201 +Ghana,334613,17560,805,78,201 +Ghana,335110,13083,805,78,201 +Ghana,335121,4900,805,78,201 +Ghana,335129,476110,805,78,201 +Ghana,335211,60122,805,78,201 +Ghana,335221,40898,805,78,201 +Ghana,335222,207497,805,78,201 +Ghana,335224,205581,805,78,201 +Ghana,335228,127173,805,78,201 +Ghana,335311,3493817,805,78,201 +Ghana,335312,959511,805,78,201 +Ghana,335313,4790953,805,78,201 +Ghana,335314,1392131,805,78,201 +Ghana,335911,853828,805,78,201 +Ghana,335912,109299,805,78,201 +Ghana,335921,2379445,805,78,201 +Ghana,335929,2375561,805,78,201 +Ghana,335931,223309,805,78,201 +Ghana,335932,53671,805,78,201 +Ghana,335991,22908,805,78,201 +Ghana,335999,500855,805,78,201 +Ghana,336111,112295089,805,78,201 +Ghana,336120,4309011,805,78,201 +Ghana,336211,1208796,805,78,201 +Ghana,336212,952924,805,78,201 +Ghana,336214,165433,805,78,201 +Ghana,336311,558328,805,78,201 +Ghana,336321,41172,805,78,201 +Ghana,336322,67612,805,78,201 +Ghana,336330,19402,805,78,201 +Ghana,336340,347735,805,78,201 +Ghana,336350,34457,805,78,201 +Ghana,336360,14052,805,78,201 +Ghana,336370,9524,805,78,201 +Ghana,336391,19426,805,78,201 +Ghana,336399,6743667,805,78,201 +Ghana,336412,10100,805,78,201 +Ghana,336413,4790,805,78,201 +Ghana,336510,94408,805,78,201 +Ghana,336611,985143,805,78,201 +Ghana,336612,2191043,805,78,201 +Ghana,336991,624186,805,78,201 +Ghana,337110,19200,805,78,201 +Ghana,337124,2280355,805,78,201 +Ghana,337127,1254475,805,78,201 +Ghana,337129,15616,805,78,201 +Ghana,337211,88293,805,78,201 +Ghana,337214,66399,805,78,201 +Ghana,337215,1023958,805,78,201 +Ghana,337910,31264,805,78,201 +Ghana,339112,350711,805,78,201 +Ghana,339113,296136,805,78,201 +Ghana,339114,11488,805,78,201 +Ghana,339115,5100,805,78,201 +Ghana,339911,87257,805,78,201 +Ghana,339912,3765,805,78,201 +Ghana,339914,29195,805,78,201 +Ghana,339920,1388278,805,78,201 +Ghana,339932,91528,805,78,201 +Ghana,339942,25000,805,78,201 +Ghana,339943,100345,805,78,201 +Ghana,339944,71397,805,78,201 +Ghana,339950,14230,805,78,201 +Ghana,339991,2026527,805,78,201 +Ghana,339992,93104,805,78,201 +Ghana,339993,23873,805,78,201 +Ghana,339994,10934,805,78,201 +Ghana,339999,105968,805,78,201 +Ghana,511210,114289,805,78,201 +Ghana,910000,2817436,805,78,201 +Ghana,920000,28007236,805,78,201 +Ghana,990000,35602102,805,78,201 +Gibraltar,111339,76727,804,79,202 +Gibraltar,212112,4874344,804,79,202 +Gibraltar,312140,390443,804,79,202 +Gibraltar,312229,108803,804,79,202 +Gibraltar,313230,48800,804,79,202 +Gibraltar,313249,2692,804,79,202 +Gibraltar,314110,55148,804,79,202 +Gibraltar,314912,171509,804,79,202 +Gibraltar,314991,29233,804,79,202 +Gibraltar,315111,4930,804,79,202 +Gibraltar,321113,17700,804,79,202 +Gibraltar,321911,47776,804,79,202 +Gibraltar,322121,4411,804,79,202 +Gibraltar,322222,44305,804,79,202 +Gibraltar,323117,89383,804,79,202 +Gibraltar,323119,3285,804,79,202 +Gibraltar,324110,976803682,804,79,202 +Gibraltar,325199,17200,804,79,202 +Gibraltar,325411,22000,804,79,202 +Gibraltar,325412,12587,804,79,202 +Gibraltar,325520,4500,804,79,202 +Gibraltar,325998,2970,804,79,202 +Gibraltar,326113,9766,804,79,202 +Gibraltar,326121,4529,804,79,202 +Gibraltar,326122,78000,804,79,202 +Gibraltar,326199,59203,804,79,202 +Gibraltar,326211,70897,804,79,202 +Gibraltar,326299,7071,804,79,202 +Gibraltar,327112,33752,804,79,202 +Gibraltar,327211,13628,804,79,202 +Gibraltar,327212,8919,804,79,202 +Gibraltar,331222,6920,804,79,202 +Gibraltar,332212,11456,804,79,202 +Gibraltar,332911,8167,804,79,202 +Gibraltar,332991,11751,804,79,202 +Gibraltar,332999,8852,804,79,202 +Gibraltar,333120,12000,804,79,202 +Gibraltar,333132,15185,804,79,202 +Gibraltar,333314,11261,804,79,202 +Gibraltar,333315,4999,804,79,202 +Gibraltar,333411,5192,804,79,202 +Gibraltar,333415,3480,804,79,202 +Gibraltar,333613,3423,804,79,202 +Gibraltar,333618,7866,804,79,202 +Gibraltar,333911,23223,804,79,202 +Gibraltar,333996,31927,804,79,202 +Gibraltar,333999,86794,804,79,202 +Gibraltar,334111,227896,804,79,202 +Gibraltar,334112,10752,804,79,202 +Gibraltar,334119,25799,804,79,202 +Gibraltar,334210,48375,804,79,202 +Gibraltar,334220,178050,804,79,202 +Gibraltar,334310,37327,804,79,202 +Gibraltar,334413,86331,804,79,202 +Gibraltar,334416,2800,804,79,202 +Gibraltar,334417,15821,804,79,202 +Gibraltar,334418,81862,804,79,202 +Gibraltar,334419,22897,804,79,202 +Gibraltar,334510,10096,804,79,202 +Gibraltar,334511,2598,804,79,202 +Gibraltar,334513,47132,804,79,202 +Gibraltar,334515,137817,804,79,202 +Gibraltar,334516,9033,804,79,202 +Gibraltar,334517,720800,804,79,202 +Gibraltar,334518,11320,804,79,202 +Gibraltar,334519,119111,804,79,202 +Gibraltar,334612,10800,804,79,202 +Gibraltar,335129,8989,804,79,202 +Gibraltar,335314,15321,804,79,202 +Gibraltar,335911,12619,804,79,202 +Gibraltar,335912,51700,804,79,202 +Gibraltar,335999,92810,804,79,202 +Gibraltar,336111,48500,804,79,202 +Gibraltar,336399,2700,804,79,202 +Gibraltar,336611,5383500,804,79,202 +Gibraltar,336612,4745620,804,79,202 +Gibraltar,337127,39079,804,79,202 +Gibraltar,339113,14714,804,79,202 +Gibraltar,339911,561373,804,79,202 +Gibraltar,339912,3750,804,79,202 +Gibraltar,339913,7696,804,79,202 +Gibraltar,339932,77369,804,79,202 +Gibraltar,339991,2938,804,79,202 +Gibraltar,339999,20028,804,79,202 +Gibraltar,910000,75000,804,79,202 +Gibraltar,990000,497724923,804,79,202 +Greece,111110,19579204,804,80,203 +Greece,111120,1778490,804,80,203 +Greece,111130,3030843,804,80,203 +Greece,111150,4100856,804,80,203 +Greece,111199,157950,804,80,203 +Greece,111219,429559,804,80,203 +Greece,111335,31931140,804,80,203 +Greece,111339,684133,804,80,203 +Greece,111421,76631,804,80,203 +Greece,111422,26206,804,80,203 +Greece,111910,22302032,804,80,203 +Greece,111991,6712,804,80,203 +Greece,111992,45000,804,80,203 +Greece,111998,339416,804,80,203 +Greece,112111,143134,804,80,203 +Greece,112511,11681,804,80,203 +Greece,112910,14250,804,80,203 +Greece,112920,55395,804,80,203 +Greece,112930,8717866,804,80,203 +Greece,112990,5126,804,80,203 +Greece,113210,69919,804,80,203 +Greece,113310,1801860,804,80,203 +Greece,114111,1607461,804,80,203 +Greece,114112,3616515,804,80,203 +Greece,114119,71663,804,80,203 +Greece,211112,15896,804,80,203 +Greece,212112,3521617,804,80,203 +Greece,212221,4424,804,80,203 +Greece,212311,7020,804,80,203 +Greece,212319,6799,804,80,203 +Greece,212322,20764,804,80,203 +Greece,212324,457843,804,80,203 +Greece,212325,225940,804,80,203 +Greece,212393,13475,804,80,203 +Greece,212399,418626,804,80,203 +Greece,311111,315590,804,80,203 +Greece,311119,664708,804,80,203 +Greece,311211,178011,804,80,203 +Greece,311212,18157,804,80,203 +Greece,311221,60735,804,80,203 +Greece,311222,7699538,804,80,203 +Greece,311223,102456,804,80,203 +Greece,311225,481643,804,80,203 +Greece,311230,19784,804,80,203 +Greece,311311,2963,804,80,203 +Greece,311320,468369,804,80,203 +Greece,311340,57401,804,80,203 +Greece,311411,340410,804,80,203 +Greece,311421,1522708,804,80,203 +Greece,311422,43532,804,80,203 +Greece,311423,1227772,804,80,203 +Greece,311511,12741,804,80,203 +Greece,311512,16472,804,80,203 +Greece,311513,13862,804,80,203 +Greece,311514,240002,804,80,203 +Greece,311520,146537,804,80,203 +Greece,311611,1508566,804,80,203 +Greece,311613,3808162,804,80,203 +Greece,311615,4713761,804,80,203 +Greece,311711,110910,804,80,203 +Greece,311811,990898,804,80,203 +Greece,311822,346732,804,80,203 +Greece,311911,374474,804,80,203 +Greece,311919,541008,804,80,203 +Greece,311920,744972,804,80,203 +Greece,311930,205197,804,80,203 +Greece,311941,1167170,804,80,203 +Greece,311942,119767,804,80,203 +Greece,311999,1713354,804,80,203 +Greece,312111,8616,804,80,203 +Greece,312112,2976,804,80,203 +Greece,312130,281165,804,80,203 +Greece,312140,8479609,804,80,203 +Greece,312221,2590,804,80,203 +Greece,312229,21800,804,80,203 +Greece,313111,5850,804,80,203 +Greece,313210,1417621,804,80,203 +Greece,313221,215272,804,80,203 +Greece,313230,946806,804,80,203 +Greece,313249,46690,804,80,203 +Greece,313312,8100,804,80,203 +Greece,313320,218103,804,80,203 +Greece,314110,296458,804,80,203 +Greece,314121,9520,804,80,203 +Greece,314129,156390,804,80,203 +Greece,314911,14847,804,80,203 +Greece,314912,193691,804,80,203 +Greece,314991,17764,804,80,203 +Greece,314992,36000,804,80,203 +Greece,314999,584474,804,80,203 +Greece,315111,119394,804,80,203 +Greece,315221,423797,804,80,203 +Greece,315222,39583,804,80,203 +Greece,315223,269155,804,80,203 +Greece,315224,32287,804,80,203 +Greece,315228,236366,804,80,203 +Greece,315231,556120,804,80,203 +Greece,315232,865157,804,80,203 +Greece,315233,1332713,804,80,203 +Greece,315234,389125,804,80,203 +Greece,315239,1936818,804,80,203 +Greece,315291,124574,804,80,203 +Greece,315292,911035,804,80,203 +Greece,315991,49237,804,80,203 +Greece,315992,16621,804,80,203 +Greece,315999,884212,804,80,203 +Greece,316110,11717539,804,80,203 +Greece,316211,154904,804,80,203 +Greece,316213,177023,804,80,203 +Greece,316214,65761,804,80,203 +Greece,316219,449731,804,80,203 +Greece,316991,607296,804,80,203 +Greece,316992,413149,804,80,203 +Greece,316993,69125,804,80,203 +Greece,316999,48460,804,80,203 +Greece,321113,8381821,804,80,203 +Greece,321114,66083,804,80,203 +Greece,321211,2292062,804,80,203 +Greece,321213,44881,804,80,203 +Greece,321219,123550,804,80,203 +Greece,321918,334210,804,80,203 +Greece,321920,231702,804,80,203 +Greece,321991,5000,804,80,203 +Greece,321999,46927,804,80,203 +Greece,322110,11345572,804,80,203 +Greece,322121,1394483,804,80,203 +Greece,322122,181348,804,80,203 +Greece,322130,18184956,804,80,203 +Greece,322213,22986,804,80,203 +Greece,322215,130469,804,80,203 +Greece,322222,464174,804,80,203 +Greece,322223,269148,804,80,203 +Greece,322233,14214,804,80,203 +Greece,322291,2334618,804,80,203 +Greece,322299,177321,804,80,203 +Greece,323117,749182,804,80,203 +Greece,323118,26129,804,80,203 +Greece,323119,1112211,804,80,203 +Greece,324110,57461492,804,80,203 +Greece,324122,36573,804,80,203 +Greece,325110,1453368,804,80,203 +Greece,325120,6300,804,80,203 +Greece,325131,136340,804,80,203 +Greece,325132,84486,804,80,203 +Greece,325181,243625,804,80,203 +Greece,325182,91230,804,80,203 +Greece,325188,1332473,804,80,203 +Greece,325191,85272,804,80,203 +Greece,325192,120987,804,80,203 +Greece,325199,1761215,804,80,203 +Greece,325211,3889597,804,80,203 +Greece,325212,546554,804,80,203 +Greece,325222,52255,804,80,203 +Greece,325311,194285,804,80,203 +Greece,325312,1113033,804,80,203 +Greece,325320,2212321,804,80,203 +Greece,325411,13472692,804,80,203 +Greece,325412,10921612,804,80,203 +Greece,325414,2512099,804,80,203 +Greece,325510,900721,804,80,203 +Greece,325520,1056806,804,80,203 +Greece,325611,992847,804,80,203 +Greece,325612,520952,804,80,203 +Greece,325613,850030,804,80,203 +Greece,325620,11641677,804,80,203 +Greece,325910,111635,804,80,203 +Greece,325920,888901,804,80,203 +Greece,325992,145834,804,80,203 +Greece,325998,4492585,804,80,203 +Greece,326113,711655,804,80,203 +Greece,326121,1115119,804,80,203 +Greece,326122,227077,804,80,203 +Greece,326160,78420,804,80,203 +Greece,326191,127185,804,80,203 +Greece,326192,22666,804,80,203 +Greece,326199,6405447,804,80,203 +Greece,326211,661391,804,80,203 +Greece,326212,2978,804,80,203 +Greece,326220,245503,804,80,203 +Greece,326299,1735525,804,80,203 +Greece,327111,9800,804,80,203 +Greece,327112,403288,804,80,203 +Greece,327113,87467,804,80,203 +Greece,327121,8026,804,80,203 +Greece,327122,8827,804,80,203 +Greece,327124,62215,804,80,203 +Greece,327125,70805,804,80,203 +Greece,327211,196516,804,80,203 +Greece,327212,751844,804,80,203 +Greece,327213,77522,804,80,203 +Greece,327215,94572,804,80,203 +Greece,327310,636846,804,80,203 +Greece,327390,82620,804,80,203 +Greece,327420,583013,804,80,203 +Greece,327910,220424,804,80,203 +Greece,327991,10379,804,80,203 +Greece,327992,211624,804,80,203 +Greece,327993,3755789,804,80,203 +Greece,327999,79133,804,80,203 +Greece,331111,3167964,804,80,203 +Greece,331222,25648,804,80,203 +Greece,331311,29599,804,80,203 +Greece,331315,153467,804,80,203 +Greece,331316,435279,804,80,203 +Greece,331319,6249,804,80,203 +Greece,331411,538732,804,80,203 +Greece,331419,1225321,804,80,203 +Greece,331421,232466,804,80,203 +Greece,331422,175170,804,80,203 +Greece,331491,833259,804,80,203 +Greece,331492,15807,804,80,203 +Greece,331511,985089,804,80,203 +Greece,332115,116762,804,80,203 +Greece,332211,88080,804,80,203 +Greece,332212,631897,804,80,203 +Greece,332213,4425,804,80,203 +Greece,332214,52176,804,80,203 +Greece,332312,1635488,804,80,203 +Greece,332321,420035,804,80,203 +Greece,332322,2913,804,80,203 +Greece,332410,654039,804,80,203 +Greece,332420,368395,804,80,203 +Greece,332431,62077,804,80,203 +Greece,332439,110000,804,80,203 +Greece,332510,892569,804,80,203 +Greece,332611,59410,804,80,203 +Greece,332618,453034,804,80,203 +Greece,332722,1168430,804,80,203 +Greece,332911,3026473,804,80,203 +Greece,332912,279043,804,80,203 +Greece,332913,49785,804,80,203 +Greece,332919,191460,804,80,203 +Greece,332991,989097,804,80,203 +Greece,332992,27945823,804,80,203 +Greece,332994,658619,804,80,203 +Greece,332995,1516968,804,80,203 +Greece,332998,91337,804,80,203 +Greece,332999,5642496,804,80,203 +Greece,333111,7644049,804,80,203 +Greece,333120,3456460,804,80,203 +Greece,333131,577545,804,80,203 +Greece,333132,3096277,804,80,203 +Greece,333210,92419,804,80,203 +Greece,333220,1068910,804,80,203 +Greece,333291,132369,804,80,203 +Greece,333292,365853,804,80,203 +Greece,333293,203792,804,80,203 +Greece,333294,3104432,804,80,203 +Greece,333295,94958,804,80,203 +Greece,333298,953638,804,80,203 +Greece,333311,123054,804,80,203 +Greece,333313,1721218,804,80,203 +Greece,333314,1549748,804,80,203 +Greece,333315,385365,804,80,203 +Greece,333319,1520310,804,80,203 +Greece,333411,699634,804,80,203 +Greece,333412,179215,804,80,203 +Greece,333414,1879510,804,80,203 +Greece,333415,2360542,804,80,203 +Greece,333511,383543,804,80,203 +Greece,333512,306172,804,80,203 +Greece,333513,1050515,804,80,203 +Greece,333514,208109,804,80,203 +Greece,333515,149020,804,80,203 +Greece,333516,63122,804,80,203 +Greece,333611,7984706,804,80,203 +Greece,333612,219470,804,80,203 +Greece,333613,2358367,804,80,203 +Greece,333618,4658125,804,80,203 +Greece,333911,8251099,804,80,203 +Greece,333912,14674949,804,80,203 +Greece,333913,141846,804,80,203 +Greece,333921,42541,804,80,203 +Greece,333922,285807,804,80,203 +Greece,333923,67139,804,80,203 +Greece,333924,267519,804,80,203 +Greece,333991,2042843,804,80,203 +Greece,333992,257412,804,80,203 +Greece,333993,626191,804,80,203 +Greece,333994,584382,804,80,203 +Greece,333995,144648,804,80,203 +Greece,333996,531370,804,80,203 +Greece,333997,46177,804,80,203 +Greece,333999,8458074,804,80,203 +Greece,334111,6969166,804,80,203 +Greece,334112,897055,804,80,203 +Greece,334119,5467323,804,80,203 +Greece,334210,761501,804,80,203 +Greece,334220,17036817,804,80,203 +Greece,334290,368643,804,80,203 +Greece,334310,2346132,804,80,203 +Greece,334411,3032312,804,80,203 +Greece,334412,81597,804,80,203 +Greece,334413,6291971,804,80,203 +Greece,334414,399039,804,80,203 +Greece,334415,427195,804,80,203 +Greece,334416,155421,804,80,203 +Greece,334417,2146711,804,80,203 +Greece,334418,126153,804,80,203 +Greece,334419,1492162,804,80,203 +Greece,334510,28822838,804,80,203 +Greece,334511,6793352,804,80,203 +Greece,334512,80766,804,80,203 +Greece,334513,2698629,804,80,203 +Greece,334514,126847,804,80,203 +Greece,334515,1703752,804,80,203 +Greece,334516,6848145,804,80,203 +Greece,334517,3769659,804,80,203 +Greece,334518,701282,804,80,203 +Greece,334519,1899035,804,80,203 +Greece,334612,62191,804,80,203 +Greece,334613,326226,804,80,203 +Greece,335110,136627,804,80,203 +Greece,335121,108547,804,80,203 +Greece,335129,425418,804,80,203 +Greece,335211,5405491,804,80,203 +Greece,335212,11900,804,80,203 +Greece,335221,282571,804,80,203 +Greece,335222,2119429,804,80,203 +Greece,335224,275664,804,80,203 +Greece,335228,417819,804,80,203 +Greece,335311,40597,804,80,203 +Greece,335312,14647479,804,80,203 +Greece,335313,1379773,804,80,203 +Greece,335314,3391205,804,80,203 +Greece,335911,261774,804,80,203 +Greece,335912,83367,804,80,203 +Greece,335921,96882,804,80,203 +Greece,335929,1861172,804,80,203 +Greece,335931,1220869,804,80,203 +Greece,335932,10845,804,80,203 +Greece,335991,374195,804,80,203 +Greece,335999,20927783,804,80,203 +Greece,336111,16306932,804,80,203 +Greece,336120,1032636,804,80,203 +Greece,336211,18959,804,80,203 +Greece,336214,591443,804,80,203 +Greece,336311,300723,804,80,203 +Greece,336321,84335,804,80,203 +Greece,336322,641274,804,80,203 +Greece,336340,281903,804,80,203 +Greece,336350,4472,804,80,203 +Greece,336360,4990,804,80,203 +Greece,336370,19736,804,80,203 +Greece,336391,37430,804,80,203 +Greece,336399,3632272,804,80,203 +Greece,336412,5034260,804,80,203 +Greece,336413,81473542,804,80,203 +Greece,336415,345952,804,80,203 +Greece,336419,1937329,804,80,203 +Greece,336510,1307755,804,80,203 +Greece,336611,1716920,804,80,203 +Greece,336612,20332976,804,80,203 +Greece,336991,552932,804,80,203 +Greece,336992,11413117,804,80,203 +Greece,337110,8557,804,80,203 +Greece,337124,695840,804,80,203 +Greece,337127,3214160,804,80,203 +Greece,337211,26623,804,80,203 +Greece,337214,116014,804,80,203 +Greece,337215,236519,804,80,203 +Greece,337910,1202391,804,80,203 +Greece,339112,28056353,804,80,203 +Greece,339113,13404391,804,80,203 +Greece,339114,8199836,804,80,203 +Greece,339115,624407,804,80,203 +Greece,339911,1127521,804,80,203 +Greece,339913,19797,804,80,203 +Greece,339914,301627,804,80,203 +Greece,339920,1997999,804,80,203 +Greece,339932,1281545,804,80,203 +Greece,339941,5518,804,80,203 +Greece,339942,61904,804,80,203 +Greece,339943,38425,804,80,203 +Greece,339944,577100,804,80,203 +Greece,339950,38704,804,80,203 +Greece,339991,709822,804,80,203 +Greece,339992,1352464,804,80,203 +Greece,339993,6366,804,80,203 +Greece,339994,101939,804,80,203 +Greece,339999,3375911,804,80,203 +Greece,511210,783230,804,80,203 +Greece,910000,49960591,804,80,203 +Greece,920000,18539436,804,80,203 +Greece,990000,40504443,804,80,203 +Greenland,315228,2940,803,81,204 +Greenland,315999,6186,803,81,204 +Greenland,323118,3499,803,81,204 +Greenland,324110,13254,803,81,204 +Greenland,325199,62148,803,81,204 +Greenland,325320,10183,803,81,204 +Greenland,326199,198629,803,81,204 +Greenland,326299,34994,803,81,204 +Greenland,327211,19238,803,81,204 +Greenland,332211,18610,803,81,204 +Greenland,332212,33676,803,81,204 +Greenland,332510,11500,803,81,204 +Greenland,332618,3700,803,81,204 +Greenland,332722,61600,803,81,204 +Greenland,332913,4110,803,81,204 +Greenland,332991,5670,803,81,204 +Greenland,332992,345126,803,81,204 +Greenland,332994,249051,803,81,204 +Greenland,332999,32143,803,81,204 +Greenland,333111,97816,803,81,204 +Greenland,333120,13549,803,81,204 +Greenland,333293,30030,803,81,204 +Greenland,333294,5421,803,81,204 +Greenland,333314,256916,803,81,204 +Greenland,333315,247145,803,81,204 +Greenland,333512,6519,803,81,204 +Greenland,333515,4423,803,81,204 +Greenland,333611,3112,803,81,204 +Greenland,333613,22243,803,81,204 +Greenland,333618,6767,803,81,204 +Greenland,333911,9494,803,81,204 +Greenland,333912,24000,803,81,204 +Greenland,333996,26750,803,81,204 +Greenland,333999,77463,803,81,204 +Greenland,334111,22656,803,81,204 +Greenland,334112,14656,803,81,204 +Greenland,334119,43628,803,81,204 +Greenland,334220,171730,803,81,204 +Greenland,334310,38849,803,81,204 +Greenland,334411,558400,803,81,204 +Greenland,334413,6782,803,81,204 +Greenland,334417,34643,803,81,204 +Greenland,334419,8717,803,81,204 +Greenland,334511,26602,803,81,204 +Greenland,334513,97660,803,81,204 +Greenland,334515,30702,803,81,204 +Greenland,334516,66012,803,81,204 +Greenland,334518,101350,803,81,204 +Greenland,334519,417427,803,81,204 +Greenland,334613,4800,803,81,204 +Greenland,335129,16817,803,81,204 +Greenland,335311,14743,803,81,204 +Greenland,335312,28079,803,81,204 +Greenland,335313,3553,803,81,204 +Greenland,335314,26311,803,81,204 +Greenland,335911,94409,803,81,204 +Greenland,335912,3350,803,81,204 +Greenland,335929,2526,803,81,204 +Greenland,335931,20490,803,81,204 +Greenland,335999,83815,803,81,204 +Greenland,336111,290476,803,81,204 +Greenland,336120,3000,803,81,204 +Greenland,336214,450186,803,81,204 +Greenland,336311,9200,803,81,204 +Greenland,336322,18646,803,81,204 +Greenland,336399,130415,803,81,204 +Greenland,336412,834750,803,81,204 +Greenland,336413,5474,803,81,204 +Greenland,336612,121660,803,81,204 +Greenland,336991,82599,803,81,204 +Greenland,337127,14533,803,81,204 +Greenland,339112,158289,803,81,204 +Greenland,339113,5755,803,81,204 +Greenland,339115,2558,803,81,204 +Greenland,339911,4580,803,81,204 +Greenland,339920,2677,803,81,204 +Greenland,339991,34883,803,81,204 +Greenland,511210,12277,803,81,204 +Greenland,920000,3883,803,81,204 +Greenland,990000,475486,803,81,204 +Grenada,111110,1414591,803,82,205 +Grenada,111130,30591,803,82,205 +Grenada,111140,4787867,803,82,205 +Grenada,111150,1782514,803,82,205 +Grenada,111199,25042,803,82,205 +Grenada,111211,15526,803,82,205 +Grenada,111219,128438,803,82,205 +Grenada,111331,34636,803,82,205 +Grenada,111332,6940,803,82,205 +Grenada,111335,14835,803,82,205 +Grenada,111339,5157,803,82,205 +Grenada,111910,16250,803,82,205 +Grenada,111940,31780,803,82,205 +Grenada,111998,6800,803,82,205 +Grenada,112310,17759,803,82,205 +Grenada,113210,67817,803,82,205 +Grenada,113310,112606,803,82,205 +Grenada,114111,85043,803,82,205 +Grenada,114112,33703,803,82,205 +Grenada,212311,21013,803,82,205 +Grenada,212319,16228,803,82,205 +Grenada,212322,4404,803,82,205 +Grenada,212393,20930,803,82,205 +Grenada,311111,165872,803,82,205 +Grenada,311119,146842,803,82,205 +Grenada,311211,48014,803,82,205 +Grenada,311212,12316,803,82,205 +Grenada,311221,10444,803,82,205 +Grenada,311222,798642,803,82,205 +Grenada,311223,70477,803,82,205 +Grenada,311225,101926,803,82,205 +Grenada,311230,180930,803,82,205 +Grenada,311311,17306,803,82,205 +Grenada,311320,54234,803,82,205 +Grenada,311340,243368,803,82,205 +Grenada,311411,331019,803,82,205 +Grenada,311421,612707,803,82,205 +Grenada,311511,142585,803,82,205 +Grenada,311513,91272,803,82,205 +Grenada,311514,196146,803,82,205 +Grenada,311520,127502,803,82,205 +Grenada,311611,607043,803,82,205 +Grenada,311613,63125,803,82,205 +Grenada,311615,2063099,803,82,205 +Grenada,311711,88571,803,82,205 +Grenada,311811,97676,803,82,205 +Grenada,311822,61176,803,82,205 +Grenada,311823,5364,803,82,205 +Grenada,311911,49819,803,82,205 +Grenada,311919,147846,803,82,205 +Grenada,311920,97943,803,82,205 +Grenada,311930,40207,803,82,205 +Grenada,311941,51269,803,82,205 +Grenada,311942,148289,803,82,205 +Grenada,311999,324671,803,82,205 +Grenada,312111,370527,803,82,205 +Grenada,312113,54300,803,82,205 +Grenada,312130,125970,803,82,205 +Grenada,312140,270515,803,82,205 +Grenada,312221,11526,803,82,205 +Grenada,312229,4462,803,82,205 +Grenada,313111,17174,803,82,205 +Grenada,313113,3665,803,82,205 +Grenada,313210,17141,803,82,205 +Grenada,313221,8346,803,82,205 +Grenada,313230,11762,803,82,205 +Grenada,313320,8243,803,82,205 +Grenada,314110,30100,803,82,205 +Grenada,314121,21273,803,82,205 +Grenada,314129,104203,803,82,205 +Grenada,314911,7185,803,82,205 +Grenada,314912,107377,803,82,205 +Grenada,314991,14455,803,82,205 +Grenada,314999,27005,803,82,205 +Grenada,315111,3121,803,82,205 +Grenada,315221,12469,803,82,205 +Grenada,315222,27640,803,82,205 +Grenada,315223,9050,803,82,205 +Grenada,315224,6327,803,82,205 +Grenada,315228,2574,803,82,205 +Grenada,315232,24561,803,82,205 +Grenada,315239,9076,803,82,205 +Grenada,315292,14312,803,82,205 +Grenada,315991,5836,803,82,205 +Grenada,315999,49223,803,82,205 +Grenada,316110,9217,803,82,205 +Grenada,316211,33140,803,82,205 +Grenada,316213,38534,803,82,205 +Grenada,316214,19653,803,82,205 +Grenada,316219,226231,803,82,205 +Grenada,316991,91961,803,82,205 +Grenada,316992,47873,803,82,205 +Grenada,316993,17136,803,82,205 +Grenada,316999,15996,803,82,205 +Grenada,321113,441034,803,82,205 +Grenada,321114,1726359,803,82,205 +Grenada,321211,50948,803,82,205 +Grenada,321212,1420235,803,82,205 +Grenada,321219,4950,803,82,205 +Grenada,321911,195430,803,82,205 +Grenada,321918,29303,803,82,205 +Grenada,321920,103448,803,82,205 +Grenada,321992,25000,803,82,205 +Grenada,321999,87892,803,82,205 +Grenada,322121,81334,803,82,205 +Grenada,322122,231193,803,82,205 +Grenada,322130,20307,803,82,205 +Grenada,322211,6517,803,82,205 +Grenada,322212,17745,803,82,205 +Grenada,322215,8740,803,82,205 +Grenada,322222,45338,803,82,205 +Grenada,322223,63376,803,82,205 +Grenada,322224,10843,803,82,205 +Grenada,322232,8867,803,82,205 +Grenada,322233,4521,803,82,205 +Grenada,322291,280744,803,82,205 +Grenada,322299,23663,803,82,205 +Grenada,323117,571042,803,82,205 +Grenada,323118,166747,803,82,205 +Grenada,323119,272698,803,82,205 +Grenada,324110,863936,803,82,205 +Grenada,324122,34265,803,82,205 +Grenada,325110,7036,803,82,205 +Grenada,325131,72079,803,82,205 +Grenada,325132,8932,803,82,205 +Grenada,325181,4395,803,82,205 +Grenada,325182,31230,803,82,205 +Grenada,325188,35249,803,82,205 +Grenada,325192,6043,803,82,205 +Grenada,325199,128017,803,82,205 +Grenada,325211,143087,803,82,205 +Grenada,325222,99458,803,82,205 +Grenada,325311,42990,803,82,205 +Grenada,325312,7810,803,82,205 +Grenada,325320,105034,803,82,205 +Grenada,325411,61428,803,82,205 +Grenada,325412,946087,803,82,205 +Grenada,325414,15253,803,82,205 +Grenada,325510,440693,803,82,205 +Grenada,325520,61455,803,82,205 +Grenada,325611,573964,803,82,205 +Grenada,325613,18022,803,82,205 +Grenada,325620,1078093,803,82,205 +Grenada,325910,336393,803,82,205 +Grenada,325992,6490,803,82,205 +Grenada,325998,99201,803,82,205 +Grenada,326113,20995,803,82,205 +Grenada,326121,4097,803,82,205 +Grenada,326122,62503,803,82,205 +Grenada,326160,16589,803,82,205 +Grenada,326191,39483,803,82,205 +Grenada,326192,31355,803,82,205 +Grenada,326199,801851,803,82,205 +Grenada,326211,155158,803,82,205 +Grenada,326212,14168,803,82,205 +Grenada,326220,16624,803,82,205 +Grenada,326299,31571,803,82,205 +Grenada,327111,29620,803,82,205 +Grenada,327112,68754,803,82,205 +Grenada,327113,7041,803,82,205 +Grenada,327121,41313,803,82,205 +Grenada,327122,11319,803,82,205 +Grenada,327123,16099,803,82,205 +Grenada,327124,15245,803,82,205 +Grenada,327125,98266,803,82,205 +Grenada,327211,40163,803,82,205 +Grenada,327212,80550,803,82,205 +Grenada,327215,12677,803,82,205 +Grenada,327310,4480,803,82,205 +Grenada,327331,13467,803,82,205 +Grenada,327390,125422,803,82,205 +Grenada,327420,29617,803,82,205 +Grenada,327910,12298,803,82,205 +Grenada,327991,88417,803,82,205 +Grenada,327993,39831,803,82,205 +Grenada,327999,32970,803,82,205 +Grenada,331111,139528,803,82,205 +Grenada,331222,18002,803,82,205 +Grenada,331315,129240,803,82,205 +Grenada,331316,67252,803,82,205 +Grenada,331319,8046,803,82,205 +Grenada,331419,4776,803,82,205 +Grenada,331421,57542,803,82,205 +Grenada,331422,215031,803,82,205 +Grenada,331491,11318,803,82,205 +Grenada,331511,7050,803,82,205 +Grenada,332115,62700,803,82,205 +Grenada,332211,18081,803,82,205 +Grenada,332212,69268,803,82,205 +Grenada,332312,57862,803,82,205 +Grenada,332321,270002,803,82,205 +Grenada,332322,20819,803,82,205 +Grenada,332323,5636,803,82,205 +Grenada,332410,35494,803,82,205 +Grenada,332420,46969,803,82,205 +Grenada,332431,40343,803,82,205 +Grenada,332439,43585,803,82,205 +Grenada,332510,161445,803,82,205 +Grenada,332618,160533,803,82,205 +Grenada,332722,41794,803,82,205 +Grenada,332911,172450,803,82,205 +Grenada,332912,8856,803,82,205 +Grenada,332913,31491,803,82,205 +Grenada,332919,64124,803,82,205 +Grenada,332991,18438,803,82,205 +Grenada,332992,54007,803,82,205 +Grenada,332998,18798,803,82,205 +Grenada,332999,223774,803,82,205 +Grenada,333111,270314,803,82,205 +Grenada,333120,353410,803,82,205 +Grenada,333220,27768,803,82,205 +Grenada,333291,3767,803,82,205 +Grenada,333292,35867,803,82,205 +Grenada,333293,114125,803,82,205 +Grenada,333294,117967,803,82,205 +Grenada,333295,29322,803,82,205 +Grenada,333313,282712,803,82,205 +Grenada,333314,30136,803,82,205 +Grenada,333315,56491,803,82,205 +Grenada,333319,144494,803,82,205 +Grenada,333411,12363,803,82,205 +Grenada,333412,7125,803,82,205 +Grenada,333414,3062,803,82,205 +Grenada,333415,1037417,803,82,205 +Grenada,333512,19994,803,82,205 +Grenada,333513,33192,803,82,205 +Grenada,333514,36770,803,82,205 +Grenada,333611,20774,803,82,205 +Grenada,333612,9108,803,82,205 +Grenada,333613,23566,803,82,205 +Grenada,333618,355956,803,82,205 +Grenada,333911,168636,803,82,205 +Grenada,333912,98024,803,82,205 +Grenada,333913,58603,803,82,205 +Grenada,333923,4869,803,82,205 +Grenada,333924,128692,803,82,205 +Grenada,333991,20156,803,82,205 +Grenada,333992,18130,803,82,205 +Grenada,333993,60532,803,82,205 +Grenada,333994,109930,803,82,205 +Grenada,333996,24855,803,82,205 +Grenada,333999,361831,803,82,205 +Grenada,334111,752407,803,82,205 +Grenada,334112,70666,803,82,205 +Grenada,334119,2184380,803,82,205 +Grenada,334210,137535,803,82,205 +Grenada,334220,2941414,803,82,205 +Grenada,334290,17497,803,82,205 +Grenada,334310,1219480,803,82,205 +Grenada,334411,41584,803,82,205 +Grenada,334413,157300,803,82,205 +Grenada,334416,26945,803,82,205 +Grenada,334417,56383,803,82,205 +Grenada,334418,275390,803,82,205 +Grenada,334419,150543,803,82,205 +Grenada,334510,647191,803,82,205 +Grenada,334511,32313,803,82,205 +Grenada,334513,32507,803,82,205 +Grenada,334514,59395,803,82,205 +Grenada,334515,2227498,803,82,205 +Grenada,334516,49223,803,82,205 +Grenada,334518,428782,803,82,205 +Grenada,334519,11081,803,82,205 +Grenada,334613,2520,803,82,205 +Grenada,335110,16234,803,82,205 +Grenada,335129,126263,803,82,205 +Grenada,335211,273043,803,82,205 +Grenada,335212,2523,803,82,205 +Grenada,335221,753210,803,82,205 +Grenada,335222,261894,803,82,205 +Grenada,335224,599256,803,82,205 +Grenada,335228,40136,803,82,205 +Grenada,335311,137555,803,82,205 +Grenada,335312,185275,803,82,205 +Grenada,335313,68187,803,82,205 +Grenada,335314,21807,803,82,205 +Grenada,335911,319876,803,82,205 +Grenada,335912,115382,803,82,205 +Grenada,335921,23668,803,82,205 +Grenada,335929,501307,803,82,205 +Grenada,335931,43842,803,82,205 +Grenada,335932,50669,803,82,205 +Grenada,335991,11589,803,82,205 +Grenada,335999,97193,803,82,205 +Grenada,336111,691443,803,82,205 +Grenada,336120,165000,803,82,205 +Grenada,336214,33883,803,82,205 +Grenada,336311,35233,803,82,205 +Grenada,336322,38716,803,82,205 +Grenada,336330,2834,803,82,205 +Grenada,336340,21156,803,82,205 +Grenada,336350,2548,803,82,205 +Grenada,336399,209227,803,82,205 +Grenada,336412,16701,803,82,205 +Grenada,336510,47711,803,82,205 +Grenada,336611,251795,803,82,205 +Grenada,336612,229330,803,82,205 +Grenada,336991,66019,803,82,205 +Grenada,337124,5804,803,82,205 +Grenada,337127,247065,803,82,205 +Grenada,337211,2508,803,82,205 +Grenada,337214,63203,803,82,205 +Grenada,337215,343640,803,82,205 +Grenada,337910,7244,803,82,205 +Grenada,337920,4380,803,82,205 +Grenada,339112,563262,803,82,205 +Grenada,339113,83564,803,82,205 +Grenada,339114,25350,803,82,205 +Grenada,339115,97825,803,82,205 +Grenada,339911,1202906,803,82,205 +Grenada,339912,5174,803,82,205 +Grenada,339913,22630,803,82,205 +Grenada,339914,29451,803,82,205 +Grenada,339920,660462,803,82,205 +Grenada,339932,3429,803,82,205 +Grenada,339941,23584,803,82,205 +Grenada,339942,5576,803,82,205 +Grenada,339944,11673,803,82,205 +Grenada,339991,2840,803,82,205 +Grenada,339992,15100,803,82,205 +Grenada,339994,11925,803,82,205 +Grenada,339999,54982,803,82,205 +Grenada,511210,33554,803,82,205 +Grenada,910000,28760,803,82,205 +Grenada,920000,18676,803,82,205 +Grenada,990000,13446269,803,82,205 +Guatemala,111110,4301270,803,83,206 +Guatemala,111120,170983,803,83,206 +Guatemala,111130,7964648,803,83,206 +Guatemala,111140,108257806,803,83,206 +Guatemala,111150,129378174,803,83,206 +Guatemala,111160,18434334,803,83,206 +Guatemala,111199,2753335,803,83,206 +Guatemala,111211,971636,803,83,206 +Guatemala,111219,7285128,803,83,206 +Guatemala,111310,451816,803,83,206 +Guatemala,111320,14394,803,83,206 +Guatemala,111331,7064489,803,83,206 +Guatemala,111332,11542843,803,83,206 +Guatemala,111334,314094,803,83,206 +Guatemala,111335,946529,803,83,206 +Guatemala,111339,3059602,803,83,206 +Guatemala,111421,357281,803,83,206 +Guatemala,111422,25551,803,83,206 +Guatemala,111910,381636,803,83,206 +Guatemala,111920,43580451,803,83,206 +Guatemala,111940,6252,803,83,206 +Guatemala,111992,160650,803,83,206 +Guatemala,111998,463959,803,83,206 +Guatemala,112111,63325,803,83,206 +Guatemala,112210,67500,803,83,206 +Guatemala,112310,4771349,803,83,206 +Guatemala,112511,58943,803,83,206 +Guatemala,112910,35215,803,83,206 +Guatemala,112920,42250,803,83,206 +Guatemala,112990,18750,803,83,206 +Guatemala,113210,452113,803,83,206 +Guatemala,113310,98007,803,83,206 +Guatemala,114111,2384179,803,83,206 +Guatemala,114112,1617904,803,83,206 +Guatemala,114119,6095,803,83,206 +Guatemala,211112,77366,803,83,206 +Guatemala,212112,150440,803,83,206 +Guatemala,212221,116901,803,83,206 +Guatemala,212222,5838,803,83,206 +Guatemala,212299,3148,803,83,206 +Guatemala,212311,29595,803,83,206 +Guatemala,212319,64503,803,83,206 +Guatemala,212322,161725,803,83,206 +Guatemala,212324,679881,803,83,206 +Guatemala,212325,1904828,803,83,206 +Guatemala,212391,10350,803,83,206 +Guatemala,212393,27427,803,83,206 +Guatemala,212399,536152,803,83,206 +Guatemala,311111,4994817,803,83,206 +Guatemala,311119,3723448,803,83,206 +Guatemala,311211,4658322,803,83,206 +Guatemala,311212,5328060,803,83,206 +Guatemala,311221,12350915,803,83,206 +Guatemala,311222,138589185,803,83,206 +Guatemala,311223,10619630,803,83,206 +Guatemala,311225,4570698,803,83,206 +Guatemala,311230,2713117,803,83,206 +Guatemala,311311,687335,803,83,206 +Guatemala,311320,6332134,803,83,206 +Guatemala,311340,2330283,803,83,206 +Guatemala,311411,16350683,803,83,206 +Guatemala,311421,7263036,803,83,206 +Guatemala,311422,68414,803,83,206 +Guatemala,311423,1746481,803,83,206 +Guatemala,311511,86312,803,83,206 +Guatemala,311512,378071,803,83,206 +Guatemala,311513,10619285,803,83,206 +Guatemala,311514,11889273,803,83,206 +Guatemala,311520,143507,803,83,206 +Guatemala,311611,34366696,803,83,206 +Guatemala,311613,39858992,803,83,206 +Guatemala,311615,61489424,803,83,206 +Guatemala,311711,1590950,803,83,206 +Guatemala,311811,2607599,803,83,206 +Guatemala,311822,3025431,803,83,206 +Guatemala,311823,26635,803,83,206 +Guatemala,311911,1107302,803,83,206 +Guatemala,311919,1529159,803,83,206 +Guatemala,311920,734704,803,83,206 +Guatemala,311930,15949021,803,83,206 +Guatemala,311941,1729299,803,83,206 +Guatemala,311942,1075992,803,83,206 +Guatemala,311999,11065251,803,83,206 +Guatemala,312111,1311687,803,83,206 +Guatemala,312120,12015577,803,83,206 +Guatemala,312130,1225694,803,83,206 +Guatemala,312140,265896,803,83,206 +Guatemala,312229,23229,803,83,206 +Guatemala,313111,52576549,803,83,206 +Guatemala,313113,99536,803,83,206 +Guatemala,313210,64178606,803,83,206 +Guatemala,313221,21072295,803,83,206 +Guatemala,313230,1489713,803,83,206 +Guatemala,313249,44712057,803,83,206 +Guatemala,313312,33072859,803,83,206 +Guatemala,313320,2512468,803,83,206 +Guatemala,314110,2342841,803,83,206 +Guatemala,314121,20911,803,83,206 +Guatemala,314129,2081404,803,83,206 +Guatemala,314911,112447,803,83,206 +Guatemala,314912,277756,803,83,206 +Guatemala,314991,215647,803,83,206 +Guatemala,314992,39733,803,83,206 +Guatemala,314999,4921491,803,83,206 +Guatemala,315111,149450,803,83,206 +Guatemala,315221,261938,803,83,206 +Guatemala,315222,66775,803,83,206 +Guatemala,315223,293254,803,83,206 +Guatemala,315224,900500,803,83,206 +Guatemala,315228,128040,803,83,206 +Guatemala,315231,507379,803,83,206 +Guatemala,315232,1473587,803,83,206 +Guatemala,315233,303011,803,83,206 +Guatemala,315234,507934,803,83,206 +Guatemala,315239,1343938,803,83,206 +Guatemala,315291,959015,803,83,206 +Guatemala,315292,1640444,803,83,206 +Guatemala,315991,64776,803,83,206 +Guatemala,315992,80670,803,83,206 +Guatemala,315993,15130,803,83,206 +Guatemala,315999,18771972,803,83,206 +Guatemala,316110,50628,803,83,206 +Guatemala,316211,1148050,803,83,206 +Guatemala,316212,54902,803,83,206 +Guatemala,316213,807012,803,83,206 +Guatemala,316214,522608,803,83,206 +Guatemala,316219,4142439,803,83,206 +Guatemala,316991,795327,803,83,206 +Guatemala,316992,320575,803,83,206 +Guatemala,316993,303744,803,83,206 +Guatemala,316999,4745512,803,83,206 +Guatemala,321113,852508,803,83,206 +Guatemala,321211,121298,803,83,206 +Guatemala,321212,55005,803,83,206 +Guatemala,321213,108947,803,83,206 +Guatemala,321219,506541,803,83,206 +Guatemala,321911,262531,803,83,206 +Guatemala,321918,937465,803,83,206 +Guatemala,321920,7410086,803,83,206 +Guatemala,321991,3000,803,83,206 +Guatemala,321999,2035782,803,83,206 +Guatemala,322110,1172945,803,83,206 +Guatemala,322121,10600352,803,83,206 +Guatemala,322122,30054565,803,83,206 +Guatemala,322130,120653438,803,83,206 +Guatemala,322211,12002507,803,83,206 +Guatemala,322212,1696748,803,83,206 +Guatemala,322213,125904,803,83,206 +Guatemala,322214,8177,803,83,206 +Guatemala,322215,987043,803,83,206 +Guatemala,322222,8311718,803,83,206 +Guatemala,322223,2772313,803,83,206 +Guatemala,322224,5218,803,83,206 +Guatemala,322233,19377,803,83,206 +Guatemala,322291,2241942,803,83,206 +Guatemala,322299,630518,803,83,206 +Guatemala,323116,3274,803,83,206 +Guatemala,323117,3684264,803,83,206 +Guatemala,323118,284756,803,83,206 +Guatemala,323119,4742191,803,83,206 +Guatemala,323122,765175,803,83,206 +Guatemala,324110,960753302,803,83,206 +Guatemala,324121,120355,803,83,206 +Guatemala,324122,491733,803,83,206 +Guatemala,325110,911348,803,83,206 +Guatemala,325120,156102,803,83,206 +Guatemala,325131,5783599,803,83,206 +Guatemala,325132,3957535,803,83,206 +Guatemala,325181,11348114,803,83,206 +Guatemala,325182,343419,803,83,206 +Guatemala,325188,17274051,803,83,206 +Guatemala,325191,273474,803,83,206 +Guatemala,325192,2987781,803,83,206 +Guatemala,325193,1331321,803,83,206 +Guatemala,325199,45729109,803,83,206 +Guatemala,325211,206405317,803,83,206 +Guatemala,325212,1835743,803,83,206 +Guatemala,325221,147058,803,83,206 +Guatemala,325222,9127335,803,83,206 +Guatemala,325311,7855663,803,83,206 +Guatemala,325312,43983648,803,83,206 +Guatemala,325320,23225493,803,83,206 +Guatemala,325411,6362126,803,83,206 +Guatemala,325412,18128975,803,83,206 +Guatemala,325414,6294323,803,83,206 +Guatemala,325510,8249017,803,83,206 +Guatemala,325520,4741606,803,83,206 +Guatemala,325611,5017947,803,83,206 +Guatemala,325612,1549856,803,83,206 +Guatemala,325613,8102787,803,83,206 +Guatemala,325620,16265246,803,83,206 +Guatemala,325910,12189622,803,83,206 +Guatemala,325920,7338,803,83,206 +Guatemala,325992,4532913,803,83,206 +Guatemala,325998,11385935,803,83,206 +Guatemala,326113,19810609,803,83,206 +Guatemala,326121,1197239,803,83,206 +Guatemala,326122,3448786,803,83,206 +Guatemala,326160,212514,803,83,206 +Guatemala,326191,115952,803,83,206 +Guatemala,326192,84202,803,83,206 +Guatemala,326199,22605366,803,83,206 +Guatemala,326211,12821280,803,83,206 +Guatemala,326212,412576,803,83,206 +Guatemala,326220,3747700,803,83,206 +Guatemala,326299,2798872,803,83,206 +Guatemala,327111,251524,803,83,206 +Guatemala,327112,813678,803,83,206 +Guatemala,327113,146247,803,83,206 +Guatemala,327122,202584,803,83,206 +Guatemala,327123,169249,803,83,206 +Guatemala,327124,267195,803,83,206 +Guatemala,327125,643471,803,83,206 +Guatemala,327211,370450,803,83,206 +Guatemala,327212,2390890,803,83,206 +Guatemala,327213,648320,803,83,206 +Guatemala,327215,944440,803,83,206 +Guatemala,327310,20896,803,83,206 +Guatemala,327320,10100,803,83,206 +Guatemala,327331,68201,803,83,206 +Guatemala,327390,454705,803,83,206 +Guatemala,327420,117454,803,83,206 +Guatemala,327910,448739,803,83,206 +Guatemala,327991,18700,803,83,206 +Guatemala,327992,406757,803,83,206 +Guatemala,327993,1269004,803,83,206 +Guatemala,327999,719674,803,83,206 +Guatemala,331111,23931455,803,83,206 +Guatemala,331222,266249,803,83,206 +Guatemala,331312,138957,803,83,206 +Guatemala,331314,22562,803,83,206 +Guatemala,331315,48164086,803,83,206 +Guatemala,331316,670611,803,83,206 +Guatemala,331319,208002,803,83,206 +Guatemala,331411,45929,803,83,206 +Guatemala,331419,2994612,803,83,206 +Guatemala,331421,896734,803,83,206 +Guatemala,331422,1194471,803,83,206 +Guatemala,331491,1165910,803,83,206 +Guatemala,331511,1023971,803,83,206 +Guatemala,332115,712400,803,83,206 +Guatemala,332211,153438,803,83,206 +Guatemala,332212,4999956,803,83,206 +Guatemala,332213,720524,803,83,206 +Guatemala,332214,326663,803,83,206 +Guatemala,332311,249616,803,83,206 +Guatemala,332312,5333105,803,83,206 +Guatemala,332321,810602,803,83,206 +Guatemala,332322,214666,803,83,206 +Guatemala,332410,987808,803,83,206 +Guatemala,332420,1955501,803,83,206 +Guatemala,332431,9930898,803,83,206 +Guatemala,332439,101817,803,83,206 +Guatemala,332510,1279637,803,83,206 +Guatemala,332611,198519,803,83,206 +Guatemala,332618,1789410,803,83,206 +Guatemala,332722,2631975,803,83,206 +Guatemala,332911,7147204,803,83,206 +Guatemala,332912,945109,803,83,206 +Guatemala,332913,790814,803,83,206 +Guatemala,332919,2946849,803,83,206 +Guatemala,332991,2179768,803,83,206 +Guatemala,332992,420912,803,83,206 +Guatemala,332994,1774870,803,83,206 +Guatemala,332995,3395,803,83,206 +Guatemala,332997,9107,803,83,206 +Guatemala,332998,440856,803,83,206 +Guatemala,332999,10941339,803,83,206 +Guatemala,333111,28979703,803,83,206 +Guatemala,333120,41464571,803,83,206 +Guatemala,333131,7686958,803,83,206 +Guatemala,333132,10205374,803,83,206 +Guatemala,333210,1427123,803,83,206 +Guatemala,333220,1329140,803,83,206 +Guatemala,333291,2084209,803,83,206 +Guatemala,333292,4108471,803,83,206 +Guatemala,333293,9173156,803,83,206 +Guatemala,333294,15287200,803,83,206 +Guatemala,333295,176176,803,83,206 +Guatemala,333298,427158,803,83,206 +Guatemala,333311,189998,803,83,206 +Guatemala,333313,11094117,803,83,206 +Guatemala,333314,1365353,803,83,206 +Guatemala,333315,2754713,803,83,206 +Guatemala,333319,2573879,803,83,206 +Guatemala,333411,476975,803,83,206 +Guatemala,333412,1079565,803,83,206 +Guatemala,333414,763756,803,83,206 +Guatemala,333415,17254447,803,83,206 +Guatemala,333511,1314598,803,83,206 +Guatemala,333512,1273120,803,83,206 +Guatemala,333513,2059130,803,83,206 +Guatemala,333514,250753,803,83,206 +Guatemala,333515,935296,803,83,206 +Guatemala,333516,91789,803,83,206 +Guatemala,333611,2446434,803,83,206 +Guatemala,333612,2983164,803,83,206 +Guatemala,333613,2010617,803,83,206 +Guatemala,333618,11672540,803,83,206 +Guatemala,333911,8823727,803,83,206 +Guatemala,333912,4776332,803,83,206 +Guatemala,333913,1076259,803,83,206 +Guatemala,333921,119836,803,83,206 +Guatemala,333922,2381416,803,83,206 +Guatemala,333923,430659,803,83,206 +Guatemala,333924,6121998,803,83,206 +Guatemala,333991,1536011,803,83,206 +Guatemala,333992,2960225,803,83,206 +Guatemala,333993,2333111,803,83,206 +Guatemala,333994,1265505,803,83,206 +Guatemala,333995,1419939,803,83,206 +Guatemala,333996,3154158,803,83,206 +Guatemala,333997,1566598,803,83,206 +Guatemala,333999,19920522,803,83,206 +Guatemala,334111,42206087,803,83,206 +Guatemala,334112,2724706,803,83,206 +Guatemala,334119,110743163,803,83,206 +Guatemala,334210,3315512,803,83,206 +Guatemala,334220,175491701,803,83,206 +Guatemala,334290,1422780,803,83,206 +Guatemala,334310,12357081,803,83,206 +Guatemala,334411,179191,803,83,206 +Guatemala,334412,33435,803,83,206 +Guatemala,334413,29158288,803,83,206 +Guatemala,334414,2476750,803,83,206 +Guatemala,334415,35656,803,83,206 +Guatemala,334416,1279337,803,83,206 +Guatemala,334417,4823286,803,83,206 +Guatemala,334418,1448542,803,83,206 +Guatemala,334419,8616579,803,83,206 +Guatemala,334510,6216061,803,83,206 +Guatemala,334511,706292,803,83,206 +Guatemala,334512,439028,803,83,206 +Guatemala,334513,3384797,803,83,206 +Guatemala,334514,120956,803,83,206 +Guatemala,334515,6532002,803,83,206 +Guatemala,334516,2613213,803,83,206 +Guatemala,334517,1678128,803,83,206 +Guatemala,334518,1716021,803,83,206 +Guatemala,334519,1822633,803,83,206 +Guatemala,334612,133911,803,83,206 +Guatemala,334613,764477,803,83,206 +Guatemala,335110,1610900,803,83,206 +Guatemala,335121,145802,803,83,206 +Guatemala,335129,4657829,803,83,206 +Guatemala,335211,7498834,803,83,206 +Guatemala,335212,338501,803,83,206 +Guatemala,335221,2166307,803,83,206 +Guatemala,335222,2818402,803,83,206 +Guatemala,335224,8833109,803,83,206 +Guatemala,335228,2247368,803,83,206 +Guatemala,335311,3151262,803,83,206 +Guatemala,335312,11568724,803,83,206 +Guatemala,335313,6208555,803,83,206 +Guatemala,335314,2432155,803,83,206 +Guatemala,335911,5692124,803,83,206 +Guatemala,335912,3036465,803,83,206 +Guatemala,335921,1097820,803,83,206 +Guatemala,335929,4495039,803,83,206 +Guatemala,335931,1376907,803,83,206 +Guatemala,335932,529596,803,83,206 +Guatemala,335991,99315,803,83,206 +Guatemala,335999,2773843,803,83,206 +Guatemala,336111,85954080,803,83,206 +Guatemala,336120,26877112,803,83,206 +Guatemala,336211,395288,803,83,206 +Guatemala,336212,1333966,803,83,206 +Guatemala,336214,630354,803,83,206 +Guatemala,336311,2611293,803,83,206 +Guatemala,336321,256436,803,83,206 +Guatemala,336322,4170131,803,83,206 +Guatemala,336330,1964858,803,83,206 +Guatemala,336340,1470258,803,83,206 +Guatemala,336350,3312165,803,83,206 +Guatemala,336360,31546,803,83,206 +Guatemala,336370,133753,803,83,206 +Guatemala,336391,166766,803,83,206 +Guatemala,336399,58836326,803,83,206 +Guatemala,336412,171528,803,83,206 +Guatemala,336413,177254,803,83,206 +Guatemala,336415,4100,803,83,206 +Guatemala,336419,48323,803,83,206 +Guatemala,336510,6645480,803,83,206 +Guatemala,336611,341935,803,83,206 +Guatemala,336612,5925911,803,83,206 +Guatemala,336991,3506552,803,83,206 +Guatemala,337110,9647,803,83,206 +Guatemala,337121,8495,803,83,206 +Guatemala,337124,979721,803,83,206 +Guatemala,337127,5452773,803,83,206 +Guatemala,337129,3530,803,83,206 +Guatemala,337211,424948,803,83,206 +Guatemala,337214,385394,803,83,206 +Guatemala,337215,2403045,803,83,206 +Guatemala,337910,124220,803,83,206 +Guatemala,337920,112286,803,83,206 +Guatemala,339112,30549737,803,83,206 +Guatemala,339113,4971418,803,83,206 +Guatemala,339114,2076958,803,83,206 +Guatemala,339115,3346261,803,83,206 +Guatemala,339911,20485984,803,83,206 +Guatemala,339912,95102,803,83,206 +Guatemala,339913,5121336,803,83,206 +Guatemala,339914,979610,803,83,206 +Guatemala,339920,2822749,803,83,206 +Guatemala,339932,7312653,803,83,206 +Guatemala,339941,188069,803,83,206 +Guatemala,339942,143888,803,83,206 +Guatemala,339943,120270,803,83,206 +Guatemala,339944,3102066,803,83,206 +Guatemala,339950,82662,803,83,206 +Guatemala,339991,4893244,803,83,206 +Guatemala,339992,3290552,803,83,206 +Guatemala,339993,3045653,803,83,206 +Guatemala,339994,251123,803,83,206 +Guatemala,339999,4138760,803,83,206 +Guatemala,511210,2188327,803,83,206 +Guatemala,910000,9174784,803,83,206 +Guatemala,920000,38197892,803,83,206 +Guatemala,990000,393702718,803,83,206 +Guinea,111140,1799400,805,84,207 +Guinea,113210,39396,805,84,207 +Guinea,211112,8971,805,84,207 +Guinea,212299,15000,805,84,207 +Guinea,212311,3416,805,84,207 +Guinea,212322,6864,805,84,207 +Guinea,212393,33801,805,84,207 +Guinea,311212,2312148,805,84,207 +Guinea,311221,103132,805,84,207 +Guinea,311222,6628,805,84,207 +Guinea,311230,10210,805,84,207 +Guinea,311311,54853,805,84,207 +Guinea,311320,32920,805,84,207 +Guinea,311340,2764,805,84,207 +Guinea,311421,25861,805,84,207 +Guinea,311513,8703,805,84,207 +Guinea,311514,3854,805,84,207 +Guinea,311611,188442,805,84,207 +Guinea,311615,543471,805,84,207 +Guinea,311919,12522,805,84,207 +Guinea,311920,2632,805,84,207 +Guinea,311941,1161243,805,84,207 +Guinea,311999,77448,805,84,207 +Guinea,312111,72927,805,84,207 +Guinea,313210,85875,805,84,207 +Guinea,313221,119504,805,84,207 +Guinea,313320,69000,805,84,207 +Guinea,314912,19470,805,84,207 +Guinea,314999,859310,805,84,207 +Guinea,315223,71048,805,84,207 +Guinea,315224,99993,805,84,207 +Guinea,315228,2679,805,84,207 +Guinea,315232,20561,805,84,207 +Guinea,315292,3000,805,84,207 +Guinea,315991,10840,805,84,207 +Guinea,315992,5450,805,84,207 +Guinea,315999,368777,805,84,207 +Guinea,316211,13000,805,84,207 +Guinea,316219,762978,805,84,207 +Guinea,316991,51203,805,84,207 +Guinea,316999,212934,805,84,207 +Guinea,321114,20817,805,84,207 +Guinea,321212,24377,805,84,207 +Guinea,321920,7625,805,84,207 +Guinea,321999,12000,805,84,207 +Guinea,322121,40590,805,84,207 +Guinea,322222,65051,805,84,207 +Guinea,322291,59190,805,84,207 +Guinea,323117,25745,805,84,207 +Guinea,323118,7375,805,84,207 +Guinea,323119,22724,805,84,207 +Guinea,324110,244235,805,84,207 +Guinea,325110,26614,805,84,207 +Guinea,325120,19577,805,84,207 +Guinea,325181,5344559,805,84,207 +Guinea,325182,89248,805,84,207 +Guinea,325188,46080,805,84,207 +Guinea,325199,1173513,805,84,207 +Guinea,325211,5802295,805,84,207 +Guinea,325212,130161,805,84,207 +Guinea,325312,26962,805,84,207 +Guinea,325412,21360,805,84,207 +Guinea,325510,291496,805,84,207 +Guinea,325520,288240,805,84,207 +Guinea,325611,54334,805,84,207 +Guinea,325613,3157,805,84,207 +Guinea,325620,929740,805,84,207 +Guinea,325910,5032,805,84,207 +Guinea,325920,208540,805,84,207 +Guinea,325992,20700,805,84,207 +Guinea,325998,164240,805,84,207 +Guinea,326113,7926,805,84,207 +Guinea,326122,25978,805,84,207 +Guinea,326192,13679,805,84,207 +Guinea,326199,211565,805,84,207 +Guinea,326211,2264945,805,84,207 +Guinea,326220,616110,805,84,207 +Guinea,326299,35102,805,84,207 +Guinea,327112,22502,805,84,207 +Guinea,327113,23597,805,84,207 +Guinea,327121,20000,805,84,207 +Guinea,327212,5333,805,84,207 +Guinea,327910,4836,805,84,207 +Guinea,327999,4301,805,84,207 +Guinea,331111,36059,805,84,207 +Guinea,331312,9989,805,84,207 +Guinea,331421,87822,805,84,207 +Guinea,331422,23555,805,84,207 +Guinea,331491,86841,805,84,207 +Guinea,331511,41937,805,84,207 +Guinea,332212,121908,805,84,207 +Guinea,332312,74207,805,84,207 +Guinea,332321,16896,805,84,207 +Guinea,332322,9484,805,84,207 +Guinea,332323,52791,805,84,207 +Guinea,332410,3950,805,84,207 +Guinea,332420,65676,805,84,207 +Guinea,332510,4004,805,84,207 +Guinea,332618,57410,805,84,207 +Guinea,332722,67343,805,84,207 +Guinea,332911,173475,805,84,207 +Guinea,332912,18799,805,84,207 +Guinea,332919,6194,805,84,207 +Guinea,332991,10611,805,84,207 +Guinea,332999,71865,805,84,207 +Guinea,333111,280294,805,84,207 +Guinea,333120,7209874,805,84,207 +Guinea,333131,2573339,805,84,207 +Guinea,333132,994438,805,84,207 +Guinea,333295,18598,805,84,207 +Guinea,333298,33520,805,84,207 +Guinea,333313,4756,805,84,207 +Guinea,333314,37789,805,84,207 +Guinea,333415,57519,805,84,207 +Guinea,333513,6435,805,84,207 +Guinea,333515,17915,805,84,207 +Guinea,333516,193000,805,84,207 +Guinea,333612,8648,805,84,207 +Guinea,333613,28347,805,84,207 +Guinea,333618,509520,805,84,207 +Guinea,333911,226239,805,84,207 +Guinea,333912,340811,805,84,207 +Guinea,333913,100203,805,84,207 +Guinea,333922,201984,805,84,207 +Guinea,333923,5886,805,84,207 +Guinea,333924,324033,805,84,207 +Guinea,333991,79574,805,84,207 +Guinea,333992,74165,805,84,207 +Guinea,333994,15037,805,84,207 +Guinea,333995,9184,805,84,207 +Guinea,333996,217743,805,84,207 +Guinea,333997,14522,805,84,207 +Guinea,333999,181070,805,84,207 +Guinea,334111,163886,805,84,207 +Guinea,334112,6700,805,84,207 +Guinea,334119,847019,805,84,207 +Guinea,334210,74183,805,84,207 +Guinea,334220,538828,805,84,207 +Guinea,334310,136039,805,84,207 +Guinea,334412,13775,805,84,207 +Guinea,334413,411232,805,84,207 +Guinea,334417,62562,805,84,207 +Guinea,334418,48572,805,84,207 +Guinea,334419,59141,805,84,207 +Guinea,334511,652245,805,84,207 +Guinea,334512,3171,805,84,207 +Guinea,334513,19556,805,84,207 +Guinea,334515,35709,805,84,207 +Guinea,334516,34725,805,84,207 +Guinea,334517,24100,805,84,207 +Guinea,334519,685518,805,84,207 +Guinea,335129,5393,805,84,207 +Guinea,335211,31933,805,84,207 +Guinea,335222,19049,805,84,207 +Guinea,335224,7920,805,84,207 +Guinea,335228,3318,805,84,207 +Guinea,335312,23487,805,84,207 +Guinea,335313,13600,805,84,207 +Guinea,335314,25243,805,84,207 +Guinea,335911,38205,805,84,207 +Guinea,335912,73066,805,84,207 +Guinea,335921,75004,805,84,207 +Guinea,335929,3871,805,84,207 +Guinea,335931,17502,805,84,207 +Guinea,335999,34102,805,84,207 +Guinea,336111,16472504,805,84,207 +Guinea,336120,498249,805,84,207 +Guinea,336211,1391000,805,84,207 +Guinea,336212,210900,805,84,207 +Guinea,336214,68000,805,84,207 +Guinea,336311,166831,805,84,207 +Guinea,336321,7472,805,84,207 +Guinea,336340,7209,805,84,207 +Guinea,336350,5651,805,84,207 +Guinea,336360,9210,805,84,207 +Guinea,336399,1576966,805,84,207 +Guinea,336510,421136,805,84,207 +Guinea,336611,5800,805,84,207 +Guinea,336612,170275,805,84,207 +Guinea,336991,28650,805,84,207 +Guinea,337124,114294,805,84,207 +Guinea,337127,80996,805,84,207 +Guinea,337214,21908,805,84,207 +Guinea,337215,6535,805,84,207 +Guinea,337910,6660,805,84,207 +Guinea,339112,23679,805,84,207 +Guinea,339113,200135,805,84,207 +Guinea,339115,6584,805,84,207 +Guinea,339920,14822,805,84,207 +Guinea,339932,3008,805,84,207 +Guinea,339943,24375,805,84,207 +Guinea,339944,11680,805,84,207 +Guinea,339991,30348,805,84,207 +Guinea,339999,79528,805,84,207 +Guinea,910000,387891,805,84,207 +Guinea,920000,6308098,805,84,207 +Guinea,990000,8554398,805,84,207 +Guinea-Bissau,111130,98988,805,85,208 +Guinea-Bissau,311212,142283,805,85,208 +Guinea-Bissau,311223,1153790,805,85,208 +Guinea-Bissau,311423,716679,805,85,208 +Guinea-Bissau,311611,211850,805,85,208 +Guinea-Bissau,311615,288847,805,85,208 +Guinea-Bissau,311930,4230,805,85,208 +Guinea-Bissau,311941,69267,805,85,208 +Guinea-Bissau,322222,6644,805,85,208 +Guinea-Bissau,324110,45900,805,85,208 +Guinea-Bissau,325211,2592,805,85,208 +Guinea-Bissau,325910,3106,805,85,208 +Guinea-Bissau,326199,71359,805,85,208 +Guinea-Bissau,331422,12745,805,85,208 +Guinea-Bissau,332312,50669,805,85,208 +Guinea-Bissau,333313,2956,805,85,208 +Guinea-Bissau,333999,110000,805,85,208 +Guinea-Bissau,334111,167358,805,85,208 +Guinea-Bissau,334210,5347,805,85,208 +Guinea-Bissau,334220,24037,805,85,208 +Guinea-Bissau,334515,5290,805,85,208 +Guinea-Bissau,335312,3200,805,85,208 +Guinea-Bissau,335313,6698,805,85,208 +Guinea-Bissau,336111,98795,805,85,208 +Guinea-Bissau,336214,5800,805,85,208 +Guinea-Bissau,336991,4950,805,85,208 +Guinea-Bissau,339112,2828,805,85,208 +Guinea-Bissau,920000,7755,805,85,208 +Guinea-Bissau,990000,77617,805,85,208 +Guyana,111130,23436,803,86,209 +Guyana,111140,15315,803,86,209 +Guyana,111150,6605153,803,86,209 +Guyana,111199,111923,803,86,209 +Guyana,111219,942843,803,86,209 +Guyana,111331,702246,803,86,209 +Guyana,111332,785374,803,86,209 +Guyana,111335,33282,803,86,209 +Guyana,111339,15655,803,86,209 +Guyana,111421,28077,803,86,209 +Guyana,111910,266768,803,86,209 +Guyana,111998,8375,803,86,209 +Guyana,112310,6166331,803,86,209 +Guyana,112910,28011,803,86,209 +Guyana,113210,30970,803,86,209 +Guyana,113310,65219,803,86,209 +Guyana,114111,85424,803,86,209 +Guyana,211112,12360,803,86,209 +Guyana,212231,4400,803,86,209 +Guyana,212299,4800,803,86,209 +Guyana,212311,5914,803,86,209 +Guyana,212319,9646,803,86,209 +Guyana,212322,18460,803,86,209 +Guyana,212324,7450,803,86,209 +Guyana,212325,35026,803,86,209 +Guyana,212393,6832,803,86,209 +Guyana,212399,3089378,803,86,209 +Guyana,311111,499412,803,86,209 +Guyana,311119,1615415,803,86,209 +Guyana,311211,187753,803,86,209 +Guyana,311212,14099,803,86,209 +Guyana,311213,3004,803,86,209 +Guyana,311221,242150,803,86,209 +Guyana,311222,7291496,803,86,209 +Guyana,311223,614231,803,86,209 +Guyana,311225,650202,803,86,209 +Guyana,311230,319458,803,86,209 +Guyana,311311,64128,803,86,209 +Guyana,311320,23187,803,86,209 +Guyana,311340,700364,803,86,209 +Guyana,311411,1191248,803,86,209 +Guyana,311421,1945450,803,86,209 +Guyana,311422,13180,803,86,209 +Guyana,311423,80171,803,86,209 +Guyana,311511,108998,803,86,209 +Guyana,311512,397765,803,86,209 +Guyana,311513,494628,803,86,209 +Guyana,311514,1977378,803,86,209 +Guyana,311520,159174,803,86,209 +Guyana,311611,448956,803,86,209 +Guyana,311613,9301,803,86,209 +Guyana,311615,322534,803,86,209 +Guyana,311711,93878,803,86,209 +Guyana,311811,421560,803,86,209 +Guyana,311822,267659,803,86,209 +Guyana,311911,218032,803,86,209 +Guyana,311919,198217,803,86,209 +Guyana,311920,728622,803,86,209 +Guyana,311930,1231327,803,86,209 +Guyana,311941,731824,803,86,209 +Guyana,311942,131865,803,86,209 +Guyana,311999,1739426,803,86,209 +Guyana,312111,566269,803,86,209 +Guyana,312130,36011,803,86,209 +Guyana,312140,16964,803,86,209 +Guyana,312229,82766,803,86,209 +Guyana,313111,3750401,803,86,209 +Guyana,313113,28535,803,86,209 +Guyana,313210,453524,803,86,209 +Guyana,313221,170638,803,86,209 +Guyana,313230,83700,803,86,209 +Guyana,313249,54081,803,86,209 +Guyana,313312,10018,803,86,209 +Guyana,313320,8954,803,86,209 +Guyana,314110,230816,803,86,209 +Guyana,314121,88134,803,86,209 +Guyana,314129,160743,803,86,209 +Guyana,314911,10586,803,86,209 +Guyana,314912,323007,803,86,209 +Guyana,314991,66127,803,86,209 +Guyana,314999,67511,803,86,209 +Guyana,315223,19405,803,86,209 +Guyana,315228,7078,803,86,209 +Guyana,315232,6431,803,86,209 +Guyana,315239,8470,803,86,209 +Guyana,315291,4235,803,86,209 +Guyana,315992,28775,803,86,209 +Guyana,315999,24573,803,86,209 +Guyana,316110,6869,803,86,209 +Guyana,316211,182218,803,86,209 +Guyana,316213,246184,803,86,209 +Guyana,316214,189801,803,86,209 +Guyana,316219,717751,803,86,209 +Guyana,316991,111783,803,86,209 +Guyana,316992,23965,803,86,209 +Guyana,316993,3890,803,86,209 +Guyana,316999,84336,803,86,209 +Guyana,321113,15016,803,86,209 +Guyana,321211,538804,803,86,209 +Guyana,321212,75411,803,86,209 +Guyana,321213,16723,803,86,209 +Guyana,321219,157676,803,86,209 +Guyana,321911,53988,803,86,209 +Guyana,321918,53418,803,86,209 +Guyana,321920,379664,803,86,209 +Guyana,321999,227502,803,86,209 +Guyana,322110,4090,803,86,209 +Guyana,322121,783238,803,86,209 +Guyana,322122,72594,803,86,209 +Guyana,322130,347286,803,86,209 +Guyana,322211,206723,803,86,209 +Guyana,322212,106928,803,86,209 +Guyana,322213,61042,803,86,209 +Guyana,322214,97450,803,86,209 +Guyana,322215,274113,803,86,209 +Guyana,322222,278815,803,86,209 +Guyana,322223,57788,803,86,209 +Guyana,322232,36012,803,86,209 +Guyana,322291,1011506,803,86,209 +Guyana,322299,121292,803,86,209 +Guyana,323117,435036,803,86,209 +Guyana,323118,19296,803,86,209 +Guyana,323119,725105,803,86,209 +Guyana,323122,165074,803,86,209 +Guyana,324110,5331499,803,86,209 +Guyana,324121,2679,803,86,209 +Guyana,324122,180465,803,86,209 +Guyana,325110,3600,803,86,209 +Guyana,325120,8551,803,86,209 +Guyana,325131,2108618,803,86,209 +Guyana,325132,237173,803,86,209 +Guyana,325181,98205,803,86,209 +Guyana,325182,7675,803,86,209 +Guyana,325188,949309,803,86,209 +Guyana,325191,28781,803,86,209 +Guyana,325192,64734,803,86,209 +Guyana,325193,32496,803,86,209 +Guyana,325199,1178407,803,86,209 +Guyana,325211,4590207,803,86,209 +Guyana,325212,81541,803,86,209 +Guyana,325222,48497,803,86,209 +Guyana,325311,751808,803,86,209 +Guyana,325312,446808,803,86,209 +Guyana,325320,779530,803,86,209 +Guyana,325411,347093,803,86,209 +Guyana,325412,1108002,803,86,209 +Guyana,325414,420117,803,86,209 +Guyana,325510,1151094,803,86,209 +Guyana,325520,489329,803,86,209 +Guyana,325611,1894305,803,86,209 +Guyana,325612,150802,803,86,209 +Guyana,325613,491810,803,86,209 +Guyana,325620,1909443,803,86,209 +Guyana,325910,216423,803,86,209 +Guyana,325920,7232,803,86,209 +Guyana,325992,155177,803,86,209 +Guyana,325998,619327,803,86,209 +Guyana,326113,281269,803,86,209 +Guyana,326121,36814,803,86,209 +Guyana,326122,1378890,803,86,209 +Guyana,326160,1638750,803,86,209 +Guyana,326191,15160,803,86,209 +Guyana,326192,33509,803,86,209 +Guyana,326199,2708431,803,86,209 +Guyana,326211,1239920,803,86,209 +Guyana,326212,64018,803,86,209 +Guyana,326220,410293,803,86,209 +Guyana,326299,187519,803,86,209 +Guyana,327111,63567,803,86,209 +Guyana,327112,124756,803,86,209 +Guyana,327113,15906,803,86,209 +Guyana,327121,51081,803,86,209 +Guyana,327122,132261,803,86,209 +Guyana,327123,50294,803,86,209 +Guyana,327124,59130,803,86,209 +Guyana,327125,91658,803,86,209 +Guyana,327211,40458,803,86,209 +Guyana,327212,168279,803,86,209 +Guyana,327213,315300,803,86,209 +Guyana,327215,22000,803,86,209 +Guyana,327310,77058,803,86,209 +Guyana,327331,6048,803,86,209 +Guyana,327390,282562,803,86,209 +Guyana,327420,144267,803,86,209 +Guyana,327910,56005,803,86,209 +Guyana,327991,103252,803,86,209 +Guyana,327992,24327,803,86,209 +Guyana,327993,70902,803,86,209 +Guyana,327999,340472,803,86,209 +Guyana,331111,3508519,803,86,209 +Guyana,331222,130583,803,86,209 +Guyana,331315,136512,803,86,209 +Guyana,331316,23623,803,86,209 +Guyana,331319,122500,803,86,209 +Guyana,331411,62875,803,86,209 +Guyana,331419,60224,803,86,209 +Guyana,331421,38736,803,86,209 +Guyana,331422,367002,803,86,209 +Guyana,331491,283307,803,86,209 +Guyana,331511,74845,803,86,209 +Guyana,332115,65388,803,86,209 +Guyana,332211,45262,803,86,209 +Guyana,332212,386900,803,86,209 +Guyana,332213,135257,803,86,209 +Guyana,332311,232275,803,86,209 +Guyana,332312,609672,803,86,209 +Guyana,332321,341541,803,86,209 +Guyana,332322,60529,803,86,209 +Guyana,332323,3335,803,86,209 +Guyana,332410,203873,803,86,209 +Guyana,332420,136697,803,86,209 +Guyana,332439,142636,803,86,209 +Guyana,332510,487970,803,86,209 +Guyana,332611,9755,803,86,209 +Guyana,332618,459588,803,86,209 +Guyana,332722,289139,803,86,209 +Guyana,332911,404947,803,86,209 +Guyana,332912,153744,803,86,209 +Guyana,332913,20053,803,86,209 +Guyana,332919,115168,803,86,209 +Guyana,332991,356090,803,86,209 +Guyana,332992,1915606,803,86,209 +Guyana,332994,119714,803,86,209 +Guyana,332998,5996,803,86,209 +Guyana,332999,990595,803,86,209 +Guyana,333111,3950499,803,86,209 +Guyana,333120,17412582,803,86,209 +Guyana,333131,412155,803,86,209 +Guyana,333132,17236897,803,86,209 +Guyana,333210,621879,803,86,209 +Guyana,333220,193701,803,86,209 +Guyana,333291,13363,803,86,209 +Guyana,333292,778742,803,86,209 +Guyana,333293,528203,803,86,209 +Guyana,333294,779819,803,86,209 +Guyana,333295,4760,803,86,209 +Guyana,333298,37258,803,86,209 +Guyana,333313,860854,803,86,209 +Guyana,333314,32942,803,86,209 +Guyana,333315,69831,803,86,209 +Guyana,333319,210378,803,86,209 +Guyana,333411,26011,803,86,209 +Guyana,333412,108983,803,86,209 +Guyana,333414,67838,803,86,209 +Guyana,333415,1595825,803,86,209 +Guyana,333512,77155,803,86,209 +Guyana,333513,27523,803,86,209 +Guyana,333514,25687,803,86,209 +Guyana,333515,190895,803,86,209 +Guyana,333516,3718,803,86,209 +Guyana,333611,81695,803,86,209 +Guyana,333612,549472,803,86,209 +Guyana,333613,277528,803,86,209 +Guyana,333618,2724610,803,86,209 +Guyana,333911,952317,803,86,209 +Guyana,333912,800516,803,86,209 +Guyana,333913,70367,803,86,209 +Guyana,333921,23347,803,86,209 +Guyana,333922,92999,803,86,209 +Guyana,333923,23018,803,86,209 +Guyana,333924,4983927,803,86,209 +Guyana,333991,177810,803,86,209 +Guyana,333992,535827,803,86,209 +Guyana,333993,585422,803,86,209 +Guyana,333994,83426,803,86,209 +Guyana,333995,258668,803,86,209 +Guyana,333996,722983,803,86,209 +Guyana,333997,146396,803,86,209 +Guyana,333999,2623477,803,86,209 +Guyana,334111,1027725,803,86,209 +Guyana,334112,78980,803,86,209 +Guyana,334119,4585997,803,86,209 +Guyana,334210,546273,803,86,209 +Guyana,334220,7157792,803,86,209 +Guyana,334290,204068,803,86,209 +Guyana,334310,2143691,803,86,209 +Guyana,334411,12634,803,86,209 +Guyana,334413,421102,803,86,209 +Guyana,334414,26980,803,86,209 +Guyana,334416,1352806,803,86,209 +Guyana,334417,338617,803,86,209 +Guyana,334418,858435,803,86,209 +Guyana,334419,744992,803,86,209 +Guyana,334510,386982,803,86,209 +Guyana,334511,48377,803,86,209 +Guyana,334512,14104,803,86,209 +Guyana,334513,157865,803,86,209 +Guyana,334514,69183,803,86,209 +Guyana,334515,635012,803,86,209 +Guyana,334516,320533,803,86,209 +Guyana,334517,1057483,803,86,209 +Guyana,334518,9652,803,86,209 +Guyana,334519,315464,803,86,209 +Guyana,335110,62621,803,86,209 +Guyana,335121,23262,803,86,209 +Guyana,335129,473881,803,86,209 +Guyana,335211,346376,803,86,209 +Guyana,335212,17995,803,86,209 +Guyana,335221,416883,803,86,209 +Guyana,335222,721346,803,86,209 +Guyana,335224,363476,803,86,209 +Guyana,335228,310423,803,86,209 +Guyana,335311,3820065,803,86,209 +Guyana,335312,5818293,803,86,209 +Guyana,335313,509680,803,86,209 +Guyana,335314,149694,803,86,209 +Guyana,335911,1145583,803,86,209 +Guyana,335912,732118,803,86,209 +Guyana,335921,987626,803,86,209 +Guyana,335929,196457,803,86,209 +Guyana,335931,44537,803,86,209 +Guyana,335932,3788,803,86,209 +Guyana,335991,7627,803,86,209 +Guyana,335999,645691,803,86,209 +Guyana,336111,5120983,803,86,209 +Guyana,336120,1615317,803,86,209 +Guyana,336212,273650,803,86,209 +Guyana,336214,233597,803,86,209 +Guyana,336311,447772,803,86,209 +Guyana,336321,18098,803,86,209 +Guyana,336322,288017,803,86,209 +Guyana,336330,30322,803,86,209 +Guyana,336340,275528,803,86,209 +Guyana,336350,134881,803,86,209 +Guyana,336360,3007,803,86,209 +Guyana,336370,6207,803,86,209 +Guyana,336391,12099,803,86,209 +Guyana,336399,1654540,803,86,209 +Guyana,336412,21794,803,86,209 +Guyana,336413,23496,803,86,209 +Guyana,336510,526821,803,86,209 +Guyana,336611,82474,803,86,209 +Guyana,336612,196684,803,86,209 +Guyana,336991,892954,803,86,209 +Guyana,337110,13711,803,86,209 +Guyana,337124,129420,803,86,209 +Guyana,337127,429839,803,86,209 +Guyana,337214,107025,803,86,209 +Guyana,337215,218756,803,86,209 +Guyana,337920,32171,803,86,209 +Guyana,339112,401607,803,86,209 +Guyana,339113,392255,803,86,209 +Guyana,339114,150367,803,86,209 +Guyana,339115,69626,803,86,209 +Guyana,339911,291538,803,86,209 +Guyana,339912,8758,803,86,209 +Guyana,339914,19852,803,86,209 +Guyana,339920,365534,803,86,209 +Guyana,339932,101511,803,86,209 +Guyana,339941,28614,803,86,209 +Guyana,339942,10589,803,86,209 +Guyana,339944,84969,803,86,209 +Guyana,339950,10359,803,86,209 +Guyana,339991,211065,803,86,209 +Guyana,339992,39861,803,86,209 +Guyana,339993,44642,803,86,209 +Guyana,339994,11134,803,86,209 +Guyana,339999,575955,803,86,209 +Guyana,511210,82950,803,86,209 +Guyana,910000,414220,803,86,209 +Guyana,920000,4020087,803,86,209 +Guyana,990000,61201938,803,86,209 +Haiti,111130,21043647,803,87,210 +Haiti,111150,99937,803,87,210 +Haiti,111160,187472,803,87,210 +Haiti,111199,2295320,803,87,210 +Haiti,111211,40491,803,87,210 +Haiti,111219,2054599,803,87,210 +Haiti,111331,242779,803,87,210 +Haiti,111332,479998,803,87,210 +Haiti,111335,123200,803,87,210 +Haiti,111339,20766,803,87,210 +Haiti,111421,99201,803,87,210 +Haiti,111422,3753,803,87,210 +Haiti,111910,5042724,803,87,210 +Haiti,111920,3240,803,87,210 +Haiti,111998,326600,803,87,210 +Haiti,112310,850404,803,87,210 +Haiti,113210,92240,803,87,210 +Haiti,113310,298530,803,87,210 +Haiti,114111,756073,803,87,210 +Haiti,114112,76102,803,87,210 +Haiti,212319,18004,803,87,210 +Haiti,212325,134336,803,87,210 +Haiti,212393,99293,803,87,210 +Haiti,212399,3283385,803,87,210 +Haiti,311111,729724,803,87,210 +Haiti,311119,33067,803,87,210 +Haiti,311211,10038582,803,87,210 +Haiti,311212,159439557,803,87,210 +Haiti,311221,566560,803,87,210 +Haiti,311222,16303388,803,87,210 +Haiti,311223,3233159,803,87,210 +Haiti,311225,13296574,803,87,210 +Haiti,311230,1296896,803,87,210 +Haiti,311311,450411,803,87,210 +Haiti,311320,164157,803,87,210 +Haiti,311340,199550,803,87,210 +Haiti,311411,5742927,803,87,210 +Haiti,311421,4599543,803,87,210 +Haiti,311422,82048,803,87,210 +Haiti,311423,366113,803,87,210 +Haiti,311511,973495,803,87,210 +Haiti,311512,899822,803,87,210 +Haiti,311513,1432114,803,87,210 +Haiti,311514,17632219,803,87,210 +Haiti,311520,172065,803,87,210 +Haiti,311611,4719454,803,87,210 +Haiti,311613,12905306,803,87,210 +Haiti,311615,45332961,803,87,210 +Haiti,311711,10969,803,87,210 +Haiti,311811,674571,803,87,210 +Haiti,311822,371446,803,87,210 +Haiti,311823,182434,803,87,210 +Haiti,311911,449202,803,87,210 +Haiti,311919,717275,803,87,210 +Haiti,311920,137745,803,87,210 +Haiti,311930,2372396,803,87,210 +Haiti,311941,1496114,803,87,210 +Haiti,311942,403809,803,87,210 +Haiti,311999,14178105,803,87,210 +Haiti,312111,856375,803,87,210 +Haiti,312112,69539,803,87,210 +Haiti,312113,366426,803,87,210 +Haiti,312120,440286,803,87,210 +Haiti,312130,443436,803,87,210 +Haiti,312140,528219,803,87,210 +Haiti,312221,322453,803,87,210 +Haiti,312229,113844,803,87,210 +Haiti,313111,1166819,803,87,210 +Haiti,313113,113501,803,87,210 +Haiti,313210,5243410,803,87,210 +Haiti,313221,16502836,803,87,210 +Haiti,313230,304447,803,87,210 +Haiti,313249,6879493,803,87,210 +Haiti,313312,4487,803,87,210 +Haiti,313320,20215,803,87,210 +Haiti,314110,61728,803,87,210 +Haiti,314121,16525,803,87,210 +Haiti,314129,863687,803,87,210 +Haiti,314911,411646,803,87,210 +Haiti,314912,13895048,803,87,210 +Haiti,314991,113537,803,87,210 +Haiti,314992,34318,803,87,210 +Haiti,314999,218563,803,87,210 +Haiti,315221,434522,803,87,210 +Haiti,315222,78522,803,87,210 +Haiti,315223,1340389,803,87,210 +Haiti,315228,162479,803,87,210 +Haiti,315231,432646,803,87,210 +Haiti,315232,3804,803,87,210 +Haiti,315239,115721,803,87,210 +Haiti,315291,14364,803,87,210 +Haiti,315292,11004,803,87,210 +Haiti,315991,29200,803,87,210 +Haiti,315992,120803,803,87,210 +Haiti,315999,522561,803,87,210 +Haiti,316211,49494,803,87,210 +Haiti,316213,78487,803,87,210 +Haiti,316214,4160,803,87,210 +Haiti,316219,59649,803,87,210 +Haiti,316991,314842,803,87,210 +Haiti,316992,2700,803,87,210 +Haiti,316993,1813669,803,87,210 +Haiti,316999,38606,803,87,210 +Haiti,321113,17444730,803,87,210 +Haiti,321114,12063029,803,87,210 +Haiti,321211,1714127,803,87,210 +Haiti,321212,6692895,803,87,210 +Haiti,321213,811339,803,87,210 +Haiti,321219,747609,803,87,210 +Haiti,321911,40705,803,87,210 +Haiti,321918,243381,803,87,210 +Haiti,321991,490171,803,87,210 +Haiti,321992,588465,803,87,210 +Haiti,321999,671761,803,87,210 +Haiti,322121,3480346,803,87,210 +Haiti,322122,1179004,803,87,210 +Haiti,322130,2135722,803,87,210 +Haiti,322211,345388,803,87,210 +Haiti,322212,32990,803,87,210 +Haiti,322213,22542,803,87,210 +Haiti,322215,115755,803,87,210 +Haiti,322222,387926,803,87,210 +Haiti,322223,712116,803,87,210 +Haiti,322232,243196,803,87,210 +Haiti,322233,45593,803,87,210 +Haiti,322291,787382,803,87,210 +Haiti,322299,133012,803,87,210 +Haiti,323117,894946,803,87,210 +Haiti,323118,102233,803,87,210 +Haiti,323119,2108801,803,87,210 +Haiti,323122,86977,803,87,210 +Haiti,324110,26776736,803,87,210 +Haiti,324122,26412,803,87,210 +Haiti,325110,6980,803,87,210 +Haiti,325120,77730,803,87,210 +Haiti,325131,1466673,803,87,210 +Haiti,325132,1135009,803,87,210 +Haiti,325181,828125,803,87,210 +Haiti,325182,22276,803,87,210 +Haiti,325188,956386,803,87,210 +Haiti,325191,14652,803,87,210 +Haiti,325192,172434,803,87,210 +Haiti,325193,214393,803,87,210 +Haiti,325199,2706851,803,87,210 +Haiti,325211,12275591,803,87,210 +Haiti,325212,120803,803,87,210 +Haiti,325222,51025,803,87,210 +Haiti,325311,277555,803,87,210 +Haiti,325312,29400,803,87,210 +Haiti,325320,162998,803,87,210 +Haiti,325411,922348,803,87,210 +Haiti,325412,2819024,803,87,210 +Haiti,325414,1437251,803,87,210 +Haiti,325510,1535457,803,87,210 +Haiti,325520,486825,803,87,210 +Haiti,325611,2106646,803,87,210 +Haiti,325612,272352,803,87,210 +Haiti,325613,1599650,803,87,210 +Haiti,325620,5761068,803,87,210 +Haiti,325910,415188,803,87,210 +Haiti,325920,5888,803,87,210 +Haiti,325992,196647,803,87,210 +Haiti,325998,1609489,803,87,210 +Haiti,326113,833153,803,87,210 +Haiti,326121,23612,803,87,210 +Haiti,326122,544235,803,87,210 +Haiti,326160,2440721,803,87,210 +Haiti,326191,628565,803,87,210 +Haiti,326192,12168,803,87,210 +Haiti,326199,12300547,803,87,210 +Haiti,326211,3102566,803,87,210 +Haiti,326212,32720,803,87,210 +Haiti,326220,101020,803,87,210 +Haiti,326299,392274,803,87,210 +Haiti,327111,771231,803,87,210 +Haiti,327112,2679631,803,87,210 +Haiti,327113,48890,803,87,210 +Haiti,327121,34291,803,87,210 +Haiti,327122,72699,803,87,210 +Haiti,327124,27708,803,87,210 +Haiti,327125,10231,803,87,210 +Haiti,327211,185629,803,87,210 +Haiti,327212,287063,803,87,210 +Haiti,327213,56150,803,87,210 +Haiti,327215,118863,803,87,210 +Haiti,327310,1056348,803,87,210 +Haiti,327331,180226,803,87,210 +Haiti,327390,1063825,803,87,210 +Haiti,327420,151325,803,87,210 +Haiti,327910,20467,803,87,210 +Haiti,327991,15799,803,87,210 +Haiti,327992,8751,803,87,210 +Haiti,327993,78243,803,87,210 +Haiti,327999,795845,803,87,210 +Haiti,331111,3890596,803,87,210 +Haiti,331222,857883,803,87,210 +Haiti,331312,82196,803,87,210 +Haiti,331314,9829,803,87,210 +Haiti,331315,269084,803,87,210 +Haiti,331316,191916,803,87,210 +Haiti,331319,528015,803,87,210 +Haiti,331419,1081805,803,87,210 +Haiti,331421,104355,803,87,210 +Haiti,331422,897172,803,87,210 +Haiti,331491,51603,803,87,210 +Haiti,331492,105468,803,87,210 +Haiti,331511,744373,803,87,210 +Haiti,332115,384644,803,87,210 +Haiti,332211,366994,803,87,210 +Haiti,332212,1074905,803,87,210 +Haiti,332213,177615,803,87,210 +Haiti,332214,27512,803,87,210 +Haiti,332311,3555176,803,87,210 +Haiti,332312,9488018,803,87,210 +Haiti,332321,311829,803,87,210 +Haiti,332322,5677471,803,87,210 +Haiti,332323,295439,803,87,210 +Haiti,332410,504814,803,87,210 +Haiti,332420,3332700,803,87,210 +Haiti,332431,202039,803,87,210 +Haiti,332439,271262,803,87,210 +Haiti,332510,621115,803,87,210 +Haiti,332611,2690,803,87,210 +Haiti,332618,902375,803,87,210 +Haiti,332722,1102314,803,87,210 +Haiti,332911,303742,803,87,210 +Haiti,332912,45761,803,87,210 +Haiti,332913,240995,803,87,210 +Haiti,332919,293884,803,87,210 +Haiti,332991,64447,803,87,210 +Haiti,332992,193320,803,87,210 +Haiti,332994,110774,803,87,210 +Haiti,332995,32000,803,87,210 +Haiti,332998,317357,803,87,210 +Haiti,332999,1614605,803,87,210 +Haiti,333111,1373873,803,87,210 +Haiti,333120,24538641,803,87,210 +Haiti,333131,645625,803,87,210 +Haiti,333132,971794,803,87,210 +Haiti,333210,146854,803,87,210 +Haiti,333220,361392,803,87,210 +Haiti,333291,214317,803,87,210 +Haiti,333292,124564,803,87,210 +Haiti,333293,1091477,803,87,210 +Haiti,333294,1533102,803,87,210 +Haiti,333295,13792,803,87,210 +Haiti,333298,35389,803,87,210 +Haiti,333313,1237757,803,87,210 +Haiti,333314,137087,803,87,210 +Haiti,333315,220835,803,87,210 +Haiti,333319,44259,803,87,210 +Haiti,333411,25073,803,87,210 +Haiti,333412,161229,803,87,210 +Haiti,333414,45732,803,87,210 +Haiti,333415,3645027,803,87,210 +Haiti,333511,77810,803,87,210 +Haiti,333512,22312,803,87,210 +Haiti,333513,239773,803,87,210 +Haiti,333515,248964,803,87,210 +Haiti,333516,32824,803,87,210 +Haiti,333611,110513,803,87,210 +Haiti,333612,34570,803,87,210 +Haiti,333613,191255,803,87,210 +Haiti,333618,959934,803,87,210 +Haiti,333911,465727,803,87,210 +Haiti,333912,513354,803,87,210 +Haiti,333913,371185,803,87,210 +Haiti,333921,38048,803,87,210 +Haiti,333922,708248,803,87,210 +Haiti,333923,871933,803,87,210 +Haiti,333924,10496368,803,87,210 +Haiti,333991,508753,803,87,210 +Haiti,333992,912796,803,87,210 +Haiti,333993,1158877,803,87,210 +Haiti,333994,260377,803,87,210 +Haiti,333995,21462,803,87,210 +Haiti,333996,267622,803,87,210 +Haiti,333997,78115,803,87,210 +Haiti,333999,4358375,803,87,210 +Haiti,334111,4415653,803,87,210 +Haiti,334112,487345,803,87,210 +Haiti,334119,4981306,803,87,210 +Haiti,334210,1187393,803,87,210 +Haiti,334220,43647900,803,87,210 +Haiti,334290,341243,803,87,210 +Haiti,334310,2134858,803,87,210 +Haiti,334411,3599,803,87,210 +Haiti,334412,5741,803,87,210 +Haiti,334413,1751176,803,87,210 +Haiti,334416,109712,803,87,210 +Haiti,334417,361219,803,87,210 +Haiti,334418,158816,803,87,210 +Haiti,334419,3798256,803,87,210 +Haiti,334510,776137,803,87,210 +Haiti,334511,143872,803,87,210 +Haiti,334513,622022,803,87,210 +Haiti,334514,45636,803,87,210 +Haiti,334515,3695996,803,87,210 +Haiti,334516,987460,803,87,210 +Haiti,334517,782424,803,87,210 +Haiti,334518,109909,803,87,210 +Haiti,334519,300845,803,87,210 +Haiti,334612,71946,803,87,210 +Haiti,335110,87309,803,87,210 +Haiti,335121,54177,803,87,210 +Haiti,335129,1428999,803,87,210 +Haiti,335211,1257313,803,87,210 +Haiti,335221,345479,803,87,210 +Haiti,335222,875524,803,87,210 +Haiti,335224,509771,803,87,210 +Haiti,335228,279334,803,87,210 +Haiti,335311,2902392,803,87,210 +Haiti,335312,9045429,803,87,210 +Haiti,335313,977081,803,87,210 +Haiti,335314,470100,803,87,210 +Haiti,335911,8702492,803,87,210 +Haiti,335912,260022,803,87,210 +Haiti,335921,56951,803,87,210 +Haiti,335929,2986098,803,87,210 +Haiti,335931,773896,803,87,210 +Haiti,335932,171321,803,87,210 +Haiti,335991,51123,803,87,210 +Haiti,335999,701962,803,87,210 +Haiti,336111,7410857,803,87,210 +Haiti,336120,16208401,803,87,210 +Haiti,336211,10750,803,87,210 +Haiti,336212,3827134,803,87,210 +Haiti,336214,4785583,803,87,210 +Haiti,336311,111788,803,87,210 +Haiti,336321,42500,803,87,210 +Haiti,336322,1435206,803,87,210 +Haiti,336330,5600,803,87,210 +Haiti,336340,330831,803,87,210 +Haiti,336350,148623,803,87,210 +Haiti,336360,9423,803,87,210 +Haiti,336391,15470,803,87,210 +Haiti,336399,2876368,803,87,210 +Haiti,336412,6771,803,87,210 +Haiti,336413,1648965,803,87,210 +Haiti,336419,1.00E+05,803,87,210 +Haiti,336510,894821,803,87,210 +Haiti,336611,1663325,803,87,210 +Haiti,336612,258053,803,87,210 +Haiti,336991,412087,803,87,210 +Haiti,337110,34669,803,87,210 +Haiti,337121,3950,803,87,210 +Haiti,337124,556026,803,87,210 +Haiti,337127,3515024,803,87,210 +Haiti,337211,496740,803,87,210 +Haiti,337214,602089,803,87,210 +Haiti,337215,1127286,803,87,210 +Haiti,337910,116549,803,87,210 +Haiti,337920,17563,803,87,210 +Haiti,339112,3855820,803,87,210 +Haiti,339113,2294580,803,87,210 +Haiti,339114,12158,803,87,210 +Haiti,339115,111999,803,87,210 +Haiti,339911,156546,803,87,210 +Haiti,339912,3340,803,87,210 +Haiti,339914,31050,803,87,210 +Haiti,339920,342974,803,87,210 +Haiti,339932,176951,803,87,210 +Haiti,339941,122865,803,87,210 +Haiti,339942,29119,803,87,210 +Haiti,339943,12557,803,87,210 +Haiti,339944,460388,803,87,210 +Haiti,339950,38166,803,87,210 +Haiti,339991,94469,803,87,210 +Haiti,339992,30287,803,87,210 +Haiti,339993,632425,803,87,210 +Haiti,339994,105100,803,87,210 +Haiti,339999,444494,803,87,210 +Haiti,511210,52589,803,87,210 +Haiti,910000,582398,803,87,210 +Haiti,920000,12983926,803,87,210 +Haiti,990000,371147982,803,87,210 +Heard Island and McDonald Islands,312140,5428,805,88,211 +Heard Island and McDonald Islands,313111,120153,805,88,211 +Heard Island and McDonald Islands,316999,15833,805,88,211 +Heard Island and McDonald Islands,326199,13519,805,88,211 +Heard Island and McDonald Islands,336111,8000,805,88,211 +Heard Island and McDonald Islands,336399,3000,805,88,211 +Heard Island and McDonald Islands,511210,3075391,805,88,211 +Heard Island and McDonald Islands,990000,413636,805,88,211 +Holy See,113210,220121,804,89,212 +Holy See,113310,41672,804,89,212 +Holy See,321113,40251,804,89,212 +Holy See,325131,4797,804,89,212 +Holy See,325188,88149,804,89,212 +Holy See,325192,85837,804,89,212 +Holy See,325199,18349,804,89,212 +Holy See,325211,11544,804,89,212 +Holy See,325212,171142,804,89,212 +Holy See,325613,4055,804,89,212 +Holy See,325620,157387,804,89,212 +Holy See,326160,17104,804,89,212 +Holy See,326199,6000,804,89,212 +Holy See,327124,32272,804,89,212 +Holy See,327125,13636,804,89,212 +Holy See,331111,39672,804,89,212 +Holy See,331491,47877,804,89,212 +Holy See,332618,13725,804,89,212 +Holy See,332911,16721,804,89,212 +Holy See,332999,11460,804,89,212 +Holy See,333111,140775,804,89,212 +Holy See,333120,200050,804,89,212 +Holy See,333220,860000,804,89,212 +Holy See,333293,179219,804,89,212 +Holy See,333618,30275,804,89,212 +Holy See,333999,25529,804,89,212 +Holy See,334111,8174,804,89,212 +Holy See,334310,2700,804,89,212 +Holy See,334419,41964,804,89,212 +Holy See,335228,130637,804,89,212 +Holy See,336111,122870,804,89,212 +Holy See,336330,119643,804,89,212 +Holy See,339914,96390,804,89,212 +Holy See,339991,14072,804,89,212 +Holy See,339999,79565,804,89,212 +Holy See,990000,99831,804,89,212 +Honduras,111130,82628,803,90,213 +Honduras,111140,43623880,803,90,213 +Honduras,111150,70018188,803,90,213 +Honduras,111160,39730757,803,90,213 +Honduras,111199,1799206,803,90,213 +Honduras,111211,706486,803,90,213 +Honduras,111219,7049122,803,90,213 +Honduras,111310,145260,803,90,213 +Honduras,111331,8063346,803,90,213 +Honduras,111332,6501218,803,90,213 +Honduras,111335,199346,803,90,213 +Honduras,111339,2650463,803,90,213 +Honduras,111411,3900,803,90,213 +Honduras,111421,97787,803,90,213 +Honduras,111910,6078171,803,90,213 +Honduras,111920,283606,803,90,213 +Honduras,111991,2932,803,90,213 +Honduras,111992,239623,803,90,213 +Honduras,111998,115985,803,90,213 +Honduras,112111,336853,803,90,213 +Honduras,112210,23348,803,90,213 +Honduras,112310,3572220,803,90,213 +Honduras,112910,8729,803,90,213 +Honduras,112920,107688,803,90,213 +Honduras,112990,15300,803,90,213 +Honduras,113210,406200,803,90,213 +Honduras,113310,192952,803,90,213 +Honduras,114111,2005451,803,90,213 +Honduras,114112,672933,803,90,213 +Honduras,114119,91846,803,90,213 +Honduras,211112,167379408,803,90,213 +Honduras,212112,4631800,803,90,213 +Honduras,212113,5742,803,90,213 +Honduras,212311,147690,803,90,213 +Honduras,212319,43337,803,90,213 +Honduras,212322,107054,803,90,213 +Honduras,212324,335785,803,90,213 +Honduras,212325,181101,803,90,213 +Honduras,212393,866684,803,90,213 +Honduras,212399,5457033,803,90,213 +Honduras,311111,1020841,803,90,213 +Honduras,311119,5292048,803,90,213 +Honduras,311211,1885080,803,90,213 +Honduras,311212,6470238,803,90,213 +Honduras,311221,11505219,803,90,213 +Honduras,311222,59251260,803,90,213 +Honduras,311223,920248,803,90,213 +Honduras,311225,1272423,803,90,213 +Honduras,311230,2417606,803,90,213 +Honduras,311311,92582,803,90,213 +Honduras,311320,3373906,803,90,213 +Honduras,311340,4846499,803,90,213 +Honduras,311411,6174698,803,90,213 +Honduras,311421,7048945,803,90,213 +Honduras,311422,1058436,803,90,213 +Honduras,311423,1015813,803,90,213 +Honduras,311511,94127,803,90,213 +Honduras,311512,3277879,803,90,213 +Honduras,311513,6046453,803,90,213 +Honduras,311514,4179006,803,90,213 +Honduras,311520,602334,803,90,213 +Honduras,311611,48267744,803,90,213 +Honduras,311613,30504666,803,90,213 +Honduras,311615,11191479,803,90,213 +Honduras,311711,546653,803,90,213 +Honduras,311811,1294974,803,90,213 +Honduras,311822,3298434,803,90,213 +Honduras,311823,6845,803,90,213 +Honduras,311911,733677,803,90,213 +Honduras,311919,2760937,803,90,213 +Honduras,311920,578911,803,90,213 +Honduras,311930,1249842,803,90,213 +Honduras,311941,3460035,803,90,213 +Honduras,311942,1140164,803,90,213 +Honduras,311999,27998129,803,90,213 +Honduras,312111,1399244,803,90,213 +Honduras,312120,7748549,803,90,213 +Honduras,312130,1124256,803,90,213 +Honduras,312140,657120,803,90,213 +Honduras,312221,36958,803,90,213 +Honduras,312229,241763,803,90,213 +Honduras,313111,931506815,803,90,213 +Honduras,313113,2578343,803,90,213 +Honduras,313210,71044136,803,90,213 +Honduras,313221,64963201,803,90,213 +Honduras,313230,35915828,803,90,213 +Honduras,313249,96121525,803,90,213 +Honduras,313312,8501938,803,90,213 +Honduras,313320,11043262,803,90,213 +Honduras,314110,874068,803,90,213 +Honduras,314121,46896,803,90,213 +Honduras,314129,1501676,803,90,213 +Honduras,314911,366714,803,90,213 +Honduras,314912,86062,803,90,213 +Honduras,314991,1693402,803,90,213 +Honduras,314992,1140675,803,90,213 +Honduras,314999,12964554,803,90,213 +Honduras,315111,86573528,803,90,213 +Honduras,315221,1115144,803,90,213 +Honduras,315222,53733,803,90,213 +Honduras,315223,4462771,803,90,213 +Honduras,315224,34710925,803,90,213 +Honduras,315228,7636767,803,90,213 +Honduras,315231,2642034,803,90,213 +Honduras,315232,2771833,803,90,213 +Honduras,315233,621965,803,90,213 +Honduras,315234,302061,803,90,213 +Honduras,315239,1771176,803,90,213 +Honduras,315291,6424422,803,90,213 +Honduras,315292,284946,803,90,213 +Honduras,315991,23855,803,90,213 +Honduras,315992,14894,803,90,213 +Honduras,315993,33176,803,90,213 +Honduras,315999,23480908,803,90,213 +Honduras,316110,41674,803,90,213 +Honduras,316211,2280144,803,90,213 +Honduras,316212,505979,803,90,213 +Honduras,316213,1092389,803,90,213 +Honduras,316214,2457835,803,90,213 +Honduras,316219,7717112,803,90,213 +Honduras,316991,380875,803,90,213 +Honduras,316992,217011,803,90,213 +Honduras,316993,265665,803,90,213 +Honduras,316999,2606146,803,90,213 +Honduras,321113,977234,803,90,213 +Honduras,321211,1343457,803,90,213 +Honduras,321212,208829,803,90,213 +Honduras,321213,37897,803,90,213 +Honduras,321219,977890,803,90,213 +Honduras,321911,140966,803,90,213 +Honduras,321918,366363,803,90,213 +Honduras,321920,1788055,803,90,213 +Honduras,321991,3000,803,90,213 +Honduras,321992,10638,803,90,213 +Honduras,321999,667034,803,90,213 +Honduras,322110,6881,803,90,213 +Honduras,322121,4686813,803,90,213 +Honduras,322122,15227337,803,90,213 +Honduras,322130,71134072,803,90,213 +Honduras,322211,13991382,803,90,213 +Honduras,322212,1147841,803,90,213 +Honduras,322213,131332,803,90,213 +Honduras,322214,149512,803,90,213 +Honduras,322215,1035229,803,90,213 +Honduras,322222,8751116,803,90,213 +Honduras,322223,7146614,803,90,213 +Honduras,322233,145178,803,90,213 +Honduras,322291,3460856,803,90,213 +Honduras,322299,1317139,803,90,213 +Honduras,323116,6098,803,90,213 +Honduras,323117,4055253,803,90,213 +Honduras,323118,103998,803,90,213 +Honduras,323119,14138755,803,90,213 +Honduras,323122,558627,803,90,213 +Honduras,324110,816523871,803,90,213 +Honduras,324121,28685,803,90,213 +Honduras,324122,395531,803,90,213 +Honduras,325110,517325,803,90,213 +Honduras,325120,80100,803,90,213 +Honduras,325131,1484423,803,90,213 +Honduras,325132,3407434,803,90,213 +Honduras,325181,5999374,803,90,213 +Honduras,325188,8888494,803,90,213 +Honduras,325191,212976,803,90,213 +Honduras,325192,17986178,803,90,213 +Honduras,325193,5940,803,90,213 +Honduras,325199,17069633,803,90,213 +Honduras,325211,79635564,803,90,213 +Honduras,325212,457391,803,90,213 +Honduras,325221,2835515,803,90,213 +Honduras,325222,32649866,803,90,213 +Honduras,325311,3810789,803,90,213 +Honduras,325312,35528699,803,90,213 +Honduras,325320,5325289,803,90,213 +Honduras,325411,3515035,803,90,213 +Honduras,325412,3107004,803,90,213 +Honduras,325414,6576017,803,90,213 +Honduras,325510,3772498,803,90,213 +Honduras,325520,3983447,803,90,213 +Honduras,325611,3454805,803,90,213 +Honduras,325612,393216,803,90,213 +Honduras,325613,11499352,803,90,213 +Honduras,325620,8722085,803,90,213 +Honduras,325910,7400465,803,90,213 +Honduras,325920,11373,803,90,213 +Honduras,325992,2705365,803,90,213 +Honduras,325998,5651169,803,90,213 +Honduras,326113,17572561,803,90,213 +Honduras,326121,2192746,803,90,213 +Honduras,326122,1780153,803,90,213 +Honduras,326160,1379929,803,90,213 +Honduras,326191,92979,803,90,213 +Honduras,326192,119409,803,90,213 +Honduras,326199,45140165,803,90,213 +Honduras,326211,6959187,803,90,213 +Honduras,326212,356088,803,90,213 +Honduras,326220,6933018,803,90,213 +Honduras,326299,3418698,803,90,213 +Honduras,327111,136975,803,90,213 +Honduras,327112,417768,803,90,213 +Honduras,327113,11519,803,90,213 +Honduras,327121,4541,803,90,213 +Honduras,327122,120170,803,90,213 +Honduras,327123,672009,803,90,213 +Honduras,327124,49264,803,90,213 +Honduras,327125,170520,803,90,213 +Honduras,327211,362376,803,90,213 +Honduras,327212,585504,803,90,213 +Honduras,327213,127321,803,90,213 +Honduras,327215,1602531,803,90,213 +Honduras,327310,57023,803,90,213 +Honduras,327331,25111,803,90,213 +Honduras,327390,2007068,803,90,213 +Honduras,327420,859374,803,90,213 +Honduras,327910,230581,803,90,213 +Honduras,327991,276202,803,90,213 +Honduras,327992,37247,803,90,213 +Honduras,327993,1427440,803,90,213 +Honduras,327999,476094,803,90,213 +Honduras,331111,25378018,803,90,213 +Honduras,331112,4000,803,90,213 +Honduras,331222,656083,803,90,213 +Honduras,331311,8487,803,90,213 +Honduras,331312,5148,803,90,213 +Honduras,331314,4602,803,90,213 +Honduras,331315,1716138,803,90,213 +Honduras,331316,736234,803,90,213 +Honduras,331319,829635,803,90,213 +Honduras,331411,18087,803,90,213 +Honduras,331419,436106,803,90,213 +Honduras,331421,336177,803,90,213 +Honduras,331422,1752393,803,90,213 +Honduras,331491,271925,803,90,213 +Honduras,331492,42775,803,90,213 +Honduras,331511,425716,803,90,213 +Honduras,332115,310816,803,90,213 +Honduras,332211,121082,803,90,213 +Honduras,332212,2775931,803,90,213 +Honduras,332213,688979,803,90,213 +Honduras,332214,99185,803,90,213 +Honduras,332311,1238622,803,90,213 +Honduras,332312,1595429,803,90,213 +Honduras,332321,856858,803,90,213 +Honduras,332322,99253,803,90,213 +Honduras,332410,2340313,803,90,213 +Honduras,332420,2821354,803,90,213 +Honduras,332431,334165,803,90,213 +Honduras,332439,232680,803,90,213 +Honduras,332510,1809348,803,90,213 +Honduras,332611,54651,803,90,213 +Honduras,332618,1083694,803,90,213 +Honduras,332722,1792856,803,90,213 +Honduras,332911,2154188,803,90,213 +Honduras,332912,425657,803,90,213 +Honduras,332913,259736,803,90,213 +Honduras,332919,829527,803,90,213 +Honduras,332991,747451,803,90,213 +Honduras,332992,18269,803,90,213 +Honduras,332994,561860,803,90,213 +Honduras,332997,3500,803,90,213 +Honduras,332998,391684,803,90,213 +Honduras,332999,4319652,803,90,213 +Honduras,333111,16742115,803,90,213 +Honduras,333120,16740905,803,90,213 +Honduras,333131,1023919,803,90,213 +Honduras,333132,183091,803,90,213 +Honduras,333210,973967,803,90,213 +Honduras,333220,2081581,803,90,213 +Honduras,333291,2094050,803,90,213 +Honduras,333292,27958049,803,90,213 +Honduras,333293,2757944,803,90,213 +Honduras,333294,6268063,803,90,213 +Honduras,333295,116442,803,90,213 +Honduras,333298,428783,803,90,213 +Honduras,333311,220076,803,90,213 +Honduras,333313,6552123,803,90,213 +Honduras,333314,5013072,803,90,213 +Honduras,333315,1753029,803,90,213 +Honduras,333319,1379104,803,90,213 +Honduras,333411,249757,803,90,213 +Honduras,333412,544280,803,90,213 +Honduras,333414,753888,803,90,213 +Honduras,333415,13037062,803,90,213 +Honduras,333511,314084,803,90,213 +Honduras,333512,592126,803,90,213 +Honduras,333513,284094,803,90,213 +Honduras,333514,465343,803,90,213 +Honduras,333515,841661,803,90,213 +Honduras,333516,111999,803,90,213 +Honduras,333611,352801,803,90,213 +Honduras,333612,921440,803,90,213 +Honduras,333613,1045578,803,90,213 +Honduras,333618,6316023,803,90,213 +Honduras,333911,3033725,803,90,213 +Honduras,333912,2299464,803,90,213 +Honduras,333913,815214,803,90,213 +Honduras,333921,249409,803,90,213 +Honduras,333922,2693873,803,90,213 +Honduras,333923,232498,803,90,213 +Honduras,333924,4709765,803,90,213 +Honduras,333991,923344,803,90,213 +Honduras,333992,1699416,803,90,213 +Honduras,333993,4277692,803,90,213 +Honduras,333994,273292,803,90,213 +Honduras,333995,196324,803,90,213 +Honduras,333996,806278,803,90,213 +Honduras,333997,711705,803,90,213 +Honduras,333999,25301918,803,90,213 +Honduras,334111,26226871,803,90,213 +Honduras,334112,1317456,803,90,213 +Honduras,334119,49396296,803,90,213 +Honduras,334210,4578772,803,90,213 +Honduras,334220,94049714,803,90,213 +Honduras,334290,425190,803,90,213 +Honduras,334310,11182355,803,90,213 +Honduras,334411,49646,803,90,213 +Honduras,334412,111940,803,90,213 +Honduras,334413,4367991,803,90,213 +Honduras,334414,1434008,803,90,213 +Honduras,334415,37535,803,90,213 +Honduras,334416,262561,803,90,213 +Honduras,334417,34096019,803,90,213 +Honduras,334418,479682,803,90,213 +Honduras,334419,4682858,803,90,213 +Honduras,334510,4601624,803,90,213 +Honduras,334511,503965,803,90,213 +Honduras,334512,638611,803,90,213 +Honduras,334513,1922612,803,90,213 +Honduras,334514,147328,803,90,213 +Honduras,334515,4155057,803,90,213 +Honduras,334516,1097936,803,90,213 +Honduras,334517,1462247,803,90,213 +Honduras,334518,1140597,803,90,213 +Honduras,334519,630076,803,90,213 +Honduras,334612,755541,803,90,213 +Honduras,334613,255724,803,90,213 +Honduras,335110,651396,803,90,213 +Honduras,335121,367928,803,90,213 +Honduras,335129,2532026,803,90,213 +Honduras,335211,6775314,803,90,213 +Honduras,335212,964765,803,90,213 +Honduras,335221,3141252,803,90,213 +Honduras,335222,4368096,803,90,213 +Honduras,335224,8044741,803,90,213 +Honduras,335228,831210,803,90,213 +Honduras,335311,5754513,803,90,213 +Honduras,335312,5941735,803,90,213 +Honduras,335313,6893336,803,90,213 +Honduras,335314,11115181,803,90,213 +Honduras,335911,5263930,803,90,213 +Honduras,335912,864394,803,90,213 +Honduras,335921,730482,803,90,213 +Honduras,335929,77543950,803,90,213 +Honduras,335931,35375948,803,90,213 +Honduras,335932,769782,803,90,213 +Honduras,335991,75832,803,90,213 +Honduras,335999,1495882,803,90,213 +Honduras,336111,43468950,803,90,213 +Honduras,336120,16529146,803,90,213 +Honduras,336211,493220,803,90,213 +Honduras,336212,2328592,803,90,213 +Honduras,336214,722096,803,90,213 +Honduras,336311,805896,803,90,213 +Honduras,336321,154111,803,90,213 +Honduras,336322,2517351,803,90,213 +Honduras,336330,697756,803,90,213 +Honduras,336340,503741,803,90,213 +Honduras,336350,1539424,803,90,213 +Honduras,336360,487639,803,90,213 +Honduras,336370,35434,803,90,213 +Honduras,336391,27580,803,90,213 +Honduras,336399,23335610,803,90,213 +Honduras,336412,223796,803,90,213 +Honduras,336413,2883246,803,90,213 +Honduras,336415,15567,803,90,213 +Honduras,336510,711831,803,90,213 +Honduras,336611,803400,803,90,213 +Honduras,336612,1014805,803,90,213 +Honduras,336991,2060566,803,90,213 +Honduras,336992,3000,803,90,213 +Honduras,337110,11591,803,90,213 +Honduras,337121,3244,803,90,213 +Honduras,337124,1699341,803,90,213 +Honduras,337127,4259969,803,90,213 +Honduras,337129,231287,803,90,213 +Honduras,337211,128125,803,90,213 +Honduras,337214,218281,803,90,213 +Honduras,337215,3068719,803,90,213 +Honduras,337910,121996,803,90,213 +Honduras,337920,163705,803,90,213 +Honduras,339112,4023037,803,90,213 +Honduras,339113,1803836,803,90,213 +Honduras,339114,352818,803,90,213 +Honduras,339115,4062802,803,90,213 +Honduras,339911,5862616,803,90,213 +Honduras,339912,45003,803,90,213 +Honduras,339913,1950971,803,90,213 +Honduras,339914,396654,803,90,213 +Honduras,339920,1360379,803,90,213 +Honduras,339932,2362662,803,90,213 +Honduras,339941,330173,803,90,213 +Honduras,339942,74960,803,90,213 +Honduras,339943,76296,803,90,213 +Honduras,339944,3875498,803,90,213 +Honduras,339950,85213,803,90,213 +Honduras,339991,3288742,803,90,213 +Honduras,339992,891309,803,90,213 +Honduras,339993,12849802,803,90,213 +Honduras,339994,221922,803,90,213 +Honduras,339999,2266652,803,90,213 +Honduras,511210,1013281,803,90,213 +Honduras,910000,9057048,803,90,213 +Honduras,920000,21514257,803,90,213 +Honduras,990000,334225008,803,90,213 +Hungary,111110,260248,804,91,214 +Hungary,111120,5714012,804,91,214 +Hungary,111130,1951144,804,91,214 +Hungary,111150,632678,804,91,214 +Hungary,111199,80775,804,91,214 +Hungary,111219,597697,804,91,214 +Hungary,111335,718034,804,91,214 +Hungary,111411,500020,804,91,214 +Hungary,111421,10011,804,91,214 +Hungary,111422,28366,804,91,214 +Hungary,111910,482180,804,91,214 +Hungary,111992,4785,804,91,214 +Hungary,111998,9384,804,91,214 +Hungary,112111,1467701,804,91,214 +Hungary,112310,1424018,804,91,214 +Hungary,112930,3481,804,91,214 +Hungary,112990,110442,804,91,214 +Hungary,113210,36518,804,91,214 +Hungary,114111,104428,804,91,214 +Hungary,114119,31754,804,91,214 +Hungary,212112,7682856,804,91,214 +Hungary,212231,4435,804,91,214 +Hungary,212234,4053,804,91,214 +Hungary,212311,24107,804,91,214 +Hungary,212322,8787,804,91,214 +Hungary,212324,25498,804,91,214 +Hungary,212325,127955,804,91,214 +Hungary,212392,12147,804,91,214 +Hungary,212393,5394,804,91,214 +Hungary,212399,3600,804,91,214 +Hungary,311111,26828,804,91,214 +Hungary,311119,869094,804,91,214 +Hungary,311221,38368,804,91,214 +Hungary,311222,570099,804,91,214 +Hungary,311223,19997,804,91,214 +Hungary,311225,92556,804,91,214 +Hungary,311320,43917,804,91,214 +Hungary,311340,108967,804,91,214 +Hungary,311411,7850,804,91,214 +Hungary,311421,71303,804,91,214 +Hungary,311423,3531636,804,91,214 +Hungary,311514,22213,804,91,214 +Hungary,311611,1023576,804,91,214 +Hungary,311613,3589,804,91,214 +Hungary,311615,28900,804,91,214 +Hungary,311811,18000,804,91,214 +Hungary,311822,66500,804,91,214 +Hungary,311920,1319387,804,91,214 +Hungary,311930,4992,804,91,214 +Hungary,311941,95237,804,91,214 +Hungary,311942,14975,804,91,214 +Hungary,311999,1144331,804,91,214 +Hungary,312111,7000,804,91,214 +Hungary,312112,10788,804,91,214 +Hungary,312130,21633,804,91,214 +Hungary,312140,1195946,804,91,214 +Hungary,312229,1300949,804,91,214 +Hungary,313111,63590,804,91,214 +Hungary,313113,41558,804,91,214 +Hungary,313210,52967,804,91,214 +Hungary,313221,223125,804,91,214 +Hungary,313230,952848,804,91,214 +Hungary,313249,737671,804,91,214 +Hungary,313320,331532,804,91,214 +Hungary,314110,17524,804,91,214 +Hungary,314129,39370,804,91,214 +Hungary,314911,18231,804,91,214 +Hungary,314912,89357,804,91,214 +Hungary,314991,295330,804,91,214 +Hungary,314999,622189,804,91,214 +Hungary,315111,2588,804,91,214 +Hungary,315221,60358,804,91,214 +Hungary,315222,4300,804,91,214 +Hungary,315223,64100,804,91,214 +Hungary,315224,6550,804,91,214 +Hungary,315228,15911,804,91,214 +Hungary,315231,26727,804,91,214 +Hungary,315232,11004,804,91,214 +Hungary,315233,6472,804,91,214 +Hungary,315239,236614,804,91,214 +Hungary,315291,16154,804,91,214 +Hungary,315991,61317,804,91,214 +Hungary,315992,71437,804,91,214 +Hungary,315999,214697,804,91,214 +Hungary,316110,4301670,804,91,214 +Hungary,316212,8353,804,91,214 +Hungary,316213,36135,804,91,214 +Hungary,316219,57576,804,91,214 +Hungary,316991,726552,804,91,214 +Hungary,316992,25588,804,91,214 +Hungary,316999,4320,804,91,214 +Hungary,321212,5850,804,91,214 +Hungary,321918,16372,804,91,214 +Hungary,321920,260918,804,91,214 +Hungary,321999,26617,804,91,214 +Hungary,322110,455508,804,91,214 +Hungary,322121,2249718,804,91,214 +Hungary,322130,243463,804,91,214 +Hungary,322211,26095,804,91,214 +Hungary,322212,28651,804,91,214 +Hungary,322213,2796,804,91,214 +Hungary,322215,8722,804,91,214 +Hungary,322222,1324176,804,91,214 +Hungary,322223,610772,804,91,214 +Hungary,322232,23498,804,91,214 +Hungary,322291,402044,804,91,214 +Hungary,322299,113124,804,91,214 +Hungary,323117,489948,804,91,214 +Hungary,323118,113426,804,91,214 +Hungary,323119,6357911,804,91,214 +Hungary,324110,525516,804,91,214 +Hungary,324122,169254,804,91,214 +Hungary,325110,3878,804,91,214 +Hungary,325120,16399,804,91,214 +Hungary,325131,71232,804,91,214 +Hungary,325132,314791,804,91,214 +Hungary,325181,9672,804,91,214 +Hungary,325182,3164,804,91,214 +Hungary,325188,4431182,804,91,214 +Hungary,325191,123537,804,91,214 +Hungary,325192,133205,804,91,214 +Hungary,325199,3676467,804,91,214 +Hungary,325211,1645165,804,91,214 +Hungary,325212,5099652,804,91,214 +Hungary,325221,232526,804,91,214 +Hungary,325222,39168,804,91,214 +Hungary,325312,330284,804,91,214 +Hungary,325320,149294,804,91,214 +Hungary,325411,8679259,804,91,214 +Hungary,325412,5351526,804,91,214 +Hungary,325414,10634669,804,91,214 +Hungary,325510,517991,804,91,214 +Hungary,325520,946040,804,91,214 +Hungary,325611,2271955,804,91,214 +Hungary,325612,8238,804,91,214 +Hungary,325613,493029,804,91,214 +Hungary,325620,3709952,804,91,214 +Hungary,325910,170055,804,91,214 +Hungary,325920,7525,804,91,214 +Hungary,325992,70795,804,91,214 +Hungary,325998,1416323,804,91,214 +Hungary,326113,2706678,804,91,214 +Hungary,326121,150227,804,91,214 +Hungary,326122,477648,804,91,214 +Hungary,326160,14416,804,91,214 +Hungary,326191,54200,804,91,214 +Hungary,326192,128056,804,91,214 +Hungary,326199,10169062,804,91,214 +Hungary,326211,347749,804,91,214 +Hungary,326220,467179,804,91,214 +Hungary,326299,983304,804,91,214 +Hungary,327112,2354659,804,91,214 +Hungary,327113,36887,804,91,214 +Hungary,327121,3343,804,91,214 +Hungary,327124,958352,804,91,214 +Hungary,327125,8049,804,91,214 +Hungary,327211,930276,804,91,214 +Hungary,327212,1804551,804,91,214 +Hungary,327213,100832,804,91,214 +Hungary,327215,4375686,804,91,214 +Hungary,327310,9579,804,91,214 +Hungary,327420,2745,804,91,214 +Hungary,327910,374090,804,91,214 +Hungary,327993,131314,804,91,214 +Hungary,327999,110296,804,91,214 +Hungary,331111,3056496,804,91,214 +Hungary,331222,1053780,804,91,214 +Hungary,331311,383360,804,91,214 +Hungary,331315,379363,804,91,214 +Hungary,331316,265223,804,91,214 +Hungary,331319,44116,804,91,214 +Hungary,331411,51962,804,91,214 +Hungary,331419,198150,804,91,214 +Hungary,331421,28682,804,91,214 +Hungary,331422,1532382,804,91,214 +Hungary,331491,9463710,804,91,214 +Hungary,331492,497679,804,91,214 +Hungary,331511,2401010,804,91,214 +Hungary,332115,2611,804,91,214 +Hungary,332211,200160,804,91,214 +Hungary,332212,2733349,804,91,214 +Hungary,332213,869596,804,91,214 +Hungary,332214,2779,804,91,214 +Hungary,332311,1177336,804,91,214 +Hungary,332312,13256237,804,91,214 +Hungary,332321,3475,804,91,214 +Hungary,332322,88512,804,91,214 +Hungary,332323,3131,804,91,214 +Hungary,332410,887488,804,91,214 +Hungary,332420,62464,804,91,214 +Hungary,332431,11230,804,91,214 +Hungary,332439,53190,804,91,214 +Hungary,332510,3312540,804,91,214 +Hungary,332611,1055356,804,91,214 +Hungary,332618,292242,804,91,214 +Hungary,332722,9271541,804,91,214 +Hungary,332911,21345236,804,91,214 +Hungary,332912,1869186,804,91,214 +Hungary,332919,549322,804,91,214 +Hungary,332991,3539332,804,91,214 +Hungary,332992,130701,804,91,214 +Hungary,332994,165405,804,91,214 +Hungary,332998,2604,804,91,214 +Hungary,332999,15940389,804,91,214 +Hungary,333111,19828463,804,91,214 +Hungary,333120,1239119,804,91,214 +Hungary,333131,114127,804,91,214 +Hungary,333132,3353320,804,91,214 +Hungary,333210,41377,804,91,214 +Hungary,333220,3847255,804,91,214 +Hungary,333291,1780179,804,91,214 +Hungary,333292,598504,804,91,214 +Hungary,333293,1192062,804,91,214 +Hungary,333294,968178,804,91,214 +Hungary,333295,3723391,804,91,214 +Hungary,333298,1190006,804,91,214 +Hungary,333311,58389,804,91,214 +Hungary,333313,23837177,804,91,214 +Hungary,333314,3404479,804,91,214 +Hungary,333315,1117850,804,91,214 +Hungary,333319,464909,804,91,214 +Hungary,333411,1548595,804,91,214 +Hungary,333412,503854,804,91,214 +Hungary,333414,245168,804,91,214 +Hungary,333415,6717907,804,91,214 +Hungary,333511,85946,804,91,214 +Hungary,333512,1687063,804,91,214 +Hungary,333513,7537207,804,91,214 +Hungary,333514,450184,804,91,214 +Hungary,333515,1420754,804,91,214 +Hungary,333516,1899236,804,91,214 +Hungary,333611,127355338,804,91,214 +Hungary,333612,2365176,804,91,214 +Hungary,333613,3067463,804,91,214 +Hungary,333618,22699141,804,91,214 +Hungary,333911,1418904,804,91,214 +Hungary,333912,36747406,804,91,214 +Hungary,333913,17148,804,91,214 +Hungary,333921,38190,804,91,214 +Hungary,333922,250299,804,91,214 +Hungary,333923,48976,804,91,214 +Hungary,333924,312253,804,91,214 +Hungary,333991,1678714,804,91,214 +Hungary,333992,2314809,804,91,214 +Hungary,333993,1596782,804,91,214 +Hungary,333994,3834581,804,91,214 +Hungary,333995,200837,804,91,214 +Hungary,333996,1053315,804,91,214 +Hungary,333997,91325,804,91,214 +Hungary,333999,28974409,804,91,214 +Hungary,334111,14796512,804,91,214 +Hungary,334112,32698549,804,91,214 +Hungary,334119,134821231,804,91,214 +Hungary,334210,4495219,804,91,214 +Hungary,334220,73457798,804,91,214 +Hungary,334290,1485728,804,91,214 +Hungary,334310,3358385,804,91,214 +Hungary,334411,29159,804,91,214 +Hungary,334412,11940871,804,91,214 +Hungary,334413,82109621,804,91,214 +Hungary,334414,2529878,804,91,214 +Hungary,334415,2837762,804,91,214 +Hungary,334416,1383444,804,91,214 +Hungary,334417,8572279,804,91,214 +Hungary,334418,2954670,804,91,214 +Hungary,334419,14817118,804,91,214 +Hungary,334510,17984819,804,91,214 +Hungary,334511,1300652,804,91,214 +Hungary,334512,31222,804,91,214 +Hungary,334513,29584484,804,91,214 +Hungary,334514,4025907,804,91,214 +Hungary,334515,15500190,804,91,214 +Hungary,334516,9980865,804,91,214 +Hungary,334517,37124874,804,91,214 +Hungary,334518,103778,804,91,214 +Hungary,334519,5024795,804,91,214 +Hungary,334612,462490,804,91,214 +Hungary,334613,2649666,804,91,214 +Hungary,335110,14031714,804,91,214 +Hungary,335121,44182,804,91,214 +Hungary,335129,2953922,804,91,214 +Hungary,335211,159967,804,91,214 +Hungary,335212,98882,804,91,214 +Hungary,335221,26692,804,91,214 +Hungary,335222,40616,804,91,214 +Hungary,335224,3398,804,91,214 +Hungary,335228,93707,804,91,214 +Hungary,335311,4564784,804,91,214 +Hungary,335312,4899880,804,91,214 +Hungary,335313,598758,804,91,214 +Hungary,335314,2649148,804,91,214 +Hungary,335911,798039,804,91,214 +Hungary,335912,107958,804,91,214 +Hungary,335921,700860,804,91,214 +Hungary,335929,3261083,804,91,214 +Hungary,335931,4296548,804,91,214 +Hungary,335932,182322,804,91,214 +Hungary,335991,2301093,804,91,214 +Hungary,335999,5030556,804,91,214 +Hungary,336111,2463496,804,91,214 +Hungary,336120,810333,804,91,214 +Hungary,336212,59511,804,91,214 +Hungary,336214,287120,804,91,214 +Hungary,336311,280418,804,91,214 +Hungary,336321,605793,804,91,214 +Hungary,336322,922366,804,91,214 +Hungary,336330,420353,804,91,214 +Hungary,336340,481101,804,91,214 +Hungary,336350,5367866,804,91,214 +Hungary,336370,597064,804,91,214 +Hungary,336391,57480,804,91,214 +Hungary,336399,26402947,804,91,214 +Hungary,336412,18799,804,91,214 +Hungary,336413,1324839,804,91,214 +Hungary,336419,153712,804,91,214 +Hungary,336510,367873,804,91,214 +Hungary,336612,1068096,804,91,214 +Hungary,336991,558783,804,91,214 +Hungary,337121,109612,804,91,214 +Hungary,337124,50318,804,91,214 +Hungary,337127,430346,804,91,214 +Hungary,337214,395627,804,91,214 +Hungary,337215,280275,804,91,214 +Hungary,339112,5617032,804,91,214 +Hungary,339113,2326296,804,91,214 +Hungary,339114,1034414,804,91,214 +Hungary,339115,13031243,804,91,214 +Hungary,339911,243433,804,91,214 +Hungary,339913,5088,804,91,214 +Hungary,339914,189558,804,91,214 +Hungary,339920,2017215,804,91,214 +Hungary,339932,384034,804,91,214 +Hungary,339941,18481,804,91,214 +Hungary,339942,7132,804,91,214 +Hungary,339943,7912,804,91,214 +Hungary,339944,21193,804,91,214 +Hungary,339950,700734,804,91,214 +Hungary,339991,3261718,804,91,214 +Hungary,339992,899930,804,91,214 +Hungary,339993,56123,804,91,214 +Hungary,339994,146340,804,91,214 +Hungary,339999,1292065,804,91,214 +Hungary,511210,926129,804,91,214 +Hungary,910000,65607,804,91,214 +Hungary,920000,7359865,804,91,214 +Hungary,990000,58646615,804,91,214 +Iceland,111130,32175,804,92,215 +Iceland,111150,974741,804,92,215 +Iceland,111199,107566,804,92,215 +Iceland,111219,217771,804,92,215 +Iceland,111331,1130409,804,92,215 +Iceland,111332,941340,804,92,215 +Iceland,111334,151783,804,92,215 +Iceland,111335,17799,804,92,215 +Iceland,111339,32042,804,92,215 +Iceland,111910,7520,804,92,215 +Iceland,111920,329653,804,92,215 +Iceland,111998,13710,804,92,215 +Iceland,112511,4525,804,92,215 +Iceland,112910,13397,804,92,215 +Iceland,113210,9992,804,92,215 +Iceland,113310,306319,804,92,215 +Iceland,114111,507928,804,92,215 +Iceland,114112,1508711,804,92,215 +Iceland,114119,6829,804,92,215 +Iceland,211112,21152,804,92,215 +Iceland,212112,8340648,804,92,215 +Iceland,212322,31670,804,92,215 +Iceland,212325,51994,804,92,215 +Iceland,212399,19429,804,92,215 +Iceland,311111,4447,804,92,215 +Iceland,311119,210233,804,92,215 +Iceland,311211,193742,804,92,215 +Iceland,311212,134622,804,92,215 +Iceland,311222,384310,804,92,215 +Iceland,311223,118590,804,92,215 +Iceland,311225,96824,804,92,215 +Iceland,311230,1731041,804,92,215 +Iceland,311320,528024,804,92,215 +Iceland,311340,190649,804,92,215 +Iceland,311411,699085,804,92,215 +Iceland,311421,1969520,804,92,215 +Iceland,311422,107061,804,92,215 +Iceland,311423,732338,804,92,215 +Iceland,311513,299304,804,92,215 +Iceland,311514,28331,804,92,215 +Iceland,311611,120827,804,92,215 +Iceland,311613,178305,804,92,215 +Iceland,311615,18817,804,92,215 +Iceland,311711,8415,804,92,215 +Iceland,311811,239953,804,92,215 +Iceland,311822,382693,804,92,215 +Iceland,311911,45039,804,92,215 +Iceland,311919,347993,804,92,215 +Iceland,311920,686626,804,92,215 +Iceland,311930,69481,804,92,215 +Iceland,311941,1082850,804,92,215 +Iceland,311942,676588,804,92,215 +Iceland,311999,857563,804,92,215 +Iceland,312111,81323,804,92,215 +Iceland,312120,122680,804,92,215 +Iceland,312130,346343,804,92,215 +Iceland,312140,181768,804,92,215 +Iceland,312229,134165,804,92,215 +Iceland,313111,3412,804,92,215 +Iceland,313113,2983,804,92,215 +Iceland,313210,101887,804,92,215 +Iceland,313221,19066,804,92,215 +Iceland,313230,14919,804,92,215 +Iceland,313249,44460,804,92,215 +Iceland,313320,91461,804,92,215 +Iceland,314129,33430,804,92,215 +Iceland,314911,6160,804,92,215 +Iceland,314912,19900,804,92,215 +Iceland,314991,210759,804,92,215 +Iceland,314999,22055,804,92,215 +Iceland,315111,26117,804,92,215 +Iceland,315221,87187,804,92,215 +Iceland,315223,75855,804,92,215 +Iceland,315228,9878,804,92,215 +Iceland,315231,141567,804,92,215 +Iceland,315232,43262,804,92,215 +Iceland,315233,2760,804,92,215 +Iceland,315234,12039,804,92,215 +Iceland,315239,2904,804,92,215 +Iceland,315292,197005,804,92,215 +Iceland,315991,5000,804,92,215 +Iceland,315992,7115,804,92,215 +Iceland,315999,32522,804,92,215 +Iceland,316213,64975,804,92,215 +Iceland,316214,29321,804,92,215 +Iceland,316219,256618,804,92,215 +Iceland,316991,27751,804,92,215 +Iceland,316992,5223,804,92,215 +Iceland,316999,71994,804,92,215 +Iceland,321113,521684,804,92,215 +Iceland,321114,46473,804,92,215 +Iceland,321212,32763,804,92,215 +Iceland,321219,29649,804,92,215 +Iceland,321911,3976,804,92,215 +Iceland,321918,101214,804,92,215 +Iceland,321920,250144,804,92,215 +Iceland,321991,905921,804,92,215 +Iceland,321999,18152,804,92,215 +Iceland,322110,12672,804,92,215 +Iceland,322121,312766,804,92,215 +Iceland,322211,681502,804,92,215 +Iceland,322212,48872,804,92,215 +Iceland,322213,8789,804,92,215 +Iceland,322215,21587,804,92,215 +Iceland,322222,28509,804,92,215 +Iceland,322223,98206,804,92,215 +Iceland,322233,234441,804,92,215 +Iceland,322291,52163,804,92,215 +Iceland,322299,145149,804,92,215 +Iceland,323117,166217,804,92,215 +Iceland,323118,8787,804,92,215 +Iceland,323119,376779,804,92,215 +Iceland,324110,21317447,804,92,215 +Iceland,324121,13167,804,92,215 +Iceland,325120,24875,804,92,215 +Iceland,325131,11655,804,92,215 +Iceland,325181,16443,804,92,215 +Iceland,325188,56944,804,92,215 +Iceland,325191,11550,804,92,215 +Iceland,325192,22906,804,92,215 +Iceland,325199,483411,804,92,215 +Iceland,325211,1852449,804,92,215 +Iceland,325212,6873,804,92,215 +Iceland,325222,6059,804,92,215 +Iceland,325411,1144817,804,92,215 +Iceland,325412,10241830,804,92,215 +Iceland,325414,38212,804,92,215 +Iceland,325510,114183,804,92,215 +Iceland,325520,77703,804,92,215 +Iceland,325611,230612,804,92,215 +Iceland,325612,55124,804,92,215 +Iceland,325613,62363,804,92,215 +Iceland,325620,1516962,804,92,215 +Iceland,325910,41718,804,92,215 +Iceland,325920,29886,804,92,215 +Iceland,325992,35765,804,92,215 +Iceland,325998,25694,804,92,215 +Iceland,326113,91373,804,92,215 +Iceland,326121,11731,804,92,215 +Iceland,326122,181468,804,92,215 +Iceland,326160,5550,804,92,215 +Iceland,326192,12066,804,92,215 +Iceland,326199,2291662,804,92,215 +Iceland,326211,2992837,804,92,215 +Iceland,326220,47378,804,92,215 +Iceland,326299,146352,804,92,215 +Iceland,327112,16797,804,92,215 +Iceland,327124,19655,804,92,215 +Iceland,327125,31765,804,92,215 +Iceland,327211,17896,804,92,215 +Iceland,327212,61045,804,92,215 +Iceland,327213,7894,804,92,215 +Iceland,327215,99038,804,92,215 +Iceland,327420,5099,804,92,215 +Iceland,327992,11200,804,92,215 +Iceland,327993,163752,804,92,215 +Iceland,327999,7200,804,92,215 +Iceland,331111,249375,804,92,215 +Iceland,331222,69215,804,92,215 +Iceland,331311,63273315,804,92,215 +Iceland,331312,114067,804,92,215 +Iceland,331315,145715,804,92,215 +Iceland,331316,41828,804,92,215 +Iceland,331319,71677,804,92,215 +Iceland,331419,29992,804,92,215 +Iceland,331421,19798,804,92,215 +Iceland,331422,202394,804,92,215 +Iceland,331491,103680,804,92,215 +Iceland,331511,19779,804,92,215 +Iceland,332211,19511,804,92,215 +Iceland,332212,445488,804,92,215 +Iceland,332213,8995,804,92,215 +Iceland,332214,4275,804,92,215 +Iceland,332311,41040,804,92,215 +Iceland,332312,21344,804,92,215 +Iceland,332321,23885,804,92,215 +Iceland,332322,4411,804,92,215 +Iceland,332323,98684,804,92,215 +Iceland,332410,6472,804,92,215 +Iceland,332420,59560,804,92,215 +Iceland,332439,4223,804,92,215 +Iceland,332510,181565,804,92,215 +Iceland,332611,82654,804,92,215 +Iceland,332618,31952,804,92,215 +Iceland,332722,367800,804,92,215 +Iceland,332911,112949,804,92,215 +Iceland,332912,101659,804,92,215 +Iceland,332913,12736,804,92,215 +Iceland,332919,20843,804,92,215 +Iceland,332991,87158,804,92,215 +Iceland,332992,102250,804,92,215 +Iceland,332994,195441,804,92,215 +Iceland,332998,7410,804,92,215 +Iceland,332999,868990,804,92,215 +Iceland,333111,238796,804,92,215 +Iceland,333120,88646,804,92,215 +Iceland,333131,116486,804,92,215 +Iceland,333132,635424,804,92,215 +Iceland,333210,31000,804,92,215 +Iceland,333220,69529,804,92,215 +Iceland,333291,5616,804,92,215 +Iceland,333292,30348,804,92,215 +Iceland,333293,73633,804,92,215 +Iceland,333294,334259,804,92,215 +Iceland,333295,16964,804,92,215 +Iceland,333298,66415,804,92,215 +Iceland,333311,97004,804,92,215 +Iceland,333313,160947,804,92,215 +Iceland,333314,317001,804,92,215 +Iceland,333315,255323,804,92,215 +Iceland,333319,204920,804,92,215 +Iceland,333411,38090,804,92,215 +Iceland,333412,6816,804,92,215 +Iceland,333414,57064,804,92,215 +Iceland,333415,176511,804,92,215 +Iceland,333512,619437,804,92,215 +Iceland,333513,485089,804,92,215 +Iceland,333514,71932,804,92,215 +Iceland,333515,28126,804,92,215 +Iceland,333611,16427,804,92,215 +Iceland,333612,53455,804,92,215 +Iceland,333613,56201,804,92,215 +Iceland,333618,75123,804,92,215 +Iceland,333911,169938,804,92,215 +Iceland,333912,45713,804,92,215 +Iceland,333913,81106,804,92,215 +Iceland,333921,21664,804,92,215 +Iceland,333922,10859,804,92,215 +Iceland,333923,131699,804,92,215 +Iceland,333924,247916,804,92,215 +Iceland,333991,43980,804,92,215 +Iceland,333992,149495,804,92,215 +Iceland,333993,87457,804,92,215 +Iceland,333994,23702,804,92,215 +Iceland,333995,10622,804,92,215 +Iceland,333996,20791,804,92,215 +Iceland,333997,247564,804,92,215 +Iceland,333999,2797604,804,92,215 +Iceland,334111,1399283,804,92,215 +Iceland,334112,893653,804,92,215 +Iceland,334119,1704253,804,92,215 +Iceland,334210,123952,804,92,215 +Iceland,334220,2036727,804,92,215 +Iceland,334290,102215,804,92,215 +Iceland,334310,1114042,804,92,215 +Iceland,334411,36920,804,92,215 +Iceland,334412,33532,804,92,215 +Iceland,334413,1367696,804,92,215 +Iceland,334414,96107,804,92,215 +Iceland,334415,266006,804,92,215 +Iceland,334416,19007,804,92,215 +Iceland,334417,104501,804,92,215 +Iceland,334418,39719,804,92,215 +Iceland,334419,496154,804,92,215 +Iceland,334510,657542,804,92,215 +Iceland,334511,1266346,804,92,215 +Iceland,334512,5816,804,92,215 +Iceland,334513,350539,804,92,215 +Iceland,334514,3041,804,92,215 +Iceland,334515,236259,804,92,215 +Iceland,334516,11223053,804,92,215 +Iceland,334517,915067,804,92,215 +Iceland,334518,45399,804,92,215 +Iceland,334519,966556,804,92,215 +Iceland,334612,14504,804,92,215 +Iceland,334613,85037,804,92,215 +Iceland,335110,6132,804,92,215 +Iceland,335129,91843,804,92,215 +Iceland,335211,160271,804,92,215 +Iceland,335221,259357,804,92,215 +Iceland,335222,39361,804,92,215 +Iceland,335224,76588,804,92,215 +Iceland,335228,33357,804,92,215 +Iceland,335311,30665,804,92,215 +Iceland,335312,2574269,804,92,215 +Iceland,335313,25527,804,92,215 +Iceland,335314,253149,804,92,215 +Iceland,335911,24063,804,92,215 +Iceland,335912,220012,804,92,215 +Iceland,335929,43205,804,92,215 +Iceland,335931,42023,804,92,215 +Iceland,335932,47141,804,92,215 +Iceland,335991,596345,804,92,215 +Iceland,335999,502311,804,92,215 +Iceland,336111,1591752,804,92,215 +Iceland,336120,45299,804,92,215 +Iceland,336211,8800,804,92,215 +Iceland,336212,47544,804,92,215 +Iceland,336214,1091292,804,92,215 +Iceland,336311,44453,804,92,215 +Iceland,336321,13008,804,92,215 +Iceland,336322,9372,804,92,215 +Iceland,336330,15159,804,92,215 +Iceland,336340,72807,804,92,215 +Iceland,336350,30365,804,92,215 +Iceland,336399,735628,804,92,215 +Iceland,336412,100554,804,92,215 +Iceland,336413,86413,804,92,215 +Iceland,336419,9851,804,92,215 +Iceland,336612,37800,804,92,215 +Iceland,336991,514252,804,92,215 +Iceland,337121,3920,804,92,215 +Iceland,337124,68773,804,92,215 +Iceland,337127,250195,804,92,215 +Iceland,337214,4699,804,92,215 +Iceland,337215,2728,804,92,215 +Iceland,337910,241540,804,92,215 +Iceland,337920,11637,804,92,215 +Iceland,339112,978995,804,92,215 +Iceland,339113,3200544,804,92,215 +Iceland,339114,173567,804,92,215 +Iceland,339115,13290,804,92,215 +Iceland,339911,26829,804,92,215 +Iceland,339913,49042,804,92,215 +Iceland,339914,4640,804,92,215 +Iceland,339920,1162570,804,92,215 +Iceland,339932,618445,804,92,215 +Iceland,339941,96387,804,92,215 +Iceland,339942,29873,804,92,215 +Iceland,339944,31350,804,92,215 +Iceland,339950,6958,804,92,215 +Iceland,339991,154786,804,92,215 +Iceland,339992,234993,804,92,215 +Iceland,339993,39200,804,92,215 +Iceland,339994,9252,804,92,215 +Iceland,339999,356584,804,92,215 +Iceland,511210,78957,804,92,215 +Iceland,910000,139706,804,92,215 +Iceland,920000,207409,804,92,215 +Iceland,990000,75759139,804,92,215 +India,111120,158960,806,93,216 +India,111130,95828914,806,93,216 +India,111150,479834,806,93,216 +India,111199,164468,806,93,216 +India,111211,12458,806,93,216 +India,111219,6199633,806,93,216 +India,111310,3417582,806,93,216 +India,111320,293030,806,93,216 +India,111331,38043350,806,93,216 +India,111332,4694648,806,93,216 +India,111333,534338,806,93,216 +India,111334,8109,806,93,216 +India,111335,242494793,806,93,216 +India,111339,3233347,806,93,216 +India,111411,2720,806,93,216 +India,111421,191413,806,93,216 +India,111422,1002109,806,93,216 +India,111910,441559,806,93,216 +India,111920,68666673,806,93,216 +India,111940,116931,806,93,216 +India,111998,1779718,806,93,216 +India,112111,392643,806,93,216 +India,112310,583835,806,93,216 +India,112410,5428837,806,93,216 +India,112910,186732,806,93,216 +India,112920,1632100,806,93,216 +India,112990,947794,806,93,216 +India,113210,3525096,806,93,216 +India,113310,3572423,806,93,216 +India,114111,231039,806,93,216 +India,114112,1308464,806,93,216 +India,114119,357273,806,93,216 +India,211111,22686957,806,93,216 +India,211112,103290,806,93,216 +India,212112,461560573,806,93,216 +India,212221,441372,806,93,216 +India,212231,95423,806,93,216 +India,212234,19660,806,93,216 +India,212291,16108,806,93,216 +India,212299,32220846,806,93,216 +India,212311,322446,806,93,216 +India,212319,22428,806,93,216 +India,212322,882400,806,93,216 +India,212324,7833671,806,93,216 +India,212325,2654196,806,93,216 +India,212392,10000,806,93,216 +India,212393,381931,806,93,216 +India,212399,3534193,806,93,216 +India,311111,1368123,806,93,216 +India,311119,7518908,806,93,216 +India,311211,814302,806,93,216 +India,311212,139634,806,93,216 +India,311221,5303331,806,93,216 +India,311222,149411459,806,93,216 +India,311223,15368448,806,93,216 +India,311225,1125307,806,93,216 +India,311230,341212,806,93,216 +India,311311,807750,806,93,216 +India,311320,2554541,806,93,216 +India,311340,471086,806,93,216 +India,311411,1710339,806,93,216 +India,311421,2731658,806,93,216 +India,311422,147264,806,93,216 +India,311423,1335812,806,93,216 +India,311511,31588,806,93,216 +India,311512,3982,806,93,216 +India,311513,247598,806,93,216 +India,311514,12369234,806,93,216 +India,311520,30930,806,93,216 +India,311611,3916905,806,93,216 +India,311613,1630847,806,93,216 +India,311615,73109,806,93,216 +India,311711,448367,806,93,216 +India,311811,493263,806,93,216 +India,311822,1031949,806,93,216 +India,311911,3560707,806,93,216 +India,311919,2507228,806,93,216 +India,311920,786553,806,93,216 +India,311930,3945767,806,93,216 +India,311941,1925532,806,93,216 +India,311942,1002375,806,93,216 +India,311999,32000957,806,93,216 +India,312111,550234,806,93,216 +India,312112,52007,806,93,216 +India,312113,3797,806,93,216 +India,312120,16483,806,93,216 +India,312130,1080026,806,93,216 +India,312140,1935668,806,93,216 +India,312229,667985,806,93,216 +India,313111,772140,806,93,216 +India,313113,545096,806,93,216 +India,313210,5936772,806,93,216 +India,313221,7297895,806,93,216 +India,313230,8928333,806,93,216 +India,313249,1455604,806,93,216 +India,313312,1073698,806,93,216 +India,313320,5562504,806,93,216 +India,314110,13787546,806,93,216 +India,314121,1036537,806,93,216 +India,314129,916481,806,93,216 +India,314911,388469,806,93,216 +India,314912,165952,806,93,216 +India,314991,639048,806,93,216 +India,314992,1745476,806,93,216 +India,314999,4229193,806,93,216 +India,315111,843307,806,93,216 +India,315221,52570,806,93,216 +India,315222,51371,806,93,216 +India,315223,112191,806,93,216 +India,315224,150580,806,93,216 +India,315228,276076,806,93,216 +India,315231,175004,806,93,216 +India,315232,164073,806,93,216 +India,315233,48004,806,93,216 +India,315234,99177,806,93,216 +India,315239,941412,806,93,216 +India,315291,272874,806,93,216 +India,315292,120376,806,93,216 +India,315991,68392,806,93,216 +India,315992,332583,806,93,216 +India,315993,27337,806,93,216 +India,315999,983731,806,93,216 +India,316110,2962201,806,93,216 +India,316211,6079,806,93,216 +India,316212,6266,806,93,216 +India,316213,205801,806,93,216 +India,316214,39596,806,93,216 +India,316219,270229,806,93,216 +India,316991,774379,806,93,216 +India,316992,238393,806,93,216 +India,316993,165610,806,93,216 +India,316999,7500861,806,93,216 +India,321113,4116704,806,93,216 +India,321114,17442,806,93,216 +India,321211,3265064,806,93,216 +India,321212,450142,806,93,216 +India,321213,102605,806,93,216 +India,321219,727309,806,93,216 +India,321911,41361,806,93,216 +India,321918,913801,806,93,216 +India,321920,3102243,806,93,216 +India,321992,20134,806,93,216 +India,321999,1335062,806,93,216 +India,322110,110509973,806,93,216 +India,322121,44621130,806,93,216 +India,322122,137169897,806,93,216 +India,322130,25464150,806,93,216 +India,322211,1185208,806,93,216 +India,322212,58468,806,93,216 +India,322213,11338,806,93,216 +India,322214,61770,806,93,216 +India,322215,1737424,806,93,216 +India,322222,49865588,806,93,216 +India,322223,1783557,806,93,216 +India,322224,248416,806,93,216 +India,322232,8630,806,93,216 +India,322291,1715331,806,93,216 +India,322299,2199530,806,93,216 +India,323116,16912,806,93,216 +India,323117,33376147,806,93,216 +India,323118,3354760,806,93,216 +India,323119,19524011,806,93,216 +India,323122,903625,806,93,216 +India,324110,559446640,806,93,216 +India,324121,384183,806,93,216 +India,324122,1216403,806,93,216 +India,325110,62445396,806,93,216 +India,325120,1447668,806,93,216 +India,325131,52296485,806,93,216 +India,325132,8002945,806,93,216 +India,325181,5222613,806,93,216 +India,325182,9170017,806,93,216 +India,325188,307210894,806,93,216 +India,325191,4539920,806,93,216 +India,325192,75272549,806,93,216 +India,325193,58495780,806,93,216 +India,325199,745898851,806,93,216 +India,325211,464086568,806,93,216 +India,325212,123086679,806,93,216 +India,325221,18928436,806,93,216 +India,325222,12892660,806,93,216 +India,325311,1406430,806,93,216 +India,325312,1323187418,806,93,216 +India,325320,36617889,806,93,216 +India,325411,95231403,806,93,216 +India,325412,131238034,806,93,216 +India,325414,43342656,806,93,216 +India,325510,18156761,806,93,216 +India,325520,19070104,806,93,216 +India,325611,6788637,806,93,216 +India,325612,11556247,806,93,216 +India,325613,43807796,806,93,216 +India,325620,23568377,806,93,216 +India,325910,4459897,806,93,216 +India,325920,3111473,806,93,216 +India,325992,76442174,806,93,216 +India,325998,122914470,806,93,216 +India,326113,46929532,806,93,216 +India,326121,996825,806,93,216 +India,326122,5632104,806,93,216 +India,326160,6908788,806,93,216 +India,326191,188064,806,93,216 +India,326192,2509432,806,93,216 +India,326199,59098451,806,93,216 +India,326211,6589707,806,93,216 +India,326212,66250,806,93,216 +India,326220,15490760,806,93,216 +India,326299,13618978,806,93,216 +India,327111,203772,806,93,216 +India,327112,6196862,806,93,216 +India,327113,5731429,806,93,216 +India,327122,31203,806,93,216 +India,327123,37761,806,93,216 +India,327124,5215427,806,93,216 +India,327125,8733697,806,93,216 +India,327211,4201307,806,93,216 +India,327212,19334603,806,93,216 +India,327213,9808125,806,93,216 +India,327215,6922415,806,93,216 +India,327310,264193,806,93,216 +India,327331,74457,806,93,216 +India,327390,270748,806,93,216 +India,327420,1938582,806,93,216 +India,327910,15604709,806,93,216 +India,327991,116372,806,93,216 +India,327992,6860507,806,93,216 +India,327993,11591983,806,93,216 +India,327999,10145124,806,93,216 +India,331111,284689754,806,93,216 +India,331112,3755489,806,93,216 +India,331222,4298405,806,93,216 +India,331311,8032660,806,93,216 +India,331312,1419452,806,93,216 +India,331314,4554,806,93,216 +India,331315,7213569,806,93,216 +India,331316,3102382,806,93,216 +India,331319,1953707,806,93,216 +India,331411,13840939,806,93,216 +India,331419,1241383097,806,93,216 +India,331421,5729269,806,93,216 +India,331422,11658513,806,93,216 +India,331491,37697708,806,93,216 +India,331492,7246180,806,93,216 +India,331511,69158834,806,93,216 +India,332115,3845852,806,93,216 +India,332211,7071285,806,93,216 +India,332212,12726976,806,93,216 +India,332213,2548161,806,93,216 +India,332214,160089,806,93,216 +India,332311,10129741,806,93,216 +India,332312,7868001,806,93,216 +India,332321,691693,806,93,216 +India,332322,1791095,806,93,216 +India,332323,142663,806,93,216 +India,332410,61586974,806,93,216 +India,332420,10569407,806,93,216 +India,332431,3982,806,93,216 +India,332439,411730,806,93,216 +India,332510,11278923,806,93,216 +India,332611,4437210,806,93,216 +India,332618,5127524,806,93,216 +India,332722,19560375,806,93,216 +India,332911,96353384,806,93,216 +India,332912,16486548,806,93,216 +India,332913,677516,806,93,216 +India,332919,15823268,806,93,216 +India,332991,64379108,806,93,216 +India,332992,165109,806,93,216 +India,332994,899878,806,93,216 +India,332995,68561,806,93,216 +India,332997,11285,806,93,216 +India,332998,952181,806,93,216 +India,332999,26667221,806,93,216 +India,333111,28229913,806,93,216 +India,333120,142363724,806,93,216 +India,333131,94013793,806,93,216 +India,333132,123256205,806,93,216 +India,333210,682981,806,93,216 +India,333220,39601361,806,93,216 +India,333291,2904699,806,93,216 +India,333292,37068251,806,93,216 +India,333293,33774802,806,93,216 +India,333294,16854872,806,93,216 +India,333295,5984507,806,93,216 +India,333298,10130696,806,93,216 +India,333311,690369,806,93,216 +India,333313,20969488,806,93,216 +India,333314,34133685,806,93,216 +India,333315,16619562,806,93,216 +India,333319,11674983,806,93,216 +India,333411,7494535,806,93,216 +India,333412,5017956,806,93,216 +India,333414,23287380,806,93,216 +India,333415,38888742,806,93,216 +India,333511,12500536,806,93,216 +India,333512,83446468,806,93,216 +India,333513,43860979,806,93,216 +India,333514,4301184,806,93,216 +India,333515,16204129,806,93,216 +India,333516,26103871,806,93,216 +India,333611,436151167,806,93,216 +India,333612,37005502,806,93,216 +India,333613,22228996,806,93,216 +India,333618,179038356,806,93,216 +India,333911,60104744,806,93,216 +India,333912,69469664,806,93,216 +India,333913,3275887,806,93,216 +India,333921,167904,806,93,216 +India,333922,19911050,806,93,216 +India,333923,13639236,806,93,216 +India,333924,18109926,806,93,216 +India,333991,6240428,806,93,216 +India,333992,31456005,806,93,216 +India,333993,7657467,806,93,216 +India,333994,31439717,806,93,216 +India,333995,4072265,806,93,216 +India,333996,25938419,806,93,216 +India,333997,3504964,806,93,216 +India,333999,256783661,806,93,216 +India,334111,142656630,806,93,216 +India,334112,42266228,806,93,216 +India,334119,188601586,806,93,216 +India,334210,14138118,806,93,216 +India,334220,496970879,806,93,216 +India,334290,5953365,806,93,216 +India,334310,46536099,806,93,216 +India,334411,6066412,806,93,216 +India,334412,8054757,806,93,216 +India,334413,186751793,806,93,216 +India,334414,14506693,806,93,216 +India,334415,5842999,806,93,216 +India,334416,5464476,806,93,216 +India,334417,34594713,806,93,216 +India,334418,6555696,806,93,216 +India,334419,75055623,806,93,216 +India,334510,168692081,806,93,216 +India,334511,64164994,806,93,216 +India,334512,3345862,806,93,216 +India,334513,86550968,806,93,216 +India,334514,3525038,806,93,216 +India,334515,173697737,806,93,216 +India,334516,150597240,806,93,216 +India,334517,80862324,806,93,216 +India,334518,3566472,806,93,216 +India,334519,70497638,806,93,216 +India,334612,610801,806,93,216 +India,334613,9093175,806,93,216 +India,335110,3027941,806,93,216 +India,335121,977068,806,93,216 +India,335129,5292611,806,93,216 +India,335211,6711170,806,93,216 +India,335212,120177,806,93,216 +India,335221,1955455,806,93,216 +India,335222,4225183,806,93,216 +India,335224,10019758,806,93,216 +India,335228,3902683,806,93,216 +India,335311,6831534,806,93,216 +India,335312,64330729,806,93,216 +India,335313,12073171,806,93,216 +India,335314,78585901,806,93,216 +India,335911,8676501,806,93,216 +India,335912,1426875,806,93,216 +India,335921,2845740,806,93,216 +India,335929,30931924,806,93,216 +India,335931,17696280,806,93,216 +India,335932,2176374,806,93,216 +India,335991,3825233,806,93,216 +India,335999,62092082,806,93,216 +India,336111,29768227,806,93,216 +India,336120,9479278,806,93,216 +India,336211,66916,806,93,216 +India,336212,741726,806,93,216 +India,336213,37625,806,93,216 +India,336214,1755403,806,93,216 +India,336311,15366860,806,93,216 +India,336321,1264960,806,93,216 +India,336322,12775846,806,93,216 +India,336330,967806,806,93,216 +India,336340,13581375,806,93,216 +India,336350,27280819,806,93,216 +India,336360,4058585,806,93,216 +India,336370,1954055,806,93,216 +India,336391,854482,806,93,216 +India,336399,56210969,806,93,216 +India,336412,41449457,806,93,216 +India,336413,114663677,806,93,216 +India,336419,192050,806,93,216 +India,336510,65447379,806,93,216 +India,336611,2200112,806,93,216 +India,336612,824937,806,93,216 +India,336991,4884038,806,93,216 +India,337110,307219,806,93,216 +India,337121,31602,806,93,216 +India,337124,1490491,806,93,216 +India,337127,13121800,806,93,216 +India,337211,690169,806,93,216 +India,337214,949998,806,93,216 +India,337215,3959275,806,93,216 +India,337910,336660,806,93,216 +India,337920,29644,806,93,216 +India,339112,110161294,806,93,216 +India,339113,86105112,806,93,216 +India,339114,8197815,806,93,216 +India,339115,27508089,806,93,216 +India,339911,186652550,806,93,216 +India,339912,137881,806,93,216 +India,339913,2772121279,806,93,216 +India,339914,664043,806,93,216 +India,339920,16657649,806,93,216 +India,339932,1637767,806,93,216 +India,339941,400080,806,93,216 +India,339942,177931,806,93,216 +India,339943,153468,806,93,216 +India,339944,1046761,806,93,216 +India,339950,207814,806,93,216 +India,339991,23590146,806,93,216 +India,339992,2321996,806,93,216 +India,339993,1837953,806,93,216 +India,339994,3678496,806,93,216 +India,339999,15525158,806,93,216 +India,511210,14255204,806,93,216 +India,910000,773814955,806,93,216 +India,920000,46412363,806,93,216 +India,990000,412655081,806,93,216 +Indonesia,111110,806136220,808,94,217 +Indonesia,111120,299315,808,94,217 +Indonesia,111130,2645953,808,94,217 +Indonesia,111140,129854542,808,94,217 +Indonesia,111150,43321873,808,94,217 +Indonesia,111160,76000,808,94,217 +Indonesia,111199,2319245,808,94,217 +Indonesia,111211,329216,808,94,217 +Indonesia,111219,676348,808,94,217 +Indonesia,111310,3508922,808,94,217 +Indonesia,111320,472881,808,94,217 +Indonesia,111331,54681049,808,94,217 +Indonesia,111332,35431967,808,94,217 +Indonesia,111333,20004,808,94,217 +Indonesia,111334,3525,808,94,217 +Indonesia,111335,5104029,808,94,217 +Indonesia,111339,2048103,808,94,217 +Indonesia,111421,2102851,808,94,217 +Indonesia,111910,43936857,808,94,217 +Indonesia,111920,294316850,808,94,217 +Indonesia,111940,59600,808,94,217 +Indonesia,111998,97981,808,94,217 +Indonesia,112111,226116,808,94,217 +Indonesia,112310,8942600,808,94,217 +Indonesia,112511,3180,808,94,217 +Indonesia,112910,2138067,808,94,217 +Indonesia,112990,86881,808,94,217 +Indonesia,113210,4148541,808,94,217 +Indonesia,113310,11944686,808,94,217 +Indonesia,114111,4420179,808,94,217 +Indonesia,114112,9723548,808,94,217 +Indonesia,114119,87354,808,94,217 +Indonesia,211112,1428746,808,94,217 +Indonesia,212112,1113379,808,94,217 +Indonesia,212113,247536,808,94,217 +Indonesia,212234,14630,808,94,217 +Indonesia,212322,266667,808,94,217 +Indonesia,212324,15473180,808,94,217 +Indonesia,212325,6477233,808,94,217 +Indonesia,212391,4876,808,94,217 +Indonesia,212393,27807,808,94,217 +Indonesia,212399,2005235,808,94,217 +Indonesia,311111,3064374,808,94,217 +Indonesia,311119,135029705,808,94,217 +Indonesia,311211,10521906,808,94,217 +Indonesia,311212,1058873,808,94,217 +Indonesia,311221,122285670,808,94,217 +Indonesia,311222,117490766,808,94,217 +Indonesia,311223,1225802,808,94,217 +Indonesia,311225,975380,808,94,217 +Indonesia,311230,3800,808,94,217 +Indonesia,311311,2176589,808,94,217 +Indonesia,311320,2385105,808,94,217 +Indonesia,311340,334342,808,94,217 +Indonesia,311411,11204479,808,94,217 +Indonesia,311421,12062509,808,94,217 +Indonesia,311422,148417,808,94,217 +Indonesia,311423,4384828,808,94,217 +Indonesia,311512,2014067,808,94,217 +Indonesia,311513,11994730,808,94,217 +Indonesia,311514,151335050,808,94,217 +Indonesia,311520,140920,808,94,217 +Indonesia,311611,26074341,808,94,217 +Indonesia,311613,81656210,808,94,217 +Indonesia,311615,551238,808,94,217 +Indonesia,311711,905696,808,94,217 +Indonesia,311811,126963,808,94,217 +Indonesia,311822,368802,808,94,217 +Indonesia,311911,81091,808,94,217 +Indonesia,311919,444762,808,94,217 +Indonesia,311920,2305178,808,94,217 +Indonesia,311930,1288915,808,94,217 +Indonesia,311941,1245418,808,94,217 +Indonesia,311942,369889,808,94,217 +Indonesia,311999,29362423,808,94,217 +Indonesia,312111,23335,808,94,217 +Indonesia,312120,48034573,808,94,217 +Indonesia,312130,50000,808,94,217 +Indonesia,312221,991051,808,94,217 +Indonesia,312229,591566,808,94,217 +Indonesia,313111,104033,808,94,217 +Indonesia,313113,106892,808,94,217 +Indonesia,313210,4773684,808,94,217 +Indonesia,313221,1290437,808,94,217 +Indonesia,313230,10473956,808,94,217 +Indonesia,313249,3407265,808,94,217 +Indonesia,313320,915218,808,94,217 +Indonesia,314110,282757,808,94,217 +Indonesia,314121,17300,808,94,217 +Indonesia,314129,152643,808,94,217 +Indonesia,314911,41174,808,94,217 +Indonesia,314912,263821,808,94,217 +Indonesia,314991,32583,808,94,217 +Indonesia,314992,1244935,808,94,217 +Indonesia,314999,1997238,808,94,217 +Indonesia,315111,12054,808,94,217 +Indonesia,315221,21071,808,94,217 +Indonesia,315222,30244,808,94,217 +Indonesia,315223,65339,808,94,217 +Indonesia,315224,48108,808,94,217 +Indonesia,315228,25247,808,94,217 +Indonesia,315231,241471,808,94,217 +Indonesia,315232,27536,808,94,217 +Indonesia,315233,21851,808,94,217 +Indonesia,315239,389601,808,94,217 +Indonesia,315291,185183,808,94,217 +Indonesia,315292,26209,808,94,217 +Indonesia,315991,93420,808,94,217 +Indonesia,315992,86836,808,94,217 +Indonesia,315993,3180,808,94,217 +Indonesia,315999,1659059,808,94,217 +Indonesia,316110,905468,808,94,217 +Indonesia,316211,8816,808,94,217 +Indonesia,316213,103786,808,94,217 +Indonesia,316214,52709,808,94,217 +Indonesia,316219,384591,808,94,217 +Indonesia,316991,368907,808,94,217 +Indonesia,316992,5240,808,94,217 +Indonesia,316993,12384,808,94,217 +Indonesia,316999,7563315,808,94,217 +Indonesia,321113,31480313,808,94,217 +Indonesia,321114,23321,808,94,217 +Indonesia,321211,5531500,808,94,217 +Indonesia,321212,501569,808,94,217 +Indonesia,321213,100026,808,94,217 +Indonesia,321219,16630,808,94,217 +Indonesia,321911,31105,808,94,217 +Indonesia,321918,219607,808,94,217 +Indonesia,321920,20344,808,94,217 +Indonesia,321999,553814,808,94,217 +Indonesia,322110,92374325,808,94,217 +Indonesia,322121,20397148,808,94,217 +Indonesia,322122,41895,808,94,217 +Indonesia,322130,29608429,808,94,217 +Indonesia,322211,3912302,808,94,217 +Indonesia,322214,3850,808,94,217 +Indonesia,322215,79219,808,94,217 +Indonesia,322222,7412179,808,94,217 +Indonesia,322223,1274187,808,94,217 +Indonesia,322224,26810,808,94,217 +Indonesia,322232,163644,808,94,217 +Indonesia,322233,40457,808,94,217 +Indonesia,322291,524343,808,94,217 +Indonesia,322299,573243,808,94,217 +Indonesia,323116,15298,808,94,217 +Indonesia,323117,4938318,808,94,217 +Indonesia,323118,598845,808,94,217 +Indonesia,323119,3862978,808,94,217 +Indonesia,323122,119454,808,94,217 +Indonesia,324110,52876859,808,94,217 +Indonesia,324121,1515703,808,94,217 +Indonesia,324122,760509,808,94,217 +Indonesia,325110,37105,808,94,217 +Indonesia,325120,657072,808,94,217 +Indonesia,325131,31765815,808,94,217 +Indonesia,325132,2976304,808,94,217 +Indonesia,325181,65210346,808,94,217 +Indonesia,325182,697766,808,94,217 +Indonesia,325188,53176177,808,94,217 +Indonesia,325191,805530,808,94,217 +Indonesia,325192,10112254,808,94,217 +Indonesia,325193,8319,808,94,217 +Indonesia,325199,267749180,808,94,217 +Indonesia,325211,142799980,808,94,217 +Indonesia,325212,46484030,808,94,217 +Indonesia,325221,81291775,808,94,217 +Indonesia,325222,4216504,808,94,217 +Indonesia,325311,2908512,808,94,217 +Indonesia,325312,10458527,808,94,217 +Indonesia,325320,38603053,808,94,217 +Indonesia,325411,16022861,808,94,217 +Indonesia,325412,22470853,808,94,217 +Indonesia,325414,16374810,808,94,217 +Indonesia,325510,4516446,808,94,217 +Indonesia,325520,2858893,808,94,217 +Indonesia,325611,6757326,808,94,217 +Indonesia,325612,5266366,808,94,217 +Indonesia,325613,88582876,808,94,217 +Indonesia,325620,4805247,808,94,217 +Indonesia,325910,3052147,808,94,217 +Indonesia,325920,452477,808,94,217 +Indonesia,325992,5431841,808,94,217 +Indonesia,325998,18971826,808,94,217 +Indonesia,326113,7010795,808,94,217 +Indonesia,326121,1657164,808,94,217 +Indonesia,326122,4787040,808,94,217 +Indonesia,326160,655723,808,94,217 +Indonesia,326191,9605,808,94,217 +Indonesia,326192,238611,808,94,217 +Indonesia,326199,14869868,808,94,217 +Indonesia,326211,4738875,808,94,217 +Indonesia,326220,3775688,808,94,217 +Indonesia,326299,3034090,808,94,217 +Indonesia,327111,67493,808,94,217 +Indonesia,327112,1166111,808,94,217 +Indonesia,327113,244902,808,94,217 +Indonesia,327122,57230,808,94,217 +Indonesia,327124,777872,808,94,217 +Indonesia,327125,895555,808,94,217 +Indonesia,327211,202461,808,94,217 +Indonesia,327212,1153673,808,94,217 +Indonesia,327213,138545,808,94,217 +Indonesia,327215,4819199,808,94,217 +Indonesia,327310,23217,808,94,217 +Indonesia,327320,3320,808,94,217 +Indonesia,327390,825073,808,94,217 +Indonesia,327420,265262,808,94,217 +Indonesia,327910,1892520,808,94,217 +Indonesia,327991,28395,808,94,217 +Indonesia,327992,4053735,808,94,217 +Indonesia,327993,1727276,808,94,217 +Indonesia,327999,1492749,808,94,217 +Indonesia,331111,11377187,808,94,217 +Indonesia,331112,95131,808,94,217 +Indonesia,331222,306075,808,94,217 +Indonesia,331311,1158704,808,94,217 +Indonesia,331312,194338,808,94,217 +Indonesia,331314,1071483,808,94,217 +Indonesia,331315,4846267,808,94,217 +Indonesia,331316,396217,808,94,217 +Indonesia,331319,489939,808,94,217 +Indonesia,331411,5796274,808,94,217 +Indonesia,331419,12003305,808,94,217 +Indonesia,331421,468136,808,94,217 +Indonesia,331422,6937810,808,94,217 +Indonesia,331491,5710169,808,94,217 +Indonesia,331492,187491,808,94,217 +Indonesia,331511,1583642,808,94,217 +Indonesia,332115,337043,808,94,217 +Indonesia,332211,219648,808,94,217 +Indonesia,332212,2844540,808,94,217 +Indonesia,332213,1106384,808,94,217 +Indonesia,332214,24161,808,94,217 +Indonesia,332311,1892166,808,94,217 +Indonesia,332312,2121859,808,94,217 +Indonesia,332321,463079,808,94,217 +Indonesia,332322,2599576,808,94,217 +Indonesia,332323,70000,808,94,217 +Indonesia,332410,7248112,808,94,217 +Indonesia,332420,3340813,808,94,217 +Indonesia,332439,348991,808,94,217 +Indonesia,332510,2476171,808,94,217 +Indonesia,332611,500542,808,94,217 +Indonesia,332618,1623747,808,94,217 +Indonesia,332722,3045709,808,94,217 +Indonesia,332911,24317059,808,94,217 +Indonesia,332912,1587501,808,94,217 +Indonesia,332913,172623,808,94,217 +Indonesia,332919,3437063,808,94,217 +Indonesia,332991,3338805,808,94,217 +Indonesia,332992,270143,808,94,217 +Indonesia,332994,1164196,808,94,217 +Indonesia,332998,473410,808,94,217 +Indonesia,332999,8075311,808,94,217 +Indonesia,333111,18163567,808,94,217 +Indonesia,333120,74368961,808,94,217 +Indonesia,333131,59045117,808,94,217 +Indonesia,333132,111627276,808,94,217 +Indonesia,333210,468078,808,94,217 +Indonesia,333220,8970902,808,94,217 +Indonesia,333291,6444322,808,94,217 +Indonesia,333292,6187517,808,94,217 +Indonesia,333293,6920599,808,94,217 +Indonesia,333294,8431640,808,94,217 +Indonesia,333295,152030,808,94,217 +Indonesia,333298,1446112,808,94,217 +Indonesia,333311,170474,808,94,217 +Indonesia,333313,5052206,808,94,217 +Indonesia,333314,4524427,808,94,217 +Indonesia,333315,4966051,808,94,217 +Indonesia,333319,2560848,808,94,217 +Indonesia,333411,2390510,808,94,217 +Indonesia,333412,1625576,808,94,217 +Indonesia,333414,7843453,808,94,217 +Indonesia,333415,9648630,808,94,217 +Indonesia,333511,2278508,808,94,217 +Indonesia,333512,5192493,808,94,217 +Indonesia,333513,5284641,808,94,217 +Indonesia,333514,1999120,808,94,217 +Indonesia,333515,4217463,808,94,217 +Indonesia,333516,151347,808,94,217 +Indonesia,333611,76034499,808,94,217 +Indonesia,333612,3849207,808,94,217 +Indonesia,333613,4412789,808,94,217 +Indonesia,333618,12296620,808,94,217 +Indonesia,333911,24353806,808,94,217 +Indonesia,333912,59850999,808,94,217 +Indonesia,333913,1834345,808,94,217 +Indonesia,333921,202103,808,94,217 +Indonesia,333922,2778243,808,94,217 +Indonesia,333923,3052131,808,94,217 +Indonesia,333924,1283854,808,94,217 +Indonesia,333991,547207,808,94,217 +Indonesia,333992,9487056,808,94,217 +Indonesia,333993,4383322,808,94,217 +Indonesia,333994,4635096,808,94,217 +Indonesia,333995,4362492,808,94,217 +Indonesia,333996,8307506,808,94,217 +Indonesia,333997,843705,808,94,217 +Indonesia,333999,50860562,808,94,217 +Indonesia,334111,36400715,808,94,217 +Indonesia,334112,10872967,808,94,217 +Indonesia,334119,16094122,808,94,217 +Indonesia,334210,2319237,808,94,217 +Indonesia,334220,37846033,808,94,217 +Indonesia,334290,3800921,808,94,217 +Indonesia,334310,4352779,808,94,217 +Indonesia,334411,514860,808,94,217 +Indonesia,334412,671794,808,94,217 +Indonesia,334413,69794299,808,94,217 +Indonesia,334414,142676,808,94,217 +Indonesia,334415,903763,808,94,217 +Indonesia,334416,696752,808,94,217 +Indonesia,334417,8749979,808,94,217 +Indonesia,334418,63030,808,94,217 +Indonesia,334419,7772526,808,94,217 +Indonesia,334510,11928336,808,94,217 +Indonesia,334511,3466135,808,94,217 +Indonesia,334512,278607,808,94,217 +Indonesia,334513,14834910,808,94,217 +Indonesia,334514,811294,808,94,217 +Indonesia,334515,14484460,808,94,217 +Indonesia,334516,20038594,808,94,217 +Indonesia,334517,13551805,808,94,217 +Indonesia,334518,412719,808,94,217 +Indonesia,334519,20447717,808,94,217 +Indonesia,334612,195458,808,94,217 +Indonesia,334613,1130688,808,94,217 +Indonesia,335110,1786356,808,94,217 +Indonesia,335121,183828,808,94,217 +Indonesia,335129,5229388,808,94,217 +Indonesia,335211,793216,808,94,217 +Indonesia,335212,363796,808,94,217 +Indonesia,335221,444129,808,94,217 +Indonesia,335222,108185,808,94,217 +Indonesia,335224,1494875,808,94,217 +Indonesia,335228,963041,808,94,217 +Indonesia,335311,352085,808,94,217 +Indonesia,335312,52515804,808,94,217 +Indonesia,335313,5289558,808,94,217 +Indonesia,335314,12280230,808,94,217 +Indonesia,335911,2071408,808,94,217 +Indonesia,335912,1065056,808,94,217 +Indonesia,335921,295407,808,94,217 +Indonesia,335929,6738073,808,94,217 +Indonesia,335931,2372488,808,94,217 +Indonesia,335932,499347,808,94,217 +Indonesia,335991,4283901,808,94,217 +Indonesia,335999,2722621,808,94,217 +Indonesia,336111,4355220,808,94,217 +Indonesia,336120,2745996,808,94,217 +Indonesia,336211,249178,808,94,217 +Indonesia,336212,76000,808,94,217 +Indonesia,336214,1867325,808,94,217 +Indonesia,336311,2180991,808,94,217 +Indonesia,336321,1317909,808,94,217 +Indonesia,336322,34544470,808,94,217 +Indonesia,336330,410055,808,94,217 +Indonesia,336340,2095082,808,94,217 +Indonesia,336350,267333,808,94,217 +Indonesia,336360,101005,808,94,217 +Indonesia,336370,3610,808,94,217 +Indonesia,336391,6570,808,94,217 +Indonesia,336399,21169903,808,94,217 +Indonesia,336412,559652,808,94,217 +Indonesia,336413,19914661,808,94,217 +Indonesia,336415,21156,808,94,217 +Indonesia,336419,55980,808,94,217 +Indonesia,336510,14817801,808,94,217 +Indonesia,336611,2065972,808,94,217 +Indonesia,336612,1412696,808,94,217 +Indonesia,336991,1470215,808,94,217 +Indonesia,337121,6361,808,94,217 +Indonesia,337124,1046981,808,94,217 +Indonesia,337127,5271474,808,94,217 +Indonesia,337211,148597,808,94,217 +Indonesia,337214,24287,808,94,217 +Indonesia,337215,444043,808,94,217 +Indonesia,337920,13400,808,94,217 +Indonesia,339112,5193269,808,94,217 +Indonesia,339113,6733582,808,94,217 +Indonesia,339114,458897,808,94,217 +Indonesia,339115,4672884,808,94,217 +Indonesia,339911,1455297,808,94,217 +Indonesia,339912,66619,808,94,217 +Indonesia,339913,141923,808,94,217 +Indonesia,339914,246168,808,94,217 +Indonesia,339920,6735258,808,94,217 +Indonesia,339932,401535,808,94,217 +Indonesia,339941,54178,808,94,217 +Indonesia,339942,56417,808,94,217 +Indonesia,339944,357724,808,94,217 +Indonesia,339950,129412,808,94,217 +Indonesia,339991,5176341,808,94,217 +Indonesia,339992,4840350,808,94,217 +Indonesia,339993,791123,808,94,217 +Indonesia,339994,365462,808,94,217 +Indonesia,339999,4555014,808,94,217 +Indonesia,511210,269024,808,94,217 +Indonesia,910000,244017973,808,94,217 +Indonesia,920000,2055817,808,94,217 +Indonesia,990000,76187222,808,94,217 +Iran,111110,50340685,806,95,218 +Iran,111219,15487887,806,95,218 +Iran,112111,7064116,806,95,218 +Iran,112310,97928,806,95,218 +Iran,114111,16500,806,95,218 +Iran,311119,1287132,806,95,218 +Iran,311212,23720,806,95,218 +Iran,311222,518573,806,95,218 +Iran,311512,6134477,806,95,218 +Iran,311514,51300,806,95,218 +Iran,311613,772170,806,95,218 +Iran,311930,817274,806,95,218 +Iran,311942,14765,806,95,218 +Iran,311999,1283207,806,95,218 +Iran,314129,3987,806,95,218 +Iran,322110,35724885,806,95,218 +Iran,322130,60120,806,95,218 +Iran,323119,958575,806,95,218 +Iran,325188,18900,806,95,218 +Iran,325199,72730,806,95,218 +Iran,325211,14917300,806,95,218 +Iran,325312,415181,806,95,218 +Iran,325411,10438926,806,95,218 +Iran,325412,18652922,806,95,218 +Iran,325414,19502910,806,95,218 +Iran,325611,23990,806,95,218 +Iran,325620,20457,806,95,218 +Iran,325992,198874,806,95,218 +Iran,326199,53501,806,95,218 +Iran,331419,57553,806,95,218 +Iran,332420,836394,806,95,218 +Iran,333314,55564,806,95,218 +Iran,333319,8193,806,95,218 +Iran,333415,184758,806,95,218 +Iran,333999,696132,806,95,218 +Iran,334111,139059,806,95,218 +Iran,334112,9800,806,95,218 +Iran,334119,19033,806,95,218 +Iran,334510,12343243,806,95,218 +Iran,334515,54646,806,95,218 +Iran,334516,2521881,806,95,218 +Iran,334517,1554798,806,95,218 +Iran,334613,214530,806,95,218 +Iran,335921,102589,806,95,218 +Iran,335999,58984,806,95,218 +Iran,337127,131084,806,95,218 +Iran,339112,2378343,806,95,218 +Iran,339113,2379566,806,95,218 +Iran,339114,1431783,806,95,218 +Iran,339115,380800,806,95,218 +Iran,339920,64049,806,95,218 +Iran,339999,333036,806,95,218 +Iran,511210,454980,806,95,218 +Iran,990000,14555,806,95,218 +Iraq,111120,101388,806,96,219 +Iraq,111140,114620477,806,96,219 +Iraq,111219,663976,806,96,219 +Iraq,111335,294312,806,96,219 +Iraq,111421,130655,806,96,219 +Iraq,111422,30274,806,96,219 +Iraq,111998,36155,806,96,219 +Iraq,112990,242800,806,96,219 +Iraq,113210,74325,806,96,219 +Iraq,113310,98400,806,96,219 +Iraq,211111,3515,806,96,219 +Iraq,211112,34562,806,96,219 +Iraq,212113,18010,806,96,219 +Iraq,212299,7221,806,96,219 +Iraq,212393,4839,806,96,219 +Iraq,212399,211340,806,96,219 +Iraq,311119,35278,806,96,219 +Iraq,311211,27200,806,96,219 +Iraq,311212,104864748,806,96,219 +Iraq,311221,155760,806,96,219 +Iraq,311222,54950,806,96,219 +Iraq,311230,28829,806,96,219 +Iraq,311311,6080,806,96,219 +Iraq,311320,2501,806,96,219 +Iraq,311340,3573,806,96,219 +Iraq,311411,25483,806,96,219 +Iraq,311421,10745,806,96,219 +Iraq,311423,4034,806,96,219 +Iraq,311514,252144,806,96,219 +Iraq,311611,1041485,806,96,219 +Iraq,311613,4400,806,96,219 +Iraq,311615,65236180,806,96,219 +Iraq,311822,20441,806,96,219 +Iraq,311911,116106,806,96,219 +Iraq,311919,14831,806,96,219 +Iraq,311942,13212,806,96,219 +Iraq,311999,333319,806,96,219 +Iraq,312221,198595,806,96,219 +Iraq,312229,304928,806,96,219 +Iraq,313210,6877,806,96,219 +Iraq,313221,85824,806,96,219 +Iraq,313320,63692,806,96,219 +Iraq,314110,3154,806,96,219 +Iraq,314121,46210,806,96,219 +Iraq,314129,352792,806,96,219 +Iraq,314911,1706090,806,96,219 +Iraq,314912,378136,806,96,219 +Iraq,314991,72878,806,96,219 +Iraq,314999,520614,806,96,219 +Iraq,315111,55036,806,96,219 +Iraq,315221,85136,806,96,219 +Iraq,315222,54661,806,96,219 +Iraq,315223,618315,806,96,219 +Iraq,315224,300323,806,96,219 +Iraq,315228,1411007,806,96,219 +Iraq,315232,29593,806,96,219 +Iraq,315233,10443,806,96,219 +Iraq,315234,7164,806,96,219 +Iraq,315239,133985,806,96,219 +Iraq,315291,2727,806,96,219 +Iraq,315292,501373,806,96,219 +Iraq,315991,71080,806,96,219 +Iraq,315992,70056,806,96,219 +Iraq,315999,798125,806,96,219 +Iraq,316110,2802,806,96,219 +Iraq,316211,169070,806,96,219 +Iraq,316213,391463,806,96,219 +Iraq,316219,358826,806,96,219 +Iraq,316991,211258,806,96,219 +Iraq,316993,17000,806,96,219 +Iraq,316999,17327,806,96,219 +Iraq,321911,12675,806,96,219 +Iraq,321918,3224,806,96,219 +Iraq,321920,43420,806,96,219 +Iraq,321999,14999,806,96,219 +Iraq,322121,35692,806,96,219 +Iraq,322130,4341,806,96,219 +Iraq,322211,22515,806,96,219 +Iraq,322222,145752,806,96,219 +Iraq,322223,148920,806,96,219 +Iraq,322233,2723,806,96,219 +Iraq,322291,31202,806,96,219 +Iraq,322299,53814,806,96,219 +Iraq,323117,622047,806,96,219 +Iraq,323118,22458,806,96,219 +Iraq,323119,250245,806,96,219 +Iraq,324110,1455815,806,96,219 +Iraq,324121,25246,806,96,219 +Iraq,324122,5588,806,96,219 +Iraq,325110,54543,806,96,219 +Iraq,325120,127619,806,96,219 +Iraq,325131,2866359,806,96,219 +Iraq,325132,64639,806,96,219 +Iraq,325181,4796,806,96,219 +Iraq,325188,6885503,806,96,219 +Iraq,325191,7100,806,96,219 +Iraq,325192,44914,806,96,219 +Iraq,325199,1545882,806,96,219 +Iraq,325211,779122,806,96,219 +Iraq,325212,65667,806,96,219 +Iraq,325222,24385,806,96,219 +Iraq,325312,41762,806,96,219 +Iraq,325320,117235,806,96,219 +Iraq,325411,14965242,806,96,219 +Iraq,325412,2256994,806,96,219 +Iraq,325414,442956,806,96,219 +Iraq,325510,375573,806,96,219 +Iraq,325520,1173540,806,96,219 +Iraq,325611,333117,806,96,219 +Iraq,325612,62524,806,96,219 +Iraq,325613,2764021,806,96,219 +Iraq,325620,2523267,806,96,219 +Iraq,325910,84248,806,96,219 +Iraq,325920,1838712,806,96,219 +Iraq,325992,2860889,806,96,219 +Iraq,325998,10693840,806,96,219 +Iraq,326113,187122,806,96,219 +Iraq,326122,111008,806,96,219 +Iraq,326160,7496,806,96,219 +Iraq,326191,34028,806,96,219 +Iraq,326199,1079963,806,96,219 +Iraq,326211,570377,806,96,219 +Iraq,326220,400942,806,96,219 +Iraq,326299,225603,806,96,219 +Iraq,327111,22166,806,96,219 +Iraq,327112,187149,806,96,219 +Iraq,327122,2735,806,96,219 +Iraq,327124,6800,806,96,219 +Iraq,327211,184685,806,96,219 +Iraq,327212,78582,806,96,219 +Iraq,327215,96546,806,96,219 +Iraq,327310,20679,806,96,219 +Iraq,327910,3020,806,96,219 +Iraq,327991,65820,806,96,219 +Iraq,327992,55814,806,96,219 +Iraq,327993,12917,806,96,219 +Iraq,327999,147609,806,96,219 +Iraq,331111,1729241,806,96,219 +Iraq,331222,26114,806,96,219 +Iraq,331312,4274,806,96,219 +Iraq,331315,606745,806,96,219 +Iraq,331319,124041,806,96,219 +Iraq,331411,19445,806,96,219 +Iraq,331421,5847,806,96,219 +Iraq,331422,467832,806,96,219 +Iraq,331491,48886,806,96,219 +Iraq,331511,46803732,806,96,219 +Iraq,332115,6583,806,96,219 +Iraq,332211,8157,806,96,219 +Iraq,332212,1912298,806,96,219 +Iraq,332213,23259,806,96,219 +Iraq,332311,873885,806,96,219 +Iraq,332312,4771972,806,96,219 +Iraq,332321,94968,806,96,219 +Iraq,332410,17173918,806,96,219 +Iraq,332420,1783356,806,96,219 +Iraq,332439,66087,806,96,219 +Iraq,332510,832650,806,96,219 +Iraq,332611,43567,806,96,219 +Iraq,332618,616844,806,96,219 +Iraq,332722,580670,806,96,219 +Iraq,332911,17162315,806,96,219 +Iraq,332912,1762296,806,96,219 +Iraq,332913,11966,806,96,219 +Iraq,332919,1241193,806,96,219 +Iraq,332991,1321756,806,96,219 +Iraq,332992,9954869,806,96,219 +Iraq,332994,13894867,806,96,219 +Iraq,332995,2264124,806,96,219 +Iraq,332998,27119,806,96,219 +Iraq,332999,1781513,806,96,219 +Iraq,333111,1506104,806,96,219 +Iraq,333120,9631059,806,96,219 +Iraq,333131,7246772,806,96,219 +Iraq,333132,131177443,806,96,219 +Iraq,333210,20179,806,96,219 +Iraq,333220,110406,806,96,219 +Iraq,333291,274304,806,96,219 +Iraq,333292,30170,806,96,219 +Iraq,333293,598621,806,96,219 +Iraq,333294,148092,806,96,219 +Iraq,333298,184132,806,96,219 +Iraq,333311,9800,806,96,219 +Iraq,333313,609800,806,96,219 +Iraq,333314,10611245,806,96,219 +Iraq,333315,528469,806,96,219 +Iraq,333319,1492311,806,96,219 +Iraq,333411,202311,806,96,219 +Iraq,333412,245256,806,96,219 +Iraq,333414,44215,806,96,219 +Iraq,333415,3913882,806,96,219 +Iraq,333511,2750,806,96,219 +Iraq,333512,997044,806,96,219 +Iraq,333513,1656025,806,96,219 +Iraq,333514,19072,806,96,219 +Iraq,333515,104277,806,96,219 +Iraq,333611,200094327,806,96,219 +Iraq,333612,951660,806,96,219 +Iraq,333613,4040725,806,96,219 +Iraq,333618,9087347,806,96,219 +Iraq,333911,10084706,806,96,219 +Iraq,333912,21307337,806,96,219 +Iraq,333913,1796840,806,96,219 +Iraq,333921,296496,806,96,219 +Iraq,333923,4849442,806,96,219 +Iraq,333924,664849,806,96,219 +Iraq,333991,406682,806,96,219 +Iraq,333992,2007105,806,96,219 +Iraq,333993,251874,806,96,219 +Iraq,333994,1269180,806,96,219 +Iraq,333995,875817,806,96,219 +Iraq,333996,958881,806,96,219 +Iraq,333997,783193,806,96,219 +Iraq,333999,48699896,806,96,219 +Iraq,334111,7813381,806,96,219 +Iraq,334112,969230,806,96,219 +Iraq,334119,10892491,806,96,219 +Iraq,334210,1365636,806,96,219 +Iraq,334220,46717096,806,96,219 +Iraq,334290,1997078,806,96,219 +Iraq,334310,3325387,806,96,219 +Iraq,334411,101971,806,96,219 +Iraq,334412,347669,806,96,219 +Iraq,334413,3494670,806,96,219 +Iraq,334414,6274,806,96,219 +Iraq,334415,77671,806,96,219 +Iraq,334416,653591,806,96,219 +Iraq,334417,1149267,806,96,219 +Iraq,334418,714131,806,96,219 +Iraq,334419,10741054,806,96,219 +Iraq,334510,8656845,806,96,219 +Iraq,334511,24752713,806,96,219 +Iraq,334512,141720,806,96,219 +Iraq,334513,10812432,806,96,219 +Iraq,334514,7562956,806,96,219 +Iraq,334515,10182491,806,96,219 +Iraq,334516,28871877,806,96,219 +Iraq,334517,16071121,806,96,219 +Iraq,334518,29207,806,96,219 +Iraq,334519,12204356,806,96,219 +Iraq,334612,19800,806,96,219 +Iraq,334613,148508,806,96,219 +Iraq,335110,854651,806,96,219 +Iraq,335121,105864,806,96,219 +Iraq,335129,562271,806,96,219 +Iraq,335211,142693,806,96,219 +Iraq,335212,62846,806,96,219 +Iraq,335221,60872,806,96,219 +Iraq,335222,5599,806,96,219 +Iraq,335224,514370,806,96,219 +Iraq,335228,3981611,806,96,219 +Iraq,335311,426806,806,96,219 +Iraq,335312,27998287,806,96,219 +Iraq,335313,2102682,806,96,219 +Iraq,335314,1861392,806,96,219 +Iraq,335911,756532,806,96,219 +Iraq,335912,459999,806,96,219 +Iraq,335921,470641,806,96,219 +Iraq,335929,5679534,806,96,219 +Iraq,335931,552208,806,96,219 +Iraq,335932,128561,806,96,219 +Iraq,335991,53178,806,96,219 +Iraq,335999,15116028,806,96,219 +Iraq,336111,45620316,806,96,219 +Iraq,336120,59101634,806,96,219 +Iraq,336211,9332333,806,96,219 +Iraq,336212,850351,806,96,219 +Iraq,336214,1269575,806,96,219 +Iraq,336311,8941803,806,96,219 +Iraq,336321,96005,806,96,219 +Iraq,336322,4752744,806,96,219 +Iraq,336330,501541,806,96,219 +Iraq,336340,537628,806,96,219 +Iraq,336350,1043766,806,96,219 +Iraq,336360,107698,806,96,219 +Iraq,336370,5640,806,96,219 +Iraq,336391,36437,806,96,219 +Iraq,336399,23857513,806,96,219 +Iraq,336411,48768464,806,96,219 +Iraq,336412,10300665,806,96,219 +Iraq,336413,54728181,806,96,219 +Iraq,336419,279209,806,96,219 +Iraq,336510,161036,806,96,219 +Iraq,336611,2602610,806,96,219 +Iraq,336612,347174,806,96,219 +Iraq,336991,95101,806,96,219 +Iraq,337124,54991,806,96,219 +Iraq,337127,852346,806,96,219 +Iraq,337214,57117,806,96,219 +Iraq,337215,503906,806,96,219 +Iraq,337920,20304,806,96,219 +Iraq,339112,2707584,806,96,219 +Iraq,339113,2843121,806,96,219 +Iraq,339114,159307,806,96,219 +Iraq,339115,2057780,806,96,219 +Iraq,339911,96244,806,96,219 +Iraq,339914,8995,806,96,219 +Iraq,339920,463390,806,96,219 +Iraq,339932,138596,806,96,219 +Iraq,339941,2820,806,96,219 +Iraq,339942,120347,806,96,219 +Iraq,339944,16285,806,96,219 +Iraq,339950,21523,806,96,219 +Iraq,339991,1944854,806,96,219 +Iraq,339992,62010,806,96,219 +Iraq,339993,7054,806,96,219 +Iraq,339994,27922,806,96,219 +Iraq,339999,1550587,806,96,219 +Iraq,511210,358469,806,96,219 +Iraq,910000,43387,806,96,219 +Iraq,920000,1255087,806,96,219 +Iraq,990000,46969305,806,96,219 +Ireland,111110,5959688,804,97,220 +Ireland,111120,132400,804,97,220 +Ireland,111150,4169997,804,97,220 +Ireland,111219,3354762,804,97,220 +Ireland,111320,21960,804,97,220 +Ireland,111331,597872,804,97,220 +Ireland,111332,506330,804,97,220 +Ireland,111333,114047,804,97,220 +Ireland,111334,211980,804,97,220 +Ireland,111335,717034,804,97,220 +Ireland,111339,14364,804,97,220 +Ireland,111411,20459,804,97,220 +Ireland,111421,381219,804,97,220 +Ireland,111910,82848,804,97,220 +Ireland,111940,225669,804,97,220 +Ireland,111992,25500,804,97,220 +Ireland,111998,2837429,804,97,220 +Ireland,112111,579137,804,97,220 +Ireland,112310,30165,804,97,220 +Ireland,112920,36607076,804,97,220 +Ireland,112990,57638,804,97,220 +Ireland,113210,5545216,804,97,220 +Ireland,113310,3439634,804,97,220 +Ireland,114111,6538,804,97,220 +Ireland,114112,184504,804,97,220 +Ireland,114119,93857,804,97,220 +Ireland,211111,33666,804,97,220 +Ireland,211112,32684,804,97,220 +Ireland,212112,4321,804,97,220 +Ireland,212221,2005349,804,97,220 +Ireland,212222,86950,804,97,220 +Ireland,212231,3678,804,97,220 +Ireland,212234,5813,804,97,220 +Ireland,212299,48020,804,97,220 +Ireland,212311,260235,804,97,220 +Ireland,212319,55734,804,97,220 +Ireland,212322,257734,804,97,220 +Ireland,212324,3282,804,97,220 +Ireland,212325,140915,804,97,220 +Ireland,212393,376253,804,97,220 +Ireland,212399,575909,804,97,220 +Ireland,311111,141440,804,97,220 +Ireland,311119,1645637,804,97,220 +Ireland,311211,205015,804,97,220 +Ireland,311212,26004,804,97,220 +Ireland,311221,48732582,804,97,220 +Ireland,311222,60702295,804,97,220 +Ireland,311223,3029117,804,97,220 +Ireland,311225,19072665,804,97,220 +Ireland,311230,3060,804,97,220 +Ireland,311311,6267743,804,97,220 +Ireland,311320,333876,804,97,220 +Ireland,311340,40179,804,97,220 +Ireland,311411,12090952,804,97,220 +Ireland,311421,1248818,804,97,220 +Ireland,311423,3184811,804,97,220 +Ireland,311511,2652,804,97,220 +Ireland,311512,4262,804,97,220 +Ireland,311514,2543995,804,97,220 +Ireland,311611,143150,804,97,220 +Ireland,311613,65652,804,97,220 +Ireland,311615,5376,804,97,220 +Ireland,311711,1157341,804,97,220 +Ireland,311811,202869,804,97,220 +Ireland,311911,158400,804,97,220 +Ireland,311919,25000,804,97,220 +Ireland,311920,1265587,804,97,220 +Ireland,311930,2111118,804,97,220 +Ireland,311941,596187,804,97,220 +Ireland,311942,16502,804,97,220 +Ireland,311999,3272703,804,97,220 +Ireland,312111,230449,804,97,220 +Ireland,312112,15038,804,97,220 +Ireland,312113,11492,804,97,220 +Ireland,312120,51039403,804,97,220 +Ireland,312130,3985047,804,97,220 +Ireland,312140,5378571,804,97,220 +Ireland,312229,141744,804,97,220 +Ireland,313111,312739,804,97,220 +Ireland,313113,13363,804,97,220 +Ireland,313210,811686,804,97,220 +Ireland,313221,1241424,804,97,220 +Ireland,313230,7845816,804,97,220 +Ireland,313249,3349379,804,97,220 +Ireland,313312,20658,804,97,220 +Ireland,313320,1299589,804,97,220 +Ireland,314110,711304,804,97,220 +Ireland,314121,30322,804,97,220 +Ireland,314129,3133742,804,97,220 +Ireland,314911,128500,804,97,220 +Ireland,314912,192189,804,97,220 +Ireland,314991,337646,804,97,220 +Ireland,314992,37225,804,97,220 +Ireland,314999,1033004,804,97,220 +Ireland,315111,20917,804,97,220 +Ireland,315221,107579,804,97,220 +Ireland,315222,5000,804,97,220 +Ireland,315223,852883,804,97,220 +Ireland,315224,29133,804,97,220 +Ireland,315228,154866,804,97,220 +Ireland,315231,9500634,804,97,220 +Ireland,315232,553509,804,97,220 +Ireland,315233,865522,804,97,220 +Ireland,315234,139206,804,97,220 +Ireland,315239,125228,804,97,220 +Ireland,315291,90191,804,97,220 +Ireland,315292,163587,804,97,220 +Ireland,315991,193699,804,97,220 +Ireland,315992,151309,804,97,220 +Ireland,315999,2522203,804,97,220 +Ireland,316110,610520,804,97,220 +Ireland,316211,141769,804,97,220 +Ireland,316212,70401,804,97,220 +Ireland,316213,426124,804,97,220 +Ireland,316214,90929,804,97,220 +Ireland,316219,175535,804,97,220 +Ireland,316991,358742,804,97,220 +Ireland,316992,36273,804,97,220 +Ireland,316993,425776,804,97,220 +Ireland,316999,635217,804,97,220 +Ireland,321113,8154522,804,97,220 +Ireland,321114,94408,804,97,220 +Ireland,321211,1442913,804,97,220 +Ireland,321212,78560,804,97,220 +Ireland,321213,66225,804,97,220 +Ireland,321219,45903,804,97,220 +Ireland,321911,1977223,804,97,220 +Ireland,321918,514242,804,97,220 +Ireland,321920,2319439,804,97,220 +Ireland,321992,202160,804,97,220 +Ireland,321999,279045,804,97,220 +Ireland,322110,5889805,804,97,220 +Ireland,322121,3516267,804,97,220 +Ireland,322122,4038,804,97,220 +Ireland,322130,2713049,804,97,220 +Ireland,322211,1715734,804,97,220 +Ireland,322212,1429042,804,97,220 +Ireland,322213,89690,804,97,220 +Ireland,322214,100123,804,97,220 +Ireland,322215,537164,804,97,220 +Ireland,322222,13717290,804,97,220 +Ireland,322223,6265311,804,97,220 +Ireland,322232,233671,804,97,220 +Ireland,322233,232270,804,97,220 +Ireland,322291,445031,804,97,220 +Ireland,322299,525652,804,97,220 +Ireland,323116,16919,804,97,220 +Ireland,323117,7200375,804,97,220 +Ireland,323118,316431,804,97,220 +Ireland,323119,8913923,804,97,220 +Ireland,323122,39900,804,97,220 +Ireland,324110,8764469,804,97,220 +Ireland,324121,13220,804,97,220 +Ireland,324122,23487,804,97,220 +Ireland,325110,46197,804,97,220 +Ireland,325120,3962950,804,97,220 +Ireland,325131,1064001,804,97,220 +Ireland,325132,2395359,804,97,220 +Ireland,325181,5525834,804,97,220 +Ireland,325188,25369619,804,97,220 +Ireland,325191,557023,804,97,220 +Ireland,325192,581921,804,97,220 +Ireland,325193,2652050,804,97,220 +Ireland,325199,770806283,804,97,220 +Ireland,325211,156617733,804,97,220 +Ireland,325212,43658550,804,97,220 +Ireland,325221,15893,804,97,220 +Ireland,325222,9785844,804,97,220 +Ireland,325311,2923409,804,97,220 +Ireland,325312,995127,804,97,220 +Ireland,325320,886614,804,97,220 +Ireland,325411,188929306,804,97,220 +Ireland,325412,913682327,804,97,220 +Ireland,325414,77871982,804,97,220 +Ireland,325510,708681,804,97,220 +Ireland,325520,5148271,804,97,220 +Ireland,325611,5254417,804,97,220 +Ireland,325612,10342185,804,97,220 +Ireland,325613,3000887,804,97,220 +Ireland,325620,17900021,804,97,220 +Ireland,325910,19649112,804,97,220 +Ireland,325920,238074,804,97,220 +Ireland,325992,18850225,804,97,220 +Ireland,325998,18297227,804,97,220 +Ireland,326113,21190016,804,97,220 +Ireland,326121,7325222,804,97,220 +Ireland,326122,14655580,804,97,220 +Ireland,326160,5481538,804,97,220 +Ireland,326191,292232,804,97,220 +Ireland,326192,272338,804,97,220 +Ireland,326199,77116528,804,97,220 +Ireland,326211,1190346,804,97,220 +Ireland,326220,11978595,804,97,220 +Ireland,326299,13315395,804,97,220 +Ireland,327111,78682,804,97,220 +Ireland,327112,1566383,804,97,220 +Ireland,327113,196197,804,97,220 +Ireland,327121,8278,804,97,220 +Ireland,327122,111997,804,97,220 +Ireland,327124,1126533,804,97,220 +Ireland,327125,302267,804,97,220 +Ireland,327211,194652,804,97,220 +Ireland,327212,5164025,804,97,220 +Ireland,327213,2687642,804,97,220 +Ireland,327215,456416,804,97,220 +Ireland,327310,367471,804,97,220 +Ireland,327331,975507,804,97,220 +Ireland,327390,26978,804,97,220 +Ireland,327420,60378,804,97,220 +Ireland,327910,14141185,804,97,220 +Ireland,327991,112093,804,97,220 +Ireland,327992,26678,804,97,220 +Ireland,327993,2191575,804,97,220 +Ireland,327999,480670,804,97,220 +Ireland,331111,23192309,804,97,220 +Ireland,331112,62597,804,97,220 +Ireland,331222,8910001,804,97,220 +Ireland,331311,484357,804,97,220 +Ireland,331312,134804,804,97,220 +Ireland,331315,27093169,804,97,220 +Ireland,331316,2170910,804,97,220 +Ireland,331319,505835,804,97,220 +Ireland,331411,162285,804,97,220 +Ireland,331419,1310259,804,97,220 +Ireland,331421,1160941,804,97,220 +Ireland,331422,1538970,804,97,220 +Ireland,331491,52914680,804,97,220 +Ireland,331492,849338,804,97,220 +Ireland,331511,719012,804,97,220 +Ireland,332115,6865669,804,97,220 +Ireland,332211,326626,804,97,220 +Ireland,332212,6441824,804,97,220 +Ireland,332213,376586,804,97,220 +Ireland,332311,17485,804,97,220 +Ireland,332312,1646531,804,97,220 +Ireland,332321,451303,804,97,220 +Ireland,332322,88098,804,97,220 +Ireland,332323,113308,804,97,220 +Ireland,332410,1739539,804,97,220 +Ireland,332420,2121662,804,97,220 +Ireland,332431,6831,804,97,220 +Ireland,332439,13215483,804,97,220 +Ireland,332510,1294610,804,97,220 +Ireland,332611,532192,804,97,220 +Ireland,332618,9006267,804,97,220 +Ireland,332722,13734448,804,97,220 +Ireland,332911,20789498,804,97,220 +Ireland,332912,3233752,804,97,220 +Ireland,332913,65603,804,97,220 +Ireland,332919,2730650,804,97,220 +Ireland,332991,4177893,804,97,220 +Ireland,332992,1972218,804,97,220 +Ireland,332994,482583,804,97,220 +Ireland,332997,203550,804,97,220 +Ireland,332998,80257,804,97,220 +Ireland,332999,14014301,804,97,220 +Ireland,333111,9372845,804,97,220 +Ireland,333120,4068767,804,97,220 +Ireland,333131,5221598,804,97,220 +Ireland,333132,3237991,804,97,220 +Ireland,333210,640935,804,97,220 +Ireland,333220,13876901,804,97,220 +Ireland,333291,4760880,804,97,220 +Ireland,333292,3826757,804,97,220 +Ireland,333293,3131879,804,97,220 +Ireland,333294,1567670,804,97,220 +Ireland,333295,29056827,804,97,220 +Ireland,333298,1949620,804,97,220 +Ireland,333311,668863,804,97,220 +Ireland,333313,3637809,804,97,220 +Ireland,333314,15616930,804,97,220 +Ireland,333315,2883304,804,97,220 +Ireland,333319,6165824,804,97,220 +Ireland,333411,1401322,804,97,220 +Ireland,333412,649011,804,97,220 +Ireland,333414,1009967,804,97,220 +Ireland,333415,5935185,804,97,220 +Ireland,333511,5466862,804,97,220 +Ireland,333512,5626949,804,97,220 +Ireland,333513,8698787,804,97,220 +Ireland,333514,5999603,804,97,220 +Ireland,333515,25270861,804,97,220 +Ireland,333516,11780,804,97,220 +Ireland,333611,9156706,804,97,220 +Ireland,333612,947430,804,97,220 +Ireland,333613,2902909,804,97,220 +Ireland,333618,5318407,804,97,220 +Ireland,333911,10202457,804,97,220 +Ireland,333912,2566603,804,97,220 +Ireland,333913,1411755,804,97,220 +Ireland,333921,107912,804,97,220 +Ireland,333922,427455,804,97,220 +Ireland,333923,75454,804,97,220 +Ireland,333924,955805,804,97,220 +Ireland,333991,1249105,804,97,220 +Ireland,333992,1725099,804,97,220 +Ireland,333993,7853029,804,97,220 +Ireland,333994,3271880,804,97,220 +Ireland,333995,411976,804,97,220 +Ireland,333996,2539567,804,97,220 +Ireland,333997,353574,804,97,220 +Ireland,333999,55391708,804,97,220 +Ireland,334111,85149479,804,97,220 +Ireland,334112,48701428,804,97,220 +Ireland,334119,285150148,804,97,220 +Ireland,334210,1414674,804,97,220 +Ireland,334220,92658249,804,97,220 +Ireland,334290,1543040,804,97,220 +Ireland,334310,14961434,804,97,220 +Ireland,334411,527449,804,97,220 +Ireland,334412,20485372,804,97,220 +Ireland,334413,204191746,804,97,220 +Ireland,334414,24415704,804,97,220 +Ireland,334415,4537689,804,97,220 +Ireland,334416,7438075,804,97,220 +Ireland,334417,10124953,804,97,220 +Ireland,334418,4583847,804,97,220 +Ireland,334419,37542373,804,97,220 +Ireland,334510,78288597,804,97,220 +Ireland,334511,1086399,804,97,220 +Ireland,334512,111992,804,97,220 +Ireland,334513,58895463,804,97,220 +Ireland,334514,347058,804,97,220 +Ireland,334515,32880429,804,97,220 +Ireland,334516,34415143,804,97,220 +Ireland,334517,14188768,804,97,220 +Ireland,334518,321463,804,97,220 +Ireland,334519,5916175,804,97,220 +Ireland,334612,156883,804,97,220 +Ireland,334613,515018,804,97,220 +Ireland,335110,1137531,804,97,220 +Ireland,335121,87971,804,97,220 +Ireland,335129,3768626,804,97,220 +Ireland,335211,1458685,804,97,220 +Ireland,335212,354396,804,97,220 +Ireland,335221,934827,804,97,220 +Ireland,335222,39913,804,97,220 +Ireland,335224,1309319,804,97,220 +Ireland,335228,3094375,804,97,220 +Ireland,335311,484211,804,97,220 +Ireland,335312,8301080,804,97,220 +Ireland,335313,6165525,804,97,220 +Ireland,335314,18148340,804,97,220 +Ireland,335911,257504,804,97,220 +Ireland,335912,34791325,804,97,220 +Ireland,335921,615346,804,97,220 +Ireland,335929,6810617,804,97,220 +Ireland,335931,2560478,804,97,220 +Ireland,335932,95111,804,97,220 +Ireland,335991,5807361,804,97,220 +Ireland,335999,11377331,804,97,220 +Ireland,336111,5384554,804,97,220 +Ireland,336120,269000,804,97,220 +Ireland,336211,108953,804,97,220 +Ireland,336212,202686,804,97,220 +Ireland,336214,224232,804,97,220 +Ireland,336311,732379,804,97,220 +Ireland,336321,161280,804,97,220 +Ireland,336322,1799119,804,97,220 +Ireland,336340,331334,804,97,220 +Ireland,336350,45676,804,97,220 +Ireland,336360,171142,804,97,220 +Ireland,336370,203742,804,97,220 +Ireland,336391,40139,804,97,220 +Ireland,336399,2902160,804,97,220 +Ireland,336411,29573,804,97,220 +Ireland,336412,2955080,804,97,220 +Ireland,336413,4715381,804,97,220 +Ireland,336419,85621,804,97,220 +Ireland,336510,14498,804,97,220 +Ireland,336612,699337,804,97,220 +Ireland,336991,796504,804,97,220 +Ireland,337124,1617329,804,97,220 +Ireland,337127,2268826,804,97,220 +Ireland,337129,47654,804,97,220 +Ireland,337211,43104,804,97,220 +Ireland,337214,353392,804,97,220 +Ireland,337215,2994234,804,97,220 +Ireland,337910,152889,804,97,220 +Ireland,337920,386008,804,97,220 +Ireland,339112,224824241,804,97,220 +Ireland,339113,285436782,804,97,220 +Ireland,339114,1632569,804,97,220 +Ireland,339115,55474544,804,97,220 +Ireland,339911,7965347,804,97,220 +Ireland,339912,4028,804,97,220 +Ireland,339913,39155798,804,97,220 +Ireland,339914,2396781,804,97,220 +Ireland,339920,2956783,804,97,220 +Ireland,339932,2244772,804,97,220 +Ireland,339941,1716268,804,97,220 +Ireland,339942,60578,804,97,220 +Ireland,339943,16562,804,97,220 +Ireland,339944,678271,804,97,220 +Ireland,339950,881707,804,97,220 +Ireland,339991,8031384,804,97,220 +Ireland,339992,1624494,804,97,220 +Ireland,339993,570989,804,97,220 +Ireland,339994,3959990,804,97,220 +Ireland,339999,5958771,804,97,220 +Ireland,511210,858680,804,97,220 +Ireland,910000,1029622,804,97,220 +Ireland,920000,6573094,804,97,220 +Ireland,990000,294225679,804,97,220 +Israel,111110,90969606,806,98,221 +Israel,111120,4265626,806,98,221 +Israel,111130,1160010,806,98,221 +Israel,111140,60621443,806,98,221 +Israel,111150,87517499,806,98,221 +Israel,111199,17280424,806,98,221 +Israel,111219,4491550,806,98,221 +Israel,111331,8214055,806,98,221 +Israel,111332,85262,806,98,221 +Israel,111334,254189,806,98,221 +Israel,111335,77015468,806,98,221 +Israel,111339,2397765,806,98,221 +Israel,111411,84544,806,98,221 +Israel,111421,108488,806,98,221 +Israel,111422,156972,806,98,221 +Israel,111910,743260,806,98,221 +Israel,111920,91282,806,98,221 +Israel,111940,107721,806,98,221 +Israel,111992,345254,806,98,221 +Israel,111998,438792,806,98,221 +Israel,112111,155883,806,98,221 +Israel,112210,3322,806,98,221 +Israel,112310,3254543,806,98,221 +Israel,112511,101545,806,98,221 +Israel,112910,681558,806,98,221 +Israel,112920,543600,806,98,221 +Israel,112930,61084,806,98,221 +Israel,112990,325827,806,98,221 +Israel,113210,1204729,806,98,221 +Israel,113310,4097252,806,98,221 +Israel,114111,6693303,806,98,221 +Israel,114112,590837,806,98,221 +Israel,114119,525530,806,98,221 +Israel,211112,78093,806,98,221 +Israel,212112,11276,806,98,221 +Israel,212221,173245,806,98,221 +Israel,212222,7900,806,98,221 +Israel,212231,117992,806,98,221 +Israel,212299,50312,806,98,221 +Israel,212311,63872,806,98,221 +Israel,212319,58428,806,98,221 +Israel,212322,435572,806,98,221 +Israel,212324,696381,806,98,221 +Israel,212325,1759800,806,98,221 +Israel,212391,15817,806,98,221 +Israel,212392,4503,806,98,221 +Israel,212393,177566,806,98,221 +Israel,212399,653162,806,98,221 +Israel,311111,10785458,806,98,221 +Israel,311119,9815352,806,98,221 +Israel,311211,1443631,806,98,221 +Israel,311212,44966907,806,98,221 +Israel,311221,29992334,806,98,221 +Israel,311222,24677790,806,98,221 +Israel,311223,853825,806,98,221 +Israel,311225,5189115,806,98,221 +Israel,311230,5620911,806,98,221 +Israel,311311,492244,806,98,221 +Israel,311320,1951212,806,98,221 +Israel,311340,3785079,806,98,221 +Israel,311411,1939413,806,98,221 +Israel,311421,16097217,806,98,221 +Israel,311422,268734,806,98,221 +Israel,311423,16649607,806,98,221 +Israel,311511,12432,806,98,221 +Israel,311512,4056076,806,98,221 +Israel,311513,2143913,806,98,221 +Israel,311514,19259456,806,98,221 +Israel,311520,806742,806,98,221 +Israel,311611,2114722,806,98,221 +Israel,311613,518502,806,98,221 +Israel,311615,452196,806,98,221 +Israel,311711,3248494,806,98,221 +Israel,311811,1117503,806,98,221 +Israel,311822,783193,806,98,221 +Israel,311823,111389,806,98,221 +Israel,311911,2180800,806,98,221 +Israel,311919,3124347,806,98,221 +Israel,311920,1885065,806,98,221 +Israel,311930,1604113,806,98,221 +Israel,311941,9198136,806,98,221 +Israel,311942,1001732,806,98,221 +Israel,311999,25397742,806,98,221 +Israel,312111,256196,806,98,221 +Israel,312113,27648,806,98,221 +Israel,312120,28555452,806,98,221 +Israel,312130,1550447,806,98,221 +Israel,312140,3814738,806,98,221 +Israel,312221,3825522,806,98,221 +Israel,312229,553787,806,98,221 +Israel,313111,192115,806,98,221 +Israel,313113,458601,806,98,221 +Israel,313210,9009422,806,98,221 +Israel,313221,966917,806,98,221 +Israel,313230,9725640,806,98,221 +Israel,313249,1778682,806,98,221 +Israel,313312,3715025,806,98,221 +Israel,313320,1509857,806,98,221 +Israel,314110,4096843,806,98,221 +Israel,314121,120474,806,98,221 +Israel,314129,1338063,806,98,221 +Israel,314911,219160,806,98,221 +Israel,314912,4289341,806,98,221 +Israel,314991,396328,806,98,221 +Israel,314992,39091,806,98,221 +Israel,314999,5043895,806,98,221 +Israel,315111,862808,806,98,221 +Israel,315221,970056,806,98,221 +Israel,315222,1095313,806,98,221 +Israel,315223,2391670,806,98,221 +Israel,315224,835056,806,98,221 +Israel,315228,1777715,806,98,221 +Israel,315231,996525,806,98,221 +Israel,315232,910829,806,98,221 +Israel,315233,1402026,806,98,221 +Israel,315234,644002,806,98,221 +Israel,315239,2513768,806,98,221 +Israel,315291,159338,806,98,221 +Israel,315292,2580603,806,98,221 +Israel,315991,1130107,806,98,221 +Israel,315992,328836,806,98,221 +Israel,315993,9384,806,98,221 +Israel,315999,4272290,806,98,221 +Israel,316110,54388,806,98,221 +Israel,316211,2164554,806,98,221 +Israel,316212,298916,806,98,221 +Israel,316213,992064,806,98,221 +Israel,316214,909118,806,98,221 +Israel,316219,1387340,806,98,221 +Israel,316991,2984439,806,98,221 +Israel,316992,129361,806,98,221 +Israel,316993,60087,806,98,221 +Israel,316999,823311,806,98,221 +Israel,321113,7142161,806,98,221 +Israel,321114,100689,806,98,221 +Israel,321211,1534323,806,98,221 +Israel,321212,299716,806,98,221 +Israel,321213,484230,806,98,221 +Israel,321219,2038223,806,98,221 +Israel,321911,1491671,806,98,221 +Israel,321918,220812,806,98,221 +Israel,321920,3730702,806,98,221 +Israel,321992,406756,806,98,221 +Israel,321999,824678,806,98,221 +Israel,322110,35557426,806,98,221 +Israel,322121,8921083,806,98,221 +Israel,322122,8834216,806,98,221 +Israel,322130,58690933,806,98,221 +Israel,322211,401581,806,98,221 +Israel,322212,49679,806,98,221 +Israel,322213,136100,806,98,221 +Israel,322214,782097,806,98,221 +Israel,322215,765973,806,98,221 +Israel,322222,6477682,806,98,221 +Israel,322223,2263440,806,98,221 +Israel,322224,57124,806,98,221 +Israel,322232,4150,806,98,221 +Israel,322233,33048,806,98,221 +Israel,322291,10657230,806,98,221 +Israel,322299,617865,806,98,221 +Israel,323116,2760,806,98,221 +Israel,323117,3478977,806,98,221 +Israel,323118,467751,806,98,221 +Israel,323119,7627656,806,98,221 +Israel,323122,253706,806,98,221 +Israel,324110,341432177,806,98,221 +Israel,324121,83714,806,98,221 +Israel,324122,124751,806,98,221 +Israel,325110,530325,806,98,221 +Israel,325120,5693521,806,98,221 +Israel,325131,16705011,806,98,221 +Israel,325132,1416544,806,98,221 +Israel,325181,1609761,806,98,221 +Israel,325182,12104,806,98,221 +Israel,325188,51966585,806,98,221 +Israel,325191,324135,806,98,221 +Israel,325192,14127267,806,98,221 +Israel,325193,506707,806,98,221 +Israel,325199,130864716,806,98,221 +Israel,325211,232441394,806,98,221 +Israel,325212,4195267,806,98,221 +Israel,325221,46278,806,98,221 +Israel,325222,6379921,806,98,221 +Israel,325311,1796510,806,98,221 +Israel,325312,1323549,806,98,221 +Israel,325320,9096684,806,98,221 +Israel,325411,35917299,806,98,221 +Israel,325412,67771610,806,98,221 +Israel,325414,51424091,806,98,221 +Israel,325510,13924347,806,98,221 +Israel,325520,11044084,806,98,221 +Israel,325611,7354854,806,98,221 +Israel,325612,13138126,806,98,221 +Israel,325613,18374940,806,98,221 +Israel,325620,27226118,806,98,221 +Israel,325910,2819642,806,98,221 +Israel,325920,13517429,806,98,221 +Israel,325992,20049985,806,98,221 +Israel,325998,12122073,806,98,221 +Israel,326113,18425119,806,98,221 +Israel,326121,1157550,806,98,221 +Israel,326122,3098272,806,98,221 +Israel,326160,6544656,806,98,221 +Israel,326191,509650,806,98,221 +Israel,326192,110316,806,98,221 +Israel,326199,53480549,806,98,221 +Israel,326211,15314160,806,98,221 +Israel,326212,65790,806,98,221 +Israel,326220,5379969,806,98,221 +Israel,326299,6854668,806,98,221 +Israel,327111,217014,806,98,221 +Israel,327112,5287756,806,98,221 +Israel,327113,736085,806,98,221 +Israel,327121,3652,806,98,221 +Israel,327122,18013,806,98,221 +Israel,327123,26510,806,98,221 +Israel,327124,610451,806,98,221 +Israel,327125,1115421,806,98,221 +Israel,327211,1962474,806,98,221 +Israel,327212,15901038,806,98,221 +Israel,327213,330515,806,98,221 +Israel,327215,4859237,806,98,221 +Israel,327310,262136,806,98,221 +Israel,327331,55625,806,98,221 +Israel,327390,276144,806,98,221 +Israel,327420,657007,806,98,221 +Israel,327910,4312575,806,98,221 +Israel,327991,228343,806,98,221 +Israel,327992,645169,806,98,221 +Israel,327993,1951271,806,98,221 +Israel,327999,611453,806,98,221 +Israel,331111,66024428,806,98,221 +Israel,331112,26000,806,98,221 +Israel,331222,2059506,806,98,221 +Israel,331311,512154,806,98,221 +Israel,331312,3831977,806,98,221 +Israel,331314,318957,806,98,221 +Israel,331315,16829448,806,98,221 +Israel,331316,19918444,806,98,221 +Israel,331319,1759673,806,98,221 +Israel,331411,872565,806,98,221 +Israel,331419,15558909,806,98,221 +Israel,331421,1697319,806,98,221 +Israel,331422,6682847,806,98,221 +Israel,331491,58135706,806,98,221 +Israel,331492,8912781,806,98,221 +Israel,331511,1367752,806,98,221 +Israel,332115,307380,806,98,221 +Israel,332211,1223516,806,98,221 +Israel,332212,6993657,806,98,221 +Israel,332213,587392,806,98,221 +Israel,332214,16454,806,98,221 +Israel,332311,383281,806,98,221 +Israel,332312,7748656,806,98,221 +Israel,332321,1552755,806,98,221 +Israel,332322,1375781,806,98,221 +Israel,332323,235079,806,98,221 +Israel,332410,3353689,806,98,221 +Israel,332420,2825394,806,98,221 +Israel,332431,391300,806,98,221 +Israel,332439,4941954,806,98,221 +Israel,332510,7432532,806,98,221 +Israel,332611,1204482,806,98,221 +Israel,332618,1703009,806,98,221 +Israel,332722,14134380,806,98,221 +Israel,332911,23523176,806,98,221 +Israel,332912,3315410,806,98,221 +Israel,332913,641669,806,98,221 +Israel,332919,5457705,806,98,221 +Israel,332991,4361286,806,98,221 +Israel,332992,136909047,806,98,221 +Israel,332994,14421992,806,98,221 +Israel,332995,7820740,806,98,221 +Israel,332997,11991,806,98,221 +Israel,332998,236406,806,98,221 +Israel,332999,18883507,806,98,221 +Israel,333111,16992751,806,98,221 +Israel,333120,33801321,806,98,221 +Israel,333131,5761648,806,98,221 +Israel,333132,22968067,806,98,221 +Israel,333210,362269,806,98,221 +Israel,333220,7262083,806,98,221 +Israel,333291,1820453,806,98,221 +Israel,333292,2679224,806,98,221 +Israel,333293,22843779,806,98,221 +Israel,333294,6213548,806,98,221 +Israel,333295,75793299,806,98,221 +Israel,333298,1493655,806,98,221 +Israel,333311,1097981,806,98,221 +Israel,333313,11325684,806,98,221 +Israel,333314,77573646,806,98,221 +Israel,333315,12285806,806,98,221 +Israel,333319,1783778,806,98,221 +Israel,333411,7116781,806,98,221 +Israel,333412,4258710,806,98,221 +Israel,333414,2197221,806,98,221 +Israel,333415,25792720,806,98,221 +Israel,333511,1480049,806,98,221 +Israel,333512,11531278,806,98,221 +Israel,333513,2302362,806,98,221 +Israel,333514,7350195,806,98,221 +Israel,333515,19277306,806,98,221 +Israel,333516,73936,806,98,221 +Israel,333611,54772081,806,98,221 +Israel,333612,4733426,806,98,221 +Israel,333613,3249349,806,98,221 +Israel,333618,6416692,806,98,221 +Israel,333911,16860493,806,98,221 +Israel,333912,7824681,806,98,221 +Israel,333913,4593509,806,98,221 +Israel,333921,1173084,806,98,221 +Israel,333922,1620390,806,98,221 +Israel,333923,347785,806,98,221 +Israel,333924,12952244,806,98,221 +Israel,333991,2931173,806,98,221 +Israel,333992,3564796,806,98,221 +Israel,333993,5044184,806,98,221 +Israel,333994,4674634,806,98,221 +Israel,333995,2720284,806,98,221 +Israel,333996,3404128,806,98,221 +Israel,333997,712507,806,98,221 +Israel,333999,91876314,806,98,221 +Israel,334111,87867962,806,98,221 +Israel,334112,24175218,806,98,221 +Israel,334119,185789112,806,98,221 +Israel,334210,5331444,806,98,221 +Israel,334220,241493029,806,98,221 +Israel,334290,5249178,806,98,221 +Israel,334310,38979514,806,98,221 +Israel,334411,5137806,806,98,221 +Israel,334412,12084275,806,98,221 +Israel,334413,267539769,806,98,221 +Israel,334414,10048051,806,98,221 +Israel,334415,11341854,806,98,221 +Israel,334416,7744627,806,98,221 +Israel,334417,54666552,806,98,221 +Israel,334418,1813252,806,98,221 +Israel,334419,78207295,806,98,221 +Israel,334510,60393772,806,98,221 +Israel,334511,51626312,806,98,221 +Israel,334512,2798468,806,98,221 +Israel,334513,20408408,806,98,221 +Israel,334514,2085208,806,98,221 +Israel,334515,128201327,806,98,221 +Israel,334516,36979650,806,98,221 +Israel,334517,58799708,806,98,221 +Israel,334518,4201220,806,98,221 +Israel,334519,16566474,806,98,221 +Israel,334612,947968,806,98,221 +Israel,334613,13558222,806,98,221 +Israel,335110,3879404,806,98,221 +Israel,335121,146683,806,98,221 +Israel,335129,3789709,806,98,221 +Israel,335211,5378722,806,98,221 +Israel,335212,3354474,806,98,221 +Israel,335221,1282203,806,98,221 +Israel,335222,5978201,806,98,221 +Israel,335224,1192981,806,98,221 +Israel,335228,2709417,806,98,221 +Israel,335311,2612930,806,98,221 +Israel,335312,23526009,806,98,221 +Israel,335313,8141169,806,98,221 +Israel,335314,22333683,806,98,221 +Israel,335911,20779700,806,98,221 +Israel,335912,8165660,806,98,221 +Israel,335921,905994,806,98,221 +Israel,335929,20808558,806,98,221 +Israel,335931,12590365,806,98,221 +Israel,335932,357351,806,98,221 +Israel,335991,10837098,806,98,221 +Israel,335999,47898079,806,98,221 +Israel,336111,184165516,806,98,221 +Israel,336120,44741138,806,98,221 +Israel,336211,252022,806,98,221 +Israel,336212,51026,806,98,221 +Israel,336214,1786608,806,98,221 +Israel,336311,1872810,806,98,221 +Israel,336321,708893,806,98,221 +Israel,336322,3210731,806,98,221 +Israel,336330,419741,806,98,221 +Israel,336340,1212631,806,98,221 +Israel,336350,3032418,806,98,221 +Israel,336360,799861,806,98,221 +Israel,336370,99109,806,98,221 +Israel,336391,229222,806,98,221 +Israel,336399,12852118,806,98,221 +Israel,336411,95185011,806,98,221 +Israel,336412,54815262,806,98,221 +Israel,336413,289994617,806,98,221 +Israel,336419,1886055,806,98,221 +Israel,336510,2134426,806,98,221 +Israel,336611,5134248,806,98,221 +Israel,336612,7401885,806,98,221 +Israel,336991,3768840,806,98,221 +Israel,336992,139030688,806,98,221 +Israel,337110,20000,806,98,221 +Israel,337121,86721,806,98,221 +Israel,337124,2917088,806,98,221 +Israel,337127,13582141,806,98,221 +Israel,337129,5000,806,98,221 +Israel,337211,29038,806,98,221 +Israel,337214,1024749,806,98,221 +Israel,337215,2651005,806,98,221 +Israel,337910,46960,806,98,221 +Israel,337920,54007,806,98,221 +Israel,339112,70310988,806,98,221 +Israel,339113,28320254,806,98,221 +Israel,339114,15759956,806,98,221 +Israel,339115,5938583,806,98,221 +Israel,339911,34166285,806,98,221 +Israel,339912,112125,806,98,221 +Israel,339913,4489527831,806,98,221 +Israel,339914,1255083,806,98,221 +Israel,339920,10906173,806,98,221 +Israel,339932,4723191,806,98,221 +Israel,339941,2153146,806,98,221 +Israel,339942,473257,806,98,221 +Israel,339943,48054,806,98,221 +Israel,339944,904167,806,98,221 +Israel,339950,54373,806,98,221 +Israel,339991,6865882,806,98,221 +Israel,339992,3722677,806,98,221 +Israel,339993,1546101,806,98,221 +Israel,339994,1272095,806,98,221 +Israel,339999,9364923,806,98,221 +Israel,511210,1743770,806,98,221 +Israel,910000,7750757,806,98,221 +Israel,920000,30356569,806,98,221 +Israel,990000,355849344,806,98,221 +Italy,111110,41401546,804,99,222 +Italy,111120,590757,804,99,222 +Italy,111130,18041555,804,99,222 +Italy,111140,144156209,804,99,222 +Italy,111150,3837444,804,99,222 +Italy,111199,1702596,804,99,222 +Italy,111219,8614258,804,99,222 +Italy,111320,11926,804,99,222 +Italy,111334,51957,804,99,222 +Italy,111335,138385436,804,99,222 +Italy,111339,1817930,804,99,222 +Italy,111421,896568,804,99,222 +Italy,111422,1260854,804,99,222 +Italy,111910,1851828,804,99,222 +Italy,111920,12879171,804,99,222 +Italy,111992,6601488,804,99,222 +Italy,111998,13908326,804,99,222 +Italy,112111,3724782,804,99,222 +Italy,112310,1116960,804,99,222 +Italy,112410,189537,804,99,222 +Italy,112420,12354,804,99,222 +Italy,112511,275251,804,99,222 +Italy,112920,1718290,804,99,222 +Italy,112930,1639244,804,99,222 +Italy,112990,733267,804,99,222 +Italy,113210,1953047,804,99,222 +Italy,113310,46936682,804,99,222 +Italy,114111,16364224,804,99,222 +Italy,114112,68806368,804,99,222 +Italy,114119,1111023,804,99,222 +Italy,211112,7580992,804,99,222 +Italy,212112,441799310,804,99,222 +Italy,212221,69472,804,99,222 +Italy,212222,20015,804,99,222 +Italy,212231,13644372,804,99,222 +Italy,212234,26498,804,99,222 +Italy,212299,17318428,804,99,222 +Italy,212311,5001993,804,99,222 +Italy,212319,32326,804,99,222 +Italy,212322,302314,804,99,222 +Italy,212324,18887210,804,99,222 +Italy,212325,6059769,804,99,222 +Italy,212391,588014,804,99,222 +Italy,212393,182938,804,99,222 +Italy,212399,3228380,804,99,222 +Italy,311111,4244134,804,99,222 +Italy,311119,2846531,804,99,222 +Italy,311211,682578,804,99,222 +Italy,311212,423002,804,99,222 +Italy,311221,978333,804,99,222 +Italy,311222,11816413,804,99,222 +Italy,311223,9377558,804,99,222 +Italy,311225,2206065,804,99,222 +Italy,311230,405218,804,99,222 +Italy,311311,92353,804,99,222 +Italy,311320,224440,804,99,222 +Italy,311340,504919,804,99,222 +Italy,311411,4803276,804,99,222 +Italy,311421,37409346,804,99,222 +Italy,311423,15126880,804,99,222 +Italy,311511,163948,804,99,222 +Italy,311512,150683,804,99,222 +Italy,311513,17158,804,99,222 +Italy,311514,1992722,804,99,222 +Italy,311520,48167,804,99,222 +Italy,311611,120918135,804,99,222 +Italy,311613,1031114,804,99,222 +Italy,311615,1271499,804,99,222 +Italy,311711,2597201,804,99,222 +Italy,311811,2172554,804,99,222 +Italy,311822,132418,804,99,222 +Italy,311823,39242,804,99,222 +Italy,311911,1824394,804,99,222 +Italy,311919,5226,804,99,222 +Italy,311920,4153757,804,99,222 +Italy,311930,1372939,804,99,222 +Italy,311941,1413441,804,99,222 +Italy,311942,34638,804,99,222 +Italy,311999,4216849,804,99,222 +Italy,312111,396441,804,99,222 +Italy,312112,36380,804,99,222 +Italy,312120,258111,804,99,222 +Italy,312130,56480154,804,99,222 +Italy,312140,32764568,804,99,222 +Italy,312221,40184,804,99,222 +Italy,312229,174727,804,99,222 +Italy,313111,847115,804,99,222 +Italy,313113,415529,804,99,222 +Italy,313210,21289083,804,99,222 +Italy,313221,4853435,804,99,222 +Italy,313230,14248676,804,99,222 +Italy,313249,1804712,804,99,222 +Italy,313312,1694665,804,99,222 +Italy,313320,3698878,804,99,222 +Italy,314110,3133512,804,99,222 +Italy,314121,169522,804,99,222 +Italy,314129,2291251,804,99,222 +Italy,314911,1503599,804,99,222 +Italy,314912,1737179,804,99,222 +Italy,314991,708570,804,99,222 +Italy,314992,68527,804,99,222 +Italy,314999,8245851,804,99,222 +Italy,315111,909379,804,99,222 +Italy,315221,515532,804,99,222 +Italy,315222,1107922,804,99,222 +Italy,315223,4697279,804,99,222 +Italy,315224,856573,804,99,222 +Italy,315228,2409751,804,99,222 +Italy,315231,1015025,804,99,222 +Italy,315232,3892726,804,99,222 +Italy,315233,3586036,804,99,222 +Italy,315234,2130395,804,99,222 +Italy,315239,12953453,804,99,222 +Italy,315291,51446,804,99,222 +Italy,315292,12455516,804,99,222 +Italy,315991,244937,804,99,222 +Italy,315992,204377,804,99,222 +Italy,315993,1106627,804,99,222 +Italy,315999,9049943,804,99,222 +Italy,316110,123387814,804,99,222 +Italy,316211,421719,804,99,222 +Italy,316212,181155,804,99,222 +Italy,316213,3040741,804,99,222 +Italy,316214,590031,804,99,222 +Italy,316219,2751097,804,99,222 +Italy,316991,3109948,804,99,222 +Italy,316992,1571447,804,99,222 +Italy,316993,1251706,804,99,222 +Italy,316999,1914919,804,99,222 +Italy,321113,116790441,804,99,222 +Italy,321114,65813,804,99,222 +Italy,321211,12692012,804,99,222 +Italy,321212,1586447,804,99,222 +Italy,321213,962270,804,99,222 +Italy,321219,464644,804,99,222 +Italy,321911,116065,804,99,222 +Italy,321918,1374763,804,99,222 +Italy,321920,1235547,804,99,222 +Italy,321991,1113034,804,99,222 +Italy,321992,245989,804,99,222 +Italy,321999,6993332,804,99,222 +Italy,322110,397904010,804,99,222 +Italy,322121,25883423,804,99,222 +Italy,322122,215243,804,99,222 +Italy,322130,210391315,804,99,222 +Italy,322211,1955014,804,99,222 +Italy,322212,458694,804,99,222 +Italy,322213,86039,804,99,222 +Italy,322214,373810,804,99,222 +Italy,322215,179786,804,99,222 +Italy,322222,15646467,804,99,222 +Italy,322223,1736972,804,99,222 +Italy,322224,67062,804,99,222 +Italy,322232,63744,804,99,222 +Italy,322233,24126,804,99,222 +Italy,322291,3255127,804,99,222 +Italy,322299,3203007,804,99,222 +Italy,323116,25339,804,99,222 +Italy,323117,8638629,804,99,222 +Italy,323118,653706,804,99,222 +Italy,323119,37381676,804,99,222 +Italy,323122,413878,804,99,222 +Italy,324110,607938329,804,99,222 +Italy,324121,833631,804,99,222 +Italy,324122,1140315,804,99,222 +Italy,325110,14141041,804,99,222 +Italy,325120,3868925,804,99,222 +Italy,325131,13252581,804,99,222 +Italy,325132,4219991,804,99,222 +Italy,325181,283423,804,99,222 +Italy,325182,4970895,804,99,222 +Italy,325188,65990291,804,99,222 +Italy,325191,1280983,804,99,222 +Italy,325192,20021787,804,99,222 +Italy,325193,78997,804,99,222 +Italy,325199,280356765,804,99,222 +Italy,325211,124193193,804,99,222 +Italy,325212,38028248,804,99,222 +Italy,325221,12625132,804,99,222 +Italy,325222,12000535,804,99,222 +Italy,325311,941853,804,99,222 +Italy,325312,2359227,804,99,222 +Italy,325320,17557089,804,99,222 +Italy,325411,873205906,804,99,222 +Italy,325412,877547690,804,99,222 +Italy,325414,117540316,804,99,222 +Italy,325510,10276808,804,99,222 +Italy,325520,10801585,804,99,222 +Italy,325611,10501835,804,99,222 +Italy,325612,8096597,804,99,222 +Italy,325613,19588202,804,99,222 +Italy,325620,41357182,804,99,222 +Italy,325910,5729176,804,99,222 +Italy,325920,1202441,804,99,222 +Italy,325992,4922721,804,99,222 +Italy,325998,54630503,804,99,222 +Italy,326113,33539210,804,99,222 +Italy,326121,3188666,804,99,222 +Italy,326122,2657362,804,99,222 +Italy,326160,3067119,804,99,222 +Italy,326191,138473,804,99,222 +Italy,326192,532133,804,99,222 +Italy,326199,52696395,804,99,222 +Italy,326211,11290319,804,99,222 +Italy,326212,40507,804,99,222 +Italy,326220,13930116,804,99,222 +Italy,326299,16168975,804,99,222 +Italy,327111,182761,804,99,222 +Italy,327112,6936548,804,99,222 +Italy,327113,1291533,804,99,222 +Italy,327121,75049,804,99,222 +Italy,327122,273122,804,99,222 +Italy,327123,115857,804,99,222 +Italy,327124,3941945,804,99,222 +Italy,327125,2252745,804,99,222 +Italy,327211,8401366,804,99,222 +Italy,327212,16955363,804,99,222 +Italy,327213,830524,804,99,222 +Italy,327215,6551324,804,99,222 +Italy,327310,138662,804,99,222 +Italy,327331,8167052,804,99,222 +Italy,327390,1792728,804,99,222 +Italy,327410,38842,804,99,222 +Italy,327420,3309735,804,99,222 +Italy,327910,10437266,804,99,222 +Italy,327991,922442,804,99,222 +Italy,327992,2391452,804,99,222 +Italy,327993,8776919,804,99,222 +Italy,327999,10087798,804,99,222 +Italy,331111,214360561,804,99,222 +Italy,331112,368750,804,99,222 +Italy,331222,3106715,804,99,222 +Italy,331311,6564703,804,99,222 +Italy,331312,307272,804,99,222 +Italy,331314,546728,804,99,222 +Italy,331315,11418416,804,99,222 +Italy,331316,40405901,804,99,222 +Italy,331319,4625832,804,99,222 +Italy,331411,76430921,804,99,222 +Italy,331419,465846797,804,99,222 +Italy,331421,3893028,804,99,222 +Italy,331422,10939253,804,99,222 +Italy,331491,67153007,804,99,222 +Italy,331492,1066777,804,99,222 +Italy,331511,5473948,804,99,222 +Italy,332115,563024,804,99,222 +Italy,332211,1188239,804,99,222 +Italy,332212,10156601,804,99,222 +Italy,332213,3213803,804,99,222 +Italy,332214,30413,804,99,222 +Italy,332311,119989,804,99,222 +Italy,332312,4321463,804,99,222 +Italy,332321,242241,804,99,222 +Italy,332322,245610,804,99,222 +Italy,332323,62682,804,99,222 +Italy,332410,9538967,804,99,222 +Italy,332420,3637808,804,99,222 +Italy,332431,10000,804,99,222 +Italy,332439,1761205,804,99,222 +Italy,332510,8871406,804,99,222 +Italy,332611,9294419,804,99,222 +Italy,332618,7366240,804,99,222 +Italy,332722,19903694,804,99,222 +Italy,332911,67694321,804,99,222 +Italy,332912,11371569,804,99,222 +Italy,332913,1023774,804,99,222 +Italy,332919,10440740,804,99,222 +Italy,332991,11465812,804,99,222 +Italy,332992,7737622,804,99,222 +Italy,332994,7282999,804,99,222 +Italy,332995,852995,804,99,222 +Italy,332997,30278,804,99,222 +Italy,332998,391404,804,99,222 +Italy,332999,57623066,804,99,222 +Italy,333111,93150275,804,99,222 +Italy,333120,84442490,804,99,222 +Italy,333131,25692910,804,99,222 +Italy,333132,52489905,804,99,222 +Italy,333210,2355377,804,99,222 +Italy,333220,24301962,804,99,222 +Italy,333291,10659706,804,99,222 +Italy,333292,5295589,804,99,222 +Italy,333293,7205483,804,99,222 +Italy,333294,18142355,804,99,222 +Italy,333295,57633491,804,99,222 +Italy,333298,8456553,804,99,222 +Italy,333311,2619304,804,99,222 +Italy,333313,7000651,804,99,222 +Italy,333314,51643737,804,99,222 +Italy,333315,8697452,804,99,222 +Italy,333319,17531856,804,99,222 +Italy,333411,5380709,804,99,222 +Italy,333412,6011266,804,99,222 +Italy,333414,4075747,804,99,222 +Italy,333415,21912434,804,99,222 +Italy,333511,2868703,804,99,222 +Italy,333512,51686485,804,99,222 +Italy,333513,16161113,804,99,222 +Italy,333514,4399902,804,99,222 +Italy,333515,19504001,804,99,222 +Italy,333516,1431014,804,99,222 +Italy,333611,445543638,804,99,222 +Italy,333612,22682869,804,99,222 +Italy,333613,24577887,804,99,222 +Italy,333618,106089709,804,99,222 +Italy,333911,27069642,804,99,222 +Italy,333912,38585816,804,99,222 +Italy,333913,4500979,804,99,222 +Italy,333921,1475384,804,99,222 +Italy,333922,5728370,804,99,222 +Italy,333923,10105889,804,99,222 +Italy,333924,17050624,804,99,222 +Italy,333991,14974118,804,99,222 +Italy,333992,22049682,804,99,222 +Italy,333993,25510889,804,99,222 +Italy,333994,11607346,804,99,222 +Italy,333995,5289790,804,99,222 +Italy,333996,25142930,804,99,222 +Italy,333997,1019824,804,99,222 +Italy,333999,126671582,804,99,222 +Italy,334111,84420619,804,99,222 +Italy,334112,17888123,804,99,222 +Italy,334119,108405415,804,99,222 +Italy,334210,5311809,804,99,222 +Italy,334220,245296402,804,99,222 +Italy,334290,12934073,804,99,222 +Italy,334310,38025034,804,99,222 +Italy,334411,3572960,804,99,222 +Italy,334412,7144005,804,99,222 +Italy,334413,415038991,804,99,222 +Italy,334414,5903591,804,99,222 +Italy,334415,4064259,804,99,222 +Italy,334416,4553361,804,99,222 +Italy,334417,35021784,804,99,222 +Italy,334418,4655668,804,99,222 +Italy,334419,47113646,804,99,222 +Italy,334510,235497336,804,99,222 +Italy,334511,61953569,804,99,222 +Italy,334512,1989346,804,99,222 +Italy,334513,70277200,804,99,222 +Italy,334514,8122601,804,99,222 +Italy,334515,102597429,804,99,222 +Italy,334516,173949349,804,99,222 +Italy,334517,96072341,804,99,222 +Italy,334518,9849318,804,99,222 +Italy,334519,36576510,804,99,222 +Italy,334612,1480569,804,99,222 +Italy,334613,4898995,804,99,222 +Italy,335110,2109915,804,99,222 +Italy,335121,1274684,804,99,222 +Italy,335129,12919352,804,99,222 +Italy,335211,3005933,804,99,222 +Italy,335212,1110285,804,99,222 +Italy,335221,2271971,804,99,222 +Italy,335222,2770566,804,99,222 +Italy,335224,4131605,804,99,222 +Italy,335228,10231093,804,99,222 +Italy,335311,2930101,804,99,222 +Italy,335312,61740743,804,99,222 +Italy,335313,12022256,804,99,222 +Italy,335314,54877414,804,99,222 +Italy,335911,11322794,804,99,222 +Italy,335912,9266547,804,99,222 +Italy,335921,3282708,804,99,222 +Italy,335929,13914827,804,99,222 +Italy,335931,12619947,804,99,222 +Italy,335932,822370,804,99,222 +Italy,335991,46321907,804,99,222 +Italy,335999,41629348,804,99,222 +Italy,336111,163979636,804,99,222 +Italy,336120,5425648,804,99,222 +Italy,336211,959708,804,99,222 +Italy,336212,978484,804,99,222 +Italy,336213,890916,804,99,222 +Italy,336214,3648096,804,99,222 +Italy,336311,18097164,804,99,222 +Italy,336321,5114896,804,99,222 +Italy,336322,6709372,804,99,222 +Italy,336330,1533175,804,99,222 +Italy,336340,15789541,804,99,222 +Italy,336350,4016585,804,99,222 +Italy,336360,1619150,804,99,222 +Italy,336370,1356261,804,99,222 +Italy,336391,314899,804,99,222 +Italy,336399,103985347,804,99,222 +Italy,336411,47802,804,99,222 +Italy,336412,30317567,804,99,222 +Italy,336413,119140687,804,99,222 +Italy,336415,416311,804,99,222 +Italy,336419,4153592,804,99,222 +Italy,336510,6582203,804,99,222 +Italy,336611,1210192,804,99,222 +Italy,336612,87227600,804,99,222 +Italy,336991,18410919,804,99,222 +Italy,336992,1425398,804,99,222 +Italy,337110,157127,804,99,222 +Italy,337121,5238,804,99,222 +Italy,337124,1840146,804,99,222 +Italy,337127,14181790,804,99,222 +Italy,337129,108384,804,99,222 +Italy,337211,1550669,804,99,222 +Italy,337214,1484547,804,99,222 +Italy,337215,12325554,804,99,222 +Italy,337910,344987,804,99,222 +Italy,337920,714619,804,99,222 +Italy,339112,289558628,804,99,222 +Italy,339113,97034238,804,99,222 +Italy,339114,63283363,804,99,222 +Italy,339115,46961429,804,99,222 +Italy,339911,111327641,804,99,222 +Italy,339912,523806,804,99,222 +Italy,339913,10573183,804,99,222 +Italy,339914,2920233,804,99,222 +Italy,339920,15364942,804,99,222 +Italy,339932,15070357,804,99,222 +Italy,339941,3380880,804,99,222 +Italy,339942,618309,804,99,222 +Italy,339943,111799,804,99,222 +Italy,339944,909652,804,99,222 +Italy,339950,398629,804,99,222 +Italy,339991,23739057,804,99,222 +Italy,339992,18295497,804,99,222 +Italy,339993,2800758,804,99,222 +Italy,339994,1498939,804,99,222 +Italy,339999,31526925,804,99,222 +Italy,511210,9216515,804,99,222 +Italy,910000,677457260,804,99,222 +Italy,920000,124650034,804,99,222 +Italy,990000,557055146,804,99,222 +Jamaica,111110,180043,803,100,223 +Jamaica,111120,33786,803,100,223 +Jamaica,111130,2638878,803,100,223 +Jamaica,111140,39704698,803,100,223 +Jamaica,111150,47624957,803,100,223 +Jamaica,111160,7087480,803,100,223 +Jamaica,111199,703591,803,100,223 +Jamaica,111211,209152,803,100,223 +Jamaica,111219,2360979,803,100,223 +Jamaica,111320,2719,803,100,223 +Jamaica,111331,594173,803,100,223 +Jamaica,111332,612553,803,100,223 +Jamaica,111333,9250,803,100,223 +Jamaica,111335,463675,803,100,223 +Jamaica,111339,243105,803,100,223 +Jamaica,111411,3139,803,100,223 +Jamaica,111421,65125,803,100,223 +Jamaica,111422,7856,803,100,223 +Jamaica,111910,650386,803,100,223 +Jamaica,111920,10268,803,100,223 +Jamaica,111930,17013,803,100,223 +Jamaica,111992,101787,803,100,223 +Jamaica,111998,410233,803,100,223 +Jamaica,112111,18794,803,100,223 +Jamaica,112310,18866825,803,100,223 +Jamaica,112910,61200,803,100,223 +Jamaica,112920,557601,803,100,223 +Jamaica,113210,570292,803,100,223 +Jamaica,113310,422156,803,100,223 +Jamaica,114111,2980920,803,100,223 +Jamaica,114112,2990451,803,100,223 +Jamaica,114119,31968,803,100,223 +Jamaica,211112,105562,803,100,223 +Jamaica,212112,2562976,803,100,223 +Jamaica,212234,4219,803,100,223 +Jamaica,212299,4950,803,100,223 +Jamaica,212311,287275,803,100,223 +Jamaica,212319,74431,803,100,223 +Jamaica,212322,313277,803,100,223 +Jamaica,212324,243129,803,100,223 +Jamaica,212325,218599,803,100,223 +Jamaica,212391,2563,803,100,223 +Jamaica,212393,71213,803,100,223 +Jamaica,212399,368733,803,100,223 +Jamaica,311111,1478240,803,100,223 +Jamaica,311119,3684302,803,100,223 +Jamaica,311211,2694872,803,100,223 +Jamaica,311212,1938480,803,100,223 +Jamaica,311213,72226,803,100,223 +Jamaica,311221,4854016,803,100,223 +Jamaica,311222,61894827,803,100,223 +Jamaica,311223,11846783,803,100,223 +Jamaica,311225,1762938,803,100,223 +Jamaica,311230,3302653,803,100,223 +Jamaica,311311,572945,803,100,223 +Jamaica,311320,3781423,803,100,223 +Jamaica,311340,4960631,803,100,223 +Jamaica,311411,2700027,803,100,223 +Jamaica,311421,11503198,803,100,223 +Jamaica,311422,663198,803,100,223 +Jamaica,311423,764056,803,100,223 +Jamaica,311511,928931,803,100,223 +Jamaica,311512,1201067,803,100,223 +Jamaica,311513,5274932,803,100,223 +Jamaica,311514,8532742,803,100,223 +Jamaica,311520,1722087,803,100,223 +Jamaica,311611,15690126,803,100,223 +Jamaica,311613,1295338,803,100,223 +Jamaica,311615,21136186,803,100,223 +Jamaica,311711,903532,803,100,223 +Jamaica,311811,3552997,803,100,223 +Jamaica,311822,3128524,803,100,223 +Jamaica,311823,102708,803,100,223 +Jamaica,311911,954581,803,100,223 +Jamaica,311919,2938730,803,100,223 +Jamaica,311920,1869339,803,100,223 +Jamaica,311930,3241332,803,100,223 +Jamaica,311941,2031967,803,100,223 +Jamaica,311942,1798886,803,100,223 +Jamaica,311999,19892197,803,100,223 +Jamaica,312111,7130570,803,100,223 +Jamaica,312112,65327,803,100,223 +Jamaica,312113,87735,803,100,223 +Jamaica,312120,1236546,803,100,223 +Jamaica,312130,2158160,803,100,223 +Jamaica,312140,3282720,803,100,223 +Jamaica,312221,2554393,803,100,223 +Jamaica,312229,58289,803,100,223 +Jamaica,313111,216775,803,100,223 +Jamaica,313113,264189,803,100,223 +Jamaica,313210,1091687,803,100,223 +Jamaica,313221,2035353,803,100,223 +Jamaica,313230,274115,803,100,223 +Jamaica,313249,91234,803,100,223 +Jamaica,313312,11608,803,100,223 +Jamaica,313320,417444,803,100,223 +Jamaica,314110,612995,803,100,223 +Jamaica,314121,451612,803,100,223 +Jamaica,314129,3325253,803,100,223 +Jamaica,314911,242742,803,100,223 +Jamaica,314912,856660,803,100,223 +Jamaica,314991,175280,803,100,223 +Jamaica,314992,3162,803,100,223 +Jamaica,314999,754311,803,100,223 +Jamaica,315111,76479,803,100,223 +Jamaica,315221,864835,803,100,223 +Jamaica,315222,167004,803,100,223 +Jamaica,315223,339339,803,100,223 +Jamaica,315224,342765,803,100,223 +Jamaica,315228,179202,803,100,223 +Jamaica,315231,245092,803,100,223 +Jamaica,315232,273384,803,100,223 +Jamaica,315233,88049,803,100,223 +Jamaica,315234,353606,803,100,223 +Jamaica,315239,280532,803,100,223 +Jamaica,315291,37536,803,100,223 +Jamaica,315292,199985,803,100,223 +Jamaica,315991,91069,803,100,223 +Jamaica,315992,133176,803,100,223 +Jamaica,315993,13688,803,100,223 +Jamaica,315999,1724670,803,100,223 +Jamaica,316110,20281,803,100,223 +Jamaica,316211,128686,803,100,223 +Jamaica,316212,25032,803,100,223 +Jamaica,316213,986106,803,100,223 +Jamaica,316214,1621901,803,100,223 +Jamaica,316219,2549462,803,100,223 +Jamaica,316991,1287025,803,100,223 +Jamaica,316992,213966,803,100,223 +Jamaica,316993,248504,803,100,223 +Jamaica,316999,123518,803,100,223 +Jamaica,321113,9940736,803,100,223 +Jamaica,321114,16675345,803,100,223 +Jamaica,321211,209019,803,100,223 +Jamaica,321212,2013107,803,100,223 +Jamaica,321213,105279,803,100,223 +Jamaica,321219,347697,803,100,223 +Jamaica,321911,1227187,803,100,223 +Jamaica,321918,795792,803,100,223 +Jamaica,321920,1736839,803,100,223 +Jamaica,321991,21004,803,100,223 +Jamaica,321992,89914,803,100,223 +Jamaica,321999,611713,803,100,223 +Jamaica,322110,85038,803,100,223 +Jamaica,322121,4922172,803,100,223 +Jamaica,322122,3151830,803,100,223 +Jamaica,322130,4449451,803,100,223 +Jamaica,322211,5038270,803,100,223 +Jamaica,322212,484655,803,100,223 +Jamaica,322213,52286,803,100,223 +Jamaica,322215,262545,803,100,223 +Jamaica,322222,2634787,803,100,223 +Jamaica,322223,1392064,803,100,223 +Jamaica,322224,12694,803,100,223 +Jamaica,322232,47784,803,100,223 +Jamaica,322233,735930,803,100,223 +Jamaica,322291,7888180,803,100,223 +Jamaica,322299,2189902,803,100,223 +Jamaica,323116,30283,803,100,223 +Jamaica,323117,4769058,803,100,223 +Jamaica,323118,348467,803,100,223 +Jamaica,323119,4726599,803,100,223 +Jamaica,323122,175710,803,100,223 +Jamaica,324110,302052808,803,100,223 +Jamaica,324121,20716,803,100,223 +Jamaica,324122,1481816,803,100,223 +Jamaica,325110,105095,803,100,223 +Jamaica,325120,254675,803,100,223 +Jamaica,325131,3161980,803,100,223 +Jamaica,325132,1373496,803,100,223 +Jamaica,325181,30858821,803,100,223 +Jamaica,325182,106962,803,100,223 +Jamaica,325188,3104611,803,100,223 +Jamaica,325191,471452,803,100,223 +Jamaica,325192,2031749,803,100,223 +Jamaica,325193,41392407,803,100,223 +Jamaica,325199,9525304,803,100,223 +Jamaica,325211,21729244,803,100,223 +Jamaica,325212,839729,803,100,223 +Jamaica,325222,124648,803,100,223 +Jamaica,325311,4863734,803,100,223 +Jamaica,325312,1745008,803,100,223 +Jamaica,325320,2334597,803,100,223 +Jamaica,325411,2686603,803,100,223 +Jamaica,325412,11956790,803,100,223 +Jamaica,325414,519451,803,100,223 +Jamaica,325510,5163333,803,100,223 +Jamaica,325520,2574064,803,100,223 +Jamaica,325611,8160642,803,100,223 +Jamaica,325612,622211,803,100,223 +Jamaica,325613,3204924,803,100,223 +Jamaica,325620,17109161,803,100,223 +Jamaica,325910,6292095,803,100,223 +Jamaica,325920,219616,803,100,223 +Jamaica,325992,831016,803,100,223 +Jamaica,325998,3725341,803,100,223 +Jamaica,326113,2092488,803,100,223 +Jamaica,326121,787980,803,100,223 +Jamaica,326122,1210182,803,100,223 +Jamaica,326160,3751832,803,100,223 +Jamaica,326191,300448,803,100,223 +Jamaica,326192,242798,803,100,223 +Jamaica,326199,15177851,803,100,223 +Jamaica,326211,2078277,803,100,223 +Jamaica,326212,98354,803,100,223 +Jamaica,326220,1483227,803,100,223 +Jamaica,326299,2104085,803,100,223 +Jamaica,327111,629067,803,100,223 +Jamaica,327112,1521840,803,100,223 +Jamaica,327113,24620,803,100,223 +Jamaica,327121,82589,803,100,223 +Jamaica,327122,148553,803,100,223 +Jamaica,327123,33390,803,100,223 +Jamaica,327124,286822,803,100,223 +Jamaica,327125,376318,803,100,223 +Jamaica,327211,204317,803,100,223 +Jamaica,327212,1156634,803,100,223 +Jamaica,327213,1195815,803,100,223 +Jamaica,327215,367218,803,100,223 +Jamaica,327310,6780817,803,100,223 +Jamaica,327320,3108,803,100,223 +Jamaica,327331,451055,803,100,223 +Jamaica,327390,409539,803,100,223 +Jamaica,327410,2693,803,100,223 +Jamaica,327420,191871,803,100,223 +Jamaica,327910,204487,803,100,223 +Jamaica,327991,435562,803,100,223 +Jamaica,327992,554495,803,100,223 +Jamaica,327993,1169642,803,100,223 +Jamaica,327999,447602,803,100,223 +Jamaica,331111,21840067,803,100,223 +Jamaica,331112,3154,803,100,223 +Jamaica,331222,1031046,803,100,223 +Jamaica,331312,38767,803,100,223 +Jamaica,331314,12219,803,100,223 +Jamaica,331315,2863172,803,100,223 +Jamaica,331316,193404,803,100,223 +Jamaica,331319,107549,803,100,223 +Jamaica,331411,16782,803,100,223 +Jamaica,331419,18914,803,100,223 +Jamaica,331421,174711,803,100,223 +Jamaica,331422,835560,803,100,223 +Jamaica,331491,4975840,803,100,223 +Jamaica,331511,1642068,803,100,223 +Jamaica,332115,573962,803,100,223 +Jamaica,332211,124090,803,100,223 +Jamaica,332212,2517944,803,100,223 +Jamaica,332213,138102,803,100,223 +Jamaica,332214,131212,803,100,223 +Jamaica,332311,1166208,803,100,223 +Jamaica,332312,6048472,803,100,223 +Jamaica,332321,4495524,803,100,223 +Jamaica,332322,301021,803,100,223 +Jamaica,332323,155095,803,100,223 +Jamaica,332410,1158214,803,100,223 +Jamaica,332420,2161033,803,100,223 +Jamaica,332431,2984986,803,100,223 +Jamaica,332439,674687,803,100,223 +Jamaica,332510,1655270,803,100,223 +Jamaica,332611,303855,803,100,223 +Jamaica,332618,1274605,803,100,223 +Jamaica,332722,837415,803,100,223 +Jamaica,332911,3514777,803,100,223 +Jamaica,332912,334512,803,100,223 +Jamaica,332913,1381524,803,100,223 +Jamaica,332919,1095768,803,100,223 +Jamaica,332991,1320148,803,100,223 +Jamaica,332992,310401,803,100,223 +Jamaica,332994,834487,803,100,223 +Jamaica,332997,28000,803,100,223 +Jamaica,332998,1323882,803,100,223 +Jamaica,332999,3267580,803,100,223 +Jamaica,333111,7114223,803,100,223 +Jamaica,333120,5343122,803,100,223 +Jamaica,333131,848605,803,100,223 +Jamaica,333132,205756,803,100,223 +Jamaica,333210,107630,803,100,223 +Jamaica,333220,532302,803,100,223 +Jamaica,333291,265463,803,100,223 +Jamaica,333292,734805,803,100,223 +Jamaica,333293,2855106,803,100,223 +Jamaica,333294,5171909,803,100,223 +Jamaica,333295,190828,803,100,223 +Jamaica,333298,321849,803,100,223 +Jamaica,333311,92825,803,100,223 +Jamaica,333313,1505864,803,100,223 +Jamaica,333314,651489,803,100,223 +Jamaica,333315,1243563,803,100,223 +Jamaica,333319,4472657,803,100,223 +Jamaica,333411,246680,803,100,223 +Jamaica,333412,577349,803,100,223 +Jamaica,333414,2005783,803,100,223 +Jamaica,333415,5966693,803,100,223 +Jamaica,333511,668000,803,100,223 +Jamaica,333512,562715,803,100,223 +Jamaica,333513,652537,803,100,223 +Jamaica,333514,54503,803,100,223 +Jamaica,333515,471721,803,100,223 +Jamaica,333611,741356,803,100,223 +Jamaica,333612,987107,803,100,223 +Jamaica,333613,1128304,803,100,223 +Jamaica,333618,2189982,803,100,223 +Jamaica,333911,7569417,803,100,223 +Jamaica,333912,2449369,803,100,223 +Jamaica,333913,1383157,803,100,223 +Jamaica,333921,285560,803,100,223 +Jamaica,333922,1706317,803,100,223 +Jamaica,333923,231265,803,100,223 +Jamaica,333924,4842613,803,100,223 +Jamaica,333991,755200,803,100,223 +Jamaica,333992,7464827,803,100,223 +Jamaica,333993,1855918,803,100,223 +Jamaica,333994,388416,803,100,223 +Jamaica,333995,242521,803,100,223 +Jamaica,333996,1132334,803,100,223 +Jamaica,333997,777165,803,100,223 +Jamaica,333999,6143660,803,100,223 +Jamaica,334111,13971242,803,100,223 +Jamaica,334112,2431279,803,100,223 +Jamaica,334119,21066173,803,100,223 +Jamaica,334210,2333459,803,100,223 +Jamaica,334220,63165159,803,100,223 +Jamaica,334290,1040727,803,100,223 +Jamaica,334310,11222436,803,100,223 +Jamaica,334411,108096,803,100,223 +Jamaica,334412,39482,803,100,223 +Jamaica,334413,3445607,803,100,223 +Jamaica,334414,76304,803,100,223 +Jamaica,334415,76315,803,100,223 +Jamaica,334416,547329,803,100,223 +Jamaica,334417,1948056,803,100,223 +Jamaica,334418,1657748,803,100,223 +Jamaica,334419,6818209,803,100,223 +Jamaica,334510,2167741,803,100,223 +Jamaica,334511,532245,803,100,223 +Jamaica,334512,212184,803,100,223 +Jamaica,334513,1671399,803,100,223 +Jamaica,334514,187190,803,100,223 +Jamaica,334515,1064341,803,100,223 +Jamaica,334516,1229311,803,100,223 +Jamaica,334517,1501990,803,100,223 +Jamaica,334518,5171829,803,100,223 +Jamaica,334519,1401487,803,100,223 +Jamaica,334612,115238,803,100,223 +Jamaica,334613,454506,803,100,223 +Jamaica,335110,437216,803,100,223 +Jamaica,335121,140317,803,100,223 +Jamaica,335129,1228741,803,100,223 +Jamaica,335211,1988866,803,100,223 +Jamaica,335212,89185,803,100,223 +Jamaica,335221,2452488,803,100,223 +Jamaica,335222,3952449,803,100,223 +Jamaica,335224,5166020,803,100,223 +Jamaica,335228,1739527,803,100,223 +Jamaica,335311,1010674,803,100,223 +Jamaica,335312,8469539,803,100,223 +Jamaica,335313,2358450,803,100,223 +Jamaica,335314,1266875,803,100,223 +Jamaica,335911,2600860,803,100,223 +Jamaica,335912,1524490,803,100,223 +Jamaica,335921,670040,803,100,223 +Jamaica,335929,8280897,803,100,223 +Jamaica,335931,829794,803,100,223 +Jamaica,335932,185481,803,100,223 +Jamaica,335991,153844,803,100,223 +Jamaica,335999,2308762,803,100,223 +Jamaica,336111,9707688,803,100,223 +Jamaica,336120,1612606,803,100,223 +Jamaica,336212,614361,803,100,223 +Jamaica,336214,2215099,803,100,223 +Jamaica,336311,1003391,803,100,223 +Jamaica,336321,86218,803,100,223 +Jamaica,336322,1406895,803,100,223 +Jamaica,336330,68782,803,100,223 +Jamaica,336340,327530,803,100,223 +Jamaica,336350,194564,803,100,223 +Jamaica,336360,18430,803,100,223 +Jamaica,336391,16670,803,100,223 +Jamaica,336399,4709192,803,100,223 +Jamaica,336412,101107,803,100,223 +Jamaica,336413,5975,803,100,223 +Jamaica,336510,1574700,803,100,223 +Jamaica,336611,70642,803,100,223 +Jamaica,336612,1501510,803,100,223 +Jamaica,336991,664601,803,100,223 +Jamaica,337110,241949,803,100,223 +Jamaica,337121,3650,803,100,223 +Jamaica,337124,729930,803,100,223 +Jamaica,337127,5300544,803,100,223 +Jamaica,337129,24922,803,100,223 +Jamaica,337211,268812,803,100,223 +Jamaica,337214,614908,803,100,223 +Jamaica,337215,3164452,803,100,223 +Jamaica,337910,431732,803,100,223 +Jamaica,337920,182893,803,100,223 +Jamaica,339112,2644411,803,100,223 +Jamaica,339113,5439186,803,100,223 +Jamaica,339114,436722,803,100,223 +Jamaica,339115,1675315,803,100,223 +Jamaica,339911,19992862,803,100,223 +Jamaica,339912,78537,803,100,223 +Jamaica,339913,612099,803,100,223 +Jamaica,339914,109857,803,100,223 +Jamaica,339920,1922958,803,100,223 +Jamaica,339932,598786,803,100,223 +Jamaica,339941,161927,803,100,223 +Jamaica,339942,300343,803,100,223 +Jamaica,339943,20830,803,100,223 +Jamaica,339944,382444,803,100,223 +Jamaica,339950,226264,803,100,223 +Jamaica,339991,1766463,803,100,223 +Jamaica,339992,350980,803,100,223 +Jamaica,339993,184402,803,100,223 +Jamaica,339994,191268,803,100,223 +Jamaica,339999,10135340,803,100,223 +Jamaica,511210,562594,803,100,223 +Jamaica,910000,856418,803,100,223 +Jamaica,920000,1268832,803,100,223 +Jamaica,990000,210333973,803,100,223 +Japan,111110,1126534433,807,101,224 +Japan,111120,6573129,807,101,224 +Japan,111130,16749390,807,101,224 +Japan,111140,796355099,807,101,224 +Japan,111150,3000160568,807,101,224 +Japan,111160,353862,807,101,224 +Japan,111199,142606315,807,101,224 +Japan,111211,1326832,807,101,224 +Japan,111219,184000290,807,101,224 +Japan,111310,75967895,807,101,224 +Japan,111320,173400651,807,101,224 +Japan,111331,31814,807,101,224 +Japan,111332,14384261,807,101,224 +Japan,111333,27970345,807,101,224 +Japan,111334,19108063,807,101,224 +Japan,111335,224031679,807,101,224 +Japan,111339,111990951,807,101,224 +Japan,111411,8839257,807,101,224 +Japan,111421,4812531,807,101,224 +Japan,111422,6073273,807,101,224 +Japan,111910,168791,807,101,224 +Japan,111920,74075041,807,101,224 +Japan,111940,429331038,807,101,224 +Japan,111991,48735,807,101,224 +Japan,111992,10535807,807,101,224 +Japan,111998,62144420,807,101,224 +Japan,112111,7694181,807,101,224 +Japan,112210,282451,807,101,224 +Japan,112310,1657177,807,101,224 +Japan,112511,638762,807,101,224 +Japan,112910,1614628,807,101,224 +Japan,112920,39375427,807,101,224 +Japan,112930,23885,807,101,224 +Japan,112990,6821865,807,101,224 +Japan,113210,13916028,807,101,224 +Japan,113310,315004471,807,101,224 +Japan,114111,610169291,807,101,224 +Japan,114112,95815794,807,101,224 +Japan,114119,35344525,807,101,224 +Japan,211111,387445762,807,101,224 +Japan,211112,143652389,807,101,224 +Japan,212112,464061585,807,101,224 +Japan,212113,10424,807,101,224 +Japan,212221,41149,807,101,224 +Japan,212222,8292,807,101,224 +Japan,212231,288146335,807,101,224 +Japan,212234,67331406,807,101,224 +Japan,212299,87871797,807,101,224 +Japan,212311,183609,807,101,224 +Japan,212319,123394,807,101,224 +Japan,212322,52606390,807,101,224 +Japan,212324,84270375,807,101,224 +Japan,212325,49241611,807,101,224 +Japan,212391,5400,807,101,224 +Japan,212393,2394828,807,101,224 +Japan,212399,20250109,807,101,224 +Japan,311111,299573693,807,101,224 +Japan,311119,100171866,807,101,224 +Japan,311211,16918149,807,101,224 +Japan,311212,233064343,807,101,224 +Japan,311213,7363203,807,101,224 +Japan,311221,94071842,807,101,224 +Japan,311222,233326811,807,101,224 +Japan,311223,35934912,807,101,224 +Japan,311225,5069372,807,101,224 +Japan,311230,1299673,807,101,224 +Japan,311311,47539526,807,101,224 +Japan,311320,42664028,807,101,224 +Japan,311340,5144663,807,101,224 +Japan,311411,409359323,807,101,224 +Japan,311421,170734305,807,101,224 +Japan,311422,11485355,807,101,224 +Japan,311423,130448140,807,101,224 +Japan,311511,408495,807,101,224 +Japan,311512,675480,807,101,224 +Japan,311513,73155782,807,101,224 +Japan,311514,129881289,807,101,224 +Japan,311520,622667,807,101,224 +Japan,311611,2448555972,807,101,224 +Japan,311613,12053086,807,101,224 +Japan,311615,55529049,807,101,224 +Japan,311711,29104264,807,101,224 +Japan,311811,37739678,807,101,224 +Japan,311822,33873017,807,101,224 +Japan,311823,28357988,807,101,224 +Japan,311911,18780106,807,101,224 +Japan,311919,44674072,807,101,224 +Japan,311920,47269169,807,101,224 +Japan,311930,36394506,807,101,224 +Japan,311941,19241246,807,101,224 +Japan,311942,6233681,807,101,224 +Japan,311999,186107027,807,101,224 +Japan,312111,37031341,807,101,224 +Japan,312112,58266861,807,101,224 +Japan,312113,5833983,807,101,224 +Japan,312120,41623684,807,101,224 +Japan,312130,78958018,807,101,224 +Japan,312140,76226953,807,101,224 +Japan,312221,311030093,807,101,224 +Japan,312229,1544206,807,101,224 +Japan,313111,258939,807,101,224 +Japan,313113,1262850,807,101,224 +Japan,313210,10824869,807,101,224 +Japan,313221,15555053,807,101,224 +Japan,313230,70632908,807,101,224 +Japan,313249,6041458,807,101,224 +Japan,313312,593477,807,101,224 +Japan,313320,14782580,807,101,224 +Japan,314110,8774482,807,101,224 +Japan,314121,856418,807,101,224 +Japan,314129,7545167,807,101,224 +Japan,314911,3307344,807,101,224 +Japan,314912,2136531,807,101,224 +Japan,314991,4714650,807,101,224 +Japan,314992,1332932,807,101,224 +Japan,314999,27711986,807,101,224 +Japan,315111,9416669,807,101,224 +Japan,315221,10032722,807,101,224 +Japan,315222,7473877,807,101,224 +Japan,315223,24384250,807,101,224 +Japan,315224,12782305,807,101,224 +Japan,315228,18632728,807,101,224 +Japan,315231,2724552,807,101,224 +Japan,315232,19575142,807,101,224 +Japan,315233,6081391,807,101,224 +Japan,315234,13790105,807,101,224 +Japan,315239,28932581,807,101,224 +Japan,315291,1761658,807,101,224 +Japan,315292,23807746,807,101,224 +Japan,315991,6774617,807,101,224 +Japan,315992,1941440,807,101,224 +Japan,315993,1554559,807,101,224 +Japan,315999,99280926,807,101,224 +Japan,316110,156257106,807,101,224 +Japan,316211,4643539,807,101,224 +Japan,316212,2278662,807,101,224 +Japan,316213,31946625,807,101,224 +Japan,316214,5112376,807,101,224 +Japan,316219,29988040,807,101,224 +Japan,316991,67340243,807,101,224 +Japan,316992,55727243,807,101,224 +Japan,316993,11958117,807,101,224 +Japan,316999,5788157,807,101,224 +Japan,321113,265820097,807,101,224 +Japan,321114,580487,807,101,224 +Japan,321211,1598856,807,101,224 +Japan,321212,349119,807,101,224 +Japan,321213,17321142,807,101,224 +Japan,321219,755762,807,101,224 +Japan,321911,13526041,807,101,224 +Japan,321918,3640538,807,101,224 +Japan,321920,17472791,807,101,224 +Japan,321991,269422,807,101,224 +Japan,321992,2681571,807,101,224 +Japan,321999,5381269,807,101,224 +Japan,322110,460216385,807,101,224 +Japan,322121,84549679,807,101,224 +Japan,322122,61716946,807,101,224 +Japan,322130,431011922,807,101,224 +Japan,322211,5243430,807,101,224 +Japan,322212,1228353,807,101,224 +Japan,322213,435246,807,101,224 +Japan,322214,1215053,807,101,224 +Japan,322215,2483401,807,101,224 +Japan,322222,77524999,807,101,224 +Japan,322223,24426895,807,101,224 +Japan,322224,133035,807,101,224 +Japan,322232,16698,807,101,224 +Japan,322233,2300814,807,101,224 +Japan,322291,24476456,807,101,224 +Japan,322299,7376582,807,101,224 +Japan,323116,47508,807,101,224 +Japan,323117,98779412,807,101,224 +Japan,323118,2425265,807,101,224 +Japan,323119,146341309,807,101,224 +Japan,323122,832151,807,101,224 +Japan,324110,822146725,807,101,224 +Japan,324121,1138544,807,101,224 +Japan,324122,5216362,807,101,224 +Japan,325110,24718425,807,101,224 +Japan,325120,67712697,807,101,224 +Japan,325131,83357131,807,101,224 +Japan,325132,49892164,807,101,224 +Japan,325181,37654495,807,101,224 +Japan,325182,35766938,807,101,224 +Japan,325188,1310099261,807,101,224 +Japan,325191,28151938,807,101,224 +Japan,325192,184962237,807,101,224 +Japan,325193,79240,807,101,224 +Japan,325199,2159080978,807,101,224 +Japan,325211,1049503898,807,101,224 +Japan,325212,238791781,807,101,224 +Japan,325221,7364778,807,101,224 +Japan,325222,66837012,807,101,224 +Japan,325311,9959652,807,101,224 +Japan,325312,306850915,807,101,224 +Japan,325320,34783670,807,101,224 +Japan,325411,328258937,807,101,224 +Japan,325412,2765131024,807,101,224 +Japan,325414,466350387,807,101,224 +Japan,325510,50537168,807,101,224 +Japan,325520,42328604,807,101,224 +Japan,325611,216843449,807,101,224 +Japan,325612,30100208,807,101,224 +Japan,325613,80130993,807,101,224 +Japan,325620,352369603,807,101,224 +Japan,325910,56793842,807,101,224 +Japan,325920,25572724,807,101,224 +Japan,325992,129377658,807,101,224 +Japan,325998,330074872,807,101,224 +Japan,326113,148163585,807,101,224 +Japan,326121,18150399,807,101,224 +Japan,326122,20754431,807,101,224 +Japan,326160,18311776,807,101,224 +Japan,326191,388607,807,101,224 +Japan,326192,2815272,807,101,224 +Japan,326199,392973948,807,101,224 +Japan,326211,64252859,807,101,224 +Japan,326212,183781,807,101,224 +Japan,326220,22038501,807,101,224 +Japan,326299,64062817,807,101,224 +Japan,327111,763218,807,101,224 +Japan,327112,46951781,807,101,224 +Japan,327113,1854824,807,101,224 +Japan,327121,111507,807,101,224 +Japan,327122,527428,807,101,224 +Japan,327123,85528,807,101,224 +Japan,327124,4383600,807,101,224 +Japan,327125,79395687,807,101,224 +Japan,327211,37043329,807,101,224 +Japan,327212,93388119,807,101,224 +Japan,327213,1006002,807,101,224 +Japan,327215,117889651,807,101,224 +Japan,327310,2534895,807,101,224 +Japan,327320,27869,807,101,224 +Japan,327331,2422300,807,101,224 +Japan,327390,2319986,807,101,224 +Japan,327410,57448,807,101,224 +Japan,327420,1672270,807,101,224 +Japan,327910,55681645,807,101,224 +Japan,327991,208894,807,101,224 +Japan,327992,14264685,807,101,224 +Japan,327993,23141828,807,101,224 +Japan,327999,25449483,807,101,224 +Japan,331111,43124244,807,101,224 +Japan,331112,3430035,807,101,224 +Japan,331222,6771940,807,101,224 +Japan,331311,19948199,807,101,224 +Japan,331312,12466781,807,101,224 +Japan,331314,13012368,807,101,224 +Japan,331315,69000165,807,101,224 +Japan,331316,26621379,807,101,224 +Japan,331319,2408850,807,101,224 +Japan,331411,48729164,807,101,224 +Japan,331419,1112082741,807,101,224 +Japan,331421,17800312,807,101,224 +Japan,331422,15628982,807,101,224 +Japan,331491,202547362,807,101,224 +Japan,331492,140412442,807,101,224 +Japan,331511,2713690,807,101,224 +Japan,332115,2707987,807,101,224 +Japan,332211,3915769,807,101,224 +Japan,332212,43361271,807,101,224 +Japan,332213,8571483,807,101,224 +Japan,332214,1002851,807,101,224 +Japan,332311,792184,807,101,224 +Japan,332312,12463474,807,101,224 +Japan,332321,1960605,807,101,224 +Japan,332322,3754438,807,101,224 +Japan,332323,918464,807,101,224 +Japan,332410,37745139,807,101,224 +Japan,332420,57851940,807,101,224 +Japan,332431,47695,807,101,224 +Japan,332439,11016766,807,101,224 +Japan,332510,47358660,807,101,224 +Japan,332611,6657516,807,101,224 +Japan,332618,12490201,807,101,224 +Japan,332722,62553166,807,101,224 +Japan,332911,155500083,807,101,224 +Japan,332912,39783042,807,101,224 +Japan,332913,1744221,807,101,224 +Japan,332919,84612370,807,101,224 +Japan,332991,33181380,807,101,224 +Japan,332992,386917251,807,101,224 +Japan,332994,8714215,807,101,224 +Japan,332995,99820363,807,101,224 +Japan,332997,112003,807,101,224 +Japan,332998,1174890,807,101,224 +Japan,332999,218833379,807,101,224 +Japan,333111,107383111,807,101,224 +Japan,333120,77527263,807,101,224 +Japan,333131,12222404,807,101,224 +Japan,333132,12582626,807,101,224 +Japan,333210,4989665,807,101,224 +Japan,333220,45228724,807,101,224 +Japan,333291,14703742,807,101,224 +Japan,333292,16170252,807,101,224 +Japan,333293,30400725,807,101,224 +Japan,333294,23802012,807,101,224 +Japan,333295,968029340,807,101,224 +Japan,333298,10851825,807,101,224 +Japan,333311,3291741,807,101,224 +Japan,333313,39370404,807,101,224 +Japan,333314,531353385,807,101,224 +Japan,333315,60429615,807,101,224 +Japan,333319,18265428,807,101,224 +Japan,333411,27781705,807,101,224 +Japan,333412,9345454,807,101,224 +Japan,333414,12418969,807,101,224 +Japan,333415,65484471,807,101,224 +Japan,333511,8983831,807,101,224 +Japan,333512,61179071,807,101,224 +Japan,333513,21379654,807,101,224 +Japan,333514,8291232,807,101,224 +Japan,333515,51576132,807,101,224 +Japan,333516,389750,807,101,224 +Japan,333611,378757034,807,101,224 +Japan,333612,18859962,807,101,224 +Japan,333613,36120354,807,101,224 +Japan,333618,251009528,807,101,224 +Japan,333911,52076205,807,101,224 +Japan,333912,61040020,807,101,224 +Japan,333913,3964808,807,101,224 +Japan,333921,2177197,807,101,224 +Japan,333922,10669836,807,101,224 +Japan,333923,5480950,807,101,224 +Japan,333924,11556962,807,101,224 +Japan,333991,20057760,807,101,224 +Japan,333992,100784667,807,101,224 +Japan,333993,10761063,807,101,224 +Japan,333994,30755214,807,101,224 +Japan,333995,15975867,807,101,224 +Japan,333996,52093176,807,101,224 +Japan,333997,6322553,807,101,224 +Japan,333999,783370761,807,101,224 +Japan,334111,456067827,807,101,224 +Japan,334112,143560473,807,101,224 +Japan,334119,587170286,807,101,224 +Japan,334210,18635420,807,101,224 +Japan,334220,906872887,807,101,224 +Japan,334290,13581532,807,101,224 +Japan,334310,278322339,807,101,224 +Japan,334411,40540295,807,101,224 +Japan,334412,23275758,807,101,224 +Japan,334413,1457103061,807,101,224 +Japan,334414,17296604,807,101,224 +Japan,334415,18740774,807,101,224 +Japan,334416,12298726,807,101,224 +Japan,334417,185437472,807,101,224 +Japan,334418,7031672,807,101,224 +Japan,334419,143104649,807,101,224 +Japan,334510,999165723,807,101,224 +Japan,334511,321321811,807,101,224 +Japan,334512,8248710,807,101,224 +Japan,334513,219423010,807,101,224 +Japan,334514,1617796,807,101,224 +Japan,334515,374809831,807,101,224 +Japan,334516,598518738,807,101,224 +Japan,334517,592931204,807,101,224 +Japan,334518,54435863,807,101,224 +Japan,334519,147542810,807,101,224 +Japan,334612,42625653,807,101,224 +Japan,334613,27385540,807,101,224 +Japan,335110,36765435,807,101,224 +Japan,335121,8761353,807,101,224 +Japan,335129,22184879,807,101,224 +Japan,335211,30844158,807,101,224 +Japan,335212,6931698,807,101,224 +Japan,335221,1857280,807,101,224 +Japan,335222,4235252,807,101,224 +Japan,335224,8728925,807,101,224 +Japan,335228,32586702,807,101,224 +Japan,335311,9795029,807,101,224 +Japan,335312,87276596,807,101,224 +Japan,335313,50206891,807,101,224 +Japan,335314,96581589,807,101,224 +Japan,335911,28073367,807,101,224 +Japan,335912,19871549,807,101,224 +Japan,335921,8019752,807,101,224 +Japan,335929,44907008,807,101,224 +Japan,335931,40222441,807,101,224 +Japan,335932,1853357,807,101,224 +Japan,335991,75874757,807,101,224 +Japan,335999,384241599,807,101,224 +Japan,336111,377534653,807,101,224 +Japan,336120,23509076,807,101,224 +Japan,336211,1693772,807,101,224 +Japan,336212,3145150,807,101,224 +Japan,336213,1080302,807,101,224 +Japan,336214,10259393,807,101,224 +Japan,336311,211883623,807,101,224 +Japan,336321,8002214,807,101,224 +Japan,336322,57130425,807,101,224 +Japan,336330,17557108,807,101,224 +Japan,336340,33222950,807,101,224 +Japan,336350,153374833,807,101,224 +Japan,336360,6456122,807,101,224 +Japan,336370,1627412,807,101,224 +Japan,336391,1848916,807,101,224 +Japan,336399,481779388,807,101,224 +Japan,336411,50722295,807,101,224 +Japan,336412,191639333,807,101,224 +Japan,336413,686308999,807,101,224 +Japan,336415,9229204,807,101,224 +Japan,336419,49553873,807,101,224 +Japan,336510,24855827,807,101,224 +Japan,336611,3352165,807,101,224 +Japan,336612,22533667,807,101,224 +Japan,336991,165787925,807,101,224 +Japan,336992,13322533,807,101,224 +Japan,337110,382114,807,101,224 +Japan,337121,306934,807,101,224 +Japan,337124,5675726,807,101,224 +Japan,337127,46709980,807,101,224 +Japan,337129,44927,807,101,224 +Japan,337211,1939718,807,101,224 +Japan,337214,2717811,807,101,224 +Japan,337215,60314140,807,101,224 +Japan,337910,3334347,807,101,224 +Japan,337920,560713,807,101,224 +Japan,339112,1624908186,807,101,224 +Japan,339113,1633861052,807,101,224 +Japan,339114,93588800,807,101,224 +Japan,339115,260804119,807,101,224 +Japan,339911,427984749,807,101,224 +Japan,339912,270662,807,101,224 +Japan,339913,73901338,807,101,224 +Japan,339914,12688236,807,101,224 +Japan,339920,220099401,807,101,224 +Japan,339932,41028574,807,101,224 +Japan,339941,4294811,807,101,224 +Japan,339942,2196964,807,101,224 +Japan,339943,435995,807,101,224 +Japan,339944,1023588,807,101,224 +Japan,339950,859994,807,101,224 +Japan,339991,84138226,807,101,224 +Japan,339992,103140975,807,101,224 +Japan,339993,4546525,807,101,224 +Japan,339994,7529580,807,101,224 +Japan,339999,71359416,807,101,224 +Japan,511210,24289733,807,101,224 +Japan,910000,550076631,807,101,224 +Japan,920000,140210328,807,101,224 +Japan,990000,1960335149,807,101,224 +Jordan,111120,4818668,806,102,225 +Jordan,111130,798035,806,102,225 +Jordan,111140,16176818,806,102,225 +Jordan,111150,10973766,806,102,225 +Jordan,111199,485628,806,102,225 +Jordan,111219,6266562,806,102,225 +Jordan,111310,24917,806,102,225 +Jordan,111331,5133814,806,102,225 +Jordan,111332,68384,806,102,225 +Jordan,111335,29672148,806,102,225 +Jordan,111339,413719,806,102,225 +Jordan,111421,316823,806,102,225 +Jordan,111422,35904,806,102,225 +Jordan,111940,1691600,806,102,225 +Jordan,111998,208460,806,102,225 +Jordan,112111,146040,806,102,225 +Jordan,112310,186141,806,102,225 +Jordan,112910,10000,806,102,225 +Jordan,112920,45000,806,102,225 +Jordan,112990,5000,806,102,225 +Jordan,113210,37266,806,102,225 +Jordan,113310,2987020,806,102,225 +Jordan,114111,291056,806,102,225 +Jordan,114112,179334,806,102,225 +Jordan,212112,20096,806,102,225 +Jordan,212113,210624,806,102,225 +Jordan,212221,296000,806,102,225 +Jordan,212319,17230,806,102,225 +Jordan,212324,1460404,806,102,225 +Jordan,212325,87137,806,102,225 +Jordan,212393,219650,806,102,225 +Jordan,212399,33108,806,102,225 +Jordan,311111,423653,806,102,225 +Jordan,311119,352282,806,102,225 +Jordan,311211,86721,806,102,225 +Jordan,311212,65658921,806,102,225 +Jordan,311221,5842317,806,102,225 +Jordan,311222,5290598,806,102,225 +Jordan,311223,8190,806,102,225 +Jordan,311225,308637,806,102,225 +Jordan,311230,290415,806,102,225 +Jordan,311311,155604,806,102,225 +Jordan,311320,2777906,806,102,225 +Jordan,311340,659065,806,102,225 +Jordan,311411,1035961,806,102,225 +Jordan,311421,2125589,806,102,225 +Jordan,311422,24857,806,102,225 +Jordan,311423,240932,806,102,225 +Jordan,311511,3182,806,102,225 +Jordan,311512,372066,806,102,225 +Jordan,311513,4255826,806,102,225 +Jordan,311514,1803192,806,102,225 +Jordan,311520,96567,806,102,225 +Jordan,311611,3806820,806,102,225 +Jordan,311613,3927,806,102,225 +Jordan,311615,8967293,806,102,225 +Jordan,311711,3463,806,102,225 +Jordan,311811,798831,806,102,225 +Jordan,311822,525754,806,102,225 +Jordan,311823,3218,806,102,225 +Jordan,311911,1779082,806,102,225 +Jordan,311919,685393,806,102,225 +Jordan,311920,197080,806,102,225 +Jordan,311930,44199,806,102,225 +Jordan,311941,2202426,806,102,225 +Jordan,311942,1148211,806,102,225 +Jordan,311999,4755043,806,102,225 +Jordan,312111,252992,806,102,225 +Jordan,312120,22059,806,102,225 +Jordan,312130,28122,806,102,225 +Jordan,312140,131587,806,102,225 +Jordan,312229,94905,806,102,225 +Jordan,313111,18000,806,102,225 +Jordan,313113,74228,806,102,225 +Jordan,313210,182861,806,102,225 +Jordan,313221,525573,806,102,225 +Jordan,313230,304051,806,102,225 +Jordan,313249,111537,806,102,225 +Jordan,313312,32204,806,102,225 +Jordan,313320,84854,806,102,225 +Jordan,314110,542404,806,102,225 +Jordan,314121,3488,806,102,225 +Jordan,314129,204189,806,102,225 +Jordan,314911,35564,806,102,225 +Jordan,314912,36300,806,102,225 +Jordan,314991,53486,806,102,225 +Jordan,314999,1103109,806,102,225 +Jordan,315111,25726,806,102,225 +Jordan,315221,8146,806,102,225 +Jordan,315222,38400,806,102,225 +Jordan,315223,150175,806,102,225 +Jordan,315224,159446,806,102,225 +Jordan,315228,190241,806,102,225 +Jordan,315231,122123,806,102,225 +Jordan,315232,51719,806,102,225 +Jordan,315233,785769,806,102,225 +Jordan,315234,91628,806,102,225 +Jordan,315239,128198,806,102,225 +Jordan,315291,15202,806,102,225 +Jordan,315292,473661,806,102,225 +Jordan,315991,30476,806,102,225 +Jordan,315992,97536,806,102,225 +Jordan,315993,37730,806,102,225 +Jordan,315999,461716,806,102,225 +Jordan,316110,160191,806,102,225 +Jordan,316211,254977,806,102,225 +Jordan,316213,107867,806,102,225 +Jordan,316214,338880,806,102,225 +Jordan,316219,453965,806,102,225 +Jordan,316991,275030,806,102,225 +Jordan,316992,10556,806,102,225 +Jordan,316993,124650,806,102,225 +Jordan,316999,100459,806,102,225 +Jordan,321113,5295424,806,102,225 +Jordan,321211,23198,806,102,225 +Jordan,321219,7120,806,102,225 +Jordan,321918,112529,806,102,225 +Jordan,321920,156580,806,102,225 +Jordan,321992,8969,806,102,225 +Jordan,321999,95812,806,102,225 +Jordan,322110,13080710,806,102,225 +Jordan,322121,613104,806,102,225 +Jordan,322122,881742,806,102,225 +Jordan,322130,2173788,806,102,225 +Jordan,322213,12765,806,102,225 +Jordan,322215,79195,806,102,225 +Jordan,322222,592519,806,102,225 +Jordan,322223,103820,806,102,225 +Jordan,322224,59172,806,102,225 +Jordan,322291,410635,806,102,225 +Jordan,322299,2712,806,102,225 +Jordan,323117,7370948,806,102,225 +Jordan,323118,294320,806,102,225 +Jordan,323119,1421915,806,102,225 +Jordan,323122,31013,806,102,225 +Jordan,324110,29635653,806,102,225 +Jordan,324121,85250,806,102,225 +Jordan,324122,36251,806,102,225 +Jordan,325110,64329,806,102,225 +Jordan,325120,41355,806,102,225 +Jordan,325131,1419700,806,102,225 +Jordan,325132,24973,806,102,225 +Jordan,325182,74128,806,102,225 +Jordan,325188,2721816,806,102,225 +Jordan,325191,8111,806,102,225 +Jordan,325192,15303,806,102,225 +Jordan,325199,9784825,806,102,225 +Jordan,325211,12837327,806,102,225 +Jordan,325212,391841,806,102,225 +Jordan,325221,97966,806,102,225 +Jordan,325222,43726,806,102,225 +Jordan,325311,620453,806,102,225 +Jordan,325312,221393,806,102,225 +Jordan,325320,333179,806,102,225 +Jordan,325411,1241328,806,102,225 +Jordan,325412,9420788,806,102,225 +Jordan,325414,3362828,806,102,225 +Jordan,325510,672377,806,102,225 +Jordan,325520,1532368,806,102,225 +Jordan,325611,1371272,806,102,225 +Jordan,325612,155924,806,102,225 +Jordan,325613,864494,806,102,225 +Jordan,325620,2056677,806,102,225 +Jordan,325910,24150,806,102,225 +Jordan,325920,765910,806,102,225 +Jordan,325992,377400,806,102,225 +Jordan,325998,5106008,806,102,225 +Jordan,326113,707373,806,102,225 +Jordan,326121,8333,806,102,225 +Jordan,326122,165136,806,102,225 +Jordan,326160,525311,806,102,225 +Jordan,326191,73145,806,102,225 +Jordan,326192,105586,806,102,225 +Jordan,326199,6385510,806,102,225 +Jordan,326211,3243805,806,102,225 +Jordan,326212,19584,806,102,225 +Jordan,326220,267403,806,102,225 +Jordan,326299,341214,806,102,225 +Jordan,327111,192828,806,102,225 +Jordan,327112,285972,806,102,225 +Jordan,327121,4717,806,102,225 +Jordan,327124,4401,806,102,225 +Jordan,327125,4006,806,102,225 +Jordan,327211,253963,806,102,225 +Jordan,327212,462886,806,102,225 +Jordan,327213,2632,806,102,225 +Jordan,327215,103202,806,102,225 +Jordan,327390,341177,806,102,225 +Jordan,327420,32084,806,102,225 +Jordan,327910,229398,806,102,225 +Jordan,327992,69178,806,102,225 +Jordan,327993,199172,806,102,225 +Jordan,327999,35025,806,102,225 +Jordan,331111,14361978,806,102,225 +Jordan,331222,86106,806,102,225 +Jordan,331311,3588,806,102,225 +Jordan,331315,5150119,806,102,225 +Jordan,331316,30683,806,102,225 +Jordan,331411,39990,806,102,225 +Jordan,331419,66870,806,102,225 +Jordan,331421,698663,806,102,225 +Jordan,331422,86210,806,102,225 +Jordan,331491,917923,806,102,225 +Jordan,331511,555277,806,102,225 +Jordan,332115,87029,806,102,225 +Jordan,332211,444257,806,102,225 +Jordan,332212,603175,806,102,225 +Jordan,332213,21492,806,102,225 +Jordan,332214,2536,806,102,225 +Jordan,332311,817787,806,102,225 +Jordan,332312,1518876,806,102,225 +Jordan,332321,77918,806,102,225 +Jordan,332322,76726,806,102,225 +Jordan,332323,5926,806,102,225 +Jordan,332410,978785,806,102,225 +Jordan,332420,2971704,806,102,225 +Jordan,332439,135217,806,102,225 +Jordan,332510,626189,806,102,225 +Jordan,332611,25974,806,102,225 +Jordan,332618,118943,806,102,225 +Jordan,332722,295963,806,102,225 +Jordan,332911,2219334,806,102,225 +Jordan,332912,422121,806,102,225 +Jordan,332913,147255,806,102,225 +Jordan,332919,1509730,806,102,225 +Jordan,332991,236187,806,102,225 +Jordan,332992,3912870,806,102,225 +Jordan,332994,4546626,806,102,225 +Jordan,332995,8805534,806,102,225 +Jordan,332998,622073,806,102,225 +Jordan,332999,1240378,806,102,225 +Jordan,333111,6044490,806,102,225 +Jordan,333120,21304430,806,102,225 +Jordan,333131,1733842,806,102,225 +Jordan,333132,835065,806,102,225 +Jordan,333210,7061,806,102,225 +Jordan,333220,800006,806,102,225 +Jordan,333291,503869,806,102,225 +Jordan,333292,164000,806,102,225 +Jordan,333293,760857,806,102,225 +Jordan,333294,4267406,806,102,225 +Jordan,333295,425261,806,102,225 +Jordan,333298,53382,806,102,225 +Jordan,333311,60000,806,102,225 +Jordan,333313,1394757,806,102,225 +Jordan,333314,1324631,806,102,225 +Jordan,333315,2832186,806,102,225 +Jordan,333319,2141572,806,102,225 +Jordan,333411,328110,806,102,225 +Jordan,333412,1346057,806,102,225 +Jordan,333414,303335,806,102,225 +Jordan,333415,7195026,806,102,225 +Jordan,333511,1884655,806,102,225 +Jordan,333512,518681,806,102,225 +Jordan,333513,1998109,806,102,225 +Jordan,333514,466359,806,102,225 +Jordan,333515,553353,806,102,225 +Jordan,333611,2567282,806,102,225 +Jordan,333612,1001012,806,102,225 +Jordan,333613,850181,806,102,225 +Jordan,333618,6944632,806,102,225 +Jordan,333911,3222252,806,102,225 +Jordan,333912,1084792,806,102,225 +Jordan,333913,446294,806,102,225 +Jordan,333921,138094,806,102,225 +Jordan,333922,530068,806,102,225 +Jordan,333923,1758720,806,102,225 +Jordan,333924,1092519,806,102,225 +Jordan,333991,355412,806,102,225 +Jordan,333992,2181598,806,102,225 +Jordan,333993,707619,806,102,225 +Jordan,333994,538795,806,102,225 +Jordan,333995,61862,806,102,225 +Jordan,333996,562370,806,102,225 +Jordan,333997,77236,806,102,225 +Jordan,333999,9227078,806,102,225 +Jordan,334111,6828369,806,102,225 +Jordan,334112,236917,806,102,225 +Jordan,334119,5091412,806,102,225 +Jordan,334210,783671,806,102,225 +Jordan,334220,16460791,806,102,225 +Jordan,334290,700689,806,102,225 +Jordan,334310,2536569,806,102,225 +Jordan,334411,113351,806,102,225 +Jordan,334412,326091,806,102,225 +Jordan,334413,456177,806,102,225 +Jordan,334414,13935,806,102,225 +Jordan,334415,966705,806,102,225 +Jordan,334416,35806,806,102,225 +Jordan,334417,203054,806,102,225 +Jordan,334418,68534,806,102,225 +Jordan,334419,1911083,806,102,225 +Jordan,334510,7118348,806,102,225 +Jordan,334511,6361586,806,102,225 +Jordan,334512,77992,806,102,225 +Jordan,334513,2815492,806,102,225 +Jordan,334514,164447,806,102,225 +Jordan,334515,2079789,806,102,225 +Jordan,334516,4385603,806,102,225 +Jordan,334517,4331951,806,102,225 +Jordan,334518,278355,806,102,225 +Jordan,334519,2667203,806,102,225 +Jordan,334612,21320,806,102,225 +Jordan,334613,125727,806,102,225 +Jordan,335110,355839,806,102,225 +Jordan,335121,351303,806,102,225 +Jordan,335129,1599052,806,102,225 +Jordan,335211,1179852,806,102,225 +Jordan,335212,173395,806,102,225 +Jordan,335221,197515,806,102,225 +Jordan,335222,2250393,806,102,225 +Jordan,335224,1590175,806,102,225 +Jordan,335228,412410,806,102,225 +Jordan,335311,141296,806,102,225 +Jordan,335312,1778020,806,102,225 +Jordan,335313,1713866,806,102,225 +Jordan,335314,2960069,806,102,225 +Jordan,335911,1762309,806,102,225 +Jordan,335912,78402,806,102,225 +Jordan,335921,254207,806,102,225 +Jordan,335929,1143451,806,102,225 +Jordan,335931,202807,806,102,225 +Jordan,335932,289932,806,102,225 +Jordan,335991,351730,806,102,225 +Jordan,335999,1470981,806,102,225 +Jordan,336111,347983640,806,102,225 +Jordan,336120,10941149,806,102,225 +Jordan,336211,316348,806,102,225 +Jordan,336212,276574,806,102,225 +Jordan,336214,472135,806,102,225 +Jordan,336311,1433062,806,102,225 +Jordan,336321,181970,806,102,225 +Jordan,336322,371398,806,102,225 +Jordan,336330,124408,806,102,225 +Jordan,336340,227165,806,102,225 +Jordan,336350,520702,806,102,225 +Jordan,336360,95254,806,102,225 +Jordan,336399,9418530,806,102,225 +Jordan,336411,4108769,806,102,225 +Jordan,336412,376590,806,102,225 +Jordan,336413,28146662,806,102,225 +Jordan,336419,19168167,806,102,225 +Jordan,336510,432716,806,102,225 +Jordan,336611,107000,806,102,225 +Jordan,336612,3294923,806,102,225 +Jordan,336991,2826416,806,102,225 +Jordan,336992,13791288,806,102,225 +Jordan,337110,58000,806,102,225 +Jordan,337124,1298182,806,102,225 +Jordan,337127,8398822,806,102,225 +Jordan,337129,26750,806,102,225 +Jordan,337211,213166,806,102,225 +Jordan,337214,246965,806,102,225 +Jordan,337215,2057740,806,102,225 +Jordan,337910,46459,806,102,225 +Jordan,339112,5911631,806,102,225 +Jordan,339113,2842720,806,102,225 +Jordan,339114,881873,806,102,225 +Jordan,339115,149833,806,102,225 +Jordan,339911,748349,806,102,225 +Jordan,339912,105398,806,102,225 +Jordan,339913,51725,806,102,225 +Jordan,339914,555643,806,102,225 +Jordan,339920,1883122,806,102,225 +Jordan,339932,1144074,806,102,225 +Jordan,339941,11448,806,102,225 +Jordan,339944,37587,806,102,225 +Jordan,339950,33104,806,102,225 +Jordan,339991,1631280,806,102,225 +Jordan,339992,17882,806,102,225 +Jordan,339993,119287,806,102,225 +Jordan,339994,4745,806,102,225 +Jordan,339999,2304264,806,102,225 +Jordan,511210,56556,806,102,225 +Jordan,910000,217781,806,102,225 +Jordan,920000,13960621,806,102,225 +Jordan,990000,54430442,806,102,225 +Kazakhstan,111150,13421,806,103,226 +Kazakhstan,111199,35900,806,103,226 +Kazakhstan,111219,100920,806,103,226 +Kazakhstan,111334,73089,806,103,226 +Kazakhstan,111335,62920,806,103,226 +Kazakhstan,111421,18297,806,103,226 +Kazakhstan,111422,13385,806,103,226 +Kazakhstan,111910,296117,806,103,226 +Kazakhstan,111998,194464,806,103,226 +Kazakhstan,112111,4482960,806,103,226 +Kazakhstan,112920,145000,806,103,226 +Kazakhstan,113210,9037,806,103,226 +Kazakhstan,211112,6752,806,103,226 +Kazakhstan,212112,176458,806,103,226 +Kazakhstan,212221,903141,806,103,226 +Kazakhstan,212319,46507,806,103,226 +Kazakhstan,212322,57926,806,103,226 +Kazakhstan,212325,790487,806,103,226 +Kazakhstan,212391,7924,806,103,226 +Kazakhstan,212399,98519,806,103,226 +Kazakhstan,311119,143848,806,103,226 +Kazakhstan,311211,43475,806,103,226 +Kazakhstan,311221,17580,806,103,226 +Kazakhstan,311222,226684,806,103,226 +Kazakhstan,311311,21715,806,103,226 +Kazakhstan,311421,16722,806,103,226 +Kazakhstan,311423,58920,806,103,226 +Kazakhstan,311513,8422,806,103,226 +Kazakhstan,311514,324668,806,103,226 +Kazakhstan,311611,2432964,806,103,226 +Kazakhstan,311615,15749029,806,103,226 +Kazakhstan,311711,74300,806,103,226 +Kazakhstan,311920,10358,806,103,226 +Kazakhstan,311930,9600,806,103,226 +Kazakhstan,311999,719845,806,103,226 +Kazakhstan,312111,6101,806,103,226 +Kazakhstan,312140,1610710,806,103,226 +Kazakhstan,312229,215109,806,103,226 +Kazakhstan,313113,6732,806,103,226 +Kazakhstan,313210,88330,806,103,226 +Kazakhstan,313221,75933,806,103,226 +Kazakhstan,313230,83654,806,103,226 +Kazakhstan,313320,117615,806,103,226 +Kazakhstan,314110,14281,806,103,226 +Kazakhstan,314129,10923,806,103,226 +Kazakhstan,314911,19800,806,103,226 +Kazakhstan,314991,2805,806,103,226 +Kazakhstan,314999,76389,806,103,226 +Kazakhstan,315111,8807,806,103,226 +Kazakhstan,315222,10640,806,103,226 +Kazakhstan,315223,68717,806,103,226 +Kazakhstan,315224,27939,806,103,226 +Kazakhstan,315228,31708,806,103,226 +Kazakhstan,315231,2791,806,103,226 +Kazakhstan,315232,38324,806,103,226 +Kazakhstan,315233,702670,806,103,226 +Kazakhstan,315234,586966,806,103,226 +Kazakhstan,315239,105213,806,103,226 +Kazakhstan,315292,348563,806,103,226 +Kazakhstan,315991,29467,806,103,226 +Kazakhstan,315992,107955,806,103,226 +Kazakhstan,315999,376003,806,103,226 +Kazakhstan,316213,1069630,806,103,226 +Kazakhstan,316219,48649,806,103,226 +Kazakhstan,316991,607813,806,103,226 +Kazakhstan,316992,10051,806,103,226 +Kazakhstan,316999,7396,806,103,226 +Kazakhstan,321918,106580,806,103,226 +Kazakhstan,321920,73510,806,103,226 +Kazakhstan,321991,20000,806,103,226 +Kazakhstan,321999,54124,806,103,226 +Kazakhstan,322110,37250,806,103,226 +Kazakhstan,322121,68606,806,103,226 +Kazakhstan,322211,8007,806,103,226 +Kazakhstan,322212,9607,806,103,226 +Kazakhstan,322222,177226,806,103,226 +Kazakhstan,322223,29839,806,103,226 +Kazakhstan,322291,17195,806,103,226 +Kazakhstan,322299,4608,806,103,226 +Kazakhstan,323117,96961,806,103,226 +Kazakhstan,323118,8382,806,103,226 +Kazakhstan,323119,360296,806,103,226 +Kazakhstan,324110,3138791,806,103,226 +Kazakhstan,325110,11548,806,103,226 +Kazakhstan,325120,29849,806,103,226 +Kazakhstan,325181,5045,806,103,226 +Kazakhstan,325188,2050734,806,103,226 +Kazakhstan,325191,4500,806,103,226 +Kazakhstan,325192,148616,806,103,226 +Kazakhstan,325199,2304036,806,103,226 +Kazakhstan,325211,1080420,806,103,226 +Kazakhstan,325212,108712,806,103,226 +Kazakhstan,325222,11959,806,103,226 +Kazakhstan,325311,11589,806,103,226 +Kazakhstan,325312,292087,806,103,226 +Kazakhstan,325320,976417,806,103,226 +Kazakhstan,325411,5847699,806,103,226 +Kazakhstan,325412,4652373,806,103,226 +Kazakhstan,325414,191634,806,103,226 +Kazakhstan,325510,257839,806,103,226 +Kazakhstan,325520,191568,806,103,226 +Kazakhstan,325611,1336432,806,103,226 +Kazakhstan,325612,30964,806,103,226 +Kazakhstan,325613,904879,806,103,226 +Kazakhstan,325620,13786533,806,103,226 +Kazakhstan,325910,2727,806,103,226 +Kazakhstan,325920,669078,806,103,226 +Kazakhstan,325992,16333,806,103,226 +Kazakhstan,325998,4689273,806,103,226 +Kazakhstan,326113,39686,806,103,226 +Kazakhstan,326121,118573,806,103,226 +Kazakhstan,326122,92416,806,103,226 +Kazakhstan,326160,8333,806,103,226 +Kazakhstan,326192,64055,806,103,226 +Kazakhstan,326199,2380240,806,103,226 +Kazakhstan,326211,2014084,806,103,226 +Kazakhstan,326220,656744,806,103,226 +Kazakhstan,326299,203900,806,103,226 +Kazakhstan,327112,55476,806,103,226 +Kazakhstan,327113,26284,806,103,226 +Kazakhstan,327121,16760,806,103,226 +Kazakhstan,327124,61687,806,103,226 +Kazakhstan,327125,3733,806,103,226 +Kazakhstan,327211,424222,806,103,226 +Kazakhstan,327212,51038,806,103,226 +Kazakhstan,327215,191958,806,103,226 +Kazakhstan,327910,29272,806,103,226 +Kazakhstan,327992,5700,806,103,226 +Kazakhstan,327993,76289,806,103,226 +Kazakhstan,327999,179504,806,103,226 +Kazakhstan,331111,1792685,806,103,226 +Kazakhstan,331222,2916,806,103,226 +Kazakhstan,331311,107616,806,103,226 +Kazakhstan,331315,11803,806,103,226 +Kazakhstan,331316,46354,806,103,226 +Kazakhstan,331319,48642,806,103,226 +Kazakhstan,331411,12000,806,103,226 +Kazakhstan,331419,3432,806,103,226 +Kazakhstan,331422,11885,806,103,226 +Kazakhstan,331491,449637,806,103,226 +Kazakhstan,331511,95035,806,103,226 +Kazakhstan,332115,84000,806,103,226 +Kazakhstan,332211,105617,806,103,226 +Kazakhstan,332212,2490801,806,103,226 +Kazakhstan,332213,22704,806,103,226 +Kazakhstan,332311,817047,806,103,226 +Kazakhstan,332312,269748,806,103,226 +Kazakhstan,332321,53499,806,103,226 +Kazakhstan,332322,422264,806,103,226 +Kazakhstan,332323,1702323,806,103,226 +Kazakhstan,332410,1193039,806,103,226 +Kazakhstan,332420,3211094,806,103,226 +Kazakhstan,332439,16210,806,103,226 +Kazakhstan,332510,357424,806,103,226 +Kazakhstan,332611,101488,806,103,226 +Kazakhstan,332618,49871,806,103,226 +Kazakhstan,332722,568859,806,103,226 +Kazakhstan,332911,12647628,806,103,226 +Kazakhstan,332912,254128,806,103,226 +Kazakhstan,332913,19103,806,103,226 +Kazakhstan,332919,1368529,806,103,226 +Kazakhstan,332991,362151,806,103,226 +Kazakhstan,332992,150511,806,103,226 +Kazakhstan,332994,365653,806,103,226 +Kazakhstan,332997,2524,806,103,226 +Kazakhstan,332999,1924777,806,103,226 +Kazakhstan,333111,30563345,806,103,226 +Kazakhstan,333120,12505998,806,103,226 +Kazakhstan,333131,17420142,806,103,226 +Kazakhstan,333132,34899387,806,103,226 +Kazakhstan,333210,14320,806,103,226 +Kazakhstan,333220,10640,806,103,226 +Kazakhstan,333292,104573,806,103,226 +Kazakhstan,333293,460318,806,103,226 +Kazakhstan,333294,5411800,806,103,226 +Kazakhstan,333298,148236,806,103,226 +Kazakhstan,333313,259149,806,103,226 +Kazakhstan,333314,2283266,806,103,226 +Kazakhstan,333315,540990,806,103,226 +Kazakhstan,333319,86645,806,103,226 +Kazakhstan,333411,539734,806,103,226 +Kazakhstan,333412,1474375,806,103,226 +Kazakhstan,333414,873577,806,103,226 +Kazakhstan,333415,563404,806,103,226 +Kazakhstan,333512,260174,806,103,226 +Kazakhstan,333513,80475,806,103,226 +Kazakhstan,333514,79315,806,103,226 +Kazakhstan,333515,93834,806,103,226 +Kazakhstan,333516,37794,806,103,226 +Kazakhstan,333611,42623747,806,103,226 +Kazakhstan,333612,556115,806,103,226 +Kazakhstan,333613,1226460,806,103,226 +Kazakhstan,333618,45374413,806,103,226 +Kazakhstan,333911,9546502,806,103,226 +Kazakhstan,333912,94283242,806,103,226 +Kazakhstan,333913,2477513,806,103,226 +Kazakhstan,333921,88741,806,103,226 +Kazakhstan,333922,977125,806,103,226 +Kazakhstan,333923,181015,806,103,226 +Kazakhstan,333924,526558,806,103,226 +Kazakhstan,333991,354970,806,103,226 +Kazakhstan,333992,2243458,806,103,226 +Kazakhstan,333993,69357,806,103,226 +Kazakhstan,333994,750502,806,103,226 +Kazakhstan,333995,217243,806,103,226 +Kazakhstan,333996,1398375,806,103,226 +Kazakhstan,333997,710433,806,103,226 +Kazakhstan,333999,10651634,806,103,226 +Kazakhstan,334111,3713543,806,103,226 +Kazakhstan,334112,216581,806,103,226 +Kazakhstan,334119,11653095,806,103,226 +Kazakhstan,334210,598055,806,103,226 +Kazakhstan,334220,15641545,806,103,226 +Kazakhstan,334290,982470,806,103,226 +Kazakhstan,334310,931111,806,103,226 +Kazakhstan,334411,20419,806,103,226 +Kazakhstan,334412,48259,806,103,226 +Kazakhstan,334413,1675424,806,103,226 +Kazakhstan,334414,10372,806,103,226 +Kazakhstan,334415,13378,806,103,226 +Kazakhstan,334416,132157,806,103,226 +Kazakhstan,334417,505288,806,103,226 +Kazakhstan,334418,256758,806,103,226 +Kazakhstan,334419,2072307,806,103,226 +Kazakhstan,334510,3636809,806,103,226 +Kazakhstan,334511,370683,806,103,226 +Kazakhstan,334512,22364,806,103,226 +Kazakhstan,334513,8932636,806,103,226 +Kazakhstan,334514,194581,806,103,226 +Kazakhstan,334515,1459612,806,103,226 +Kazakhstan,334516,2065305,806,103,226 +Kazakhstan,334517,3164734,806,103,226 +Kazakhstan,334518,131655,806,103,226 +Kazakhstan,334519,7396571,806,103,226 +Kazakhstan,334612,90032,806,103,226 +Kazakhstan,334613,52460,806,103,226 +Kazakhstan,335110,18595,806,103,226 +Kazakhstan,335121,31685,806,103,226 +Kazakhstan,335129,167397,806,103,226 +Kazakhstan,335211,938754,806,103,226 +Kazakhstan,335221,66698,806,103,226 +Kazakhstan,335222,51688,806,103,226 +Kazakhstan,335224,112710,806,103,226 +Kazakhstan,335228,31348,806,103,226 +Kazakhstan,335311,101994,806,103,226 +Kazakhstan,335312,8225526,806,103,226 +Kazakhstan,335313,931557,806,103,226 +Kazakhstan,335314,5371533,806,103,226 +Kazakhstan,335911,603329,806,103,226 +Kazakhstan,335912,165289,806,103,226 +Kazakhstan,335921,116523,806,103,226 +Kazakhstan,335929,2666539,806,103,226 +Kazakhstan,335931,109393,806,103,226 +Kazakhstan,335932,118343,806,103,226 +Kazakhstan,335991,266275,806,103,226 +Kazakhstan,335999,2947644,806,103,226 +Kazakhstan,336111,91045913,806,103,226 +Kazakhstan,336120,8769189,806,103,226 +Kazakhstan,336212,946358,806,103,226 +Kazakhstan,336214,508912,806,103,226 +Kazakhstan,336311,1599303,806,103,226 +Kazakhstan,336321,23513,806,103,226 +Kazakhstan,336322,5096759,806,103,226 +Kazakhstan,336330,115167,806,103,226 +Kazakhstan,336340,147436,806,103,226 +Kazakhstan,336350,131614,806,103,226 +Kazakhstan,336391,12772,806,103,226 +Kazakhstan,336399,3421510,806,103,226 +Kazakhstan,336412,175504,806,103,226 +Kazakhstan,336413,164742,806,103,226 +Kazakhstan,336419,9700,806,103,226 +Kazakhstan,336510,54823939,806,103,226 +Kazakhstan,336611,80000,806,103,226 +Kazakhstan,336612,154664,806,103,226 +Kazakhstan,336991,569845,806,103,226 +Kazakhstan,337124,71251,806,103,226 +Kazakhstan,337127,350327,806,103,226 +Kazakhstan,337214,29801,806,103,226 +Kazakhstan,337215,41650,806,103,226 +Kazakhstan,339112,1954327,806,103,226 +Kazakhstan,339113,2069901,806,103,226 +Kazakhstan,339114,842527,806,103,226 +Kazakhstan,339115,133936,806,103,226 +Kazakhstan,339911,1114418,806,103,226 +Kazakhstan,339913,17398,806,103,226 +Kazakhstan,339914,156114,806,103,226 +Kazakhstan,339920,446721,806,103,226 +Kazakhstan,339932,261398,806,103,226 +Kazakhstan,339941,13743,806,103,226 +Kazakhstan,339991,1965080,806,103,226 +Kazakhstan,339992,300452,806,103,226 +Kazakhstan,339993,22037,806,103,226 +Kazakhstan,339994,155972,806,103,226 +Kazakhstan,339999,3956024,806,103,226 +Kazakhstan,511210,197182,806,103,226 +Kazakhstan,910000,561619,806,103,226 +Kazakhstan,920000,24654,806,103,226 +Kazakhstan,990000,7897176,806,103,226 +Kenya,111120,5510,805,104,227 +Kenya,111130,9012829,805,104,227 +Kenya,111140,19259250,805,104,227 +Kenya,111150,34005,805,104,227 +Kenya,111219,1176409,805,104,227 +Kenya,111335,294397,805,104,227 +Kenya,111421,55350,805,104,227 +Kenya,111422,19250,805,104,227 +Kenya,111910,97960,805,104,227 +Kenya,111998,482326,805,104,227 +Kenya,112111,391719,805,104,227 +Kenya,112910,5539,805,104,227 +Kenya,212112,22680,805,104,227 +Kenya,212324,77853,805,104,227 +Kenya,212325,675399,805,104,227 +Kenya,212393,2923,805,104,227 +Kenya,212399,120317,805,104,227 +Kenya,311119,144924,805,104,227 +Kenya,311211,25573984,805,104,227 +Kenya,311221,988889,805,104,227 +Kenya,311222,134680,805,104,227 +Kenya,311223,8727586,805,104,227 +Kenya,311230,72132,805,104,227 +Kenya,311311,28791,805,104,227 +Kenya,311340,40953,805,104,227 +Kenya,311411,178796,805,104,227 +Kenya,311421,119223,805,104,227 +Kenya,311514,7456929,805,104,227 +Kenya,311611,6174,805,104,227 +Kenya,311613,4286,805,104,227 +Kenya,311811,22550,805,104,227 +Kenya,311822,24192,805,104,227 +Kenya,311911,1053850,805,104,227 +Kenya,311920,44761,805,104,227 +Kenya,311941,573829,805,104,227 +Kenya,311942,4469,805,104,227 +Kenya,311999,2282853,805,104,227 +Kenya,312111,12736,805,104,227 +Kenya,312130,19918,805,104,227 +Kenya,312140,15500,805,104,227 +Kenya,313111,7099,805,104,227 +Kenya,313113,3786,805,104,227 +Kenya,313210,73022,805,104,227 +Kenya,313221,108781,805,104,227 +Kenya,313249,19493,805,104,227 +Kenya,313320,114998,805,104,227 +Kenya,314110,428808,805,104,227 +Kenya,314129,403400,805,104,227 +Kenya,314911,3240,805,104,227 +Kenya,314912,3352,805,104,227 +Kenya,314991,8562,805,104,227 +Kenya,314999,624944,805,104,227 +Kenya,315221,8325,805,104,227 +Kenya,315222,19400,805,104,227 +Kenya,315223,24363,805,104,227 +Kenya,315224,34677,805,104,227 +Kenya,315228,30317,805,104,227 +Kenya,315231,78986,805,104,227 +Kenya,315232,15504,805,104,227 +Kenya,315234,9947,805,104,227 +Kenya,315239,70715,805,104,227 +Kenya,315999,313795,805,104,227 +Kenya,316110,5711,805,104,227 +Kenya,316211,1347133,805,104,227 +Kenya,316213,89470,805,104,227 +Kenya,316219,1313833,805,104,227 +Kenya,316991,59903,805,104,227 +Kenya,316992,22952,805,104,227 +Kenya,316993,8500,805,104,227 +Kenya,316999,38848,805,104,227 +Kenya,321213,19350,805,104,227 +Kenya,321219,10571,805,104,227 +Kenya,322110,203528,805,104,227 +Kenya,322121,1303499,805,104,227 +Kenya,322122,648373,805,104,227 +Kenya,322130,6144711,805,104,227 +Kenya,322211,7700,805,104,227 +Kenya,322215,25420,805,104,227 +Kenya,322222,1029055,805,104,227 +Kenya,322223,7592,805,104,227 +Kenya,322291,129550,805,104,227 +Kenya,322299,18157,805,104,227 +Kenya,323117,922405,805,104,227 +Kenya,323118,113575,805,104,227 +Kenya,323119,2932229,805,104,227 +Kenya,323122,6708,805,104,227 +Kenya,324110,90934,805,104,227 +Kenya,324122,20118,805,104,227 +Kenya,325131,7800,805,104,227 +Kenya,325181,24006,805,104,227 +Kenya,325188,533133,805,104,227 +Kenya,325191,36696,805,104,227 +Kenya,325199,2095597,805,104,227 +Kenya,325211,7986250,805,104,227 +Kenya,325212,837710,805,104,227 +Kenya,325222,2818,805,104,227 +Kenya,325312,16441978,805,104,227 +Kenya,325320,2213327,805,104,227 +Kenya,325411,64817,805,104,227 +Kenya,325412,5373627,805,104,227 +Kenya,325414,1363666,805,104,227 +Kenya,325510,43714,805,104,227 +Kenya,325520,410990,805,104,227 +Kenya,325611,340304,805,104,227 +Kenya,325613,604661,805,104,227 +Kenya,325620,3596664,805,104,227 +Kenya,325910,213424,805,104,227 +Kenya,325920,3009,805,104,227 +Kenya,325992,27434,805,104,227 +Kenya,325998,381687,805,104,227 +Kenya,326113,62152,805,104,227 +Kenya,326121,20200,805,104,227 +Kenya,326122,23878,805,104,227 +Kenya,326160,110364,805,104,227 +Kenya,326191,78000,805,104,227 +Kenya,326192,38961,805,104,227 +Kenya,326199,1354846,805,104,227 +Kenya,326211,3241532,805,104,227 +Kenya,326220,113077,805,104,227 +Kenya,326299,95056,805,104,227 +Kenya,327111,48094,805,104,227 +Kenya,327112,3000,805,104,227 +Kenya,327124,33500,805,104,227 +Kenya,327125,3338,805,104,227 +Kenya,327211,28699,805,104,227 +Kenya,327212,84784,805,104,227 +Kenya,327215,23880,805,104,227 +Kenya,327390,17723,805,104,227 +Kenya,327910,14443,805,104,227 +Kenya,327993,38747,805,104,227 +Kenya,327999,35932,805,104,227 +Kenya,331111,594948,805,104,227 +Kenya,331311,35000,805,104,227 +Kenya,331315,27255,805,104,227 +Kenya,331316,9321,805,104,227 +Kenya,331319,27829,805,104,227 +Kenya,331419,799661,805,104,227 +Kenya,331422,40332,805,104,227 +Kenya,331491,36574,805,104,227 +Kenya,331511,192387,805,104,227 +Kenya,332115,31444,805,104,227 +Kenya,332212,223574,805,104,227 +Kenya,332213,10946,805,104,227 +Kenya,332311,476181,805,104,227 +Kenya,332312,568465,805,104,227 +Kenya,332321,9800,805,104,227 +Kenya,332410,742605,805,104,227 +Kenya,332420,1250344,805,104,227 +Kenya,332439,118004,805,104,227 +Kenya,332510,105708,805,104,227 +Kenya,332611,24011,805,104,227 +Kenya,332618,213927,805,104,227 +Kenya,332722,210768,805,104,227 +Kenya,332911,1013789,805,104,227 +Kenya,332912,323005,805,104,227 +Kenya,332919,57745,805,104,227 +Kenya,332991,59776,805,104,227 +Kenya,332994,1539599,805,104,227 +Kenya,332998,9119,805,104,227 +Kenya,332999,158989,805,104,227 +Kenya,333111,2437581,805,104,227 +Kenya,333120,10586676,805,104,227 +Kenya,333131,2540406,805,104,227 +Kenya,333132,3229444,805,104,227 +Kenya,333210,44024,805,104,227 +Kenya,333220,98807,805,104,227 +Kenya,333291,100632,805,104,227 +Kenya,333292,205970,805,104,227 +Kenya,333293,143451,805,104,227 +Kenya,333294,1267030,805,104,227 +Kenya,333295,637283,805,104,227 +Kenya,333298,182046,805,104,227 +Kenya,333311,74600,805,104,227 +Kenya,333313,697691,805,104,227 +Kenya,333314,333416,805,104,227 +Kenya,333315,392586,805,104,227 +Kenya,333319,193745,805,104,227 +Kenya,333411,877226,805,104,227 +Kenya,333412,20902,805,104,227 +Kenya,333414,41087,805,104,227 +Kenya,333415,419577,805,104,227 +Kenya,333511,313904,805,104,227 +Kenya,333512,234953,805,104,227 +Kenya,333513,1096033,805,104,227 +Kenya,333514,3279,805,104,227 +Kenya,333515,33003,805,104,227 +Kenya,333516,629010,805,104,227 +Kenya,333611,1840172,805,104,227 +Kenya,333612,183190,805,104,227 +Kenya,333613,1022995,805,104,227 +Kenya,333618,717802,805,104,227 +Kenya,333911,489062,805,104,227 +Kenya,333912,1014999,805,104,227 +Kenya,333913,15304,805,104,227 +Kenya,333921,36987,805,104,227 +Kenya,333922,110680,805,104,227 +Kenya,333923,62451,805,104,227 +Kenya,333924,1964984,805,104,227 +Kenya,333991,111605,805,104,227 +Kenya,333992,386527,805,104,227 +Kenya,333993,296323,805,104,227 +Kenya,333994,757721,805,104,227 +Kenya,333995,44649,805,104,227 +Kenya,333996,58695,805,104,227 +Kenya,333997,81837,805,104,227 +Kenya,333999,9768861,805,104,227 +Kenya,334111,7184281,805,104,227 +Kenya,334112,595608,805,104,227 +Kenya,334119,7508618,805,104,227 +Kenya,334210,1020111,805,104,227 +Kenya,334220,4907372,805,104,227 +Kenya,334290,73735,805,104,227 +Kenya,334310,1356820,805,104,227 +Kenya,334412,5542,805,104,227 +Kenya,334413,1679696,805,104,227 +Kenya,334414,8690,805,104,227 +Kenya,334416,16092,805,104,227 +Kenya,334417,473079,805,104,227 +Kenya,334418,193069,805,104,227 +Kenya,334419,1771610,805,104,227 +Kenya,334510,1494903,805,104,227 +Kenya,334511,344693,805,104,227 +Kenya,334513,2211530,805,104,227 +Kenya,334514,80620,805,104,227 +Kenya,334515,4136820,805,104,227 +Kenya,334516,2318848,805,104,227 +Kenya,334517,1583403,805,104,227 +Kenya,334518,175508,805,104,227 +Kenya,334519,1991621,805,104,227 +Kenya,334612,89681,805,104,227 +Kenya,334613,164485,805,104,227 +Kenya,335110,9579,805,104,227 +Kenya,335121,3545,805,104,227 +Kenya,335129,176010,805,104,227 +Kenya,335211,364482,805,104,227 +Kenya,335221,2771,805,104,227 +Kenya,335222,52697,805,104,227 +Kenya,335224,288056,805,104,227 +Kenya,335228,25109,805,104,227 +Kenya,335311,310540,805,104,227 +Kenya,335312,909834,805,104,227 +Kenya,335313,334797,805,104,227 +Kenya,335314,264546,805,104,227 +Kenya,335911,399631,805,104,227 +Kenya,335912,163475,805,104,227 +Kenya,335921,429071,805,104,227 +Kenya,335929,398972,805,104,227 +Kenya,335931,126982,805,104,227 +Kenya,335932,24809,805,104,227 +Kenya,335991,880292,805,104,227 +Kenya,335999,1131338,805,104,227 +Kenya,336111,3118318,805,104,227 +Kenya,336120,1723211,805,104,227 +Kenya,336212,549994,805,104,227 +Kenya,336214,168990,805,104,227 +Kenya,336311,30389,805,104,227 +Kenya,336321,62860,805,104,227 +Kenya,336322,248853,805,104,227 +Kenya,336330,27501,805,104,227 +Kenya,336340,100618,805,104,227 +Kenya,336350,3362,805,104,227 +Kenya,336360,80927,805,104,227 +Kenya,336399,606310,805,104,227 +Kenya,336411,3787900,805,104,227 +Kenya,336412,1946418,805,104,227 +Kenya,336413,1206616,805,104,227 +Kenya,336419,5792,805,104,227 +Kenya,336510,142850,805,104,227 +Kenya,336611,424547,805,104,227 +Kenya,336612,23937,805,104,227 +Kenya,336991,83816,805,104,227 +Kenya,337124,282346,805,104,227 +Kenya,337127,539646,805,104,227 +Kenya,337214,54848,805,104,227 +Kenya,337215,167299,805,104,227 +Kenya,339112,1394786,805,104,227 +Kenya,339113,1082366,805,104,227 +Kenya,339114,323336,805,104,227 +Kenya,339115,26983,805,104,227 +Kenya,339911,45274,805,104,227 +Kenya,339914,3065,805,104,227 +Kenya,339920,355900,805,104,227 +Kenya,339932,14838,805,104,227 +Kenya,339944,6430,805,104,227 +Kenya,339950,23765,805,104,227 +Kenya,339991,93389,805,104,227 +Kenya,339992,31909,805,104,227 +Kenya,339993,82395,805,104,227 +Kenya,339994,6632,805,104,227 +Kenya,339999,486683,805,104,227 +Kenya,511210,65261,805,104,227 +Kenya,910000,445435,805,104,227 +Kenya,920000,18850496,805,104,227 +Kenya,990000,18567172,805,104,227 +Kiribati,311320,4020,808,105,228 +Kiribati,311999,4211,808,105,228 +Kiribati,321114,40000,808,105,228 +Kiribati,323117,6237,808,105,228 +Kiribati,327212,11467,808,105,228 +Kiribati,331319,6500,808,105,228 +Kiribati,331491,28733,808,105,228 +Kiribati,332212,51690,808,105,228 +Kiribati,332722,2733,808,105,228 +Kiribati,333618,24802,808,105,228 +Kiribati,333999,5196,808,105,228 +Kiribati,334111,12070,808,105,228 +Kiribati,334220,98660,808,105,228 +Kiribati,334310,27503,808,105,228 +Kiribati,334413,4592,808,105,228 +Kiribati,334416,2736,808,105,228 +Kiribati,334418,69790,808,105,228 +Kiribati,334419,10300,808,105,228 +Kiribati,334513,23920,808,105,228 +Kiribati,334515,7618,808,105,228 +Kiribati,334517,22837,808,105,228 +Kiribati,334518,5820,808,105,228 +Kiribati,334519,71088,808,105,228 +Kiribati,335312,16299,808,105,228 +Kiribati,990000,3153975,808,105,228 +Kuwait,111120,254811,806,106,229 +Kuwait,111130,11810,806,106,229 +Kuwait,111150,570385,806,106,229 +Kuwait,111199,164914,806,106,229 +Kuwait,111219,12680004,806,106,229 +Kuwait,111331,4345651,806,106,229 +Kuwait,111332,611817,806,106,229 +Kuwait,111333,508037,806,106,229 +Kuwait,111334,23232,806,106,229 +Kuwait,111335,8120790,806,106,229 +Kuwait,111339,1765633,806,106,229 +Kuwait,111421,10462,806,106,229 +Kuwait,111422,37934,806,106,229 +Kuwait,111920,3240,806,106,229 +Kuwait,111940,945840,806,106,229 +Kuwait,111998,349000,806,106,229 +Kuwait,112111,5558,806,106,229 +Kuwait,112310,274396,806,106,229 +Kuwait,112910,735135,806,106,229 +Kuwait,112920,905120,806,106,229 +Kuwait,112990,78000,806,106,229 +Kuwait,113310,99574,806,106,229 +Kuwait,114111,224429,806,106,229 +Kuwait,114112,413916,806,106,229 +Kuwait,211112,20242,806,106,229 +Kuwait,212222,8000,806,106,229 +Kuwait,212311,65556,806,106,229 +Kuwait,212319,133914,806,106,229 +Kuwait,212322,70657,806,106,229 +Kuwait,212324,42963,806,106,229 +Kuwait,212325,1033765,806,106,229 +Kuwait,212393,53786,806,106,229 +Kuwait,212399,700005,806,106,229 +Kuwait,311111,675095,806,106,229 +Kuwait,311119,1685814,806,106,229 +Kuwait,311211,113204,806,106,229 +Kuwait,311212,2819441,806,106,229 +Kuwait,311221,26131068,806,106,229 +Kuwait,311222,2498421,806,106,229 +Kuwait,311223,858713,806,106,229 +Kuwait,311225,1414623,806,106,229 +Kuwait,311230,56757,806,106,229 +Kuwait,311311,643253,806,106,229 +Kuwait,311320,2324969,806,106,229 +Kuwait,311340,1304006,806,106,229 +Kuwait,311411,7247343,806,106,229 +Kuwait,311421,4408384,806,106,229 +Kuwait,311422,73580,806,106,229 +Kuwait,311423,834018,806,106,229 +Kuwait,311511,773275,806,106,229 +Kuwait,311512,397252,806,106,229 +Kuwait,311513,5732763,806,106,229 +Kuwait,311514,1919605,806,106,229 +Kuwait,311520,246154,806,106,229 +Kuwait,311611,12399623,806,106,229 +Kuwait,311613,48342,806,106,229 +Kuwait,311615,15393380,806,106,229 +Kuwait,311711,52042,806,106,229 +Kuwait,311811,3770979,806,106,229 +Kuwait,311822,2772223,806,106,229 +Kuwait,311823,12477,806,106,229 +Kuwait,311911,1452791,806,106,229 +Kuwait,311919,1018909,806,106,229 +Kuwait,311920,1245632,806,106,229 +Kuwait,311930,527035,806,106,229 +Kuwait,311941,4438825,806,106,229 +Kuwait,311942,886985,806,106,229 +Kuwait,311999,17647397,806,106,229 +Kuwait,312111,582180,806,106,229 +Kuwait,312120,230664,806,106,229 +Kuwait,312130,62640,806,106,229 +Kuwait,312229,44345,806,106,229 +Kuwait,313111,14882,806,106,229 +Kuwait,313113,26400,806,106,229 +Kuwait,313210,410374,806,106,229 +Kuwait,313221,414726,806,106,229 +Kuwait,313230,91460,806,106,229 +Kuwait,313249,14200,806,106,229 +Kuwait,313312,26560,806,106,229 +Kuwait,313320,243092,806,106,229 +Kuwait,314110,2708488,806,106,229 +Kuwait,314121,4800,806,106,229 +Kuwait,314129,638809,806,106,229 +Kuwait,314911,18485,806,106,229 +Kuwait,314912,114757,806,106,229 +Kuwait,314991,57990,806,106,229 +Kuwait,314992,22341,806,106,229 +Kuwait,314999,6179151,806,106,229 +Kuwait,315111,405179,806,106,229 +Kuwait,315221,7941,806,106,229 +Kuwait,315222,76814,806,106,229 +Kuwait,315223,538709,806,106,229 +Kuwait,315224,433683,806,106,229 +Kuwait,315228,1887359,806,106,229 +Kuwait,315231,4271260,806,106,229 +Kuwait,315232,504092,806,106,229 +Kuwait,315233,4959385,806,106,229 +Kuwait,315234,1130537,806,106,229 +Kuwait,315239,493315,806,106,229 +Kuwait,315291,85195,806,106,229 +Kuwait,315292,851486,806,106,229 +Kuwait,315991,31583,806,106,229 +Kuwait,315992,128615,806,106,229 +Kuwait,315999,2601818,806,106,229 +Kuwait,316110,94993,806,106,229 +Kuwait,316211,37032,806,106,229 +Kuwait,316212,19952,806,106,229 +Kuwait,316213,823934,806,106,229 +Kuwait,316214,188963,806,106,229 +Kuwait,316219,352240,806,106,229 +Kuwait,316991,527178,806,106,229 +Kuwait,316992,515271,806,106,229 +Kuwait,316993,53332,806,106,229 +Kuwait,316999,59706,806,106,229 +Kuwait,321113,682461,806,106,229 +Kuwait,321114,329817,806,106,229 +Kuwait,321219,10496,806,106,229 +Kuwait,321911,33553,806,106,229 +Kuwait,321918,402508,806,106,229 +Kuwait,321920,62616,806,106,229 +Kuwait,321991,24000,806,106,229 +Kuwait,321992,3057,806,106,229 +Kuwait,321999,253311,806,106,229 +Kuwait,322110,2866502,806,106,229 +Kuwait,322121,1055831,806,106,229 +Kuwait,322122,2765098,806,106,229 +Kuwait,322130,631604,806,106,229 +Kuwait,322211,83169,806,106,229 +Kuwait,322212,58363,806,106,229 +Kuwait,322213,17150,806,106,229 +Kuwait,322215,899800,806,106,229 +Kuwait,322222,1889668,806,106,229 +Kuwait,322223,944123,806,106,229 +Kuwait,322224,16118,806,106,229 +Kuwait,322232,34165,806,106,229 +Kuwait,322233,6660,806,106,229 +Kuwait,322291,669581,806,106,229 +Kuwait,322299,286218,806,106,229 +Kuwait,323116,2752,806,106,229 +Kuwait,323117,2748641,806,106,229 +Kuwait,323118,470127,806,106,229 +Kuwait,323119,2573225,806,106,229 +Kuwait,323122,33771,806,106,229 +Kuwait,324110,6608382,806,106,229 +Kuwait,324121,77478,806,106,229 +Kuwait,324122,6503,806,106,229 +Kuwait,325110,2827248,806,106,229 +Kuwait,325120,117561,806,106,229 +Kuwait,325131,594042,806,106,229 +Kuwait,325132,15178,806,106,229 +Kuwait,325181,26446,806,106,229 +Kuwait,325182,35807,806,106,229 +Kuwait,325188,85413739,806,106,229 +Kuwait,325191,660472,806,106,229 +Kuwait,325192,127543,806,106,229 +Kuwait,325193,14175,806,106,229 +Kuwait,325199,11012308,806,106,229 +Kuwait,325211,8016781,806,106,229 +Kuwait,325212,2747289,806,106,229 +Kuwait,325221,47338,806,106,229 +Kuwait,325222,1106496,806,106,229 +Kuwait,325311,2246059,806,106,229 +Kuwait,325312,261034,806,106,229 +Kuwait,325320,463356,806,106,229 +Kuwait,325411,3886297,806,106,229 +Kuwait,325412,20409000,806,106,229 +Kuwait,325414,3429416,806,106,229 +Kuwait,325510,2233079,806,106,229 +Kuwait,325520,2173391,806,106,229 +Kuwait,325611,2898796,806,106,229 +Kuwait,325612,1889344,806,106,229 +Kuwait,325613,2741965,806,106,229 +Kuwait,325620,6714182,806,106,229 +Kuwait,325910,239954,806,106,229 +Kuwait,325920,6520634,806,106,229 +Kuwait,325992,618127,806,106,229 +Kuwait,325998,3447357,806,106,229 +Kuwait,326113,1343603,806,106,229 +Kuwait,326121,90705,806,106,229 +Kuwait,326122,391258,806,106,229 +Kuwait,326160,85547,806,106,229 +Kuwait,326191,53160,806,106,229 +Kuwait,326192,82586,806,106,229 +Kuwait,326199,7253247,806,106,229 +Kuwait,326211,58390268,806,106,229 +Kuwait,326212,22356,806,106,229 +Kuwait,326220,2408370,806,106,229 +Kuwait,326299,875250,806,106,229 +Kuwait,327111,231510,806,106,229 +Kuwait,327112,592504,806,106,229 +Kuwait,327122,67938,806,106,229 +Kuwait,327123,100623,806,106,229 +Kuwait,327124,95248,806,106,229 +Kuwait,327125,206326,806,106,229 +Kuwait,327211,1236390,806,106,229 +Kuwait,327212,670734,806,106,229 +Kuwait,327213,225468,806,106,229 +Kuwait,327215,389757,806,106,229 +Kuwait,327390,805638,806,106,229 +Kuwait,327410,4509,806,106,229 +Kuwait,327420,39324,806,106,229 +Kuwait,327910,58872,806,106,229 +Kuwait,327991,37447,806,106,229 +Kuwait,327992,134541,806,106,229 +Kuwait,327993,732180,806,106,229 +Kuwait,327999,1287071,806,106,229 +Kuwait,331111,13469047,806,106,229 +Kuwait,331222,175870,806,106,229 +Kuwait,331311,1665419,806,106,229 +Kuwait,331315,7193026,806,106,229 +Kuwait,331316,124159,806,106,229 +Kuwait,331319,67440,806,106,229 +Kuwait,331411,34081,806,106,229 +Kuwait,331419,30818,806,106,229 +Kuwait,331421,1006875,806,106,229 +Kuwait,331422,744950,806,106,229 +Kuwait,331491,583278,806,106,229 +Kuwait,331492,23901,806,106,229 +Kuwait,331511,31066293,806,106,229 +Kuwait,332115,14027,806,106,229 +Kuwait,332211,417337,806,106,229 +Kuwait,332212,3270311,806,106,229 +Kuwait,332213,67257,806,106,229 +Kuwait,332214,18904,806,106,229 +Kuwait,332311,354034,806,106,229 +Kuwait,332312,3714064,806,106,229 +Kuwait,332321,1050820,806,106,229 +Kuwait,332322,224777,806,106,229 +Kuwait,332323,3873,806,106,229 +Kuwait,332410,1227387,806,106,229 +Kuwait,332420,1961876,806,106,229 +Kuwait,332439,166445,806,106,229 +Kuwait,332510,1357429,806,106,229 +Kuwait,332611,1105632,806,106,229 +Kuwait,332618,410623,806,106,229 +Kuwait,332722,1064455,806,106,229 +Kuwait,332911,12726263,806,106,229 +Kuwait,332912,1284369,806,106,229 +Kuwait,332913,549315,806,106,229 +Kuwait,332919,2947794,806,106,229 +Kuwait,332991,624891,806,106,229 +Kuwait,332992,56484182,806,106,229 +Kuwait,332994,13294784,806,106,229 +Kuwait,332998,585121,806,106,229 +Kuwait,332999,4007052,806,106,229 +Kuwait,333111,3412879,806,106,229 +Kuwait,333120,19560968,806,106,229 +Kuwait,333131,17205356,806,106,229 +Kuwait,333132,30684869,806,106,229 +Kuwait,333210,124127,806,106,229 +Kuwait,333220,956159,806,106,229 +Kuwait,333291,209072,806,106,229 +Kuwait,333292,487162,806,106,229 +Kuwait,333293,742631,806,106,229 +Kuwait,333294,1361536,806,106,229 +Kuwait,333295,393625,806,106,229 +Kuwait,333298,960775,806,106,229 +Kuwait,333311,118751,806,106,229 +Kuwait,333313,2059511,806,106,229 +Kuwait,333314,2292281,806,106,229 +Kuwait,333315,1012283,806,106,229 +Kuwait,333319,4600745,806,106,229 +Kuwait,333411,2613372,806,106,229 +Kuwait,333412,4634718,806,106,229 +Kuwait,333414,1069462,806,106,229 +Kuwait,333415,43733587,806,106,229 +Kuwait,333511,55044,806,106,229 +Kuwait,333512,1587634,806,106,229 +Kuwait,333513,516912,806,106,229 +Kuwait,333514,183665,806,106,229 +Kuwait,333515,481762,806,106,229 +Kuwait,333516,4872,806,106,229 +Kuwait,333611,443040012,806,106,229 +Kuwait,333612,1662977,806,106,229 +Kuwait,333613,964210,806,106,229 +Kuwait,333618,8247412,806,106,229 +Kuwait,333911,15078458,806,106,229 +Kuwait,333912,16675125,806,106,229 +Kuwait,333913,916891,806,106,229 +Kuwait,333921,95234,806,106,229 +Kuwait,333922,1770294,806,106,229 +Kuwait,333923,1233834,806,106,229 +Kuwait,333924,8049639,806,106,229 +Kuwait,333991,399800,806,106,229 +Kuwait,333992,6762235,806,106,229 +Kuwait,333993,333256,806,106,229 +Kuwait,333994,714373,806,106,229 +Kuwait,333995,206171,806,106,229 +Kuwait,333996,1482702,806,106,229 +Kuwait,333997,396803,806,106,229 +Kuwait,333999,19789870,806,106,229 +Kuwait,334111,13647864,806,106,229 +Kuwait,334112,1715705,806,106,229 +Kuwait,334119,16296057,806,106,229 +Kuwait,334210,1474621,806,106,229 +Kuwait,334220,16655595,806,106,229 +Kuwait,334290,5141250,806,106,229 +Kuwait,334310,8911713,806,106,229 +Kuwait,334411,131021,806,106,229 +Kuwait,334412,140070,806,106,229 +Kuwait,334413,3404098,806,106,229 +Kuwait,334414,91628,806,106,229 +Kuwait,334415,94289,806,106,229 +Kuwait,334416,282952,806,106,229 +Kuwait,334417,2622443,806,106,229 +Kuwait,334418,949411,806,106,229 +Kuwait,334419,5888344,806,106,229 +Kuwait,334510,12600215,806,106,229 +Kuwait,334511,3854629,806,106,229 +Kuwait,334512,1324973,806,106,229 +Kuwait,334513,25248618,806,106,229 +Kuwait,334514,153410,806,106,229 +Kuwait,334515,7490840,806,106,229 +Kuwait,334516,22474554,806,106,229 +Kuwait,334517,5719727,806,106,229 +Kuwait,334518,2028450,806,106,229 +Kuwait,334519,7723118,806,106,229 +Kuwait,334612,52543,806,106,229 +Kuwait,334613,299563,806,106,229 +Kuwait,335110,229789,806,106,229 +Kuwait,335121,342678,806,106,229 +Kuwait,335129,2258117,806,106,229 +Kuwait,335211,789250,806,106,229 +Kuwait,335212,1922566,806,106,229 +Kuwait,335221,267060,806,106,229 +Kuwait,335222,6495814,806,106,229 +Kuwait,335224,3671299,806,106,229 +Kuwait,335228,4212986,806,106,229 +Kuwait,335311,1246053,806,106,229 +Kuwait,335312,117987202,806,106,229 +Kuwait,335313,2929278,806,106,229 +Kuwait,335314,8880806,806,106,229 +Kuwait,335911,1899618,806,106,229 +Kuwait,335912,387152,806,106,229 +Kuwait,335921,295404,806,106,229 +Kuwait,335929,17833045,806,106,229 +Kuwait,335931,2089563,806,106,229 +Kuwait,335932,135189,806,106,229 +Kuwait,335991,1165107,806,106,229 +Kuwait,335999,6444667,806,106,229 +Kuwait,336111,714471326,806,106,229 +Kuwait,336120,86470433,806,106,229 +Kuwait,336211,90406,806,106,229 +Kuwait,336212,216333,806,106,229 +Kuwait,336213,8782684,806,106,229 +Kuwait,336214,1264413,806,106,229 +Kuwait,336311,15521385,806,106,229 +Kuwait,336321,876052,806,106,229 +Kuwait,336322,2707262,806,106,229 +Kuwait,336330,462266,806,106,229 +Kuwait,336340,1122790,806,106,229 +Kuwait,336350,1237424,806,106,229 +Kuwait,336360,156359,806,106,229 +Kuwait,336370,27454,806,106,229 +Kuwait,336391,577087,806,106,229 +Kuwait,336399,21061701,806,106,229 +Kuwait,336412,768994,806,106,229 +Kuwait,336413,34855463,806,106,229 +Kuwait,336419,191006,806,106,229 +Kuwait,336510,608973,806,106,229 +Kuwait,336611,15359314,806,106,229 +Kuwait,336612,11415369,806,106,229 +Kuwait,336991,2719659,806,106,229 +Kuwait,336992,28045961,806,106,229 +Kuwait,337110,619118,806,106,229 +Kuwait,337124,4360727,806,106,229 +Kuwait,337127,10705118,806,106,229 +Kuwait,337129,73955,806,106,229 +Kuwait,337211,474868,806,106,229 +Kuwait,337214,1570583,806,106,229 +Kuwait,337215,2348750,806,106,229 +Kuwait,337910,860605,806,106,229 +Kuwait,337920,23273,806,106,229 +Kuwait,339112,8578262,806,106,229 +Kuwait,339113,8663330,806,106,229 +Kuwait,339114,3797018,806,106,229 +Kuwait,339115,364358,806,106,229 +Kuwait,339911,3139901,806,106,229 +Kuwait,339912,89851,806,106,229 +Kuwait,339913,53500,806,106,229 +Kuwait,339914,534115,806,106,229 +Kuwait,339920,4015048,806,106,229 +Kuwait,339932,3131436,806,106,229 +Kuwait,339941,15582,806,106,229 +Kuwait,339942,88630,806,106,229 +Kuwait,339943,15600,806,106,229 +Kuwait,339944,88705,806,106,229 +Kuwait,339950,73120,806,106,229 +Kuwait,339991,4758987,806,106,229 +Kuwait,339992,102321,806,106,229 +Kuwait,339993,28966,806,106,229 +Kuwait,339994,202031,806,106,229 +Kuwait,339999,4116267,806,106,229 +Kuwait,511210,1131001,806,106,229 +Kuwait,910000,256358,806,106,229 +Kuwait,920000,11164252,806,106,229 +Kuwait,990000,81164613,806,106,229 +Kyrgyzstan,111110,10250,806,107,230 +Kyrgyzstan,111219,7200,806,107,230 +Kyrgyzstan,311211,109242,806,107,230 +Kyrgyzstan,311225,258107,806,107,230 +Kyrgyzstan,311611,116709,806,107,230 +Kyrgyzstan,311613,23475,806,107,230 +Kyrgyzstan,311615,17766029,806,107,230 +Kyrgyzstan,313221,3520,806,107,230 +Kyrgyzstan,313320,12380,806,107,230 +Kyrgyzstan,314912,4000,806,107,230 +Kyrgyzstan,314999,131337,806,107,230 +Kyrgyzstan,315228,3852,806,107,230 +Kyrgyzstan,315233,4815,806,107,230 +Kyrgyzstan,315239,3726,806,107,230 +Kyrgyzstan,315292,27069,806,107,230 +Kyrgyzstan,315992,8201,806,107,230 +Kyrgyzstan,316991,35972,806,107,230 +Kyrgyzstan,322213,14783,806,107,230 +Kyrgyzstan,323117,3514,806,107,230 +Kyrgyzstan,323119,259978,806,107,230 +Kyrgyzstan,324110,312064,806,107,230 +Kyrgyzstan,325199,9003,806,107,230 +Kyrgyzstan,325211,67848,806,107,230 +Kyrgyzstan,325212,7576,806,107,230 +Kyrgyzstan,325520,5183,806,107,230 +Kyrgyzstan,325611,35231,806,107,230 +Kyrgyzstan,325612,2537,806,107,230 +Kyrgyzstan,325613,60275,806,107,230 +Kyrgyzstan,325620,46101,806,107,230 +Kyrgyzstan,326113,184017,806,107,230 +Kyrgyzstan,326199,84240,806,107,230 +Kyrgyzstan,326211,2819518,806,107,230 +Kyrgyzstan,326220,21384,806,107,230 +Kyrgyzstan,326299,19469,806,107,230 +Kyrgyzstan,327111,17607,806,107,230 +Kyrgyzstan,327112,2820,806,107,230 +Kyrgyzstan,331111,3995,806,107,230 +Kyrgyzstan,331419,190353,806,107,230 +Kyrgyzstan,331491,14860,806,107,230 +Kyrgyzstan,331511,14484,806,107,230 +Kyrgyzstan,332211,4600,806,107,230 +Kyrgyzstan,332212,135106,806,107,230 +Kyrgyzstan,332322,8253,806,107,230 +Kyrgyzstan,332323,113618,806,107,230 +Kyrgyzstan,332410,8763,806,107,230 +Kyrgyzstan,332510,73522,806,107,230 +Kyrgyzstan,332722,302825,806,107,230 +Kyrgyzstan,332911,43040,806,107,230 +Kyrgyzstan,332999,202925,806,107,230 +Kyrgyzstan,333111,1380437,806,107,230 +Kyrgyzstan,333120,17555284,806,107,230 +Kyrgyzstan,333131,3588094,806,107,230 +Kyrgyzstan,333132,31971,806,107,230 +Kyrgyzstan,333210,24490,806,107,230 +Kyrgyzstan,333294,54249,806,107,230 +Kyrgyzstan,333313,109261,806,107,230 +Kyrgyzstan,333314,17395,806,107,230 +Kyrgyzstan,333315,9991,806,107,230 +Kyrgyzstan,333411,7471,806,107,230 +Kyrgyzstan,333415,157607,806,107,230 +Kyrgyzstan,333612,101280,806,107,230 +Kyrgyzstan,333613,259879,806,107,230 +Kyrgyzstan,333618,360037,806,107,230 +Kyrgyzstan,333911,175737,806,107,230 +Kyrgyzstan,333991,4250,806,107,230 +Kyrgyzstan,333992,23506,806,107,230 +Kyrgyzstan,333993,50407,806,107,230 +Kyrgyzstan,333994,10877,806,107,230 +Kyrgyzstan,333996,123005,806,107,230 +Kyrgyzstan,333997,15926,806,107,230 +Kyrgyzstan,333999,268618,806,107,230 +Kyrgyzstan,334111,224039,806,107,230 +Kyrgyzstan,334119,559217,806,107,230 +Kyrgyzstan,334220,644430,806,107,230 +Kyrgyzstan,334290,21041,806,107,230 +Kyrgyzstan,334310,56603,806,107,230 +Kyrgyzstan,334412,6065,806,107,230 +Kyrgyzstan,334413,25168,806,107,230 +Kyrgyzstan,334415,17626,806,107,230 +Kyrgyzstan,334417,3777,806,107,230 +Kyrgyzstan,334418,12801,806,107,230 +Kyrgyzstan,334419,277695,806,107,230 +Kyrgyzstan,334510,242096,806,107,230 +Kyrgyzstan,334511,228260,806,107,230 +Kyrgyzstan,334513,162246,806,107,230 +Kyrgyzstan,334515,21744,806,107,230 +Kyrgyzstan,334516,115873,806,107,230 +Kyrgyzstan,334518,3995,806,107,230 +Kyrgyzstan,334519,225531,806,107,230 +Kyrgyzstan,335129,37617,806,107,230 +Kyrgyzstan,335224,11743,806,107,230 +Kyrgyzstan,335312,51690,806,107,230 +Kyrgyzstan,335314,59636,806,107,230 +Kyrgyzstan,335929,12514,806,107,230 +Kyrgyzstan,335999,173961,806,107,230 +Kyrgyzstan,336111,7268579,806,107,230 +Kyrgyzstan,336120,6466730,806,107,230 +Kyrgyzstan,336211,1666280,806,107,230 +Kyrgyzstan,336214,30641,806,107,230 +Kyrgyzstan,336399,113710,806,107,230 +Kyrgyzstan,336412,150148,806,107,230 +Kyrgyzstan,336419,12018,806,107,230 +Kyrgyzstan,336611,30700,806,107,230 +Kyrgyzstan,336612,12500,806,107,230 +Kyrgyzstan,336991,681219,806,107,230 +Kyrgyzstan,339112,8188,806,107,230 +Kyrgyzstan,339113,187100,806,107,230 +Kyrgyzstan,339114,61028,806,107,230 +Kyrgyzstan,339115,8791,806,107,230 +Kyrgyzstan,339920,93036,806,107,230 +Kyrgyzstan,339991,9751,806,107,230 +Kyrgyzstan,339999,11653,806,107,230 +Kyrgyzstan,920000,3375,806,107,230 +Kyrgyzstan,990000,11234861,806,107,230 +Laos,111219,32482,808,108,231 +Laos,111920,131927,808,108,231 +Laos,212222,6120,808,108,231 +Laos,311212,442231,808,108,231 +Laos,311223,163312,808,108,231 +Laos,311225,94820,808,108,231 +Laos,311514,72894,808,108,231 +Laos,311711,159360,808,108,231 +Laos,311919,18894,808,108,231 +Laos,312130,51864,808,108,231 +Laos,313113,15296,808,108,231 +Laos,313210,2950,808,108,231 +Laos,313249,49209,808,108,231 +Laos,314991,5702,808,108,231 +Laos,315999,6000,808,108,231 +Laos,321999,29720,808,108,231 +Laos,322223,27563,808,108,231 +Laos,323117,3154,808,108,231 +Laos,323119,98538,808,108,231 +Laos,324110,17325,808,108,231 +Laos,325211,30628,808,108,231 +Laos,325221,654232,808,108,231 +Laos,325412,90534,808,108,231 +Laos,325414,8.00E+05,808,108,231 +Laos,326122,6900,808,108,231 +Laos,326299,3000,808,108,231 +Laos,331312,4720,808,108,231 +Laos,331419,2563838,808,108,231 +Laos,331491,6200,808,108,231 +Laos,332212,20909,808,108,231 +Laos,332722,9971,808,108,231 +Laos,332911,11472,808,108,231 +Laos,332912,3675,808,108,231 +Laos,332919,6187,808,108,231 +Laos,332991,4872,808,108,231 +Laos,333111,307687,808,108,231 +Laos,333120,746994,808,108,231 +Laos,333131,20369,808,108,231 +Laos,333313,302172,808,108,231 +Laos,333314,6898,808,108,231 +Laos,333912,26000,808,108,231 +Laos,333922,4646,808,108,231 +Laos,333991,29523,808,108,231 +Laos,333996,4536,808,108,231 +Laos,333999,95628,808,108,231 +Laos,334111,65904,808,108,231 +Laos,334119,153568,808,108,231 +Laos,334220,275160,808,108,231 +Laos,334412,5754,808,108,231 +Laos,334418,39288,808,108,231 +Laos,334419,19567,808,108,231 +Laos,334510,3780,808,108,231 +Laos,334511,51599,808,108,231 +Laos,334513,58265,808,108,231 +Laos,334515,44888,808,108,231 +Laos,334516,158047,808,108,231 +Laos,334519,158080,808,108,231 +Laos,335121,23883,808,108,231 +Laos,335129,5561,808,108,231 +Laos,335222,20439,808,108,231 +Laos,335311,2690,808,108,231 +Laos,335313,10194,808,108,231 +Laos,335314,3549,808,108,231 +Laos,335912,10593,808,108,231 +Laos,335931,3442,808,108,231 +Laos,336111,890885,808,108,231 +Laos,336120,12500,808,108,231 +Laos,336322,25546,808,108,231 +Laos,336360,5898,808,108,231 +Laos,336399,17200,808,108,231 +Laos,336413,50000,808,108,231 +Laos,336611,5126,808,108,231 +Laos,336612,13176,808,108,231 +Laos,337127,13901,808,108,231 +Laos,337211,6020,808,108,231 +Laos,339112,432151,808,108,231 +Laos,339113,28883,808,108,231 +Laos,339115,8456,808,108,231 +Laos,339911,151488,808,108,231 +Laos,339913,1501134,808,108,231 +Laos,339932,71209,808,108,231 +Laos,339991,39724,808,108,231 +Laos,339992,2999,808,108,231 +Laos,339993,9580,808,108,231 +Laos,339999,2885,808,108,231 +Laos,910000,25385,808,108,231 +Laos,990000,621364,808,108,231 +Latvia,111150,386157,804,109,232 +Latvia,111199,50000,804,109,232 +Latvia,111335,5424247,804,109,232 +Latvia,111421,372853,804,109,232 +Latvia,111422,35795,804,109,232 +Latvia,111910,54895,804,109,232 +Latvia,111992,141415,804,109,232 +Latvia,111998,3904,804,109,232 +Latvia,112111,122878,804,109,232 +Latvia,112920,117000,804,109,232 +Latvia,113310,48092,804,109,232 +Latvia,212112,16579451,804,109,232 +Latvia,212113,14619,804,109,232 +Latvia,212221,246450,804,109,232 +Latvia,212234,21015,804,109,232 +Latvia,212311,174096,804,109,232 +Latvia,212325,273888,804,109,232 +Latvia,212399,65000,804,109,232 +Latvia,311111,195667,804,109,232 +Latvia,311119,2286847,804,109,232 +Latvia,311212,47070,804,109,232 +Latvia,311221,230635,804,109,232 +Latvia,311222,11481818,804,109,232 +Latvia,311223,86275,804,109,232 +Latvia,311311,35904,804,109,232 +Latvia,311340,8325,804,109,232 +Latvia,311411,291173,804,109,232 +Latvia,311421,3709405,804,109,232 +Latvia,311513,43772,804,109,232 +Latvia,311514,191172,804,109,232 +Latvia,311615,43096087,804,109,232 +Latvia,311811,347894,804,109,232 +Latvia,311822,19251,804,109,232 +Latvia,311920,1414557,804,109,232 +Latvia,311930,11102,804,109,232 +Latvia,311941,36373,804,109,232 +Latvia,311942,816064,804,109,232 +Latvia,311999,1808844,804,109,232 +Latvia,312111,138267,804,109,232 +Latvia,312113,6840,804,109,232 +Latvia,312130,1430829,804,109,232 +Latvia,312140,7742361,804,109,232 +Latvia,312221,22500,804,109,232 +Latvia,312229,54800,804,109,232 +Latvia,313111,2899,804,109,232 +Latvia,313210,85365,804,109,232 +Latvia,313221,8403,804,109,232 +Latvia,313230,43520,804,109,232 +Latvia,313249,3940958,804,109,232 +Latvia,313320,260685,804,109,232 +Latvia,314110,442335,804,109,232 +Latvia,314129,16210,804,109,232 +Latvia,314911,3704,804,109,232 +Latvia,314912,13030,804,109,232 +Latvia,314991,8330,804,109,232 +Latvia,314999,67502,804,109,232 +Latvia,315111,18315,804,109,232 +Latvia,315221,28463,804,109,232 +Latvia,315222,16237,804,109,232 +Latvia,315223,63673,804,109,232 +Latvia,315228,257090,804,109,232 +Latvia,315231,47099,804,109,232 +Latvia,315232,4406,804,109,232 +Latvia,315233,2654,804,109,232 +Latvia,315234,105279,804,109,232 +Latvia,315239,19223,804,109,232 +Latvia,315291,35442,804,109,232 +Latvia,315292,11469,804,109,232 +Latvia,315991,11150,804,109,232 +Latvia,315992,15558,804,109,232 +Latvia,315999,42744,804,109,232 +Latvia,316110,52487,804,109,232 +Latvia,316211,12168,804,109,232 +Latvia,316213,22897,804,109,232 +Latvia,316214,7465,804,109,232 +Latvia,316219,20161,804,109,232 +Latvia,316991,148635,804,109,232 +Latvia,316993,12000,804,109,232 +Latvia,316999,11830,804,109,232 +Latvia,321113,493514,804,109,232 +Latvia,321114,6400,804,109,232 +Latvia,321211,133171,804,109,232 +Latvia,321212,108614,804,109,232 +Latvia,321213,62489,804,109,232 +Latvia,321219,142276,804,109,232 +Latvia,321911,287220,804,109,232 +Latvia,321918,38033,804,109,232 +Latvia,321920,179647,804,109,232 +Latvia,321999,89887,804,109,232 +Latvia,322110,337629,804,109,232 +Latvia,322121,218542,804,109,232 +Latvia,322122,79038,804,109,232 +Latvia,322130,232594,804,109,232 +Latvia,322212,2736,804,109,232 +Latvia,322222,1371891,804,109,232 +Latvia,322223,112713,804,109,232 +Latvia,322299,238730,804,109,232 +Latvia,323117,29498,804,109,232 +Latvia,323118,21645,804,109,232 +Latvia,323119,349064,804,109,232 +Latvia,324110,1759533,804,109,232 +Latvia,324122,31348,804,109,232 +Latvia,325131,155780,804,109,232 +Latvia,325188,544166,804,109,232 +Latvia,325199,3048226,804,109,232 +Latvia,325211,5018662,804,109,232 +Latvia,325212,332304,804,109,232 +Latvia,325222,67538,804,109,232 +Latvia,325312,105000,804,109,232 +Latvia,325320,36991,804,109,232 +Latvia,325411,362614,804,109,232 +Latvia,325412,1491168,804,109,232 +Latvia,325414,70836,804,109,232 +Latvia,325510,249370,804,109,232 +Latvia,325520,454436,804,109,232 +Latvia,325611,1761391,804,109,232 +Latvia,325612,56801,804,109,232 +Latvia,325613,177674,804,109,232 +Latvia,325620,3726914,804,109,232 +Latvia,325910,243581,804,109,232 +Latvia,325992,284556,804,109,232 +Latvia,325998,1912310,804,109,232 +Latvia,326113,1436496,804,109,232 +Latvia,326121,46243,804,109,232 +Latvia,326122,93277,804,109,232 +Latvia,326160,11827,804,109,232 +Latvia,326191,4457,804,109,232 +Latvia,326192,13260,804,109,232 +Latvia,326199,1132395,804,109,232 +Latvia,326211,2325737,804,109,232 +Latvia,326220,2835,804,109,232 +Latvia,326299,522124,804,109,232 +Latvia,327111,15012,804,109,232 +Latvia,327112,106308,804,109,232 +Latvia,327122,6560,804,109,232 +Latvia,327125,210718,804,109,232 +Latvia,327211,138016,804,109,232 +Latvia,327212,771379,804,109,232 +Latvia,327215,20421,804,109,232 +Latvia,327390,76587,804,109,232 +Latvia,327420,12338,804,109,232 +Latvia,327910,80237,804,109,232 +Latvia,327992,529066,804,109,232 +Latvia,327993,213635,804,109,232 +Latvia,327999,53044,804,109,232 +Latvia,331111,1380914,804,109,232 +Latvia,331222,88926,804,109,232 +Latvia,331316,603033,804,109,232 +Latvia,331319,74239,804,109,232 +Latvia,331411,20675,804,109,232 +Latvia,331419,14116,804,109,232 +Latvia,331421,27997,804,109,232 +Latvia,331422,1134124,804,109,232 +Latvia,331491,24246,804,109,232 +Latvia,332211,18567,804,109,232 +Latvia,332212,1139262,804,109,232 +Latvia,332311,2846068,804,109,232 +Latvia,332312,2153582,804,109,232 +Latvia,332321,43028,804,109,232 +Latvia,332322,39954,804,109,232 +Latvia,332323,8540,804,109,232 +Latvia,332410,581858,804,109,232 +Latvia,332420,532497,804,109,232 +Latvia,332439,93718,804,109,232 +Latvia,332510,232399,804,109,232 +Latvia,332618,62069,804,109,232 +Latvia,332722,96577,804,109,232 +Latvia,332911,1732304,804,109,232 +Latvia,332912,41910,804,109,232 +Latvia,332919,925039,804,109,232 +Latvia,332991,39677,804,109,232 +Latvia,332992,370973,804,109,232 +Latvia,332994,1684187,804,109,232 +Latvia,332999,138287,804,109,232 +Latvia,333111,6989479,804,109,232 +Latvia,333120,754013,804,109,232 +Latvia,333131,1176781,804,109,232 +Latvia,333132,3417396,804,109,232 +Latvia,333210,134224,804,109,232 +Latvia,333220,187468,804,109,232 +Latvia,333291,17681,804,109,232 +Latvia,333292,487713,804,109,232 +Latvia,333293,361678,804,109,232 +Latvia,333294,589540,804,109,232 +Latvia,333295,220966,804,109,232 +Latvia,333298,105035,804,109,232 +Latvia,333313,246427,804,109,232 +Latvia,333314,890591,804,109,232 +Latvia,333315,890761,804,109,232 +Latvia,333319,817632,804,109,232 +Latvia,333411,55304,804,109,232 +Latvia,333412,40680,804,109,232 +Latvia,333414,195627,804,109,232 +Latvia,333415,480923,804,109,232 +Latvia,333511,3000,804,109,232 +Latvia,333512,2227822,804,109,232 +Latvia,333513,4162504,804,109,232 +Latvia,333514,24635,804,109,232 +Latvia,333516,1268900,804,109,232 +Latvia,333611,111376,804,109,232 +Latvia,333612,17570,804,109,232 +Latvia,333613,411521,804,109,232 +Latvia,333618,1201216,804,109,232 +Latvia,333911,1307120,804,109,232 +Latvia,333912,833349,804,109,232 +Latvia,333913,24014,804,109,232 +Latvia,333921,5106,804,109,232 +Latvia,333922,87873,804,109,232 +Latvia,333924,322762,804,109,232 +Latvia,333991,481977,804,109,232 +Latvia,333992,53617,804,109,232 +Latvia,333993,10495,804,109,232 +Latvia,333994,133578,804,109,232 +Latvia,333996,31076,804,109,232 +Latvia,333999,3130833,804,109,232 +Latvia,334111,504475,804,109,232 +Latvia,334112,59579,804,109,232 +Latvia,334119,2600802,804,109,232 +Latvia,334210,12773,804,109,232 +Latvia,334220,8673967,804,109,232 +Latvia,334290,94055,804,109,232 +Latvia,334310,9670306,804,109,232 +Latvia,334411,6105,804,109,232 +Latvia,334412,10764,804,109,232 +Latvia,334413,981617,804,109,232 +Latvia,334414,9185,804,109,232 +Latvia,334417,282469,804,109,232 +Latvia,334418,77547,804,109,232 +Latvia,334419,1033347,804,109,232 +Latvia,334510,2976311,804,109,232 +Latvia,334511,391115,804,109,232 +Latvia,334513,2579703,804,109,232 +Latvia,334514,5943,804,109,232 +Latvia,334515,704704,804,109,232 +Latvia,334516,7153351,804,109,232 +Latvia,334517,969930,804,109,232 +Latvia,334518,7700,804,109,232 +Latvia,334519,790737,804,109,232 +Latvia,334613,101607,804,109,232 +Latvia,335110,48252,804,109,232 +Latvia,335121,415585,804,109,232 +Latvia,335129,1420026,804,109,232 +Latvia,335211,121284,804,109,232 +Latvia,335212,558958,804,109,232 +Latvia,335221,60967,804,109,232 +Latvia,335222,125191,804,109,232 +Latvia,335224,226168,804,109,232 +Latvia,335228,17449,804,109,232 +Latvia,335311,54356,804,109,232 +Latvia,335312,1009025,804,109,232 +Latvia,335313,1000168,804,109,232 +Latvia,335314,124958,804,109,232 +Latvia,335911,557173,804,109,232 +Latvia,335929,581110,804,109,232 +Latvia,335931,11810,804,109,232 +Latvia,335932,226769,804,109,232 +Latvia,335991,6088,804,109,232 +Latvia,335999,1321459,804,109,232 +Latvia,336111,76397523,804,109,232 +Latvia,336120,360366,804,109,232 +Latvia,336211,84480,804,109,232 +Latvia,336212,32777,804,109,232 +Latvia,336214,278610,804,109,232 +Latvia,336311,87834,804,109,232 +Latvia,336321,107166,804,109,232 +Latvia,336322,119718,804,109,232 +Latvia,336340,24778,804,109,232 +Latvia,336350,84334,804,109,232 +Latvia,336391,112597,804,109,232 +Latvia,336399,3400794,804,109,232 +Latvia,336412,62028,804,109,232 +Latvia,336413,1924895,804,109,232 +Latvia,336510,277245,804,109,232 +Latvia,336612,1160146,804,109,232 +Latvia,336991,888052,804,109,232 +Latvia,337110,70766,804,109,232 +Latvia,337124,103660,804,109,232 +Latvia,337127,1117124,804,109,232 +Latvia,337211,48570,804,109,232 +Latvia,337214,640085,804,109,232 +Latvia,337215,108085,804,109,232 +Latvia,339112,1105563,804,109,232 +Latvia,339113,499766,804,109,232 +Latvia,339114,179048,804,109,232 +Latvia,339115,506341,804,109,232 +Latvia,339911,55666,804,109,232 +Latvia,339913,9352,804,109,232 +Latvia,339914,12740,804,109,232 +Latvia,339920,5557403,804,109,232 +Latvia,339932,487349,804,109,232 +Latvia,339942,45943,804,109,232 +Latvia,339943,2616,804,109,232 +Latvia,339944,56625,804,109,232 +Latvia,339991,130363,804,109,232 +Latvia,339992,460760,804,109,232 +Latvia,339993,6799,804,109,232 +Latvia,339994,23079,804,109,232 +Latvia,339999,1835525,804,109,232 +Latvia,511210,28880,804,109,232 +Latvia,910000,79324,804,109,232 +Latvia,920000,90169,804,109,232 +Latvia,990000,3550723,804,109,232 +Lebanon,111120,358521,806,110,233 +Lebanon,111130,1516520,806,110,233 +Lebanon,111140,13868531,806,110,233 +Lebanon,111150,38818438,806,110,233 +Lebanon,111199,53198,806,110,233 +Lebanon,111219,9776280,806,110,233 +Lebanon,111331,25029,806,110,233 +Lebanon,111335,18551358,806,110,233 +Lebanon,111339,21369,806,110,233 +Lebanon,111421,168442,806,110,233 +Lebanon,111422,7675,806,110,233 +Lebanon,111910,1426920,806,110,233 +Lebanon,111992,65750,806,110,233 +Lebanon,111998,158711,806,110,233 +Lebanon,112111,13800,806,110,233 +Lebanon,112920,38275,806,110,233 +Lebanon,112990,3387,806,110,233 +Lebanon,113210,103463,806,110,233 +Lebanon,113310,6476692,806,110,233 +Lebanon,114111,96357,806,110,233 +Lebanon,114112,84764,806,110,233 +Lebanon,212299,7894,806,110,233 +Lebanon,212311,203264,806,110,233 +Lebanon,212324,365779,806,110,233 +Lebanon,212325,53380,806,110,233 +Lebanon,212393,76337,806,110,233 +Lebanon,212399,183597,806,110,233 +Lebanon,311111,639604,806,110,233 +Lebanon,311119,411363,806,110,233 +Lebanon,311211,291643,806,110,233 +Lebanon,311212,3295383,806,110,233 +Lebanon,311221,260500,806,110,233 +Lebanon,311222,5262551,806,110,233 +Lebanon,311223,210616,806,110,233 +Lebanon,311225,1787387,806,110,233 +Lebanon,311230,87865,806,110,233 +Lebanon,311311,88317,806,110,233 +Lebanon,311320,336991,806,110,233 +Lebanon,311340,213967,806,110,233 +Lebanon,311411,93171,806,110,233 +Lebanon,311421,1775334,806,110,233 +Lebanon,311422,14856,806,110,233 +Lebanon,311423,73984,806,110,233 +Lebanon,311511,13150,806,110,233 +Lebanon,311513,2239992,806,110,233 +Lebanon,311514,3409973,806,110,233 +Lebanon,311520,2760,806,110,233 +Lebanon,311611,4300636,806,110,233 +Lebanon,311613,55565,806,110,233 +Lebanon,311615,439547,806,110,233 +Lebanon,311711,9256,806,110,233 +Lebanon,311811,1364726,806,110,233 +Lebanon,311822,915336,806,110,233 +Lebanon,311911,610762,806,110,233 +Lebanon,311919,779849,806,110,233 +Lebanon,311920,577355,806,110,233 +Lebanon,311930,257006,806,110,233 +Lebanon,311941,4031556,806,110,233 +Lebanon,311942,820475,806,110,233 +Lebanon,311999,6477703,806,110,233 +Lebanon,312111,117376,806,110,233 +Lebanon,312120,123974,806,110,233 +Lebanon,312140,850358,806,110,233 +Lebanon,312221,21799777,806,110,233 +Lebanon,312229,646318,806,110,233 +Lebanon,313111,858731,806,110,233 +Lebanon,313113,88238,806,110,233 +Lebanon,313210,562687,806,110,233 +Lebanon,313221,597251,806,110,233 +Lebanon,313230,121724,806,110,233 +Lebanon,313249,106861,806,110,233 +Lebanon,313320,358600,806,110,233 +Lebanon,314110,263879,806,110,233 +Lebanon,314121,35277,806,110,233 +Lebanon,314129,724158,806,110,233 +Lebanon,314912,49201,806,110,233 +Lebanon,314991,10678,806,110,233 +Lebanon,314992,43548,806,110,233 +Lebanon,314999,16809713,806,110,233 +Lebanon,315111,105809,806,110,233 +Lebanon,315221,47603,806,110,233 +Lebanon,315222,36741,806,110,233 +Lebanon,315223,116345,806,110,233 +Lebanon,315228,249236,806,110,233 +Lebanon,315231,366987,806,110,233 +Lebanon,315232,415333,806,110,233 +Lebanon,315233,2814915,806,110,233 +Lebanon,315234,486562,806,110,233 +Lebanon,315239,1810480,806,110,233 +Lebanon,315291,656997,806,110,233 +Lebanon,315292,5472202,806,110,233 +Lebanon,315991,18768,806,110,233 +Lebanon,315992,31317,806,110,233 +Lebanon,315999,7533758,806,110,233 +Lebanon,316110,227105,806,110,233 +Lebanon,316211,110924,806,110,233 +Lebanon,316212,286890,806,110,233 +Lebanon,316213,573292,806,110,233 +Lebanon,316214,528935,806,110,233 +Lebanon,316219,1220352,806,110,233 +Lebanon,316991,188184,806,110,233 +Lebanon,316992,137232,806,110,233 +Lebanon,316993,281199,806,110,233 +Lebanon,316999,108756,806,110,233 +Lebanon,321113,6850915,806,110,233 +Lebanon,321114,10000,806,110,233 +Lebanon,321211,3325470,806,110,233 +Lebanon,321212,674610,806,110,233 +Lebanon,321213,120765,806,110,233 +Lebanon,321219,29461,806,110,233 +Lebanon,321911,3000,806,110,233 +Lebanon,321918,16323,806,110,233 +Lebanon,321920,13287,806,110,233 +Lebanon,321991,95110,806,110,233 +Lebanon,321992,12376,806,110,233 +Lebanon,321999,209161,806,110,233 +Lebanon,322110,9705978,806,110,233 +Lebanon,322121,1834500,806,110,233 +Lebanon,322122,112636,806,110,233 +Lebanon,322130,8299272,806,110,233 +Lebanon,322212,11100,806,110,233 +Lebanon,322213,2550,806,110,233 +Lebanon,322215,196863,806,110,233 +Lebanon,322222,555476,806,110,233 +Lebanon,322223,105854,806,110,233 +Lebanon,322232,3098,806,110,233 +Lebanon,322291,429542,806,110,233 +Lebanon,322299,84761,806,110,233 +Lebanon,323117,2404994,806,110,233 +Lebanon,323118,2780137,806,110,233 +Lebanon,323119,2164832,806,110,233 +Lebanon,323122,3450,806,110,233 +Lebanon,324110,689105811,806,110,233 +Lebanon,325110,2868,806,110,233 +Lebanon,325120,4464,806,110,233 +Lebanon,325131,2845100,806,110,233 +Lebanon,325132,59552,806,110,233 +Lebanon,325181,10255,806,110,233 +Lebanon,325188,673402,806,110,233 +Lebanon,325191,78424,806,110,233 +Lebanon,325193,35942,806,110,233 +Lebanon,325199,1810748,806,110,233 +Lebanon,325211,11034539,806,110,233 +Lebanon,325212,273870,806,110,233 +Lebanon,325221,1044675,806,110,233 +Lebanon,325222,203047,806,110,233 +Lebanon,325311,294138,806,110,233 +Lebanon,325312,516063,806,110,233 +Lebanon,325320,1035813,806,110,233 +Lebanon,325411,6545792,806,110,233 +Lebanon,325412,17080026,806,110,233 +Lebanon,325414,2795955,806,110,233 +Lebanon,325510,344990,806,110,233 +Lebanon,325520,2346963,806,110,233 +Lebanon,325611,2152141,806,110,233 +Lebanon,325612,337324,806,110,233 +Lebanon,325613,592936,806,110,233 +Lebanon,325620,6750724,806,110,233 +Lebanon,325910,314232,806,110,233 +Lebanon,325920,170910,806,110,233 +Lebanon,325992,314861,806,110,233 +Lebanon,325998,1965947,806,110,233 +Lebanon,326113,381392,806,110,233 +Lebanon,326121,25182,806,110,233 +Lebanon,326122,72097,806,110,233 +Lebanon,326160,87843,806,110,233 +Lebanon,326191,42111,806,110,233 +Lebanon,326192,11840,806,110,233 +Lebanon,326199,7288494,806,110,233 +Lebanon,326211,1480121,806,110,233 +Lebanon,326220,89308,806,110,233 +Lebanon,326299,357078,806,110,233 +Lebanon,327111,56484,806,110,233 +Lebanon,327112,416331,806,110,233 +Lebanon,327122,8166,806,110,233 +Lebanon,327123,128614,806,110,233 +Lebanon,327125,59205,806,110,233 +Lebanon,327211,220812,806,110,233 +Lebanon,327212,389636,806,110,233 +Lebanon,327213,125448,806,110,233 +Lebanon,327215,72030,806,110,233 +Lebanon,327310,11000,806,110,233 +Lebanon,327331,37908,806,110,233 +Lebanon,327390,1017412,806,110,233 +Lebanon,327420,135735,806,110,233 +Lebanon,327910,16997,806,110,233 +Lebanon,327992,39927,806,110,233 +Lebanon,327993,52651,806,110,233 +Lebanon,327999,14247,806,110,233 +Lebanon,331111,662790,806,110,233 +Lebanon,331112,11400,806,110,233 +Lebanon,331222,31982,806,110,233 +Lebanon,331315,807436,806,110,233 +Lebanon,331316,2570,806,110,233 +Lebanon,331319,221910,806,110,233 +Lebanon,331411,17102,806,110,233 +Lebanon,331419,622469,806,110,233 +Lebanon,331422,54951,806,110,233 +Lebanon,331491,42390,806,110,233 +Lebanon,331511,110539,806,110,233 +Lebanon,332115,24699,806,110,233 +Lebanon,332211,80583,806,110,233 +Lebanon,332212,976405,806,110,233 +Lebanon,332213,74281,806,110,233 +Lebanon,332214,2765,806,110,233 +Lebanon,332311,2.00E+05,806,110,233 +Lebanon,332312,1480027,806,110,233 +Lebanon,332321,28381,806,110,233 +Lebanon,332322,5256,806,110,233 +Lebanon,332323,19894,806,110,233 +Lebanon,332410,4580283,806,110,233 +Lebanon,332420,166196,806,110,233 +Lebanon,332439,42172,806,110,233 +Lebanon,332510,340414,806,110,233 +Lebanon,332611,82671,806,110,233 +Lebanon,332618,717879,806,110,233 +Lebanon,332722,97449,806,110,233 +Lebanon,332911,352713,806,110,233 +Lebanon,332912,18794,806,110,233 +Lebanon,332913,29805,806,110,233 +Lebanon,332919,184333,806,110,233 +Lebanon,332991,52829,806,110,233 +Lebanon,332992,15794602,806,110,233 +Lebanon,332994,8551370,806,110,233 +Lebanon,332995,32661517,806,110,233 +Lebanon,332998,41961,806,110,233 +Lebanon,332999,664573,806,110,233 +Lebanon,333111,2314176,806,110,233 +Lebanon,333120,13824995,806,110,233 +Lebanon,333131,1256981,806,110,233 +Lebanon,333132,52477,806,110,233 +Lebanon,333210,717615,806,110,233 +Lebanon,333220,236373,806,110,233 +Lebanon,333291,481669,806,110,233 +Lebanon,333292,415481,806,110,233 +Lebanon,333293,9819175,806,110,233 +Lebanon,333294,1080373,806,110,233 +Lebanon,333295,43517,806,110,233 +Lebanon,333298,729504,806,110,233 +Lebanon,333311,102759,806,110,233 +Lebanon,333313,8053918,806,110,233 +Lebanon,333314,786726,806,110,233 +Lebanon,333315,380601,806,110,233 +Lebanon,333319,2984053,806,110,233 +Lebanon,333411,333194,806,110,233 +Lebanon,333412,414145,806,110,233 +Lebanon,333414,385419,806,110,233 +Lebanon,333415,5005685,806,110,233 +Lebanon,333511,75800,806,110,233 +Lebanon,333512,741692,806,110,233 +Lebanon,333513,2420143,806,110,233 +Lebanon,333514,9433,806,110,233 +Lebanon,333515,84389,806,110,233 +Lebanon,333611,545152,806,110,233 +Lebanon,333612,144514,806,110,233 +Lebanon,333613,206362,806,110,233 +Lebanon,333618,2694105,806,110,233 +Lebanon,333911,1118543,806,110,233 +Lebanon,333912,512852,806,110,233 +Lebanon,333913,105076,806,110,233 +Lebanon,333921,146664,806,110,233 +Lebanon,333922,179794,806,110,233 +Lebanon,333923,112803,806,110,233 +Lebanon,333924,2125414,806,110,233 +Lebanon,333991,113818,806,110,233 +Lebanon,333992,1152018,806,110,233 +Lebanon,333993,591065,806,110,233 +Lebanon,333994,206855,806,110,233 +Lebanon,333995,8000,806,110,233 +Lebanon,333996,151465,806,110,233 +Lebanon,333997,158406,806,110,233 +Lebanon,333999,7812061,806,110,233 +Lebanon,334111,53752014,806,110,233 +Lebanon,334112,441824,806,110,233 +Lebanon,334119,7607804,806,110,233 +Lebanon,334210,380360,806,110,233 +Lebanon,334220,15710273,806,110,233 +Lebanon,334290,226421,806,110,233 +Lebanon,334310,1745879,806,110,233 +Lebanon,334411,43561,806,110,233 +Lebanon,334412,17972,806,110,233 +Lebanon,334413,414521,806,110,233 +Lebanon,334414,3226,806,110,233 +Lebanon,334416,21739,806,110,233 +Lebanon,334417,152453,806,110,233 +Lebanon,334418,727118,806,110,233 +Lebanon,334419,2282265,806,110,233 +Lebanon,334510,6703599,806,110,233 +Lebanon,334511,213690,806,110,233 +Lebanon,334512,502100,806,110,233 +Lebanon,334513,850187,806,110,233 +Lebanon,334514,71106,806,110,233 +Lebanon,334515,3135302,806,110,233 +Lebanon,334516,2198283,806,110,233 +Lebanon,334517,3052313,806,110,233 +Lebanon,334518,537421,806,110,233 +Lebanon,334519,1024131,806,110,233 +Lebanon,334612,87767,806,110,233 +Lebanon,334613,79411,806,110,233 +Lebanon,335110,319623,806,110,233 +Lebanon,335121,287145,806,110,233 +Lebanon,335129,991756,806,110,233 +Lebanon,335211,253525,806,110,233 +Lebanon,335212,1133615,806,110,233 +Lebanon,335221,291578,806,110,233 +Lebanon,335222,2421139,806,110,233 +Lebanon,335224,1719304,806,110,233 +Lebanon,335228,467615,806,110,233 +Lebanon,335311,44872,806,110,233 +Lebanon,335312,4157066,806,110,233 +Lebanon,335313,195771,806,110,233 +Lebanon,335314,505209,806,110,233 +Lebanon,335911,2606794,806,110,233 +Lebanon,335912,57682,806,110,233 +Lebanon,335921,32610,806,110,233 +Lebanon,335929,600225,806,110,233 +Lebanon,335931,143711,806,110,233 +Lebanon,335932,30726,806,110,233 +Lebanon,335991,16600,806,110,233 +Lebanon,335999,678929,806,110,233 +Lebanon,336111,538000685,806,110,233 +Lebanon,336120,5789689,806,110,233 +Lebanon,336211,1053042,806,110,233 +Lebanon,336212,86000,806,110,233 +Lebanon,336213,21000,806,110,233 +Lebanon,336214,1225321,806,110,233 +Lebanon,336311,792398,806,110,233 +Lebanon,336321,55057,806,110,233 +Lebanon,336322,277861,806,110,233 +Lebanon,336330,180385,806,110,233 +Lebanon,336340,562810,806,110,233 +Lebanon,336350,197946,806,110,233 +Lebanon,336360,1050027,806,110,233 +Lebanon,336391,21484,806,110,233 +Lebanon,336399,38164207,806,110,233 +Lebanon,336412,1153897,806,110,233 +Lebanon,336413,176604,806,110,233 +Lebanon,336510,359210,806,110,233 +Lebanon,336611,114020,806,110,233 +Lebanon,336612,15291477,806,110,233 +Lebanon,336991,3825501,806,110,233 +Lebanon,336992,2153373,806,110,233 +Lebanon,337110,526567,806,110,233 +Lebanon,337124,868444,806,110,233 +Lebanon,337127,6019730,806,110,233 +Lebanon,337129,79000,806,110,233 +Lebanon,337211,58128,806,110,233 +Lebanon,337214,197510,806,110,233 +Lebanon,337215,640346,806,110,233 +Lebanon,337920,23187,806,110,233 +Lebanon,339112,4755279,806,110,233 +Lebanon,339113,5511548,806,110,233 +Lebanon,339114,5210910,806,110,233 +Lebanon,339115,1642312,806,110,233 +Lebanon,339911,5267075,806,110,233 +Lebanon,339912,26864,806,110,233 +Lebanon,339913,9992923,806,110,233 +Lebanon,339914,380089,806,110,233 +Lebanon,339920,2589556,806,110,233 +Lebanon,339932,1398031,806,110,233 +Lebanon,339941,29574,806,110,233 +Lebanon,339942,36520,806,110,233 +Lebanon,339943,9324,806,110,233 +Lebanon,339944,155677,806,110,233 +Lebanon,339950,43572,806,110,233 +Lebanon,339991,365467,806,110,233 +Lebanon,339992,158895,806,110,233 +Lebanon,339993,13664,806,110,233 +Lebanon,339994,28901,806,110,233 +Lebanon,339999,2121387,806,110,233 +Lebanon,511210,73483,806,110,233 +Lebanon,910000,847131,806,110,233 +Lebanon,920000,11796434,806,110,233 +Lebanon,990000,46146115,806,110,233 +Lesotho,111219,3230,805,111,234 +Lesotho,314991,7110,805,111,234 +Lesotho,323117,7893,805,111,234 +Lesotho,323119,3200,805,111,234 +Lesotho,324122,25000,805,111,234 +Lesotho,325199,19236,805,111,234 +Lesotho,325211,11640,805,111,234 +Lesotho,325412,13547,805,111,234 +Lesotho,325910,7896,805,111,234 +Lesotho,332213,4615,805,111,234 +Lesotho,333120,103000,805,111,234 +Lesotho,333415,2687,805,111,234 +Lesotho,334111,92236,805,111,234 +Lesotho,334119,28129,805,111,234 +Lesotho,334220,14014,805,111,234 +Lesotho,334310,7809,805,111,234 +Lesotho,334413,123477,805,111,234 +Lesotho,334513,3393,805,111,234 +Lesotho,334515,23394,805,111,234 +Lesotho,334516,3317,805,111,234 +Lesotho,334519,10413,805,111,234 +Lesotho,335314,10351,805,111,234 +Lesotho,336111,8500,805,111,234 +Lesotho,336120,8800,805,111,234 +Lesotho,339115,12501,805,111,234 +Lesotho,339999,7616,805,111,234 +Lesotho,990000,10735822,805,111,234 +Liberia,111110,35542,805,112,235 +Liberia,111130,545212,805,112,235 +Liberia,111140,3152562,805,112,235 +Liberia,111150,21690,805,112,235 +Liberia,111199,111282,805,112,235 +Liberia,111920,68688,805,112,235 +Liberia,112310,57567,805,112,235 +Liberia,212399,26621,805,112,235 +Liberia,311111,79802,805,112,235 +Liberia,311211,682909,805,112,235 +Liberia,311212,10320444,805,112,235 +Liberia,311222,594460,805,112,235 +Liberia,311223,435247,805,112,235 +Liberia,311225,1142094,805,112,235 +Liberia,311230,27604,805,112,235 +Liberia,311311,9011,805,112,235 +Liberia,311340,99825,805,112,235 +Liberia,311411,15346,805,112,235 +Liberia,311421,86890,805,112,235 +Liberia,311422,70000,805,112,235 +Liberia,311511,47641,805,112,235 +Liberia,311514,274310,805,112,235 +Liberia,311611,18483,805,112,235 +Liberia,311615,1317571,805,112,235 +Liberia,311711,6000,805,112,235 +Liberia,311811,8142,805,112,235 +Liberia,311911,262148,805,112,235 +Liberia,311919,178429,805,112,235 +Liberia,311941,532649,805,112,235 +Liberia,311942,97764,805,112,235 +Liberia,311999,4534865,805,112,235 +Liberia,312112,7445,805,112,235 +Liberia,313320,83000,805,112,235 +Liberia,314129,48279,805,112,235 +Liberia,314912,10976,805,112,235 +Liberia,314999,29874,805,112,235 +Liberia,315222,2931,805,112,235 +Liberia,315223,7630,805,112,235 +Liberia,315224,2880,805,112,235 +Liberia,315239,3413,805,112,235 +Liberia,315292,12442,805,112,235 +Liberia,315999,293388,805,112,235 +Liberia,316211,29600,805,112,235 +Liberia,316213,10620,805,112,235 +Liberia,316219,77123,805,112,235 +Liberia,316991,13587,805,112,235 +Liberia,316992,3413,805,112,235 +Liberia,316993,23871,805,112,235 +Liberia,321114,14616,805,112,235 +Liberia,321213,1193200,805,112,235 +Liberia,321920,11386,805,112,235 +Liberia,321991,20000,805,112,235 +Liberia,321999,28550,805,112,235 +Liberia,322223,6921,805,112,235 +Liberia,322291,17011,805,112,235 +Liberia,323117,102815,805,112,235 +Liberia,323118,154815,805,112,235 +Liberia,323119,14196,805,112,235 +Liberia,324110,250553,805,112,235 +Liberia,325188,75509,805,112,235 +Liberia,325199,140109,805,112,235 +Liberia,325211,3378166,805,112,235 +Liberia,325311,638782,805,112,235 +Liberia,325412,33082,805,112,235 +Liberia,325510,21435,805,112,235 +Liberia,325520,110327,805,112,235 +Liberia,325611,92557,805,112,235 +Liberia,325613,697187,805,112,235 +Liberia,325620,371618,805,112,235 +Liberia,325910,63417,805,112,235 +Liberia,325998,300773,805,112,235 +Liberia,326122,7478,805,112,235 +Liberia,326199,700212,805,112,235 +Liberia,326211,1061723,805,112,235 +Liberia,326220,64825,805,112,235 +Liberia,326299,16000,805,112,235 +Liberia,327112,28900,805,112,235 +Liberia,327121,22000,805,112,235 +Liberia,327122,24533,805,112,235 +Liberia,327212,2822,805,112,235 +Liberia,327390,38800,805,112,235 +Liberia,327992,28304,805,112,235 +Liberia,327999,30000,805,112,235 +Liberia,331111,2197644,805,112,235 +Liberia,331315,74181,805,112,235 +Liberia,331316,60673,805,112,235 +Liberia,331319,34070,805,112,235 +Liberia,331422,14560,805,112,235 +Liberia,332211,3015,805,112,235 +Liberia,332212,79507,805,112,235 +Liberia,332213,7468,805,112,235 +Liberia,332311,335792,805,112,235 +Liberia,332312,345482,805,112,235 +Liberia,332321,96973,805,112,235 +Liberia,332322,9220,805,112,235 +Liberia,332420,239142,805,112,235 +Liberia,332510,884228,805,112,235 +Liberia,332611,4500,805,112,235 +Liberia,332618,6735817,805,112,235 +Liberia,332722,865283,805,112,235 +Liberia,332911,489192,805,112,235 +Liberia,332919,30173,805,112,235 +Liberia,332999,1754459,805,112,235 +Liberia,333111,7457,805,112,235 +Liberia,333120,3941793,805,112,235 +Liberia,333131,36527,805,112,235 +Liberia,333132,3513,805,112,235 +Liberia,333291,23267,805,112,235 +Liberia,333292,3900,805,112,235 +Liberia,333293,65145,805,112,235 +Liberia,333295,6963,805,112,235 +Liberia,333313,81335,805,112,235 +Liberia,333314,85518,805,112,235 +Liberia,333315,12751,805,112,235 +Liberia,333411,10777,805,112,235 +Liberia,333414,99300,805,112,235 +Liberia,333415,291593,805,112,235 +Liberia,333512,10500,805,112,235 +Liberia,333513,8100,805,112,235 +Liberia,333514,8082,805,112,235 +Liberia,333613,15684,805,112,235 +Liberia,333618,68656,805,112,235 +Liberia,333911,16139,805,112,235 +Liberia,333912,4000,805,112,235 +Liberia,333921,95000,805,112,235 +Liberia,333923,56770,805,112,235 +Liberia,333924,181384,805,112,235 +Liberia,333991,5820,805,112,235 +Liberia,333992,24000,805,112,235 +Liberia,333993,39219,805,112,235 +Liberia,333995,4850,805,112,235 +Liberia,333997,25653,805,112,235 +Liberia,333999,300355,805,112,235 +Liberia,334111,1266781,805,112,235 +Liberia,334112,29805,805,112,235 +Liberia,334119,648314,805,112,235 +Liberia,334210,120849,805,112,235 +Liberia,334220,862131,805,112,235 +Liberia,334290,982408,805,112,235 +Liberia,334310,98255,805,112,235 +Liberia,334413,294249,805,112,235 +Liberia,334417,19058,805,112,235 +Liberia,334418,13145,805,112,235 +Liberia,334419,186158,805,112,235 +Liberia,334511,91366,805,112,235 +Liberia,334513,4705550,805,112,235 +Liberia,334515,39631,805,112,235 +Liberia,334516,90781,805,112,235 +Liberia,334517,198337,805,112,235 +Liberia,334519,74024995,805,112,235 +Liberia,334613,25700,805,112,235 +Liberia,335110,3861,805,112,235 +Liberia,335129,47927,805,112,235 +Liberia,335221,20016,805,112,235 +Liberia,335222,101633,805,112,235 +Liberia,335224,72506,805,112,235 +Liberia,335228,67232,805,112,235 +Liberia,335312,1345959,805,112,235 +Liberia,335313,55967,805,112,235 +Liberia,335314,41576,805,112,235 +Liberia,335911,198930,805,112,235 +Liberia,335999,177910,805,112,235 +Liberia,336111,17305576,805,112,235 +Liberia,336120,347980,805,112,235 +Liberia,336211,1433900,805,112,235 +Liberia,336212,197100,805,112,235 +Liberia,336214,64044,805,112,235 +Liberia,336311,2000701,805,112,235 +Liberia,336322,26667,805,112,235 +Liberia,336340,17784,805,112,235 +Liberia,336350,7459,805,112,235 +Liberia,336399,729160,805,112,235 +Liberia,336510,5033667,805,112,235 +Liberia,336611,771376,805,112,235 +Liberia,336612,24179,805,112,235 +Liberia,336991,61194,805,112,235 +Liberia,337124,587505,805,112,235 +Liberia,337127,329696,805,112,235 +Liberia,337214,91358,805,112,235 +Liberia,337215,18000,805,112,235 +Liberia,339113,452455,805,112,235 +Liberia,339911,5000,805,112,235 +Liberia,339920,27512,805,112,235 +Liberia,339932,33470,805,112,235 +Liberia,339999,3423,805,112,235 +Liberia,511210,8820,805,112,235 +Liberia,910000,784889,805,112,235 +Liberia,920000,9192348,805,112,235 +Liberia,990000,10479922,805,112,235 +Libya,111120,115480,805,113,236 +Libya,111130,520000,805,113,236 +Libya,111140,24810408,805,113,236 +Libya,111150,15433874,805,113,236 +Libya,111160,6900071,805,113,236 +Libya,111199,50295,805,113,236 +Libya,111219,195596,805,113,236 +Libya,111331,230560,805,113,236 +Libya,111335,1800665,805,113,236 +Libya,111339,47334,805,113,236 +Libya,111998,1313996,805,113,236 +Libya,112111,19109,805,113,236 +Libya,113210,103110,805,113,236 +Libya,113310,2578129,805,113,236 +Libya,212322,65857,805,113,236 +Libya,212324,16153,805,113,236 +Libya,212325,48392,805,113,236 +Libya,212399,69566,805,113,236 +Libya,311119,278109,805,113,236 +Libya,311212,19682117,805,113,236 +Libya,311221,17522457,805,113,236 +Libya,311222,10281840,805,113,236 +Libya,311225,119528,805,113,236 +Libya,311230,27811,805,113,236 +Libya,311311,53350,805,113,236 +Libya,311320,144162,805,113,236 +Libya,311411,9770,805,113,236 +Libya,311421,231554,805,113,236 +Libya,311513,2311630,805,113,236 +Libya,311514,4377041,805,113,236 +Libya,311711,3705,805,113,236 +Libya,311811,184186,805,113,236 +Libya,311822,19175,805,113,236 +Libya,311911,426817,805,113,236 +Libya,311919,172086,805,113,236 +Libya,311920,22616,805,113,236 +Libya,311930,91453,805,113,236 +Libya,311941,4385,805,113,236 +Libya,311942,9930,805,113,236 +Libya,311999,495479,805,113,236 +Libya,313221,209420,805,113,236 +Libya,314110,75383,805,113,236 +Libya,314129,31301,805,113,236 +Libya,314911,12606,805,113,236 +Libya,314912,25000,805,113,236 +Libya,314991,19529,805,113,236 +Libya,314992,3454,805,113,236 +Libya,314999,3832,805,113,236 +Libya,315223,10479,805,113,236 +Libya,315224,22162,805,113,236 +Libya,315228,640782,805,113,236 +Libya,315231,22426,805,113,236 +Libya,315232,21060,805,113,236 +Libya,315233,42101,805,113,236 +Libya,315234,5764,805,113,236 +Libya,315239,9371,805,113,236 +Libya,315292,12915,805,113,236 +Libya,315991,10683,805,113,236 +Libya,315999,34331,805,113,236 +Libya,316211,9216,805,113,236 +Libya,316213,653017,805,113,236 +Libya,316214,3780,805,113,236 +Libya,316219,4140,805,113,236 +Libya,316999,6060,805,113,236 +Libya,321113,9298198,805,113,236 +Libya,321212,2785,805,113,236 +Libya,321911,33343,805,113,236 +Libya,321920,4000,805,113,236 +Libya,322110,1265844,805,113,236 +Libya,322130,229926,805,113,236 +Libya,322215,7135,805,113,236 +Libya,322222,396359,805,113,236 +Libya,322223,3214,805,113,236 +Libya,322291,21232,805,113,236 +Libya,323117,145932,805,113,236 +Libya,323118,21031,805,113,236 +Libya,323119,125693,805,113,236 +Libya,324110,1522431,805,113,236 +Libya,325110,43754,805,113,236 +Libya,325120,216071,805,113,236 +Libya,325131,1242943,805,113,236 +Libya,325188,857100,805,113,236 +Libya,325191,96673,805,113,236 +Libya,325199,7152318,805,113,236 +Libya,325211,7930603,805,113,236 +Libya,325212,118923,805,113,236 +Libya,325312,42253,805,113,236 +Libya,325411,4428917,805,113,236 +Libya,325412,2643882,805,113,236 +Libya,325414,67764,805,113,236 +Libya,325510,411501,805,113,236 +Libya,325520,1582789,805,113,236 +Libya,325611,489020,805,113,236 +Libya,325612,12080,805,113,236 +Libya,325613,782515,805,113,236 +Libya,325620,1602057,805,113,236 +Libya,325910,75780,805,113,236 +Libya,325920,649886,805,113,236 +Libya,325992,619300,805,113,236 +Libya,325998,2081912,805,113,236 +Libya,326113,184363,805,113,236 +Libya,326121,24013,805,113,236 +Libya,326122,1890833,805,113,236 +Libya,326160,20499,805,113,236 +Libya,326191,13016,805,113,236 +Libya,326192,30101,805,113,236 +Libya,326199,1022442,805,113,236 +Libya,326211,1806693,805,113,236 +Libya,326220,902091,805,113,236 +Libya,326299,246180,805,113,236 +Libya,327111,4121,805,113,236 +Libya,327112,4347,805,113,236 +Libya,327113,55347,805,113,236 +Libya,327122,6523,805,113,236 +Libya,327124,759770,805,113,236 +Libya,327125,270030,805,113,236 +Libya,327211,67525,805,113,236 +Libya,327212,135221,805,113,236 +Libya,327213,3550,805,113,236 +Libya,327215,74596,805,113,236 +Libya,327390,110089,805,113,236 +Libya,327420,11956,805,113,236 +Libya,327993,7672,805,113,236 +Libya,327999,272163,805,113,236 +Libya,331111,1455697,805,113,236 +Libya,331222,15000,805,113,236 +Libya,331316,17187,805,113,236 +Libya,331319,181496,805,113,236 +Libya,331411,4410,805,113,236 +Libya,331421,9654,805,113,236 +Libya,331422,85095,805,113,236 +Libya,331491,32448,805,113,236 +Libya,331511,133982,805,113,236 +Libya,332115,12560,805,113,236 +Libya,332212,1030981,805,113,236 +Libya,332213,11000,805,113,236 +Libya,332311,121794,805,113,236 +Libya,332312,360252,805,113,236 +Libya,332321,45590,805,113,236 +Libya,332322,15548,805,113,236 +Libya,332323,88688,805,113,236 +Libya,332410,766034,805,113,236 +Libya,332420,3581306,805,113,236 +Libya,332439,33962,805,113,236 +Libya,332510,476781,805,113,236 +Libya,332611,45406,805,113,236 +Libya,332618,521234,805,113,236 +Libya,332722,419535,805,113,236 +Libya,332911,7577833,805,113,236 +Libya,332912,789063,805,113,236 +Libya,332913,29854,805,113,236 +Libya,332919,1635396,805,113,236 +Libya,332991,1286985,805,113,236 +Libya,332994,70059,805,113,236 +Libya,332998,29911,805,113,236 +Libya,332999,1574307,805,113,236 +Libya,333111,7180934,805,113,236 +Libya,333120,22384314,805,113,236 +Libya,333131,12829703,805,113,236 +Libya,333132,62517968,805,113,236 +Libya,333210,32376,805,113,236 +Libya,333220,3477,805,113,236 +Libya,333292,422270,805,113,236 +Libya,333293,163005,805,113,236 +Libya,333294,64524,805,113,236 +Libya,333295,25361,805,113,236 +Libya,333298,222779,805,113,236 +Libya,333311,5000,805,113,236 +Libya,333313,52735,805,113,236 +Libya,333314,988486,805,113,236 +Libya,333315,221730,805,113,236 +Libya,333319,207594,805,113,236 +Libya,333411,11359893,805,113,236 +Libya,333412,112609,805,113,236 +Libya,333414,597335,805,113,236 +Libya,333415,1829225,805,113,236 +Libya,333512,1059203,805,113,236 +Libya,333513,157475,805,113,236 +Libya,333514,8064,805,113,236 +Libya,333515,801201,805,113,236 +Libya,333611,7873432,805,113,236 +Libya,333612,163013,805,113,236 +Libya,333613,349802,805,113,236 +Libya,333618,1066446,805,113,236 +Libya,333911,8566005,805,113,236 +Libya,333912,11245877,805,113,236 +Libya,333913,1910665,805,113,236 +Libya,333921,65484,805,113,236 +Libya,333922,1681361,805,113,236 +Libya,333923,911290,805,113,236 +Libya,333924,3293536,805,113,236 +Libya,333991,74182,805,113,236 +Libya,333992,538434,805,113,236 +Libya,333993,124384,805,113,236 +Libya,333994,317830,805,113,236 +Libya,333995,331010,805,113,236 +Libya,333996,1990214,805,113,236 +Libya,333997,210430,805,113,236 +Libya,333999,6882726,805,113,236 +Libya,334111,5184896,805,113,236 +Libya,334112,225671,805,113,236 +Libya,334119,2636204,805,113,236 +Libya,334210,40727,805,113,236 +Libya,334220,3544928,805,113,236 +Libya,334290,431106,805,113,236 +Libya,334310,340335,805,113,236 +Libya,334412,80122,805,113,236 +Libya,334413,157093,805,113,236 +Libya,334414,2808,805,113,236 +Libya,334415,18755,805,113,236 +Libya,334416,65591,805,113,236 +Libya,334417,3079220,805,113,236 +Libya,334418,218924,805,113,236 +Libya,334419,564194,805,113,236 +Libya,334510,3032243,805,113,236 +Libya,334511,136954,805,113,236 +Libya,334512,18310,805,113,236 +Libya,334513,8648540,805,113,236 +Libya,334514,147788,805,113,236 +Libya,334515,5004534,805,113,236 +Libya,334516,5530484,805,113,236 +Libya,334517,9150324,805,113,236 +Libya,334518,80973,805,113,236 +Libya,334519,18413759,805,113,236 +Libya,334612,6884,805,113,236 +Libya,334613,65360,805,113,236 +Libya,335110,45383,805,113,236 +Libya,335121,43013,805,113,236 +Libya,335129,1487652,805,113,236 +Libya,335211,450294,805,113,236 +Libya,335212,263308,805,113,236 +Libya,335221,120747,805,113,236 +Libya,335222,58029,805,113,236 +Libya,335224,115087,805,113,236 +Libya,335228,834532,805,113,236 +Libya,335311,1559017,805,113,236 +Libya,335312,2712073,805,113,236 +Libya,335313,1086588,805,113,236 +Libya,335314,498946,805,113,236 +Libya,335911,486661,805,113,236 +Libya,335912,928572,805,113,236 +Libya,335921,8008423,805,113,236 +Libya,335929,3122996,805,113,236 +Libya,335931,237029,805,113,236 +Libya,335932,420675,805,113,236 +Libya,335991,2892913,805,113,236 +Libya,335999,459113,805,113,236 +Libya,336111,141351471,805,113,236 +Libya,336120,11555421,805,113,236 +Libya,336211,3900,805,113,236 +Libya,336212,73094,805,113,236 +Libya,336213,105000,805,113,236 +Libya,336214,277032,805,113,236 +Libya,336311,251833,805,113,236 +Libya,336321,66903,805,113,236 +Libya,336322,198039,805,113,236 +Libya,336330,2697,805,113,236 +Libya,336340,204649,805,113,236 +Libya,336350,206625,805,113,236 +Libya,336370,77754,805,113,236 +Libya,336399,12165063,805,113,236 +Libya,336412,23570,805,113,236 +Libya,336413,2765160,805,113,236 +Libya,336510,1131524,805,113,236 +Libya,336612,280626,805,113,236 +Libya,336991,447393,805,113,236 +Libya,337124,531771,805,113,236 +Libya,337127,1449241,805,113,236 +Libya,337129,15000,805,113,236 +Libya,337211,45000,805,113,236 +Libya,337214,25384,805,113,236 +Libya,337215,100553,805,113,236 +Libya,337910,35692,805,113,236 +Libya,337920,2547,805,113,236 +Libya,339112,1945968,805,113,236 +Libya,339113,1278509,805,113,236 +Libya,339114,632288,805,113,236 +Libya,339115,69875,805,113,236 +Libya,339911,6488,805,113,236 +Libya,339912,6338,805,113,236 +Libya,339920,743186,805,113,236 +Libya,339932,3999,805,113,236 +Libya,339943,3664,805,113,236 +Libya,339944,59837,805,113,236 +Libya,339950,12577,805,113,236 +Libya,339991,1468426,805,113,236 +Libya,339994,14258,805,113,236 +Libya,339999,369226,805,113,236 +Libya,511210,48627,805,113,236 +Libya,910000,508150,805,113,236 +Libya,920000,4265292,805,113,236 +Libya,990000,13712046,805,113,236 +Liechtenstein,311311,6000,804,114,237 +Liechtenstein,323117,8147,804,114,237 +Liechtenstein,325188,4000,804,114,237 +Liechtenstein,325199,6442,804,114,237 +Liechtenstein,325211,39600,804,114,237 +Liechtenstein,325412,8235,804,114,237 +Liechtenstein,325414,135826,804,114,237 +Liechtenstein,325510,222899,804,114,237 +Liechtenstein,325620,22800,804,114,237 +Liechtenstein,325998,8068,804,114,237 +Liechtenstein,326113,8176,804,114,237 +Liechtenstein,326199,13440,804,114,237 +Liechtenstein,326211,2983,804,114,237 +Liechtenstein,327113,12000,804,114,237 +Liechtenstein,327212,287572,804,114,237 +Liechtenstein,327215,9963,804,114,237 +Liechtenstein,327999,8870,804,114,237 +Liechtenstein,331316,5000,804,114,237 +Liechtenstein,331411,78120,804,114,237 +Liechtenstein,331419,224080,804,114,237 +Liechtenstein,331421,5880,804,114,237 +Liechtenstein,331491,211857,804,114,237 +Liechtenstein,332212,31273,804,114,237 +Liechtenstein,332213,709071,804,114,237 +Liechtenstein,332420,3020,804,114,237 +Liechtenstein,332510,2782,804,114,237 +Liechtenstein,332618,128005,804,114,237 +Liechtenstein,332722,305117,804,114,237 +Liechtenstein,332911,1250753,804,114,237 +Liechtenstein,332992,107614,804,114,237 +Liechtenstein,332999,236342,804,114,237 +Liechtenstein,333111,16695,804,114,237 +Liechtenstein,333120,11403,804,114,237 +Liechtenstein,333132,28823,804,114,237 +Liechtenstein,333210,72600,804,114,237 +Liechtenstein,333295,697306,804,114,237 +Liechtenstein,333313,7500,804,114,237 +Liechtenstein,333314,973749,804,114,237 +Liechtenstein,333315,811923,804,114,237 +Liechtenstein,333415,33094,804,114,237 +Liechtenstein,333512,117728,804,114,237 +Liechtenstein,333513,36671,804,114,237 +Liechtenstein,333515,117039,804,114,237 +Liechtenstein,333613,6437,804,114,237 +Liechtenstein,333912,310056,804,114,237 +Liechtenstein,333991,287874,804,114,237 +Liechtenstein,333993,10077,804,114,237 +Liechtenstein,333994,46471,804,114,237 +Liechtenstein,333995,3337,804,114,237 +Liechtenstein,333996,10458,804,114,237 +Liechtenstein,333999,1191533,804,114,237 +Liechtenstein,334111,49172,804,114,237 +Liechtenstein,334119,754086,804,114,237 +Liechtenstein,334220,10000,804,114,237 +Liechtenstein,334310,10830,804,114,237 +Liechtenstein,334411,14478,804,114,237 +Liechtenstein,334412,4654,804,114,237 +Liechtenstein,334413,460955,804,114,237 +Liechtenstein,334414,21680,804,114,237 +Liechtenstein,334416,25700,804,114,237 +Liechtenstein,334417,9217,804,114,237 +Liechtenstein,334419,195258,804,114,237 +Liechtenstein,334510,163825,804,114,237 +Liechtenstein,334511,2719,804,114,237 +Liechtenstein,334513,52873,804,114,237 +Liechtenstein,334515,28391,804,114,237 +Liechtenstein,334516,1572215,804,114,237 +Liechtenstein,334517,27210,804,114,237 +Liechtenstein,334518,5150,804,114,237 +Liechtenstein,334519,107219,804,114,237 +Liechtenstein,335110,7526,804,114,237 +Liechtenstein,335129,3592,804,114,237 +Liechtenstein,335211,56240,804,114,237 +Liechtenstein,335311,20000,804,114,237 +Liechtenstein,335312,6000,804,114,237 +Liechtenstein,335314,56633,804,114,237 +Liechtenstein,335911,4615,804,114,237 +Liechtenstein,335912,15327,804,114,237 +Liechtenstein,335921,40016,804,114,237 +Liechtenstein,335929,74445,804,114,237 +Liechtenstein,335931,19296,804,114,237 +Liechtenstein,335991,2968,804,114,237 +Liechtenstein,335999,5010,804,114,237 +Liechtenstein,336111,1500400,804,114,237 +Liechtenstein,336399,65291,804,114,237 +Liechtenstein,336991,15325,804,114,237 +Liechtenstein,337127,19082,804,114,237 +Liechtenstein,339112,117691,804,114,237 +Liechtenstein,339114,786542,804,114,237 +Liechtenstein,339913,131345,804,114,237 +Liechtenstein,339950,2944,804,114,237 +Liechtenstein,339991,17701,804,114,237 +Liechtenstein,910000,436637,804,114,237 +Liechtenstein,920000,11599929,804,114,237 +Liechtenstein,990000,1243948,804,114,237 +Lithuania,111120,33141,804,115,238 +Lithuania,111199,384426,804,115,238 +Lithuania,111331,22500,804,115,238 +Lithuania,111335,2794052,804,115,238 +Lithuania,111339,28518,804,115,238 +Lithuania,111422,98534,804,115,238 +Lithuania,111910,14023690,804,115,238 +Lithuania,111992,23000,804,115,238 +Lithuania,112111,116707,804,115,238 +Lithuania,112930,121686,804,115,238 +Lithuania,113210,968210,804,115,238 +Lithuania,113310,418719,804,115,238 +Lithuania,114111,14073852,804,115,238 +Lithuania,211112,74498,804,115,238 +Lithuania,212324,7969,804,115,238 +Lithuania,212325,54381,804,115,238 +Lithuania,212399,44498,804,115,238 +Lithuania,311111,88134,804,115,238 +Lithuania,311119,477404,804,115,238 +Lithuania,311211,67739,804,115,238 +Lithuania,311221,65070,804,115,238 +Lithuania,311222,19554,804,115,238 +Lithuania,311223,2576,804,115,238 +Lithuania,311225,12217,804,115,238 +Lithuania,311340,2640,804,115,238 +Lithuania,311421,97946,804,115,238 +Lithuania,311423,282609,804,115,238 +Lithuania,311514,5063779,804,115,238 +Lithuania,311611,5277155,804,115,238 +Lithuania,311615,83398315,804,115,238 +Lithuania,311711,20000,804,115,238 +Lithuania,311911,92400,804,115,238 +Lithuania,311920,9676,804,115,238 +Lithuania,311930,164654,804,115,238 +Lithuania,311941,81577,804,115,238 +Lithuania,311942,16816,804,115,238 +Lithuania,311999,1511655,804,115,238 +Lithuania,312130,73533,804,115,238 +Lithuania,312140,880561,804,115,238 +Lithuania,312229,42772,804,115,238 +Lithuania,313111,15707,804,115,238 +Lithuania,313210,491071,804,115,238 +Lithuania,313221,28071,804,115,238 +Lithuania,313230,7363,804,115,238 +Lithuania,313249,179625,804,115,238 +Lithuania,313320,46776,804,115,238 +Lithuania,314110,300598,804,115,238 +Lithuania,314129,4659,804,115,238 +Lithuania,314912,5197,804,115,238 +Lithuania,314999,79698,804,115,238 +Lithuania,315111,17651,804,115,238 +Lithuania,315221,3122,804,115,238 +Lithuania,315222,10531,804,115,238 +Lithuania,315223,26505,804,115,238 +Lithuania,315224,87114,804,115,238 +Lithuania,315228,100529,804,115,238 +Lithuania,315231,41528,804,115,238 +Lithuania,315232,13480,804,115,238 +Lithuania,315233,14285,804,115,238 +Lithuania,315234,8600,804,115,238 +Lithuania,315239,129071,804,115,238 +Lithuania,315292,51415,804,115,238 +Lithuania,315991,3465,804,115,238 +Lithuania,315992,24280,804,115,238 +Lithuania,315999,47610,804,115,238 +Lithuania,316110,51282,804,115,238 +Lithuania,316211,28092,804,115,238 +Lithuania,316214,9984,804,115,238 +Lithuania,316219,14323,804,115,238 +Lithuania,316991,20580,804,115,238 +Lithuania,316992,107802,804,115,238 +Lithuania,316993,7203,804,115,238 +Lithuania,321113,781687,804,115,238 +Lithuania,321211,655431,804,115,238 +Lithuania,321212,141457,804,115,238 +Lithuania,321911,10856,804,115,238 +Lithuania,321918,39322,804,115,238 +Lithuania,321920,45786,804,115,238 +Lithuania,321992,28059,804,115,238 +Lithuania,321999,1041634,804,115,238 +Lithuania,322110,29767,804,115,238 +Lithuania,322121,253224,804,115,238 +Lithuania,322130,22917,804,115,238 +Lithuania,322211,22272,804,115,238 +Lithuania,322212,16741,804,115,238 +Lithuania,322215,7389,804,115,238 +Lithuania,322222,90874,804,115,238 +Lithuania,322223,9338,804,115,238 +Lithuania,322291,48179,804,115,238 +Lithuania,322299,194259,804,115,238 +Lithuania,323117,45841,804,115,238 +Lithuania,323118,13924,804,115,238 +Lithuania,323119,165913,804,115,238 +Lithuania,324110,410459,804,115,238 +Lithuania,324122,30500,804,115,238 +Lithuania,325132,22635,804,115,238 +Lithuania,325181,16747859,804,115,238 +Lithuania,325188,997481,804,115,238 +Lithuania,325191,4500,804,115,238 +Lithuania,325192,2600163,804,115,238 +Lithuania,325199,1519455,804,115,238 +Lithuania,325211,11072569,804,115,238 +Lithuania,325212,151661,804,115,238 +Lithuania,325221,363720,804,115,238 +Lithuania,325222,46437,804,115,238 +Lithuania,325311,393984,804,115,238 +Lithuania,325312,168688,804,115,238 +Lithuania,325320,105476,804,115,238 +Lithuania,325411,654090,804,115,238 +Lithuania,325412,3290782,804,115,238 +Lithuania,325414,42774,804,115,238 +Lithuania,325510,880107,804,115,238 +Lithuania,325520,362508,804,115,238 +Lithuania,325611,917057,804,115,238 +Lithuania,325612,57164,804,115,238 +Lithuania,325613,114596,804,115,238 +Lithuania,325620,1267181,804,115,238 +Lithuania,325910,40689,804,115,238 +Lithuania,325992,530643,804,115,238 +Lithuania,325998,748871,804,115,238 +Lithuania,326113,490776,804,115,238 +Lithuania,326121,48882,804,115,238 +Lithuania,326122,455063,804,115,238 +Lithuania,326160,4172,804,115,238 +Lithuania,326191,147074,804,115,238 +Lithuania,326192,4033,804,115,238 +Lithuania,326199,962347,804,115,238 +Lithuania,326211,777482,804,115,238 +Lithuania,326220,167505,804,115,238 +Lithuania,326299,655320,804,115,238 +Lithuania,327111,115269,804,115,238 +Lithuania,327112,70450,804,115,238 +Lithuania,327113,20342,804,115,238 +Lithuania,327125,25600,804,115,238 +Lithuania,327212,179815,804,115,238 +Lithuania,327215,28395,804,115,238 +Lithuania,327390,57068,804,115,238 +Lithuania,327420,17419,804,115,238 +Lithuania,327910,167478,804,115,238 +Lithuania,327992,91625,804,115,238 +Lithuania,327993,112643,804,115,238 +Lithuania,327999,130135,804,115,238 +Lithuania,331111,418392,804,115,238 +Lithuania,331222,23516,804,115,238 +Lithuania,331312,5966,804,115,238 +Lithuania,331315,17168,804,115,238 +Lithuania,331319,9196,804,115,238 +Lithuania,331421,100243,804,115,238 +Lithuania,331422,2785,804,115,238 +Lithuania,331491,215564,804,115,238 +Lithuania,332115,12520,804,115,238 +Lithuania,332211,100957,804,115,238 +Lithuania,332212,845653,804,115,238 +Lithuania,332213,280137,804,115,238 +Lithuania,332311,912118,804,115,238 +Lithuania,332312,8120,804,115,238 +Lithuania,332321,18491,804,115,238 +Lithuania,332322,655435,804,115,238 +Lithuania,332410,69638,804,115,238 +Lithuania,332420,464548,804,115,238 +Lithuania,332431,18200,804,115,238 +Lithuania,332510,532162,804,115,238 +Lithuania,332618,9364,804,115,238 +Lithuania,332722,65505,804,115,238 +Lithuania,332911,2620657,804,115,238 +Lithuania,332912,294345,804,115,238 +Lithuania,332913,9675,804,115,238 +Lithuania,332919,93142,804,115,238 +Lithuania,332991,38211,804,115,238 +Lithuania,332992,1116361,804,115,238 +Lithuania,332994,407692,804,115,238 +Lithuania,332998,159459,804,115,238 +Lithuania,332999,758989,804,115,238 +Lithuania,333111,16319436,804,115,238 +Lithuania,333120,2056353,804,115,238 +Lithuania,333131,1249999,804,115,238 +Lithuania,333132,6970022,804,115,238 +Lithuania,333210,37360,804,115,238 +Lithuania,333220,281779,804,115,238 +Lithuania,333291,123813,804,115,238 +Lithuania,333292,1548243,804,115,238 +Lithuania,333293,504709,804,115,238 +Lithuania,333294,621302,804,115,238 +Lithuania,333295,190950,804,115,238 +Lithuania,333298,93711,804,115,238 +Lithuania,333311,7630,804,115,238 +Lithuania,333313,307137,804,115,238 +Lithuania,333314,2855100,804,115,238 +Lithuania,333315,836299,804,115,238 +Lithuania,333319,663966,804,115,238 +Lithuania,333411,20182,804,115,238 +Lithuania,333412,14959,804,115,238 +Lithuania,333414,427653,804,115,238 +Lithuania,333415,1372517,804,115,238 +Lithuania,333512,1209640,804,115,238 +Lithuania,333513,1139955,804,115,238 +Lithuania,333514,10000,804,115,238 +Lithuania,333515,371304,804,115,238 +Lithuania,333516,33500,804,115,238 +Lithuania,333611,8453812,804,115,238 +Lithuania,333612,35300,804,115,238 +Lithuania,333613,314779,804,115,238 +Lithuania,333618,555888,804,115,238 +Lithuania,333911,451332,804,115,238 +Lithuania,333912,1071738,804,115,238 +Lithuania,333913,427114,804,115,238 +Lithuania,333922,105224,804,115,238 +Lithuania,333923,50900,804,115,238 +Lithuania,333924,188198,804,115,238 +Lithuania,333991,1126907,804,115,238 +Lithuania,333992,1194614,804,115,238 +Lithuania,333993,48169,804,115,238 +Lithuania,333994,330430,804,115,238 +Lithuania,333995,7800,804,115,238 +Lithuania,333996,37340,804,115,238 +Lithuania,333997,10725,804,115,238 +Lithuania,333999,6673928,804,115,238 +Lithuania,334111,4274080,804,115,238 +Lithuania,334112,203761,804,115,238 +Lithuania,334119,3233404,804,115,238 +Lithuania,334210,392125,804,115,238 +Lithuania,334220,3209184,804,115,238 +Lithuania,334290,637922,804,115,238 +Lithuania,334310,1062467,804,115,238 +Lithuania,334411,19198,804,115,238 +Lithuania,334412,266713,804,115,238 +Lithuania,334413,2131560,804,115,238 +Lithuania,334414,104188,804,115,238 +Lithuania,334415,59348,804,115,238 +Lithuania,334417,324744,804,115,238 +Lithuania,334418,692331,804,115,238 +Lithuania,334419,570297,804,115,238 +Lithuania,334510,1281030,804,115,238 +Lithuania,334511,1124021,804,115,238 +Lithuania,334512,27947,804,115,238 +Lithuania,334513,1878483,804,115,238 +Lithuania,334514,190289,804,115,238 +Lithuania,334515,2151193,804,115,238 +Lithuania,334516,4175373,804,115,238 +Lithuania,334517,1445418,804,115,238 +Lithuania,334519,1020535,804,115,238 +Lithuania,334612,2820,804,115,238 +Lithuania,334613,13700,804,115,238 +Lithuania,335110,61429,804,115,238 +Lithuania,335121,369107,804,115,238 +Lithuania,335129,315629,804,115,238 +Lithuania,335211,135517,804,115,238 +Lithuania,335212,42642,804,115,238 +Lithuania,335221,10000,804,115,238 +Lithuania,335222,113342,804,115,238 +Lithuania,335224,10517,804,115,238 +Lithuania,335228,68970,804,115,238 +Lithuania,335312,12986653,804,115,238 +Lithuania,335313,50839,804,115,238 +Lithuania,335314,182094,804,115,238 +Lithuania,335911,104315,804,115,238 +Lithuania,335912,159578,804,115,238 +Lithuania,335921,207345,804,115,238 +Lithuania,335929,291930,804,115,238 +Lithuania,335931,98741,804,115,238 +Lithuania,335932,41291,804,115,238 +Lithuania,335991,30318,804,115,238 +Lithuania,335999,1172619,804,115,238 +Lithuania,336111,284363621,804,115,238 +Lithuania,336120,60454,804,115,238 +Lithuania,336211,1476224,804,115,238 +Lithuania,336214,182018,804,115,238 +Lithuania,336311,127828,804,115,238 +Lithuania,336321,567955,804,115,238 +Lithuania,336322,82767,804,115,238 +Lithuania,336330,107398,804,115,238 +Lithuania,336340,27516,804,115,238 +Lithuania,336350,177519,804,115,238 +Lithuania,336360,13796,804,115,238 +Lithuania,336370,106297,804,115,238 +Lithuania,336399,1370723,804,115,238 +Lithuania,336412,2561598,804,115,238 +Lithuania,336413,166328,804,115,238 +Lithuania,336510,30871,804,115,238 +Lithuania,336611,105000,804,115,238 +Lithuania,336612,602330,804,115,238 +Lithuania,336991,6514088,804,115,238 +Lithuania,337110,2775,804,115,238 +Lithuania,337121,19540,804,115,238 +Lithuania,337124,214769,804,115,238 +Lithuania,337127,629071,804,115,238 +Lithuania,337211,3170,804,115,238 +Lithuania,337215,479414,804,115,238 +Lithuania,337920,3216,804,115,238 +Lithuania,339112,723477,804,115,238 +Lithuania,339113,1341409,804,115,238 +Lithuania,339114,1531967,804,115,238 +Lithuania,339115,453507,804,115,238 +Lithuania,339913,4167,804,115,238 +Lithuania,339920,1167992,804,115,238 +Lithuania,339932,1050599,804,115,238 +Lithuania,339942,72225,804,115,238 +Lithuania,339944,42540,804,115,238 +Lithuania,339950,39378,804,115,238 +Lithuania,339991,175468,804,115,238 +Lithuania,339992,409169,804,115,238 +Lithuania,339993,60541,804,115,238 +Lithuania,339994,12547,804,115,238 +Lithuania,339999,1487445,804,115,238 +Lithuania,511210,88760,804,115,238 +Lithuania,920000,1077744,804,115,238 +Lithuania,990000,8103223,804,115,238 +Luxembourg,111219,39049,804,116,239 +Luxembourg,111335,29829744,804,116,239 +Luxembourg,111910,706860,804,116,239 +Luxembourg,111992,72000,804,116,239 +Luxembourg,112920,379716,804,116,239 +Luxembourg,112990,10000,804,116,239 +Luxembourg,113210,13178,804,116,239 +Luxembourg,114111,65407,804,116,239 +Luxembourg,212112,14243815,804,116,239 +Luxembourg,212299,413581,804,116,239 +Luxembourg,212322,13228,804,116,239 +Luxembourg,212325,24298734,804,116,239 +Luxembourg,212399,1263470,804,116,239 +Luxembourg,311222,407030,804,116,239 +Luxembourg,311421,17716,804,116,239 +Luxembourg,311514,62545,804,116,239 +Luxembourg,311611,1225985,804,116,239 +Luxembourg,311613,7179,804,116,239 +Luxembourg,311942,20239,804,116,239 +Luxembourg,311999,260358,804,116,239 +Luxembourg,312111,125634,804,116,239 +Luxembourg,312130,14269,804,116,239 +Luxembourg,313210,416484,804,116,239 +Luxembourg,313221,125684,804,116,239 +Luxembourg,313230,21257309,804,116,239 +Luxembourg,313249,11000,804,116,239 +Luxembourg,314110,14319,804,116,239 +Luxembourg,314129,28323,804,116,239 +Luxembourg,314911,7215,804,116,239 +Luxembourg,314912,56390,804,116,239 +Luxembourg,314991,30010,804,116,239 +Luxembourg,314992,7241,804,116,239 +Luxembourg,314999,490765,804,116,239 +Luxembourg,315111,13042,804,116,239 +Luxembourg,315222,7356,804,116,239 +Luxembourg,315223,13852,804,116,239 +Luxembourg,315224,2750,804,116,239 +Luxembourg,315228,11373,804,116,239 +Luxembourg,315232,6607375,804,116,239 +Luxembourg,315233,4516,804,116,239 +Luxembourg,315234,21030,804,116,239 +Luxembourg,315239,31234,804,116,239 +Luxembourg,315292,21244,804,116,239 +Luxembourg,315992,1284776,804,116,239 +Luxembourg,315999,480384,804,116,239 +Luxembourg,316110,17631,804,116,239 +Luxembourg,316213,15379,804,116,239 +Luxembourg,316214,21623,804,116,239 +Luxembourg,316219,20074,804,116,239 +Luxembourg,316991,19171,804,116,239 +Luxembourg,316999,10300,804,116,239 +Luxembourg,321999,26095,804,116,239 +Luxembourg,322110,22113,804,116,239 +Luxembourg,322121,2376284,804,116,239 +Luxembourg,322130,17589,804,116,239 +Luxembourg,322222,405795,804,116,239 +Luxembourg,322223,69188,804,116,239 +Luxembourg,322224,4500,804,116,239 +Luxembourg,322299,9897,804,116,239 +Luxembourg,323117,99645,804,116,239 +Luxembourg,323118,6612,804,116,239 +Luxembourg,323119,507131,804,116,239 +Luxembourg,324110,39504,804,116,239 +Luxembourg,324121,297044,804,116,239 +Luxembourg,325120,2892,804,116,239 +Luxembourg,325131,3186,804,116,239 +Luxembourg,325132,3816,804,116,239 +Luxembourg,325182,209546,804,116,239 +Luxembourg,325188,1459702,804,116,239 +Luxembourg,325199,5228646,804,116,239 +Luxembourg,325211,5665942,804,116,239 +Luxembourg,325212,39127002,804,116,239 +Luxembourg,325311,272572,804,116,239 +Luxembourg,325320,233240,804,116,239 +Luxembourg,325411,36074,804,116,239 +Luxembourg,325412,6814139,804,116,239 +Luxembourg,325414,27608,804,116,239 +Luxembourg,325510,60499,804,116,239 +Luxembourg,325520,636934,804,116,239 +Luxembourg,325611,26332,804,116,239 +Luxembourg,325612,2954,804,116,239 +Luxembourg,325613,190118,804,116,239 +Luxembourg,325620,109781,804,116,239 +Luxembourg,325920,1767186,804,116,239 +Luxembourg,325992,34651,804,116,239 +Luxembourg,325998,2199401,804,116,239 +Luxembourg,326113,20209825,804,116,239 +Luxembourg,326121,26474,804,116,239 +Luxembourg,326122,49111,804,116,239 +Luxembourg,326160,2312701,804,116,239 +Luxembourg,326199,4820371,804,116,239 +Luxembourg,326211,311580,804,116,239 +Luxembourg,326220,81237,804,116,239 +Luxembourg,326299,578738,804,116,239 +Luxembourg,327112,8607,804,116,239 +Luxembourg,327124,34402,804,116,239 +Luxembourg,327125,458375,804,116,239 +Luxembourg,327211,1872162,804,116,239 +Luxembourg,327212,11956,804,116,239 +Luxembourg,327215,11365,804,116,239 +Luxembourg,327390,17926,804,116,239 +Luxembourg,327910,92366,804,116,239 +Luxembourg,327992,396860,804,116,239 +Luxembourg,327993,33779,804,116,239 +Luxembourg,327999,14688,804,116,239 +Luxembourg,331111,686941,804,116,239 +Luxembourg,331112,116664,804,116,239 +Luxembourg,331222,4916,804,116,239 +Luxembourg,331311,1464982,804,116,239 +Luxembourg,331315,4711,804,116,239 +Luxembourg,331316,10200,804,116,239 +Luxembourg,331319,155286,804,116,239 +Luxembourg,331411,6353,804,116,239 +Luxembourg,331419,8704,804,116,239 +Luxembourg,331422,1396965,804,116,239 +Luxembourg,331491,147320,804,116,239 +Luxembourg,331492,11705,804,116,239 +Luxembourg,331511,138806,804,116,239 +Luxembourg,332115,3998,804,116,239 +Luxembourg,332211,31735,804,116,239 +Luxembourg,332212,362507,804,116,239 +Luxembourg,332213,82822,804,116,239 +Luxembourg,332312,63938,804,116,239 +Luxembourg,332321,19204,804,116,239 +Luxembourg,332410,1450071,804,116,239 +Luxembourg,332420,4812,804,116,239 +Luxembourg,332439,49813,804,116,239 +Luxembourg,332510,454792,804,116,239 +Luxembourg,332611,109113,804,116,239 +Luxembourg,332618,84288,804,116,239 +Luxembourg,332722,834391,804,116,239 +Luxembourg,332911,1258501,804,116,239 +Luxembourg,332912,243716,804,116,239 +Luxembourg,332913,2818,804,116,239 +Luxembourg,332919,638071,804,116,239 +Luxembourg,332991,945050,804,116,239 +Luxembourg,332992,7621999,804,116,239 +Luxembourg,332994,2320086,804,116,239 +Luxembourg,332995,1311788,804,116,239 +Luxembourg,332999,5034830,804,116,239 +Luxembourg,333111,257969,804,116,239 +Luxembourg,333120,126805,804,116,239 +Luxembourg,333131,432605,804,116,239 +Luxembourg,333132,307792,804,116,239 +Luxembourg,333210,52336,804,116,239 +Luxembourg,333220,11620234,804,116,239 +Luxembourg,333291,3201,804,116,239 +Luxembourg,333292,90192,804,116,239 +Luxembourg,333294,27586,804,116,239 +Luxembourg,333295,227350,804,116,239 +Luxembourg,333298,25220,804,116,239 +Luxembourg,333311,22666,804,116,239 +Luxembourg,333313,28196,804,116,239 +Luxembourg,333314,824633,804,116,239 +Luxembourg,333315,126042,804,116,239 +Luxembourg,333319,2087230,804,116,239 +Luxembourg,333411,20843,804,116,239 +Luxembourg,333412,151266,804,116,239 +Luxembourg,333414,384305,804,116,239 +Luxembourg,333415,98896,804,116,239 +Luxembourg,333512,9570,804,116,239 +Luxembourg,333513,169743,804,116,239 +Luxembourg,333514,1847463,804,116,239 +Luxembourg,333515,200299,804,116,239 +Luxembourg,333516,22604,804,116,239 +Luxembourg,333611,2085888,804,116,239 +Luxembourg,333612,528850,804,116,239 +Luxembourg,333613,1572560,804,116,239 +Luxembourg,333618,761376,804,116,239 +Luxembourg,333911,360728,804,116,239 +Luxembourg,333912,121395,804,116,239 +Luxembourg,333921,10154,804,116,239 +Luxembourg,333922,705750,804,116,239 +Luxembourg,333923,94990,804,116,239 +Luxembourg,333924,135551,804,116,239 +Luxembourg,333991,7115898,804,116,239 +Luxembourg,333992,2290198,804,116,239 +Luxembourg,333993,6382175,804,116,239 +Luxembourg,333994,119102,804,116,239 +Luxembourg,333995,6493,804,116,239 +Luxembourg,333996,527066,804,116,239 +Luxembourg,333997,27644,804,116,239 +Luxembourg,333999,21444679,804,116,239 +Luxembourg,334111,3499551,804,116,239 +Luxembourg,334112,492358,804,116,239 +Luxembourg,334119,3702986,804,116,239 +Luxembourg,334210,107497,804,116,239 +Luxembourg,334220,3916165,804,116,239 +Luxembourg,334290,111550,804,116,239 +Luxembourg,334310,1472379,804,116,239 +Luxembourg,334411,15557718,804,116,239 +Luxembourg,334412,64278,804,116,239 +Luxembourg,334413,1968503,804,116,239 +Luxembourg,334414,18798,804,116,239 +Luxembourg,334415,40443,804,116,239 +Luxembourg,334416,415033,804,116,239 +Luxembourg,334417,1276262,804,116,239 +Luxembourg,334418,17014,804,116,239 +Luxembourg,334419,3574578,804,116,239 +Luxembourg,334510,116327154,804,116,239 +Luxembourg,334511,3788210,804,116,239 +Luxembourg,334512,67287,804,116,239 +Luxembourg,334513,6103425,804,116,239 +Luxembourg,334514,96555,804,116,239 +Luxembourg,334515,3344217,804,116,239 +Luxembourg,334516,1110503,804,116,239 +Luxembourg,334517,17518555,804,116,239 +Luxembourg,334518,57014,804,116,239 +Luxembourg,334519,3144237,804,116,239 +Luxembourg,334612,4125,804,116,239 +Luxembourg,334613,37602,804,116,239 +Luxembourg,335110,220966,804,116,239 +Luxembourg,335129,88324,804,116,239 +Luxembourg,335222,6376,804,116,239 +Luxembourg,335228,3786,804,116,239 +Luxembourg,335311,6493,804,116,239 +Luxembourg,335312,2409173,804,116,239 +Luxembourg,335313,7459967,804,116,239 +Luxembourg,335314,7669516,804,116,239 +Luxembourg,335911,441259,804,116,239 +Luxembourg,335912,112594,804,116,239 +Luxembourg,335921,33773,804,116,239 +Luxembourg,335929,1272431,804,116,239 +Luxembourg,335931,281166,804,116,239 +Luxembourg,335932,67429,804,116,239 +Luxembourg,335991,4179772,804,116,239 +Luxembourg,335999,5240337,804,116,239 +Luxembourg,336111,4183548,804,116,239 +Luxembourg,336120,447988,804,116,239 +Luxembourg,336214,63577,804,116,239 +Luxembourg,336311,372523,804,116,239 +Luxembourg,336321,65282,804,116,239 +Luxembourg,336322,187913,804,116,239 +Luxembourg,336340,26121,804,116,239 +Luxembourg,336350,9068,804,116,239 +Luxembourg,336360,3344,804,116,239 +Luxembourg,336391,3005,804,116,239 +Luxembourg,336399,502526,804,116,239 +Luxembourg,336412,6008231,804,116,239 +Luxembourg,336413,21816413,804,116,239 +Luxembourg,336415,14813,804,116,239 +Luxembourg,336419,1560306,804,116,239 +Luxembourg,336612,409336,804,116,239 +Luxembourg,336991,221375,804,116,239 +Luxembourg,336992,2394884,804,116,239 +Luxembourg,337127,503736,804,116,239 +Luxembourg,337211,5000,804,116,239 +Luxembourg,337215,32854,804,116,239 +Luxembourg,339112,387035720,804,116,239 +Luxembourg,339113,90390814,804,116,239 +Luxembourg,339114,91439,804,116,239 +Luxembourg,339115,42546,804,116,239 +Luxembourg,339911,76693,804,116,239 +Luxembourg,339912,11260,804,116,239 +Luxembourg,339913,667774,804,116,239 +Luxembourg,339914,14279,804,116,239 +Luxembourg,339920,23069,804,116,239 +Luxembourg,339932,35357,804,116,239 +Luxembourg,339942,11588,804,116,239 +Luxembourg,339944,9731,804,116,239 +Luxembourg,339950,5250,804,116,239 +Luxembourg,339991,732672,804,116,239 +Luxembourg,339992,85552,804,116,239 +Luxembourg,339993,28323,804,116,239 +Luxembourg,339994,64560,804,116,239 +Luxembourg,339999,347453,804,116,239 +Luxembourg,511210,87471,804,116,239 +Luxembourg,920000,86117655,804,116,239 +Luxembourg,990000,48786649,804,116,239 +Madagascar,111130,109431,805,117,240 +Madagascar,111150,104391,805,117,240 +Madagascar,111199,114904,805,117,240 +Madagascar,114112,266302,805,117,240 +Madagascar,212319,23360,805,117,240 +Madagascar,311119,33143,805,117,240 +Madagascar,311212,2423375,805,117,240 +Madagascar,311223,8718696,805,117,240 +Madagascar,311514,520137,805,117,240 +Madagascar,311611,1334367,805,117,240 +Madagascar,311613,57279,805,117,240 +Madagascar,311615,270576,805,117,240 +Madagascar,313111,7000,805,117,240 +Madagascar,313210,22178,805,117,240 +Madagascar,313221,41097,805,117,240 +Madagascar,313230,38868,805,117,240 +Madagascar,313249,380834,805,117,240 +Madagascar,313320,7693,805,117,240 +Madagascar,315111,8600,805,117,240 +Madagascar,315228,2534,805,117,240 +Madagascar,316214,24403,805,117,240 +Madagascar,316991,3750,805,117,240 +Madagascar,321920,8946,805,117,240 +Madagascar,321999,13545,805,117,240 +Madagascar,322110,17996,805,117,240 +Madagascar,322121,3069,805,117,240 +Madagascar,322222,405959,805,117,240 +Madagascar,323117,57234,805,117,240 +Madagascar,324110,62961,805,117,240 +Madagascar,325120,26852,805,117,240 +Madagascar,325188,5738,805,117,240 +Madagascar,325212,216037,805,117,240 +Madagascar,325221,1022921,805,117,240 +Madagascar,325320,19724,805,117,240 +Madagascar,325412,569708,805,117,240 +Madagascar,325510,38278,805,117,240 +Madagascar,325520,28916,805,117,240 +Madagascar,325910,31826,805,117,240 +Madagascar,325920,74249,805,117,240 +Madagascar,326122,127007,805,117,240 +Madagascar,326199,144982,805,117,240 +Madagascar,326220,87945,805,117,240 +Madagascar,326299,5228,805,117,240 +Madagascar,327124,143604,805,117,240 +Madagascar,327125,386927,805,117,240 +Madagascar,327212,3209,805,117,240 +Madagascar,327310,59752,805,117,240 +Madagascar,327993,26600,805,117,240 +Madagascar,331111,1003832,805,117,240 +Madagascar,331112,14916,805,117,240 +Madagascar,331222,10544,805,117,240 +Madagascar,331319,3845,805,117,240 +Madagascar,331411,4969,805,117,240 +Madagascar,331419,18219,805,117,240 +Madagascar,331422,56503,805,117,240 +Madagascar,331491,228243,805,117,240 +Madagascar,331511,126858,805,117,240 +Madagascar,332115,14950,805,117,240 +Madagascar,332212,164324,805,117,240 +Madagascar,332312,2127940,805,117,240 +Madagascar,332322,28678,805,117,240 +Madagascar,332410,1815260,805,117,240 +Madagascar,332420,478095,805,117,240 +Madagascar,332510,88940,805,117,240 +Madagascar,332618,2785,805,117,240 +Madagascar,332722,92459,805,117,240 +Madagascar,332911,18967920,805,117,240 +Madagascar,332912,6642,805,117,240 +Madagascar,332913,19018,805,117,240 +Madagascar,332919,381453,805,117,240 +Madagascar,332991,10359,805,117,240 +Madagascar,332999,282909,805,117,240 +Madagascar,333111,463479,805,117,240 +Madagascar,333120,907877,805,117,240 +Madagascar,333131,989864,805,117,240 +Madagascar,333132,907972,805,117,240 +Madagascar,333292,8596,805,117,240 +Madagascar,333293,19457,805,117,240 +Madagascar,333294,3527,805,117,240 +Madagascar,333295,6476,805,117,240 +Madagascar,333298,119117,805,117,240 +Madagascar,333313,2459923,805,117,240 +Madagascar,333314,9000,805,117,240 +Madagascar,333315,10428,805,117,240 +Madagascar,333411,109200,805,117,240 +Madagascar,333412,251209,805,117,240 +Madagascar,333414,45759,805,117,240 +Madagascar,333415,53267,805,117,240 +Madagascar,333512,13452,805,117,240 +Madagascar,333513,67654,805,117,240 +Madagascar,333514,2807,805,117,240 +Madagascar,333515,155528,805,117,240 +Madagascar,333612,167898,805,117,240 +Madagascar,333613,453658,805,117,240 +Madagascar,333618,518414,805,117,240 +Madagascar,333911,16722608,805,117,240 +Madagascar,333912,5133957,805,117,240 +Madagascar,333913,3211,805,117,240 +Madagascar,333921,68796,805,117,240 +Madagascar,333922,257086,805,117,240 +Madagascar,333923,97462,805,117,240 +Madagascar,333924,114269,805,117,240 +Madagascar,333991,26272,805,117,240 +Madagascar,333992,13341,805,117,240 +Madagascar,333994,259728,805,117,240 +Madagascar,333995,3095,805,117,240 +Madagascar,333996,14242,805,117,240 +Madagascar,333997,8072,805,117,240 +Madagascar,333999,9370247,805,117,240 +Madagascar,334111,607239,805,117,240 +Madagascar,334112,5276,805,117,240 +Madagascar,334119,690166,805,117,240 +Madagascar,334210,19309,805,117,240 +Madagascar,334220,480723,805,117,240 +Madagascar,334290,11759,805,117,240 +Madagascar,334310,70772,805,117,240 +Madagascar,334413,41939,805,117,240 +Madagascar,334414,9741,805,117,240 +Madagascar,334416,51506,805,117,240 +Madagascar,334417,54435,805,117,240 +Madagascar,334419,40901,805,117,240 +Madagascar,334510,7326,805,117,240 +Madagascar,334511,23274,805,117,240 +Madagascar,334513,3606539,805,117,240 +Madagascar,334514,15071,805,117,240 +Madagascar,334515,53389,805,117,240 +Madagascar,334516,860063,805,117,240 +Madagascar,334517,27451,805,117,240 +Madagascar,334519,166680,805,117,240 +Madagascar,334613,42258,805,117,240 +Madagascar,335110,124882,805,117,240 +Madagascar,335129,345615,805,117,240 +Madagascar,335228,2392261,805,117,240 +Madagascar,335312,267576,805,117,240 +Madagascar,335313,82261,805,117,240 +Madagascar,335314,200006,805,117,240 +Madagascar,335911,59240,805,117,240 +Madagascar,335912,21832,805,117,240 +Madagascar,335921,3150,805,117,240 +Madagascar,335931,236705,805,117,240 +Madagascar,335932,204532,805,117,240 +Madagascar,335991,60711,805,117,240 +Madagascar,335999,16576,805,117,240 +Madagascar,336111,1486858,805,117,240 +Madagascar,336120,1288414,805,117,240 +Madagascar,336212,19602,805,117,240 +Madagascar,336321,7382,805,117,240 +Madagascar,336322,25100,805,117,240 +Madagascar,336350,2616,805,117,240 +Madagascar,336399,1498720,805,117,240 +Madagascar,336412,41347,805,117,240 +Madagascar,336419,22900,805,117,240 +Madagascar,336510,7629942,805,117,240 +Madagascar,336612,41790,805,117,240 +Madagascar,336991,78101,805,117,240 +Madagascar,337127,17164,805,117,240 +Madagascar,337920,6456,805,117,240 +Madagascar,339112,37557,805,117,240 +Madagascar,339113,193597,805,117,240 +Madagascar,339920,23771,805,117,240 +Madagascar,339944,25010,805,117,240 +Madagascar,339991,105437,805,117,240 +Madagascar,339993,18322,805,117,240 +Madagascar,339999,83259,805,117,240 +Madagascar,511210,15612,805,117,240 +Madagascar,920000,36848,805,117,240 +Madagascar,990000,2655235,805,117,240 +Malawi,111130,689137,805,118,241 +Malawi,111140,5606591,805,118,241 +Malawi,111910,25920,805,118,241 +Malawi,112310,103378,805,118,241 +Malawi,311222,1318952,805,118,241 +Malawi,311223,747082,805,118,241 +Malawi,311514,1161040,805,118,241 +Malawi,311611,34521,805,118,241 +Malawi,313210,8737,805,118,241 +Malawi,314129,8877,805,118,241 +Malawi,315222,19728,805,118,241 +Malawi,315223,37570,805,118,241 +Malawi,315224,41496,805,118,241 +Malawi,315239,44131,805,118,241 +Malawi,315999,18245,805,118,241 +Malawi,316211,10564,805,118,241 +Malawi,316213,26910,805,118,241 +Malawi,316991,15084,805,118,241 +Malawi,321113,15600,805,118,241 +Malawi,322130,616195,805,118,241 +Malawi,322222,20242,805,118,241 +Malawi,322223,26762,805,118,241 +Malawi,323117,13617,805,118,241 +Malawi,323118,33474,805,118,241 +Malawi,323119,222609,805,118,241 +Malawi,325132,12585,805,118,241 +Malawi,325188,22816,805,118,241 +Malawi,325199,18235,805,118,241 +Malawi,325320,194100,805,118,241 +Malawi,325412,4496314,805,118,241 +Malawi,325414,2620098,805,118,241 +Malawi,325620,4982,805,118,241 +Malawi,325910,3693,805,118,241 +Malawi,326113,200495,805,118,241 +Malawi,326199,237786,805,118,241 +Malawi,326220,10321,805,118,241 +Malawi,327125,3740,805,118,241 +Malawi,327212,83610,805,118,241 +Malawi,331111,114376,805,118,241 +Malawi,332312,717564,805,118,241 +Malawi,332420,29794,805,118,241 +Malawi,332439,8422,805,118,241 +Malawi,332618,14400,805,118,241 +Malawi,332991,6561,805,118,241 +Malawi,332999,33478,805,118,241 +Malawi,333111,209090,805,118,241 +Malawi,333120,14823,805,118,241 +Malawi,333131,4492,805,118,241 +Malawi,333132,30000,805,118,241 +Malawi,333220,28570,805,118,241 +Malawi,333291,6714,805,118,241 +Malawi,333292,35647,805,118,241 +Malawi,333293,20300,805,118,241 +Malawi,333294,7125,805,118,241 +Malawi,333313,40846,805,118,241 +Malawi,333314,128572,805,118,241 +Malawi,333319,31000,805,118,241 +Malawi,333414,26400,805,118,241 +Malawi,333512,275288,805,118,241 +Malawi,333612,2840,805,118,241 +Malawi,333613,58050,805,118,241 +Malawi,333618,5716,805,118,241 +Malawi,333911,25000,805,118,241 +Malawi,333913,7000,805,118,241 +Malawi,333993,102881,805,118,241 +Malawi,333996,107526,805,118,241 +Malawi,333999,1284642,805,118,241 +Malawi,334111,2397333,805,118,241 +Malawi,334112,15655,805,118,241 +Malawi,334119,631506,805,118,241 +Malawi,334220,434266,805,118,241 +Malawi,334310,35203,805,118,241 +Malawi,334411,17200,805,118,241 +Malawi,334413,365238,805,118,241 +Malawi,334414,4380,805,118,241 +Malawi,334415,10000,805,118,241 +Malawi,334417,2583,805,118,241 +Malawi,334418,51862,805,118,241 +Malawi,334419,35321,805,118,241 +Malawi,334510,41080,805,118,241 +Malawi,334511,19400,805,118,241 +Malawi,334513,36175,805,118,241 +Malawi,334514,12167,805,118,241 +Malawi,334515,4815,805,118,241 +Malawi,334516,36475,805,118,241 +Malawi,334519,303429,805,118,241 +Malawi,335121,4834,805,118,241 +Malawi,335129,14936,805,118,241 +Malawi,335222,11500,805,118,241 +Malawi,335312,3522,805,118,241 +Malawi,335313,380371,805,118,241 +Malawi,335929,23167,805,118,241 +Malawi,335999,38280,805,118,241 +Malawi,336111,45293,805,118,241 +Malawi,336120,317400,805,118,241 +Malawi,336322,2652,805,118,241 +Malawi,336399,113577,805,118,241 +Malawi,336412,57500,805,118,241 +Malawi,337127,39132,805,118,241 +Malawi,337215,28658,805,118,241 +Malawi,339112,22455,805,118,241 +Malawi,339113,197817,805,118,241 +Malawi,339912,2952,805,118,241 +Malawi,339920,10218,805,118,241 +Malawi,339991,3132,805,118,241 +Malawi,339999,5240,805,118,241 +Malawi,511210,52109,805,118,241 +Malawi,920000,973779,805,118,241 +Malawi,990000,7882640,805,118,241 +Malaysia,111110,133978204,808,119,242 +Malaysia,111130,1607320,808,119,242 +Malaysia,111140,31580442,808,119,242 +Malaysia,111150,12874439,808,119,242 +Malaysia,111199,2260349,808,119,242 +Malaysia,111211,4762282,808,119,242 +Malaysia,111219,1747722,808,119,242 +Malaysia,111310,22069603,808,119,242 +Malaysia,111320,508606,808,119,242 +Malaysia,111331,11149981,808,119,242 +Malaysia,111332,18141593,808,119,242 +Malaysia,111333,7520,808,119,242 +Malaysia,111334,59783,808,119,242 +Malaysia,111335,15586687,808,119,242 +Malaysia,111339,3553946,808,119,242 +Malaysia,111411,4256,808,119,242 +Malaysia,111421,52497,808,119,242 +Malaysia,111910,17620626,808,119,242 +Malaysia,111920,22896588,808,119,242 +Malaysia,111940,423115,808,119,242 +Malaysia,111998,511287,808,119,242 +Malaysia,112111,55453,808,119,242 +Malaysia,112210,302690,808,119,242 +Malaysia,112310,4696975,808,119,242 +Malaysia,112420,9597,808,119,242 +Malaysia,112511,111187,808,119,242 +Malaysia,112910,8387558,808,119,242 +Malaysia,112920,287340,808,119,242 +Malaysia,112930,2511,808,119,242 +Malaysia,112990,236653,808,119,242 +Malaysia,113210,17181622,808,119,242 +Malaysia,113310,6948796,808,119,242 +Malaysia,114111,2149687,808,119,242 +Malaysia,114112,1386619,808,119,242 +Malaysia,114119,777445,808,119,242 +Malaysia,211111,22594,808,119,242 +Malaysia,211112,1872452,808,119,242 +Malaysia,212112,33011,808,119,242 +Malaysia,212222,82331,808,119,242 +Malaysia,212231,71306,808,119,242 +Malaysia,212234,488878,808,119,242 +Malaysia,212299,3623084,808,119,242 +Malaysia,212311,101937,808,119,242 +Malaysia,212322,99659,808,119,242 +Malaysia,212324,3310819,808,119,242 +Malaysia,212325,2817986,808,119,242 +Malaysia,212391,51968,808,119,242 +Malaysia,212392,22429,808,119,242 +Malaysia,212393,478904,808,119,242 +Malaysia,212399,1331368,808,119,242 +Malaysia,311111,8836066,808,119,242 +Malaysia,311119,12662526,808,119,242 +Malaysia,311211,3135752,808,119,242 +Malaysia,311212,390537,808,119,242 +Malaysia,311221,31004276,808,119,242 +Malaysia,311222,51195596,808,119,242 +Malaysia,311223,15779307,808,119,242 +Malaysia,311225,4308977,808,119,242 +Malaysia,311230,783796,808,119,242 +Malaysia,311311,654233,808,119,242 +Malaysia,311320,3953322,808,119,242 +Malaysia,311340,3367287,808,119,242 +Malaysia,311411,24708607,808,119,242 +Malaysia,311421,17776384,808,119,242 +Malaysia,311422,112188,808,119,242 +Malaysia,311423,17961561,808,119,242 +Malaysia,311511,2719626,808,119,242 +Malaysia,311512,166137,808,119,242 +Malaysia,311513,6216259,808,119,242 +Malaysia,311514,85064490,808,119,242 +Malaysia,311520,167843,808,119,242 +Malaysia,311611,1052092,808,119,242 +Malaysia,311613,1850044,808,119,242 +Malaysia,311615,5447258,808,119,242 +Malaysia,311711,1084008,808,119,242 +Malaysia,311811,1024889,808,119,242 +Malaysia,311822,3033673,808,119,242 +Malaysia,311823,3821,808,119,242 +Malaysia,311911,992544,808,119,242 +Malaysia,311919,2371686,808,119,242 +Malaysia,311920,11915376,808,119,242 +Malaysia,311930,3623553,808,119,242 +Malaysia,311941,3482965,808,119,242 +Malaysia,311942,1044391,808,119,242 +Malaysia,311999,53293234,808,119,242 +Malaysia,312111,689784,808,119,242 +Malaysia,312112,18730,808,119,242 +Malaysia,312120,9094318,808,119,242 +Malaysia,312130,4870998,808,119,242 +Malaysia,312140,464510,808,119,242 +Malaysia,312221,16058,808,119,242 +Malaysia,312229,501348,808,119,242 +Malaysia,313111,1117773,808,119,242 +Malaysia,313113,67608,808,119,242 +Malaysia,313210,1479066,808,119,242 +Malaysia,313221,3748529,808,119,242 +Malaysia,313230,12392674,808,119,242 +Malaysia,313249,326663,808,119,242 +Malaysia,313312,1811544,808,119,242 +Malaysia,313320,2125868,808,119,242 +Malaysia,314110,636420,808,119,242 +Malaysia,314121,269523,808,119,242 +Malaysia,314129,380184,808,119,242 +Malaysia,314911,116860,808,119,242 +Malaysia,314912,110354,808,119,242 +Malaysia,314991,462272,808,119,242 +Malaysia,314992,155309,808,119,242 +Malaysia,314999,1565717,808,119,242 +Malaysia,315111,6000,808,119,242 +Malaysia,315221,128471,808,119,242 +Malaysia,315222,51430,808,119,242 +Malaysia,315223,383888,808,119,242 +Malaysia,315224,75641,808,119,242 +Malaysia,315228,141560,808,119,242 +Malaysia,315231,454980,808,119,242 +Malaysia,315232,301843,808,119,242 +Malaysia,315233,110246,808,119,242 +Malaysia,315234,26224,808,119,242 +Malaysia,315239,3306574,808,119,242 +Malaysia,315291,61945,808,119,242 +Malaysia,315292,79675,808,119,242 +Malaysia,315991,70316,808,119,242 +Malaysia,315992,372896,808,119,242 +Malaysia,315999,1886650,808,119,242 +Malaysia,316110,90034,808,119,242 +Malaysia,316211,15057,808,119,242 +Malaysia,316213,119311,808,119,242 +Malaysia,316214,75643,808,119,242 +Malaysia,316219,190588,808,119,242 +Malaysia,316991,2830603,808,119,242 +Malaysia,316992,3568712,808,119,242 +Malaysia,316993,513035,808,119,242 +Malaysia,316999,372404,808,119,242 +Malaysia,321113,13214177,808,119,242 +Malaysia,321114,72232,808,119,242 +Malaysia,321211,3878716,808,119,242 +Malaysia,321212,1306109,808,119,242 +Malaysia,321213,128934,808,119,242 +Malaysia,321219,296277,808,119,242 +Malaysia,321911,209950,808,119,242 +Malaysia,321918,111226,808,119,242 +Malaysia,321920,314226,808,119,242 +Malaysia,321992,19076,808,119,242 +Malaysia,321999,197994,808,119,242 +Malaysia,322110,52881640,808,119,242 +Malaysia,322121,27621818,808,119,242 +Malaysia,322122,26528,808,119,242 +Malaysia,322130,30064215,808,119,242 +Malaysia,322211,403392,808,119,242 +Malaysia,322212,85205,808,119,242 +Malaysia,322213,246847,808,119,242 +Malaysia,322214,65189,808,119,242 +Malaysia,322215,3499803,808,119,242 +Malaysia,322222,39049457,808,119,242 +Malaysia,322223,1600721,808,119,242 +Malaysia,322232,5315,808,119,242 +Malaysia,322233,20850,808,119,242 +Malaysia,322291,5139261,808,119,242 +Malaysia,322299,1310786,808,119,242 +Malaysia,323116,98221,808,119,242 +Malaysia,323117,12172480,808,119,242 +Malaysia,323118,238476,808,119,242 +Malaysia,323119,5672558,808,119,242 +Malaysia,323122,58594,808,119,242 +Malaysia,324110,275969569,808,119,242 +Malaysia,324121,63266,808,119,242 +Malaysia,324122,764632,808,119,242 +Malaysia,325110,375579,808,119,242 +Malaysia,325120,627961,808,119,242 +Malaysia,325131,11950977,808,119,242 +Malaysia,325132,3435208,808,119,242 +Malaysia,325181,9596127,808,119,242 +Malaysia,325182,6912499,808,119,242 +Malaysia,325188,81059100,808,119,242 +Malaysia,325191,779742,808,119,242 +Malaysia,325192,6050100,808,119,242 +Malaysia,325193,441425,808,119,242 +Malaysia,325199,136934848,808,119,242 +Malaysia,325211,145801902,808,119,242 +Malaysia,325212,23954587,808,119,242 +Malaysia,325221,4403228,808,119,242 +Malaysia,325222,4639178,808,119,242 +Malaysia,325311,5387908,808,119,242 +Malaysia,325312,3668625,808,119,242 +Malaysia,325320,2035934,808,119,242 +Malaysia,325411,11884155,808,119,242 +Malaysia,325412,44456194,808,119,242 +Malaysia,325414,13460272,808,119,242 +Malaysia,325510,12915869,808,119,242 +Malaysia,325520,20318997,808,119,242 +Malaysia,325611,13414901,808,119,242 +Malaysia,325612,7622601,808,119,242 +Malaysia,325613,20300303,808,119,242 +Malaysia,325620,43573821,808,119,242 +Malaysia,325910,1711758,808,119,242 +Malaysia,325920,2122843,808,119,242 +Malaysia,325992,9481742,808,119,242 +Malaysia,325998,56086780,808,119,242 +Malaysia,326113,13526789,808,119,242 +Malaysia,326121,653999,808,119,242 +Malaysia,326122,6650975,808,119,242 +Malaysia,326160,288434,808,119,242 +Malaysia,326191,337950,808,119,242 +Malaysia,326192,321925,808,119,242 +Malaysia,326199,57190376,808,119,242 +Malaysia,326211,3115566,808,119,242 +Malaysia,326220,3412279,808,119,242 +Malaysia,326299,18553900,808,119,242 +Malaysia,327111,17389,808,119,242 +Malaysia,327112,964927,808,119,242 +Malaysia,327113,697938,808,119,242 +Malaysia,327121,7616,808,119,242 +Malaysia,327122,10347,808,119,242 +Malaysia,327123,87000,808,119,242 +Malaysia,327124,2403736,808,119,242 +Malaysia,327125,9681613,808,119,242 +Malaysia,327211,70357982,808,119,242 +Malaysia,327212,34968506,808,119,242 +Malaysia,327213,505167,808,119,242 +Malaysia,327215,40491876,808,119,242 +Malaysia,327310,84127,808,119,242 +Malaysia,327320,9976,808,119,242 +Malaysia,327331,218104,808,119,242 +Malaysia,327390,316928,808,119,242 +Malaysia,327420,256114,808,119,242 +Malaysia,327910,10024222,808,119,242 +Malaysia,327991,24704,808,119,242 +Malaysia,327992,4481534,808,119,242 +Malaysia,327993,3420338,808,119,242 +Malaysia,327999,3253124,808,119,242 +Malaysia,331111,199879117,808,119,242 +Malaysia,331112,62455,808,119,242 +Malaysia,331222,1875660,808,119,242 +Malaysia,331311,2122165,808,119,242 +Malaysia,331312,561676,808,119,242 +Malaysia,331314,8010,808,119,242 +Malaysia,331315,5905764,808,119,242 +Malaysia,331316,5228576,808,119,242 +Malaysia,331319,6291198,808,119,242 +Malaysia,331411,3953012,808,119,242 +Malaysia,331419,34001693,808,119,242 +Malaysia,331421,9725829,808,119,242 +Malaysia,331422,9964998,808,119,242 +Malaysia,331491,44247525,808,119,242 +Malaysia,331492,748231,808,119,242 +Malaysia,331511,5337461,808,119,242 +Malaysia,332115,1898126,808,119,242 +Malaysia,332211,9279419,808,119,242 +Malaysia,332212,6572039,808,119,242 +Malaysia,332213,489042,808,119,242 +Malaysia,332214,11949,808,119,242 +Malaysia,332311,1560709,808,119,242 +Malaysia,332312,2986734,808,119,242 +Malaysia,332321,385447,808,119,242 +Malaysia,332322,927034,808,119,242 +Malaysia,332323,3134,808,119,242 +Malaysia,332410,5209384,808,119,242 +Malaysia,332420,26327604,808,119,242 +Malaysia,332439,1089819,808,119,242 +Malaysia,332510,6988741,808,119,242 +Malaysia,332611,844790,808,119,242 +Malaysia,332618,2113727,808,119,242 +Malaysia,332722,12926260,808,119,242 +Malaysia,332911,41574984,808,119,242 +Malaysia,332912,5174826,808,119,242 +Malaysia,332913,490440,808,119,242 +Malaysia,332919,9294920,808,119,242 +Malaysia,332991,13861692,808,119,242 +Malaysia,332992,860105,808,119,242 +Malaysia,332994,7928353,808,119,242 +Malaysia,332995,724685,808,119,242 +Malaysia,332997,126418,808,119,242 +Malaysia,332998,421517,808,119,242 +Malaysia,332999,65018649,808,119,242 +Malaysia,333111,11239948,808,119,242 +Malaysia,333120,55799373,808,119,242 +Malaysia,333131,5155321,808,119,242 +Malaysia,333132,57712039,808,119,242 +Malaysia,333210,822580,808,119,242 +Malaysia,333220,14002216,808,119,242 +Malaysia,333291,4742004,808,119,242 +Malaysia,333292,2381292,808,119,242 +Malaysia,333293,5619287,808,119,242 +Malaysia,333294,8904233,808,119,242 +Malaysia,333295,130905931,808,119,242 +Malaysia,333298,12126430,808,119,242 +Malaysia,333311,153917,808,119,242 +Malaysia,333313,14258356,808,119,242 +Malaysia,333314,52170150,808,119,242 +Malaysia,333315,7188113,808,119,242 +Malaysia,333319,6051195,808,119,242 +Malaysia,333411,6252727,808,119,242 +Malaysia,333412,16871279,808,119,242 +Malaysia,333414,2801249,808,119,242 +Malaysia,333415,18137636,808,119,242 +Malaysia,333511,7544825,808,119,242 +Malaysia,333512,24302821,808,119,242 +Malaysia,333513,14049764,808,119,242 +Malaysia,333514,3568751,808,119,242 +Malaysia,333515,2673543,808,119,242 +Malaysia,333516,222463,808,119,242 +Malaysia,333611,35759167,808,119,242 +Malaysia,333612,4349541,808,119,242 +Malaysia,333613,6148278,808,119,242 +Malaysia,333618,35204838,808,119,242 +Malaysia,333911,17433076,808,119,242 +Malaysia,333912,43561387,808,119,242 +Malaysia,333913,3743841,808,119,242 +Malaysia,333921,375806,808,119,242 +Malaysia,333922,21247487,808,119,242 +Malaysia,333923,1783089,808,119,242 +Malaysia,333924,5636392,808,119,242 +Malaysia,333991,2019098,808,119,242 +Malaysia,333992,25967628,808,119,242 +Malaysia,333993,11442480,808,119,242 +Malaysia,333994,63103044,808,119,242 +Malaysia,333995,1746728,808,119,242 +Malaysia,333996,5232220,808,119,242 +Malaysia,333997,864289,808,119,242 +Malaysia,333999,329801667,808,119,242 +Malaysia,334111,66022699,808,119,242 +Malaysia,334112,111200232,808,119,242 +Malaysia,334119,632920147,808,119,242 +Malaysia,334210,5769843,808,119,242 +Malaysia,334220,235471882,808,119,242 +Malaysia,334290,7111702,808,119,242 +Malaysia,334310,16759560,808,119,242 +Malaysia,334411,2564466,808,119,242 +Malaysia,334412,121689856,808,119,242 +Malaysia,334413,5877743178,808,119,242 +Malaysia,334414,23808318,808,119,242 +Malaysia,334415,10145059,808,119,242 +Malaysia,334416,18252633,808,119,242 +Malaysia,334417,162949684,808,119,242 +Malaysia,334418,3544655,808,119,242 +Malaysia,334419,91522264,808,119,242 +Malaysia,334510,48383994,808,119,242 +Malaysia,334511,24184850,808,119,242 +Malaysia,334512,1508274,808,119,242 +Malaysia,334513,41670064,808,119,242 +Malaysia,334514,1186279,808,119,242 +Malaysia,334515,328217263,808,119,242 +Malaysia,334516,47582733,808,119,242 +Malaysia,334517,13759945,808,119,242 +Malaysia,334518,5106891,808,119,242 +Malaysia,334519,30073521,808,119,242 +Malaysia,334612,175024,808,119,242 +Malaysia,334613,5299130,808,119,242 +Malaysia,335110,3027156,808,119,242 +Malaysia,335121,1216977,808,119,242 +Malaysia,335129,3208699,808,119,242 +Malaysia,335211,3049829,808,119,242 +Malaysia,335212,255816,808,119,242 +Malaysia,335221,1173041,808,119,242 +Malaysia,335222,1073432,808,119,242 +Malaysia,335224,2242788,808,119,242 +Malaysia,335228,2921023,808,119,242 +Malaysia,335311,1395416,808,119,242 +Malaysia,335312,18875068,808,119,242 +Malaysia,335313,21735743,808,119,242 +Malaysia,335314,61735600,808,119,242 +Malaysia,335911,6963166,808,119,242 +Malaysia,335912,3399072,808,119,242 +Malaysia,335921,781249,808,119,242 +Malaysia,335929,36009153,808,119,242 +Malaysia,335931,18088327,808,119,242 +Malaysia,335932,370334,808,119,242 +Malaysia,335991,22470356,808,119,242 +Malaysia,335999,52166248,808,119,242 +Malaysia,336111,2407960,808,119,242 +Malaysia,336120,9738510,808,119,242 +Malaysia,336211,4000,808,119,242 +Malaysia,336212,30919,808,119,242 +Malaysia,336214,2897705,808,119,242 +Malaysia,336311,806991,808,119,242 +Malaysia,336321,814243,808,119,242 +Malaysia,336322,5539469,808,119,242 +Malaysia,336330,415754,808,119,242 +Malaysia,336340,870820,808,119,242 +Malaysia,336350,305975,808,119,242 +Malaysia,336360,475916,808,119,242 +Malaysia,336370,208888,808,119,242 +Malaysia,336391,1624831,808,119,242 +Malaysia,336399,7327053,808,119,242 +Malaysia,336412,3146250,808,119,242 +Malaysia,336413,18250556,808,119,242 +Malaysia,336419,435230,808,119,242 +Malaysia,336510,47671660,808,119,242 +Malaysia,336611,6279763,808,119,242 +Malaysia,336612,279790,808,119,242 +Malaysia,336991,12188045,808,119,242 +Malaysia,336992,3328718,808,119,242 +Malaysia,337124,613574,808,119,242 +Malaysia,337127,4781411,808,119,242 +Malaysia,337129,4514,808,119,242 +Malaysia,337211,42257,808,119,242 +Malaysia,337214,1043166,808,119,242 +Malaysia,337215,5615107,808,119,242 +Malaysia,337910,117327,808,119,242 +Malaysia,337920,39227,808,119,242 +Malaysia,339112,52966408,808,119,242 +Malaysia,339113,26346492,808,119,242 +Malaysia,339114,2518296,808,119,242 +Malaysia,339115,4811511,808,119,242 +Malaysia,339911,5981321,808,119,242 +Malaysia,339912,35730,808,119,242 +Malaysia,339913,9037036,808,119,242 +Malaysia,339914,1109895,808,119,242 +Malaysia,339920,12811404,808,119,242 +Malaysia,339932,2054091,808,119,242 +Malaysia,339941,183454,808,119,242 +Malaysia,339942,70003,808,119,242 +Malaysia,339943,56186,808,119,242 +Malaysia,339944,1750195,808,119,242 +Malaysia,339950,393215,808,119,242 +Malaysia,339991,10439873,808,119,242 +Malaysia,339992,1997806,808,119,242 +Malaysia,339993,716894,808,119,242 +Malaysia,339994,2130528,808,119,242 +Malaysia,339999,9375059,808,119,242 +Malaysia,511210,1850783,808,119,242 +Malaysia,910000,327299178,808,119,242 +Malaysia,920000,26789361,808,119,242 +Malaysia,990000,449895187,808,119,242 +Maldives,111331,403644,806,120,243 +Maldives,112310,726646,806,120,243 +Maldives,114112,8500,806,120,243 +Maldives,212324,13937,806,120,243 +Maldives,311222,5937,806,120,243 +Maldives,311411,8227,806,120,243 +Maldives,311421,61605,806,120,243 +Maldives,311514,355072,806,120,243 +Maldives,311811,2613,806,120,243 +Maldives,311822,57326,806,120,243 +Maldives,311920,3600,806,120,243 +Maldives,311941,9082,806,120,243 +Maldives,311999,4381,806,120,243 +Maldives,312111,18475,806,120,243 +Maldives,312130,283988,806,120,243 +Maldives,312140,124338,806,120,243 +Maldives,312229,3694,806,120,243 +Maldives,313210,295979,806,120,243 +Maldives,313221,6740,806,120,243 +Maldives,314110,66966,806,120,243 +Maldives,314129,32170,806,120,243 +Maldives,314912,30000,806,120,243 +Maldives,314991,25142,806,120,243 +Maldives,314999,9540,806,120,243 +Maldives,315221,112138,806,120,243 +Maldives,315223,6732,806,120,243 +Maldives,315228,4105,806,120,243 +Maldives,315233,24530,806,120,243 +Maldives,315239,7020,806,120,243 +Maldives,315999,19860,806,120,243 +Maldives,316211,3282,806,120,243 +Maldives,316214,20004,806,120,243 +Maldives,316219,15743,806,120,243 +Maldives,321999,2717,806,120,243 +Maldives,322121,37000,806,120,243 +Maldives,322222,16434,806,120,243 +Maldives,322223,9920,806,120,243 +Maldives,323117,7029,806,120,243 +Maldives,323119,10870,806,120,243 +Maldives,324110,36786,806,120,243 +Maldives,325188,125487,806,120,243 +Maldives,325199,52000,806,120,243 +Maldives,325211,12223,806,120,243 +Maldives,325411,8187,806,120,243 +Maldives,325412,108972,806,120,243 +Maldives,325510,94552,806,120,243 +Maldives,325520,4524,806,120,243 +Maldives,325611,184242,806,120,243 +Maldives,325612,4350,806,120,243 +Maldives,325620,151165,806,120,243 +Maldives,325998,37099,806,120,243 +Maldives,326160,4642,806,120,243 +Maldives,326192,57622,806,120,243 +Maldives,326199,381339,806,120,243 +Maldives,326211,10400,806,120,243 +Maldives,326220,12423,806,120,243 +Maldives,326299,60778,806,120,243 +Maldives,327111,20423,806,120,243 +Maldives,327112,2540,806,120,243 +Maldives,327212,9802,806,120,243 +Maldives,331312,3171,806,120,243 +Maldives,331315,11017,806,120,243 +Maldives,331316,6589,806,120,243 +Maldives,331319,2850,806,120,243 +Maldives,331422,4080,806,120,243 +Maldives,332212,35163,806,120,243 +Maldives,332420,71012,806,120,243 +Maldives,332431,6418,806,120,243 +Maldives,332439,10000,806,120,243 +Maldives,332510,75493,806,120,243 +Maldives,332722,7216,806,120,243 +Maldives,332911,48844,806,120,243 +Maldives,332912,3955,806,120,243 +Maldives,332991,9107,806,120,243 +Maldives,332997,4102,806,120,243 +Maldives,332999,22889,806,120,243 +Maldives,333111,69152,806,120,243 +Maldives,333120,22920,806,120,243 +Maldives,333131,591898,806,120,243 +Maldives,333132,3703800,806,120,243 +Maldives,333220,3600,806,120,243 +Maldives,333293,746528,806,120,243 +Maldives,333294,4149,806,120,243 +Maldives,333311,43992,806,120,243 +Maldives,333313,12157,806,120,243 +Maldives,333314,4472,806,120,243 +Maldives,333315,15085,806,120,243 +Maldives,333319,11197,806,120,243 +Maldives,333412,5900,806,120,243 +Maldives,333415,163979,806,120,243 +Maldives,333515,6050,806,120,243 +Maldives,333611,307500,806,120,243 +Maldives,333612,24316,806,120,243 +Maldives,333613,3930,806,120,243 +Maldives,333618,117996,806,120,243 +Maldives,333911,243404,806,120,243 +Maldives,333912,1012354,806,120,243 +Maldives,333913,10231,806,120,243 +Maldives,333924,208288,806,120,243 +Maldives,333995,23432,806,120,243 +Maldives,333996,106891,806,120,243 +Maldives,333999,491240,806,120,243 +Maldives,334111,731426,806,120,243 +Maldives,334119,421068,806,120,243 +Maldives,334210,3610,806,120,243 +Maldives,334220,802318,806,120,243 +Maldives,334290,34432,806,120,243 +Maldives,334310,84268,806,120,243 +Maldives,334411,4057,806,120,243 +Maldives,334412,11112,806,120,243 +Maldives,334413,92878,806,120,243 +Maldives,334414,4150,806,120,243 +Maldives,334417,27300,806,120,243 +Maldives,334418,164841,806,120,243 +Maldives,334419,12100,806,120,243 +Maldives,334510,9758,806,120,243 +Maldives,334511,22289,806,120,243 +Maldives,334513,120296,806,120,243 +Maldives,334515,125152,806,120,243 +Maldives,334516,39845,806,120,243 +Maldives,334518,26713,806,120,243 +Maldives,334519,108242,806,120,243 +Maldives,334612,23675,806,120,243 +Maldives,334613,61219,806,120,243 +Maldives,335129,290719,806,120,243 +Maldives,335211,23873,806,120,243 +Maldives,335224,45145,806,120,243 +Maldives,335228,9666,806,120,243 +Maldives,335314,14060,806,120,243 +Maldives,335911,149100,806,120,243 +Maldives,335929,90861,806,120,243 +Maldives,335931,12980,806,120,243 +Maldives,335999,13000,806,120,243 +Maldives,336214,174804,806,120,243 +Maldives,336311,9453,806,120,243 +Maldives,336322,5363,806,120,243 +Maldives,336350,9441,806,120,243 +Maldives,336399,34445,806,120,243 +Maldives,336612,247379,806,120,243 +Maldives,336991,4158,806,120,243 +Maldives,337124,8976,806,120,243 +Maldives,337127,38631,806,120,243 +Maldives,337215,18560,806,120,243 +Maldives,339112,58046,806,120,243 +Maldives,339113,85011,806,120,243 +Maldives,339115,22290,806,120,243 +Maldives,339920,254280,806,120,243 +Maldives,339950,9776,806,120,243 +Maldives,339991,14563,806,120,243 +Maldives,339992,13063,806,120,243 +Maldives,339999,44532,806,120,243 +Maldives,910000,33891,806,120,243 +Maldives,990000,1032749,806,120,243 +Mali,111130,173184,805,121,244 +Mali,111140,599800,805,121,244 +Mali,111219,17754,805,121,244 +Mali,114112,17216,805,121,244 +Mali,311212,152913,805,121,244 +Mali,311221,17115,805,121,244 +Mali,311222,221559,805,121,244 +Mali,311223,4340669,805,121,244 +Mali,311225,1219606,805,121,244 +Mali,311411,16980,805,121,244 +Mali,311421,58799,805,121,244 +Mali,311514,340130,805,121,244 +Mali,311941,48464,805,121,244 +Mali,311999,203076,805,121,244 +Mali,313210,177952,805,121,244 +Mali,313249,13600,805,121,244 +Mali,313320,45877,805,121,244 +Mali,314129,5000,805,121,244 +Mali,314912,396997,805,121,244 +Mali,314991,6264,805,121,244 +Mali,314999,25639,805,121,244 +Mali,315111,6063,805,121,244 +Mali,315221,14189,805,121,244 +Mali,315223,2784,805,121,244 +Mali,315224,21254,805,121,244 +Mali,315228,21697,805,121,244 +Mali,315239,7500,805,121,244 +Mali,315999,3099,805,121,244 +Mali,316214,18721,805,121,244 +Mali,316219,62276,805,121,244 +Mali,316991,6040,805,121,244 +Mali,322121,12937,805,121,244 +Mali,322222,5533,805,121,244 +Mali,322223,4104,805,121,244 +Mali,323117,23554,805,121,244 +Mali,324110,17056,805,121,244 +Mali,325181,2549,805,121,244 +Mali,325188,3024,805,121,244 +Mali,325199,3781,805,121,244 +Mali,325211,1997666,805,121,244 +Mali,325222,3500,805,121,244 +Mali,325320,18720,805,121,244 +Mali,325412,58028,805,121,244 +Mali,325414,2870821,805,121,244 +Mali,325611,15000,805,121,244 +Mali,325613,6182,805,121,244 +Mali,325620,113662,805,121,244 +Mali,325910,10688,805,121,244 +Mali,325992,15000,805,121,244 +Mali,325998,52667,805,121,244 +Mali,326199,142903,805,121,244 +Mali,326211,77437,805,121,244 +Mali,326220,14887,805,121,244 +Mali,326299,23304,805,121,244 +Mali,327212,5312,805,121,244 +Mali,331315,2700,805,121,244 +Mali,331419,30912,805,121,244 +Mali,332212,48904,805,121,244 +Mali,332312,3270,805,121,244 +Mali,332439,38664,805,121,244 +Mali,332722,114825,805,121,244 +Mali,332911,11871,805,121,244 +Mali,332919,6720,805,121,244 +Mali,332991,36912,805,121,244 +Mali,333111,1953676,805,121,244 +Mali,333120,1866407,805,121,244 +Mali,333131,2735778,805,121,244 +Mali,333132,44490,805,121,244 +Mali,333220,78282,805,121,244 +Mali,333293,9985,805,121,244 +Mali,333313,37618,805,121,244 +Mali,333315,12378,805,121,244 +Mali,333411,14232,805,121,244 +Mali,333415,32814,805,121,244 +Mali,333513,4794,805,121,244 +Mali,333618,113221,805,121,244 +Mali,333911,449407,805,121,244 +Mali,333912,82785,805,121,244 +Mali,333913,27135,805,121,244 +Mali,333922,1.00E+05,805,121,244 +Mali,333924,147939,805,121,244 +Mali,333992,5610,805,121,244 +Mali,333993,4044,805,121,244 +Mali,333994,8305,805,121,244 +Mali,333996,8150,805,121,244 +Mali,333997,2540,805,121,244 +Mali,333999,119879,805,121,244 +Mali,334111,168978,805,121,244 +Mali,334119,418947,805,121,244 +Mali,334210,39392,805,121,244 +Mali,334220,1348747,805,121,244 +Mali,334310,16950,805,121,244 +Mali,334413,255628,805,121,244 +Mali,334417,9775,805,121,244 +Mali,334419,72587,805,121,244 +Mali,334510,181837,805,121,244 +Mali,334511,60805,805,121,244 +Mali,334513,39785,805,121,244 +Mali,334515,14274,805,121,244 +Mali,334516,34029,805,121,244 +Mali,334517,151288,805,121,244 +Mali,334519,241282,805,121,244 +Mali,335211,4464,805,121,244 +Mali,335222,62421,805,121,244 +Mali,335224,10072,805,121,244 +Mali,335311,77878,805,121,244 +Mali,335312,12654,805,121,244 +Mali,335313,3845,805,121,244 +Mali,335911,7135,805,121,244 +Mali,335999,79019,805,121,244 +Mali,336111,537398,805,121,244 +Mali,336120,380813,805,121,244 +Mali,336350,6639,805,121,244 +Mali,336399,365511,805,121,244 +Mali,336412,223424,805,121,244 +Mali,336991,4000,805,121,244 +Mali,337127,46616,805,121,244 +Mali,339112,5579,805,121,244 +Mali,339113,169962,805,121,244 +Mali,339920,110724,805,121,244 +Mali,339944,63854,805,121,244 +Mali,339991,9360,805,121,244 +Mali,339994,3960,805,121,244 +Mali,339999,25723,805,121,244 +Mali,910000,144446,805,121,244 +Mali,920000,1054816,805,121,244 +Mali,990000,969892,805,121,244 +Malta,111150,36621,804,122,245 +Malta,111335,565904,804,122,245 +Malta,111910,43950,804,122,245 +Malta,111998,26629,804,122,245 +Malta,112111,76109,804,122,245 +Malta,112990,4200,804,122,245 +Malta,113310,579670,804,122,245 +Malta,114111,446170,804,122,245 +Malta,114112,16365,804,122,245 +Malta,212112,19177,804,122,245 +Malta,212399,7676,804,122,245 +Malta,311119,18166,804,122,245 +Malta,311212,266616,804,122,245 +Malta,311221,46610,804,122,245 +Malta,311222,24437,804,122,245 +Malta,311223,98575,804,122,245 +Malta,311225,41721,804,122,245 +Malta,311320,16525,804,122,245 +Malta,311411,14328,804,122,245 +Malta,311421,81139,804,122,245 +Malta,311423,33752,804,122,245 +Malta,311512,3432,804,122,245 +Malta,311611,54923,804,122,245 +Malta,311615,14890,804,122,245 +Malta,311711,75000,804,122,245 +Malta,311811,46687,804,122,245 +Malta,311919,55000,804,122,245 +Malta,311920,39042,804,122,245 +Malta,311941,59136,804,122,245 +Malta,311999,181735,804,122,245 +Malta,312120,61771,804,122,245 +Malta,312130,4080,804,122,245 +Malta,312140,926967,804,122,245 +Malta,312229,211965,804,122,245 +Malta,313111,10107,804,122,245 +Malta,313210,186814,804,122,245 +Malta,313221,3007,804,122,245 +Malta,313230,3328,804,122,245 +Malta,313320,25106,804,122,245 +Malta,314110,119215,804,122,245 +Malta,314129,18038,804,122,245 +Malta,314912,30000,804,122,245 +Malta,314991,57090,804,122,245 +Malta,315111,52744,804,122,245 +Malta,315223,6760,804,122,245 +Malta,315224,21582,804,122,245 +Malta,315231,9109,804,122,245 +Malta,315233,6896,804,122,245 +Malta,315292,7500,804,122,245 +Malta,315999,40000,804,122,245 +Malta,316213,47769,804,122,245 +Malta,316214,234630,804,122,245 +Malta,316219,406150,804,122,245 +Malta,316991,22450,804,122,245 +Malta,316993,26321,804,122,245 +Malta,316999,25217,804,122,245 +Malta,321113,2046132,804,122,245 +Malta,321213,22348,804,122,245 +Malta,321920,5838,804,122,245 +Malta,322121,85982,804,122,245 +Malta,322122,115884,804,122,245 +Malta,322130,526352,804,122,245 +Malta,322211,6075,804,122,245 +Malta,322222,11882,804,122,245 +Malta,322223,3754,804,122,245 +Malta,322291,3500,804,122,245 +Malta,322299,53955,804,122,245 +Malta,323117,292363,804,122,245 +Malta,323118,24026,804,122,245 +Malta,323119,160893,804,122,245 +Malta,324110,360585929,804,122,245 +Malta,324122,69454,804,122,245 +Malta,325131,53992,804,122,245 +Malta,325132,52627,804,122,245 +Malta,325188,13147,804,122,245 +Malta,325191,164512,804,122,245 +Malta,325192,12569,804,122,245 +Malta,325193,89320,804,122,245 +Malta,325199,2771582,804,122,245 +Malta,325211,401074,804,122,245 +Malta,325212,70976,804,122,245 +Malta,325411,142067,804,122,245 +Malta,325412,2014907,804,122,245 +Malta,325414,95220,804,122,245 +Malta,325510,48145,804,122,245 +Malta,325520,283445,804,122,245 +Malta,325611,179077,804,122,245 +Malta,325612,30883,804,122,245 +Malta,325613,8462,804,122,245 +Malta,325620,1589936,804,122,245 +Malta,325910,15243,804,122,245 +Malta,325920,4782,804,122,245 +Malta,325998,227174,804,122,245 +Malta,326113,313997,804,122,245 +Malta,326121,64247,804,122,245 +Malta,326122,2709626,804,122,245 +Malta,326192,3177,804,122,245 +Malta,326199,1013977,804,122,245 +Malta,326211,6086,804,122,245 +Malta,326220,24723,804,122,245 +Malta,326299,64038,804,122,245 +Malta,327122,4231,804,122,245 +Malta,327211,64682,804,122,245 +Malta,327212,100731,804,122,245 +Malta,327213,3551,804,122,245 +Malta,327215,5206,804,122,245 +Malta,327420,25327,804,122,245 +Malta,327910,594699,804,122,245 +Malta,327993,73258,804,122,245 +Malta,327999,104122,804,122,245 +Malta,331111,2447481,804,122,245 +Malta,331222,70594,804,122,245 +Malta,331315,32470,804,122,245 +Malta,331316,49113,804,122,245 +Malta,331419,68211,804,122,245 +Malta,331421,36567,804,122,245 +Malta,331422,35996,804,122,245 +Malta,331491,4729,804,122,245 +Malta,331511,631265,804,122,245 +Malta,332115,7305,804,122,245 +Malta,332211,6206,804,122,245 +Malta,332212,96617,804,122,245 +Malta,332213,39670,804,122,245 +Malta,332312,426554,804,122,245 +Malta,332321,874181,804,122,245 +Malta,332322,303522,804,122,245 +Malta,332323,40085,804,122,245 +Malta,332420,14313,804,122,245 +Malta,332439,8267,804,122,245 +Malta,332510,248889,804,122,245 +Malta,332611,2595,804,122,245 +Malta,332618,215051,804,122,245 +Malta,332722,236785,804,122,245 +Malta,332911,297708,804,122,245 +Malta,332912,37460,804,122,245 +Malta,332919,18845,804,122,245 +Malta,332991,27364,804,122,245 +Malta,332994,114668,804,122,245 +Malta,332998,351022,804,122,245 +Malta,332999,334612,804,122,245 +Malta,333111,106597,804,122,245 +Malta,333120,776391,804,122,245 +Malta,333131,28480,804,122,245 +Malta,333132,5244209,804,122,245 +Malta,333220,32222,804,122,245 +Malta,333292,17397,804,122,245 +Malta,333293,8184416,804,122,245 +Malta,333294,2516,804,122,245 +Malta,333295,187811,804,122,245 +Malta,333298,9239,804,122,245 +Malta,333311,56774,804,122,245 +Malta,333313,157304,804,122,245 +Malta,333314,49893,804,122,245 +Malta,333315,24325,804,122,245 +Malta,333319,33540,804,122,245 +Malta,333411,16777,804,122,245 +Malta,333412,27508,804,122,245 +Malta,333414,113274,804,122,245 +Malta,333415,97290,804,122,245 +Malta,333511,96985,804,122,245 +Malta,333513,20678,804,122,245 +Malta,333514,370191,804,122,245 +Malta,333515,8811,804,122,245 +Malta,333612,36654,804,122,245 +Malta,333613,52851,804,122,245 +Malta,333618,493863,804,122,245 +Malta,333911,151450,804,122,245 +Malta,333912,99130,804,122,245 +Malta,333913,25037,804,122,245 +Malta,333921,14696,804,122,245 +Malta,333922,17559,804,122,245 +Malta,333923,85233,804,122,245 +Malta,333924,14000,804,122,245 +Malta,333991,100459,804,122,245 +Malta,333992,5829,804,122,245 +Malta,333994,15493,804,122,245 +Malta,333995,73639,804,122,245 +Malta,333996,180481,804,122,245 +Malta,333997,70417,804,122,245 +Malta,333999,2108162,804,122,245 +Malta,334111,455068,804,122,245 +Malta,334112,31490,804,122,245 +Malta,334119,1094006,804,122,245 +Malta,334210,92286,804,122,245 +Malta,334220,1492777,804,122,245 +Malta,334290,8207,804,122,245 +Malta,334310,241490,804,122,245 +Malta,334413,3559466,804,122,245 +Malta,334414,209704,804,122,245 +Malta,334415,315920,804,122,245 +Malta,334416,7587,804,122,245 +Malta,334417,263431,804,122,245 +Malta,334418,20000,804,122,245 +Malta,334419,166705,804,122,245 +Malta,334510,799869,804,122,245 +Malta,334511,248929,804,122,245 +Malta,334512,9765,804,122,245 +Malta,334513,202983,804,122,245 +Malta,334514,6350,804,122,245 +Malta,334515,495192,804,122,245 +Malta,334516,427350,804,122,245 +Malta,334517,1183329,804,122,245 +Malta,334518,16916,804,122,245 +Malta,334519,6838434,804,122,245 +Malta,334612,10992,804,122,245 +Malta,334613,75323,804,122,245 +Malta,335110,12891,804,122,245 +Malta,335121,18920,804,122,245 +Malta,335129,335807,804,122,245 +Malta,335211,4543,804,122,245 +Malta,335212,2999,804,122,245 +Malta,335221,6898,804,122,245 +Malta,335222,10661,804,122,245 +Malta,335224,32689,804,122,245 +Malta,335228,653140,804,122,245 +Malta,335311,12181,804,122,245 +Malta,335312,329465,804,122,245 +Malta,335313,633832,804,122,245 +Malta,335314,106989,804,122,245 +Malta,335911,122592,804,122,245 +Malta,335912,81900,804,122,245 +Malta,335921,182346,804,122,245 +Malta,335929,357591,804,122,245 +Malta,335931,15713,804,122,245 +Malta,335932,9371,804,122,245 +Malta,335991,3108,804,122,245 +Malta,335999,40404,804,122,245 +Malta,336111,2097244,804,122,245 +Malta,336311,8200,804,122,245 +Malta,336321,9828,804,122,245 +Malta,336322,35866,804,122,245 +Malta,336330,4773,804,122,245 +Malta,336340,18033,804,122,245 +Malta,336350,14306,804,122,245 +Malta,336370,3520,804,122,245 +Malta,336399,59888,804,122,245 +Malta,336412,1640584,804,122,245 +Malta,336413,643695,804,122,245 +Malta,336612,570731,804,122,245 +Malta,336991,36180,804,122,245 +Malta,337124,6300,804,122,245 +Malta,337127,1078413,804,122,245 +Malta,337211,90501,804,122,245 +Malta,337214,1022738,804,122,245 +Malta,337215,14000,804,122,245 +Malta,337910,16315,804,122,245 +Malta,339112,3367226,804,122,245 +Malta,339113,387599,804,122,245 +Malta,339114,38938,804,122,245 +Malta,339115,9844,804,122,245 +Malta,339911,6911,804,122,245 +Malta,339913,73452,804,122,245 +Malta,339914,14233,804,122,245 +Malta,339920,134477,804,122,245 +Malta,339932,26345,804,122,245 +Malta,339943,3751,804,122,245 +Malta,339944,7785,804,122,245 +Malta,339991,273472,804,122,245 +Malta,339992,113400,804,122,245 +Malta,339994,37961,804,122,245 +Malta,339999,335557,804,122,245 +Malta,511210,28732,804,122,245 +Malta,920000,8925,804,122,245 +Malta,990000,7636450,804,122,245 +Marshall Islands,112310,341504,808,123,246 +Marshall Islands,114112,8430,808,123,246 +Marshall Islands,311211,151515,808,123,246 +Marshall Islands,311212,417160,808,123,246 +Marshall Islands,311222,2873,808,123,246 +Marshall Islands,311223,6620,808,123,246 +Marshall Islands,311225,13598,808,123,246 +Marshall Islands,311320,31525,808,123,246 +Marshall Islands,311340,43555,808,123,246 +Marshall Islands,311411,11282,808,123,246 +Marshall Islands,311421,90525,808,123,246 +Marshall Islands,311513,11472,808,123,246 +Marshall Islands,311514,202817,808,123,246 +Marshall Islands,311520,212051,808,123,246 +Marshall Islands,311611,1277570,808,123,246 +Marshall Islands,311615,1699602,808,123,246 +Marshall Islands,311811,236310,808,123,246 +Marshall Islands,311822,2898,808,123,246 +Marshall Islands,311823,260060,808,123,246 +Marshall Islands,311911,4728,808,123,246 +Marshall Islands,311919,42475,808,123,246 +Marshall Islands,311920,15163,808,123,246 +Marshall Islands,311930,118033,808,123,246 +Marshall Islands,311941,213901,808,123,246 +Marshall Islands,311999,1798563,808,123,246 +Marshall Islands,312111,429350,808,123,246 +Marshall Islands,312112,7883,808,123,246 +Marshall Islands,312120,583172,808,123,246 +Marshall Islands,312130,19514,808,123,246 +Marshall Islands,312140,236655,808,123,246 +Marshall Islands,312221,1126162,808,123,246 +Marshall Islands,313210,15000,808,123,246 +Marshall Islands,314912,4200,808,123,246 +Marshall Islands,314991,70628,808,123,246 +Marshall Islands,314999,58379,808,123,246 +Marshall Islands,315223,10269,808,123,246 +Marshall Islands,315224,19732,808,123,246 +Marshall Islands,315228,20568,808,123,246 +Marshall Islands,315999,2850,808,123,246 +Marshall Islands,316213,31362,808,123,246 +Marshall Islands,316991,11170,808,123,246 +Marshall Islands,316993,11741,808,123,246 +Marshall Islands,321113,162592,808,123,246 +Marshall Islands,321114,227257,808,123,246 +Marshall Islands,321211,172958,808,123,246 +Marshall Islands,321212,94154,808,123,246 +Marshall Islands,321918,74851,808,123,246 +Marshall Islands,321999,24344,808,123,246 +Marshall Islands,322121,23388,808,123,246 +Marshall Islands,322122,4340,808,123,246 +Marshall Islands,322130,41327,808,123,246 +Marshall Islands,322215,705416,808,123,246 +Marshall Islands,322222,33046,808,123,246 +Marshall Islands,322223,41353,808,123,246 +Marshall Islands,322291,77980,808,123,246 +Marshall Islands,323116,9522,808,123,246 +Marshall Islands,323117,367063,808,123,246 +Marshall Islands,323118,28936,808,123,246 +Marshall Islands,323119,23278,808,123,246 +Marshall Islands,324110,255452,808,123,246 +Marshall Islands,324122,6348,808,123,246 +Marshall Islands,325120,4200,808,123,246 +Marshall Islands,325188,3089,808,123,246 +Marshall Islands,325199,40977,808,123,246 +Marshall Islands,325211,2687,808,123,246 +Marshall Islands,325311,7078,808,123,246 +Marshall Islands,325412,10518,808,123,246 +Marshall Islands,325414,3158,808,123,246 +Marshall Islands,325510,249596,808,123,246 +Marshall Islands,325611,146810,808,123,246 +Marshall Islands,325613,70690,808,123,246 +Marshall Islands,325998,5932,808,123,246 +Marshall Islands,326113,31500,808,123,246 +Marshall Islands,326122,5926,808,123,246 +Marshall Islands,326199,214738,808,123,246 +Marshall Islands,326211,32975,808,123,246 +Marshall Islands,326220,484874,808,123,246 +Marshall Islands,326299,15175,808,123,246 +Marshall Islands,327111,2798,808,123,246 +Marshall Islands,327112,35514,808,123,246 +Marshall Islands,327211,373474,808,123,246 +Marshall Islands,327910,4360,808,123,246 +Marshall Islands,331111,12499197,808,123,246 +Marshall Islands,331222,8249,808,123,246 +Marshall Islands,331315,3092,808,123,246 +Marshall Islands,331319,70935,808,123,246 +Marshall Islands,332212,176034,808,123,246 +Marshall Islands,332213,5600,808,123,246 +Marshall Islands,332312,82500,808,123,246 +Marshall Islands,332321,3711,808,123,246 +Marshall Islands,332322,65530,808,123,246 +Marshall Islands,332410,3632,808,123,246 +Marshall Islands,332420,1523041,808,123,246 +Marshall Islands,332510,542609,808,123,246 +Marshall Islands,332611,17130,808,123,246 +Marshall Islands,332618,180316,808,123,246 +Marshall Islands,332722,285472,808,123,246 +Marshall Islands,332911,4708853,808,123,246 +Marshall Islands,332912,52662,808,123,246 +Marshall Islands,332919,256435,808,123,246 +Marshall Islands,332991,117062,808,123,246 +Marshall Islands,332999,6791204,808,123,246 +Marshall Islands,333111,3096772,808,123,246 +Marshall Islands,333120,477899,808,123,246 +Marshall Islands,333132,15657675,808,123,246 +Marshall Islands,333293,6790,808,123,246 +Marshall Islands,333294,5500,808,123,246 +Marshall Islands,333313,36885,808,123,246 +Marshall Islands,333315,30116,808,123,246 +Marshall Islands,333319,8064,808,123,246 +Marshall Islands,333415,35527,808,123,246 +Marshall Islands,333513,30433,808,123,246 +Marshall Islands,333514,13534,808,123,246 +Marshall Islands,333515,21011,808,123,246 +Marshall Islands,333612,74932,808,123,246 +Marshall Islands,333613,83070,808,123,246 +Marshall Islands,333618,566498,808,123,246 +Marshall Islands,333911,3332945,808,123,246 +Marshall Islands,333912,93594,808,123,246 +Marshall Islands,333913,28924,808,123,246 +Marshall Islands,333923,10230,808,123,246 +Marshall Islands,333924,103926,808,123,246 +Marshall Islands,333991,563097,808,123,246 +Marshall Islands,333992,121086,808,123,246 +Marshall Islands,333994,15956,808,123,246 +Marshall Islands,333995,379979,808,123,246 +Marshall Islands,333996,35428,808,123,246 +Marshall Islands,333999,4734607,808,123,246 +Marshall Islands,334111,181097,808,123,246 +Marshall Islands,334112,11298,808,123,246 +Marshall Islands,334119,236973,808,123,246 +Marshall Islands,334210,30770,808,123,246 +Marshall Islands,334220,517207,808,123,246 +Marshall Islands,334290,68023,808,123,246 +Marshall Islands,334310,165181,808,123,246 +Marshall Islands,334413,88344,808,123,246 +Marshall Islands,334416,55936,808,123,246 +Marshall Islands,334417,43358,808,123,246 +Marshall Islands,334418,71422,808,123,246 +Marshall Islands,334419,493915,808,123,246 +Marshall Islands,334510,45505,808,123,246 +Marshall Islands,334511,207728,808,123,246 +Marshall Islands,334513,453237,808,123,246 +Marshall Islands,334514,3451,808,123,246 +Marshall Islands,334515,271026,808,123,246 +Marshall Islands,334516,64635,808,123,246 +Marshall Islands,334517,49455,808,123,246 +Marshall Islands,334519,3255970,808,123,246 +Marshall Islands,335110,11982,808,123,246 +Marshall Islands,335129,242162,808,123,246 +Marshall Islands,335212,6564,808,123,246 +Marshall Islands,335221,4987,808,123,246 +Marshall Islands,335222,41961,808,123,246 +Marshall Islands,335224,39717,808,123,246 +Marshall Islands,335228,13598,808,123,246 +Marshall Islands,335311,157307,808,123,246 +Marshall Islands,335312,144304,808,123,246 +Marshall Islands,335313,314172,808,123,246 +Marshall Islands,335314,199870,808,123,246 +Marshall Islands,335911,109113,808,123,246 +Marshall Islands,335912,5400,808,123,246 +Marshall Islands,335921,11450,808,123,246 +Marshall Islands,335929,783423,808,123,246 +Marshall Islands,335931,81146,808,123,246 +Marshall Islands,335932,46691,808,123,246 +Marshall Islands,335999,94818,808,123,246 +Marshall Islands,336111,77407,808,123,246 +Marshall Islands,336120,78102,808,123,246 +Marshall Islands,336214,3818,808,123,246 +Marshall Islands,336311,72144,808,123,246 +Marshall Islands,336322,6200,808,123,246 +Marshall Islands,336399,53272,808,123,246 +Marshall Islands,336413,12733,808,123,246 +Marshall Islands,336611,561389,808,123,246 +Marshall Islands,336612,14300,808,123,246 +Marshall Islands,337127,76844,808,123,246 +Marshall Islands,337211,389876,808,123,246 +Marshall Islands,337214,9241,808,123,246 +Marshall Islands,337215,5522,808,123,246 +Marshall Islands,337910,3745,808,123,246 +Marshall Islands,339112,2756,808,123,246 +Marshall Islands,339113,124650,808,123,246 +Marshall Islands,339114,30098,808,123,246 +Marshall Islands,339920,198369,808,123,246 +Marshall Islands,339943,13763,808,123,246 +Marshall Islands,339944,39805,808,123,246 +Marshall Islands,339991,508983,808,123,246 +Marshall Islands,339999,33328,808,123,246 +Marshall Islands,511210,8700,808,123,246 +Marshall Islands,990000,8443632,808,123,246 +Mauritania,111130,166358,805,124,247 +Mauritania,111140,3344873,805,124,247 +Mauritania,212399,56886,805,124,247 +Mauritania,311221,62776,805,124,247 +Mauritania,311223,157611,805,124,247 +Mauritania,311230,5991,805,124,247 +Mauritania,311421,2732,805,124,247 +Mauritania,311514,240418,805,124,247 +Mauritania,311615,2799544,805,124,247 +Mauritania,311999,102746,805,124,247 +Mauritania,313210,448314,805,124,247 +Mauritania,313221,15585,805,124,247 +Mauritania,313312,379001,805,124,247 +Mauritania,313320,116124,805,124,247 +Mauritania,314129,3044,805,124,247 +Mauritania,314999,19935,805,124,247 +Mauritania,315223,14648,805,124,247 +Mauritania,315228,63000,805,124,247 +Mauritania,315231,14364,805,124,247 +Mauritania,315999,13333,805,124,247 +Mauritania,316219,22035,805,124,247 +Mauritania,316991,2985,805,124,247 +Mauritania,321920,3994,805,124,247 +Mauritania,322223,364041,805,124,247 +Mauritania,323117,61036,805,124,247 +Mauritania,324110,25634353,805,124,247 +Mauritania,325188,528157,805,124,247 +Mauritania,325199,19207,805,124,247 +Mauritania,325211,417142,805,124,247 +Mauritania,325412,4500,805,124,247 +Mauritania,325520,82935,805,124,247 +Mauritania,325611,39391,805,124,247 +Mauritania,325612,4338,805,124,247 +Mauritania,325613,45802,805,124,247 +Mauritania,325620,23087,805,124,247 +Mauritania,325998,930475,805,124,247 +Mauritania,326113,151200,805,124,247 +Mauritania,326122,326044,805,124,247 +Mauritania,326199,227904,805,124,247 +Mauritania,326211,3890341,805,124,247 +Mauritania,326220,41826,805,124,247 +Mauritania,326299,35066,805,124,247 +Mauritania,327211,25411,805,124,247 +Mauritania,327212,3527,805,124,247 +Mauritania,327992,21710,805,124,247 +Mauritania,331111,98333,805,124,247 +Mauritania,331511,949000,805,124,247 +Mauritania,332212,10001,805,124,247 +Mauritania,332312,28707,805,124,247 +Mauritania,332420,3100,805,124,247 +Mauritania,332510,7802,805,124,247 +Mauritania,332611,9634,805,124,247 +Mauritania,332618,84532,805,124,247 +Mauritania,332722,1043887,805,124,247 +Mauritania,332911,25403,805,124,247 +Mauritania,332912,9332,805,124,247 +Mauritania,332919,2715,805,124,247 +Mauritania,332991,183424,805,124,247 +Mauritania,332999,249949,805,124,247 +Mauritania,333111,6085190,805,124,247 +Mauritania,333120,10716435,805,124,247 +Mauritania,333131,2187135,805,124,247 +Mauritania,333132,2864782,805,124,247 +Mauritania,333292,7726,805,124,247 +Mauritania,333298,89816,805,124,247 +Mauritania,333313,2729,805,124,247 +Mauritania,333314,9087,805,124,247 +Mauritania,333315,12378,805,124,247 +Mauritania,333411,51466,805,124,247 +Mauritania,333412,45883,805,124,247 +Mauritania,333415,17477,805,124,247 +Mauritania,333513,3525,805,124,247 +Mauritania,333515,4079,805,124,247 +Mauritania,333612,1699812,805,124,247 +Mauritania,333613,430808,805,124,247 +Mauritania,333618,182471,805,124,247 +Mauritania,333911,8019,805,124,247 +Mauritania,333912,358412,805,124,247 +Mauritania,333921,465110,805,124,247 +Mauritania,333922,5738,805,124,247 +Mauritania,333992,131388,805,124,247 +Mauritania,333993,42184,805,124,247 +Mauritania,333995,10908,805,124,247 +Mauritania,333996,112968,805,124,247 +Mauritania,333997,9267,805,124,247 +Mauritania,333999,235811,805,124,247 +Mauritania,334111,71834,805,124,247 +Mauritania,334112,8600,805,124,247 +Mauritania,334119,819392,805,124,247 +Mauritania,334210,58148,805,124,247 +Mauritania,334220,790415,805,124,247 +Mauritania,334290,22826,805,124,247 +Mauritania,334310,64632,805,124,247 +Mauritania,334413,18534,805,124,247 +Mauritania,334415,13450,805,124,247 +Mauritania,334417,295910,805,124,247 +Mauritania,334419,30153,805,124,247 +Mauritania,334510,9775,805,124,247 +Mauritania,334511,2688,805,124,247 +Mauritania,334513,7057,805,124,247 +Mauritania,334514,14434,805,124,247 +Mauritania,334515,200212,805,124,247 +Mauritania,334516,13780,805,124,247 +Mauritania,334517,920506,805,124,247 +Mauritania,334519,769780,805,124,247 +Mauritania,334613,3790,805,124,247 +Mauritania,335110,8028,805,124,247 +Mauritania,335211,66464,805,124,247 +Mauritania,335222,6965,805,124,247 +Mauritania,335312,1354263,805,124,247 +Mauritania,335313,106361,805,124,247 +Mauritania,335314,169643,805,124,247 +Mauritania,335911,20480,805,124,247 +Mauritania,335929,364535,805,124,247 +Mauritania,335931,2767,805,124,247 +Mauritania,335991,51825,805,124,247 +Mauritania,335999,12357,805,124,247 +Mauritania,336111,256250,805,124,247 +Mauritania,336120,117992,805,124,247 +Mauritania,336211,47000,805,124,247 +Mauritania,336214,35000,805,124,247 +Mauritania,336311,95758,805,124,247 +Mauritania,336322,19637,805,124,247 +Mauritania,336399,297115,805,124,247 +Mauritania,336412,35418,805,124,247 +Mauritania,336413,14934,805,124,247 +Mauritania,336510,3630653,805,124,247 +Mauritania,336991,8000,805,124,247 +Mauritania,337124,57192,805,124,247 +Mauritania,337127,25004,805,124,247 +Mauritania,337215,46000,805,124,247 +Mauritania,337910,43412,805,124,247 +Mauritania,339932,21119,805,124,247 +Mauritania,339950,5040,805,124,247 +Mauritania,339991,154553,805,124,247 +Mauritania,339994,3840,805,124,247 +Mauritania,910000,1782898,805,124,247 +Mauritania,920000,228604,805,124,247 +Mauritania,990000,1608160,805,124,247 +Mauritius,111130,12700,805,125,248 +Mauritius,111219,32431,805,125,248 +Mauritius,111332,282048,805,125,248 +Mauritius,111335,272590,805,125,248 +Mauritius,111339,9158,805,125,248 +Mauritius,111991,3455,805,125,248 +Mauritius,113310,83030,805,125,248 +Mauritius,114111,1034571,805,125,248 +Mauritius,114112,22980,805,125,248 +Mauritius,114119,2988,805,125,248 +Mauritius,311222,199076,805,125,248 +Mauritius,311223,2579,805,125,248 +Mauritius,311421,51118,805,125,248 +Mauritius,311513,65900,805,125,248 +Mauritius,311514,10000,805,125,248 +Mauritius,311611,139374,805,125,248 +Mauritius,311711,16707,805,125,248 +Mauritius,311930,91331,805,125,248 +Mauritius,311999,144201,805,125,248 +Mauritius,313210,404116,805,125,248 +Mauritius,313221,108732,805,125,248 +Mauritius,313230,248893,805,125,248 +Mauritius,313320,71208,805,125,248 +Mauritius,314110,129619,805,125,248 +Mauritius,314129,3685,805,125,248 +Mauritius,314991,3757,805,125,248 +Mauritius,314999,62642,805,125,248 +Mauritius,315223,26803,805,125,248 +Mauritius,315228,3343,805,125,248 +Mauritius,315232,122733,805,125,248 +Mauritius,315233,8228,805,125,248 +Mauritius,316213,3319,805,125,248 +Mauritius,316219,11872,805,125,248 +Mauritius,316991,15160,805,125,248 +Mauritius,321113,981557,805,125,248 +Mauritius,321213,2837,805,125,248 +Mauritius,322110,523324,805,125,248 +Mauritius,322121,55896,805,125,248 +Mauritius,322212,11994,805,125,248 +Mauritius,322222,41744,805,125,248 +Mauritius,322223,24888,805,125,248 +Mauritius,322233,30008,805,125,248 +Mauritius,322291,59993,805,125,248 +Mauritius,322299,12713,805,125,248 +Mauritius,323117,118808,805,125,248 +Mauritius,323118,14320,805,125,248 +Mauritius,323119,1054044,805,125,248 +Mauritius,324110,13131,805,125,248 +Mauritius,325120,2790,805,125,248 +Mauritius,325131,908100,805,125,248 +Mauritius,325192,19526,805,125,248 +Mauritius,325199,198835,805,125,248 +Mauritius,325211,3368671,805,125,248 +Mauritius,325212,11697,805,125,248 +Mauritius,325311,16124,805,125,248 +Mauritius,325312,39954,805,125,248 +Mauritius,325320,128064,805,125,248 +Mauritius,325411,2887570,805,125,248 +Mauritius,325412,706888,805,125,248 +Mauritius,325414,25131,805,125,248 +Mauritius,325510,130447,805,125,248 +Mauritius,325520,147816,805,125,248 +Mauritius,325611,218147,805,125,248 +Mauritius,325612,32893,805,125,248 +Mauritius,325613,54849,805,125,248 +Mauritius,325620,674420,805,125,248 +Mauritius,325910,80015,805,125,248 +Mauritius,325992,64840,805,125,248 +Mauritius,325998,18800,805,125,248 +Mauritius,326113,111579,805,125,248 +Mauritius,326199,183532,805,125,248 +Mauritius,326211,7142,805,125,248 +Mauritius,326220,105681,805,125,248 +Mauritius,327112,201095,805,125,248 +Mauritius,327211,252095,805,125,248 +Mauritius,327212,38670,805,125,248 +Mauritius,327310,6537,805,125,248 +Mauritius,327910,6107,805,125,248 +Mauritius,327993,13120,805,125,248 +Mauritius,331111,15928,805,125,248 +Mauritius,331222,36785,805,125,248 +Mauritius,331315,25846,805,125,248 +Mauritius,331419,13511,805,125,248 +Mauritius,332212,12541,805,125,248 +Mauritius,332213,3934,805,125,248 +Mauritius,332312,10625,805,125,248 +Mauritius,332410,10362,805,125,248 +Mauritius,332420,48161,805,125,248 +Mauritius,332439,3312,805,125,248 +Mauritius,332510,35576,805,125,248 +Mauritius,332618,12540,805,125,248 +Mauritius,332722,9244,805,125,248 +Mauritius,332911,48006,805,125,248 +Mauritius,332912,113521,805,125,248 +Mauritius,332919,10130,805,125,248 +Mauritius,332992,12602,805,125,248 +Mauritius,332994,23937,805,125,248 +Mauritius,332998,13031,805,125,248 +Mauritius,332999,81190,805,125,248 +Mauritius,333111,1812467,805,125,248 +Mauritius,333120,144962,805,125,248 +Mauritius,333132,485670,805,125,248 +Mauritius,333220,2927,805,125,248 +Mauritius,333292,397732,805,125,248 +Mauritius,333293,62426,805,125,248 +Mauritius,333294,187180,805,125,248 +Mauritius,333298,5348,805,125,248 +Mauritius,333311,13420,805,125,248 +Mauritius,333313,142388,805,125,248 +Mauritius,333314,17394,805,125,248 +Mauritius,333315,10918,805,125,248 +Mauritius,333319,179781,805,125,248 +Mauritius,333411,13799,805,125,248 +Mauritius,333412,9531,805,125,248 +Mauritius,333414,132887,805,125,248 +Mauritius,333415,63425,805,125,248 +Mauritius,333512,2621,805,125,248 +Mauritius,333513,43660,805,125,248 +Mauritius,333514,3303,805,125,248 +Mauritius,333515,11160,805,125,248 +Mauritius,333611,2814,805,125,248 +Mauritius,333612,2538,805,125,248 +Mauritius,333613,5196,805,125,248 +Mauritius,333618,149320,805,125,248 +Mauritius,333911,55763,805,125,248 +Mauritius,333912,231951,805,125,248 +Mauritius,333913,7109,805,125,248 +Mauritius,333923,57008,805,125,248 +Mauritius,333924,155577,805,125,248 +Mauritius,333991,81040,805,125,248 +Mauritius,333992,35113,805,125,248 +Mauritius,333993,212726,805,125,248 +Mauritius,333994,21244,805,125,248 +Mauritius,333996,19062,805,125,248 +Mauritius,333997,5700,805,125,248 +Mauritius,333999,431243,805,125,248 +Mauritius,334111,140873,805,125,248 +Mauritius,334112,35775,805,125,248 +Mauritius,334119,675227,805,125,248 +Mauritius,334210,145389,805,125,248 +Mauritius,334220,784204,805,125,248 +Mauritius,334290,31943,805,125,248 +Mauritius,334310,76084,805,125,248 +Mauritius,334411,13489,805,125,248 +Mauritius,334413,71074,805,125,248 +Mauritius,334417,40022,805,125,248 +Mauritius,334418,6014,805,125,248 +Mauritius,334419,97621,805,125,248 +Mauritius,334510,328522,805,125,248 +Mauritius,334511,106315,805,125,248 +Mauritius,334513,101814,805,125,248 +Mauritius,334515,37487,805,125,248 +Mauritius,334516,154763,805,125,248 +Mauritius,334517,68822,805,125,248 +Mauritius,334518,19337,805,125,248 +Mauritius,334519,709428,805,125,248 +Mauritius,334613,2799,805,125,248 +Mauritius,335129,24563,805,125,248 +Mauritius,335211,40526,805,125,248 +Mauritius,335222,11244,805,125,248 +Mauritius,335224,178415,805,125,248 +Mauritius,335228,132475,805,125,248 +Mauritius,335312,33109,805,125,248 +Mauritius,335313,50707,805,125,248 +Mauritius,335314,270666,805,125,248 +Mauritius,335911,96245,805,125,248 +Mauritius,335912,96838,805,125,248 +Mauritius,335929,34682,805,125,248 +Mauritius,335931,4128,805,125,248 +Mauritius,335991,8963,805,125,248 +Mauritius,335999,57771,805,125,248 +Mauritius,336111,104303,805,125,248 +Mauritius,336120,243969,805,125,248 +Mauritius,336212,30000,805,125,248 +Mauritius,336214,217196,805,125,248 +Mauritius,336322,208070,805,125,248 +Mauritius,336350,7850,805,125,248 +Mauritius,336399,45888,805,125,248 +Mauritius,336413,6957,805,125,248 +Mauritius,336612,377249,805,125,248 +Mauritius,336991,24969,805,125,248 +Mauritius,337127,113064,805,125,248 +Mauritius,337215,34460,805,125,248 +Mauritius,339112,343623,805,125,248 +Mauritius,339113,665015,805,125,248 +Mauritius,339114,7773,805,125,248 +Mauritius,339115,655121,805,125,248 +Mauritius,339911,2786581,805,125,248 +Mauritius,339913,2352202,805,125,248 +Mauritius,339914,28331,805,125,248 +Mauritius,339920,243713,805,125,248 +Mauritius,339932,21430,805,125,248 +Mauritius,339944,4070,805,125,248 +Mauritius,339950,3943,805,125,248 +Mauritius,339991,43061,805,125,248 +Mauritius,339992,18036,805,125,248 +Mauritius,339993,18021,805,125,248 +Mauritius,339994,3850,805,125,248 +Mauritius,339999,79641,805,125,248 +Mauritius,511210,10510,805,125,248 +Mauritius,910000,16100,805,125,248 +Mauritius,920000,26143,805,125,248 +Mauritius,990000,1867694,805,125,248 +Mexico,111110,1494123415,802,126,249 +Mexico,111120,42067620,802,126,249 +Mexico,111130,114131485,802,126,249 +Mexico,111140,587989764,802,126,249 +Mexico,111150,1594879207,802,126,249 +Mexico,111160,256730251,802,126,249 +Mexico,111199,439403672,802,126,249 +Mexico,111211,35281919,802,126,249 +Mexico,111219,332378312,802,126,249 +Mexico,111310,5255882,802,126,249 +Mexico,111320,1721231,802,126,249 +Mexico,111331,217097845,802,126,249 +Mexico,111332,32110796,802,126,249 +Mexico,111333,11443599,802,126,249 +Mexico,111334,1324961,802,126,249 +Mexico,111335,111315779,802,126,249 +Mexico,111339,119595262,802,126,249 +Mexico,111411,1993181,802,126,249 +Mexico,111421,28094305,802,126,249 +Mexico,111422,727446,802,126,249 +Mexico,111910,96155197,802,126,249 +Mexico,111920,663261154,802,126,249 +Mexico,111930,49888,802,126,249 +Mexico,111940,190463,802,126,249 +Mexico,111991,133843,802,126,249 +Mexico,111992,56606009,802,126,249 +Mexico,111998,39294096,802,126,249 +Mexico,112111,41753764,802,126,249 +Mexico,112210,2019029,802,126,249 +Mexico,112310,46729519,802,126,249 +Mexico,112410,5761671,802,126,249 +Mexico,112420,46026,802,126,249 +Mexico,112511,2038636,802,126,249 +Mexico,112512,5950,802,126,249 +Mexico,112910,70495,802,126,249 +Mexico,112920,39773411,802,126,249 +Mexico,112930,144476,802,126,249 +Mexico,112990,4545835,802,126,249 +Mexico,113210,57841553,802,126,249 +Mexico,113310,7675506,802,126,249 +Mexico,114111,38701907,802,126,249 +Mexico,114112,12444769,802,126,249 +Mexico,114119,1933638,802,126,249 +Mexico,211111,1049794701,802,126,249 +Mexico,211112,928053444,802,126,249 +Mexico,212112,176617714,802,126,249 +Mexico,212113,231561,802,126,249 +Mexico,212210,15873771,802,126,249 +Mexico,212221,64195573,802,126,249 +Mexico,212222,690641,802,126,249 +Mexico,212231,31767290,802,126,249 +Mexico,212234,140648526,802,126,249 +Mexico,212299,56454411,802,126,249 +Mexico,212311,806502,802,126,249 +Mexico,212319,1091659,802,126,249 +Mexico,212322,39356395,802,126,249 +Mexico,212324,35973268,802,126,249 +Mexico,212325,39696545,802,126,249 +Mexico,212391,328618,802,126,249 +Mexico,212392,363704,802,126,249 +Mexico,212393,22797107,802,126,249 +Mexico,212399,43252939,802,126,249 +Mexico,311111,30500362,802,126,249 +Mexico,311119,87201121,802,126,249 +Mexico,311211,68426493,802,126,249 +Mexico,311212,64972419,802,126,249 +Mexico,311213,149716624,802,126,249 +Mexico,311221,602662100,802,126,249 +Mexico,311222,716973868,802,126,249 +Mexico,311223,171549220,802,126,249 +Mexico,311225,107054565,802,126,249 +Mexico,311230,101209089,802,126,249 +Mexico,311311,155739564,802,126,249 +Mexico,311320,195634881,802,126,249 +Mexico,311340,49614870,802,126,249 +Mexico,311411,89584096,802,126,249 +Mexico,311421,183333454,802,126,249 +Mexico,311422,1064114,802,126,249 +Mexico,311423,54694546,802,126,249 +Mexico,311511,43815685,802,126,249 +Mexico,311512,35629317,802,126,249 +Mexico,311513,187596361,802,126,249 +Mexico,311514,556415794,802,126,249 +Mexico,311520,34212971,802,126,249 +Mexico,311611,2067731077,802,126,249 +Mexico,311613,354792262,802,126,249 +Mexico,311615,664818554,802,126,249 +Mexico,311711,11652986,802,126,249 +Mexico,311811,86436218,802,126,249 +Mexico,311822,53897332,802,126,249 +Mexico,311823,970593,802,126,249 +Mexico,311911,39558846,802,126,249 +Mexico,311919,28355346,802,126,249 +Mexico,311920,60402454,802,126,249 +Mexico,311930,54419691,802,126,249 +Mexico,311941,87571272,802,126,249 +Mexico,311942,13584450,802,126,249 +Mexico,311999,460633279,802,126,249 +Mexico,312111,38116180,802,126,249 +Mexico,312112,2810444,802,126,249 +Mexico,312113,5198776,802,126,249 +Mexico,312120,370480623,802,126,249 +Mexico,312130,38333415,802,126,249 +Mexico,312140,100748264,802,126,249 +Mexico,312221,29184945,802,126,249 +Mexico,312229,1035022,802,126,249 +Mexico,313111,64186785,802,126,249 +Mexico,313113,84708094,802,126,249 +Mexico,313210,753484480,802,126,249 +Mexico,313221,262089962,802,126,249 +Mexico,313230,377232720,802,126,249 +Mexico,313249,423047900,802,126,249 +Mexico,313312,15582632,802,126,249 +Mexico,313320,525738858,802,126,249 +Mexico,314110,88927333,802,126,249 +Mexico,314121,3114961,802,126,249 +Mexico,314129,67334217,802,126,249 +Mexico,314911,18480711,802,126,249 +Mexico,314912,3445759,802,126,249 +Mexico,314991,41392818,802,126,249 +Mexico,314992,26485816,802,126,249 +Mexico,314999,101210430,802,126,249 +Mexico,315111,51526193,802,126,249 +Mexico,315221,40830276,802,126,249 +Mexico,315222,3135893,802,126,249 +Mexico,315223,96556696,802,126,249 +Mexico,315224,63878656,802,126,249 +Mexico,315228,46296944,802,126,249 +Mexico,315231,32515949,802,126,249 +Mexico,315232,108832558,802,126,249 +Mexico,315233,36534553,802,126,249 +Mexico,315234,14975823,802,126,249 +Mexico,315239,106721840,802,126,249 +Mexico,315291,4428825,802,126,249 +Mexico,315292,3720729,802,126,249 +Mexico,315991,6943194,802,126,249 +Mexico,315992,11680675,802,126,249 +Mexico,315993,552800,802,126,249 +Mexico,315999,149592833,802,126,249 +Mexico,316110,361064610,802,126,249 +Mexico,316211,17331808,802,126,249 +Mexico,316212,12803100,802,126,249 +Mexico,316213,8271019,802,126,249 +Mexico,316214,12316942,802,126,249 +Mexico,316219,26121992,802,126,249 +Mexico,316991,46242157,802,126,249 +Mexico,316992,9892016,802,126,249 +Mexico,316993,8484975,802,126,249 +Mexico,316999,105269804,802,126,249 +Mexico,321113,206645603,802,126,249 +Mexico,321114,18764577,802,126,249 +Mexico,321211,43970754,802,126,249 +Mexico,321212,49727636,802,126,249 +Mexico,321213,3282191,802,126,249 +Mexico,321219,97561028,802,126,249 +Mexico,321911,3314271,802,126,249 +Mexico,321918,34391249,802,126,249 +Mexico,321920,30536697,802,126,249 +Mexico,321991,965634,802,126,249 +Mexico,321992,7341899,802,126,249 +Mexico,321999,41586129,802,126,249 +Mexico,322110,590999681,802,126,249 +Mexico,322121,654001400,802,126,249 +Mexico,322122,149420759,802,126,249 +Mexico,322130,893006503,802,126,249 +Mexico,322211,732846733,802,126,249 +Mexico,322212,169139919,802,126,249 +Mexico,322213,13822779,802,126,249 +Mexico,322214,6040106,802,126,249 +Mexico,322215,71464445,802,126,249 +Mexico,322222,581305604,802,126,249 +Mexico,322223,266227090,802,126,249 +Mexico,322224,6086098,802,126,249 +Mexico,322232,13930930,802,126,249 +Mexico,322233,1463764,802,126,249 +Mexico,322291,66328105,802,126,249 +Mexico,322299,189744022,802,126,249 +Mexico,323116,349522,802,126,249 +Mexico,323117,133278325,802,126,249 +Mexico,323118,20382375,802,126,249 +Mexico,323119,395939609,802,126,249 +Mexico,323122,6097695,802,126,249 +Mexico,324110,11969557059,802,126,249 +Mexico,324121,11200347,802,126,249 +Mexico,324122,6715496,802,126,249 +Mexico,325110,205466009,802,126,249 +Mexico,325120,39557539,802,126,249 +Mexico,325131,255498357,802,126,249 +Mexico,325132,95305787,802,126,249 +Mexico,325181,230255937,802,126,249 +Mexico,325182,20246783,802,126,249 +Mexico,325188,636332067,802,126,249 +Mexico,325191,19189965,802,126,249 +Mexico,325192,1987795989,802,126,249 +Mexico,325193,41739814,802,126,249 +Mexico,325199,3593090310,802,126,249 +Mexico,325211,5692571231,802,126,249 +Mexico,325212,365931984,802,126,249 +Mexico,325221,36155581,802,126,249 +Mexico,325222,254774864,802,126,249 +Mexico,325311,83051834,802,126,249 +Mexico,325312,286106026,802,126,249 +Mexico,325320,206748886,802,126,249 +Mexico,325411,134092439,802,126,249 +Mexico,325412,924495307,802,126,249 +Mexico,325414,402662811,802,126,249 +Mexico,325510,380354376,802,126,249 +Mexico,325520,308338057,802,126,249 +Mexico,325611,147015759,802,126,249 +Mexico,325612,39105328,802,126,249 +Mexico,325613,238595555,802,126,249 +Mexico,325620,344917359,802,126,249 +Mexico,325910,150162245,802,126,249 +Mexico,325920,214898133,802,126,249 +Mexico,325992,435565630,802,126,249 +Mexico,325998,464613643,802,126,249 +Mexico,326113,820621458,802,126,249 +Mexico,326121,87490386,802,126,249 +Mexico,326122,266541040,802,126,249 +Mexico,326160,70637876,802,126,249 +Mexico,326191,5380584,802,126,249 +Mexico,326192,4334320,802,126,249 +Mexico,326199,3244340090,802,126,249 +Mexico,326211,940987659,802,126,249 +Mexico,326212,3734534,802,126,249 +Mexico,326220,574647228,802,126,249 +Mexico,326299,411696325,802,126,249 +Mexico,327111,7256448,802,126,249 +Mexico,327112,98170653,802,126,249 +Mexico,327113,105079200,802,126,249 +Mexico,327121,96707,802,126,249 +Mexico,327122,8242054,802,126,249 +Mexico,327123,96667,802,126,249 +Mexico,327124,56171390,802,126,249 +Mexico,327125,50372300,802,126,249 +Mexico,327211,89486582,802,126,249 +Mexico,327212,181577358,802,126,249 +Mexico,327213,6837262,802,126,249 +Mexico,327215,145678838,802,126,249 +Mexico,327310,9203019,802,126,249 +Mexico,327320,384400,802,126,249 +Mexico,327331,26420,802,126,249 +Mexico,327390,11912309,802,126,249 +Mexico,327410,989886,802,126,249 +Mexico,327420,8259717,802,126,249 +Mexico,327910,142178968,802,126,249 +Mexico,327991,3990273,802,126,249 +Mexico,327992,16796270,802,126,249 +Mexico,327993,138634532,802,126,249 +Mexico,327999,61623818,802,126,249 +Mexico,331111,2874696308,802,126,249 +Mexico,331112,46344993,802,126,249 +Mexico,331222,100405575,802,126,249 +Mexico,331311,25958498,802,126,249 +Mexico,331312,699369134,802,126,249 +Mexico,331314,757467,802,126,249 +Mexico,331315,887980088,802,126,249 +Mexico,331316,269860983,802,126,249 +Mexico,331319,110777057,802,126,249 +Mexico,331411,195945867,802,126,249 +Mexico,331419,330361621,802,126,249 +Mexico,331421,254149211,802,126,249 +Mexico,331422,1275590923,802,126,249 +Mexico,331491,344731768,802,126,249 +Mexico,331492,101667433,802,126,249 +Mexico,331511,116368765,802,126,249 +Mexico,332115,71631164,802,126,249 +Mexico,332211,109187343,802,126,249 +Mexico,332212,136251908,802,126,249 +Mexico,332213,22647012,802,126,249 +Mexico,332214,1968726,802,126,249 +Mexico,332311,34399243,802,126,249 +Mexico,332312,102204973,802,126,249 +Mexico,332321,20931793,802,126,249 +Mexico,332322,6716616,802,126,249 +Mexico,332323,7086491,802,126,249 +Mexico,332410,93050239,802,126,249 +Mexico,332420,89095577,802,126,249 +Mexico,332431,11957222,802,126,249 +Mexico,332439,74244100,802,126,249 +Mexico,332510,637806322,802,126,249 +Mexico,332611,184513360,802,126,249 +Mexico,332618,150399665,802,126,249 +Mexico,332722,729080009,802,126,249 +Mexico,332911,876743302,802,126,249 +Mexico,332912,136289101,802,126,249 +Mexico,332913,52940883,802,126,249 +Mexico,332919,242082221,802,126,249 +Mexico,332991,314210677,802,126,249 +Mexico,332992,9045294,802,126,249 +Mexico,332994,26103349,802,126,249 +Mexico,332995,536968,802,126,249 +Mexico,332997,7513777,802,126,249 +Mexico,332998,5638327,802,126,249 +Mexico,332999,1864432471,802,126,249 +Mexico,333111,720054437,802,126,249 +Mexico,333120,1244633853,802,126,249 +Mexico,333131,254129618,802,126,249 +Mexico,333132,171676872,802,126,249 +Mexico,333210,19576504,802,126,249 +Mexico,333220,213873379,802,126,249 +Mexico,333291,90752601,802,126,249 +Mexico,333292,52485887,802,126,249 +Mexico,333293,80477189,802,126,249 +Mexico,333294,89235646,802,126,249 +Mexico,333295,33067374,802,126,249 +Mexico,333298,31470432,802,126,249 +Mexico,333311,8822554,802,126,249 +Mexico,333313,123639198,802,126,249 +Mexico,333314,423853634,802,126,249 +Mexico,333315,141472088,802,126,249 +Mexico,333319,29521348,802,126,249 +Mexico,333411,30579594,802,126,249 +Mexico,333412,122453173,802,126,249 +Mexico,333414,42923979,802,126,249 +Mexico,333415,921537474,802,126,249 +Mexico,333511,404660269,802,126,249 +Mexico,333512,298053423,802,126,249 +Mexico,333513,286396006,802,126,249 +Mexico,333514,124636479,802,126,249 +Mexico,333515,155122211,802,126,249 +Mexico,333516,21930275,802,126,249 +Mexico,333611,604398093,802,126,249 +Mexico,333612,225192785,802,126,249 +Mexico,333613,374578738,802,126,249 +Mexico,333618,2386620295,802,126,249 +Mexico,333911,290993031,802,126,249 +Mexico,333912,460138555,802,126,249 +Mexico,333913,17732382,802,126,249 +Mexico,333921,17551641,802,126,249 +Mexico,333922,125550812,802,126,249 +Mexico,333923,36949948,802,126,249 +Mexico,333924,275935358,802,126,249 +Mexico,333991,94189444,802,126,249 +Mexico,333992,164049911,802,126,249 +Mexico,333993,118979249,802,126,249 +Mexico,333994,65996714,802,126,249 +Mexico,333995,48831503,802,126,249 +Mexico,333996,125912803,802,126,249 +Mexico,333997,57686846,802,126,249 +Mexico,333999,1351950806,802,126,249 +Mexico,334111,1007874546,802,126,249 +Mexico,334112,1512210058,802,126,249 +Mexico,334119,7338238615,802,126,249 +Mexico,334210,90016196,802,126,249 +Mexico,334220,5156605382,802,126,249 +Mexico,334290,89657925,802,126,249 +Mexico,334310,2915899672,802,126,249 +Mexico,334411,14487059,802,126,249 +Mexico,334412,725034315,802,126,249 +Mexico,334413,7147988097,802,126,249 +Mexico,334414,623151156,802,126,249 +Mexico,334415,208918954,802,126,249 +Mexico,334416,297666459,802,126,249 +Mexico,334417,1473034041,802,126,249 +Mexico,334418,188952342,802,126,249 +Mexico,334419,1387758162,802,126,249 +Mexico,334510,323041562,802,126,249 +Mexico,334511,287751558,802,126,249 +Mexico,334512,123352040,802,126,249 +Mexico,334513,743558520,802,126,249 +Mexico,334514,130865001,802,126,249 +Mexico,334515,461770335,802,126,249 +Mexico,334516,231389569,802,126,249 +Mexico,334517,129329283,802,126,249 +Mexico,334518,51044564,802,126,249 +Mexico,334519,117610001,802,126,249 +Mexico,334612,18527712,802,126,249 +Mexico,334613,161206376,802,126,249 +Mexico,335110,174259877,802,126,249 +Mexico,335121,12317237,802,126,249 +Mexico,335129,120825707,802,126,249 +Mexico,335211,151001666,802,126,249 +Mexico,335212,130226470,802,126,249 +Mexico,335221,19437478,802,126,249 +Mexico,335222,45937820,802,126,249 +Mexico,335224,73374029,802,126,249 +Mexico,335228,68725058,802,126,249 +Mexico,335311,162002875,802,126,249 +Mexico,335312,992022893,802,126,249 +Mexico,335313,524920865,802,126,249 +Mexico,335314,1728389892,802,126,249 +Mexico,335911,244918695,802,126,249 +Mexico,335912,112791699,802,126,249 +Mexico,335921,140483258,802,126,249 +Mexico,335929,1670072657,802,126,249 +Mexico,335931,906401231,802,126,249 +Mexico,335932,36658461,802,126,249 +Mexico,335991,83688876,802,126,249 +Mexico,335999,706476403,802,126,249 +Mexico,336111,2869849389,802,126,249 +Mexico,336120,510903149,802,126,249 +Mexico,336211,37161928,802,126,249 +Mexico,336212,56696396,802,126,249 +Mexico,336213,1940337,802,126,249 +Mexico,336214,48099164,802,126,249 +Mexico,336311,1515120121,802,126,249 +Mexico,336321,218602982,802,126,249 +Mexico,336322,1197689720,802,126,249 +Mexico,336330,358151613,802,126,249 +Mexico,336340,539756113,802,126,249 +Mexico,336350,1376916085,802,126,249 +Mexico,336360,362177568,802,126,249 +Mexico,336370,216564298,802,126,249 +Mexico,336391,111733027,802,126,249 +Mexico,336399,8148975950,802,126,249 +Mexico,336411,31645811,802,126,249 +Mexico,336412,146216634,802,126,249 +Mexico,336413,29705901,802,126,249 +Mexico,336415,154850,802,126,249 +Mexico,336419,2250545,802,126,249 +Mexico,336510,260296159,802,126,249 +Mexico,336611,30132567,802,126,249 +Mexico,336612,89167646,802,126,249 +Mexico,336991,33420885,802,126,249 +Mexico,336992,4841249,802,126,249 +Mexico,337110,1005248,802,126,249 +Mexico,337121,798614,802,126,249 +Mexico,337124,36432318,802,126,249 +Mexico,337127,177005553,802,126,249 +Mexico,337129,197225,802,126,249 +Mexico,337211,15719747,802,126,249 +Mexico,337214,23332260,802,126,249 +Mexico,337215,125562264,802,126,249 +Mexico,337910,14299493,802,126,249 +Mexico,337920,9397994,802,126,249 +Mexico,339112,1193634347,802,126,249 +Mexico,339113,407691502,802,126,249 +Mexico,339114,46871717,802,126,249 +Mexico,339115,123803740,802,126,249 +Mexico,339911,460652813,802,126,249 +Mexico,339912,3244165,802,126,249 +Mexico,339913,96260385,802,126,249 +Mexico,339914,30186741,802,126,249 +Mexico,339920,74990883,802,126,249 +Mexico,339932,750119963,802,126,249 +Mexico,339941,40624037,802,126,249 +Mexico,339942,7705525,802,126,249 +Mexico,339943,1943551,802,126,249 +Mexico,339944,86381261,802,126,249 +Mexico,339950,18366156,802,126,249 +Mexico,339991,398319781,802,126,249 +Mexico,339992,24697568,802,126,249 +Mexico,339993,85501503,802,126,249 +Mexico,339994,45406249,802,126,249 +Mexico,339999,143769421,802,126,249 +Mexico,511210,53889601,802,126,249 +Mexico,910000,967259598,802,126,249 +Mexico,920000,234518261,802,126,249 +Mexico,990000,5670633123,802,126,249 +Micronesia,111219,2556,808,127,250 +Micronesia,111910,17341,808,127,250 +Micronesia,112310,300629,808,127,250 +Micronesia,113210,5971,808,127,250 +Micronesia,113310,44872,808,127,250 +Micronesia,114111,3258,808,127,250 +Micronesia,114112,9809,808,127,250 +Micronesia,311119,713927,808,127,250 +Micronesia,311211,221892,808,127,250 +Micronesia,311212,4385310,808,127,250 +Micronesia,311225,36360,808,127,250 +Micronesia,311230,4379,808,127,250 +Micronesia,311320,34826,808,127,250 +Micronesia,311340,26819,808,127,250 +Micronesia,311411,46753,808,127,250 +Micronesia,311421,31217,808,127,250 +Micronesia,311513,56293,808,127,250 +Micronesia,311514,139215,808,127,250 +Micronesia,311520,417905,808,127,250 +Micronesia,311611,2167166,808,127,250 +Micronesia,311613,97151,808,127,250 +Micronesia,311615,3652609,808,127,250 +Micronesia,311711,7475,808,127,250 +Micronesia,311811,539383,808,127,250 +Micronesia,311822,32972,808,127,250 +Micronesia,311823,134671,808,127,250 +Micronesia,311919,16506,808,127,250 +Micronesia,311920,16942,808,127,250 +Micronesia,311930,322122,808,127,250 +Micronesia,311941,63593,808,127,250 +Micronesia,311942,11056,808,127,250 +Micronesia,311999,2109317,808,127,250 +Micronesia,312111,1608866,808,127,250 +Micronesia,312120,944207,808,127,250 +Micronesia,312130,19891,808,127,250 +Micronesia,312140,219455,808,127,250 +Micronesia,312221,8280,808,127,250 +Micronesia,312229,16736,808,127,250 +Micronesia,313210,5670,808,127,250 +Micronesia,314129,4339,808,127,250 +Micronesia,314999,6208,808,127,250 +Micronesia,315223,22140,808,127,250 +Micronesia,315228,8428,808,127,250 +Micronesia,315239,30340,808,127,250 +Micronesia,316211,2592,808,127,250 +Micronesia,321113,377048,808,127,250 +Micronesia,321114,522254,808,127,250 +Micronesia,321211,100840,808,127,250 +Micronesia,321212,143136,808,127,250 +Micronesia,321213,34780,808,127,250 +Micronesia,321911,20000,808,127,250 +Micronesia,321918,65514,808,127,250 +Micronesia,321999,130094,808,127,250 +Micronesia,322121,215257,808,127,250 +Micronesia,322122,2737,808,127,250 +Micronesia,322215,135616,808,127,250 +Micronesia,322222,10918,808,127,250 +Micronesia,322232,19350,808,127,250 +Micronesia,322291,46152,808,127,250 +Micronesia,322299,28518,808,127,250 +Micronesia,323117,324133,808,127,250 +Micronesia,323119,14091,808,127,250 +Micronesia,324110,277589,808,127,250 +Micronesia,325188,85256,808,127,250 +Micronesia,325199,24023,808,127,250 +Micronesia,325211,110431,808,127,250 +Micronesia,325212,132650,808,127,250 +Micronesia,325222,3142,808,127,250 +Micronesia,325312,4465,808,127,250 +Micronesia,325412,76354,808,127,250 +Micronesia,325414,13698,808,127,250 +Micronesia,325510,464536,808,127,250 +Micronesia,325520,53289,808,127,250 +Micronesia,325611,108294,808,127,250 +Micronesia,325612,279372,808,127,250 +Micronesia,325613,6742,808,127,250 +Micronesia,325620,22428,808,127,250 +Micronesia,325910,8689,808,127,250 +Micronesia,325998,4155,808,127,250 +Micronesia,326113,13006,808,127,250 +Micronesia,326122,473691,808,127,250 +Micronesia,326192,44371,808,127,250 +Micronesia,326199,181799,808,127,250 +Micronesia,326211,43708,808,127,250 +Micronesia,326220,57733,808,127,250 +Micronesia,326299,55004,808,127,250 +Micronesia,327112,11138,808,127,250 +Micronesia,327212,4035,808,127,250 +Micronesia,327215,3688,808,127,250 +Micronesia,327310,38160,808,127,250 +Micronesia,327390,12581,808,127,250 +Micronesia,327910,892624,808,127,250 +Micronesia,327993,11662,808,127,250 +Micronesia,331111,385779,808,127,250 +Micronesia,331319,5778,808,127,250 +Micronesia,331422,10781,808,127,250 +Micronesia,331491,20597,808,127,250 +Micronesia,331511,248659,808,127,250 +Micronesia,332212,9170,808,127,250 +Micronesia,332321,60375,808,127,250 +Micronesia,332322,30714,808,127,250 +Micronesia,332323,19292,808,127,250 +Micronesia,332510,118006,808,127,250 +Micronesia,332618,164289,808,127,250 +Micronesia,332722,17454,808,127,250 +Micronesia,332911,44669,808,127,250 +Micronesia,332912,8367,808,127,250 +Micronesia,332913,5325,808,127,250 +Micronesia,332919,16515,808,127,250 +Micronesia,332991,5795,808,127,250 +Micronesia,332999,78314,808,127,250 +Micronesia,333111,44599,808,127,250 +Micronesia,333120,203600,808,127,250 +Micronesia,333131,95000,808,127,250 +Micronesia,333291,3954,808,127,250 +Micronesia,333294,17910,808,127,250 +Micronesia,333295,31897,808,127,250 +Micronesia,333315,40815,808,127,250 +Micronesia,333319,18854,808,127,250 +Micronesia,333415,109945,808,127,250 +Micronesia,333613,18848,808,127,250 +Micronesia,333618,113306,808,127,250 +Micronesia,333911,107168,808,127,250 +Micronesia,333913,4600,808,127,250 +Micronesia,333923,64414,808,127,250 +Micronesia,333924,525066,808,127,250 +Micronesia,333994,15400,808,127,250 +Micronesia,333995,15080,808,127,250 +Micronesia,333996,7789,808,127,250 +Micronesia,333999,98436,808,127,250 +Micronesia,334111,97756,808,127,250 +Micronesia,334112,4493,808,127,250 +Micronesia,334119,139521,808,127,250 +Micronesia,334210,57500,808,127,250 +Micronesia,334220,372374,808,127,250 +Micronesia,334290,37959,808,127,250 +Micronesia,334310,54851,808,127,250 +Micronesia,334413,30253,808,127,250 +Micronesia,334414,11531,808,127,250 +Micronesia,334417,27192,808,127,250 +Micronesia,334419,8753,808,127,250 +Micronesia,334510,21252,808,127,250 +Micronesia,334511,13445,808,127,250 +Micronesia,334513,2510,808,127,250 +Micronesia,334514,13112,808,127,250 +Micronesia,334515,51131,808,127,250 +Micronesia,334516,19100,808,127,250 +Micronesia,334517,105400,808,127,250 +Micronesia,334519,32460,808,127,250 +Micronesia,335129,169498,808,127,250 +Micronesia,335211,4191,808,127,250 +Micronesia,335221,20539,808,127,250 +Micronesia,335222,95299,808,127,250 +Micronesia,335224,61405,808,127,250 +Micronesia,335311,27266,808,127,250 +Micronesia,335312,36561,808,127,250 +Micronesia,335313,40799,808,127,250 +Micronesia,335314,137730,808,127,250 +Micronesia,335911,2822,808,127,250 +Micronesia,335912,38595,808,127,250 +Micronesia,335921,4031,808,127,250 +Micronesia,335929,19779,808,127,250 +Micronesia,335932,4178,808,127,250 +Micronesia,335991,16708,808,127,250 +Micronesia,335999,17434,808,127,250 +Micronesia,336111,70523,808,127,250 +Micronesia,336120,664126,808,127,250 +Micronesia,336212,7275,808,127,250 +Micronesia,336214,3725,808,127,250 +Micronesia,336311,2910,808,127,250 +Micronesia,336322,8841,808,127,250 +Micronesia,336330,61631,808,127,250 +Micronesia,336340,3857,808,127,250 +Micronesia,336350,23660,808,127,250 +Micronesia,336399,217509,808,127,250 +Micronesia,336413,12862,808,127,250 +Micronesia,336419,2830,808,127,250 +Micronesia,336611,67000,808,127,250 +Micronesia,336612,67000,808,127,250 +Micronesia,336991,16569,808,127,250 +Micronesia,337127,212884,808,127,250 +Micronesia,337211,77187,808,127,250 +Micronesia,337214,21134,808,127,250 +Micronesia,337215,3763,808,127,250 +Micronesia,337910,11269,808,127,250 +Micronesia,339113,33426,808,127,250 +Micronesia,339114,38011,808,127,250 +Micronesia,339911,5050,808,127,250 +Micronesia,339920,4635025,808,127,250 +Micronesia,339942,42304,808,127,250 +Micronesia,339944,6475,808,127,250 +Micronesia,339950,27365,808,127,250 +Micronesia,339991,11642,808,127,250 +Micronesia,511210,5055,808,127,250 +Micronesia,920000,39312,808,127,250 +Micronesia,990000,6179011,808,127,250 +Moldova,111110,6868550,804,128,251 +Moldova,111219,55577,804,128,251 +Moldova,112111,2890,804,128,251 +Moldova,211112,14085,804,128,251 +Moldova,311211,31640,804,128,251 +Moldova,311421,15186,804,128,251 +Moldova,311423,11760,804,128,251 +Moldova,311513,11183,804,128,251 +Moldova,311611,819772,804,128,251 +Moldova,311615,12531195,804,128,251 +Moldova,311811,6130,804,128,251 +Moldova,311920,12045,804,128,251 +Moldova,311941,4070,804,128,251 +Moldova,311999,36285,804,128,251 +Moldova,312229,12077,804,128,251 +Moldova,313210,61323,804,128,251 +Moldova,313221,31842,804,128,251 +Moldova,313249,28667,804,128,251 +Moldova,314999,4504,804,128,251 +Moldova,315232,3206,804,128,251 +Moldova,315234,4439,804,128,251 +Moldova,315239,9980,804,128,251 +Moldova,315999,6199,804,128,251 +Moldova,316110,10463,804,128,251 +Moldova,316213,6719,804,128,251 +Moldova,316219,3509,804,128,251 +Moldova,316991,21192,804,128,251 +Moldova,316993,3400,804,128,251 +Moldova,322211,11828,804,128,251 +Moldova,322213,5622,804,128,251 +Moldova,322222,8410,804,128,251 +Moldova,322223,19000,804,128,251 +Moldova,323117,5428,804,128,251 +Moldova,323119,11150,804,128,251 +Moldova,324110,31545,804,128,251 +Moldova,324122,9391,804,128,251 +Moldova,325188,4493,804,128,251 +Moldova,325199,7200,804,128,251 +Moldova,325211,58889,804,128,251 +Moldova,325312,29914,804,128,251 +Moldova,325412,269728,804,128,251 +Moldova,325414,828941,804,128,251 +Moldova,325510,92931,804,128,251 +Moldova,325520,139282,804,128,251 +Moldova,325611,32409,804,128,251 +Moldova,325613,2652,804,128,251 +Moldova,325620,709687,804,128,251 +Moldova,325992,32510,804,128,251 +Moldova,326199,37097,804,128,251 +Moldova,326211,264441,804,128,251 +Moldova,326220,26615,804,128,251 +Moldova,327212,41458,804,128,251 +Moldova,327215,8560,804,128,251 +Moldova,331111,3563,804,128,251 +Moldova,332212,4950,804,128,251 +Moldova,332410,31500,804,128,251 +Moldova,332510,8234,804,128,251 +Moldova,332999,7214,804,128,251 +Moldova,333111,1738798,804,128,251 +Moldova,333120,20790,804,128,251 +Moldova,333131,2700,804,128,251 +Moldova,333294,9381,804,128,251 +Moldova,333313,49865,804,128,251 +Moldova,333314,53678,804,128,251 +Moldova,333315,33551,804,128,251 +Moldova,333319,13789,804,128,251 +Moldova,333411,61471,804,128,251 +Moldova,333415,261025,804,128,251 +Moldova,333515,2550,804,128,251 +Moldova,333612,3036,804,128,251 +Moldova,333618,21364,804,128,251 +Moldova,333912,20417,804,128,251 +Moldova,333913,10890,804,128,251 +Moldova,333924,4943,804,128,251 +Moldova,333991,12657,804,128,251 +Moldova,333992,41540,804,128,251 +Moldova,333993,46497,804,128,251 +Moldova,333999,193378,804,128,251 +Moldova,334111,2797831,804,128,251 +Moldova,334112,20000,804,128,251 +Moldova,334119,403810,804,128,251 +Moldova,334210,3270,804,128,251 +Moldova,334220,302085,804,128,251 +Moldova,334290,6818,804,128,251 +Moldova,334310,207207,804,128,251 +Moldova,334413,208411,804,128,251 +Moldova,334414,21239,804,128,251 +Moldova,334415,7650,804,128,251 +Moldova,334417,15030,804,128,251 +Moldova,334419,56194,804,128,251 +Moldova,334510,214315,804,128,251 +Moldova,334511,63491,804,128,251 +Moldova,334513,38525,804,128,251 +Moldova,334515,24020,804,128,251 +Moldova,334516,157040,804,128,251 +Moldova,334517,12900,804,128,251 +Moldova,334519,25158,804,128,251 +Moldova,335110,5080,804,128,251 +Moldova,335121,5598,804,128,251 +Moldova,335129,82354,804,128,251 +Moldova,335312,130924,804,128,251 +Moldova,335314,67705,804,128,251 +Moldova,335911,46689,804,128,251 +Moldova,335921,36275,804,128,251 +Moldova,335999,8496,804,128,251 +Moldova,336111,547714,804,128,251 +Moldova,336214,30641,804,128,251 +Moldova,336399,25000,804,128,251 +Moldova,336612,28200,804,128,251 +Moldova,336991,19600,804,128,251 +Moldova,337214,5000,804,128,251 +Moldova,337215,5719,804,128,251 +Moldova,339112,37907,804,128,251 +Moldova,339113,111640,804,128,251 +Moldova,339114,37409,804,128,251 +Moldova,339115,37775,804,128,251 +Moldova,339911,25891,804,128,251 +Moldova,339913,12761,804,128,251 +Moldova,339920,12947,804,128,251 +Moldova,339932,45635,804,128,251 +Moldova,339992,6366,804,128,251 +Moldova,339994,7498,804,128,251 +Moldova,339999,5350,804,128,251 +Moldova,920000,22785,804,128,251 +Moldova,990000,5417902,804,128,251 +Monaco,111219,10000,804,129,252 +Monaco,111339,8039,804,129,252 +Monaco,113210,37000,804,129,252 +Monaco,211112,34812,804,129,252 +Monaco,311423,36045,804,129,252 +Monaco,311611,6010894,804,129,252 +Monaco,311615,22060,804,129,252 +Monaco,312130,4290,804,129,252 +Monaco,313210,27477,804,129,252 +Monaco,314110,28790,804,129,252 +Monaco,314129,13200,804,129,252 +Monaco,315223,2900,804,129,252 +Monaco,315224,8752,804,129,252 +Monaco,315228,15296,804,129,252 +Monaco,315233,61944,804,129,252 +Monaco,315234,63720,804,129,252 +Monaco,315239,23707,804,129,252 +Monaco,315292,41329,804,129,252 +Monaco,316991,29160,804,129,252 +Monaco,316993,3100,804,129,252 +Monaco,321113,36000,804,129,252 +Monaco,321920,3323,804,129,252 +Monaco,321999,3231,804,129,252 +Monaco,322130,9938,804,129,252 +Monaco,322211,2744,804,129,252 +Monaco,323117,16918,804,129,252 +Monaco,323119,506982,804,129,252 +Monaco,325188,34168,804,129,252 +Monaco,325199,30000,804,129,252 +Monaco,325211,106223,804,129,252 +Monaco,325222,212504,804,129,252 +Monaco,325312,846070,804,129,252 +Monaco,325320,12672,804,129,252 +Monaco,325411,5810,804,129,252 +Monaco,325611,8313,804,129,252 +Monaco,325620,60880,804,129,252 +Monaco,326113,13114,804,129,252 +Monaco,326199,48102,804,129,252 +Monaco,327212,21500,804,129,252 +Monaco,331314,544973,804,129,252 +Monaco,331419,22724,804,129,252 +Monaco,332212,5950,804,129,252 +Monaco,332312,6684,804,129,252 +Monaco,332510,8658,804,129,252 +Monaco,332722,3896,804,129,252 +Monaco,332911,42599,804,129,252 +Monaco,332991,90293,804,129,252 +Monaco,332994,7564,804,129,252 +Monaco,332999,116532,804,129,252 +Monaco,333131,82108,804,129,252 +Monaco,333292,3497,804,129,252 +Monaco,333314,8316,804,129,252 +Monaco,333513,2600,804,129,252 +Monaco,333611,122605,804,129,252 +Monaco,333613,22687,804,129,252 +Monaco,333618,22413,804,129,252 +Monaco,333911,3473,804,129,252 +Monaco,333993,20565,804,129,252 +Monaco,333997,2640,804,129,252 +Monaco,333999,88823,804,129,252 +Monaco,334111,133590,804,129,252 +Monaco,334119,357316,804,129,252 +Monaco,334210,47228,804,129,252 +Monaco,334220,16582,804,129,252 +Monaco,334310,56478,804,129,252 +Monaco,334412,12494,804,129,252 +Monaco,334413,23674,804,129,252 +Monaco,334414,379264,804,129,252 +Monaco,334415,9685,804,129,252 +Monaco,334417,14190,804,129,252 +Monaco,334418,5000,804,129,252 +Monaco,334419,10000,804,129,252 +Monaco,334510,331979,804,129,252 +Monaco,334511,3000,804,129,252 +Monaco,334512,16705,804,129,252 +Monaco,334513,4419,804,129,252 +Monaco,334515,3839,804,129,252 +Monaco,334516,9283,804,129,252 +Monaco,334517,4709,804,129,252 +Monaco,334518,18750,804,129,252 +Monaco,334519,21686,804,129,252 +Monaco,335129,9995,804,129,252 +Monaco,335228,25675,804,129,252 +Monaco,335314,45038,804,129,252 +Monaco,335911,6360,804,129,252 +Monaco,335931,7036,804,129,252 +Monaco,335999,18000,804,129,252 +Monaco,336111,8630647,804,129,252 +Monaco,336120,8500,804,129,252 +Monaco,336311,43436,804,129,252 +Monaco,336350,46137,804,129,252 +Monaco,336399,127653,804,129,252 +Monaco,336991,11000,804,129,252 +Monaco,337124,107339,804,129,252 +Monaco,337127,175469,804,129,252 +Monaco,337215,6000,804,129,252 +Monaco,339112,20000,804,129,252 +Monaco,339114,136839,804,129,252 +Monaco,339115,153020,804,129,252 +Monaco,339911,93091,804,129,252 +Monaco,339920,42377,804,129,252 +Monaco,339932,2661,804,129,252 +Monaco,339941,69763,804,129,252 +Monaco,339950,3039,804,129,252 +Monaco,339991,28016,804,129,252 +Monaco,339992,152832,804,129,252 +Monaco,339999,31730,804,129,252 +Monaco,920000,24646330,804,129,252 +Monaco,990000,426879,804,129,252 +Mongolia,111335,3872,807,130,253 +Mongolia,111998,9800,807,130,253 +Mongolia,113310,47182,807,130,253 +Mongolia,211112,12812,807,130,253 +Mongolia,212325,65660,807,130,253 +Mongolia,311111,93883,807,130,253 +Mongolia,311119,3746,807,130,253 +Mongolia,311212,48746,807,130,253 +Mongolia,311221,10875,807,130,253 +Mongolia,311230,22979,807,130,253 +Mongolia,311311,67325,807,130,253 +Mongolia,311411,17904,807,130,253 +Mongolia,311421,41177,807,130,253 +Mongolia,311423,89684,807,130,253 +Mongolia,311514,4750,807,130,253 +Mongolia,311611,24375,807,130,253 +Mongolia,311615,5469488,807,130,253 +Mongolia,311822,19580,807,130,253 +Mongolia,311919,61230,807,130,253 +Mongolia,311920,12345,807,130,253 +Mongolia,311930,60281,807,130,253 +Mongolia,311941,9855,807,130,253 +Mongolia,311999,577780,807,130,253 +Mongolia,312111,25270,807,130,253 +Mongolia,312120,12600,807,130,253 +Mongolia,312130,55447,807,130,253 +Mongolia,313320,2733,807,130,253 +Mongolia,314110,24621,807,130,253 +Mongolia,314129,8100,807,130,253 +Mongolia,314911,26700,807,130,253 +Mongolia,314912,12450,807,130,253 +Mongolia,314991,15498,807,130,253 +Mongolia,314999,278857,807,130,253 +Mongolia,315111,19476,807,130,253 +Mongolia,315222,29979,807,130,253 +Mongolia,315224,7459,807,130,253 +Mongolia,315228,49266,807,130,253 +Mongolia,315231,11322,807,130,253 +Mongolia,315234,5435,807,130,253 +Mongolia,315239,14713,807,130,253 +Mongolia,315292,3435,807,130,253 +Mongolia,315991,16496,807,130,253 +Mongolia,315992,18529,807,130,253 +Mongolia,315999,25241,807,130,253 +Mongolia,316213,74021,807,130,253 +Mongolia,316219,41742,807,130,253 +Mongolia,316991,6848,807,130,253 +Mongolia,321113,5512,807,130,253 +Mongolia,321211,17708,807,130,253 +Mongolia,321212,2718,807,130,253 +Mongolia,321911,6462,807,130,253 +Mongolia,321999,4112,807,130,253 +Mongolia,322121,32000,807,130,253 +Mongolia,322130,58990,807,130,253 +Mongolia,322212,84798,807,130,253 +Mongolia,322222,38081,807,130,253 +Mongolia,322232,2902,807,130,253 +Mongolia,322291,2868,807,130,253 +Mongolia,322299,4988,807,130,253 +Mongolia,323117,75188,807,130,253 +Mongolia,323119,5937,807,130,253 +Mongolia,324110,312787,807,130,253 +Mongolia,325120,10646,807,130,253 +Mongolia,325188,14964,807,130,253 +Mongolia,325199,25769,807,130,253 +Mongolia,325211,4466,807,130,253 +Mongolia,325411,11832,807,130,253 +Mongolia,325412,140746,807,130,253 +Mongolia,325414,51870,807,130,253 +Mongolia,325510,8237,807,130,253 +Mongolia,325520,2845,807,130,253 +Mongolia,325613,29025,807,130,253 +Mongolia,325620,99224,807,130,253 +Mongolia,325910,25630,807,130,253 +Mongolia,325992,29829,807,130,253 +Mongolia,325998,46697,807,130,253 +Mongolia,326113,4105,807,130,253 +Mongolia,326199,1056713,807,130,253 +Mongolia,326211,2604563,807,130,253 +Mongolia,326220,163240,807,130,253 +Mongolia,326299,164476,807,130,253 +Mongolia,327211,28120,807,130,253 +Mongolia,327212,9462,807,130,253 +Mongolia,327331,6370,807,130,253 +Mongolia,327993,9000,807,130,253 +Mongolia,331111,18677,807,130,253 +Mongolia,331319,7215,807,130,253 +Mongolia,331419,374055,807,130,253 +Mongolia,331422,27651,807,130,253 +Mongolia,331491,2669,807,130,253 +Mongolia,331511,3240,807,130,253 +Mongolia,332211,7386,807,130,253 +Mongolia,332212,220581,807,130,253 +Mongolia,332311,11924,807,130,253 +Mongolia,332312,147031,807,130,253 +Mongolia,332321,36220,807,130,253 +Mongolia,332410,5366,807,130,253 +Mongolia,332420,8223,807,130,253 +Mongolia,332439,5571,807,130,253 +Mongolia,332510,4540,807,130,253 +Mongolia,332618,10940,807,130,253 +Mongolia,332722,43536,807,130,253 +Mongolia,332911,343095,807,130,253 +Mongolia,332912,64232,807,130,253 +Mongolia,332919,18440,807,130,253 +Mongolia,332991,13017,807,130,253 +Mongolia,332999,57131,807,130,253 +Mongolia,333111,657471,807,130,253 +Mongolia,333120,49548527,807,130,253 +Mongolia,333131,12071961,807,130,253 +Mongolia,333132,54397,807,130,253 +Mongolia,333210,2790,807,130,253 +Mongolia,333292,3500,807,130,253 +Mongolia,333293,18912,807,130,253 +Mongolia,333294,466940,807,130,253 +Mongolia,333298,3775,807,130,253 +Mongolia,333313,178271,807,130,253 +Mongolia,333314,9879,807,130,253 +Mongolia,333315,28127,807,130,253 +Mongolia,333319,13179,807,130,253 +Mongolia,333411,53472,807,130,253 +Mongolia,333412,13196,807,130,253 +Mongolia,333414,10080,807,130,253 +Mongolia,333415,27719,807,130,253 +Mongolia,333514,39648,807,130,253 +Mongolia,333515,22869,807,130,253 +Mongolia,333611,1635685,807,130,253 +Mongolia,333612,48650,807,130,253 +Mongolia,333613,21527,807,130,253 +Mongolia,333618,409431,807,130,253 +Mongolia,333911,537324,807,130,253 +Mongolia,333912,135802,807,130,253 +Mongolia,333913,28792,807,130,253 +Mongolia,333922,5620,807,130,253 +Mongolia,333923,24654,807,130,253 +Mongolia,333924,737759,807,130,253 +Mongolia,333991,16199,807,130,253 +Mongolia,333992,40389,807,130,253 +Mongolia,333993,3040,807,130,253 +Mongolia,333994,43443,807,130,253 +Mongolia,333995,102941,807,130,253 +Mongolia,333996,87615,807,130,253 +Mongolia,333997,40933,807,130,253 +Mongolia,333999,1538203,807,130,253 +Mongolia,334111,892376,807,130,253 +Mongolia,334112,3490,807,130,253 +Mongolia,334119,576709,807,130,253 +Mongolia,334210,2808,807,130,253 +Mongolia,334220,433603,807,130,253 +Mongolia,334290,3432,807,130,253 +Mongolia,334310,89529,807,130,253 +Mongolia,334412,28250,807,130,253 +Mongolia,334413,65354,807,130,253 +Mongolia,334415,8327,807,130,253 +Mongolia,334417,99369,807,130,253 +Mongolia,334418,7028,807,130,253 +Mongolia,334419,55180,807,130,253 +Mongolia,334510,59817,807,130,253 +Mongolia,334511,625853,807,130,253 +Mongolia,334513,68743,807,130,253 +Mongolia,334514,37902,807,130,253 +Mongolia,334515,232302,807,130,253 +Mongolia,334516,361975,807,130,253 +Mongolia,334517,699938,807,130,253 +Mongolia,334519,920575,807,130,253 +Mongolia,334613,9100,807,130,253 +Mongolia,335110,4158,807,130,253 +Mongolia,335129,649814,807,130,253 +Mongolia,335211,7120,807,130,253 +Mongolia,335224,288050,807,130,253 +Mongolia,335228,190000,807,130,253 +Mongolia,335311,16643,807,130,253 +Mongolia,335312,77730,807,130,253 +Mongolia,335313,38937,807,130,253 +Mongolia,335314,322973,807,130,253 +Mongolia,335911,2850,807,130,253 +Mongolia,335912,3965,807,130,253 +Mongolia,335929,196063,807,130,253 +Mongolia,335931,23978,807,130,253 +Mongolia,335932,12598,807,130,253 +Mongolia,335991,14226,807,130,253 +Mongolia,335999,28485,807,130,253 +Mongolia,336111,15908206,807,130,253 +Mongolia,336120,1755446,807,130,253 +Mongolia,336211,51970,807,130,253 +Mongolia,336214,28200,807,130,253 +Mongolia,336311,49945,807,130,253 +Mongolia,336321,5520,807,130,253 +Mongolia,336322,39786,807,130,253 +Mongolia,336340,76308,807,130,253 +Mongolia,336350,3367,807,130,253 +Mongolia,336399,1864470,807,130,253 +Mongolia,336510,98685,807,130,253 +Mongolia,336612,3639,807,130,253 +Mongolia,337124,7281,807,130,253 +Mongolia,337127,73249,807,130,253 +Mongolia,337215,11054,807,130,253 +Mongolia,337910,6829,807,130,253 +Mongolia,339112,157074,807,130,253 +Mongolia,339113,27720,807,130,253 +Mongolia,339114,12575,807,130,253 +Mongolia,339115,4400,807,130,253 +Mongolia,339911,90125,807,130,253 +Mongolia,339913,3845,807,130,253 +Mongolia,339920,22608,807,130,253 +Mongolia,339941,11824,807,130,253 +Mongolia,339991,36246,807,130,253 +Mongolia,339994,2641,807,130,253 +Mongolia,339999,512398,807,130,253 +Mongolia,920000,342500,807,130,253 +Mongolia,990000,1795424,807,130,253 +Montenegro,111130,56779,804,131,254 +Montenegro,111334,33000,804,131,254 +Montenegro,111335,74360,804,131,254 +Montenegro,114111,387176,804,131,254 +Montenegro,114112,218733,804,131,254 +Montenegro,311222,40260,804,131,254 +Montenegro,311411,38400,804,131,254 +Montenegro,311611,209745,804,131,254 +Montenegro,311615,1529770,804,131,254 +Montenegro,314999,132674,804,131,254 +Montenegro,315228,4370,804,131,254 +Montenegro,315233,5328,804,131,254 +Montenegro,316219,7702,804,131,254 +Montenegro,322121,4136,804,131,254 +Montenegro,322211,6343,804,131,254 +Montenegro,322212,7618,804,131,254 +Montenegro,323117,10237,804,131,254 +Montenegro,323119,10341,804,131,254 +Montenegro,324110,3356,804,131,254 +Montenegro,325188,6600,804,131,254 +Montenegro,325211,2640,804,131,254 +Montenegro,325320,75150,804,131,254 +Montenegro,325412,64890,804,131,254 +Montenegro,325620,23480,804,131,254 +Montenegro,326199,280968,804,131,254 +Montenegro,326211,133260,804,131,254 +Montenegro,326220,4553,804,131,254 +Montenegro,326299,37700,804,131,254 +Montenegro,331111,131651,804,131,254 +Montenegro,332211,11736,804,131,254 +Montenegro,332212,148594,804,131,254 +Montenegro,332312,305281,804,131,254 +Montenegro,332321,171600,804,131,254 +Montenegro,332439,48862,804,131,254 +Montenegro,332911,42972,804,131,254 +Montenegro,332999,3160,804,131,254 +Montenegro,333111,244358,804,131,254 +Montenegro,333120,24295,804,131,254 +Montenegro,333313,15023,804,131,254 +Montenegro,333314,253917,804,131,254 +Montenegro,333319,105083,804,131,254 +Montenegro,333513,94000,804,131,254 +Montenegro,333913,20610,804,131,254 +Montenegro,333924,2995,804,131,254 +Montenegro,333996,7800,804,131,254 +Montenegro,333999,130003,804,131,254 +Montenegro,334111,368101,804,131,254 +Montenegro,334112,18545,804,131,254 +Montenegro,334119,149607,804,131,254 +Montenegro,334220,241991,804,131,254 +Montenegro,334290,118922,804,131,254 +Montenegro,334310,20537,804,131,254 +Montenegro,334419,20869,804,131,254 +Montenegro,334511,57942,804,131,254 +Montenegro,334513,11145,804,131,254 +Montenegro,334515,436394,804,131,254 +Montenegro,334516,69548,804,131,254 +Montenegro,334518,99541,804,131,254 +Montenegro,334519,220169,804,131,254 +Montenegro,334612,12751,804,131,254 +Montenegro,335121,7800,804,131,254 +Montenegro,335129,31197,804,131,254 +Montenegro,335211,55838,804,131,254 +Montenegro,335212,1601836,804,131,254 +Montenegro,335312,10267,804,131,254 +Montenegro,335314,13440,804,131,254 +Montenegro,335929,23113,804,131,254 +Montenegro,335931,31749,804,131,254 +Montenegro,335999,18663,804,131,254 +Montenegro,336111,2513385,804,131,254 +Montenegro,336214,11734,804,131,254 +Montenegro,336321,2528,804,131,254 +Montenegro,336322,3150,804,131,254 +Montenegro,336370,6452,804,131,254 +Montenegro,336399,21585,804,131,254 +Montenegro,336612,489698,804,131,254 +Montenegro,336991,162850,804,131,254 +Montenegro,337124,59052,804,131,254 +Montenegro,337127,77093,804,131,254 +Montenegro,339112,2815,804,131,254 +Montenegro,339113,42954,804,131,254 +Montenegro,339920,183454,804,131,254 +Montenegro,339932,74358,804,131,254 +Montenegro,339950,46696,804,131,254 +Montenegro,339999,3352,804,131,254 +Montenegro,920000,50000,804,131,254 +Montenegro,990000,1904007,804,131,254 +Montserrat,111199,10608,803,132,255 +Montserrat,111211,2600,803,132,255 +Montserrat,114111,12333,803,132,255 +Montserrat,212399,27733,803,132,255 +Montserrat,311111,5313,803,132,255 +Montserrat,311211,8037,803,132,255 +Montserrat,311212,91301,803,132,255 +Montserrat,311221,3164,803,132,255 +Montserrat,311225,12347,803,132,255 +Montserrat,311230,9132,803,132,255 +Montserrat,311311,7362,803,132,255 +Montserrat,311320,7902,803,132,255 +Montserrat,311411,2521,803,132,255 +Montserrat,311421,97191,803,132,255 +Montserrat,311520,2827,803,132,255 +Montserrat,311611,22676,803,132,255 +Montserrat,311615,342008,803,132,255 +Montserrat,311711,13438,803,132,255 +Montserrat,311919,21554,803,132,255 +Montserrat,311942,4015,803,132,255 +Montserrat,311999,62864,803,132,255 +Montserrat,312111,33963,803,132,255 +Montserrat,312130,55343,803,132,255 +Montserrat,313210,4150,803,132,255 +Montserrat,314110,2966,803,132,255 +Montserrat,315221,8253,803,132,255 +Montserrat,315224,3949,803,132,255 +Montserrat,315228,5198,803,132,255 +Montserrat,315232,5993,803,132,255 +Montserrat,316211,3537,803,132,255 +Montserrat,316219,7787,803,132,255 +Montserrat,321113,133330,803,132,255 +Montserrat,321114,25940,803,132,255 +Montserrat,321211,24110,803,132,255 +Montserrat,321212,74557,803,132,255 +Montserrat,321213,8088,803,132,255 +Montserrat,321911,47929,803,132,255 +Montserrat,321918,8933,803,132,255 +Montserrat,321999,7290,803,132,255 +Montserrat,322121,3056,803,132,255 +Montserrat,322223,5083,803,132,255 +Montserrat,322291,11894,803,132,255 +Montserrat,324110,28000,803,132,255 +Montserrat,324122,40156,803,132,255 +Montserrat,325120,4597,803,132,255 +Montserrat,325199,14640,803,132,255 +Montserrat,325211,5560,803,132,255 +Montserrat,325212,100785,803,132,255 +Montserrat,325312,16114,803,132,255 +Montserrat,325320,16642,803,132,255 +Montserrat,325412,47629,803,132,255 +Montserrat,325510,34358,803,132,255 +Montserrat,325611,48055,803,132,255 +Montserrat,325620,31339,803,132,255 +Montserrat,325910,11892,803,132,255 +Montserrat,326122,76664,803,132,255 +Montserrat,326199,49022,803,132,255 +Montserrat,326211,80129,803,132,255 +Montserrat,326299,2980,803,132,255 +Montserrat,327112,5502,803,132,255 +Montserrat,327122,26618,803,132,255 +Montserrat,327125,12207,803,132,255 +Montserrat,327215,11808,803,132,255 +Montserrat,327390,11125,803,132,255 +Montserrat,327991,23750,803,132,255 +Montserrat,327993,3065,803,132,255 +Montserrat,327999,12069,803,132,255 +Montserrat,331111,88189,803,132,255 +Montserrat,331222,7925,803,132,255 +Montserrat,331315,14110,803,132,255 +Montserrat,331422,5592,803,132,255 +Montserrat,331491,26100,803,132,255 +Montserrat,332312,7156,803,132,255 +Montserrat,332321,7642,803,132,255 +Montserrat,332420,22000,803,132,255 +Montserrat,332439,2530,803,132,255 +Montserrat,332510,50054,803,132,255 +Montserrat,332618,8264,803,132,255 +Montserrat,332911,18516,803,132,255 +Montserrat,332919,31041,803,132,255 +Montserrat,332998,2529,803,132,255 +Montserrat,332999,21389,803,132,255 +Montserrat,333111,3899,803,132,255 +Montserrat,333120,24428,803,132,255 +Montserrat,333210,8775,803,132,255 +Montserrat,333291,4500,803,132,255 +Montserrat,333314,2811,803,132,255 +Montserrat,333415,54050,803,132,255 +Montserrat,333512,11270,803,132,255 +Montserrat,333513,3140,803,132,255 +Montserrat,333618,11159,803,132,255 +Montserrat,333911,14747,803,132,255 +Montserrat,333922,49000,803,132,255 +Montserrat,333924,24000,803,132,255 +Montserrat,333999,14847,803,132,255 +Montserrat,334111,51310,803,132,255 +Montserrat,334119,137977,803,132,255 +Montserrat,334210,5805,803,132,255 +Montserrat,334220,232126,803,132,255 +Montserrat,334290,2815,803,132,255 +Montserrat,334310,38956,803,132,255 +Montserrat,334417,11927,803,132,255 +Montserrat,334418,12905,803,132,255 +Montserrat,334514,12753,803,132,255 +Montserrat,334515,8892,803,132,255 +Montserrat,334516,60000,803,132,255 +Montserrat,334517,4000,803,132,255 +Montserrat,334518,3519,803,132,255 +Montserrat,335129,63840,803,132,255 +Montserrat,335221,4950,803,132,255 +Montserrat,335222,36117,803,132,255 +Montserrat,335224,17590,803,132,255 +Montserrat,335312,204814,803,132,255 +Montserrat,335313,23426,803,132,255 +Montserrat,335314,20168,803,132,255 +Montserrat,335911,20197,803,132,255 +Montserrat,335929,22628,803,132,255 +Montserrat,336111,79039,803,132,255 +Montserrat,336214,29110,803,132,255 +Montserrat,336322,12980,803,132,255 +Montserrat,336340,8708,803,132,255 +Montserrat,336399,35399,803,132,255 +Montserrat,337127,18800,803,132,255 +Montserrat,337214,8129,803,132,255 +Montserrat,337215,8729,803,132,255 +Montserrat,339112,14067,803,132,255 +Montserrat,339113,35834,803,132,255 +Montserrat,339114,25750,803,132,255 +Montserrat,339932,24046,803,132,255 +Montserrat,339991,6433,803,132,255 +Montserrat,339994,22549,803,132,255 +Montserrat,920000,28000,803,132,255 +Montserrat,990000,876531,803,132,255 +Morocco,111110,53102936,805,133,256 +Morocco,111120,883619,805,133,256 +Morocco,111130,480530,805,133,256 +Morocco,111140,101440216,805,133,256 +Morocco,111150,41450160,805,133,256 +Morocco,111199,26308155,805,133,256 +Morocco,111219,3230950,805,133,256 +Morocco,111331,643938,805,133,256 +Morocco,111332,51000,805,133,256 +Morocco,111335,7824446,805,133,256 +Morocco,111339,343031,805,133,256 +Morocco,111421,101303,805,133,256 +Morocco,111920,38415498,805,133,256 +Morocco,111940,33300,805,133,256 +Morocco,111998,820866,805,133,256 +Morocco,112111,270888,805,133,256 +Morocco,112310,914793,805,133,256 +Morocco,113210,6876,805,133,256 +Morocco,113310,244651,805,133,256 +Morocco,114112,39590,805,133,256 +Morocco,211112,2900,805,133,256 +Morocco,212112,82418693,805,133,256 +Morocco,212311,2716,805,133,256 +Morocco,212322,3936,805,133,256 +Morocco,212324,102798,805,133,256 +Morocco,212325,535739,805,133,256 +Morocco,212393,2890850,805,133,256 +Morocco,212399,213049,805,133,256 +Morocco,311111,38806,805,133,256 +Morocco,311119,1251824,805,133,256 +Morocco,311212,45493,805,133,256 +Morocco,311221,10333737,805,133,256 +Morocco,311222,362186847,805,133,256 +Morocco,311223,5234050,805,133,256 +Morocco,311311,6209410,805,133,256 +Morocco,311320,14337,805,133,256 +Morocco,311340,20179,805,133,256 +Morocco,311421,1542601,805,133,256 +Morocco,311423,459456,805,133,256 +Morocco,311512,13864913,805,133,256 +Morocco,311513,11159109,805,133,256 +Morocco,311514,40451267,805,133,256 +Morocco,311613,12584388,805,133,256 +Morocco,311811,48625,805,133,256 +Morocco,311822,84282,805,133,256 +Morocco,311911,45606,805,133,256 +Morocco,311920,15240,805,133,256 +Morocco,311930,123359,805,133,256 +Morocco,311941,135496,805,133,256 +Morocco,311942,216065,805,133,256 +Morocco,311999,764040,805,133,256 +Morocco,312111,15622,805,133,256 +Morocco,312120,23289059,805,133,256 +Morocco,312130,11299,805,133,256 +Morocco,312140,540135,805,133,256 +Morocco,312221,7886911,805,133,256 +Morocco,313113,11812,805,133,256 +Morocco,313210,195778,805,133,256 +Morocco,313221,365692,805,133,256 +Morocco,313249,94929,805,133,256 +Morocco,314110,19779,805,133,256 +Morocco,314129,163222,805,133,256 +Morocco,314912,20769,805,133,256 +Morocco,314991,60311,805,133,256 +Morocco,314999,134784,805,133,256 +Morocco,315221,3344,805,133,256 +Morocco,315222,28617,805,133,256 +Morocco,315223,137877,805,133,256 +Morocco,315228,3195,805,133,256 +Morocco,315232,13759,805,133,256 +Morocco,315233,64215,805,133,256 +Morocco,315239,36975,805,133,256 +Morocco,315991,2631,805,133,256 +Morocco,315999,235367,805,133,256 +Morocco,316110,12046,805,133,256 +Morocco,316211,14959,805,133,256 +Morocco,316213,88652,805,133,256 +Morocco,316214,38058,805,133,256 +Morocco,316219,488140,805,133,256 +Morocco,316991,98137,805,133,256 +Morocco,316992,3500,805,133,256 +Morocco,316993,5000,805,133,256 +Morocco,316999,24000,805,133,256 +Morocco,321113,675218,805,133,256 +Morocco,321114,56726,805,133,256 +Morocco,321211,43400,805,133,256 +Morocco,321999,85723,805,133,256 +Morocco,322110,9620673,805,133,256 +Morocco,322121,794862,805,133,256 +Morocco,322122,952845,805,133,256 +Morocco,322130,19856014,805,133,256 +Morocco,322211,11566,805,133,256 +Morocco,322212,27499,805,133,256 +Morocco,322215,38583,805,133,256 +Morocco,322222,558776,805,133,256 +Morocco,322223,66685,805,133,256 +Morocco,322291,75845,805,133,256 +Morocco,322299,5795,805,133,256 +Morocco,323117,427086,805,133,256 +Morocco,323119,652652,805,133,256 +Morocco,324110,338635590,805,133,256 +Morocco,325120,4223,805,133,256 +Morocco,325131,1611097,805,133,256 +Morocco,325132,5529,805,133,256 +Morocco,325188,2630450,805,133,256 +Morocco,325199,15069542,805,133,256 +Morocco,325211,35060392,805,133,256 +Morocco,325212,60575,805,133,256 +Morocco,325221,24814,805,133,256 +Morocco,325222,1408665,805,133,256 +Morocco,325311,177540,805,133,256 +Morocco,325320,5026653,805,133,256 +Morocco,325411,6836001,805,133,256 +Morocco,325412,355253,805,133,256 +Morocco,325414,1080640,805,133,256 +Morocco,325510,575887,805,133,256 +Morocco,325520,633414,805,133,256 +Morocco,325611,3200480,805,133,256 +Morocco,325612,32390,805,133,256 +Morocco,325613,1492663,805,133,256 +Morocco,325620,1319792,805,133,256 +Morocco,325910,191595,805,133,256 +Morocco,325920,2903,805,133,256 +Morocco,325992,110955,805,133,256 +Morocco,325998,885793,805,133,256 +Morocco,326113,1944787,805,133,256 +Morocco,326121,1101307,805,133,256 +Morocco,326191,85298,805,133,256 +Morocco,326192,45850,805,133,256 +Morocco,326199,1437562,805,133,256 +Morocco,326211,2782709,805,133,256 +Morocco,326212,5200,805,133,256 +Morocco,326220,200820,805,133,256 +Morocco,326299,68977,805,133,256 +Morocco,327112,17908,805,133,256 +Morocco,327124,64551,805,133,256 +Morocco,327125,42422,805,133,256 +Morocco,327211,2564002,805,133,256 +Morocco,327212,50403,805,133,256 +Morocco,327420,37038,805,133,256 +Morocco,327910,9821,805,133,256 +Morocco,327992,3476,805,133,256 +Morocco,327999,139723,805,133,256 +Morocco,331111,24367179,805,133,256 +Morocco,331222,27564,805,133,256 +Morocco,331315,18691,805,133,256 +Morocco,331316,19512,805,133,256 +Morocco,331319,109689,805,133,256 +Morocco,331419,158157,805,133,256 +Morocco,331421,98995,805,133,256 +Morocco,331422,268953,805,133,256 +Morocco,331491,270447,805,133,256 +Morocco,331511,236356,805,133,256 +Morocco,332211,47837,805,133,256 +Morocco,332212,591389,805,133,256 +Morocco,332213,4864,805,133,256 +Morocco,332312,238571,805,133,256 +Morocco,332321,20000,805,133,256 +Morocco,332410,1525937,805,133,256 +Morocco,332420,3800,805,133,256 +Morocco,332439,20000,805,133,256 +Morocco,332510,271132,805,133,256 +Morocco,332611,73568,805,133,256 +Morocco,332618,48235,805,133,256 +Morocco,332722,323357,805,133,256 +Morocco,332911,3380642,805,133,256 +Morocco,332912,412478,805,133,256 +Morocco,332913,6140,805,133,256 +Morocco,332919,72772,805,133,256 +Morocco,332991,101220,805,133,256 +Morocco,332992,140173,805,133,256 +Morocco,332994,6324,805,133,256 +Morocco,332998,5247,805,133,256 +Morocco,332999,390178,805,133,256 +Morocco,333111,5803613,805,133,256 +Morocco,333120,9156271,805,133,256 +Morocco,333131,3944181,805,133,256 +Morocco,333132,1171906,805,133,256 +Morocco,333210,111834,805,133,256 +Morocco,333220,93628,805,133,256 +Morocco,333291,48650,805,133,256 +Morocco,333292,832828,805,133,256 +Morocco,333293,1028953,805,133,256 +Morocco,333294,195742,805,133,256 +Morocco,333295,1157600,805,133,256 +Morocco,333298,90134,805,133,256 +Morocco,333313,953897,805,133,256 +Morocco,333314,5093189,805,133,256 +Morocco,333315,154740,805,133,256 +Morocco,333319,591268,805,133,256 +Morocco,333411,35750,805,133,256 +Morocco,333412,318930,805,133,256 +Morocco,333414,898730,805,133,256 +Morocco,333415,568676,805,133,256 +Morocco,333511,99061,805,133,256 +Morocco,333512,285566,805,133,256 +Morocco,333513,13668144,805,133,256 +Morocco,333514,388269,805,133,256 +Morocco,333515,188084,805,133,256 +Morocco,333611,3523551,805,133,256 +Morocco,333612,159171,805,133,256 +Morocco,333613,264569,805,133,256 +Morocco,333618,788523,805,133,256 +Morocco,333911,4478464,805,133,256 +Morocco,333912,526573,805,133,256 +Morocco,333913,781557,805,133,256 +Morocco,333921,8024,805,133,256 +Morocco,333922,8589390,805,133,256 +Morocco,333923,8500,805,133,256 +Morocco,333924,1251729,805,133,256 +Morocco,333991,418384,805,133,256 +Morocco,333992,549607,805,133,256 +Morocco,333993,2047981,805,133,256 +Morocco,333994,115826,805,133,256 +Morocco,333995,102978,805,133,256 +Morocco,333996,318129,805,133,256 +Morocco,333999,6441824,805,133,256 +Morocco,334111,6653741,805,133,256 +Morocco,334112,1188687,805,133,256 +Morocco,334119,5314436,805,133,256 +Morocco,334210,160655,805,133,256 +Morocco,334220,9297030,805,133,256 +Morocco,334290,94121,805,133,256 +Morocco,334310,2876715,805,133,256 +Morocco,334411,65510,805,133,256 +Morocco,334412,136179,805,133,256 +Morocco,334413,8239293,805,133,256 +Morocco,334414,321740,805,133,256 +Morocco,334415,74617,805,133,256 +Morocco,334416,247344,805,133,256 +Morocco,334417,3895280,805,133,256 +Morocco,334418,136420,805,133,256 +Morocco,334419,2190649,805,133,256 +Morocco,334510,4599011,805,133,256 +Morocco,334511,18080589,805,133,256 +Morocco,334512,72646,805,133,256 +Morocco,334513,2445746,805,133,256 +Morocco,334514,38683,805,133,256 +Morocco,334515,3355320,805,133,256 +Morocco,334516,1760166,805,133,256 +Morocco,334517,5602523,805,133,256 +Morocco,334518,15377,805,133,256 +Morocco,334519,2115910,805,133,256 +Morocco,334612,102763,805,133,256 +Morocco,334613,70606,805,133,256 +Morocco,335110,64945,805,133,256 +Morocco,335121,141778,805,133,256 +Morocco,335129,253325,805,133,256 +Morocco,335211,15996,805,133,256 +Morocco,335222,51911,805,133,256 +Morocco,335224,57267,805,133,256 +Morocco,335228,111120,805,133,256 +Morocco,335311,34360,805,133,256 +Morocco,335312,386261,805,133,256 +Morocco,335313,1209799,805,133,256 +Morocco,335314,5961289,805,133,256 +Morocco,335911,936866,805,133,256 +Morocco,335912,124337,805,133,256 +Morocco,335929,1009081,805,133,256 +Morocco,335931,482015,805,133,256 +Morocco,335932,3799,805,133,256 +Morocco,335991,1057178,805,133,256 +Morocco,335999,896048,805,133,256 +Morocco,336111,14960267,805,133,256 +Morocco,336120,41905296,805,133,256 +Morocco,336211,7000,805,133,256 +Morocco,336214,784597,805,133,256 +Morocco,336311,91862,805,133,256 +Morocco,336321,52065,805,133,256 +Morocco,336322,765512,805,133,256 +Morocco,336340,23302,805,133,256 +Morocco,336350,3705,805,133,256 +Morocco,336360,68893,805,133,256 +Morocco,336370,74727,805,133,256 +Morocco,336399,797656,805,133,256 +Morocco,336412,467625,805,133,256 +Morocco,336413,20140477,805,133,256 +Morocco,336419,7242,805,133,256 +Morocco,336510,559116,805,133,256 +Morocco,336611,141711,805,133,256 +Morocco,336612,3322668,805,133,256 +Morocco,336991,2277650,805,133,256 +Morocco,336992,23348249,805,133,256 +Morocco,337124,226420,805,133,256 +Morocco,337127,758726,805,133,256 +Morocco,337129,32000,805,133,256 +Morocco,337211,104282,805,133,256 +Morocco,337214,128859,805,133,256 +Morocco,337215,237581,805,133,256 +Morocco,337910,25100,805,133,256 +Morocco,337920,6558,805,133,256 +Morocco,339112,2688030,805,133,256 +Morocco,339113,1181966,805,133,256 +Morocco,339114,1523898,805,133,256 +Morocco,339115,251205,805,133,256 +Morocco,339911,137455,805,133,256 +Morocco,339912,3835,805,133,256 +Morocco,339914,2625,805,133,256 +Morocco,339920,1016557,805,133,256 +Morocco,339932,186405,805,133,256 +Morocco,339942,20197,805,133,256 +Morocco,339943,298600,805,133,256 +Morocco,339944,6161,805,133,256 +Morocco,339950,8242,805,133,256 +Morocco,339991,515406,805,133,256 +Morocco,339992,55223,805,133,256 +Morocco,339993,3153,805,133,256 +Morocco,339994,4415,805,133,256 +Morocco,339999,1626704,805,133,256 +Morocco,511210,168324,805,133,256 +Morocco,910000,314979,805,133,256 +Morocco,920000,1617970,805,133,256 +Morocco,990000,33934131,805,133,256 +Mozambique,111130,27007,805,134,257 +Mozambique,111140,34102621,805,134,257 +Mozambique,111199,337929,805,134,257 +Mozambique,111219,21600,805,134,257 +Mozambique,111998,16000,805,134,257 +Mozambique,112511,12000,805,134,257 +Mozambique,211112,14420,805,134,257 +Mozambique,212112,66000,805,134,257 +Mozambique,212325,47500,805,134,257 +Mozambique,212399,80092,805,134,257 +Mozambique,311211,5875294,805,134,257 +Mozambique,311212,2265055,805,134,257 +Mozambique,311222,281539,805,134,257 +Mozambique,311514,652475,805,134,257 +Mozambique,311611,363903,805,134,257 +Mozambique,311615,323353,805,134,257 +Mozambique,311822,5099,805,134,257 +Mozambique,311930,255743,805,134,257 +Mozambique,313210,7834,805,134,257 +Mozambique,313221,2895,805,134,257 +Mozambique,314129,7165,805,134,257 +Mozambique,315228,15729,805,134,257 +Mozambique,315234,14580,805,134,257 +Mozambique,315239,6335,805,134,257 +Mozambique,315292,23079,805,134,257 +Mozambique,315999,211611,805,134,257 +Mozambique,316211,75000,805,134,257 +Mozambique,316213,102516,805,134,257 +Mozambique,316219,248014,805,134,257 +Mozambique,316991,4700,805,134,257 +Mozambique,316992,6965,805,134,257 +Mozambique,316999,28492,805,134,257 +Mozambique,321213,181128,805,134,257 +Mozambique,321920,5630,805,134,257 +Mozambique,322130,61878,805,134,257 +Mozambique,322222,19503,805,134,257 +Mozambique,322299,269560,805,134,257 +Mozambique,323117,20668,805,134,257 +Mozambique,323119,358958,805,134,257 +Mozambique,324110,57500376,805,134,257 +Mozambique,325120,13433,805,134,257 +Mozambique,325132,76412,805,134,257 +Mozambique,325188,247881,805,134,257 +Mozambique,325192,3900,805,134,257 +Mozambique,325199,396385,805,134,257 +Mozambique,325211,671087,805,134,257 +Mozambique,325222,6674,805,134,257 +Mozambique,325312,167347,805,134,257 +Mozambique,325412,119463,805,134,257 +Mozambique,325510,241216,805,134,257 +Mozambique,325520,8550,805,134,257 +Mozambique,325613,119935,805,134,257 +Mozambique,325620,7860,805,134,257 +Mozambique,325910,62763,805,134,257 +Mozambique,325920,11119,805,134,257 +Mozambique,325992,34076,805,134,257 +Mozambique,325998,885680,805,134,257 +Mozambique,326121,54435,805,134,257 +Mozambique,326122,79070,805,134,257 +Mozambique,326160,10500,805,134,257 +Mozambique,326199,661744,805,134,257 +Mozambique,326211,1827119,805,134,257 +Mozambique,326220,14097,805,134,257 +Mozambique,326299,45376,805,134,257 +Mozambique,327211,6127,805,134,257 +Mozambique,327420,522288,805,134,257 +Mozambique,327992,123035,805,134,257 +Mozambique,327993,25000,805,134,257 +Mozambique,327999,18760,805,134,257 +Mozambique,331111,1341020,805,134,257 +Mozambique,331421,2650,805,134,257 +Mozambique,331422,22370,805,134,257 +Mozambique,331491,35686,805,134,257 +Mozambique,332212,81720,805,134,257 +Mozambique,332213,135704,805,134,257 +Mozambique,332312,1297843,805,134,257 +Mozambique,332322,838642,805,134,257 +Mozambique,332420,256340,805,134,257 +Mozambique,332510,10710,805,134,257 +Mozambique,332618,3318,805,134,257 +Mozambique,332722,37459,805,134,257 +Mozambique,332911,397092,805,134,257 +Mozambique,332912,10403,805,134,257 +Mozambique,332919,32180,805,134,257 +Mozambique,332991,682613,805,134,257 +Mozambique,332998,29134,805,134,257 +Mozambique,332999,15510,805,134,257 +Mozambique,333111,2868454,805,134,257 +Mozambique,333120,36202849,805,134,257 +Mozambique,333131,1347451,805,134,257 +Mozambique,333132,5511460,805,134,257 +Mozambique,333210,13525,805,134,257 +Mozambique,333291,4750,805,134,257 +Mozambique,333292,40850,805,134,257 +Mozambique,333293,4376,805,134,257 +Mozambique,333294,1933066,805,134,257 +Mozambique,333313,90713,805,134,257 +Mozambique,333314,31669,805,134,257 +Mozambique,333315,48278,805,134,257 +Mozambique,333319,17923,805,134,257 +Mozambique,333411,24480,805,134,257 +Mozambique,333412,870000,805,134,257 +Mozambique,333415,20151,805,134,257 +Mozambique,333511,83555,805,134,257 +Mozambique,333512,96765,805,134,257 +Mozambique,333515,22927,805,134,257 +Mozambique,333611,988678,805,134,257 +Mozambique,333612,232299,805,134,257 +Mozambique,333613,58156,805,134,257 +Mozambique,333618,3125048,805,134,257 +Mozambique,333911,347434,805,134,257 +Mozambique,333912,83916,805,134,257 +Mozambique,333922,22255,805,134,257 +Mozambique,333923,22214,805,134,257 +Mozambique,333924,873960,805,134,257 +Mozambique,333991,68242,805,134,257 +Mozambique,333993,46192,805,134,257 +Mozambique,333995,17741,805,134,257 +Mozambique,333996,179108,805,134,257 +Mozambique,333999,3201079,805,134,257 +Mozambique,334111,1405513,805,134,257 +Mozambique,334112,47177,805,134,257 +Mozambique,334119,1581114,805,134,257 +Mozambique,334210,20175,805,134,257 +Mozambique,334220,1234840,805,134,257 +Mozambique,334290,219647,805,134,257 +Mozambique,334310,163969,805,134,257 +Mozambique,334413,54012,805,134,257 +Mozambique,334415,3029,805,134,257 +Mozambique,334417,597531,805,134,257 +Mozambique,334419,2985,805,134,257 +Mozambique,334510,138031,805,134,257 +Mozambique,334511,192442,805,134,257 +Mozambique,334513,378017,805,134,257 +Mozambique,334514,8828,805,134,257 +Mozambique,334515,34966,805,134,257 +Mozambique,334516,193725,805,134,257 +Mozambique,334517,3825,805,134,257 +Mozambique,334518,54912,805,134,257 +Mozambique,334519,1089365,805,134,257 +Mozambique,334613,28420,805,134,257 +Mozambique,335222,33115,805,134,257 +Mozambique,335224,6948,805,134,257 +Mozambique,335228,15977,805,134,257 +Mozambique,335311,2665,805,134,257 +Mozambique,335312,117008,805,134,257 +Mozambique,335313,151090,805,134,257 +Mozambique,335314,103195,805,134,257 +Mozambique,335911,558313,805,134,257 +Mozambique,335912,95340,805,134,257 +Mozambique,335921,10605,805,134,257 +Mozambique,335929,21024,805,134,257 +Mozambique,335931,37053,805,134,257 +Mozambique,335991,49753,805,134,257 +Mozambique,335999,6975,805,134,257 +Mozambique,336111,239500,805,134,257 +Mozambique,336120,17537026,805,134,257 +Mozambique,336211,316583,805,134,257 +Mozambique,336212,289430,805,134,257 +Mozambique,336214,43300,805,134,257 +Mozambique,336311,12125,805,134,257 +Mozambique,336321,13433,805,134,257 +Mozambique,336322,103562,805,134,257 +Mozambique,336340,9434,805,134,257 +Mozambique,336350,102137,805,134,257 +Mozambique,336399,3801189,805,134,257 +Mozambique,336412,6209,805,134,257 +Mozambique,336510,173474,805,134,257 +Mozambique,336611,93341,805,134,257 +Mozambique,336612,275448,805,134,257 +Mozambique,336991,14249,805,134,257 +Mozambique,337127,13265,805,134,257 +Mozambique,337910,7200,805,134,257 +Mozambique,339112,183161,805,134,257 +Mozambique,339113,85899,805,134,257 +Mozambique,339920,47806,805,134,257 +Mozambique,339932,54153,805,134,257 +Mozambique,339991,159733,805,134,257 +Mozambique,339993,6347,805,134,257 +Mozambique,339999,118251,805,134,257 +Mozambique,511210,2900,805,134,257 +Mozambique,910000,226837,805,134,257 +Mozambique,920000,8862668,805,134,257 +Mozambique,990000,2922597,805,134,257 +Myanmar,111140,885960,808,135,258 +Myanmar,311514,662862,808,135,258 +Myanmar,311999,345073,808,135,258 +Myanmar,322130,3860,808,135,258 +Myanmar,323117,237958,808,135,258 +Myanmar,324110,51600,808,135,258 +Myanmar,325120,132607,808,135,258 +Myanmar,325199,85092,808,135,258 +Myanmar,325212,9650,808,135,258 +Myanmar,325320,20880,808,135,258 +Myanmar,325411,50060,808,135,258 +Myanmar,325412,285803,808,135,258 +Myanmar,325414,63094,808,135,258 +Myanmar,325611,32640,808,135,258 +Myanmar,325998,26702,808,135,258 +Myanmar,327124,143805,808,135,258 +Myanmar,327212,3315,808,135,258 +Myanmar,327215,491908,808,135,258 +Myanmar,327993,32513,808,135,258 +Myanmar,331511,14265,808,135,258 +Myanmar,332311,102000,808,135,258 +Myanmar,332312,111570,808,135,258 +Myanmar,333131,38478,808,135,258 +Myanmar,333132,348705,808,135,258 +Myanmar,333293,5730,808,135,258 +Myanmar,333314,497500,808,135,258 +Myanmar,333411,8006,808,135,258 +Myanmar,333415,10291,808,135,258 +Myanmar,333618,9777,808,135,258 +Myanmar,333911,13028,808,135,258 +Myanmar,333912,24049,808,135,258 +Myanmar,333996,10850,808,135,258 +Myanmar,333999,265508,808,135,258 +Myanmar,334111,4037,808,135,258 +Myanmar,334112,48307,808,135,258 +Myanmar,334119,43493,808,135,258 +Myanmar,334310,51540,808,135,258 +Myanmar,334413,25052,808,135,258 +Myanmar,334414,2507,808,135,258 +Myanmar,334417,130522,808,135,258 +Myanmar,334510,194088,808,135,258 +Myanmar,334514,125706,808,135,258 +Myanmar,334515,35558,808,135,258 +Myanmar,334516,448103,808,135,258 +Myanmar,334517,443356,808,135,258 +Myanmar,334519,38448,808,135,258 +Myanmar,334613,7284,808,135,258 +Myanmar,335129,5249,808,135,258 +Myanmar,335211,2794,808,135,258 +Myanmar,335314,6467,808,135,258 +Myanmar,335999,435253,808,135,258 +Myanmar,336111,1355506,808,135,258 +Myanmar,336311,4709,808,135,258 +Myanmar,336340,5315,808,135,258 +Myanmar,339112,433944,808,135,258 +Myanmar,339113,100498,808,135,258 +Myanmar,339920,60835,808,135,258 +Myanmar,339932,6790,808,135,258 +Myanmar,339992,26489,808,135,258 +Myanmar,339999,43481,808,135,258 +Myanmar,990000,186108,808,135,258 +Namibia,111140,1621725,805,136,259 +Namibia,111332,4169,805,136,259 +Namibia,111335,52800,805,136,259 +Namibia,113310,10304,805,136,259 +Namibia,114112,85595,805,136,259 +Namibia,311119,76670,805,136,259 +Namibia,311211,36265,805,136,259 +Namibia,311411,17741,805,136,259 +Namibia,311511,2552,805,136,259 +Namibia,311513,3764,805,136,259 +Namibia,311514,178710,805,136,259 +Namibia,311611,34790,805,136,259 +Namibia,311613,8188,805,136,259 +Namibia,311615,459113,805,136,259 +Namibia,311811,5772,805,136,259 +Namibia,311919,3564,805,136,259 +Namibia,311920,66012,805,136,259 +Namibia,312130,13600,805,136,259 +Namibia,313210,215325,805,136,259 +Namibia,313230,5716,805,136,259 +Namibia,314110,75174,805,136,259 +Namibia,314121,3500,805,136,259 +Namibia,314129,81160,805,136,259 +Namibia,314912,8200,805,136,259 +Namibia,314999,173890,805,136,259 +Namibia,315223,28830,805,136,259 +Namibia,315228,8994,805,136,259 +Namibia,315231,10357,805,136,259 +Namibia,315234,5790,805,136,259 +Namibia,315239,3200,805,136,259 +Namibia,315991,8160,805,136,259 +Namibia,315999,16070,805,136,259 +Namibia,316213,3571,805,136,259 +Namibia,316219,43000,805,136,259 +Namibia,316991,112394,805,136,259 +Namibia,316999,2948,805,136,259 +Namibia,321213,13006,805,136,259 +Namibia,321911,15142,805,136,259 +Namibia,321999,48334,805,136,259 +Namibia,322110,432720,805,136,259 +Namibia,322121,8706,805,136,259 +Namibia,322130,5215,805,136,259 +Namibia,322212,3737,805,136,259 +Namibia,322222,30504,805,136,259 +Namibia,322223,7836,805,136,259 +Namibia,323117,27179,805,136,259 +Namibia,323118,3650,805,136,259 +Namibia,323119,51780,805,136,259 +Namibia,324110,68619,805,136,259 +Namibia,324121,37558,805,136,259 +Namibia,325110,5291,805,136,259 +Namibia,325181,1776582,805,136,259 +Namibia,325188,95662,805,136,259 +Namibia,325192,219350,805,136,259 +Namibia,325199,522222,805,136,259 +Namibia,325211,964768,805,136,259 +Namibia,325212,8386,805,136,259 +Namibia,325320,15469,805,136,259 +Namibia,325411,5369,805,136,259 +Namibia,325412,76458,805,136,259 +Namibia,325510,14879,805,136,259 +Namibia,325613,21988,805,136,259 +Namibia,325620,226834,805,136,259 +Namibia,325910,21066,805,136,259 +Namibia,325998,68552,805,136,259 +Namibia,326113,8251065,805,136,259 +Namibia,326121,5200,805,136,259 +Namibia,326122,3475323,805,136,259 +Namibia,326192,34640,805,136,259 +Namibia,326199,273251,805,136,259 +Namibia,326211,427217,805,136,259 +Namibia,326212,8000,805,136,259 +Namibia,326299,3701,805,136,259 +Namibia,327123,2860,805,136,259 +Namibia,327211,5745,805,136,259 +Namibia,327212,47880,805,136,259 +Namibia,327215,33072,805,136,259 +Namibia,327390,3806,805,136,259 +Namibia,327992,2765,805,136,259 +Namibia,327999,176300,805,136,259 +Namibia,331111,546044,805,136,259 +Namibia,331222,3081,805,136,259 +Namibia,331315,3000,805,136,259 +Namibia,331319,4100,805,136,259 +Namibia,331422,2122404,805,136,259 +Namibia,332211,9877,805,136,259 +Namibia,332212,23564,805,136,259 +Namibia,332312,32325,805,136,259 +Namibia,332321,50819,805,136,259 +Namibia,332323,13500,805,136,259 +Namibia,332410,8519,805,136,259 +Namibia,332510,332425,805,136,259 +Namibia,332911,104828,805,136,259 +Namibia,332912,6503,805,136,259 +Namibia,332919,9243,805,136,259 +Namibia,332991,106450,805,136,259 +Namibia,332994,444546,805,136,259 +Namibia,332999,47855,805,136,259 +Namibia,333111,379443,805,136,259 +Namibia,333120,16170353,805,136,259 +Namibia,333131,938221,805,136,259 +Namibia,333132,980796,805,136,259 +Namibia,333291,276690,805,136,259 +Namibia,333294,657355,805,136,259 +Namibia,333298,7501,805,136,259 +Namibia,333313,544035,805,136,259 +Namibia,333314,23799,805,136,259 +Namibia,333315,12530,805,136,259 +Namibia,333319,91986,805,136,259 +Namibia,333415,27820,805,136,259 +Namibia,333512,30952,805,136,259 +Namibia,333514,46117,805,136,259 +Namibia,333611,20795,805,136,259 +Namibia,333612,62978,805,136,259 +Namibia,333613,30119,805,136,259 +Namibia,333618,1303961,805,136,259 +Namibia,333911,18994,805,136,259 +Namibia,333912,16543,805,136,259 +Namibia,333924,141795,805,136,259 +Namibia,333992,58654,805,136,259 +Namibia,333993,5900,805,136,259 +Namibia,333994,65443,805,136,259 +Namibia,333995,33284,805,136,259 +Namibia,333996,28453,805,136,259 +Namibia,333999,252848,805,136,259 +Namibia,334111,220341,805,136,259 +Namibia,334112,17964,805,136,259 +Namibia,334119,227484,805,136,259 +Namibia,334210,491195,805,136,259 +Namibia,334220,508702,805,136,259 +Namibia,334290,8650,805,136,259 +Namibia,334310,63134,805,136,259 +Namibia,334413,20528,805,136,259 +Namibia,334415,6647,805,136,259 +Namibia,334417,8445,805,136,259 +Namibia,334418,92350,805,136,259 +Namibia,334419,182701,805,136,259 +Namibia,334510,16713,805,136,259 +Namibia,334511,527767,805,136,259 +Namibia,334512,30736,805,136,259 +Namibia,334513,108937,805,136,259 +Namibia,334514,37012,805,136,259 +Namibia,334515,53835,805,136,259 +Namibia,334516,302588,805,136,259 +Namibia,334517,143355,805,136,259 +Namibia,334518,7955,805,136,259 +Namibia,334519,800539,805,136,259 +Namibia,335110,59000,805,136,259 +Namibia,335121,10197,805,136,259 +Namibia,335129,9493,805,136,259 +Namibia,335211,14014,805,136,259 +Namibia,335221,7179,805,136,259 +Namibia,335222,18708,805,136,259 +Namibia,335228,2598550,805,136,259 +Namibia,335312,650067,805,136,259 +Namibia,335313,6822,805,136,259 +Namibia,335314,614523,805,136,259 +Namibia,335911,17126,805,136,259 +Namibia,335912,14175,805,136,259 +Namibia,335921,630411,805,136,259 +Namibia,335929,23020,805,136,259 +Namibia,335931,28923,805,136,259 +Namibia,335991,6950,805,136,259 +Namibia,335999,160053,805,136,259 +Namibia,336111,6696986,805,136,259 +Namibia,336120,10072394,805,136,259 +Namibia,336212,316470,805,136,259 +Namibia,336214,30679,805,136,259 +Namibia,336311,48991,805,136,259 +Namibia,336322,23821,805,136,259 +Namibia,336350,5400,805,136,259 +Namibia,336399,1082777,805,136,259 +Namibia,336413,3375,805,136,259 +Namibia,336510,57463,805,136,259 +Namibia,336612,129848,805,136,259 +Namibia,336991,120868,805,136,259 +Namibia,337110,9838,805,136,259 +Namibia,337124,8724,805,136,259 +Namibia,337127,93748,805,136,259 +Namibia,337215,11994,805,136,259 +Namibia,337910,3520,805,136,259 +Namibia,339112,63893,805,136,259 +Namibia,339113,76252,805,136,259 +Namibia,339911,2721254,805,136,259 +Namibia,339913,9663556,805,136,259 +Namibia,339920,127709,805,136,259 +Namibia,339942,42000,805,136,259 +Namibia,339944,22154,805,136,259 +Namibia,339991,303866,805,136,259 +Namibia,339992,14830,805,136,259 +Namibia,339993,721280,805,136,259 +Namibia,339994,12900,805,136,259 +Namibia,339999,129032,805,136,259 +Namibia,511210,7595,805,136,259 +Namibia,920000,701771,805,136,259 +Namibia,990000,17568750,805,136,259 +Nauru,114111,1007781,808,137,260 +Nauru,114112,80080,808,137,260 +Nauru,311611,38263,808,137,260 +Nauru,311999,39658,808,137,260 +Nauru,325120,6816,808,137,260 +Nauru,327211,703225,808,137,260 +Nauru,333415,2887,808,137,260 +Nauru,334413,29607,808,137,260 +Nauru,334519,395053,808,137,260 +Nauru,990000,188757,808,137,260 +Nepal,111130,564312,806,138,261 +Nepal,111335,174578,806,138,261 +Nepal,111421,2875,806,138,261 +Nepal,111422,34067,806,138,261 +Nepal,112310,4650,806,138,261 +Nepal,212399,6922,806,138,261 +Nepal,311119,89540,806,138,261 +Nepal,311212,2081248,806,138,261 +Nepal,311340,18312,806,138,261 +Nepal,311421,9655,806,138,261 +Nepal,311513,10651,806,138,261 +Nepal,311514,5099,806,138,261 +Nepal,311919,304175,806,138,261 +Nepal,311930,45144,806,138,261 +Nepal,311999,108481,806,138,261 +Nepal,312111,236500,806,138,261 +Nepal,312140,72468,806,138,261 +Nepal,313249,10982,806,138,261 +Nepal,314110,27048,806,138,261 +Nepal,314991,5890,806,138,261 +Nepal,314999,54956,806,138,261 +Nepal,315223,3822,806,138,261 +Nepal,315228,2970,806,138,261 +Nepal,316999,9587,806,138,261 +Nepal,321113,60754,806,138,261 +Nepal,322110,32794,806,138,261 +Nepal,322121,71000,806,138,261 +Nepal,322130,4054,806,138,261 +Nepal,322223,28938,806,138,261 +Nepal,322291,354992,806,138,261 +Nepal,322299,8896,806,138,261 +Nepal,323117,107767,806,138,261 +Nepal,323119,152846,806,138,261 +Nepal,325188,8650,806,138,261 +Nepal,325199,161694,806,138,261 +Nepal,325211,219979,806,138,261 +Nepal,325221,2387293,806,138,261 +Nepal,325320,6566,806,138,261 +Nepal,325412,115932,806,138,261 +Nepal,325414,1417417,806,138,261 +Nepal,325510,30602,806,138,261 +Nepal,325611,19255,806,138,261 +Nepal,325613,19235,806,138,261 +Nepal,325620,395917,806,138,261 +Nepal,325992,32028,806,138,261 +Nepal,326199,28008,806,138,261 +Nepal,326299,210145,806,138,261 +Nepal,327212,3947,806,138,261 +Nepal,327992,8460,806,138,261 +Nepal,331111,330618,806,138,261 +Nepal,332211,11063,806,138,261 +Nepal,332212,22951,806,138,261 +Nepal,332321,2766,806,138,261 +Nepal,332410,10152,806,138,261 +Nepal,332510,3533,806,138,261 +Nepal,332911,29480,806,138,261 +Nepal,332991,3000,806,138,261 +Nepal,332999,4885,806,138,261 +Nepal,333111,9319,806,138,261 +Nepal,333132,98726,806,138,261 +Nepal,333220,104125,806,138,261 +Nepal,333293,83000,806,138,261 +Nepal,333313,14814,806,138,261 +Nepal,333314,178028,806,138,261 +Nepal,333315,49269,806,138,261 +Nepal,333319,11873,806,138,261 +Nepal,333411,3894,806,138,261 +Nepal,333415,29986,806,138,261 +Nepal,333512,3787,806,138,261 +Nepal,333513,52995,806,138,261 +Nepal,333515,31920,806,138,261 +Nepal,333611,6065,806,138,261 +Nepal,333911,6972,806,138,261 +Nepal,333912,15132,806,138,261 +Nepal,333913,4090,806,138,261 +Nepal,333924,5805,806,138,261 +Nepal,333993,4400,806,138,261 +Nepal,333996,6968,806,138,261 +Nepal,333999,108957,806,138,261 +Nepal,334111,1517001,806,138,261 +Nepal,334112,88801,806,138,261 +Nepal,334119,495536,806,138,261 +Nepal,334210,8867,806,138,261 +Nepal,334220,1031558,806,138,261 +Nepal,334290,19100,806,138,261 +Nepal,334310,169623,806,138,261 +Nepal,334413,109545,806,138,261 +Nepal,334415,6201,806,138,261 +Nepal,334417,2740,806,138,261 +Nepal,334418,66040,806,138,261 +Nepal,334419,40417,806,138,261 +Nepal,334510,722542,806,138,261 +Nepal,334511,39980,806,138,261 +Nepal,334513,61491,806,138,261 +Nepal,334515,141470,806,138,261 +Nepal,334516,449248,806,138,261 +Nepal,334517,116918,806,138,261 +Nepal,334519,153607,806,138,261 +Nepal,335110,2790,806,138,261 +Nepal,335129,95962,806,138,261 +Nepal,335222,144649,806,138,261 +Nepal,335311,3050,806,138,261 +Nepal,335312,406386,806,138,261 +Nepal,335314,26505,806,138,261 +Nepal,335911,894342,806,138,261 +Nepal,335912,23890,806,138,261 +Nepal,335921,2736,806,138,261 +Nepal,335929,6163,806,138,261 +Nepal,335991,6354,806,138,261 +Nepal,336111,9550,806,138,261 +Nepal,336311,3918,806,138,261 +Nepal,336322,2700,806,138,261 +Nepal,336340,36088,806,138,261 +Nepal,336360,5200,806,138,261 +Nepal,336399,15370,806,138,261 +Nepal,336413,1701803,806,138,261 +Nepal,337127,157114,806,138,261 +Nepal,337214,3832,806,138,261 +Nepal,339112,305888,806,138,261 +Nepal,339113,582650,806,138,261 +Nepal,339114,3700,806,138,261 +Nepal,339920,77885,806,138,261 +Nepal,339932,6266,806,138,261 +Nepal,339941,2610,806,138,261 +Nepal,339942,4457,806,138,261 +Nepal,339992,3500,806,138,261 +Nepal,339999,62610,806,138,261 +Nepal,990000,2730082,806,138,261 +Netherlands,111110,74477180,804,139,262 +Netherlands,111120,4202645,804,139,262 +Netherlands,111130,12146843,804,139,262 +Netherlands,111140,5608680,804,139,262 +Netherlands,111150,1309192,804,139,262 +Netherlands,111199,2002351,804,139,262 +Netherlands,111211,801292,804,139,262 +Netherlands,111219,71013314,804,139,262 +Netherlands,111310,652588,804,139,262 +Netherlands,111320,14423549,804,139,262 +Netherlands,111331,1202995,804,139,262 +Netherlands,111332,623024,804,139,262 +Netherlands,111333,425363,804,139,262 +Netherlands,111334,4722349,804,139,262 +Netherlands,111335,205093691,804,139,262 +Netherlands,111339,10461535,804,139,262 +Netherlands,111411,3170265,804,139,262 +Netherlands,111421,45313065,804,139,262 +Netherlands,111422,13361713,804,139,262 +Netherlands,111910,97534700,804,139,262 +Netherlands,111920,172818,804,139,262 +Netherlands,111940,8757,804,139,262 +Netherlands,111992,21243832,804,139,262 +Netherlands,111998,16732087,804,139,262 +Netherlands,112111,3398594,804,139,262 +Netherlands,112210,50728,804,139,262 +Netherlands,112310,9184960,804,139,262 +Netherlands,112420,5608,804,139,262 +Netherlands,112511,652304,804,139,262 +Netherlands,112910,88873,804,139,262 +Netherlands,112920,7552965,804,139,262 +Netherlands,112990,758353,804,139,262 +Netherlands,113210,9669051,804,139,262 +Netherlands,113310,7888489,804,139,262 +Netherlands,114111,144225657,804,139,262 +Netherlands,114112,23793135,804,139,262 +Netherlands,114119,1597674,804,139,262 +Netherlands,211111,5360057,804,139,262 +Netherlands,211112,14585032,804,139,262 +Netherlands,212112,823994724,804,139,262 +Netherlands,212113,10350,804,139,262 +Netherlands,212221,15960,804,139,262 +Netherlands,212222,75552,804,139,262 +Netherlands,212231,4000,804,139,262 +Netherlands,212234,277824,804,139,262 +Netherlands,212299,240257281,804,139,262 +Netherlands,212311,130763,804,139,262 +Netherlands,212319,29964,804,139,262 +Netherlands,212322,9977101,804,139,262 +Netherlands,212324,8872894,804,139,262 +Netherlands,212325,11988958,804,139,262 +Netherlands,212392,7198,804,139,262 +Netherlands,212393,823948,804,139,262 +Netherlands,212399,4300645,804,139,262 +Netherlands,311111,6716403,804,139,262 +Netherlands,311119,20267270,804,139,262 +Netherlands,311211,2930021,804,139,262 +Netherlands,311212,8948655,804,139,262 +Netherlands,311221,15678864,804,139,262 +Netherlands,311222,27216942,804,139,262 +Netherlands,311223,73601233,804,139,262 +Netherlands,311225,70654820,804,139,262 +Netherlands,311230,1284359,804,139,262 +Netherlands,311311,12435606,804,139,262 +Netherlands,311320,6072394,804,139,262 +Netherlands,311340,5536866,804,139,262 +Netherlands,311411,68354620,804,139,262 +Netherlands,311421,124645482,804,139,262 +Netherlands,311422,417418,804,139,262 +Netherlands,311423,9658863,804,139,262 +Netherlands,311511,1212134,804,139,262 +Netherlands,311512,1361528,804,139,262 +Netherlands,311513,7112069,804,139,262 +Netherlands,311514,26740865,804,139,262 +Netherlands,311520,2914227,804,139,262 +Netherlands,311611,118395890,804,139,262 +Netherlands,311613,25323197,804,139,262 +Netherlands,311615,17193026,804,139,262 +Netherlands,311711,8104095,804,139,262 +Netherlands,311811,12388122,804,139,262 +Netherlands,311822,4497653,804,139,262 +Netherlands,311823,68936,804,139,262 +Netherlands,311911,8415741,804,139,262 +Netherlands,311919,3421322,804,139,262 +Netherlands,311920,12917346,804,139,262 +Netherlands,311930,14181620,804,139,262 +Netherlands,311941,6939264,804,139,262 +Netherlands,311942,3088436,804,139,262 +Netherlands,311999,98373240,804,139,262 +Netherlands,312111,12536143,804,139,262 +Netherlands,312112,798571,804,139,262 +Netherlands,312113,677898,804,139,262 +Netherlands,312120,2413373,804,139,262 +Netherlands,312130,37156337,804,139,262 +Netherlands,312140,80053134,804,139,262 +Netherlands,312221,2084777,804,139,262 +Netherlands,312229,5703522,804,139,262 +Netherlands,313111,381397,804,139,262 +Netherlands,313113,199278,804,139,262 +Netherlands,313210,17689350,804,139,262 +Netherlands,313221,7572592,804,139,262 +Netherlands,313230,15612210,804,139,262 +Netherlands,313249,10240675,804,139,262 +Netherlands,313312,35624,804,139,262 +Netherlands,313320,6446225,804,139,262 +Netherlands,314110,8119723,804,139,262 +Netherlands,314121,1435794,804,139,262 +Netherlands,314129,7918555,804,139,262 +Netherlands,314911,403251,804,139,262 +Netherlands,314912,5359818,804,139,262 +Netherlands,314991,2373669,804,139,262 +Netherlands,314992,589910,804,139,262 +Netherlands,314999,29486071,804,139,262 +Netherlands,315111,5456554,804,139,262 +Netherlands,315221,2899502,804,139,262 +Netherlands,315222,291276,804,139,262 +Netherlands,315223,7915433,804,139,262 +Netherlands,315224,2401064,804,139,262 +Netherlands,315228,3084194,804,139,262 +Netherlands,315231,1650240,804,139,262 +Netherlands,315232,7204284,804,139,262 +Netherlands,315233,1959067,804,139,262 +Netherlands,315234,1869946,804,139,262 +Netherlands,315239,17850366,804,139,262 +Netherlands,315291,191607,804,139,262 +Netherlands,315292,1740965,804,139,262 +Netherlands,315991,1428809,804,139,262 +Netherlands,315992,996880,804,139,262 +Netherlands,315993,25309,804,139,262 +Netherlands,315999,14488176,804,139,262 +Netherlands,316110,3160814,804,139,262 +Netherlands,316211,1261698,804,139,262 +Netherlands,316212,426559,804,139,262 +Netherlands,316213,10211645,804,139,262 +Netherlands,316214,1022280,804,139,262 +Netherlands,316219,6352890,804,139,262 +Netherlands,316991,8301858,804,139,262 +Netherlands,316992,798005,804,139,262 +Netherlands,316993,1601529,804,139,262 +Netherlands,316999,1047145,804,139,262 +Netherlands,321113,14150284,804,139,262 +Netherlands,321114,3911509,804,139,262 +Netherlands,321211,4682173,804,139,262 +Netherlands,321212,1809673,804,139,262 +Netherlands,321213,1758284,804,139,262 +Netherlands,321219,248369,804,139,262 +Netherlands,321911,775634,804,139,262 +Netherlands,321918,3637692,804,139,262 +Netherlands,321920,1107396,804,139,262 +Netherlands,321991,10000,804,139,262 +Netherlands,321992,472815,804,139,262 +Netherlands,321999,47376994,804,139,262 +Netherlands,322110,180754951,804,139,262 +Netherlands,322121,86528073,804,139,262 +Netherlands,322122,1782987,804,139,262 +Netherlands,322130,119491757,804,139,262 +Netherlands,322211,3884789,804,139,262 +Netherlands,322212,644056,804,139,262 +Netherlands,322213,60230,804,139,262 +Netherlands,322214,191296,804,139,262 +Netherlands,322215,1205456,804,139,262 +Netherlands,322222,42331598,804,139,262 +Netherlands,322223,5213067,804,139,262 +Netherlands,322224,631164,804,139,262 +Netherlands,322232,552538,804,139,262 +Netherlands,322233,210802,804,139,262 +Netherlands,322291,19843074,804,139,262 +Netherlands,322299,4263699,804,139,262 +Netherlands,323116,83515,804,139,262 +Netherlands,323117,20902783,804,139,262 +Netherlands,323118,1437077,804,139,262 +Netherlands,323119,76101984,804,139,262 +Netherlands,323122,5396216,804,139,262 +Netherlands,324110,6540615843,804,139,262 +Netherlands,324121,367149,804,139,262 +Netherlands,324122,1231738,804,139,262 +Netherlands,325110,57718544,804,139,262 +Netherlands,325120,2232851,804,139,262 +Netherlands,325131,36740807,804,139,262 +Netherlands,325132,14026309,804,139,262 +Netherlands,325181,22701988,804,139,262 +Netherlands,325182,4636777,804,139,262 +Netherlands,325188,353759983,804,139,262 +Netherlands,325191,25279005,804,139,262 +Netherlands,325192,237319907,804,139,262 +Netherlands,325193,146437039,804,139,262 +Netherlands,325199,1360312330,804,139,262 +Netherlands,325211,640920534,804,139,262 +Netherlands,325212,123812007,804,139,262 +Netherlands,325221,14862935,804,139,262 +Netherlands,325222,65726570,804,139,262 +Netherlands,325311,3539227,804,139,262 +Netherlands,325312,10367809,804,139,262 +Netherlands,325320,102180407,804,139,262 +Netherlands,325411,606467152,804,139,262 +Netherlands,325412,2944087065,804,139,262 +Netherlands,325414,1039999934,804,139,262 +Netherlands,325510,25704808,804,139,262 +Netherlands,325520,14894295,804,139,262 +Netherlands,325611,88026083,804,139,262 +Netherlands,325612,10847242,804,139,262 +Netherlands,325613,128647919,804,139,262 +Netherlands,325620,296139181,804,139,262 +Netherlands,325910,64345922,804,139,262 +Netherlands,325920,12665173,804,139,262 +Netherlands,325992,73160636,804,139,262 +Netherlands,325998,107902217,804,139,262 +Netherlands,326113,67205986,804,139,262 +Netherlands,326121,5027847,804,139,262 +Netherlands,326122,5625471,804,139,262 +Netherlands,326160,5336272,804,139,262 +Netherlands,326191,1495349,804,139,262 +Netherlands,326192,1625235,804,139,262 +Netherlands,326199,173209899,804,139,262 +Netherlands,326211,85459858,804,139,262 +Netherlands,326212,104028,804,139,262 +Netherlands,326220,26388828,804,139,262 +Netherlands,326299,58042662,804,139,262 +Netherlands,327111,2854912,804,139,262 +Netherlands,327112,13107194,804,139,262 +Netherlands,327113,2596548,804,139,262 +Netherlands,327121,130297,804,139,262 +Netherlands,327122,217950,804,139,262 +Netherlands,327123,161999,804,139,262 +Netherlands,327124,3659529,804,139,262 +Netherlands,327125,8559151,804,139,262 +Netherlands,327211,5917744,804,139,262 +Netherlands,327212,22255803,804,139,262 +Netherlands,327213,554038,804,139,262 +Netherlands,327215,25755253,804,139,262 +Netherlands,327310,1132213,804,139,262 +Netherlands,327320,3830,804,139,262 +Netherlands,327331,213002,804,139,262 +Netherlands,327390,2465928,804,139,262 +Netherlands,327410,378403,804,139,262 +Netherlands,327420,579872,804,139,262 +Netherlands,327910,10263653,804,139,262 +Netherlands,327991,451937,804,139,262 +Netherlands,327992,4523537,804,139,262 +Netherlands,327993,3367401,804,139,262 +Netherlands,327999,3039181,804,139,262 +Netherlands,331111,75860892,804,139,262 +Netherlands,331112,10923072,804,139,262 +Netherlands,331222,2243583,804,139,262 +Netherlands,331311,59445306,804,139,262 +Netherlands,331312,993786,804,139,262 +Netherlands,331315,4073549,804,139,262 +Netherlands,331316,3339513,804,139,262 +Netherlands,331319,1808090,804,139,262 +Netherlands,331411,9735439,804,139,262 +Netherlands,331419,13019135,804,139,262 +Netherlands,331421,4949187,804,139,262 +Netherlands,331422,10915832,804,139,262 +Netherlands,331491,21526471,804,139,262 +Netherlands,331492,15775700,804,139,262 +Netherlands,331511,14172315,804,139,262 +Netherlands,332115,6951130,804,139,262 +Netherlands,332211,2179274,804,139,262 +Netherlands,332212,23043454,804,139,262 +Netherlands,332213,14787877,804,139,262 +Netherlands,332214,964517,804,139,262 +Netherlands,332311,2747762,804,139,262 +Netherlands,332312,18750322,804,139,262 +Netherlands,332321,4516211,804,139,262 +Netherlands,332322,2545280,804,139,262 +Netherlands,332323,3820975,804,139,262 +Netherlands,332410,14372780,804,139,262 +Netherlands,332420,18411363,804,139,262 +Netherlands,332431,2528631,804,139,262 +Netherlands,332439,3664819,804,139,262 +Netherlands,332510,22281857,804,139,262 +Netherlands,332611,6217861,804,139,262 +Netherlands,332618,11383833,804,139,262 +Netherlands,332722,16934635,804,139,262 +Netherlands,332911,80750819,804,139,262 +Netherlands,332912,14033620,804,139,262 +Netherlands,332913,2130594,804,139,262 +Netherlands,332919,24903465,804,139,262 +Netherlands,332991,26971724,804,139,262 +Netherlands,332992,23002778,804,139,262 +Netherlands,332994,2123831,804,139,262 +Netherlands,332995,524146,804,139,262 +Netherlands,332997,555841,804,139,262 +Netherlands,332998,717972,804,139,262 +Netherlands,332999,37307956,804,139,262 +Netherlands,333111,200278865,804,139,262 +Netherlands,333120,113850347,804,139,262 +Netherlands,333131,20059554,804,139,262 +Netherlands,333132,70247143,804,139,262 +Netherlands,333210,860187,804,139,262 +Netherlands,333220,12989302,804,139,262 +Netherlands,333291,10762192,804,139,262 +Netherlands,333292,5902362,804,139,262 +Netherlands,333293,32409511,804,139,262 +Netherlands,333294,49590584,804,139,262 +Netherlands,333295,384258164,804,139,262 +Netherlands,333298,11091410,804,139,262 +Netherlands,333311,1173228,804,139,262 +Netherlands,333313,26648465,804,139,262 +Netherlands,333314,219512865,804,139,262 +Netherlands,333315,65664523,804,139,262 +Netherlands,333319,11079503,804,139,262 +Netherlands,333411,12596957,804,139,262 +Netherlands,333412,10549803,804,139,262 +Netherlands,333414,2796010,804,139,262 +Netherlands,333415,51607818,804,139,262 +Netherlands,333511,4551410,804,139,262 +Netherlands,333512,33046386,804,139,262 +Netherlands,333513,7917525,804,139,262 +Netherlands,333514,9863946,804,139,262 +Netherlands,333515,66221686,804,139,262 +Netherlands,333516,312401,804,139,262 +Netherlands,333611,260412362,804,139,262 +Netherlands,333612,6915713,804,139,262 +Netherlands,333613,18211749,804,139,262 +Netherlands,333618,113974992,804,139,262 +Netherlands,333911,75763565,804,139,262 +Netherlands,333912,43877289,804,139,262 +Netherlands,333913,2172827,804,139,262 +Netherlands,333921,1448131,804,139,262 +Netherlands,333922,7251164,804,139,262 +Netherlands,333923,9230692,804,139,262 +Netherlands,333924,151142658,804,139,262 +Netherlands,333991,11645143,804,139,262 +Netherlands,333992,23520264,804,139,262 +Netherlands,333993,16567787,804,139,262 +Netherlands,333994,24004258,804,139,262 +Netherlands,333995,4924626,804,139,262 +Netherlands,333996,26820256,804,139,262 +Netherlands,333997,4743978,804,139,262 +Netherlands,333999,263429522,804,139,262 +Netherlands,334111,848049422,804,139,262 +Netherlands,334112,232520942,804,139,262 +Netherlands,334119,857827654,804,139,262 +Netherlands,334210,31664698,804,139,262 +Netherlands,334220,1795133212,804,139,262 +Netherlands,334290,15606400,804,139,262 +Netherlands,334310,153045900,804,139,262 +Netherlands,334411,7862975,804,139,262 +Netherlands,334412,6003097,804,139,262 +Netherlands,334413,203959961,804,139,262 +Netherlands,334414,71236063,804,139,262 +Netherlands,334415,2765782,804,139,262 +Netherlands,334416,5695027,804,139,262 +Netherlands,334417,60473542,804,139,262 +Netherlands,334418,14383261,804,139,262 +Netherlands,334419,153697711,804,139,262 +Netherlands,334510,884058543,804,139,262 +Netherlands,334511,102084640,804,139,262 +Netherlands,334512,3272326,804,139,262 +Netherlands,334513,110543978,804,139,262 +Netherlands,334514,5018131,804,139,262 +Netherlands,334515,127674469,804,139,262 +Netherlands,334516,380096553,804,139,262 +Netherlands,334517,134186786,804,139,262 +Netherlands,334518,28222512,804,139,262 +Netherlands,334519,112072344,804,139,262 +Netherlands,334612,4072020,804,139,262 +Netherlands,334613,50903411,804,139,262 +Netherlands,335110,10179714,804,139,262 +Netherlands,335121,1136194,804,139,262 +Netherlands,335129,25741812,804,139,262 +Netherlands,335211,25379461,804,139,262 +Netherlands,335212,11757066,804,139,262 +Netherlands,335221,6653299,804,139,262 +Netherlands,335222,4963765,804,139,262 +Netherlands,335224,2373100,804,139,262 +Netherlands,335228,21090170,804,139,262 +Netherlands,335311,4637004,804,139,262 +Netherlands,335312,46642283,804,139,262 +Netherlands,335313,50851756,804,139,262 +Netherlands,335314,160127050,804,139,262 +Netherlands,335911,33508183,804,139,262 +Netherlands,335912,9045994,804,139,262 +Netherlands,335921,29002580,804,139,262 +Netherlands,335929,61857966,804,139,262 +Netherlands,335931,51872664,804,139,262 +Netherlands,335932,3675553,804,139,262 +Netherlands,335991,24533603,804,139,262 +Netherlands,335999,258378111,804,139,262 +Netherlands,336111,242756426,804,139,262 +Netherlands,336120,16208435,804,139,262 +Netherlands,336211,257582,804,139,262 +Netherlands,336212,1523219,804,139,262 +Netherlands,336213,992563,804,139,262 +Netherlands,336214,5165719,804,139,262 +Netherlands,336311,3901928,804,139,262 +Netherlands,336321,1669961,804,139,262 +Netherlands,336322,11882958,804,139,262 +Netherlands,336330,626259,804,139,262 +Netherlands,336340,2794806,804,139,262 +Netherlands,336350,28651582,804,139,262 +Netherlands,336360,519239,804,139,262 +Netherlands,336370,64833,804,139,262 +Netherlands,336391,4177349,804,139,262 +Netherlands,336399,63663597,804,139,262 +Netherlands,336411,996647,804,139,262 +Netherlands,336412,20404614,804,139,262 +Netherlands,336413,93247576,804,139,262 +Netherlands,336415,28110,804,139,262 +Netherlands,336419,1669068,804,139,262 +Netherlands,336510,679922,804,139,262 +Netherlands,336611,3190777,804,139,262 +Netherlands,336612,69323351,804,139,262 +Netherlands,336991,60708474,804,139,262 +Netherlands,336992,8070426,804,139,262 +Netherlands,337110,241279,804,139,262 +Netherlands,337121,67329,804,139,262 +Netherlands,337124,2134170,804,139,262 +Netherlands,337127,29285419,804,139,262 +Netherlands,337129,21559,804,139,262 +Netherlands,337211,493805,804,139,262 +Netherlands,337214,4303554,804,139,262 +Netherlands,337215,10196807,804,139,262 +Netherlands,337910,1008262,804,139,262 +Netherlands,337920,565133,804,139,262 +Netherlands,339112,1584516706,804,139,262 +Netherlands,339113,1368604618,804,139,262 +Netherlands,339114,50325806,804,139,262 +Netherlands,339115,79828068,804,139,262 +Netherlands,339911,419899753,804,139,262 +Netherlands,339912,357035,804,139,262 +Netherlands,339913,404687859,804,139,262 +Netherlands,339914,1191685,804,139,262 +Netherlands,339920,86472957,804,139,262 +Netherlands,339932,26296521,804,139,262 +Netherlands,339941,2372587,804,139,262 +Netherlands,339942,562976,804,139,262 +Netherlands,339943,274347,804,139,262 +Netherlands,339944,15003637,804,139,262 +Netherlands,339950,1168710,804,139,262 +Netherlands,339991,24184966,804,139,262 +Netherlands,339992,89979356,804,139,262 +Netherlands,339993,1354114,804,139,262 +Netherlands,339994,11234791,804,139,262 +Netherlands,339999,86651485,804,139,262 +Netherlands,511210,9247369,804,139,262 +Netherlands,910000,88169594,804,139,262 +Netherlands,920000,131322129,804,139,262 +Netherlands,990000,1209117626,804,139,262 +New Zealand,111130,1256810,808,140,263 +New Zealand,111150,2602739,808,140,263 +New Zealand,111199,170221,808,140,263 +New Zealand,111211,8890,808,140,263 +New Zealand,111219,2331993,808,140,263 +New Zealand,111310,8520212,808,140,263 +New Zealand,111320,2457004,808,140,263 +New Zealand,111331,1466611,808,140,263 +New Zealand,111332,15453374,808,140,263 +New Zealand,111333,255496,808,140,263 +New Zealand,111334,281019,808,140,263 +New Zealand,111335,6955490,808,140,263 +New Zealand,111339,7833548,808,140,263 +New Zealand,111421,441950,808,140,263 +New Zealand,111422,844551,808,140,263 +New Zealand,111910,13033,808,140,263 +New Zealand,111920,19865,808,140,263 +New Zealand,111940,5400,808,140,263 +New Zealand,111991,14434,808,140,263 +New Zealand,111998,1448779,808,140,263 +New Zealand,112111,731197,808,140,263 +New Zealand,112310,87737,808,140,263 +New Zealand,112511,58750,808,140,263 +New Zealand,112910,5047,808,140,263 +New Zealand,112920,33434172,808,140,263 +New Zealand,112990,53785,808,140,263 +New Zealand,113210,436635,808,140,263 +New Zealand,113310,1241779,808,140,263 +New Zealand,114111,1484212,808,140,263 +New Zealand,114112,1559980,808,140,263 +New Zealand,114119,2634667,808,140,263 +New Zealand,211112,80561,808,140,263 +New Zealand,212112,10011,808,140,263 +New Zealand,212210,3528,808,140,263 +New Zealand,212221,67294,808,140,263 +New Zealand,212222,91941,808,140,263 +New Zealand,212319,3600,808,140,263 +New Zealand,212322,93660,808,140,263 +New Zealand,212324,1818019,808,140,263 +New Zealand,212325,1486010,808,140,263 +New Zealand,212392,40668,808,140,263 +New Zealand,212393,101082,808,140,263 +New Zealand,212399,558976,808,140,263 +New Zealand,311111,23459276,808,140,263 +New Zealand,311119,3145403,808,140,263 +New Zealand,311211,959224,808,140,263 +New Zealand,311212,7105073,808,140,263 +New Zealand,311221,3680919,808,140,263 +New Zealand,311222,17471650,808,140,263 +New Zealand,311223,1657628,808,140,263 +New Zealand,311225,4336466,808,140,263 +New Zealand,311230,197434,808,140,263 +New Zealand,311311,896587,808,140,263 +New Zealand,311320,1939717,808,140,263 +New Zealand,311340,4420777,808,140,263 +New Zealand,311411,3535939,808,140,263 +New Zealand,311421,10134464,808,140,263 +New Zealand,311422,186967,808,140,263 +New Zealand,311423,11091352,808,140,263 +New Zealand,311511,24358,808,140,263 +New Zealand,311512,16808,808,140,263 +New Zealand,311513,2810589,808,140,263 +New Zealand,311514,22170955,808,140,263 +New Zealand,311611,19942774,808,140,263 +New Zealand,311613,1451603,808,140,263 +New Zealand,311615,337375,808,140,263 +New Zealand,311711,1959567,808,140,263 +New Zealand,311811,1208830,808,140,263 +New Zealand,311822,276163,808,140,263 +New Zealand,311911,1530360,808,140,263 +New Zealand,311919,306427,808,140,263 +New Zealand,311920,1347545,808,140,263 +New Zealand,311930,886740,808,140,263 +New Zealand,311941,8453873,808,140,263 +New Zealand,311942,340401,808,140,263 +New Zealand,311999,10585711,808,140,263 +New Zealand,312111,2119635,808,140,263 +New Zealand,312112,54242,808,140,263 +New Zealand,312113,46650,808,140,263 +New Zealand,312120,676902,808,140,263 +New Zealand,312130,384340,808,140,263 +New Zealand,312140,19729934,808,140,263 +New Zealand,312221,2976,808,140,263 +New Zealand,312229,336207,808,140,263 +New Zealand,313111,16769,808,140,263 +New Zealand,313113,350273,808,140,263 +New Zealand,313210,5014001,808,140,263 +New Zealand,313221,1897447,808,140,263 +New Zealand,313230,2323515,808,140,263 +New Zealand,313249,1991118,808,140,263 +New Zealand,313312,21117,808,140,263 +New Zealand,313320,1267757,808,140,263 +New Zealand,314110,7493716,808,140,263 +New Zealand,314129,318996,808,140,263 +New Zealand,314911,110288,808,140,263 +New Zealand,314912,904796,808,140,263 +New Zealand,314991,560555,808,140,263 +New Zealand,314992,404052,808,140,263 +New Zealand,314999,2343841,808,140,263 +New Zealand,315111,1683071,808,140,263 +New Zealand,315221,955196,808,140,263 +New Zealand,315222,79839,808,140,263 +New Zealand,315223,901064,808,140,263 +New Zealand,315224,526261,808,140,263 +New Zealand,315228,763617,808,140,263 +New Zealand,315231,116557,808,140,263 +New Zealand,315232,149153,808,140,263 +New Zealand,315233,142799,808,140,263 +New Zealand,315234,37874,808,140,263 +New Zealand,315239,1310643,808,140,263 +New Zealand,315291,21196,808,140,263 +New Zealand,315292,561617,808,140,263 +New Zealand,315991,161268,808,140,263 +New Zealand,315992,161419,808,140,263 +New Zealand,315999,2735077,808,140,263 +New Zealand,316110,2186009,808,140,263 +New Zealand,316211,465679,808,140,263 +New Zealand,316212,61314,808,140,263 +New Zealand,316213,1354173,808,140,263 +New Zealand,316214,389616,808,140,263 +New Zealand,316219,2160914,808,140,263 +New Zealand,316991,1282296,808,140,263 +New Zealand,316992,224028,808,140,263 +New Zealand,316993,95532,808,140,263 +New Zealand,316999,401105,808,140,263 +New Zealand,321113,2749474,808,140,263 +New Zealand,321211,159420,808,140,263 +New Zealand,321212,238258,808,140,263 +New Zealand,321213,111481,808,140,263 +New Zealand,321219,864582,808,140,263 +New Zealand,321911,1541841,808,140,263 +New Zealand,321918,188102,808,140,263 +New Zealand,321920,258863,808,140,263 +New Zealand,321991,320569,808,140,263 +New Zealand,321992,215606,808,140,263 +New Zealand,321999,1599529,808,140,263 +New Zealand,322110,1679478,808,140,263 +New Zealand,322121,11990186,808,140,263 +New Zealand,322122,56381,808,140,263 +New Zealand,322130,6940814,808,140,263 +New Zealand,322211,239078,808,140,263 +New Zealand,322212,111616,808,140,263 +New Zealand,322213,3019,808,140,263 +New Zealand,322214,13186,808,140,263 +New Zealand,322215,3799350,808,140,263 +New Zealand,322222,14125495,808,140,263 +New Zealand,322223,890023,808,140,263 +New Zealand,322224,52551,808,140,263 +New Zealand,322232,27887,808,140,263 +New Zealand,322233,144061,808,140,263 +New Zealand,322291,4357370,808,140,263 +New Zealand,322299,1303605,808,140,263 +New Zealand,323116,7040,808,140,263 +New Zealand,323117,11424827,808,140,263 +New Zealand,323118,536810,808,140,263 +New Zealand,323119,12267387,808,140,263 +New Zealand,323122,49974,808,140,263 +New Zealand,324110,55185034,808,140,263 +New Zealand,324121,146911,808,140,263 +New Zealand,324122,1479465,808,140,263 +New Zealand,325110,284704,808,140,263 +New Zealand,325120,41760,808,140,263 +New Zealand,325131,3148384,808,140,263 +New Zealand,325132,493540,808,140,263 +New Zealand,325181,4988645,808,140,263 +New Zealand,325182,4010,808,140,263 +New Zealand,325188,18122622,808,140,263 +New Zealand,325191,966101,808,140,263 +New Zealand,325192,1021551,808,140,263 +New Zealand,325199,72696502,808,140,263 +New Zealand,325211,90732653,808,140,263 +New Zealand,325212,2450206,808,140,263 +New Zealand,325221,39905,808,140,263 +New Zealand,325222,4569951,808,140,263 +New Zealand,325311,488626,808,140,263 +New Zealand,325312,11659419,808,140,263 +New Zealand,325320,15503724,808,140,263 +New Zealand,325411,18445302,808,140,263 +New Zealand,325412,37743786,808,140,263 +New Zealand,325414,9159145,808,140,263 +New Zealand,325510,5018643,808,140,263 +New Zealand,325520,2946512,808,140,263 +New Zealand,325611,8117033,808,140,263 +New Zealand,325612,1344944,808,140,263 +New Zealand,325613,7678038,808,140,263 +New Zealand,325620,29770918,808,140,263 +New Zealand,325910,1974507,808,140,263 +New Zealand,325920,889257,808,140,263 +New Zealand,325992,3981922,808,140,263 +New Zealand,325998,3225221,808,140,263 +New Zealand,326113,9241816,808,140,263 +New Zealand,326121,2416498,808,140,263 +New Zealand,326122,1265880,808,140,263 +New Zealand,326160,307396,808,140,263 +New Zealand,326191,98314,808,140,263 +New Zealand,326192,1268221,808,140,263 +New Zealand,326199,22498289,808,140,263 +New Zealand,326211,3392981,808,140,263 +New Zealand,326212,4265,808,140,263 +New Zealand,326220,6318936,808,140,263 +New Zealand,326299,7323987,808,140,263 +New Zealand,327111,59440,808,140,263 +New Zealand,327112,532602,808,140,263 +New Zealand,327113,205640,808,140,263 +New Zealand,327121,171116,808,140,263 +New Zealand,327122,31274,808,140,263 +New Zealand,327124,424608,808,140,263 +New Zealand,327125,455060,808,140,263 +New Zealand,327211,569481,808,140,263 +New Zealand,327212,3085484,808,140,263 +New Zealand,327213,120334,808,140,263 +New Zealand,327215,854411,808,140,263 +New Zealand,327310,50738,808,140,263 +New Zealand,327390,100396,808,140,263 +New Zealand,327420,950731,808,140,263 +New Zealand,327910,1006116,808,140,263 +New Zealand,327991,280077,808,140,263 +New Zealand,327992,1856883,808,140,263 +New Zealand,327993,2275162,808,140,263 +New Zealand,327999,340827,808,140,263 +New Zealand,331111,3746569,808,140,263 +New Zealand,331112,75389,808,140,263 +New Zealand,331222,378180,808,140,263 +New Zealand,331311,28351,808,140,263 +New Zealand,331312,131431,808,140,263 +New Zealand,331314,99992,808,140,263 +New Zealand,331315,11224830,808,140,263 +New Zealand,331316,457853,808,140,263 +New Zealand,331319,1111764,808,140,263 +New Zealand,331411,137975,808,140,263 +New Zealand,331419,2302639,808,140,263 +New Zealand,331421,870278,808,140,263 +New Zealand,331422,143629,808,140,263 +New Zealand,331491,1578304,808,140,263 +New Zealand,331492,53952,808,140,263 +New Zealand,331511,1284871,808,140,263 +New Zealand,332115,3004237,808,140,263 +New Zealand,332211,900404,808,140,263 +New Zealand,332212,5189125,808,140,263 +New Zealand,332213,3104167,808,140,263 +New Zealand,332214,13100,808,140,263 +New Zealand,332311,516786,808,140,263 +New Zealand,332312,1993427,808,140,263 +New Zealand,332321,555109,808,140,263 +New Zealand,332322,241018,808,140,263 +New Zealand,332323,433000,808,140,263 +New Zealand,332410,1320607,808,140,263 +New Zealand,332420,2431968,808,140,263 +New Zealand,332431,22270,808,140,263 +New Zealand,332439,393496,808,140,263 +New Zealand,332510,4163227,808,140,263 +New Zealand,332611,473969,808,140,263 +New Zealand,332618,988869,808,140,263 +New Zealand,332722,3710538,808,140,263 +New Zealand,332911,6478687,808,140,263 +New Zealand,332912,2571993,808,140,263 +New Zealand,332913,396257,808,140,263 +New Zealand,332919,3156845,808,140,263 +New Zealand,332991,1533617,808,140,263 +New Zealand,332992,3923453,808,140,263 +New Zealand,332994,6402978,808,140,263 +New Zealand,332995,48706,808,140,263 +New Zealand,332998,271105,808,140,263 +New Zealand,332999,5015634,808,140,263 +New Zealand,333111,59027321,808,140,263 +New Zealand,333120,68847311,808,140,263 +New Zealand,333131,10940506,808,140,263 +New Zealand,333132,31703720,808,140,263 +New Zealand,333210,4230690,808,140,263 +New Zealand,333220,3073699,808,140,263 +New Zealand,333291,3274076,808,140,263 +New Zealand,333292,1060556,808,140,263 +New Zealand,333293,6282166,808,140,263 +New Zealand,333294,6919342,808,140,263 +New Zealand,333295,777649,808,140,263 +New Zealand,333298,1405675,808,140,263 +New Zealand,333311,499876,808,140,263 +New Zealand,333313,2853360,808,140,263 +New Zealand,333314,8531837,808,140,263 +New Zealand,333315,2726605,808,140,263 +New Zealand,333319,3408112,808,140,263 +New Zealand,333411,524221,808,140,263 +New Zealand,333412,1584923,808,140,263 +New Zealand,333414,594777,808,140,263 +New Zealand,333415,7934892,808,140,263 +New Zealand,333511,224217,808,140,263 +New Zealand,333512,5029739,808,140,263 +New Zealand,333513,8751006,808,140,263 +New Zealand,333514,408327,808,140,263 +New Zealand,333515,1533463,808,140,263 +New Zealand,333516,83281,808,140,263 +New Zealand,333611,43251846,808,140,263 +New Zealand,333612,1652970,808,140,263 +New Zealand,333613,1350511,808,140,263 +New Zealand,333618,20177949,808,140,263 +New Zealand,333911,5679072,808,140,263 +New Zealand,333912,4633019,808,140,263 +New Zealand,333913,410952,808,140,263 +New Zealand,333921,573764,808,140,263 +New Zealand,333922,2228455,808,140,263 +New Zealand,333923,3525090,808,140,263 +New Zealand,333924,9787452,808,140,263 +New Zealand,333991,7668557,808,140,263 +New Zealand,333992,3217642,808,140,263 +New Zealand,333993,3211199,808,140,263 +New Zealand,333994,1478603,808,140,263 +New Zealand,333995,924491,808,140,263 +New Zealand,333996,3463550,808,140,263 +New Zealand,333997,1534952,808,140,263 +New Zealand,333999,28739285,808,140,263 +New Zealand,334111,18180242,808,140,263 +New Zealand,334112,7936427,808,140,263 +New Zealand,334119,24032763,808,140,263 +New Zealand,334210,2131496,808,140,263 +New Zealand,334220,33372969,808,140,263 +New Zealand,334290,1804360,808,140,263 +New Zealand,334310,13347360,808,140,263 +New Zealand,334411,824350,808,140,263 +New Zealand,334412,472091,808,140,263 +New Zealand,334413,9554092,808,140,263 +New Zealand,334414,443023,808,140,263 +New Zealand,334415,111417,808,140,263 +New Zealand,334416,324381,808,140,263 +New Zealand,334417,4127312,808,140,263 +New Zealand,334418,382481,808,140,263 +New Zealand,334419,9675765,808,140,263 +New Zealand,334510,32906099,808,140,263 +New Zealand,334511,10442284,808,140,263 +New Zealand,334512,642667,808,140,263 +New Zealand,334513,8681591,808,140,263 +New Zealand,334514,1333564,808,140,263 +New Zealand,334515,17902290,808,140,263 +New Zealand,334516,28422875,808,140,263 +New Zealand,334517,10113247,808,140,263 +New Zealand,334518,763665,808,140,263 +New Zealand,334519,11898574,808,140,263 +New Zealand,334612,834943,808,140,263 +New Zealand,334613,1486071,808,140,263 +New Zealand,335110,281858,808,140,263 +New Zealand,335121,380715,808,140,263 +New Zealand,335129,3604293,808,140,263 +New Zealand,335211,1184503,808,140,263 +New Zealand,335212,782538,808,140,263 +New Zealand,335221,1522220,808,140,263 +New Zealand,335222,589256,808,140,263 +New Zealand,335224,2648841,808,140,263 +New Zealand,335228,6437038,808,140,263 +New Zealand,335311,307818,808,140,263 +New Zealand,335312,6092415,808,140,263 +New Zealand,335313,3619849,808,140,263 +New Zealand,335314,8494843,808,140,263 +New Zealand,335911,5766374,808,140,263 +New Zealand,335912,1165635,808,140,263 +New Zealand,335921,1020403,808,140,263 +New Zealand,335929,2929650,808,140,263 +New Zealand,335931,1500076,808,140,263 +New Zealand,335932,106859,808,140,263 +New Zealand,335991,3562187,808,140,263 +New Zealand,335999,5383648,808,140,263 +New Zealand,336111,74400600,808,140,263 +New Zealand,336120,18425472,808,140,263 +New Zealand,336211,182195,808,140,263 +New Zealand,336212,398676,808,140,263 +New Zealand,336213,596768,808,140,263 +New Zealand,336214,3205557,808,140,263 +New Zealand,336311,1178261,808,140,263 +New Zealand,336321,661829,808,140,263 +New Zealand,336322,3526162,808,140,263 +New Zealand,336330,915246,808,140,263 +New Zealand,336340,1003044,808,140,263 +New Zealand,336350,1143652,808,140,263 +New Zealand,336360,299540,808,140,263 +New Zealand,336370,99142,808,140,263 +New Zealand,336391,46037,808,140,263 +New Zealand,336399,10744317,808,140,263 +New Zealand,336411,1788438,808,140,263 +New Zealand,336412,19026279,808,140,263 +New Zealand,336413,43543334,808,140,263 +New Zealand,336415,7458,808,140,263 +New Zealand,336419,15486,808,140,263 +New Zealand,336510,9507371,808,140,263 +New Zealand,336611,962743,808,140,263 +New Zealand,336612,14364075,808,140,263 +New Zealand,336991,15918064,808,140,263 +New Zealand,336992,6391064,808,140,263 +New Zealand,337110,29000,808,140,263 +New Zealand,337124,532614,808,140,263 +New Zealand,337127,6158884,808,140,263 +New Zealand,337129,10500,808,140,263 +New Zealand,337211,19360,808,140,263 +New Zealand,337214,149583,808,140,263 +New Zealand,337215,4155728,808,140,263 +New Zealand,337910,261627,808,140,263 +New Zealand,337920,149181,808,140,263 +New Zealand,339112,29635519,808,140,263 +New Zealand,339113,27937105,808,140,263 +New Zealand,339114,5410741,808,140,263 +New Zealand,339115,1788110,808,140,263 +New Zealand,339911,3583578,808,140,263 +New Zealand,339912,104185,808,140,263 +New Zealand,339913,2084764,808,140,263 +New Zealand,339914,293105,808,140,263 +New Zealand,339920,12028610,808,140,263 +New Zealand,339932,3206765,808,140,263 +New Zealand,339941,423616,808,140,263 +New Zealand,339942,245313,808,140,263 +New Zealand,339943,33429,808,140,263 +New Zealand,339944,278263,808,140,263 +New Zealand,339950,16232,808,140,263 +New Zealand,339991,2015856,808,140,263 +New Zealand,339992,3812037,808,140,263 +New Zealand,339993,313624,808,140,263 +New Zealand,339994,420691,808,140,263 +New Zealand,339999,6588042,808,140,263 +New Zealand,511210,1071003,808,140,263 +New Zealand,910000,1004576,808,140,263 +New Zealand,920000,5169276,808,140,263 +New Zealand,990000,251564243,808,140,263 +Nicaragua,111110,30263342,803,141,264 +Nicaragua,111130,1218821,803,141,264 +Nicaragua,111140,31812282,803,141,264 +Nicaragua,111150,22881382,803,141,264 +Nicaragua,111160,37298076,803,141,264 +Nicaragua,111199,76078,803,141,264 +Nicaragua,111211,1204348,803,141,264 +Nicaragua,111219,2251959,803,141,264 +Nicaragua,111331,1616414,803,141,264 +Nicaragua,111332,837579,803,141,264 +Nicaragua,111335,28686,803,141,264 +Nicaragua,111339,191655,803,141,264 +Nicaragua,111421,9610,803,141,264 +Nicaragua,111910,2119150,803,141,264 +Nicaragua,111930,3807,803,141,264 +Nicaragua,111998,44690,803,141,264 +Nicaragua,112111,157395,803,141,264 +Nicaragua,112310,4631288,803,141,264 +Nicaragua,112990,3923,803,141,264 +Nicaragua,113210,13259,803,141,264 +Nicaragua,113310,14305,803,141,264 +Nicaragua,114111,473971,803,141,264 +Nicaragua,114112,256594,803,141,264 +Nicaragua,114119,4953,803,141,264 +Nicaragua,212112,2823,803,141,264 +Nicaragua,212234,7584,803,141,264 +Nicaragua,212299,4972,803,141,264 +Nicaragua,212311,8026,803,141,264 +Nicaragua,212322,9720,803,141,264 +Nicaragua,212324,170331,803,141,264 +Nicaragua,212325,466409,803,141,264 +Nicaragua,212393,100874,803,141,264 +Nicaragua,212399,76559,803,141,264 +Nicaragua,311111,229536,803,141,264 +Nicaragua,311119,1259905,803,141,264 +Nicaragua,311212,6123657,803,141,264 +Nicaragua,311221,32522,803,141,264 +Nicaragua,311222,59094481,803,141,264 +Nicaragua,311223,663764,803,141,264 +Nicaragua,311225,1201937,803,141,264 +Nicaragua,311230,169418,803,141,264 +Nicaragua,311311,47897,803,141,264 +Nicaragua,311320,1713098,803,141,264 +Nicaragua,311340,558075,803,141,264 +Nicaragua,311411,2526357,803,141,264 +Nicaragua,311421,1304661,803,141,264 +Nicaragua,311422,29049,803,141,264 +Nicaragua,311423,279236,803,141,264 +Nicaragua,311511,7159,803,141,264 +Nicaragua,311512,506224,803,141,264 +Nicaragua,311513,1123757,803,141,264 +Nicaragua,311514,1949440,803,141,264 +Nicaragua,311520,7998,803,141,264 +Nicaragua,311611,2138578,803,141,264 +Nicaragua,311613,8526305,803,141,264 +Nicaragua,311615,2609389,803,141,264 +Nicaragua,311711,112896,803,141,264 +Nicaragua,311811,229861,803,141,264 +Nicaragua,311822,786528,803,141,264 +Nicaragua,311823,6217,803,141,264 +Nicaragua,311911,665576,803,141,264 +Nicaragua,311919,509250,803,141,264 +Nicaragua,311920,66004,803,141,264 +Nicaragua,311930,277451,803,141,264 +Nicaragua,311941,411927,803,141,264 +Nicaragua,311942,290245,803,141,264 +Nicaragua,311999,4872604,803,141,264 +Nicaragua,312111,131044,803,141,264 +Nicaragua,312112,11216,803,141,264 +Nicaragua,312120,941098,803,141,264 +Nicaragua,312130,114951,803,141,264 +Nicaragua,312140,923018,803,141,264 +Nicaragua,312221,168350,803,141,264 +Nicaragua,312229,78778,803,141,264 +Nicaragua,313111,655557,803,141,264 +Nicaragua,313113,828843,803,141,264 +Nicaragua,313210,68992005,803,141,264 +Nicaragua,313221,11220318,803,141,264 +Nicaragua,313230,235515,803,141,264 +Nicaragua,313249,23512135,803,141,264 +Nicaragua,313320,375100,803,141,264 +Nicaragua,314110,102224,803,141,264 +Nicaragua,314121,3970,803,141,264 +Nicaragua,314129,280991,803,141,264 +Nicaragua,314911,9650,803,141,264 +Nicaragua,314912,46003,803,141,264 +Nicaragua,314991,116192,803,141,264 +Nicaragua,314992,487864,803,141,264 +Nicaragua,314999,1335831,803,141,264 +Nicaragua,315111,88171,803,141,264 +Nicaragua,315221,65338,803,141,264 +Nicaragua,315222,3348,803,141,264 +Nicaragua,315223,76762,803,141,264 +Nicaragua,315224,385479,803,141,264 +Nicaragua,315228,131697,803,141,264 +Nicaragua,315231,288375,803,141,264 +Nicaragua,315232,145217,803,141,264 +Nicaragua,315233,92862,803,141,264 +Nicaragua,315234,91670,803,141,264 +Nicaragua,315239,163710,803,141,264 +Nicaragua,315291,18678,803,141,264 +Nicaragua,315292,510947,803,141,264 +Nicaragua,315991,30101,803,141,264 +Nicaragua,315992,120132,803,141,264 +Nicaragua,315993,2695,803,141,264 +Nicaragua,315999,7710630,803,141,264 +Nicaragua,316211,194014,803,141,264 +Nicaragua,316213,126895,803,141,264 +Nicaragua,316214,10649,803,141,264 +Nicaragua,316219,4890249,803,141,264 +Nicaragua,316991,191864,803,141,264 +Nicaragua,316992,16039,803,141,264 +Nicaragua,316993,81769,803,141,264 +Nicaragua,316999,63031,803,141,264 +Nicaragua,321114,3932,803,141,264 +Nicaragua,321212,14290,803,141,264 +Nicaragua,321213,55768,803,141,264 +Nicaragua,321219,15809,803,141,264 +Nicaragua,321911,23643,803,141,264 +Nicaragua,321918,85155,803,141,264 +Nicaragua,321920,548412,803,141,264 +Nicaragua,321991,26000,803,141,264 +Nicaragua,321999,573129,803,141,264 +Nicaragua,322110,3582,803,141,264 +Nicaragua,322121,551020,803,141,264 +Nicaragua,322122,7687864,803,141,264 +Nicaragua,322130,4317158,803,141,264 +Nicaragua,322211,1276089,803,141,264 +Nicaragua,322212,160189,803,141,264 +Nicaragua,322213,126379,803,141,264 +Nicaragua,322214,4862,803,141,264 +Nicaragua,322215,94869,803,141,264 +Nicaragua,322222,1056107,803,141,264 +Nicaragua,322223,368303,803,141,264 +Nicaragua,322232,36751,803,141,264 +Nicaragua,322233,5773,803,141,264 +Nicaragua,322291,877741,803,141,264 +Nicaragua,322299,110434,803,141,264 +Nicaragua,323116,3602,803,141,264 +Nicaragua,323117,1334042,803,141,264 +Nicaragua,323118,26505,803,141,264 +Nicaragua,323119,2851470,803,141,264 +Nicaragua,323122,151417,803,141,264 +Nicaragua,324110,22894870,803,141,264 +Nicaragua,324122,30627,803,141,264 +Nicaragua,325110,139474,803,141,264 +Nicaragua,325120,20580,803,141,264 +Nicaragua,325131,670159,803,141,264 +Nicaragua,325132,435500,803,141,264 +Nicaragua,325181,1703282,803,141,264 +Nicaragua,325182,62029,803,141,264 +Nicaragua,325188,3420636,803,141,264 +Nicaragua,325191,26109,803,141,264 +Nicaragua,325192,355726,803,141,264 +Nicaragua,325193,15269,803,141,264 +Nicaragua,325199,5200685,803,141,264 +Nicaragua,325211,8899045,803,141,264 +Nicaragua,325212,158961,803,141,264 +Nicaragua,325222,166810,803,141,264 +Nicaragua,325312,9817578,803,141,264 +Nicaragua,325320,2758353,803,141,264 +Nicaragua,325411,1323823,803,141,264 +Nicaragua,325412,1029872,803,141,264 +Nicaragua,325414,4911928,803,141,264 +Nicaragua,325510,973359,803,141,264 +Nicaragua,325520,655052,803,141,264 +Nicaragua,325611,944994,803,141,264 +Nicaragua,325612,94390,803,141,264 +Nicaragua,325613,1839765,803,141,264 +Nicaragua,325620,6111999,803,141,264 +Nicaragua,325910,3693136,803,141,264 +Nicaragua,325920,28897,803,141,264 +Nicaragua,325992,904416,803,141,264 +Nicaragua,325998,2625259,803,141,264 +Nicaragua,326113,2074210,803,141,264 +Nicaragua,326121,33211,803,141,264 +Nicaragua,326122,513387,803,141,264 +Nicaragua,326160,3439,803,141,264 +Nicaragua,326191,33479,803,141,264 +Nicaragua,326192,12163,803,141,264 +Nicaragua,326199,4415619,803,141,264 +Nicaragua,326211,5099855,803,141,264 +Nicaragua,326212,140622,803,141,264 +Nicaragua,326220,1051159,803,141,264 +Nicaragua,326299,792475,803,141,264 +Nicaragua,327111,47563,803,141,264 +Nicaragua,327112,151548,803,141,264 +Nicaragua,327113,60307,803,141,264 +Nicaragua,327122,36133,803,141,264 +Nicaragua,327123,29430,803,141,264 +Nicaragua,327124,50830,803,141,264 +Nicaragua,327125,30040,803,141,264 +Nicaragua,327211,279119,803,141,264 +Nicaragua,327212,395219,803,141,264 +Nicaragua,327213,6845,803,141,264 +Nicaragua,327215,391253,803,141,264 +Nicaragua,327320,2763,803,141,264 +Nicaragua,327331,8555,803,141,264 +Nicaragua,327390,2878243,803,141,264 +Nicaragua,327420,282802,803,141,264 +Nicaragua,327910,222274,803,141,264 +Nicaragua,327991,36885,803,141,264 +Nicaragua,327992,8405,803,141,264 +Nicaragua,327993,264557,803,141,264 +Nicaragua,327999,453509,803,141,264 +Nicaragua,331111,5371993,803,141,264 +Nicaragua,331112,26600,803,141,264 +Nicaragua,331222,154370,803,141,264 +Nicaragua,331312,11627,803,141,264 +Nicaragua,331314,10580,803,141,264 +Nicaragua,331315,298955,803,141,264 +Nicaragua,331316,79531,803,141,264 +Nicaragua,331319,102943,803,141,264 +Nicaragua,331411,11172,803,141,264 +Nicaragua,331419,6331,803,141,264 +Nicaragua,331421,136021,803,141,264 +Nicaragua,331422,245579,803,141,264 +Nicaragua,331491,158527,803,141,264 +Nicaragua,331511,52084,803,141,264 +Nicaragua,332115,458698,803,141,264 +Nicaragua,332211,38646,803,141,264 +Nicaragua,332212,2727143,803,141,264 +Nicaragua,332213,195227,803,141,264 +Nicaragua,332214,43457,803,141,264 +Nicaragua,332311,590321,803,141,264 +Nicaragua,332312,662463,803,141,264 +Nicaragua,332321,93331,803,141,264 +Nicaragua,332322,28870,803,141,264 +Nicaragua,332410,683515,803,141,264 +Nicaragua,332420,302553,803,141,264 +Nicaragua,332439,127531,803,141,264 +Nicaragua,332510,687796,803,141,264 +Nicaragua,332611,140431,803,141,264 +Nicaragua,332618,708215,803,141,264 +Nicaragua,332722,640848,803,141,264 +Nicaragua,332911,1837054,803,141,264 +Nicaragua,332912,395125,803,141,264 +Nicaragua,332913,90284,803,141,264 +Nicaragua,332919,425956,803,141,264 +Nicaragua,332991,259105,803,141,264 +Nicaragua,332992,542857,803,141,264 +Nicaragua,332994,572681,803,141,264 +Nicaragua,332997,4858,803,141,264 +Nicaragua,332998,112458,803,141,264 +Nicaragua,332999,1566389,803,141,264 +Nicaragua,333111,12121230,803,141,264 +Nicaragua,333120,15185439,803,141,264 +Nicaragua,333131,12249878,803,141,264 +Nicaragua,333132,7273894,803,141,264 +Nicaragua,333210,103619,803,141,264 +Nicaragua,333220,252754,803,141,264 +Nicaragua,333291,252179,803,141,264 +Nicaragua,333292,777226,803,141,264 +Nicaragua,333293,1366363,803,141,264 +Nicaragua,333294,5051055,803,141,264 +Nicaragua,333295,229593,803,141,264 +Nicaragua,333298,169296,803,141,264 +Nicaragua,333311,66474,803,141,264 +Nicaragua,333313,10350033,803,141,264 +Nicaragua,333314,187741,803,141,264 +Nicaragua,333315,1170206,803,141,264 +Nicaragua,333319,313967,803,141,264 +Nicaragua,333411,137950,803,141,264 +Nicaragua,333412,292830,803,141,264 +Nicaragua,333414,294192,803,141,264 +Nicaragua,333415,7223458,803,141,264 +Nicaragua,333511,232577,803,141,264 +Nicaragua,333512,659686,803,141,264 +Nicaragua,333513,918780,803,141,264 +Nicaragua,333514,34443,803,141,264 +Nicaragua,333515,309297,803,141,264 +Nicaragua,333611,263882,803,141,264 +Nicaragua,333612,1108809,803,141,264 +Nicaragua,333613,854566,803,141,264 +Nicaragua,333618,2760447,803,141,264 +Nicaragua,333911,1416937,803,141,264 +Nicaragua,333912,2672170,803,141,264 +Nicaragua,333913,334888,803,141,264 +Nicaragua,333921,17129,803,141,264 +Nicaragua,333922,181616,803,141,264 +Nicaragua,333923,865948,803,141,264 +Nicaragua,333924,1398216,803,141,264 +Nicaragua,333991,356615,803,141,264 +Nicaragua,333992,2052158,803,141,264 +Nicaragua,333993,817733,803,141,264 +Nicaragua,333994,81832,803,141,264 +Nicaragua,333995,77179,803,141,264 +Nicaragua,333996,647948,803,141,264 +Nicaragua,333997,482684,803,141,264 +Nicaragua,333999,7583550,803,141,264 +Nicaragua,334111,7080474,803,141,264 +Nicaragua,334112,1046396,803,141,264 +Nicaragua,334119,18332906,803,141,264 +Nicaragua,334210,580664,803,141,264 +Nicaragua,334220,23895098,803,141,264 +Nicaragua,334290,255205,803,141,264 +Nicaragua,334310,3153498,803,141,264 +Nicaragua,334411,47169,803,141,264 +Nicaragua,334413,3505658,803,141,264 +Nicaragua,334414,34761,803,141,264 +Nicaragua,334415,6130,803,141,264 +Nicaragua,334416,476226,803,141,264 +Nicaragua,334417,1746046,803,141,264 +Nicaragua,334418,217242,803,141,264 +Nicaragua,334419,1879297,803,141,264 +Nicaragua,334510,2898376,803,141,264 +Nicaragua,334511,296890,803,141,264 +Nicaragua,334512,93038,803,141,264 +Nicaragua,334513,1161966,803,141,264 +Nicaragua,334514,166482,803,141,264 +Nicaragua,334515,2079229,803,141,264 +Nicaragua,334516,918441,803,141,264 +Nicaragua,334517,1356523,803,141,264 +Nicaragua,334518,140311,803,141,264 +Nicaragua,334519,4970935,803,141,264 +Nicaragua,334612,12988,803,141,264 +Nicaragua,334613,237803,803,141,264 +Nicaragua,335110,566946,803,141,264 +Nicaragua,335121,44639,803,141,264 +Nicaragua,335129,1544321,803,141,264 +Nicaragua,335211,860197,803,141,264 +Nicaragua,335212,99782,803,141,264 +Nicaragua,335221,172081,803,141,264 +Nicaragua,335222,1447630,803,141,264 +Nicaragua,335224,1830915,803,141,264 +Nicaragua,335228,1884415,803,141,264 +Nicaragua,335311,1414666,803,141,264 +Nicaragua,335312,2477308,803,141,264 +Nicaragua,335313,1379206,803,141,264 +Nicaragua,335314,1131907,803,141,264 +Nicaragua,335911,1163527,803,141,264 +Nicaragua,335912,1059826,803,141,264 +Nicaragua,335921,204491,803,141,264 +Nicaragua,335929,1414901,803,141,264 +Nicaragua,335931,460508,803,141,264 +Nicaragua,335932,195613,803,141,264 +Nicaragua,335991,25817,803,141,264 +Nicaragua,335999,359332,803,141,264 +Nicaragua,336111,7614485,803,141,264 +Nicaragua,336120,2958686,803,141,264 +Nicaragua,336212,292270,803,141,264 +Nicaragua,336214,267722,803,141,264 +Nicaragua,336311,361604,803,141,264 +Nicaragua,336321,64756,803,141,264 +Nicaragua,336322,721913,803,141,264 +Nicaragua,336330,274349,803,141,264 +Nicaragua,336340,245519,803,141,264 +Nicaragua,336350,417879,803,141,264 +Nicaragua,336391,39290,803,141,264 +Nicaragua,336399,9475601,803,141,264 +Nicaragua,336412,240324,803,141,264 +Nicaragua,336413,12546,803,141,264 +Nicaragua,336510,135057,803,141,264 +Nicaragua,336612,61425,803,141,264 +Nicaragua,336991,816190,803,141,264 +Nicaragua,337124,288707,803,141,264 +Nicaragua,337127,1525645,803,141,264 +Nicaragua,337129,6563,803,141,264 +Nicaragua,337211,251356,803,141,264 +Nicaragua,337214,94006,803,141,264 +Nicaragua,337215,688743,803,141,264 +Nicaragua,337910,45876,803,141,264 +Nicaragua,337920,395358,803,141,264 +Nicaragua,339112,3857173,803,141,264 +Nicaragua,339113,2894807,803,141,264 +Nicaragua,339114,405571,803,141,264 +Nicaragua,339115,1494849,803,141,264 +Nicaragua,339911,54302,803,141,264 +Nicaragua,339912,51182,803,141,264 +Nicaragua,339914,61971,803,141,264 +Nicaragua,339920,768489,803,141,264 +Nicaragua,339932,770106,803,141,264 +Nicaragua,339941,38942,803,141,264 +Nicaragua,339942,23651,803,141,264 +Nicaragua,339943,3240,803,141,264 +Nicaragua,339944,776445,803,141,264 +Nicaragua,339950,24026,803,141,264 +Nicaragua,339991,612109,803,141,264 +Nicaragua,339992,921583,803,141,264 +Nicaragua,339993,6323653,803,141,264 +Nicaragua,339994,32308,803,141,264 +Nicaragua,339999,691036,803,141,264 +Nicaragua,511210,1178766,803,141,264 +Nicaragua,910000,2600998,803,141,264 +Nicaragua,920000,9525535,803,141,264 +Nicaragua,990000,211810739,803,141,264 +Niger,111130,1436017,805,142,265 +Niger,111199,1187691,805,142,265 +Niger,111335,99330,805,142,265 +Niger,113210,5216,805,142,265 +Niger,311111,15640,805,142,265 +Niger,311211,399721,805,142,265 +Niger,311212,12893395,805,142,265 +Niger,311223,545838,805,142,265 +Niger,311225,2072442,805,142,265 +Niger,311514,2531220,805,142,265 +Niger,311999,1797948,805,142,265 +Niger,312130,3024,805,142,265 +Niger,313210,211471,805,142,265 +Niger,314121,41962,805,142,265 +Niger,314911,34875,805,142,265 +Niger,315232,70326,805,142,265 +Niger,315292,4002,805,142,265 +Niger,316999,36788,805,142,265 +Niger,321999,3900,805,142,265 +Niger,322222,36578,805,142,265 +Niger,323117,16399,805,142,265 +Niger,323119,35566,805,142,265 +Niger,324110,146540,805,142,265 +Niger,324122,11571,805,142,265 +Niger,325181,5200,805,142,265 +Niger,325188,299429,805,142,265 +Niger,325199,1351661,805,142,265 +Niger,325211,351375,805,142,265 +Niger,325411,6300,805,142,265 +Niger,325412,38024,805,142,265 +Niger,325414,1031930,805,142,265 +Niger,325510,23990,805,142,265 +Niger,325520,14255,805,142,265 +Niger,325620,33623,805,142,265 +Niger,325910,18000,805,142,265 +Niger,326160,14564,805,142,265 +Niger,326199,134526,805,142,265 +Niger,326211,40013,805,142,265 +Niger,326220,292850,805,142,265 +Niger,326299,4750,805,142,265 +Niger,327113,2592,805,142,265 +Niger,331111,22398,805,142,265 +Niger,331316,12971,805,142,265 +Niger,332211,2830,805,142,265 +Niger,332212,18588,805,142,265 +Niger,332312,43448,805,142,265 +Niger,332321,92168,805,142,265 +Niger,332510,6517,805,142,265 +Niger,332722,149996,805,142,265 +Niger,332911,983188,805,142,265 +Niger,332912,9524,805,142,265 +Niger,332919,10520,805,142,265 +Niger,332991,39360,805,142,265 +Niger,332999,46475,805,142,265 +Niger,333111,19252,805,142,265 +Niger,333120,505950,805,142,265 +Niger,333131,72856,805,142,265 +Niger,333132,119396,805,142,265 +Niger,333220,5351,805,142,265 +Niger,333295,13668,805,142,265 +Niger,333311,3000,805,142,265 +Niger,333313,10782,805,142,265 +Niger,333315,5955,805,142,265 +Niger,333415,86484,805,142,265 +Niger,333612,4232,805,142,265 +Niger,333618,90298,805,142,265 +Niger,333911,14421,805,142,265 +Niger,333913,4615,805,142,265 +Niger,333922,80748,805,142,265 +Niger,333924,817324,805,142,265 +Niger,333992,15325,805,142,265 +Niger,333993,3658,805,142,265 +Niger,333996,5670,805,142,265 +Niger,333999,44029,805,142,265 +Niger,334111,134202,805,142,265 +Niger,334119,424367,805,142,265 +Niger,334210,13790,805,142,265 +Niger,334220,808457,805,142,265 +Niger,334290,10200,805,142,265 +Niger,334310,27178,805,142,265 +Niger,334413,53495,805,142,265 +Niger,334414,4807,805,142,265 +Niger,334415,2569,805,142,265 +Niger,334417,8179,805,142,265 +Niger,334510,114715,805,142,265 +Niger,334511,147356,805,142,265 +Niger,334513,51825,805,142,265 +Niger,334515,126097,805,142,265 +Niger,334516,81302,805,142,265 +Niger,334519,27188,805,142,265 +Niger,334612,3047,805,142,265 +Niger,334613,17010,805,142,265 +Niger,335129,131646,805,142,265 +Niger,335224,14122,805,142,265 +Niger,335929,61653,805,142,265 +Niger,335932,9334,805,142,265 +Niger,336111,9716615,805,142,265 +Niger,336120,305000,805,142,265 +Niger,336211,118000,805,142,265 +Niger,336321,9882,805,142,265 +Niger,336350,35000,805,142,265 +Niger,336399,707299,805,142,265 +Niger,336991,10752,805,142,265 +Niger,337214,118212,805,142,265 +Niger,339112,16222,805,142,265 +Niger,339115,8456,805,142,265 +Niger,339920,128157,805,142,265 +Niger,339944,327167,805,142,265 +Niger,339991,4977,805,142,265 +Niger,511210,3301,805,142,265 +Niger,920000,2170667,805,142,265 +Niger,990000,1880557,805,142,265 +Nigeria,111130,2640,805,143,266 +Nigeria,111140,793820010,805,143,266 +Nigeria,111150,99016,805,143,266 +Nigeria,111199,25900,805,143,266 +Nigeria,111421,84551,805,143,266 +Nigeria,111910,11164687,805,143,266 +Nigeria,111998,63429,805,143,266 +Nigeria,112111,8883,805,143,266 +Nigeria,112310,580672,805,143,266 +Nigeria,112920,10640,805,143,266 +Nigeria,113210,103002,805,143,266 +Nigeria,113310,5037,805,143,266 +Nigeria,114111,2306646,805,143,266 +Nigeria,114112,7530,805,143,266 +Nigeria,114119,4455,805,143,266 +Nigeria,211111,11653,805,143,266 +Nigeria,211112,7929597,805,143,266 +Nigeria,212113,146376,805,143,266 +Nigeria,212319,5902,805,143,266 +Nigeria,212322,103040,805,143,266 +Nigeria,212324,18543,805,143,266 +Nigeria,212325,357517,805,143,266 +Nigeria,212391,9850,805,143,266 +Nigeria,212393,190758,805,143,266 +Nigeria,212399,744380,805,143,266 +Nigeria,311111,129111,805,143,266 +Nigeria,311119,2417956,805,143,266 +Nigeria,311211,546623,805,143,266 +Nigeria,311212,38500454,805,143,266 +Nigeria,311221,12629104,805,143,266 +Nigeria,311222,146027,805,143,266 +Nigeria,311223,9300,805,143,266 +Nigeria,311225,52161,805,143,266 +Nigeria,311230,89819,805,143,266 +Nigeria,311311,11330,805,143,266 +Nigeria,311320,13447,805,143,266 +Nigeria,311340,20006,805,143,266 +Nigeria,311411,54718,805,143,266 +Nigeria,311421,2504152,805,143,266 +Nigeria,311423,23406,805,143,266 +Nigeria,311512,48480,805,143,266 +Nigeria,311513,706995,805,143,266 +Nigeria,311514,1102738,805,143,266 +Nigeria,311520,410731,805,143,266 +Nigeria,311611,782063,805,143,266 +Nigeria,311613,53441725,805,143,266 +Nigeria,311615,109093,805,143,266 +Nigeria,311711,284718,805,143,266 +Nigeria,311811,164705,805,143,266 +Nigeria,311822,153874,805,143,266 +Nigeria,311911,1079434,805,143,266 +Nigeria,311919,122379,805,143,266 +Nigeria,311920,152002,805,143,266 +Nigeria,311930,3348306,805,143,266 +Nigeria,311941,8537278,805,143,266 +Nigeria,311942,634132,805,143,266 +Nigeria,311999,4005381,805,143,266 +Nigeria,312111,573419,805,143,266 +Nigeria,312112,8330,805,143,266 +Nigeria,312113,60480,805,143,266 +Nigeria,312120,44897,805,143,266 +Nigeria,312130,2692750,805,143,266 +Nigeria,312140,2169795,805,143,266 +Nigeria,312221,90080,805,143,266 +Nigeria,312229,18924,805,143,266 +Nigeria,313111,14927,805,143,266 +Nigeria,313210,268984,805,143,266 +Nigeria,313221,895978,805,143,266 +Nigeria,313230,1015406,805,143,266 +Nigeria,313249,116850,805,143,266 +Nigeria,313320,237947,805,143,266 +Nigeria,314110,684017,805,143,266 +Nigeria,314121,31283,805,143,266 +Nigeria,314129,148826,805,143,266 +Nigeria,314911,1285499,805,143,266 +Nigeria,314912,502863,805,143,266 +Nigeria,314991,198855,805,143,266 +Nigeria,314992,3142,805,143,266 +Nigeria,314999,1854494,805,143,266 +Nigeria,315111,4259,805,143,266 +Nigeria,315221,131808,805,143,266 +Nigeria,315222,79060,805,143,266 +Nigeria,315223,245399,805,143,266 +Nigeria,315224,111133,805,143,266 +Nigeria,315228,455531,805,143,266 +Nigeria,315231,653484,805,143,266 +Nigeria,315232,1430773,805,143,266 +Nigeria,315233,775332,805,143,266 +Nigeria,315234,965385,805,143,266 +Nigeria,315239,780131,805,143,266 +Nigeria,315291,250636,805,143,266 +Nigeria,315292,157484,805,143,266 +Nigeria,315991,44762,805,143,266 +Nigeria,315992,239571,805,143,266 +Nigeria,315999,766044,805,143,266 +Nigeria,316110,21512,805,143,266 +Nigeria,316211,147172,805,143,266 +Nigeria,316212,3500,805,143,266 +Nigeria,316213,1997641,805,143,266 +Nigeria,316214,1269049,805,143,266 +Nigeria,316219,732128,805,143,266 +Nigeria,316991,137787,805,143,266 +Nigeria,316992,105915,805,143,266 +Nigeria,316993,59258,805,143,266 +Nigeria,316999,104522,805,143,266 +Nigeria,321113,70486,805,143,266 +Nigeria,321212,33222,805,143,266 +Nigeria,321911,144464,805,143,266 +Nigeria,321918,45616,805,143,266 +Nigeria,321920,11603,805,143,266 +Nigeria,321991,48129,805,143,266 +Nigeria,321999,265201,805,143,266 +Nigeria,322110,7395879,805,143,266 +Nigeria,322121,5537754,805,143,266 +Nigeria,322122,6276909,805,143,266 +Nigeria,322130,28807332,805,143,266 +Nigeria,322211,5625,805,143,266 +Nigeria,322212,12250,805,143,266 +Nigeria,322213,13000,805,143,266 +Nigeria,322222,906643,805,143,266 +Nigeria,322223,379443,805,143,266 +Nigeria,322224,3434,805,143,266 +Nigeria,322232,6750,805,143,266 +Nigeria,322233,9040,805,143,266 +Nigeria,322291,1818830,805,143,266 +Nigeria,322299,128570,805,143,266 +Nigeria,323117,10512040,805,143,266 +Nigeria,323118,238409,805,143,266 +Nigeria,323119,2528170,805,143,266 +Nigeria,323122,62409,805,143,266 +Nigeria,324110,633860339,805,143,266 +Nigeria,324122,77341,805,143,266 +Nigeria,325110,701059,805,143,266 +Nigeria,325120,134447,805,143,266 +Nigeria,325131,36473,805,143,266 +Nigeria,325132,791239,805,143,266 +Nigeria,325181,1191658,805,143,266 +Nigeria,325182,8600,805,143,266 +Nigeria,325188,6493571,805,143,266 +Nigeria,325191,1038100,805,143,266 +Nigeria,325192,35849,805,143,266 +Nigeria,325193,18965543,805,143,266 +Nigeria,325199,17724646,805,143,266 +Nigeria,325211,121438653,805,143,266 +Nigeria,325212,2279462,805,143,266 +Nigeria,325222,75813,805,143,266 +Nigeria,325311,2383734,805,143,266 +Nigeria,325312,366683,805,143,266 +Nigeria,325320,355787,805,143,266 +Nigeria,325411,937862,805,143,266 +Nigeria,325412,4313902,805,143,266 +Nigeria,325414,119124,805,143,266 +Nigeria,325510,1787720,805,143,266 +Nigeria,325520,5846773,805,143,266 +Nigeria,325611,1259384,805,143,266 +Nigeria,325612,569450,805,143,266 +Nigeria,325613,3612770,805,143,266 +Nigeria,325620,32729113,805,143,266 +Nigeria,325910,1052888,805,143,266 +Nigeria,325920,176411,805,143,266 +Nigeria,325992,1514543,805,143,266 +Nigeria,325998,22111555,805,143,266 +Nigeria,326113,2885234,805,143,266 +Nigeria,326121,24544,805,143,266 +Nigeria,326122,1221158,805,143,266 +Nigeria,326160,79027,805,143,266 +Nigeria,326191,89105,805,143,266 +Nigeria,326192,78305,805,143,266 +Nigeria,326199,13279454,805,143,266 +Nigeria,326211,1469343,805,143,266 +Nigeria,326212,33000,805,143,266 +Nigeria,326220,1610692,805,143,266 +Nigeria,326299,962754,805,143,266 +Nigeria,327111,51635,805,143,266 +Nigeria,327112,647218,805,143,266 +Nigeria,327113,98096,805,143,266 +Nigeria,327122,603300,805,143,266 +Nigeria,327124,335853,805,143,266 +Nigeria,327125,249839,805,143,266 +Nigeria,327211,138910,805,143,266 +Nigeria,327212,667569,805,143,266 +Nigeria,327213,116087,805,143,266 +Nigeria,327215,247919,805,143,266 +Nigeria,327310,29168,805,143,266 +Nigeria,327331,84500,805,143,266 +Nigeria,327390,166686,805,143,266 +Nigeria,327410,127052,805,143,266 +Nigeria,327420,20148,805,143,266 +Nigeria,327910,72503,805,143,266 +Nigeria,327991,34895,805,143,266 +Nigeria,327992,547465,805,143,266 +Nigeria,327993,235238,805,143,266 +Nigeria,327999,418243,805,143,266 +Nigeria,331111,29156254,805,143,266 +Nigeria,331222,180593,805,143,266 +Nigeria,331315,50834,805,143,266 +Nigeria,331316,60746,805,143,266 +Nigeria,331319,4490,805,143,266 +Nigeria,331411,8386,805,143,266 +Nigeria,331419,69384,805,143,266 +Nigeria,331421,34447,805,143,266 +Nigeria,331422,341870,805,143,266 +Nigeria,331491,1115804,805,143,266 +Nigeria,331511,3767254,805,143,266 +Nigeria,332115,211775,805,143,266 +Nigeria,332211,16714,805,143,266 +Nigeria,332212,5033439,805,143,266 +Nigeria,332213,55010,805,143,266 +Nigeria,332214,45000,805,143,266 +Nigeria,332311,41283218,805,143,266 +Nigeria,332312,5157325,805,143,266 +Nigeria,332321,913028,805,143,266 +Nigeria,332322,752394,805,143,266 +Nigeria,332323,45528,805,143,266 +Nigeria,332410,3441524,805,143,266 +Nigeria,332420,5598048,805,143,266 +Nigeria,332439,280633,805,143,266 +Nigeria,332510,876992,805,143,266 +Nigeria,332611,36397,805,143,266 +Nigeria,332618,1009355,805,143,266 +Nigeria,332722,3460919,805,143,266 +Nigeria,332911,35240651,805,143,266 +Nigeria,332912,4243504,805,143,266 +Nigeria,332913,453986,805,143,266 +Nigeria,332919,12270480,805,143,266 +Nigeria,332991,1440045,805,143,266 +Nigeria,332992,20357,805,143,266 +Nigeria,332994,70410,805,143,266 +Nigeria,332998,83942,805,143,266 +Nigeria,332999,7400910,805,143,266 +Nigeria,333111,24401145,805,143,266 +Nigeria,333120,93744326,805,143,266 +Nigeria,333131,9493192,805,143,266 +Nigeria,333132,181084756,805,143,266 +Nigeria,333210,14919,805,143,266 +Nigeria,333220,1040707,805,143,266 +Nigeria,333291,271841,805,143,266 +Nigeria,333292,704334,805,143,266 +Nigeria,333293,2066558,805,143,266 +Nigeria,333294,1565459,805,143,266 +Nigeria,333295,152267,805,143,266 +Nigeria,333298,444581,805,143,266 +Nigeria,333311,330190,805,143,266 +Nigeria,333313,4715149,805,143,266 +Nigeria,333314,1935526,805,143,266 +Nigeria,333315,2531672,805,143,266 +Nigeria,333319,1954812,805,143,266 +Nigeria,333411,775267,805,143,266 +Nigeria,333412,875219,805,143,266 +Nigeria,333414,2438033,805,143,266 +Nigeria,333415,7533675,805,143,266 +Nigeria,333511,191935,805,143,266 +Nigeria,333512,8331115,805,143,266 +Nigeria,333513,2653950,805,143,266 +Nigeria,333514,362796,805,143,266 +Nigeria,333515,642605,805,143,266 +Nigeria,333516,3975,805,143,266 +Nigeria,333611,80807307,805,143,266 +Nigeria,333612,2102931,805,143,266 +Nigeria,333613,2440926,805,143,266 +Nigeria,333618,16173022,805,143,266 +Nigeria,333911,21155797,805,143,266 +Nigeria,333912,40068350,805,143,266 +Nigeria,333913,8576712,805,143,266 +Nigeria,333921,209215,805,143,266 +Nigeria,333922,2456195,805,143,266 +Nigeria,333923,10331455,805,143,266 +Nigeria,333924,23291417,805,143,266 +Nigeria,333991,1607679,805,143,266 +Nigeria,333992,5987633,805,143,266 +Nigeria,333993,1158953,805,143,266 +Nigeria,333994,1244719,805,143,266 +Nigeria,333995,622657,805,143,266 +Nigeria,333996,3243440,805,143,266 +Nigeria,333997,3397840,805,143,266 +Nigeria,333999,65072083,805,143,266 +Nigeria,334111,12070894,805,143,266 +Nigeria,334112,1377248,805,143,266 +Nigeria,334119,11057558,805,143,266 +Nigeria,334210,2076932,805,143,266 +Nigeria,334220,23977364,805,143,266 +Nigeria,334290,987141,805,143,266 +Nigeria,334310,5542841,805,143,266 +Nigeria,334411,92178,805,143,266 +Nigeria,334412,98019,805,143,266 +Nigeria,334413,5131223,805,143,266 +Nigeria,334414,17512,805,143,266 +Nigeria,334415,291646,805,143,266 +Nigeria,334416,158314,805,143,266 +Nigeria,334417,7393245,805,143,266 +Nigeria,334418,1399867,805,143,266 +Nigeria,334419,3030115,805,143,266 +Nigeria,334510,2170948,805,143,266 +Nigeria,334511,11025068,805,143,266 +Nigeria,334512,360773,805,143,266 +Nigeria,334513,16181680,805,143,266 +Nigeria,334514,2789255,805,143,266 +Nigeria,334515,7692563,805,143,266 +Nigeria,334516,6270642,805,143,266 +Nigeria,334517,7846553,805,143,266 +Nigeria,334518,204051,805,143,266 +Nigeria,334519,10840001,805,143,266 +Nigeria,334612,982858,805,143,266 +Nigeria,334613,163534,805,143,266 +Nigeria,335110,210835,805,143,266 +Nigeria,335121,532575,805,143,266 +Nigeria,335129,4512282,805,143,266 +Nigeria,335211,1659677,805,143,266 +Nigeria,335212,8716,805,143,266 +Nigeria,335221,94725,805,143,266 +Nigeria,335222,395206,805,143,266 +Nigeria,335224,1141185,805,143,266 +Nigeria,335228,976916,805,143,266 +Nigeria,335311,726249,805,143,266 +Nigeria,335312,11437238,805,143,266 +Nigeria,335313,3040856,805,143,266 +Nigeria,335314,8193136,805,143,266 +Nigeria,335911,7897804,805,143,266 +Nigeria,335912,3926108,805,143,266 +Nigeria,335921,2284575,805,143,266 +Nigeria,335929,12330015,805,143,266 +Nigeria,335931,595527,805,143,266 +Nigeria,335932,171067,805,143,266 +Nigeria,335991,402578,805,143,266 +Nigeria,335999,3529670,805,143,266 +Nigeria,336111,644002086,805,143,266 +Nigeria,336120,107873773,805,143,266 +Nigeria,336211,553251,805,143,266 +Nigeria,336212,4022842,805,143,266 +Nigeria,336213,255900,805,143,266 +Nigeria,336214,2928674,805,143,266 +Nigeria,336311,3191648,805,143,266 +Nigeria,336321,223657,805,143,266 +Nigeria,336322,1294106,805,143,266 +Nigeria,336330,47483,805,143,266 +Nigeria,336340,302500,805,143,266 +Nigeria,336350,930555,805,143,266 +Nigeria,336370,12700,805,143,266 +Nigeria,336391,16765,805,143,266 +Nigeria,336399,46163197,805,143,266 +Nigeria,336412,2066555,805,143,266 +Nigeria,336413,1470578,805,143,266 +Nigeria,336510,1802924,805,143,266 +Nigeria,336611,32120713,805,143,266 +Nigeria,336612,5986016,805,143,266 +Nigeria,336991,895513,805,143,266 +Nigeria,337110,226000,805,143,266 +Nigeria,337124,1348986,805,143,266 +Nigeria,337127,4537145,805,143,266 +Nigeria,337129,28000,805,143,266 +Nigeria,337211,500373,805,143,266 +Nigeria,337214,131287,805,143,266 +Nigeria,337215,2521676,805,143,266 +Nigeria,337910,68300,805,143,266 +Nigeria,337920,17487,805,143,266 +Nigeria,339112,1347911,805,143,266 +Nigeria,339113,2048740,805,143,266 +Nigeria,339114,169454,805,143,266 +Nigeria,339115,54613,805,143,266 +Nigeria,339911,392546,805,143,266 +Nigeria,339913,5885,805,143,266 +Nigeria,339914,73231,805,143,266 +Nigeria,339920,1168997,805,143,266 +Nigeria,339932,398710,805,143,266 +Nigeria,339941,47610,805,143,266 +Nigeria,339942,35795,805,143,266 +Nigeria,339943,24932,805,143,266 +Nigeria,339944,543383,805,143,266 +Nigeria,339950,150332,805,143,266 +Nigeria,339991,4522320,805,143,266 +Nigeria,339992,334548,805,143,266 +Nigeria,339993,89851,805,143,266 +Nigeria,339994,1059166,805,143,266 +Nigeria,339999,2569606,805,143,266 +Nigeria,511210,189053,805,143,266 +Nigeria,910000,3243367,805,143,266 +Nigeria,920000,41701087,805,143,266 +Nigeria,990000,41976682,805,143,266 +Norfolk Island,111335,73815,808,144,267 +Norfolk Island,114112,182534,808,144,267 +Norfolk Island,311421,63684,808,144,267 +Norfolk Island,322299,20619,808,144,267 +Norfolk Island,325412,10010,808,144,267 +Norfolk Island,325620,65648,808,144,267 +Norfolk Island,326199,9552,808,144,267 +Norfolk Island,331111,3890,808,144,267 +Norfolk Island,332999,41293,808,144,267 +Norfolk Island,333132,20289,808,144,267 +Norfolk Island,336612,20000,808,144,267 +Norfolk Island,336991,20000,808,144,267 +Norfolk Island,339999,5149,808,144,267 +Norfolk Island,990000,60492,808,144,267 +North Korea,111140,1482210,807,145,268 +North Korea,111150,7000,807,145,268 +North Korea,111421,273763,807,145,268 +North Korea,990000,1104100,807,145,268 +Norway,111120,739573,804,146,269 +Norway,111130,524024,804,146,269 +Norway,111150,552313,804,146,269 +Norway,111199,104940,804,146,269 +Norway,111219,466033,804,146,269 +Norway,111320,105650,804,146,269 +Norway,111331,2124010,804,146,269 +Norway,111332,404550,804,146,269 +Norway,111335,16416420,804,146,269 +Norway,111339,566652,804,146,269 +Norway,111421,41008,804,146,269 +Norway,111422,181017,804,146,269 +Norway,111920,6865,804,146,269 +Norway,111992,25000,804,146,269 +Norway,111998,23475,804,146,269 +Norway,112111,30684,804,146,269 +Norway,112310,3055,804,146,269 +Norway,112511,4823,804,146,269 +Norway,112920,302250,804,146,269 +Norway,112930,46899,804,146,269 +Norway,112990,35860,804,146,269 +Norway,113210,117076,804,146,269 +Norway,113310,1170277,804,146,269 +Norway,114111,46626064,804,146,269 +Norway,114112,3130998,804,146,269 +Norway,114119,42201,804,146,269 +Norway,211112,68187,804,146,269 +Norway,212112,13057775,804,146,269 +Norway,212221,25355,804,146,269 +Norway,212222,470536,804,146,269 +Norway,212311,9225,804,146,269 +Norway,212322,98418,804,146,269 +Norway,212324,186364,804,146,269 +Norway,212325,1190246,804,146,269 +Norway,212392,11500,804,146,269 +Norway,212393,534320,804,146,269 +Norway,212399,1266193,804,146,269 +Norway,311111,30000,804,146,269 +Norway,311119,504698,804,146,269 +Norway,311211,539009,804,146,269 +Norway,311212,700394,804,146,269 +Norway,311221,590639,804,146,269 +Norway,311222,1423918,804,146,269 +Norway,311223,612122,804,146,269 +Norway,311225,184862,804,146,269 +Norway,311230,41387,804,146,269 +Norway,311311,25959,804,146,269 +Norway,311320,410163,804,146,269 +Norway,311340,886240,804,146,269 +Norway,311411,304206,804,146,269 +Norway,311421,9307182,804,146,269 +Norway,311423,10527870,804,146,269 +Norway,311513,7413,804,146,269 +Norway,311514,30479,804,146,269 +Norway,311520,5044,804,146,269 +Norway,311611,146783,804,146,269 +Norway,311613,2720661,804,146,269 +Norway,311615,29594,804,146,269 +Norway,311711,54595,804,146,269 +Norway,311811,1796950,804,146,269 +Norway,311822,80298,804,146,269 +Norway,311911,8770521,804,146,269 +Norway,311919,10205,804,146,269 +Norway,311920,687766,804,146,269 +Norway,311930,85100,804,146,269 +Norway,311941,1355169,804,146,269 +Norway,311942,202016,804,146,269 +Norway,311999,4242594,804,146,269 +Norway,312111,215654,804,146,269 +Norway,312112,10151,804,146,269 +Norway,312120,394364,804,146,269 +Norway,312130,2871156,804,146,269 +Norway,312140,2266806,804,146,269 +Norway,312229,66379,804,146,269 +Norway,313113,10396,804,146,269 +Norway,313210,561736,804,146,269 +Norway,313221,296090,804,146,269 +Norway,313230,559282,804,146,269 +Norway,313249,48478,804,146,269 +Norway,313312,27985,804,146,269 +Norway,313320,913209,804,146,269 +Norway,314110,245254,804,146,269 +Norway,314121,6944,804,146,269 +Norway,314129,193431,804,146,269 +Norway,314911,17751,804,146,269 +Norway,314912,213146,804,146,269 +Norway,314991,1513774,804,146,269 +Norway,314992,23917,804,146,269 +Norway,314999,1040400,804,146,269 +Norway,315111,316384,804,146,269 +Norway,315221,137170,804,146,269 +Norway,315222,36174,804,146,269 +Norway,315223,222531,804,146,269 +Norway,315224,76758,804,146,269 +Norway,315228,414768,804,146,269 +Norway,315231,452697,804,146,269 +Norway,315232,69599,804,146,269 +Norway,315233,83653,804,146,269 +Norway,315234,12624,804,146,269 +Norway,315239,422885,804,146,269 +Norway,315291,9084,804,146,269 +Norway,315292,210073,804,146,269 +Norway,315991,68669,804,146,269 +Norway,315992,115648,804,146,269 +Norway,315999,973464,804,146,269 +Norway,316110,58278,804,146,269 +Norway,316211,542357,804,146,269 +Norway,316212,29493,804,146,269 +Norway,316213,96348,804,146,269 +Norway,316214,50361,804,146,269 +Norway,316219,149901,804,146,269 +Norway,316991,962655,804,146,269 +Norway,316992,41592,804,146,269 +Norway,316993,138811,804,146,269 +Norway,316999,361584,804,146,269 +Norway,321113,5580321,804,146,269 +Norway,321114,149364,804,146,269 +Norway,321211,146071,804,146,269 +Norway,321212,50436,804,146,269 +Norway,321213,165512,804,146,269 +Norway,321219,90308,804,146,269 +Norway,321911,39304,804,146,269 +Norway,321918,160267,804,146,269 +Norway,321920,75715,804,146,269 +Norway,321992,92111,804,146,269 +Norway,321999,491812,804,146,269 +Norway,322110,39233,804,146,269 +Norway,322121,504807,804,146,269 +Norway,322130,877447,804,146,269 +Norway,322211,7914,804,146,269 +Norway,322212,37172,804,146,269 +Norway,322215,1760971,804,146,269 +Norway,322222,721121,804,146,269 +Norway,322223,1154760,804,146,269 +Norway,322291,16985,804,146,269 +Norway,322299,67615,804,146,269 +Norway,323117,1850130,804,146,269 +Norway,323118,95501,804,146,269 +Norway,323119,2772496,804,146,269 +Norway,323122,5657,804,146,269 +Norway,324110,57861197,804,146,269 +Norway,324121,27930,804,146,269 +Norway,325110,28674,804,146,269 +Norway,325120,205124,804,146,269 +Norway,325131,134305,804,146,269 +Norway,325132,8041,804,146,269 +Norway,325181,115828,804,146,269 +Norway,325182,3928,804,146,269 +Norway,325188,4177413,804,146,269 +Norway,325191,250364,804,146,269 +Norway,325192,1897544,804,146,269 +Norway,325199,70089730,804,146,269 +Norway,325211,1861582,804,146,269 +Norway,325212,934444,804,146,269 +Norway,325222,104276,804,146,269 +Norway,325311,64651,804,146,269 +Norway,325312,285180,804,146,269 +Norway,325320,51498,804,146,269 +Norway,325411,4050429,804,146,269 +Norway,325412,10718814,804,146,269 +Norway,325414,696674,804,146,269 +Norway,325510,4949900,804,146,269 +Norway,325520,1060140,804,146,269 +Norway,325611,1070160,804,146,269 +Norway,325612,944013,804,146,269 +Norway,325613,7216163,804,146,269 +Norway,325620,16530758,804,146,269 +Norway,325910,57119,804,146,269 +Norway,325920,4456543,804,146,269 +Norway,325992,555126,804,146,269 +Norway,325998,1613625,804,146,269 +Norway,326113,2442533,804,146,269 +Norway,326121,18712,804,146,269 +Norway,326122,235850,804,146,269 +Norway,326160,85437,804,146,269 +Norway,326191,1754662,804,146,269 +Norway,326192,651033,804,146,269 +Norway,326199,37180657,804,146,269 +Norway,326211,7807587,804,146,269 +Norway,326220,1738286,804,146,269 +Norway,326299,3066504,804,146,269 +Norway,327111,26292,804,146,269 +Norway,327112,1661901,804,146,269 +Norway,327113,51437,804,146,269 +Norway,327121,36059,804,146,269 +Norway,327124,54129,804,146,269 +Norway,327125,6975095,804,146,269 +Norway,327211,332726,804,146,269 +Norway,327212,826870,804,146,269 +Norway,327215,745691,804,146,269 +Norway,327331,89845,804,146,269 +Norway,327390,4750,804,146,269 +Norway,327420,901195,804,146,269 +Norway,327910,18183206,804,146,269 +Norway,327991,23781,804,146,269 +Norway,327992,335976,804,146,269 +Norway,327993,1082542,804,146,269 +Norway,327999,908543,804,146,269 +Norway,331111,15845432,804,146,269 +Norway,331112,34142,804,146,269 +Norway,331222,3420456,804,146,269 +Norway,331311,233014,804,146,269 +Norway,331312,13819,804,146,269 +Norway,331315,246026,804,146,269 +Norway,331316,181702,804,146,269 +Norway,331319,2412659,804,146,269 +Norway,331411,30120,804,146,269 +Norway,331419,271335977,804,146,269 +Norway,331421,988318,804,146,269 +Norway,331422,455919,804,146,269 +Norway,331491,4041999,804,146,269 +Norway,331492,32894,804,146,269 +Norway,331511,3530908,804,146,269 +Norway,332115,131866,804,146,269 +Norway,332211,585750,804,146,269 +Norway,332212,10109785,804,146,269 +Norway,332213,178800,804,146,269 +Norway,332214,120874,804,146,269 +Norway,332311,307046,804,146,269 +Norway,332312,1911366,804,146,269 +Norway,332321,492765,804,146,269 +Norway,332323,1404495,804,146,269 +Norway,332410,480694,804,146,269 +Norway,332420,3563476,804,146,269 +Norway,332431,3000,804,146,269 +Norway,332439,378456,804,146,269 +Norway,332510,4264051,804,146,269 +Norway,332611,586622,804,146,269 +Norway,332618,10651378,804,146,269 +Norway,332722,2778090,804,146,269 +Norway,332911,43744316,804,146,269 +Norway,332912,8145240,804,146,269 +Norway,332913,50584,804,146,269 +Norway,332919,5015989,804,146,269 +Norway,332991,1813252,804,146,269 +Norway,332992,9417597,804,146,269 +Norway,332994,6891135,804,146,269 +Norway,332995,7703750,804,146,269 +Norway,332997,47520,804,146,269 +Norway,332998,889588,804,146,269 +Norway,332999,11549654,804,146,269 +Norway,333111,21589000,804,146,269 +Norway,333120,34182487,804,146,269 +Norway,333131,24912012,804,146,269 +Norway,333132,107611274,804,146,269 +Norway,333210,1089877,804,146,269 +Norway,333220,728474,804,146,269 +Norway,333291,708332,804,146,269 +Norway,333292,211088,804,146,269 +Norway,333293,1567906,804,146,269 +Norway,333294,2170599,804,146,269 +Norway,333295,1443358,804,146,269 +Norway,333298,669591,804,146,269 +Norway,333311,584778,804,146,269 +Norway,333313,2938894,804,146,269 +Norway,333314,24977082,804,146,269 +Norway,333315,2270653,804,146,269 +Norway,333319,1554487,804,146,269 +Norway,333411,2725454,804,146,269 +Norway,333412,368889,804,146,269 +Norway,333414,1423061,804,146,269 +Norway,333415,3249621,804,146,269 +Norway,333511,334940,804,146,269 +Norway,333512,1172420,804,146,269 +Norway,333513,523392,804,146,269 +Norway,333514,6945403,804,146,269 +Norway,333515,1679119,804,146,269 +Norway,333611,60219782,804,146,269 +Norway,333612,930755,804,146,269 +Norway,333613,2162360,804,146,269 +Norway,333618,47347532,804,146,269 +Norway,333911,12715886,804,146,269 +Norway,333912,2425097,804,146,269 +Norway,333913,328073,804,146,269 +Norway,333921,66659,804,146,269 +Norway,333922,1639544,804,146,269 +Norway,333923,2988918,804,146,269 +Norway,333924,3738071,804,146,269 +Norway,333991,1152491,804,146,269 +Norway,333992,2930419,804,146,269 +Norway,333993,1126547,804,146,269 +Norway,333994,1012220,804,146,269 +Norway,333995,822362,804,146,269 +Norway,333996,6343154,804,146,269 +Norway,333997,266772,804,146,269 +Norway,333999,56848339,804,146,269 +Norway,334111,22737418,804,146,269 +Norway,334112,6802283,804,146,269 +Norway,334119,25425892,804,146,269 +Norway,334210,2264712,804,146,269 +Norway,334220,56008710,804,146,269 +Norway,334290,3935907,804,146,269 +Norway,334310,15585781,804,146,269 +Norway,334411,1953134,804,146,269 +Norway,334412,5831367,804,146,269 +Norway,334413,16750056,804,146,269 +Norway,334414,272514,804,146,269 +Norway,334415,411312,804,146,269 +Norway,334416,164673,804,146,269 +Norway,334417,17898109,804,146,269 +Norway,334418,809492,804,146,269 +Norway,334419,9689964,804,146,269 +Norway,334510,33217586,804,146,269 +Norway,334511,19913010,804,146,269 +Norway,334512,442099,804,146,269 +Norway,334513,27776905,804,146,269 +Norway,334514,482416,804,146,269 +Norway,334515,17511847,804,146,269 +Norway,334516,30622953,804,146,269 +Norway,334517,5087073,804,146,269 +Norway,334518,528660,804,146,269 +Norway,334519,158561434,804,146,269 +Norway,334612,555722,804,146,269 +Norway,334613,1443810,804,146,269 +Norway,335110,145096,804,146,269 +Norway,335121,101057,804,146,269 +Norway,335129,2447664,804,146,269 +Norway,335211,1847018,804,146,269 +Norway,335212,1514243,804,146,269 +Norway,335221,1922118,804,146,269 +Norway,335222,63968,804,146,269 +Norway,335224,30245,804,146,269 +Norway,335228,901400,804,146,269 +Norway,335311,484032,804,146,269 +Norway,335312,7846333,804,146,269 +Norway,335313,1427749,804,146,269 +Norway,335314,3694864,804,146,269 +Norway,335911,2272004,804,146,269 +Norway,335912,4576037,804,146,269 +Norway,335921,4572789,804,146,269 +Norway,335929,43049623,804,146,269 +Norway,335931,2647633,804,146,269 +Norway,335932,295232,804,146,269 +Norway,335991,1043163,804,146,269 +Norway,335999,15052393,804,146,269 +Norway,336111,32001059,804,146,269 +Norway,336120,1012965,804,146,269 +Norway,336211,420422,804,146,269 +Norway,336212,152899,804,146,269 +Norway,336213,16500,804,146,269 +Norway,336214,6354466,804,146,269 +Norway,336311,1230651,804,146,269 +Norway,336321,1449203,804,146,269 +Norway,336322,1624399,804,146,269 +Norway,336330,97110,804,146,269 +Norway,336340,543358,804,146,269 +Norway,336350,1399425,804,146,269 +Norway,336360,144989,804,146,269 +Norway,336370,5882,804,146,269 +Norway,336391,643959,804,146,269 +Norway,336399,15620281,804,146,269 +Norway,336411,363197,804,146,269 +Norway,336412,12704476,804,146,269 +Norway,336413,31404242,804,146,269 +Norway,336415,439453,804,146,269 +Norway,336419,24075,804,146,269 +Norway,336510,262079,804,146,269 +Norway,336611,7145262,804,146,269 +Norway,336612,4325670,804,146,269 +Norway,336991,11621644,804,146,269 +Norway,336992,3647172,804,146,269 +Norway,337124,204318,804,146,269 +Norway,337127,2569284,804,146,269 +Norway,337211,23664,804,146,269 +Norway,337214,105249,804,146,269 +Norway,337215,722555,804,146,269 +Norway,337910,348786,804,146,269 +Norway,339112,17446994,804,146,269 +Norway,339113,7394865,804,146,269 +Norway,339114,1927147,804,146,269 +Norway,339115,1580032,804,146,269 +Norway,339911,1633048,804,146,269 +Norway,339912,427826,804,146,269 +Norway,339913,106319,804,146,269 +Norway,339914,475568,804,146,269 +Norway,339920,10587807,804,146,269 +Norway,339932,978461,804,146,269 +Norway,339941,172458,804,146,269 +Norway,339942,55752,804,146,269 +Norway,339943,92777,804,146,269 +Norway,339944,71916,804,146,269 +Norway,339991,11009477,804,146,269 +Norway,339992,3245008,804,146,269 +Norway,339993,59297,804,146,269 +Norway,339994,480256,804,146,269 +Norway,339999,6902465,804,146,269 +Norway,511210,1169110,804,146,269 +Norway,910000,1527008,804,146,269 +Norway,920000,27523928,804,146,269 +Norway,990000,172970117,804,146,269 +Oman,111130,23536,806,147,270 +Oman,111140,17694464,806,147,270 +Oman,111150,49536,806,147,270 +Oman,111199,47183,806,147,270 +Oman,111219,519233,806,147,270 +Oman,111331,219571,806,147,270 +Oman,111333,32900,806,147,270 +Oman,111335,764867,806,147,270 +Oman,111339,73036,806,147,270 +Oman,111411,134394,806,147,270 +Oman,111940,50000,806,147,270 +Oman,111998,935174,806,147,270 +Oman,112111,404936,806,147,270 +Oman,112310,2852375,806,147,270 +Oman,112920,262000,806,147,270 +Oman,113310,292108,806,147,270 +Oman,114111,100911,806,147,270 +Oman,114112,11517,806,147,270 +Oman,212112,395684,806,147,270 +Oman,212311,41546,806,147,270 +Oman,212319,11088,806,147,270 +Oman,212325,475708,806,147,270 +Oman,212393,137390,806,147,270 +Oman,212399,55649,806,147,270 +Oman,311111,106202,806,147,270 +Oman,311119,21363,806,147,270 +Oman,311211,448314,806,147,270 +Oman,311212,462177,806,147,270 +Oman,311221,5552428,806,147,270 +Oman,311222,166629,806,147,270 +Oman,311223,19239,806,147,270 +Oman,311225,212632,806,147,270 +Oman,311311,68668,806,147,270 +Oman,311320,101995,806,147,270 +Oman,311340,129905,806,147,270 +Oman,311411,214594,806,147,270 +Oman,311421,1051633,806,147,270 +Oman,311422,2709,806,147,270 +Oman,311511,4950,806,147,270 +Oman,311512,278035,806,147,270 +Oman,311513,265558,806,147,270 +Oman,311514,110458,806,147,270 +Oman,311520,44484,806,147,270 +Oman,311611,22132,806,147,270 +Oman,311613,27929,806,147,270 +Oman,311615,5744603,806,147,270 +Oman,311811,190321,806,147,270 +Oman,311822,170679,806,147,270 +Oman,311911,346080,806,147,270 +Oman,311919,248805,806,147,270 +Oman,311920,57084,806,147,270 +Oman,311941,948012,806,147,270 +Oman,311942,1259782,806,147,270 +Oman,311999,1617402,806,147,270 +Oman,312120,407448,806,147,270 +Oman,312130,42771,806,147,270 +Oman,312140,52650,806,147,270 +Oman,313111,3246,806,147,270 +Oman,313210,100781,806,147,270 +Oman,313221,180406,806,147,270 +Oman,313230,23187,806,147,270 +Oman,313249,5152,806,147,270 +Oman,313320,50734,806,147,270 +Oman,314110,161315,806,147,270 +Oman,314129,59162,806,147,270 +Oman,314911,6492,806,147,270 +Oman,314912,2183844,806,147,270 +Oman,314991,151942,806,147,270 +Oman,314999,1460280,806,147,270 +Oman,315111,16360,806,147,270 +Oman,315221,48080,806,147,270 +Oman,315222,47637,806,147,270 +Oman,315223,19855,806,147,270 +Oman,315228,203765,806,147,270 +Oman,315231,11000,806,147,270 +Oman,315233,17370,806,147,270 +Oman,315239,9078,806,147,270 +Oman,315992,12285,806,147,270 +Oman,315999,98510,806,147,270 +Oman,316110,91027,806,147,270 +Oman,316213,1093899,806,147,270 +Oman,316219,5961,806,147,270 +Oman,316991,71555,806,147,270 +Oman,316992,31222,806,147,270 +Oman,316993,14700,806,147,270 +Oman,316999,19305,806,147,270 +Oman,321113,950385,806,147,270 +Oman,321114,3021051,806,147,270 +Oman,321211,7022,806,147,270 +Oman,321219,11275,806,147,270 +Oman,321911,3060,806,147,270 +Oman,321918,120849,806,147,270 +Oman,321999,27783,806,147,270 +Oman,322110,67282,806,147,270 +Oman,322121,1484094,806,147,270 +Oman,322122,603790,806,147,270 +Oman,322130,322534,806,147,270 +Oman,322214,117380,806,147,270 +Oman,322215,91754,806,147,270 +Oman,322222,226301,806,147,270 +Oman,322223,227935,806,147,270 +Oman,322291,45024,806,147,270 +Oman,322299,20924,806,147,270 +Oman,323117,436618,806,147,270 +Oman,323118,132825,806,147,270 +Oman,323119,367641,806,147,270 +Oman,323122,15036,806,147,270 +Oman,324110,2224583,806,147,270 +Oman,324121,47880,806,147,270 +Oman,325110,6578,806,147,270 +Oman,325120,262004,806,147,270 +Oman,325131,279760,806,147,270 +Oman,325132,43376,806,147,270 +Oman,325182,21825,806,147,270 +Oman,325188,13100917,806,147,270 +Oman,325191,609591,806,147,270 +Oman,325192,156824,806,147,270 +Oman,325199,85062501,806,147,270 +Oman,325211,17412149,806,147,270 +Oman,325212,1161116,806,147,270 +Oman,325221,6072,806,147,270 +Oman,325222,99394,806,147,270 +Oman,325311,16979,806,147,270 +Oman,325312,251296,806,147,270 +Oman,325320,65296,806,147,270 +Oman,325411,1419021,806,147,270 +Oman,325412,2180652,806,147,270 +Oman,325414,572497,806,147,270 +Oman,325510,6439089,806,147,270 +Oman,325520,1008986,806,147,270 +Oman,325611,875230,806,147,270 +Oman,325612,395064,806,147,270 +Oman,325613,6751394,806,147,270 +Oman,325620,1711656,806,147,270 +Oman,325910,54261,806,147,270 +Oman,325920,4414240,806,147,270 +Oman,325992,20575,806,147,270 +Oman,325998,11197095,806,147,270 +Oman,326113,1145652,806,147,270 +Oman,326121,214590,806,147,270 +Oman,326122,8013265,806,147,270 +Oman,326160,11716,806,147,270 +Oman,326191,23092,806,147,270 +Oman,326192,76919,806,147,270 +Oman,326199,3183187,806,147,270 +Oman,326211,2247686,806,147,270 +Oman,326220,1043665,806,147,270 +Oman,326299,704437,806,147,270 +Oman,327111,3063,806,147,270 +Oman,327112,61297,806,147,270 +Oman,327122,3700,806,147,270 +Oman,327124,5900,806,147,270 +Oman,327125,40900,806,147,270 +Oman,327211,45195,806,147,270 +Oman,327212,365687,806,147,270 +Oman,327215,315897,806,147,270 +Oman,327310,157068,806,147,270 +Oman,327390,26217,806,147,270 +Oman,327420,5809,806,147,270 +Oman,327910,9814,806,147,270 +Oman,327992,220712,806,147,270 +Oman,327993,146202,806,147,270 +Oman,327999,238577,806,147,270 +Oman,331111,20819838,806,147,270 +Oman,331222,24221,806,147,270 +Oman,331312,2791,806,147,270 +Oman,331315,284216,806,147,270 +Oman,331316,49452,806,147,270 +Oman,331319,93994,806,147,270 +Oman,331419,12003394,806,147,270 +Oman,331421,38305,806,147,270 +Oman,331422,152862,806,147,270 +Oman,331491,241623,806,147,270 +Oman,331492,149555,806,147,270 +Oman,331511,437538,806,147,270 +Oman,332115,16174,806,147,270 +Oman,332211,12044,806,147,270 +Oman,332212,1023120,806,147,270 +Oman,332213,3264,806,147,270 +Oman,332311,11842,806,147,270 +Oman,332312,214975,806,147,270 +Oman,332321,6400,806,147,270 +Oman,332322,82518,806,147,270 +Oman,332323,14803,806,147,270 +Oman,332410,1458295,806,147,270 +Oman,332420,814088,806,147,270 +Oman,332439,55116,806,147,270 +Oman,332510,176237,806,147,270 +Oman,332611,310674,806,147,270 +Oman,332618,640504,806,147,270 +Oman,332722,637493,806,147,270 +Oman,332911,34838258,806,147,270 +Oman,332912,1558927,806,147,270 +Oman,332913,38793,806,147,270 +Oman,332919,4034397,806,147,270 +Oman,332991,387776,806,147,270 +Oman,332992,1972236,806,147,270 +Oman,332994,1725769,806,147,270 +Oman,332995,189000,806,147,270 +Oman,332998,397866,806,147,270 +Oman,332999,3428254,806,147,270 +Oman,333111,4087242,806,147,270 +Oman,333120,16923931,806,147,270 +Oman,333131,19633382,806,147,270 +Oman,333132,71286837,806,147,270 +Oman,333210,316540,806,147,270 +Oman,333220,708859,806,147,270 +Oman,333291,22987,806,147,270 +Oman,333292,283047,806,147,270 +Oman,333293,449202,806,147,270 +Oman,333294,4372919,806,147,270 +Oman,333295,5270,806,147,270 +Oman,333298,475280,806,147,270 +Oman,333311,9885,806,147,270 +Oman,333313,76114,806,147,270 +Oman,333314,876575,806,147,270 +Oman,333315,458370,806,147,270 +Oman,333319,1028826,806,147,270 +Oman,333411,331871,806,147,270 +Oman,333412,624698,806,147,270 +Oman,333414,700704,806,147,270 +Oman,333415,8533935,806,147,270 +Oman,333511,240862,806,147,270 +Oman,333512,1281234,806,147,270 +Oman,333513,1377496,806,147,270 +Oman,333514,207842,806,147,270 +Oman,333515,610664,806,147,270 +Oman,333516,264578,806,147,270 +Oman,333611,33035583,806,147,270 +Oman,333612,336006,806,147,270 +Oman,333613,1970831,806,147,270 +Oman,333618,7096376,806,147,270 +Oman,333911,17978564,806,147,270 +Oman,333912,3983638,806,147,270 +Oman,333913,163076,806,147,270 +Oman,333921,54894,806,147,270 +Oman,333922,1685220,806,147,270 +Oman,333923,642489,806,147,270 +Oman,333924,2213019,806,147,270 +Oman,333991,922068,806,147,270 +Oman,333992,2008753,806,147,270 +Oman,333993,351946,806,147,270 +Oman,333994,1428080,806,147,270 +Oman,333995,203405,806,147,270 +Oman,333996,1638689,806,147,270 +Oman,333997,192736,806,147,270 +Oman,333999,22966422,806,147,270 +Oman,334111,12616026,806,147,270 +Oman,334112,579150,806,147,270 +Oman,334119,4139305,806,147,270 +Oman,334210,47800697,806,147,270 +Oman,334220,11574516,806,147,270 +Oman,334290,660231,806,147,270 +Oman,334310,852966,806,147,270 +Oman,334412,96379,806,147,270 +Oman,334413,982560,806,147,270 +Oman,334415,29783,806,147,270 +Oman,334416,351106,806,147,270 +Oman,334417,1670335,806,147,270 +Oman,334418,268809,806,147,270 +Oman,334419,5020032,806,147,270 +Oman,334510,3102444,806,147,270 +Oman,334511,1789408,806,147,270 +Oman,334512,150651,806,147,270 +Oman,334513,13841305,806,147,270 +Oman,334514,1001479,806,147,270 +Oman,334515,3611660,806,147,270 +Oman,334516,4920229,806,147,270 +Oman,334517,422631,806,147,270 +Oman,334518,144296,806,147,270 +Oman,334519,6573310,806,147,270 +Oman,334612,11272,806,147,270 +Oman,334613,251900,806,147,270 +Oman,335110,206736,806,147,270 +Oman,335121,67493,806,147,270 +Oman,335129,2176641,806,147,270 +Oman,335211,238664,806,147,270 +Oman,335212,846378,806,147,270 +Oman,335221,36828,806,147,270 +Oman,335222,292586,806,147,270 +Oman,335224,554450,806,147,270 +Oman,335228,1134305,806,147,270 +Oman,335311,2043665,806,147,270 +Oman,335312,17151330,806,147,270 +Oman,335313,1411074,806,147,270 +Oman,335314,2983824,806,147,270 +Oman,335911,750981,806,147,270 +Oman,335912,491597,806,147,270 +Oman,335921,46813316,806,147,270 +Oman,335929,6710709,806,147,270 +Oman,335931,130576,806,147,270 +Oman,335932,129189,806,147,270 +Oman,335991,55022,806,147,270 +Oman,335999,752793,806,147,270 +Oman,336111,192260139,806,147,270 +Oman,336120,39166688,806,147,270 +Oman,336212,231884,806,147,270 +Oman,336214,196644,806,147,270 +Oman,336311,229766,806,147,270 +Oman,336321,202300,806,147,270 +Oman,336322,4091154,806,147,270 +Oman,336330,656533,806,147,270 +Oman,336340,149709,806,147,270 +Oman,336350,225150,806,147,270 +Oman,336360,183904,806,147,270 +Oman,336370,10144,806,147,270 +Oman,336391,112926,806,147,270 +Oman,336399,13756281,806,147,270 +Oman,336412,431426,806,147,270 +Oman,336413,9623619,806,147,270 +Oman,336419,6934,806,147,270 +Oman,336510,5513,806,147,270 +Oman,336611,116064,806,147,270 +Oman,336612,296070,806,147,270 +Oman,336991,85607,806,147,270 +Oman,336992,85348,806,147,270 +Oman,337124,29990,806,147,270 +Oman,337127,1906152,806,147,270 +Oman,337211,17218,806,147,270 +Oman,337214,48366,806,147,270 +Oman,337215,398401,806,147,270 +Oman,339112,1734013,806,147,270 +Oman,339113,1891249,806,147,270 +Oman,339114,267396,806,147,270 +Oman,339115,26780,806,147,270 +Oman,339911,67848,806,147,270 +Oman,339914,50308,806,147,270 +Oman,339920,1187616,806,147,270 +Oman,339932,106391,806,147,270 +Oman,339942,19109,806,147,270 +Oman,339944,121466,806,147,270 +Oman,339950,43693,806,147,270 +Oman,339991,2166256,806,147,270 +Oman,339992,194676,806,147,270 +Oman,339993,7673,806,147,270 +Oman,339994,187876,806,147,270 +Oman,339999,1461593,806,147,270 +Oman,511210,161631,806,147,270 +Oman,910000,55992,806,147,270 +Oman,920000,553863,806,147,270 +Oman,990000,54163137,806,147,270 +Pakistan,111120,21595,806,148,271 +Pakistan,111130,21926078,806,148,271 +Pakistan,111140,1700673,806,148,271 +Pakistan,111150,11202016,806,148,271 +Pakistan,111199,367839,806,148,271 +Pakistan,111219,5462606,806,148,271 +Pakistan,111331,17524,806,148,271 +Pakistan,111335,15750157,806,148,271 +Pakistan,111421,105275,806,148,271 +Pakistan,111422,148921,806,148,271 +Pakistan,111910,16603,806,148,271 +Pakistan,111920,146264113,806,148,271 +Pakistan,111998,216749,806,148,271 +Pakistan,112111,378949,806,148,271 +Pakistan,112310,2023037,806,148,271 +Pakistan,112910,91508,806,148,271 +Pakistan,113210,500648,806,148,271 +Pakistan,113310,3119652,806,148,271 +Pakistan,114112,32406,806,148,271 +Pakistan,211111,6055,806,148,271 +Pakistan,212112,298148,806,148,271 +Pakistan,212113,5063,806,148,271 +Pakistan,212299,1212778,806,148,271 +Pakistan,212324,4034959,806,148,271 +Pakistan,212325,922715,806,148,271 +Pakistan,212393,32013,806,148,271 +Pakistan,212399,1085236,806,148,271 +Pakistan,311111,73140,806,148,271 +Pakistan,311119,604163,806,148,271 +Pakistan,311211,29261554,806,148,271 +Pakistan,311212,6325607,806,148,271 +Pakistan,311221,785354,806,148,271 +Pakistan,311222,408510,806,148,271 +Pakistan,311223,21678277,806,148,271 +Pakistan,311225,8290890,806,148,271 +Pakistan,311230,199753,806,148,271 +Pakistan,311311,149785,806,148,271 +Pakistan,311320,199547,806,148,271 +Pakistan,311340,182295,806,148,271 +Pakistan,311411,358695,806,148,271 +Pakistan,311421,315233,806,148,271 +Pakistan,311422,16292,806,148,271 +Pakistan,311423,23431,806,148,271 +Pakistan,311511,316408,806,148,271 +Pakistan,311512,14466,806,148,271 +Pakistan,311513,54173,806,148,271 +Pakistan,311514,40836454,806,148,271 +Pakistan,311611,1267943,806,148,271 +Pakistan,311613,4820862,806,148,271 +Pakistan,311615,17145814,806,148,271 +Pakistan,311811,114527,806,148,271 +Pakistan,311822,125501,806,148,271 +Pakistan,311911,619537,806,148,271 +Pakistan,311919,323344,806,148,271 +Pakistan,311920,13350,806,148,271 +Pakistan,311930,2746545,806,148,271 +Pakistan,311941,308351,806,148,271 +Pakistan,311942,263667,806,148,271 +Pakistan,311999,4207095,806,148,271 +Pakistan,312111,420513,806,148,271 +Pakistan,312130,102340,806,148,271 +Pakistan,313111,4273164,806,148,271 +Pakistan,313113,88966,806,148,271 +Pakistan,313210,9863996,806,148,271 +Pakistan,313221,779216,806,148,271 +Pakistan,313230,173929,806,148,271 +Pakistan,313249,276544,806,148,271 +Pakistan,313320,715067,806,148,271 +Pakistan,314110,500533,806,148,271 +Pakistan,314121,18788,806,148,271 +Pakistan,314129,710691,806,148,271 +Pakistan,314911,84484,806,148,271 +Pakistan,314912,1074916,806,148,271 +Pakistan,314991,33718,806,148,271 +Pakistan,314992,902350,806,148,271 +Pakistan,314999,4234732,806,148,271 +Pakistan,315111,51756,806,148,271 +Pakistan,315221,27043,806,148,271 +Pakistan,315222,35683,806,148,271 +Pakistan,315223,120921,806,148,271 +Pakistan,315224,365654,806,148,271 +Pakistan,315228,319744,806,148,271 +Pakistan,315232,12222,806,148,271 +Pakistan,315233,3165,806,148,271 +Pakistan,315234,114583,806,148,271 +Pakistan,315239,831747,806,148,271 +Pakistan,315291,2565,806,148,271 +Pakistan,315292,27475,806,148,271 +Pakistan,315992,150653,806,148,271 +Pakistan,315999,814058,806,148,271 +Pakistan,316110,346302,806,148,271 +Pakistan,316211,10900,806,148,271 +Pakistan,316213,63267,806,148,271 +Pakistan,316219,69321,806,148,271 +Pakistan,316991,197468,806,148,271 +Pakistan,316992,19736,806,148,271 +Pakistan,316993,65000,806,148,271 +Pakistan,316999,39653,806,148,271 +Pakistan,321113,8565301,806,148,271 +Pakistan,321114,7091,806,148,271 +Pakistan,321211,36000,806,148,271 +Pakistan,321212,5574,806,148,271 +Pakistan,321213,6469,806,148,271 +Pakistan,321911,3503,806,148,271 +Pakistan,321918,45183,806,148,271 +Pakistan,321920,13650,806,148,271 +Pakistan,321999,295323,806,148,271 +Pakistan,322110,12532087,806,148,271 +Pakistan,322121,3346209,806,148,271 +Pakistan,322122,4875678,806,148,271 +Pakistan,322130,5068711,806,148,271 +Pakistan,322211,93145,806,148,271 +Pakistan,322212,50000,806,148,271 +Pakistan,322213,7119,806,148,271 +Pakistan,322214,10000,806,148,271 +Pakistan,322215,412023,806,148,271 +Pakistan,322222,2179958,806,148,271 +Pakistan,322223,2581001,806,148,271 +Pakistan,322224,82461,806,148,271 +Pakistan,322233,4440,806,148,271 +Pakistan,322291,23834,806,148,271 +Pakistan,322299,74880,806,148,271 +Pakistan,323116,3305,806,148,271 +Pakistan,323117,1183002,806,148,271 +Pakistan,323118,120553,806,148,271 +Pakistan,323119,1218199,806,148,271 +Pakistan,323122,9942,806,148,271 +Pakistan,324110,7038426,806,148,271 +Pakistan,324121,25480,806,148,271 +Pakistan,325110,7042,806,148,271 +Pakistan,325120,1152455,806,148,271 +Pakistan,325131,3565953,806,148,271 +Pakistan,325132,306827,806,148,271 +Pakistan,325181,80316,806,148,271 +Pakistan,325182,54614,806,148,271 +Pakistan,325188,4108855,806,148,271 +Pakistan,325191,917662,806,148,271 +Pakistan,325192,125167,806,148,271 +Pakistan,325193,63800,806,148,271 +Pakistan,325199,29222248,806,148,271 +Pakistan,325211,28468267,806,148,271 +Pakistan,325212,2168630,806,148,271 +Pakistan,325221,17893464,806,148,271 +Pakistan,325222,2219667,806,148,271 +Pakistan,325312,55145203,806,148,271 +Pakistan,325320,13145353,806,148,271 +Pakistan,325411,12027249,806,148,271 +Pakistan,325412,35497723,806,148,271 +Pakistan,325414,10805004,806,148,271 +Pakistan,325510,754374,806,148,271 +Pakistan,325520,1430324,806,148,271 +Pakistan,325611,1497488,806,148,271 +Pakistan,325612,1058894,806,148,271 +Pakistan,325613,4195765,806,148,271 +Pakistan,325620,4476605,806,148,271 +Pakistan,325910,473798,806,148,271 +Pakistan,325920,2697803,806,148,271 +Pakistan,325992,271503,806,148,271 +Pakistan,325998,3451759,806,148,271 +Pakistan,326113,2679798,806,148,271 +Pakistan,326121,28236,806,148,271 +Pakistan,326122,543985,806,148,271 +Pakistan,326160,70323,806,148,271 +Pakistan,326191,719809,806,148,271 +Pakistan,326192,13750,806,148,271 +Pakistan,326199,3275744,806,148,271 +Pakistan,326211,80704,806,148,271 +Pakistan,326220,6600857,806,148,271 +Pakistan,326299,462857,806,148,271 +Pakistan,327111,44305,806,148,271 +Pakistan,327112,80725,806,148,271 +Pakistan,327113,3078,806,148,271 +Pakistan,327123,12246,806,148,271 +Pakistan,327124,42665,806,148,271 +Pakistan,327125,73125,806,148,271 +Pakistan,327211,49539,806,148,271 +Pakistan,327212,938829,806,148,271 +Pakistan,327213,30855,806,148,271 +Pakistan,327215,1109379,806,148,271 +Pakistan,327310,82174,806,148,271 +Pakistan,327390,6469,806,148,271 +Pakistan,327420,90256,806,148,271 +Pakistan,327910,133474,806,148,271 +Pakistan,327991,7001,806,148,271 +Pakistan,327992,115537,806,148,271 +Pakistan,327993,384604,806,148,271 +Pakistan,327999,25906,806,148,271 +Pakistan,331111,36691972,806,148,271 +Pakistan,331112,15000,806,148,271 +Pakistan,331222,74999,806,148,271 +Pakistan,331311,292986,806,148,271 +Pakistan,331312,517990,806,148,271 +Pakistan,331314,8830,806,148,271 +Pakistan,331315,897377,806,148,271 +Pakistan,331316,70124,806,148,271 +Pakistan,331319,369244,806,148,271 +Pakistan,331411,299574,806,148,271 +Pakistan,331419,13479603,806,148,271 +Pakistan,331421,260284,806,148,271 +Pakistan,331422,255773,806,148,271 +Pakistan,331491,1145817,806,148,271 +Pakistan,331511,2876267,806,148,271 +Pakistan,332115,35864,806,148,271 +Pakistan,332211,48434,806,148,271 +Pakistan,332212,3011379,806,148,271 +Pakistan,332213,89220,806,148,271 +Pakistan,332311,5305104,806,148,271 +Pakistan,332312,4244518,806,148,271 +Pakistan,332321,900158,806,148,271 +Pakistan,332323,4553,806,148,271 +Pakistan,332410,1027363,806,148,271 +Pakistan,332420,2516741,806,148,271 +Pakistan,332439,62968,806,148,271 +Pakistan,332510,927211,806,148,271 +Pakistan,332611,8105,806,148,271 +Pakistan,332618,154011,806,148,271 +Pakistan,332722,653682,806,148,271 +Pakistan,332911,7585339,806,148,271 +Pakistan,332912,1750398,806,148,271 +Pakistan,332913,52380,806,148,271 +Pakistan,332919,1077694,806,148,271 +Pakistan,332991,968952,806,148,271 +Pakistan,332992,170523439,806,148,271 +Pakistan,332994,2738383,806,148,271 +Pakistan,332995,1547086,806,148,271 +Pakistan,332998,374975,806,148,271 +Pakistan,332999,1034415,806,148,271 +Pakistan,333111,8044623,806,148,271 +Pakistan,333120,25195375,806,148,271 +Pakistan,333131,3284918,806,148,271 +Pakistan,333132,27270687,806,148,271 +Pakistan,333210,101316,806,148,271 +Pakistan,333220,8728878,806,148,271 +Pakistan,333291,1185383,806,148,271 +Pakistan,333292,11259004,806,148,271 +Pakistan,333293,2946719,806,148,271 +Pakistan,333294,1995644,806,148,271 +Pakistan,333295,35230,806,148,271 +Pakistan,333298,76352,806,148,271 +Pakistan,333311,100618,806,148,271 +Pakistan,333313,1927822,806,148,271 +Pakistan,333314,4250410,806,148,271 +Pakistan,333315,787370,806,148,271 +Pakistan,333319,921494,806,148,271 +Pakistan,333411,300297,806,148,271 +Pakistan,333412,1792395,806,148,271 +Pakistan,333414,768834,806,148,271 +Pakistan,333415,16044851,806,148,271 +Pakistan,333511,225322,806,148,271 +Pakistan,333512,528186,806,148,271 +Pakistan,333513,2355358,806,148,271 +Pakistan,333514,449403,806,148,271 +Pakistan,333515,1952129,806,148,271 +Pakistan,333516,12000,806,148,271 +Pakistan,333611,20532684,806,148,271 +Pakistan,333612,665842,806,148,271 +Pakistan,333613,658699,806,148,271 +Pakistan,333618,22282235,806,148,271 +Pakistan,333911,5489671,806,148,271 +Pakistan,333912,28638661,806,148,271 +Pakistan,333913,429837,806,148,271 +Pakistan,333921,35645,806,148,271 +Pakistan,333922,28079,806,148,271 +Pakistan,333923,1703847,806,148,271 +Pakistan,333924,3306144,806,148,271 +Pakistan,333991,592520,806,148,271 +Pakistan,333992,1515465,806,148,271 +Pakistan,333993,745917,806,148,271 +Pakistan,333994,1403094,806,148,271 +Pakistan,333995,178691,806,148,271 +Pakistan,333996,3138364,806,148,271 +Pakistan,333997,103944,806,148,271 +Pakistan,333999,16060586,806,148,271 +Pakistan,334111,20864344,806,148,271 +Pakistan,334112,2909803,806,148,271 +Pakistan,334119,23255234,806,148,271 +Pakistan,334210,3412325,806,148,271 +Pakistan,334220,31494571,806,148,271 +Pakistan,334290,869906,806,148,271 +Pakistan,334310,1534352,806,148,271 +Pakistan,334411,990399,806,148,271 +Pakistan,334412,44060,806,148,271 +Pakistan,334413,3482848,806,148,271 +Pakistan,334414,54221,806,148,271 +Pakistan,334415,49516,806,148,271 +Pakistan,334416,124829,806,148,271 +Pakistan,334417,925329,806,148,271 +Pakistan,334418,670503,806,148,271 +Pakistan,334419,3469883,806,148,271 +Pakistan,334510,11193088,806,148,271 +Pakistan,334511,2120599,806,148,271 +Pakistan,334512,396708,806,148,271 +Pakistan,334513,7178861,806,148,271 +Pakistan,334514,4882902,806,148,271 +Pakistan,334515,8724720,806,148,271 +Pakistan,334516,8948998,806,148,271 +Pakistan,334517,4679064,806,148,271 +Pakistan,334518,199944,806,148,271 +Pakistan,334519,7234417,806,148,271 +Pakistan,334612,10530,806,148,271 +Pakistan,334613,105412,806,148,271 +Pakistan,335110,401658,806,148,271 +Pakistan,335121,24782,806,148,271 +Pakistan,335129,343840,806,148,271 +Pakistan,335211,474921,806,148,271 +Pakistan,335212,6671,806,148,271 +Pakistan,335221,31166,806,148,271 +Pakistan,335222,204667,806,148,271 +Pakistan,335224,1850832,806,148,271 +Pakistan,335228,386869,806,148,271 +Pakistan,335311,1831519,806,148,271 +Pakistan,335312,19732368,806,148,271 +Pakistan,335313,673147,806,148,271 +Pakistan,335314,1675643,806,148,271 +Pakistan,335911,2967301,806,148,271 +Pakistan,335912,305736,806,148,271 +Pakistan,335921,153208,806,148,271 +Pakistan,335929,1780788,806,148,271 +Pakistan,335931,337171,806,148,271 +Pakistan,335932,378330,806,148,271 +Pakistan,335991,57376,806,148,271 +Pakistan,335999,3412985,806,148,271 +Pakistan,336111,56500504,806,148,271 +Pakistan,336120,14414969,806,148,271 +Pakistan,336212,1005143,806,148,271 +Pakistan,336214,186152,806,148,271 +Pakistan,336311,587231,806,148,271 +Pakistan,336321,39629,806,148,271 +Pakistan,336322,1201691,806,148,271 +Pakistan,336330,459628,806,148,271 +Pakistan,336340,31556,806,148,271 +Pakistan,336350,156050,806,148,271 +Pakistan,336391,14375,806,148,271 +Pakistan,336399,5066371,806,148,271 +Pakistan,336412,4841601,806,148,271 +Pakistan,336413,145780475,806,148,271 +Pakistan,336419,99050,806,148,271 +Pakistan,336510,2662137,806,148,271 +Pakistan,336611,4074146,806,148,271 +Pakistan,336991,167433,806,148,271 +Pakistan,337124,44272,806,148,271 +Pakistan,337127,694309,806,148,271 +Pakistan,337211,34500,806,148,271 +Pakistan,337214,62955,806,148,271 +Pakistan,337215,102906,806,148,271 +Pakistan,339112,6932962,806,148,271 +Pakistan,339113,7782965,806,148,271 +Pakistan,339114,775617,806,148,271 +Pakistan,339115,84980,806,148,271 +Pakistan,339911,9969311,806,148,271 +Pakistan,339920,1326388,806,148,271 +Pakistan,339932,203384,806,148,271 +Pakistan,339941,69582,806,148,271 +Pakistan,339942,11625,806,148,271 +Pakistan,339943,18400,806,148,271 +Pakistan,339944,72200,806,148,271 +Pakistan,339950,132461,806,148,271 +Pakistan,339991,1532819,806,148,271 +Pakistan,339992,354549,806,148,271 +Pakistan,339993,658411,806,148,271 +Pakistan,339994,188479,806,148,271 +Pakistan,339999,1476679,806,148,271 +Pakistan,511210,420235,806,148,271 +Pakistan,910000,93039465,806,148,271 +Pakistan,920000,21877440,806,148,271 +Pakistan,990000,70205157,806,148,271 +Palau,111219,399900,808,149,272 +Palau,111992,30117,808,149,272 +Palau,113310,52625,808,149,272 +Palau,114111,67555,808,149,272 +Palau,114112,103393,808,149,272 +Palau,311119,113322,808,149,272 +Palau,311211,154751,808,149,272 +Palau,311212,871907,808,149,272 +Palau,311213,3555,808,149,272 +Palau,311221,13549,808,149,272 +Palau,311222,17264,808,149,272 +Palau,311225,129319,808,149,272 +Palau,311320,166637,808,149,272 +Palau,311411,6406,808,149,272 +Palau,311421,84655,808,149,272 +Palau,311511,272883,808,149,272 +Palau,311512,4255,808,149,272 +Palau,311514,67108,808,149,272 +Palau,311520,190713,808,149,272 +Palau,311611,1109334,808,149,272 +Palau,311615,496744,808,149,272 +Palau,311711,15608,808,149,272 +Palau,311811,45875,808,149,272 +Palau,311822,38488,808,149,272 +Palau,311911,59798,808,149,272 +Palau,311919,187791,808,149,272 +Palau,311920,14736,808,149,272 +Palau,311941,198880,808,149,272 +Palau,311999,1818652,808,149,272 +Palau,312111,423783,808,149,272 +Palau,312120,829501,808,149,272 +Palau,312130,22597,808,149,272 +Palau,314911,5466,808,149,272 +Palau,315228,8649,808,149,272 +Palau,321114,296070,808,149,272 +Palau,321212,29148,808,149,272 +Palau,322121,19180,808,149,272 +Palau,322291,186483,808,149,272 +Palau,323117,112673,808,149,272 +Palau,323118,10398,808,149,272 +Palau,325191,6725,808,149,272 +Palau,325211,3220,808,149,272 +Palau,325411,15311,808,149,272 +Palau,325412,24360,808,149,272 +Palau,325510,3673,808,149,272 +Palau,325611,88104,808,149,272 +Palau,325613,5240,808,149,272 +Palau,326113,3400,808,149,272 +Palau,326199,141956,808,149,272 +Palau,326211,8263,808,149,272 +Palau,327111,3612,808,149,272 +Palau,327420,3000,808,149,272 +Palau,331315,8946,808,149,272 +Palau,331422,15755,808,149,272 +Palau,332420,47569,808,149,272 +Palau,332618,9400,808,149,272 +Palau,332992,4419,808,149,272 +Palau,333120,31500,808,149,272 +Palau,333315,289090,808,149,272 +Palau,333414,4646,808,149,272 +Palau,333415,19809,808,149,272 +Palau,333911,32097,808,149,272 +Palau,333999,34538,808,149,272 +Palau,334111,11757,808,149,272 +Palau,334112,15600,808,149,272 +Palau,334119,116563,808,149,272 +Palau,334220,159181,808,149,272 +Palau,334310,2783,808,149,272 +Palau,334411,6000,808,149,272 +Palau,334417,3088,808,149,272 +Palau,334419,8317,808,149,272 +Palau,334511,37592,808,149,272 +Palau,334517,181505,808,149,272 +Palau,334519,1326330,808,149,272 +Palau,335129,8120,808,149,272 +Palau,335221,16053,808,149,272 +Palau,335222,241858,808,149,272 +Palau,335224,25955,808,149,272 +Palau,335312,15000,808,149,272 +Palau,335911,13766,808,149,272 +Palau,335929,14257,808,149,272 +Palau,335932,4834,808,149,272 +Palau,336111,14000,808,149,272 +Palau,336120,71838,808,149,272 +Palau,336322,2800,808,149,272 +Palau,336399,72951,808,149,272 +Palau,336991,6138,808,149,272 +Palau,337215,4472,808,149,272 +Palau,337910,3012,808,149,272 +Palau,339112,35826,808,149,272 +Palau,339114,67783,808,149,272 +Palau,339920,23361,808,149,272 +Palau,339932,21656,808,149,272 +Palau,339944,6820,808,149,272 +Palau,910000,8594,808,149,272 +Palau,990000,2047281,808,149,272 +Palestinian Territory,311421,17739,806,150,273 +Palestinian Territory,313210,28024,806,150,273 +Palestinian Territory,314129,4679,806,150,273 +Palestinian Territory,315999,9475,806,150,273 +Palestinian Territory,322299,4000,806,150,273 +Palestinian Territory,323119,10945,806,150,273 +Palestinian Territory,325132,6526,806,150,273 +Palestinian Territory,325192,3488,806,150,273 +Palestinian Territory,325199,2625,806,150,273 +Palestinian Territory,325211,4216,806,150,273 +Palestinian Territory,325412,3865,806,150,273 +Palestinian Territory,325414,6856,806,150,273 +Palestinian Territory,325620,7580,806,150,273 +Palestinian Territory,326199,88393,806,150,273 +Palestinian Territory,327212,11653,806,150,273 +Palestinian Territory,331319,3375,806,150,273 +Palestinian Territory,331419,4994,806,150,273 +Palestinian Territory,332722,7268,806,150,273 +Palestinian Territory,332991,7009,806,150,273 +Palestinian Territory,332999,13057,806,150,273 +Palestinian Territory,333120,3584,806,150,273 +Palestinian Territory,333313,7250,806,150,273 +Palestinian Territory,333314,12490,806,150,273 +Palestinian Territory,333315,14500,806,150,273 +Palestinian Territory,333412,4890,806,150,273 +Palestinian Territory,333415,2626,806,150,273 +Palestinian Territory,333512,2870,806,150,273 +Palestinian Territory,333611,24647,806,150,273 +Palestinian Territory,333613,3515,806,150,273 +Palestinian Territory,333618,10650,806,150,273 +Palestinian Territory,333992,2929,806,150,273 +Palestinian Territory,333993,10000,806,150,273 +Palestinian Territory,333999,45218,806,150,273 +Palestinian Territory,334111,93941,806,150,273 +Palestinian Territory,334112,60000,806,150,273 +Palestinian Territory,334119,363818,806,150,273 +Palestinian Territory,334220,105827,806,150,273 +Palestinian Territory,334290,4310,806,150,273 +Palestinian Territory,334310,21500,806,150,273 +Palestinian Territory,334413,404742,806,150,273 +Palestinian Territory,334417,17271,806,150,273 +Palestinian Territory,334419,58442,806,150,273 +Palestinian Territory,334510,71852,806,150,273 +Palestinian Territory,334513,4000,806,150,273 +Palestinian Territory,334515,2900,806,150,273 +Palestinian Territory,334516,132405,806,150,273 +Palestinian Territory,334517,13305,806,150,273 +Palestinian Territory,334518,2784,806,150,273 +Palestinian Territory,334519,23837,806,150,273 +Palestinian Territory,335312,5919,806,150,273 +Palestinian Territory,335313,70164,806,150,273 +Palestinian Territory,335314,63127,806,150,273 +Palestinian Territory,335931,45269,806,150,273 +Palestinian Territory,335999,16082,806,150,273 +Palestinian Territory,336111,198545,806,150,273 +Palestinian Territory,336350,3000,806,150,273 +Palestinian Territory,337124,138288,806,150,273 +Palestinian Territory,337127,56052,806,150,273 +Palestinian Territory,339112,9977,806,150,273 +Palestinian Territory,339113,20916,806,150,273 +Palestinian Territory,339114,10389,806,150,273 +Palestinian Territory,339914,4567,806,150,273 +Palestinian Territory,339991,29185,806,150,273 +Palestinian Territory,910000,20000,806,150,273 +Palestinian Territory,990000,20122,806,150,273 +Panama,111110,2774237,803,151,274 +Panama,111120,77095,803,151,274 +Panama,111130,769340,803,151,274 +Panama,111140,36572451,803,151,274 +Panama,111150,71740076,803,151,274 +Panama,111160,30194705,803,151,274 +Panama,111199,840179,803,151,274 +Panama,111211,423566,803,151,274 +Panama,111219,4508109,803,151,274 +Panama,111310,326619,803,151,274 +Panama,111320,19997,803,151,274 +Panama,111331,3853407,803,151,274 +Panama,111332,4127086,803,151,274 +Panama,111333,7894,803,151,274 +Panama,111335,3171682,803,151,274 +Panama,111339,2439365,803,151,274 +Panama,111421,865528,803,151,274 +Panama,111422,2513,803,151,274 +Panama,111910,34721,803,151,274 +Panama,111920,172314,803,151,274 +Panama,111930,105672,803,151,274 +Panama,111992,58772,803,151,274 +Panama,111998,752020,803,151,274 +Panama,112111,427304,803,151,274 +Panama,112210,14200,803,151,274 +Panama,112310,4090652,803,151,274 +Panama,112511,71834,803,151,274 +Panama,112512,3060,803,151,274 +Panama,112910,136002,803,151,274 +Panama,112920,560800,803,151,274 +Panama,112990,72453,803,151,274 +Panama,113210,335546,803,151,274 +Panama,113310,262250,803,151,274 +Panama,114111,2063616,803,151,274 +Panama,114112,2040696,803,151,274 +Panama,114119,35938,803,151,274 +Panama,211112,53046,803,151,274 +Panama,212113,41988,803,151,274 +Panama,212221,26655,803,151,274 +Panama,212222,27747,803,151,274 +Panama,212231,128159,803,151,274 +Panama,212234,9766,803,151,274 +Panama,212299,27999,803,151,274 +Panama,212311,84044,803,151,274 +Panama,212319,68246,803,151,274 +Panama,212322,73518,803,151,274 +Panama,212324,177569,803,151,274 +Panama,212325,896543,803,151,274 +Panama,212393,724191,803,151,274 +Panama,212399,2845873,803,151,274 +Panama,311111,3656991,803,151,274 +Panama,311119,1362844,803,151,274 +Panama,311211,765209,803,151,274 +Panama,311212,6066165,803,151,274 +Panama,311213,123022,803,151,274 +Panama,311221,1393948,803,151,274 +Panama,311222,63149196,803,151,274 +Panama,311223,2628772,803,151,274 +Panama,311225,4717394,803,151,274 +Panama,311230,1615766,803,151,274 +Panama,311311,339968,803,151,274 +Panama,311320,23192949,803,151,274 +Panama,311340,5615454,803,151,274 +Panama,311411,7397758,803,151,274 +Panama,311421,18904516,803,151,274 +Panama,311422,565186,803,151,274 +Panama,311423,2905401,803,151,274 +Panama,311511,220018,803,151,274 +Panama,311512,653699,803,151,274 +Panama,311513,6376756,803,151,274 +Panama,311514,10270450,803,151,274 +Panama,311520,278980,803,151,274 +Panama,311611,16405870,803,151,274 +Panama,311613,3528151,803,151,274 +Panama,311615,14479282,803,151,274 +Panama,311711,1682828,803,151,274 +Panama,311811,4672118,803,151,274 +Panama,311822,3530469,803,151,274 +Panama,311823,89755,803,151,274 +Panama,311911,1729794,803,151,274 +Panama,311919,5984845,803,151,274 +Panama,311920,2909867,803,151,274 +Panama,311930,1241708,803,151,274 +Panama,311941,5239465,803,151,274 +Panama,311942,2363682,803,151,274 +Panama,311999,28475383,803,151,274 +Panama,312111,3543338,803,151,274 +Panama,312112,363052,803,151,274 +Panama,312113,119083,803,151,274 +Panama,312120,13719213,803,151,274 +Panama,312130,3875258,803,151,274 +Panama,312140,27803383,803,151,274 +Panama,312221,3321073,803,151,274 +Panama,312229,302003,803,151,274 +Panama,313111,32544,803,151,274 +Panama,313113,54136,803,151,274 +Panama,313210,1361057,803,151,274 +Panama,313221,285085,803,151,274 +Panama,313230,896377,803,151,274 +Panama,313249,374140,803,151,274 +Panama,313312,23541,803,151,274 +Panama,313320,1393073,803,151,274 +Panama,314110,3167051,803,151,274 +Panama,314121,1037748,803,151,274 +Panama,314129,6114493,803,151,274 +Panama,314911,161455,803,151,274 +Panama,314912,300080,803,151,274 +Panama,314991,1434309,803,151,274 +Panama,314992,125596,803,151,274 +Panama,314999,3173258,803,151,274 +Panama,315111,500609,803,151,274 +Panama,315221,575422,803,151,274 +Panama,315222,1425193,803,151,274 +Panama,315223,1285718,803,151,274 +Panama,315224,835161,803,151,274 +Panama,315228,1665411,803,151,274 +Panama,315231,2157058,803,151,274 +Panama,315232,1341960,803,151,274 +Panama,315233,2753239,803,151,274 +Panama,315234,1095939,803,151,274 +Panama,315239,4310622,803,151,274 +Panama,315291,1719594,803,151,274 +Panama,315292,17333054,803,151,274 +Panama,315991,316334,803,151,274 +Panama,315992,567530,803,151,274 +Panama,315993,98774,803,151,274 +Panama,315999,5921837,803,151,274 +Panama,316110,39100,803,151,274 +Panama,316211,2615668,803,151,274 +Panama,316212,16444,803,151,274 +Panama,316213,2204641,803,151,274 +Panama,316214,1183759,803,151,274 +Panama,316219,7169527,803,151,274 +Panama,316991,2070462,803,151,274 +Panama,316992,1361127,803,151,274 +Panama,316993,1779056,803,151,274 +Panama,316999,1366459,803,151,274 +Panama,321113,2951156,803,151,274 +Panama,321114,1322447,803,151,274 +Panama,321211,107482,803,151,274 +Panama,321212,3173629,803,151,274 +Panama,321213,3487110,803,151,274 +Panama,321219,447876,803,151,274 +Panama,321911,363423,803,151,274 +Panama,321918,2208377,803,151,274 +Panama,321920,624714,803,151,274 +Panama,321991,132838,803,151,274 +Panama,321992,53335,803,151,274 +Panama,321999,3731353,803,151,274 +Panama,322110,201741,803,151,274 +Panama,322121,9110781,803,151,274 +Panama,322122,16289317,803,151,274 +Panama,322130,21191293,803,151,274 +Panama,322211,1395437,803,151,274 +Panama,322212,262266,803,151,274 +Panama,322213,176634,803,151,274 +Panama,322214,59598,803,151,274 +Panama,322215,199246,803,151,274 +Panama,322222,4934531,803,151,274 +Panama,322223,6144094,803,151,274 +Panama,322224,6499,803,151,274 +Panama,322233,94563,803,151,274 +Panama,322291,5644804,803,151,274 +Panama,322299,1378996,803,151,274 +Panama,323116,5811,803,151,274 +Panama,323117,5367548,803,151,274 +Panama,323118,406919,803,151,274 +Panama,323119,4490090,803,151,274 +Panama,323122,57938,803,151,274 +Panama,324110,2447890023,803,151,274 +Panama,324121,92188,803,151,274 +Panama,324122,422369,803,151,274 +Panama,325110,40382,803,151,274 +Panama,325120,440648,803,151,274 +Panama,325131,864575,803,151,274 +Panama,325132,14416134,803,151,274 +Panama,325181,2249380,803,151,274 +Panama,325182,4895,803,151,274 +Panama,325188,5151820,803,151,274 +Panama,325191,268032,803,151,274 +Panama,325192,7992134,803,151,274 +Panama,325193,108329,803,151,274 +Panama,325199,79116293,803,151,274 +Panama,325211,42025150,803,151,274 +Panama,325212,1174549,803,151,274 +Panama,325222,439684,803,151,274 +Panama,325311,1050645,803,151,274 +Panama,325312,10802657,803,151,274 +Panama,325320,7350021,803,151,274 +Panama,325411,15961562,803,151,274 +Panama,325412,68257804,803,151,274 +Panama,325414,14610224,803,151,274 +Panama,325510,6595374,803,151,274 +Panama,325520,9802017,803,151,274 +Panama,325611,27808519,803,151,274 +Panama,325612,868371,803,151,274 +Panama,325613,6056940,803,151,274 +Panama,325620,97597358,803,151,274 +Panama,325910,14778125,803,151,274 +Panama,325920,457093,803,151,274 +Panama,325992,10208808,803,151,274 +Panama,325998,11738514,803,151,274 +Panama,326113,9312485,803,151,274 +Panama,326121,533745,803,151,274 +Panama,326122,5763070,803,151,274 +Panama,326160,211182,803,151,274 +Panama,326191,257497,803,151,274 +Panama,326192,566450,803,151,274 +Panama,326199,26196052,803,151,274 +Panama,326211,7072681,803,151,274 +Panama,326212,142902,803,151,274 +Panama,326220,3955167,803,151,274 +Panama,326299,2663071,803,151,274 +Panama,327111,760590,803,151,274 +Panama,327112,2137330,803,151,274 +Panama,327113,307730,803,151,274 +Panama,327121,54623,803,151,274 +Panama,327122,79789,803,151,274 +Panama,327123,221949,803,151,274 +Panama,327124,89205,803,151,274 +Panama,327125,124278,803,151,274 +Panama,327211,2411400,803,151,274 +Panama,327212,3576020,803,151,274 +Panama,327213,251352,803,151,274 +Panama,327215,1373152,803,151,274 +Panama,327310,8051237,803,151,274 +Panama,327320,47838,803,151,274 +Panama,327331,837343,803,151,274 +Panama,327390,1247812,803,151,274 +Panama,327420,1753077,803,151,274 +Panama,327910,3923375,803,151,274 +Panama,327991,192002,803,151,274 +Panama,327992,121982,803,151,274 +Panama,327993,2784587,803,151,274 +Panama,327999,1277936,803,151,274 +Panama,331111,65107329,803,151,274 +Panama,331222,3782923,803,151,274 +Panama,331311,30021,803,151,274 +Panama,331312,226204,803,151,274 +Panama,331314,41334,803,151,274 +Panama,331315,15899769,803,151,274 +Panama,331316,309571,803,151,274 +Panama,331319,579490,803,151,274 +Panama,331411,276484,803,151,274 +Panama,331419,481918,803,151,274 +Panama,331421,142717,803,151,274 +Panama,331422,1898168,803,151,274 +Panama,331491,847054,803,151,274 +Panama,331492,8237,803,151,274 +Panama,331511,2745660,803,151,274 +Panama,332115,638013,803,151,274 +Panama,332211,832677,803,151,274 +Panama,332212,5494019,803,151,274 +Panama,332213,1156905,803,151,274 +Panama,332214,603832,803,151,274 +Panama,332311,2751779,803,151,274 +Panama,332312,46648227,803,151,274 +Panama,332321,1455312,803,151,274 +Panama,332322,489807,803,151,274 +Panama,332323,1160787,803,151,274 +Panama,332410,2380588,803,151,274 +Panama,332420,6266260,803,151,274 +Panama,332439,255285,803,151,274 +Panama,332510,4833393,803,151,274 +Panama,332611,146586,803,151,274 +Panama,332618,4004200,803,151,274 +Panama,332722,2814441,803,151,274 +Panama,332911,6091770,803,151,274 +Panama,332912,1305125,803,151,274 +Panama,332913,1920071,803,151,274 +Panama,332919,2844733,803,151,274 +Panama,332991,2768247,803,151,274 +Panama,332992,3845823,803,151,274 +Panama,332994,1209102,803,151,274 +Panama,332997,693602,803,151,274 +Panama,332998,425607,803,151,274 +Panama,332999,17892759,803,151,274 +Panama,333111,20290491,803,151,274 +Panama,333120,108785295,803,151,274 +Panama,333131,8667260,803,151,274 +Panama,333132,924411,803,151,274 +Panama,333210,1009676,803,151,274 +Panama,333220,1002507,803,151,274 +Panama,333291,2571184,803,151,274 +Panama,333292,1010365,803,151,274 +Panama,333293,8240129,803,151,274 +Panama,333294,7748890,803,151,274 +Panama,333295,357872,803,151,274 +Panama,333298,1711023,803,151,274 +Panama,333311,701064,803,151,274 +Panama,333313,35367362,803,151,274 +Panama,333314,8587394,803,151,274 +Panama,333315,10077290,803,151,274 +Panama,333319,3404372,803,151,274 +Panama,333411,531437,803,151,274 +Panama,333412,1357035,803,151,274 +Panama,333414,549679,803,151,274 +Panama,333415,43555894,803,151,274 +Panama,333511,1066344,803,151,274 +Panama,333512,3379525,803,151,274 +Panama,333513,2671524,803,151,274 +Panama,333514,478477,803,151,274 +Panama,333515,2619207,803,151,274 +Panama,333516,89257,803,151,274 +Panama,333611,4959668,803,151,274 +Panama,333612,3189899,803,151,274 +Panama,333613,2132937,803,151,274 +Panama,333618,24667090,803,151,274 +Panama,333911,8076679,803,151,274 +Panama,333912,6901634,803,151,274 +Panama,333913,612488,803,151,274 +Panama,333921,397511,803,151,274 +Panama,333922,6510162,803,151,274 +Panama,333923,5063615,803,151,274 +Panama,333924,25261013,803,151,274 +Panama,333991,4361678,803,151,274 +Panama,333992,5634741,803,151,274 +Panama,333993,2401177,803,151,274 +Panama,333994,677155,803,151,274 +Panama,333995,670435,803,151,274 +Panama,333996,2830413,803,151,274 +Panama,333997,2259354,803,151,274 +Panama,333999,31488631,803,151,274 +Panama,334111,56407019,803,151,274 +Panama,334112,5264323,803,151,274 +Panama,334119,79508969,803,151,274 +Panama,334210,4928203,803,151,274 +Panama,334220,121740057,803,151,274 +Panama,334290,3610332,803,151,274 +Panama,334310,67299372,803,151,274 +Panama,334411,102582,803,151,274 +Panama,334412,232324,803,151,274 +Panama,334413,10043890,803,151,274 +Panama,334414,624216,803,151,274 +Panama,334415,250781,803,151,274 +Panama,334416,1525670,803,151,274 +Panama,334417,5996368,803,151,274 +Panama,334418,3098875,803,151,274 +Panama,334419,15460126,803,151,274 +Panama,334510,17336268,803,151,274 +Panama,334511,3807211,803,151,274 +Panama,334512,1738731,803,151,274 +Panama,334513,3863928,803,151,274 +Panama,334514,568551,803,151,274 +Panama,334515,14290781,803,151,274 +Panama,334516,5197470,803,151,274 +Panama,334517,3854859,803,151,274 +Panama,334518,17150470,803,151,274 +Panama,334519,19465060,803,151,274 +Panama,334612,279356,803,151,274 +Panama,334613,1271269,803,151,274 +Panama,335110,1570093,803,151,274 +Panama,335121,349299,803,151,274 +Panama,335129,5685969,803,151,274 +Panama,335211,12032740,803,151,274 +Panama,335212,395286,803,151,274 +Panama,335221,3153504,803,151,274 +Panama,335222,6382751,803,151,274 +Panama,335224,9602888,803,151,274 +Panama,335228,2793443,803,151,274 +Panama,335311,5003586,803,151,274 +Panama,335312,62788310,803,151,274 +Panama,335313,13231007,803,151,274 +Panama,335314,8102568,803,151,274 +Panama,335911,10247527,803,151,274 +Panama,335912,3128704,803,151,274 +Panama,335921,3809756,803,151,274 +Panama,335929,17022317,803,151,274 +Panama,335931,2383999,803,151,274 +Panama,335932,675774,803,151,274 +Panama,335991,67512,803,151,274 +Panama,335999,24342180,803,151,274 +Panama,336111,110516515,803,151,274 +Panama,336120,30104769,803,151,274 +Panama,336211,210072,803,151,274 +Panama,336212,3408696,803,151,274 +Panama,336214,2379306,803,151,274 +Panama,336311,3554088,803,151,274 +Panama,336321,605593,803,151,274 +Panama,336322,4411953,803,151,274 +Panama,336330,282644,803,151,274 +Panama,336340,744220,803,151,274 +Panama,336350,1559427,803,151,274 +Panama,336360,61179,803,151,274 +Panama,336370,41937,803,151,274 +Panama,336391,362469,803,151,274 +Panama,336399,28347893,803,151,274 +Panama,336412,741164,803,151,274 +Panama,336413,713827,803,151,274 +Panama,336419,111100,803,151,274 +Panama,336510,14886583,803,151,274 +Panama,336611,1063744,803,151,274 +Panama,336612,11995432,803,151,274 +Panama,336991,2858747,803,151,274 +Panama,336992,44681,803,151,274 +Panama,337110,233064,803,151,274 +Panama,337121,6447,803,151,274 +Panama,337124,2183038,803,151,274 +Panama,337127,14097570,803,151,274 +Panama,337129,97121,803,151,274 +Panama,337211,736039,803,151,274 +Panama,337214,942182,803,151,274 +Panama,337215,5927776,803,151,274 +Panama,337910,1866325,803,151,274 +Panama,337920,791915,803,151,274 +Panama,339112,25328809,803,151,274 +Panama,339113,11460135,803,151,274 +Panama,339114,2290920,803,151,274 +Panama,339115,8451284,803,151,274 +Panama,339911,21191246,803,151,274 +Panama,339912,284254,803,151,274 +Panama,339913,1798602,803,151,274 +Panama,339914,4308005,803,151,274 +Panama,339920,5006899,803,151,274 +Panama,339932,52963867,803,151,274 +Panama,339941,1196447,803,151,274 +Panama,339942,897143,803,151,274 +Panama,339943,59088,803,151,274 +Panama,339944,6558147,803,151,274 +Panama,339950,179846,803,151,274 +Panama,339991,1821251,803,151,274 +Panama,339992,522781,803,151,274 +Panama,339993,312672,803,151,274 +Panama,339994,1312549,803,151,274 +Panama,339999,23149921,803,151,274 +Panama,511210,2071145,803,151,274 +Panama,910000,14725782,803,151,274 +Panama,920000,10738108,803,151,274 +Panama,990000,280312212,803,151,274 +Papua New Guinea,113210,26100,808,152,275 +Papua New Guinea,114111,23237,808,152,275 +Papua New Guinea,212399,48689,808,152,275 +Papua New Guinea,311211,2652,808,152,275 +Papua New Guinea,311212,77433304,808,152,275 +Papua New Guinea,311222,1333348,808,152,275 +Papua New Guinea,311230,14557,808,152,275 +Papua New Guinea,311311,17427,808,152,275 +Papua New Guinea,311320,3212,808,152,275 +Papua New Guinea,311340,18674,808,152,275 +Papua New Guinea,311421,106853,808,152,275 +Papua New Guinea,311514,34938,808,152,275 +Papua New Guinea,311711,13374,808,152,275 +Papua New Guinea,311811,15315,808,152,275 +Papua New Guinea,311822,71318,808,152,275 +Papua New Guinea,311911,3754,808,152,275 +Papua New Guinea,311919,49652,808,152,275 +Papua New Guinea,311920,6912,808,152,275 +Papua New Guinea,311930,186258,808,152,275 +Papua New Guinea,311941,6356,808,152,275 +Papua New Guinea,311999,398724,808,152,275 +Papua New Guinea,312130,7494,808,152,275 +Papua New Guinea,313221,3844,808,152,275 +Papua New Guinea,313230,48632,808,152,275 +Papua New Guinea,313320,12901,808,152,275 +Papua New Guinea,314129,4342,808,152,275 +Papua New Guinea,314991,3698,808,152,275 +Papua New Guinea,314999,22120,808,152,275 +Papua New Guinea,315111,167636,808,152,275 +Papua New Guinea,315221,25230,808,152,275 +Papua New Guinea,315222,39497,808,152,275 +Papua New Guinea,315223,353906,808,152,275 +Papua New Guinea,315224,873728,808,152,275 +Papua New Guinea,315228,144075,808,152,275 +Papua New Guinea,315232,45627,808,152,275 +Papua New Guinea,315239,26815,808,152,275 +Papua New Guinea,315291,32222,808,152,275 +Papua New Guinea,315292,13432,808,152,275 +Papua New Guinea,315991,23039,808,152,275 +Papua New Guinea,315999,40253,808,152,275 +Papua New Guinea,316213,85841,808,152,275 +Papua New Guinea,316219,9935,808,152,275 +Papua New Guinea,316991,37259,808,152,275 +Papua New Guinea,321999,109830,808,152,275 +Papua New Guinea,322110,2955,808,152,275 +Papua New Guinea,322222,10914,808,152,275 +Papua New Guinea,322291,2609,808,152,275 +Papua New Guinea,322299,36120,808,152,275 +Papua New Guinea,323117,605159,808,152,275 +Papua New Guinea,323118,7485,808,152,275 +Papua New Guinea,323119,78997,808,152,275 +Papua New Guinea,324110,147997,808,152,275 +Papua New Guinea,324121,66400,808,152,275 +Papua New Guinea,325120,6816,808,152,275 +Papua New Guinea,325131,3739,808,152,275 +Papua New Guinea,325132,9343,808,152,275 +Papua New Guinea,325181,50529,808,152,275 +Papua New Guinea,325188,32694,808,152,275 +Papua New Guinea,325199,1639444,808,152,275 +Papua New Guinea,325211,639403,808,152,275 +Papua New Guinea,325212,5900,808,152,275 +Papua New Guinea,325411,9865,808,152,275 +Papua New Guinea,325412,155583,808,152,275 +Papua New Guinea,325510,21976,808,152,275 +Papua New Guinea,325520,3174,808,152,275 +Papua New Guinea,325611,5110,808,152,275 +Papua New Guinea,325613,125940,808,152,275 +Papua New Guinea,325620,2100478,808,152,275 +Papua New Guinea,325992,158009,808,152,275 +Papua New Guinea,325998,67247,808,152,275 +Papua New Guinea,326122,3885,808,152,275 +Papua New Guinea,326199,791648,808,152,275 +Papua New Guinea,326211,13413,808,152,275 +Papua New Guinea,326220,40070,808,152,275 +Papua New Guinea,326299,31107,808,152,275 +Papua New Guinea,327112,14000,808,152,275 +Papua New Guinea,327124,54701,808,152,275 +Papua New Guinea,327125,4246,808,152,275 +Papua New Guinea,327211,110518,808,152,275 +Papua New Guinea,327212,105450,808,152,275 +Papua New Guinea,327213,107407,808,152,275 +Papua New Guinea,327910,16306,808,152,275 +Papua New Guinea,327992,9884,808,152,275 +Papua New Guinea,327993,2531,808,152,275 +Papua New Guinea,331111,340769,808,152,275 +Papua New Guinea,331315,14984,808,152,275 +Papua New Guinea,331316,13591,808,152,275 +Papua New Guinea,331319,19195,808,152,275 +Papua New Guinea,331421,2990,808,152,275 +Papua New Guinea,331422,99944,808,152,275 +Papua New Guinea,331491,2882,808,152,275 +Papua New Guinea,331511,21540,808,152,275 +Papua New Guinea,332211,10389,808,152,275 +Papua New Guinea,332212,139027,808,152,275 +Papua New Guinea,332213,37696,808,152,275 +Papua New Guinea,332311,58380,808,152,275 +Papua New Guinea,332312,111763,808,152,275 +Papua New Guinea,332322,273700,808,152,275 +Papua New Guinea,332410,57662,808,152,275 +Papua New Guinea,332420,598352,808,152,275 +Papua New Guinea,332439,7000,808,152,275 +Papua New Guinea,332510,61487,808,152,275 +Papua New Guinea,332611,3222,808,152,275 +Papua New Guinea,332618,23469,808,152,275 +Papua New Guinea,332722,94432,808,152,275 +Papua New Guinea,332911,742575,808,152,275 +Papua New Guinea,332912,88859,808,152,275 +Papua New Guinea,332919,62796,808,152,275 +Papua New Guinea,332991,43973,808,152,275 +Papua New Guinea,332994,32609,808,152,275 +Papua New Guinea,332999,88809,808,152,275 +Papua New Guinea,333111,562688,808,152,275 +Papua New Guinea,333120,19434951,808,152,275 +Papua New Guinea,333131,1801172,808,152,275 +Papua New Guinea,333132,3630554,808,152,275 +Papua New Guinea,333220,200139,808,152,275 +Papua New Guinea,333292,7056,808,152,275 +Papua New Guinea,333293,582769,808,152,275 +Papua New Guinea,333294,569708,808,152,275 +Papua New Guinea,333311,156305,808,152,275 +Papua New Guinea,333313,138040,808,152,275 +Papua New Guinea,333314,169825,808,152,275 +Papua New Guinea,333315,5100,808,152,275 +Papua New Guinea,333319,4040,808,152,275 +Papua New Guinea,333411,29991,808,152,275 +Papua New Guinea,333412,10332,808,152,275 +Papua New Guinea,333415,135297,808,152,275 +Papua New Guinea,333513,26110,808,152,275 +Papua New Guinea,333514,12557,808,152,275 +Papua New Guinea,333515,4932,808,152,275 +Papua New Guinea,333611,487519,808,152,275 +Papua New Guinea,333612,26581,808,152,275 +Papua New Guinea,333613,231394,808,152,275 +Papua New Guinea,333618,1712743,808,152,275 +Papua New Guinea,333911,1127907,808,152,275 +Papua New Guinea,333912,303021,808,152,275 +Papua New Guinea,333913,62262,808,152,275 +Papua New Guinea,333922,73270,808,152,275 +Papua New Guinea,333923,999669,808,152,275 +Papua New Guinea,333924,310714,808,152,275 +Papua New Guinea,333991,30307,808,152,275 +Papua New Guinea,333992,897690,808,152,275 +Papua New Guinea,333993,109268,808,152,275 +Papua New Guinea,333994,43905,808,152,275 +Papua New Guinea,333995,65848,808,152,275 +Papua New Guinea,333996,583178,808,152,275 +Papua New Guinea,333997,28670,808,152,275 +Papua New Guinea,333999,850922,808,152,275 +Papua New Guinea,334111,341791,808,152,275 +Papua New Guinea,334119,532740,808,152,275 +Papua New Guinea,334210,153248,808,152,275 +Papua New Guinea,334220,3159879,808,152,275 +Papua New Guinea,334290,3504,808,152,275 +Papua New Guinea,334310,464242,808,152,275 +Papua New Guinea,334411,125000,808,152,275 +Papua New Guinea,334412,6574,808,152,275 +Papua New Guinea,334413,60326,808,152,275 +Papua New Guinea,334415,5416,808,152,275 +Papua New Guinea,334417,114051,808,152,275 +Papua New Guinea,334418,10500,808,152,275 +Papua New Guinea,334419,1223147,808,152,275 +Papua New Guinea,334510,22836,808,152,275 +Papua New Guinea,334511,1001901,808,152,275 +Papua New Guinea,334512,4792,808,152,275 +Papua New Guinea,334513,781085,808,152,275 +Papua New Guinea,334514,16002,808,152,275 +Papua New Guinea,334515,574720,808,152,275 +Papua New Guinea,334516,495759,808,152,275 +Papua New Guinea,334517,175961,808,152,275 +Papua New Guinea,334519,3013655,808,152,275 +Papua New Guinea,335110,21496,808,152,275 +Papua New Guinea,335121,6565,808,152,275 +Papua New Guinea,335129,205063,808,152,275 +Papua New Guinea,335211,104000,808,152,275 +Papua New Guinea,335224,297547,808,152,275 +Papua New Guinea,335228,25000,808,152,275 +Papua New Guinea,335311,21188,808,152,275 +Papua New Guinea,335312,280649,808,152,275 +Papua New Guinea,335313,16654,808,152,275 +Papua New Guinea,335314,212847,808,152,275 +Papua New Guinea,335911,582816,808,152,275 +Papua New Guinea,335912,52938,808,152,275 +Papua New Guinea,335929,79118,808,152,275 +Papua New Guinea,335931,90400,808,152,275 +Papua New Guinea,335932,2535,808,152,275 +Papua New Guinea,335999,177530,808,152,275 +Papua New Guinea,336111,30000,808,152,275 +Papua New Guinea,336120,4977177,808,152,275 +Papua New Guinea,336311,10057,808,152,275 +Papua New Guinea,336322,169480,808,152,275 +Papua New Guinea,336399,137700,808,152,275 +Papua New Guinea,336413,80376,808,152,275 +Papua New Guinea,336419,33479,808,152,275 +Papua New Guinea,336612,106925,808,152,275 +Papua New Guinea,337127,13122,808,152,275 +Papua New Guinea,337214,3515,808,152,275 +Papua New Guinea,339112,26112,808,152,275 +Papua New Guinea,339113,45974,808,152,275 +Papua New Guinea,339114,17162,808,152,275 +Papua New Guinea,339115,22083,808,152,275 +Papua New Guinea,339911,67527,808,152,275 +Papua New Guinea,339920,103484,808,152,275 +Papua New Guinea,339932,3645,808,152,275 +Papua New Guinea,339942,2650,808,152,275 +Papua New Guinea,339991,185497,808,152,275 +Papua New Guinea,339999,1081625,808,152,275 +Papua New Guinea,511210,24999,808,152,275 +Papua New Guinea,920000,7694939,808,152,275 +Papua New Guinea,990000,10496966,808,152,275 +Paraguay,111130,41230,803,153,276 +Paraguay,111219,181045,803,153,276 +Paraguay,111335,38880,803,153,276 +Paraguay,111339,88503,803,153,276 +Paraguay,111421,18851,803,153,276 +Paraguay,111910,365858,803,153,276 +Paraguay,111998,483658,803,153,276 +Paraguay,112111,618148,803,153,276 +Paraguay,113210,71060,803,153,276 +Paraguay,212113,11242,803,153,276 +Paraguay,212322,74049,803,153,276 +Paraguay,212325,9047,803,153,276 +Paraguay,212399,5750,803,153,276 +Paraguay,311111,100890,803,153,276 +Paraguay,311119,12015,803,153,276 +Paraguay,311221,24335,803,153,276 +Paraguay,311222,51319,803,153,276 +Paraguay,311223,3030,803,153,276 +Paraguay,311225,3231,803,153,276 +Paraguay,311311,23795,803,153,276 +Paraguay,311320,313840,803,153,276 +Paraguay,311340,534469,803,153,276 +Paraguay,311411,31119,803,153,276 +Paraguay,311421,141542,803,153,276 +Paraguay,311513,48987,803,153,276 +Paraguay,311514,426487,803,153,276 +Paraguay,311611,52880,803,153,276 +Paraguay,311615,10823,803,153,276 +Paraguay,311811,5731,803,153,276 +Paraguay,311911,39379,803,153,276 +Paraguay,311919,1920829,803,153,276 +Paraguay,311920,421453,803,153,276 +Paraguay,311930,24836,803,153,276 +Paraguay,311941,145163,803,153,276 +Paraguay,311942,39759,803,153,276 +Paraguay,311999,1143260,803,153,276 +Paraguay,312111,40952,803,153,276 +Paraguay,312112,7676,803,153,276 +Paraguay,312120,15629851,803,153,276 +Paraguay,312130,16186,803,153,276 +Paraguay,312140,1507300,803,153,276 +Paraguay,312221,72764,803,153,276 +Paraguay,312229,81302,803,153,276 +Paraguay,313111,3083,803,153,276 +Paraguay,313113,51309,803,153,276 +Paraguay,313210,618036,803,153,276 +Paraguay,313221,234514,803,153,276 +Paraguay,313230,16851,803,153,276 +Paraguay,313249,737361,803,153,276 +Paraguay,313320,49356,803,153,276 +Paraguay,314110,51076,803,153,276 +Paraguay,314129,69882,803,153,276 +Paraguay,314912,90212,803,153,276 +Paraguay,314991,109055,803,153,276 +Paraguay,314999,512979,803,153,276 +Paraguay,315111,23433,803,153,276 +Paraguay,315221,635342,803,153,276 +Paraguay,315222,41426,803,153,276 +Paraguay,315223,125212,803,153,276 +Paraguay,315224,16330,803,153,276 +Paraguay,315228,224582,803,153,276 +Paraguay,315231,550776,803,153,276 +Paraguay,315232,3909,803,153,276 +Paraguay,315233,222561,803,153,276 +Paraguay,315234,5299,803,153,276 +Paraguay,315239,76948,803,153,276 +Paraguay,315291,127329,803,153,276 +Paraguay,315292,130212,803,153,276 +Paraguay,315991,269208,803,153,276 +Paraguay,315992,15711,803,153,276 +Paraguay,315999,456982,803,153,276 +Paraguay,316211,20453,803,153,276 +Paraguay,316212,80062,803,153,276 +Paraguay,316213,604842,803,153,276 +Paraguay,316214,123753,803,153,276 +Paraguay,316219,352987,803,153,276 +Paraguay,316991,854637,803,153,276 +Paraguay,316992,67311,803,153,276 +Paraguay,316993,62636,803,153,276 +Paraguay,316999,5685,803,153,276 +Paraguay,321213,3196,803,153,276 +Paraguay,321911,30940,803,153,276 +Paraguay,321918,10864,803,153,276 +Paraguay,321920,18060,803,153,276 +Paraguay,321991,2919,803,153,276 +Paraguay,321999,54108,803,153,276 +Paraguay,322121,735033,803,153,276 +Paraguay,322122,872989,803,153,276 +Paraguay,322130,833283,803,153,276 +Paraguay,322211,24213,803,153,276 +Paraguay,322213,9115,803,153,276 +Paraguay,322215,14509,803,153,276 +Paraguay,322222,827573,803,153,276 +Paraguay,322223,48799,803,153,276 +Paraguay,322291,77316,803,153,276 +Paraguay,323116,2842,803,153,276 +Paraguay,323117,412911,803,153,276 +Paraguay,323118,82456,803,153,276 +Paraguay,323119,712842,803,153,276 +Paraguay,323122,15000,803,153,276 +Paraguay,324110,65717701,803,153,276 +Paraguay,324121,22851,803,153,276 +Paraguay,325120,16035,803,153,276 +Paraguay,325131,1318442,803,153,276 +Paraguay,325132,3338855,803,153,276 +Paraguay,325181,4950,803,153,276 +Paraguay,325182,8368,803,153,276 +Paraguay,325188,83919,803,153,276 +Paraguay,325193,30641,803,153,276 +Paraguay,325199,5585503,803,153,276 +Paraguay,325211,28316815,803,153,276 +Paraguay,325212,221483,803,153,276 +Paraguay,325221,3316311,803,153,276 +Paraguay,325222,1538203,803,153,276 +Paraguay,325312,97789,803,153,276 +Paraguay,325320,2114546,803,153,276 +Paraguay,325411,2420760,803,153,276 +Paraguay,325412,3606702,803,153,276 +Paraguay,325414,580925,803,153,276 +Paraguay,325510,187307,803,153,276 +Paraguay,325520,2963131,803,153,276 +Paraguay,325611,1535140,803,153,276 +Paraguay,325612,2379447,803,153,276 +Paraguay,325613,1414177,803,153,276 +Paraguay,325620,62617935,803,153,276 +Paraguay,325910,5805949,803,153,276 +Paraguay,325992,2406902,803,153,276 +Paraguay,325998,3165098,803,153,276 +Paraguay,326113,258182,803,153,276 +Paraguay,326121,691191,803,153,276 +Paraguay,326122,19506,803,153,276 +Paraguay,326160,37691,803,153,276 +Paraguay,326191,16785,803,153,276 +Paraguay,326192,17345,803,153,276 +Paraguay,326199,1311234,803,153,276 +Paraguay,326211,6423845,803,153,276 +Paraguay,326212,2811,803,153,276 +Paraguay,326220,82710,803,153,276 +Paraguay,326299,654576,803,153,276 +Paraguay,327112,142813,803,153,276 +Paraguay,327125,132293,803,153,276 +Paraguay,327211,683247,803,153,276 +Paraguay,327212,2009729,803,153,276 +Paraguay,327215,31835,803,153,276 +Paraguay,327390,16688,803,153,276 +Paraguay,327910,136939,803,153,276 +Paraguay,327991,40610,803,153,276 +Paraguay,327992,27950,803,153,276 +Paraguay,331111,470266,803,153,276 +Paraguay,331222,38598,803,153,276 +Paraguay,331315,11600,803,153,276 +Paraguay,331319,483641,803,153,276 +Paraguay,331411,114757,803,153,276 +Paraguay,331422,50936,803,153,276 +Paraguay,331491,29671,803,153,276 +Paraguay,331511,22728,803,153,276 +Paraguay,332115,92427,803,153,276 +Paraguay,332211,229000,803,153,276 +Paraguay,332212,538744,803,153,276 +Paraguay,332213,3200,803,153,276 +Paraguay,332214,16120,803,153,276 +Paraguay,332311,80524,803,153,276 +Paraguay,332312,11633,803,153,276 +Paraguay,332410,53291,803,153,276 +Paraguay,332420,301800,803,153,276 +Paraguay,332439,43310,803,153,276 +Paraguay,332510,140976,803,153,276 +Paraguay,332611,3562,803,153,276 +Paraguay,332618,56970,803,153,276 +Paraguay,332722,79722,803,153,276 +Paraguay,332911,147324,803,153,276 +Paraguay,332912,9010,803,153,276 +Paraguay,332919,57858,803,153,276 +Paraguay,332991,669514,803,153,276 +Paraguay,332992,665491,803,153,276 +Paraguay,332994,1724258,803,153,276 +Paraguay,332998,2790,803,153,276 +Paraguay,332999,196741,803,153,276 +Paraguay,333111,11484418,803,153,276 +Paraguay,333120,11414592,803,153,276 +Paraguay,333131,940117,803,153,276 +Paraguay,333132,5674,803,153,276 +Paraguay,333220,937164,803,153,276 +Paraguay,333291,249380,803,153,276 +Paraguay,333292,456506,803,153,276 +Paraguay,333293,1308758,803,153,276 +Paraguay,333294,733192,803,153,276 +Paraguay,333295,11164,803,153,276 +Paraguay,333298,53262,803,153,276 +Paraguay,333311,5353,803,153,276 +Paraguay,333313,13917422,803,153,276 +Paraguay,333314,4652107,803,153,276 +Paraguay,333315,12871017,803,153,276 +Paraguay,333319,280685,803,153,276 +Paraguay,333411,43259,803,153,276 +Paraguay,333412,114167,803,153,276 +Paraguay,333414,20620,803,153,276 +Paraguay,333415,2147017,803,153,276 +Paraguay,333511,2650,803,153,276 +Paraguay,333512,877253,803,153,276 +Paraguay,333513,355133,803,153,276 +Paraguay,333514,73003,803,153,276 +Paraguay,333515,64301,803,153,276 +Paraguay,333611,20341,803,153,276 +Paraguay,333612,95018,803,153,276 +Paraguay,333613,189202,803,153,276 +Paraguay,333618,3428936,803,153,276 +Paraguay,333911,1008495,803,153,276 +Paraguay,333912,489769,803,153,276 +Paraguay,333913,322141,803,153,276 +Paraguay,333921,7025,803,153,276 +Paraguay,333922,166426,803,153,276 +Paraguay,333923,96126,803,153,276 +Paraguay,333924,2018999,803,153,276 +Paraguay,333991,652786,803,153,276 +Paraguay,333992,346345,803,153,276 +Paraguay,333993,160708,803,153,276 +Paraguay,333994,13350,803,153,276 +Paraguay,333995,5229,803,153,276 +Paraguay,333996,117160,803,153,276 +Paraguay,333997,2147883,803,153,276 +Paraguay,333999,3479947,803,153,276 +Paraguay,334111,250348132,803,153,276 +Paraguay,334112,90437346,803,153,276 +Paraguay,334119,143030531,803,153,276 +Paraguay,334210,3751583,803,153,276 +Paraguay,334220,163422125,803,153,276 +Paraguay,334290,808614,803,153,276 +Paraguay,334310,291937566,803,153,276 +Paraguay,334411,450425,803,153,276 +Paraguay,334412,986721,803,153,276 +Paraguay,334413,56808247,803,153,276 +Paraguay,334414,111012,803,153,276 +Paraguay,334416,3787,803,153,276 +Paraguay,334417,523664,803,153,276 +Paraguay,334418,925242,803,153,276 +Paraguay,334419,30218225,803,153,276 +Paraguay,334510,4075425,803,153,276 +Paraguay,334511,7623519,803,153,276 +Paraguay,334512,66818,803,153,276 +Paraguay,334513,1073340,803,153,276 +Paraguay,334514,23905,803,153,276 +Paraguay,334515,2313120,803,153,276 +Paraguay,334516,2265463,803,153,276 +Paraguay,334517,1991871,803,153,276 +Paraguay,334518,6722641,803,153,276 +Paraguay,334519,1095129,803,153,276 +Paraguay,334612,241305,803,153,276 +Paraguay,334613,4826229,803,153,276 +Paraguay,335110,564019,803,153,276 +Paraguay,335121,9061,803,153,276 +Paraguay,335129,612965,803,153,276 +Paraguay,335211,1520988,803,153,276 +Paraguay,335212,64578,803,153,276 +Paraguay,335221,179440,803,153,276 +Paraguay,335222,95172,803,153,276 +Paraguay,335224,816245,803,153,276 +Paraguay,335228,190912,803,153,276 +Paraguay,335311,42155,803,153,276 +Paraguay,335312,1947028,803,153,276 +Paraguay,335313,1762184,803,153,276 +Paraguay,335314,266881,803,153,276 +Paraguay,335911,1115120,803,153,276 +Paraguay,335912,2268695,803,153,276 +Paraguay,335921,14803,803,153,276 +Paraguay,335929,851919,803,153,276 +Paraguay,335931,111229,803,153,276 +Paraguay,335932,5296,803,153,276 +Paraguay,335991,6503,803,153,276 +Paraguay,335999,1714797,803,153,276 +Paraguay,336111,35579500,803,153,276 +Paraguay,336120,1750205,803,153,276 +Paraguay,336211,5255,803,153,276 +Paraguay,336212,387420,803,153,276 +Paraguay,336213,239911,803,153,276 +Paraguay,336214,322165,803,153,276 +Paraguay,336311,1612907,803,153,276 +Paraguay,336321,24308,803,153,276 +Paraguay,336322,513058,803,153,276 +Paraguay,336330,46089,803,153,276 +Paraguay,336340,7211,803,153,276 +Paraguay,336350,18804,803,153,276 +Paraguay,336360,3890,803,153,276 +Paraguay,336391,40147,803,153,276 +Paraguay,336399,3041967,803,153,276 +Paraguay,336412,70333,803,153,276 +Paraguay,336413,56282,803,153,276 +Paraguay,336415,2957,803,153,276 +Paraguay,336419,8335,803,153,276 +Paraguay,336510,191096,803,153,276 +Paraguay,336611,52860,803,153,276 +Paraguay,336612,1096990,803,153,276 +Paraguay,336991,3496666,803,153,276 +Paraguay,337124,100974,803,153,276 +Paraguay,337127,611542,803,153,276 +Paraguay,337211,35685,803,153,276 +Paraguay,337214,62844,803,153,276 +Paraguay,337215,156854,803,153,276 +Paraguay,337910,19803,803,153,276 +Paraguay,337920,22796,803,153,276 +Paraguay,339112,2533872,803,153,276 +Paraguay,339113,4033552,803,153,276 +Paraguay,339114,725750,803,153,276 +Paraguay,339115,3730542,803,153,276 +Paraguay,339911,598600,803,153,276 +Paraguay,339914,207456,803,153,276 +Paraguay,339920,2863607,803,153,276 +Paraguay,339932,240546941,803,153,276 +Paraguay,339941,154369,803,153,276 +Paraguay,339943,8087,803,153,276 +Paraguay,339944,1080383,803,153,276 +Paraguay,339991,76171,803,153,276 +Paraguay,339992,1934731,803,153,276 +Paraguay,339993,44921,803,153,276 +Paraguay,339994,99688,803,153,276 +Paraguay,339999,10038672,803,153,276 +Paraguay,511210,396159,803,153,276 +Paraguay,910000,1155039,803,153,276 +Paraguay,920000,4823269,803,153,276 +Paraguay,990000,59542331,803,153,276 +Peru,111110,11428688,803,154,277 +Peru,111120,10000,803,154,277 +Peru,111130,14031608,803,154,277 +Peru,111140,170212521,803,154,277 +Peru,111150,110150782,803,154,277 +Peru,111199,57629,803,154,277 +Peru,111219,6673854,803,154,277 +Peru,111310,35125,803,154,277 +Peru,111331,548257,803,154,277 +Peru,111332,31253,803,154,277 +Peru,111335,1829218,803,154,277 +Peru,111339,220024,803,154,277 +Peru,111421,521728,803,154,277 +Peru,111422,282954,803,154,277 +Peru,111910,52923,803,154,277 +Peru,111920,148488644,803,154,277 +Peru,111998,4644766,803,154,277 +Peru,112111,622058,803,154,277 +Peru,112310,6250013,803,154,277 +Peru,112920,1367900,803,154,277 +Peru,112930,6712,803,154,277 +Peru,112990,74815,803,154,277 +Peru,113210,542952,803,154,277 +Peru,113310,3182695,803,154,277 +Peru,114111,1880849,803,154,277 +Peru,114112,6659087,803,154,277 +Peru,114119,24062,803,154,277 +Peru,211111,7852,803,154,277 +Peru,211112,111495,803,154,277 +Peru,212112,4276098,803,154,277 +Peru,212113,58885,803,154,277 +Peru,212210,10530,803,154,277 +Peru,212234,37740,803,154,277 +Peru,212299,137185,803,154,277 +Peru,212311,35740,803,154,277 +Peru,212319,40230,803,154,277 +Peru,212322,2258176,803,154,277 +Peru,212324,918509,803,154,277 +Peru,212325,3490524,803,154,277 +Peru,212393,564042,803,154,277 +Peru,212399,542743,803,154,277 +Peru,311111,2493858,803,154,277 +Peru,311119,6921512,803,154,277 +Peru,311211,270932,803,154,277 +Peru,311212,1967693,803,154,277 +Peru,311221,9277199,803,154,277 +Peru,311222,115259658,803,154,277 +Peru,311223,426576,803,154,277 +Peru,311225,2251624,803,154,277 +Peru,311230,556903,803,154,277 +Peru,311311,1698538,803,154,277 +Peru,311320,18362642,803,154,277 +Peru,311340,713428,803,154,277 +Peru,311411,3916173,803,154,277 +Peru,311421,1540168,803,154,277 +Peru,311422,5850,803,154,277 +Peru,311423,2008597,803,154,277 +Peru,311511,922351,803,154,277 +Peru,311512,902273,803,154,277 +Peru,311513,3603763,803,154,277 +Peru,311514,32780551,803,154,277 +Peru,311520,124828,803,154,277 +Peru,311611,13306240,803,154,277 +Peru,311613,19726665,803,154,277 +Peru,311615,5810212,803,154,277 +Peru,311711,25349,803,154,277 +Peru,311811,900135,803,154,277 +Peru,311822,216232,803,154,277 +Peru,311911,157518,803,154,277 +Peru,311919,871628,803,154,277 +Peru,311920,3329793,803,154,277 +Peru,311930,6317641,803,154,277 +Peru,311941,1188873,803,154,277 +Peru,311942,1333162,803,154,277 +Peru,311999,12894269,803,154,277 +Peru,312111,926995,803,154,277 +Peru,312113,29139,803,154,277 +Peru,312120,1332607,803,154,277 +Peru,312130,563182,803,154,277 +Peru,312140,1050561,803,154,277 +Peru,312221,284884,803,154,277 +Peru,312229,10714,803,154,277 +Peru,313111,3596867,803,154,277 +Peru,313113,241330,803,154,277 +Peru,313210,4913269,803,154,277 +Peru,313221,2410863,803,154,277 +Peru,313230,8264219,803,154,277 +Peru,313249,366777,803,154,277 +Peru,313312,39657,803,154,277 +Peru,313320,1258758,803,154,277 +Peru,314110,4868049,803,154,277 +Peru,314121,238228,803,154,277 +Peru,314129,235480,803,154,277 +Peru,314911,110219,803,154,277 +Peru,314912,246868,803,154,277 +Peru,314991,646699,803,154,277 +Peru,314992,581396,803,154,277 +Peru,314999,5636299,803,154,277 +Peru,315111,140312,803,154,277 +Peru,315221,116754,803,154,277 +Peru,315222,158171,803,154,277 +Peru,315223,675453,803,154,277 +Peru,315224,124311,803,154,277 +Peru,315228,416229,803,154,277 +Peru,315231,362493,803,154,277 +Peru,315232,179610,803,154,277 +Peru,315233,63715,803,154,277 +Peru,315234,412051,803,154,277 +Peru,315239,259248,803,154,277 +Peru,315291,67745,803,154,277 +Peru,315292,151486,803,154,277 +Peru,315991,130882,803,154,277 +Peru,315992,266058,803,154,277 +Peru,315993,2737,803,154,277 +Peru,315999,4284609,803,154,277 +Peru,316110,43419,803,154,277 +Peru,316211,74629,803,154,277 +Peru,316213,894587,803,154,277 +Peru,316214,321662,803,154,277 +Peru,316219,825794,803,154,277 +Peru,316991,1806152,803,154,277 +Peru,316992,228079,803,154,277 +Peru,316993,75469,803,154,277 +Peru,316999,154959,803,154,277 +Peru,321113,2914312,803,154,277 +Peru,321114,8295090,803,154,277 +Peru,321211,130932,803,154,277 +Peru,321213,161203,803,154,277 +Peru,321219,1155069,803,154,277 +Peru,321911,207475,803,154,277 +Peru,321918,931681,803,154,277 +Peru,321920,390393,803,154,277 +Peru,321991,10800,803,154,277 +Peru,321999,332957,803,154,277 +Peru,322110,16808771,803,154,277 +Peru,322121,22485403,803,154,277 +Peru,322122,19033099,803,154,277 +Peru,322130,32485504,803,154,277 +Peru,322211,503337,803,154,277 +Peru,322212,223545,803,154,277 +Peru,322213,16714,803,154,277 +Peru,322214,148395,803,154,277 +Peru,322215,278304,803,154,277 +Peru,322222,12591693,803,154,277 +Peru,322223,769517,803,154,277 +Peru,322224,9809,803,154,277 +Peru,322232,191439,803,154,277 +Peru,322291,5027973,803,154,277 +Peru,322299,1154288,803,154,277 +Peru,323116,24972,803,154,277 +Peru,323117,6057743,803,154,277 +Peru,323118,1167284,803,154,277 +Peru,323119,9031813,803,154,277 +Peru,323122,626370,803,154,277 +Peru,324110,979552269,803,154,277 +Peru,324121,165715,803,154,277 +Peru,324122,1056778,803,154,277 +Peru,325110,1943277,803,154,277 +Peru,325120,541292,803,154,277 +Peru,325131,24236749,803,154,277 +Peru,325132,2765965,803,154,277 +Peru,325181,9720143,803,154,277 +Peru,325182,338565,803,154,277 +Peru,325188,46380992,803,154,277 +Peru,325191,993806,803,154,277 +Peru,325192,29161198,803,154,277 +Peru,325193,45624,803,154,277 +Peru,325199,213382074,803,154,277 +Peru,325211,472400190,803,154,277 +Peru,325212,14735276,803,154,277 +Peru,325221,540533,803,154,277 +Peru,325222,11346551,803,154,277 +Peru,325311,18127343,803,154,277 +Peru,325312,62160319,803,154,277 +Peru,325320,12669416,803,154,277 +Peru,325411,11284870,803,154,277 +Peru,325412,26208372,803,154,277 +Peru,325414,67222602,803,154,277 +Peru,325510,6247899,803,154,277 +Peru,325520,11776475,803,154,277 +Peru,325611,7443901,803,154,277 +Peru,325612,1406679,803,154,277 +Peru,325613,15058752,803,154,277 +Peru,325620,15490373,803,154,277 +Peru,325910,26951834,803,154,277 +Peru,325920,945173,803,154,277 +Peru,325992,21485696,803,154,277 +Peru,325998,50109145,803,154,277 +Peru,326113,19283918,803,154,277 +Peru,326121,361210,803,154,277 +Peru,326122,3055479,803,154,277 +Peru,326160,174987,803,154,277 +Peru,326191,603900,803,154,277 +Peru,326192,623019,803,154,277 +Peru,326199,17662482,803,154,277 +Peru,326211,25675924,803,154,277 +Peru,326212,37607,803,154,277 +Peru,326220,6111911,803,154,277 +Peru,326299,6589291,803,154,277 +Peru,327111,99852,803,154,277 +Peru,327112,2001107,803,154,277 +Peru,327113,1171315,803,154,277 +Peru,327122,96337,803,154,277 +Peru,327124,409378,803,154,277 +Peru,327125,1953000,803,154,277 +Peru,327211,10396601,803,154,277 +Peru,327212,2925574,803,154,277 +Peru,327213,43629,803,154,277 +Peru,327215,889326,803,154,277 +Peru,327310,363703,803,154,277 +Peru,327320,16978,803,154,277 +Peru,327331,90368,803,154,277 +Peru,327390,399245,803,154,277 +Peru,327420,205454,803,154,277 +Peru,327910,1632136,803,154,277 +Peru,327991,73883,803,154,277 +Peru,327992,1104683,803,154,277 +Peru,327993,2888796,803,154,277 +Peru,327999,4172973,803,154,277 +Peru,331111,102173564,803,154,277 +Peru,331112,405782,803,154,277 +Peru,331222,917715,803,154,277 +Peru,331311,402640,803,154,277 +Peru,331314,421390,803,154,277 +Peru,331315,702790,803,154,277 +Peru,331316,397576,803,154,277 +Peru,331319,714818,803,154,277 +Peru,331411,477900,803,154,277 +Peru,331419,6029579,803,154,277 +Peru,331421,708652,803,154,277 +Peru,331422,3110945,803,154,277 +Peru,331491,456421,803,154,277 +Peru,331492,470883,803,154,277 +Peru,331511,3743470,803,154,277 +Peru,332115,1988528,803,154,277 +Peru,332211,587946,803,154,277 +Peru,332212,14137875,803,154,277 +Peru,332213,1445671,803,154,277 +Peru,332214,44001,803,154,277 +Peru,332311,407038,803,154,277 +Peru,332312,18588956,803,154,277 +Peru,332321,1156891,803,154,277 +Peru,332322,255002,803,154,277 +Peru,332323,469979,803,154,277 +Peru,332410,11192895,803,154,277 +Peru,332420,6169524,803,154,277 +Peru,332439,408358,803,154,277 +Peru,332510,3359893,803,154,277 +Peru,332611,353903,803,154,277 +Peru,332618,4590810,803,154,277 +Peru,332722,6508358,803,154,277 +Peru,332911,23152063,803,154,277 +Peru,332912,3753808,803,154,277 +Peru,332913,587562,803,154,277 +Peru,332919,7271393,803,154,277 +Peru,332991,12098069,803,154,277 +Peru,332992,1097156,803,154,277 +Peru,332994,1293003,803,154,277 +Peru,332995,571137,803,154,277 +Peru,332997,287972,803,154,277 +Peru,332998,716653,803,154,277 +Peru,332999,10500145,803,154,277 +Peru,333111,40403665,803,154,277 +Peru,333120,445006192,803,154,277 +Peru,333131,64711398,803,154,277 +Peru,333132,106031466,803,154,277 +Peru,333210,964902,803,154,277 +Peru,333220,9132014,803,154,277 +Peru,333291,2853421,803,154,277 +Peru,333292,7373113,803,154,277 +Peru,333293,9068449,803,154,277 +Peru,333294,11322586,803,154,277 +Peru,333295,3216678,803,154,277 +Peru,333298,1768806,803,154,277 +Peru,333311,927205,803,154,277 +Peru,333313,13742441,803,154,277 +Peru,333314,9932639,803,154,277 +Peru,333315,12632061,803,154,277 +Peru,333319,3686404,803,154,277 +Peru,333411,3586360,803,154,277 +Peru,333412,2918354,803,154,277 +Peru,333414,2489468,803,154,277 +Peru,333415,21833253,803,154,277 +Peru,333511,1526916,803,154,277 +Peru,333512,5178712,803,154,277 +Peru,333513,3698602,803,154,277 +Peru,333514,254398,803,154,277 +Peru,333515,3167570,803,154,277 +Peru,333516,291867,803,154,277 +Peru,333611,51184647,803,154,277 +Peru,333612,17506009,803,154,277 +Peru,333613,11125828,803,154,277 +Peru,333618,52033489,803,154,277 +Peru,333911,42042494,803,154,277 +Peru,333912,24995274,803,154,277 +Peru,333913,3381503,803,154,277 +Peru,333921,1213115,803,154,277 +Peru,333922,8483038,803,154,277 +Peru,333923,9316053,803,154,277 +Peru,333924,26824958,803,154,277 +Peru,333991,4520950,803,154,277 +Peru,333992,12150353,803,154,277 +Peru,333993,5344250,803,154,277 +Peru,333994,9886978,803,154,277 +Peru,333995,4768659,803,154,277 +Peru,333996,15500238,803,154,277 +Peru,333997,3487634,803,154,277 +Peru,333999,112253871,803,154,277 +Peru,334111,197565503,803,154,277 +Peru,334112,39238969,803,154,277 +Peru,334119,270537603,803,154,277 +Peru,334210,8200440,803,154,277 +Peru,334220,204027968,803,154,277 +Peru,334290,7683553,803,154,277 +Peru,334310,59950315,803,154,277 +Peru,334411,710288,803,154,277 +Peru,334412,79501,803,154,277 +Peru,334413,42457776,803,154,277 +Peru,334414,307115,803,154,277 +Peru,334415,711132,803,154,277 +Peru,334416,878569,803,154,277 +Peru,334417,7657469,803,154,277 +Peru,334418,3594132,803,154,277 +Peru,334419,45894084,803,154,277 +Peru,334510,24694217,803,154,277 +Peru,334511,8003263,803,154,277 +Peru,334512,521844,803,154,277 +Peru,334513,11772002,803,154,277 +Peru,334514,699003,803,154,277 +Peru,334515,15389810,803,154,277 +Peru,334516,15388270,803,154,277 +Peru,334517,11846146,803,154,277 +Peru,334518,2124517,803,154,277 +Peru,334519,30302737,803,154,277 +Peru,334612,512418,803,154,277 +Peru,334613,3320962,803,154,277 +Peru,335110,2708479,803,154,277 +Peru,335121,107678,803,154,277 +Peru,335129,8247886,803,154,277 +Peru,335211,11554413,803,154,277 +Peru,335212,430565,803,154,277 +Peru,335221,1405900,803,154,277 +Peru,335222,3007577,803,154,277 +Peru,335224,6433397,803,154,277 +Peru,335228,2201048,803,154,277 +Peru,335311,3556991,803,154,277 +Peru,335312,42035742,803,154,277 +Peru,335313,14489295,803,154,277 +Peru,335314,11207551,803,154,277 +Peru,335911,5194590,803,154,277 +Peru,335912,2279001,803,154,277 +Peru,335921,2808139,803,154,277 +Peru,335929,13834509,803,154,277 +Peru,335931,1751840,803,154,277 +Peru,335932,1228567,803,154,277 +Peru,335991,2267306,803,154,277 +Peru,335999,13285789,803,154,277 +Peru,336111,125057758,803,154,277 +Peru,336120,55821153,803,154,277 +Peru,336211,1060861,803,154,277 +Peru,336212,4094056,803,154,277 +Peru,336213,95000,803,154,277 +Peru,336214,1137005,803,154,277 +Peru,336311,13706575,803,154,277 +Peru,336321,870986,803,154,277 +Peru,336322,6073218,803,154,277 +Peru,336330,521375,803,154,277 +Peru,336340,3101174,803,154,277 +Peru,336350,3738096,803,154,277 +Peru,336360,191119,803,154,277 +Peru,336370,44431,803,154,277 +Peru,336391,20504,803,154,277 +Peru,336399,41695509,803,154,277 +Peru,336412,4404460,803,154,277 +Peru,336413,2381833,803,154,277 +Peru,336415,56818,803,154,277 +Peru,336419,266256,803,154,277 +Peru,336510,10337911,803,154,277 +Peru,336611,701320,803,154,277 +Peru,336612,8184029,803,154,277 +Peru,336991,3654994,803,154,277 +Peru,337121,28084,803,154,277 +Peru,337124,631638,803,154,277 +Peru,337127,5202149,803,154,277 +Peru,337129,2769,803,154,277 +Peru,337211,154000,803,154,277 +Peru,337214,404436,803,154,277 +Peru,337215,2072356,803,154,277 +Peru,337910,405855,803,154,277 +Peru,337920,637082,803,154,277 +Peru,339112,18702897,803,154,277 +Peru,339113,17844624,803,154,277 +Peru,339114,3140255,803,154,277 +Peru,339115,4687722,803,154,277 +Peru,339911,4593640,803,154,277 +Peru,339912,76083,803,154,277 +Peru,339913,353695,803,154,277 +Peru,339914,2433571,803,154,277 +Peru,339920,8416682,803,154,277 +Peru,339932,20743972,803,154,277 +Peru,339941,527587,803,154,277 +Peru,339942,116167,803,154,277 +Peru,339943,92465,803,154,277 +Peru,339944,6374599,803,154,277 +Peru,339950,2634749,803,154,277 +Peru,339991,4590329,803,154,277 +Peru,339992,3036529,803,154,277 +Peru,339993,975631,803,154,277 +Peru,339994,529449,803,154,277 +Peru,339999,31508816,803,154,277 +Peru,511210,8187267,803,154,277 +Peru,910000,103252749,803,154,277 +Peru,920000,38051793,803,154,277 +Peru,990000,196808509,803,154,277 +Philippines,111110,30261231,808,155,278 +Philippines,111120,85398,808,155,278 +Philippines,111130,10402446,808,155,278 +Philippines,111140,407057154,808,155,278 +Philippines,111150,3090774,808,155,278 +Philippines,111199,2790001,808,155,278 +Philippines,111211,2466633,808,155,278 +Philippines,111219,4682759,808,155,278 +Philippines,111310,4245795,808,155,278 +Philippines,111320,673270,808,155,278 +Philippines,111331,4395252,808,155,278 +Philippines,111332,21528365,808,155,278 +Philippines,111335,3217250,808,155,278 +Philippines,111339,419427,808,155,278 +Philippines,111421,41601,808,155,278 +Philippines,111910,15678374,808,155,278 +Philippines,111920,13922090,808,155,278 +Philippines,111930,2883,808,155,278 +Philippines,111992,25000,808,155,278 +Philippines,111998,1155965,808,155,278 +Philippines,112111,64085,808,155,278 +Philippines,112210,38848,808,155,278 +Philippines,112310,4873214,808,155,278 +Philippines,112410,151465,808,155,278 +Philippines,112420,239005,808,155,278 +Philippines,112910,546392,808,155,278 +Philippines,112920,340100,808,155,278 +Philippines,112990,10500,808,155,278 +Philippines,113210,2689783,808,155,278 +Philippines,113310,286965,808,155,278 +Philippines,114111,2463104,808,155,278 +Philippines,114112,11339601,808,155,278 +Philippines,114119,13360,808,155,278 +Philippines,211111,10826,808,155,278 +Philippines,211112,135388,808,155,278 +Philippines,212112,24556,808,155,278 +Philippines,212113,175980,808,155,278 +Philippines,212234,36268,808,155,278 +Philippines,212299,39600,808,155,278 +Philippines,212311,9934,808,155,278 +Philippines,212322,136426,808,155,278 +Philippines,212324,1469579,808,155,278 +Philippines,212325,3301695,808,155,278 +Philippines,212393,358373,808,155,278 +Philippines,212399,579486,808,155,278 +Philippines,311111,15009074,808,155,278 +Philippines,311119,39725772,808,155,278 +Philippines,311211,3735500,808,155,278 +Philippines,311212,9014787,808,155,278 +Philippines,311221,58443285,808,155,278 +Philippines,311222,331945567,808,155,278 +Philippines,311223,1792538,808,155,278 +Philippines,311225,3070089,808,155,278 +Philippines,311230,2533902,808,155,278 +Philippines,311311,1599033,808,155,278 +Philippines,311320,25543510,808,155,278 +Philippines,311340,3145825,808,155,278 +Philippines,311411,29430407,808,155,278 +Philippines,311421,20883352,808,155,278 +Philippines,311422,854530,808,155,278 +Philippines,311423,7580057,808,155,278 +Philippines,311511,807155,808,155,278 +Philippines,311512,3939250,808,155,278 +Philippines,311513,12158483,808,155,278 +Philippines,311514,168110168,808,155,278 +Philippines,311520,1282755,808,155,278 +Philippines,311611,138092724,808,155,278 +Philippines,311613,3942791,808,155,278 +Philippines,311615,55117741,808,155,278 +Philippines,311711,1577035,808,155,278 +Philippines,311811,5842539,808,155,278 +Philippines,311822,2507389,808,155,278 +Philippines,311823,6804,808,155,278 +Philippines,311911,3228457,808,155,278 +Philippines,311919,17606021,808,155,278 +Philippines,311920,17193249,808,155,278 +Philippines,311930,6110784,808,155,278 +Philippines,311941,4905177,808,155,278 +Philippines,311942,4056131,808,155,278 +Philippines,311999,35693286,808,155,278 +Philippines,312111,1509066,808,155,278 +Philippines,312120,22635114,808,155,278 +Philippines,312130,7980122,808,155,278 +Philippines,312140,924837,808,155,278 +Philippines,312229,331335,808,155,278 +Philippines,313111,13998,808,155,278 +Philippines,313113,70191,808,155,278 +Philippines,313210,2258265,808,155,278 +Philippines,313221,2628638,808,155,278 +Philippines,313230,759951,808,155,278 +Philippines,313249,753092,808,155,278 +Philippines,313312,23801,808,155,278 +Philippines,313320,1028797,808,155,278 +Philippines,314110,466108,808,155,278 +Philippines,314121,776861,808,155,278 +Philippines,314129,458217,808,155,278 +Philippines,314911,114159,808,155,278 +Philippines,314912,130110,808,155,278 +Philippines,314991,662081,808,155,278 +Philippines,314992,29782,808,155,278 +Philippines,314999,1828170,808,155,278 +Philippines,315111,70613,808,155,278 +Philippines,315221,324060,808,155,278 +Philippines,315222,49401,808,155,278 +Philippines,315223,327038,808,155,278 +Philippines,315224,99877,808,155,278 +Philippines,315228,128410,808,155,278 +Philippines,315231,40983,808,155,278 +Philippines,315232,139479,808,155,278 +Philippines,315233,20892,808,155,278 +Philippines,315234,185569,808,155,278 +Philippines,315239,193447,808,155,278 +Philippines,315292,88388,808,155,278 +Philippines,315991,283214,808,155,278 +Philippines,315992,75663,808,155,278 +Philippines,315993,3840,808,155,278 +Philippines,315999,1654673,808,155,278 +Philippines,316110,2021947,808,155,278 +Philippines,316211,125982,808,155,278 +Philippines,316213,766166,808,155,278 +Philippines,316214,528798,808,155,278 +Philippines,316219,2681448,808,155,278 +Philippines,316991,919867,808,155,278 +Philippines,316992,167137,808,155,278 +Philippines,316993,149327,808,155,278 +Philippines,316999,814745,808,155,278 +Philippines,321113,25976549,808,155,278 +Philippines,321114,35184,808,155,278 +Philippines,321211,259786,808,155,278 +Philippines,321212,168559,808,155,278 +Philippines,321213,478356,808,155,278 +Philippines,321219,82047,808,155,278 +Philippines,321911,998905,808,155,278 +Philippines,321918,653795,808,155,278 +Philippines,321920,641380,808,155,278 +Philippines,321991,19000,808,155,278 +Philippines,321999,424649,808,155,278 +Philippines,322110,28527724,808,155,278 +Philippines,322121,6894701,808,155,278 +Philippines,322122,363756,808,155,278 +Philippines,322130,81346983,808,155,278 +Philippines,322211,439930,808,155,278 +Philippines,322212,2865,808,155,278 +Philippines,322213,22662,808,155,278 +Philippines,322215,593762,808,155,278 +Philippines,322222,12646688,808,155,278 +Philippines,322223,955065,808,155,278 +Philippines,322224,26327,808,155,278 +Philippines,322232,350890,808,155,278 +Philippines,322233,2760,808,155,278 +Philippines,322291,1134295,808,155,278 +Philippines,322299,342229,808,155,278 +Philippines,323117,19045072,808,155,278 +Philippines,323118,706117,808,155,278 +Philippines,323119,6563421,808,155,278 +Philippines,323122,34413,808,155,278 +Philippines,324110,14298536,808,155,278 +Philippines,324121,12190,808,155,278 +Philippines,324122,1438982,808,155,278 +Philippines,325110,428629,808,155,278 +Philippines,325120,1267097,808,155,278 +Philippines,325131,26394182,808,155,278 +Philippines,325132,12220779,808,155,278 +Philippines,325181,9454285,808,155,278 +Philippines,325182,239831,808,155,278 +Philippines,325188,15709068,808,155,278 +Philippines,325191,401216,808,155,278 +Philippines,325192,328351,808,155,278 +Philippines,325193,15317912,808,155,278 +Philippines,325199,101633617,808,155,278 +Philippines,325211,33828326,808,155,278 +Philippines,325212,6337757,808,155,278 +Philippines,325221,14853926,808,155,278 +Philippines,325222,1967776,808,155,278 +Philippines,325311,276911,808,155,278 +Philippines,325312,11892492,808,155,278 +Philippines,325320,2448749,808,155,278 +Philippines,325411,8165389,808,155,278 +Philippines,325412,37599803,808,155,278 +Philippines,325414,22454768,808,155,278 +Philippines,325510,5163032,808,155,278 +Philippines,325520,14817719,808,155,278 +Philippines,325611,25887648,808,155,278 +Philippines,325612,4747222,808,155,278 +Philippines,325613,11206763,808,155,278 +Philippines,325620,17926601,808,155,278 +Philippines,325910,11145904,808,155,278 +Philippines,325920,539798,808,155,278 +Philippines,325992,7156290,808,155,278 +Philippines,325998,13123539,808,155,278 +Philippines,326113,33429142,808,155,278 +Philippines,326121,11409381,808,155,278 +Philippines,326122,720096,808,155,278 +Philippines,326160,1317983,808,155,278 +Philippines,326191,183732,808,155,278 +Philippines,326192,431180,808,155,278 +Philippines,326199,57440545,808,155,278 +Philippines,326211,4208785,808,155,278 +Philippines,326212,41286,808,155,278 +Philippines,326220,3524533,808,155,278 +Philippines,326299,2368191,808,155,278 +Philippines,327111,279938,808,155,278 +Philippines,327112,923030,808,155,278 +Philippines,327113,391363,808,155,278 +Philippines,327121,30910,808,155,278 +Philippines,327122,26353,808,155,278 +Philippines,327124,474665,808,155,278 +Philippines,327125,469385,808,155,278 +Philippines,327211,255308,808,155,278 +Philippines,327212,3084529,808,155,278 +Philippines,327213,587563,808,155,278 +Philippines,327215,2853636,808,155,278 +Philippines,327331,37896,808,155,278 +Philippines,327390,144145,808,155,278 +Philippines,327410,64275,808,155,278 +Philippines,327420,536262,808,155,278 +Philippines,327910,4780145,808,155,278 +Philippines,327991,79026,808,155,278 +Philippines,327992,1158329,808,155,278 +Philippines,327993,2457789,808,155,278 +Philippines,327999,547888,808,155,278 +Philippines,331111,36182187,808,155,278 +Philippines,331112,127867,808,155,278 +Philippines,331222,3085012,808,155,278 +Philippines,331311,122462,808,155,278 +Philippines,331312,25402,808,155,278 +Philippines,331314,13052,808,155,278 +Philippines,331315,706206,808,155,278 +Philippines,331316,1981632,808,155,278 +Philippines,331319,1375890,808,155,278 +Philippines,331411,7163245,808,155,278 +Philippines,331419,1117287,808,155,278 +Philippines,331421,505728,808,155,278 +Philippines,331422,1965806,808,155,278 +Philippines,331491,5879475,808,155,278 +Philippines,331492,256295,808,155,278 +Philippines,331511,3957939,808,155,278 +Philippines,332115,2291338,808,155,278 +Philippines,332211,43535,808,155,278 +Philippines,332212,13964740,808,155,278 +Philippines,332213,290083,808,155,278 +Philippines,332214,22809,808,155,278 +Philippines,332311,2656883,808,155,278 +Philippines,332312,2335538,808,155,278 +Philippines,332321,3190571,808,155,278 +Philippines,332322,442760,808,155,278 +Philippines,332323,18436,808,155,278 +Philippines,332410,2528975,808,155,278 +Philippines,332420,1570975,808,155,278 +Philippines,332439,539288,808,155,278 +Philippines,332510,5901793,808,155,278 +Philippines,332611,382644,808,155,278 +Philippines,332618,3471282,808,155,278 +Philippines,332722,2773706,808,155,278 +Philippines,332911,36416159,808,155,278 +Philippines,332912,3286952,808,155,278 +Philippines,332913,860982,808,155,278 +Philippines,332919,5111419,808,155,278 +Philippines,332991,2346500,808,155,278 +Philippines,332992,3218263,808,155,278 +Philippines,332994,4780767,808,155,278 +Philippines,332995,285425,808,155,278 +Philippines,332997,1391693,808,155,278 +Philippines,332998,239120,808,155,278 +Philippines,332999,36136699,808,155,278 +Philippines,333111,11636650,808,155,278 +Philippines,333120,11755332,808,155,278 +Philippines,333131,4770856,808,155,278 +Philippines,333132,30396130,808,155,278 +Philippines,333210,660298,808,155,278 +Philippines,333220,2444511,808,155,278 +Philippines,333291,2149525,808,155,278 +Philippines,333292,790785,808,155,278 +Philippines,333293,6231642,808,155,278 +Philippines,333294,20951553,808,155,278 +Philippines,333295,69438453,808,155,278 +Philippines,333298,5260518,808,155,278 +Philippines,333311,121482,808,155,278 +Philippines,333313,4242255,808,155,278 +Philippines,333314,24255160,808,155,278 +Philippines,333315,3642854,808,155,278 +Philippines,333319,8500241,808,155,278 +Philippines,333411,731564,808,155,278 +Philippines,333412,1288499,808,155,278 +Philippines,333414,682228,808,155,278 +Philippines,333415,32971787,808,155,278 +Philippines,333511,2060631,808,155,278 +Philippines,333512,7929098,808,155,278 +Philippines,333513,1559005,808,155,278 +Philippines,333514,7598708,808,155,278 +Philippines,333515,1628249,808,155,278 +Philippines,333516,48443,808,155,278 +Philippines,333611,7812283,808,155,278 +Philippines,333612,2132135,808,155,278 +Philippines,333613,3847201,808,155,278 +Philippines,333618,13381281,808,155,278 +Philippines,333911,16109547,808,155,278 +Philippines,333912,3940202,808,155,278 +Philippines,333913,1936985,808,155,278 +Philippines,333921,104382,808,155,278 +Philippines,333922,2315111,808,155,278 +Philippines,333923,769216,808,155,278 +Philippines,333924,3599367,808,155,278 +Philippines,333991,1687740,808,155,278 +Philippines,333992,4291438,808,155,278 +Philippines,333993,4753185,808,155,278 +Philippines,333994,2679226,808,155,278 +Philippines,333995,758316,808,155,278 +Philippines,333996,2064938,808,155,278 +Philippines,333997,792498,808,155,278 +Philippines,333999,42519028,808,155,278 +Philippines,334111,17486398,808,155,278 +Philippines,334112,31418075,808,155,278 +Philippines,334119,263336601,808,155,278 +Philippines,334210,2109355,808,155,278 +Philippines,334220,132180586,808,155,278 +Philippines,334290,1162606,808,155,278 +Philippines,334310,11601847,808,155,278 +Philippines,334411,5967162,808,155,278 +Philippines,334412,54346995,808,155,278 +Philippines,334413,2483831301,808,155,278 +Philippines,334414,6520901,808,155,278 +Philippines,334415,3703835,808,155,278 +Philippines,334416,7976379,808,155,278 +Philippines,334417,36812952,808,155,278 +Philippines,334418,315618,808,155,278 +Philippines,334419,78170455,808,155,278 +Philippines,334510,51041170,808,155,278 +Philippines,334511,3039418,808,155,278 +Philippines,334512,840910,808,155,278 +Philippines,334513,15055925,808,155,278 +Philippines,334514,571942,808,155,278 +Philippines,334515,224464196,808,155,278 +Philippines,334516,12571913,808,155,278 +Philippines,334517,12155648,808,155,278 +Philippines,334518,2754557,808,155,278 +Philippines,334519,9225349,808,155,278 +Philippines,334612,108585,808,155,278 +Philippines,334613,615247,808,155,278 +Philippines,335110,524119,808,155,278 +Philippines,335121,909938,808,155,278 +Philippines,335129,3214633,808,155,278 +Philippines,335211,3589254,808,155,278 +Philippines,335212,333740,808,155,278 +Philippines,335221,562943,808,155,278 +Philippines,335222,1498025,808,155,278 +Philippines,335224,3522587,808,155,278 +Philippines,335228,2106543,808,155,278 +Philippines,335311,8760911,808,155,278 +Philippines,335312,15938315,808,155,278 +Philippines,335313,23272626,808,155,278 +Philippines,335314,15872079,808,155,278 +Philippines,335911,1791891,808,155,278 +Philippines,335912,846654,808,155,278 +Philippines,335921,179505,808,155,278 +Philippines,335929,12501965,808,155,278 +Philippines,335931,10894021,808,155,278 +Philippines,335932,503901,808,155,278 +Philippines,335991,7708968,808,155,278 +Philippines,335999,8905410,808,155,278 +Philippines,336111,49579495,808,155,278 +Philippines,336120,5112062,808,155,278 +Philippines,336211,10400,808,155,278 +Philippines,336212,351412,808,155,278 +Philippines,336213,110900,808,155,278 +Philippines,336214,2035022,808,155,278 +Philippines,336311,3688549,808,155,278 +Philippines,336321,320639,808,155,278 +Philippines,336322,37036647,808,155,278 +Philippines,336330,393743,808,155,278 +Philippines,336340,183713,808,155,278 +Philippines,336350,548827,808,155,278 +Philippines,336360,28455,808,155,278 +Philippines,336391,132993,808,155,278 +Philippines,336399,17683216,808,155,278 +Philippines,336411,6241477,808,155,278 +Philippines,336412,769701,808,155,278 +Philippines,336413,2199853,808,155,278 +Philippines,336419,21502,808,155,278 +Philippines,336510,578163,808,155,278 +Philippines,336611,3663989,808,155,278 +Philippines,336612,3674764,808,155,278 +Philippines,336991,1122393,808,155,278 +Philippines,336992,4207,808,155,278 +Philippines,337110,2721,808,155,278 +Philippines,337124,567834,808,155,278 +Philippines,337127,4799477,808,155,278 +Philippines,337211,20579,808,155,278 +Philippines,337214,523059,808,155,278 +Philippines,337215,2062038,808,155,278 +Philippines,337910,5622,808,155,278 +Philippines,337920,56705,808,155,278 +Philippines,339112,14293236,808,155,278 +Philippines,339113,10233742,808,155,278 +Philippines,339114,1340632,808,155,278 +Philippines,339115,4141701,808,155,278 +Philippines,339911,1681703,808,155,278 +Philippines,339912,92842,808,155,278 +Philippines,339913,11225,808,155,278 +Philippines,339914,107446,808,155,278 +Philippines,339920,9143776,808,155,278 +Philippines,339932,2917099,808,155,278 +Philippines,339941,402455,808,155,278 +Philippines,339942,694617,808,155,278 +Philippines,339943,18849,808,155,278 +Philippines,339944,682783,808,155,278 +Philippines,339950,82263,808,155,278 +Philippines,339991,2544472,808,155,278 +Philippines,339992,1684281,808,155,278 +Philippines,339993,644170,808,155,278 +Philippines,339994,353643,808,155,278 +Philippines,339999,7333358,808,155,278 +Philippines,511210,440347,808,155,278 +Philippines,910000,20908424,808,155,278 +Philippines,920000,12001498,808,155,278 +Philippines,990000,247445354,808,155,278 +Pitcairn,990000,3683,808,156,279 +Poland,111120,469449,804,157,280 +Poland,111130,27635,804,157,280 +Poland,111150,1027122,804,157,280 +Poland,111199,79200,804,157,280 +Poland,111219,290568,804,157,280 +Poland,111320,1111530,804,157,280 +Poland,111335,4437744,804,157,280 +Poland,111339,39600,804,157,280 +Poland,111421,146666,804,157,280 +Poland,111422,82689,804,157,280 +Poland,111910,18834567,804,157,280 +Poland,111920,3407,804,157,280 +Poland,111998,722061,804,157,280 +Poland,112111,652288,804,157,280 +Poland,112310,329102,804,157,280 +Poland,112511,21781,804,157,280 +Poland,112920,64725,804,157,280 +Poland,112930,667623,804,157,280 +Poland,112990,26479,804,157,280 +Poland,113210,2991191,804,157,280 +Poland,113310,1536283,804,157,280 +Poland,114111,12192279,804,157,280 +Poland,114119,12967,804,157,280 +Poland,212112,398837217,804,157,280 +Poland,212222,5289,804,157,280 +Poland,212299,39939,804,157,280 +Poland,212311,5000,804,157,280 +Poland,212322,63442,804,157,280 +Poland,212324,513130,804,157,280 +Poland,212325,161736,804,157,280 +Poland,212393,12210,804,157,280 +Poland,212399,471424,804,157,280 +Poland,311111,211595,804,157,280 +Poland,311119,1347714,804,157,280 +Poland,311211,5216,804,157,280 +Poland,311212,286852,804,157,280 +Poland,311221,73591,804,157,280 +Poland,311222,113299702,804,157,280 +Poland,311223,236988,804,157,280 +Poland,311225,404772,804,157,280 +Poland,311320,12610,804,157,280 +Poland,311340,10639,804,157,280 +Poland,311411,286314,804,157,280 +Poland,311421,2455277,804,157,280 +Poland,311423,4250800,804,157,280 +Poland,311514,766024,804,157,280 +Poland,311611,838439,804,157,280 +Poland,311613,68713,804,157,280 +Poland,311615,62611,804,157,280 +Poland,311711,313175,804,157,280 +Poland,311811,8748,804,157,280 +Poland,311822,14522,804,157,280 +Poland,311920,2569550,804,157,280 +Poland,311930,111714,804,157,280 +Poland,311941,639571,804,157,280 +Poland,311942,91198,804,157,280 +Poland,311999,8346239,804,157,280 +Poland,312130,14430082,804,157,280 +Poland,312140,5638819,804,157,280 +Poland,312229,25243,804,157,280 +Poland,313111,87475,804,157,280 +Poland,313113,16329,804,157,280 +Poland,313210,728770,804,157,280 +Poland,313221,521723,804,157,280 +Poland,313230,4827672,804,157,280 +Poland,313249,658568,804,157,280 +Poland,313312,39456,804,157,280 +Poland,313320,4066317,804,157,280 +Poland,314110,1611623,804,157,280 +Poland,314121,80677,804,157,280 +Poland,314129,327249,804,157,280 +Poland,314911,78898,804,157,280 +Poland,314912,193782,804,157,280 +Poland,314991,551610,804,157,280 +Poland,314992,5574,804,157,280 +Poland,314999,1158023,804,157,280 +Poland,315111,21706,804,157,280 +Poland,315221,13139,804,157,280 +Poland,315222,21092,804,157,280 +Poland,315223,273107,804,157,280 +Poland,315224,34329,804,157,280 +Poland,315228,128466,804,157,280 +Poland,315231,82040,804,157,280 +Poland,315232,43591,804,157,280 +Poland,315233,27449,804,157,280 +Poland,315234,626087,804,157,280 +Poland,315239,19058,804,157,280 +Poland,315291,8830,804,157,280 +Poland,315292,44298,804,157,280 +Poland,315991,34942,804,157,280 +Poland,315992,30481,804,157,280 +Poland,315999,477152,804,157,280 +Poland,316110,87578,804,157,280 +Poland,316211,158083,804,157,280 +Poland,316212,6550,804,157,280 +Poland,316213,44077,804,157,280 +Poland,316214,45395,804,157,280 +Poland,316219,108559,804,157,280 +Poland,316991,462550,804,157,280 +Poland,316992,6412,804,157,280 +Poland,316993,853784,804,157,280 +Poland,316999,198036,804,157,280 +Poland,321113,3124627,804,157,280 +Poland,321211,148051,804,157,280 +Poland,321213,6313,804,157,280 +Poland,321219,127025,804,157,280 +Poland,321911,93375,804,157,280 +Poland,321918,283625,804,157,280 +Poland,321920,101302,804,157,280 +Poland,321991,25200,804,157,280 +Poland,321992,50689,804,157,280 +Poland,321999,306269,804,157,280 +Poland,322110,80030702,804,157,280 +Poland,322121,5794474,804,157,280 +Poland,322122,23852,804,157,280 +Poland,322130,1272751,804,157,280 +Poland,322211,420277,804,157,280 +Poland,322212,47788,804,157,280 +Poland,322213,8472,804,157,280 +Poland,322215,46450,804,157,280 +Poland,322222,27654057,804,157,280 +Poland,322223,305484,804,157,280 +Poland,322233,32828,804,157,280 +Poland,322291,7423699,804,157,280 +Poland,322299,756452,804,157,280 +Poland,323116,23109,804,157,280 +Poland,323117,1775735,804,157,280 +Poland,323118,163537,804,157,280 +Poland,323119,5123164,804,157,280 +Poland,323122,188403,804,157,280 +Poland,324110,1330314,804,157,280 +Poland,324121,1193011,804,157,280 +Poland,324122,107055,804,157,280 +Poland,325120,92400,804,157,280 +Poland,325131,428860,804,157,280 +Poland,325132,1803833,804,157,280 +Poland,325181,17693,804,157,280 +Poland,325182,10785,804,157,280 +Poland,325188,10684410,804,157,280 +Poland,325191,532105,804,157,280 +Poland,325192,45785326,804,157,280 +Poland,325199,24468318,804,157,280 +Poland,325211,17917180,804,157,280 +Poland,325212,41950324,804,157,280 +Poland,325221,3973336,804,157,280 +Poland,325222,305983,804,157,280 +Poland,325312,543839,804,157,280 +Poland,325320,669815,804,157,280 +Poland,325411,5395439,804,157,280 +Poland,325412,43224757,804,157,280 +Poland,325414,5147708,804,157,280 +Poland,325510,4048186,804,157,280 +Poland,325520,25413301,804,157,280 +Poland,325611,3777254,804,157,280 +Poland,325612,1011660,804,157,280 +Poland,325613,1956711,804,157,280 +Poland,325620,19923581,804,157,280 +Poland,325910,1093478,804,157,280 +Poland,325920,2981620,804,157,280 +Poland,325992,1495291,804,157,280 +Poland,325998,8778822,804,157,280 +Poland,326113,31003361,804,157,280 +Poland,326121,896476,804,157,280 +Poland,326122,2023260,804,157,280 +Poland,326160,695537,804,157,280 +Poland,326192,544217,804,157,280 +Poland,326199,24161458,804,157,280 +Poland,326211,17580615,804,157,280 +Poland,326212,35000,804,157,280 +Poland,326220,1916002,804,157,280 +Poland,326299,7619163,804,157,280 +Poland,327111,34300,804,157,280 +Poland,327112,4369896,804,157,280 +Poland,327113,275618,804,157,280 +Poland,327122,22727,804,157,280 +Poland,327123,9000,804,157,280 +Poland,327124,1004705,804,157,280 +Poland,327125,452832,804,157,280 +Poland,327211,2617948,804,157,280 +Poland,327212,6061493,804,157,280 +Poland,327213,12466,804,157,280 +Poland,327215,30363925,804,157,280 +Poland,327310,11143,804,157,280 +Poland,327331,9000,804,157,280 +Poland,327390,789079,804,157,280 +Poland,327420,186001,804,157,280 +Poland,327910,4494634,804,157,280 +Poland,327991,5000,804,157,280 +Poland,327992,669714,804,157,280 +Poland,327993,2513592,804,157,280 +Poland,327999,1825668,804,157,280 +Poland,331111,24818396,804,157,280 +Poland,331112,37104,804,157,280 +Poland,331222,169747,804,157,280 +Poland,331311,58292,804,157,280 +Poland,331312,2536704,804,157,280 +Poland,331315,2996309,804,157,280 +Poland,331316,1164261,804,157,280 +Poland,331319,125438,804,157,280 +Poland,331411,88804,804,157,280 +Poland,331419,2995578,804,157,280 +Poland,331421,197791,804,157,280 +Poland,331422,844893,804,157,280 +Poland,331491,11348195,804,157,280 +Poland,331492,26309,804,157,280 +Poland,331511,1386560,804,157,280 +Poland,332115,131272,804,157,280 +Poland,332211,3827597,804,157,280 +Poland,332212,3684137,804,157,280 +Poland,332213,2178101,804,157,280 +Poland,332214,7286,804,157,280 +Poland,332311,281532,804,157,280 +Poland,332312,1453820,804,157,280 +Poland,332321,356350,804,157,280 +Poland,332322,107409,804,157,280 +Poland,332323,64940,804,157,280 +Poland,332410,644785,804,157,280 +Poland,332420,686685,804,157,280 +Poland,332439,1046273,804,157,280 +Poland,332510,2185424,804,157,280 +Poland,332611,1631580,804,157,280 +Poland,332618,321936,804,157,280 +Poland,332722,3917669,804,157,280 +Poland,332911,8983252,804,157,280 +Poland,332912,1759949,804,157,280 +Poland,332913,132189,804,157,280 +Poland,332919,1436114,804,157,280 +Poland,332991,4217247,804,157,280 +Poland,332992,16070446,804,157,280 +Poland,332994,2453790,804,157,280 +Poland,332995,718346,804,157,280 +Poland,332997,506360,804,157,280 +Poland,332998,36358,804,157,280 +Poland,332999,16167213,804,157,280 +Poland,333111,77463320,804,157,280 +Poland,333120,4516512,804,157,280 +Poland,333131,11144030,804,157,280 +Poland,333132,5109776,804,157,280 +Poland,333210,3987300,804,157,280 +Poland,333220,11512731,804,157,280 +Poland,333291,5535260,804,157,280 +Poland,333292,2804229,804,157,280 +Poland,333293,9967298,804,157,280 +Poland,333294,4070292,804,157,280 +Poland,333295,2348044,804,157,280 +Poland,333298,4072866,804,157,280 +Poland,333311,64314,804,157,280 +Poland,333313,2814993,804,157,280 +Poland,333314,14440395,804,157,280 +Poland,333315,2215053,804,157,280 +Poland,333319,2222216,804,157,280 +Poland,333411,1014599,804,157,280 +Poland,333412,1766342,804,157,280 +Poland,333414,1179638,804,157,280 +Poland,333415,8555245,804,157,280 +Poland,333511,2611305,804,157,280 +Poland,333512,3880522,804,157,280 +Poland,333513,7277819,804,157,280 +Poland,333514,1375783,804,157,280 +Poland,333515,11226758,804,157,280 +Poland,333516,233017,804,157,280 +Poland,333611,5348307,804,157,280 +Poland,333612,2685018,804,157,280 +Poland,333613,3576965,804,157,280 +Poland,333618,17783427,804,157,280 +Poland,333911,4189001,804,157,280 +Poland,333912,33063338,804,157,280 +Poland,333913,210737,804,157,280 +Poland,333921,153133,804,157,280 +Poland,333922,955187,804,157,280 +Poland,333923,889140,804,157,280 +Poland,333924,718267,804,157,280 +Poland,333991,12197293,804,157,280 +Poland,333992,15364550,804,157,280 +Poland,333993,4840176,804,157,280 +Poland,333994,4967733,804,157,280 +Poland,333995,269840,804,157,280 +Poland,333996,14149683,804,157,280 +Poland,333997,536890,804,157,280 +Poland,333999,36436157,804,157,280 +Poland,334111,29163400,804,157,280 +Poland,334112,19061389,804,157,280 +Poland,334119,87225145,804,157,280 +Poland,334210,2537444,804,157,280 +Poland,334220,53739398,804,157,280 +Poland,334290,1217578,804,157,280 +Poland,334310,12026911,804,157,280 +Poland,334411,533652,804,157,280 +Poland,334412,580736,804,157,280 +Poland,334413,23140529,804,157,280 +Poland,334414,682290,804,157,280 +Poland,334415,1174066,804,157,280 +Poland,334416,1764950,804,157,280 +Poland,334417,14022186,804,157,280 +Poland,334418,1748763,804,157,280 +Poland,334419,10214768,804,157,280 +Poland,334510,55990132,804,157,280 +Poland,334511,5663892,804,157,280 +Poland,334512,572179,804,157,280 +Poland,334513,8508270,804,157,280 +Poland,334514,182364,804,157,280 +Poland,334515,12949260,804,157,280 +Poland,334516,26274594,804,157,280 +Poland,334517,15984328,804,157,280 +Poland,334518,1203963,804,157,280 +Poland,334519,15439317,804,157,280 +Poland,334612,183347,804,157,280 +Poland,334613,679295,804,157,280 +Poland,335110,1250383,804,157,280 +Poland,335121,87277,804,157,280 +Poland,335129,3587150,804,157,280 +Poland,335211,1567041,804,157,280 +Poland,335212,2377502,804,157,280 +Poland,335221,355314,804,157,280 +Poland,335222,277981,804,157,280 +Poland,335224,197578,804,157,280 +Poland,335228,1153647,804,157,280 +Poland,335311,1678200,804,157,280 +Poland,335312,11389504,804,157,280 +Poland,335313,11355323,804,157,280 +Poland,335314,5550447,804,157,280 +Poland,335911,1917353,804,157,280 +Poland,335912,1408523,804,157,280 +Poland,335921,1921530,804,157,280 +Poland,335929,5791421,804,157,280 +Poland,335931,3471958,804,157,280 +Poland,335932,702205,804,157,280 +Poland,335991,2020991,804,157,280 +Poland,335999,11868184,804,157,280 +Poland,336111,66713237,804,157,280 +Poland,336120,1650041,804,157,280 +Poland,336211,72662,804,157,280 +Poland,336212,72025,804,157,280 +Poland,336214,855503,804,157,280 +Poland,336311,5547567,804,157,280 +Poland,336321,114407,804,157,280 +Poland,336322,1864932,804,157,280 +Poland,336330,2084084,804,157,280 +Poland,336340,1091033,804,157,280 +Poland,336350,4424358,804,157,280 +Poland,336360,675519,804,157,280 +Poland,336370,721686,804,157,280 +Poland,336391,569236,804,157,280 +Poland,336399,25745650,804,157,280 +Poland,336412,5674438,804,157,280 +Poland,336413,69886404,804,157,280 +Poland,336415,78807,804,157,280 +Poland,336419,4000547,804,157,280 +Poland,336510,11155495,804,157,280 +Poland,336611,606095,804,157,280 +Poland,336612,2892483,804,157,280 +Poland,336991,9779258,804,157,280 +Poland,336992,11876999,804,157,280 +Poland,337110,7840,804,157,280 +Poland,337121,63330,804,157,280 +Poland,337124,529317,804,157,280 +Poland,337127,2812826,804,157,280 +Poland,337129,2650,804,157,280 +Poland,337211,10990,804,157,280 +Poland,337214,72100,804,157,280 +Poland,337215,1051303,804,157,280 +Poland,337910,206716,804,157,280 +Poland,337920,20429,804,157,280 +Poland,339112,28224036,804,157,280 +Poland,339113,15838579,804,157,280 +Poland,339114,21460253,804,157,280 +Poland,339115,5114007,804,157,280 +Poland,339911,335914,804,157,280 +Poland,339912,3666,804,157,280 +Poland,339913,178792,804,157,280 +Poland,339914,50168,804,157,280 +Poland,339920,4942000,804,157,280 +Poland,339932,3761827,804,157,280 +Poland,339941,33042,804,157,280 +Poland,339942,75781,804,157,280 +Poland,339943,28288,804,157,280 +Poland,339944,358528,804,157,280 +Poland,339950,100922,804,157,280 +Poland,339991,3505418,804,157,280 +Poland,339992,2955644,804,157,280 +Poland,339993,12473721,804,157,280 +Poland,339994,654708,804,157,280 +Poland,339999,6798739,804,157,280 +Poland,511210,3611077,804,157,280 +Poland,910000,244202,804,157,280 +Poland,920000,3757975,804,157,280 +Poland,990000,115093202,804,157,280 +Portugal,111110,13638754,804,158,281 +Portugal,111120,129134,804,158,281 +Portugal,111130,1393771,804,158,281 +Portugal,111140,18919962,804,158,281 +Portugal,111150,4898358,804,158,281 +Portugal,111199,31336,804,158,281 +Portugal,111219,5139508,804,158,281 +Portugal,111335,6305464,804,158,281 +Portugal,111422,5703,804,158,281 +Portugal,111910,27502076,804,158,281 +Portugal,111920,713186,804,158,281 +Portugal,111992,1375000,804,158,281 +Portugal,111998,927459,804,158,281 +Portugal,112111,606155,804,158,281 +Portugal,112310,21450,804,158,281 +Portugal,112511,285948,804,158,281 +Portugal,112990,298387,804,158,281 +Portugal,113210,1131387,804,158,281 +Portugal,113310,14615368,804,158,281 +Portugal,114111,36558667,804,158,281 +Portugal,114112,766814,804,158,281 +Portugal,114119,28833,804,158,281 +Portugal,212112,34808350,804,158,281 +Portugal,212311,58272,804,158,281 +Portugal,212319,11808,804,158,281 +Portugal,212324,306180,804,158,281 +Portugal,212325,197352,804,158,281 +Portugal,212399,256973,804,158,281 +Portugal,311111,120279,804,158,281 +Portugal,311119,296017,804,158,281 +Portugal,311211,16000,804,158,281 +Portugal,311221,2640723,804,158,281 +Portugal,311222,14801232,804,158,281 +Portugal,311223,90159,804,158,281 +Portugal,311225,6500,804,158,281 +Portugal,311320,309416,804,158,281 +Portugal,311340,45148,804,158,281 +Portugal,311411,1705818,804,158,281 +Portugal,311421,258418,804,158,281 +Portugal,311422,13300,804,158,281 +Portugal,311423,42052,804,158,281 +Portugal,311513,82938,804,158,281 +Portugal,311520,40087,804,158,281 +Portugal,311611,231892,804,158,281 +Portugal,311615,12337,804,158,281 +Portugal,311711,1559586,804,158,281 +Portugal,311811,2538,804,158,281 +Portugal,311822,240292,804,158,281 +Portugal,311911,620704,804,158,281 +Portugal,311920,282089,804,158,281 +Portugal,311930,7910,804,158,281 +Portugal,311941,377464,804,158,281 +Portugal,311942,40675,804,158,281 +Portugal,311999,2108818,804,158,281 +Portugal,312111,155476,804,158,281 +Portugal,312120,2830545,804,158,281 +Portugal,312130,39564,804,158,281 +Portugal,312140,1042169,804,158,281 +Portugal,313111,20367,804,158,281 +Portugal,313113,103062,804,158,281 +Portugal,313210,81498,804,158,281 +Portugal,313221,315927,804,158,281 +Portugal,313230,546079,804,158,281 +Portugal,313249,480151,804,158,281 +Portugal,313312,185906,804,158,281 +Portugal,313320,72470,804,158,281 +Portugal,314110,290838,804,158,281 +Portugal,314129,129181,804,158,281 +Portugal,314911,53017,804,158,281 +Portugal,314912,193881,804,158,281 +Portugal,314991,276310,804,158,281 +Portugal,314992,3150,804,158,281 +Portugal,314999,1395989,804,158,281 +Portugal,315221,38180,804,158,281 +Portugal,315222,4032,804,158,281 +Portugal,315223,69195,804,158,281 +Portugal,315224,5659,804,158,281 +Portugal,315228,32108,804,158,281 +Portugal,315231,26882,804,158,281 +Portugal,315232,224719,804,158,281 +Portugal,315233,133658,804,158,281 +Portugal,315234,36863,804,158,281 +Portugal,315239,758970,804,158,281 +Portugal,315291,44368,804,158,281 +Portugal,315292,72393,804,158,281 +Portugal,315991,17381,804,158,281 +Portugal,315992,93234,804,158,281 +Portugal,315999,252638,804,158,281 +Portugal,316110,589879,804,158,281 +Portugal,316211,223173,804,158,281 +Portugal,316213,220661,804,158,281 +Portugal,316214,23334,804,158,281 +Portugal,316219,243633,804,158,281 +Portugal,316991,499923,804,158,281 +Portugal,316992,50161,804,158,281 +Portugal,316999,31919,804,158,281 +Portugal,321113,17899587,804,158,281 +Portugal,321114,90000,804,158,281 +Portugal,321211,6163315,804,158,281 +Portugal,321212,796671,804,158,281 +Portugal,321213,394039,804,158,281 +Portugal,321219,16381,804,158,281 +Portugal,321918,84690,804,158,281 +Portugal,321920,199537,804,158,281 +Portugal,321991,5000,804,158,281 +Portugal,321999,6474100,804,158,281 +Portugal,322110,381740,804,158,281 +Portugal,322121,3548557,804,158,281 +Portugal,322122,57488,804,158,281 +Portugal,322130,10962853,804,158,281 +Portugal,322212,4496,804,158,281 +Portugal,322215,110369,804,158,281 +Portugal,322222,475533,804,158,281 +Portugal,322223,114757,804,158,281 +Portugal,322233,7281,804,158,281 +Portugal,322291,59762,804,158,281 +Portugal,322299,3020,804,158,281 +Portugal,323117,748798,804,158,281 +Portugal,323118,42988,804,158,281 +Portugal,323119,2310451,804,158,281 +Portugal,324110,52707858,804,158,281 +Portugal,325110,2872,804,158,281 +Portugal,325120,79645,804,158,281 +Portugal,325131,469659,804,158,281 +Portugal,325132,117670,804,158,281 +Portugal,325181,6013599,804,158,281 +Portugal,325188,5371700,804,158,281 +Portugal,325191,14136,804,158,281 +Portugal,325192,27750,804,158,281 +Portugal,325199,20469673,804,158,281 +Portugal,325211,13059832,804,158,281 +Portugal,325212,2540797,804,158,281 +Portugal,325221,705485,804,158,281 +Portugal,325222,156251,804,158,281 +Portugal,325311,125406,804,158,281 +Portugal,325312,194106,804,158,281 +Portugal,325320,837431,804,158,281 +Portugal,325411,4231372,804,158,281 +Portugal,325412,7108554,804,158,281 +Portugal,325414,325601,804,158,281 +Portugal,325510,771513,804,158,281 +Portugal,325520,132118,804,158,281 +Portugal,325611,780667,804,158,281 +Portugal,325612,35252,804,158,281 +Portugal,325613,551560,804,158,281 +Portugal,325620,1743719,804,158,281 +Portugal,325910,806942,804,158,281 +Portugal,325920,253598,804,158,281 +Portugal,325992,511948,804,158,281 +Portugal,325998,3105789,804,158,281 +Portugal,326113,1185586,804,158,281 +Portugal,326121,29470,804,158,281 +Portugal,326122,513917,804,158,281 +Portugal,326160,98014,804,158,281 +Portugal,326191,59525,804,158,281 +Portugal,326192,191499,804,158,281 +Portugal,326199,4026009,804,158,281 +Portugal,326211,570613,804,158,281 +Portugal,326212,24195,804,158,281 +Portugal,326220,190915,804,158,281 +Portugal,326299,746683,804,158,281 +Portugal,327111,3333,804,158,281 +Portugal,327112,248444,804,158,281 +Portugal,327113,24429,804,158,281 +Portugal,327121,25176,804,158,281 +Portugal,327122,4603,804,158,281 +Portugal,327124,28744,804,158,281 +Portugal,327125,347737,804,158,281 +Portugal,327211,784214,804,158,281 +Portugal,327212,372588,804,158,281 +Portugal,327213,110623,804,158,281 +Portugal,327215,670926,804,158,281 +Portugal,327390,7463,804,158,281 +Portugal,327420,17248,804,158,281 +Portugal,327910,552535,804,158,281 +Portugal,327991,490605,804,158,281 +Portugal,327992,352690,804,158,281 +Portugal,327993,275418,804,158,281 +Portugal,327999,126775,804,158,281 +Portugal,331111,5428901,804,158,281 +Portugal,331112,75525,804,158,281 +Portugal,331222,135285,804,158,281 +Portugal,331311,243946,804,158,281 +Portugal,331315,23838,804,158,281 +Portugal,331316,18519,804,158,281 +Portugal,331319,12406,804,158,281 +Portugal,331411,2900,804,158,281 +Portugal,331419,277700,804,158,281 +Portugal,331421,103024,804,158,281 +Portugal,331422,4588503,804,158,281 +Portugal,331491,1935840,804,158,281 +Portugal,331492,2834565,804,158,281 +Portugal,331511,278488,804,158,281 +Portugal,332115,9725,804,158,281 +Portugal,332211,117748,804,158,281 +Portugal,332212,1373592,804,158,281 +Portugal,332213,264568,804,158,281 +Portugal,332311,169675,804,158,281 +Portugal,332312,194025,804,158,281 +Portugal,332321,12024,804,158,281 +Portugal,332322,388095,804,158,281 +Portugal,332410,2890471,804,158,281 +Portugal,332420,178155,804,158,281 +Portugal,332439,111001,804,158,281 +Portugal,332510,1199343,804,158,281 +Portugal,332611,16187,804,158,281 +Portugal,332618,174790,804,158,281 +Portugal,332722,2177367,804,158,281 +Portugal,332911,8971360,804,158,281 +Portugal,332912,508091,804,158,281 +Portugal,332913,49457,804,158,281 +Portugal,332919,498166,804,158,281 +Portugal,332991,4022293,804,158,281 +Portugal,332992,1533459,804,158,281 +Portugal,332994,1393695,804,158,281 +Portugal,332998,70807,804,158,281 +Portugal,332999,2134431,804,158,281 +Portugal,333111,5039535,804,158,281 +Portugal,333120,5497426,804,158,281 +Portugal,333131,666233,804,158,281 +Portugal,333132,94032,804,158,281 +Portugal,333220,1570629,804,158,281 +Portugal,333291,519002,804,158,281 +Portugal,333292,696096,804,158,281 +Portugal,333293,1635351,804,158,281 +Portugal,333294,1288513,804,158,281 +Portugal,333295,4453294,804,158,281 +Portugal,333298,28088,804,158,281 +Portugal,333313,675881,804,158,281 +Portugal,333314,5524041,804,158,281 +Portugal,333315,1114314,804,158,281 +Portugal,333319,308244,804,158,281 +Portugal,333411,890335,804,158,281 +Portugal,333412,326526,804,158,281 +Portugal,333414,660305,804,158,281 +Portugal,333415,2233503,804,158,281 +Portugal,333511,263474,804,158,281 +Portugal,333512,1218915,804,158,281 +Portugal,333513,8785721,804,158,281 +Portugal,333514,1709292,804,158,281 +Portugal,333515,497268,804,158,281 +Portugal,333611,2811861,804,158,281 +Portugal,333612,5076320,804,158,281 +Portugal,333613,812269,804,158,281 +Portugal,333618,1478329,804,158,281 +Portugal,333911,1548223,804,158,281 +Portugal,333912,565607,804,158,281 +Portugal,333913,75410,804,158,281 +Portugal,333921,81860,804,158,281 +Portugal,333922,1119693,804,158,281 +Portugal,333923,668250,804,158,281 +Portugal,333924,1286620,804,158,281 +Portugal,333991,207089,804,158,281 +Portugal,333992,1276730,804,158,281 +Portugal,333993,4878379,804,158,281 +Portugal,333994,1351305,804,158,281 +Portugal,333995,241971,804,158,281 +Portugal,333996,519744,804,158,281 +Portugal,333997,244165,804,158,281 +Portugal,333999,9037556,804,158,281 +Portugal,334111,3467215,804,158,281 +Portugal,334112,1297478,804,158,281 +Portugal,334119,8811770,804,158,281 +Portugal,334210,52233076,804,158,281 +Portugal,334220,27495726,804,158,281 +Portugal,334290,519495,804,158,281 +Portugal,334310,5495056,804,158,281 +Portugal,334411,77765,804,158,281 +Portugal,334412,95515,804,158,281 +Portugal,334413,4878622,804,158,281 +Portugal,334414,974709,804,158,281 +Portugal,334415,637558,804,158,281 +Portugal,334416,764631,804,158,281 +Portugal,334417,1415545,804,158,281 +Portugal,334418,167752,804,158,281 +Portugal,334419,2784827,804,158,281 +Portugal,334510,15286376,804,158,281 +Portugal,334511,3338646,804,158,281 +Portugal,334512,147791,804,158,281 +Portugal,334513,4158697,804,158,281 +Portugal,334514,449018,804,158,281 +Portugal,334515,6715292,804,158,281 +Portugal,334516,7565996,804,158,281 +Portugal,334517,3233345,804,158,281 +Portugal,334518,326425,804,158,281 +Portugal,334519,8142628,804,158,281 +Portugal,334612,43137,804,158,281 +Portugal,334613,400358,804,158,281 +Portugal,335110,52105,804,158,281 +Portugal,335121,41788,804,158,281 +Portugal,335129,614083,804,158,281 +Portugal,335211,581805,804,158,281 +Portugal,335212,2469095,804,158,281 +Portugal,335221,26729,804,158,281 +Portugal,335222,147728,804,158,281 +Portugal,335224,218877,804,158,281 +Portugal,335228,160562,804,158,281 +Portugal,335311,984910,804,158,281 +Portugal,335312,2573753,804,158,281 +Portugal,335313,775243,804,158,281 +Portugal,335314,2972329,804,158,281 +Portugal,335911,295625,804,158,281 +Portugal,335912,58556,804,158,281 +Portugal,335921,42382800,804,158,281 +Portugal,335929,891681,804,158,281 +Portugal,335931,684158,804,158,281 +Portugal,335932,88664,804,158,281 +Portugal,335991,2240993,804,158,281 +Portugal,335999,1043564,804,158,281 +Portugal,336111,20676200,804,158,281 +Portugal,336120,419117,804,158,281 +Portugal,336212,49050,804,158,281 +Portugal,336214,724966,804,158,281 +Portugal,336311,440980,804,158,281 +Portugal,336321,523957,804,158,281 +Portugal,336322,1151946,804,158,281 +Portugal,336330,108505,804,158,281 +Portugal,336340,2371519,804,158,281 +Portugal,336350,63426,804,158,281 +Portugal,336399,9927653,804,158,281 +Portugal,336412,34339738,804,158,281 +Portugal,336413,38461520,804,158,281 +Portugal,336419,2889,804,158,281 +Portugal,336510,204401,804,158,281 +Portugal,336611,410402,804,158,281 +Portugal,336612,901469,804,158,281 +Portugal,336991,4147252,804,158,281 +Portugal,337124,66682,804,158,281 +Portugal,337127,1118948,804,158,281 +Portugal,337214,105375,804,158,281 +Portugal,337215,1482165,804,158,281 +Portugal,339112,11906859,804,158,281 +Portugal,339113,4243950,804,158,281 +Portugal,339114,2776371,804,158,281 +Portugal,339115,3516630,804,158,281 +Portugal,339911,272773,804,158,281 +Portugal,339913,71772,804,158,281 +Portugal,339914,65795,804,158,281 +Portugal,339920,1606154,804,158,281 +Portugal,339932,801776,804,158,281 +Portugal,339941,12738,804,158,281 +Portugal,339942,51947,804,158,281 +Portugal,339943,102490,804,158,281 +Portugal,339944,170429,804,158,281 +Portugal,339950,78286,804,158,281 +Portugal,339991,669456,804,158,281 +Portugal,339992,1254044,804,158,281 +Portugal,339993,125224,804,158,281 +Portugal,339994,40976,804,158,281 +Portugal,339999,1959060,804,158,281 +Portugal,511210,473225,804,158,281 +Portugal,910000,323366,804,158,281 +Portugal,920000,6691788,804,158,281 +Portugal,990000,47089402,804,158,281 +Qatar,111130,8414,806,159,282 +Qatar,111150,154115,806,159,282 +Qatar,111160,3233,806,159,282 +Qatar,111199,107643,806,159,282 +Qatar,111211,33059,806,159,282 +Qatar,111219,506712,806,159,282 +Qatar,111310,72900,806,159,282 +Qatar,111331,417585,806,159,282 +Qatar,111332,265226,806,159,282 +Qatar,111333,464236,806,159,282 +Qatar,111335,1379593,806,159,282 +Qatar,111339,186796,806,159,282 +Qatar,111421,10300,806,159,282 +Qatar,111422,57251,806,159,282 +Qatar,111940,816200,806,159,282 +Qatar,111998,274735,806,159,282 +Qatar,112111,5625,806,159,282 +Qatar,112910,25162,806,159,282 +Qatar,112920,394223,806,159,282 +Qatar,113210,37934,806,159,282 +Qatar,113310,248508,806,159,282 +Qatar,114111,69865,806,159,282 +Qatar,114112,17378,806,159,282 +Qatar,211111,2730,806,159,282 +Qatar,211112,10746,806,159,282 +Qatar,212112,3998,806,159,282 +Qatar,212319,422261,806,159,282 +Qatar,212322,38289,806,159,282 +Qatar,212325,31194,806,159,282 +Qatar,212393,42159,806,159,282 +Qatar,212399,1978444,806,159,282 +Qatar,311111,267817,806,159,282 +Qatar,311119,283788,806,159,282 +Qatar,311211,91687,806,159,282 +Qatar,311212,1732010,806,159,282 +Qatar,311221,516098,806,159,282 +Qatar,311222,141164,806,159,282 +Qatar,311223,90348,806,159,282 +Qatar,311225,509537,806,159,282 +Qatar,311230,164128,806,159,282 +Qatar,311311,172034,806,159,282 +Qatar,311320,917660,806,159,282 +Qatar,311340,231987,806,159,282 +Qatar,311411,1325389,806,159,282 +Qatar,311421,1882841,806,159,282 +Qatar,311422,70016,806,159,282 +Qatar,311423,44287,806,159,282 +Qatar,311511,243976,806,159,282 +Qatar,311512,42518,806,159,282 +Qatar,311513,1089647,806,159,282 +Qatar,311514,491713,806,159,282 +Qatar,311520,163267,806,159,282 +Qatar,311611,5981951,806,159,282 +Qatar,311613,23640,806,159,282 +Qatar,311615,13482069,806,159,282 +Qatar,311711,15927,806,159,282 +Qatar,311811,994744,806,159,282 +Qatar,311822,618553,806,159,282 +Qatar,311823,15505,806,159,282 +Qatar,311911,520290,806,159,282 +Qatar,311919,353645,806,159,282 +Qatar,311920,427252,806,159,282 +Qatar,311930,86049,806,159,282 +Qatar,311941,1919423,806,159,282 +Qatar,311942,435169,806,159,282 +Qatar,311999,5379516,806,159,282 +Qatar,312111,23189,806,159,282 +Qatar,312112,33242,806,159,282 +Qatar,312130,47629,806,159,282 +Qatar,312140,190226,806,159,282 +Qatar,312229,48298,806,159,282 +Qatar,313111,5677,806,159,282 +Qatar,313113,45220,806,159,282 +Qatar,313210,313546,806,159,282 +Qatar,313221,236815,806,159,282 +Qatar,313230,28047,806,159,282 +Qatar,313249,32251,806,159,282 +Qatar,313320,119748,806,159,282 +Qatar,314110,3853156,806,159,282 +Qatar,314121,28446,806,159,282 +Qatar,314129,584438,806,159,282 +Qatar,314911,44722,806,159,282 +Qatar,314912,334602,806,159,282 +Qatar,314991,10620,806,159,282 +Qatar,314992,8370,806,159,282 +Qatar,314999,1237789,806,159,282 +Qatar,315111,85643,806,159,282 +Qatar,315221,85906,806,159,282 +Qatar,315222,302617,806,159,282 +Qatar,315223,584601,806,159,282 +Qatar,315224,44569,806,159,282 +Qatar,315228,310633,806,159,282 +Qatar,315231,174924,806,159,282 +Qatar,315232,308965,806,159,282 +Qatar,315233,2424648,806,159,282 +Qatar,315234,121506,806,159,282 +Qatar,315239,261905,806,159,282 +Qatar,315291,82870,806,159,282 +Qatar,315292,206294,806,159,282 +Qatar,315991,61603,806,159,282 +Qatar,315992,264267,806,159,282 +Qatar,315993,29126,806,159,282 +Qatar,315999,262245,806,159,282 +Qatar,316110,82998,806,159,282 +Qatar,316211,73413,806,159,282 +Qatar,316213,206581,806,159,282 +Qatar,316214,50139,806,159,282 +Qatar,316219,58253,806,159,282 +Qatar,316991,553334,806,159,282 +Qatar,316992,167144,806,159,282 +Qatar,316993,50349,806,159,282 +Qatar,316999,27504,806,159,282 +Qatar,321113,2078386,806,159,282 +Qatar,321114,270000,806,159,282 +Qatar,321211,165037,806,159,282 +Qatar,321212,38211,806,159,282 +Qatar,321213,9902,806,159,282 +Qatar,321219,399199,806,159,282 +Qatar,321911,196706,806,159,282 +Qatar,321918,397827,806,159,282 +Qatar,321920,334385,806,159,282 +Qatar,321991,35695,806,159,282 +Qatar,321992,26260,806,159,282 +Qatar,321999,711936,806,159,282 +Qatar,322121,295134,806,159,282 +Qatar,322122,458978,806,159,282 +Qatar,322130,115244,806,159,282 +Qatar,322211,10588,806,159,282 +Qatar,322212,10831,806,159,282 +Qatar,322213,30143,806,159,282 +Qatar,322215,562401,806,159,282 +Qatar,322222,3983392,806,159,282 +Qatar,322223,554518,806,159,282 +Qatar,322232,6045,806,159,282 +Qatar,322233,9392,806,159,282 +Qatar,322291,296219,806,159,282 +Qatar,322299,103219,806,159,282 +Qatar,323117,5195289,806,159,282 +Qatar,323118,378471,806,159,282 +Qatar,323119,2520485,806,159,282 +Qatar,324110,16768915,806,159,282 +Qatar,324122,2544858,806,159,282 +Qatar,325110,1609542,806,159,282 +Qatar,325120,119248,806,159,282 +Qatar,325131,22502,806,159,282 +Qatar,325132,75272,806,159,282 +Qatar,325181,126963,806,159,282 +Qatar,325188,7872281,806,159,282 +Qatar,325191,53367,806,159,282 +Qatar,325192,386082,806,159,282 +Qatar,325193,4450,806,159,282 +Qatar,325199,56402442,806,159,282 +Qatar,325211,4426341,806,159,282 +Qatar,325212,3888997,806,159,282 +Qatar,325222,580254,806,159,282 +Qatar,325311,7425,806,159,282 +Qatar,325312,65159,806,159,282 +Qatar,325320,176685,806,159,282 +Qatar,325411,2653135,806,159,282 +Qatar,325412,6362685,806,159,282 +Qatar,325414,635211,806,159,282 +Qatar,325510,5713954,806,159,282 +Qatar,325520,3577678,806,159,282 +Qatar,325611,1503048,806,159,282 +Qatar,325612,178690,806,159,282 +Qatar,325613,2414305,806,159,282 +Qatar,325620,2994458,806,159,282 +Qatar,325910,242859,806,159,282 +Qatar,325920,1040877,806,159,282 +Qatar,325992,550576,806,159,282 +Qatar,325998,3625365,806,159,282 +Qatar,326113,2349984,806,159,282 +Qatar,326121,373477,806,159,282 +Qatar,326122,447503,806,159,282 +Qatar,326160,49884,806,159,282 +Qatar,326191,48341,806,159,282 +Qatar,326192,398446,806,159,282 +Qatar,326199,8399810,806,159,282 +Qatar,326211,1130784,806,159,282 +Qatar,326220,1239913,806,159,282 +Qatar,326299,1438890,806,159,282 +Qatar,327111,265619,806,159,282 +Qatar,327112,658483,806,159,282 +Qatar,327113,3242,806,159,282 +Qatar,327122,166777,806,159,282 +Qatar,327123,4150,806,159,282 +Qatar,327124,298143,806,159,282 +Qatar,327125,33760,806,159,282 +Qatar,327211,544931,806,159,282 +Qatar,327212,1082862,806,159,282 +Qatar,327213,16175,806,159,282 +Qatar,327215,1121585,806,159,282 +Qatar,327310,163391,806,159,282 +Qatar,327331,302400,806,159,282 +Qatar,327390,1095133,806,159,282 +Qatar,327410,24165,806,159,282 +Qatar,327420,1304937,806,159,282 +Qatar,327910,120832,806,159,282 +Qatar,327991,164563,806,159,282 +Qatar,327992,60610,806,159,282 +Qatar,327993,3818025,806,159,282 +Qatar,327999,353086,806,159,282 +Qatar,331111,9300323,806,159,282 +Qatar,331112,4000,806,159,282 +Qatar,331222,530077,806,159,282 +Qatar,331311,643242,806,159,282 +Qatar,331315,1795568,806,159,282 +Qatar,331316,697726,806,159,282 +Qatar,331319,244991,806,159,282 +Qatar,331411,10915,806,159,282 +Qatar,331419,376147,806,159,282 +Qatar,331421,510387,806,159,282 +Qatar,331422,1072390,806,159,282 +Qatar,331491,1624349,806,159,282 +Qatar,331511,4248085,806,159,282 +Qatar,332211,80992,806,159,282 +Qatar,332212,2893881,806,159,282 +Qatar,332213,14456,806,159,282 +Qatar,332214,5231,806,159,282 +Qatar,332311,440513,806,159,282 +Qatar,332312,18304186,806,159,282 +Qatar,332321,2290090,806,159,282 +Qatar,332322,1564970,806,159,282 +Qatar,332323,12137,806,159,282 +Qatar,332410,5430779,806,159,282 +Qatar,332420,2289833,806,159,282 +Qatar,332439,227118,806,159,282 +Qatar,332510,4933933,806,159,282 +Qatar,332611,53005,806,159,282 +Qatar,332618,449613,806,159,282 +Qatar,332722,3587757,806,159,282 +Qatar,332911,34590801,806,159,282 +Qatar,332912,1800790,806,159,282 +Qatar,332913,747963,806,159,282 +Qatar,332919,5076377,806,159,282 +Qatar,332991,1172642,806,159,282 +Qatar,332992,66924,806,159,282 +Qatar,332994,334592,806,159,282 +Qatar,332995,10000,806,159,282 +Qatar,332998,3822263,806,159,282 +Qatar,332999,7553000,806,159,282 +Qatar,333111,3590004,806,159,282 +Qatar,333120,20815824,806,159,282 +Qatar,333131,8656523,806,159,282 +Qatar,333132,45758459,806,159,282 +Qatar,333210,64336,806,159,282 +Qatar,333220,296579,806,159,282 +Qatar,333291,19348,806,159,282 +Qatar,333292,67284,806,159,282 +Qatar,333293,776263,806,159,282 +Qatar,333294,593445,806,159,282 +Qatar,333295,24520,806,159,282 +Qatar,333298,1010027,806,159,282 +Qatar,333311,37240,806,159,282 +Qatar,333313,745502,806,159,282 +Qatar,333314,14706548,806,159,282 +Qatar,333315,1419998,806,159,282 +Qatar,333319,2359352,806,159,282 +Qatar,333411,757183,806,159,282 +Qatar,333412,2171378,806,159,282 +Qatar,333414,2688999,806,159,282 +Qatar,333415,30196073,806,159,282 +Qatar,333512,1219021,806,159,282 +Qatar,333513,2276195,806,159,282 +Qatar,333514,655187,806,159,282 +Qatar,333515,1317305,806,159,282 +Qatar,333611,36997739,806,159,282 +Qatar,333612,561320,806,159,282 +Qatar,333613,1304652,806,159,282 +Qatar,333618,33095419,806,159,282 +Qatar,333911,25346222,806,159,282 +Qatar,333912,13184889,806,159,282 +Qatar,333913,943051,806,159,282 +Qatar,333921,465648,806,159,282 +Qatar,333922,1176561,806,159,282 +Qatar,333923,1846665,806,159,282 +Qatar,333924,5459236,806,159,282 +Qatar,333991,439829,806,159,282 +Qatar,333992,2683077,806,159,282 +Qatar,333993,61231,806,159,282 +Qatar,333994,778544,806,159,282 +Qatar,333995,1570292,806,159,282 +Qatar,333996,2526937,806,159,282 +Qatar,333997,330059,806,159,282 +Qatar,333999,49367005,806,159,282 +Qatar,334111,7020696,806,159,282 +Qatar,334112,1392104,806,159,282 +Qatar,334119,8010075,806,159,282 +Qatar,334210,1105237,806,159,282 +Qatar,334220,15309679,806,159,282 +Qatar,334290,9495587,806,159,282 +Qatar,334310,8492825,806,159,282 +Qatar,334411,27246,806,159,282 +Qatar,334412,74490,806,159,282 +Qatar,334413,1952732,806,159,282 +Qatar,334414,20424,806,159,282 +Qatar,334415,62130,806,159,282 +Qatar,334416,447370,806,159,282 +Qatar,334417,3476135,806,159,282 +Qatar,334418,365843,806,159,282 +Qatar,334419,13077082,806,159,282 +Qatar,334510,6047691,806,159,282 +Qatar,334511,2895641,806,159,282 +Qatar,334512,2833040,806,159,282 +Qatar,334513,15805699,806,159,282 +Qatar,334514,276544,806,159,282 +Qatar,334515,7674043,806,159,282 +Qatar,334516,8779704,806,159,282 +Qatar,334517,46180995,806,159,282 +Qatar,334518,2465344,806,159,282 +Qatar,334519,5788237,806,159,282 +Qatar,334612,43914,806,159,282 +Qatar,334613,276438,806,159,282 +Qatar,335110,364246,806,159,282 +Qatar,335121,622967,806,159,282 +Qatar,335129,16538541,806,159,282 +Qatar,335211,2003987,806,159,282 +Qatar,335212,523340,806,159,282 +Qatar,335221,1186844,806,159,282 +Qatar,335222,2261585,806,159,282 +Qatar,335224,2058418,806,159,282 +Qatar,335228,2608916,806,159,282 +Qatar,335311,262581,806,159,282 +Qatar,335312,21998854,806,159,282 +Qatar,335313,9307388,806,159,282 +Qatar,335314,7026985,806,159,282 +Qatar,335911,1054241,806,159,282 +Qatar,335912,578076,806,159,282 +Qatar,335921,704951,806,159,282 +Qatar,335929,4106357,806,159,282 +Qatar,335931,628773,806,159,282 +Qatar,335932,833443,806,159,282 +Qatar,335991,1945810,806,159,282 +Qatar,335999,9063144,806,159,282 +Qatar,336111,204797531,806,159,282 +Qatar,336120,49816545,806,159,282 +Qatar,336211,6000,806,159,282 +Qatar,336212,550576,806,159,282 +Qatar,336213,311698,806,159,282 +Qatar,336214,1564051,806,159,282 +Qatar,336311,890309,806,159,282 +Qatar,336321,286269,806,159,282 +Qatar,336322,1617369,806,159,282 +Qatar,336330,172437,806,159,282 +Qatar,336340,329852,806,159,282 +Qatar,336350,176290,806,159,282 +Qatar,336370,3000,806,159,282 +Qatar,336391,83163,806,159,282 +Qatar,336399,5542589,806,159,282 +Qatar,336412,1544311,806,159,282 +Qatar,336413,7749814,806,159,282 +Qatar,336419,145871,806,159,282 +Qatar,336510,69244,806,159,282 +Qatar,336611,379875,806,159,282 +Qatar,336612,6741747,806,159,282 +Qatar,336991,371683,806,159,282 +Qatar,336992,8560,806,159,282 +Qatar,337110,98958,806,159,282 +Qatar,337124,1354749,806,159,282 +Qatar,337127,8895418,806,159,282 +Qatar,337211,2735663,806,159,282 +Qatar,337214,1377068,806,159,282 +Qatar,337215,3293987,806,159,282 +Qatar,337910,9979,806,159,282 +Qatar,337920,2940,806,159,282 +Qatar,339112,5521861,806,159,282 +Qatar,339113,4032803,806,159,282 +Qatar,339114,526172,806,159,282 +Qatar,339115,185912,806,159,282 +Qatar,339911,96296599,806,159,282 +Qatar,339912,22510,806,159,282 +Qatar,339913,7202250,806,159,282 +Qatar,339914,162029,806,159,282 +Qatar,339920,4997602,806,159,282 +Qatar,339932,2269789,806,159,282 +Qatar,339941,43872,806,159,282 +Qatar,339942,88094,806,159,282 +Qatar,339943,2973,806,159,282 +Qatar,339944,31778,806,159,282 +Qatar,339950,532855,806,159,282 +Qatar,339991,10621289,806,159,282 +Qatar,339992,158307,806,159,282 +Qatar,339993,22359,806,159,282 +Qatar,339994,145676,806,159,282 +Qatar,339999,5233150,806,159,282 +Qatar,511210,334503,806,159,282 +Qatar,910000,1285530,806,159,282 +Qatar,920000,35431080,806,159,282 +Qatar,990000,60573375,806,159,282 +R?union,111130,46005,805,160,283 +R?union,111411,15640,805,160,283 +R?union,311613,6990,805,160,283 +R?union,311920,11797,805,160,283 +R?union,311930,179076,805,160,283 +R?union,311999,131560,805,160,283 +R?union,314991,5363,805,160,283 +R?union,314999,5033,805,160,283 +R?union,315223,23457,805,160,283 +R?union,315224,7921,805,160,283 +R?union,315233,33296,805,160,283 +R?union,315239,9556,805,160,283 +R?union,315999,332956,805,160,283 +R?union,316992,3266,805,160,283 +R?union,321219,29110,805,160,283 +R?union,322110,48387,805,160,283 +R?union,322121,40030,805,160,283 +R?union,323117,2746,805,160,283 +R?union,323119,4000,805,160,283 +R?union,324121,11642,805,160,283 +R?union,325188,208189,805,160,283 +R?union,325211,88278,805,160,283 +R?union,325414,11630,805,160,283 +R?union,325611,41642,805,160,283 +R?union,325620,262094,805,160,283 +R?union,326121,92416,805,160,283 +R?union,326191,54915,805,160,283 +R?union,326199,20650,805,160,283 +R?union,327999,11713,805,160,283 +R?union,331111,75064,805,160,283 +R?union,331419,48427,805,160,283 +R?union,331511,16302,805,160,283 +R?union,332212,10000,805,160,283 +R?union,332323,253750,805,160,283 +R?union,332420,595525,805,160,283 +R?union,332510,10330,805,160,283 +R?union,332911,2552,805,160,283 +R?union,332912,13396,805,160,283 +R?union,333111,867482,805,160,283 +R?union,333294,6525,805,160,283 +R?union,333313,45354,805,160,283 +R?union,333314,19782,805,160,283 +R?union,333319,174231,805,160,283 +R?union,333412,108234,805,160,283 +R?union,333415,168961,805,160,283 +R?union,333924,6835,805,160,283 +R?union,333991,350849,805,160,283 +R?union,333993,5493,805,160,283 +R?union,333999,59065,805,160,283 +R?union,334111,13930,805,160,283 +R?union,334119,195021,805,160,283 +R?union,334220,111073,805,160,283 +R?union,334310,21942,805,160,283 +R?union,334413,58404,805,160,283 +R?union,334419,8548,805,160,283 +R?union,334510,18730,805,160,283 +R?union,334511,82600,805,160,283 +R?union,334513,203468,805,160,283 +R?union,334515,5619,805,160,283 +R?union,334516,91900,805,160,283 +R?union,334517,1655659,805,160,283 +R?union,334519,20938,805,160,283 +R?union,334613,2933,805,160,283 +R?union,336111,54500,805,160,283 +R?union,336214,109940,805,160,283 +R?union,336399,4073,805,160,283 +R?union,336991,149180,805,160,283 +R?union,337124,47812,805,160,283 +R?union,337127,80648,805,160,283 +R?union,337215,50000,805,160,283 +R?union,339112,30045,805,160,283 +R?union,339114,62073,805,160,283 +R?union,339911,20127,805,160,283 +R?union,339914,19712,805,160,283 +R?union,339920,54363,805,160,283 +R?union,339932,72144,805,160,283 +R?union,339944,58817,805,160,283 +R?union,339992,50000,805,160,283 +R?union,339994,3150,805,160,283 +R?union,339999,6841,805,160,283 +R?union,990000,256302,805,160,283 +Romania,111110,2735024,804,161,284 +Romania,111120,14346236,804,161,284 +Romania,111130,98461,804,161,284 +Romania,111150,1138418,804,161,284 +Romania,111219,58642,804,161,284 +Romania,111335,2156960,804,161,284 +Romania,111422,7744,804,161,284 +Romania,111910,7252386,804,161,284 +Romania,111998,156994,804,161,284 +Romania,112111,65385,804,161,284 +Romania,113210,88036,804,161,284 +Romania,113310,100367,804,161,284 +Romania,114111,960001,804,161,284 +Romania,114112,120535,804,161,284 +Romania,212112,135188274,804,161,284 +Romania,212299,19920,804,161,284 +Romania,212324,78172,804,161,284 +Romania,212393,3976,804,161,284 +Romania,212399,130522,804,161,284 +Romania,311119,489362,804,161,284 +Romania,311221,3250,804,161,284 +Romania,311222,9750468,804,161,284 +Romania,311223,5584,804,161,284 +Romania,311311,8820,804,161,284 +Romania,311340,10052,804,161,284 +Romania,311411,47301,804,161,284 +Romania,311421,602864,804,161,284 +Romania,311514,3545,804,161,284 +Romania,311611,21525,804,161,284 +Romania,311613,22325,804,161,284 +Romania,311615,332815,804,161,284 +Romania,311911,77006,804,161,284 +Romania,311920,83379,804,161,284 +Romania,311930,142621,804,161,284 +Romania,311999,1611943,804,161,284 +Romania,312111,4560,804,161,284 +Romania,312130,133600,804,161,284 +Romania,312140,9142837,804,161,284 +Romania,312229,246488,804,161,284 +Romania,313111,11505,804,161,284 +Romania,313210,277007,804,161,284 +Romania,313221,95652,804,161,284 +Romania,313230,95466,804,161,284 +Romania,313249,8295,804,161,284 +Romania,313320,129899,804,161,284 +Romania,314110,166174,804,161,284 +Romania,314129,99960,804,161,284 +Romania,314911,25286,804,161,284 +Romania,314912,6675,804,161,284 +Romania,314991,125018,804,161,284 +Romania,314999,129413,804,161,284 +Romania,315223,15273,804,161,284 +Romania,315228,15412,804,161,284 +Romania,315231,44778,804,161,284 +Romania,315232,26359,804,161,284 +Romania,315233,124859,804,161,284 +Romania,315234,29980,804,161,284 +Romania,315239,31446,804,161,284 +Romania,315291,6901,804,161,284 +Romania,315292,12860,804,161,284 +Romania,315991,4226,804,161,284 +Romania,315992,2933,804,161,284 +Romania,315999,86062,804,161,284 +Romania,316211,26498,804,161,284 +Romania,316214,11696,804,161,284 +Romania,316219,19256,804,161,284 +Romania,316991,45714,804,161,284 +Romania,316992,20396,804,161,284 +Romania,316999,151475,804,161,284 +Romania,321113,25224,804,161,284 +Romania,321211,352201,804,161,284 +Romania,321219,218371,804,161,284 +Romania,321911,43228,804,161,284 +Romania,321918,453538,804,161,284 +Romania,321920,19276,804,161,284 +Romania,321992,20000,804,161,284 +Romania,321999,11655,804,161,284 +Romania,322110,3864,804,161,284 +Romania,322121,324152,804,161,284 +Romania,322130,135975,804,161,284 +Romania,322211,37578,804,161,284 +Romania,322215,6160,804,161,284 +Romania,322222,603209,804,161,284 +Romania,322223,88980,804,161,284 +Romania,322232,6098,804,161,284 +Romania,322291,40675,804,161,284 +Romania,322299,21986,804,161,284 +Romania,323117,209232,804,161,284 +Romania,323118,68435,804,161,284 +Romania,323119,378993,804,161,284 +Romania,324110,7067538,804,161,284 +Romania,325110,24572,804,161,284 +Romania,325131,8865,804,161,284 +Romania,325132,141189,804,161,284 +Romania,325181,7464,804,161,284 +Romania,325188,1291842,804,161,284 +Romania,325192,739617,804,161,284 +Romania,325193,27068,804,161,284 +Romania,325199,544957,804,161,284 +Romania,325211,2856755,804,161,284 +Romania,325212,2560774,804,161,284 +Romania,325222,156628,804,161,284 +Romania,325311,10530,804,161,284 +Romania,325312,243806,804,161,284 +Romania,325320,133250,804,161,284 +Romania,325411,2799942,804,161,284 +Romania,325412,3935643,804,161,284 +Romania,325414,87376,804,161,284 +Romania,325510,164646,804,161,284 +Romania,325520,40507,804,161,284 +Romania,325611,1320757,804,161,284 +Romania,325612,31265,804,161,284 +Romania,325613,472993,804,161,284 +Romania,325620,3541272,804,161,284 +Romania,325910,45782,804,161,284 +Romania,325920,8221755,804,161,284 +Romania,325992,235011,804,161,284 +Romania,325998,3336001,804,161,284 +Romania,326113,369642,804,161,284 +Romania,326121,915518,804,161,284 +Romania,326122,179652,804,161,284 +Romania,326160,6548,804,161,284 +Romania,326192,12718,804,161,284 +Romania,326199,1231274,804,161,284 +Romania,326211,174146,804,161,284 +Romania,326220,88629,804,161,284 +Romania,326299,192814,804,161,284 +Romania,327111,10360,804,161,284 +Romania,327112,46619,804,161,284 +Romania,327113,4625,804,161,284 +Romania,327123,202141,804,161,284 +Romania,327124,2592,804,161,284 +Romania,327125,4054,804,161,284 +Romania,327211,493482,804,161,284 +Romania,327212,238160,804,161,284 +Romania,327215,177528,804,161,284 +Romania,327331,218277,804,161,284 +Romania,327390,5965,804,161,284 +Romania,327420,95988,804,161,284 +Romania,327910,113353,804,161,284 +Romania,327991,160189,804,161,284 +Romania,327993,93210,804,161,284 +Romania,327999,10239,804,161,284 +Romania,331111,3880264,804,161,284 +Romania,331112,52850,804,161,284 +Romania,331222,105923,804,161,284 +Romania,331311,18500,804,161,284 +Romania,331312,967718,804,161,284 +Romania,331315,1001616,804,161,284 +Romania,331316,889682,804,161,284 +Romania,331319,129041,804,161,284 +Romania,331411,665536,804,161,284 +Romania,331419,250958,804,161,284 +Romania,331421,366804,804,161,284 +Romania,331422,50138,804,161,284 +Romania,331491,931539,804,161,284 +Romania,331511,960224,804,161,284 +Romania,332115,8461,804,161,284 +Romania,332211,17944,804,161,284 +Romania,332212,1184244,804,161,284 +Romania,332213,248196,804,161,284 +Romania,332214,5426,804,161,284 +Romania,332311,852512,804,161,284 +Romania,332312,300384,804,161,284 +Romania,332321,764230,804,161,284 +Romania,332322,611433,804,161,284 +Romania,332410,387286,804,161,284 +Romania,332420,214619,804,161,284 +Romania,332439,6000,804,161,284 +Romania,332510,664044,804,161,284 +Romania,332611,170795,804,161,284 +Romania,332618,1539226,804,161,284 +Romania,332722,1960197,804,161,284 +Romania,332911,4718381,804,161,284 +Romania,332912,379832,804,161,284 +Romania,332919,2957656,804,161,284 +Romania,332991,1228137,804,161,284 +Romania,332992,28600,804,161,284 +Romania,332994,899777,804,161,284 +Romania,332998,16687,804,161,284 +Romania,332999,5431991,804,161,284 +Romania,333111,26364760,804,161,284 +Romania,333120,6436411,804,161,284 +Romania,333131,2383602,804,161,284 +Romania,333132,17174551,804,161,284 +Romania,333210,137395,804,161,284 +Romania,333220,2031976,804,161,284 +Romania,333291,162679,804,161,284 +Romania,333292,45869,804,161,284 +Romania,333293,710375,804,161,284 +Romania,333294,1726900,804,161,284 +Romania,333295,1020329,804,161,284 +Romania,333298,1732674,804,161,284 +Romania,333311,601776,804,161,284 +Romania,333313,368939,804,161,284 +Romania,333314,1518595,804,161,284 +Romania,333315,998837,804,161,284 +Romania,333319,1010156,804,161,284 +Romania,333411,121989,804,161,284 +Romania,333412,15124,804,161,284 +Romania,333414,87040,804,161,284 +Romania,333415,2390896,804,161,284 +Romania,333511,112939,804,161,284 +Romania,333512,2006749,804,161,284 +Romania,333513,16188606,804,161,284 +Romania,333514,40955,804,161,284 +Romania,333515,729113,804,161,284 +Romania,333516,339601,804,161,284 +Romania,333611,48403649,804,161,284 +Romania,333612,113285,804,161,284 +Romania,333613,360620,804,161,284 +Romania,333618,504295,804,161,284 +Romania,333911,1928399,804,161,284 +Romania,333912,1312313,804,161,284 +Romania,333913,42751,804,161,284 +Romania,333921,27235,804,161,284 +Romania,333922,1115230,804,161,284 +Romania,333923,767575,804,161,284 +Romania,333924,445771,804,161,284 +Romania,333991,4310043,804,161,284 +Romania,333992,988696,804,161,284 +Romania,333993,561678,804,161,284 +Romania,333994,7204944,804,161,284 +Romania,333995,1253967,804,161,284 +Romania,333996,2547187,804,161,284 +Romania,333997,44566,804,161,284 +Romania,333999,11154028,804,161,284 +Romania,334111,6797761,804,161,284 +Romania,334112,367783,804,161,284 +Romania,334119,6615143,804,161,284 +Romania,334210,1309129,804,161,284 +Romania,334220,25412760,804,161,284 +Romania,334290,901492,804,161,284 +Romania,334310,2361392,804,161,284 +Romania,334411,15255,804,161,284 +Romania,334412,4997687,804,161,284 +Romania,334413,16365331,804,161,284 +Romania,334414,426918,804,161,284 +Romania,334415,105550,804,161,284 +Romania,334416,146052,804,161,284 +Romania,334417,8757017,804,161,284 +Romania,334418,328472,804,161,284 +Romania,334419,4436097,804,161,284 +Romania,334510,7896839,804,161,284 +Romania,334511,28325056,804,161,284 +Romania,334512,24807,804,161,284 +Romania,334513,7756576,804,161,284 +Romania,334514,118848,804,161,284 +Romania,334515,9802350,804,161,284 +Romania,334516,6372826,804,161,284 +Romania,334517,2054485,804,161,284 +Romania,334518,415705,804,161,284 +Romania,334519,2684157,804,161,284 +Romania,334612,448230,804,161,284 +Romania,334613,259025,804,161,284 +Romania,335110,75397,804,161,284 +Romania,335121,37762,804,161,284 +Romania,335129,1315284,804,161,284 +Romania,335211,199374,804,161,284 +Romania,335212,27365,804,161,284 +Romania,335222,2799,804,161,284 +Romania,335224,296748,804,161,284 +Romania,335228,63049,804,161,284 +Romania,335311,275393,804,161,284 +Romania,335312,35346743,804,161,284 +Romania,335313,1998527,804,161,284 +Romania,335314,1969327,804,161,284 +Romania,335911,249132,804,161,284 +Romania,335912,116530,804,161,284 +Romania,335921,101130,804,161,284 +Romania,335929,1228295,804,161,284 +Romania,335931,1780465,804,161,284 +Romania,335932,595850,804,161,284 +Romania,335991,167753,804,161,284 +Romania,335999,2340960,804,161,284 +Romania,336111,2709801,804,161,284 +Romania,336120,233598,804,161,284 +Romania,336211,5000,804,161,284 +Romania,336214,83868,804,161,284 +Romania,336311,679483,804,161,284 +Romania,336321,86674,804,161,284 +Romania,336322,385099,804,161,284 +Romania,336330,45069,804,161,284 +Romania,336340,34252,804,161,284 +Romania,336350,34640,804,161,284 +Romania,336360,28434,804,161,284 +Romania,336370,1178917,804,161,284 +Romania,336399,4909619,804,161,284 +Romania,336412,1704478,804,161,284 +Romania,336413,597542,804,161,284 +Romania,336419,5650,804,161,284 +Romania,336510,53727,804,161,284 +Romania,336612,601126,804,161,284 +Romania,336991,250121,804,161,284 +Romania,337124,25166,804,161,284 +Romania,337127,712696,804,161,284 +Romania,337214,38637,804,161,284 +Romania,337215,339847,804,161,284 +Romania,337910,55670,804,161,284 +Romania,339112,2370040,804,161,284 +Romania,339113,1550847,804,161,284 +Romania,339114,1410291,804,161,284 +Romania,339115,56647,804,161,284 +Romania,339911,132839,804,161,284 +Romania,339912,18131,804,161,284 +Romania,339913,6488,804,161,284 +Romania,339914,26897,804,161,284 +Romania,339920,854483,804,161,284 +Romania,339932,255202,804,161,284 +Romania,339941,2950,804,161,284 +Romania,339942,49608,804,161,284 +Romania,339943,45264,804,161,284 +Romania,339944,434400,804,161,284 +Romania,339950,10504,804,161,284 +Romania,339991,2416871,804,161,284 +Romania,339992,216585,804,161,284 +Romania,339993,6383,804,161,284 +Romania,339994,7278,804,161,284 +Romania,339999,943425,804,161,284 +Romania,511210,256826,804,161,284 +Romania,910000,37368,804,161,284 +Romania,920000,1062075,804,161,284 +Romania,990000,38874413,804,161,284 +Russian Federation,111110,18717930,804,162,285 +Russian Federation,111120,10192296,804,162,285 +Russian Federation,111130,1628421,804,162,285 +Russian Federation,111150,5628757,804,162,285 +Russian Federation,111199,1486320,804,162,285 +Russian Federation,111211,444374,804,162,285 +Russian Federation,111219,1666751,804,162,285 +Russian Federation,111310,1407168,804,162,285 +Russian Federation,111320,1818232,804,162,285 +Russian Federation,111331,16224567,804,162,285 +Russian Federation,111332,8372394,804,162,285 +Russian Federation,111334,632648,804,162,285 +Russian Federation,111335,60975467,804,162,285 +Russian Federation,111339,16103428,804,162,285 +Russian Federation,111421,21000,804,162,285 +Russian Federation,111422,900883,804,162,285 +Russian Federation,111910,35109880,804,162,285 +Russian Federation,111920,205000,804,162,285 +Russian Federation,111992,7630713,804,162,285 +Russian Federation,111998,825053,804,162,285 +Russian Federation,112111,11513042,804,162,285 +Russian Federation,112310,5655648,804,162,285 +Russian Federation,112511,2955,804,162,285 +Russian Federation,112512,127115,804,162,285 +Russian Federation,112910,15930,804,162,285 +Russian Federation,112920,2864700,804,162,285 +Russian Federation,112930,601319,804,162,285 +Russian Federation,112990,104600,804,162,285 +Russian Federation,113210,3436602,804,162,285 +Russian Federation,113310,253459,804,162,285 +Russian Federation,114111,55016875,804,162,285 +Russian Federation,114112,5051206,804,162,285 +Russian Federation,114119,68037,804,162,285 +Russian Federation,212112,9816271,804,162,285 +Russian Federation,212221,6592633,804,162,285 +Russian Federation,212299,33205,804,162,285 +Russian Federation,212311,59434,804,162,285 +Russian Federation,212322,221324,804,162,285 +Russian Federation,212324,213568,804,162,285 +Russian Federation,212325,2432612,804,162,285 +Russian Federation,212391,175400,804,162,285 +Russian Federation,212392,25790,804,162,285 +Russian Federation,212393,43170,804,162,285 +Russian Federation,212399,2221733,804,162,285 +Russian Federation,311111,287221,804,162,285 +Russian Federation,311119,5183913,804,162,285 +Russian Federation,311211,193521,804,162,285 +Russian Federation,311212,1836417,804,162,285 +Russian Federation,311221,13303638,804,162,285 +Russian Federation,311222,17353585,804,162,285 +Russian Federation,311223,127124,804,162,285 +Russian Federation,311225,288934,804,162,285 +Russian Federation,311230,66248,804,162,285 +Russian Federation,311311,645926,804,162,285 +Russian Federation,311320,5598215,804,162,285 +Russian Federation,311340,1436015,804,162,285 +Russian Federation,311411,611199,804,162,285 +Russian Federation,311421,5277729,804,162,285 +Russian Federation,311423,15057731,804,162,285 +Russian Federation,311511,32445,804,162,285 +Russian Federation,311512,16452987,804,162,285 +Russian Federation,311513,6516628,804,162,285 +Russian Federation,311514,55671330,804,162,285 +Russian Federation,311520,2227119,804,162,285 +Russian Federation,311611,352652846,804,162,285 +Russian Federation,311613,94828,804,162,285 +Russian Federation,311615,310652053,804,162,285 +Russian Federation,311711,1948081,804,162,285 +Russian Federation,311811,3989839,804,162,285 +Russian Federation,311822,180435,804,162,285 +Russian Federation,311823,6493,804,162,285 +Russian Federation,311911,974288,804,162,285 +Russian Federation,311919,227648,804,162,285 +Russian Federation,311920,28381264,804,162,285 +Russian Federation,311930,4553709,804,162,285 +Russian Federation,311941,1740250,804,162,285 +Russian Federation,311942,1882711,804,162,285 +Russian Federation,311999,37350569,804,162,285 +Russian Federation,312111,1442152,804,162,285 +Russian Federation,312112,3114,804,162,285 +Russian Federation,312113,25245,804,162,285 +Russian Federation,312120,518931,804,162,285 +Russian Federation,312130,7565710,804,162,285 +Russian Federation,312221,48621,804,162,285 +Russian Federation,312229,8148908,804,162,285 +Russian Federation,313111,5406,804,162,285 +Russian Federation,313210,1665604,804,162,285 +Russian Federation,313221,1131404,804,162,285 +Russian Federation,313230,4325452,804,162,285 +Russian Federation,313249,2810653,804,162,285 +Russian Federation,313312,16024,804,162,285 +Russian Federation,313320,3368441,804,162,285 +Russian Federation,314110,4547630,804,162,285 +Russian Federation,314121,29900,804,162,285 +Russian Federation,314129,210514,804,162,285 +Russian Federation,314911,104485,804,162,285 +Russian Federation,314912,374805,804,162,285 +Russian Federation,314991,1616090,804,162,285 +Russian Federation,314992,2600,804,162,285 +Russian Federation,314999,748712,804,162,285 +Russian Federation,315111,3055302,804,162,285 +Russian Federation,315221,352668,804,162,285 +Russian Federation,315222,173006,804,162,285 +Russian Federation,315223,454868,804,162,285 +Russian Federation,315224,305704,804,162,285 +Russian Federation,315228,541956,804,162,285 +Russian Federation,315231,916820,804,162,285 +Russian Federation,315232,441459,804,162,285 +Russian Federation,315233,3719991,804,162,285 +Russian Federation,315234,1098912,804,162,285 +Russian Federation,315239,744019,804,162,285 +Russian Federation,315291,2812,804,162,285 +Russian Federation,315292,690397,804,162,285 +Russian Federation,315991,177258,804,162,285 +Russian Federation,315992,355771,804,162,285 +Russian Federation,315999,1260951,804,162,285 +Russian Federation,316110,529995,804,162,285 +Russian Federation,316211,237470,804,162,285 +Russian Federation,316213,637382,804,162,285 +Russian Federation,316214,183588,804,162,285 +Russian Federation,316219,393496,804,162,285 +Russian Federation,316991,4481941,804,162,285 +Russian Federation,316992,154418,804,162,285 +Russian Federation,316993,139149,804,162,285 +Russian Federation,316999,198270,804,162,285 +Russian Federation,321113,1553094,804,162,285 +Russian Federation,321211,859987,804,162,285 +Russian Federation,321213,55997,804,162,285 +Russian Federation,321219,6221925,804,162,285 +Russian Federation,321911,413259,804,162,285 +Russian Federation,321918,1605046,804,162,285 +Russian Federation,321920,556465,804,162,285 +Russian Federation,321991,106000,804,162,285 +Russian Federation,321992,4130945,804,162,285 +Russian Federation,321999,388254,804,162,285 +Russian Federation,322110,20228291,804,162,285 +Russian Federation,322121,5235790,804,162,285 +Russian Federation,322122,295081,804,162,285 +Russian Federation,322130,3743611,804,162,285 +Russian Federation,322211,37748,804,162,285 +Russian Federation,322212,21394,804,162,285 +Russian Federation,322213,100984,804,162,285 +Russian Federation,322214,72232,804,162,285 +Russian Federation,322215,1320145,804,162,285 +Russian Federation,322222,4767152,804,162,285 +Russian Federation,322223,1164593,804,162,285 +Russian Federation,322224,3820,804,162,285 +Russian Federation,322233,29954,804,162,285 +Russian Federation,322291,1635291,804,162,285 +Russian Federation,322299,1782524,804,162,285 +Russian Federation,323116,32004,804,162,285 +Russian Federation,323117,1121364,804,162,285 +Russian Federation,323118,728049,804,162,285 +Russian Federation,323119,3384612,804,162,285 +Russian Federation,324110,37588363,804,162,285 +Russian Federation,324121,146072,804,162,285 +Russian Federation,324122,6978355,804,162,285 +Russian Federation,325110,908219,804,162,285 +Russian Federation,325120,1615045,804,162,285 +Russian Federation,325131,10425226,804,162,285 +Russian Federation,325132,922478,804,162,285 +Russian Federation,325181,48316,804,162,285 +Russian Federation,325182,97200,804,162,285 +Russian Federation,325188,161696408,804,162,285 +Russian Federation,325191,400606,804,162,285 +Russian Federation,325192,608627,804,162,285 +Russian Federation,325199,126102187,804,162,285 +Russian Federation,325211,184203544,804,162,285 +Russian Federation,325212,5273001,804,162,285 +Russian Federation,325221,67101888,804,162,285 +Russian Federation,325222,265544,804,162,285 +Russian Federation,325311,755458,804,162,285 +Russian Federation,325312,65238,804,162,285 +Russian Federation,325320,615601,804,162,285 +Russian Federation,325411,18743968,804,162,285 +Russian Federation,325412,35053584,804,162,285 +Russian Federation,325414,53999707,804,162,285 +Russian Federation,325510,16457000,804,162,285 +Russian Federation,325520,14357323,804,162,285 +Russian Federation,325611,68821760,804,162,285 +Russian Federation,325612,2688351,804,162,285 +Russian Federation,325613,12249402,804,162,285 +Russian Federation,325620,95596001,804,162,285 +Russian Federation,325910,7448718,804,162,285 +Russian Federation,325920,747950,804,162,285 +Russian Federation,325992,4603904,804,162,285 +Russian Federation,325998,33113947,804,162,285 +Russian Federation,326113,10149401,804,162,285 +Russian Federation,326121,708441,804,162,285 +Russian Federation,326122,2252900,804,162,285 +Russian Federation,326160,412582,804,162,285 +Russian Federation,326191,713278,804,162,285 +Russian Federation,326192,283370,804,162,285 +Russian Federation,326199,24178659,804,162,285 +Russian Federation,326211,21202876,804,162,285 +Russian Federation,326212,59190,804,162,285 +Russian Federation,326220,1828876,804,162,285 +Russian Federation,326299,12645366,804,162,285 +Russian Federation,327111,100817,804,162,285 +Russian Federation,327112,690473,804,162,285 +Russian Federation,327113,11975,804,162,285 +Russian Federation,327121,64606,804,162,285 +Russian Federation,327124,1271635,804,162,285 +Russian Federation,327125,3817114,804,162,285 +Russian Federation,327211,460766,804,162,285 +Russian Federation,327212,2819677,804,162,285 +Russian Federation,327213,133461,804,162,285 +Russian Federation,327215,21356705,804,162,285 +Russian Federation,327310,89567,804,162,285 +Russian Federation,327390,1332158,804,162,285 +Russian Federation,327410,2995071,804,162,285 +Russian Federation,327420,1031591,804,162,285 +Russian Federation,327910,4689122,804,162,285 +Russian Federation,327991,110265,804,162,285 +Russian Federation,327992,4594817,804,162,285 +Russian Federation,327993,2465802,804,162,285 +Russian Federation,327999,5444036,804,162,285 +Russian Federation,331111,40244790,804,162,285 +Russian Federation,331222,1517830,804,162,285 +Russian Federation,331311,10392349,804,162,285 +Russian Federation,331312,8040,804,162,285 +Russian Federation,331314,418207,804,162,285 +Russian Federation,331315,900639,804,162,285 +Russian Federation,331316,155383,804,162,285 +Russian Federation,331319,3053558,804,162,285 +Russian Federation,331411,41448,804,162,285 +Russian Federation,331419,8879112,804,162,285 +Russian Federation,331421,411606,804,162,285 +Russian Federation,331422,1755653,804,162,285 +Russian Federation,331491,25221162,804,162,285 +Russian Federation,331492,44812,804,162,285 +Russian Federation,331511,2698725,804,162,285 +Russian Federation,332115,126405,804,162,285 +Russian Federation,332211,1338804,804,162,285 +Russian Federation,332212,6834715,804,162,285 +Russian Federation,332213,1909512,804,162,285 +Russian Federation,332311,6120929,804,162,285 +Russian Federation,332312,6267600,804,162,285 +Russian Federation,332321,327254,804,162,285 +Russian Federation,332322,3810490,804,162,285 +Russian Federation,332323,6659,804,162,285 +Russian Federation,332410,7774056,804,162,285 +Russian Federation,332420,14534085,804,162,285 +Russian Federation,332431,68126,804,162,285 +Russian Federation,332439,6081013,804,162,285 +Russian Federation,332510,3224991,804,162,285 +Russian Federation,332611,294538,804,162,285 +Russian Federation,332618,3297667,804,162,285 +Russian Federation,332722,2714185,804,162,285 +Russian Federation,332911,49551072,804,162,285 +Russian Federation,332912,6242731,804,162,285 +Russian Federation,332913,38051,804,162,285 +Russian Federation,332919,6389318,804,162,285 +Russian Federation,332991,3841044,804,162,285 +Russian Federation,332992,418394,804,162,285 +Russian Federation,332994,4062916,804,162,285 +Russian Federation,332998,3508,804,162,285 +Russian Federation,332999,11492569,804,162,285 +Russian Federation,333111,151428580,804,162,285 +Russian Federation,333120,333264714,804,162,285 +Russian Federation,333131,113589196,804,162,285 +Russian Federation,333132,288920903,804,162,285 +Russian Federation,333210,9469344,804,162,285 +Russian Federation,333220,7203108,804,162,285 +Russian Federation,333291,3973859,804,162,285 +Russian Federation,333292,1999249,804,162,285 +Russian Federation,333293,5749303,804,162,285 +Russian Federation,333294,13197078,804,162,285 +Russian Federation,333295,19566265,804,162,285 +Russian Federation,333298,4086750,804,162,285 +Russian Federation,333311,16475,804,162,285 +Russian Federation,333313,10328637,804,162,285 +Russian Federation,333314,19362535,804,162,285 +Russian Federation,333315,2468515,804,162,285 +Russian Federation,333319,3407947,804,162,285 +Russian Federation,333411,2307757,804,162,285 +Russian Federation,333412,1774964,804,162,285 +Russian Federation,333414,2637339,804,162,285 +Russian Federation,333415,10631678,804,162,285 +Russian Federation,333511,873545,804,162,285 +Russian Federation,333512,50488058,804,162,285 +Russian Federation,333513,17399526,804,162,285 +Russian Federation,333514,1209064,804,162,285 +Russian Federation,333515,1412756,804,162,285 +Russian Federation,333516,8692968,804,162,285 +Russian Federation,333611,164263191,804,162,285 +Russian Federation,333612,2679560,804,162,285 +Russian Federation,333613,5546980,804,162,285 +Russian Federation,333618,25248707,804,162,285 +Russian Federation,333911,59275690,804,162,285 +Russian Federation,333912,102912769,804,162,285 +Russian Federation,333913,1704310,804,162,285 +Russian Federation,333921,1100745,804,162,285 +Russian Federation,333922,18216117,804,162,285 +Russian Federation,333923,1565040,804,162,285 +Russian Federation,333924,5457346,804,162,285 +Russian Federation,333991,62995343,804,162,285 +Russian Federation,333992,39418461,804,162,285 +Russian Federation,333993,4115956,804,162,285 +Russian Federation,333994,43523569,804,162,285 +Russian Federation,333995,785254,804,162,285 +Russian Federation,333996,9297715,804,162,285 +Russian Federation,333997,779004,804,162,285 +Russian Federation,333999,103469620,804,162,285 +Russian Federation,334111,34882527,804,162,285 +Russian Federation,334112,14254515,804,162,285 +Russian Federation,334119,80112023,804,162,285 +Russian Federation,334210,926339,804,162,285 +Russian Federation,334220,42584350,804,162,285 +Russian Federation,334290,6195857,804,162,285 +Russian Federation,334310,9846499,804,162,285 +Russian Federation,334411,650445,804,162,285 +Russian Federation,334412,420131,804,162,285 +Russian Federation,334413,62253060,804,162,285 +Russian Federation,334414,2240972,804,162,285 +Russian Federation,334415,260730,804,162,285 +Russian Federation,334416,499715,804,162,285 +Russian Federation,334417,4062786,804,162,285 +Russian Federation,334418,524612,804,162,285 +Russian Federation,334419,19185255,804,162,285 +Russian Federation,334510,68637962,804,162,285 +Russian Federation,334511,7159418,804,162,285 +Russian Federation,334512,768826,804,162,285 +Russian Federation,334513,45132355,804,162,285 +Russian Federation,334514,798162,804,162,285 +Russian Federation,334515,30683541,804,162,285 +Russian Federation,334516,39605600,804,162,285 +Russian Federation,334517,25025879,804,162,285 +Russian Federation,334518,1529181,804,162,285 +Russian Federation,334519,61478112,804,162,285 +Russian Federation,334612,272088,804,162,285 +Russian Federation,334613,1221570,804,162,285 +Russian Federation,335110,460695,804,162,285 +Russian Federation,335121,1051965,804,162,285 +Russian Federation,335129,2169768,804,162,285 +Russian Federation,335211,2822147,804,162,285 +Russian Federation,335212,396699,804,162,285 +Russian Federation,335221,636247,804,162,285 +Russian Federation,335222,271883,804,162,285 +Russian Federation,335224,363365,804,162,285 +Russian Federation,335228,5058694,804,162,285 +Russian Federation,335311,5292996,804,162,285 +Russian Federation,335312,47912545,804,162,285 +Russian Federation,335313,15313035,804,162,285 +Russian Federation,335314,15623677,804,162,285 +Russian Federation,335911,3939213,804,162,285 +Russian Federation,335912,4171148,804,162,285 +Russian Federation,335921,1957752,804,162,285 +Russian Federation,335929,25110002,804,162,285 +Russian Federation,335931,1465583,804,162,285 +Russian Federation,335932,323161,804,162,285 +Russian Federation,335991,3302441,804,162,285 +Russian Federation,335999,18387802,804,162,285 +Russian Federation,336111,175148367,804,162,285 +Russian Federation,336120,17777998,804,162,285 +Russian Federation,336211,2181393,804,162,285 +Russian Federation,336212,7608295,804,162,285 +Russian Federation,336213,70000,804,162,285 +Russian Federation,336214,14583421,804,162,285 +Russian Federation,336311,7063563,804,162,285 +Russian Federation,336321,429115,804,162,285 +Russian Federation,336322,4548090,804,162,285 +Russian Federation,336330,1289659,804,162,285 +Russian Federation,336340,4884886,804,162,285 +Russian Federation,336350,5385717,804,162,285 +Russian Federation,336360,134711,804,162,285 +Russian Federation,336370,133322,804,162,285 +Russian Federation,336391,225044,804,162,285 +Russian Federation,336399,39088341,804,162,285 +Russian Federation,336412,4137163,804,162,285 +Russian Federation,336413,5263796,804,162,285 +Russian Federation,336415,9340,804,162,285 +Russian Federation,336419,136660,804,162,285 +Russian Federation,336510,13668146,804,162,285 +Russian Federation,336611,1088338,804,162,285 +Russian Federation,336612,12820794,804,162,285 +Russian Federation,336991,14448685,804,162,285 +Russian Federation,337121,43360,804,162,285 +Russian Federation,337124,1895108,804,162,285 +Russian Federation,337127,11159554,804,162,285 +Russian Federation,337211,734629,804,162,285 +Russian Federation,337214,141929,804,162,285 +Russian Federation,337215,1147007,804,162,285 +Russian Federation,337910,56409,804,162,285 +Russian Federation,337920,21626,804,162,285 +Russian Federation,339112,26397035,804,162,285 +Russian Federation,339113,28171666,804,162,285 +Russian Federation,339114,15262344,804,162,285 +Russian Federation,339115,15319924,804,162,285 +Russian Federation,339911,6194611,804,162,285 +Russian Federation,339912,23048,804,162,285 +Russian Federation,339913,3047786,804,162,285 +Russian Federation,339914,1370212,804,162,285 +Russian Federation,339920,17639739,804,162,285 +Russian Federation,339932,2646547,804,162,285 +Russian Federation,339941,28144,804,162,285 +Russian Federation,339942,308500,804,162,285 +Russian Federation,339943,76014,804,162,285 +Russian Federation,339944,110022,804,162,285 +Russian Federation,339950,114381,804,162,285 +Russian Federation,339991,4606169,804,162,285 +Russian Federation,339992,2737497,804,162,285 +Russian Federation,339993,11733,804,162,285 +Russian Federation,339994,1494083,804,162,285 +Russian Federation,339999,14382606,804,162,285 +Russian Federation,511210,1259838,804,162,285 +Russian Federation,910000,1001017,804,162,285 +Russian Federation,920000,27342376,804,162,285 +Russian Federation,990000,38935334,804,162,285 +Rwanda,111130,294970,805,163,286 +Rwanda,112111,180450,805,163,286 +Rwanda,311211,282869,805,163,286 +Rwanda,311222,6919,805,163,286 +Rwanda,311613,6917,805,163,286 +Rwanda,311920,6261,805,163,286 +Rwanda,311941,15536,805,163,286 +Rwanda,313249,17595,805,163,286 +Rwanda,314129,9684,805,163,286 +Rwanda,314912,739800,805,163,286 +Rwanda,314999,727498,805,163,286 +Rwanda,315228,4974,805,163,286 +Rwanda,315999,8401,805,163,286 +Rwanda,316219,79620,805,163,286 +Rwanda,322121,3191,805,163,286 +Rwanda,322130,7102,805,163,286 +Rwanda,322222,20968,805,163,286 +Rwanda,322223,8622,805,163,286 +Rwanda,322299,9511,805,163,286 +Rwanda,323117,382645,805,163,286 +Rwanda,323118,3200,805,163,286 +Rwanda,323119,44193,805,163,286 +Rwanda,324110,2785,805,163,286 +Rwanda,325132,3990,805,163,286 +Rwanda,325199,2530,805,163,286 +Rwanda,325412,48496,805,163,286 +Rwanda,325414,17536791,805,163,286 +Rwanda,325510,4368,805,163,286 +Rwanda,325611,33319,805,163,286 +Rwanda,325612,2518,805,163,286 +Rwanda,325910,7074,805,163,286 +Rwanda,326199,259050,805,163,286 +Rwanda,326211,5670,805,163,286 +Rwanda,327212,17307,805,163,286 +Rwanda,332212,7688,805,163,286 +Rwanda,332420,13677,805,163,286 +Rwanda,332510,2537,805,163,286 +Rwanda,333111,153015,805,163,286 +Rwanda,333120,14524,805,163,286 +Rwanda,333131,4170,805,163,286 +Rwanda,333291,19269,805,163,286 +Rwanda,333313,10909,805,163,286 +Rwanda,333314,5040,805,163,286 +Rwanda,333315,187787,805,163,286 +Rwanda,333415,13338,805,163,286 +Rwanda,333618,48432,805,163,286 +Rwanda,333912,3319,805,163,286 +Rwanda,333997,13380,805,163,286 +Rwanda,333999,32082,805,163,286 +Rwanda,334111,1442367,805,163,286 +Rwanda,334112,11092,805,163,286 +Rwanda,334119,769664,805,163,286 +Rwanda,334210,11225,805,163,286 +Rwanda,334220,1845887,805,163,286 +Rwanda,334310,216136,805,163,286 +Rwanda,334413,80435,805,163,286 +Rwanda,334417,60960,805,163,286 +Rwanda,334418,12760,805,163,286 +Rwanda,334419,179819,805,163,286 +Rwanda,334510,209921,805,163,286 +Rwanda,334515,76061,805,163,286 +Rwanda,334516,10659,805,163,286 +Rwanda,334517,72811,805,163,286 +Rwanda,334518,40000,805,163,286 +Rwanda,334519,91941,805,163,286 +Rwanda,335110,2974,805,163,286 +Rwanda,335129,15870,805,163,286 +Rwanda,335211,10135,805,163,286 +Rwanda,335313,34180,805,163,286 +Rwanda,335921,4897,805,163,286 +Rwanda,335929,62602,805,163,286 +Rwanda,335999,85902,805,163,286 +Rwanda,336111,192600,805,163,286 +Rwanda,336212,24500,805,163,286 +Rwanda,336350,17159,805,163,286 +Rwanda,336399,10312,805,163,286 +Rwanda,336611,4253,805,163,286 +Rwanda,336991,12075,805,163,286 +Rwanda,337127,89764,805,163,286 +Rwanda,337214,2864,805,163,286 +Rwanda,339112,1079665,805,163,286 +Rwanda,339113,78667,805,163,286 +Rwanda,339114,3116,805,163,286 +Rwanda,339920,8711,805,163,286 +Rwanda,339941,3032,805,163,286 +Rwanda,339950,2990,805,163,286 +Rwanda,339993,10440,805,163,286 +Rwanda,339999,31312,805,163,286 +Rwanda,511210,37493,805,163,286 +Rwanda,920000,37982,805,163,286 +Rwanda,990000,2251863,805,163,286 +Saint Helena,111130,22694,805,164,287 +Saint Helena,321999,23360,805,164,287 +Saint Helena,324110,28378,805,164,287 +Saint Helena,325211,3453,805,164,287 +Saint Helena,325520,20777,805,164,287 +Saint Helena,326199,5610,805,164,287 +Saint Helena,332999,29679,805,164,287 +Saint Helena,333120,12022,805,164,287 +Saint Helena,333415,6395,805,164,287 +Saint Helena,333922,35303,805,164,287 +Saint Helena,334119,35000,805,164,287 +Saint Helena,334220,61708,805,164,287 +Saint Helena,334417,41148,805,164,287 +Saint Helena,334418,5228,805,164,287 +Saint Helena,334511,14924,805,164,287 +Saint Helena,334515,4139,805,164,287 +Saint Helena,335110,5040,805,164,287 +Saint Helena,335228,65183,805,164,287 +Saint Helena,335314,7352,805,164,287 +Saint Helena,335929,5015,805,164,287 +Saint Helena,335931,14181,805,164,287 +Saint Helena,336311,115493,805,164,287 +Saint Helena,336322,19601,805,164,287 +Saint Helena,336330,9789,805,164,287 +Saint Helena,336399,13000,805,164,287 +Saint Helena,336612,26277,805,164,287 +Saint Helena,339999,43773,805,164,287 +Saint Helena,990000,17572,805,164,287 +Saint Kitts and Nevis,111130,127965,803,165,288 +Saint Kitts and Nevis,111150,9814,803,165,288 +Saint Kitts and Nevis,111199,13623,803,165,288 +Saint Kitts and Nevis,111219,83755,803,165,288 +Saint Kitts and Nevis,111331,29518,803,165,288 +Saint Kitts and Nevis,111332,43054,803,165,288 +Saint Kitts and Nevis,111335,3203,803,165,288 +Saint Kitts and Nevis,111421,1085502,803,165,288 +Saint Kitts and Nevis,111940,73224,803,165,288 +Saint Kitts and Nevis,111992,2595,803,165,288 +Saint Kitts and Nevis,111998,36815,803,165,288 +Saint Kitts and Nevis,112111,10147,803,165,288 +Saint Kitts and Nevis,112310,25000,803,165,288 +Saint Kitts and Nevis,112511,8716,803,165,288 +Saint Kitts and Nevis,112920,39160,803,165,288 +Saint Kitts and Nevis,112990,7900,803,165,288 +Saint Kitts and Nevis,113210,140115,803,165,288 +Saint Kitts and Nevis,113310,681970,803,165,288 +Saint Kitts and Nevis,114111,417020,803,165,288 +Saint Kitts and Nevis,114112,331491,803,165,288 +Saint Kitts and Nevis,212311,34029,803,165,288 +Saint Kitts and Nevis,212319,196823,803,165,288 +Saint Kitts and Nevis,212322,11793,803,165,288 +Saint Kitts and Nevis,212393,4227,803,165,288 +Saint Kitts and Nevis,212399,110086,803,165,288 +Saint Kitts and Nevis,311111,355795,803,165,288 +Saint Kitts and Nevis,311119,355635,803,165,288 +Saint Kitts and Nevis,311211,43540,803,165,288 +Saint Kitts and Nevis,311212,232712,803,165,288 +Saint Kitts and Nevis,311221,29376,803,165,288 +Saint Kitts and Nevis,311222,30381,803,165,288 +Saint Kitts and Nevis,311223,51089,803,165,288 +Saint Kitts and Nevis,311225,85237,803,165,288 +Saint Kitts and Nevis,311230,264019,803,165,288 +Saint Kitts and Nevis,311311,54911,803,165,288 +Saint Kitts and Nevis,311320,127315,803,165,288 +Saint Kitts and Nevis,311340,214593,803,165,288 +Saint Kitts and Nevis,311411,210689,803,165,288 +Saint Kitts and Nevis,311421,723695,803,165,288 +Saint Kitts and Nevis,311422,62273,803,165,288 +Saint Kitts and Nevis,311511,44032,803,165,288 +Saint Kitts and Nevis,311512,3221,803,165,288 +Saint Kitts and Nevis,311513,122977,803,165,288 +Saint Kitts and Nevis,311514,208543,803,165,288 +Saint Kitts and Nevis,311520,134329,803,165,288 +Saint Kitts and Nevis,311611,962290,803,165,288 +Saint Kitts and Nevis,311615,3642678,803,165,288 +Saint Kitts and Nevis,311711,176910,803,165,288 +Saint Kitts and Nevis,311811,126137,803,165,288 +Saint Kitts and Nevis,311822,24586,803,165,288 +Saint Kitts and Nevis,311823,5197,803,165,288 +Saint Kitts and Nevis,311911,95223,803,165,288 +Saint Kitts and Nevis,311919,511065,803,165,288 +Saint Kitts and Nevis,311920,24654,803,165,288 +Saint Kitts and Nevis,311930,188901,803,165,288 +Saint Kitts and Nevis,311941,146952,803,165,288 +Saint Kitts and Nevis,311942,300649,803,165,288 +Saint Kitts and Nevis,311999,755378,803,165,288 +Saint Kitts and Nevis,312111,596527,803,165,288 +Saint Kitts and Nevis,312130,406652,803,165,288 +Saint Kitts and Nevis,312140,260356,803,165,288 +Saint Kitts and Nevis,312221,27945,803,165,288 +Saint Kitts and Nevis,313111,6819,803,165,288 +Saint Kitts and Nevis,313210,15944,803,165,288 +Saint Kitts and Nevis,313221,13429,803,165,288 +Saint Kitts and Nevis,313230,19416,803,165,288 +Saint Kitts and Nevis,313249,7960,803,165,288 +Saint Kitts and Nevis,313320,3531,803,165,288 +Saint Kitts and Nevis,314110,767870,803,165,288 +Saint Kitts and Nevis,314121,9164,803,165,288 +Saint Kitts and Nevis,314129,269691,803,165,288 +Saint Kitts and Nevis,314911,5246,803,165,288 +Saint Kitts and Nevis,314912,76695,803,165,288 +Saint Kitts and Nevis,314992,3713,803,165,288 +Saint Kitts and Nevis,314999,41357,803,165,288 +Saint Kitts and Nevis,315111,3562,803,165,288 +Saint Kitts and Nevis,315221,81541,803,165,288 +Saint Kitts and Nevis,315223,116629,803,165,288 +Saint Kitts and Nevis,315224,3339,803,165,288 +Saint Kitts and Nevis,315228,8188,803,165,288 +Saint Kitts and Nevis,315231,6675,803,165,288 +Saint Kitts and Nevis,315232,113932,803,165,288 +Saint Kitts and Nevis,315233,2646,803,165,288 +Saint Kitts and Nevis,315234,43081,803,165,288 +Saint Kitts and Nevis,315239,17246,803,165,288 +Saint Kitts and Nevis,315291,29205,803,165,288 +Saint Kitts and Nevis,315292,63633,803,165,288 +Saint Kitts and Nevis,315991,21805,803,165,288 +Saint Kitts and Nevis,315992,10770,803,165,288 +Saint Kitts and Nevis,315999,79977,803,165,288 +Saint Kitts and Nevis,316110,8786,803,165,288 +Saint Kitts and Nevis,316211,21617,803,165,288 +Saint Kitts and Nevis,316213,26872,803,165,288 +Saint Kitts and Nevis,316214,2820,803,165,288 +Saint Kitts and Nevis,316219,287910,803,165,288 +Saint Kitts and Nevis,316991,7785,803,165,288 +Saint Kitts and Nevis,316992,46602,803,165,288 +Saint Kitts and Nevis,316993,57922,803,165,288 +Saint Kitts and Nevis,316999,15196,803,165,288 +Saint Kitts and Nevis,321113,2093152,803,165,288 +Saint Kitts and Nevis,321114,856602,803,165,288 +Saint Kitts and Nevis,321211,824459,803,165,288 +Saint Kitts and Nevis,321212,842161,803,165,288 +Saint Kitts and Nevis,321213,134012,803,165,288 +Saint Kitts and Nevis,321219,156607,803,165,288 +Saint Kitts and Nevis,321911,323681,803,165,288 +Saint Kitts and Nevis,321918,1206003,803,165,288 +Saint Kitts and Nevis,321920,16400,803,165,288 +Saint Kitts and Nevis,321991,20924,803,165,288 +Saint Kitts and Nevis,321992,18869,803,165,288 +Saint Kitts and Nevis,321999,1911867,803,165,288 +Saint Kitts and Nevis,322121,36967,803,165,288 +Saint Kitts and Nevis,322122,17361,803,165,288 +Saint Kitts and Nevis,322130,53327,803,165,288 +Saint Kitts and Nevis,322211,160120,803,165,288 +Saint Kitts and Nevis,322215,35508,803,165,288 +Saint Kitts and Nevis,322222,100952,803,165,288 +Saint Kitts and Nevis,322223,26331,803,165,288 +Saint Kitts and Nevis,322232,22404,803,165,288 +Saint Kitts and Nevis,322233,25270,803,165,288 +Saint Kitts and Nevis,322291,399938,803,165,288 +Saint Kitts and Nevis,322299,32068,803,165,288 +Saint Kitts and Nevis,323117,176810,803,165,288 +Saint Kitts and Nevis,323118,45888,803,165,288 +Saint Kitts and Nevis,323119,129376,803,165,288 +Saint Kitts and Nevis,324110,510293,803,165,288 +Saint Kitts and Nevis,324121,12563,803,165,288 +Saint Kitts and Nevis,324122,261998,803,165,288 +Saint Kitts and Nevis,325120,101403,803,165,288 +Saint Kitts and Nevis,325132,69809,803,165,288 +Saint Kitts and Nevis,325181,14416,803,165,288 +Saint Kitts and Nevis,325188,32253,803,165,288 +Saint Kitts and Nevis,325199,197491,803,165,288 +Saint Kitts and Nevis,325211,285373,803,165,288 +Saint Kitts and Nevis,325212,30171,803,165,288 +Saint Kitts and Nevis,325312,94006,803,165,288 +Saint Kitts and Nevis,325320,189132,803,165,288 +Saint Kitts and Nevis,325411,18450,803,165,288 +Saint Kitts and Nevis,325412,397681,803,165,288 +Saint Kitts and Nevis,325414,29989,803,165,288 +Saint Kitts and Nevis,325510,416538,803,165,288 +Saint Kitts and Nevis,325520,224005,803,165,288 +Saint Kitts and Nevis,325611,772334,803,165,288 +Saint Kitts and Nevis,325613,27456,803,165,288 +Saint Kitts and Nevis,325620,1267540,803,165,288 +Saint Kitts and Nevis,325910,288673,803,165,288 +Saint Kitts and Nevis,325992,11328,803,165,288 +Saint Kitts and Nevis,325998,191284,803,165,288 +Saint Kitts and Nevis,326113,32145,803,165,288 +Saint Kitts and Nevis,326122,207038,803,165,288 +Saint Kitts and Nevis,326160,65724,803,165,288 +Saint Kitts and Nevis,326191,17499,803,165,288 +Saint Kitts and Nevis,326192,14567,803,165,288 +Saint Kitts and Nevis,326199,1722589,803,165,288 +Saint Kitts and Nevis,326211,411950,803,165,288 +Saint Kitts and Nevis,326212,16250,803,165,288 +Saint Kitts and Nevis,326220,91905,803,165,288 +Saint Kitts and Nevis,326299,95127,803,165,288 +Saint Kitts and Nevis,327111,47885,803,165,288 +Saint Kitts and Nevis,327112,122261,803,165,288 +Saint Kitts and Nevis,327121,94787,803,165,288 +Saint Kitts and Nevis,327122,51383,803,165,288 +Saint Kitts and Nevis,327123,140321,803,165,288 +Saint Kitts and Nevis,327124,24399,803,165,288 +Saint Kitts and Nevis,327125,338127,803,165,288 +Saint Kitts and Nevis,327211,67714,803,165,288 +Saint Kitts and Nevis,327212,376957,803,165,288 +Saint Kitts and Nevis,327213,9517,803,165,288 +Saint Kitts and Nevis,327215,116428,803,165,288 +Saint Kitts and Nevis,327310,57024,803,165,288 +Saint Kitts and Nevis,327331,4400,803,165,288 +Saint Kitts and Nevis,327390,887055,803,165,288 +Saint Kitts and Nevis,327420,66063,803,165,288 +Saint Kitts and Nevis,327910,13987,803,165,288 +Saint Kitts and Nevis,327991,255151,803,165,288 +Saint Kitts and Nevis,327992,13204,803,165,288 +Saint Kitts and Nevis,327993,33315,803,165,288 +Saint Kitts and Nevis,327999,75491,803,165,288 +Saint Kitts and Nevis,331111,625807,803,165,288 +Saint Kitts and Nevis,331222,203449,803,165,288 +Saint Kitts and Nevis,331315,206601,803,165,288 +Saint Kitts and Nevis,331316,260616,803,165,288 +Saint Kitts and Nevis,331319,73298,803,165,288 +Saint Kitts and Nevis,331421,30895,803,165,288 +Saint Kitts and Nevis,331422,727317,803,165,288 +Saint Kitts and Nevis,331491,13607,803,165,288 +Saint Kitts and Nevis,331511,798901,803,165,288 +Saint Kitts and Nevis,332115,27962,803,165,288 +Saint Kitts and Nevis,332211,11027,803,165,288 +Saint Kitts and Nevis,332212,132363,803,165,288 +Saint Kitts and Nevis,332213,32317,803,165,288 +Saint Kitts and Nevis,332311,2765,803,165,288 +Saint Kitts and Nevis,332312,693313,803,165,288 +Saint Kitts and Nevis,332321,879532,803,165,288 +Saint Kitts and Nevis,332322,124311,803,165,288 +Saint Kitts and Nevis,332323,44491,803,165,288 +Saint Kitts and Nevis,332410,124091,803,165,288 +Saint Kitts and Nevis,332420,178252,803,165,288 +Saint Kitts and Nevis,332439,73430,803,165,288 +Saint Kitts and Nevis,332510,940430,803,165,288 +Saint Kitts and Nevis,332611,2790,803,165,288 +Saint Kitts and Nevis,332618,330153,803,165,288 +Saint Kitts and Nevis,332722,196627,803,165,288 +Saint Kitts and Nevis,332911,159420,803,165,288 +Saint Kitts and Nevis,332912,2960,803,165,288 +Saint Kitts and Nevis,332913,151725,803,165,288 +Saint Kitts and Nevis,332919,76434,803,165,288 +Saint Kitts and Nevis,332991,36745,803,165,288 +Saint Kitts and Nevis,332992,23275,803,165,288 +Saint Kitts and Nevis,332994,4029,803,165,288 +Saint Kitts and Nevis,332998,11099,803,165,288 +Saint Kitts and Nevis,332999,419146,803,165,288 +Saint Kitts and Nevis,333111,691563,803,165,288 +Saint Kitts and Nevis,333120,1181254,803,165,288 +Saint Kitts and Nevis,333131,136540,803,165,288 +Saint Kitts and Nevis,333210,70105,803,165,288 +Saint Kitts and Nevis,333220,10244,803,165,288 +Saint Kitts and Nevis,333292,17193,803,165,288 +Saint Kitts and Nevis,333293,297617,803,165,288 +Saint Kitts and Nevis,333294,151077,803,165,288 +Saint Kitts and Nevis,333295,96590,803,165,288 +Saint Kitts and Nevis,333298,38577,803,165,288 +Saint Kitts and Nevis,333313,644275,803,165,288 +Saint Kitts and Nevis,333314,37949,803,165,288 +Saint Kitts and Nevis,333315,415040,803,165,288 +Saint Kitts and Nevis,333319,160944,803,165,288 +Saint Kitts and Nevis,333411,74925,803,165,288 +Saint Kitts and Nevis,333412,131993,803,165,288 +Saint Kitts and Nevis,333414,17843,803,165,288 +Saint Kitts and Nevis,333415,1644460,803,165,288 +Saint Kitts and Nevis,333512,39825,803,165,288 +Saint Kitts and Nevis,333513,70291,803,165,288 +Saint Kitts and Nevis,333514,19146,803,165,288 +Saint Kitts and Nevis,333515,3872,803,165,288 +Saint Kitts and Nevis,333611,4499,803,165,288 +Saint Kitts and Nevis,333613,53039,803,165,288 +Saint Kitts and Nevis,333618,338083,803,165,288 +Saint Kitts and Nevis,333911,293258,803,165,288 +Saint Kitts and Nevis,333912,317620,803,165,288 +Saint Kitts and Nevis,333913,30152,803,165,288 +Saint Kitts and Nevis,333921,11847,803,165,288 +Saint Kitts and Nevis,333922,61886,803,165,288 +Saint Kitts and Nevis,333923,3973,803,165,288 +Saint Kitts and Nevis,333924,554460,803,165,288 +Saint Kitts and Nevis,333991,62406,803,165,288 +Saint Kitts and Nevis,333992,194127,803,165,288 +Saint Kitts and Nevis,333993,8551,803,165,288 +Saint Kitts and Nevis,333994,2700,803,165,288 +Saint Kitts and Nevis,333995,5922,803,165,288 +Saint Kitts and Nevis,333996,297256,803,165,288 +Saint Kitts and Nevis,333997,21004,803,165,288 +Saint Kitts and Nevis,333999,933125,803,165,288 +Saint Kitts and Nevis,334111,575639,803,165,288 +Saint Kitts and Nevis,334112,73532,803,165,288 +Saint Kitts and Nevis,334119,2329274,803,165,288 +Saint Kitts and Nevis,334210,70754,803,165,288 +Saint Kitts and Nevis,334220,2920940,803,165,288 +Saint Kitts and Nevis,334290,5710,803,165,288 +Saint Kitts and Nevis,334310,1522415,803,165,288 +Saint Kitts and Nevis,334411,5810,803,165,288 +Saint Kitts and Nevis,334412,190629,803,165,288 +Saint Kitts and Nevis,334413,724524,803,165,288 +Saint Kitts and Nevis,334414,68317,803,165,288 +Saint Kitts and Nevis,334415,241472,803,165,288 +Saint Kitts and Nevis,334416,459507,803,165,288 +Saint Kitts and Nevis,334417,1527321,803,165,288 +Saint Kitts and Nevis,334418,248433,803,165,288 +Saint Kitts and Nevis,334419,628889,803,165,288 +Saint Kitts and Nevis,334510,175159,803,165,288 +Saint Kitts and Nevis,334511,25226,803,165,288 +Saint Kitts and Nevis,334512,6704,803,165,288 +Saint Kitts and Nevis,334513,53381,803,165,288 +Saint Kitts and Nevis,334514,48637,803,165,288 +Saint Kitts and Nevis,334515,496986,803,165,288 +Saint Kitts and Nevis,334516,105745,803,165,288 +Saint Kitts and Nevis,334517,138005,803,165,288 +Saint Kitts and Nevis,334518,1360711,803,165,288 +Saint Kitts and Nevis,334519,31283,803,165,288 +Saint Kitts and Nevis,334612,2795,803,165,288 +Saint Kitts and Nevis,334613,3786,803,165,288 +Saint Kitts and Nevis,335110,27335,803,165,288 +Saint Kitts and Nevis,335121,114263,803,165,288 +Saint Kitts and Nevis,335129,892248,803,165,288 +Saint Kitts and Nevis,335211,208748,803,165,288 +Saint Kitts and Nevis,335212,7062,803,165,288 +Saint Kitts and Nevis,335221,53197,803,165,288 +Saint Kitts and Nevis,335222,992606,803,165,288 +Saint Kitts and Nevis,335224,148889,803,165,288 +Saint Kitts and Nevis,335228,308779,803,165,288 +Saint Kitts and Nevis,335311,191920,803,165,288 +Saint Kitts and Nevis,335312,2656807,803,165,288 +Saint Kitts and Nevis,335313,496006,803,165,288 +Saint Kitts and Nevis,335314,8217895,803,165,288 +Saint Kitts and Nevis,335911,374685,803,165,288 +Saint Kitts and Nevis,335912,118857,803,165,288 +Saint Kitts and Nevis,335921,25431,803,165,288 +Saint Kitts and Nevis,335929,515953,803,165,288 +Saint Kitts and Nevis,335931,341913,803,165,288 +Saint Kitts and Nevis,335932,61100,803,165,288 +Saint Kitts and Nevis,335991,9070,803,165,288 +Saint Kitts and Nevis,335999,1175867,803,165,288 +Saint Kitts and Nevis,336111,1153644,803,165,288 +Saint Kitts and Nevis,336120,383070,803,165,288 +Saint Kitts and Nevis,336212,27636,803,165,288 +Saint Kitts and Nevis,336214,251193,803,165,288 +Saint Kitts and Nevis,336311,57466,803,165,288 +Saint Kitts and Nevis,336321,3000,803,165,288 +Saint Kitts and Nevis,336322,494141,803,165,288 +Saint Kitts and Nevis,336340,11729,803,165,288 +Saint Kitts and Nevis,336350,4198,803,165,288 +Saint Kitts and Nevis,336391,3100,803,165,288 +Saint Kitts and Nevis,336399,467185,803,165,288 +Saint Kitts and Nevis,336415,3824,803,165,288 +Saint Kitts and Nevis,336510,14190,803,165,288 +Saint Kitts and Nevis,336611,250000,803,165,288 +Saint Kitts and Nevis,336612,155140,803,165,288 +Saint Kitts and Nevis,336991,80832,803,165,288 +Saint Kitts and Nevis,337110,95649,803,165,288 +Saint Kitts and Nevis,337121,11688,803,165,288 +Saint Kitts and Nevis,337124,166657,803,165,288 +Saint Kitts and Nevis,337127,3681657,803,165,288 +Saint Kitts and Nevis,337129,95390,803,165,288 +Saint Kitts and Nevis,337211,144699,803,165,288 +Saint Kitts and Nevis,337214,100376,803,165,288 +Saint Kitts and Nevis,337215,1621165,803,165,288 +Saint Kitts and Nevis,337910,37629,803,165,288 +Saint Kitts and Nevis,337920,9227,803,165,288 +Saint Kitts and Nevis,339112,72036,803,165,288 +Saint Kitts and Nevis,339113,64496,803,165,288 +Saint Kitts and Nevis,339114,31776,803,165,288 +Saint Kitts and Nevis,339115,113133,803,165,288 +Saint Kitts and Nevis,339911,15366523,803,165,288 +Saint Kitts and Nevis,339912,2634,803,165,288 +Saint Kitts and Nevis,339913,1677005,803,165,288 +Saint Kitts and Nevis,339914,69665,803,165,288 +Saint Kitts and Nevis,339920,732068,803,165,288 +Saint Kitts and Nevis,339932,95803,803,165,288 +Saint Kitts and Nevis,339941,7500,803,165,288 +Saint Kitts and Nevis,339944,4824,803,165,288 +Saint Kitts and Nevis,339950,124989,803,165,288 +Saint Kitts and Nevis,339991,2835,803,165,288 +Saint Kitts and Nevis,339992,3800,803,165,288 +Saint Kitts and Nevis,339993,32044,803,165,288 +Saint Kitts and Nevis,339994,7037,803,165,288 +Saint Kitts and Nevis,339999,483787,803,165,288 +Saint Kitts and Nevis,511210,18934,803,165,288 +Saint Kitts and Nevis,910000,203616,803,165,288 +Saint Kitts and Nevis,920000,260424,803,165,288 +Saint Kitts and Nevis,990000,15955638,803,165,288 +Saint Lucia,111130,503407,803,166,289 +Saint Lucia,111150,32042,803,166,289 +Saint Lucia,111199,478134,803,166,289 +Saint Lucia,111211,125631,803,166,289 +Saint Lucia,111219,486636,803,166,289 +Saint Lucia,111310,2730,803,166,289 +Saint Lucia,111331,353863,803,166,289 +Saint Lucia,111332,305375,803,166,289 +Saint Lucia,111335,166412,803,166,289 +Saint Lucia,111339,116931,803,166,289 +Saint Lucia,111411,38901,803,166,289 +Saint Lucia,111421,11190,803,166,289 +Saint Lucia,111422,12670,803,166,289 +Saint Lucia,111910,26000,803,166,289 +Saint Lucia,111940,10800,803,166,289 +Saint Lucia,111992,17698,803,166,289 +Saint Lucia,111998,49940,803,166,289 +Saint Lucia,112310,217088,803,166,289 +Saint Lucia,112920,10000,803,166,289 +Saint Lucia,113210,11162,803,166,289 +Saint Lucia,113310,57079,803,166,289 +Saint Lucia,114111,373632,803,166,289 +Saint Lucia,114112,798797,803,166,289 +Saint Lucia,211112,5396,803,166,289 +Saint Lucia,212311,76205,803,166,289 +Saint Lucia,212319,33100,803,166,289 +Saint Lucia,212322,79513,803,166,289 +Saint Lucia,212324,8100,803,166,289 +Saint Lucia,212399,460927,803,166,289 +Saint Lucia,311111,571173,803,166,289 +Saint Lucia,311119,181693,803,166,289 +Saint Lucia,311211,455896,803,166,289 +Saint Lucia,311212,57448,803,166,289 +Saint Lucia,311221,129619,803,166,289 +Saint Lucia,311222,24144,803,166,289 +Saint Lucia,311223,74259,803,166,289 +Saint Lucia,311225,462359,803,166,289 +Saint Lucia,311230,316324,803,166,289 +Saint Lucia,311311,57175,803,166,289 +Saint Lucia,311320,172494,803,166,289 +Saint Lucia,311340,463477,803,166,289 +Saint Lucia,311411,443792,803,166,289 +Saint Lucia,311421,1538708,803,166,289 +Saint Lucia,311422,11859,803,166,289 +Saint Lucia,311423,412177,803,166,289 +Saint Lucia,311511,753816,803,166,289 +Saint Lucia,311512,128625,803,166,289 +Saint Lucia,311513,673385,803,166,289 +Saint Lucia,311514,397442,803,166,289 +Saint Lucia,311520,261419,803,166,289 +Saint Lucia,311611,3895498,803,166,289 +Saint Lucia,311613,75529,803,166,289 +Saint Lucia,311615,9595455,803,166,289 +Saint Lucia,311711,207542,803,166,289 +Saint Lucia,311811,528900,803,166,289 +Saint Lucia,311822,173651,803,166,289 +Saint Lucia,311823,40245,803,166,289 +Saint Lucia,311911,452221,803,166,289 +Saint Lucia,311919,523786,803,166,289 +Saint Lucia,311920,136585,803,166,289 +Saint Lucia,311930,201113,803,166,289 +Saint Lucia,311941,163878,803,166,289 +Saint Lucia,311942,308543,803,166,289 +Saint Lucia,311999,524852,803,166,289 +Saint Lucia,312111,367601,803,166,289 +Saint Lucia,312112,20790,803,166,289 +Saint Lucia,312113,22222,803,166,289 +Saint Lucia,312130,761635,803,166,289 +Saint Lucia,312140,542875,803,166,289 +Saint Lucia,312221,120540,803,166,289 +Saint Lucia,312229,8770,803,166,289 +Saint Lucia,313111,5468,803,166,289 +Saint Lucia,313113,13320,803,166,289 +Saint Lucia,313210,93225,803,166,289 +Saint Lucia,313221,13443,803,166,289 +Saint Lucia,313230,2800,803,166,289 +Saint Lucia,313249,49675,803,166,289 +Saint Lucia,313320,30074,803,166,289 +Saint Lucia,314110,175023,803,166,289 +Saint Lucia,314121,5669,803,166,289 +Saint Lucia,314129,636268,803,166,289 +Saint Lucia,314911,25958,803,166,289 +Saint Lucia,314912,158066,803,166,289 +Saint Lucia,314991,14350,803,166,289 +Saint Lucia,314999,76510,803,166,289 +Saint Lucia,315111,26224,803,166,289 +Saint Lucia,315221,89314,803,166,289 +Saint Lucia,315222,2760,803,166,289 +Saint Lucia,315223,36523,803,166,289 +Saint Lucia,315224,19565,803,166,289 +Saint Lucia,315228,174555,803,166,289 +Saint Lucia,315231,6065,803,166,289 +Saint Lucia,315232,72540,803,166,289 +Saint Lucia,315233,15157,803,166,289 +Saint Lucia,315234,7991,803,166,289 +Saint Lucia,315239,233764,803,166,289 +Saint Lucia,315292,127623,803,166,289 +Saint Lucia,315991,26924,803,166,289 +Saint Lucia,315999,303407,803,166,289 +Saint Lucia,316110,16625,803,166,289 +Saint Lucia,316211,19261,803,166,289 +Saint Lucia,316212,10021,803,166,289 +Saint Lucia,316213,112833,803,166,289 +Saint Lucia,316214,36566,803,166,289 +Saint Lucia,316219,745476,803,166,289 +Saint Lucia,316991,124304,803,166,289 +Saint Lucia,316992,60424,803,166,289 +Saint Lucia,316993,20242,803,166,289 +Saint Lucia,316999,27459,803,166,289 +Saint Lucia,321113,839765,803,166,289 +Saint Lucia,321114,2123647,803,166,289 +Saint Lucia,321211,143616,803,166,289 +Saint Lucia,321212,2032964,803,166,289 +Saint Lucia,321213,27468,803,166,289 +Saint Lucia,321219,43785,803,166,289 +Saint Lucia,321911,254936,803,166,289 +Saint Lucia,321918,159779,803,166,289 +Saint Lucia,321920,60403,803,166,289 +Saint Lucia,321991,64000,803,166,289 +Saint Lucia,321992,20322,803,166,289 +Saint Lucia,321999,179688,803,166,289 +Saint Lucia,322121,451686,803,166,289 +Saint Lucia,322122,195172,803,166,289 +Saint Lucia,322130,4714750,803,166,289 +Saint Lucia,322211,53431,803,166,289 +Saint Lucia,322212,34114,803,166,289 +Saint Lucia,322214,4400,803,166,289 +Saint Lucia,322215,55177,803,166,289 +Saint Lucia,322222,47456,803,166,289 +Saint Lucia,322223,304677,803,166,289 +Saint Lucia,322224,16799,803,166,289 +Saint Lucia,322232,15087,803,166,289 +Saint Lucia,322291,648588,803,166,289 +Saint Lucia,322299,57363,803,166,289 +Saint Lucia,323117,331543,803,166,289 +Saint Lucia,323118,39149,803,166,289 +Saint Lucia,323119,345704,803,166,289 +Saint Lucia,324110,216295006,803,166,289 +Saint Lucia,324121,34952,803,166,289 +Saint Lucia,324122,92612,803,166,289 +Saint Lucia,325110,2750,803,166,289 +Saint Lucia,325131,408485,803,166,289 +Saint Lucia,325132,117027,803,166,289 +Saint Lucia,325181,101977,803,166,289 +Saint Lucia,325182,33275,803,166,289 +Saint Lucia,325188,314933,803,166,289 +Saint Lucia,325191,33895,803,166,289 +Saint Lucia,325192,3000,803,166,289 +Saint Lucia,325199,265187,803,166,289 +Saint Lucia,325211,1368206,803,166,289 +Saint Lucia,325212,80284,803,166,289 +Saint Lucia,325222,5946,803,166,289 +Saint Lucia,325311,20175,803,166,289 +Saint Lucia,325312,54314,803,166,289 +Saint Lucia,325320,455949,803,166,289 +Saint Lucia,325411,29077,803,166,289 +Saint Lucia,325412,667976,803,166,289 +Saint Lucia,325414,34345,803,166,289 +Saint Lucia,325510,606571,803,166,289 +Saint Lucia,325520,253657,803,166,289 +Saint Lucia,325611,1026112,803,166,289 +Saint Lucia,325612,19378,803,166,289 +Saint Lucia,325613,116943,803,166,289 +Saint Lucia,325620,2865134,803,166,289 +Saint Lucia,325910,488774,803,166,289 +Saint Lucia,325992,3006,803,166,289 +Saint Lucia,325998,345244,803,166,289 +Saint Lucia,326113,51101,803,166,289 +Saint Lucia,326121,33148,803,166,289 +Saint Lucia,326122,125764,803,166,289 +Saint Lucia,326160,895770,803,166,289 +Saint Lucia,326191,21117,803,166,289 +Saint Lucia,326192,148810,803,166,289 +Saint Lucia,326199,1794326,803,166,289 +Saint Lucia,326211,1043867,803,166,289 +Saint Lucia,326212,6140,803,166,289 +Saint Lucia,326220,19971,803,166,289 +Saint Lucia,326299,368384,803,166,289 +Saint Lucia,327111,70799,803,166,289 +Saint Lucia,327112,117502,803,166,289 +Saint Lucia,327113,9329,803,166,289 +Saint Lucia,327121,109932,803,166,289 +Saint Lucia,327122,55437,803,166,289 +Saint Lucia,327123,8833,803,166,289 +Saint Lucia,327124,14620,803,166,289 +Saint Lucia,327125,59439,803,166,289 +Saint Lucia,327211,33495,803,166,289 +Saint Lucia,327212,308983,803,166,289 +Saint Lucia,327213,25625,803,166,289 +Saint Lucia,327215,48569,803,166,289 +Saint Lucia,327310,512763,803,166,289 +Saint Lucia,327331,40000,803,166,289 +Saint Lucia,327390,173451,803,166,289 +Saint Lucia,327420,174792,803,166,289 +Saint Lucia,327910,14464,803,166,289 +Saint Lucia,327991,185200,803,166,289 +Saint Lucia,327992,22860,803,166,289 +Saint Lucia,327993,72503,803,166,289 +Saint Lucia,327999,113465,803,166,289 +Saint Lucia,331111,1761556,803,166,289 +Saint Lucia,331222,78988,803,166,289 +Saint Lucia,331312,28349,803,166,289 +Saint Lucia,331315,378888,803,166,289 +Saint Lucia,331316,16048,803,166,289 +Saint Lucia,331319,403338,803,166,289 +Saint Lucia,331411,2750,803,166,289 +Saint Lucia,331419,1680000,803,166,289 +Saint Lucia,331421,38120,803,166,289 +Saint Lucia,331422,49826,803,166,289 +Saint Lucia,331491,78783,803,166,289 +Saint Lucia,331511,74422,803,166,289 +Saint Lucia,332115,105275,803,166,289 +Saint Lucia,332211,18836,803,166,289 +Saint Lucia,332212,120052,803,166,289 +Saint Lucia,332213,12898,803,166,289 +Saint Lucia,332214,21350,803,166,289 +Saint Lucia,332311,3713,803,166,289 +Saint Lucia,332312,326759,803,166,289 +Saint Lucia,332321,334888,803,166,289 +Saint Lucia,332322,170566,803,166,289 +Saint Lucia,332323,38944,803,166,289 +Saint Lucia,332410,25738,803,166,289 +Saint Lucia,332420,100357,803,166,289 +Saint Lucia,332439,121598,803,166,289 +Saint Lucia,332510,322269,803,166,289 +Saint Lucia,332611,10990,803,166,289 +Saint Lucia,332618,219984,803,166,289 +Saint Lucia,332722,156052,803,166,289 +Saint Lucia,332911,338567,803,166,289 +Saint Lucia,332912,14051,803,166,289 +Saint Lucia,332913,275422,803,166,289 +Saint Lucia,332919,66526,803,166,289 +Saint Lucia,332991,9398,803,166,289 +Saint Lucia,332992,377419,803,166,289 +Saint Lucia,332994,13932,803,166,289 +Saint Lucia,332998,50551,803,166,289 +Saint Lucia,332999,602255,803,166,289 +Saint Lucia,333111,336887,803,166,289 +Saint Lucia,333120,1046682,803,166,289 +Saint Lucia,333131,147839,803,166,289 +Saint Lucia,333132,5730,803,166,289 +Saint Lucia,333210,18796,803,166,289 +Saint Lucia,333220,17554,803,166,289 +Saint Lucia,333291,5865,803,166,289 +Saint Lucia,333292,46096,803,166,289 +Saint Lucia,333293,178021,803,166,289 +Saint Lucia,333294,173248,803,166,289 +Saint Lucia,333295,26707,803,166,289 +Saint Lucia,333298,22495,803,166,289 +Saint Lucia,333311,21670,803,166,289 +Saint Lucia,333313,2155974,803,166,289 +Saint Lucia,333314,94111,803,166,289 +Saint Lucia,333315,179019,803,166,289 +Saint Lucia,333319,248328,803,166,289 +Saint Lucia,333412,388570,803,166,289 +Saint Lucia,333414,46647,803,166,289 +Saint Lucia,333415,1763604,803,166,289 +Saint Lucia,333511,22590,803,166,289 +Saint Lucia,333512,1273580,803,166,289 +Saint Lucia,333513,129938,803,166,289 +Saint Lucia,333514,2856,803,166,289 +Saint Lucia,333515,55001,803,166,289 +Saint Lucia,333611,177505,803,166,289 +Saint Lucia,333612,17767,803,166,289 +Saint Lucia,333613,30620,803,166,289 +Saint Lucia,333618,454190,803,166,289 +Saint Lucia,333911,257378,803,166,289 +Saint Lucia,333912,131159,803,166,289 +Saint Lucia,333913,113903,803,166,289 +Saint Lucia,333921,128593,803,166,289 +Saint Lucia,333922,5687,803,166,289 +Saint Lucia,333923,20031,803,166,289 +Saint Lucia,333924,427103,803,166,289 +Saint Lucia,333991,53879,803,166,289 +Saint Lucia,333992,87732,803,166,289 +Saint Lucia,333993,401272,803,166,289 +Saint Lucia,333994,36089,803,166,289 +Saint Lucia,333995,5607,803,166,289 +Saint Lucia,333996,123688,803,166,289 +Saint Lucia,333997,158350,803,166,289 +Saint Lucia,333999,718820,803,166,289 +Saint Lucia,334111,1375237,803,166,289 +Saint Lucia,334112,182187,803,166,289 +Saint Lucia,334119,2923647,803,166,289 +Saint Lucia,334210,305433,803,166,289 +Saint Lucia,334220,6365120,803,166,289 +Saint Lucia,334290,76711,803,166,289 +Saint Lucia,334310,2129847,803,166,289 +Saint Lucia,334411,9326,803,166,289 +Saint Lucia,334413,222025,803,166,289 +Saint Lucia,334414,22212,803,166,289 +Saint Lucia,334415,387942,803,166,289 +Saint Lucia,334416,176953,803,166,289 +Saint Lucia,334417,318421,803,166,289 +Saint Lucia,334418,303023,803,166,289 +Saint Lucia,334419,262612,803,166,289 +Saint Lucia,334510,467462,803,166,289 +Saint Lucia,334511,26534,803,166,289 +Saint Lucia,334512,23067,803,166,289 +Saint Lucia,334513,120425,803,166,289 +Saint Lucia,334514,152002,803,166,289 +Saint Lucia,334515,354044,803,166,289 +Saint Lucia,334516,166984,803,166,289 +Saint Lucia,334517,135448,803,166,289 +Saint Lucia,334518,2386270,803,166,289 +Saint Lucia,334519,93226,803,166,289 +Saint Lucia,334612,3686,803,166,289 +Saint Lucia,334613,28318,803,166,289 +Saint Lucia,335110,23036,803,166,289 +Saint Lucia,335121,31909,803,166,289 +Saint Lucia,335129,418554,803,166,289 +Saint Lucia,335211,137993,803,166,289 +Saint Lucia,335212,4489,803,166,289 +Saint Lucia,335221,1345309,803,166,289 +Saint Lucia,335222,520123,803,166,289 +Saint Lucia,335224,1012310,803,166,289 +Saint Lucia,335228,109778,803,166,289 +Saint Lucia,335311,349887,803,166,289 +Saint Lucia,335312,232449,803,166,289 +Saint Lucia,335313,181125,803,166,289 +Saint Lucia,335314,103625,803,166,289 +Saint Lucia,335911,302407,803,166,289 +Saint Lucia,335912,143906,803,166,289 +Saint Lucia,335921,246986,803,166,289 +Saint Lucia,335929,911312,803,166,289 +Saint Lucia,335931,68253,803,166,289 +Saint Lucia,335932,9002,803,166,289 +Saint Lucia,335991,5178,803,166,289 +Saint Lucia,335999,819167,803,166,289 +Saint Lucia,336111,594452,803,166,289 +Saint Lucia,336120,469089,803,166,289 +Saint Lucia,336211,10000,803,166,289 +Saint Lucia,336212,74267,803,166,289 +Saint Lucia,336214,148067,803,166,289 +Saint Lucia,336311,327486,803,166,289 +Saint Lucia,336321,13336,803,166,289 +Saint Lucia,336322,55580,803,166,289 +Saint Lucia,336340,75068,803,166,289 +Saint Lucia,336350,26061,803,166,289 +Saint Lucia,336399,419317,803,166,289 +Saint Lucia,336412,4177,803,166,289 +Saint Lucia,336413,110266,803,166,289 +Saint Lucia,336510,15317,803,166,289 +Saint Lucia,336611,374042,803,166,289 +Saint Lucia,336612,3665979,803,166,289 +Saint Lucia,336991,185878,803,166,289 +Saint Lucia,337110,39994,803,166,289 +Saint Lucia,337124,114278,803,166,289 +Saint Lucia,337127,1531915,803,166,289 +Saint Lucia,337129,73326,803,166,289 +Saint Lucia,337211,14555,803,166,289 +Saint Lucia,337214,98956,803,166,289 +Saint Lucia,337215,617913,803,166,289 +Saint Lucia,337910,39344,803,166,289 +Saint Lucia,337920,18078,803,166,289 +Saint Lucia,339112,274222,803,166,289 +Saint Lucia,339113,157402,803,166,289 +Saint Lucia,339114,66020,803,166,289 +Saint Lucia,339115,191425,803,166,289 +Saint Lucia,339911,6099110,803,166,289 +Saint Lucia,339912,19154,803,166,289 +Saint Lucia,339913,703309,803,166,289 +Saint Lucia,339914,24155,803,166,289 +Saint Lucia,339920,545358,803,166,289 +Saint Lucia,339932,155310,803,166,289 +Saint Lucia,339941,30744,803,166,289 +Saint Lucia,339942,5476,803,166,289 +Saint Lucia,339944,26905,803,166,289 +Saint Lucia,339950,181451,803,166,289 +Saint Lucia,339991,11273,803,166,289 +Saint Lucia,339992,276487,803,166,289 +Saint Lucia,339993,11287,803,166,289 +Saint Lucia,339994,45924,803,166,289 +Saint Lucia,339999,570441,803,166,289 +Saint Lucia,511210,42418,803,166,289 +Saint Lucia,910000,92632,803,166,289 +Saint Lucia,920000,173420,803,166,289 +Saint Lucia,990000,54862313,803,166,289 +Saint Vincent and the Grenadines,111130,23198,803,167,290 +Saint Vincent and the Grenadines,111140,10014161,803,167,290 +Saint Vincent and the Grenadines,111150,1331395,803,167,290 +Saint Vincent and the Grenadines,111199,11456,803,167,290 +Saint Vincent and the Grenadines,111211,28670,803,167,290 +Saint Vincent and the Grenadines,111219,100296,803,167,290 +Saint Vincent and the Grenadines,111331,192576,803,167,290 +Saint Vincent and the Grenadines,111332,151179,803,167,290 +Saint Vincent and the Grenadines,111335,20219,803,167,290 +Saint Vincent and the Grenadines,111421,121938,803,167,290 +Saint Vincent and the Grenadines,111998,39674,803,167,290 +Saint Vincent and the Grenadines,112310,33063,803,167,290 +Saint Vincent and the Grenadines,113210,11638,803,167,290 +Saint Vincent and the Grenadines,113310,352494,803,167,290 +Saint Vincent and the Grenadines,114111,84000,803,167,290 +Saint Vincent and the Grenadines,114112,28022,803,167,290 +Saint Vincent and the Grenadines,211112,2833,803,167,290 +Saint Vincent and the Grenadines,212319,4574,803,167,290 +Saint Vincent and the Grenadines,212322,36861,803,167,290 +Saint Vincent and the Grenadines,311111,110778,803,167,290 +Saint Vincent and the Grenadines,311119,61465,803,167,290 +Saint Vincent and the Grenadines,311211,92106,803,167,290 +Saint Vincent and the Grenadines,311212,3180039,803,167,290 +Saint Vincent and the Grenadines,311221,106229,803,167,290 +Saint Vincent and the Grenadines,311222,783484,803,167,290 +Saint Vincent and the Grenadines,311223,61929,803,167,290 +Saint Vincent and the Grenadines,311225,214452,803,167,290 +Saint Vincent and the Grenadines,311230,208027,803,167,290 +Saint Vincent and the Grenadines,311311,59374,803,167,290 +Saint Vincent and the Grenadines,311320,184054,803,167,290 +Saint Vincent and the Grenadines,311340,128727,803,167,290 +Saint Vincent and the Grenadines,311411,222388,803,167,290 +Saint Vincent and the Grenadines,311421,526665,803,167,290 +Saint Vincent and the Grenadines,311422,16341,803,167,290 +Saint Vincent and the Grenadines,311423,3947,803,167,290 +Saint Vincent and the Grenadines,311511,16489,803,167,290 +Saint Vincent and the Grenadines,311512,100474,803,167,290 +Saint Vincent and the Grenadines,311513,64674,803,167,290 +Saint Vincent and the Grenadines,311514,51404,803,167,290 +Saint Vincent and the Grenadines,311520,79067,803,167,290 +Saint Vincent and the Grenadines,311611,1138113,803,167,290 +Saint Vincent and the Grenadines,311613,2990,803,167,290 +Saint Vincent and the Grenadines,311615,5912613,803,167,290 +Saint Vincent and the Grenadines,311711,23147,803,167,290 +Saint Vincent and the Grenadines,311811,112348,803,167,290 +Saint Vincent and the Grenadines,311822,195613,803,167,290 +Saint Vincent and the Grenadines,311823,7999,803,167,290 +Saint Vincent and the Grenadines,311911,20197,803,167,290 +Saint Vincent and the Grenadines,311919,197318,803,167,290 +Saint Vincent and the Grenadines,311920,27068,803,167,290 +Saint Vincent and the Grenadines,311930,112828,803,167,290 +Saint Vincent and the Grenadines,311941,34046,803,167,290 +Saint Vincent and the Grenadines,311942,164004,803,167,290 +Saint Vincent and the Grenadines,311999,177278,803,167,290 +Saint Vincent and the Grenadines,312111,80098,803,167,290 +Saint Vincent and the Grenadines,312112,10746,803,167,290 +Saint Vincent and the Grenadines,312130,84284,803,167,290 +Saint Vincent and the Grenadines,312140,47542,803,167,290 +Saint Vincent and the Grenadines,313210,34266,803,167,290 +Saint Vincent and the Grenadines,313221,3612,803,167,290 +Saint Vincent and the Grenadines,313249,8642,803,167,290 +Saint Vincent and the Grenadines,314110,169681,803,167,290 +Saint Vincent and the Grenadines,314129,583885,803,167,290 +Saint Vincent and the Grenadines,314911,7970,803,167,290 +Saint Vincent and the Grenadines,314912,19254,803,167,290 +Saint Vincent and the Grenadines,314991,61594,803,167,290 +Saint Vincent and the Grenadines,314999,2512,803,167,290 +Saint Vincent and the Grenadines,315221,16108,803,167,290 +Saint Vincent and the Grenadines,315222,8055,803,167,290 +Saint Vincent and the Grenadines,315223,171773,803,167,290 +Saint Vincent and the Grenadines,315224,10088,803,167,290 +Saint Vincent and the Grenadines,315228,13140,803,167,290 +Saint Vincent and the Grenadines,315231,5454,803,167,290 +Saint Vincent and the Grenadines,315232,25390,803,167,290 +Saint Vincent and the Grenadines,315239,24172,803,167,290 +Saint Vincent and the Grenadines,315991,6003,803,167,290 +Saint Vincent and the Grenadines,315999,96565,803,167,290 +Saint Vincent and the Grenadines,316211,18480,803,167,290 +Saint Vincent and the Grenadines,316212,176538,803,167,290 +Saint Vincent and the Grenadines,316213,43761,803,167,290 +Saint Vincent and the Grenadines,316214,4635,803,167,290 +Saint Vincent and the Grenadines,316219,349590,803,167,290 +Saint Vincent and the Grenadines,316991,2510,803,167,290 +Saint Vincent and the Grenadines,316993,2722,803,167,290 +Saint Vincent and the Grenadines,316999,8233,803,167,290 +Saint Vincent and the Grenadines,321113,730153,803,167,290 +Saint Vincent and the Grenadines,321114,2031863,803,167,290 +Saint Vincent and the Grenadines,321211,339383,803,167,290 +Saint Vincent and the Grenadines,321212,958784,803,167,290 +Saint Vincent and the Grenadines,321213,142603,803,167,290 +Saint Vincent and the Grenadines,321219,29771,803,167,290 +Saint Vincent and the Grenadines,321911,85629,803,167,290 +Saint Vincent and the Grenadines,321918,1381251,803,167,290 +Saint Vincent and the Grenadines,321920,32189,803,167,290 +Saint Vincent and the Grenadines,321992,18575,803,167,290 +Saint Vincent and the Grenadines,321999,74481,803,167,290 +Saint Vincent and the Grenadines,322121,148929,803,167,290 +Saint Vincent and the Grenadines,322130,1441356,803,167,290 +Saint Vincent and the Grenadines,322212,51177,803,167,290 +Saint Vincent and the Grenadines,322215,99796,803,167,290 +Saint Vincent and the Grenadines,322222,157929,803,167,290 +Saint Vincent and the Grenadines,322223,32247,803,167,290 +Saint Vincent and the Grenadines,322224,5755,803,167,290 +Saint Vincent and the Grenadines,322232,2794,803,167,290 +Saint Vincent and the Grenadines,322291,250912,803,167,290 +Saint Vincent and the Grenadines,322299,174610,803,167,290 +Saint Vincent and the Grenadines,323117,138899,803,167,290 +Saint Vincent and the Grenadines,323118,14886,803,167,290 +Saint Vincent and the Grenadines,323119,372075,803,167,290 +Saint Vincent and the Grenadines,323122,8379,803,167,290 +Saint Vincent and the Grenadines,324110,714644,803,167,290 +Saint Vincent and the Grenadines,324122,69186,803,167,290 +Saint Vincent and the Grenadines,325120,3598,803,167,290 +Saint Vincent and the Grenadines,325131,9093,803,167,290 +Saint Vincent and the Grenadines,325181,6111,803,167,290 +Saint Vincent and the Grenadines,325188,51044,803,167,290 +Saint Vincent and the Grenadines,325191,2560,803,167,290 +Saint Vincent and the Grenadines,325192,5250,803,167,290 +Saint Vincent and the Grenadines,325193,5744,803,167,290 +Saint Vincent and the Grenadines,325199,119191,803,167,290 +Saint Vincent and the Grenadines,325211,673091,803,167,290 +Saint Vincent and the Grenadines,325212,4932,803,167,290 +Saint Vincent and the Grenadines,325222,7466,803,167,290 +Saint Vincent and the Grenadines,325312,50682,803,167,290 +Saint Vincent and the Grenadines,325320,413023,803,167,290 +Saint Vincent and the Grenadines,325411,39181,803,167,290 +Saint Vincent and the Grenadines,325412,478048,803,167,290 +Saint Vincent and the Grenadines,325414,2672,803,167,290 +Saint Vincent and the Grenadines,325510,274650,803,167,290 +Saint Vincent and the Grenadines,325520,130920,803,167,290 +Saint Vincent and the Grenadines,325611,466765,803,167,290 +Saint Vincent and the Grenadines,325612,6791,803,167,290 +Saint Vincent and the Grenadines,325613,12465,803,167,290 +Saint Vincent and the Grenadines,325620,643464,803,167,290 +Saint Vincent and the Grenadines,325910,138345,803,167,290 +Saint Vincent and the Grenadines,325992,8506,803,167,290 +Saint Vincent and the Grenadines,325998,182747,803,167,290 +Saint Vincent and the Grenadines,326113,40834,803,167,290 +Saint Vincent and the Grenadines,326121,6314,803,167,290 +Saint Vincent and the Grenadines,326122,166253,803,167,290 +Saint Vincent and the Grenadines,326160,98876,803,167,290 +Saint Vincent and the Grenadines,326191,35777,803,167,290 +Saint Vincent and the Grenadines,326192,14800,803,167,290 +Saint Vincent and the Grenadines,326199,856838,803,167,290 +Saint Vincent and the Grenadines,326211,614967,803,167,290 +Saint Vincent and the Grenadines,326212,69809,803,167,290 +Saint Vincent and the Grenadines,326220,40057,803,167,290 +Saint Vincent and the Grenadines,326299,49392,803,167,290 +Saint Vincent and the Grenadines,327111,29733,803,167,290 +Saint Vincent and the Grenadines,327112,19899,803,167,290 +Saint Vincent and the Grenadines,327113,39050,803,167,290 +Saint Vincent and the Grenadines,327121,101302,803,167,290 +Saint Vincent and the Grenadines,327122,15611,803,167,290 +Saint Vincent and the Grenadines,327123,66638,803,167,290 +Saint Vincent and the Grenadines,327124,8528,803,167,290 +Saint Vincent and the Grenadines,327125,73212,803,167,290 +Saint Vincent and the Grenadines,327211,50003,803,167,290 +Saint Vincent and the Grenadines,327212,102646,803,167,290 +Saint Vincent and the Grenadines,327213,21926,803,167,290 +Saint Vincent and the Grenadines,327215,93220,803,167,290 +Saint Vincent and the Grenadines,327310,11046,803,167,290 +Saint Vincent and the Grenadines,327331,88096,803,167,290 +Saint Vincent and the Grenadines,327390,100280,803,167,290 +Saint Vincent and the Grenadines,327420,28346,803,167,290 +Saint Vincent and the Grenadines,327910,42551,803,167,290 +Saint Vincent and the Grenadines,327991,205147,803,167,290 +Saint Vincent and the Grenadines,327993,66226,803,167,290 +Saint Vincent and the Grenadines,327999,148670,803,167,290 +Saint Vincent and the Grenadines,331111,272388,803,167,290 +Saint Vincent and the Grenadines,331222,109150,803,167,290 +Saint Vincent and the Grenadines,331312,6609,803,167,290 +Saint Vincent and the Grenadines,331315,68768,803,167,290 +Saint Vincent and the Grenadines,331316,264740,803,167,290 +Saint Vincent and the Grenadines,331319,71177,803,167,290 +Saint Vincent and the Grenadines,331419,10940,803,167,290 +Saint Vincent and the Grenadines,331421,9997,803,167,290 +Saint Vincent and the Grenadines,331422,149143,803,167,290 +Saint Vincent and the Grenadines,331511,3800,803,167,290 +Saint Vincent and the Grenadines,332211,24983,803,167,290 +Saint Vincent and the Grenadines,332212,92967,803,167,290 +Saint Vincent and the Grenadines,332213,14627,803,167,290 +Saint Vincent and the Grenadines,332214,4372,803,167,290 +Saint Vincent and the Grenadines,332311,11608,803,167,290 +Saint Vincent and the Grenadines,332312,129397,803,167,290 +Saint Vincent and the Grenadines,332321,253249,803,167,290 +Saint Vincent and the Grenadines,332322,25761,803,167,290 +Saint Vincent and the Grenadines,332323,20117,803,167,290 +Saint Vincent and the Grenadines,332410,7676,803,167,290 +Saint Vincent and the Grenadines,332420,44724,803,167,290 +Saint Vincent and the Grenadines,332431,11406,803,167,290 +Saint Vincent and the Grenadines,332510,271656,803,167,290 +Saint Vincent and the Grenadines,332618,147410,803,167,290 +Saint Vincent and the Grenadines,332722,139226,803,167,290 +Saint Vincent and the Grenadines,332911,115183,803,167,290 +Saint Vincent and the Grenadines,332912,2819,803,167,290 +Saint Vincent and the Grenadines,332913,86194,803,167,290 +Saint Vincent and the Grenadines,332919,37235,803,167,290 +Saint Vincent and the Grenadines,332991,70725,803,167,290 +Saint Vincent and the Grenadines,332992,3096,803,167,290 +Saint Vincent and the Grenadines,332999,186133,803,167,290 +Saint Vincent and the Grenadines,333111,169303,803,167,290 +Saint Vincent and the Grenadines,333120,1266587,803,167,290 +Saint Vincent and the Grenadines,333131,4029,803,167,290 +Saint Vincent and the Grenadines,333132,282710,803,167,290 +Saint Vincent and the Grenadines,333210,16381,803,167,290 +Saint Vincent and the Grenadines,333220,11593,803,167,290 +Saint Vincent and the Grenadines,333291,8729,803,167,290 +Saint Vincent and the Grenadines,333292,95307,803,167,290 +Saint Vincent and the Grenadines,333293,199674,803,167,290 +Saint Vincent and the Grenadines,333294,137936,803,167,290 +Saint Vincent and the Grenadines,333298,91216,803,167,290 +Saint Vincent and the Grenadines,333313,105857,803,167,290 +Saint Vincent and the Grenadines,333314,19745,803,167,290 +Saint Vincent and the Grenadines,333315,29430,803,167,290 +Saint Vincent and the Grenadines,333319,324728,803,167,290 +Saint Vincent and the Grenadines,333411,17756,803,167,290 +Saint Vincent and the Grenadines,333412,8950,803,167,290 +Saint Vincent and the Grenadines,333415,500638,803,167,290 +Saint Vincent and the Grenadines,333511,6258,803,167,290 +Saint Vincent and the Grenadines,333512,12237,803,167,290 +Saint Vincent and the Grenadines,333513,52665,803,167,290 +Saint Vincent and the Grenadines,333515,25989,803,167,290 +Saint Vincent and the Grenadines,333611,34667,803,167,290 +Saint Vincent and the Grenadines,333612,2812,803,167,290 +Saint Vincent and the Grenadines,333613,4374,803,167,290 +Saint Vincent and the Grenadines,333618,276188,803,167,290 +Saint Vincent and the Grenadines,333911,171371,803,167,290 +Saint Vincent and the Grenadines,333912,34386,803,167,290 +Saint Vincent and the Grenadines,333913,8738,803,167,290 +Saint Vincent and the Grenadines,333921,5362,803,167,290 +Saint Vincent and the Grenadines,333922,19622,803,167,290 +Saint Vincent and the Grenadines,333923,29340,803,167,290 +Saint Vincent and the Grenadines,333924,212723,803,167,290 +Saint Vincent and the Grenadines,333991,90070,803,167,290 +Saint Vincent and the Grenadines,333992,10970,803,167,290 +Saint Vincent and the Grenadines,333993,323369,803,167,290 +Saint Vincent and the Grenadines,333994,19231,803,167,290 +Saint Vincent and the Grenadines,333996,127570,803,167,290 +Saint Vincent and the Grenadines,333997,19700,803,167,290 +Saint Vincent and the Grenadines,333999,315989,803,167,290 +Saint Vincent and the Grenadines,334111,397429,803,167,290 +Saint Vincent and the Grenadines,334112,10476,803,167,290 +Saint Vincent and the Grenadines,334119,1491546,803,167,290 +Saint Vincent and the Grenadines,334210,562782,803,167,290 +Saint Vincent and the Grenadines,334220,2347595,803,167,290 +Saint Vincent and the Grenadines,334290,34478,803,167,290 +Saint Vincent and the Grenadines,334310,1544151,803,167,290 +Saint Vincent and the Grenadines,334411,4341,803,167,290 +Saint Vincent and the Grenadines,334412,3319,803,167,290 +Saint Vincent and the Grenadines,334413,189529,803,167,290 +Saint Vincent and the Grenadines,334416,93706,803,167,290 +Saint Vincent and the Grenadines,334417,32159,803,167,290 +Saint Vincent and the Grenadines,334418,49276,803,167,290 +Saint Vincent and the Grenadines,334419,371279,803,167,290 +Saint Vincent and the Grenadines,334510,774321,803,167,290 +Saint Vincent and the Grenadines,334511,2633,803,167,290 +Saint Vincent and the Grenadines,334513,59331,803,167,290 +Saint Vincent and the Grenadines,334514,90409,803,167,290 +Saint Vincent and the Grenadines,334515,83539,803,167,290 +Saint Vincent and the Grenadines,334516,30206,803,167,290 +Saint Vincent and the Grenadines,334518,45582,803,167,290 +Saint Vincent and the Grenadines,334519,43816,803,167,290 +Saint Vincent and the Grenadines,334612,2734,803,167,290 +Saint Vincent and the Grenadines,334613,21628,803,167,290 +Saint Vincent and the Grenadines,335121,176740,803,167,290 +Saint Vincent and the Grenadines,335129,209797,803,167,290 +Saint Vincent and the Grenadines,335211,261693,803,167,290 +Saint Vincent and the Grenadines,335221,816267,803,167,290 +Saint Vincent and the Grenadines,335222,358829,803,167,290 +Saint Vincent and the Grenadines,335224,1084064,803,167,290 +Saint Vincent and the Grenadines,335228,75316,803,167,290 +Saint Vincent and the Grenadines,335311,158784,803,167,290 +Saint Vincent and the Grenadines,335312,2114291,803,167,290 +Saint Vincent and the Grenadines,335313,24908,803,167,290 +Saint Vincent and the Grenadines,335314,10666,803,167,290 +Saint Vincent and the Grenadines,335911,99877,803,167,290 +Saint Vincent and the Grenadines,335912,78947,803,167,290 +Saint Vincent and the Grenadines,335921,97105,803,167,290 +Saint Vincent and the Grenadines,335929,912002,803,167,290 +Saint Vincent and the Grenadines,335931,11822,803,167,290 +Saint Vincent and the Grenadines,335932,29640,803,167,290 +Saint Vincent and the Grenadines,335991,9520,803,167,290 +Saint Vincent and the Grenadines,335999,143133,803,167,290 +Saint Vincent and the Grenadines,336111,437075,803,167,290 +Saint Vincent and the Grenadines,336120,130601,803,167,290 +Saint Vincent and the Grenadines,336212,12400,803,167,290 +Saint Vincent and the Grenadines,336213,205648,803,167,290 +Saint Vincent and the Grenadines,336214,203114,803,167,290 +Saint Vincent and the Grenadines,336311,61838,803,167,290 +Saint Vincent and the Grenadines,336321,16665,803,167,290 +Saint Vincent and the Grenadines,336322,7235,803,167,290 +Saint Vincent and the Grenadines,336340,7180,803,167,290 +Saint Vincent and the Grenadines,336350,10544,803,167,290 +Saint Vincent and the Grenadines,336391,11289,803,167,290 +Saint Vincent and the Grenadines,336399,456924,803,167,290 +Saint Vincent and the Grenadines,336413,3750,803,167,290 +Saint Vincent and the Grenadines,336510,125650,803,167,290 +Saint Vincent and the Grenadines,336611,4000,803,167,290 +Saint Vincent and the Grenadines,336612,216741,803,167,290 +Saint Vincent and the Grenadines,336991,189135,803,167,290 +Saint Vincent and the Grenadines,337110,13090,803,167,290 +Saint Vincent and the Grenadines,337124,4862,803,167,290 +Saint Vincent and the Grenadines,337127,629101,803,167,290 +Saint Vincent and the Grenadines,337211,18284,803,167,290 +Saint Vincent and the Grenadines,337214,84488,803,167,290 +Saint Vincent and the Grenadines,337215,375983,803,167,290 +Saint Vincent and the Grenadines,337910,36941,803,167,290 +Saint Vincent and the Grenadines,337920,3558,803,167,290 +Saint Vincent and the Grenadines,339112,113839,803,167,290 +Saint Vincent and the Grenadines,339113,29698,803,167,290 +Saint Vincent and the Grenadines,339114,16408,803,167,290 +Saint Vincent and the Grenadines,339115,47518,803,167,290 +Saint Vincent and the Grenadines,339911,22859,803,167,290 +Saint Vincent and the Grenadines,339912,6584,803,167,290 +Saint Vincent and the Grenadines,339914,24746,803,167,290 +Saint Vincent and the Grenadines,339920,158701,803,167,290 +Saint Vincent and the Grenadines,339932,38379,803,167,290 +Saint Vincent and the Grenadines,339941,4410,803,167,290 +Saint Vincent and the Grenadines,339942,40186,803,167,290 +Saint Vincent and the Grenadines,339944,16587,803,167,290 +Saint Vincent and the Grenadines,339950,9115,803,167,290 +Saint Vincent and the Grenadines,339991,16087,803,167,290 +Saint Vincent and the Grenadines,339992,4854,803,167,290 +Saint Vincent and the Grenadines,339993,5056,803,167,290 +Saint Vincent and the Grenadines,339994,16364,803,167,290 +Saint Vincent and the Grenadines,339999,131166,803,167,290 +Saint Vincent and the Grenadines,910000,32518,803,167,290 +Saint Vincent and the Grenadines,920000,130313,803,167,290 +Saint Vincent and the Grenadines,990000,12476798,803,167,290 +Samoa,111199,26330,808,168,291 +Samoa,111310,19251,808,168,291 +Samoa,112310,255036,808,168,291 +Samoa,114111,491833,808,168,291 +Samoa,311211,31980,808,168,291 +Samoa,311212,182618,808,168,291 +Samoa,311230,3523,808,168,291 +Samoa,311340,66459,808,168,291 +Samoa,311421,67702,808,168,291 +Samoa,311513,15048,808,168,291 +Samoa,311514,48030,808,168,291 +Samoa,311611,460153,808,168,291 +Samoa,311615,9638253,808,168,291 +Samoa,311711,3536,808,168,291 +Samoa,311811,15833,808,168,291 +Samoa,311911,96988,808,168,291 +Samoa,311919,23705,808,168,291 +Samoa,311920,9295,808,168,291 +Samoa,311941,341965,808,168,291 +Samoa,311999,615686,808,168,291 +Samoa,312111,227619,808,168,291 +Samoa,312120,235000,808,168,291 +Samoa,312130,9331,808,168,291 +Samoa,312140,20510,808,168,291 +Samoa,313210,5643,808,168,291 +Samoa,314110,24349,808,168,291 +Samoa,314912,3554,808,168,291 +Samoa,314991,6792,808,168,291 +Samoa,315221,10212,808,168,291 +Samoa,315223,5503,808,168,291 +Samoa,315224,8974,808,168,291 +Samoa,315232,6815,808,168,291 +Samoa,315999,43399,808,168,291 +Samoa,316213,7032,808,168,291 +Samoa,321114,10531,808,168,291 +Samoa,321918,40000,808,168,291 +Samoa,321991,6500,808,168,291 +Samoa,322121,33406,808,168,291 +Samoa,322130,107736,808,168,291 +Samoa,322215,32746,808,168,291 +Samoa,322222,3600,808,168,291 +Samoa,322223,8477,808,168,291 +Samoa,322291,3253,808,168,291 +Samoa,323117,99914,808,168,291 +Samoa,323119,19344,808,168,291 +Samoa,324110,378041,808,168,291 +Samoa,324122,23668,808,168,291 +Samoa,325110,10469,808,168,291 +Samoa,325211,2779,808,168,291 +Samoa,325212,44030,808,168,291 +Samoa,325412,9775,808,168,291 +Samoa,325510,581232,808,168,291 +Samoa,325520,36779,808,168,291 +Samoa,325611,130293,808,168,291 +Samoa,325613,8900,808,168,291 +Samoa,325620,82479,808,168,291 +Samoa,325998,33402,808,168,291 +Samoa,326122,4964,808,168,291 +Samoa,326199,62543,808,168,291 +Samoa,327991,5500,808,168,291 +Samoa,331111,21533,808,168,291 +Samoa,331315,194323,808,168,291 +Samoa,332212,11212,808,168,291 +Samoa,332323,3000,808,168,291 +Samoa,332439,17071,808,168,291 +Samoa,332510,49838,808,168,291 +Samoa,332999,14544,808,168,291 +Samoa,333120,121110,808,168,291 +Samoa,333611,50000,808,168,291 +Samoa,333912,131250,808,168,291 +Samoa,333923,2709,808,168,291 +Samoa,333924,16500,808,168,291 +Samoa,333993,5043,808,168,291 +Samoa,333999,2683,808,168,291 +Samoa,334111,24267,808,168,291 +Samoa,334119,4400,808,168,291 +Samoa,334220,534637,808,168,291 +Samoa,334290,466150,808,168,291 +Samoa,334310,29255,808,168,291 +Samoa,334413,28000,808,168,291 +Samoa,334417,142591,808,168,291 +Samoa,334419,3465,808,168,291 +Samoa,334513,33376,808,168,291 +Samoa,334515,67535,808,168,291 +Samoa,334516,14750,808,168,291 +Samoa,334517,50000,808,168,291 +Samoa,334519,8120,808,168,291 +Samoa,335129,26873,808,168,291 +Samoa,335212,3096,808,168,291 +Samoa,335224,4225,808,168,291 +Samoa,335311,24002,808,168,291 +Samoa,335314,229898,808,168,291 +Samoa,335911,18450,808,168,291 +Samoa,335999,16274,808,168,291 +Samoa,336214,32400,808,168,291 +Samoa,336399,109695,808,168,291 +Samoa,336991,13540,808,168,291 +Samoa,337110,3700,808,168,291 +Samoa,337127,51534,808,168,291 +Samoa,339114,3204,808,168,291 +Samoa,339920,3925,808,168,291 +Samoa,339999,46076,808,168,291 +Samoa,511210,4139,808,168,291 +Samoa,910000,136937,808,168,291 +Samoa,920000,10000,808,168,291 +Samoa,990000,1116360,808,168,291 +San Marino,111940,69872,804,169,292 +San Marino,111998,48000,804,169,292 +San Marino,113310,493653,804,169,292 +San Marino,114111,301774,804,169,292 +San Marino,114112,45768,804,169,292 +San Marino,311320,36739,804,169,292 +San Marino,311340,13242,804,169,292 +San Marino,311423,45792,804,169,292 +San Marino,311514,7030,804,169,292 +San Marino,311611,232449,804,169,292 +San Marino,311615,21840,804,169,292 +San Marino,311911,3852,804,169,292 +San Marino,313320,133095,804,169,292 +San Marino,314999,160028,804,169,292 +San Marino,315223,2904,804,169,292 +San Marino,316219,4509,804,169,292 +San Marino,321113,17077,804,169,292 +San Marino,321219,84000,804,169,292 +San Marino,322110,56118,804,169,292 +San Marino,323119,21000,804,169,292 +San Marino,325188,365555,804,169,292 +San Marino,325211,9834,804,169,292 +San Marino,325312,9965,804,169,292 +San Marino,325520,5119,804,169,292 +San Marino,325611,38592,804,169,292 +San Marino,325620,306576,804,169,292 +San Marino,326113,10345,804,169,292 +San Marino,326199,142312,804,169,292 +San Marino,331111,158065,804,169,292 +San Marino,333131,80100,804,169,292 +San Marino,333294,126825,804,169,292 +San Marino,333411,85051,804,169,292 +San Marino,333993,11000,804,169,292 +San Marino,333999,28665,804,169,292 +San Marino,334119,2655,804,169,292 +San Marino,334310,13501,804,169,292 +San Marino,334413,15222,804,169,292 +San Marino,335312,181365,804,169,292 +San Marino,336111,76550,804,169,292 +San Marino,336612,74442,804,169,292 +San Marino,339115,27227,804,169,292 +San Marino,339932,5550,804,169,292 +San Marino,339944,23736,804,169,292 +San Marino,339992,250387,804,169,292 +San Marino,339999,7951,804,169,292 +San Marino,910000,2600,804,169,292 +San Marino,920000,28963,804,169,292 +San Marino,990000,103188,804,169,292 +Sao Tome and Principe,323117,10996,805,170,293 +Sao Tome and Principe,325320,64800,805,170,293 +Sao Tome and Principe,325412,4410,805,170,293 +Sao Tome and Principe,325611,24378,805,170,293 +Sao Tome and Principe,325620,6529,805,170,293 +Sao Tome and Principe,327331,18727,805,170,293 +Sao Tome and Principe,332322,12410,805,170,293 +Sao Tome and Principe,332510,50944,805,170,293 +Sao Tome and Principe,332618,122942,805,170,293 +Sao Tome and Principe,332722,6300,805,170,293 +Sao Tome and Principe,333315,4583,805,170,293 +Sao Tome and Principe,333415,41331,805,170,293 +Sao Tome and Principe,333911,3926,805,170,293 +Sao Tome and Principe,333913,4165,805,170,293 +Sao Tome and Principe,334111,66121,805,170,293 +Sao Tome and Principe,334119,2788,805,170,293 +Sao Tome and Principe,334310,7450,805,170,293 +Sao Tome and Principe,334411,17684,805,170,293 +Sao Tome and Principe,334416,4305,805,170,293 +Sao Tome and Principe,334419,6592,805,170,293 +Sao Tome and Principe,334511,18253,805,170,293 +Sao Tome and Principe,335991,206116,805,170,293 +Sao Tome and Principe,336111,374244,805,170,293 +Sao Tome and Principe,336413,120681,805,170,293 +Sao Tome and Principe,337127,2847,805,170,293 +Sao Tome and Principe,339932,15420,805,170,293 +Sao Tome and Principe,339999,3151,805,170,293 +Sao Tome and Principe,920000,43117,805,170,293 +Sao Tome and Principe,990000,41195,805,170,293 +Saudi Arabia,111110,32688702,806,171,294 +Saudi Arabia,111120,17600,806,171,294 +Saudi Arabia,111130,860264,806,171,294 +Saudi Arabia,111140,27203682,806,171,294 +Saudi Arabia,111150,135324052,806,171,294 +Saudi Arabia,111199,181188,806,171,294 +Saudi Arabia,111219,7029043,806,171,294 +Saudi Arabia,111310,391844,806,171,294 +Saudi Arabia,111331,18999924,806,171,294 +Saudi Arabia,111332,1205774,806,171,294 +Saudi Arabia,111333,2698276,806,171,294 +Saudi Arabia,111335,28642785,806,171,294 +Saudi Arabia,111339,2537567,806,171,294 +Saudi Arabia,111421,273537,806,171,294 +Saudi Arabia,111422,1190420,806,171,294 +Saudi Arabia,111910,2567,806,171,294 +Saudi Arabia,111920,1576488,806,171,294 +Saudi Arabia,111940,1818979,806,171,294 +Saudi Arabia,111998,27067283,806,171,294 +Saudi Arabia,112111,3576238,806,171,294 +Saudi Arabia,112310,1957380,806,171,294 +Saudi Arabia,112910,432964,806,171,294 +Saudi Arabia,112920,2703120,806,171,294 +Saudi Arabia,112990,14946,806,171,294 +Saudi Arabia,113210,941199,806,171,294 +Saudi Arabia,113310,4195842,806,171,294 +Saudi Arabia,114111,592190,806,171,294 +Saudi Arabia,114112,142534,806,171,294 +Saudi Arabia,114119,17475,806,171,294 +Saudi Arabia,211112,22664,806,171,294 +Saudi Arabia,212112,12712719,806,171,294 +Saudi Arabia,212113,25693,806,171,294 +Saudi Arabia,212222,6200,806,171,294 +Saudi Arabia,212299,3425,806,171,294 +Saudi Arabia,212319,102800,806,171,294 +Saudi Arabia,212322,39615,806,171,294 +Saudi Arabia,212324,1709309,806,171,294 +Saudi Arabia,212325,10344006,806,171,294 +Saudi Arabia,212393,2201653,806,171,294 +Saudi Arabia,212399,540404,806,171,294 +Saudi Arabia,311111,825886,806,171,294 +Saudi Arabia,311119,26743680,806,171,294 +Saudi Arabia,311211,424775,806,171,294 +Saudi Arabia,311212,93387564,806,171,294 +Saudi Arabia,311213,2696,806,171,294 +Saudi Arabia,311221,94018520,806,171,294 +Saudi Arabia,311222,41161146,806,171,294 +Saudi Arabia,311223,3247701,806,171,294 +Saudi Arabia,311225,3948412,806,171,294 +Saudi Arabia,311230,2390377,806,171,294 +Saudi Arabia,311311,2135416,806,171,294 +Saudi Arabia,311320,12030954,806,171,294 +Saudi Arabia,311340,1904194,806,171,294 +Saudi Arabia,311411,36892520,806,171,294 +Saudi Arabia,311421,15540063,806,171,294 +Saudi Arabia,311422,166703,806,171,294 +Saudi Arabia,311423,4395313,806,171,294 +Saudi Arabia,311511,558567,806,171,294 +Saudi Arabia,311512,33980773,806,171,294 +Saudi Arabia,311513,26025859,806,171,294 +Saudi Arabia,311514,25297914,806,171,294 +Saudi Arabia,311520,151508,806,171,294 +Saudi Arabia,311611,22959115,806,171,294 +Saudi Arabia,311613,231038,806,171,294 +Saudi Arabia,311615,6390066,806,171,294 +Saudi Arabia,311711,679439,806,171,294 +Saudi Arabia,311811,7917575,806,171,294 +Saudi Arabia,311822,3417481,806,171,294 +Saudi Arabia,311823,1245180,806,171,294 +Saudi Arabia,311911,3150128,806,171,294 +Saudi Arabia,311919,4687042,806,171,294 +Saudi Arabia,311920,3666514,806,171,294 +Saudi Arabia,311930,1748970,806,171,294 +Saudi Arabia,311941,21699982,806,171,294 +Saudi Arabia,311942,8611827,806,171,294 +Saudi Arabia,311999,25294038,806,171,294 +Saudi Arabia,312111,124162,806,171,294 +Saudi Arabia,312113,108212,806,171,294 +Saudi Arabia,312120,12667,806,171,294 +Saudi Arabia,312130,142985,806,171,294 +Saudi Arabia,312229,206398,806,171,294 +Saudi Arabia,313111,332068,806,171,294 +Saudi Arabia,313113,29303,806,171,294 +Saudi Arabia,313210,2687547,806,171,294 +Saudi Arabia,313221,3616754,806,171,294 +Saudi Arabia,313230,3877535,806,171,294 +Saudi Arabia,313249,89579,806,171,294 +Saudi Arabia,313312,118595,806,171,294 +Saudi Arabia,313320,1103332,806,171,294 +Saudi Arabia,314110,15107951,806,171,294 +Saudi Arabia,314121,137246,806,171,294 +Saudi Arabia,314129,2784521,806,171,294 +Saudi Arabia,314911,92166,806,171,294 +Saudi Arabia,314912,49823,806,171,294 +Saudi Arabia,314991,1861508,806,171,294 +Saudi Arabia,314992,15975,806,171,294 +Saudi Arabia,314999,4536535,806,171,294 +Saudi Arabia,315111,439035,806,171,294 +Saudi Arabia,315221,135501,806,171,294 +Saudi Arabia,315222,326563,806,171,294 +Saudi Arabia,315223,1677835,806,171,294 +Saudi Arabia,315224,2472925,806,171,294 +Saudi Arabia,315228,1874629,806,171,294 +Saudi Arabia,315231,853334,806,171,294 +Saudi Arabia,315232,1278541,806,171,294 +Saudi Arabia,315233,6061199,806,171,294 +Saudi Arabia,315234,2366144,806,171,294 +Saudi Arabia,315239,2144638,806,171,294 +Saudi Arabia,315291,65238,806,171,294 +Saudi Arabia,315292,1600312,806,171,294 +Saudi Arabia,315991,124279,806,171,294 +Saudi Arabia,315992,445300,806,171,294 +Saudi Arabia,315999,4635119,806,171,294 +Saudi Arabia,316110,239828,806,171,294 +Saudi Arabia,316211,83727,806,171,294 +Saudi Arabia,316213,1908582,806,171,294 +Saudi Arabia,316214,120409,806,171,294 +Saudi Arabia,316219,757541,806,171,294 +Saudi Arabia,316991,3560348,806,171,294 +Saudi Arabia,316992,3492960,806,171,294 +Saudi Arabia,316993,441120,806,171,294 +Saudi Arabia,316999,453881,806,171,294 +Saudi Arabia,321113,7608391,806,171,294 +Saudi Arabia,321114,334624,806,171,294 +Saudi Arabia,321211,203610,806,171,294 +Saudi Arabia,321212,841914,806,171,294 +Saudi Arabia,321213,115649,806,171,294 +Saudi Arabia,321219,456638,806,171,294 +Saudi Arabia,321911,680800,806,171,294 +Saudi Arabia,321918,808568,806,171,294 +Saudi Arabia,321920,127669,806,171,294 +Saudi Arabia,321992,56558,806,171,294 +Saudi Arabia,321999,5774269,806,171,294 +Saudi Arabia,322110,61276433,806,171,294 +Saudi Arabia,322121,13301408,806,171,294 +Saudi Arabia,322122,1276920,806,171,294 +Saudi Arabia,322130,43435848,806,171,294 +Saudi Arabia,322211,238297,806,171,294 +Saudi Arabia,322212,148554,806,171,294 +Saudi Arabia,322213,72114,806,171,294 +Saudi Arabia,322214,5000,806,171,294 +Saudi Arabia,322215,3725992,806,171,294 +Saudi Arabia,322222,19496729,806,171,294 +Saudi Arabia,322223,1123996,806,171,294 +Saudi Arabia,322224,11600,806,171,294 +Saudi Arabia,322232,89190,806,171,294 +Saudi Arabia,322233,459467,806,171,294 +Saudi Arabia,322291,2810064,806,171,294 +Saudi Arabia,322299,1744684,806,171,294 +Saudi Arabia,323116,648383,806,171,294 +Saudi Arabia,323117,17053044,806,171,294 +Saudi Arabia,323118,3777275,806,171,294 +Saudi Arabia,323119,4259350,806,171,294 +Saudi Arabia,323122,140849,806,171,294 +Saudi Arabia,324110,23731685,806,171,294 +Saudi Arabia,324121,123953,806,171,294 +Saudi Arabia,324122,34821,806,171,294 +Saudi Arabia,325110,13702743,806,171,294 +Saudi Arabia,325120,2536854,806,171,294 +Saudi Arabia,325131,3285157,806,171,294 +Saudi Arabia,325132,1515253,806,171,294 +Saudi Arabia,325181,16600338,806,171,294 +Saudi Arabia,325182,53907,806,171,294 +Saudi Arabia,325188,208129623,806,171,294 +Saudi Arabia,325191,412134,806,171,294 +Saudi Arabia,325192,7087679,806,171,294 +Saudi Arabia,325193,370454,806,171,294 +Saudi Arabia,325199,95541383,806,171,294 +Saudi Arabia,325211,117047360,806,171,294 +Saudi Arabia,325212,19266004,806,171,294 +Saudi Arabia,325221,12614,806,171,294 +Saudi Arabia,325222,1681381,806,171,294 +Saudi Arabia,325311,356934,806,171,294 +Saudi Arabia,325312,636806,806,171,294 +Saudi Arabia,325320,11618558,806,171,294 +Saudi Arabia,325411,22047396,806,171,294 +Saudi Arabia,325412,140493477,806,171,294 +Saudi Arabia,325414,53936308,806,171,294 +Saudi Arabia,325510,8186533,806,171,294 +Saudi Arabia,325520,43685996,806,171,294 +Saudi Arabia,325611,15114460,806,171,294 +Saudi Arabia,325612,3584626,806,171,294 +Saudi Arabia,325613,25054867,806,171,294 +Saudi Arabia,325620,27055889,806,171,294 +Saudi Arabia,325910,631533,806,171,294 +Saudi Arabia,325920,23810458,806,171,294 +Saudi Arabia,325992,5761889,806,171,294 +Saudi Arabia,325998,40922487,806,171,294 +Saudi Arabia,326113,13108097,806,171,294 +Saudi Arabia,326121,587482,806,171,294 +Saudi Arabia,326122,10165942,806,171,294 +Saudi Arabia,326160,732122,806,171,294 +Saudi Arabia,326191,501235,806,171,294 +Saudi Arabia,326192,856365,806,171,294 +Saudi Arabia,326199,33707336,806,171,294 +Saudi Arabia,326211,30048053,806,171,294 +Saudi Arabia,326212,7000,806,171,294 +Saudi Arabia,326220,9404568,806,171,294 +Saudi Arabia,326299,12228327,806,171,294 +Saudi Arabia,327111,1488737,806,171,294 +Saudi Arabia,327112,2517995,806,171,294 +Saudi Arabia,327113,269261,806,171,294 +Saudi Arabia,327121,32029,806,171,294 +Saudi Arabia,327122,568597,806,171,294 +Saudi Arabia,327123,32280,806,171,294 +Saudi Arabia,327124,2403235,806,171,294 +Saudi Arabia,327125,1957472,806,171,294 +Saudi Arabia,327211,5556338,806,171,294 +Saudi Arabia,327212,7785014,806,171,294 +Saudi Arabia,327213,487181,806,171,294 +Saudi Arabia,327215,7207576,806,171,294 +Saudi Arabia,327310,1494969,806,171,294 +Saudi Arabia,327320,16665,806,171,294 +Saudi Arabia,327331,38361,806,171,294 +Saudi Arabia,327390,6208419,806,171,294 +Saudi Arabia,327420,324586,806,171,294 +Saudi Arabia,327910,1407475,806,171,294 +Saudi Arabia,327991,430446,806,171,294 +Saudi Arabia,327992,2114911,806,171,294 +Saudi Arabia,327993,6104256,806,171,294 +Saudi Arabia,327999,10368090,806,171,294 +Saudi Arabia,331111,43119528,806,171,294 +Saudi Arabia,331112,477931,806,171,294 +Saudi Arabia,331222,1241788,806,171,294 +Saudi Arabia,331311,12775844,806,171,294 +Saudi Arabia,331312,48911,806,171,294 +Saudi Arabia,331315,62374035,806,171,294 +Saudi Arabia,331316,974992,806,171,294 +Saudi Arabia,331319,911062,806,171,294 +Saudi Arabia,331411,446678,806,171,294 +Saudi Arabia,331419,10491070,806,171,294 +Saudi Arabia,331421,8336823,806,171,294 +Saudi Arabia,331422,10368855,806,171,294 +Saudi Arabia,331491,15160346,806,171,294 +Saudi Arabia,331492,569455,806,171,294 +Saudi Arabia,331511,6376561,806,171,294 +Saudi Arabia,332115,420581,806,171,294 +Saudi Arabia,332211,281007,806,171,294 +Saudi Arabia,332212,15035201,806,171,294 +Saudi Arabia,332213,1744218,806,171,294 +Saudi Arabia,332214,155903,806,171,294 +Saudi Arabia,332311,22473178,806,171,294 +Saudi Arabia,332312,22416582,806,171,294 +Saudi Arabia,332321,4016619,806,171,294 +Saudi Arabia,332322,2349527,806,171,294 +Saudi Arabia,332323,1150454,806,171,294 +Saudi Arabia,332410,84089603,806,171,294 +Saudi Arabia,332420,11848322,806,171,294 +Saudi Arabia,332431,20380,806,171,294 +Saudi Arabia,332439,1425970,806,171,294 +Saudi Arabia,332510,20077665,806,171,294 +Saudi Arabia,332611,3579238,806,171,294 +Saudi Arabia,332618,5810648,806,171,294 +Saudi Arabia,332722,7065394,806,171,294 +Saudi Arabia,332911,112229770,806,171,294 +Saudi Arabia,332912,10794806,806,171,294 +Saudi Arabia,332913,3758431,806,171,294 +Saudi Arabia,332919,28266312,806,171,294 +Saudi Arabia,332991,7242096,806,171,294 +Saudi Arabia,332992,48064601,806,171,294 +Saudi Arabia,332994,6612848,806,171,294 +Saudi Arabia,332995,11509259,806,171,294 +Saudi Arabia,332997,50000,806,171,294 +Saudi Arabia,332998,9317660,806,171,294 +Saudi Arabia,332999,29412622,806,171,294 +Saudi Arabia,333111,35627621,806,171,294 +Saudi Arabia,333120,226321787,806,171,294 +Saudi Arabia,333131,46742109,806,171,294 +Saudi Arabia,333132,260437864,806,171,294 +Saudi Arabia,333210,363425,806,171,294 +Saudi Arabia,333220,4525197,806,171,294 +Saudi Arabia,333291,3646335,806,171,294 +Saudi Arabia,333292,2963212,806,171,294 +Saudi Arabia,333293,4568517,806,171,294 +Saudi Arabia,333294,23362750,806,171,294 +Saudi Arabia,333295,1548024,806,171,294 +Saudi Arabia,333298,1966471,806,171,294 +Saudi Arabia,333311,914174,806,171,294 +Saudi Arabia,333313,5629280,806,171,294 +Saudi Arabia,333314,46844740,806,171,294 +Saudi Arabia,333315,5581095,806,171,294 +Saudi Arabia,333319,17496857,806,171,294 +Saudi Arabia,333411,18373370,806,171,294 +Saudi Arabia,333412,13826194,806,171,294 +Saudi Arabia,333414,22106725,806,171,294 +Saudi Arabia,333415,276120905,806,171,294 +Saudi Arabia,333511,1094695,806,171,294 +Saudi Arabia,333512,10906687,806,171,294 +Saudi Arabia,333513,52196274,806,171,294 +Saudi Arabia,333514,1374568,806,171,294 +Saudi Arabia,333515,4329377,806,171,294 +Saudi Arabia,333516,1068251,806,171,294 +Saudi Arabia,333611,294654577,806,171,294 +Saudi Arabia,333612,8100367,806,171,294 +Saudi Arabia,333613,10945084,806,171,294 +Saudi Arabia,333618,70587443,806,171,294 +Saudi Arabia,333911,79555173,806,171,294 +Saudi Arabia,333912,42703778,806,171,294 +Saudi Arabia,333913,22250041,806,171,294 +Saudi Arabia,333921,1688586,806,171,294 +Saudi Arabia,333922,31953165,806,171,294 +Saudi Arabia,333923,8396795,806,171,294 +Saudi Arabia,333924,27152898,806,171,294 +Saudi Arabia,333991,3171931,806,171,294 +Saudi Arabia,333992,18673675,806,171,294 +Saudi Arabia,333993,16445765,806,171,294 +Saudi Arabia,333994,13079304,806,171,294 +Saudi Arabia,333995,984988,806,171,294 +Saudi Arabia,333996,10849013,806,171,294 +Saudi Arabia,333997,4655959,806,171,294 +Saudi Arabia,333999,165701264,806,171,294 +Saudi Arabia,334111,82294941,806,171,294 +Saudi Arabia,334112,5301062,806,171,294 +Saudi Arabia,334119,59791704,806,171,294 +Saudi Arabia,334210,8341071,806,171,294 +Saudi Arabia,334220,93606543,806,171,294 +Saudi Arabia,334290,34939420,806,171,294 +Saudi Arabia,334310,25261952,806,171,294 +Saudi Arabia,334411,2829595,806,171,294 +Saudi Arabia,334412,903027,806,171,294 +Saudi Arabia,334413,9156070,806,171,294 +Saudi Arabia,334414,391761,806,171,294 +Saudi Arabia,334415,494199,806,171,294 +Saudi Arabia,334416,2354321,806,171,294 +Saudi Arabia,334417,35073011,806,171,294 +Saudi Arabia,334418,1812786,806,171,294 +Saudi Arabia,334419,25197923,806,171,294 +Saudi Arabia,334510,74558769,806,171,294 +Saudi Arabia,334511,15679438,806,171,294 +Saudi Arabia,334512,3482687,806,171,294 +Saudi Arabia,334513,53396276,806,171,294 +Saudi Arabia,334514,2974156,806,171,294 +Saudi Arabia,334515,39047756,806,171,294 +Saudi Arabia,334516,68294258,806,171,294 +Saudi Arabia,334517,35769032,806,171,294 +Saudi Arabia,334518,2315821,806,171,294 +Saudi Arabia,334519,73082570,806,171,294 +Saudi Arabia,334612,218029,806,171,294 +Saudi Arabia,334613,1713137,806,171,294 +Saudi Arabia,335110,8427549,806,171,294 +Saudi Arabia,335121,1947998,806,171,294 +Saudi Arabia,335129,27371215,806,171,294 +Saudi Arabia,335211,15194756,806,171,294 +Saudi Arabia,335212,6699835,806,171,294 +Saudi Arabia,335221,15064711,806,171,294 +Saudi Arabia,335222,24729533,806,171,294 +Saudi Arabia,335224,31179422,806,171,294 +Saudi Arabia,335228,14673356,806,171,294 +Saudi Arabia,335311,10572542,806,171,294 +Saudi Arabia,335312,115724838,806,171,294 +Saudi Arabia,335313,99626806,806,171,294 +Saudi Arabia,335314,63083255,806,171,294 +Saudi Arabia,335911,20770122,806,171,294 +Saudi Arabia,335912,1383039,806,171,294 +Saudi Arabia,335921,627958,806,171,294 +Saudi Arabia,335929,31532922,806,171,294 +Saudi Arabia,335931,17547206,806,171,294 +Saudi Arabia,335932,3319520,806,171,294 +Saudi Arabia,335991,1635120,806,171,294 +Saudi Arabia,335999,53770064,806,171,294 +Saudi Arabia,336111,3297246873,806,171,294 +Saudi Arabia,336120,214261453,806,171,294 +Saudi Arabia,336211,4271182,806,171,294 +Saudi Arabia,336212,5153734,806,171,294 +Saudi Arabia,336213,561803,806,171,294 +Saudi Arabia,336214,2889365,806,171,294 +Saudi Arabia,336311,45512786,806,171,294 +Saudi Arabia,336321,8938491,806,171,294 +Saudi Arabia,336322,14662130,806,171,294 +Saudi Arabia,336330,4124109,806,171,294 +Saudi Arabia,336340,6509756,806,171,294 +Saudi Arabia,336350,1903745,806,171,294 +Saudi Arabia,336360,148043,806,171,294 +Saudi Arabia,336370,35059,806,171,294 +Saudi Arabia,336391,3190843,806,171,294 +Saudi Arabia,336399,129730285,806,171,294 +Saudi Arabia,336411,263290036,806,171,294 +Saudi Arabia,336412,24974223,806,171,294 +Saudi Arabia,336413,118777839,806,171,294 +Saudi Arabia,336415,2909,806,171,294 +Saudi Arabia,336419,2153442,806,171,294 +Saudi Arabia,336510,23999206,806,171,294 +Saudi Arabia,336611,2107972,806,171,294 +Saudi Arabia,336612,7197689,806,171,294 +Saudi Arabia,336991,3843661,806,171,294 +Saudi Arabia,336992,23320301,806,171,294 +Saudi Arabia,337110,12654,806,171,294 +Saudi Arabia,337121,58594,806,171,294 +Saudi Arabia,337124,11064572,806,171,294 +Saudi Arabia,337127,92627903,806,171,294 +Saudi Arabia,337129,164094,806,171,294 +Saudi Arabia,337211,4118320,806,171,294 +Saudi Arabia,337214,4839206,806,171,294 +Saudi Arabia,337215,16208649,806,171,294 +Saudi Arabia,337910,477528,806,171,294 +Saudi Arabia,337920,55440,806,171,294 +Saudi Arabia,339112,79181359,806,171,294 +Saudi Arabia,339113,42134856,806,171,294 +Saudi Arabia,339114,13558156,806,171,294 +Saudi Arabia,339115,2059933,806,171,294 +Saudi Arabia,339911,11620978,806,171,294 +Saudi Arabia,339912,27741,806,171,294 +Saudi Arabia,339913,47174,806,171,294 +Saudi Arabia,339914,1421919,806,171,294 +Saudi Arabia,339920,18807032,806,171,294 +Saudi Arabia,339932,4120770,806,171,294 +Saudi Arabia,339941,148625,806,171,294 +Saudi Arabia,339942,602326,806,171,294 +Saudi Arabia,339943,216832,806,171,294 +Saudi Arabia,339944,347632,806,171,294 +Saudi Arabia,339950,1210256,806,171,294 +Saudi Arabia,339991,33590323,806,171,294 +Saudi Arabia,339992,623645,806,171,294 +Saudi Arabia,339993,1954801,806,171,294 +Saudi Arabia,339994,821967,806,171,294 +Saudi Arabia,339999,29778075,806,171,294 +Saudi Arabia,511210,1251123,806,171,294 +Saudi Arabia,910000,6764318,806,171,294 +Saudi Arabia,920000,30974307,806,171,294 +Saudi Arabia,990000,287754418,806,171,294 +Senegal,111219,25017,805,172,295 +Senegal,111331,153015,805,172,295 +Senegal,111332,41025,805,172,295 +Senegal,111335,15688,805,172,295 +Senegal,111339,4495,805,172,295 +Senegal,111920,13133,805,172,295 +Senegal,111998,16050,805,172,295 +Senegal,112310,29547,805,172,295 +Senegal,113210,9915,805,172,295 +Senegal,311212,11784864,805,172,295 +Senegal,311221,1278270,805,172,295 +Senegal,311222,10822160,805,172,295 +Senegal,311230,3019,805,172,295 +Senegal,311411,547358,805,172,295 +Senegal,311421,105921,805,172,295 +Senegal,311511,2687,805,172,295 +Senegal,311611,616559,805,172,295 +Senegal,311615,205000,805,172,295 +Senegal,311822,2964,805,172,295 +Senegal,311919,30347,805,172,295 +Senegal,311941,696717,805,172,295 +Senegal,311999,104197,805,172,295 +Senegal,312111,12352,805,172,295 +Senegal,312113,25344,805,172,295 +Senegal,313113,19737,805,172,295 +Senegal,313210,70768,805,172,295 +Senegal,313230,49449,805,172,295 +Senegal,313320,34153,805,172,295 +Senegal,314129,121373,805,172,295 +Senegal,314911,219012,805,172,295 +Senegal,314912,135804,805,172,295 +Senegal,314991,2601,805,172,295 +Senegal,314999,1790301,805,172,295 +Senegal,315111,3437,805,172,295 +Senegal,315223,8072,805,172,295 +Senegal,315224,11040,805,172,295 +Senegal,315228,220861,805,172,295 +Senegal,315239,5000,805,172,295 +Senegal,315992,3702,805,172,295 +Senegal,315999,123383,805,172,295 +Senegal,316219,105745,805,172,295 +Senegal,316991,106339,805,172,295 +Senegal,316992,3440,805,172,295 +Senegal,316999,29470,805,172,295 +Senegal,321918,5535,805,172,295 +Senegal,321920,5200,805,172,295 +Senegal,321992,22508,805,172,295 +Senegal,322110,309399,805,172,295 +Senegal,322121,13572,805,172,295 +Senegal,322122,152000,805,172,295 +Senegal,322130,2062759,805,172,295 +Senegal,322222,23014,805,172,295 +Senegal,322223,4350,805,172,295 +Senegal,322233,3585,805,172,295 +Senegal,322291,9800,805,172,295 +Senegal,322299,31880,805,172,295 +Senegal,323117,62330,805,172,295 +Senegal,323119,59072,805,172,295 +Senegal,324110,79402003,805,172,295 +Senegal,325188,1269237,805,172,295 +Senegal,325199,133630,805,172,295 +Senegal,325211,8786035,805,172,295 +Senegal,325221,784357,805,172,295 +Senegal,325311,4929615,805,172,295 +Senegal,325312,20000,805,172,295 +Senegal,325320,240533,805,172,295 +Senegal,325411,100928,805,172,295 +Senegal,325412,200538,805,172,295 +Senegal,325414,12917,805,172,295 +Senegal,325510,249955,805,172,295 +Senegal,325520,117323,805,172,295 +Senegal,325611,255864,805,172,295 +Senegal,325612,34263,805,172,295 +Senegal,325613,3445,805,172,295 +Senegal,325620,4215108,805,172,295 +Senegal,325910,5979,805,172,295 +Senegal,325920,8191,805,172,295 +Senegal,325992,206042,805,172,295 +Senegal,325998,200833,805,172,295 +Senegal,326113,206442,805,172,295 +Senegal,326122,358868,805,172,295 +Senegal,326191,5932,805,172,295 +Senegal,326199,2687650,805,172,295 +Senegal,326211,2554154,805,172,295 +Senegal,326220,11688,805,172,295 +Senegal,326299,174843,805,172,295 +Senegal,327112,33100,805,172,295 +Senegal,327124,28020,805,172,295 +Senegal,327211,9000,805,172,295 +Senegal,327212,39742,805,172,295 +Senegal,327215,8506,805,172,295 +Senegal,327992,86683,805,172,295 +Senegal,327993,22028,805,172,295 +Senegal,331111,697903,805,172,295 +Senegal,331315,246876,805,172,295 +Senegal,331422,72032,805,172,295 +Senegal,331491,29261,805,172,295 +Senegal,331511,24049,805,172,295 +Senegal,332211,2851,805,172,295 +Senegal,332212,82720,805,172,295 +Senegal,332311,490080,805,172,295 +Senegal,332312,13010,805,172,295 +Senegal,332420,19410,805,172,295 +Senegal,332510,7459,805,172,295 +Senegal,332618,31453,805,172,295 +Senegal,332722,6599,805,172,295 +Senegal,332911,638573,805,172,295 +Senegal,332919,7091,805,172,295 +Senegal,332991,155200,805,172,295 +Senegal,332994,62990,805,172,295 +Senegal,332999,102474,805,172,295 +Senegal,333111,1961148,805,172,295 +Senegal,333120,4720191,805,172,295 +Senegal,333131,3852303,805,172,295 +Senegal,333132,1985553,805,172,295 +Senegal,333292,39692,805,172,295 +Senegal,333293,2563,805,172,295 +Senegal,333294,10559,805,172,295 +Senegal,333295,5704,805,172,295 +Senegal,333298,13995,805,172,295 +Senegal,333311,110700,805,172,295 +Senegal,333313,52956,805,172,295 +Senegal,333314,29829,805,172,295 +Senegal,333315,29567,805,172,295 +Senegal,333319,42965,805,172,295 +Senegal,333411,112610,805,172,295 +Senegal,333412,6144,805,172,295 +Senegal,333415,93847,805,172,295 +Senegal,333514,69195,805,172,295 +Senegal,333515,7089,805,172,295 +Senegal,333612,12187,805,172,295 +Senegal,333613,13968,805,172,295 +Senegal,333618,102904,805,172,295 +Senegal,333911,134868,805,172,295 +Senegal,333912,856673,805,172,295 +Senegal,333921,6018,805,172,295 +Senegal,333923,210916,805,172,295 +Senegal,333924,173178,805,172,295 +Senegal,333992,22074,805,172,295 +Senegal,333997,6600,805,172,295 +Senegal,333999,1179418,805,172,295 +Senegal,334111,4679492,805,172,295 +Senegal,334112,25188,805,172,295 +Senegal,334119,1336356,805,172,295 +Senegal,334210,688282,805,172,295 +Senegal,334220,910842,805,172,295 +Senegal,334290,38669,805,172,295 +Senegal,334310,170916,805,172,295 +Senegal,334411,8000,805,172,295 +Senegal,334413,104599,805,172,295 +Senegal,334415,2504,805,172,295 +Senegal,334417,88403,805,172,295 +Senegal,334418,3081,805,172,295 +Senegal,334419,37368,805,172,295 +Senegal,334510,292780,805,172,295 +Senegal,334511,14375,805,172,295 +Senegal,334513,44325,805,172,295 +Senegal,334514,187570,805,172,295 +Senegal,334515,438236,805,172,295 +Senegal,334516,133160,805,172,295 +Senegal,334517,110308,805,172,295 +Senegal,334519,151395,805,172,295 +Senegal,334612,11250,805,172,295 +Senegal,334613,34103,805,172,295 +Senegal,335129,45084,805,172,295 +Senegal,335211,32226,805,172,295 +Senegal,335222,2600,805,172,295 +Senegal,335224,28000,805,172,295 +Senegal,335311,73311,805,172,295 +Senegal,335312,309263,805,172,295 +Senegal,335313,13107,805,172,295 +Senegal,335314,1365282,805,172,295 +Senegal,335911,36855,805,172,295 +Senegal,335912,4950,805,172,295 +Senegal,335921,13649,805,172,295 +Senegal,335929,63143,805,172,295 +Senegal,335931,7400,805,172,295 +Senegal,335991,64559,805,172,295 +Senegal,335999,2613549,805,172,295 +Senegal,336111,21898238,805,172,295 +Senegal,336120,2330332,805,172,295 +Senegal,336211,239800,805,172,295 +Senegal,336212,486900,805,172,295 +Senegal,336214,45637,805,172,295 +Senegal,336311,1.00E+05,805,172,295 +Senegal,336322,11493,805,172,295 +Senegal,336330,40112,805,172,295 +Senegal,336340,9046,805,172,295 +Senegal,336350,17576,805,172,295 +Senegal,336399,1347749,805,172,295 +Senegal,336412,133643,805,172,295 +Senegal,336510,30395,805,172,295 +Senegal,336611,999150,805,172,295 +Senegal,336612,271546,805,172,295 +Senegal,336991,48195,805,172,295 +Senegal,337124,260252,805,172,295 +Senegal,337127,402683,805,172,295 +Senegal,337211,5000,805,172,295 +Senegal,337214,8407,805,172,295 +Senegal,337215,426200,805,172,295 +Senegal,339112,91003,805,172,295 +Senegal,339113,212493,805,172,295 +Senegal,339115,40924,805,172,295 +Senegal,339911,2542,805,172,295 +Senegal,339912,20615,805,172,295 +Senegal,339914,24797,805,172,295 +Senegal,339920,537726,805,172,295 +Senegal,339932,38836,805,172,295 +Senegal,339941,21895,805,172,295 +Senegal,339942,3040,805,172,295 +Senegal,339944,7747,805,172,295 +Senegal,339991,69315,805,172,295 +Senegal,339994,16819,805,172,295 +Senegal,339999,377023,805,172,295 +Senegal,511210,14269,805,172,295 +Senegal,910000,2131256,805,172,295 +Senegal,920000,6416919,805,172,295 +Senegal,990000,6847318,805,172,295 +Serbia,111150,15090,804,173,296 +Serbia,111219,21880,804,173,296 +Serbia,111335,750000,804,173,296 +Serbia,111339,2560,804,173,296 +Serbia,111422,175820,804,173,296 +Serbia,111910,1184148,804,173,296 +Serbia,112111,64374,804,173,296 +Serbia,112990,45000,804,173,296 +Serbia,113310,63435,804,173,296 +Serbia,114119,7124,804,173,296 +Serbia,212210,5943037,804,173,296 +Serbia,311222,1471528,804,173,296 +Serbia,311340,3756,804,173,296 +Serbia,311421,495780,804,173,296 +Serbia,311613,12075,804,173,296 +Serbia,311615,5642956,804,173,296 +Serbia,311911,27910,804,173,296 +Serbia,311920,19607,804,173,296 +Serbia,311930,175131,804,173,296 +Serbia,311999,978216,804,173,296 +Serbia,312120,39542,804,173,296 +Serbia,312140,1362763,804,173,296 +Serbia,312229,27936,804,173,296 +Serbia,313210,107328,804,173,296 +Serbia,313221,8916,804,173,296 +Serbia,314129,53831,804,173,296 +Serbia,314999,131907,804,173,296 +Serbia,315111,14407,804,173,296 +Serbia,315221,19397,804,173,296 +Serbia,315222,25821,804,173,296 +Serbia,315223,174544,804,173,296 +Serbia,315224,77052,804,173,296 +Serbia,315228,151859,804,173,296 +Serbia,315231,24550,804,173,296 +Serbia,315232,11050,804,173,296 +Serbia,315233,22848,804,173,296 +Serbia,315234,12889,804,173,296 +Serbia,315239,6519,804,173,296 +Serbia,315291,125635,804,173,296 +Serbia,315292,3180,804,173,296 +Serbia,315991,21506,804,173,296 +Serbia,315992,71675,804,173,296 +Serbia,315999,103729,804,173,296 +Serbia,316211,128603,804,173,296 +Serbia,316212,2693,804,173,296 +Serbia,316213,5948,804,173,296 +Serbia,316214,46225,804,173,296 +Serbia,316219,80717,804,173,296 +Serbia,316991,9493,804,173,296 +Serbia,316992,6211,804,173,296 +Serbia,321113,59711,804,173,296 +Serbia,321211,32737,804,173,296 +Serbia,321212,25979,804,173,296 +Serbia,321911,14728,804,173,296 +Serbia,321920,17652,804,173,296 +Serbia,322130,1043404,804,173,296 +Serbia,322211,16530,804,173,296 +Serbia,322212,4221,804,173,296 +Serbia,322222,112296,804,173,296 +Serbia,322223,51109,804,173,296 +Serbia,322291,13031,804,173,296 +Serbia,322299,5065,804,173,296 +Serbia,323117,107498,804,173,296 +Serbia,323118,27681,804,173,296 +Serbia,323119,295345,804,173,296 +Serbia,324110,165621,804,173,296 +Serbia,325131,6664,804,173,296 +Serbia,325132,27212,804,173,296 +Serbia,325188,304615,804,173,296 +Serbia,325191,70950,804,173,296 +Serbia,325192,3112,804,173,296 +Serbia,325199,752481,804,173,296 +Serbia,325211,16713,804,173,296 +Serbia,325212,431928,804,173,296 +Serbia,325320,115321,804,173,296 +Serbia,325411,134099,804,173,296 +Serbia,325412,1316782,804,173,296 +Serbia,325414,441635,804,173,296 +Serbia,325510,100970,804,173,296 +Serbia,325520,27677,804,173,296 +Serbia,325611,17370,804,173,296 +Serbia,325612,39266,804,173,296 +Serbia,325613,3568,804,173,296 +Serbia,325620,1303526,804,173,296 +Serbia,325910,429428,804,173,296 +Serbia,325920,413567,804,173,296 +Serbia,325992,280259,804,173,296 +Serbia,325998,147493,804,173,296 +Serbia,326113,108482,804,173,296 +Serbia,326121,74521,804,173,296 +Serbia,326122,2990,804,173,296 +Serbia,326160,12649,804,173,296 +Serbia,326191,5696,804,173,296 +Serbia,326199,2469899,804,173,296 +Serbia,326220,38374,804,173,296 +Serbia,326299,91902,804,173,296 +Serbia,327112,2813,804,173,296 +Serbia,327122,4058,804,173,296 +Serbia,327125,10210,804,173,296 +Serbia,327211,423071,804,173,296 +Serbia,327212,41481,804,173,296 +Serbia,327910,10928,804,173,296 +Serbia,327999,5340,804,173,296 +Serbia,331111,637912,804,173,296 +Serbia,331315,6392,804,173,296 +Serbia,331316,12308,804,173,296 +Serbia,331421,187032,804,173,296 +Serbia,331422,3117,804,173,296 +Serbia,331491,488340,804,173,296 +Serbia,331492,62000,804,173,296 +Serbia,331511,889931,804,173,296 +Serbia,332115,3723,804,173,296 +Serbia,332211,16807,804,173,296 +Serbia,332212,107628,804,173,296 +Serbia,332214,7708,804,173,296 +Serbia,332312,780716,804,173,296 +Serbia,332321,159259,804,173,296 +Serbia,332322,27060,804,173,296 +Serbia,332410,11377,804,173,296 +Serbia,332420,59173,804,173,296 +Serbia,332439,6798,804,173,296 +Serbia,332510,79688,804,173,296 +Serbia,332722,113819,804,173,296 +Serbia,332911,159972,804,173,296 +Serbia,332912,63580,804,173,296 +Serbia,332919,140801,804,173,296 +Serbia,332991,185752,804,173,296 +Serbia,332992,11826,804,173,296 +Serbia,332994,967704,804,173,296 +Serbia,332999,100560,804,173,296 +Serbia,333111,2340760,804,173,296 +Serbia,333120,1519998,804,173,296 +Serbia,333131,1238967,804,173,296 +Serbia,333132,4004583,804,173,296 +Serbia,333220,273233,804,173,296 +Serbia,333292,73194,804,173,296 +Serbia,333293,826474,804,173,296 +Serbia,333294,167506,804,173,296 +Serbia,333295,13920,804,173,296 +Serbia,333298,891735,804,173,296 +Serbia,333313,2895275,804,173,296 +Serbia,333314,1136480,804,173,296 +Serbia,333315,774029,804,173,296 +Serbia,333319,8176,804,173,296 +Serbia,333411,4190,804,173,296 +Serbia,333412,2867,804,173,296 +Serbia,333414,13692,804,173,296 +Serbia,333415,209526,804,173,296 +Serbia,333511,230963,804,173,296 +Serbia,333512,93806,804,173,296 +Serbia,333513,143194,804,173,296 +Serbia,333514,77112,804,173,296 +Serbia,333515,113842,804,173,296 +Serbia,333611,5266,804,173,296 +Serbia,333612,44490,804,173,296 +Serbia,333613,157572,804,173,296 +Serbia,333618,469756,804,173,296 +Serbia,333911,187307,804,173,296 +Serbia,333912,192891,804,173,296 +Serbia,333913,34004,804,173,296 +Serbia,333922,25090,804,173,296 +Serbia,333923,33519,804,173,296 +Serbia,333924,21500,804,173,296 +Serbia,333991,71726,804,173,296 +Serbia,333992,132177,804,173,296 +Serbia,333993,119255,804,173,296 +Serbia,333994,1630495,804,173,296 +Serbia,333995,17340,804,173,296 +Serbia,333996,22585,804,173,296 +Serbia,333997,41448,804,173,296 +Serbia,333999,798374,804,173,296 +Serbia,334111,1882839,804,173,296 +Serbia,334112,1264827,804,173,296 +Serbia,334119,3089198,804,173,296 +Serbia,334210,482902,804,173,296 +Serbia,334220,7791150,804,173,296 +Serbia,334290,272193,804,173,296 +Serbia,334310,597115,804,173,296 +Serbia,334411,217193,804,173,296 +Serbia,334413,1095625,804,173,296 +Serbia,334414,5483,804,173,296 +Serbia,334415,23664,804,173,296 +Serbia,334416,40284,804,173,296 +Serbia,334417,58248,804,173,296 +Serbia,334418,117628,804,173,296 +Serbia,334419,290242,804,173,296 +Serbia,334510,2044560,804,173,296 +Serbia,334511,171035,804,173,296 +Serbia,334513,307117,804,173,296 +Serbia,334514,6682,804,173,296 +Serbia,334515,1012596,804,173,296 +Serbia,334516,1906513,804,173,296 +Serbia,334517,617567,804,173,296 +Serbia,334518,27891,804,173,296 +Serbia,334519,990400,804,173,296 +Serbia,334612,373678,804,173,296 +Serbia,334613,42793,804,173,296 +Serbia,335110,113050,804,173,296 +Serbia,335121,7783,804,173,296 +Serbia,335129,148733,804,173,296 +Serbia,335211,38064,804,173,296 +Serbia,335212,330511,804,173,296 +Serbia,335221,14788,804,173,296 +Serbia,335312,148059,804,173,296 +Serbia,335313,23814,804,173,296 +Serbia,335314,959265,804,173,296 +Serbia,335911,22852,804,173,296 +Serbia,335912,25000,804,173,296 +Serbia,335921,3372,804,173,296 +Serbia,335929,82058,804,173,296 +Serbia,335931,5338,804,173,296 +Serbia,335991,2759,804,173,296 +Serbia,335999,220757,804,173,296 +Serbia,336111,2031698,804,173,296 +Serbia,336214,24517,804,173,296 +Serbia,336311,495345,804,173,296 +Serbia,336321,2512,804,173,296 +Serbia,336322,48594,804,173,296 +Serbia,336350,60009,804,173,296 +Serbia,336360,572391,804,173,296 +Serbia,336391,2569,804,173,296 +Serbia,336399,489555,804,173,296 +Serbia,336412,47390,804,173,296 +Serbia,336413,41687,804,173,296 +Serbia,336510,39895,804,173,296 +Serbia,336611,3500,804,173,296 +Serbia,336612,1011459,804,173,296 +Serbia,336991,227659,804,173,296 +Serbia,337127,252653,804,173,296 +Serbia,337214,7500,804,173,296 +Serbia,337215,67544,804,173,296 +Serbia,339112,562543,804,173,296 +Serbia,339113,720198,804,173,296 +Serbia,339114,402229,804,173,296 +Serbia,339115,69202,804,173,296 +Serbia,339914,12321,804,173,296 +Serbia,339920,378150,804,173,296 +Serbia,339932,20821,804,173,296 +Serbia,339942,3525,804,173,296 +Serbia,339944,5775,804,173,296 +Serbia,339991,47438,804,173,296 +Serbia,339992,482414,804,173,296 +Serbia,339994,3440,804,173,296 +Serbia,339999,100784,804,173,296 +Serbia,511210,112717,804,173,296 +Serbia,920000,122940,804,173,296 +Serbia,990000,17538922,804,173,296 +Seychelles,111310,9526,805,174,297 +Seychelles,114112,15200,805,174,297 +Seychelles,311222,11543,805,174,297 +Seychelles,311423,3182,805,174,297 +Seychelles,312130,15240,805,174,297 +Seychelles,314110,3255,805,174,297 +Seychelles,314129,3590,805,174,297 +Seychelles,315239,6819,805,174,297 +Seychelles,315292,2955,805,174,297 +Seychelles,316999,4860,805,174,297 +Seychelles,321918,8829,805,174,297 +Seychelles,322222,24687,805,174,297 +Seychelles,323117,37821,805,174,297 +Seychelles,323119,5330,805,174,297 +Seychelles,325212,5400,805,174,297 +Seychelles,325320,7686,805,174,297 +Seychelles,325412,20246,805,174,297 +Seychelles,325414,76444,805,174,297 +Seychelles,325611,69035,805,174,297 +Seychelles,325612,4032,805,174,297 +Seychelles,325620,58082,805,174,297 +Seychelles,325998,3079,805,174,297 +Seychelles,326192,2552,805,174,297 +Seychelles,326199,425755,805,174,297 +Seychelles,326211,3630,805,174,297 +Seychelles,326299,25670,805,174,297 +Seychelles,327112,9521,805,174,297 +Seychelles,327212,7538,805,174,297 +Seychelles,331111,45000,805,174,297 +Seychelles,331315,46964,805,174,297 +Seychelles,331421,26160,805,174,297 +Seychelles,332212,30740,805,174,297 +Seychelles,332312,16866,805,174,297 +Seychelles,332321,18728,805,174,297 +Seychelles,332410,2972,805,174,297 +Seychelles,332420,39540,805,174,297 +Seychelles,332439,7300,805,174,297 +Seychelles,332510,10368,805,174,297 +Seychelles,332618,3960,805,174,297 +Seychelles,332722,10707,805,174,297 +Seychelles,332911,120983,805,174,297 +Seychelles,332913,11231,805,174,297 +Seychelles,332991,12293,805,174,297 +Seychelles,332999,3622,805,174,297 +Seychelles,333111,14734,805,174,297 +Seychelles,333120,4976,805,174,297 +Seychelles,333132,207022,805,174,297 +Seychelles,333210,4419,805,174,297 +Seychelles,333292,295000,805,174,297 +Seychelles,333293,3556,805,174,297 +Seychelles,333311,20240,805,174,297 +Seychelles,333313,67447,805,174,297 +Seychelles,333314,160481,805,174,297 +Seychelles,333319,25218,805,174,297 +Seychelles,333414,24300,805,174,297 +Seychelles,333415,35352,805,174,297 +Seychelles,333618,12520,805,174,297 +Seychelles,333911,14588,805,174,297 +Seychelles,333912,16584,805,174,297 +Seychelles,333913,28728,805,174,297 +Seychelles,333923,4800,805,174,297 +Seychelles,333924,305205,805,174,297 +Seychelles,333991,31125,805,174,297 +Seychelles,333993,26877,805,174,297 +Seychelles,333995,13095,805,174,297 +Seychelles,333999,266627,805,174,297 +Seychelles,334111,189771,805,174,297 +Seychelles,334112,17837,805,174,297 +Seychelles,334119,376175,805,174,297 +Seychelles,334210,142854,805,174,297 +Seychelles,334220,272138,805,174,297 +Seychelles,334290,43422,805,174,297 +Seychelles,334310,89857,805,174,297 +Seychelles,334412,4720,805,174,297 +Seychelles,334413,86818,805,174,297 +Seychelles,334417,9117,805,174,297 +Seychelles,334418,30850,805,174,297 +Seychelles,334419,4613,805,174,297 +Seychelles,334512,13752,805,174,297 +Seychelles,334513,94885,805,174,297 +Seychelles,334514,7622,805,174,297 +Seychelles,334515,24346,805,174,297 +Seychelles,334516,24954,805,174,297 +Seychelles,334517,72651,805,174,297 +Seychelles,334518,4165,805,174,297 +Seychelles,334519,226627,805,174,297 +Seychelles,335129,7302,805,174,297 +Seychelles,335211,3584,805,174,297 +Seychelles,335222,3300,805,174,297 +Seychelles,335224,121752,805,174,297 +Seychelles,335312,84920,805,174,297 +Seychelles,335314,44485,805,174,297 +Seychelles,335911,4931,805,174,297 +Seychelles,335912,11025,805,174,297 +Seychelles,335921,39350,805,174,297 +Seychelles,335931,12000,805,174,297 +Seychelles,335999,19440,805,174,297 +Seychelles,336111,10000,805,174,297 +Seychelles,336214,308183,805,174,297 +Seychelles,336322,8740,805,174,297 +Seychelles,336399,5270,805,174,297 +Seychelles,336412,5031,805,174,297 +Seychelles,336413,36181,805,174,297 +Seychelles,336611,16275,805,174,297 +Seychelles,336612,1255129,805,174,297 +Seychelles,337124,10302,805,174,297 +Seychelles,337127,201174,805,174,297 +Seychelles,337214,30953,805,174,297 +Seychelles,337215,17787,805,174,297 +Seychelles,339112,376271,805,174,297 +Seychelles,339113,116333,805,174,297 +Seychelles,339911,26145,805,174,297 +Seychelles,339920,94662,805,174,297 +Seychelles,339991,59653,805,174,297 +Seychelles,339999,23001,805,174,297 +Seychelles,511210,28442,805,174,297 +Seychelles,910000,20000,805,174,297 +Seychelles,990000,613928,805,174,297 +Sierra Leone,111130,117048,805,175,298 +Sierra Leone,111140,2157162,805,175,298 +Sierra Leone,111150,18900,805,175,298 +Sierra Leone,111211,175000,805,175,298 +Sierra Leone,112920,3192,805,175,298 +Sierra Leone,311211,854938,805,175,298 +Sierra Leone,311212,4477536,805,175,298 +Sierra Leone,311223,53427,805,175,298 +Sierra Leone,311225,94644,805,175,298 +Sierra Leone,311421,18565,805,175,298 +Sierra Leone,311513,44112,805,175,298 +Sierra Leone,311611,10131,805,175,298 +Sierra Leone,311615,4985494,805,175,298 +Sierra Leone,311911,58511,805,175,298 +Sierra Leone,311919,309600,805,175,298 +Sierra Leone,311941,1444120,805,175,298 +Sierra Leone,311999,613182,805,175,298 +Sierra Leone,312111,40546,805,175,298 +Sierra Leone,312120,4298,805,175,298 +Sierra Leone,312229,11264,805,175,298 +Sierra Leone,313113,13068,805,175,298 +Sierra Leone,313320,52800,805,175,298 +Sierra Leone,314110,3600,805,175,298 +Sierra Leone,314129,12938,805,175,298 +Sierra Leone,314911,9278,805,175,298 +Sierra Leone,314912,261834,805,175,298 +Sierra Leone,314991,6714,805,175,298 +Sierra Leone,314999,162217,805,175,298 +Sierra Leone,315111,17296,805,175,298 +Sierra Leone,315221,33837,805,175,298 +Sierra Leone,315223,13337,805,175,298 +Sierra Leone,315224,15887,805,175,298 +Sierra Leone,315228,14117,805,175,298 +Sierra Leone,315231,52066,805,175,298 +Sierra Leone,315232,55284,805,175,298 +Sierra Leone,315234,4460,805,175,298 +Sierra Leone,315999,69992,805,175,298 +Sierra Leone,316213,56415,805,175,298 +Sierra Leone,316219,18400,805,175,298 +Sierra Leone,316991,50193,805,175,298 +Sierra Leone,316992,3100,805,175,298 +Sierra Leone,316993,3757,805,175,298 +Sierra Leone,316999,93977,805,175,298 +Sierra Leone,321212,4000,805,175,298 +Sierra Leone,321911,13615,805,175,298 +Sierra Leone,321918,7830,805,175,298 +Sierra Leone,321991,8550,805,175,298 +Sierra Leone,322222,15160,805,175,298 +Sierra Leone,322291,89258,805,175,298 +Sierra Leone,323117,92693,805,175,298 +Sierra Leone,324110,188899,805,175,298 +Sierra Leone,325192,9671,805,175,298 +Sierra Leone,325211,195421,805,175,298 +Sierra Leone,325414,3875600,805,175,298 +Sierra Leone,325510,72334,805,175,298 +Sierra Leone,325520,493628,805,175,298 +Sierra Leone,325611,2866,805,175,298 +Sierra Leone,325620,267524,805,175,298 +Sierra Leone,325910,100395,805,175,298 +Sierra Leone,326199,1236536,805,175,298 +Sierra Leone,326211,110593,805,175,298 +Sierra Leone,326220,39472,805,175,298 +Sierra Leone,326299,32866,805,175,298 +Sierra Leone,327215,5498,805,175,298 +Sierra Leone,327331,3200,805,175,298 +Sierra Leone,327390,8160,805,175,298 +Sierra Leone,331111,259470,805,175,298 +Sierra Leone,331411,14518,805,175,298 +Sierra Leone,331511,2887,805,175,298 +Sierra Leone,332211,24596,805,175,298 +Sierra Leone,332212,275517,805,175,298 +Sierra Leone,332213,3189,805,175,298 +Sierra Leone,332311,402780,805,175,298 +Sierra Leone,332312,48070,805,175,298 +Sierra Leone,332420,17645,805,175,298 +Sierra Leone,332439,27409,805,175,298 +Sierra Leone,332611,3049,805,175,298 +Sierra Leone,332618,17973,805,175,298 +Sierra Leone,332722,7880,805,175,298 +Sierra Leone,332911,51730,805,175,298 +Sierra Leone,332919,21276,805,175,298 +Sierra Leone,332991,102287,805,175,298 +Sierra Leone,332998,31500,805,175,298 +Sierra Leone,332999,45186,805,175,298 +Sierra Leone,333111,515716,805,175,298 +Sierra Leone,333120,3437421,805,175,298 +Sierra Leone,333131,1547976,805,175,298 +Sierra Leone,333132,220239,805,175,298 +Sierra Leone,333291,33981,805,175,298 +Sierra Leone,333292,4817,805,175,298 +Sierra Leone,333293,2864,805,175,298 +Sierra Leone,333294,63327,805,175,298 +Sierra Leone,333313,80557,805,175,298 +Sierra Leone,333314,7485,805,175,298 +Sierra Leone,333315,12551,805,175,298 +Sierra Leone,333412,6956,805,175,298 +Sierra Leone,333415,44861,805,175,298 +Sierra Leone,333512,17500,805,175,298 +Sierra Leone,333611,41450,805,175,298 +Sierra Leone,333612,126827,805,175,298 +Sierra Leone,333613,10793,805,175,298 +Sierra Leone,333618,217150,805,175,298 +Sierra Leone,333911,305390,805,175,298 +Sierra Leone,333912,69537,805,175,298 +Sierra Leone,333913,21255,805,175,298 +Sierra Leone,333922,3604,805,175,298 +Sierra Leone,333923,67308,805,175,298 +Sierra Leone,333924,261061,805,175,298 +Sierra Leone,333991,29759,805,175,298 +Sierra Leone,333992,39359,805,175,298 +Sierra Leone,333993,134854,805,175,298 +Sierra Leone,333996,17423,805,175,298 +Sierra Leone,333997,10029,805,175,298 +Sierra Leone,333999,834749,805,175,298 +Sierra Leone,334111,418300,805,175,298 +Sierra Leone,334112,39339,805,175,298 +Sierra Leone,334119,818929,805,175,298 +Sierra Leone,334210,16325,805,175,298 +Sierra Leone,334220,250301,805,175,298 +Sierra Leone,334290,3199,805,175,298 +Sierra Leone,334310,66896,805,175,298 +Sierra Leone,334413,228254,805,175,298 +Sierra Leone,334416,3735,805,175,298 +Sierra Leone,334417,8010,805,175,298 +Sierra Leone,334418,43771,805,175,298 +Sierra Leone,334419,82339,805,175,298 +Sierra Leone,334510,3250,805,175,298 +Sierra Leone,334513,234025,805,175,298 +Sierra Leone,334515,120525,805,175,298 +Sierra Leone,334516,38299,805,175,298 +Sierra Leone,334519,10738,805,175,298 +Sierra Leone,334613,2969,805,175,298 +Sierra Leone,335121,10000,805,175,298 +Sierra Leone,335129,55063,805,175,298 +Sierra Leone,335211,23816,805,175,298 +Sierra Leone,335221,124877,805,175,298 +Sierra Leone,335222,38998,805,175,298 +Sierra Leone,335228,14499,805,175,298 +Sierra Leone,335311,130131,805,175,298 +Sierra Leone,335312,162552,805,175,298 +Sierra Leone,335313,25622,805,175,298 +Sierra Leone,335314,56447,805,175,298 +Sierra Leone,335911,3420,805,175,298 +Sierra Leone,335912,2550,805,175,298 +Sierra Leone,335929,4700,805,175,298 +Sierra Leone,335931,38411,805,175,298 +Sierra Leone,335991,3908,805,175,298 +Sierra Leone,335999,51513,805,175,298 +Sierra Leone,336111,11556854,805,175,298 +Sierra Leone,336120,724751,805,175,298 +Sierra Leone,336211,888600,805,175,298 +Sierra Leone,336212,158560,805,175,298 +Sierra Leone,336214,53692,805,175,298 +Sierra Leone,336322,156504,805,175,298 +Sierra Leone,336350,28362,805,175,298 +Sierra Leone,336399,513017,805,175,298 +Sierra Leone,336412,2534,805,175,298 +Sierra Leone,336415,4394,805,175,298 +Sierra Leone,336510,33722,805,175,298 +Sierra Leone,336611,480070,805,175,298 +Sierra Leone,336612,22000,805,175,298 +Sierra Leone,336991,60348,805,175,298 +Sierra Leone,337124,422980,805,175,298 +Sierra Leone,337127,258517,805,175,298 +Sierra Leone,337211,7000,805,175,298 +Sierra Leone,337215,37000,805,175,298 +Sierra Leone,337910,3000,805,175,298 +Sierra Leone,339112,41105,805,175,298 +Sierra Leone,339113,605004,805,175,298 +Sierra Leone,339912,9488,805,175,298 +Sierra Leone,339913,7284,805,175,298 +Sierra Leone,339920,159804,805,175,298 +Sierra Leone,339932,10925,805,175,298 +Sierra Leone,339941,3183,805,175,298 +Sierra Leone,339942,2511,805,175,298 +Sierra Leone,339991,6770,805,175,298 +Sierra Leone,339999,4024,805,175,298 +Sierra Leone,511210,20589,805,175,298 +Sierra Leone,910000,102163,805,175,298 +Sierra Leone,920000,3986880,805,175,298 +Sierra Leone,990000,4557942,805,175,298 +Singapore,111110,964248,808,176,299 +Singapore,111120,394705,808,176,299 +Singapore,111130,469924,808,176,299 +Singapore,111140,14633755,808,176,299 +Singapore,111150,457777,808,176,299 +Singapore,111199,1526326,808,176,299 +Singapore,111211,2790372,808,176,299 +Singapore,111219,6972020,808,176,299 +Singapore,111310,13044874,808,176,299 +Singapore,111320,534479,808,176,299 +Singapore,111331,6381747,808,176,299 +Singapore,111332,13613593,808,176,299 +Singapore,111333,988778,808,176,299 +Singapore,111334,1268291,808,176,299 +Singapore,111335,9056257,808,176,299 +Singapore,111339,7153394,808,176,299 +Singapore,111421,545590,808,176,299 +Singapore,111422,14121,808,176,299 +Singapore,111910,1120766,808,176,299 +Singapore,111920,2274650,808,176,299 +Singapore,111940,426417,808,176,299 +Singapore,111998,1483334,808,176,299 +Singapore,112111,6495,808,176,299 +Singapore,112210,3200,808,176,299 +Singapore,112310,18393,808,176,299 +Singapore,112420,7723,808,176,299 +Singapore,112511,134925,808,176,299 +Singapore,112512,36704,808,176,299 +Singapore,112910,143229,808,176,299 +Singapore,112920,714754,808,176,299 +Singapore,112930,33362,808,176,299 +Singapore,112990,791080,808,176,299 +Singapore,113210,3284405,808,176,299 +Singapore,113310,465286,808,176,299 +Singapore,114111,4688802,808,176,299 +Singapore,114112,7564610,808,176,299 +Singapore,114119,99972,808,176,299 +Singapore,211111,4155,808,176,299 +Singapore,211112,868720,808,176,299 +Singapore,212112,5971814,808,176,299 +Singapore,212113,4518,808,176,299 +Singapore,212210,31000,808,176,299 +Singapore,212221,2757,808,176,299 +Singapore,212222,2683,808,176,299 +Singapore,212231,225520,808,176,299 +Singapore,212234,213338,808,176,299 +Singapore,212291,3120,808,176,299 +Singapore,212299,146655,808,176,299 +Singapore,212311,339814,808,176,299 +Singapore,212322,2043097,808,176,299 +Singapore,212324,649296,808,176,299 +Singapore,212325,3321559,808,176,299 +Singapore,212391,135931,808,176,299 +Singapore,212393,300652,808,176,299 +Singapore,212399,2628907,808,176,299 +Singapore,311111,7298682,808,176,299 +Singapore,311119,7962370,808,176,299 +Singapore,311211,1114317,808,176,299 +Singapore,311212,6360116,808,176,299 +Singapore,311221,6524289,808,176,299 +Singapore,311222,7899409,808,176,299 +Singapore,311223,1300142,808,176,299 +Singapore,311225,15238535,808,176,299 +Singapore,311230,2958256,808,176,299 +Singapore,311311,1409125,808,176,299 +Singapore,311320,20080767,808,176,299 +Singapore,311340,4457553,808,176,299 +Singapore,311411,20265854,808,176,299 +Singapore,311421,21290354,808,176,299 +Singapore,311422,695790,808,176,299 +Singapore,311423,6815662,808,176,299 +Singapore,311511,1341149,808,176,299 +Singapore,311512,911012,808,176,299 +Singapore,311513,3665475,808,176,299 +Singapore,311514,37263034,808,176,299 +Singapore,311520,1740837,808,176,299 +Singapore,311611,52956128,808,176,299 +Singapore,311613,380224,808,176,299 +Singapore,311615,42481660,808,176,299 +Singapore,311711,2349224,808,176,299 +Singapore,311811,3446708,808,176,299 +Singapore,311822,2847144,808,176,299 +Singapore,311823,11791,808,176,299 +Singapore,311911,1703207,808,176,299 +Singapore,311919,10482405,808,176,299 +Singapore,311920,19880292,808,176,299 +Singapore,311930,3943764,808,176,299 +Singapore,311941,4696961,808,176,299 +Singapore,311942,1670012,808,176,299 +Singapore,311999,41450243,808,176,299 +Singapore,312111,1679855,808,176,299 +Singapore,312112,203972,808,176,299 +Singapore,312113,157732,808,176,299 +Singapore,312120,1133129,808,176,299 +Singapore,312130,10248453,808,176,299 +Singapore,312140,14058914,808,176,299 +Singapore,312221,44000,808,176,299 +Singapore,312229,216728,808,176,299 +Singapore,313111,144687,808,176,299 +Singapore,313113,3.00E+05,808,176,299 +Singapore,313210,8157979,808,176,299 +Singapore,313221,5941109,808,176,299 +Singapore,313230,9439073,808,176,299 +Singapore,313249,1139783,808,176,299 +Singapore,313312,84801,808,176,299 +Singapore,313320,4720877,808,176,299 +Singapore,314110,9452612,808,176,299 +Singapore,314121,108370,808,176,299 +Singapore,314129,2819850,808,176,299 +Singapore,314911,135061,808,176,299 +Singapore,314912,619601,808,176,299 +Singapore,314991,4300493,808,176,299 +Singapore,314992,58994,808,176,299 +Singapore,314999,11929138,808,176,299 +Singapore,315111,1200804,808,176,299 +Singapore,315221,319383,808,176,299 +Singapore,315222,161649,808,176,299 +Singapore,315223,2728254,808,176,299 +Singapore,315224,735480,808,176,299 +Singapore,315228,1340666,808,176,299 +Singapore,315231,1232742,808,176,299 +Singapore,315232,1983222,808,176,299 +Singapore,315233,2901513,808,176,299 +Singapore,315234,695094,808,176,299 +Singapore,315239,8813553,808,176,299 +Singapore,315291,407699,808,176,299 +Singapore,315292,700612,808,176,299 +Singapore,315991,261118,808,176,299 +Singapore,315992,1380814,808,176,299 +Singapore,315993,22667,808,176,299 +Singapore,315999,5768775,808,176,299 +Singapore,316110,695363,808,176,299 +Singapore,316211,230106,808,176,299 +Singapore,316212,19267,808,176,299 +Singapore,316213,3322793,808,176,299 +Singapore,316214,651084,808,176,299 +Singapore,316219,2351151,808,176,299 +Singapore,316991,6532682,808,176,299 +Singapore,316992,9314050,808,176,299 +Singapore,316993,1452759,808,176,299 +Singapore,316999,287552,808,176,299 +Singapore,321113,2472530,808,176,299 +Singapore,321114,53703,808,176,299 +Singapore,321211,921804,808,176,299 +Singapore,321212,254619,808,176,299 +Singapore,321213,2026485,808,176,299 +Singapore,321219,171452,808,176,299 +Singapore,321911,37351,808,176,299 +Singapore,321918,1233777,808,176,299 +Singapore,321920,503841,808,176,299 +Singapore,321992,20913,808,176,299 +Singapore,321999,1988980,808,176,299 +Singapore,322110,3590712,808,176,299 +Singapore,322121,14491478,808,176,299 +Singapore,322122,122488,808,176,299 +Singapore,322130,34608546,808,176,299 +Singapore,322211,1913326,808,176,299 +Singapore,322212,259239,808,176,299 +Singapore,322213,288141,808,176,299 +Singapore,322214,180448,808,176,299 +Singapore,322215,3012873,808,176,299 +Singapore,322222,84400630,808,176,299 +Singapore,322223,5612512,808,176,299 +Singapore,322224,416360,808,176,299 +Singapore,322232,6480,808,176,299 +Singapore,322233,129332,808,176,299 +Singapore,322291,1908174,808,176,299 +Singapore,322299,2096129,808,176,299 +Singapore,323116,31296,808,176,299 +Singapore,323117,59006343,808,176,299 +Singapore,323118,3222230,808,176,299 +Singapore,323119,33834568,808,176,299 +Singapore,323122,462105,808,176,299 +Singapore,324110,3380303415,808,176,299 +Singapore,324121,535017,808,176,299 +Singapore,324122,511003,808,176,299 +Singapore,325110,11573472,808,176,299 +Singapore,325120,9200311,808,176,299 +Singapore,325131,87653650,808,176,299 +Singapore,325132,6617527,808,176,299 +Singapore,325181,3603701,808,176,299 +Singapore,325182,2833356,808,176,299 +Singapore,325188,192317999,808,176,299 +Singapore,325191,1479825,808,176,299 +Singapore,325192,12289974,808,176,299 +Singapore,325193,11854248,808,176,299 +Singapore,325199,1008200902,808,176,299 +Singapore,325211,981668345,808,176,299 +Singapore,325212,44525101,808,176,299 +Singapore,325221,10313843,808,176,299 +Singapore,325222,5230833,808,176,299 +Singapore,325311,1074925,808,176,299 +Singapore,325312,3234347,808,176,299 +Singapore,325320,9970545,808,176,299 +Singapore,325411,51561211,808,176,299 +Singapore,325412,208810328,808,176,299 +Singapore,325414,26097083,808,176,299 +Singapore,325510,33554373,808,176,299 +Singapore,325520,31027670,808,176,299 +Singapore,325611,33640655,808,176,299 +Singapore,325612,49837496,808,176,299 +Singapore,325613,92838259,808,176,299 +Singapore,325620,125358860,808,176,299 +Singapore,325910,111411141,808,176,299 +Singapore,325920,13334506,808,176,299 +Singapore,325992,69485206,808,176,299 +Singapore,325998,397934605,808,176,299 +Singapore,326113,95021181,808,176,299 +Singapore,326121,2754782,808,176,299 +Singapore,326122,8896821,808,176,299 +Singapore,326160,4015730,808,176,299 +Singapore,326191,1245243,808,176,299 +Singapore,326192,3497795,808,176,299 +Singapore,326199,95335841,808,176,299 +Singapore,326211,29314972,808,176,299 +Singapore,326212,6295,808,176,299 +Singapore,326220,31173546,808,176,299 +Singapore,326299,23288820,808,176,299 +Singapore,327111,273626,808,176,299 +Singapore,327112,27429613,808,176,299 +Singapore,327113,2755099,808,176,299 +Singapore,327121,82651,808,176,299 +Singapore,327122,395641,808,176,299 +Singapore,327123,23288,808,176,299 +Singapore,327124,1480496,808,176,299 +Singapore,327125,2038359,808,176,299 +Singapore,327211,3456292,808,176,299 +Singapore,327212,24578215,808,176,299 +Singapore,327213,793557,808,176,299 +Singapore,327215,15474747,808,176,299 +Singapore,327310,433631,808,176,299 +Singapore,327320,13287,808,176,299 +Singapore,327331,76503,808,176,299 +Singapore,327390,1954116,808,176,299 +Singapore,327410,49170,808,176,299 +Singapore,327420,978181,808,176,299 +Singapore,327910,25095797,808,176,299 +Singapore,327991,173644,808,176,299 +Singapore,327992,5764106,808,176,299 +Singapore,327993,3316471,808,176,299 +Singapore,327999,12578244,808,176,299 +Singapore,331111,165334653,808,176,299 +Singapore,331112,659982,808,176,299 +Singapore,331222,1429408,808,176,299 +Singapore,331311,1530877,808,176,299 +Singapore,331312,2848868,808,176,299 +Singapore,331314,45075,808,176,299 +Singapore,331315,17955659,808,176,299 +Singapore,331316,2117315,808,176,299 +Singapore,331319,3192460,808,176,299 +Singapore,331411,2267520,808,176,299 +Singapore,331419,170362306,808,176,299 +Singapore,331421,8707858,808,176,299 +Singapore,331422,10256099,808,176,299 +Singapore,331491,120616732,808,176,299 +Singapore,331492,13966694,808,176,299 +Singapore,331511,4683354,808,176,299 +Singapore,332115,4828425,808,176,299 +Singapore,332211,2297526,808,176,299 +Singapore,332212,33095782,808,176,299 +Singapore,332213,9914380,808,176,299 +Singapore,332214,448328,808,176,299 +Singapore,332311,9546122,808,176,299 +Singapore,332312,17672005,808,176,299 +Singapore,332321,1698459,808,176,299 +Singapore,332322,1359839,808,176,299 +Singapore,332323,165145,808,176,299 +Singapore,332410,23250637,808,176,299 +Singapore,332420,18873100,808,176,299 +Singapore,332431,8696,808,176,299 +Singapore,332439,1996322,808,176,299 +Singapore,332510,24636458,808,176,299 +Singapore,332611,6605344,808,176,299 +Singapore,332618,21386662,808,176,299 +Singapore,332722,68475253,808,176,299 +Singapore,332911,214303275,808,176,299 +Singapore,332912,26485925,808,176,299 +Singapore,332913,1428328,808,176,299 +Singapore,332919,61674389,808,176,299 +Singapore,332991,78412697,808,176,299 +Singapore,332992,65274959,808,176,299 +Singapore,332994,4440094,808,176,299 +Singapore,332995,33255158,808,176,299 +Singapore,332997,28753,808,176,299 +Singapore,332998,1572861,808,176,299 +Singapore,332999,117490714,808,176,299 +Singapore,333111,48497166,808,176,299 +Singapore,333120,298559913,808,176,299 +Singapore,333131,123424614,808,176,299 +Singapore,333132,832011204,808,176,299 +Singapore,333210,359501,808,176,299 +Singapore,333220,23977662,808,176,299 +Singapore,333291,6049441,808,176,299 +Singapore,333292,7513351,808,176,299 +Singapore,333293,13128501,808,176,299 +Singapore,333294,6306361,808,176,299 +Singapore,333295,943836621,808,176,299 +Singapore,333298,7693679,808,176,299 +Singapore,333311,1857638,808,176,299 +Singapore,333313,30562816,808,176,299 +Singapore,333314,395120335,808,176,299 +Singapore,333315,26549952,808,176,299 +Singapore,333319,12983144,808,176,299 +Singapore,333411,22959404,808,176,299 +Singapore,333412,12488246,808,176,299 +Singapore,333414,7391122,808,176,299 +Singapore,333415,65314093,808,176,299 +Singapore,333511,6251762,808,176,299 +Singapore,333512,45355967,808,176,299 +Singapore,333513,33462073,808,176,299 +Singapore,333514,7380800,808,176,299 +Singapore,333515,85863614,808,176,299 +Singapore,333516,117403,808,176,299 +Singapore,333611,211510940,808,176,299 +Singapore,333612,38293905,808,176,299 +Singapore,333613,49685005,808,176,299 +Singapore,333618,264718978,808,176,299 +Singapore,333911,146201449,808,176,299 +Singapore,333912,91194558,808,176,299 +Singapore,333913,7996034,808,176,299 +Singapore,333921,1209773,808,176,299 +Singapore,333922,6298961,808,176,299 +Singapore,333923,49852077,808,176,299 +Singapore,333924,27497891,808,176,299 +Singapore,333991,10939990,808,176,299 +Singapore,333992,38759558,808,176,299 +Singapore,333993,9533034,808,176,299 +Singapore,333994,29766853,808,176,299 +Singapore,333995,17273759,808,176,299 +Singapore,333996,58025544,808,176,299 +Singapore,333997,2180969,808,176,299 +Singapore,333999,690857863,808,176,299 +Singapore,334111,239528513,808,176,299 +Singapore,334112,126507458,808,176,299 +Singapore,334119,937931625,808,176,299 +Singapore,334210,25871945,808,176,299 +Singapore,334220,612408064,808,176,299 +Singapore,334290,18603014,808,176,299 +Singapore,334310,110291719,808,176,299 +Singapore,334411,7238012,808,176,299 +Singapore,334412,47689849,808,176,299 +Singapore,334413,3162171960,808,176,299 +Singapore,334414,47184920,808,176,299 +Singapore,334415,30452359,808,176,299 +Singapore,334416,18539289,808,176,299 +Singapore,334417,156422578,808,176,299 +Singapore,334418,9770421,808,176,299 +Singapore,334419,159310806,808,176,299 +Singapore,334510,228951795,808,176,299 +Singapore,334511,69451862,808,176,299 +Singapore,334512,7064153,808,176,299 +Singapore,334513,182353525,808,176,299 +Singapore,334514,3721088,808,176,299 +Singapore,334515,317470226,808,176,299 +Singapore,334516,274184721,808,176,299 +Singapore,334517,60921288,808,176,299 +Singapore,334518,10353744,808,176,299 +Singapore,334519,186198636,808,176,299 +Singapore,334612,2104763,808,176,299 +Singapore,334613,21877803,808,176,299 +Singapore,335110,20019327,808,176,299 +Singapore,335121,709096,808,176,299 +Singapore,335129,16362037,808,176,299 +Singapore,335211,8151874,808,176,299 +Singapore,335212,8822166,808,176,299 +Singapore,335221,1343705,808,176,299 +Singapore,335222,4157959,808,176,299 +Singapore,335224,2201886,808,176,299 +Singapore,335228,17249948,808,176,299 +Singapore,335311,8464909,808,176,299 +Singapore,335312,171363252,808,176,299 +Singapore,335313,44254901,808,176,299 +Singapore,335314,113323173,808,176,299 +Singapore,335911,29400349,808,176,299 +Singapore,335912,44631044,808,176,299 +Singapore,335921,6572416,808,176,299 +Singapore,335929,67178836,808,176,299 +Singapore,335931,59459271,808,176,299 +Singapore,335932,5070305,808,176,299 +Singapore,335991,28759989,808,176,299 +Singapore,335999,113946181,808,176,299 +Singapore,336111,9552853,808,176,299 +Singapore,336120,8800793,808,176,299 +Singapore,336211,278865,808,176,299 +Singapore,336212,895492,808,176,299 +Singapore,336214,3465371,808,176,299 +Singapore,336311,34250944,808,176,299 +Singapore,336321,3313708,808,176,299 +Singapore,336322,40192846,808,176,299 +Singapore,336330,1453299,808,176,299 +Singapore,336340,10249129,808,176,299 +Singapore,336350,11655834,808,176,299 +Singapore,336360,3616545,808,176,299 +Singapore,336370,361936,808,176,299 +Singapore,336391,1358662,808,176,299 +Singapore,336399,100638412,808,176,299 +Singapore,336411,332820021,808,176,299 +Singapore,336412,75036425,808,176,299 +Singapore,336413,233367064,808,176,299 +Singapore,336415,36565,808,176,299 +Singapore,336419,5527033,808,176,299 +Singapore,336510,2630887,808,176,299 +Singapore,336611,18531283,808,176,299 +Singapore,336612,11898433,808,176,299 +Singapore,336991,19028066,808,176,299 +Singapore,336992,6692824,808,176,299 +Singapore,337121,751701,808,176,299 +Singapore,337124,735901,808,176,299 +Singapore,337127,16557562,808,176,299 +Singapore,337129,72422,808,176,299 +Singapore,337211,321832,808,176,299 +Singapore,337214,1860459,808,176,299 +Singapore,337215,8831084,808,176,299 +Singapore,337910,2851819,808,176,299 +Singapore,337920,73548,808,176,299 +Singapore,339112,147179136,808,176,299 +Singapore,339113,95679457,808,176,299 +Singapore,339114,7069620,808,176,299 +Singapore,339115,102193953,808,176,299 +Singapore,339911,123863593,808,176,299 +Singapore,339912,146158,808,176,299 +Singapore,339913,38593112,808,176,299 +Singapore,339914,3660241,808,176,299 +Singapore,339920,36999815,808,176,299 +Singapore,339932,36103447,808,176,299 +Singapore,339941,1180027,808,176,299 +Singapore,339942,835232,808,176,299 +Singapore,339943,150034,808,176,299 +Singapore,339944,12264138,808,176,299 +Singapore,339950,5644287,808,176,299 +Singapore,339991,99912701,808,176,299 +Singapore,339992,8983714,808,176,299 +Singapore,339993,4905491,808,176,299 +Singapore,339994,5450464,808,176,299 +Singapore,339999,47012575,808,176,299 +Singapore,511210,6000911,808,176,299 +Singapore,910000,5920619,808,176,299 +Singapore,920000,112164146,808,176,299 +Singapore,990000,1527710019,808,176,299 +Slovakia,111421,4343,804,178,301 +Slovakia,111422,6776,804,178,301 +Slovakia,112111,140065,804,178,301 +Slovakia,113210,312380,804,178,301 +Slovakia,114111,5196,804,178,301 +Slovakia,212112,44922258,804,178,301 +Slovakia,212221,17145,804,178,301 +Slovakia,212311,2609,804,178,301 +Slovakia,212322,6350,804,178,301 +Slovakia,212399,6552,804,178,301 +Slovakia,311211,3278,804,178,301 +Slovakia,311212,163112,804,178,301 +Slovakia,311222,523826,804,178,301 +Slovakia,311320,39919,804,178,301 +Slovakia,311340,86284,804,178,301 +Slovakia,311421,368233,804,178,301 +Slovakia,311423,879374,804,178,301 +Slovakia,311514,54283,804,178,301 +Slovakia,311811,9078,804,178,301 +Slovakia,311920,1903422,804,178,301 +Slovakia,311999,128929,804,178,301 +Slovakia,312111,28800,804,178,301 +Slovakia,312112,12506,804,178,301 +Slovakia,312113,17765,804,178,301 +Slovakia,312140,405019,804,178,301 +Slovakia,312229,40142,804,178,301 +Slovakia,313111,4310,804,178,301 +Slovakia,313113,2650,804,178,301 +Slovakia,313210,37329,804,178,301 +Slovakia,313221,229178,804,178,301 +Slovakia,313230,161811,804,178,301 +Slovakia,313249,1485785,804,178,301 +Slovakia,313320,135651,804,178,301 +Slovakia,314110,2700,804,178,301 +Slovakia,314129,75505,804,178,301 +Slovakia,314911,2910,804,178,301 +Slovakia,314991,74732,804,178,301 +Slovakia,314992,7820,804,178,301 +Slovakia,314999,44779,804,178,301 +Slovakia,315223,20029,804,178,301 +Slovakia,315224,6531,804,178,301 +Slovakia,315228,37811,804,178,301 +Slovakia,315232,6089,804,178,301 +Slovakia,315233,25537,804,178,301 +Slovakia,315234,3458,804,178,301 +Slovakia,315239,17193,804,178,301 +Slovakia,315292,10864,804,178,301 +Slovakia,315992,8337,804,178,301 +Slovakia,315999,111477,804,178,301 +Slovakia,316214,4257,804,178,301 +Slovakia,316991,29684,804,178,301 +Slovakia,316992,13180,804,178,301 +Slovakia,316999,8880,804,178,301 +Slovakia,321113,88824,804,178,301 +Slovakia,321211,1704051,804,178,301 +Slovakia,321213,73211,804,178,301 +Slovakia,321219,8000,804,178,301 +Slovakia,321920,58147,804,178,301 +Slovakia,321999,9046,804,178,301 +Slovakia,322110,8011042,804,178,301 +Slovakia,322222,510793,804,178,301 +Slovakia,322223,23105,804,178,301 +Slovakia,322299,33942,804,178,301 +Slovakia,323117,388631,804,178,301 +Slovakia,323118,21777,804,178,301 +Slovakia,323119,258131,804,178,301 +Slovakia,324110,8538,804,178,301 +Slovakia,324122,2690,804,178,301 +Slovakia,325120,2889,804,178,301 +Slovakia,325131,4383,804,178,301 +Slovakia,325181,2630,804,178,301 +Slovakia,325188,1837643,804,178,301 +Slovakia,325191,545293,804,178,301 +Slovakia,325199,715895,804,178,301 +Slovakia,325211,222109,804,178,301 +Slovakia,325212,16548,804,178,301 +Slovakia,325222,5267,804,178,301 +Slovakia,325312,13456,804,178,301 +Slovakia,325320,2754308,804,178,301 +Slovakia,325411,623249,804,178,301 +Slovakia,325412,594599,804,178,301 +Slovakia,325414,151985,804,178,301 +Slovakia,325510,208897,804,178,301 +Slovakia,325520,163383,804,178,301 +Slovakia,325611,92153,804,178,301 +Slovakia,325612,13329,804,178,301 +Slovakia,325613,20437,804,178,301 +Slovakia,325620,1205753,804,178,301 +Slovakia,325910,34398,804,178,301 +Slovakia,325920,3248,804,178,301 +Slovakia,325998,79530,804,178,301 +Slovakia,326113,653609,804,178,301 +Slovakia,326121,96744,804,178,301 +Slovakia,326122,25900,804,178,301 +Slovakia,326191,26166,804,178,301 +Slovakia,326199,1221325,804,178,301 +Slovakia,326220,463165,804,178,301 +Slovakia,326299,701053,804,178,301 +Slovakia,327124,7669,804,178,301 +Slovakia,327125,661559,804,178,301 +Slovakia,327211,218959,804,178,301 +Slovakia,327212,598111,804,178,301 +Slovakia,327213,20675,804,178,301 +Slovakia,327215,7770059,804,178,301 +Slovakia,327420,31931,804,178,301 +Slovakia,327910,9627,804,178,301 +Slovakia,327992,14086,804,178,301 +Slovakia,327993,291075,804,178,301 +Slovakia,331111,2285606,804,178,301 +Slovakia,331222,23846,804,178,301 +Slovakia,331315,8162,804,178,301 +Slovakia,331319,15230,804,178,301 +Slovakia,331419,21361,804,178,301 +Slovakia,331421,81469,804,178,301 +Slovakia,331422,51644,804,178,301 +Slovakia,331491,276841,804,178,301 +Slovakia,331511,279467,804,178,301 +Slovakia,332115,15045,804,178,301 +Slovakia,332211,62980,804,178,301 +Slovakia,332212,558859,804,178,301 +Slovakia,332213,139917,804,178,301 +Slovakia,332312,547131,804,178,301 +Slovakia,332321,129592,804,178,301 +Slovakia,332322,1506074,804,178,301 +Slovakia,332410,93005,804,178,301 +Slovakia,332420,50174,804,178,301 +Slovakia,332439,47912,804,178,301 +Slovakia,332510,74018,804,178,301 +Slovakia,332611,21132,804,178,301 +Slovakia,332618,24000,804,178,301 +Slovakia,332722,352892,804,178,301 +Slovakia,332911,809717,804,178,301 +Slovakia,332912,192238,804,178,301 +Slovakia,332919,24626,804,178,301 +Slovakia,332991,267489,804,178,301 +Slovakia,332992,195303,804,178,301 +Slovakia,332994,104881,804,178,301 +Slovakia,332997,3345,804,178,301 +Slovakia,332998,10879,804,178,301 +Slovakia,332999,930095,804,178,301 +Slovakia,333111,7313999,804,178,301 +Slovakia,333120,253094,804,178,301 +Slovakia,333131,19683,804,178,301 +Slovakia,333132,10725,804,178,301 +Slovakia,333210,115680,804,178,301 +Slovakia,333220,303526,804,178,301 +Slovakia,333291,3641,804,178,301 +Slovakia,333292,9159,804,178,301 +Slovakia,333293,3286768,804,178,301 +Slovakia,333294,716848,804,178,301 +Slovakia,333295,566504,804,178,301 +Slovakia,333298,205544,804,178,301 +Slovakia,333311,9240,804,178,301 +Slovakia,333313,913097,804,178,301 +Slovakia,333314,3240713,804,178,301 +Slovakia,333315,270444,804,178,301 +Slovakia,333319,144046,804,178,301 +Slovakia,333411,610964,804,178,301 +Slovakia,333412,95591,804,178,301 +Slovakia,333414,33571,804,178,301 +Slovakia,333415,1061522,804,178,301 +Slovakia,333511,147763,804,178,301 +Slovakia,333512,1951142,804,178,301 +Slovakia,333513,1946423,804,178,301 +Slovakia,333514,125020,804,178,301 +Slovakia,333515,131029,804,178,301 +Slovakia,333612,65534,804,178,301 +Slovakia,333613,741249,804,178,301 +Slovakia,333618,9777010,804,178,301 +Slovakia,333911,735523,804,178,301 +Slovakia,333912,592116,804,178,301 +Slovakia,333922,7933232,804,178,301 +Slovakia,333923,37427,804,178,301 +Slovakia,333924,108453,804,178,301 +Slovakia,333991,2529380,804,178,301 +Slovakia,333992,167365,804,178,301 +Slovakia,333993,266633,804,178,301 +Slovakia,333994,844970,804,178,301 +Slovakia,333995,3027,804,178,301 +Slovakia,333996,4300782,804,178,301 +Slovakia,333997,200060,804,178,301 +Slovakia,333999,4068623,804,178,301 +Slovakia,334111,1382152,804,178,301 +Slovakia,334112,560524,804,178,301 +Slovakia,334119,5595657,804,178,301 +Slovakia,334210,142303,804,178,301 +Slovakia,334220,4160973,804,178,301 +Slovakia,334290,83199,804,178,301 +Slovakia,334310,1718376,804,178,301 +Slovakia,334411,14276,804,178,301 +Slovakia,334412,642288,804,178,301 +Slovakia,334413,3371300,804,178,301 +Slovakia,334414,171836,804,178,301 +Slovakia,334415,110489,804,178,301 +Slovakia,334416,93603,804,178,301 +Slovakia,334417,1988881,804,178,301 +Slovakia,334418,24783,804,178,301 +Slovakia,334419,5001833,804,178,301 +Slovakia,334510,5310942,804,178,301 +Slovakia,334511,318384,804,178,301 +Slovakia,334512,4556,804,178,301 +Slovakia,334513,1704960,804,178,301 +Slovakia,334514,391537,804,178,301 +Slovakia,334515,2739259,804,178,301 +Slovakia,334516,3518632,804,178,301 +Slovakia,334517,2547160,804,178,301 +Slovakia,334518,24223,804,178,301 +Slovakia,334519,1688839,804,178,301 +Slovakia,334612,92892,804,178,301 +Slovakia,334613,488461,804,178,301 +Slovakia,335110,6650,804,178,301 +Slovakia,335129,266999,804,178,301 +Slovakia,335211,138783,804,178,301 +Slovakia,335224,18810,804,178,301 +Slovakia,335228,14447,804,178,301 +Slovakia,335311,10525,804,178,301 +Slovakia,335312,382993,804,178,301 +Slovakia,335313,1118966,804,178,301 +Slovakia,335314,1088189,804,178,301 +Slovakia,335911,6121,804,178,301 +Slovakia,335912,4766,804,178,301 +Slovakia,335921,158922,804,178,301 +Slovakia,335929,967252,804,178,301 +Slovakia,335931,639611,804,178,301 +Slovakia,335991,130987,804,178,301 +Slovakia,335999,3169732,804,178,301 +Slovakia,336111,2502807,804,178,301 +Slovakia,336120,249000,804,178,301 +Slovakia,336214,121473,804,178,301 +Slovakia,336311,28220,804,178,301 +Slovakia,336321,133359,804,178,301 +Slovakia,336322,6210,804,178,301 +Slovakia,336330,39868,804,178,301 +Slovakia,336340,239548,804,178,301 +Slovakia,336350,9235,804,178,301 +Slovakia,336370,412783,804,178,301 +Slovakia,336399,1365398,804,178,301 +Slovakia,336413,23000,804,178,301 +Slovakia,336612,230140,804,178,301 +Slovakia,336991,1426213,804,178,301 +Slovakia,336992,92000,804,178,301 +Slovakia,337124,6450,804,178,301 +Slovakia,337127,1101175,804,178,301 +Slovakia,337211,9914,804,178,301 +Slovakia,337214,4253,804,178,301 +Slovakia,337215,15386,804,178,301 +Slovakia,337910,17399,804,178,301 +Slovakia,339112,2782147,804,178,301 +Slovakia,339113,2559069,804,178,301 +Slovakia,339114,465558,804,178,301 +Slovakia,339115,96355,804,178,301 +Slovakia,339911,264871,804,178,301 +Slovakia,339913,17454,804,178,301 +Slovakia,339914,8992,804,178,301 +Slovakia,339920,602124,804,178,301 +Slovakia,339932,262935,804,178,301 +Slovakia,339941,18101,804,178,301 +Slovakia,339944,30839,804,178,301 +Slovakia,339991,2085507,804,178,301 +Slovakia,339992,218367,804,178,301 +Slovakia,339993,98694,804,178,301 +Slovakia,339994,3520,804,178,301 +Slovakia,339999,311811,804,178,301 +Slovakia,511210,76627,804,178,301 +Slovakia,910000,48958,804,178,301 +Slovakia,920000,469209,804,178,301 +Slovakia,990000,15057492,804,178,301 +Slovenia,111199,31786,804,179,302 +Slovenia,111219,9973,804,179,302 +Slovenia,111332,10000,804,179,302 +Slovenia,111335,92400,804,179,302 +Slovenia,111339,142745,804,179,302 +Slovenia,111422,8842,804,179,302 +Slovenia,112111,66938,804,179,302 +Slovenia,112920,13500,804,179,302 +Slovenia,112990,29393,804,179,302 +Slovenia,113210,56119,804,179,302 +Slovenia,113310,1340206,804,179,302 +Slovenia,114111,25800,804,179,302 +Slovenia,114119,39540,804,179,302 +Slovenia,212112,61772030,804,179,302 +Slovenia,212299,939130,804,179,302 +Slovenia,212311,10698,804,179,302 +Slovenia,212393,7098,804,179,302 +Slovenia,212399,31042,804,179,302 +Slovenia,311111,117279,804,179,302 +Slovenia,311119,282231,804,179,302 +Slovenia,311222,6726665,804,179,302 +Slovenia,311223,2601,804,179,302 +Slovenia,311225,266997,804,179,302 +Slovenia,311320,29022,804,179,302 +Slovenia,311421,72747,804,179,302 +Slovenia,311513,15430,804,179,302 +Slovenia,311611,77967,804,179,302 +Slovenia,311613,27487,804,179,302 +Slovenia,311811,6737,804,179,302 +Slovenia,311920,35580,804,179,302 +Slovenia,311941,5943,804,179,302 +Slovenia,311942,10847,804,179,302 +Slovenia,311999,2499177,804,179,302 +Slovenia,312112,19820,804,179,302 +Slovenia,312130,48155,804,179,302 +Slovenia,312140,3964294,804,179,302 +Slovenia,313111,395241,804,179,302 +Slovenia,313113,673316,804,179,302 +Slovenia,313210,147802,804,179,302 +Slovenia,313221,60933,804,179,302 +Slovenia,313230,515277,804,179,302 +Slovenia,313312,20724,804,179,302 +Slovenia,313320,437097,804,179,302 +Slovenia,314110,310699,804,179,302 +Slovenia,314991,419910,804,179,302 +Slovenia,314992,87422,804,179,302 +Slovenia,314999,273730,804,179,302 +Slovenia,315223,51297,804,179,302 +Slovenia,315228,21247,804,179,302 +Slovenia,315231,2655,804,179,302 +Slovenia,315232,14312,804,179,302 +Slovenia,315233,5441,804,179,302 +Slovenia,315239,6481,804,179,302 +Slovenia,315291,43472,804,179,302 +Slovenia,315292,16274,804,179,302 +Slovenia,315991,6109,804,179,302 +Slovenia,315992,14401,804,179,302 +Slovenia,315999,27230,804,179,302 +Slovenia,316213,3971,804,179,302 +Slovenia,316219,9553,804,179,302 +Slovenia,316991,24223,804,179,302 +Slovenia,321113,763017,804,179,302 +Slovenia,321211,588005,804,179,302 +Slovenia,321999,15260,804,179,302 +Slovenia,322110,1170802,804,179,302 +Slovenia,322121,88589,804,179,302 +Slovenia,322130,50412,804,179,302 +Slovenia,322212,5000,804,179,302 +Slovenia,322222,93886,804,179,302 +Slovenia,322299,8713,804,179,302 +Slovenia,323117,214078,804,179,302 +Slovenia,323118,3500,804,179,302 +Slovenia,323119,128450,804,179,302 +Slovenia,324110,11468528,804,179,302 +Slovenia,324121,74075,804,179,302 +Slovenia,325131,20500,804,179,302 +Slovenia,325132,47650,804,179,302 +Slovenia,325181,4853,804,179,302 +Slovenia,325182,84274,804,179,302 +Slovenia,325188,613322,804,179,302 +Slovenia,325191,66342,804,179,302 +Slovenia,325192,111984,804,179,302 +Slovenia,325193,38500,804,179,302 +Slovenia,325199,2856188,804,179,302 +Slovenia,325211,4769300,804,179,302 +Slovenia,325212,18983191,804,179,302 +Slovenia,325222,1254342,804,179,302 +Slovenia,325320,8148,804,179,302 +Slovenia,325411,2480973,804,179,302 +Slovenia,325412,756112,804,179,302 +Slovenia,325414,158742,804,179,302 +Slovenia,325510,271558,804,179,302 +Slovenia,325520,87375,804,179,302 +Slovenia,325611,150023,804,179,302 +Slovenia,325612,79897,804,179,302 +Slovenia,325613,99702,804,179,302 +Slovenia,325620,2950147,804,179,302 +Slovenia,325910,4997,804,179,302 +Slovenia,325992,48681,804,179,302 +Slovenia,325998,1275485,804,179,302 +Slovenia,326113,231702,804,179,302 +Slovenia,326121,59513,804,179,302 +Slovenia,326122,11947,804,179,302 +Slovenia,326160,392514,804,179,302 +Slovenia,326192,97920,804,179,302 +Slovenia,326199,1158844,804,179,302 +Slovenia,326211,9832,804,179,302 +Slovenia,326220,1268867,804,179,302 +Slovenia,326299,755360,804,179,302 +Slovenia,327112,684349,804,179,302 +Slovenia,327124,3504,804,179,302 +Slovenia,327211,26622,804,179,302 +Slovenia,327212,399783,804,179,302 +Slovenia,327215,279259,804,179,302 +Slovenia,327420,11908,804,179,302 +Slovenia,327910,228448,804,179,302 +Slovenia,327993,75347,804,179,302 +Slovenia,327999,31427,804,179,302 +Slovenia,331111,1314904,804,179,302 +Slovenia,331222,47076,804,179,302 +Slovenia,331315,44751,804,179,302 +Slovenia,331316,237385,804,179,302 +Slovenia,331319,3566,804,179,302 +Slovenia,331411,23740,804,179,302 +Slovenia,331419,75200,804,179,302 +Slovenia,331421,25306,804,179,302 +Slovenia,331422,1117784,804,179,302 +Slovenia,331491,4120698,804,179,302 +Slovenia,331511,91397,804,179,302 +Slovenia,332211,22655,804,179,302 +Slovenia,332212,609728,804,179,302 +Slovenia,332213,49600,804,179,302 +Slovenia,332311,46474,804,179,302 +Slovenia,332410,333066,804,179,302 +Slovenia,332420,159500,804,179,302 +Slovenia,332439,4464,804,179,302 +Slovenia,332510,98661,804,179,302 +Slovenia,332611,49327,804,179,302 +Slovenia,332618,287748,804,179,302 +Slovenia,332722,1146420,804,179,302 +Slovenia,332911,823869,804,179,302 +Slovenia,332912,229801,804,179,302 +Slovenia,332913,4550,804,179,302 +Slovenia,332919,1078790,804,179,302 +Slovenia,332991,72210,804,179,302 +Slovenia,332992,7847,804,179,302 +Slovenia,332994,81196,804,179,302 +Slovenia,332999,941295,804,179,302 +Slovenia,333111,1552387,804,179,302 +Slovenia,333120,99605,804,179,302 +Slovenia,333131,24542,804,179,302 +Slovenia,333132,45659,804,179,302 +Slovenia,333210,1014738,804,179,302 +Slovenia,333220,839890,804,179,302 +Slovenia,333292,597313,804,179,302 +Slovenia,333293,38701,804,179,302 +Slovenia,333294,7350,804,179,302 +Slovenia,333295,317500,804,179,302 +Slovenia,333298,280961,804,179,302 +Slovenia,333311,29443,804,179,302 +Slovenia,333313,186457,804,179,302 +Slovenia,333314,1840612,804,179,302 +Slovenia,333315,213300,804,179,302 +Slovenia,333319,207609,804,179,302 +Slovenia,333411,99660,804,179,302 +Slovenia,333412,5502,804,179,302 +Slovenia,333415,1035727,804,179,302 +Slovenia,333511,63662,804,179,302 +Slovenia,333512,351182,804,179,302 +Slovenia,333513,981033,804,179,302 +Slovenia,333514,150053,804,179,302 +Slovenia,333515,326250,804,179,302 +Slovenia,333611,415492,804,179,302 +Slovenia,333612,797030,804,179,302 +Slovenia,333613,425503,804,179,302 +Slovenia,333618,883147,804,179,302 +Slovenia,333911,766882,804,179,302 +Slovenia,333912,41416,804,179,302 +Slovenia,333913,22953,804,179,302 +Slovenia,333922,18453,804,179,302 +Slovenia,333923,34000,804,179,302 +Slovenia,333924,6000,804,179,302 +Slovenia,333991,136936,804,179,302 +Slovenia,333992,59580,804,179,302 +Slovenia,333993,48958,804,179,302 +Slovenia,333994,187269,804,179,302 +Slovenia,333995,267560,804,179,302 +Slovenia,333996,112195,804,179,302 +Slovenia,333997,25654,804,179,302 +Slovenia,333999,58997857,804,179,302 +Slovenia,334111,2936326,804,179,302 +Slovenia,334112,967228,804,179,302 +Slovenia,334119,4022173,804,179,302 +Slovenia,334210,335392,804,179,302 +Slovenia,334220,9466522,804,179,302 +Slovenia,334290,159524,804,179,302 +Slovenia,334310,1049837,804,179,302 +Slovenia,334411,281344,804,179,302 +Slovenia,334412,54307,804,179,302 +Slovenia,334413,4194478,804,179,302 +Slovenia,334414,47730,804,179,302 +Slovenia,334415,33478,804,179,302 +Slovenia,334416,47583,804,179,302 +Slovenia,334417,727904,804,179,302 +Slovenia,334418,50786,804,179,302 +Slovenia,334419,1034385,804,179,302 +Slovenia,334510,5228452,804,179,302 +Slovenia,334511,357991,804,179,302 +Slovenia,334513,531034,804,179,302 +Slovenia,334514,21002,804,179,302 +Slovenia,334515,3008506,804,179,302 +Slovenia,334516,3485553,804,179,302 +Slovenia,334517,509802,804,179,302 +Slovenia,334518,250811,804,179,302 +Slovenia,334519,1432587,804,179,302 +Slovenia,334612,728992,804,179,302 +Slovenia,334613,142229,804,179,302 +Slovenia,335110,32848,804,179,302 +Slovenia,335121,3356,804,179,302 +Slovenia,335129,274867,804,179,302 +Slovenia,335211,219146,804,179,302 +Slovenia,335212,58756,804,179,302 +Slovenia,335221,6502,804,179,302 +Slovenia,335228,24560,804,179,302 +Slovenia,335311,165911,804,179,302 +Slovenia,335312,12269317,804,179,302 +Slovenia,335313,524791,804,179,302 +Slovenia,335314,1274459,804,179,302 +Slovenia,335911,18225,804,179,302 +Slovenia,335912,20600,804,179,302 +Slovenia,335929,363143,804,179,302 +Slovenia,335931,167129,804,179,302 +Slovenia,335932,335369,804,179,302 +Slovenia,335991,1785434,804,179,302 +Slovenia,335999,1476446,804,179,302 +Slovenia,336111,1780931,804,179,302 +Slovenia,336214,3000,804,179,302 +Slovenia,336311,1013254,804,179,302 +Slovenia,336321,30729,804,179,302 +Slovenia,336322,350609,804,179,302 +Slovenia,336330,2625,804,179,302 +Slovenia,336340,18180,804,179,302 +Slovenia,336370,876996,804,179,302 +Slovenia,336399,250233,804,179,302 +Slovenia,336413,186860,804,179,302 +Slovenia,336510,172614,804,179,302 +Slovenia,336612,942925,804,179,302 +Slovenia,336991,194255,804,179,302 +Slovenia,337127,269916,804,179,302 +Slovenia,337214,15309,804,179,302 +Slovenia,337215,20052,804,179,302 +Slovenia,339112,5629442,804,179,302 +Slovenia,339113,1494619,804,179,302 +Slovenia,339114,215744,804,179,302 +Slovenia,339115,3220118,804,179,302 +Slovenia,339911,6000,804,179,302 +Slovenia,339914,184643,804,179,302 +Slovenia,339920,253996,804,179,302 +Slovenia,339932,187391,804,179,302 +Slovenia,339941,14100,804,179,302 +Slovenia,339942,8630,804,179,302 +Slovenia,339943,6619,804,179,302 +Slovenia,339944,153079,804,179,302 +Slovenia,339950,10213,804,179,302 +Slovenia,339991,316164,804,179,302 +Slovenia,339992,815453,804,179,302 +Slovenia,339993,14620,804,179,302 +Slovenia,339994,53611,804,179,302 +Slovenia,339999,2577208,804,179,302 +Slovenia,511210,85721,804,179,302 +Slovenia,910000,1860833,804,179,302 +Slovenia,920000,52570,804,179,302 +Slovenia,990000,15225881,804,179,302 +Solomon Islands,114111,90000,808,180,303 +Solomon Islands,114119,24670,808,180,303 +Solomon Islands,311212,397255,808,180,303 +Solomon Islands,311930,18946,808,180,303 +Solomon Islands,312120,32214,808,180,303 +Solomon Islands,322121,3859,808,180,303 +Solomon Islands,325191,65372,808,180,303 +Solomon Islands,325199,54522,808,180,303 +Solomon Islands,326113,5490,808,180,303 +Solomon Islands,326199,15685,808,180,303 +Solomon Islands,332420,39780,808,180,303 +Solomon Islands,332994,3304,808,180,303 +Solomon Islands,333120,35000,808,180,303 +Solomon Islands,333298,3834,808,180,303 +Solomon Islands,333314,87800,808,180,303 +Solomon Islands,333415,4839,808,180,303 +Solomon Islands,333618,7130,808,180,303 +Solomon Islands,333911,83698,808,180,303 +Solomon Islands,333924,5707,808,180,303 +Solomon Islands,333999,2750,808,180,303 +Solomon Islands,334111,10041,808,180,303 +Solomon Islands,334220,565900,808,180,303 +Solomon Islands,334310,3800,808,180,303 +Solomon Islands,334515,3240,808,180,303 +Solomon Islands,334519,264800,808,180,303 +Solomon Islands,335999,4191,808,180,303 +Solomon Islands,339112,44275,808,180,303 +Solomon Islands,339113,12633,808,180,303 +Solomon Islands,339993,18206,808,180,303 +Solomon Islands,910000,31580,808,180,303 +Solomon Islands,990000,1248406,808,180,303 +Somalia,313210,18933,805,181,304 +Somalia,322222,4180,805,181,304 +Somalia,325412,2780,805,181,304 +Somalia,326199,522200,805,181,304 +Somalia,332212,12833,805,181,304 +Somalia,332323,12833,805,181,304 +Somalia,332420,195804,805,181,304 +Somalia,333314,44850,805,181,304 +Somalia,333315,33395,805,181,304 +Somalia,334119,10380,805,181,304 +Somalia,334210,80000,805,181,304 +Somalia,334220,48181,805,181,304 +Somalia,334290,67460,805,181,304 +Somalia,334310,30000,805,181,304 +Somalia,334413,12008,805,181,304 +Somalia,334418,26600,805,181,304 +Somalia,334419,13620,805,181,304 +Somalia,334515,56183,805,181,304 +Somalia,334519,4744,805,181,304 +Somalia,335314,7000,805,181,304 +Somalia,335929,4264,805,181,304 +Somalia,335931,2560,805,181,304 +Somalia,336399,4018,805,181,304 +Somalia,920000,21000,805,181,304 +Somalia,990000,222053,805,181,304 +South Africa,111110,20818,805,182,305 +South Africa,111120,121700,805,182,305 +South Africa,111130,4503838,805,182,305 +South Africa,111140,108234423,805,182,305 +South Africa,111150,7913532,805,182,305 +South Africa,111199,6207820,805,182,305 +South Africa,111211,3692,805,182,305 +South Africa,111219,5987820,805,182,305 +South Africa,111331,746990,805,182,305 +South Africa,111334,208184,805,182,305 +South Africa,111335,8685588,805,182,305 +South Africa,111339,292639,805,182,305 +South Africa,111421,338612,805,182,305 +South Africa,111422,670369,805,182,305 +South Africa,111910,2555461,805,182,305 +South Africa,111930,6696,805,182,305 +South Africa,111998,2178050,805,182,305 +South Africa,112111,1480653,805,182,305 +South Africa,112310,5046996,805,182,305 +South Africa,112420,2884587,805,182,305 +South Africa,112511,32626,805,182,305 +South Africa,112920,873400,805,182,305 +South Africa,112930,5255,805,182,305 +South Africa,112990,51758,805,182,305 +South Africa,113210,864437,805,182,305 +South Africa,113310,1630820,805,182,305 +South Africa,114111,2324998,805,182,305 +South Africa,114112,1023611,805,182,305 +South Africa,114119,297748,805,182,305 +South Africa,211112,184690,805,182,305 +South Africa,212112,21594080,805,182,305 +South Africa,212113,26471,805,182,305 +South Africa,212234,816337,805,182,305 +South Africa,212299,10403665,805,182,305 +South Africa,212311,6101,805,182,305 +South Africa,212322,60534,805,182,305 +South Africa,212324,2823047,805,182,305 +South Africa,212325,2619433,805,182,305 +South Africa,212392,22176,805,182,305 +South Africa,212393,88018,805,182,305 +South Africa,212399,1761767,805,182,305 +South Africa,311111,1279717,805,182,305 +South Africa,311119,5262807,805,182,305 +South Africa,311211,1739539,805,182,305 +South Africa,311212,1403780,805,182,305 +South Africa,311221,12545099,805,182,305 +South Africa,311222,9259094,805,182,305 +South Africa,311223,6316585,805,182,305 +South Africa,311225,893137,805,182,305 +South Africa,311230,1991782,805,182,305 +South Africa,311311,280444,805,182,305 +South Africa,311320,1581836,805,182,305 +South Africa,311340,674374,805,182,305 +South Africa,311411,2541814,805,182,305 +South Africa,311421,1590785,805,182,305 +South Africa,311422,86196,805,182,305 +South Africa,311423,653410,805,182,305 +South Africa,311511,36080,805,182,305 +South Africa,311512,873784,805,182,305 +South Africa,311513,2255551,805,182,305 +South Africa,311514,16893951,805,182,305 +South Africa,311611,574647,805,182,305 +South Africa,311613,4554208,805,182,305 +South Africa,311615,14699803,805,182,305 +South Africa,311711,2034038,805,182,305 +South Africa,311811,509928,805,182,305 +South Africa,311822,1188143,805,182,305 +South Africa,311911,882624,805,182,305 +South Africa,311919,110000,805,182,305 +South Africa,311920,2472876,805,182,305 +South Africa,311930,1450801,805,182,305 +South Africa,311941,3493351,805,182,305 +South Africa,311942,207712,805,182,305 +South Africa,311999,16837646,805,182,305 +South Africa,312111,5421011,805,182,305 +South Africa,312112,42524,805,182,305 +South Africa,312113,17164,805,182,305 +South Africa,312120,1048320,805,182,305 +South Africa,312130,1287378,805,182,305 +South Africa,312140,15263619,805,182,305 +South Africa,312221,4488,805,182,305 +South Africa,312229,719099,805,182,305 +South Africa,313111,248444,805,182,305 +South Africa,313113,148569,805,182,305 +South Africa,313210,7628893,805,182,305 +South Africa,313221,1643981,805,182,305 +South Africa,313230,5412468,805,182,305 +South Africa,313249,1249302,805,182,305 +South Africa,313312,2027489,805,182,305 +South Africa,313320,1074511,805,182,305 +South Africa,314110,1618129,805,182,305 +South Africa,314121,2581,805,182,305 +South Africa,314129,639588,805,182,305 +South Africa,314911,543294,805,182,305 +South Africa,314912,256781,805,182,305 +South Africa,314991,386508,805,182,305 +South Africa,314992,1035274,805,182,305 +South Africa,314999,5294434,805,182,305 +South Africa,315111,290136,805,182,305 +South Africa,315221,250977,805,182,305 +South Africa,315222,49622,805,182,305 +South Africa,315223,551642,805,182,305 +South Africa,315224,292789,805,182,305 +South Africa,315228,522237,805,182,305 +South Africa,315231,305332,805,182,305 +South Africa,315232,115778,805,182,305 +South Africa,315233,507795,805,182,305 +South Africa,315234,146305,805,182,305 +South Africa,315239,304060,805,182,305 +South Africa,315291,8144,805,182,305 +South Africa,315292,334106,805,182,305 +South Africa,315991,95448,805,182,305 +South Africa,315992,297226,805,182,305 +South Africa,315999,1394643,805,182,305 +South Africa,316110,253225,805,182,305 +South Africa,316211,129908,805,182,305 +South Africa,316212,2952,805,182,305 +South Africa,316213,430101,805,182,305 +South Africa,316214,269710,805,182,305 +South Africa,316219,1221973,805,182,305 +South Africa,316991,957680,805,182,305 +South Africa,316992,62800,805,182,305 +South Africa,316993,157514,805,182,305 +South Africa,316999,466641,805,182,305 +South Africa,321113,6349539,805,182,305 +South Africa,321114,163870,805,182,305 +South Africa,321211,2165234,805,182,305 +South Africa,321212,29894,805,182,305 +South Africa,321213,762493,805,182,305 +South Africa,321219,70266,805,182,305 +South Africa,321911,103490,805,182,305 +South Africa,321918,260750,805,182,305 +South Africa,321920,1413964,805,182,305 +South Africa,321999,511058,805,182,305 +South Africa,322110,23550033,805,182,305 +South Africa,322121,16815128,805,182,305 +South Africa,322122,554913,805,182,305 +South Africa,322130,28788712,805,182,305 +South Africa,322211,205261,805,182,305 +South Africa,322212,555032,805,182,305 +South Africa,322213,115609,805,182,305 +South Africa,322215,475832,805,182,305 +South Africa,322222,16953389,805,182,305 +South Africa,322223,887059,805,182,305 +South Africa,322233,27669,805,182,305 +South Africa,322291,2090100,805,182,305 +South Africa,322299,1621048,805,182,305 +South Africa,323117,29793894,805,182,305 +South Africa,323118,567109,805,182,305 +South Africa,323119,11737018,805,182,305 +South Africa,323122,255473,805,182,305 +South Africa,324110,215694214,805,182,305 +South Africa,324121,20330,805,182,305 +South Africa,324122,300618,805,182,305 +South Africa,325110,392688,805,182,305 +South Africa,325120,2533697,805,182,305 +South Africa,325131,9857606,805,182,305 +South Africa,325132,2229132,805,182,305 +South Africa,325181,19078137,805,182,305 +South Africa,325182,1341739,805,182,305 +South Africa,325188,41264626,805,182,305 +South Africa,325191,3842395,805,182,305 +South Africa,325192,76123478,805,182,305 +South Africa,325193,1178654,805,182,305 +South Africa,325199,191396180,805,182,305 +South Africa,325211,67220481,805,182,305 +South Africa,325212,17009839,805,182,305 +South Africa,325221,539829,805,182,305 +South Africa,325222,1578975,805,182,305 +South Africa,325311,332901,805,182,305 +South Africa,325312,4038310,805,182,305 +South Africa,325320,57294087,805,182,305 +South Africa,325411,7511167,805,182,305 +South Africa,325412,59840081,805,182,305 +South Africa,325414,25899909,805,182,305 +South Africa,325510,6155151,805,182,305 +South Africa,325520,7766919,805,182,305 +South Africa,325611,8060922,805,182,305 +South Africa,325612,3715738,805,182,305 +South Africa,325613,23536311,805,182,305 +South Africa,325620,51115114,805,182,305 +South Africa,325910,1597893,805,182,305 +South Africa,325920,4912831,805,182,305 +South Africa,325992,3257852,805,182,305 +South Africa,325998,57618003,805,182,305 +South Africa,326113,14605410,805,182,305 +South Africa,326121,639742,805,182,305 +South Africa,326122,9772172,805,182,305 +South Africa,326160,1117484,805,182,305 +South Africa,326191,253773,805,182,305 +South Africa,326192,358269,805,182,305 +South Africa,326199,31553770,805,182,305 +South Africa,326211,50560531,805,182,305 +South Africa,326212,306422,805,182,305 +South Africa,326220,8863015,805,182,305 +South Africa,326299,5729647,805,182,305 +South Africa,327111,19700,805,182,305 +South Africa,327112,39462270,805,182,305 +South Africa,327113,832872,805,182,305 +South Africa,327123,15766,805,182,305 +South Africa,327124,544072,805,182,305 +South Africa,327125,5118547,805,182,305 +South Africa,327211,3290342,805,182,305 +South Africa,327212,2425273,805,182,305 +South Africa,327213,264303,805,182,305 +South Africa,327215,4673861,805,182,305 +South Africa,327310,13775,805,182,305 +South Africa,327320,11397,805,182,305 +South Africa,327390,38670,805,182,305 +South Africa,327420,71666,805,182,305 +South Africa,327910,4584165,805,182,305 +South Africa,327991,39455,805,182,305 +South Africa,327992,3246210,805,182,305 +South Africa,327993,9511019,805,182,305 +South Africa,327999,2390607,805,182,305 +South Africa,331111,12097089,805,182,305 +South Africa,331222,1436433,805,182,305 +South Africa,331311,3709653,805,182,305 +South Africa,331312,79657,805,182,305 +South Africa,331314,789747,805,182,305 +South Africa,331315,1400032,805,182,305 +South Africa,331316,1036341,805,182,305 +South Africa,331319,644613,805,182,305 +South Africa,331411,797924,805,182,305 +South Africa,331419,382723027,805,182,305 +South Africa,331421,1031242,805,182,305 +South Africa,331422,2297359,805,182,305 +South Africa,331491,6492721,805,182,305 +South Africa,331492,703122,805,182,305 +South Africa,331511,11469564,805,182,305 +South Africa,332115,590237,805,182,305 +South Africa,332211,1545063,805,182,305 +South Africa,332212,8438960,805,182,305 +South Africa,332213,723630,805,182,305 +South Africa,332214,77614,805,182,305 +South Africa,332311,2063023,805,182,305 +South Africa,332312,2142878,805,182,305 +South Africa,332321,673450,805,182,305 +South Africa,332322,765438,805,182,305 +South Africa,332410,7096420,805,182,305 +South Africa,332420,1558269,805,182,305 +South Africa,332431,395146,805,182,305 +South Africa,332439,4581002,805,182,305 +South Africa,332510,7579865,805,182,305 +South Africa,332611,1618622,805,182,305 +South Africa,332618,3707786,805,182,305 +South Africa,332722,13746380,805,182,305 +South Africa,332911,25993572,805,182,305 +South Africa,332912,8680398,805,182,305 +South Africa,332913,590075,805,182,305 +South Africa,332919,7341303,805,182,305 +South Africa,332991,30737113,805,182,305 +South Africa,332992,1905766,805,182,305 +South Africa,332994,3556324,805,182,305 +South Africa,332995,23525,805,182,305 +South Africa,332997,11888,805,182,305 +South Africa,332998,750939,805,182,305 +South Africa,332999,11183278,805,182,305 +South Africa,333111,133465228,805,182,305 +South Africa,333120,396305205,805,182,305 +South Africa,333131,100838874,805,182,305 +South Africa,333132,29734455,805,182,305 +South Africa,333210,1691253,805,182,305 +South Africa,333220,8829505,805,182,305 +South Africa,333291,4669903,805,182,305 +South Africa,333292,4388467,805,182,305 +South Africa,333293,7335321,805,182,305 +South Africa,333294,12100049,805,182,305 +South Africa,333295,1410698,805,182,305 +South Africa,333298,5587220,805,182,305 +South Africa,333311,1134367,805,182,305 +South Africa,333313,8046905,805,182,305 +South Africa,333314,7816348,805,182,305 +South Africa,333315,3623104,805,182,305 +South Africa,333319,8653381,805,182,305 +South Africa,333411,13841861,805,182,305 +South Africa,333412,1442617,805,182,305 +South Africa,333414,938058,805,182,305 +South Africa,333415,18156777,805,182,305 +South Africa,333511,1221701,805,182,305 +South Africa,333512,47850951,805,182,305 +South Africa,333513,17671729,805,182,305 +South Africa,333514,3864296,805,182,305 +South Africa,333515,9603095,805,182,305 +South Africa,333516,222053,805,182,305 +South Africa,333611,41677450,805,182,305 +South Africa,333612,12032232,805,182,305 +South Africa,333613,12723039,805,182,305 +South Africa,333618,91172990,805,182,305 +South Africa,333911,25270895,805,182,305 +South Africa,333912,17895956,805,182,305 +South Africa,333913,1389043,805,182,305 +South Africa,333921,208944,805,182,305 +South Africa,333922,13208879,805,182,305 +South Africa,333923,10373938,805,182,305 +South Africa,333924,12168941,805,182,305 +South Africa,333991,3410750,805,182,305 +South Africa,333992,14907480,805,182,305 +South Africa,333993,6224112,805,182,305 +South Africa,333994,4016711,805,182,305 +South Africa,333995,4980959,805,182,305 +South Africa,333996,11159813,805,182,305 +South Africa,333997,694682,805,182,305 +South Africa,333999,113812779,805,182,305 +South Africa,334111,36461979,805,182,305 +South Africa,334112,7545843,805,182,305 +South Africa,334119,61430682,805,182,305 +South Africa,334210,3650641,805,182,305 +South Africa,334220,103944710,805,182,305 +South Africa,334290,7712930,805,182,305 +South Africa,334310,17728595,805,182,305 +South Africa,334411,605147,805,182,305 +South Africa,334412,566156,805,182,305 +South Africa,334413,13707965,805,182,305 +South Africa,334414,1503173,805,182,305 +South Africa,334415,906479,805,182,305 +South Africa,334416,1262472,805,182,305 +South Africa,334417,9411821,805,182,305 +South Africa,334418,2378834,805,182,305 +South Africa,334419,31640862,805,182,305 +South Africa,334510,47672808,805,182,305 +South Africa,334511,10795538,805,182,305 +South Africa,334512,919337,805,182,305 +South Africa,334513,19959576,805,182,305 +South Africa,334514,2565655,805,182,305 +South Africa,334515,23874507,805,182,305 +South Africa,334516,39236029,805,182,305 +South Africa,334517,14488818,805,182,305 +South Africa,334518,1218883,805,182,305 +South Africa,334519,21244898,805,182,305 +South Africa,334612,2919417,805,182,305 +South Africa,334613,1851108,805,182,305 +South Africa,335110,1701656,805,182,305 +South Africa,335121,113319,805,182,305 +South Africa,335129,4593413,805,182,305 +South Africa,335211,3552254,805,182,305 +South Africa,335212,1520143,805,182,305 +South Africa,335221,3521833,805,182,305 +South Africa,335222,789550,805,182,305 +South Africa,335224,9238746,805,182,305 +South Africa,335228,2202298,805,182,305 +South Africa,335311,3935822,805,182,305 +South Africa,335312,24316692,805,182,305 +South Africa,335313,7594174,805,182,305 +South Africa,335314,32196933,805,182,305 +South Africa,335911,13537515,805,182,305 +South Africa,335912,1377955,805,182,305 +South Africa,335921,899517,805,182,305 +South Africa,335929,6104356,805,182,305 +South Africa,335931,5193687,805,182,305 +South Africa,335932,297991,805,182,305 +South Africa,335991,14144164,805,182,305 +South Africa,335999,14357834,805,182,305 +South Africa,336111,211015190,805,182,305 +South Africa,336120,109775138,805,182,305 +South Africa,336211,5036586,805,182,305 +South Africa,336212,251333,805,182,305 +South Africa,336214,6199143,805,182,305 +South Africa,336311,17150281,805,182,305 +South Africa,336321,5237905,805,182,305 +South Africa,336322,9364039,805,182,305 +South Africa,336330,3598414,805,182,305 +South Africa,336340,4245248,805,182,305 +South Africa,336350,16380035,805,182,305 +South Africa,336360,1506142,805,182,305 +South Africa,336370,408205,805,182,305 +South Africa,336391,443727,805,182,305 +South Africa,336399,99252303,805,182,305 +South Africa,336411,365926,805,182,305 +South Africa,336412,7794560,805,182,305 +South Africa,336413,16657778,805,182,305 +South Africa,336415,2611,805,182,305 +South Africa,336419,17680,805,182,305 +South Africa,336510,35926619,805,182,305 +South Africa,336611,18850,805,182,305 +South Africa,336612,9088615,805,182,305 +South Africa,336991,25487621,805,182,305 +South Africa,336992,6637431,805,182,305 +South Africa,337110,57826,805,182,305 +South Africa,337124,165048,805,182,305 +South Africa,337127,9069091,805,182,305 +South Africa,337214,791803,805,182,305 +South Africa,337215,1322213,805,182,305 +South Africa,337910,143138,805,182,305 +South Africa,337920,35919,805,182,305 +South Africa,339112,67330087,805,182,305 +South Africa,339113,40498442,805,182,305 +South Africa,339114,6781494,805,182,305 +South Africa,339115,5220281,805,182,305 +South Africa,339911,10162834,805,182,305 +South Africa,339912,236936,805,182,305 +South Africa,339913,55560723,805,182,305 +South Africa,339914,785131,805,182,305 +South Africa,339920,18134530,805,182,305 +South Africa,339932,3622457,805,182,305 +South Africa,339941,103954,805,182,305 +South Africa,339942,85905,805,182,305 +South Africa,339943,520034,805,182,305 +South Africa,339944,6274796,805,182,305 +South Africa,339950,91985,805,182,305 +South Africa,339991,15734746,805,182,305 +South Africa,339992,2907629,805,182,305 +South Africa,339993,2900256,805,182,305 +South Africa,339994,1381289,805,182,305 +South Africa,339999,37014037,805,182,305 +South Africa,511210,1837065,805,182,305 +South Africa,910000,29250013,805,182,305 +South Africa,920000,15974044,805,182,305 +South Africa,990000,270269763,805,182,305 +South Korea,111110,311944340,807,183,306 +South Korea,111120,865904,807,183,306 +South Korea,111130,3269721,807,183,306 +South Korea,111140,344598509,807,183,306 +South Korea,111150,1423805612,807,183,306 +South Korea,111199,6079528,807,183,306 +South Korea,111211,6222560,807,183,306 +South Korea,111219,8465409,807,183,306 +South Korea,111310,113607934,807,183,306 +South Korea,111320,21835846,807,183,306 +South Korea,111331,41165,807,183,306 +South Korea,111332,8525950,807,183,306 +South Korea,111334,4240990,807,183,306 +South Korea,111335,136651111,807,183,306 +South Korea,111339,43215933,807,183,306 +South Korea,111411,107704,807,183,306 +South Korea,111421,1261482,807,183,306 +South Korea,111422,2504411,807,183,306 +South Korea,111910,21702008,807,183,306 +South Korea,111920,176548737,807,183,306 +South Korea,111940,144770559,807,183,306 +South Korea,111991,2790,807,183,306 +South Korea,111992,871264,807,183,306 +South Korea,111998,62449995,807,183,306 +South Korea,112111,1403684,807,183,306 +South Korea,112210,828579,807,183,306 +South Korea,112310,4343587,807,183,306 +South Korea,112511,4146631,807,183,306 +South Korea,112910,1349098,807,183,306 +South Korea,112920,7488396,807,183,306 +South Korea,112930,31594486,807,183,306 +South Korea,112990,1145997,807,183,306 +South Korea,113210,16622624,807,183,306 +South Korea,113310,158723378,807,183,306 +South Korea,114111,266375078,807,183,306 +South Korea,114112,6261933,807,183,306 +South Korea,114119,726287,807,183,306 +South Korea,211111,68318957,807,183,306 +South Korea,211112,14808149,807,183,306 +South Korea,212112,535972877,807,183,306 +South Korea,212210,17500,807,183,306 +South Korea,212221,9097060,807,183,306 +South Korea,212222,42998624,807,183,306 +South Korea,212231,229496371,807,183,306 +South Korea,212234,23899760,807,183,306 +South Korea,212299,31243607,807,183,306 +South Korea,212311,1668972,807,183,306 +South Korea,212319,617583,807,183,306 +South Korea,212322,3060230,807,183,306 +South Korea,212324,26023981,807,183,306 +South Korea,212325,13545636,807,183,306 +South Korea,212392,351886,807,183,306 +South Korea,212393,765699,807,183,306 +South Korea,212399,4759367,807,183,306 +South Korea,311111,17549324,807,183,306 +South Korea,311119,66626454,807,183,306 +South Korea,311211,5147088,807,183,306 +South Korea,311212,73758123,807,183,306 +South Korea,311213,38890,807,183,306 +South Korea,311221,18800156,807,183,306 +South Korea,311222,163835169,807,183,306 +South Korea,311223,7641316,807,183,306 +South Korea,311225,5547575,807,183,306 +South Korea,311230,7622993,807,183,306 +South Korea,311311,13601442,807,183,306 +South Korea,311320,59730623,807,183,306 +South Korea,311340,10385621,807,183,306 +South Korea,311411,81583694,807,183,306 +South Korea,311421,82930047,807,183,306 +South Korea,311422,597509,807,183,306 +South Korea,311423,29394899,807,183,306 +South Korea,311511,794364,807,183,306 +South Korea,311512,9187507,807,183,306 +South Korea,311513,79182876,807,183,306 +South Korea,311514,41201837,807,183,306 +South Korea,311520,2074127,807,183,306 +South Korea,311611,1111990275,807,183,306 +South Korea,311613,41430743,807,183,306 +South Korea,311615,91845664,807,183,306 +South Korea,311711,26236080,807,183,306 +South Korea,311811,18691470,807,183,306 +South Korea,311822,6419275,807,183,306 +South Korea,311823,36109,807,183,306 +South Korea,311911,8533942,807,183,306 +South Korea,311919,10500963,807,183,306 +South Korea,311920,34435237,807,183,306 +South Korea,311930,8659110,807,183,306 +South Korea,311941,7692499,807,183,306 +South Korea,311942,6516041,807,183,306 +South Korea,311999,131896176,807,183,306 +South Korea,312111,3031843,807,183,306 +South Korea,312112,372923,807,183,306 +South Korea,312113,197705,807,183,306 +South Korea,312120,107460041,807,183,306 +South Korea,312130,13158389,807,183,306 +South Korea,312140,10432280,807,183,306 +South Korea,312221,347317,807,183,306 +South Korea,312229,248102,807,183,306 +South Korea,313111,1007666,807,183,306 +South Korea,313113,1316527,807,183,306 +South Korea,313210,8731437,807,183,306 +South Korea,313221,40548511,807,183,306 +South Korea,313230,29974865,807,183,306 +South Korea,313249,7643194,807,183,306 +South Korea,313312,90380,807,183,306 +South Korea,313320,9779295,807,183,306 +South Korea,314110,5333671,807,183,306 +South Korea,314121,1357114,807,183,306 +South Korea,314129,7310946,807,183,306 +South Korea,314911,636966,807,183,306 +South Korea,314912,614765,807,183,306 +South Korea,314991,5651651,807,183,306 +South Korea,314992,3041313,807,183,306 +South Korea,314999,21532909,807,183,306 +South Korea,315111,1806593,807,183,306 +South Korea,315221,2931005,807,183,306 +South Korea,315222,1241914,807,183,306 +South Korea,315223,6452395,807,183,306 +South Korea,315224,11830744,807,183,306 +South Korea,315228,9819683,807,183,306 +South Korea,315231,1411363,807,183,306 +South Korea,315232,4903640,807,183,306 +South Korea,315233,2403277,807,183,306 +South Korea,315234,13705032,807,183,306 +South Korea,315239,11741264,807,183,306 +South Korea,315291,6140350,807,183,306 +South Korea,315292,10442319,807,183,306 +South Korea,315991,1091878,807,183,306 +South Korea,315992,577169,807,183,306 +South Korea,315993,105866,807,183,306 +South Korea,315999,25258536,807,183,306 +South Korea,316110,23331508,807,183,306 +South Korea,316211,14377793,807,183,306 +South Korea,316212,57782,807,183,306 +South Korea,316213,5517903,807,183,306 +South Korea,316214,2297627,807,183,306 +South Korea,316219,30419958,807,183,306 +South Korea,316991,16092043,807,183,306 +South Korea,316992,31542930,807,183,306 +South Korea,316993,2881369,807,183,306 +South Korea,316999,6195668,807,183,306 +South Korea,321113,19168625,807,183,306 +South Korea,321114,66149,807,183,306 +South Korea,321211,1149375,807,183,306 +South Korea,321212,158031,807,183,306 +South Korea,321213,1149255,807,183,306 +South Korea,321219,4573085,807,183,306 +South Korea,321911,2112896,807,183,306 +South Korea,321918,2682465,807,183,306 +South Korea,321920,10180552,807,183,306 +South Korea,321991,177534,807,183,306 +South Korea,321992,520493,807,183,306 +South Korea,321999,3926051,807,183,306 +South Korea,322110,239943424,807,183,306 +South Korea,322121,38314282,807,183,306 +South Korea,322122,2844252,807,183,306 +South Korea,322130,172022594,807,183,306 +South Korea,322211,578143,807,183,306 +South Korea,322212,98710,807,183,306 +South Korea,322213,41601,807,183,306 +South Korea,322214,455741,807,183,306 +South Korea,322215,1200700,807,183,306 +South Korea,322222,66303650,807,183,306 +South Korea,322223,7181128,807,183,306 +South Korea,322224,2606,807,183,306 +South Korea,322232,21433,807,183,306 +South Korea,322233,214348,807,183,306 +South Korea,322291,8059784,807,183,306 +South Korea,322299,2830110,807,183,306 +South Korea,323116,19988,807,183,306 +South Korea,323117,50337517,807,183,306 +South Korea,323118,3562483,807,183,306 +South Korea,323119,25197038,807,183,306 +South Korea,323122,143819,807,183,306 +South Korea,324110,689147175,807,183,306 +South Korea,324121,1643308,807,183,306 +South Korea,324122,4219933,807,183,306 +South Korea,325110,46366980,807,183,306 +South Korea,325120,51749416,807,183,306 +South Korea,325131,108012521,807,183,306 +South Korea,325132,16144113,807,183,306 +South Korea,325181,37149387,807,183,306 +South Korea,325182,8416964,807,183,306 +South Korea,325188,703025170,807,183,306 +South Korea,325191,4230183,807,183,306 +South Korea,325192,597770465,807,183,306 +South Korea,325193,12535921,807,183,306 +South Korea,325199,1842098235,807,183,306 +South Korea,325211,742854889,807,183,306 +South Korea,325212,120705391,807,183,306 +South Korea,325221,86548311,807,183,306 +South Korea,325222,47720484,807,183,306 +South Korea,325311,1119945,807,183,306 +South Korea,325312,128996047,807,183,306 +South Korea,325320,31775075,807,183,306 +South Korea,325411,102840528,807,183,306 +South Korea,325412,452776053,807,183,306 +South Korea,325414,269364081,807,183,306 +South Korea,325510,54820868,807,183,306 +South Korea,325520,39794791,807,183,306 +South Korea,325611,103085836,807,183,306 +South Korea,325612,41980557,807,183,306 +South Korea,325613,53967171,807,183,306 +South Korea,325620,235275321,807,183,306 +South Korea,325910,8492516,807,183,306 +South Korea,325920,9932752,807,183,306 +South Korea,325992,34175621,807,183,306 +South Korea,325998,186041673,807,183,306 +South Korea,326113,109368201,807,183,306 +South Korea,326121,2478829,807,183,306 +South Korea,326122,27375586,807,183,306 +South Korea,326160,2672650,807,183,306 +South Korea,326191,551124,807,183,306 +South Korea,326192,835535,807,183,306 +South Korea,326199,115815895,807,183,306 +South Korea,326211,13033077,807,183,306 +South Korea,326212,292146,807,183,306 +South Korea,326220,21363415,807,183,306 +South Korea,326299,15767986,807,183,306 +South Korea,327111,863682,807,183,306 +South Korea,327112,29628124,807,183,306 +South Korea,327113,4394830,807,183,306 +South Korea,327121,175779,807,183,306 +South Korea,327122,183969,807,183,306 +South Korea,327123,938292,807,183,306 +South Korea,327124,3264604,807,183,306 +South Korea,327125,12904412,807,183,306 +South Korea,327211,28175678,807,183,306 +South Korea,327212,98231848,807,183,306 +South Korea,327213,428146,807,183,306 +South Korea,327215,55911427,807,183,306 +South Korea,327310,51249,807,183,306 +South Korea,327320,54162,807,183,306 +South Korea,327331,187649,807,183,306 +South Korea,327390,957683,807,183,306 +South Korea,327410,217638,807,183,306 +South Korea,327420,1509458,807,183,306 +South Korea,327910,39122192,807,183,306 +South Korea,327991,1585697,807,183,306 +South Korea,327992,9508419,807,183,306 +South Korea,327993,20576191,807,183,306 +South Korea,327999,34095155,807,183,306 +South Korea,331111,246439248,807,183,306 +South Korea,331112,4717444,807,183,306 +South Korea,331222,5810752,807,183,306 +South Korea,331311,14715020,807,183,306 +South Korea,331312,16523178,807,183,306 +South Korea,331314,129667,807,183,306 +South Korea,331315,75844360,807,183,306 +South Korea,331316,22077368,807,183,306 +South Korea,331319,3468695,807,183,306 +South Korea,331411,14047380,807,183,306 +South Korea,331419,522543217,807,183,306 +South Korea,331421,19413691,807,183,306 +South Korea,331422,14475952,807,183,306 +South Korea,331491,221218307,807,183,306 +South Korea,331492,43635561,807,183,306 +South Korea,331511,17082068,807,183,306 +South Korea,332115,725940,807,183,306 +South Korea,332211,3009148,807,183,306 +South Korea,332212,40540727,807,183,306 +South Korea,332213,3904029,807,183,306 +South Korea,332214,136063,807,183,306 +South Korea,332311,1575845,807,183,306 +South Korea,332312,11973783,807,183,306 +South Korea,332321,2235394,807,183,306 +South Korea,332322,5019388,807,183,306 +South Korea,332323,260201,807,183,306 +South Korea,332410,44813271,807,183,306 +South Korea,332420,19628195,807,183,306 +South Korea,332431,13894314,807,183,306 +South Korea,332439,5089260,807,183,306 +South Korea,332510,39835144,807,183,306 +South Korea,332611,4243494,807,183,306 +South Korea,332618,7878354,807,183,306 +South Korea,332722,53812200,807,183,306 +South Korea,332911,315391254,807,183,306 +South Korea,332912,31374252,807,183,306 +South Korea,332913,2871105,807,183,306 +South Korea,332919,36094665,807,183,306 +South Korea,332991,42584521,807,183,306 +South Korea,332992,347960104,807,183,306 +South Korea,332994,4173241,807,183,306 +South Korea,332995,234557409,807,183,306 +South Korea,332997,42247,807,183,306 +South Korea,332998,994334,807,183,306 +South Korea,332999,107799629,807,183,306 +South Korea,333111,83018947,807,183,306 +South Korea,333120,127949553,807,183,306 +South Korea,333131,13045581,807,183,306 +South Korea,333132,809342981,807,183,306 +South Korea,333210,4627745,807,183,306 +South Korea,333220,29160368,807,183,306 +South Korea,333291,8054388,807,183,306 +South Korea,333292,11431434,807,183,306 +South Korea,333293,21319219,807,183,306 +South Korea,333294,15038037,807,183,306 +South Korea,333295,2771033322,807,183,306 +South Korea,333298,11588747,807,183,306 +South Korea,333311,1002537,807,183,306 +South Korea,333313,24359354,807,183,306 +South Korea,333314,579208081,807,183,306 +South Korea,333315,19611133,807,183,306 +South Korea,333319,150648054,807,183,306 +South Korea,333411,25149812,807,183,306 +South Korea,333412,10317916,807,183,306 +South Korea,333414,14605443,807,183,306 +South Korea,333415,94762989,807,183,306 +South Korea,333511,4094159,807,183,306 +South Korea,333512,57963001,807,183,306 +South Korea,333513,34946602,807,183,306 +South Korea,333514,6710455,807,183,306 +South Korea,333515,20144669,807,183,306 +South Korea,333516,20468090,807,183,306 +South Korea,333611,305855210,807,183,306 +South Korea,333612,19797808,807,183,306 +South Korea,333613,27530640,807,183,306 +South Korea,333618,123610820,807,183,306 +South Korea,333911,155494825,807,183,306 +South Korea,333912,85669486,807,183,306 +South Korea,333913,20556908,807,183,306 +South Korea,333921,1327520,807,183,306 +South Korea,333922,10017945,807,183,306 +South Korea,333923,19208532,807,183,306 +South Korea,333924,26522620,807,183,306 +South Korea,333991,15834203,807,183,306 +South Korea,333992,36010276,807,183,306 +South Korea,333993,7303734,807,183,306 +South Korea,333994,42371555,807,183,306 +South Korea,333995,20587112,807,183,306 +South Korea,333996,39824296,807,183,306 +South Korea,333997,6149591,807,183,306 +South Korea,333999,565029322,807,183,306 +South Korea,334111,143099704,807,183,306 +South Korea,334112,69978107,807,183,306 +South Korea,334119,323369299,807,183,306 +South Korea,334210,10857300,807,183,306 +South Korea,334220,562765479,807,183,306 +South Korea,334290,9223421,807,183,306 +South Korea,334310,343513136,807,183,306 +South Korea,334411,19403373,807,183,306 +South Korea,334412,19968914,807,183,306 +South Korea,334413,2769655411,807,183,306 +South Korea,334414,18411850,807,183,306 +South Korea,334415,15778525,807,183,306 +South Korea,334416,15649231,807,183,306 +South Korea,334417,114161151,807,183,306 +South Korea,334418,11078643,807,183,306 +South Korea,334419,148224122,807,183,306 +South Korea,334510,222552429,807,183,306 +South Korea,334511,95794065,807,183,306 +South Korea,334512,7309244,807,183,306 +South Korea,334513,220594608,807,183,306 +South Korea,334514,5301453,807,183,306 +South Korea,334515,488651754,807,183,306 +South Korea,334516,283445299,807,183,306 +South Korea,334517,113600238,807,183,306 +South Korea,334518,14108842,807,183,306 +South Korea,334519,108221263,807,183,306 +South Korea,334612,6344850,807,183,306 +South Korea,334613,8442442,807,183,306 +South Korea,335110,15580640,807,183,306 +South Korea,335121,1049603,807,183,306 +South Korea,335129,29971865,807,183,306 +South Korea,335211,11914229,807,183,306 +South Korea,335212,5400380,807,183,306 +South Korea,335221,1796734,807,183,306 +South Korea,335222,9797182,807,183,306 +South Korea,335224,7778584,807,183,306 +South Korea,335228,44780647,807,183,306 +South Korea,335311,15227017,807,183,306 +South Korea,335312,114752978,807,183,306 +South Korea,335313,83647349,807,183,306 +South Korea,335314,79212119,807,183,306 +South Korea,335911,42092475,807,183,306 +South Korea,335912,12234842,807,183,306 +South Korea,335921,5532152,807,183,306 +South Korea,335929,83494529,807,183,306 +South Korea,335931,35614935,807,183,306 +South Korea,335932,4179029,807,183,306 +South Korea,335991,27040950,807,183,306 +South Korea,335999,201230540,807,183,306 +South Korea,336111,360204700,807,183,306 +South Korea,336120,38705921,807,183,306 +South Korea,336211,382429,807,183,306 +South Korea,336212,813010,807,183,306 +South Korea,336213,604679,807,183,306 +South Korea,336214,3456379,807,183,306 +South Korea,336311,12620067,807,183,306 +South Korea,336321,9071843,807,183,306 +South Korea,336322,44464169,807,183,306 +South Korea,336330,3117430,807,183,306 +South Korea,336340,34244809,807,183,306 +South Korea,336350,23435333,807,183,306 +South Korea,336360,2785097,807,183,306 +South Korea,336370,4006195,807,183,306 +South Korea,336391,1716771,807,183,306 +South Korea,336399,235483715,807,183,306 +South Korea,336411,246232868,807,183,306 +South Korea,336412,234807094,807,183,306 +South Korea,336413,465122103,807,183,306 +South Korea,336415,4887285,807,183,306 +South Korea,336419,105817346,807,183,306 +South Korea,336510,43812110,807,183,306 +South Korea,336611,15538604,807,183,306 +South Korea,336612,5949886,807,183,306 +South Korea,336991,28904334,807,183,306 +South Korea,336992,67667286,807,183,306 +South Korea,337110,41700,807,183,306 +South Korea,337121,305159,807,183,306 +South Korea,337124,1394789,807,183,306 +South Korea,337127,22287687,807,183,306 +South Korea,337129,23985,807,183,306 +South Korea,337211,469772,807,183,306 +South Korea,337214,1165538,807,183,306 +South Korea,337215,7563853,807,183,306 +South Korea,337910,1230151,807,183,306 +South Korea,337920,46310,807,183,306 +South Korea,339112,260936675,807,183,306 +South Korea,339113,184270876,807,183,306 +South Korea,339114,42964953,807,183,306 +South Korea,339115,50187726,807,183,306 +South Korea,339911,35384112,807,183,306 +South Korea,339912,136518,807,183,306 +South Korea,339913,24353887,807,183,306 +South Korea,339914,2321293,807,183,306 +South Korea,339920,97898478,807,183,306 +South Korea,339932,20641657,807,183,306 +South Korea,339941,1352807,807,183,306 +South Korea,339942,1118400,807,183,306 +South Korea,339943,189753,807,183,306 +South Korea,339944,353619,807,183,306 +South Korea,339950,426885,807,183,306 +South Korea,339991,71167099,807,183,306 +South Korea,339992,22779653,807,183,306 +South Korea,339993,5919646,807,183,306 +South Korea,339994,9002903,807,183,306 +South Korea,339999,26163124,807,183,306 +South Korea,511210,16376887,807,183,306 +South Korea,910000,1595611945,807,183,306 +South Korea,920000,176708514,807,183,306 +South Korea,990000,1080854220,807,183,306 +Spain,111110,348787214,804,185,308 +Spain,111120,32909036,804,185,308 +Spain,111130,33679012,804,185,308 +Spain,111140,70664096,804,185,308 +Spain,111150,20097788,804,185,308 +Spain,111199,38780365,804,185,308 +Spain,111211,7500,804,185,308 +Spain,111219,6716734,804,185,308 +Spain,111320,8706,804,185,308 +Spain,111335,328257581,804,185,308 +Spain,111339,805869,804,185,308 +Spain,111411,122944,804,185,308 +Spain,111421,5459290,804,185,308 +Spain,111422,268563,804,185,308 +Spain,111910,94296,804,185,308 +Spain,111920,1767850,804,185,308 +Spain,111992,4673229,804,185,308 +Spain,111998,7545479,804,185,308 +Spain,112111,3687978,804,185,308 +Spain,112310,260182,804,185,308 +Spain,112511,200402,804,185,308 +Spain,112920,31679,804,185,308 +Spain,112930,42498,804,185,308 +Spain,112990,954410,804,185,308 +Spain,113210,1555188,804,185,308 +Spain,113310,21305682,804,185,308 +Spain,114111,54475646,804,185,308 +Spain,114112,63027537,804,185,308 +Spain,211111,27858693,804,185,308 +Spain,211112,16304753,804,185,308 +Spain,212112,259625163,804,185,308 +Spain,212113,3000,804,185,308 +Spain,212210,25280345,804,185,308 +Spain,212221,37841,804,185,308 +Spain,212231,143281305,804,185,308 +Spain,212234,10392,804,185,308 +Spain,212299,3122971,804,185,308 +Spain,212311,242910,804,185,308 +Spain,212319,115796,804,185,308 +Spain,212322,314506,804,185,308 +Spain,212324,19601857,804,185,308 +Spain,212325,1802024,804,185,308 +Spain,212393,68175,804,185,308 +Spain,212399,1752518,804,185,308 +Spain,311111,84507,804,185,308 +Spain,311119,2456158,804,185,308 +Spain,311211,1422684,804,185,308 +Spain,311212,1140309,804,185,308 +Spain,311221,16465392,804,185,308 +Spain,311222,23558566,804,185,308 +Spain,311223,17358609,804,185,308 +Spain,311225,3132814,804,185,308 +Spain,311230,160145,804,185,308 +Spain,311311,4939246,804,185,308 +Spain,311320,1205405,804,185,308 +Spain,311340,258140,804,185,308 +Spain,311411,1026731,804,185,308 +Spain,311421,4444394,804,185,308 +Spain,311422,43024,804,185,308 +Spain,311423,2527170,804,185,308 +Spain,311512,1308436,804,185,308 +Spain,311513,410758,804,185,308 +Spain,311514,955709,804,185,308 +Spain,311520,3288,804,185,308 +Spain,311611,6368152,804,185,308 +Spain,311613,23590044,804,185,308 +Spain,311615,176434,804,185,308 +Spain,311711,1353940,804,185,308 +Spain,311811,1248673,804,185,308 +Spain,311822,608926,804,185,308 +Spain,311911,5436684,804,185,308 +Spain,311919,108853,804,185,308 +Spain,311920,1046696,804,185,308 +Spain,311930,2178759,804,185,308 +Spain,311941,3411203,804,185,308 +Spain,311942,280313,804,185,308 +Spain,311999,6855066,804,185,308 +Spain,312111,973552,804,185,308 +Spain,312120,7683499,804,185,308 +Spain,312130,1849019,804,185,308 +Spain,312140,35236060,804,185,308 +Spain,312221,46836,804,185,308 +Spain,312229,697553,804,185,308 +Spain,313111,193902,804,185,308 +Spain,313113,75892,804,185,308 +Spain,313210,4466666,804,185,308 +Spain,313221,2179892,804,185,308 +Spain,313230,13546764,804,185,308 +Spain,313249,2028419,804,185,308 +Spain,313312,23741,804,185,308 +Spain,313320,1832782,804,185,308 +Spain,314110,916987,804,185,308 +Spain,314121,45790,804,185,308 +Spain,314129,1115948,804,185,308 +Spain,314911,32108,804,185,308 +Spain,314912,3182208,804,185,308 +Spain,314991,668657,804,185,308 +Spain,314992,219869,804,185,308 +Spain,314999,5235205,804,185,308 +Spain,315111,84368,804,185,308 +Spain,315221,681483,804,185,308 +Spain,315222,502873,804,185,308 +Spain,315223,816215,804,185,308 +Spain,315224,168945,804,185,308 +Spain,315228,427790,804,185,308 +Spain,315231,255779,804,185,308 +Spain,315232,1348176,804,185,308 +Spain,315233,1544226,804,185,308 +Spain,315234,482065,804,185,308 +Spain,315239,1557179,804,185,308 +Spain,315291,34162,804,185,308 +Spain,315292,440972,804,185,308 +Spain,315991,99619,804,185,308 +Spain,315992,157944,804,185,308 +Spain,315993,3659,804,185,308 +Spain,315999,1501389,804,185,308 +Spain,316110,3326669,804,185,308 +Spain,316211,90825,804,185,308 +Spain,316212,80899,804,185,308 +Spain,316213,305827,804,185,308 +Spain,316214,292631,804,185,308 +Spain,316219,968652,804,185,308 +Spain,316991,2345778,804,185,308 +Spain,316992,295710,804,185,308 +Spain,316993,95669,804,185,308 +Spain,316999,483029,804,185,308 +Spain,321113,29995360,804,185,308 +Spain,321114,234709,804,185,308 +Spain,321211,20723278,804,185,308 +Spain,321212,4309870,804,185,308 +Spain,321213,2220533,804,185,308 +Spain,321219,254540,804,185,308 +Spain,321911,407783,804,185,308 +Spain,321918,293566,804,185,308 +Spain,321920,5876545,804,185,308 +Spain,321992,139524,804,185,308 +Spain,321999,2668948,804,185,308 +Spain,322110,102017458,804,185,308 +Spain,322121,19372479,804,185,308 +Spain,322122,280716,804,185,308 +Spain,322130,97667824,804,185,308 +Spain,322211,476669,804,185,308 +Spain,322212,558158,804,185,308 +Spain,322213,53713,804,185,308 +Spain,322215,147570,804,185,308 +Spain,322222,4790385,804,185,308 +Spain,322223,3094550,804,185,308 +Spain,322232,50587,804,185,308 +Spain,322233,13239,804,185,308 +Spain,322291,4403491,804,185,308 +Spain,322299,1958031,804,185,308 +Spain,323116,8670,804,185,308 +Spain,323117,7966368,804,185,308 +Spain,323118,280982,804,185,308 +Spain,323119,12336987,804,185,308 +Spain,323122,52301,804,185,308 +Spain,324110,419592660,804,185,308 +Spain,324122,8364,804,185,308 +Spain,325110,17555377,804,185,308 +Spain,325120,442737,804,185,308 +Spain,325131,1862458,804,185,308 +Spain,325132,3059793,804,185,308 +Spain,325181,11591784,804,185,308 +Spain,325182,1070271,804,185,308 +Spain,325188,38873311,804,185,308 +Spain,325191,741976,804,185,308 +Spain,325192,77656022,804,185,308 +Spain,325193,20000,804,185,308 +Spain,325199,1090698205,804,185,308 +Spain,325211,102594685,804,185,308 +Spain,325212,30426337,804,185,308 +Spain,325221,9081,804,185,308 +Spain,325222,21808367,804,185,308 +Spain,325311,1027275,804,185,308 +Spain,325312,1812959,804,185,308 +Spain,325320,14056248,804,185,308 +Spain,325411,289382210,804,185,308 +Spain,325412,1582274830,804,185,308 +Spain,325414,358231731,804,185,308 +Spain,325510,7309659,804,185,308 +Spain,325520,4997804,804,185,308 +Spain,325611,5384737,804,185,308 +Spain,325612,3238056,804,185,308 +Spain,325613,7096429,804,185,308 +Spain,325620,52814845,804,185,308 +Spain,325910,3545634,804,185,308 +Spain,325920,3834282,804,185,308 +Spain,325992,8187246,804,185,308 +Spain,325998,13284207,804,185,308 +Spain,326113,20911811,804,185,308 +Spain,326121,1730089,804,185,308 +Spain,326122,1988143,804,185,308 +Spain,326160,1245097,804,185,308 +Spain,326191,69595,804,185,308 +Spain,326192,1060756,804,185,308 +Spain,326199,34219550,804,185,308 +Spain,326211,8128754,804,185,308 +Spain,326212,93316,804,185,308 +Spain,326220,4585720,804,185,308 +Spain,326299,9717423,804,185,308 +Spain,327111,275026,804,185,308 +Spain,327112,3204638,804,185,308 +Spain,327113,91950,804,185,308 +Spain,327121,119529,804,185,308 +Spain,327122,6928,804,185,308 +Spain,327123,9910,804,185,308 +Spain,327124,917894,804,185,308 +Spain,327125,1397136,804,185,308 +Spain,327211,11198481,804,185,308 +Spain,327212,4469534,804,185,308 +Spain,327213,196337,804,185,308 +Spain,327215,8361132,804,185,308 +Spain,327310,66073,804,185,308 +Spain,327331,4350,804,185,308 +Spain,327390,418568,804,185,308 +Spain,327410,6606,804,185,308 +Spain,327420,394419,804,185,308 +Spain,327910,2352231,804,185,308 +Spain,327991,320356,804,185,308 +Spain,327992,2271552,804,185,308 +Spain,327993,5171212,804,185,308 +Spain,327999,1410571,804,185,308 +Spain,331111,67417509,804,185,308 +Spain,331112,214637,804,185,308 +Spain,331222,506481,804,185,308 +Spain,331311,545501,804,185,308 +Spain,331312,444865,804,185,308 +Spain,331314,7101,804,185,308 +Spain,331315,4799108,804,185,308 +Spain,331316,1423907,804,185,308 +Spain,331319,795997,804,185,308 +Spain,331411,1100868,804,185,308 +Spain,331419,6054285,804,185,308 +Spain,331421,2971178,804,185,308 +Spain,331422,5726911,804,185,308 +Spain,331491,33660616,804,185,308 +Spain,331492,168704,804,185,308 +Spain,331511,805338,804,185,308 +Spain,332115,25836213,804,185,308 +Spain,332211,472763,804,185,308 +Spain,332212,8233361,804,185,308 +Spain,332213,763699,804,185,308 +Spain,332214,24814,804,185,308 +Spain,332311,864302,804,185,308 +Spain,332312,1814051,804,185,308 +Spain,332321,569824,804,185,308 +Spain,332322,162215,804,185,308 +Spain,332323,239633,804,185,308 +Spain,332410,10957479,804,185,308 +Spain,332420,2126226,804,185,308 +Spain,332431,4395,804,185,308 +Spain,332439,1735609,804,185,308 +Spain,332510,7208927,804,185,308 +Spain,332611,1407897,804,185,308 +Spain,332618,1986677,804,185,308 +Spain,332722,13290533,804,185,308 +Spain,332911,32363102,804,185,308 +Spain,332912,4497204,804,185,308 +Spain,332913,201078,804,185,308 +Spain,332919,7427653,804,185,308 +Spain,332991,13148771,804,185,308 +Spain,332992,35312332,804,185,308 +Spain,332994,4047412,804,185,308 +Spain,332995,491110,804,185,308 +Spain,332997,68561,804,185,308 +Spain,332998,223187,804,185,308 +Spain,332999,25134588,804,185,308 +Spain,333111,74112576,804,185,308 +Spain,333120,27743699,804,185,308 +Spain,333131,9195113,804,185,308 +Spain,333132,46653251,804,185,308 +Spain,333210,1912750,804,185,308 +Spain,333220,10363567,804,185,308 +Spain,333291,4668874,804,185,308 +Spain,333292,5392338,804,185,308 +Spain,333293,7075232,804,185,308 +Spain,333294,12184337,804,185,308 +Spain,333295,3493059,804,185,308 +Spain,333298,12698134,804,185,308 +Spain,333311,510218,804,185,308 +Spain,333313,8580211,804,185,308 +Spain,333314,15412457,804,185,308 +Spain,333315,8350175,804,185,308 +Spain,333319,5707542,804,185,308 +Spain,333411,2474103,804,185,308 +Spain,333412,6433128,804,185,308 +Spain,333414,3312959,804,185,308 +Spain,333415,16896157,804,185,308 +Spain,333511,2479267,804,185,308 +Spain,333512,7374316,804,185,308 +Spain,333513,13903022,804,185,308 +Spain,333514,5126651,804,185,308 +Spain,333515,7257269,804,185,308 +Spain,333516,384201,804,185,308 +Spain,333611,93940071,804,185,308 +Spain,333612,5935804,804,185,308 +Spain,333613,3869791,804,185,308 +Spain,333618,19785230,804,185,308 +Spain,333911,21202869,804,185,308 +Spain,333912,18622101,804,185,308 +Spain,333913,1314557,804,185,308 +Spain,333921,143914,804,185,308 +Spain,333922,4046882,804,185,308 +Spain,333923,4318331,804,185,308 +Spain,333924,6853784,804,185,308 +Spain,333991,8203700,804,185,308 +Spain,333992,11798808,804,185,308 +Spain,333993,10288741,804,185,308 +Spain,333994,3944467,804,185,308 +Spain,333995,1338159,804,185,308 +Spain,333996,9335520,804,185,308 +Spain,333997,1227647,804,185,308 +Spain,333999,109889147,804,185,308 +Spain,334111,50102559,804,185,308 +Spain,334112,9265054,804,185,308 +Spain,334119,83693959,804,185,308 +Spain,334210,3218420,804,185,308 +Spain,334220,127278261,804,185,308 +Spain,334290,6202639,804,185,308 +Spain,334310,23548868,804,185,308 +Spain,334411,40597625,804,185,308 +Spain,334412,1719289,804,185,308 +Spain,334413,97459468,804,185,308 +Spain,334414,2869511,804,185,308 +Spain,334415,2343021,804,185,308 +Spain,334416,2867335,804,185,308 +Spain,334417,10158522,804,185,308 +Spain,334418,2097362,804,185,308 +Spain,334419,24186652,804,185,308 +Spain,334510,143881822,804,185,308 +Spain,334511,25126899,804,185,308 +Spain,334512,3033105,804,185,308 +Spain,334513,33338695,804,185,308 +Spain,334514,1466371,804,185,308 +Spain,334515,33273963,804,185,308 +Spain,334516,62692297,804,185,308 +Spain,334517,50861360,804,185,308 +Spain,334518,5820277,804,185,308 +Spain,334519,47269093,804,185,308 +Spain,334612,873307,804,185,308 +Spain,334613,1298910,804,185,308 +Spain,335110,764576,804,185,308 +Spain,335121,202154,804,185,308 +Spain,335129,5750689,804,185,308 +Spain,335211,5737176,804,185,308 +Spain,335212,4676516,804,185,308 +Spain,335221,1567837,804,185,308 +Spain,335222,1407069,804,185,308 +Spain,335224,1093752,804,185,308 +Spain,335228,4877120,804,185,308 +Spain,335311,1922571,804,185,308 +Spain,335312,27619355,804,185,308 +Spain,335313,11805303,804,185,308 +Spain,335314,29524714,804,185,308 +Spain,335911,4385061,804,185,308 +Spain,335912,2272935,804,185,308 +Spain,335921,21054216,804,185,308 +Spain,335929,13680092,804,185,308 +Spain,335931,7564013,804,185,308 +Spain,335932,710970,804,185,308 +Spain,335991,31392678,804,185,308 +Spain,335999,27344814,804,185,308 +Spain,336111,128704858,804,185,308 +Spain,336120,2033162,804,185,308 +Spain,336211,52175,804,185,308 +Spain,336212,753460,804,185,308 +Spain,336214,4693793,804,185,308 +Spain,336311,7653071,804,185,308 +Spain,336321,3003413,804,185,308 +Spain,336322,5426857,804,185,308 +Spain,336330,365271,804,185,308 +Spain,336340,2509955,804,185,308 +Spain,336350,31818681,804,185,308 +Spain,336360,5687772,804,185,308 +Spain,336370,469134,804,185,308 +Spain,336391,1515838,804,185,308 +Spain,336399,60599764,804,185,308 +Spain,336411,5299940,804,185,308 +Spain,336412,10280072,804,185,308 +Spain,336413,103966472,804,185,308 +Spain,336415,8214,804,185,308 +Spain,336419,2307700,804,185,308 +Spain,336510,4374159,804,185,308 +Spain,336611,6033347,804,185,308 +Spain,336612,38028257,804,185,308 +Spain,336991,17329800,804,185,308 +Spain,336992,262690,804,185,308 +Spain,337110,10311,804,185,308 +Spain,337124,488543,804,185,308 +Spain,337127,10677821,804,185,308 +Spain,337129,2541,804,185,308 +Spain,337211,808391,804,185,308 +Spain,337214,326006,804,185,308 +Spain,337215,12111738,804,185,308 +Spain,337910,24204,804,185,308 +Spain,337920,594642,804,185,308 +Spain,339112,166626275,804,185,308 +Spain,339113,90918002,804,185,308 +Spain,339114,35211627,804,185,308 +Spain,339115,6407359,804,185,308 +Spain,339911,13712612,804,185,308 +Spain,339912,184050,804,185,308 +Spain,339913,3206642,804,185,308 +Spain,339914,2419595,804,185,308 +Spain,339920,14411157,804,185,308 +Spain,339932,4673360,804,185,308 +Spain,339941,4138829,804,185,308 +Spain,339942,533828,804,185,308 +Spain,339943,122522,804,185,308 +Spain,339944,557493,804,185,308 +Spain,339950,254464,804,185,308 +Spain,339991,7980151,804,185,308 +Spain,339992,7779849,804,185,308 +Spain,339993,678898,804,185,308 +Spain,339994,655447,804,185,308 +Spain,339999,23503909,804,185,308 +Spain,511210,5759138,804,185,308 +Spain,910000,95250260,804,185,308 +Spain,920000,59593830,804,185,308 +Spain,990000,356084947,804,185,308 +Sri Lanka,111130,7859789,806,186,309 +Sri Lanka,111140,9727750,806,186,309 +Sri Lanka,111150,26343,806,186,309 +Sri Lanka,111211,39600,806,186,309 +Sri Lanka,111219,676630,806,186,309 +Sri Lanka,111310,1312132,806,186,309 +Sri Lanka,111331,2303614,806,186,309 +Sri Lanka,111332,844784,806,186,309 +Sri Lanka,111339,50848,806,186,309 +Sri Lanka,111421,3055,806,186,309 +Sri Lanka,111910,851562,806,186,309 +Sri Lanka,111998,100539,806,186,309 +Sri Lanka,112111,40258,806,186,309 +Sri Lanka,112310,200144,806,186,309 +Sri Lanka,112511,41236,806,186,309 +Sri Lanka,112990,11871,806,186,309 +Sri Lanka,113210,50169,806,186,309 +Sri Lanka,113310,351211,806,186,309 +Sri Lanka,114111,318622,806,186,309 +Sri Lanka,114112,54113,806,186,309 +Sri Lanka,212319,8055,806,186,309 +Sri Lanka,212322,82000,806,186,309 +Sri Lanka,212324,88663,806,186,309 +Sri Lanka,212325,92180,806,186,309 +Sri Lanka,212399,236436,806,186,309 +Sri Lanka,311111,52515,806,186,309 +Sri Lanka,311119,150488,806,186,309 +Sri Lanka,311211,6452000,806,186,309 +Sri Lanka,311212,1024065,806,186,309 +Sri Lanka,311213,20235,806,186,309 +Sri Lanka,311221,810314,806,186,309 +Sri Lanka,311222,1350126,806,186,309 +Sri Lanka,311223,500386,806,186,309 +Sri Lanka,311225,125332,806,186,309 +Sri Lanka,311230,113433,806,186,309 +Sri Lanka,311311,20235,806,186,309 +Sri Lanka,311320,34985,806,186,309 +Sri Lanka,311411,297683,806,186,309 +Sri Lanka,311421,206546,806,186,309 +Sri Lanka,311422,345714,806,186,309 +Sri Lanka,311423,40608,806,186,309 +Sri Lanka,311513,10404,806,186,309 +Sri Lanka,311514,417640,806,186,309 +Sri Lanka,311611,355876,806,186,309 +Sri Lanka,311613,79418,806,186,309 +Sri Lanka,311615,373929,806,186,309 +Sri Lanka,311711,207295,806,186,309 +Sri Lanka,311811,525227,806,186,309 +Sri Lanka,311822,3456,806,186,309 +Sri Lanka,311911,3000,806,186,309 +Sri Lanka,311919,280189,806,186,309 +Sri Lanka,311920,23284,806,186,309 +Sri Lanka,311930,283848,806,186,309 +Sri Lanka,311941,65080,806,186,309 +Sri Lanka,311942,41018,806,186,309 +Sri Lanka,311999,778365,806,186,309 +Sri Lanka,312120,224385,806,186,309 +Sri Lanka,312130,244575,806,186,309 +Sri Lanka,312140,670215,806,186,309 +Sri Lanka,313111,1970339,806,186,309 +Sri Lanka,313113,121344,806,186,309 +Sri Lanka,313210,5150589,806,186,309 +Sri Lanka,313221,543473,806,186,309 +Sri Lanka,313230,117155,806,186,309 +Sri Lanka,313249,909534,806,186,309 +Sri Lanka,313320,1507557,806,186,309 +Sri Lanka,314110,825202,806,186,309 +Sri Lanka,314129,33926,806,186,309 +Sri Lanka,314911,15200,806,186,309 +Sri Lanka,314912,24114,806,186,309 +Sri Lanka,314991,77192,806,186,309 +Sri Lanka,314992,4061678,806,186,309 +Sri Lanka,314999,1193813,806,186,309 +Sri Lanka,315221,139643,806,186,309 +Sri Lanka,315223,56629,806,186,309 +Sri Lanka,315224,29217,806,186,309 +Sri Lanka,315231,28446,806,186,309 +Sri Lanka,315233,44407,806,186,309 +Sri Lanka,315234,66577,806,186,309 +Sri Lanka,315239,180426,806,186,309 +Sri Lanka,315992,227501,806,186,309 +Sri Lanka,315999,408942,806,186,309 +Sri Lanka,316110,267368,806,186,309 +Sri Lanka,316993,10000,806,186,309 +Sri Lanka,321113,348254,806,186,309 +Sri Lanka,321219,9908,806,186,309 +Sri Lanka,321999,6317,806,186,309 +Sri Lanka,322110,1497215,806,186,309 +Sri Lanka,322121,1733125,806,186,309 +Sri Lanka,322122,979570,806,186,309 +Sri Lanka,322130,3902587,806,186,309 +Sri Lanka,322215,31043,806,186,309 +Sri Lanka,322222,629480,806,186,309 +Sri Lanka,322223,343468,806,186,309 +Sri Lanka,322299,18073,806,186,309 +Sri Lanka,323117,1196044,806,186,309 +Sri Lanka,323118,3880,806,186,309 +Sri Lanka,323119,306400,806,186,309 +Sri Lanka,323122,2890,806,186,309 +Sri Lanka,324110,281376,806,186,309 +Sri Lanka,324121,24620,806,186,309 +Sri Lanka,324122,67158,806,186,309 +Sri Lanka,325120,7672,806,186,309 +Sri Lanka,325131,488541,806,186,309 +Sri Lanka,325132,502969,806,186,309 +Sri Lanka,325182,132520,806,186,309 +Sri Lanka,325188,1077993,806,186,309 +Sri Lanka,325191,12569,806,186,309 +Sri Lanka,325192,94929,806,186,309 +Sri Lanka,325199,3849159,806,186,309 +Sri Lanka,325211,2233719,806,186,309 +Sri Lanka,325212,624871,806,186,309 +Sri Lanka,325222,3553490,806,186,309 +Sri Lanka,325311,582809,806,186,309 +Sri Lanka,325312,14600,806,186,309 +Sri Lanka,325320,1689764,806,186,309 +Sri Lanka,325411,125004,806,186,309 +Sri Lanka,325412,2065446,806,186,309 +Sri Lanka,325414,1219204,806,186,309 +Sri Lanka,325510,698664,806,186,309 +Sri Lanka,325520,605112,806,186,309 +Sri Lanka,325611,266503,806,186,309 +Sri Lanka,325612,345222,806,186,309 +Sri Lanka,325613,1152617,806,186,309 +Sri Lanka,325620,489638,806,186,309 +Sri Lanka,325910,176176,806,186,309 +Sri Lanka,325920,4875,806,186,309 +Sri Lanka,325992,1088322,806,186,309 +Sri Lanka,325998,1188861,806,186,309 +Sri Lanka,326113,1528813,806,186,309 +Sri Lanka,326121,1021794,806,186,309 +Sri Lanka,326192,27871,806,186,309 +Sri Lanka,326199,5488935,806,186,309 +Sri Lanka,326211,415262,806,186,309 +Sri Lanka,326220,90808,806,186,309 +Sri Lanka,326299,463817,806,186,309 +Sri Lanka,327112,8205,806,186,309 +Sri Lanka,327124,23686,806,186,309 +Sri Lanka,327125,58673,806,186,309 +Sri Lanka,327212,53046,806,186,309 +Sri Lanka,327213,19689,806,186,309 +Sri Lanka,327215,10379,806,186,309 +Sri Lanka,327420,15779,806,186,309 +Sri Lanka,327910,19361,806,186,309 +Sri Lanka,327992,13464,806,186,309 +Sri Lanka,327993,185715,806,186,309 +Sri Lanka,327999,59429,806,186,309 +Sri Lanka,331111,901927,806,186,309 +Sri Lanka,331222,122742,806,186,309 +Sri Lanka,331315,5004,806,186,309 +Sri Lanka,331316,164436,806,186,309 +Sri Lanka,331319,83911,806,186,309 +Sri Lanka,331411,9285,806,186,309 +Sri Lanka,331419,12974,806,186,309 +Sri Lanka,331421,4790,806,186,309 +Sri Lanka,331422,151279,806,186,309 +Sri Lanka,331491,82892,806,186,309 +Sri Lanka,331492,398296,806,186,309 +Sri Lanka,332115,24955,806,186,309 +Sri Lanka,332212,572043,806,186,309 +Sri Lanka,332213,191077,806,186,309 +Sri Lanka,332312,11200,806,186,309 +Sri Lanka,332321,226940,806,186,309 +Sri Lanka,332322,28050,806,186,309 +Sri Lanka,332410,69210,806,186,309 +Sri Lanka,332420,35816,806,186,309 +Sri Lanka,332510,34140,806,186,309 +Sri Lanka,332611,8251,806,186,309 +Sri Lanka,332618,138426,806,186,309 +Sri Lanka,332722,62279,806,186,309 +Sri Lanka,332911,889560,806,186,309 +Sri Lanka,332912,6665,806,186,309 +Sri Lanka,332919,55451,806,186,309 +Sri Lanka,332991,137493,806,186,309 +Sri Lanka,332994,11284,806,186,309 +Sri Lanka,332997,14000,806,186,309 +Sri Lanka,332998,3402,806,186,309 +Sri Lanka,332999,813765,806,186,309 +Sri Lanka,333111,743969,806,186,309 +Sri Lanka,333120,3413528,806,186,309 +Sri Lanka,333131,108795,806,186,309 +Sri Lanka,333210,246258,806,186,309 +Sri Lanka,333220,1068194,806,186,309 +Sri Lanka,333291,168714,806,186,309 +Sri Lanka,333292,1675632,806,186,309 +Sri Lanka,333293,2069020,806,186,309 +Sri Lanka,333294,412006,806,186,309 +Sri Lanka,333295,3484,806,186,309 +Sri Lanka,333298,191570,806,186,309 +Sri Lanka,333313,256025,806,186,309 +Sri Lanka,333314,3187051,806,186,309 +Sri Lanka,333315,253715,806,186,309 +Sri Lanka,333319,300724,806,186,309 +Sri Lanka,333411,33167,806,186,309 +Sri Lanka,333412,50783,806,186,309 +Sri Lanka,333414,46470,806,186,309 +Sri Lanka,333415,435723,806,186,309 +Sri Lanka,333512,117911,806,186,309 +Sri Lanka,333513,522600,806,186,309 +Sri Lanka,333514,33858,806,186,309 +Sri Lanka,333515,16616,806,186,309 +Sri Lanka,333611,760855,806,186,309 +Sri Lanka,333612,2969,806,186,309 +Sri Lanka,333613,128075,806,186,309 +Sri Lanka,333618,863581,806,186,309 +Sri Lanka,333911,746258,806,186,309 +Sri Lanka,333912,177288,806,186,309 +Sri Lanka,333913,54662,806,186,309 +Sri Lanka,333921,28766,806,186,309 +Sri Lanka,333922,68374,806,186,309 +Sri Lanka,333923,100724,806,186,309 +Sri Lanka,333924,67754,806,186,309 +Sri Lanka,333991,46738,806,186,309 +Sri Lanka,333992,288032,806,186,309 +Sri Lanka,333993,204177,806,186,309 +Sri Lanka,333994,105797,806,186,309 +Sri Lanka,333995,32215,806,186,309 +Sri Lanka,333996,171041,806,186,309 +Sri Lanka,333997,23503,806,186,309 +Sri Lanka,333999,1205957,806,186,309 +Sri Lanka,334111,1144079,806,186,309 +Sri Lanka,334112,337522,806,186,309 +Sri Lanka,334119,1426005,806,186,309 +Sri Lanka,334210,57572,806,186,309 +Sri Lanka,334220,3672202,806,186,309 +Sri Lanka,334290,125108,806,186,309 +Sri Lanka,334310,577303,806,186,309 +Sri Lanka,334411,46843,806,186,309 +Sri Lanka,334412,1857360,806,186,309 +Sri Lanka,334413,2031592,806,186,309 +Sri Lanka,334414,124149,806,186,309 +Sri Lanka,334415,54820,806,186,309 +Sri Lanka,334416,6981,806,186,309 +Sri Lanka,334417,1315998,806,186,309 +Sri Lanka,334418,15000,806,186,309 +Sri Lanka,334419,348798,806,186,309 +Sri Lanka,334510,2193089,806,186,309 +Sri Lanka,334511,53180,806,186,309 +Sri Lanka,334513,452765,806,186,309 +Sri Lanka,334514,42301,806,186,309 +Sri Lanka,334515,692080,806,186,309 +Sri Lanka,334516,1370976,806,186,309 +Sri Lanka,334517,186375,806,186,309 +Sri Lanka,334519,1066876,806,186,309 +Sri Lanka,334612,43475,806,186,309 +Sri Lanka,334613,13775,806,186,309 +Sri Lanka,335110,167272,806,186,309 +Sri Lanka,335129,36260,806,186,309 +Sri Lanka,335211,91320,806,186,309 +Sri Lanka,335222,17330,806,186,309 +Sri Lanka,335224,348693,806,186,309 +Sri Lanka,335228,55735,806,186,309 +Sri Lanka,335311,28048,806,186,309 +Sri Lanka,335312,1420890,806,186,309 +Sri Lanka,335313,1777628,806,186,309 +Sri Lanka,335314,536962,806,186,309 +Sri Lanka,335911,90397,806,186,309 +Sri Lanka,335912,57348,806,186,309 +Sri Lanka,335921,46618,806,186,309 +Sri Lanka,335929,127945,806,186,309 +Sri Lanka,335931,162030,806,186,309 +Sri Lanka,335991,8286,806,186,309 +Sri Lanka,335999,216083,806,186,309 +Sri Lanka,336111,2901032,806,186,309 +Sri Lanka,336214,14615,806,186,309 +Sri Lanka,336311,6544,806,186,309 +Sri Lanka,336321,3887,806,186,309 +Sri Lanka,336322,64602,806,186,309 +Sri Lanka,336340,16246,806,186,309 +Sri Lanka,336350,5417,806,186,309 +Sri Lanka,336399,329917,806,186,309 +Sri Lanka,336413,91495,806,186,309 +Sri Lanka,336510,531814,806,186,309 +Sri Lanka,336612,23968,806,186,309 +Sri Lanka,337127,395142,806,186,309 +Sri Lanka,337214,12691,806,186,309 +Sri Lanka,337215,5712,806,186,309 +Sri Lanka,339112,3030547,806,186,309 +Sri Lanka,339113,1544559,806,186,309 +Sri Lanka,339114,126596,806,186,309 +Sri Lanka,339115,37515,806,186,309 +Sri Lanka,339911,574600,806,186,309 +Sri Lanka,339913,3811575,806,186,309 +Sri Lanka,339914,3671,806,186,309 +Sri Lanka,339920,754827,806,186,309 +Sri Lanka,339932,22186,806,186,309 +Sri Lanka,339941,20712,806,186,309 +Sri Lanka,339942,21375,806,186,309 +Sri Lanka,339944,98684,806,186,309 +Sri Lanka,339991,302450,806,186,309 +Sri Lanka,339992,63110,806,186,309 +Sri Lanka,339993,479827,806,186,309 +Sri Lanka,339994,7856,806,186,309 +Sri Lanka,339999,116484,806,186,309 +Sri Lanka,511210,113000,806,186,309 +Sri Lanka,910000,570494,806,186,309 +Sri Lanka,920000,680118,806,186,309 +Sri Lanka,990000,4787017,806,186,309 +Sudan,111130,8820493,805,187,310 +Sudan,111150,285769,805,187,310 +Sudan,111199,69714260,805,187,310 +Sudan,111219,1119171,805,187,310 +Sudan,111998,578055,805,187,310 +Sudan,112310,38134,805,187,310 +Sudan,212399,5756,805,187,310 +Sudan,311212,35354,805,187,310 +Sudan,311223,13616673,805,187,310 +Sudan,311999,24492,805,187,310 +Sudan,314129,7602,805,187,310 +Sudan,314999,35711,805,187,310 +Sudan,315111,3393,805,187,310 +Sudan,315221,3955,805,187,310 +Sudan,315992,34431,805,187,310 +Sudan,315999,50010,805,187,310 +Sudan,316213,28600,805,187,310 +Sudan,316991,22235,805,187,310 +Sudan,322130,3201,805,187,310 +Sudan,322222,4208,805,187,310 +Sudan,322291,2574,805,187,310 +Sudan,323117,31004,805,187,310 +Sudan,323119,22894,805,187,310 +Sudan,325199,768928,805,187,310 +Sudan,325411,1426848,805,187,310 +Sudan,325412,541803,805,187,310 +Sudan,325414,252355,805,187,310 +Sudan,325611,242602,805,187,310 +Sudan,325910,31249,805,187,310 +Sudan,326122,99219,805,187,310 +Sudan,326199,11405,805,187,310 +Sudan,326211,340255,805,187,310 +Sudan,327123,12655,805,187,310 +Sudan,327124,2221351,805,187,310 +Sudan,327212,10640,805,187,310 +Sudan,327992,3675,805,187,310 +Sudan,331111,9739,805,187,310 +Sudan,331222,2550,805,187,310 +Sudan,331422,27713,805,187,310 +Sudan,332211,6346,805,187,310 +Sudan,332212,30294,805,187,310 +Sudan,332312,1060869,805,187,310 +Sudan,332321,174531,805,187,310 +Sudan,332410,5498,805,187,310 +Sudan,332420,81249,805,187,310 +Sudan,332618,4395,805,187,310 +Sudan,333313,15876,805,187,310 +Sudan,333314,24470,805,187,310 +Sudan,333315,8320,805,187,310 +Sudan,333415,17850,805,187,310 +Sudan,333911,102575,805,187,310 +Sudan,333924,3554,805,187,310 +Sudan,333992,4313,805,187,310 +Sudan,333997,4483,805,187,310 +Sudan,333999,56625,805,187,310 +Sudan,334111,815738,805,187,310 +Sudan,334112,28785,805,187,310 +Sudan,334119,291402,805,187,310 +Sudan,334210,34751,805,187,310 +Sudan,334220,2396316,805,187,310 +Sudan,334290,377353,805,187,310 +Sudan,334310,65486,805,187,310 +Sudan,334413,149150,805,187,310 +Sudan,334416,10557,805,187,310 +Sudan,334417,7758,805,187,310 +Sudan,334418,19798,805,187,310 +Sudan,334419,92831,805,187,310 +Sudan,334510,59948,805,187,310 +Sudan,334515,2044590,805,187,310 +Sudan,334519,26490,805,187,310 +Sudan,334613,18869,805,187,310 +Sudan,335129,105089,805,187,310 +Sudan,335211,3890,805,187,310 +Sudan,335312,30779,805,187,310 +Sudan,335313,351693,805,187,310 +Sudan,335314,726102,805,187,310 +Sudan,335929,6090,805,187,310 +Sudan,335931,27710,805,187,310 +Sudan,335932,30366,805,187,310 +Sudan,335999,121045,805,187,310 +Sudan,336111,64000,805,187,310 +Sudan,336120,1845199,805,187,310 +Sudan,336399,7946,805,187,310 +Sudan,337127,6618,805,187,310 +Sudan,337214,1303520,805,187,310 +Sudan,339113,179583,805,187,310 +Sudan,339115,31562,805,187,310 +Sudan,339932,8714,805,187,310 +Sudan,339950,3500,805,187,310 +Sudan,339999,155753,805,187,310 +Sudan,511210,237455,805,187,310 +Sudan,910000,34860,805,187,310 +Sudan,990000,1800426,805,187,310 +Suriname,111130,93193,803,188,311 +Suriname,111140,625204,803,188,311 +Suriname,111150,2062311,803,188,311 +Suriname,111219,244607,803,188,311 +Suriname,111310,2790,803,188,311 +Suriname,111320,2600,803,188,311 +Suriname,111331,578967,803,188,311 +Suriname,111332,469443,803,188,311 +Suriname,111335,45986,803,188,311 +Suriname,111339,82921,803,188,311 +Suriname,111421,40200,803,188,311 +Suriname,111910,2976,803,188,311 +Suriname,111992,287500,803,188,311 +Suriname,111998,5539,803,188,311 +Suriname,112111,7000,803,188,311 +Suriname,112310,1234026,803,188,311 +Suriname,112410,6500,803,188,311 +Suriname,112420,5500,803,188,311 +Suriname,112512,6480,803,188,311 +Suriname,112920,16024,803,188,311 +Suriname,114111,361286,803,188,311 +Suriname,114112,73627,803,188,311 +Suriname,114119,15000,803,188,311 +Suriname,211112,11701,803,188,311 +Suriname,212112,5138,803,188,311 +Suriname,212311,28038,803,188,311 +Suriname,212319,63580,803,188,311 +Suriname,212322,62301,803,188,311 +Suriname,212324,15080,803,188,311 +Suriname,212325,64560,803,188,311 +Suriname,212393,11280,803,188,311 +Suriname,212399,52485,803,188,311 +Suriname,311111,472932,803,188,311 +Suriname,311119,24817,803,188,311 +Suriname,311211,69084,803,188,311 +Suriname,311212,947517,803,188,311 +Suriname,311221,106087,803,188,311 +Suriname,311222,2254036,803,188,311 +Suriname,311223,9780,803,188,311 +Suriname,311225,1463445,803,188,311 +Suriname,311230,102209,803,188,311 +Suriname,311311,130065,803,188,311 +Suriname,311320,160784,803,188,311 +Suriname,311340,980943,803,188,311 +Suriname,311411,1686248,803,188,311 +Suriname,311421,253103,803,188,311 +Suriname,311422,356665,803,188,311 +Suriname,311423,3715,803,188,311 +Suriname,311511,10119,803,188,311 +Suriname,311513,90998,803,188,311 +Suriname,311514,5910063,803,188,311 +Suriname,311520,113202,803,188,311 +Suriname,311611,1061466,803,188,311 +Suriname,311613,15000,803,188,311 +Suriname,311615,13016898,803,188,311 +Suriname,311711,23707,803,188,311 +Suriname,311811,97651,803,188,311 +Suriname,311822,436900,803,188,311 +Suriname,311823,221010,803,188,311 +Suriname,311911,1158423,803,188,311 +Suriname,311919,64304,803,188,311 +Suriname,311920,377132,803,188,311 +Suriname,311930,105973,803,188,311 +Suriname,311941,621023,803,188,311 +Suriname,311942,21463,803,188,311 +Suriname,311999,3795192,803,188,311 +Suriname,312111,363565,803,188,311 +Suriname,312120,158530,803,188,311 +Suriname,312130,232853,803,188,311 +Suriname,312140,710137,803,188,311 +Suriname,312221,127154,803,188,311 +Suriname,312229,40675,803,188,311 +Suriname,313113,5400,803,188,311 +Suriname,313210,171158,803,188,311 +Suriname,313221,499642,803,188,311 +Suriname,313230,70433,803,188,311 +Suriname,313320,40159,803,188,311 +Suriname,314110,74342,803,188,311 +Suriname,314121,3117,803,188,311 +Suriname,314129,43299,803,188,311 +Suriname,314912,34962,803,188,311 +Suriname,314991,37719,803,188,311 +Suriname,314999,318095,803,188,311 +Suriname,315111,21914,803,188,311 +Suriname,315221,16722,803,188,311 +Suriname,315223,30396,803,188,311 +Suriname,315224,578521,803,188,311 +Suriname,315228,42901,803,188,311 +Suriname,315231,4815,803,188,311 +Suriname,315232,46925,803,188,311 +Suriname,315233,3962,803,188,311 +Suriname,315234,183048,803,188,311 +Suriname,315239,30820,803,188,311 +Suriname,315292,7500,803,188,311 +Suriname,315991,9925,803,188,311 +Suriname,315992,51430,803,188,311 +Suriname,315999,216413,803,188,311 +Suriname,316211,59494,803,188,311 +Suriname,316213,514180,803,188,311 +Suriname,316214,51834,803,188,311 +Suriname,316219,259073,803,188,311 +Suriname,316991,114267,803,188,311 +Suriname,316992,141013,803,188,311 +Suriname,316993,5780,803,188,311 +Suriname,316999,16938,803,188,311 +Suriname,321113,21648,803,188,311 +Suriname,321212,5854,803,188,311 +Suriname,321213,26924,803,188,311 +Suriname,321918,433323,803,188,311 +Suriname,321920,36958,803,188,311 +Suriname,321999,61389,803,188,311 +Suriname,322110,29371,803,188,311 +Suriname,322121,132988,803,188,311 +Suriname,322122,528514,803,188,311 +Suriname,322130,205647,803,188,311 +Suriname,322211,51048,803,188,311 +Suriname,322212,20097,803,188,311 +Suriname,322213,3890,803,188,311 +Suriname,322215,462782,803,188,311 +Suriname,322222,102632,803,188,311 +Suriname,322223,98411,803,188,311 +Suriname,322232,3100,803,188,311 +Suriname,322233,55456,803,188,311 +Suriname,322291,147214,803,188,311 +Suriname,322299,80872,803,188,311 +Suriname,323117,50258,803,188,311 +Suriname,323118,14399,803,188,311 +Suriname,323119,590045,803,188,311 +Suriname,323122,18058,803,188,311 +Suriname,324110,4030602,803,188,311 +Suriname,324121,53611,803,188,311 +Suriname,324122,13346,803,188,311 +Suriname,325120,63757,803,188,311 +Suriname,325131,383756,803,188,311 +Suriname,325132,324757,803,188,311 +Suriname,325181,26830705,803,188,311 +Suriname,325188,6903288,803,188,311 +Suriname,325191,18623,803,188,311 +Suriname,325192,2558,803,188,311 +Suriname,325193,25083,803,188,311 +Suriname,325199,3506257,803,188,311 +Suriname,325211,11481556,803,188,311 +Suriname,325212,1107412,803,188,311 +Suriname,325222,4092,803,188,311 +Suriname,325311,486783,803,188,311 +Suriname,325320,230515,803,188,311 +Suriname,325411,54379,803,188,311 +Suriname,325412,3137946,803,188,311 +Suriname,325414,29603,803,188,311 +Suriname,325510,527382,803,188,311 +Suriname,325520,174344,803,188,311 +Suriname,325611,569601,803,188,311 +Suriname,325612,32402,803,188,311 +Suriname,325613,386052,803,188,311 +Suriname,325620,3623344,803,188,311 +Suriname,325910,356326,803,188,311 +Suriname,325920,192982,803,188,311 +Suriname,325992,200059,803,188,311 +Suriname,325998,2136635,803,188,311 +Suriname,326113,211886,803,188,311 +Suriname,326121,30167,803,188,311 +Suriname,326122,302588,803,188,311 +Suriname,326160,2026967,803,188,311 +Suriname,326191,50314,803,188,311 +Suriname,326192,42307,803,188,311 +Suriname,326199,3106971,803,188,311 +Suriname,326211,2346929,803,188,311 +Suriname,326212,2790,803,188,311 +Suriname,326220,1323343,803,188,311 +Suriname,326299,216466,803,188,311 +Suriname,327111,8493,803,188,311 +Suriname,327112,9170,803,188,311 +Suriname,327113,36540,803,188,311 +Suriname,327121,41000,803,188,311 +Suriname,327122,6070,803,188,311 +Suriname,327123,32440,803,188,311 +Suriname,327124,353611,803,188,311 +Suriname,327125,95892,803,188,311 +Suriname,327211,25431,803,188,311 +Suriname,327212,185290,803,188,311 +Suriname,327213,5910,803,188,311 +Suriname,327215,375223,803,188,311 +Suriname,327310,107958,803,188,311 +Suriname,327390,147901,803,188,311 +Suriname,327410,60773,803,188,311 +Suriname,327420,182022,803,188,311 +Suriname,327910,88123,803,188,311 +Suriname,327991,46778,803,188,311 +Suriname,327992,32939,803,188,311 +Suriname,327993,1104000,803,188,311 +Suriname,327999,220913,803,188,311 +Suriname,331111,10624274,803,188,311 +Suriname,331222,41565,803,188,311 +Suriname,331311,7728,803,188,311 +Suriname,331315,256348,803,188,311 +Suriname,331316,72094,803,188,311 +Suriname,331319,365399,803,188,311 +Suriname,331419,14599,803,188,311 +Suriname,331421,95995,803,188,311 +Suriname,331422,129759,803,188,311 +Suriname,331491,169959,803,188,311 +Suriname,331511,6529171,803,188,311 +Suriname,332115,3290,803,188,311 +Suriname,332211,36412,803,188,311 +Suriname,332212,751660,803,188,311 +Suriname,332213,12528,803,188,311 +Suriname,332214,28562,803,188,311 +Suriname,332311,41507,803,188,311 +Suriname,332312,1981994,803,188,311 +Suriname,332321,309905,803,188,311 +Suriname,332322,9552,803,188,311 +Suriname,332323,56477,803,188,311 +Suriname,332410,265132,803,188,311 +Suriname,332420,374225,803,188,311 +Suriname,332439,95632,803,188,311 +Suriname,332510,254340,803,188,311 +Suriname,332611,22453,803,188,311 +Suriname,332618,280900,803,188,311 +Suriname,332722,361194,803,188,311 +Suriname,332911,1169953,803,188,311 +Suriname,332912,89743,803,188,311 +Suriname,332913,7027,803,188,311 +Suriname,332919,848921,803,188,311 +Suriname,332991,434625,803,188,311 +Suriname,332992,69143,803,188,311 +Suriname,332994,501000,803,188,311 +Suriname,332998,9162,803,188,311 +Suriname,332999,2900568,803,188,311 +Suriname,333111,16757175,803,188,311 +Suriname,333120,5584211,803,188,311 +Suriname,333131,3380547,803,188,311 +Suriname,333132,18650124,803,188,311 +Suriname,333210,55723,803,188,311 +Suriname,333220,71624,803,188,311 +Suriname,333291,3366,803,188,311 +Suriname,333292,72887,803,188,311 +Suriname,333293,318151,803,188,311 +Suriname,333294,535845,803,188,311 +Suriname,333295,22022,803,188,311 +Suriname,333298,103608,803,188,311 +Suriname,333311,10139,803,188,311 +Suriname,333313,369505,803,188,311 +Suriname,333314,122676,803,188,311 +Suriname,333315,97260,803,188,311 +Suriname,333319,141239,803,188,311 +Suriname,333411,19850,803,188,311 +Suriname,333412,347304,803,188,311 +Suriname,333414,75523,803,188,311 +Suriname,333415,3124883,803,188,311 +Suriname,333511,51824,803,188,311 +Suriname,333512,42980,803,188,311 +Suriname,333513,50717,803,188,311 +Suriname,333514,4851,803,188,311 +Suriname,333515,141064,803,188,311 +Suriname,333611,313829,803,188,311 +Suriname,333612,580102,803,188,311 +Suriname,333613,579805,803,188,311 +Suriname,333618,3317518,803,188,311 +Suriname,333911,3031123,803,188,311 +Suriname,333912,332139,803,188,311 +Suriname,333913,231802,803,188,311 +Suriname,333921,6642,803,188,311 +Suriname,333922,554000,803,188,311 +Suriname,333923,471528,803,188,311 +Suriname,333924,1332565,803,188,311 +Suriname,333991,428059,803,188,311 +Suriname,333992,510860,803,188,311 +Suriname,333993,255324,803,188,311 +Suriname,333994,82097,803,188,311 +Suriname,333995,575419,803,188,311 +Suriname,333996,1731653,803,188,311 +Suriname,333997,53817,803,188,311 +Suriname,333999,7923429,803,188,311 +Suriname,334111,2799823,803,188,311 +Suriname,334112,40778,803,188,311 +Suriname,334119,2848367,803,188,311 +Suriname,334210,118275,803,188,311 +Suriname,334220,18679665,803,188,311 +Suriname,334290,133403,803,188,311 +Suriname,334310,4984980,803,188,311 +Suriname,334411,423339,803,188,311 +Suriname,334412,3567,803,188,311 +Suriname,334413,421080,803,188,311 +Suriname,334415,3312,803,188,311 +Suriname,334416,59706,803,188,311 +Suriname,334417,582642,803,188,311 +Suriname,334418,103488,803,188,311 +Suriname,334419,567277,803,188,311 +Suriname,334510,492028,803,188,311 +Suriname,334511,129872,803,188,311 +Suriname,334512,129837,803,188,311 +Suriname,334513,1140379,803,188,311 +Suriname,334514,46132,803,188,311 +Suriname,334515,1651900,803,188,311 +Suriname,334516,595712,803,188,311 +Suriname,334517,4079,803,188,311 +Suriname,334518,315284,803,188,311 +Suriname,334519,1669335,803,188,311 +Suriname,334612,8535,803,188,311 +Suriname,334613,78130,803,188,311 +Suriname,335110,102962,803,188,311 +Suriname,335121,38585,803,188,311 +Suriname,335129,457921,803,188,311 +Suriname,335211,1368012,803,188,311 +Suriname,335212,107808,803,188,311 +Suriname,335221,620691,803,188,311 +Suriname,335222,1556086,803,188,311 +Suriname,335224,622329,803,188,311 +Suriname,335228,350284,803,188,311 +Suriname,335311,1159396,803,188,311 +Suriname,335312,2129413,803,188,311 +Suriname,335313,357326,803,188,311 +Suriname,335314,459658,803,188,311 +Suriname,335911,1098780,803,188,311 +Suriname,335912,581709,803,188,311 +Suriname,335921,116500,803,188,311 +Suriname,335929,333854,803,188,311 +Suriname,335931,88883,803,188,311 +Suriname,335932,4093,803,188,311 +Suriname,335991,35534,803,188,311 +Suriname,335999,540440,803,188,311 +Suriname,336111,11046309,803,188,311 +Suriname,336120,801123,803,188,311 +Suriname,336211,39412,803,188,311 +Suriname,336212,681760,803,188,311 +Suriname,336214,357459,803,188,311 +Suriname,336311,291354,803,188,311 +Suriname,336321,21717,803,188,311 +Suriname,336322,337035,803,188,311 +Suriname,336330,139117,803,188,311 +Suriname,336340,251964,803,188,311 +Suriname,336350,266925,803,188,311 +Suriname,336360,3988,803,188,311 +Suriname,336391,35692,803,188,311 +Suriname,336399,1373979,803,188,311 +Suriname,336411,105000,803,188,311 +Suriname,336412,121033,803,188,311 +Suriname,336413,25900,803,188,311 +Suriname,336510,45501,803,188,311 +Suriname,336611,1232552,803,188,311 +Suriname,336612,592507,803,188,311 +Suriname,336991,593490,803,188,311 +Suriname,337124,41165,803,188,311 +Suriname,337127,715185,803,188,311 +Suriname,337211,48404,803,188,311 +Suriname,337214,70703,803,188,311 +Suriname,337215,369519,803,188,311 +Suriname,337910,55332,803,188,311 +Suriname,337920,57648,803,188,311 +Suriname,339112,2702798,803,188,311 +Suriname,339113,424461,803,188,311 +Suriname,339114,215048,803,188,311 +Suriname,339115,315373,803,188,311 +Suriname,339911,6598,803,188,311 +Suriname,339920,816256,803,188,311 +Suriname,339932,363666,803,188,311 +Suriname,339941,30337,803,188,311 +Suriname,339944,25407,803,188,311 +Suriname,339950,156397,803,188,311 +Suriname,339991,561493,803,188,311 +Suriname,339992,28985,803,188,311 +Suriname,339993,108325,803,188,311 +Suriname,339994,2638,803,188,311 +Suriname,339999,3137905,803,188,311 +Suriname,511210,6469,803,188,311 +Suriname,910000,205393,803,188,311 +Suriname,920000,889801,803,188,311 +Suriname,990000,27229708,803,188,311 +Swaziland,111110,15912,805,189,312 +Swaziland,111335,80840,805,189,312 +Swaziland,111339,5247,805,189,312 +Swaziland,112511,3016,805,189,312 +Swaziland,113210,851203,805,189,312 +Swaziland,212234,3500,805,189,312 +Swaziland,311212,54654,805,189,312 +Swaziland,311225,45437,805,189,312 +Swaziland,311423,93488,805,189,312 +Swaziland,311911,313685,805,189,312 +Swaziland,311930,29700,805,189,312 +Swaziland,312130,186300,805,189,312 +Swaziland,315228,2996,805,189,312 +Swaziland,315991,4250,805,189,312 +Swaziland,316992,21129,805,189,312 +Swaziland,316999,2780,805,189,312 +Swaziland,322121,7827,805,189,312 +Swaziland,322223,14478,805,189,312 +Swaziland,322299,20993,805,189,312 +Swaziland,323117,19585,805,189,312 +Swaziland,323118,6510,805,189,312 +Swaziland,323119,6337,805,189,312 +Swaziland,324110,5241,805,189,312 +Swaziland,325131,629525,805,189,312 +Swaziland,325188,35124,805,189,312 +Swaziland,325199,1800559,805,189,312 +Swaziland,325211,774741,805,189,312 +Swaziland,325212,4540,805,189,312 +Swaziland,325412,109816,805,189,312 +Swaziland,325414,3570,805,189,312 +Swaziland,325620,35785,805,189,312 +Swaziland,325910,12126,805,189,312 +Swaziland,325998,1339005,805,189,312 +Swaziland,326199,87103,805,189,312 +Swaziland,326220,15230,805,189,312 +Swaziland,327112,1267495,805,189,312 +Swaziland,327125,4065,805,189,312 +Swaziland,327211,48167,805,189,312 +Swaziland,327215,31083,805,189,312 +Swaziland,327910,14742,805,189,312 +Swaziland,327993,10860,805,189,312 +Swaziland,331422,153730,805,189,312 +Swaziland,332212,11491,805,189,312 +Swaziland,332410,6263,805,189,312 +Swaziland,332618,4410,805,189,312 +Swaziland,332911,39385,805,189,312 +Swaziland,332912,78320,805,189,312 +Swaziland,332919,3602,805,189,312 +Swaziland,332991,6360,805,189,312 +Swaziland,332998,8712,805,189,312 +Swaziland,332999,33099,805,189,312 +Swaziland,333111,81355,805,189,312 +Swaziland,333291,17082,805,189,312 +Swaziland,333295,57551,805,189,312 +Swaziland,333314,105312,805,189,312 +Swaziland,333315,9794,805,189,312 +Swaziland,333319,5238,805,189,312 +Swaziland,333415,57000,805,189,312 +Swaziland,333511,4145,805,189,312 +Swaziland,333613,3593,805,189,312 +Swaziland,333618,2990,805,189,312 +Swaziland,333912,33650,805,189,312 +Swaziland,333996,6112,805,189,312 +Swaziland,333999,258955,805,189,312 +Swaziland,334111,210442,805,189,312 +Swaziland,334112,89727,805,189,312 +Swaziland,334119,418189,805,189,312 +Swaziland,334220,75203,805,189,312 +Swaziland,334290,51590,805,189,312 +Swaziland,334310,37456,805,189,312 +Swaziland,334411,3025,805,189,312 +Swaziland,334412,4800,805,189,312 +Swaziland,334413,713579,805,189,312 +Swaziland,334414,10560,805,189,312 +Swaziland,334416,3900,805,189,312 +Swaziland,334417,12904,805,189,312 +Swaziland,334418,32000,805,189,312 +Swaziland,334419,192755,805,189,312 +Swaziland,334510,133096,805,189,312 +Swaziland,334511,495174,805,189,312 +Swaziland,334513,329590,805,189,312 +Swaziland,334514,4067,805,189,312 +Swaziland,334515,68926,805,189,312 +Swaziland,334516,97449,805,189,312 +Swaziland,334517,17353,805,189,312 +Swaziland,334518,38348,805,189,312 +Swaziland,334519,7087,805,189,312 +Swaziland,335129,23566,805,189,312 +Swaziland,335312,3090,805,189,312 +Swaziland,335314,5104,805,189,312 +Swaziland,335931,321633,805,189,312 +Swaziland,335999,17589,805,189,312 +Swaziland,336111,234200,805,189,312 +Swaziland,336991,76677,805,189,312 +Swaziland,337127,2524122,805,189,312 +Swaziland,337215,38192,805,189,312 +Swaziland,339112,345236,805,189,312 +Swaziland,339113,68812,805,189,312 +Swaziland,339114,110973,805,189,312 +Swaziland,339115,55778,805,189,312 +Swaziland,339911,1403890,805,189,312 +Swaziland,339913,33231,805,189,312 +Swaziland,339920,12617,805,189,312 +Swaziland,339993,24593,805,189,312 +Swaziland,339999,63345,805,189,312 +Swaziland,511210,3200,805,189,312 +Swaziland,910000,186750,805,189,312 +Swaziland,920000,3551878,805,189,312 +Swaziland,990000,1632374,805,189,312 +Sweden,111110,3980,804,190,313 +Sweden,111120,190922,804,190,313 +Sweden,111130,495385,804,190,313 +Sweden,111150,1530068,804,190,313 +Sweden,111199,109746,804,190,313 +Sweden,111219,1295321,804,190,313 +Sweden,111320,922406,804,190,313 +Sweden,111331,1166277,804,190,313 +Sweden,111335,17954309,804,190,313 +Sweden,111339,3678950,804,190,313 +Sweden,111421,87162,804,190,313 +Sweden,111422,356002,804,190,313 +Sweden,111910,1445602,804,190,313 +Sweden,111991,6092,804,190,313 +Sweden,111998,199044,804,190,313 +Sweden,112111,427013,804,190,313 +Sweden,112310,21200,804,190,313 +Sweden,112511,28150,804,190,313 +Sweden,112920,6924750,804,190,313 +Sweden,112930,3887,804,190,313 +Sweden,112990,611033,804,190,313 +Sweden,113210,328094,804,190,313 +Sweden,113310,9551728,804,190,313 +Sweden,114111,7675888,804,190,313 +Sweden,114112,7174094,804,190,313 +Sweden,114119,19440,804,190,313 +Sweden,211112,36957740,804,190,313 +Sweden,212112,116649607,804,190,313 +Sweden,212221,4006,804,190,313 +Sweden,212231,143000,804,190,313 +Sweden,212299,436670,804,190,313 +Sweden,212311,29061,804,190,313 +Sweden,212319,47899,804,190,313 +Sweden,212322,79009,804,190,313 +Sweden,212324,17252543,804,190,313 +Sweden,212325,774642,804,190,313 +Sweden,212392,71142,804,190,313 +Sweden,212393,139696,804,190,313 +Sweden,212399,1150722,804,190,313 +Sweden,311111,370212,804,190,313 +Sweden,311119,1449649,804,190,313 +Sweden,311211,1839285,804,190,313 +Sweden,311212,1909303,804,190,313 +Sweden,311221,122646,804,190,313 +Sweden,311222,1232474,804,190,313 +Sweden,311223,214021,804,190,313 +Sweden,311225,1027491,804,190,313 +Sweden,311320,112232,804,190,313 +Sweden,311340,372041,804,190,313 +Sweden,311411,148821,804,190,313 +Sweden,311421,9703073,804,190,313 +Sweden,311422,97242,804,190,313 +Sweden,311423,19685735,804,190,313 +Sweden,311512,15277,804,190,313 +Sweden,311513,26904,804,190,313 +Sweden,311514,117829,804,190,313 +Sweden,311520,1847062,804,190,313 +Sweden,311611,1068918,804,190,313 +Sweden,311613,58933,804,190,313 +Sweden,311711,365401,804,190,313 +Sweden,311811,530793,804,190,313 +Sweden,311822,9634,804,190,313 +Sweden,311823,10000,804,190,313 +Sweden,311911,452385,804,190,313 +Sweden,311919,132442,804,190,313 +Sweden,311920,391145,804,190,313 +Sweden,311930,29189,804,190,313 +Sweden,311941,8319059,804,190,313 +Sweden,311942,2186087,804,190,313 +Sweden,311999,8943533,804,190,313 +Sweden,312111,1736560,804,190,313 +Sweden,312112,38425,804,190,313 +Sweden,312120,3619651,804,190,313 +Sweden,312130,11475018,804,190,313 +Sweden,312140,4679076,804,190,313 +Sweden,312229,115621,804,190,313 +Sweden,313111,94751,804,190,313 +Sweden,313113,88528,804,190,313 +Sweden,313210,2138706,804,190,313 +Sweden,313221,2340569,804,190,313 +Sweden,313230,2718011,804,190,313 +Sweden,313249,1078984,804,190,313 +Sweden,313312,1392833,804,190,313 +Sweden,313320,800841,804,190,313 +Sweden,314110,679598,804,190,313 +Sweden,314121,20674,804,190,313 +Sweden,314129,782491,804,190,313 +Sweden,314911,20120,804,190,313 +Sweden,314912,1665137,804,190,313 +Sweden,314991,811386,804,190,313 +Sweden,314992,22389,804,190,313 +Sweden,314999,1368488,804,190,313 +Sweden,315111,215409,804,190,313 +Sweden,315221,1089875,804,190,313 +Sweden,315222,92465,804,190,313 +Sweden,315223,1324960,804,190,313 +Sweden,315224,124835,804,190,313 +Sweden,315228,778633,804,190,313 +Sweden,315231,1691133,804,190,313 +Sweden,315232,502937,804,190,313 +Sweden,315233,299281,804,190,313 +Sweden,315234,139067,804,190,313 +Sweden,315239,934382,804,190,313 +Sweden,315291,55201,804,190,313 +Sweden,315292,301391,804,190,313 +Sweden,315991,600791,804,190,313 +Sweden,315992,78257,804,190,313 +Sweden,315999,1697619,804,190,313 +Sweden,316110,54825,804,190,313 +Sweden,316211,381080,804,190,313 +Sweden,316212,4085,804,190,313 +Sweden,316213,95688,804,190,313 +Sweden,316214,185125,804,190,313 +Sweden,316219,319168,804,190,313 +Sweden,316991,2359453,804,190,313 +Sweden,316992,55861,804,190,313 +Sweden,316993,76309,804,190,313 +Sweden,316999,1233389,804,190,313 +Sweden,321113,8454506,804,190,313 +Sweden,321114,58023,804,190,313 +Sweden,321211,2428539,804,190,313 +Sweden,321212,159046,804,190,313 +Sweden,321213,652186,804,190,313 +Sweden,321219,2685090,804,190,313 +Sweden,321911,21964,804,190,313 +Sweden,321918,4781341,804,190,313 +Sweden,321920,2616429,804,190,313 +Sweden,321991,72000,804,190,313 +Sweden,321999,824460,804,190,313 +Sweden,322110,29338113,804,190,313 +Sweden,322121,3614743,804,190,313 +Sweden,322122,115082,804,190,313 +Sweden,322130,1193760,804,190,313 +Sweden,322211,1620299,804,190,313 +Sweden,322212,63402,804,190,313 +Sweden,322213,23079,804,190,313 +Sweden,322214,26775,804,190,313 +Sweden,322215,199188,804,190,313 +Sweden,322222,6897738,804,190,313 +Sweden,322223,1203472,804,190,313 +Sweden,322233,60121,804,190,313 +Sweden,322291,12974028,804,190,313 +Sweden,322299,1553248,804,190,313 +Sweden,323116,12350,804,190,313 +Sweden,323117,16279622,804,190,313 +Sweden,323118,196816,804,190,313 +Sweden,323119,5129175,804,190,313 +Sweden,323122,113499,804,190,313 +Sweden,324110,33525417,804,190,313 +Sweden,324121,58904,804,190,313 +Sweden,324122,156100,804,190,313 +Sweden,325110,18745,804,190,313 +Sweden,325120,92996,804,190,313 +Sweden,325131,307920,804,190,313 +Sweden,325132,570043,804,190,313 +Sweden,325181,1755188,804,190,313 +Sweden,325182,19660,804,190,313 +Sweden,325188,103056324,804,190,313 +Sweden,325191,57151165,804,190,313 +Sweden,325192,1920833,804,190,313 +Sweden,325199,25255438,804,190,313 +Sweden,325211,11708247,804,190,313 +Sweden,325212,6304093,804,190,313 +Sweden,325222,4902086,804,190,313 +Sweden,325311,7346,804,190,313 +Sweden,325312,291698,804,190,313 +Sweden,325320,441447,804,190,313 +Sweden,325411,112008462,804,190,313 +Sweden,325412,56113977,804,190,313 +Sweden,325414,124134445,804,190,313 +Sweden,325510,1923823,804,190,313 +Sweden,325520,4040360,804,190,313 +Sweden,325611,2471179,804,190,313 +Sweden,325612,723482,804,190,313 +Sweden,325613,4888850,804,190,313 +Sweden,325620,37861165,804,190,313 +Sweden,325910,756699,804,190,313 +Sweden,325920,5788330,804,190,313 +Sweden,325992,908281,804,190,313 +Sweden,325998,13953397,804,190,313 +Sweden,326113,11532033,804,190,313 +Sweden,326121,740336,804,190,313 +Sweden,326122,1265907,804,190,313 +Sweden,326160,354637,804,190,313 +Sweden,326191,103392,804,190,313 +Sweden,326192,789992,804,190,313 +Sweden,326199,34731108,804,190,313 +Sweden,326211,6516354,804,190,313 +Sweden,326220,2445437,804,190,313 +Sweden,326299,5594938,804,190,313 +Sweden,327111,683820,804,190,313 +Sweden,327112,1950934,804,190,313 +Sweden,327113,310368,804,190,313 +Sweden,327121,6530,804,190,313 +Sweden,327122,27680,804,190,313 +Sweden,327123,6034,804,190,313 +Sweden,327124,245374,804,190,313 +Sweden,327125,297070,804,190,313 +Sweden,327211,8020564,804,190,313 +Sweden,327212,4165599,804,190,313 +Sweden,327213,25565,804,190,313 +Sweden,327215,6011072,804,190,313 +Sweden,327310,81195,804,190,313 +Sweden,327390,10875,804,190,313 +Sweden,327420,132861,804,190,313 +Sweden,327910,4349229,804,190,313 +Sweden,327991,7155,804,190,313 +Sweden,327992,1862983,804,190,313 +Sweden,327993,5484947,804,190,313 +Sweden,327999,323904,804,190,313 +Sweden,331111,57824105,804,190,313 +Sweden,331112,313843,804,190,313 +Sweden,331222,1618656,804,190,313 +Sweden,331311,2163314,804,190,313 +Sweden,331312,6871,804,190,313 +Sweden,331314,13845,804,190,313 +Sweden,331315,394334,804,190,313 +Sweden,331316,656932,804,190,313 +Sweden,331319,717053,804,190,313 +Sweden,331411,11380173,804,190,313 +Sweden,331419,2972196,804,190,313 +Sweden,331421,5799299,804,190,313 +Sweden,331422,1674667,804,190,313 +Sweden,331491,52915731,804,190,313 +Sweden,331492,1361758,804,190,313 +Sweden,331511,5330886,804,190,313 +Sweden,332115,242105,804,190,313 +Sweden,332211,1670611,804,190,313 +Sweden,332212,5722072,804,190,313 +Sweden,332213,4998464,804,190,313 +Sweden,332311,1147355,804,190,313 +Sweden,332312,1200014,804,190,313 +Sweden,332321,875031,804,190,313 +Sweden,332322,47404,804,190,313 +Sweden,332323,3900,804,190,313 +Sweden,332410,7095697,804,190,313 +Sweden,332420,1387558,804,190,313 +Sweden,332439,3009578,804,190,313 +Sweden,332510,7086726,804,190,313 +Sweden,332611,922124,804,190,313 +Sweden,332618,2524306,804,190,313 +Sweden,332722,4088104,804,190,313 +Sweden,332911,16001400,804,190,313 +Sweden,332912,9950181,804,190,313 +Sweden,332913,111306,804,190,313 +Sweden,332919,1954310,804,190,313 +Sweden,332991,11095418,804,190,313 +Sweden,332992,13050150,804,190,313 +Sweden,332994,2042520,804,190,313 +Sweden,332995,15121718,804,190,313 +Sweden,332998,58153,804,190,313 +Sweden,332999,20814814,804,190,313 +Sweden,333111,114686113,804,190,313 +Sweden,333120,90294239,804,190,313 +Sweden,333131,19884744,804,190,313 +Sweden,333132,701103,804,190,313 +Sweden,333210,2808602,804,190,313 +Sweden,333220,12444239,804,190,313 +Sweden,333291,7762879,804,190,313 +Sweden,333292,962266,804,190,313 +Sweden,333293,4194662,804,190,313 +Sweden,333294,4101383,804,190,313 +Sweden,333295,1996403,804,190,313 +Sweden,333298,3020932,804,190,313 +Sweden,333311,1163911,804,190,313 +Sweden,333313,4497256,804,190,313 +Sweden,333314,14380270,804,190,313 +Sweden,333315,3345593,804,190,313 +Sweden,333319,4510198,804,190,313 +Sweden,333411,2991647,804,190,313 +Sweden,333412,1515243,804,190,313 +Sweden,333414,339198,804,190,313 +Sweden,333415,12296912,804,190,313 +Sweden,333511,524040,804,190,313 +Sweden,333512,6461226,804,190,313 +Sweden,333513,7779191,804,190,313 +Sweden,333514,1402845,804,190,313 +Sweden,333515,8327109,804,190,313 +Sweden,333516,127189,804,190,313 +Sweden,333611,29063036,804,190,313 +Sweden,333612,12812272,804,190,313 +Sweden,333613,9042279,804,190,313 +Sweden,333618,133772579,804,190,313 +Sweden,333911,16735893,804,190,313 +Sweden,333912,9135723,804,190,313 +Sweden,333913,665896,804,190,313 +Sweden,333921,104438,804,190,313 +Sweden,333922,6665341,804,190,313 +Sweden,333923,3527528,804,190,313 +Sweden,333924,5288163,804,190,313 +Sweden,333991,17493152,804,190,313 +Sweden,333992,3391449,804,190,313 +Sweden,333993,12750422,804,190,313 +Sweden,333994,3551621,804,190,313 +Sweden,333995,5084740,804,190,313 +Sweden,333996,23483341,804,190,313 +Sweden,333997,749326,804,190,313 +Sweden,333999,88944434,804,190,313 +Sweden,334111,32220085,804,190,313 +Sweden,334112,4433229,804,190,313 +Sweden,334119,49218673,804,190,313 +Sweden,334210,2919298,804,190,313 +Sweden,334220,132393353,804,190,313 +Sweden,334290,1098422,804,190,313 +Sweden,334310,31311144,804,190,313 +Sweden,334411,2616349,804,190,313 +Sweden,334412,3721993,804,190,313 +Sweden,334413,191975736,804,190,313 +Sweden,334414,1504740,804,190,313 +Sweden,334415,2226462,804,190,313 +Sweden,334416,1059589,804,190,313 +Sweden,334417,10926099,804,190,313 +Sweden,334418,2314238,804,190,313 +Sweden,334419,17523766,804,190,313 +Sweden,334510,440591813,804,190,313 +Sweden,334511,10416986,804,190,313 +Sweden,334512,10500470,804,190,313 +Sweden,334513,21483564,804,190,313 +Sweden,334514,252406,804,190,313 +Sweden,334515,39446855,804,190,313 +Sweden,334516,78500067,804,190,313 +Sweden,334517,18596938,804,190,313 +Sweden,334518,843891,804,190,313 +Sweden,334519,15760549,804,190,313 +Sweden,334612,1609609,804,190,313 +Sweden,334613,1180215,804,190,313 +Sweden,335110,1689129,804,190,313 +Sweden,335121,145750,804,190,313 +Sweden,335129,4519652,804,190,313 +Sweden,335211,1905492,804,190,313 +Sweden,335212,496208,804,190,313 +Sweden,335221,3355910,804,190,313 +Sweden,335222,235176,804,190,313 +Sweden,335224,323047,804,190,313 +Sweden,335228,2492331,804,190,313 +Sweden,335311,1211586,804,190,313 +Sweden,335312,15241196,804,190,313 +Sweden,335313,2211468,804,190,313 +Sweden,335314,23080477,804,190,313 +Sweden,335911,57631487,804,190,313 +Sweden,335912,3287820,804,190,313 +Sweden,335921,1299344,804,190,313 +Sweden,335929,5189676,804,190,313 +Sweden,335931,6958599,804,190,313 +Sweden,335932,349124,804,190,313 +Sweden,335991,3806948,804,190,313 +Sweden,335999,24172576,804,190,313 +Sweden,336111,109114684,804,190,313 +Sweden,336120,3782959,804,190,313 +Sweden,336211,1357512,804,190,313 +Sweden,336212,330485,804,190,313 +Sweden,336213,959178,804,190,313 +Sweden,336214,22764170,804,190,313 +Sweden,336311,6799402,804,190,313 +Sweden,336321,892314,804,190,313 +Sweden,336322,3747191,804,190,313 +Sweden,336330,684046,804,190,313 +Sweden,336340,7148728,804,190,313 +Sweden,336350,21666044,804,190,313 +Sweden,336360,676573,804,190,313 +Sweden,336370,191642,804,190,313 +Sweden,336391,6241534,804,190,313 +Sweden,336399,70857802,804,190,313 +Sweden,336411,880291,804,190,313 +Sweden,336412,21369043,804,190,313 +Sweden,336413,20082331,804,190,313 +Sweden,336415,22772,804,190,313 +Sweden,336419,1678598,804,190,313 +Sweden,336510,3385539,804,190,313 +Sweden,336611,978148,804,190,313 +Sweden,336612,25575676,804,190,313 +Sweden,336991,22972566,804,190,313 +Sweden,336992,666785,804,190,313 +Sweden,337124,415584,804,190,313 +Sweden,337127,7510413,804,190,313 +Sweden,337129,9497,804,190,313 +Sweden,337211,20762,804,190,313 +Sweden,337214,609108,804,190,313 +Sweden,337215,1310029,804,190,313 +Sweden,337910,117169,804,190,313 +Sweden,337920,49876,804,190,313 +Sweden,339112,39657868,804,190,313 +Sweden,339113,217505172,804,190,313 +Sweden,339114,13156500,804,190,313 +Sweden,339115,1687367,804,190,313 +Sweden,339911,4860639,804,190,313 +Sweden,339912,23544,804,190,313 +Sweden,339913,738819,804,190,313 +Sweden,339914,676000,804,190,313 +Sweden,339920,20955224,804,190,313 +Sweden,339932,1825317,804,190,313 +Sweden,339941,237942,804,190,313 +Sweden,339942,181724,804,190,313 +Sweden,339943,208182,804,190,313 +Sweden,339944,77526,804,190,313 +Sweden,339950,33735,804,190,313 +Sweden,339991,9228799,804,190,313 +Sweden,339992,9635653,804,190,313 +Sweden,339993,266961,804,190,313 +Sweden,339994,1096630,804,190,313 +Sweden,339999,7797354,804,190,313 +Sweden,511210,2329700,804,190,313 +Sweden,910000,59776048,804,190,313 +Sweden,920000,16623947,804,190,313 +Sweden,990000,328577805,804,190,313 +Switzerland,111120,26000,804,191,314 +Switzerland,111130,204789,804,191,314 +Switzerland,111140,5400,804,191,314 +Switzerland,111150,168689,804,191,314 +Switzerland,111199,90829,804,191,314 +Switzerland,111211,6250,804,191,314 +Switzerland,111219,9375640,804,191,314 +Switzerland,111310,200176,804,191,314 +Switzerland,111320,2058352,804,191,314 +Switzerland,111332,127398,804,191,314 +Switzerland,111334,15815,804,191,314 +Switzerland,111335,30523710,804,191,314 +Switzerland,111339,982642,804,191,314 +Switzerland,111411,1628940,804,191,314 +Switzerland,111421,154224,804,191,314 +Switzerland,111422,184510,804,191,314 +Switzerland,111910,118199673,804,191,314 +Switzerland,111920,1598715,804,191,314 +Switzerland,111991,114725,804,191,314 +Switzerland,111992,1.00E+05,804,191,314 +Switzerland,111998,183298,804,191,314 +Switzerland,112111,1372020,804,191,314 +Switzerland,112310,87000,804,191,314 +Switzerland,112511,18397,804,191,314 +Switzerland,112920,144500,804,191,314 +Switzerland,112930,145352,804,191,314 +Switzerland,112990,496691,804,191,314 +Switzerland,113210,2637915,804,191,314 +Switzerland,113310,54100,804,191,314 +Switzerland,114111,1413771,804,191,314 +Switzerland,114112,2071748,804,191,314 +Switzerland,114119,664187,804,191,314 +Switzerland,211112,44944,804,191,314 +Switzerland,212112,6718103,804,191,314 +Switzerland,212221,115612,804,191,314 +Switzerland,212222,13120,804,191,314 +Switzerland,212231,7500,804,191,314 +Switzerland,212234,26611423,804,191,314 +Switzerland,212299,10218,804,191,314 +Switzerland,212311,43222,804,191,314 +Switzerland,212319,11250,804,191,314 +Switzerland,212322,113618,804,191,314 +Switzerland,212324,92901,804,191,314 +Switzerland,212325,588502,804,191,314 +Switzerland,212393,2750,804,191,314 +Switzerland,212399,936690,804,191,314 +Switzerland,311119,714672,804,191,314 +Switzerland,311211,343922,804,191,314 +Switzerland,311212,324652,804,191,314 +Switzerland,311221,148276,804,191,314 +Switzerland,311222,1746174,804,191,314 +Switzerland,311223,23720607,804,191,314 +Switzerland,311225,1189814,804,191,314 +Switzerland,311311,159554,804,191,314 +Switzerland,311320,400150,804,191,314 +Switzerland,311340,521779,804,191,314 +Switzerland,311411,450552,804,191,314 +Switzerland,311421,2572418,804,191,314 +Switzerland,311423,11406544,804,191,314 +Switzerland,311511,14050,804,191,314 +Switzerland,311514,376181,804,191,314 +Switzerland,311611,9876552,804,191,314 +Switzerland,311613,426811,804,191,314 +Switzerland,311711,1038389,804,191,314 +Switzerland,311811,848093,804,191,314 +Switzerland,311823,63975,804,191,314 +Switzerland,311911,1565237,804,191,314 +Switzerland,311919,27625,804,191,314 +Switzerland,311920,579119,804,191,314 +Switzerland,311930,72436,804,191,314 +Switzerland,311941,172958,804,191,314 +Switzerland,311942,93921,804,191,314 +Switzerland,311999,6015673,804,191,314 +Switzerland,312111,261240,804,191,314 +Switzerland,312112,59000,804,191,314 +Switzerland,312113,46856,804,191,314 +Switzerland,312120,104118,804,191,314 +Switzerland,312130,24025527,804,191,314 +Switzerland,312140,9857239,804,191,314 +Switzerland,312221,88475,804,191,314 +Switzerland,312229,64762,804,191,314 +Switzerland,313111,55530,804,191,314 +Switzerland,313113,596723,804,191,314 +Switzerland,313210,1213594,804,191,314 +Switzerland,313221,1387894,804,191,314 +Switzerland,313230,2926839,804,191,314 +Switzerland,313249,549596,804,191,314 +Switzerland,313312,114664,804,191,314 +Switzerland,313320,3450509,804,191,314 +Switzerland,314110,2334461,804,191,314 +Switzerland,314129,1380227,804,191,314 +Switzerland,314911,191089,804,191,314 +Switzerland,314912,189453,804,191,314 +Switzerland,314991,133638,804,191,314 +Switzerland,314992,111463,804,191,314 +Switzerland,314999,2313876,804,191,314 +Switzerland,315111,613881,804,191,314 +Switzerland,315221,630721,804,191,314 +Switzerland,315222,327916,804,191,314 +Switzerland,315223,2507145,804,191,314 +Switzerland,315224,497151,804,191,314 +Switzerland,315228,2957158,804,191,314 +Switzerland,315231,301270,804,191,314 +Switzerland,315232,1614581,804,191,314 +Switzerland,315233,676299,804,191,314 +Switzerland,315234,460963,804,191,314 +Switzerland,315239,4121840,804,191,314 +Switzerland,315291,66456,804,191,314 +Switzerland,315292,1046870,804,191,314 +Switzerland,315991,205360,804,191,314 +Switzerland,315992,108359,804,191,314 +Switzerland,315993,3731,804,191,314 +Switzerland,315999,2893698,804,191,314 +Switzerland,316110,1816775,804,191,314 +Switzerland,316211,538380,804,191,314 +Switzerland,316212,7429,804,191,314 +Switzerland,316213,1436086,804,191,314 +Switzerland,316214,637294,804,191,314 +Switzerland,316219,994062,804,191,314 +Switzerland,316991,3468420,804,191,314 +Switzerland,316992,639610,804,191,314 +Switzerland,316993,1769441,804,191,314 +Switzerland,316999,916207,804,191,314 +Switzerland,321113,555424,804,191,314 +Switzerland,321212,92069,804,191,314 +Switzerland,321213,65469,804,191,314 +Switzerland,321219,3555,804,191,314 +Switzerland,321918,67828,804,191,314 +Switzerland,321920,106421,804,191,314 +Switzerland,321992,4500,804,191,314 +Switzerland,321999,432721,804,191,314 +Switzerland,322110,18496600,804,191,314 +Switzerland,322121,7852616,804,191,314 +Switzerland,322122,132407,804,191,314 +Switzerland,322130,2852844,804,191,314 +Switzerland,322211,1734768,804,191,314 +Switzerland,322212,446024,804,191,314 +Switzerland,322213,173725,804,191,314 +Switzerland,322214,89994,804,191,314 +Switzerland,322215,100570,804,191,314 +Switzerland,322222,3412156,804,191,314 +Switzerland,322223,2942579,804,191,314 +Switzerland,322224,6486,804,191,314 +Switzerland,322232,6125,804,191,314 +Switzerland,322233,150518,804,191,314 +Switzerland,322291,1371999,804,191,314 +Switzerland,322299,647664,804,191,314 +Switzerland,323116,13043,804,191,314 +Switzerland,323117,4765424,804,191,314 +Switzerland,323118,582603,804,191,314 +Switzerland,323119,26773805,804,191,314 +Switzerland,323122,148054,804,191,314 +Switzerland,324110,22648824,804,191,314 +Switzerland,324122,76573,804,191,314 +Switzerland,325110,1159732,804,191,314 +Switzerland,325120,142643,804,191,314 +Switzerland,325131,73944740,804,191,314 +Switzerland,325132,16896683,804,191,314 +Switzerland,325181,32457,804,191,314 +Switzerland,325182,40120,804,191,314 +Switzerland,325188,32269399,804,191,314 +Switzerland,325191,26667125,804,191,314 +Switzerland,325192,91233551,804,191,314 +Switzerland,325193,270090,804,191,314 +Switzerland,325199,231206986,804,191,314 +Switzerland,325211,27494499,804,191,314 +Switzerland,325212,1690324,804,191,314 +Switzerland,325221,4380,804,191,314 +Switzerland,325222,492923,804,191,314 +Switzerland,325311,31627,804,191,314 +Switzerland,325312,1982881,804,191,314 +Switzerland,325320,3476150,804,191,314 +Switzerland,325411,427405554,804,191,314 +Switzerland,325412,1326469263,804,191,314 +Switzerland,325414,395741343,804,191,314 +Switzerland,325510,1478044,804,191,314 +Switzerland,325520,2492188,804,191,314 +Switzerland,325611,8440353,804,191,314 +Switzerland,325612,1037424,804,191,314 +Switzerland,325613,10039229,804,191,314 +Switzerland,325620,103430466,804,191,314 +Switzerland,325910,1058425,804,191,314 +Switzerland,325920,410882,804,191,314 +Switzerland,325992,1266990,804,191,314 +Switzerland,325998,17658879,804,191,314 +Switzerland,326113,23667052,804,191,314 +Switzerland,326121,1750571,804,191,314 +Switzerland,326122,2415368,804,191,314 +Switzerland,326160,760900,804,191,314 +Switzerland,326191,977940,804,191,314 +Switzerland,326192,136253,804,191,314 +Switzerland,326199,23298933,804,191,314 +Switzerland,326211,2614520,804,191,314 +Switzerland,326212,11347,804,191,314 +Switzerland,326220,3375531,804,191,314 +Switzerland,326299,3904569,804,191,314 +Switzerland,327111,188935,804,191,314 +Switzerland,327112,10425166,804,191,314 +Switzerland,327113,305712,804,191,314 +Switzerland,327123,4882,804,191,314 +Switzerland,327124,291258,804,191,314 +Switzerland,327125,1167502,804,191,314 +Switzerland,327211,1170568,804,191,314 +Switzerland,327212,3109126,804,191,314 +Switzerland,327213,396094,804,191,314 +Switzerland,327215,7662183,804,191,314 +Switzerland,327310,28697,804,191,314 +Switzerland,327390,174576,804,191,314 +Switzerland,327420,88951,804,191,314 +Switzerland,327910,9042221,804,191,314 +Switzerland,327991,11415,804,191,314 +Switzerland,327992,141930,804,191,314 +Switzerland,327993,674832,804,191,314 +Switzerland,327999,1141967,804,191,314 +Switzerland,331111,6737174,804,191,314 +Switzerland,331112,1701155,804,191,314 +Switzerland,331222,7305699,804,191,314 +Switzerland,331311,1442190,804,191,314 +Switzerland,331312,19200,804,191,314 +Switzerland,331314,48960,804,191,314 +Switzerland,331315,3375837,804,191,314 +Switzerland,331316,1262964,804,191,314 +Switzerland,331319,7255694,804,191,314 +Switzerland,331411,133174,804,191,314 +Switzerland,331419,4312708569,804,191,314 +Switzerland,331421,9010688,804,191,314 +Switzerland,331422,641364,804,191,314 +Switzerland,331491,282439136,804,191,314 +Switzerland,331492,61587877,804,191,314 +Switzerland,331511,661674,804,191,314 +Switzerland,332115,259894,804,191,314 +Switzerland,332211,586022,804,191,314 +Switzerland,332212,20634909,804,191,314 +Switzerland,332213,165113,804,191,314 +Switzerland,332214,47561,804,191,314 +Switzerland,332311,69157,804,191,314 +Switzerland,332312,612900,804,191,314 +Switzerland,332321,31088,804,191,314 +Switzerland,332322,56592,804,191,314 +Switzerland,332323,37050,804,191,314 +Switzerland,332410,4139479,804,191,314 +Switzerland,332420,4139879,804,191,314 +Switzerland,332439,216473,804,191,314 +Switzerland,332510,4105461,804,191,314 +Switzerland,332611,1236856,804,191,314 +Switzerland,332618,1081252,804,191,314 +Switzerland,332722,23931122,804,191,314 +Switzerland,332911,50256595,804,191,314 +Switzerland,332912,3485211,804,191,314 +Switzerland,332913,253858,804,191,314 +Switzerland,332919,70160538,804,191,314 +Switzerland,332991,10715953,804,191,314 +Switzerland,332992,2364605,804,191,314 +Switzerland,332994,1542819,804,191,314 +Switzerland,332995,594408,804,191,314 +Switzerland,332998,483482,804,191,314 +Switzerland,332999,19776452,804,191,314 +Switzerland,333111,8014909,804,191,314 +Switzerland,333120,8999193,804,191,314 +Switzerland,333131,3716580,804,191,314 +Switzerland,333132,887476,804,191,314 +Switzerland,333210,105778,804,191,314 +Switzerland,333220,3618531,804,191,314 +Switzerland,333291,4716393,804,191,314 +Switzerland,333292,2704308,804,191,314 +Switzerland,333293,19441490,804,191,314 +Switzerland,333294,2678444,804,191,314 +Switzerland,333295,21299543,804,191,314 +Switzerland,333298,1365371,804,191,314 +Switzerland,333311,1134829,804,191,314 +Switzerland,333313,3374515,804,191,314 +Switzerland,333314,41702022,804,191,314 +Switzerland,333315,12485522,804,191,314 +Switzerland,333319,2977674,804,191,314 +Switzerland,333411,2441525,804,191,314 +Switzerland,333412,2886096,804,191,314 +Switzerland,333414,106347,804,191,314 +Switzerland,333415,4154637,804,191,314 +Switzerland,333511,1613605,804,191,314 +Switzerland,333512,13871235,804,191,314 +Switzerland,333513,5353913,804,191,314 +Switzerland,333514,2931020,804,191,314 +Switzerland,333515,13328377,804,191,314 +Switzerland,333516,6262,804,191,314 +Switzerland,333611,137307289,804,191,314 +Switzerland,333612,7445165,804,191,314 +Switzerland,333613,4107263,804,191,314 +Switzerland,333618,6085316,804,191,314 +Switzerland,333911,5701525,804,191,314 +Switzerland,333912,8991955,804,191,314 +Switzerland,333913,1734154,804,191,314 +Switzerland,333921,100113,804,191,314 +Switzerland,333922,3615267,804,191,314 +Switzerland,333923,431159,804,191,314 +Switzerland,333924,4485947,804,191,314 +Switzerland,333991,3128217,804,191,314 +Switzerland,333992,8802283,804,191,314 +Switzerland,333993,6390072,804,191,314 +Switzerland,333994,4922760,804,191,314 +Switzerland,333995,2229461,804,191,314 +Switzerland,333996,8480018,804,191,314 +Switzerland,333997,1716216,804,191,314 +Switzerland,333999,47578583,804,191,314 +Switzerland,334111,36538925,804,191,314 +Switzerland,334112,22437271,804,191,314 +Switzerland,334119,49523242,804,191,314 +Switzerland,334210,1658982,804,191,314 +Switzerland,334220,58271556,804,191,314 +Switzerland,334290,2074805,804,191,314 +Switzerland,334310,17456386,804,191,314 +Switzerland,334411,1034075,804,191,314 +Switzerland,334412,2885612,804,191,314 +Switzerland,334413,207732369,804,191,314 +Switzerland,334414,16862722,804,191,314 +Switzerland,334415,2480297,804,191,314 +Switzerland,334416,2108959,804,191,314 +Switzerland,334417,8884066,804,191,314 +Switzerland,334418,891694,804,191,314 +Switzerland,334419,14246779,804,191,314 +Switzerland,334510,112046973,804,191,314 +Switzerland,334511,8426845,804,191,314 +Switzerland,334512,294350,804,191,314 +Switzerland,334513,43508736,804,191,314 +Switzerland,334514,789570,804,191,314 +Switzerland,334515,40615902,804,191,314 +Switzerland,334516,86143072,804,191,314 +Switzerland,334517,33476259,804,191,314 +Switzerland,334518,187461145,804,191,314 +Switzerland,334519,15777082,804,191,314 +Switzerland,334612,5636473,804,191,314 +Switzerland,334613,3792889,804,191,314 +Switzerland,335110,789409,804,191,314 +Switzerland,335121,582343,804,191,314 +Switzerland,335129,2930529,804,191,314 +Switzerland,335211,2392448,804,191,314 +Switzerland,335212,727685,804,191,314 +Switzerland,335221,501491,804,191,314 +Switzerland,335222,121167,804,191,314 +Switzerland,335224,141286,804,191,314 +Switzerland,335228,4786521,804,191,314 +Switzerland,335311,658293,804,191,314 +Switzerland,335312,18311079,804,191,314 +Switzerland,335313,2685638,804,191,314 +Switzerland,335314,15651973,804,191,314 +Switzerland,335911,5717822,804,191,314 +Switzerland,335912,51397530,804,191,314 +Switzerland,335921,417440,804,191,314 +Switzerland,335929,4503054,804,191,314 +Switzerland,335931,5793166,804,191,314 +Switzerland,335932,102747,804,191,314 +Switzerland,335991,1591594,804,191,314 +Switzerland,335999,20094205,804,191,314 +Switzerland,336111,55114296,804,191,314 +Switzerland,336120,17243330,804,191,314 +Switzerland,336211,43236,804,191,314 +Switzerland,336212,42706,804,191,314 +Switzerland,336213,277495,804,191,314 +Switzerland,336214,808633,804,191,314 +Switzerland,336311,1818489,804,191,314 +Switzerland,336321,116868,804,191,314 +Switzerland,336322,2897111,804,191,314 +Switzerland,336330,79628,804,191,314 +Switzerland,336340,801087,804,191,314 +Switzerland,336350,1612960,804,191,314 +Switzerland,336360,253685,804,191,314 +Switzerland,336370,497642,804,191,314 +Switzerland,336391,17193,804,191,314 +Switzerland,336399,5179863,804,191,314 +Switzerland,336411,280052,804,191,314 +Switzerland,336412,9288806,804,191,314 +Switzerland,336413,68185148,804,191,314 +Switzerland,336415,12900,804,191,314 +Switzerland,336419,240305,804,191,314 +Switzerland,336510,669865,804,191,314 +Switzerland,336612,9951213,804,191,314 +Switzerland,336991,7387325,804,191,314 +Switzerland,336992,5325406,804,191,314 +Switzerland,337110,9000,804,191,314 +Switzerland,337124,930691,804,191,314 +Switzerland,337127,8598758,804,191,314 +Switzerland,337129,84935,804,191,314 +Switzerland,337211,376421,804,191,314 +Switzerland,337214,320908,804,191,314 +Switzerland,337215,1212057,804,191,314 +Switzerland,337910,305304,804,191,314 +Switzerland,337920,155628,804,191,314 +Switzerland,339112,325743795,804,191,314 +Switzerland,339113,400946304,804,191,314 +Switzerland,339114,63356845,804,191,314 +Switzerland,339115,6751785,804,191,314 +Switzerland,339911,705153781,804,191,314 +Switzerland,339912,66515,804,191,314 +Switzerland,339913,836527255,804,191,314 +Switzerland,339914,841492,804,191,314 +Switzerland,339920,8666206,804,191,314 +Switzerland,339932,3881266,804,191,314 +Switzerland,339941,1519443,804,191,314 +Switzerland,339942,144414,804,191,314 +Switzerland,339943,27231,804,191,314 +Switzerland,339944,48543,804,191,314 +Switzerland,339950,320812,804,191,314 +Switzerland,339991,15411382,804,191,314 +Switzerland,339992,7964237,804,191,314 +Switzerland,339993,721050,804,191,314 +Switzerland,339994,772855,804,191,314 +Switzerland,339999,7603656,804,191,314 +Switzerland,511210,3989385,804,191,314 +Switzerland,910000,5096773543,804,191,314 +Switzerland,920000,1847766858,804,191,314 +Switzerland,990000,698806810,804,191,314 +Syria,111110,160366984,806,192,315 +Syria,111120,173236,806,192,315 +Syria,111130,454958,806,192,315 +Syria,111140,14980979,806,192,315 +Syria,111150,255349068,806,192,315 +Syria,111199,43212,806,192,315 +Syria,111219,9385059,806,192,315 +Syria,111335,67050,806,192,315 +Syria,112111,22083,806,192,315 +Syria,114111,1539609,806,192,315 +Syria,311212,15023966,806,192,315 +Syria,311221,11675485,806,192,315 +Syria,311222,14332300,806,192,315 +Syria,311223,10240,806,192,315 +Syria,311225,68000,806,192,315 +Syria,311320,46128,806,192,315 +Syria,311340,25823,806,192,315 +Syria,311421,24563,806,192,315 +Syria,311512,1125757,806,192,315 +Syria,311513,66121,806,192,315 +Syria,311514,2828321,806,192,315 +Syria,311811,40749,806,192,315 +Syria,311822,352454,806,192,315 +Syria,311930,43617,806,192,315 +Syria,311942,54219,806,192,315 +Syria,311999,172135,806,192,315 +Syria,322130,34004,806,192,315 +Syria,323117,290625,806,192,315 +Syria,323118,41901,806,192,315 +Syria,323119,286971,806,192,315 +Syria,324110,204327,806,192,315 +Syria,325132,5432,806,192,315 +Syria,325188,42516,806,192,315 +Syria,325199,2034809,806,192,315 +Syria,325411,211064,806,192,315 +Syria,325412,1683605,806,192,315 +Syria,325414,123303,806,192,315 +Syria,325520,56670,806,192,315 +Syria,325611,30940,806,192,315 +Syria,325613,35846,806,192,315 +Syria,325992,36051,806,192,315 +Syria,326199,55115,806,192,315 +Syria,326220,10366,806,192,315 +Syria,327212,3500,806,192,315 +Syria,332420,8120,806,192,315 +Syria,332911,2576,806,192,315 +Syria,333314,3468,806,192,315 +Syria,333415,61590,806,192,315 +Syria,333999,5442,806,192,315 +Syria,334111,35700,806,192,315 +Syria,334119,89381,806,192,315 +Syria,334220,592710,806,192,315 +Syria,334418,5000,806,192,315 +Syria,334419,3152,806,192,315 +Syria,334510,2877118,806,192,315 +Syria,334513,23262,806,192,315 +Syria,334515,30971,806,192,315 +Syria,334516,253935,806,192,315 +Syria,334517,241248,806,192,315 +Syria,334519,102704,806,192,315 +Syria,334613,42877,806,192,315 +Syria,335211,38000,806,192,315 +Syria,335921,32597,806,192,315 +Syria,335929,24610,806,192,315 +Syria,336111,57620,806,192,315 +Syria,337124,61000,806,192,315 +Syria,337127,77570,806,192,315 +Syria,337129,43000,806,192,315 +Syria,339112,1971195,806,192,315 +Syria,339113,597842,806,192,315 +Syria,339114,289614,806,192,315 +Syria,339913,425104,806,192,315 +Syria,339999,129814,806,192,315 +Syria,511210,109777,806,192,315 +Syria,920000,69000,806,192,315 +Syria,990000,1545986,806,192,315 +Tajikistan,111130,1504438,806,193,316 +Tajikistan,111150,23490,806,193,316 +Tajikistan,111219,5000,806,193,316 +Tajikistan,111421,2767,806,193,316 +Tajikistan,112310,13076,806,193,316 +Tajikistan,311211,1513372,806,193,316 +Tajikistan,311225,665498,806,193,316 +Tajikistan,311514,6860,806,193,316 +Tajikistan,311615,7472897,806,193,316 +Tajikistan,311930,48264,806,193,316 +Tajikistan,314999,2985,806,193,316 +Tajikistan,315232,5000,806,193,316 +Tajikistan,315239,7050,806,193,316 +Tajikistan,316219,3485,806,193,316 +Tajikistan,321999,7192,806,193,316 +Tajikistan,323119,225000,806,193,316 +Tajikistan,325199,490749,806,193,316 +Tajikistan,325412,6413,806,193,316 +Tajikistan,325520,2971,806,193,316 +Tajikistan,325611,8302,806,193,316 +Tajikistan,325620,3290,806,193,316 +Tajikistan,325920,65070,806,193,316 +Tajikistan,325998,8400,806,193,316 +Tajikistan,331111,12628,806,193,316 +Tajikistan,332999,6750,806,193,316 +Tajikistan,333111,62399,806,193,316 +Tajikistan,333120,21250,806,193,316 +Tajikistan,333131,78122,806,193,316 +Tajikistan,333132,78106,806,193,316 +Tajikistan,333293,4695,806,193,316 +Tajikistan,333294,6079,806,193,316 +Tajikistan,333314,56652,806,193,316 +Tajikistan,333511,15580,806,193,316 +Tajikistan,333912,4275,806,193,316 +Tajikistan,333922,128390,806,193,316 +Tajikistan,333923,12000,806,193,316 +Tajikistan,333991,4368,806,193,316 +Tajikistan,333994,3200,806,193,316 +Tajikistan,333997,8517,806,193,316 +Tajikistan,333999,6655,806,193,316 +Tajikistan,334111,202759,806,193,316 +Tajikistan,334119,83949,806,193,316 +Tajikistan,334210,35493,806,193,316 +Tajikistan,334220,150166,806,193,316 +Tajikistan,334310,116304,806,193,316 +Tajikistan,334413,219152,806,193,316 +Tajikistan,334417,25528,806,193,316 +Tajikistan,334419,11704,806,193,316 +Tajikistan,334511,19000,806,193,316 +Tajikistan,334513,7091,806,193,316 +Tajikistan,334515,55720,806,193,316 +Tajikistan,334516,36792,806,193,316 +Tajikistan,334517,202881,806,193,316 +Tajikistan,334519,73009,806,193,316 +Tajikistan,334613,13817,806,193,316 +Tajikistan,335211,3567,806,193,316 +Tajikistan,335224,39959,806,193,316 +Tajikistan,335313,43706,806,193,316 +Tajikistan,335314,19510,806,193,316 +Tajikistan,335999,70205,806,193,316 +Tajikistan,336111,139000,806,193,316 +Tajikistan,336120,3200,806,193,316 +Tajikistan,336350,34171,806,193,316 +Tajikistan,339112,2900,806,193,316 +Tajikistan,339113,4950,806,193,316 +Tajikistan,339115,16100,806,193,316 +Tajikistan,511210,187521,806,193,316 +Tajikistan,990000,42504734,806,193,316 +Tanzania,111130,2371501,805,194,317 +Tanzania,111140,9301094,805,194,317 +Tanzania,111150,10777,805,194,317 +Tanzania,111199,7309,805,194,317 +Tanzania,111219,30200,805,194,317 +Tanzania,111910,38250,805,194,317 +Tanzania,111998,216313,805,194,317 +Tanzania,112310,512715,805,194,317 +Tanzania,113210,93843,805,194,317 +Tanzania,212325,76440,805,194,317 +Tanzania,212399,36023,805,194,317 +Tanzania,311211,5223689,805,194,317 +Tanzania,311221,168386,805,194,317 +Tanzania,311223,1497040,805,194,317 +Tanzania,311311,18214,805,194,317 +Tanzania,311340,5558,805,194,317 +Tanzania,311421,90049,805,194,317 +Tanzania,311422,3513,805,194,317 +Tanzania,311513,2850,805,194,317 +Tanzania,311514,261887,805,194,317 +Tanzania,311615,7542,805,194,317 +Tanzania,311711,5112,805,194,317 +Tanzania,311911,1384597,805,194,317 +Tanzania,311919,3352,805,194,317 +Tanzania,311941,1079889,805,194,317 +Tanzania,311999,998011,805,194,317 +Tanzania,312120,22771,805,194,317 +Tanzania,313221,140735,805,194,317 +Tanzania,313230,18897,805,194,317 +Tanzania,314110,14991,805,194,317 +Tanzania,314129,8877,805,194,317 +Tanzania,314912,568480,805,194,317 +Tanzania,314991,5700,805,194,317 +Tanzania,314992,22500,805,194,317 +Tanzania,314999,450714,805,194,317 +Tanzania,315223,9584,805,194,317 +Tanzania,315224,6198,805,194,317 +Tanzania,315228,8005,805,194,317 +Tanzania,315233,9533,805,194,317 +Tanzania,315234,104125,805,194,317 +Tanzania,315239,4660,805,194,317 +Tanzania,315999,67495,805,194,317 +Tanzania,316211,36000,805,194,317 +Tanzania,316213,377384,805,194,317 +Tanzania,316219,1388568,805,194,317 +Tanzania,316991,7975,805,194,317 +Tanzania,316999,248711,805,194,317 +Tanzania,321999,123200,805,194,317 +Tanzania,322110,51671,805,194,317 +Tanzania,322121,15373,805,194,317 +Tanzania,322122,628728,805,194,317 +Tanzania,322130,33196,805,194,317 +Tanzania,322222,109733,805,194,317 +Tanzania,322223,45129,805,194,317 +Tanzania,322291,19624,805,194,317 +Tanzania,322299,6086,805,194,317 +Tanzania,323117,2101355,805,194,317 +Tanzania,323118,10261,805,194,317 +Tanzania,323119,304437,805,194,317 +Tanzania,324110,70016,805,194,317 +Tanzania,324121,94793,805,194,317 +Tanzania,324122,10784,805,194,317 +Tanzania,325120,12500,805,194,317 +Tanzania,325131,4978,805,194,317 +Tanzania,325132,14991,805,194,317 +Tanzania,325188,4984,805,194,317 +Tanzania,325199,596929,805,194,317 +Tanzania,325211,2169319,805,194,317 +Tanzania,325312,3218,805,194,317 +Tanzania,325320,151731,805,194,317 +Tanzania,325411,6743,805,194,317 +Tanzania,325412,454341,805,194,317 +Tanzania,325414,2138271,805,194,317 +Tanzania,325510,30600,805,194,317 +Tanzania,325520,17121,805,194,317 +Tanzania,325611,95785,805,194,317 +Tanzania,325612,14021,805,194,317 +Tanzania,325613,2522,805,194,317 +Tanzania,325620,1513388,805,194,317 +Tanzania,325910,85495,805,194,317 +Tanzania,325992,41370,805,194,317 +Tanzania,325998,117060,805,194,317 +Tanzania,326121,5200,805,194,317 +Tanzania,326160,8500,805,194,317 +Tanzania,326191,13474,805,194,317 +Tanzania,326192,9121,805,194,317 +Tanzania,326199,1604307,805,194,317 +Tanzania,326211,8780697,805,194,317 +Tanzania,326220,8888,805,194,317 +Tanzania,326299,158948,805,194,317 +Tanzania,327112,5000,805,194,317 +Tanzania,327212,11370,805,194,317 +Tanzania,327310,17995,805,194,317 +Tanzania,327991,10000,805,194,317 +Tanzania,327992,49524,805,194,317 +Tanzania,327993,227088,805,194,317 +Tanzania,327999,199783,805,194,317 +Tanzania,331111,429367,805,194,317 +Tanzania,331491,22510,805,194,317 +Tanzania,332211,13585,805,194,317 +Tanzania,332212,43659,805,194,317 +Tanzania,332213,3138,805,194,317 +Tanzania,332311,428492,805,194,317 +Tanzania,332312,4044251,805,194,317 +Tanzania,332323,14553,805,194,317 +Tanzania,332410,6916,805,194,317 +Tanzania,332420,102542,805,194,317 +Tanzania,332439,44677,805,194,317 +Tanzania,332510,28132,805,194,317 +Tanzania,332611,67693,805,194,317 +Tanzania,332618,45279,805,194,317 +Tanzania,332722,81491,805,194,317 +Tanzania,332911,817088,805,194,317 +Tanzania,332912,59944,805,194,317 +Tanzania,332913,3467,805,194,317 +Tanzania,332919,685093,805,194,317 +Tanzania,332991,88377,805,194,317 +Tanzania,332992,352328,805,194,317 +Tanzania,332994,87190,805,194,317 +Tanzania,332995,4600,805,194,317 +Tanzania,332999,115537,805,194,317 +Tanzania,333111,2830891,805,194,317 +Tanzania,333120,12459145,805,194,317 +Tanzania,333131,4298844,805,194,317 +Tanzania,333132,3261849,805,194,317 +Tanzania,333210,4643,805,194,317 +Tanzania,333220,168840,805,194,317 +Tanzania,333291,74257,805,194,317 +Tanzania,333292,68062,805,194,317 +Tanzania,333293,192578,805,194,317 +Tanzania,333294,499516,805,194,317 +Tanzania,333295,1072500,805,194,317 +Tanzania,333313,348116,805,194,317 +Tanzania,333314,43974,805,194,317 +Tanzania,333315,117621,805,194,317 +Tanzania,333319,16346,805,194,317 +Tanzania,333411,152238,805,194,317 +Tanzania,333412,163216,805,194,317 +Tanzania,333414,52472,805,194,317 +Tanzania,333415,92832,805,194,317 +Tanzania,333512,298855,805,194,317 +Tanzania,333513,4854,805,194,317 +Tanzania,333515,13896,805,194,317 +Tanzania,333611,7600,805,194,317 +Tanzania,333612,468929,805,194,317 +Tanzania,333613,30640,805,194,317 +Tanzania,333618,1048406,805,194,317 +Tanzania,333911,336424,805,194,317 +Tanzania,333912,229263,805,194,317 +Tanzania,333913,8080,805,194,317 +Tanzania,333921,19289,805,194,317 +Tanzania,333922,83458,805,194,317 +Tanzania,333923,33933,805,194,317 +Tanzania,333924,602674,805,194,317 +Tanzania,333991,60653,805,194,317 +Tanzania,333992,30726,805,194,317 +Tanzania,333993,87977,805,194,317 +Tanzania,333994,292601,805,194,317 +Tanzania,333995,73039,805,194,317 +Tanzania,333996,38599,805,194,317 +Tanzania,333997,13380,805,194,317 +Tanzania,333999,5509076,805,194,317 +Tanzania,334111,6129694,805,194,317 +Tanzania,334112,124202,805,194,317 +Tanzania,334119,2864166,805,194,317 +Tanzania,334210,922315,805,194,317 +Tanzania,334220,1959169,805,194,317 +Tanzania,334290,6742,805,194,317 +Tanzania,334310,1241403,805,194,317 +Tanzania,334412,13780,805,194,317 +Tanzania,334413,1687285,805,194,317 +Tanzania,334414,3755,805,194,317 +Tanzania,334416,2750,805,194,317 +Tanzania,334417,38887,805,194,317 +Tanzania,334418,124373,805,194,317 +Tanzania,334419,682885,805,194,317 +Tanzania,334510,611941,805,194,317 +Tanzania,334511,582974,805,194,317 +Tanzania,334512,6963,805,194,317 +Tanzania,334513,838266,805,194,317 +Tanzania,334514,95081,805,194,317 +Tanzania,334515,214939,805,194,317 +Tanzania,334516,2235790,805,194,317 +Tanzania,334517,92744,805,194,317 +Tanzania,334518,38532,805,194,317 +Tanzania,334519,2400712,805,194,317 +Tanzania,334613,113152,805,194,317 +Tanzania,335110,7645,805,194,317 +Tanzania,335121,3359,805,194,317 +Tanzania,335129,5400,805,194,317 +Tanzania,335211,21214,805,194,317 +Tanzania,335221,23039,805,194,317 +Tanzania,335222,61539,805,194,317 +Tanzania,335224,43040,805,194,317 +Tanzania,335228,33557,805,194,317 +Tanzania,335312,124990,805,194,317 +Tanzania,335313,414955,805,194,317 +Tanzania,335314,187914,805,194,317 +Tanzania,335911,155161,805,194,317 +Tanzania,335912,2520,805,194,317 +Tanzania,335921,12600,805,194,317 +Tanzania,335929,233813,805,194,317 +Tanzania,335931,63353,805,194,317 +Tanzania,335999,111665,805,194,317 +Tanzania,336111,1549687,805,194,317 +Tanzania,336120,912372,805,194,317 +Tanzania,336211,1006994,805,194,317 +Tanzania,336212,6000,805,194,317 +Tanzania,336214,225104,805,194,317 +Tanzania,336311,22560,805,194,317 +Tanzania,336322,128311,805,194,317 +Tanzania,336340,33690,805,194,317 +Tanzania,336360,12936,805,194,317 +Tanzania,336399,647859,805,194,317 +Tanzania,336510,319537,805,194,317 +Tanzania,336612,137500,805,194,317 +Tanzania,336991,50253,805,194,317 +Tanzania,337124,78100,805,194,317 +Tanzania,337127,582237,805,194,317 +Tanzania,337211,45000,805,194,317 +Tanzania,337214,22769,805,194,317 +Tanzania,337215,108520,805,194,317 +Tanzania,339112,867205,805,194,317 +Tanzania,339113,410188,805,194,317 +Tanzania,339114,362963,805,194,317 +Tanzania,339115,7400,805,194,317 +Tanzania,339911,45672,805,194,317 +Tanzania,339913,214864,805,194,317 +Tanzania,339920,98791,805,194,317 +Tanzania,339932,930462,805,194,317 +Tanzania,339941,2651,805,194,317 +Tanzania,339942,14210,805,194,317 +Tanzania,339943,7405,805,194,317 +Tanzania,339944,4860,805,194,317 +Tanzania,339991,117921,805,194,317 +Tanzania,339992,39136,805,194,317 +Tanzania,339994,49100,805,194,317 +Tanzania,339999,168850,805,194,317 +Tanzania,511210,31256,805,194,317 +Tanzania,910000,1870602,805,194,317 +Tanzania,920000,20341598,805,194,317 +Tanzania,990000,8628845,805,194,317 +Thailand,111110,190794091,808,195,318 +Thailand,111120,477278,808,195,318 +Thailand,111130,347111,808,195,318 +Thailand,111140,119817520,808,195,318 +Thailand,111150,2375420,808,195,318 +Thailand,111160,20040,808,195,318 +Thailand,111199,497186,808,195,318 +Thailand,111211,9000,808,195,318 +Thailand,111219,1546575,808,195,318 +Thailand,111310,968549,808,195,318 +Thailand,111320,233953,808,195,318 +Thailand,111331,21214043,808,195,318 +Thailand,111332,16978206,808,195,318 +Thailand,111333,223449,808,195,318 +Thailand,111334,16415,808,195,318 +Thailand,111335,15233192,808,195,318 +Thailand,111339,3232102,808,195,318 +Thailand,111421,8812,808,195,318 +Thailand,111422,603545,808,195,318 +Thailand,111910,8942400,808,195,318 +Thailand,111920,256068113,808,195,318 +Thailand,111940,84007,808,195,318 +Thailand,111992,642000,808,195,318 +Thailand,111998,344345,808,195,318 +Thailand,112111,566268,808,195,318 +Thailand,112310,8825108,808,195,318 +Thailand,112511,13420,808,195,318 +Thailand,112910,520694,808,195,318 +Thailand,112920,234546,808,195,318 +Thailand,112930,8254,808,195,318 +Thailand,112990,190336,808,195,318 +Thailand,113210,2489814,808,195,318 +Thailand,113310,8272087,808,195,318 +Thailand,114111,34765696,808,195,318 +Thailand,114112,5615026,808,195,318 +Thailand,114119,214319,808,195,318 +Thailand,211111,17776,808,195,318 +Thailand,211112,9780,808,195,318 +Thailand,212112,213873,808,195,318 +Thailand,212113,85586,808,195,318 +Thailand,212221,28046,808,195,318 +Thailand,212222,17409,808,195,318 +Thailand,212234,201105,808,195,318 +Thailand,212299,915660,808,195,318 +Thailand,212311,54859,808,195,318 +Thailand,212319,186551,808,195,318 +Thailand,212322,337656,808,195,318 +Thailand,212324,6678476,808,195,318 +Thailand,212325,5511225,808,195,318 +Thailand,212392,22100,808,195,318 +Thailand,212393,455191,808,195,318 +Thailand,212399,2789779,808,195,318 +Thailand,311111,6182579,808,195,318 +Thailand,311119,38040922,808,195,318 +Thailand,311211,764900,808,195,318 +Thailand,311212,3421378,808,195,318 +Thailand,311221,29328750,808,195,318 +Thailand,311222,54227929,808,195,318 +Thailand,311223,3182204,808,195,318 +Thailand,311225,353528,808,195,318 +Thailand,311230,2116377,808,195,318 +Thailand,311311,2198220,808,195,318 +Thailand,311320,3282470,808,195,318 +Thailand,311340,972261,808,195,318 +Thailand,311411,16134249,808,195,318 +Thailand,311421,12596850,808,195,318 +Thailand,311422,361746,808,195,318 +Thailand,311423,7411720,808,195,318 +Thailand,311511,1403081,808,195,318 +Thailand,311512,10813,808,195,318 +Thailand,311513,1115124,808,195,318 +Thailand,311514,53174156,808,195,318 +Thailand,311520,44503,808,195,318 +Thailand,311611,74740888,808,195,318 +Thailand,311613,21372725,808,195,318 +Thailand,311615,1808484,808,195,318 +Thailand,311711,6080479,808,195,318 +Thailand,311811,1523729,808,195,318 +Thailand,311822,2904230,808,195,318 +Thailand,311823,100066,808,195,318 +Thailand,311911,1461991,808,195,318 +Thailand,311919,1409776,808,195,318 +Thailand,311920,5026550,808,195,318 +Thailand,311930,3916136,808,195,318 +Thailand,311941,8787208,808,195,318 +Thailand,311942,2053384,808,195,318 +Thailand,311999,48058482,808,195,318 +Thailand,312111,226015,808,195,318 +Thailand,312112,15000,808,195,318 +Thailand,312113,13816,808,195,318 +Thailand,312120,54278987,808,195,318 +Thailand,312130,5330244,808,195,318 +Thailand,312140,1995670,808,195,318 +Thailand,312229,99295,808,195,318 +Thailand,313111,6625550,808,195,318 +Thailand,313113,324356,808,195,318 +Thailand,313210,6520016,808,195,318 +Thailand,313221,3805744,808,195,318 +Thailand,313230,28678449,808,195,318 +Thailand,313249,8307661,808,195,318 +Thailand,313312,33427,808,195,318 +Thailand,313320,15081276,808,195,318 +Thailand,314110,722435,808,195,318 +Thailand,314121,20957,808,195,318 +Thailand,314129,342323,808,195,318 +Thailand,314911,31932,808,195,318 +Thailand,314912,82052,808,195,318 +Thailand,314991,293049,808,195,318 +Thailand,314992,814619,808,195,318 +Thailand,314999,3322696,808,195,318 +Thailand,315111,135161,808,195,318 +Thailand,315221,275292,808,195,318 +Thailand,315222,195057,808,195,318 +Thailand,315223,439692,808,195,318 +Thailand,315224,658836,808,195,318 +Thailand,315228,103712,808,195,318 +Thailand,315231,304153,808,195,318 +Thailand,315232,196227,808,195,318 +Thailand,315233,283914,808,195,318 +Thailand,315234,68323,808,195,318 +Thailand,315239,1236599,808,195,318 +Thailand,315291,10959,808,195,318 +Thailand,315292,179902,808,195,318 +Thailand,315991,33017,808,195,318 +Thailand,315992,380103,808,195,318 +Thailand,315993,27287,808,195,318 +Thailand,315999,1012117,808,195,318 +Thailand,316110,16713688,808,195,318 +Thailand,316211,25654,808,195,318 +Thailand,316213,314865,808,195,318 +Thailand,316214,113400,808,195,318 +Thailand,316219,601245,808,195,318 +Thailand,316991,2633722,808,195,318 +Thailand,316992,1088433,808,195,318 +Thailand,316993,407599,808,195,318 +Thailand,316999,575007,808,195,318 +Thailand,321113,16381249,808,195,318 +Thailand,321114,523539,808,195,318 +Thailand,321211,148101,808,195,318 +Thailand,321212,215117,808,195,318 +Thailand,321213,529633,808,195,318 +Thailand,321219,207745,808,195,318 +Thailand,321911,189680,808,195,318 +Thailand,321918,128174,808,195,318 +Thailand,321920,260540,808,195,318 +Thailand,321992,160500,808,195,318 +Thailand,321999,434622,808,195,318 +Thailand,322110,59085066,808,195,318 +Thailand,322121,19307968,808,195,318 +Thailand,322122,710567,808,195,318 +Thailand,322130,20407993,808,195,318 +Thailand,322211,462565,808,195,318 +Thailand,322212,362039,808,195,318 +Thailand,322213,2656,808,195,318 +Thailand,322214,113259,808,195,318 +Thailand,322215,864978,808,195,318 +Thailand,322222,37979627,808,195,318 +Thailand,322223,3581883,808,195,318 +Thailand,322224,20050,808,195,318 +Thailand,322233,15268,808,195,318 +Thailand,322291,803109,808,195,318 +Thailand,322299,1517339,808,195,318 +Thailand,323116,2549,808,195,318 +Thailand,323117,13345883,808,195,318 +Thailand,323118,336212,808,195,318 +Thailand,323119,8116559,808,195,318 +Thailand,323122,229047,808,195,318 +Thailand,324110,187743170,808,195,318 +Thailand,324121,1840962,808,195,318 +Thailand,324122,1579231,808,195,318 +Thailand,325110,393121,808,195,318 +Thailand,325120,865712,808,195,318 +Thailand,325131,46743681,808,195,318 +Thailand,325132,8572106,808,195,318 +Thailand,325181,19151994,808,195,318 +Thailand,325182,1617012,808,195,318 +Thailand,325188,143669715,808,195,318 +Thailand,325191,2920792,808,195,318 +Thailand,325192,7153036,808,195,318 +Thailand,325199,316511978,808,195,318 +Thailand,325211,259998178,808,195,318 +Thailand,325212,131397093,808,195,318 +Thailand,325221,2165964,808,195,318 +Thailand,325222,14833702,808,195,318 +Thailand,325311,393119,808,195,318 +Thailand,325312,57955572,808,195,318 +Thailand,325320,20275510,808,195,318 +Thailand,325411,19792277,808,195,318 +Thailand,325412,81222506,808,195,318 +Thailand,325414,35624494,808,195,318 +Thailand,325510,17250367,808,195,318 +Thailand,325520,27723561,808,195,318 +Thailand,325611,29555492,808,195,318 +Thailand,325612,8699069,808,195,318 +Thailand,325613,35995407,808,195,318 +Thailand,325620,50256617,808,195,318 +Thailand,325910,4774084,808,195,318 +Thailand,325920,16496956,808,195,318 +Thailand,325992,11087028,808,195,318 +Thailand,325998,46764074,808,195,318 +Thailand,326113,28798901,808,195,318 +Thailand,326121,3385677,808,195,318 +Thailand,326122,1353755,808,195,318 +Thailand,326160,375266,808,195,318 +Thailand,326191,80267,808,195,318 +Thailand,326192,402295,808,195,318 +Thailand,326199,38411017,808,195,318 +Thailand,326211,8686071,808,195,318 +Thailand,326220,8435735,808,195,318 +Thailand,326299,7658785,808,195,318 +Thailand,327111,102929,808,195,318 +Thailand,327112,9024636,808,195,318 +Thailand,327113,3741199,808,195,318 +Thailand,327121,33673,808,195,318 +Thailand,327123,108876,808,195,318 +Thailand,327124,3151392,808,195,318 +Thailand,327125,2265734,808,195,318 +Thailand,327211,4606162,808,195,318 +Thailand,327212,5867448,808,195,318 +Thailand,327213,403729,808,195,318 +Thailand,327215,16757492,808,195,318 +Thailand,327310,9060,808,195,318 +Thailand,327320,3593,808,195,318 +Thailand,327331,254013,808,195,318 +Thailand,327390,21908,808,195,318 +Thailand,327420,624686,808,195,318 +Thailand,327910,8533540,808,195,318 +Thailand,327991,24812,808,195,318 +Thailand,327992,6575522,808,195,318 +Thailand,327993,4468050,808,195,318 +Thailand,327999,2362196,808,195,318 +Thailand,331111,57878058,808,195,318 +Thailand,331112,291190,808,195,318 +Thailand,331222,901037,808,195,318 +Thailand,331311,3624916,808,195,318 +Thailand,331312,237599,808,195,318 +Thailand,331314,201820,808,195,318 +Thailand,331315,13786022,808,195,318 +Thailand,331316,1193639,808,195,318 +Thailand,331319,2006547,808,195,318 +Thailand,331411,9648646,808,195,318 +Thailand,331419,201887801,808,195,318 +Thailand,331421,18235656,808,195,318 +Thailand,331422,3029164,808,195,318 +Thailand,331491,11175541,808,195,318 +Thailand,331492,6165903,808,195,318 +Thailand,331511,5696642,808,195,318 +Thailand,332115,6981533,808,195,318 +Thailand,332211,1030970,808,195,318 +Thailand,332212,10564513,808,195,318 +Thailand,332213,1332499,808,195,318 +Thailand,332214,18144,808,195,318 +Thailand,332311,3835240,808,195,318 +Thailand,332312,1278087,808,195,318 +Thailand,332321,457608,808,195,318 +Thailand,332322,1048128,808,195,318 +Thailand,332323,7925,808,195,318 +Thailand,332410,5770593,808,195,318 +Thailand,332420,4602358,808,195,318 +Thailand,332431,941368,808,195,318 +Thailand,332439,762607,808,195,318 +Thailand,332510,4764301,808,195,318 +Thailand,332611,949818,808,195,318 +Thailand,332618,1754999,808,195,318 +Thailand,332722,8007892,808,195,318 +Thailand,332911,63759295,808,195,318 +Thailand,332912,3665411,808,195,318 +Thailand,332913,851525,808,195,318 +Thailand,332919,12202657,808,195,318 +Thailand,332991,9733766,808,195,318 +Thailand,332992,3210875,808,195,318 +Thailand,332994,33815693,808,195,318 +Thailand,332995,328275,808,195,318 +Thailand,332998,204299,808,195,318 +Thailand,332999,13919337,808,195,318 +Thailand,333111,14257966,808,195,318 +Thailand,333120,64895330,808,195,318 +Thailand,333131,22070216,808,195,318 +Thailand,333132,70814122,808,195,318 +Thailand,333210,297213,808,195,318 +Thailand,333220,28655072,808,195,318 +Thailand,333291,5640869,808,195,318 +Thailand,333292,9255946,808,195,318 +Thailand,333293,11652597,808,195,318 +Thailand,333294,13892118,808,195,318 +Thailand,333295,21952402,808,195,318 +Thailand,333298,8564316,808,195,318 +Thailand,333311,1383163,808,195,318 +Thailand,333313,5049595,808,195,318 +Thailand,333314,50681446,808,195,318 +Thailand,333315,12133829,808,195,318 +Thailand,333319,4442808,808,195,318 +Thailand,333411,26525945,808,195,318 +Thailand,333412,2715925,808,195,318 +Thailand,333414,3648947,808,195,318 +Thailand,333415,76319402,808,195,318 +Thailand,333511,7480687,808,195,318 +Thailand,333512,26686144,808,195,318 +Thailand,333513,15018099,808,195,318 +Thailand,333514,3625431,808,195,318 +Thailand,333515,6427856,808,195,318 +Thailand,333516,494773,808,195,318 +Thailand,333611,75491383,808,195,318 +Thailand,333612,6713360,808,195,318 +Thailand,333613,3195965,808,195,318 +Thailand,333618,22535188,808,195,318 +Thailand,333911,35834885,808,195,318 +Thailand,333912,18811925,808,195,318 +Thailand,333913,1842328,808,195,318 +Thailand,333921,617456,808,195,318 +Thailand,333922,10114520,808,195,318 +Thailand,333923,1337704,808,195,318 +Thailand,333924,9007129,808,195,318 +Thailand,333991,2630004,808,195,318 +Thailand,333992,17860051,808,195,318 +Thailand,333993,7533819,808,195,318 +Thailand,333994,8413278,808,195,318 +Thailand,333995,1731662,808,195,318 +Thailand,333996,6806671,808,195,318 +Thailand,333997,2307436,808,195,318 +Thailand,333999,112588797,808,195,318 +Thailand,334111,45052533,808,195,318 +Thailand,334112,33830826,808,195,318 +Thailand,334119,489545024,808,195,318 +Thailand,334210,5689265,808,195,318 +Thailand,334220,162878062,808,195,318 +Thailand,334290,6694351,808,195,318 +Thailand,334310,20795549,808,195,318 +Thailand,334411,795029,808,195,318 +Thailand,334412,36327741,808,195,318 +Thailand,334413,1523145955,808,195,318 +Thailand,334414,10046379,808,195,318 +Thailand,334415,3885090,808,195,318 +Thailand,334416,4244283,808,195,318 +Thailand,334417,51377441,808,195,318 +Thailand,334418,2490394,808,195,318 +Thailand,334419,53291697,808,195,318 +Thailand,334510,51526421,808,195,318 +Thailand,334511,9803161,808,195,318 +Thailand,334512,5266594,808,195,318 +Thailand,334513,58959683,808,195,318 +Thailand,334514,1291029,808,195,318 +Thailand,334515,163460722,808,195,318 +Thailand,334516,44864706,808,195,318 +Thailand,334517,19433652,808,195,318 +Thailand,334518,1715937,808,195,318 +Thailand,334519,32334166,808,195,318 +Thailand,334612,316569,808,195,318 +Thailand,334613,821509,808,195,318 +Thailand,335110,4937110,808,195,318 +Thailand,335121,262930,808,195,318 +Thailand,335129,3528731,808,195,318 +Thailand,335211,3170688,808,195,318 +Thailand,335212,104451,808,195,318 +Thailand,335221,510173,808,195,318 +Thailand,335222,638453,808,195,318 +Thailand,335224,6323618,808,195,318 +Thailand,335228,4043481,808,195,318 +Thailand,335311,2530087,808,195,318 +Thailand,335312,23236343,808,195,318 +Thailand,335313,9155579,808,195,318 +Thailand,335314,26053279,808,195,318 +Thailand,335911,3945551,808,195,318 +Thailand,335912,2135374,808,195,318 +Thailand,335921,6406864,808,195,318 +Thailand,335929,18926845,808,195,318 +Thailand,335931,22877973,808,195,318 +Thailand,335932,233760,808,195,318 +Thailand,335991,2131667,808,195,318 +Thailand,335999,23122521,808,195,318 +Thailand,336111,24847937,808,195,318 +Thailand,336120,2640724,808,195,318 +Thailand,336211,65768,808,195,318 +Thailand,336212,296750,808,195,318 +Thailand,336213,118493,808,195,318 +Thailand,336214,5108551,808,195,318 +Thailand,336311,23543335,808,195,318 +Thailand,336321,6298282,808,195,318 +Thailand,336322,13459785,808,195,318 +Thailand,336330,1484992,808,195,318 +Thailand,336340,1489100,808,195,318 +Thailand,336350,3656548,808,195,318 +Thailand,336360,663133,808,195,318 +Thailand,336370,771951,808,195,318 +Thailand,336391,508265,808,195,318 +Thailand,336399,50287795,808,195,318 +Thailand,336411,316648,808,195,318 +Thailand,336412,4188149,808,195,318 +Thailand,336413,39676070,808,195,318 +Thailand,336415,7349,808,195,318 +Thailand,336419,28502,808,195,318 +Thailand,336510,712048,808,195,318 +Thailand,336611,98450,808,195,318 +Thailand,336612,4059388,808,195,318 +Thailand,336991,10812709,808,195,318 +Thailand,336992,2583583,808,195,318 +Thailand,337121,87465,808,195,318 +Thailand,337124,2986928,808,195,318 +Thailand,337127,7336108,808,195,318 +Thailand,337211,130167,808,195,318 +Thailand,337214,208182,808,195,318 +Thailand,337215,4339831,808,195,318 +Thailand,337910,151855,808,195,318 +Thailand,337920,101707,808,195,318 +Thailand,339112,33931289,808,195,318 +Thailand,339113,35425921,808,195,318 +Thailand,339114,9873578,808,195,318 +Thailand,339115,33914221,808,195,318 +Thailand,339911,65048400,808,195,318 +Thailand,339912,50606,808,195,318 +Thailand,339913,88703003,808,195,318 +Thailand,339914,2249431,808,195,318 +Thailand,339920,24531998,808,195,318 +Thailand,339932,664665,808,195,318 +Thailand,339941,107992,808,195,318 +Thailand,339942,101190,808,195,318 +Thailand,339943,47810,808,195,318 +Thailand,339944,820135,808,195,318 +Thailand,339950,175495,808,195,318 +Thailand,339991,7614771,808,195,318 +Thailand,339992,6692117,808,195,318 +Thailand,339993,1312159,808,195,318 +Thailand,339994,1131321,808,195,318 +Thailand,339999,4902564,808,195,318 +Thailand,511210,603372,808,195,318 +Thailand,910000,265261651,808,195,318 +Thailand,920000,9272658,808,195,318 +Thailand,990000,270000991,808,195,318 +The Former Yugoslav Republic of Macedonia,111333,5843,804,196,319 +The Former Yugoslav Republic of Macedonia,111335,280515,804,196,319 +The Former Yugoslav Republic of Macedonia,111422,33993,804,196,319 +The Former Yugoslav Republic of Macedonia,111998,4500,804,196,319 +The Former Yugoslav Republic of Macedonia,113210,6049,804,196,319 +The Former Yugoslav Republic of Macedonia,114111,9307,804,196,319 +The Former Yugoslav Republic of Macedonia,114119,6820,804,196,319 +The Former Yugoslav Republic of Macedonia,311119,38444,804,196,319 +The Former Yugoslav Republic of Macedonia,311211,12420,804,196,319 +The Former Yugoslav Republic of Macedonia,311222,88805,804,196,319 +The Former Yugoslav Republic of Macedonia,311223,7151,804,196,319 +The Former Yugoslav Republic of Macedonia,311411,4845,804,196,319 +The Former Yugoslav Republic of Macedonia,311611,2486699,804,196,319 +The Former Yugoslav Republic of Macedonia,311613,13937,804,196,319 +The Former Yugoslav Republic of Macedonia,311615,4388005,804,196,319 +The Former Yugoslav Republic of Macedonia,311920,56037,804,196,319 +The Former Yugoslav Republic of Macedonia,311999,21198,804,196,319 +The Former Yugoslav Republic of Macedonia,312229,2898,804,196,319 +The Former Yugoslav Republic of Macedonia,313210,134866,804,196,319 +The Former Yugoslav Republic of Macedonia,313221,3042,804,196,319 +The Former Yugoslav Republic of Macedonia,315224,4041,804,196,319 +The Former Yugoslav Republic of Macedonia,315228,24566,804,196,319 +The Former Yugoslav Republic of Macedonia,315292,2800,804,196,319 +The Former Yugoslav Republic of Macedonia,315992,3316,804,196,319 +The Former Yugoslav Republic of Macedonia,315999,58853,804,196,319 +The Former Yugoslav Republic of Macedonia,316219,3599,804,196,319 +The Former Yugoslav Republic of Macedonia,316991,33462,804,196,319 +The Former Yugoslav Republic of Macedonia,322130,10649,804,196,319 +The Former Yugoslav Republic of Macedonia,322223,5350,804,196,319 +The Former Yugoslav Republic of Macedonia,323117,19689,804,196,319 +The Former Yugoslav Republic of Macedonia,325188,330187,804,196,319 +The Former Yugoslav Republic of Macedonia,325312,37264,804,196,319 +The Former Yugoslav Republic of Macedonia,325411,76583,804,196,319 +The Former Yugoslav Republic of Macedonia,325412,70828,804,196,319 +The Former Yugoslav Republic of Macedonia,325414,378125,804,196,319 +The Former Yugoslav Republic of Macedonia,325620,77443,804,196,319 +The Former Yugoslav Republic of Macedonia,325910,31927,804,196,319 +The Former Yugoslav Republic of Macedonia,325992,4522,804,196,319 +The Former Yugoslav Republic of Macedonia,326199,56252,804,196,319 +The Former Yugoslav Republic of Macedonia,326220,3262,804,196,319 +The Former Yugoslav Republic of Macedonia,326299,32000,804,196,319 +The Former Yugoslav Republic of Macedonia,327212,9832,804,196,319 +The Former Yugoslav Republic of Macedonia,327215,8000,804,196,319 +The Former Yugoslav Republic of Macedonia,327390,4017,804,196,319 +The Former Yugoslav Republic of Macedonia,327999,41293,804,196,319 +The Former Yugoslav Republic of Macedonia,331111,2850,804,196,319 +The Former Yugoslav Republic of Macedonia,331311,8229,804,196,319 +The Former Yugoslav Republic of Macedonia,331422,3375,804,196,319 +The Former Yugoslav Republic of Macedonia,332212,38374,804,196,319 +The Former Yugoslav Republic of Macedonia,332213,2703,804,196,319 +The Former Yugoslav Republic of Macedonia,332312,3033,804,196,319 +The Former Yugoslav Republic of Macedonia,332722,5700,804,196,319 +The Former Yugoslav Republic of Macedonia,332911,12890,804,196,319 +The Former Yugoslav Republic of Macedonia,332912,26684,804,196,319 +The Former Yugoslav Republic of Macedonia,332919,22834,804,196,319 +The Former Yugoslav Republic of Macedonia,332991,61566,804,196,319 +The Former Yugoslav Republic of Macedonia,332992,32995,804,196,319 +The Former Yugoslav Republic of Macedonia,332994,24245,804,196,319 +The Former Yugoslav Republic of Macedonia,333111,306171,804,196,319 +The Former Yugoslav Republic of Macedonia,333120,1489795,804,196,319 +The Former Yugoslav Republic of Macedonia,333131,98511,804,196,319 +The Former Yugoslav Republic of Macedonia,333132,35218,804,196,319 +The Former Yugoslav Republic of Macedonia,333292,7182,804,196,319 +The Former Yugoslav Republic of Macedonia,333293,68453,804,196,319 +The Former Yugoslav Republic of Macedonia,333294,67531,804,196,319 +The Former Yugoslav Republic of Macedonia,333311,14000,804,196,319 +The Former Yugoslav Republic of Macedonia,333314,200963,804,196,319 +The Former Yugoslav Republic of Macedonia,333315,64130,804,196,319 +The Former Yugoslav Republic of Macedonia,333412,23794,804,196,319 +The Former Yugoslav Republic of Macedonia,333415,32094,804,196,319 +The Former Yugoslav Republic of Macedonia,333512,1055634,804,196,319 +The Former Yugoslav Republic of Macedonia,333515,34300,804,196,319 +The Former Yugoslav Republic of Macedonia,333611,14862,804,196,319 +The Former Yugoslav Republic of Macedonia,333612,79714,804,196,319 +The Former Yugoslav Republic of Macedonia,333613,107302,804,196,319 +The Former Yugoslav Republic of Macedonia,333618,60219,804,196,319 +The Former Yugoslav Republic of Macedonia,333911,76000,804,196,319 +The Former Yugoslav Republic of Macedonia,333912,53123,804,196,319 +The Former Yugoslav Republic of Macedonia,333913,6000,804,196,319 +The Former Yugoslav Republic of Macedonia,333922,13066,804,196,319 +The Former Yugoslav Republic of Macedonia,333924,177069,804,196,319 +The Former Yugoslav Republic of Macedonia,333992,6219,804,196,319 +The Former Yugoslav Republic of Macedonia,333993,27220,804,196,319 +The Former Yugoslav Republic of Macedonia,333994,53184,804,196,319 +The Former Yugoslav Republic of Macedonia,333996,12250,804,196,319 +The Former Yugoslav Republic of Macedonia,333999,450628,804,196,319 +The Former Yugoslav Republic of Macedonia,334111,1559068,804,196,319 +The Former Yugoslav Republic of Macedonia,334112,315729,804,196,319 +The Former Yugoslav Republic of Macedonia,334119,501584,804,196,319 +The Former Yugoslav Republic of Macedonia,334210,20226,804,196,319 +The Former Yugoslav Republic of Macedonia,334220,930280,804,196,319 +The Former Yugoslav Republic of Macedonia,334290,17670,804,196,319 +The Former Yugoslav Republic of Macedonia,334310,50502,804,196,319 +The Former Yugoslav Republic of Macedonia,334411,25500,804,196,319 +The Former Yugoslav Republic of Macedonia,334412,7488,804,196,319 +The Former Yugoslav Republic of Macedonia,334413,391030,804,196,319 +The Former Yugoslav Republic of Macedonia,334415,3488,804,196,319 +The Former Yugoslav Republic of Macedonia,334417,12553,804,196,319 +The Former Yugoslav Republic of Macedonia,334419,801141,804,196,319 +The Former Yugoslav Republic of Macedonia,334510,793728,804,196,319 +The Former Yugoslav Republic of Macedonia,334511,56945,804,196,319 +The Former Yugoslav Republic of Macedonia,334513,100273,804,196,319 +The Former Yugoslav Republic of Macedonia,334515,60569,804,196,319 +The Former Yugoslav Republic of Macedonia,334516,122538,804,196,319 +The Former Yugoslav Republic of Macedonia,334517,48907,804,196,319 +The Former Yugoslav Republic of Macedonia,334519,208437,804,196,319 +The Former Yugoslav Republic of Macedonia,335110,2874,804,196,319 +The Former Yugoslav Republic of Macedonia,335129,75146,804,196,319 +The Former Yugoslav Republic of Macedonia,335211,60289,804,196,319 +The Former Yugoslav Republic of Macedonia,335312,76363,804,196,319 +The Former Yugoslav Republic of Macedonia,335313,15130,804,196,319 +The Former Yugoslav Republic of Macedonia,335314,43919,804,196,319 +The Former Yugoslav Republic of Macedonia,335912,2752,804,196,319 +The Former Yugoslav Republic of Macedonia,335921,16515,804,196,319 +The Former Yugoslav Republic of Macedonia,335929,17389,804,196,319 +The Former Yugoslav Republic of Macedonia,335931,3887,804,196,319 +The Former Yugoslav Republic of Macedonia,335991,87559,804,196,319 +The Former Yugoslav Republic of Macedonia,335999,121087,804,196,319 +The Former Yugoslav Republic of Macedonia,336111,149200,804,196,319 +The Former Yugoslav Republic of Macedonia,336311,3793,804,196,319 +The Former Yugoslav Republic of Macedonia,336322,32854,804,196,319 +The Former Yugoslav Republic of Macedonia,336330,9450,804,196,319 +The Former Yugoslav Republic of Macedonia,336340,9000,804,196,319 +The Former Yugoslav Republic of Macedonia,336350,24667,804,196,319 +The Former Yugoslav Republic of Macedonia,336360,60766,804,196,319 +The Former Yugoslav Republic of Macedonia,336399,53635,804,196,319 +The Former Yugoslav Republic of Macedonia,336412,60000,804,196,319 +The Former Yugoslav Republic of Macedonia,336413,13392,804,196,319 +The Former Yugoslav Republic of Macedonia,336510,126309,804,196,319 +The Former Yugoslav Republic of Macedonia,336991,14000,804,196,319 +The Former Yugoslav Republic of Macedonia,336992,3147463,804,196,319 +The Former Yugoslav Republic of Macedonia,337124,2790,804,196,319 +The Former Yugoslav Republic of Macedonia,337127,7056,804,196,319 +The Former Yugoslav Republic of Macedonia,337214,13580,804,196,319 +The Former Yugoslav Republic of Macedonia,339112,169754,804,196,319 +The Former Yugoslav Republic of Macedonia,339113,224370,804,196,319 +The Former Yugoslav Republic of Macedonia,339114,13231,804,196,319 +The Former Yugoslav Republic of Macedonia,339920,157249,804,196,319 +The Former Yugoslav Republic of Macedonia,339932,13320,804,196,319 +The Former Yugoslav Republic of Macedonia,339991,19226,804,196,319 +The Former Yugoslav Republic of Macedonia,339992,3260,804,196,319 +The Former Yugoslav Republic of Macedonia,339999,19780,804,196,319 +The Former Yugoslav Republic of Macedonia,990000,8546329,804,196,319 +Timor-Leste,114112,804218,808,197,320 +Timor-Leste,212324,85680,808,197,320 +Timor-Leste,212399,5231,808,197,320 +Timor-Leste,313230,9662,808,197,320 +Timor-Leste,314999,19094,808,197,320 +Timor-Leste,315999,7730,808,197,320 +Timor-Leste,322223,7123,808,197,320 +Timor-Leste,323117,26301,808,197,320 +Timor-Leste,324110,38091,808,197,320 +Timor-Leste,325211,203848,808,197,320 +Timor-Leste,325412,291940,808,197,320 +Timor-Leste,325520,39000,808,197,320 +Timor-Leste,325613,3999,808,197,320 +Timor-Leste,325998,13040,808,197,320 +Timor-Leste,326199,54262,808,197,320 +Timor-Leste,326211,24000,808,197,320 +Timor-Leste,327999,100001,808,197,320 +Timor-Leste,331511,96252,808,197,320 +Timor-Leste,332312,33050,808,197,320 +Timor-Leste,332439,26925,808,197,320 +Timor-Leste,332911,43380,808,197,320 +Timor-Leste,332919,5700,808,197,320 +Timor-Leste,333120,3840,808,197,320 +Timor-Leste,333411,11350,808,197,320 +Timor-Leste,333414,6935,808,197,320 +Timor-Leste,333415,10700,808,197,320 +Timor-Leste,333515,5100,808,197,320 +Timor-Leste,333912,29005,808,197,320 +Timor-Leste,333924,37000,808,197,320 +Timor-Leste,333991,27582,808,197,320 +Timor-Leste,333999,238588,808,197,320 +Timor-Leste,334111,13311,808,197,320 +Timor-Leste,334112,2632,808,197,320 +Timor-Leste,334119,74007,808,197,320 +Timor-Leste,334210,86297,808,197,320 +Timor-Leste,334220,241928,808,197,320 +Timor-Leste,334310,13264,808,197,320 +Timor-Leste,334413,6806,808,197,320 +Timor-Leste,334417,16043,808,197,320 +Timor-Leste,334419,2613,808,197,320 +Timor-Leste,334510,28402,808,197,320 +Timor-Leste,334512,4795,808,197,320 +Timor-Leste,334513,120596,808,197,320 +Timor-Leste,334515,11543,808,197,320 +Timor-Leste,334516,66700,808,197,320 +Timor-Leste,334613,4899,808,197,320 +Timor-Leste,335311,2918,808,197,320 +Timor-Leste,335312,590537,808,197,320 +Timor-Leste,335313,42872,808,197,320 +Timor-Leste,335314,30000,808,197,320 +Timor-Leste,335929,7663,808,197,320 +Timor-Leste,336111,133000,808,197,320 +Timor-Leste,336322,6750,808,197,320 +Timor-Leste,336399,16105,808,197,320 +Timor-Leste,337127,274939,808,197,320 +Timor-Leste,339113,59446,808,197,320 +Timor-Leste,339920,3366,808,197,320 +Timor-Leste,339999,19596,808,197,320 +Timor-Leste,920000,15000,808,197,320 +Timor-Leste,990000,110117,808,197,320 +Togo,111150,99441,805,198,321 +Togo,111339,153170,805,198,321 +Togo,111920,120000,805,198,321 +Togo,311212,6423902,805,198,321 +Togo,311221,136810,805,198,321 +Togo,311411,163400,805,198,321 +Togo,311930,163200,805,198,321 +Togo,311941,4515891,805,198,321 +Togo,311999,300276,805,198,321 +Togo,312140,13700,805,198,321 +Togo,312229,14087,805,198,321 +Togo,313210,44825,805,198,321 +Togo,313221,37817,805,198,321 +Togo,313230,5050,805,198,321 +Togo,314110,25326,805,198,321 +Togo,314129,16488,805,198,321 +Togo,314912,177552,805,198,321 +Togo,314999,183255,805,198,321 +Togo,315223,32700,805,198,321 +Togo,315224,32700,805,198,321 +Togo,315239,33150,805,198,321 +Togo,315999,5180,805,198,321 +Togo,316211,40000,805,198,321 +Togo,316213,16201,805,198,321 +Togo,316214,29250,805,198,321 +Togo,316219,2398283,805,198,321 +Togo,316991,81271,805,198,321 +Togo,316993,44000,805,198,321 +Togo,316999,284771,805,198,321 +Togo,321113,16150,805,198,321 +Togo,321992,525000,805,198,321 +Togo,321999,17900,805,198,321 +Togo,322299,20250,805,198,321 +Togo,323117,98043,805,198,321 +Togo,323119,24561,805,198,321 +Togo,324110,31723022,805,198,321 +Togo,324121,11675,805,198,321 +Togo,325188,114534,805,198,321 +Togo,325211,4655239,805,198,321 +Togo,325320,11550,805,198,321 +Togo,325411,27996,805,198,321 +Togo,325412,47533,805,198,321 +Togo,325613,217706,805,198,321 +Togo,325620,226018,805,198,321 +Togo,326122,71396,805,198,321 +Togo,326199,389760,805,198,321 +Togo,326211,31395,805,198,321 +Togo,326299,7471,805,198,321 +Togo,327112,8900,805,198,321 +Togo,327993,658200,805,198,321 +Togo,331315,12720,805,198,321 +Togo,331316,17572,805,198,321 +Togo,332212,11950,805,198,321 +Togo,332312,10064,805,198,321 +Togo,332510,10950,805,198,321 +Togo,332618,32300,805,198,321 +Togo,332911,182783,805,198,321 +Togo,332913,15000,805,198,321 +Togo,332992,52556,805,198,321 +Togo,332994,194291,805,198,321 +Togo,332999,16025,805,198,321 +Togo,333111,9853,805,198,321 +Togo,333120,2421228,805,198,321 +Togo,333132,126834,805,198,321 +Togo,333294,19000,805,198,321 +Togo,333313,18538,805,198,321 +Togo,333314,3043,805,198,321 +Togo,333315,15576,805,198,321 +Togo,333415,26511,805,198,321 +Togo,333512,60000,805,198,321 +Togo,333611,36162626,805,198,321 +Togo,333618,32575,805,198,321 +Togo,333911,40828,805,198,321 +Togo,333912,15630,805,198,321 +Togo,333913,23356,805,198,321 +Togo,333924,63000,805,198,321 +Togo,333992,16800,805,198,321 +Togo,333993,38235,805,198,321 +Togo,333999,76002,805,198,321 +Togo,334111,1186221,805,198,321 +Togo,334112,2846,805,198,321 +Togo,334119,635825,805,198,321 +Togo,334210,9851,805,198,321 +Togo,334220,582277,805,198,321 +Togo,334310,51211,805,198,321 +Togo,334413,114029,805,198,321 +Togo,334418,5646,805,198,321 +Togo,334419,6096,805,198,321 +Togo,334510,15000,805,198,321 +Togo,334511,19311,805,198,321 +Togo,334513,308507,805,198,321 +Togo,334515,226213,805,198,321 +Togo,334516,12565,805,198,321 +Togo,334519,885660,805,198,321 +Togo,335121,36303,805,198,321 +Togo,335211,32055,805,198,321 +Togo,335222,4500,805,198,321 +Togo,335224,5000,805,198,321 +Togo,335228,5490,805,198,321 +Togo,335312,106009,805,198,321 +Togo,335313,18240,805,198,321 +Togo,335314,4249,805,198,321 +Togo,336111,42197226,805,198,321 +Togo,336120,1126400,805,198,321 +Togo,336211,264500,805,198,321 +Togo,336311,90000,805,198,321 +Togo,336350,5000,805,198,321 +Togo,336399,7497372,805,198,321 +Togo,336412,205671,805,198,321 +Togo,336510,173977,805,198,321 +Togo,336612,22900,805,198,321 +Togo,336991,28058,805,198,321 +Togo,337124,127606,805,198,321 +Togo,337127,301991,805,198,321 +Togo,337215,77900,805,198,321 +Togo,337910,8000,805,198,321 +Togo,339113,159838,805,198,321 +Togo,339932,38550,805,198,321 +Togo,339999,11815,805,198,321 +Togo,910000,715657,805,198,321 +Togo,920000,3994554,805,198,321 +Togo,990000,1492846,805,198,321 +Tokelau,112111,26831,808,199,322 +Tokelau,113210,4792,808,199,322 +Tokelau,311221,6029,808,199,322 +Tokelau,314110,2824,808,199,322 +Tokelau,322222,64673,808,199,322 +Tokelau,323117,15000,808,199,322 +Tokelau,323118,5813,808,199,322 +Tokelau,325131,17123,808,199,322 +Tokelau,325199,51035,808,199,322 +Tokelau,325412,14855,808,199,322 +Tokelau,325520,69440,808,199,322 +Tokelau,325620,4250,808,199,322 +Tokelau,326113,102645,808,199,322 +Tokelau,326199,124272,808,199,322 +Tokelau,326220,9152,808,199,322 +Tokelau,331111,18784,808,199,322 +Tokelau,332211,6034,808,199,322 +Tokelau,332212,28035,808,199,322 +Tokelau,332510,22747,808,199,322 +Tokelau,332911,25229,808,199,322 +Tokelau,332919,22109,808,199,322 +Tokelau,333294,42136,808,199,322 +Tokelau,333314,4360,808,199,322 +Tokelau,333514,6705,808,199,322 +Tokelau,333611,1403157,808,199,322 +Tokelau,333613,24539,808,199,322 +Tokelau,333912,4979,808,199,322 +Tokelau,333996,20447,808,199,322 +Tokelau,333999,83351,808,199,322 +Tokelau,334111,4745,808,199,322 +Tokelau,334417,11342,808,199,322 +Tokelau,334510,26000,808,199,322 +Tokelau,334513,11819,808,199,322 +Tokelau,334515,12780,808,199,322 +Tokelau,334516,122978,808,199,322 +Tokelau,334519,15000,808,199,322 +Tokelau,335312,47475,808,199,322 +Tokelau,335314,83527,808,199,322 +Tokelau,335929,27363,808,199,322 +Tokelau,336399,10129,808,199,322 +Tokelau,337127,58512,808,199,322 +Tokelau,339112,202094,808,199,322 +Tokelau,339113,113559,808,199,322 +Tokelau,339114,9220,808,199,322 +Tokelau,339991,16724,808,199,322 +Tokelau,920000,372000,808,199,322 +Tokelau,990000,253793,808,199,322 +Tonga,112310,70054,808,200,323 +Tonga,114111,20000,808,200,323 +Tonga,311225,14230,808,200,323 +Tonga,311411,6299,808,200,323 +Tonga,311421,24170,808,200,323 +Tonga,311514,5944,808,200,323 +Tonga,311611,140426,808,200,323 +Tonga,311615,7290614,808,200,323 +Tonga,311711,2692,808,200,323 +Tonga,311811,48296,808,200,323 +Tonga,311822,13635,808,200,323 +Tonga,311919,40124,808,200,323 +Tonga,311941,3443,808,200,323 +Tonga,311999,1719074,808,200,323 +Tonga,312111,529371,808,200,323 +Tonga,312120,156174,808,200,323 +Tonga,312140,84333,808,200,323 +Tonga,314129,11510,808,200,323 +Tonga,315221,11379,808,200,323 +Tonga,315223,3660,808,200,323 +Tonga,315232,4030,808,200,323 +Tonga,315999,3622,808,200,323 +Tonga,316991,2663,808,200,323 +Tonga,316993,4700,808,200,323 +Tonga,321213,120000,808,200,323 +Tonga,321999,2750,808,200,323 +Tonga,322130,195774,808,200,323 +Tonga,322215,14200,808,200,323 +Tonga,322223,14875,808,200,323 +Tonga,322291,17574,808,200,323 +Tonga,323117,127502,808,200,323 +Tonga,323119,45982,808,200,323 +Tonga,324110,77971,808,200,323 +Tonga,325611,116876,808,200,323 +Tonga,325612,3273,808,200,323 +Tonga,325620,282908,808,200,323 +Tonga,325910,24483,808,200,323 +Tonga,325992,4569,808,200,323 +Tonga,326199,119382,808,200,323 +Tonga,326220,20681,808,200,323 +Tonga,327211,13042,808,200,323 +Tonga,327420,6000,808,200,323 +Tonga,331316,3118,808,200,323 +Tonga,331491,3295,808,200,323 +Tonga,332211,6170,808,200,323 +Tonga,332212,17921,808,200,323 +Tonga,332312,9947,808,200,323 +Tonga,332911,109825,808,200,323 +Tonga,332919,14790,808,200,323 +Tonga,332991,10507,808,200,323 +Tonga,332994,270000,808,200,323 +Tonga,332999,7528,808,200,323 +Tonga,333111,14703,808,200,323 +Tonga,333120,36493,808,200,323 +Tonga,333131,4220,808,200,323 +Tonga,333210,16449,808,200,323 +Tonga,333220,12000,808,200,323 +Tonga,333291,41848,808,200,323 +Tonga,333292,26235,808,200,323 +Tonga,333298,14182,808,200,323 +Tonga,333311,16335,808,200,323 +Tonga,333411,22253,808,200,323 +Tonga,333415,54480,808,200,323 +Tonga,333512,2950,808,200,323 +Tonga,333514,4696,808,200,323 +Tonga,333612,20063,808,200,323 +Tonga,333613,9829,808,200,323 +Tonga,333618,52339,808,200,323 +Tonga,333911,11440,808,200,323 +Tonga,333912,70961,808,200,323 +Tonga,333913,5421,808,200,323 +Tonga,333922,30614,808,200,323 +Tonga,333923,5600,808,200,323 +Tonga,333924,8314,808,200,323 +Tonga,333992,25845,808,200,323 +Tonga,333993,187709,808,200,323 +Tonga,333994,9496,808,200,323 +Tonga,333996,8537,808,200,323 +Tonga,333999,11978,808,200,323 +Tonga,334111,24412,808,200,323 +Tonga,334112,7700,808,200,323 +Tonga,334119,40859,808,200,323 +Tonga,334210,22054,808,200,323 +Tonga,334220,3149399,808,200,323 +Tonga,334310,97420,808,200,323 +Tonga,334413,85700,808,200,323 +Tonga,334417,8843,808,200,323 +Tonga,334418,14850,808,200,323 +Tonga,334419,16543,808,200,323 +Tonga,334510,55615,808,200,323 +Tonga,334513,37760,808,200,323 +Tonga,334515,4155,808,200,323 +Tonga,334516,29480,808,200,323 +Tonga,334517,54462,808,200,323 +Tonga,334519,12326,808,200,323 +Tonga,335129,3000,808,200,323 +Tonga,335211,12375,808,200,323 +Tonga,335228,2849,808,200,323 +Tonga,335311,14668,808,200,323 +Tonga,335312,6252,808,200,323 +Tonga,335313,6391,808,200,323 +Tonga,335314,4465,808,200,323 +Tonga,335911,14800,808,200,323 +Tonga,335929,2603,808,200,323 +Tonga,335931,5989,808,200,323 +Tonga,335999,23173,808,200,323 +Tonga,336111,53500,808,200,323 +Tonga,336311,20190,808,200,323 +Tonga,336322,2529,808,200,323 +Tonga,336399,44787,808,200,323 +Tonga,336412,49372,808,200,323 +Tonga,336612,49500,808,200,323 +Tonga,337127,15656,808,200,323 +Tonga,339112,90997,808,200,323 +Tonga,339113,35903,808,200,323 +Tonga,339920,10000,808,200,323 +Tonga,339932,21600,808,200,323 +Tonga,339991,12301,808,200,323 +Tonga,339992,23450,808,200,323 +Tonga,339994,7831,808,200,323 +Tonga,339999,8409,808,200,323 +Tonga,920000,47977,808,200,323 +Tonga,990000,3817125,808,200,323 +Trinidad and Tobago,111110,103705,803,201,324 +Trinidad and Tobago,111120,117590,803,201,324 +Trinidad and Tobago,111130,329501,803,201,324 +Trinidad and Tobago,111140,38375193,803,201,324 +Trinidad and Tobago,111150,21873115,803,201,324 +Trinidad and Tobago,111199,838600,803,201,324 +Trinidad and Tobago,111211,200159,803,201,324 +Trinidad and Tobago,111219,3587081,803,201,324 +Trinidad and Tobago,111320,18857,803,201,324 +Trinidad and Tobago,111331,2498742,803,201,324 +Trinidad and Tobago,111332,2421424,803,201,324 +Trinidad and Tobago,111333,52342,803,201,324 +Trinidad and Tobago,111335,1917131,803,201,324 +Trinidad and Tobago,111339,1018285,803,201,324 +Trinidad and Tobago,111421,37166,803,201,324 +Trinidad and Tobago,111910,28886,803,201,324 +Trinidad and Tobago,111920,38994,803,201,324 +Trinidad and Tobago,111930,2542,803,201,324 +Trinidad and Tobago,111992,2643087,803,201,324 +Trinidad and Tobago,111998,201758,803,201,324 +Trinidad and Tobago,112111,7192,803,201,324 +Trinidad and Tobago,112210,150035,803,201,324 +Trinidad and Tobago,112310,11978465,803,201,324 +Trinidad and Tobago,112511,19594,803,201,324 +Trinidad and Tobago,112920,191871,803,201,324 +Trinidad and Tobago,112990,104797,803,201,324 +Trinidad and Tobago,113210,1507501,803,201,324 +Trinidad and Tobago,113310,600125,803,201,324 +Trinidad and Tobago,114111,1296703,803,201,324 +Trinidad and Tobago,114112,1920099,803,201,324 +Trinidad and Tobago,114119,3420,803,201,324 +Trinidad and Tobago,211111,21000,803,201,324 +Trinidad and Tobago,211112,173927,803,201,324 +Trinidad and Tobago,212112,95517,803,201,324 +Trinidad and Tobago,212113,239140,803,201,324 +Trinidad and Tobago,212210,7446,803,201,324 +Trinidad and Tobago,212299,134950,803,201,324 +Trinidad and Tobago,212311,272912,803,201,324 +Trinidad and Tobago,212319,172046,803,201,324 +Trinidad and Tobago,212322,139217,803,201,324 +Trinidad and Tobago,212324,221336,803,201,324 +Trinidad and Tobago,212325,660676,803,201,324 +Trinidad and Tobago,212393,248656,803,201,324 +Trinidad and Tobago,212399,586700,803,201,324 +Trinidad and Tobago,311111,6721418,803,201,324 +Trinidad and Tobago,311119,23018141,803,201,324 +Trinidad and Tobago,311211,4608496,803,201,324 +Trinidad and Tobago,311212,1582133,803,201,324 +Trinidad and Tobago,311213,61367,803,201,324 +Trinidad and Tobago,311221,3262300,803,201,324 +Trinidad and Tobago,311222,22058927,803,201,324 +Trinidad and Tobago,311223,2256802,803,201,324 +Trinidad and Tobago,311225,11082884,803,201,324 +Trinidad and Tobago,311230,3224139,803,201,324 +Trinidad and Tobago,311311,307946,803,201,324 +Trinidad and Tobago,311320,5396264,803,201,324 +Trinidad and Tobago,311340,5363594,803,201,324 +Trinidad and Tobago,311411,4739292,803,201,324 +Trinidad and Tobago,311421,10893237,803,201,324 +Trinidad and Tobago,311422,1051598,803,201,324 +Trinidad and Tobago,311423,1711461,803,201,324 +Trinidad and Tobago,311511,2738772,803,201,324 +Trinidad and Tobago,311512,176695,803,201,324 +Trinidad and Tobago,311513,5619099,803,201,324 +Trinidad and Tobago,311514,7551889,803,201,324 +Trinidad and Tobago,311520,2625270,803,201,324 +Trinidad and Tobago,311611,17051912,803,201,324 +Trinidad and Tobago,311613,442667,803,201,324 +Trinidad and Tobago,311615,22509623,803,201,324 +Trinidad and Tobago,311711,1543188,803,201,324 +Trinidad and Tobago,311811,5288374,803,201,324 +Trinidad and Tobago,311822,3530153,803,201,324 +Trinidad and Tobago,311823,98076,803,201,324 +Trinidad and Tobago,311911,1548775,803,201,324 +Trinidad and Tobago,311919,2885431,803,201,324 +Trinidad and Tobago,311920,2796285,803,201,324 +Trinidad and Tobago,311930,3093562,803,201,324 +Trinidad and Tobago,311941,1432111,803,201,324 +Trinidad and Tobago,311942,1626337,803,201,324 +Trinidad and Tobago,311999,6725985,803,201,324 +Trinidad and Tobago,312111,9850858,803,201,324 +Trinidad and Tobago,312112,94649,803,201,324 +Trinidad and Tobago,312113,15498,803,201,324 +Trinidad and Tobago,312120,281406,803,201,324 +Trinidad and Tobago,312130,792689,803,201,324 +Trinidad and Tobago,312140,4286864,803,201,324 +Trinidad and Tobago,312221,152197,803,201,324 +Trinidad and Tobago,312229,13049,803,201,324 +Trinidad and Tobago,313111,110042,803,201,324 +Trinidad and Tobago,313113,133886,803,201,324 +Trinidad and Tobago,313210,2598090,803,201,324 +Trinidad and Tobago,313221,584210,803,201,324 +Trinidad and Tobago,313230,452172,803,201,324 +Trinidad and Tobago,313249,244061,803,201,324 +Trinidad and Tobago,313312,20184,803,201,324 +Trinidad and Tobago,313320,481856,803,201,324 +Trinidad and Tobago,314110,1526571,803,201,324 +Trinidad and Tobago,314121,35817,803,201,324 +Trinidad and Tobago,314129,1324460,803,201,324 +Trinidad and Tobago,314911,160319,803,201,324 +Trinidad and Tobago,314912,411817,803,201,324 +Trinidad and Tobago,314991,686575,803,201,324 +Trinidad and Tobago,314992,41625,803,201,324 +Trinidad and Tobago,314999,1136991,803,201,324 +Trinidad and Tobago,315111,57839,803,201,324 +Trinidad and Tobago,315221,446098,803,201,324 +Trinidad and Tobago,315222,217162,803,201,324 +Trinidad and Tobago,315223,369157,803,201,324 +Trinidad and Tobago,315224,315049,803,201,324 +Trinidad and Tobago,315228,194698,803,201,324 +Trinidad and Tobago,315231,1241037,803,201,324 +Trinidad and Tobago,315232,1238304,803,201,324 +Trinidad and Tobago,315233,360270,803,201,324 +Trinidad and Tobago,315234,59223,803,201,324 +Trinidad and Tobago,315239,313932,803,201,324 +Trinidad and Tobago,315291,18476,803,201,324 +Trinidad and Tobago,315292,30648,803,201,324 +Trinidad and Tobago,315991,110203,803,201,324 +Trinidad and Tobago,315992,134147,803,201,324 +Trinidad and Tobago,315993,16781,803,201,324 +Trinidad and Tobago,315999,1278787,803,201,324 +Trinidad and Tobago,316110,95619,803,201,324 +Trinidad and Tobago,316211,1504782,803,201,324 +Trinidad and Tobago,316212,44579,803,201,324 +Trinidad and Tobago,316213,1440003,803,201,324 +Trinidad and Tobago,316214,814064,803,201,324 +Trinidad and Tobago,316219,1477253,803,201,324 +Trinidad and Tobago,316991,1380777,803,201,324 +Trinidad and Tobago,316992,568442,803,201,324 +Trinidad and Tobago,316993,157714,803,201,324 +Trinidad and Tobago,316999,128781,803,201,324 +Trinidad and Tobago,321113,11065558,803,201,324 +Trinidad and Tobago,321114,1201160,803,201,324 +Trinidad and Tobago,321211,280702,803,201,324 +Trinidad and Tobago,321212,986197,803,201,324 +Trinidad and Tobago,321213,234791,803,201,324 +Trinidad and Tobago,321219,200694,803,201,324 +Trinidad and Tobago,321911,856654,803,201,324 +Trinidad and Tobago,321918,2321668,803,201,324 +Trinidad and Tobago,321920,900318,803,201,324 +Trinidad and Tobago,321991,111850,803,201,324 +Trinidad and Tobago,321992,457318,803,201,324 +Trinidad and Tobago,321999,744140,803,201,324 +Trinidad and Tobago,322110,2009377,803,201,324 +Trinidad and Tobago,322121,8621516,803,201,324 +Trinidad and Tobago,322122,1203138,803,201,324 +Trinidad and Tobago,322130,6929615,803,201,324 +Trinidad and Tobago,322211,267202,803,201,324 +Trinidad and Tobago,322212,505678,803,201,324 +Trinidad and Tobago,322213,340897,803,201,324 +Trinidad and Tobago,322214,334303,803,201,324 +Trinidad and Tobago,322215,430534,803,201,324 +Trinidad and Tobago,322222,2549947,803,201,324 +Trinidad and Tobago,322223,2738322,803,201,324 +Trinidad and Tobago,322224,157660,803,201,324 +Trinidad and Tobago,322232,11502,803,201,324 +Trinidad and Tobago,322233,22592,803,201,324 +Trinidad and Tobago,322291,9862806,803,201,324 +Trinidad and Tobago,322299,708009,803,201,324 +Trinidad and Tobago,323116,5600,803,201,324 +Trinidad and Tobago,323117,3873632,803,201,324 +Trinidad and Tobago,323118,1060793,803,201,324 +Trinidad and Tobago,323119,5107510,803,201,324 +Trinidad and Tobago,323122,714340,803,201,324 +Trinidad and Tobago,324110,75227823,803,201,324 +Trinidad and Tobago,324121,84293,803,201,324 +Trinidad and Tobago,324122,380725,803,201,324 +Trinidad and Tobago,325110,1042283,803,201,324 +Trinidad and Tobago,325120,939637,803,201,324 +Trinidad and Tobago,325131,3033019,803,201,324 +Trinidad and Tobago,325132,1444331,803,201,324 +Trinidad and Tobago,325181,3230687,803,201,324 +Trinidad and Tobago,325182,71758,803,201,324 +Trinidad and Tobago,325188,8925592,803,201,324 +Trinidad and Tobago,325191,231503,803,201,324 +Trinidad and Tobago,325192,784381,803,201,324 +Trinidad and Tobago,325193,66289,803,201,324 +Trinidad and Tobago,325199,21762426,803,201,324 +Trinidad and Tobago,325211,48638099,803,201,324 +Trinidad and Tobago,325212,1444574,803,201,324 +Trinidad and Tobago,325221,1420377,803,201,324 +Trinidad and Tobago,325222,400221,803,201,324 +Trinidad and Tobago,325311,167549,803,201,324 +Trinidad and Tobago,325312,532034,803,201,324 +Trinidad and Tobago,325320,2151551,803,201,324 +Trinidad and Tobago,325411,2032516,803,201,324 +Trinidad and Tobago,325412,15376128,803,201,324 +Trinidad and Tobago,325414,1692366,803,201,324 +Trinidad and Tobago,325510,9954475,803,201,324 +Trinidad and Tobago,325520,2349182,803,201,324 +Trinidad and Tobago,325611,12470136,803,201,324 +Trinidad and Tobago,325612,282518,803,201,324 +Trinidad and Tobago,325613,5679655,803,201,324 +Trinidad and Tobago,325620,33762008,803,201,324 +Trinidad and Tobago,325910,7115383,803,201,324 +Trinidad and Tobago,325920,1495243,803,201,324 +Trinidad and Tobago,325992,2102069,803,201,324 +Trinidad and Tobago,325998,25412547,803,201,324 +Trinidad and Tobago,326113,5287955,803,201,324 +Trinidad and Tobago,326121,1288551,803,201,324 +Trinidad and Tobago,326122,1907249,803,201,324 +Trinidad and Tobago,326160,8018448,803,201,324 +Trinidad and Tobago,326191,610889,803,201,324 +Trinidad and Tobago,326192,860102,803,201,324 +Trinidad and Tobago,326199,19859223,803,201,324 +Trinidad and Tobago,326211,3550388,803,201,324 +Trinidad and Tobago,326212,47219,803,201,324 +Trinidad and Tobago,326220,3168569,803,201,324 +Trinidad and Tobago,326299,1739719,803,201,324 +Trinidad and Tobago,327111,1385459,803,201,324 +Trinidad and Tobago,327112,1784709,803,201,324 +Trinidad and Tobago,327113,4381,803,201,324 +Trinidad and Tobago,327121,436688,803,201,324 +Trinidad and Tobago,327122,138968,803,201,324 +Trinidad and Tobago,327123,291348,803,201,324 +Trinidad and Tobago,327124,943481,803,201,324 +Trinidad and Tobago,327125,1407581,803,201,324 +Trinidad and Tobago,327211,657939,803,201,324 +Trinidad and Tobago,327212,1463243,803,201,324 +Trinidad and Tobago,327213,250581,803,201,324 +Trinidad and Tobago,327215,519232,803,201,324 +Trinidad and Tobago,327310,700447,803,201,324 +Trinidad and Tobago,327320,17608,803,201,324 +Trinidad and Tobago,327331,1029808,803,201,324 +Trinidad and Tobago,327390,1132849,803,201,324 +Trinidad and Tobago,327410,71578,803,201,324 +Trinidad and Tobago,327420,876207,803,201,324 +Trinidad and Tobago,327910,831647,803,201,324 +Trinidad and Tobago,327991,397617,803,201,324 +Trinidad and Tobago,327992,201039,803,201,324 +Trinidad and Tobago,327993,2138348,803,201,324 +Trinidad and Tobago,327999,1514981,803,201,324 +Trinidad and Tobago,331111,32171573,803,201,324 +Trinidad and Tobago,331112,426645,803,201,324 +Trinidad and Tobago,331222,543483,803,201,324 +Trinidad and Tobago,331311,4479682,803,201,324 +Trinidad and Tobago,331312,316749,803,201,324 +Trinidad and Tobago,331315,3575406,803,201,324 +Trinidad and Tobago,331316,433673,803,201,324 +Trinidad and Tobago,331319,993397,803,201,324 +Trinidad and Tobago,331411,20827,803,201,324 +Trinidad and Tobago,331419,670037,803,201,324 +Trinidad and Tobago,331421,6652160,803,201,324 +Trinidad and Tobago,331422,5670053,803,201,324 +Trinidad and Tobago,331491,802762,803,201,324 +Trinidad and Tobago,331492,28227,803,201,324 +Trinidad and Tobago,331511,4515225,803,201,324 +Trinidad and Tobago,332115,1152337,803,201,324 +Trinidad and Tobago,332211,1178791,803,201,324 +Trinidad and Tobago,332212,5394932,803,201,324 +Trinidad and Tobago,332213,581632,803,201,324 +Trinidad and Tobago,332214,122005,803,201,324 +Trinidad and Tobago,332311,9408489,803,201,324 +Trinidad and Tobago,332312,18555686,803,201,324 +Trinidad and Tobago,332321,1312833,803,201,324 +Trinidad and Tobago,332322,2971232,803,201,324 +Trinidad and Tobago,332323,253809,803,201,324 +Trinidad and Tobago,332410,7913339,803,201,324 +Trinidad and Tobago,332420,6205203,803,201,324 +Trinidad and Tobago,332431,4755583,803,201,324 +Trinidad and Tobago,332439,1102528,803,201,324 +Trinidad and Tobago,332510,3166443,803,201,324 +Trinidad and Tobago,332611,259184,803,201,324 +Trinidad and Tobago,332618,2785954,803,201,324 +Trinidad and Tobago,332722,3216341,803,201,324 +Trinidad and Tobago,332911,21860098,803,201,324 +Trinidad and Tobago,332912,900213,803,201,324 +Trinidad and Tobago,332913,1041498,803,201,324 +Trinidad and Tobago,332919,8474953,803,201,324 +Trinidad and Tobago,332991,1549307,803,201,324 +Trinidad and Tobago,332992,713017,803,201,324 +Trinidad and Tobago,332994,410858,803,201,324 +Trinidad and Tobago,332995,6000,803,201,324 +Trinidad and Tobago,332997,37853,803,201,324 +Trinidad and Tobago,332998,390658,803,201,324 +Trinidad and Tobago,332999,6675430,803,201,324 +Trinidad and Tobago,333111,10373351,803,201,324 +Trinidad and Tobago,333120,30232069,803,201,324 +Trinidad and Tobago,333131,2948420,803,201,324 +Trinidad and Tobago,333132,88924465,803,201,324 +Trinidad and Tobago,333210,483813,803,201,324 +Trinidad and Tobago,333220,1284208,803,201,324 +Trinidad and Tobago,333291,668461,803,201,324 +Trinidad and Tobago,333292,1704082,803,201,324 +Trinidad and Tobago,333293,3810326,803,201,324 +Trinidad and Tobago,333294,5856861,803,201,324 +Trinidad and Tobago,333295,352640,803,201,324 +Trinidad and Tobago,333298,1023698,803,201,324 +Trinidad and Tobago,333311,328561,803,201,324 +Trinidad and Tobago,333313,3653907,803,201,324 +Trinidad and Tobago,333314,4597672,803,201,324 +Trinidad and Tobago,333315,1408381,803,201,324 +Trinidad and Tobago,333319,2774477,803,201,324 +Trinidad and Tobago,333411,3297679,803,201,324 +Trinidad and Tobago,333412,4608052,803,201,324 +Trinidad and Tobago,333414,2874785,803,201,324 +Trinidad and Tobago,333415,20953504,803,201,324 +Trinidad and Tobago,333511,522187,803,201,324 +Trinidad and Tobago,333512,1482936,803,201,324 +Trinidad and Tobago,333513,2336868,803,201,324 +Trinidad and Tobago,333514,72945,803,201,324 +Trinidad and Tobago,333515,884709,803,201,324 +Trinidad and Tobago,333516,186457,803,201,324 +Trinidad and Tobago,333611,39696936,803,201,324 +Trinidad and Tobago,333612,1408309,803,201,324 +Trinidad and Tobago,333613,3525782,803,201,324 +Trinidad and Tobago,333618,6051375,803,201,324 +Trinidad and Tobago,333911,18637151,803,201,324 +Trinidad and Tobago,333912,26375596,803,201,324 +Trinidad and Tobago,333913,1693998,803,201,324 +Trinidad and Tobago,333921,204602,803,201,324 +Trinidad and Tobago,333922,11676878,803,201,324 +Trinidad and Tobago,333923,5479777,803,201,324 +Trinidad and Tobago,333924,6364375,803,201,324 +Trinidad and Tobago,333991,2596550,803,201,324 +Trinidad and Tobago,333992,11793850,803,201,324 +Trinidad and Tobago,333993,4830040,803,201,324 +Trinidad and Tobago,333994,1135652,803,201,324 +Trinidad and Tobago,333995,860571,803,201,324 +Trinidad and Tobago,333996,2168896,803,201,324 +Trinidad and Tobago,333997,640475,803,201,324 +Trinidad and Tobago,333999,35776892,803,201,324 +Trinidad and Tobago,334111,28593901,803,201,324 +Trinidad and Tobago,334112,6071228,803,201,324 +Trinidad and Tobago,334119,25512142,803,201,324 +Trinidad and Tobago,334210,2677870,803,201,324 +Trinidad and Tobago,334220,65464685,803,201,324 +Trinidad and Tobago,334290,2676306,803,201,324 +Trinidad and Tobago,334310,24674944,803,201,324 +Trinidad and Tobago,334411,166547,803,201,324 +Trinidad and Tobago,334412,30492,803,201,324 +Trinidad and Tobago,334413,6807468,803,201,324 +Trinidad and Tobago,334414,183733,803,201,324 +Trinidad and Tobago,334415,50525,803,201,324 +Trinidad and Tobago,334416,1271192,803,201,324 +Trinidad and Tobago,334417,7322632,803,201,324 +Trinidad and Tobago,334418,3183055,803,201,324 +Trinidad and Tobago,334419,6294923,803,201,324 +Trinidad and Tobago,334510,3894157,803,201,324 +Trinidad and Tobago,334511,1915549,803,201,324 +Trinidad and Tobago,334512,393539,803,201,324 +Trinidad and Tobago,334513,11252321,803,201,324 +Trinidad and Tobago,334514,4469289,803,201,324 +Trinidad and Tobago,334515,5578854,803,201,324 +Trinidad and Tobago,334516,5987171,803,201,324 +Trinidad and Tobago,334517,1199618,803,201,324 +Trinidad and Tobago,334518,1108457,803,201,324 +Trinidad and Tobago,334519,15845933,803,201,324 +Trinidad and Tobago,334612,109486,803,201,324 +Trinidad and Tobago,334613,976032,803,201,324 +Trinidad and Tobago,335110,1474951,803,201,324 +Trinidad and Tobago,335121,539704,803,201,324 +Trinidad and Tobago,335129,5547088,803,201,324 +Trinidad and Tobago,335211,6796884,803,201,324 +Trinidad and Tobago,335212,449718,803,201,324 +Trinidad and Tobago,335221,3014331,803,201,324 +Trinidad and Tobago,335222,5593577,803,201,324 +Trinidad and Tobago,335224,6471389,803,201,324 +Trinidad and Tobago,335228,2745518,803,201,324 +Trinidad and Tobago,335311,3061066,803,201,324 +Trinidad and Tobago,335312,21472061,803,201,324 +Trinidad and Tobago,335313,7703979,803,201,324 +Trinidad and Tobago,335314,6786542,803,201,324 +Trinidad and Tobago,335911,2341896,803,201,324 +Trinidad and Tobago,335912,2424952,803,201,324 +Trinidad and Tobago,335921,8350190,803,201,324 +Trinidad and Tobago,335929,10064628,803,201,324 +Trinidad and Tobago,335931,2522260,803,201,324 +Trinidad and Tobago,335932,880393,803,201,324 +Trinidad and Tobago,335991,406106,803,201,324 +Trinidad and Tobago,335999,6211314,803,201,324 +Trinidad and Tobago,336111,2476915,803,201,324 +Trinidad and Tobago,336120,10010855,803,201,324 +Trinidad and Tobago,336211,23999,803,201,324 +Trinidad and Tobago,336212,969044,803,201,324 +Trinidad and Tobago,336214,1750797,803,201,324 +Trinidad and Tobago,336311,1079589,803,201,324 +Trinidad and Tobago,336321,142469,803,201,324 +Trinidad and Tobago,336322,2006192,803,201,324 +Trinidad and Tobago,336330,107310,803,201,324 +Trinidad and Tobago,336340,596149,803,201,324 +Trinidad and Tobago,336350,745225,803,201,324 +Trinidad and Tobago,336360,292116,803,201,324 +Trinidad and Tobago,336370,16423,803,201,324 +Trinidad and Tobago,336391,218481,803,201,324 +Trinidad and Tobago,336399,12131606,803,201,324 +Trinidad and Tobago,336412,452682,803,201,324 +Trinidad and Tobago,336413,120237,803,201,324 +Trinidad and Tobago,336415,3100,803,201,324 +Trinidad and Tobago,336419,17846,803,201,324 +Trinidad and Tobago,336510,463857,803,201,324 +Trinidad and Tobago,336611,3987517,803,201,324 +Trinidad and Tobago,336612,717194,803,201,324 +Trinidad and Tobago,336991,1614027,803,201,324 +Trinidad and Tobago,337110,275285,803,201,324 +Trinidad and Tobago,337121,63950,803,201,324 +Trinidad and Tobago,337124,1849025,803,201,324 +Trinidad and Tobago,337127,8199079,803,201,324 +Trinidad and Tobago,337129,18162,803,201,324 +Trinidad and Tobago,337211,724834,803,201,324 +Trinidad and Tobago,337214,2086259,803,201,324 +Trinidad and Tobago,337215,4515745,803,201,324 +Trinidad and Tobago,337910,81640,803,201,324 +Trinidad and Tobago,337920,126467,803,201,324 +Trinidad and Tobago,339112,4606012,803,201,324 +Trinidad and Tobago,339113,5670670,803,201,324 +Trinidad and Tobago,339114,456359,803,201,324 +Trinidad and Tobago,339115,3051029,803,201,324 +Trinidad and Tobago,339911,532223,803,201,324 +Trinidad and Tobago,339912,67626,803,201,324 +Trinidad and Tobago,339913,137883,803,201,324 +Trinidad and Tobago,339914,1161308,803,201,324 +Trinidad and Tobago,339920,5635432,803,201,324 +Trinidad and Tobago,339932,2718661,803,201,324 +Trinidad and Tobago,339941,176296,803,201,324 +Trinidad and Tobago,339942,278356,803,201,324 +Trinidad and Tobago,339943,215496,803,201,324 +Trinidad and Tobago,339944,172627,803,201,324 +Trinidad and Tobago,339950,220970,803,201,324 +Trinidad and Tobago,339991,6952034,803,201,324 +Trinidad and Tobago,339992,776169,803,201,324 +Trinidad and Tobago,339993,314105,803,201,324 +Trinidad and Tobago,339994,559290,803,201,324 +Trinidad and Tobago,339999,3627047,803,201,324 +Trinidad and Tobago,511210,912273,803,201,324 +Trinidad and Tobago,910000,6991651,803,201,324 +Trinidad and Tobago,920000,5975265,803,201,324 +Trinidad and Tobago,990000,132588918,803,201,324 +Tunisia,111110,118190911,805,202,325 +Tunisia,111120,16601,805,202,325 +Tunisia,111130,35500,805,202,325 +Tunisia,111140,29504352,805,202,325 +Tunisia,111150,41382034,805,202,325 +Tunisia,111199,12403483,805,202,325 +Tunisia,111219,3574004,805,202,325 +Tunisia,111335,5439739,805,202,325 +Tunisia,111339,87234,805,202,325 +Tunisia,111421,79044,805,202,325 +Tunisia,111920,10868299,805,202,325 +Tunisia,111998,440333,805,202,325 +Tunisia,112111,148169,805,202,325 +Tunisia,113310,24081,805,202,325 +Tunisia,114111,217607,805,202,325 +Tunisia,212113,3784,805,202,325 +Tunisia,212399,268094,805,202,325 +Tunisia,311119,11947,805,202,325 +Tunisia,311211,4872,805,202,325 +Tunisia,311221,26898519,805,202,325 +Tunisia,311222,8870453,805,202,325 +Tunisia,311223,1949980,805,202,325 +Tunisia,311411,62005,805,202,325 +Tunisia,311421,257016,805,202,325 +Tunisia,311513,3409992,805,202,325 +Tunisia,311514,568662,805,202,325 +Tunisia,311611,789855,805,202,325 +Tunisia,311911,192326,805,202,325 +Tunisia,311930,57600,805,202,325 +Tunisia,311999,225185,805,202,325 +Tunisia,312120,2020045,805,202,325 +Tunisia,313111,407520,805,202,325 +Tunisia,313210,134873,805,202,325 +Tunisia,313221,22323,805,202,325 +Tunisia,313230,433609,805,202,325 +Tunisia,313249,585235,805,202,325 +Tunisia,313320,118415,805,202,325 +Tunisia,314129,21300,805,202,325 +Tunisia,314911,6515,805,202,325 +Tunisia,314991,8267,805,202,325 +Tunisia,314999,1040245,805,202,325 +Tunisia,315228,72419,805,202,325 +Tunisia,315239,109014,805,202,325 +Tunisia,315992,4070,805,202,325 +Tunisia,315999,125502,805,202,325 +Tunisia,316213,46740,805,202,325 +Tunisia,316214,8171,805,202,325 +Tunisia,316219,113819,805,202,325 +Tunisia,316991,15673,805,202,325 +Tunisia,316992,11198,805,202,325 +Tunisia,316999,5720,805,202,325 +Tunisia,321113,40376,805,202,325 +Tunisia,321213,2900,805,202,325 +Tunisia,321911,2831,805,202,325 +Tunisia,322110,20109169,805,202,325 +Tunisia,322121,289192,805,202,325 +Tunisia,322130,2526855,805,202,325 +Tunisia,322211,4428,805,202,325 +Tunisia,322222,33663,805,202,325 +Tunisia,322223,246162,805,202,325 +Tunisia,322291,9519,805,202,325 +Tunisia,322299,15638,805,202,325 +Tunisia,323117,116264,805,202,325 +Tunisia,323118,18517,805,202,325 +Tunisia,323119,834225,805,202,325 +Tunisia,323122,21832,805,202,325 +Tunisia,324110,33754680,805,202,325 +Tunisia,325110,2541,805,202,325 +Tunisia,325120,2774,805,202,325 +Tunisia,325131,778600,805,202,325 +Tunisia,325181,17918689,805,202,325 +Tunisia,325188,3847961,805,202,325 +Tunisia,325191,67599,805,202,325 +Tunisia,325199,2770221,805,202,325 +Tunisia,325211,25627919,805,202,325 +Tunisia,325212,255986,805,202,325 +Tunisia,325221,3111354,805,202,325 +Tunisia,325222,178329,805,202,325 +Tunisia,325311,18600,805,202,325 +Tunisia,325320,720786,805,202,325 +Tunisia,325411,1336241,805,202,325 +Tunisia,325412,1784102,805,202,325 +Tunisia,325414,65968,805,202,325 +Tunisia,325510,9141,805,202,325 +Tunisia,325611,317056,805,202,325 +Tunisia,325612,11050,805,202,325 +Tunisia,325613,1067881,805,202,325 +Tunisia,325620,338234,805,202,325 +Tunisia,325910,46266,805,202,325 +Tunisia,325920,47993,805,202,325 +Tunisia,325992,33519,805,202,325 +Tunisia,325998,780768,805,202,325 +Tunisia,326113,207582,805,202,325 +Tunisia,326122,558784,805,202,325 +Tunisia,326199,679316,805,202,325 +Tunisia,326211,35864,805,202,325 +Tunisia,326220,118398,805,202,325 +Tunisia,326299,890958,805,202,325 +Tunisia,327112,169382,805,202,325 +Tunisia,327113,9060,805,202,325 +Tunisia,327124,127896,805,202,325 +Tunisia,327125,232669,805,202,325 +Tunisia,327211,72540,805,202,325 +Tunisia,327212,163345,805,202,325 +Tunisia,327215,126650,805,202,325 +Tunisia,327420,68087,805,202,325 +Tunisia,327991,26096,805,202,325 +Tunisia,327992,28213,805,202,325 +Tunisia,327993,12729,805,202,325 +Tunisia,331111,7689525,805,202,325 +Tunisia,331222,48779,805,202,325 +Tunisia,331315,5391837,805,202,325 +Tunisia,331319,842113,805,202,325 +Tunisia,331419,29027,805,202,325 +Tunisia,331421,5500,805,202,325 +Tunisia,331422,45504,805,202,325 +Tunisia,331491,425103,805,202,325 +Tunisia,331511,1125447,805,202,325 +Tunisia,332212,150485,805,202,325 +Tunisia,332312,406872,805,202,325 +Tunisia,332321,21217,805,202,325 +Tunisia,332410,734337,805,202,325 +Tunisia,332420,528880,805,202,325 +Tunisia,332439,18850,805,202,325 +Tunisia,332510,15262,805,202,325 +Tunisia,332618,2219256,805,202,325 +Tunisia,332722,809034,805,202,325 +Tunisia,332911,2486745,805,202,325 +Tunisia,332912,22234,805,202,325 +Tunisia,332913,24637,805,202,325 +Tunisia,332919,1117183,805,202,325 +Tunisia,332991,214064,805,202,325 +Tunisia,332992,617445,805,202,325 +Tunisia,332994,459820,805,202,325 +Tunisia,332995,36875,805,202,325 +Tunisia,332998,6390,805,202,325 +Tunisia,332999,927897,805,202,325 +Tunisia,333111,628866,805,202,325 +Tunisia,333120,12950788,805,202,325 +Tunisia,333131,5287573,805,202,325 +Tunisia,333132,21186541,805,202,325 +Tunisia,333220,120831,805,202,325 +Tunisia,333291,20817,805,202,325 +Tunisia,333292,679448,805,202,325 +Tunisia,333293,1113868,805,202,325 +Tunisia,333294,88889,805,202,325 +Tunisia,333298,24966,805,202,325 +Tunisia,333311,20415,805,202,325 +Tunisia,333313,57354,805,202,325 +Tunisia,333314,280516,805,202,325 +Tunisia,333315,418859,805,202,325 +Tunisia,333319,4229,805,202,325 +Tunisia,333411,12149,805,202,325 +Tunisia,333412,35875,805,202,325 +Tunisia,333415,1104849,805,202,325 +Tunisia,333511,140024,805,202,325 +Tunisia,333512,25200,805,202,325 +Tunisia,333513,237785,805,202,325 +Tunisia,333514,214132,805,202,325 +Tunisia,333515,542159,805,202,325 +Tunisia,333611,9181925,805,202,325 +Tunisia,333612,27337,805,202,325 +Tunisia,333613,195444,805,202,325 +Tunisia,333618,2514459,805,202,325 +Tunisia,333911,12044552,805,202,325 +Tunisia,333912,1625247,805,202,325 +Tunisia,333913,14984,805,202,325 +Tunisia,333921,21854,805,202,325 +Tunisia,333922,9438,805,202,325 +Tunisia,333923,123027,805,202,325 +Tunisia,333924,179980,805,202,325 +Tunisia,333991,28959,805,202,325 +Tunisia,333992,196302,805,202,325 +Tunisia,333993,136261,805,202,325 +Tunisia,333994,36119,805,202,325 +Tunisia,333995,155501,805,202,325 +Tunisia,333996,508249,805,202,325 +Tunisia,333997,31430,805,202,325 +Tunisia,333999,6799005,805,202,325 +Tunisia,334111,234147,805,202,325 +Tunisia,334112,263827,805,202,325 +Tunisia,334119,3390268,805,202,325 +Tunisia,334210,9127,805,202,325 +Tunisia,334220,865216,805,202,325 +Tunisia,334290,14833,805,202,325 +Tunisia,334310,367072,805,202,325 +Tunisia,334411,80003,805,202,325 +Tunisia,334413,1962792,805,202,325 +Tunisia,334414,319660,805,202,325 +Tunisia,334415,25392,805,202,325 +Tunisia,334416,232505,805,202,325 +Tunisia,334417,1359299,805,202,325 +Tunisia,334418,29397,805,202,325 +Tunisia,334419,160850,805,202,325 +Tunisia,334510,3942737,805,202,325 +Tunisia,334511,204054,805,202,325 +Tunisia,334512,21769,805,202,325 +Tunisia,334513,1737064,805,202,325 +Tunisia,334514,28380,805,202,325 +Tunisia,334515,1472990,805,202,325 +Tunisia,334516,1803091,805,202,325 +Tunisia,334517,3554129,805,202,325 +Tunisia,334518,27492,805,202,325 +Tunisia,334519,1906380,805,202,325 +Tunisia,334612,39388,805,202,325 +Tunisia,334613,80722,805,202,325 +Tunisia,335110,38394,805,202,325 +Tunisia,335129,19211,805,202,325 +Tunisia,335211,14142,805,202,325 +Tunisia,335221,6491,805,202,325 +Tunisia,335222,32620,805,202,325 +Tunisia,335224,54092,805,202,325 +Tunisia,335228,8800,805,202,325 +Tunisia,335311,229082,805,202,325 +Tunisia,335312,516659,805,202,325 +Tunisia,335313,185502,805,202,325 +Tunisia,335314,387078,805,202,325 +Tunisia,335911,215310,805,202,325 +Tunisia,335912,193894,805,202,325 +Tunisia,335921,120929,805,202,325 +Tunisia,335929,1084110,805,202,325 +Tunisia,335931,618028,805,202,325 +Tunisia,335991,2733,805,202,325 +Tunisia,335999,669128,805,202,325 +Tunisia,336111,3007203,805,202,325 +Tunisia,336120,30000,805,202,325 +Tunisia,336211,4000,805,202,325 +Tunisia,336214,78447,805,202,325 +Tunisia,336311,74990,805,202,325 +Tunisia,336321,12194,805,202,325 +Tunisia,336322,111055,805,202,325 +Tunisia,336330,3261,805,202,325 +Tunisia,336340,18523,805,202,325 +Tunisia,336350,11892,805,202,325 +Tunisia,336360,17160,805,202,325 +Tunisia,336399,1670282,805,202,325 +Tunisia,336413,3961824,805,202,325 +Tunisia,336510,951152,805,202,325 +Tunisia,336611,96180,805,202,325 +Tunisia,336612,1223980,805,202,325 +Tunisia,336991,7000,805,202,325 +Tunisia,336992,2619278,805,202,325 +Tunisia,337124,22500,805,202,325 +Tunisia,337127,375496,805,202,325 +Tunisia,337129,17000,805,202,325 +Tunisia,337214,17685,805,202,325 +Tunisia,337215,51914,805,202,325 +Tunisia,337920,21939,805,202,325 +Tunisia,339112,3166853,805,202,325 +Tunisia,339113,1305816,805,202,325 +Tunisia,339114,655815,805,202,325 +Tunisia,339115,2045293,805,202,325 +Tunisia,339914,174559,805,202,325 +Tunisia,339920,191454,805,202,325 +Tunisia,339932,57249,805,202,325 +Tunisia,339942,5820,805,202,325 +Tunisia,339991,489217,805,202,325 +Tunisia,339992,30950,805,202,325 +Tunisia,339993,169406,805,202,325 +Tunisia,339999,182326,805,202,325 +Tunisia,511210,313798,805,202,325 +Tunisia,910000,1459380,805,202,325 +Tunisia,920000,5441812,805,202,325 +Tunisia,990000,9067103,805,202,325 +Turkey,111110,250427253,806,203,326 +Turkey,111120,25540963,806,203,326 +Turkey,111130,16133634,806,203,326 +Turkey,111140,55525710,806,203,326 +Turkey,111150,4219983,806,203,326 +Turkey,111160,141054156,806,203,326 +Turkey,111199,16524,806,203,326 +Turkey,111219,7081650,806,203,326 +Turkey,111334,594910,806,203,326 +Turkey,111335,184663682,806,203,326 +Turkey,111339,433355,806,203,326 +Turkey,111421,454934,806,203,326 +Turkey,111422,671885,806,203,326 +Turkey,111910,26244944,806,203,326 +Turkey,111920,861132078,806,203,326 +Turkey,111998,2715487,806,203,326 +Turkey,112111,68073372,806,203,326 +Turkey,112310,443000,806,203,326 +Turkey,112511,4228,806,203,326 +Turkey,112920,7943586,806,203,326 +Turkey,112930,135524,806,203,326 +Turkey,112990,194539,806,203,326 +Turkey,113210,868447,806,203,326 +Turkey,113310,8140645,806,203,326 +Turkey,114111,994564,806,203,326 +Turkey,114112,634743,806,203,326 +Turkey,114119,91888,806,203,326 +Turkey,211112,16053,806,203,326 +Turkey,212112,395628015,806,203,326 +Turkey,212113,73852,806,203,326 +Turkey,212221,10090,806,203,326 +Turkey,212234,66388,806,203,326 +Turkey,212299,3060,806,203,326 +Turkey,212311,232283,806,203,326 +Turkey,212322,154815,806,203,326 +Turkey,212324,2743545,806,203,326 +Turkey,212325,1755250,806,203,326 +Turkey,212391,17094,806,203,326 +Turkey,212393,23173,806,203,326 +Turkey,212399,830040,806,203,326 +Turkey,311111,1541061,806,203,326 +Turkey,311119,5546257,806,203,326 +Turkey,311211,378115,806,203,326 +Turkey,311212,38972455,806,203,326 +Turkey,311213,206166,806,203,326 +Turkey,311221,65037790,806,203,326 +Turkey,311222,61789039,806,203,326 +Turkey,311223,634332,806,203,326 +Turkey,311225,87727,806,203,326 +Turkey,311311,128644,806,203,326 +Turkey,311320,199502,806,203,326 +Turkey,311340,40610,806,203,326 +Turkey,311411,363301,806,203,326 +Turkey,311421,14241369,806,203,326 +Turkey,311422,11435,806,203,326 +Turkey,311423,1546767,806,203,326 +Turkey,311512,850485,806,203,326 +Turkey,311513,375433,806,203,326 +Turkey,311514,7398693,806,203,326 +Turkey,311611,14919820,806,203,326 +Turkey,311613,106047169,806,203,326 +Turkey,311615,32257004,806,203,326 +Turkey,311711,28305,806,203,326 +Turkey,311811,1475537,806,203,326 +Turkey,311822,43730,806,203,326 +Turkey,311823,4875,806,203,326 +Turkey,311911,1542367,806,203,326 +Turkey,311919,247294,806,203,326 +Turkey,311920,626066,806,203,326 +Turkey,311930,839044,806,203,326 +Turkey,311941,144531,806,203,326 +Turkey,311942,668905,806,203,326 +Turkey,311999,13110318,806,203,326 +Turkey,312111,221838,806,203,326 +Turkey,312112,20249,806,203,326 +Turkey,312120,59024528,806,203,326 +Turkey,312130,286265,806,203,326 +Turkey,312140,4235003,806,203,326 +Turkey,312221,1208759,806,203,326 +Turkey,312229,636875,806,203,326 +Turkey,313111,1798581,806,203,326 +Turkey,313113,193237,806,203,326 +Turkey,313210,5040291,806,203,326 +Turkey,313221,1271314,806,203,326 +Turkey,313230,16106848,806,203,326 +Turkey,313249,1221935,806,203,326 +Turkey,313312,876673,806,203,326 +Turkey,313320,411456,806,203,326 +Turkey,314110,5523624,806,203,326 +Turkey,314121,26123,806,203,326 +Turkey,314129,434680,806,203,326 +Turkey,314911,148912,806,203,326 +Turkey,314912,330861,806,203,326 +Turkey,314991,414546,806,203,326 +Turkey,314992,23445,806,203,326 +Turkey,314999,1132962,806,203,326 +Turkey,315111,77022,806,203,326 +Turkey,315221,91199,806,203,326 +Turkey,315222,24801,806,203,326 +Turkey,315223,214278,806,203,326 +Turkey,315224,88550,806,203,326 +Turkey,315228,129039,806,203,326 +Turkey,315231,620635,806,203,326 +Turkey,315232,957413,806,203,326 +Turkey,315233,3409039,806,203,326 +Turkey,315234,653482,806,203,326 +Turkey,315239,727684,806,203,326 +Turkey,315291,61885,806,203,326 +Turkey,315292,109254,806,203,326 +Turkey,315991,53316,806,203,326 +Turkey,315992,47930,806,203,326 +Turkey,315993,4912,806,203,326 +Turkey,315999,1457459,806,203,326 +Turkey,316110,2798166,806,203,326 +Turkey,316211,85953,806,203,326 +Turkey,316213,371976,806,203,326 +Turkey,316214,75579,806,203,326 +Turkey,316219,1837945,806,203,326 +Turkey,316991,307607,806,203,326 +Turkey,316992,689964,806,203,326 +Turkey,316993,543892,806,203,326 +Turkey,316999,220731,806,203,326 +Turkey,321113,36949807,806,203,326 +Turkey,321211,3770006,806,203,326 +Turkey,321212,220988,806,203,326 +Turkey,321213,52870,806,203,326 +Turkey,321219,3208361,806,203,326 +Turkey,321911,231263,806,203,326 +Turkey,321918,478376,806,203,326 +Turkey,321920,206845,806,203,326 +Turkey,321991,4145412,806,203,326 +Turkey,321999,650830,806,203,326 +Turkey,322110,145589361,806,203,326 +Turkey,322121,46862561,806,203,326 +Turkey,322122,5057265,806,203,326 +Turkey,322130,174649232,806,203,326 +Turkey,322211,79040,806,203,326 +Turkey,322212,6056,806,203,326 +Turkey,322215,136049,806,203,326 +Turkey,322222,9554425,806,203,326 +Turkey,322223,366909,806,203,326 +Turkey,322224,643876,806,203,326 +Turkey,322291,1509370,806,203,326 +Turkey,322299,5803483,806,203,326 +Turkey,323117,3431160,806,203,326 +Turkey,323118,546204,806,203,326 +Turkey,323119,4413788,806,203,326 +Turkey,323122,68860,806,203,326 +Turkey,324110,203427530,806,203,326 +Turkey,324121,450092,806,203,326 +Turkey,324122,546619,806,203,326 +Turkey,325110,1295315,806,203,326 +Turkey,325120,294195,806,203,326 +Turkey,325131,21500651,806,203,326 +Turkey,325132,1551686,806,203,326 +Turkey,325181,1336390,806,203,326 +Turkey,325182,95990,806,203,326 +Turkey,325188,19132340,806,203,326 +Turkey,325191,170747,806,203,326 +Turkey,325192,6286337,806,203,326 +Turkey,325193,118750,806,203,326 +Turkey,325199,256069884,806,203,326 +Turkey,325211,286854955,806,203,326 +Turkey,325212,43594257,806,203,326 +Turkey,325221,24788173,806,203,326 +Turkey,325222,11221809,806,203,326 +Turkey,325311,1175814,806,203,326 +Turkey,325312,6806179,806,203,326 +Turkey,325320,7918227,806,203,326 +Turkey,325411,24654086,806,203,326 +Turkey,325412,73904605,806,203,326 +Turkey,325414,44431793,806,203,326 +Turkey,325510,16899440,806,203,326 +Turkey,325520,6490001,806,203,326 +Turkey,325611,2338737,806,203,326 +Turkey,325612,3114259,806,203,326 +Turkey,325613,21232526,806,203,326 +Turkey,325620,18421441,806,203,326 +Turkey,325910,1924198,806,203,326 +Turkey,325920,5616140,806,203,326 +Turkey,325992,852815,806,203,326 +Turkey,325998,11499071,806,203,326 +Turkey,326113,7527397,806,203,326 +Turkey,326121,925105,806,203,326 +Turkey,326122,1245986,806,203,326 +Turkey,326160,296196,806,203,326 +Turkey,326191,159452,806,203,326 +Turkey,326192,1085386,806,203,326 +Turkey,326199,13946401,806,203,326 +Turkey,326211,4207309,806,203,326 +Turkey,326212,80034,806,203,326 +Turkey,326220,4373286,806,203,326 +Turkey,326299,11920914,806,203,326 +Turkey,327111,178391,806,203,326 +Turkey,327112,395142,806,203,326 +Turkey,327113,17063,806,203,326 +Turkey,327122,54391,806,203,326 +Turkey,327124,4374002,806,203,326 +Turkey,327125,832473,806,203,326 +Turkey,327211,15497289,806,203,326 +Turkey,327212,2422817,806,203,326 +Turkey,327213,29568,806,203,326 +Turkey,327215,14801481,806,203,326 +Turkey,327310,31827,806,203,326 +Turkey,327390,104892,806,203,326 +Turkey,327420,397647,806,203,326 +Turkey,327910,945407,806,203,326 +Turkey,327991,111608,806,203,326 +Turkey,327992,2071570,806,203,326 +Turkey,327993,1975221,806,203,326 +Turkey,327999,845039,806,203,326 +Turkey,331111,46418264,806,203,326 +Turkey,331112,2298881,806,203,326 +Turkey,331222,329311,806,203,326 +Turkey,331311,460528,806,203,326 +Turkey,331312,237725,806,203,326 +Turkey,331314,157055,806,203,326 +Turkey,331315,13580504,806,203,326 +Turkey,331316,4391754,806,203,326 +Turkey,331319,719217,806,203,326 +Turkey,331411,287208,806,203,326 +Turkey,331419,41890102,806,203,326 +Turkey,331421,168592,806,203,326 +Turkey,331422,5560356,806,203,326 +Turkey,331491,11864216,806,203,326 +Turkey,331492,2270358,806,203,326 +Turkey,331511,23953241,806,203,326 +Turkey,332115,5347901,806,203,326 +Turkey,332211,4100325,806,203,326 +Turkey,332212,3963424,806,203,326 +Turkey,332213,1778290,806,203,326 +Turkey,332214,36781,806,203,326 +Turkey,332311,2767391,806,203,326 +Turkey,332312,4528952,806,203,326 +Turkey,332321,1373121,806,203,326 +Turkey,332322,1208873,806,203,326 +Turkey,332410,6700440,806,203,326 +Turkey,332420,10766939,806,203,326 +Turkey,332439,85875,806,203,326 +Turkey,332510,7378719,806,203,326 +Turkey,332611,2886660,806,203,326 +Turkey,332618,843627,806,203,326 +Turkey,332722,5491066,806,203,326 +Turkey,332911,13792575,806,203,326 +Turkey,332912,3914366,806,203,326 +Turkey,332913,490329,806,203,326 +Turkey,332919,2774852,806,203,326 +Turkey,332991,3422064,806,203,326 +Turkey,332992,56033884,806,203,326 +Turkey,332994,1454489,806,203,326 +Turkey,332995,1769321,806,203,326 +Turkey,332997,26136,806,203,326 +Turkey,332998,318941,806,203,326 +Turkey,332999,54064880,806,203,326 +Turkey,333111,19710377,806,203,326 +Turkey,333120,79672901,806,203,326 +Turkey,333131,17316359,806,203,326 +Turkey,333132,46713768,806,203,326 +Turkey,333210,392125,806,203,326 +Turkey,333220,10858478,806,203,326 +Turkey,333291,3440347,806,203,326 +Turkey,333292,13691220,806,203,326 +Turkey,333293,3168801,806,203,326 +Turkey,333294,11505012,806,203,326 +Turkey,333295,3669355,806,203,326 +Turkey,333298,10201136,806,203,326 +Turkey,333311,633820,806,203,326 +Turkey,333313,2152154,806,203,326 +Turkey,333314,10197134,806,203,326 +Turkey,333315,3377416,806,203,326 +Turkey,333319,6561661,806,203,326 +Turkey,333411,799675,806,203,326 +Turkey,333412,3282898,806,203,326 +Turkey,333414,686957,806,203,326 +Turkey,333415,23370970,806,203,326 +Turkey,333511,1406484,806,203,326 +Turkey,333512,23252716,806,203,326 +Turkey,333513,5840973,806,203,326 +Turkey,333514,9356140,806,203,326 +Turkey,333515,6600275,806,203,326 +Turkey,333516,1525304,806,203,326 +Turkey,333611,117042311,806,203,326 +Turkey,333612,4238893,806,203,326 +Turkey,333613,5261738,806,203,326 +Turkey,333618,26212790,806,203,326 +Turkey,333911,29933576,806,203,326 +Turkey,333912,13396966,806,203,326 +Turkey,333913,1458120,806,203,326 +Turkey,333921,151602,806,203,326 +Turkey,333922,5254351,806,203,326 +Turkey,333923,1997426,806,203,326 +Turkey,333924,5260902,806,203,326 +Turkey,333991,4707895,806,203,326 +Turkey,333992,15640841,806,203,326 +Turkey,333993,3614507,806,203,326 +Turkey,333994,3985980,806,203,326 +Turkey,333995,4283319,806,203,326 +Turkey,333996,5283967,806,203,326 +Turkey,333997,458412,806,203,326 +Turkey,333999,64728406,806,203,326 +Turkey,334111,51448408,806,203,326 +Turkey,334112,14675350,806,203,326 +Turkey,334119,61368737,806,203,326 +Turkey,334210,2291340,806,203,326 +Turkey,334220,88655374,806,203,326 +Turkey,334290,4340044,806,203,326 +Turkey,334310,17176443,806,203,326 +Turkey,334411,3609992,806,203,326 +Turkey,334412,3529325,806,203,326 +Turkey,334413,23494763,806,203,326 +Turkey,334414,753002,806,203,326 +Turkey,334415,448173,806,203,326 +Turkey,334416,1484029,806,203,326 +Turkey,334417,21336617,806,203,326 +Turkey,334418,2034890,806,203,326 +Turkey,334419,30099777,806,203,326 +Turkey,334510,77100335,806,203,326 +Turkey,334511,44790406,806,203,326 +Turkey,334512,1930566,806,203,326 +Turkey,334513,20454718,806,203,326 +Turkey,334514,419952,806,203,326 +Turkey,334515,28055719,806,203,326 +Turkey,334516,38660983,806,203,326 +Turkey,334517,46158819,806,203,326 +Turkey,334518,1255372,806,203,326 +Turkey,334519,23295680,806,203,326 +Turkey,334612,490262,806,203,326 +Turkey,334613,659684,806,203,326 +Turkey,335110,596436,806,203,326 +Turkey,335121,494733,806,203,326 +Turkey,335129,2935290,806,203,326 +Turkey,335211,1307259,806,203,326 +Turkey,335212,3561041,806,203,326 +Turkey,335221,419164,806,203,326 +Turkey,335222,1366630,806,203,326 +Turkey,335224,2003787,806,203,326 +Turkey,335228,3442538,806,203,326 +Turkey,335311,1444088,806,203,326 +Turkey,335312,54068305,806,203,326 +Turkey,335313,7350561,806,203,326 +Turkey,335314,17590884,806,203,326 +Turkey,335911,2439311,806,203,326 +Turkey,335912,365541,806,203,326 +Turkey,335921,196097,806,203,326 +Turkey,335929,7574366,806,203,326 +Turkey,335931,21319924,806,203,326 +Turkey,335932,211449,806,203,326 +Turkey,335991,16047058,806,203,326 +Turkey,335999,21044116,806,203,326 +Turkey,336111,64673011,806,203,326 +Turkey,336120,11230792,806,203,326 +Turkey,336211,43000,806,203,326 +Turkey,336212,3387051,806,203,326 +Turkey,336214,859534,806,203,326 +Turkey,336311,2050571,806,203,326 +Turkey,336321,814820,806,203,326 +Turkey,336322,4341945,806,203,326 +Turkey,336330,803924,806,203,326 +Turkey,336340,1870015,806,203,326 +Turkey,336350,4016990,806,203,326 +Turkey,336360,2329831,806,203,326 +Turkey,336370,12329,806,203,326 +Turkey,336391,45629,806,203,326 +Turkey,336399,17419902,806,203,326 +Turkey,336411,92182992,806,203,326 +Turkey,336412,249277430,806,203,326 +Turkey,336413,298437553,806,203,326 +Turkey,336415,650720,806,203,326 +Turkey,336419,191608,806,203,326 +Turkey,336510,3553797,806,203,326 +Turkey,336611,1602911,806,203,326 +Turkey,336612,37532581,806,203,326 +Turkey,336991,1653985,806,203,326 +Turkey,336992,3358558,806,203,326 +Turkey,337124,763322,806,203,326 +Turkey,337127,8115261,806,203,326 +Turkey,337211,5500,806,203,326 +Turkey,337214,79254,806,203,326 +Turkey,337215,2261280,806,203,326 +Turkey,337910,590117,806,203,326 +Turkey,337920,117054,806,203,326 +Turkey,339112,44292454,806,203,326 +Turkey,339113,33295030,806,203,326 +Turkey,339114,12321726,806,203,326 +Turkey,339115,1879346,806,203,326 +Turkey,339911,41939531,806,203,326 +Turkey,339912,26233,806,203,326 +Turkey,339913,1652997,806,203,326 +Turkey,339914,828804,806,203,326 +Turkey,339920,8636624,806,203,326 +Turkey,339932,1050951,806,203,326 +Turkey,339941,275082,806,203,326 +Turkey,339942,150740,806,203,326 +Turkey,339943,12178,806,203,326 +Turkey,339944,11888690,806,203,326 +Turkey,339950,49735,806,203,326 +Turkey,339991,5552335,806,203,326 +Turkey,339992,1948069,806,203,326 +Turkey,339993,941052,806,203,326 +Turkey,339994,176325,806,203,326 +Turkey,339999,6774177,806,203,326 +Turkey,511210,1213857,806,203,326 +Turkey,910000,1535879667,806,203,326 +Turkey,920000,11908201,806,203,326 +Turkey,990000,179677049,806,203,326 +Turkmenistan,212325,243075,806,204,327 +Turkmenistan,311615,1556295,806,204,327 +Turkmenistan,313210,4080,806,204,327 +Turkmenistan,313221,153171,806,204,327 +Turkmenistan,314991,9436,806,204,327 +Turkmenistan,314999,48650,806,204,327 +Turkmenistan,315232,2788,806,204,327 +Turkmenistan,315239,5880,806,204,327 +Turkmenistan,315999,5074,806,204,327 +Turkmenistan,316213,2680,806,204,327 +Turkmenistan,322110,16365,806,204,327 +Turkmenistan,322122,22028,806,204,327 +Turkmenistan,322211,261904,806,204,327 +Turkmenistan,323118,4502,806,204,327 +Turkmenistan,324110,202339,806,204,327 +Turkmenistan,325211,30812,806,204,327 +Turkmenistan,325412,3500,806,204,327 +Turkmenistan,325510,615375,806,204,327 +Turkmenistan,325520,12502,806,204,327 +Turkmenistan,325613,210258,806,204,327 +Turkmenistan,325620,20055,806,204,327 +Turkmenistan,325998,72350,806,204,327 +Turkmenistan,326199,61681,806,204,327 +Turkmenistan,326211,206650,806,204,327 +Turkmenistan,326220,480299,806,204,327 +Turkmenistan,326299,11347,806,204,327 +Turkmenistan,327211,4025,806,204,327 +Turkmenistan,327212,5018,806,204,327 +Turkmenistan,327999,4525,806,204,327 +Turkmenistan,331111,153381,806,204,327 +Turkmenistan,331315,99177,806,204,327 +Turkmenistan,331491,5442,806,204,327 +Turkmenistan,332212,111299,806,204,327 +Turkmenistan,332312,7160,806,204,327 +Turkmenistan,332322,49043,806,204,327 +Turkmenistan,332410,19000,806,204,327 +Turkmenistan,332439,3876,806,204,327 +Turkmenistan,332510,10026,806,204,327 +Turkmenistan,332611,14210,806,204,327 +Turkmenistan,332618,36534,806,204,327 +Turkmenistan,332722,114643,806,204,327 +Turkmenistan,332911,1615219,806,204,327 +Turkmenistan,332912,204000,806,204,327 +Turkmenistan,332919,139745,806,204,327 +Turkmenistan,332991,217673,806,204,327 +Turkmenistan,332999,334353,806,204,327 +Turkmenistan,333111,2802751,806,204,327 +Turkmenistan,333120,3015684,806,204,327 +Turkmenistan,333131,1835359,806,204,327 +Turkmenistan,333132,6422553,806,204,327 +Turkmenistan,333298,20531,806,204,327 +Turkmenistan,333313,86777,806,204,327 +Turkmenistan,333314,93690,806,204,327 +Turkmenistan,333315,33998,806,204,327 +Turkmenistan,333411,34076,806,204,327 +Turkmenistan,333412,37457,806,204,327 +Turkmenistan,333414,189150,806,204,327 +Turkmenistan,333415,49763,806,204,327 +Turkmenistan,333512,13235,806,204,327 +Turkmenistan,333514,6383,806,204,327 +Turkmenistan,333515,61000,806,204,327 +Turkmenistan,333611,902781,806,204,327 +Turkmenistan,333612,266858,806,204,327 +Turkmenistan,333613,436572,806,204,327 +Turkmenistan,333618,1310861,806,204,327 +Turkmenistan,333911,331869,806,204,327 +Turkmenistan,333912,114796,806,204,327 +Turkmenistan,333922,5041,806,204,327 +Turkmenistan,333923,51272,806,204,327 +Turkmenistan,333991,21357,806,204,327 +Turkmenistan,333992,212072,806,204,327 +Turkmenistan,333995,224175,806,204,327 +Turkmenistan,333996,235100,806,204,327 +Turkmenistan,333999,930593,806,204,327 +Turkmenistan,334111,493668,806,204,327 +Turkmenistan,334119,184223,806,204,327 +Turkmenistan,334210,49915,806,204,327 +Turkmenistan,334220,461529,806,204,327 +Turkmenistan,334290,51057,806,204,327 +Turkmenistan,334310,81686,806,204,327 +Turkmenistan,334412,6670,806,204,327 +Turkmenistan,334413,16465,806,204,327 +Turkmenistan,334415,17011,806,204,327 +Turkmenistan,334417,6761,806,204,327 +Turkmenistan,334418,13128,806,204,327 +Turkmenistan,334419,123820,806,204,327 +Turkmenistan,334510,31030,806,204,327 +Turkmenistan,334511,875514,806,204,327 +Turkmenistan,334513,745099,806,204,327 +Turkmenistan,334515,533676,806,204,327 +Turkmenistan,334516,551912,806,204,327 +Turkmenistan,334517,103426,806,204,327 +Turkmenistan,334519,149006,806,204,327 +Turkmenistan,334613,5842,806,204,327 +Turkmenistan,335110,13830,806,204,327 +Turkmenistan,335129,29137,806,204,327 +Turkmenistan,335211,38257,806,204,327 +Turkmenistan,335311,46062,806,204,327 +Turkmenistan,335312,302870,806,204,327 +Turkmenistan,335313,18430,806,204,327 +Turkmenistan,335314,241400,806,204,327 +Turkmenistan,335911,11810,806,204,327 +Turkmenistan,335912,3933,806,204,327 +Turkmenistan,335929,145761,806,204,327 +Turkmenistan,335931,36505,806,204,327 +Turkmenistan,335932,3158,806,204,327 +Turkmenistan,335991,6833,806,204,327 +Turkmenistan,335999,80844,806,204,327 +Turkmenistan,336111,520061,806,204,327 +Turkmenistan,336120,1114461,806,204,327 +Turkmenistan,336311,229414,806,204,327 +Turkmenistan,336322,433211,806,204,327 +Turkmenistan,336340,52815,806,204,327 +Turkmenistan,336391,30547,806,204,327 +Turkmenistan,336399,1143314,806,204,327 +Turkmenistan,336611,684426,806,204,327 +Turkmenistan,337215,3666,806,204,327 +Turkmenistan,339113,124114,806,204,327 +Turkmenistan,339115,14032,806,204,327 +Turkmenistan,339920,16338,806,204,327 +Turkmenistan,339932,75681,806,204,327 +Turkmenistan,339991,184734,806,204,327 +Turkmenistan,339999,79221,806,204,327 +Turkmenistan,990000,970096,806,204,327 +Turks and Caicos Islands,111130,35463,803,205,328 +Turks and Caicos Islands,111199,50105,803,205,328 +Turks and Caicos Islands,111211,9846,803,205,328 +Turks and Caicos Islands,111219,391281,803,205,328 +Turks and Caicos Islands,111310,5244,803,205,328 +Turks and Caicos Islands,111320,8823,803,205,328 +Turks and Caicos Islands,111331,27141,803,205,328 +Turks and Caicos Islands,111332,77838,803,205,328 +Turks and Caicos Islands,111333,17786,803,205,328 +Turks and Caicos Islands,111339,385323,803,205,328 +Turks and Caicos Islands,111421,998024,803,205,328 +Turks and Caicos Islands,111422,11376,803,205,328 +Turks and Caicos Islands,111940,35449,803,205,328 +Turks and Caicos Islands,111998,29874,803,205,328 +Turks and Caicos Islands,112310,91019,803,205,328 +Turks and Caicos Islands,113310,293228,803,205,328 +Turks and Caicos Islands,114111,236976,803,205,328 +Turks and Caicos Islands,114112,460642,803,205,328 +Turks and Caicos Islands,114119,11956,803,205,328 +Turks and Caicos Islands,211112,1792611,803,205,328 +Turks and Caicos Islands,212311,67956,803,205,328 +Turks and Caicos Islands,212322,67323,803,205,328 +Turks and Caicos Islands,212399,7600,803,205,328 +Turks and Caicos Islands,311111,204279,803,205,328 +Turks and Caicos Islands,311119,50046,803,205,328 +Turks and Caicos Islands,311211,258132,803,205,328 +Turks and Caicos Islands,311212,824712,803,205,328 +Turks and Caicos Islands,311223,58684,803,205,328 +Turks and Caicos Islands,311225,179175,803,205,328 +Turks and Caicos Islands,311230,111671,803,205,328 +Turks and Caicos Islands,311311,294098,803,205,328 +Turks and Caicos Islands,311320,160070,803,205,328 +Turks and Caicos Islands,311340,129583,803,205,328 +Turks and Caicos Islands,311411,264163,803,205,328 +Turks and Caicos Islands,311421,993412,803,205,328 +Turks and Caicos Islands,311422,7304,803,205,328 +Turks and Caicos Islands,311423,5700,803,205,328 +Turks and Caicos Islands,311511,242598,803,205,328 +Turks and Caicos Islands,311512,71677,803,205,328 +Turks and Caicos Islands,311513,294446,803,205,328 +Turks and Caicos Islands,311514,80095,803,205,328 +Turks and Caicos Islands,311520,193793,803,205,328 +Turks and Caicos Islands,311611,2854783,803,205,328 +Turks and Caicos Islands,311615,2084101,803,205,328 +Turks and Caicos Islands,311711,54129,803,205,328 +Turks and Caicos Islands,311811,268690,803,205,328 +Turks and Caicos Islands,311822,3978,803,205,328 +Turks and Caicos Islands,311823,4671,803,205,328 +Turks and Caicos Islands,311911,16217,803,205,328 +Turks and Caicos Islands,311919,283990,803,205,328 +Turks and Caicos Islands,311920,70024,803,205,328 +Turks and Caicos Islands,311930,47818,803,205,328 +Turks and Caicos Islands,311941,24692,803,205,328 +Turks and Caicos Islands,311942,29512,803,205,328 +Turks and Caicos Islands,311999,244062,803,205,328 +Turks and Caicos Islands,312111,2445097,803,205,328 +Turks and Caicos Islands,312112,121697,803,205,328 +Turks and Caicos Islands,312113,26276,803,205,328 +Turks and Caicos Islands,312120,581891,803,205,328 +Turks and Caicos Islands,312130,1920135,803,205,328 +Turks and Caicos Islands,312140,700568,803,205,328 +Turks and Caicos Islands,312221,200617,803,205,328 +Turks and Caicos Islands,312229,16842,803,205,328 +Turks and Caicos Islands,313210,40925,803,205,328 +Turks and Caicos Islands,313221,3185,803,205,328 +Turks and Caicos Islands,313249,9012,803,205,328 +Turks and Caicos Islands,313312,3038,803,205,328 +Turks and Caicos Islands,313320,9637,803,205,328 +Turks and Caicos Islands,314110,40404,803,205,328 +Turks and Caicos Islands,314121,64792,803,205,328 +Turks and Caicos Islands,314129,664651,803,205,328 +Turks and Caicos Islands,314911,41950,803,205,328 +Turks and Caicos Islands,314912,103898,803,205,328 +Turks and Caicos Islands,314991,55956,803,205,328 +Turks and Caicos Islands,314999,53349,803,205,328 +Turks and Caicos Islands,315111,2816,803,205,328 +Turks and Caicos Islands,315221,212428,803,205,328 +Turks and Caicos Islands,315222,17336,803,205,328 +Turks and Caicos Islands,315223,167857,803,205,328 +Turks and Caicos Islands,315224,2968,803,205,328 +Turks and Caicos Islands,315228,43355,803,205,328 +Turks and Caicos Islands,315231,2671,803,205,328 +Turks and Caicos Islands,315232,58330,803,205,328 +Turks and Caicos Islands,315233,6007,803,205,328 +Turks and Caicos Islands,315234,4389,803,205,328 +Turks and Caicos Islands,315239,48138,803,205,328 +Turks and Caicos Islands,315291,4643,803,205,328 +Turks and Caicos Islands,315292,14824,803,205,328 +Turks and Caicos Islands,315991,64801,803,205,328 +Turks and Caicos Islands,315992,3720,803,205,328 +Turks and Caicos Islands,315993,4699,803,205,328 +Turks and Caicos Islands,315999,104440,803,205,328 +Turks and Caicos Islands,316110,2573,803,205,328 +Turks and Caicos Islands,316211,3600,803,205,328 +Turks and Caicos Islands,316212,17465,803,205,328 +Turks and Caicos Islands,316213,14626,803,205,328 +Turks and Caicos Islands,316214,14589,803,205,328 +Turks and Caicos Islands,316219,104047,803,205,328 +Turks and Caicos Islands,316991,70306,803,205,328 +Turks and Caicos Islands,316992,33322,803,205,328 +Turks and Caicos Islands,316993,59188,803,205,328 +Turks and Caicos Islands,321113,872195,803,205,328 +Turks and Caicos Islands,321114,733275,803,205,328 +Turks and Caicos Islands,321211,304883,803,205,328 +Turks and Caicos Islands,321212,237692,803,205,328 +Turks and Caicos Islands,321213,131493,803,205,328 +Turks and Caicos Islands,321219,17322,803,205,328 +Turks and Caicos Islands,321911,786427,803,205,328 +Turks and Caicos Islands,321918,193599,803,205,328 +Turks and Caicos Islands,321920,50044,803,205,328 +Turks and Caicos Islands,321999,585580,803,205,328 +Turks and Caicos Islands,322121,218529,803,205,328 +Turks and Caicos Islands,322130,15918,803,205,328 +Turks and Caicos Islands,322211,40770,803,205,328 +Turks and Caicos Islands,322212,2835,803,205,328 +Turks and Caicos Islands,322213,6225,803,205,328 +Turks and Caicos Islands,322215,14440,803,205,328 +Turks and Caicos Islands,322222,48657,803,205,328 +Turks and Caicos Islands,322223,136723,803,205,328 +Turks and Caicos Islands,322224,4302,803,205,328 +Turks and Caicos Islands,322232,4614,803,205,328 +Turks and Caicos Islands,322233,2975,803,205,328 +Turks and Caicos Islands,322291,148899,803,205,328 +Turks and Caicos Islands,322299,32645,803,205,328 +Turks and Caicos Islands,323117,347928,803,205,328 +Turks and Caicos Islands,323118,84859,803,205,328 +Turks and Caicos Islands,323119,339546,803,205,328 +Turks and Caicos Islands,324110,24993190,803,205,328 +Turks and Caicos Islands,324121,616663,803,205,328 +Turks and Caicos Islands,324122,93497,803,205,328 +Turks and Caicos Islands,325120,3146,803,205,328 +Turks and Caicos Islands,325131,6571,803,205,328 +Turks and Caicos Islands,325132,6728,803,205,328 +Turks and Caicos Islands,325181,92011,803,205,328 +Turks and Caicos Islands,325188,105017,803,205,328 +Turks and Caicos Islands,325193,4605,803,205,328 +Turks and Caicos Islands,325199,406925,803,205,328 +Turks and Caicos Islands,325211,87764,803,205,328 +Turks and Caicos Islands,325212,15500,803,205,328 +Turks and Caicos Islands,325222,10839,803,205,328 +Turks and Caicos Islands,325311,12015,803,205,328 +Turks and Caicos Islands,325312,128162,803,205,328 +Turks and Caicos Islands,325320,116276,803,205,328 +Turks and Caicos Islands,325411,29782,803,205,328 +Turks and Caicos Islands,325412,798510,803,205,328 +Turks and Caicos Islands,325414,3596,803,205,328 +Turks and Caicos Islands,325510,480316,803,205,328 +Turks and Caicos Islands,325520,82730,803,205,328 +Turks and Caicos Islands,325611,691716,803,205,328 +Turks and Caicos Islands,325612,8914,803,205,328 +Turks and Caicos Islands,325613,41752,803,205,328 +Turks and Caicos Islands,325620,1094742,803,205,328 +Turks and Caicos Islands,325910,134724,803,205,328 +Turks and Caicos Islands,325992,4862,803,205,328 +Turks and Caicos Islands,325998,132784,803,205,328 +Turks and Caicos Islands,326113,64148,803,205,328 +Turks and Caicos Islands,326122,421744,803,205,328 +Turks and Caicos Islands,326160,347022,803,205,328 +Turks and Caicos Islands,326191,58539,803,205,328 +Turks and Caicos Islands,326192,847793,803,205,328 +Turks and Caicos Islands,326199,1442455,803,205,328 +Turks and Caicos Islands,326211,387293,803,205,328 +Turks and Caicos Islands,326212,12596,803,205,328 +Turks and Caicos Islands,326220,42003,803,205,328 +Turks and Caicos Islands,326299,68937,803,205,328 +Turks and Caicos Islands,327111,34485,803,205,328 +Turks and Caicos Islands,327112,137704,803,205,328 +Turks and Caicos Islands,327113,17104,803,205,328 +Turks and Caicos Islands,327121,36966,803,205,328 +Turks and Caicos Islands,327122,15706,803,205,328 +Turks and Caicos Islands,327123,78297,803,205,328 +Turks and Caicos Islands,327124,62775,803,205,328 +Turks and Caicos Islands,327125,270302,803,205,328 +Turks and Caicos Islands,327211,45541,803,205,328 +Turks and Caicos Islands,327212,124628,803,205,328 +Turks and Caicos Islands,327213,51358,803,205,328 +Turks and Caicos Islands,327215,120215,803,205,328 +Turks and Caicos Islands,327310,758812,803,205,328 +Turks and Caicos Islands,327331,6552,803,205,328 +Turks and Caicos Islands,327390,259839,803,205,328 +Turks and Caicos Islands,327410,4371,803,205,328 +Turks and Caicos Islands,327420,132182,803,205,328 +Turks and Caicos Islands,327910,2939,803,205,328 +Turks and Caicos Islands,327991,199062,803,205,328 +Turks and Caicos Islands,327992,4468,803,205,328 +Turks and Caicos Islands,327993,26177,803,205,328 +Turks and Caicos Islands,327999,152737,803,205,328 +Turks and Caicos Islands,331111,1031388,803,205,328 +Turks and Caicos Islands,331222,67660,803,205,328 +Turks and Caicos Islands,331315,43048,803,205,328 +Turks and Caicos Islands,331316,28070,803,205,328 +Turks and Caicos Islands,331319,148436,803,205,328 +Turks and Caicos Islands,331411,3750,803,205,328 +Turks and Caicos Islands,331421,6264,803,205,328 +Turks and Caicos Islands,331422,336012,803,205,328 +Turks and Caicos Islands,331491,68673,803,205,328 +Turks and Caicos Islands,331511,140851,803,205,328 +Turks and Caicos Islands,332115,58742,803,205,328 +Turks and Caicos Islands,332211,6360,803,205,328 +Turks and Caicos Islands,332212,49548,803,205,328 +Turks and Caicos Islands,332213,28309,803,205,328 +Turks and Caicos Islands,332311,341040,803,205,328 +Turks and Caicos Islands,332312,889002,803,205,328 +Turks and Caicos Islands,332321,1184904,803,205,328 +Turks and Caicos Islands,332322,233579,803,205,328 +Turks and Caicos Islands,332323,5627,803,205,328 +Turks and Caicos Islands,332410,70618,803,205,328 +Turks and Caicos Islands,332420,300857,803,205,328 +Turks and Caicos Islands,332431,10722,803,205,328 +Turks and Caicos Islands,332439,34985,803,205,328 +Turks and Caicos Islands,332510,68782,803,205,328 +Turks and Caicos Islands,332611,6078,803,205,328 +Turks and Caicos Islands,332618,740384,803,205,328 +Turks and Caicos Islands,332722,81007,803,205,328 +Turks and Caicos Islands,332911,104166,803,205,328 +Turks and Caicos Islands,332912,34980,803,205,328 +Turks and Caicos Islands,332913,129438,803,205,328 +Turks and Caicos Islands,332919,104509,803,205,328 +Turks and Caicos Islands,332991,29018,803,205,328 +Turks and Caicos Islands,332992,48505,803,205,328 +Turks and Caicos Islands,332998,14059,803,205,328 +Turks and Caicos Islands,332999,358806,803,205,328 +Turks and Caicos Islands,333111,383312,803,205,328 +Turks and Caicos Islands,333120,466717,803,205,328 +Turks and Caicos Islands,333131,33269,803,205,328 +Turks and Caicos Islands,333220,3771,803,205,328 +Turks and Caicos Islands,333292,20808,803,205,328 +Turks and Caicos Islands,333293,14433,803,205,328 +Turks and Caicos Islands,333294,5917,803,205,328 +Turks and Caicos Islands,333295,2835,803,205,328 +Turks and Caicos Islands,333298,82574,803,205,328 +Turks and Caicos Islands,333311,89736,803,205,328 +Turks and Caicos Islands,333313,12598,803,205,328 +Turks and Caicos Islands,333314,107896,803,205,328 +Turks and Caicos Islands,333315,93034,803,205,328 +Turks and Caicos Islands,333319,165247,803,205,328 +Turks and Caicos Islands,333411,8793,803,205,328 +Turks and Caicos Islands,333412,11447,803,205,328 +Turks and Caicos Islands,333414,20683,803,205,328 +Turks and Caicos Islands,333415,979105,803,205,328 +Turks and Caicos Islands,333511,2808,803,205,328 +Turks and Caicos Islands,333512,106700,803,205,328 +Turks and Caicos Islands,333515,73242,803,205,328 +Turks and Caicos Islands,333611,28038,803,205,328 +Turks and Caicos Islands,333612,49823,803,205,328 +Turks and Caicos Islands,333613,170542,803,205,328 +Turks and Caicos Islands,333618,1119974,803,205,328 +Turks and Caicos Islands,333911,493039,803,205,328 +Turks and Caicos Islands,333912,40823,803,205,328 +Turks and Caicos Islands,333913,37522,803,205,328 +Turks and Caicos Islands,333921,5600,803,205,328 +Turks and Caicos Islands,333922,5000,803,205,328 +Turks and Caicos Islands,333924,231454,803,205,328 +Turks and Caicos Islands,333991,13788,803,205,328 +Turks and Caicos Islands,333992,27631,803,205,328 +Turks and Caicos Islands,333993,21908,803,205,328 +Turks and Caicos Islands,333994,7413,803,205,328 +Turks and Caicos Islands,333995,41690,803,205,328 +Turks and Caicos Islands,333996,109477,803,205,328 +Turks and Caicos Islands,333999,357087,803,205,328 +Turks and Caicos Islands,334111,316098,803,205,328 +Turks and Caicos Islands,334112,40523,803,205,328 +Turks and Caicos Islands,334119,847975,803,205,328 +Turks and Caicos Islands,334210,177741,803,205,328 +Turks and Caicos Islands,334220,3196353,803,205,328 +Turks and Caicos Islands,334290,49006,803,205,328 +Turks and Caicos Islands,334310,668304,803,205,328 +Turks and Caicos Islands,334411,207490,803,205,328 +Turks and Caicos Islands,334412,12412,803,205,328 +Turks and Caicos Islands,334413,427635,803,205,328 +Turks and Caicos Islands,334414,4431,803,205,328 +Turks and Caicos Islands,334415,19136,803,205,328 +Turks and Caicos Islands,334416,122017,803,205,328 +Turks and Caicos Islands,334417,122420,803,205,328 +Turks and Caicos Islands,334418,100268,803,205,328 +Turks and Caicos Islands,334419,329532,803,205,328 +Turks and Caicos Islands,334510,654096,803,205,328 +Turks and Caicos Islands,334511,31484,803,205,328 +Turks and Caicos Islands,334512,70896,803,205,328 +Turks and Caicos Islands,334513,53190,803,205,328 +Turks and Caicos Islands,334514,59272,803,205,328 +Turks and Caicos Islands,334515,296790,803,205,328 +Turks and Caicos Islands,334516,27854,803,205,328 +Turks and Caicos Islands,334517,14426,803,205,328 +Turks and Caicos Islands,334518,1648063,803,205,328 +Turks and Caicos Islands,334519,15300,803,205,328 +Turks and Caicos Islands,334613,2600,803,205,328 +Turks and Caicos Islands,335110,13217,803,205,328 +Turks and Caicos Islands,335121,80315,803,205,328 +Turks and Caicos Islands,335129,332101,803,205,328 +Turks and Caicos Islands,335211,170870,803,205,328 +Turks and Caicos Islands,335212,26670,803,205,328 +Turks and Caicos Islands,335221,38592,803,205,328 +Turks and Caicos Islands,335222,129096,803,205,328 +Turks and Caicos Islands,335224,190007,803,205,328 +Turks and Caicos Islands,335228,241321,803,205,328 +Turks and Caicos Islands,335311,821242,803,205,328 +Turks and Caicos Islands,335312,2514368,803,205,328 +Turks and Caicos Islands,335313,455203,803,205,328 +Turks and Caicos Islands,335314,143855,803,205,328 +Turks and Caicos Islands,335911,403178,803,205,328 +Turks and Caicos Islands,335912,45129,803,205,328 +Turks and Caicos Islands,335921,26470,803,205,328 +Turks and Caicos Islands,335929,338190,803,205,328 +Turks and Caicos Islands,335931,22571,803,205,328 +Turks and Caicos Islands,335932,104387,803,205,328 +Turks and Caicos Islands,335991,5300,803,205,328 +Turks and Caicos Islands,335999,209300,803,205,328 +Turks and Caicos Islands,336111,3759713,803,205,328 +Turks and Caicos Islands,336120,125013,803,205,328 +Turks and Caicos Islands,336214,35010,803,205,328 +Turks and Caicos Islands,336311,60501,803,205,328 +Turks and Caicos Islands,336321,23804,803,205,328 +Turks and Caicos Islands,336322,61678,803,205,328 +Turks and Caicos Islands,336330,3360,803,205,328 +Turks and Caicos Islands,336350,21035,803,205,328 +Turks and Caicos Islands,336391,10450,803,205,328 +Turks and Caicos Islands,336399,482564,803,205,328 +Turks and Caicos Islands,336412,21378,803,205,328 +Turks and Caicos Islands,336413,22557,803,205,328 +Turks and Caicos Islands,336510,179304,803,205,328 +Turks and Caicos Islands,336611,44661,803,205,328 +Turks and Caicos Islands,336612,824615,803,205,328 +Turks and Caicos Islands,336991,31928,803,205,328 +Turks and Caicos Islands,337110,167595,803,205,328 +Turks and Caicos Islands,337121,8731,803,205,328 +Turks and Caicos Islands,337124,200078,803,205,328 +Turks and Caicos Islands,337127,1765379,803,205,328 +Turks and Caicos Islands,337211,107810,803,205,328 +Turks and Caicos Islands,337214,65003,803,205,328 +Turks and Caicos Islands,337215,357584,803,205,328 +Turks and Caicos Islands,337910,120452,803,205,328 +Turks and Caicos Islands,337920,21547,803,205,328 +Turks and Caicos Islands,339112,1009268,803,205,328 +Turks and Caicos Islands,339113,338437,803,205,328 +Turks and Caicos Islands,339114,77636,803,205,328 +Turks and Caicos Islands,339115,247937,803,205,328 +Turks and Caicos Islands,339911,5669550,803,205,328 +Turks and Caicos Islands,339912,16136,803,205,328 +Turks and Caicos Islands,339913,212878,803,205,328 +Turks and Caicos Islands,339914,61217,803,205,328 +Turks and Caicos Islands,339920,367155,803,205,328 +Turks and Caicos Islands,339932,39339,803,205,328 +Turks and Caicos Islands,339941,16185,803,205,328 +Turks and Caicos Islands,339942,2622,803,205,328 +Turks and Caicos Islands,339943,2640,803,205,328 +Turks and Caicos Islands,339944,11094,803,205,328 +Turks and Caicos Islands,339950,74432,803,205,328 +Turks and Caicos Islands,339991,97812,803,205,328 +Turks and Caicos Islands,339992,19618,803,205,328 +Turks and Caicos Islands,339993,7576,803,205,328 +Turks and Caicos Islands,339994,17714,803,205,328 +Turks and Caicos Islands,339999,403176,803,205,328 +Turks and Caicos Islands,910000,54624,803,205,328 +Turks and Caicos Islands,920000,62944,803,205,328 +Turks and Caicos Islands,990000,78253697,803,205,328 +Tuvalu,311421,3970,808,206,329 +Tuvalu,311615,265546,808,206,329 +Tuvalu,311711,3855,808,206,329 +Tuvalu,312130,11536,808,206,329 +Tuvalu,325212,38334,808,206,329 +Tuvalu,332312,51926,808,206,329 +Tuvalu,333415,15942,808,206,329 +Tuvalu,334119,7199,808,206,329 +Tuvalu,334220,9000,808,206,329 +Tuvalu,334518,34375,808,206,329 +Tuvalu,334519,39000,808,206,329 +Tuvalu,339113,108948,808,206,329 +Tuvalu,990000,31314,808,206,329 +Uganda,111130,75663,805,207,330 +Uganda,111140,4403213,805,207,330 +Uganda,111199,512320,805,207,330 +Uganda,111219,5235,805,207,330 +Uganda,112111,39150,805,207,330 +Uganda,112920,9179,805,207,330 +Uganda,212324,9223,805,207,330 +Uganda,212325,71600,805,207,330 +Uganda,212399,37059,805,207,330 +Uganda,311221,11900,805,207,330 +Uganda,311222,1904427,805,207,330 +Uganda,311225,315900,805,207,330 +Uganda,311320,5153,805,207,330 +Uganda,311411,9037,805,207,330 +Uganda,311421,27712,805,207,330 +Uganda,311514,12108,805,207,330 +Uganda,311611,5786,805,207,330 +Uganda,311613,4870,805,207,330 +Uganda,311942,21955,805,207,330 +Uganda,311999,228067,805,207,330 +Uganda,313230,11618,805,207,330 +Uganda,314110,9178,805,207,330 +Uganda,314129,25479,805,207,330 +Uganda,314912,369900,805,207,330 +Uganda,314991,35190,805,207,330 +Uganda,314999,1903628,805,207,330 +Uganda,315111,13882,805,207,330 +Uganda,315221,17674,805,207,330 +Uganda,315222,97240,805,207,330 +Uganda,315223,36750,805,207,330 +Uganda,315224,36587,805,207,330 +Uganda,315228,211247,805,207,330 +Uganda,315231,7000,805,207,330 +Uganda,315239,3213,805,207,330 +Uganda,315292,3888,805,207,330 +Uganda,315991,10175,805,207,330 +Uganda,315992,3600,805,207,330 +Uganda,315999,92174,805,207,330 +Uganda,316211,22032,805,207,330 +Uganda,316219,85109,805,207,330 +Uganda,316991,26062,805,207,330 +Uganda,321999,135692,805,207,330 +Uganda,322121,30807,805,207,330 +Uganda,322122,560914,805,207,330 +Uganda,322130,292506,805,207,330 +Uganda,322222,28547,805,207,330 +Uganda,322223,59456,805,207,330 +Uganda,322299,17166,805,207,330 +Uganda,323117,621597,805,207,330 +Uganda,323119,124359,805,207,330 +Uganda,325132,29292,805,207,330 +Uganda,325188,18303,805,207,330 +Uganda,325199,925762,805,207,330 +Uganda,325211,535082,805,207,330 +Uganda,325312,19928,805,207,330 +Uganda,325411,17400,805,207,330 +Uganda,325412,2898221,805,207,330 +Uganda,325414,282925,805,207,330 +Uganda,325510,3337,805,207,330 +Uganda,325520,3494,805,207,330 +Uganda,325613,25065,805,207,330 +Uganda,325620,210981,805,207,330 +Uganda,325910,46371,805,207,330 +Uganda,325920,138550,805,207,330 +Uganda,325998,40037,805,207,330 +Uganda,326113,26842,805,207,330 +Uganda,326160,11126,805,207,330 +Uganda,326191,3961,805,207,330 +Uganda,326199,518917,805,207,330 +Uganda,326211,251638,805,207,330 +Uganda,326299,31874,805,207,330 +Uganda,327112,8800,805,207,330 +Uganda,327211,13948,805,207,330 +Uganda,327212,19690,805,207,330 +Uganda,327420,3665,805,207,330 +Uganda,327991,2800,805,207,330 +Uganda,327992,56281,805,207,330 +Uganda,327993,20200,805,207,330 +Uganda,331111,343773,805,207,330 +Uganda,331315,8570,805,207,330 +Uganda,331491,4170,805,207,330 +Uganda,331511,19314,805,207,330 +Uganda,332212,187755,805,207,330 +Uganda,332213,6243,805,207,330 +Uganda,332312,588910,805,207,330 +Uganda,332420,45743,805,207,330 +Uganda,332439,29280,805,207,330 +Uganda,332510,13874,805,207,330 +Uganda,332611,3779,805,207,330 +Uganda,332722,19311,805,207,330 +Uganda,332911,188565,805,207,330 +Uganda,332912,3317,805,207,330 +Uganda,332919,5197,805,207,330 +Uganda,332991,29960,805,207,330 +Uganda,332992,20497,805,207,330 +Uganda,332994,252526,805,207,330 +Uganda,332999,39296,805,207,330 +Uganda,333111,1037567,805,207,330 +Uganda,333120,1428453,805,207,330 +Uganda,333131,595128,805,207,330 +Uganda,333132,799147,805,207,330 +Uganda,333210,16353,805,207,330 +Uganda,333220,12168,805,207,330 +Uganda,333291,30296,805,207,330 +Uganda,333292,118359,805,207,330 +Uganda,333293,524702,805,207,330 +Uganda,333294,269636,805,207,330 +Uganda,333298,10236,805,207,330 +Uganda,333313,107320,805,207,330 +Uganda,333314,326373,805,207,330 +Uganda,333315,104052,805,207,330 +Uganda,333319,22472,805,207,330 +Uganda,333411,30486,805,207,330 +Uganda,333412,6609,805,207,330 +Uganda,333414,29280,805,207,330 +Uganda,333415,64427,805,207,330 +Uganda,333512,20760,805,207,330 +Uganda,333513,2700,805,207,330 +Uganda,333515,10624,805,207,330 +Uganda,333611,469820,805,207,330 +Uganda,333612,4402,805,207,330 +Uganda,333613,12620,805,207,330 +Uganda,333618,120152,805,207,330 +Uganda,333911,359595,805,207,330 +Uganda,333912,109046,805,207,330 +Uganda,333913,40494,805,207,330 +Uganda,333922,9465,805,207,330 +Uganda,333923,18067,805,207,330 +Uganda,333924,420799,805,207,330 +Uganda,333991,30948,805,207,330 +Uganda,333992,10965,805,207,330 +Uganda,333993,109980,805,207,330 +Uganda,333994,7487,805,207,330 +Uganda,333995,3562,805,207,330 +Uganda,333996,10609,805,207,330 +Uganda,333997,32812,805,207,330 +Uganda,333999,996507,805,207,330 +Uganda,334111,7800380,805,207,330 +Uganda,334112,280344,805,207,330 +Uganda,334119,2222799,805,207,330 +Uganda,334210,423407,805,207,330 +Uganda,334220,5553600,805,207,330 +Uganda,334290,26431,805,207,330 +Uganda,334310,373689,805,207,330 +Uganda,334412,2805,805,207,330 +Uganda,334413,405350,805,207,330 +Uganda,334417,52083,805,207,330 +Uganda,334418,864607,805,207,330 +Uganda,334419,1099078,805,207,330 +Uganda,334510,484480,805,207,330 +Uganda,334511,7881,805,207,330 +Uganda,334513,58322,805,207,330 +Uganda,334514,46353,805,207,330 +Uganda,334515,10285141,805,207,330 +Uganda,334516,316723,805,207,330 +Uganda,334517,185145,805,207,330 +Uganda,334518,131467,805,207,330 +Uganda,334519,1706474,805,207,330 +Uganda,334612,35574,805,207,330 +Uganda,334613,16555,805,207,330 +Uganda,335110,15177,805,207,330 +Uganda,335121,3309,805,207,330 +Uganda,335129,58864,805,207,330 +Uganda,335211,29199,805,207,330 +Uganda,335221,2940,805,207,330 +Uganda,335222,67060,805,207,330 +Uganda,335224,3375,805,207,330 +Uganda,335228,57385,805,207,330 +Uganda,335311,6447,805,207,330 +Uganda,335312,2386109,805,207,330 +Uganda,335313,215340,805,207,330 +Uganda,335314,44730,805,207,330 +Uganda,335911,12797,805,207,330 +Uganda,335912,148336,805,207,330 +Uganda,335921,83085,805,207,330 +Uganda,335929,252347,805,207,330 +Uganda,335931,2750,805,207,330 +Uganda,335999,248975,805,207,330 +Uganda,336111,578114,805,207,330 +Uganda,336120,13500,805,207,330 +Uganda,336212,393338,805,207,330 +Uganda,336214,81732,805,207,330 +Uganda,336311,6264,805,207,330 +Uganda,336322,64565,805,207,330 +Uganda,336330,2850,805,207,330 +Uganda,336340,12255,805,207,330 +Uganda,336350,76174,805,207,330 +Uganda,336370,12112,805,207,330 +Uganda,336399,234059,805,207,330 +Uganda,336412,8014,805,207,330 +Uganda,336413,123014,805,207,330 +Uganda,336611,1240000,805,207,330 +Uganda,336612,5000,805,207,330 +Uganda,336991,16737,805,207,330 +Uganda,336992,102000,805,207,330 +Uganda,337110,5767,805,207,330 +Uganda,337124,53000,805,207,330 +Uganda,337127,275609,805,207,330 +Uganda,337211,18226,805,207,330 +Uganda,337215,20880,805,207,330 +Uganda,339112,131375,805,207,330 +Uganda,339113,160529,805,207,330 +Uganda,339114,67134,805,207,330 +Uganda,339115,50775,805,207,330 +Uganda,339912,14875,805,207,330 +Uganda,339914,9068,805,207,330 +Uganda,339920,60113,805,207,330 +Uganda,339932,105068,805,207,330 +Uganda,339943,8097,805,207,330 +Uganda,339944,35952,805,207,330 +Uganda,339991,29222,805,207,330 +Uganda,339992,23450,805,207,330 +Uganda,339993,5740,805,207,330 +Uganda,339999,51071,805,207,330 +Uganda,511210,152475,805,207,330 +Uganda,910000,430201,805,207,330 +Uganda,920000,2200224,805,207,330 +Uganda,990000,6338785,805,207,330 +Ukraine,111120,7224907,804,208,331 +Ukraine,111150,249795,804,208,331 +Ukraine,111199,140329,804,208,331 +Ukraine,111219,1416578,804,208,331 +Ukraine,111320,53777,804,208,331 +Ukraine,111332,29328,804,208,331 +Ukraine,111335,2763442,804,208,331 +Ukraine,111339,47980,804,208,331 +Ukraine,111421,199224,804,208,331 +Ukraine,111422,60358,804,208,331 +Ukraine,111910,1565954,804,208,331 +Ukraine,111998,146817,804,208,331 +Ukraine,112111,513627,804,208,331 +Ukraine,112310,9591526,804,208,331 +Ukraine,112511,58594,804,208,331 +Ukraine,112930,11550,804,208,331 +Ukraine,112990,17850,804,208,331 +Ukraine,113210,791756,804,208,331 +Ukraine,114111,46226100,804,208,331 +Ukraine,114112,882983,804,208,331 +Ukraine,114119,11930,804,208,331 +Ukraine,212112,389879875,804,208,331 +Ukraine,212234,24265,804,208,331 +Ukraine,212299,227730,804,208,331 +Ukraine,212325,955832,804,208,331 +Ukraine,212399,1682529,804,208,331 +Ukraine,311111,4708309,804,208,331 +Ukraine,311119,2084188,804,208,331 +Ukraine,311211,16150,804,208,331 +Ukraine,311212,1610396,804,208,331 +Ukraine,311221,1202762,804,208,331 +Ukraine,311222,1329650,804,208,331 +Ukraine,311223,3635,804,208,331 +Ukraine,311311,15186,804,208,331 +Ukraine,311340,8871,804,208,331 +Ukraine,311411,466812,804,208,331 +Ukraine,311421,376939,804,208,331 +Ukraine,311423,1477439,804,208,331 +Ukraine,311512,2233340,804,208,331 +Ukraine,311514,116025,804,208,331 +Ukraine,311611,13658858,804,208,331 +Ukraine,311613,5168,804,208,331 +Ukraine,311615,79502058,804,208,331 +Ukraine,311711,6077550,804,208,331 +Ukraine,311811,78526,804,208,331 +Ukraine,311822,18500,804,208,331 +Ukraine,311823,4300,804,208,331 +Ukraine,311911,194021,804,208,331 +Ukraine,311919,25000,804,208,331 +Ukraine,311920,44343,804,208,331 +Ukraine,311941,515686,804,208,331 +Ukraine,311999,3588285,804,208,331 +Ukraine,312111,28728,804,208,331 +Ukraine,312130,421062,804,208,331 +Ukraine,312140,422606,804,208,331 +Ukraine,312221,135196,804,208,331 +Ukraine,312229,1089406,804,208,331 +Ukraine,313210,166414,804,208,331 +Ukraine,313221,48462,804,208,331 +Ukraine,313230,11245,804,208,331 +Ukraine,313249,76468,804,208,331 +Ukraine,313312,86167,804,208,331 +Ukraine,313320,41633,804,208,331 +Ukraine,314110,144775,804,208,331 +Ukraine,314129,51409,804,208,331 +Ukraine,314911,28245,804,208,331 +Ukraine,314991,3226,804,208,331 +Ukraine,314999,57939,804,208,331 +Ukraine,315111,102761,804,208,331 +Ukraine,315223,214496,804,208,331 +Ukraine,315224,76980,804,208,331 +Ukraine,315228,131117,804,208,331 +Ukraine,315231,72875,804,208,331 +Ukraine,315232,70334,804,208,331 +Ukraine,315233,175381,804,208,331 +Ukraine,315234,117560,804,208,331 +Ukraine,315239,80407,804,208,331 +Ukraine,315291,21560,804,208,331 +Ukraine,315292,65413,804,208,331 +Ukraine,315991,16838,804,208,331 +Ukraine,315992,10452,804,208,331 +Ukraine,315999,478488,804,208,331 +Ukraine,316211,16283,804,208,331 +Ukraine,316213,31734,804,208,331 +Ukraine,316214,22814,804,208,331 +Ukraine,316219,282890,804,208,331 +Ukraine,316991,608046,804,208,331 +Ukraine,316993,67957,804,208,331 +Ukraine,316999,25710,804,208,331 +Ukraine,321113,116510,804,208,331 +Ukraine,321211,5260,804,208,331 +Ukraine,321213,13838,804,208,331 +Ukraine,321219,1083752,804,208,331 +Ukraine,321918,187080,804,208,331 +Ukraine,321920,4691,804,208,331 +Ukraine,321992,15000,804,208,331 +Ukraine,321999,192025,804,208,331 +Ukraine,322110,978414,804,208,331 +Ukraine,322121,1056308,804,208,331 +Ukraine,322122,48949,804,208,331 +Ukraine,322130,2308545,804,208,331 +Ukraine,322213,21026,804,208,331 +Ukraine,322215,49253,804,208,331 +Ukraine,322222,780733,804,208,331 +Ukraine,322223,82439,804,208,331 +Ukraine,322291,292986,804,208,331 +Ukraine,323116,5391,804,208,331 +Ukraine,323117,81549,804,208,331 +Ukraine,323118,238242,804,208,331 +Ukraine,323119,2770932,804,208,331 +Ukraine,324110,1029120,804,208,331 +Ukraine,324121,298718,804,208,331 +Ukraine,324122,580347,804,208,331 +Ukraine,325120,459685,804,208,331 +Ukraine,325131,7382,804,208,331 +Ukraine,325132,381170,804,208,331 +Ukraine,325181,12295,804,208,331 +Ukraine,325188,670536,804,208,331 +Ukraine,325199,2684656,804,208,331 +Ukraine,325211,60494841,804,208,331 +Ukraine,325212,329716,804,208,331 +Ukraine,325221,23648304,804,208,331 +Ukraine,325222,15797,804,208,331 +Ukraine,325312,1759034,804,208,331 +Ukraine,325320,6312118,804,208,331 +Ukraine,325411,4269633,804,208,331 +Ukraine,325412,21468521,804,208,331 +Ukraine,325414,2419658,804,208,331 +Ukraine,325510,955517,804,208,331 +Ukraine,325520,1085544,804,208,331 +Ukraine,325611,1212062,804,208,331 +Ukraine,325612,228428,804,208,331 +Ukraine,325613,647836,804,208,331 +Ukraine,325620,17551567,804,208,331 +Ukraine,325910,153688,804,208,331 +Ukraine,325920,419300,804,208,331 +Ukraine,325992,443385,804,208,331 +Ukraine,325998,2288691,804,208,331 +Ukraine,326113,2441218,804,208,331 +Ukraine,326121,417134,804,208,331 +Ukraine,326122,13329,804,208,331 +Ukraine,326160,12913,804,208,331 +Ukraine,326191,16820,804,208,331 +Ukraine,326199,1948728,804,208,331 +Ukraine,326211,6168815,804,208,331 +Ukraine,326220,924249,804,208,331 +Ukraine,326299,963692,804,208,331 +Ukraine,327112,145198,804,208,331 +Ukraine,327124,22034,804,208,331 +Ukraine,327125,120580,804,208,331 +Ukraine,327211,145331,804,208,331 +Ukraine,327212,135428,804,208,331 +Ukraine,327215,251841,804,208,331 +Ukraine,327390,55695,804,208,331 +Ukraine,327420,335705,804,208,331 +Ukraine,327910,206749,804,208,331 +Ukraine,327992,1282330,804,208,331 +Ukraine,327993,39149,804,208,331 +Ukraine,327999,283245,804,208,331 +Ukraine,331111,183487,804,208,331 +Ukraine,331311,15395536,804,208,331 +Ukraine,331315,3325,804,208,331 +Ukraine,331316,2532,804,208,331 +Ukraine,331319,5791,804,208,331 +Ukraine,331419,44467074,804,208,331 +Ukraine,331422,295630,804,208,331 +Ukraine,331491,174137,804,208,331 +Ukraine,331511,7808762,804,208,331 +Ukraine,332115,3082,804,208,331 +Ukraine,332211,546610,804,208,331 +Ukraine,332212,603127,804,208,331 +Ukraine,332213,358645,804,208,331 +Ukraine,332311,4170420,804,208,331 +Ukraine,332312,955547,804,208,331 +Ukraine,332321,7057,804,208,331 +Ukraine,332322,229474,804,208,331 +Ukraine,332410,37528,804,208,331 +Ukraine,332420,9736192,804,208,331 +Ukraine,332439,16918,804,208,331 +Ukraine,332510,197901,804,208,331 +Ukraine,332611,26710,804,208,331 +Ukraine,332618,138283,804,208,331 +Ukraine,332722,195173,804,208,331 +Ukraine,332911,1020985,804,208,331 +Ukraine,332912,364498,804,208,331 +Ukraine,332919,100254,804,208,331 +Ukraine,332991,249772,804,208,331 +Ukraine,332992,154484,804,208,331 +Ukraine,332994,1271603,804,208,331 +Ukraine,332997,3049,804,208,331 +Ukraine,332998,4189,804,208,331 +Ukraine,332999,1449283,804,208,331 +Ukraine,333111,115779126,804,208,331 +Ukraine,333120,20225055,804,208,331 +Ukraine,333131,5370464,804,208,331 +Ukraine,333132,3569900,804,208,331 +Ukraine,333210,118858,804,208,331 +Ukraine,333220,844456,804,208,331 +Ukraine,333291,203339,804,208,331 +Ukraine,333292,45147,804,208,331 +Ukraine,333293,638052,804,208,331 +Ukraine,333294,3913062,804,208,331 +Ukraine,333295,36806,804,208,331 +Ukraine,333298,723353,804,208,331 +Ukraine,333313,285818,804,208,331 +Ukraine,333314,1082858,804,208,331 +Ukraine,333315,773570,804,208,331 +Ukraine,333319,276838,804,208,331 +Ukraine,333411,370071,804,208,331 +Ukraine,333412,231613,804,208,331 +Ukraine,333414,58347,804,208,331 +Ukraine,333415,1652431,804,208,331 +Ukraine,333511,51792,804,208,331 +Ukraine,333512,154121,804,208,331 +Ukraine,333513,2162300,804,208,331 +Ukraine,333514,185898,804,208,331 +Ukraine,333515,315538,804,208,331 +Ukraine,333516,71757,804,208,331 +Ukraine,333611,640389,804,208,331 +Ukraine,333612,238854,804,208,331 +Ukraine,333613,414835,804,208,331 +Ukraine,333618,3340429,804,208,331 +Ukraine,333911,2724476,804,208,331 +Ukraine,333912,1500387,804,208,331 +Ukraine,333913,196922,804,208,331 +Ukraine,333921,32365,804,208,331 +Ukraine,333922,4858038,804,208,331 +Ukraine,333923,52081,804,208,331 +Ukraine,333924,872179,804,208,331 +Ukraine,333991,6063769,804,208,331 +Ukraine,333992,75436,804,208,331 +Ukraine,333993,163316,804,208,331 +Ukraine,333994,58276,804,208,331 +Ukraine,333995,33135,804,208,331 +Ukraine,333996,117493,804,208,331 +Ukraine,333997,302971,804,208,331 +Ukraine,333999,10702862,804,208,331 +Ukraine,334111,3260232,804,208,331 +Ukraine,334112,1270162,804,208,331 +Ukraine,334119,4745818,804,208,331 +Ukraine,334210,144724,804,208,331 +Ukraine,334220,4833776,804,208,331 +Ukraine,334290,199010,804,208,331 +Ukraine,334310,2280604,804,208,331 +Ukraine,334411,3439,804,208,331 +Ukraine,334412,46248,804,208,331 +Ukraine,334413,2359546,804,208,331 +Ukraine,334414,87944,804,208,331 +Ukraine,334415,21550,804,208,331 +Ukraine,334417,329486,804,208,331 +Ukraine,334418,24625,804,208,331 +Ukraine,334419,1447438,804,208,331 +Ukraine,334510,8314541,804,208,331 +Ukraine,334511,508933,804,208,331 +Ukraine,334513,3701674,804,208,331 +Ukraine,334514,24194,804,208,331 +Ukraine,334515,3686346,804,208,331 +Ukraine,334516,2950796,804,208,331 +Ukraine,334517,3280513,804,208,331 +Ukraine,334518,101874,804,208,331 +Ukraine,334519,2884079,804,208,331 +Ukraine,334613,73614,804,208,331 +Ukraine,335110,255308,804,208,331 +Ukraine,335121,29970,804,208,331 +Ukraine,335129,481148,804,208,331 +Ukraine,335211,237592,804,208,331 +Ukraine,335212,14538,804,208,331 +Ukraine,335221,69204,804,208,331 +Ukraine,335224,7600,804,208,331 +Ukraine,335228,505251,804,208,331 +Ukraine,335311,110270,804,208,331 +Ukraine,335312,1198359,804,208,331 +Ukraine,335313,163858,804,208,331 +Ukraine,335314,1016353,804,208,331 +Ukraine,335911,93023,804,208,331 +Ukraine,335912,17131,804,208,331 +Ukraine,335921,737312,804,208,331 +Ukraine,335929,186993,804,208,331 +Ukraine,335931,35859,804,208,331 +Ukraine,335932,6975,804,208,331 +Ukraine,335991,4629505,804,208,331 +Ukraine,335999,810611,804,208,331 +Ukraine,336111,16266120,804,208,331 +Ukraine,336120,2250494,804,208,331 +Ukraine,336211,295900,804,208,331 +Ukraine,336212,818040,804,208,331 +Ukraine,336213,38590,804,208,331 +Ukraine,336214,150555,804,208,331 +Ukraine,336311,357540,804,208,331 +Ukraine,336321,44544,804,208,331 +Ukraine,336322,254900,804,208,331 +Ukraine,336340,213203,804,208,331 +Ukraine,336350,52959,804,208,331 +Ukraine,336360,67915,804,208,331 +Ukraine,336370,6486,804,208,331 +Ukraine,336391,86382,804,208,331 +Ukraine,336399,3687434,804,208,331 +Ukraine,336412,743466,804,208,331 +Ukraine,336413,371520,804,208,331 +Ukraine,336415,3200000,804,208,331 +Ukraine,336419,18054,804,208,331 +Ukraine,336510,2129536,804,208,331 +Ukraine,336611,28590,804,208,331 +Ukraine,336612,1704916,804,208,331 +Ukraine,336991,2266488,804,208,331 +Ukraine,337121,21132,804,208,331 +Ukraine,337124,546707,804,208,331 +Ukraine,337127,2382748,804,208,331 +Ukraine,337211,237141,804,208,331 +Ukraine,337214,65000,804,208,331 +Ukraine,337215,140100,804,208,331 +Ukraine,337910,12352,804,208,331 +Ukraine,339112,1727390,804,208,331 +Ukraine,339113,1517757,804,208,331 +Ukraine,339114,1575531,804,208,331 +Ukraine,339115,505166,804,208,331 +Ukraine,339911,882728,804,208,331 +Ukraine,339913,82734,804,208,331 +Ukraine,339914,310897,804,208,331 +Ukraine,339920,2569672,804,208,331 +Ukraine,339932,515229,804,208,331 +Ukraine,339941,21026,804,208,331 +Ukraine,339942,57260,804,208,331 +Ukraine,339944,39856,804,208,331 +Ukraine,339991,529656,804,208,331 +Ukraine,339992,1049031,804,208,331 +Ukraine,339993,4500,804,208,331 +Ukraine,339994,273141,804,208,331 +Ukraine,339999,828553,804,208,331 +Ukraine,511210,40117,804,208,331 +Ukraine,910000,192501,804,208,331 +Ukraine,920000,22320111,804,208,331 +Ukraine,990000,40607373,804,208,331 +Unidentified Countries,111110,205203835,NA,219,342 +Unidentified Countries,111140,170694131,NA,219,342 +United Arab Emirates,111120,1767722,806,209,332 +United Arab Emirates,111130,10622198,806,209,332 +United Arab Emirates,111140,15908256,806,209,332 +United Arab Emirates,111150,7575083,806,209,332 +United Arab Emirates,111199,569414,806,209,332 +United Arab Emirates,111211,22428,806,209,332 +United Arab Emirates,111219,6850344,806,209,332 +United Arab Emirates,111310,6436666,806,209,332 +United Arab Emirates,111320,121982,806,209,332 +United Arab Emirates,111331,31307426,806,209,332 +United Arab Emirates,111332,7863680,806,209,332 +United Arab Emirates,111333,3341879,806,209,332 +United Arab Emirates,111334,157881,806,209,332 +United Arab Emirates,111335,233503196,806,209,332 +United Arab Emirates,111339,12511338,806,209,332 +United Arab Emirates,111421,137605,806,209,332 +United Arab Emirates,111422,444729,806,209,332 +United Arab Emirates,111910,156875,806,209,332 +United Arab Emirates,111920,7706357,806,209,332 +United Arab Emirates,111940,161283132,806,209,332 +United Arab Emirates,111998,3167656,806,209,332 +United Arab Emirates,112111,351811,806,209,332 +United Arab Emirates,112310,9389298,806,209,332 +United Arab Emirates,112511,4795,806,209,332 +United Arab Emirates,112910,970895,806,209,332 +United Arab Emirates,112920,29661899,806,209,332 +United Arab Emirates,112930,296676,806,209,332 +United Arab Emirates,112990,376127,806,209,332 +United Arab Emirates,113210,1395762,806,209,332 +United Arab Emirates,113310,7884421,806,209,332 +United Arab Emirates,114111,1219756,806,209,332 +United Arab Emirates,114112,4086902,806,209,332 +United Arab Emirates,114119,50877,806,209,332 +United Arab Emirates,211112,162155,806,209,332 +United Arab Emirates,212112,32572,806,209,332 +United Arab Emirates,212113,21941,806,209,332 +United Arab Emirates,212221,7900,806,209,332 +United Arab Emirates,212234,1332721,806,209,332 +United Arab Emirates,212299,6458404,806,209,332 +United Arab Emirates,212311,115106,806,209,332 +United Arab Emirates,212319,252743,806,209,332 +United Arab Emirates,212322,827240,806,209,332 +United Arab Emirates,212324,136968,806,209,332 +United Arab Emirates,212325,1877668,806,209,332 +United Arab Emirates,212391,6400,806,209,332 +United Arab Emirates,212393,617783,806,209,332 +United Arab Emirates,212399,635641,806,209,332 +United Arab Emirates,311111,1146260,806,209,332 +United Arab Emirates,311119,5735039,806,209,332 +United Arab Emirates,311211,5384417,806,209,332 +United Arab Emirates,311212,8066594,806,209,332 +United Arab Emirates,311221,31420763,806,209,332 +United Arab Emirates,311222,18911309,806,209,332 +United Arab Emirates,311223,941712,806,209,332 +United Arab Emirates,311225,3499232,806,209,332 +United Arab Emirates,311230,1408340,806,209,332 +United Arab Emirates,311311,1913554,806,209,332 +United Arab Emirates,311320,15262361,806,209,332 +United Arab Emirates,311340,7455685,806,209,332 +United Arab Emirates,311411,7778378,806,209,332 +United Arab Emirates,311421,14653037,806,209,332 +United Arab Emirates,311422,398250,806,209,332 +United Arab Emirates,311423,1495133,806,209,332 +United Arab Emirates,311511,582169,806,209,332 +United Arab Emirates,311512,2799101,806,209,332 +United Arab Emirates,311513,7300500,806,209,332 +United Arab Emirates,311514,6732998,806,209,332 +United Arab Emirates,311520,1261618,806,209,332 +United Arab Emirates,311611,29654244,806,209,332 +United Arab Emirates,311613,76266,806,209,332 +United Arab Emirates,311615,52426517,806,209,332 +United Arab Emirates,311711,726216,806,209,332 +United Arab Emirates,311811,7871982,806,209,332 +United Arab Emirates,311822,2967676,806,209,332 +United Arab Emirates,311823,42701,806,209,332 +United Arab Emirates,311911,9222136,806,209,332 +United Arab Emirates,311919,4389188,806,209,332 +United Arab Emirates,311920,3808812,806,209,332 +United Arab Emirates,311930,3483007,806,209,332 +United Arab Emirates,311941,13706098,806,209,332 +United Arab Emirates,311942,2151109,806,209,332 +United Arab Emirates,311999,25998480,806,209,332 +United Arab Emirates,312111,678128,806,209,332 +United Arab Emirates,312112,19876,806,209,332 +United Arab Emirates,312113,33840,806,209,332 +United Arab Emirates,312120,5385692,806,209,332 +United Arab Emirates,312130,2044576,806,209,332 +United Arab Emirates,312140,7489855,806,209,332 +United Arab Emirates,312221,283972,806,209,332 +United Arab Emirates,312229,4650191,806,209,332 +United Arab Emirates,313111,96898,806,209,332 +United Arab Emirates,313113,478940,806,209,332 +United Arab Emirates,313210,6954612,806,209,332 +United Arab Emirates,313221,4291579,806,209,332 +United Arab Emirates,313230,2103410,806,209,332 +United Arab Emirates,313249,414958,806,209,332 +United Arab Emirates,313312,88448,806,209,332 +United Arab Emirates,313320,3722161,806,209,332 +United Arab Emirates,314110,10802827,806,209,332 +United Arab Emirates,314121,86545,806,209,332 +United Arab Emirates,314129,4172171,806,209,332 +United Arab Emirates,314911,242090,806,209,332 +United Arab Emirates,314912,552778,806,209,332 +United Arab Emirates,314991,1302181,806,209,332 +United Arab Emirates,314992,112085,806,209,332 +United Arab Emirates,314999,9860230,806,209,332 +United Arab Emirates,315111,755385,806,209,332 +United Arab Emirates,315221,1440012,806,209,332 +United Arab Emirates,315222,680015,806,209,332 +United Arab Emirates,315223,7301955,806,209,332 +United Arab Emirates,315224,1423101,806,209,332 +United Arab Emirates,315228,3526541,806,209,332 +United Arab Emirates,315231,1829491,806,209,332 +United Arab Emirates,315232,7004834,806,209,332 +United Arab Emirates,315233,11046206,806,209,332 +United Arab Emirates,315234,5327660,806,209,332 +United Arab Emirates,315239,20621964,806,209,332 +United Arab Emirates,315291,1182001,806,209,332 +United Arab Emirates,315292,4720430,806,209,332 +United Arab Emirates,315991,476853,806,209,332 +United Arab Emirates,315992,526143,806,209,332 +United Arab Emirates,315993,40556,806,209,332 +United Arab Emirates,315999,6142658,806,209,332 +United Arab Emirates,316110,1508939,806,209,332 +United Arab Emirates,316211,1062517,806,209,332 +United Arab Emirates,316212,374168,806,209,332 +United Arab Emirates,316213,7801428,806,209,332 +United Arab Emirates,316214,951007,806,209,332 +United Arab Emirates,316219,11622791,806,209,332 +United Arab Emirates,316991,4432495,806,209,332 +United Arab Emirates,316992,2713605,806,209,332 +United Arab Emirates,316993,768002,806,209,332 +United Arab Emirates,316999,1110220,806,209,332 +United Arab Emirates,321113,13039554,806,209,332 +United Arab Emirates,321114,150529,806,209,332 +United Arab Emirates,321211,3151371,806,209,332 +United Arab Emirates,321212,311960,806,209,332 +United Arab Emirates,321213,817058,806,209,332 +United Arab Emirates,321219,1349057,806,209,332 +United Arab Emirates,321911,595006,806,209,332 +United Arab Emirates,321918,493154,806,209,332 +United Arab Emirates,321920,307565,806,209,332 +United Arab Emirates,321991,377545,806,209,332 +United Arab Emirates,321992,8075,806,209,332 +United Arab Emirates,321999,1595396,806,209,332 +United Arab Emirates,322110,15023492,806,209,332 +United Arab Emirates,322121,8574414,806,209,332 +United Arab Emirates,322122,6158542,806,209,332 +United Arab Emirates,322130,14527891,806,209,332 +United Arab Emirates,322211,96530,806,209,332 +United Arab Emirates,322212,120997,806,209,332 +United Arab Emirates,322213,7399,806,209,332 +United Arab Emirates,322214,25551,806,209,332 +United Arab Emirates,322215,1351963,806,209,332 +United Arab Emirates,322222,32560384,806,209,332 +United Arab Emirates,322223,3471091,806,209,332 +United Arab Emirates,322224,148155,806,209,332 +United Arab Emirates,322232,81618,806,209,332 +United Arab Emirates,322233,273928,806,209,332 +United Arab Emirates,322291,3660532,806,209,332 +United Arab Emirates,322299,4101284,806,209,332 +United Arab Emirates,323116,27762,806,209,332 +United Arab Emirates,323117,24823626,806,209,332 +United Arab Emirates,323118,5189948,806,209,332 +United Arab Emirates,323119,13375461,806,209,332 +United Arab Emirates,323122,41113,806,209,332 +United Arab Emirates,324110,110353999,806,209,332 +United Arab Emirates,324121,149120,806,209,332 +United Arab Emirates,324122,141635,806,209,332 +United Arab Emirates,325110,188345,806,209,332 +United Arab Emirates,325120,5142258,806,209,332 +United Arab Emirates,325131,16932211,806,209,332 +United Arab Emirates,325132,1124693,806,209,332 +United Arab Emirates,325181,11569062,806,209,332 +United Arab Emirates,325182,1205592,806,209,332 +United Arab Emirates,325188,17413406,806,209,332 +United Arab Emirates,325191,5706459,806,209,332 +United Arab Emirates,325192,2564917,806,209,332 +United Arab Emirates,325193,55416430,806,209,332 +United Arab Emirates,325199,120432979,806,209,332 +United Arab Emirates,325211,88799284,806,209,332 +United Arab Emirates,325212,5801000,806,209,332 +United Arab Emirates,325221,5749573,806,209,332 +United Arab Emirates,325222,791102,806,209,332 +United Arab Emirates,325311,346664,806,209,332 +United Arab Emirates,325312,14080456,806,209,332 +United Arab Emirates,325320,1222448,806,209,332 +United Arab Emirates,325411,20964544,806,209,332 +United Arab Emirates,325412,52847356,806,209,332 +United Arab Emirates,325414,8273539,806,209,332 +United Arab Emirates,325510,29899955,806,209,332 +United Arab Emirates,325520,20060099,806,209,332 +United Arab Emirates,325611,13823585,806,209,332 +United Arab Emirates,325612,5451430,806,209,332 +United Arab Emirates,325613,17363975,806,209,332 +United Arab Emirates,325620,189999278,806,209,332 +United Arab Emirates,325910,5744806,806,209,332 +United Arab Emirates,325920,5983574,806,209,332 +United Arab Emirates,325992,10802633,806,209,332 +United Arab Emirates,325998,54063677,806,209,332 +United Arab Emirates,326113,11216512,806,209,332 +United Arab Emirates,326121,294718,806,209,332 +United Arab Emirates,326122,7341535,806,209,332 +United Arab Emirates,326160,793311,806,209,332 +United Arab Emirates,326191,821615,806,209,332 +United Arab Emirates,326192,681201,806,209,332 +United Arab Emirates,326199,47480322,806,209,332 +United Arab Emirates,326211,54129977,806,209,332 +United Arab Emirates,326212,368085,806,209,332 +United Arab Emirates,326220,35844720,806,209,332 +United Arab Emirates,326299,6264125,806,209,332 +United Arab Emirates,327111,875002,806,209,332 +United Arab Emirates,327112,1807703,806,209,332 +United Arab Emirates,327113,483609,806,209,332 +United Arab Emirates,327121,142188,806,209,332 +United Arab Emirates,327122,189726,806,209,332 +United Arab Emirates,327123,12848,806,209,332 +United Arab Emirates,327124,2319666,806,209,332 +United Arab Emirates,327125,1112244,806,209,332 +United Arab Emirates,327211,42164173,806,209,332 +United Arab Emirates,327212,4493401,806,209,332 +United Arab Emirates,327213,69116,806,209,332 +United Arab Emirates,327215,11993116,806,209,332 +United Arab Emirates,327310,414685,806,209,332 +United Arab Emirates,327331,46943,806,209,332 +United Arab Emirates,327390,1505432,806,209,332 +United Arab Emirates,327410,105000,806,209,332 +United Arab Emirates,327420,1256566,806,209,332 +United Arab Emirates,327910,1337338,806,209,332 +United Arab Emirates,327991,140546,806,209,332 +United Arab Emirates,327992,870321,806,209,332 +United Arab Emirates,327993,3117711,806,209,332 +United Arab Emirates,327999,1498859,806,209,332 +United Arab Emirates,331111,67528223,806,209,332 +United Arab Emirates,331112,697686,806,209,332 +United Arab Emirates,331222,2721314,806,209,332 +United Arab Emirates,331311,991386,806,209,332 +United Arab Emirates,331312,730525,806,209,332 +United Arab Emirates,331315,38126879,806,209,332 +United Arab Emirates,331316,888960,806,209,332 +United Arab Emirates,331319,5649259,806,209,332 +United Arab Emirates,331411,229966,806,209,332 +United Arab Emirates,331419,123559221,806,209,332 +United Arab Emirates,331421,3142004,806,209,332 +United Arab Emirates,331422,4978323,806,209,332 +United Arab Emirates,331491,17849394,806,209,332 +United Arab Emirates,331492,1366377,806,209,332 +United Arab Emirates,331511,6340593,806,209,332 +United Arab Emirates,332115,461272,806,209,332 +United Arab Emirates,332211,1054435,806,209,332 +United Arab Emirates,332212,13852177,806,209,332 +United Arab Emirates,332213,1006418,806,209,332 +United Arab Emirates,332214,133333,806,209,332 +United Arab Emirates,332311,4101638,806,209,332 +United Arab Emirates,332312,7847166,806,209,332 +United Arab Emirates,332321,3146067,806,209,332 +United Arab Emirates,332322,7176074,806,209,332 +United Arab Emirates,332323,72546,806,209,332 +United Arab Emirates,332410,6493864,806,209,332 +United Arab Emirates,332420,12560716,806,209,332 +United Arab Emirates,332431,40277,806,209,332 +United Arab Emirates,332439,848277,806,209,332 +United Arab Emirates,332510,13590253,806,209,332 +United Arab Emirates,332611,1400825,806,209,332 +United Arab Emirates,332618,4742536,806,209,332 +United Arab Emirates,332722,9789980,806,209,332 +United Arab Emirates,332911,98753060,806,209,332 +United Arab Emirates,332912,8324471,806,209,332 +United Arab Emirates,332913,1354154,806,209,332 +United Arab Emirates,332919,28584550,806,209,332 +United Arab Emirates,332991,5325712,806,209,332 +United Arab Emirates,332992,281073173,806,209,332 +United Arab Emirates,332994,2776816,806,209,332 +United Arab Emirates,332995,6333671,806,209,332 +United Arab Emirates,332998,3725428,806,209,332 +United Arab Emirates,332999,26633435,806,209,332 +United Arab Emirates,333111,30019347,806,209,332 +United Arab Emirates,333120,197071894,806,209,332 +United Arab Emirates,333131,42683452,806,209,332 +United Arab Emirates,333132,313900032,806,209,332 +United Arab Emirates,333210,1406964,806,209,332 +United Arab Emirates,333220,1329643,806,209,332 +United Arab Emirates,333291,1212586,806,209,332 +United Arab Emirates,333292,4230780,806,209,332 +United Arab Emirates,333293,8502460,806,209,332 +United Arab Emirates,333294,7713360,806,209,332 +United Arab Emirates,333295,1095656,806,209,332 +United Arab Emirates,333298,9882370,806,209,332 +United Arab Emirates,333311,912475,806,209,332 +United Arab Emirates,333313,25730373,806,209,332 +United Arab Emirates,333314,48175140,806,209,332 +United Arab Emirates,333315,36374088,806,209,332 +United Arab Emirates,333319,15067029,806,209,332 +United Arab Emirates,333411,3926621,806,209,332 +United Arab Emirates,333412,6061919,806,209,332 +United Arab Emirates,333414,5748990,806,209,332 +United Arab Emirates,333415,93845940,806,209,332 +United Arab Emirates,333511,1189311,806,209,332 +United Arab Emirates,333512,12116797,806,209,332 +United Arab Emirates,333513,24864074,806,209,332 +United Arab Emirates,333514,880771,806,209,332 +United Arab Emirates,333515,6117028,806,209,332 +United Arab Emirates,333516,371534,806,209,332 +United Arab Emirates,333611,66695461,806,209,332 +United Arab Emirates,333612,19472670,806,209,332 +United Arab Emirates,333613,15587674,806,209,332 +United Arab Emirates,333618,59273168,806,209,332 +United Arab Emirates,333911,95765941,806,209,332 +United Arab Emirates,333912,19689827,806,209,332 +United Arab Emirates,333913,3211839,806,209,332 +United Arab Emirates,333921,1581914,806,209,332 +United Arab Emirates,333922,4413581,806,209,332 +United Arab Emirates,333923,22163476,806,209,332 +United Arab Emirates,333924,24260373,806,209,332 +United Arab Emirates,333991,5166607,806,209,332 +United Arab Emirates,333992,30062276,806,209,332 +United Arab Emirates,333993,2695588,806,209,332 +United Arab Emirates,333994,3743440,806,209,332 +United Arab Emirates,333995,4321373,806,209,332 +United Arab Emirates,333996,15659006,806,209,332 +United Arab Emirates,333997,1746265,806,209,332 +United Arab Emirates,333999,142091866,806,209,332 +United Arab Emirates,334111,414880926,806,209,332 +United Arab Emirates,334112,16086870,806,209,332 +United Arab Emirates,334119,165914575,806,209,332 +United Arab Emirates,334210,27544886,806,209,332 +United Arab Emirates,334220,391812951,806,209,332 +United Arab Emirates,334290,14977669,806,209,332 +United Arab Emirates,334310,67456079,806,209,332 +United Arab Emirates,334411,1021672,806,209,332 +United Arab Emirates,334412,2859641,806,209,332 +United Arab Emirates,334413,19243392,806,209,332 +United Arab Emirates,334414,189824,806,209,332 +United Arab Emirates,334415,624488,806,209,332 +United Arab Emirates,334416,2120309,806,209,332 +United Arab Emirates,334417,21284301,806,209,332 +United Arab Emirates,334418,5901157,806,209,332 +United Arab Emirates,334419,31465300,806,209,332 +United Arab Emirates,334510,39374285,806,209,332 +United Arab Emirates,334511,19081800,806,209,332 +United Arab Emirates,334512,3949923,806,209,332 +United Arab Emirates,334513,56329329,806,209,332 +United Arab Emirates,334514,29281189,806,209,332 +United Arab Emirates,334515,40573286,806,209,332 +United Arab Emirates,334516,31268692,806,209,332 +United Arab Emirates,334517,25112047,806,209,332 +United Arab Emirates,334518,7666028,806,209,332 +United Arab Emirates,334519,138287178,806,209,332 +United Arab Emirates,334612,698137,806,209,332 +United Arab Emirates,334613,4399471,806,209,332 +United Arab Emirates,335110,4693301,806,209,332 +United Arab Emirates,335121,2046076,806,209,332 +United Arab Emirates,335129,25029059,806,209,332 +United Arab Emirates,335211,9036843,806,209,332 +United Arab Emirates,335212,3994841,806,209,332 +United Arab Emirates,335221,2012101,806,209,332 +United Arab Emirates,335222,26826333,806,209,332 +United Arab Emirates,335224,9964228,806,209,332 +United Arab Emirates,335228,22641297,806,209,332 +United Arab Emirates,335311,8055625,806,209,332 +United Arab Emirates,335312,131238619,806,209,332 +United Arab Emirates,335313,28336514,806,209,332 +United Arab Emirates,335314,51658890,806,209,332 +United Arab Emirates,335911,14395815,806,209,332 +United Arab Emirates,335912,6135735,806,209,332 +United Arab Emirates,335921,70728222,806,209,332 +United Arab Emirates,335929,47430948,806,209,332 +United Arab Emirates,335931,9506796,806,209,332 +United Arab Emirates,335932,2531375,806,209,332 +United Arab Emirates,335991,15442757,806,209,332 +United Arab Emirates,335999,126624788,806,209,332 +United Arab Emirates,336111,1464484052,806,209,332 +United Arab Emirates,336120,132318472,806,209,332 +United Arab Emirates,336211,699548,806,209,332 +United Arab Emirates,336212,4670299,806,209,332 +United Arab Emirates,336213,1977051,806,209,332 +United Arab Emirates,336214,6580683,806,209,332 +United Arab Emirates,336311,14724161,806,209,332 +United Arab Emirates,336321,2401305,806,209,332 +United Arab Emirates,336322,18182561,806,209,332 +United Arab Emirates,336330,1672315,806,209,332 +United Arab Emirates,336340,5719681,806,209,332 +United Arab Emirates,336350,4374456,806,209,332 +United Arab Emirates,336360,5996398,806,209,332 +United Arab Emirates,336370,100810,806,209,332 +United Arab Emirates,336391,730571,806,209,332 +United Arab Emirates,336399,141712435,806,209,332 +United Arab Emirates,336411,297798548,806,209,332 +United Arab Emirates,336412,39400970,806,209,332 +United Arab Emirates,336413,168445056,806,209,332 +United Arab Emirates,336415,20352,806,209,332 +United Arab Emirates,336419,114392,806,209,332 +United Arab Emirates,336510,1498969,806,209,332 +United Arab Emirates,336611,13032746,806,209,332 +United Arab Emirates,336612,32071598,806,209,332 +United Arab Emirates,336991,10141254,806,209,332 +United Arab Emirates,336992,6920538,806,209,332 +United Arab Emirates,337110,160306,806,209,332 +United Arab Emirates,337121,156193,806,209,332 +United Arab Emirates,337124,5984000,806,209,332 +United Arab Emirates,337127,34962397,806,209,332 +United Arab Emirates,337129,192565,806,209,332 +United Arab Emirates,337211,2356282,806,209,332 +United Arab Emirates,337214,3881358,806,209,332 +United Arab Emirates,337215,21091780,806,209,332 +United Arab Emirates,337910,517029,806,209,332 +United Arab Emirates,337920,1603651,806,209,332 +United Arab Emirates,339112,26605642,806,209,332 +United Arab Emirates,339113,29966114,806,209,332 +United Arab Emirates,339114,10288298,806,209,332 +United Arab Emirates,339115,12272723,806,209,332 +United Arab Emirates,339911,208277330,806,209,332 +United Arab Emirates,339912,432722,806,209,332 +United Arab Emirates,339913,261753473,806,209,332 +United Arab Emirates,339914,9472194,806,209,332 +United Arab Emirates,339920,22704290,806,209,332 +United Arab Emirates,339932,17131425,806,209,332 +United Arab Emirates,339941,424730,806,209,332 +United Arab Emirates,339942,504550,806,209,332 +United Arab Emirates,339943,49300,806,209,332 +United Arab Emirates,339944,570067,806,209,332 +United Arab Emirates,339950,696032,806,209,332 +United Arab Emirates,339991,26243008,806,209,332 +United Arab Emirates,339992,2676890,806,209,332 +United Arab Emirates,339993,465259,806,209,332 +United Arab Emirates,339994,2109104,806,209,332 +United Arab Emirates,339999,27102333,806,209,332 +United Arab Emirates,511210,3260910,806,209,332 +United Arab Emirates,910000,37585672,806,209,332 +United Arab Emirates,920000,52380509,806,209,332 +United Arab Emirates,990000,345395034,806,209,332 +United Kingdom,111110,28056534,804,210,333 +United Kingdom,111120,4709809,804,210,333 +United Kingdom,111130,26572477,804,210,333 +United Kingdom,111140,21079149,804,210,333 +United Kingdom,111150,4489384,804,210,333 +United Kingdom,111160,39095,804,210,333 +United Kingdom,111199,3477176,804,210,333 +United Kingdom,111211,5000,804,210,333 +United Kingdom,111219,50588553,804,210,333 +United Kingdom,111320,3878264,804,210,333 +United Kingdom,111331,23003030,804,210,333 +United Kingdom,111332,25732448,804,210,333 +United Kingdom,111333,2400280,804,210,333 +United Kingdom,111334,8150929,804,210,333 +United Kingdom,111335,90574214,804,210,333 +United Kingdom,111339,18371976,804,210,333 +United Kingdom,111411,33398,804,210,333 +United Kingdom,111421,2270919,804,210,333 +United Kingdom,111422,5786448,804,210,333 +United Kingdom,111910,3296806,804,210,333 +United Kingdom,111920,469775,804,210,333 +United Kingdom,111940,828845,804,210,333 +United Kingdom,111991,55465,804,210,333 +United Kingdom,111992,7067878,804,210,333 +United Kingdom,111998,11431379,804,210,333 +United Kingdom,112111,11198583,804,210,333 +United Kingdom,112310,9062194,804,210,333 +United Kingdom,112410,2866,804,210,333 +United Kingdom,112511,954443,804,210,333 +United Kingdom,112910,16793,804,210,333 +United Kingdom,112920,83208903,804,210,333 +United Kingdom,112930,529942,804,210,333 +United Kingdom,112990,1583520,804,210,333 +United Kingdom,113210,8956593,804,210,333 +United Kingdom,113310,51184548,804,210,333 +United Kingdom,114111,20054643,804,210,333 +United Kingdom,114112,17805634,804,210,333 +United Kingdom,114119,1665265,804,210,333 +United Kingdom,211111,96668909,804,210,333 +United Kingdom,211112,14177959,804,210,333 +United Kingdom,212112,485750461,804,210,333 +United Kingdom,212113,37047,804,210,333 +United Kingdom,212210,8503,804,210,333 +United Kingdom,212221,1913512,804,210,333 +United Kingdom,212222,431813,804,210,333 +United Kingdom,212231,43126,804,210,333 +United Kingdom,212234,1187204,804,210,333 +United Kingdom,212291,2800,804,210,333 +United Kingdom,212299,150128690,804,210,333 +United Kingdom,212311,247487,804,210,333 +United Kingdom,212319,127439,804,210,333 +United Kingdom,212322,2971968,804,210,333 +United Kingdom,212324,5093068,804,210,333 +United Kingdom,212325,19986542,804,210,333 +United Kingdom,212391,25882,804,210,333 +United Kingdom,212392,8651,804,210,333 +United Kingdom,212393,3649203,804,210,333 +United Kingdom,212399,37543454,804,210,333 +United Kingdom,311111,1225278,804,210,333 +United Kingdom,311119,16302367,804,210,333 +United Kingdom,311211,10202711,804,210,333 +United Kingdom,311212,29649098,804,210,333 +United Kingdom,311221,46528133,804,210,333 +United Kingdom,311222,40597901,804,210,333 +United Kingdom,311223,4618086,804,210,333 +United Kingdom,311225,7835835,804,210,333 +United Kingdom,311230,2014288,804,210,333 +United Kingdom,311311,18593067,804,210,333 +United Kingdom,311320,9825070,804,210,333 +United Kingdom,311340,9490176,804,210,333 +United Kingdom,311411,18214996,804,210,333 +United Kingdom,311421,24900891,804,210,333 +United Kingdom,311422,445126,804,210,333 +United Kingdom,311423,73240247,804,210,333 +United Kingdom,311511,835032,804,210,333 +United Kingdom,311512,26872,804,210,333 +United Kingdom,311513,994873,804,210,333 +United Kingdom,311514,5047721,804,210,333 +United Kingdom,311520,1731474,804,210,333 +United Kingdom,311611,12409624,804,210,333 +United Kingdom,311613,19846014,804,210,333 +United Kingdom,311615,453400,804,210,333 +United Kingdom,311711,60001204,804,210,333 +United Kingdom,311811,9027792,804,210,333 +United Kingdom,311822,10806142,804,210,333 +United Kingdom,311823,351470,804,210,333 +United Kingdom,311911,8765163,804,210,333 +United Kingdom,311919,3230480,804,210,333 +United Kingdom,311920,13003642,804,210,333 +United Kingdom,311930,38640307,804,210,333 +United Kingdom,311941,9191360,804,210,333 +United Kingdom,311942,6446636,804,210,333 +United Kingdom,311999,101730345,804,210,333 +United Kingdom,312111,3486069,804,210,333 +United Kingdom,312112,596658,804,210,333 +United Kingdom,312113,161370,804,210,333 +United Kingdom,312120,23646905,804,210,333 +United Kingdom,312130,224590512,804,210,333 +United Kingdom,312140,139192007,804,210,333 +United Kingdom,312229,162496,804,210,333 +United Kingdom,313111,4073021,804,210,333 +United Kingdom,313113,808024,804,210,333 +United Kingdom,313210,20394060,804,210,333 +United Kingdom,313221,17431129,804,210,333 +United Kingdom,313230,69340208,804,210,333 +United Kingdom,313249,7058452,804,210,333 +United Kingdom,313312,4715590,804,210,333 +United Kingdom,313320,21148870,804,210,333 +United Kingdom,314110,19500864,804,210,333 +United Kingdom,314121,225698,804,210,333 +United Kingdom,314129,11769732,804,210,333 +United Kingdom,314911,361971,804,210,333 +United Kingdom,314912,3858605,804,210,333 +United Kingdom,314991,5696715,804,210,333 +United Kingdom,314992,393373,804,210,333 +United Kingdom,314999,37023152,804,210,333 +United Kingdom,315111,8900619,804,210,333 +United Kingdom,315221,13348898,804,210,333 +United Kingdom,315222,2712174,804,210,333 +United Kingdom,315223,17586094,804,210,333 +United Kingdom,315224,13510025,804,210,333 +United Kingdom,315228,5489018,804,210,333 +United Kingdom,315231,12150563,804,210,333 +United Kingdom,315232,31482747,804,210,333 +United Kingdom,315233,28395081,804,210,333 +United Kingdom,315234,20215608,804,210,333 +United Kingdom,315239,32261336,804,210,333 +United Kingdom,315291,2278064,804,210,333 +United Kingdom,315292,8648818,804,210,333 +United Kingdom,315991,3031656,804,210,333 +United Kingdom,315992,1578780,804,210,333 +United Kingdom,315993,349093,804,210,333 +United Kingdom,315999,18219323,804,210,333 +United Kingdom,316110,7373320,804,210,333 +United Kingdom,316211,2354893,804,210,333 +United Kingdom,316212,339331,804,210,333 +United Kingdom,316213,5112950,804,210,333 +United Kingdom,316214,2030265,804,210,333 +United Kingdom,316219,8786079,804,210,333 +United Kingdom,316991,22310937,804,210,333 +United Kingdom,316992,6253907,804,210,333 +United Kingdom,316993,3656308,804,210,333 +United Kingdom,316999,6199758,804,210,333 +United Kingdom,321113,47451913,804,210,333 +United Kingdom,321114,808558,804,210,333 +United Kingdom,321211,5381242,804,210,333 +United Kingdom,321212,1599248,804,210,333 +United Kingdom,321213,12355200,804,210,333 +United Kingdom,321219,5886571,804,210,333 +United Kingdom,321911,3067785,804,210,333 +United Kingdom,321918,6150915,804,210,333 +United Kingdom,321920,53393016,804,210,333 +United Kingdom,321991,1156550,804,210,333 +United Kingdom,321992,627616,804,210,333 +United Kingdom,321999,43267018,804,210,333 +United Kingdom,322110,128323178,804,210,333 +United Kingdom,322121,125165290,804,210,333 +United Kingdom,322122,2394413,804,210,333 +United Kingdom,322130,93772579,804,210,333 +United Kingdom,322211,6341408,804,210,333 +United Kingdom,322212,3408524,804,210,333 +United Kingdom,322213,397734,804,210,333 +United Kingdom,322214,310742,804,210,333 +United Kingdom,322215,14621418,804,210,333 +United Kingdom,322222,83534890,804,210,333 +United Kingdom,322223,15229652,804,210,333 +United Kingdom,322224,793558,804,210,333 +United Kingdom,322232,357065,804,210,333 +United Kingdom,322233,1485647,804,210,333 +United Kingdom,322291,28900172,804,210,333 +United Kingdom,322299,11344590,804,210,333 +United Kingdom,323116,503761,804,210,333 +United Kingdom,323117,424543475,804,210,333 +United Kingdom,323118,7749297,804,210,333 +United Kingdom,323119,161462692,804,210,333 +United Kingdom,323122,1824333,804,210,333 +United Kingdom,324110,463398029,804,210,333 +United Kingdom,324121,746755,804,210,333 +United Kingdom,324122,3951991,804,210,333 +United Kingdom,325110,32418453,804,210,333 +United Kingdom,325120,26661222,804,210,333 +United Kingdom,325131,28470299,804,210,333 +United Kingdom,325132,19633862,804,210,333 +United Kingdom,325181,10084575,804,210,333 +United Kingdom,325182,2588481,804,210,333 +United Kingdom,325188,411558985,804,210,333 +United Kingdom,325191,9738096,804,210,333 +United Kingdom,325192,28093679,804,210,333 +United Kingdom,325193,62011894,804,210,333 +United Kingdom,325199,850353523,804,210,333 +United Kingdom,325211,250953885,804,210,333 +United Kingdom,325212,66935468,804,210,333 +United Kingdom,325221,1797190,804,210,333 +United Kingdom,325222,47867160,804,210,333 +United Kingdom,325311,3192316,804,210,333 +United Kingdom,325312,8070044,804,210,333 +United Kingdom,325320,69791408,804,210,333 +United Kingdom,325411,388147796,804,210,333 +United Kingdom,325412,2791482445,804,210,333 +United Kingdom,325414,1412177200,804,210,333 +United Kingdom,325510,47799021,804,210,333 +United Kingdom,325520,41202188,804,210,333 +United Kingdom,325611,82235124,804,210,333 +United Kingdom,325612,10979079,804,210,333 +United Kingdom,325613,63419097,804,210,333 +United Kingdom,325620,528253041,804,210,333 +United Kingdom,325910,35284064,804,210,333 +United Kingdom,325920,12000603,804,210,333 +United Kingdom,325992,67760516,804,210,333 +United Kingdom,325998,122460913,804,210,333 +United Kingdom,326113,172871841,804,210,333 +United Kingdom,326121,16923495,804,210,333 +United Kingdom,326122,27773351,804,210,333 +United Kingdom,326160,10060731,804,210,333 +United Kingdom,326191,6406237,804,210,333 +United Kingdom,326192,2292022,804,210,333 +United Kingdom,326199,306718356,804,210,333 +United Kingdom,326211,32362512,804,210,333 +United Kingdom,326212,139516,804,210,333 +United Kingdom,326220,39753391,804,210,333 +United Kingdom,326299,84281110,804,210,333 +United Kingdom,327111,636250,804,210,333 +United Kingdom,327112,22581576,804,210,333 +United Kingdom,327113,6074744,804,210,333 +United Kingdom,327121,239777,804,210,333 +United Kingdom,327122,259866,804,210,333 +United Kingdom,327123,753676,804,210,333 +United Kingdom,327124,5389190,804,210,333 +United Kingdom,327125,7238129,804,210,333 +United Kingdom,327211,16354757,804,210,333 +United Kingdom,327212,49861194,804,210,333 +United Kingdom,327213,3429766,804,210,333 +United Kingdom,327215,23213662,804,210,333 +United Kingdom,327310,1627432,804,210,333 +United Kingdom,327331,84594,804,210,333 +United Kingdom,327390,3642037,804,210,333 +United Kingdom,327420,2345145,804,210,333 +United Kingdom,327910,36470708,804,210,333 +United Kingdom,327991,4143106,804,210,333 +United Kingdom,327992,5802247,804,210,333 +United Kingdom,327993,31119996,804,210,333 +United Kingdom,327999,4958689,804,210,333 +United Kingdom,331111,159655398,804,210,333 +United Kingdom,331112,2858233,804,210,333 +United Kingdom,331222,10449740,804,210,333 +United Kingdom,331311,13423406,804,210,333 +United Kingdom,331312,2342545,804,210,333 +United Kingdom,331314,3867289,804,210,333 +United Kingdom,331315,34319449,804,210,333 +United Kingdom,331316,32468061,804,210,333 +United Kingdom,331319,12511625,804,210,333 +United Kingdom,331411,6733049,804,210,333 +United Kingdom,331419,6727469714,804,210,333 +United Kingdom,331421,12530984,804,210,333 +United Kingdom,331422,27846301,804,210,333 +United Kingdom,331491,395128944,804,210,333 +United Kingdom,331492,73811967,804,210,333 +United Kingdom,331511,16972421,804,210,333 +United Kingdom,332115,48596778,804,210,333 +United Kingdom,332211,40872286,804,210,333 +United Kingdom,332212,74063013,804,210,333 +United Kingdom,332213,13919960,804,210,333 +United Kingdom,332214,678872,804,210,333 +United Kingdom,332311,2478674,804,210,333 +United Kingdom,332312,15572043,804,210,333 +United Kingdom,332321,4837093,804,210,333 +United Kingdom,332322,868507,804,210,333 +United Kingdom,332323,1748079,804,210,333 +United Kingdom,332410,17264817,804,210,333 +United Kingdom,332420,27601161,804,210,333 +United Kingdom,332431,4262175,804,210,333 +United Kingdom,332439,18651987,804,210,333 +United Kingdom,332510,62914679,804,210,333 +United Kingdom,332611,9952447,804,210,333 +United Kingdom,332618,17133763,804,210,333 +United Kingdom,332722,123269787,804,210,333 +United Kingdom,332911,197621802,804,210,333 +United Kingdom,332912,91922026,804,210,333 +United Kingdom,332913,1099428,804,210,333 +United Kingdom,332919,58559428,804,210,333 +United Kingdom,332991,57221199,804,210,333 +United Kingdom,332992,198649158,804,210,333 +United Kingdom,332994,56901807,804,210,333 +United Kingdom,332995,19134734,804,210,333 +United Kingdom,332997,39744,804,210,333 +United Kingdom,332998,6870387,804,210,333 +United Kingdom,332999,166938871,804,210,333 +United Kingdom,333111,255085127,804,210,333 +United Kingdom,333120,189382430,804,210,333 +United Kingdom,333131,66160784,804,210,333 +United Kingdom,333132,389297535,804,210,333 +United Kingdom,333210,5523028,804,210,333 +United Kingdom,333220,46371388,804,210,333 +United Kingdom,333291,19956362,804,210,333 +United Kingdom,333292,18648246,804,210,333 +United Kingdom,333293,34400767,804,210,333 +United Kingdom,333294,44908701,804,210,333 +United Kingdom,333295,107946274,804,210,333 +United Kingdom,333298,14667825,804,210,333 +United Kingdom,333311,17796369,804,210,333 +United Kingdom,333313,65326817,804,210,333 +United Kingdom,333314,248484613,804,210,333 +United Kingdom,333315,46896220,804,210,333 +United Kingdom,333319,72477655,804,210,333 +United Kingdom,333411,9585388,804,210,333 +United Kingdom,333412,18696164,804,210,333 +United Kingdom,333414,10010893,804,210,333 +United Kingdom,333415,68308568,804,210,333 +United Kingdom,333511,13834759,804,210,333 +United Kingdom,333512,107810298,804,210,333 +United Kingdom,333513,38100184,804,210,333 +United Kingdom,333514,22972659,804,210,333 +United Kingdom,333515,49045042,804,210,333 +United Kingdom,333516,6984166,804,210,333 +United Kingdom,333611,487750113,804,210,333 +United Kingdom,333612,30245597,804,210,333 +United Kingdom,333613,51157903,804,210,333 +United Kingdom,333618,827257950,804,210,333 +United Kingdom,333911,92109751,804,210,333 +United Kingdom,333912,56874554,804,210,333 +United Kingdom,333913,9690740,804,210,333 +United Kingdom,333921,4179390,804,210,333 +United Kingdom,333922,18176555,804,210,333 +United Kingdom,333923,15282226,804,210,333 +United Kingdom,333924,70491585,804,210,333 +United Kingdom,333991,42770710,804,210,333 +United Kingdom,333992,26270936,804,210,333 +United Kingdom,333993,38130490,804,210,333 +United Kingdom,333994,13578286,804,210,333 +United Kingdom,333995,14803348,804,210,333 +United Kingdom,333996,90591898,804,210,333 +United Kingdom,333997,7453935,804,210,333 +United Kingdom,333999,408963885,804,210,333 +United Kingdom,334111,392193640,804,210,333 +United Kingdom,334112,175478623,804,210,333 +United Kingdom,334119,816506221,804,210,333 +United Kingdom,334210,41929200,804,210,333 +United Kingdom,334220,920808168,804,210,333 +United Kingdom,334290,36575847,804,210,333 +United Kingdom,334310,190699459,804,210,333 +United Kingdom,334411,39333892,804,210,333 +United Kingdom,334412,50674839,804,210,333 +United Kingdom,334413,479562803,804,210,333 +United Kingdom,334414,10950171,804,210,333 +United Kingdom,334415,27740493,804,210,333 +United Kingdom,334416,12403687,804,210,333 +United Kingdom,334417,133695170,804,210,333 +United Kingdom,334418,12292858,804,210,333 +United Kingdom,334419,209228850,804,210,333 +United Kingdom,334510,322057503,804,210,333 +United Kingdom,334511,130223826,804,210,333 +United Kingdom,334512,5667623,804,210,333 +United Kingdom,334513,243826671,804,210,333 +United Kingdom,334514,7956110,804,210,333 +United Kingdom,334515,227580026,804,210,333 +United Kingdom,334516,322836091,804,210,333 +United Kingdom,334517,154569292,804,210,333 +United Kingdom,334518,22727478,804,210,333 +United Kingdom,334519,221349829,804,210,333 +United Kingdom,334612,12890877,804,210,333 +United Kingdom,334613,11045868,804,210,333 +United Kingdom,335110,10819991,804,210,333 +United Kingdom,335121,3808259,804,210,333 +United Kingdom,335129,41344192,804,210,333 +United Kingdom,335211,35382044,804,210,333 +United Kingdom,335212,13835404,804,210,333 +United Kingdom,335221,13821259,804,210,333 +United Kingdom,335222,7949066,804,210,333 +United Kingdom,335224,12425004,804,210,333 +United Kingdom,335228,44657647,804,210,333 +United Kingdom,335311,10941880,804,210,333 +United Kingdom,335312,159262191,804,210,333 +United Kingdom,335313,47350884,804,210,333 +United Kingdom,335314,130976015,804,210,333 +United Kingdom,335911,88214799,804,210,333 +United Kingdom,335912,43909460,804,210,333 +United Kingdom,335921,15863154,804,210,333 +United Kingdom,335929,110055475,804,210,333 +United Kingdom,335931,72280216,804,210,333 +United Kingdom,335932,3447624,804,210,333 +United Kingdom,335991,67614279,804,210,333 +United Kingdom,335999,181254102,804,210,333 +United Kingdom,336111,985160844,804,210,333 +United Kingdom,336120,28655471,804,210,333 +United Kingdom,336211,1239401,804,210,333 +United Kingdom,336212,1549649,804,210,333 +United Kingdom,336213,5645999,804,210,333 +United Kingdom,336214,23840014,804,210,333 +United Kingdom,336311,58299530,804,210,333 +United Kingdom,336321,10669893,804,210,333 +United Kingdom,336322,69989334,804,210,333 +United Kingdom,336330,4032066,804,210,333 +United Kingdom,336340,34499471,804,210,333 +United Kingdom,336350,74812566,804,210,333 +United Kingdom,336360,8149369,804,210,333 +United Kingdom,336370,795622,804,210,333 +United Kingdom,336391,10436413,804,210,333 +United Kingdom,336399,234929111,804,210,333 +United Kingdom,336411,52236548,804,210,333 +United Kingdom,336412,218990041,804,210,333 +United Kingdom,336413,358300905,804,210,333 +United Kingdom,336415,1017563,804,210,333 +United Kingdom,336419,25262244,804,210,333 +United Kingdom,336510,40498224,804,210,333 +United Kingdom,336611,6929400,804,210,333 +United Kingdom,336612,28236201,804,210,333 +United Kingdom,336991,50555958,804,210,333 +United Kingdom,336992,147444812,804,210,333 +United Kingdom,337110,218404,804,210,333 +United Kingdom,337121,14918,804,210,333 +United Kingdom,337124,8968520,804,210,333 +United Kingdom,337127,71877206,804,210,333 +United Kingdom,337129,62645,804,210,333 +United Kingdom,337211,3327576,804,210,333 +United Kingdom,337214,9192261,804,210,333 +United Kingdom,337215,56791262,804,210,333 +United Kingdom,337910,944280,804,210,333 +United Kingdom,337920,1171422,804,210,333 +United Kingdom,339112,365246450,804,210,333 +United Kingdom,339113,287603052,804,210,333 +United Kingdom,339114,42826143,804,210,333 +United Kingdom,339115,122632797,804,210,333 +United Kingdom,339911,703709592,804,210,333 +United Kingdom,339912,659353,804,210,333 +United Kingdom,339913,407202664,804,210,333 +United Kingdom,339914,12082842,804,210,333 +United Kingdom,339920,164083421,804,210,333 +United Kingdom,339932,73145776,804,210,333 +United Kingdom,339941,4522327,804,210,333 +United Kingdom,339942,3529501,804,210,333 +United Kingdom,339943,1781150,804,210,333 +United Kingdom,339944,25908283,804,210,333 +United Kingdom,339950,2219068,804,210,333 +United Kingdom,339991,88895253,804,210,333 +United Kingdom,339992,44232049,804,210,333 +United Kingdom,339993,9840632,804,210,333 +United Kingdom,339994,14033290,804,210,333 +United Kingdom,339999,189171950,804,210,333 +United Kingdom,511210,14747809,804,210,333 +United Kingdom,910000,1136680794,804,210,333 +United Kingdom,920000,1811013567,804,210,333 +United Kingdom,990000,2316719005,804,210,333 +Uruguay,111110,42730,803,211,334 +Uruguay,111120,21585,803,211,334 +Uruguay,111130,42254,803,211,334 +Uruguay,111199,131868,803,211,334 +Uruguay,111211,222332,803,211,334 +Uruguay,111219,448630,803,211,334 +Uruguay,111335,16881,803,211,334 +Uruguay,111421,6840,803,211,334 +Uruguay,111422,83091,803,211,334 +Uruguay,111910,291466,803,211,334 +Uruguay,111992,20998,803,211,334 +Uruguay,111998,1786586,803,211,334 +Uruguay,112111,959371,803,211,334 +Uruguay,112310,8184,803,211,334 +Uruguay,112410,296971,803,211,334 +Uruguay,112511,10440,803,211,334 +Uruguay,112920,688300,803,211,334 +Uruguay,113210,2387898,803,211,334 +Uruguay,113310,109425,803,211,334 +Uruguay,114111,907047,803,211,334 +Uruguay,114112,455747,803,211,334 +Uruguay,114119,9235,803,211,334 +Uruguay,212112,32984,803,211,334 +Uruguay,212299,8669,803,211,334 +Uruguay,212322,66570,803,211,334 +Uruguay,212324,508345,803,211,334 +Uruguay,212325,314261,803,211,334 +Uruguay,212393,6187394,803,211,334 +Uruguay,212399,39330,803,211,334 +Uruguay,311111,527753,803,211,334 +Uruguay,311119,488168,803,211,334 +Uruguay,311211,370101,803,211,334 +Uruguay,311212,3456,803,211,334 +Uruguay,311221,370270,803,211,334 +Uruguay,311222,773792,803,211,334 +Uruguay,311223,38703,803,211,334 +Uruguay,311225,129048,803,211,334 +Uruguay,311230,25744,803,211,334 +Uruguay,311311,1722263,803,211,334 +Uruguay,311320,1251113,803,211,334 +Uruguay,311340,3639187,803,211,334 +Uruguay,311411,51698,803,211,334 +Uruguay,311421,1208833,803,211,334 +Uruguay,311423,725382,803,211,334 +Uruguay,311511,81567,803,211,334 +Uruguay,311512,440727,803,211,334 +Uruguay,311513,516217,803,211,334 +Uruguay,311514,770340,803,211,334 +Uruguay,311520,18323,803,211,334 +Uruguay,311611,5008622,803,211,334 +Uruguay,311613,35200,803,211,334 +Uruguay,311615,188133,803,211,334 +Uruguay,311711,147611,803,211,334 +Uruguay,311811,241450,803,211,334 +Uruguay,311822,33541,803,211,334 +Uruguay,311823,210528,803,211,334 +Uruguay,311911,175981,803,211,334 +Uruguay,311919,917218,803,211,334 +Uruguay,311920,502981,803,211,334 +Uruguay,311930,342793,803,211,334 +Uruguay,311941,325208,803,211,334 +Uruguay,311942,332641,803,211,334 +Uruguay,311999,1720850,803,211,334 +Uruguay,312111,471067,803,211,334 +Uruguay,312112,5868,803,211,334 +Uruguay,312120,153507,803,211,334 +Uruguay,312130,224908,803,211,334 +Uruguay,312140,2353727,803,211,334 +Uruguay,312221,469482,803,211,334 +Uruguay,312229,144037,803,211,334 +Uruguay,313113,17789,803,211,334 +Uruguay,313210,1379391,803,211,334 +Uruguay,313221,181598,803,211,334 +Uruguay,313230,317106,803,211,334 +Uruguay,313249,113878,803,211,334 +Uruguay,313320,84448,803,211,334 +Uruguay,314110,483798,803,211,334 +Uruguay,314121,13222,803,211,334 +Uruguay,314129,392883,803,211,334 +Uruguay,314911,44242,803,211,334 +Uruguay,314912,90586,803,211,334 +Uruguay,314991,330369,803,211,334 +Uruguay,314992,8693,803,211,334 +Uruguay,314999,1193947,803,211,334 +Uruguay,315111,504960,803,211,334 +Uruguay,315221,53271,803,211,334 +Uruguay,315222,12210,803,211,334 +Uruguay,315223,184413,803,211,334 +Uruguay,315224,13397,803,211,334 +Uruguay,315228,165068,803,211,334 +Uruguay,315231,483980,803,211,334 +Uruguay,315232,299235,803,211,334 +Uruguay,315233,311444,803,211,334 +Uruguay,315234,88227,803,211,334 +Uruguay,315239,497332,803,211,334 +Uruguay,315291,138445,803,211,334 +Uruguay,315292,428835,803,211,334 +Uruguay,315991,18479,803,211,334 +Uruguay,315992,156895,803,211,334 +Uruguay,315993,3794,803,211,334 +Uruguay,315999,1125242,803,211,334 +Uruguay,316110,47251,803,211,334 +Uruguay,316211,32117,803,211,334 +Uruguay,316213,184472,803,211,334 +Uruguay,316214,135586,803,211,334 +Uruguay,316219,1187777,803,211,334 +Uruguay,316991,393178,803,211,334 +Uruguay,316992,208365,803,211,334 +Uruguay,316993,42304,803,211,334 +Uruguay,316999,21849,803,211,334 +Uruguay,321113,181501,803,211,334 +Uruguay,321211,65684,803,211,334 +Uruguay,321213,14934,803,211,334 +Uruguay,321219,41927,803,211,334 +Uruguay,321911,4895,803,211,334 +Uruguay,321918,2855,803,211,334 +Uruguay,321920,4799,803,211,334 +Uruguay,321992,25900,803,211,334 +Uruguay,321999,133643,803,211,334 +Uruguay,322110,1609099,803,211,334 +Uruguay,322121,1032693,803,211,334 +Uruguay,322122,882430,803,211,334 +Uruguay,322130,1696600,803,211,334 +Uruguay,322211,16074,803,211,334 +Uruguay,322212,10374,803,211,334 +Uruguay,322213,10020,803,211,334 +Uruguay,322215,79066,803,211,334 +Uruguay,322222,1069337,803,211,334 +Uruguay,322223,72086,803,211,334 +Uruguay,322224,69394,803,211,334 +Uruguay,322232,21610,803,211,334 +Uruguay,322291,497189,803,211,334 +Uruguay,322299,239770,803,211,334 +Uruguay,323116,4277,803,211,334 +Uruguay,323117,584159,803,211,334 +Uruguay,323118,131219,803,211,334 +Uruguay,323119,1445864,803,211,334 +Uruguay,323122,104919,803,211,334 +Uruguay,324110,15200212,803,211,334 +Uruguay,324121,126525,803,211,334 +Uruguay,324122,422606,803,211,334 +Uruguay,325110,15575,803,211,334 +Uruguay,325120,127320,803,211,334 +Uruguay,325131,8505185,803,211,334 +Uruguay,325132,14261329,803,211,334 +Uruguay,325181,19185,803,211,334 +Uruguay,325182,46618,803,211,334 +Uruguay,325188,619695,803,211,334 +Uruguay,325191,170765,803,211,334 +Uruguay,325192,620472,803,211,334 +Uruguay,325199,17932272,803,211,334 +Uruguay,325211,74222468,803,211,334 +Uruguay,325212,4644772,803,211,334 +Uruguay,325221,97805,803,211,334 +Uruguay,325222,235482,803,211,334 +Uruguay,325312,2851501,803,211,334 +Uruguay,325320,4087935,803,211,334 +Uruguay,325411,10485044,803,211,334 +Uruguay,325412,21708451,803,211,334 +Uruguay,325414,8788828,803,211,334 +Uruguay,325510,549516,803,211,334 +Uruguay,325520,619491,803,211,334 +Uruguay,325611,4649841,803,211,334 +Uruguay,325612,270175,803,211,334 +Uruguay,325613,3780334,803,211,334 +Uruguay,325620,73944412,803,211,334 +Uruguay,325910,5883865,803,211,334 +Uruguay,325920,5560,803,211,334 +Uruguay,325992,9680649,803,211,334 +Uruguay,325998,6803891,803,211,334 +Uruguay,326113,1039378,803,211,334 +Uruguay,326121,175810,803,211,334 +Uruguay,326122,122446,803,211,334 +Uruguay,326160,27753,803,211,334 +Uruguay,326191,105606,803,211,334 +Uruguay,326192,21858,803,211,334 +Uruguay,326199,6088940,803,211,334 +Uruguay,326211,2444711,803,211,334 +Uruguay,326212,111945,803,211,334 +Uruguay,326220,1110262,803,211,334 +Uruguay,326299,1289725,803,211,334 +Uruguay,327111,3184,803,211,334 +Uruguay,327112,122350,803,211,334 +Uruguay,327113,42000,803,211,334 +Uruguay,327122,36158,803,211,334 +Uruguay,327124,5470,803,211,334 +Uruguay,327125,102037,803,211,334 +Uruguay,327211,1163398,803,211,334 +Uruguay,327212,420673,803,211,334 +Uruguay,327213,178834,803,211,334 +Uruguay,327215,213656,803,211,334 +Uruguay,327310,68810,803,211,334 +Uruguay,327331,35457,803,211,334 +Uruguay,327390,36531,803,211,334 +Uruguay,327420,21691,803,211,334 +Uruguay,327910,124326,803,211,334 +Uruguay,327992,1043992,803,211,334 +Uruguay,327993,296146,803,211,334 +Uruguay,327999,175798,803,211,334 +Uruguay,331111,1007324,803,211,334 +Uruguay,331222,32663,803,211,334 +Uruguay,331311,60225,803,211,334 +Uruguay,331312,4600,803,211,334 +Uruguay,331315,2054388,803,211,334 +Uruguay,331316,71571,803,211,334 +Uruguay,331319,419861,803,211,334 +Uruguay,331419,2492467,803,211,334 +Uruguay,331421,39130,803,211,334 +Uruguay,331422,28343,803,211,334 +Uruguay,331491,133195,803,211,334 +Uruguay,331511,507868,803,211,334 +Uruguay,332211,534956,803,211,334 +Uruguay,332212,1401170,803,211,334 +Uruguay,332213,317204,803,211,334 +Uruguay,332214,17493,803,211,334 +Uruguay,332311,7305132,803,211,334 +Uruguay,332312,221279,803,211,334 +Uruguay,332321,65392,803,211,334 +Uruguay,332322,346360,803,211,334 +Uruguay,332323,23078,803,211,334 +Uruguay,332410,128965,803,211,334 +Uruguay,332420,487238,803,211,334 +Uruguay,332439,37460,803,211,334 +Uruguay,332510,197174,803,211,334 +Uruguay,332611,64930,803,211,334 +Uruguay,332618,205721,803,211,334 +Uruguay,332722,358238,803,211,334 +Uruguay,332911,2659906,803,211,334 +Uruguay,332912,267807,803,211,334 +Uruguay,332913,18443,803,211,334 +Uruguay,332919,173984,803,211,334 +Uruguay,332991,1302703,803,211,334 +Uruguay,332992,496181,803,211,334 +Uruguay,332994,489548,803,211,334 +Uruguay,332998,16844,803,211,334 +Uruguay,332999,1330183,803,211,334 +Uruguay,333111,52820114,803,211,334 +Uruguay,333120,16892545,803,211,334 +Uruguay,333131,3669646,803,211,334 +Uruguay,333132,1394006,803,211,334 +Uruguay,333210,1583647,803,211,334 +Uruguay,333220,1764526,803,211,334 +Uruguay,333291,950099,803,211,334 +Uruguay,333292,159093,803,211,334 +Uruguay,333293,2076215,803,211,334 +Uruguay,333294,4471211,803,211,334 +Uruguay,333295,59392,803,211,334 +Uruguay,333298,232250,803,211,334 +Uruguay,333313,27387687,803,211,334 +Uruguay,333314,2047791,803,211,334 +Uruguay,333315,5864847,803,211,334 +Uruguay,333319,621213,803,211,334 +Uruguay,333411,259496,803,211,334 +Uruguay,333412,227417,803,211,334 +Uruguay,333414,338227,803,211,334 +Uruguay,333415,3117687,803,211,334 +Uruguay,333512,791452,803,211,334 +Uruguay,333513,262781,803,211,334 +Uruguay,333514,45902,803,211,334 +Uruguay,333515,171083,803,211,334 +Uruguay,333516,9225,803,211,334 +Uruguay,333611,14037085,803,211,334 +Uruguay,333612,142378,803,211,334 +Uruguay,333613,1865446,803,211,334 +Uruguay,333618,2589500,803,211,334 +Uruguay,333911,1951434,803,211,334 +Uruguay,333912,1031824,803,211,334 +Uruguay,333913,628620,803,211,334 +Uruguay,333921,150113,803,211,334 +Uruguay,333922,600899,803,211,334 +Uruguay,333923,482496,803,211,334 +Uruguay,333924,5584413,803,211,334 +Uruguay,333991,1991380,803,211,334 +Uruguay,333992,1094496,803,211,334 +Uruguay,333993,881085,803,211,334 +Uruguay,333994,152875,803,211,334 +Uruguay,333995,251293,803,211,334 +Uruguay,333996,1246500,803,211,334 +Uruguay,333997,425880,803,211,334 +Uruguay,333999,9797875,803,211,334 +Uruguay,334111,50628772,803,211,334 +Uruguay,334112,5880676,803,211,334 +Uruguay,334119,56870088,803,211,334 +Uruguay,334210,1786074,803,211,334 +Uruguay,334220,41756544,803,211,334 +Uruguay,334290,1188538,803,211,334 +Uruguay,334310,19553902,803,211,334 +Uruguay,334411,119790,803,211,334 +Uruguay,334412,51482,803,211,334 +Uruguay,334413,16548222,803,211,334 +Uruguay,334414,49473,803,211,334 +Uruguay,334415,59933,803,211,334 +Uruguay,334416,113062,803,211,334 +Uruguay,334417,1089912,803,211,334 +Uruguay,334418,201803,803,211,334 +Uruguay,334419,3400133,803,211,334 +Uruguay,334510,11504675,803,211,334 +Uruguay,334511,1833918,803,211,334 +Uruguay,334512,208425,803,211,334 +Uruguay,334513,3113659,803,211,334 +Uruguay,334514,61020,803,211,334 +Uruguay,334515,1654795,803,211,334 +Uruguay,334516,4461801,803,211,334 +Uruguay,334517,1767424,803,211,334 +Uruguay,334518,3054730,803,211,334 +Uruguay,334519,1319321,803,211,334 +Uruguay,334612,206975,803,211,334 +Uruguay,334613,794949,803,211,334 +Uruguay,335110,84872,803,211,334 +Uruguay,335121,59637,803,211,334 +Uruguay,335129,501100,803,211,334 +Uruguay,335211,1353962,803,211,334 +Uruguay,335212,73292,803,211,334 +Uruguay,335221,145354,803,211,334 +Uruguay,335222,243932,803,211,334 +Uruguay,335224,489326,803,211,334 +Uruguay,335228,861067,803,211,334 +Uruguay,335312,1934439,803,211,334 +Uruguay,335313,287256,803,211,334 +Uruguay,335314,3514940,803,211,334 +Uruguay,335911,1625540,803,211,334 +Uruguay,335912,1310443,803,211,334 +Uruguay,335921,804502,803,211,334 +Uruguay,335929,1449537,803,211,334 +Uruguay,335931,232402,803,211,334 +Uruguay,335932,12678,803,211,334 +Uruguay,335991,410878,803,211,334 +Uruguay,335999,2418289,803,211,334 +Uruguay,336111,7815601,803,211,334 +Uruguay,336120,1675031,803,211,334 +Uruguay,336211,77358,803,211,334 +Uruguay,336212,933082,803,211,334 +Uruguay,336214,215589,803,211,334 +Uruguay,336311,282236,803,211,334 +Uruguay,336321,22495,803,211,334 +Uruguay,336322,384871,803,211,334 +Uruguay,336330,56828,803,211,334 +Uruguay,336340,595499,803,211,334 +Uruguay,336350,183072,803,211,334 +Uruguay,336360,3500,803,211,334 +Uruguay,336391,5157,803,211,334 +Uruguay,336399,5489498,803,211,334 +Uruguay,336411,6175,803,211,334 +Uruguay,336412,681564,803,211,334 +Uruguay,336413,650749,803,211,334 +Uruguay,336419,9907,803,211,334 +Uruguay,336510,138693,803,211,334 +Uruguay,336612,2306524,803,211,334 +Uruguay,336991,2331795,803,211,334 +Uruguay,337124,159415,803,211,334 +Uruguay,337127,1277567,803,211,334 +Uruguay,337211,27124,803,211,334 +Uruguay,337214,193472,803,211,334 +Uruguay,337215,310599,803,211,334 +Uruguay,337910,19252,803,211,334 +Uruguay,337920,5630,803,211,334 +Uruguay,339112,19204752,803,211,334 +Uruguay,339113,4988510,803,211,334 +Uruguay,339114,711932,803,211,334 +Uruguay,339115,3815035,803,211,334 +Uruguay,339911,654744,803,211,334 +Uruguay,339912,33340,803,211,334 +Uruguay,339913,80299,803,211,334 +Uruguay,339914,383482,803,211,334 +Uruguay,339920,1641903,803,211,334 +Uruguay,339932,21123095,803,211,334 +Uruguay,339941,105522,803,211,334 +Uruguay,339942,29818,803,211,334 +Uruguay,339943,84247,803,211,334 +Uruguay,339944,325181,803,211,334 +Uruguay,339950,18740,803,211,334 +Uruguay,339991,419298,803,211,334 +Uruguay,339992,730898,803,211,334 +Uruguay,339994,147944,803,211,334 +Uruguay,339999,15030195,803,211,334 +Uruguay,511210,714331,803,211,334 +Uruguay,910000,2389389,803,211,334 +Uruguay,920000,4991271,803,211,334 +Uruguay,990000,46114931,803,211,334 +Uzbekistan,111219,97908,806,212,335 +Uzbekistan,111910,57600,806,212,335 +Uzbekistan,112111,40300,806,212,335 +Uzbekistan,112310,230760,806,212,335 +Uzbekistan,113210,225000,806,212,335 +Uzbekistan,212399,40376,806,212,335 +Uzbekistan,311999,18550,806,212,335 +Uzbekistan,313230,11374,806,212,335 +Uzbekistan,314999,3198,806,212,335 +Uzbekistan,315111,15758,806,212,335 +Uzbekistan,315233,3620,806,212,335 +Uzbekistan,316110,8222,806,212,335 +Uzbekistan,316211,4146,806,212,335 +Uzbekistan,322222,27000,806,212,335 +Uzbekistan,322223,187710,806,212,335 +Uzbekistan,323119,24188,806,212,335 +Uzbekistan,324110,2938305,806,212,335 +Uzbekistan,325188,15528,806,212,335 +Uzbekistan,325199,60402,806,212,335 +Uzbekistan,325211,97673,806,212,335 +Uzbekistan,325212,6000,806,212,335 +Uzbekistan,325412,165262,806,212,335 +Uzbekistan,325414,19448,806,212,335 +Uzbekistan,325611,457192,806,212,335 +Uzbekistan,325613,12150,806,212,335 +Uzbekistan,325620,50595,806,212,335 +Uzbekistan,325910,6065,806,212,335 +Uzbekistan,325920,306135,806,212,335 +Uzbekistan,325998,99825,806,212,335 +Uzbekistan,326113,707540,806,212,335 +Uzbekistan,326122,4956,806,212,335 +Uzbekistan,326160,3983,806,212,335 +Uzbekistan,326191,43000,806,212,335 +Uzbekistan,326199,772680,806,212,335 +Uzbekistan,326211,227498,806,212,335 +Uzbekistan,326220,245385,806,212,335 +Uzbekistan,326299,52743,806,212,335 +Uzbekistan,327125,139060,806,212,335 +Uzbekistan,327212,10101,806,212,335 +Uzbekistan,327215,348000,806,212,335 +Uzbekistan,331111,3440,806,212,335 +Uzbekistan,331316,5100,806,212,335 +Uzbekistan,331491,123681,806,212,335 +Uzbekistan,332212,163030,806,212,335 +Uzbekistan,332420,28750,806,212,335 +Uzbekistan,332618,11250,806,212,335 +Uzbekistan,332722,5828,806,212,335 +Uzbekistan,332911,167513,806,212,335 +Uzbekistan,332912,31111,806,212,335 +Uzbekistan,332991,91683,806,212,335 +Uzbekistan,332999,11976,806,212,335 +Uzbekistan,333111,11752255,806,212,335 +Uzbekistan,333120,5553022,806,212,335 +Uzbekistan,333131,3231883,806,212,335 +Uzbekistan,333132,13919983,806,212,335 +Uzbekistan,333291,14379,806,212,335 +Uzbekistan,333293,41000,806,212,335 +Uzbekistan,333294,80561,806,212,335 +Uzbekistan,333298,139493,806,212,335 +Uzbekistan,333313,33397,806,212,335 +Uzbekistan,333314,42023,806,212,335 +Uzbekistan,333315,12000,806,212,335 +Uzbekistan,333415,19304,806,212,335 +Uzbekistan,333512,5213688,806,212,335 +Uzbekistan,333516,35801,806,212,335 +Uzbekistan,333611,171338,806,212,335 +Uzbekistan,333612,36122,806,212,335 +Uzbekistan,333613,313801,806,212,335 +Uzbekistan,333618,52693,806,212,335 +Uzbekistan,333911,1276031,806,212,335 +Uzbekistan,333912,2481410,806,212,335 +Uzbekistan,333992,228839,806,212,335 +Uzbekistan,333995,11841,806,212,335 +Uzbekistan,333996,32536,806,212,335 +Uzbekistan,333999,2765952,806,212,335 +Uzbekistan,334111,613394,806,212,335 +Uzbekistan,334112,42098,806,212,335 +Uzbekistan,334119,334385,806,212,335 +Uzbekistan,334210,20091,806,212,335 +Uzbekistan,334220,526631,806,212,335 +Uzbekistan,334290,6697,806,212,335 +Uzbekistan,334310,155510,806,212,335 +Uzbekistan,334411,14560,806,212,335 +Uzbekistan,334413,22414,806,212,335 +Uzbekistan,334415,14279,806,212,335 +Uzbekistan,334417,12628,806,212,335 +Uzbekistan,334418,9115,806,212,335 +Uzbekistan,334419,45519,806,212,335 +Uzbekistan,334510,851384,806,212,335 +Uzbekistan,334511,239916,806,212,335 +Uzbekistan,334513,574753,806,212,335 +Uzbekistan,334514,4138,806,212,335 +Uzbekistan,334515,252812,806,212,335 +Uzbekistan,334516,1194107,806,212,335 +Uzbekistan,334517,837991,806,212,335 +Uzbekistan,334518,4300,806,212,335 +Uzbekistan,334519,251181,806,212,335 +Uzbekistan,334613,1285811,806,212,335 +Uzbekistan,335110,7145,806,212,335 +Uzbekistan,335211,10332,806,212,335 +Uzbekistan,335224,8500,806,212,335 +Uzbekistan,335228,5453,806,212,335 +Uzbekistan,335311,2814,806,212,335 +Uzbekistan,335312,711364,806,212,335 +Uzbekistan,335313,11490,806,212,335 +Uzbekistan,335314,74852,806,212,335 +Uzbekistan,335911,71701,806,212,335 +Uzbekistan,335912,47060,806,212,335 +Uzbekistan,335929,177559,806,212,335 +Uzbekistan,335931,24891,806,212,335 +Uzbekistan,335999,44150,806,212,335 +Uzbekistan,336111,981920,806,212,335 +Uzbekistan,336120,1953000,806,212,335 +Uzbekistan,336311,22402,806,212,335 +Uzbekistan,336322,50299,806,212,335 +Uzbekistan,336399,292047,806,212,335 +Uzbekistan,336611,66000,806,212,335 +Uzbekistan,336612,146596,806,212,335 +Uzbekistan,336991,22460,806,212,335 +Uzbekistan,339112,71280,806,212,335 +Uzbekistan,339113,259432,806,212,335 +Uzbekistan,339114,71110,806,212,335 +Uzbekistan,339920,26380,806,212,335 +Uzbekistan,339932,34758,806,212,335 +Uzbekistan,339991,40667,806,212,335 +Uzbekistan,920000,7575,806,212,335 +Uzbekistan,990000,26199299,806,212,335 +Vanuatu,311411,17809,808,213,336 +Vanuatu,311421,7722,808,213,336 +Vanuatu,311611,4725,808,213,336 +Vanuatu,311613,331675,808,213,336 +Vanuatu,311822,6572,808,213,336 +Vanuatu,312120,11350,808,213,336 +Vanuatu,312140,5143,808,213,336 +Vanuatu,314129,4978,808,213,336 +Vanuatu,314911,2908,808,213,336 +Vanuatu,315221,10635,808,213,336 +Vanuatu,316213,4728,808,213,336 +Vanuatu,323117,9430,808,213,336 +Vanuatu,325411,123970,808,213,336 +Vanuatu,325412,7043,808,213,336 +Vanuatu,325620,99444,808,213,336 +Vanuatu,325910,3030,808,213,336 +Vanuatu,326192,50832,808,213,336 +Vanuatu,326199,3225,808,213,336 +Vanuatu,326299,2513,808,213,336 +Vanuatu,327112,10000,808,213,336 +Vanuatu,332213,10576,808,213,336 +Vanuatu,332321,39468,808,213,336 +Vanuatu,332420,24750,808,213,336 +Vanuatu,332911,3017,808,213,336 +Vanuatu,332999,2995,808,213,336 +Vanuatu,333111,4695,808,213,336 +Vanuatu,333132,116275,808,213,336 +Vanuatu,333294,72449,808,213,336 +Vanuatu,333315,4900,808,213,336 +Vanuatu,333415,35920,808,213,336 +Vanuatu,333613,4500,808,213,336 +Vanuatu,333618,26271,808,213,336 +Vanuatu,333911,4504,808,213,336 +Vanuatu,333912,18572,808,213,336 +Vanuatu,333991,27968,808,213,336 +Vanuatu,333996,7363,808,213,336 +Vanuatu,333999,29734,808,213,336 +Vanuatu,334111,27271,808,213,336 +Vanuatu,334112,3071,808,213,336 +Vanuatu,334119,15067,808,213,336 +Vanuatu,334220,809890,808,213,336 +Vanuatu,334413,3450,808,213,336 +Vanuatu,334419,7939,808,213,336 +Vanuatu,334510,25460,808,213,336 +Vanuatu,334511,7264,808,213,336 +Vanuatu,334519,9319252,808,213,336 +Vanuatu,334613,10511,808,213,336 +Vanuatu,335221,6582,808,213,336 +Vanuatu,335222,7127,808,213,336 +Vanuatu,335224,9514,808,213,336 +Vanuatu,335312,39000,808,213,336 +Vanuatu,335911,5663,808,213,336 +Vanuatu,335932,8613,808,213,336 +Vanuatu,336111,93617,808,213,336 +Vanuatu,336322,11000,808,213,336 +Vanuatu,336612,26249,808,213,336 +Vanuatu,337215,5699,808,213,336 +Vanuatu,339112,289520,808,213,336 +Vanuatu,339113,5642,808,213,336 +Vanuatu,339920,20906,808,213,336 +Vanuatu,339942,20237,808,213,336 +Vanuatu,339992,3781,808,213,336 +Vanuatu,920000,195000,808,213,336 +Vanuatu,990000,6788411,808,213,336 +Venezuela,111110,30760051,803,214,337 +Venezuela,111130,171534,803,214,337 +Venezuela,111140,166590106,803,214,337 +Venezuela,111150,198294323,803,214,337 +Venezuela,111160,121915150,803,214,337 +Venezuela,111199,1156478,803,214,337 +Venezuela,111219,13200416,803,214,337 +Venezuela,111331,2436233,803,214,337 +Venezuela,111332,9043508,803,214,337 +Venezuela,111335,6672478,803,214,337 +Venezuela,111339,7976754,803,214,337 +Venezuela,111421,360231,803,214,337 +Venezuela,111910,50496,803,214,337 +Venezuela,111920,8679499,803,214,337 +Venezuela,111940,72000,803,214,337 +Venezuela,111991,29050,803,214,337 +Venezuela,111992,180187,803,214,337 +Venezuela,111998,5371911,803,214,337 +Venezuela,112310,423353,803,214,337 +Venezuela,112420,88135,803,214,337 +Venezuela,112511,18355,803,214,337 +Venezuela,112910,2631,803,214,337 +Venezuela,112920,1473967,803,214,337 +Venezuela,112990,29950,803,214,337 +Venezuela,113210,2674375,803,214,337 +Venezuela,113310,29654,803,214,337 +Venezuela,114111,2697597,803,214,337 +Venezuela,114112,3570119,803,214,337 +Venezuela,114119,57584,803,214,337 +Venezuela,211112,96328,803,214,337 +Venezuela,212112,786116,803,214,337 +Venezuela,212113,58350,803,214,337 +Venezuela,212221,44100,803,214,337 +Venezuela,212222,3000,803,214,337 +Venezuela,212299,426243,803,214,337 +Venezuela,212311,165675,803,214,337 +Venezuela,212319,616171,803,214,337 +Venezuela,212322,850479,803,214,337 +Venezuela,212324,1602939,803,214,337 +Venezuela,212325,4569820,803,214,337 +Venezuela,212393,1420246,803,214,337 +Venezuela,212399,2445002,803,214,337 +Venezuela,311111,2451401,803,214,337 +Venezuela,311119,13247720,803,214,337 +Venezuela,311211,359871,803,214,337 +Venezuela,311212,245396,803,214,337 +Venezuela,311221,26655886,803,214,337 +Venezuela,311222,275086024,803,214,337 +Venezuela,311223,14410599,803,214,337 +Venezuela,311225,425221,803,214,337 +Venezuela,311230,21978,803,214,337 +Venezuela,311311,3149421,803,214,337 +Venezuela,311320,8761896,803,214,337 +Venezuela,311340,1372065,803,214,337 +Venezuela,311411,2001474,803,214,337 +Venezuela,311421,7509858,803,214,337 +Venezuela,311422,117039,803,214,337 +Venezuela,311423,1676765,803,214,337 +Venezuela,311512,154354,803,214,337 +Venezuela,311513,19942,803,214,337 +Venezuela,311514,20024447,803,214,337 +Venezuela,311520,23783,803,214,337 +Venezuela,311611,553187,803,214,337 +Venezuela,311613,79707263,803,214,337 +Venezuela,311615,769439,803,214,337 +Venezuela,311711,2593846,803,214,337 +Venezuela,311811,144466,803,214,337 +Venezuela,311822,989158,803,214,337 +Venezuela,311911,1151949,803,214,337 +Venezuela,311919,1879013,803,214,337 +Venezuela,311920,8395932,803,214,337 +Venezuela,311930,8345355,803,214,337 +Venezuela,311941,2701795,803,214,337 +Venezuela,311942,1186638,803,214,337 +Venezuela,311999,35431508,803,214,337 +Venezuela,312111,77851,803,214,337 +Venezuela,312130,173951,803,214,337 +Venezuela,312140,512150,803,214,337 +Venezuela,312229,14458,803,214,337 +Venezuela,313111,5800353,803,214,337 +Venezuela,313113,549021,803,214,337 +Venezuela,313210,5426814,803,214,337 +Venezuela,313221,2484483,803,214,337 +Venezuela,313230,8024747,803,214,337 +Venezuela,313249,414719,803,214,337 +Venezuela,313312,4607,803,214,337 +Venezuela,313320,3071903,803,214,337 +Venezuela,314110,2082944,803,214,337 +Venezuela,314121,406117,803,214,337 +Venezuela,314129,1746759,803,214,337 +Venezuela,314911,1275499,803,214,337 +Venezuela,314912,493927,803,214,337 +Venezuela,314991,700186,803,214,337 +Venezuela,314992,3055037,803,214,337 +Venezuela,314999,16268891,803,214,337 +Venezuela,315111,587618,803,214,337 +Venezuela,315221,276507,803,214,337 +Venezuela,315222,78248,803,214,337 +Venezuela,315223,238121,803,214,337 +Venezuela,315224,359180,803,214,337 +Venezuela,315228,871652,803,214,337 +Venezuela,315231,107108,803,214,337 +Venezuela,315232,3353925,803,214,337 +Venezuela,315233,64748,803,214,337 +Venezuela,315234,14330069,803,214,337 +Venezuela,315239,978458,803,214,337 +Venezuela,315291,1084665,803,214,337 +Venezuela,315292,847075,803,214,337 +Venezuela,315991,2816529,803,214,337 +Venezuela,315992,571177,803,214,337 +Venezuela,315993,18033,803,214,337 +Venezuela,315999,15381487,803,214,337 +Venezuela,316110,102372,803,214,337 +Venezuela,316211,833785,803,214,337 +Venezuela,316212,93500,803,214,337 +Venezuela,316213,306087,803,214,337 +Venezuela,316214,1665918,803,214,337 +Venezuela,316219,2523428,803,214,337 +Venezuela,316991,2048149,803,214,337 +Venezuela,316992,566044,803,214,337 +Venezuela,316993,629439,803,214,337 +Venezuela,316999,722661,803,214,337 +Venezuela,321113,253669,803,214,337 +Venezuela,321114,29400,803,214,337 +Venezuela,321211,61264,803,214,337 +Venezuela,321212,76682,803,214,337 +Venezuela,321213,501111,803,214,337 +Venezuela,321219,169410,803,214,337 +Venezuela,321911,102226,803,214,337 +Venezuela,321918,1011444,803,214,337 +Venezuela,321920,454772,803,214,337 +Venezuela,321991,122835,803,214,337 +Venezuela,321992,1988455,803,214,337 +Venezuela,321999,1894112,803,214,337 +Venezuela,322110,18028830,803,214,337 +Venezuela,322121,23127125,803,214,337 +Venezuela,322122,13886261,803,214,337 +Venezuela,322130,28753724,803,214,337 +Venezuela,322211,1422239,803,214,337 +Venezuela,322212,335306,803,214,337 +Venezuela,322213,353162,803,214,337 +Venezuela,322214,23983,803,214,337 +Venezuela,322215,200856,803,214,337 +Venezuela,322222,9929630,803,214,337 +Venezuela,322223,9883769,803,214,337 +Venezuela,322224,46209,803,214,337 +Venezuela,322232,20012,803,214,337 +Venezuela,322233,58767,803,214,337 +Venezuela,322291,3200640,803,214,337 +Venezuela,322299,1174316,803,214,337 +Venezuela,323116,12574,803,214,337 +Venezuela,323117,5191974,803,214,337 +Venezuela,323118,397638,803,214,337 +Venezuela,323119,10679586,803,214,337 +Venezuela,323122,441386,803,214,337 +Venezuela,324110,559790376,803,214,337 +Venezuela,324121,188354,803,214,337 +Venezuela,324122,4595,803,214,337 +Venezuela,325110,37030934,803,214,337 +Venezuela,325120,1707353,803,214,337 +Venezuela,325131,32148204,803,214,337 +Venezuela,325132,10529636,803,214,337 +Venezuela,325181,87818679,803,214,337 +Venezuela,325182,182627,803,214,337 +Venezuela,325188,73861873,803,214,337 +Venezuela,325191,3260991,803,214,337 +Venezuela,325192,30708145,803,214,337 +Venezuela,325193,5450,803,214,337 +Venezuela,325199,483465244,803,214,337 +Venezuela,325211,85761701,803,214,337 +Venezuela,325212,26057212,803,214,337 +Venezuela,325221,349548,803,214,337 +Venezuela,325222,3266753,803,214,337 +Venezuela,325311,7039272,803,214,337 +Venezuela,325312,39177027,803,214,337 +Venezuela,325320,16598332,803,214,337 +Venezuela,325411,102355492,803,214,337 +Venezuela,325412,331173339,803,214,337 +Venezuela,325414,42389284,803,214,337 +Venezuela,325510,8535520,803,214,337 +Venezuela,325520,8839914,803,214,337 +Venezuela,325611,8179686,803,214,337 +Venezuela,325612,5133481,803,214,337 +Venezuela,325613,11527710,803,214,337 +Venezuela,325620,61977145,803,214,337 +Venezuela,325910,26280103,803,214,337 +Venezuela,325920,970774,803,214,337 +Venezuela,325992,18619144,803,214,337 +Venezuela,325998,110394302,803,214,337 +Venezuela,326113,10415189,803,214,337 +Venezuela,326121,3859403,803,214,337 +Venezuela,326122,3252638,803,214,337 +Venezuela,326160,557312,803,214,337 +Venezuela,326191,168363,803,214,337 +Venezuela,326192,706324,803,214,337 +Venezuela,326199,48851200,803,214,337 +Venezuela,326211,26241971,803,214,337 +Venezuela,326212,104009,803,214,337 +Venezuela,326220,59101816,803,214,337 +Venezuela,326299,5233926,803,214,337 +Venezuela,327111,255611,803,214,337 +Venezuela,327112,2980531,803,214,337 +Venezuela,327113,214110,803,214,337 +Venezuela,327121,141243,803,214,337 +Venezuela,327122,24391,803,214,337 +Venezuela,327123,104306,803,214,337 +Venezuela,327124,3504263,803,214,337 +Venezuela,327125,6042691,803,214,337 +Venezuela,327211,1609933,803,214,337 +Venezuela,327212,10955827,803,214,337 +Venezuela,327213,389476,803,214,337 +Venezuela,327215,2697191,803,214,337 +Venezuela,327310,77626,803,214,337 +Venezuela,327320,20678,803,214,337 +Venezuela,327331,25358,803,214,337 +Venezuela,327390,2954335,803,214,337 +Venezuela,327410,46182,803,214,337 +Venezuela,327420,339310,803,214,337 +Venezuela,327910,4632279,803,214,337 +Venezuela,327991,272526,803,214,337 +Venezuela,327992,2001857,803,214,337 +Venezuela,327993,2545105,803,214,337 +Venezuela,327999,3869538,803,214,337 +Venezuela,331111,148859176,803,214,337 +Venezuela,331112,1286465,803,214,337 +Venezuela,331222,5348111,803,214,337 +Venezuela,331311,999130,803,214,337 +Venezuela,331312,74075,803,214,337 +Venezuela,331315,3088861,803,214,337 +Venezuela,331316,481908,803,214,337 +Venezuela,331319,1279011,803,214,337 +Venezuela,331411,514488,803,214,337 +Venezuela,331419,2740663,803,214,337 +Venezuela,331421,3527492,803,214,337 +Venezuela,331422,4365291,803,214,337 +Venezuela,331491,1222674,803,214,337 +Venezuela,331492,635072,803,214,337 +Venezuela,331511,9550685,803,214,337 +Venezuela,332115,8356876,803,214,337 +Venezuela,332211,1635478,803,214,337 +Venezuela,332212,13993318,803,214,337 +Venezuela,332213,3527356,803,214,337 +Venezuela,332214,534002,803,214,337 +Venezuela,332311,1768283,803,214,337 +Venezuela,332312,8764130,803,214,337 +Venezuela,332321,266233,803,214,337 +Venezuela,332322,1042505,803,214,337 +Venezuela,332323,754231,803,214,337 +Venezuela,332410,24695349,803,214,337 +Venezuela,332420,6138864,803,214,337 +Venezuela,332439,955482,803,214,337 +Venezuela,332510,4531534,803,214,337 +Venezuela,332611,5963543,803,214,337 +Venezuela,332618,4170207,803,214,337 +Venezuela,332722,8277341,803,214,337 +Venezuela,332911,62665412,803,214,337 +Venezuela,332912,6844419,803,214,337 +Venezuela,332913,1878690,803,214,337 +Venezuela,332919,19804507,803,214,337 +Venezuela,332991,15122113,803,214,337 +Venezuela,332992,3451588,803,214,337 +Venezuela,332994,180205,803,214,337 +Venezuela,332995,392672,803,214,337 +Venezuela,332997,67229,803,214,337 +Venezuela,332998,724182,803,214,337 +Venezuela,332999,31435374,803,214,337 +Venezuela,333111,151491823,803,214,337 +Venezuela,333120,114426633,803,214,337 +Venezuela,333131,24056286,803,214,337 +Venezuela,333132,167221421,803,214,337 +Venezuela,333210,2502391,803,214,337 +Venezuela,333220,14480539,803,214,337 +Venezuela,333291,12587315,803,214,337 +Venezuela,333292,5488886,803,214,337 +Venezuela,333293,26049140,803,214,337 +Venezuela,333294,56360497,803,214,337 +Venezuela,333295,568581,803,214,337 +Venezuela,333298,2814012,803,214,337 +Venezuela,333311,1841674,803,214,337 +Venezuela,333313,28651495,803,214,337 +Venezuela,333314,20907011,803,214,337 +Venezuela,333315,22791862,803,214,337 +Venezuela,333319,27035478,803,214,337 +Venezuela,333411,6804280,803,214,337 +Venezuela,333412,11123019,803,214,337 +Venezuela,333414,4516841,803,214,337 +Venezuela,333415,106387408,803,214,337 +Venezuela,333511,4019089,803,214,337 +Venezuela,333512,9735600,803,214,337 +Venezuela,333513,9905451,803,214,337 +Venezuela,333514,900049,803,214,337 +Venezuela,333515,4629074,803,214,337 +Venezuela,333516,919227,803,214,337 +Venezuela,333611,1388060958,803,214,337 +Venezuela,333612,6710610,803,214,337 +Venezuela,333613,27352160,803,214,337 +Venezuela,333618,57290447,803,214,337 +Venezuela,333911,76676135,803,214,337 +Venezuela,333912,115471384,803,214,337 +Venezuela,333913,4655360,803,214,337 +Venezuela,333921,727726,803,214,337 +Venezuela,333922,5496101,803,214,337 +Venezuela,333923,9625739,803,214,337 +Venezuela,333924,41963053,803,214,337 +Venezuela,333991,8307200,803,214,337 +Venezuela,333992,16366752,803,214,337 +Venezuela,333993,16651875,803,214,337 +Venezuela,333994,7060925,803,214,337 +Venezuela,333995,3849080,803,214,337 +Venezuela,333996,17950725,803,214,337 +Venezuela,333997,9427474,803,214,337 +Venezuela,333999,134543651,803,214,337 +Venezuela,334111,59590988,803,214,337 +Venezuela,334112,9896946,803,214,337 +Venezuela,334119,318010345,803,214,337 +Venezuela,334210,10217980,803,214,337 +Venezuela,334220,620224817,803,214,337 +Venezuela,334290,4950988,803,214,337 +Venezuela,334310,102734883,803,214,337 +Venezuela,334411,2123460,803,214,337 +Venezuela,334412,1203266,803,214,337 +Venezuela,334413,14075333,803,214,337 +Venezuela,334414,8409927,803,214,337 +Venezuela,334415,1073879,803,214,337 +Venezuela,334416,2936902,803,214,337 +Venezuela,334417,12520356,803,214,337 +Venezuela,334418,1755047,803,214,337 +Venezuela,334419,32531936,803,214,337 +Venezuela,334510,129569234,803,214,337 +Venezuela,334511,3129770,803,214,337 +Venezuela,334512,3428749,803,214,337 +Venezuela,334513,50427155,803,214,337 +Venezuela,334514,1432511,803,214,337 +Venezuela,334515,54522115,803,214,337 +Venezuela,334516,31227183,803,214,337 +Venezuela,334517,35307424,803,214,337 +Venezuela,334518,5694501,803,214,337 +Venezuela,334519,21150377,803,214,337 +Venezuela,334612,1268071,803,214,337 +Venezuela,334613,2280383,803,214,337 +Venezuela,335110,3414834,803,214,337 +Venezuela,335121,459040,803,214,337 +Venezuela,335129,6715692,803,214,337 +Venezuela,335211,12487392,803,214,337 +Venezuela,335212,807707,803,214,337 +Venezuela,335221,6735493,803,214,337 +Venezuela,335222,9930269,803,214,337 +Venezuela,335224,22508720,803,214,337 +Venezuela,335228,16615366,803,214,337 +Venezuela,335311,30596683,803,214,337 +Venezuela,335312,245239354,803,214,337 +Venezuela,335313,32196062,803,214,337 +Venezuela,335314,36806518,803,214,337 +Venezuela,335911,8742708,803,214,337 +Venezuela,335912,5819632,803,214,337 +Venezuela,335921,3522862,803,214,337 +Venezuela,335929,47484791,803,214,337 +Venezuela,335931,4515676,803,214,337 +Venezuela,335932,1498921,803,214,337 +Venezuela,335991,7121604,803,214,337 +Venezuela,335999,20686423,803,214,337 +Venezuela,336111,22407108,803,214,337 +Venezuela,336120,47486245,803,214,337 +Venezuela,336211,115952,803,214,337 +Venezuela,336212,1890314,803,214,337 +Venezuela,336213,47500,803,214,337 +Venezuela,336214,1457602,803,214,337 +Venezuela,336311,63415323,803,214,337 +Venezuela,336321,3770690,803,214,337 +Venezuela,336322,29217122,803,214,337 +Venezuela,336330,8113156,803,214,337 +Venezuela,336340,22898711,803,214,337 +Venezuela,336350,43983857,803,214,337 +Venezuela,336360,23244419,803,214,337 +Venezuela,336370,4925796,803,214,337 +Venezuela,336391,2640502,803,214,337 +Venezuela,336399,407113724,803,214,337 +Venezuela,336412,52851927,803,214,337 +Venezuela,336413,1644342,803,214,337 +Venezuela,336415,3780,803,214,337 +Venezuela,336419,38713,803,214,337 +Venezuela,336510,16340722,803,214,337 +Venezuela,336611,3716484,803,214,337 +Venezuela,336612,27298487,803,214,337 +Venezuela,336991,7048045,803,214,337 +Venezuela,337110,72021,803,214,337 +Venezuela,337121,27290,803,214,337 +Venezuela,337124,3102344,803,214,337 +Venezuela,337127,34006735,803,214,337 +Venezuela,337129,43282,803,214,337 +Venezuela,337211,415041,803,214,337 +Venezuela,337214,1346390,803,214,337 +Venezuela,337215,5615898,803,214,337 +Venezuela,337910,1443195,803,214,337 +Venezuela,337920,780765,803,214,337 +Venezuela,339112,145473270,803,214,337 +Venezuela,339113,74651142,803,214,337 +Venezuela,339114,17260537,803,214,337 +Venezuela,339115,11844719,803,214,337 +Venezuela,339911,17287649,803,214,337 +Venezuela,339912,257622,803,214,337 +Venezuela,339913,122489,803,214,337 +Venezuela,339914,7745623,803,214,337 +Venezuela,339920,13933949,803,214,337 +Venezuela,339932,19725085,803,214,337 +Venezuela,339941,1106308,803,214,337 +Venezuela,339942,53865,803,214,337 +Venezuela,339943,336921,803,214,337 +Venezuela,339944,5033240,803,214,337 +Venezuela,339950,524395,803,214,337 +Venezuela,339991,17999485,803,214,337 +Venezuela,339992,6567544,803,214,337 +Venezuela,339993,722224,803,214,337 +Venezuela,339994,870159,803,214,337 +Venezuela,339999,23263627,803,214,337 +Venezuela,511210,3648447,803,214,337 +Venezuela,910000,26444792,803,214,337 +Venezuela,920000,23987480,803,214,337 +Venezuela,990000,230521012,803,214,337 +Vietnam,111110,80085355,808,215,338 +Vietnam,111130,44701,808,215,338 +Vietnam,111140,15743858,808,215,338 +Vietnam,111150,8173530,808,215,338 +Vietnam,111199,88246,808,215,338 +Vietnam,111211,99376,808,215,338 +Vietnam,111219,513625,808,215,338 +Vietnam,111310,615291,808,215,338 +Vietnam,111331,11891586,808,215,338 +Vietnam,111332,17712347,808,215,338 +Vietnam,111335,41768876,808,215,338 +Vietnam,111339,1145899,808,215,338 +Vietnam,111411,14400,808,215,338 +Vietnam,111421,41066,808,215,338 +Vietnam,111422,40342,808,215,338 +Vietnam,111910,6180974,808,215,338 +Vietnam,111920,248787547,808,215,338 +Vietnam,111940,3687617,808,215,338 +Vietnam,111998,541004,808,215,338 +Vietnam,112111,656253,808,215,338 +Vietnam,112210,80875,808,215,338 +Vietnam,112310,1821369,808,215,338 +Vietnam,112910,1128810,808,215,338 +Vietnam,112920,28777,808,215,338 +Vietnam,112930,37445,808,215,338 +Vietnam,112990,195000,808,215,338 +Vietnam,113210,1301723,808,215,338 +Vietnam,113310,43097729,808,215,338 +Vietnam,114111,8182674,808,215,338 +Vietnam,114112,9901332,808,215,338 +Vietnam,114119,190850,808,215,338 +Vietnam,211112,626868,808,215,338 +Vietnam,212112,14540,808,215,338 +Vietnam,212113,2718,808,215,338 +Vietnam,212234,342200,808,215,338 +Vietnam,212291,106531,808,215,338 +Vietnam,212299,3087035,808,215,338 +Vietnam,212319,10108,808,215,338 +Vietnam,212322,7623,808,215,338 +Vietnam,212324,570058,808,215,338 +Vietnam,212325,476037,808,215,338 +Vietnam,212391,11434,808,215,338 +Vietnam,212393,32996,808,215,338 +Vietnam,212399,1169830,808,215,338 +Vietnam,311111,98941,808,215,338 +Vietnam,311119,49323977,808,215,338 +Vietnam,311211,604974,808,215,338 +Vietnam,311221,29709605,808,215,338 +Vietnam,311222,146128795,808,215,338 +Vietnam,311223,3133253,808,215,338 +Vietnam,311225,333947,808,215,338 +Vietnam,311230,362134,808,215,338 +Vietnam,311311,4157511,808,215,338 +Vietnam,311320,1823939,808,215,338 +Vietnam,311340,14581,808,215,338 +Vietnam,311411,3066640,808,215,338 +Vietnam,311421,4544359,808,215,338 +Vietnam,311422,214219,808,215,338 +Vietnam,311423,3913053,808,215,338 +Vietnam,311511,6181649,808,215,338 +Vietnam,311512,15374,808,215,338 +Vietnam,311513,315642,808,215,338 +Vietnam,311514,151185402,808,215,338 +Vietnam,311520,44768,808,215,338 +Vietnam,311611,241492423,808,215,338 +Vietnam,311613,9223645,808,215,338 +Vietnam,311615,89707437,808,215,338 +Vietnam,311711,2193750,808,215,338 +Vietnam,311811,2393677,808,215,338 +Vietnam,311822,1489663,808,215,338 +Vietnam,311823,17620,808,215,338 +Vietnam,311911,731597,808,215,338 +Vietnam,311919,592997,808,215,338 +Vietnam,311920,916161,808,215,338 +Vietnam,311930,5760574,808,215,338 +Vietnam,311941,501439,808,215,338 +Vietnam,311942,449719,808,215,338 +Vietnam,311999,14521089,808,215,338 +Vietnam,312111,600916,808,215,338 +Vietnam,312112,10972,808,215,338 +Vietnam,312113,16497,808,215,338 +Vietnam,312120,81650922,808,215,338 +Vietnam,312130,12080898,808,215,338 +Vietnam,312140,13154171,808,215,338 +Vietnam,312221,487520,808,215,338 +Vietnam,313111,405179,808,215,338 +Vietnam,313113,198303,808,215,338 +Vietnam,313210,3877044,808,215,338 +Vietnam,313221,1111665,808,215,338 +Vietnam,313230,3209610,808,215,338 +Vietnam,313249,4113178,808,215,338 +Vietnam,313312,88554,808,215,338 +Vietnam,313320,5826791,808,215,338 +Vietnam,314110,980723,808,215,338 +Vietnam,314121,27912,808,215,338 +Vietnam,314129,218391,808,215,338 +Vietnam,314911,16621,808,215,338 +Vietnam,314912,107425,808,215,338 +Vietnam,314991,162738,808,215,338 +Vietnam,314992,102724,808,215,338 +Vietnam,314999,2928406,808,215,338 +Vietnam,315111,2636,808,215,338 +Vietnam,315222,19280,808,215,338 +Vietnam,315223,418641,808,215,338 +Vietnam,315224,45865,808,215,338 +Vietnam,315228,21520,808,215,338 +Vietnam,315231,9735,808,215,338 +Vietnam,315232,134376,808,215,338 +Vietnam,315233,82364,808,215,338 +Vietnam,315234,16321,808,215,338 +Vietnam,315239,307670,808,215,338 +Vietnam,315291,3000,808,215,338 +Vietnam,315292,120036,808,215,338 +Vietnam,315991,4633,808,215,338 +Vietnam,315992,88897,808,215,338 +Vietnam,315999,211725,808,215,338 +Vietnam,316110,43625919,808,215,338 +Vietnam,316211,12038,808,215,338 +Vietnam,316213,28428,808,215,338 +Vietnam,316214,18056,808,215,338 +Vietnam,316219,145642,808,215,338 +Vietnam,316991,212332,808,215,338 +Vietnam,316992,92781,808,215,338 +Vietnam,316993,5000,808,215,338 +Vietnam,316999,47048751,808,215,338 +Vietnam,321113,108215001,808,215,338 +Vietnam,321114,767602,808,215,338 +Vietnam,321211,2822898,808,215,338 +Vietnam,321212,371198,808,215,338 +Vietnam,321213,177668,808,215,338 +Vietnam,321911,60284,808,215,338 +Vietnam,321918,330811,808,215,338 +Vietnam,321920,26241,808,215,338 +Vietnam,321991,4500,808,215,338 +Vietnam,321992,13290,808,215,338 +Vietnam,321999,422155,808,215,338 +Vietnam,322110,32389658,808,215,338 +Vietnam,322121,3581759,808,215,338 +Vietnam,322122,48091,808,215,338 +Vietnam,322130,5509678,808,215,338 +Vietnam,322211,3697922,808,215,338 +Vietnam,322212,12600,808,215,338 +Vietnam,322214,5350,808,215,338 +Vietnam,322215,241782,808,215,338 +Vietnam,322222,3244366,808,215,338 +Vietnam,322223,965092,808,215,338 +Vietnam,322232,23738,808,215,338 +Vietnam,322291,106702,808,215,338 +Vietnam,322299,1282585,808,215,338 +Vietnam,323117,3224189,808,215,338 +Vietnam,323118,186214,808,215,338 +Vietnam,323119,1977871,808,215,338 +Vietnam,323122,151560,808,215,338 +Vietnam,324110,8617188,808,215,338 +Vietnam,324121,48567,808,215,338 +Vietnam,324122,238722,808,215,338 +Vietnam,325110,25014,808,215,338 +Vietnam,325120,205717,808,215,338 +Vietnam,325131,4291226,808,215,338 +Vietnam,325132,1729242,808,215,338 +Vietnam,325181,5728244,808,215,338 +Vietnam,325182,321686,808,215,338 +Vietnam,325188,18979301,808,215,338 +Vietnam,325191,1529307,808,215,338 +Vietnam,325192,276615,808,215,338 +Vietnam,325199,40335534,808,215,338 +Vietnam,325211,99600103,808,215,338 +Vietnam,325212,16905673,808,215,338 +Vietnam,325221,13330371,808,215,338 +Vietnam,325222,2361618,808,215,338 +Vietnam,325311,1009176,808,215,338 +Vietnam,325312,39872871,808,215,338 +Vietnam,325320,3718535,808,215,338 +Vietnam,325411,13576116,808,215,338 +Vietnam,325412,19025711,808,215,338 +Vietnam,325414,7828319,808,215,338 +Vietnam,325510,2443435,808,215,338 +Vietnam,325520,2718977,808,215,338 +Vietnam,325611,7135141,808,215,338 +Vietnam,325612,1968845,808,215,338 +Vietnam,325613,10579502,808,215,338 +Vietnam,325620,6740176,808,215,338 +Vietnam,325910,1908669,808,215,338 +Vietnam,325920,1606386,808,215,338 +Vietnam,325992,6720815,808,215,338 +Vietnam,325998,8680006,808,215,338 +Vietnam,326113,7909717,808,215,338 +Vietnam,326121,2826892,808,215,338 +Vietnam,326122,527953,808,215,338 +Vietnam,326160,3658041,808,215,338 +Vietnam,326192,153461,808,215,338 +Vietnam,326199,14848642,808,215,338 +Vietnam,326211,1551290,808,215,338 +Vietnam,326212,3311760,808,215,338 +Vietnam,326220,1741893,808,215,338 +Vietnam,326299,6271071,808,215,338 +Vietnam,327111,13720,808,215,338 +Vietnam,327112,194644,808,215,338 +Vietnam,327113,9656761,808,215,338 +Vietnam,327124,124225,808,215,338 +Vietnam,327125,132195,808,215,338 +Vietnam,327211,256466,808,215,338 +Vietnam,327212,2100826,808,215,338 +Vietnam,327213,18443,808,215,338 +Vietnam,327215,7103717,808,215,338 +Vietnam,327310,9060,808,215,338 +Vietnam,327331,218603,808,215,338 +Vietnam,327420,207605,808,215,338 +Vietnam,327910,1122545,808,215,338 +Vietnam,327991,65385,808,215,338 +Vietnam,327992,847936,808,215,338 +Vietnam,327993,1152676,808,215,338 +Vietnam,327999,137254,808,215,338 +Vietnam,331111,45581179,808,215,338 +Vietnam,331112,5865,808,215,338 +Vietnam,331222,783950,808,215,338 +Vietnam,331311,300383,808,215,338 +Vietnam,331312,311000,808,215,338 +Vietnam,331315,525044,808,215,338 +Vietnam,331316,162425,808,215,338 +Vietnam,331319,3753594,808,215,338 +Vietnam,331411,765314,808,215,338 +Vietnam,331419,5575257,808,215,338 +Vietnam,331421,1243320,808,215,338 +Vietnam,331422,1283789,808,215,338 +Vietnam,331491,5091847,808,215,338 +Vietnam,331492,304761,808,215,338 +Vietnam,331511,3697259,808,215,338 +Vietnam,332115,120979,808,215,338 +Vietnam,332211,133009,808,215,338 +Vietnam,332212,2345479,808,215,338 +Vietnam,332213,615257,808,215,338 +Vietnam,332311,1979873,808,215,338 +Vietnam,332312,1647818,808,215,338 +Vietnam,332321,228032,808,215,338 +Vietnam,332322,1987449,808,215,338 +Vietnam,332410,596301,808,215,338 +Vietnam,332420,13121101,808,215,338 +Vietnam,332439,139588,808,215,338 +Vietnam,332510,1470935,808,215,338 +Vietnam,332611,46228,808,215,338 +Vietnam,332618,630542,808,215,338 +Vietnam,332722,1146388,808,215,338 +Vietnam,332911,9441680,808,215,338 +Vietnam,332912,1472596,808,215,338 +Vietnam,332913,141240,808,215,338 +Vietnam,332919,1375515,808,215,338 +Vietnam,332991,460395,808,215,338 +Vietnam,332992,24084,808,215,338 +Vietnam,332994,28642,808,215,338 +Vietnam,332997,4000,808,215,338 +Vietnam,332998,105310,808,215,338 +Vietnam,332999,8225197,808,215,338 +Vietnam,333111,11591188,808,215,338 +Vietnam,333120,54032949,808,215,338 +Vietnam,333131,10105697,808,215,338 +Vietnam,333132,49589536,808,215,338 +Vietnam,333210,337863,808,215,338 +Vietnam,333220,7193412,808,215,338 +Vietnam,333291,635485,808,215,338 +Vietnam,333292,14983192,808,215,338 +Vietnam,333293,15710862,808,215,338 +Vietnam,333294,3937314,808,215,338 +Vietnam,333295,1207122,808,215,338 +Vietnam,333298,3352450,808,215,338 +Vietnam,333311,135054,808,215,338 +Vietnam,333313,6193633,808,215,338 +Vietnam,333314,4065681,808,215,338 +Vietnam,333315,3974724,808,215,338 +Vietnam,333319,3054268,808,215,338 +Vietnam,333411,405238,808,215,338 +Vietnam,333412,435321,808,215,338 +Vietnam,333414,808556,808,215,338 +Vietnam,333415,8202974,808,215,338 +Vietnam,333511,75932,808,215,338 +Vietnam,333512,10338263,808,215,338 +Vietnam,333513,18725546,808,215,338 +Vietnam,333514,831721,808,215,338 +Vietnam,333515,504687,808,215,338 +Vietnam,333516,1600450,808,215,338 +Vietnam,333611,11297078,808,215,338 +Vietnam,333612,1480363,808,215,338 +Vietnam,333613,647870,808,215,338 +Vietnam,333618,6311368,808,215,338 +Vietnam,333911,6500331,808,215,338 +Vietnam,333912,5191413,808,215,338 +Vietnam,333913,513142,808,215,338 +Vietnam,333921,355425,808,215,338 +Vietnam,333922,5524191,808,215,338 +Vietnam,333923,914143,808,215,338 +Vietnam,333924,15589992,808,215,338 +Vietnam,333991,2369266,808,215,338 +Vietnam,333992,2235942,808,215,338 +Vietnam,333993,4505141,808,215,338 +Vietnam,333994,2085033,808,215,338 +Vietnam,333995,314222,808,215,338 +Vietnam,333996,3269044,808,215,338 +Vietnam,333997,235002,808,215,338 +Vietnam,333999,27635237,808,215,338 +Vietnam,334111,56300803,808,215,338 +Vietnam,334112,40264049,808,215,338 +Vietnam,334119,38217264,808,215,338 +Vietnam,334210,1125939,808,215,338 +Vietnam,334220,20615780,808,215,338 +Vietnam,334290,2339284,808,215,338 +Vietnam,334310,11748777,808,215,338 +Vietnam,334411,293680,808,215,338 +Vietnam,334412,2482450,808,215,338 +Vietnam,334413,86739877,808,215,338 +Vietnam,334414,3281671,808,215,338 +Vietnam,334415,906034,808,215,338 +Vietnam,334416,3106624,808,215,338 +Vietnam,334417,5293361,808,215,338 +Vietnam,334418,104802,808,215,338 +Vietnam,334419,2342834,808,215,338 +Vietnam,334510,16872733,808,215,338 +Vietnam,334511,2264446,808,215,338 +Vietnam,334512,145336,808,215,338 +Vietnam,334513,6541749,808,215,338 +Vietnam,334514,581257,808,215,338 +Vietnam,334515,13406369,808,215,338 +Vietnam,334516,16899615,808,215,338 +Vietnam,334517,7544685,808,215,338 +Vietnam,334518,588232,808,215,338 +Vietnam,334519,15010246,808,215,338 +Vietnam,334612,152140,808,215,338 +Vietnam,334613,127678,808,215,338 +Vietnam,335110,206193,808,215,338 +Vietnam,335121,16317,808,215,338 +Vietnam,335129,959531,808,215,338 +Vietnam,335211,933895,808,215,338 +Vietnam,335212,115433,808,215,338 +Vietnam,335221,134015,808,215,338 +Vietnam,335222,379379,808,215,338 +Vietnam,335224,1567132,808,215,338 +Vietnam,335228,897941,808,215,338 +Vietnam,335311,306661,808,215,338 +Vietnam,335312,8220561,808,215,338 +Vietnam,335313,1349612,808,215,338 +Vietnam,335314,3216983,808,215,338 +Vietnam,335911,994642,808,215,338 +Vietnam,335912,142478,808,215,338 +Vietnam,335921,886657,808,215,338 +Vietnam,335929,4376617,808,215,338 +Vietnam,335931,960029,808,215,338 +Vietnam,335932,19824,808,215,338 +Vietnam,335991,6398094,808,215,338 +Vietnam,335999,2262614,808,215,338 +Vietnam,336111,256986974,808,215,338 +Vietnam,336120,25765438,808,215,338 +Vietnam,336211,10000,808,215,338 +Vietnam,336212,610725,808,215,338 +Vietnam,336213,203588,808,215,338 +Vietnam,336214,1501671,808,215,338 +Vietnam,336311,707576,808,215,338 +Vietnam,336321,390224,808,215,338 +Vietnam,336322,1960566,808,215,338 +Vietnam,336330,20214,808,215,338 +Vietnam,336340,195906,808,215,338 +Vietnam,336350,1363492,808,215,338 +Vietnam,336360,211377,808,215,338 +Vietnam,336391,47500,808,215,338 +Vietnam,336399,4452964,808,215,338 +Vietnam,336412,170288,808,215,338 +Vietnam,336413,26548,808,215,338 +Vietnam,336419,30000,808,215,338 +Vietnam,336510,121417,808,215,338 +Vietnam,336611,997579,808,215,338 +Vietnam,336612,512537,808,215,338 +Vietnam,336991,3252109,808,215,338 +Vietnam,337110,4334,808,215,338 +Vietnam,337124,86815,808,215,338 +Vietnam,337127,2535455,808,215,338 +Vietnam,337211,93128,808,215,338 +Vietnam,337214,284734,808,215,338 +Vietnam,337215,670675,808,215,338 +Vietnam,337910,42478,808,215,338 +Vietnam,339112,8764457,808,215,338 +Vietnam,339113,12753821,808,215,338 +Vietnam,339114,6860638,808,215,338 +Vietnam,339115,374007,808,215,338 +Vietnam,339911,5249839,808,215,338 +Vietnam,339912,88590,808,215,338 +Vietnam,339913,2226804,808,215,338 +Vietnam,339914,1982426,808,215,338 +Vietnam,339920,2812418,808,215,338 +Vietnam,339932,1350940,808,215,338 +Vietnam,339941,192614,808,215,338 +Vietnam,339942,305994,808,215,338 +Vietnam,339944,337047,808,215,338 +Vietnam,339950,10179,808,215,338 +Vietnam,339991,2894059,808,215,338 +Vietnam,339992,342705,808,215,338 +Vietnam,339993,1340481,808,215,338 +Vietnam,339994,239766,808,215,338 +Vietnam,339999,9115151,808,215,338 +Vietnam,511210,454830,808,215,338 +Vietnam,910000,281090949,808,215,338 +Vietnam,920000,17653946,808,215,338 +Vietnam,990000,65950293,808,215,338 +Yemen,111130,1433064,806,216,339 +Yemen,111140,100903144,806,216,339 +Yemen,111219,2110828,806,216,339 +Yemen,111331,113926,806,216,339 +Yemen,111339,220083,806,216,339 +Yemen,112910,1999736,806,216,339 +Yemen,113310,26652,806,216,339 +Yemen,114111,29400,806,216,339 +Yemen,211112,22720,806,216,339 +Yemen,212393,15705,806,216,339 +Yemen,311119,15300,806,216,339 +Yemen,311211,2280611,806,216,339 +Yemen,311212,5993876,806,216,339 +Yemen,311222,2940,806,216,339 +Yemen,311223,812301,806,216,339 +Yemen,311230,24981,806,216,339 +Yemen,311311,52663,806,216,339 +Yemen,311320,3500,806,216,339 +Yemen,311411,6554,806,216,339 +Yemen,311421,29789,806,216,339 +Yemen,311512,344940,806,216,339 +Yemen,311513,167028,806,216,339 +Yemen,311514,3911471,806,216,339 +Yemen,311611,40000,806,216,339 +Yemen,311811,14512,806,216,339 +Yemen,311822,76000,806,216,339 +Yemen,311911,135031,806,216,339 +Yemen,311920,30341,806,216,339 +Yemen,311930,20334,806,216,339 +Yemen,311941,105088,806,216,339 +Yemen,311942,138876,806,216,339 +Yemen,311999,417176,806,216,339 +Yemen,312113,3761,806,216,339 +Yemen,313210,40238,806,216,339 +Yemen,313221,14532,806,216,339 +Yemen,313230,10113,806,216,339 +Yemen,313320,99496,806,216,339 +Yemen,314129,26000,806,216,339 +Yemen,314912,32300,806,216,339 +Yemen,314991,4590,806,216,339 +Yemen,314999,284821,806,216,339 +Yemen,315223,18000,806,216,339 +Yemen,315224,81600,806,216,339 +Yemen,315228,51420,806,216,339 +Yemen,315239,26360,806,216,339 +Yemen,315991,7200,806,216,339 +Yemen,315992,2962,806,216,339 +Yemen,315999,16162,806,216,339 +Yemen,316213,101456,806,216,339 +Yemen,316991,118470,806,216,339 +Yemen,321113,60455,806,216,339 +Yemen,321213,1673332,806,216,339 +Yemen,321999,3500,806,216,339 +Yemen,322110,89814,806,216,339 +Yemen,322121,1190409,806,216,339 +Yemen,322122,151865,806,216,339 +Yemen,322130,5755925,806,216,339 +Yemen,322215,72184,806,216,339 +Yemen,322222,101046,806,216,339 +Yemen,322223,31716,806,216,339 +Yemen,322291,27213,806,216,339 +Yemen,322299,3285,806,216,339 +Yemen,323117,47362,806,216,339 +Yemen,323119,11328,806,216,339 +Yemen,324110,1084686,806,216,339 +Yemen,324122,3452,806,216,339 +Yemen,325110,40580,806,216,339 +Yemen,325131,40980,806,216,339 +Yemen,325188,222047,806,216,339 +Yemen,325191,58000,806,216,339 +Yemen,325193,6225,806,216,339 +Yemen,325199,1512483,806,216,339 +Yemen,325211,3122658,806,216,339 +Yemen,325212,196297,806,216,339 +Yemen,325411,69373,806,216,339 +Yemen,325412,626227,806,216,339 +Yemen,325414,5057510,806,216,339 +Yemen,325510,592405,806,216,339 +Yemen,325520,3753297,806,216,339 +Yemen,325611,153488,806,216,339 +Yemen,325612,122853,806,216,339 +Yemen,325613,1970744,806,216,339 +Yemen,325620,1507072,806,216,339 +Yemen,325920,542431,806,216,339 +Yemen,325992,33541,806,216,339 +Yemen,325998,487833,806,216,339 +Yemen,326113,344038,806,216,339 +Yemen,326122,530469,806,216,339 +Yemen,326199,343594,806,216,339 +Yemen,326211,93157,806,216,339 +Yemen,326220,203292,806,216,339 +Yemen,326299,37576,806,216,339 +Yemen,327111,28233,806,216,339 +Yemen,327112,21668,806,216,339 +Yemen,327121,6500,806,216,339 +Yemen,327124,390000,806,216,339 +Yemen,327211,183410,806,216,339 +Yemen,327212,29219,806,216,339 +Yemen,327213,7723,806,216,339 +Yemen,327215,7743,806,216,339 +Yemen,327390,30471,806,216,339 +Yemen,327420,12035,806,216,339 +Yemen,327910,25870,806,216,339 +Yemen,327992,14043,806,216,339 +Yemen,327993,95486,806,216,339 +Yemen,327999,101232,806,216,339 +Yemen,331111,629867,806,216,339 +Yemen,331312,5862,806,216,339 +Yemen,331314,2834,806,216,339 +Yemen,331319,429313,806,216,339 +Yemen,331411,14125,806,216,339 +Yemen,331422,38084,806,216,339 +Yemen,331491,10764,806,216,339 +Yemen,331511,179769,806,216,339 +Yemen,332212,245114,806,216,339 +Yemen,332311,310700,806,216,339 +Yemen,332312,261875,806,216,339 +Yemen,332321,325248,806,216,339 +Yemen,332322,2614,806,216,339 +Yemen,332323,62807,806,216,339 +Yemen,332410,358109,806,216,339 +Yemen,332420,237951,806,216,339 +Yemen,332439,12846,806,216,339 +Yemen,332510,191335,806,216,339 +Yemen,332611,5810,806,216,339 +Yemen,332618,49385,806,216,339 +Yemen,332722,71839,806,216,339 +Yemen,332911,3329928,806,216,339 +Yemen,332912,105687,806,216,339 +Yemen,332919,530579,806,216,339 +Yemen,332991,89524,806,216,339 +Yemen,332992,643774,806,216,339 +Yemen,332994,602716,806,216,339 +Yemen,332995,897100,806,216,339 +Yemen,332998,348596,806,216,339 +Yemen,332999,540003,806,216,339 +Yemen,333111,235477,806,216,339 +Yemen,333120,1750858,806,216,339 +Yemen,333131,1591139,806,216,339 +Yemen,333132,16302592,806,216,339 +Yemen,333291,4570,806,216,339 +Yemen,333293,2745253,806,216,339 +Yemen,333294,224621,806,216,339 +Yemen,333298,13043,806,216,339 +Yemen,333313,87776,806,216,339 +Yemen,333314,226746,806,216,339 +Yemen,333315,75946,806,216,339 +Yemen,333319,239192,806,216,339 +Yemen,333411,31831,806,216,339 +Yemen,333412,231902,806,216,339 +Yemen,333414,1098683,806,216,339 +Yemen,333415,599531,806,216,339 +Yemen,333512,6213,806,216,339 +Yemen,333513,43058,806,216,339 +Yemen,333514,27025,806,216,339 +Yemen,333515,30935,806,216,339 +Yemen,333611,15077249,806,216,339 +Yemen,333612,146077,806,216,339 +Yemen,333613,140167,806,216,339 +Yemen,333618,2403285,806,216,339 +Yemen,333911,3464831,806,216,339 +Yemen,333912,1456022,806,216,339 +Yemen,333913,486031,806,216,339 +Yemen,333921,82952,806,216,339 +Yemen,333922,409408,806,216,339 +Yemen,333923,6885,806,216,339 +Yemen,333924,391280,806,216,339 +Yemen,333991,34137,806,216,339 +Yemen,333992,664185,806,216,339 +Yemen,333993,11398,806,216,339 +Yemen,333994,354427,806,216,339 +Yemen,333995,79422,806,216,339 +Yemen,333996,107834,806,216,339 +Yemen,333997,50383,806,216,339 +Yemen,333999,3774329,806,216,339 +Yemen,334111,498038,806,216,339 +Yemen,334112,2544,806,216,339 +Yemen,334119,368195,806,216,339 +Yemen,334210,57100,806,216,339 +Yemen,334220,2406959,806,216,339 +Yemen,334290,609527,806,216,339 +Yemen,334310,134642,806,216,339 +Yemen,334412,12726,806,216,339 +Yemen,334413,235295,806,216,339 +Yemen,334414,53527,806,216,339 +Yemen,334416,59495,806,216,339 +Yemen,334417,317692,806,216,339 +Yemen,334418,13975,806,216,339 +Yemen,334419,653719,806,216,339 +Yemen,334510,772455,806,216,339 +Yemen,334511,109370,806,216,339 +Yemen,334512,147620,806,216,339 +Yemen,334513,1525913,806,216,339 +Yemen,334514,387656,806,216,339 +Yemen,334515,849058,806,216,339 +Yemen,334516,1660031,806,216,339 +Yemen,334517,818578,806,216,339 +Yemen,334519,2485240,806,216,339 +Yemen,334612,18760,806,216,339 +Yemen,334613,6750,806,216,339 +Yemen,335110,100313,806,216,339 +Yemen,335121,4000,806,216,339 +Yemen,335129,67837,806,216,339 +Yemen,335211,56076,806,216,339 +Yemen,335222,70391,806,216,339 +Yemen,335224,84185,806,216,339 +Yemen,335228,35959863,806,216,339 +Yemen,335311,95099,806,216,339 +Yemen,335312,5391418,806,216,339 +Yemen,335313,175385,806,216,339 +Yemen,335314,7151517,806,216,339 +Yemen,335911,52752,806,216,339 +Yemen,335912,12220,806,216,339 +Yemen,335921,6906,806,216,339 +Yemen,335929,733039,806,216,339 +Yemen,335931,65931,806,216,339 +Yemen,335932,183727,806,216,339 +Yemen,335999,803333,806,216,339 +Yemen,336111,94202549,806,216,339 +Yemen,336120,1557252,806,216,339 +Yemen,336211,5000,806,216,339 +Yemen,336214,13120,806,216,339 +Yemen,336311,130195,806,216,339 +Yemen,336321,157604,806,216,339 +Yemen,336322,389123,806,216,339 +Yemen,336330,21850,806,216,339 +Yemen,336340,92169,806,216,339 +Yemen,336350,193843,806,216,339 +Yemen,336370,4000,806,216,339 +Yemen,336399,2217450,806,216,339 +Yemen,336412,2421102,806,216,339 +Yemen,336413,281164,806,216,339 +Yemen,336510,496890,806,216,339 +Yemen,336611,472098,806,216,339 +Yemen,336612,35233,806,216,339 +Yemen,336991,66224,806,216,339 +Yemen,337124,30500,806,216,339 +Yemen,337127,215867,806,216,339 +Yemen,337211,10862,806,216,339 +Yemen,337215,70211,806,216,339 +Yemen,339112,667267,806,216,339 +Yemen,339113,377624,806,216,339 +Yemen,339114,344363,806,216,339 +Yemen,339115,40141,806,216,339 +Yemen,339911,7056,806,216,339 +Yemen,339920,373823,806,216,339 +Yemen,339932,13670,806,216,339 +Yemen,339942,3126,806,216,339 +Yemen,339991,483728,806,216,339 +Yemen,339993,8478,806,216,339 +Yemen,339994,2938,806,216,339 +Yemen,339999,118842,806,216,339 +Yemen,511210,7975,806,216,339 +Yemen,920000,504760,806,216,339 +Yemen,990000,2569878,806,216,339 +Zambia,111130,137141,805,217,340 +Zambia,111910,43110,805,217,340 +Zambia,112111,18899,805,217,340 +Zambia,311119,7895,805,217,340 +Zambia,311611,14754,805,217,340 +Zambia,311930,4569,805,217,340 +Zambia,311999,195810,805,217,340 +Zambia,313221,4500,805,217,340 +Zambia,314129,9531,805,217,340 +Zambia,314912,33021,805,217,340 +Zambia,314991,6768,805,217,340 +Zambia,314999,3065,805,217,340 +Zambia,315111,3500,805,217,340 +Zambia,315221,12332,805,217,340 +Zambia,315222,36237,805,217,340 +Zambia,315228,11424,805,217,340 +Zambia,315292,7635,805,217,340 +Zambia,315999,30000,805,217,340 +Zambia,316219,12000,805,217,340 +Zambia,321999,3288,805,217,340 +Zambia,322222,10166,805,217,340 +Zambia,322223,41880,805,217,340 +Zambia,323117,104267,805,217,340 +Zambia,323119,109325,805,217,340 +Zambia,324110,5539,805,217,340 +Zambia,324121,147081,805,217,340 +Zambia,324122,6549,805,217,340 +Zambia,325120,12518,805,217,340 +Zambia,325131,14563,805,217,340 +Zambia,325188,7045,805,217,340 +Zambia,325199,4221177,805,217,340 +Zambia,325211,52917,805,217,340 +Zambia,325312,807430,805,217,340 +Zambia,325320,7000,805,217,340 +Zambia,325411,416618,805,217,340 +Zambia,325412,342908,805,217,340 +Zambia,325414,79464,805,217,340 +Zambia,325520,37223,805,217,340 +Zambia,325612,5625,805,217,340 +Zambia,325613,18488,805,217,340 +Zambia,325620,102124,805,217,340 +Zambia,325910,230812,805,217,340 +Zambia,325992,10000,805,217,340 +Zambia,325998,127975,805,217,340 +Zambia,326113,3242,805,217,340 +Zambia,326121,3305,805,217,340 +Zambia,326122,186934,805,217,340 +Zambia,326199,869822,805,217,340 +Zambia,326211,4630072,805,217,340 +Zambia,326220,16752,805,217,340 +Zambia,326299,67032,805,217,340 +Zambia,327112,4000,805,217,340 +Zambia,327212,3902,805,217,340 +Zambia,327310,12918,805,217,340 +Zambia,327992,27937,805,217,340 +Zambia,331111,3318,805,217,340 +Zambia,331315,8834,805,217,340 +Zambia,331319,54052,805,217,340 +Zambia,331491,4906,805,217,340 +Zambia,332115,23578,805,217,340 +Zambia,332212,59294,805,217,340 +Zambia,332213,5416,805,217,340 +Zambia,332311,203909,805,217,340 +Zambia,332312,53889,805,217,340 +Zambia,332410,16735,805,217,340 +Zambia,332618,44676,805,217,340 +Zambia,332722,109492,805,217,340 +Zambia,332911,548696,805,217,340 +Zambia,332912,2711,805,217,340 +Zambia,332919,49417,805,217,340 +Zambia,332991,78837,805,217,340 +Zambia,332994,54258,805,217,340 +Zambia,332999,11209,805,217,340 +Zambia,333111,2370173,805,217,340 +Zambia,333120,12683752,805,217,340 +Zambia,333131,1810767,805,217,340 +Zambia,333132,330066,805,217,340 +Zambia,333220,20247,805,217,340 +Zambia,333291,3328,805,217,340 +Zambia,333292,140019,805,217,340 +Zambia,333293,9280,805,217,340 +Zambia,333294,80228,805,217,340 +Zambia,333298,7003,805,217,340 +Zambia,333313,244243,805,217,340 +Zambia,333314,43450,805,217,340 +Zambia,333315,44783,805,217,340 +Zambia,333411,380395,805,217,340 +Zambia,333414,32191,805,217,340 +Zambia,333415,258695,805,217,340 +Zambia,333513,6125,805,217,340 +Zambia,333514,22988,805,217,340 +Zambia,333515,14213,805,217,340 +Zambia,333611,10575,805,217,340 +Zambia,333612,223508,805,217,340 +Zambia,333613,110258,805,217,340 +Zambia,333618,422348,805,217,340 +Zambia,333911,296595,805,217,340 +Zambia,333912,349966,805,217,340 +Zambia,333913,3950,805,217,340 +Zambia,333923,20538,805,217,340 +Zambia,333924,501398,805,217,340 +Zambia,333991,33484,805,217,340 +Zambia,333992,82729,805,217,340 +Zambia,333993,197748,805,217,340 +Zambia,333994,2760,805,217,340 +Zambia,333995,151393,805,217,340 +Zambia,333996,383187,805,217,340 +Zambia,333997,37512,805,217,340 +Zambia,333999,756307,805,217,340 +Zambia,334111,1750935,805,217,340 +Zambia,334112,10693,805,217,340 +Zambia,334119,1552903,805,217,340 +Zambia,334210,161099,805,217,340 +Zambia,334220,962228,805,217,340 +Zambia,334310,146136,805,217,340 +Zambia,334411,8200,805,217,340 +Zambia,334412,18122,805,217,340 +Zambia,334413,119617,805,217,340 +Zambia,334414,3134,805,217,340 +Zambia,334416,16455,805,217,340 +Zambia,334417,9550,805,217,340 +Zambia,334418,328214,805,217,340 +Zambia,334419,218668,805,217,340 +Zambia,334510,59819,805,217,340 +Zambia,334511,75579,805,217,340 +Zambia,334513,251011,805,217,340 +Zambia,334514,26913,805,217,340 +Zambia,334515,2411566,805,217,340 +Zambia,334516,305517,805,217,340 +Zambia,334517,13500,805,217,340 +Zambia,334519,196781,805,217,340 +Zambia,334612,5000,805,217,340 +Zambia,335222,59601,805,217,340 +Zambia,335312,80855,805,217,340 +Zambia,335314,41130,805,217,340 +Zambia,335911,9524,805,217,340 +Zambia,335912,6340,805,217,340 +Zambia,335929,6280,805,217,340 +Zambia,335931,353861,805,217,340 +Zambia,335991,2532,805,217,340 +Zambia,335999,11364,805,217,340 +Zambia,336111,727270,805,217,340 +Zambia,336120,951000,805,217,340 +Zambia,336212,7000,805,217,340 +Zambia,336214,6560,805,217,340 +Zambia,336311,26203,805,217,340 +Zambia,336321,4088,805,217,340 +Zambia,336322,12189,805,217,340 +Zambia,336340,183450,805,217,340 +Zambia,336350,50400,805,217,340 +Zambia,336399,778318,805,217,340 +Zambia,336510,6648,805,217,340 +Zambia,336612,36427,805,217,340 +Zambia,336991,3250,805,217,340 +Zambia,337124,15651,805,217,340 +Zambia,339112,236517,805,217,340 +Zambia,339113,250236,805,217,340 +Zambia,339114,2843,805,217,340 +Zambia,339911,158464,805,217,340 +Zambia,339920,43914,805,217,340 +Zambia,339943,6317,805,217,340 +Zambia,339991,308289,805,217,340 +Zambia,339999,107322,805,217,340 +Zambia,511210,49266,805,217,340 +Zambia,910000,37146,805,217,340 +Zambia,920000,1071889,805,217,340 +Zambia,990000,4953569,805,217,340 +Zimbabwe,111130,1166774,805,218,341 +Zimbabwe,111150,13420,805,218,341 +Zimbabwe,111199,487445,805,218,341 +Zimbabwe,111219,5368,805,218,341 +Zimbabwe,112111,37971,805,218,341 +Zimbabwe,113210,3367,805,218,341 +Zimbabwe,311211,2828219,805,218,341 +Zimbabwe,311223,578721,805,218,341 +Zimbabwe,311230,28769,805,218,341 +Zimbabwe,311311,31443,805,218,341 +Zimbabwe,311421,255887,805,218,341 +Zimbabwe,311514,313592,805,218,341 +Zimbabwe,311611,26904,805,218,341 +Zimbabwe,311615,530910,805,218,341 +Zimbabwe,311811,6699,805,218,341 +Zimbabwe,311822,22016,805,218,341 +Zimbabwe,311911,7810,805,218,341 +Zimbabwe,311919,23600,805,218,341 +Zimbabwe,311920,9417,805,218,341 +Zimbabwe,311941,7970,805,218,341 +Zimbabwe,311999,1627397,805,218,341 +Zimbabwe,313210,30865,805,218,341 +Zimbabwe,313249,3990,805,218,341 +Zimbabwe,314912,16237,805,218,341 +Zimbabwe,314999,24900,805,218,341 +Zimbabwe,315234,138780,805,218,341 +Zimbabwe,315999,12183,805,218,341 +Zimbabwe,316211,11900,805,218,341 +Zimbabwe,316991,5812,805,218,341 +Zimbabwe,321999,18065,805,218,341 +Zimbabwe,322110,198876,805,218,341 +Zimbabwe,322130,2675,805,218,341 +Zimbabwe,322222,2675,805,218,341 +Zimbabwe,323117,307821,805,218,341 +Zimbabwe,323119,5489,805,218,341 +Zimbabwe,324110,24304,805,218,341 +Zimbabwe,325132,4545,805,218,341 +Zimbabwe,325188,348875,805,218,341 +Zimbabwe,325191,31448,805,218,341 +Zimbabwe,325199,63276,805,218,341 +Zimbabwe,325211,26317,805,218,341 +Zimbabwe,325412,1834259,805,218,341 +Zimbabwe,325414,2559506,805,218,341 +Zimbabwe,325510,39583,805,218,341 +Zimbabwe,325611,84984,805,218,341 +Zimbabwe,325613,10500,805,218,341 +Zimbabwe,325620,461051,805,218,341 +Zimbabwe,325910,54158,805,218,341 +Zimbabwe,325920,15990,805,218,341 +Zimbabwe,325998,24566,805,218,341 +Zimbabwe,326160,7412,805,218,341 +Zimbabwe,326199,123422,805,218,341 +Zimbabwe,326211,12160,805,218,341 +Zimbabwe,326220,7352,805,218,341 +Zimbabwe,326299,385036,805,218,341 +Zimbabwe,327215,6825,805,218,341 +Zimbabwe,327992,32795,805,218,341 +Zimbabwe,331421,13022,805,218,341 +Zimbabwe,332115,12839,805,218,341 +Zimbabwe,332212,49047,805,218,341 +Zimbabwe,332213,29041,805,218,341 +Zimbabwe,332312,7999,805,218,341 +Zimbabwe,332410,35496,805,218,341 +Zimbabwe,332611,8013,805,218,341 +Zimbabwe,332618,10203,805,218,341 +Zimbabwe,332722,144490,805,218,341 +Zimbabwe,332911,79095,805,218,341 +Zimbabwe,332912,5000,805,218,341 +Zimbabwe,332919,5876,805,218,341 +Zimbabwe,332991,17549,805,218,341 +Zimbabwe,333111,1125529,805,218,341 +Zimbabwe,333120,1710715,805,218,341 +Zimbabwe,333131,2301952,805,218,341 +Zimbabwe,333132,88731,805,218,341 +Zimbabwe,333220,19038,805,218,341 +Zimbabwe,333291,151758,805,218,341 +Zimbabwe,333292,23774,805,218,341 +Zimbabwe,333293,182263,805,218,341 +Zimbabwe,333294,62811,805,218,341 +Zimbabwe,333298,40043,805,218,341 +Zimbabwe,333313,20707,805,218,341 +Zimbabwe,333314,6731,805,218,341 +Zimbabwe,333315,30877,805,218,341 +Zimbabwe,333319,4006,805,218,341 +Zimbabwe,333415,6110,805,218,341 +Zimbabwe,333612,188838,805,218,341 +Zimbabwe,333613,35882,805,218,341 +Zimbabwe,333618,1130778,805,218,341 +Zimbabwe,333911,22420,805,218,341 +Zimbabwe,333912,364635,805,218,341 +Zimbabwe,333921,7221,805,218,341 +Zimbabwe,333924,295926,805,218,341 +Zimbabwe,333991,65417,805,218,341 +Zimbabwe,333992,149681,805,218,341 +Zimbabwe,333993,25887,805,218,341 +Zimbabwe,333994,3198,805,218,341 +Zimbabwe,333995,35275,805,218,341 +Zimbabwe,333996,13200,805,218,341 +Zimbabwe,333997,2990,805,218,341 +Zimbabwe,333999,527766,805,218,341 +Zimbabwe,334111,1447425,805,218,341 +Zimbabwe,334112,8468,805,218,341 +Zimbabwe,334119,506701,805,218,341 +Zimbabwe,334210,88822,805,218,341 +Zimbabwe,334220,641357,805,218,341 +Zimbabwe,334310,131198,805,218,341 +Zimbabwe,334412,8018,805,218,341 +Zimbabwe,334413,741757,805,218,341 +Zimbabwe,334417,48358,805,218,341 +Zimbabwe,334418,25697,805,218,341 +Zimbabwe,334419,333650,805,218,341 +Zimbabwe,334510,639410,805,218,341 +Zimbabwe,334511,10849,805,218,341 +Zimbabwe,334512,2705,805,218,341 +Zimbabwe,334513,61157,805,218,341 +Zimbabwe,334514,7438,805,218,341 +Zimbabwe,334515,31641,805,218,341 +Zimbabwe,334516,78298,805,218,341 +Zimbabwe,334517,35944,805,218,341 +Zimbabwe,334519,262621,805,218,341 +Zimbabwe,334613,3776,805,218,341 +Zimbabwe,335129,12849,805,218,341 +Zimbabwe,335228,7250,805,218,341 +Zimbabwe,335312,416809,805,218,341 +Zimbabwe,335313,62563,805,218,341 +Zimbabwe,335314,45098,805,218,341 +Zimbabwe,335911,32237,805,218,341 +Zimbabwe,335931,2565,805,218,341 +Zimbabwe,335991,48350,805,218,341 +Zimbabwe,335999,55800,805,218,341 +Zimbabwe,336111,915292,805,218,341 +Zimbabwe,336120,3314798,805,218,341 +Zimbabwe,336212,52000,805,218,341 +Zimbabwe,336311,53889,805,218,341 +Zimbabwe,336321,11704,805,218,341 +Zimbabwe,336322,8106,805,218,341 +Zimbabwe,336330,4852,805,218,341 +Zimbabwe,336340,21114,805,218,341 +Zimbabwe,336350,5928,805,218,341 +Zimbabwe,336360,8757,805,218,341 +Zimbabwe,336370,43810,805,218,341 +Zimbabwe,336399,919136,805,218,341 +Zimbabwe,336510,84636,805,218,341 +Zimbabwe,336612,7000,805,218,341 +Zimbabwe,336991,10622,805,218,341 +Zimbabwe,337124,10000,805,218,341 +Zimbabwe,339112,39616,805,218,341 +Zimbabwe,339113,68078,805,218,341 +Zimbabwe,339114,36000,805,218,341 +Zimbabwe,339911,24096,805,218,341 +Zimbabwe,339920,61290,805,218,341 +Zimbabwe,339932,20507,805,218,341 +Zimbabwe,339991,84989,805,218,341 +Zimbabwe,339992,15300,805,218,341 +Zimbabwe,339999,15055,805,218,341 +Zimbabwe,511210,14790,805,218,341 +Zimbabwe,920000,215420,805,218,341 +Zimbabwe,990000,2892208,805,218,341 diff --git a/scenarios/base/inputs/data_foreign_prod.csv b/scenarios/base/inputs/data_foreign_prod.csv new file mode 100644 index 0000000..59a9f87 --- /dev/null +++ b/scenarios/base/inputs/data_foreign_prod.csv @@ -0,0 +1,28471 @@ +Country,Commodity_NAICS6,USImpVal,FAFZONE,ctrycod,CBPZONE +Afghanistan,111130,3228,806,1,124 +Afghanistan,111335,6818,806,1,124 +Afghanistan,111339,11042,806,1,124 +Afghanistan,111998,1891008,806,1,124 +Afghanistan,212399,10650,806,1,124 +Afghanistan,311421,13065,806,1,124 +Afghanistan,311423,500387,806,1,124 +Afghanistan,311941,2982,806,1,124 +Afghanistan,311942,4363,806,1,124 +Afghanistan,313210,16379,806,1,124 +Afghanistan,314110,2166011,806,1,124 +Afghanistan,314129,4390,806,1,124 +Afghanistan,314991,2745,806,1,124 +Afghanistan,315234,436,806,1,124 +Afghanistan,315239,1072,806,1,124 +Afghanistan,315991,2501,806,1,124 +Afghanistan,315999,18268,806,1,124 +Afghanistan,316110,3368,806,1,124 +Afghanistan,316991,1925,806,1,124 +Afghanistan,316993,4701,806,1,124 +Afghanistan,316999,916,806,1,124 +Afghanistan,321211,8059,806,1,124 +Afghanistan,322215,8867,806,1,124 +Afghanistan,323117,10500,806,1,124 +Afghanistan,323119,40723,806,1,124 +Afghanistan,325414,11380,806,1,124 +Afghanistan,325611,32331,806,1,124 +Afghanistan,325613,20292,806,1,124 +Afghanistan,325998,25407,806,1,124 +Afghanistan,326192,446,806,1,124 +Afghanistan,326199,3936,806,1,124 +Afghanistan,327211,87292,806,1,124 +Afghanistan,327212,22345,806,1,124 +Afghanistan,332115,8598,806,1,124 +Afghanistan,332212,100500,806,1,124 +Afghanistan,332214,4570,806,1,124 +Afghanistan,332911,10165,806,1,124 +Afghanistan,333111,9532,806,1,124 +Afghanistan,333999,3259,806,1,124 +Afghanistan,334111,43025,806,1,124 +Afghanistan,334112,2388,806,1,124 +Afghanistan,334119,209475,806,1,124 +Afghanistan,334210,24699,806,1,124 +Afghanistan,334220,50322,806,1,124 +Afghanistan,334411,15402,806,1,124 +Afghanistan,334414,3495,806,1,124 +Afghanistan,334418,3575,806,1,124 +Afghanistan,334419,59511,806,1,124 +Afghanistan,334511,72650,806,1,124 +Afghanistan,334513,5500,806,1,124 +Afghanistan,334515,63006,806,1,124 +Afghanistan,334516,22850,806,1,124 +Afghanistan,334519,9764,806,1,124 +Afghanistan,334613,53075,806,1,124 +Afghanistan,335911,17505,806,1,124 +Afghanistan,335929,7126,806,1,124 +Afghanistan,335999,3313,806,1,124 +Afghanistan,336350,2512,806,1,124 +Afghanistan,336399,20085,806,1,124 +Afghanistan,336412,7615,806,1,124 +Afghanistan,336510,5075,806,1,124 +Afghanistan,336992,5928577,806,1,124 +Afghanistan,337127,42706,806,1,124 +Afghanistan,339911,74799,806,1,124 +Afghanistan,339913,4720960,806,1,124 +Afghanistan,339914,27706,806,1,124 +Afghanistan,339991,4490,806,1,124 +Afghanistan,920000,2157475,806,1,124 +Afghanistan,980000,61705427,806,1,124 +Afghanistan,990000,7041581,806,1,124 +Albania,111339,6762,804,2,125 +Albania,111998,5473916,804,2,125 +Albania,113210,10116,804,2,125 +Albania,311223,97800,804,2,125 +Albania,311421,19438,804,2,125 +Albania,311423,434741,804,2,125 +Albania,311920,282291,804,2,125 +Albania,311941,16581,804,2,125 +Albania,311942,548705,804,2,125 +Albania,312130,156204,804,2,125 +Albania,314129,6023,804,2,125 +Albania,315221,2938,804,2,125 +Albania,315222,3435,804,2,125 +Albania,315223,241474,804,2,125 +Albania,315224,227065,804,2,125 +Albania,315228,227569,804,2,125 +Albania,315231,6647,804,2,125 +Albania,315232,166670,804,2,125 +Albania,315233,31036,804,2,125 +Albania,315234,18036,804,2,125 +Albania,315239,330734,804,2,125 +Albania,315291,3041,804,2,125 +Albania,315999,922000,804,2,125 +Albania,316213,392888,804,2,125 +Albania,316214,78143,804,2,125 +Albania,316219,66207,804,2,125 +Albania,316999,333,804,2,125 +Albania,321999,126408,804,2,125 +Albania,323117,3684,804,2,125 +Albania,325188,7710,804,2,125 +Albania,325211,1130,804,2,125 +Albania,331112,20991513,804,2,125 +Albania,333999,10319,804,2,125 +Albania,334112,65606,804,2,125 +Albania,334119,2721,804,2,125 +Albania,334220,126004,804,2,125 +Albania,334310,6019,804,2,125 +Albania,334418,9482,804,2,125 +Albania,334511,13345,804,2,125 +Albania,334515,13182,804,2,125 +Albania,335314,31055,804,2,125 +Albania,336412,27880,804,2,125 +Albania,337124,11169,804,2,125 +Albania,337127,17481,804,2,125 +Albania,337215,11681,804,2,125 +Albania,339911,95682,804,2,125 +Albania,339999,11815,804,2,125 +Albania,920000,226828,804,2,125 +Albania,980000,151454,804,2,125 +Albania,990000,138255,804,2,125 +Algeria,111339,257406,805,3,126 +Algeria,211111,9774894157,805,3,126 +Algeria,211112,1775885842,805,3,126 +Algeria,311223,3426,805,3,126 +Algeria,312130,22374,805,3,126 +Algeria,314999,1188,805,3,126 +Algeria,316992,2224,805,3,126 +Algeria,322291,54153,805,3,126 +Algeria,323117,13824,805,3,126 +Algeria,324110,3383914602,805,3,126 +Algeria,325120,19529,805,3,126 +Algeria,326211,1504,805,3,126 +Algeria,327310,1134690,805,3,126 +Algeria,332420,1754718,805,3,126 +Algeria,332911,5870,805,3,126 +Algeria,333618,8340,805,3,126 +Algeria,334413,2398,805,3,126 +Algeria,334417,2307,805,3,126 +Algeria,334519,16921,805,3,126 +Algeria,335129,3275,805,3,126 +Algeria,335999,7492,805,3,126 +Algeria,336311,4348,805,3,126 +Algeria,336322,101098,805,3,126 +Algeria,336412,30250,805,3,126 +Algeria,920000,47915,805,3,126 +Algeria,980000,5450869,805,3,126 +Algeria,990000,49479,805,3,126 +Andorra,111411,90001,804,4,127 +Andorra,323117,28171,804,4,127 +Andorra,326299,15276,804,4,127 +Andorra,333132,39921,804,4,127 +Andorra,333414,8486,804,4,127 +Andorra,333999,4293,804,4,127 +Andorra,334220,15507,804,4,127 +Andorra,334413,10152,804,4,127 +Andorra,334612,44047,804,4,127 +Andorra,335314,139536,804,4,127 +Andorra,336340,2648,804,4,127 +Andorra,339911,21389,804,4,127 +Andorra,990000,67155,804,4,127 +Angola,211111,11833108435,805,5,128 +Angola,323117,4325,805,5,128 +Angola,324110,315662534,805,5,128 +Angola,333132,184875,805,5,128 +Angola,334511,8995,805,5,128 +Angola,334513,6632,805,5,128 +Angola,334515,28500,805,5,128 +Angola,339911,6599,805,5,128 +Angola,339913,124811133,805,5,128 +Angola,920000,34909,805,5,128 +Angola,980000,88032,805,5,128 +Anguilla,312140,1396262,803,6,129 +Anguilla,315232,883,803,6,129 +Anguilla,316999,364,803,6,129 +Anguilla,326199,19982,803,6,129 +Anguilla,327213,6517,803,6,129 +Anguilla,333999,311094,803,6,129 +Anguilla,334310,5340,803,6,129 +Anguilla,334412,26377,803,6,129 +Anguilla,334417,6203,803,6,129 +Anguilla,334510,18135,803,6,129 +Anguilla,334515,109781,803,6,129 +Anguilla,335129,1182,803,6,129 +Anguilla,339995,3875,803,6,129 +Anguilla,910000,172660,803,6,129 +Anguilla,920000,38336,803,6,129 +Anguilla,980000,458614,803,6,129 +Anguilla,990000,44400,803,6,129 +Antigua and Barbuda,212322,16000,803,7,130 +Antigua and Barbuda,311941,16269,803,7,130 +Antigua and Barbuda,312111,21768,803,7,130 +Antigua and Barbuda,312140,31700,803,7,130 +Antigua and Barbuda,314129,919,803,7,130 +Antigua and Barbuda,314999,2859,803,7,130 +Antigua and Barbuda,315233,750,803,7,130 +Antigua and Barbuda,321918,27552,803,7,130 +Antigua and Barbuda,323119,3458,803,7,130 +Antigua and Barbuda,326192,3275,803,7,130 +Antigua and Barbuda,326199,10408,803,7,130 +Antigua and Barbuda,331419,177659,803,7,130 +Antigua and Barbuda,331491,15450,803,7,130 +Antigua and Barbuda,332911,3011,803,7,130 +Antigua and Barbuda,333295,2508,803,7,130 +Antigua and Barbuda,333612,2895,803,7,130 +Antigua and Barbuda,333618,5220,803,7,130 +Antigua and Barbuda,333912,52431,803,7,130 +Antigua and Barbuda,333992,8702,803,7,130 +Antigua and Barbuda,334119,10268,803,7,130 +Antigua and Barbuda,334220,27997,803,7,130 +Antigua and Barbuda,334310,3015,803,7,130 +Antigua and Barbuda,334414,5247,803,7,130 +Antigua and Barbuda,334419,89411,803,7,130 +Antigua and Barbuda,334511,31859,803,7,130 +Antigua and Barbuda,334513,37640,803,7,130 +Antigua and Barbuda,334515,45173,803,7,130 +Antigua and Barbuda,335999,4066,803,7,130 +Antigua and Barbuda,336330,2590,803,7,130 +Antigua and Barbuda,336412,27508,803,7,130 +Antigua and Barbuda,337127,2026,803,7,130 +Antigua and Barbuda,339911,19373,803,7,130 +Antigua and Barbuda,339950,424,803,7,130 +Antigua and Barbuda,910000,490770,803,7,130 +Antigua and Barbuda,920000,14257,803,7,130 +Antigua and Barbuda,980000,4275738,803,7,130 +Antigua and Barbuda,990000,147070,803,7,130 +Argentina,111110,6397763,803,8,131 +Argentina,111120,6686762,803,8,131 +Argentina,111130,2506734,803,8,131 +Argentina,111150,41090322,803,8,131 +Argentina,111199,57241,803,8,131 +Argentina,111219,17541885,803,8,131 +Argentina,111320,82464,803,8,131 +Argentina,111331,6529902,803,8,131 +Argentina,111332,556850,803,8,131 +Argentina,111333,8280,803,8,131 +Argentina,111334,87589654,803,8,131 +Argentina,111335,1716355,803,8,131 +Argentina,111339,41938250,803,8,131 +Argentina,111910,18346118,803,8,131 +Argentina,111992,2350044,803,8,131 +Argentina,111998,352272,803,8,131 +Argentina,112420,110748,803,8,131 +Argentina,112511,301090,803,8,131 +Argentina,112910,55693724,803,8,131 +Argentina,112920,6435502,803,8,131 +Argentina,112930,1529,803,8,131 +Argentina,112990,21589,803,8,131 +Argentina,113210,6761499,803,8,131 +Argentina,113310,66510,803,8,131 +Argentina,114111,64468737,803,8,131 +Argentina,114112,13643582,803,8,131 +Argentina,114119,19802,803,8,131 +Argentina,211111,879201323,803,8,131 +Argentina,212112,32481,803,8,131 +Argentina,212299,15286,803,8,131 +Argentina,212311,66051,803,8,131 +Argentina,212391,1076590,803,8,131 +Argentina,212393,52353,803,8,131 +Argentina,311111,34415,803,8,131 +Argentina,311119,954696,803,8,131 +Argentina,311211,81422,803,8,131 +Argentina,311212,2111122,803,8,131 +Argentina,311221,296108,803,8,131 +Argentina,311222,3969695,803,8,131 +Argentina,311223,51464689,803,8,131 +Argentina,311225,5939672,803,8,131 +Argentina,311230,2816197,803,8,131 +Argentina,311311,64238532,803,8,131 +Argentina,311320,939243,803,8,131 +Argentina,311340,35565965,803,8,131 +Argentina,311411,38553198,803,8,131 +Argentina,311421,130752993,803,8,131 +Argentina,311422,4061877,803,8,131 +Argentina,311423,9301009,803,8,131 +Argentina,311512,43185,803,8,131 +Argentina,311513,19197579,803,8,131 +Argentina,311514,1501443,803,8,131 +Argentina,311520,125516,803,8,131 +Argentina,311611,68544292,803,8,131 +Argentina,311613,418926,803,8,131 +Argentina,311711,2928425,803,8,131 +Argentina,311811,5637235,803,8,131 +Argentina,311822,866643,803,8,131 +Argentina,311823,23987,803,8,131 +Argentina,311911,13595457,803,8,131 +Argentina,311920,70197889,803,8,131 +Argentina,311941,296472,803,8,131 +Argentina,311942,58538,803,8,131 +Argentina,311999,4370092,803,8,131 +Argentina,312111,370782,803,8,131 +Argentina,312112,86384,803,8,131 +Argentina,312120,379795,803,8,131 +Argentina,312130,289755483,803,8,131 +Argentina,312140,1965478,803,8,131 +Argentina,313111,671278,803,8,131 +Argentina,313210,790895,803,8,131 +Argentina,313221,1049172,803,8,131 +Argentina,313230,192069,803,8,131 +Argentina,313249,5031341,803,8,131 +Argentina,313312,1974829,803,8,131 +Argentina,314110,1305322,803,8,131 +Argentina,314129,145100,803,8,131 +Argentina,314911,18937,803,8,131 +Argentina,314912,21844,803,8,131 +Argentina,314991,11418,803,8,131 +Argentina,314999,1570876,803,8,131 +Argentina,315111,12982,803,8,131 +Argentina,315221,10693,803,8,131 +Argentina,315222,59116,803,8,131 +Argentina,315223,291291,803,8,131 +Argentina,315224,90336,803,8,131 +Argentina,315228,59894,803,8,131 +Argentina,315231,55037,803,8,131 +Argentina,315232,236247,803,8,131 +Argentina,315233,161946,803,8,131 +Argentina,315234,40211,803,8,131 +Argentina,315239,330082,803,8,131 +Argentina,315291,427389,803,8,131 +Argentina,315292,4165912,803,8,131 +Argentina,315991,141144,803,8,131 +Argentina,315992,3646,803,8,131 +Argentina,315993,552,803,8,131 +Argentina,315999,1929833,803,8,131 +Argentina,316110,82174887,803,8,131 +Argentina,316211,2270,803,8,131 +Argentina,316212,2343,803,8,131 +Argentina,316213,195001,803,8,131 +Argentina,316214,237241,803,8,131 +Argentina,316219,143034,803,8,131 +Argentina,316991,209990,803,8,131 +Argentina,316992,410879,803,8,131 +Argentina,316993,28605,803,8,131 +Argentina,316999,5716829,803,8,131 +Argentina,321113,12347096,803,8,131 +Argentina,321211,23086,803,8,131 +Argentina,321213,2446798,803,8,131 +Argentina,321219,9189373,803,8,131 +Argentina,321911,302483,803,8,131 +Argentina,321918,26185444,803,8,131 +Argentina,321920,713323,803,8,131 +Argentina,321999,389469,803,8,131 +Argentina,322121,886739,803,8,131 +Argentina,322122,5545,803,8,131 +Argentina,322130,534774,803,8,131 +Argentina,322211,31799,803,8,131 +Argentina,322212,28850,803,8,131 +Argentina,322213,12107,803,8,131 +Argentina,322222,1341534,803,8,131 +Argentina,322223,531537,803,8,131 +Argentina,322224,22723,803,8,131 +Argentina,322232,60875,803,8,131 +Argentina,322233,7782,803,8,131 +Argentina,322291,31453,803,8,131 +Argentina,322299,1657624,803,8,131 +Argentina,323117,1928250,803,8,131 +Argentina,323118,534248,803,8,131 +Argentina,323119,532797,803,8,131 +Argentina,324110,337600316,803,8,131 +Argentina,324122,260511,803,8,131 +Argentina,325120,22590,803,8,131 +Argentina,325131,980867,803,8,131 +Argentina,325132,977855,803,8,131 +Argentina,325188,69503904,803,8,131 +Argentina,325191,11056151,803,8,131 +Argentina,325192,18906007,803,8,131 +Argentina,325193,3164544,803,8,131 +Argentina,325199,101171943,803,8,131 +Argentina,325211,9877291,803,8,131 +Argentina,325212,18565,803,8,131 +Argentina,325222,136395,803,8,131 +Argentina,325411,7550287,803,8,131 +Argentina,325412,2659782,803,8,131 +Argentina,325414,1250636,803,8,131 +Argentina,325510,477555,803,8,131 +Argentina,325611,6901149,803,8,131 +Argentina,325612,438128,803,8,131 +Argentina,325613,570046,803,8,131 +Argentina,325620,3198976,803,8,131 +Argentina,325910,838861,803,8,131 +Argentina,325920,970983,803,8,131 +Argentina,325998,85248773,803,8,131 +Argentina,326113,3005762,803,8,131 +Argentina,326121,117437,803,8,131 +Argentina,326122,47083,803,8,131 +Argentina,326160,35091,803,8,131 +Argentina,326191,1785,803,8,131 +Argentina,326192,1080,803,8,131 +Argentina,326199,3665553,803,8,131 +Argentina,326211,34479603,803,8,131 +Argentina,326212,8318,803,8,131 +Argentina,326220,11584471,803,8,131 +Argentina,326299,2633511,803,8,131 +Argentina,327111,129481,803,8,131 +Argentina,327112,352341,803,8,131 +Argentina,327121,2905,803,8,131 +Argentina,327122,17778036,803,8,131 +Argentina,327125,576606,803,8,131 +Argentina,327211,402679,803,8,131 +Argentina,327212,55270,803,8,131 +Argentina,327213,23778,803,8,131 +Argentina,327215,982426,803,8,131 +Argentina,327310,16061,803,8,131 +Argentina,327390,25056,803,8,131 +Argentina,327910,75373,803,8,131 +Argentina,327991,2400594,803,8,131 +Argentina,327993,10323,803,8,131 +Argentina,327999,15703,803,8,131 +Argentina,331111,224264221,803,8,131 +Argentina,331112,12053951,803,8,131 +Argentina,331222,199002,803,8,131 +Argentina,331312,296358655,803,8,131 +Argentina,331315,1450253,803,8,131 +Argentina,331316,47981,803,8,131 +Argentina,331319,5480806,803,8,131 +Argentina,331419,99669889,803,8,131 +Argentina,331421,62533,803,8,131 +Argentina,331422,42048,803,8,131 +Argentina,331491,9100077,803,8,131 +Argentina,331492,103620,803,8,131 +Argentina,331511,8939800,803,8,131 +Argentina,332115,13514,803,8,131 +Argentina,332211,696900,803,8,131 +Argentina,332212,1108167,803,8,131 +Argentina,332214,9957,803,8,131 +Argentina,332312,1601905,803,8,131 +Argentina,332321,61858,803,8,131 +Argentina,332410,457657,803,8,131 +Argentina,332420,239969,803,8,131 +Argentina,332439,370660,803,8,131 +Argentina,332510,1432198,803,8,131 +Argentina,332611,91142,803,8,131 +Argentina,332618,2618735,803,8,131 +Argentina,332722,445645,803,8,131 +Argentina,332911,5123354,803,8,131 +Argentina,332912,714704,803,8,131 +Argentina,332913,95454,803,8,131 +Argentina,332919,3297222,803,8,131 +Argentina,332991,7945038,803,8,131 +Argentina,332992,1547333,803,8,131 +Argentina,332994,10106187,803,8,131 +Argentina,332998,3809,803,8,131 +Argentina,332999,3236948,803,8,131 +Argentina,333111,9439495,803,8,131 +Argentina,333120,4311543,803,8,131 +Argentina,333131,37508,803,8,131 +Argentina,333132,1467532,803,8,131 +Argentina,333220,221468,803,8,131 +Argentina,333291,7001,803,8,131 +Argentina,333292,8576,803,8,131 +Argentina,333293,106839,803,8,131 +Argentina,333294,740154,803,8,131 +Argentina,333295,4135,803,8,131 +Argentina,333298,358815,803,8,131 +Argentina,333311,11840,803,8,131 +Argentina,333313,16126,803,8,131 +Argentina,333314,167978,803,8,131 +Argentina,333315,177315,803,8,131 +Argentina,333319,4256,803,8,131 +Argentina,333411,30016,803,8,131 +Argentina,333412,1002549,803,8,131 +Argentina,333414,50548,803,8,131 +Argentina,333415,104825,803,8,131 +Argentina,333511,264545,803,8,131 +Argentina,333512,175848,803,8,131 +Argentina,333513,5389,803,8,131 +Argentina,333514,2672206,803,8,131 +Argentina,333515,496833,803,8,131 +Argentina,333516,302489,803,8,131 +Argentina,333611,55615,803,8,131 +Argentina,333612,773157,803,8,131 +Argentina,333613,2237212,803,8,131 +Argentina,333618,14570496,803,8,131 +Argentina,333911,22173897,803,8,131 +Argentina,333912,1807716,803,8,131 +Argentina,333913,3274,803,8,131 +Argentina,333922,1164082,803,8,131 +Argentina,333923,47696,803,8,131 +Argentina,333924,187212,803,8,131 +Argentina,333991,6082,803,8,131 +Argentina,333992,252199,803,8,131 +Argentina,333993,2247550,803,8,131 +Argentina,333994,8117,803,8,131 +Argentina,333995,292488,803,8,131 +Argentina,333996,381775,803,8,131 +Argentina,333997,245642,803,8,131 +Argentina,333999,5372273,803,8,131 +Argentina,334111,62103,803,8,131 +Argentina,334112,27333,803,8,131 +Argentina,334119,185485,803,8,131 +Argentina,334210,2484,803,8,131 +Argentina,334220,273777,803,8,131 +Argentina,334290,16832,803,8,131 +Argentina,334310,591571,803,8,131 +Argentina,334412,27452,803,8,131 +Argentina,334413,383969,803,8,131 +Argentina,334414,18259,803,8,131 +Argentina,334416,48513,803,8,131 +Argentina,334417,495300,803,8,131 +Argentina,334418,89857,803,8,131 +Argentina,334419,348753,803,8,131 +Argentina,334510,551559,803,8,131 +Argentina,334511,25199,803,8,131 +Argentina,334512,191654,803,8,131 +Argentina,334513,1316929,803,8,131 +Argentina,334514,73807,803,8,131 +Argentina,334515,1184987,803,8,131 +Argentina,334516,1109030,803,8,131 +Argentina,334518,85781,803,8,131 +Argentina,334519,257027,803,8,131 +Argentina,334612,3216711,803,8,131 +Argentina,334613,19025,803,8,131 +Argentina,335110,5211,803,8,131 +Argentina,335121,217650,803,8,131 +Argentina,335129,192330,803,8,131 +Argentina,335211,77733,803,8,131 +Argentina,335221,49543,803,8,131 +Argentina,335222,6386,803,8,131 +Argentina,335224,53694,803,8,131 +Argentina,335228,386530,803,8,131 +Argentina,335311,1718014,803,8,131 +Argentina,335312,58269,803,8,131 +Argentina,335313,3599209,803,8,131 +Argentina,335314,93743,803,8,131 +Argentina,335911,3060,803,8,131 +Argentina,335921,6072,803,8,131 +Argentina,335929,291242,803,8,131 +Argentina,335931,42988,803,8,131 +Argentina,335991,42205,803,8,131 +Argentina,335999,321751,803,8,131 +Argentina,336111,217017,803,8,131 +Argentina,336120,502905,803,8,131 +Argentina,336211,40175,803,8,131 +Argentina,336214,48814,803,8,131 +Argentina,336311,11079479,803,8,131 +Argentina,336321,9048,803,8,131 +Argentina,336322,1195187,803,8,131 +Argentina,336330,16652518,803,8,131 +Argentina,336340,1312650,803,8,131 +Argentina,336350,10902575,803,8,131 +Argentina,336360,105631,803,8,131 +Argentina,336370,2501,803,8,131 +Argentina,336391,1584193,803,8,131 +Argentina,336399,20143862,803,8,131 +Argentina,336411,77900,803,8,131 +Argentina,336412,1313218,803,8,131 +Argentina,336413,61806,803,8,131 +Argentina,336510,184507,803,8,131 +Argentina,336612,1286162,803,8,131 +Argentina,336991,1254904,803,8,131 +Argentina,337110,86430,803,8,131 +Argentina,337121,3028,803,8,131 +Argentina,337124,881197,803,8,131 +Argentina,337127,3440299,803,8,131 +Argentina,337211,12833,803,8,131 +Argentina,337214,6526,803,8,131 +Argentina,337215,11473926,803,8,131 +Argentina,337920,17185,803,8,131 +Argentina,339112,695939,803,8,131 +Argentina,339113,262408,803,8,131 +Argentina,339114,383545,803,8,131 +Argentina,339115,12555,803,8,131 +Argentina,339911,2330107,803,8,131 +Argentina,339912,10257,803,8,131 +Argentina,339913,882902,803,8,131 +Argentina,339914,155494,803,8,131 +Argentina,339920,151214,803,8,131 +Argentina,339932,383189,803,8,131 +Argentina,339942,39215,803,8,131 +Argentina,339944,1380,803,8,131 +Argentina,339950,67257,803,8,131 +Argentina,339991,861563,803,8,131 +Argentina,339992,328211,803,8,131 +Argentina,339993,716534,803,8,131 +Argentina,339994,258235,803,8,131 +Argentina,339999,1133284,803,8,131 +Argentina,511210,4924,803,8,131 +Argentina,910000,13598939,803,8,131 +Argentina,920000,8826679,803,8,131 +Argentina,980000,85667095,803,8,131 +Argentina,990000,11470018,803,8,131 +Armenia,112910,25859,806,9,132 +Armenia,114111,115768,806,9,132 +Armenia,212399,487676,806,9,132 +Armenia,311230,17822,806,9,132 +Armenia,311320,80475,806,9,132 +Armenia,311340,48818,806,9,132 +Armenia,311421,1844461,806,9,132 +Armenia,311423,9828,806,9,132 +Armenia,311513,333624,806,9,132 +Armenia,311520,135234,806,9,132 +Armenia,311711,89841,806,9,132 +Armenia,311911,57437,806,9,132 +Armenia,311920,47717,806,9,132 +Armenia,311941,72357,806,9,132 +Armenia,311942,9513,806,9,132 +Armenia,312111,239831,806,9,132 +Armenia,312112,155667,806,9,132 +Armenia,312120,65003,806,9,132 +Armenia,312130,1990790,806,9,132 +Armenia,312140,30963,806,9,132 +Armenia,312221,804958,806,9,132 +Armenia,312229,40000,806,9,132 +Armenia,313111,3064,806,9,132 +Armenia,314110,54907,806,9,132 +Armenia,314129,6287,806,9,132 +Armenia,314999,3859,806,9,132 +Armenia,315222,5684,806,9,132 +Armenia,315224,5686,806,9,132 +Armenia,315228,405771,806,9,132 +Armenia,315232,4570,806,9,132 +Armenia,315233,9012,806,9,132 +Armenia,315234,12063,806,9,132 +Armenia,315239,385544,806,9,132 +Armenia,315291,12204,806,9,132 +Armenia,315991,930,806,9,132 +Armenia,316214,1350,806,9,132 +Armenia,316219,750,806,9,132 +Armenia,323117,8781,806,9,132 +Armenia,325188,2996,806,9,132 +Armenia,325199,30018,806,9,132 +Armenia,325212,924563,806,9,132 +Armenia,326199,55543,806,9,132 +Armenia,326299,80224,806,9,132 +Armenia,327121,35381,806,9,132 +Armenia,327213,20778,806,9,132 +Armenia,327991,114290,806,9,132 +Armenia,331112,480952,806,9,132 +Armenia,331315,67580610,806,9,132 +Armenia,332212,61842,806,9,132 +Armenia,332510,5600,806,9,132 +Armenia,332999,11907,806,9,132 +Armenia,333120,6066,806,9,132 +Armenia,333291,21412,806,9,132 +Armenia,333314,84250,806,9,132 +Armenia,333512,17529,806,9,132 +Armenia,333911,2770,806,9,132 +Armenia,333992,594480,806,9,132 +Armenia,333999,2058,806,9,132 +Armenia,334220,7716,806,9,132 +Armenia,334415,5650,806,9,132 +Armenia,334518,15411,806,9,132 +Armenia,339911,319690,806,9,132 +Armenia,339913,350579,806,9,132 +Armenia,339932,9004,806,9,132 +Armenia,339999,32888,806,9,132 +Armenia,920000,100386,806,9,132 +Armenia,980000,57283,806,9,132 +Armenia,990000,175824,806,9,132 +Aruba,111998,18357,803,10,133 +Aruba,314129,864,803,10,133 +Aruba,315993,1355,803,10,133 +Aruba,315999,2712,803,10,133 +Aruba,316991,2698,803,10,133 +Aruba,316992,31261,803,10,133 +Aruba,323117,4909,803,10,133 +Aruba,324110,5000399,803,10,133 +Aruba,325412,5367,803,10,133 +Aruba,325620,116999,803,10,133 +Aruba,326199,2103,803,10,133 +Aruba,327991,5600,803,10,133 +Aruba,331419,115318,803,10,133 +Aruba,331491,327142,803,10,133 +Aruba,331492,20051,803,10,133 +Aruba,332420,43334,803,10,133 +Aruba,332999,75179,803,10,133 +Aruba,333313,27409,803,10,133 +Aruba,333314,11789,803,10,133 +Aruba,333315,12700,803,10,133 +Aruba,333993,5677,803,10,133 +Aruba,334111,5400,803,10,133 +Aruba,334112,20691,803,10,133 +Aruba,334119,18434,803,10,133 +Aruba,334220,18163,803,10,133 +Aruba,334310,28724,803,10,133 +Aruba,334418,29899,803,10,133 +Aruba,334419,4908,803,10,133 +Aruba,334510,5378,803,10,133 +Aruba,334513,6445,803,10,133 +Aruba,334516,3408,803,10,133 +Aruba,334518,2157,803,10,133 +Aruba,334612,4603,803,10,133 +Aruba,335211,6225,803,10,133 +Aruba,336991,8182,803,10,133 +Aruba,337127,6612,803,10,133 +Aruba,339112,5064,803,10,133 +Aruba,339911,352768,803,10,133 +Aruba,339913,990819,803,10,133 +Aruba,339932,76403,803,10,133 +Aruba,339991,1037,803,10,133 +Aruba,339999,14587,803,10,133 +Aruba,910000,1868466,803,10,133 +Aruba,920000,94161,803,10,133 +Aruba,980000,10911471,803,10,133 +Aruba,990000,254785,803,10,133 +Australia,111120,2600433,808,11,134 +Australia,111130,4773112,808,11,134 +Australia,111150,4892,808,11,134 +Australia,111219,767579,808,11,134 +Australia,111310,22529815,808,11,134 +Australia,111320,6794367,808,11,134 +Australia,111335,13340856,808,11,134 +Australia,111339,101489,808,11,134 +Australia,111411,151507,808,11,134 +Australia,111421,357240,808,11,134 +Australia,111422,4048102,808,11,134 +Australia,111920,50633,808,11,134 +Australia,111998,8743988,808,11,134 +Australia,112111,216463,808,11,134 +Australia,112410,8488537,808,11,134 +Australia,112420,7484,808,11,134 +Australia,112511,1561953,808,11,134 +Australia,112910,3278037,808,11,134 +Australia,112920,3842877,808,11,134 +Australia,112930,2654,808,11,134 +Australia,112990,980387,808,11,134 +Australia,113210,16661121,808,11,134 +Australia,113310,158653,808,11,134 +Australia,114111,13655709,808,11,134 +Australia,114112,31588248,808,11,134 +Australia,114119,6564127,808,11,134 +Australia,211111,256745244,808,11,134 +Australia,212112,25554352,808,11,134 +Australia,212221,161665,808,11,134 +Australia,212291,251903457,808,11,134 +Australia,212299,167904252,808,11,134 +Australia,212311,26937,808,11,134 +Australia,212319,231905,808,11,134 +Australia,212322,1973709,808,11,134 +Australia,212324,19157,808,11,134 +Australia,212325,25300,808,11,134 +Australia,212393,4063397,808,11,134 +Australia,212399,8757380,808,11,134 +Australia,311111,5267436,808,11,134 +Australia,311119,666287,808,11,134 +Australia,311211,8702,808,11,134 +Australia,311212,156808,808,11,134 +Australia,311221,169220382,808,11,134 +Australia,311222,186509,808,11,134 +Australia,311223,7203354,808,11,134 +Australia,311225,54177,808,11,134 +Australia,311230,104875,808,11,134 +Australia,311311,81807748,808,11,134 +Australia,311320,843158,808,11,134 +Australia,311340,12918239,808,11,134 +Australia,311411,123963,808,11,134 +Australia,311421,2406324,808,11,134 +Australia,311423,45663,808,11,134 +Australia,311511,347520,808,11,134 +Australia,311512,4968634,808,11,134 +Australia,311513,11587505,808,11,134 +Australia,311514,66412819,808,11,134 +Australia,311520,4356574,808,11,134 +Australia,311611,1212643275,808,11,134 +Australia,311613,24082253,808,11,134 +Australia,311615,755737,808,11,134 +Australia,311711,2154655,808,11,134 +Australia,311811,6707154,808,11,134 +Australia,311822,159242,808,11,134 +Australia,311823,1518248,808,11,134 +Australia,311911,3254076,808,11,134 +Australia,311919,1007653,808,11,134 +Australia,311920,320410,808,11,134 +Australia,311930,739443,808,11,134 +Australia,311941,5240317,808,11,134 +Australia,311942,205822,808,11,134 +Australia,311999,32415349,808,11,134 +Australia,312111,1726430,808,11,134 +Australia,312112,11352,808,11,134 +Australia,312113,23304,808,11,134 +Australia,312120,1033524,808,11,134 +Australia,312130,649369528,808,11,134 +Australia,312140,3056680,808,11,134 +Australia,313111,4904284,808,11,134 +Australia,313113,3716,808,11,134 +Australia,313210,1256840,808,11,134 +Australia,313221,104326,808,11,134 +Australia,313230,9534360,808,11,134 +Australia,313249,1394586,808,11,134 +Australia,313312,2578997,808,11,134 +Australia,313320,2525563,808,11,134 +Australia,314110,10133050,808,11,134 +Australia,314121,26916,808,11,134 +Australia,314129,505198,808,11,134 +Australia,314911,29143,808,11,134 +Australia,314912,591189,808,11,134 +Australia,314991,1103392,808,11,134 +Australia,314992,205525,808,11,134 +Australia,314999,982940,808,11,134 +Australia,315111,47023,808,11,134 +Australia,315221,212236,808,11,134 +Australia,315222,56948,808,11,134 +Australia,315223,617890,808,11,134 +Australia,315224,172198,808,11,134 +Australia,315228,151620,808,11,134 +Australia,315231,152477,808,11,134 +Australia,315232,742277,808,11,134 +Australia,315233,1089227,808,11,134 +Australia,315234,454680,808,11,134 +Australia,315239,1272736,808,11,134 +Australia,315291,65061,808,11,134 +Australia,315292,545005,808,11,134 +Australia,315991,708237,808,11,134 +Australia,315992,17814,808,11,134 +Australia,315993,4248,808,11,134 +Australia,315999,228737,808,11,134 +Australia,316110,5382118,808,11,134 +Australia,316211,14022,808,11,134 +Australia,316212,12243,808,11,134 +Australia,316213,3487160,808,11,134 +Australia,316214,720973,808,11,134 +Australia,316219,136892,808,11,134 +Australia,316991,304989,808,11,134 +Australia,316992,77146,808,11,134 +Australia,316993,71138,808,11,134 +Australia,316999,357831,808,11,134 +Australia,321113,1608947,808,11,134 +Australia,321114,18368,808,11,134 +Australia,321211,917534,808,11,134 +Australia,321212,17333,808,11,134 +Australia,321213,221744,808,11,134 +Australia,321219,15374218,808,11,134 +Australia,321911,11535,808,11,134 +Australia,321918,481297,808,11,134 +Australia,321920,931565,808,11,134 +Australia,321999,278469,808,11,134 +Australia,322121,40346253,808,11,134 +Australia,322122,15907,808,11,134 +Australia,322130,35398359,808,11,134 +Australia,322211,119442,808,11,134 +Australia,322212,665326,808,11,134 +Australia,322213,4667,808,11,134 +Australia,322214,19025,808,11,134 +Australia,322215,645551,808,11,134 +Australia,322222,717217,808,11,134 +Australia,322223,4133879,808,11,134 +Australia,322224,1804922,808,11,134 +Australia,322232,4415,808,11,134 +Australia,322233,23735,808,11,134 +Australia,322291,411309,808,11,134 +Australia,322299,566436,808,11,134 +Australia,323117,7636362,808,11,134 +Australia,323118,111563,808,11,134 +Australia,323119,6181122,808,11,134 +Australia,323122,6744,808,11,134 +Australia,324110,266128,808,11,134 +Australia,325110,217019,808,11,134 +Australia,325120,84130,808,11,134 +Australia,325131,4821874,808,11,134 +Australia,325132,73086,808,11,134 +Australia,325181,3652,808,11,134 +Australia,325188,29482899,808,11,134 +Australia,325191,37760,808,11,134 +Australia,325192,11310,808,11,134 +Australia,325193,130612,808,11,134 +Australia,325199,47361617,808,11,134 +Australia,325211,46339626,808,11,134 +Australia,325212,3187670,808,11,134 +Australia,325221,9386,808,11,134 +Australia,325222,230181,808,11,134 +Australia,325311,1197880,808,11,134 +Australia,325312,1281187,808,11,134 +Australia,325320,380724,808,11,134 +Australia,325411,95973769,808,11,134 +Australia,325412,417373990,808,11,134 +Australia,325414,40511297,808,11,134 +Australia,325510,4767331,808,11,134 +Australia,325520,1094006,808,11,134 +Australia,325611,2823015,808,11,134 +Australia,325612,591979,808,11,134 +Australia,325613,3484230,808,11,134 +Australia,325620,19209790,808,11,134 +Australia,325910,547822,808,11,134 +Australia,325920,9314528,808,11,134 +Australia,325992,9700,808,11,134 +Australia,325998,13603644,808,11,134 +Australia,326113,7174541,808,11,134 +Australia,326121,323306,808,11,134 +Australia,326122,1445245,808,11,134 +Australia,326160,295253,808,11,134 +Australia,326191,30621,808,11,134 +Australia,326192,64618,808,11,134 +Australia,326199,16068577,808,11,134 +Australia,326211,418164,808,11,134 +Australia,326212,67562,808,11,134 +Australia,326220,4050485,808,11,134 +Australia,326299,6102666,808,11,134 +Australia,327111,51374,808,11,134 +Australia,327112,3616047,808,11,134 +Australia,327113,378725,808,11,134 +Australia,327122,22240,808,11,134 +Australia,327123,517356,808,11,134 +Australia,327124,33209,808,11,134 +Australia,327125,223855,808,11,134 +Australia,327211,235322,808,11,134 +Australia,327212,779487,808,11,134 +Australia,327213,417998,808,11,134 +Australia,327215,49567633,808,11,134 +Australia,327310,8859,808,11,134 +Australia,327331,49253,808,11,134 +Australia,327390,1329495,808,11,134 +Australia,327910,2404424,808,11,134 +Australia,327991,43323,808,11,134 +Australia,327992,25879278,808,11,134 +Australia,327993,1041847,808,11,134 +Australia,327999,1158070,808,11,134 +Australia,331111,329523748,808,11,134 +Australia,331112,42808317,808,11,134 +Australia,331222,522602,808,11,134 +Australia,331311,185515904,808,11,134 +Australia,331312,69016094,808,11,134 +Australia,331314,15088523,808,11,134 +Australia,331315,466631,808,11,134 +Australia,331316,320498,808,11,134 +Australia,331319,60255,808,11,134 +Australia,331419,496926033,808,11,134 +Australia,331421,4629,808,11,134 +Australia,331422,49898,808,11,134 +Australia,331491,818967043,808,11,134 +Australia,331492,14543600,808,11,134 +Australia,331511,2541776,808,11,134 +Australia,332115,1064015,808,11,134 +Australia,332211,60856,808,11,134 +Australia,332212,5779885,808,11,134 +Australia,332213,596560,808,11,134 +Australia,332214,3698,808,11,134 +Australia,332311,88778,808,11,134 +Australia,332312,541177,808,11,134 +Australia,332321,294139,808,11,134 +Australia,332322,34956,808,11,134 +Australia,332323,45995,808,11,134 +Australia,332410,450636,808,11,134 +Australia,332420,56359889,808,11,134 +Australia,332439,134100,808,11,134 +Australia,332510,11077960,808,11,134 +Australia,332611,5830612,808,11,134 +Australia,332618,3188004,808,11,134 +Australia,332722,3785534,808,11,134 +Australia,332911,47655421,808,11,134 +Australia,332912,5620809,808,11,134 +Australia,332913,61455,808,11,134 +Australia,332919,4004799,808,11,134 +Australia,332991,1165418,808,11,134 +Australia,332992,37170894,808,11,134 +Australia,332994,67461,808,11,134 +Australia,332995,2059497,808,11,134 +Australia,332997,49803,808,11,134 +Australia,332998,723993,808,11,134 +Australia,332999,15585731,808,11,134 +Australia,333111,22659551,808,11,134 +Australia,333120,59677611,808,11,134 +Australia,333131,15087029,808,11,134 +Australia,333132,4666616,808,11,134 +Australia,333210,1388471,808,11,134 +Australia,333220,999209,808,11,134 +Australia,333291,906078,808,11,134 +Australia,333292,2114552,808,11,134 +Australia,333293,421028,808,11,134 +Australia,333294,10834856,808,11,134 +Australia,333295,2955225,808,11,134 +Australia,333298,1686233,808,11,134 +Australia,333311,671580,808,11,134 +Australia,333313,1735074,808,11,134 +Australia,333314,4059642,808,11,134 +Australia,333315,1168158,808,11,134 +Australia,333319,432862,808,11,134 +Australia,333411,391253,808,11,134 +Australia,333412,785076,808,11,134 +Australia,333414,1123787,808,11,134 +Australia,333415,4938060,808,11,134 +Australia,333511,3618373,808,11,134 +Australia,333512,10415893,808,11,134 +Australia,333513,4491287,808,11,134 +Australia,333514,780378,808,11,134 +Australia,333515,6584207,808,11,134 +Australia,333516,41554,808,11,134 +Australia,333611,3769067,808,11,134 +Australia,333612,3926482,808,11,134 +Australia,333613,4437477,808,11,134 +Australia,333618,5906519,808,11,134 +Australia,333911,9658327,808,11,134 +Australia,333912,3557914,808,11,134 +Australia,333913,545558,808,11,134 +Australia,333921,917555,808,11,134 +Australia,333922,2614736,808,11,134 +Australia,333923,1436908,808,11,134 +Australia,333924,1940503,808,11,134 +Australia,333991,2962757,808,11,134 +Australia,333992,877288,808,11,134 +Australia,333993,17753388,808,11,134 +Australia,333994,1589309,808,11,134 +Australia,333995,4703114,808,11,134 +Australia,333996,8113401,808,11,134 +Australia,333997,1618353,808,11,134 +Australia,333999,69680568,808,11,134 +Australia,334111,4687938,808,11,134 +Australia,334112,1224915,808,11,134 +Australia,334119,26477507,808,11,134 +Australia,334210,4488556,808,11,134 +Australia,334220,48702910,808,11,134 +Australia,334290,12057156,808,11,134 +Australia,334310,13249186,808,11,134 +Australia,334411,167224,808,11,134 +Australia,334412,1026126,808,11,134 +Australia,334413,12824999,808,11,134 +Australia,334414,155539,808,11,134 +Australia,334415,838196,808,11,134 +Australia,334416,281296,808,11,134 +Australia,334417,5130563,808,11,134 +Australia,334418,14351929,808,11,134 +Australia,334419,6350135,808,11,134 +Australia,334510,176312387,808,11,134 +Australia,334511,16956045,808,11,134 +Australia,334512,405846,808,11,134 +Australia,334513,16965095,808,11,134 +Australia,334514,475030,808,11,134 +Australia,334515,20148532,808,11,134 +Australia,334516,49803046,808,11,134 +Australia,334517,3126702,808,11,134 +Australia,334518,326854,808,11,134 +Australia,334519,20610412,808,11,134 +Australia,334612,2483726,808,11,134 +Australia,334613,3159775,808,11,134 +Australia,335110,1132846,808,11,134 +Australia,335121,416153,808,11,134 +Australia,335129,3508812,808,11,134 +Australia,335211,1286241,808,11,134 +Australia,335212,136235,808,11,134 +Australia,335221,647409,808,11,134 +Australia,335222,315246,808,11,134 +Australia,335224,85167,808,11,134 +Australia,335228,899799,808,11,134 +Australia,335311,1881825,808,11,134 +Australia,335312,13106959,808,11,134 +Australia,335313,9121542,808,11,134 +Australia,335314,7495419,808,11,134 +Australia,335911,464452,808,11,134 +Australia,335912,37662,808,11,134 +Australia,335921,527518,808,11,134 +Australia,335929,2622677,808,11,134 +Australia,335931,2428532,808,11,134 +Australia,335932,185309,808,11,134 +Australia,335991,480678,808,11,134 +Australia,335999,18706650,808,11,134 +Australia,336111,4033742,808,11,134 +Australia,336120,1385592,808,11,134 +Australia,336211,192679,808,11,134 +Australia,336214,4490749,808,11,134 +Australia,336311,10990668,808,11,134 +Australia,336321,2439461,808,11,134 +Australia,336322,2007416,808,11,134 +Australia,336330,11515728,808,11,134 +Australia,336340,7989537,808,11,134 +Australia,336350,18556303,808,11,134 +Australia,336360,3185116,808,11,134 +Australia,336370,87741,808,11,134 +Australia,336391,796017,808,11,134 +Australia,336399,43179022,808,11,134 +Australia,336411,2354735,808,11,134 +Australia,336412,5921240,808,11,134 +Australia,336413,156343723,808,11,134 +Australia,336419,872913,808,11,134 +Australia,336510,8875371,808,11,134 +Australia,336611,1429026,808,11,134 +Australia,336612,22031523,808,11,134 +Australia,336991,46066482,808,11,134 +Australia,336992,1861948,808,11,134 +Australia,337110,54240,808,11,134 +Australia,337124,175805,808,11,134 +Australia,337127,6253950,808,11,134 +Australia,337211,105018,808,11,134 +Australia,337214,262471,808,11,134 +Australia,337215,2917670,808,11,134 +Australia,337910,6088,808,11,134 +Australia,337920,99219,808,11,134 +Australia,339112,20343531,808,11,134 +Australia,339113,453152980,808,11,134 +Australia,339114,6210727,808,11,134 +Australia,339115,386823,808,11,134 +Australia,339911,100144646,808,11,134 +Australia,339913,94156399,808,11,134 +Australia,339914,1128937,808,11,134 +Australia,339920,4199922,808,11,134 +Australia,339932,4144689,808,11,134 +Australia,339941,50995,808,11,134 +Australia,339942,421119,808,11,134 +Australia,339943,2848,808,11,134 +Australia,339944,3497,808,11,134 +Australia,339950,116042,808,11,134 +Australia,339991,3328787,808,11,134 +Australia,339992,991441,808,11,134 +Australia,339993,60393,808,11,134 +Australia,339994,1639440,808,11,134 +Australia,339999,17746679,808,11,134 +Australia,511210,316588,808,11,134 +Australia,910000,4670853,808,11,134 +Australia,920000,17007119,808,11,134 +Australia,980000,478021275,808,11,134 +Australia,990000,57276519,808,11,134 +Austria,111120,84392,804,12,135 +Austria,111130,22728,804,12,135 +Austria,111150,429177,804,12,135 +Austria,111219,48061,804,12,135 +Austria,111335,174397,804,12,135 +Austria,111339,9518,804,12,135 +Austria,111998,52101,804,12,135 +Austria,112210,22193,804,12,135 +Austria,112910,423954,804,12,135 +Austria,112920,30661,804,12,135 +Austria,112930,2200,804,12,135 +Austria,112990,395470,804,12,135 +Austria,113210,124541,804,12,135 +Austria,113310,13153,804,12,135 +Austria,212325,62579,804,12,135 +Austria,212393,314045,804,12,135 +Austria,212399,8005,804,12,135 +Austria,311119,4540109,804,12,135 +Austria,311211,4037,804,12,135 +Austria,311221,5345694,804,12,135 +Austria,311222,10924,804,12,135 +Austria,311223,306420,804,12,135 +Austria,311230,10738,804,12,135 +Austria,311311,969227,804,12,135 +Austria,311320,9975094,804,12,135 +Austria,311340,362330,804,12,135 +Austria,311411,171957,804,12,135 +Austria,311421,1330276,804,12,135 +Austria,311423,93122,804,12,135 +Austria,311513,6727785,804,12,135 +Austria,311514,20148,804,12,135 +Austria,311711,167175,804,12,135 +Austria,311811,3540576,804,12,135 +Austria,311822,2550,804,12,135 +Austria,311920,432338,804,12,135 +Austria,311930,65052,804,12,135 +Austria,311941,4028,804,12,135 +Austria,311942,81163,804,12,135 +Austria,311999,4292506,804,12,135 +Austria,312111,410300675,804,12,135 +Austria,312112,21768,804,12,135 +Austria,312113,8220,804,12,135 +Austria,312120,1509256,804,12,135 +Austria,312130,11209623,804,12,135 +Austria,312140,4179792,804,12,135 +Austria,313111,2041895,804,12,135 +Austria,313113,3130,804,12,135 +Austria,313210,5857848,804,12,135 +Austria,313221,3502661,804,12,135 +Austria,313230,158120,804,12,135 +Austria,313249,535544,804,12,135 +Austria,313312,788005,804,12,135 +Austria,313320,1203230,804,12,135 +Austria,314110,162985,804,12,135 +Austria,314121,8145,804,12,135 +Austria,314129,849287,804,12,135 +Austria,314911,1410,804,12,135 +Austria,314912,54084,804,12,135 +Austria,314991,4001951,804,12,135 +Austria,314992,84816,804,12,135 +Austria,314999,2139032,804,12,135 +Austria,315111,5026618,804,12,135 +Austria,315221,15066,804,12,135 +Austria,315222,583944,804,12,135 +Austria,315223,64395,804,12,135 +Austria,315224,40492,804,12,135 +Austria,315228,142730,804,12,135 +Austria,315231,828934,804,12,135 +Austria,315232,698254,804,12,135 +Austria,315233,233715,804,12,135 +Austria,315234,1605486,804,12,135 +Austria,315239,2023565,804,12,135 +Austria,315291,4399,804,12,135 +Austria,315292,72467,804,12,135 +Austria,315991,135290,804,12,135 +Austria,315992,122820,804,12,135 +Austria,315993,6423,804,12,135 +Austria,315999,313168,804,12,135 +Austria,316110,7869653,804,12,135 +Austria,316211,389,804,12,135 +Austria,316212,121877,804,12,135 +Austria,316213,36463,804,12,135 +Austria,316214,5621936,804,12,135 +Austria,316219,3370976,804,12,135 +Austria,316991,521160,804,12,135 +Austria,316992,18521,804,12,135 +Austria,316993,1763489,804,12,135 +Austria,316999,1234355,804,12,135 +Austria,321113,5210078,804,12,135 +Austria,321211,3090364,804,12,135 +Austria,321212,161940,804,12,135 +Austria,321213,1691779,804,12,135 +Austria,321219,27389222,804,12,135 +Austria,321911,572055,804,12,135 +Austria,321918,8221798,804,12,135 +Austria,321920,130702,804,12,135 +Austria,321999,147708,804,12,135 +Austria,322110,1964361,804,12,135 +Austria,322121,63220125,804,12,135 +Austria,322122,3464605,804,12,135 +Austria,322130,5901438,804,12,135 +Austria,322211,249244,804,12,135 +Austria,322212,292520,804,12,135 +Austria,322213,28547,804,12,135 +Austria,322222,841858,804,12,135 +Austria,322223,835157,804,12,135 +Austria,322224,249134,804,12,135 +Austria,322232,2461,804,12,135 +Austria,322233,2435,804,12,135 +Austria,322299,2284735,804,12,135 +Austria,323116,7417,804,12,135 +Austria,323117,1058514,804,12,135 +Austria,323118,20155,804,12,135 +Austria,323119,5533948,804,12,135 +Austria,323122,2760,804,12,135 +Austria,324110,1760221,804,12,135 +Austria,325120,3164932,804,12,135 +Austria,325131,499640,804,12,135 +Austria,325132,2051,804,12,135 +Austria,325181,74315,804,12,135 +Austria,325188,32612531,804,12,135 +Austria,325191,22856,804,12,135 +Austria,325192,227160,804,12,135 +Austria,325199,105255378,804,12,135 +Austria,325211,91528490,804,12,135 +Austria,325212,26899553,804,12,135 +Austria,325221,66643965,804,12,135 +Austria,325222,9033127,804,12,135 +Austria,325311,7610418,804,12,135 +Austria,325312,9089,804,12,135 +Austria,325320,1003663,804,12,135 +Austria,325411,162767754,804,12,135 +Austria,325412,587192260,804,12,135 +Austria,325414,244306086,804,12,135 +Austria,325510,2901757,804,12,135 +Austria,325520,202481,804,12,135 +Austria,325611,557691,804,12,135 +Austria,325612,5893,804,12,135 +Austria,325613,2051731,804,12,135 +Austria,325620,1802146,804,12,135 +Austria,325910,7963337,804,12,135 +Austria,325920,3403,804,12,135 +Austria,325992,584207,804,12,135 +Austria,325998,8795021,804,12,135 +Austria,326112,3279,804,12,135 +Austria,326113,5908116,804,12,135 +Austria,326121,1965476,804,12,135 +Austria,326122,4737310,804,12,135 +Austria,326160,26045274,804,12,135 +Austria,326191,23646,804,12,135 +Austria,326192,8972,804,12,135 +Austria,326199,54081723,804,12,135 +Austria,326211,20550,804,12,135 +Austria,326220,3710291,804,12,135 +Austria,326299,7178782,804,12,135 +Austria,327111,226572,804,12,135 +Austria,327112,705731,804,12,135 +Austria,327113,2818122,804,12,135 +Austria,327124,2187042,804,12,135 +Austria,327125,24546059,804,12,135 +Austria,327211,368879,804,12,135 +Austria,327212,40135017,804,12,135 +Austria,327213,7261441,804,12,135 +Austria,327215,7637808,804,12,135 +Austria,327390,81041,804,12,135 +Austria,327910,30947675,804,12,135 +Austria,327991,22736,804,12,135 +Austria,327992,2071089,804,12,135 +Austria,327993,2634080,804,12,135 +Austria,327999,9648699,804,12,135 +Austria,331111,353387988,804,12,135 +Austria,331112,15525401,804,12,135 +Austria,331222,12030089,804,12,135 +Austria,331311,27254,804,12,135 +Austria,331312,3388470,804,12,135 +Austria,331314,3772083,804,12,135 +Austria,331315,82690707,804,12,135 +Austria,331316,1246444,804,12,135 +Austria,331319,160717,804,12,135 +Austria,331411,7792,804,12,135 +Austria,331419,158163,804,12,135 +Austria,331421,2155957,804,12,135 +Austria,331422,832186,804,12,135 +Austria,331491,38500543,804,12,135 +Austria,331492,2788848,804,12,135 +Austria,331511,12118687,804,12,135 +Austria,332115,432827,804,12,135 +Austria,332211,288410,804,12,135 +Austria,332212,14826603,804,12,135 +Austria,332213,6764806,804,12,135 +Austria,332214,939222,804,12,135 +Austria,332312,5627245,804,12,135 +Austria,332321,368228,804,12,135 +Austria,332322,10655,804,12,135 +Austria,332323,2654198,804,12,135 +Austria,332410,909819,804,12,135 +Austria,332420,5228474,804,12,135 +Austria,332439,655741,804,12,135 +Austria,332510,75507400,804,12,135 +Austria,332611,3397720,804,12,135 +Austria,332618,18631059,804,12,135 +Austria,332722,7748744,804,12,135 +Austria,332911,49154829,804,12,135 +Austria,332912,1534611,804,12,135 +Austria,332913,89069,804,12,135 +Austria,332919,15879170,804,12,135 +Austria,332991,33240362,804,12,135 +Austria,332992,73108,804,12,135 +Austria,332994,120359282,804,12,135 +Austria,332995,7188,804,12,135 +Austria,332997,2627,804,12,135 +Austria,332998,34691,804,12,135 +Austria,332999,40824196,804,12,135 +Austria,333111,25761477,804,12,135 +Austria,333120,162444626,804,12,135 +Austria,333131,19071125,804,12,135 +Austria,333132,9287899,804,12,135 +Austria,333210,6503196,804,12,135 +Austria,333220,67400939,804,12,135 +Austria,333291,21926490,804,12,135 +Austria,333292,7119105,804,12,135 +Austria,333293,6032439,804,12,135 +Austria,333294,20303577,804,12,135 +Austria,333295,33223251,804,12,135 +Austria,333298,1198346,804,12,135 +Austria,333311,180505,804,12,135 +Austria,333313,33963476,804,12,135 +Austria,333314,27656964,804,12,135 +Austria,333315,9860000,804,12,135 +Austria,333319,239140,804,12,135 +Austria,333411,1271057,804,12,135 +Austria,333412,993504,804,12,135 +Austria,333414,3629550,804,12,135 +Austria,333415,16303038,804,12,135 +Austria,333511,9211092,804,12,135 +Austria,333512,32387049,804,12,135 +Austria,333513,25084175,804,12,135 +Austria,333514,5551891,804,12,135 +Austria,333515,12913559,804,12,135 +Austria,333516,921176,804,12,135 +Austria,333611,17899591,804,12,135 +Austria,333612,6501303,804,12,135 +Austria,333613,37063981,804,12,135 +Austria,333618,67004429,804,12,135 +Austria,333911,51207376,804,12,135 +Austria,333912,10761285,804,12,135 +Austria,333913,3808150,804,12,135 +Austria,333921,11683518,804,12,135 +Austria,333922,25027023,804,12,135 +Austria,333923,25658813,804,12,135 +Austria,333924,8932992,804,12,135 +Austria,333991,21508295,804,12,135 +Austria,333992,13755594,804,12,135 +Austria,333993,3742016,804,12,135 +Austria,333994,16404237,804,12,135 +Austria,333995,4094445,804,12,135 +Austria,333996,1137869,804,12,135 +Austria,333997,107015,804,12,135 +Austria,333999,83415560,804,12,135 +Austria,334111,3398747,804,12,135 +Austria,334112,1081775,804,12,135 +Austria,334119,26220250,804,12,135 +Austria,334210,194319,804,12,135 +Austria,334220,19635296,804,12,135 +Austria,334290,1747410,804,12,135 +Austria,334310,76582972,804,12,135 +Austria,334411,33579,804,12,135 +Austria,334412,2590733,804,12,135 +Austria,334413,238791904,804,12,135 +Austria,334414,4370549,804,12,135 +Austria,334415,4809447,804,12,135 +Austria,334416,2524408,804,12,135 +Austria,334417,4951000,804,12,135 +Austria,334418,5958244,804,12,135 +Austria,334419,74014760,804,12,135 +Austria,334510,66004974,804,12,135 +Austria,334511,9252718,804,12,135 +Austria,334512,373528,804,12,135 +Austria,334513,10849559,804,12,135 +Austria,334514,1652594,804,12,135 +Austria,334515,27885592,804,12,135 +Austria,334516,48349382,804,12,135 +Austria,334517,22797849,804,12,135 +Austria,334518,283333,804,12,135 +Austria,334519,17441972,804,12,135 +Austria,334612,5434096,804,12,135 +Austria,334613,1841778,804,12,135 +Austria,335110,3623875,804,12,135 +Austria,335121,531560,804,12,135 +Austria,335129,3825961,804,12,135 +Austria,335211,1526842,804,12,135 +Austria,335212,414843,804,12,135 +Austria,335221,3423308,804,12,135 +Austria,335222,13307965,804,12,135 +Austria,335224,517649,804,12,135 +Austria,335228,3231935,804,12,135 +Austria,335311,121834437,804,12,135 +Austria,335312,40703100,804,12,135 +Austria,335313,7017516,804,12,135 +Austria,335314,22967274,804,12,135 +Austria,335911,4761818,804,12,135 +Austria,335912,23958,804,12,135 +Austria,335921,2722,804,12,135 +Austria,335929,8117928,804,12,135 +Austria,335931,3444197,804,12,135 +Austria,335932,183002,804,12,135 +Austria,335991,1704107,804,12,135 +Austria,335999,20018901,804,12,135 +Austria,336111,276593487,804,12,135 +Austria,336120,19066,804,12,135 +Austria,336212,4100,804,12,135 +Austria,336214,322916,804,12,135 +Austria,336311,494464985,804,12,135 +Austria,336321,10730269,804,12,135 +Austria,336322,3905434,804,12,135 +Austria,336330,5914530,804,12,135 +Austria,336340,806696,804,12,135 +Austria,336350,19662255,804,12,135 +Austria,336360,5915549,804,12,135 +Austria,336370,1563514,804,12,135 +Austria,336391,480122,804,12,135 +Austria,336399,182994371,804,12,135 +Austria,336411,7893984,804,12,135 +Austria,336412,22643701,804,12,135 +Austria,336413,79021532,804,12,135 +Austria,336419,26722569,804,12,135 +Austria,336510,7228257,804,12,135 +Austria,336612,119270,804,12,135 +Austria,336991,67906541,804,12,135 +Austria,336992,414008,804,12,135 +Austria,337121,9739,804,12,135 +Austria,337124,481534,804,12,135 +Austria,337127,2731931,804,12,135 +Austria,337211,118205,804,12,135 +Austria,337214,244234,804,12,135 +Austria,337215,20876538,804,12,135 +Austria,337910,140677,804,12,135 +Austria,337920,33042,804,12,135 +Austria,339112,12547730,804,12,135 +Austria,339113,96844140,804,12,135 +Austria,339114,29920700,804,12,135 +Austria,339115,36370072,804,12,135 +Austria,339911,93127268,804,12,135 +Austria,339912,18782,804,12,135 +Austria,339913,3143763,804,12,135 +Austria,339914,82695864,804,12,135 +Austria,339920,49718806,804,12,135 +Austria,339932,5599748,804,12,135 +Austria,339941,68905,804,12,135 +Austria,339942,223482,804,12,135 +Austria,339943,8380556,804,12,135 +Austria,339944,381267,804,12,135 +Austria,339950,460560,804,12,135 +Austria,339991,4841751,804,12,135 +Austria,339992,8598913,804,12,135 +Austria,339993,2265943,804,12,135 +Austria,339994,337975,804,12,135 +Austria,339999,11071284,804,12,135 +Austria,511210,348917,804,12,135 +Austria,910000,21419280,804,12,135 +Austria,920000,79811211,804,12,135 +Austria,980000,49025890,804,12,135 +Austria,990000,72625877,804,12,135 +Azerbaijan,111998,1541538,806,13,136 +Azerbaijan,211111,2035182028,806,13,136 +Azerbaijan,311421,224616,806,13,136 +Azerbaijan,311711,58111,806,13,136 +Azerbaijan,311941,11326,806,13,136 +Azerbaijan,312112,4557,806,13,136 +Azerbaijan,312130,115541,806,13,136 +Azerbaijan,313210,15397,806,13,136 +Azerbaijan,314110,19222,806,13,136 +Azerbaijan,323117,3342,806,13,136 +Azerbaijan,323119,2513,806,13,136 +Azerbaijan,324110,400728,806,13,136 +Azerbaijan,325188,31260,806,13,136 +Azerbaijan,325199,318067,806,13,136 +Azerbaijan,325412,653976,806,13,136 +Azerbaijan,327390,33959,806,13,136 +Azerbaijan,333132,31789,806,13,136 +Azerbaijan,333993,5430,806,13,136 +Azerbaijan,333999,119537,806,13,136 +Azerbaijan,334515,30986,806,13,136 +Azerbaijan,335314,55904,806,13,136 +Azerbaijan,336399,5998,806,13,136 +Azerbaijan,336412,2525,806,13,136 +Azerbaijan,339911,181882,806,13,136 +Azerbaijan,920000,103222,806,13,136 +Azerbaijan,980000,1991493,806,13,136 +Azerbaijan,990000,88636,806,13,136 +Bahamas,111320,300500,803,14,137 +Bahamas,114111,811632,803,14,137 +Bahamas,114112,50772762,803,14,137 +Bahamas,114119,58546,803,14,137 +Bahamas,211111,795233,803,14,137 +Bahamas,212112,3570364,803,14,137 +Bahamas,212319,14960767,803,14,137 +Bahamas,212322,2615803,803,14,137 +Bahamas,212393,25679420,803,14,137 +Bahamas,212399,889537,803,14,137 +Bahamas,311311,1644411,803,14,137 +Bahamas,312120,1118965,803,14,137 +Bahamas,312140,79284,803,14,137 +Bahamas,312229,721898,803,14,137 +Bahamas,313210,7624,803,14,137 +Bahamas,314110,4765,803,14,137 +Bahamas,314129,4424,803,14,137 +Bahamas,314999,398,803,14,137 +Bahamas,315221,3015,803,14,137 +Bahamas,315222,330,803,14,137 +Bahamas,315223,330,803,14,137 +Bahamas,315224,24532,803,14,137 +Bahamas,315232,748,803,14,137 +Bahamas,315233,2150,803,14,137 +Bahamas,315239,6380,803,14,137 +Bahamas,316214,31932,803,14,137 +Bahamas,316219,1359,803,14,137 +Bahamas,316991,3085,803,14,137 +Bahamas,316992,7942,803,14,137 +Bahamas,321920,3535,803,14,137 +Bahamas,321999,39900,803,14,137 +Bahamas,322121,3762,803,14,137 +Bahamas,322222,1031,803,14,137 +Bahamas,323116,4920,803,14,137 +Bahamas,323117,9847,803,14,137 +Bahamas,323119,3075,803,14,137 +Bahamas,324110,483040952,803,14,137 +Bahamas,325188,48341,803,14,137 +Bahamas,325199,660371,803,14,137 +Bahamas,325211,99491354,803,14,137 +Bahamas,325212,305652,803,14,137 +Bahamas,325520,2838,803,14,137 +Bahamas,325620,333733,803,14,137 +Bahamas,326199,5954,803,14,137 +Bahamas,326220,11854,803,14,137 +Bahamas,326299,73101,803,14,137 +Bahamas,327122,8723,803,14,137 +Bahamas,327211,32441,803,14,137 +Bahamas,327212,3276,803,14,137 +Bahamas,327999,2715,803,14,137 +Bahamas,331312,436103,803,14,137 +Bahamas,331419,1403797,803,14,137 +Bahamas,331491,277354,803,14,137 +Bahamas,331511,8182,803,14,137 +Bahamas,332212,10830,803,14,137 +Bahamas,332311,20399,803,14,137 +Bahamas,332321,41285,803,14,137 +Bahamas,332410,5095,803,14,137 +Bahamas,332420,39144,803,14,137 +Bahamas,332999,12079,803,14,137 +Bahamas,333120,55799,803,14,137 +Bahamas,333293,4900,803,14,137 +Bahamas,333313,29371,803,14,137 +Bahamas,333611,5250,803,14,137 +Bahamas,333613,2408,803,14,137 +Bahamas,333618,411818,803,14,137 +Bahamas,333911,2238,803,14,137 +Bahamas,333912,19043,803,14,137 +Bahamas,333924,4250,803,14,137 +Bahamas,333996,3948,803,14,137 +Bahamas,333999,36492,803,14,137 +Bahamas,334111,3550,803,14,137 +Bahamas,334119,19821,803,14,137 +Bahamas,334210,5109,803,14,137 +Bahamas,334220,17136,803,14,137 +Bahamas,334310,7849,803,14,137 +Bahamas,334411,3625,803,14,137 +Bahamas,334412,3182,803,14,137 +Bahamas,334413,14090,803,14,137 +Bahamas,334418,12966,803,14,137 +Bahamas,334419,18967,803,14,137 +Bahamas,334510,4541,803,14,137 +Bahamas,334511,15900,803,14,137 +Bahamas,334514,2750,803,14,137 +Bahamas,334516,23150,803,14,137 +Bahamas,334517,43360,803,14,137 +Bahamas,334518,2235,803,14,137 +Bahamas,335224,4000,803,14,137 +Bahamas,335312,15748,803,14,137 +Bahamas,335314,6257,803,14,137 +Bahamas,335929,4138,803,14,137 +Bahamas,335931,4697,803,14,137 +Bahamas,336311,30085,803,14,137 +Bahamas,336399,189393,803,14,137 +Bahamas,336612,48844,803,14,137 +Bahamas,337127,100532,803,14,137 +Bahamas,339112,3450,803,14,137 +Bahamas,339113,10000,803,14,137 +Bahamas,339911,66531,803,14,137 +Bahamas,339913,19056,803,14,137 +Bahamas,339920,6075,803,14,137 +Bahamas,339991,4819,803,14,137 +Bahamas,339992,3054,803,14,137 +Bahamas,339999,131169,803,14,137 +Bahamas,910000,21370091,803,14,137 +Bahamas,920000,256848,803,14,137 +Bahamas,980000,121801663,803,14,137 +Bahamas,990000,6742445,803,14,137 +Bahrain,114112,840577,806,15,138 +Bahrain,311311,59870,806,15,138 +Bahrain,311513,1906706,806,15,138 +Bahrain,313210,15181054,806,15,138 +Bahrain,314110,21778,806,15,138 +Bahrain,314121,4015845,806,15,138 +Bahrain,314129,56064770,806,15,138 +Bahrain,314999,556736,806,15,138 +Bahrain,315221,8939,806,15,138 +Bahrain,315222,3557,806,15,138 +Bahrain,315223,375472,806,15,138 +Bahrain,315224,7151120,806,15,138 +Bahrain,315228,3204839,806,15,138 +Bahrain,315232,45793,806,15,138 +Bahrain,315233,2450,806,15,138 +Bahrain,315234,1439482,806,15,138 +Bahrain,315239,73316172,806,15,138 +Bahrain,315991,2308,806,15,138 +Bahrain,315999,7605790,806,15,138 +Bahrain,316214,1521,806,15,138 +Bahrain,316991,501,806,15,138 +Bahrain,316992,1134,806,15,138 +Bahrain,322223,3178,806,15,138 +Bahrain,323117,4628,806,15,138 +Bahrain,323119,11550,806,15,138 +Bahrain,325199,63966493,806,15,138 +Bahrain,325311,90474809,806,15,138 +Bahrain,326199,15382,806,15,138 +Bahrain,327211,27500,806,15,138 +Bahrain,327212,255545,806,15,138 +Bahrain,327993,498842,806,15,138 +Bahrain,331111,1194969,806,15,138 +Bahrain,331112,1882004,806,15,138 +Bahrain,331314,4602765,806,15,138 +Bahrain,331315,49725461,806,15,138 +Bahrain,331319,3376944,806,15,138 +Bahrain,331419,168398,806,15,138 +Bahrain,332911,4418,806,15,138 +Bahrain,332999,52306,806,15,138 +Bahrain,333120,36700,806,15,138 +Bahrain,333314,4515,806,15,138 +Bahrain,333511,964063,806,15,138 +Bahrain,333618,5856,806,15,138 +Bahrain,333911,13338,806,15,138 +Bahrain,333996,9043,806,15,138 +Bahrain,333999,3774812,806,15,138 +Bahrain,334112,9082,806,15,138 +Bahrain,334119,7835,806,15,138 +Bahrain,334220,12599,806,15,138 +Bahrain,334418,50450,806,15,138 +Bahrain,334419,13701,806,15,138 +Bahrain,334513,187809,806,15,138 +Bahrain,334515,35200,806,15,138 +Bahrain,335129,9230,806,15,138 +Bahrain,335312,6890,806,15,138 +Bahrain,335911,2505,806,15,138 +Bahrain,335912,12399,806,15,138 +Bahrain,335931,26011,806,15,138 +Bahrain,335999,5051,806,15,138 +Bahrain,336311,17628,806,15,138 +Bahrain,336399,22377,806,15,138 +Bahrain,336991,3250,806,15,138 +Bahrain,337110,854,806,15,138 +Bahrain,337127,2995,806,15,138 +Bahrain,337211,675,806,15,138 +Bahrain,339911,492976,806,15,138 +Bahrain,339913,1281874,806,15,138 +Bahrain,339991,40935,806,15,138 +Bahrain,339992,5705,806,15,138 +Bahrain,910000,248295,806,15,138 +Bahrain,920000,331843,806,15,138 +Bahrain,980000,43075811,806,15,138 +Bahrain,990000,7193199,806,15,138 +Bangladesh,111130,26370,806,16,139 +Bangladesh,111335,40399,806,16,139 +Bangladesh,111910,12225774,806,16,139 +Bangladesh,111998,890056,806,16,139 +Bangladesh,114111,4924458,806,16,139 +Bangladesh,114112,94729262,806,16,139 +Bangladesh,212325,3908,806,16,139 +Bangladesh,311211,10634,806,16,139 +Bangladesh,311212,1317502,806,16,139 +Bangladesh,311223,78489,806,16,139 +Bangladesh,311225,25288,806,16,139 +Bangladesh,311230,310638,806,16,139 +Bangladesh,311311,20398,806,16,139 +Bangladesh,311340,8044,806,16,139 +Bangladesh,311411,377298,806,16,139 +Bangladesh,311421,143645,806,16,139 +Bangladesh,311423,14554,806,16,139 +Bangladesh,311512,22908,806,16,139 +Bangladesh,311514,7680,806,16,139 +Bangladesh,311711,36223,806,16,139 +Bangladesh,311811,1615371,806,16,139 +Bangladesh,311823,13883,806,16,139 +Bangladesh,311919,154823,806,16,139 +Bangladesh,311920,236872,806,16,139 +Bangladesh,311941,37211,806,16,139 +Bangladesh,311942,259338,806,16,139 +Bangladesh,311999,97276,806,16,139 +Bangladesh,312111,8559,806,16,139 +Bangladesh,313111,14505362,806,16,139 +Bangladesh,313210,4927146,806,16,139 +Bangladesh,313221,604,806,16,139 +Bangladesh,314110,2391035,806,16,139 +Bangladesh,314121,293290,806,16,139 +Bangladesh,314129,83350646,806,16,139 +Bangladesh,314911,2043732,806,16,139 +Bangladesh,314912,78904483,806,16,139 +Bangladesh,314991,167305,806,16,139 +Bangladesh,314999,13448794,806,16,139 +Bangladesh,315111,836560,806,16,139 +Bangladesh,315221,108240847,806,16,139 +Bangladesh,315222,29836639,806,16,139 +Bangladesh,315223,786690839,806,16,139 +Bangladesh,315224,755997951,806,16,139 +Bangladesh,315228,764409702,806,16,139 +Bangladesh,315231,226356563,806,16,139 +Bangladesh,315232,280952724,806,16,139 +Bangladesh,315233,61882604,806,16,139 +Bangladesh,315234,101261157,806,16,139 +Bangladesh,315239,752907437,806,16,139 +Bangladesh,315291,187975265,806,16,139 +Bangladesh,315292,451,806,16,139 +Bangladesh,315991,89041461,806,16,139 +Bangladesh,315992,2018721,806,16,139 +Bangladesh,315993,498483,806,16,139 +Bangladesh,315999,4836664,806,16,139 +Bangladesh,316110,214406,806,16,139 +Bangladesh,316211,80020,806,16,139 +Bangladesh,316212,419,806,16,139 +Bangladesh,316213,7763411,806,16,139 +Bangladesh,316214,695403,806,16,139 +Bangladesh,316219,802448,806,16,139 +Bangladesh,316991,1676110,806,16,139 +Bangladesh,316992,100061,806,16,139 +Bangladesh,316993,12340,806,16,139 +Bangladesh,316999,273920,806,16,139 +Bangladesh,321113,38836,806,16,139 +Bangladesh,321999,451328,806,16,139 +Bangladesh,322211,5665,806,16,139 +Bangladesh,322223,339320,806,16,139 +Bangladesh,322299,64263,806,16,139 +Bangladesh,323117,48990,806,16,139 +Bangladesh,323118,36171,806,16,139 +Bangladesh,323119,86973,806,16,139 +Bangladesh,325131,83448,806,16,139 +Bangladesh,325188,4554,806,16,139 +Bangladesh,325211,26001,806,16,139 +Bangladesh,325212,340,806,16,139 +Bangladesh,325222,44065,806,16,139 +Bangladesh,325311,7574107,806,16,139 +Bangladesh,325412,5662,806,16,139 +Bangladesh,325611,49623,806,16,139 +Bangladesh,325620,196274,806,16,139 +Bangladesh,325998,18945,806,16,139 +Bangladesh,326113,389,806,16,139 +Bangladesh,326160,2631,806,16,139 +Bangladesh,326199,11515699,806,16,139 +Bangladesh,326299,327726,806,16,139 +Bangladesh,327112,5209283,806,16,139 +Bangladesh,327122,3038,806,16,139 +Bangladesh,327125,2731,806,16,139 +Bangladesh,327212,6962,806,16,139 +Bangladesh,327993,76058,806,16,139 +Bangladesh,331491,25450,806,16,139 +Bangladesh,332211,3120,806,16,139 +Bangladesh,332212,14427,806,16,139 +Bangladesh,332214,2650,806,16,139 +Bangladesh,332439,67752,806,16,139 +Bangladesh,332618,97878,806,16,139 +Bangladesh,332999,30051,806,16,139 +Bangladesh,333111,3134,806,16,139 +Bangladesh,333314,948408,806,16,139 +Bangladesh,333415,107973,806,16,139 +Bangladesh,333618,22850,806,16,139 +Bangladesh,333911,156633,806,16,139 +Bangladesh,333912,3194,806,16,139 +Bangladesh,333997,8138,806,16,139 +Bangladesh,333999,2710,806,16,139 +Bangladesh,334220,34207,806,16,139 +Bangladesh,334310,38272,806,16,139 +Bangladesh,334413,20814,806,16,139 +Bangladesh,334419,30947,806,16,139 +Bangladesh,334515,19360,806,16,139 +Bangladesh,334516,141075,806,16,139 +Bangladesh,334519,76270,806,16,139 +Bangladesh,335121,339,806,16,139 +Bangladesh,335129,406154,806,16,139 +Bangladesh,335228,4546,806,16,139 +Bangladesh,335312,2695,806,16,139 +Bangladesh,335314,21705,806,16,139 +Bangladesh,335991,11007,806,16,139 +Bangladesh,335999,201777,806,16,139 +Bangladesh,337124,1039045,806,16,139 +Bangladesh,337127,3784689,806,16,139 +Bangladesh,337910,617,806,16,139 +Bangladesh,339113,1197272,806,16,139 +Bangladesh,339115,169646,806,16,139 +Bangladesh,339914,40505,806,16,139 +Bangladesh,339920,5050326,806,16,139 +Bangladesh,339932,5330738,806,16,139 +Bangladesh,339992,14759,806,16,139 +Bangladesh,339994,44543,806,16,139 +Bangladesh,339999,976864,806,16,139 +Bangladesh,910000,6027929,806,16,139 +Bangladesh,920000,187381,806,16,139 +Bangladesh,980000,1360441,806,16,139 +Bangladesh,990000,4189933,806,16,139 +Barbados,111332,23000,803,17,140 +Barbados,112920,45866,803,17,140 +Barbados,112990,192658,803,17,140 +Barbados,113210,11309,803,17,140 +Barbados,114111,498354,803,17,140 +Barbados,212322,13425,803,17,140 +Barbados,311221,18921,803,17,140 +Barbados,311225,17768,803,17,140 +Barbados,311311,6670,803,17,140 +Barbados,311421,120312,803,17,140 +Barbados,311514,55504,803,17,140 +Barbados,311613,15450,803,17,140 +Barbados,311811,1859848,803,17,140 +Barbados,311941,59339,803,17,140 +Barbados,311942,27828,803,17,140 +Barbados,311999,7735,803,17,140 +Barbados,312111,38082,803,17,140 +Barbados,312112,98523,803,17,140 +Barbados,312120,241617,803,17,140 +Barbados,312130,27409,803,17,140 +Barbados,312140,17942998,803,17,140 +Barbados,313210,35246,803,17,140 +Barbados,314129,5851,803,17,140 +Barbados,314912,815405,803,17,140 +Barbados,314999,1150,803,17,140 +Barbados,315223,81560,803,17,140 +Barbados,315228,944,803,17,140 +Barbados,315232,2484,803,17,140 +Barbados,315239,800,803,17,140 +Barbados,315999,413,803,17,140 +Barbados,316992,774,803,17,140 +Barbados,321219,3350,803,17,140 +Barbados,322222,61584,803,17,140 +Barbados,322223,10530,803,17,140 +Barbados,323119,493613,803,17,140 +Barbados,325188,7800,803,17,140 +Barbados,325193,24677,803,17,140 +Barbados,325199,9200,803,17,140 +Barbados,325411,174418,803,17,140 +Barbados,325412,62286,803,17,140 +Barbados,325414,47076,803,17,140 +Barbados,326113,956,803,17,140 +Barbados,326199,10706,803,17,140 +Barbados,327112,3665,803,17,140 +Barbados,327991,31475,803,17,140 +Barbados,331491,134463,803,17,140 +Barbados,332420,70000,803,17,140 +Barbados,333111,119893,803,17,140 +Barbados,333220,7100,803,17,140 +Barbados,333293,10000,803,17,140 +Barbados,333313,7210,803,17,140 +Barbados,333414,4316,803,17,140 +Barbados,333514,17650,803,17,140 +Barbados,333613,5850,803,17,140 +Barbados,333618,36000,803,17,140 +Barbados,333993,10650,803,17,140 +Barbados,333999,1427648,803,17,140 +Barbados,334111,360837,803,17,140 +Barbados,334119,75647,803,17,140 +Barbados,334220,3450,803,17,140 +Barbados,334310,13113,803,17,140 +Barbados,334413,31203,803,17,140 +Barbados,334415,5630965,803,17,140 +Barbados,334417,28698,803,17,140 +Barbados,334418,29769,803,17,140 +Barbados,334419,4520,803,17,140 +Barbados,334513,156458,803,17,140 +Barbados,334514,14160,803,17,140 +Barbados,334515,502929,803,17,140 +Barbados,334516,16700,803,17,140 +Barbados,334518,37034,803,17,140 +Barbados,334519,39600,803,17,140 +Barbados,335121,1317,803,17,140 +Barbados,335312,18344,803,17,140 +Barbados,335313,54127,803,17,140 +Barbados,335314,41931,803,17,140 +Barbados,336412,42624,803,17,140 +Barbados,337127,7118,803,17,140 +Barbados,339112,121928,803,17,140 +Barbados,339113,5712337,803,17,140 +Barbados,339115,66223,803,17,140 +Barbados,339911,12450,803,17,140 +Barbados,339991,265,803,17,140 +Barbados,339999,26500,803,17,140 +Barbados,910000,727357,803,17,140 +Barbados,920000,82138,803,17,140 +Barbados,980000,4748421,803,17,140 +Barbados,990000,697750,803,17,140 +Belarus,212399,59725,804,18,141 +Belarus,311223,2310,804,18,141 +Belarus,311320,305102,804,18,141 +Belarus,311340,23779,804,18,141 +Belarus,311411,9203,804,18,141 +Belarus,311421,7356,804,18,141 +Belarus,311514,890932,804,18,141 +Belarus,311711,296885,804,18,141 +Belarus,311811,162110,804,18,141 +Belarus,311999,9714,804,18,141 +Belarus,312130,192288,804,18,141 +Belarus,312140,23236,804,18,141 +Belarus,313210,1706849,804,18,141 +Belarus,313221,122134,804,18,141 +Belarus,314110,19102,804,18,141 +Belarus,314129,1019,804,18,141 +Belarus,314999,219998,804,18,141 +Belarus,315111,55414,804,18,141 +Belarus,315223,81087,804,18,141 +Belarus,315228,322161,804,18,141 +Belarus,315231,3314,804,18,141 +Belarus,315232,18767,804,18,141 +Belarus,315233,22142,804,18,141 +Belarus,315234,66413,804,18,141 +Belarus,315239,37177,804,18,141 +Belarus,315991,9270,804,18,141 +Belarus,316999,31182,804,18,141 +Belarus,321211,1076691,804,18,141 +Belarus,321213,29617,804,18,141 +Belarus,321911,230933,804,18,141 +Belarus,321918,689064,804,18,141 +Belarus,321999,157422,804,18,141 +Belarus,322211,6935,804,18,141 +Belarus,322213,6904,804,18,141 +Belarus,323117,513662,804,18,141 +Belarus,324110,115939813,804,18,141 +Belarus,325188,1688793,804,18,141 +Belarus,325222,6524454,804,18,141 +Belarus,325412,5339,804,18,141 +Belarus,325620,26401,804,18,141 +Belarus,326113,894,804,18,141 +Belarus,326199,13761,804,18,141 +Belarus,326211,1714561,804,18,141 +Belarus,327212,1969648,804,18,141 +Belarus,327215,4532,804,18,141 +Belarus,327993,2425662,804,18,141 +Belarus,331111,23731548,804,18,141 +Belarus,331222,5520103,804,18,141 +Belarus,332212,6649,804,18,141 +Belarus,332213,1246290,804,18,141 +Belarus,332994,16681,804,18,141 +Belarus,332999,2429,804,18,141 +Belarus,333111,38269,804,18,141 +Belarus,333295,48175,804,18,141 +Belarus,333314,5196005,804,18,141 +Belarus,333315,13497,804,18,141 +Belarus,333511,234065,804,18,141 +Belarus,333512,76100,804,18,141 +Belarus,333515,2557,804,18,141 +Belarus,333613,3570,804,18,141 +Belarus,333618,29256,804,18,141 +Belarus,333992,5353,804,18,141 +Belarus,333999,37991,804,18,141 +Belarus,334111,7950,804,18,141 +Belarus,334119,42346,804,18,141 +Belarus,334310,12299,804,18,141 +Belarus,334412,9910,804,18,141 +Belarus,334413,2574466,804,18,141 +Belarus,334416,14896,804,18,141 +Belarus,334419,27281,804,18,141 +Belarus,334510,6437,804,18,141 +Belarus,334511,39352,804,18,141 +Belarus,334513,3879,804,18,141 +Belarus,334515,226376,804,18,141 +Belarus,334516,513023,804,18,141 +Belarus,334517,1392082,804,18,141 +Belarus,334519,771287,804,18,141 +Belarus,334612,22874,804,18,141 +Belarus,335129,15304,804,18,141 +Belarus,335228,18341,804,18,141 +Belarus,335312,69013,804,18,141 +Belarus,335314,86555,804,18,141 +Belarus,335999,61116,804,18,141 +Belarus,336311,2974,804,18,141 +Belarus,336321,5684,804,18,141 +Belarus,336322,2890,804,18,141 +Belarus,336399,30388,804,18,141 +Belarus,337110,64908,804,18,141 +Belarus,337127,592768,804,18,141 +Belarus,337214,701,804,18,141 +Belarus,337910,4392,804,18,141 +Belarus,339112,254458,804,18,141 +Belarus,339115,205533,804,18,141 +Belarus,339913,10587,804,18,141 +Belarus,339920,7473,804,18,141 +Belarus,339932,75064,804,18,141 +Belarus,339992,7712,804,18,141 +Belarus,339999,4435,804,18,141 +Belarus,920000,12779,804,18,141 +Belarus,980000,274703,804,18,141 +Belarus,990000,488308,804,18,141 +Belgium,111219,6456616,804,19,142 +Belgium,111335,234778,804,19,142 +Belgium,111339,2805026,804,19,142 +Belgium,111421,977412,804,19,142 +Belgium,111422,17434,804,19,142 +Belgium,111910,194481,804,19,142 +Belgium,111920,473,804,19,142 +Belgium,111991,221862,804,19,142 +Belgium,111998,141081,804,19,142 +Belgium,112111,11950,804,19,142 +Belgium,112420,235356,804,19,142 +Belgium,112920,18606360,804,19,142 +Belgium,112930,1557269,804,19,142 +Belgium,112990,2994449,804,19,142 +Belgium,113210,1468437,804,19,142 +Belgium,113310,15852,804,19,142 +Belgium,114111,437680,804,19,142 +Belgium,114112,110070,804,19,142 +Belgium,114119,12653,804,19,142 +Belgium,211112,84951,804,19,142 +Belgium,212234,55571,804,19,142 +Belgium,212299,987228,804,19,142 +Belgium,212311,17760,804,19,142 +Belgium,212319,15271,804,19,142 +Belgium,212322,311739,804,19,142 +Belgium,212324,4097,804,19,142 +Belgium,212325,54681,804,19,142 +Belgium,212393,1242914,804,19,142 +Belgium,212399,288152,804,19,142 +Belgium,311111,1887240,804,19,142 +Belgium,311119,10779017,804,19,142 +Belgium,311211,672642,804,19,142 +Belgium,311212,1034584,804,19,142 +Belgium,311213,2047517,804,19,142 +Belgium,311221,46383921,804,19,142 +Belgium,311222,3119286,804,19,142 +Belgium,311223,274135,804,19,142 +Belgium,311225,189578,804,19,142 +Belgium,311230,937432,804,19,142 +Belgium,311311,15232287,804,19,142 +Belgium,311320,97673758,804,19,142 +Belgium,311340,6727381,804,19,142 +Belgium,311411,14689899,804,19,142 +Belgium,311421,9230316,804,19,142 +Belgium,311423,1945814,804,19,142 +Belgium,311511,360245,804,19,142 +Belgium,311512,1516143,804,19,142 +Belgium,311513,1621562,804,19,142 +Belgium,311514,3556376,804,19,142 +Belgium,311611,620367,804,19,142 +Belgium,311613,470663,804,19,142 +Belgium,311811,28855698,804,19,142 +Belgium,311822,7583481,804,19,142 +Belgium,311823,308180,804,19,142 +Belgium,311911,775996,804,19,142 +Belgium,311919,24061,804,19,142 +Belgium,311920,1379548,804,19,142 +Belgium,311930,8219,804,19,142 +Belgium,311941,66432,804,19,142 +Belgium,311942,400421,804,19,142 +Belgium,311999,13285905,804,19,142 +Belgium,312111,3576407,804,19,142 +Belgium,312112,38560,804,19,142 +Belgium,312113,3944,804,19,142 +Belgium,312120,184614713,804,19,142 +Belgium,312130,1837490,804,19,142 +Belgium,312140,1710969,804,19,142 +Belgium,312229,1903296,804,19,142 +Belgium,313111,1797409,804,19,142 +Belgium,313113,64310,804,19,142 +Belgium,313210,44319870,804,19,142 +Belgium,313221,5942604,804,19,142 +Belgium,313230,6831506,804,19,142 +Belgium,313249,610299,804,19,142 +Belgium,313312,148899,804,19,142 +Belgium,313320,11444281,804,19,142 +Belgium,314110,87016933,804,19,142 +Belgium,314121,328721,804,19,142 +Belgium,314129,2446118,804,19,142 +Belgium,314911,22819,804,19,142 +Belgium,314912,169623,804,19,142 +Belgium,314991,279804,804,19,142 +Belgium,314992,2135393,804,19,142 +Belgium,314999,4304316,804,19,142 +Belgium,315111,78650,804,19,142 +Belgium,315221,23425,804,19,142 +Belgium,315222,186066,804,19,142 +Belgium,315223,290767,804,19,142 +Belgium,315224,82416,804,19,142 +Belgium,315228,400831,804,19,142 +Belgium,315231,298176,804,19,142 +Belgium,315232,1344942,804,19,142 +Belgium,315233,830651,804,19,142 +Belgium,315234,1495925,804,19,142 +Belgium,315239,1222700,804,19,142 +Belgium,315291,9492,804,19,142 +Belgium,315292,217636,804,19,142 +Belgium,315991,86814,804,19,142 +Belgium,315992,7868,804,19,142 +Belgium,315993,7328,804,19,142 +Belgium,315999,819932,804,19,142 +Belgium,316110,1324373,804,19,142 +Belgium,316211,23236,804,19,142 +Belgium,316213,359384,804,19,142 +Belgium,316214,601463,804,19,142 +Belgium,316219,89956,804,19,142 +Belgium,316991,390074,804,19,142 +Belgium,316992,197162,804,19,142 +Belgium,316993,100715,804,19,142 +Belgium,316999,292394,804,19,142 +Belgium,321113,171236,804,19,142 +Belgium,321211,2352702,804,19,142 +Belgium,321219,12152633,804,19,142 +Belgium,321911,43696,804,19,142 +Belgium,321918,975875,804,19,142 +Belgium,321920,316555,804,19,142 +Belgium,321999,520951,804,19,142 +Belgium,322121,6640529,804,19,142 +Belgium,322122,729326,804,19,142 +Belgium,322130,6640019,804,19,142 +Belgium,322211,1286584,804,19,142 +Belgium,322212,500618,804,19,142 +Belgium,322213,81827,804,19,142 +Belgium,322215,121267,804,19,142 +Belgium,322222,28660354,804,19,142 +Belgium,322223,6825116,804,19,142 +Belgium,322224,5912,804,19,142 +Belgium,322232,16545,804,19,142 +Belgium,322233,91109,804,19,142 +Belgium,322291,6488287,804,19,142 +Belgium,322299,5418335,804,19,142 +Belgium,323116,3441,804,19,142 +Belgium,323117,3590016,804,19,142 +Belgium,323118,4385160,804,19,142 +Belgium,323119,12536855,804,19,142 +Belgium,323122,86197,804,19,142 +Belgium,324110,2329616292,804,19,142 +Belgium,324122,105402,804,19,142 +Belgium,325110,48052774,804,19,142 +Belgium,325120,594590,804,19,142 +Belgium,325131,20012490,804,19,142 +Belgium,325132,10367037,804,19,142 +Belgium,325181,15706408,804,19,142 +Belgium,325182,1824377,804,19,142 +Belgium,325188,114289141,804,19,142 +Belgium,325191,4882079,804,19,142 +Belgium,325192,115575125,804,19,142 +Belgium,325193,6561,804,19,142 +Belgium,325199,343125862,804,19,142 +Belgium,325211,133334131,804,19,142 +Belgium,325212,22746009,804,19,142 +Belgium,325221,22153,804,19,142 +Belgium,325222,7930784,804,19,142 +Belgium,325311,11259,804,19,142 +Belgium,325312,39498349,804,19,142 +Belgium,325320,14480085,804,19,142 +Belgium,325411,1648956628,804,19,142 +Belgium,325412,1650702001,804,19,142 +Belgium,325414,749435874,804,19,142 +Belgium,325510,12816232,804,19,142 +Belgium,325520,7120831,804,19,142 +Belgium,325611,11412587,804,19,142 +Belgium,325612,920638,804,19,142 +Belgium,325613,10530475,804,19,142 +Belgium,325620,89755833,804,19,142 +Belgium,325910,7813350,804,19,142 +Belgium,325920,2347244,804,19,142 +Belgium,325992,138552784,804,19,142 +Belgium,325998,18961969,804,19,142 +Belgium,326113,42722832,804,19,142 +Belgium,326121,4295075,804,19,142 +Belgium,326122,1491518,804,19,142 +Belgium,326160,921433,804,19,142 +Belgium,326191,2362,804,19,142 +Belgium,326192,46432965,804,19,142 +Belgium,326199,41456554,804,19,142 +Belgium,326211,250422,804,19,142 +Belgium,326212,28794,804,19,142 +Belgium,326220,4716686,804,19,142 +Belgium,326299,8618886,804,19,142 +Belgium,327111,12438,804,19,142 +Belgium,327112,677700,804,19,142 +Belgium,327113,10874,804,19,142 +Belgium,327121,14372,804,19,142 +Belgium,327122,407883,804,19,142 +Belgium,327123,66039,804,19,142 +Belgium,327124,104477,804,19,142 +Belgium,327125,774909,804,19,142 +Belgium,327211,6858045,804,19,142 +Belgium,327212,8104335,804,19,142 +Belgium,327213,5416760,804,19,142 +Belgium,327215,8195935,804,19,142 +Belgium,327310,7214,804,19,142 +Belgium,327331,7800,804,19,142 +Belgium,327390,2752331,804,19,142 +Belgium,327410,262175,804,19,142 +Belgium,327420,19141,804,19,142 +Belgium,327910,3248548,804,19,142 +Belgium,327991,983237,804,19,142 +Belgium,327992,1617278,804,19,142 +Belgium,327993,8512182,804,19,142 +Belgium,327999,3936810,804,19,142 +Belgium,331111,166241048,804,19,142 +Belgium,331112,5584636,804,19,142 +Belgium,331222,11130849,804,19,142 +Belgium,331312,389327,804,19,142 +Belgium,331314,6211,804,19,142 +Belgium,331315,4114364,804,19,142 +Belgium,331316,7612623,804,19,142 +Belgium,331319,1811823,804,19,142 +Belgium,331411,1292368,804,19,142 +Belgium,331419,179522484,804,19,142 +Belgium,331421,280917,804,19,142 +Belgium,331422,7586089,804,19,142 +Belgium,331491,50068581,804,19,142 +Belgium,331492,34297231,804,19,142 +Belgium,331511,11601674,804,19,142 +Belgium,332115,236355,804,19,142 +Belgium,332211,286025,804,19,142 +Belgium,332212,2260145,804,19,142 +Belgium,332213,1034778,804,19,142 +Belgium,332311,174107,804,19,142 +Belgium,332312,7150613,804,19,142 +Belgium,332321,254827,804,19,142 +Belgium,332323,609204,804,19,142 +Belgium,332410,8826378,804,19,142 +Belgium,332420,4440740,804,19,142 +Belgium,332431,147224,804,19,142 +Belgium,332439,684053,804,19,142 +Belgium,332510,6064135,804,19,142 +Belgium,332611,696964,804,19,142 +Belgium,332618,3872649,804,19,142 +Belgium,332722,2823735,804,19,142 +Belgium,332911,10670857,804,19,142 +Belgium,332912,17637340,804,19,142 +Belgium,332913,59265,804,19,142 +Belgium,332919,662670,804,19,142 +Belgium,332991,3397169,804,19,142 +Belgium,332992,1948635,804,19,142 +Belgium,332994,51113684,804,19,142 +Belgium,332995,1027632,804,19,142 +Belgium,332997,18373,804,19,142 +Belgium,332998,432383,804,19,142 +Belgium,332999,43025737,804,19,142 +Belgium,333111,69525424,804,19,142 +Belgium,333120,93866325,804,19,142 +Belgium,333131,9002772,804,19,142 +Belgium,333132,181088,804,19,142 +Belgium,333210,267991,804,19,142 +Belgium,333220,4225310,804,19,142 +Belgium,333291,1357465,804,19,142 +Belgium,333292,50470238,804,19,142 +Belgium,333293,23257836,804,19,142 +Belgium,333294,7845500,804,19,142 +Belgium,333295,10470099,804,19,142 +Belgium,333298,513932,804,19,142 +Belgium,333311,381542,804,19,142 +Belgium,333313,177903,804,19,142 +Belgium,333314,20507204,804,19,142 +Belgium,333315,21177431,804,19,142 +Belgium,333319,141346,804,19,142 +Belgium,333411,108369,804,19,142 +Belgium,333412,217398,804,19,142 +Belgium,333414,37451553,804,19,142 +Belgium,333415,31069014,804,19,142 +Belgium,333511,2853877,804,19,142 +Belgium,333512,6316520,804,19,142 +Belgium,333513,7337200,804,19,142 +Belgium,333514,327763,804,19,142 +Belgium,333515,1044667,804,19,142 +Belgium,333516,120254,804,19,142 +Belgium,333611,3153389,804,19,142 +Belgium,333612,134942686,804,19,142 +Belgium,333613,9972440,804,19,142 +Belgium,333618,5178802,804,19,142 +Belgium,333911,17943349,804,19,142 +Belgium,333912,106182751,804,19,142 +Belgium,333913,25607,804,19,142 +Belgium,333921,7053,804,19,142 +Belgium,333922,5002860,804,19,142 +Belgium,333923,3485164,804,19,142 +Belgium,333924,21405175,804,19,142 +Belgium,333991,829293,804,19,142 +Belgium,333992,4352254,804,19,142 +Belgium,333993,5966912,804,19,142 +Belgium,333994,47543312,804,19,142 +Belgium,333995,27538483,804,19,142 +Belgium,333996,26380821,804,19,142 +Belgium,333997,233298,804,19,142 +Belgium,333999,47868006,804,19,142 +Belgium,334111,15404200,804,19,142 +Belgium,334112,1094574,804,19,142 +Belgium,334119,86551653,804,19,142 +Belgium,334210,398091,804,19,142 +Belgium,334220,28121456,804,19,142 +Belgium,334290,10171486,804,19,142 +Belgium,334310,111117829,804,19,142 +Belgium,334411,158059,804,19,142 +Belgium,334412,1886205,804,19,142 +Belgium,334413,31423172,804,19,142 +Belgium,334414,32710,804,19,142 +Belgium,334415,140126,804,19,142 +Belgium,334416,133237,804,19,142 +Belgium,334417,8348494,804,19,142 +Belgium,334418,20424925,804,19,142 +Belgium,334419,22230647,804,19,142 +Belgium,334510,4722452,804,19,142 +Belgium,334511,6117286,804,19,142 +Belgium,334512,81019,804,19,142 +Belgium,334513,5484216,804,19,142 +Belgium,334514,1492432,804,19,142 +Belgium,334515,13078845,804,19,142 +Belgium,334516,14591075,804,19,142 +Belgium,334517,13830203,804,19,142 +Belgium,334518,829523,804,19,142 +Belgium,334519,7713089,804,19,142 +Belgium,334612,456742,804,19,142 +Belgium,334613,120248,804,19,142 +Belgium,335110,28271699,804,19,142 +Belgium,335121,1705523,804,19,142 +Belgium,335129,3111223,804,19,142 +Belgium,335211,195167,804,19,142 +Belgium,335212,129233,804,19,142 +Belgium,335221,333240,804,19,142 +Belgium,335222,20437,804,19,142 +Belgium,335224,12206024,804,19,142 +Belgium,335228,13032457,804,19,142 +Belgium,335311,11131574,804,19,142 +Belgium,335312,9434734,804,19,142 +Belgium,335313,4736597,804,19,142 +Belgium,335314,13652435,804,19,142 +Belgium,335911,211456,804,19,142 +Belgium,335912,6526849,804,19,142 +Belgium,335921,69759,804,19,142 +Belgium,335929,11910919,804,19,142 +Belgium,335931,4172540,804,19,142 +Belgium,335932,3213473,804,19,142 +Belgium,335991,153694,804,19,142 +Belgium,335999,15522803,804,19,142 +Belgium,336111,582675712,804,19,142 +Belgium,336120,82648295,804,19,142 +Belgium,336211,174383,804,19,142 +Belgium,336212,193209,804,19,142 +Belgium,336214,122648,804,19,142 +Belgium,336311,9559531,804,19,142 +Belgium,336321,19476794,804,19,142 +Belgium,336322,27740123,804,19,142 +Belgium,336330,4177791,804,19,142 +Belgium,336340,1459002,804,19,142 +Belgium,336350,17441154,804,19,142 +Belgium,336360,1240390,804,19,142 +Belgium,336370,220417,804,19,142 +Belgium,336391,44721,804,19,142 +Belgium,336399,15390412,804,19,142 +Belgium,336411,25000,804,19,142 +Belgium,336412,147205882,804,19,142 +Belgium,336413,122505336,804,19,142 +Belgium,336419,530904,804,19,142 +Belgium,336510,90522,804,19,142 +Belgium,336612,720396,804,19,142 +Belgium,336991,2609009,804,19,142 +Belgium,336992,80579,804,19,142 +Belgium,337121,9195,804,19,142 +Belgium,337124,2035950,804,19,142 +Belgium,337127,17332202,804,19,142 +Belgium,337211,127004,804,19,142 +Belgium,337214,138778,804,19,142 +Belgium,337215,1313244,804,19,142 +Belgium,337910,45309,804,19,142 +Belgium,337920,65047,804,19,142 +Belgium,339112,11442299,804,19,142 +Belgium,339113,7129807,804,19,142 +Belgium,339114,173942,804,19,142 +Belgium,339115,1636435,804,19,142 +Belgium,339911,38619900,804,19,142 +Belgium,339912,22055,804,19,142 +Belgium,339913,3012721778,804,19,142 +Belgium,339914,88415,804,19,142 +Belgium,339920,6972558,804,19,142 +Belgium,339932,851359,804,19,142 +Belgium,339941,55871,804,19,142 +Belgium,339942,1518011,804,19,142 +Belgium,339943,3707,804,19,142 +Belgium,339944,18239017,804,19,142 +Belgium,339950,194311,804,19,142 +Belgium,339991,11213924,804,19,142 +Belgium,339992,317890,804,19,142 +Belgium,339993,393684,804,19,142 +Belgium,339994,2115083,804,19,142 +Belgium,339995,54479,804,19,142 +Belgium,339999,4458736,804,19,142 +Belgium,511210,121686,804,19,142 +Belgium,910000,9293670,804,19,142 +Belgium,920000,172298505,804,19,142 +Belgium,980000,792121519,804,19,142 +Belgium,990000,85940689,804,19,142 +Belize,111130,160520,803,20,143 +Belize,111320,226769,803,20,143 +Belize,111339,16260285,803,20,143 +Belize,111421,3050,803,20,143 +Belize,111422,67795,803,20,143 +Belize,112511,443127,803,20,143 +Belize,113310,2934,803,20,143 +Belize,114111,447176,803,20,143 +Belize,114112,15703279,803,20,143 +Belize,211111,71066830,803,20,143 +Belize,212311,3387,803,20,143 +Belize,212399,27250,803,20,143 +Belize,311223,2561,803,20,143 +Belize,311411,6497024,803,20,143 +Belize,311421,5817297,803,20,143 +Belize,311711,527333,803,20,143 +Belize,311941,170815,803,20,143 +Belize,311942,188081,803,20,143 +Belize,312120,28145,803,20,143 +Belize,312140,53781,803,20,143 +Belize,314129,2587,803,20,143 +Belize,314991,730,803,20,143 +Belize,315233,999,803,20,143 +Belize,315999,414,803,20,143 +Belize,316110,22416,803,20,143 +Belize,316213,27505,803,20,143 +Belize,316214,2705,803,20,143 +Belize,316219,610,803,20,143 +Belize,316992,2542,803,20,143 +Belize,316999,940,803,20,143 +Belize,321113,1764938,803,20,143 +Belize,321211,32920,803,20,143 +Belize,321999,29092,803,20,143 +Belize,322121,69301,803,20,143 +Belize,322291,1025642,803,20,143 +Belize,323117,10803,803,20,143 +Belize,325192,20906,803,20,143 +Belize,325199,16438,803,20,143 +Belize,325998,1931663,803,20,143 +Belize,326199,112417,803,20,143 +Belize,326299,750,803,20,143 +Belize,327112,8330,803,20,143 +Belize,332911,6930,803,20,143 +Belize,332994,77025,803,20,143 +Belize,332999,35900,803,20,143 +Belize,333120,511077,803,20,143 +Belize,333210,20071,803,20,143 +Belize,333511,68350,803,20,143 +Belize,333612,38210,803,20,143 +Belize,333618,186352,803,20,143 +Belize,333911,38429,803,20,143 +Belize,333912,22467,803,20,143 +Belize,333994,17738,803,20,143 +Belize,333999,7074,803,20,143 +Belize,334111,2460,803,20,143 +Belize,334220,44027,803,20,143 +Belize,334413,4432,803,20,143 +Belize,335211,394076,803,20,143 +Belize,335222,27415,803,20,143 +Belize,335314,6045,803,20,143 +Belize,335911,186851,803,20,143 +Belize,335921,4950,803,20,143 +Belize,335999,125281,803,20,143 +Belize,336321,2285,803,20,143 +Belize,336399,6103,803,20,143 +Belize,337127,165904,803,20,143 +Belize,339112,5967,803,20,143 +Belize,339113,9260,803,20,143 +Belize,339114,7328,803,20,143 +Belize,339911,104786,803,20,143 +Belize,339913,225831,803,20,143 +Belize,339932,2416,803,20,143 +Belize,339991,17555,803,20,143 +Belize,339999,22756,803,20,143 +Belize,910000,488945,803,20,143 +Belize,920000,20684,803,20,143 +Belize,980000,4257079,803,20,143 +Belize,990000,176985,803,20,143 +Benin,112990,170954,805,21,144 +Benin,315223,1857,805,21,144 +Benin,323117,9846,805,21,144 +Benin,325611,29077,805,21,144 +Benin,332999,4014,805,21,144 +Benin,334515,5930,805,21,144 +Benin,335121,286,805,21,144 +Benin,335929,5025,805,21,144 +Benin,339911,7279,805,21,144 +Benin,920000,64167,805,21,144 +Benin,990000,10029,805,21,144 +Bermuda,112920,223500,803,22,145 +Bermuda,211112,8144170,803,22,145 +Bermuda,212393,3000,803,22,145 +Bermuda,311711,54549,803,22,145 +Bermuda,312140,1246481,803,22,145 +Bermuda,314129,1450,803,22,145 +Bermuda,314991,825,803,22,145 +Bermuda,314999,327,803,22,145 +Bermuda,315111,3381,803,22,145 +Bermuda,315228,850,803,22,145 +Bermuda,315233,1046,803,22,145 +Bermuda,315239,938,803,22,145 +Bermuda,315993,497,803,22,145 +Bermuda,316214,1674,803,22,145 +Bermuda,316991,724,803,22,145 +Bermuda,316992,2716,803,22,145 +Bermuda,316999,850,803,22,145 +Bermuda,323117,11482,803,22,145 +Bermuda,323119,8963,803,22,145 +Bermuda,324110,258252,803,22,145 +Bermuda,325199,50251,803,22,145 +Bermuda,325510,13125,803,22,145 +Bermuda,325620,7210,803,22,145 +Bermuda,326199,634,803,22,145 +Bermuda,326299,2691,803,22,145 +Bermuda,327112,3516,803,22,145 +Bermuda,331419,29350,803,22,145 +Bermuda,332212,4950,803,22,145 +Bermuda,332420,135779,803,22,145 +Bermuda,333120,318000,803,22,145 +Bermuda,333313,3599,803,22,145 +Bermuda,333314,3229,803,22,145 +Bermuda,333315,9349,803,22,145 +Bermuda,333912,9754,803,22,145 +Bermuda,333995,4501,803,22,145 +Bermuda,333999,3905,803,22,145 +Bermuda,334111,52337,803,22,145 +Bermuda,334112,12921,803,22,145 +Bermuda,334119,65869,803,22,145 +Bermuda,334220,18826,803,22,145 +Bermuda,334290,3761,803,22,145 +Bermuda,334310,13084,803,22,145 +Bermuda,334413,122399,803,22,145 +Bermuda,334510,12188,803,22,145 +Bermuda,334512,6829,803,22,145 +Bermuda,334513,9229,803,22,145 +Bermuda,334515,15498,803,22,145 +Bermuda,334516,59269,803,22,145 +Bermuda,334519,5133,803,22,145 +Bermuda,334612,8338,803,22,145 +Bermuda,335221,3392,803,22,145 +Bermuda,335314,4581,803,22,145 +Bermuda,335911,7450,803,22,145 +Bermuda,335921,3243,803,22,145 +Bermuda,336991,6531,803,22,145 +Bermuda,337127,750,803,22,145 +Bermuda,337215,768,803,22,145 +Bermuda,339112,3450,803,22,145 +Bermuda,339114,8110,803,22,145 +Bermuda,339911,14934,803,22,145 +Bermuda,339913,2760,803,22,145 +Bermuda,339920,2870,803,22,145 +Bermuda,339999,33071,803,22,145 +Bermuda,910000,261844,803,22,145 +Bermuda,920000,88520,803,22,145 +Bermuda,980000,11229977,803,22,145 +Bermuda,990000,429897,803,22,145 +Bhutan,311212,150940,806,23,146 +Bhutan,315233,448,806,23,146 +Bhutan,315239,324,806,23,146 +Bhutan,315993,3714,806,23,146 +Bhutan,315999,5117,806,23,146 +Bhutan,321920,8239,806,23,146 +Bhutan,322233,2300,806,23,146 +Bhutan,327991,22210,806,23,146 +Bhutan,332994,2804,806,23,146 +Bhutan,332999,75096,806,23,146 +Bhutan,333995,7845,806,23,146 +Bhutan,334220,48865,806,23,146 +Bhutan,334418,4867,806,23,146 +Bhutan,334511,3905,806,23,146 +Bhutan,335129,313,806,23,146 +Bhutan,336399,3074,806,23,146 +Bhutan,339920,18410,806,23,146 +Bhutan,920000,34473,806,23,146 +Bhutan,980000,2709,806,23,146 +Bhutan,990000,10828,806,23,146 +Bolivia,111120,949470,803,24,147 +Bolivia,111130,4058942,803,24,147 +Bolivia,111150,26278,803,24,147 +Bolivia,111199,232989,803,24,147 +Bolivia,111335,32646540,803,24,147 +Bolivia,111339,4030053,803,24,147 +Bolivia,111998,22225288,803,24,147 +Bolivia,211111,209826395,803,24,147 +Bolivia,212299,19105204,803,24,147 +Bolivia,212391,313799,803,24,147 +Bolivia,311211,16616,803,24,147 +Bolivia,311221,2614,803,24,147 +Bolivia,311230,654527,803,24,147 +Bolivia,311311,7593676,803,24,147 +Bolivia,311320,5161,803,24,147 +Bolivia,311411,20043,803,24,147 +Bolivia,311421,1208611,803,24,147 +Bolivia,311423,101244,803,24,147 +Bolivia,311611,23809,803,24,147 +Bolivia,311811,241708,803,24,147 +Bolivia,311823,178344,803,24,147 +Bolivia,311920,57298,803,24,147 +Bolivia,311942,12246,803,24,147 +Bolivia,311999,12705,803,24,147 +Bolivia,312120,49618,803,24,147 +Bolivia,313111,163903,803,24,147 +Bolivia,313221,5068,803,24,147 +Bolivia,313249,810,803,24,147 +Bolivia,313312,5864,803,24,147 +Bolivia,314110,1183,803,24,147 +Bolivia,314129,51588,803,24,147 +Bolivia,314999,32178,803,24,147 +Bolivia,315111,122607,803,24,147 +Bolivia,315221,29091,803,24,147 +Bolivia,315222,4577,803,24,147 +Bolivia,315223,2061182,803,24,147 +Bolivia,315224,11002,803,24,147 +Bolivia,315228,229042,803,24,147 +Bolivia,315231,104569,803,24,147 +Bolivia,315232,1186503,803,24,147 +Bolivia,315233,249041,803,24,147 +Bolivia,315234,107070,803,24,147 +Bolivia,315239,1170046,803,24,147 +Bolivia,315291,53442,803,24,147 +Bolivia,315292,6033,803,24,147 +Bolivia,315991,859152,803,24,147 +Bolivia,315992,261707,803,24,147 +Bolivia,315999,299071,803,24,147 +Bolivia,316110,659096,803,24,147 +Bolivia,316212,324,803,24,147 +Bolivia,316213,6517,803,24,147 +Bolivia,316214,1903,803,24,147 +Bolivia,316219,2078,803,24,147 +Bolivia,316991,257091,803,24,147 +Bolivia,316992,282697,803,24,147 +Bolivia,316993,3569,803,24,147 +Bolivia,316999,50883,803,24,147 +Bolivia,321113,8343793,803,24,147 +Bolivia,321211,2651100,803,24,147 +Bolivia,321213,445016,803,24,147 +Bolivia,321911,9250652,803,24,147 +Bolivia,321918,2611212,803,24,147 +Bolivia,321999,41332,803,24,147 +Bolivia,322223,979,803,24,147 +Bolivia,323117,102740,803,24,147 +Bolivia,323119,7255,803,24,147 +Bolivia,325131,5148793,803,24,147 +Bolivia,325188,17151046,803,24,147 +Bolivia,325191,8279,803,24,147 +Bolivia,325211,773414,803,24,147 +Bolivia,325620,20500,803,24,147 +Bolivia,325920,2524510,803,24,147 +Bolivia,325998,1299843,803,24,147 +Bolivia,326122,25124,803,24,147 +Bolivia,326199,17489,803,24,147 +Bolivia,327991,38715,803,24,147 +Bolivia,331419,243973285,803,24,147 +Bolivia,331491,3375962,803,24,147 +Bolivia,332410,2083,803,24,147 +Bolivia,332618,4644,803,24,147 +Bolivia,332912,5237,803,24,147 +Bolivia,332999,55068,803,24,147 +Bolivia,333111,16034,803,24,147 +Bolivia,333220,28067,803,24,147 +Bolivia,333291,2310,803,24,147 +Bolivia,333313,4514,803,24,147 +Bolivia,333314,5509,803,24,147 +Bolivia,333513,91000,803,24,147 +Bolivia,333613,4369,803,24,147 +Bolivia,333618,22236,803,24,147 +Bolivia,333992,349707,803,24,147 +Bolivia,333996,71325,803,24,147 +Bolivia,333997,3515,803,24,147 +Bolivia,333999,70208,803,24,147 +Bolivia,334119,363025,803,24,147 +Bolivia,334220,868583,803,24,147 +Bolivia,334310,15520,803,24,147 +Bolivia,334413,2329923,803,24,147 +Bolivia,334418,123000,803,24,147 +Bolivia,334511,6347,803,24,147 +Bolivia,334513,4831,803,24,147 +Bolivia,334514,11995,803,24,147 +Bolivia,334515,59834,803,24,147 +Bolivia,334516,45863,803,24,147 +Bolivia,334519,20644,803,24,147 +Bolivia,335313,3625,803,24,147 +Bolivia,335999,77627,803,24,147 +Bolivia,336311,9417,803,24,147 +Bolivia,336321,3165,803,24,147 +Bolivia,336340,219503,803,24,147 +Bolivia,336350,96911,803,24,147 +Bolivia,336399,187617,803,24,147 +Bolivia,337110,6507,803,24,147 +Bolivia,337124,270363,803,24,147 +Bolivia,337127,6870012,803,24,147 +Bolivia,337211,331402,803,24,147 +Bolivia,337215,40969,803,24,147 +Bolivia,339112,41094,803,24,147 +Bolivia,339911,58158721,803,24,147 +Bolivia,339913,377501,803,24,147 +Bolivia,339914,9377,803,24,147 +Bolivia,339920,10100,803,24,147 +Bolivia,339932,62764,803,24,147 +Bolivia,339992,3206,803,24,147 +Bolivia,339999,442587,803,24,147 +Bolivia,910000,4786272,803,24,147 +Bolivia,920000,256494,803,24,147 +Bolivia,980000,7040545,803,24,147 +Bolivia,990000,601215,803,24,147 +Bosnia and Herzegovina,111335,3372,804,25,148 +Bosnia and Herzegovina,111339,4482,804,25,148 +Bosnia and Herzegovina,112990,3600,804,25,148 +Bosnia and Herzegovina,212393,2535,804,25,148 +Bosnia and Herzegovina,311211,67327,804,25,148 +Bosnia and Herzegovina,311212,15169,804,25,148 +Bosnia and Herzegovina,311311,140537,804,25,148 +Bosnia and Herzegovina,311320,4242,804,25,148 +Bosnia and Herzegovina,311340,62140,804,25,148 +Bosnia and Herzegovina,311411,96208,804,25,148 +Bosnia and Herzegovina,311421,227571,804,25,148 +Bosnia and Herzegovina,311811,637387,804,25,148 +Bosnia and Herzegovina,311822,26679,804,25,148 +Bosnia and Herzegovina,311823,28970,804,25,148 +Bosnia and Herzegovina,311919,7192,804,25,148 +Bosnia and Herzegovina,311920,1569457,804,25,148 +Bosnia and Herzegovina,311942,26288,804,25,148 +Bosnia and Herzegovina,311999,59734,804,25,148 +Bosnia and Herzegovina,312111,84933,804,25,148 +Bosnia and Herzegovina,312112,121349,804,25,148 +Bosnia and Herzegovina,312120,13291,804,25,148 +Bosnia and Herzegovina,312130,73561,804,25,148 +Bosnia and Herzegovina,312140,6304,804,25,148 +Bosnia and Herzegovina,313210,1129,804,25,148 +Bosnia and Herzegovina,313320,1010,804,25,148 +Bosnia and Herzegovina,314110,6547,804,25,148 +Bosnia and Herzegovina,314129,135078,804,25,148 +Bosnia and Herzegovina,315111,2229,804,25,148 +Bosnia and Herzegovina,315221,77863,804,25,148 +Bosnia and Herzegovina,315222,960209,804,25,148 +Bosnia and Herzegovina,315223,82565,804,25,148 +Bosnia and Herzegovina,315224,19703,804,25,148 +Bosnia and Herzegovina,315228,218077,804,25,148 +Bosnia and Herzegovina,315232,108377,804,25,148 +Bosnia and Herzegovina,315233,100723,804,25,148 +Bosnia and Herzegovina,315234,4996773,804,25,148 +Bosnia and Herzegovina,315239,155083,804,25,148 +Bosnia and Herzegovina,315291,990,804,25,148 +Bosnia and Herzegovina,315292,75680,804,25,148 +Bosnia and Herzegovina,315991,6636,804,25,148 +Bosnia and Herzegovina,315992,8115,804,25,148 +Bosnia and Herzegovina,315999,94140,804,25,148 +Bosnia and Herzegovina,316110,18637,804,25,148 +Bosnia and Herzegovina,316211,86684,804,25,148 +Bosnia and Herzegovina,316212,1756,804,25,148 +Bosnia and Herzegovina,316213,7780,804,25,148 +Bosnia and Herzegovina,316214,1306438,804,25,148 +Bosnia and Herzegovina,316219,3754127,804,25,148 +Bosnia and Herzegovina,316991,38360,804,25,148 +Bosnia and Herzegovina,316993,7846,804,25,148 +Bosnia and Herzegovina,316999,8428,804,25,148 +Bosnia and Herzegovina,321113,62224,804,25,148 +Bosnia and Herzegovina,321211,118960,804,25,148 +Bosnia and Herzegovina,322212,10131,804,25,148 +Bosnia and Herzegovina,322223,5669,804,25,148 +Bosnia and Herzegovina,323117,83668,804,25,148 +Bosnia and Herzegovina,323119,25596,804,25,148 +Bosnia and Herzegovina,325510,3598,804,25,148 +Bosnia and Herzegovina,325620,6776,804,25,148 +Bosnia and Herzegovina,325998,420589,804,25,148 +Bosnia and Herzegovina,326199,1588,804,25,148 +Bosnia and Herzegovina,326299,15239,804,25,148 +Bosnia and Herzegovina,327112,17429,804,25,148 +Bosnia and Herzegovina,327124,17895,804,25,148 +Bosnia and Herzegovina,331421,121461,804,25,148 +Bosnia and Herzegovina,331511,22274,804,25,148 +Bosnia and Herzegovina,332722,19911,804,25,148 +Bosnia and Herzegovina,332992,603258,804,25,148 +Bosnia and Herzegovina,332999,26408,804,25,148 +Bosnia and Herzegovina,333295,5594,804,25,148 +Bosnia and Herzegovina,333414,3518,804,25,148 +Bosnia and Herzegovina,333515,1848394,804,25,148 +Bosnia and Herzegovina,333613,16350,804,25,148 +Bosnia and Herzegovina,333992,386385,804,25,148 +Bosnia and Herzegovina,333999,54636,804,25,148 +Bosnia and Herzegovina,334513,99900,804,25,148 +Bosnia and Herzegovina,334612,2462,804,25,148 +Bosnia and Herzegovina,335121,3182,804,25,148 +Bosnia and Herzegovina,335129,643589,804,25,148 +Bosnia and Herzegovina,335222,6520,804,25,148 +Bosnia and Herzegovina,335931,33867,804,25,148 +Bosnia and Herzegovina,335999,7811,804,25,148 +Bosnia and Herzegovina,336322,8533,804,25,148 +Bosnia and Herzegovina,336340,112366,804,25,148 +Bosnia and Herzegovina,336350,2705,804,25,148 +Bosnia and Herzegovina,336399,348324,804,25,148 +Bosnia and Herzegovina,337124,3746542,804,25,148 +Bosnia and Herzegovina,337127,1307567,804,25,148 +Bosnia and Herzegovina,337215,292462,804,25,148 +Bosnia and Herzegovina,339112,37811,804,25,148 +Bosnia and Herzegovina,339920,514,804,25,148 +Bosnia and Herzegovina,339999,114250,804,25,148 +Bosnia and Herzegovina,910000,6450,804,25,148 +Bosnia and Herzegovina,980000,114939,804,25,148 +Bosnia and Herzegovina,990000,514265,804,25,148 +Botswana,314999,1977,805,26,149 +Botswana,315223,2421313,805,26,149 +Botswana,315232,3893712,805,26,149 +Botswana,315239,5891992,805,26,149 +Botswana,315999,1200,805,26,149 +Botswana,316992,1125,805,26,149 +Botswana,316999,407,805,26,149 +Botswana,323117,7912,805,26,149 +Botswana,325199,27883,805,26,149 +Botswana,325620,6756,805,26,149 +Botswana,326160,5161,805,26,149 +Botswana,326199,1850,805,26,149 +Botswana,333314,74450,805,26,149 +Botswana,333618,5386,805,26,149 +Botswana,334119,6540,805,26,149 +Botswana,334220,3381,805,26,149 +Botswana,334419,26234,805,26,149 +Botswana,334516,4575,805,26,149 +Botswana,334519,5038,805,26,149 +Botswana,336412,15600,805,26,149 +Botswana,337124,594,805,26,149 +Botswana,337127,5315,805,26,149 +Botswana,339913,155235972,805,26,149 +Botswana,339991,816,805,26,149 +Botswana,339992,3553,805,26,149 +Botswana,980000,2751614,805,26,149 +Botswana,990000,55721,805,26,149 +Brazil,111110,76028,803,27,150 +Brazil,111120,2766,803,27,150 +Brazil,111130,342362,803,27,150 +Brazil,111140,40421982,803,27,150 +Brazil,111150,13189714,803,27,150 +Brazil,111219,6271427,803,27,150 +Brazil,111331,1049198,803,27,150 +Brazil,111332,29301417,803,27,150 +Brazil,111334,6885,803,27,150 +Brazil,111335,150619413,803,27,150 +Brazil,111339,1134405028,803,27,150 +Brazil,111421,5980560,803,27,150 +Brazil,111422,97890,803,27,150 +Brazil,111910,282808788,803,27,150 +Brazil,111920,62897,803,27,150 +Brazil,111930,3775,803,27,150 +Brazil,111992,467792,803,27,150 +Brazil,111998,2173239,803,27,150 +Brazil,112111,2146,803,27,150 +Brazil,112511,142674,803,27,150 +Brazil,112910,30079821,803,27,150 +Brazil,112920,1881040,803,27,150 +Brazil,112990,15980,803,27,150 +Brazil,113210,4295934,803,27,150 +Brazil,113310,1617550,803,27,150 +Brazil,114111,32769616,803,27,150 +Brazil,114112,77408158,803,27,150 +Brazil,114119,27946,803,27,150 +Brazil,211111,7492920663,803,27,150 +Brazil,211112,2153000,803,27,150 +Brazil,212210,70626010,803,27,150 +Brazil,212299,190539881,803,27,150 +Brazil,212311,694105,803,27,150 +Brazil,212319,6052,803,27,150 +Brazil,212322,158310,803,27,150 +Brazil,212324,52149409,803,27,150 +Brazil,212325,532609,803,27,150 +Brazil,212393,5983272,803,27,150 +Brazil,212399,2124411,803,27,150 +Brazil,311111,2871283,803,27,150 +Brazil,311119,1142389,803,27,150 +Brazil,311211,1002524,803,27,150 +Brazil,311212,2503282,803,27,150 +Brazil,311221,13978538,803,27,150 +Brazil,311222,610677,803,27,150 +Brazil,311223,17566057,803,27,150 +Brazil,311225,886667,803,27,150 +Brazil,311230,3065145,803,27,150 +Brazil,311311,295235593,803,27,150 +Brazil,311320,71656705,803,27,150 +Brazil,311340,35709222,803,27,150 +Brazil,311411,181334138,803,27,150 +Brazil,311421,189572716,803,27,150 +Brazil,311423,1313524,803,27,150 +Brazil,311511,169813,803,27,150 +Brazil,311512,256438,803,27,150 +Brazil,311513,333270,803,27,150 +Brazil,311514,949468,803,27,150 +Brazil,311611,135466443,803,27,150 +Brazil,311613,33300333,803,27,150 +Brazil,311811,14986052,803,27,150 +Brazil,311822,345642,803,27,150 +Brazil,311823,16182,803,27,150 +Brazil,311911,249968,803,27,150 +Brazil,311919,199067,803,27,150 +Brazil,311920,108555703,803,27,150 +Brazil,311930,932051,803,27,150 +Brazil,311941,409787,803,27,150 +Brazil,311942,41602415,803,27,150 +Brazil,311999,58383783,803,27,150 +Brazil,312111,10077317,803,27,150 +Brazil,312120,1372094,803,27,150 +Brazil,312130,876126,803,27,150 +Brazil,312140,22061796,803,27,150 +Brazil,312229,830060,803,27,150 +Brazil,313111,780615,803,27,150 +Brazil,313113,266952,803,27,150 +Brazil,313210,16621854,803,27,150 +Brazil,313221,2855524,803,27,150 +Brazil,313230,43668405,803,27,150 +Brazil,313249,3034810,803,27,150 +Brazil,313312,413287,803,27,150 +Brazil,313320,14242886,803,27,150 +Brazil,314110,2374565,803,27,150 +Brazil,314121,6546,803,27,150 +Brazil,314129,97752948,803,27,150 +Brazil,314911,23519,803,27,150 +Brazil,314912,282659,803,27,150 +Brazil,314991,43692373,803,27,150 +Brazil,314992,3095551,803,27,150 +Brazil,314999,2108772,803,27,150 +Brazil,315111,993949,803,27,150 +Brazil,315221,200164,803,27,150 +Brazil,315222,61868,803,27,150 +Brazil,315223,264473,803,27,150 +Brazil,315224,174812,803,27,150 +Brazil,315228,1129055,803,27,150 +Brazil,315231,2423352,803,27,150 +Brazil,315232,1250959,803,27,150 +Brazil,315233,1202334,803,27,150 +Brazil,315234,223918,803,27,150 +Brazil,315239,6988826,803,27,150 +Brazil,315291,71320,803,27,150 +Brazil,315292,2849423,803,27,150 +Brazil,315991,614566,803,27,150 +Brazil,315992,8024,803,27,150 +Brazil,315999,1442269,803,27,150 +Brazil,316110,114757943,803,27,150 +Brazil,316211,24620468,803,27,150 +Brazil,316212,7325,803,27,150 +Brazil,316213,49375205,803,27,150 +Brazil,316214,289256035,803,27,150 +Brazil,316219,7553236,803,27,150 +Brazil,316991,976642,803,27,150 +Brazil,316992,759747,803,27,150 +Brazil,316993,65440,803,27,150 +Brazil,316999,3479899,803,27,150 +Brazil,321113,179959701,803,27,150 +Brazil,321114,148077,803,27,150 +Brazil,321211,26419689,803,27,150 +Brazil,321212,20604266,803,27,150 +Brazil,321213,11774839,803,27,150 +Brazil,321219,26907757,803,27,150 +Brazil,321911,69016683,803,27,150 +Brazil,321918,281857133,803,27,150 +Brazil,321920,3844569,803,27,150 +Brazil,321999,30206420,803,27,150 +Brazil,322110,1024404921,803,27,150 +Brazil,322121,192727051,803,27,150 +Brazil,322130,22600590,803,27,150 +Brazil,322211,1575435,803,27,150 +Brazil,322212,22104,803,27,150 +Brazil,322213,11009,803,27,150 +Brazil,322215,2098,803,27,150 +Brazil,322222,1785360,803,27,150 +Brazil,322223,7362308,803,27,150 +Brazil,322224,2848742,803,27,150 +Brazil,322233,24792,803,27,150 +Brazil,322291,50437,803,27,150 +Brazil,322299,104548,803,27,150 +Brazil,323117,6258853,803,27,150 +Brazil,323118,22826737,803,27,150 +Brazil,323119,2879521,803,27,150 +Brazil,323122,3047221,803,27,150 +Brazil,324110,902023731,803,27,150 +Brazil,325110,107424964,803,27,150 +Brazil,325131,13755080,803,27,150 +Brazil,325132,3959850,803,27,150 +Brazil,325182,13101,803,27,150 +Brazil,325188,46088168,803,27,150 +Brazil,325191,9007194,803,27,150 +Brazil,325192,184462608,803,27,150 +Brazil,325193,237620348,803,27,150 +Brazil,325199,285498041,803,27,150 +Brazil,325211,82160281,803,27,150 +Brazil,325212,76476701,803,27,150 +Brazil,325221,1015,803,27,150 +Brazil,325222,850025,803,27,150 +Brazil,325311,14683947,803,27,150 +Brazil,325312,491061,803,27,150 +Brazil,325320,5682612,803,27,150 +Brazil,325411,70115198,803,27,150 +Brazil,325412,63689780,803,27,150 +Brazil,325414,1132938,803,27,150 +Brazil,325510,3933259,803,27,150 +Brazil,325520,2123327,803,27,150 +Brazil,325611,3289102,803,27,150 +Brazil,325612,1995451,803,27,150 +Brazil,325613,15870519,803,27,150 +Brazil,325620,10412977,803,27,150 +Brazil,325910,15634303,803,27,150 +Brazil,325920,13200405,803,27,150 +Brazil,325992,1922458,803,27,150 +Brazil,325998,118217227,803,27,150 +Brazil,326112,423430,803,27,150 +Brazil,326113,28183851,803,27,150 +Brazil,326121,938027,803,27,150 +Brazil,326122,257644,803,27,150 +Brazil,326160,564961,803,27,150 +Brazil,326191,225969,803,27,150 +Brazil,326192,9891,803,27,150 +Brazil,326199,49628669,803,27,150 +Brazil,326211,394978990,803,27,150 +Brazil,326212,16037,803,27,150 +Brazil,326220,19956512,803,27,150 +Brazil,326299,11475910,803,27,150 +Brazil,327111,346837,803,27,150 +Brazil,327112,3066169,803,27,150 +Brazil,327113,5673644,803,27,150 +Brazil,327121,129421,803,27,150 +Brazil,327122,57664947,803,27,150 +Brazil,327123,80621,803,27,150 +Brazil,327124,2069505,803,27,150 +Brazil,327125,17115845,803,27,150 +Brazil,327211,7402541,803,27,150 +Brazil,327212,6651645,803,27,150 +Brazil,327213,716859,803,27,150 +Brazil,327215,4946465,803,27,150 +Brazil,327390,436813,803,27,150 +Brazil,327910,48333270,803,27,150 +Brazil,327991,560026387,803,27,150 +Brazil,327992,23647930,803,27,150 +Brazil,327993,1302539,803,27,150 +Brazil,327999,6809094,803,27,150 +Brazil,331111,1382546411,803,27,150 +Brazil,331112,225837355,803,27,150 +Brazil,331222,9106201,803,27,150 +Brazil,331311,78036810,803,27,150 +Brazil,331312,135984023,803,27,150 +Brazil,331314,409296,803,27,150 +Brazil,331315,93208067,803,27,150 +Brazil,331316,2203826,803,27,150 +Brazil,331319,1951162,803,27,150 +Brazil,331411,14112916,803,27,150 +Brazil,331419,511863171,803,27,150 +Brazil,331421,26769452,803,27,150 +Brazil,331422,14075744,803,27,150 +Brazil,331491,21784071,803,27,150 +Brazil,331511,46737462,803,27,150 +Brazil,332115,4420388,803,27,150 +Brazil,332211,26744097,803,27,150 +Brazil,332212,15905460,803,27,150 +Brazil,332213,4628954,803,27,150 +Brazil,332214,23200740,803,27,150 +Brazil,332311,27934,803,27,150 +Brazil,332312,597964,803,27,150 +Brazil,332321,70228,803,27,150 +Brazil,332323,4403,803,27,150 +Brazil,332410,8764430,803,27,150 +Brazil,332420,11670651,803,27,150 +Brazil,332439,370180,803,27,150 +Brazil,332510,19659260,803,27,150 +Brazil,332611,9451817,803,27,150 +Brazil,332618,37311191,803,27,150 +Brazil,332722,10849346,803,27,150 +Brazil,332911,59281150,803,27,150 +Brazil,332912,10968588,803,27,150 +Brazil,332913,3945658,803,27,150 +Brazil,332919,5219119,803,27,150 +Brazil,332991,20922998,803,27,150 +Brazil,332992,23932652,803,27,150 +Brazil,332994,143885413,803,27,150 +Brazil,332997,206744,803,27,150 +Brazil,332998,332701,803,27,150 +Brazil,332999,67976132,803,27,150 +Brazil,333111,187841887,803,27,150 +Brazil,333120,286267751,803,27,150 +Brazil,333131,29580016,803,27,150 +Brazil,333132,2846119,803,27,150 +Brazil,333210,1342786,803,27,150 +Brazil,333220,6993246,803,27,150 +Brazil,333291,8386652,803,27,150 +Brazil,333292,1848552,803,27,150 +Brazil,333293,426946,803,27,150 +Brazil,333294,13902949,803,27,150 +Brazil,333295,38869,803,27,150 +Brazil,333298,551991,803,27,150 +Brazil,333311,115604,803,27,150 +Brazil,333313,1060767,803,27,150 +Brazil,333314,841633,803,27,150 +Brazil,333315,668795,803,27,150 +Brazil,333319,168429,803,27,150 +Brazil,333411,49082,803,27,150 +Brazil,333412,11182951,803,27,150 +Brazil,333414,1097509,803,27,150 +Brazil,333415,203625038,803,27,150 +Brazil,333511,6324156,803,27,150 +Brazil,333512,5158706,803,27,150 +Brazil,333513,3761166,803,27,150 +Brazil,333514,3772690,803,27,150 +Brazil,333515,39256707,803,27,150 +Brazil,333516,522413,803,27,150 +Brazil,333611,21714710,803,27,150 +Brazil,333612,21955376,803,27,150 +Brazil,333613,65671801,803,27,150 +Brazil,333618,557482616,803,27,150 +Brazil,333911,27971201,803,27,150 +Brazil,333912,21480152,803,27,150 +Brazil,333913,203211,803,27,150 +Brazil,333921,1255409,803,27,150 +Brazil,333922,3854067,803,27,150 +Brazil,333923,141273,803,27,150 +Brazil,333924,1720787,803,27,150 +Brazil,333991,1237581,803,27,150 +Brazil,333992,1211602,803,27,150 +Brazil,333993,5640554,803,27,150 +Brazil,333994,4006549,803,27,150 +Brazil,333995,12675761,803,27,150 +Brazil,333996,27322440,803,27,150 +Brazil,333997,586939,803,27,150 +Brazil,333999,25004682,803,27,150 +Brazil,334111,5462696,803,27,150 +Brazil,334112,521456,803,27,150 +Brazil,334119,5039797,803,27,150 +Brazil,334210,5640037,803,27,150 +Brazil,334220,72365198,803,27,150 +Brazil,334290,1555020,803,27,150 +Brazil,334310,7604844,803,27,150 +Brazil,334411,60027,803,27,150 +Brazil,334412,5527112,803,27,150 +Brazil,334413,4718995,803,27,150 +Brazil,334414,2122062,803,27,150 +Brazil,334415,1611352,803,27,150 +Brazil,334416,1286941,803,27,150 +Brazil,334417,10138827,803,27,150 +Brazil,334418,1786451,803,27,150 +Brazil,334419,12401160,803,27,150 +Brazil,334510,1011651,803,27,150 +Brazil,334511,1894129,803,27,150 +Brazil,334512,999729,803,27,150 +Brazil,334513,45065688,803,27,150 +Brazil,334514,964012,803,27,150 +Brazil,334515,3866222,803,27,150 +Brazil,334516,739350,803,27,150 +Brazil,334517,184136,803,27,150 +Brazil,334518,71397,803,27,150 +Brazil,334519,3078589,803,27,150 +Brazil,334612,172643,803,27,150 +Brazil,334613,38987,803,27,150 +Brazil,335110,508646,803,27,150 +Brazil,335121,185526,803,27,150 +Brazil,335129,1779080,803,27,150 +Brazil,335211,1047313,803,27,150 +Brazil,335221,2062842,803,27,150 +Brazil,335222,8622032,803,27,150 +Brazil,335224,7566833,803,27,150 +Brazil,335228,768503,803,27,150 +Brazil,335311,68089325,803,27,150 +Brazil,335312,256991183,803,27,150 +Brazil,335313,25947004,803,27,150 +Brazil,335314,14547263,803,27,150 +Brazil,335911,1778291,803,27,150 +Brazil,335912,52702,803,27,150 +Brazil,335921,60965,803,27,150 +Brazil,335929,9198614,803,27,150 +Brazil,335931,16494623,803,27,150 +Brazil,335932,158690,803,27,150 +Brazil,335991,4747521,803,27,150 +Brazil,335999,12903928,803,27,150 +Brazil,336111,3946257,803,27,150 +Brazil,336120,13621046,803,27,150 +Brazil,336211,328815,803,27,150 +Brazil,336212,27666,803,27,150 +Brazil,336214,57472,803,27,150 +Brazil,336311,110450006,803,27,150 +Brazil,336321,1833970,803,27,150 +Brazil,336322,21992375,803,27,150 +Brazil,336330,53901336,803,27,150 +Brazil,336340,126685073,803,27,150 +Brazil,336350,107346604,803,27,150 +Brazil,336360,458983,803,27,150 +Brazil,336370,370090,803,27,150 +Brazil,336391,11240171,803,27,150 +Brazil,336399,118329488,803,27,150 +Brazil,336411,676985956,803,27,150 +Brazil,336412,17755082,803,27,150 +Brazil,336413,52738333,803,27,150 +Brazil,336415,28515,803,27,150 +Brazil,336419,278201,803,27,150 +Brazil,336510,18859017,803,27,150 +Brazil,336611,7455,803,27,150 +Brazil,336612,1106919,803,27,150 +Brazil,336991,6579227,803,27,150 +Brazil,337110,124378,803,27,150 +Brazil,337121,100534,803,27,150 +Brazil,337124,7637328,803,27,150 +Brazil,337127,77261663,803,27,150 +Brazil,337211,4613483,803,27,150 +Brazil,337214,156311,803,27,150 +Brazil,337215,11068979,803,27,150 +Brazil,337910,357664,803,27,150 +Brazil,337920,31093,803,27,150 +Brazil,339112,26730639,803,27,150 +Brazil,339113,95359054,803,27,150 +Brazil,339114,6769766,803,27,150 +Brazil,339115,686491,803,27,150 +Brazil,339911,26698002,803,27,150 +Brazil,339912,3986865,803,27,150 +Brazil,339913,43954685,803,27,150 +Brazil,339914,11240831,803,27,150 +Brazil,339920,3802765,803,27,150 +Brazil,339932,143161,803,27,150 +Brazil,339941,484937,803,27,150 +Brazil,339942,20317233,803,27,150 +Brazil,339944,56092,803,27,150 +Brazil,339950,245779,803,27,150 +Brazil,339991,21447396,803,27,150 +Brazil,339992,1107684,803,27,150 +Brazil,339993,1381698,803,27,150 +Brazil,339994,3740072,803,27,150 +Brazil,339999,7810954,803,27,150 +Brazil,511210,116708,803,27,150 +Brazil,910000,30909669,803,27,150 +Brazil,920000,21987683,803,27,150 +Brazil,980000,745471401,803,27,150 +Brazil,990000,56190301,803,27,150 +British Indian Ocean Territory,314999,4310,806,28,151 +British Indian Ocean Territory,315232,384,806,28,151 +British Indian Ocean Territory,316219,6852,806,28,151 +British Indian Ocean Territory,326220,3605,806,28,151 +British Indian Ocean Territory,331511,70980,806,28,151 +British Indian Ocean Territory,332212,49593,806,28,151 +British Indian Ocean Territory,333120,37013,806,28,151 +British Indian Ocean Territory,334111,119453,806,28,151 +British Indian Ocean Territory,334112,108292,806,28,151 +British Indian Ocean Territory,334119,6126,806,28,151 +British Indian Ocean Territory,334220,113554,806,28,151 +British Indian Ocean Territory,334415,2992,806,28,151 +British Indian Ocean Territory,334418,321255,806,28,151 +British Indian Ocean Territory,334419,103520,806,28,151 +British Indian Ocean Territory,337127,128540,806,28,151 +British Indian Ocean Territory,990000,401446,806,28,151 +British Virgin Islands,312112,13008,803,29,152 +British Virgin Islands,314912,1250,803,29,152 +British Virgin Islands,315234,3212,803,29,152 +British Virgin Islands,315239,31050,803,29,152 +British Virgin Islands,316214,942,803,29,152 +British Virgin Islands,322291,14657,803,29,152 +British Virgin Islands,323119,5002,803,29,152 +British Virgin Islands,325199,52080,803,29,152 +British Virgin Islands,325620,180881,803,29,152 +British Virgin Islands,325998,45823,803,29,152 +British Virgin Islands,326199,69459,803,29,152 +British Virgin Islands,327390,16600,803,29,152 +British Virgin Islands,327993,15666,803,29,152 +British Virgin Islands,332212,9262,803,29,152 +British Virgin Islands,332213,15588,803,29,152 +British Virgin Islands,332510,1237288,803,29,152 +British Virgin Islands,332618,22151,803,29,152 +British Virgin Islands,332722,33736,803,29,152 +British Virgin Islands,332911,4200,803,29,152 +British Virgin Islands,332919,145720,803,29,152 +British Virgin Islands,333515,9272,803,29,152 +British Virgin Islands,333613,5596,803,29,152 +British Virgin Islands,333996,248459,803,29,152 +British Virgin Islands,334111,56065,803,29,152 +British Virgin Islands,334119,6450,803,29,152 +British Virgin Islands,334220,659302,803,29,152 +British Virgin Islands,334413,105186,803,29,152 +British Virgin Islands,334419,3520,803,29,152 +British Virgin Islands,335221,31805,803,29,152 +British Virgin Islands,335313,5931,803,29,152 +British Virgin Islands,335314,8368,803,29,152 +British Virgin Islands,336311,72364,803,29,152 +British Virgin Islands,336340,3469,803,29,152 +British Virgin Islands,337127,80848,803,29,152 +British Virgin Islands,339911,3175,803,29,152 +British Virgin Islands,339914,15075,803,29,152 +British Virgin Islands,339920,159784,803,29,152 +British Virgin Islands,339991,7479,803,29,152 +British Virgin Islands,910000,6332,803,29,152 +British Virgin Islands,920000,1125857,803,29,152 +British Virgin Islands,980000,14607320,803,29,152 +British Virgin Islands,990000,77287,803,29,152 +Brunei Darussalam,114111,59600,808,30,153 +Brunei Darussalam,315221,237307,808,30,153 +Brunei Darussalam,315223,116800,808,30,153 +Brunei Darussalam,315224,79184,808,30,153 +Brunei Darussalam,315228,142444,808,30,153 +Brunei Darussalam,315231,860955,808,30,153 +Brunei Darussalam,315232,2074888,808,30,153 +Brunei Darussalam,315233,136840,808,30,153 +Brunei Darussalam,315234,49537,808,30,153 +Brunei Darussalam,315239,1594392,808,30,153 +Brunei Darussalam,315291,53462,808,30,153 +Brunei Darussalam,325199,3737723,808,30,153 +Brunei Darussalam,326199,100358,808,30,153 +Brunei Darussalam,332212,5650,808,30,153 +Brunei Darussalam,332510,4762,808,30,153 +Brunei Darussalam,332919,5730,808,30,153 +Brunei Darussalam,333132,21653,808,30,153 +Brunei Darussalam,333313,3889,808,30,153 +Brunei Darussalam,333618,3065,808,30,153 +Brunei Darussalam,334112,3757,808,30,153 +Brunei Darussalam,334119,395538,808,30,153 +Brunei Darussalam,334220,62200,808,30,153 +Brunei Darussalam,334310,3709,808,30,153 +Brunei Darussalam,334413,2250,808,30,153 +Brunei Darussalam,334417,11299,808,30,153 +Brunei Darussalam,334513,5735,808,30,153 +Brunei Darussalam,334515,33880,808,30,153 +Brunei Darussalam,335314,7501,808,30,153 +Brunei Darussalam,336322,12942,808,30,153 +Brunei Darussalam,336340,2507,808,30,153 +Brunei Darussalam,336413,53517,808,30,153 +Brunei Darussalam,910000,56960,808,30,153 +Brunei Darussalam,980000,3294775,808,30,153 +Brunei Darussalam,990000,35753,808,30,153 +Bulgaria,111120,347949,804,31,154 +Bulgaria,111219,2854276,804,31,154 +Bulgaria,111335,658764,804,31,154 +Bulgaria,111411,590252,804,31,154 +Bulgaria,111421,19432,804,31,154 +Bulgaria,111910,24474670,804,31,154 +Bulgaria,111998,1835879,804,31,154 +Bulgaria,112910,389639,804,31,154 +Bulgaria,112990,28020,804,31,154 +Bulgaria,113210,147922,804,31,154 +Bulgaria,114112,587900,804,31,154 +Bulgaria,212299,4295,804,31,154 +Bulgaria,311119,3168649,804,31,154 +Bulgaria,311221,7848,804,31,154 +Bulgaria,311223,148125,804,31,154 +Bulgaria,311320,37380,804,31,154 +Bulgaria,311340,6508,804,31,154 +Bulgaria,311421,8497625,804,31,154 +Bulgaria,311423,288572,804,31,154 +Bulgaria,311513,9854526,804,31,154 +Bulgaria,311514,26316,804,31,154 +Bulgaria,311613,11357,804,31,154 +Bulgaria,311711,395964,804,31,154 +Bulgaria,311811,363493,804,31,154 +Bulgaria,311911,51303,804,31,154 +Bulgaria,311919,4585,804,31,154 +Bulgaria,311920,523182,804,31,154 +Bulgaria,311930,20007,804,31,154 +Bulgaria,311941,457323,804,31,154 +Bulgaria,311942,977857,804,31,154 +Bulgaria,311999,467491,804,31,154 +Bulgaria,312111,402971,804,31,154 +Bulgaria,312112,48819,804,31,154 +Bulgaria,312120,93133,804,31,154 +Bulgaria,312130,569779,804,31,154 +Bulgaria,313111,205539,804,31,154 +Bulgaria,313210,111764,804,31,154 +Bulgaria,313221,3138,804,31,154 +Bulgaria,313249,19019,804,31,154 +Bulgaria,314110,4792049,804,31,154 +Bulgaria,314121,406,804,31,154 +Bulgaria,314129,876215,804,31,154 +Bulgaria,314999,74101,804,31,154 +Bulgaria,315111,1166213,804,31,154 +Bulgaria,315221,343084,804,31,154 +Bulgaria,315222,1780819,804,31,154 +Bulgaria,315223,1534625,804,31,154 +Bulgaria,315224,908360,804,31,154 +Bulgaria,315228,5233833,804,31,154 +Bulgaria,315231,501007,804,31,154 +Bulgaria,315232,2324421,804,31,154 +Bulgaria,315233,2615741,804,31,154 +Bulgaria,315234,5614551,804,31,154 +Bulgaria,315239,7310821,804,31,154 +Bulgaria,315291,70257,804,31,154 +Bulgaria,315292,111255,804,31,154 +Bulgaria,315991,228687,804,31,154 +Bulgaria,315993,3087,804,31,154 +Bulgaria,315999,93779,804,31,154 +Bulgaria,316211,182388,804,31,154 +Bulgaria,316213,2106327,804,31,154 +Bulgaria,316214,3437393,804,31,154 +Bulgaria,316219,451723,804,31,154 +Bulgaria,316991,500199,804,31,154 +Bulgaria,316992,654515,804,31,154 +Bulgaria,316993,107296,804,31,154 +Bulgaria,316999,76938,804,31,154 +Bulgaria,321213,33261,804,31,154 +Bulgaria,321911,327194,804,31,154 +Bulgaria,321920,154196,804,31,154 +Bulgaria,321999,51324,804,31,154 +Bulgaria,322223,831408,804,31,154 +Bulgaria,322291,5568,804,31,154 +Bulgaria,323117,26454,804,31,154 +Bulgaria,323118,67919,804,31,154 +Bulgaria,323119,395902,804,31,154 +Bulgaria,324110,5362,804,31,154 +Bulgaria,325191,3600,804,31,154 +Bulgaria,325199,770994,804,31,154 +Bulgaria,325211,196695,804,31,154 +Bulgaria,325212,1243,804,31,154 +Bulgaria,325221,130329,804,31,154 +Bulgaria,325222,445052,804,31,154 +Bulgaria,325311,16482204,804,31,154 +Bulgaria,325312,9152894,804,31,154 +Bulgaria,325411,2471489,804,31,154 +Bulgaria,325412,15893,804,31,154 +Bulgaria,325613,11757,804,31,154 +Bulgaria,325620,179913,804,31,154 +Bulgaria,325910,1815379,804,31,154 +Bulgaria,325992,5520008,804,31,154 +Bulgaria,325998,3377061,804,31,154 +Bulgaria,326113,30284,804,31,154 +Bulgaria,326160,213833,804,31,154 +Bulgaria,326199,303449,804,31,154 +Bulgaria,326220,1201854,804,31,154 +Bulgaria,326299,750762,804,31,154 +Bulgaria,327111,4632,804,31,154 +Bulgaria,327112,57413,804,31,154 +Bulgaria,327113,37422,804,31,154 +Bulgaria,327124,16862,804,31,154 +Bulgaria,327125,10788,804,31,154 +Bulgaria,327212,7423848,804,31,154 +Bulgaria,327213,135402,804,31,154 +Bulgaria,327215,2973,804,31,154 +Bulgaria,327420,11861,804,31,154 +Bulgaria,327910,1905388,804,31,154 +Bulgaria,327991,1461509,804,31,154 +Bulgaria,331112,96104,804,31,154 +Bulgaria,331222,370263,804,31,154 +Bulgaria,331316,16211,804,31,154 +Bulgaria,331421,3097741,804,31,154 +Bulgaria,331422,6001,804,31,154 +Bulgaria,331491,14055,804,31,154 +Bulgaria,331511,1684975,804,31,154 +Bulgaria,332115,61990,804,31,154 +Bulgaria,332211,2772,804,31,154 +Bulgaria,332212,214929,804,31,154 +Bulgaria,332213,10797,804,31,154 +Bulgaria,332311,1942,804,31,154 +Bulgaria,332312,2163,804,31,154 +Bulgaria,332321,7479,804,31,154 +Bulgaria,332510,11897,804,31,154 +Bulgaria,332611,6241,804,31,154 +Bulgaria,332618,124715,804,31,154 +Bulgaria,332722,2281,804,31,154 +Bulgaria,332911,131419,804,31,154 +Bulgaria,332912,576147,804,31,154 +Bulgaria,332991,1868854,804,31,154 +Bulgaria,332992,2731781,804,31,154 +Bulgaria,332994,668220,804,31,154 +Bulgaria,332995,73894,804,31,154 +Bulgaria,332998,3244,804,31,154 +Bulgaria,332999,59836,804,31,154 +Bulgaria,333111,428817,804,31,154 +Bulgaria,333120,737931,804,31,154 +Bulgaria,333131,1242828,804,31,154 +Bulgaria,333210,212021,804,31,154 +Bulgaria,333220,8206,804,31,154 +Bulgaria,333291,17045,804,31,154 +Bulgaria,333293,3063,804,31,154 +Bulgaria,333294,8306,804,31,154 +Bulgaria,333295,15610,804,31,154 +Bulgaria,333298,1056695,804,31,154 +Bulgaria,333311,2345,804,31,154 +Bulgaria,333313,2017652,804,31,154 +Bulgaria,333314,316219,804,31,154 +Bulgaria,333315,146616,804,31,154 +Bulgaria,333414,57168,804,31,154 +Bulgaria,333511,301504,804,31,154 +Bulgaria,333512,1191341,804,31,154 +Bulgaria,333513,107637,804,31,154 +Bulgaria,333515,3172759,804,31,154 +Bulgaria,333612,140858,804,31,154 +Bulgaria,333613,60617,804,31,154 +Bulgaria,333618,4308,804,31,154 +Bulgaria,333911,24753,804,31,154 +Bulgaria,333912,4462,804,31,154 +Bulgaria,333923,201503,804,31,154 +Bulgaria,333924,728492,804,31,154 +Bulgaria,333991,366476,804,31,154 +Bulgaria,333992,18432,804,31,154 +Bulgaria,333993,944263,804,31,154 +Bulgaria,333994,376871,804,31,154 +Bulgaria,333995,16221,804,31,154 +Bulgaria,333996,1217215,804,31,154 +Bulgaria,333999,7368733,804,31,154 +Bulgaria,334111,145529,804,31,154 +Bulgaria,334112,23694,804,31,154 +Bulgaria,334119,5899328,804,31,154 +Bulgaria,334210,388453,804,31,154 +Bulgaria,334220,1231876,804,31,154 +Bulgaria,334290,21599,804,31,154 +Bulgaria,334310,451038,804,31,154 +Bulgaria,334412,619583,804,31,154 +Bulgaria,334413,1390027,804,31,154 +Bulgaria,334414,141206,804,31,154 +Bulgaria,334415,52270,804,31,154 +Bulgaria,334416,85093,804,31,154 +Bulgaria,334417,152203,804,31,154 +Bulgaria,334418,396390,804,31,154 +Bulgaria,334419,3674030,804,31,154 +Bulgaria,334510,1837793,804,31,154 +Bulgaria,334511,1059688,804,31,154 +Bulgaria,334512,96861,804,31,154 +Bulgaria,334513,8613995,804,31,154 +Bulgaria,334514,10372,804,31,154 +Bulgaria,334515,2554595,804,31,154 +Bulgaria,334516,144150,804,31,154 +Bulgaria,334519,83041,804,31,154 +Bulgaria,334612,36305,804,31,154 +Bulgaria,335110,67651,804,31,154 +Bulgaria,335121,7197,804,31,154 +Bulgaria,335129,2397484,804,31,154 +Bulgaria,335211,44019,804,31,154 +Bulgaria,335221,158505,804,31,154 +Bulgaria,335224,3486,804,31,154 +Bulgaria,335228,75145,804,31,154 +Bulgaria,335311,16476,804,31,154 +Bulgaria,335312,1266486,804,31,154 +Bulgaria,335313,64537,804,31,154 +Bulgaria,335314,2409347,804,31,154 +Bulgaria,335911,1089741,804,31,154 +Bulgaria,335912,17143,804,31,154 +Bulgaria,335929,165583,804,31,154 +Bulgaria,335931,1312215,804,31,154 +Bulgaria,335932,20378,804,31,154 +Bulgaria,335999,1031241,804,31,154 +Bulgaria,336111,36651,804,31,154 +Bulgaria,336311,32642,804,31,154 +Bulgaria,336322,4213585,804,31,154 +Bulgaria,336340,2990,804,31,154 +Bulgaria,336350,41453,804,31,154 +Bulgaria,336360,1191532,804,31,154 +Bulgaria,336399,1219961,804,31,154 +Bulgaria,336412,3166,804,31,154 +Bulgaria,336413,8724,804,31,154 +Bulgaria,336991,15395,804,31,154 +Bulgaria,336992,3071,804,31,154 +Bulgaria,337110,39542,804,31,154 +Bulgaria,337124,8085524,804,31,154 +Bulgaria,337127,3351242,804,31,154 +Bulgaria,337211,566069,804,31,154 +Bulgaria,337214,2127,804,31,154 +Bulgaria,337215,1041630,804,31,154 +Bulgaria,339112,663892,804,31,154 +Bulgaria,339113,5284,804,31,154 +Bulgaria,339114,6538,804,31,154 +Bulgaria,339115,8052,804,31,154 +Bulgaria,339911,953535,804,31,154 +Bulgaria,339913,13472,804,31,154 +Bulgaria,339914,388769,804,31,154 +Bulgaria,339920,3956347,804,31,154 +Bulgaria,339932,1604135,804,31,154 +Bulgaria,339950,3014,804,31,154 +Bulgaria,339991,675376,804,31,154 +Bulgaria,339992,146919,804,31,154 +Bulgaria,339993,10063,804,31,154 +Bulgaria,339999,1353966,804,31,154 +Bulgaria,910000,734,804,31,154 +Bulgaria,920000,3515964,804,31,154 +Bulgaria,980000,4022217,804,31,154 +Bulgaria,990000,5019363,804,31,154 +Burkina Faso,111120,34300,805,32,155 +Burkina Faso,111335,62624,805,32,155 +Burkina Faso,311223,3535,805,32,155 +Burkina Faso,311423,9303,805,32,155 +Burkina Faso,311920,47021,805,32,155 +Burkina Faso,314129,31557,805,32,155 +Burkina Faso,315223,831,805,32,155 +Burkina Faso,315232,869,805,32,155 +Burkina Faso,315233,2499,805,32,155 +Burkina Faso,315239,694,805,32,155 +Burkina Faso,315991,1610,805,32,155 +Burkina Faso,315999,2775,805,32,155 +Burkina Faso,316110,631,805,32,155 +Burkina Faso,316991,1444,805,32,155 +Burkina Faso,316992,3246,805,32,155 +Burkina Faso,316999,891,805,32,155 +Burkina Faso,323117,22175,805,32,155 +Burkina Faso,325998,83962,805,32,155 +Burkina Faso,331419,1556564,805,32,155 +Burkina Faso,331491,82343,805,32,155 +Burkina Faso,331492,4667,805,32,155 +Burkina Faso,332999,16025,805,32,155 +Burkina Faso,333999,50075,805,32,155 +Burkina Faso,334119,58075,805,32,155 +Burkina Faso,334220,3920,805,32,155 +Burkina Faso,334516,40075,805,32,155 +Burkina Faso,339911,27632,805,32,155 +Burkina Faso,339920,2853,805,32,155 +Burkina Faso,339992,7244,805,32,155 +Burkina Faso,339999,6669,805,32,155 +Burkina Faso,920000,47070,805,32,155 +Burkina Faso,980000,157216,805,32,155 +Burkina Faso,990000,41162,805,32,155 +Burundi,111339,3408361,805,33,156 +Burundi,112511,28061,805,33,156 +Burundi,980000,20002,805,33,156 +Burundi,990000,2769,805,33,156 +C?te d'Ivoire,111130,37162,805,34,157 +C?te d'Ivoire,111335,623451370,805,34,157 +C?te d'Ivoire,111339,3331035,805,34,157 +C?te d'Ivoire,111421,3001,805,34,157 +C?te d'Ivoire,111422,12833,805,34,157 +C?te d'Ivoire,111998,75324,805,34,157 +C?te d'Ivoire,113210,81551944,805,34,157 +C?te d'Ivoire,114111,64371,805,34,157 +C?te d'Ivoire,114112,25087,805,34,157 +C?te d'Ivoire,211111,237531497,805,34,157 +C?te d'Ivoire,311211,1310450,805,34,157 +C?te d'Ivoire,311223,38953,805,34,157 +C?te d'Ivoire,311320,182123579,805,34,157 +C?te d'Ivoire,311411,20193,805,34,157 +C?te d'Ivoire,311421,405714,805,34,157 +C?te d'Ivoire,311423,3050,805,34,157 +C?te d'Ivoire,311514,74600,805,34,157 +C?te d'Ivoire,311611,31342,805,34,157 +C?te d'Ivoire,311711,42260,805,34,157 +C?te d'Ivoire,311920,7189,805,34,157 +C?te d'Ivoire,311942,338785,805,34,157 +C?te d'Ivoire,311999,119752,805,34,157 +C?te d'Ivoire,313210,10897,805,34,157 +C?te d'Ivoire,314110,11256,805,34,157 +C?te d'Ivoire,314129,82872,805,34,157 +C?te d'Ivoire,315223,533,805,34,157 +C?te d'Ivoire,315228,5998,805,34,157 +C?te d'Ivoire,315232,660,805,34,157 +C?te d'Ivoire,315239,84519,805,34,157 +C?te d'Ivoire,315291,804,805,34,157 +C?te d'Ivoire,315991,330,805,34,157 +C?te d'Ivoire,315999,9771,805,34,157 +C?te d'Ivoire,316211,4974,805,34,157 +C?te d'Ivoire,321113,7950062,805,34,157 +C?te d'Ivoire,321211,5110683,805,34,157 +C?te d'Ivoire,321213,9487,805,34,157 +C?te d'Ivoire,321918,22931,805,34,157 +C?te d'Ivoire,321999,60226,805,34,157 +C?te d'Ivoire,322212,8041,805,34,157 +C?te d'Ivoire,322223,3703,805,34,157 +C?te d'Ivoire,323117,24196,805,34,157 +C?te d'Ivoire,324110,63475387,805,34,157 +C?te d'Ivoire,325191,307582,805,34,157 +C?te d'Ivoire,325199,235500,805,34,157 +C?te d'Ivoire,325611,81345,805,34,157 +C?te d'Ivoire,325620,1321793,805,34,157 +C?te d'Ivoire,326199,5526,805,34,157 +C?te d'Ivoire,327910,45907,805,34,157 +C?te d'Ivoire,331491,64948,805,34,157 +C?te d'Ivoire,332420,2296,805,34,157 +C?te d'Ivoire,332999,7604,805,34,157 +C?te d'Ivoire,333132,241536,805,34,157 +C?te d'Ivoire,333618,48820,805,34,157 +C?te d'Ivoire,333999,999267,805,34,157 +C?te d'Ivoire,334111,16393,805,34,157 +C?te d'Ivoire,334112,18523,805,34,157 +C?te d'Ivoire,334119,10099,805,34,157 +C?te d'Ivoire,334220,33974,805,34,157 +C?te d'Ivoire,334416,2741,805,34,157 +C?te d'Ivoire,334418,2652,805,34,157 +C?te d'Ivoire,334513,2644,805,34,157 +C?te d'Ivoire,335314,3561,805,34,157 +C?te d'Ivoire,336510,10035,805,34,157 +C?te d'Ivoire,337124,25556,805,34,157 +C?te d'Ivoire,337127,4998,805,34,157 +C?te d'Ivoire,339113,21327,805,34,157 +C?te d'Ivoire,339911,10612,805,34,157 +C?te d'Ivoire,339913,20550,805,34,157 +C?te d'Ivoire,339914,60726,805,34,157 +C?te d'Ivoire,339920,4020,805,34,157 +C?te d'Ivoire,339991,1812,805,34,157 +C?te d'Ivoire,339992,167598,805,34,157 +C?te d'Ivoire,910000,24541,805,34,157 +C?te d'Ivoire,920000,1993034,805,34,157 +C?te d'Ivoire,980000,1707305,805,34,157 +C?te d'Ivoire,990000,129782,805,34,157 +Cambodia,112990,4293610,808,35,158 +Cambodia,113210,313920,808,35,158 +Cambodia,114111,3049735,808,35,158 +Cambodia,311111,5801672,808,35,158 +Cambodia,311212,622411,808,35,158 +Cambodia,311311,5267,808,35,158 +Cambodia,311611,3191,808,35,158 +Cambodia,311942,12019,808,35,158 +Cambodia,311999,7636,808,35,158 +Cambodia,313210,51766,808,35,158 +Cambodia,313249,40487,808,35,158 +Cambodia,313320,779227,808,35,158 +Cambodia,314110,51150,808,35,158 +Cambodia,314121,998,808,35,158 +Cambodia,314129,18518484,808,35,158 +Cambodia,314911,2698447,808,35,158 +Cambodia,314991,1763,808,35,158 +Cambodia,314999,597776,808,35,158 +Cambodia,315111,8559674,808,35,158 +Cambodia,315221,83281264,808,35,158 +Cambodia,315222,6340036,808,35,158 +Cambodia,315223,182550222,808,35,158 +Cambodia,315224,185036908,808,35,158 +Cambodia,315228,143964119,808,35,158 +Cambodia,315231,214046175,808,35,158 +Cambodia,315232,579373827,808,35,158 +Cambodia,315233,59933739,808,35,158 +Cambodia,315234,129693211,808,35,158 +Cambodia,315239,631579841,808,35,158 +Cambodia,315291,87275409,808,35,158 +Cambodia,315991,6403365,808,35,158 +Cambodia,315992,294915,808,35,158 +Cambodia,315993,2054,808,35,158 +Cambodia,315999,1416644,808,35,158 +Cambodia,316211,217516,808,35,158 +Cambodia,316213,1917422,808,35,158 +Cambodia,316214,4850358,808,35,158 +Cambodia,316219,9118974,808,35,158 +Cambodia,316991,146204,808,35,158 +Cambodia,316992,285573,808,35,158 +Cambodia,316993,47137,808,35,158 +Cambodia,316999,27692,808,35,158 +Cambodia,321999,229819,808,35,158 +Cambodia,322121,10124,808,35,158 +Cambodia,322223,5958872,808,35,158 +Cambodia,322299,17250,808,35,158 +Cambodia,323119,3575,808,35,158 +Cambodia,325611,5232,808,35,158 +Cambodia,325910,2690,808,35,158 +Cambodia,326199,8231404,808,35,158 +Cambodia,326299,10935,808,35,158 +Cambodia,327112,2468,808,35,158 +Cambodia,327212,34272,808,35,158 +Cambodia,327390,4274,808,35,158 +Cambodia,327991,9319,808,35,158 +Cambodia,327999,7350,808,35,158 +Cambodia,332211,8451,808,35,158 +Cambodia,332439,6103,808,35,158 +Cambodia,332611,490832,808,35,158 +Cambodia,332618,7424,808,35,158 +Cambodia,333132,5220,808,35,158 +Cambodia,333515,5338,808,35,158 +Cambodia,333922,7045,808,35,158 +Cambodia,333994,2213,808,35,158 +Cambodia,334111,4075,808,35,158 +Cambodia,334119,13170,808,35,158 +Cambodia,334220,2758,808,35,158 +Cambodia,334412,2560,808,35,158 +Cambodia,334413,67845,808,35,158 +Cambodia,334416,10395,808,35,158 +Cambodia,334419,5025,808,35,158 +Cambodia,334511,43177,808,35,158 +Cambodia,334513,36420,808,35,158 +Cambodia,334516,3590,808,35,158 +Cambodia,334612,8569,808,35,158 +Cambodia,335129,5629,808,35,158 +Cambodia,335228,4511,808,35,158 +Cambodia,335999,22454,808,35,158 +Cambodia,336311,2712,808,35,158 +Cambodia,336399,47921,808,35,158 +Cambodia,336991,5662786,808,35,158 +Cambodia,337124,6847,808,35,158 +Cambodia,337127,66418,808,35,158 +Cambodia,337215,10206,808,35,158 +Cambodia,337910,808985,808,35,158 +Cambodia,339113,21693,808,35,158 +Cambodia,339911,253404,808,35,158 +Cambodia,339912,6659,808,35,158 +Cambodia,339914,55740,808,35,158 +Cambodia,339920,277707,808,35,158 +Cambodia,339932,1272493,808,35,158 +Cambodia,339999,203822,808,35,158 +Cambodia,910000,75094,808,35,158 +Cambodia,920000,3462976,808,35,158 +Cambodia,980000,221602,808,35,158 +Cambodia,990000,1044323,808,35,158 +Cameroon,111130,11384,805,36,159 +Cameroon,111339,6346682,805,36,159 +Cameroon,111421,6346,805,36,159 +Cameroon,111910,162352,805,36,159 +Cameroon,111998,7218,805,36,159 +Cameroon,113210,21350597,805,36,159 +Cameroon,113310,276105,805,36,159 +Cameroon,114111,3077,805,36,159 +Cameroon,211111,93900838,805,36,159 +Cameroon,311223,34586,805,36,159 +Cameroon,311320,32418466,805,36,159 +Cameroon,311411,24064,805,36,159 +Cameroon,311421,54527,805,36,159 +Cameroon,311514,9658,805,36,159 +Cameroon,311611,6564,805,36,159 +Cameroon,311811,2621,805,36,159 +Cameroon,311942,11074,805,36,159 +Cameroon,311999,3065,805,36,159 +Cameroon,312111,131822,805,36,159 +Cameroon,313221,1061,805,36,159 +Cameroon,314129,50559,805,36,159 +Cameroon,314911,8694,805,36,159 +Cameroon,314999,35835,805,36,159 +Cameroon,315111,64899,805,36,159 +Cameroon,315222,4577,805,36,159 +Cameroon,315228,69766,805,36,159 +Cameroon,315231,37401,805,36,159 +Cameroon,315232,141531,805,36,159 +Cameroon,315233,58064,805,36,159 +Cameroon,315234,2840,805,36,159 +Cameroon,315239,264918,805,36,159 +Cameroon,315291,8694,805,36,159 +Cameroon,315991,532,805,36,159 +Cameroon,316214,122246,805,36,159 +Cameroon,316219,13110,805,36,159 +Cameroon,316991,24514,805,36,159 +Cameroon,316993,27450,805,36,159 +Cameroon,316999,5441,805,36,159 +Cameroon,321113,14245416,805,36,159 +Cameroon,321211,1233460,805,36,159 +Cameroon,321212,7845,805,36,159 +Cameroon,321999,16003,805,36,159 +Cameroon,322222,1317,805,36,159 +Cameroon,322224,5374,805,36,159 +Cameroon,323117,55361,805,36,159 +Cameroon,323119,9878,805,36,159 +Cameroon,324110,132116794,805,36,159 +Cameroon,325199,43059,805,36,159 +Cameroon,325211,1463,805,36,159 +Cameroon,325212,253359,805,36,159 +Cameroon,325620,21131,805,36,159 +Cameroon,325910,7499,805,36,159 +Cameroon,325998,247997,805,36,159 +Cameroon,326113,818,805,36,159 +Cameroon,326122,470,805,36,159 +Cameroon,326199,86126,805,36,159 +Cameroon,326299,9253,805,36,159 +Cameroon,327112,49846,805,36,159 +Cameroon,327122,16322,805,36,159 +Cameroon,327390,11263,805,36,159 +Cameroon,332211,2857,805,36,159 +Cameroon,332212,46519,805,36,159 +Cameroon,332618,5152,805,36,159 +Cameroon,332911,88419,805,36,159 +Cameroon,332919,57118,805,36,159 +Cameroon,332999,200591,805,36,159 +Cameroon,333111,13322,805,36,159 +Cameroon,333132,17874,805,36,159 +Cameroon,333313,17225,805,36,159 +Cameroon,333314,5251,805,36,159 +Cameroon,333315,68372,805,36,159 +Cameroon,333414,23773,805,36,159 +Cameroon,333515,2299,805,36,159 +Cameroon,333911,13783,805,36,159 +Cameroon,333912,37325,805,36,159 +Cameroon,333999,18320,805,36,159 +Cameroon,334112,19671,805,36,159 +Cameroon,334119,661487,805,36,159 +Cameroon,334220,130986,805,36,159 +Cameroon,334310,26911,805,36,159 +Cameroon,334412,9440,805,36,159 +Cameroon,334413,19621,805,36,159 +Cameroon,334414,16411,805,36,159 +Cameroon,334416,5930,805,36,159 +Cameroon,334417,28004,805,36,159 +Cameroon,334418,27942,805,36,159 +Cameroon,334419,910523,805,36,159 +Cameroon,334510,18413,805,36,159 +Cameroon,334512,4990,805,36,159 +Cameroon,334515,27262,805,36,159 +Cameroon,334516,96899,805,36,159 +Cameroon,335110,2181,805,36,159 +Cameroon,335129,52986,805,36,159 +Cameroon,335211,337778,805,36,159 +Cameroon,335221,22254,805,36,159 +Cameroon,335929,43819,805,36,159 +Cameroon,335931,3305,805,36,159 +Cameroon,335932,8307,805,36,159 +Cameroon,335999,5457,805,36,159 +Cameroon,336322,25188,805,36,159 +Cameroon,336991,3501,805,36,159 +Cameroon,337124,8805,805,36,159 +Cameroon,337127,285684,805,36,159 +Cameroon,337211,732,805,36,159 +Cameroon,337215,4903,805,36,159 +Cameroon,339112,50765,805,36,159 +Cameroon,339113,800,805,36,159 +Cameroon,339114,3602,805,36,159 +Cameroon,339115,26964,805,36,159 +Cameroon,339911,64748,805,36,159 +Cameroon,339914,33889,805,36,159 +Cameroon,339920,1129,805,36,159 +Cameroon,339932,56352,805,36,159 +Cameroon,339991,1491,805,36,159 +Cameroon,339992,19226,805,36,159 +Cameroon,339994,27031,805,36,159 +Cameroon,339999,5865,805,36,159 +Cameroon,920000,1109578,805,36,159 +Cameroon,980000,925109,805,36,159 +Cameroon,990000,308296,805,36,159 +Canada,111110,167919444,801,37,160 +Canada,111120,391511152,801,37,160 +Canada,111130,73599119,801,37,160 +Canada,111140,529401500,801,37,160 +Canada,111150,106959160,801,37,160 +Canada,111199,409776879,801,37,160 +Canada,111211,148018545,801,37,160 +Canada,111219,789944853,801,37,160 +Canada,111310,10849,801,37,160 +Canada,111320,2406,801,37,160 +Canada,111331,19928378,801,37,160 +Canada,111332,1105471,801,37,160 +Canada,111333,1218635,801,37,160 +Canada,111334,107196396,801,37,160 +Canada,111335,8858642,801,37,160 +Canada,111339,11892644,801,37,160 +Canada,111411,99794021,801,37,160 +Canada,111421,237010909,801,37,160 +Canada,111422,50140988,801,37,160 +Canada,111910,76071006,801,37,160 +Canada,111930,2082,801,37,160 +Canada,111940,15415224,801,37,160 +Canada,111991,35444,801,37,160 +Canada,111998,209130293,801,37,160 +Canada,112111,1083099080,801,37,160 +Canada,112210,367777459,801,37,160 +Canada,112310,49821505,801,37,160 +Canada,112410,367366,801,37,160 +Canada,112420,15967,801,37,160 +Canada,112511,515939615,801,37,160 +Canada,112512,43152581,801,37,160 +Canada,112910,51211315,801,37,160 +Canada,112920,28923343,801,37,160 +Canada,112930,82330609,801,37,160 +Canada,112990,64631847,801,37,160 +Canada,113210,8092634,801,37,160 +Canada,113310,68296638,801,37,160 +Canada,114111,417890341,801,37,160 +Canada,114112,1220050273,801,37,160 +Canada,114119,15253747,801,37,160 +Canada,211111,65128960642,801,37,160 +Canada,211112,2116558138,801,37,160 +Canada,212112,310991566,801,37,160 +Canada,212113,37713,801,37,160 +Canada,212210,509841800,801,37,160 +Canada,212221,5170038,801,37,160 +Canada,212222,105000,801,37,160 +Canada,212231,1969650,801,37,160 +Canada,212234,86813174,801,37,160 +Canada,212299,63850165,801,37,160 +Canada,212311,11370254,801,37,160 +Canada,212319,89233354,801,37,160 +Canada,212322,46224131,801,37,160 +Canada,212324,3290925,801,37,160 +Canada,212325,64760814,801,37,160 +Canada,212391,2800,801,37,160 +Canada,212392,164659,801,37,160 +Canada,212393,217069084,801,37,160 +Canada,212399,356410903,801,37,160 +Canada,311111,135333216,801,37,160 +Canada,311119,125405850,801,37,160 +Canada,311211,192580758,801,37,160 +Canada,311212,12667700,801,37,160 +Canada,311213,171143532,801,37,160 +Canada,311221,154542144,801,37,160 +Canada,311222,71783901,801,37,160 +Canada,311223,1356058203,801,37,160 +Canada,311225,128549543,801,37,160 +Canada,311230,329156624,801,37,160 +Canada,311311,17029124,801,37,160 +Canada,311320,879258824,801,37,160 +Canada,311340,576044222,801,37,160 +Canada,311411,892605208,801,37,160 +Canada,311421,300292753,801,37,160 +Canada,311422,76385469,801,37,160 +Canada,311423,20828913,801,37,160 +Canada,311511,14867950,801,37,160 +Canada,311512,12442222,801,37,160 +Canada,311513,25499344,801,37,160 +Canada,311514,139570821,801,37,160 +Canada,311520,16841062,801,37,160 +Canada,311611,2012330596,801,37,160 +Canada,311613,69772082,801,37,160 +Canada,311615,211986709,801,37,160 +Canada,311711,136301249,801,37,160 +Canada,311811,1286114779,801,37,160 +Canada,311822,257430688,801,37,160 +Canada,311823,40342215,801,37,160 +Canada,311911,31402046,801,37,160 +Canada,311919,77166835,801,37,160 +Canada,311920,389232354,801,37,160 +Canada,311930,68769104,801,37,160 +Canada,311941,110875083,801,37,160 +Canada,311942,54232085,801,37,160 +Canada,311999,706156220,801,37,160 +Canada,312111,108154206,801,37,160 +Canada,312112,4241405,801,37,160 +Canada,312113,9181584,801,37,160 +Canada,312120,266430265,801,37,160 +Canada,312130,14861882,801,37,160 +Canada,312140,302737601,801,37,160 +Canada,312221,75579224,801,37,160 +Canada,312229,1512787,801,37,160 +Canada,313111,74077175,801,37,160 +Canada,313113,343474,801,37,160 +Canada,313210,260188095,801,37,160 +Canada,313221,86871342,801,37,160 +Canada,313230,48228585,801,37,160 +Canada,313249,39211004,801,37,160 +Canada,313312,371166,801,37,160 +Canada,313320,210361881,801,37,160 +Canada,314110,101020088,801,37,160 +Canada,314121,6937044,801,37,160 +Canada,314129,72279839,801,37,160 +Canada,314911,13097243,801,37,160 +Canada,314912,6881106,801,37,160 +Canada,314991,16621821,801,37,160 +Canada,314992,58438706,801,37,160 +Canada,314999,82347055,801,37,160 +Canada,315111,17676700,801,37,160 +Canada,315221,4700008,801,37,160 +Canada,315222,89578919,801,37,160 +Canada,315223,13633045,801,37,160 +Canada,315224,54435595,801,37,160 +Canada,315228,50575068,801,37,160 +Canada,315231,20825856,801,37,160 +Canada,315232,40155002,801,37,160 +Canada,315233,42652206,801,37,160 +Canada,315234,42904903,801,37,160 +Canada,315239,109847944,801,37,160 +Canada,315291,1730875,801,37,160 +Canada,315292,26714967,801,37,160 +Canada,315991,17690839,801,37,160 +Canada,315992,5273703,801,37,160 +Canada,315993,861446,801,37,160 +Canada,315999,105669536,801,37,160 +Canada,316110,26494257,801,37,160 +Canada,316211,31968619,801,37,160 +Canada,316212,6141,801,37,160 +Canada,316213,6916447,801,37,160 +Canada,316214,16093725,801,37,160 +Canada,316219,2081856,801,37,160 +Canada,316991,41322851,801,37,160 +Canada,316992,1170877,801,37,160 +Canada,316993,1039203,801,37,160 +Canada,316999,15422418,801,37,160 +Canada,321113,3143939197,801,37,160 +Canada,321114,61439792,801,37,160 +Canada,321211,207269469,801,37,160 +Canada,321212,134419574,801,37,160 +Canada,321213,283174843,801,37,160 +Canada,321214,8448842,801,37,160 +Canada,321219,989810639,801,37,160 +Canada,321911,217232139,801,37,160 +Canada,321918,104231633,801,37,160 +Canada,321920,94454107,801,37,160 +Canada,321991,1906216,801,37,160 +Canada,321992,34140882,801,37,160 +Canada,321999,337360341,801,37,160 +Canada,322110,2787983191,801,37,160 +Canada,322121,1502381683,801,37,160 +Canada,322122,3174680626,801,37,160 +Canada,322130,837194086,801,37,160 +Canada,322211,132705145,801,37,160 +Canada,322212,435981470,801,37,160 +Canada,322213,2094335,801,37,160 +Canada,322214,16052302,801,37,160 +Canada,322215,25950111,801,37,160 +Canada,322222,366121491,801,37,160 +Canada,322223,453096937,801,37,160 +Canada,322224,66275420,801,37,160 +Canada,322232,11826232,801,37,160 +Canada,322233,316746,801,37,160 +Canada,322291,975883205,801,37,160 +Canada,322299,191603590,801,37,160 +Canada,323116,2462311,801,37,160 +Canada,323117,244874649,801,37,160 +Canada,323118,25270484,801,37,160 +Canada,323119,649125886,801,37,160 +Canada,323122,8706897,801,37,160 +Canada,324110,14555125942,801,37,160 +Canada,324121,46711827,801,37,160 +Canada,324122,143562825,801,37,160 +Canada,325110,2093962499,801,37,160 +Canada,325120,64407882,801,37,160 +Canada,325131,313352034,801,37,160 +Canada,325132,29417058,801,37,160 +Canada,325181,95464873,801,37,160 +Canada,325182,128866238,801,37,160 +Canada,325188,1708674041,801,37,160 +Canada,325191,8626182,801,37,160 +Canada,325192,1098499909,801,37,160 +Canada,325193,56053698,801,37,160 +Canada,325199,1887174558,801,37,160 +Canada,325211,4187988181,801,37,160 +Canada,325212,176596710,801,37,160 +Canada,325221,11069,801,37,160 +Canada,325222,362384218,801,37,160 +Canada,325311,1324257147,801,37,160 +Canada,325312,3065712873,801,37,160 +Canada,325320,84873010,801,37,160 +Canada,325411,123079031,801,37,160 +Canada,325412,3672538363,801,37,160 +Canada,325414,605977814,801,37,160 +Canada,325510,228532025,801,37,160 +Canada,325520,114472514,801,37,160 +Canada,325611,419330697,801,37,160 +Canada,325612,42475873,801,37,160 +Canada,325613,215695143,801,37,160 +Canada,325620,948385334,801,37,160 +Canada,325910,106766023,801,37,160 +Canada,325920,144716164,801,37,160 +Canada,325992,32410495,801,37,160 +Canada,325998,391062309,801,37,160 +Canada,326112,33993020,801,37,160 +Canada,326113,1084064536,801,37,160 +Canada,326121,156147419,801,37,160 +Canada,326122,139408546,801,37,160 +Canada,326160,278595094,801,37,160 +Canada,326191,46428313,801,37,160 +Canada,326192,78350420,801,37,160 +Canada,326199,2367416435,801,37,160 +Canada,326211,1856564091,801,37,160 +Canada,326212,4849704,801,37,160 +Canada,326220,320647874,801,37,160 +Canada,326299,590987871,801,37,160 +Canada,327111,843079,801,37,160 +Canada,327112,6880468,801,37,160 +Canada,327113,7005999,801,37,160 +Canada,327121,1612045,801,37,160 +Canada,327122,643154,801,37,160 +Canada,327123,150245,801,37,160 +Canada,327124,24747244,801,37,160 +Canada,327125,45447160,801,37,160 +Canada,327211,68493213,801,37,160 +Canada,327212,168159300,801,37,160 +Canada,327213,52822799,801,37,160 +Canada,327215,83415983,801,37,160 +Canada,327310,283318045,801,37,160 +Canada,327320,18751,801,37,160 +Canada,327331,28929908,801,37,160 +Canada,327390,125611954,801,37,160 +Canada,327410,51173907,801,37,160 +Canada,327420,21723651,801,37,160 +Canada,327910,158630201,801,37,160 +Canada,327991,79683345,801,37,160 +Canada,327992,51909374,801,37,160 +Canada,327993,140010772,801,37,160 +Canada,327999,111728781,801,37,160 +Canada,331111,5482837371,801,37,160 +Canada,331112,118483944,801,37,160 +Canada,331222,228175897,801,37,160 +Canada,331311,9515746,801,37,160 +Canada,331312,4758649216,801,37,160 +Canada,331314,17721,801,37,160 +Canada,331315,788098490,801,37,160 +Canada,331316,263203545,801,37,160 +Canada,331319,393982711,801,37,160 +Canada,331411,1410823219,801,37,160 +Canada,331419,7479856883,801,37,160 +Canada,331421,161428473,801,37,160 +Canada,331422,790024403,801,37,160 +Canada,331491,434541691,801,37,160 +Canada,331492,76340588,801,37,160 +Canada,331511,55155577,801,37,160 +Canada,332115,103315228,801,37,160 +Canada,332211,6855089,801,37,160 +Canada,332212,63061582,801,37,160 +Canada,332213,37652469,801,37,160 +Canada,332214,17201324,801,37,160 +Canada,332311,83121703,801,37,160 +Canada,332312,645201816,801,37,160 +Canada,332321,191327720,801,37,160 +Canada,332322,31357791,801,37,160 +Canada,332323,12172028,801,37,160 +Canada,332410,165136388,801,37,160 +Canada,332420,169647548,801,37,160 +Canada,332431,67125513,801,37,160 +Canada,332439,72162841,801,37,160 +Canada,332510,623270800,801,37,160 +Canada,332611,133718290,801,37,160 +Canada,332618,134401576,801,37,160 +Canada,332722,256083300,801,37,160 +Canada,332911,528009474,801,37,160 +Canada,332912,73727041,801,37,160 +Canada,332913,11957831,801,37,160 +Canada,332919,125923442,801,37,160 +Canada,332991,244286010,801,37,160 +Canada,332992,118999968,801,37,160 +Canada,332994,67649930,801,37,160 +Canada,332995,2886659,801,37,160 +Canada,332997,7088771,801,37,160 +Canada,332998,9680513,801,37,160 +Canada,332999,881801102,801,37,160 +Canada,333111,1051819361,801,37,160 +Canada,333120,1235845563,801,37,160 +Canada,333131,164301240,801,37,160 +Canada,333132,611287508,801,37,160 +Canada,333210,49119427,801,37,160 +Canada,333220,389822260,801,37,160 +Canada,333291,109854451,801,37,160 +Canada,333292,6934870,801,37,160 +Canada,333293,20869259,801,37,160 +Canada,333294,66465228,801,37,160 +Canada,333295,17499724,801,37,160 +Canada,333298,84162436,801,37,160 +Canada,333311,11934100,801,37,160 +Canada,333313,55531345,801,37,160 +Canada,333314,555574139,801,37,160 +Canada,333315,31306916,801,37,160 +Canada,333319,110596526,801,37,160 +Canada,333411,69874643,801,37,160 +Canada,333412,93265672,801,37,160 +Canada,333414,192205969,801,37,160 +Canada,333415,402609179,801,37,160 +Canada,333511,480577600,801,37,160 +Canada,333512,84953656,801,37,160 +Canada,333513,205874953,801,37,160 +Canada,333514,224881548,801,37,160 +Canada,333515,63774043,801,37,160 +Canada,333516,21477799,801,37,160 +Canada,333611,465860345,801,37,160 +Canada,333612,163016682,801,37,160 +Canada,333613,146262680,801,37,160 +Canada,333618,435939580,801,37,160 +Canada,333911,426774642,801,37,160 +Canada,333912,165060748,801,37,160 +Canada,333913,4787724,801,37,160 +Canada,333921,78790561,801,37,160 +Canada,333922,403865849,801,37,160 +Canada,333923,82503394,801,37,160 +Canada,333924,174580183,801,37,160 +Canada,333991,27399510,801,37,160 +Canada,333992,107933735,801,37,160 +Canada,333993,243067501,801,37,160 +Canada,333994,80357191,801,37,160 +Canada,333995,156017879,801,37,160 +Canada,333996,314435970,801,37,160 +Canada,333997,21059806,801,37,160 +Canada,333999,1362361813,801,37,160 +Canada,334111,266969158,801,37,160 +Canada,334112,12416210,801,37,160 +Canada,334119,626217868,801,37,160 +Canada,334210,30757373,801,37,160 +Canada,334220,2190039981,801,37,160 +Canada,334290,80442331,801,37,160 +Canada,334310,239478236,801,37,160 +Canada,334411,2686978,801,37,160 +Canada,334412,144394163,801,37,160 +Canada,334413,781362556,801,37,160 +Canada,334414,4818967,801,37,160 +Canada,334415,15706969,801,37,160 +Canada,334416,82718207,801,37,160 +Canada,334417,81470395,801,37,160 +Canada,334418,355775669,801,37,160 +Canada,334419,410056321,801,37,160 +Canada,334510,200234794,801,37,160 +Canada,334511,507438656,801,37,160 +Canada,334512,45952414,801,37,160 +Canada,334513,353164754,801,37,160 +Canada,334514,22178364,801,37,160 +Canada,334515,307679014,801,37,160 +Canada,334516,263550759,801,37,160 +Canada,334517,80200779,801,37,160 +Canada,334518,4346374,801,37,160 +Canada,334519,214854380,801,37,160 +Canada,334612,41917917,801,37,160 +Canada,334613,5631437,801,37,160 +Canada,335110,83907051,801,37,160 +Canada,335121,10326014,801,37,160 +Canada,335129,272072953,801,37,160 +Canada,335211,136089931,801,37,160 +Canada,335212,17642297,801,37,160 +Canada,335221,270873221,801,37,160 +Canada,335222,19472414,801,37,160 +Canada,335224,197006632,801,37,160 +Canada,335228,221261752,801,37,160 +Canada,335311,344791719,801,37,160 +Canada,335312,384350792,801,37,160 +Canada,335313,216002433,801,37,160 +Canada,335314,434612859,801,37,160 +Canada,335911,46456206,801,37,160 +Canada,335912,20498047,801,37,160 +Canada,335921,12209092,801,37,160 +Canada,335929,427359881,801,37,160 +Canada,335931,98695460,801,37,160 +Canada,335932,14516838,801,37,160 +Canada,335991,76842947,801,37,160 +Canada,335999,511223543,801,37,160 +Canada,336111,35916678778,801,37,160 +Canada,336120,769516900,801,37,160 +Canada,336211,327068249,801,37,160 +Canada,336212,97769330,801,37,160 +Canada,336213,79109896,801,37,160 +Canada,336214,177974576,801,37,160 +Canada,336311,3252519675,801,37,160 +Canada,336321,117902137,801,37,160 +Canada,336322,115291873,801,37,160 +Canada,336330,738259558,801,37,160 +Canada,336340,493547125,801,37,160 +Canada,336350,1670901122,801,37,160 +Canada,336360,622990251,801,37,160 +Canada,336370,106942634,801,37,160 +Canada,336391,61424473,801,37,160 +Canada,336399,5004313264,801,37,160 +Canada,336411,2748112820,801,37,160 +Canada,336412,1983760872,801,37,160 +Canada,336413,1644093592,801,37,160 +Canada,336415,1610329,801,37,160 +Canada,336419,15465195,801,37,160 +Canada,336510,81136404,801,37,160 +Canada,336611,19021758,801,37,160 +Canada,336612,188374645,801,37,160 +Canada,336991,106847061,801,37,160 +Canada,336992,633540469,801,37,160 +Canada,337110,127370329,801,37,160 +Canada,337121,4443004,801,37,160 +Canada,337124,87714283,801,37,160 +Canada,337127,1045955529,801,37,160 +Canada,337129,1428324,801,37,160 +Canada,337211,328526231,801,37,160 +Canada,337214,207594737,801,37,160 +Canada,337215,543697634,801,37,160 +Canada,337910,27517992,801,37,160 +Canada,337920,9132874,801,37,160 +Canada,339112,102539200,801,37,160 +Canada,339113,159542810,801,37,160 +Canada,339114,44750044,801,37,160 +Canada,339115,6642982,801,37,160 +Canada,339911,1238903593,801,37,160 +Canada,339912,10483,801,37,160 +Canada,339913,139044730,801,37,160 +Canada,339914,7346131,801,37,160 +Canada,339920,200306154,801,37,160 +Canada,339932,243279326,801,37,160 +Canada,339941,5963604,801,37,160 +Canada,339942,3177407,801,37,160 +Canada,339943,1210213,801,37,160 +Canada,339944,900412,801,37,160 +Canada,339950,31393118,801,37,160 +Canada,339991,313946213,801,37,160 +Canada,339992,41863820,801,37,160 +Canada,339993,4281430,801,37,160 +Canada,339994,37773502,801,37,160 +Canada,339995,26484054,801,37,160 +Canada,339999,206795945,801,37,160 +Canada,511210,1153679,801,37,160 +Canada,910000,2352027190,801,37,160 +Canada,920000,72623598,801,37,160 +Canada,980000,7829916205,801,37,160 +Canada,990000,4603042690,801,37,160 +Cape Verde,114111,330966,805,38,161 +Cape Verde,311711,150828,805,38,161 +Cape Verde,311811,3570,805,38,161 +Cape Verde,311920,32782,805,38,161 +Cape Verde,312140,466263,805,38,161 +Cape Verde,314121,9672,805,38,161 +Cape Verde,314129,3597,805,38,161 +Cape Verde,322121,43508,805,38,161 +Cape Verde,326199,817,805,38,161 +Cape Verde,332911,2724,805,38,161 +Cape Verde,332912,10647,805,38,161 +Cape Verde,333314,184631,805,38,161 +Cape Verde,333993,5952,805,38,161 +Cape Verde,334111,3056,805,38,161 +Cape Verde,334220,35588,805,38,161 +Cape Verde,334516,28812,805,38,161 +Cape Verde,335222,20366,805,38,161 +Cape Verde,335312,2750,805,38,161 +Cape Verde,335931,21994,805,38,161 +Cape Verde,337127,2912,805,38,161 +Cape Verde,339115,76580,805,38,161 +Cape Verde,339914,3260,805,38,161 +Cape Verde,980000,30199,805,38,161 +Cape Verde,990000,10546,805,38,161 +Cayman Islands,311811,1045367,803,39,162 +Cayman Islands,313320,65949,803,39,162 +Cayman Islands,314110,3850,803,39,162 +Cayman Islands,314129,794,803,39,162 +Cayman Islands,314999,1428,803,39,162 +Cayman Islands,315223,1180,803,39,162 +Cayman Islands,315224,182913,803,39,162 +Cayman Islands,315231,683,803,39,162 +Cayman Islands,315232,440,803,39,162 +Cayman Islands,315233,330,803,39,162 +Cayman Islands,315991,706,803,39,162 +Cayman Islands,315993,500,803,39,162 +Cayman Islands,323117,2044,803,39,162 +Cayman Islands,323119,9483,803,39,162 +Cayman Islands,324110,2995,803,39,162 +Cayman Islands,325620,7210,803,39,162 +Cayman Islands,326199,1944,803,39,162 +Cayman Islands,327112,7880,803,39,162 +Cayman Islands,327212,8988,803,39,162 +Cayman Islands,331419,36472,803,39,162 +Cayman Islands,331491,119844,803,39,162 +Cayman Islands,332410,2571,803,39,162 +Cayman Islands,332999,2794,803,39,162 +Cayman Islands,333131,15329,803,39,162 +Cayman Islands,333293,4036,803,39,162 +Cayman Islands,333415,10250,803,39,162 +Cayman Islands,333618,287972,803,39,162 +Cayman Islands,333911,4374,803,39,162 +Cayman Islands,333991,10875,803,39,162 +Cayman Islands,333992,34869,803,39,162 +Cayman Islands,334112,21812,803,39,162 +Cayman Islands,334119,207726,803,39,162 +Cayman Islands,334220,56206,803,39,162 +Cayman Islands,334310,62723,803,39,162 +Cayman Islands,334412,4071,803,39,162 +Cayman Islands,334413,9860,803,39,162 +Cayman Islands,334418,7895,803,39,162 +Cayman Islands,334513,2738,803,39,162 +Cayman Islands,334518,7235,803,39,162 +Cayman Islands,334519,5838,803,39,162 +Cayman Islands,335313,2181,803,39,162 +Cayman Islands,335911,39573,803,39,162 +Cayman Islands,335999,3250,803,39,162 +Cayman Islands,336311,9029,803,39,162 +Cayman Islands,336399,32386,803,39,162 +Cayman Islands,336412,10440,803,39,162 +Cayman Islands,337215,518,803,39,162 +Cayman Islands,339911,46080,803,39,162 +Cayman Islands,339913,30937,803,39,162 +Cayman Islands,339932,2540,803,39,162 +Cayman Islands,339992,2420,803,39,162 +Cayman Islands,339999,70175,803,39,162 +Cayman Islands,910000,1322402,803,39,162 +Cayman Islands,920000,104884,803,39,162 +Cayman Islands,980000,7178052,803,39,162 +Cayman Islands,990000,329110,803,39,162 +Central African Republic,113310,171987,805,40,163 +Central African Republic,311611,301,805,40,163 +Central African Republic,311920,19209,805,40,163 +Central African Republic,314110,1522,805,40,163 +Central African Republic,315292,437,805,40,163 +Central African Republic,321113,993641,805,40,163 +Central African Republic,321211,92365,805,40,163 +Central African Republic,323117,5019,805,40,163 +Central African Republic,325998,749625,805,40,163 +Central African Republic,326122,3867,805,40,163 +Central African Republic,326199,49134,805,40,163 +Central African Republic,332722,9238,805,40,163 +Central African Republic,333911,2258,805,40,163 +Central African Republic,334119,2669,805,40,163 +Central African Republic,334413,31045,805,40,163 +Central African Republic,334418,10551,805,40,163 +Central African Republic,334518,4801,805,40,163 +Central African Republic,335129,1015,805,40,163 +Central African Republic,335999,5375,805,40,163 +Central African Republic,336399,131288,805,40,163 +Central African Republic,339114,5426,805,40,163 +Central African Republic,339913,3428749,805,40,163 +Central African Republic,339999,4190,805,40,163 +Central African Republic,920000,7550,805,40,163 +Central African Republic,980000,99145,805,40,163 +Central African Republic,990000,27297,805,40,163 +Chad,113210,6381520,805,41,164 +Chad,211111,1832352803,805,41,164 +Chad,315224,1802,805,41,164 +Chad,324110,264834660,805,41,164 +Chad,325311,1237594,805,41,164 +Chad,326199,344,805,41,164 +Chad,333911,5923,805,41,164 +Chad,334112,8556,805,41,164 +Chad,920000,3477474,805,41,164 +Chad,980000,1522921,805,41,164 +Chad,990000,24761,805,41,164 +Chile,111110,25884910,803,42,165 +Chile,111120,2547594,803,42,165 +Chile,111130,1597029,803,42,165 +Chile,111150,167367536,803,42,165 +Chile,111219,71362231,803,42,165 +Chile,111310,39105339,803,42,165 +Chile,111320,59818582,803,42,165 +Chile,111331,131156973,803,42,165 +Chile,111332,888438599,803,42,165 +Chile,111334,245344059,803,42,165 +Chile,111335,1481394,803,42,165 +Chile,111339,347938599,803,42,165 +Chile,111421,4936940,803,42,165 +Chile,111422,5701598,803,42,165 +Chile,111910,83228,803,42,165 +Chile,111998,1342422,803,42,165 +Chile,112420,308,803,42,165 +Chile,112511,268168301,803,42,165 +Chile,112512,98200,803,42,165 +Chile,112910,250517,803,42,165 +Chile,112920,2838411,803,42,165 +Chile,112990,237272,803,42,165 +Chile,113210,2069058,803,42,165 +Chile,113310,23397,803,42,165 +Chile,114111,314368842,803,42,165 +Chile,114112,17070305,803,42,165 +Chile,114119,4734463,803,42,165 +Chile,212210,18366565,803,42,165 +Chile,212299,100358989,803,42,165 +Chile,212322,33618,803,42,165 +Chile,212392,280800,803,42,165 +Chile,212393,208060151,803,42,165 +Chile,212399,116618,803,42,165 +Chile,311119,86715,803,42,165 +Chile,311211,242537,803,42,165 +Chile,311213,30640,803,42,165 +Chile,311221,26925789,803,42,165 +Chile,311222,9150,803,42,165 +Chile,311223,7383392,803,42,165 +Chile,311230,49070,803,42,165 +Chile,311311,12020209,803,42,165 +Chile,311320,918268,803,42,165 +Chile,311340,198659,803,42,165 +Chile,311411,101141549,803,42,165 +Chile,311421,106087045,803,42,165 +Chile,311423,42774754,803,42,165 +Chile,311513,212265,803,42,165 +Chile,311514,15157645,803,42,165 +Chile,311520,28897,803,42,165 +Chile,311611,15624445,803,42,165 +Chile,311613,53200,803,42,165 +Chile,311615,44408276,803,42,165 +Chile,311711,60386286,803,42,165 +Chile,311811,104661,803,42,165 +Chile,311823,1056009,803,42,165 +Chile,311911,10304,803,42,165 +Chile,311920,9582109,803,42,165 +Chile,311930,3502786,803,42,165 +Chile,311941,90786,803,42,165 +Chile,311942,5190997,803,42,165 +Chile,311999,16080637,803,42,165 +Chile,312111,39070,803,42,165 +Chile,312130,300579647,803,42,165 +Chile,312140,5636,803,42,165 +Chile,312221,4760705,803,42,165 +Chile,313111,79264,803,42,165 +Chile,313210,6736765,803,42,165 +Chile,313221,403172,803,42,165 +Chile,313249,459718,803,42,165 +Chile,313312,95930,803,42,165 +Chile,314110,6205,803,42,165 +Chile,314129,76547,803,42,165 +Chile,314911,158224,803,42,165 +Chile,314991,326406,803,42,165 +Chile,314999,719660,803,42,165 +Chile,315111,354,803,42,165 +Chile,315221,76727,803,42,165 +Chile,315222,2583260,803,42,165 +Chile,315223,30098,803,42,165 +Chile,315224,5746199,803,42,165 +Chile,315228,22498,803,42,165 +Chile,315231,33454,803,42,165 +Chile,315232,104067,803,42,165 +Chile,315233,215841,803,42,165 +Chile,315234,165105,803,42,165 +Chile,315239,171117,803,42,165 +Chile,315291,198901,803,42,165 +Chile,315991,9733,803,42,165 +Chile,315992,1050,803,42,165 +Chile,315993,3918,803,42,165 +Chile,315999,57060,803,42,165 +Chile,316110,41849,803,42,165 +Chile,316212,3876,803,42,165 +Chile,316213,2707,803,42,165 +Chile,316214,127413,803,42,165 +Chile,316219,10230,803,42,165 +Chile,316991,40146,803,42,165 +Chile,316992,33222,803,42,165 +Chile,316993,6212,803,42,165 +Chile,316999,5564,803,42,165 +Chile,321113,112533976,803,42,165 +Chile,321114,376808,803,42,165 +Chile,321211,656485,803,42,165 +Chile,321212,100293588,803,42,165 +Chile,321213,22141840,803,42,165 +Chile,321219,112986469,803,42,165 +Chile,321911,38506716,803,42,165 +Chile,321918,160351195,803,42,165 +Chile,321920,3595710,803,42,165 +Chile,321999,11752878,803,42,165 +Chile,322110,16015910,803,42,165 +Chile,322121,134785,803,42,165 +Chile,322122,1096330,803,42,165 +Chile,322130,11614040,803,42,165 +Chile,322211,20767,803,42,165 +Chile,322212,44230,803,42,165 +Chile,322213,6288919,803,42,165 +Chile,322222,45683,803,42,165 +Chile,322223,2710158,803,42,165 +Chile,322224,7052043,803,42,165 +Chile,322291,742652,803,42,165 +Chile,322299,118844,803,42,165 +Chile,323116,10320,803,42,165 +Chile,323117,254939,803,42,165 +Chile,323118,205594,803,42,165 +Chile,323119,527074,803,42,165 +Chile,324110,76649720,803,42,165 +Chile,325132,48554,803,42,165 +Chile,325188,239527846,803,42,165 +Chile,325191,887155,803,42,165 +Chile,325192,2844668,803,42,165 +Chile,325199,21973881,803,42,165 +Chile,325211,9211,803,42,165 +Chile,325212,7387,803,42,165 +Chile,325311,23439080,803,42,165 +Chile,325312,4643334,803,42,165 +Chile,325320,7607006,803,42,165 +Chile,325411,7628297,803,42,165 +Chile,325412,389245,803,42,165 +Chile,325414,176768,803,42,165 +Chile,325520,116291,803,42,165 +Chile,325611,22115,803,42,165 +Chile,325612,37728,803,42,165 +Chile,325613,9580,803,42,165 +Chile,325620,1965031,803,42,165 +Chile,325910,13380,803,42,165 +Chile,325992,96793,803,42,165 +Chile,325998,4106603,803,42,165 +Chile,326112,10506,803,42,165 +Chile,326113,1171561,803,42,165 +Chile,326122,2429867,803,42,165 +Chile,326160,2666,803,42,165 +Chile,326191,14553,803,42,165 +Chile,326192,1228,803,42,165 +Chile,326199,10968771,803,42,165 +Chile,326211,70474598,803,42,165 +Chile,326212,23649,803,42,165 +Chile,326220,472476,803,42,165 +Chile,326299,233860,803,42,165 +Chile,327111,5910324,803,42,165 +Chile,327112,124957,803,42,165 +Chile,327124,6051,803,42,165 +Chile,327211,347644,803,42,165 +Chile,327212,95167,803,42,165 +Chile,327213,183175,803,42,165 +Chile,327215,2424,803,42,165 +Chile,327910,3926,803,42,165 +Chile,327999,838546,803,42,165 +Chile,331111,16275,803,42,165 +Chile,331112,90192240,803,42,165 +Chile,331312,14747,803,42,165 +Chile,331319,436541,803,42,165 +Chile,331411,2213704360,803,42,165 +Chile,331419,329355183,803,42,165 +Chile,331421,42612566,803,42,165 +Chile,331422,205403,803,42,165 +Chile,331491,218185,803,42,165 +Chile,331511,49422,803,42,165 +Chile,332211,8049,803,42,165 +Chile,332212,803952,803,42,165 +Chile,332214,28723,803,42,165 +Chile,332312,62484,803,42,165 +Chile,332322,22622,803,42,165 +Chile,332410,319578,803,42,165 +Chile,332420,85647,803,42,165 +Chile,332431,4735356,803,42,165 +Chile,332439,480221,803,42,165 +Chile,332510,213448,803,42,165 +Chile,332618,572774,803,42,165 +Chile,332722,9144,803,42,165 +Chile,332911,1855185,803,42,165 +Chile,332912,11665,803,42,165 +Chile,332913,74425,803,42,165 +Chile,332919,42729,803,42,165 +Chile,332991,6258,803,42,165 +Chile,332995,2465,803,42,165 +Chile,332999,896858,803,42,165 +Chile,333111,1609184,803,42,165 +Chile,333120,968347,803,42,165 +Chile,333131,1910084,803,42,165 +Chile,333132,1283881,803,42,165 +Chile,333210,17354,803,42,165 +Chile,333220,13637,803,42,165 +Chile,333291,1569240,803,42,165 +Chile,333293,11102,803,42,165 +Chile,333294,429217,803,42,165 +Chile,333298,6639,803,42,165 +Chile,333313,39819,803,42,165 +Chile,333314,138098,803,42,165 +Chile,333315,47098,803,42,165 +Chile,333319,158113,803,42,165 +Chile,333414,364083,803,42,165 +Chile,333415,1704972,803,42,165 +Chile,333511,375416,803,42,165 +Chile,333512,9970,803,42,165 +Chile,333611,151484,803,42,165 +Chile,333612,397006,803,42,165 +Chile,333613,112640,803,42,165 +Chile,333618,6730353,803,42,165 +Chile,333911,481121,803,42,165 +Chile,333912,666227,803,42,165 +Chile,333924,24000,803,42,165 +Chile,333991,2479,803,42,165 +Chile,333992,73504,803,42,165 +Chile,333993,76167,803,42,165 +Chile,333994,49528,803,42,165 +Chile,333995,304903,803,42,165 +Chile,333996,1937847,803,42,165 +Chile,333997,109484,803,42,165 +Chile,333999,2643082,803,42,165 +Chile,334111,43636,803,42,165 +Chile,334112,548317,803,42,165 +Chile,334119,292233,803,42,165 +Chile,334210,82283,803,42,165 +Chile,334220,7663898,803,42,165 +Chile,334310,488526,803,42,165 +Chile,334413,90743,803,42,165 +Chile,334415,4050,803,42,165 +Chile,334416,2730,803,42,165 +Chile,334417,433067,803,42,165 +Chile,334418,311366,803,42,165 +Chile,334419,91636,803,42,165 +Chile,334510,100722,803,42,165 +Chile,334511,81811,803,42,165 +Chile,334513,126072,803,42,165 +Chile,334514,43068,803,42,165 +Chile,334515,582217,803,42,165 +Chile,334516,382887,803,42,165 +Chile,334517,152000,803,42,165 +Chile,334518,28832,803,42,165 +Chile,334519,193544,803,42,165 +Chile,334612,54288,803,42,165 +Chile,335121,65446,803,42,165 +Chile,335129,6662,803,42,165 +Chile,335211,72570,803,42,165 +Chile,335221,7831,803,42,165 +Chile,335224,3169,803,42,165 +Chile,335312,88999,803,42,165 +Chile,335313,3400,803,42,165 +Chile,335314,30706,803,42,165 +Chile,335911,31250,803,42,165 +Chile,335912,11069,803,42,165 +Chile,335929,2908055,803,42,165 +Chile,335931,2475,803,42,165 +Chile,335999,237991,803,42,165 +Chile,336111,48000,803,42,165 +Chile,336311,1319888,803,42,165 +Chile,336322,200503,803,42,165 +Chile,336330,386594,803,42,165 +Chile,336340,249074,803,42,165 +Chile,336350,1699496,803,42,165 +Chile,336360,263,803,42,165 +Chile,336391,11159,803,42,165 +Chile,336399,1745431,803,42,165 +Chile,336411,17250,803,42,165 +Chile,336412,121142,803,42,165 +Chile,336413,1727711,803,42,165 +Chile,336419,93525,803,42,165 +Chile,336991,29486,803,42,165 +Chile,337124,30629,803,42,165 +Chile,337127,6879030,803,42,165 +Chile,337211,38483,803,42,165 +Chile,337214,7614,803,42,165 +Chile,337215,6133656,803,42,165 +Chile,339112,35037,803,42,165 +Chile,339113,11185,803,42,165 +Chile,339911,113002,803,42,165 +Chile,339912,4440,803,42,165 +Chile,339913,37439,803,42,165 +Chile,339914,222456,803,42,165 +Chile,339920,4681,803,42,165 +Chile,339932,71522,803,42,165 +Chile,339941,13567,803,42,165 +Chile,339991,39463,803,42,165 +Chile,339992,172924,803,42,165 +Chile,339994,14374,803,42,165 +Chile,339999,228584,803,42,165 +Chile,910000,5988971,803,42,165 +Chile,920000,8290876,803,42,165 +Chile,980000,97861167,803,42,165 +Chile,990000,7345339,803,42,165 +China,111110,14764735,807,43,166 +China,111120,6014752,807,43,166 +China,111130,45385927,807,43,166 +China,111140,12348,807,43,166 +China,111150,279420,807,43,166 +China,111160,9295,807,43,166 +China,111199,1666269,807,43,166 +China,111219,197444249,807,43,166 +China,111310,4020,807,43,166 +China,111320,131100,807,43,166 +China,111331,7000,807,43,166 +China,111335,94875614,807,43,166 +China,111339,43818422,807,43,166 +China,111411,7056958,807,43,166 +China,111421,57425592,807,43,166 +China,111422,3429558,807,43,166 +China,111910,4193272,807,43,166 +China,111920,795063,807,43,166 +China,111930,14400,807,43,166 +China,111940,14073,807,43,166 +China,111998,87665629,807,43,166 +China,112410,16843,807,43,166 +China,112420,254638,807,43,166 +China,112511,5735521,807,43,166 +China,112512,219822,807,43,166 +China,112910,6180853,807,43,166 +China,112920,58301,807,43,166 +China,112930,101964,807,43,166 +China,112990,36432953,807,43,166 +China,113210,126665449,807,43,166 +China,113310,4413845,807,43,166 +China,114111,1642644441,807,43,166 +China,114112,558986919,807,43,166 +China,114119,34625196,807,43,166 +China,211111,133232051,807,43,166 +China,211112,61453,807,43,166 +China,212112,325784,807,43,166 +China,212113,12629596,807,43,166 +China,212221,15860,807,43,166 +China,212299,41428266,807,43,166 +China,212311,7590216,807,43,166 +China,212319,2074717,807,43,166 +China,212322,4183815,807,43,166 +China,212324,192832,807,43,166 +China,212325,6317898,807,43,166 +China,212391,4448,807,43,166 +China,212392,10433,807,43,166 +China,212393,134639250,807,43,166 +China,212399,30428764,807,43,166 +China,311111,262189279,807,43,166 +China,311119,52472741,807,43,166 +China,311211,24323286,807,43,166 +China,311212,6131947,807,43,166 +China,311213,6023,807,43,166 +China,311221,20485833,807,43,166 +China,311222,25010531,807,43,166 +China,311223,29858942,807,43,166 +China,311225,4998521,807,43,166 +China,311230,2421865,807,43,166 +China,311311,4969060,807,43,166 +China,311320,7104728,807,43,166 +China,311340,163006028,807,43,166 +China,311411,161322258,807,43,166 +China,311421,1066326839,807,43,166 +China,311422,1389815,807,43,166 +China,311423,156437032,807,43,166 +China,311514,21765007,807,43,166 +China,311520,2041184,807,43,166 +China,311611,172928003,807,43,166 +China,311613,44185852,807,43,166 +China,311615,22645375,807,43,166 +China,311711,464210721,807,43,166 +China,311811,88334888,807,43,166 +China,311822,206534,807,43,166 +China,311823,46920258,807,43,166 +China,311911,22948863,807,43,166 +China,311919,3879658,807,43,166 +China,311920,113536589,807,43,166 +China,311930,2815878,807,43,166 +China,311941,68387474,807,43,166 +China,311942,142388063,807,43,166 +China,311999,177288173,807,43,166 +China,312111,36438484,807,43,166 +China,312112,263636,807,43,166 +China,312113,17179,807,43,166 +China,312120,7687942,807,43,166 +China,312130,2225338,807,43,166 +China,312140,9336839,807,43,166 +China,312221,9006920,807,43,166 +China,312229,3916,807,43,166 +China,313111,63638763,807,43,166 +China,313113,10785647,807,43,166 +China,313210,812289992,807,43,166 +China,313221,223147073,807,43,166 +China,313230,137986044,807,43,166 +China,313249,326530664,807,43,166 +China,313312,7183511,807,43,166 +China,313320,227062927,807,43,166 +China,314110,394734780,807,43,166 +China,314121,848264082,807,43,166 +China,314129,4800701955,807,43,166 +China,314911,183371789,807,43,166 +China,314912,450465113,807,43,166 +China,314991,185241451,807,43,166 +China,314992,104584861,807,43,166 +China,314999,2102829551,807,43,166 +China,315111,879145820,807,43,166 +China,315221,513622240,807,43,166 +China,315222,544425043,807,43,166 +China,315223,2504174007,807,43,166 +China,315224,1359069569,807,43,166 +China,315228,2351258340,807,43,166 +China,315231,2572627956,807,43,166 +China,315232,5223669017,807,43,166 +China,315233,2297331322,807,43,166 +China,315234,2016827531,807,43,166 +China,315239,7291710396,807,43,166 +China,315291,1402554784,807,43,166 +China,315292,387613668,807,43,166 +China,315991,949898647,807,43,166 +China,315992,619507195,807,43,166 +China,315993,168359258,807,43,166 +China,315999,2187326168,807,43,166 +China,316110,64294451,807,43,166 +China,316211,684006779,807,43,166 +China,316212,201731925,807,43,166 +China,316213,3089137903,807,43,166 +China,316214,7509692431,807,43,166 +China,316219,5076632026,807,43,166 +China,316991,4407024783,807,43,166 +China,316992,1763665597,807,43,166 +China,316993,629619812,807,43,166 +China,316999,389034239,807,43,166 +China,321113,57036085,807,43,166 +China,321114,54894,807,43,166 +China,321211,878903300,807,43,166 +China,321212,36055794,807,43,166 +China,321213,126599422,807,43,166 +China,321219,275540750,807,43,166 +China,321911,96003970,807,43,166 +China,321918,379687545,807,43,166 +China,321920,129221097,807,43,166 +China,321991,77238,807,43,166 +China,321992,13898724,807,43,166 +China,321999,1056897678,807,43,166 +China,322110,13962079,807,43,166 +China,322121,226276776,807,43,166 +China,322122,12699999,807,43,166 +China,322130,116822456,807,43,166 +China,322211,153004150,807,43,166 +China,322212,144834162,807,43,166 +China,322213,136805018,807,43,166 +China,322214,2338681,807,43,166 +China,322215,121465473,807,43,166 +China,322222,333800354,807,43,166 +China,322223,1273229663,807,43,166 +China,322224,17011998,807,43,166 +China,322232,26262176,807,43,166 +China,322233,31520841,807,43,166 +China,322291,455988142,807,43,166 +China,322299,331864664,807,43,166 +China,323116,1963811,807,43,166 +China,323117,951836178,807,43,166 +China,323118,639225484,807,43,166 +China,323119,1015339100,807,43,166 +China,323122,1111339,807,43,166 +China,324110,681371129,807,43,166 +China,324121,458658,807,43,166 +China,324122,1327360,807,43,166 +China,325110,68019374,807,43,166 +China,325120,42784061,807,43,166 +China,325131,297543293,807,43,166 +China,325132,250877551,807,43,166 +China,325181,142669330,807,43,166 +China,325182,1385189,807,43,166 +China,325188,860818322,807,43,166 +China,325191,56473317,807,43,166 +China,325192,239939005,807,43,166 +China,325193,171219,807,43,166 +China,325199,4021529681,807,43,166 +China,325211,633958129,807,43,166 +China,325212,214741744,807,43,166 +China,325221,63742601,807,43,166 +China,325222,455761343,807,43,166 +China,325311,273819000,807,43,166 +China,325312,36759955,807,43,166 +China,325320,132229826,807,43,166 +China,325411,1575612743,807,43,166 +China,325412,359472085,807,43,166 +China,325414,28711715,807,43,166 +China,325510,47595488,807,43,166 +China,325520,80088071,807,43,166 +China,325611,262522301,807,43,166 +China,325612,25007988,807,43,166 +China,325613,17330099,807,43,166 +China,325620,674806704,807,43,166 +China,325910,3099961258,807,43,166 +China,325920,9959657,807,43,166 +China,325992,41075392,807,43,166 +China,325998,412527652,807,43,166 +China,326112,4666570,807,43,166 +China,326113,414763398,807,43,166 +China,326121,33136576,807,43,166 +China,326122,88200843,807,43,166 +China,326160,212963166,807,43,166 +China,326191,30699424,807,43,166 +China,326192,397841404,807,43,166 +China,326199,7665858422,807,43,166 +China,326211,2893783338,807,43,166 +China,326212,1498181,807,43,166 +China,326220,412407520,807,43,166 +China,326299,783854765,807,43,166 +China,327111,381870999,807,43,166 +China,327112,1486447445,807,43,166 +China,327113,120535195,807,43,166 +China,327121,1248275,807,43,166 +China,327122,255907379,807,43,166 +China,327123,921687,807,43,166 +China,327124,42714051,807,43,166 +China,327125,88016029,807,43,166 +China,327211,239996996,807,43,166 +China,327212,964864284,807,43,166 +China,327213,280193433,807,43,166 +China,327215,677242921,807,43,166 +China,327310,68979005,807,43,166 +China,327331,304613,807,43,166 +China,327390,409586243,807,43,166 +China,327410,139912,807,43,166 +China,327420,1701501,807,43,166 +China,327910,400489551,807,43,166 +China,327991,485330839,807,43,166 +China,327992,161456260,807,43,166 +China,327993,54045918,807,43,166 +China,327999,78438536,807,43,166 +China,331111,1950261846,807,43,166 +China,331112,191983903,807,43,166 +China,331222,568930620,807,43,166 +China,331311,10222515,807,43,166 +China,331312,7138039,807,43,166 +China,331314,979715,807,43,166 +China,331315,412307037,807,43,166 +China,331316,546730966,807,43,166 +China,331319,18093551,807,43,166 +China,331411,18977692,807,43,166 +China,331419,381155006,807,43,166 +China,331421,228352954,807,43,166 +China,331422,51114343,807,43,166 +China,331491,142982122,807,43,166 +China,331492,45074850,807,43,166 +China,331511,252406335,807,43,166 +China,332115,79815573,807,43,166 +China,332211,783210821,807,43,166 +China,332212,1899683446,807,43,166 +China,332213,149154663,807,43,166 +China,332214,397153574,807,43,166 +China,332311,10109750,807,43,166 +China,332312,609222721,807,43,166 +China,332321,91232912,807,43,166 +China,332322,4933135,807,43,166 +China,332323,75979141,807,43,166 +China,332410,221107800,807,43,166 +China,332420,362564966,807,43,166 +China,332431,7542550,807,43,166 +China,332439,192349612,807,43,166 +China,332510,2040655060,807,43,166 +China,332611,50610330,807,43,166 +China,332618,707572282,807,43,166 +China,332722,2052456338,807,43,166 +China,332911,2115365370,807,43,166 +China,332912,129418635,807,43,166 +China,332913,825074796,807,43,166 +China,332919,755177272,807,43,166 +China,332991,453938705,807,43,166 +China,332992,67769773,807,43,166 +China,332994,203121634,807,43,166 +China,332995,423609,807,43,166 +China,332997,2327229,807,43,166 +China,332998,337461628,807,43,166 +China,332999,3985844059,807,43,166 +China,333111,1038592906,807,43,166 +China,333120,644420072,807,43,166 +China,333131,116933491,807,43,166 +China,333132,213132828,807,43,166 +China,333210,398445165,807,43,166 +China,333220,153743678,807,43,166 +China,333291,170982792,807,43,166 +China,333292,84204461,807,43,166 +China,333293,57842454,807,43,166 +China,333294,86914157,807,43,166 +China,333295,410499364,807,43,166 +China,333298,184350236,807,43,166 +China,333311,69715670,807,43,166 +China,333313,1369341529,807,43,166 +China,333314,1020965757,807,43,166 +China,333315,339410112,807,43,166 +China,333319,139512180,807,43,166 +China,333411,185004319,807,43,166 +China,333412,376040078,807,43,166 +China,333414,407936147,807,43,166 +China,333415,1964543991,807,43,166 +China,333511,248563227,807,43,166 +China,333512,315032345,807,43,166 +China,333513,84192211,807,43,166 +China,333514,70802858,807,43,166 +China,333515,358355480,807,43,166 +China,333516,31094621,807,43,166 +China,333611,149888854,807,43,166 +China,333612,411755760,807,43,166 +China,333613,367871969,807,43,166 +China,333618,833376231,807,43,166 +China,333911,1097118516,807,43,166 +China,333912,697366410,807,43,166 +China,333913,22340496,807,43,166 +China,333921,67933402,807,43,166 +China,333922,86446391,807,43,166 +China,333923,191959712,807,43,166 +China,333924,282126154,807,43,166 +China,333991,2019630205,807,43,166 +China,333992,140785422,807,43,166 +China,333993,134906095,807,43,166 +China,333994,35999586,807,43,166 +China,333995,75736769,807,43,166 +China,333996,278947045,807,43,166 +China,333997,234416660,807,43,166 +China,333999,2569153226,807,43,166 +China,334111,37484139875,807,43,166 +China,334112,3372314637,807,43,166 +China,334119,19286084249,807,43,166 +China,334210,1460690816,807,43,166 +China,334220,38614551446,807,43,166 +China,334290,421478613,807,43,166 +China,334310,20639542776,807,43,166 +China,334411,24408718,807,43,166 +China,334412,1062109134,807,43,166 +China,334413,7765252991,807,43,166 +China,334414,211261210,807,43,166 +China,334415,214301492,807,43,166 +China,334416,451902065,807,43,166 +China,334417,1308415357,807,43,166 +China,334418,9014137272,807,43,166 +China,334419,5194800334,807,43,166 +China,334510,806436204,807,43,166 +China,334511,2263332614,807,43,166 +China,334512,244628644,807,43,166 +China,334513,668375102,807,43,166 +China,334514,96139978,807,43,166 +China,334515,709040843,807,43,166 +China,334516,515670835,807,43,166 +China,334517,217338104,807,43,166 +China,334518,690862123,807,43,166 +China,334519,256988373,807,43,166 +China,334612,10309457,807,43,166 +China,334613,455659075,807,43,166 +China,335110,1222719018,807,43,166 +China,335121,1689394378,807,43,166 +China,335129,3071778020,807,43,166 +China,335211,6495854065,807,43,166 +China,335212,1032238614,807,43,166 +China,335221,2345661814,807,43,166 +China,335222,497079515,807,43,166 +China,335224,190639909,807,43,166 +China,335228,283181767,807,43,166 +China,335311,519392079,807,43,166 +China,335312,1958461077,807,43,166 +China,335313,311585136,807,43,166 +China,335314,1278284919,807,43,166 +China,335911,1358771080,807,43,166 +China,335912,288582335,807,43,166 +China,335921,102532361,807,43,166 +China,335929,2495475074,807,43,166 +China,335931,558871312,807,43,166 +China,335932,39051945,807,43,166 +China,335991,191426655,807,43,166 +China,335999,3124113979,807,43,166 +China,336111,123980963,807,43,166 +China,336120,5707977,807,43,166 +China,336211,1953503,807,43,166 +China,336212,106258648,807,43,166 +China,336214,273306980,807,43,166 +China,336311,534653803,807,43,166 +China,336321,696170312,807,43,166 +China,336322,942887750,807,43,166 +China,336330,321510480,807,43,166 +China,336340,1290891786,807,43,166 +China,336350,471462340,807,43,166 +China,336360,273366355,807,43,166 +China,336370,162767021,807,43,166 +China,336391,191698705,807,43,166 +China,336399,4098512108,807,43,166 +China,336411,8288174,807,43,166 +China,336412,337143569,807,43,166 +China,336413,336094866,807,43,166 +China,336415,688160,807,43,166 +China,336419,1367812,807,43,166 +China,336510,86016254,807,43,166 +China,336611,1486990,807,43,166 +China,336612,118064312,807,43,166 +China,336991,1968848575,807,43,166 +China,336992,473814,807,43,166 +China,337110,337281015,807,43,166 +China,337121,167613997,807,43,166 +China,337124,5515917785,807,43,166 +China,337127,7751328000,807,43,166 +China,337129,2032928,807,43,166 +China,337211,304840013,807,43,166 +China,337214,147268368,807,43,166 +China,337215,2793645241,807,43,166 +China,337910,157146741,807,43,166 +China,337920,772743917,807,43,166 +China,339112,643351890,807,43,166 +China,339113,1537722466,807,43,166 +China,339114,116747671,807,43,166 +China,339115,1625553003,807,43,166 +China,339911,2065499626,807,43,166 +China,339912,279803783,807,43,166 +China,339913,376702698,807,43,166 +China,339914,1638403789,807,43,166 +China,339920,5187970776,807,43,166 +China,339932,20016967573,807,43,166 +China,339941,415344216,807,43,166 +China,339942,473419251,807,43,166 +China,339943,42275360,807,43,166 +China,339944,33084558,807,43,166 +China,339950,109465330,807,43,166 +China,339991,387881704,807,43,166 +China,339992,637624149,807,43,166 +China,339993,184050892,807,43,166 +China,339994,895871762,807,43,166 +China,339995,24254140,807,43,166 +China,339999,5237955491,807,43,166 +China,511210,4650554,807,43,166 +China,910000,170182378,807,43,166 +China,920000,310715763,807,43,166 +China,980000,2982299088,807,43,166 +China,990000,4776549835,807,43,166 +Christmas Island,314121,1336,808,44,167 +Christmas Island,314129,10842,808,44,167 +Christmas Island,315232,73395,808,44,167 +Christmas Island,315233,63018,808,44,167 +Christmas Island,315239,17160,808,44,167 +Christmas Island,316110,54921,808,44,167 +Christmas Island,316214,11526,808,44,167 +Christmas Island,323117,3470,808,44,167 +Christmas Island,326192,44511,808,44,167 +Christmas Island,326199,562,808,44,167 +Christmas Island,327212,27132,808,44,167 +Christmas Island,332911,4530,808,44,167 +Christmas Island,333512,95552,808,44,167 +Christmas Island,334512,120885,808,44,167 +Christmas Island,335121,2932,808,44,167 +Christmas Island,336399,43141,808,44,167 +Christmas Island,337215,2440,808,44,167 +Christmas Island,339914,6398,808,44,167 +Christmas Island,990000,14841,808,44,167 +Cocos Islands,314121,5202,808,45,168 +Cocos Islands,314129,36986,808,45,168 +Cocos Islands,315111,33713,808,45,168 +Cocos Islands,315231,49338,808,45,168 +Cocos Islands,315232,28143,808,45,168 +Cocos Islands,315233,9424,808,45,168 +Cocos Islands,315239,23394,808,45,168 +Cocos Islands,315999,123120,808,45,168 +Cocos Islands,316211,267880,808,45,168 +Cocos Islands,316219,36122,808,45,168 +Cocos Islands,316992,7955,808,45,168 +Cocos Islands,326113,59536,808,45,168 +Cocos Islands,326199,43379,808,45,168 +Cocos Islands,331222,25792,808,45,168 +Cocos Islands,332911,3299,808,45,168 +Cocos Islands,332999,22116,808,45,168 +Cocos Islands,333313,52552,808,45,168 +Cocos Islands,333415,24356,808,45,168 +Cocos Islands,333999,45515,808,45,168 +Cocos Islands,334119,406682,808,45,168 +Cocos Islands,334210,113480,808,45,168 +Cocos Islands,334220,9478,808,45,168 +Cocos Islands,334413,74781,808,45,168 +Cocos Islands,334419,75890,808,45,168 +Cocos Islands,334510,17941,808,45,168 +Cocos Islands,334515,15343,808,45,168 +Cocos Islands,335110,300073,808,45,168 +Cocos Islands,335129,930,808,45,168 +Cocos Islands,335911,7275,808,45,168 +Cocos Islands,336350,6683,808,45,168 +Cocos Islands,336399,4176,808,45,168 +Cocos Islands,337910,747,808,45,168 +Cocos Islands,339911,42910,808,45,168 +Cocos Islands,339914,28946,808,45,168 +Cocos Islands,339932,117213,808,45,168 +Cocos Islands,339999,81633,808,45,168 +Cocos Islands,980000,23960,808,45,168 +Cocos Islands,990000,30246,808,45,168 +Colombia,111130,1113940,803,46,169 +Colombia,111150,20202,803,46,169 +Colombia,111219,3091251,803,46,169 +Colombia,111310,85331,803,46,169 +Colombia,111320,1871899,803,46,169 +Colombia,111334,110238,803,46,169 +Colombia,111335,2974798,803,46,169 +Colombia,111339,1060766582,803,46,169 +Colombia,111421,1949962,803,46,169 +Colombia,111422,683376930,803,46,169 +Colombia,111910,1020426,803,46,169 +Colombia,111998,3189958,803,46,169 +Colombia,112511,1949941,803,46,169 +Colombia,112920,579866,803,46,169 +Colombia,112990,1005061,803,46,169 +Colombia,113210,304697,803,46,169 +Colombia,114111,25548364,803,46,169 +Colombia,114112,13136172,803,46,169 +Colombia,114119,16252,803,46,169 +Colombia,211111,8998785123,803,46,169 +Colombia,212112,1025522843,803,46,169 +Colombia,212299,27310,803,46,169 +Colombia,212322,186061,803,46,169 +Colombia,212393,1170796,803,46,169 +Colombia,212399,2235005,803,46,169 +Colombia,311111,10013,803,46,169 +Colombia,311119,265741,803,46,169 +Colombia,311211,3689659,803,46,169 +Colombia,311221,2790916,803,46,169 +Colombia,311222,5780520,803,46,169 +Colombia,311223,6635191,803,46,169 +Colombia,311225,3058735,803,46,169 +Colombia,311230,302195,803,46,169 +Colombia,311311,29045866,803,46,169 +Colombia,311320,13638136,803,46,169 +Colombia,311340,34378361,803,46,169 +Colombia,311411,7584335,803,46,169 +Colombia,311421,27947917,803,46,169 +Colombia,311422,15769,803,46,169 +Colombia,311423,521618,803,46,169 +Colombia,311511,44022,803,46,169 +Colombia,311513,782214,803,46,169 +Colombia,311514,2670846,803,46,169 +Colombia,311520,9849,803,46,169 +Colombia,311611,13809412,803,46,169 +Colombia,311613,21400897,803,46,169 +Colombia,311711,24933241,803,46,169 +Colombia,311811,21624023,803,46,169 +Colombia,311822,27749,803,46,169 +Colombia,311823,21250,803,46,169 +Colombia,311911,7975,803,46,169 +Colombia,311919,1723569,803,46,169 +Colombia,311920,182821534,803,46,169 +Colombia,311930,465795,803,46,169 +Colombia,311941,2010773,803,46,169 +Colombia,311942,10169267,803,46,169 +Colombia,311999,17383469,803,46,169 +Colombia,312111,4221181,803,46,169 +Colombia,312120,807359,803,46,169 +Colombia,312130,57068,803,46,169 +Colombia,312140,4127636,803,46,169 +Colombia,312221,1005680,803,46,169 +Colombia,312229,59303,803,46,169 +Colombia,313111,6456,803,46,169 +Colombia,313113,613,803,46,169 +Colombia,313210,2152508,803,46,169 +Colombia,313221,314908,803,46,169 +Colombia,313230,137400,803,46,169 +Colombia,313249,333874,803,46,169 +Colombia,313320,8998732,803,46,169 +Colombia,314110,1808747,803,46,169 +Colombia,314121,26203,803,46,169 +Colombia,314129,22163224,803,46,169 +Colombia,314911,709309,803,46,169 +Colombia,314912,160101,803,46,169 +Colombia,314991,41329,803,46,169 +Colombia,314992,94868,803,46,169 +Colombia,314999,8176645,803,46,169 +Colombia,315111,19379707,803,46,169 +Colombia,315221,27867783,803,46,169 +Colombia,315222,5392319,803,46,169 +Colombia,315223,9440332,803,46,169 +Colombia,315224,76200241,803,46,169 +Colombia,315228,17670993,803,46,169 +Colombia,315231,23567298,803,46,169 +Colombia,315232,14738946,803,46,169 +Colombia,315233,5406173,803,46,169 +Colombia,315234,5323029,803,46,169 +Colombia,315239,45054516,803,46,169 +Colombia,315291,8106711,803,46,169 +Colombia,315292,485464,803,46,169 +Colombia,315991,1814176,803,46,169 +Colombia,315992,27487,803,46,169 +Colombia,315993,4769,803,46,169 +Colombia,315999,8724957,803,46,169 +Colombia,316110,7874734,803,46,169 +Colombia,316211,147352,803,46,169 +Colombia,316212,19848,803,46,169 +Colombia,316213,584673,803,46,169 +Colombia,316214,655668,803,46,169 +Colombia,316219,1300195,803,46,169 +Colombia,316991,5801206,803,46,169 +Colombia,316992,11429451,803,46,169 +Colombia,316993,906357,803,46,169 +Colombia,316999,1780279,803,46,169 +Colombia,321113,306282,803,46,169 +Colombia,321211,14898,803,46,169 +Colombia,321212,101188,803,46,169 +Colombia,321213,163642,803,46,169 +Colombia,321214,4862,803,46,169 +Colombia,321219,396643,803,46,169 +Colombia,321911,125593,803,46,169 +Colombia,321918,696089,803,46,169 +Colombia,321920,57841,803,46,169 +Colombia,321992,7074,803,46,169 +Colombia,321999,312715,803,46,169 +Colombia,322121,2036179,803,46,169 +Colombia,322130,229383,803,46,169 +Colombia,322211,541386,803,46,169 +Colombia,322212,328186,803,46,169 +Colombia,322213,75325,803,46,169 +Colombia,322215,864452,803,46,169 +Colombia,322222,380037,803,46,169 +Colombia,322223,3143514,803,46,169 +Colombia,322232,2722,803,46,169 +Colombia,322291,11713855,803,46,169 +Colombia,322299,192248,803,46,169 +Colombia,323117,29840069,803,46,169 +Colombia,323118,3487368,803,46,169 +Colombia,323119,5654237,803,46,169 +Colombia,324110,720214722,803,46,169 +Colombia,324121,80817,803,46,169 +Colombia,324122,302846,803,46,169 +Colombia,325131,11730402,803,46,169 +Colombia,325181,47752,803,46,169 +Colombia,325182,1106748,803,46,169 +Colombia,325188,4456309,803,46,169 +Colombia,325191,1338712,803,46,169 +Colombia,325192,5657463,803,46,169 +Colombia,325199,20752141,803,46,169 +Colombia,325211,50469014,803,46,169 +Colombia,325212,12456,803,46,169 +Colombia,325222,688455,803,46,169 +Colombia,325311,9690439,803,46,169 +Colombia,325312,75499,803,46,169 +Colombia,325320,21085291,803,46,169 +Colombia,325411,1456350,803,46,169 +Colombia,325412,467554,803,46,169 +Colombia,325414,257801,803,46,169 +Colombia,325510,1362861,803,46,169 +Colombia,325520,169484,803,46,169 +Colombia,325611,776575,803,46,169 +Colombia,325612,48556,803,46,169 +Colombia,325613,407984,803,46,169 +Colombia,325620,4600225,803,46,169 +Colombia,325910,96769,803,46,169 +Colombia,325992,135365,803,46,169 +Colombia,325998,14243595,803,46,169 +Colombia,326112,2419,803,46,169 +Colombia,326113,19903749,803,46,169 +Colombia,326121,1790,803,46,169 +Colombia,326122,468828,803,46,169 +Colombia,326160,707738,803,46,169 +Colombia,326191,7291,803,46,169 +Colombia,326192,451,803,46,169 +Colombia,326199,87478712,803,46,169 +Colombia,326211,96454,803,46,169 +Colombia,326212,67580,803,46,169 +Colombia,326220,546863,803,46,169 +Colombia,326299,1625155,803,46,169 +Colombia,327111,17036894,803,46,169 +Colombia,327112,1144241,803,46,169 +Colombia,327113,3969634,803,46,169 +Colombia,327121,5790,803,46,169 +Colombia,327122,31666405,803,46,169 +Colombia,327123,2635293,803,46,169 +Colombia,327124,47100,803,46,169 +Colombia,327125,104038,803,46,169 +Colombia,327211,9165147,803,46,169 +Colombia,327212,5725792,803,46,169 +Colombia,327213,23999593,803,46,169 +Colombia,327215,11421896,803,46,169 +Colombia,327310,28538570,803,46,169 +Colombia,327331,14077,803,46,169 +Colombia,327390,246828,803,46,169 +Colombia,327410,255103,803,46,169 +Colombia,327420,554550,803,46,169 +Colombia,327910,513460,803,46,169 +Colombia,327991,986902,803,46,169 +Colombia,327993,2660856,803,46,169 +Colombia,327999,854773,803,46,169 +Colombia,331111,120359345,803,46,169 +Colombia,331112,104921876,803,46,169 +Colombia,331222,3211909,803,46,169 +Colombia,331312,31206,803,46,169 +Colombia,331315,5738860,803,46,169 +Colombia,331316,7336442,803,46,169 +Colombia,331319,503052,803,46,169 +Colombia,331411,469901,803,46,169 +Colombia,331419,1503093768,803,46,169 +Colombia,331421,172360,803,46,169 +Colombia,331422,929970,803,46,169 +Colombia,331491,872824,803,46,169 +Colombia,331511,963594,803,46,169 +Colombia,332211,699414,803,46,169 +Colombia,332212,4789604,803,46,169 +Colombia,332213,1463694,803,46,169 +Colombia,332214,5219913,803,46,169 +Colombia,332312,184774,803,46,169 +Colombia,332321,18177765,803,46,169 +Colombia,332410,293760,803,46,169 +Colombia,332420,815618,803,46,169 +Colombia,332431,41817,803,46,169 +Colombia,332439,10785,803,46,169 +Colombia,332510,943134,803,46,169 +Colombia,332611,213142,803,46,169 +Colombia,332618,7587742,803,46,169 +Colombia,332722,116752,803,46,169 +Colombia,332911,294169,803,46,169 +Colombia,332912,5325,803,46,169 +Colombia,332913,5824,803,46,169 +Colombia,332919,1845455,803,46,169 +Colombia,332991,34514,803,46,169 +Colombia,332992,91386,803,46,169 +Colombia,332997,19599,803,46,169 +Colombia,332998,11897,803,46,169 +Colombia,332999,10512294,803,46,169 +Colombia,333111,2325411,803,46,169 +Colombia,333120,874338,803,46,169 +Colombia,333131,118315,803,46,169 +Colombia,333132,1420609,803,46,169 +Colombia,333220,26914,803,46,169 +Colombia,333291,398361,803,46,169 +Colombia,333292,8178,803,46,169 +Colombia,333293,146677,803,46,169 +Colombia,333294,570286,803,46,169 +Colombia,333295,6550,803,46,169 +Colombia,333313,8043,803,46,169 +Colombia,333314,25246,803,46,169 +Colombia,333315,45937,803,46,169 +Colombia,333412,17683,803,46,169 +Colombia,333414,3526,803,46,169 +Colombia,333415,3855689,803,46,169 +Colombia,333511,9938025,803,46,169 +Colombia,333512,21121,803,46,169 +Colombia,333513,192897,803,46,169 +Colombia,333515,9027,803,46,169 +Colombia,333516,38122,803,46,169 +Colombia,333611,339385,803,46,169 +Colombia,333612,117724,803,46,169 +Colombia,333613,367216,803,46,169 +Colombia,333618,5760487,803,46,169 +Colombia,333911,259685,803,46,169 +Colombia,333912,1443523,803,46,169 +Colombia,333913,3928,803,46,169 +Colombia,333921,8262,803,46,169 +Colombia,333922,266822,803,46,169 +Colombia,333923,501651,803,46,169 +Colombia,333924,34337,803,46,169 +Colombia,333991,160878,803,46,169 +Colombia,333992,83053,803,46,169 +Colombia,333993,735484,803,46,169 +Colombia,333994,10273,803,46,169 +Colombia,333995,403721,803,46,169 +Colombia,333996,449372,803,46,169 +Colombia,333997,31055,803,46,169 +Colombia,333999,4920771,803,46,169 +Colombia,334111,165399,803,46,169 +Colombia,334112,78936,803,46,169 +Colombia,334119,304652,803,46,169 +Colombia,334220,5092559,803,46,169 +Colombia,334310,127156,803,46,169 +Colombia,334411,3375,803,46,169 +Colombia,334412,2652,803,46,169 +Colombia,334413,177612,803,46,169 +Colombia,334417,104029,803,46,169 +Colombia,334418,262045,803,46,169 +Colombia,334419,406532,803,46,169 +Colombia,334510,147754,803,46,169 +Colombia,334511,712222,803,46,169 +Colombia,334512,3395,803,46,169 +Colombia,334513,194331,803,46,169 +Colombia,334514,604016,803,46,169 +Colombia,334515,129047,803,46,169 +Colombia,334516,392031,803,46,169 +Colombia,334517,67855,803,46,169 +Colombia,334518,928563,803,46,169 +Colombia,334519,184675,803,46,169 +Colombia,334612,345491,803,46,169 +Colombia,334613,37790,803,46,169 +Colombia,335110,27799,803,46,169 +Colombia,335121,97048,803,46,169 +Colombia,335129,2903738,803,46,169 +Colombia,335211,143984,803,46,169 +Colombia,335221,664248,803,46,169 +Colombia,335222,665655,803,46,169 +Colombia,335224,21771,803,46,169 +Colombia,335228,77049,803,46,169 +Colombia,335311,13147305,803,46,169 +Colombia,335312,20707,803,46,169 +Colombia,335313,557777,803,46,169 +Colombia,335314,89106,803,46,169 +Colombia,335911,5600175,803,46,169 +Colombia,335912,11725,803,46,169 +Colombia,335929,7810213,803,46,169 +Colombia,335931,71316,803,46,169 +Colombia,335932,3852,803,46,169 +Colombia,335999,279679,803,46,169 +Colombia,336214,17863,803,46,169 +Colombia,336311,2656338,803,46,169 +Colombia,336321,8678,803,46,169 +Colombia,336322,384807,803,46,169 +Colombia,336330,1117071,803,46,169 +Colombia,336340,7296506,803,46,169 +Colombia,336350,1914474,803,46,169 +Colombia,336360,25996,803,46,169 +Colombia,336370,3202,803,46,169 +Colombia,336391,10933,803,46,169 +Colombia,336399,4845036,803,46,169 +Colombia,336411,2929,803,46,169 +Colombia,336412,1214871,803,46,169 +Colombia,336413,1242060,803,46,169 +Colombia,336510,61707,803,46,169 +Colombia,336611,42705,803,46,169 +Colombia,336612,2571295,803,46,169 +Colombia,336991,4741,803,46,169 +Colombia,337110,160542,803,46,169 +Colombia,337121,254,803,46,169 +Colombia,337124,555045,803,46,169 +Colombia,337127,19824619,803,46,169 +Colombia,337129,156601,803,46,169 +Colombia,337211,186697,803,46,169 +Colombia,337214,3165072,803,46,169 +Colombia,337215,2625331,803,46,169 +Colombia,337920,61764,803,46,169 +Colombia,339112,558732,803,46,169 +Colombia,339113,3456783,803,46,169 +Colombia,339114,3090231,803,46,169 +Colombia,339115,121129,803,46,169 +Colombia,339911,1827165,803,46,169 +Colombia,339912,75069,803,46,169 +Colombia,339913,133575703,803,46,169 +Colombia,339914,1677274,803,46,169 +Colombia,339920,229165,803,46,169 +Colombia,339932,1908720,803,46,169 +Colombia,339942,261141,803,46,169 +Colombia,339943,49368,803,46,169 +Colombia,339944,87820,803,46,169 +Colombia,339950,1354,803,46,169 +Colombia,339991,3348535,803,46,169 +Colombia,339992,73002,803,46,169 +Colombia,339993,323370,803,46,169 +Colombia,339994,2003586,803,46,169 +Colombia,339999,13732447,803,46,169 +Colombia,910000,15351342,803,46,169 +Colombia,920000,9317790,803,46,169 +Colombia,980000,90112338,803,46,169 +Colombia,990000,212136430,803,46,169 +Comoros,111339,271770,805,47,170 +Comoros,311942,1410195,805,47,170 +Comoros,315228,7810,805,47,170 +Comoros,325998,59135,805,47,170 +Comoros,990000,6425,805,47,170 +Congo,111339,97225,805,48,171 +Congo,113310,71130,805,48,171 +Congo,211111,3128336886,805,48,171 +Congo,211112,65919552,805,48,171 +Congo,311211,4865273,805,48,171 +Congo,313210,2179,805,48,171 +Congo,315993,1339,805,48,171 +Congo,315999,7280,805,48,171 +Congo,321113,6934492,805,48,171 +Congo,321211,1585372,805,48,171 +Congo,321999,3099,805,48,171 +Congo,323117,2513,805,48,171 +Congo,324110,160174535,805,48,171 +Congo,325199,5650,805,48,171 +Congo,325620,60327,805,48,171 +Congo,327211,7987,805,48,171 +Congo,327212,1902,805,48,171 +Congo,331419,12142471,805,48,171 +Congo,332722,4334,805,48,171 +Congo,332999,8345,805,48,171 +Congo,333132,86465,805,48,171 +Congo,333295,3361,805,48,171 +Congo,333313,6289,805,48,171 +Congo,333999,53105,805,48,171 +Congo,334112,5062,805,48,171 +Congo,334419,38914,805,48,171 +Congo,334510,3892,805,48,171 +Congo,334513,43239,805,48,171 +Congo,334518,2534,805,48,171 +Congo,334519,300531,805,48,171 +Congo,335211,14444,805,48,171 +Congo,335314,6546,805,48,171 +Congo,336360,20500,805,48,171 +Congo,337215,578,805,48,171 +Congo,339112,4521,805,48,171 +Congo,339113,36114,805,48,171 +Congo,339115,10845,805,48,171 +Congo,339911,3313,805,48,171 +Congo,339913,102053,805,48,171 +Congo,339991,8780,805,48,171 +Congo,339999,13604,805,48,171 +Congo,920000,6735075,805,48,171 +Congo,980000,3949506,805,48,171 +Congo,990000,64459,805,48,171 +Cook Islands,111422,35243,808,49,172 +Cook Islands,112511,17887,808,49,172 +Cook Islands,114112,28343,808,49,172 +Cook Islands,315232,1342,808,49,172 +Cook Islands,315233,43981,808,49,172 +Cook Islands,315234,2899,808,49,172 +Cook Islands,315239,294,808,49,172 +Cook Islands,315999,17548,808,49,172 +Cook Islands,321219,49490,808,49,172 +Cook Islands,322291,25260,808,49,172 +Cook Islands,325412,15659,808,49,172 +Cook Islands,327212,11445,808,49,172 +Cook Islands,332911,20504,808,49,172 +Cook Islands,332991,14577,808,49,172 +Cook Islands,333618,2831,808,49,172 +Cook Islands,333999,3166,808,49,172 +Cook Islands,334119,12581,808,49,172 +Cook Islands,334413,38461,808,49,172 +Cook Islands,334418,105630,808,49,172 +Cook Islands,334515,3250,808,49,172 +Cook Islands,334516,28613,808,49,172 +Cook Islands,334519,3950,808,49,172 +Cook Islands,335129,877,808,49,172 +Cook Islands,335314,9178,808,49,172 +Cook Islands,335931,21600,808,49,172 +Cook Islands,335999,673119,808,49,172 +Cook Islands,339911,212281,808,49,172 +Cook Islands,339913,77043,808,49,172 +Cook Islands,920000,294210,808,49,172 +Cook Islands,980000,63368,808,49,172 +Cook Islands,990000,34199,808,49,172 +Costa Rica,111110,11536,803,50,173 +Costa Rica,111130,16876031,803,50,173 +Costa Rica,111219,79375443,803,50,173 +Costa Rica,111320,132994,803,50,173 +Costa Rica,111335,1081815,803,50,173 +Costa Rica,111339,1031644979,803,50,173 +Costa Rica,111421,38047372,803,50,173 +Costa Rica,111422,33877733,803,50,173 +Costa Rica,111910,45229,803,50,173 +Costa Rica,111920,474964,803,50,173 +Costa Rica,111998,37686972,803,50,173 +Costa Rica,112511,26940,803,50,173 +Costa Rica,112920,16228,803,50,173 +Costa Rica,112990,694949,803,50,173 +Costa Rica,113210,554374,803,50,173 +Costa Rica,114111,80450115,803,50,173 +Costa Rica,114112,4357,803,50,173 +Costa Rica,311111,694435,803,50,173 +Costa Rica,311211,4360,803,50,173 +Costa Rica,311221,11732,803,50,173 +Costa Rica,311230,709959,803,50,173 +Costa Rica,311311,32840434,803,50,173 +Costa Rica,311320,449001,803,50,173 +Costa Rica,311340,521035,803,50,173 +Costa Rica,311411,73331429,803,50,173 +Costa Rica,311421,50597352,803,50,173 +Costa Rica,311423,443881,803,50,173 +Costa Rica,311511,29135,803,50,173 +Costa Rica,311512,989588,803,50,173 +Costa Rica,311514,279546,803,50,173 +Costa Rica,311520,376905,803,50,173 +Costa Rica,311611,27037062,803,50,173 +Costa Rica,311613,872044,803,50,173 +Costa Rica,311711,2217736,803,50,173 +Costa Rica,311811,2862794,803,50,173 +Costa Rica,311823,1282599,803,50,173 +Costa Rica,311919,1621306,803,50,173 +Costa Rica,311920,13328102,803,50,173 +Costa Rica,311941,3319401,803,50,173 +Costa Rica,311942,4201040,803,50,173 +Costa Rica,311999,10026955,803,50,173 +Costa Rica,312111,865046,803,50,173 +Costa Rica,312113,37843,803,50,173 +Costa Rica,312120,1163817,803,50,173 +Costa Rica,312140,200481,803,50,173 +Costa Rica,312229,118631,803,50,173 +Costa Rica,313111,919,803,50,173 +Costa Rica,313113,6191,803,50,173 +Costa Rica,313210,97466,803,50,173 +Costa Rica,313221,1508710,803,50,173 +Costa Rica,313249,53972,803,50,173 +Costa Rica,313320,209399,803,50,173 +Costa Rica,314129,30429,803,50,173 +Costa Rica,314911,11679,803,50,173 +Costa Rica,314912,1723,803,50,173 +Costa Rica,314991,5344198,803,50,173 +Costa Rica,314999,774751,803,50,173 +Costa Rica,315111,27068718,803,50,173 +Costa Rica,315221,85063533,803,50,173 +Costa Rica,315222,5158226,803,50,173 +Costa Rica,315223,528810,803,50,173 +Costa Rica,315224,4309152,803,50,173 +Costa Rica,315228,9453937,803,50,173 +Costa Rica,315231,33057952,803,50,173 +Costa Rica,315232,1586098,803,50,173 +Costa Rica,315233,83557,803,50,173 +Costa Rica,315234,1689799,803,50,173 +Costa Rica,315239,2920796,803,50,173 +Costa Rica,315291,132016,803,50,173 +Costa Rica,315292,1126,803,50,173 +Costa Rica,315991,86687,803,50,173 +Costa Rica,315992,454711,803,50,173 +Costa Rica,315999,725225,803,50,173 +Costa Rica,316110,41130322,803,50,173 +Costa Rica,316213,5245,803,50,173 +Costa Rica,316214,3187,803,50,173 +Costa Rica,316219,9687,803,50,173 +Costa Rica,316991,1876430,803,50,173 +Costa Rica,316992,20850,803,50,173 +Costa Rica,316993,2032,803,50,173 +Costa Rica,316999,527284,803,50,173 +Costa Rica,321113,105424,803,50,173 +Costa Rica,321211,211312,803,50,173 +Costa Rica,321213,77393,803,50,173 +Costa Rica,321911,226220,803,50,173 +Costa Rica,321918,395614,803,50,173 +Costa Rica,321920,36334,803,50,173 +Costa Rica,321999,710097,803,50,173 +Costa Rica,322130,21019,803,50,173 +Costa Rica,322211,87299,803,50,173 +Costa Rica,322212,3602512,803,50,173 +Costa Rica,322213,14419,803,50,173 +Costa Rica,322215,13190,803,50,173 +Costa Rica,322222,1497180,803,50,173 +Costa Rica,322223,6308450,803,50,173 +Costa Rica,322232,19792,803,50,173 +Costa Rica,322291,6025831,803,50,173 +Costa Rica,322299,6838,803,50,173 +Costa Rica,323117,43461,803,50,173 +Costa Rica,323118,815522,803,50,173 +Costa Rica,323119,171378,803,50,173 +Costa Rica,323122,3748,803,50,173 +Costa Rica,324110,20041030,803,50,173 +Costa Rica,325120,12033,803,50,173 +Costa Rica,325191,91870,803,50,173 +Costa Rica,325192,555662,803,50,173 +Costa Rica,325199,537629,803,50,173 +Costa Rica,325211,2847572,803,50,173 +Costa Rica,325212,1584,803,50,173 +Costa Rica,325222,1798207,803,50,173 +Costa Rica,325320,1099578,803,50,173 +Costa Rica,325412,10342344,803,50,173 +Costa Rica,325414,525502,803,50,173 +Costa Rica,325510,1191676,803,50,173 +Costa Rica,325520,52034,803,50,173 +Costa Rica,325611,1517363,803,50,173 +Costa Rica,325620,62217,803,50,173 +Costa Rica,325910,26559,803,50,173 +Costa Rica,325998,2874858,803,50,173 +Costa Rica,326112,41652,803,50,173 +Costa Rica,326113,108696,803,50,173 +Costa Rica,326122,2190100,803,50,173 +Costa Rica,326160,394476,803,50,173 +Costa Rica,326191,1251,803,50,173 +Costa Rica,326199,37484238,803,50,173 +Costa Rica,326211,117910244,803,50,173 +Costa Rica,326212,9481,803,50,173 +Costa Rica,326220,512712,803,50,173 +Costa Rica,326299,11077433,803,50,173 +Costa Rica,327111,2241143,803,50,173 +Costa Rica,327112,9688,803,50,173 +Costa Rica,327113,6211,803,50,173 +Costa Rica,327122,33852,803,50,173 +Costa Rica,327212,28884,803,50,173 +Costa Rica,327213,4399034,803,50,173 +Costa Rica,327215,7139,803,50,173 +Costa Rica,327390,39052,803,50,173 +Costa Rica,327910,12454,803,50,173 +Costa Rica,327993,2391531,803,50,173 +Costa Rica,327999,4563739,803,50,173 +Costa Rica,331111,784073,803,50,173 +Costa Rica,331315,646690,803,50,173 +Costa Rica,331316,16310,803,50,173 +Costa Rica,331319,5406,803,50,173 +Costa Rica,331419,11578549,803,50,173 +Costa Rica,331422,7268,803,50,173 +Costa Rica,331491,12731646,803,50,173 +Costa Rica,331511,5850,803,50,173 +Costa Rica,332211,10397,803,50,173 +Costa Rica,332212,532187,803,50,173 +Costa Rica,332213,5481,803,50,173 +Costa Rica,332312,993039,803,50,173 +Costa Rica,332321,1477954,803,50,173 +Costa Rica,332322,25957,803,50,173 +Costa Rica,332410,3272,803,50,173 +Costa Rica,332420,22150,803,50,173 +Costa Rica,332431,12423,803,50,173 +Costa Rica,332439,94660,803,50,173 +Costa Rica,332510,223606,803,50,173 +Costa Rica,332618,2174053,803,50,173 +Costa Rica,332722,122222,803,50,173 +Costa Rica,332911,478158,803,50,173 +Costa Rica,332912,107778,803,50,173 +Costa Rica,332919,12236,803,50,173 +Costa Rica,332994,1069781,803,50,173 +Costa Rica,332999,15995444,803,50,173 +Costa Rica,333111,45560,803,50,173 +Costa Rica,333120,4000,803,50,173 +Costa Rica,333131,3396,803,50,173 +Costa Rica,333132,163075,803,50,173 +Costa Rica,333220,570503,803,50,173 +Costa Rica,333291,71434,803,50,173 +Costa Rica,333293,77408,803,50,173 +Costa Rica,333294,376192,803,50,173 +Costa Rica,333295,2160600,803,50,173 +Costa Rica,333311,4250,803,50,173 +Costa Rica,333313,1195756,803,50,173 +Costa Rica,333314,217333,803,50,173 +Costa Rica,333315,1230308,803,50,173 +Costa Rica,333412,2950,803,50,173 +Costa Rica,333414,4236,803,50,173 +Costa Rica,333415,30989,803,50,173 +Costa Rica,333511,214045,803,50,173 +Costa Rica,333512,194162,803,50,173 +Costa Rica,333513,71528,803,50,173 +Costa Rica,333514,3102961,803,50,173 +Costa Rica,333515,636839,803,50,173 +Costa Rica,333611,23494,803,50,173 +Costa Rica,333612,9135,803,50,173 +Costa Rica,333613,8428,803,50,173 +Costa Rica,333618,127923,803,50,173 +Costa Rica,333911,50287,803,50,173 +Costa Rica,333912,50782,803,50,173 +Costa Rica,333922,99724,803,50,173 +Costa Rica,333924,3306,803,50,173 +Costa Rica,333991,126788,803,50,173 +Costa Rica,333992,3768074,803,50,173 +Costa Rica,333993,24912,803,50,173 +Costa Rica,333994,8488,803,50,173 +Costa Rica,333995,7660,803,50,173 +Costa Rica,333996,58818,803,50,173 +Costa Rica,333997,5065,803,50,173 +Costa Rica,333999,4119624,803,50,173 +Costa Rica,334111,3958018,803,50,173 +Costa Rica,334112,196841,803,50,173 +Costa Rica,334119,4427689,803,50,173 +Costa Rica,334210,35053,803,50,173 +Costa Rica,334220,8181489,803,50,173 +Costa Rica,334290,2305,803,50,173 +Costa Rica,334310,87713,803,50,173 +Costa Rica,334412,2360079,803,50,173 +Costa Rica,334413,2488116581,803,50,173 +Costa Rica,334414,1224142,803,50,173 +Costa Rica,334415,32577455,803,50,173 +Costa Rica,334416,2169448,803,50,173 +Costa Rica,334417,55651961,803,50,173 +Costa Rica,334418,2825303015,803,50,173 +Costa Rica,334419,13193095,803,50,173 +Costa Rica,334510,170337298,803,50,173 +Costa Rica,334511,144575,803,50,173 +Costa Rica,334512,33131,803,50,173 +Costa Rica,334513,4951455,803,50,173 +Costa Rica,334514,54787,803,50,173 +Costa Rica,334515,2064713,803,50,173 +Costa Rica,334516,110668,803,50,173 +Costa Rica,334517,59987,803,50,173 +Costa Rica,334519,107658,803,50,173 +Costa Rica,335110,21740393,803,50,173 +Costa Rica,335121,20756,803,50,173 +Costa Rica,335129,213280,803,50,173 +Costa Rica,335211,3189382,803,50,173 +Costa Rica,335221,3463232,803,50,173 +Costa Rica,335228,71472,803,50,173 +Costa Rica,335311,26590,803,50,173 +Costa Rica,335312,5750510,803,50,173 +Costa Rica,335313,114545,803,50,173 +Costa Rica,335314,4643575,803,50,173 +Costa Rica,335911,87133,803,50,173 +Costa Rica,335921,18028458,803,50,173 +Costa Rica,335929,28814236,803,50,173 +Costa Rica,335931,35968525,803,50,173 +Costa Rica,335991,2499362,803,50,173 +Costa Rica,335999,4445118,803,50,173 +Costa Rica,336211,61649,803,50,173 +Costa Rica,336311,499492,803,50,173 +Costa Rica,336321,258613,803,50,173 +Costa Rica,336322,28870,803,50,173 +Costa Rica,336350,4218,803,50,173 +Costa Rica,336360,872755,803,50,173 +Costa Rica,336399,22291654,803,50,173 +Costa Rica,336412,4431,803,50,173 +Costa Rica,336413,532727,803,50,173 +Costa Rica,336419,115040,803,50,173 +Costa Rica,336611,77985,803,50,173 +Costa Rica,336612,36259,803,50,173 +Costa Rica,336991,8404,803,50,173 +Costa Rica,337110,10078,803,50,173 +Costa Rica,337124,72395,803,50,173 +Costa Rica,337127,12168165,803,50,173 +Costa Rica,337211,18698,803,50,173 +Costa Rica,337215,2177177,803,50,173 +Costa Rica,339112,525231272,803,50,173 +Costa Rica,339113,179671473,803,50,173 +Costa Rica,339114,5225515,803,50,173 +Costa Rica,339115,79811,803,50,173 +Costa Rica,339911,25803461,803,50,173 +Costa Rica,339912,17408,803,50,173 +Costa Rica,339913,1248080,803,50,173 +Costa Rica,339914,2514063,803,50,173 +Costa Rica,339920,19037675,803,50,173 +Costa Rica,339932,81432,803,50,173 +Costa Rica,339942,12626729,803,50,173 +Costa Rica,339943,1765120,803,50,173 +Costa Rica,339944,57166,803,50,173 +Costa Rica,339950,138937,803,50,173 +Costa Rica,339991,22655064,803,50,173 +Costa Rica,339992,5767,803,50,173 +Costa Rica,339993,13246,803,50,173 +Costa Rica,339999,1893984,803,50,173 +Costa Rica,511210,2994,803,50,173 +Costa Rica,910000,47624230,803,50,173 +Costa Rica,920000,189367,803,50,173 +Costa Rica,980000,72022358,803,50,173 +Costa Rica,990000,141263817,803,50,173 +Croatia,111411,1431040,804,51,174 +Croatia,111422,7700,804,51,174 +Croatia,111998,427759,804,51,174 +Croatia,112910,2159,804,51,174 +Croatia,114111,714201,804,51,174 +Croatia,114119,11485,804,51,174 +Croatia,212393,25094,804,51,174 +Croatia,311211,77239,804,51,174 +Croatia,311212,15202,804,51,174 +Croatia,311221,43142,804,51,174 +Croatia,311223,179023,804,51,174 +Croatia,311225,22366,804,51,174 +Croatia,311230,118534,804,51,174 +Croatia,311311,27047,804,51,174 +Croatia,311320,2016462,804,51,174 +Croatia,311340,180754,804,51,174 +Croatia,311421,1864652,804,51,174 +Croatia,311422,1956236,804,51,174 +Croatia,311423,11177,804,51,174 +Croatia,311513,219719,804,51,174 +Croatia,311514,15080,804,51,174 +Croatia,311611,1025867,804,51,174 +Croatia,311711,256154,804,51,174 +Croatia,311811,2896128,804,51,174 +Croatia,311822,2840,804,51,174 +Croatia,311823,105302,804,51,174 +Croatia,311919,14986,804,51,174 +Croatia,311920,702168,804,51,174 +Croatia,311930,53010,804,51,174 +Croatia,311941,17842,804,51,174 +Croatia,311942,880299,804,51,174 +Croatia,311999,2420515,804,51,174 +Croatia,312111,11771,804,51,174 +Croatia,312112,4525621,804,51,174 +Croatia,312120,189873,804,51,174 +Croatia,312130,1073577,804,51,174 +Croatia,312140,551853,804,51,174 +Croatia,313111,15540,804,51,174 +Croatia,313320,63989,804,51,174 +Croatia,314129,64078,804,51,174 +Croatia,314999,1207,804,51,174 +Croatia,315111,177986,804,51,174 +Croatia,315221,26673,804,51,174 +Croatia,315222,3847553,804,51,174 +Croatia,315223,115516,804,51,174 +Croatia,315224,126277,804,51,174 +Croatia,315228,443974,804,51,174 +Croatia,315231,970066,804,51,174 +Croatia,315232,1088413,804,51,174 +Croatia,315233,658401,804,51,174 +Croatia,315234,2694088,804,51,174 +Croatia,315239,2918379,804,51,174 +Croatia,315291,18681,804,51,174 +Croatia,315292,38291,804,51,174 +Croatia,315991,8217,804,51,174 +Croatia,315992,19978,804,51,174 +Croatia,315999,108226,804,51,174 +Croatia,316110,317149,804,51,174 +Croatia,316213,4812936,804,51,174 +Croatia,316214,510443,804,51,174 +Croatia,316219,204446,804,51,174 +Croatia,316991,118963,804,51,174 +Croatia,316993,18357,804,51,174 +Croatia,316999,22262,804,51,174 +Croatia,321113,36912,804,51,174 +Croatia,321211,188137,804,51,174 +Croatia,321999,98238,804,51,174 +Croatia,322211,14606,804,51,174 +Croatia,322212,11365,804,51,174 +Croatia,322213,15707,804,51,174 +Croatia,322222,313331,804,51,174 +Croatia,322223,1450,804,51,174 +Croatia,323117,15585,804,51,174 +Croatia,323119,194745,804,51,174 +Croatia,324110,7557818,804,51,174 +Croatia,325120,119413,804,51,174 +Croatia,325188,12331,804,51,174 +Croatia,325199,4984589,804,51,174 +Croatia,325311,5725605,804,51,174 +Croatia,325411,18279208,804,51,174 +Croatia,325412,97562185,804,51,174 +Croatia,325611,157246,804,51,174 +Croatia,325620,280975,804,51,174 +Croatia,325992,138141,804,51,174 +Croatia,325998,155852,804,51,174 +Croatia,326160,68672,804,51,174 +Croatia,326199,91537,804,51,174 +Croatia,326211,624,804,51,174 +Croatia,326220,106814,804,51,174 +Croatia,326299,2538,804,51,174 +Croatia,327112,26020,804,51,174 +Croatia,327211,20883,804,51,174 +Croatia,327212,2949072,804,51,174 +Croatia,327213,142162,804,51,174 +Croatia,327310,11345694,804,51,174 +Croatia,327991,172179,804,51,174 +Croatia,327999,7573,804,51,174 +Croatia,331111,27471677,804,51,174 +Croatia,331421,139556,804,51,174 +Croatia,331511,91521,804,51,174 +Croatia,332115,10576,804,51,174 +Croatia,332211,2461,804,51,174 +Croatia,332212,2055626,804,51,174 +Croatia,332312,4203,804,51,174 +Croatia,332321,4099,804,51,174 +Croatia,332420,1036095,804,51,174 +Croatia,332439,128539,804,51,174 +Croatia,332510,30973,804,51,174 +Croatia,332611,65838,804,51,174 +Croatia,332618,26025,804,51,174 +Croatia,332722,24920,804,51,174 +Croatia,332911,69178,804,51,174 +Croatia,332919,53663,804,51,174 +Croatia,332991,2190,804,51,174 +Croatia,332992,131738,804,51,174 +Croatia,332994,48273338,804,51,174 +Croatia,332999,569871,804,51,174 +Croatia,333111,580823,804,51,174 +Croatia,333120,188308,804,51,174 +Croatia,333131,117731,804,51,174 +Croatia,333220,12451159,804,51,174 +Croatia,333292,7169,804,51,174 +Croatia,333295,335213,804,51,174 +Croatia,333311,5739,804,51,174 +Croatia,333314,14908,804,51,174 +Croatia,333315,3362,804,51,174 +Croatia,333415,98159,804,51,174 +Croatia,333511,220887,804,51,174 +Croatia,333512,911463,804,51,174 +Croatia,333513,285568,804,51,174 +Croatia,333514,1243200,804,51,174 +Croatia,333515,29689,804,51,174 +Croatia,333611,6090881,804,51,174 +Croatia,333612,51785,804,51,174 +Croatia,333613,36952,804,51,174 +Croatia,333618,87749,804,51,174 +Croatia,333911,4223,804,51,174 +Croatia,333922,60401,804,51,174 +Croatia,333991,5688,804,51,174 +Croatia,333993,20064,804,51,174 +Croatia,333996,29231,804,51,174 +Croatia,333999,4264876,804,51,174 +Croatia,334112,2945,804,51,174 +Croatia,334119,51709,804,51,174 +Croatia,334220,176315,804,51,174 +Croatia,334290,4343491,804,51,174 +Croatia,334412,2084,804,51,174 +Croatia,334413,55634,804,51,174 +Croatia,334414,1380615,804,51,174 +Croatia,334415,4085837,804,51,174 +Croatia,334417,55633,804,51,174 +Croatia,334418,76140,804,51,174 +Croatia,334419,179172,804,51,174 +Croatia,334510,359199,804,51,174 +Croatia,334511,9408,804,51,174 +Croatia,334512,9321529,804,51,174 +Croatia,334513,1681419,804,51,174 +Croatia,334515,49054,804,51,174 +Croatia,334516,22589,804,51,174 +Croatia,334519,41020,804,51,174 +Croatia,335110,2338,804,51,174 +Croatia,335129,58541,804,51,174 +Croatia,335221,31030,804,51,174 +Croatia,335224,42192,804,51,174 +Croatia,335312,196703,804,51,174 +Croatia,335313,119861,804,51,174 +Croatia,335314,174397,804,51,174 +Croatia,335929,29481,804,51,174 +Croatia,335931,343776,804,51,174 +Croatia,335999,202119,804,51,174 +Croatia,336311,244977,804,51,174 +Croatia,336321,10090,804,51,174 +Croatia,336322,561226,804,51,174 +Croatia,336350,4654,804,51,174 +Croatia,336360,23552,804,51,174 +Croatia,336391,4219,804,51,174 +Croatia,336399,251159,804,51,174 +Croatia,336412,35093,804,51,174 +Croatia,336510,177975,804,51,174 +Croatia,336991,13503,804,51,174 +Croatia,337124,15854,804,51,174 +Croatia,337127,329606,804,51,174 +Croatia,337211,1013100,804,51,174 +Croatia,337214,3218,804,51,174 +Croatia,337215,2127185,804,51,174 +Croatia,337910,525,804,51,174 +Croatia,339112,42481,804,51,174 +Croatia,339113,32526,804,51,174 +Croatia,339114,11337,804,51,174 +Croatia,339911,19114806,804,51,174 +Croatia,339914,8493,804,51,174 +Croatia,339920,29922,804,51,174 +Croatia,339942,90288,804,51,174 +Croatia,339950,4350,804,51,174 +Croatia,339991,6310,804,51,174 +Croatia,339992,2781,804,51,174 +Croatia,339999,6685,804,51,174 +Croatia,910000,513880,804,51,174 +Croatia,920000,815816,804,51,174 +Croatia,980000,871384,804,51,174 +Croatia,990000,2179115,804,51,174 +Cuba,920000,347480,803,52,175 +Cyprus,111140,6931,806,54,177 +Cyprus,111910,55600,806,54,177 +Cyprus,111998,18150,806,54,177 +Cyprus,112990,6593,806,54,177 +Cyprus,114111,119020,806,54,177 +Cyprus,212393,1578974,806,54,177 +Cyprus,311221,3129,806,54,177 +Cyprus,311223,35292,806,54,177 +Cyprus,311340,47302,806,54,177 +Cyprus,311421,46054,806,54,177 +Cyprus,311513,2290691,806,54,177 +Cyprus,311811,19304,806,54,177 +Cyprus,311823,3780,806,54,177 +Cyprus,311911,4761,806,54,177 +Cyprus,311920,89388,806,54,177 +Cyprus,311999,376669,806,54,177 +Cyprus,312120,74349,806,54,177 +Cyprus,312130,233194,806,54,177 +Cyprus,312140,76164,806,54,177 +Cyprus,313111,23281,806,54,177 +Cyprus,313210,832,806,54,177 +Cyprus,314110,3911,806,54,177 +Cyprus,315222,571,806,54,177 +Cyprus,315232,1739,806,54,177 +Cyprus,315233,203539,806,54,177 +Cyprus,315234,177201,806,54,177 +Cyprus,315239,22839,806,54,177 +Cyprus,315291,561155,806,54,177 +Cyprus,315999,599,806,54,177 +Cyprus,316992,1632,806,54,177 +Cyprus,322212,8187,806,54,177 +Cyprus,323117,8779,806,54,177 +Cyprus,324110,3516,806,54,177 +Cyprus,325120,92223,806,54,177 +Cyprus,325131,88273,806,54,177 +Cyprus,325199,8301,806,54,177 +Cyprus,325411,22823,806,54,177 +Cyprus,325611,20269,806,54,177 +Cyprus,325620,35405,806,54,177 +Cyprus,326199,567,806,54,177 +Cyprus,326220,234338,806,54,177 +Cyprus,331419,319409,806,54,177 +Cyprus,332510,5936,806,54,177 +Cyprus,332618,20339,806,54,177 +Cyprus,333314,11041,806,54,177 +Cyprus,333618,53500,806,54,177 +Cyprus,333911,7600,806,54,177 +Cyprus,333912,4519,806,54,177 +Cyprus,333999,5698,806,54,177 +Cyprus,334111,5704,806,54,177 +Cyprus,334112,11659,806,54,177 +Cyprus,334119,43256,806,54,177 +Cyprus,334210,26565,806,54,177 +Cyprus,334220,258748,806,54,177 +Cyprus,334290,4988,806,54,177 +Cyprus,334413,245587,806,54,177 +Cyprus,334415,368603,806,54,177 +Cyprus,334417,340510,806,54,177 +Cyprus,334418,6450,806,54,177 +Cyprus,334511,91818,806,54,177 +Cyprus,334513,19730,806,54,177 +Cyprus,334515,15270,806,54,177 +Cyprus,335121,30086,806,54,177 +Cyprus,335129,13968,806,54,177 +Cyprus,335221,12271,806,54,177 +Cyprus,335312,62000,806,54,177 +Cyprus,335313,3055,806,54,177 +Cyprus,335931,17661,806,54,177 +Cyprus,336321,2076,806,54,177 +Cyprus,336322,28568,806,54,177 +Cyprus,336399,111597,806,54,177 +Cyprus,337124,601,806,54,177 +Cyprus,339115,18777,806,54,177 +Cyprus,339911,2750,806,54,177 +Cyprus,339932,94961,806,54,177 +Cyprus,339991,8493,806,54,177 +Cyprus,339999,18379,806,54,177 +Cyprus,920000,325102,806,54,177 +Cyprus,980000,2298189,806,54,177 +Cyprus,990000,192425,806,54,177 +Czech Republic,111120,457882,804,55,178 +Czech Republic,111219,74800,804,55,178 +Czech Republic,111421,19775,804,55,178 +Czech Republic,111998,2474037,804,55,178 +Czech Republic,112111,23247,804,55,178 +Czech Republic,112511,174167,804,55,178 +Czech Republic,112920,46795,804,55,178 +Czech Republic,112930,117614,804,55,178 +Czech Republic,112990,580572,804,55,178 +Czech Republic,113210,333549,804,55,178 +Czech Republic,212324,37251,804,55,178 +Czech Republic,212325,91486,804,55,178 +Czech Republic,311119,5479883,804,55,178 +Czech Republic,311213,48205,804,55,178 +Czech Republic,311221,4832208,804,55,178 +Czech Republic,311225,11296,804,55,178 +Czech Republic,311320,40265,804,55,178 +Czech Republic,311340,3419480,804,55,178 +Czech Republic,311421,3395,804,55,178 +Czech Republic,311423,117615,804,55,178 +Czech Republic,311512,194035,804,55,178 +Czech Republic,311513,101590,804,55,178 +Czech Republic,311514,17950,804,55,178 +Czech Republic,311611,4089314,804,55,178 +Czech Republic,311811,1613233,804,55,178 +Czech Republic,311920,14222,804,55,178 +Czech Republic,311941,11813,804,55,178 +Czech Republic,311942,210959,804,55,178 +Czech Republic,311999,3309633,804,55,178 +Czech Republic,312111,85497,804,55,178 +Czech Republic,312112,40847,804,55,178 +Czech Republic,312120,12899285,804,55,178 +Czech Republic,312130,356065,804,55,178 +Czech Republic,312140,699135,804,55,178 +Czech Republic,313111,42845,804,55,178 +Czech Republic,313113,2246,804,55,178 +Czech Republic,313210,5405587,804,55,178 +Czech Republic,313221,2239182,804,55,178 +Czech Republic,313230,2204063,804,55,178 +Czech Republic,313249,6552,804,55,178 +Czech Republic,313320,966498,804,55,178 +Czech Republic,314110,1202039,804,55,178 +Czech Republic,314121,84631,804,55,178 +Czech Republic,314129,6592083,804,55,178 +Czech Republic,314911,17798,804,55,178 +Czech Republic,314912,24158705,804,55,178 +Czech Republic,314991,634935,804,55,178 +Czech Republic,314992,15958,804,55,178 +Czech Republic,314999,3738581,804,55,178 +Czech Republic,315111,23686,804,55,178 +Czech Republic,315221,539292,804,55,178 +Czech Republic,315222,1730026,804,55,178 +Czech Republic,315223,151785,804,55,178 +Czech Republic,315224,252948,804,55,178 +Czech Republic,315228,151052,804,55,178 +Czech Republic,315231,526625,804,55,178 +Czech Republic,315232,252116,804,55,178 +Czech Republic,315233,125306,804,55,178 +Czech Republic,315234,699196,804,55,178 +Czech Republic,315239,1096411,804,55,178 +Czech Republic,315292,268045,804,55,178 +Czech Republic,315991,1421899,804,55,178 +Czech Republic,315992,78412,804,55,178 +Czech Republic,315999,392462,804,55,178 +Czech Republic,316110,2085522,804,55,178 +Czech Republic,316211,353,804,55,178 +Czech Republic,316213,10736,804,55,178 +Czech Republic,316214,1228693,804,55,178 +Czech Republic,316219,2533370,804,55,178 +Czech Republic,316991,739625,804,55,178 +Czech Republic,316992,6836,804,55,178 +Czech Republic,316993,69529,804,55,178 +Czech Republic,316999,170302,804,55,178 +Czech Republic,321113,6627847,804,55,178 +Czech Republic,321211,1782954,804,55,178 +Czech Republic,321213,152428,804,55,178 +Czech Republic,321911,50874,804,55,178 +Czech Republic,321918,106307,804,55,178 +Czech Republic,321920,9961,804,55,178 +Czech Republic,321992,793,804,55,178 +Czech Republic,321999,2165459,804,55,178 +Czech Republic,322121,18272939,804,55,178 +Czech Republic,322130,136132,804,55,178 +Czech Republic,322211,252613,804,55,178 +Czech Republic,322212,117261,804,55,178 +Czech Republic,322213,254136,804,55,178 +Czech Republic,322222,232416,804,55,178 +Czech Republic,322223,14748,804,55,178 +Czech Republic,322232,4563,804,55,178 +Czech Republic,322291,319372,804,55,178 +Czech Republic,322299,632904,804,55,178 +Czech Republic,323117,168937,804,55,178 +Czech Republic,323118,38759,804,55,178 +Czech Republic,323119,486842,804,55,178 +Czech Republic,323122,31777,804,55,178 +Czech Republic,324110,96369,804,55,178 +Czech Republic,325120,113301,804,55,178 +Czech Republic,325131,8559107,804,55,178 +Czech Republic,325132,8452174,804,55,178 +Czech Republic,325181,95328,804,55,178 +Czech Republic,325182,1824606,804,55,178 +Czech Republic,325188,12558999,804,55,178 +Czech Republic,325192,2284012,804,55,178 +Czech Republic,325193,21675,804,55,178 +Czech Republic,325199,47889930,804,55,178 +Czech Republic,325211,1520854,804,55,178 +Czech Republic,325212,2188945,804,55,178 +Czech Republic,325221,136680,804,55,178 +Czech Republic,325222,70052,804,55,178 +Czech Republic,325311,21962,804,55,178 +Czech Republic,325312,426110,804,55,178 +Czech Republic,325320,235855,804,55,178 +Czech Republic,325411,29310762,804,55,178 +Czech Republic,325412,31477363,804,55,178 +Czech Republic,325414,1357570,804,55,178 +Czech Republic,325510,35515,804,55,178 +Czech Republic,325520,15208,804,55,178 +Czech Republic,325611,376575,804,55,178 +Czech Republic,325612,3930091,804,55,178 +Czech Republic,325613,2578,804,55,178 +Czech Republic,325620,7325398,804,55,178 +Czech Republic,325910,11689368,804,55,178 +Czech Republic,325920,18597861,804,55,178 +Czech Republic,325992,2662456,804,55,178 +Czech Republic,325998,1102340,804,55,178 +Czech Republic,326113,1379812,804,55,178 +Czech Republic,326121,11515,804,55,178 +Czech Republic,326122,221488,804,55,178 +Czech Republic,326160,391599,804,55,178 +Czech Republic,326191,8001,804,55,178 +Czech Republic,326192,1093029,804,55,178 +Czech Republic,326199,12586440,804,55,178 +Czech Republic,326211,132315365,804,55,178 +Czech Republic,326220,8469400,804,55,178 +Czech Republic,326299,6002005,804,55,178 +Czech Republic,327111,51311,804,55,178 +Czech Republic,327112,817805,804,55,178 +Czech Republic,327113,2251201,804,55,178 +Czech Republic,327124,2325838,804,55,178 +Czech Republic,327125,2675332,804,55,178 +Czech Republic,327211,2056967,804,55,178 +Czech Republic,327212,21101161,804,55,178 +Czech Republic,327213,1010535,804,55,178 +Czech Republic,327215,6222784,804,55,178 +Czech Republic,327390,93888,804,55,178 +Czech Republic,327910,3627696,804,55,178 +Czech Republic,327991,1163609,804,55,178 +Czech Republic,327992,25700,804,55,178 +Czech Republic,327993,67861,804,55,178 +Czech Republic,327999,37459,804,55,178 +Czech Republic,331111,252155518,804,55,178 +Czech Republic,331222,3955490,804,55,178 +Czech Republic,331315,218764,804,55,178 +Czech Republic,331316,1001344,804,55,178 +Czech Republic,331319,82977,804,55,178 +Czech Republic,331419,1129694,804,55,178 +Czech Republic,331421,162968,804,55,178 +Czech Republic,331422,69444,804,55,178 +Czech Republic,331491,3967291,804,55,178 +Czech Republic,331492,189576,804,55,178 +Czech Republic,331511,15044050,804,55,178 +Czech Republic,332115,325697,804,55,178 +Czech Republic,332211,634318,804,55,178 +Czech Republic,332212,8673422,804,55,178 +Czech Republic,332213,459151,804,55,178 +Czech Republic,332311,3776,804,55,178 +Czech Republic,332312,11943829,804,55,178 +Czech Republic,332321,162978,804,55,178 +Czech Republic,332322,686109,804,55,178 +Czech Republic,332323,5652,804,55,178 +Czech Republic,332410,6392349,804,55,178 +Czech Republic,332420,4757965,804,55,178 +Czech Republic,332431,295406,804,55,178 +Czech Republic,332439,819102,804,55,178 +Czech Republic,332510,15550548,804,55,178 +Czech Republic,332611,353703,804,55,178 +Czech Republic,332618,3922986,804,55,178 +Czech Republic,332722,4119732,804,55,178 +Czech Republic,332911,61941208,804,55,178 +Czech Republic,332912,2479440,804,55,178 +Czech Republic,332913,3460,804,55,178 +Czech Republic,332919,8568074,804,55,178 +Czech Republic,332991,4853849,804,55,178 +Czech Republic,332992,14818704,804,55,178 +Czech Republic,332994,13375852,804,55,178 +Czech Republic,332995,29272,804,55,178 +Czech Republic,332999,19137555,804,55,178 +Czech Republic,333111,10014736,804,55,178 +Czech Republic,333120,30994818,804,55,178 +Czech Republic,333131,3467534,804,55,178 +Czech Republic,333132,347830,804,55,178 +Czech Republic,333210,542038,804,55,178 +Czech Republic,333220,2359078,804,55,178 +Czech Republic,333291,1800362,804,55,178 +Czech Republic,333292,3771968,804,55,178 +Czech Republic,333293,2050258,804,55,178 +Czech Republic,333294,1277162,804,55,178 +Czech Republic,333295,626162,804,55,178 +Czech Republic,333298,1620000,804,55,178 +Czech Republic,333311,7486,804,55,178 +Czech Republic,333313,565183,804,55,178 +Czech Republic,333314,12100080,804,55,178 +Czech Republic,333315,295123,804,55,178 +Czech Republic,333319,5630,804,55,178 +Czech Republic,333411,5920006,804,55,178 +Czech Republic,333412,536770,804,55,178 +Czech Republic,333414,180250,804,55,178 +Czech Republic,333415,12443045,804,55,178 +Czech Republic,333511,1268540,804,55,178 +Czech Republic,333512,36699604,804,55,178 +Czech Republic,333513,1820841,804,55,178 +Czech Republic,333514,140293,804,55,178 +Czech Republic,333515,16598554,804,55,178 +Czech Republic,333516,398050,804,55,178 +Czech Republic,333611,13748996,804,55,178 +Czech Republic,333612,3548800,804,55,178 +Czech Republic,333613,6087840,804,55,178 +Czech Republic,333618,75047561,804,55,178 +Czech Republic,333911,10734683,804,55,178 +Czech Republic,333912,18144269,804,55,178 +Czech Republic,333913,1519810,804,55,178 +Czech Republic,333921,6930428,804,55,178 +Czech Republic,333922,5179511,804,55,178 +Czech Republic,333923,364853,804,55,178 +Czech Republic,333924,3473521,804,55,178 +Czech Republic,333991,16615136,804,55,178 +Czech Republic,333992,2370658,804,55,178 +Czech Republic,333993,6335659,804,55,178 +Czech Republic,333994,616512,804,55,178 +Czech Republic,333995,1062572,804,55,178 +Czech Republic,333996,7212623,804,55,178 +Czech Republic,333997,104192,804,55,178 +Czech Republic,333999,33735897,804,55,178 +Czech Republic,334111,11072568,804,55,178 +Czech Republic,334112,819098,804,55,178 +Czech Republic,334119,19277584,804,55,178 +Czech Republic,334210,748242,804,55,178 +Czech Republic,334220,28615449,804,55,178 +Czech Republic,334290,940069,804,55,178 +Czech Republic,334310,4224195,804,55,178 +Czech Republic,334411,272599,804,55,178 +Czech Republic,334412,313455,804,55,178 +Czech Republic,334413,22898069,804,55,178 +Czech Republic,334414,66926343,804,55,178 +Czech Republic,334415,7938758,804,55,178 +Czech Republic,334416,2029973,804,55,178 +Czech Republic,334417,26632033,804,55,178 +Czech Republic,334418,1657088,804,55,178 +Czech Republic,334419,20343627,804,55,178 +Czech Republic,334510,11566346,804,55,178 +Czech Republic,334511,3856238,804,55,178 +Czech Republic,334512,3376520,804,55,178 +Czech Republic,334513,12622882,804,55,178 +Czech Republic,334514,242549,804,55,178 +Czech Republic,334515,15194160,804,55,178 +Czech Republic,334516,30720957,804,55,178 +Czech Republic,334517,1530444,804,55,178 +Czech Republic,334518,5043,804,55,178 +Czech Republic,334519,1499104,804,55,178 +Czech Republic,334612,3202496,804,55,178 +Czech Republic,334613,79634,804,55,178 +Czech Republic,335110,14316313,804,55,178 +Czech Republic,335121,1114915,804,55,178 +Czech Republic,335129,2210808,804,55,178 +Czech Republic,335211,594073,804,55,178 +Czech Republic,335212,15865,804,55,178 +Czech Republic,335221,271808,804,55,178 +Czech Republic,335224,13777273,804,55,178 +Czech Republic,335228,401682,804,55,178 +Czech Republic,335311,2601011,804,55,178 +Czech Republic,335312,43317279,804,55,178 +Czech Republic,335313,8901478,804,55,178 +Czech Republic,335314,52929725,804,55,178 +Czech Republic,335911,9267238,804,55,178 +Czech Republic,335912,14890,804,55,178 +Czech Republic,335921,686589,804,55,178 +Czech Republic,335929,15157805,804,55,178 +Czech Republic,335931,38193556,804,55,178 +Czech Republic,335932,120337,804,55,178 +Czech Republic,335991,158622,804,55,178 +Czech Republic,335999,6462539,804,55,178 +Czech Republic,336111,306342,804,55,178 +Czech Republic,336120,3352681,804,55,178 +Czech Republic,336211,1861071,804,55,178 +Czech Republic,336212,26649,804,55,178 +Czech Republic,336214,79658,804,55,178 +Czech Republic,336311,26249973,804,55,178 +Czech Republic,336321,28232926,804,55,178 +Czech Republic,336322,12054299,804,55,178 +Czech Republic,336330,8754503,804,55,178 +Czech Republic,336340,7778587,804,55,178 +Czech Republic,336350,19206012,804,55,178 +Czech Republic,336360,31868940,804,55,178 +Czech Republic,336370,67670,804,55,178 +Czech Republic,336391,49515343,804,55,178 +Czech Republic,336399,71947971,804,55,178 +Czech Republic,336411,9216479,804,55,178 +Czech Republic,336412,76833241,804,55,178 +Czech Republic,336413,61272670,804,55,178 +Czech Republic,336419,259516,804,55,178 +Czech Republic,336510,6931477,804,55,178 +Czech Republic,336611,182931,804,55,178 +Czech Republic,336612,354271,804,55,178 +Czech Republic,336991,1553849,804,55,178 +Czech Republic,336992,8953,804,55,178 +Czech Republic,337124,294280,804,55,178 +Czech Republic,337127,15688146,804,55,178 +Czech Republic,337211,3801251,804,55,178 +Czech Republic,337214,13488,804,55,178 +Czech Republic,337215,6241930,804,55,178 +Czech Republic,337910,60176,804,55,178 +Czech Republic,337920,56640,804,55,178 +Czech Republic,339112,21868818,804,55,178 +Czech Republic,339113,1376269,804,55,178 +Czech Republic,339114,833896,804,55,178 +Czech Republic,339115,136182,804,55,178 +Czech Republic,339911,28576,804,55,178 +Czech Republic,339913,2310886,804,55,178 +Czech Republic,339914,18180465,804,55,178 +Czech Republic,339920,30545581,804,55,178 +Czech Republic,339932,16258732,804,55,178 +Czech Republic,339941,38717,804,55,178 +Czech Republic,339942,1534800,804,55,178 +Czech Republic,339943,1015295,804,55,178 +Czech Republic,339950,433939,804,55,178 +Czech Republic,339991,4717425,804,55,178 +Czech Republic,339992,2505942,804,55,178 +Czech Republic,339993,4929578,804,55,178 +Czech Republic,339994,1898828,804,55,178 +Czech Republic,339995,49664,804,55,178 +Czech Republic,339999,10517438,804,55,178 +Czech Republic,511210,12070,804,55,178 +Czech Republic,910000,7762961,804,55,178 +Czech Republic,920000,6310209,804,55,178 +Czech Republic,980000,27752596,804,55,178 +Czech Republic,990000,59855260,804,55,178 +Democratic Republic of the Congo,111339,1377716,805,56,179 +Democratic Republic of the Congo,111422,14300,805,56,179 +Democratic Republic of the Congo,112511,86610,805,56,179 +Democratic Republic of the Congo,113210,546064,805,56,179 +Democratic Republic of the Congo,211111,470702412,805,56,179 +Democratic Republic of the Congo,311211,1417381,805,56,179 +Democratic Republic of the Congo,311311,82407,805,56,179 +Democratic Republic of the Congo,313210,8662,805,56,179 +Democratic Republic of the Congo,316992,11419,805,56,179 +Democratic Republic of the Congo,321113,1694775,805,56,179 +Democratic Republic of the Congo,321211,24911,805,56,179 +Democratic Republic of the Congo,321999,9323,805,56,179 +Democratic Republic of the Congo,324110,51386523,805,56,179 +Democratic Republic of the Congo,325132,57023,805,56,179 +Democratic Republic of the Congo,325199,491424,805,56,179 +Democratic Republic of the Congo,326199,20311,805,56,179 +Democratic Republic of the Congo,331419,1429030,805,56,179 +Democratic Republic of the Congo,331491,1113396,805,56,179 +Democratic Republic of the Congo,331492,600700,805,56,179 +Democratic Republic of the Congo,332410,23850,805,56,179 +Democratic Republic of the Congo,332911,13601,805,56,179 +Democratic Republic of the Congo,333294,39136,805,56,179 +Democratic Republic of the Congo,333313,14321,805,56,179 +Democratic Republic of the Congo,333314,4450,805,56,179 +Democratic Republic of the Congo,334210,2235,805,56,179 +Democratic Republic of the Congo,334220,12075,805,56,179 +Democratic Republic of the Congo,334310,15474,805,56,179 +Democratic Republic of the Congo,334415,2898,805,56,179 +Democratic Republic of the Congo,334416,4844,805,56,179 +Democratic Republic of the Congo,334419,85593,805,56,179 +Democratic Republic of the Congo,335129,40893,805,56,179 +Democratic Republic of the Congo,336321,10384,805,56,179 +Democratic Republic of the Congo,336399,10521,805,56,179 +Democratic Republic of the Congo,339911,53048,805,56,179 +Democratic Republic of the Congo,339913,7618774,805,56,179 +Democratic Republic of the Congo,920000,6082803,805,56,179 +Democratic Republic of the Congo,980000,987615,805,56,179 +Democratic Republic of the Congo,990000,89823,805,56,179 +Denmark,111130,4150,804,57,180 +Denmark,111199,2039131,804,57,180 +Denmark,111219,11535140,804,57,180 +Denmark,111421,1181477,804,57,180 +Denmark,111422,1576345,804,57,180 +Denmark,111998,2382747,804,57,180 +Denmark,112111,197544,804,57,180 +Denmark,112511,931516,804,57,180 +Denmark,112910,16616,804,57,180 +Denmark,112920,1443442,804,57,180 +Denmark,112930,601573,804,57,180 +Denmark,112990,483291,804,57,180 +Denmark,113210,1132446,804,57,180 +Denmark,114111,14832938,804,57,180 +Denmark,114112,719414,804,57,180 +Denmark,212322,39482,804,57,180 +Denmark,212325,7468,804,57,180 +Denmark,212393,365976,804,57,180 +Denmark,212399,31637,804,57,180 +Denmark,311111,126669,804,57,180 +Denmark,311119,770038,804,57,180 +Denmark,311212,67782,804,57,180 +Denmark,311221,6674843,804,57,180 +Denmark,311222,3034639,804,57,180 +Denmark,311223,2479465,804,57,180 +Denmark,311225,3878168,804,57,180 +Denmark,311311,8073,804,57,180 +Denmark,311320,2376433,804,57,180 +Denmark,311340,1934594,804,57,180 +Denmark,311411,1511384,804,57,180 +Denmark,311421,4735336,804,57,180 +Denmark,311423,572940,804,57,180 +Denmark,311511,455776,804,57,180 +Denmark,311512,1472997,804,57,180 +Denmark,311513,48273698,804,57,180 +Denmark,311514,25760496,804,57,180 +Denmark,311611,167940731,804,57,180 +Denmark,311613,165149,804,57,180 +Denmark,311711,5835403,804,57,180 +Denmark,311811,39669600,804,57,180 +Denmark,311822,154068,804,57,180 +Denmark,311911,706950,804,57,180 +Denmark,311920,158837,804,57,180 +Denmark,311930,215605,804,57,180 +Denmark,311941,542848,804,57,180 +Denmark,311942,12734,804,57,180 +Denmark,311999,32970591,804,57,180 +Denmark,312111,7480355,804,57,180 +Denmark,312112,17363,804,57,180 +Denmark,312113,5592,804,57,180 +Denmark,312120,5353859,804,57,180 +Denmark,312130,2255840,804,57,180 +Denmark,312140,2032403,804,57,180 +Denmark,312221,106570,804,57,180 +Denmark,312229,7066011,804,57,180 +Denmark,313111,121049,804,57,180 +Denmark,313113,4355,804,57,180 +Denmark,313210,3885659,804,57,180 +Denmark,313221,1236265,804,57,180 +Denmark,313230,2715974,804,57,180 +Denmark,313249,228471,804,57,180 +Denmark,313312,12540,804,57,180 +Denmark,313320,3863146,804,57,180 +Denmark,314110,1891950,804,57,180 +Denmark,314121,2876896,804,57,180 +Denmark,314129,703091,804,57,180 +Denmark,314911,2107,804,57,180 +Denmark,314912,570713,804,57,180 +Denmark,314991,1527200,804,57,180 +Denmark,314992,16263,804,57,180 +Denmark,314999,2810702,804,57,180 +Denmark,315111,932314,804,57,180 +Denmark,315221,150086,804,57,180 +Denmark,315222,53458,804,57,180 +Denmark,315223,113357,804,57,180 +Denmark,315224,258088,804,57,180 +Denmark,315228,437360,804,57,180 +Denmark,315231,147706,804,57,180 +Denmark,315232,128390,804,57,180 +Denmark,315233,117161,804,57,180 +Denmark,315234,90957,804,57,180 +Denmark,315239,334515,804,57,180 +Denmark,315291,352639,804,57,180 +Denmark,315292,140358,804,57,180 +Denmark,315991,29835,804,57,180 +Denmark,315992,9974,804,57,180 +Denmark,315993,12541,804,57,180 +Denmark,315999,205393,804,57,180 +Denmark,316110,188713,804,57,180 +Denmark,316211,743,804,57,180 +Denmark,316212,332,804,57,180 +Denmark,316213,39612,804,57,180 +Denmark,316214,1109793,804,57,180 +Denmark,316219,133946,804,57,180 +Denmark,316991,398066,804,57,180 +Denmark,316992,25906,804,57,180 +Denmark,316993,529976,804,57,180 +Denmark,316999,1620013,804,57,180 +Denmark,321113,1092253,804,57,180 +Denmark,321211,5115150,804,57,180 +Denmark,321212,5693,804,57,180 +Denmark,321213,101278,804,57,180 +Denmark,321219,19466,804,57,180 +Denmark,321911,573138,804,57,180 +Denmark,321918,4645068,804,57,180 +Denmark,321920,725489,804,57,180 +Denmark,321991,2835,804,57,180 +Denmark,321992,13530,804,57,180 +Denmark,321999,424902,804,57,180 +Denmark,322110,7714,804,57,180 +Denmark,322121,2332283,804,57,180 +Denmark,322122,177243,804,57,180 +Denmark,322130,113314,804,57,180 +Denmark,322211,164851,804,57,180 +Denmark,322212,329373,804,57,180 +Denmark,322215,14679,804,57,180 +Denmark,322222,3760407,804,57,180 +Denmark,322223,6228392,804,57,180 +Denmark,322291,2163487,804,57,180 +Denmark,322299,2501758,804,57,180 +Denmark,323117,2187846,804,57,180 +Denmark,323118,25870,804,57,180 +Denmark,323119,10639208,804,57,180 +Denmark,323122,29283,804,57,180 +Denmark,324110,43078816,804,57,180 +Denmark,325131,335774,804,57,180 +Denmark,325132,2546413,804,57,180 +Denmark,325181,17151,804,57,180 +Denmark,325188,49342065,804,57,180 +Denmark,325191,2641567,804,57,180 +Denmark,325192,1391317,804,57,180 +Denmark,325199,246414127,804,57,180 +Denmark,325211,3050640,804,57,180 +Denmark,325212,3928036,804,57,180 +Denmark,325221,56989,804,57,180 +Denmark,325222,630075,804,57,180 +Denmark,325320,6841368,804,57,180 +Denmark,325411,199377813,804,57,180 +Denmark,325412,1109832387,804,57,180 +Denmark,325414,483245588,804,57,180 +Denmark,325510,959803,804,57,180 +Denmark,325520,5157540,804,57,180 +Denmark,325611,1962473,804,57,180 +Denmark,325612,3575459,804,57,180 +Denmark,325613,1880151,804,57,180 +Denmark,325620,198703,804,57,180 +Denmark,325910,2727011,804,57,180 +Denmark,325992,2849,804,57,180 +Denmark,325998,10625997,804,57,180 +Denmark,326112,4953,804,57,180 +Denmark,326113,4938977,804,57,180 +Denmark,326121,913032,804,57,180 +Denmark,326122,2314646,804,57,180 +Denmark,326160,2317942,804,57,180 +Denmark,326191,85719,804,57,180 +Denmark,326192,1245398,804,57,180 +Denmark,326199,35054425,804,57,180 +Denmark,326211,201105,804,57,180 +Denmark,326212,56820,804,57,180 +Denmark,326220,4499374,804,57,180 +Denmark,326299,5588330,804,57,180 +Denmark,327111,16010,804,57,180 +Denmark,327112,2810325,804,57,180 +Denmark,327113,927306,804,57,180 +Denmark,327121,2976,804,57,180 +Denmark,327124,36533,804,57,180 +Denmark,327125,667838,804,57,180 +Denmark,327211,28859,804,57,180 +Denmark,327212,4457511,804,57,180 +Denmark,327213,203848,804,57,180 +Denmark,327215,17691928,804,57,180 +Denmark,327310,13262408,804,57,180 +Denmark,327331,54634,804,57,180 +Denmark,327390,57410,804,57,180 +Denmark,327420,179324,804,57,180 +Denmark,327910,5494818,804,57,180 +Denmark,327991,13152,804,57,180 +Denmark,327992,64908,804,57,180 +Denmark,327993,7590118,804,57,180 +Denmark,327999,1500642,804,57,180 +Denmark,331111,1342811,804,57,180 +Denmark,331222,187222,804,57,180 +Denmark,331315,772863,804,57,180 +Denmark,331316,4845679,804,57,180 +Denmark,331319,27054,804,57,180 +Denmark,331411,10751,804,57,180 +Denmark,331419,1895491,804,57,180 +Denmark,331421,337567,804,57,180 +Denmark,331422,511896,804,57,180 +Denmark,331491,550389,804,57,180 +Denmark,331511,599277,804,57,180 +Denmark,332115,6388202,804,57,180 +Denmark,332211,72448,804,57,180 +Denmark,332212,4113933,804,57,180 +Denmark,332213,272255,804,57,180 +Denmark,332214,1460017,804,57,180 +Denmark,332311,29458,804,57,180 +Denmark,332312,10288904,804,57,180 +Denmark,332321,1653353,804,57,180 +Denmark,332322,66831,804,57,180 +Denmark,332323,414239,804,57,180 +Denmark,332410,10091719,804,57,180 +Denmark,332420,5984216,804,57,180 +Denmark,332431,14779,804,57,180 +Denmark,332439,13045873,804,57,180 +Denmark,332510,3670246,804,57,180 +Denmark,332611,211015,804,57,180 +Denmark,332618,1701752,804,57,180 +Denmark,332722,10864326,804,57,180 +Denmark,332911,38847942,804,57,180 +Denmark,332912,25267074,804,57,180 +Denmark,332913,1218293,804,57,180 +Denmark,332919,2541093,804,57,180 +Denmark,332991,1532884,804,57,180 +Denmark,332992,15044849,804,57,180 +Denmark,332994,35689,804,57,180 +Denmark,332995,441505,804,57,180 +Denmark,332998,334529,804,57,180 +Denmark,332999,49619636,804,57,180 +Denmark,333111,100782546,804,57,180 +Denmark,333120,34252575,804,57,180 +Denmark,333131,4744077,804,57,180 +Denmark,333132,547707,804,57,180 +Denmark,333210,1926193,804,57,180 +Denmark,333220,4976207,804,57,180 +Denmark,333291,1692559,804,57,180 +Denmark,333292,7205132,804,57,180 +Denmark,333293,15896065,804,57,180 +Denmark,333294,53556743,804,57,180 +Denmark,333295,324005,804,57,180 +Denmark,333298,2865349,804,57,180 +Denmark,333311,5873835,804,57,180 +Denmark,333313,3229521,804,57,180 +Denmark,333314,4271137,804,57,180 +Denmark,333315,2512732,804,57,180 +Denmark,333319,1234793,804,57,180 +Denmark,333411,2128148,804,57,180 +Denmark,333412,16907722,804,57,180 +Denmark,333414,3759676,804,57,180 +Denmark,333415,20445534,804,57,180 +Denmark,333511,21363056,804,57,180 +Denmark,333512,4523616,804,57,180 +Denmark,333513,4386849,804,57,180 +Denmark,333514,1227976,804,57,180 +Denmark,333515,5552576,804,57,180 +Denmark,333516,20334,804,57,180 +Denmark,333611,801495685,804,57,180 +Denmark,333612,14536989,804,57,180 +Denmark,333613,7631766,804,57,180 +Denmark,333618,16048501,804,57,180 +Denmark,333911,52826355,804,57,180 +Denmark,333912,15125125,804,57,180 +Denmark,333913,910448,804,57,180 +Denmark,333921,822092,804,57,180 +Denmark,333922,17201030,804,57,180 +Denmark,333923,5016591,804,57,180 +Denmark,333924,2243670,804,57,180 +Denmark,333991,828032,804,57,180 +Denmark,333992,773992,804,57,180 +Denmark,333993,12775565,804,57,180 +Denmark,333994,1612859,804,57,180 +Denmark,333995,5291055,804,57,180 +Denmark,333996,23061592,804,57,180 +Denmark,333997,4047027,804,57,180 +Denmark,333999,124700572,804,57,180 +Denmark,334111,3242473,804,57,180 +Denmark,334112,1201856,804,57,180 +Denmark,334119,41765984,804,57,180 +Denmark,334210,2949873,804,57,180 +Denmark,334220,91527422,804,57,180 +Denmark,334290,1333501,804,57,180 +Denmark,334310,32500767,804,57,180 +Denmark,334411,34324,804,57,180 +Denmark,334412,856276,804,57,180 +Denmark,334413,11104076,804,57,180 +Denmark,334414,217546,804,57,180 +Denmark,334415,1107511,804,57,180 +Denmark,334416,3944377,804,57,180 +Denmark,334417,5689107,804,57,180 +Denmark,334418,7768805,804,57,180 +Denmark,334419,64871334,804,57,180 +Denmark,334510,322294449,804,57,180 +Denmark,334511,9927060,804,57,180 +Denmark,334512,3078348,804,57,180 +Denmark,334513,19866828,804,57,180 +Denmark,334514,577630,804,57,180 +Denmark,334515,21522562,804,57,180 +Denmark,334516,54155012,804,57,180 +Denmark,334517,5443449,804,57,180 +Denmark,334518,247102,804,57,180 +Denmark,334519,13567260,804,57,180 +Denmark,334612,124998,804,57,180 +Denmark,334613,64136,804,57,180 +Denmark,335110,712774,804,57,180 +Denmark,335121,2655711,804,57,180 +Denmark,335129,17191520,804,57,180 +Denmark,335211,2027410,804,57,180 +Denmark,335212,267710,804,57,180 +Denmark,335221,268286,804,57,180 +Denmark,335222,2647010,804,57,180 +Denmark,335224,1931816,804,57,180 +Denmark,335228,2373240,804,57,180 +Denmark,335311,33083133,804,57,180 +Denmark,335312,43348131,804,57,180 +Denmark,335313,5160789,804,57,180 +Denmark,335314,17318986,804,57,180 +Denmark,335911,709411,804,57,180 +Denmark,335912,143465,804,57,180 +Denmark,335921,1468641,804,57,180 +Denmark,335929,12008176,804,57,180 +Denmark,335931,6448273,804,57,180 +Denmark,335932,494505,804,57,180 +Denmark,335991,460052,804,57,180 +Denmark,335999,16107767,804,57,180 +Denmark,336120,11423164,804,57,180 +Denmark,336212,656336,804,57,180 +Denmark,336214,148035,804,57,180 +Denmark,336311,709415,804,57,180 +Denmark,336321,283634,804,57,180 +Denmark,336322,449621,804,57,180 +Denmark,336330,6215199,804,57,180 +Denmark,336340,2147000,804,57,180 +Denmark,336350,610874,804,57,180 +Denmark,336360,40905,804,57,180 +Denmark,336370,165408,804,57,180 +Denmark,336391,93323,804,57,180 +Denmark,336399,8346327,804,57,180 +Denmark,336412,790609,804,57,180 +Denmark,336413,27700040,804,57,180 +Denmark,336419,109442,804,57,180 +Denmark,336510,49769,804,57,180 +Denmark,336611,1226025,804,57,180 +Denmark,336612,350349,804,57,180 +Denmark,336991,1112276,804,57,180 +Denmark,336992,1231876,804,57,180 +Denmark,337110,127882,804,57,180 +Denmark,337121,366708,804,57,180 +Denmark,337124,4606778,804,57,180 +Denmark,337127,66390923,804,57,180 +Denmark,337211,4526509,804,57,180 +Denmark,337214,781069,804,57,180 +Denmark,337215,16303185,804,57,180 +Denmark,337910,305658,804,57,180 +Denmark,337920,840146,804,57,180 +Denmark,339112,86286018,804,57,180 +Denmark,339113,146404160,804,57,180 +Denmark,339114,4786520,804,57,180 +Denmark,339115,3330595,804,57,180 +Denmark,339911,3090967,804,57,180 +Denmark,339912,255730,804,57,180 +Denmark,339913,861023,804,57,180 +Denmark,339914,646613,804,57,180 +Denmark,339920,538684,804,57,180 +Denmark,339932,284687804,804,57,180 +Denmark,339941,934545,804,57,180 +Denmark,339942,1021522,804,57,180 +Denmark,339943,11771,804,57,180 +Denmark,339944,56285,804,57,180 +Denmark,339950,1905874,804,57,180 +Denmark,339991,10523981,804,57,180 +Denmark,339992,1506382,804,57,180 +Denmark,339993,127573,804,57,180 +Denmark,339994,2958510,804,57,180 +Denmark,339995,16279,804,57,180 +Denmark,339999,6115540,804,57,180 +Denmark,511210,253986,804,57,180 +Denmark,910000,2578603,804,57,180 +Denmark,920000,12935541,804,57,180 +Denmark,980000,44494172,804,57,180 +Denmark,990000,52857549,804,57,180 +Djibouti,111199,140242,805,58,181 +Djibouti,111339,647982,805,58,181 +Djibouti,212393,5038,805,58,181 +Djibouti,311211,66600,805,58,181 +Djibouti,315233,845,805,58,181 +Djibouti,333295,20072,805,58,181 +Djibouti,333618,3075,805,58,181 +Djibouti,333996,6114,805,58,181 +Djibouti,334220,8205,805,58,181 +Djibouti,334413,970037,805,58,181 +Djibouti,334418,2588,805,58,181 +Djibouti,334513,81710,805,58,181 +Djibouti,980000,1021594,805,58,181 +Djibouti,990000,80830,805,58,181 +Dominica,111219,5375,803,59,182 +Dominica,111335,8109,803,59,182 +Dominica,111339,8299,803,59,182 +Dominica,111998,13190,803,59,182 +Dominica,311421,4646,803,59,182 +Dominica,311941,4518,803,59,182 +Dominica,315233,860,803,59,182 +Dominica,321999,4760,803,59,182 +Dominica,323122,69889,803,59,182 +Dominica,325611,207931,803,59,182 +Dominica,325620,32873,803,59,182 +Dominica,325998,444766,803,59,182 +Dominica,331491,14400,803,59,182 +Dominica,332911,8214,803,59,182 +Dominica,333294,5125,803,59,182 +Dominica,333295,4693,803,59,182 +Dominica,334111,3204,803,59,182 +Dominica,334220,25600,803,59,182 +Dominica,334417,8629,803,59,182 +Dominica,334519,4075,803,59,182 +Dominica,335314,6375,803,59,182 +Dominica,339911,13195,803,59,182 +Dominica,339991,20962,803,59,182 +Dominica,910000,168581,803,59,182 +Dominica,920000,19345,803,59,182 +Dominica,980000,532232,803,59,182 +Dominica,990000,66501,803,59,182 +Dominican Republic,111130,164426,803,60,183 +Dominican Republic,111211,8120,803,60,183 +Dominican Republic,111219,32337907,803,60,183 +Dominican Republic,111310,1169069,803,60,183 +Dominican Republic,111320,343704,803,60,183 +Dominican Republic,111335,62509737,803,60,183 +Dominican Republic,111339,21481139,803,60,183 +Dominican Republic,111421,4399771,803,60,183 +Dominican Republic,111422,1701428,803,60,183 +Dominican Republic,111910,12505985,803,60,183 +Dominican Republic,111998,3016102,803,60,183 +Dominican Republic,112511,2908,803,60,183 +Dominican Republic,112910,411205,803,60,183 +Dominican Republic,112920,102383,803,60,183 +Dominican Republic,112990,37589,803,60,183 +Dominican Republic,113210,9835488,803,60,183 +Dominican Republic,114111,104092,803,60,183 +Dominican Republic,114112,4011358,803,60,183 +Dominican Republic,211112,17214976,803,60,183 +Dominican Republic,212311,22189,803,60,183 +Dominican Republic,212319,2935080,803,60,183 +Dominican Republic,212393,987456,803,60,183 +Dominican Republic,212399,11176,803,60,183 +Dominican Republic,311119,30315,803,60,183 +Dominican Republic,311211,1766224,803,60,183 +Dominican Republic,311221,2237200,803,60,183 +Dominican Republic,311223,481746,803,60,183 +Dominican Republic,311230,6932899,803,60,183 +Dominican Republic,311311,180853879,803,60,183 +Dominican Republic,311320,6297649,803,60,183 +Dominican Republic,311340,1178339,803,60,183 +Dominican Republic,311411,4259092,803,60,183 +Dominican Republic,311421,20794203,803,60,183 +Dominican Republic,311422,2006083,803,60,183 +Dominican Republic,311423,70720,803,60,183 +Dominican Republic,311513,1078153,803,60,183 +Dominican Republic,311514,851057,803,60,183 +Dominican Republic,311611,21515,803,60,183 +Dominican Republic,311711,28063,803,60,183 +Dominican Republic,311811,1768157,803,60,183 +Dominican Republic,311823,326109,803,60,183 +Dominican Republic,311911,15944,803,60,183 +Dominican Republic,311919,2946013,803,60,183 +Dominican Republic,311920,623895,803,60,183 +Dominican Republic,311930,12722568,803,60,183 +Dominican Republic,311941,3878303,803,60,183 +Dominican Republic,311942,9940725,803,60,183 +Dominican Republic,311999,18990845,803,60,183 +Dominican Republic,312111,1836974,803,60,183 +Dominican Republic,312120,21166725,803,60,183 +Dominican Republic,312130,198301,803,60,183 +Dominican Republic,312140,8933387,803,60,183 +Dominican Republic,312221,166496,803,60,183 +Dominican Republic,312229,329622783,803,60,183 +Dominican Republic,313111,1775078,803,60,183 +Dominican Republic,313113,3219,803,60,183 +Dominican Republic,313210,245078,803,60,183 +Dominican Republic,313221,327055,803,60,183 +Dominican Republic,313230,1630639,803,60,183 +Dominican Republic,313249,213056,803,60,183 +Dominican Republic,313312,756,803,60,183 +Dominican Republic,313320,50549,803,60,183 +Dominican Republic,314129,1951895,803,60,183 +Dominican Republic,314911,11927,803,60,183 +Dominican Republic,314912,3235,803,60,183 +Dominican Republic,314991,40854,803,60,183 +Dominican Republic,314992,19006,803,60,183 +Dominican Republic,314999,11714612,803,60,183 +Dominican Republic,315111,22868,803,60,183 +Dominican Republic,315221,87763860,803,60,183 +Dominican Republic,315222,13751829,803,60,183 +Dominican Republic,315223,131168304,803,60,183 +Dominican Republic,315224,118673083,803,60,183 +Dominican Republic,315228,28312835,803,60,183 +Dominican Republic,315231,108338230,803,60,183 +Dominican Republic,315232,40300703,803,60,183 +Dominican Republic,315233,2265221,803,60,183 +Dominican Republic,315234,35995487,803,60,183 +Dominican Republic,315239,54231164,803,60,183 +Dominican Republic,315291,232254,803,60,183 +Dominican Republic,315292,29112,803,60,183 +Dominican Republic,315991,6748610,803,60,183 +Dominican Republic,315993,39686,803,60,183 +Dominican Republic,315999,14523051,803,60,183 +Dominican Republic,316110,7201189,803,60,183 +Dominican Republic,316211,159837,803,60,183 +Dominican Republic,316212,3649,803,60,183 +Dominican Republic,316213,106706937,803,60,183 +Dominican Republic,316214,6723696,803,60,183 +Dominican Republic,316219,33926254,803,60,183 +Dominican Republic,316991,5620001,803,60,183 +Dominican Republic,316992,715836,803,60,183 +Dominican Republic,316993,525853,803,60,183 +Dominican Republic,316999,30660990,803,60,183 +Dominican Republic,321219,8715,803,60,183 +Dominican Republic,321911,52262,803,60,183 +Dominican Republic,321918,21052,803,60,183 +Dominican Republic,321920,183624,803,60,183 +Dominican Republic,321999,65623,803,60,183 +Dominican Republic,322121,281553,803,60,183 +Dominican Republic,322130,261347,803,60,183 +Dominican Republic,322211,215043,803,60,183 +Dominican Republic,322212,666224,803,60,183 +Dominican Republic,322213,6835,803,60,183 +Dominican Republic,322215,2483009,803,60,183 +Dominican Republic,322222,135339,803,60,183 +Dominican Republic,322223,2725610,803,60,183 +Dominican Republic,322224,1855825,803,60,183 +Dominican Republic,322291,1440879,803,60,183 +Dominican Republic,322299,655611,803,60,183 +Dominican Republic,323116,39206,803,60,183 +Dominican Republic,323117,472802,803,60,183 +Dominican Republic,323118,526978,803,60,183 +Dominican Republic,323119,2717493,803,60,183 +Dominican Republic,323122,2987,803,60,183 +Dominican Republic,324110,305107,803,60,183 +Dominican Republic,325110,52008,803,60,183 +Dominican Republic,325120,2750,803,60,183 +Dominican Republic,325131,89941,803,60,183 +Dominican Republic,325132,78790,803,60,183 +Dominican Republic,325181,171748,803,60,183 +Dominican Republic,325188,2270111,803,60,183 +Dominican Republic,325191,295765,803,60,183 +Dominican Republic,325192,49170,803,60,183 +Dominican Republic,325199,3328471,803,60,183 +Dominican Republic,325211,3289808,803,60,183 +Dominican Republic,325221,127734,803,60,183 +Dominican Republic,325222,1585943,803,60,183 +Dominican Republic,325311,95076,803,60,183 +Dominican Republic,325312,143595,803,60,183 +Dominican Republic,325411,29088,803,60,183 +Dominican Republic,325412,224205,803,60,183 +Dominican Republic,325510,138827,803,60,183 +Dominican Republic,325520,186412,803,60,183 +Dominican Republic,325611,1984425,803,60,183 +Dominican Republic,325612,3842,803,60,183 +Dominican Republic,325613,33300,803,60,183 +Dominican Republic,325620,31270297,803,60,183 +Dominican Republic,325910,25328,803,60,183 +Dominican Republic,325992,36095,803,60,183 +Dominican Republic,325998,776920,803,60,183 +Dominican Republic,326112,33334318,803,60,183 +Dominican Republic,326113,8935287,803,60,183 +Dominican Republic,326121,121992,803,60,183 +Dominican Republic,326122,2457807,803,60,183 +Dominican Republic,326160,986097,803,60,183 +Dominican Republic,326192,3232,803,60,183 +Dominican Republic,326199,83048903,803,60,183 +Dominican Republic,326220,1986701,803,60,183 +Dominican Republic,326299,2665901,803,60,183 +Dominican Republic,327111,5245464,803,60,183 +Dominican Republic,327112,476050,803,60,183 +Dominican Republic,327121,35599,803,60,183 +Dominican Republic,327122,15271,803,60,183 +Dominican Republic,327123,28041,803,60,183 +Dominican Republic,327124,16586,803,60,183 +Dominican Republic,327212,59151,803,60,183 +Dominican Republic,327213,129638,803,60,183 +Dominican Republic,327215,113714,803,60,183 +Dominican Republic,327310,46917,803,60,183 +Dominican Republic,327390,194329,803,60,183 +Dominican Republic,327410,251198,803,60,183 +Dominican Republic,327420,27824,803,60,183 +Dominican Republic,327910,68868,803,60,183 +Dominican Republic,327991,3619580,803,60,183 +Dominican Republic,331111,22421118,803,60,183 +Dominican Republic,331222,7231500,803,60,183 +Dominican Republic,331315,117208,803,60,183 +Dominican Republic,331319,22283,803,60,183 +Dominican Republic,331419,22087387,803,60,183 +Dominican Republic,331421,12554,803,60,183 +Dominican Republic,331491,94816,803,60,183 +Dominican Republic,331492,266983,803,60,183 +Dominican Republic,331511,52527,803,60,183 +Dominican Republic,332115,23391,803,60,183 +Dominican Republic,332211,10566,803,60,183 +Dominican Republic,332212,3015699,803,60,183 +Dominican Republic,332213,3290,803,60,183 +Dominican Republic,332214,16731,803,60,183 +Dominican Republic,332311,112286,803,60,183 +Dominican Republic,332312,257495,803,60,183 +Dominican Republic,332321,694812,803,60,183 +Dominican Republic,332420,33875,803,60,183 +Dominican Republic,332431,29101,803,60,183 +Dominican Republic,332439,3435356,803,60,183 +Dominican Republic,332510,29400050,803,60,183 +Dominican Republic,332611,2018,803,60,183 +Dominican Republic,332618,704649,803,60,183 +Dominican Republic,332722,170096,803,60,183 +Dominican Republic,332911,47466,803,60,183 +Dominican Republic,332912,49395,803,60,183 +Dominican Republic,332997,5333,803,60,183 +Dominican Republic,332998,42116,803,60,183 +Dominican Republic,332999,712640,803,60,183 +Dominican Republic,333111,3674348,803,60,183 +Dominican Republic,333120,31743,803,60,183 +Dominican Republic,333131,20514,803,60,183 +Dominican Republic,333220,732244,803,60,183 +Dominican Republic,333292,356017,803,60,183 +Dominican Republic,333293,16934,803,60,183 +Dominican Republic,333294,2274262,803,60,183 +Dominican Republic,333295,2829,803,60,183 +Dominican Republic,333298,7201,803,60,183 +Dominican Republic,333313,33685,803,60,183 +Dominican Republic,333314,4736092,803,60,183 +Dominican Republic,333315,12813,803,60,183 +Dominican Republic,333411,3348,803,60,183 +Dominican Republic,333412,9250,803,60,183 +Dominican Republic,333414,86969,803,60,183 +Dominican Republic,333415,484280,803,60,183 +Dominican Republic,333511,210623,803,60,183 +Dominican Republic,333513,54700,803,60,183 +Dominican Republic,333611,31690,803,60,183 +Dominican Republic,333613,3476,803,60,183 +Dominican Republic,333618,71694,803,60,183 +Dominican Republic,333911,46073,803,60,183 +Dominican Republic,333912,181450,803,60,183 +Dominican Republic,333921,8010,803,60,183 +Dominican Republic,333924,3036,803,60,183 +Dominican Republic,333991,9365,803,60,183 +Dominican Republic,333992,3747,803,60,183 +Dominican Republic,333993,84550,803,60,183 +Dominican Republic,333995,5714,803,60,183 +Dominican Republic,333996,19252,803,60,183 +Dominican Republic,333997,8620,803,60,183 +Dominican Republic,333999,7096764,803,60,183 +Dominican Republic,334111,264963,803,60,183 +Dominican Republic,334112,11558,803,60,183 +Dominican Republic,334119,2745154,803,60,183 +Dominican Republic,334220,4639633,803,60,183 +Dominican Republic,334290,265928,803,60,183 +Dominican Republic,334310,3172124,803,60,183 +Dominican Republic,334412,171170,803,60,183 +Dominican Republic,334413,11267810,803,60,183 +Dominican Republic,334414,1413943,803,60,183 +Dominican Republic,334415,170979,803,60,183 +Dominican Republic,334416,7532130,803,60,183 +Dominican Republic,334417,36224148,803,60,183 +Dominican Republic,334418,3076028,803,60,183 +Dominican Republic,334419,22401474,803,60,183 +Dominican Republic,334510,46904387,803,60,183 +Dominican Republic,334511,2855193,803,60,183 +Dominican Republic,334513,258398,803,60,183 +Dominican Republic,334514,13356,803,60,183 +Dominican Republic,334515,1776332,803,60,183 +Dominican Republic,334516,269783,803,60,183 +Dominican Republic,334517,317476,803,60,183 +Dominican Republic,334519,110458,803,60,183 +Dominican Republic,334612,5623,803,60,183 +Dominican Republic,334613,107339,803,60,183 +Dominican Republic,335110,15824,803,60,183 +Dominican Republic,335121,137908,803,60,183 +Dominican Republic,335129,170346,803,60,183 +Dominican Republic,335211,986968,803,60,183 +Dominican Republic,335221,26814,803,60,183 +Dominican Republic,335222,134855,803,60,183 +Dominican Republic,335228,38439,803,60,183 +Dominican Republic,335311,297914,803,60,183 +Dominican Republic,335312,923569,803,60,183 +Dominican Republic,335313,185148579,803,60,183 +Dominican Republic,335314,45647829,803,60,183 +Dominican Republic,335911,625739,803,60,183 +Dominican Republic,335912,43115,803,60,183 +Dominican Republic,335921,41951,803,60,183 +Dominican Republic,335929,1028262,803,60,183 +Dominican Republic,335931,29281109,803,60,183 +Dominican Republic,335999,29140208,803,60,183 +Dominican Republic,336311,58944,803,60,183 +Dominican Republic,336321,144849,803,60,183 +Dominican Republic,336322,21462133,803,60,183 +Dominican Republic,336340,12688,803,60,183 +Dominican Republic,336360,83958,803,60,183 +Dominican Republic,336399,7810424,803,60,183 +Dominican Republic,336412,9020,803,60,183 +Dominican Republic,336611,1561598,803,60,183 +Dominican Republic,336991,6576,803,60,183 +Dominican Republic,337110,736637,803,60,183 +Dominican Republic,337124,2165105,803,60,183 +Dominican Republic,337127,558286,803,60,183 +Dominican Republic,337211,1915,803,60,183 +Dominican Republic,337214,665,803,60,183 +Dominican Republic,337215,36144,803,60,183 +Dominican Republic,337910,3093594,803,60,183 +Dominican Republic,337920,4862,803,60,183 +Dominican Republic,339112,530466385,803,60,183 +Dominican Republic,339113,139595006,803,60,183 +Dominican Republic,339114,20543,803,60,183 +Dominican Republic,339911,233390090,803,60,183 +Dominican Republic,339913,2074890,803,60,183 +Dominican Republic,339914,2275523,803,60,183 +Dominican Republic,339920,2751917,803,60,183 +Dominican Republic,339932,801476,803,60,183 +Dominican Republic,339942,3074,803,60,183 +Dominican Republic,339950,9968,803,60,183 +Dominican Republic,339991,101351,803,60,183 +Dominican Republic,339992,2139,803,60,183 +Dominican Republic,339993,37729,803,60,183 +Dominican Republic,339994,2226782,803,60,183 +Dominican Republic,339995,438913,803,60,183 +Dominican Republic,339999,10559399,803,60,183 +Dominican Republic,910000,226714537,803,60,183 +Dominican Republic,920000,857393,803,60,183 +Dominican Republic,980000,100990066,803,60,183 +Dominican Republic,990000,54248248,803,60,183 +Ecuador,111130,1083510,803,61,184 +Ecuador,111150,34224,803,61,184 +Ecuador,111219,1077120,803,61,184 +Ecuador,111310,45980,803,61,184 +Ecuador,111320,582632,803,61,184 +Ecuador,111334,155172,803,61,184 +Ecuador,111335,96477169,803,61,184 +Ecuador,111339,562178646,803,61,184 +Ecuador,111421,898212,803,61,184 +Ecuador,111422,172974363,803,61,184 +Ecuador,111910,5673359,803,61,184 +Ecuador,111992,42298,803,61,184 +Ecuador,111998,18026381,803,61,184 +Ecuador,112511,121731,803,61,184 +Ecuador,112920,45804,803,61,184 +Ecuador,112990,12902,803,61,184 +Ecuador,113210,128825,803,61,184 +Ecuador,113310,45342,803,61,184 +Ecuador,114111,172523886,803,61,184 +Ecuador,114112,425006897,803,61,184 +Ecuador,211111,5771370163,803,61,184 +Ecuador,311119,79884,803,61,184 +Ecuador,311211,576305,803,61,184 +Ecuador,311212,7140,803,61,184 +Ecuador,311221,60106,803,61,184 +Ecuador,311223,215256,803,61,184 +Ecuador,311225,223278,803,61,184 +Ecuador,311230,157779,803,61,184 +Ecuador,311311,13620987,803,61,184 +Ecuador,311320,10145408,803,61,184 +Ecuador,311340,1894243,803,61,184 +Ecuador,311411,37857861,803,61,184 +Ecuador,311421,71539622,803,61,184 +Ecuador,311423,2998061,803,61,184 +Ecuador,311511,7946,803,61,184 +Ecuador,311514,4700,803,61,184 +Ecuador,311520,46468,803,61,184 +Ecuador,311611,3998615,803,61,184 +Ecuador,311613,1109574,803,61,184 +Ecuador,311615,9258,803,61,184 +Ecuador,311711,90899696,803,61,184 +Ecuador,311811,778441,803,61,184 +Ecuador,311822,30287,803,61,184 +Ecuador,311823,206468,803,61,184 +Ecuador,311911,18152,803,61,184 +Ecuador,311919,1062425,803,61,184 +Ecuador,311920,2330501,803,61,184 +Ecuador,311930,19203,803,61,184 +Ecuador,311941,365066,803,61,184 +Ecuador,311942,1729371,803,61,184 +Ecuador,311999,606828,803,61,184 +Ecuador,312111,601161,803,61,184 +Ecuador,312112,400540,803,61,184 +Ecuador,312130,59973,803,61,184 +Ecuador,312140,580639,803,61,184 +Ecuador,312229,8579,803,61,184 +Ecuador,313111,4764,803,61,184 +Ecuador,313210,27021,803,61,184 +Ecuador,313221,7214,803,61,184 +Ecuador,313249,4328,803,61,184 +Ecuador,313320,1349,803,61,184 +Ecuador,314110,3831,803,61,184 +Ecuador,314129,103704,803,61,184 +Ecuador,314911,18686,803,61,184 +Ecuador,314912,45433,803,61,184 +Ecuador,314991,14574,803,61,184 +Ecuador,314999,6411,803,61,184 +Ecuador,315111,5761978,803,61,184 +Ecuador,315221,93197,803,61,184 +Ecuador,315222,11942,803,61,184 +Ecuador,315223,105939,803,61,184 +Ecuador,315224,8267,803,61,184 +Ecuador,315228,180331,803,61,184 +Ecuador,315231,5826,803,61,184 +Ecuador,315232,461416,803,61,184 +Ecuador,315233,76000,803,61,184 +Ecuador,315234,262018,803,61,184 +Ecuador,315239,991984,803,61,184 +Ecuador,315291,43716,803,61,184 +Ecuador,315292,96601,803,61,184 +Ecuador,315991,1858987,803,61,184 +Ecuador,315992,10941,803,61,184 +Ecuador,315999,184170,803,61,184 +Ecuador,316110,105382,803,61,184 +Ecuador,316212,4788,803,61,184 +Ecuador,316213,194576,803,61,184 +Ecuador,316214,22497,803,61,184 +Ecuador,316219,2412,803,61,184 +Ecuador,316991,23411,803,61,184 +Ecuador,316992,50235,803,61,184 +Ecuador,316993,20024,803,61,184 +Ecuador,316999,46096,803,61,184 +Ecuador,321113,40368099,803,61,184 +Ecuador,321211,29964573,803,61,184 +Ecuador,321213,1695575,803,61,184 +Ecuador,321219,425406,803,61,184 +Ecuador,321911,624470,803,61,184 +Ecuador,321918,504164,803,61,184 +Ecuador,321992,1658,803,61,184 +Ecuador,321999,231345,803,61,184 +Ecuador,322211,17709,803,61,184 +Ecuador,322212,17462,803,61,184 +Ecuador,322222,36925,803,61,184 +Ecuador,322223,3982996,803,61,184 +Ecuador,322291,8847,803,61,184 +Ecuador,322299,72263,803,61,184 +Ecuador,323117,133248,803,61,184 +Ecuador,323118,2733,803,61,184 +Ecuador,323119,64679,803,61,184 +Ecuador,324110,77876474,803,61,184 +Ecuador,325191,1327797,803,61,184 +Ecuador,325199,341301,803,61,184 +Ecuador,325211,33503,803,61,184 +Ecuador,325222,10120,803,61,184 +Ecuador,325412,3949,803,61,184 +Ecuador,325414,4349,803,61,184 +Ecuador,325510,21541,803,61,184 +Ecuador,325520,210836,803,61,184 +Ecuador,325611,74026,803,61,184 +Ecuador,325620,70978,803,61,184 +Ecuador,325910,90389,803,61,184 +Ecuador,325998,7920,803,61,184 +Ecuador,326113,89914,803,61,184 +Ecuador,326121,634,803,61,184 +Ecuador,326122,819,803,61,184 +Ecuador,326160,4935,803,61,184 +Ecuador,326191,16830,803,61,184 +Ecuador,326199,387347,803,61,184 +Ecuador,326211,890,803,61,184 +Ecuador,326212,4159,803,61,184 +Ecuador,326220,13794,803,61,184 +Ecuador,326299,36985,803,61,184 +Ecuador,327111,5654741,803,61,184 +Ecuador,327112,89318,803,61,184 +Ecuador,327121,625162,803,61,184 +Ecuador,327122,2972244,803,61,184 +Ecuador,327125,16061,803,61,184 +Ecuador,327212,120672,803,61,184 +Ecuador,327213,208560,803,61,184 +Ecuador,327215,11743,803,61,184 +Ecuador,327390,217657,803,61,184 +Ecuador,327910,12671,803,61,184 +Ecuador,327991,87873,803,61,184 +Ecuador,327993,134074,803,61,184 +Ecuador,327999,6108,803,61,184 +Ecuador,331222,1494200,803,61,184 +Ecuador,331315,6068,803,61,184 +Ecuador,331316,4157341,803,61,184 +Ecuador,331319,602927,803,61,184 +Ecuador,331419,7793639,803,61,184 +Ecuador,331422,240038,803,61,184 +Ecuador,331491,219105,803,61,184 +Ecuador,331511,49951,803,61,184 +Ecuador,332115,1006820,803,61,184 +Ecuador,332212,15733,803,61,184 +Ecuador,332213,40435,803,61,184 +Ecuador,332312,14744,803,61,184 +Ecuador,332410,60296,803,61,184 +Ecuador,332420,12722,803,61,184 +Ecuador,332510,218958,803,61,184 +Ecuador,332618,69534,803,61,184 +Ecuador,332722,21352,803,61,184 +Ecuador,332911,84751,803,61,184 +Ecuador,332912,3183,803,61,184 +Ecuador,332991,5027,803,61,184 +Ecuador,332999,1157897,803,61,184 +Ecuador,333111,178668,803,61,184 +Ecuador,333120,173660,803,61,184 +Ecuador,333131,22013,803,61,184 +Ecuador,333132,21927,803,61,184 +Ecuador,333220,81369,803,61,184 +Ecuador,333292,982432,803,61,184 +Ecuador,333293,7340,803,61,184 +Ecuador,333294,134372,803,61,184 +Ecuador,333295,18189,803,61,184 +Ecuador,333298,39893,803,61,184 +Ecuador,333314,52538,803,61,184 +Ecuador,333315,13002,803,61,184 +Ecuador,333411,11906,803,61,184 +Ecuador,333414,32889,803,61,184 +Ecuador,333415,78939,803,61,184 +Ecuador,333512,17594,803,61,184 +Ecuador,333513,86802,803,61,184 +Ecuador,333514,44071,803,61,184 +Ecuador,333515,100116,803,61,184 +Ecuador,333611,16634,803,61,184 +Ecuador,333612,24843,803,61,184 +Ecuador,333613,107419,803,61,184 +Ecuador,333618,1298528,803,61,184 +Ecuador,333911,1460354,803,61,184 +Ecuador,333912,36929,803,61,184 +Ecuador,333913,72551,803,61,184 +Ecuador,333921,3162,803,61,184 +Ecuador,333922,39497,803,61,184 +Ecuador,333924,7139,803,61,184 +Ecuador,333991,20998,803,61,184 +Ecuador,333992,13971,803,61,184 +Ecuador,333993,51741,803,61,184 +Ecuador,333995,21536,803,61,184 +Ecuador,333996,138176,803,61,184 +Ecuador,333999,492720,803,61,184 +Ecuador,334111,32251,803,61,184 +Ecuador,334119,106774,803,61,184 +Ecuador,334210,9137,803,61,184 +Ecuador,334220,216966,803,61,184 +Ecuador,334290,160587,803,61,184 +Ecuador,334310,58882,803,61,184 +Ecuador,334413,2329,803,61,184 +Ecuador,334415,2837,803,61,184 +Ecuador,334417,32592,803,61,184 +Ecuador,334418,87789,803,61,184 +Ecuador,334419,29857,803,61,184 +Ecuador,334511,18774,803,61,184 +Ecuador,334513,367228,803,61,184 +Ecuador,334515,188048,803,61,184 +Ecuador,334516,1640186,803,61,184 +Ecuador,334517,24359,803,61,184 +Ecuador,334519,70578,803,61,184 +Ecuador,334612,34330,803,61,184 +Ecuador,335110,11769,803,61,184 +Ecuador,335121,5727,803,61,184 +Ecuador,335129,1002,803,61,184 +Ecuador,335211,20719,803,61,184 +Ecuador,335221,131426,803,61,184 +Ecuador,335228,9620,803,61,184 +Ecuador,335312,28531,803,61,184 +Ecuador,335313,94535,803,61,184 +Ecuador,335314,31993,803,61,184 +Ecuador,335911,412596,803,61,184 +Ecuador,335921,6067,803,61,184 +Ecuador,335929,3068857,803,61,184 +Ecuador,335931,69444,803,61,184 +Ecuador,335999,23130,803,61,184 +Ecuador,336311,283080,803,61,184 +Ecuador,336321,2235,803,61,184 +Ecuador,336322,58355,803,61,184 +Ecuador,336340,8724,803,61,184 +Ecuador,336350,21273,803,61,184 +Ecuador,336399,51862,803,61,184 +Ecuador,336412,57503,803,61,184 +Ecuador,336991,3624,803,61,184 +Ecuador,337110,12462,803,61,184 +Ecuador,337124,382033,803,61,184 +Ecuador,337127,1431754,803,61,184 +Ecuador,337211,106353,803,61,184 +Ecuador,337214,35677,803,61,184 +Ecuador,337215,56237,803,61,184 +Ecuador,337910,662,803,61,184 +Ecuador,339112,13080,803,61,184 +Ecuador,339113,5493,803,61,184 +Ecuador,339114,142907,803,61,184 +Ecuador,339911,635515,803,61,184 +Ecuador,339914,329684,803,61,184 +Ecuador,339920,29695,803,61,184 +Ecuador,339932,7705,803,61,184 +Ecuador,339991,10772,803,61,184 +Ecuador,339992,5179,803,61,184 +Ecuador,339993,208911,803,61,184 +Ecuador,339999,265444,803,61,184 +Ecuador,910000,5713314,803,61,184 +Ecuador,920000,299945,803,61,184 +Ecuador,980000,36599505,803,61,184 +Ecuador,990000,105253375,803,61,184 +Egypt,111120,4320,805,62,185 +Egypt,111130,76503,805,62,185 +Egypt,111199,19648,805,62,185 +Egypt,111219,398511,805,62,185 +Egypt,111320,81656,805,62,185 +Egypt,111335,71069,805,62,185 +Egypt,111339,3267,805,62,185 +Egypt,111421,13970,805,62,185 +Egypt,111422,73589,805,62,185 +Egypt,111920,1342893,805,62,185 +Egypt,111998,9926678,805,62,185 +Egypt,112910,48298,805,62,185 +Egypt,112990,25385,805,62,185 +Egypt,113210,50070,805,62,185 +Egypt,114112,278094,805,62,185 +Egypt,211111,657430602,805,62,185 +Egypt,212112,20802,805,62,185 +Egypt,212311,231347,805,62,185 +Egypt,212319,2683,805,62,185 +Egypt,212325,542560,805,62,185 +Egypt,212393,5141635,805,62,185 +Egypt,311119,102495,805,62,185 +Egypt,311211,714414,805,62,185 +Egypt,311212,288106,805,62,185 +Egypt,311223,154984,805,62,185 +Egypt,311225,57846,805,62,185 +Egypt,311230,1815688,805,62,185 +Egypt,311311,28929,805,62,185 +Egypt,311320,2700,805,62,185 +Egypt,311340,103168,805,62,185 +Egypt,311411,6612002,805,62,185 +Egypt,311421,21992711,805,62,185 +Egypt,311423,6745592,805,62,185 +Egypt,311512,4915,805,62,185 +Egypt,311513,1410656,805,62,185 +Egypt,311514,3504,805,62,185 +Egypt,311611,198573,805,62,185 +Egypt,311711,3231,805,62,185 +Egypt,311811,292063,805,62,185 +Egypt,311823,1061066,805,62,185 +Egypt,311911,481393,805,62,185 +Egypt,311920,2413198,805,62,185 +Egypt,311941,7677,805,62,185 +Egypt,311942,7478267,805,62,185 +Egypt,311999,1773526,805,62,185 +Egypt,312111,3938630,805,62,185 +Egypt,312229,801103,805,62,185 +Egypt,313111,6838556,805,62,185 +Egypt,313113,2464213,805,62,185 +Egypt,313210,702927,805,62,185 +Egypt,313221,169475,805,62,185 +Egypt,313230,85484,805,62,185 +Egypt,313249,728837,805,62,185 +Egypt,313312,118628,805,62,185 +Egypt,314110,130436672,805,62,185 +Egypt,314121,6566962,805,62,185 +Egypt,314129,37137918,805,62,185 +Egypt,314911,151200,805,62,185 +Egypt,314912,3928,805,62,185 +Egypt,314991,27258,805,62,185 +Egypt,314999,1742003,805,62,185 +Egypt,315111,9340,805,62,185 +Egypt,315221,53729693,805,62,185 +Egypt,315222,16077308,805,62,185 +Egypt,315223,137350515,805,62,185 +Egypt,315224,196835864,805,62,185 +Egypt,315228,90180685,805,62,185 +Egypt,315231,13917593,805,62,185 +Egypt,315232,70702718,805,62,185 +Egypt,315233,764505,805,62,185 +Egypt,315234,8763872,805,62,185 +Egypt,315239,267338800,805,62,185 +Egypt,315291,19403163,805,62,185 +Egypt,315991,22858,805,62,185 +Egypt,315992,3607,805,62,185 +Egypt,315993,1017,805,62,185 +Egypt,315999,820818,805,62,185 +Egypt,316211,1002,805,62,185 +Egypt,316212,599,805,62,185 +Egypt,316213,1470,805,62,185 +Egypt,316214,76932,805,62,185 +Egypt,316219,1064178,805,62,185 +Egypt,316991,60287,805,62,185 +Egypt,316992,17323,805,62,185 +Egypt,316993,21204,805,62,185 +Egypt,316999,11125,805,62,185 +Egypt,321213,32056,805,62,185 +Egypt,321911,59317,805,62,185 +Egypt,321920,43103,805,62,185 +Egypt,321992,10080,805,62,185 +Egypt,321999,44952,805,62,185 +Egypt,322121,2444868,805,62,185 +Egypt,322211,2687,805,62,185 +Egypt,322222,13448,805,62,185 +Egypt,322223,253418,805,62,185 +Egypt,322291,281210,805,62,185 +Egypt,323117,1393500,805,62,185 +Egypt,323118,17917526,805,62,185 +Egypt,323119,101179,805,62,185 +Egypt,324110,87677239,805,62,185 +Egypt,324122,296562,805,62,185 +Egypt,325131,24149,805,62,185 +Egypt,325181,9700,805,62,185 +Egypt,325182,630423,805,62,185 +Egypt,325188,1755787,805,62,185 +Egypt,325191,365819,805,62,185 +Egypt,325199,111664,805,62,185 +Egypt,325211,357907,805,62,185 +Egypt,325212,20950,805,62,185 +Egypt,325222,916682,805,62,185 +Egypt,325311,259541372,805,62,185 +Egypt,325412,3175,805,62,185 +Egypt,325510,2257,805,62,185 +Egypt,325520,51837,805,62,185 +Egypt,325611,23549,805,62,185 +Egypt,325620,272040,805,62,185 +Egypt,325910,16414,805,62,185 +Egypt,325998,7118105,805,62,185 +Egypt,326121,14904,805,62,185 +Egypt,326122,29164,805,62,185 +Egypt,326191,947993,805,62,185 +Egypt,326192,1885,805,62,185 +Egypt,326199,2596592,805,62,185 +Egypt,326211,1628,805,62,185 +Egypt,326220,17697,805,62,185 +Egypt,326299,20039,805,62,185 +Egypt,327111,6912,805,62,185 +Egypt,327112,260407,805,62,185 +Egypt,327122,381030,805,62,185 +Egypt,327211,43994,805,62,185 +Egypt,327212,2455926,805,62,185 +Egypt,327213,2132792,805,62,185 +Egypt,327215,16990,805,62,185 +Egypt,327310,7096636,805,62,185 +Egypt,327390,26172,805,62,185 +Egypt,327991,7349828,805,62,185 +Egypt,327999,49424,805,62,185 +Egypt,331111,40050221,805,62,185 +Egypt,331222,2177379,805,62,185 +Egypt,331315,14420201,805,62,185 +Egypt,331422,4221,805,62,185 +Egypt,331491,5823,805,62,185 +Egypt,331492,454848,805,62,185 +Egypt,332211,2392262,805,62,185 +Egypt,332214,43865,805,62,185 +Egypt,332311,16452,805,62,185 +Egypt,332312,243202,805,62,185 +Egypt,332321,48151,805,62,185 +Egypt,332510,13629,805,62,185 +Egypt,332722,33016,805,62,185 +Egypt,332911,29235,805,62,185 +Egypt,332912,8020,805,62,185 +Egypt,332992,4493,805,62,185 +Egypt,332999,426127,805,62,185 +Egypt,333120,6845,805,62,185 +Egypt,333131,61111,805,62,185 +Egypt,333132,81748,805,62,185 +Egypt,333294,8368,805,62,185 +Egypt,333313,4476,805,62,185 +Egypt,333314,4424,805,62,185 +Egypt,333412,4628,805,62,185 +Egypt,333415,68965,805,62,185 +Egypt,333511,3023,805,62,185 +Egypt,333512,37045,805,62,185 +Egypt,333513,18484,805,62,185 +Egypt,333612,18322,805,62,185 +Egypt,333613,150001,805,62,185 +Egypt,333618,225150,805,62,185 +Egypt,333911,5346,805,62,185 +Egypt,333921,46138,805,62,185 +Egypt,333924,2859,805,62,185 +Egypt,333993,3313,805,62,185 +Egypt,333995,31491,805,62,185 +Egypt,333996,9961,805,62,185 +Egypt,333999,352380,805,62,185 +Egypt,334111,53560,805,62,185 +Egypt,334112,8075,805,62,185 +Egypt,334119,34222,805,62,185 +Egypt,334220,16304,805,62,185 +Egypt,334290,428844,805,62,185 +Egypt,334310,15000,805,62,185 +Egypt,334413,36441,805,62,185 +Egypt,334417,3928,805,62,185 +Egypt,334418,38220,805,62,185 +Egypt,334419,10013,805,62,185 +Egypt,334510,187450,805,62,185 +Egypt,334511,6983,805,62,185 +Egypt,334512,3684,805,62,185 +Egypt,334513,87639,805,62,185 +Egypt,334514,6650,805,62,185 +Egypt,334515,471414,805,62,185 +Egypt,334516,376218,805,62,185 +Egypt,334518,3514,805,62,185 +Egypt,334519,436652,805,62,185 +Egypt,335121,298120,805,62,185 +Egypt,335129,267058,805,62,185 +Egypt,335312,975822,805,62,185 +Egypt,335313,5450,805,62,185 +Egypt,335314,94344,805,62,185 +Egypt,335911,2758,805,62,185 +Egypt,335999,8257,805,62,185 +Egypt,336111,282006,805,62,185 +Egypt,336311,170791,805,62,185 +Egypt,336322,211693,805,62,185 +Egypt,336330,41920,805,62,185 +Egypt,336340,1891935,805,62,185 +Egypt,336360,7515,805,62,185 +Egypt,336399,47441,805,62,185 +Egypt,336412,14084,805,62,185 +Egypt,336413,202189,805,62,185 +Egypt,336991,3100,805,62,185 +Egypt,336992,493563,805,62,185 +Egypt,337121,2471,805,62,185 +Egypt,337124,949337,805,62,185 +Egypt,337127,3411408,805,62,185 +Egypt,337211,62331,805,62,185 +Egypt,337214,337,805,62,185 +Egypt,337215,34293,805,62,185 +Egypt,337920,162964,805,62,185 +Egypt,339112,44547,805,62,185 +Egypt,339113,3320164,805,62,185 +Egypt,339115,2666,805,62,185 +Egypt,339911,547158,805,62,185 +Egypt,339914,260636,805,62,185 +Egypt,339932,200329,805,62,185 +Egypt,339941,1091897,805,62,185 +Egypt,339991,34385,805,62,185 +Egypt,339992,117420,805,62,185 +Egypt,339994,173805,805,62,185 +Egypt,339999,1331771,805,62,185 +Egypt,910000,1472178,805,62,185 +Egypt,920000,26505155,805,62,185 +Egypt,980000,29919660,805,62,185 +Egypt,990000,13424437,805,62,185 +El Salvador,111120,791214,803,63,186 +El Salvador,111130,3187697,803,63,186 +El Salvador,111199,49725,803,63,186 +El Salvador,111219,5845322,803,63,186 +El Salvador,111320,2436356,803,63,186 +El Salvador,111335,30493,803,63,186 +El Salvador,111339,57791014,803,63,186 +El Salvador,111421,6667510,803,63,186 +El Salvador,112920,41559,803,63,186 +El Salvador,112990,936207,803,63,186 +El Salvador,113210,368076,803,63,186 +El Salvador,114111,6622243,803,63,186 +El Salvador,114112,2399506,803,63,186 +El Salvador,212393,9420,803,63,186 +El Salvador,311211,117941,803,63,186 +El Salvador,311212,35032,803,63,186 +El Salvador,311223,8272,803,63,186 +El Salvador,311230,67433,803,63,186 +El Salvador,311311,90923773,803,63,186 +El Salvador,311320,745077,803,63,186 +El Salvador,311340,715283,803,63,186 +El Salvador,311411,4386760,803,63,186 +El Salvador,311421,2322077,803,63,186 +El Salvador,311422,3279,803,63,186 +El Salvador,311423,187649,803,63,186 +El Salvador,311512,11494,803,63,186 +El Salvador,311513,1024704,803,63,186 +El Salvador,311514,2879971,803,63,186 +El Salvador,311611,30856,803,63,186 +El Salvador,311613,90006,803,63,186 +El Salvador,311711,1938716,803,63,186 +El Salvador,311811,10110800,803,63,186 +El Salvador,311822,7849,803,63,186 +El Salvador,311823,76566,803,63,186 +El Salvador,311911,11734,803,63,186 +El Salvador,311919,3083223,803,63,186 +El Salvador,311920,23759367,803,63,186 +El Salvador,311930,341544,803,63,186 +El Salvador,311941,453971,803,63,186 +El Salvador,311942,4196481,803,63,186 +El Salvador,311999,5820742,803,63,186 +El Salvador,312111,6281991,803,63,186 +El Salvador,312112,15898,803,63,186 +El Salvador,312120,6394875,803,63,186 +El Salvador,312140,57883,803,63,186 +El Salvador,313111,159526,803,63,186 +El Salvador,313113,19766,803,63,186 +El Salvador,313210,3400072,803,63,186 +El Salvador,313221,3591874,803,63,186 +El Salvador,313249,766194,803,63,186 +El Salvador,313320,1796,803,63,186 +El Salvador,314121,367,803,63,186 +El Salvador,314129,34608992,803,63,186 +El Salvador,314911,480747,803,63,186 +El Salvador,314912,59990,803,63,186 +El Salvador,314991,116720,803,63,186 +El Salvador,314999,1998465,803,63,186 +El Salvador,315111,164986026,803,63,186 +El Salvador,315221,401336693,803,63,186 +El Salvador,315222,1686728,803,63,186 +El Salvador,315223,472023292,803,63,186 +El Salvador,315224,45343332,803,63,186 +El Salvador,315228,87633680,803,63,186 +El Salvador,315231,102176090,803,63,186 +El Salvador,315232,164737133,803,63,186 +El Salvador,315233,17132070,803,63,186 +El Salvador,315234,47777493,803,63,186 +El Salvador,315239,130888334,803,63,186 +El Salvador,315291,40965797,803,63,186 +El Salvador,315292,307205,803,63,186 +El Salvador,315991,1113870,803,63,186 +El Salvador,315993,285470,803,63,186 +El Salvador,315999,2356401,803,63,186 +El Salvador,316211,34206,803,63,186 +El Salvador,316212,164834,803,63,186 +El Salvador,316213,9859380,803,63,186 +El Salvador,316214,2050287,803,63,186 +El Salvador,316219,1738109,803,63,186 +El Salvador,316991,1692740,803,63,186 +El Salvador,316992,110501,803,63,186 +El Salvador,316993,202720,803,63,186 +El Salvador,316999,5051,803,63,186 +El Salvador,321920,188382,803,63,186 +El Salvador,321992,2417,803,63,186 +El Salvador,321999,1193891,803,63,186 +El Salvador,322121,3118,803,63,186 +El Salvador,322130,9714,803,63,186 +El Salvador,322211,91473,803,63,186 +El Salvador,322212,698533,803,63,186 +El Salvador,322213,1648731,803,63,186 +El Salvador,322214,24415,803,63,186 +El Salvador,322215,11720,803,63,186 +El Salvador,322222,478268,803,63,186 +El Salvador,322223,1753913,803,63,186 +El Salvador,322291,212059,803,63,186 +El Salvador,322299,24548,803,63,186 +El Salvador,323117,12178,803,63,186 +El Salvador,323118,56906,803,63,186 +El Salvador,323119,385723,803,63,186 +El Salvador,324110,11364284,803,63,186 +El Salvador,325131,62853,803,63,186 +El Salvador,325132,26562,803,63,186 +El Salvador,325191,346770,803,63,186 +El Salvador,325199,31187,803,63,186 +El Salvador,325211,298691,803,63,186 +El Salvador,325222,1904066,803,63,186 +El Salvador,325411,147124,803,63,186 +El Salvador,325412,821686,803,63,186 +El Salvador,325414,191493,803,63,186 +El Salvador,325611,169717,803,63,186 +El Salvador,325620,101868,803,63,186 +El Salvador,325998,221859,803,63,186 +El Salvador,326113,277,803,63,186 +El Salvador,326160,4319128,803,63,186 +El Salvador,326199,3040984,803,63,186 +El Salvador,326211,20650,803,63,186 +El Salvador,326299,54643,803,63,186 +El Salvador,327390,6323,803,63,186 +El Salvador,327910,43470,803,63,186 +El Salvador,327991,12309,803,63,186 +El Salvador,327999,7399799,803,63,186 +El Salvador,331111,67505,803,63,186 +El Salvador,331312,30580,803,63,186 +El Salvador,331419,578264,803,63,186 +El Salvador,331491,14174739,803,63,186 +El Salvador,332115,2784,803,63,186 +El Salvador,332211,87620,803,63,186 +El Salvador,332212,515093,803,63,186 +El Salvador,332214,551782,803,63,186 +El Salvador,332410,16928,803,63,186 +El Salvador,332439,71046,803,63,186 +El Salvador,332510,64224,803,63,186 +El Salvador,332618,2129,803,63,186 +El Salvador,332722,4868,803,63,186 +El Salvador,332991,4658,803,63,186 +El Salvador,332999,152251,803,63,186 +El Salvador,333111,25714,803,63,186 +El Salvador,333120,7135,803,63,186 +El Salvador,333220,1010271,803,63,186 +El Salvador,333292,5676,803,63,186 +El Salvador,333293,8795,803,63,186 +El Salvador,333294,36053,803,63,186 +El Salvador,333313,2750,803,63,186 +El Salvador,333315,10629,803,63,186 +El Salvador,333411,6114,803,63,186 +El Salvador,333415,44576,803,63,186 +El Salvador,333515,2479,803,63,186 +El Salvador,333611,61610,803,63,186 +El Salvador,333618,24362,803,63,186 +El Salvador,333911,52668,803,63,186 +El Salvador,333912,47143,803,63,186 +El Salvador,333992,16500,803,63,186 +El Salvador,333993,16647,803,63,186 +El Salvador,333995,20882,803,63,186 +El Salvador,333999,69263,803,63,186 +El Salvador,334119,15601,803,63,186 +El Salvador,334220,106598,803,63,186 +El Salvador,334413,41479,803,63,186 +El Salvador,334414,27000556,803,63,186 +El Salvador,334417,4991,803,63,186 +El Salvador,334418,63271,803,63,186 +El Salvador,334419,22173,803,63,186 +El Salvador,334510,12368,803,63,186 +El Salvador,334513,73811,803,63,186 +El Salvador,334515,2943,803,63,186 +El Salvador,334516,18828,803,63,186 +El Salvador,334519,7180,803,63,186 +El Salvador,335121,399335,803,63,186 +El Salvador,335129,1635,803,63,186 +El Salvador,335228,1298833,803,63,186 +El Salvador,335312,23344,803,63,186 +El Salvador,335313,2316,803,63,186 +El Salvador,335314,20581,803,63,186 +El Salvador,335999,37332,803,63,186 +El Salvador,336214,45400,803,63,186 +El Salvador,336311,3165,803,63,186 +El Salvador,336360,80423,803,63,186 +El Salvador,336399,1389844,803,63,186 +El Salvador,336411,450000,803,63,186 +El Salvador,336412,3203,803,63,186 +El Salvador,336413,369622,803,63,186 +El Salvador,336991,81225,803,63,186 +El Salvador,337124,1916,803,63,186 +El Salvador,337127,189543,803,63,186 +El Salvador,337214,8504,803,63,186 +El Salvador,337215,8198,803,63,186 +El Salvador,337910,4162,803,63,186 +El Salvador,339112,5750,803,63,186 +El Salvador,339113,13830,803,63,186 +El Salvador,339911,3255931,803,63,186 +El Salvador,339914,68909,803,63,186 +El Salvador,339920,1539610,803,63,186 +El Salvador,339942,43586,803,63,186 +El Salvador,339950,30231,803,63,186 +El Salvador,339991,8987,803,63,186 +El Salvador,339993,38762,803,63,186 +El Salvador,339994,493697,803,63,186 +El Salvador,339999,81626,803,63,186 +El Salvador,910000,99525326,803,63,186 +El Salvador,920000,25516,803,63,186 +El Salvador,980000,82081405,803,63,186 +El Salvador,990000,4467770,803,63,186 +Equatorial Guinea,112990,23638,805,64,187 +Equatorial Guinea,211111,1528496664,805,64,187 +Equatorial Guinea,211112,608085284,805,64,187 +Equatorial Guinea,212399,22850,805,64,187 +Equatorial Guinea,321113,25651,805,64,187 +Equatorial Guinea,321211,483832,805,64,187 +Equatorial Guinea,324110,583877,805,64,187 +Equatorial Guinea,325110,26483755,805,64,187 +Equatorial Guinea,325199,120451126,805,64,187 +Equatorial Guinea,326199,625,805,64,187 +Equatorial Guinea,333111,8710,805,64,187 +Equatorial Guinea,333131,185548,805,64,187 +Equatorial Guinea,333132,49581,805,64,187 +Equatorial Guinea,333412,23367,805,64,187 +Equatorial Guinea,334220,5780,805,64,187 +Equatorial Guinea,335311,15500,805,64,187 +Equatorial Guinea,980000,4216547,805,64,187 +Equatorial Guinea,990000,42288,805,64,187 +Eritrea,315223,52485,805,65,188 +Eritrea,315239,7928,805,65,188 +Eritrea,326199,608,805,65,188 +Eritrea,333111,4522,805,65,188 +Eritrea,334516,29926,805,65,188 +Eritrea,336412,6372,805,65,188 +Eritrea,990000,5479,805,65,188 +Estonia,113310,2151390,804,66,189 +Estonia,114111,502598,804,66,189 +Estonia,114112,18756,804,66,189 +Estonia,114119,94563,804,66,189 +Estonia,212399,597861,804,66,189 +Estonia,311423,66988,804,66,189 +Estonia,311512,5893,804,66,189 +Estonia,311513,1431060,804,66,189 +Estonia,311999,3123580,804,66,189 +Estonia,312120,90042,804,66,189 +Estonia,312130,2861,804,66,189 +Estonia,312140,485969,804,66,189 +Estonia,313111,105347,804,66,189 +Estonia,313113,4793,804,66,189 +Estonia,313210,16752,804,66,189 +Estonia,313320,17198,804,66,189 +Estonia,314110,74714,804,66,189 +Estonia,314121,938,804,66,189 +Estonia,314129,851168,804,66,189 +Estonia,314911,112819,804,66,189 +Estonia,314912,521952,804,66,189 +Estonia,314999,154644,804,66,189 +Estonia,315111,30090,804,66,189 +Estonia,315221,1872,804,66,189 +Estonia,315222,5018,804,66,189 +Estonia,315223,2101328,804,66,189 +Estonia,315224,11399,804,66,189 +Estonia,315228,76003,804,66,189 +Estonia,315231,225508,804,66,189 +Estonia,315232,138324,804,66,189 +Estonia,315233,109229,804,66,189 +Estonia,315234,108871,804,66,189 +Estonia,315239,121447,804,66,189 +Estonia,315291,46489,804,66,189 +Estonia,315292,21901,804,66,189 +Estonia,315991,1220214,804,66,189 +Estonia,315992,598,804,66,189 +Estonia,315999,9169,804,66,189 +Estonia,316213,9995,804,66,189 +Estonia,316214,2560,804,66,189 +Estonia,316219,20163,804,66,189 +Estonia,316991,63772,804,66,189 +Estonia,316992,45863,804,66,189 +Estonia,321113,799843,804,66,189 +Estonia,321211,1307236,804,66,189 +Estonia,321213,44044,804,66,189 +Estonia,321918,76577,804,66,189 +Estonia,321992,34774,804,66,189 +Estonia,321999,3153402,804,66,189 +Estonia,322212,26474,804,66,189 +Estonia,322223,29915,804,66,189 +Estonia,323117,11815,804,66,189 +Estonia,323118,2403,804,66,189 +Estonia,323119,333829,804,66,189 +Estonia,324110,24264156,804,66,189 +Estonia,325188,1640590,804,66,189 +Estonia,325199,9259876,804,66,189 +Estonia,325211,2389,804,66,189 +Estonia,325311,41831075,804,66,189 +Estonia,325411,5330,804,66,189 +Estonia,325412,950259,804,66,189 +Estonia,325414,119360,804,66,189 +Estonia,325520,2438967,804,66,189 +Estonia,325910,25470,804,66,189 +Estonia,325998,53711,804,66,189 +Estonia,326113,38331,804,66,189 +Estonia,326122,3285,804,66,189 +Estonia,326160,1312,804,66,189 +Estonia,326191,187639,804,66,189 +Estonia,326199,498526,804,66,189 +Estonia,326220,114240,804,66,189 +Estonia,326299,34437,804,66,189 +Estonia,327111,146473,804,66,189 +Estonia,327211,1370399,804,66,189 +Estonia,327215,80878,804,66,189 +Estonia,327390,65314,804,66,189 +Estonia,327991,8749,804,66,189 +Estonia,331419,5528214,804,66,189 +Estonia,331491,93650,804,66,189 +Estonia,331511,38297,804,66,189 +Estonia,332212,430297,804,66,189 +Estonia,332214,7363,804,66,189 +Estonia,332312,1730583,804,66,189 +Estonia,332321,18573,804,66,189 +Estonia,332410,16150,804,66,189 +Estonia,332420,23639,804,66,189 +Estonia,332510,13702,804,66,189 +Estonia,332618,3789,804,66,189 +Estonia,332722,18165,804,66,189 +Estonia,332911,141075,804,66,189 +Estonia,332912,55621,804,66,189 +Estonia,332919,7757,804,66,189 +Estonia,332998,25756,804,66,189 +Estonia,332999,843096,804,66,189 +Estonia,333111,33865,804,66,189 +Estonia,333120,1746096,804,66,189 +Estonia,333131,15399,804,66,189 +Estonia,333132,22393,804,66,189 +Estonia,333210,764865,804,66,189 +Estonia,333220,2542,804,66,189 +Estonia,333291,89665,804,66,189 +Estonia,333293,3373,804,66,189 +Estonia,333294,46316,804,66,189 +Estonia,333313,27996,804,66,189 +Estonia,333314,366568,804,66,189 +Estonia,333315,40450,804,66,189 +Estonia,333411,286965,804,66,189 +Estonia,333412,13316,804,66,189 +Estonia,333415,21135,804,66,189 +Estonia,333511,168007,804,66,189 +Estonia,333512,84730,804,66,189 +Estonia,333513,645024,804,66,189 +Estonia,333514,52870,804,66,189 +Estonia,333515,264449,804,66,189 +Estonia,333611,6305,804,66,189 +Estonia,333612,5607,804,66,189 +Estonia,333618,7126,804,66,189 +Estonia,333911,56419,804,66,189 +Estonia,333912,5759,804,66,189 +Estonia,333921,612404,804,66,189 +Estonia,333922,237744,804,66,189 +Estonia,333923,1138808,804,66,189 +Estonia,333924,16614,804,66,189 +Estonia,333992,670404,804,66,189 +Estonia,333993,3055,804,66,189 +Estonia,333994,4272,804,66,189 +Estonia,333995,4339,804,66,189 +Estonia,333999,763224,804,66,189 +Estonia,334111,40741,804,66,189 +Estonia,334119,144032,804,66,189 +Estonia,334210,184927278,804,66,189 +Estonia,334220,340668644,804,66,189 +Estonia,334290,177975,804,66,189 +Estonia,334310,35368,804,66,189 +Estonia,334412,58939,804,66,189 +Estonia,334413,1889592,804,66,189 +Estonia,334414,20637,804,66,189 +Estonia,334416,86114,804,66,189 +Estonia,334417,656467,804,66,189 +Estonia,334418,1691491,804,66,189 +Estonia,334419,1342630,804,66,189 +Estonia,334510,616386,804,66,189 +Estonia,334511,105147,804,66,189 +Estonia,334513,630177,804,66,189 +Estonia,334514,9328,804,66,189 +Estonia,334515,394333,804,66,189 +Estonia,334516,6961886,804,66,189 +Estonia,334517,440432,804,66,189 +Estonia,334519,925373,804,66,189 +Estonia,335129,200169,804,66,189 +Estonia,335211,255352,804,66,189 +Estonia,335221,312035,804,66,189 +Estonia,335312,5485665,804,66,189 +Estonia,335313,289897,804,66,189 +Estonia,335314,1522469,804,66,189 +Estonia,335911,17224,804,66,189 +Estonia,335912,22231,804,66,189 +Estonia,335921,28536,804,66,189 +Estonia,335929,3565866,804,66,189 +Estonia,335931,243186,804,66,189 +Estonia,335999,367173,804,66,189 +Estonia,336214,10305,804,66,189 +Estonia,336321,99633,804,66,189 +Estonia,336322,441845,804,66,189 +Estonia,336330,15145,804,66,189 +Estonia,336360,13381,804,66,189 +Estonia,336399,2019475,804,66,189 +Estonia,336612,110550,804,66,189 +Estonia,337110,29492,804,66,189 +Estonia,337124,35547,804,66,189 +Estonia,337127,592243,804,66,189 +Estonia,337211,3876,804,66,189 +Estonia,337214,103940,804,66,189 +Estonia,337215,944866,804,66,189 +Estonia,337910,29324,804,66,189 +Estonia,339112,3923800,804,66,189 +Estonia,339113,1881322,804,66,189 +Estonia,339115,56743,804,66,189 +Estonia,339911,7685,804,66,189 +Estonia,339912,32074,804,66,189 +Estonia,339920,23570646,804,66,189 +Estonia,339932,42520,804,66,189 +Estonia,339991,216353,804,66,189 +Estonia,339992,1470748,804,66,189 +Estonia,339994,397855,804,66,189 +Estonia,339999,38209,804,66,189 +Estonia,910000,4836522,804,66,189 +Estonia,920000,90021,804,66,189 +Estonia,980000,408355,804,66,189 +Estonia,990000,5040311,804,66,189 +Ethiopia,111120,28689910,805,67,190 +Ethiopia,111130,1344307,805,67,190 +Ethiopia,111199,107713,805,67,190 +Ethiopia,111339,70901947,805,67,190 +Ethiopia,111421,1524883,805,67,190 +Ethiopia,111422,254538,805,67,190 +Ethiopia,112990,15865,805,67,190 +Ethiopia,113210,65216,805,67,190 +Ethiopia,311211,137493,805,67,190 +Ethiopia,311230,350656,805,67,190 +Ethiopia,311340,6342,805,67,190 +Ethiopia,311512,2901,805,67,190 +Ethiopia,311514,5000,805,67,190 +Ethiopia,311811,21764,805,67,190 +Ethiopia,311911,394073,805,67,190 +Ethiopia,311919,11104,805,67,190 +Ethiopia,311920,2280639,805,67,190 +Ethiopia,311942,461895,805,67,190 +Ethiopia,311999,11671,805,67,190 +Ethiopia,312112,58492,805,67,190 +Ethiopia,312113,10275,805,67,190 +Ethiopia,312120,271845,805,67,190 +Ethiopia,312130,18458,805,67,190 +Ethiopia,313111,260,805,67,190 +Ethiopia,313221,410,805,67,190 +Ethiopia,314129,89719,805,67,190 +Ethiopia,314991,4150,805,67,190 +Ethiopia,314999,1555,805,67,190 +Ethiopia,315223,1869432,805,67,190 +Ethiopia,315224,271601,805,67,190 +Ethiopia,315228,2967422,805,67,190 +Ethiopia,315231,77139,805,67,190 +Ethiopia,315232,825816,805,67,190 +Ethiopia,315233,100308,805,67,190 +Ethiopia,315234,2144,805,67,190 +Ethiopia,315239,608153,805,67,190 +Ethiopia,315291,5768,805,67,190 +Ethiopia,315991,8029,805,67,190 +Ethiopia,315999,292422,805,67,190 +Ethiopia,316110,4201,805,67,190 +Ethiopia,316211,7573,805,67,190 +Ethiopia,316213,18820,805,67,190 +Ethiopia,316214,502076,805,67,190 +Ethiopia,316219,38565,805,67,190 +Ethiopia,316991,15245,805,67,190 +Ethiopia,316992,48009,805,67,190 +Ethiopia,316993,16742,805,67,190 +Ethiopia,316999,1250,805,67,190 +Ethiopia,321999,3902,805,67,190 +Ethiopia,323117,22294,805,67,190 +Ethiopia,323119,2747,805,67,190 +Ethiopia,325620,12726,805,67,190 +Ethiopia,325998,299279,805,67,190 +Ethiopia,326192,1571,805,67,190 +Ethiopia,326199,97974,805,67,190 +Ethiopia,327112,11111,805,67,190 +Ethiopia,331422,1057183,805,67,190 +Ethiopia,332911,3760,805,67,190 +Ethiopia,332999,17082,805,67,190 +Ethiopia,333111,13726,805,67,190 +Ethiopia,333999,22575,805,67,190 +Ethiopia,334119,9283,805,67,190 +Ethiopia,334220,59355,805,67,190 +Ethiopia,334413,4050,805,67,190 +Ethiopia,334513,3290,805,67,190 +Ethiopia,334514,3011,805,67,190 +Ethiopia,335129,5421,805,67,190 +Ethiopia,335211,7703,805,67,190 +Ethiopia,335314,2550,805,67,190 +Ethiopia,335999,47761,805,67,190 +Ethiopia,337127,16544,805,67,190 +Ethiopia,337215,46018,805,67,190 +Ethiopia,339911,6834,805,67,190 +Ethiopia,339913,274229,805,67,190 +Ethiopia,339914,46177,805,67,190 +Ethiopia,339991,2386,805,67,190 +Ethiopia,339999,10736,805,67,190 +Ethiopia,920000,955365,805,67,190 +Ethiopia,980000,16416746,805,67,190 +Ethiopia,990000,355824,805,67,190 +Falkland Islands,114111,5388386,803,68,191 +Falkland Islands,114112,123116,803,68,191 +Falkland Islands,334415,15593,803,68,191 +Falkland Islands,336360,940,803,68,191 +Falkland Islands,339991,300,803,68,191 +Falkland Islands,990000,2851,803,68,191 +Faroe Islands,112511,86066300,804,69,192 +Faroe Islands,114111,6463983,804,69,192 +Faroe Islands,325110,6780,804,69,192 +Faroe Islands,326199,2229,804,69,192 +Faroe Islands,333412,4992,804,69,192 +Faroe Islands,334418,5117,804,69,192 +Faroe Islands,334511,4198,804,69,192 +Faroe Islands,334517,261050,804,69,192 +Faroe Islands,336360,629,804,69,192 +Faroe Islands,920000,4313,804,69,192 +Faroe Islands,980000,47417,804,69,192 +Faroe Islands,990000,30599,804,69,192 +Fiji,111130,379539,808,70,193 +Fiji,111219,567433,808,70,193 +Fiji,111998,2335744,808,70,193 +Fiji,112511,385510,808,70,193 +Fiji,113210,132057,808,70,193 +Fiji,113310,7170,808,70,193 +Fiji,114111,13075539,808,70,193 +Fiji,114112,1219843,808,70,193 +Fiji,114119,1531750,808,70,193 +Fiji,311211,14956,808,70,193 +Fiji,311223,201149,808,70,193 +Fiji,311311,3201392,808,70,193 +Fiji,311340,296271,808,70,193 +Fiji,311411,539136,808,70,193 +Fiji,311421,308161,808,70,193 +Fiji,311512,38651,808,70,193 +Fiji,311514,64377,808,70,193 +Fiji,311711,75123873,808,70,193 +Fiji,311811,569899,808,70,193 +Fiji,311823,11952,808,70,193 +Fiji,311919,281022,808,70,193 +Fiji,311920,63988,808,70,193 +Fiji,311941,5721,808,70,193 +Fiji,311942,263724,808,70,193 +Fiji,311999,19750,808,70,193 +Fiji,312111,8651,808,70,193 +Fiji,312112,74869615,808,70,193 +Fiji,312113,2112,808,70,193 +Fiji,312120,6563,808,70,193 +Fiji,312140,96630,808,70,193 +Fiji,313113,275,808,70,193 +Fiji,313210,1999,808,70,193 +Fiji,313230,844,808,70,193 +Fiji,314129,2691,808,70,193 +Fiji,314911,710,808,70,193 +Fiji,314999,97177,808,70,193 +Fiji,315111,17930,808,70,193 +Fiji,315221,246850,808,70,193 +Fiji,315222,1545,808,70,193 +Fiji,315223,61651,808,70,193 +Fiji,315224,4938,808,70,193 +Fiji,315228,37627,808,70,193 +Fiji,315231,201341,808,70,193 +Fiji,315232,16009,808,70,193 +Fiji,315234,852,808,70,193 +Fiji,315239,7497,808,70,193 +Fiji,315999,1025,808,70,193 +Fiji,316991,7708,808,70,193 +Fiji,316993,2584,808,70,193 +Fiji,321113,4909493,808,70,193 +Fiji,321211,65372,808,70,193 +Fiji,321999,60956,808,70,193 +Fiji,322211,145804,808,70,193 +Fiji,322213,11729,808,70,193 +Fiji,322223,5522,808,70,193 +Fiji,323117,3755,808,70,193 +Fiji,323119,18298,808,70,193 +Fiji,325193,94242,808,70,193 +Fiji,325611,228728,808,70,193 +Fiji,325620,1380022,808,70,193 +Fiji,325998,19460,808,70,193 +Fiji,326160,607,808,70,193 +Fiji,326199,9202,808,70,193 +Fiji,327112,8199,808,70,193 +Fiji,333996,6793,808,70,193 +Fiji,333999,2740,808,70,193 +Fiji,334119,10397,808,70,193 +Fiji,334220,50320,808,70,193 +Fiji,334411,10856,808,70,193 +Fiji,334417,15619,808,70,193 +Fiji,334419,21546,808,70,193 +Fiji,334513,7697,808,70,193 +Fiji,334519,4182,808,70,193 +Fiji,335314,2051,808,70,193 +Fiji,336611,3369,808,70,193 +Fiji,337127,12691,808,70,193 +Fiji,339911,86118,808,70,193 +Fiji,339913,11255,808,70,193 +Fiji,339914,2588,808,70,193 +Fiji,339999,90880,808,70,193 +Fiji,920000,36192,808,70,193 +Fiji,980000,22470820,808,70,193 +Fiji,990000,2153484,808,70,193 +Finland,111199,12703233,804,71,194 +Finland,111998,24547,804,71,194 +Finland,112930,4030979,804,71,194 +Finland,112990,2953,804,71,194 +Finland,113210,76544,804,71,194 +Finland,114119,4203,804,71,194 +Finland,212311,2308,804,71,194 +Finland,212393,566815,804,71,194 +Finland,212399,391055,804,71,194 +Finland,311119,4388675,804,71,194 +Finland,311221,310277,804,71,194 +Finland,311222,160013,804,71,194 +Finland,311223,44522,804,71,194 +Finland,311225,1091998,804,71,194 +Finland,311311,205372,804,71,194 +Finland,311320,229534,804,71,194 +Finland,311340,4804503,804,71,194 +Finland,311423,112183,804,71,194 +Finland,311513,32638669,804,71,194 +Finland,311611,3483928,804,71,194 +Finland,311711,180540,804,71,194 +Finland,311811,1529667,804,71,194 +Finland,311920,30459,804,71,194 +Finland,311930,586908,804,71,194 +Finland,311942,1017565,804,71,194 +Finland,311999,132288,804,71,194 +Finland,312111,19391,804,71,194 +Finland,312120,19081,804,71,194 +Finland,312140,22181788,804,71,194 +Finland,313111,4780,804,71,194 +Finland,313113,4021,804,71,194 +Finland,313210,7836065,804,71,194 +Finland,313221,5023180,804,71,194 +Finland,313230,16979533,804,71,194 +Finland,313249,18489,804,71,194 +Finland,313320,133368,804,71,194 +Finland,314110,166742,804,71,194 +Finland,314121,7079,804,71,194 +Finland,314129,188045,804,71,194 +Finland,314911,703124,804,71,194 +Finland,314912,6681,804,71,194 +Finland,314991,181440,804,71,194 +Finland,314999,640124,804,71,194 +Finland,315111,444,804,71,194 +Finland,315221,32523,804,71,194 +Finland,315222,27440,804,71,194 +Finland,315223,14178,804,71,194 +Finland,315224,114533,804,71,194 +Finland,315228,83976,804,71,194 +Finland,315231,41872,804,71,194 +Finland,315232,133905,804,71,194 +Finland,315233,126282,804,71,194 +Finland,315234,112257,804,71,194 +Finland,315239,56476,804,71,194 +Finland,315291,31680,804,71,194 +Finland,315292,172208,804,71,194 +Finland,315991,13990,804,71,194 +Finland,315992,4084,804,71,194 +Finland,315999,18649,804,71,194 +Finland,316110,831875,804,71,194 +Finland,316211,2072,804,71,194 +Finland,316212,1489,804,71,194 +Finland,316214,94071,804,71,194 +Finland,316991,78652,804,71,194 +Finland,316992,124459,804,71,194 +Finland,316993,68163,804,71,194 +Finland,316999,637788,804,71,194 +Finland,321113,2103489,804,71,194 +Finland,321211,9401269,804,71,194 +Finland,321212,10086139,804,71,194 +Finland,321213,159473,804,71,194 +Finland,321219,3150,804,71,194 +Finland,321911,166442,804,71,194 +Finland,321918,1744399,804,71,194 +Finland,321920,90196,804,71,194 +Finland,321992,914176,804,71,194 +Finland,321999,99549,804,71,194 +Finland,322110,2592604,804,71,194 +Finland,322121,481437612,804,71,194 +Finland,322122,187530275,804,71,194 +Finland,322130,161651298,804,71,194 +Finland,322211,1458033,804,71,194 +Finland,322212,6238,804,71,194 +Finland,322213,5907,804,71,194 +Finland,322214,4761,804,71,194 +Finland,322215,20729,804,71,194 +Finland,322222,1947859,804,71,194 +Finland,322223,177681,804,71,194 +Finland,322291,421429,804,71,194 +Finland,322299,16680397,804,71,194 +Finland,323117,508632,804,71,194 +Finland,323118,17109,804,71,194 +Finland,323119,2782862,804,71,194 +Finland,324110,266302382,804,71,194 +Finland,324122,169962,804,71,194 +Finland,325110,10856975,804,71,194 +Finland,325131,28625986,804,71,194 +Finland,325132,67243,804,71,194 +Finland,325188,62419707,804,71,194 +Finland,325191,64681,804,71,194 +Finland,325192,3100,804,71,194 +Finland,325199,112826601,804,71,194 +Finland,325211,5827430,804,71,194 +Finland,325212,87404,804,71,194 +Finland,325222,49725,804,71,194 +Finland,325312,6213871,804,71,194 +Finland,325320,1581936,804,71,194 +Finland,325411,20560442,804,71,194 +Finland,325412,433213798,804,71,194 +Finland,325414,9376752,804,71,194 +Finland,325510,104333,804,71,194 +Finland,325520,2846106,804,71,194 +Finland,325611,54023,804,71,194 +Finland,325612,166556,804,71,194 +Finland,325613,17637,804,71,194 +Finland,325620,2805970,804,71,194 +Finland,325910,311183,804,71,194 +Finland,325920,770763,804,71,194 +Finland,325998,102901,804,71,194 +Finland,326113,2970957,804,71,194 +Finland,326121,21811,804,71,194 +Finland,326122,947521,804,71,194 +Finland,326160,596784,804,71,194 +Finland,326191,204962,804,71,194 +Finland,326192,2182957,804,71,194 +Finland,326199,11224822,804,71,194 +Finland,326211,11813238,804,71,194 +Finland,326220,4491678,804,71,194 +Finland,326299,1968050,804,71,194 +Finland,327111,190437,804,71,194 +Finland,327112,99295,804,71,194 +Finland,327113,9871,804,71,194 +Finland,327124,39791,804,71,194 +Finland,327125,25375,804,71,194 +Finland,327211,2601424,804,71,194 +Finland,327212,4683761,804,71,194 +Finland,327215,7318596,804,71,194 +Finland,327910,21884831,804,71,194 +Finland,327991,856532,804,71,194 +Finland,327992,1529859,804,71,194 +Finland,327993,318979,804,71,194 +Finland,327999,642845,804,71,194 +Finland,331111,132016070,804,71,194 +Finland,331112,435722,804,71,194 +Finland,331222,43044,804,71,194 +Finland,331315,2547,804,71,194 +Finland,331316,166953,804,71,194 +Finland,331411,2519890,804,71,194 +Finland,331419,135336135,804,71,194 +Finland,331421,47715030,804,71,194 +Finland,331422,11979628,804,71,194 +Finland,331491,15585735,804,71,194 +Finland,331492,343404,804,71,194 +Finland,331511,494506,804,71,194 +Finland,332211,1595121,804,71,194 +Finland,332212,7325673,804,71,194 +Finland,332213,58330,804,71,194 +Finland,332214,2478,804,71,194 +Finland,332311,279344,804,71,194 +Finland,332312,1347446,804,71,194 +Finland,332321,2785186,804,71,194 +Finland,332322,54788,804,71,194 +Finland,332323,39102,804,71,194 +Finland,332410,4392754,804,71,194 +Finland,332420,834963,804,71,194 +Finland,332431,4112140,804,71,194 +Finland,332439,162442,804,71,194 +Finland,332510,10453722,804,71,194 +Finland,332611,425427,804,71,194 +Finland,332618,1496675,804,71,194 +Finland,332722,1764972,804,71,194 +Finland,332911,15980422,804,71,194 +Finland,332912,1594543,804,71,194 +Finland,332919,674428,804,71,194 +Finland,332991,1487918,804,71,194 +Finland,332992,3385053,804,71,194 +Finland,332994,11060200,804,71,194 +Finland,332995,766150,804,71,194 +Finland,332997,82102,804,71,194 +Finland,332998,1348507,804,71,194 +Finland,332999,6696575,804,71,194 +Finland,333111,10507489,804,71,194 +Finland,333120,92859157,804,71,194 +Finland,333131,40145217,804,71,194 +Finland,333132,2643858,804,71,194 +Finland,333210,1582786,804,71,194 +Finland,333220,946026,804,71,194 +Finland,333291,41841990,804,71,194 +Finland,333292,177441,804,71,194 +Finland,333293,771395,804,71,194 +Finland,333294,665553,804,71,194 +Finland,333295,1613510,804,71,194 +Finland,333298,833322,804,71,194 +Finland,333313,471824,804,71,194 +Finland,333314,5266248,804,71,194 +Finland,333315,1353151,804,71,194 +Finland,333319,26368,804,71,194 +Finland,333411,1416123,804,71,194 +Finland,333412,2146046,804,71,194 +Finland,333414,1112110,804,71,194 +Finland,333415,2440952,804,71,194 +Finland,333511,27891,804,71,194 +Finland,333512,1716054,804,71,194 +Finland,333513,7471378,804,71,194 +Finland,333514,471381,804,71,194 +Finland,333515,819127,804,71,194 +Finland,333516,20600,804,71,194 +Finland,333611,5421818,804,71,194 +Finland,333612,18956877,804,71,194 +Finland,333613,11505559,804,71,194 +Finland,333618,39945711,804,71,194 +Finland,333911,34531144,804,71,194 +Finland,333912,6394468,804,71,194 +Finland,333913,76246,804,71,194 +Finland,333921,1864439,804,71,194 +Finland,333922,6990726,804,71,194 +Finland,333923,22608523,804,71,194 +Finland,333924,12817228,804,71,194 +Finland,333991,885516,804,71,194 +Finland,333992,6691249,804,71,194 +Finland,333993,659159,804,71,194 +Finland,333994,340728,804,71,194 +Finland,333995,3698164,804,71,194 +Finland,333996,18767582,804,71,194 +Finland,333997,14152,804,71,194 +Finland,333999,83303556,804,71,194 +Finland,334111,2218263,804,71,194 +Finland,334112,172242,804,71,194 +Finland,334119,5885376,804,71,194 +Finland,334210,12004707,804,71,194 +Finland,334220,93695898,804,71,194 +Finland,334290,273325,804,71,194 +Finland,334310,3515616,804,71,194 +Finland,334412,648202,804,71,194 +Finland,334413,39736637,804,71,194 +Finland,334414,940542,804,71,194 +Finland,334415,544047,804,71,194 +Finland,334416,1863193,804,71,194 +Finland,334417,2903246,804,71,194 +Finland,334418,4397286,804,71,194 +Finland,334419,142302864,804,71,194 +Finland,334510,51293207,804,71,194 +Finland,334511,4002702,804,71,194 +Finland,334512,98328,804,71,194 +Finland,334513,22345572,804,71,194 +Finland,334514,49810,804,71,194 +Finland,334515,18346087,804,71,194 +Finland,334516,38274690,804,71,194 +Finland,334517,87300201,804,71,194 +Finland,334518,4647692,804,71,194 +Finland,334519,51493423,804,71,194 +Finland,334612,32303,804,71,194 +Finland,334613,36494,804,71,194 +Finland,335110,212201,804,71,194 +Finland,335121,172500,804,71,194 +Finland,335129,731629,804,71,194 +Finland,335211,2293481,804,71,194 +Finland,335212,6942,804,71,194 +Finland,335221,165455,804,71,194 +Finland,335224,611810,804,71,194 +Finland,335228,453931,804,71,194 +Finland,335311,9146208,804,71,194 +Finland,335312,96334993,804,71,194 +Finland,335313,4360209,804,71,194 +Finland,335314,11226772,804,71,194 +Finland,335911,460805,804,71,194 +Finland,335912,45403,804,71,194 +Finland,335921,141424,804,71,194 +Finland,335929,16435649,804,71,194 +Finland,335931,10530317,804,71,194 +Finland,335932,51607,804,71,194 +Finland,335991,538788,804,71,194 +Finland,335999,3916028,804,71,194 +Finland,336111,110661797,804,71,194 +Finland,336120,3944984,804,71,194 +Finland,336211,774509,804,71,194 +Finland,336212,12877,804,71,194 +Finland,336214,11227455,804,71,194 +Finland,336311,987518,804,71,194 +Finland,336321,12361132,804,71,194 +Finland,336322,572497,804,71,194 +Finland,336330,277511,804,71,194 +Finland,336340,205690,804,71,194 +Finland,336350,6201133,804,71,194 +Finland,336360,63003,804,71,194 +Finland,336391,23075,804,71,194 +Finland,336399,16056162,804,71,194 +Finland,336412,155992,804,71,194 +Finland,336413,162114,804,71,194 +Finland,336415,2301,804,71,194 +Finland,336510,6636,804,71,194 +Finland,336611,14618,804,71,194 +Finland,336612,9665541,804,71,194 +Finland,336991,536300,804,71,194 +Finland,337121,3821,804,71,194 +Finland,337124,605421,804,71,194 +Finland,337127,2888658,804,71,194 +Finland,337211,36686,804,71,194 +Finland,337214,15640,804,71,194 +Finland,337215,1850106,804,71,194 +Finland,337910,82682,804,71,194 +Finland,337920,13855,804,71,194 +Finland,339112,7606131,804,71,194 +Finland,339113,48876422,804,71,194 +Finland,339114,1303946,804,71,194 +Finland,339115,3081,804,71,194 +Finland,339911,107709,804,71,194 +Finland,339914,4305,804,71,194 +Finland,339920,2147668,804,71,194 +Finland,339932,69480,804,71,194 +Finland,339941,4937,804,71,194 +Finland,339950,14963,804,71,194 +Finland,339991,4550841,804,71,194 +Finland,339992,151873,804,71,194 +Finland,339993,9655,804,71,194 +Finland,339994,271642,804,71,194 +Finland,339999,929667,804,71,194 +Finland,511210,35130,804,71,194 +Finland,910000,250879,804,71,194 +Finland,920000,2493188,804,71,194 +Finland,980000,43266418,804,71,194 +Finland,990000,36696037,804,71,194 +France,111110,2419,804,72,195 +France,111120,1337222,804,72,195 +France,111130,1468645,804,72,195 +France,111140,20202,804,72,195 +France,111150,1710554,804,72,195 +France,111199,1041434,804,72,195 +France,111219,20629632,804,72,195 +France,111310,631589,804,72,195 +France,111320,2600,804,72,195 +France,111335,367596,804,72,195 +France,111339,1232663,804,72,195 +France,111411,293661,804,72,195 +France,111421,1695552,804,72,195 +France,111422,1964848,804,72,195 +France,111910,3109943,804,72,195 +France,111991,11123,804,72,195 +France,111998,3108544,804,72,195 +France,112111,809843,804,72,195 +France,112310,1185777,804,72,195 +France,112511,4146044,804,72,195 +France,112910,947447,804,72,195 +France,112920,4440768,804,72,195 +France,112930,4379,804,72,195 +France,112990,578218,804,72,195 +France,113210,75486650,804,72,195 +France,113310,876734,804,72,195 +France,114111,13175605,804,72,195 +France,114112,2875314,804,72,195 +France,114119,3113638,804,72,195 +France,211112,335807,804,72,195 +France,212299,8002,804,72,195 +France,212311,51322,804,72,195 +France,212319,245819,804,72,195 +France,212322,807005,804,72,195 +France,212324,499261,804,72,195 +France,212325,538327,804,72,195 +France,212393,8312443,804,72,195 +France,212399,374224,804,72,195 +France,311111,107523,804,72,195 +France,311119,30438449,804,72,195 +France,311211,1956430,804,72,195 +France,311212,3470,804,72,195 +France,311213,967728,804,72,195 +France,311221,83258243,804,72,195 +France,311222,4882310,804,72,195 +France,311223,6276810,804,72,195 +France,311225,1452333,804,72,195 +France,311230,33735,804,72,195 +France,311311,1910466,804,72,195 +France,311320,74176054,804,72,195 +France,311340,4617790,804,72,195 +France,311411,16890238,804,72,195 +France,311421,64049995,804,72,195 +France,311422,34963,804,72,195 +France,311423,2541514,804,72,195 +France,311511,3204433,804,72,195 +France,311512,3653333,804,72,195 +France,311513,148327021,804,72,195 +France,311514,9595472,804,72,195 +France,311520,1230281,804,72,195 +France,311611,241250,804,72,195 +France,311613,1800553,804,72,195 +France,311615,6544,804,72,195 +France,311711,5184137,804,72,195 +France,311811,50215755,804,72,195 +France,311822,224172,804,72,195 +France,311823,619551,804,72,195 +France,311911,830028,804,72,195 +France,311919,103712,804,72,195 +France,311920,7299952,804,72,195 +France,311930,540512,804,72,195 +France,311941,9227786,804,72,195 +France,311942,5625128,804,72,195 +France,311999,83641908,804,72,195 +France,312111,28600524,804,72,195 +France,312112,100512442,804,72,195 +France,312113,12081,804,72,195 +France,312120,3600071,804,72,195 +France,312130,1772751216,804,72,195 +France,312140,872271538,804,72,195 +France,312221,461163,804,72,195 +France,312229,3502973,804,72,195 +France,313111,8293698,804,72,195 +France,313113,337570,804,72,195 +France,313210,33632140,804,72,195 +France,313221,11506628,804,72,195 +France,313230,43976966,804,72,195 +France,313249,15855113,804,72,195 +France,313312,40653,804,72,195 +France,313320,10787189,804,72,195 +France,314110,4813895,804,72,195 +France,314121,3083263,804,72,195 +France,314129,13627747,804,72,195 +France,314911,540275,804,72,195 +France,314912,680676,804,72,195 +France,314991,2207248,804,72,195 +France,314992,24559399,804,72,195 +France,314999,16501332,804,72,195 +France,315111,790083,804,72,195 +France,315221,173534,804,72,195 +France,315222,2666249,804,72,195 +France,315223,5795302,804,72,195 +France,315224,1145840,804,72,195 +France,315228,3541786,804,72,195 +France,315231,8965278,804,72,195 +France,315232,19816514,804,72,195 +France,315233,37592117,804,72,195 +France,315234,38909564,804,72,195 +France,315239,14697459,804,72,195 +France,315291,899311,804,72,195 +France,315292,14521544,804,72,195 +France,315991,1299137,804,72,195 +France,315992,1010031,804,72,195 +France,315993,9665405,804,72,195 +France,315999,36497948,804,72,195 +France,316110,11671541,804,72,195 +France,316211,705502,804,72,195 +France,316212,8374,804,72,195 +France,316213,4131208,804,72,195 +France,316214,19534155,804,72,195 +France,316219,1860465,804,72,195 +France,316991,132133643,804,72,195 +France,316992,170743747,804,72,195 +France,316993,54781886,804,72,195 +France,316999,13067298,804,72,195 +France,321113,3378939,804,72,195 +France,321211,4763653,804,72,195 +France,321212,94811,804,72,195 +France,321213,696386,804,72,195 +France,321219,217552,804,72,195 +France,321911,2963222,804,72,195 +France,321918,1222187,804,72,195 +France,321920,141076837,804,72,195 +France,321991,2329,804,72,195 +France,321992,12685,804,72,195 +France,321999,5023508,804,72,195 +France,322110,7285171,804,72,195 +France,322121,148072672,804,72,195 +France,322122,1374149,804,72,195 +France,322130,23993100,804,72,195 +France,322211,2432574,804,72,195 +France,322212,4738513,804,72,195 +France,322213,1087358,804,72,195 +France,322215,322369,804,72,195 +France,322222,22259086,804,72,195 +France,322223,13058961,804,72,195 +France,322224,392602,804,72,195 +France,322232,162628,804,72,195 +France,322233,152850,804,72,195 +France,322291,7534150,804,72,195 +France,322299,25067046,804,72,195 +France,323116,12717,804,72,195 +France,323117,18797221,804,72,195 +France,323118,2953909,804,72,195 +France,323119,40356016,804,72,195 +France,323122,13303,804,72,195 +France,324110,1294271125,804,72,195 +France,324121,40210,804,72,195 +France,324122,179385,804,72,195 +France,325110,10093791,804,72,195 +France,325120,1630153,804,72,195 +France,325131,41743540,804,72,195 +France,325132,22194882,804,72,195 +France,325181,3640499,804,72,195 +France,325182,793716,804,72,195 +France,325188,499357139,804,72,195 +France,325191,6010181,804,72,195 +France,325192,70005655,804,72,195 +France,325193,99085,804,72,195 +France,325199,650156315,804,72,195 +France,325211,178659714,804,72,195 +France,325212,188578424,804,72,195 +France,325221,179012,804,72,195 +France,325222,12154460,804,72,195 +France,325311,4065551,804,72,195 +France,325312,1046000,804,72,195 +France,325320,68193860,804,72,195 +France,325411,543235825,804,72,195 +France,325412,4725236126,804,72,195 +France,325414,202431693,804,72,195 +France,325510,14966198,804,72,195 +France,325520,16666379,804,72,195 +France,325611,33643905,804,72,195 +France,325612,3386018,804,72,195 +France,325613,39392293,804,72,195 +France,325620,1397518100,804,72,195 +France,325910,45564548,804,72,195 +France,325920,4303611,804,72,195 +France,325992,33799209,804,72,195 +France,325998,240813812,804,72,195 +France,326112,22796,804,72,195 +France,326113,34934276,804,72,195 +France,326121,6629885,804,72,195 +France,326122,5884295,804,72,195 +France,326160,17400956,804,72,195 +France,326191,30076,804,72,195 +France,326192,17485068,804,72,195 +France,326199,131304531,804,72,195 +France,326211,192043701,804,72,195 +France,326212,117025,804,72,195 +France,326220,24501737,804,72,195 +France,326299,42625324,804,72,195 +France,327111,3913769,804,72,195 +France,327112,42032481,804,72,195 +France,327113,2272705,804,72,195 +France,327121,19227,804,72,195 +France,327122,728351,804,72,195 +France,327123,133983,804,72,195 +France,327124,1942423,804,72,195 +France,327125,17753440,804,72,195 +France,327211,44847791,804,72,195 +France,327212,117864749,804,72,195 +France,327213,108174196,804,72,195 +France,327215,6785655,804,72,195 +France,327310,33087492,804,72,195 +France,327331,34085,804,72,195 +France,327390,757803,804,72,195 +France,327410,78398,804,72,195 +France,327420,333716,804,72,195 +France,327910,9566418,804,72,195 +France,327991,12371975,804,72,195 +France,327992,1925112,804,72,195 +France,327993,2554658,804,72,195 +France,327999,9911796,804,72,195 +France,331111,457749263,804,72,195 +France,331112,100837529,804,72,195 +France,331222,11975594,804,72,195 +France,331311,29929455,804,72,195 +France,331312,9990951,804,72,195 +France,331314,7745745,804,72,195 +France,331315,16219754,804,72,195 +France,331316,4953450,804,72,195 +France,331319,87280,804,72,195 +France,331411,1905695,804,72,195 +France,331419,111260396,804,72,195 +France,331421,45610157,804,72,195 +France,331422,19571251,804,72,195 +France,331491,139814954,804,72,195 +France,331492,2510828,804,72,195 +France,331511,10647216,804,72,195 +France,332115,16396427,804,72,195 +France,332211,15703865,804,72,195 +France,332212,31825216,804,72,195 +France,332213,3736895,804,72,195 +France,332214,8579532,804,72,195 +France,332311,895579,804,72,195 +France,332312,6353419,804,72,195 +France,332321,510010,804,72,195 +France,332323,15690,804,72,195 +France,332410,54005000,804,72,195 +France,332420,26907235,804,72,195 +France,332431,9229148,804,72,195 +France,332439,4408818,804,72,195 +France,332510,35805779,804,72,195 +France,332611,2601995,804,72,195 +France,332618,12577391,804,72,195 +France,332722,47481773,804,72,195 +France,332911,242857820,804,72,195 +France,332912,70774960,804,72,195 +France,332913,3712171,804,72,195 +France,332919,17811765,804,72,195 +France,332991,74829064,804,72,195 +France,332992,14128511,804,72,195 +France,332994,3184134,804,72,195 +France,332995,1949868,804,72,195 +France,332997,311119,804,72,195 +France,332998,965161,804,72,195 +France,332999,187547647,804,72,195 +France,333111,235593543,804,72,195 +France,333120,237247266,804,72,195 +France,333131,21799287,804,72,195 +France,333132,28598547,804,72,195 +France,333210,4465208,804,72,195 +France,333220,89225347,804,72,195 +France,333291,31337737,804,72,195 +France,333292,42050037,804,72,195 +France,333293,35115335,804,72,195 +France,333294,41990557,804,72,195 +France,333295,19762029,804,72,195 +France,333298,693833,804,72,195 +France,333311,192227,804,72,195 +France,333313,14032980,804,72,195 +France,333314,31722104,804,72,195 +France,333315,6416640,804,72,195 +France,333319,11580830,804,72,195 +France,333411,2098048,804,72,195 +France,333412,16551223,804,72,195 +France,333414,52533369,804,72,195 +France,333415,40287526,804,72,195 +France,333511,18224597,804,72,195 +France,333512,9225173,804,72,195 +France,333513,11798697,804,72,195 +France,333514,7805699,804,72,195 +France,333515,29292493,804,72,195 +France,333516,34516370,804,72,195 +France,333611,117097414,804,72,195 +France,333612,77757514,804,72,195 +France,333613,77178323,804,72,195 +France,333618,146188612,804,72,195 +France,333911,86195491,804,72,195 +France,333912,82926793,804,72,195 +France,333913,3148177,804,72,195 +France,333921,1198381,804,72,195 +France,333922,6255025,804,72,195 +France,333923,11486133,804,72,195 +France,333924,22625004,804,72,195 +France,333991,19974308,804,72,195 +France,333992,17926385,804,72,195 +France,333993,74414531,804,72,195 +France,333994,5909377,804,72,195 +France,333995,55433270,804,72,195 +France,333996,53303227,804,72,195 +France,333997,1598214,804,72,195 +France,333999,282879472,804,72,195 +France,334111,24970145,804,72,195 +France,334112,11360624,804,72,195 +France,334119,78305977,804,72,195 +France,334210,4699579,804,72,195 +France,334220,190199910,804,72,195 +France,334290,12170032,804,72,195 +France,334310,34694305,804,72,195 +France,334411,18275478,804,72,195 +France,334412,3945038,804,72,195 +France,334413,216969768,804,72,195 +France,334414,8559160,804,72,195 +France,334415,5817872,804,72,195 +France,334416,3806699,804,72,195 +France,334417,99609273,804,72,195 +France,334418,36214961,804,72,195 +France,334419,84130547,804,72,195 +France,334510,58297939,804,72,195 +France,334511,438675038,804,72,195 +France,334512,11407570,804,72,195 +France,334513,168145602,804,72,195 +France,334514,2650508,804,72,195 +France,334515,118334724,804,72,195 +France,334516,110065278,804,72,195 +France,334517,319967676,804,72,195 +France,334518,11094480,804,72,195 +France,334519,291765381,804,72,195 +France,334612,6462048,804,72,195 +France,334613,3469692,804,72,195 +France,335110,14470376,804,72,195 +France,335121,11347048,804,72,195 +France,335129,31109566,804,72,195 +France,335211,11965927,804,72,195 +France,335212,90350,804,72,195 +France,335221,8095607,804,72,195 +France,335222,251210,804,72,195 +France,335224,13761789,804,72,195 +France,335228,6858441,804,72,195 +France,335311,28219114,804,72,195 +France,335312,106667499,804,72,195 +France,335313,97121246,804,72,195 +France,335314,189738792,804,72,195 +France,335911,49147210,804,72,195 +France,335912,22611543,804,72,195 +France,335921,52748983,804,72,195 +France,335929,21863276,804,72,195 +France,335931,60660396,804,72,195 +France,335932,1170470,804,72,195 +France,335991,33465333,804,72,195 +France,335999,43377588,804,72,195 +France,336111,70149124,804,72,195 +France,336120,2969330,804,72,195 +France,336211,132478,804,72,195 +France,336212,850060,804,72,195 +France,336214,411055,804,72,195 +France,336311,22613537,804,72,195 +France,336321,10906447,804,72,195 +France,336322,88615746,804,72,195 +France,336330,40086085,804,72,195 +France,336340,19955159,804,72,195 +France,336350,454320572,804,72,195 +France,336360,96316496,804,72,195 +France,336370,478893,804,72,195 +France,336391,11910228,804,72,195 +France,336399,120554242,804,72,195 +France,336411,3980995441,804,72,195 +France,336412,3827898728,804,72,195 +France,336413,1017251704,804,72,195 +France,336415,163813,804,72,195 +France,336419,5290058,804,72,195 +France,336510,3935042,804,72,195 +France,336611,2346463,804,72,195 +France,336612,33187556,804,72,195 +France,336991,11330493,804,72,195 +France,336992,37472014,804,72,195 +France,337110,225415,804,72,195 +France,337121,584992,804,72,195 +France,337124,18146036,804,72,195 +France,337127,73773662,804,72,195 +France,337129,17955,804,72,195 +France,337211,2066424,804,72,195 +France,337214,834895,804,72,195 +France,337215,30819624,804,72,195 +France,337910,313916,804,72,195 +France,337920,1956127,804,72,195 +France,339112,383769245,804,72,195 +France,339113,166679412,804,72,195 +France,339114,23323461,804,72,195 +France,339115,60644841,804,72,195 +France,339911,371327559,804,72,195 +France,339912,5878640,804,72,195 +France,339913,76173644,804,72,195 +France,339914,20603418,804,72,195 +France,339920,31321951,804,72,195 +France,339932,6967236,804,72,195 +France,339941,27420939,804,72,195 +France,339942,5770460,804,72,195 +France,339943,33761,804,72,195 +France,339944,1000438,804,72,195 +France,339950,1099945,804,72,195 +France,339991,49161533,804,72,195 +France,339992,32701268,804,72,195 +France,339993,5572825,804,72,195 +France,339994,4912556,804,72,195 +France,339995,1427218,804,72,195 +France,339999,136085743,804,72,195 +France,511210,1529345,804,72,195 +France,910000,37563621,804,72,195 +France,920000,1949368727,804,72,195 +France,980000,2041656297,804,72,195 +France,990000,376313937,804,72,195 +French Southern Territories,339993,16259,805,73,196 +French Southern Territories,980000,5533,805,73,196 +French Southern Territories,990000,1059,805,73,196 +Gabon,111998,19487,805,74,197 +Gabon,113210,5741463,805,74,197 +Gabon,113310,115319,805,74,197 +Gabon,211111,2181881098,805,74,197 +Gabon,211112,2600,805,74,197 +Gabon,212299,76393305,805,74,197 +Gabon,311211,486143,805,74,197 +Gabon,314110,625,805,74,197 +Gabon,315999,3769,805,74,197 +Gabon,321113,1282760,805,74,197 +Gabon,321211,3076393,805,74,197 +Gabon,325120,4809,805,74,197 +Gabon,325199,40484,805,74,197 +Gabon,327111,12313,805,74,197 +Gabon,327212,3255,805,74,197 +Gabon,327991,18098,805,74,197 +Gabon,332212,3733,805,74,197 +Gabon,333131,80694,805,74,197 +Gabon,333132,131230,805,74,197 +Gabon,333991,6187,805,74,197 +Gabon,333997,4900,805,74,197 +Gabon,333999,3374,805,74,197 +Gabon,334413,23273,805,74,197 +Gabon,334417,7584,805,74,197 +Gabon,334418,4279,805,74,197 +Gabon,334419,9672,805,74,197 +Gabon,334512,3930,805,74,197 +Gabon,334519,5914,805,74,197 +Gabon,335110,3644,805,74,197 +Gabon,335312,203184,805,74,197 +Gabon,335999,7818,805,74,197 +Gabon,336322,2662,805,74,197 +Gabon,336360,2354,805,74,197 +Gabon,339911,22132,805,74,197 +Gabon,339999,499,805,74,197 +Gabon,920000,3352541,805,74,197 +Gabon,980000,3465434,805,74,197 +Gabon,990000,69580,805,74,197 +Gambia,114111,3575259,805,75,198 +Gambia,114112,5013,805,75,198 +Gambia,311223,6672,805,75,198 +Gambia,311711,97651,805,75,198 +Gambia,311911,13585,805,75,198 +Gambia,311999,2605,805,75,198 +Gambia,313210,7979,805,75,198 +Gambia,315223,2372,805,75,198 +Gambia,315224,790,805,75,198 +Gambia,315228,281,805,75,198 +Gambia,315231,567,805,75,198 +Gambia,315232,5100,805,75,198 +Gambia,315233,3377,805,75,198 +Gambia,315234,519,805,75,198 +Gambia,315239,709,805,75,198 +Gambia,323117,8404,805,75,198 +Gambia,325188,5618,805,75,198 +Gambia,327212,462,805,75,198 +Gambia,332618,3997,805,75,198 +Gambia,333220,5650,805,75,198 +Gambia,334413,85217,805,75,198 +Gambia,335921,8086,805,75,198 +Gambia,335999,3492,805,75,198 +Gambia,336350,19147,805,75,198 +Gambia,336413,7416,805,75,198 +Gambia,337215,16397,805,75,198 +Gambia,339992,3574,805,75,198 +Gambia,920000,6033,805,75,198 +Gambia,980000,80112,805,75,198 +Gambia,990000,25878,805,75,198 +Georgia,111335,911740,806,76,199 +Georgia,111339,7443,806,76,199 +Georgia,111421,6288,806,76,199 +Georgia,112910,4400,806,76,199 +Georgia,112920,26300,806,76,199 +Georgia,212299,14402617,806,76,199 +Georgia,212311,16477,806,76,199 +Georgia,311320,62972,806,76,199 +Georgia,311340,27688,806,76,199 +Georgia,311421,1238419,806,76,199 +Georgia,311911,22337,806,76,199 +Georgia,311920,271833,806,76,199 +Georgia,311941,118751,806,76,199 +Georgia,311942,2640,806,76,199 +Georgia,312111,207221,806,76,199 +Georgia,312112,972733,806,76,199 +Georgia,312120,38886,806,76,199 +Georgia,312130,1242665,806,76,199 +Georgia,312140,295479,806,76,199 +Georgia,313210,5039,806,76,199 +Georgia,313221,475,806,76,199 +Georgia,315222,3863,806,76,199 +Georgia,315223,186258,806,76,199 +Georgia,315224,59341,806,76,199 +Georgia,315228,261125,806,76,199 +Georgia,315231,30818,806,76,199 +Georgia,315232,50296,806,76,199 +Georgia,315234,341,806,76,199 +Georgia,324110,18488318,806,76,199 +Georgia,325188,14466728,806,76,199 +Georgia,325199,43369,806,76,199 +Georgia,325211,2850,806,76,199 +Georgia,325311,20217994,806,76,199 +Georgia,325312,9007121,806,76,199 +Georgia,325412,4685,806,76,199 +Georgia,325520,2919,806,76,199 +Georgia,325613,6763,806,76,199 +Georgia,325620,25329,806,76,199 +Georgia,325910,2643,806,76,199 +Georgia,326199,5969,806,76,199 +Georgia,326211,62212,806,76,199 +Georgia,326299,1770,806,76,199 +Georgia,327112,10150,806,76,199 +Georgia,327212,59663,806,76,199 +Georgia,327910,53135,806,76,199 +Georgia,327991,3475,806,76,199 +Georgia,331112,114582244,806,76,199 +Georgia,331319,10937,806,76,199 +Georgia,331491,44121,806,76,199 +Georgia,331492,139694,806,76,199 +Georgia,332213,33586,806,76,199 +Georgia,332510,2467,806,76,199 +Georgia,332911,2715,806,76,199 +Georgia,332991,3113,806,76,199 +Georgia,333111,8988,806,76,199 +Georgia,333120,3701,806,76,199 +Georgia,333132,2536,806,76,199 +Georgia,333220,77479,806,76,199 +Georgia,333291,10005,806,76,199 +Georgia,333294,3052,806,76,199 +Georgia,333295,750580,806,76,199 +Georgia,333314,108600,806,76,199 +Georgia,333315,23108,806,76,199 +Georgia,333415,5684,806,76,199 +Georgia,333512,19750,806,76,199 +Georgia,333513,9211,806,76,199 +Georgia,333611,6597,806,76,199 +Georgia,333612,27159,806,76,199 +Georgia,333613,17565,806,76,199 +Georgia,333618,49132,806,76,199 +Georgia,333911,25638,806,76,199 +Georgia,333992,2730,806,76,199 +Georgia,333993,3133,806,76,199 +Georgia,333994,37269,806,76,199 +Georgia,333996,8116,806,76,199 +Georgia,333999,231229,806,76,199 +Georgia,334111,38714,806,76,199 +Georgia,334112,40263,806,76,199 +Georgia,334119,26811,806,76,199 +Georgia,334220,104951,806,76,199 +Georgia,334310,33305,806,76,199 +Georgia,334413,31226,806,76,199 +Georgia,334416,3230,806,76,199 +Georgia,334418,5044,806,76,199 +Georgia,334419,5569,806,76,199 +Georgia,334510,40668,806,76,199 +Georgia,334513,3837,806,76,199 +Georgia,334515,48070,806,76,199 +Georgia,334516,107936,806,76,199 +Georgia,334517,6090,806,76,199 +Georgia,334612,57200,806,76,199 +Georgia,335110,3395,806,76,199 +Georgia,335129,1059,806,76,199 +Georgia,335211,8011,806,76,199 +Georgia,335228,33930,806,76,199 +Georgia,335312,284927,806,76,199 +Georgia,335313,2509,806,76,199 +Georgia,335314,12919,806,76,199 +Georgia,335921,4028,806,76,199 +Georgia,335929,5402,806,76,199 +Georgia,335931,3481,806,76,199 +Georgia,335991,2502,806,76,199 +Georgia,335999,3502,806,76,199 +Georgia,336311,3162,806,76,199 +Georgia,336322,84120,806,76,199 +Georgia,336360,1250,806,76,199 +Georgia,336391,1679340,806,76,199 +Georgia,336399,401033,806,76,199 +Georgia,336412,1178460,806,76,199 +Georgia,336413,2919,806,76,199 +Georgia,337127,12154,806,76,199 +Georgia,337215,960,806,76,199 +Georgia,339112,73206,806,76,199 +Georgia,339113,57021,806,76,199 +Georgia,339991,25025,806,76,199 +Georgia,339993,6300,806,76,199 +Georgia,910000,193293,806,76,199 +Georgia,920000,7042,806,76,199 +Georgia,980000,1319712,806,76,199 +Georgia,990000,758970,806,76,199 +Germany,111120,258540,804,77,200 +Germany,111130,13122,804,77,200 +Germany,111140,57162,804,77,200 +Germany,111199,12329,804,77,200 +Germany,111219,1235376,804,77,200 +Germany,111310,7759,804,77,200 +Germany,111335,97910,804,77,200 +Germany,111339,2628241,804,77,200 +Germany,111421,1301967,804,77,200 +Germany,111422,6014721,804,77,200 +Germany,111910,1561719,804,77,200 +Germany,111940,58363,804,77,200 +Germany,111991,277616,804,77,200 +Germany,111998,24230394,804,77,200 +Germany,112111,147729,804,77,200 +Germany,112310,53856,804,77,200 +Germany,112410,133202,804,77,200 +Germany,112511,225548,804,77,200 +Germany,112910,1367771,804,77,200 +Germany,112920,18846249,804,77,200 +Germany,112930,1669163,804,77,200 +Germany,112990,6341177,804,77,200 +Germany,113210,10589986,804,77,200 +Germany,113310,142107,804,77,200 +Germany,114111,1545869,804,77,200 +Germany,114112,306563,804,77,200 +Germany,114119,137408,804,77,200 +Germany,211112,21340729,804,77,200 +Germany,212210,7275,804,77,200 +Germany,212234,134869,804,77,200 +Germany,212299,1169281,804,77,200 +Germany,212311,493114,804,77,200 +Germany,212319,2101313,804,77,200 +Germany,212322,1247511,804,77,200 +Germany,212324,1657806,804,77,200 +Germany,212325,2438663,804,77,200 +Germany,212392,27107,804,77,200 +Germany,212393,2292149,804,77,200 +Germany,212399,2367777,804,77,200 +Germany,311111,654884,804,77,200 +Germany,311119,34207981,804,77,200 +Germany,311211,608350,804,77,200 +Germany,311213,10455398,804,77,200 +Germany,311221,72058226,804,77,200 +Germany,311222,4704647,804,77,200 +Germany,311223,5611826,804,77,200 +Germany,311225,3219003,804,77,200 +Germany,311230,6118800,804,77,200 +Germany,311311,2483573,804,77,200 +Germany,311320,157636574,804,77,200 +Germany,311340,48896042,804,77,200 +Germany,311411,624310,804,77,200 +Germany,311421,13919659,804,77,200 +Germany,311422,555062,804,77,200 +Germany,311423,22896756,804,77,200 +Germany,311511,199716,804,77,200 +Germany,311512,1193449,804,77,200 +Germany,311513,17194583,804,77,200 +Germany,311514,11094686,804,77,200 +Germany,311611,17999719,804,77,200 +Germany,311613,2735702,804,77,200 +Germany,311711,8838520,804,77,200 +Germany,311811,94710031,804,77,200 +Germany,311822,397472,804,77,200 +Germany,311823,3137325,804,77,200 +Germany,311911,24398,804,77,200 +Germany,311919,753939,804,77,200 +Germany,311920,191648092,804,77,200 +Germany,311930,3403960,804,77,200 +Germany,311941,1425530,804,77,200 +Germany,311942,11626362,804,77,200 +Germany,311999,94698938,804,77,200 +Germany,312111,2362823,804,77,200 +Germany,312112,6685100,804,77,200 +Germany,312113,3120,804,77,200 +Germany,312120,184245032,804,77,200 +Germany,312130,148713732,804,77,200 +Germany,312140,194581804,804,77,200 +Germany,312221,10685810,804,77,200 +Germany,312229,1190267,804,77,200 +Germany,313111,9635662,804,77,200 +Germany,313113,8524363,804,77,200 +Germany,313210,51013222,804,77,200 +Germany,313221,50322337,804,77,200 +Germany,313230,80107873,804,77,200 +Germany,313249,11167381,804,77,200 +Germany,313312,2069120,804,77,200 +Germany,313320,58520083,804,77,200 +Germany,314110,14626677,804,77,200 +Germany,314121,2486198,804,77,200 +Germany,314129,7948119,804,77,200 +Germany,314911,264984,804,77,200 +Germany,314912,2471772,804,77,200 +Germany,314991,3941874,804,77,200 +Germany,314992,4002836,804,77,200 +Germany,314999,28789621,804,77,200 +Germany,315111,2424682,804,77,200 +Germany,315221,107826,804,77,200 +Germany,315222,492392,804,77,200 +Germany,315223,700828,804,77,200 +Germany,315224,568148,804,77,200 +Germany,315228,708253,804,77,200 +Germany,315231,851862,804,77,200 +Germany,315232,1852455,804,77,200 +Germany,315233,2762175,804,77,200 +Germany,315234,3155861,804,77,200 +Germany,315239,3391202,804,77,200 +Germany,315291,172168,804,77,200 +Germany,315292,1528573,804,77,200 +Germany,315991,1020421,804,77,200 +Germany,315992,881861,804,77,200 +Germany,315993,113732,804,77,200 +Germany,315999,13140025,804,77,200 +Germany,316110,19769609,804,77,200 +Germany,316211,817758,804,77,200 +Germany,316212,647250,804,77,200 +Germany,316213,8672145,804,77,200 +Germany,316214,30070150,804,77,200 +Germany,316219,4940149,804,77,200 +Germany,316991,8902333,804,77,200 +Germany,316992,1283191,804,77,200 +Germany,316993,3426970,804,77,200 +Germany,316999,32273092,804,77,200 +Germany,321113,45194316,804,77,200 +Germany,321114,14761,804,77,200 +Germany,321211,15206816,804,77,200 +Germany,321212,398182,804,77,200 +Germany,321213,1030788,804,77,200 +Germany,321219,65714525,804,77,200 +Germany,321911,18558948,804,77,200 +Germany,321918,2562657,804,77,200 +Germany,321920,1814938,804,77,200 +Germany,321992,135204,804,77,200 +Germany,321999,4038284,804,77,200 +Germany,322110,6728270,804,77,200 +Germany,322121,493402199,804,77,200 +Germany,322122,3774837,804,77,200 +Germany,322130,222390686,804,77,200 +Germany,322211,3590766,804,77,200 +Germany,322212,15037084,804,77,200 +Germany,322213,451219,804,77,200 +Germany,322214,194000,804,77,200 +Germany,322215,71318,804,77,200 +Germany,322222,62335614,804,77,200 +Germany,322223,33495390,804,77,200 +Germany,322224,2955101,804,77,200 +Germany,322232,802232,804,77,200 +Germany,322233,112649,804,77,200 +Germany,322291,35826899,804,77,200 +Germany,322299,62939298,804,77,200 +Germany,323116,574307,804,77,200 +Germany,323117,53560435,804,77,200 +Germany,323118,2956645,804,77,200 +Germany,323119,117596366,804,77,200 +Germany,323122,4040023,804,77,200 +Germany,324110,273916074,804,77,200 +Germany,324121,8978,804,77,200 +Germany,324122,32891,804,77,200 +Germany,325110,42771316,804,77,200 +Germany,325120,5928091,804,77,200 +Germany,325131,154596372,804,77,200 +Germany,325132,158239798,804,77,200 +Germany,325181,17385211,804,77,200 +Germany,325182,11252218,804,77,200 +Germany,325188,969122440,804,77,200 +Germany,325191,3689205,804,77,200 +Germany,325192,127409230,804,77,200 +Germany,325193,168559,804,77,200 +Germany,325199,2352519361,804,77,200 +Germany,325211,988252247,804,77,200 +Germany,325212,232976004,804,77,200 +Germany,325221,48199055,804,77,200 +Germany,325222,96972607,804,77,200 +Germany,325311,20717378,804,77,200 +Germany,325312,42754352,804,77,200 +Germany,325320,51182799,804,77,200 +Germany,325411,630875144,804,77,200 +Germany,325412,6752880701,804,77,200 +Germany,325414,551815690,804,77,200 +Germany,325510,145775132,804,77,200 +Germany,325520,74373534,804,77,200 +Germany,325611,63316730,804,77,200 +Germany,325612,51786592,804,77,200 +Germany,325613,118392219,804,77,200 +Germany,325620,238671677,804,77,200 +Germany,325910,85540960,804,77,200 +Germany,325920,43802082,804,77,200 +Germany,325992,101839804,804,77,200 +Germany,325998,289487857,804,77,200 +Germany,326112,788138,804,77,200 +Germany,326113,196538394,804,77,200 +Germany,326121,13850016,804,77,200 +Germany,326122,34822106,804,77,200 +Germany,326160,20941607,804,77,200 +Germany,326191,2545381,804,77,200 +Germany,326192,22451467,804,77,200 +Germany,326199,504684414,804,77,200 +Germany,326211,293233375,804,77,200 +Germany,326212,683178,804,77,200 +Germany,326220,150734231,804,77,200 +Germany,326299,204262982,804,77,200 +Germany,327111,2894250,804,77,200 +Germany,327112,73862681,804,77,200 +Germany,327113,17537404,804,77,200 +Germany,327121,8111661,804,77,200 +Germany,327122,3241650,804,77,200 +Germany,327123,125897,804,77,200 +Germany,327124,24465982,804,77,200 +Germany,327125,41830458,804,77,200 +Germany,327211,92783208,804,77,200 +Germany,327212,301502040,804,77,200 +Germany,327213,78130637,804,77,200 +Germany,327215,82958607,804,77,200 +Germany,327310,260196,804,77,200 +Germany,327331,11241,804,77,200 +Germany,327390,14001696,804,77,200 +Germany,327410,183171,804,77,200 +Germany,327420,341674,804,77,200 +Germany,327910,156135579,804,77,200 +Germany,327991,4225737,804,77,200 +Germany,327992,9358108,804,77,200 +Germany,327993,17951012,804,77,200 +Germany,327999,37304434,804,77,200 +Germany,331111,1569844731,804,77,200 +Germany,331112,29752789,804,77,200 +Germany,331222,33860856,804,77,200 +Germany,331311,41786000,804,77,200 +Germany,331312,3952639,804,77,200 +Germany,331314,9322869,804,77,200 +Germany,331315,377750578,804,77,200 +Germany,331316,45095747,804,77,200 +Germany,331319,3779798,804,77,200 +Germany,331411,33770749,804,77,200 +Germany,331419,560797711,804,77,200 +Germany,331421,356545995,804,77,200 +Germany,331422,67720350,804,77,200 +Germany,331491,282837752,804,77,200 +Germany,331492,41685458,804,77,200 +Germany,331511,50551171,804,77,200 +Germany,332115,21687598,804,77,200 +Germany,332211,114628167,804,77,200 +Germany,332212,139034288,804,77,200 +Germany,332213,32860021,804,77,200 +Germany,332214,261043,804,77,200 +Germany,332311,993232,804,77,200 +Germany,332312,155158745,804,77,200 +Germany,332321,10370045,804,77,200 +Germany,332322,2083531,804,77,200 +Germany,332323,15389038,804,77,200 +Germany,332410,90980142,804,77,200 +Germany,332420,31644028,804,77,200 +Germany,332431,23681114,804,77,200 +Germany,332439,51594958,804,77,200 +Germany,332510,245351533,804,77,200 +Germany,332611,46130230,804,77,200 +Germany,332618,80883566,804,77,200 +Germany,332722,186278491,804,77,200 +Germany,332911,628618000,804,77,200 +Germany,332912,204624569,804,77,200 +Germany,332913,42961013,804,77,200 +Germany,332919,106521924,804,77,200 +Germany,332991,286499300,804,77,200 +Germany,332992,160707635,804,77,200 +Germany,332994,110975190,804,77,200 +Germany,332995,30472053,804,77,200 +Germany,332997,295324,804,77,200 +Germany,332998,9920306,804,77,200 +Germany,332999,370214681,804,77,200 +Germany,333111,842013464,804,77,200 +Germany,333120,1211822000,804,77,200 +Germany,333131,131291515,804,77,200 +Germany,333132,92572180,804,77,200 +Germany,333210,59522976,804,77,200 +Germany,333220,445629942,804,77,200 +Germany,333291,147249841,804,77,200 +Germany,333292,301843860,804,77,200 +Germany,333293,281879444,804,77,200 +Germany,333294,177978020,804,77,200 +Germany,333295,347307417,804,77,200 +Germany,333298,37548102,804,77,200 +Germany,333311,3212711,804,77,200 +Germany,333313,80909363,804,77,200 +Germany,333314,479862272,804,77,200 +Germany,333315,62124829,804,77,200 +Germany,333319,41208434,804,77,200 +Germany,333411,53619368,804,77,200 +Germany,333412,146587828,804,77,200 +Germany,333414,54461560,804,77,200 +Germany,333415,160909115,804,77,200 +Germany,333511,99776922,804,77,200 +Germany,333512,383983759,804,77,200 +Germany,333513,218951909,804,77,200 +Germany,333514,79625156,804,77,200 +Germany,333515,335878954,804,77,200 +Germany,333516,41418189,804,77,200 +Germany,333611,421246510,804,77,200 +Germany,333612,549683326,804,77,200 +Germany,333613,337959241,804,77,200 +Germany,333618,1609438611,804,77,200 +Germany,333911,310654443,804,77,200 +Germany,333912,400108470,804,77,200 +Germany,333913,23158875,804,77,200 +Germany,333921,21491757,804,77,200 +Germany,333922,202335206,804,77,200 +Germany,333923,53297691,804,77,200 +Germany,333924,197262923,804,77,200 +Germany,333991,196515616,804,77,200 +Germany,333992,141667451,804,77,200 +Germany,333993,553490275,804,77,200 +Germany,333994,69849693,804,77,200 +Germany,333995,127785983,804,77,200 +Germany,333996,520064440,804,77,200 +Germany,333997,72334016,804,77,200 +Germany,333999,1512257622,804,77,200 +Germany,334111,158465233,804,77,200 +Germany,334112,16288910,804,77,200 +Germany,334119,374201501,804,77,200 +Germany,334210,26125784,804,77,200 +Germany,334220,560147005,804,77,200 +Germany,334290,15599450,804,77,200 +Germany,334310,209432707,804,77,200 +Germany,334411,35385840,804,77,200 +Germany,334412,58836201,804,77,200 +Germany,334413,753712318,804,77,200 +Germany,334414,16685720,804,77,200 +Germany,334415,58647676,804,77,200 +Germany,334416,39160180,804,77,200 +Germany,334417,260371182,804,77,200 +Germany,334418,162197696,804,77,200 +Germany,334419,460937888,804,77,200 +Germany,334510,1173357666,804,77,200 +Germany,334511,255159760,804,77,200 +Germany,334512,35728259,804,77,200 +Germany,334513,712581323,804,77,200 +Germany,334514,21586185,804,77,200 +Germany,334515,753919608,804,77,200 +Germany,334516,826087418,804,77,200 +Germany,334517,1128269105,804,77,200 +Germany,334518,29155393,804,77,200 +Germany,334519,173094776,804,77,200 +Germany,334612,16850588,804,77,200 +Germany,334613,2682806,804,77,200 +Germany,335110,227848695,804,77,200 +Germany,335121,7794405,804,77,200 +Germany,335129,99448555,804,77,200 +Germany,335211,132530322,804,77,200 +Germany,335212,53243151,804,77,200 +Germany,335221,41106914,804,77,200 +Germany,335222,14050280,804,77,200 +Germany,335224,237988805,804,77,200 +Germany,335228,101265312,804,77,200 +Germany,335311,51967218,804,77,200 +Germany,335312,466162698,804,77,200 +Germany,335313,213379132,804,77,200 +Germany,335314,485944226,804,77,200 +Germany,335911,55660686,804,77,200 +Germany,335912,44005558,804,77,200 +Germany,335921,8221137,804,77,200 +Germany,335929,166218853,804,77,200 +Germany,335931,255103298,804,77,200 +Germany,335932,4283040,804,77,200 +Germany,335991,64258108,804,77,200 +Germany,335999,538418219,804,77,200 +Germany,336111,17312527468,804,77,200 +Germany,336120,96348233,804,77,200 +Germany,336211,142899547,804,77,200 +Germany,336212,12846054,804,77,200 +Germany,336213,160728,804,77,200 +Germany,336214,2324432,804,77,200 +Germany,336311,1256601524,804,77,200 +Germany,336321,123741629,804,77,200 +Germany,336322,184113932,804,77,200 +Germany,336330,348074944,804,77,200 +Germany,336340,309668320,804,77,200 +Germany,336350,1180077992,804,77,200 +Germany,336360,143162875,804,77,200 +Germany,336370,13286430,804,77,200 +Germany,336391,32790385,804,77,200 +Germany,336399,1353857072,804,77,200 +Germany,336411,563226042,804,77,200 +Germany,336412,1219065047,804,77,200 +Germany,336413,320282570,804,77,200 +Germany,336415,99970,804,77,200 +Germany,336419,2798791,804,77,200 +Germany,336510,247527746,804,77,200 +Germany,336611,3049328,804,77,200 +Germany,336612,4383961,804,77,200 +Germany,336991,113775848,804,77,200 +Germany,336992,73076287,804,77,200 +Germany,337110,14731629,804,77,200 +Germany,337121,210537,804,77,200 +Germany,337124,6043543,804,77,200 +Germany,337127,134624495,804,77,200 +Germany,337129,141299,804,77,200 +Germany,337211,3925069,804,77,200 +Germany,337214,6519735,804,77,200 +Germany,337215,78107507,804,77,200 +Germany,337910,712602,804,77,200 +Germany,337920,2116422,804,77,200 +Germany,339112,1054966718,804,77,200 +Germany,339113,464914418,804,77,200 +Germany,339114,396751966,804,77,200 +Germany,339115,30434416,804,77,200 +Germany,339911,53712046,804,77,200 +Germany,339912,1559085,804,77,200 +Germany,339913,52929537,804,77,200 +Germany,339914,5912005,804,77,200 +Germany,339920,41773467,804,77,200 +Germany,339932,61056910,804,77,200 +Germany,339941,38929090,804,77,200 +Germany,339942,10560874,804,77,200 +Germany,339943,541379,804,77,200 +Germany,339944,4011595,804,77,200 +Germany,339950,6064637,804,77,200 +Germany,339991,196331558,804,77,200 +Germany,339992,49242805,804,77,200 +Germany,339993,30653467,804,77,200 +Germany,339994,39404581,804,77,200 +Germany,339995,84275,804,77,200 +Germany,339999,67789699,804,77,200 +Germany,511210,2176653,804,77,200 +Germany,910000,438283858,804,77,200 +Germany,920000,505918896,804,77,200 +Germany,980000,1845847543,804,77,200 +Germany,990000,1054671396,804,77,200 +Ghana,111130,21958,805,78,201 +Ghana,111219,6389154,805,78,201 +Ghana,111335,99241509,805,78,201 +Ghana,111339,24145,805,78,201 +Ghana,111998,1210921,805,78,201 +Ghana,112511,24405,805,78,201 +Ghana,112990,486594,805,78,201 +Ghana,113210,3364191,805,78,201 +Ghana,113310,48888,805,78,201 +Ghana,114112,26189,805,78,201 +Ghana,212299,5082068,805,78,201 +Ghana,311211,172315,805,78,201 +Ghana,311221,62605,805,78,201 +Ghana,311223,1582055,805,78,201 +Ghana,311230,220212,805,78,201 +Ghana,311320,88755631,805,78,201 +Ghana,311340,13198,805,78,201 +Ghana,311421,576213,805,78,201 +Ghana,311422,395208,805,78,201 +Ghana,311423,218967,805,78,201 +Ghana,311511,89991,805,78,201 +Ghana,311514,169198,805,78,201 +Ghana,311711,339393,805,78,201 +Ghana,311920,2721,805,78,201 +Ghana,311941,4254,805,78,201 +Ghana,311942,107649,805,78,201 +Ghana,311999,15757,805,78,201 +Ghana,312111,60412,805,78,201 +Ghana,312120,43251,805,78,201 +Ghana,313210,48900,805,78,201 +Ghana,314110,2009,805,78,201 +Ghana,314129,37455,805,78,201 +Ghana,314911,504,805,78,201 +Ghana,314999,19181,805,78,201 +Ghana,315223,630201,805,78,201 +Ghana,315224,1859,805,78,201 +Ghana,315228,20402,805,78,201 +Ghana,315231,736,805,78,201 +Ghana,315232,58417,805,78,201 +Ghana,315233,75790,805,78,201 +Ghana,315234,46317,805,78,201 +Ghana,315239,27841,805,78,201 +Ghana,315291,8826,805,78,201 +Ghana,315991,18714,805,78,201 +Ghana,315993,1450,805,78,201 +Ghana,315999,111610,805,78,201 +Ghana,316214,1157,805,78,201 +Ghana,316991,59820,805,78,201 +Ghana,316992,4111,805,78,201 +Ghana,316993,12903,805,78,201 +Ghana,321113,14662603,805,78,201 +Ghana,321211,5708209,805,78,201 +Ghana,321911,33377,805,78,201 +Ghana,321918,36996,805,78,201 +Ghana,321999,1597069,805,78,201 +Ghana,323117,33987,805,78,201 +Ghana,324110,24859452,805,78,201 +Ghana,325191,281058,805,78,201 +Ghana,325199,878457,805,78,201 +Ghana,325222,270,805,78,201 +Ghana,325611,246647,805,78,201 +Ghana,325620,370726,805,78,201 +Ghana,326113,8347,805,78,201 +Ghana,326122,3425,805,78,201 +Ghana,326160,1366,805,78,201 +Ghana,326199,1044,805,78,201 +Ghana,327215,44006,805,78,201 +Ghana,327991,11158,805,78,201 +Ghana,331419,10992803,805,78,201 +Ghana,331491,132175,805,78,201 +Ghana,331492,7281724,805,78,201 +Ghana,332212,6472,805,78,201 +Ghana,332911,6271,805,78,201 +Ghana,332999,6512,805,78,201 +Ghana,333131,46753,805,78,201 +Ghana,333132,95698,805,78,201 +Ghana,333613,12319,805,78,201 +Ghana,333618,19700,805,78,201 +Ghana,333991,20075,805,78,201 +Ghana,333996,8843,805,78,201 +Ghana,334210,60075,805,78,201 +Ghana,334413,3769,805,78,201 +Ghana,334418,438615,805,78,201 +Ghana,334419,37001,805,78,201 +Ghana,334515,73592,805,78,201 +Ghana,334516,74768,805,78,201 +Ghana,334519,692072,805,78,201 +Ghana,335129,8694,805,78,201 +Ghana,335999,16917,805,78,201 +Ghana,336311,14194,805,78,201 +Ghana,337127,47892,805,78,201 +Ghana,339911,58102,805,78,201 +Ghana,339913,18544,805,78,201 +Ghana,339914,103092,805,78,201 +Ghana,339992,147378,805,78,201 +Ghana,339999,22773,805,78,201 +Ghana,920000,175034,805,78,201 +Ghana,980000,2578180,805,78,201 +Ghana,990000,1045344,805,78,201 +Gibraltar,323119,78755,804,79,202 +Gibraltar,325199,85538,804,79,202 +Gibraltar,325320,204411,804,79,202 +Gibraltar,326220,583,804,79,202 +Gibraltar,326299,1282,804,79,202 +Gibraltar,327211,3996,804,79,202 +Gibraltar,332510,51788,804,79,202 +Gibraltar,333314,40363,804,79,202 +Gibraltar,333315,33368,804,79,202 +Gibraltar,334310,52431,804,79,202 +Gibraltar,334419,61028,804,79,202 +Gibraltar,334513,10521,804,79,202 +Gibraltar,336311,7351,804,79,202 +Gibraltar,336322,5074,804,79,202 +Gibraltar,336350,15569,804,79,202 +Gibraltar,336399,8080,804,79,202 +Gibraltar,339950,1357,804,79,202 +Gibraltar,920000,2766,804,79,202 +Gibraltar,990000,24583,804,79,202 +Greece,111120,433822,804,80,203 +Greece,111130,248940,804,80,203 +Greece,111219,17811,804,80,203 +Greece,111335,19028,804,80,203 +Greece,111339,2418318,804,80,203 +Greece,111910,3261605,804,80,203 +Greece,111998,268796,804,80,203 +Greece,112910,534567,804,80,203 +Greece,112930,4193464,804,80,203 +Greece,113210,470298,804,80,203 +Greece,114111,23354090,804,80,203 +Greece,114119,2292,804,80,203 +Greece,212210,348001,804,80,203 +Greece,212299,5957100,804,80,203 +Greece,212319,15124,804,80,203 +Greece,212325,1326769,804,80,203 +Greece,212393,53574,804,80,203 +Greece,212399,19853864,804,80,203 +Greece,311211,68925,804,80,203 +Greece,311212,24231,804,80,203 +Greece,311221,2723,804,80,203 +Greece,311223,18748766,804,80,203 +Greece,311225,856763,804,80,203 +Greece,311230,6772,804,80,203 +Greece,311311,3898,804,80,203 +Greece,311320,325024,804,80,203 +Greece,311340,1100420,804,80,203 +Greece,311411,1611579,804,80,203 +Greece,311421,137035081,804,80,203 +Greece,311422,2509,804,80,203 +Greece,311423,835641,804,80,203 +Greece,311511,1455769,804,80,203 +Greece,311512,5627,804,80,203 +Greece,311513,21403231,804,80,203 +Greece,311514,200439,804,80,203 +Greece,311711,125346,804,80,203 +Greece,311811,3548420,804,80,203 +Greece,311822,117519,804,80,203 +Greece,311823,1758647,804,80,203 +Greece,311911,691157,804,80,203 +Greece,311920,2213834,804,80,203 +Greece,311941,15167,804,80,203 +Greece,311942,163536,804,80,203 +Greece,311999,466429,804,80,203 +Greece,312111,204159,804,80,203 +Greece,312112,221975,804,80,203 +Greece,312113,6240,804,80,203 +Greece,312120,1037663,804,80,203 +Greece,312130,11266529,804,80,203 +Greece,312140,2889424,804,80,203 +Greece,312221,144387,804,80,203 +Greece,313111,525429,804,80,203 +Greece,313113,907113,804,80,203 +Greece,313210,11204534,804,80,203 +Greece,313221,57751,804,80,203 +Greece,313230,4945489,804,80,203 +Greece,313249,38735,804,80,203 +Greece,313320,56835,804,80,203 +Greece,314110,5191019,804,80,203 +Greece,314121,9528,804,80,203 +Greece,314129,150034,804,80,203 +Greece,314911,680296,804,80,203 +Greece,314912,4914,804,80,203 +Greece,314991,1357696,804,80,203 +Greece,314999,105633,804,80,203 +Greece,315111,612047,804,80,203 +Greece,315221,186188,804,80,203 +Greece,315222,841,804,80,203 +Greece,315223,1044962,804,80,203 +Greece,315224,34301,804,80,203 +Greece,315228,53953,804,80,203 +Greece,315231,14325,804,80,203 +Greece,315232,319632,804,80,203 +Greece,315233,139266,804,80,203 +Greece,315234,55954,804,80,203 +Greece,315239,277985,804,80,203 +Greece,315291,168805,804,80,203 +Greece,315292,4760152,804,80,203 +Greece,315991,175061,804,80,203 +Greece,315992,571,804,80,203 +Greece,315999,38908,804,80,203 +Greece,316110,731747,804,80,203 +Greece,316212,9502,804,80,203 +Greece,316213,17639,804,80,203 +Greece,316214,68692,804,80,203 +Greece,316219,68013,804,80,203 +Greece,316991,20299,804,80,203 +Greece,316992,15821,804,80,203 +Greece,316993,34876,804,80,203 +Greece,316999,448053,804,80,203 +Greece,321113,10398,804,80,203 +Greece,321211,67673,804,80,203 +Greece,321213,42558,804,80,203 +Greece,321911,2701,804,80,203 +Greece,321918,99418,804,80,203 +Greece,321920,146627,804,80,203 +Greece,321999,247657,804,80,203 +Greece,322121,216266,804,80,203 +Greece,322211,23696,804,80,203 +Greece,322212,276780,804,80,203 +Greece,322215,12827,804,80,203 +Greece,322222,1127712,804,80,203 +Greece,322223,39663,804,80,203 +Greece,322291,9139,804,80,203 +Greece,322299,29133,804,80,203 +Greece,323117,878580,804,80,203 +Greece,323118,685,804,80,203 +Greece,323119,228382,804,80,203 +Greece,324110,50191034,804,80,203 +Greece,325110,6439,804,80,203 +Greece,325120,6793,804,80,203 +Greece,325131,3244,804,80,203 +Greece,325132,10258,804,80,203 +Greece,325181,264036,804,80,203 +Greece,325188,1817743,804,80,203 +Greece,325191,40038,804,80,203 +Greece,325192,61898,804,80,203 +Greece,325199,1563701,804,80,203 +Greece,325211,783277,804,80,203 +Greece,325212,61797,804,80,203 +Greece,325222,733299,804,80,203 +Greece,325312,14605,804,80,203 +Greece,325320,2089,804,80,203 +Greece,325411,18060,804,80,203 +Greece,325412,250398,804,80,203 +Greece,325510,1911015,804,80,203 +Greece,325520,5577,804,80,203 +Greece,325611,2300862,804,80,203 +Greece,325613,22938,804,80,203 +Greece,325620,4712981,804,80,203 +Greece,325910,23490,804,80,203 +Greece,325998,1868894,804,80,203 +Greece,326113,4121783,804,80,203 +Greece,326121,1287,804,80,203 +Greece,326122,1144963,804,80,203 +Greece,326160,82221,804,80,203 +Greece,326192,2646,804,80,203 +Greece,326199,7281334,804,80,203 +Greece,326211,361,804,80,203 +Greece,326220,6520442,804,80,203 +Greece,326299,257365,804,80,203 +Greece,327112,204986,804,80,203 +Greece,327113,2765,804,80,203 +Greece,327122,2125,804,80,203 +Greece,327123,3768,804,80,203 +Greece,327212,1079278,804,80,203 +Greece,327213,198429,804,80,203 +Greece,327215,24904,804,80,203 +Greece,327310,11918408,804,80,203 +Greece,327390,6779,804,80,203 +Greece,327910,597355,804,80,203 +Greece,327991,9743146,804,80,203 +Greece,327992,3850131,804,80,203 +Greece,327999,81660,804,80,203 +Greece,331111,53587328,804,80,203 +Greece,331222,332559,804,80,203 +Greece,331312,1120399,804,80,203 +Greece,331315,70860951,804,80,203 +Greece,331316,1355362,804,80,203 +Greece,331319,913613,804,80,203 +Greece,331419,2574,804,80,203 +Greece,331421,8573750,804,80,203 +Greece,331491,4899,804,80,203 +Greece,332115,354626,804,80,203 +Greece,332211,73460919,804,80,203 +Greece,332212,64247,804,80,203 +Greece,332213,92142,804,80,203 +Greece,332312,114219,804,80,203 +Greece,332321,181168,804,80,203 +Greece,332410,7340,804,80,203 +Greece,332420,18123,804,80,203 +Greece,332431,2443,804,80,203 +Greece,332439,45208,804,80,203 +Greece,332510,202552,804,80,203 +Greece,332611,23792,804,80,203 +Greece,332618,237204,804,80,203 +Greece,332722,12355,804,80,203 +Greece,332911,62737,804,80,203 +Greece,332913,9340,804,80,203 +Greece,332919,151181,804,80,203 +Greece,332991,25156,804,80,203 +Greece,332992,7845377,804,80,203 +Greece,332994,12807,804,80,203 +Greece,332998,696931,804,80,203 +Greece,332999,3361467,804,80,203 +Greece,333111,537915,804,80,203 +Greece,333120,142094,804,80,203 +Greece,333220,2575,804,80,203 +Greece,333291,49275,804,80,203 +Greece,333292,1449053,804,80,203 +Greece,333293,469118,804,80,203 +Greece,333294,230700,804,80,203 +Greece,333295,65217,804,80,203 +Greece,333298,7064,804,80,203 +Greece,333313,6787,804,80,203 +Greece,333315,37921,804,80,203 +Greece,333319,94093,804,80,203 +Greece,333414,26608,804,80,203 +Greece,333415,36987,804,80,203 +Greece,333511,110930,804,80,203 +Greece,333512,21715,804,80,203 +Greece,333513,267363,804,80,203 +Greece,333514,6956,804,80,203 +Greece,333515,671075,804,80,203 +Greece,333516,2325,804,80,203 +Greece,333612,803322,804,80,203 +Greece,333613,8885,804,80,203 +Greece,333618,223899,804,80,203 +Greece,333911,389571,804,80,203 +Greece,333912,10111,804,80,203 +Greece,333921,38154,804,80,203 +Greece,333991,49552,804,80,203 +Greece,333992,791259,804,80,203 +Greece,333993,34219,804,80,203 +Greece,333996,2163,804,80,203 +Greece,333999,2349758,804,80,203 +Greece,334111,13095,804,80,203 +Greece,334112,4728,804,80,203 +Greece,334119,460369,804,80,203 +Greece,334210,4065,804,80,203 +Greece,334220,733888,804,80,203 +Greece,334290,2318,804,80,203 +Greece,334310,64897,804,80,203 +Greece,334412,34924,804,80,203 +Greece,334413,83748,804,80,203 +Greece,334414,2714,804,80,203 +Greece,334415,9939457,804,80,203 +Greece,334417,8074750,804,80,203 +Greece,334418,3303504,804,80,203 +Greece,334419,3761108,804,80,203 +Greece,334510,179469,804,80,203 +Greece,334511,2254284,804,80,203 +Greece,334513,101231,804,80,203 +Greece,334514,5070,804,80,203 +Greece,334515,62926,804,80,203 +Greece,334516,64741,804,80,203 +Greece,334517,43190,804,80,203 +Greece,334518,18072,804,80,203 +Greece,334519,40457,804,80,203 +Greece,334612,192171,804,80,203 +Greece,334613,85239,804,80,203 +Greece,335121,128134,804,80,203 +Greece,335129,107378,804,80,203 +Greece,335211,15673,804,80,203 +Greece,335221,11945,804,80,203 +Greece,335222,181648,804,80,203 +Greece,335228,309315,804,80,203 +Greece,335312,46108,804,80,203 +Greece,335313,239762,804,80,203 +Greece,335314,424164,804,80,203 +Greece,335911,2615,804,80,203 +Greece,335912,14896,804,80,203 +Greece,335929,3460299,804,80,203 +Greece,335931,1395948,804,80,203 +Greece,335991,44376,804,80,203 +Greece,335999,124760,804,80,203 +Greece,336111,127750,804,80,203 +Greece,336311,20255,804,80,203 +Greece,336322,9870588,804,80,203 +Greece,336330,2259,804,80,203 +Greece,336340,2114,804,80,203 +Greece,336360,5979,804,80,203 +Greece,336399,180569,804,80,203 +Greece,336412,613037,804,80,203 +Greece,336413,32881052,804,80,203 +Greece,336510,14078,804,80,203 +Greece,336611,11000,804,80,203 +Greece,336992,7244,804,80,203 +Greece,337121,802,804,80,203 +Greece,337124,188352,804,80,203 +Greece,337127,781793,804,80,203 +Greece,337211,4538,804,80,203 +Greece,337214,1687,804,80,203 +Greece,337215,73982,804,80,203 +Greece,337910,272873,804,80,203 +Greece,339112,80193,804,80,203 +Greece,339113,651521,804,80,203 +Greece,339114,80683,804,80,203 +Greece,339911,7705942,804,80,203 +Greece,339912,3703,804,80,203 +Greece,339913,510296,804,80,203 +Greece,339914,145675,804,80,203 +Greece,339920,1840,804,80,203 +Greece,339932,378578,804,80,203 +Greece,339941,15510,804,80,203 +Greece,339950,25678,804,80,203 +Greece,339991,72663,804,80,203 +Greece,339994,121185,804,80,203 +Greece,339999,263974,804,80,203 +Greece,511210,6666,804,80,203 +Greece,910000,307260,804,80,203 +Greece,920000,32854569,804,80,203 +Greece,980000,59580543,804,80,203 +Greece,990000,6439070,804,80,203 +Greenland,114111,1573467,803,81,204 +Greenland,114112,6633041,803,81,204 +Greenland,333313,3141,803,81,204 +Greenland,334516,17570,803,81,204 +Greenland,980000,302978,803,81,204 +Greenland,990000,7648,803,81,204 +Grenada,111219,2560,803,82,205 +Grenada,114111,6118768,803,82,205 +Grenada,311320,81913,803,82,205 +Grenada,311411,83074,803,82,205 +Grenada,311942,1156032,803,82,205 +Grenada,314110,68302,803,82,205 +Grenada,325620,2602,803,82,205 +Grenada,325998,2909,803,82,205 +Grenada,334210,112959,803,82,205 +Grenada,334220,9638,803,82,205 +Grenada,335314,159861,803,82,205 +Grenada,336399,25884,803,82,205 +Grenada,910000,33691,803,82,205 +Grenada,920000,4950,803,82,205 +Grenada,980000,296252,803,82,205 +Grenada,990000,162823,803,82,205 +Guatemala,111120,12198740,803,83,206 +Guatemala,111130,763592,803,83,206 +Guatemala,111140,15807,803,83,206 +Guatemala,111150,27370,803,83,206 +Guatemala,111219,197218472,803,83,206 +Guatemala,111320,3794988,803,83,206 +Guatemala,111334,5758933,803,83,206 +Guatemala,111335,9759471,803,83,206 +Guatemala,111339,866694097,803,83,206 +Guatemala,111421,17735636,803,83,206 +Guatemala,111422,18947648,803,83,206 +Guatemala,111910,26414465,803,83,206 +Guatemala,111930,22869,803,83,206 +Guatemala,111998,888025,803,83,206 +Guatemala,112910,182884,803,83,206 +Guatemala,112920,159686,803,83,206 +Guatemala,113210,31111296,803,83,206 +Guatemala,113310,92606,803,83,206 +Guatemala,114111,4897473,803,83,206 +Guatemala,114112,12646858,803,83,206 +Guatemala,114119,4874,803,83,206 +Guatemala,211111,236265421,803,83,206 +Guatemala,212393,5388,803,83,206 +Guatemala,212399,6694015,803,83,206 +Guatemala,311211,120553,803,83,206 +Guatemala,311212,23330,803,83,206 +Guatemala,311223,1512965,803,83,206 +Guatemala,311230,541747,803,83,206 +Guatemala,311311,236806299,803,83,206 +Guatemala,311320,454995,803,83,206 +Guatemala,311340,2571603,803,83,206 +Guatemala,311411,51359990,803,83,206 +Guatemala,311421,17202244,803,83,206 +Guatemala,311422,31066,803,83,206 +Guatemala,311423,224938,803,83,206 +Guatemala,311513,16395,803,83,206 +Guatemala,311514,65765,803,83,206 +Guatemala,311613,22731,803,83,206 +Guatemala,311711,318072,803,83,206 +Guatemala,311811,496920,803,83,206 +Guatemala,311823,676234,803,83,206 +Guatemala,311911,959769,803,83,206 +Guatemala,311919,475553,803,83,206 +Guatemala,311920,9171707,803,83,206 +Guatemala,311930,1037315,803,83,206 +Guatemala,311941,477799,803,83,206 +Guatemala,311942,12592590,803,83,206 +Guatemala,311999,18224461,803,83,206 +Guatemala,312111,5068756,803,83,206 +Guatemala,312120,1851071,803,83,206 +Guatemala,312140,3954474,803,83,206 +Guatemala,312229,188353,803,83,206 +Guatemala,313111,12499,803,83,206 +Guatemala,313113,960,803,83,206 +Guatemala,313210,1364664,803,83,206 +Guatemala,313221,90391,803,83,206 +Guatemala,313230,72221,803,83,206 +Guatemala,313249,230011,803,83,206 +Guatemala,313320,6187,803,83,206 +Guatemala,314110,1201963,803,83,206 +Guatemala,314121,330,803,83,206 +Guatemala,314129,3434470,803,83,206 +Guatemala,314911,744948,803,83,206 +Guatemala,314912,136557,803,83,206 +Guatemala,314991,1067588,803,83,206 +Guatemala,314999,454712,803,83,206 +Guatemala,315111,2450812,803,83,206 +Guatemala,315221,15023385,803,83,206 +Guatemala,315222,991870,803,83,206 +Guatemala,315223,186105350,803,83,206 +Guatemala,315224,64123379,803,83,206 +Guatemala,315228,40152062,803,83,206 +Guatemala,315231,8287873,803,83,206 +Guatemala,315232,516273451,803,83,206 +Guatemala,315233,16188290,803,83,206 +Guatemala,315234,50443025,803,83,206 +Guatemala,315239,258929760,803,83,206 +Guatemala,315291,27497666,803,83,206 +Guatemala,315292,10140,803,83,206 +Guatemala,315991,443442,803,83,206 +Guatemala,315992,3679496,803,83,206 +Guatemala,315993,36061,803,83,206 +Guatemala,315999,21622400,803,83,206 +Guatemala,316211,223845,803,83,206 +Guatemala,316212,839,803,83,206 +Guatemala,316213,2278961,803,83,206 +Guatemala,316214,273354,803,83,206 +Guatemala,316219,13440,803,83,206 +Guatemala,316991,266189,803,83,206 +Guatemala,316992,533328,803,83,206 +Guatemala,316993,320311,803,83,206 +Guatemala,316999,16716,803,83,206 +Guatemala,321113,8153268,803,83,206 +Guatemala,321211,1022138,803,83,206 +Guatemala,321213,133197,803,83,206 +Guatemala,321911,3136980,803,83,206 +Guatemala,321918,64248,803,83,206 +Guatemala,321920,2828,803,83,206 +Guatemala,321999,294819,803,83,206 +Guatemala,322211,31762,803,83,206 +Guatemala,322212,850960,803,83,206 +Guatemala,322213,88893,803,83,206 +Guatemala,322215,268187,803,83,206 +Guatemala,322222,55726,803,83,206 +Guatemala,322223,665533,803,83,206 +Guatemala,322224,273930,803,83,206 +Guatemala,322291,186444,803,83,206 +Guatemala,322299,3286,803,83,206 +Guatemala,323116,47380,803,83,206 +Guatemala,323117,248726,803,83,206 +Guatemala,323118,2875,803,83,206 +Guatemala,323119,55072,803,83,206 +Guatemala,324110,13045,803,83,206 +Guatemala,325188,7875,803,83,206 +Guatemala,325191,395550,803,83,206 +Guatemala,325199,7324044,803,83,206 +Guatemala,325211,1474696,803,83,206 +Guatemala,325221,524,803,83,206 +Guatemala,325222,3370087,803,83,206 +Guatemala,325312,67447,803,83,206 +Guatemala,325320,1285612,803,83,206 +Guatemala,325412,79586,803,83,206 +Guatemala,325414,385389,803,83,206 +Guatemala,325510,3419,803,83,206 +Guatemala,325611,5894106,803,83,206 +Guatemala,325612,27390,803,83,206 +Guatemala,325620,688478,803,83,206 +Guatemala,325910,158359,803,83,206 +Guatemala,325998,3717136,803,83,206 +Guatemala,326113,6662748,803,83,206 +Guatemala,326121,275,803,83,206 +Guatemala,326122,633,803,83,206 +Guatemala,326160,1852046,803,83,206 +Guatemala,326199,2595952,803,83,206 +Guatemala,326220,2300,803,83,206 +Guatemala,326299,172179,803,83,206 +Guatemala,327111,111143,803,83,206 +Guatemala,327112,25994,803,83,206 +Guatemala,327122,735506,803,83,206 +Guatemala,327123,76420,803,83,206 +Guatemala,327125,20802,803,83,206 +Guatemala,327212,50501,803,83,206 +Guatemala,327213,533674,803,83,206 +Guatemala,327215,77289,803,83,206 +Guatemala,327310,34475,803,83,206 +Guatemala,327991,212606,803,83,206 +Guatemala,327993,15665,803,83,206 +Guatemala,331111,3114516,803,83,206 +Guatemala,331312,32303,803,83,206 +Guatemala,331419,506039991,803,83,206 +Guatemala,331491,2184,803,83,206 +Guatemala,332115,100264,803,83,206 +Guatemala,332212,6249,803,83,206 +Guatemala,332321,33555,803,83,206 +Guatemala,332410,9236,803,83,206 +Guatemala,332420,1236275,803,83,206 +Guatemala,332439,796650,803,83,206 +Guatemala,332618,69934,803,83,206 +Guatemala,332911,19867,803,83,206 +Guatemala,332991,14811,803,83,206 +Guatemala,332999,37370,803,83,206 +Guatemala,333111,35000,803,83,206 +Guatemala,333120,23515,803,83,206 +Guatemala,333131,79076,803,83,206 +Guatemala,333132,235206,803,83,206 +Guatemala,333210,4755,803,83,206 +Guatemala,333220,968603,803,83,206 +Guatemala,333292,5494,803,83,206 +Guatemala,333293,3026,803,83,206 +Guatemala,333315,102017,803,83,206 +Guatemala,333415,7746820,803,83,206 +Guatemala,333516,12514,803,83,206 +Guatemala,333613,29492,803,83,206 +Guatemala,333618,146893,803,83,206 +Guatemala,333911,10380,803,83,206 +Guatemala,333912,3963,803,83,206 +Guatemala,333995,11521,803,83,206 +Guatemala,333996,49924,803,83,206 +Guatemala,333999,32120,803,83,206 +Guatemala,334111,10458,803,83,206 +Guatemala,334119,326013,803,83,206 +Guatemala,334220,6144224,803,83,206 +Guatemala,334413,137295,803,83,206 +Guatemala,334416,23020,803,83,206 +Guatemala,334418,9892,803,83,206 +Guatemala,334419,2949,803,83,206 +Guatemala,334513,796507,803,83,206 +Guatemala,334515,17530,803,83,206 +Guatemala,334516,49715,803,83,206 +Guatemala,334519,11845,803,83,206 +Guatemala,334613,9343,803,83,206 +Guatemala,335121,42593,803,83,206 +Guatemala,335129,6645,803,83,206 +Guatemala,335221,36663,803,83,206 +Guatemala,335222,2063388,803,83,206 +Guatemala,335224,20957,803,83,206 +Guatemala,335911,5055,803,83,206 +Guatemala,335912,219725,803,83,206 +Guatemala,335999,30409,803,83,206 +Guatemala,336311,111227,803,83,206 +Guatemala,336321,24926,803,83,206 +Guatemala,336322,31770,803,83,206 +Guatemala,336330,2190,803,83,206 +Guatemala,336350,110444,803,83,206 +Guatemala,336399,2266080,803,83,206 +Guatemala,336412,11611,803,83,206 +Guatemala,337110,21588,803,83,206 +Guatemala,337124,45084,803,83,206 +Guatemala,337127,791879,803,83,206 +Guatemala,337215,26998,803,83,206 +Guatemala,337910,73544,803,83,206 +Guatemala,337920,102026,803,83,206 +Guatemala,339112,2258325,803,83,206 +Guatemala,339113,13350964,803,83,206 +Guatemala,339911,19264585,803,83,206 +Guatemala,339913,121517,803,83,206 +Guatemala,339914,970670,803,83,206 +Guatemala,339920,1064732,803,83,206 +Guatemala,339932,517059,803,83,206 +Guatemala,339942,2711,803,83,206 +Guatemala,339950,6641,803,83,206 +Guatemala,339993,9384,803,83,206 +Guatemala,339994,325895,803,83,206 +Guatemala,339999,685191,803,83,206 +Guatemala,910000,43150657,803,83,206 +Guatemala,920000,22128,803,83,206 +Guatemala,980000,23115884,803,83,206 +Guatemala,990000,10938577,803,83,206 +Guinea,111335,57669,805,84,207 +Guinea,111339,448417,805,84,207 +Guinea,111998,4664,805,84,207 +Guinea,112990,41549,805,84,207 +Guinea,114111,147533,805,84,207 +Guinea,212299,106221165,805,84,207 +Guinea,212399,3638,805,84,207 +Guinea,311223,115515,805,84,207 +Guinea,311423,2420,805,84,207 +Guinea,311711,104529,805,84,207 +Guinea,311999,3260,805,84,207 +Guinea,312111,5500,805,84,207 +Guinea,312140,319523,805,84,207 +Guinea,313210,719,805,84,207 +Guinea,314991,1050,805,84,207 +Guinea,315221,940,805,84,207 +Guinea,315228,1603,805,84,207 +Guinea,315232,660,805,84,207 +Guinea,315233,10532,805,84,207 +Guinea,315234,2484,805,84,207 +Guinea,315239,1309,805,84,207 +Guinea,315999,8220,805,84,207 +Guinea,316110,2323,805,84,207 +Guinea,321113,297954,805,84,207 +Guinea,321211,134013,805,84,207 +Guinea,321999,16309,805,84,207 +Guinea,322299,44818,805,84,207 +Guinea,325199,17380,805,84,207 +Guinea,325414,8523,805,84,207 +Guinea,325510,3494,805,84,207 +Guinea,325998,129044,805,84,207 +Guinea,326113,6104,805,84,207 +Guinea,326199,4000,805,84,207 +Guinea,331419,276166,805,84,207 +Guinea,332211,3783,805,84,207 +Guinea,332212,17619,805,84,207 +Guinea,332420,96800,805,84,207 +Guinea,332999,8800,805,84,207 +Guinea,333120,191356,805,84,207 +Guinea,333220,6452,805,84,207 +Guinea,333295,26400,805,84,207 +Guinea,333515,75263,805,84,207 +Guinea,333612,18470,805,84,207 +Guinea,334119,22206,805,84,207 +Guinea,334220,296625,805,84,207 +Guinea,334413,667555,805,84,207 +Guinea,334417,40548,805,84,207 +Guinea,334515,3371,805,84,207 +Guinea,334516,2650,805,84,207 +Guinea,334517,6795,805,84,207 +Guinea,335929,11037,805,84,207 +Guinea,337127,9106,805,84,207 +Guinea,339913,637448,805,84,207 +Guinea,339932,185119,805,84,207 +Guinea,339991,4279,805,84,207 +Guinea,339992,19525,805,84,207 +Guinea,339999,8896,805,84,207 +Guinea,910000,18206,805,84,207 +Guinea,920000,517660,805,84,207 +Guinea,980000,2014858,805,84,207 +Guinea,990000,160616,805,84,207 +Guinea-Bissau,334111,4017,805,85,208 +Guinea-Bissau,334413,12950,805,85,208 +Guinea-Bissau,339913,844006,805,85,208 +Guinea-Bissau,920000,23871,805,85,208 +Guinea-Bissau,990000,2372,805,85,208 +Guyana,111150,79059,803,86,209 +Guyana,111910,96094,803,86,209 +Guyana,112511,11675,803,86,209 +Guyana,112990,136142,803,86,209 +Guyana,113210,3220,803,86,209 +Guyana,113310,681678,803,86,209 +Guyana,114111,7396388,803,86,209 +Guyana,114112,31645208,803,86,209 +Guyana,212299,28851278,803,86,209 +Guyana,212399,8947,803,86,209 +Guyana,311212,8372,803,86,209 +Guyana,311225,31028,803,86,209 +Guyana,311311,18455865,803,86,209 +Guyana,311421,26245,803,86,209 +Guyana,311511,3105,803,86,209 +Guyana,311512,4645,803,86,209 +Guyana,311514,14237,803,86,209 +Guyana,311711,465849,803,86,209 +Guyana,311811,45194,803,86,209 +Guyana,311823,759806,803,86,209 +Guyana,311941,131815,803,86,209 +Guyana,311942,9593,803,86,209 +Guyana,311999,186745,803,86,209 +Guyana,312111,90576,803,86,209 +Guyana,312140,4303718,803,86,209 +Guyana,312229,115147,803,86,209 +Guyana,314999,2343,803,86,209 +Guyana,315221,39268,803,86,209 +Guyana,315223,110061,803,86,209 +Guyana,315228,2013708,803,86,209 +Guyana,315231,112733,803,86,209 +Guyana,315232,221870,803,86,209 +Guyana,315234,31634,803,86,209 +Guyana,315239,1661466,803,86,209 +Guyana,315999,3203,803,86,209 +Guyana,316214,1919,803,86,209 +Guyana,316219,1305,803,86,209 +Guyana,321113,3310018,803,86,209 +Guyana,321211,2152235,803,86,209 +Guyana,321213,31475,803,86,209 +Guyana,321918,140929,803,86,209 +Guyana,323119,21410,803,86,209 +Guyana,325199,8210,803,86,209 +Guyana,325320,69482,803,86,209 +Guyana,325411,81944,803,86,209 +Guyana,325620,76627,803,86,209 +Guyana,326199,2157,803,86,209 +Guyana,331311,1356720,803,86,209 +Guyana,331419,199319372,803,86,209 +Guyana,331511,4370,803,86,209 +Guyana,332410,22546,803,86,209 +Guyana,332911,10618,803,86,209 +Guyana,332999,2451,803,86,209 +Guyana,333120,35866,803,86,209 +Guyana,333131,3059,803,86,209 +Guyana,333414,17910,803,86,209 +Guyana,333515,5523,803,86,209 +Guyana,333612,33425,803,86,209 +Guyana,333618,333067,803,86,209 +Guyana,333911,2311,803,86,209 +Guyana,333912,3153,803,86,209 +Guyana,333993,49100,803,86,209 +Guyana,333995,2518,803,86,209 +Guyana,333996,43732,803,86,209 +Guyana,333999,2468,803,86,209 +Guyana,334220,37514,803,86,209 +Guyana,334413,7118,803,86,209 +Guyana,334418,5128,803,86,209 +Guyana,334419,2802,803,86,209 +Guyana,334519,20266,803,86,209 +Guyana,334612,3631,803,86,209 +Guyana,335314,16000,803,86,209 +Guyana,335999,2486,803,86,209 +Guyana,336311,88217,803,86,209 +Guyana,336322,10854,803,86,209 +Guyana,339911,23001,803,86,209 +Guyana,339913,731810,803,86,209 +Guyana,339991,3901,803,86,209 +Guyana,910000,385776,803,86,209 +Guyana,920000,43980,803,86,209 +Guyana,980000,762721,803,86,209 +Guyana,990000,381836,803,86,209 +Haiti,111199,21400,803,87,210 +Haiti,111219,85070,803,87,210 +Haiti,111335,4162768,803,87,210 +Haiti,111339,9580922,803,87,210 +Haiti,111998,87399,803,87,210 +Haiti,112511,451087,803,87,210 +Haiti,112990,97873,803,87,210 +Haiti,114112,323563,803,87,210 +Haiti,114119,94673,803,87,210 +Haiti,212399,4174,803,87,210 +Haiti,311225,75333,803,87,210 +Haiti,311421,568457,803,87,210 +Haiti,311423,30350,803,87,210 +Haiti,311514,25750,803,87,210 +Haiti,311711,23043,803,87,210 +Haiti,311811,96046,803,87,210 +Haiti,311823,121647,803,87,210 +Haiti,311920,6915,803,87,210 +Haiti,311942,10910,803,87,210 +Haiti,311999,36703,803,87,210 +Haiti,312120,678002,803,87,210 +Haiti,312140,1157041,803,87,210 +Haiti,313210,436,803,87,210 +Haiti,313221,1968,803,87,210 +Haiti,313249,50999,803,87,210 +Haiti,313312,1428,803,87,210 +Haiti,314110,1418,803,87,210 +Haiti,314129,25971,803,87,210 +Haiti,314911,5346,803,87,210 +Haiti,314999,484591,803,87,210 +Haiti,315221,128212327,803,87,210 +Haiti,315222,13583239,803,87,210 +Haiti,315223,264983748,803,87,210 +Haiti,315224,53536109,803,87,210 +Haiti,315228,10039002,803,87,210 +Haiti,315231,13353534,803,87,210 +Haiti,315232,22195196,803,87,210 +Haiti,315233,41900,803,87,210 +Haiti,315234,410130,803,87,210 +Haiti,315239,21671905,803,87,210 +Haiti,315291,28091,803,87,210 +Haiti,315991,21566,803,87,210 +Haiti,315992,471428,803,87,210 +Haiti,315999,953,803,87,210 +Haiti,316110,993,803,87,210 +Haiti,316214,591,803,87,210 +Haiti,316991,2965,803,87,210 +Haiti,316992,5784,803,87,210 +Haiti,316999,1709096,803,87,210 +Haiti,321999,350837,803,87,210 +Haiti,323117,2597,803,87,210 +Haiti,325199,14898,803,87,210 +Haiti,325620,88304,803,87,210 +Haiti,325998,3927561,803,87,210 +Haiti,326199,15150,803,87,210 +Haiti,326299,35914,803,87,210 +Haiti,327112,91010,803,87,210 +Haiti,327113,2799,803,87,210 +Haiti,327212,42220,803,87,210 +Haiti,327390,37753,803,87,210 +Haiti,327991,19446,803,87,210 +Haiti,327999,505818,803,87,210 +Haiti,332420,77460,803,87,210 +Haiti,332618,17266,803,87,210 +Haiti,332911,2274,803,87,210 +Haiti,332999,227863,803,87,210 +Haiti,333618,172742,803,87,210 +Haiti,333911,2752,803,87,210 +Haiti,333996,8847,803,87,210 +Haiti,334111,8819,803,87,210 +Haiti,334119,4256,803,87,210 +Haiti,334220,167755,803,87,210 +Haiti,334413,23027,803,87,210 +Haiti,334416,2574327,803,87,210 +Haiti,334419,4250,803,87,210 +Haiti,334513,3071,803,87,210 +Haiti,335121,626,803,87,210 +Haiti,335129,15400,803,87,210 +Haiti,335311,146501,803,87,210 +Haiti,336311,52775,803,87,210 +Haiti,336322,3274,803,87,210 +Haiti,337124,661,803,87,210 +Haiti,337127,9132,803,87,210 +Haiti,339911,1418804,803,87,210 +Haiti,339913,2938,803,87,210 +Haiti,339920,357741,803,87,210 +Haiti,339932,3833,803,87,210 +Haiti,339993,44088,803,87,210 +Haiti,339999,25427,803,87,210 +Haiti,910000,1198565,803,87,210 +Haiti,920000,489542,803,87,210 +Haiti,980000,3756513,803,87,210 +Haiti,990000,428530,803,87,210 +Heard Island and McDonald Islands,980000,3300,805,88,211 +Heard Island and McDonald Islands,990000,1069,805,88,211 +Holy See,314999,8239,804,89,212 +Holy See,315228,4396,804,89,212 +Holy See,315239,3123,804,89,212 +Holy See,315999,9223,804,89,212 +Holy See,326199,49191,804,89,212 +Holy See,331315,20834,804,89,212 +Holy See,332911,1382970,804,89,212 +Holy See,333612,130258,804,89,212 +Holy See,333993,41945,804,89,212 +Holy See,334119,11032,804,89,212 +Holy See,334220,2216,804,89,212 +Holy See,334412,3147,804,89,212 +Holy See,334515,5920,804,89,212 +Holy See,337127,51081,804,89,212 +Holy See,339911,3153,804,89,212 +Holy See,339912,16813,804,89,212 +Holy See,339932,20913,804,89,212 +Holy See,339991,2789,804,89,212 +Holy See,339999,6044,804,89,212 +Holy See,980000,239200,804,89,212 +Holy See,990000,84201,804,89,212 +Honduras,111130,371939,803,90,213 +Honduras,111219,78173308,803,90,213 +Honduras,111320,146751,803,90,213 +Honduras,111335,163471,803,90,213 +Honduras,111339,296182909,803,90,213 +Honduras,111421,1057838,803,90,213 +Honduras,111422,63181,803,90,213 +Honduras,111910,1091164,803,90,213 +Honduras,111998,2087907,803,90,213 +Honduras,112920,12744,803,90,213 +Honduras,113210,113197,803,90,213 +Honduras,113310,3426852,803,90,213 +Honduras,114111,64518254,803,90,213 +Honduras,114112,121718155,803,90,213 +Honduras,212319,2126511,803,90,213 +Honduras,311211,78163,803,90,213 +Honduras,311223,171048,803,90,213 +Honduras,311311,23271292,803,90,213 +Honduras,311320,17012,803,90,213 +Honduras,311411,7663869,803,90,213 +Honduras,311421,20781022,803,90,213 +Honduras,311423,5114,803,90,213 +Honduras,311512,68620,803,90,213 +Honduras,311513,62065,803,90,213 +Honduras,311514,1338432,803,90,213 +Honduras,311611,5084692,803,90,213 +Honduras,311613,120056,803,90,213 +Honduras,311711,19562,803,90,213 +Honduras,311811,2052113,803,90,213 +Honduras,311911,12413,803,90,213 +Honduras,311919,846897,803,90,213 +Honduras,311920,10486096,803,90,213 +Honduras,311941,62728,803,90,213 +Honduras,311942,1410732,803,90,213 +Honduras,311999,112630,803,90,213 +Honduras,312111,5675248,803,90,213 +Honduras,312120,395105,803,90,213 +Honduras,312130,3188,803,90,213 +Honduras,312229,70503891,803,90,213 +Honduras,313111,375294,803,90,213 +Honduras,313113,829474,803,90,213 +Honduras,313210,9240,803,90,213 +Honduras,313221,791028,803,90,213 +Honduras,313230,385606,803,90,213 +Honduras,313249,178829,803,90,213 +Honduras,313320,2021,803,90,213 +Honduras,314110,2030,803,90,213 +Honduras,314129,864265,803,90,213 +Honduras,314911,4190638,803,90,213 +Honduras,314991,127079,803,90,213 +Honduras,314999,5269724,803,90,213 +Honduras,315111,252676500,803,90,213 +Honduras,315221,301921290,803,90,213 +Honduras,315222,432143,803,90,213 +Honduras,315223,900935423,803,90,213 +Honduras,315224,152078308,803,90,213 +Honduras,315228,159693143,803,90,213 +Honduras,315231,274542702,803,90,213 +Honduras,315232,304874643,803,90,213 +Honduras,315233,330572,803,90,213 +Honduras,315234,23353851,803,90,213 +Honduras,315239,62335403,803,90,213 +Honduras,315291,27935102,803,90,213 +Honduras,315991,799882,803,90,213 +Honduras,315992,7842311,803,90,213 +Honduras,315999,72437123,803,90,213 +Honduras,316110,34338,803,90,213 +Honduras,316211,1080,803,90,213 +Honduras,316214,52125,803,90,213 +Honduras,316991,10572,803,90,213 +Honduras,316992,83334,803,90,213 +Honduras,316993,5360,803,90,213 +Honduras,316999,439,803,90,213 +Honduras,321113,2276150,803,90,213 +Honduras,321213,66110,803,90,213 +Honduras,321911,1757764,803,90,213 +Honduras,321918,209857,803,90,213 +Honduras,321920,789502,803,90,213 +Honduras,321999,9618645,803,90,213 +Honduras,322211,45795,803,90,213 +Honduras,322212,63531,803,90,213 +Honduras,322213,33740,803,90,213 +Honduras,322215,2204248,803,90,213 +Honduras,322222,39275,803,90,213 +Honduras,322223,386026,803,90,213 +Honduras,322299,9515,803,90,213 +Honduras,323117,2183,803,90,213 +Honduras,323119,995532,803,90,213 +Honduras,324110,5209,803,90,213 +Honduras,325131,3301,803,90,213 +Honduras,325132,20030,803,90,213 +Honduras,325191,703419,803,90,213 +Honduras,325211,1651899,803,90,213 +Honduras,325222,1361368,803,90,213 +Honduras,325412,2377,803,90,213 +Honduras,325414,264369,803,90,213 +Honduras,325510,4209,803,90,213 +Honduras,325520,24735,803,90,213 +Honduras,325611,117003,803,90,213 +Honduras,325613,41263,803,90,213 +Honduras,325620,23981,803,90,213 +Honduras,325910,31542,803,90,213 +Honduras,325998,240383,803,90,213 +Honduras,326113,156086,803,90,213 +Honduras,326122,597,803,90,213 +Honduras,326160,110392,803,90,213 +Honduras,326191,2243,803,90,213 +Honduras,326199,1638156,803,90,213 +Honduras,326220,10578,803,90,213 +Honduras,326299,1800,803,90,213 +Honduras,327112,143615,803,90,213 +Honduras,327122,191562,803,90,213 +Honduras,327123,20070,803,90,213 +Honduras,327212,4669,803,90,213 +Honduras,327390,61609,803,90,213 +Honduras,327991,768955,803,90,213 +Honduras,327999,487341,803,90,213 +Honduras,331319,4419,803,90,213 +Honduras,331419,83197125,803,90,213 +Honduras,331422,15176,803,90,213 +Honduras,331491,10580277,803,90,213 +Honduras,332212,1320047,803,90,213 +Honduras,332312,91914,803,90,213 +Honduras,332321,291763,803,90,213 +Honduras,332410,6375,803,90,213 +Honduras,332420,19671,803,90,213 +Honduras,332439,781474,803,90,213 +Honduras,332510,12574,803,90,213 +Honduras,332618,316536,803,90,213 +Honduras,332722,4628,803,90,213 +Honduras,332911,28659,803,90,213 +Honduras,332999,166903,803,90,213 +Honduras,333111,25900,803,90,213 +Honduras,333120,12760,803,90,213 +Honduras,333220,16397,803,90,213 +Honduras,333292,268309,803,90,213 +Honduras,333295,482995,803,90,213 +Honduras,333511,39124,803,90,213 +Honduras,333513,4478,803,90,213 +Honduras,333514,65852,803,90,213 +Honduras,333612,3286,803,90,213 +Honduras,333618,128354,803,90,213 +Honduras,333911,2800,803,90,213 +Honduras,333912,13160,803,90,213 +Honduras,333924,7272,803,90,213 +Honduras,333992,3650,803,90,213 +Honduras,333993,27494,803,90,213 +Honduras,333994,3242,803,90,213 +Honduras,333996,9865,803,90,213 +Honduras,333997,5474,803,90,213 +Honduras,333999,76931,803,90,213 +Honduras,334119,65163,803,90,213 +Honduras,334220,51755,803,90,213 +Honduras,334290,23001,803,90,213 +Honduras,334413,23257,803,90,213 +Honduras,334414,3733,803,90,213 +Honduras,334415,2750,803,90,213 +Honduras,334416,1525615,803,90,213 +Honduras,334417,13761760,803,90,213 +Honduras,334418,323156,803,90,213 +Honduras,334419,142255,803,90,213 +Honduras,334510,5750,803,90,213 +Honduras,334512,16092,803,90,213 +Honduras,334515,252783,803,90,213 +Honduras,334516,6000,803,90,213 +Honduras,334519,33596,803,90,213 +Honduras,335121,1486,803,90,213 +Honduras,335129,23191,803,90,213 +Honduras,335224,99001,803,90,213 +Honduras,335311,19336,803,90,213 +Honduras,335312,2757,803,90,213 +Honduras,335313,10253169,803,90,213 +Honduras,335314,89124,803,90,213 +Honduras,335911,17399,803,90,213 +Honduras,335912,5412,803,90,213 +Honduras,335929,765248,803,90,213 +Honduras,335931,32559,803,90,213 +Honduras,335999,64611,803,90,213 +Honduras,336311,63740,803,90,213 +Honduras,336321,23167,803,90,213 +Honduras,336322,333355400,803,90,213 +Honduras,336330,42888,803,90,213 +Honduras,336350,35432,803,90,213 +Honduras,336360,5194879,803,90,213 +Honduras,336399,67983296,803,90,213 +Honduras,337124,1988579,803,90,213 +Honduras,337127,1940111,803,90,213 +Honduras,337214,57050,803,90,213 +Honduras,337215,1024083,803,90,213 +Honduras,337920,2800,803,90,213 +Honduras,339112,2624,803,90,213 +Honduras,339113,853493,803,90,213 +Honduras,339911,78502,803,90,213 +Honduras,339913,6005,803,90,213 +Honduras,339914,47526,803,90,213 +Honduras,339920,1161437,803,90,213 +Honduras,339932,634945,803,90,213 +Honduras,339941,6649,803,90,213 +Honduras,339942,3024,803,90,213 +Honduras,339944,10013,803,90,213 +Honduras,339991,37552,803,90,213 +Honduras,339993,22315,803,90,213 +Honduras,339994,16433078,803,90,213 +Honduras,339999,51573,803,90,213 +Honduras,910000,111341178,803,90,213 +Honduras,920000,8175,803,90,213 +Honduras,980000,121709248,803,90,213 +Honduras,990000,10621386,803,90,213 +Hungary,111130,176218,804,91,214 +Hungary,111219,426992,804,91,214 +Hungary,111411,1365707,804,91,214 +Hungary,111421,17444,804,91,214 +Hungary,111422,15488,804,91,214 +Hungary,111998,299331,804,91,214 +Hungary,112111,56348,804,91,214 +Hungary,112310,155383,804,91,214 +Hungary,112910,206819,804,91,214 +Hungary,112920,69995,804,91,214 +Hungary,112930,2388,804,91,214 +Hungary,112990,323630,804,91,214 +Hungary,311221,290194,804,91,214 +Hungary,311222,2580,804,91,214 +Hungary,311230,27174,804,91,214 +Hungary,311311,196990,804,91,214 +Hungary,311320,1023705,804,91,214 +Hungary,311421,1081263,804,91,214 +Hungary,311423,1321621,804,91,214 +Hungary,311513,418269,804,91,214 +Hungary,311514,3961,804,91,214 +Hungary,311611,1196662,804,91,214 +Hungary,311811,256063,804,91,214 +Hungary,311823,184176,804,91,214 +Hungary,311920,34347,804,91,214 +Hungary,311941,18616,804,91,214 +Hungary,311942,580439,804,91,214 +Hungary,311999,603799,804,91,214 +Hungary,312112,22834,804,91,214 +Hungary,312130,7037926,804,91,214 +Hungary,312140,4747,804,91,214 +Hungary,313111,1245446,804,91,214 +Hungary,313113,30930,804,91,214 +Hungary,313210,25960,804,91,214 +Hungary,313221,49130707,804,91,214 +Hungary,313230,8144,804,91,214 +Hungary,313249,485,804,91,214 +Hungary,313320,1155718,804,91,214 +Hungary,314110,13926,804,91,214 +Hungary,314129,2588186,804,91,214 +Hungary,314911,11603,804,91,214 +Hungary,314912,41699,804,91,214 +Hungary,314991,241284,804,91,214 +Hungary,314992,797,804,91,214 +Hungary,314999,206953,804,91,214 +Hungary,315111,51131,804,91,214 +Hungary,315221,58760,804,91,214 +Hungary,315222,2567534,804,91,214 +Hungary,315223,211626,804,91,214 +Hungary,315224,145416,804,91,214 +Hungary,315228,1419232,804,91,214 +Hungary,315231,3216019,804,91,214 +Hungary,315232,1626842,804,91,214 +Hungary,315233,2636471,804,91,214 +Hungary,315234,3095812,804,91,214 +Hungary,315239,3615018,804,91,214 +Hungary,315291,102126,804,91,214 +Hungary,315292,738459,804,91,214 +Hungary,315991,736287,804,91,214 +Hungary,315992,2016446,804,91,214 +Hungary,315993,748,804,91,214 +Hungary,315999,120775,804,91,214 +Hungary,316110,463291,804,91,214 +Hungary,316212,755131,804,91,214 +Hungary,316213,2236095,804,91,214 +Hungary,316214,5825408,804,91,214 +Hungary,316219,9092261,804,91,214 +Hungary,316991,1778277,804,91,214 +Hungary,316992,1019218,804,91,214 +Hungary,316993,123039,804,91,214 +Hungary,316999,53277,804,91,214 +Hungary,321113,73881,804,91,214 +Hungary,321911,3237,804,91,214 +Hungary,321920,5097710,804,91,214 +Hungary,321999,101700,804,91,214 +Hungary,322110,4681028,804,91,214 +Hungary,322121,15029,804,91,214 +Hungary,322211,35720,804,91,214 +Hungary,322212,35850,804,91,214 +Hungary,322213,37474,804,91,214 +Hungary,322222,136153,804,91,214 +Hungary,322223,238849,804,91,214 +Hungary,322224,4680,804,91,214 +Hungary,322291,1133066,804,91,214 +Hungary,322299,91430,804,91,214 +Hungary,323117,256734,804,91,214 +Hungary,323118,233458,804,91,214 +Hungary,323119,289888,804,91,214 +Hungary,324110,1102724,804,91,214 +Hungary,325120,440261,804,91,214 +Hungary,325131,2276,804,91,214 +Hungary,325181,33101,804,91,214 +Hungary,325188,6005029,804,91,214 +Hungary,325199,22585843,804,91,214 +Hungary,325211,94720,804,91,214 +Hungary,325212,234117,804,91,214 +Hungary,325221,381,804,91,214 +Hungary,325222,4359668,804,91,214 +Hungary,325320,231281,804,91,214 +Hungary,325411,60132333,804,91,214 +Hungary,325412,184813522,804,91,214 +Hungary,325414,33566,804,91,214 +Hungary,325510,446250,804,91,214 +Hungary,325520,14452,804,91,214 +Hungary,325611,1313954,804,91,214 +Hungary,325612,32329,804,91,214 +Hungary,325620,24948268,804,91,214 +Hungary,325910,1312111,804,91,214 +Hungary,325920,11038,804,91,214 +Hungary,325998,1526598,804,91,214 +Hungary,326113,25948,804,91,214 +Hungary,326121,55651,804,91,214 +Hungary,326122,88795,804,91,214 +Hungary,326160,8397,804,91,214 +Hungary,326192,1574392,804,91,214 +Hungary,326199,35605083,804,91,214 +Hungary,326211,8903324,804,91,214 +Hungary,326220,12674405,804,91,214 +Hungary,326299,2810172,804,91,214 +Hungary,327111,12580,804,91,214 +Hungary,327112,7070564,804,91,214 +Hungary,327113,1297207,804,91,214 +Hungary,327124,3360772,804,91,214 +Hungary,327125,183522,804,91,214 +Hungary,327211,271481,804,91,214 +Hungary,327212,7423949,804,91,214 +Hungary,327213,398168,804,91,214 +Hungary,327215,1218572,804,91,214 +Hungary,327390,4940,804,91,214 +Hungary,327910,3092188,804,91,214 +Hungary,327993,56878,804,91,214 +Hungary,327999,58114,804,91,214 +Hungary,331111,127612,804,91,214 +Hungary,331311,520364,804,91,214 +Hungary,331312,54991,804,91,214 +Hungary,331315,1431009,804,91,214 +Hungary,331316,513430,804,91,214 +Hungary,331411,13000,804,91,214 +Hungary,331419,416951,804,91,214 +Hungary,331422,30625,804,91,214 +Hungary,331491,1618276,804,91,214 +Hungary,331492,16417,804,91,214 +Hungary,331511,214997,804,91,214 +Hungary,332115,2372,804,91,214 +Hungary,332212,3756396,804,91,214 +Hungary,332213,44220,804,91,214 +Hungary,332214,7347,804,91,214 +Hungary,332312,125092,804,91,214 +Hungary,332323,64415,804,91,214 +Hungary,332410,2609446,804,91,214 +Hungary,332420,468148,804,91,214 +Hungary,332439,156876,804,91,214 +Hungary,332510,903091,804,91,214 +Hungary,332611,568320,804,91,214 +Hungary,332618,257786,804,91,214 +Hungary,332722,4458857,804,91,214 +Hungary,332911,32434066,804,91,214 +Hungary,332912,7705749,804,91,214 +Hungary,332913,12750,804,91,214 +Hungary,332919,2974740,804,91,214 +Hungary,332991,2222689,804,91,214 +Hungary,332992,10105638,804,91,214 +Hungary,332994,51715,804,91,214 +Hungary,332995,8954,804,91,214 +Hungary,332998,3297,804,91,214 +Hungary,332999,4314320,804,91,214 +Hungary,333111,25812117,804,91,214 +Hungary,333120,6789501,804,91,214 +Hungary,333131,5077,804,91,214 +Hungary,333210,16038,804,91,214 +Hungary,333220,1147140,804,91,214 +Hungary,333291,4902487,804,91,214 +Hungary,333292,201504,804,91,214 +Hungary,333293,15244,804,91,214 +Hungary,333294,752323,804,91,214 +Hungary,333295,500922,804,91,214 +Hungary,333298,1187072,804,91,214 +Hungary,333313,3886071,804,91,214 +Hungary,333314,3785421,804,91,214 +Hungary,333315,44285,804,91,214 +Hungary,333319,418425,804,91,214 +Hungary,333411,194714,804,91,214 +Hungary,333412,20707469,804,91,214 +Hungary,333414,26248,804,91,214 +Hungary,333415,4549525,804,91,214 +Hungary,333511,3449541,804,91,214 +Hungary,333512,965822,804,91,214 +Hungary,333513,68764,804,91,214 +Hungary,333514,128580,804,91,214 +Hungary,333515,717821,804,91,214 +Hungary,333611,28099648,804,91,214 +Hungary,333612,9185760,804,91,214 +Hungary,333613,2380084,804,91,214 +Hungary,333618,8266018,804,91,214 +Hungary,333911,19342726,804,91,214 +Hungary,333912,198636,804,91,214 +Hungary,333913,5923,804,91,214 +Hungary,333921,51231,804,91,214 +Hungary,333922,96144,804,91,214 +Hungary,333923,16596,804,91,214 +Hungary,333924,1871715,804,91,214 +Hungary,333991,5058125,804,91,214 +Hungary,333992,634981,804,91,214 +Hungary,333993,2326676,804,91,214 +Hungary,333994,541027,804,91,214 +Hungary,333995,222505,804,91,214 +Hungary,333996,2550224,804,91,214 +Hungary,333997,19017,804,91,214 +Hungary,333999,18949149,804,91,214 +Hungary,334111,77678318,804,91,214 +Hungary,334112,251006946,804,91,214 +Hungary,334119,223387335,804,91,214 +Hungary,334210,738152,804,91,214 +Hungary,334220,124115880,804,91,214 +Hungary,334290,37581,804,91,214 +Hungary,334310,15331388,804,91,214 +Hungary,334411,6503,804,91,214 +Hungary,334412,1974122,804,91,214 +Hungary,334413,68209029,804,91,214 +Hungary,334414,574387,804,91,214 +Hungary,334415,1647424,804,91,214 +Hungary,334416,6316345,804,91,214 +Hungary,334417,14486951,804,91,214 +Hungary,334418,6197304,804,91,214 +Hungary,334419,8216121,804,91,214 +Hungary,334510,5261049,804,91,214 +Hungary,334511,54774203,804,91,214 +Hungary,334512,107642,804,91,214 +Hungary,334513,43691274,804,91,214 +Hungary,334514,44886,804,91,214 +Hungary,334515,61586513,804,91,214 +Hungary,334516,3122007,804,91,214 +Hungary,334517,7859737,804,91,214 +Hungary,334518,142051,804,91,214 +Hungary,334519,4317867,804,91,214 +Hungary,334612,196684,804,91,214 +Hungary,334613,31503,804,91,214 +Hungary,335110,129099848,804,91,214 +Hungary,335121,1319535,804,91,214 +Hungary,335129,502359,804,91,214 +Hungary,335211,3749525,804,91,214 +Hungary,335212,22001989,804,91,214 +Hungary,335221,12473,804,91,214 +Hungary,335222,2368657,804,91,214 +Hungary,335224,62135,804,91,214 +Hungary,335228,12558154,804,91,214 +Hungary,335311,734330,804,91,214 +Hungary,335312,25717805,804,91,214 +Hungary,335313,14411432,804,91,214 +Hungary,335314,10668816,804,91,214 +Hungary,335911,610135,804,91,214 +Hungary,335921,520090,804,91,214 +Hungary,335929,6715390,804,91,214 +Hungary,335931,19010413,804,91,214 +Hungary,335932,10276,804,91,214 +Hungary,335991,23459300,804,91,214 +Hungary,335999,10963031,804,91,214 +Hungary,336111,46170617,804,91,214 +Hungary,336120,2266953,804,91,214 +Hungary,336211,33389635,804,91,214 +Hungary,336212,10000,804,91,214 +Hungary,336214,38607,804,91,214 +Hungary,336311,41128629,804,91,214 +Hungary,336321,1509585,804,91,214 +Hungary,336322,20617857,804,91,214 +Hungary,336330,12440497,804,91,214 +Hungary,336340,2788998,804,91,214 +Hungary,336350,14465548,804,91,214 +Hungary,336360,4392830,804,91,214 +Hungary,336370,22816,804,91,214 +Hungary,336391,7979638,804,91,214 +Hungary,336399,40743082,804,91,214 +Hungary,336412,472997,804,91,214 +Hungary,336413,38509,804,91,214 +Hungary,336510,5396216,804,91,214 +Hungary,336991,640027,804,91,214 +Hungary,336992,2557222,804,91,214 +Hungary,337110,322931,804,91,214 +Hungary,337124,48155,804,91,214 +Hungary,337127,2041246,804,91,214 +Hungary,337211,7775,804,91,214 +Hungary,337214,1162478,804,91,214 +Hungary,337215,30038591,804,91,214 +Hungary,337910,706,804,91,214 +Hungary,339112,6961844,804,91,214 +Hungary,339113,1009741,804,91,214 +Hungary,339114,52602,804,91,214 +Hungary,339115,572651,804,91,214 +Hungary,339911,917296,804,91,214 +Hungary,339912,3623,804,91,214 +Hungary,339913,6979,804,91,214 +Hungary,339914,17066,804,91,214 +Hungary,339920,6928898,804,91,214 +Hungary,339932,11442958,804,91,214 +Hungary,339941,2291,804,91,214 +Hungary,339950,7365,804,91,214 +Hungary,339991,6216017,804,91,214 +Hungary,339992,193453,804,91,214 +Hungary,339993,9106,804,91,214 +Hungary,339994,449933,804,91,214 +Hungary,339999,3335694,804,91,214 +Hungary,511210,5327,804,91,214 +Hungary,910000,196497,804,91,214 +Hungary,920000,3152124,804,91,214 +Hungary,980000,118181949,804,91,214 +Hungary,990000,67701033,804,91,214 +Iceland,111998,35932,804,92,215 +Iceland,112511,2764994,804,92,215 +Iceland,112920,118644,804,92,215 +Iceland,113210,1950098,804,92,215 +Iceland,114111,97033028,804,92,215 +Iceland,114112,60487,804,92,215 +Iceland,114119,1288941,804,92,215 +Iceland,212322,289831,804,92,215 +Iceland,212393,14316,804,92,215 +Iceland,311320,305500,804,92,215 +Iceland,311340,83132,804,92,215 +Iceland,311421,21508,804,92,215 +Iceland,311512,184033,804,92,215 +Iceland,311513,915154,804,92,215 +Iceland,311611,1515344,804,92,215 +Iceland,311613,49070,804,92,215 +Iceland,311711,8397549,804,92,215 +Iceland,311999,154698,804,92,215 +Iceland,312112,5356596,804,92,215 +Iceland,312113,3024269,804,92,215 +Iceland,312140,425212,804,92,215 +Iceland,313111,105312,804,92,215 +Iceland,313221,3084,804,92,215 +Iceland,313230,667,804,92,215 +Iceland,313249,4003,804,92,215 +Iceland,313320,1441,804,92,215 +Iceland,314129,2095,804,92,215 +Iceland,314991,729367,804,92,215 +Iceland,314999,6716,804,92,215 +Iceland,315111,24049,804,92,215 +Iceland,315224,428,804,92,215 +Iceland,315228,14131,804,92,215 +Iceland,315233,4102,804,92,215 +Iceland,315234,3589,804,92,215 +Iceland,315239,47316,804,92,215 +Iceland,315999,3220,804,92,215 +Iceland,316110,5839,804,92,215 +Iceland,316214,408,804,92,215 +Iceland,316991,7219,804,92,215 +Iceland,316999,5490,804,92,215 +Iceland,322223,19067,804,92,215 +Iceland,323117,470650,804,92,215 +Iceland,323119,2501,804,92,215 +Iceland,325131,2648,804,92,215 +Iceland,325188,252734,804,92,215 +Iceland,325199,955801,804,92,215 +Iceland,325211,18166,804,92,215 +Iceland,325212,1330720,804,92,215 +Iceland,325411,5533,804,92,215 +Iceland,325412,6311557,804,92,215 +Iceland,325414,155112,804,92,215 +Iceland,325510,8629,804,92,215 +Iceland,325611,7563,804,92,215 +Iceland,325620,4950,804,92,215 +Iceland,325910,15481,804,92,215 +Iceland,325998,129586,804,92,215 +Iceland,326113,324,804,92,215 +Iceland,326122,778,804,92,215 +Iceland,326199,85874,804,92,215 +Iceland,326220,448015,804,92,215 +Iceland,327113,5458,804,92,215 +Iceland,327211,10443,804,92,215 +Iceland,327212,18711,804,92,215 +Iceland,327910,270940,804,92,215 +Iceland,327993,4206,804,92,215 +Iceland,327999,109932,804,92,215 +Iceland,332212,27254,804,92,215 +Iceland,332312,13197,804,92,215 +Iceland,332510,2127,804,92,215 +Iceland,332722,2530,804,92,215 +Iceland,332911,15807,804,92,215 +Iceland,332991,12266,804,92,215 +Iceland,332997,14036,804,92,215 +Iceland,332999,27527,804,92,215 +Iceland,333111,6932,804,92,215 +Iceland,333120,97550,804,92,215 +Iceland,333220,7580,804,92,215 +Iceland,333293,9904,804,92,215 +Iceland,333294,15791449,804,92,215 +Iceland,333313,20915,804,92,215 +Iceland,333314,11071,804,92,215 +Iceland,333315,33454,804,92,215 +Iceland,333412,2774,804,92,215 +Iceland,333414,11766,804,92,215 +Iceland,333511,88069,804,92,215 +Iceland,333514,6541,804,92,215 +Iceland,333515,16950,804,92,215 +Iceland,333611,502000,804,92,215 +Iceland,333612,3713,804,92,215 +Iceland,333613,17827,804,92,215 +Iceland,333911,5648,804,92,215 +Iceland,333912,64689,804,92,215 +Iceland,333922,769117,804,92,215 +Iceland,333993,3221,804,92,215 +Iceland,333997,7138252,804,92,215 +Iceland,333999,25684,804,92,215 +Iceland,334111,126946,804,92,215 +Iceland,334112,23560,804,92,215 +Iceland,334119,117494,804,92,215 +Iceland,334220,810731,804,92,215 +Iceland,334310,9755,804,92,215 +Iceland,334412,57631,804,92,215 +Iceland,334413,94849,804,92,215 +Iceland,334416,21378,804,92,215 +Iceland,334419,189352,804,92,215 +Iceland,334510,165874,804,92,215 +Iceland,334511,4303,804,92,215 +Iceland,334512,3384,804,92,215 +Iceland,334513,91190,804,92,215 +Iceland,334514,173348,804,92,215 +Iceland,334515,83197,804,92,215 +Iceland,334516,62227,804,92,215 +Iceland,334517,54300,804,92,215 +Iceland,334519,1286876,804,92,215 +Iceland,335110,19252,804,92,215 +Iceland,335129,1031,804,92,215 +Iceland,335211,50082,804,92,215 +Iceland,335312,132887,804,92,215 +Iceland,335314,745107,804,92,215 +Iceland,335911,30348,804,92,215 +Iceland,335929,17246,804,92,215 +Iceland,335931,78687,804,92,215 +Iceland,335999,254262,804,92,215 +Iceland,336311,4846,804,92,215 +Iceland,336391,7317,804,92,215 +Iceland,336399,5172,804,92,215 +Iceland,336412,203095,804,92,215 +Iceland,337127,1100,804,92,215 +Iceland,337214,1812,804,92,215 +Iceland,337215,16371,804,92,215 +Iceland,339112,231075,804,92,215 +Iceland,339113,39330074,804,92,215 +Iceland,339114,16878,804,92,215 +Iceland,339911,25180,804,92,215 +Iceland,339913,715591,804,92,215 +Iceland,339914,14056,804,92,215 +Iceland,339920,69214,804,92,215 +Iceland,339932,10575,804,92,215 +Iceland,339991,4018,804,92,215 +Iceland,339992,2724,804,92,215 +Iceland,339999,12073,804,92,215 +Iceland,910000,1849,804,92,215 +Iceland,920000,1067850,804,92,215 +Iceland,980000,1849948,804,92,215 +Iceland,990000,2669104,804,92,215 +India,111110,7788717,806,93,216 +India,111120,53462446,806,93,216 +India,111130,34648529,806,93,216 +India,111150,2447,806,93,216 +India,111199,429874,806,93,216 +India,111219,6706846,806,93,216 +India,111320,2586,806,93,216 +India,111335,189394965,806,93,216 +India,111339,10527540,806,93,216 +India,111421,1225153,806,93,216 +India,111422,1482416,806,93,216 +India,111910,12750151,806,93,216 +India,111920,5306,806,93,216 +India,111930,9044,806,93,216 +India,111998,61384816,806,93,216 +India,112420,18696,806,93,216 +India,112511,37066,806,93,216 +India,112910,48582261,806,93,216 +India,112920,9006,806,93,216 +India,112990,79779,806,93,216 +India,113210,80186919,806,93,216 +India,113310,81667,806,93,216 +India,114111,16012278,806,93,216 +India,114112,344559578,806,93,216 +India,114119,2746465,806,93,216 +India,211112,4945,806,93,216 +India,212112,140828,806,93,216 +India,212299,635958,806,93,216 +India,212311,12330477,806,93,216 +India,212319,354057,806,93,216 +India,212322,148858,806,93,216 +India,212324,37040,806,93,216 +India,212325,3720,806,93,216 +India,212393,5172457,806,93,216 +India,212399,6791481,806,93,216 +India,311111,40492,806,93,216 +India,311119,362063,806,93,216 +India,311211,12731713,806,93,216 +India,311212,117981024,806,93,216 +India,311221,2252331,806,93,216 +India,311222,354003,806,93,216 +India,311223,81768434,806,93,216 +India,311225,8782611,806,93,216 +India,311230,3056740,806,93,216 +India,311311,2183322,806,93,216 +India,311320,7365801,806,93,216 +India,311340,2821621,806,93,216 +India,311411,6334487,806,93,216 +India,311421,99017824,806,93,216 +India,311422,5777,806,93,216 +India,311423,4877862,806,93,216 +India,311512,1614114,806,93,216 +India,311513,247250,806,93,216 +India,311514,76014901,806,93,216 +India,311611,2183342,806,93,216 +India,311613,1131211,806,93,216 +India,311711,29820342,806,93,216 +India,311811,45674963,806,93,216 +India,311822,417706,806,93,216 +India,311823,1596903,806,93,216 +India,311911,4973574,806,93,216 +India,311919,7695034,806,93,216 +India,311920,78991367,806,93,216 +India,311930,1026005,806,93,216 +India,311941,5266851,806,93,216 +India,311942,128771359,806,93,216 +India,311999,277789512,806,93,216 +India,312111,2695585,806,93,216 +India,312112,14810,806,93,216 +India,312113,4362,806,93,216 +India,312120,2420911,806,93,216 +India,312130,499019,806,93,216 +India,312140,329906,806,93,216 +India,312221,5689219,806,93,216 +India,312229,7978984,806,93,216 +India,313111,50804559,806,93,216 +India,313113,2107836,806,93,216 +India,313210,235586770,806,93,216 +India,313221,20718441,806,93,216 +India,313230,17998393,806,93,216 +India,313249,31083365,806,93,216 +India,313312,1200296,806,93,216 +India,313320,21683821,806,93,216 +India,314110,562340290,806,93,216 +India,314121,56134107,806,93,216 +India,314129,1525719321,806,93,216 +India,314911,74531829,806,93,216 +India,314912,3434637,806,93,216 +India,314991,17632043,806,93,216 +India,314992,318922,806,93,216 +India,314999,81840786,806,93,216 +India,315111,11191353,806,93,216 +India,315221,185130689,806,93,216 +India,315222,46112224,806,93,216 +India,315223,741916794,806,93,216 +India,315224,102749816,806,93,216 +India,315228,140822431,806,93,216 +India,315231,219588891,806,93,216 +India,315232,844091387,806,93,216 +India,315233,324486509,806,93,216 +India,315234,155966194,806,93,216 +India,315239,363852062,806,93,216 +India,315291,113640562,806,93,216 +India,315292,30896838,806,93,216 +India,315991,1275330,806,93,216 +India,315992,20510742,806,93,216 +India,315993,106779,806,93,216 +India,315999,118556677,806,93,216 +India,316110,10866891,806,93,216 +India,316211,560098,806,93,216 +India,316212,1425987,806,93,216 +India,316213,119326127,806,93,216 +India,316214,42778664,806,93,216 +India,316219,24377185,806,93,216 +India,316991,54348033,806,93,216 +India,316992,41373546,806,93,216 +India,316993,67312800,806,93,216 +India,316999,37677903,806,93,216 +India,321113,2400053,806,93,216 +India,321211,2586644,806,93,216 +India,321212,37813,806,93,216 +India,321213,408494,806,93,216 +India,321911,569888,806,93,216 +India,321918,77475,806,93,216 +India,321920,5385587,806,93,216 +India,321992,36625,806,93,216 +India,321999,39872407,806,93,216 +India,322110,9844,806,93,216 +India,322121,25701046,806,93,216 +India,322122,474244,806,93,216 +India,322130,6896729,806,93,216 +India,322211,772703,806,93,216 +India,322212,4572820,806,93,216 +India,322213,932034,806,93,216 +India,322215,763953,806,93,216 +India,322222,9279132,806,93,216 +India,322223,32358364,806,93,216 +India,322224,2250055,806,93,216 +India,322232,149216,806,93,216 +India,322233,424951,806,93,216 +India,322291,681981,806,93,216 +India,322299,4106772,806,93,216 +India,323116,22992,806,93,216 +India,323117,24318091,806,93,216 +India,323118,24712104,806,93,216 +India,323119,7333760,806,93,216 +India,323122,1177925,806,93,216 +India,324110,2452765763,806,93,216 +India,324121,7800,806,93,216 +India,324122,118348,806,93,216 +India,325110,10394719,806,93,216 +India,325120,1926231,806,93,216 +India,325131,7336941,806,93,216 +India,325132,171489944,806,93,216 +India,325181,254146,806,93,216 +India,325182,487088,806,93,216 +India,325188,58323278,806,93,216 +India,325191,16278521,806,93,216 +India,325192,96000144,806,93,216 +India,325199,893644469,806,93,216 +India,325211,103606809,806,93,216 +India,325212,7851512,806,93,216 +India,325221,3308401,806,93,216 +India,325222,62138224,806,93,216 +India,325311,168415,806,93,216 +India,325312,37931,806,93,216 +India,325320,31150572,806,93,216 +India,325411,773607205,806,93,216 +India,325412,2433717684,806,93,216 +India,325414,9463931,806,93,216 +India,325510,2863330,806,93,216 +India,325520,917696,806,93,216 +India,325611,16787641,806,93,216 +India,325612,5044574,806,93,216 +India,325613,16435723,806,93,216 +India,325620,30846178,806,93,216 +India,325910,6712444,806,93,216 +India,325920,301717,806,93,216 +India,325992,202672,806,93,216 +India,325998,177448586,806,93,216 +India,326112,1768405,806,93,216 +India,326113,73389168,806,93,216 +India,326121,3629787,806,93,216 +India,326122,3082756,806,93,216 +India,326160,2703465,806,93,216 +India,326191,3460051,806,93,216 +India,326192,374189,806,93,216 +India,326199,115713653,806,93,216 +India,326211,81593906,806,93,216 +India,326212,97908,806,93,216 +India,326220,38286891,806,93,216 +India,326299,90833806,806,93,216 +India,327111,2189052,806,93,216 +India,327112,12088637,806,93,216 +India,327113,17198991,806,93,216 +India,327121,69059,806,93,216 +India,327122,961760,806,93,216 +India,327124,1752194,806,93,216 +India,327125,1644201,806,93,216 +India,327211,3547386,806,93,216 +India,327212,23089513,806,93,216 +India,327213,23557161,806,93,216 +India,327215,18070725,806,93,216 +India,327310,101978,806,93,216 +India,327331,67216,806,93,216 +India,327390,3797781,806,93,216 +India,327910,19768087,806,93,216 +India,327991,262149296,806,93,216 +India,327992,5168899,806,93,216 +India,327993,1705878,806,93,216 +India,327999,9321193,806,93,216 +India,331111,1027522255,806,93,216 +India,331112,26587293,806,93,216 +India,331222,54102285,806,93,216 +India,331311,8237649,806,93,216 +India,331312,158739,806,93,216 +India,331314,855235,806,93,216 +India,331315,34953479,806,93,216 +India,331316,1157385,806,93,216 +India,331319,606728,806,93,216 +India,331411,210019,806,93,216 +India,331419,8026755,806,93,216 +India,331421,8323079,806,93,216 +India,331422,3952566,806,93,216 +India,331491,42100072,806,93,216 +India,331492,35147,806,93,216 +India,331511,94138318,806,93,216 +India,332115,9245524,806,93,216 +India,332211,17253086,806,93,216 +India,332212,69813197,806,93,216 +India,332213,5308962,806,93,216 +India,332214,12739138,806,93,216 +India,332311,93982,806,93,216 +India,332312,24186654,806,93,216 +India,332321,187604,806,93,216 +India,332322,51611,806,93,216 +India,332323,7739824,806,93,216 +India,332410,6812962,806,93,216 +India,332420,2555790,806,93,216 +India,332431,578023,806,93,216 +India,332439,1048030,806,93,216 +India,332510,51329805,806,93,216 +India,332611,6193674,806,93,216 +India,332618,18732920,806,93,216 +India,332722,72548978,806,93,216 +India,332911,215454523,806,93,216 +India,332912,9338529,806,93,216 +India,332913,1100220,806,93,216 +India,332919,171608283,806,93,216 +India,332991,83198282,806,93,216 +India,332992,600836,806,93,216 +India,332994,5863682,806,93,216 +India,332995,4030,806,93,216 +India,332997,465750,806,93,216 +India,332998,10208578,806,93,216 +India,332999,255356763,806,93,216 +India,333111,355630789,806,93,216 +India,333120,48189838,806,93,216 +India,333131,16944041,806,93,216 +India,333132,8522506,806,93,216 +India,333210,254176,806,93,216 +India,333220,10988482,806,93,216 +India,333291,2057696,806,93,216 +India,333292,2767721,806,93,216 +India,333293,1260493,806,93,216 +India,333294,4057426,806,93,216 +India,333295,763992,806,93,216 +India,333298,340317,806,93,216 +India,333311,3491045,806,93,216 +India,333313,23664087,806,93,216 +India,333314,6420932,806,93,216 +India,333315,2671928,806,93,216 +India,333319,682424,806,93,216 +India,333411,259115,806,93,216 +India,333412,3023164,806,93,216 +India,333414,4621884,806,93,216 +India,333415,25382927,806,93,216 +India,333511,1828137,806,93,216 +India,333512,4445829,806,93,216 +India,333513,3679835,806,93,216 +India,333514,6162830,806,93,216 +India,333515,26831337,806,93,216 +India,333516,4610829,806,93,216 +India,333611,145399885,806,93,216 +India,333612,71097120,806,93,216 +India,333613,44645352,806,93,216 +India,333618,254402020,806,93,216 +India,333911,49765955,806,93,216 +India,333912,67192366,806,93,216 +India,333913,3576647,806,93,216 +India,333921,540108,806,93,216 +India,333922,13488819,806,93,216 +India,333923,1843573,806,93,216 +India,333924,12836543,806,93,216 +India,333991,11185889,806,93,216 +India,333992,8259924,806,93,216 +India,333993,5688768,806,93,216 +India,333994,2345430,806,93,216 +India,333995,8530410,806,93,216 +India,333996,19570796,806,93,216 +India,333997,446630,806,93,216 +India,333999,78519122,806,93,216 +India,334111,6031749,806,93,216 +India,334112,11668348,806,93,216 +India,334119,42181230,806,93,216 +India,334210,13426640,806,93,216 +India,334220,469849764,806,93,216 +India,334290,3703291,806,93,216 +India,334310,7235844,806,93,216 +India,334411,157251,806,93,216 +India,334412,22283105,806,93,216 +India,334413,71847333,806,93,216 +India,334414,6650896,806,93,216 +India,334415,7109695,806,93,216 +India,334416,16539572,806,93,216 +India,334417,57652466,806,93,216 +India,334418,31856239,806,93,216 +India,334419,136021781,806,93,216 +India,334510,76480748,806,93,216 +India,334511,3383396,806,93,216 +India,334512,3203564,806,93,216 +India,334513,33480825,806,93,216 +India,334514,1364602,806,93,216 +India,334515,54503224,806,93,216 +India,334516,5224560,806,93,216 +India,334517,34904289,806,93,216 +India,334518,1204236,806,93,216 +India,334519,14613478,806,93,216 +India,334612,940303,806,93,216 +India,334613,27472348,806,93,216 +India,335110,21507052,806,93,216 +India,335121,17273076,806,93,216 +India,335129,62457673,806,93,216 +India,335211,12381878,806,93,216 +India,335221,1130443,806,93,216 +India,335222,785089,806,93,216 +India,335224,3681549,806,93,216 +India,335228,2158136,806,93,216 +India,335311,21576069,806,93,216 +India,335312,136668921,806,93,216 +India,335313,31196411,806,93,216 +India,335314,76504178,806,93,216 +India,335911,10745469,806,93,216 +India,335912,38033,806,93,216 +India,335921,1973112,806,93,216 +India,335929,27482962,806,93,216 +India,335931,25296857,806,93,216 +India,335932,3230824,806,93,216 +India,335991,26627066,806,93,216 +India,335999,25278817,806,93,216 +India,336111,258991,806,93,216 +India,336211,110090,806,93,216 +India,336214,743133,806,93,216 +India,336311,39281764,806,93,216 +India,336321,3834242,806,93,216 +India,336322,24875342,806,93,216 +India,336330,77441217,806,93,216 +India,336340,164247266,806,93,216 +India,336350,173353728,806,93,216 +India,336360,13014788,806,93,216 +India,336370,817613,806,93,216 +India,336391,7088148,806,93,216 +India,336399,161350095,806,93,216 +India,336411,397716,806,93,216 +India,336412,4347049,806,93,216 +India,336413,27421274,806,93,216 +India,336415,69551,806,93,216 +India,336419,183351,806,93,216 +India,336510,16410661,806,93,216 +India,336612,32580,806,93,216 +India,336991,3140085,806,93,216 +India,337110,67002,806,93,216 +India,337121,3115,806,93,216 +India,337124,29395359,806,93,216 +India,337127,122962023,806,93,216 +India,337211,382011,806,93,216 +India,337214,1047972,806,93,216 +India,337215,10594477,806,93,216 +India,337910,231109,806,93,216 +India,337920,7564558,806,93,216 +India,339112,25964918,806,93,216 +India,339113,7872979,806,93,216 +India,339114,1329310,806,93,216 +India,339115,5395047,806,93,216 +India,339911,1505369511,806,93,216 +India,339912,5862091,806,93,216 +India,339913,5331929605,806,93,216 +India,339914,53429864,806,93,216 +India,339920,22120768,806,93,216 +India,339932,6686217,806,93,216 +India,339941,32550639,806,93,216 +India,339942,1817075,806,93,216 +India,339943,25150,806,93,216 +India,339944,291664,806,93,216 +India,339950,2089586,806,93,216 +India,339991,25397292,806,93,216 +India,339992,5774897,806,93,216 +India,339993,9460690,806,93,216 +India,339994,11060538,806,93,216 +India,339995,52186,806,93,216 +India,339999,86798678,806,93,216 +India,511210,109334,806,93,216 +India,910000,12997503,806,93,216 +India,920000,42272518,806,93,216 +India,980000,168453416,806,93,216 +India,990000,178478889,806,93,216 +Indonesia,111219,8417,808,94,217 +Indonesia,111335,345570667,808,94,217 +Indonesia,111339,236597464,808,94,217 +Indonesia,111421,569814,808,94,217 +Indonesia,111422,110138,808,94,217 +Indonesia,111910,26065668,808,94,217 +Indonesia,111998,21127973,808,94,217 +Indonesia,112511,7653010,808,94,217 +Indonesia,112910,14645138,808,94,217 +Indonesia,112990,1560362,808,94,217 +Indonesia,113210,1839196108,808,94,217 +Indonesia,113310,1213286,808,94,217 +Indonesia,114111,242281943,808,94,217 +Indonesia,114112,534527364,808,94,217 +Indonesia,114119,17825104,808,94,217 +Indonesia,211111,922992301,808,94,217 +Indonesia,211112,24036398,808,94,217 +Indonesia,212112,131071650,808,94,217 +Indonesia,212311,12013,808,94,217 +Indonesia,212319,45387,808,94,217 +Indonesia,212322,46717,808,94,217 +Indonesia,212392,21705,808,94,217 +Indonesia,212393,54401,808,94,217 +Indonesia,212399,12978,808,94,217 +Indonesia,311119,24601,808,94,217 +Indonesia,311211,11330,808,94,217 +Indonesia,311212,76346,808,94,217 +Indonesia,311221,1180742,808,94,217 +Indonesia,311223,111581425,808,94,217 +Indonesia,311225,309892,808,94,217 +Indonesia,311311,4709634,808,94,217 +Indonesia,311320,125296915,808,94,217 +Indonesia,311340,12369646,808,94,217 +Indonesia,311411,1472067,808,94,217 +Indonesia,311421,75611129,808,94,217 +Indonesia,311423,11221,808,94,217 +Indonesia,311512,205839,808,94,217 +Indonesia,311514,115427,808,94,217 +Indonesia,311611,171444,808,94,217 +Indonesia,311613,398583,808,94,217 +Indonesia,311711,248914781,808,94,217 +Indonesia,311811,21804544,808,94,217 +Indonesia,311822,3215,808,94,217 +Indonesia,311823,771223,808,94,217 +Indonesia,311911,553820,808,94,217 +Indonesia,311919,2174441,808,94,217 +Indonesia,311920,26129103,808,94,217 +Indonesia,311930,7456,808,94,217 +Indonesia,311941,1758699,808,94,217 +Indonesia,311942,130561032,808,94,217 +Indonesia,311999,12938917,808,94,217 +Indonesia,312111,707545,808,94,217 +Indonesia,312113,20378,808,94,217 +Indonesia,312140,101250,808,94,217 +Indonesia,312229,11860919,808,94,217 +Indonesia,313111,102434110,808,94,217 +Indonesia,313113,190904,808,94,217 +Indonesia,313210,45466689,808,94,217 +Indonesia,313221,1753731,808,94,217 +Indonesia,313230,2020230,808,94,217 +Indonesia,313249,9341278,808,94,217 +Indonesia,313312,236789,808,94,217 +Indonesia,313320,5065114,808,94,217 +Indonesia,314110,16449755,808,94,217 +Indonesia,314121,68519,808,94,217 +Indonesia,314129,8187278,808,94,217 +Indonesia,314911,17844664,808,94,217 +Indonesia,314912,916496,808,94,217 +Indonesia,314991,2545206,808,94,217 +Indonesia,314992,491234,808,94,217 +Indonesia,314999,7692708,808,94,217 +Indonesia,315111,9494792,808,94,217 +Indonesia,315221,49847586,808,94,217 +Indonesia,315222,63495939,808,94,217 +Indonesia,315223,704369249,808,94,217 +Indonesia,315224,230799898,808,94,217 +Indonesia,315228,348226742,808,94,217 +Indonesia,315231,308855744,808,94,217 +Indonesia,315232,1234997171,808,94,217 +Indonesia,315233,207201095,808,94,217 +Indonesia,315234,333771713,808,94,217 +Indonesia,315239,959367069,808,94,217 +Indonesia,315291,114920732,808,94,217 +Indonesia,315292,7830483,808,94,217 +Indonesia,315991,5832325,808,94,217 +Indonesia,315992,23357101,808,94,217 +Indonesia,315993,53428,808,94,217 +Indonesia,315999,39456282,808,94,217 +Indonesia,316110,1081376,808,94,217 +Indonesia,316211,27247558,808,94,217 +Indonesia,316212,110871,808,94,217 +Indonesia,316213,57148860,808,94,217 +Indonesia,316214,101152269,808,94,217 +Indonesia,316219,432029868,808,94,217 +Indonesia,316991,52045222,808,94,217 +Indonesia,316992,27718879,808,94,217 +Indonesia,316993,898750,808,94,217 +Indonesia,316999,1121238,808,94,217 +Indonesia,321113,6629298,808,94,217 +Indonesia,321211,159615907,808,94,217 +Indonesia,321212,442519,808,94,217 +Indonesia,321213,2025980,808,94,217 +Indonesia,321219,6755,808,94,217 +Indonesia,321911,11735364,808,94,217 +Indonesia,321918,19908527,808,94,217 +Indonesia,321920,429896,808,94,217 +Indonesia,321992,427243,808,94,217 +Indonesia,321999,58032418,808,94,217 +Indonesia,322121,226027353,808,94,217 +Indonesia,322122,2224850,808,94,217 +Indonesia,322130,13761406,808,94,217 +Indonesia,322211,368002,808,94,217 +Indonesia,322212,3986796,808,94,217 +Indonesia,322213,648787,808,94,217 +Indonesia,322215,732383,808,94,217 +Indonesia,322222,18445565,808,94,217 +Indonesia,322223,31642941,808,94,217 +Indonesia,322224,13727,808,94,217 +Indonesia,322232,4084092,808,94,217 +Indonesia,322233,237250,808,94,217 +Indonesia,322291,34753769,808,94,217 +Indonesia,322299,2350458,808,94,217 +Indonesia,323117,4051959,808,94,217 +Indonesia,323118,4472828,808,94,217 +Indonesia,323119,2180553,808,94,217 +Indonesia,324110,123089908,808,94,217 +Indonesia,325131,44156,808,94,217 +Indonesia,325132,8515881,808,94,217 +Indonesia,325182,2968,808,94,217 +Indonesia,325188,2165076,808,94,217 +Indonesia,325191,3569366,808,94,217 +Indonesia,325192,1648094,808,94,217 +Indonesia,325199,151182133,808,94,217 +Indonesia,325211,94211193,808,94,217 +Indonesia,325212,184194,808,94,217 +Indonesia,325221,20844256,808,94,217 +Indonesia,325222,39208622,808,94,217 +Indonesia,325311,30700499,808,94,217 +Indonesia,325312,104151,808,94,217 +Indonesia,325320,514450,808,94,217 +Indonesia,325411,27416098,808,94,217 +Indonesia,325412,107700,808,94,217 +Indonesia,325510,47614,808,94,217 +Indonesia,325520,38023,808,94,217 +Indonesia,325611,3006148,808,94,217 +Indonesia,325612,40840,808,94,217 +Indonesia,325613,1006771,808,94,217 +Indonesia,325620,1836668,808,94,217 +Indonesia,325910,31953485,808,94,217 +Indonesia,325992,2512,808,94,217 +Indonesia,325998,43043992,808,94,217 +Indonesia,326113,57736838,808,94,217 +Indonesia,326121,435060,808,94,217 +Indonesia,326122,1629000,808,94,217 +Indonesia,326160,1059568,808,94,217 +Indonesia,326191,14134,808,94,217 +Indonesia,326199,43475236,808,94,217 +Indonesia,326211,382989203,808,94,217 +Indonesia,326220,12264171,808,94,217 +Indonesia,326299,13936355,808,94,217 +Indonesia,327111,5110762,808,94,217 +Indonesia,327112,58533052,808,94,217 +Indonesia,327113,1584630,808,94,217 +Indonesia,327121,41885,808,94,217 +Indonesia,327122,4580174,808,94,217 +Indonesia,327123,43511,808,94,217 +Indonesia,327124,363434,808,94,217 +Indonesia,327125,116141,808,94,217 +Indonesia,327211,2640138,808,94,217 +Indonesia,327212,5862712,808,94,217 +Indonesia,327213,149459,808,94,217 +Indonesia,327215,11759929,808,94,217 +Indonesia,327390,1083157,808,94,217 +Indonesia,327910,269298,808,94,217 +Indonesia,327991,11131763,808,94,217 +Indonesia,327993,10195,808,94,217 +Indonesia,327999,1285924,808,94,217 +Indonesia,331111,54502879,808,94,217 +Indonesia,331112,11041772,808,94,217 +Indonesia,331222,355719,808,94,217 +Indonesia,331311,13411,808,94,217 +Indonesia,331315,180890374,808,94,217 +Indonesia,331316,466107,808,94,217 +Indonesia,331319,26922,808,94,217 +Indonesia,331419,38484295,808,94,217 +Indonesia,331421,3300,808,94,217 +Indonesia,331422,25212058,808,94,217 +Indonesia,331491,427063,808,94,217 +Indonesia,331511,687341,808,94,217 +Indonesia,332115,6350,808,94,217 +Indonesia,332211,1173230,808,94,217 +Indonesia,332212,1641522,808,94,217 +Indonesia,332214,12208024,808,94,217 +Indonesia,332312,20866378,808,94,217 +Indonesia,332321,174105,808,94,217 +Indonesia,332410,219491,808,94,217 +Indonesia,332420,4526288,808,94,217 +Indonesia,332439,5396,808,94,217 +Indonesia,332510,1642446,808,94,217 +Indonesia,332611,10825820,808,94,217 +Indonesia,332618,6329103,808,94,217 +Indonesia,332722,2061308,808,94,217 +Indonesia,332911,14871549,808,94,217 +Indonesia,332912,11356,808,94,217 +Indonesia,332913,4132726,808,94,217 +Indonesia,332919,8984341,808,94,217 +Indonesia,332991,15876585,808,94,217 +Indonesia,332992,145700,808,94,217 +Indonesia,332994,73826,808,94,217 +Indonesia,332998,70542,808,94,217 +Indonesia,332999,46677595,808,94,217 +Indonesia,333111,199382,808,94,217 +Indonesia,333120,12592636,808,94,217 +Indonesia,333131,5037287,808,94,217 +Indonesia,333132,13006154,808,94,217 +Indonesia,333220,385750,808,94,217 +Indonesia,333291,251802,808,94,217 +Indonesia,333292,192757,808,94,217 +Indonesia,333293,27642,808,94,217 +Indonesia,333294,306849,808,94,217 +Indonesia,333295,182569,808,94,217 +Indonesia,333298,3686,808,94,217 +Indonesia,333311,21339,808,94,217 +Indonesia,333313,23043854,808,94,217 +Indonesia,333314,1330906,808,94,217 +Indonesia,333315,373585,808,94,217 +Indonesia,333411,1715924,808,94,217 +Indonesia,333412,5369821,808,94,217 +Indonesia,333414,108778,808,94,217 +Indonesia,333415,8612290,808,94,217 +Indonesia,333511,1269942,808,94,217 +Indonesia,333512,6860,808,94,217 +Indonesia,333513,22000,808,94,217 +Indonesia,333514,171130,808,94,217 +Indonesia,333515,229711,808,94,217 +Indonesia,333611,235119,808,94,217 +Indonesia,333612,844257,808,94,217 +Indonesia,333613,374583,808,94,217 +Indonesia,333618,2130670,808,94,217 +Indonesia,333911,1120637,808,94,217 +Indonesia,333912,1709295,808,94,217 +Indonesia,333924,628712,808,94,217 +Indonesia,333992,1913178,808,94,217 +Indonesia,333993,9998,808,94,217 +Indonesia,333994,94935,808,94,217 +Indonesia,333995,81821,808,94,217 +Indonesia,333996,248583,808,94,217 +Indonesia,333997,736160,808,94,217 +Indonesia,333999,10946970,808,94,217 +Indonesia,334111,2017848,808,94,217 +Indonesia,334112,47232180,808,94,217 +Indonesia,334119,338120941,808,94,217 +Indonesia,334210,6439493,808,94,217 +Indonesia,334220,377545191,808,94,217 +Indonesia,334290,162458,808,94,217 +Indonesia,334310,639375228,808,94,217 +Indonesia,334411,9050,808,94,217 +Indonesia,334412,4486870,808,94,217 +Indonesia,334413,172059469,808,94,217 +Indonesia,334414,8533574,808,94,217 +Indonesia,334415,9106546,808,94,217 +Indonesia,334416,7872095,808,94,217 +Indonesia,334417,6994897,808,94,217 +Indonesia,334418,61744943,808,94,217 +Indonesia,334419,70828975,808,94,217 +Indonesia,334510,22844992,808,94,217 +Indonesia,334511,39472393,808,94,217 +Indonesia,334512,2398144,808,94,217 +Indonesia,334513,1313444,808,94,217 +Indonesia,334515,24212265,808,94,217 +Indonesia,334516,12472347,808,94,217 +Indonesia,334517,56482,808,94,217 +Indonesia,334518,1778232,808,94,217 +Indonesia,334519,480777,808,94,217 +Indonesia,334612,79577,808,94,217 +Indonesia,334613,21935779,808,94,217 +Indonesia,335110,4289308,808,94,217 +Indonesia,335121,2355586,808,94,217 +Indonesia,335129,23754017,808,94,217 +Indonesia,335211,8037225,808,94,217 +Indonesia,335212,34113,808,94,217 +Indonesia,335221,328225,808,94,217 +Indonesia,335222,14099445,808,94,217 +Indonesia,335228,14658,808,94,217 +Indonesia,335311,868870,808,94,217 +Indonesia,335312,39259004,808,94,217 +Indonesia,335313,9364339,808,94,217 +Indonesia,335314,31538382,808,94,217 +Indonesia,335911,14733879,808,94,217 +Indonesia,335912,56004619,808,94,217 +Indonesia,335929,51918958,808,94,217 +Indonesia,335931,14540067,808,94,217 +Indonesia,335999,35027621,808,94,217 +Indonesia,336311,584125,808,94,217 +Indonesia,336321,67412,808,94,217 +Indonesia,336322,166025951,808,94,217 +Indonesia,336330,2517873,808,94,217 +Indonesia,336340,756671,808,94,217 +Indonesia,336350,2097324,808,94,217 +Indonesia,336360,393078,808,94,217 +Indonesia,336391,26728,808,94,217 +Indonesia,336399,79018972,808,94,217 +Indonesia,336412,2853263,808,94,217 +Indonesia,336413,6340376,808,94,217 +Indonesia,336419,159231,808,94,217 +Indonesia,336510,117721,808,94,217 +Indonesia,336611,21266,808,94,217 +Indonesia,336612,3395,808,94,217 +Indonesia,336991,5219759,808,94,217 +Indonesia,336992,592126,808,94,217 +Indonesia,337110,233332,808,94,217 +Indonesia,337121,2298670,808,94,217 +Indonesia,337124,42808297,808,94,217 +Indonesia,337127,559288019,808,94,217 +Indonesia,337211,16671091,808,94,217 +Indonesia,337214,129181,808,94,217 +Indonesia,337215,21538120,808,94,217 +Indonesia,337910,1303964,808,94,217 +Indonesia,337920,90690,808,94,217 +Indonesia,339112,19395033,808,94,217 +Indonesia,339113,108527120,808,94,217 +Indonesia,339115,108647308,808,94,217 +Indonesia,339911,158983285,808,94,217 +Indonesia,339912,16519168,808,94,217 +Indonesia,339913,12221434,808,94,217 +Indonesia,339914,7187051,808,94,217 +Indonesia,339920,86804172,808,94,217 +Indonesia,339932,181718796,808,94,217 +Indonesia,339941,8726846,808,94,217 +Indonesia,339942,25071009,808,94,217 +Indonesia,339944,718810,808,94,217 +Indonesia,339991,16048564,808,94,217 +Indonesia,339992,137233317,808,94,217 +Indonesia,339993,4522037,808,94,217 +Indonesia,339994,17200384,808,94,217 +Indonesia,339999,209378420,808,94,217 +Indonesia,910000,2021908,808,94,217 +Indonesia,920000,3544557,808,94,217 +Indonesia,980000,28684915,808,94,217 +Indonesia,990000,50103233,808,94,217 +Iran,111130,5604,806,95,218 +Iran,111140,7462,806,95,218 +Iran,111335,1741925,806,95,218 +Iran,111339,523041,806,95,218 +Iran,111998,26065,806,95,218 +Iran,311212,154500,806,95,218 +Iran,311311,59929,806,95,218 +Iran,311340,125570,806,95,218 +Iran,311411,175411,806,95,218 +Iran,311421,5078865,806,95,218 +Iran,311423,818297,806,95,218 +Iran,311514,8187,806,95,218 +Iran,311711,100040,806,95,218 +Iran,311811,153956,806,95,218 +Iran,311911,124455,806,95,218 +Iran,311920,21230,806,95,218 +Iran,311942,700454,806,95,218 +Iran,311999,8204,806,95,218 +Iran,312111,12915,806,95,218 +Iran,312120,39208,806,95,218 +Iran,314110,81131845,806,95,218 +Iran,314129,4319,806,95,218 +Iran,315999,1994,806,95,218 +Iran,323117,30173,806,95,218 +Iran,323119,12298,806,95,218 +Iran,332992,429447,806,95,218 +Iran,333294,5085,806,95,218 +Iran,920000,5447124,806,95,218 +Iran,980000,210393,806,95,218 +Iran,990000,5847,806,95,218 +Iraq,113210,260009,806,96,219 +Iraq,211111,12607099452,806,96,219 +Iraq,311211,4060,806,96,219 +Iraq,311340,5023,806,96,219 +Iraq,311911,15072,806,96,219 +Iraq,313221,3646,806,96,219 +Iraq,314110,17498,806,96,219 +Iraq,314129,4301,806,96,219 +Iraq,314991,67119,806,96,219 +Iraq,314999,38386,806,96,219 +Iraq,315232,446,806,96,219 +Iraq,315234,8001,806,96,219 +Iraq,315239,18003,806,96,219 +Iraq,315999,15002,806,96,219 +Iraq,322222,351,806,96,219 +Iraq,323117,36768,806,96,219 +Iraq,323119,2516703,806,96,219 +Iraq,324110,5742871,806,96,219 +Iraq,325414,3406,806,96,219 +Iraq,325992,16672,806,96,219 +Iraq,325998,5501,806,96,219 +Iraq,326160,18553,806,96,219 +Iraq,326199,5458,806,96,219 +Iraq,326220,12338,806,96,219 +Iraq,327211,26150,806,96,219 +Iraq,331222,4329,806,96,219 +Iraq,332115,5501,806,96,219 +Iraq,332212,69717,806,96,219 +Iraq,332510,47937,806,96,219 +Iraq,332722,46683,806,96,219 +Iraq,332911,67751,806,96,219 +Iraq,332919,82629,806,96,219 +Iraq,332994,3821,806,96,219 +Iraq,332999,48621,806,96,219 +Iraq,333210,4930,806,96,219 +Iraq,333220,20319,806,96,219 +Iraq,333412,23278,806,96,219 +Iraq,333514,23252,806,96,219 +Iraq,333515,53666,806,96,219 +Iraq,333612,67866,806,96,219 +Iraq,333613,7862,806,96,219 +Iraq,333991,87915,806,96,219 +Iraq,333995,20184,806,96,219 +Iraq,333996,6500,806,96,219 +Iraq,333999,56356,806,96,219 +Iraq,334111,29870,806,96,219 +Iraq,334112,57209,806,96,219 +Iraq,334119,92077,806,96,219 +Iraq,334220,589531,806,96,219 +Iraq,334310,78270,806,96,219 +Iraq,334413,2016,806,96,219 +Iraq,334416,3826,806,96,219 +Iraq,334418,33558,806,96,219 +Iraq,334419,49282,806,96,219 +Iraq,334511,99911,806,96,219 +Iraq,334513,53707,806,96,219 +Iraq,334515,568259,806,96,219 +Iraq,334516,35075,806,96,219 +Iraq,335129,7397,806,96,219 +Iraq,335211,13556,806,96,219 +Iraq,335312,97120,806,96,219 +Iraq,335314,9824,806,96,219 +Iraq,335911,5941,806,96,219 +Iraq,335929,4412,806,96,219 +Iraq,335931,6601,806,96,219 +Iraq,335999,14592,806,96,219 +Iraq,336311,50282,806,96,219 +Iraq,336322,40934,806,96,219 +Iraq,336412,215804,806,96,219 +Iraq,336992,35291,806,96,219 +Iraq,337127,55919,806,96,219 +Iraq,339113,49818,806,96,219 +Iraq,339911,83568,806,96,219 +Iraq,339991,28198,806,96,219 +Iraq,339992,3575,806,96,219 +Iraq,339999,43463,806,96,219 +Iraq,920000,698187,806,96,219 +Iraq,980000,2591410,806,96,219 +Iraq,990000,2309226,806,96,219 +Ireland,111120,5046,804,97,220 +Ireland,111335,14825,804,97,220 +Ireland,111339,4120,804,97,220 +Ireland,111421,123128,804,97,220 +Ireland,111422,437950,804,97,220 +Ireland,112210,156200,804,97,220 +Ireland,112511,7332473,804,97,220 +Ireland,112920,10266093,804,97,220 +Ireland,112990,148097,804,97,220 +Ireland,113210,129265,804,97,220 +Ireland,113310,2457,804,97,220 +Ireland,114111,433864,804,97,220 +Ireland,114112,325236,804,97,220 +Ireland,114119,1207577,804,97,220 +Ireland,212325,4733,804,97,220 +Ireland,212392,3110,804,97,220 +Ireland,212399,901582,804,97,220 +Ireland,311111,5625051,804,97,220 +Ireland,311119,10528794,804,97,220 +Ireland,311211,9785,804,97,220 +Ireland,311221,10355,804,97,220 +Ireland,311222,11797014,804,97,220 +Ireland,311225,11120,804,97,220 +Ireland,311230,2213438,804,97,220 +Ireland,311320,13874307,804,97,220 +Ireland,311340,2160633,804,97,220 +Ireland,311411,43806,804,97,220 +Ireland,311421,893136,804,97,220 +Ireland,311511,165582,804,97,220 +Ireland,311512,8180215,804,97,220 +Ireland,311513,34737704,804,97,220 +Ireland,311514,68659633,804,97,220 +Ireland,311611,10153971,804,97,220 +Ireland,311711,129534,804,97,220 +Ireland,311811,1317819,804,97,220 +Ireland,311822,70288,804,97,220 +Ireland,311919,333695,804,97,220 +Ireland,311920,1342838,804,97,220 +Ireland,311941,487038,804,97,220 +Ireland,311942,204181,804,97,220 +Ireland,311999,1229555,804,97,220 +Ireland,312111,290815,804,97,220 +Ireland,312112,3402,804,97,220 +Ireland,312120,154455221,804,97,220 +Ireland,312130,18462898,804,97,220 +Ireland,312140,315285170,804,97,220 +Ireland,312221,42902,804,97,220 +Ireland,312229,3632439,804,97,220 +Ireland,313111,155366,804,97,220 +Ireland,313113,9037,804,97,220 +Ireland,313210,4444248,804,97,220 +Ireland,313221,134397,804,97,220 +Ireland,313230,5278335,804,97,220 +Ireland,313249,16114,804,97,220 +Ireland,313312,1892,804,97,220 +Ireland,313320,8160,804,97,220 +Ireland,314110,6578830,804,97,220 +Ireland,314121,17406,804,97,220 +Ireland,314129,665194,804,97,220 +Ireland,314911,65326,804,97,220 +Ireland,314912,87499,804,97,220 +Ireland,314991,216979,804,97,220 +Ireland,314992,57663,804,97,220 +Ireland,314999,454980,804,97,220 +Ireland,315111,144242,804,97,220 +Ireland,315221,138168,804,97,220 +Ireland,315222,23303,804,97,220 +Ireland,315223,92620,804,97,220 +Ireland,315224,18086,804,97,220 +Ireland,315228,995899,804,97,220 +Ireland,315231,113720,804,97,220 +Ireland,315232,864419,804,97,220 +Ireland,315233,73982,804,97,220 +Ireland,315234,805248,804,97,220 +Ireland,315239,2124005,804,97,220 +Ireland,315291,40409,804,97,220 +Ireland,315292,4968,804,97,220 +Ireland,315991,872484,804,97,220 +Ireland,315992,28927,804,97,220 +Ireland,315993,84531,804,97,220 +Ireland,315999,1136509,804,97,220 +Ireland,316110,2632,804,97,220 +Ireland,316213,6880,804,97,220 +Ireland,316214,77711,804,97,220 +Ireland,316219,611541,804,97,220 +Ireland,316991,125591,804,97,220 +Ireland,316992,30798,804,97,220 +Ireland,316993,75178,804,97,220 +Ireland,316999,863984,804,97,220 +Ireland,321113,13820,804,97,220 +Ireland,321211,71168,804,97,220 +Ireland,321213,15619,804,97,220 +Ireland,321219,75702,804,97,220 +Ireland,321911,28689,804,97,220 +Ireland,321918,33085,804,97,220 +Ireland,321920,72503,804,97,220 +Ireland,321992,366,804,97,220 +Ireland,321999,192117,804,97,220 +Ireland,322121,345999,804,97,220 +Ireland,322130,53943,804,97,220 +Ireland,322211,311564,804,97,220 +Ireland,322212,1597074,804,97,220 +Ireland,322213,20864,804,97,220 +Ireland,322215,3021,804,97,220 +Ireland,322222,4408450,804,97,220 +Ireland,322223,576347,804,97,220 +Ireland,322224,8458,804,97,220 +Ireland,322232,3270,804,97,220 +Ireland,322233,3232,804,97,220 +Ireland,322291,23674,804,97,220 +Ireland,322299,115271,804,97,220 +Ireland,323117,1278395,804,97,220 +Ireland,323118,20917,804,97,220 +Ireland,323119,23065930,804,97,220 +Ireland,324110,109233996,804,97,220 +Ireland,325110,303877,804,97,220 +Ireland,325120,8100,804,97,220 +Ireland,325131,20033,804,97,220 +Ireland,325132,4301621,804,97,220 +Ireland,325188,3755863,804,97,220 +Ireland,325191,22327,804,97,220 +Ireland,325192,1921264,804,97,220 +Ireland,325193,277605,804,97,220 +Ireland,325199,2364599559,804,97,220 +Ireland,325211,1618722,804,97,220 +Ireland,325212,10335745,804,97,220 +Ireland,325222,150598,804,97,220 +Ireland,325311,520595,804,97,220 +Ireland,325312,43500,804,97,220 +Ireland,325320,374440,804,97,220 +Ireland,325411,11534747908,804,97,220 +Ireland,325412,8835796849,804,97,220 +Ireland,325414,2264448575,804,97,220 +Ireland,325510,21441,804,97,220 +Ireland,325520,6612773,804,97,220 +Ireland,325611,1265580,804,97,220 +Ireland,325613,24565,804,97,220 +Ireland,325620,60188499,804,97,220 +Ireland,325910,384885453,804,97,220 +Ireland,325920,34424,804,97,220 +Ireland,325992,130549,804,97,220 +Ireland,325998,1376556,804,97,220 +Ireland,326112,3347,804,97,220 +Ireland,326113,2952560,804,97,220 +Ireland,326121,1492144,804,97,220 +Ireland,326122,361314,804,97,220 +Ireland,326160,283558,804,97,220 +Ireland,326191,556,804,97,220 +Ireland,326192,94750,804,97,220 +Ireland,326199,112868188,804,97,220 +Ireland,326211,6948,804,97,220 +Ireland,326220,3763098,804,97,220 +Ireland,326299,1320728,804,97,220 +Ireland,327111,8575,804,97,220 +Ireland,327112,1874113,804,97,220 +Ireland,327113,43921,804,97,220 +Ireland,327122,14524,804,97,220 +Ireland,327123,3031,804,97,220 +Ireland,327125,79018,804,97,220 +Ireland,327211,252568,804,97,220 +Ireland,327212,9967341,804,97,220 +Ireland,327213,352914,804,97,220 +Ireland,327215,316256,804,97,220 +Ireland,327390,15472,804,97,220 +Ireland,327910,30126139,804,97,220 +Ireland,327991,187998,804,97,220 +Ireland,327992,31601,804,97,220 +Ireland,327993,726413,804,97,220 +Ireland,327999,26992,804,97,220 +Ireland,331111,685706,804,97,220 +Ireland,331222,1025384,804,97,220 +Ireland,331315,11911,804,97,220 +Ireland,331316,25677,804,97,220 +Ireland,331319,30395,804,97,220 +Ireland,331419,12758,804,97,220 +Ireland,331421,4322,804,97,220 +Ireland,331422,28115,804,97,220 +Ireland,331491,4038048,804,97,220 +Ireland,331492,29999,804,97,220 +Ireland,331511,49784,804,97,220 +Ireland,332115,34550,804,97,220 +Ireland,332211,246265,804,97,220 +Ireland,332212,4536381,804,97,220 +Ireland,332213,9414,804,97,220 +Ireland,332312,2483133,804,97,220 +Ireland,332321,68924,804,97,220 +Ireland,332323,271553,804,97,220 +Ireland,332410,21687,804,97,220 +Ireland,332420,1263649,804,97,220 +Ireland,332431,5002,804,97,220 +Ireland,332439,146695,804,97,220 +Ireland,332510,1373495,804,97,220 +Ireland,332611,11098,804,97,220 +Ireland,332618,551634,804,97,220 +Ireland,332722,5622458,804,97,220 +Ireland,332911,17147950,804,97,220 +Ireland,332912,419978,804,97,220 +Ireland,332913,18556,804,97,220 +Ireland,332919,1367893,804,97,220 +Ireland,332991,272556,804,97,220 +Ireland,332994,62323,804,97,220 +Ireland,332999,2388433,804,97,220 +Ireland,333111,8814031,804,97,220 +Ireland,333120,12948960,804,97,220 +Ireland,333131,3712450,804,97,220 +Ireland,333132,1240053,804,97,220 +Ireland,333210,110935,804,97,220 +Ireland,333220,918829,804,97,220 +Ireland,333291,321871,804,97,220 +Ireland,333292,544577,804,97,220 +Ireland,333293,1331979,804,97,220 +Ireland,333294,76510,804,97,220 +Ireland,333295,8429504,804,97,220 +Ireland,333298,113049,804,97,220 +Ireland,333311,60857,804,97,220 +Ireland,333313,1189207,804,97,220 +Ireland,333314,2950870,804,97,220 +Ireland,333315,679196,804,97,220 +Ireland,333319,87160,804,97,220 +Ireland,333411,1611346,804,97,220 +Ireland,333412,6871476,804,97,220 +Ireland,333414,74832,804,97,220 +Ireland,333415,1040275,804,97,220 +Ireland,333511,166726,804,97,220 +Ireland,333512,641127,804,97,220 +Ireland,333513,1336471,804,97,220 +Ireland,333514,14089153,804,97,220 +Ireland,333515,10021054,804,97,220 +Ireland,333611,107011,804,97,220 +Ireland,333612,562247,804,97,220 +Ireland,333613,1321297,804,97,220 +Ireland,333618,2198009,804,97,220 +Ireland,333911,24562936,804,97,220 +Ireland,333912,3283020,804,97,220 +Ireland,333913,113068,804,97,220 +Ireland,333922,1160165,804,97,220 +Ireland,333923,5185,804,97,220 +Ireland,333924,30452984,804,97,220 +Ireland,333991,128990,804,97,220 +Ireland,333992,1180065,804,97,220 +Ireland,333993,1241105,804,97,220 +Ireland,333994,380819,804,97,220 +Ireland,333995,1649431,804,97,220 +Ireland,333996,203679,804,97,220 +Ireland,333997,31593,804,97,220 +Ireland,333999,145716985,804,97,220 +Ireland,334111,59386968,804,97,220 +Ireland,334112,8083004,804,97,220 +Ireland,334119,67500667,804,97,220 +Ireland,334210,218564,804,97,220 +Ireland,334220,49204707,804,97,220 +Ireland,334290,284535,804,97,220 +Ireland,334310,8167664,804,97,220 +Ireland,334411,18615,804,97,220 +Ireland,334412,1067759,804,97,220 +Ireland,334413,73030150,804,97,220 +Ireland,334414,1082978,804,97,220 +Ireland,334415,1697484,804,97,220 +Ireland,334416,576664,804,97,220 +Ireland,334417,9737622,804,97,220 +Ireland,334418,11161868,804,97,220 +Ireland,334419,10986647,804,97,220 +Ireland,334510,1170122731,804,97,220 +Ireland,334511,1704934,804,97,220 +Ireland,334512,47666,804,97,220 +Ireland,334513,22887541,804,97,220 +Ireland,334514,154594,804,97,220 +Ireland,334515,33682296,804,97,220 +Ireland,334516,123190620,804,97,220 +Ireland,334517,546180,804,97,220 +Ireland,334518,228244,804,97,220 +Ireland,334519,4046298,804,97,220 +Ireland,334612,21797,804,97,220 +Ireland,334613,186550,804,97,220 +Ireland,335110,243865,804,97,220 +Ireland,335121,209016,804,97,220 +Ireland,335129,1094247,804,97,220 +Ireland,335211,5717821,804,97,220 +Ireland,335221,2606,804,97,220 +Ireland,335222,6725,804,97,220 +Ireland,335224,106386,804,97,220 +Ireland,335228,189827,804,97,220 +Ireland,335311,13751,804,97,220 +Ireland,335312,1941793,804,97,220 +Ireland,335313,2112364,804,97,220 +Ireland,335314,7777173,804,97,220 +Ireland,335911,603884,804,97,220 +Ireland,335912,43631,804,97,220 +Ireland,335921,22463,804,97,220 +Ireland,335929,1608363,804,97,220 +Ireland,335931,1289618,804,97,220 +Ireland,335932,24602,804,97,220 +Ireland,335991,2622,804,97,220 +Ireland,335999,7689055,804,97,220 +Ireland,336111,9918,804,97,220 +Ireland,336120,5543835,804,97,220 +Ireland,336214,4154,804,97,220 +Ireland,336311,383460,804,97,220 +Ireland,336322,2557521,804,97,220 +Ireland,336330,94741,804,97,220 +Ireland,336340,32985,804,97,220 +Ireland,336350,88714,804,97,220 +Ireland,336360,1870975,804,97,220 +Ireland,336399,1703444,804,97,220 +Ireland,336411,1228223,804,97,220 +Ireland,336412,23283981,804,97,220 +Ireland,336413,1876913,804,97,220 +Ireland,336419,113215,804,97,220 +Ireland,336612,289896,804,97,220 +Ireland,336991,18993,804,97,220 +Ireland,336992,454953,804,97,220 +Ireland,337110,91380,804,97,220 +Ireland,337124,4334,804,97,220 +Ireland,337127,4423786,804,97,220 +Ireland,337211,108288,804,97,220 +Ireland,337214,40777,804,97,220 +Ireland,337215,1224682,804,97,220 +Ireland,337910,677781,804,97,220 +Ireland,339112,714975814,804,97,220 +Ireland,339113,2803523220,804,97,220 +Ireland,339114,73301676,804,97,220 +Ireland,339115,276074096,804,97,220 +Ireland,339911,27905216,804,97,220 +Ireland,339913,94212,804,97,220 +Ireland,339914,1422316,804,97,220 +Ireland,339920,171519,804,97,220 +Ireland,339932,3439867,804,97,220 +Ireland,339941,606217,804,97,220 +Ireland,339942,8103,804,97,220 +Ireland,339943,3604,804,97,220 +Ireland,339950,39546,804,97,220 +Ireland,339991,4409329,804,97,220 +Ireland,339992,170954,804,97,220 +Ireland,339993,14590,804,97,220 +Ireland,339994,2315048,804,97,220 +Ireland,339999,2709147,804,97,220 +Ireland,511210,2974028,804,97,220 +Ireland,910000,557453,804,97,220 +Ireland,920000,8981285,804,97,220 +Ireland,980000,1298914429,804,97,220 +Ireland,990000,176530585,804,97,220 +Israel,111120,1019375,806,98,221 +Israel,111130,56739,806,98,221 +Israel,111140,7649,806,98,221 +Israel,111199,19895,806,98,221 +Israel,111219,33641407,806,98,221 +Israel,111310,104456,806,98,221 +Israel,111320,4022982,806,98,221 +Israel,111335,31665,806,98,221 +Israel,111339,7758970,806,98,221 +Israel,111421,7811336,806,98,221 +Israel,111422,3550069,806,98,221 +Israel,111920,225632,806,98,221 +Israel,111998,5174843,806,98,221 +Israel,112511,825048,806,98,221 +Israel,112910,78316,806,98,221 +Israel,112920,50113,806,98,221 +Israel,112990,1072087,806,98,221 +Israel,113210,3111647,806,98,221 +Israel,114119,39534,806,98,221 +Israel,212311,18126,806,98,221 +Israel,212322,10050,806,98,221 +Israel,212325,1373517,806,98,221 +Israel,212393,5153521,806,98,221 +Israel,212399,2383,806,98,221 +Israel,311211,2013754,806,98,221 +Israel,311212,198299,806,98,221 +Israel,311221,777328,806,98,221 +Israel,311222,8911580,806,98,221 +Israel,311223,7651579,806,98,221 +Israel,311225,89645,806,98,221 +Israel,311230,1628746,806,98,221 +Israel,311311,47365,806,98,221 +Israel,311320,12520942,806,98,221 +Israel,311340,5228929,806,98,221 +Israel,311411,1385630,806,98,221 +Israel,311421,14949162,806,98,221 +Israel,311423,4809028,806,98,221 +Israel,311511,52332,806,98,221 +Israel,311512,170748,806,98,221 +Israel,311513,7021691,806,98,221 +Israel,311514,2038058,806,98,221 +Israel,311520,2339128,806,98,221 +Israel,311615,7858012,806,98,221 +Israel,311711,2759550,806,98,221 +Israel,311811,31026457,806,98,221 +Israel,311822,263563,806,98,221 +Israel,311823,224897,806,98,221 +Israel,311911,9684798,806,98,221 +Israel,311919,9134061,806,98,221 +Israel,311920,3848097,806,98,221 +Israel,311930,5060760,806,98,221 +Israel,311941,217110,806,98,221 +Israel,311942,7198162,806,98,221 +Israel,311999,25360660,806,98,221 +Israel,312111,2415527,806,98,221 +Israel,312112,26633,806,98,221 +Israel,312120,82930,806,98,221 +Israel,312130,11517525,806,98,221 +Israel,312140,535559,806,98,221 +Israel,313111,99965,806,98,221 +Israel,313113,969261,806,98,221 +Israel,313210,9796953,806,98,221 +Israel,313221,78531,806,98,221 +Israel,313230,93789337,806,98,221 +Israel,313249,59855405,806,98,221 +Israel,313312,323169,806,98,221 +Israel,313320,32512384,806,98,221 +Israel,314110,6973215,806,98,221 +Israel,314121,734779,806,98,221 +Israel,314129,59452839,806,98,221 +Israel,314911,26398,806,98,221 +Israel,314912,47414,806,98,221 +Israel,314991,789719,806,98,221 +Israel,314992,2435,806,98,221 +Israel,314999,4875726,806,98,221 +Israel,315111,5371326,806,98,221 +Israel,315221,637994,806,98,221 +Israel,315222,121582,806,98,221 +Israel,315223,723587,806,98,221 +Israel,315224,158482,806,98,221 +Israel,315228,2526398,806,98,221 +Israel,315231,51653659,806,98,221 +Israel,315232,10750525,806,98,221 +Israel,315233,2095845,806,98,221 +Israel,315234,1193672,806,98,221 +Israel,315239,15409889,806,98,221 +Israel,315291,1375956,806,98,221 +Israel,315292,52128,806,98,221 +Israel,315991,405544,806,98,221 +Israel,315992,1164,806,98,221 +Israel,315999,7964328,806,98,221 +Israel,316110,63643,806,98,221 +Israel,316211,3021,806,98,221 +Israel,316213,5521258,806,98,221 +Israel,316214,23456197,806,98,221 +Israel,316219,1908994,806,98,221 +Israel,316991,6412202,806,98,221 +Israel,316992,67392,806,98,221 +Israel,316993,74856,806,98,221 +Israel,316999,54197,806,98,221 +Israel,321911,11167,806,98,221 +Israel,321918,8594,806,98,221 +Israel,321920,614684,806,98,221 +Israel,321999,1168679,806,98,221 +Israel,322110,479038,806,98,221 +Israel,322121,24495738,806,98,221 +Israel,322130,72577,806,98,221 +Israel,322211,1741468,806,98,221 +Israel,322212,1520250,806,98,221 +Israel,322213,280579,806,98,221 +Israel,322215,113343,806,98,221 +Israel,322222,2904546,806,98,221 +Israel,322223,18274036,806,98,221 +Israel,322224,21581,806,98,221 +Israel,322232,12149,806,98,221 +Israel,322233,10004,806,98,221 +Israel,322291,38030662,806,98,221 +Israel,322299,307439,806,98,221 +Israel,323117,12448488,806,98,221 +Israel,323118,205679,806,98,221 +Israel,323119,13795677,806,98,221 +Israel,323122,3573179,806,98,221 +Israel,324110,183970526,806,98,221 +Israel,324121,146825,806,98,221 +Israel,325120,2545981,806,98,221 +Israel,325131,944486,806,98,221 +Israel,325132,759944,806,98,221 +Israel,325182,7871,806,98,221 +Israel,325188,123227246,806,98,221 +Israel,325191,6696025,806,98,221 +Israel,325192,3899927,806,98,221 +Israel,325199,218222500,806,98,221 +Israel,325211,20194238,806,98,221 +Israel,325212,6496637,806,98,221 +Israel,325221,4012,806,98,221 +Israel,325222,60268559,806,98,221 +Israel,325311,118231,806,98,221 +Israel,325312,113480059,806,98,221 +Israel,325320,44221706,806,98,221 +Israel,325411,342361887,806,98,221 +Israel,325412,4931794112,806,98,221 +Israel,325414,45080696,806,98,221 +Israel,325510,376619,806,98,221 +Israel,325520,296565,806,98,221 +Israel,325611,14852938,806,98,221 +Israel,325612,63047,806,98,221 +Israel,325613,12518299,806,98,221 +Israel,325620,85056417,806,98,221 +Israel,325910,66456306,806,98,221 +Israel,325920,43313093,806,98,221 +Israel,325992,97901,806,98,221 +Israel,325998,4084762,806,98,221 +Israel,326113,81400978,806,98,221 +Israel,326121,316163,806,98,221 +Israel,326122,5221609,806,98,221 +Israel,326160,8123415,806,98,221 +Israel,326191,16511,806,98,221 +Israel,326192,124291,806,98,221 +Israel,326199,212089148,806,98,221 +Israel,326211,18524766,806,98,221 +Israel,326212,51324,806,98,221 +Israel,326220,10613677,806,98,221 +Israel,326299,3395610,806,98,221 +Israel,327111,1077770,806,98,221 +Israel,327112,1293931,806,98,221 +Israel,327113,367071,806,98,221 +Israel,327122,382946,806,98,221 +Israel,327123,81208,806,98,221 +Israel,327125,35713,806,98,221 +Israel,327211,15668575,806,98,221 +Israel,327212,2072911,806,98,221 +Israel,327213,270774,806,98,221 +Israel,327215,2349793,806,98,221 +Israel,327390,36946348,806,98,221 +Israel,327420,179377,806,98,221 +Israel,327910,13340089,806,98,221 +Israel,327991,13367727,806,98,221 +Israel,327992,13890127,806,98,221 +Israel,327993,623267,806,98,221 +Israel,327999,46167,806,98,221 +Israel,331111,49425,806,98,221 +Israel,331112,86960,806,98,221 +Israel,331222,7962657,806,98,221 +Israel,331311,361059,806,98,221 +Israel,331312,72702,806,98,221 +Israel,331314,19895,806,98,221 +Israel,331315,936298,806,98,221 +Israel,331316,1166279,806,98,221 +Israel,331319,533359,806,98,221 +Israel,331411,36960,806,98,221 +Israel,331419,91333262,806,98,221 +Israel,331421,729972,806,98,221 +Israel,331422,3526894,806,98,221 +Israel,331491,8721500,806,98,221 +Israel,331492,13808091,806,98,221 +Israel,331511,261147,806,98,221 +Israel,332115,12708,806,98,221 +Israel,332211,728939,806,98,221 +Israel,332212,6593742,806,98,221 +Israel,332213,3243895,806,98,221 +Israel,332214,16021,806,98,221 +Israel,332311,4038768,806,98,221 +Israel,332312,4040433,806,98,221 +Israel,332321,367347,806,98,221 +Israel,332322,291472,806,98,221 +Israel,332410,50366575,806,98,221 +Israel,332420,9411546,806,98,221 +Israel,332431,567430,806,98,221 +Israel,332439,473775,806,98,221 +Israel,332510,14530212,806,98,221 +Israel,332611,870691,806,98,221 +Israel,332618,4647946,806,98,221 +Israel,332722,4544003,806,98,221 +Israel,332911,53289447,806,98,221 +Israel,332912,3411434,806,98,221 +Israel,332913,14662234,806,98,221 +Israel,332919,42341125,806,98,221 +Israel,332991,445513,806,98,221 +Israel,332992,47392963,806,98,221 +Israel,332994,31562977,806,98,221 +Israel,332995,4610482,806,98,221 +Israel,332997,55404,806,98,221 +Israel,332998,286745,806,98,221 +Israel,332999,16075004,806,98,221 +Israel,333111,21217053,806,98,221 +Israel,333120,2952989,806,98,221 +Israel,333131,597183,806,98,221 +Israel,333132,45756,806,98,221 +Israel,333210,267288,806,98,221 +Israel,333220,8601591,806,98,221 +Israel,333291,199705,806,98,221 +Israel,333292,3974500,806,98,221 +Israel,333293,97771011,806,98,221 +Israel,333294,835653,806,98,221 +Israel,333295,22386847,806,98,221 +Israel,333298,194048,806,98,221 +Israel,333311,1480172,806,98,221 +Israel,333313,26705828,806,98,221 +Israel,333314,176287851,806,98,221 +Israel,333315,6734063,806,98,221 +Israel,333319,106449,806,98,221 +Israel,333411,1564299,806,98,221 +Israel,333412,4780302,806,98,221 +Israel,333414,647598,806,98,221 +Israel,333415,5714094,806,98,221 +Israel,333511,863234,806,98,221 +Israel,333512,1451072,806,98,221 +Israel,333513,1295790,806,98,221 +Israel,333514,302615,806,98,221 +Israel,333515,177054641,806,98,221 +Israel,333611,15440685,806,98,221 +Israel,333612,2484212,806,98,221 +Israel,333613,9920974,806,98,221 +Israel,333618,3171611,806,98,221 +Israel,333911,2541532,806,98,221 +Israel,333912,1632864,806,98,221 +Israel,333913,765039,806,98,221 +Israel,333921,328953,806,98,221 +Israel,333922,142081,806,98,221 +Israel,333923,12671,806,98,221 +Israel,333924,111716,806,98,221 +Israel,333991,139643,806,98,221 +Israel,333992,1945432,806,98,221 +Israel,333993,6244296,806,98,221 +Israel,333994,1699910,806,98,221 +Israel,333995,4663835,806,98,221 +Israel,333996,716673,806,98,221 +Israel,333997,2773974,806,98,221 +Israel,333999,74410129,806,98,221 +Israel,334111,79532684,806,98,221 +Israel,334112,10732028,806,98,221 +Israel,334119,183423319,806,98,221 +Israel,334210,5990519,806,98,221 +Israel,334220,657871821,806,98,221 +Israel,334290,20520280,806,98,221 +Israel,334310,59968147,806,98,221 +Israel,334411,260777,806,98,221 +Israel,334412,21811741,806,98,221 +Israel,334413,175090934,806,98,221 +Israel,334414,67210919,806,98,221 +Israel,334415,66644446,806,98,221 +Israel,334416,18645203,806,98,221 +Israel,334417,5333283,806,98,221 +Israel,334418,58312213,806,98,221 +Israel,334419,65448925,806,98,221 +Israel,334510,219863596,806,98,221 +Israel,334511,34316378,806,98,221 +Israel,334512,16640766,806,98,221 +Israel,334513,24103035,806,98,221 +Israel,334514,30154053,806,98,221 +Israel,334515,93532494,806,98,221 +Israel,334516,79898546,806,98,221 +Israel,334517,182277609,806,98,221 +Israel,334518,228333,806,98,221 +Israel,334519,23207805,806,98,221 +Israel,334612,216402,806,98,221 +Israel,334613,2966992,806,98,221 +Israel,335110,447842,806,98,221 +Israel,335121,186965,806,98,221 +Israel,335129,3546552,806,98,221 +Israel,335211,11423148,806,98,221 +Israel,335212,2688,806,98,221 +Israel,335221,106569,806,98,221 +Israel,335224,109268,806,98,221 +Israel,335228,239425,806,98,221 +Israel,335311,27269700,806,98,221 +Israel,335312,6790971,806,98,221 +Israel,335313,12120117,806,98,221 +Israel,335314,53968401,806,98,221 +Israel,335911,1746876,806,98,221 +Israel,335912,45676016,806,98,221 +Israel,335921,880081,806,98,221 +Israel,335929,22970953,806,98,221 +Israel,335931,7198970,806,98,221 +Israel,335932,9278875,806,98,221 +Israel,335991,167935,806,98,221 +Israel,335999,117366453,806,98,221 +Israel,336111,487383,806,98,221 +Israel,336212,205724,806,98,221 +Israel,336214,212986,806,98,221 +Israel,336311,25783541,806,98,221 +Israel,336321,1947864,806,98,221 +Israel,336322,6201569,806,98,221 +Israel,336330,175787,806,98,221 +Israel,336340,41561,806,98,221 +Israel,336350,206597,806,98,221 +Israel,336360,40694755,806,98,221 +Israel,336370,431926,806,98,221 +Israel,336391,41767528,806,98,221 +Israel,336399,84155462,806,98,221 +Israel,336411,185344092,806,98,221 +Israel,336412,326638651,806,98,221 +Israel,336413,238823698,806,98,221 +Israel,336419,2802360,806,98,221 +Israel,336510,3295,806,98,221 +Israel,336612,4128,806,98,221 +Israel,336991,40480,806,98,221 +Israel,336992,404309871,806,98,221 +Israel,337110,953010,806,98,221 +Israel,337121,59296,806,98,221 +Israel,337124,121316,806,98,221 +Israel,337127,13594372,806,98,221 +Israel,337211,54323,806,98,221 +Israel,337214,656203,806,98,221 +Israel,337215,1060233,806,98,221 +Israel,337910,262797,806,98,221 +Israel,337920,97324,806,98,221 +Israel,339112,95916560,806,98,221 +Israel,339113,35522907,806,98,221 +Israel,339114,17940795,806,98,221 +Israel,339115,15281252,806,98,221 +Israel,339911,93502067,806,98,221 +Israel,339912,125570,806,98,221 +Israel,339913,7770262314,806,98,221 +Israel,339914,15452016,806,98,221 +Israel,339920,10505901,806,98,221 +Israel,339932,3903604,806,98,221 +Israel,339941,11982,806,98,221 +Israel,339942,308233,806,98,221 +Israel,339943,3601,806,98,221 +Israel,339944,3337,806,98,221 +Israel,339950,130687,806,98,221 +Israel,339991,1755071,806,98,221 +Israel,339992,491563,806,98,221 +Israel,339993,581967,806,98,221 +Israel,339994,485505,806,98,221 +Israel,339999,49356078,806,98,221 +Israel,511210,427585,806,98,221 +Israel,910000,11087372,806,98,221 +Israel,920000,14280155,806,98,221 +Israel,980000,380906853,806,98,221 +Israel,990000,103931123,806,98,221 +Italy,111120,24728,804,99,222 +Italy,111130,622507,804,99,222 +Italy,111140,386960,804,99,222 +Italy,111150,174482,804,99,222 +Italy,111199,74770,804,99,222 +Italy,111219,3829603,804,99,222 +Italy,111310,1029202,804,99,222 +Italy,111320,221907,804,99,222 +Italy,111332,2388336,804,99,222 +Italy,111334,60175,804,99,222 +Italy,111335,7803871,804,99,222 +Italy,111339,16409552,804,99,222 +Italy,111411,322580,804,99,222 +Italy,111421,387473,804,99,222 +Italy,111422,5116432,804,99,222 +Italy,111910,14120409,804,99,222 +Italy,111991,286798,804,99,222 +Italy,111998,2016983,804,99,222 +Italy,112111,22902,804,99,222 +Italy,112410,652,804,99,222 +Italy,112420,65951,804,99,222 +Italy,112512,3897,804,99,222 +Italy,112910,541531,804,99,222 +Italy,112920,90158,804,99,222 +Italy,112930,33246,804,99,222 +Italy,112990,138957,804,99,222 +Italy,113210,9438990,804,99,222 +Italy,113310,125190,804,99,222 +Italy,114111,570084,804,99,222 +Italy,114112,163506,804,99,222 +Italy,114119,522024,804,99,222 +Italy,211112,25546716,804,99,222 +Italy,212113,4902,804,99,222 +Italy,212299,1478021,804,99,222 +Italy,212311,1162440,804,99,222 +Italy,212319,2989112,804,99,222 +Italy,212322,79009,804,99,222 +Italy,212325,53027,804,99,222 +Italy,212392,39748,804,99,222 +Italy,212393,5681596,804,99,222 +Italy,212399,359363,804,99,222 +Italy,311111,39847,804,99,222 +Italy,311119,5611999,804,99,222 +Italy,311211,4782902,804,99,222 +Italy,311212,10397063,804,99,222 +Italy,311221,3716181,804,99,222 +Italy,311222,98968,804,99,222 +Italy,311223,532780528,804,99,222 +Italy,311225,1106715,804,99,222 +Italy,311230,1110063,804,99,222 +Italy,311311,5439,804,99,222 +Italy,311320,31619833,804,99,222 +Italy,311340,11740840,804,99,222 +Italy,311411,4239276,804,99,222 +Italy,311421,128215784,804,99,222 +Italy,311422,444817,804,99,222 +Italy,311423,3086974,804,99,222 +Italy,311511,47690,804,99,222 +Italy,311512,169118,804,99,222 +Italy,311513,289028630,804,99,222 +Italy,311514,1415778,804,99,222 +Italy,311520,2998324,804,99,222 +Italy,311611,63871758,804,99,222 +Italy,311613,316334,804,99,222 +Italy,311711,9422362,804,99,222 +Italy,311811,81479799,804,99,222 +Italy,311822,632966,804,99,222 +Italy,311823,184562840,804,99,222 +Italy,311911,2018629,804,99,222 +Italy,311919,3941161,804,99,222 +Italy,311920,52008201,804,99,222 +Italy,311930,785749,804,99,222 +Italy,311941,17748353,804,99,222 +Italy,311942,8193963,804,99,222 +Italy,311999,155469511,804,99,222 +Italy,312111,41966735,804,99,222 +Italy,312112,117872569,804,99,222 +Italy,312113,1297165,804,99,222 +Italy,312120,33347422,804,99,222 +Italy,312130,1361262097,804,99,222 +Italy,312140,141155387,804,99,222 +Italy,312221,3328,804,99,222 +Italy,312229,2693,804,99,222 +Italy,313111,28929246,804,99,222 +Italy,313113,1297878,804,99,222 +Italy,313210,234101771,804,99,222 +Italy,313221,31799262,804,99,222 +Italy,313230,32602387,804,99,222 +Italy,313249,37162216,804,99,222 +Italy,313312,5986874,804,99,222 +Italy,313320,21985633,804,99,222 +Italy,314110,11170765,804,99,222 +Italy,314121,1694756,804,99,222 +Italy,314129,72507377,804,99,222 +Italy,314911,430384,804,99,222 +Italy,314912,544280,804,99,222 +Italy,314991,2836316,804,99,222 +Italy,314992,11876253,804,99,222 +Italy,314999,16383102,804,99,222 +Italy,315111,26367207,804,99,222 +Italy,315221,1331617,804,99,222 +Italy,315222,186842355,804,99,222 +Italy,315223,88904092,804,99,222 +Italy,315224,79068582,804,99,222 +Italy,315228,46855056,804,99,222 +Italy,315231,10527301,804,99,222 +Italy,315232,92946336,804,99,222 +Italy,315233,132155302,804,99,222 +Italy,315234,117981249,804,99,222 +Italy,315239,133383330,804,99,222 +Italy,315291,1861540,804,99,222 +Italy,315292,80631522,804,99,222 +Italy,315991,14985566,804,99,222 +Italy,315992,7418943,804,99,222 +Italy,315993,52740792,804,99,222 +Italy,315999,124765971,804,99,222 +Italy,316110,132055992,804,99,222 +Italy,316211,7937855,804,99,222 +Italy,316212,160630,804,99,222 +Italy,316213,204377612,804,99,222 +Italy,316214,642735146,804,99,222 +Italy,316219,59024519,804,99,222 +Italy,316991,161018977,804,99,222 +Italy,316992,279959401,804,99,222 +Italy,316993,55722411,804,99,222 +Italy,316999,10028033,804,99,222 +Italy,321113,1494483,804,99,222 +Italy,321211,21346111,804,99,222 +Italy,321212,218042,804,99,222 +Italy,321213,2617946,804,99,222 +Italy,321219,1000016,804,99,222 +Italy,321911,7193975,804,99,222 +Italy,321918,9973855,804,99,222 +Italy,321920,2377925,804,99,222 +Italy,321992,208164,804,99,222 +Italy,321999,36103618,804,99,222 +Italy,322110,24399,804,99,222 +Italy,322121,67289005,804,99,222 +Italy,322122,259192,804,99,222 +Italy,322130,27703780,804,99,222 +Italy,322211,3117814,804,99,222 +Italy,322212,2785040,804,99,222 +Italy,322213,226937,804,99,222 +Italy,322214,3790,804,99,222 +Italy,322215,8082641,804,99,222 +Italy,322222,17782593,804,99,222 +Italy,322223,13498276,804,99,222 +Italy,322224,1123699,804,99,222 +Italy,322232,484220,804,99,222 +Italy,322233,588295,804,99,222 +Italy,322291,4254267,804,99,222 +Italy,322299,12844735,804,99,222 +Italy,323117,53909207,804,99,222 +Italy,323118,14067057,804,99,222 +Italy,323119,50826010,804,99,222 +Italy,323122,2155719,804,99,222 +Italy,324110,1506667736,804,99,222 +Italy,324122,2324264,804,99,222 +Italy,325110,51467028,804,99,222 +Italy,325120,1078228,804,99,222 +Italy,325131,33443579,804,99,222 +Italy,325132,2455377,804,99,222 +Italy,325181,906864,804,99,222 +Italy,325182,1468558,804,99,222 +Italy,325188,71426774,804,99,222 +Italy,325191,8686784,804,99,222 +Italy,325192,95101278,804,99,222 +Italy,325193,769984,804,99,222 +Italy,325199,445229670,804,99,222 +Italy,325211,139084636,804,99,222 +Italy,325212,65717237,804,99,222 +Italy,325221,2740173,804,99,222 +Italy,325222,28591285,804,99,222 +Italy,325311,4240675,804,99,222 +Italy,325312,3246772,804,99,222 +Italy,325320,7480939,804,99,222 +Italy,325411,520823809,804,99,222 +Italy,325412,1377651338,804,99,222 +Italy,325414,414459747,804,99,222 +Italy,325510,24971106,804,99,222 +Italy,325520,12759456,804,99,222 +Italy,325611,32113192,804,99,222 +Italy,325612,5876626,804,99,222 +Italy,325613,22200645,804,99,222 +Italy,325620,397756399,804,99,222 +Italy,325910,9647849,804,99,222 +Italy,325920,518176,804,99,222 +Italy,325992,3193003,804,99,222 +Italy,325998,83419662,804,99,222 +Italy,326112,4002078,804,99,222 +Italy,326113,63269350,804,99,222 +Italy,326121,3855807,804,99,222 +Italy,326122,6309529,804,99,222 +Italy,326160,15872082,804,99,222 +Italy,326191,1344285,804,99,222 +Italy,326192,3072335,804,99,222 +Italy,326199,140655935,804,99,222 +Italy,326211,51509556,804,99,222 +Italy,326212,8226,804,99,222 +Italy,326220,92880999,804,99,222 +Italy,326299,48618676,804,99,222 +Italy,327111,4919086,804,99,222 +Italy,327112,39305778,804,99,222 +Italy,327113,735788,804,99,222 +Italy,327121,490112,804,99,222 +Italy,327122,435288784,804,99,222 +Italy,327123,1084880,804,99,222 +Italy,327124,2283869,804,99,222 +Italy,327125,6337183,804,99,222 +Italy,327211,7358994,804,99,222 +Italy,327212,83029781,804,99,222 +Italy,327213,53643142,804,99,222 +Italy,327215,26027308,804,99,222 +Italy,327310,58398,804,99,222 +Italy,327320,15863,804,99,222 +Italy,327331,20701,804,99,222 +Italy,327390,22365452,804,99,222 +Italy,327410,361094,804,99,222 +Italy,327420,1163024,804,99,222 +Italy,327910,43543293,804,99,222 +Italy,327991,305139037,804,99,222 +Italy,327992,3231480,804,99,222 +Italy,327993,2779036,804,99,222 +Italy,327999,4667381,804,99,222 +Italy,331111,737513523,804,99,222 +Italy,331222,35159811,804,99,222 +Italy,331311,427939,804,99,222 +Italy,331312,317367,804,99,222 +Italy,331314,3028,804,99,222 +Italy,331315,13409185,804,99,222 +Italy,331316,14695565,804,99,222 +Italy,331319,811015,804,99,222 +Italy,331411,6273354,804,99,222 +Italy,331419,157745713,804,99,222 +Italy,331421,12837102,804,99,222 +Italy,331422,1611077,804,99,222 +Italy,331491,44336713,804,99,222 +Italy,331492,384741,804,99,222 +Italy,331511,10125821,804,99,222 +Italy,332115,20275162,804,99,222 +Italy,332211,9342166,804,99,222 +Italy,332212,26382813,804,99,222 +Italy,332213,34018669,804,99,222 +Italy,332214,13057455,804,99,222 +Italy,332311,75328,804,99,222 +Italy,332312,20329395,804,99,222 +Italy,332321,14691339,804,99,222 +Italy,332322,312606,804,99,222 +Italy,332323,755814,804,99,222 +Italy,332410,88001307,804,99,222 +Italy,332420,21614339,804,99,222 +Italy,332431,153557,804,99,222 +Italy,332439,8317018,804,99,222 +Italy,332510,62169789,804,99,222 +Italy,332611,3234142,804,99,222 +Italy,332618,34002882,804,99,222 +Italy,332722,82184667,804,99,222 +Italy,332911,384813821,804,99,222 +Italy,332912,70146854,804,99,222 +Italy,332913,34551825,804,99,222 +Italy,332919,115560620,804,99,222 +Italy,332991,47517791,804,99,222 +Italy,332992,20592635,804,99,222 +Italy,332994,167516464,804,99,222 +Italy,332995,10768,804,99,222 +Italy,332997,171218,804,99,222 +Italy,332998,3331774,804,99,222 +Italy,332999,166015640,804,99,222 +Italy,333111,383275616,804,99,222 +Italy,333120,464176153,804,99,222 +Italy,333131,83550110,804,99,222 +Italy,333132,30003902,804,99,222 +Italy,333210,34489317,804,99,222 +Italy,333220,131965634,804,99,222 +Italy,333291,128122007,804,99,222 +Italy,333292,58694071,804,99,222 +Italy,333293,40305585,804,99,222 +Italy,333294,132796854,804,99,222 +Italy,333295,8660560,804,99,222 +Italy,333298,29088576,804,99,222 +Italy,333311,7262382,804,99,222 +Italy,333313,14632956,804,99,222 +Italy,333314,15607225,804,99,222 +Italy,333315,33815142,804,99,222 +Italy,333319,70360534,804,99,222 +Italy,333411,3880281,804,99,222 +Italy,333412,36393301,804,99,222 +Italy,333414,25872817,804,99,222 +Italy,333415,95033801,804,99,222 +Italy,333511,23884205,804,99,222 +Italy,333512,156046491,804,99,222 +Italy,333513,84679083,804,99,222 +Italy,333514,5627196,804,99,222 +Italy,333515,38437507,804,99,222 +Italy,333516,56862165,804,99,222 +Italy,333611,190219218,804,99,222 +Italy,333612,356062357,804,99,222 +Italy,333613,86563076,804,99,222 +Italy,333618,295036449,804,99,222 +Italy,333911,188890496,804,99,222 +Italy,333912,113200916,804,99,222 +Italy,333913,9004343,804,99,222 +Italy,333921,6506383,804,99,222 +Italy,333922,62143387,804,99,222 +Italy,333923,17379958,804,99,222 +Italy,333924,57803770,804,99,222 +Italy,333991,27069633,804,99,222 +Italy,333992,24202953,804,99,222 +Italy,333993,350863077,804,99,222 +Italy,333994,23116698,804,99,222 +Italy,333995,50819429,804,99,222 +Italy,333996,90797376,804,99,222 +Italy,333997,4567478,804,99,222 +Italy,333999,471569275,804,99,222 +Italy,334111,17344285,804,99,222 +Italy,334112,4257248,804,99,222 +Italy,334119,112190889,804,99,222 +Italy,334210,1243112,804,99,222 +Italy,334220,277262686,804,99,222 +Italy,334290,14529197,804,99,222 +Italy,334310,38570160,804,99,222 +Italy,334411,5043399,804,99,222 +Italy,334412,8639273,804,99,222 +Italy,334413,420045192,804,99,222 +Italy,334414,8074518,804,99,222 +Italy,334415,1162112,804,99,222 +Italy,334416,2937245,804,99,222 +Italy,334417,33381357,804,99,222 +Italy,334418,12977056,804,99,222 +Italy,334419,54701874,804,99,222 +Italy,334510,59048632,804,99,222 +Italy,334511,20169720,804,99,222 +Italy,334512,7304022,804,99,222 +Italy,334513,49447753,804,99,222 +Italy,334514,1967305,804,99,222 +Italy,334515,52766825,804,99,222 +Italy,334516,41686320,804,99,222 +Italy,334517,31711052,804,99,222 +Italy,334518,16156721,804,99,222 +Italy,334519,6792736,804,99,222 +Italy,334612,1904627,804,99,222 +Italy,334613,1141137,804,99,222 +Italy,335110,14257730,804,99,222 +Italy,335121,28875546,804,99,222 +Italy,335129,35270718,804,99,222 +Italy,335211,92289905,804,99,222 +Italy,335212,17890990,804,99,222 +Italy,335221,52888855,804,99,222 +Italy,335222,10360527,804,99,222 +Italy,335224,38932484,804,99,222 +Italy,335228,58782361,804,99,222 +Italy,335311,21338343,804,99,222 +Italy,335312,99039520,804,99,222 +Italy,335313,57018061,804,99,222 +Italy,335314,71151665,804,99,222 +Italy,335911,29111745,804,99,222 +Italy,335912,73518,804,99,222 +Italy,335921,434458,804,99,222 +Italy,335929,14643500,804,99,222 +Italy,335931,22836852,804,99,222 +Italy,335932,1585447,804,99,222 +Italy,335991,2000275,804,99,222 +Italy,335999,56391399,804,99,222 +Italy,336111,651611661,804,99,222 +Italy,336120,3769610,804,99,222 +Italy,336211,3077014,804,99,222 +Italy,336212,225859,804,99,222 +Italy,336213,281000,804,99,222 +Italy,336214,3085158,804,99,222 +Italy,336311,56949491,804,99,222 +Italy,336321,10632580,804,99,222 +Italy,336322,42634061,804,99,222 +Italy,336330,15175825,804,99,222 +Italy,336340,116376905,804,99,222 +Italy,336350,117235002,804,99,222 +Italy,336360,10231683,804,99,222 +Italy,336370,522482,804,99,222 +Italy,336391,2329725,804,99,222 +Italy,336399,166228383,804,99,222 +Italy,336411,243840541,804,99,222 +Italy,336412,374199065,804,99,222 +Italy,336413,590682681,804,99,222 +Italy,336415,7821,804,99,222 +Italy,336419,9982887,804,99,222 +Italy,336510,6019050,804,99,222 +Italy,336611,7423584,804,99,222 +Italy,336612,152066906,804,99,222 +Italy,336991,165121975,804,99,222 +Italy,336992,2527496,804,99,222 +Italy,337110,18281631,804,99,222 +Italy,337121,916109,804,99,222 +Italy,337124,144748888,804,99,222 +Italy,337127,275833149,804,99,222 +Italy,337129,42640,804,99,222 +Italy,337211,8778672,804,99,222 +Italy,337214,9363000,804,99,222 +Italy,337215,130577036,804,99,222 +Italy,337910,2070538,804,99,222 +Italy,337920,1263311,804,99,222 +Italy,339112,85060897,804,99,222 +Italy,339113,46866930,804,99,222 +Italy,339114,34625119,804,99,222 +Italy,339115,646028259,804,99,222 +Italy,339911,570104274,804,99,222 +Italy,339912,6811771,804,99,222 +Italy,339913,21476129,804,99,222 +Italy,339914,27140760,804,99,222 +Italy,339920,44435748,804,99,222 +Italy,339932,37297744,804,99,222 +Italy,339941,9624467,804,99,222 +Italy,339942,1254683,804,99,222 +Italy,339943,2205775,804,99,222 +Italy,339944,442638,804,99,222 +Italy,339950,6452763,804,99,222 +Italy,339991,57712006,804,99,222 +Italy,339992,11891263,804,99,222 +Italy,339993,12461871,804,99,222 +Italy,339994,14493435,804,99,222 +Italy,339995,174109,804,99,222 +Italy,339999,37063106,804,99,222 +Italy,511210,148717,804,99,222 +Italy,910000,58753511,804,99,222 +Italy,920000,602843619,804,99,222 +Italy,980000,388401429,804,99,222 +Italy,990000,384333360,804,99,222 +Jamaica,111199,52241,803,100,223 +Jamaica,111219,16849950,803,100,223 +Jamaica,111320,856164,803,100,223 +Jamaica,111335,382557,803,100,223 +Jamaica,111339,5138367,803,100,223 +Jamaica,111421,130265,803,100,223 +Jamaica,111910,37656,803,100,223 +Jamaica,111998,2102117,803,100,223 +Jamaica,113210,70970,803,100,223 +Jamaica,114111,52000,803,100,223 +Jamaica,114112,2696788,803,100,223 +Jamaica,212299,77052845,803,100,223 +Jamaica,212319,3473358,803,100,223 +Jamaica,311211,508287,803,100,223 +Jamaica,311221,24185,803,100,223 +Jamaica,311223,49418,803,100,223 +Jamaica,311230,205198,803,100,223 +Jamaica,311311,10299956,803,100,223 +Jamaica,311320,2810,803,100,223 +Jamaica,311340,1041070,803,100,223 +Jamaica,311411,543986,803,100,223 +Jamaica,311421,9573036,803,100,223 +Jamaica,311422,43098,803,100,223 +Jamaica,311423,318371,803,100,223 +Jamaica,311513,2684671,803,100,223 +Jamaica,311514,356379,803,100,223 +Jamaica,311711,689025,803,100,223 +Jamaica,311811,7270330,803,100,223 +Jamaica,311822,23618,803,100,223 +Jamaica,311919,13129,803,100,223 +Jamaica,311920,1348421,803,100,223 +Jamaica,311930,341657,803,100,223 +Jamaica,311941,3460065,803,100,223 +Jamaica,311942,6506513,803,100,223 +Jamaica,311999,2347212,803,100,223 +Jamaica,312111,7186306,803,100,223 +Jamaica,312112,34367,803,100,223 +Jamaica,312120,37759970,803,100,223 +Jamaica,312130,856256,803,100,223 +Jamaica,312140,13107899,803,100,223 +Jamaica,312229,8575,803,100,223 +Jamaica,313221,199443,803,100,223 +Jamaica,313230,1073,803,100,223 +Jamaica,314121,1490,803,100,223 +Jamaica,314129,2570,803,100,223 +Jamaica,314912,4606,803,100,223 +Jamaica,314999,53099,803,100,223 +Jamaica,315111,453,803,100,223 +Jamaica,315222,537,803,100,223 +Jamaica,315223,2503,803,100,223 +Jamaica,315228,1594,803,100,223 +Jamaica,315231,602,803,100,223 +Jamaica,315232,6737,803,100,223 +Jamaica,315233,4743,803,100,223 +Jamaica,315234,1982,803,100,223 +Jamaica,315239,844,803,100,223 +Jamaica,315991,816,803,100,223 +Jamaica,315999,152184,803,100,223 +Jamaica,316214,2026,803,100,223 +Jamaica,316219,325,803,100,223 +Jamaica,316991,2971,803,100,223 +Jamaica,316992,1413,803,100,223 +Jamaica,316993,408,803,100,223 +Jamaica,316999,722,803,100,223 +Jamaica,321918,710964,803,100,223 +Jamaica,321999,8127,803,100,223 +Jamaica,322212,64226,803,100,223 +Jamaica,323117,33170,803,100,223 +Jamaica,323119,9901,803,100,223 +Jamaica,324110,25527097,803,100,223 +Jamaica,325188,2833982,803,100,223 +Jamaica,325193,15091234,803,100,223 +Jamaica,325199,308646,803,100,223 +Jamaica,325212,950,803,100,223 +Jamaica,325312,61040,803,100,223 +Jamaica,325611,125275,803,100,223 +Jamaica,325620,17006,803,100,223 +Jamaica,325992,9881,803,100,223 +Jamaica,325998,1609768,803,100,223 +Jamaica,326113,149302,803,100,223 +Jamaica,326199,105164,803,100,223 +Jamaica,326220,4198,803,100,223 +Jamaica,326299,744,803,100,223 +Jamaica,331311,28366845,803,100,223 +Jamaica,331419,21048653,803,100,223 +Jamaica,331491,6005023,803,100,223 +Jamaica,331511,24327,803,100,223 +Jamaica,332211,2766,803,100,223 +Jamaica,332212,2964,803,100,223 +Jamaica,332410,2699,803,100,223 +Jamaica,332911,3687,803,100,223 +Jamaica,332912,18578,803,100,223 +Jamaica,332919,5348,803,100,223 +Jamaica,332992,90250,803,100,223 +Jamaica,332999,20926,803,100,223 +Jamaica,333111,9248,803,100,223 +Jamaica,333120,29714,803,100,223 +Jamaica,333291,6150,803,100,223 +Jamaica,333293,5500,803,100,223 +Jamaica,333294,12486,803,100,223 +Jamaica,333314,4450,803,100,223 +Jamaica,333315,5950,803,100,223 +Jamaica,333411,272439,803,100,223 +Jamaica,333414,4724,803,100,223 +Jamaica,333611,27500,803,100,223 +Jamaica,333618,75591,803,100,223 +Jamaica,333911,4690,803,100,223 +Jamaica,333912,15065,803,100,223 +Jamaica,333991,8125,803,100,223 +Jamaica,333992,4000,803,100,223 +Jamaica,333995,9100,803,100,223 +Jamaica,333996,8958,803,100,223 +Jamaica,333997,4731,803,100,223 +Jamaica,333999,24585,803,100,223 +Jamaica,334111,8250,803,100,223 +Jamaica,334119,9800,803,100,223 +Jamaica,334220,277621,803,100,223 +Jamaica,334290,28396,803,100,223 +Jamaica,334310,8750,803,100,223 +Jamaica,334413,42030,803,100,223 +Jamaica,334418,175120,803,100,223 +Jamaica,334419,20061,803,100,223 +Jamaica,334513,27904,803,100,223 +Jamaica,334515,192129,803,100,223 +Jamaica,334516,87561,803,100,223 +Jamaica,334519,11300,803,100,223 +Jamaica,334612,54375,803,100,223 +Jamaica,334613,8245,803,100,223 +Jamaica,335110,20214,803,100,223 +Jamaica,335129,340300,803,100,223 +Jamaica,335221,2601,803,100,223 +Jamaica,335228,2608,803,100,223 +Jamaica,335313,762752,803,100,223 +Jamaica,335314,70696,803,100,223 +Jamaica,335911,14216,803,100,223 +Jamaica,335929,33314,803,100,223 +Jamaica,335931,3769,803,100,223 +Jamaica,335999,42182,803,100,223 +Jamaica,336311,23645,803,100,223 +Jamaica,336321,2579,803,100,223 +Jamaica,336322,9128,803,100,223 +Jamaica,336340,2881,803,100,223 +Jamaica,336350,60126,803,100,223 +Jamaica,336399,20432,803,100,223 +Jamaica,337127,882,803,100,223 +Jamaica,337215,1464,803,100,223 +Jamaica,337910,2220,803,100,223 +Jamaica,339113,25931,803,100,223 +Jamaica,339115,2730,803,100,223 +Jamaica,339911,193237,803,100,223 +Jamaica,339914,7835,803,100,223 +Jamaica,339991,14389,803,100,223 +Jamaica,339992,15538,803,100,223 +Jamaica,339999,18395,803,100,223 +Jamaica,910000,16849390,803,100,223 +Jamaica,920000,216521,803,100,223 +Jamaica,980000,23143206,803,100,223 +Jamaica,990000,2885408,803,100,223 +Japan,111110,62395,807,101,224 +Japan,111120,228249,807,101,224 +Japan,111130,99893,807,101,224 +Japan,111150,9920,807,101,224 +Japan,111199,30403,807,101,224 +Japan,111219,10800371,807,101,224 +Japan,111331,199412,807,101,224 +Japan,111335,71741,807,101,224 +Japan,111339,447812,807,101,224 +Japan,111411,839006,807,101,224 +Japan,111421,1092481,807,101,224 +Japan,111422,5004128,807,101,224 +Japan,111930,2511,807,101,224 +Japan,111998,904023,807,101,224 +Japan,112511,2699517,807,101,224 +Japan,112512,566960,807,101,224 +Japan,112910,48377,807,101,224 +Japan,112920,3608396,807,101,224 +Japan,112930,2430,807,101,224 +Japan,112990,103152,807,101,224 +Japan,113210,10930391,807,101,224 +Japan,114111,110890804,807,101,224 +Japan,114112,74826304,807,101,224 +Japan,114119,9465487,807,101,224 +Japan,211112,221117,807,101,224 +Japan,212299,310907,807,101,224 +Japan,212311,639402,807,101,224 +Japan,212319,187235,807,101,224 +Japan,212322,218501,807,101,224 +Japan,212324,36507,807,101,224 +Japan,212325,1659384,807,101,224 +Japan,212391,4288,807,101,224 +Japan,212392,40986,807,101,224 +Japan,212393,133697,807,101,224 +Japan,212399,3252872,807,101,224 +Japan,311119,14231179,807,101,224 +Japan,311211,2289418,807,101,224 +Japan,311212,461350,807,101,224 +Japan,311221,1263953,807,101,224 +Japan,311222,976633,807,101,224 +Japan,311223,28210426,807,101,224 +Japan,311225,221768,807,101,224 +Japan,311230,198981,807,101,224 +Japan,311311,1405389,807,101,224 +Japan,311320,2424101,807,101,224 +Japan,311340,10926008,807,101,224 +Japan,311411,798939,807,101,224 +Japan,311421,50467923,807,101,224 +Japan,311422,1572985,807,101,224 +Japan,311423,1177632,807,101,224 +Japan,311511,757734,807,101,224 +Japan,311514,6904948,807,101,224 +Japan,311520,158786,807,101,224 +Japan,311611,18040933,807,101,224 +Japan,311613,2015518,807,101,224 +Japan,311711,67157225,807,101,224 +Japan,311811,45612713,807,101,224 +Japan,311822,265362,807,101,224 +Japan,311823,13933797,807,101,224 +Japan,311911,970657,807,101,224 +Japan,311919,1577259,807,101,224 +Japan,311920,35722091,807,101,224 +Japan,311930,309522,807,101,224 +Japan,311941,42354741,807,101,224 +Japan,311942,11741201,807,101,224 +Japan,311999,90214442,807,101,224 +Japan,312111,28386161,807,101,224 +Japan,312112,66099,807,101,224 +Japan,312113,23610,807,101,224 +Japan,312120,5480495,807,101,224 +Japan,312130,42127457,807,101,224 +Japan,312140,5295846,807,101,224 +Japan,312221,1468668,807,101,224 +Japan,313111,3419846,807,101,224 +Japan,313113,1578247,807,101,224 +Japan,313210,107256114,807,101,224 +Japan,313221,66024806,807,101,224 +Japan,313230,47834076,807,101,224 +Japan,313249,25489167,807,101,224 +Japan,313312,518431,807,101,224 +Japan,313320,120204052,807,101,224 +Japan,314110,2218488,807,101,224 +Japan,314121,86659,807,101,224 +Japan,314129,6472311,807,101,224 +Japan,314911,563737,807,101,224 +Japan,314912,471178,807,101,224 +Japan,314991,12369046,807,101,224 +Japan,314992,21711364,807,101,224 +Japan,314999,25711852,807,101,224 +Japan,315111,2685939,807,101,224 +Japan,315221,360031,807,101,224 +Japan,315222,2146055,807,101,224 +Japan,315223,4315475,807,101,224 +Japan,315224,3242318,807,101,224 +Japan,315228,2087343,807,101,224 +Japan,315231,548340,807,101,224 +Japan,315232,3192358,807,101,224 +Japan,315233,2008763,807,101,224 +Japan,315234,4398636,807,101,224 +Japan,315239,4295655,807,101,224 +Japan,315291,50007,807,101,224 +Japan,315292,832813,807,101,224 +Japan,315991,556147,807,101,224 +Japan,315992,637734,807,101,224 +Japan,315993,60805,807,101,224 +Japan,315999,5132875,807,101,224 +Japan,316110,3618970,807,101,224 +Japan,316211,342389,807,101,224 +Japan,316212,20179,807,101,224 +Japan,316213,386801,807,101,224 +Japan,316214,865420,807,101,224 +Japan,316219,292520,807,101,224 +Japan,316991,6866945,807,101,224 +Japan,316992,797079,807,101,224 +Japan,316993,1134779,807,101,224 +Japan,316999,955487,807,101,224 +Japan,321113,52444,807,101,224 +Japan,321211,1886281,807,101,224 +Japan,321212,9224,807,101,224 +Japan,321213,68734,807,101,224 +Japan,321219,13356,807,101,224 +Japan,321911,4961,807,101,224 +Japan,321918,19985,807,101,224 +Japan,321920,204579,807,101,224 +Japan,321992,12426,807,101,224 +Japan,321999,9343188,807,101,224 +Japan,322110,63351,807,101,224 +Japan,322121,211396953,807,101,224 +Japan,322122,3448708,807,101,224 +Japan,322130,200147866,807,101,224 +Japan,322211,1421948,807,101,224 +Japan,322212,2353302,807,101,224 +Japan,322213,18256,807,101,224 +Japan,322214,93770,807,101,224 +Japan,322215,74293,807,101,224 +Japan,322222,113011016,807,101,224 +Japan,322223,21648228,807,101,224 +Japan,322224,509495,807,101,224 +Japan,322232,23892,807,101,224 +Japan,322233,99406,807,101,224 +Japan,322291,5619031,807,101,224 +Japan,322299,12627070,807,101,224 +Japan,323116,8608,807,101,224 +Japan,323117,61671853,807,101,224 +Japan,323118,1836380,807,101,224 +Japan,323119,45301026,807,101,224 +Japan,323122,1451944,807,101,224 +Japan,324110,551302684,807,101,224 +Japan,324122,61865,807,101,224 +Japan,325110,16839400,807,101,224 +Japan,325120,3367673,807,101,224 +Japan,325131,126819399,807,101,224 +Japan,325132,49083366,807,101,224 +Japan,325181,15133060,807,101,224 +Japan,325182,14381798,807,101,224 +Japan,325188,440191252,807,101,224 +Japan,325191,9724727,807,101,224 +Japan,325192,189466858,807,101,224 +Japan,325193,227106,807,101,224 +Japan,325199,2560805070,807,101,224 +Japan,325211,1018015584,807,101,224 +Japan,325212,314721583,807,101,224 +Japan,325221,27935889,807,101,224 +Japan,325222,125132462,807,101,224 +Japan,325311,3210855,807,101,224 +Japan,325312,12623016,807,101,224 +Japan,325320,45478534,807,101,224 +Japan,325411,558632147,807,101,224 +Japan,325412,1997257538,807,101,224 +Japan,325414,128083683,807,101,224 +Japan,325510,75763638,807,101,224 +Japan,325520,27548447,807,101,224 +Japan,325611,27956681,807,101,224 +Japan,325612,51145296,807,101,224 +Japan,325613,84042936,807,101,224 +Japan,325620,124994861,807,101,224 +Japan,325910,3742021520,807,101,224 +Japan,325920,2204919,807,101,224 +Japan,325992,812421902,807,101,224 +Japan,325998,157722082,807,101,224 +Japan,326112,1555632,807,101,224 +Japan,326113,258233960,807,101,224 +Japan,326121,698409,807,101,224 +Japan,326122,23220830,807,101,224 +Japan,326160,17402787,807,101,224 +Japan,326191,188037,807,101,224 +Japan,326192,25929628,807,101,224 +Japan,326199,461874560,807,101,224 +Japan,326211,1678537879,807,101,224 +Japan,326212,271227,807,101,224 +Japan,326220,244874576,807,101,224 +Japan,326299,197157437,807,101,224 +Japan,327111,3319663,807,101,224 +Japan,327112,240781204,807,101,224 +Japan,327113,43153030,807,101,224 +Japan,327121,5694,807,101,224 +Japan,327122,10947720,807,101,224 +Japan,327123,530376,807,101,224 +Japan,327124,27890388,807,101,224 +Japan,327125,17508597,807,101,224 +Japan,327211,31628965,807,101,224 +Japan,327212,137695761,807,101,224 +Japan,327213,6635173,807,101,224 +Japan,327215,68583468,807,101,224 +Japan,327310,1220077,807,101,224 +Japan,327331,5688,807,101,224 +Japan,327390,422020,807,101,224 +Japan,327410,48806,807,101,224 +Japan,327420,1133056,807,101,224 +Japan,327910,69584690,807,101,224 +Japan,327991,287747,807,101,224 +Japan,327992,16943441,807,101,224 +Japan,327993,59394826,807,101,224 +Japan,327999,32844861,807,101,224 +Japan,331111,2038752387,807,101,224 +Japan,331112,21625821,807,101,224 +Japan,331222,127555398,807,101,224 +Japan,331311,31803504,807,101,224 +Japan,331312,2876175,807,101,224 +Japan,331314,341213,807,101,224 +Japan,331315,35403104,807,101,224 +Japan,331316,22401130,807,101,224 +Japan,331319,664511,807,101,224 +Japan,331411,53876398,807,101,224 +Japan,331419,302743924,807,101,224 +Japan,331421,30486720,807,101,224 +Japan,331422,27148569,807,101,224 +Japan,331491,73658278,807,101,224 +Japan,331492,185673689,807,101,224 +Japan,331511,62950199,807,101,224 +Japan,332115,10913717,807,101,224 +Japan,332211,68813104,807,101,224 +Japan,332212,111317350,807,101,224 +Japan,332213,35380644,807,101,224 +Japan,332214,54193,807,101,224 +Japan,332311,2044622,807,101,224 +Japan,332312,46013088,807,101,224 +Japan,332321,233731,807,101,224 +Japan,332322,137701,807,101,224 +Japan,332323,155978,807,101,224 +Japan,332410,154920379,807,101,224 +Japan,332420,50516552,807,101,224 +Japan,332431,4653798,807,101,224 +Japan,332439,8847929,807,101,224 +Japan,332510,342982408,807,101,224 +Japan,332611,107370205,807,101,224 +Japan,332618,34090553,807,101,224 +Japan,332722,568154313,807,101,224 +Japan,332911,856982060,807,101,224 +Japan,332912,296730486,807,101,224 +Japan,332913,5395612,807,101,224 +Japan,332919,58927933,807,101,224 +Japan,332991,629963907,807,101,224 +Japan,332992,6020,807,101,224 +Japan,332994,59598233,807,101,224 +Japan,332995,17222,807,101,224 +Japan,332997,1896402,807,101,224 +Japan,332998,789038,807,101,224 +Japan,332999,315191065,807,101,224 +Japan,333111,1207282757,807,101,224 +Japan,333120,1737229133,807,101,224 +Japan,333131,30682682,807,101,224 +Japan,333132,3259256,807,101,224 +Japan,333210,6532199,807,101,224 +Japan,333220,369161621,807,101,224 +Japan,333291,35596635,807,101,224 +Japan,333292,69286591,807,101,224 +Japan,333293,57745771,807,101,224 +Japan,333294,33644057,807,101,224 +Japan,333295,2944165346,807,101,224 +Japan,333298,8837498,807,101,224 +Japan,333311,7169070,807,101,224 +Japan,333313,196537445,807,101,224 +Japan,333314,1201498988,807,101,224 +Japan,333315,221892408,807,101,224 +Japan,333319,16347558,807,101,224 +Japan,333411,31286784,807,101,224 +Japan,333412,39014185,807,101,224 +Japan,333414,14051791,807,101,224 +Japan,333415,492692404,807,101,224 +Japan,333511,168973192,807,101,224 +Japan,333512,1129783130,807,101,224 +Japan,333513,221165898,807,101,224 +Japan,333514,292880586,807,101,224 +Japan,333515,244452100,807,101,224 +Japan,333516,5617695,807,101,224 +Japan,333611,736062097,807,101,224 +Japan,333612,389547898,807,101,224 +Japan,333613,424715914,807,101,224 +Japan,333618,2260484734,807,101,224 +Japan,333911,161528343,807,101,224 +Japan,333912,154626207,807,101,224 +Japan,333913,2614880,807,101,224 +Japan,333921,3770635,807,101,224 +Japan,333922,106880421,807,101,224 +Japan,333923,59361074,807,101,224 +Japan,333924,246097754,807,101,224 +Japan,333991,128164648,807,101,224 +Japan,333992,295284653,807,101,224 +Japan,333993,116607827,807,101,224 +Japan,333994,56479877,807,101,224 +Japan,333995,103671204,807,101,224 +Japan,333996,318880187,807,101,224 +Japan,333997,124399104,807,101,224 +Japan,333999,1717300387,807,101,224 +Japan,334111,610293488,807,101,224 +Japan,334112,270243023,807,101,224 +Japan,334119,1307046615,807,101,224 +Japan,334210,54977330,807,101,224 +Japan,334220,1585357578,807,101,224 +Japan,334290,12360508,807,101,224 +Japan,334310,3240104612,807,101,224 +Japan,334411,144611312,807,101,224 +Japan,334412,240341917,807,101,224 +Japan,334413,4090171312,807,101,224 +Japan,334414,478583038,807,101,224 +Japan,334415,123335857,807,101,224 +Japan,334416,76234194,807,101,224 +Japan,334417,318663072,807,101,224 +Japan,334418,407639318,807,101,224 +Japan,334419,1001727058,807,101,224 +Japan,334510,916512438,807,101,224 +Japan,334511,625975339,807,101,224 +Japan,334512,51316711,807,101,224 +Japan,334513,844436544,807,101,224 +Japan,334514,10384854,807,101,224 +Japan,334515,577267866,807,101,224 +Japan,334516,896349387,807,101,224 +Japan,334517,421464311,807,101,224 +Japan,334518,782644011,807,101,224 +Japan,334519,118698615,807,101,224 +Japan,334612,6304882,807,101,224 +Japan,334613,554957933,807,101,224 +Japan,335110,168898851,807,101,224 +Japan,335121,705509,807,101,224 +Japan,335129,37598586,807,101,224 +Japan,335211,53482838,807,101,224 +Japan,335212,786274,807,101,224 +Japan,335221,9905693,807,101,224 +Japan,335222,18760670,807,101,224 +Japan,335224,9087599,807,101,224 +Japan,335228,181440482,807,101,224 +Japan,335311,79680223,807,101,224 +Japan,335312,991832869,807,101,224 +Japan,335313,172253607,807,101,224 +Japan,335314,694088064,807,101,224 +Japan,335911,533648058,807,101,224 +Japan,335912,85388615,807,101,224 +Japan,335921,30917794,807,101,224 +Japan,335929,116073953,807,101,224 +Japan,335931,404884699,807,101,224 +Japan,335932,13364973,807,101,224 +Japan,335991,270039696,807,101,224 +Japan,335999,694849091,807,101,224 +Japan,336111,32806112997,807,101,224 +Japan,336120,410152590,807,101,224 +Japan,336211,6122277,807,101,224 +Japan,336212,44781,807,101,224 +Japan,336214,45152555,807,101,224 +Japan,336311,1838429250,807,101,224 +Japan,336321,192508007,807,101,224 +Japan,336322,1184329136,807,101,224 +Japan,336330,869828450,807,101,224 +Japan,336340,527717865,807,101,224 +Japan,336350,4033133311,807,101,224 +Japan,336360,280938216,807,101,224 +Japan,336370,17510781,807,101,224 +Japan,336391,198735284,807,101,224 +Japan,336399,1979098956,807,101,224 +Japan,336411,1979054,807,101,224 +Japan,336412,982225719,807,101,224 +Japan,336413,2108175636,807,101,224 +Japan,336415,1381040,807,101,224 +Japan,336419,3848029,807,101,224 +Japan,336510,226266666,807,101,224 +Japan,336611,139451,807,101,224 +Japan,336612,965071,807,101,224 +Japan,336991,843534946,807,101,224 +Japan,336992,114103,807,101,224 +Japan,337110,7392,807,101,224 +Japan,337121,2851,807,101,224 +Japan,337124,1774327,807,101,224 +Japan,337127,50961175,807,101,224 +Japan,337129,61562,807,101,224 +Japan,337211,183083,807,101,224 +Japan,337214,646419,807,101,224 +Japan,337215,6040177,807,101,224 +Japan,337910,53905,807,101,224 +Japan,337920,278803,807,101,224 +Japan,339112,476959103,807,101,224 +Japan,339113,130706721,807,101,224 +Japan,339114,188325045,807,101,224 +Japan,339115,222326147,807,101,224 +Japan,339911,34977592,807,101,224 +Japan,339912,3567796,807,101,224 +Japan,339913,123509054,807,101,224 +Japan,339914,24006950,807,101,224 +Japan,339920,116276835,807,101,224 +Japan,339932,697165032,807,101,224 +Japan,339941,240977825,807,101,224 +Japan,339942,13717906,807,101,224 +Japan,339943,7690224,807,101,224 +Japan,339944,27359797,807,101,224 +Japan,339950,4383249,807,101,224 +Japan,339991,383992610,807,101,224 +Japan,339992,170873389,807,101,224 +Japan,339993,23228722,807,101,224 +Japan,339994,21460968,807,101,224 +Japan,339999,68019024,807,101,224 +Japan,511210,5301080,807,101,224 +Japan,910000,122503720,807,101,224 +Japan,920000,129083818,807,101,224 +Japan,980000,2108095646,807,101,224 +Japan,990000,1521066440,807,101,224 +Jordan,111140,2673,806,102,225 +Jordan,111339,25621,806,102,225 +Jordan,111910,91344,806,102,225 +Jordan,111998,22254,806,102,225 +Jordan,112990,25913,806,102,225 +Jordan,212311,50816,806,102,225 +Jordan,212399,21246,806,102,225 +Jordan,311211,31249,806,102,225 +Jordan,311221,8423,806,102,225 +Jordan,311223,228584,806,102,225 +Jordan,311225,37108,806,102,225 +Jordan,311230,54203,806,102,225 +Jordan,311311,4169,806,102,225 +Jordan,311320,2217,806,102,225 +Jordan,311340,191393,806,102,225 +Jordan,311421,1614172,806,102,225 +Jordan,311422,229541,806,102,225 +Jordan,311513,150143,806,102,225 +Jordan,311514,20947,806,102,225 +Jordan,311811,94472,806,102,225 +Jordan,311823,26585,806,102,225 +Jordan,311911,9322,806,102,225 +Jordan,311920,299479,806,102,225 +Jordan,311941,8617,806,102,225 +Jordan,311942,409524,806,102,225 +Jordan,311999,218094,806,102,225 +Jordan,312130,31404,806,102,225 +Jordan,312140,73763,806,102,225 +Jordan,312229,1939076,806,102,225 +Jordan,313230,929,806,102,225 +Jordan,314110,30441,806,102,225 +Jordan,314121,1036,806,102,225 +Jordan,314129,2193491,806,102,225 +Jordan,314911,208200,806,102,225 +Jordan,314991,2188,806,102,225 +Jordan,314999,686,806,102,225 +Jordan,315111,111149,806,102,225 +Jordan,315221,19314600,806,102,225 +Jordan,315222,10877888,806,102,225 +Jordan,315223,100579248,806,102,225 +Jordan,315224,36478749,806,102,225 +Jordan,315228,58205735,806,102,225 +Jordan,315231,27715150,806,102,225 +Jordan,315232,167167304,806,102,225 +Jordan,315233,2596413,806,102,225 +Jordan,315234,40796009,806,102,225 +Jordan,315239,371206266,806,102,225 +Jordan,315291,113695,806,102,225 +Jordan,315991,7973,806,102,225 +Jordan,315992,344,806,102,225 +Jordan,315999,429554,806,102,225 +Jordan,316219,14690,806,102,225 +Jordan,316991,2043,806,102,225 +Jordan,316999,435,806,102,225 +Jordan,321999,11351,806,102,225 +Jordan,322121,99932,806,102,225 +Jordan,322222,16297,806,102,225 +Jordan,322223,1005221,806,102,225 +Jordan,322232,4206,806,102,225 +Jordan,323117,403830,806,102,225 +Jordan,323119,14071,806,102,225 +Jordan,325181,2343899,806,102,225 +Jordan,325188,1429655,806,102,225 +Jordan,325191,23607,806,102,225 +Jordan,325411,1782068,806,102,225 +Jordan,325412,19936363,806,102,225 +Jordan,325611,846963,806,102,225 +Jordan,325620,91426,806,102,225 +Jordan,325910,277731,806,102,225 +Jordan,325998,21156,806,102,225 +Jordan,326113,5933,806,102,225 +Jordan,326160,24399,806,102,225 +Jordan,326199,2402566,806,102,225 +Jordan,326211,7063,806,102,225 +Jordan,326220,7271,806,102,225 +Jordan,326299,3902,806,102,225 +Jordan,327112,17303,806,102,225 +Jordan,327212,555362,806,102,225 +Jordan,327215,37912,806,102,225 +Jordan,327331,8817,806,102,225 +Jordan,327910,2931,806,102,225 +Jordan,327991,873539,806,102,225 +Jordan,327999,42026,806,102,225 +Jordan,332410,2832,806,102,225 +Jordan,332420,10560,806,102,225 +Jordan,332439,18076,806,102,225 +Jordan,332722,50650,806,102,225 +Jordan,332911,6450,806,102,225 +Jordan,332919,96802,806,102,225 +Jordan,332999,333838,806,102,225 +Jordan,333111,97062,806,102,225 +Jordan,333120,47982,806,102,225 +Jordan,333131,13164,806,102,225 +Jordan,333294,2497,806,102,225 +Jordan,333314,13626,806,102,225 +Jordan,333315,7750,806,102,225 +Jordan,333412,12950,806,102,225 +Jordan,333414,19685,806,102,225 +Jordan,333415,3735643,806,102,225 +Jordan,333513,27968,806,102,225 +Jordan,333612,17221,806,102,225 +Jordan,333613,8706,806,102,225 +Jordan,333618,33402,806,102,225 +Jordan,333911,5075,806,102,225 +Jordan,333912,2546,806,102,225 +Jordan,333993,2727,806,102,225 +Jordan,333997,3100,806,102,225 +Jordan,333999,317793,806,102,225 +Jordan,334111,9084,806,102,225 +Jordan,334119,55863,806,102,225 +Jordan,334220,123582,806,102,225 +Jordan,334310,25532,806,102,225 +Jordan,334411,43684,806,102,225 +Jordan,334412,16481,806,102,225 +Jordan,334413,239928,806,102,225 +Jordan,334417,7421,806,102,225 +Jordan,334419,10769,806,102,225 +Jordan,334511,4575,806,102,225 +Jordan,334512,15164,806,102,225 +Jordan,334513,67853,806,102,225 +Jordan,334515,62456,806,102,225 +Jordan,334518,20290,806,102,225 +Jordan,335211,4219,806,102,225 +Jordan,335312,19262,806,102,225 +Jordan,335991,5761,806,102,225 +Jordan,336340,22600,806,102,225 +Jordan,336399,80190,806,102,225 +Jordan,336412,53400,806,102,225 +Jordan,336991,1136760,806,102,225 +Jordan,337124,26148,806,102,225 +Jordan,337127,190405,806,102,225 +Jordan,337215,6679,806,102,225 +Jordan,339112,8500,806,102,225 +Jordan,339911,74973064,806,102,225 +Jordan,339913,112564,806,102,225 +Jordan,339914,694451,806,102,225 +Jordan,339932,20430,806,102,225 +Jordan,339994,4414,806,102,225 +Jordan,339999,207929,806,102,225 +Jordan,910000,1377899,806,102,225 +Jordan,920000,420356,806,102,225 +Jordan,980000,45213180,806,102,225 +Jordan,990000,1339035,806,102,225 +Kazakhstan,111120,67636,806,103,226 +Kazakhstan,114111,983907,806,103,226 +Kazakhstan,211111,577595285,806,103,226 +Kazakhstan,211112,3618,806,103,226 +Kazakhstan,212291,231441260,806,103,226 +Kazakhstan,311221,1462605,806,103,226 +Kazakhstan,311711,130235,806,103,226 +Kazakhstan,314110,7632,806,103,226 +Kazakhstan,315222,263,806,103,226 +Kazakhstan,315223,4368,806,103,226 +Kazakhstan,315228,3275,806,103,226 +Kazakhstan,315232,2884,806,103,226 +Kazakhstan,315233,1681,806,103,226 +Kazakhstan,315234,749,806,103,226 +Kazakhstan,315239,1696,806,103,226 +Kazakhstan,316214,756,806,103,226 +Kazakhstan,316991,612,806,103,226 +Kazakhstan,324110,696429709,806,103,226 +Kazakhstan,325188,82704427,806,103,226 +Kazakhstan,325199,59850,806,103,226 +Kazakhstan,331112,224005752,806,103,226 +Kazakhstan,331411,2093464,806,103,226 +Kazakhstan,331419,94617758,806,103,226 +Kazakhstan,331491,8422470,806,103,226 +Kazakhstan,333120,16920,806,103,226 +Kazakhstan,333132,3517,806,103,226 +Kazakhstan,333618,47289,806,103,226 +Kazakhstan,333996,6737,806,103,226 +Kazakhstan,334119,5700,806,103,226 +Kazakhstan,334220,63149,806,103,226 +Kazakhstan,334419,36620,806,103,226 +Kazakhstan,334513,13579,806,103,226 +Kazakhstan,334515,10288,806,103,226 +Kazakhstan,335312,19836,806,103,226 +Kazakhstan,335932,3241,806,103,226 +Kazakhstan,336311,20356,806,103,226 +Kazakhstan,336322,3069,806,103,226 +Kazakhstan,336412,25990,806,103,226 +Kazakhstan,339113,9884,806,103,226 +Kazakhstan,339991,457,806,103,226 +Kazakhstan,910000,493377,806,103,226 +Kazakhstan,920000,82421,806,103,226 +Kazakhstan,980000,13938356,806,103,226 +Kazakhstan,990000,116882,806,103,226 +Kenya,111130,6115,805,104,227 +Kenya,111199,150158,805,104,227 +Kenya,111219,7604,805,104,227 +Kenya,111335,18652946,805,104,227 +Kenya,111339,32789528,805,104,227 +Kenya,111421,430971,805,104,227 +Kenya,111422,2277733,805,104,227 +Kenya,112511,593100,805,104,227 +Kenya,112990,197145,805,104,227 +Kenya,113210,413025,805,104,227 +Kenya,114111,962155,805,104,227 +Kenya,114112,71783,805,104,227 +Kenya,114119,21917,805,104,227 +Kenya,211112,50418,805,104,227 +Kenya,311211,63449,805,104,227 +Kenya,311223,385243,805,104,227 +Kenya,311421,2272985,805,104,227 +Kenya,311811,30857,805,104,227 +Kenya,311911,1967664,805,104,227 +Kenya,311920,19428880,805,104,227 +Kenya,311942,57286,805,104,227 +Kenya,312120,106637,805,104,227 +Kenya,313210,111518,805,104,227 +Kenya,313221,15643,805,104,227 +Kenya,313249,77658,805,104,227 +Kenya,313320,150907,805,104,227 +Kenya,314110,15887,805,104,227 +Kenya,314129,28829,805,104,227 +Kenya,314999,7084,805,104,227 +Kenya,315111,46087,805,104,227 +Kenya,315221,173358,805,104,227 +Kenya,315222,66705,805,104,227 +Kenya,315223,23443691,805,104,227 +Kenya,315224,28969133,805,104,227 +Kenya,315228,16480806,805,104,227 +Kenya,315232,26808652,805,104,227 +Kenya,315233,586909,805,104,227 +Kenya,315234,2429717,805,104,227 +Kenya,315239,96310000,805,104,227 +Kenya,315291,16438805,805,104,227 +Kenya,315292,41015,805,104,227 +Kenya,315991,3320,805,104,227 +Kenya,315993,770,805,104,227 +Kenya,315999,91008,805,104,227 +Kenya,316110,36000,805,104,227 +Kenya,316211,6306,805,104,227 +Kenya,316212,404,805,104,227 +Kenya,316213,45136,805,104,227 +Kenya,316214,30935,805,104,227 +Kenya,316219,31400,805,104,227 +Kenya,316991,200366,805,104,227 +Kenya,316992,43975,805,104,227 +Kenya,316993,5998,805,104,227 +Kenya,316999,16559,805,104,227 +Kenya,321920,4926,805,104,227 +Kenya,321999,696927,805,104,227 +Kenya,322211,5995,805,104,227 +Kenya,322223,14421,805,104,227 +Kenya,323117,59701,805,104,227 +Kenya,323119,128283,805,104,227 +Kenya,325132,222900,805,104,227 +Kenya,325181,18200,805,104,227 +Kenya,325188,10533,805,104,227 +Kenya,325191,187524,805,104,227 +Kenya,325199,73200,805,104,227 +Kenya,325211,78100,805,104,227 +Kenya,325212,198792,805,104,227 +Kenya,325222,21786,805,104,227 +Kenya,325620,58766,805,104,227 +Kenya,325910,21951,805,104,227 +Kenya,325998,818341,805,104,227 +Kenya,326160,105303,805,104,227 +Kenya,326199,381243,805,104,227 +Kenya,326220,62947,805,104,227 +Kenya,326299,15937,805,104,227 +Kenya,327112,65840,805,104,227 +Kenya,327212,22890,805,104,227 +Kenya,327213,13542,805,104,227 +Kenya,327215,6760,805,104,227 +Kenya,327910,131321,805,104,227 +Kenya,327991,23216,805,104,227 +Kenya,327999,74673,805,104,227 +Kenya,332212,12023,805,104,227 +Kenya,332439,44015,805,104,227 +Kenya,332618,16165,805,104,227 +Kenya,332911,194883,805,104,227 +Kenya,332919,139140,805,104,227 +Kenya,332994,112160,805,104,227 +Kenya,332999,47508,805,104,227 +Kenya,333120,381875,805,104,227 +Kenya,333220,38267,805,104,227 +Kenya,333295,22500,805,104,227 +Kenya,333314,12841,805,104,227 +Kenya,333512,49900,805,104,227 +Kenya,333618,10139,805,104,227 +Kenya,333922,90300,805,104,227 +Kenya,333999,547692,805,104,227 +Kenya,334111,13935,805,104,227 +Kenya,334112,128598,805,104,227 +Kenya,334119,291251,805,104,227 +Kenya,334220,979445,805,104,227 +Kenya,334310,196673,805,104,227 +Kenya,334413,326318,805,104,227 +Kenya,334415,3293,805,104,227 +Kenya,334418,530483,805,104,227 +Kenya,334419,74953,805,104,227 +Kenya,334510,8586,805,104,227 +Kenya,334511,3523,805,104,227 +Kenya,334513,29661,805,104,227 +Kenya,334515,35668,805,104,227 +Kenya,334516,5075,805,104,227 +Kenya,334613,4620,805,104,227 +Kenya,335110,17993,805,104,227 +Kenya,335121,5972,805,104,227 +Kenya,335129,30477,805,104,227 +Kenya,335314,8609,805,104,227 +Kenya,335999,29350,805,104,227 +Kenya,336311,99593,805,104,227 +Kenya,336330,146930,805,104,227 +Kenya,336370,2593,805,104,227 +Kenya,336399,65559,805,104,227 +Kenya,336412,278033,805,104,227 +Kenya,336413,33738,805,104,227 +Kenya,337124,33182,805,104,227 +Kenya,337127,65531,805,104,227 +Kenya,337211,3014,805,104,227 +Kenya,337215,7189,805,104,227 +Kenya,339112,19682,805,104,227 +Kenya,339114,85033,805,104,227 +Kenya,339911,597289,805,104,227 +Kenya,339913,593694,805,104,227 +Kenya,339914,660286,805,104,227 +Kenya,339920,1052039,805,104,227 +Kenya,339932,1033798,805,104,227 +Kenya,339941,2915,805,104,227 +Kenya,339950,7338,805,104,227 +Kenya,339991,1796,805,104,227 +Kenya,339992,37065,805,104,227 +Kenya,339993,4652,805,104,227 +Kenya,339999,1362571,805,104,227 +Kenya,920000,921470,805,104,227 +Kenya,980000,15355569,805,104,227 +Kenya,990000,983532,805,104,227 +Kiribati,112511,716355,808,105,228 +Kiribati,325211,1274,808,105,228 +Kiribati,326199,256,808,105,228 +Kiribati,339113,336253,808,105,228 +Kiribati,339920,24735,808,105,228 +Kiribati,980000,53526,808,105,228 +Kiribati,990000,90046,808,105,228 +Kuwait,111130,31480,806,106,229 +Kuwait,211111,5339332128,806,106,229 +Kuwait,311811,42833,806,106,229 +Kuwait,314110,2184,806,106,229 +Kuwait,314911,476,806,106,229 +Kuwait,314999,604,806,106,229 +Kuwait,315221,1696,806,106,229 +Kuwait,315222,1685,806,106,229 +Kuwait,315223,2016,806,106,229 +Kuwait,315228,13306,806,106,229 +Kuwait,315231,1861,806,106,229 +Kuwait,315232,1590,806,106,229 +Kuwait,315233,4548,806,106,229 +Kuwait,315234,576,806,106,229 +Kuwait,315291,374,806,106,229 +Kuwait,315292,947,806,106,229 +Kuwait,315991,403,806,106,229 +Kuwait,316214,1691,806,106,229 +Kuwait,316991,5007,806,106,229 +Kuwait,316992,2597,806,106,229 +Kuwait,316993,778,806,106,229 +Kuwait,321999,8557,806,106,229 +Kuwait,323117,26003,806,106,229 +Kuwait,323119,10583,806,106,229 +Kuwait,324110,38754054,806,106,229 +Kuwait,325120,5050,806,106,229 +Kuwait,325188,1209688,806,106,229 +Kuwait,325311,159416472,806,106,229 +Kuwait,325611,8412,806,106,229 +Kuwait,325620,2225364,806,106,229 +Kuwait,326122,221649,806,106,229 +Kuwait,326160,1785,806,106,229 +Kuwait,326191,2690,806,106,229 +Kuwait,326199,1521,806,106,229 +Kuwait,331419,619354,806,106,229 +Kuwait,332212,14108,806,106,229 +Kuwait,332510,7695,806,106,229 +Kuwait,332911,8032,806,106,229 +Kuwait,333120,3944,806,106,229 +Kuwait,333131,6642,806,106,229 +Kuwait,333132,10841,806,106,229 +Kuwait,333515,15438,806,106,229 +Kuwait,333618,40428,806,106,229 +Kuwait,333921,36693,806,106,229 +Kuwait,333999,635750,806,106,229 +Kuwait,334111,20065,806,106,229 +Kuwait,334112,73705,806,106,229 +Kuwait,334119,2375,806,106,229 +Kuwait,334220,30305,806,106,229 +Kuwait,334413,2800,806,106,229 +Kuwait,334513,10027,806,106,229 +Kuwait,334515,13924,806,106,229 +Kuwait,334519,2310,806,106,229 +Kuwait,335121,2742,806,106,229 +Kuwait,335929,4376,806,106,229 +Kuwait,335999,4945,806,106,229 +Kuwait,336111,13998,806,106,229 +Kuwait,336311,26386,806,106,229 +Kuwait,336322,2718,806,106,229 +Kuwait,336399,451053,806,106,229 +Kuwait,336413,3800,806,106,229 +Kuwait,336992,33170,806,106,229 +Kuwait,337124,2773,806,106,229 +Kuwait,337127,87299,806,106,229 +Kuwait,339115,19140,806,106,229 +Kuwait,339911,39575,806,106,229 +Kuwait,339920,46118,806,106,229 +Kuwait,339932,18415,806,106,229 +Kuwait,339941,2175,806,106,229 +Kuwait,339999,15907,806,106,229 +Kuwait,920000,42990,806,106,229 +Kuwait,980000,42820707,806,106,229 +Kuwait,990000,460241,806,106,229 +Kyrgyzstan,112910,196660,806,107,230 +Kyrgyzstan,311119,31069,806,107,230 +Kyrgyzstan,311223,9752,806,107,230 +Kyrgyzstan,311942,2094,806,107,230 +Kyrgyzstan,313210,13231,806,107,230 +Kyrgyzstan,314110,7242,806,107,230 +Kyrgyzstan,314129,1682,806,107,230 +Kyrgyzstan,314912,2635,806,107,230 +Kyrgyzstan,314999,7945,806,107,230 +Kyrgyzstan,315224,1650,806,107,230 +Kyrgyzstan,315232,4092,806,107,230 +Kyrgyzstan,315991,13382,806,107,230 +Kyrgyzstan,315999,4209,806,107,230 +Kyrgyzstan,316214,4110,806,107,230 +Kyrgyzstan,316992,2776,806,107,230 +Kyrgyzstan,316993,609,806,107,230 +Kyrgyzstan,322130,33766,806,107,230 +Kyrgyzstan,322291,24371,806,107,230 +Kyrgyzstan,323119,2548,806,107,230 +Kyrgyzstan,324110,1204562,806,107,230 +Kyrgyzstan,325188,11445,806,107,230 +Kyrgyzstan,325192,46928,806,107,230 +Kyrgyzstan,325199,362497,806,107,230 +Kyrgyzstan,325211,48875,806,107,230 +Kyrgyzstan,325412,417882,806,107,230 +Kyrgyzstan,325510,18400,806,107,230 +Kyrgyzstan,325998,140727,806,107,230 +Kyrgyzstan,326113,8150,806,107,230 +Kyrgyzstan,326199,1046,806,107,230 +Kyrgyzstan,326299,2098,806,107,230 +Kyrgyzstan,327125,6023,806,107,230 +Kyrgyzstan,331111,6610,806,107,230 +Kyrgyzstan,331222,12873,806,107,230 +Kyrgyzstan,331316,16762,806,107,230 +Kyrgyzstan,332312,20550,806,107,230 +Kyrgyzstan,332510,37092,806,107,230 +Kyrgyzstan,332618,11254,806,107,230 +Kyrgyzstan,332722,20571,806,107,230 +Kyrgyzstan,332913,2190,806,107,230 +Kyrgyzstan,332991,17747,806,107,230 +Kyrgyzstan,332999,138189,806,107,230 +Kyrgyzstan,333618,37219,806,107,230 +Kyrgyzstan,333912,28558,806,107,230 +Kyrgyzstan,334220,2624,806,107,230 +Kyrgyzstan,334414,13241,806,107,230 +Kyrgyzstan,336322,3832,806,107,230 +Kyrgyzstan,336340,5760,806,107,230 +Kyrgyzstan,339932,14913,806,107,230 +Kyrgyzstan,339991,1994,806,107,230 +Kyrgyzstan,339999,64558,806,107,230 +Kyrgyzstan,910000,8872,806,107,230 +Kyrgyzstan,980000,832261,806,107,230 +Kyrgyzstan,990000,129485,806,107,230 +Laos,111339,622762,808,108,231 +Laos,112511,55989,808,108,231 +Laos,112910,44943,808,108,231 +Laos,311920,657709,808,108,231 +Laos,312120,147815,808,108,231 +Laos,313210,25044,808,108,231 +Laos,314911,1690,808,108,231 +Laos,314999,2912,808,108,231 +Laos,315221,15977006,808,108,231 +Laos,315223,6241493,808,108,231 +Laos,315224,25171,808,108,231 +Laos,315228,118463,808,108,231 +Laos,315231,4537089,808,108,231 +Laos,315232,2583990,808,108,231 +Laos,315233,130012,808,108,231 +Laos,315234,205060,808,108,231 +Laos,315239,1137666,808,108,231 +Laos,315291,3402259,808,108,231 +Laos,315292,374,808,108,231 +Laos,315991,763,808,108,231 +Laos,315999,40882,808,108,231 +Laos,316991,350552,808,108,231 +Laos,316992,12812,808,108,231 +Laos,321113,45183,808,108,231 +Laos,321114,51215,808,108,231 +Laos,321211,8464,808,108,231 +Laos,321918,53840,808,108,231 +Laos,321920,2920,808,108,231 +Laos,321999,39926,808,108,231 +Laos,322223,4002603,808,108,231 +Laos,326199,32566,808,108,231 +Laos,331411,4070,808,108,231 +Laos,331419,16720808,808,108,231 +Laos,331491,48886,808,108,231 +Laos,334119,15577,808,108,231 +Laos,334220,5875,808,108,231 +Laos,334417,2575,808,108,231 +Laos,334419,3595,808,108,231 +Laos,335921,13375,808,108,231 +Laos,336322,726173,808,108,231 +Laos,337124,1100,808,108,231 +Laos,337127,2698,808,108,231 +Laos,339911,2910001,808,108,231 +Laos,339914,22277,808,108,231 +Laos,339995,56285,808,108,231 +Laos,339999,2875,808,108,231 +Laos,910000,31119,808,108,231 +Laos,920000,54938,808,108,231 +Laos,980000,572872,808,108,231 +Laos,990000,111652,808,108,231 +Latvia,111219,134835,804,109,232 +Latvia,111998,30389,804,109,232 +Latvia,113310,332234,804,109,232 +Latvia,212399,7490369,804,109,232 +Latvia,311211,7392,804,109,232 +Latvia,311223,3364,804,109,232 +Latvia,311230,4730,804,109,232 +Latvia,311320,359419,804,109,232 +Latvia,311340,47876,804,109,232 +Latvia,311411,49375,804,109,232 +Latvia,311421,28152,804,109,232 +Latvia,311513,3179,804,109,232 +Latvia,311520,26482,804,109,232 +Latvia,311711,1445247,804,109,232 +Latvia,311811,623123,804,109,232 +Latvia,311920,5066,804,109,232 +Latvia,311941,13516,804,109,232 +Latvia,311999,25401,804,109,232 +Latvia,312111,36216,804,109,232 +Latvia,312120,38912,804,109,232 +Latvia,312130,190516,804,109,232 +Latvia,312140,50618888,804,109,232 +Latvia,312221,20000,804,109,232 +Latvia,313210,869489,804,109,232 +Latvia,313221,2269794,804,109,232 +Latvia,314110,39152,804,109,232 +Latvia,314129,117236,804,109,232 +Latvia,314991,164724,804,109,232 +Latvia,314992,332715,804,109,232 +Latvia,314999,1966501,804,109,232 +Latvia,315111,16566,804,109,232 +Latvia,315221,26915,804,109,232 +Latvia,315222,38323,804,109,232 +Latvia,315223,73904,804,109,232 +Latvia,315224,7946,804,109,232 +Latvia,315228,542030,804,109,232 +Latvia,315231,174908,804,109,232 +Latvia,315232,493860,804,109,232 +Latvia,315233,149513,804,109,232 +Latvia,315234,421430,804,109,232 +Latvia,315239,342890,804,109,232 +Latvia,315291,13408,804,109,232 +Latvia,315991,32943,804,109,232 +Latvia,315992,33272,804,109,232 +Latvia,315999,282976,804,109,232 +Latvia,316991,25149,804,109,232 +Latvia,316999,7781,804,109,232 +Latvia,321113,1152787,804,109,232 +Latvia,321211,1580264,804,109,232 +Latvia,321213,100723,804,109,232 +Latvia,321219,55808,804,109,232 +Latvia,321918,1225223,804,109,232 +Latvia,321992,344027,804,109,232 +Latvia,321999,54190,804,109,232 +Latvia,323117,77814,804,109,232 +Latvia,323119,3550,804,109,232 +Latvia,324110,22143270,804,109,232 +Latvia,325188,19843,804,109,232 +Latvia,325199,383334,804,109,232 +Latvia,325222,6466814,804,109,232 +Latvia,325311,33624105,804,109,232 +Latvia,325312,7875399,804,109,232 +Latvia,325411,93450,804,109,232 +Latvia,325412,26837,804,109,232 +Latvia,325611,4557,804,109,232 +Latvia,325620,2282507,804,109,232 +Latvia,325910,173276,804,109,232 +Latvia,326113,25492,804,109,232 +Latvia,326191,3481,804,109,232 +Latvia,326199,1360658,804,109,232 +Latvia,326211,7119,804,109,232 +Latvia,326220,358,804,109,232 +Latvia,326299,1387568,804,109,232 +Latvia,327111,5181,804,109,232 +Latvia,327112,6100,804,109,232 +Latvia,327211,486560,804,109,232 +Latvia,327212,2707614,804,109,232 +Latvia,327213,3952,804,109,232 +Latvia,327215,702445,804,109,232 +Latvia,327390,121010,804,109,232 +Latvia,327993,637757,804,109,232 +Latvia,331112,375388,804,109,232 +Latvia,331315,5237,804,109,232 +Latvia,331319,39684,804,109,232 +Latvia,331421,7296,804,109,232 +Latvia,331491,7003,804,109,232 +Latvia,332312,2613602,804,109,232 +Latvia,332410,46810,804,109,232 +Latvia,332439,172950,804,109,232 +Latvia,332911,116786,804,109,232 +Latvia,332912,34344,804,109,232 +Latvia,332992,405650,804,109,232 +Latvia,332994,5855,804,109,232 +Latvia,332998,3584,804,109,232 +Latvia,332999,206535,804,109,232 +Latvia,333111,332166,804,109,232 +Latvia,333120,56999,804,109,232 +Latvia,333132,21116,804,109,232 +Latvia,333291,126677,804,109,232 +Latvia,333293,6292713,804,109,232 +Latvia,333313,1383364,804,109,232 +Latvia,333314,3403388,804,109,232 +Latvia,333414,6590,804,109,232 +Latvia,333415,299717,804,109,232 +Latvia,333512,38790,804,109,232 +Latvia,333611,20650,804,109,232 +Latvia,333613,38823,804,109,232 +Latvia,333618,8597,804,109,232 +Latvia,333912,49365,804,109,232 +Latvia,333922,857153,804,109,232 +Latvia,333991,22218,804,109,232 +Latvia,333996,213194,804,109,232 +Latvia,333999,318984,804,109,232 +Latvia,334111,25600,804,109,232 +Latvia,334119,8237963,804,109,232 +Latvia,334220,3835742,804,109,232 +Latvia,334290,5167,804,109,232 +Latvia,334310,44134,804,109,232 +Latvia,334412,29358,804,109,232 +Latvia,334413,73906,804,109,232 +Latvia,334416,53103,804,109,232 +Latvia,334417,28977,804,109,232 +Latvia,334418,1942780,804,109,232 +Latvia,334419,49205,804,109,232 +Latvia,334510,14599,804,109,232 +Latvia,334512,13425,804,109,232 +Latvia,334513,3950,804,109,232 +Latvia,334515,65486,804,109,232 +Latvia,334516,107320,804,109,232 +Latvia,334519,33539,804,109,232 +Latvia,335129,850,804,109,232 +Latvia,335311,47953,804,109,232 +Latvia,335313,39204,804,109,232 +Latvia,335314,60052,804,109,232 +Latvia,335921,1883029,804,109,232 +Latvia,335929,502215,804,109,232 +Latvia,335999,2152423,804,109,232 +Latvia,336322,7425,804,109,232 +Latvia,336350,2513,804,109,232 +Latvia,336399,194811,804,109,232 +Latvia,337124,163421,804,109,232 +Latvia,337127,5083568,804,109,232 +Latvia,337211,181521,804,109,232 +Latvia,337215,872798,804,109,232 +Latvia,339112,441797,804,109,232 +Latvia,339113,33469,804,109,232 +Latvia,339115,12719,804,109,232 +Latvia,339911,3201,804,109,232 +Latvia,339920,94001,804,109,232 +Latvia,339932,22134,804,109,232 +Latvia,339991,2791,804,109,232 +Latvia,339994,12436,804,109,232 +Latvia,339999,468692,804,109,232 +Latvia,920000,90780,804,109,232 +Latvia,980000,3816913,804,109,232 +Latvia,990000,2452321,804,109,232 +Lebanon,111120,145091,806,110,233 +Lebanon,111130,7692,806,110,233 +Lebanon,111140,26751,806,110,233 +Lebanon,111219,44110,806,110,233 +Lebanon,111335,1208131,806,110,233 +Lebanon,111339,137810,806,110,233 +Lebanon,111421,5365,806,110,233 +Lebanon,111998,84701,806,110,233 +Lebanon,112910,43173,806,110,233 +Lebanon,212393,6084,806,110,233 +Lebanon,311211,23054,806,110,233 +Lebanon,311212,32048,806,110,233 +Lebanon,311221,132947,806,110,233 +Lebanon,311223,3441918,806,110,233 +Lebanon,311225,3718,806,110,233 +Lebanon,311230,8236,806,110,233 +Lebanon,311311,346283,806,110,233 +Lebanon,311320,764248,806,110,233 +Lebanon,311340,1605130,806,110,233 +Lebanon,311411,9125,806,110,233 +Lebanon,311421,5435531,806,110,233 +Lebanon,311422,49635,806,110,233 +Lebanon,311511,3416,806,110,233 +Lebanon,311513,99793,806,110,233 +Lebanon,311514,34128,806,110,233 +Lebanon,311811,576485,806,110,233 +Lebanon,311822,8116,806,110,233 +Lebanon,311823,3550,806,110,233 +Lebanon,311911,6380912,806,110,233 +Lebanon,311920,908754,806,110,233 +Lebanon,311930,177653,806,110,233 +Lebanon,311941,170875,806,110,233 +Lebanon,311942,360340,806,110,233 +Lebanon,311999,446526,806,110,233 +Lebanon,312111,1196316,806,110,233 +Lebanon,312112,59278,806,110,233 +Lebanon,312113,20573,806,110,233 +Lebanon,312120,316985,806,110,233 +Lebanon,312130,1701395,806,110,233 +Lebanon,312140,242575,806,110,233 +Lebanon,313210,33356,806,110,233 +Lebanon,313221,6150,806,110,233 +Lebanon,313249,8971,806,110,233 +Lebanon,314110,52214,806,110,233 +Lebanon,314121,16661,806,110,233 +Lebanon,314129,24651,806,110,233 +Lebanon,314999,1322,806,110,233 +Lebanon,315111,375409,806,110,233 +Lebanon,315223,31880,806,110,233 +Lebanon,315224,638,806,110,233 +Lebanon,315228,12041,806,110,233 +Lebanon,315231,1023,806,110,233 +Lebanon,315232,27319,806,110,233 +Lebanon,315233,1067600,806,110,233 +Lebanon,315234,19583,806,110,233 +Lebanon,315239,7377,806,110,233 +Lebanon,315991,1488,806,110,233 +Lebanon,315992,4761,806,110,233 +Lebanon,315999,189465,806,110,233 +Lebanon,316214,27220,806,110,233 +Lebanon,316219,1234,806,110,233 +Lebanon,316991,6158,806,110,233 +Lebanon,316992,87463,806,110,233 +Lebanon,316993,34978,806,110,233 +Lebanon,316999,4619,806,110,233 +Lebanon,321211,6261,806,110,233 +Lebanon,321911,9527,806,110,233 +Lebanon,321918,3446,806,110,233 +Lebanon,321999,46826,806,110,233 +Lebanon,322121,11569,806,110,233 +Lebanon,322211,5130,806,110,233 +Lebanon,322213,6761,806,110,233 +Lebanon,322222,3881,806,110,233 +Lebanon,322223,30981,806,110,233 +Lebanon,322299,162776,806,110,233 +Lebanon,323117,648831,806,110,233 +Lebanon,323118,24442,806,110,233 +Lebanon,323119,146343,806,110,233 +Lebanon,324110,35887,806,110,233 +Lebanon,325131,213081,806,110,233 +Lebanon,325199,87768,806,110,233 +Lebanon,325211,97810,806,110,233 +Lebanon,325312,9462199,806,110,233 +Lebanon,325510,941848,806,110,233 +Lebanon,325611,53300,806,110,233 +Lebanon,325613,201947,806,110,233 +Lebanon,325620,669844,806,110,233 +Lebanon,325910,13549,806,110,233 +Lebanon,325998,6283,806,110,233 +Lebanon,326113,3150430,806,110,233 +Lebanon,326122,644,806,110,233 +Lebanon,326160,36081,806,110,233 +Lebanon,326192,1358,806,110,233 +Lebanon,326199,249648,806,110,233 +Lebanon,326220,1022,806,110,233 +Lebanon,326299,13135,806,110,233 +Lebanon,327111,27200,806,110,233 +Lebanon,327112,51748,806,110,233 +Lebanon,327121,32155,806,110,233 +Lebanon,327122,10197,806,110,233 +Lebanon,327212,3500,806,110,233 +Lebanon,327213,12493,806,110,233 +Lebanon,327215,4862,806,110,233 +Lebanon,327390,102307,806,110,233 +Lebanon,327910,5985,806,110,233 +Lebanon,327991,2788094,806,110,233 +Lebanon,327999,2499,806,110,233 +Lebanon,331419,23350,806,110,233 +Lebanon,331491,15731,806,110,233 +Lebanon,332214,4028,806,110,233 +Lebanon,332321,5500,806,110,233 +Lebanon,332420,13500,806,110,233 +Lebanon,332510,10530,806,110,233 +Lebanon,332611,27841,806,110,233 +Lebanon,332999,116912,806,110,233 +Lebanon,333291,630525,806,110,233 +Lebanon,333294,386276,806,110,233 +Lebanon,333313,4650,806,110,233 +Lebanon,333319,25817,806,110,233 +Lebanon,333611,61668,806,110,233 +Lebanon,333613,3101,806,110,233 +Lebanon,333618,13492,806,110,233 +Lebanon,333922,38679,806,110,233 +Lebanon,333991,21435,806,110,233 +Lebanon,333992,622113,806,110,233 +Lebanon,333994,36739,806,110,233 +Lebanon,333999,20116,806,110,233 +Lebanon,334111,5075,806,110,233 +Lebanon,334112,3575,806,110,233 +Lebanon,334119,13121,806,110,233 +Lebanon,334210,5639,806,110,233 +Lebanon,334310,29078,806,110,233 +Lebanon,334413,10503,806,110,233 +Lebanon,334417,10508,806,110,233 +Lebanon,334511,11510,806,110,233 +Lebanon,334513,3017,806,110,233 +Lebanon,334612,3664,806,110,233 +Lebanon,335121,32445,806,110,233 +Lebanon,335129,12174,806,110,233 +Lebanon,335211,47561,806,110,233 +Lebanon,335221,34193,806,110,233 +Lebanon,335911,4395,806,110,233 +Lebanon,335999,2478,806,110,233 +Lebanon,336311,2831,806,110,233 +Lebanon,336321,14497,806,110,233 +Lebanon,336330,9874,806,110,233 +Lebanon,336340,32125,806,110,233 +Lebanon,336399,9643365,806,110,233 +Lebanon,337110,9694,806,110,233 +Lebanon,337121,2457,806,110,233 +Lebanon,337124,160747,806,110,233 +Lebanon,337127,2876241,806,110,233 +Lebanon,337211,7967,806,110,233 +Lebanon,337214,10825,806,110,233 +Lebanon,337215,487911,806,110,233 +Lebanon,337910,5401,806,110,233 +Lebanon,339113,3682,806,110,233 +Lebanon,339911,12516899,806,110,233 +Lebanon,339913,2597195,806,110,233 +Lebanon,339914,51672,806,110,233 +Lebanon,339920,2538,806,110,233 +Lebanon,339932,5606,806,110,233 +Lebanon,339991,33202,806,110,233 +Lebanon,339999,92343,806,110,233 +Lebanon,511210,13575,806,110,233 +Lebanon,920000,929638,806,110,233 +Lebanon,980000,7236957,806,110,233 +Lebanon,990000,1032340,806,110,233 +Lesotho,311920,127086,805,111,234 +Lesotho,314999,43832,805,111,234 +Lesotho,315221,1681536,805,111,234 +Lesotho,315223,43035514,805,111,234 +Lesotho,315224,78310947,805,111,234 +Lesotho,315228,27261897,805,111,234 +Lesotho,315231,8507195,805,111,234 +Lesotho,315232,36718749,805,111,234 +Lesotho,315233,300706,805,111,234 +Lesotho,315234,4059931,805,111,234 +Lesotho,315239,89147300,805,111,234 +Lesotho,315291,4493874,805,111,234 +Lesotho,315991,3201,805,111,234 +Lesotho,315999,64508,805,111,234 +Lesotho,323117,13430,805,111,234 +Lesotho,326199,253487,805,111,234 +Lesotho,334310,3250,805,111,234 +Lesotho,339911,3095,805,111,234 +Lesotho,339913,17632261,805,111,234 +Lesotho,980000,103127,805,111,234 +Lesotho,990000,30919,805,111,234 +Liberia,113210,129955223,805,112,235 +Liberia,212399,5100,805,112,235 +Liberia,311223,304720,805,112,235 +Liberia,313210,361,805,112,235 +Liberia,315234,699,805,112,235 +Liberia,316991,17300,805,112,235 +Liberia,321113,95351,805,112,235 +Liberia,321999,5700,805,112,235 +Liberia,323117,3980,805,112,235 +Liberia,323119,2363,805,112,235 +Liberia,324110,25824528,805,112,235 +Liberia,325212,197722,805,112,235 +Liberia,331492,22049,805,112,235 +Liberia,333313,5296,805,112,235 +Liberia,334310,7197,805,112,235 +Liberia,334413,4254,805,112,235 +Liberia,334417,5994,805,112,235 +Liberia,339115,3043,805,112,235 +Liberia,339911,127241,805,112,235 +Liberia,339913,555853,805,112,235 +Liberia,339944,3687,805,112,235 +Liberia,920000,3017,805,112,235 +Liberia,980000,27338646,805,112,235 +Liberia,990000,25461,805,112,235 +Libya,211111,893029026,805,113,236 +Libya,211112,805014081,805,113,236 +Libya,324110,342302128,805,113,236 +Libya,325110,92732688,805,113,236 +Libya,325192,6728753,805,113,236 +Libya,325199,7328,805,113,236 +Libya,325311,41277832,805,113,236 +Libya,326113,338,805,113,236 +Libya,327211,3376,805,113,236 +Libya,334511,17283,805,113,236 +Libya,339113,5851,805,113,236 +Libya,920000,6408,805,113,236 +Libya,980000,5581512,805,113,236 +Libya,990000,32939,805,113,236 +Liechtenstein,313210,747,804,114,237 +Liechtenstein,314121,2061,804,114,237 +Liechtenstein,314129,339180,804,114,237 +Liechtenstein,314999,14115,804,114,237 +Liechtenstein,315111,7060,804,114,237 +Liechtenstein,315223,1559,804,114,237 +Liechtenstein,315228,3047,804,114,237 +Liechtenstein,315232,2108,804,114,237 +Liechtenstein,315233,6834,804,114,237 +Liechtenstein,315234,5955,804,114,237 +Liechtenstein,315239,6184,804,114,237 +Liechtenstein,315999,77223,804,114,237 +Liechtenstein,316991,16316,804,114,237 +Liechtenstein,322222,330,804,114,237 +Liechtenstein,322223,624,804,114,237 +Liechtenstein,322233,23488,804,114,237 +Liechtenstein,322299,6708,804,114,237 +Liechtenstein,323119,1465159,804,114,237 +Liechtenstein,325131,304599,804,114,237 +Liechtenstein,325188,1088214,804,114,237 +Liechtenstein,325199,29422544,804,114,237 +Liechtenstein,325211,1007014,804,114,237 +Liechtenstein,325510,440519,804,114,237 +Liechtenstein,325611,25290,804,114,237 +Liechtenstein,325998,1238423,804,114,237 +Liechtenstein,326113,11895,804,114,237 +Liechtenstein,326121,256,804,114,237 +Liechtenstein,326199,565408,804,114,237 +Liechtenstein,326220,68419,804,114,237 +Liechtenstein,326299,16672,804,114,237 +Liechtenstein,327112,5386596,804,114,237 +Liechtenstein,327125,19431,804,114,237 +Liechtenstein,327212,3044954,804,114,237 +Liechtenstein,327910,53696,804,114,237 +Liechtenstein,327991,39031,804,114,237 +Liechtenstein,327992,102225,804,114,237 +Liechtenstein,331222,9422304,804,114,237 +Liechtenstein,331311,133019,804,114,237 +Liechtenstein,331419,68999,804,114,237 +Liechtenstein,331491,191434,804,114,237 +Liechtenstein,332212,66834,804,114,237 +Liechtenstein,332213,94334,804,114,237 +Liechtenstein,332410,90213,804,114,237 +Liechtenstein,332722,17351441,804,114,237 +Liechtenstein,332911,1968768,804,114,237 +Liechtenstein,332919,7065,804,114,237 +Liechtenstein,332991,119255,804,114,237 +Liechtenstein,332999,176115,804,114,237 +Liechtenstein,333111,2295,804,114,237 +Liechtenstein,333120,799632,804,114,237 +Liechtenstein,333131,81385,804,114,237 +Liechtenstein,333220,117834,804,114,237 +Liechtenstein,333291,138251,804,114,237 +Liechtenstein,333295,133319,804,114,237 +Liechtenstein,333314,886957,804,114,237 +Liechtenstein,333512,355086,804,114,237 +Liechtenstein,333513,203387,804,114,237 +Liechtenstein,333514,1402351,804,114,237 +Liechtenstein,333515,3655315,804,114,237 +Liechtenstein,333612,714283,804,114,237 +Liechtenstein,333613,1367183,804,114,237 +Liechtenstein,333618,202220,804,114,237 +Liechtenstein,333911,199153,804,114,237 +Liechtenstein,333912,305436,804,114,237 +Liechtenstein,333991,9865389,804,114,237 +Liechtenstein,333992,5401,804,114,237 +Liechtenstein,333994,723190,804,114,237 +Liechtenstein,333999,7444067,804,114,237 +Liechtenstein,334119,46506,804,114,237 +Liechtenstein,334310,7652,804,114,237 +Liechtenstein,334413,3755703,804,114,237 +Liechtenstein,334416,7709,804,114,237 +Liechtenstein,334417,14162939,804,114,237 +Liechtenstein,334419,156600,804,114,237 +Liechtenstein,334510,7940,804,114,237 +Liechtenstein,334511,12683,804,114,237 +Liechtenstein,334513,10953429,804,114,237 +Liechtenstein,334514,2136,804,114,237 +Liechtenstein,334515,149533,804,114,237 +Liechtenstein,334516,609883,804,114,237 +Liechtenstein,334519,241792,804,114,237 +Liechtenstein,334612,122291,804,114,237 +Liechtenstein,334613,4030,804,114,237 +Liechtenstein,335121,311052,804,114,237 +Liechtenstein,335129,7544,804,114,237 +Liechtenstein,335211,4190,804,114,237 +Liechtenstein,335212,29804,804,114,237 +Liechtenstein,335228,280859,804,114,237 +Liechtenstein,335312,36272,804,114,237 +Liechtenstein,335313,74928,804,114,237 +Liechtenstein,335314,298964,804,114,237 +Liechtenstein,335921,132235,804,114,237 +Liechtenstein,335929,35955,804,114,237 +Liechtenstein,335999,46632,804,114,237 +Liechtenstein,336111,9873,804,114,237 +Liechtenstein,336311,48826,804,114,237 +Liechtenstein,336330,53323292,804,114,237 +Liechtenstein,336399,991275,804,114,237 +Liechtenstein,337127,36352,804,114,237 +Liechtenstein,337215,8505,804,114,237 +Liechtenstein,339112,62633,804,114,237 +Liechtenstein,339114,21730895,804,114,237 +Liechtenstein,339911,439548,804,114,237 +Liechtenstein,339913,18058,804,114,237 +Liechtenstein,339914,3022,804,114,237 +Liechtenstein,339920,14576,804,114,237 +Liechtenstein,339932,3314,804,114,237 +Liechtenstein,339991,33518,804,114,237 +Liechtenstein,339992,5639,804,114,237 +Liechtenstein,339999,26157,804,114,237 +Liechtenstein,910000,20918,804,114,237 +Liechtenstein,920000,1081643,804,114,237 +Liechtenstein,980000,245436,804,114,237 +Liechtenstein,990000,2516276,804,114,237 +Lithuania,111199,17162,804,115,238 +Lithuania,111339,3472,804,115,238 +Lithuania,111411,41539,804,115,238 +Lithuania,111998,299465,804,115,238 +Lithuania,112910,97887,804,115,238 +Lithuania,112990,33287,804,115,238 +Lithuania,114111,1278549,804,115,238 +Lithuania,212399,75811,804,115,238 +Lithuania,311211,13830,804,115,238 +Lithuania,311221,8037190,804,115,238 +Lithuania,311225,12246,804,115,238 +Lithuania,311230,65128,804,115,238 +Lithuania,311320,132997,804,115,238 +Lithuania,311340,37239,804,115,238 +Lithuania,311411,104550,804,115,238 +Lithuania,311421,89329,804,115,238 +Lithuania,311423,3824,804,115,238 +Lithuania,311512,49747,804,115,238 +Lithuania,311513,1043628,804,115,238 +Lithuania,311514,6616,804,115,238 +Lithuania,311520,983882,804,115,238 +Lithuania,311711,282532,804,115,238 +Lithuania,311811,1403851,804,115,238 +Lithuania,311822,10044,804,115,238 +Lithuania,311823,22400,804,115,238 +Lithuania,311919,7056,804,115,238 +Lithuania,311920,50305,804,115,238 +Lithuania,311930,11769,804,115,238 +Lithuania,311941,12930,804,115,238 +Lithuania,311942,5716,804,115,238 +Lithuania,311999,124782,804,115,238 +Lithuania,312111,16494,804,115,238 +Lithuania,312112,2596,804,115,238 +Lithuania,312120,527533,804,115,238 +Lithuania,312130,166742,804,115,238 +Lithuania,312140,322202,804,115,238 +Lithuania,313111,112319,804,115,238 +Lithuania,313210,701165,804,115,238 +Lithuania,313221,1924,804,115,238 +Lithuania,313230,6500,804,115,238 +Lithuania,313249,15557,804,115,238 +Lithuania,314121,24592,804,115,238 +Lithuania,314129,978637,804,115,238 +Lithuania,314991,1041265,804,115,238 +Lithuania,314999,504506,804,115,238 +Lithuania,315111,379963,804,115,238 +Lithuania,315221,115318,804,115,238 +Lithuania,315222,149065,804,115,238 +Lithuania,315223,339289,804,115,238 +Lithuania,315224,29490,804,115,238 +Lithuania,315228,240945,804,115,238 +Lithuania,315231,226069,804,115,238 +Lithuania,315232,2400740,804,115,238 +Lithuania,315233,1747193,804,115,238 +Lithuania,315234,939222,804,115,238 +Lithuania,315239,2414515,804,115,238 +Lithuania,315291,277888,804,115,238 +Lithuania,315292,889,804,115,238 +Lithuania,315991,20288,804,115,238 +Lithuania,315992,7416,804,115,238 +Lithuania,315999,1814638,804,115,238 +Lithuania,316211,420,804,115,238 +Lithuania,316212,939,804,115,238 +Lithuania,316991,6014,804,115,238 +Lithuania,316992,22250,804,115,238 +Lithuania,316993,3714,804,115,238 +Lithuania,316999,3489,804,115,238 +Lithuania,321113,465303,804,115,238 +Lithuania,321211,559690,804,115,238 +Lithuania,321911,13003,804,115,238 +Lithuania,321992,17742,804,115,238 +Lithuania,321999,1705253,804,115,238 +Lithuania,322121,165084,804,115,238 +Lithuania,322122,508264,804,115,238 +Lithuania,322213,178558,804,115,238 +Lithuania,322222,3980,804,115,238 +Lithuania,323117,97004,804,115,238 +Lithuania,323118,31196,804,115,238 +Lithuania,323119,510818,804,115,238 +Lithuania,324110,490220332,804,115,238 +Lithuania,325192,1036530,804,115,238 +Lithuania,325199,1783682,804,115,238 +Lithuania,325211,38668,804,115,238 +Lithuania,325311,21315291,804,115,238 +Lithuania,325312,13934357,804,115,238 +Lithuania,325412,3118018,804,115,238 +Lithuania,325510,14929,804,115,238 +Lithuania,325611,6976,804,115,238 +Lithuania,325613,76383,804,115,238 +Lithuania,325910,23953,804,115,238 +Lithuania,325992,5564,804,115,238 +Lithuania,326113,1239491,804,115,238 +Lithuania,326122,11332,804,115,238 +Lithuania,326199,1088286,804,115,238 +Lithuania,326211,8089,804,115,238 +Lithuania,326220,8339,804,115,238 +Lithuania,326299,144716,804,115,238 +Lithuania,327112,2709,804,115,238 +Lithuania,327124,22087,804,115,238 +Lithuania,327212,92924,804,115,238 +Lithuania,327215,512737,804,115,238 +Lithuania,327310,9962,804,115,238 +Lithuania,327390,34969,804,115,238 +Lithuania,327991,4497,804,115,238 +Lithuania,331316,135505,804,115,238 +Lithuania,332212,3656,804,115,238 +Lithuania,332312,181369,804,115,238 +Lithuania,332439,18240,804,115,238 +Lithuania,332510,358957,804,115,238 +Lithuania,332618,692221,804,115,238 +Lithuania,332722,5785,804,115,238 +Lithuania,332911,339125,804,115,238 +Lithuania,332912,5944,804,115,238 +Lithuania,332913,16000,804,115,238 +Lithuania,332919,2234,804,115,238 +Lithuania,332994,1605997,804,115,238 +Lithuania,332999,104314,804,115,238 +Lithuania,333111,51310,804,115,238 +Lithuania,333120,190930,804,115,238 +Lithuania,333294,36310,804,115,238 +Lithuania,333295,177246,804,115,238 +Lithuania,333313,56331,804,115,238 +Lithuania,333314,4655214,804,115,238 +Lithuania,333412,6538,804,115,238 +Lithuania,333415,36937,804,115,238 +Lithuania,333613,29191,804,115,238 +Lithuania,333618,101200,804,115,238 +Lithuania,333911,20560,804,115,238 +Lithuania,333921,34135,804,115,238 +Lithuania,333923,178974,804,115,238 +Lithuania,333993,4701,804,115,238 +Lithuania,333996,2145,804,115,238 +Lithuania,333999,2927898,804,115,238 +Lithuania,334119,188762,804,115,238 +Lithuania,334210,31903,804,115,238 +Lithuania,334220,1058831,804,115,238 +Lithuania,334290,82737,804,115,238 +Lithuania,334310,101301,804,115,238 +Lithuania,334412,168394,804,115,238 +Lithuania,334413,3039228,804,115,238 +Lithuania,334414,3964,804,115,238 +Lithuania,334417,188740,804,115,238 +Lithuania,334418,32204,804,115,238 +Lithuania,334419,80788,804,115,238 +Lithuania,334510,593053,804,115,238 +Lithuania,334511,50152,804,115,238 +Lithuania,334512,2749,804,115,238 +Lithuania,334513,486595,804,115,238 +Lithuania,334514,2786,804,115,238 +Lithuania,334515,1609417,804,115,238 +Lithuania,334516,7344839,804,115,238 +Lithuania,334519,73558,804,115,238 +Lithuania,335121,3307482,804,115,238 +Lithuania,335129,44406,804,115,238 +Lithuania,335211,46259,804,115,238 +Lithuania,335212,25448,804,115,238 +Lithuania,335228,96485,804,115,238 +Lithuania,335312,8882,804,115,238 +Lithuania,335313,11618,804,115,238 +Lithuania,335314,273967,804,115,238 +Lithuania,335929,232196,804,115,238 +Lithuania,335931,2327301,804,115,238 +Lithuania,335932,4606,804,115,238 +Lithuania,335991,5343,804,115,238 +Lithuania,335999,705954,804,115,238 +Lithuania,336311,5670,804,115,238 +Lithuania,336322,1218309,804,115,238 +Lithuania,336330,16647,804,115,238 +Lithuania,336340,5572,804,115,238 +Lithuania,336360,7387,804,115,238 +Lithuania,336399,16049,804,115,238 +Lithuania,336411,80500,804,115,238 +Lithuania,336413,115745,804,115,238 +Lithuania,336510,71547,804,115,238 +Lithuania,337121,497,804,115,238 +Lithuania,337124,1200039,804,115,238 +Lithuania,337127,41162979,804,115,238 +Lithuania,337211,56076,804,115,238 +Lithuania,337215,9380326,804,115,238 +Lithuania,337920,2362,804,115,238 +Lithuania,339112,197022,804,115,238 +Lithuania,339113,1869907,804,115,238 +Lithuania,339115,5293,804,115,238 +Lithuania,339911,279464,804,115,238 +Lithuania,339913,38619,804,115,238 +Lithuania,339914,30710,804,115,238 +Lithuania,339920,1245931,804,115,238 +Lithuania,339932,254267,804,115,238 +Lithuania,339950,19569,804,115,238 +Lithuania,339991,9519,804,115,238 +Lithuania,339993,6035,804,115,238 +Lithuania,339994,263585,804,115,238 +Lithuania,339999,218883,804,115,238 +Lithuania,910000,82561,804,115,238 +Lithuania,920000,83630,804,115,238 +Lithuania,980000,1797710,804,115,238 +Lithuania,990000,2204480,804,115,238 +Luxembourg,111998,61313,804,116,239 +Luxembourg,113210,1195,804,116,239 +Luxembourg,311211,5610,804,116,239 +Luxembourg,312111,163458,804,116,239 +Luxembourg,312130,19259,804,116,239 +Luxembourg,313210,1090,804,116,239 +Luxembourg,313221,13515,804,116,239 +Luxembourg,313230,27642575,804,116,239 +Luxembourg,313320,1976095,804,116,239 +Luxembourg,314110,6375,804,116,239 +Luxembourg,314129,61963,804,116,239 +Luxembourg,314992,2031250,804,116,239 +Luxembourg,314999,139887,804,116,239 +Luxembourg,315222,1104,804,116,239 +Luxembourg,315228,61907,804,116,239 +Luxembourg,315239,1039,804,116,239 +Luxembourg,315292,18341,804,116,239 +Luxembourg,315991,979,804,116,239 +Luxembourg,315992,522,804,116,239 +Luxembourg,315999,582,804,116,239 +Luxembourg,316110,44880,804,116,239 +Luxembourg,316213,1500,804,116,239 +Luxembourg,316991,2317,804,116,239 +Luxembourg,316992,8413,804,116,239 +Luxembourg,321918,18971,804,116,239 +Luxembourg,321999,34212,804,116,239 +Luxembourg,322121,13337,804,116,239 +Luxembourg,322222,262384,804,116,239 +Luxembourg,322223,3516,804,116,239 +Luxembourg,323117,2794,804,116,239 +Luxembourg,323118,23918,804,116,239 +Luxembourg,323119,63771,804,116,239 +Luxembourg,324110,15355,804,116,239 +Luxembourg,325199,14600,804,116,239 +Luxembourg,325211,5242213,804,116,239 +Luxembourg,325212,4538,804,116,239 +Luxembourg,325412,20222,804,116,239 +Luxembourg,325510,4319,804,116,239 +Luxembourg,325613,2294,804,116,239 +Luxembourg,325620,175211,804,116,239 +Luxembourg,325920,2371,804,116,239 +Luxembourg,326113,4519184,804,116,239 +Luxembourg,326121,23678,804,116,239 +Luxembourg,326122,15361,804,116,239 +Luxembourg,326160,46288,804,116,239 +Luxembourg,326192,13527462,804,116,239 +Luxembourg,326199,3946107,804,116,239 +Luxembourg,326211,18743656,804,116,239 +Luxembourg,326220,6944,804,116,239 +Luxembourg,326299,4516182,804,116,239 +Luxembourg,327112,1561161,804,116,239 +Luxembourg,327211,1530319,804,116,239 +Luxembourg,327215,23722,804,116,239 +Luxembourg,327390,50433,804,116,239 +Luxembourg,327910,1998958,804,116,239 +Luxembourg,327993,93513,804,116,239 +Luxembourg,331111,179589682,804,116,239 +Luxembourg,331112,534731,804,116,239 +Luxembourg,331222,3397335,804,116,239 +Luxembourg,331315,52567,804,116,239 +Luxembourg,331421,291914,804,116,239 +Luxembourg,331491,46235,804,116,239 +Luxembourg,331492,9325,804,116,239 +Luxembourg,331511,2577,804,116,239 +Luxembourg,332115,5431,804,116,239 +Luxembourg,332211,18887,804,116,239 +Luxembourg,332212,185259,804,116,239 +Luxembourg,332213,1363460,804,116,239 +Luxembourg,332312,17573144,804,116,239 +Luxembourg,332439,42400,804,116,239 +Luxembourg,332510,10188,804,116,239 +Luxembourg,332618,100201,804,116,239 +Luxembourg,332722,19715,804,116,239 +Luxembourg,332911,21248588,804,116,239 +Luxembourg,332912,415020,804,116,239 +Luxembourg,332913,7351,804,116,239 +Luxembourg,332919,45839,804,116,239 +Luxembourg,332995,13654060,804,116,239 +Luxembourg,332998,14000,804,116,239 +Luxembourg,332999,16552216,804,116,239 +Luxembourg,333111,4757,804,116,239 +Luxembourg,333120,72467,804,116,239 +Luxembourg,333131,8301,804,116,239 +Luxembourg,333132,21675,804,116,239 +Luxembourg,333210,30726,804,116,239 +Luxembourg,333220,4432566,804,116,239 +Luxembourg,333291,3905,804,116,239 +Luxembourg,333293,22655,804,116,239 +Luxembourg,333295,1487999,804,116,239 +Luxembourg,333298,103409,804,116,239 +Luxembourg,333315,3477,804,116,239 +Luxembourg,333414,82665,804,116,239 +Luxembourg,333415,550861,804,116,239 +Luxembourg,333511,1144867,804,116,239 +Luxembourg,333512,41137,804,116,239 +Luxembourg,333513,76683,804,116,239 +Luxembourg,333514,9175,804,116,239 +Luxembourg,333515,8327759,804,116,239 +Luxembourg,333516,253750,804,116,239 +Luxembourg,333611,5325,804,116,239 +Luxembourg,333612,49998,804,116,239 +Luxembourg,333613,13433,804,116,239 +Luxembourg,333618,107213,804,116,239 +Luxembourg,333911,61579,804,116,239 +Luxembourg,333912,81624,804,116,239 +Luxembourg,333923,21644,804,116,239 +Luxembourg,333924,20926,804,116,239 +Luxembourg,333991,454811,804,116,239 +Luxembourg,333993,2605,804,116,239 +Luxembourg,333994,75793,804,116,239 +Luxembourg,333995,270919,804,116,239 +Luxembourg,333996,6109,804,116,239 +Luxembourg,333999,1911898,804,116,239 +Luxembourg,334111,100217,804,116,239 +Luxembourg,334112,44846,804,116,239 +Luxembourg,334119,75907,804,116,239 +Luxembourg,334220,326865,804,116,239 +Luxembourg,334310,6289,804,116,239 +Luxembourg,334413,211710,804,116,239 +Luxembourg,334415,3965448,804,116,239 +Luxembourg,334417,338792,804,116,239 +Luxembourg,334418,57580,804,116,239 +Luxembourg,334419,13576,804,116,239 +Luxembourg,334511,2442,804,116,239 +Luxembourg,334512,255028,804,116,239 +Luxembourg,334513,1404920,804,116,239 +Luxembourg,334514,18466,804,116,239 +Luxembourg,334515,1641617,804,116,239 +Luxembourg,334516,62778,804,116,239 +Luxembourg,334519,898063,804,116,239 +Luxembourg,335121,461,804,116,239 +Luxembourg,335222,3200,804,116,239 +Luxembourg,335224,40653,804,116,239 +Luxembourg,335311,37684,804,116,239 +Luxembourg,335312,77994,804,116,239 +Luxembourg,335313,7961,804,116,239 +Luxembourg,335314,1621012,804,116,239 +Luxembourg,335911,107195,804,116,239 +Luxembourg,335931,305189,804,116,239 +Luxembourg,335991,346514,804,116,239 +Luxembourg,335999,463363,804,116,239 +Luxembourg,336311,49766,804,116,239 +Luxembourg,336321,20198,804,116,239 +Luxembourg,336322,10231,804,116,239 +Luxembourg,336340,7580,804,116,239 +Luxembourg,336350,2450,804,116,239 +Luxembourg,336360,8662080,804,116,239 +Luxembourg,336391,6920,804,116,239 +Luxembourg,336399,64117,804,116,239 +Luxembourg,336413,917926,804,116,239 +Luxembourg,336991,458932,804,116,239 +Luxembourg,337127,4912,804,116,239 +Luxembourg,337215,479874,804,116,239 +Luxembourg,339112,40434,804,116,239 +Luxembourg,339113,4144,804,116,239 +Luxembourg,339114,3139,804,116,239 +Luxembourg,339115,3301700,804,116,239 +Luxembourg,339914,27360,804,116,239 +Luxembourg,339932,14570,804,116,239 +Luxembourg,339941,481700,804,116,239 +Luxembourg,339991,169298,804,116,239 +Luxembourg,339992,13615,804,116,239 +Luxembourg,339999,26322,804,116,239 +Luxembourg,910000,5696773,804,116,239 +Luxembourg,920000,3824129,804,116,239 +Luxembourg,980000,69090828,804,116,239 +Luxembourg,990000,3889363,804,116,239 +Madagascar,111130,6158,805,117,240 +Madagascar,111335,1033733,805,117,240 +Madagascar,111339,27690300,805,117,240 +Madagascar,111421,44149,805,117,240 +Madagascar,112990,139258,805,117,240 +Madagascar,113210,1646108,805,117,240 +Madagascar,114112,191363,805,117,240 +Madagascar,114119,1797769,805,117,240 +Madagascar,212393,2276,805,117,240 +Madagascar,311212,22052,805,117,240 +Madagascar,311223,21100,805,117,240 +Madagascar,311320,218990,805,117,240 +Madagascar,311421,49170,805,117,240 +Madagascar,311942,1964989,805,117,240 +Madagascar,313111,565,805,117,240 +Madagascar,313210,67573,805,117,240 +Madagascar,313221,817,805,117,240 +Madagascar,313320,1763,805,117,240 +Madagascar,314129,8165,805,117,240 +Madagascar,314991,336800,805,117,240 +Madagascar,314999,8282,805,117,240 +Madagascar,315221,1811156,805,117,240 +Madagascar,315222,5040,805,117,240 +Madagascar,315223,11121207,805,117,240 +Madagascar,315224,9159252,805,117,240 +Madagascar,315228,8658346,805,117,240 +Madagascar,315232,6877668,805,117,240 +Madagascar,315233,880420,805,117,240 +Madagascar,315234,670511,805,117,240 +Madagascar,315239,16935930,805,117,240 +Madagascar,315291,1506416,805,117,240 +Madagascar,315991,386351,805,117,240 +Madagascar,315999,157834,805,117,240 +Madagascar,316991,271359,805,117,240 +Madagascar,316992,1471,805,117,240 +Madagascar,321999,120116,805,117,240 +Madagascar,325199,32120,805,117,240 +Madagascar,325211,97200,805,117,240 +Madagascar,325998,2951050,805,117,240 +Madagascar,326199,228357,805,117,240 +Madagascar,327122,9387,805,117,240 +Madagascar,327212,564,805,117,240 +Madagascar,327991,7711,805,117,240 +Madagascar,327992,835171,805,117,240 +Madagascar,327999,40057,805,117,240 +Madagascar,333120,4175,805,117,240 +Madagascar,333515,10388,805,117,240 +Madagascar,333911,71416,805,117,240 +Madagascar,333999,9075,805,117,240 +Madagascar,334513,7290,805,117,240 +Madagascar,337127,3212,805,117,240 +Madagascar,337211,896,805,117,240 +Madagascar,337215,1191,805,117,240 +Madagascar,339911,987742,805,117,240 +Madagascar,339913,12382322,805,117,240 +Madagascar,339920,17235,805,117,240 +Madagascar,339932,29019,805,117,240 +Madagascar,339993,2893,805,117,240 +Madagascar,339999,81429,805,117,240 +Madagascar,920000,483668,805,117,240 +Madagascar,980000,627839,805,117,240 +Madagascar,990000,479690,805,117,240 +Malawi,111130,130580,805,118,241 +Malawi,111335,6000884,805,118,241 +Malawi,111339,281972,805,118,241 +Malawi,111910,47914279,805,118,241 +Malawi,111998,2268,805,118,241 +Malawi,112511,31128,805,118,241 +Malawi,311311,4497853,805,118,241 +Malawi,311911,399743,805,118,241 +Malawi,311920,5897556,805,118,241 +Malawi,311942,10379,805,118,241 +Malawi,314912,1530,805,118,241 +Malawi,315224,148004,805,118,241 +Malawi,315232,1537298,805,118,241 +Malawi,315233,134155,805,118,241 +Malawi,315234,48189,805,118,241 +Malawi,315239,8856453,805,118,241 +Malawi,315999,2436,805,118,241 +Malawi,316991,6860,805,118,241 +Malawi,323117,10670,805,118,241 +Malawi,325199,3350,805,118,241 +Malawi,326199,3550,805,118,241 +Malawi,334112,3650,805,118,241 +Malawi,334220,32364,805,118,241 +Malawi,334418,19730,805,118,241 +Malawi,334516,9125,805,118,241 +Malawi,990000,22634,805,118,241 +Malaysia,111130,73661,808,119,242 +Malaysia,111335,3547,808,119,242 +Malaysia,111339,27969,808,119,242 +Malaysia,111421,322528,808,119,242 +Malaysia,111422,925226,808,119,242 +Malaysia,111998,66679,808,119,242 +Malaysia,112511,1162096,808,119,242 +Malaysia,112910,27170482,808,119,242 +Malaysia,112990,193091,808,119,242 +Malaysia,113210,144040071,808,119,242 +Malaysia,113310,71922,808,119,242 +Malaysia,114111,8805715,808,119,242 +Malaysia,114112,163165171,808,119,242 +Malaysia,114119,316563,808,119,242 +Malaysia,211111,82177037,808,119,242 +Malaysia,211112,2526140,808,119,242 +Malaysia,212299,3026034,808,119,242 +Malaysia,212311,20273,808,119,242 +Malaysia,212319,11180,808,119,242 +Malaysia,212324,31495,808,119,242 +Malaysia,212325,65159,808,119,242 +Malaysia,212393,27232,808,119,242 +Malaysia,212399,15434,808,119,242 +Malaysia,311111,112034,808,119,242 +Malaysia,311119,22458685,808,119,242 +Malaysia,311211,18000,808,119,242 +Malaysia,311212,17995,808,119,242 +Malaysia,311221,57535,808,119,242 +Malaysia,311222,11180,808,119,242 +Malaysia,311223,1114511514,808,119,242 +Malaysia,311225,579074,808,119,242 +Malaysia,311230,490499,808,119,242 +Malaysia,311320,316189199,808,119,242 +Malaysia,311340,360918,808,119,242 +Malaysia,311411,62751,808,119,242 +Malaysia,311421,8136369,808,119,242 +Malaysia,311422,19168,808,119,242 +Malaysia,311423,179930,808,119,242 +Malaysia,311512,172550,808,119,242 +Malaysia,311514,986158,808,119,242 +Malaysia,311613,7144,808,119,242 +Malaysia,311711,6535666,808,119,242 +Malaysia,311811,15992789,808,119,242 +Malaysia,311822,49416,808,119,242 +Malaysia,311823,114796,808,119,242 +Malaysia,311919,178884,808,119,242 +Malaysia,311920,30811343,808,119,242 +Malaysia,311930,59408,808,119,242 +Malaysia,311941,3571286,808,119,242 +Malaysia,311942,2216007,808,119,242 +Malaysia,311999,6835968,808,119,242 +Malaysia,312111,7640777,808,119,242 +Malaysia,313111,1218271,808,119,242 +Malaysia,313210,7349092,808,119,242 +Malaysia,313221,1456437,808,119,242 +Malaysia,313230,496042,808,119,242 +Malaysia,313249,40656,808,119,242 +Malaysia,313312,2471529,808,119,242 +Malaysia,313320,113569,808,119,242 +Malaysia,314110,290986,808,119,242 +Malaysia,314121,1053540,808,119,242 +Malaysia,314129,213738,808,119,242 +Malaysia,314911,313600,808,119,242 +Malaysia,314912,1465664,808,119,242 +Malaysia,314991,7158845,808,119,242 +Malaysia,314992,56770,808,119,242 +Malaysia,314999,5813137,808,119,242 +Malaysia,315111,1254211,808,119,242 +Malaysia,315221,7549873,808,119,242 +Malaysia,315222,203808,808,119,242 +Malaysia,315223,145041006,808,119,242 +Malaysia,315224,41665368,808,119,242 +Malaysia,315228,47034329,808,119,242 +Malaysia,315231,43393967,808,119,242 +Malaysia,315232,80441236,808,119,242 +Malaysia,315233,5184909,808,119,242 +Malaysia,315234,20120296,808,119,242 +Malaysia,315239,55851965,808,119,242 +Malaysia,315291,14353508,808,119,242 +Malaysia,315292,2879,808,119,242 +Malaysia,315991,352001,808,119,242 +Malaysia,315992,22696592,808,119,242 +Malaysia,315999,1611643,808,119,242 +Malaysia,316110,17501095,808,119,242 +Malaysia,316211,1211873,808,119,242 +Malaysia,316212,874,808,119,242 +Malaysia,316213,282914,808,119,242 +Malaysia,316214,730577,808,119,242 +Malaysia,316219,1358180,808,119,242 +Malaysia,316991,982685,808,119,242 +Malaysia,316992,76707,808,119,242 +Malaysia,316993,124014,808,119,242 +Malaysia,316999,150090,808,119,242 +Malaysia,321113,14594130,808,119,242 +Malaysia,321114,152307,808,119,242 +Malaysia,321211,104988791,808,119,242 +Malaysia,321212,501099,808,119,242 +Malaysia,321213,609461,808,119,242 +Malaysia,321219,3974696,808,119,242 +Malaysia,321911,6990992,808,119,242 +Malaysia,321918,30780194,808,119,242 +Malaysia,321920,41638,808,119,242 +Malaysia,321999,25215293,808,119,242 +Malaysia,322121,2727254,808,119,242 +Malaysia,322122,30840,808,119,242 +Malaysia,322130,46878,808,119,242 +Malaysia,322211,889825,808,119,242 +Malaysia,322212,191714,808,119,242 +Malaysia,322213,7007,808,119,242 +Malaysia,322214,6977,808,119,242 +Malaysia,322215,2772,808,119,242 +Malaysia,322222,4173078,808,119,242 +Malaysia,322223,69826957,808,119,242 +Malaysia,322232,650775,808,119,242 +Malaysia,322233,42671,808,119,242 +Malaysia,322291,2136301,808,119,242 +Malaysia,322299,9381211,808,119,242 +Malaysia,323117,14805047,808,119,242 +Malaysia,323118,13739585,808,119,242 +Malaysia,323119,10370066,808,119,242 +Malaysia,323122,10904,808,119,242 +Malaysia,324110,186500196,808,119,242 +Malaysia,325110,8738196,808,119,242 +Malaysia,325131,7274365,808,119,242 +Malaysia,325132,118263,808,119,242 +Malaysia,325182,823616,808,119,242 +Malaysia,325188,2334040,808,119,242 +Malaysia,325191,332881,808,119,242 +Malaysia,325192,112999,808,119,242 +Malaysia,325199,271091118,808,119,242 +Malaysia,325211,15746267,808,119,242 +Malaysia,325212,1866464,808,119,242 +Malaysia,325222,10500290,808,119,242 +Malaysia,325311,13367,808,119,242 +Malaysia,325312,112444,808,119,242 +Malaysia,325320,761078,808,119,242 +Malaysia,325411,40387307,808,119,242 +Malaysia,325412,2913739,808,119,242 +Malaysia,325414,10654,808,119,242 +Malaysia,325510,220781,808,119,242 +Malaysia,325520,222968,808,119,242 +Malaysia,325611,12800477,808,119,242 +Malaysia,325612,19700519,808,119,242 +Malaysia,325613,247009,808,119,242 +Malaysia,325620,5199633,808,119,242 +Malaysia,325910,371604322,808,119,242 +Malaysia,325992,1270732,808,119,242 +Malaysia,325998,6446965,808,119,242 +Malaysia,326112,1450,808,119,242 +Malaysia,326113,11180184,808,119,242 +Malaysia,326121,221647,808,119,242 +Malaysia,326122,3824908,808,119,242 +Malaysia,326160,621600,808,119,242 +Malaysia,326191,371,808,119,242 +Malaysia,326192,236422,808,119,242 +Malaysia,326199,93118597,808,119,242 +Malaysia,326211,1384416,808,119,242 +Malaysia,326220,16830483,808,119,242 +Malaysia,326299,60544673,808,119,242 +Malaysia,327111,806945,808,119,242 +Malaysia,327112,17798014,808,119,242 +Malaysia,327113,52646,808,119,242 +Malaysia,327122,1762529,808,119,242 +Malaysia,327124,70006,808,119,242 +Malaysia,327125,22100,808,119,242 +Malaysia,327211,167647,808,119,242 +Malaysia,327212,22795457,808,119,242 +Malaysia,327213,2068,808,119,242 +Malaysia,327215,2397367,808,119,242 +Malaysia,327390,292988,808,119,242 +Malaysia,327910,251809,808,119,242 +Malaysia,327991,167047,808,119,242 +Malaysia,327992,42800,808,119,242 +Malaysia,327993,33438,808,119,242 +Malaysia,327999,601047,808,119,242 +Malaysia,331111,27298397,808,119,242 +Malaysia,331222,18381420,808,119,242 +Malaysia,331312,4321987,808,119,242 +Malaysia,331315,293803,808,119,242 +Malaysia,331316,597226,808,119,242 +Malaysia,331319,56677,808,119,242 +Malaysia,331411,1111500,808,119,242 +Malaysia,331419,92373256,808,119,242 +Malaysia,331421,88293411,808,119,242 +Malaysia,331422,7024199,808,119,242 +Malaysia,331491,1515108,808,119,242 +Malaysia,331492,230131,808,119,242 +Malaysia,331511,137467,808,119,242 +Malaysia,332115,3163820,808,119,242 +Malaysia,332211,184221,808,119,242 +Malaysia,332212,1733871,808,119,242 +Malaysia,332213,808699,808,119,242 +Malaysia,332312,1360860,808,119,242 +Malaysia,332321,2192044,808,119,242 +Malaysia,332322,25560,808,119,242 +Malaysia,332323,792940,808,119,242 +Malaysia,332410,14428850,808,119,242 +Malaysia,332420,2228921,808,119,242 +Malaysia,332439,3645677,808,119,242 +Malaysia,332510,3910676,808,119,242 +Malaysia,332611,2603061,808,119,242 +Malaysia,332618,36269961,808,119,242 +Malaysia,332722,9871290,808,119,242 +Malaysia,332911,43624415,808,119,242 +Malaysia,332912,7642876,808,119,242 +Malaysia,332913,245816,808,119,242 +Malaysia,332919,33404987,808,119,242 +Malaysia,332991,8180648,808,119,242 +Malaysia,332998,411637,808,119,242 +Malaysia,332999,28784261,808,119,242 +Malaysia,333111,3794661,808,119,242 +Malaysia,333120,11891750,808,119,242 +Malaysia,333131,12643686,808,119,242 +Malaysia,333132,12405624,808,119,242 +Malaysia,333220,4201862,808,119,242 +Malaysia,333291,967569,808,119,242 +Malaysia,333292,439816,808,119,242 +Malaysia,333293,1836731,808,119,242 +Malaysia,333294,2890750,808,119,242 +Malaysia,333295,67884566,808,119,242 +Malaysia,333298,734995,808,119,242 +Malaysia,333311,13201,808,119,242 +Malaysia,333313,46376450,808,119,242 +Malaysia,333314,95596225,808,119,242 +Malaysia,333315,1635677,808,119,242 +Malaysia,333319,135722,808,119,242 +Malaysia,333411,3391371,808,119,242 +Malaysia,333412,16854783,808,119,242 +Malaysia,333414,8907,808,119,242 +Malaysia,333415,25012771,808,119,242 +Malaysia,333511,2775988,808,119,242 +Malaysia,333512,329421,808,119,242 +Malaysia,333513,3439168,808,119,242 +Malaysia,333514,1303319,808,119,242 +Malaysia,333515,342641,808,119,242 +Malaysia,333611,37296,808,119,242 +Malaysia,333612,461951,808,119,242 +Malaysia,333613,917318,808,119,242 +Malaysia,333618,841664,808,119,242 +Malaysia,333911,3941350,808,119,242 +Malaysia,333912,268489,808,119,242 +Malaysia,333913,970409,808,119,242 +Malaysia,333921,1096449,808,119,242 +Malaysia,333922,1343394,808,119,242 +Malaysia,333923,3118943,808,119,242 +Malaysia,333924,219988,808,119,242 +Malaysia,333991,29991959,808,119,242 +Malaysia,333992,6322350,808,119,242 +Malaysia,333993,1204663,808,119,242 +Malaysia,333994,1623978,808,119,242 +Malaysia,333995,391343,808,119,242 +Malaysia,333996,6676174,808,119,242 +Malaysia,333997,41604977,808,119,242 +Malaysia,333999,68703232,808,119,242 +Malaysia,334111,912427637,808,119,242 +Malaysia,334112,1018353037,808,119,242 +Malaysia,334119,926479564,808,119,242 +Malaysia,334210,179007710,808,119,242 +Malaysia,334220,4547871957,808,119,242 +Malaysia,334290,16790011,808,119,242 +Malaysia,334310,1213689007,808,119,242 +Malaysia,334411,601480,808,119,242 +Malaysia,334412,54741341,808,119,242 +Malaysia,334413,4056234056,808,119,242 +Malaysia,334414,56464304,808,119,242 +Malaysia,334415,16460390,808,119,242 +Malaysia,334416,17687556,808,119,242 +Malaysia,334417,80310683,808,119,242 +Malaysia,334418,2880314601,808,119,242 +Malaysia,334419,317591522,808,119,242 +Malaysia,334510,105456626,808,119,242 +Malaysia,334511,112251121,808,119,242 +Malaysia,334512,11009389,808,119,242 +Malaysia,334513,119594761,808,119,242 +Malaysia,334514,6297399,808,119,242 +Malaysia,334515,658407614,808,119,242 +Malaysia,334516,33610014,808,119,242 +Malaysia,334517,31343934,808,119,242 +Malaysia,334518,2405401,808,119,242 +Malaysia,334519,12281032,808,119,242 +Malaysia,334612,1494700,808,119,242 +Malaysia,334613,35418602,808,119,242 +Malaysia,335110,100823,808,119,242 +Malaysia,335121,41994,808,119,242 +Malaysia,335129,10919843,808,119,242 +Malaysia,335211,8730362,808,119,242 +Malaysia,335212,168947239,808,119,242 +Malaysia,335221,190747382,808,119,242 +Malaysia,335222,736088,808,119,242 +Malaysia,335224,48534,808,119,242 +Malaysia,335228,226666,808,119,242 +Malaysia,335311,1970619,808,119,242 +Malaysia,335312,16231383,808,119,242 +Malaysia,335313,12828371,808,119,242 +Malaysia,335314,250271576,808,119,242 +Malaysia,335911,22412683,808,119,242 +Malaysia,335912,20832720,808,119,242 +Malaysia,335921,872437,808,119,242 +Malaysia,335929,23292047,808,119,242 +Malaysia,335931,19409890,808,119,242 +Malaysia,335932,232485,808,119,242 +Malaysia,335991,2669086,808,119,242 +Malaysia,335999,83690762,808,119,242 +Malaysia,336111,25228,808,119,242 +Malaysia,336212,12500,808,119,242 +Malaysia,336214,647565,808,119,242 +Malaysia,336311,744807,808,119,242 +Malaysia,336321,6797429,808,119,242 +Malaysia,336322,34864652,808,119,242 +Malaysia,336330,15041137,808,119,242 +Malaysia,336340,1860750,808,119,242 +Malaysia,336350,65899,808,119,242 +Malaysia,336360,1977285,808,119,242 +Malaysia,336370,109525,808,119,242 +Malaysia,336391,5692784,808,119,242 +Malaysia,336399,22386327,808,119,242 +Malaysia,336412,4107350,808,119,242 +Malaysia,336413,42277507,808,119,242 +Malaysia,336419,158289,808,119,242 +Malaysia,336510,40133,808,119,242 +Malaysia,336612,9823990,808,119,242 +Malaysia,336991,17922667,808,119,242 +Malaysia,336992,7106,808,119,242 +Malaysia,337110,1250134,808,119,242 +Malaysia,337121,1935847,808,119,242 +Malaysia,337124,92870870,808,119,242 +Malaysia,337127,690197786,808,119,242 +Malaysia,337211,11795852,808,119,242 +Malaysia,337214,4626825,808,119,242 +Malaysia,337215,78369284,808,119,242 +Malaysia,337910,6612093,808,119,242 +Malaysia,337920,131623,808,119,242 +Malaysia,339112,83678498,808,119,242 +Malaysia,339113,1067577240,808,119,242 +Malaysia,339114,333187,808,119,242 +Malaysia,339115,58638286,808,119,242 +Malaysia,339911,681525,808,119,242 +Malaysia,339913,405476,808,119,242 +Malaysia,339914,278994,808,119,242 +Malaysia,339920,43794297,808,119,242 +Malaysia,339932,61908848,808,119,242 +Malaysia,339941,7914666,808,119,242 +Malaysia,339942,323910,808,119,242 +Malaysia,339943,4285763,808,119,242 +Malaysia,339944,593670,808,119,242 +Malaysia,339950,696135,808,119,242 +Malaysia,339991,4017325,808,119,242 +Malaysia,339992,1962249,808,119,242 +Malaysia,339993,5079073,808,119,242 +Malaysia,339994,2413285,808,119,242 +Malaysia,339999,20693239,808,119,242 +Malaysia,511210,2788206,808,119,242 +Malaysia,910000,22962091,808,119,242 +Malaysia,920000,482798,808,119,242 +Malaysia,980000,442383557,808,119,242 +Malaysia,990000,513940888,808,119,242 +Maldives,112511,286312,806,120,243 +Maldives,114111,1128262,806,120,243 +Maldives,114119,164390,806,120,243 +Maldives,325620,3065,806,120,243 +Maldives,334220,52471,806,120,243 +Maldives,336311,6171,806,120,243 +Maldives,980000,153445,806,120,243 +Maldives,990000,16385,806,120,243 +Mali,111421,35470,805,121,244 +Mali,112990,4404,805,121,244 +Mali,311211,10060,805,121,244 +Mali,311230,9007,805,121,244 +Mali,311999,18040,805,121,244 +Mali,313111,436,805,121,244 +Mali,313210,4437,805,121,244 +Mali,313221,366,805,121,244 +Mali,314110,558,805,121,244 +Mali,314129,28375,805,121,244 +Mali,315221,14200,805,121,244 +Mali,315223,682,805,121,244 +Mali,315228,3437,805,121,244 +Mali,315232,1074,805,121,244 +Mali,315233,29279,805,121,244 +Mali,315234,1114,805,121,244 +Mali,315239,4407,805,121,244 +Mali,315291,1358,805,121,244 +Mali,315991,2586,805,121,244 +Mali,315999,2205,805,121,244 +Mali,316110,570,805,121,244 +Mali,316991,2257,805,121,244 +Mali,316992,1403,805,121,244 +Mali,316999,6806,805,121,244 +Mali,323117,11817,805,121,244 +Mali,325211,1176,805,121,244 +Mali,325414,7325,805,121,244 +Mali,325998,278257,805,121,244 +Mali,326220,398,805,121,244 +Mali,331419,1749403,805,121,244 +Mali,331491,774025,805,121,244 +Mali,331492,607825,805,121,244 +Mali,332722,3120,805,121,244 +Mali,333220,2731,805,121,244 +Mali,333294,2457,805,121,244 +Mali,333999,17022,805,121,244 +Mali,334111,15601,805,121,244 +Mali,334119,5059,805,121,244 +Mali,334220,180100,805,121,244 +Mali,334310,29264,805,121,244 +Mali,334413,78294,805,121,244 +Mali,334416,3508,805,121,244 +Mali,334418,63702,805,121,244 +Mali,334510,4252,805,121,244 +Mali,334511,5650,805,121,244 +Mali,334612,3245,805,121,244 +Mali,335314,3592,805,121,244 +Mali,335929,8436,805,121,244 +Mali,335999,61005,805,121,244 +Mali,336120,84545,805,121,244 +Mali,336322,9224,805,121,244 +Mali,336399,13943,805,121,244 +Mali,337127,1153,805,121,244 +Mali,337214,6403,805,121,244 +Mali,339911,2891,805,121,244 +Mali,339913,13200,805,121,244 +Mali,339914,3171,805,121,244 +Mali,339991,1092,805,121,244 +Mali,339992,119096,805,121,244 +Mali,920000,1832274,805,121,244 +Mali,980000,96386,805,121,244 +Mali,990000,114506,805,121,244 +Malta,113210,9450,804,122,245 +Malta,114111,1960391,804,122,245 +Malta,311811,6965,804,122,245 +Malta,311930,59728,804,122,245 +Malta,313210,10199,804,122,245 +Malta,313221,795,804,122,245 +Malta,313230,4270,804,122,245 +Malta,313249,6004773,804,122,245 +Malta,314991,4294,804,122,245 +Malta,314999,594,804,122,245 +Malta,315222,15248,804,122,245 +Malta,315224,649,804,122,245 +Malta,315228,167955,804,122,245 +Malta,315231,40562,804,122,245 +Malta,315232,12586,804,122,245 +Malta,315233,37333,804,122,245 +Malta,315234,43248,804,122,245 +Malta,315239,38339,804,122,245 +Malta,315991,713,804,122,245 +Malta,315999,3369,804,122,245 +Malta,321113,145554,804,122,245 +Malta,322121,4475,804,122,245 +Malta,322222,3134,804,122,245 +Malta,322223,1085,804,122,245 +Malta,323117,114589,804,122,245 +Malta,323119,77197,804,122,245 +Malta,325199,18453895,804,122,245 +Malta,325212,8786,804,122,245 +Malta,325411,4381440,804,122,245 +Malta,325412,25488832,804,122,245 +Malta,325613,5153,804,122,245 +Malta,326122,16946,804,122,245 +Malta,326199,2084871,804,122,245 +Malta,326220,3031,804,122,245 +Malta,326299,9492,804,122,245 +Malta,327211,8028,804,122,245 +Malta,327212,114547,804,122,245 +Malta,331422,2076,804,122,245 +Malta,332212,5606,804,122,245 +Malta,332410,1686058,804,122,245 +Malta,332618,26868,804,122,245 +Malta,332911,801698,804,122,245 +Malta,332999,30227,804,122,245 +Malta,333111,2420,804,122,245 +Malta,333120,4268843,804,122,245 +Malta,333131,9389,804,122,245 +Malta,333220,12613,804,122,245 +Malta,333314,36571,804,122,245 +Malta,333415,2191008,804,122,245 +Malta,333512,3301,804,122,245 +Malta,333513,5125,804,122,245 +Malta,333613,13883,804,122,245 +Malta,333911,880165,804,122,245 +Malta,333912,2070,804,122,245 +Malta,333921,8099,804,122,245 +Malta,333924,183249,804,122,245 +Malta,333996,62022,804,122,245 +Malta,333999,49219,804,122,245 +Malta,334112,9886,804,122,245 +Malta,334119,256597,804,122,245 +Malta,334220,89921,804,122,245 +Malta,334290,6320,804,122,245 +Malta,334310,8440239,804,122,245 +Malta,334412,2685,804,122,245 +Malta,334413,146091147,804,122,245 +Malta,334414,14348,804,122,245 +Malta,334415,10074,804,122,245 +Malta,334417,424968,804,122,245 +Malta,334418,797731,804,122,245 +Malta,334419,656594,804,122,245 +Malta,334511,1754358,804,122,245 +Malta,334512,6265,804,122,245 +Malta,334513,305252,804,122,245 +Malta,334515,527216,804,122,245 +Malta,334516,24268,804,122,245 +Malta,335110,7782,804,122,245 +Malta,335211,11885,804,122,245 +Malta,335313,729519,804,122,245 +Malta,335314,11485686,804,122,245 +Malta,335911,5935,804,122,245 +Malta,335912,136152,804,122,245 +Malta,335921,27932,804,122,245 +Malta,335929,94789,804,122,245 +Malta,335931,11358693,804,122,245 +Malta,335999,3186207,804,122,245 +Malta,336311,3360,804,122,245 +Malta,336322,57339,804,122,245 +Malta,336340,3980,804,122,245 +Malta,336350,3017,804,122,245 +Malta,336399,70727,804,122,245 +Malta,336412,8616,804,122,245 +Malta,337127,30422,804,122,245 +Malta,337215,549,804,122,245 +Malta,339112,1023606,804,122,245 +Malta,339911,20403,804,122,245 +Malta,339914,4927,804,122,245 +Malta,339932,2933192,804,122,245 +Malta,339991,6115909,804,122,245 +Malta,339999,2766,804,122,245 +Malta,920000,94092,804,122,245 +Malta,980000,1290091,804,122,245 +Malta,990000,1828097,804,122,245 +Marshall Islands,112511,774028,808,123,246 +Marshall Islands,112990,30734,808,123,246 +Marshall Islands,114111,6959204,808,123,246 +Marshall Islands,114119,4296,808,123,246 +Marshall Islands,311223,2994620,808,123,246 +Marshall Islands,311711,3003527,808,123,246 +Marshall Islands,314129,326,808,123,246 +Marshall Islands,316213,18694,808,123,246 +Marshall Islands,325188,25054,808,123,246 +Marshall Islands,325611,3233,808,123,246 +Marshall Islands,326199,437,808,123,246 +Marshall Islands,333911,2736,808,123,246 +Marshall Islands,334413,11152,808,123,246 +Marshall Islands,336399,453116,808,123,246 +Marshall Islands,337124,25569,808,123,246 +Marshall Islands,337127,13927,808,123,246 +Marshall Islands,339991,2960,808,123,246 +Marshall Islands,910000,230144,808,123,246 +Marshall Islands,980000,185747,808,123,246 +Marshall Islands,990000,411046,808,123,246 +Mauritania,114112,294910,805,124,247 +Mauritania,211111,54205086,805,124,247 +Mauritania,311711,9614,805,124,247 +Mauritania,313210,2960,805,124,247 +Mauritania,315223,636,805,124,247 +Mauritania,315224,36586,805,124,247 +Mauritania,315234,397,805,124,247 +Mauritania,326199,661,805,124,247 +Mauritania,333613,9000,805,124,247 +Mauritania,333618,3516,805,124,247 +Mauritania,334413,2930,805,124,247 +Mauritania,334417,2462,805,124,247 +Mauritania,334418,3346,805,124,247 +Mauritania,337127,6533,805,124,247 +Mauritania,339942,36307,805,124,247 +Mauritania,339991,1085,805,124,247 +Mauritania,339994,127861,805,124,247 +Mauritania,980000,127226,805,124,247 +Mauritania,990000,28519,805,124,247 +Mauritius,111422,19683,805,125,248 +Mauritius,112511,6968,805,125,248 +Mauritius,112910,11240,805,125,248 +Mauritius,112990,12040005,805,125,248 +Mauritius,114111,1122186,805,125,248 +Mauritius,311311,7903681,805,125,248 +Mauritius,311421,17558,805,125,248 +Mauritius,311711,7989148,805,125,248 +Mauritius,312140,14788,805,125,248 +Mauritius,313210,376559,805,125,248 +Mauritius,313249,6967,805,125,248 +Mauritius,314110,9656,805,125,248 +Mauritius,314129,376251,805,125,248 +Mauritius,314999,205034,805,125,248 +Mauritius,315111,153344,805,125,248 +Mauritius,315221,384285,805,125,248 +Mauritius,315222,338502,805,125,248 +Mauritius,315223,80230180,805,125,248 +Mauritius,315224,10812977,805,125,248 +Mauritius,315228,4165621,805,125,248 +Mauritius,315231,446416,805,125,248 +Mauritius,315232,5398916,805,125,248 +Mauritius,315233,104284,805,125,248 +Mauritius,315234,680274,805,125,248 +Mauritius,315239,23230134,805,125,248 +Mauritius,315291,81768,805,125,248 +Mauritius,315292,3247942,805,125,248 +Mauritius,315991,2115,805,125,248 +Mauritius,315992,6516,805,125,248 +Mauritius,315999,98632,805,125,248 +Mauritius,316991,309937,805,125,248 +Mauritius,316992,140727,805,125,248 +Mauritius,316993,83127,805,125,248 +Mauritius,316999,8723,805,125,248 +Mauritius,321999,94542,805,125,248 +Mauritius,323117,6338,805,125,248 +Mauritius,323119,2880,805,125,248 +Mauritius,325411,398101,805,125,248 +Mauritius,325414,11275,805,125,248 +Mauritius,325620,28165,805,125,248 +Mauritius,325910,14594,805,125,248 +Mauritius,326199,80076,805,125,248 +Mauritius,326299,3841,805,125,248 +Mauritius,327390,142152,805,125,248 +Mauritius,327910,31343,805,125,248 +Mauritius,332999,3242,805,125,248 +Mauritius,333294,5622,805,125,248 +Mauritius,333295,3148,805,125,248 +Mauritius,333314,20942,805,125,248 +Mauritius,333315,13293,805,125,248 +Mauritius,333612,2904,805,125,248 +Mauritius,334111,9921,805,125,248 +Mauritius,334112,14651,805,125,248 +Mauritius,334119,17148,805,125,248 +Mauritius,334220,20746,805,125,248 +Mauritius,334413,155874,805,125,248 +Mauritius,334414,13724,805,125,248 +Mauritius,334417,4844,805,125,248 +Mauritius,334419,23998,805,125,248 +Mauritius,334510,109990,805,125,248 +Mauritius,334511,37243,805,125,248 +Mauritius,334513,94019,805,125,248 +Mauritius,334515,34818,805,125,248 +Mauritius,334516,2847184,805,125,248 +Mauritius,334518,11125,805,125,248 +Mauritius,334519,4033,805,125,248 +Mauritius,335314,14486,805,125,248 +Mauritius,335931,2350,805,125,248 +Mauritius,337127,122663,805,125,248 +Mauritius,337215,3120,805,125,248 +Mauritius,339113,94900,805,125,248 +Mauritius,339115,4610640,805,125,248 +Mauritius,339911,2071655,805,125,248 +Mauritius,339913,32245377,805,125,248 +Mauritius,339914,398998,805,125,248 +Mauritius,339942,8864,805,125,248 +Mauritius,339950,3402,805,125,248 +Mauritius,339991,4340,805,125,248 +Mauritius,339994,60227,805,125,248 +Mauritius,339999,87297,805,125,248 +Mauritius,980000,1469857,805,125,248 +Mauritius,990000,771285,805,125,248 +Mexico,111110,50332,802,126,249 +Mexico,111120,7903076,802,126,249 +Mexico,111130,39518064,802,126,249 +Mexico,111140,1296475,802,126,249 +Mexico,111150,9446298,802,126,249 +Mexico,111199,15764,802,126,249 +Mexico,111219,4108076043,802,126,249 +Mexico,111310,8521693,802,126,249 +Mexico,111320,214676844,802,126,249 +Mexico,111332,486003485,802,126,249 +Mexico,111333,223893099,802,126,249 +Mexico,111334,282213373,802,126,249 +Mexico,111335,207682297,802,126,249 +Mexico,111339,1135354312,802,126,249 +Mexico,111411,7142431,802,126,249 +Mexico,111421,12644994,802,126,249 +Mexico,111422,24155398,802,126,249 +Mexico,111910,15558483,802,126,249 +Mexico,111930,573031,802,126,249 +Mexico,111940,1260773,802,126,249 +Mexico,111992,2129636,802,126,249 +Mexico,111998,54370249,802,126,249 +Mexico,112111,524962189,802,126,249 +Mexico,112410,37586,802,126,249 +Mexico,112420,1054,802,126,249 +Mexico,112511,218847,802,126,249 +Mexico,112512,2939655,802,126,249 +Mexico,112910,10181471,802,126,249 +Mexico,112920,2599472,802,126,249 +Mexico,112930,120486,802,126,249 +Mexico,112990,1226179,802,126,249 +Mexico,113210,29562676,802,126,249 +Mexico,113310,384508,802,126,249 +Mexico,114111,103449549,802,126,249 +Mexico,114112,262380995,802,126,249 +Mexico,114119,886617,802,126,249 +Mexico,211111,30108560609,802,126,249 +Mexico,211112,24782734,802,126,249 +Mexico,212210,12409681,802,126,249 +Mexico,212221,56887091,802,126,249 +Mexico,212231,4345,802,126,249 +Mexico,212234,12579,802,126,249 +Mexico,212299,54481893,802,126,249 +Mexico,212311,161062,802,126,249 +Mexico,212319,51612957,802,126,249 +Mexico,212322,48556014,802,126,249 +Mexico,212324,11278,802,126,249 +Mexico,212325,2550498,802,126,249 +Mexico,212393,118001890,802,126,249 +Mexico,212399,29261730,802,126,249 +Mexico,311111,1543779,802,126,249 +Mexico,311119,7528698,802,126,249 +Mexico,311211,39987006,802,126,249 +Mexico,311212,2236234,802,126,249 +Mexico,311221,46831975,802,126,249 +Mexico,311222,706364,802,126,249 +Mexico,311223,50028235,802,126,249 +Mexico,311225,21853610,802,126,249 +Mexico,311230,135258003,802,126,249 +Mexico,311311,742153076,802,126,249 +Mexico,311320,457947321,802,126,249 +Mexico,311340,472722321,802,126,249 +Mexico,311411,607058283,802,126,249 +Mexico,311421,544742282,802,126,249 +Mexico,311422,1689241,802,126,249 +Mexico,311423,23662200,802,126,249 +Mexico,311511,6301915,802,126,249 +Mexico,311513,15171576,802,126,249 +Mexico,311514,70939428,802,126,249 +Mexico,311520,3960496,802,126,249 +Mexico,311611,295144625,802,126,249 +Mexico,311613,4864575,802,126,249 +Mexico,311615,11864409,802,126,249 +Mexico,311711,29234145,802,126,249 +Mexico,311811,450902361,802,126,249 +Mexico,311822,6685758,802,126,249 +Mexico,311823,35898588,802,126,249 +Mexico,311911,29468040,802,126,249 +Mexico,311919,69632456,802,126,249 +Mexico,311920,188839879,802,126,249 +Mexico,311930,35697562,802,126,249 +Mexico,311941,84695825,802,126,249 +Mexico,311942,54820376,802,126,249 +Mexico,311999,167954608,802,126,249 +Mexico,312111,259176926,802,126,249 +Mexico,312112,14147990,802,126,249 +Mexico,312113,161742,802,126,249 +Mexico,312120,1681412662,802,126,249 +Mexico,312130,7859223,802,126,249 +Mexico,312140,707974254,802,126,249 +Mexico,312221,9112002,802,126,249 +Mexico,312229,5997309,802,126,249 +Mexico,313111,50881259,802,126,249 +Mexico,313113,29334756,802,126,249 +Mexico,313210,94390493,802,126,249 +Mexico,313221,188326631,802,126,249 +Mexico,313230,68499811,802,126,249 +Mexico,313249,27251480,802,126,249 +Mexico,313312,369551,802,126,249 +Mexico,313320,41973749,802,126,249 +Mexico,314110,10888486,802,126,249 +Mexico,314121,110997117,802,126,249 +Mexico,314129,215328830,802,126,249 +Mexico,314911,88050882,802,126,249 +Mexico,314912,1644793,802,126,249 +Mexico,314991,46802376,802,126,249 +Mexico,314992,18773515,802,126,249 +Mexico,314999,232721064,802,126,249 +Mexico,315111,131324411,802,126,249 +Mexico,315221,108723921,802,126,249 +Mexico,315222,150662451,802,126,249 +Mexico,315223,351492640,802,126,249 +Mexico,315224,1352687757,802,126,249 +Mexico,315228,239362657,802,126,249 +Mexico,315231,74551979,802,126,249 +Mexico,315232,409649406,802,126,249 +Mexico,315233,36649778,802,126,249 +Mexico,315234,37014083,802,126,249 +Mexico,315239,601704631,802,126,249 +Mexico,315291,3991800,802,126,249 +Mexico,315292,1183148,802,126,249 +Mexico,315991,26673268,802,126,249 +Mexico,315992,45788962,802,126,249 +Mexico,315993,46182,802,126,249 +Mexico,315999,194012263,802,126,249 +Mexico,316110,1324258915,802,126,249 +Mexico,316211,10493427,802,126,249 +Mexico,316212,37626,802,126,249 +Mexico,316213,92389027,802,126,249 +Mexico,316214,150175681,802,126,249 +Mexico,316219,24222676,802,126,249 +Mexico,316991,28022760,802,126,249 +Mexico,316992,8985242,802,126,249 +Mexico,316993,3175395,802,126,249 +Mexico,316999,64537510,802,126,249 +Mexico,321113,4717218,802,126,249 +Mexico,321114,411837,802,126,249 +Mexico,321211,1616037,802,126,249 +Mexico,321212,533439,802,126,249 +Mexico,321213,757229,802,126,249 +Mexico,321214,3457,802,126,249 +Mexico,321219,6703149,802,126,249 +Mexico,321911,20069860,802,126,249 +Mexico,321918,48316748,802,126,249 +Mexico,321920,11940946,802,126,249 +Mexico,321991,38653,802,126,249 +Mexico,321992,27173,802,126,249 +Mexico,321999,27578221,802,126,249 +Mexico,322110,4612472,802,126,249 +Mexico,322121,120589466,802,126,249 +Mexico,322122,180261,802,126,249 +Mexico,322130,36570653,802,126,249 +Mexico,322211,44566642,802,126,249 +Mexico,322212,27484207,802,126,249 +Mexico,322213,10897101,802,126,249 +Mexico,322214,1731331,802,126,249 +Mexico,322215,667835,802,126,249 +Mexico,322222,116178176,802,126,249 +Mexico,322223,178790855,802,126,249 +Mexico,322224,18020363,802,126,249 +Mexico,322232,36719362,802,126,249 +Mexico,322233,788280,802,126,249 +Mexico,322291,289948539,802,126,249 +Mexico,322299,77974153,802,126,249 +Mexico,323116,65027,802,126,249 +Mexico,323117,47622913,802,126,249 +Mexico,323118,155133873,802,126,249 +Mexico,323119,203361790,802,126,249 +Mexico,323122,96815,802,126,249 +Mexico,324110,3950714837,802,126,249 +Mexico,324121,128269,802,126,249 +Mexico,324122,28844369,802,126,249 +Mexico,325110,43620255,802,126,249 +Mexico,325120,15727342,802,126,249 +Mexico,325131,32444266,802,126,249 +Mexico,325132,38471602,802,126,249 +Mexico,325181,20238833,802,126,249 +Mexico,325182,20959123,802,126,249 +Mexico,325188,442943325,802,126,249 +Mexico,325191,22511354,802,126,249 +Mexico,325192,29774427,802,126,249 +Mexico,325193,6210,802,126,249 +Mexico,325199,346842436,802,126,249 +Mexico,325211,764081023,802,126,249 +Mexico,325212,195006411,802,126,249 +Mexico,325221,173410,802,126,249 +Mexico,325222,185283925,802,126,249 +Mexico,325311,28996067,802,126,249 +Mexico,325312,39201961,802,126,249 +Mexico,325320,60686332,802,126,249 +Mexico,325411,55762539,802,126,249 +Mexico,325412,198280946,802,126,249 +Mexico,325414,8740648,802,126,249 +Mexico,325510,68332850,802,126,249 +Mexico,325520,20447722,802,126,249 +Mexico,325611,426682179,802,126,249 +Mexico,325612,14583587,802,126,249 +Mexico,325613,95290188,802,126,249 +Mexico,325620,323589148,802,126,249 +Mexico,325910,450003212,802,126,249 +Mexico,325920,78035940,802,126,249 +Mexico,325992,75438341,802,126,249 +Mexico,325998,183133963,802,126,249 +Mexico,326112,1489791,802,126,249 +Mexico,326113,339674362,802,126,249 +Mexico,326121,6439076,802,126,249 +Mexico,326122,26545223,802,126,249 +Mexico,326160,87085727,802,126,249 +Mexico,326191,31680246,802,126,249 +Mexico,326192,8991205,802,126,249 +Mexico,326199,1382841844,802,126,249 +Mexico,326211,427747107,802,126,249 +Mexico,326212,129051,802,126,249 +Mexico,326220,386888571,802,126,249 +Mexico,326299,176814361,802,126,249 +Mexico,327111,330881320,802,126,249 +Mexico,327112,45570418,802,126,249 +Mexico,327113,16837662,802,126,249 +Mexico,327121,7712961,802,126,249 +Mexico,327122,212098684,802,126,249 +Mexico,327123,8256611,802,126,249 +Mexico,327124,79858476,802,126,249 +Mexico,327125,30636685,802,126,249 +Mexico,327211,172828707,802,126,249 +Mexico,327212,198829804,802,126,249 +Mexico,327213,318723314,802,126,249 +Mexico,327215,247945420,802,126,249 +Mexico,327310,42107632,802,126,249 +Mexico,327331,4229369,802,126,249 +Mexico,327390,93218466,802,126,249 +Mexico,327410,8446796,802,126,249 +Mexico,327420,23776500,802,126,249 +Mexico,327910,62595780,802,126,249 +Mexico,327991,70334647,802,126,249 +Mexico,327992,18158646,802,126,249 +Mexico,327993,140854407,802,126,249 +Mexico,327999,54040871,802,126,249 +Mexico,331111,2113425583,802,126,249 +Mexico,331112,63068087,802,126,249 +Mexico,331222,124437908,802,126,249 +Mexico,331311,746707,802,126,249 +Mexico,331312,90685471,802,126,249 +Mexico,331314,13502,802,126,249 +Mexico,331315,11169007,802,126,249 +Mexico,331316,59386644,802,126,249 +Mexico,331319,19479402,802,126,249 +Mexico,331411,218511546,802,126,249 +Mexico,331419,6276055830,802,126,249 +Mexico,331421,278600061,802,126,249 +Mexico,331422,360058906,802,126,249 +Mexico,331491,184837184,802,126,249 +Mexico,331492,3754277,802,126,249 +Mexico,331511,64350280,802,126,249 +Mexico,332115,109069358,802,126,249 +Mexico,332211,133100728,802,126,249 +Mexico,332212,117057864,802,126,249 +Mexico,332213,7642241,802,126,249 +Mexico,332214,2934377,802,126,249 +Mexico,332311,9221009,802,126,249 +Mexico,332312,494024058,802,126,249 +Mexico,332321,72685174,802,126,249 +Mexico,332322,412316,802,126,249 +Mexico,332323,637270,802,126,249 +Mexico,332410,187774226,802,126,249 +Mexico,332420,84633031,802,126,249 +Mexico,332431,35944832,802,126,249 +Mexico,332439,71849671,802,126,249 +Mexico,332510,986284009,802,126,249 +Mexico,332611,339414489,802,126,249 +Mexico,332618,107553892,802,126,249 +Mexico,332722,46039086,802,126,249 +Mexico,332911,1190795571,802,126,249 +Mexico,332912,214093639,802,126,249 +Mexico,332913,93207689,802,126,249 +Mexico,332919,123548807,802,126,249 +Mexico,332991,125309227,802,126,249 +Mexico,332992,6779512,802,126,249 +Mexico,332994,21763970,802,126,249 +Mexico,332997,699223,802,126,249 +Mexico,332998,30949714,802,126,249 +Mexico,332999,716366044,802,126,249 +Mexico,333111,825547600,802,126,249 +Mexico,333120,1245309679,802,126,249 +Mexico,333131,66153642,802,126,249 +Mexico,333132,176337029,802,126,249 +Mexico,333210,33050294,802,126,249 +Mexico,333220,13812467,802,126,249 +Mexico,333291,3260005,802,126,249 +Mexico,333292,102064435,802,126,249 +Mexico,333293,3116436,802,126,249 +Mexico,333294,17420506,802,126,249 +Mexico,333295,21663021,802,126,249 +Mexico,333298,28704324,802,126,249 +Mexico,333311,27786279,802,126,249 +Mexico,333313,23881243,802,126,249 +Mexico,333314,92782619,802,126,249 +Mexico,333315,42563553,802,126,249 +Mexico,333319,17144486,802,126,249 +Mexico,333411,109207771,802,126,249 +Mexico,333412,176128395,802,126,249 +Mexico,333414,34170336,802,126,249 +Mexico,333415,2457523333,802,126,249 +Mexico,333511,11834243,802,126,249 +Mexico,333512,5112160,802,126,249 +Mexico,333513,6542392,802,126,249 +Mexico,333514,5839697,802,126,249 +Mexico,333515,37576775,802,126,249 +Mexico,333516,1329694,802,126,249 +Mexico,333611,477617110,802,126,249 +Mexico,333612,160627395,802,126,249 +Mexico,333613,193285803,802,126,249 +Mexico,333618,2462940935,802,126,249 +Mexico,333911,391867180,802,126,249 +Mexico,333912,184495877,802,126,249 +Mexico,333913,3897629,802,126,249 +Mexico,333921,134614938,802,126,249 +Mexico,333922,20350743,802,126,249 +Mexico,333923,31192261,802,126,249 +Mexico,333924,153020752,802,126,249 +Mexico,333991,527506535,802,126,249 +Mexico,333992,110574218,802,126,249 +Mexico,333993,5858595,802,126,249 +Mexico,333994,19352161,802,126,249 +Mexico,333995,77060533,802,126,249 +Mexico,333996,106545109,802,126,249 +Mexico,333997,134080712,802,126,249 +Mexico,333999,730429215,802,126,249 +Mexico,334111,10101222662,802,126,249 +Mexico,334112,419125231,802,126,249 +Mexico,334119,2699253390,802,126,249 +Mexico,334210,92296328,802,126,249 +Mexico,334220,13712784169,802,126,249 +Mexico,334290,336434992,802,126,249 +Mexico,334310,16550473515,802,126,249 +Mexico,334411,86405,802,126,249 +Mexico,334412,40858421,802,126,249 +Mexico,334413,1105740654,802,126,249 +Mexico,334414,205826672,802,126,249 +Mexico,334415,178805635,802,126,249 +Mexico,334416,204161974,802,126,249 +Mexico,334417,1024443373,802,126,249 +Mexico,334418,357230118,802,126,249 +Mexico,334419,778570957,802,126,249 +Mexico,334510,1037307884,802,126,249 +Mexico,334511,693920192,802,126,249 +Mexico,334512,425914708,802,126,249 +Mexico,334513,1874845008,802,126,249 +Mexico,334514,200382181,802,126,249 +Mexico,334515,564428839,802,126,249 +Mexico,334516,97857859,802,126,249 +Mexico,334517,72014617,802,126,249 +Mexico,334518,15940243,802,126,249 +Mexico,334519,45027997,802,126,249 +Mexico,334612,9123790,802,126,249 +Mexico,334613,125026608,802,126,249 +Mexico,335110,138680660,802,126,249 +Mexico,335121,35798337,802,126,249 +Mexico,335129,917774379,802,126,249 +Mexico,335211,445993958,802,126,249 +Mexico,335212,366234531,802,126,249 +Mexico,335221,494113697,802,126,249 +Mexico,335222,2232217956,802,126,249 +Mexico,335224,522949556,802,126,249 +Mexico,335228,551164536,802,126,249 +Mexico,335311,1043331328,802,126,249 +Mexico,335312,2312705835,802,126,249 +Mexico,335313,1311781634,802,126,249 +Mexico,335314,2187624089,802,126,249 +Mexico,335911,543637044,802,126,249 +Mexico,335912,10149211,802,126,249 +Mexico,335921,223879153,802,126,249 +Mexico,335929,1648947351,802,126,249 +Mexico,335931,672270305,802,126,249 +Mexico,335932,46057187,802,126,249 +Mexico,335991,84448374,802,126,249 +Mexico,335999,1016571287,802,126,249 +Mexico,336111,14490574462,802,126,249 +Mexico,336120,13084956249,802,126,249 +Mexico,336211,127478249,802,126,249 +Mexico,336212,272672460,802,126,249 +Mexico,336213,147595,802,126,249 +Mexico,336214,38131063,802,126,249 +Mexico,336311,3184639386,802,126,249 +Mexico,336321,480132974,802,126,249 +Mexico,336322,5277806872,802,126,249 +Mexico,336330,1352105993,802,126,249 +Mexico,336340,949394938,802,126,249 +Mexico,336350,3303515567,802,126,249 +Mexico,336360,2358318239,802,126,249 +Mexico,336370,68895135,802,126,249 +Mexico,336391,514991960,802,126,249 +Mexico,336399,6316885525,802,126,249 +Mexico,336411,3122,802,126,249 +Mexico,336412,407441068,802,126,249 +Mexico,336413,283250481,802,126,249 +Mexico,336419,127749,802,126,249 +Mexico,336510,96690495,802,126,249 +Mexico,336611,1352487,802,126,249 +Mexico,336612,65955578,802,126,249 +Mexico,336991,32164268,802,126,249 +Mexico,336992,22952002,802,126,249 +Mexico,337110,10197124,802,126,249 +Mexico,337121,2198915,802,126,249 +Mexico,337124,199695076,802,126,249 +Mexico,337127,510523481,802,126,249 +Mexico,337129,260484,802,126,249 +Mexico,337211,28416065,802,126,249 +Mexico,337214,34253527,802,126,249 +Mexico,337215,340596951,802,126,249 +Mexico,337910,91789321,802,126,249 +Mexico,337920,150180349,802,126,249 +Mexico,339112,3218901669,802,126,249 +Mexico,339113,961213506,802,126,249 +Mexico,339114,78984386,802,126,249 +Mexico,339115,223428263,802,126,249 +Mexico,339911,300839013,802,126,249 +Mexico,339912,716377,802,126,249 +Mexico,339913,23241125,802,126,249 +Mexico,339914,8647766,802,126,249 +Mexico,339920,159255126,802,126,249 +Mexico,339932,345462204,802,126,249 +Mexico,339941,123773975,802,126,249 +Mexico,339942,27172017,802,126,249 +Mexico,339943,2120579,802,126,249 +Mexico,339944,22693791,802,126,249 +Mexico,339950,16673967,802,126,249 +Mexico,339991,387819149,802,126,249 +Mexico,339992,48878395,802,126,249 +Mexico,339993,15328932,802,126,249 +Mexico,339994,104718169,802,126,249 +Mexico,339995,52552970,802,126,249 +Mexico,339999,284755789,802,126,249 +Mexico,511210,2115992,802,126,249 +Mexico,910000,729506265,802,126,249 +Mexico,920000,50001962,802,126,249 +Mexico,980000,5274078984,802,126,249 +Mexico,990000,1995012896,802,126,249 +Micronesia,112511,13240,808,127,250 +Micronesia,114111,4981313,808,127,250 +Micronesia,114112,5641,808,127,250 +Micronesia,114119,32175,808,127,250 +Micronesia,312113,89382,808,127,250 +Micronesia,315233,640,808,127,250 +Micronesia,315234,6847,808,127,250 +Micronesia,321999,140514,808,127,250 +Micronesia,334119,73749,808,127,250 +Micronesia,334220,2493,808,127,250 +Micronesia,334513,11370,808,127,250 +Micronesia,920000,625242,808,127,250 +Micronesia,980000,71898,808,127,250 +Micronesia,990000,150431,808,127,250 +Moldova,111120,2750,804,128,251 +Moldova,112910,190986,804,128,251 +Moldova,311223,2251,804,128,251 +Moldova,311340,72537,804,128,251 +Moldova,311421,327624,804,128,251 +Moldova,311811,492081,804,128,251 +Moldova,311911,90617,804,128,251 +Moldova,311941,42574,804,128,251 +Moldova,312130,1213754,804,128,251 +Moldova,312140,1927906,804,128,251 +Moldova,314121,45308,804,128,251 +Moldova,314129,1288476,804,128,251 +Moldova,314999,48576,804,128,251 +Moldova,315221,11012,804,128,251 +Moldova,315222,167988,804,128,251 +Moldova,315223,509204,804,128,251 +Moldova,315224,18775,804,128,251 +Moldova,315228,915885,804,128,251 +Moldova,315231,1390,804,128,251 +Moldova,315232,246688,804,128,251 +Moldova,315233,90813,804,128,251 +Moldova,315234,1265360,804,128,251 +Moldova,315239,1243795,804,128,251 +Moldova,315291,16798,804,128,251 +Moldova,315292,2433,804,128,251 +Moldova,315991,45174,804,128,251 +Moldova,315999,38255,804,128,251 +Moldova,316211,6286,804,128,251 +Moldova,316213,9221,804,128,251 +Moldova,316214,650399,804,128,251 +Moldova,316991,86416,804,128,251 +Moldova,316992,32822,804,128,251 +Moldova,316993,1214728,804,128,251 +Moldova,323117,8300,804,128,251 +Moldova,325998,8395,804,128,251 +Moldova,326122,439,804,128,251 +Moldova,326199,64418,804,128,251 +Moldova,327212,61644,804,128,251 +Moldova,333132,79008,804,128,251 +Moldova,333511,32872,804,128,251 +Moldova,334418,4534,804,128,251 +Moldova,335314,9725,804,128,251 +Moldova,335929,7177,804,128,251 +Moldova,335999,4065,804,128,251 +Moldova,336360,23025,804,128,251 +Moldova,339912,13441,804,128,251 +Moldova,339932,12239,804,128,251 +Moldova,339999,411680,804,128,251 +Moldova,920000,6060,804,128,251 +Moldova,980000,99873,804,128,251 +Moldova,990000,147042,804,128,251 +Monaco,111150,4387,804,129,252 +Monaco,112910,19935,804,129,252 +Monaco,311320,8155,804,129,252 +Monaco,311340,59222,804,129,252 +Monaco,311421,38612,804,129,252 +Monaco,311999,294984,804,129,252 +Monaco,313221,1555,804,129,252 +Monaco,315223,2596,804,129,252 +Monaco,315231,280,804,129,252 +Monaco,315232,28804,804,129,252 +Monaco,315233,44831,804,129,252 +Monaco,315234,12357,804,129,252 +Monaco,315239,18564,804,129,252 +Monaco,315292,1805,804,129,252 +Monaco,315999,757,804,129,252 +Monaco,316110,30529,804,129,252 +Monaco,316213,8130,804,129,252 +Monaco,316991,1139,804,129,252 +Monaco,316992,12304,804,129,252 +Monaco,316993,340,804,129,252 +Monaco,321211,373617,804,129,252 +Monaco,323117,3460,804,129,252 +Monaco,325188,7471,804,129,252 +Monaco,325199,1264909,804,129,252 +Monaco,325412,10762,804,129,252 +Monaco,325611,234025,804,129,252 +Monaco,325620,13532954,804,129,252 +Monaco,325910,27366,804,129,252 +Monaco,326122,32768,804,129,252 +Monaco,326160,3565,804,129,252 +Monaco,326199,94255,804,129,252 +Monaco,326211,50204,804,129,252 +Monaco,326299,19619,804,129,252 +Monaco,327112,10619,804,129,252 +Monaco,327215,12477,804,129,252 +Monaco,332722,3449,804,129,252 +Monaco,332911,464218,804,129,252 +Monaco,332912,148851,804,129,252 +Monaco,333111,111013,804,129,252 +Monaco,333319,4287,804,129,252 +Monaco,333415,31550,804,129,252 +Monaco,333618,107090,804,129,252 +Monaco,333992,7498,804,129,252 +Monaco,333999,9747,804,129,252 +Monaco,334111,3725,804,129,252 +Monaco,334112,18050,804,129,252 +Monaco,334210,2867,804,129,252 +Monaco,334220,554430,804,129,252 +Monaco,334310,46138,804,129,252 +Monaco,334413,2736,804,129,252 +Monaco,334419,18744,804,129,252 +Monaco,334511,12939,804,129,252 +Monaco,334518,11461,804,129,252 +Monaco,335121,4465,804,129,252 +Monaco,335224,101767,804,129,252 +Monaco,335312,5580,804,129,252 +Monaco,335314,31811,804,129,252 +Monaco,335929,7871,804,129,252 +Monaco,335931,19393,804,129,252 +Monaco,335999,498518,804,129,252 +Monaco,336120,181774,804,129,252 +Monaco,336311,150673,804,129,252 +Monaco,336321,3120,804,129,252 +Monaco,336322,2323,804,129,252 +Monaco,336330,3428,804,129,252 +Monaco,336360,94974,804,129,252 +Monaco,336399,105445,804,129,252 +Monaco,337124,4969,804,129,252 +Monaco,337127,210740,804,129,252 +Monaco,339911,49027,804,129,252 +Monaco,339914,614408,804,129,252 +Monaco,339991,334,804,129,252 +Monaco,339999,6433,804,129,252 +Monaco,920000,1013149,804,129,252 +Monaco,980000,4145121,804,129,252 +Monaco,990000,474092,804,129,252 +Mongolia,112420,51672,807,130,253 +Mongolia,212299,244208,807,130,253 +Mongolia,212393,6298633,807,130,253 +Mongolia,311311,759476,807,130,253 +Mongolia,311999,722418,807,130,253 +Mongolia,313111,10737,807,130,253 +Mongolia,314110,2604,807,130,253 +Mongolia,314129,97448,807,130,253 +Mongolia,314999,3076,807,130,253 +Mongolia,315221,1598421,807,130,253 +Mongolia,315222,419,807,130,253 +Mongolia,315223,357040,807,130,253 +Mongolia,315224,235792,807,130,253 +Mongolia,315228,76086,807,130,253 +Mongolia,315231,1666,807,130,253 +Mongolia,315232,113926,807,130,253 +Mongolia,315233,17959,807,130,253 +Mongolia,315234,10634,807,130,253 +Mongolia,315239,57782,807,130,253 +Mongolia,315292,2302,807,130,253 +Mongolia,315991,5370,807,130,253 +Mongolia,315992,6222,807,130,253 +Mongolia,315999,70811,807,130,253 +Mongolia,316213,1287,807,130,253 +Mongolia,316214,746,807,130,253 +Mongolia,316219,642,807,130,253 +Mongolia,316992,321,807,130,253 +Mongolia,321113,19335,807,130,253 +Mongolia,321992,37107,807,130,253 +Mongolia,325414,3685,807,130,253 +Mongolia,326199,58202,807,130,253 +Mongolia,332618,39213,807,130,253 +Mongolia,332912,27604,807,130,253 +Mongolia,334111,32343,807,130,253 +Mongolia,334119,7870,807,130,253 +Mongolia,334515,8655,807,130,253 +Mongolia,335911,2888,807,130,253 +Mongolia,335931,5668,807,130,253 +Mongolia,335999,13037,807,130,253 +Mongolia,336399,32958,807,130,253 +Mongolia,339932,12206,807,130,253 +Mongolia,339991,2118,807,130,253 +Mongolia,339992,2599,807,130,253 +Mongolia,339999,8431,807,130,253 +Mongolia,920000,388937,807,130,253 +Mongolia,980000,1290625,807,130,253 +Mongolia,990000,37614,807,130,253 +Montenegro,311423,70293,804,131,254 +Montenegro,311811,4633,804,131,254 +Montenegro,311920,7302,804,131,254 +Montenegro,312120,19155,804,131,254 +Montenegro,312130,371094,804,131,254 +Montenegro,315111,450,804,131,254 +Montenegro,315222,1059,804,131,254 +Montenegro,315223,287,804,131,254 +Montenegro,315224,1885,804,131,254 +Montenegro,315231,781,804,131,254 +Montenegro,315232,3984,804,131,254 +Montenegro,315233,2573,804,131,254 +Montenegro,315234,49379,804,131,254 +Montenegro,315239,5709,804,131,254 +Montenegro,315999,535,804,131,254 +Montenegro,323117,18687,804,131,254 +Montenegro,323119,3484,804,131,254 +Montenegro,325212,40486,804,131,254 +Montenegro,325998,90070,804,131,254 +Montenegro,326211,1348063,804,131,254 +Montenegro,331315,2974,804,131,254 +Montenegro,331421,1155913,804,131,254 +Montenegro,331422,3268,804,131,254 +Montenegro,332991,9599,804,131,254 +Montenegro,332994,23833,804,131,254 +Montenegro,332995,4189,804,131,254 +Montenegro,333315,24037,804,131,254 +Montenegro,333512,8800,804,131,254 +Montenegro,333911,10120,804,131,254 +Montenegro,333999,48865,804,131,254 +Montenegro,334111,8276,804,131,254 +Montenegro,334119,3042,804,131,254 +Montenegro,334220,181259,804,131,254 +Montenegro,334413,8999,804,131,254 +Montenegro,334418,8490,804,131,254 +Montenegro,334419,3003,804,131,254 +Montenegro,334511,12003,804,131,254 +Montenegro,335129,28978,804,131,254 +Montenegro,335314,33083,804,131,254 +Montenegro,335931,4582,804,131,254 +Montenegro,336330,14292,804,131,254 +Montenegro,336412,9039,804,131,254 +Montenegro,339112,225176,804,131,254 +Montenegro,339920,8728,804,131,254 +Montenegro,339991,3575,804,131,254 +Montenegro,339992,4319,804,131,254 +Montenegro,910000,35465,804,131,254 +Montenegro,920000,18115,804,131,254 +Montenegro,980000,165133,804,131,254 +Montenegro,990000,36625,804,131,254 +Montserrat,315232,3198,803,132,255 +Montserrat,315233,461,803,132,255 +Montserrat,316110,6625,803,132,255 +Montserrat,322222,1178,803,132,255 +Montserrat,326199,1269,803,132,255 +Montserrat,333415,9079,803,132,255 +Montserrat,333618,24014,803,132,255 +Montserrat,334111,2429,803,132,255 +Montserrat,334112,113678,803,132,255 +Montserrat,334119,3397,803,132,255 +Montserrat,334220,42062,803,132,255 +Montserrat,334513,14106,803,132,255 +Montserrat,335312,4889,803,132,255 +Montserrat,336311,5038,803,132,255 +Montserrat,336360,9365,803,132,255 +Montserrat,336399,29831,803,132,255 +Montserrat,337215,25062,803,132,255 +Montserrat,920000,3227,803,132,255 +Montserrat,980000,209275,803,132,255 +Montserrat,990000,23849,803,132,255 +Morocco,111130,10115,805,133,256 +Morocco,111219,152317,805,133,256 +Morocco,111310,182357,805,133,256 +Morocco,111320,44215113,805,133,256 +Morocco,111411,285057,805,133,256 +Morocco,111421,577279,805,133,256 +Morocco,111422,12421,805,133,256 +Morocco,111998,4016212,805,133,256 +Morocco,112910,2493,805,133,256 +Morocco,113210,105408,805,133,256 +Morocco,114111,8074412,805,133,256 +Morocco,114112,333513,805,133,256 +Morocco,114119,357004,805,133,256 +Morocco,212299,263124,805,133,256 +Morocco,212311,72818,805,133,256 +Morocco,212319,21102,805,133,256 +Morocco,212325,7656,805,133,256 +Morocco,212392,148927777,805,133,256 +Morocco,212393,5176050,805,133,256 +Morocco,212399,69322509,805,133,256 +Morocco,311211,2912819,805,133,256 +Morocco,311223,29838455,805,133,256 +Morocco,311225,11636,805,133,256 +Morocco,311340,1339525,805,133,256 +Morocco,311411,52052,805,133,256 +Morocco,311421,44237225,805,133,256 +Morocco,311423,3604621,805,133,256 +Morocco,311711,33193052,805,133,256 +Morocco,311823,6973,805,133,256 +Morocco,311920,7945629,805,133,256 +Morocco,311941,81060,805,133,256 +Morocco,311942,165114,805,133,256 +Morocco,311999,5352334,805,133,256 +Morocco,312120,64135,805,133,256 +Morocco,312130,119148,805,133,256 +Morocco,313111,4675,805,133,256 +Morocco,313210,335117,805,133,256 +Morocco,313221,8591,805,133,256 +Morocco,313230,13071,805,133,256 +Morocco,313249,2289,805,133,256 +Morocco,314110,1588134,805,133,256 +Morocco,314121,9248,805,133,256 +Morocco,314129,117618,805,133,256 +Morocco,314911,3425,805,133,256 +Morocco,314912,9364,805,133,256 +Morocco,314999,7679,805,133,256 +Morocco,315111,56827,805,133,256 +Morocco,315221,64730,805,133,256 +Morocco,315222,2603193,805,133,256 +Morocco,315223,3367300,805,133,256 +Morocco,315224,4773789,805,133,256 +Morocco,315228,3741042,805,133,256 +Morocco,315231,5000514,805,133,256 +Morocco,315232,6933455,805,133,256 +Morocco,315233,5123073,805,133,256 +Morocco,315234,10875010,805,133,256 +Morocco,315239,21541545,805,133,256 +Morocco,315291,753284,805,133,256 +Morocco,315292,361759,805,133,256 +Morocco,315991,15815,805,133,256 +Morocco,315992,3277,805,133,256 +Morocco,315993,456857,805,133,256 +Morocco,315999,645227,805,133,256 +Morocco,316110,15986,805,133,256 +Morocco,316211,377525,805,133,256 +Morocco,316212,4618,805,133,256 +Morocco,316213,3621687,805,133,256 +Morocco,316214,2909261,805,133,256 +Morocco,316219,90714,805,133,256 +Morocco,316991,782781,805,133,256 +Morocco,316992,1100206,805,133,256 +Morocco,316993,145593,805,133,256 +Morocco,316999,336662,805,133,256 +Morocco,321213,3278,805,133,256 +Morocco,321911,128086,805,133,256 +Morocco,321920,64000,805,133,256 +Morocco,321999,307111,805,133,256 +Morocco,322211,4452,805,133,256 +Morocco,322222,5882,805,133,256 +Morocco,322223,1533,805,133,256 +Morocco,322299,21123,805,133,256 +Morocco,323117,31008,805,133,256 +Morocco,323119,187540,805,133,256 +Morocco,325131,33152,805,133,256 +Morocco,325188,2254801,805,133,256 +Morocco,325191,329761,805,133,256 +Morocco,325199,664876,805,133,256 +Morocco,325211,21289,805,133,256 +Morocco,325212,22336,805,133,256 +Morocco,325312,74149508,805,133,256 +Morocco,325411,4983200,805,133,256 +Morocco,325611,11377,805,133,256 +Morocco,325620,8854139,805,133,256 +Morocco,325910,5199,805,133,256 +Morocco,325998,541679,805,133,256 +Morocco,326191,269,805,133,256 +Morocco,326192,2009,805,133,256 +Morocco,326199,68987,805,133,256 +Morocco,326220,549881,805,133,256 +Morocco,326299,3625,805,133,256 +Morocco,327112,316301,805,133,256 +Morocco,327113,4041,805,133,256 +Morocco,327122,143559,805,133,256 +Morocco,327212,379054,805,133,256 +Morocco,327213,5246,805,133,256 +Morocco,327215,94391,805,133,256 +Morocco,327390,930440,805,133,256 +Morocco,327420,3575,805,133,256 +Morocco,327910,532966,805,133,256 +Morocco,327991,203168,805,133,256 +Morocco,327993,6450,805,133,256 +Morocco,327999,266968,805,133,256 +Morocco,331312,75147,805,133,256 +Morocco,331316,10000,805,133,256 +Morocco,331319,3914,805,133,256 +Morocco,331419,8148678,805,133,256 +Morocco,331422,4458,805,133,256 +Morocco,331491,1088402,805,133,256 +Morocco,332321,11986,805,133,256 +Morocco,332510,2782,805,133,256 +Morocco,332618,6639,805,133,256 +Morocco,332722,18629,805,133,256 +Morocco,332911,128424,805,133,256 +Morocco,332912,10023,805,133,256 +Morocco,332913,6491,805,133,256 +Morocco,332999,177753,805,133,256 +Morocco,333220,10535,805,133,256 +Morocco,333292,73736,805,133,256 +Morocco,333293,6532,805,133,256 +Morocco,333313,3704,805,133,256 +Morocco,333314,20628,805,133,256 +Morocco,333315,29683,805,133,256 +Morocco,333412,216075,805,133,256 +Morocco,333414,17166,805,133,256 +Morocco,333911,2927,805,133,256 +Morocco,333912,13208,805,133,256 +Morocco,333991,21589,805,133,256 +Morocco,333999,74470,805,133,256 +Morocco,334111,16907,805,133,256 +Morocco,334119,71675,805,133,256 +Morocco,334210,64631,805,133,256 +Morocco,334220,96928,805,133,256 +Morocco,334290,2630,805,133,256 +Morocco,334310,2928,805,133,256 +Morocco,334412,26026,805,133,256 +Morocco,334413,93284364,805,133,256 +Morocco,334414,124522,805,133,256 +Morocco,334415,10240,805,133,256 +Morocco,334416,717947,805,133,256 +Morocco,334417,678377,805,133,256 +Morocco,334418,181604,805,133,256 +Morocco,334419,192711,805,133,256 +Morocco,334510,745578,805,133,256 +Morocco,334512,14002,805,133,256 +Morocco,334513,1565058,805,133,256 +Morocco,334515,35386,805,133,256 +Morocco,334516,88859,805,133,256 +Morocco,334517,19790,805,133,256 +Morocco,334519,993825,805,133,256 +Morocco,334612,51092,805,133,256 +Morocco,335121,312336,805,133,256 +Morocco,335129,417933,805,133,256 +Morocco,335221,3650,805,133,256 +Morocco,335311,3720,805,133,256 +Morocco,335312,1639558,805,133,256 +Morocco,335313,191266,805,133,256 +Morocco,335314,975035,805,133,256 +Morocco,335911,11116,805,133,256 +Morocco,335929,105012,805,133,256 +Morocco,335931,926308,805,133,256 +Morocco,335999,451717,805,133,256 +Morocco,336322,20429465,805,133,256 +Morocco,336350,4761,805,133,256 +Morocco,336399,1708693,805,133,256 +Morocco,336412,26815,805,133,256 +Morocco,336413,53706,805,133,256 +Morocco,337124,185244,805,133,256 +Morocco,337127,686798,805,133,256 +Morocco,337211,3256,805,133,256 +Morocco,337214,2406,805,133,256 +Morocco,337215,14200,805,133,256 +Morocco,337910,10617,805,133,256 +Morocco,339112,88552,805,133,256 +Morocco,339113,2086,805,133,256 +Morocco,339911,192136,805,133,256 +Morocco,339913,326651,805,133,256 +Morocco,339914,24267,805,133,256 +Morocco,339920,170082,805,133,256 +Morocco,339932,165633,805,133,256 +Morocco,339950,591,805,133,256 +Morocco,339991,1572,805,133,256 +Morocco,339992,5199,805,133,256 +Morocco,339993,8231,805,133,256 +Morocco,339999,189868,805,133,256 +Morocco,910000,399404,805,133,256 +Morocco,920000,2524183,805,133,256 +Morocco,980000,18539949,805,133,256 +Morocco,990000,7333139,805,133,256 +Mozambique,111120,33049,805,134,257 +Mozambique,111335,9368232,805,134,257 +Mozambique,112990,17006,805,134,257 +Mozambique,212299,17421828,805,134,257 +Mozambique,212399,2283,805,134,257 +Mozambique,311311,25056783,805,134,257 +Mozambique,311911,110751,805,134,257 +Mozambique,311920,386510,805,134,257 +Mozambique,315221,645,805,134,257 +Mozambique,315228,544,805,134,257 +Mozambique,315233,499,805,134,257 +Mozambique,315234,24987,805,134,257 +Mozambique,316991,888,805,134,257 +Mozambique,316993,2782,805,134,257 +Mozambique,321113,61846,805,134,257 +Mozambique,321211,20826,805,134,257 +Mozambique,321920,3585,805,134,257 +Mozambique,321999,3101,805,134,257 +Mozambique,322211,3496,805,134,257 +Mozambique,322212,9384,805,134,257 +Mozambique,325998,2611,805,134,257 +Mozambique,326199,9222,805,134,257 +Mozambique,327991,51763,805,134,257 +Mozambique,331111,6910565,805,134,257 +Mozambique,332722,6379,805,134,257 +Mozambique,333415,6197,805,134,257 +Mozambique,333999,9675,805,134,257 +Mozambique,334111,404421,805,134,257 +Mozambique,334220,29252,805,134,257 +Mozambique,334310,47918,805,134,257 +Mozambique,334412,30487,805,134,257 +Mozambique,334413,7950,805,134,257 +Mozambique,334419,19970,805,134,257 +Mozambique,334513,8004,805,134,257 +Mozambique,334515,22112,805,134,257 +Mozambique,335129,4038,805,134,257 +Mozambique,335929,2322,805,134,257 +Mozambique,336411,43000,805,134,257 +Mozambique,336510,10216,805,134,257 +Mozambique,339911,3024,805,134,257 +Mozambique,339913,4059084,805,134,257 +Mozambique,339991,18791,805,134,257 +Mozambique,339992,10072,805,134,257 +Mozambique,339999,52447,805,134,257 +Mozambique,920000,4378,805,134,257 +Mozambique,980000,1856256,805,134,257 +Mozambique,990000,125607,805,134,257 +Namibia,111998,66647,805,136,259 +Namibia,114111,1154760,805,136,259 +Namibia,114112,89095,805,136,259 +Namibia,212291,137765053,805,136,259 +Namibia,212399,6901,805,136,259 +Namibia,311611,23661,805,136,259 +Namibia,311613,3341,805,136,259 +Namibia,314110,6539,805,136,259 +Namibia,314129,21084,805,136,259 +Namibia,315228,420,805,136,259 +Namibia,315234,19014,805,136,259 +Namibia,315292,852,805,136,259 +Namibia,316110,19641,805,136,259 +Namibia,316213,5868,805,136,259 +Namibia,316991,11199,805,136,259 +Namibia,316992,7616,805,136,259 +Namibia,316999,1462,805,136,259 +Namibia,321211,95268,805,136,259 +Namibia,321999,66626,805,136,259 +Namibia,323117,6609,805,136,259 +Namibia,325191,5402,805,136,259 +Namibia,325414,31000,805,136,259 +Namibia,326199,3514,805,136,259 +Namibia,326299,678,805,136,259 +Namibia,327212,10820,805,136,259 +Namibia,327910,40086,805,136,259 +Namibia,327991,736677,805,136,259 +Namibia,332410,2544,805,136,259 +Namibia,333618,143170,805,136,259 +Namibia,333995,6179,805,136,259 +Namibia,333996,3149,805,136,259 +Namibia,334111,503792,805,136,259 +Namibia,334112,3957,805,136,259 +Namibia,334220,22948,805,136,259 +Namibia,334310,2053,805,136,259 +Namibia,334413,12695,805,136,259 +Namibia,334417,10933,805,136,259 +Namibia,334418,3446,805,136,259 +Namibia,334519,2280,805,136,259 +Namibia,334612,4305,805,136,259 +Namibia,335121,2467,805,136,259 +Namibia,335129,357,805,136,259 +Namibia,335311,49427,805,136,259 +Namibia,335911,5867,805,136,259 +Namibia,336311,9873,805,136,259 +Namibia,336330,1122794,805,136,259 +Namibia,339911,31471,805,136,259 +Namibia,339913,51853676,805,136,259 +Namibia,339914,3375,805,136,259 +Namibia,339991,1736,805,136,259 +Namibia,920000,61188,805,136,259 +Namibia,980000,1407219,805,136,259 +Namibia,990000,153029,805,136,259 +Nauru,314110,460,808,137,260 +Nauru,314129,2583,808,137,260 +Nauru,315228,19019,808,137,260 +Nauru,315233,2363,808,137,260 +Nauru,315234,1254,808,137,260 +Nauru,315239,17520,808,137,260 +Nauru,315999,2399,808,137,260 +Nauru,323119,2288,808,137,260 +Nauru,326199,2556,808,137,260 +Nauru,327910,11408,808,137,260 +Nauru,332912,63404,808,137,260 +Nauru,333515,2168,808,137,260 +Nauru,333613,3776,808,137,260 +Nauru,333997,2083,808,137,260 +Nauru,333999,5974,808,137,260 +Nauru,334310,65381,808,137,260 +Nauru,334513,9162,808,137,260 +Nauru,339113,2992,808,137,260 +Nauru,339999,1450,808,137,260 +Nauru,990000,7879,808,137,260 +Nepal,111130,40646,806,138,261 +Nepal,111421,58762,806,138,261 +Nepal,111998,9061,806,138,261 +Nepal,112910,5750,806,138,261 +Nepal,112930,7725,806,138,261 +Nepal,212393,4198,806,138,261 +Nepal,311111,337701,806,138,261 +Nepal,311211,13167,806,138,261 +Nepal,311613,36425,806,138,261 +Nepal,311920,86439,806,138,261 +Nepal,311942,61250,806,138,261 +Nepal,311999,47380,806,138,261 +Nepal,312120,30407,806,138,261 +Nepal,312229,1058089,806,138,261 +Nepal,313111,30544,806,138,261 +Nepal,313210,18604,806,138,261 +Nepal,313221,156246,806,138,261 +Nepal,313230,27056,806,138,261 +Nepal,313249,1054,806,138,261 +Nepal,313312,353,806,138,261 +Nepal,313320,348,806,138,261 +Nepal,314110,26453464,806,138,261 +Nepal,314121,9915,806,138,261 +Nepal,314129,879308,806,138,261 +Nepal,314911,343193,806,138,261 +Nepal,314991,2861,806,138,261 +Nepal,314999,329624,806,138,261 +Nepal,315111,34571,806,138,261 +Nepal,315221,6197,806,138,261 +Nepal,315222,130122,806,138,261 +Nepal,315223,1518975,806,138,261 +Nepal,315224,140294,806,138,261 +Nepal,315228,1718027,806,138,261 +Nepal,315231,124378,806,138,261 +Nepal,315232,2170841,806,138,261 +Nepal,315233,1779706,806,138,261 +Nepal,315234,1547874,806,138,261 +Nepal,315239,1532448,806,138,261 +Nepal,315291,74974,806,138,261 +Nepal,315292,65101,806,138,261 +Nepal,315991,4059432,806,138,261 +Nepal,315992,1358089,806,138,261 +Nepal,315999,3180486,806,138,261 +Nepal,316211,2595,806,138,261 +Nepal,316212,24387,806,138,261 +Nepal,316214,22112,806,138,261 +Nepal,316219,82452,806,138,261 +Nepal,316991,1162434,806,138,261 +Nepal,316992,501751,806,138,261 +Nepal,316993,386488,806,138,261 +Nepal,316999,4328,806,138,261 +Nepal,321213,23077,806,138,261 +Nepal,321911,32005,806,138,261 +Nepal,321920,16988,806,138,261 +Nepal,321999,101952,806,138,261 +Nepal,322110,47200,806,138,261 +Nepal,322121,134804,806,138,261 +Nepal,322122,7023,806,138,261 +Nepal,322211,74741,806,138,261 +Nepal,322212,15797,806,138,261 +Nepal,322213,10246,806,138,261 +Nepal,322222,492266,806,138,261 +Nepal,322223,89932,806,138,261 +Nepal,322233,47989,806,138,261 +Nepal,322299,80728,806,138,261 +Nepal,323117,2221,806,138,261 +Nepal,323118,354960,806,138,261 +Nepal,323119,65101,806,138,261 +Nepal,325188,102160,806,138,261 +Nepal,325199,3410,806,138,261 +Nepal,325992,16423,806,138,261 +Nepal,325998,91853,806,138,261 +Nepal,326199,69752,806,138,261 +Nepal,326220,440,806,138,261 +Nepal,327112,62279,806,138,261 +Nepal,327113,2643,806,138,261 +Nepal,327212,70197,806,138,261 +Nepal,327991,3303,806,138,261 +Nepal,327999,203152,806,138,261 +Nepal,331491,2750,806,138,261 +Nepal,332211,4161,806,138,261 +Nepal,332510,29673,806,138,261 +Nepal,332999,467025,806,138,261 +Nepal,333315,7927,806,138,261 +Nepal,333612,35066,806,138,261 +Nepal,333912,2901,806,138,261 +Nepal,334112,30479,806,138,261 +Nepal,334119,7023,806,138,261 +Nepal,334220,7823,806,138,261 +Nepal,334416,25983,806,138,261 +Nepal,334418,15100,806,138,261 +Nepal,334419,8555,806,138,261 +Nepal,335121,1116,806,138,261 +Nepal,335129,31246,806,138,261 +Nepal,335211,631,806,138,261 +Nepal,336412,27500,806,138,261 +Nepal,337110,600,806,138,261 +Nepal,337124,1172,806,138,261 +Nepal,337127,58946,806,138,261 +Nepal,339113,5029,806,138,261 +Nepal,339911,3227237,806,138,261 +Nepal,339914,1056993,806,138,261 +Nepal,339920,4287,806,138,261 +Nepal,339932,72744,806,138,261 +Nepal,339941,20978,806,138,261 +Nepal,339942,13276,806,138,261 +Nepal,339991,3460,806,138,261 +Nepal,339992,81097,806,138,261 +Nepal,339993,2720,806,138,261 +Nepal,339995,4074,806,138,261 +Nepal,339999,767069,806,138,261 +Nepal,910000,5610,806,138,261 +Nepal,920000,4182653,806,138,261 +Nepal,980000,320233,806,138,261 +Nepal,990000,1729029,806,138,261 +Netherlands,111110,2353,804,139,262 +Netherlands,111120,2447375,804,139,262 +Netherlands,111130,860152,804,139,262 +Netherlands,111199,283408,804,139,262 +Netherlands,111219,153093098,804,139,262 +Netherlands,111334,448436,804,139,262 +Netherlands,111335,358839,804,139,262 +Netherlands,111339,144907,804,139,262 +Netherlands,111411,213867,804,139,262 +Netherlands,111421,157242554,804,139,262 +Netherlands,111422,82189574,804,139,262 +Netherlands,111910,36832,804,139,262 +Netherlands,111991,55361,804,139,262 +Netherlands,111992,8432,804,139,262 +Netherlands,111998,2956067,804,139,262 +Netherlands,112111,831661,804,139,262 +Netherlands,112310,92933,804,139,262 +Netherlands,112511,293728,804,139,262 +Netherlands,112910,3607,804,139,262 +Netherlands,112920,106972483,804,139,262 +Netherlands,112930,17358894,804,139,262 +Netherlands,112990,12450613,804,139,262 +Netherlands,113210,1926667,804,139,262 +Netherlands,113310,188622,804,139,262 +Netherlands,114111,24492115,804,139,262 +Netherlands,114112,178302,804,139,262 +Netherlands,114119,65563,804,139,262 +Netherlands,211112,5385328,804,139,262 +Netherlands,212231,107426,804,139,262 +Netherlands,212234,177439,804,139,262 +Netherlands,212299,173566,804,139,262 +Netherlands,212311,37879,804,139,262 +Netherlands,212319,80882,804,139,262 +Netherlands,212322,11190,804,139,262 +Netherlands,212324,15915,804,139,262 +Netherlands,212325,246468,804,139,262 +Netherlands,212393,14563419,804,139,262 +Netherlands,212399,750722,804,139,262 +Netherlands,311111,935585,804,139,262 +Netherlands,311119,1433602,804,139,262 +Netherlands,311211,63207,804,139,262 +Netherlands,311212,70647,804,139,262 +Netherlands,311221,64112932,804,139,262 +Netherlands,311222,1909530,804,139,262 +Netherlands,311223,16882908,804,139,262 +Netherlands,311225,736510,804,139,262 +Netherlands,311230,125271,804,139,262 +Netherlands,311311,1851064,804,139,262 +Netherlands,311320,259278199,804,139,262 +Netherlands,311340,20094724,804,139,262 +Netherlands,311411,11119650,804,139,262 +Netherlands,311421,7026360,804,139,262 +Netherlands,311422,3095,804,139,262 +Netherlands,311423,3713221,804,139,262 +Netherlands,311511,28685,804,139,262 +Netherlands,311512,52096,804,139,262 +Netherlands,311513,61259693,804,139,262 +Netherlands,311514,10783156,804,139,262 +Netherlands,311611,14022319,804,139,262 +Netherlands,311613,526504,804,139,262 +Netherlands,311711,18356478,804,139,262 +Netherlands,311811,13549821,804,139,262 +Netherlands,311822,8422,804,139,262 +Netherlands,311823,84301,804,139,262 +Netherlands,311911,151040,804,139,262 +Netherlands,311919,59536,804,139,262 +Netherlands,311920,5257762,804,139,262 +Netherlands,311930,158623,804,139,262 +Netherlands,311941,823871,804,139,262 +Netherlands,311942,1331199,804,139,262 +Netherlands,311999,32333715,804,139,262 +Netherlands,312111,6027219,804,139,262 +Netherlands,312112,27808,804,139,262 +Netherlands,312120,1004442225,804,139,262 +Netherlands,312130,17042613,804,139,262 +Netherlands,312140,250547651,804,139,262 +Netherlands,312229,5234164,804,139,262 +Netherlands,313111,679988,804,139,262 +Netherlands,313113,165959,804,139,262 +Netherlands,313210,16180586,804,139,262 +Netherlands,313221,13173683,804,139,262 +Netherlands,313230,8227994,804,139,262 +Netherlands,313249,119640,804,139,262 +Netherlands,313312,2489,804,139,262 +Netherlands,313320,11324447,804,139,262 +Netherlands,314110,35916846,804,139,262 +Netherlands,314121,75615,804,139,262 +Netherlands,314129,626700,804,139,262 +Netherlands,314911,60740,804,139,262 +Netherlands,314912,740488,804,139,262 +Netherlands,314991,1284623,804,139,262 +Netherlands,314992,29691,804,139,262 +Netherlands,314999,17465003,804,139,262 +Netherlands,315111,28124,804,139,262 +Netherlands,315221,12747,804,139,262 +Netherlands,315222,70512,804,139,262 +Netherlands,315223,119781,804,139,262 +Netherlands,315224,236500,804,139,262 +Netherlands,315228,177266,804,139,262 +Netherlands,315231,48121,804,139,262 +Netherlands,315232,241317,804,139,262 +Netherlands,315233,212507,804,139,262 +Netherlands,315234,565700,804,139,262 +Netherlands,315239,257950,804,139,262 +Netherlands,315291,20131,804,139,262 +Netherlands,315292,57279,804,139,262 +Netherlands,315991,48108,804,139,262 +Netherlands,315992,22319,804,139,262 +Netherlands,315993,9998,804,139,262 +Netherlands,315999,745141,804,139,262 +Netherlands,316110,4166845,804,139,262 +Netherlands,316211,1568602,804,139,262 +Netherlands,316213,159766,804,139,262 +Netherlands,316214,243738,804,139,262 +Netherlands,316219,260036,804,139,262 +Netherlands,316991,1064593,804,139,262 +Netherlands,316992,75894,804,139,262 +Netherlands,316993,31032,804,139,262 +Netherlands,316999,415059,804,139,262 +Netherlands,321113,1102796,804,139,262 +Netherlands,321114,783336,804,139,262 +Netherlands,321211,420335,804,139,262 +Netherlands,321212,26782,804,139,262 +Netherlands,321213,575325,804,139,262 +Netherlands,321219,802274,804,139,262 +Netherlands,321918,5337739,804,139,262 +Netherlands,321920,755029,804,139,262 +Netherlands,321992,49124,804,139,262 +Netherlands,321999,857585,804,139,262 +Netherlands,322121,46593662,804,139,262 +Netherlands,322122,4577696,804,139,262 +Netherlands,322130,3517055,804,139,262 +Netherlands,322211,948391,804,139,262 +Netherlands,322212,2595518,804,139,262 +Netherlands,322213,292830,804,139,262 +Netherlands,322214,4678,804,139,262 +Netherlands,322215,92473,804,139,262 +Netherlands,322222,9091270,804,139,262 +Netherlands,322223,2279349,804,139,262 +Netherlands,322224,2060561,804,139,262 +Netherlands,322232,11231,804,139,262 +Netherlands,322233,2178,804,139,262 +Netherlands,322291,17490094,804,139,262 +Netherlands,322299,4384645,804,139,262 +Netherlands,323117,7379431,804,139,262 +Netherlands,323118,1219848,804,139,262 +Netherlands,323119,7621017,804,139,262 +Netherlands,323122,65455,804,139,262 +Netherlands,324110,4120151010,804,139,262 +Netherlands,325110,98073972,804,139,262 +Netherlands,325120,6078728,804,139,262 +Netherlands,325131,25206839,804,139,262 +Netherlands,325132,2007440,804,139,262 +Netherlands,325181,29372408,804,139,262 +Netherlands,325182,5374297,804,139,262 +Netherlands,325188,863533723,804,139,262 +Netherlands,325191,33363868,804,139,262 +Netherlands,325192,405980553,804,139,262 +Netherlands,325193,436620,804,139,262 +Netherlands,325199,496138493,804,139,262 +Netherlands,325211,209515819,804,139,262 +Netherlands,325212,94507777,804,139,262 +Netherlands,325221,296925,804,139,262 +Netherlands,325222,184033558,804,139,262 +Netherlands,325311,34606087,804,139,262 +Netherlands,325312,10986778,804,139,262 +Netherlands,325320,18741756,804,139,262 +Netherlands,325411,160946181,804,139,262 +Netherlands,325412,429869311,804,139,262 +Netherlands,325414,107114741,804,139,262 +Netherlands,325510,32268613,804,139,262 +Netherlands,325520,12708618,804,139,262 +Netherlands,325611,20951894,804,139,262 +Netherlands,325612,4343076,804,139,262 +Netherlands,325613,10253911,804,139,262 +Netherlands,325620,12612481,804,139,262 +Netherlands,325910,60397298,804,139,262 +Netherlands,325992,41734986,804,139,262 +Netherlands,325998,48696086,804,139,262 +Netherlands,326112,16758,804,139,262 +Netherlands,326113,18587470,804,139,262 +Netherlands,326121,894259,804,139,262 +Netherlands,326122,2299428,804,139,262 +Netherlands,326160,2612399,804,139,262 +Netherlands,326191,2131178,804,139,262 +Netherlands,326192,25979989,804,139,262 +Netherlands,326199,68191751,804,139,262 +Netherlands,326211,6181128,804,139,262 +Netherlands,326212,260563,804,139,262 +Netherlands,326220,20670148,804,139,262 +Netherlands,326299,12675053,804,139,262 +Netherlands,327111,23339,804,139,262 +Netherlands,327112,1858155,804,139,262 +Netherlands,327113,1779754,804,139,262 +Netherlands,327121,10657,804,139,262 +Netherlands,327122,4231444,804,139,262 +Netherlands,327123,16156,804,139,262 +Netherlands,327124,141844,804,139,262 +Netherlands,327125,57494,804,139,262 +Netherlands,327211,2559022,804,139,262 +Netherlands,327212,26042392,804,139,262 +Netherlands,327213,527695,804,139,262 +Netherlands,327215,12951273,804,139,262 +Netherlands,327310,3734754,804,139,262 +Netherlands,327390,2474513,804,139,262 +Netherlands,327420,38074,804,139,262 +Netherlands,327910,4547986,804,139,262 +Netherlands,327991,34985,804,139,262 +Netherlands,327992,314819,804,139,262 +Netherlands,327993,14419667,804,139,262 +Netherlands,327999,1292622,804,139,262 +Netherlands,331111,437916527,804,139,262 +Netherlands,331112,1953652,804,139,262 +Netherlands,331222,755260,804,139,262 +Netherlands,331311,1140539,804,139,262 +Netherlands,331312,1777746,804,139,262 +Netherlands,331315,7677353,804,139,262 +Netherlands,331316,5854627,804,139,262 +Netherlands,331319,1462972,804,139,262 +Netherlands,331411,557208,804,139,262 +Netherlands,331419,38791791,804,139,262 +Netherlands,331421,55530798,804,139,262 +Netherlands,331422,156250,804,139,262 +Netherlands,331491,9945514,804,139,262 +Netherlands,331492,313752,804,139,262 +Netherlands,331511,2233218,804,139,262 +Netherlands,332115,5016638,804,139,262 +Netherlands,332211,1716064,804,139,262 +Netherlands,332212,5629009,804,139,262 +Netherlands,332213,4173594,804,139,262 +Netherlands,332214,41409,804,139,262 +Netherlands,332311,318400,804,139,262 +Netherlands,332312,11401028,804,139,262 +Netherlands,332321,8579115,804,139,262 +Netherlands,332322,142485,804,139,262 +Netherlands,332323,806568,804,139,262 +Netherlands,332410,13021681,804,139,262 +Netherlands,332420,11455350,804,139,262 +Netherlands,332431,149689,804,139,262 +Netherlands,332439,4810715,804,139,262 +Netherlands,332510,9675484,804,139,262 +Netherlands,332611,746321,804,139,262 +Netherlands,332618,4648753,804,139,262 +Netherlands,332722,5047338,804,139,262 +Netherlands,332911,24839869,804,139,262 +Netherlands,332912,1989408,804,139,262 +Netherlands,332913,39878,804,139,262 +Netherlands,332919,4830845,804,139,262 +Netherlands,332991,6735979,804,139,262 +Netherlands,332992,59429690,804,139,262 +Netherlands,332994,8467690,804,139,262 +Netherlands,332995,161870,804,139,262 +Netherlands,332997,8625,804,139,262 +Netherlands,332998,201712,804,139,262 +Netherlands,332999,44531212,804,139,262 +Netherlands,333111,86812107,804,139,262 +Netherlands,333120,80826451,804,139,262 +Netherlands,333131,6859915,804,139,262 +Netherlands,333132,37309502,804,139,262 +Netherlands,333210,516276,804,139,262 +Netherlands,333220,30913110,804,139,262 +Netherlands,333291,10226381,804,139,262 +Netherlands,333292,7271573,804,139,262 +Netherlands,333293,15382333,804,139,262 +Netherlands,333294,88179277,804,139,262 +Netherlands,333295,912388576,804,139,262 +Netherlands,333298,2952579,804,139,262 +Netherlands,333311,3576706,804,139,262 +Netherlands,333313,25026774,804,139,262 +Netherlands,333314,46643892,804,139,262 +Netherlands,333315,2680187,804,139,262 +Netherlands,333319,22417038,804,139,262 +Netherlands,333411,7089184,804,139,262 +Netherlands,333412,10884740,804,139,262 +Netherlands,333414,34040330,804,139,262 +Netherlands,333415,12365148,804,139,262 +Netherlands,333511,5087020,804,139,262 +Netherlands,333512,7584825,804,139,262 +Netherlands,333513,9037457,804,139,262 +Netherlands,333514,2915206,804,139,262 +Netherlands,333515,10734306,804,139,262 +Netherlands,333516,2166002,804,139,262 +Netherlands,333611,8239695,804,139,262 +Netherlands,333612,10025931,804,139,262 +Netherlands,333613,22104308,804,139,262 +Netherlands,333618,95402957,804,139,262 +Netherlands,333911,38076893,804,139,262 +Netherlands,333912,23634909,804,139,262 +Netherlands,333913,2469060,804,139,262 +Netherlands,333921,4338669,804,139,262 +Netherlands,333922,48695701,804,139,262 +Netherlands,333923,19051568,804,139,262 +Netherlands,333924,43198257,804,139,262 +Netherlands,333991,1568316,804,139,262 +Netherlands,333992,9964714,804,139,262 +Netherlands,333993,72781096,804,139,262 +Netherlands,333994,5953998,804,139,262 +Netherlands,333995,10596561,804,139,262 +Netherlands,333996,10392334,804,139,262 +Netherlands,333997,2120443,804,139,262 +Netherlands,333999,271510522,804,139,262 +Netherlands,334111,9130555,804,139,262 +Netherlands,334112,3948014,804,139,262 +Netherlands,334119,81181101,804,139,262 +Netherlands,334210,1552013,804,139,262 +Netherlands,334220,43488261,804,139,262 +Netherlands,334290,6375480,804,139,262 +Netherlands,334310,10531093,804,139,262 +Netherlands,334411,4875775,804,139,262 +Netherlands,334412,3457427,804,139,262 +Netherlands,334413,19949473,804,139,262 +Netherlands,334414,1079950,804,139,262 +Netherlands,334415,227911,804,139,262 +Netherlands,334416,1446579,804,139,262 +Netherlands,334417,8607275,804,139,262 +Netherlands,334418,7197055,804,139,262 +Netherlands,334419,19223346,804,139,262 +Netherlands,334510,158576394,804,139,262 +Netherlands,334511,11977079,804,139,262 +Netherlands,334512,585904,804,139,262 +Netherlands,334513,33784334,804,139,262 +Netherlands,334514,2037787,804,139,262 +Netherlands,334515,42919283,804,139,262 +Netherlands,334516,111884240,804,139,262 +Netherlands,334517,464543947,804,139,262 +Netherlands,334518,582743,804,139,262 +Netherlands,334519,12275101,804,139,262 +Netherlands,334612,2688693,804,139,262 +Netherlands,334613,1927942,804,139,262 +Netherlands,335110,35594278,804,139,262 +Netherlands,335121,1175497,804,139,262 +Netherlands,335129,3110405,804,139,262 +Netherlands,335211,115812085,804,139,262 +Netherlands,335212,280964,804,139,262 +Netherlands,335221,422898,804,139,262 +Netherlands,335222,486019,804,139,262 +Netherlands,335224,407329,804,139,262 +Netherlands,335228,27208258,804,139,262 +Netherlands,335311,80307168,804,139,262 +Netherlands,335312,34541500,804,139,262 +Netherlands,335313,8657576,804,139,262 +Netherlands,335314,22104214,804,139,262 +Netherlands,335911,752151,804,139,262 +Netherlands,335912,67052,804,139,262 +Netherlands,335921,868384,804,139,262 +Netherlands,335929,11624585,804,139,262 +Netherlands,335931,7337540,804,139,262 +Netherlands,335932,227604,804,139,262 +Netherlands,335991,1866417,804,139,262 +Netherlands,335999,29358850,804,139,262 +Netherlands,336111,827945,804,139,262 +Netherlands,336120,887215,804,139,262 +Netherlands,336211,254097,804,139,262 +Netherlands,336212,2532577,804,139,262 +Netherlands,336214,288274,804,139,262 +Netherlands,336311,2046481,804,139,262 +Netherlands,336321,254582,804,139,262 +Netherlands,336322,26331489,804,139,262 +Netherlands,336330,13300852,804,139,262 +Netherlands,336340,481283,804,139,262 +Netherlands,336350,3123988,804,139,262 +Netherlands,336360,499785,804,139,262 +Netherlands,336370,17335,804,139,262 +Netherlands,336391,341207,804,139,262 +Netherlands,336399,27341150,804,139,262 +Netherlands,336411,50210206,804,139,262 +Netherlands,336412,46789721,804,139,262 +Netherlands,336413,203882281,804,139,262 +Netherlands,336415,7905,804,139,262 +Netherlands,336419,137289,804,139,262 +Netherlands,336510,2748467,804,139,262 +Netherlands,336611,1883207,804,139,262 +Netherlands,336612,8525619,804,139,262 +Netherlands,336991,3027398,804,139,262 +Netherlands,336992,701752,804,139,262 +Netherlands,337110,6144,804,139,262 +Netherlands,337121,4833,804,139,262 +Netherlands,337124,2140565,804,139,262 +Netherlands,337127,12879322,804,139,262 +Netherlands,337129,2775,804,139,262 +Netherlands,337211,253547,804,139,262 +Netherlands,337214,596920,804,139,262 +Netherlands,337215,3574014,804,139,262 +Netherlands,337910,844128,804,139,262 +Netherlands,337920,525925,804,139,262 +Netherlands,339112,25140696,804,139,262 +Netherlands,339113,54885496,804,139,262 +Netherlands,339114,4860131,804,139,262 +Netherlands,339115,3561881,804,139,262 +Netherlands,339911,10382599,804,139,262 +Netherlands,339912,269983,804,139,262 +Netherlands,339913,5851588,804,139,262 +Netherlands,339914,173159,804,139,262 +Netherlands,339920,2695316,804,139,262 +Netherlands,339932,5744976,804,139,262 +Netherlands,339941,46401,804,139,262 +Netherlands,339942,3331064,804,139,262 +Netherlands,339943,5659,804,139,262 +Netherlands,339944,90662,804,139,262 +Netherlands,339950,307684,804,139,262 +Netherlands,339991,7447068,804,139,262 +Netherlands,339992,8269323,804,139,262 +Netherlands,339993,310964,804,139,262 +Netherlands,339994,3137256,804,139,262 +Netherlands,339995,70353,804,139,262 +Netherlands,339999,9048365,804,139,262 +Netherlands,511210,253906,804,139,262 +Netherlands,910000,79472852,804,139,262 +Netherlands,920000,214191365,804,139,262 +Netherlands,980000,4751398531,804,139,262 +Netherlands,990000,132172413,804,139,262 +New Zealand,111120,315929,808,140,263 +New Zealand,111130,5290577,808,140,263 +New Zealand,111150,779057,808,140,263 +New Zealand,111199,9234,808,140,263 +New Zealand,111219,7702200,808,140,263 +New Zealand,111320,399301,808,140,263 +New Zealand,111331,53699333,808,140,263 +New Zealand,111334,1577395,808,140,263 +New Zealand,111339,35073757,808,140,263 +New Zealand,111421,5002982,808,140,263 +New Zealand,111422,5650634,808,140,263 +New Zealand,111998,3477745,808,140,263 +New Zealand,112111,160404,808,140,263 +New Zealand,112310,439439,808,140,263 +New Zealand,112410,2881,808,140,263 +New Zealand,112420,74200,808,140,263 +New Zealand,112511,6347793,808,140,263 +New Zealand,112512,163682,808,140,263 +New Zealand,112910,4550625,808,140,263 +New Zealand,112920,582288,808,140,263 +New Zealand,112930,1872,808,140,263 +New Zealand,112990,30999,808,140,263 +New Zealand,113210,1404686,808,140,263 +New Zealand,113310,70009,808,140,263 +New Zealand,114111,75846705,808,140,263 +New Zealand,114112,53242566,808,140,263 +New Zealand,114119,1345279,808,140,263 +New Zealand,211112,20689,808,140,263 +New Zealand,212112,64154,808,140,263 +New Zealand,212299,247055,808,140,263 +New Zealand,212319,37818,808,140,263 +New Zealand,212322,1526135,808,140,263 +New Zealand,212324,35700,808,140,263 +New Zealand,212393,129715,808,140,263 +New Zealand,212399,78500,808,140,263 +New Zealand,311111,2951330,808,140,263 +New Zealand,311119,1506651,808,140,263 +New Zealand,311212,13821,808,140,263 +New Zealand,311221,4225,808,140,263 +New Zealand,311222,11664985,808,140,263 +New Zealand,311223,754281,808,140,263 +New Zealand,311230,30348,808,140,263 +New Zealand,311311,322314,808,140,263 +New Zealand,311320,9315,808,140,263 +New Zealand,311340,964864,808,140,263 +New Zealand,311411,2852384,808,140,263 +New Zealand,311421,9577316,808,140,263 +New Zealand,311423,4630189,808,140,263 +New Zealand,311511,270044,808,140,263 +New Zealand,311512,25335646,808,140,263 +New Zealand,311513,13336876,808,140,263 +New Zealand,311514,351305926,808,140,263 +New Zealand,311520,217218,808,140,263 +New Zealand,311611,804240730,808,140,263 +New Zealand,311613,68159742,808,140,263 +New Zealand,311615,10823530,808,140,263 +New Zealand,311711,8073063,808,140,263 +New Zealand,311811,852363,808,140,263 +New Zealand,311822,33109,808,140,263 +New Zealand,311919,11319,808,140,263 +New Zealand,311920,8875,808,140,263 +New Zealand,311930,2382677,808,140,263 +New Zealand,311941,4593,808,140,263 +New Zealand,311942,58910,808,140,263 +New Zealand,311999,33436152,808,140,263 +New Zealand,312112,1648403,808,140,263 +New Zealand,312113,5872393,808,140,263 +New Zealand,312120,4765205,808,140,263 +New Zealand,312130,206039228,808,140,263 +New Zealand,312140,10928381,808,140,263 +New Zealand,313111,7845980,808,140,263 +New Zealand,313210,1042661,808,140,263 +New Zealand,313221,165609,808,140,263 +New Zealand,313249,3762423,808,140,263 +New Zealand,313312,6281215,808,140,263 +New Zealand,313320,4397594,808,140,263 +New Zealand,314110,764128,808,140,263 +New Zealand,314121,6184,808,140,263 +New Zealand,314129,680343,808,140,263 +New Zealand,314911,84354,808,140,263 +New Zealand,314912,1725716,808,140,263 +New Zealand,314991,1519945,808,140,263 +New Zealand,314999,473108,808,140,263 +New Zealand,315111,38119,808,140,263 +New Zealand,315221,4814,808,140,263 +New Zealand,315222,27283,808,140,263 +New Zealand,315223,128571,808,140,263 +New Zealand,315224,7288,808,140,263 +New Zealand,315228,36180,808,140,263 +New Zealand,315231,13201,808,140,263 +New Zealand,315232,119103,808,140,263 +New Zealand,315233,123977,808,140,263 +New Zealand,315234,85083,808,140,263 +New Zealand,315239,250946,808,140,263 +New Zealand,315291,12256,808,140,263 +New Zealand,315292,219962,808,140,263 +New Zealand,315991,29449,808,140,263 +New Zealand,315992,11742,808,140,263 +New Zealand,315993,1692,808,140,263 +New Zealand,315999,59941,808,140,263 +New Zealand,316110,4428007,808,140,263 +New Zealand,316211,1760,808,140,263 +New Zealand,316213,366417,808,140,263 +New Zealand,316214,2605358,808,140,263 +New Zealand,316219,345256,808,140,263 +New Zealand,316991,99818,808,140,263 +New Zealand,316992,4287,808,140,263 +New Zealand,316993,28990,808,140,263 +New Zealand,316999,35561,808,140,263 +New Zealand,321113,114098871,808,140,263 +New Zealand,321114,10046047,808,140,263 +New Zealand,321211,714969,808,140,263 +New Zealand,321212,1910495,808,140,263 +New Zealand,321213,126689,808,140,263 +New Zealand,321219,15974115,808,140,263 +New Zealand,321918,25833409,808,140,263 +New Zealand,321920,6587,808,140,263 +New Zealand,321992,259096,808,140,263 +New Zealand,321999,70024,808,140,263 +New Zealand,322130,1532346,808,140,263 +New Zealand,322211,7006070,808,140,263 +New Zealand,322212,66409,808,140,263 +New Zealand,322215,605586,808,140,263 +New Zealand,322222,340506,808,140,263 +New Zealand,322223,3257567,808,140,263 +New Zealand,322224,108405,808,140,263 +New Zealand,322291,8598,808,140,263 +New Zealand,322299,25296,808,140,263 +New Zealand,323117,692756,808,140,263 +New Zealand,323118,99625,808,140,263 +New Zealand,323119,2261330,808,140,263 +New Zealand,325188,197045,808,140,263 +New Zealand,325191,5378726,808,140,263 +New Zealand,325192,4490,808,140,263 +New Zealand,325199,83715846,808,140,263 +New Zealand,325211,373293,808,140,263 +New Zealand,325212,84974,808,140,263 +New Zealand,325221,4112,808,140,263 +New Zealand,325222,238517,808,140,263 +New Zealand,325312,34271,808,140,263 +New Zealand,325411,2489461,808,140,263 +New Zealand,325412,11169414,808,140,263 +New Zealand,325414,14088150,808,140,263 +New Zealand,325510,1613696,808,140,263 +New Zealand,325520,310552,808,140,263 +New Zealand,325611,892789,808,140,263 +New Zealand,325612,4473,808,140,263 +New Zealand,325620,898294,808,140,263 +New Zealand,325910,51300,808,140,263 +New Zealand,325998,3914549,808,140,263 +New Zealand,326113,187336,808,140,263 +New Zealand,326121,93687,808,140,263 +New Zealand,326122,211687,808,140,263 +New Zealand,326160,36278,808,140,263 +New Zealand,326191,35503,808,140,263 +New Zealand,326192,62152,808,140,263 +New Zealand,326199,10941877,808,140,263 +New Zealand,326211,17135,808,140,263 +New Zealand,326220,907665,808,140,263 +New Zealand,326299,2704387,808,140,263 +New Zealand,327111,2092,808,140,263 +New Zealand,327112,47479,808,140,263 +New Zealand,327113,434155,808,140,263 +New Zealand,327122,21996,808,140,263 +New Zealand,327125,246183,808,140,263 +New Zealand,327212,282389,808,140,263 +New Zealand,327213,4516,808,140,263 +New Zealand,327215,56581,808,140,263 +New Zealand,327331,68386,808,140,263 +New Zealand,327390,18664,808,140,263 +New Zealand,327910,5850,808,140,263 +New Zealand,327991,477660,808,140,263 +New Zealand,327992,14044,808,140,263 +New Zealand,327993,407740,808,140,263 +New Zealand,327999,40362,808,140,263 +New Zealand,331111,62450923,808,140,263 +New Zealand,331222,141774,808,140,263 +New Zealand,331312,44496496,808,140,263 +New Zealand,331315,2330,808,140,263 +New Zealand,331316,27347,808,140,263 +New Zealand,331419,8323,808,140,263 +New Zealand,331421,1623622,808,140,263 +New Zealand,331491,324742,808,140,263 +New Zealand,331511,39188,808,140,263 +New Zealand,332115,270674,808,140,263 +New Zealand,332211,170991,808,140,263 +New Zealand,332212,1077234,808,140,263 +New Zealand,332213,1429650,808,140,263 +New Zealand,332312,117735,808,140,263 +New Zealand,332321,414050,808,140,263 +New Zealand,332322,325841,808,140,263 +New Zealand,332410,38999,808,140,263 +New Zealand,332420,284707,808,140,263 +New Zealand,332510,3333495,808,140,263 +New Zealand,332611,39832,808,140,263 +New Zealand,332618,795627,808,140,263 +New Zealand,332722,382777,808,140,263 +New Zealand,332911,6890622,808,140,263 +New Zealand,332912,323073,808,140,263 +New Zealand,332913,2362103,808,140,263 +New Zealand,332919,392874,808,140,263 +New Zealand,332991,46531,808,140,263 +New Zealand,332994,106111,808,140,263 +New Zealand,332997,52078,808,140,263 +New Zealand,332998,139918,808,140,263 +New Zealand,332999,8630458,808,140,263 +New Zealand,333111,27788344,808,140,263 +New Zealand,333120,15209555,808,140,263 +New Zealand,333131,1735935,808,140,263 +New Zealand,333132,231835,808,140,263 +New Zealand,333210,326936,808,140,263 +New Zealand,333220,423696,808,140,263 +New Zealand,333291,1170978,808,140,263 +New Zealand,333292,739992,808,140,263 +New Zealand,333294,1885707,808,140,263 +New Zealand,333295,13588580,808,140,263 +New Zealand,333298,5972,808,140,263 +New Zealand,333311,16444,808,140,263 +New Zealand,333313,54818,808,140,263 +New Zealand,333314,2835472,808,140,263 +New Zealand,333315,57376,808,140,263 +New Zealand,333319,1962423,808,140,263 +New Zealand,333411,205757,808,140,263 +New Zealand,333414,444854,808,140,263 +New Zealand,333415,575363,808,140,263 +New Zealand,333511,44843,808,140,263 +New Zealand,333512,134870,808,140,263 +New Zealand,333513,13332829,808,140,263 +New Zealand,333514,15134,808,140,263 +New Zealand,333515,266363,808,140,263 +New Zealand,333611,6417,808,140,263 +New Zealand,333612,1280138,808,140,263 +New Zealand,333613,619793,808,140,263 +New Zealand,333618,3561813,808,140,263 +New Zealand,333911,14697417,808,140,263 +New Zealand,333912,862763,808,140,263 +New Zealand,333913,150044,808,140,263 +New Zealand,333921,34840,808,140,263 +New Zealand,333922,299771,808,140,263 +New Zealand,333923,841921,808,140,263 +New Zealand,333924,116039,808,140,263 +New Zealand,333991,123559,808,140,263 +New Zealand,333992,4418375,808,140,263 +New Zealand,333993,8002322,808,140,263 +New Zealand,333994,139057,808,140,263 +New Zealand,333995,278904,808,140,263 +New Zealand,333996,142743,808,140,263 +New Zealand,333997,5251061,808,140,263 +New Zealand,333999,10367249,808,140,263 +New Zealand,334111,3390355,808,140,263 +New Zealand,334112,165603,808,140,263 +New Zealand,334119,11952726,808,140,263 +New Zealand,334210,1658913,808,140,263 +New Zealand,334220,18544001,808,140,263 +New Zealand,334290,693028,808,140,263 +New Zealand,334310,1278943,808,140,263 +New Zealand,334412,2379612,808,140,263 +New Zealand,334413,2187662,808,140,263 +New Zealand,334414,51623,808,140,263 +New Zealand,334415,23650,808,140,263 +New Zealand,334416,68459,808,140,263 +New Zealand,334417,354404,808,140,263 +New Zealand,334418,760398,808,140,263 +New Zealand,334419,13177992,808,140,263 +New Zealand,334510,358065,808,140,263 +New Zealand,334511,2313857,808,140,263 +New Zealand,334512,84097,808,140,263 +New Zealand,334513,1868131,808,140,263 +New Zealand,334514,146121,808,140,263 +New Zealand,334515,3926488,808,140,263 +New Zealand,334516,5356493,808,140,263 +New Zealand,334517,85384,808,140,263 +New Zealand,334518,15741,808,140,263 +New Zealand,334519,1386233,808,140,263 +New Zealand,334612,427496,808,140,263 +New Zealand,334613,50285,808,140,263 +New Zealand,335110,9189,808,140,263 +New Zealand,335121,116144,808,140,263 +New Zealand,335129,3041884,808,140,263 +New Zealand,335211,502067,808,140,263 +New Zealand,335221,131040,808,140,263 +New Zealand,335222,148115,808,140,263 +New Zealand,335224,953465,808,140,263 +New Zealand,335228,1714125,808,140,263 +New Zealand,335311,296268,808,140,263 +New Zealand,335312,509060,808,140,263 +New Zealand,335313,249080,808,140,263 +New Zealand,335314,2517992,808,140,263 +New Zealand,335911,449015,808,140,263 +New Zealand,335912,143866,808,140,263 +New Zealand,335929,722346,808,140,263 +New Zealand,335931,1126773,808,140,263 +New Zealand,335932,9732,808,140,263 +New Zealand,335991,774844,808,140,263 +New Zealand,335999,27064274,808,140,263 +New Zealand,336111,147036,808,140,263 +New Zealand,336211,22197,808,140,263 +New Zealand,336212,105688,808,140,263 +New Zealand,336214,5038,808,140,263 +New Zealand,336311,437703,808,140,263 +New Zealand,336321,1277353,808,140,263 +New Zealand,336322,179908,808,140,263 +New Zealand,336330,14987,808,140,263 +New Zealand,336350,146903,808,140,263 +New Zealand,336360,314628,808,140,263 +New Zealand,336391,2108,808,140,263 +New Zealand,336399,5350894,808,140,263 +New Zealand,336411,4331001,808,140,263 +New Zealand,336412,494942,808,140,263 +New Zealand,336413,3808885,808,140,263 +New Zealand,336510,97125,808,140,263 +New Zealand,336611,4160,808,140,263 +New Zealand,336612,17119366,808,140,263 +New Zealand,336991,436345,808,140,263 +New Zealand,337124,65144,808,140,263 +New Zealand,337127,2411209,808,140,263 +New Zealand,337211,1241,808,140,263 +New Zealand,337214,256300,808,140,263 +New Zealand,337215,5304781,808,140,263 +New Zealand,337910,645,808,140,263 +New Zealand,337920,56890,808,140,263 +New Zealand,339112,9662902,808,140,263 +New Zealand,339113,108561580,808,140,263 +New Zealand,339114,2433954,808,140,263 +New Zealand,339115,9261,808,140,263 +New Zealand,339911,492503,808,140,263 +New Zealand,339912,3192,808,140,263 +New Zealand,339913,1016040,808,140,263 +New Zealand,339914,603817,808,140,263 +New Zealand,339920,2802152,808,140,263 +New Zealand,339932,635898,808,140,263 +New Zealand,339941,127461,808,140,263 +New Zealand,339942,132133,808,140,263 +New Zealand,339950,70117,808,140,263 +New Zealand,339991,817423,808,140,263 +New Zealand,339992,83718,808,140,263 +New Zealand,339994,84178,808,140,263 +New Zealand,339999,4013900,808,140,263 +New Zealand,511210,5514,808,140,263 +New Zealand,910000,176492,808,140,263 +New Zealand,920000,1842394,808,140,263 +New Zealand,980000,136500895,808,140,263 +New Zealand,990000,26054545,808,140,263 +Nicaragua,111130,5886795,803,141,264 +Nicaragua,111150,5141,803,141,264 +Nicaragua,111219,8418670,803,141,264 +Nicaragua,111335,72046,803,141,264 +Nicaragua,111339,184864823,803,141,264 +Nicaragua,111421,4048,803,141,264 +Nicaragua,111422,1348368,803,141,264 +Nicaragua,111910,1570443,803,141,264 +Nicaragua,111992,2885022,803,141,264 +Nicaragua,111998,10568677,803,141,264 +Nicaragua,112511,16916,803,141,264 +Nicaragua,112990,52568,803,141,264 +Nicaragua,114111,20894494,803,141,264 +Nicaragua,114112,64888090,803,141,264 +Nicaragua,114119,27318,803,141,264 +Nicaragua,311211,5240,803,141,264 +Nicaragua,311223,12383997,803,141,264 +Nicaragua,311230,35154,803,141,264 +Nicaragua,311311,86820526,803,141,264 +Nicaragua,311411,92128,803,141,264 +Nicaragua,311421,49932,803,141,264 +Nicaragua,311423,13642,803,141,264 +Nicaragua,311512,182779,803,141,264 +Nicaragua,311513,9598637,803,141,264 +Nicaragua,311514,30854,803,141,264 +Nicaragua,311611,112059681,803,141,264 +Nicaragua,311613,923419,803,141,264 +Nicaragua,311711,1047350,803,141,264 +Nicaragua,311811,942022,803,141,264 +Nicaragua,311911,5996,803,141,264 +Nicaragua,311919,27064,803,141,264 +Nicaragua,311920,7069224,803,141,264 +Nicaragua,311942,1264826,803,141,264 +Nicaragua,311999,4155,803,141,264 +Nicaragua,312111,366848,803,141,264 +Nicaragua,312120,354346,803,141,264 +Nicaragua,312140,4692186,803,141,264 +Nicaragua,312221,2241,803,141,264 +Nicaragua,312229,80216745,803,141,264 +Nicaragua,313210,299477,803,141,264 +Nicaragua,313221,147279,803,141,264 +Nicaragua,313249,55714,803,141,264 +Nicaragua,313320,62867,803,141,264 +Nicaragua,314129,132791,803,141,264 +Nicaragua,314911,1100,803,141,264 +Nicaragua,314912,64746,803,141,264 +Nicaragua,314991,52359,803,141,264 +Nicaragua,314999,361491,803,141,264 +Nicaragua,315221,108590491,803,141,264 +Nicaragua,315222,1073804,803,141,264 +Nicaragua,315223,215576669,803,141,264 +Nicaragua,315224,171975346,803,141,264 +Nicaragua,315228,56877080,803,141,264 +Nicaragua,315231,26909697,803,141,264 +Nicaragua,315232,308670901,803,141,264 +Nicaragua,315233,2825695,803,141,264 +Nicaragua,315234,12786655,803,141,264 +Nicaragua,315239,131944423,803,141,264 +Nicaragua,315291,4617387,803,141,264 +Nicaragua,315991,395,803,141,264 +Nicaragua,315993,944,803,141,264 +Nicaragua,315999,6515108,803,141,264 +Nicaragua,316211,350,803,141,264 +Nicaragua,316213,25815,803,141,264 +Nicaragua,316214,1136756,803,141,264 +Nicaragua,316219,82759,803,141,264 +Nicaragua,316991,4509,803,141,264 +Nicaragua,316992,79401,803,141,264 +Nicaragua,316993,2848,803,141,264 +Nicaragua,316999,1052664,803,141,264 +Nicaragua,321113,2483946,803,141,264 +Nicaragua,321211,17151,803,141,264 +Nicaragua,321213,18201,803,141,264 +Nicaragua,321911,123378,803,141,264 +Nicaragua,321918,580904,803,141,264 +Nicaragua,321920,332938,803,141,264 +Nicaragua,321999,66018,803,141,264 +Nicaragua,322211,24305,803,141,264 +Nicaragua,322213,89462,803,141,264 +Nicaragua,322222,16606,803,141,264 +Nicaragua,322223,10298,803,141,264 +Nicaragua,323117,8824,803,141,264 +Nicaragua,323119,104059,803,141,264 +Nicaragua,325188,289000,803,141,264 +Nicaragua,325412,10839,803,141,264 +Nicaragua,325414,503234,803,141,264 +Nicaragua,326199,215428,803,141,264 +Nicaragua,326220,531,803,141,264 +Nicaragua,327112,45616,803,141,264 +Nicaragua,327122,7732,803,141,264 +Nicaragua,327123,95850,803,141,264 +Nicaragua,327212,8197,803,141,264 +Nicaragua,327390,131018,803,141,264 +Nicaragua,327999,112316,803,141,264 +Nicaragua,331419,58361311,803,141,264 +Nicaragua,331491,5203967,803,141,264 +Nicaragua,331492,35189,803,141,264 +Nicaragua,332211,3919,803,141,264 +Nicaragua,332420,3585,803,141,264 +Nicaragua,332510,5474,803,141,264 +Nicaragua,332999,9395,803,141,264 +Nicaragua,333111,8550,803,141,264 +Nicaragua,333120,5588,803,141,264 +Nicaragua,333132,749242,803,141,264 +Nicaragua,333512,8250,803,141,264 +Nicaragua,333618,15250,803,141,264 +Nicaragua,333993,13500,803,141,264 +Nicaragua,333999,470569,803,141,264 +Nicaragua,334111,5839,803,141,264 +Nicaragua,334119,7562,803,141,264 +Nicaragua,334220,21403,803,141,264 +Nicaragua,334310,10137,803,141,264 +Nicaragua,334413,58762,803,141,264 +Nicaragua,334418,3050,803,141,264 +Nicaragua,334419,16727,803,141,264 +Nicaragua,334511,3926,803,141,264 +Nicaragua,334513,9805,803,141,264 +Nicaragua,334515,6794,803,141,264 +Nicaragua,334516,6143,803,141,264 +Nicaragua,335121,1691,803,141,264 +Nicaragua,335129,8791,803,141,264 +Nicaragua,335228,5020,803,141,264 +Nicaragua,335312,125000,803,141,264 +Nicaragua,335313,18777,803,141,264 +Nicaragua,335929,4050,803,141,264 +Nicaragua,335999,3050,803,141,264 +Nicaragua,336322,291818511,803,141,264 +Nicaragua,336399,26667,803,141,264 +Nicaragua,336991,33432,803,141,264 +Nicaragua,337124,237720,803,141,264 +Nicaragua,337127,257317,803,141,264 +Nicaragua,337211,14739,803,141,264 +Nicaragua,337215,10116154,803,141,264 +Nicaragua,339112,619179,803,141,264 +Nicaragua,339113,445371,803,141,264 +Nicaragua,339911,147588,803,141,264 +Nicaragua,339914,3331,803,141,264 +Nicaragua,339920,36314,803,141,264 +Nicaragua,339991,835,803,141,264 +Nicaragua,339992,70757,803,141,264 +Nicaragua,339993,100815,803,141,264 +Nicaragua,339999,75522,803,141,264 +Nicaragua,910000,37893856,803,141,264 +Nicaragua,920000,261723,803,141,264 +Nicaragua,980000,3575866,803,141,264 +Nicaragua,990000,8029111,803,141,264 +Niger,111422,3497,805,142,265 +Niger,112990,7333,805,142,265 +Niger,311421,15354,805,142,265 +Niger,312120,20650,805,142,265 +Niger,312140,4006,805,142,265 +Niger,313249,558,805,142,265 +Niger,313320,1117,805,142,265 +Niger,314110,824653,805,142,265 +Niger,314999,50419,805,142,265 +Niger,315222,2222,805,142,265 +Niger,315223,1192,805,142,265 +Niger,315224,1137,805,142,265 +Niger,315999,964,805,142,265 +Niger,316213,2722,805,142,265 +Niger,316214,7390,805,142,265 +Niger,316991,553,805,142,265 +Niger,316992,2465,805,142,265 +Niger,316999,531,805,142,265 +Niger,322130,6776,805,142,265 +Niger,323117,2074,805,142,265 +Niger,324110,24274529,805,142,265 +Niger,325311,15781,805,142,265 +Niger,326199,26391,805,142,265 +Niger,326220,3476,805,142,265 +Niger,326299,1571,805,142,265 +Niger,327112,4375,805,142,265 +Niger,331491,3888,805,142,265 +Niger,332611,3513,805,142,265 +Niger,332618,35465,805,142,265 +Niger,332722,11165,805,142,265 +Niger,332911,13890,805,142,265 +Niger,332991,2550,805,142,265 +Niger,333111,124586,805,142,265 +Niger,333220,32571,805,142,265 +Niger,333415,6910,805,142,265 +Niger,333924,68347,805,142,265 +Niger,333999,29163,805,142,265 +Niger,334119,104500,805,142,265 +Niger,334220,107865,805,142,265 +Niger,334413,55922,805,142,265 +Niger,334515,6119,805,142,265 +Niger,335129,2520,805,142,265 +Niger,335211,6412,805,142,265 +Niger,335228,19585,805,142,265 +Niger,335314,74316,805,142,265 +Niger,335929,72150,805,142,265 +Niger,335931,2836,805,142,265 +Niger,335999,3263,805,142,265 +Niger,336330,41991,805,142,265 +Niger,336350,2833,805,142,265 +Niger,336399,25019,805,142,265 +Niger,337215,4094,805,142,265 +Niger,339113,54667,805,142,265 +Niger,339911,32019,805,142,265 +Niger,339914,2296,805,142,265 +Niger,339920,6750,805,142,265 +Niger,339932,13929,805,142,265 +Niger,339991,4844,805,142,265 +Niger,339999,3355,805,142,265 +Niger,920000,336660,805,142,265 +Niger,980000,351023,805,142,265 +Niger,990000,76902,805,142,265 +Nigeria,111120,819193,805,143,266 +Nigeria,111130,400128,805,143,266 +Nigeria,111219,18539,805,143,266 +Nigeria,111335,27886070,805,143,266 +Nigeria,111339,95514,805,143,266 +Nigeria,111998,231140,805,143,266 +Nigeria,112511,304117,805,143,266 +Nigeria,113210,13854082,805,143,266 +Nigeria,113310,172239,805,143,266 +Nigeria,114112,1525056,805,143,266 +Nigeria,211111,28286460252,805,143,266 +Nigeria,211112,1774360798,805,143,266 +Nigeria,212299,29335,805,143,266 +Nigeria,311119,6916500,805,143,266 +Nigeria,311211,114567,805,143,266 +Nigeria,311212,3167,805,143,266 +Nigeria,311221,15203,805,143,266 +Nigeria,311223,42591,805,143,266 +Nigeria,311230,40762,805,143,266 +Nigeria,311320,15282705,805,143,266 +Nigeria,311411,14256,805,143,266 +Nigeria,311421,60102,805,143,266 +Nigeria,311422,76183,805,143,266 +Nigeria,311423,230694,805,143,266 +Nigeria,311514,41002,805,143,266 +Nigeria,311611,100529,805,143,266 +Nigeria,311711,138208,805,143,266 +Nigeria,311811,3388,805,143,266 +Nigeria,311920,1198220,805,143,266 +Nigeria,311942,1946684,805,143,266 +Nigeria,311999,6112,805,143,266 +Nigeria,312111,68792,805,143,266 +Nigeria,313210,1119,805,143,266 +Nigeria,313249,3943,805,143,266 +Nigeria,314129,780,805,143,266 +Nigeria,314999,1687,805,143,266 +Nigeria,315221,1874,805,143,266 +Nigeria,315222,1898,805,143,266 +Nigeria,315223,7554,805,143,266 +Nigeria,315224,522,805,143,266 +Nigeria,315228,1375,805,143,266 +Nigeria,315232,21059,805,143,266 +Nigeria,315233,18271,805,143,266 +Nigeria,315234,7483,805,143,266 +Nigeria,315239,7082,805,143,266 +Nigeria,315991,2336,805,143,266 +Nigeria,315999,4280,805,143,266 +Nigeria,316110,1393551,805,143,266 +Nigeria,316213,1760,805,143,266 +Nigeria,316214,32945,805,143,266 +Nigeria,316991,1289,805,143,266 +Nigeria,316992,2749,805,143,266 +Nigeria,316999,268,805,143,266 +Nigeria,321113,25892,805,143,266 +Nigeria,321211,10601,805,143,266 +Nigeria,321999,128623,805,143,266 +Nigeria,322223,1212000,805,143,266 +Nigeria,323117,18046,805,143,266 +Nigeria,323119,8111,805,143,266 +Nigeria,324110,1188472948,805,143,266 +Nigeria,325188,6698,805,143,266 +Nigeria,325199,26173,805,143,266 +Nigeria,325412,2755,805,143,266 +Nigeria,325611,221065,805,143,266 +Nigeria,325620,23843,805,143,266 +Nigeria,325910,4640,805,143,266 +Nigeria,325998,241012,805,143,266 +Nigeria,326199,44202,805,143,266 +Nigeria,326220,1814,805,143,266 +Nigeria,326299,8352,805,143,266 +Nigeria,327211,10252,805,143,266 +Nigeria,327212,7083,805,143,266 +Nigeria,327910,3150,805,143,266 +Nigeria,327999,36503,805,143,266 +Nigeria,331312,16062105,805,143,266 +Nigeria,332212,10500,805,143,266 +Nigeria,332420,39630,805,143,266 +Nigeria,332510,7512,805,143,266 +Nigeria,332911,113170,805,143,266 +Nigeria,332919,7910,805,143,266 +Nigeria,332999,39042,805,143,266 +Nigeria,333111,4099,805,143,266 +Nigeria,333120,22731,805,143,266 +Nigeria,333131,11114,805,143,266 +Nigeria,333132,320375,805,143,266 +Nigeria,333220,7072,805,143,266 +Nigeria,333293,19090,805,143,266 +Nigeria,333315,4611,805,143,266 +Nigeria,333613,23641,805,143,266 +Nigeria,333618,31915,805,143,266 +Nigeria,333911,12819,805,143,266 +Nigeria,333992,99675,805,143,266 +Nigeria,333999,11568,805,143,266 +Nigeria,334111,38828,805,143,266 +Nigeria,334112,2619,805,143,266 +Nigeria,334119,39029,805,143,266 +Nigeria,334220,107482,805,143,266 +Nigeria,334418,26982,805,143,266 +Nigeria,334419,27465,805,143,266 +Nigeria,334510,13153,805,143,266 +Nigeria,334511,11493,805,143,266 +Nigeria,334513,51469,805,143,266 +Nigeria,334515,64469,805,143,266 +Nigeria,334516,73431,805,143,266 +Nigeria,334519,8543,805,143,266 +Nigeria,334613,2850,805,143,266 +Nigeria,335312,6954,805,143,266 +Nigeria,335314,3775,805,143,266 +Nigeria,336321,73985,805,143,266 +Nigeria,336322,10650,805,143,266 +Nigeria,336399,3500,805,143,266 +Nigeria,336412,3650,805,143,266 +Nigeria,337127,8618,805,143,266 +Nigeria,337214,2300,805,143,266 +Nigeria,339911,24576,805,143,266 +Nigeria,339913,234535,805,143,266 +Nigeria,339992,13587,805,143,266 +Nigeria,339999,17658,805,143,266 +Nigeria,910000,16956,805,143,266 +Nigeria,920000,3033087,805,143,266 +Nigeria,980000,11332439,805,143,266 +Nigeria,990000,921956,805,143,266 +Norfolk Island,111421,4595,808,144,267 +Norfolk Island,334419,5606,808,144,267 +Norfolk Island,990000,299,808,144,267 +North Korea,920000,8763,807,145,268 +Norway,111339,25724,804,146,269 +Norway,111422,14017,804,146,269 +Norway,112111,263354,804,146,269 +Norway,112511,274780418,804,146,269 +Norway,112920,1150188,804,146,269 +Norway,112990,7578,804,146,269 +Norway,113210,312059,804,146,269 +Norway,114111,257707859,804,146,269 +Norway,114112,4431133,804,146,269 +Norway,114119,1929939,804,146,269 +Norway,211111,759221917,804,146,269 +Norway,211112,370323445,804,146,269 +Norway,212210,108600,804,146,269 +Norway,212291,1698750,804,146,269 +Norway,212311,534880,804,146,269 +Norway,212319,3399813,804,146,269 +Norway,212322,347380,804,146,269 +Norway,212393,60009,804,146,269 +Norway,212399,2156415,804,146,269 +Norway,311119,23384,804,146,269 +Norway,311211,23545,804,146,269 +Norway,311221,15072,804,146,269 +Norway,311225,4908325,804,146,269 +Norway,311230,17520,804,146,269 +Norway,311320,560932,804,146,269 +Norway,311340,17478,804,146,269 +Norway,311421,47817,804,146,269 +Norway,311513,42331041,804,146,269 +Norway,311514,1510742,804,146,269 +Norway,311611,169734,804,146,269 +Norway,311613,1315868,804,146,269 +Norway,311711,17495024,804,146,269 +Norway,311811,2173548,804,146,269 +Norway,311920,13307,804,146,269 +Norway,311930,39101,804,146,269 +Norway,311999,5625829,804,146,269 +Norway,312111,12354,804,146,269 +Norway,312112,21931744,804,146,269 +Norway,312113,166110,804,146,269 +Norway,312120,563236,804,146,269 +Norway,312140,3578027,804,146,269 +Norway,312221,4004,804,146,269 +Norway,313111,246533,804,146,269 +Norway,313113,563,804,146,269 +Norway,313210,29516,804,146,269 +Norway,313221,660973,804,146,269 +Norway,313230,40723,804,146,269 +Norway,313312,61223,804,146,269 +Norway,313320,63385,804,146,269 +Norway,314110,9834,804,146,269 +Norway,314129,110577,804,146,269 +Norway,314911,2556,804,146,269 +Norway,314912,3556,804,146,269 +Norway,314991,1138710,804,146,269 +Norway,314999,220842,804,146,269 +Norway,315111,9968,804,146,269 +Norway,315221,58413,804,146,269 +Norway,315222,57336,804,146,269 +Norway,315223,3338,804,146,269 +Norway,315224,47312,804,146,269 +Norway,315228,754159,804,146,269 +Norway,315231,13401,804,146,269 +Norway,315232,53599,804,146,269 +Norway,315233,3487,804,146,269 +Norway,315234,95930,804,146,269 +Norway,315239,868098,804,146,269 +Norway,315291,5616,804,146,269 +Norway,315292,106441,804,146,269 +Norway,315991,88531,804,146,269 +Norway,315992,4064,804,146,269 +Norway,315999,48457,804,146,269 +Norway,316110,948091,804,146,269 +Norway,316211,1047,804,146,269 +Norway,316213,16844,804,146,269 +Norway,316214,22943,804,146,269 +Norway,316219,405,804,146,269 +Norway,316991,606964,804,146,269 +Norway,316992,5176,804,146,269 +Norway,316993,3190,804,146,269 +Norway,316999,25853,804,146,269 +Norway,321113,3624,804,146,269 +Norway,321211,807266,804,146,269 +Norway,321213,3623511,804,146,269 +Norway,321219,30814,804,146,269 +Norway,321918,291015,804,146,269 +Norway,321920,373703,804,146,269 +Norway,321999,122372,804,146,269 +Norway,322110,15859227,804,146,269 +Norway,322121,31095393,804,146,269 +Norway,322122,87547704,804,146,269 +Norway,322130,172138,804,146,269 +Norway,322211,41869,804,146,269 +Norway,322213,6401,804,146,269 +Norway,322222,364417,804,146,269 +Norway,322223,1066663,804,146,269 +Norway,322233,11355,804,146,269 +Norway,322291,3079,804,146,269 +Norway,322299,852401,804,146,269 +Norway,323117,172953,804,146,269 +Norway,323118,744,804,146,269 +Norway,323119,822191,804,146,269 +Norway,324110,2052237284,804,146,269 +Norway,325110,147135097,804,146,269 +Norway,325131,1375322,804,146,269 +Norway,325181,11920623,804,146,269 +Norway,325182,22134,804,146,269 +Norway,325188,21358576,804,146,269 +Norway,325191,7204,804,146,269 +Norway,325192,24444,804,146,269 +Norway,325199,58247880,804,146,269 +Norway,325211,10062582,804,146,269 +Norway,325212,517168,804,146,269 +Norway,325222,7931,804,146,269 +Norway,325311,70489519,804,146,269 +Norway,325312,24939168,804,146,269 +Norway,325320,1938748,804,146,269 +Norway,325411,141350557,804,146,269 +Norway,325412,216854927,804,146,269 +Norway,325414,11892582,804,146,269 +Norway,325510,3848021,804,146,269 +Norway,325520,180980,804,146,269 +Norway,325611,4689056,804,146,269 +Norway,325612,200893,804,146,269 +Norway,325613,4903318,804,146,269 +Norway,325910,21660,804,146,269 +Norway,325920,6449093,804,146,269 +Norway,325998,599453,804,146,269 +Norway,326113,47418,804,146,269 +Norway,326121,26442,804,146,269 +Norway,326122,248983,804,146,269 +Norway,326160,26589,804,146,269 +Norway,326191,7932,804,146,269 +Norway,326192,682,804,146,269 +Norway,326199,3315629,804,146,269 +Norway,326211,26972,804,146,269 +Norway,326220,3631978,804,146,269 +Norway,326299,947647,804,146,269 +Norway,327111,137785,804,146,269 +Norway,327112,324668,804,146,269 +Norway,327113,258566,804,146,269 +Norway,327125,662515,804,146,269 +Norway,327211,28439,804,146,269 +Norway,327212,1731224,804,146,269 +Norway,327215,2637,804,146,269 +Norway,327390,3151,804,146,269 +Norway,327910,16774354,804,146,269 +Norway,327991,376914,804,146,269 +Norway,327992,149664,804,146,269 +Norway,327993,72150,804,146,269 +Norway,327999,154616,804,146,269 +Norway,331111,8331997,804,146,269 +Norway,331112,122770171,804,146,269 +Norway,331222,38795,804,146,269 +Norway,331312,4904075,804,146,269 +Norway,331315,892279,804,146,269 +Norway,331316,505145,804,146,269 +Norway,331319,923754,804,146,269 +Norway,331419,767428967,804,146,269 +Norway,331421,6477,804,146,269 +Norway,331422,27768,804,146,269 +Norway,331491,1401652,804,146,269 +Norway,331511,941852,804,146,269 +Norway,332115,70475,804,146,269 +Norway,332211,141866,804,146,269 +Norway,332212,1748685,804,146,269 +Norway,332213,354067,804,146,269 +Norway,332312,7422318,804,146,269 +Norway,332321,1944340,804,146,269 +Norway,332410,604954,804,146,269 +Norway,332420,6599224,804,146,269 +Norway,332439,996239,804,146,269 +Norway,332510,1817184,804,146,269 +Norway,332611,81712,804,146,269 +Norway,332618,3769947,804,146,269 +Norway,332722,4319311,804,146,269 +Norway,332911,7374922,804,146,269 +Norway,332912,4986348,804,146,269 +Norway,332913,5791,804,146,269 +Norway,332919,769422,804,146,269 +Norway,332991,1061852,804,146,269 +Norway,332992,35291382,804,146,269 +Norway,332994,105771236,804,146,269 +Norway,332995,483373,804,146,269 +Norway,332997,72183,804,146,269 +Norway,332998,66165,804,146,269 +Norway,332999,8988876,804,146,269 +Norway,333111,8463580,804,146,269 +Norway,333120,15733390,804,146,269 +Norway,333131,382001,804,146,269 +Norway,333132,34003272,804,146,269 +Norway,333210,105620,804,146,269 +Norway,333220,396567,804,146,269 +Norway,333291,1329419,804,146,269 +Norway,333292,340139,804,146,269 +Norway,333293,83793,804,146,269 +Norway,333294,208686,804,146,269 +Norway,333295,180941,804,146,269 +Norway,333298,461003,804,146,269 +Norway,333311,1970850,804,146,269 +Norway,333313,13712531,804,146,269 +Norway,333314,2922167,804,146,269 +Norway,333315,1420129,804,146,269 +Norway,333319,6344,804,146,269 +Norway,333411,483711,804,146,269 +Norway,333412,302897,804,146,269 +Norway,333414,9404294,804,146,269 +Norway,333415,1716654,804,146,269 +Norway,333511,230818,804,146,269 +Norway,333512,89216,804,146,269 +Norway,333513,872485,804,146,269 +Norway,333514,326337,804,146,269 +Norway,333515,6355412,804,146,269 +Norway,333611,402171,804,146,269 +Norway,333612,14174898,804,146,269 +Norway,333613,3009588,804,146,269 +Norway,333618,6910374,804,146,269 +Norway,333911,7995353,804,146,269 +Norway,333912,2174262,804,146,269 +Norway,333913,239181,804,146,269 +Norway,333921,126326,804,146,269 +Norway,333922,671142,804,146,269 +Norway,333923,16330619,804,146,269 +Norway,333924,264674,804,146,269 +Norway,333991,4055338,804,146,269 +Norway,333992,151211,804,146,269 +Norway,333993,2355371,804,146,269 +Norway,333994,3573063,804,146,269 +Norway,333995,1879177,804,146,269 +Norway,333996,37440895,804,146,269 +Norway,333997,53515,804,146,269 +Norway,333999,40792726,804,146,269 +Norway,334111,2409807,804,146,269 +Norway,334112,998106,804,146,269 +Norway,334119,11211309,804,146,269 +Norway,334210,429531,804,146,269 +Norway,334220,315110788,804,146,269 +Norway,334290,427614,804,146,269 +Norway,334310,21604880,804,146,269 +Norway,334411,13093,804,146,269 +Norway,334412,1341799,804,146,269 +Norway,334413,16284940,804,146,269 +Norway,334414,39733,804,146,269 +Norway,334415,140801,804,146,269 +Norway,334416,528889,804,146,269 +Norway,334417,1996476,804,146,269 +Norway,334418,5251881,804,146,269 +Norway,334419,23997946,804,146,269 +Norway,334510,37370212,804,146,269 +Norway,334511,57827778,804,146,269 +Norway,334512,160843,804,146,269 +Norway,334513,30710692,804,146,269 +Norway,334514,60632,804,146,269 +Norway,334515,6977961,804,146,269 +Norway,334516,3175715,804,146,269 +Norway,334517,668306,804,146,269 +Norway,334518,9739,804,146,269 +Norway,334519,40032026,804,146,269 +Norway,334612,95823,804,146,269 +Norway,334613,43975,804,146,269 +Norway,335110,1709123,804,146,269 +Norway,335121,51392,804,146,269 +Norway,335129,1641339,804,146,269 +Norway,335211,284066,804,146,269 +Norway,335212,88927,804,146,269 +Norway,335221,9069,804,146,269 +Norway,335224,3360,804,146,269 +Norway,335228,1386183,804,146,269 +Norway,335311,465508,804,146,269 +Norway,335312,2481329,804,146,269 +Norway,335313,3313467,804,146,269 +Norway,335314,6848898,804,146,269 +Norway,335911,562614,804,146,269 +Norway,335912,850564,804,146,269 +Norway,335921,7130785,804,146,269 +Norway,335929,16652155,804,146,269 +Norway,335931,1054769,804,146,269 +Norway,335932,956613,804,146,269 +Norway,335991,3942461,804,146,269 +Norway,335999,2843219,804,146,269 +Norway,336120,254246,804,146,269 +Norway,336214,72537,804,146,269 +Norway,336311,1102752,804,146,269 +Norway,336321,167106,804,146,269 +Norway,336322,657026,804,146,269 +Norway,336330,7939908,804,146,269 +Norway,336340,183352,804,146,269 +Norway,336350,258010,804,146,269 +Norway,336360,177316,804,146,269 +Norway,336399,9497977,804,146,269 +Norway,336411,15254,804,146,269 +Norway,336412,64699613,804,146,269 +Norway,336413,8833676,804,146,269 +Norway,336415,12966684,804,146,269 +Norway,336419,112453,804,146,269 +Norway,336510,120464,804,146,269 +Norway,336611,3154971,804,146,269 +Norway,336612,15434,804,146,269 +Norway,336991,140171,804,146,269 +Norway,336992,39636198,804,146,269 +Norway,337124,47594868,804,146,269 +Norway,337127,4197324,804,146,269 +Norway,337211,20303,804,146,269 +Norway,337214,207473,804,146,269 +Norway,337215,13698090,804,146,269 +Norway,337910,547,804,146,269 +Norway,337920,18345,804,146,269 +Norway,339112,5300980,804,146,269 +Norway,339113,2126870,804,146,269 +Norway,339114,285430,804,146,269 +Norway,339115,21361,804,146,269 +Norway,339911,108003,804,146,269 +Norway,339912,49118,804,146,269 +Norway,339914,9184,804,146,269 +Norway,339920,8418795,804,146,269 +Norway,339932,189717,804,146,269 +Norway,339941,23964,804,146,269 +Norway,339942,2650,804,146,269 +Norway,339950,76706,804,146,269 +Norway,339991,4558373,804,146,269 +Norway,339992,94469,804,146,269 +Norway,339993,29943,804,146,269 +Norway,339994,46599,804,146,269 +Norway,339999,34929903,804,146,269 +Norway,511210,159334,804,146,269 +Norway,910000,2373328,804,146,269 +Norway,920000,60469795,804,146,269 +Norway,980000,111338457,804,146,269 +Norway,990000,19570039,804,146,269 +Oman,112920,6182,806,147,270 +Oman,113210,11581,806,147,270 +Oman,114111,342765,806,147,270 +Oman,211111,389266883,806,147,270 +Oman,311225,70500,806,147,270 +Oman,311320,3539,806,147,270 +Oman,311340,116965,806,147,270 +Oman,311811,249180,806,147,270 +Oman,311999,39000,806,147,270 +Oman,313210,624,806,147,270 +Oman,314110,5463,806,147,270 +Oman,314129,977,806,147,270 +Oman,315223,1488,806,147,270 +Oman,315224,1611012,806,147,270 +Oman,315228,387491,806,147,270 +Oman,315231,483,806,147,270 +Oman,315232,5485,806,147,270 +Oman,315233,395,806,147,270 +Oman,315239,1229743,806,147,270 +Oman,315291,325048,806,147,270 +Oman,315991,369,806,147,270 +Oman,322223,36351,806,147,270 +Oman,324110,5118,806,147,270 +Oman,325132,16050,806,147,270 +Oman,325199,4446464,806,147,270 +Oman,325211,20669236,806,147,270 +Oman,325311,187469383,806,147,270 +Oman,325411,37996,806,147,270 +Oman,325611,6544,806,147,270 +Oman,325612,4250,806,147,270 +Oman,325620,290912,806,147,270 +Oman,325998,14407,806,147,270 +Oman,326113,103370545,806,147,270 +Oman,326160,2020,806,147,270 +Oman,326199,50456,806,147,270 +Oman,326299,819,806,147,270 +Oman,327991,491258,806,147,270 +Oman,331111,27648964,806,147,270 +Oman,331491,24310,806,147,270 +Oman,332911,42958,806,147,270 +Oman,332999,17900,806,147,270 +Oman,333120,5000,806,147,270 +Oman,333132,2625,806,147,270 +Oman,333512,6134,806,147,270 +Oman,333618,64867,806,147,270 +Oman,333996,4882,806,147,270 +Oman,333999,8694,806,147,270 +Oman,334111,2478,806,147,270 +Oman,334220,7371,806,147,270 +Oman,334290,5450,806,147,270 +Oman,334418,4265,806,147,270 +Oman,334419,43388,806,147,270 +Oman,334515,27973,806,147,270 +Oman,334516,27280,806,147,270 +Oman,334517,7425,806,147,270 +Oman,335312,4040,806,147,270 +Oman,335911,29653,806,147,270 +Oman,336311,40349,806,147,270 +Oman,336322,5406,806,147,270 +Oman,336340,8738,806,147,270 +Oman,336399,15060,806,147,270 +Oman,336510,40645,806,147,270 +Oman,339112,3650,806,147,270 +Oman,339911,62396616,806,147,270 +Oman,339999,64779,806,147,270 +Oman,920000,59477,806,147,270 +Oman,980000,8229738,806,147,270 +Oman,990000,760960,806,147,270 +Pakistan,111130,12840,806,148,271 +Pakistan,111219,24269,806,148,271 +Pakistan,111335,124293,806,148,271 +Pakistan,111339,4268993,806,148,271 +Pakistan,111910,478693,806,148,271 +Pakistan,111998,143945,806,148,271 +Pakistan,112910,98808,806,148,271 +Pakistan,113210,286345,806,148,271 +Pakistan,114111,1181021,806,148,271 +Pakistan,114112,2476280,806,148,271 +Pakistan,212311,65940,806,148,271 +Pakistan,212322,6489,806,148,271 +Pakistan,212393,1064940,806,148,271 +Pakistan,212399,37008,806,148,271 +Pakistan,311119,2574,806,148,271 +Pakistan,311211,34482,806,148,271 +Pakistan,311212,24197177,806,148,271 +Pakistan,311221,13335364,806,148,271 +Pakistan,311223,25647,806,148,271 +Pakistan,311225,103654,806,148,271 +Pakistan,311230,5901,806,148,271 +Pakistan,311311,7441,806,148,271 +Pakistan,311320,27915,806,148,271 +Pakistan,311340,1019969,806,148,271 +Pakistan,311411,2437,806,148,271 +Pakistan,311421,1026647,806,148,271 +Pakistan,311423,570551,806,148,271 +Pakistan,311514,253868,806,148,271 +Pakistan,311611,43630,806,148,271 +Pakistan,311711,314143,806,148,271 +Pakistan,311811,2656831,806,148,271 +Pakistan,311822,80404,806,148,271 +Pakistan,311823,143987,806,148,271 +Pakistan,311911,33732,806,148,271 +Pakistan,311919,78236,806,148,271 +Pakistan,311920,1099123,806,148,271 +Pakistan,311930,9656,806,148,271 +Pakistan,311941,456195,806,148,271 +Pakistan,311942,8821384,806,148,271 +Pakistan,311999,7959707,806,148,271 +Pakistan,312111,941297,806,148,271 +Pakistan,312140,38320,806,148,271 +Pakistan,313111,34837949,806,148,271 +Pakistan,313113,416,806,148,271 +Pakistan,313210,111348787,806,148,271 +Pakistan,313221,313442,806,148,271 +Pakistan,313230,71505,806,148,271 +Pakistan,313249,571108,806,148,271 +Pakistan,313320,1623572,806,148,271 +Pakistan,314110,60831585,806,148,271 +Pakistan,314121,69069944,806,148,271 +Pakistan,314129,1353711435,806,148,271 +Pakistan,314911,1362517,806,148,271 +Pakistan,314912,377541,806,148,271 +Pakistan,314991,411021,806,148,271 +Pakistan,314999,41520311,806,148,271 +Pakistan,315111,175663717,806,148,271 +Pakistan,315221,64835899,806,148,271 +Pakistan,315222,1974849,806,148,271 +Pakistan,315223,538871702,806,148,271 +Pakistan,315224,190982032,806,148,271 +Pakistan,315228,151676778,806,148,271 +Pakistan,315231,51506859,806,148,271 +Pakistan,315232,135425419,806,148,271 +Pakistan,315233,5885064,806,148,271 +Pakistan,315234,26221436,806,148,271 +Pakistan,315239,199776101,806,148,271 +Pakistan,315291,13025460,806,148,271 +Pakistan,315292,34173339,806,148,271 +Pakistan,315991,786692,806,148,271 +Pakistan,315992,62274579,806,148,271 +Pakistan,315999,12993039,806,148,271 +Pakistan,316110,5312467,806,148,271 +Pakistan,316211,29759,806,148,271 +Pakistan,316212,291542,806,148,271 +Pakistan,316213,359908,806,148,271 +Pakistan,316214,346376,806,148,271 +Pakistan,316219,237122,806,148,271 +Pakistan,316991,7315603,806,148,271 +Pakistan,316992,342657,806,148,271 +Pakistan,316993,289829,806,148,271 +Pakistan,316999,2083160,806,148,271 +Pakistan,321911,11317,806,148,271 +Pakistan,321920,10643,806,148,271 +Pakistan,321999,708777,806,148,271 +Pakistan,322110,713963,806,148,271 +Pakistan,322121,176520,806,148,271 +Pakistan,322211,81477,806,148,271 +Pakistan,322212,12172,806,148,271 +Pakistan,322222,38257,806,148,271 +Pakistan,322223,154416,806,148,271 +Pakistan,322233,2371,806,148,271 +Pakistan,322291,12852,806,148,271 +Pakistan,322299,25666,806,148,271 +Pakistan,323117,390146,806,148,271 +Pakistan,323118,2351,806,148,271 +Pakistan,323119,479106,806,148,271 +Pakistan,325132,298019,806,148,271 +Pakistan,325191,44108,806,148,271 +Pakistan,325199,65384,806,148,271 +Pakistan,325211,20592573,806,148,271 +Pakistan,325212,9580,806,148,271 +Pakistan,325221,147857,806,148,271 +Pakistan,325222,14663,806,148,271 +Pakistan,325320,194670,806,148,271 +Pakistan,325411,72834,806,148,271 +Pakistan,325412,129450,806,148,271 +Pakistan,325414,18357,806,148,271 +Pakistan,325510,89433,806,148,271 +Pakistan,325611,213188,806,148,271 +Pakistan,325620,387304,806,148,271 +Pakistan,325998,27999,806,148,271 +Pakistan,326122,2779,806,148,271 +Pakistan,326160,7041,806,148,271 +Pakistan,326191,2138,806,148,271 +Pakistan,326199,3440819,806,148,271 +Pakistan,326220,194726,806,148,271 +Pakistan,326299,104359,806,148,271 +Pakistan,327112,341341,806,148,271 +Pakistan,327212,250479,806,148,271 +Pakistan,327215,72252,806,148,271 +Pakistan,327390,160536,806,148,271 +Pakistan,327991,6416211,806,148,271 +Pakistan,327992,5803209,806,148,271 +Pakistan,327999,888099,806,148,271 +Pakistan,331111,2213163,806,148,271 +Pakistan,331222,37137,806,148,271 +Pakistan,331316,51398,806,148,271 +Pakistan,331319,97927,806,148,271 +Pakistan,331422,834159,806,148,271 +Pakistan,331491,30741,806,148,271 +Pakistan,331511,5831,806,148,271 +Pakistan,332115,4780,806,148,271 +Pakistan,332211,19606708,806,148,271 +Pakistan,332212,5318458,806,148,271 +Pakistan,332213,4200,806,148,271 +Pakistan,332214,480924,806,148,271 +Pakistan,332321,2250,806,148,271 +Pakistan,332420,23787,806,148,271 +Pakistan,332510,458189,806,148,271 +Pakistan,332618,1409130,806,148,271 +Pakistan,332722,41199,806,148,271 +Pakistan,332911,57418,806,148,271 +Pakistan,332913,6000,806,148,271 +Pakistan,332991,255902,806,148,271 +Pakistan,332992,186498,806,148,271 +Pakistan,332994,46363,806,148,271 +Pakistan,332998,15860,806,148,271 +Pakistan,332999,1874135,806,148,271 +Pakistan,333111,166377,806,148,271 +Pakistan,333120,47612,806,148,271 +Pakistan,333132,5852,806,148,271 +Pakistan,333210,3327,806,148,271 +Pakistan,333292,32379,806,148,271 +Pakistan,333294,335227,806,148,271 +Pakistan,333311,49955,806,148,271 +Pakistan,333314,34626,806,148,271 +Pakistan,333415,408635,806,148,271 +Pakistan,333511,6201,806,148,271 +Pakistan,333513,4832,806,148,271 +Pakistan,333514,80629,806,148,271 +Pakistan,333515,45644,806,148,271 +Pakistan,333612,260639,806,148,271 +Pakistan,333613,64133,806,148,271 +Pakistan,333618,63482,806,148,271 +Pakistan,333911,6826,806,148,271 +Pakistan,333922,262814,806,148,271 +Pakistan,333924,166977,806,148,271 +Pakistan,333991,16702,806,148,271 +Pakistan,333993,40689,806,148,271 +Pakistan,333999,59091,806,148,271 +Pakistan,334111,5242,806,148,271 +Pakistan,334112,2531,806,148,271 +Pakistan,334119,26207,806,148,271 +Pakistan,334220,39236,806,148,271 +Pakistan,334413,2221221,806,148,271 +Pakistan,334414,277892,806,148,271 +Pakistan,334417,18355,806,148,271 +Pakistan,334419,15150,806,148,271 +Pakistan,334510,489792,806,148,271 +Pakistan,334511,20451,806,148,271 +Pakistan,334513,115745,806,148,271 +Pakistan,334515,55919,806,148,271 +Pakistan,334516,3010,806,148,271 +Pakistan,334519,11092,806,148,271 +Pakistan,334612,3444,806,148,271 +Pakistan,335121,1118347,806,148,271 +Pakistan,335129,699663,806,148,271 +Pakistan,335211,2305,806,148,271 +Pakistan,335221,25861,806,148,271 +Pakistan,335313,7300,806,148,271 +Pakistan,335921,142283,806,148,271 +Pakistan,335931,2567,806,148,271 +Pakistan,335999,422794,806,148,271 +Pakistan,336311,1573760,806,148,271 +Pakistan,336322,48690,806,148,271 +Pakistan,336330,34993,806,148,271 +Pakistan,336350,221105,806,148,271 +Pakistan,336360,4405,806,148,271 +Pakistan,336399,1689254,806,148,271 +Pakistan,336412,690249,806,148,271 +Pakistan,336413,677366,806,148,271 +Pakistan,336510,62250,806,148,271 +Pakistan,336991,251075,806,148,271 +Pakistan,337124,174401,806,148,271 +Pakistan,337127,589151,806,148,271 +Pakistan,337211,17292,806,148,271 +Pakistan,337215,49426,806,148,271 +Pakistan,337910,57761,806,148,271 +Pakistan,339112,50857523,806,148,271 +Pakistan,339113,1443170,806,148,271 +Pakistan,339114,3244532,806,148,271 +Pakistan,339911,39896331,806,148,271 +Pakistan,339912,54082,806,148,271 +Pakistan,339913,1572718,806,148,271 +Pakistan,339914,171868,806,148,271 +Pakistan,339920,42768488,806,148,271 +Pakistan,339932,354558,806,148,271 +Pakistan,339941,2915,806,148,271 +Pakistan,339942,53089,806,148,271 +Pakistan,339991,1596,806,148,271 +Pakistan,339992,794533,806,148,271 +Pakistan,339993,55088,806,148,271 +Pakistan,339994,4059788,806,148,271 +Pakistan,339999,1148186,806,148,271 +Pakistan,910000,19325862,806,148,271 +Pakistan,920000,6923394,806,148,271 +Pakistan,980000,24983536,806,148,271 +Pakistan,990000,8033194,806,148,271 +Palau,114119,3664,808,149,272 +Palau,333912,5075,808,149,272 +Palau,339920,3948,808,149,272 +Palau,980000,132265,808,149,272 +Palau,990000,6268,808,149,272 +Palestinian Territory,111219,195395,806,150,273 +Palestinian Territory,111339,175900,806,150,273 +Palestinian Territory,111998,1617473,806,150,273 +Palestinian Territory,311223,828732,806,150,273 +Palestinian Territory,311423,57860,806,150,273 +Palestinian Territory,311942,11260,806,150,273 +Palestinian Territory,313230,7792,806,150,273 +Palestinian Territory,315221,734,806,150,273 +Palestinian Territory,315222,45470,806,150,273 +Palestinian Territory,315223,52311,806,150,273 +Palestinian Territory,315224,3104349,806,150,273 +Palestinian Territory,321999,11464,806,150,273 +Palestinian Territory,323122,4980,806,150,273 +Palestinian Territory,325611,3311,806,150,273 +Palestinian Territory,326299,352,806,150,273 +Palestinian Territory,327991,76936,806,150,273 +Palestinian Territory,333513,3011,806,150,273 +Palestinian Territory,336391,11185,806,150,273 +Palestinian Territory,339999,186815,806,150,273 +Palestinian Territory,910000,97300,806,150,273 +Palestinian Territory,990000,835644,806,150,273 +Panama,111130,21571,803,151,274 +Panama,111219,3954148,803,151,274 +Panama,111339,34203372,803,151,274 +Panama,111422,13971,803,151,274 +Panama,111998,98705,803,151,274 +Panama,112511,2280,803,151,274 +Panama,112920,10000,803,151,274 +Panama,112990,19907,803,151,274 +Panama,113210,32014,803,151,274 +Panama,114111,61789579,803,151,274 +Panama,114112,32428572,803,151,274 +Panama,311311,19054975,803,151,274 +Panama,311340,259334,803,151,274 +Panama,311421,477697,803,151,274 +Panama,311613,69644,803,151,274 +Panama,311711,33215,803,151,274 +Panama,311811,1657178,803,151,274 +Panama,311920,44323,803,151,274 +Panama,311941,59022,803,151,274 +Panama,311942,252566,803,151,274 +Panama,311999,22928,803,151,274 +Panama,312111,2129300,803,151,274 +Panama,312112,169924,803,151,274 +Panama,312113,13164,803,151,274 +Panama,312130,267596,803,151,274 +Panama,312140,1874080,803,151,274 +Panama,312229,175090,803,151,274 +Panama,313221,4485,803,151,274 +Panama,313249,528,803,151,274 +Panama,313320,22950,803,151,274 +Panama,314110,4961,803,151,274 +Panama,314121,5636,803,151,274 +Panama,314129,27051,803,151,274 +Panama,314991,5898,803,151,274 +Panama,314999,1696,803,151,274 +Panama,315111,33292,803,151,274 +Panama,315221,3449,803,151,274 +Panama,315222,1993,803,151,274 +Panama,315223,311556,803,151,274 +Panama,315224,52334,803,151,274 +Panama,315228,30084,803,151,274 +Panama,315231,22072,803,151,274 +Panama,315232,709733,803,151,274 +Panama,315233,31385,803,151,274 +Panama,315234,13402,803,151,274 +Panama,315239,355187,803,151,274 +Panama,315291,17323,803,151,274 +Panama,315991,2011,803,151,274 +Panama,315999,11398,803,151,274 +Panama,316110,11410,803,151,274 +Panama,316211,3442,803,151,274 +Panama,316212,4864,803,151,274 +Panama,316213,21808,803,151,274 +Panama,316214,4247,803,151,274 +Panama,316219,61592,803,151,274 +Panama,316991,329110,803,151,274 +Panama,316992,9600,803,151,274 +Panama,316993,6813,803,151,274 +Panama,321113,18214,803,151,274 +Panama,321211,29160,803,151,274 +Panama,321918,640394,803,151,274 +Panama,321999,33902,803,151,274 +Panama,322211,50941,803,151,274 +Panama,322212,122410,803,151,274 +Panama,322213,3604,803,151,274 +Panama,322215,905013,803,151,274 +Panama,322222,55002,803,151,274 +Panama,322223,6445,803,151,274 +Panama,322291,290121,803,151,274 +Panama,323117,274077,803,151,274 +Panama,323118,77873,803,151,274 +Panama,323119,612976,803,151,274 +Panama,324110,56989,803,151,274 +Panama,325132,2505,803,151,274 +Panama,325188,13460,803,151,274 +Panama,325192,2530,803,151,274 +Panama,325199,52104,803,151,274 +Panama,325211,69953,803,151,274 +Panama,325312,32390,803,151,274 +Panama,325320,21477,803,151,274 +Panama,325412,533546,803,151,274 +Panama,325414,376440,803,151,274 +Panama,325611,2594,803,151,274 +Panama,325620,8346055,803,151,274 +Panama,325910,36023,803,151,274 +Panama,325998,295182,803,151,274 +Panama,326113,71890,803,151,274 +Panama,326160,238419,803,151,274 +Panama,326199,375170,803,151,274 +Panama,326211,84762,803,151,274 +Panama,326220,12700,803,151,274 +Panama,326299,24702,803,151,274 +Panama,327111,58872,803,151,274 +Panama,327122,255689,803,151,274 +Panama,327213,2122928,803,151,274 +Panama,327215,56940,803,151,274 +Panama,327420,21773,803,151,274 +Panama,327910,7748,803,151,274 +Panama,327999,25536,803,151,274 +Panama,331312,1041460,803,151,274 +Panama,331315,141282,803,151,274 +Panama,331316,51632,803,151,274 +Panama,331419,25316520,803,151,274 +Panama,331491,3499281,803,151,274 +Panama,332211,7790,803,151,274 +Panama,332212,5125,803,151,274 +Panama,332213,18772,803,151,274 +Panama,332312,368473,803,151,274 +Panama,332321,6641,803,151,274 +Panama,332322,148399,803,151,274 +Panama,332323,9725,803,151,274 +Panama,332420,7537,803,151,274 +Panama,332439,12439,803,151,274 +Panama,332510,13802,803,151,274 +Panama,332618,100747,803,151,274 +Panama,332911,51224,803,151,274 +Panama,332999,3150,803,151,274 +Panama,333111,301682,803,151,274 +Panama,333120,50738,803,151,274 +Panama,333210,3325,803,151,274 +Panama,333220,486659,803,151,274 +Panama,333294,12286,803,151,274 +Panama,333313,86283,803,151,274 +Panama,333315,203226,803,151,274 +Panama,333412,2314,803,151,274 +Panama,333415,11322,803,151,274 +Panama,333511,148360,803,151,274 +Panama,333611,63627,803,151,274 +Panama,333613,4250,803,151,274 +Panama,333618,213916,803,151,274 +Panama,333911,34063,803,151,274 +Panama,333912,339691,803,151,274 +Panama,333923,75140,803,151,274 +Panama,333924,29309,803,151,274 +Panama,333991,21453,803,151,274 +Panama,333992,3955,803,151,274 +Panama,333993,17000,803,151,274 +Panama,333995,5129,803,151,274 +Panama,333996,18490,803,151,274 +Panama,333997,2337,803,151,274 +Panama,333999,69174,803,151,274 +Panama,334111,42124,803,151,274 +Panama,334112,23125,803,151,274 +Panama,334119,530518,803,151,274 +Panama,334220,1247433,803,151,274 +Panama,334290,7438,803,151,274 +Panama,334310,2657582,803,151,274 +Panama,334413,57533,803,151,274 +Panama,334414,4301,803,151,274 +Panama,334416,26091,803,151,274 +Panama,334417,9770,803,151,274 +Panama,334418,92437,803,151,274 +Panama,334419,713172,803,151,274 +Panama,334510,67693,803,151,274 +Panama,334511,16586,803,151,274 +Panama,334513,64425,803,151,274 +Panama,334514,7150,803,151,274 +Panama,334515,583947,803,151,274 +Panama,334516,290640,803,151,274 +Panama,334518,128557,803,151,274 +Panama,334519,125582,803,151,274 +Panama,334612,3575,803,151,274 +Panama,334613,124268,803,151,274 +Panama,335121,5215,803,151,274 +Panama,335129,7631,803,151,274 +Panama,335211,8770,803,151,274 +Panama,335222,62201,803,151,274 +Panama,335311,4941,803,151,274 +Panama,335312,3546,803,151,274 +Panama,335313,239550,803,151,274 +Panama,335314,25234,803,151,274 +Panama,335912,31203,803,151,274 +Panama,335929,5208,803,151,274 +Panama,335999,57910,803,151,274 +Panama,336311,43246,803,151,274 +Panama,336322,65781,803,151,274 +Panama,336350,5408,803,151,274 +Panama,336399,682828,803,151,274 +Panama,336413,1244167,803,151,274 +Panama,336510,4415,803,151,274 +Panama,336611,3950,803,151,274 +Panama,336991,8000,803,151,274 +Panama,336992,205292,803,151,274 +Panama,337121,545,803,151,274 +Panama,337124,44184,803,151,274 +Panama,337127,48257,803,151,274 +Panama,337214,218684,803,151,274 +Panama,337215,13434,803,151,274 +Panama,339112,15766,803,151,274 +Panama,339113,1780323,803,151,274 +Panama,339115,3390,803,151,274 +Panama,339911,349089,803,151,274 +Panama,339913,295246,803,151,274 +Panama,339914,12025,803,151,274 +Panama,339920,62336,803,151,274 +Panama,339932,16341,803,151,274 +Panama,339950,8388,803,151,274 +Panama,339992,24638,803,151,274 +Panama,339993,116712,803,151,274 +Panama,339994,20281,803,151,274 +Panama,339999,19257,803,151,274 +Panama,910000,37829932,803,151,274 +Panama,920000,2701955,803,151,274 +Panama,980000,134717272,803,151,274 +Panama,990000,4215908,803,151,274 +Papua New Guinea,111335,36761753,808,152,275 +Papua New Guinea,111339,41757132,808,152,275 +Papua New Guinea,111998,33782,808,152,275 +Papua New Guinea,112511,94696,808,152,275 +Papua New Guinea,113210,161186,808,152,275 +Papua New Guinea,114112,400720,808,152,275 +Papua New Guinea,311320,24719,808,152,275 +Papua New Guinea,311611,35652,808,152,275 +Papua New Guinea,311711,13079012,808,152,275 +Papua New Guinea,311920,2954274,808,152,275 +Papua New Guinea,315233,12890,808,152,275 +Papua New Guinea,321113,156976,808,152,275 +Papua New Guinea,321211,12314,808,152,275 +Papua New Guinea,321918,74983,808,152,275 +Papua New Guinea,321999,37461,808,152,275 +Papua New Guinea,332510,3059,808,152,275 +Papua New Guinea,332911,5710,808,152,275 +Papua New Guinea,333120,19300,808,152,275 +Papua New Guinea,333618,78067,808,152,275 +Papua New Guinea,333996,2091,808,152,275 +Papua New Guinea,334111,3100,808,152,275 +Papua New Guinea,334119,23657,808,152,275 +Papua New Guinea,334413,88470,808,152,275 +Papua New Guinea,334419,30755,808,152,275 +Papua New Guinea,334515,59730,808,152,275 +Papua New Guinea,335312,10892,808,152,275 +Papua New Guinea,336311,2300,808,152,275 +Papua New Guinea,336350,465515,808,152,275 +Papua New Guinea,336412,7997,808,152,275 +Papua New Guinea,337127,380,808,152,275 +Papua New Guinea,920000,4168125,808,152,275 +Papua New Guinea,980000,672722,808,152,275 +Papua New Guinea,990000,98392,808,152,275 +Paraguay,111120,104748,803,153,276 +Paraguay,111130,104716,803,153,276 +Paraguay,111910,517004,803,153,276 +Paraguay,111998,21283,803,153,276 +Paraguay,112990,128629,803,153,276 +Paraguay,311223,2288948,803,153,276 +Paraguay,311311,26542791,803,153,276 +Paraguay,311611,3455275,803,153,276 +Paraguay,311613,4554190,803,153,276 +Paraguay,311811,26982,803,153,276 +Paraguay,311920,1989907,803,153,276 +Paraguay,312140,61140,803,153,276 +Paraguay,312221,2470432,803,153,276 +Paraguay,312229,427485,803,153,276 +Paraguay,313111,87600,803,153,276 +Paraguay,313210,5651,803,153,276 +Paraguay,313230,1744,803,153,276 +Paraguay,314911,5177,803,153,276 +Paraguay,315221,60574,803,153,276 +Paraguay,315223,4849,803,153,276 +Paraguay,315228,861,803,153,276 +Paraguay,315231,30823,803,153,276 +Paraguay,315232,30644,803,153,276 +Paraguay,315234,1451,803,153,276 +Paraguay,315239,28666,803,153,276 +Paraguay,315291,7901,803,153,276 +Paraguay,315999,710,803,153,276 +Paraguay,316110,11555,803,153,276 +Paraguay,316214,7863,803,153,276 +Paraguay,316219,614,803,153,276 +Paraguay,316991,873430,803,153,276 +Paraguay,316992,1059957,803,153,276 +Paraguay,316993,204399,803,153,276 +Paraguay,316999,847809,803,153,276 +Paraguay,321113,84425,803,153,276 +Paraguay,321211,8511673,803,153,276 +Paraguay,321213,1894861,803,153,276 +Paraguay,321911,19280,803,153,276 +Paraguay,321918,8330510,803,153,276 +Paraguay,321999,7913,803,153,276 +Paraguay,322223,26518,803,153,276 +Paraguay,323117,95483,803,153,276 +Paraguay,325131,65972,803,153,276 +Paraguay,325191,1308178,803,153,276 +Paraguay,325199,256071,803,153,276 +Paraguay,325411,65725,803,153,276 +Paraguay,325611,65063,803,153,276 +Paraguay,325998,811929,803,153,276 +Paraguay,326191,608,803,153,276 +Paraguay,326192,19110,803,153,276 +Paraguay,327390,35506,803,153,276 +Paraguay,327991,4631,803,153,276 +Paraguay,331311,7826,803,153,276 +Paraguay,331491,34522,803,153,276 +Paraguay,332998,18278,803,153,276 +Paraguay,332999,37501,803,153,276 +Paraguay,333293,86900,803,153,276 +Paraguay,333411,3645,803,153,276 +Paraguay,334111,4946,803,153,276 +Paraguay,334119,4551,803,153,276 +Paraguay,334220,60435,803,153,276 +Paraguay,334418,123884,803,153,276 +Paraguay,334419,4012,803,153,276 +Paraguay,334513,2896,803,153,276 +Paraguay,335129,2482,803,153,276 +Paraguay,336399,63419,803,153,276 +Paraguay,337110,114265,803,153,276 +Paraguay,337127,9775,803,153,276 +Paraguay,339113,36474,803,153,276 +Paraguay,339911,3254,803,153,276 +Paraguay,339993,4201,803,153,276 +Paraguay,910000,9096,803,153,276 +Paraguay,920000,10104,803,153,276 +Paraguay,980000,325221,803,153,276 +Paraguay,990000,302188,803,153,276 +Peru,111120,618111,803,154,277 +Peru,111130,4535835,803,154,277 +Peru,111140,25157,803,154,277 +Peru,111150,2190716,803,154,277 +Peru,111199,1056963,803,154,277 +Peru,111219,343462318,803,154,277 +Peru,111310,1146304,803,154,277 +Peru,111320,16552068,803,154,277 +Peru,111332,55395058,803,154,277 +Peru,111333,386064,803,154,277 +Peru,111334,383639,803,154,277 +Peru,111335,16062124,803,154,277 +Peru,111339,256153240,803,154,277 +Peru,111421,184437,803,154,277 +Peru,111422,4901287,803,154,277 +Peru,111910,163230,803,154,277 +Peru,111920,8119,803,154,277 +Peru,111998,12345396,803,154,277 +Peru,112420,2717,803,154,277 +Peru,112511,1039760,803,154,277 +Peru,112910,110151,803,154,277 +Peru,112920,197816,803,154,277 +Peru,112990,260610,803,154,277 +Peru,113210,873437,803,154,277 +Peru,114111,56997240,803,154,277 +Peru,114112,79256134,803,154,277 +Peru,114119,94726,803,154,277 +Peru,211111,498332576,803,154,277 +Peru,211112,23666080,803,154,277 +Peru,212210,1846688,803,154,277 +Peru,212231,44807894,803,154,277 +Peru,212299,121426223,803,154,277 +Peru,212311,9673,803,154,277 +Peru,212319,3204,803,154,277 +Peru,212322,820452,803,154,277 +Peru,212325,194990,803,154,277 +Peru,212391,2487072,803,154,277 +Peru,212392,16437035,803,154,277 +Peru,212393,14490877,803,154,277 +Peru,212399,26677,803,154,277 +Peru,311111,21112,803,154,277 +Peru,311119,809917,803,154,277 +Peru,311211,708774,803,154,277 +Peru,311221,65500,803,154,277 +Peru,311222,11190,803,154,277 +Peru,311223,1417141,803,154,277 +Peru,311225,20390692,803,154,277 +Peru,311230,1031188,803,154,277 +Peru,311311,45636593,803,154,277 +Peru,311320,8675578,803,154,277 +Peru,311340,640994,803,154,277 +Peru,311411,47412171,803,154,277 +Peru,311421,187114100,803,154,277 +Peru,311422,79451,803,154,277 +Peru,311423,4040490,803,154,277 +Peru,311514,3450012,803,154,277 +Peru,311520,297037,803,154,277 +Peru,311611,6165,803,154,277 +Peru,311613,1041088,803,154,277 +Peru,311615,11090,803,154,277 +Peru,311711,5937453,803,154,277 +Peru,311811,2109040,803,154,277 +Peru,311822,36045,803,154,277 +Peru,311823,672909,803,154,277 +Peru,311911,15823,803,154,277 +Peru,311919,25716,803,154,277 +Peru,311920,17946294,803,154,277 +Peru,311930,239371,803,154,277 +Peru,311941,3738926,803,154,277 +Peru,311942,48747850,803,154,277 +Peru,311999,4359627,803,154,277 +Peru,312111,443179,803,154,277 +Peru,312113,2554,803,154,277 +Peru,312120,1184279,803,154,277 +Peru,312130,1532914,803,154,277 +Peru,312140,195105,803,154,277 +Peru,312229,9091,803,154,277 +Peru,313111,17777489,803,154,277 +Peru,313210,3716251,803,154,277 +Peru,313221,63694,803,154,277 +Peru,313249,1057784,803,154,277 +Peru,313312,198768,803,154,277 +Peru,313320,2134,803,154,277 +Peru,314110,577804,803,154,277 +Peru,314121,4573,803,154,277 +Peru,314129,3615291,803,154,277 +Peru,314911,1095,803,154,277 +Peru,314912,891,803,154,277 +Peru,314991,2683500,803,154,277 +Peru,314992,20879,803,154,277 +Peru,314999,184857,803,154,277 +Peru,315111,5171512,803,154,277 +Peru,315221,5404104,803,154,277 +Peru,315222,1288701,803,154,277 +Peru,315223,306217076,803,154,277 +Peru,315224,4043440,803,154,277 +Peru,315228,11444954,803,154,277 +Peru,315231,8786445,803,154,277 +Peru,315232,236894401,803,154,277 +Peru,315233,10867556,803,154,277 +Peru,315234,8436764,803,154,277 +Peru,315239,59027322,803,154,277 +Peru,315291,22488675,803,154,277 +Peru,315292,415673,803,154,277 +Peru,315991,1040452,803,154,277 +Peru,315992,552033,803,154,277 +Peru,315993,2207,803,154,277 +Peru,315999,3683902,803,154,277 +Peru,316110,455475,803,154,277 +Peru,316211,13500,803,154,277 +Peru,316212,16402,803,154,277 +Peru,316213,364437,803,154,277 +Peru,316214,1038149,803,154,277 +Peru,316219,605827,803,154,277 +Peru,316991,178560,803,154,277 +Peru,316992,413219,803,154,277 +Peru,316993,163895,803,154,277 +Peru,316999,305513,803,154,277 +Peru,321113,11540652,803,154,277 +Peru,321211,113052,803,154,277 +Peru,321212,190643,803,154,277 +Peru,321213,3201662,803,154,277 +Peru,321911,250064,803,154,277 +Peru,321918,7877326,803,154,277 +Peru,321920,83555,803,154,277 +Peru,321999,439004,803,154,277 +Peru,322130,216924,803,154,277 +Peru,322211,12887,803,154,277 +Peru,322222,49489,803,154,277 +Peru,322223,464311,803,154,277 +Peru,322224,70813,803,154,277 +Peru,322291,4228,803,154,277 +Peru,322299,15216,803,154,277 +Peru,323116,16773,803,154,277 +Peru,323117,1529507,803,154,277 +Peru,323118,72529,803,154,277 +Peru,323119,824003,803,154,277 +Peru,324110,716480826,803,154,277 +Peru,325120,4253,803,154,277 +Peru,325132,7858878,803,154,277 +Peru,325188,11529526,803,154,277 +Peru,325191,19149134,803,154,277 +Peru,325199,1688960,803,154,277 +Peru,325211,9192736,803,154,277 +Peru,325212,22621,803,154,277 +Peru,325221,1158,803,154,277 +Peru,325222,23719,803,154,277 +Peru,325311,2991227,803,154,277 +Peru,325312,25400,803,154,277 +Peru,325320,1376782,803,154,277 +Peru,325411,24269,803,154,277 +Peru,325412,6521,803,154,277 +Peru,325414,61155,803,154,277 +Peru,325510,29874,803,154,277 +Peru,325611,408193,803,154,277 +Peru,325612,4124,803,154,277 +Peru,325613,30212,803,154,277 +Peru,325620,402383,803,154,277 +Peru,325910,14298,803,154,277 +Peru,325920,337459,803,154,277 +Peru,325998,1950176,803,154,277 +Peru,326113,2064507,803,154,277 +Peru,326160,135065,803,154,277 +Peru,326199,10967932,803,154,277 +Peru,326211,3099509,803,154,277 +Peru,326220,11796,803,154,277 +Peru,326299,467900,803,154,277 +Peru,327111,2553805,803,154,277 +Peru,327112,1759008,803,154,277 +Peru,327113,5273,803,154,277 +Peru,327122,17244111,803,154,277 +Peru,327124,57853,803,154,277 +Peru,327211,603712,803,154,277 +Peru,327212,237604,803,154,277 +Peru,327213,2104882,803,154,277 +Peru,327215,241805,803,154,277 +Peru,327390,52058,803,154,277 +Peru,327910,1264685,803,154,277 +Peru,327991,13750766,803,154,277 +Peru,327999,442660,803,154,277 +Peru,331111,618921,803,154,277 +Peru,331222,26097,803,154,277 +Peru,331315,15900,803,154,277 +Peru,331411,617980223,803,154,277 +Peru,331419,1081273224,803,154,277 +Peru,331421,46644384,803,154,277 +Peru,331422,29001503,803,154,277 +Peru,331491,191316,803,154,277 +Peru,331511,426554,803,154,277 +Peru,332211,24941,803,154,277 +Peru,332212,54406,803,154,277 +Peru,332312,176582,803,154,277 +Peru,332410,861443,803,154,277 +Peru,332420,110860,803,154,277 +Peru,332510,2859,803,154,277 +Peru,332618,401771,803,154,277 +Peru,332722,119448,803,154,277 +Peru,332911,5414,803,154,277 +Peru,332912,10300,803,154,277 +Peru,332919,28997,803,154,277 +Peru,332991,29981,803,154,277 +Peru,332992,4582577,803,154,277 +Peru,332998,10028,803,154,277 +Peru,332999,1508880,803,154,277 +Peru,333111,424295,803,154,277 +Peru,333120,2938918,803,154,277 +Peru,333131,2979725,803,154,277 +Peru,333132,75063,803,154,277 +Peru,333220,9865,803,154,277 +Peru,333291,10850,803,154,277 +Peru,333292,2356,803,154,277 +Peru,333293,130247,803,154,277 +Peru,333294,165591,803,154,277 +Peru,333313,8064,803,154,277 +Peru,333314,20800,803,154,277 +Peru,333315,24825,803,154,277 +Peru,333319,169165,803,154,277 +Peru,333514,14750,803,154,277 +Peru,333515,5482,803,154,277 +Peru,333612,463309,803,154,277 +Peru,333613,4300,803,154,277 +Peru,333618,3219119,803,154,277 +Peru,333911,665093,803,154,277 +Peru,333912,142288,803,154,277 +Peru,333922,40498,803,154,277 +Peru,333923,168964,803,154,277 +Peru,333992,965255,803,154,277 +Peru,333994,503182,803,154,277 +Peru,333995,121517,803,154,277 +Peru,333996,1801470,803,154,277 +Peru,333999,1144313,803,154,277 +Peru,334111,167207,803,154,277 +Peru,334112,36379,803,154,277 +Peru,334119,188923,803,154,277 +Peru,334220,950805,803,154,277 +Peru,334290,3755,803,154,277 +Peru,334310,10764,803,154,277 +Peru,334411,3055,803,154,277 +Peru,334412,10081,803,154,277 +Peru,334413,239993,803,154,277 +Peru,334418,170127,803,154,277 +Peru,334419,42531,803,154,277 +Peru,334513,93144,803,154,277 +Peru,334515,183799,803,154,277 +Peru,334516,123514,803,154,277 +Peru,334517,52764,803,154,277 +Peru,334518,2031,803,154,277 +Peru,334519,248873,803,154,277 +Peru,335121,26842,803,154,277 +Peru,335129,189885,803,154,277 +Peru,335211,21449,803,154,277 +Peru,335221,26783,803,154,277 +Peru,335222,28125,803,154,277 +Peru,335311,11362,803,154,277 +Peru,335312,83944,803,154,277 +Peru,335313,34564,803,154,277 +Peru,335314,2451,803,154,277 +Peru,335929,99738,803,154,277 +Peru,335931,62715,803,154,277 +Peru,335999,469441,803,154,277 +Peru,336311,767953,803,154,277 +Peru,336322,211036,803,154,277 +Peru,336330,41749,803,154,277 +Peru,336340,1358959,803,154,277 +Peru,336350,159100,803,154,277 +Peru,336391,5594,803,154,277 +Peru,336399,382303,803,154,277 +Peru,336413,719944,803,154,277 +Peru,336510,57366,803,154,277 +Peru,336991,329392,803,154,277 +Peru,337110,108095,803,154,277 +Peru,337124,440854,803,154,277 +Peru,337127,3470280,803,154,277 +Peru,337211,58485,803,154,277 +Peru,337215,25055,803,154,277 +Peru,337910,1896,803,154,277 +Peru,339112,164247,803,154,277 +Peru,339113,56363,803,154,277 +Peru,339114,2270,803,154,277 +Peru,339911,43240745,803,154,277 +Peru,339912,5982,803,154,277 +Peru,339913,87889,803,154,277 +Peru,339914,679995,803,154,277 +Peru,339920,694810,803,154,277 +Peru,339932,1832193,803,154,277 +Peru,339941,731528,803,154,277 +Peru,339942,7815,803,154,277 +Peru,339950,110927,803,154,277 +Peru,339991,501328,803,154,277 +Peru,339992,249119,803,154,277 +Peru,339993,35678,803,154,277 +Peru,339994,3165,803,154,277 +Peru,339999,1402765,803,154,277 +Peru,910000,5681246,803,154,277 +Peru,920000,1915717,803,154,277 +Peru,980000,62915843,803,154,277 +Peru,990000,9663587,803,154,277 +Philippines,111130,870223,808,155,278 +Philippines,111150,16534,808,155,278 +Philippines,111219,156203,808,155,278 +Philippines,111320,9979,808,155,278 +Philippines,111335,346217,808,155,278 +Philippines,111339,65271,808,155,278 +Philippines,111421,51825,808,155,278 +Philippines,111910,18843288,808,155,278 +Philippines,111998,704569,808,155,278 +Philippines,112511,3883505,808,155,278 +Philippines,112910,5524,808,155,278 +Philippines,112990,242144,808,155,278 +Philippines,113210,44393,808,155,278 +Philippines,114111,84176784,808,155,278 +Philippines,114112,20742676,808,155,278 +Philippines,114119,9871783,808,155,278 +Philippines,211112,128917,808,155,278 +Philippines,212311,160396,808,155,278 +Philippines,212399,52634,808,155,278 +Philippines,311211,405083,808,155,278 +Philippines,311212,34034,808,155,278 +Philippines,311221,498912,808,155,278 +Philippines,311222,7460,808,155,278 +Philippines,311223,473085250,808,155,278 +Philippines,311225,133652,808,155,278 +Philippines,311230,11753,808,155,278 +Philippines,311311,57566388,808,155,278 +Philippines,311320,1599407,808,155,278 +Philippines,311340,602702,808,155,278 +Philippines,311411,10218046,808,155,278 +Philippines,311421,212088829,808,155,278 +Philippines,311422,11243,808,155,278 +Philippines,311423,26891040,808,155,278 +Philippines,311511,396094,808,155,278 +Philippines,311512,5009,808,155,278 +Philippines,311513,376243,808,155,278 +Philippines,311514,2149398,808,155,278 +Philippines,311520,1070907,808,155,278 +Philippines,311611,3049,808,155,278 +Philippines,311613,405791,808,155,278 +Philippines,311711,141064150,808,155,278 +Philippines,311811,11731595,808,155,278 +Philippines,311822,118960,808,155,278 +Philippines,311823,4319789,808,155,278 +Philippines,311911,809292,808,155,278 +Philippines,311919,5151519,808,155,278 +Philippines,311920,215761,808,155,278 +Philippines,311930,444500,808,155,278 +Philippines,311941,7966787,808,155,278 +Philippines,311942,3385563,808,155,278 +Philippines,311999,110000625,808,155,278 +Philippines,312111,2963693,808,155,278 +Philippines,312120,1931694,808,155,278 +Philippines,312130,145779,808,155,278 +Philippines,312140,76854,808,155,278 +Philippines,312221,431001,808,155,278 +Philippines,312229,4389604,808,155,278 +Philippines,313111,2763819,808,155,278 +Philippines,313210,1057892,808,155,278 +Philippines,313221,166637,808,155,278 +Philippines,313230,170603,808,155,278 +Philippines,313249,492888,808,155,278 +Philippines,313320,687337,808,155,278 +Philippines,314110,1510662,808,155,278 +Philippines,314121,20547,808,155,278 +Philippines,314129,11138206,808,155,278 +Philippines,314911,1667725,808,155,278 +Philippines,314912,925638,808,155,278 +Philippines,314991,16552772,808,155,278 +Philippines,314999,9017474,808,155,278 +Philippines,315111,3589898,808,155,278 +Philippines,315221,22546525,808,155,278 +Philippines,315222,5428048,808,155,278 +Philippines,315223,108965488,808,155,278 +Philippines,315224,46724750,808,155,278 +Philippines,315228,71042789,808,155,278 +Philippines,315231,99245006,808,155,278 +Philippines,315232,169884185,808,155,278 +Philippines,315233,131700595,808,155,278 +Philippines,315234,91746596,808,155,278 +Philippines,315239,233140725,808,155,278 +Philippines,315291,50860904,808,155,278 +Philippines,315292,577793,808,155,278 +Philippines,315991,6340618,808,155,278 +Philippines,315992,23205812,808,155,278 +Philippines,315993,259491,808,155,278 +Philippines,315999,7147688,808,155,278 +Philippines,316110,47055,808,155,278 +Philippines,316211,113618,808,155,278 +Philippines,316212,79741,808,155,278 +Philippines,316213,53326,808,155,278 +Philippines,316214,537137,808,155,278 +Philippines,316219,19880,808,155,278 +Philippines,316991,36914064,808,155,278 +Philippines,316992,2882621,808,155,278 +Philippines,316993,3122942,808,155,278 +Philippines,316999,1168808,808,155,278 +Philippines,321113,5343339,808,155,278 +Philippines,321114,11702,808,155,278 +Philippines,321211,510895,808,155,278 +Philippines,321212,80872,808,155,278 +Philippines,321213,388834,808,155,278 +Philippines,321911,638948,808,155,278 +Philippines,321918,142429,808,155,278 +Philippines,321920,215265,808,155,278 +Philippines,321992,23632,808,155,278 +Philippines,321999,39693199,808,155,278 +Philippines,322110,7382650,808,155,278 +Philippines,322121,87034,808,155,278 +Philippines,322122,2816,808,155,278 +Philippines,322130,45991,808,155,278 +Philippines,322211,586367,808,155,278 +Philippines,322212,142225,808,155,278 +Philippines,322213,62511,808,155,278 +Philippines,322215,226564,808,155,278 +Philippines,322222,365487,808,155,278 +Philippines,322223,12200984,808,155,278 +Philippines,322232,10658,808,155,278 +Philippines,322299,4862132,808,155,278 +Philippines,323117,478654,808,155,278 +Philippines,323118,288653,808,155,278 +Philippines,323119,432874,808,155,278 +Philippines,324110,3532533,808,155,278 +Philippines,325182,5458,808,155,278 +Philippines,325188,6009102,808,155,278 +Philippines,325191,210328,808,155,278 +Philippines,325199,53301455,808,155,278 +Philippines,325211,371296,808,155,278 +Philippines,325212,32927,808,155,278 +Philippines,325222,8375,808,155,278 +Philippines,325311,82637,808,155,278 +Philippines,325312,7480,808,155,278 +Philippines,325320,3056848,808,155,278 +Philippines,325411,75795,808,155,278 +Philippines,325412,2827,808,155,278 +Philippines,325414,273233,808,155,278 +Philippines,325510,2590,808,155,278 +Philippines,325520,5490,808,155,278 +Philippines,325611,1065662,808,155,278 +Philippines,325613,1858210,808,155,278 +Philippines,325620,10905384,808,155,278 +Philippines,325910,136798006,808,155,278 +Philippines,325992,141641,808,155,278 +Philippines,325998,13048863,808,155,278 +Philippines,326113,691995,808,155,278 +Philippines,326122,1663071,808,155,278 +Philippines,326160,102417,808,155,278 +Philippines,326191,4810,808,155,278 +Philippines,326192,993159,808,155,278 +Philippines,326199,28558201,808,155,278 +Philippines,326211,59720382,808,155,278 +Philippines,326220,2540071,808,155,278 +Philippines,326299,616744,808,155,278 +Philippines,327111,417794,808,155,278 +Philippines,327112,3514096,808,155,278 +Philippines,327113,192046,808,155,278 +Philippines,327121,16435,808,155,278 +Philippines,327122,21664,808,155,278 +Philippines,327125,5323020,808,155,278 +Philippines,327211,6185,808,155,278 +Philippines,327212,1465409,808,155,278 +Philippines,327213,171185,808,155,278 +Philippines,327215,19339323,808,155,278 +Philippines,327390,21360844,808,155,278 +Philippines,327910,1144540,808,155,278 +Philippines,327991,3634429,808,155,278 +Philippines,327993,20578,808,155,278 +Philippines,327999,2379059,808,155,278 +Philippines,331111,5517809,808,155,278 +Philippines,331316,45579,808,155,278 +Philippines,331319,14378,808,155,278 +Philippines,331419,9896208,808,155,278 +Philippines,331422,73172,808,155,278 +Philippines,331491,19568,808,155,278 +Philippines,332211,133451,808,155,278 +Philippines,332212,672736,808,155,278 +Philippines,332213,1205523,808,155,278 +Philippines,332214,26797,808,155,278 +Philippines,332311,1364,808,155,278 +Philippines,332312,519001,808,155,278 +Philippines,332321,10296,808,155,278 +Philippines,332420,2671,808,155,278 +Philippines,332431,17726,808,155,278 +Philippines,332439,9317,808,155,278 +Philippines,332510,36121768,808,155,278 +Philippines,332611,21826,808,155,278 +Philippines,332618,2796361,808,155,278 +Philippines,332722,6376055,808,155,278 +Philippines,332911,1327810,808,155,278 +Philippines,332912,14994999,808,155,278 +Philippines,332919,26686892,808,155,278 +Philippines,332991,3033821,808,155,278 +Philippines,332992,6442568,808,155,278 +Philippines,332994,16023729,808,155,278 +Philippines,332998,235702,808,155,278 +Philippines,332999,14940788,808,155,278 +Philippines,333111,4679299,808,155,278 +Philippines,333120,11645768,808,155,278 +Philippines,333131,88143,808,155,278 +Philippines,333210,2266,808,155,278 +Philippines,333220,155522,808,155,278 +Philippines,333291,880340,808,155,278 +Philippines,333292,12377,808,155,278 +Philippines,333293,35069,808,155,278 +Philippines,333294,372699,808,155,278 +Philippines,333295,5777227,808,155,278 +Philippines,333298,9363,808,155,278 +Philippines,333313,13951282,808,155,278 +Philippines,333314,69136728,808,155,278 +Philippines,333315,7661338,808,155,278 +Philippines,333319,1160748,808,155,278 +Philippines,333411,745870,808,155,278 +Philippines,333412,11497731,808,155,278 +Philippines,333414,308528,808,155,278 +Philippines,333415,12334747,808,155,278 +Philippines,333511,11649,808,155,278 +Philippines,333512,330317,808,155,278 +Philippines,333514,125634,808,155,278 +Philippines,333612,3339824,808,155,278 +Philippines,333613,2513221,808,155,278 +Philippines,333618,385253,808,155,278 +Philippines,333911,2091581,808,155,278 +Philippines,333912,8457543,808,155,278 +Philippines,333921,381375,808,155,278 +Philippines,333922,49749,808,155,278 +Philippines,333923,11449,808,155,278 +Philippines,333924,27846,808,155,278 +Philippines,333991,82680,808,155,278 +Philippines,333992,1820148,808,155,278 +Philippines,333993,198256,808,155,278 +Philippines,333994,11298,808,155,278 +Philippines,333995,50527610,808,155,278 +Philippines,333996,4435746,808,155,278 +Philippines,333997,397830,808,155,278 +Philippines,333999,114121780,808,155,278 +Philippines,334111,38842688,808,155,278 +Philippines,334112,405783324,808,155,278 +Philippines,334119,115155721,808,155,278 +Philippines,334210,1599376,808,155,278 +Philippines,334220,366293676,808,155,278 +Philippines,334290,121858,808,155,278 +Philippines,334310,73918407,808,155,278 +Philippines,334411,21587,808,155,278 +Philippines,334412,15947913,808,155,278 +Philippines,334413,1714620522,808,155,278 +Philippines,334414,17739763,808,155,278 +Philippines,334415,4803610,808,155,278 +Philippines,334416,6311432,808,155,278 +Philippines,334417,32831956,808,155,278 +Philippines,334418,41092915,808,155,278 +Philippines,334419,557352468,808,155,278 +Philippines,334510,2298460,808,155,278 +Philippines,334511,49158619,808,155,278 +Philippines,334512,468531,808,155,278 +Philippines,334513,30062260,808,155,278 +Philippines,334514,1847981,808,155,278 +Philippines,334515,92973362,808,155,278 +Philippines,334516,807956,808,155,278 +Philippines,334517,452654,808,155,278 +Philippines,334518,55370763,808,155,278 +Philippines,334519,3265733,808,155,278 +Philippines,334612,165162,808,155,278 +Philippines,334613,743561,808,155,278 +Philippines,335110,36888502,808,155,278 +Philippines,335121,12447997,808,155,278 +Philippines,335129,15991065,808,155,278 +Philippines,335211,7906827,808,155,278 +Philippines,335212,41216,808,155,278 +Philippines,335221,615741,808,155,278 +Philippines,335222,19331,808,155,278 +Philippines,335224,5214,808,155,278 +Philippines,335228,581480,808,155,278 +Philippines,335311,532772,808,155,278 +Philippines,335312,29662224,808,155,278 +Philippines,335313,5590503,808,155,278 +Philippines,335314,39041412,808,155,278 +Philippines,335911,40249314,808,155,278 +Philippines,335912,318422,808,155,278 +Philippines,335921,110973,808,155,278 +Philippines,335929,61563584,808,155,278 +Philippines,335931,13036574,808,155,278 +Philippines,335932,3171,808,155,278 +Philippines,335991,35723,808,155,278 +Philippines,335999,7238655,808,155,278 +Philippines,336111,3850,808,155,278 +Philippines,336212,766126,808,155,278 +Philippines,336214,12761,808,155,278 +Philippines,336311,6083112,808,155,278 +Philippines,336321,1626334,808,155,278 +Philippines,336322,380051880,808,155,278 +Philippines,336330,1597459,808,155,278 +Philippines,336340,708751,808,155,278 +Philippines,336350,1869469,808,155,278 +Philippines,336360,4546712,808,155,278 +Philippines,336370,18431,808,155,278 +Philippines,336391,6681644,808,155,278 +Philippines,336399,23969976,808,155,278 +Philippines,336412,481175,808,155,278 +Philippines,336413,6865832,808,155,278 +Philippines,336510,8899,808,155,278 +Philippines,336612,191305,808,155,278 +Philippines,336991,438956,808,155,278 +Philippines,336992,104590,808,155,278 +Philippines,337110,13801,808,155,278 +Philippines,337121,29753,808,155,278 +Philippines,337124,18609401,808,155,278 +Philippines,337127,95278073,808,155,278 +Philippines,337211,1154030,808,155,278 +Philippines,337214,40571,808,155,278 +Philippines,337215,7519263,808,155,278 +Philippines,337910,78394,808,155,278 +Philippines,337920,101272,808,155,278 +Philippines,339112,26217032,808,155,278 +Philippines,339113,15321749,808,155,278 +Philippines,339114,5690545,808,155,278 +Philippines,339115,43354524,808,155,278 +Philippines,339911,12703972,808,155,278 +Philippines,339912,23072,808,155,278 +Philippines,339913,2590964,808,155,278 +Philippines,339914,9440235,808,155,278 +Philippines,339920,57401454,808,155,278 +Philippines,339932,10893773,808,155,278 +Philippines,339941,6736,808,155,278 +Philippines,339942,76272,808,155,278 +Philippines,339943,33100,808,155,278 +Philippines,339944,891606,808,155,278 +Philippines,339950,117121,808,155,278 +Philippines,339991,6362614,808,155,278 +Philippines,339992,249225,808,155,278 +Philippines,339993,227278,808,155,278 +Philippines,339994,108007,808,155,278 +Philippines,339999,53905482,808,155,278 +Philippines,511210,16754,808,155,278 +Philippines,910000,3094784,808,155,278 +Philippines,920000,504268,808,155,278 +Philippines,980000,158781904,808,155,278 +Philippines,990000,109093525,808,155,278 +Pitcairn,990000,4083,808,156,279 +Poland,111120,30547,804,157,280 +Poland,111130,128786,804,157,280 +Poland,111199,649778,804,157,280 +Poland,111219,44356,804,157,280 +Poland,111339,19970,804,157,280 +Poland,111421,1251706,804,157,280 +Poland,111422,2941,804,157,280 +Poland,111998,3205744,804,157,280 +Poland,112511,11208547,804,157,280 +Poland,112910,202786,804,157,280 +Poland,112920,119703,804,157,280 +Poland,112930,466277,804,157,280 +Poland,112990,164156,804,157,280 +Poland,113210,333477,804,157,280 +Poland,114111,18819697,804,157,280 +Poland,212319,32362,804,157,280 +Poland,212322,33957,804,157,280 +Poland,212393,4216,804,157,280 +Poland,212399,12825,804,157,280 +Poland,311119,253282,804,157,280 +Poland,311211,502102,804,157,280 +Poland,311212,76891,804,157,280 +Poland,311221,51497770,804,157,280 +Poland,311223,50720,804,157,280 +Poland,311225,1039932,804,157,280 +Poland,311230,73771,804,157,280 +Poland,311311,3958828,804,157,280 +Poland,311320,17713328,804,157,280 +Poland,311340,2623900,804,157,280 +Poland,311411,5874299,804,157,280 +Poland,311421,22560422,804,157,280 +Poland,311422,240991,804,157,280 +Poland,311423,1896185,804,157,280 +Poland,311512,623528,804,157,280 +Poland,311513,6879537,804,157,280 +Poland,311514,1112058,804,157,280 +Poland,311520,22954,804,157,280 +Poland,311611,46571056,804,157,280 +Poland,311613,163050,804,157,280 +Poland,311711,24872725,804,157,280 +Poland,311811,14121807,804,157,280 +Poland,311822,86250,804,157,280 +Poland,311823,1034261,804,157,280 +Poland,311911,106734,804,157,280 +Poland,311919,382915,804,157,280 +Poland,311920,2899891,804,157,280 +Poland,311930,286371,804,157,280 +Poland,311941,1688425,804,157,280 +Poland,311942,1594722,804,157,280 +Poland,311999,2706395,804,157,280 +Poland,312111,5061152,804,157,280 +Poland,312112,2925178,804,157,280 +Poland,312113,31067,804,157,280 +Poland,312120,10728771,804,157,280 +Poland,312130,605075,804,157,280 +Poland,312140,83291410,804,157,280 +Poland,312221,1874686,804,157,280 +Poland,313113,1748,804,157,280 +Poland,313210,1137188,804,157,280 +Poland,313221,204382,804,157,280 +Poland,313230,9293509,804,157,280 +Poland,313249,30713,804,157,280 +Poland,313320,166560,804,157,280 +Poland,314110,3056769,804,157,280 +Poland,314121,717121,804,157,280 +Poland,314129,11113817,804,157,280 +Poland,314911,902933,804,157,280 +Poland,314912,216515,804,157,280 +Poland,314991,162248,804,157,280 +Poland,314992,919296,804,157,280 +Poland,314999,748721,804,157,280 +Poland,315111,218459,804,157,280 +Poland,315221,101582,804,157,280 +Poland,315222,1802769,804,157,280 +Poland,315223,1415044,804,157,280 +Poland,315224,1876973,804,157,280 +Poland,315228,1810866,804,157,280 +Poland,315231,1188982,804,157,280 +Poland,315232,1960885,804,157,280 +Poland,315233,2481665,804,157,280 +Poland,315234,8796444,804,157,280 +Poland,315239,3647112,804,157,280 +Poland,315291,44949,804,157,280 +Poland,315292,1840463,804,157,280 +Poland,315991,77031,804,157,280 +Poland,315992,8592,804,157,280 +Poland,315999,420693,804,157,280 +Poland,316110,843815,804,157,280 +Poland,316211,6717,804,157,280 +Poland,316212,11974,804,157,280 +Poland,316213,185915,804,157,280 +Poland,316214,6636312,804,157,280 +Poland,316219,1877718,804,157,280 +Poland,316991,52571,804,157,280 +Poland,316992,76089,804,157,280 +Poland,316993,30008,804,157,280 +Poland,316999,484988,804,157,280 +Poland,321113,155130,804,157,280 +Poland,321211,2681933,804,157,280 +Poland,321212,12100,804,157,280 +Poland,321213,53282,804,157,280 +Poland,321219,7052517,804,157,280 +Poland,321911,771085,804,157,280 +Poland,321918,1148440,804,157,280 +Poland,321920,193057,804,157,280 +Poland,321992,11195,804,157,280 +Poland,321999,5283422,804,157,280 +Poland,322121,340030,804,157,280 +Poland,322211,317047,804,157,280 +Poland,322212,565479,804,157,280 +Poland,322213,188131,804,157,280 +Poland,322222,741589,804,157,280 +Poland,322223,2323777,804,157,280 +Poland,322233,52976,804,157,280 +Poland,322291,531150,804,157,280 +Poland,322299,340236,804,157,280 +Poland,323117,1792385,804,157,280 +Poland,323118,1271881,804,157,280 +Poland,323119,5658140,804,157,280 +Poland,324110,37554574,804,157,280 +Poland,325110,19243,804,157,280 +Poland,325131,227823,804,157,280 +Poland,325132,52891,804,157,280 +Poland,325181,81767,804,157,280 +Poland,325188,14615832,804,157,280 +Poland,325191,129812,804,157,280 +Poland,325192,976351,804,157,280 +Poland,325193,6679,804,157,280 +Poland,325199,47820592,804,157,280 +Poland,325211,3317619,804,157,280 +Poland,325212,2620914,804,157,280 +Poland,325221,2037,804,157,280 +Poland,325222,1238113,804,157,280 +Poland,325311,1667741,804,157,280 +Poland,325320,690544,804,157,280 +Poland,325411,4919163,804,157,280 +Poland,325412,17596461,804,157,280 +Poland,325414,17749,804,157,280 +Poland,325510,968689,804,157,280 +Poland,325520,118221,804,157,280 +Poland,325611,14191541,804,157,280 +Poland,325612,122074,804,157,280 +Poland,325613,132657,804,157,280 +Poland,325620,11683980,804,157,280 +Poland,325910,466261,804,157,280 +Poland,325920,5288628,804,157,280 +Poland,325992,13741,804,157,280 +Poland,325998,4487750,804,157,280 +Poland,326113,923902,804,157,280 +Poland,326121,417441,804,157,280 +Poland,326122,6024144,804,157,280 +Poland,326160,661787,804,157,280 +Poland,326191,378730,804,157,280 +Poland,326199,17235632,804,157,280 +Poland,326211,12650662,804,157,280 +Poland,326220,13073649,804,157,280 +Poland,326299,11527370,804,157,280 +Poland,327111,2055,804,157,280 +Poland,327112,13329746,804,157,280 +Poland,327113,6067938,804,157,280 +Poland,327122,114826,804,157,280 +Poland,327123,152345,804,157,280 +Poland,327124,1818083,804,157,280 +Poland,327125,4360653,804,157,280 +Poland,327211,926455,804,157,280 +Poland,327212,54377708,804,157,280 +Poland,327213,1019646,804,157,280 +Poland,327215,1775910,804,157,280 +Poland,327310,186630,804,157,280 +Poland,327390,2508612,804,157,280 +Poland,327910,5433368,804,157,280 +Poland,327991,15137,804,157,280 +Poland,327993,555624,804,157,280 +Poland,327999,1348385,804,157,280 +Poland,331111,90536065,804,157,280 +Poland,331222,16752717,804,157,280 +Poland,331312,3516,804,157,280 +Poland,331314,991970,804,157,280 +Poland,331315,11490811,804,157,280 +Poland,331316,1274252,804,157,280 +Poland,331411,5563181,804,157,280 +Poland,331419,191045249,804,157,280 +Poland,331421,7283749,804,157,280 +Poland,331422,273044,804,157,280 +Poland,331491,5589817,804,157,280 +Poland,331492,1694700,804,157,280 +Poland,331511,1912801,804,157,280 +Poland,332115,3301140,804,157,280 +Poland,332211,49770266,804,157,280 +Poland,332212,2920026,804,157,280 +Poland,332213,548754,804,157,280 +Poland,332311,43500,804,157,280 +Poland,332312,4111222,804,157,280 +Poland,332321,2342879,804,157,280 +Poland,332410,5000297,804,157,280 +Poland,332420,1113904,804,157,280 +Poland,332431,833062,804,157,280 +Poland,332439,1491060,804,157,280 +Poland,332510,8258595,804,157,280 +Poland,332611,3749441,804,157,280 +Poland,332618,885782,804,157,280 +Poland,332722,2175720,804,157,280 +Poland,332911,19191507,804,157,280 +Poland,332912,3906002,804,157,280 +Poland,332913,2154438,804,157,280 +Poland,332919,10433893,804,157,280 +Poland,332991,29942071,804,157,280 +Poland,332992,1434666,804,157,280 +Poland,332994,744075,804,157,280 +Poland,332995,15017,804,157,280 +Poland,332998,1278333,804,157,280 +Poland,332999,5732851,804,157,280 +Poland,333111,23668398,804,157,280 +Poland,333120,14807593,804,157,280 +Poland,333131,1719700,804,157,280 +Poland,333132,767998,804,157,280 +Poland,333210,1167865,804,157,280 +Poland,333220,5526615,804,157,280 +Poland,333291,12089518,804,157,280 +Poland,333292,496384,804,157,280 +Poland,333293,1420349,804,157,280 +Poland,333294,2372992,804,157,280 +Poland,333295,39125,804,157,280 +Poland,333298,2710508,804,157,280 +Poland,333311,752672,804,157,280 +Poland,333313,17649864,804,157,280 +Poland,333314,1448347,804,157,280 +Poland,333315,1807957,804,157,280 +Poland,333319,655325,804,157,280 +Poland,333411,8416958,804,157,280 +Poland,333412,577645,804,157,280 +Poland,333414,1543689,804,157,280 +Poland,333415,2751675,804,157,280 +Poland,333511,1337556,804,157,280 +Poland,333512,7752240,804,157,280 +Poland,333513,2544059,804,157,280 +Poland,333514,561948,804,157,280 +Poland,333515,10182207,804,157,280 +Poland,333516,123615,804,157,280 +Poland,333611,43379492,804,157,280 +Poland,333612,30972707,804,157,280 +Poland,333613,11614918,804,157,280 +Poland,333618,16803658,804,157,280 +Poland,333911,5508662,804,157,280 +Poland,333912,7828074,804,157,280 +Poland,333913,6484,804,157,280 +Poland,333921,37491,804,157,280 +Poland,333922,2168578,804,157,280 +Poland,333923,16703068,804,157,280 +Poland,333924,5135988,804,157,280 +Poland,333991,321299,804,157,280 +Poland,333992,5768589,804,157,280 +Poland,333993,2097292,804,157,280 +Poland,333994,2194591,804,157,280 +Poland,333995,414873,804,157,280 +Poland,333996,6970215,804,157,280 +Poland,333997,2803952,804,157,280 +Poland,333999,34502901,804,157,280 +Poland,334111,3717035,804,157,280 +Poland,334112,2448499,804,157,280 +Poland,334119,7088653,804,157,280 +Poland,334210,645920,804,157,280 +Poland,334220,88375188,804,157,280 +Poland,334290,280341,804,157,280 +Poland,334310,2375159,804,157,280 +Poland,334411,2659,804,157,280 +Poland,334412,121755,804,157,280 +Poland,334413,8061560,804,157,280 +Poland,334414,62371,804,157,280 +Poland,334415,133881,804,157,280 +Poland,334416,13422020,804,157,280 +Poland,334417,9256037,804,157,280 +Poland,334418,2805175,804,157,280 +Poland,334419,19101371,804,157,280 +Poland,334510,3773971,804,157,280 +Poland,334511,758195,804,157,280 +Poland,334512,10924632,804,157,280 +Poland,334513,45020376,804,157,280 +Poland,334514,5983,804,157,280 +Poland,334515,5448119,804,157,280 +Poland,334516,875325,804,157,280 +Poland,334517,755114,804,157,280 +Poland,334518,185145,804,157,280 +Poland,334519,709704,804,157,280 +Poland,334612,384454,804,157,280 +Poland,334613,13681,804,157,280 +Poland,335110,41457580,804,157,280 +Poland,335121,1343684,804,157,280 +Poland,335129,11314574,804,157,280 +Poland,335211,45727976,804,157,280 +Poland,335212,160680,804,157,280 +Poland,335221,87616,804,157,280 +Poland,335224,8195155,804,157,280 +Poland,335228,637955,804,157,280 +Poland,335311,3658845,804,157,280 +Poland,335312,11058218,804,157,280 +Poland,335313,16287066,804,157,280 +Poland,335314,23176488,804,157,280 +Poland,335911,6384307,804,157,280 +Poland,335912,628494,804,157,280 +Poland,335921,1613816,804,157,280 +Poland,335929,47120730,804,157,280 +Poland,335931,15796549,804,157,280 +Poland,335932,1876821,804,157,280 +Poland,335991,8493560,804,157,280 +Poland,335999,6793418,804,157,280 +Poland,336111,4447747,804,157,280 +Poland,336211,65062,804,157,280 +Poland,336212,379987,804,157,280 +Poland,336214,792397,804,157,280 +Poland,336311,3612006,804,157,280 +Poland,336321,1362478,804,157,280 +Poland,336322,6286498,804,157,280 +Poland,336330,22123902,804,157,280 +Poland,336340,9882522,804,157,280 +Poland,336350,12185574,804,157,280 +Poland,336360,9024142,804,157,280 +Poland,336391,1540479,804,157,280 +Poland,336399,39508929,804,157,280 +Poland,336411,36168853,804,157,280 +Poland,336412,292275796,804,157,280 +Poland,336413,61048197,804,157,280 +Poland,336419,90090,804,157,280 +Poland,336510,8377149,804,157,280 +Poland,336611,2191651,804,157,280 +Poland,336612,240481,804,157,280 +Poland,336991,131984,804,157,280 +Poland,336992,102290,804,157,280 +Poland,337110,575160,804,157,280 +Poland,337121,415589,804,157,280 +Poland,337124,23228500,804,157,280 +Poland,337127,209414158,804,157,280 +Poland,337211,437511,804,157,280 +Poland,337214,716,804,157,280 +Poland,337215,57727796,804,157,280 +Poland,337910,946100,804,157,280 +Poland,337920,28750,804,157,280 +Poland,339112,46710680,804,157,280 +Poland,339113,34664053,804,157,280 +Poland,339114,432584,804,157,280 +Poland,339115,6341,804,157,280 +Poland,339911,5691941,804,157,280 +Poland,339913,1462062,804,157,280 +Poland,339914,136711,804,157,280 +Poland,339920,1454041,804,157,280 +Poland,339932,4666468,804,157,280 +Poland,339941,4541,804,157,280 +Poland,339942,36782,804,157,280 +Poland,339943,188010,804,157,280 +Poland,339950,33326,804,157,280 +Poland,339991,6035181,804,157,280 +Poland,339992,765127,804,157,280 +Poland,339993,88778,804,157,280 +Poland,339994,336543,804,157,280 +Poland,339999,14446984,804,157,280 +Poland,511210,17806,804,157,280 +Poland,910000,3421971,804,157,280 +Poland,920000,14315155,804,157,280 +Poland,980000,28894052,804,157,280 +Poland,990000,61956575,804,157,280 +Portugal,111130,13757,804,158,281 +Portugal,111219,107565,804,158,281 +Portugal,111335,552984,804,158,281 +Portugal,111339,116081,804,158,281 +Portugal,111411,48865,804,158,281 +Portugal,111421,199374,804,158,281 +Portugal,111998,51960,804,158,281 +Portugal,112420,483897,804,158,281 +Portugal,112511,11915,804,158,281 +Portugal,112910,71175,804,158,281 +Portugal,114111,3363240,804,158,281 +Portugal,114112,1660598,804,158,281 +Portugal,211112,3007219,804,158,281 +Portugal,212299,16109079,804,158,281 +Portugal,212311,7232,804,158,281 +Portugal,212393,271665,804,158,281 +Portugal,212399,3114,804,158,281 +Portugal,311211,48356,804,158,281 +Portugal,311212,6372,804,158,281 +Portugal,311221,5436,804,158,281 +Portugal,311223,9696362,804,158,281 +Portugal,311225,73193,804,158,281 +Portugal,311230,81329,804,158,281 +Portugal,311311,29211,804,158,281 +Portugal,311320,198015,804,158,281 +Portugal,311340,36068,804,158,281 +Portugal,311411,106247,804,158,281 +Portugal,311421,4102835,804,158,281 +Portugal,311422,3277,804,158,281 +Portugal,311423,33101,804,158,281 +Portugal,311512,55792,804,158,281 +Portugal,311513,3075547,804,158,281 +Portugal,311514,196364,804,158,281 +Portugal,311611,528241,804,158,281 +Portugal,311711,7519849,804,158,281 +Portugal,311811,2370900,804,158,281 +Portugal,311823,179223,804,158,281 +Portugal,311911,41469,804,158,281 +Portugal,311919,51870,804,158,281 +Portugal,311920,1231845,804,158,281 +Portugal,311941,78640,804,158,281 +Portugal,311942,47238,804,158,281 +Portugal,311999,391429,804,158,281 +Portugal,312111,2269135,804,158,281 +Portugal,312112,2001355,804,158,281 +Portugal,312113,28074,804,158,281 +Portugal,312120,1609919,804,158,281 +Portugal,312130,73153379,804,158,281 +Portugal,312140,464703,804,158,281 +Portugal,312229,3234,804,158,281 +Portugal,313111,2124500,804,158,281 +Portugal,313113,1345,804,158,281 +Portugal,313210,6915077,804,158,281 +Portugal,313221,1111480,804,158,281 +Portugal,313249,6987743,804,158,281 +Portugal,313312,410780,804,158,281 +Portugal,313320,2557879,804,158,281 +Portugal,314110,14267500,804,158,281 +Portugal,314121,3685081,804,158,281 +Portugal,314129,106625147,804,158,281 +Portugal,314911,2199,804,158,281 +Portugal,314912,16373,804,158,281 +Portugal,314991,15778069,804,158,281 +Portugal,314992,14840,804,158,281 +Portugal,314999,1997706,804,158,281 +Portugal,315111,965658,804,158,281 +Portugal,315221,1415296,804,158,281 +Portugal,315222,4898900,804,158,281 +Portugal,315223,12124550,804,158,281 +Portugal,315224,5090462,804,158,281 +Portugal,315228,4601569,804,158,281 +Portugal,315231,5587347,804,158,281 +Portugal,315232,16393466,804,158,281 +Portugal,315233,7308759,804,158,281 +Portugal,315234,4179253,804,158,281 +Portugal,315239,12850810,804,158,281 +Portugal,315291,1827803,804,158,281 +Portugal,315292,172193,804,158,281 +Portugal,315991,3858920,804,158,281 +Portugal,315992,114871,804,158,281 +Portugal,315993,15487,804,158,281 +Portugal,315999,2790069,804,158,281 +Portugal,316110,1797042,804,158,281 +Portugal,316211,114408,804,158,281 +Portugal,316212,145333,804,158,281 +Portugal,316213,14901969,804,158,281 +Portugal,316214,27944930,804,158,281 +Portugal,316219,2058394,804,158,281 +Portugal,316991,98662,804,158,281 +Portugal,316992,205124,804,158,281 +Portugal,316993,48184,804,158,281 +Portugal,316999,1049648,804,158,281 +Portugal,321211,74779,804,158,281 +Portugal,321213,21233,804,158,281 +Portugal,321219,657892,804,158,281 +Portugal,321918,1830740,804,158,281 +Portugal,321920,1604594,804,158,281 +Portugal,321999,170874779,804,158,281 +Portugal,322121,145897328,804,158,281 +Portugal,322130,1836916,804,158,281 +Portugal,322211,7269,804,158,281 +Portugal,322222,1718568,804,158,281 +Portugal,322223,340117,804,158,281 +Portugal,322232,2145,804,158,281 +Portugal,322299,20974,804,158,281 +Portugal,323117,84763,804,158,281 +Portugal,323118,1468537,804,158,281 +Portugal,323119,326871,804,158,281 +Portugal,324110,631392927,804,158,281 +Portugal,325110,4216,804,158,281 +Portugal,325131,2101831,804,158,281 +Portugal,325132,160216,804,158,281 +Portugal,325182,334410,804,158,281 +Portugal,325188,22535,804,158,281 +Portugal,325191,1948905,804,158,281 +Portugal,325192,5347525,804,158,281 +Portugal,325199,2570777,804,158,281 +Portugal,325211,2938513,804,158,281 +Portugal,325222,15939286,804,158,281 +Portugal,325411,40975521,804,158,281 +Portugal,325412,20145250,804,158,281 +Portugal,325414,42418,804,158,281 +Portugal,325510,314123,804,158,281 +Portugal,325520,157567,804,158,281 +Portugal,325611,3236932,804,158,281 +Portugal,325620,103076,804,158,281 +Portugal,325910,80371,804,158,281 +Portugal,325998,137931,804,158,281 +Portugal,326113,291083,804,158,281 +Portugal,326121,133082,804,158,281 +Portugal,326122,4607,804,158,281 +Portugal,326160,261705,804,158,281 +Portugal,326192,59029,804,158,281 +Portugal,326199,5439093,804,158,281 +Portugal,326211,46955289,804,158,281 +Portugal,326220,127879,804,158,281 +Portugal,326299,638395,804,158,281 +Portugal,327111,39106,804,158,281 +Portugal,327112,34453930,804,158,281 +Portugal,327113,34591,804,158,281 +Portugal,327121,4801,804,158,281 +Portugal,327122,4424872,804,158,281 +Portugal,327123,131171,804,158,281 +Portugal,327124,12583,804,158,281 +Portugal,327125,3389,804,158,281 +Portugal,327211,267135,804,158,281 +Portugal,327212,3070949,804,158,281 +Portugal,327213,10183493,804,158,281 +Portugal,327215,49404,804,158,281 +Portugal,327390,3176869,804,158,281 +Portugal,327910,8406489,804,158,281 +Portugal,327991,15293843,804,158,281 +Portugal,327999,78388,804,158,281 +Portugal,331111,8570461,804,158,281 +Portugal,331222,839356,804,158,281 +Portugal,331316,31963,804,158,281 +Portugal,331411,3377,804,158,281 +Portugal,331419,499957,804,158,281 +Portugal,331421,10734,804,158,281 +Portugal,331422,332551,804,158,281 +Portugal,331491,63162,804,158,281 +Portugal,331492,402831,804,158,281 +Portugal,331511,225672,804,158,281 +Portugal,332115,186830,804,158,281 +Portugal,332211,858213,804,158,281 +Portugal,332212,6034554,804,158,281 +Portugal,332213,2067103,804,158,281 +Portugal,332214,14763,804,158,281 +Portugal,332312,181490,804,158,281 +Portugal,332322,129480,804,158,281 +Portugal,332410,10459680,804,158,281 +Portugal,332420,2247013,804,158,281 +Portugal,332439,714942,804,158,281 +Portugal,332510,11953906,804,158,281 +Portugal,332611,24001,804,158,281 +Portugal,332618,9997801,804,158,281 +Portugal,332722,1502785,804,158,281 +Portugal,332911,3066890,804,158,281 +Portugal,332912,8629,804,158,281 +Portugal,332913,7959148,804,158,281 +Portugal,332919,231947,804,158,281 +Portugal,332991,3400031,804,158,281 +Portugal,332994,3719616,804,158,281 +Portugal,332998,3830564,804,158,281 +Portugal,332999,2882613,804,158,281 +Portugal,333111,56151,804,158,281 +Portugal,333120,542661,804,158,281 +Portugal,333131,65037,804,158,281 +Portugal,333132,266211,804,158,281 +Portugal,333210,143966,804,158,281 +Portugal,333220,1922331,804,158,281 +Portugal,333291,2682,804,158,281 +Portugal,333292,7812950,804,158,281 +Portugal,333293,4059214,804,158,281 +Portugal,333294,1318718,804,158,281 +Portugal,333295,241982,804,158,281 +Portugal,333298,329071,804,158,281 +Portugal,333311,4672,804,158,281 +Portugal,333313,1370121,804,158,281 +Portugal,333314,3757065,804,158,281 +Portugal,333315,221787,804,158,281 +Portugal,333319,731000,804,158,281 +Portugal,333411,1091320,804,158,281 +Portugal,333412,14703,804,158,281 +Portugal,333414,358781,804,158,281 +Portugal,333415,4151545,804,158,281 +Portugal,333511,13862504,804,158,281 +Portugal,333512,189928,804,158,281 +Portugal,333513,1123496,804,158,281 +Portugal,333515,1690299,804,158,281 +Portugal,333611,21573,804,158,281 +Portugal,333612,19860,804,158,281 +Portugal,333613,7225956,804,158,281 +Portugal,333618,2649641,804,158,281 +Portugal,333911,454860,804,158,281 +Portugal,333912,519800,804,158,281 +Portugal,333913,3042,804,158,281 +Portugal,333922,11904,804,158,281 +Portugal,333923,28940,804,158,281 +Portugal,333924,54002,804,158,281 +Portugal,333991,20748,804,158,281 +Portugal,333992,450192,804,158,281 +Portugal,333993,430900,804,158,281 +Portugal,333994,78734,804,158,281 +Portugal,333995,8203,804,158,281 +Portugal,333996,247919,804,158,281 +Portugal,333999,1913656,804,158,281 +Portugal,334111,395721,804,158,281 +Portugal,334112,1034294,804,158,281 +Portugal,334119,823956,804,158,281 +Portugal,334210,363695,804,158,281 +Portugal,334220,33944724,804,158,281 +Portugal,334290,15305,804,158,281 +Portugal,334310,10612687,804,158,281 +Portugal,334412,19186,804,158,281 +Portugal,334413,2998391,804,158,281 +Portugal,334414,14818016,804,158,281 +Portugal,334415,687878,804,158,281 +Portugal,334416,47932,804,158,281 +Portugal,334417,719849,804,158,281 +Portugal,334418,2349797,804,158,281 +Portugal,334419,3572156,804,158,281 +Portugal,334510,15167,804,158,281 +Portugal,334511,11926937,804,158,281 +Portugal,334512,783394,804,158,281 +Portugal,334513,1305069,804,158,281 +Portugal,334514,65274,804,158,281 +Portugal,334515,1398140,804,158,281 +Portugal,334516,875327,804,158,281 +Portugal,334518,11774,804,158,281 +Portugal,334519,3170172,804,158,281 +Portugal,334612,298221,804,158,281 +Portugal,334613,18655,804,158,281 +Portugal,335121,459560,804,158,281 +Portugal,335129,455550,804,158,281 +Portugal,335211,4024682,804,158,281 +Portugal,335212,7499,804,158,281 +Portugal,335221,23543,804,158,281 +Portugal,335222,578905,804,158,281 +Portugal,335224,16244,804,158,281 +Portugal,335228,6872964,804,158,281 +Portugal,335311,14715567,804,158,281 +Portugal,335312,1273497,804,158,281 +Portugal,335313,7880681,804,158,281 +Portugal,335314,17114764,804,158,281 +Portugal,335911,4165322,804,158,281 +Portugal,335929,1369196,804,158,281 +Portugal,335931,87958,804,158,281 +Portugal,335932,5126,804,158,281 +Portugal,335999,659754,804,158,281 +Portugal,336111,170752295,804,158,281 +Portugal,336120,3411816,804,158,281 +Portugal,336214,8230,804,158,281 +Portugal,336311,394551,804,158,281 +Portugal,336321,197494,804,158,281 +Portugal,336322,5450210,804,158,281 +Portugal,336330,28437,804,158,281 +Portugal,336340,110331,804,158,281 +Portugal,336350,3923673,804,158,281 +Portugal,336360,99837,804,158,281 +Portugal,336370,2386791,804,158,281 +Portugal,336391,14003694,804,158,281 +Portugal,336399,7713554,804,158,281 +Portugal,336412,643367,804,158,281 +Portugal,336413,8041313,804,158,281 +Portugal,336510,594323,804,158,281 +Portugal,336612,786708,804,158,281 +Portugal,336991,865805,804,158,281 +Portugal,337110,1261,804,158,281 +Portugal,337124,370974,804,158,281 +Portugal,337127,9021277,804,158,281 +Portugal,337211,23019,804,158,281 +Portugal,337214,38320,804,158,281 +Portugal,337215,683452,804,158,281 +Portugal,337910,161894,804,158,281 +Portugal,337920,63512,804,158,281 +Portugal,339112,184788,804,158,281 +Portugal,339113,629648,804,158,281 +Portugal,339911,2027005,804,158,281 +Portugal,339912,527629,804,158,281 +Portugal,339913,187001,804,158,281 +Portugal,339914,95746,804,158,281 +Portugal,339920,365919,804,158,281 +Portugal,339932,106493,804,158,281 +Portugal,339941,128780,804,158,281 +Portugal,339942,2931043,804,158,281 +Portugal,339944,63340,804,158,281 +Portugal,339950,2762,804,158,281 +Portugal,339991,961075,804,158,281 +Portugal,339992,340330,804,158,281 +Portugal,339993,4839744,804,158,281 +Portugal,339994,253502,804,158,281 +Portugal,339999,367191,804,158,281 +Portugal,910000,2158550,804,158,281 +Portugal,920000,6700765,804,158,281 +Portugal,980000,39274995,804,158,281 +Portugal,990000,20123957,804,158,281 +Qatar,112920,159000,806,159,282 +Qatar,211111,271929902,806,159,282 +Qatar,211112,3000,806,159,282 +Qatar,311613,5250,806,159,282 +Qatar,315222,18494,806,159,282 +Qatar,315223,2249,806,159,282 +Qatar,315224,42137,806,159,282 +Qatar,315232,1209,806,159,282 +Qatar,315233,29148,806,159,282 +Qatar,315234,3851,806,159,282 +Qatar,315239,403,806,159,282 +Qatar,315991,650,806,159,282 +Qatar,316219,1950,806,159,282 +Qatar,316991,841,806,159,282 +Qatar,316992,638,806,159,282 +Qatar,323117,17484,806,159,282 +Qatar,323119,17916,806,159,282 +Qatar,324110,182054,806,159,282 +Qatar,325120,333231,806,159,282 +Qatar,325188,2060808,806,159,282 +Qatar,325192,225808,806,159,282 +Qatar,325199,194833,806,159,282 +Qatar,325211,444415,806,159,282 +Qatar,325311,142071456,806,159,282 +Qatar,326122,2749,806,159,282 +Qatar,326199,1815,806,159,282 +Qatar,326220,575,806,159,282 +Qatar,327211,26351,806,159,282 +Qatar,331312,17194471,806,159,282 +Qatar,331419,66303,806,159,282 +Qatar,332410,9013,806,159,282 +Qatar,332911,9013,806,159,282 +Qatar,333132,117101,806,159,282 +Qatar,333412,28975,806,159,282 +Qatar,333415,13854,806,159,282 +Qatar,333618,52095,806,159,282 +Qatar,333911,3524,806,159,282 +Qatar,333995,2459,806,159,282 +Qatar,334111,7550,806,159,282 +Qatar,334112,4969,806,159,282 +Qatar,334119,144015,806,159,282 +Qatar,334220,20088,806,159,282 +Qatar,334310,9675,806,159,282 +Qatar,334416,28338,806,159,282 +Qatar,334419,10916,806,159,282 +Qatar,334511,13181,806,159,282 +Qatar,334512,3782,806,159,282 +Qatar,334513,119283,806,159,282 +Qatar,334515,342441,806,159,282 +Qatar,334516,15753,806,159,282 +Qatar,334519,11050,806,159,282 +Qatar,335222,12100,806,159,282 +Qatar,335314,3100,806,159,282 +Qatar,335929,5448,806,159,282 +Qatar,335931,2098,806,159,282 +Qatar,335999,20575,806,159,282 +Qatar,336311,31073,806,159,282 +Qatar,336322,33607,806,159,282 +Qatar,336399,5873,806,159,282 +Qatar,336412,5514,806,159,282 +Qatar,336419,14805,806,159,282 +Qatar,337127,4969,806,159,282 +Qatar,339113,1075,806,159,282 +Qatar,339991,10222,806,159,282 +Qatar,339999,11971,806,159,282 +Qatar,910000,2818852,806,159,282 +Qatar,920000,45563,806,159,282 +Qatar,980000,49523483,806,159,282 +Qatar,990000,1412419,806,159,282 +R?union,114111,9105619,805,160,283 +R?union,313210,286,805,160,283 +R?union,314110,1447,805,160,283 +R?union,315233,374,805,160,283 +R?union,325998,97751,805,160,283 +R?union,326220,344,805,160,283 +R?union,327991,6306,805,160,283 +R?union,334220,41472,805,160,283 +R?union,334310,7964,805,160,283 +R?union,334417,7370,805,160,283 +R?union,334419,3813,805,160,283 +R?union,335110,7355,805,160,283 +R?union,335228,34901,805,160,283 +R?union,335929,16513,805,160,283 +R?union,335931,101702,805,160,283 +R?union,920000,3030,805,160,283 +R?union,990000,31996,805,160,283 +Romania,111335,280792,804,161,284 +Romania,111339,76144,804,161,284 +Romania,111411,638324,804,161,284 +Romania,111998,3214,804,161,284 +Romania,112910,378865,804,161,284 +Romania,112990,3679,804,161,284 +Romania,113210,14607,804,161,284 +Romania,311223,2439,804,161,284 +Romania,311320,125726,804,161,284 +Romania,311411,32151,804,161,284 +Romania,311421,1411786,804,161,284 +Romania,311513,2366377,804,161,284 +Romania,311611,1128,804,161,284 +Romania,311811,1308752,804,161,284 +Romania,311823,525111,804,161,284 +Romania,311911,10959,804,161,284 +Romania,311920,16177,804,161,284 +Romania,311941,21682,804,161,284 +Romania,311942,81619,804,161,284 +Romania,311999,63535,804,161,284 +Romania,312111,79140,804,161,284 +Romania,312112,482091,804,161,284 +Romania,312120,134269,804,161,284 +Romania,312130,1874794,804,161,284 +Romania,312221,82855,804,161,284 +Romania,313111,4901373,804,161,284 +Romania,313113,15014,804,161,284 +Romania,313210,527362,804,161,284 +Romania,313221,22754,804,161,284 +Romania,313249,120990,804,161,284 +Romania,314110,566614,804,161,284 +Romania,314121,238591,804,161,284 +Romania,314129,42382,804,161,284 +Romania,314911,182634,804,161,284 +Romania,314912,23849,804,161,284 +Romania,314991,991671,804,161,284 +Romania,314992,16341215,804,161,284 +Romania,314999,1125725,804,161,284 +Romania,315111,36847,804,161,284 +Romania,315221,60762,804,161,284 +Romania,315222,5543741,804,161,284 +Romania,315223,7581375,804,161,284 +Romania,315224,15483090,804,161,284 +Romania,315228,4449488,804,161,284 +Romania,315231,1160305,804,161,284 +Romania,315232,10119698,804,161,284 +Romania,315233,8803307,804,161,284 +Romania,315234,13137165,804,161,284 +Romania,315239,16237358,804,161,284 +Romania,315291,368899,804,161,284 +Romania,315292,847445,804,161,284 +Romania,315991,69870,804,161,284 +Romania,315992,26398,804,161,284 +Romania,315993,1685,804,161,284 +Romania,315999,586046,804,161,284 +Romania,316110,2916194,804,161,284 +Romania,316211,412363,804,161,284 +Romania,316212,200054,804,161,284 +Romania,316213,10368718,804,161,284 +Romania,316214,13825482,804,161,284 +Romania,316219,21391395,804,161,284 +Romania,316991,1046151,804,161,284 +Romania,316992,4640619,804,161,284 +Romania,316993,500883,804,161,284 +Romania,316999,189643,804,161,284 +Romania,321113,462694,804,161,284 +Romania,321211,919964,804,161,284 +Romania,321920,17377,804,161,284 +Romania,321999,930601,804,161,284 +Romania,322211,91401,804,161,284 +Romania,322213,3642,804,161,284 +Romania,322222,16119,804,161,284 +Romania,322223,46539,804,161,284 +Romania,323117,273983,804,161,284 +Romania,323118,14162,804,161,284 +Romania,323119,158891,804,161,284 +Romania,324110,13409254,804,161,284 +Romania,325131,51773,804,161,284 +Romania,325181,103638,804,161,284 +Romania,325188,342345,804,161,284 +Romania,325192,45267,804,161,284 +Romania,325199,2360182,804,161,284 +Romania,325211,5702366,804,161,284 +Romania,325222,812619,804,161,284 +Romania,325311,101381130,804,161,284 +Romania,325312,5491,804,161,284 +Romania,325411,1302558,804,161,284 +Romania,325412,6592053,804,161,284 +Romania,325510,236128,804,161,284 +Romania,325620,135013,804,161,284 +Romania,325910,4610809,804,161,284 +Romania,325920,426357,804,161,284 +Romania,325998,2279,804,161,284 +Romania,326113,66059,804,161,284 +Romania,326121,25089,804,161,284 +Romania,326122,155935,804,161,284 +Romania,326160,6591,804,161,284 +Romania,326199,2711764,804,161,284 +Romania,326211,32665669,804,161,284 +Romania,326220,2777878,804,161,284 +Romania,326299,831267,804,161,284 +Romania,327111,49466,804,161,284 +Romania,327112,1650196,804,161,284 +Romania,327113,2387573,804,161,284 +Romania,327122,2166,804,161,284 +Romania,327212,2411910,804,161,284 +Romania,327213,2827,804,161,284 +Romania,327215,29029,804,161,284 +Romania,327390,6664,804,161,284 +Romania,327910,6626313,804,161,284 +Romania,327991,112750,804,161,284 +Romania,327993,33980,804,161,284 +Romania,327999,15049,804,161,284 +Romania,331111,135417733,804,161,284 +Romania,331112,3574685,804,161,284 +Romania,331315,10056674,804,161,284 +Romania,331316,870612,804,161,284 +Romania,331419,75824,804,161,284 +Romania,331421,82997,804,161,284 +Romania,331491,194332,804,161,284 +Romania,331511,132068,804,161,284 +Romania,332212,144818,804,161,284 +Romania,332312,64328,804,161,284 +Romania,332321,79333,804,161,284 +Romania,332410,1178613,804,161,284 +Romania,332420,219130,804,161,284 +Romania,332510,4688929,804,161,284 +Romania,332611,49453,804,161,284 +Romania,332618,286623,804,161,284 +Romania,332722,187448,804,161,284 +Romania,332911,49565335,804,161,284 +Romania,332912,61704,804,161,284 +Romania,332919,4651611,804,161,284 +Romania,332991,70112378,804,161,284 +Romania,332992,1860380,804,161,284 +Romania,332994,6208196,804,161,284 +Romania,332995,580614,804,161,284 +Romania,332999,1673889,804,161,284 +Romania,333111,7367134,804,161,284 +Romania,333120,1004318,804,161,284 +Romania,333131,395301,804,161,284 +Romania,333132,3085526,804,161,284 +Romania,333210,4988,804,161,284 +Romania,333220,2674296,804,161,284 +Romania,333292,39831,804,161,284 +Romania,333293,67405,804,161,284 +Romania,333294,5600,804,161,284 +Romania,333313,9062658,804,161,284 +Romania,333314,945969,804,161,284 +Romania,333315,6575,804,161,284 +Romania,333412,246367,804,161,284 +Romania,333414,411006,804,161,284 +Romania,333415,657252,804,161,284 +Romania,333511,232401,804,161,284 +Romania,333512,453792,804,161,284 +Romania,333513,29576,804,161,284 +Romania,333514,163921,804,161,284 +Romania,333515,198501,804,161,284 +Romania,333516,6250,804,161,284 +Romania,333611,4423521,804,161,284 +Romania,333612,11507330,804,161,284 +Romania,333613,1664630,804,161,284 +Romania,333618,2674474,804,161,284 +Romania,333911,10203386,804,161,284 +Romania,333912,244299,804,161,284 +Romania,333922,37181,804,161,284 +Romania,333923,2690,804,161,284 +Romania,333924,2024800,804,161,284 +Romania,333991,22774,804,161,284 +Romania,333992,5100,804,161,284 +Romania,333993,47602,804,161,284 +Romania,333994,13145,804,161,284 +Romania,333995,2912854,804,161,284 +Romania,333996,51508,804,161,284 +Romania,333999,6544120,804,161,284 +Romania,334111,9080223,804,161,284 +Romania,334112,1977029,804,161,284 +Romania,334119,10935354,804,161,284 +Romania,334210,98997,804,161,284 +Romania,334220,50886687,804,161,284 +Romania,334310,1778468,804,161,284 +Romania,334412,102581,804,161,284 +Romania,334413,1830152,804,161,284 +Romania,334415,3019,804,161,284 +Romania,334416,657820,804,161,284 +Romania,334417,1874869,804,161,284 +Romania,334418,9847929,804,161,284 +Romania,334419,13560517,804,161,284 +Romania,334510,12144972,804,161,284 +Romania,334511,624048,804,161,284 +Romania,334512,324240,804,161,284 +Romania,334513,2050512,804,161,284 +Romania,334515,24178719,804,161,284 +Romania,334516,6479347,804,161,284 +Romania,334517,39643,804,161,284 +Romania,334518,3003,804,161,284 +Romania,334519,109061,804,161,284 +Romania,334612,7079,804,161,284 +Romania,334613,24707,804,161,284 +Romania,335110,32041,804,161,284 +Romania,335121,33131,804,161,284 +Romania,335129,700030,804,161,284 +Romania,335211,286974,804,161,284 +Romania,335212,189972,804,161,284 +Romania,335221,37282,804,161,284 +Romania,335224,29887,804,161,284 +Romania,335228,70464,804,161,284 +Romania,335311,499010,804,161,284 +Romania,335312,843885,804,161,284 +Romania,335313,870470,804,161,284 +Romania,335314,8498539,804,161,284 +Romania,335911,57577,804,161,284 +Romania,335912,7481,804,161,284 +Romania,335921,10710,804,161,284 +Romania,335929,1433459,804,161,284 +Romania,335931,2463435,804,161,284 +Romania,335932,40885,804,161,284 +Romania,335991,312017,804,161,284 +Romania,335999,3849633,804,161,284 +Romania,336211,575700,804,161,284 +Romania,336311,2916888,804,161,284 +Romania,336321,3908886,804,161,284 +Romania,336322,16675922,804,161,284 +Romania,336330,8665708,804,161,284 +Romania,336340,2457605,804,161,284 +Romania,336360,5531059,804,161,284 +Romania,336391,2454,804,161,284 +Romania,336399,7717152,804,161,284 +Romania,336412,40865674,804,161,284 +Romania,336413,800231,804,161,284 +Romania,336510,2460,804,161,284 +Romania,336991,7981859,804,161,284 +Romania,337124,9254865,804,161,284 +Romania,337127,14624144,804,161,284 +Romania,337211,10283,804,161,284 +Romania,337215,2989727,804,161,284 +Romania,337920,66116,804,161,284 +Romania,339112,368145,804,161,284 +Romania,339113,55800,804,161,284 +Romania,339115,2275,804,161,284 +Romania,339911,58549,804,161,284 +Romania,339914,278980,804,161,284 +Romania,339920,1879257,804,161,284 +Romania,339932,74077,804,161,284 +Romania,339942,15809,804,161,284 +Romania,339943,3244,804,161,284 +Romania,339991,727899,804,161,284 +Romania,339992,2612901,804,161,284 +Romania,339993,31921,804,161,284 +Romania,339994,18146,804,161,284 +Romania,339995,31860,804,161,284 +Romania,339999,543374,804,161,284 +Romania,910000,1727707,804,161,284 +Romania,920000,2145101,804,161,284 +Romania,980000,8729055,804,161,284 +Romania,990000,13810308,804,161,284 +Russian Federation,111120,41691,804,162,285 +Russian Federation,111130,202020,804,162,285 +Russian Federation,111140,2661,804,162,285 +Russian Federation,111199,874201,804,162,285 +Russian Federation,111339,12118,804,162,285 +Russian Federation,111422,12224,804,162,285 +Russian Federation,111998,222634,804,162,285 +Russian Federation,112910,466201,804,162,285 +Russian Federation,112930,1422314,804,162,285 +Russian Federation,112990,393490,804,162,285 +Russian Federation,113210,303633,804,162,285 +Russian Federation,113310,20469,804,162,285 +Russian Federation,114111,52329913,804,162,285 +Russian Federation,114112,220815421,804,162,285 +Russian Federation,114119,5750,804,162,285 +Russian Federation,211111,6793189574,804,162,285 +Russian Federation,211112,914506242,804,162,285 +Russian Federation,212210,72079762,804,162,285 +Russian Federation,212299,1493482,804,162,285 +Russian Federation,212311,13969,804,162,285 +Russian Federation,212319,10914,804,162,285 +Russian Federation,212322,2604062,804,162,285 +Russian Federation,212391,106976,804,162,285 +Russian Federation,212393,11685,804,162,285 +Russian Federation,212399,15000,804,162,285 +Russian Federation,311211,142001,804,162,285 +Russian Federation,311212,55729,804,162,285 +Russian Federation,311221,8253969,804,162,285 +Russian Federation,311223,259115,804,162,285 +Russian Federation,311225,18381,804,162,285 +Russian Federation,311230,397298,804,162,285 +Russian Federation,311311,6019,804,162,285 +Russian Federation,311320,3619991,804,162,285 +Russian Federation,311340,1125914,804,162,285 +Russian Federation,311411,157871,804,162,285 +Russian Federation,311421,509568,804,162,285 +Russian Federation,311423,7172,804,162,285 +Russian Federation,311511,37515,804,162,285 +Russian Federation,311512,7771,804,162,285 +Russian Federation,311513,117071,804,162,285 +Russian Federation,311514,86130,804,162,285 +Russian Federation,311520,87273,804,162,285 +Russian Federation,311611,53731,804,162,285 +Russian Federation,311613,80900,804,162,285 +Russian Federation,311711,1567456,804,162,285 +Russian Federation,311811,4652745,804,162,285 +Russian Federation,311822,6688,804,162,285 +Russian Federation,311823,36351,804,162,285 +Russian Federation,311911,3315507,804,162,285 +Russian Federation,311919,40648,804,162,285 +Russian Federation,311920,313490,804,162,285 +Russian Federation,311930,6316,804,162,285 +Russian Federation,311941,377595,804,162,285 +Russian Federation,311942,217414,804,162,285 +Russian Federation,311999,177925,804,162,285 +Russian Federation,312111,1696280,804,162,285 +Russian Federation,312112,133718,804,162,285 +Russian Federation,312120,1374271,804,162,285 +Russian Federation,312140,143651953,804,162,285 +Russian Federation,313111,704,804,162,285 +Russian Federation,313210,477516,804,162,285 +Russian Federation,313221,38995,804,162,285 +Russian Federation,313230,1220680,804,162,285 +Russian Federation,314110,101675,804,162,285 +Russian Federation,314121,509664,804,162,285 +Russian Federation,314129,1567252,804,162,285 +Russian Federation,314912,2813,804,162,285 +Russian Federation,314991,39525,804,162,285 +Russian Federation,314999,98358,804,162,285 +Russian Federation,315111,3846,804,162,285 +Russian Federation,315221,1436,804,162,285 +Russian Federation,315223,19058,804,162,285 +Russian Federation,315224,7476,804,162,285 +Russian Federation,315228,79664,804,162,285 +Russian Federation,315231,5442,804,162,285 +Russian Federation,315232,13708,804,162,285 +Russian Federation,315233,15778,804,162,285 +Russian Federation,315234,2978,804,162,285 +Russian Federation,315239,25631,804,162,285 +Russian Federation,315292,68817,804,162,285 +Russian Federation,315991,59922,804,162,285 +Russian Federation,315992,3929,804,162,285 +Russian Federation,315999,37568,804,162,285 +Russian Federation,316110,364,804,162,285 +Russian Federation,316214,381876,804,162,285 +Russian Federation,316219,904579,804,162,285 +Russian Federation,316991,37950,804,162,285 +Russian Federation,316993,640,804,162,285 +Russian Federation,316999,2737,804,162,285 +Russian Federation,321113,5631937,804,162,285 +Russian Federation,321211,107214377,804,162,285 +Russian Federation,321213,129597,804,162,285 +Russian Federation,321911,406809,804,162,285 +Russian Federation,321918,212342,804,162,285 +Russian Federation,321920,295805,804,162,285 +Russian Federation,321999,2591058,804,162,285 +Russian Federation,322110,6521820,804,162,285 +Russian Federation,322121,81560,804,162,285 +Russian Federation,322122,824087,804,162,285 +Russian Federation,322130,135524,804,162,285 +Russian Federation,322211,105994,804,162,285 +Russian Federation,322213,3752,804,162,285 +Russian Federation,322222,1282,804,162,285 +Russian Federation,322223,461847,804,162,285 +Russian Federation,322233,10525,804,162,285 +Russian Federation,323117,4252458,804,162,285 +Russian Federation,323118,13927,804,162,285 +Russian Federation,323119,1190350,804,162,285 +Russian Federation,323122,54424,804,162,285 +Russian Federation,324110,11413620640,804,162,285 +Russian Federation,325110,27001258,804,162,285 +Russian Federation,325120,9039698,804,162,285 +Russian Federation,325131,7009061,804,162,285 +Russian Federation,325132,3052,804,162,285 +Russian Federation,325181,305281,804,162,285 +Russian Federation,325182,3281337,804,162,285 +Russian Federation,325188,1174326893,804,162,285 +Russian Federation,325192,42228038,804,162,285 +Russian Federation,325199,24369369,804,162,285 +Russian Federation,325211,10679200,804,162,285 +Russian Federation,325212,83658754,804,162,285 +Russian Federation,325222,194337,804,162,285 +Russian Federation,325311,304942587,804,162,285 +Russian Federation,325312,486703671,804,162,285 +Russian Federation,325411,11192,804,162,285 +Russian Federation,325412,3620403,804,162,285 +Russian Federation,325414,156500,804,162,285 +Russian Federation,325611,26734,804,162,285 +Russian Federation,325612,425151,804,162,285 +Russian Federation,325613,7082073,804,162,285 +Russian Federation,325620,390537,804,162,285 +Russian Federation,325920,92746,804,162,285 +Russian Federation,325992,54945,804,162,285 +Russian Federation,325998,1581752,804,162,285 +Russian Federation,326113,342819,804,162,285 +Russian Federation,326121,106151,804,162,285 +Russian Federation,326122,4759,804,162,285 +Russian Federation,326199,698050,804,162,285 +Russian Federation,326211,31960584,804,162,285 +Russian Federation,326220,1898427,804,162,285 +Russian Federation,326299,1489873,804,162,285 +Russian Federation,327112,124340339,804,162,285 +Russian Federation,327113,38489,804,162,285 +Russian Federation,327122,5125,804,162,285 +Russian Federation,327124,34339,804,162,285 +Russian Federation,327125,2171072,804,162,285 +Russian Federation,327212,4738737,804,162,285 +Russian Federation,327213,26750,804,162,285 +Russian Federation,327215,308056,804,162,285 +Russian Federation,327910,7708364,804,162,285 +Russian Federation,327992,4605205,804,162,285 +Russian Federation,327993,404420,804,162,285 +Russian Federation,327999,2026605,804,162,285 +Russian Federation,331111,1247800883,804,162,285 +Russian Federation,331112,304697902,804,162,285 +Russian Federation,331222,22586,804,162,285 +Russian Federation,331311,125500,804,162,285 +Russian Federation,331312,458287478,804,162,285 +Russian Federation,331314,145763,804,162,285 +Russian Federation,331315,37102486,804,162,285 +Russian Federation,331316,31764858,804,162,285 +Russian Federation,331319,204381,804,162,285 +Russian Federation,331411,74359,804,162,285 +Russian Federation,331419,1186411220,804,162,285 +Russian Federation,331421,3117,804,162,285 +Russian Federation,331422,5456,804,162,285 +Russian Federation,331491,419698400,804,162,285 +Russian Federation,331492,31389262,804,162,285 +Russian Federation,331511,4490272,804,162,285 +Russian Federation,332115,8748,804,162,285 +Russian Federation,332211,474060,804,162,285 +Russian Federation,332212,53909,804,162,285 +Russian Federation,332213,7003,804,162,285 +Russian Federation,332214,55548,804,162,285 +Russian Federation,332321,94073,804,162,285 +Russian Federation,332410,13083294,804,162,285 +Russian Federation,332420,172124,804,162,285 +Russian Federation,332439,52799,804,162,285 +Russian Federation,332510,76223,804,162,285 +Russian Federation,332611,42260,804,162,285 +Russian Federation,332618,94868,804,162,285 +Russian Federation,332722,81335,804,162,285 +Russian Federation,332911,4422358,804,162,285 +Russian Federation,332919,68914,804,162,285 +Russian Federation,332991,1211444,804,162,285 +Russian Federation,332992,89594309,804,162,285 +Russian Federation,332994,6051642,804,162,285 +Russian Federation,332999,7246376,804,162,285 +Russian Federation,333111,73879,804,162,285 +Russian Federation,333120,8428455,804,162,285 +Russian Federation,333131,4077148,804,162,285 +Russian Federation,333132,480278,804,162,285 +Russian Federation,333291,172258,804,162,285 +Russian Federation,333294,30354,804,162,285 +Russian Federation,333295,262086,804,162,285 +Russian Federation,333298,6639,804,162,285 +Russian Federation,333313,236754,804,162,285 +Russian Federation,333314,12740680,804,162,285 +Russian Federation,333315,293892,804,162,285 +Russian Federation,333319,28820,804,162,285 +Russian Federation,333411,215900,804,162,285 +Russian Federation,333412,7502,804,162,285 +Russian Federation,333415,1688868,804,162,285 +Russian Federation,333511,256303,804,162,285 +Russian Federation,333512,636506,804,162,285 +Russian Federation,333513,338697,804,162,285 +Russian Federation,333514,62614,804,162,285 +Russian Federation,333515,984832,804,162,285 +Russian Federation,333611,55216,804,162,285 +Russian Federation,333612,6710,804,162,285 +Russian Federation,333613,311380,804,162,285 +Russian Federation,333618,561453,804,162,285 +Russian Federation,333911,35304,804,162,285 +Russian Federation,333912,425538,804,162,285 +Russian Federation,333924,153500,804,162,285 +Russian Federation,333991,635273,804,162,285 +Russian Federation,333992,249139,804,162,285 +Russian Federation,333993,12350,804,162,285 +Russian Federation,333994,12800,804,162,285 +Russian Federation,333995,20961,804,162,285 +Russian Federation,333996,416926,804,162,285 +Russian Federation,333999,1287199,804,162,285 +Russian Federation,334111,27522,804,162,285 +Russian Federation,334112,32140,804,162,285 +Russian Federation,334119,406689,804,162,285 +Russian Federation,334210,6376,804,162,285 +Russian Federation,334220,2433607,804,162,285 +Russian Federation,334290,57466,804,162,285 +Russian Federation,334310,424656,804,162,285 +Russian Federation,334411,5575406,804,162,285 +Russian Federation,334412,12115,804,162,285 +Russian Federation,334413,10071818,804,162,285 +Russian Federation,334414,381976,804,162,285 +Russian Federation,334415,573052,804,162,285 +Russian Federation,334416,20745,804,162,285 +Russian Federation,334417,36159,804,162,285 +Russian Federation,334418,1372944,804,162,285 +Russian Federation,334419,3659979,804,162,285 +Russian Federation,334510,1634476,804,162,285 +Russian Federation,334511,527278,804,162,285 +Russian Federation,334512,67159,804,162,285 +Russian Federation,334513,209362,804,162,285 +Russian Federation,334514,49990,804,162,285 +Russian Federation,334515,10271822,804,162,285 +Russian Federation,334516,7713668,804,162,285 +Russian Federation,334517,765249,804,162,285 +Russian Federation,334518,162585,804,162,285 +Russian Federation,334519,4766002,804,162,285 +Russian Federation,334612,42290,804,162,285 +Russian Federation,334613,144397,804,162,285 +Russian Federation,335110,348444,804,162,285 +Russian Federation,335121,550,804,162,285 +Russian Federation,335129,31017,804,162,285 +Russian Federation,335211,330952,804,162,285 +Russian Federation,335222,35137,804,162,285 +Russian Federation,335228,59135,804,162,285 +Russian Federation,335311,58152,804,162,285 +Russian Federation,335312,242589,804,162,285 +Russian Federation,335313,107371,804,162,285 +Russian Federation,335314,28761,804,162,285 +Russian Federation,335911,222055,804,162,285 +Russian Federation,335912,18300,804,162,285 +Russian Federation,335921,935432,804,162,285 +Russian Federation,335929,236427,804,162,285 +Russian Federation,335931,202290,804,162,285 +Russian Federation,335991,32052168,804,162,285 +Russian Federation,335999,4281280,804,162,285 +Russian Federation,336111,36498,804,162,285 +Russian Federation,336214,3482,804,162,285 +Russian Federation,336311,105227,804,162,285 +Russian Federation,336322,3589367,804,162,285 +Russian Federation,336340,4983,804,162,285 +Russian Federation,336350,48994,804,162,285 +Russian Federation,336399,776234,804,162,285 +Russian Federation,336411,40411178,804,162,285 +Russian Federation,336412,2164954,804,162,285 +Russian Federation,336413,55720015,804,162,285 +Russian Federation,336415,73372876,804,162,285 +Russian Federation,336419,80874,804,162,285 +Russian Federation,336510,112286,804,162,285 +Russian Federation,336612,23650,804,162,285 +Russian Federation,336991,3069596,804,162,285 +Russian Federation,337110,308119,804,162,285 +Russian Federation,337124,23375,804,162,285 +Russian Federation,337127,15800396,804,162,285 +Russian Federation,337211,403,804,162,285 +Russian Federation,337214,1356,804,162,285 +Russian Federation,337215,4471314,804,162,285 +Russian Federation,337910,359,804,162,285 +Russian Federation,339112,1941876,804,162,285 +Russian Federation,339113,879490,804,162,285 +Russian Federation,339114,21302,804,162,285 +Russian Federation,339115,7996,804,162,285 +Russian Federation,339911,4427006,804,162,285 +Russian Federation,339913,115334205,804,162,285 +Russian Federation,339914,37013,804,162,285 +Russian Federation,339920,267812,804,162,285 +Russian Federation,339932,642267,804,162,285 +Russian Federation,339942,141526,804,162,285 +Russian Federation,339991,181319,804,162,285 +Russian Federation,339992,201915,804,162,285 +Russian Federation,339994,164004,804,162,285 +Russian Federation,339999,2642060,804,162,285 +Russian Federation,910000,9998035,804,162,285 +Russian Federation,920000,39177131,804,162,285 +Russian Federation,980000,30533389,804,162,285 +Russian Federation,990000,9552383,804,162,285 +Rwanda,111339,18330126,805,163,286 +Rwanda,113210,724885,805,163,286 +Rwanda,212299,1310191,805,163,286 +Rwanda,311920,860751,805,163,286 +Rwanda,314999,2191,805,163,286 +Rwanda,315991,337,805,163,286 +Rwanda,316991,40426,805,163,286 +Rwanda,316992,749,805,163,286 +Rwanda,316993,401,805,163,286 +Rwanda,321999,612178,805,163,286 +Rwanda,323119,89898,805,163,286 +Rwanda,326199,1991,805,163,286 +Rwanda,334119,9996,805,163,286 +Rwanda,335911,2325,805,163,286 +Rwanda,337127,449,805,163,286 +Rwanda,339914,47889,805,163,286 +Rwanda,339999,9583,805,163,286 +Rwanda,920000,23468,805,163,286 +Rwanda,980000,41645,805,163,286 +Rwanda,990000,49906,805,163,286 +Saint Helena,114111,2039587,805,164,287 +Saint Helena,114112,4144244,805,164,287 +Saint Helena,315223,894,805,164,287 +Saint Helena,315232,1756,805,164,287 +Saint Helena,315991,27989,805,164,287 +Saint Helena,316213,2362,805,164,287 +Saint Helena,323119,21049,805,164,287 +Saint Helena,331319,3502,805,164,287 +Saint Helena,331491,2623,805,164,287 +Saint Helena,332212,18544,805,164,287 +Saint Helena,332999,43342,805,164,287 +Saint Helena,333295,3238,805,164,287 +Saint Helena,333411,121926,805,164,287 +Saint Helena,334112,5663,805,164,287 +Saint Helena,334119,76790,805,164,287 +Saint Helena,334310,48172,805,164,287 +Saint Helena,334413,69665,805,164,287 +Saint Helena,334418,4674,805,164,287 +Saint Helena,334510,482102,805,164,287 +Saint Helena,334515,5874,805,164,287 +Saint Helena,334516,24041,805,164,287 +Saint Helena,335314,14490,805,164,287 +Saint Helena,337127,4180,805,164,287 +Saint Helena,339932,13532,805,164,287 +Saint Helena,910000,82355,805,164,287 +Saint Helena,980000,20624,805,164,287 +Saint Helena,990000,44433,805,164,287 +Saint Kitts and Nevis,112990,129635,803,165,288 +Saint Kitts and Nevis,114112,46690,803,165,288 +Saint Kitts and Nevis,311411,20692,803,165,288 +Saint Kitts and Nevis,312111,8027,803,165,288 +Saint Kitts and Nevis,312140,757296,803,165,288 +Saint Kitts and Nevis,315228,2287,803,165,288 +Saint Kitts and Nevis,315292,1107,803,165,288 +Saint Kitts and Nevis,321911,21249,803,165,288 +Saint Kitts and Nevis,321920,3920,803,165,288 +Saint Kitts and Nevis,326199,14371,803,165,288 +Saint Kitts and Nevis,327212,4300,803,165,288 +Saint Kitts and Nevis,332911,9606,803,165,288 +Saint Kitts and Nevis,332999,24473,803,165,288 +Saint Kitts and Nevis,333111,5134,803,165,288 +Saint Kitts and Nevis,333120,6343,803,165,288 +Saint Kitts and Nevis,333295,4251,803,165,288 +Saint Kitts and Nevis,333414,2456,803,165,288 +Saint Kitts and Nevis,333415,26684,803,165,288 +Saint Kitts and Nevis,333911,3075,803,165,288 +Saint Kitts and Nevis,333912,2680,803,165,288 +Saint Kitts and Nevis,333999,46184,803,165,288 +Saint Kitts and Nevis,334119,2536,803,165,288 +Saint Kitts and Nevis,334220,12312372,803,165,288 +Saint Kitts and Nevis,334310,2385058,803,165,288 +Saint Kitts and Nevis,334412,4995,803,165,288 +Saint Kitts and Nevis,334413,23101,803,165,288 +Saint Kitts and Nevis,334415,11961892,803,165,288 +Saint Kitts and Nevis,334416,544203,803,165,288 +Saint Kitts and Nevis,334417,595056,803,165,288 +Saint Kitts and Nevis,334419,3529228,803,165,288 +Saint Kitts and Nevis,334511,50946,803,165,288 +Saint Kitts and Nevis,335311,8043,803,165,288 +Saint Kitts and Nevis,335312,6971032,803,165,288 +Saint Kitts and Nevis,335313,398935,803,165,288 +Saint Kitts and Nevis,335314,560254,803,165,288 +Saint Kitts and Nevis,335929,4007,803,165,288 +Saint Kitts and Nevis,335931,2426205,803,165,288 +Saint Kitts and Nevis,335999,694627,803,165,288 +Saint Kitts and Nevis,336399,14345,803,165,288 +Saint Kitts and Nevis,339911,13155,803,165,288 +Saint Kitts and Nevis,339991,4972,803,165,288 +Saint Kitts and Nevis,339994,328515,803,165,288 +Saint Kitts and Nevis,910000,186107,803,165,288 +Saint Kitts and Nevis,920000,10650,803,165,288 +Saint Kitts and Nevis,980000,7568742,803,165,288 +Saint Kitts and Nevis,990000,1231500,803,165,288 +Saint Lucia,111219,53873,803,166,289 +Saint Lucia,111335,28875,803,166,289 +Saint Lucia,311514,2831,803,166,289 +Saint Lucia,311941,272703,803,166,289 +Saint Lucia,311942,2253,803,166,289 +Saint Lucia,312111,26870,803,166,289 +Saint Lucia,312140,114683,803,166,289 +Saint Lucia,313320,1885,803,166,289 +Saint Lucia,314999,1781,803,166,289 +Saint Lucia,315232,2722,803,166,289 +Saint Lucia,315239,2318,803,166,289 +Saint Lucia,316214,7851,803,166,289 +Saint Lucia,316219,1025,803,166,289 +Saint Lucia,323117,5678,803,166,289 +Saint Lucia,323119,19165,803,166,289 +Saint Lucia,326122,971,803,166,289 +Saint Lucia,327212,8812,803,166,289 +Saint Lucia,331419,7795,803,166,289 +Saint Lucia,331491,117741,803,166,289 +Saint Lucia,333111,129411,803,166,289 +Saint Lucia,333314,5069,803,166,289 +Saint Lucia,333415,85962,803,166,289 +Saint Lucia,333924,2589,803,166,289 +Saint Lucia,333999,7355,803,166,289 +Saint Lucia,334119,2690,803,166,289 +Saint Lucia,334220,9688603,803,166,289 +Saint Lucia,334413,14168,803,166,289 +Saint Lucia,334415,1129483,803,166,289 +Saint Lucia,334417,820523,803,166,289 +Saint Lucia,334513,2441608,803,166,289 +Saint Lucia,334514,16450,803,166,289 +Saint Lucia,334515,39825,803,166,289 +Saint Lucia,334516,10800,803,166,289 +Saint Lucia,334519,2644,803,166,289 +Saint Lucia,335313,33454,803,166,289 +Saint Lucia,335314,17577,803,166,289 +Saint Lucia,335911,7113,803,166,289 +Saint Lucia,335912,4320,803,166,289 +Saint Lucia,335929,4705,803,166,289 +Saint Lucia,339911,8582,803,166,289 +Saint Lucia,339920,57956,803,166,289 +Saint Lucia,339991,2456,803,166,289 +Saint Lucia,910000,1322299,803,166,289 +Saint Lucia,920000,56502,803,166,289 +Saint Lucia,980000,1499126,803,166,289 +Saint Lucia,990000,781667,803,166,289 +Saint Vincent and the Grenadines,111339,119966,803,167,290 +Saint Vincent and the Grenadines,111998,83741,803,167,290 +Saint Vincent and the Grenadines,114111,41566,803,167,290 +Saint Vincent and the Grenadines,114112,4707,803,167,290 +Saint Vincent and the Grenadines,311423,150700,803,167,290 +Saint Vincent and the Grenadines,311942,22293,803,167,290 +Saint Vincent and the Grenadines,312112,8228,803,167,290 +Saint Vincent and the Grenadines,314911,399,803,167,290 +Saint Vincent and the Grenadines,315234,1113,803,167,290 +Saint Vincent and the Grenadines,326199,2283,803,167,290 +Saint Vincent and the Grenadines,327212,10500,803,167,290 +Saint Vincent and the Grenadines,334220,33118,803,167,290 +Saint Vincent and the Grenadines,334519,2750,803,167,290 +Saint Vincent and the Grenadines,335313,38106,803,167,290 +Saint Vincent and the Grenadines,339932,6100,803,167,290 +Saint Vincent and the Grenadines,910000,919814,803,167,290 +Saint Vincent and the Grenadines,920000,14116,803,167,290 +Saint Vincent and the Grenadines,980000,374403,803,167,290 +Saint Vincent and the Grenadines,990000,107041,803,167,290 +Samoa,114111,488115,808,168,291 +Samoa,212393,6473,808,168,291 +Samoa,311211,41301,808,168,291 +Samoa,311223,70578,808,168,291 +Samoa,311421,730340,808,168,291 +Samoa,311423,70871,808,168,291 +Samoa,312112,415775,808,168,291 +Samoa,313230,473,808,168,291 +Samoa,313249,107366,808,168,291 +Samoa,314911,2858,808,168,291 +Samoa,314999,363002,808,168,291 +Samoa,315233,11682,808,168,291 +Samoa,315999,858,808,168,291 +Samoa,316999,506,808,168,291 +Samoa,322222,833,808,168,291 +Samoa,323119,26455,808,168,291 +Samoa,325199,324399,808,168,291 +Samoa,326160,1362,808,168,291 +Samoa,332212,3401,808,168,291 +Samoa,332510,4202,808,168,291 +Samoa,332722,419897,808,168,291 +Samoa,333314,203010,808,168,291 +Samoa,334210,4075,808,168,291 +Samoa,334416,6850,808,168,291 +Samoa,334515,4787,808,168,291 +Samoa,335312,15317,808,168,291 +Samoa,335929,29722,808,168,291 +Samoa,336322,4301,808,168,291 +Samoa,337124,54078,808,168,291 +Samoa,337215,260913,808,168,291 +Samoa,339920,12722,808,168,291 +Samoa,980000,46710,808,168,291 +Samoa,990000,44473,808,168,291 +San Marino,311611,12988,804,169,292 +San Marino,312130,61942,804,169,292 +San Marino,315223,609540,804,169,292 +San Marino,315292,50452,804,169,292 +San Marino,315999,308,804,169,292 +San Marino,316214,6095,804,169,292 +San Marino,316219,4794,804,169,292 +San Marino,326113,101035,804,169,292 +San Marino,326220,158182,804,169,292 +San Marino,326299,93500,804,169,292 +San Marino,327122,2925864,804,169,292 +San Marino,327910,7764,804,169,292 +San Marino,332999,17549,804,169,292 +San Marino,333120,5017,804,169,292 +San Marino,333993,76713,804,169,292 +San Marino,333994,2676,804,169,292 +San Marino,333996,3320,804,169,292 +San Marino,334220,199921,804,169,292 +San Marino,334412,4032,804,169,292 +San Marino,334413,25542,804,169,292 +San Marino,334510,6305,804,169,292 +San Marino,336991,4695,804,169,292 +San Marino,339914,7468,804,169,292 +San Marino,339991,15079,804,169,292 +San Marino,990000,95183,804,169,292 +Sao Tome and Principe,311320,49746,805,170,293 +Sao Tome and Principe,315223,4497,805,170,293 +Sao Tome and Principe,326220,7146,805,170,293 +Sao Tome and Principe,333618,11277,805,170,293 +Sao Tome and Principe,333924,6078,805,170,293 +Sao Tome and Principe,334515,149466,805,170,293 +Sao Tome and Principe,334519,4162,805,170,293 +Sao Tome and Principe,336321,7764,805,170,293 +Sao Tome and Principe,337127,39498,805,170,293 +Sao Tome and Principe,337215,423,805,170,293 +Sao Tome and Principe,339914,6980,805,170,293 +Sao Tome and Principe,339932,12291,805,170,293 +Sao Tome and Principe,339991,4098,805,170,293 +Sao Tome and Principe,920000,3371,805,170,293 +Sao Tome and Principe,990000,23679,805,170,293 +Saudi Arabia,111120,36341,806,171,294 +Saudi Arabia,111339,449714,806,171,294 +Saudi Arabia,111421,28897,806,171,294 +Saudi Arabia,112910,22388,806,171,294 +Saudi Arabia,112920,62297,806,171,294 +Saudi Arabia,112930,984,806,171,294 +Saudi Arabia,114112,4662317,806,171,294 +Saudi Arabia,211111,31112808356,806,171,294 +Saudi Arabia,211112,40581843,806,171,294 +Saudi Arabia,212299,104960,806,171,294 +Saudi Arabia,212399,107697,806,171,294 +Saudi Arabia,311212,33557,806,171,294 +Saudi Arabia,311340,102964,806,171,294 +Saudi Arabia,311421,44731,806,171,294 +Saudi Arabia,311512,8064,806,171,294 +Saudi Arabia,311513,218711,806,171,294 +Saudi Arabia,311811,1144166,806,171,294 +Saudi Arabia,311911,3349,806,171,294 +Saudi Arabia,311920,30221,806,171,294 +Saudi Arabia,311930,21891,806,171,294 +Saudi Arabia,311999,15329,806,171,294 +Saudi Arabia,312111,564614,806,171,294 +Saudi Arabia,312112,20402,806,171,294 +Saudi Arabia,312130,12994,806,171,294 +Saudi Arabia,312229,7283,806,171,294 +Saudi Arabia,313210,20246315,806,171,294 +Saudi Arabia,313230,3680574,806,171,294 +Saudi Arabia,313249,285383,806,171,294 +Saudi Arabia,313320,334658,806,171,294 +Saudi Arabia,314110,8212250,806,171,294 +Saudi Arabia,314121,4577,806,171,294 +Saudi Arabia,314129,376690,806,171,294 +Saudi Arabia,314911,1007827,806,171,294 +Saudi Arabia,314912,73001,806,171,294 +Saudi Arabia,314991,158651,806,171,294 +Saudi Arabia,314999,397,806,171,294 +Saudi Arabia,315221,8031,806,171,294 +Saudi Arabia,315222,2562,806,171,294 +Saudi Arabia,315223,4686,806,171,294 +Saudi Arabia,315224,2584,806,171,294 +Saudi Arabia,315228,41628,806,171,294 +Saudi Arabia,315231,2701,806,171,294 +Saudi Arabia,315232,12210,806,171,294 +Saudi Arabia,315233,182336,806,171,294 +Saudi Arabia,315234,19251,806,171,294 +Saudi Arabia,315239,21546,806,171,294 +Saudi Arabia,315292,467,806,171,294 +Saudi Arabia,315991,16234,806,171,294 +Saudi Arabia,315999,39281,806,171,294 +Saudi Arabia,316211,2233,806,171,294 +Saudi Arabia,316213,1724,806,171,294 +Saudi Arabia,316214,1345,806,171,294 +Saudi Arabia,316219,354,806,171,294 +Saudi Arabia,316992,3715,806,171,294 +Saudi Arabia,316993,1525,806,171,294 +Saudi Arabia,316999,3169,806,171,294 +Saudi Arabia,321211,23172,806,171,294 +Saudi Arabia,321219,12492,806,171,294 +Saudi Arabia,322212,5940,806,171,294 +Saudi Arabia,322223,450262,806,171,294 +Saudi Arabia,323117,819290,806,171,294 +Saudi Arabia,323118,9800,806,171,294 +Saudi Arabia,323119,30925,806,171,294 +Saudi Arabia,324110,389458504,806,171,294 +Saudi Arabia,324121,13797,806,171,294 +Saudi Arabia,325110,5406698,806,171,294 +Saudi Arabia,325181,75146,806,171,294 +Saudi Arabia,325188,8649410,806,171,294 +Saudi Arabia,325192,141109714,806,171,294 +Saudi Arabia,325199,393885792,806,171,294 +Saudi Arabia,325211,19382338,806,171,294 +Saudi Arabia,325222,1478857,806,171,294 +Saudi Arabia,325311,186960695,806,171,294 +Saudi Arabia,325411,1030976,806,171,294 +Saudi Arabia,325412,3880104,806,171,294 +Saudi Arabia,325611,162153,806,171,294 +Saudi Arabia,325620,1235009,806,171,294 +Saudi Arabia,325998,114262,806,171,294 +Saudi Arabia,326113,3210788,806,171,294 +Saudi Arabia,326122,10417,806,171,294 +Saudi Arabia,326160,4854,806,171,294 +Saudi Arabia,326199,2035509,806,171,294 +Saudi Arabia,326220,300,806,171,294 +Saudi Arabia,326299,1906519,806,171,294 +Saudi Arabia,327112,25374,806,171,294 +Saudi Arabia,327212,749094,806,171,294 +Saudi Arabia,327215,16671,806,171,294 +Saudi Arabia,327991,8812904,806,171,294 +Saudi Arabia,327999,2671,806,171,294 +Saudi Arabia,331111,24060765,806,171,294 +Saudi Arabia,331112,3068514,806,171,294 +Saudi Arabia,331312,100303,806,171,294 +Saudi Arabia,331316,5001,806,171,294 +Saudi Arabia,331411,7786,806,171,294 +Saudi Arabia,331419,382734,806,171,294 +Saudi Arabia,332212,42324,806,171,294 +Saudi Arabia,332420,197928,806,171,294 +Saudi Arabia,332510,14056,806,171,294 +Saudi Arabia,332618,27365,806,171,294 +Saudi Arabia,332722,32928,806,171,294 +Saudi Arabia,332911,108111,806,171,294 +Saudi Arabia,332999,73288,806,171,294 +Saudi Arabia,333111,22866,806,171,294 +Saudi Arabia,333120,13030,806,171,294 +Saudi Arabia,333131,107316,806,171,294 +Saudi Arabia,333132,191810,806,171,294 +Saudi Arabia,333220,5872797,806,171,294 +Saudi Arabia,333294,53277,806,171,294 +Saudi Arabia,333314,3083,806,171,294 +Saudi Arabia,333412,5150,806,171,294 +Saudi Arabia,333415,117060,806,171,294 +Saudi Arabia,333511,13304,806,171,294 +Saudi Arabia,333514,2401,806,171,294 +Saudi Arabia,333611,26183,806,171,294 +Saudi Arabia,333613,4314,806,171,294 +Saudi Arabia,333618,363944,806,171,294 +Saudi Arabia,333911,7643233,806,171,294 +Saudi Arabia,333912,7620,806,171,294 +Saudi Arabia,333913,4075,806,171,294 +Saudi Arabia,333991,3075,806,171,294 +Saudi Arabia,333993,9560,806,171,294 +Saudi Arabia,333995,27583,806,171,294 +Saudi Arabia,333996,31590,806,171,294 +Saudi Arabia,333997,4978,806,171,294 +Saudi Arabia,333999,1069976,806,171,294 +Saudi Arabia,334111,78410,806,171,294 +Saudi Arabia,334112,183002,806,171,294 +Saudi Arabia,334119,137872,806,171,294 +Saudi Arabia,334210,5573,806,171,294 +Saudi Arabia,334220,118586,806,171,294 +Saudi Arabia,334310,21079,806,171,294 +Saudi Arabia,334412,2793,806,171,294 +Saudi Arabia,334413,92411,806,171,294 +Saudi Arabia,334416,4050,806,171,294 +Saudi Arabia,334417,135591,806,171,294 +Saudi Arabia,334418,37439,806,171,294 +Saudi Arabia,334419,133671,806,171,294 +Saudi Arabia,334510,34274,806,171,294 +Saudi Arabia,334511,24574,806,171,294 +Saudi Arabia,334512,3803,806,171,294 +Saudi Arabia,334513,103440,806,171,294 +Saudi Arabia,334514,11025,806,171,294 +Saudi Arabia,334515,122798,806,171,294 +Saudi Arabia,334516,251990,806,171,294 +Saudi Arabia,334517,22074,806,171,294 +Saudi Arabia,334519,20580,806,171,294 +Saudi Arabia,335110,47623,806,171,294 +Saudi Arabia,335121,654,806,171,294 +Saudi Arabia,335129,15997,806,171,294 +Saudi Arabia,335221,3923,806,171,294 +Saudi Arabia,335228,6915,806,171,294 +Saudi Arabia,335312,39702,806,171,294 +Saudi Arabia,335313,25943,806,171,294 +Saudi Arabia,335314,23186,806,171,294 +Saudi Arabia,335911,3275,806,171,294 +Saudi Arabia,335991,3350,806,171,294 +Saudi Arabia,335999,34709,806,171,294 +Saudi Arabia,336311,123211,806,171,294 +Saudi Arabia,336321,57182,806,171,294 +Saudi Arabia,336322,19519,806,171,294 +Saudi Arabia,336340,25754,806,171,294 +Saudi Arabia,336399,5093384,806,171,294 +Saudi Arabia,336411,4550000,806,171,294 +Saudi Arabia,336412,196965,806,171,294 +Saudi Arabia,336413,701929,806,171,294 +Saudi Arabia,336991,3205,806,171,294 +Saudi Arabia,337110,750,806,171,294 +Saudi Arabia,337121,25325,806,171,294 +Saudi Arabia,337124,248777,806,171,294 +Saudi Arabia,337127,127676,806,171,294 +Saudi Arabia,337215,2150,806,171,294 +Saudi Arabia,337910,1631,806,171,294 +Saudi Arabia,339112,3357,806,171,294 +Saudi Arabia,339113,169701,806,171,294 +Saudi Arabia,339114,3896,806,171,294 +Saudi Arabia,339911,1195848,806,171,294 +Saudi Arabia,339913,873074,806,171,294 +Saudi Arabia,339914,38704,806,171,294 +Saudi Arabia,339932,12672,806,171,294 +Saudi Arabia,339941,5281,806,171,294 +Saudi Arabia,339991,60114,806,171,294 +Saudi Arabia,339999,26551,806,171,294 +Saudi Arabia,910000,100803116,806,171,294 +Saudi Arabia,920000,313503,806,171,294 +Saudi Arabia,980000,116011200,806,171,294 +Saudi Arabia,990000,1574426,806,171,294 +Senegal,112990,182545,805,172,295 +Senegal,113210,82470,805,172,295 +Senegal,114111,418855,805,172,295 +Senegal,114112,407868,805,172,295 +Senegal,311211,16763,805,172,295 +Senegal,311223,4870,805,172,295 +Senegal,311230,17292,805,172,295 +Senegal,311711,9410,805,172,295 +Senegal,311920,103863,805,172,295 +Senegal,311941,25203,805,172,295 +Senegal,311999,35250,805,172,295 +Senegal,313210,27290,805,172,295 +Senegal,314110,1278,805,172,295 +Senegal,314129,39295,805,172,295 +Senegal,315221,968,805,172,295 +Senegal,315223,417,805,172,295 +Senegal,315224,519,805,172,295 +Senegal,315232,3885,805,172,295 +Senegal,315233,17341,805,172,295 +Senegal,315234,4355,805,172,295 +Senegal,315239,9950,805,172,295 +Senegal,316211,3827,805,172,295 +Senegal,316213,4067,805,172,295 +Senegal,316219,2387,805,172,295 +Senegal,316991,26304,805,172,295 +Senegal,316992,6376,805,172,295 +Senegal,316993,3107,805,172,295 +Senegal,316999,4122,805,172,295 +Senegal,321999,95406,805,172,295 +Senegal,322232,40098,805,172,295 +Senegal,323117,72698,805,172,295 +Senegal,324110,7500,805,172,295 +Senegal,325199,69393,805,172,295 +Senegal,325611,5940,805,172,295 +Senegal,325620,20649,805,172,295 +Senegal,326192,31892,805,172,295 +Senegal,326199,51070,805,172,295 +Senegal,327212,4301,805,172,295 +Senegal,331419,122614,805,172,295 +Senegal,332510,42204,805,172,295 +Senegal,332722,16439,805,172,295 +Senegal,332911,2785,805,172,295 +Senegal,332991,60816,805,172,295 +Senegal,333999,6685,805,172,295 +Senegal,334112,15815,805,172,295 +Senegal,334119,2753,805,172,295 +Senegal,334220,36589,805,172,295 +Senegal,334413,68478,805,172,295 +Senegal,334418,5040,805,172,295 +Senegal,334419,13281,805,172,295 +Senegal,334515,10512,805,172,295 +Senegal,335129,12680,805,172,295 +Senegal,335312,5954,805,172,295 +Senegal,336399,28960,805,172,295 +Senegal,336412,6146,805,172,295 +Senegal,337124,11997,805,172,295 +Senegal,337127,63229,805,172,295 +Senegal,339911,7342,805,172,295 +Senegal,339932,2750,805,172,295 +Senegal,339992,19426,805,172,295 +Senegal,339999,1342459,805,172,295 +Senegal,910000,170377,805,172,295 +Senegal,920000,52632,805,172,295 +Senegal,980000,1026788,805,172,295 +Senegal,990000,473032,805,172,295 +Serbia,111130,251340,804,173,296 +Serbia,111411,52400,804,173,296 +Serbia,111421,4074,804,173,296 +Serbia,112990,115851,804,173,296 +Serbia,311211,48373,804,173,296 +Serbia,311212,13164,804,173,296 +Serbia,311311,4392,804,173,296 +Serbia,311320,607200,804,173,296 +Serbia,311340,113347,804,173,296 +Serbia,311411,2505385,804,173,296 +Serbia,311421,307189,804,173,296 +Serbia,311423,2472459,804,173,296 +Serbia,311513,93978,804,173,296 +Serbia,311611,213393,804,173,296 +Serbia,311811,833965,804,173,296 +Serbia,311919,184528,804,173,296 +Serbia,311920,365898,804,173,296 +Serbia,311941,37845,804,173,296 +Serbia,311942,2600,804,173,296 +Serbia,311999,280826,804,173,296 +Serbia,312111,24672,804,173,296 +Serbia,312112,182570,804,173,296 +Serbia,312113,27723,804,173,296 +Serbia,312120,39904,804,173,296 +Serbia,312130,666650,804,173,296 +Serbia,312140,36161,804,173,296 +Serbia,312229,306495,804,173,296 +Serbia,314911,36321,804,173,296 +Serbia,315111,176272,804,173,296 +Serbia,315221,44557,804,173,296 +Serbia,315222,70550,804,173,296 +Serbia,315223,40673,804,173,296 +Serbia,315224,13065,804,173,296 +Serbia,315228,101811,804,173,296 +Serbia,315231,202259,804,173,296 +Serbia,315232,293815,804,173,296 +Serbia,315233,375087,804,173,296 +Serbia,315234,434933,804,173,296 +Serbia,315239,151370,804,173,296 +Serbia,315291,2185,804,173,296 +Serbia,315292,1305,804,173,296 +Serbia,315999,32531,804,173,296 +Serbia,316211,81239,804,173,296 +Serbia,316213,7805,804,173,296 +Serbia,316214,436226,804,173,296 +Serbia,316219,2372170,804,173,296 +Serbia,316991,18511,804,173,296 +Serbia,316992,4157,804,173,296 +Serbia,321999,99315,804,173,296 +Serbia,322223,79441,804,173,296 +Serbia,323117,119029,804,173,296 +Serbia,323119,96158,804,173,296 +Serbia,324110,7413101,804,173,296 +Serbia,325192,7052156,804,173,296 +Serbia,325411,45724,804,173,296 +Serbia,325412,7240378,804,173,296 +Serbia,325611,3634,804,173,296 +Serbia,325620,26713,804,173,296 +Serbia,325910,10945,804,173,296 +Serbia,325998,80595,804,173,296 +Serbia,326113,83335,804,173,296 +Serbia,326121,50574,804,173,296 +Serbia,326199,75063,804,173,296 +Serbia,326211,917325,804,173,296 +Serbia,326212,2975,804,173,296 +Serbia,326220,21366,804,173,296 +Serbia,327215,3625,804,173,296 +Serbia,331419,64848,804,173,296 +Serbia,331421,9127160,804,173,296 +Serbia,331422,54377,804,173,296 +Serbia,332212,5938,804,173,296 +Serbia,332214,3039,804,173,296 +Serbia,332312,15224,804,173,296 +Serbia,332431,6277,804,173,296 +Serbia,332510,226371,804,173,296 +Serbia,332618,95366,804,173,296 +Serbia,332911,2121586,804,173,296 +Serbia,332991,6779,804,173,296 +Serbia,332992,20346059,804,173,296 +Serbia,332994,4170514,804,173,296 +Serbia,332995,13955,804,173,296 +Serbia,332999,427283,804,173,296 +Serbia,333111,33483,804,173,296 +Serbia,333120,132636,804,173,296 +Serbia,333220,50991,804,173,296 +Serbia,333294,158628,804,173,296 +Serbia,333315,74889,804,173,296 +Serbia,333415,5500,804,173,296 +Serbia,333511,5734,804,173,296 +Serbia,333512,6530,804,173,296 +Serbia,333513,13182,804,173,296 +Serbia,333515,138466,804,173,296 +Serbia,333611,1749891,804,173,296 +Serbia,333612,6091,804,173,296 +Serbia,333613,21352,804,173,296 +Serbia,333618,3685687,804,173,296 +Serbia,333911,36913,804,173,296 +Serbia,333991,70937,804,173,296 +Serbia,333992,271461,804,173,296 +Serbia,333993,180626,804,173,296 +Serbia,333996,2916,804,173,296 +Serbia,333999,4443,804,173,296 +Serbia,334112,9332,804,173,296 +Serbia,334119,117221,804,173,296 +Serbia,334220,32827,804,173,296 +Serbia,334310,79311,804,173,296 +Serbia,334412,3177,804,173,296 +Serbia,334413,4260,804,173,296 +Serbia,334416,8164,804,173,296 +Serbia,334417,6144,804,173,296 +Serbia,334418,141681,804,173,296 +Serbia,334419,6555,804,173,296 +Serbia,334510,28125,804,173,296 +Serbia,334511,27205,804,173,296 +Serbia,334513,33196,804,173,296 +Serbia,334515,99791,804,173,296 +Serbia,334516,58780,804,173,296 +Serbia,334517,40971,804,173,296 +Serbia,334518,73912,804,173,296 +Serbia,334612,4648,804,173,296 +Serbia,334613,3058,804,173,296 +Serbia,335129,5186,804,173,296 +Serbia,335221,43193,804,173,296 +Serbia,335228,50200,804,173,296 +Serbia,335312,39500110,804,173,296 +Serbia,335314,36039,804,173,296 +Serbia,335929,256609,804,173,296 +Serbia,335931,35671,804,173,296 +Serbia,335999,29711,804,173,296 +Serbia,336111,11450,804,173,296 +Serbia,336322,9015,804,173,296 +Serbia,336330,5365,804,173,296 +Serbia,336340,3825,804,173,296 +Serbia,336399,18197,804,173,296 +Serbia,336413,29818,804,173,296 +Serbia,336991,29155,804,173,296 +Serbia,337124,2081,804,173,296 +Serbia,337127,309572,804,173,296 +Serbia,337215,61053,804,173,296 +Serbia,339112,5250,804,173,296 +Serbia,339113,7130,804,173,296 +Serbia,339114,112493,804,173,296 +Serbia,339911,4483,804,173,296 +Serbia,339914,2302,804,173,296 +Serbia,339920,75663,804,173,296 +Serbia,339991,20059,804,173,296 +Serbia,339992,49045,804,173,296 +Serbia,339999,28744,804,173,296 +Serbia,511210,2096,804,173,296 +Serbia,920000,168704,804,173,296 +Serbia,980000,44634550,804,173,296 +Serbia,990000,438536,804,173,296 +Seychelles,114111,13574,805,174,297 +Seychelles,313210,36868,805,174,297 +Seychelles,325910,7900,805,174,297 +Seychelles,326199,196242,805,174,297 +Seychelles,332911,5560,805,174,297 +Seychelles,333295,3321,805,174,297 +Seychelles,333415,90038,805,174,297 +Seychelles,333912,88324,805,174,297 +Seychelles,333999,1800814,805,174,297 +Seychelles,334111,25360,805,174,297 +Seychelles,334112,21766,805,174,297 +Seychelles,334119,160825,805,174,297 +Seychelles,334220,11466,805,174,297 +Seychelles,334510,44832,805,174,297 +Seychelles,335211,52275,805,174,297 +Seychelles,336399,4348,805,174,297 +Seychelles,336412,50329,805,174,297 +Seychelles,337124,21185,805,174,297 +Seychelles,337127,9950,805,174,297 +Seychelles,337215,3106,805,174,297 +Seychelles,339112,3559179,805,174,297 +Seychelles,339911,3334,805,174,297 +Seychelles,339913,2935,805,174,297 +Seychelles,920000,9450,805,174,297 +Seychelles,980000,346788,805,174,297 +Seychelles,990000,26697,805,174,297 +Sierra Leone,111130,34320,805,175,298 +Sierra Leone,111998,9897,805,175,298 +Sierra Leone,113210,23768,805,175,298 +Sierra Leone,114112,125415,805,175,298 +Sierra Leone,212299,19489104,805,175,298 +Sierra Leone,311211,45500,805,175,298 +Sierra Leone,311223,48743,805,175,298 +Sierra Leone,311411,91499,805,175,298 +Sierra Leone,311421,12317,805,175,298 +Sierra Leone,311711,255059,805,175,298 +Sierra Leone,311942,3175,805,175,298 +Sierra Leone,314129,904,805,175,298 +Sierra Leone,314999,4257,805,175,298 +Sierra Leone,315111,5559,805,175,298 +Sierra Leone,315222,109206,805,175,298 +Sierra Leone,315223,2545,805,175,298 +Sierra Leone,315224,23565,805,175,298 +Sierra Leone,315228,6006,805,175,298 +Sierra Leone,315231,559,805,175,298 +Sierra Leone,315232,4683,805,175,298 +Sierra Leone,315233,19408,805,175,298 +Sierra Leone,315234,95221,805,175,298 +Sierra Leone,315239,21904,805,175,298 +Sierra Leone,315991,732,805,175,298 +Sierra Leone,316110,1113,805,175,298 +Sierra Leone,316213,912,805,175,298 +Sierra Leone,316219,114583,805,175,298 +Sierra Leone,321999,4501,805,175,298 +Sierra Leone,323117,12057,805,175,298 +Sierra Leone,325199,64300,805,175,298 +Sierra Leone,325211,38318,805,175,298 +Sierra Leone,325620,3048,805,175,298 +Sierra Leone,325910,67786,805,175,298 +Sierra Leone,325998,2752,805,175,298 +Sierra Leone,326199,78023,805,175,298 +Sierra Leone,326211,963,805,175,298 +Sierra Leone,326220,2368,805,175,298 +Sierra Leone,326299,606,805,175,298 +Sierra Leone,327112,3755,805,175,298 +Sierra Leone,327212,15134,805,175,298 +Sierra Leone,331419,1053474,805,175,298 +Sierra Leone,331492,1265749,805,175,298 +Sierra Leone,332212,6896,805,175,298 +Sierra Leone,332510,25407,805,175,298 +Sierra Leone,332722,8741,805,175,298 +Sierra Leone,332911,14351,805,175,298 +Sierra Leone,332991,15415,805,175,298 +Sierra Leone,332999,3426,805,175,298 +Sierra Leone,333111,4542,805,175,298 +Sierra Leone,333120,107030,805,175,298 +Sierra Leone,333412,2768,805,175,298 +Sierra Leone,333415,2674,805,175,298 +Sierra Leone,333514,10535,805,175,298 +Sierra Leone,333515,2855,805,175,298 +Sierra Leone,333613,94883,805,175,298 +Sierra Leone,333618,38575,805,175,298 +Sierra Leone,333911,7281,805,175,298 +Sierra Leone,333992,46294,805,175,298 +Sierra Leone,333993,2346,805,175,298 +Sierra Leone,333999,9434,805,175,298 +Sierra Leone,334119,32193,805,175,298 +Sierra Leone,334210,36698,805,175,298 +Sierra Leone,334220,147354,805,175,298 +Sierra Leone,334412,13564,805,175,298 +Sierra Leone,334414,22342,805,175,298 +Sierra Leone,334415,18310,805,175,298 +Sierra Leone,334416,151036,805,175,298 +Sierra Leone,334417,19833,805,175,298 +Sierra Leone,334418,2548,805,175,298 +Sierra Leone,334419,152811,805,175,298 +Sierra Leone,334513,2914,805,175,298 +Sierra Leone,334514,7705,805,175,298 +Sierra Leone,334515,102933,805,175,298 +Sierra Leone,335110,69933,805,175,298 +Sierra Leone,335129,3460,805,175,298 +Sierra Leone,335211,3243,805,175,298 +Sierra Leone,335224,377857,805,175,298 +Sierra Leone,335312,2391,805,175,298 +Sierra Leone,335314,116965,805,175,298 +Sierra Leone,335929,28500,805,175,298 +Sierra Leone,335932,101806,805,175,298 +Sierra Leone,335999,2625,805,175,298 +Sierra Leone,336322,2129,805,175,298 +Sierra Leone,336360,1255,805,175,298 +Sierra Leone,336399,27233,805,175,298 +Sierra Leone,336991,64638,805,175,298 +Sierra Leone,337127,46438,805,175,298 +Sierra Leone,337215,2393,805,175,298 +Sierra Leone,339113,4941,805,175,298 +Sierra Leone,339115,9744,805,175,298 +Sierra Leone,339913,4189038,805,175,298 +Sierra Leone,339920,6518,805,175,298 +Sierra Leone,339941,3725,805,175,298 +Sierra Leone,339991,1122,805,175,298 +Sierra Leone,910000,28490,805,175,298 +Sierra Leone,920000,24733,805,175,298 +Sierra Leone,980000,17577,805,175,298 +Sierra Leone,990000,223463,805,175,298 +Singapore,111120,349661,808,176,299 +Singapore,111130,129737,808,176,299 +Singapore,111199,25113,808,176,299 +Singapore,111335,728387,808,176,299 +Singapore,111339,29831,808,176,299 +Singapore,111421,249768,808,176,299 +Singapore,111422,55571,808,176,299 +Singapore,111998,437013,808,176,299 +Singapore,112511,10708677,808,176,299 +Singapore,112910,76580,808,176,299 +Singapore,113210,10197342,808,176,299 +Singapore,113310,25476,808,176,299 +Singapore,114111,24795928,808,176,299 +Singapore,114112,422132,808,176,299 +Singapore,114119,25054,808,176,299 +Singapore,212319,5468,808,176,299 +Singapore,212325,6723,808,176,299 +Singapore,212399,5540,808,176,299 +Singapore,311211,65810,808,176,299 +Singapore,311212,347750,808,176,299 +Singapore,311221,11487,808,176,299 +Singapore,311222,13318,808,176,299 +Singapore,311223,2343701,808,176,299 +Singapore,311225,910109,808,176,299 +Singapore,311230,53024,808,176,299 +Singapore,311320,58389542,808,176,299 +Singapore,311340,434974,808,176,299 +Singapore,311421,217367,808,176,299 +Singapore,311512,42600,808,176,299 +Singapore,311514,3745867,808,176,299 +Singapore,311613,71561,808,176,299 +Singapore,311711,927577,808,176,299 +Singapore,311811,19964534,808,176,299 +Singapore,311823,7194,808,176,299 +Singapore,311920,1034881,808,176,299 +Singapore,311930,476515,808,176,299 +Singapore,311941,1756308,808,176,299 +Singapore,311942,353080,808,176,299 +Singapore,311999,5357968,808,176,299 +Singapore,312111,977119,808,176,299 +Singapore,312113,12740,808,176,299 +Singapore,312120,962165,808,176,299 +Singapore,312130,3475,808,176,299 +Singapore,312140,111382,808,176,299 +Singapore,312221,1147313,808,176,299 +Singapore,313111,136594,808,176,299 +Singapore,313113,575,808,176,299 +Singapore,313210,209715,808,176,299 +Singapore,313221,298503,808,176,299 +Singapore,313230,151194,808,176,299 +Singapore,313249,3568,808,176,299 +Singapore,313312,729266,808,176,299 +Singapore,313320,20224,808,176,299 +Singapore,314110,3743223,808,176,299 +Singapore,314129,350589,808,176,299 +Singapore,314911,4725,808,176,299 +Singapore,314912,2606,808,176,299 +Singapore,314991,305592,808,176,299 +Singapore,314992,846,808,176,299 +Singapore,314999,418475,808,176,299 +Singapore,315111,38747,808,176,299 +Singapore,315221,1264349,808,176,299 +Singapore,315222,14347,808,176,299 +Singapore,315223,12146059,808,176,299 +Singapore,315224,1456749,808,176,299 +Singapore,315228,15530362,808,176,299 +Singapore,315231,453713,808,176,299 +Singapore,315232,5720551,808,176,299 +Singapore,315233,280214,808,176,299 +Singapore,315234,1819835,808,176,299 +Singapore,315239,8991604,808,176,299 +Singapore,315291,53015,808,176,299 +Singapore,315292,1929,808,176,299 +Singapore,315991,141137,808,176,299 +Singapore,315992,304677,808,176,299 +Singapore,315993,533,808,176,299 +Singapore,315999,546934,808,176,299 +Singapore,316110,1266738,808,176,299 +Singapore,316211,6434,808,176,299 +Singapore,316213,5243,808,176,299 +Singapore,316214,82007,808,176,299 +Singapore,316219,27723,808,176,299 +Singapore,316991,333984,808,176,299 +Singapore,316992,162808,808,176,299 +Singapore,316993,76841,808,176,299 +Singapore,316999,54719,808,176,299 +Singapore,321113,445491,808,176,299 +Singapore,321211,79007,808,176,299 +Singapore,321213,103140,808,176,299 +Singapore,321911,29460,808,176,299 +Singapore,321918,209752,808,176,299 +Singapore,321920,195116,808,176,299 +Singapore,321999,163351,808,176,299 +Singapore,322121,3719258,808,176,299 +Singapore,322130,7957,808,176,299 +Singapore,322211,121910,808,176,299 +Singapore,322212,2132,808,176,299 +Singapore,322213,6540,808,176,299 +Singapore,322215,30910,808,176,299 +Singapore,322222,5262804,808,176,299 +Singapore,322223,7642676,808,176,299 +Singapore,322232,58590,808,176,299 +Singapore,322233,2917,808,176,299 +Singapore,322291,135615,808,176,299 +Singapore,322299,113726,808,176,299 +Singapore,323117,87531499,808,176,299 +Singapore,323118,1080949,808,176,299 +Singapore,323119,37903837,808,176,299 +Singapore,323122,200764,808,176,299 +Singapore,324110,134655618,808,176,299 +Singapore,324121,17061,808,176,299 +Singapore,325110,11898030,808,176,299 +Singapore,325120,145336,808,176,299 +Singapore,325131,3483141,808,176,299 +Singapore,325132,145644,808,176,299 +Singapore,325181,7094,808,176,299 +Singapore,325182,3731260,808,176,299 +Singapore,325188,4107227,808,176,299 +Singapore,325191,9622,808,176,299 +Singapore,325192,121035,808,176,299 +Singapore,325199,1212255593,808,176,299 +Singapore,325211,137854321,808,176,299 +Singapore,325212,29812921,808,176,299 +Singapore,325222,246595,808,176,299 +Singapore,325411,1398195181,808,176,299 +Singapore,325412,1839560669,808,176,299 +Singapore,325414,587637,808,176,299 +Singapore,325510,69909,808,176,299 +Singapore,325520,540319,808,176,299 +Singapore,325611,887936,808,176,299 +Singapore,325612,241972,808,176,299 +Singapore,325613,1018382,808,176,299 +Singapore,325620,29827444,808,176,299 +Singapore,325910,1482789257,808,176,299 +Singapore,325920,6660,808,176,299 +Singapore,325992,109954,808,176,299 +Singapore,325998,9541694,808,176,299 +Singapore,326112,1286,808,176,299 +Singapore,326113,13128105,808,176,299 +Singapore,326121,18725,808,176,299 +Singapore,326122,7111604,808,176,299 +Singapore,326160,130209,808,176,299 +Singapore,326191,514306,808,176,299 +Singapore,326199,31253989,808,176,299 +Singapore,326211,71638,808,176,299 +Singapore,326220,9059151,808,176,299 +Singapore,326299,12335382,808,176,299 +Singapore,327111,80299,808,176,299 +Singapore,327112,421598,808,176,299 +Singapore,327113,240525,808,176,299 +Singapore,327123,10385,808,176,299 +Singapore,327124,31422,808,176,299 +Singapore,327125,2664,808,176,299 +Singapore,327211,169983,808,176,299 +Singapore,327212,1458641,808,176,299 +Singapore,327213,2834,808,176,299 +Singapore,327215,713423,808,176,299 +Singapore,327390,1375643,808,176,299 +Singapore,327910,611992,808,176,299 +Singapore,327991,471040,808,176,299 +Singapore,327992,42800,808,176,299 +Singapore,327993,65721,808,176,299 +Singapore,327999,85603,808,176,299 +Singapore,331111,1035014,808,176,299 +Singapore,331112,7349,808,176,299 +Singapore,331222,55037,808,176,299 +Singapore,331311,9700,808,176,299 +Singapore,331315,685479,808,176,299 +Singapore,331316,91827,808,176,299 +Singapore,331319,305127,808,176,299 +Singapore,331411,9994,808,176,299 +Singapore,331419,45744030,808,176,299 +Singapore,331421,316454,808,176,299 +Singapore,331422,45264,808,176,299 +Singapore,331491,7100911,808,176,299 +Singapore,331492,912071,808,176,299 +Singapore,331511,79555,808,176,299 +Singapore,332115,21082,808,176,299 +Singapore,332211,210256,808,176,299 +Singapore,332212,1907655,808,176,299 +Singapore,332213,757487,808,176,299 +Singapore,332312,585991,808,176,299 +Singapore,332321,162005,808,176,299 +Singapore,332323,69195,808,176,299 +Singapore,332410,1031507,808,176,299 +Singapore,332420,209960,808,176,299 +Singapore,332439,24575,808,176,299 +Singapore,332510,6236304,808,176,299 +Singapore,332611,2666899,808,176,299 +Singapore,332618,2904456,808,176,299 +Singapore,332722,3616434,808,176,299 +Singapore,332911,37574343,808,176,299 +Singapore,332912,13258148,808,176,299 +Singapore,332913,5664,808,176,299 +Singapore,332919,5289558,808,176,299 +Singapore,332991,11441552,808,176,299 +Singapore,332992,161964,808,176,299 +Singapore,332994,3001,808,176,299 +Singapore,332997,13102,808,176,299 +Singapore,332998,8906,808,176,299 +Singapore,332999,20160456,808,176,299 +Singapore,333111,3127359,808,176,299 +Singapore,333120,8122916,808,176,299 +Singapore,333131,14901074,808,176,299 +Singapore,333132,9320611,808,176,299 +Singapore,333210,306784,808,176,299 +Singapore,333220,11953825,808,176,299 +Singapore,333292,1429439,808,176,299 +Singapore,333293,5657768,808,176,299 +Singapore,333294,1039721,808,176,299 +Singapore,333295,316624472,808,176,299 +Singapore,333298,75117,808,176,299 +Singapore,333311,2800572,808,176,299 +Singapore,333313,21528334,808,176,299 +Singapore,333314,162574796,808,176,299 +Singapore,333315,5086172,808,176,299 +Singapore,333319,37683,808,176,299 +Singapore,333411,1159021,808,176,299 +Singapore,333412,3072462,808,176,299 +Singapore,333414,76624,808,176,299 +Singapore,333415,77718330,808,176,299 +Singapore,333511,4075627,808,176,299 +Singapore,333512,18640895,808,176,299 +Singapore,333513,3468920,808,176,299 +Singapore,333514,1865710,808,176,299 +Singapore,333515,3308153,808,176,299 +Singapore,333516,163573,808,176,299 +Singapore,333611,4714907,808,176,299 +Singapore,333612,4567431,808,176,299 +Singapore,333613,6114346,808,176,299 +Singapore,333618,2827312,808,176,299 +Singapore,333911,23362016,808,176,299 +Singapore,333912,2452995,808,176,299 +Singapore,333913,30547,808,176,299 +Singapore,333921,593316,808,176,299 +Singapore,333922,2511575,808,176,299 +Singapore,333923,2592447,808,176,299 +Singapore,333924,112582,808,176,299 +Singapore,333991,474096,808,176,299 +Singapore,333992,9113934,808,176,299 +Singapore,333993,4234205,808,176,299 +Singapore,333994,1753579,808,176,299 +Singapore,333995,5269912,808,176,299 +Singapore,333996,12559296,808,176,299 +Singapore,333997,2572274,808,176,299 +Singapore,333999,147814835,808,176,299 +Singapore,334111,153922667,808,176,299 +Singapore,334112,1676126354,808,176,299 +Singapore,334119,721220373,808,176,299 +Singapore,334210,3343084,808,176,299 +Singapore,334220,529910204,808,176,299 +Singapore,334290,591789,808,176,299 +Singapore,334310,50111790,808,176,299 +Singapore,334411,116938,808,176,299 +Singapore,334412,30281128,808,176,299 +Singapore,334413,1634495630,808,176,299 +Singapore,334414,12929585,808,176,299 +Singapore,334415,1474582,808,176,299 +Singapore,334416,1925596,808,176,299 +Singapore,334417,40729875,808,176,299 +Singapore,334418,472175618,808,176,299 +Singapore,334419,39705084,808,176,299 +Singapore,334510,254326599,808,176,299 +Singapore,334511,32409020,808,176,299 +Singapore,334512,886376,808,176,299 +Singapore,334513,50811407,808,176,299 +Singapore,334514,1460112,808,176,299 +Singapore,334515,154925599,808,176,299 +Singapore,334516,285955958,808,176,299 +Singapore,334517,1297705,808,176,299 +Singapore,334518,9550828,808,176,299 +Singapore,334519,34198758,808,176,299 +Singapore,334612,182071,808,176,299 +Singapore,334613,12407471,808,176,299 +Singapore,335110,8882138,808,176,299 +Singapore,335121,13055,808,176,299 +Singapore,335129,2080658,808,176,299 +Singapore,335211,11046896,808,176,299 +Singapore,335212,23858,808,176,299 +Singapore,335221,71583,808,176,299 +Singapore,335222,137469,808,176,299 +Singapore,335224,43075,808,176,299 +Singapore,335228,89306,808,176,299 +Singapore,335311,1147039,808,176,299 +Singapore,335312,39482669,808,176,299 +Singapore,335313,13705984,808,176,299 +Singapore,335314,273263649,808,176,299 +Singapore,335911,10849205,808,176,299 +Singapore,335912,1806048,808,176,299 +Singapore,335921,105902,808,176,299 +Singapore,335929,6813185,808,176,299 +Singapore,335931,36362806,808,176,299 +Singapore,335932,155143,808,176,299 +Singapore,335991,102073,808,176,299 +Singapore,335999,20769749,808,176,299 +Singapore,336214,331063,808,176,299 +Singapore,336311,782126,808,176,299 +Singapore,336321,1867189,808,176,299 +Singapore,336322,2432825,808,176,299 +Singapore,336330,612806,808,176,299 +Singapore,336340,52665,808,176,299 +Singapore,336350,15266263,808,176,299 +Singapore,336360,64234,808,176,299 +Singapore,336370,3064,808,176,299 +Singapore,336391,1476875,808,176,299 +Singapore,336399,5155321,808,176,299 +Singapore,336412,175824473,808,176,299 +Singapore,336413,103944412,808,176,299 +Singapore,336419,541504,808,176,299 +Singapore,336611,641260533,808,176,299 +Singapore,336612,2063247,808,176,299 +Singapore,336991,2960635,808,176,299 +Singapore,337110,222016,808,176,299 +Singapore,337124,462371,808,176,299 +Singapore,337127,12889838,808,176,299 +Singapore,337211,235421,808,176,299 +Singapore,337214,87650,808,176,299 +Singapore,337215,4048793,808,176,299 +Singapore,337910,106163,808,176,299 +Singapore,337920,6908,808,176,299 +Singapore,339112,169718046,808,176,299 +Singapore,339113,106101039,808,176,299 +Singapore,339114,132269,808,176,299 +Singapore,339115,2054161,808,176,299 +Singapore,339911,43041140,808,176,299 +Singapore,339912,96396,808,176,299 +Singapore,339913,2107014,808,176,299 +Singapore,339914,538780,808,176,299 +Singapore,339920,717817,808,176,299 +Singapore,339932,18036303,808,176,299 +Singapore,339941,64466,808,176,299 +Singapore,339942,25142,808,176,299 +Singapore,339943,3051,808,176,299 +Singapore,339944,264484,808,176,299 +Singapore,339950,98795,808,176,299 +Singapore,339991,2909675,808,176,299 +Singapore,339992,24501,808,176,299 +Singapore,339993,690655,808,176,299 +Singapore,339994,34715,808,176,299 +Singapore,339999,1781453,808,176,299 +Singapore,511210,6063429,808,176,299 +Singapore,910000,22752611,808,176,299 +Singapore,920000,5353720,808,176,299 +Singapore,980000,1541136886,808,176,299 +Singapore,990000,357133981,808,176,299 +Slovakia,111140,29136,804,178,301 +Slovakia,111199,12478,804,178,301 +Slovakia,111421,3470,804,178,301 +Slovakia,112990,508298,804,178,301 +Slovakia,113210,11822,804,178,301 +Slovakia,113310,2781,804,178,301 +Slovakia,212325,394532,804,178,301 +Slovakia,212393,51726,804,178,301 +Slovakia,311211,2133,804,178,301 +Slovakia,311221,32737,804,178,301 +Slovakia,311311,253556,804,178,301 +Slovakia,311320,23076,804,178,301 +Slovakia,311340,4491,804,178,301 +Slovakia,311421,5614,804,178,301 +Slovakia,311811,35988,804,178,301 +Slovakia,311920,36959,804,178,301 +Slovakia,311999,2451,804,178,301 +Slovakia,312111,12945,804,178,301 +Slovakia,312112,2230,804,178,301 +Slovakia,312120,406963,804,178,301 +Slovakia,312130,21157,804,178,301 +Slovakia,312140,549417,804,178,301 +Slovakia,313210,8878,804,178,301 +Slovakia,313221,99049,804,178,301 +Slovakia,313230,38299,804,178,301 +Slovakia,313249,504148,804,178,301 +Slovakia,313320,7777,804,178,301 +Slovakia,314110,22991,804,178,301 +Slovakia,314129,1197577,804,178,301 +Slovakia,314911,15671,804,178,301 +Slovakia,314991,286828,804,178,301 +Slovakia,314992,305567,804,178,301 +Slovakia,314999,110833,804,178,301 +Slovakia,315111,449576,804,178,301 +Slovakia,315221,105669,804,178,301 +Slovakia,315222,430817,804,178,301 +Slovakia,315223,286585,804,178,301 +Slovakia,315224,49198,804,178,301 +Slovakia,315228,328659,804,178,301 +Slovakia,315231,630849,804,178,301 +Slovakia,315232,659982,804,178,301 +Slovakia,315233,818790,804,178,301 +Slovakia,315234,1919977,804,178,301 +Slovakia,315239,1530429,804,178,301 +Slovakia,315292,8569,804,178,301 +Slovakia,315991,20260,804,178,301 +Slovakia,315992,477,804,178,301 +Slovakia,315993,393,804,178,301 +Slovakia,315999,544814,804,178,301 +Slovakia,316110,1642793,804,178,301 +Slovakia,316211,6288,804,178,301 +Slovakia,316213,24922568,804,178,301 +Slovakia,316214,4125708,804,178,301 +Slovakia,316219,905643,804,178,301 +Slovakia,316991,161316,804,178,301 +Slovakia,316992,1673,804,178,301 +Slovakia,316993,520,804,178,301 +Slovakia,316999,159498,804,178,301 +Slovakia,321920,2511,804,178,301 +Slovakia,321999,241471,804,178,301 +Slovakia,322130,29101,804,178,301 +Slovakia,322211,3291,804,178,301 +Slovakia,322222,26379,804,178,301 +Slovakia,322223,7635,804,178,301 +Slovakia,322291,4075343,804,178,301 +Slovakia,323117,492781,804,178,301 +Slovakia,323119,140190,804,178,301 +Slovakia,324110,7098,804,178,301 +Slovakia,325188,166156,804,178,301 +Slovakia,325191,4740,804,178,301 +Slovakia,325192,836870,804,178,301 +Slovakia,325199,3370321,804,178,301 +Slovakia,325211,32782,804,178,301 +Slovakia,325212,58037,804,178,301 +Slovakia,325222,3390605,804,178,301 +Slovakia,325311,5800,804,178,301 +Slovakia,325312,110806,804,178,301 +Slovakia,325320,10066,804,178,301 +Slovakia,325411,2017280,804,178,301 +Slovakia,325412,374034,804,178,301 +Slovakia,325414,6650,804,178,301 +Slovakia,325510,3289,804,178,301 +Slovakia,325520,90602,804,178,301 +Slovakia,325612,103350,804,178,301 +Slovakia,325613,4536,804,178,301 +Slovakia,325620,397385,804,178,301 +Slovakia,325910,1216918,804,178,301 +Slovakia,325992,23683,804,178,301 +Slovakia,325998,4024361,804,178,301 +Slovakia,326113,816,804,178,301 +Slovakia,326122,21802,804,178,301 +Slovakia,326199,2200138,804,178,301 +Slovakia,326211,3373132,804,178,301 +Slovakia,326220,429152,804,178,301 +Slovakia,326299,817673,804,178,301 +Slovakia,327113,5310423,804,178,301 +Slovakia,327124,73170,804,178,301 +Slovakia,327125,5849055,804,178,301 +Slovakia,327212,17905084,804,178,301 +Slovakia,327213,9849,804,178,301 +Slovakia,327215,192118,804,178,301 +Slovakia,327910,55988,804,178,301 +Slovakia,327992,781679,804,178,301 +Slovakia,327993,2097,804,178,301 +Slovakia,327999,454337,804,178,301 +Slovakia,331111,8196741,804,178,301 +Slovakia,331222,167375,804,178,301 +Slovakia,331311,6231,804,178,301 +Slovakia,331419,3990,804,178,301 +Slovakia,331422,3860,804,178,301 +Slovakia,331491,10255978,804,178,301 +Slovakia,332115,6912,804,178,301 +Slovakia,332212,152984,804,178,301 +Slovakia,332312,35761,804,178,301 +Slovakia,332321,22427,804,178,301 +Slovakia,332323,19395,804,178,301 +Slovakia,332410,1314418,804,178,301 +Slovakia,332420,4562,804,178,301 +Slovakia,332439,2139,804,178,301 +Slovakia,332510,4553811,804,178,301 +Slovakia,332611,404408,804,178,301 +Slovakia,332618,6106653,804,178,301 +Slovakia,332722,787521,804,178,301 +Slovakia,332911,729549,804,178,301 +Slovakia,332912,4637131,804,178,301 +Slovakia,332919,13246,804,178,301 +Slovakia,332991,32176835,804,178,301 +Slovakia,332994,109805,804,178,301 +Slovakia,332998,85574,804,178,301 +Slovakia,332999,4658228,804,178,301 +Slovakia,333111,8787793,804,178,301 +Slovakia,333120,1368773,804,178,301 +Slovakia,333131,242405,804,178,301 +Slovakia,333210,16723,804,178,301 +Slovakia,333220,701221,804,178,301 +Slovakia,333291,196084,804,178,301 +Slovakia,333292,11229,804,178,301 +Slovakia,333293,6722439,804,178,301 +Slovakia,333294,1112180,804,178,301 +Slovakia,333295,9874,804,178,301 +Slovakia,333298,19551,804,178,301 +Slovakia,333311,108627,804,178,301 +Slovakia,333313,245863,804,178,301 +Slovakia,333314,207998,804,178,301 +Slovakia,333315,1174254,804,178,301 +Slovakia,333319,53355,804,178,301 +Slovakia,333411,899306,804,178,301 +Slovakia,333412,2803829,804,178,301 +Slovakia,333414,30382,804,178,301 +Slovakia,333415,35861117,804,178,301 +Slovakia,333511,1093328,804,178,301 +Slovakia,333512,271393,804,178,301 +Slovakia,333513,896589,804,178,301 +Slovakia,333514,1458988,804,178,301 +Slovakia,333515,103959,804,178,301 +Slovakia,333516,161307,804,178,301 +Slovakia,333611,63340,804,178,301 +Slovakia,333612,7845288,804,178,301 +Slovakia,333613,4669802,804,178,301 +Slovakia,333618,250354,804,178,301 +Slovakia,333911,8541323,804,178,301 +Slovakia,333912,224135,804,178,301 +Slovakia,333922,892045,804,178,301 +Slovakia,333924,5994,804,178,301 +Slovakia,333991,40068,804,178,301 +Slovakia,333992,818214,804,178,301 +Slovakia,333993,1461315,804,178,301 +Slovakia,333995,15596692,804,178,301 +Slovakia,333996,9913146,804,178,301 +Slovakia,333997,207863,804,178,301 +Slovakia,333999,1289129,804,178,301 +Slovakia,334111,476078,804,178,301 +Slovakia,334112,27060,804,178,301 +Slovakia,334119,18711234,804,178,301 +Slovakia,334210,256008,804,178,301 +Slovakia,334220,3029716,804,178,301 +Slovakia,334290,18292,804,178,301 +Slovakia,334310,557860,804,178,301 +Slovakia,334411,2749713,804,178,301 +Slovakia,334412,23618,804,178,301 +Slovakia,334413,11783877,804,178,301 +Slovakia,334414,366172,804,178,301 +Slovakia,334415,1157392,804,178,301 +Slovakia,334416,2954890,804,178,301 +Slovakia,334417,3214604,804,178,301 +Slovakia,334418,602131,804,178,301 +Slovakia,334419,32858437,804,178,301 +Slovakia,334510,88817,804,178,301 +Slovakia,334511,42315,804,178,301 +Slovakia,334512,1960041,804,178,301 +Slovakia,334513,1504689,804,178,301 +Slovakia,334514,1387325,804,178,301 +Slovakia,334515,549258,804,178,301 +Slovakia,334516,50679,804,178,301 +Slovakia,334517,116224,804,178,301 +Slovakia,334518,465570,804,178,301 +Slovakia,334519,11453480,804,178,301 +Slovakia,334613,821441,804,178,301 +Slovakia,335110,5672733,804,178,301 +Slovakia,335121,24272,804,178,301 +Slovakia,335129,1014604,804,178,301 +Slovakia,335211,294512,804,178,301 +Slovakia,335212,51393,804,178,301 +Slovakia,335221,930625,804,178,301 +Slovakia,335228,3863420,804,178,301 +Slovakia,335311,1529921,804,178,301 +Slovakia,335312,2596553,804,178,301 +Slovakia,335313,2402566,804,178,301 +Slovakia,335314,4420146,804,178,301 +Slovakia,335911,2495029,804,178,301 +Slovakia,335921,62720,804,178,301 +Slovakia,335929,12755088,804,178,301 +Slovakia,335931,52813,804,178,301 +Slovakia,335932,47761,804,178,301 +Slovakia,335991,238869,804,178,301 +Slovakia,335999,951427,804,178,301 +Slovakia,336111,495527614,804,178,301 +Slovakia,336311,6491360,804,178,301 +Slovakia,336321,18528943,804,178,301 +Slovakia,336322,3155922,804,178,301 +Slovakia,336330,2633958,804,178,301 +Slovakia,336340,1713018,804,178,301 +Slovakia,336350,5884772,804,178,301 +Slovakia,336360,141123,804,178,301 +Slovakia,336391,6888,804,178,301 +Slovakia,336399,15101187,804,178,301 +Slovakia,336411,285645,804,178,301 +Slovakia,336510,7025,804,178,301 +Slovakia,336991,218494,804,178,301 +Slovakia,336992,113664,804,178,301 +Slovakia,337124,1140,804,178,301 +Slovakia,337127,25392985,804,178,301 +Slovakia,337211,4772542,804,178,301 +Slovakia,337214,47706,804,178,301 +Slovakia,337215,9720947,804,178,301 +Slovakia,339112,65986,804,178,301 +Slovakia,339113,872051,804,178,301 +Slovakia,339115,6564,804,178,301 +Slovakia,339911,8049,804,178,301 +Slovakia,339913,2865,804,178,301 +Slovakia,339914,8875,804,178,301 +Slovakia,339920,5209310,804,178,301 +Slovakia,339932,1084588,804,178,301 +Slovakia,339941,110674,804,178,301 +Slovakia,339944,6431,804,178,301 +Slovakia,339991,2932830,804,178,301 +Slovakia,339992,37383,804,178,301 +Slovakia,339993,2503,804,178,301 +Slovakia,339999,219546,804,178,301 +Slovakia,920000,495163,804,178,301 +Slovakia,980000,37548457,804,178,301 +Slovakia,990000,27883233,804,178,301 +Slovenia,111421,18902,804,179,302 +Slovenia,111998,433137,804,179,302 +Slovenia,113210,3082701,804,179,302 +Slovenia,114111,23902,804,179,302 +Slovenia,114119,29677,804,179,302 +Slovenia,212393,55415,804,179,302 +Slovenia,311111,343443,804,179,302 +Slovenia,311221,87703,804,179,302 +Slovenia,311223,5121,804,179,302 +Slovenia,311320,41394,804,179,302 +Slovenia,311421,351082,804,179,302 +Slovenia,311514,5557,804,179,302 +Slovenia,311711,258406,804,179,302 +Slovenia,311811,518482,804,179,302 +Slovenia,311823,69188,804,179,302 +Slovenia,311920,9121,804,179,302 +Slovenia,311930,335289,804,179,302 +Slovenia,311941,12162,804,179,302 +Slovenia,311999,118592,804,179,302 +Slovenia,312111,518521,804,179,302 +Slovenia,312112,310761,804,179,302 +Slovenia,312120,30367,804,179,302 +Slovenia,312130,2027714,804,179,302 +Slovenia,313113,1692,804,179,302 +Slovenia,313210,17924,804,179,302 +Slovenia,313221,120270,804,179,302 +Slovenia,313230,812031,804,179,302 +Slovenia,313320,1001783,804,179,302 +Slovenia,314110,3733,804,179,302 +Slovenia,314129,49515,804,179,302 +Slovenia,314912,3439,804,179,302 +Slovenia,314999,142591,804,179,302 +Slovenia,315111,88583,804,179,302 +Slovenia,315221,622,804,179,302 +Slovenia,315222,377035,804,179,302 +Slovenia,315223,29468,804,179,302 +Slovenia,315224,257905,804,179,302 +Slovenia,315228,143035,804,179,302 +Slovenia,315231,119397,804,179,302 +Slovenia,315232,1109703,804,179,302 +Slovenia,315233,4045397,804,179,302 +Slovenia,315234,4178474,804,179,302 +Slovenia,315239,3935290,804,179,302 +Slovenia,315292,30416,804,179,302 +Slovenia,315991,85678,804,179,302 +Slovenia,315993,14780,804,179,302 +Slovenia,315999,46094,804,179,302 +Slovenia,316110,207698,804,179,302 +Slovenia,316213,331154,804,179,302 +Slovenia,316219,755675,804,179,302 +Slovenia,316991,5709,804,179,302 +Slovenia,316992,7707,804,179,302 +Slovenia,316993,1707,804,179,302 +Slovenia,316999,123772,804,179,302 +Slovenia,321113,370227,804,179,302 +Slovenia,321211,137169,804,179,302 +Slovenia,321911,300821,804,179,302 +Slovenia,321920,96053,804,179,302 +Slovenia,321999,978282,804,179,302 +Slovenia,322130,30931,804,179,302 +Slovenia,322211,647347,804,179,302 +Slovenia,322212,9564,804,179,302 +Slovenia,322222,1397,804,179,302 +Slovenia,322223,3251,804,179,302 +Slovenia,322224,3285,804,179,302 +Slovenia,322299,12465,804,179,302 +Slovenia,323117,371207,804,179,302 +Slovenia,323118,9171,804,179,302 +Slovenia,323119,141077,804,179,302 +Slovenia,325131,1188465,804,179,302 +Slovenia,325188,1152045,804,179,302 +Slovenia,325191,1647153,804,179,302 +Slovenia,325199,143657,804,179,302 +Slovenia,325211,237523,804,179,302 +Slovenia,325212,49489,804,179,302 +Slovenia,325222,2264740,804,179,302 +Slovenia,325320,99655,804,179,302 +Slovenia,325411,2167041,804,179,302 +Slovenia,325412,107959033,804,179,302 +Slovenia,325510,18614,804,179,302 +Slovenia,325520,3521,804,179,302 +Slovenia,325620,5949,804,179,302 +Slovenia,325910,1009122,804,179,302 +Slovenia,325920,646399,804,179,302 +Slovenia,325998,66767,804,179,302 +Slovenia,326113,224202,804,179,302 +Slovenia,326121,7110,804,179,302 +Slovenia,326122,15462,804,179,302 +Slovenia,326160,5855,804,179,302 +Slovenia,326191,10962,804,179,302 +Slovenia,326192,43532,804,179,302 +Slovenia,326199,1410279,804,179,302 +Slovenia,326211,2086941,804,179,302 +Slovenia,326220,947711,804,179,302 +Slovenia,326299,2501887,804,179,302 +Slovenia,327112,606403,804,179,302 +Slovenia,327113,188502,804,179,302 +Slovenia,327125,2915,804,179,302 +Slovenia,327211,42001,804,179,302 +Slovenia,327212,17039865,804,179,302 +Slovenia,327213,1377691,804,179,302 +Slovenia,327215,28249,804,179,302 +Slovenia,327910,4928981,804,179,302 +Slovenia,327991,93768,804,179,302 +Slovenia,327992,48217,804,179,302 +Slovenia,327993,29563,804,179,302 +Slovenia,327999,101992,804,179,302 +Slovenia,331111,35341698,804,179,302 +Slovenia,331112,144488,804,179,302 +Slovenia,331222,7503,804,179,302 +Slovenia,331311,894968,804,179,302 +Slovenia,331315,591432,804,179,302 +Slovenia,331316,13645380,804,179,302 +Slovenia,331421,11513,804,179,302 +Slovenia,331511,2402284,804,179,302 +Slovenia,332115,47974,804,179,302 +Slovenia,332211,25298,804,179,302 +Slovenia,332212,1687471,804,179,302 +Slovenia,332213,2686,804,179,302 +Slovenia,332311,1244898,804,179,302 +Slovenia,332312,11247,804,179,302 +Slovenia,332321,707089,804,179,302 +Slovenia,332420,141835,804,179,302 +Slovenia,332439,746487,804,179,302 +Slovenia,332510,3114266,804,179,302 +Slovenia,332611,22934,804,179,302 +Slovenia,332618,2381,804,179,302 +Slovenia,332722,237978,804,179,302 +Slovenia,332911,883272,804,179,302 +Slovenia,332912,1133314,804,179,302 +Slovenia,332919,2742,804,179,302 +Slovenia,332991,38036,804,179,302 +Slovenia,332998,38981,804,179,302 +Slovenia,332999,2061228,804,179,302 +Slovenia,333111,1025160,804,179,302 +Slovenia,333120,375382,804,179,302 +Slovenia,333131,13570,804,179,302 +Slovenia,333132,6908,804,179,302 +Slovenia,333210,119516,804,179,302 +Slovenia,333220,764399,804,179,302 +Slovenia,333291,13337,804,179,302 +Slovenia,333293,307208,804,179,302 +Slovenia,333294,652183,804,179,302 +Slovenia,333313,5680,804,179,302 +Slovenia,333314,413587,804,179,302 +Slovenia,333315,165343,804,179,302 +Slovenia,333319,266736,804,179,302 +Slovenia,333411,152335,804,179,302 +Slovenia,333412,4741394,804,179,302 +Slovenia,333414,3130,804,179,302 +Slovenia,333415,10446448,804,179,302 +Slovenia,333511,11303,804,179,302 +Slovenia,333512,1130036,804,179,302 +Slovenia,333513,275008,804,179,302 +Slovenia,333514,637651,804,179,302 +Slovenia,333515,478843,804,179,302 +Slovenia,333516,58014,804,179,302 +Slovenia,333611,4190954,804,179,302 +Slovenia,333612,751394,804,179,302 +Slovenia,333613,961406,804,179,302 +Slovenia,333618,1836923,804,179,302 +Slovenia,333911,93850,804,179,302 +Slovenia,333912,673833,804,179,302 +Slovenia,333922,3276,804,179,302 +Slovenia,333923,166220,804,179,302 +Slovenia,333924,43902,804,179,302 +Slovenia,333991,250879,804,179,302 +Slovenia,333992,99965,804,179,302 +Slovenia,333993,191734,804,179,302 +Slovenia,333994,870294,804,179,302 +Slovenia,333995,145822,804,179,302 +Slovenia,333996,128786,804,179,302 +Slovenia,333997,144231,804,179,302 +Slovenia,333999,3155294,804,179,302 +Slovenia,334111,42722,804,179,302 +Slovenia,334112,7751,804,179,302 +Slovenia,334119,1791405,804,179,302 +Slovenia,334220,1937505,804,179,302 +Slovenia,334290,88577,804,179,302 +Slovenia,334310,188038,804,179,302 +Slovenia,334412,387908,804,179,302 +Slovenia,334413,2188933,804,179,302 +Slovenia,334414,53692,804,179,302 +Slovenia,334415,3639372,804,179,302 +Slovenia,334416,19103,804,179,302 +Slovenia,334417,2273928,804,179,302 +Slovenia,334418,93893,804,179,302 +Slovenia,334419,3453078,804,179,302 +Slovenia,334510,1608208,804,179,302 +Slovenia,334511,402231,804,179,302 +Slovenia,334512,704360,804,179,302 +Slovenia,334513,311490,804,179,302 +Slovenia,334514,16944,804,179,302 +Slovenia,334515,2497743,804,179,302 +Slovenia,334516,370497,804,179,302 +Slovenia,334518,603226,804,179,302 +Slovenia,334519,16464,804,179,302 +Slovenia,334612,16521,804,179,302 +Slovenia,335110,1225609,804,179,302 +Slovenia,335121,14877,804,179,302 +Slovenia,335129,2357168,804,179,302 +Slovenia,335211,18164437,804,179,302 +Slovenia,335212,2781166,804,179,302 +Slovenia,335221,832362,804,179,302 +Slovenia,335222,8553872,804,179,302 +Slovenia,335224,1519807,804,179,302 +Slovenia,335228,212053,804,179,302 +Slovenia,335311,500751,804,179,302 +Slovenia,335312,23254817,804,179,302 +Slovenia,335313,198644,804,179,302 +Slovenia,335314,1912275,804,179,302 +Slovenia,335911,756215,804,179,302 +Slovenia,335912,21571,804,179,302 +Slovenia,335921,3577,804,179,302 +Slovenia,335929,4315369,804,179,302 +Slovenia,335931,190350,804,179,302 +Slovenia,335932,573797,804,179,302 +Slovenia,335991,173080,804,179,302 +Slovenia,335999,1045828,804,179,302 +Slovenia,336214,120554,804,179,302 +Slovenia,336311,34851,804,179,302 +Slovenia,336321,3455536,804,179,302 +Slovenia,336322,14247769,804,179,302 +Slovenia,336330,2285598,804,179,302 +Slovenia,336340,106536,804,179,302 +Slovenia,336350,16032,804,179,302 +Slovenia,336360,567565,804,179,302 +Slovenia,336370,7267,804,179,302 +Slovenia,336391,4496,804,179,302 +Slovenia,336399,2742701,804,179,302 +Slovenia,336411,58107,804,179,302 +Slovenia,336412,16250,804,179,302 +Slovenia,336413,55014,804,179,302 +Slovenia,336510,1079753,804,179,302 +Slovenia,336612,362607,804,179,302 +Slovenia,336991,6199278,804,179,302 +Slovenia,337124,1636862,804,179,302 +Slovenia,337127,20935777,804,179,302 +Slovenia,337211,112024,804,179,302 +Slovenia,337215,8973624,804,179,302 +Slovenia,337920,4065,804,179,302 +Slovenia,339112,2544613,804,179,302 +Slovenia,339113,24777,804,179,302 +Slovenia,339114,60158,804,179,302 +Slovenia,339115,3985237,804,179,302 +Slovenia,339920,3276870,804,179,302 +Slovenia,339932,2568258,804,179,302 +Slovenia,339941,16383,804,179,302 +Slovenia,339944,43144,804,179,302 +Slovenia,339950,4054,804,179,302 +Slovenia,339991,536124,804,179,302 +Slovenia,339992,135015,804,179,302 +Slovenia,339993,1672117,804,179,302 +Slovenia,339994,24815,804,179,302 +Slovenia,339999,3397992,804,179,302 +Slovenia,910000,756392,804,179,302 +Slovenia,920000,35405,804,179,302 +Slovenia,980000,19569005,804,179,302 +Slovenia,990000,7530112,804,179,302 +Solomon Islands,111998,6429,808,180,303 +Solomon Islands,112511,97987,808,180,303 +Solomon Islands,112990,28737,808,180,303 +Solomon Islands,114119,915414,808,180,303 +Solomon Islands,315239,893,808,180,303 +Solomon Islands,316993,1598,808,180,303 +Solomon Islands,321211,107480,808,180,303 +Solomon Islands,326199,2498,808,180,303 +Solomon Islands,331419,13881,808,180,303 +Solomon Islands,333412,4050,808,180,303 +Solomon Islands,334220,8708,808,180,303 +Solomon Islands,335314,9822,808,180,303 +Solomon Islands,920000,22281,808,180,303 +Solomon Islands,980000,45125,808,180,303 +Solomon Islands,990000,23650,808,180,303 +Somalia,113210,50092,805,181,304 +Somalia,311920,10044,805,181,304 +Somalia,332991,3984,805,181,304 +Somalia,339911,65280,805,181,304 +Somalia,990000,14628,805,181,304 +South Africa,111120,6385,805,182,305 +South Africa,111219,4173046,805,182,305 +South Africa,111310,44473745,805,182,305 +South Africa,111320,11515183,805,182,305 +South Africa,111331,91290,805,182,305 +South Africa,111332,440850,805,182,305 +South Africa,111335,28069578,805,182,305 +South Africa,111339,2250776,805,182,305 +South Africa,111411,353988,805,182,305 +South Africa,111421,2294186,805,182,305 +South Africa,111422,777251,805,182,305 +South Africa,111910,348535,805,182,305 +South Africa,111998,2269894,805,182,305 +South Africa,112410,128779,805,182,305 +South Africa,112920,152589,805,182,305 +South Africa,112930,5719,805,182,305 +South Africa,112990,361235,805,182,305 +South Africa,113210,169201,805,182,305 +South Africa,113310,693044,805,182,305 +South Africa,114111,10425346,805,182,305 +South Africa,114112,18451681,805,182,305 +South Africa,114119,25460,805,182,305 +South Africa,212299,123958706,805,182,305 +South Africa,212311,1219821,805,182,305 +South Africa,212319,93762,805,182,305 +South Africa,212325,785114,805,182,305 +South Africa,212393,9677663,805,182,305 +South Africa,212399,6836892,805,182,305 +South Africa,311211,29643,805,182,305 +South Africa,311212,36036,805,182,305 +South Africa,311222,28934,805,182,305 +South Africa,311223,2423240,805,182,305 +South Africa,311230,22880,805,182,305 +South Africa,311311,27266436,805,182,305 +South Africa,311320,548193,805,182,305 +South Africa,311340,407139,805,182,305 +South Africa,311411,11449879,805,182,305 +South Africa,311421,13283743,805,182,305 +South Africa,311423,13804060,805,182,305 +South Africa,311514,19808,805,182,305 +South Africa,311520,7800493,805,182,305 +South Africa,311611,68446,805,182,305 +South Africa,311613,451132,805,182,305 +South Africa,311711,960667,805,182,305 +South Africa,311811,185261,805,182,305 +South Africa,311911,810944,805,182,305 +South Africa,311920,1360097,805,182,305 +South Africa,311941,871864,805,182,305 +South Africa,311942,3473743,805,182,305 +South Africa,311999,1194940,805,182,305 +South Africa,312111,89310,805,182,305 +South Africa,312130,49519665,805,182,305 +South Africa,312140,1730509,805,182,305 +South Africa,312221,109277,805,182,305 +South Africa,313111,1689315,805,182,305 +South Africa,313113,16414,805,182,305 +South Africa,313210,633335,805,182,305 +South Africa,313221,3497609,805,182,305 +South Africa,313230,648387,805,182,305 +South Africa,313249,1170979,805,182,305 +South Africa,313312,1378441,805,182,305 +South Africa,313320,2024050,805,182,305 +South Africa,314110,2486765,805,182,305 +South Africa,314121,7794,805,182,305 +South Africa,314129,482984,805,182,305 +South Africa,314911,1155,805,182,305 +South Africa,314912,1539902,805,182,305 +South Africa,314991,475929,805,182,305 +South Africa,314999,1423541,805,182,305 +South Africa,315111,5477088,805,182,305 +South Africa,315221,22281,805,182,305 +South Africa,315222,9468,805,182,305 +South Africa,315223,55170,805,182,305 +South Africa,315224,49613,805,182,305 +South Africa,315228,329903,805,182,305 +South Africa,315231,13172,805,182,305 +South Africa,315232,205661,805,182,305 +South Africa,315233,64382,805,182,305 +South Africa,315234,13755,805,182,305 +South Africa,315239,138805,805,182,305 +South Africa,315291,145727,805,182,305 +South Africa,315292,130405,805,182,305 +South Africa,315991,46681,805,182,305 +South Africa,315992,57468,805,182,305 +South Africa,315993,967,805,182,305 +South Africa,315999,695970,805,182,305 +South Africa,316110,11154707,805,182,305 +South Africa,316212,1165,805,182,305 +South Africa,316213,84311,805,182,305 +South Africa,316214,483818,805,182,305 +South Africa,316219,47119,805,182,305 +South Africa,316991,572166,805,182,305 +South Africa,316992,3149351,805,182,305 +South Africa,316993,763651,805,182,305 +South Africa,316999,150417,805,182,305 +South Africa,321113,156213,805,182,305 +South Africa,321114,78744,805,182,305 +South Africa,321211,407082,805,182,305 +South Africa,321219,83228,805,182,305 +South Africa,321911,4304,805,182,305 +South Africa,321918,49436,805,182,305 +South Africa,321920,6400,805,182,305 +South Africa,321999,1182741,805,182,305 +South Africa,322110,19311583,805,182,305 +South Africa,322211,2237,805,182,305 +South Africa,322215,27507,805,182,305 +South Africa,322222,8449,805,182,305 +South Africa,322223,1155995,805,182,305 +South Africa,322233,2924,805,182,305 +South Africa,322291,30713,805,182,305 +South Africa,322299,177809,805,182,305 +South Africa,323117,1342730,805,182,305 +South Africa,323118,97003,805,182,305 +South Africa,323119,1803952,805,182,305 +South Africa,323122,2752,805,182,305 +South Africa,324110,25998459,805,182,305 +South Africa,325110,163635182,805,182,305 +South Africa,325120,49165,805,182,305 +South Africa,325131,2751104,805,182,305 +South Africa,325132,30015,805,182,305 +South Africa,325188,115803844,805,182,305 +South Africa,325191,1825514,805,182,305 +South Africa,325192,22169316,805,182,305 +South Africa,325193,26284242,805,182,305 +South Africa,325199,179310507,805,182,305 +South Africa,325211,236906,805,182,305 +South Africa,325212,13880331,805,182,305 +South Africa,325222,652,805,182,305 +South Africa,325311,251885,805,182,305 +South Africa,325312,428814,805,182,305 +South Africa,325320,2062098,805,182,305 +South Africa,325411,10358895,805,182,305 +South Africa,325412,9058036,805,182,305 +South Africa,325414,305853,805,182,305 +South Africa,325510,1600123,805,182,305 +South Africa,325520,910496,805,182,305 +South Africa,325611,519964,805,182,305 +South Africa,325612,1010247,805,182,305 +South Africa,325613,935678,805,182,305 +South Africa,325620,11333959,805,182,305 +South Africa,325910,5433305,805,182,305 +South Africa,325920,3408073,805,182,305 +South Africa,325992,19943,805,182,305 +South Africa,325998,13112102,805,182,305 +South Africa,326113,308541,805,182,305 +South Africa,326121,26369,805,182,305 +South Africa,326122,204920,805,182,305 +South Africa,326160,1318388,805,182,305 +South Africa,326191,1973821,805,182,305 +South Africa,326192,49101,805,182,305 +South Africa,326199,26705530,805,182,305 +South Africa,326211,4096868,805,182,305 +South Africa,326220,410362,805,182,305 +South Africa,326299,495164,805,182,305 +South Africa,327112,1356425,805,182,305 +South Africa,327113,172365,805,182,305 +South Africa,327124,323530,805,182,305 +South Africa,327125,2165279,805,182,305 +South Africa,327211,507953,805,182,305 +South Africa,327212,374875,805,182,305 +South Africa,327213,46911,805,182,305 +South Africa,327215,667563,805,182,305 +South Africa,327310,21008,805,182,305 +South Africa,327390,37590,805,182,305 +South Africa,327910,44294422,805,182,305 +South Africa,327991,972007,805,182,305 +South Africa,327993,1422536,805,182,305 +South Africa,327999,522296,805,182,305 +South Africa,331111,255106848,805,182,305 +South Africa,331112,643301365,805,182,305 +South Africa,331222,364193,805,182,305 +South Africa,331311,16388,805,182,305 +South Africa,331312,29887818,805,182,305 +South Africa,331315,166810302,805,182,305 +South Africa,331316,58819,805,182,305 +South Africa,331411,46456,805,182,305 +South Africa,331419,2414949723,805,182,305 +South Africa,331421,12643600,805,182,305 +South Africa,331422,65902,805,182,305 +South Africa,331491,18166537,805,182,305 +South Africa,331492,5926512,805,182,305 +South Africa,331511,6226940,805,182,305 +South Africa,332115,500381,805,182,305 +South Africa,332211,319313,805,182,305 +South Africa,332212,4510015,805,182,305 +South Africa,332214,12642,805,182,305 +South Africa,332311,100636,805,182,305 +South Africa,332312,1912466,805,182,305 +South Africa,332321,9691,805,182,305 +South Africa,332323,5018938,805,182,305 +South Africa,332410,191363,805,182,305 +South Africa,332420,5685584,805,182,305 +South Africa,332439,294443,805,182,305 +South Africa,332510,1634414,805,182,305 +South Africa,332618,10707897,805,182,305 +South Africa,332722,568765,805,182,305 +South Africa,332911,2604109,805,182,305 +South Africa,332912,88818,805,182,305 +South Africa,332919,1653064,805,182,305 +South Africa,332991,3201034,805,182,305 +South Africa,332992,1674120,805,182,305 +South Africa,332994,180922,805,182,305 +South Africa,332999,10311995,805,182,305 +South Africa,333111,6952843,805,182,305 +South Africa,333120,6144359,805,182,305 +South Africa,333131,31700237,805,182,305 +South Africa,333132,632094,805,182,305 +South Africa,333210,12180,805,182,305 +South Africa,333220,488934,805,182,305 +South Africa,333291,1076296,805,182,305 +South Africa,333292,310889,805,182,305 +South Africa,333293,66230,805,182,305 +South Africa,333294,3085119,805,182,305 +South Africa,333295,444573,805,182,305 +South Africa,333298,99741,805,182,305 +South Africa,333313,390217,805,182,305 +South Africa,333314,13136974,805,182,305 +South Africa,333315,348444,805,182,305 +South Africa,333319,1153064,805,182,305 +South Africa,333411,1772727,805,182,305 +South Africa,333412,384453,805,182,305 +South Africa,333414,116532,805,182,305 +South Africa,333415,2188738,805,182,305 +South Africa,333511,274325,805,182,305 +South Africa,333512,74012,805,182,305 +South Africa,333513,171383,805,182,305 +South Africa,333514,73856,805,182,305 +South Africa,333515,2872665,805,182,305 +South Africa,333611,107708,805,182,305 +South Africa,333612,3961034,805,182,305 +South Africa,333613,1907290,805,182,305 +South Africa,333618,49267835,805,182,305 +South Africa,333911,7427297,805,182,305 +South Africa,333912,956906,805,182,305 +South Africa,333913,5646,805,182,305 +South Africa,333922,2697663,805,182,305 +South Africa,333923,57044,805,182,305 +South Africa,333924,235018,805,182,305 +South Africa,333991,1187415,805,182,305 +South Africa,333992,1261285,805,182,305 +South Africa,333993,189518,805,182,305 +South Africa,333994,864480,805,182,305 +South Africa,333995,98678,805,182,305 +South Africa,333996,1072975,805,182,305 +South Africa,333997,32793,805,182,305 +South Africa,333999,20787548,805,182,305 +South Africa,334111,441907,805,182,305 +South Africa,334112,235149,805,182,305 +South Africa,334119,3066667,805,182,305 +South Africa,334210,9711,805,182,305 +South Africa,334220,14359951,805,182,305 +South Africa,334290,1188298,805,182,305 +South Africa,334310,509664,805,182,305 +South Africa,334412,55593,805,182,305 +South Africa,334413,1186972,805,182,305 +South Africa,334414,11238,805,182,305 +South Africa,334415,9414,805,182,305 +South Africa,334416,67680,805,182,305 +South Africa,334417,991215,805,182,305 +South Africa,334418,376152,805,182,305 +South Africa,334419,1681846,805,182,305 +South Africa,334510,83312,805,182,305 +South Africa,334511,3872438,805,182,305 +South Africa,334512,22272,805,182,305 +South Africa,334513,2668247,805,182,305 +South Africa,334514,79484,805,182,305 +South Africa,334515,2193950,805,182,305 +South Africa,334516,517365,805,182,305 +South Africa,334517,352286,805,182,305 +South Africa,334518,76992,805,182,305 +South Africa,334519,1724087,805,182,305 +South Africa,334612,52287,805,182,305 +South Africa,335110,2706,805,182,305 +South Africa,335121,134656,805,182,305 +South Africa,335129,320215,805,182,305 +South Africa,335211,1244586,805,182,305 +South Africa,335221,403494,805,182,305 +South Africa,335222,44074,805,182,305 +South Africa,335228,241492,805,182,305 +South Africa,335311,3874,805,182,305 +South Africa,335312,9104980,805,182,305 +South Africa,335313,6951471,805,182,305 +South Africa,335314,2964472,805,182,305 +South Africa,335911,143995,805,182,305 +South Africa,335912,2093338,805,182,305 +South Africa,335929,2842578,805,182,305 +South Africa,335931,193112,805,182,305 +South Africa,335932,516256,805,182,305 +South Africa,335991,6187626,805,182,305 +South Africa,335999,7156923,805,182,305 +South Africa,336111,1568640097,805,182,305 +South Africa,336211,4193281,805,182,305 +South Africa,336214,99341,805,182,305 +South Africa,336311,4167423,805,182,305 +South Africa,336321,150898,805,182,305 +South Africa,336322,726253,805,182,305 +South Africa,336330,5149164,805,182,305 +South Africa,336340,355770,805,182,305 +South Africa,336350,10328203,805,182,305 +South Africa,336360,135465,805,182,305 +South Africa,336370,37042,805,182,305 +South Africa,336391,507498,805,182,305 +South Africa,336399,258175871,805,182,305 +South Africa,336412,1298127,805,182,305 +South Africa,336413,2605202,805,182,305 +South Africa,336415,105963,805,182,305 +South Africa,336419,146246,805,182,305 +South Africa,336510,5371498,805,182,305 +South Africa,336612,18723172,805,182,305 +South Africa,336991,797367,805,182,305 +South Africa,336992,3331859,805,182,305 +South Africa,337110,972,805,182,305 +South Africa,337121,2065,805,182,305 +South Africa,337124,422812,805,182,305 +South Africa,337127,15436945,805,182,305 +South Africa,337211,3560,805,182,305 +South Africa,337214,3734,805,182,305 +South Africa,337215,4311232,805,182,305 +South Africa,337910,367,805,182,305 +South Africa,337920,24629,805,182,305 +South Africa,339112,578457,805,182,305 +South Africa,339113,6946897,805,182,305 +South Africa,339114,1032834,805,182,305 +South Africa,339115,14041,805,182,305 +South Africa,339911,167785077,805,182,305 +South Africa,339912,15591,805,182,305 +South Africa,339913,1148797021,805,182,305 +South Africa,339914,911187,805,182,305 +South Africa,339920,3295493,805,182,305 +South Africa,339932,134719,805,182,305 +South Africa,339941,289982,805,182,305 +South Africa,339942,140714,805,182,305 +South Africa,339950,34337,805,182,305 +South Africa,339991,2275263,805,182,305 +South Africa,339992,221782,805,182,305 +South Africa,339993,5962,805,182,305 +South Africa,339994,32465,805,182,305 +South Africa,339999,6058971,805,182,305 +South Africa,511210,6780,805,182,305 +South Africa,910000,23091910,805,182,305 +South Africa,920000,32921998,805,182,305 +South Africa,980000,73855268,805,182,305 +South Africa,990000,12927201,805,182,305 +South Korea,111110,25346,807,183,306 +South Korea,111120,4762,807,183,306 +South Korea,111130,82032,807,183,306 +South Korea,111150,13943,807,183,306 +South Korea,111160,2393,807,183,306 +South Korea,111199,159809,807,183,306 +South Korea,111219,5612719,807,183,306 +South Korea,111332,911375,807,183,306 +South Korea,111334,6983,807,183,306 +South Korea,111335,3046075,807,183,306 +South Korea,111339,25976090,807,183,306 +South Korea,111411,3341103,807,183,306 +South Korea,111421,1730679,807,183,306 +South Korea,111422,12408,807,183,306 +South Korea,111998,1288142,807,183,306 +South Korea,112511,7432245,807,183,306 +South Korea,112512,6315760,807,183,306 +South Korea,112910,2127,807,183,306 +South Korea,112920,21000,807,183,306 +South Korea,112990,171498,807,183,306 +South Korea,113210,613910,807,183,306 +South Korea,114111,40449190,807,183,306 +South Korea,114112,18536912,807,183,306 +South Korea,114119,9009171,807,183,306 +South Korea,211112,13096545,807,183,306 +South Korea,212112,11980,807,183,306 +South Korea,212311,47329,807,183,306 +South Korea,212319,55876,807,183,306 +South Korea,212322,313732,807,183,306 +South Korea,212324,118329,807,183,306 +South Korea,212393,1985715,807,183,306 +South Korea,212399,220076,807,183,306 +South Korea,311119,338063,807,183,306 +South Korea,311211,3307669,807,183,306 +South Korea,311212,753695,807,183,306 +South Korea,311213,16878,807,183,306 +South Korea,311221,687387,807,183,306 +South Korea,311222,227190,807,183,306 +South Korea,311223,1264229,807,183,306 +South Korea,311225,949121,807,183,306 +South Korea,311230,3903788,807,183,306 +South Korea,311311,1041920,807,183,306 +South Korea,311320,573642,807,183,306 +South Korea,311340,2925400,807,183,306 +South Korea,311411,705308,807,183,306 +South Korea,311421,32332839,807,183,306 +South Korea,311422,1136606,807,183,306 +South Korea,311423,1455350,807,183,306 +South Korea,311511,859299,807,183,306 +South Korea,311513,19372,807,183,306 +South Korea,311514,5575086,807,183,306 +South Korea,311520,5308683,807,183,306 +South Korea,311611,45978,807,183,306 +South Korea,311613,327799,807,183,306 +South Korea,311711,41388014,807,183,306 +South Korea,311811,27221816,807,183,306 +South Korea,311822,2457923,807,183,306 +South Korea,311823,9308653,807,183,306 +South Korea,311911,164480,807,183,306 +South Korea,311919,4288781,807,183,306 +South Korea,311920,10659116,807,183,306 +South Korea,311930,754090,807,183,306 +South Korea,311941,12596348,807,183,306 +South Korea,311942,6753762,807,183,306 +South Korea,311999,79395745,807,183,306 +South Korea,312111,43264881,807,183,306 +South Korea,312112,911209,807,183,306 +South Korea,312113,64403,807,183,306 +South Korea,312120,2757761,807,183,306 +South Korea,312130,5100696,807,183,306 +South Korea,312140,9859906,807,183,306 +South Korea,312221,27673329,807,183,306 +South Korea,313111,45058717,807,183,306 +South Korea,313113,219161,807,183,306 +South Korea,313210,233348883,807,183,306 +South Korea,313221,22707013,807,183,306 +South Korea,313230,21562116,807,183,306 +South Korea,313249,160832350,807,183,306 +South Korea,313312,29428,807,183,306 +South Korea,313320,64243791,807,183,306 +South Korea,314110,30403087,807,183,306 +South Korea,314121,493152,807,183,306 +South Korea,314129,24208620,807,183,306 +South Korea,314911,2067632,807,183,306 +South Korea,314912,10036076,807,183,306 +South Korea,314991,10769988,807,183,306 +South Korea,314992,96264146,807,183,306 +South Korea,314999,12284970,807,183,306 +South Korea,315111,123777284,807,183,306 +South Korea,315221,5859536,807,183,306 +South Korea,315222,831682,807,183,306 +South Korea,315223,30033577,807,183,306 +South Korea,315224,2167588,807,183,306 +South Korea,315228,4545401,807,183,306 +South Korea,315231,4742731,807,183,306 +South Korea,315232,17814816,807,183,306 +South Korea,315233,12291988,807,183,306 +South Korea,315234,2936307,807,183,306 +South Korea,315239,20101759,807,183,306 +South Korea,315291,9371922,807,183,306 +South Korea,315292,1209292,807,183,306 +South Korea,315991,3699335,807,183,306 +South Korea,315992,35015487,807,183,306 +South Korea,315993,327367,807,183,306 +South Korea,315999,11361805,807,183,306 +South Korea,316110,9802353,807,183,306 +South Korea,316211,478660,807,183,306 +South Korea,316212,239804,807,183,306 +South Korea,316213,3278657,807,183,306 +South Korea,316214,2916046,807,183,306 +South Korea,316219,3734631,807,183,306 +South Korea,316991,9611926,807,183,306 +South Korea,316992,3674691,807,183,306 +South Korea,316993,2461064,807,183,306 +South Korea,316999,3946009,807,183,306 +South Korea,321113,13236,807,183,306 +South Korea,321211,32343,807,183,306 +South Korea,321212,52744,807,183,306 +South Korea,321213,46335,807,183,306 +South Korea,321219,368065,807,183,306 +South Korea,321911,763671,807,183,306 +South Korea,321918,17811,807,183,306 +South Korea,321920,1170847,807,183,306 +South Korea,321992,451847,807,183,306 +South Korea,321999,1587282,807,183,306 +South Korea,322121,260068911,807,183,306 +South Korea,322122,16676750,807,183,306 +South Korea,322130,114630454,807,183,306 +South Korea,322211,7623434,807,183,306 +South Korea,322212,3243631,807,183,306 +South Korea,322213,401205,807,183,306 +South Korea,322214,122209,807,183,306 +South Korea,322215,4224698,807,183,306 +South Korea,322222,29681866,807,183,306 +South Korea,322223,76813702,807,183,306 +South Korea,322224,5161148,807,183,306 +South Korea,322232,128077,807,183,306 +South Korea,322233,72756,807,183,306 +South Korea,322291,2003139,807,183,306 +South Korea,322299,2942355,807,183,306 +South Korea,323117,59745414,807,183,306 +South Korea,323118,8135902,807,183,306 +South Korea,323119,54509386,807,183,306 +South Korea,323122,54365,807,183,306 +South Korea,324110,2962711312,807,183,306 +South Korea,324122,37458,807,183,306 +South Korea,325110,76155008,807,183,306 +South Korea,325120,121527,807,183,306 +South Korea,325131,11363690,807,183,306 +South Korea,325132,36101768,807,183,306 +South Korea,325181,38416344,807,183,306 +South Korea,325182,683502,807,183,306 +South Korea,325188,36788316,807,183,306 +South Korea,325191,326881,807,183,306 +South Korea,325192,117462573,807,183,306 +South Korea,325199,272808776,807,183,306 +South Korea,325211,379436041,807,183,306 +South Korea,325212,185479560,807,183,306 +South Korea,325221,2387438,807,183,306 +South Korea,325222,230377204,807,183,306 +South Korea,325311,324620,807,183,306 +South Korea,325312,824518,807,183,306 +South Korea,325320,5252359,807,183,306 +South Korea,325411,35732592,807,183,306 +South Korea,325412,44897369,807,183,306 +South Korea,325414,1668136,807,183,306 +South Korea,325510,12953094,807,183,306 +South Korea,325520,15090670,807,183,306 +South Korea,325611,8982464,807,183,306 +South Korea,325612,15009801,807,183,306 +South Korea,325613,8477961,807,183,306 +South Korea,325620,55277343,807,183,306 +South Korea,325910,174228681,807,183,306 +South Korea,325920,3907,807,183,306 +South Korea,325992,47247361,807,183,306 +South Korea,325998,43528902,807,183,306 +South Korea,326112,17671,807,183,306 +South Korea,326113,241890977,807,183,306 +South Korea,326121,2484922,807,183,306 +South Korea,326122,4504973,807,183,306 +South Korea,326160,31209223,807,183,306 +South Korea,326191,4194283,807,183,306 +South Korea,326192,61462675,807,183,306 +South Korea,326199,276245808,807,183,306 +South Korea,326211,1302300701,807,183,306 +South Korea,326212,266144,807,183,306 +South Korea,326220,75419980,807,183,306 +South Korea,326299,135482175,807,183,306 +South Korea,327111,21468,807,183,306 +South Korea,327112,9934743,807,183,306 +South Korea,327113,7186056,807,183,306 +South Korea,327122,1923804,807,183,306 +South Korea,327123,30800,807,183,306 +South Korea,327124,1648961,807,183,306 +South Korea,327125,686306,807,183,306 +South Korea,327211,2319462,807,183,306 +South Korea,327212,33281389,807,183,306 +South Korea,327213,12063200,807,183,306 +South Korea,327215,16928245,807,183,306 +South Korea,327310,64122752,807,183,306 +South Korea,327331,5218,807,183,306 +South Korea,327390,23842849,807,183,306 +South Korea,327910,58534543,807,183,306 +South Korea,327991,2335261,807,183,306 +South Korea,327992,3770694,807,183,306 +South Korea,327993,2611079,807,183,306 +South Korea,327999,800279,807,183,306 +South Korea,331111,1769117991,807,183,306 +South Korea,331112,52945785,807,183,306 +South Korea,331222,130631285,807,183,306 +South Korea,331311,104601,807,183,306 +South Korea,331312,7262237,807,183,306 +South Korea,331314,1744055,807,183,306 +South Korea,331315,10567727,807,183,306 +South Korea,331316,8354451,807,183,306 +South Korea,331319,994856,807,183,306 +South Korea,331411,11382668,807,183,306 +South Korea,331419,78390429,807,183,306 +South Korea,331421,135662336,807,183,306 +South Korea,331422,17447602,807,183,306 +South Korea,331491,9068402,807,183,306 +South Korea,331492,14239240,807,183,306 +South Korea,331511,15074566,807,183,306 +South Korea,332115,1059389,807,183,306 +South Korea,332211,16554851,807,183,306 +South Korea,332212,22495830,807,183,306 +South Korea,332213,26866262,807,183,306 +South Korea,332214,7134596,807,183,306 +South Korea,332311,58673,807,183,306 +South Korea,332312,100446152,807,183,306 +South Korea,332321,5637903,807,183,306 +South Korea,332322,1437152,807,183,306 +South Korea,332323,532429,807,183,306 +South Korea,332410,194312725,807,183,306 +South Korea,332420,50587341,807,183,306 +South Korea,332431,290356,807,183,306 +South Korea,332439,3159905,807,183,306 +South Korea,332510,250371417,807,183,306 +South Korea,332611,4482820,807,183,306 +South Korea,332618,107247498,807,183,306 +South Korea,332722,130089189,807,183,306 +South Korea,332911,221535399,807,183,306 +South Korea,332912,32378199,807,183,306 +South Korea,332913,2024942,807,183,306 +South Korea,332919,135002309,807,183,306 +South Korea,332991,66275211,807,183,306 +South Korea,332992,64491579,807,183,306 +South Korea,332994,14813654,807,183,306 +South Korea,332995,1488401,807,183,306 +South Korea,332997,130949,807,183,306 +South Korea,332998,3341622,807,183,306 +South Korea,332999,141665496,807,183,306 +South Korea,333111,159913253,807,183,306 +South Korea,333120,306941655,807,183,306 +South Korea,333131,17873359,807,183,306 +South Korea,333132,4818926,807,183,306 +South Korea,333210,482583,807,183,306 +South Korea,333220,25852933,807,183,306 +South Korea,333291,5940508,807,183,306 +South Korea,333292,371832254,807,183,306 +South Korea,333293,2433445,807,183,306 +South Korea,333294,8381258,807,183,306 +South Korea,333295,296335644,807,183,306 +South Korea,333298,16112671,807,183,306 +South Korea,333311,4696329,807,183,306 +South Korea,333313,25750919,807,183,306 +South Korea,333314,141252649,807,183,306 +South Korea,333315,11983534,807,183,306 +South Korea,333319,5633034,807,183,306 +South Korea,333411,28157992,807,183,306 +South Korea,333412,1901573,807,183,306 +South Korea,333414,21569849,807,183,306 +South Korea,333415,253974817,807,183,306 +South Korea,333511,53877156,807,183,306 +South Korea,333512,126338004,807,183,306 +South Korea,333513,62414709,807,183,306 +South Korea,333514,99359819,807,183,306 +South Korea,333515,55741620,807,183,306 +South Korea,333516,2153513,807,183,306 +South Korea,333611,89503764,807,183,306 +South Korea,333612,34806108,807,183,306 +South Korea,333613,85291085,807,183,306 +South Korea,333618,64518267,807,183,306 +South Korea,333911,46251499,807,183,306 +South Korea,333912,71502975,807,183,306 +South Korea,333913,319620,807,183,306 +South Korea,333921,3354227,807,183,306 +South Korea,333922,12621142,807,183,306 +South Korea,333923,1766964,807,183,306 +South Korea,333924,110325765,807,183,306 +South Korea,333991,18976329,807,183,306 +South Korea,333992,36715578,807,183,306 +South Korea,333993,17305900,807,183,306 +South Korea,333994,9078923,807,183,306 +South Korea,333995,29257561,807,183,306 +South Korea,333996,18743321,807,183,306 +South Korea,333997,20387630,807,183,306 +South Korea,333999,368559767,807,183,306 +South Korea,334111,247584034,807,183,306 +South Korea,334112,176781584,807,183,306 +South Korea,334119,865883106,807,183,306 +South Korea,334210,78094079,807,183,306 +South Korea,334220,8858218388,807,183,306 +South Korea,334290,4097279,807,183,306 +South Korea,334310,411694967,807,183,306 +South Korea,334411,584999,807,183,306 +South Korea,334412,99096401,807,183,306 +South Korea,334413,3110663058,807,183,306 +South Korea,334414,42402620,807,183,306 +South Korea,334415,12453179,807,183,306 +South Korea,334416,3357587,807,183,306 +South Korea,334417,39519654,807,183,306 +South Korea,334418,2632065122,807,183,306 +South Korea,334419,243374350,807,183,306 +South Korea,334510,142438156,807,183,306 +South Korea,334511,85418236,807,183,306 +South Korea,334512,11040737,807,183,306 +South Korea,334513,109950769,807,183,306 +South Korea,334514,1794958,807,183,306 +South Korea,334515,140737907,807,183,306 +South Korea,334516,65811177,807,183,306 +South Korea,334517,39273783,807,183,306 +South Korea,334518,5727608,807,183,306 +South Korea,334519,5535409,807,183,306 +South Korea,334612,284635,807,183,306 +South Korea,334613,14265747,807,183,306 +South Korea,335110,34103078,807,183,306 +South Korea,335121,710697,807,183,306 +South Korea,335129,7611374,807,183,306 +South Korea,335211,80663123,807,183,306 +South Korea,335212,116192770,807,183,306 +South Korea,335221,89218017,807,183,306 +South Korea,335222,983014286,807,183,306 +South Korea,335224,1000969972,807,183,306 +South Korea,335228,98086180,807,183,306 +South Korea,335311,469736133,807,183,306 +South Korea,335312,136853422,807,183,306 +South Korea,335313,36633252,807,183,306 +South Korea,335314,138527262,807,183,306 +South Korea,335911,213329862,807,183,306 +South Korea,335912,38626600,807,183,306 +South Korea,335921,12022093,807,183,306 +South Korea,335929,73500443,807,183,306 +South Korea,335931,48334203,807,183,306 +South Korea,335932,879560,807,183,306 +South Korea,335991,6243924,807,183,306 +South Korea,335999,137124432,807,183,306 +South Korea,336111,6765235979,807,183,306 +South Korea,336120,718746,807,183,306 +South Korea,336211,138283,807,183,306 +South Korea,336212,596230,807,183,306 +South Korea,336214,1741025,807,183,306 +South Korea,336311,389013609,807,183,306 +South Korea,336321,84909138,807,183,306 +South Korea,336322,214288920,807,183,306 +South Korea,336330,433266922,807,183,306 +South Korea,336340,281582979,807,183,306 +South Korea,336350,730465767,807,183,306 +South Korea,336360,93381979,807,183,306 +South Korea,336370,36314558,807,183,306 +South Korea,336391,183966776,807,183,306 +South Korea,336399,1257564655,807,183,306 +South Korea,336411,28700,807,183,306 +South Korea,336412,130899215,807,183,306 +South Korea,336413,344065224,807,183,306 +South Korea,336419,191733,807,183,306 +South Korea,336510,63067844,807,183,306 +South Korea,336611,89679,807,183,306 +South Korea,336612,70829,807,183,306 +South Korea,336991,21962861,807,183,306 +South Korea,336992,3122099,807,183,306 +South Korea,337110,129982,807,183,306 +South Korea,337121,541,807,183,306 +South Korea,337124,37233630,807,183,306 +South Korea,337127,21863061,807,183,306 +South Korea,337211,2803595,807,183,306 +South Korea,337214,4218763,807,183,306 +South Korea,337215,26642088,807,183,306 +South Korea,337910,1746202,807,183,306 +South Korea,337920,145018,807,183,306 +South Korea,339112,57166452,807,183,306 +South Korea,339113,53442264,807,183,306 +South Korea,339114,23732303,807,183,306 +South Korea,339115,69929679,807,183,306 +South Korea,339911,16843554,807,183,306 +South Korea,339912,1000384,807,183,306 +South Korea,339913,779346,807,183,306 +South Korea,339914,30621548,807,183,306 +South Korea,339920,71896582,807,183,306 +South Korea,339932,20734273,807,183,306 +South Korea,339941,27602931,807,183,306 +South Korea,339942,6329374,807,183,306 +South Korea,339943,333419,807,183,306 +South Korea,339944,5647922,807,183,306 +South Korea,339950,4330126,807,183,306 +South Korea,339991,37916631,807,183,306 +South Korea,339992,34472663,807,183,306 +South Korea,339993,8547438,807,183,306 +South Korea,339994,14097830,807,183,306 +South Korea,339999,100568098,807,183,306 +South Korea,511210,156085,807,183,306 +South Korea,910000,41119188,807,183,306 +South Korea,920000,23882181,807,183,306 +South Korea,980000,654725262,807,183,306 +South Korea,990000,582070636,807,183,306 +Spain,111120,705503,804,185,308 +Spain,111130,81021,804,185,308 +Spain,111219,15035037,804,185,308 +Spain,111320,122605676,804,185,308 +Spain,111335,9529038,804,185,308 +Spain,111339,38019178,804,185,308 +Spain,111411,116964,804,185,308 +Spain,111421,15399,804,185,308 +Spain,111422,25795,804,185,308 +Spain,111910,1697090,804,185,308 +Spain,111998,7312991,804,185,308 +Spain,112420,1461,804,185,308 +Spain,112910,762020,804,185,308 +Spain,112920,485495,804,185,308 +Spain,112930,1656957,804,185,308 +Spain,112990,9328,804,185,308 +Spain,113210,18095404,804,185,308 +Spain,113310,25000,804,185,308 +Spain,114111,15367875,804,185,308 +Spain,114112,11197693,804,185,308 +Spain,114119,67375,804,185,308 +Spain,212210,204532,804,185,308 +Spain,212299,5567530,804,185,308 +Spain,212311,389015,804,185,308 +Spain,212319,489610,804,185,308 +Spain,212324,92733,804,185,308 +Spain,212325,1350020,804,185,308 +Spain,212391,495762,804,185,308 +Spain,212393,5177935,804,185,308 +Spain,212399,5376061,804,185,308 +Spain,311111,62304,804,185,308 +Spain,311119,1020387,804,185,308 +Spain,311211,4035616,804,185,308 +Spain,311212,2102588,804,185,308 +Spain,311221,930916,804,185,308 +Spain,311222,105521,804,185,308 +Spain,311223,227647140,804,185,308 +Spain,311225,709935,804,185,308 +Spain,311230,24466,804,185,308 +Spain,311311,762000,804,185,308 +Spain,311320,41090215,804,185,308 +Spain,311340,29190816,804,185,308 +Spain,311411,3789955,804,185,308 +Spain,311421,296473688,804,185,308 +Spain,311422,152047,804,185,308 +Spain,311423,7598774,804,185,308 +Spain,311511,658936,804,185,308 +Spain,311513,46711856,804,185,308 +Spain,311514,195842,804,185,308 +Spain,311520,346733,804,185,308 +Spain,311611,14231210,804,185,308 +Spain,311613,145730,804,185,308 +Spain,311711,20303106,804,185,308 +Spain,311811,17690572,804,185,308 +Spain,311823,47872,804,185,308 +Spain,311911,4701198,804,185,308 +Spain,311919,44066,804,185,308 +Spain,311920,11186037,804,185,308 +Spain,311930,46261,804,185,308 +Spain,311941,516082,804,185,308 +Spain,311942,40808520,804,185,308 +Spain,311999,38414320,804,185,308 +Spain,312111,4341275,804,185,308 +Spain,312112,237122,804,185,308 +Spain,312113,293246,804,185,308 +Spain,312120,1799619,804,185,308 +Spain,312130,297764858,804,185,308 +Spain,312140,4720897,804,185,308 +Spain,312221,124676,804,185,308 +Spain,312229,83144,804,185,308 +Spain,313111,3768364,804,185,308 +Spain,313113,1087762,804,185,308 +Spain,313210,13057758,804,185,308 +Spain,313221,4668796,804,185,308 +Spain,313230,6460741,804,185,308 +Spain,313249,3759772,804,185,308 +Spain,313312,1420482,804,185,308 +Spain,313320,7515042,804,185,308 +Spain,314110,7785527,804,185,308 +Spain,314121,177269,804,185,308 +Spain,314129,3862244,804,185,308 +Spain,314911,415939,804,185,308 +Spain,314912,336436,804,185,308 +Spain,314991,347572,804,185,308 +Spain,314992,2016384,804,185,308 +Spain,314999,3155986,804,185,308 +Spain,315111,169753,804,185,308 +Spain,315221,100795,804,185,308 +Spain,315222,8234329,804,185,308 +Spain,315223,1281739,804,185,308 +Spain,315224,256625,804,185,308 +Spain,315228,865115,804,185,308 +Spain,315231,702029,804,185,308 +Spain,315232,2117845,804,185,308 +Spain,315233,3339575,804,185,308 +Spain,315234,4275691,804,185,308 +Spain,315239,3397643,804,185,308 +Spain,315291,687438,804,185,308 +Spain,315292,1108525,804,185,308 +Spain,315991,3687989,804,185,308 +Spain,315992,35067,804,185,308 +Spain,315993,60308,804,185,308 +Spain,315999,12713602,804,185,308 +Spain,316110,9018445,804,185,308 +Spain,316211,23130,804,185,308 +Spain,316212,29030,804,185,308 +Spain,316213,13677600,804,185,308 +Spain,316214,101940050,804,185,308 +Spain,316219,4413136,804,185,308 +Spain,316991,13459463,804,185,308 +Spain,316992,18155521,804,185,308 +Spain,316993,24605208,804,185,308 +Spain,316999,2129054,804,185,308 +Spain,321113,1157388,804,185,308 +Spain,321211,8348520,804,185,308 +Spain,321212,107501,804,185,308 +Spain,321213,247616,804,185,308 +Spain,321219,12011429,804,185,308 +Spain,321911,781167,804,185,308 +Spain,321918,2726082,804,185,308 +Spain,321920,1697679,804,185,308 +Spain,321991,9231,804,185,308 +Spain,321992,1096,804,185,308 +Spain,321999,11829289,804,185,308 +Spain,322110,185584,804,185,308 +Spain,322121,55187515,804,185,308 +Spain,322122,12224,804,185,308 +Spain,322130,26962076,804,185,308 +Spain,322211,421724,804,185,308 +Spain,322212,438642,804,185,308 +Spain,322213,67844,804,185,308 +Spain,322215,234459,804,185,308 +Spain,322222,5239968,804,185,308 +Spain,322223,4101824,804,185,308 +Spain,322224,262949,804,185,308 +Spain,322232,18276,804,185,308 +Spain,322233,24702,804,185,308 +Spain,322291,144971,804,185,308 +Spain,322299,4838978,804,185,308 +Spain,323117,24370164,804,185,308 +Spain,323118,1772369,804,185,308 +Spain,323119,19939497,804,185,308 +Spain,323122,268987,804,185,308 +Spain,324110,1425398868,804,185,308 +Spain,324122,40486,804,185,308 +Spain,325110,2706366,804,185,308 +Spain,325120,88421,804,185,308 +Spain,325131,15694945,804,185,308 +Spain,325132,5478590,804,185,308 +Spain,325182,63886,804,185,308 +Spain,325188,27453395,804,185,308 +Spain,325191,2846407,804,185,308 +Spain,325192,40400969,804,185,308 +Spain,325193,22007,804,185,308 +Spain,325199,236605019,804,185,308 +Spain,325211,85818006,804,185,308 +Spain,325212,42289318,804,185,308 +Spain,325221,14537379,804,185,308 +Spain,325222,29905845,804,185,308 +Spain,325311,856143,804,185,308 +Spain,325312,1346796,804,185,308 +Spain,325320,141018,804,185,308 +Spain,325411,255540985,804,185,308 +Spain,325412,548421714,804,185,308 +Spain,325414,221424104,804,185,308 +Spain,325510,11112977,804,185,308 +Spain,325520,896259,804,185,308 +Spain,325611,4885957,804,185,308 +Spain,325612,2433417,804,185,308 +Spain,325613,10477897,804,185,308 +Spain,325620,182722846,804,185,308 +Spain,325910,22520065,804,185,308 +Spain,325920,3455137,804,185,308 +Spain,325992,3394652,804,185,308 +Spain,325998,21711825,804,185,308 +Spain,326112,23354,804,185,308 +Spain,326113,14973662,804,185,308 +Spain,326121,6990608,804,185,308 +Spain,326122,2719867,804,185,308 +Spain,326160,1413303,804,185,308 +Spain,326191,289968,804,185,308 +Spain,326192,849223,804,185,308 +Spain,326199,19133253,804,185,308 +Spain,326211,118192293,804,185,308 +Spain,326212,195363,804,185,308 +Spain,326220,15864468,804,185,308 +Spain,326299,17737612,804,185,308 +Spain,327111,972843,804,185,308 +Spain,327112,15247206,804,185,308 +Spain,327113,712085,804,185,308 +Spain,327121,583317,804,185,308 +Spain,327122,91718463,804,185,308 +Spain,327123,1325440,804,185,308 +Spain,327124,715690,804,185,308 +Spain,327125,1294467,804,185,308 +Spain,327211,1587825,804,185,308 +Spain,327212,14906661,804,185,308 +Spain,327213,2600170,804,185,308 +Spain,327215,10535501,804,185,308 +Spain,327310,9165544,804,185,308 +Spain,327331,3807,804,185,308 +Spain,327390,67198156,804,185,308 +Spain,327410,12086,804,185,308 +Spain,327420,7224,804,185,308 +Spain,327910,939748,804,185,308 +Spain,327991,62989583,804,185,308 +Spain,327992,4868207,804,185,308 +Spain,327993,792439,804,185,308 +Spain,327999,3098350,804,185,308 +Spain,331111,293802303,804,185,308 +Spain,331112,11483790,804,185,308 +Spain,331222,4374006,804,185,308 +Spain,331312,971052,804,185,308 +Spain,331315,391786,804,185,308 +Spain,331316,839319,804,185,308 +Spain,331319,5018648,804,185,308 +Spain,331411,1518430,804,185,308 +Spain,331419,7731138,804,185,308 +Spain,331421,1469326,804,185,308 +Spain,331422,1058338,804,185,308 +Spain,331491,4286210,804,185,308 +Spain,331492,129519,804,185,308 +Spain,331511,6798871,804,185,308 +Spain,332115,39558039,804,185,308 +Spain,332211,10030347,804,185,308 +Spain,332212,16499685,804,185,308 +Spain,332213,839988,804,185,308 +Spain,332214,104559,804,185,308 +Spain,332311,883752,804,185,308 +Spain,332312,53191462,804,185,308 +Spain,332321,710747,804,185,308 +Spain,332322,521662,804,185,308 +Spain,332323,2892507,804,185,308 +Spain,332410,10272810,804,185,308 +Spain,332420,15452948,804,185,308 +Spain,332431,1035306,804,185,308 +Spain,332439,12141323,804,185,308 +Spain,332510,16796404,804,185,308 +Spain,332611,230468,804,185,308 +Spain,332618,16923597,804,185,308 +Spain,332722,10397365,804,185,308 +Spain,332911,33565424,804,185,308 +Spain,332912,1192446,804,185,308 +Spain,332913,865436,804,185,308 +Spain,332919,20479322,804,185,308 +Spain,332991,28818205,804,185,308 +Spain,332992,69288259,804,185,308 +Spain,332994,33737254,804,185,308 +Spain,332995,1831860,804,185,308 +Spain,332997,245451,804,185,308 +Spain,332998,1035309,804,185,308 +Spain,332999,30116726,804,185,308 +Spain,333111,105136156,804,185,308 +Spain,333120,54698539,804,185,308 +Spain,333131,22654051,804,185,308 +Spain,333132,2283483,804,185,308 +Spain,333210,1060353,804,185,308 +Spain,333220,6059112,804,185,308 +Spain,333291,7740750,804,185,308 +Spain,333292,7694627,804,185,308 +Spain,333293,5505327,804,185,308 +Spain,333294,38373730,804,185,308 +Spain,333295,264017,804,185,308 +Spain,333298,542363,804,185,308 +Spain,333311,1337868,804,185,308 +Spain,333313,1723324,804,185,308 +Spain,333314,17336180,804,185,308 +Spain,333315,1494411,804,185,308 +Spain,333319,993363,804,185,308 +Spain,333411,132547,804,185,308 +Spain,333412,1765680,804,185,308 +Spain,333414,4906128,804,185,308 +Spain,333415,9427705,804,185,308 +Spain,333511,2634073,804,185,308 +Spain,333512,19593635,804,185,308 +Spain,333513,52988808,804,185,308 +Spain,333514,3721264,804,185,308 +Spain,333515,3092058,804,185,308 +Spain,333516,161794,804,185,308 +Spain,333611,101894784,804,185,308 +Spain,333612,33164517,804,185,308 +Spain,333613,21437084,804,185,308 +Spain,333618,17187210,804,185,308 +Spain,333911,18623768,804,185,308 +Spain,333912,1371817,804,185,308 +Spain,333913,1826241,804,185,308 +Spain,333921,7407548,804,185,308 +Spain,333922,6490281,804,185,308 +Spain,333923,3452604,804,185,308 +Spain,333924,2566827,804,185,308 +Spain,333991,2415677,804,185,308 +Spain,333992,2525234,804,185,308 +Spain,333993,36234058,804,185,308 +Spain,333994,7219117,804,185,308 +Spain,333995,14309331,804,185,308 +Spain,333996,29231934,804,185,308 +Spain,333997,2110206,804,185,308 +Spain,333999,80660034,804,185,308 +Spain,334111,1952785,804,185,308 +Spain,334112,368084,804,185,308 +Spain,334119,9269137,804,185,308 +Spain,334210,857961,804,185,308 +Spain,334220,19843662,804,185,308 +Spain,334290,1275327,804,185,308 +Spain,334310,5290576,804,185,308 +Spain,334412,445249,804,185,308 +Spain,334413,8996578,804,185,308 +Spain,334414,833818,804,185,308 +Spain,334415,4415132,804,185,308 +Spain,334416,1338967,804,185,308 +Spain,334417,6233373,804,185,308 +Spain,334418,4128916,804,185,308 +Spain,334419,15360808,804,185,308 +Spain,334510,556373,804,185,308 +Spain,334511,8291356,804,185,308 +Spain,334512,1946661,804,185,308 +Spain,334513,40403803,804,185,308 +Spain,334514,344788,804,185,308 +Spain,334515,47322894,804,185,308 +Spain,334516,13139021,804,185,308 +Spain,334517,32622149,804,185,308 +Spain,334518,1288477,804,185,308 +Spain,334519,930510,804,185,308 +Spain,334612,889589,804,185,308 +Spain,334613,39043,804,185,308 +Spain,335110,508607,804,185,308 +Spain,335121,4998516,804,185,308 +Spain,335129,6371592,804,185,308 +Spain,335211,2897365,804,185,308 +Spain,335212,214874,804,185,308 +Spain,335221,12458791,804,185,308 +Spain,335222,185470,804,185,308 +Spain,335224,12952084,804,185,308 +Spain,335228,5626064,804,185,308 +Spain,335311,31306687,804,185,308 +Spain,335312,65071448,804,185,308 +Spain,335313,17487551,804,185,308 +Spain,335314,39112591,804,185,308 +Spain,335911,16244726,804,185,308 +Spain,335912,2597467,804,185,308 +Spain,335921,319482,804,185,308 +Spain,335929,10539008,804,185,308 +Spain,335931,10471121,804,185,308 +Spain,335932,461430,804,185,308 +Spain,335991,6943889,804,185,308 +Spain,335999,21855729,804,185,308 +Spain,336111,2073167,804,185,308 +Spain,336120,1630518,804,185,308 +Spain,336212,1197891,804,185,308 +Spain,336214,631668,804,185,308 +Spain,336311,27272953,804,185,308 +Spain,336321,4458744,804,185,308 +Spain,336322,17649924,804,185,308 +Spain,336330,30865887,804,185,308 +Spain,336340,14628935,804,185,308 +Spain,336350,47993060,804,185,308 +Spain,336360,818874,804,185,308 +Spain,336370,32926,804,185,308 +Spain,336391,439583,804,185,308 +Spain,336399,22214547,804,185,308 +Spain,336411,2136344,804,185,308 +Spain,336412,36353694,804,185,308 +Spain,336413,124769856,804,185,308 +Spain,336419,1946119,804,185,308 +Spain,336510,9430028,804,185,308 +Spain,336611,6118,804,185,308 +Spain,336612,780976,804,185,308 +Spain,336991,15488063,804,185,308 +Spain,336992,229885,804,185,308 +Spain,337110,417604,804,185,308 +Spain,337124,4815557,804,185,308 +Spain,337127,30825896,804,185,308 +Spain,337211,882446,804,185,308 +Spain,337214,602795,804,185,308 +Spain,337215,5674567,804,185,308 +Spain,337910,2985431,804,185,308 +Spain,337920,1338792,804,185,308 +Spain,339112,8122386,804,185,308 +Spain,339113,10352794,804,185,308 +Spain,339114,5892242,804,185,308 +Spain,339115,1208276,804,185,308 +Spain,339911,68116580,804,185,308 +Spain,339912,1336187,804,185,308 +Spain,339913,1128737,804,185,308 +Spain,339914,3257896,804,185,308 +Spain,339920,8888077,804,185,308 +Spain,339932,6419976,804,185,308 +Spain,339941,482402,804,185,308 +Spain,339942,615983,804,185,308 +Spain,339944,28596,804,185,308 +Spain,339950,367930,804,185,308 +Spain,339991,18485071,804,185,308 +Spain,339992,2669688,804,185,308 +Spain,339993,505479,804,185,308 +Spain,339994,5484733,804,185,308 +Spain,339999,19776065,804,185,308 +Spain,511210,36594,804,185,308 +Spain,910000,8179755,804,185,308 +Spain,920000,264015256,804,185,308 +Spain,980000,174281712,804,185,308 +Spain,990000,288158490,804,185,308 +Sri Lanka,111120,3782,806,186,309 +Sri Lanka,111335,1021500,806,186,309 +Sri Lanka,111339,99981,806,186,309 +Sri Lanka,111421,49318,806,186,309 +Sri Lanka,111422,10409,806,186,309 +Sri Lanka,111910,372779,806,186,309 +Sri Lanka,111998,14566367,806,186,309 +Sri Lanka,112511,3208132,806,186,309 +Sri Lanka,112910,501849,806,186,309 +Sri Lanka,113210,10838187,806,186,309 +Sri Lanka,114111,6627150,806,186,309 +Sri Lanka,114112,3624419,806,186,309 +Sri Lanka,114119,236902,806,186,309 +Sri Lanka,212399,992110,806,186,309 +Sri Lanka,311211,45350,806,186,309 +Sri Lanka,311212,156262,806,186,309 +Sri Lanka,311223,5163809,806,186,309 +Sri Lanka,311230,3806,806,186,309 +Sri Lanka,311311,28929,806,186,309 +Sri Lanka,311320,197935,806,186,309 +Sri Lanka,311340,56257,806,186,309 +Sri Lanka,311411,2336,806,186,309 +Sri Lanka,311421,235123,806,186,309 +Sri Lanka,311423,123508,806,186,309 +Sri Lanka,311514,104938,806,186,309 +Sri Lanka,311711,89644,806,186,309 +Sri Lanka,311811,394947,806,186,309 +Sri Lanka,311823,2494,806,186,309 +Sri Lanka,311919,2886,806,186,309 +Sri Lanka,311920,25259356,806,186,309 +Sri Lanka,311941,49691,806,186,309 +Sri Lanka,311942,4080596,806,186,309 +Sri Lanka,311999,4407390,806,186,309 +Sri Lanka,312111,170466,806,186,309 +Sri Lanka,312120,177613,806,186,309 +Sri Lanka,313111,215383,806,186,309 +Sri Lanka,313113,547,806,186,309 +Sri Lanka,313210,554859,806,186,309 +Sri Lanka,313221,182332,806,186,309 +Sri Lanka,313230,735,806,186,309 +Sri Lanka,313249,43287,806,186,309 +Sri Lanka,313320,17841,806,186,309 +Sri Lanka,314110,252894,806,186,309 +Sri Lanka,314129,940135,806,186,309 +Sri Lanka,314911,1247721,806,186,309 +Sri Lanka,314912,13862279,806,186,309 +Sri Lanka,314991,2570689,806,186,309 +Sri Lanka,314999,10466622,806,186,309 +Sri Lanka,315111,117984,806,186,309 +Sri Lanka,315221,11228872,806,186,309 +Sri Lanka,315222,843296,806,186,309 +Sri Lanka,315223,154862822,806,186,309 +Sri Lanka,315224,99329443,806,186,309 +Sri Lanka,315228,76441546,806,186,309 +Sri Lanka,315231,303773819,806,186,309 +Sri Lanka,315232,130163181,806,186,309 +Sri Lanka,315233,83182963,806,186,309 +Sri Lanka,315234,56627508,806,186,309 +Sri Lanka,315239,299245162,806,186,309 +Sri Lanka,315291,26924279,806,186,309 +Sri Lanka,315292,1290698,806,186,309 +Sri Lanka,315991,10342839,806,186,309 +Sri Lanka,315992,50431899,806,186,309 +Sri Lanka,315993,1816,806,186,309 +Sri Lanka,315999,1395059,806,186,309 +Sri Lanka,316211,21073,806,186,309 +Sri Lanka,316212,3849,806,186,309 +Sri Lanka,316213,11443,806,186,309 +Sri Lanka,316214,177402,806,186,309 +Sri Lanka,316219,120176,806,186,309 +Sri Lanka,316991,709270,806,186,309 +Sri Lanka,316992,162828,806,186,309 +Sri Lanka,316993,81325,806,186,309 +Sri Lanka,316999,395024,806,186,309 +Sri Lanka,321113,405957,806,186,309 +Sri Lanka,321211,13509,806,186,309 +Sri Lanka,321911,63547,806,186,309 +Sri Lanka,321920,11297,806,186,309 +Sri Lanka,321999,2703285,806,186,309 +Sri Lanka,322121,5344,806,186,309 +Sri Lanka,322211,8149,806,186,309 +Sri Lanka,322212,77150,806,186,309 +Sri Lanka,322213,23323,806,186,309 +Sri Lanka,322222,15271,806,186,309 +Sri Lanka,322223,16635495,806,186,309 +Sri Lanka,322299,125808,806,186,309 +Sri Lanka,323117,55192,806,186,309 +Sri Lanka,323118,67316,806,186,309 +Sri Lanka,323119,96951,806,186,309 +Sri Lanka,325199,7135,806,186,309 +Sri Lanka,325211,15991,806,186,309 +Sri Lanka,325212,48555,806,186,309 +Sri Lanka,325221,6269,806,186,309 +Sri Lanka,325222,101976,806,186,309 +Sri Lanka,325611,131405,806,186,309 +Sri Lanka,325620,135912,806,186,309 +Sri Lanka,325998,29900553,806,186,309 +Sri Lanka,326113,264172,806,186,309 +Sri Lanka,326160,2592,806,186,309 +Sri Lanka,326199,4588374,806,186,309 +Sri Lanka,326211,121598280,806,186,309 +Sri Lanka,326212,32414,806,186,309 +Sri Lanka,326220,2531,806,186,309 +Sri Lanka,326299,15263836,806,186,309 +Sri Lanka,327112,9274288,806,186,309 +Sri Lanka,327122,1027778,806,186,309 +Sri Lanka,327212,149055,806,186,309 +Sri Lanka,327390,4028,806,186,309 +Sri Lanka,327910,7478,806,186,309 +Sri Lanka,327991,3593,806,186,309 +Sri Lanka,327992,293094,806,186,309 +Sri Lanka,327993,242331,806,186,309 +Sri Lanka,327999,6118,806,186,309 +Sri Lanka,331491,23166,806,186,309 +Sri Lanka,332115,9089,806,186,309 +Sri Lanka,332212,8728,806,186,309 +Sri Lanka,332410,37374,806,186,309 +Sri Lanka,332439,3626,806,186,309 +Sri Lanka,332510,43481,806,186,309 +Sri Lanka,332618,46413,806,186,309 +Sri Lanka,332722,37637,806,186,309 +Sri Lanka,332919,10794,806,186,309 +Sri Lanka,332999,134827,806,186,309 +Sri Lanka,333111,13084,806,186,309 +Sri Lanka,333120,12279983,806,186,309 +Sri Lanka,333131,2334,806,186,309 +Sri Lanka,333313,40576,806,186,309 +Sri Lanka,333314,1857000,806,186,309 +Sri Lanka,333511,72421,806,186,309 +Sri Lanka,333514,35315,806,186,309 +Sri Lanka,333612,28049,806,186,309 +Sri Lanka,333613,7644,806,186,309 +Sri Lanka,333618,2803,806,186,309 +Sri Lanka,333922,7920,806,186,309 +Sri Lanka,333924,1784459,806,186,309 +Sri Lanka,333992,17200,806,186,309 +Sri Lanka,333993,5073,806,186,309 +Sri Lanka,333997,6937955,806,186,309 +Sri Lanka,333999,138546,806,186,309 +Sri Lanka,334111,49362,806,186,309 +Sri Lanka,334112,16124,806,186,309 +Sri Lanka,334119,648486,806,186,309 +Sri Lanka,334220,35416,806,186,309 +Sri Lanka,334411,14615,806,186,309 +Sri Lanka,334412,65671,806,186,309 +Sri Lanka,334413,65166,806,186,309 +Sri Lanka,334414,97075,806,186,309 +Sri Lanka,334415,6578,806,186,309 +Sri Lanka,334416,3991403,806,186,309 +Sri Lanka,334417,18746,806,186,309 +Sri Lanka,334418,458457,806,186,309 +Sri Lanka,334419,1017808,806,186,309 +Sri Lanka,334510,34092,806,186,309 +Sri Lanka,334511,465645,806,186,309 +Sri Lanka,334513,2530,806,186,309 +Sri Lanka,334514,454389,806,186,309 +Sri Lanka,334515,5697802,806,186,309 +Sri Lanka,334516,6035,806,186,309 +Sri Lanka,334518,3525,806,186,309 +Sri Lanka,335121,386,806,186,309 +Sri Lanka,335224,132835,806,186,309 +Sri Lanka,335311,14879,806,186,309 +Sri Lanka,335312,247552,806,186,309 +Sri Lanka,335313,156409,806,186,309 +Sri Lanka,335314,731436,806,186,309 +Sri Lanka,335912,14835,806,186,309 +Sri Lanka,335929,45447,806,186,309 +Sri Lanka,335931,215234,806,186,309 +Sri Lanka,335991,168291,806,186,309 +Sri Lanka,335999,142091,806,186,309 +Sri Lanka,336350,35092,806,186,309 +Sri Lanka,336399,312771,806,186,309 +Sri Lanka,336411,7777,806,186,309 +Sri Lanka,336412,29366,806,186,309 +Sri Lanka,336612,8175,806,186,309 +Sri Lanka,336991,11141,806,186,309 +Sri Lanka,337124,1371,806,186,309 +Sri Lanka,337127,217922,806,186,309 +Sri Lanka,337215,3937,806,186,309 +Sri Lanka,337910,25595,806,186,309 +Sri Lanka,339112,55966,806,186,309 +Sri Lanka,339113,37370604,806,186,309 +Sri Lanka,339911,3953013,806,186,309 +Sri Lanka,339913,80250946,806,186,309 +Sri Lanka,339914,523953,806,186,309 +Sri Lanka,339920,10377755,806,186,309 +Sri Lanka,339932,3807663,806,186,309 +Sri Lanka,339942,5227,806,186,309 +Sri Lanka,339991,4006966,806,186,309 +Sri Lanka,339992,10034,806,186,309 +Sri Lanka,339993,21004,806,186,309 +Sri Lanka,339994,8773313,806,186,309 +Sri Lanka,339999,6253708,806,186,309 +Sri Lanka,920000,108330,806,186,309 +Sri Lanka,980000,9057637,806,186,309 +Sri Lanka,990000,3866771,806,186,309 +Sudan,113210,8716009,805,187,310 +Sudan,311920,9434,805,187,310 +Sudan,321999,11731,805,187,310 +Sudan,920000,63701,805,187,310 +Suriname,112511,14361,803,188,311 +Suriname,112990,89347,803,188,311 +Suriname,114111,25892936,803,188,311 +Suriname,114112,6265915,803,188,311 +Suriname,212311,16547,803,188,311 +Suriname,311411,73431,803,188,311 +Suriname,311711,133196,803,188,311 +Suriname,313210,1202,803,188,311 +Suriname,314999,1295,803,188,311 +Suriname,315111,836,803,188,311 +Suriname,315223,878,803,188,311 +Suriname,315228,284,803,188,311 +Suriname,315233,2295,803,188,311 +Suriname,316991,262,803,188,311 +Suriname,321113,322595,803,188,311 +Suriname,321114,30290,803,188,311 +Suriname,321211,13983,803,188,311 +Suriname,325311,16302,803,188,311 +Suriname,325998,8200630,803,188,311 +Suriname,326199,8843,803,188,311 +Suriname,331222,6454,803,188,311 +Suriname,331311,155870520,803,188,311 +Suriname,332410,37320,803,188,311 +Suriname,332618,2800,803,188,311 +Suriname,332911,21730,803,188,311 +Suriname,333120,66000,803,188,311 +Suriname,333512,3066,803,188,311 +Suriname,333515,21333,803,188,311 +Suriname,333612,63880,803,188,311 +Suriname,333618,1260279,803,188,311 +Suriname,333911,12627,803,188,311 +Suriname,333912,4581,803,188,311 +Suriname,333995,179643,803,188,311 +Suriname,333996,124344,803,188,311 +Suriname,333999,4151,803,188,311 +Suriname,334119,122449,803,188,311 +Suriname,334220,34977,803,188,311 +Suriname,334310,184543,803,188,311 +Suriname,334416,2267,803,188,311 +Suriname,334418,2492,803,188,311 +Suriname,334511,52150,803,188,311 +Suriname,334513,2737,803,188,311 +Suriname,335314,9875,803,188,311 +Suriname,336311,134564,803,188,311 +Suriname,336322,108509,803,188,311 +Suriname,336330,160366,803,188,311 +Suriname,336350,1225609,803,188,311 +Suriname,336399,21847,803,188,311 +Suriname,336411,27500,803,188,311 +Suriname,339911,2665,803,188,311 +Suriname,339991,1215,803,188,311 +Suriname,910000,2211289,803,188,311 +Suriname,980000,4990278,803,188,311 +Suriname,990000,339966,803,188,311 +Swaziland,111335,122783,805,189,312 +Swaziland,311223,2140,805,189,312 +Swaziland,311311,18361949,805,189,312 +Swaziland,311421,724630,805,189,312 +Swaziland,311942,77712,805,189,312 +Swaziland,313210,37237,805,189,312 +Swaziland,314110,8802,805,189,312 +Swaziland,314129,856,805,189,312 +Swaziland,314999,506,805,189,312 +Swaziland,315221,740182,805,189,312 +Swaziland,315222,79929,805,189,312 +Swaziland,315223,9417395,805,189,312 +Swaziland,315224,14051626,805,189,312 +Swaziland,315228,13654630,805,189,312 +Swaziland,315231,249410,805,189,312 +Swaziland,315232,10886099,805,189,312 +Swaziland,315233,6080,805,189,312 +Swaziland,315234,3311264,805,189,312 +Swaziland,315239,44867128,805,189,312 +Swaziland,315291,572578,805,189,312 +Swaziland,315991,20810,805,189,312 +Swaziland,315999,4537,805,189,312 +Swaziland,316992,10861,805,189,312 +Swaziland,321999,31221,805,189,312 +Swaziland,322110,69084,805,189,312 +Swaziland,322130,71514,805,189,312 +Swaziland,323117,7666,805,189,312 +Swaziland,325199,6118055,805,189,312 +Swaziland,325211,25875,805,189,312 +Swaziland,325620,48692,805,189,312 +Swaziland,325992,24880,805,189,312 +Swaziland,325998,29991,805,189,312 +Swaziland,326113,71488,805,189,312 +Swaziland,326199,431253,805,189,312 +Swaziland,332212,12294,805,189,312 +Swaziland,332510,4840,805,189,312 +Swaziland,332911,7761,805,189,312 +Swaziland,333220,3698,805,189,312 +Swaziland,333293,128250,805,189,312 +Swaziland,333294,7649,805,189,312 +Swaziland,333295,177086,805,189,312 +Swaziland,333315,34396,805,189,312 +Swaziland,333511,62265,805,189,312 +Swaziland,333513,98825,805,189,312 +Swaziland,333514,11796,805,189,312 +Swaziland,333912,5046,805,189,312 +Swaziland,333923,2403,805,189,312 +Swaziland,333992,161365,805,189,312 +Swaziland,333993,8503,805,189,312 +Swaziland,333995,15929,805,189,312 +Swaziland,333996,3765,805,189,312 +Swaziland,333999,126283,805,189,312 +Swaziland,334111,23755,805,189,312 +Swaziland,334220,9670,805,189,312 +Swaziland,334413,32569,805,189,312 +Swaziland,334417,9686,805,189,312 +Swaziland,334418,2172,805,189,312 +Swaziland,334419,15385,805,189,312 +Swaziland,334511,6892,805,189,312 +Swaziland,334512,59825,805,189,312 +Swaziland,334513,6210,805,189,312 +Swaziland,334514,6575,805,189,312 +Swaziland,334515,2956,805,189,312 +Swaziland,334518,3240,805,189,312 +Swaziland,334519,3550,805,189,312 +Swaziland,335129,16688,805,189,312 +Swaziland,335212,3445,805,189,312 +Swaziland,335312,3345,805,189,312 +Swaziland,335313,6509,805,189,312 +Swaziland,335314,83834,805,189,312 +Swaziland,335929,113214,805,189,312 +Swaziland,335931,5710,805,189,312 +Swaziland,335999,34567,805,189,312 +Swaziland,337127,1504,805,189,312 +Swaziland,339112,34935,805,189,312 +Swaziland,339911,6791,805,189,312 +Swaziland,339914,30379,805,189,312 +Swaziland,339920,58315,805,189,312 +Swaziland,339932,120054,805,189,312 +Swaziland,339991,2524,805,189,312 +Swaziland,339999,58437,805,189,312 +Swaziland,980000,134640,805,189,312 +Swaziland,990000,123385,805,189,312 +Sweden,111219,5037,804,190,313 +Sweden,111421,51788,804,190,313 +Sweden,111422,15560,804,190,313 +Sweden,111991,8725,804,190,313 +Sweden,111998,436906,804,190,313 +Sweden,112111,87528,804,190,313 +Sweden,112420,2098,804,190,313 +Sweden,112920,540588,804,190,313 +Sweden,112930,6092960,804,190,313 +Sweden,112990,7533,804,190,313 +Sweden,113210,2731,804,190,313 +Sweden,113310,60502,804,190,313 +Sweden,114111,70467,804,190,313 +Sweden,114112,72098,804,190,313 +Sweden,114119,313694,804,190,313 +Sweden,211112,2677356,804,190,313 +Sweden,212210,9443592,804,190,313 +Sweden,212311,12733,804,190,313 +Sweden,212322,31405,804,190,313 +Sweden,212325,18152,804,190,313 +Sweden,212393,41434,804,190,313 +Sweden,212399,638477,804,190,313 +Sweden,311119,132922,804,190,313 +Sweden,311211,67655,804,190,313 +Sweden,311221,2834187,804,190,313 +Sweden,311222,18188,804,190,313 +Sweden,311223,2778988,804,190,313 +Sweden,311225,590716,804,190,313 +Sweden,311230,179506,804,190,313 +Sweden,311311,724989,804,190,313 +Sweden,311320,11480014,804,190,313 +Sweden,311340,432720,804,190,313 +Sweden,311411,243410,804,190,313 +Sweden,311421,3756878,804,190,313 +Sweden,311422,84156,804,190,313 +Sweden,311423,10084,804,190,313 +Sweden,311513,3834073,804,190,313 +Sweden,311514,292908,804,190,313 +Sweden,311611,1206300,804,190,313 +Sweden,311613,138379,804,190,313 +Sweden,311711,1430923,804,190,313 +Sweden,311811,12745251,804,190,313 +Sweden,311822,250378,804,190,313 +Sweden,311920,31761838,804,190,313 +Sweden,311930,178371,804,190,313 +Sweden,311941,471817,804,190,313 +Sweden,311942,20543,804,190,313 +Sweden,311999,5651473,804,190,313 +Sweden,312111,927759,804,190,313 +Sweden,312120,88261,804,190,313 +Sweden,312130,403275,804,190,313 +Sweden,312140,446008953,804,190,313 +Sweden,312229,2165344,804,190,313 +Sweden,313111,263126,804,190,313 +Sweden,313113,449,804,190,313 +Sweden,313210,1722744,804,190,313 +Sweden,313221,5417081,804,190,313 +Sweden,313230,1894173,804,190,313 +Sweden,313249,1517402,804,190,313 +Sweden,313312,276,804,190,313 +Sweden,313320,5370094,804,190,313 +Sweden,314110,2912683,804,190,313 +Sweden,314121,88608,804,190,313 +Sweden,314129,868985,804,190,313 +Sweden,314911,6268,804,190,313 +Sweden,314912,135148,804,190,313 +Sweden,314991,309413,804,190,313 +Sweden,314999,2060560,804,190,313 +Sweden,315111,262366,804,190,313 +Sweden,315221,160162,804,190,313 +Sweden,315222,191315,804,190,313 +Sweden,315223,229934,804,190,313 +Sweden,315224,204273,804,190,313 +Sweden,315228,273650,804,190,313 +Sweden,315231,45636,804,190,313 +Sweden,315232,115802,804,190,313 +Sweden,315233,17456,804,190,313 +Sweden,315234,143402,804,190,313 +Sweden,315239,228598,804,190,313 +Sweden,315291,109862,804,190,313 +Sweden,315292,55980,804,190,313 +Sweden,315991,297498,804,190,313 +Sweden,315992,25797,804,190,313 +Sweden,315993,13669,804,190,313 +Sweden,315999,1668435,804,190,313 +Sweden,316110,4969609,804,190,313 +Sweden,316211,27751,804,190,313 +Sweden,316213,8494,804,190,313 +Sweden,316214,1770230,804,190,313 +Sweden,316219,691047,804,190,313 +Sweden,316991,270003,804,190,313 +Sweden,316992,30620,804,190,313 +Sweden,316993,29741,804,190,313 +Sweden,316999,287128,804,190,313 +Sweden,321113,29730495,804,190,313 +Sweden,321211,617705,804,190,313 +Sweden,321212,408615,804,190,313 +Sweden,321213,83592,804,190,313 +Sweden,321219,582961,804,190,313 +Sweden,321911,7668,804,190,313 +Sweden,321918,8957945,804,190,313 +Sweden,321920,4353660,804,190,313 +Sweden,321992,39856,804,190,313 +Sweden,321999,1352608,804,190,313 +Sweden,322110,26872627,804,190,313 +Sweden,322121,41209663,804,190,313 +Sweden,322122,49228245,804,190,313 +Sweden,322130,32744688,804,190,313 +Sweden,322211,863507,804,190,313 +Sweden,322212,427527,804,190,313 +Sweden,322213,30311,804,190,313 +Sweden,322214,4787,804,190,313 +Sweden,322215,154295,804,190,313 +Sweden,322222,4327672,804,190,313 +Sweden,322223,3655478,804,190,313 +Sweden,322224,31118,804,190,313 +Sweden,322232,47975,804,190,313 +Sweden,322233,11620,804,190,313 +Sweden,322291,1955341,804,190,313 +Sweden,322299,8281337,804,190,313 +Sweden,323116,4141,804,190,313 +Sweden,323117,4381044,804,190,313 +Sweden,323118,246781,804,190,313 +Sweden,323119,4187952,804,190,313 +Sweden,323122,5024,804,190,313 +Sweden,324110,681495872,804,190,313 +Sweden,325110,4646662,804,190,313 +Sweden,325120,3311,804,190,313 +Sweden,325131,5256044,804,190,313 +Sweden,325132,208769,804,190,313 +Sweden,325181,21338136,804,190,313 +Sweden,325182,104193,804,190,313 +Sweden,325188,19159384,804,190,313 +Sweden,325191,1122296,804,190,313 +Sweden,325192,6277512,804,190,313 +Sweden,325193,8464,804,190,313 +Sweden,325199,100151545,804,190,313 +Sweden,325211,86298064,804,190,313 +Sweden,325212,34057948,804,190,313 +Sweden,325221,13680,804,190,313 +Sweden,325222,77585,804,190,313 +Sweden,325311,303399,804,190,313 +Sweden,325312,11213,804,190,313 +Sweden,325320,588879,804,190,313 +Sweden,325411,171074853,804,190,313 +Sweden,325412,1001282368,804,190,313 +Sweden,325414,103262391,804,190,313 +Sweden,325510,18952966,804,190,313 +Sweden,325520,2089982,804,190,313 +Sweden,325611,1545055,804,190,313 +Sweden,325612,5518568,804,190,313 +Sweden,325613,3246228,804,190,313 +Sweden,325620,1676291,804,190,313 +Sweden,325910,7195042,804,190,313 +Sweden,325920,15696702,804,190,313 +Sweden,325998,7116064,804,190,313 +Sweden,326112,3960,804,190,313 +Sweden,326113,2648332,804,190,313 +Sweden,326121,491475,804,190,313 +Sweden,326122,1161337,804,190,313 +Sweden,326160,190750,804,190,313 +Sweden,326191,1206577,804,190,313 +Sweden,326192,13648611,804,190,313 +Sweden,326199,60182701,804,190,313 +Sweden,326211,152624,804,190,313 +Sweden,326220,8889869,804,190,313 +Sweden,326299,18197525,804,190,313 +Sweden,327112,9857274,804,190,313 +Sweden,327113,534958,804,190,313 +Sweden,327124,212800,804,190,313 +Sweden,327125,257015,804,190,313 +Sweden,327211,573905,804,190,313 +Sweden,327212,9543713,804,190,313 +Sweden,327213,299237,804,190,313 +Sweden,327215,335376,804,190,313 +Sweden,327310,6804261,804,190,313 +Sweden,327390,67737,804,190,313 +Sweden,327410,6753,804,190,313 +Sweden,327420,28135,804,190,313 +Sweden,327910,23998704,804,190,313 +Sweden,327991,7665,804,190,313 +Sweden,327992,169259,804,190,313 +Sweden,327993,2540660,804,190,313 +Sweden,327999,441748,804,190,313 +Sweden,331111,668880531,804,190,313 +Sweden,331112,24451658,804,190,313 +Sweden,331222,21851052,804,190,313 +Sweden,331311,108525,804,190,313 +Sweden,331312,13683,804,190,313 +Sweden,331314,41087,804,190,313 +Sweden,331315,8532927,804,190,313 +Sweden,331316,3754866,804,190,313 +Sweden,331319,57174,804,190,313 +Sweden,331411,285287,804,190,313 +Sweden,331419,1818787,804,190,313 +Sweden,331421,1497288,804,190,313 +Sweden,331422,2698392,804,190,313 +Sweden,331491,47628020,804,190,313 +Sweden,331492,1661364,804,190,313 +Sweden,331511,6649171,804,190,313 +Sweden,332115,66029,804,190,313 +Sweden,332211,2449863,804,190,313 +Sweden,332212,21421861,804,190,313 +Sweden,332213,10189985,804,190,313 +Sweden,332214,49671,804,190,313 +Sweden,332311,94562,804,190,313 +Sweden,332312,7636260,804,190,313 +Sweden,332321,621899,804,190,313 +Sweden,332322,107383,804,190,313 +Sweden,332323,25477,804,190,313 +Sweden,332410,54966441,804,190,313 +Sweden,332420,7392374,804,190,313 +Sweden,332431,116690,804,190,313 +Sweden,332439,547099,804,190,313 +Sweden,332510,23370447,804,190,313 +Sweden,332611,2806710,804,190,313 +Sweden,332618,4850334,804,190,313 +Sweden,332722,15528677,804,190,313 +Sweden,332911,37952114,804,190,313 +Sweden,332912,17017072,804,190,313 +Sweden,332913,914381,804,190,313 +Sweden,332919,5330796,804,190,313 +Sweden,332991,40127952,804,190,313 +Sweden,332992,40903053,804,190,313 +Sweden,332994,895670,804,190,313 +Sweden,332995,1958374,804,190,313 +Sweden,332998,42784,804,190,313 +Sweden,332999,141035055,804,190,313 +Sweden,333111,26525115,804,190,313 +Sweden,333120,378988462,804,190,313 +Sweden,333131,71594762,804,190,313 +Sweden,333132,1687603,804,190,313 +Sweden,333210,1740155,804,190,313 +Sweden,333220,6862700,804,190,313 +Sweden,333291,80968300,804,190,313 +Sweden,333292,2227856,804,190,313 +Sweden,333293,4674136,804,190,313 +Sweden,333294,21152312,804,190,313 +Sweden,333295,12022125,804,190,313 +Sweden,333298,305813,804,190,313 +Sweden,333311,774035,804,190,313 +Sweden,333313,32950045,804,190,313 +Sweden,333314,39967026,804,190,313 +Sweden,333315,7836670,804,190,313 +Sweden,333319,34341,804,190,313 +Sweden,333411,1941169,804,190,313 +Sweden,333412,5183612,804,190,313 +Sweden,333414,1249023,804,190,313 +Sweden,333415,50076132,804,190,313 +Sweden,333511,944892,804,190,313 +Sweden,333512,23491003,804,190,313 +Sweden,333513,10120340,804,190,313 +Sweden,333514,1556591,804,190,313 +Sweden,333515,176494782,804,190,313 +Sweden,333516,727337,804,190,313 +Sweden,333611,89687235,804,190,313 +Sweden,333612,49312791,804,190,313 +Sweden,333613,31869710,804,190,313 +Sweden,333618,149594897,804,190,313 +Sweden,333911,111871355,804,190,313 +Sweden,333912,17141278,804,190,313 +Sweden,333913,1149519,804,190,313 +Sweden,333921,3806504,804,190,313 +Sweden,333922,23764372,804,190,313 +Sweden,333923,7408998,804,190,313 +Sweden,333924,23242513,804,190,313 +Sweden,333991,85997178,804,190,313 +Sweden,333992,14110271,804,190,313 +Sweden,333993,16856311,804,190,313 +Sweden,333994,11122838,804,190,313 +Sweden,333995,5134636,804,190,313 +Sweden,333996,37322860,804,190,313 +Sweden,333997,478946,804,190,313 +Sweden,333999,267779034,804,190,313 +Sweden,334111,14609575,804,190,313 +Sweden,334112,401463,804,190,313 +Sweden,334119,49556161,804,190,313 +Sweden,334210,426971602,804,190,313 +Sweden,334220,646011157,804,190,313 +Sweden,334290,4051753,804,190,313 +Sweden,334310,22797660,804,190,313 +Sweden,334411,206966,804,190,313 +Sweden,334412,2597495,804,190,313 +Sweden,334413,43527651,804,190,313 +Sweden,334414,2158776,804,190,313 +Sweden,334415,2975489,804,190,313 +Sweden,334416,1921048,804,190,313 +Sweden,334417,8949899,804,190,313 +Sweden,334418,22043331,804,190,313 +Sweden,334419,18882501,804,190,313 +Sweden,334510,67971617,804,190,313 +Sweden,334511,25922265,804,190,313 +Sweden,334512,573035,804,190,313 +Sweden,334513,31530558,804,190,313 +Sweden,334514,1076455,804,190,313 +Sweden,334515,44338476,804,190,313 +Sweden,334516,187004144,804,190,313 +Sweden,334517,30016576,804,190,313 +Sweden,334518,273654,804,190,313 +Sweden,334519,40434316,804,190,313 +Sweden,334612,1057737,804,190,313 +Sweden,334613,263305,804,190,313 +Sweden,335110,966635,804,190,313 +Sweden,335121,356873,804,190,313 +Sweden,335129,1258156,804,190,313 +Sweden,335211,1263519,804,190,313 +Sweden,335212,2718795,804,190,313 +Sweden,335221,24086721,804,190,313 +Sweden,335222,25629381,804,190,313 +Sweden,335224,31120728,804,190,313 +Sweden,335228,18958193,804,190,313 +Sweden,335311,12316258,804,190,313 +Sweden,335312,59897615,804,190,313 +Sweden,335313,13306533,804,190,313 +Sweden,335314,57933735,804,190,313 +Sweden,335911,23371546,804,190,313 +Sweden,335912,135055,804,190,313 +Sweden,335921,1090933,804,190,313 +Sweden,335929,31406715,804,190,313 +Sweden,335931,4268394,804,190,313 +Sweden,335932,205096,804,190,313 +Sweden,335991,2447549,804,190,313 +Sweden,335999,27014044,804,190,313 +Sweden,336111,1109979502,804,190,313 +Sweden,336120,250001,804,190,313 +Sweden,336211,102518,804,190,313 +Sweden,336212,58251,804,190,313 +Sweden,336214,191198,804,190,313 +Sweden,336311,16367054,804,190,313 +Sweden,336321,2273950,804,190,313 +Sweden,336322,6822091,804,190,313 +Sweden,336330,5857236,804,190,313 +Sweden,336340,17139240,804,190,313 +Sweden,336350,40851910,804,190,313 +Sweden,336360,1253297,804,190,313 +Sweden,336370,355450,804,190,313 +Sweden,336391,170362,804,190,313 +Sweden,336399,62675211,804,190,313 +Sweden,336411,13306791,804,190,313 +Sweden,336412,163258192,804,190,313 +Sweden,336413,52561950,804,190,313 +Sweden,336419,1353025,804,190,313 +Sweden,336510,4888898,804,190,313 +Sweden,336611,851934,804,190,313 +Sweden,336612,1787616,804,190,313 +Sweden,336991,5451654,804,190,313 +Sweden,336992,1898369,804,190,313 +Sweden,337110,1849,804,190,313 +Sweden,337124,1637737,804,190,313 +Sweden,337127,82858855,804,190,313 +Sweden,337211,1081360,804,190,313 +Sweden,337214,448680,804,190,313 +Sweden,337215,35098197,804,190,313 +Sweden,337910,2986893,804,190,313 +Sweden,337920,189894,804,190,313 +Sweden,339112,70712442,804,190,313 +Sweden,339113,98214692,804,190,313 +Sweden,339114,73823906,804,190,313 +Sweden,339115,213760,804,190,313 +Sweden,339911,375842,804,190,313 +Sweden,339912,22227,804,190,313 +Sweden,339914,178225,804,190,313 +Sweden,339920,13757781,804,190,313 +Sweden,339932,1838020,804,190,313 +Sweden,339941,33292,804,190,313 +Sweden,339942,303313,804,190,313 +Sweden,339943,334459,804,190,313 +Sweden,339944,131851,804,190,313 +Sweden,339950,632570,804,190,313 +Sweden,339991,32363305,804,190,313 +Sweden,339992,4447554,804,190,313 +Sweden,339993,234118,804,190,313 +Sweden,339994,1446616,804,190,313 +Sweden,339999,18820199,804,190,313 +Sweden,511210,1510320,804,190,313 +Sweden,910000,41853730,804,190,313 +Sweden,920000,23730701,804,190,313 +Sweden,980000,192033407,804,190,313 +Sweden,990000,130859616,804,190,313 +Switzerland,111219,32720,804,191,314 +Switzerland,111334,27150,804,191,314 +Switzerland,111335,328693,804,191,314 +Switzerland,111339,165853,804,191,314 +Switzerland,111421,46720,804,191,314 +Switzerland,111422,9927,804,191,314 +Switzerland,111910,787617,804,191,314 +Switzerland,111991,17470,804,191,314 +Switzerland,111998,33687,804,191,314 +Switzerland,112111,42553,804,191,314 +Switzerland,112910,743057,804,191,314 +Switzerland,112920,389826,804,191,314 +Switzerland,112990,101033,804,191,314 +Switzerland,113210,6029040,804,191,314 +Switzerland,114111,1038157,804,191,314 +Switzerland,114119,235785,804,191,314 +Switzerland,211112,2754,804,191,314 +Switzerland,212299,18800,804,191,314 +Switzerland,212311,75342,804,191,314 +Switzerland,212319,7034,804,191,314 +Switzerland,212322,2600,804,191,314 +Switzerland,212325,26370,804,191,314 +Switzerland,212393,7222,804,191,314 +Switzerland,212399,84162,804,191,314 +Switzerland,311119,1880164,804,191,314 +Switzerland,311211,1034570,804,191,314 +Switzerland,311212,72539,804,191,314 +Switzerland,311221,1432344,804,191,314 +Switzerland,311222,255093,804,191,314 +Switzerland,311223,4197563,804,191,314 +Switzerland,311225,304520,804,191,314 +Switzerland,311230,2933424,804,191,314 +Switzerland,311311,194171,804,191,314 +Switzerland,311320,52346044,804,191,314 +Switzerland,311340,23462975,804,191,314 +Switzerland,311421,6015137,804,191,314 +Switzerland,311422,170604,804,191,314 +Switzerland,311423,128439,804,191,314 +Switzerland,311513,63496276,804,191,314 +Switzerland,311514,1694577,804,191,314 +Switzerland,311613,444568,804,191,314 +Switzerland,311711,267035,804,191,314 +Switzerland,311811,10627482,804,191,314 +Switzerland,311823,4721,804,191,314 +Switzerland,311911,97312,804,191,314 +Switzerland,311920,64632750,804,191,314 +Switzerland,311930,65490,804,191,314 +Switzerland,311941,606173,804,191,314 +Switzerland,311942,1674698,804,191,314 +Switzerland,311999,24516145,804,191,314 +Switzerland,312111,400979779,804,191,314 +Switzerland,312112,80825,804,191,314 +Switzerland,312120,141605,804,191,314 +Switzerland,312130,882038,804,191,314 +Switzerland,312140,116471,804,191,314 +Switzerland,312221,2030803,804,191,314 +Switzerland,312229,308482,804,191,314 +Switzerland,313111,2121357,804,191,314 +Switzerland,313210,15769581,804,191,314 +Switzerland,313221,25244894,804,191,314 +Switzerland,313230,1025005,804,191,314 +Switzerland,313249,2106852,804,191,314 +Switzerland,313312,693013,804,191,314 +Switzerland,313320,15053932,804,191,314 +Switzerland,314110,3895724,804,191,314 +Switzerland,314121,122687,804,191,314 +Switzerland,314129,989544,804,191,314 +Switzerland,314911,46446,804,191,314 +Switzerland,314912,12178,804,191,314 +Switzerland,314991,302403,804,191,314 +Switzerland,314992,100370,804,191,314 +Switzerland,314999,5277051,804,191,314 +Switzerland,315111,244512,804,191,314 +Switzerland,315221,347313,804,191,314 +Switzerland,315222,23438300,804,191,314 +Switzerland,315223,2139045,804,191,314 +Switzerland,315224,2100997,804,191,314 +Switzerland,315228,432179,804,191,314 +Switzerland,315231,186067,804,191,314 +Switzerland,315232,8425810,804,191,314 +Switzerland,315233,7904696,804,191,314 +Switzerland,315234,27144346,804,191,314 +Switzerland,315239,11428402,804,191,314 +Switzerland,315291,12249,804,191,314 +Switzerland,315292,4314491,804,191,314 +Switzerland,315991,113043,804,191,314 +Switzerland,315992,91681,804,191,314 +Switzerland,315993,285170,804,191,314 +Switzerland,315999,1065199,804,191,314 +Switzerland,316110,2978145,804,191,314 +Switzerland,316211,1266,804,191,314 +Switzerland,316213,3085718,804,191,314 +Switzerland,316214,689464,804,191,314 +Switzerland,316219,2602683,804,191,314 +Switzerland,316991,16279526,804,191,314 +Switzerland,316992,3555302,804,191,314 +Switzerland,316993,6961351,804,191,314 +Switzerland,316999,1173822,804,191,314 +Switzerland,321113,215938,804,191,314 +Switzerland,321211,2432508,804,191,314 +Switzerland,321212,97936,804,191,314 +Switzerland,321213,507798,804,191,314 +Switzerland,321219,11754760,804,191,314 +Switzerland,321911,190639,804,191,314 +Switzerland,321920,635186,804,191,314 +Switzerland,321999,1080789,804,191,314 +Switzerland,322110,57993,804,191,314 +Switzerland,322121,18394882,804,191,314 +Switzerland,322130,19936494,804,191,314 +Switzerland,322211,440835,804,191,314 +Switzerland,322212,4095858,804,191,314 +Switzerland,322213,47991,804,191,314 +Switzerland,322215,18324,804,191,314 +Switzerland,322222,4285020,804,191,314 +Switzerland,322223,1116644,804,191,314 +Switzerland,322224,30038,804,191,314 +Switzerland,322232,24779,804,191,314 +Switzerland,322233,13873,804,191,314 +Switzerland,322291,704888,804,191,314 +Switzerland,322299,400929,804,191,314 +Switzerland,323117,3026257,804,191,314 +Switzerland,323118,636338,804,191,314 +Switzerland,323119,29977116,804,191,314 +Switzerland,323122,1448123,804,191,314 +Switzerland,324110,11283213,804,191,314 +Switzerland,324122,2267,804,191,314 +Switzerland,325110,5006460,804,191,314 +Switzerland,325120,15110,804,191,314 +Switzerland,325131,397497,804,191,314 +Switzerland,325132,53367357,804,191,314 +Switzerland,325181,749029,804,191,314 +Switzerland,325188,16656254,804,191,314 +Switzerland,325191,78534,804,191,314 +Switzerland,325192,20723935,804,191,314 +Switzerland,325193,11588,804,191,314 +Switzerland,325199,598748819,804,191,314 +Switzerland,325211,96899857,804,191,314 +Switzerland,325212,10441282,804,191,314 +Switzerland,325221,99138,804,191,314 +Switzerland,325222,6966434,804,191,314 +Switzerland,325311,73855,804,191,314 +Switzerland,325312,1098696,804,191,314 +Switzerland,325320,11848194,804,191,314 +Switzerland,325411,1241887775,804,191,314 +Switzerland,325412,4037465911,804,191,314 +Switzerland,325414,820689750,804,191,314 +Switzerland,325510,7586718,804,191,314 +Switzerland,325520,5979081,804,191,314 +Switzerland,325611,5342503,804,191,314 +Switzerland,325612,1165862,804,191,314 +Switzerland,325613,12747990,804,191,314 +Switzerland,325620,84562506,804,191,314 +Switzerland,325910,21456525,804,191,314 +Switzerland,325920,896347,804,191,314 +Switzerland,325992,8403206,804,191,314 +Switzerland,325998,27482998,804,191,314 +Switzerland,326112,4672,804,191,314 +Switzerland,326113,20459859,804,191,314 +Switzerland,326121,2142136,804,191,314 +Switzerland,326122,5791232,804,191,314 +Switzerland,326160,5511257,804,191,314 +Switzerland,326191,131793,804,191,314 +Switzerland,326192,1046517,804,191,314 +Switzerland,326199,89823560,804,191,314 +Switzerland,326211,71740,804,191,314 +Switzerland,326212,52792,804,191,314 +Switzerland,326220,37931710,804,191,314 +Switzerland,326299,5343930,804,191,314 +Switzerland,327111,40338,804,191,314 +Switzerland,327112,4296397,804,191,314 +Switzerland,327113,203043,804,191,314 +Switzerland,327122,111471,804,191,314 +Switzerland,327124,2306578,804,191,314 +Switzerland,327125,723138,804,191,314 +Switzerland,327211,27030705,804,191,314 +Switzerland,327212,8427971,804,191,314 +Switzerland,327213,10323331,804,191,314 +Switzerland,327215,1357545,804,191,314 +Switzerland,327320,11948,804,191,314 +Switzerland,327390,3500734,804,191,314 +Switzerland,327410,7940,804,191,314 +Switzerland,327910,17207026,804,191,314 +Switzerland,327991,367066,804,191,314 +Switzerland,327992,148749,804,191,314 +Switzerland,327993,1311212,804,191,314 +Switzerland,327999,17901007,804,191,314 +Switzerland,331111,47552337,804,191,314 +Switzerland,331112,638566,804,191,314 +Switzerland,331222,3725280,804,191,314 +Switzerland,331311,26137304,804,191,314 +Switzerland,331312,3450,804,191,314 +Switzerland,331315,17378262,804,191,314 +Switzerland,331316,8120801,804,191,314 +Switzerland,331319,339199,804,191,314 +Switzerland,331411,9510,804,191,314 +Switzerland,331419,248195781,804,191,314 +Switzerland,331421,13386883,804,191,314 +Switzerland,331422,4896921,804,191,314 +Switzerland,331491,456619958,804,191,314 +Switzerland,331492,6861777,804,191,314 +Switzerland,331511,557975,804,191,314 +Switzerland,332115,1037625,804,191,314 +Switzerland,332211,30817268,804,191,314 +Switzerland,332212,44216397,804,191,314 +Switzerland,332213,67504108,804,191,314 +Switzerland,332214,557124,804,191,314 +Switzerland,332311,7352,804,191,314 +Switzerland,332312,1476337,804,191,314 +Switzerland,332321,2271305,804,191,314 +Switzerland,332410,12367148,804,191,314 +Switzerland,332420,216163,804,191,314 +Switzerland,332431,9256524,804,191,314 +Switzerland,332439,2218808,804,191,314 +Switzerland,332510,13171401,804,191,314 +Switzerland,332611,2192960,804,191,314 +Switzerland,332618,13088878,804,191,314 +Switzerland,332722,27961644,804,191,314 +Switzerland,332911,143305927,804,191,314 +Switzerland,332912,16941485,804,191,314 +Switzerland,332913,270408,804,191,314 +Switzerland,332919,6095000,804,191,314 +Switzerland,332991,18625606,804,191,314 +Switzerland,332992,6626844,804,191,314 +Switzerland,332994,1651118,804,191,314 +Switzerland,332995,96494,804,191,314 +Switzerland,332997,5285,804,191,314 +Switzerland,332998,9151210,804,191,314 +Switzerland,332999,54854524,804,191,314 +Switzerland,333111,35611674,804,191,314 +Switzerland,333120,17209247,804,191,314 +Switzerland,333131,7066694,804,191,314 +Switzerland,333132,1812594,804,191,314 +Switzerland,333210,3199304,804,191,314 +Switzerland,333220,64554709,804,191,314 +Switzerland,333291,109759147,804,191,314 +Switzerland,333292,26387624,804,191,314 +Switzerland,333293,51856837,804,191,314 +Switzerland,333294,39526867,804,191,314 +Switzerland,333295,56843728,804,191,314 +Switzerland,333298,2737248,804,191,314 +Switzerland,333311,530587,804,191,314 +Switzerland,333313,6834661,804,191,314 +Switzerland,333314,47734727,804,191,314 +Switzerland,333315,10871325,804,191,314 +Switzerland,333319,52280154,804,191,314 +Switzerland,333411,8347501,804,191,314 +Switzerland,333412,3434014,804,191,314 +Switzerland,333414,428705,804,191,314 +Switzerland,333415,8758106,804,191,314 +Switzerland,333511,10476975,804,191,314 +Switzerland,333512,171332978,804,191,314 +Switzerland,333513,64087342,804,191,314 +Switzerland,333514,5043988,804,191,314 +Switzerland,333515,49062128,804,191,314 +Switzerland,333516,14077,804,191,314 +Switzerland,333611,112915277,804,191,314 +Switzerland,333612,20689148,804,191,314 +Switzerland,333613,14996264,804,191,314 +Switzerland,333618,21370632,804,191,314 +Switzerland,333911,60325901,804,191,314 +Switzerland,333912,72106736,804,191,314 +Switzerland,333913,440582,804,191,314 +Switzerland,333921,1319161,804,191,314 +Switzerland,333922,13547366,804,191,314 +Switzerland,333923,1287560,804,191,314 +Switzerland,333924,180947,804,191,314 +Switzerland,333991,40455860,804,191,314 +Switzerland,333992,61177090,804,191,314 +Switzerland,333993,74870513,804,191,314 +Switzerland,333994,3202981,804,191,314 +Switzerland,333995,5786404,804,191,314 +Switzerland,333996,13272745,804,191,314 +Switzerland,333997,39652258,804,191,314 +Switzerland,333999,325114677,804,191,314 +Switzerland,334111,19435385,804,191,314 +Switzerland,334112,831075,804,191,314 +Switzerland,334119,36570299,804,191,314 +Switzerland,334210,1199754,804,191,314 +Switzerland,334220,37712603,804,191,314 +Switzerland,334290,2215347,804,191,314 +Switzerland,334310,7348550,804,191,314 +Switzerland,334411,193678,804,191,314 +Switzerland,334412,24483489,804,191,314 +Switzerland,334413,76913441,804,191,314 +Switzerland,334414,11482744,804,191,314 +Switzerland,334415,6717019,804,191,314 +Switzerland,334416,27039720,804,191,314 +Switzerland,334417,118920341,804,191,314 +Switzerland,334418,18370266,804,191,314 +Switzerland,334419,49964632,804,191,314 +Switzerland,334510,206982317,804,191,314 +Switzerland,334511,28622190,804,191,314 +Switzerland,334512,12734707,804,191,314 +Switzerland,334513,120882383,804,191,314 +Switzerland,334514,15914324,804,191,314 +Switzerland,334515,126046601,804,191,314 +Switzerland,334516,198313959,804,191,314 +Switzerland,334517,144800545,804,191,314 +Switzerland,334518,1824989705,804,191,314 +Switzerland,334519,70034573,804,191,314 +Switzerland,334612,194053,804,191,314 +Switzerland,334613,327777,804,191,314 +Switzerland,335110,1392740,804,191,314 +Switzerland,335121,473238,804,191,314 +Switzerland,335129,1458137,804,191,314 +Switzerland,335211,38054334,804,191,314 +Switzerland,335212,423303,804,191,314 +Switzerland,335221,266412,804,191,314 +Switzerland,335222,826139,804,191,314 +Switzerland,335224,1830347,804,191,314 +Switzerland,335228,22298669,804,191,314 +Switzerland,335311,6870717,804,191,314 +Switzerland,335312,136970997,804,191,314 +Switzerland,335313,45002026,804,191,314 +Switzerland,335314,94507655,804,191,314 +Switzerland,335911,4797556,804,191,314 +Switzerland,335912,7202424,804,191,314 +Switzerland,335921,2163651,804,191,314 +Switzerland,335929,16828852,804,191,314 +Switzerland,335931,55246644,804,191,314 +Switzerland,335932,211403,804,191,314 +Switzerland,335991,6188087,804,191,314 +Switzerland,335999,74623018,804,191,314 +Switzerland,336111,251497,804,191,314 +Switzerland,336214,305413,804,191,314 +Switzerland,336311,46791736,804,191,314 +Switzerland,336321,198429,804,191,314 +Switzerland,336322,1911547,804,191,314 +Switzerland,336330,17664443,804,191,314 +Switzerland,336340,727590,804,191,314 +Switzerland,336350,9802538,804,191,314 +Switzerland,336360,3087574,804,191,314 +Switzerland,336391,213644,804,191,314 +Switzerland,336399,9730264,804,191,314 +Switzerland,336411,200965929,804,191,314 +Switzerland,336412,38321098,804,191,314 +Switzerland,336413,26433602,804,191,314 +Switzerland,336419,27255133,804,191,314 +Switzerland,336510,1866039,804,191,314 +Switzerland,336611,1566480,804,191,314 +Switzerland,336991,9728925,804,191,314 +Switzerland,336992,17936569,804,191,314 +Switzerland,337110,297736,804,191,314 +Switzerland,337124,1677228,804,191,314 +Switzerland,337127,12262184,804,191,314 +Switzerland,337211,1073110,804,191,314 +Switzerland,337214,2441555,804,191,314 +Switzerland,337215,12593683,804,191,314 +Switzerland,337910,85563,804,191,314 +Switzerland,337920,7431,804,191,314 +Switzerland,339112,849883589,804,191,314 +Switzerland,339113,532545223,804,191,314 +Switzerland,339114,203359346,804,191,314 +Switzerland,339115,4087537,804,191,314 +Switzerland,339911,241176183,804,191,314 +Switzerland,339912,39298,804,191,314 +Switzerland,339913,436768775,804,191,314 +Switzerland,339914,11204436,804,191,314 +Switzerland,339920,6251957,804,191,314 +Switzerland,339932,1172091,804,191,314 +Switzerland,339941,3149794,804,191,314 +Switzerland,339942,953935,804,191,314 +Switzerland,339943,77823,804,191,314 +Switzerland,339944,351946,804,191,314 +Switzerland,339950,653459,804,191,314 +Switzerland,339991,10533553,804,191,314 +Switzerland,339992,3621075,804,191,314 +Switzerland,339993,1869096,804,191,314 +Switzerland,339994,34662686,804,191,314 +Switzerland,339999,5352517,804,191,314 +Switzerland,511210,577330,804,191,314 +Switzerland,910000,2724171,804,191,314 +Switzerland,920000,306684942,804,191,314 +Switzerland,980000,944884398,804,191,314 +Switzerland,990000,197415657,804,191,314 +Syria,111120,5196,806,192,315 +Syria,111130,6857,806,192,315 +Syria,111335,2612,806,192,315 +Syria,111998,28846,806,192,315 +Syria,113210,5028,806,192,315 +Syria,212112,6190,806,192,315 +Syria,212311,244959,806,192,315 +Syria,212393,543295,806,192,315 +Syria,311211,20645,806,192,315 +Syria,311221,24982,806,192,315 +Syria,311223,2016329,806,192,315 +Syria,311311,5095,806,192,315 +Syria,311320,52856,806,192,315 +Syria,311340,214822,806,192,315 +Syria,311421,824822,806,192,315 +Syria,311423,217803,806,192,315 +Syria,311513,172595,806,192,315 +Syria,311811,1130759,806,192,315 +Syria,311911,68837,806,192,315 +Syria,311920,117708,806,192,315 +Syria,311930,3799,806,192,315 +Syria,311941,12495,806,192,315 +Syria,311942,8372657,806,192,315 +Syria,311999,12464,806,192,315 +Syria,313210,6074,806,192,315 +Syria,314110,101693,806,192,315 +Syria,314121,5562,806,192,315 +Syria,314129,39525,806,192,315 +Syria,314911,2441,806,192,315 +Syria,314999,4154,806,192,315 +Syria,315111,72251,806,192,315 +Syria,315221,414,806,192,315 +Syria,315222,2136,806,192,315 +Syria,315223,65062,806,192,315 +Syria,315224,1403,806,192,315 +Syria,315228,11123,806,192,315 +Syria,315231,616414,806,192,315 +Syria,315232,38813,806,192,315 +Syria,315233,30411,806,192,315 +Syria,315234,74314,806,192,315 +Syria,315239,1555455,806,192,315 +Syria,315291,5910,806,192,315 +Syria,315991,5909,806,192,315 +Syria,315992,1401,806,192,315 +Syria,315999,195477,806,192,315 +Syria,316110,341,806,192,315 +Syria,316211,1015,806,192,315 +Syria,316212,1524,806,192,315 +Syria,316213,4541,806,192,315 +Syria,316214,534,806,192,315 +Syria,316991,5134,806,192,315 +Syria,316999,909,806,192,315 +Syria,321113,3399,806,192,315 +Syria,321911,6641,806,192,315 +Syria,321920,4201,806,192,315 +Syria,321999,55832,806,192,315 +Syria,322211,6567,806,192,315 +Syria,322212,7840,806,192,315 +Syria,322213,12830,806,192,315 +Syria,322215,3479,806,192,315 +Syria,322222,324,806,192,315 +Syria,322223,1390,806,192,315 +Syria,323117,31457,806,192,315 +Syria,323119,4342,806,192,315 +Syria,324110,414601431,806,192,315 +Syria,325191,155525,806,192,315 +Syria,325611,43168,806,192,315 +Syria,325620,67808,806,192,315 +Syria,325998,3123,806,192,315 +Syria,326199,73764,806,192,315 +Syria,327112,2741,806,192,315 +Syria,327122,121443,806,192,315 +Syria,327212,32423,806,192,315 +Syria,327213,8208,806,192,315 +Syria,327215,3665,806,192,315 +Syria,327390,51690,806,192,315 +Syria,327910,78691,806,192,315 +Syria,327991,928562,806,192,315 +Syria,331111,27446,806,192,315 +Syria,331315,8492,806,192,315 +Syria,332212,43143,806,192,315 +Syria,332311,1721,806,192,315 +Syria,332999,101293,806,192,315 +Syria,333294,26528,806,192,315 +Syria,334612,2775,806,192,315 +Syria,335121,43570,806,192,315 +Syria,335129,44741,806,192,315 +Syria,335211,28949,806,192,315 +Syria,335991,19988,806,192,315 +Syria,336399,201568,806,192,315 +Syria,337124,108929,806,192,315 +Syria,337127,335194,806,192,315 +Syria,337215,6723,806,192,315 +Syria,337910,9516,806,192,315 +Syria,339112,8244,806,192,315 +Syria,339911,8354,806,192,315 +Syria,339932,39772,806,192,315 +Syria,339992,4226,806,192,315 +Syria,339999,199356,806,192,315 +Syria,920000,9954010,806,192,315 +Syria,980000,323109,806,192,315 +Syria,990000,429072,806,192,315 +Tajikistan,311423,92423,806,193,316 +Tajikistan,313210,1436,806,193,316 +Tajikistan,325222,24177,806,193,316 +Tajikistan,327212,6383,806,193,316 +Tajikistan,333999,6950,806,193,316 +Tajikistan,334112,4648,806,193,316 +Tajikistan,334220,17123,806,193,316 +Tajikistan,334413,6524,806,193,316 +Tajikistan,334418,2200,806,193,316 +Tajikistan,336330,3324,806,193,316 +Tajikistan,337127,6884,806,193,316 +Tajikistan,339115,41061,806,193,316 +Tajikistan,339913,1269352,806,193,316 +Tajikistan,339991,1447,806,193,316 +Tajikistan,920000,29761,806,193,316 +Tajikistan,990000,11189,806,193,316 +Tanzania,111130,384437,805,194,317 +Tanzania,111335,5457793,805,194,317 +Tanzania,111339,15675249,805,194,317 +Tanzania,111421,31071,805,194,317 +Tanzania,111422,113585,805,194,317 +Tanzania,112511,46026,805,194,317 +Tanzania,112930,31253,805,194,317 +Tanzania,112990,364364,805,194,317 +Tanzania,113210,2315395,805,194,317 +Tanzania,114111,970230,805,194,317 +Tanzania,114119,1356458,805,194,317 +Tanzania,311611,22876,805,194,317 +Tanzania,311711,119071,805,194,317 +Tanzania,311911,89395,805,194,317 +Tanzania,311920,220694,805,194,317 +Tanzania,311942,8883,805,194,317 +Tanzania,313210,2213,805,194,317 +Tanzania,314129,8779,805,194,317 +Tanzania,314912,1325,805,194,317 +Tanzania,315221,202375,805,194,317 +Tanzania,315223,41675,805,194,317 +Tanzania,315224,378,805,194,317 +Tanzania,315228,1027839,805,194,317 +Tanzania,315232,253242,805,194,317 +Tanzania,315234,2150,805,194,317 +Tanzania,315239,44069,805,194,317 +Tanzania,315999,576525,805,194,317 +Tanzania,316110,21526,805,194,317 +Tanzania,316991,1688,805,194,317 +Tanzania,316992,35202,805,194,317 +Tanzania,321113,328207,805,194,317 +Tanzania,321999,121213,805,194,317 +Tanzania,323117,16362,805,194,317 +Tanzania,323119,2531,805,194,317 +Tanzania,325611,4813,805,194,317 +Tanzania,325998,585494,805,194,317 +Tanzania,326199,1557,805,194,317 +Tanzania,331419,9701,805,194,317 +Tanzania,333120,330200,805,194,317 +Tanzania,333997,43740,805,194,317 +Tanzania,333999,5702,805,194,317 +Tanzania,334119,25075,805,194,317 +Tanzania,334220,28326,805,194,317 +Tanzania,334419,2446,805,194,317 +Tanzania,334511,7150,805,194,317 +Tanzania,334513,4082,805,194,317 +Tanzania,335129,1363,805,194,317 +Tanzania,335228,11976,805,194,317 +Tanzania,335999,3333,805,194,317 +Tanzania,337124,2420,805,194,317 +Tanzania,337127,28202,805,194,317 +Tanzania,339911,67811,805,194,317 +Tanzania,339913,11585816,805,194,317 +Tanzania,339914,3873,805,194,317 +Tanzania,339999,23351,805,194,317 +Tanzania,910000,39748,805,194,317 +Tanzania,920000,173298,805,194,317 +Tanzania,980000,867582,805,194,317 +Tanzania,990000,303574,805,194,317 +Thailand,111110,503576,808,195,318 +Thailand,111120,123641,808,195,318 +Thailand,111130,16768927,808,195,318 +Thailand,111150,59840,808,195,318 +Thailand,111199,63294,808,195,318 +Thailand,111219,12496076,808,195,318 +Thailand,111320,20435,808,195,318 +Thailand,111335,15891795,808,195,318 +Thailand,111339,20153089,808,195,318 +Thailand,111421,5232108,808,195,318 +Thailand,111422,13195528,808,195,318 +Thailand,111910,4720267,808,195,318 +Thailand,111930,3452,808,195,318 +Thailand,111998,2771954,808,195,318 +Thailand,112511,9652555,808,195,318 +Thailand,112910,4127208,808,195,318 +Thailand,112990,188847,808,195,318 +Thailand,113210,626187228,808,195,318 +Thailand,113310,3867,808,195,318 +Thailand,114111,66934540,808,195,318 +Thailand,114112,1632167259,808,195,318 +Thailand,114119,709820,808,195,318 +Thailand,211111,334340504,808,195,318 +Thailand,212299,1711727,808,195,318 +Thailand,212311,83264,808,195,318 +Thailand,212319,76034,808,195,318 +Thailand,212322,95731,808,195,318 +Thailand,212325,10761,808,195,318 +Thailand,212393,8588,808,195,318 +Thailand,212399,13153,808,195,318 +Thailand,311111,100145198,808,195,318 +Thailand,311119,1752523,808,195,318 +Thailand,311211,378330,808,195,318 +Thailand,311212,446352772,808,195,318 +Thailand,311221,72600264,808,195,318 +Thailand,311222,73857,808,195,318 +Thailand,311223,4754992,808,195,318 +Thailand,311225,39875,808,195,318 +Thailand,311230,557673,808,195,318 +Thailand,311311,20013436,808,195,318 +Thailand,311320,134746,808,195,318 +Thailand,311340,42858226,808,195,318 +Thailand,311411,14301401,808,195,318 +Thailand,311421,369034088,808,195,318 +Thailand,311422,4238606,808,195,318 +Thailand,311423,18451374,808,195,318 +Thailand,311511,40707,808,195,318 +Thailand,311514,9403528,808,195,318 +Thailand,311520,639710,808,195,318 +Thailand,311611,6323307,808,195,318 +Thailand,311613,873069,808,195,318 +Thailand,311615,87537,808,195,318 +Thailand,311711,666716098,808,195,318 +Thailand,311811,27106349,808,195,318 +Thailand,311822,52005,808,195,318 +Thailand,311823,19085953,808,195,318 +Thailand,311911,21061719,808,195,318 +Thailand,311919,470410,808,195,318 +Thailand,311920,5490928,808,195,318 +Thailand,311930,2575831,808,195,318 +Thailand,311941,52249255,808,195,318 +Thailand,311942,18165561,808,195,318 +Thailand,311999,182929397,808,195,318 +Thailand,312111,57740366,808,195,318 +Thailand,312112,3122,808,195,318 +Thailand,312113,861355,808,195,318 +Thailand,312120,6501388,808,195,318 +Thailand,312130,45931,808,195,318 +Thailand,312140,32946,808,195,318 +Thailand,312229,237987,808,195,318 +Thailand,313111,25409530,808,195,318 +Thailand,313113,4197965,808,195,318 +Thailand,313210,37322122,808,195,318 +Thailand,313221,4563929,808,195,318 +Thailand,313230,7613905,808,195,318 +Thailand,313249,4764652,808,195,318 +Thailand,313312,179949,808,195,318 +Thailand,313320,3516125,808,195,318 +Thailand,314110,23941344,808,195,318 +Thailand,314121,2201069,808,195,318 +Thailand,314129,68771760,808,195,318 +Thailand,314911,20150541,808,195,318 +Thailand,314912,641393,808,195,318 +Thailand,314991,4150638,808,195,318 +Thailand,314992,13952834,808,195,318 +Thailand,314999,32412912,808,195,318 +Thailand,315111,8611747,808,195,318 +Thailand,315221,100373559,808,195,318 +Thailand,315222,11036794,808,195,318 +Thailand,315223,182084144,808,195,318 +Thailand,315224,68708769,808,195,318 +Thailand,315228,166428492,808,195,318 +Thailand,315231,367366254,808,195,318 +Thailand,315232,139249128,808,195,318 +Thailand,315233,15658072,808,195,318 +Thailand,315234,42102134,808,195,318 +Thailand,315239,101791183,808,195,318 +Thailand,315291,149967510,808,195,318 +Thailand,315292,71637,808,195,318 +Thailand,315991,1688789,808,195,318 +Thailand,315992,1350559,808,195,318 +Thailand,315993,23728,808,195,318 +Thailand,315999,33825484,808,195,318 +Thailand,316110,9843790,808,195,318 +Thailand,316211,3882631,808,195,318 +Thailand,316212,16802,808,195,318 +Thailand,316213,42996510,808,195,318 +Thailand,316214,42025378,808,195,318 +Thailand,316219,46420408,808,195,318 +Thailand,316991,49875214,808,195,318 +Thailand,316992,2276404,808,195,318 +Thailand,316993,3314779,808,195,318 +Thailand,316999,1295233,808,195,318 +Thailand,321113,3509234,808,195,318 +Thailand,321114,16005,808,195,318 +Thailand,321211,6955392,808,195,318 +Thailand,321212,3563,808,195,318 +Thailand,321213,421079,808,195,318 +Thailand,321219,617261,808,195,318 +Thailand,321911,31070,808,195,318 +Thailand,321918,1923825,808,195,318 +Thailand,321920,2695760,808,195,318 +Thailand,321992,19357,808,195,318 +Thailand,321999,42157189,808,195,318 +Thailand,322110,2819809,808,195,318 +Thailand,322121,22103274,808,195,318 +Thailand,322122,139751,808,195,318 +Thailand,322130,282757,808,195,318 +Thailand,322211,1283263,808,195,318 +Thailand,322212,13234608,808,195,318 +Thailand,322213,642047,808,195,318 +Thailand,322214,16852,808,195,318 +Thailand,322215,1452040,808,195,318 +Thailand,322222,1503045,808,195,318 +Thailand,322223,139009992,808,195,318 +Thailand,322224,16198,808,195,318 +Thailand,322232,3004,808,195,318 +Thailand,322233,127347,808,195,318 +Thailand,322291,11873920,808,195,318 +Thailand,322299,2491103,808,195,318 +Thailand,323117,16879353,808,195,318 +Thailand,323118,1176055,808,195,318 +Thailand,323119,3405509,808,195,318 +Thailand,324110,11692641,808,195,318 +Thailand,325110,6700,808,195,318 +Thailand,325131,4780743,808,195,318 +Thailand,325132,10289105,808,195,318 +Thailand,325181,3265574,808,195,318 +Thailand,325188,22804135,808,195,318 +Thailand,325192,2724108,808,195,318 +Thailand,325199,47069040,808,195,318 +Thailand,325211,118608436,808,195,318 +Thailand,325212,15389344,808,195,318 +Thailand,325221,5249396,808,195,318 +Thailand,325222,47330391,808,195,318 +Thailand,325320,4257151,808,195,318 +Thailand,325411,21682273,808,195,318 +Thailand,325412,1152238,808,195,318 +Thailand,325414,789433,808,195,318 +Thailand,325510,1891743,808,195,318 +Thailand,325520,5354687,808,195,318 +Thailand,325611,8303910,808,195,318 +Thailand,325612,835435,808,195,318 +Thailand,325613,1225439,808,195,318 +Thailand,325620,11353319,808,195,318 +Thailand,325910,18329307,808,195,318 +Thailand,325920,10990474,808,195,318 +Thailand,325992,8004,808,195,318 +Thailand,325998,5300317,808,195,318 +Thailand,326112,282288,808,195,318 +Thailand,326113,58939260,808,195,318 +Thailand,326121,4592,808,195,318 +Thailand,326122,299401,808,195,318 +Thailand,326160,331746,808,195,318 +Thailand,326191,3568,808,195,318 +Thailand,326192,47475,808,195,318 +Thailand,326199,100394060,808,195,318 +Thailand,326211,653488597,808,195,318 +Thailand,326212,342146,808,195,318 +Thailand,326220,34476181,808,195,318 +Thailand,326299,74716053,808,195,318 +Thailand,327111,49654970,808,195,318 +Thailand,327112,59002702,808,195,318 +Thailand,327113,5654526,808,195,318 +Thailand,327122,30665652,808,195,318 +Thailand,327123,9338,808,195,318 +Thailand,327124,287219,808,195,318 +Thailand,327211,116181,808,195,318 +Thailand,327212,6732971,808,195,318 +Thailand,327213,19343,808,195,318 +Thailand,327215,13311729,808,195,318 +Thailand,327310,3382007,808,195,318 +Thailand,327331,8670,808,195,318 +Thailand,327390,3760625,808,195,318 +Thailand,327410,22096,808,195,318 +Thailand,327420,15734,808,195,318 +Thailand,327910,6337337,808,195,318 +Thailand,327991,414286,808,195,318 +Thailand,327993,101267,808,195,318 +Thailand,327999,5338106,808,195,318 +Thailand,331111,53011453,808,195,318 +Thailand,331222,6322590,808,195,318 +Thailand,331315,3649690,808,195,318 +Thailand,331316,3281974,808,195,318 +Thailand,331319,154941,808,195,318 +Thailand,331419,47064124,808,195,318 +Thailand,331421,7131147,808,195,318 +Thailand,331422,23400654,808,195,318 +Thailand,331491,999008,808,195,318 +Thailand,331492,20728686,808,195,318 +Thailand,331511,3251741,808,195,318 +Thailand,332115,287970,808,195,318 +Thailand,332211,7209459,808,195,318 +Thailand,332212,25794443,808,195,318 +Thailand,332213,5883291,808,195,318 +Thailand,332214,183177767,808,195,318 +Thailand,332312,13538362,808,195,318 +Thailand,332321,217335,808,195,318 +Thailand,332410,21461642,808,195,318 +Thailand,332420,9506727,808,195,318 +Thailand,332431,4573939,808,195,318 +Thailand,332439,4286127,808,195,318 +Thailand,332510,65990043,808,195,318 +Thailand,332611,7972262,808,195,318 +Thailand,332618,5640831,808,195,318 +Thailand,332722,65932711,808,195,318 +Thailand,332911,39772959,808,195,318 +Thailand,332912,209592,808,195,318 +Thailand,332913,27169500,808,195,318 +Thailand,332919,55165760,808,195,318 +Thailand,332991,24148306,808,195,318 +Thailand,332992,2669,808,195,318 +Thailand,332998,4198626,808,195,318 +Thailand,332999,89658889,808,195,318 +Thailand,333111,4364230,808,195,318 +Thailand,333120,6496125,808,195,318 +Thailand,333131,2921812,808,195,318 +Thailand,333132,117450,808,195,318 +Thailand,333210,853287,808,195,318 +Thailand,333220,26261579,808,195,318 +Thailand,333291,733033,808,195,318 +Thailand,333292,1121732,808,195,318 +Thailand,333293,340154,808,195,318 +Thailand,333294,2518326,808,195,318 +Thailand,333295,1346895,808,195,318 +Thailand,333298,289521,808,195,318 +Thailand,333313,12863365,808,195,318 +Thailand,333314,68429802,808,195,318 +Thailand,333315,1232786,808,195,318 +Thailand,333319,2807476,808,195,318 +Thailand,333411,1032207,808,195,318 +Thailand,333412,43600403,808,195,318 +Thailand,333414,1313933,808,195,318 +Thailand,333415,153134107,808,195,318 +Thailand,333511,4174345,808,195,318 +Thailand,333512,31014387,808,195,318 +Thailand,333513,1818355,808,195,318 +Thailand,333514,8794664,808,195,318 +Thailand,333515,5100401,808,195,318 +Thailand,333516,11657345,808,195,318 +Thailand,333611,340239,808,195,318 +Thailand,333612,6354581,808,195,318 +Thailand,333613,8689700,808,195,318 +Thailand,333618,108936180,808,195,318 +Thailand,333911,10308556,808,195,318 +Thailand,333912,8145511,808,195,318 +Thailand,333913,159218,808,195,318 +Thailand,333921,893577,808,195,318 +Thailand,333922,4738185,808,195,318 +Thailand,333923,1369389,808,195,318 +Thailand,333924,593328,808,195,318 +Thailand,333991,1004035,808,195,318 +Thailand,333992,1282169,808,195,318 +Thailand,333993,3759707,808,195,318 +Thailand,333994,101497,808,195,318 +Thailand,333995,40524,808,195,318 +Thailand,333996,1561440,808,195,318 +Thailand,333997,76101,808,195,318 +Thailand,333999,54831938,808,195,318 +Thailand,334111,50841806,808,195,318 +Thailand,334112,2939720666,808,195,318 +Thailand,334119,555502499,808,195,318 +Thailand,334210,115183605,808,195,318 +Thailand,334220,2157692877,808,195,318 +Thailand,334290,1005608,808,195,318 +Thailand,334310,1675234337,808,195,318 +Thailand,334411,1822812,808,195,318 +Thailand,334412,69952981,808,195,318 +Thailand,334413,972754483,808,195,318 +Thailand,334414,9656161,808,195,318 +Thailand,334415,4370492,808,195,318 +Thailand,334416,4764274,808,195,318 +Thailand,334417,6764269,808,195,318 +Thailand,334418,215855508,808,195,318 +Thailand,334419,211757053,808,195,318 +Thailand,334510,58417805,808,195,318 +Thailand,334511,22638088,808,195,318 +Thailand,334512,3382464,808,195,318 +Thailand,334513,74034142,808,195,318 +Thailand,334514,5614483,808,195,318 +Thailand,334515,46487544,808,195,318 +Thailand,334516,17843444,808,195,318 +Thailand,334517,16677,808,195,318 +Thailand,334518,72209034,808,195,318 +Thailand,334519,2102141,808,195,318 +Thailand,334612,2885759,808,195,318 +Thailand,334613,5090103,808,195,318 +Thailand,335110,13058495,808,195,318 +Thailand,335121,693034,808,195,318 +Thailand,335129,16399002,808,195,318 +Thailand,335211,6164819,808,195,318 +Thailand,335221,117768193,808,195,318 +Thailand,335222,13326902,808,195,318 +Thailand,335224,30670653,808,195,318 +Thailand,335228,868310,808,195,318 +Thailand,335311,1185534,808,195,318 +Thailand,335312,70277468,808,195,318 +Thailand,335313,8941241,808,195,318 +Thailand,335314,66782827,808,195,318 +Thailand,335911,5758683,808,195,318 +Thailand,335912,11245427,808,195,318 +Thailand,335921,6672399,808,195,318 +Thailand,335929,21380598,808,195,318 +Thailand,335931,43723891,808,195,318 +Thailand,335991,305980,808,195,318 +Thailand,335999,87274355,808,195,318 +Thailand,336111,136750,808,195,318 +Thailand,336120,17746,808,195,318 +Thailand,336214,1107424,808,195,318 +Thailand,336311,56684339,808,195,318 +Thailand,336321,3563804,808,195,318 +Thailand,336322,114415868,808,195,318 +Thailand,336330,21067370,808,195,318 +Thailand,336340,19351257,808,195,318 +Thailand,336350,19794180,808,195,318 +Thailand,336360,2504122,808,195,318 +Thailand,336370,525356,808,195,318 +Thailand,336391,127569907,808,195,318 +Thailand,336399,222298363,808,195,318 +Thailand,336411,22198,808,195,318 +Thailand,336412,1422676,808,195,318 +Thailand,336413,2173706,808,195,318 +Thailand,336419,17970,808,195,318 +Thailand,336510,2875,808,195,318 +Thailand,336611,120208,808,195,318 +Thailand,336612,2941469,808,195,318 +Thailand,336991,81944434,808,195,318 +Thailand,336992,92208,808,195,318 +Thailand,337110,17941,808,195,318 +Thailand,337121,289679,808,195,318 +Thailand,337124,19205292,808,195,318 +Thailand,337127,260338760,808,195,318 +Thailand,337129,2978,808,195,318 +Thailand,337211,3954328,808,195,318 +Thailand,337214,2216794,808,195,318 +Thailand,337215,18398914,808,195,318 +Thailand,337910,643890,808,195,318 +Thailand,337920,15750286,808,195,318 +Thailand,339112,68518414,808,195,318 +Thailand,339113,563969708,808,195,318 +Thailand,339114,428186,808,195,318 +Thailand,339115,83263396,808,195,318 +Thailand,339911,962607990,808,195,318 +Thailand,339912,5248951,808,195,318 +Thailand,339913,182891340,808,195,318 +Thailand,339914,61099929,808,195,318 +Thailand,339920,174268024,808,195,318 +Thailand,339932,90286688,808,195,318 +Thailand,339941,467169,808,195,318 +Thailand,339942,7126511,808,195,318 +Thailand,339943,11204,808,195,318 +Thailand,339944,244049,808,195,318 +Thailand,339950,1481676,808,195,318 +Thailand,339991,16097784,808,195,318 +Thailand,339992,9648017,808,195,318 +Thailand,339993,3528866,808,195,318 +Thailand,339994,9002528,808,195,318 +Thailand,339995,20511,808,195,318 +Thailand,339999,116382425,808,195,318 +Thailand,910000,4437967,808,195,318 +Thailand,920000,4215711,808,195,318 +Thailand,980000,261866046,808,195,318 +Thailand,990000,179703137,808,195,318 +The Former Yugoslav Republic of Macedonia,111130,11868,804,196,319 +The Former Yugoslav Republic of Macedonia,111219,9498,804,196,319 +The Former Yugoslav Republic of Macedonia,111910,15667875,804,196,319 +The Former Yugoslav Republic of Macedonia,111998,205935,804,196,319 +The Former Yugoslav Republic of Macedonia,112990,23650,804,196,319 +The Former Yugoslav Republic of Macedonia,311211,4998,804,196,319 +The Former Yugoslav Republic of Macedonia,311230,60679,804,196,319 +The Former Yugoslav Republic of Macedonia,311320,100190,804,196,319 +The Former Yugoslav Republic of Macedonia,311340,227430,804,196,319 +The Former Yugoslav Republic of Macedonia,311421,614173,804,196,319 +The Former Yugoslav Republic of Macedonia,311423,3691,804,196,319 +The Former Yugoslav Republic of Macedonia,311513,529596,804,196,319 +The Former Yugoslav Republic of Macedonia,311711,12592,804,196,319 +The Former Yugoslav Republic of Macedonia,311811,193898,804,196,319 +The Former Yugoslav Republic of Macedonia,311911,16757,804,196,319 +The Former Yugoslav Republic of Macedonia,311919,74499,804,196,319 +The Former Yugoslav Republic of Macedonia,311920,1006232,804,196,319 +The Former Yugoslav Republic of Macedonia,311941,880227,804,196,319 +The Former Yugoslav Republic of Macedonia,311942,13362,804,196,319 +The Former Yugoslav Republic of Macedonia,311999,14152,804,196,319 +The Former Yugoslav Republic of Macedonia,312111,93816,804,196,319 +The Former Yugoslav Republic of Macedonia,312112,2362,804,196,319 +The Former Yugoslav Republic of Macedonia,312130,1699824,804,196,319 +The Former Yugoslav Republic of Macedonia,313111,2322,804,196,319 +The Former Yugoslav Republic of Macedonia,313230,166556,804,196,319 +The Former Yugoslav Republic of Macedonia,314121,490,804,196,319 +The Former Yugoslav Republic of Macedonia,314129,3614,804,196,319 +The Former Yugoslav Republic of Macedonia,314912,1626,804,196,319 +The Former Yugoslav Republic of Macedonia,314999,115034,804,196,319 +The Former Yugoslav Republic of Macedonia,315222,46711,804,196,319 +The Former Yugoslav Republic of Macedonia,315223,1680937,804,196,319 +The Former Yugoslav Republic of Macedonia,315224,1713544,804,196,319 +The Former Yugoslav Republic of Macedonia,315228,28726,804,196,319 +The Former Yugoslav Republic of Macedonia,315231,456,804,196,319 +The Former Yugoslav Republic of Macedonia,315232,510503,804,196,319 +The Former Yugoslav Republic of Macedonia,315233,384677,804,196,319 +The Former Yugoslav Republic of Macedonia,315234,1673734,804,196,319 +The Former Yugoslav Republic of Macedonia,315239,927367,804,196,319 +The Former Yugoslav Republic of Macedonia,315291,808,804,196,319 +The Former Yugoslav Republic of Macedonia,315292,2343084,804,196,319 +The Former Yugoslav Republic of Macedonia,315991,350182,804,196,319 +The Former Yugoslav Republic of Macedonia,315992,920,804,196,319 +The Former Yugoslav Republic of Macedonia,315993,6516,804,196,319 +The Former Yugoslav Republic of Macedonia,315999,2567,804,196,319 +The Former Yugoslav Republic of Macedonia,316214,288689,804,196,319 +The Former Yugoslav Republic of Macedonia,316219,20711,804,196,319 +The Former Yugoslav Republic of Macedonia,316991,1348,804,196,319 +The Former Yugoslav Republic of Macedonia,321911,19398,804,196,319 +The Former Yugoslav Republic of Macedonia,322291,19450,804,196,319 +The Former Yugoslav Republic of Macedonia,323117,23781,804,196,319 +The Former Yugoslav Republic of Macedonia,323119,10153,804,196,319 +The Former Yugoslav Republic of Macedonia,325199,5850,804,196,319 +The Former Yugoslav Republic of Macedonia,325412,33380,804,196,319 +The Former Yugoslav Republic of Macedonia,325611,33320,804,196,319 +The Former Yugoslav Republic of Macedonia,325620,30548,804,196,319 +The Former Yugoslav Republic of Macedonia,325910,12092,804,196,319 +The Former Yugoslav Republic of Macedonia,326199,956,804,196,319 +The Former Yugoslav Republic of Macedonia,331112,1351353,804,196,319 +The Former Yugoslav Republic of Macedonia,332420,598966,804,196,319 +The Former Yugoslav Republic of Macedonia,332911,5278,804,196,319 +The Former Yugoslav Republic of Macedonia,332998,3425,804,196,319 +The Former Yugoslav Republic of Macedonia,332999,9617,804,196,319 +The Former Yugoslav Republic of Macedonia,333294,14705,804,196,319 +The Former Yugoslav Republic of Macedonia,333412,62933,804,196,319 +The Former Yugoslav Republic of Macedonia,333415,46442,804,196,319 +The Former Yugoslav Republic of Macedonia,333912,9910,804,196,319 +The Former Yugoslav Republic of Macedonia,333993,11784,804,196,319 +The Former Yugoslav Republic of Macedonia,333999,7575,804,196,319 +The Former Yugoslav Republic of Macedonia,334310,2809,804,196,319 +The Former Yugoslav Republic of Macedonia,334413,100655,804,196,319 +The Former Yugoslav Republic of Macedonia,334417,87523,804,196,319 +The Former Yugoslav Republic of Macedonia,334419,65692,804,196,319 +The Former Yugoslav Republic of Macedonia,334515,22638,804,196,319 +The Former Yugoslav Republic of Macedonia,335129,4939,804,196,319 +The Former Yugoslav Republic of Macedonia,335221,7104,804,196,319 +The Former Yugoslav Republic of Macedonia,335228,11572,804,196,319 +The Former Yugoslav Republic of Macedonia,335312,159651,804,196,319 +The Former Yugoslav Republic of Macedonia,335929,3300,804,196,319 +The Former Yugoslav Republic of Macedonia,336399,6772,804,196,319 +The Former Yugoslav Republic of Macedonia,336510,914742,804,196,319 +The Former Yugoslav Republic of Macedonia,337127,468800,804,196,319 +The Former Yugoslav Republic of Macedonia,337215,16108,804,196,319 +The Former Yugoslav Republic of Macedonia,339112,54959,804,196,319 +The Former Yugoslav Republic of Macedonia,339113,54230,804,196,319 +The Former Yugoslav Republic of Macedonia,339911,2014,804,196,319 +The Former Yugoslav Republic of Macedonia,339992,8849,804,196,319 +The Former Yugoslav Republic of Macedonia,339999,8849,804,196,319 +The Former Yugoslav Republic of Macedonia,920000,1353636,804,196,319 +The Former Yugoslav Republic of Macedonia,980000,1001546,804,196,319 +The Former Yugoslav Republic of Macedonia,990000,444476,804,196,319 +Togo,111219,35200,805,198,321 +Togo,111335,8161336,805,198,321 +Togo,111998,36796,805,198,321 +Togo,112990,237094,805,198,321 +Togo,212221,16050,805,198,321 +Togo,311223,92340,805,198,321 +Togo,311411,50336,805,198,321 +Togo,311920,12500,805,198,321 +Togo,313210,1977,805,198,321 +Togo,313221,3422,805,198,321 +Togo,314129,1403,805,198,321 +Togo,314999,1214,805,198,321 +Togo,315228,607,805,198,321 +Togo,315232,1940,805,198,321 +Togo,315233,12011,805,198,321 +Togo,315234,553,805,198,321 +Togo,316991,4203,805,198,321 +Togo,321113,16986,805,198,321 +Togo,321999,86686,805,198,321 +Togo,322223,937,805,198,321 +Togo,323117,12682,805,198,321 +Togo,325611,100075,805,198,321 +Togo,326199,2755,805,198,321 +Togo,327112,3300,805,198,321 +Togo,332212,2257,805,198,321 +Togo,333924,7756,805,198,321 +Togo,334112,14283,805,198,321 +Togo,334220,29451,805,198,321 +Togo,337124,17057,805,198,321 +Togo,337127,2654,805,198,321 +Togo,337214,1141,805,198,321 +Togo,339999,189457,805,198,321 +Togo,980000,295615,805,198,321 +Togo,990000,46983,805,198,321 +Tokelau,114111,29607,808,199,322 +Tokelau,311411,65358,808,199,322 +Tokelau,311811,17576,808,199,322 +Tokelau,313111,68288,808,199,322 +Tokelau,313210,82088,808,199,322 +Tokelau,313249,904,808,199,322 +Tokelau,314110,191018,808,199,322 +Tokelau,314129,91457,808,199,322 +Tokelau,315111,544,808,199,322 +Tokelau,315221,8719,808,199,322 +Tokelau,315222,3180,808,199,322 +Tokelau,315223,64611,808,199,322 +Tokelau,315224,75588,808,199,322 +Tokelau,315228,22771,808,199,322 +Tokelau,315231,39908,808,199,322 +Tokelau,315232,14083,808,199,322 +Tokelau,315233,17485,808,199,322 +Tokelau,315234,11901,808,199,322 +Tokelau,315239,23521,808,199,322 +Tokelau,315292,51510,808,199,322 +Tokelau,315999,926,808,199,322 +Tokelau,316991,1173,808,199,322 +Tokelau,316992,17233,808,199,322 +Tokelau,316993,2293,808,199,322 +Tokelau,323117,3196,808,199,322 +Tokelau,325611,136276,808,199,322 +Tokelau,326199,1182,808,199,322 +Tokelau,326220,25451,808,199,322 +Tokelau,326299,2076,808,199,322 +Tokelau,327111,10790,808,199,322 +Tokelau,327212,12040,808,199,322 +Tokelau,327910,6000,808,199,322 +Tokelau,327991,134333,808,199,322 +Tokelau,331315,6491,808,199,322 +Tokelau,331316,51712,808,199,322 +Tokelau,331422,177005,808,199,322 +Tokelau,332312,2217,808,199,322 +Tokelau,332510,5593,808,199,322 +Tokelau,332991,4658,808,199,322 +Tokelau,332997,60022,808,199,322 +Tokelau,332999,6324,808,199,322 +Tokelau,333120,2120,808,199,322 +Tokelau,333210,2401,808,199,322 +Tokelau,333293,24995,808,199,322 +Tokelau,333411,2249,808,199,322 +Tokelau,333415,43310,808,199,322 +Tokelau,333514,761471,808,199,322 +Tokelau,333612,6688,808,199,322 +Tokelau,333618,13207,808,199,322 +Tokelau,333911,2058,808,199,322 +Tokelau,333912,2675,808,199,322 +Tokelau,333991,7059,808,199,322 +Tokelau,333992,42378,808,199,322 +Tokelau,333994,49335,808,199,322 +Tokelau,333999,3358,808,199,322 +Tokelau,334220,6280,808,199,322 +Tokelau,334413,5165,808,199,322 +Tokelau,334511,15729,808,199,322 +Tokelau,334515,34391,808,199,322 +Tokelau,335228,24836,808,199,322 +Tokelau,335312,4169,808,199,322 +Tokelau,336311,39890,808,199,322 +Tokelau,336330,32438,808,199,322 +Tokelau,336350,11353,808,199,322 +Tokelau,336360,14711,808,199,322 +Tokelau,336399,275418,808,199,322 +Tokelau,336412,153780,808,199,322 +Tokelau,337124,9166,808,199,322 +Tokelau,337127,16972,808,199,322 +Tokelau,337215,14317,808,199,322 +Tokelau,339112,102328,808,199,322 +Tokelau,339911,60146,808,199,322 +Tokelau,339991,22988,808,199,322 +Tokelau,339994,48673,808,199,322 +Tokelau,920000,95264,808,199,322 +Tokelau,980000,165054,808,199,322 +Tokelau,990000,85648,808,199,322 +Tonga,111130,132174,808,200,323 +Tonga,111219,9535,808,200,323 +Tonga,111339,110312,808,200,323 +Tonga,111998,242805,808,200,323 +Tonga,112511,36799,808,200,323 +Tonga,112990,4248,808,200,323 +Tonga,114111,1235303,808,200,323 +Tonga,114112,12152,808,200,323 +Tonga,114119,258692,808,200,323 +Tonga,315223,6810,808,200,323 +Tonga,321999,22035,808,200,323 +Tonga,334418,3790,808,200,323 +Tonga,336340,3627,808,200,323 +Tonga,920000,55081,808,200,323 +Tonga,990000,237795,808,200,323 +Trinidad and Tobago,111130,8298,803,201,324 +Trinidad and Tobago,111219,1067821,803,201,324 +Trinidad and Tobago,111335,1582060,803,201,324 +Trinidad and Tobago,111998,3600,803,201,324 +Trinidad and Tobago,112511,114065,803,201,324 +Trinidad and Tobago,112920,8500,803,201,324 +Trinidad and Tobago,114111,30945568,803,201,324 +Trinidad and Tobago,114112,8926,803,201,324 +Trinidad and Tobago,211111,2492915510,803,201,324 +Trinidad and Tobago,211112,106410558,803,201,324 +Trinidad and Tobago,212210,18090366,803,201,324 +Trinidad and Tobago,311223,8520,803,201,324 +Trinidad and Tobago,311225,227919,803,201,324 +Trinidad and Tobago,311230,132456,803,201,324 +Trinidad and Tobago,311340,1200836,803,201,324 +Trinidad and Tobago,311421,391695,803,201,324 +Trinidad and Tobago,311423,19536,803,201,324 +Trinidad and Tobago,311514,7794,803,201,324 +Trinidad and Tobago,311711,13851731,803,201,324 +Trinidad and Tobago,311811,1167390,803,201,324 +Trinidad and Tobago,311822,6012,803,201,324 +Trinidad and Tobago,311823,6896,803,201,324 +Trinidad and Tobago,311911,89209,803,201,324 +Trinidad and Tobago,311919,1732145,803,201,324 +Trinidad and Tobago,311920,6552,803,201,324 +Trinidad and Tobago,311930,4691025,803,201,324 +Trinidad and Tobago,311941,1338915,803,201,324 +Trinidad and Tobago,311942,1361246,803,201,324 +Trinidad and Tobago,311999,254011,803,201,324 +Trinidad and Tobago,312111,6071565,803,201,324 +Trinidad and Tobago,312112,10921,803,201,324 +Trinidad and Tobago,312113,13380,803,201,324 +Trinidad and Tobago,312120,2335045,803,201,324 +Trinidad and Tobago,312130,14347,803,201,324 +Trinidad and Tobago,312140,4790969,803,201,324 +Trinidad and Tobago,313221,1168,803,201,324 +Trinidad and Tobago,313249,800,803,201,324 +Trinidad and Tobago,314999,3902,803,201,324 +Trinidad and Tobago,315222,703,803,201,324 +Trinidad and Tobago,315223,2772,803,201,324 +Trinidad and Tobago,315231,4325,803,201,324 +Trinidad and Tobago,315232,938,803,201,324 +Trinidad and Tobago,315233,7559,803,201,324 +Trinidad and Tobago,315234,1582,803,201,324 +Trinidad and Tobago,315239,6332,803,201,324 +Trinidad and Tobago,315292,1515,803,201,324 +Trinidad and Tobago,315993,709,803,201,324 +Trinidad and Tobago,315999,34581,803,201,324 +Trinidad and Tobago,316214,1593,803,201,324 +Trinidad and Tobago,316219,2187,803,201,324 +Trinidad and Tobago,316993,715,803,201,324 +Trinidad and Tobago,321113,167700,803,201,324 +Trinidad and Tobago,321920,2955,803,201,324 +Trinidad and Tobago,322121,5618,803,201,324 +Trinidad and Tobago,322211,4528,803,201,324 +Trinidad and Tobago,322222,1023,803,201,324 +Trinidad and Tobago,322223,33310,803,201,324 +Trinidad and Tobago,322291,364207,803,201,324 +Trinidad and Tobago,323117,52432,803,201,324 +Trinidad and Tobago,323118,3894,803,201,324 +Trinidad and Tobago,323119,45184,803,201,324 +Trinidad and Tobago,324110,813263988,803,201,324 +Trinidad and Tobago,325120,15732,803,201,324 +Trinidad and Tobago,325188,725979,803,201,324 +Trinidad and Tobago,325191,7647,803,201,324 +Trinidad and Tobago,325199,1007438236,803,201,324 +Trinidad and Tobago,325211,1798139,803,201,324 +Trinidad and Tobago,325212,801853,803,201,324 +Trinidad and Tobago,325311,1926293869,803,201,324 +Trinidad and Tobago,325412,15128,803,201,324 +Trinidad and Tobago,325510,13192,803,201,324 +Trinidad and Tobago,325611,625095,803,201,324 +Trinidad and Tobago,325620,558581,803,201,324 +Trinidad and Tobago,325910,10450,803,201,324 +Trinidad and Tobago,326113,8526,803,201,324 +Trinidad and Tobago,326122,23280,803,201,324 +Trinidad and Tobago,326160,20161,803,201,324 +Trinidad and Tobago,326199,189322,803,201,324 +Trinidad and Tobago,326220,127114,803,201,324 +Trinidad and Tobago,326299,13377,803,201,324 +Trinidad and Tobago,327112,6537,803,201,324 +Trinidad and Tobago,327122,76009,803,201,324 +Trinidad and Tobago,327123,611902,803,201,324 +Trinidad and Tobago,327124,14559,803,201,324 +Trinidad and Tobago,327213,328256,803,201,324 +Trinidad and Tobago,327310,551058,803,201,324 +Trinidad and Tobago,331112,503386667,803,201,324 +Trinidad and Tobago,331419,401213,803,201,324 +Trinidad and Tobago,331491,48554,803,201,324 +Trinidad and Tobago,332214,2566,803,201,324 +Trinidad and Tobago,332312,9812,803,201,324 +Trinidad and Tobago,332420,112694,803,201,324 +Trinidad and Tobago,332439,22101,803,201,324 +Trinidad and Tobago,332510,25893,803,201,324 +Trinidad and Tobago,332618,10343,803,201,324 +Trinidad and Tobago,332911,25745,803,201,324 +Trinidad and Tobago,332912,5060,803,201,324 +Trinidad and Tobago,332919,76350,803,201,324 +Trinidad and Tobago,332999,6359,803,201,324 +Trinidad and Tobago,333111,18200,803,201,324 +Trinidad and Tobago,333120,241678,803,201,324 +Trinidad and Tobago,333131,38257,803,201,324 +Trinidad and Tobago,333132,694347,803,201,324 +Trinidad and Tobago,333220,22773,803,201,324 +Trinidad and Tobago,333293,3164,803,201,324 +Trinidad and Tobago,333313,11398,803,201,324 +Trinidad and Tobago,333315,11728,803,201,324 +Trinidad and Tobago,333415,17297,803,201,324 +Trinidad and Tobago,333514,5760,803,201,324 +Trinidad and Tobago,333611,43538,803,201,324 +Trinidad and Tobago,333613,5450,803,201,324 +Trinidad and Tobago,333618,17124,803,201,324 +Trinidad and Tobago,333911,27203,803,201,324 +Trinidad and Tobago,333912,9218,803,201,324 +Trinidad and Tobago,333922,8375,803,201,324 +Trinidad and Tobago,333923,7591,803,201,324 +Trinidad and Tobago,333924,17090,803,201,324 +Trinidad and Tobago,333991,8540,803,201,324 +Trinidad and Tobago,333996,4959,803,201,324 +Trinidad and Tobago,333999,190450,803,201,324 +Trinidad and Tobago,334111,6352,803,201,324 +Trinidad and Tobago,334112,2300,803,201,324 +Trinidad and Tobago,334119,30903,803,201,324 +Trinidad and Tobago,334210,5464,803,201,324 +Trinidad and Tobago,334220,299909,803,201,324 +Trinidad and Tobago,334290,23878,803,201,324 +Trinidad and Tobago,334310,5866,803,201,324 +Trinidad and Tobago,334413,15177,803,201,324 +Trinidad and Tobago,334418,4086,803,201,324 +Trinidad and Tobago,334419,36279,803,201,324 +Trinidad and Tobago,334510,2800,803,201,324 +Trinidad and Tobago,334513,29150,803,201,324 +Trinidad and Tobago,334515,100532,803,201,324 +Trinidad and Tobago,334516,94018,803,201,324 +Trinidad and Tobago,334519,110554,803,201,324 +Trinidad and Tobago,335129,4146151,803,201,324 +Trinidad and Tobago,335212,5060,803,201,324 +Trinidad and Tobago,335311,30250,803,201,324 +Trinidad and Tobago,335313,4650,803,201,324 +Trinidad and Tobago,335314,3049,803,201,324 +Trinidad and Tobago,335929,10050,803,201,324 +Trinidad and Tobago,335932,10783,803,201,324 +Trinidad and Tobago,335991,7309,803,201,324 +Trinidad and Tobago,335999,13406,803,201,324 +Trinidad and Tobago,336212,26800,803,201,324 +Trinidad and Tobago,336311,21856,803,201,324 +Trinidad and Tobago,336611,31783,803,201,324 +Trinidad and Tobago,336612,288217,803,201,324 +Trinidad and Tobago,337127,10855,803,201,324 +Trinidad and Tobago,337910,202016,803,201,324 +Trinidad and Tobago,339112,3190,803,201,324 +Trinidad and Tobago,339113,9583,803,201,324 +Trinidad and Tobago,339114,1910703,803,201,324 +Trinidad and Tobago,339911,13122,803,201,324 +Trinidad and Tobago,339914,131194,803,201,324 +Trinidad and Tobago,339942,22757,803,201,324 +Trinidad and Tobago,339991,10177,803,201,324 +Trinidad and Tobago,339992,39421,803,201,324 +Trinidad and Tobago,339999,103060,803,201,324 +Trinidad and Tobago,910000,3170646,803,201,324 +Trinidad and Tobago,920000,26624,803,201,324 +Trinidad and Tobago,980000,48581246,803,201,324 +Trinidad and Tobago,990000,2135255,803,201,324 +Tunisia,111339,3819499,805,202,325 +Tunisia,111998,16500,805,202,325 +Tunisia,114111,1575295,805,202,325 +Tunisia,211111,56038681,805,202,325 +Tunisia,311111,8995,805,202,325 +Tunisia,311223,84488231,805,202,325 +Tunisia,311340,341599,805,202,325 +Tunisia,311421,787227,805,202,325 +Tunisia,311423,25086,805,202,325 +Tunisia,311711,122717,805,202,325 +Tunisia,311823,22026,805,202,325 +Tunisia,311941,112175,805,202,325 +Tunisia,311999,134508,805,202,325 +Tunisia,312111,14524,805,202,325 +Tunisia,312130,128080,805,202,325 +Tunisia,312229,12839,805,202,325 +Tunisia,313210,250267,805,202,325 +Tunisia,313221,1281,805,202,325 +Tunisia,313249,1602,805,202,325 +Tunisia,314110,22147,805,202,325 +Tunisia,314129,51485,805,202,325 +Tunisia,314911,317,805,202,325 +Tunisia,314991,12178,805,202,325 +Tunisia,314999,3291618,805,202,325 +Tunisia,315111,7050,805,202,325 +Tunisia,315221,140351,805,202,325 +Tunisia,315222,684458,805,202,325 +Tunisia,315223,9187026,805,202,325 +Tunisia,315224,21073919,805,202,325 +Tunisia,315228,3808647,805,202,325 +Tunisia,315231,18227425,805,202,325 +Tunisia,315232,3661756,805,202,325 +Tunisia,315233,3017803,805,202,325 +Tunisia,315234,2121411,805,202,325 +Tunisia,315239,11872003,805,202,325 +Tunisia,315291,974178,805,202,325 +Tunisia,315292,919403,805,202,325 +Tunisia,315991,12140,805,202,325 +Tunisia,315993,18632,805,202,325 +Tunisia,315999,672058,805,202,325 +Tunisia,316213,45552,805,202,325 +Tunisia,316214,1864582,805,202,325 +Tunisia,316219,683175,805,202,325 +Tunisia,316991,630598,805,202,325 +Tunisia,316992,2294507,805,202,325 +Tunisia,316993,570940,805,202,325 +Tunisia,316999,469505,805,202,325 +Tunisia,321999,472018,805,202,325 +Tunisia,322122,7988,805,202,325 +Tunisia,322212,8715,805,202,325 +Tunisia,322215,24327,805,202,325 +Tunisia,322222,5795,805,202,325 +Tunisia,322223,265140,805,202,325 +Tunisia,323117,13975,805,202,325 +Tunisia,323119,2391,805,202,325 +Tunisia,324110,32088164,805,202,325 +Tunisia,325192,39227,805,202,325 +Tunisia,325311,15416221,805,202,325 +Tunisia,325312,4456122,805,202,325 +Tunisia,325412,18507,805,202,325 +Tunisia,325620,540964,805,202,325 +Tunisia,325910,22153,805,202,325 +Tunisia,325920,42038,805,202,325 +Tunisia,325998,821812,805,202,325 +Tunisia,326113,506,805,202,325 +Tunisia,326160,15053,805,202,325 +Tunisia,326199,407187,805,202,325 +Tunisia,326211,1258,805,202,325 +Tunisia,326220,769,805,202,325 +Tunisia,326299,133951,805,202,325 +Tunisia,327112,260471,805,202,325 +Tunisia,327122,11973,805,202,325 +Tunisia,327212,4028,805,202,325 +Tunisia,327213,21539,805,202,325 +Tunisia,327991,1126703,805,202,325 +Tunisia,327993,49689,805,202,325 +Tunisia,331422,17568,805,202,325 +Tunisia,331491,528617,805,202,325 +Tunisia,331511,3873,805,202,325 +Tunisia,332312,47923,805,202,325 +Tunisia,332420,2281,805,202,325 +Tunisia,332510,129992,805,202,325 +Tunisia,332911,143278,805,202,325 +Tunisia,332912,13695,805,202,325 +Tunisia,332991,62686,805,202,325 +Tunisia,332999,330982,805,202,325 +Tunisia,333111,497101,805,202,325 +Tunisia,333132,27155,805,202,325 +Tunisia,333291,11829,805,202,325 +Tunisia,333292,150626,805,202,325 +Tunisia,333293,15671,805,202,325 +Tunisia,333313,10772,805,202,325 +Tunisia,333314,57354,805,202,325 +Tunisia,333315,5461,805,202,325 +Tunisia,333319,7521,805,202,325 +Tunisia,333412,1074161,805,202,325 +Tunisia,333414,2750,805,202,325 +Tunisia,333611,600181,805,202,325 +Tunisia,333612,5293919,805,202,325 +Tunisia,333618,17966743,805,202,325 +Tunisia,333911,321843,805,202,325 +Tunisia,333991,45841,805,202,325 +Tunisia,333995,1244143,805,202,325 +Tunisia,333999,146377,805,202,325 +Tunisia,334112,33045,805,202,325 +Tunisia,334119,4702,805,202,325 +Tunisia,334220,5444238,805,202,325 +Tunisia,334290,11294,805,202,325 +Tunisia,334310,16482,805,202,325 +Tunisia,334412,2772,805,202,325 +Tunisia,334413,66397,805,202,325 +Tunisia,334416,67540,805,202,325 +Tunisia,334417,801453,805,202,325 +Tunisia,334418,21291,805,202,325 +Tunisia,334419,9550623,805,202,325 +Tunisia,334511,2934336,805,202,325 +Tunisia,334512,18687,805,202,325 +Tunisia,334513,910938,805,202,325 +Tunisia,334514,44423,805,202,325 +Tunisia,334515,127174,805,202,325 +Tunisia,334518,30404,805,202,325 +Tunisia,334519,64098,805,202,325 +Tunisia,335110,41946,805,202,325 +Tunisia,335129,670548,805,202,325 +Tunisia,335211,51303,805,202,325 +Tunisia,335221,147300,805,202,325 +Tunisia,335228,62028,805,202,325 +Tunisia,335311,20810,805,202,325 +Tunisia,335312,20836,805,202,325 +Tunisia,335313,6574759,805,202,325 +Tunisia,335314,4988014,805,202,325 +Tunisia,335921,5111,805,202,325 +Tunisia,335929,1786392,805,202,325 +Tunisia,335931,3758791,805,202,325 +Tunisia,335999,36806,805,202,325 +Tunisia,336321,55932,805,202,325 +Tunisia,336322,2643582,805,202,325 +Tunisia,336330,7006,805,202,325 +Tunisia,336340,4407,805,202,325 +Tunisia,336350,39011,805,202,325 +Tunisia,336360,436496,805,202,325 +Tunisia,336399,133913,805,202,325 +Tunisia,336412,3771754,805,202,325 +Tunisia,336413,904180,805,202,325 +Tunisia,336611,62292,805,202,325 +Tunisia,337124,121324,805,202,325 +Tunisia,337127,106108,805,202,325 +Tunisia,337215,1441870,805,202,325 +Tunisia,337920,9265,805,202,325 +Tunisia,339112,11749,805,202,325 +Tunisia,339113,13371,805,202,325 +Tunisia,339115,102992,805,202,325 +Tunisia,339911,37155701,805,202,325 +Tunisia,339913,21708,805,202,325 +Tunisia,339914,6641,805,202,325 +Tunisia,339920,894663,805,202,325 +Tunisia,339942,12612,805,202,325 +Tunisia,339944,165708,805,202,325 +Tunisia,339999,180193,805,202,325 +Tunisia,910000,295026,805,202,325 +Tunisia,920000,1653012,805,202,325 +Tunisia,980000,5400230,805,202,325 +Tunisia,990000,4662846,805,202,325 +Turkey,111110,1922576,806,203,326 +Turkey,111120,1091655,806,203,326 +Turkey,111130,4697097,806,203,326 +Turkey,111140,148804,806,203,326 +Turkey,111219,341485,806,203,326 +Turkey,111310,134277,806,203,326 +Turkey,111320,8109,806,203,326 +Turkey,111334,40978,806,203,326 +Turkey,111335,27179813,806,203,326 +Turkey,111339,9784101,806,203,326 +Turkey,111411,120781,806,203,326 +Turkey,111421,151219,806,203,326 +Turkey,111910,88093905,806,203,326 +Turkey,111998,17778846,806,203,326 +Turkey,112910,224605,806,203,326 +Turkey,112920,101773,806,203,326 +Turkey,113210,16125188,806,203,326 +Turkey,114111,12802636,806,203,326 +Turkey,114112,246020,806,203,326 +Turkey,212210,7898,806,203,326 +Turkey,212299,10438843,806,203,326 +Turkey,212311,3590562,806,203,326 +Turkey,212319,393094,806,203,326 +Turkey,212322,69814,806,203,326 +Turkey,212391,9761233,806,203,326 +Turkey,212393,46343,806,203,326 +Turkey,212399,69593,806,203,326 +Turkey,311211,397943,806,203,326 +Turkey,311212,344346,806,203,326 +Turkey,311221,189241,806,203,326 +Turkey,311223,22902596,806,203,326 +Turkey,311225,121614,806,203,326 +Turkey,311230,11412,806,203,326 +Turkey,311311,240864,806,203,326 +Turkey,311320,2760658,806,203,326 +Turkey,311340,43636717,806,203,326 +Turkey,311411,7054554,806,203,326 +Turkey,311421,86218498,806,203,326 +Turkey,311422,57556,806,203,326 +Turkey,311423,71293962,806,203,326 +Turkey,311512,105940,806,203,326 +Turkey,311513,2386559,806,203,326 +Turkey,311514,58536,806,203,326 +Turkey,311611,16710,806,203,326 +Turkey,311711,285286,806,203,326 +Turkey,311811,10230107,806,203,326 +Turkey,311822,356790,806,203,326 +Turkey,311823,1847740,806,203,326 +Turkey,311911,12569063,806,203,326 +Turkey,311919,103123,806,203,326 +Turkey,311920,1350797,806,203,326 +Turkey,311930,458855,806,203,326 +Turkey,311941,1035783,806,203,326 +Turkey,311942,9976556,806,203,326 +Turkey,311999,1832507,806,203,326 +Turkey,312111,733765,806,203,326 +Turkey,312112,228841,806,203,326 +Turkey,312113,185284,806,203,326 +Turkey,312120,352106,806,203,326 +Turkey,312130,679793,806,203,326 +Turkey,312140,346734,806,203,326 +Turkey,312221,24996791,806,203,326 +Turkey,313111,44517232,806,203,326 +Turkey,313113,12712,806,203,326 +Turkey,313210,85048538,806,203,326 +Turkey,313221,968333,806,203,326 +Turkey,313230,11389333,806,203,326 +Turkey,313249,10557955,806,203,326 +Turkey,313312,9424904,806,203,326 +Turkey,313320,9185540,806,203,326 +Turkey,314110,126494576,806,203,326 +Turkey,314121,24626788,806,203,326 +Turkey,314129,150978238,806,203,326 +Turkey,314911,23819419,806,203,326 +Turkey,314912,19976,806,203,326 +Turkey,314991,2214708,806,203,326 +Turkey,314992,6978280,806,203,326 +Turkey,314999,25296600,806,203,326 +Turkey,315111,11339323,806,203,326 +Turkey,315221,4452276,806,203,326 +Turkey,315222,43716917,806,203,326 +Turkey,315223,54329466,806,203,326 +Turkey,315224,26699742,806,203,326 +Turkey,315228,6443546,806,203,326 +Turkey,315231,21898948,806,203,326 +Turkey,315232,43015103,806,203,326 +Turkey,315233,19904087,806,203,326 +Turkey,315234,22331026,806,203,326 +Turkey,315239,56059068,806,203,326 +Turkey,315291,1192171,806,203,326 +Turkey,315292,17307601,806,203,326 +Turkey,315991,122033,806,203,326 +Turkey,315992,46025,806,203,326 +Turkey,315993,254217,806,203,326 +Turkey,315999,5189779,806,203,326 +Turkey,316110,5732929,806,203,326 +Turkey,316211,8777,806,203,326 +Turkey,316212,98089,806,203,326 +Turkey,316213,533040,806,203,326 +Turkey,316214,632358,806,203,326 +Turkey,316219,150598,806,203,326 +Turkey,316991,5179527,806,203,326 +Turkey,316992,7278087,806,203,326 +Turkey,316993,851294,806,203,326 +Turkey,316999,1109555,806,203,326 +Turkey,321113,5437,806,203,326 +Turkey,321211,2116,806,203,326 +Turkey,321213,59198,806,203,326 +Turkey,321219,139196,806,203,326 +Turkey,321911,2550,806,203,326 +Turkey,321920,15852,806,203,326 +Turkey,321999,48873,806,203,326 +Turkey,322121,1219248,806,203,326 +Turkey,322122,3293,806,203,326 +Turkey,322130,8967,806,203,326 +Turkey,322211,1031858,806,203,326 +Turkey,322212,636352,806,203,326 +Turkey,322213,1823253,806,203,326 +Turkey,322215,408114,806,203,326 +Turkey,322222,469026,806,203,326 +Turkey,322223,10916966,806,203,326 +Turkey,322232,2914,806,203,326 +Turkey,322291,227118,806,203,326 +Turkey,322299,40504,806,203,326 +Turkey,323117,1383721,806,203,326 +Turkey,323118,1549448,806,203,326 +Turkey,323119,723102,806,203,326 +Turkey,324110,155848520,806,203,326 +Turkey,325110,50372864,806,203,326 +Turkey,325132,61891,806,203,326 +Turkey,325181,1870000,806,203,326 +Turkey,325188,43805272,806,203,326 +Turkey,325191,19655,806,203,326 +Turkey,325199,9127926,806,203,326 +Turkey,325211,3877812,806,203,326 +Turkey,325212,1454324,806,203,326 +Turkey,325221,683695,806,203,326 +Turkey,325222,63561940,806,203,326 +Turkey,325320,81572,806,203,326 +Turkey,325411,24707703,806,203,326 +Turkey,325412,4382683,806,203,326 +Turkey,325510,6118566,806,203,326 +Turkey,325520,955569,806,203,326 +Turkey,325611,18824058,806,203,326 +Turkey,325612,437552,806,203,326 +Turkey,325613,669245,806,203,326 +Turkey,325620,4846449,806,203,326 +Turkey,325910,368781,806,203,326 +Turkey,325920,1846416,806,203,326 +Turkey,325992,245612,806,203,326 +Turkey,325998,1299086,806,203,326 +Turkey,326112,55571,806,203,326 +Turkey,326113,38682356,806,203,326 +Turkey,326122,1140858,806,203,326 +Turkey,326160,3947988,806,203,326 +Turkey,326191,2231,806,203,326 +Turkey,326192,95971,806,203,326 +Turkey,326199,8049137,806,203,326 +Turkey,326211,10727986,806,203,326 +Turkey,326212,45710,806,203,326 +Turkey,326220,47861253,806,203,326 +Turkey,326299,1563847,806,203,326 +Turkey,327111,8814488,806,203,326 +Turkey,327112,5671982,806,203,326 +Turkey,327113,62421,806,203,326 +Turkey,327122,26488146,806,203,326 +Turkey,327123,19583,806,203,326 +Turkey,327124,233097,806,203,326 +Turkey,327125,6380433,806,203,326 +Turkey,327211,4097264,806,203,326 +Turkey,327212,28242484,806,203,326 +Turkey,327213,276240,806,203,326 +Turkey,327215,2058034,806,203,326 +Turkey,327310,2637439,806,203,326 +Turkey,327390,753005,806,203,326 +Turkey,327420,17523,806,203,326 +Turkey,327910,5719714,806,203,326 +Turkey,327991,279082043,806,203,326 +Turkey,327992,1803311,806,203,326 +Turkey,327993,1645686,806,203,326 +Turkey,327999,1871749,806,203,326 +Turkey,331111,406360350,806,203,326 +Turkey,331112,26258075,806,203,326 +Turkey,331222,1523655,806,203,326 +Turkey,331312,73989,806,203,326 +Turkey,331315,12233799,806,203,326 +Turkey,331316,1856237,806,203,326 +Turkey,331319,1289171,806,203,326 +Turkey,331411,33429,806,203,326 +Turkey,331419,204846,806,203,326 +Turkey,331421,301196,806,203,326 +Turkey,331422,57958779,806,203,326 +Turkey,331491,1785962,806,203,326 +Turkey,331492,141985,806,203,326 +Turkey,331511,2676221,806,203,326 +Turkey,332115,143234,806,203,326 +Turkey,332211,293336,806,203,326 +Turkey,332212,428412,806,203,326 +Turkey,332213,1870151,806,203,326 +Turkey,332214,5191372,806,203,326 +Turkey,332311,104535,806,203,326 +Turkey,332312,1559516,806,203,326 +Turkey,332322,20406,806,203,326 +Turkey,332410,222158,806,203,326 +Turkey,332420,1064074,806,203,326 +Turkey,332431,458855,806,203,326 +Turkey,332439,805479,806,203,326 +Turkey,332510,15427502,806,203,326 +Turkey,332611,1170943,806,203,326 +Turkey,332618,8684405,806,203,326 +Turkey,332722,5407720,806,203,326 +Turkey,332911,110768564,806,203,326 +Turkey,332912,1476398,806,203,326 +Turkey,332913,1846931,806,203,326 +Turkey,332919,4053385,806,203,326 +Turkey,332991,8201861,806,203,326 +Turkey,332992,10120310,806,203,326 +Turkey,332994,33021449,806,203,326 +Turkey,332995,2700,806,203,326 +Turkey,332997,268548,806,203,326 +Turkey,332998,301221,806,203,326 +Turkey,332999,20088080,806,203,326 +Turkey,333111,94292531,806,203,326 +Turkey,333120,12409577,806,203,326 +Turkey,333131,4872146,806,203,326 +Turkey,333132,71853,806,203,326 +Turkey,333210,151676,806,203,326 +Turkey,333220,85876,806,203,326 +Turkey,333291,288696,806,203,326 +Turkey,333292,2936952,806,203,326 +Turkey,333293,110545,806,203,326 +Turkey,333294,7345893,806,203,326 +Turkey,333295,17318,806,203,326 +Turkey,333298,952144,806,203,326 +Turkey,333313,15605,806,203,326 +Turkey,333314,18729978,806,203,326 +Turkey,333315,6075,806,203,326 +Turkey,333319,142797,806,203,326 +Turkey,333411,640014,806,203,326 +Turkey,333412,215730,806,203,326 +Turkey,333414,1739322,806,203,326 +Turkey,333415,14927211,806,203,326 +Turkey,333511,665100,806,203,326 +Turkey,333512,2894424,806,203,326 +Turkey,333513,12555738,806,203,326 +Turkey,333514,4027638,806,203,326 +Turkey,333515,2898360,806,203,326 +Turkey,333516,259444,806,203,326 +Turkey,333611,9143524,806,203,326 +Turkey,333612,1685893,806,203,326 +Turkey,333613,21982957,806,203,326 +Turkey,333618,16892515,806,203,326 +Turkey,333911,3303709,806,203,326 +Turkey,333912,1893359,806,203,326 +Turkey,333913,30683,806,203,326 +Turkey,333921,26520,806,203,326 +Turkey,333922,121274,806,203,326 +Turkey,333923,4100,806,203,326 +Turkey,333924,3389135,806,203,326 +Turkey,333991,85526,806,203,326 +Turkey,333992,2123306,806,203,326 +Turkey,333993,1098779,806,203,326 +Turkey,333994,471447,806,203,326 +Turkey,333995,3100239,806,203,326 +Turkey,333996,14662624,806,203,326 +Turkey,333999,10069569,806,203,326 +Turkey,334111,152290,806,203,326 +Turkey,334112,525940,806,203,326 +Turkey,334119,2686909,806,203,326 +Turkey,334210,2271679,806,203,326 +Turkey,334220,4509744,806,203,326 +Turkey,334290,38349,806,203,326 +Turkey,334310,338431,806,203,326 +Turkey,334411,3500,806,203,326 +Turkey,334412,11802,806,203,326 +Turkey,334413,370205,806,203,326 +Turkey,334414,78237,806,203,326 +Turkey,334415,99271,806,203,326 +Turkey,334416,337830,806,203,326 +Turkey,334417,1664068,806,203,326 +Turkey,334418,351436,806,203,326 +Turkey,334419,1817946,806,203,326 +Turkey,334510,200300,806,203,326 +Turkey,334511,10874789,806,203,326 +Turkey,334512,58340,806,203,326 +Turkey,334513,639132,806,203,326 +Turkey,334514,2624,806,203,326 +Turkey,334515,1676963,806,203,326 +Turkey,334516,200601,806,203,326 +Turkey,334517,19130,806,203,326 +Turkey,334518,40838,806,203,326 +Turkey,334519,860415,806,203,326 +Turkey,334612,67233,806,203,326 +Turkey,335110,44360,806,203,326 +Turkey,335121,525127,806,203,326 +Turkey,335129,1305082,806,203,326 +Turkey,335211,2634887,806,203,326 +Turkey,335212,116365,806,203,326 +Turkey,335221,1229380,806,203,326 +Turkey,335222,46172149,806,203,326 +Turkey,335224,379723,806,203,326 +Turkey,335228,1797056,806,203,326 +Turkey,335311,225199,806,203,326 +Turkey,335312,1697668,806,203,326 +Turkey,335313,2548485,806,203,326 +Turkey,335314,735689,806,203,326 +Turkey,335911,204845,806,203,326 +Turkey,335912,2349,806,203,326 +Turkey,335921,30489,806,203,326 +Turkey,335929,21419133,806,203,326 +Turkey,335931,643069,806,203,326 +Turkey,335932,71810,806,203,326 +Turkey,335991,507031,806,203,326 +Turkey,335999,2898722,806,203,326 +Turkey,336111,293279551,806,203,326 +Turkey,336120,6637399,806,203,326 +Turkey,336211,679539,806,203,326 +Turkey,336214,232928,806,203,326 +Turkey,336311,8634580,806,203,326 +Turkey,336321,382795,806,203,326 +Turkey,336322,6743114,806,203,326 +Turkey,336330,8913342,806,203,326 +Turkey,336340,9031810,806,203,326 +Turkey,336350,31664318,806,203,326 +Turkey,336360,5465521,806,203,326 +Turkey,336370,2403899,806,203,326 +Turkey,336391,39982,806,203,326 +Turkey,336399,26159805,806,203,326 +Turkey,336412,128325208,806,203,326 +Turkey,336413,146791504,806,203,326 +Turkey,336419,26319,806,203,326 +Turkey,336612,15746300,806,203,326 +Turkey,336991,209731,806,203,326 +Turkey,336992,442931,806,203,326 +Turkey,337110,69108,806,203,326 +Turkey,337121,6489093,806,203,326 +Turkey,337124,5583190,806,203,326 +Turkey,337127,8643600,806,203,326 +Turkey,337211,749109,806,203,326 +Turkey,337214,142906,806,203,326 +Turkey,337215,1047734,806,203,326 +Turkey,337910,1704335,806,203,326 +Turkey,337920,81845,806,203,326 +Turkey,339112,1734686,806,203,326 +Turkey,339113,590321,806,203,326 +Turkey,339114,345577,806,203,326 +Turkey,339115,3137,806,203,326 +Turkey,339911,146670344,806,203,326 +Turkey,339912,277265,806,203,326 +Turkey,339913,334394,806,203,326 +Turkey,339914,1872025,806,203,326 +Turkey,339920,1618520,806,203,326 +Turkey,339932,377675,806,203,326 +Turkey,339941,7314,806,203,326 +Turkey,339942,64366,806,203,326 +Turkey,339950,238401,806,203,326 +Turkey,339991,8433771,806,203,326 +Turkey,339992,1430307,806,203,326 +Turkey,339993,179832,806,203,326 +Turkey,339994,759643,806,203,326 +Turkey,339999,2103508,806,203,326 +Turkey,910000,1541594,806,203,326 +Turkey,920000,26880664,806,203,326 +Turkey,980000,51185937,806,203,326 +Turkey,990000,25729858,806,203,326 +Turkmenistan,111998,1497074,806,204,327 +Turkmenistan,313210,2951419,806,204,327 +Turkmenistan,314110,5944,806,204,327 +Turkmenistan,314129,12578731,806,204,327 +Turkmenistan,315221,4363220,806,204,327 +Turkmenistan,315223,454674,806,204,327 +Turkmenistan,315224,681,806,204,327 +Turkmenistan,315232,71198,806,204,327 +Turkmenistan,315234,360,806,204,327 +Turkmenistan,315239,4489431,806,204,327 +Turkmenistan,324110,22119918,806,204,327 +Turkmenistan,325182,1526302,806,204,327 +Turkmenistan,333111,4182,806,204,327 +Turkmenistan,333120,74840,806,204,327 +Turkmenistan,333132,5312,806,204,327 +Turkmenistan,333513,33328,806,204,327 +Turkmenistan,335931,32640,806,204,327 +Turkmenistan,920000,266663,806,204,327 +Turkmenistan,980000,194484,806,204,327 +Turkmenistan,990000,53395,806,204,327 +Turks and Caicos Islands,114112,3977533,803,205,328 +Turks and Caicos Islands,114119,31914,803,205,328 +Turks and Caicos Islands,311942,26676,803,205,328 +Turks and Caicos Islands,315223,363,803,205,328 +Turks and Caicos Islands,323119,10499,803,205,328 +Turks and Caicos Islands,326199,738,803,205,328 +Turks and Caicos Islands,331422,3800,803,205,328 +Turks and Caicos Islands,332410,5839,803,205,328 +Turks and Caicos Islands,332919,2523,803,205,328 +Turks and Caicos Islands,333613,3182,803,205,328 +Turks and Caicos Islands,333618,100434,803,205,328 +Turks and Caicos Islands,333999,7540,803,205,328 +Turks and Caicos Islands,334119,508318,803,205,328 +Turks and Caicos Islands,334220,2230,803,205,328 +Turks and Caicos Islands,334418,8134,803,205,328 +Turks and Caicos Islands,334514,10250,803,205,328 +Turks and Caicos Islands,339911,2464,803,205,328 +Turks and Caicos Islands,339999,14040,803,205,328 +Turks and Caicos Islands,910000,1458826,803,205,328 +Turks and Caicos Islands,920000,232721,803,205,328 +Turks and Caicos Islands,980000,5706366,803,205,328 +Turks and Caicos Islands,990000,130773,803,205,328 +Tuvalu,335314,11204,808,206,329 +Tuvalu,920000,10687,808,206,329 +Tuvalu,990000,1168,808,206,329 +Uganda,111335,5681883,805,207,330 +Uganda,111339,26287898,805,207,330 +Uganda,111421,717394,805,207,330 +Uganda,111422,25934,805,207,330 +Uganda,112990,21658,805,207,330 +Uganda,114111,1724805,805,207,330 +Uganda,212299,1855836,805,207,330 +Uganda,311223,3874,805,207,330 +Uganda,311423,16800,805,207,330 +Uganda,311920,5166298,805,207,330 +Uganda,312120,19832,805,207,330 +Uganda,313210,4597,805,207,330 +Uganda,314129,1403,805,207,330 +Uganda,314911,444,805,207,330 +Uganda,314999,7470,805,207,330 +Uganda,315223,23908,805,207,330 +Uganda,315231,664,805,207,330 +Uganda,315232,48023,805,207,330 +Uganda,315233,21635,805,207,330 +Uganda,315234,21647,805,207,330 +Uganda,315239,324810,805,207,330 +Uganda,315991,44946,805,207,330 +Uganda,315993,568,805,207,330 +Uganda,315999,6472,805,207,330 +Uganda,316214,5049,805,207,330 +Uganda,316991,121092,805,207,330 +Uganda,316992,36323,805,207,330 +Uganda,316993,13047,805,207,330 +Uganda,321999,71214,805,207,330 +Uganda,322299,8340,805,207,330 +Uganda,323117,14881,805,207,330 +Uganda,325211,64277,805,207,330 +Uganda,325611,37263,805,207,330 +Uganda,326199,8225,805,207,330 +Uganda,326220,439,805,207,330 +Uganda,327212,6219,805,207,330 +Uganda,331419,6232266,805,207,330 +Uganda,333999,78491,805,207,330 +Uganda,334111,8095,805,207,330 +Uganda,334112,5321,805,207,330 +Uganda,334119,10382,805,207,330 +Uganda,334220,47024,805,207,330 +Uganda,334412,4075,805,207,330 +Uganda,334413,4625,805,207,330 +Uganda,334417,18688,805,207,330 +Uganda,334419,10377,805,207,330 +Uganda,334511,3075,805,207,330 +Uganda,334516,5526,805,207,330 +Uganda,335312,2575,805,207,330 +Uganda,339911,37312,805,207,330 +Uganda,339914,599814,805,207,330 +Uganda,339992,2121,805,207,330 +Uganda,339999,27684,805,207,330 +Uganda,920000,26827,805,207,330 +Uganda,980000,10737704,805,207,330 +Uganda,990000,181603,805,207,330 +Ukraine,111120,3130,804,208,331 +Ukraine,111130,15067,804,208,331 +Ukraine,111199,4046,804,208,331 +Ukraine,111219,412213,804,208,331 +Ukraine,111335,280792,804,208,331 +Ukraine,111339,16439,804,208,331 +Ukraine,111411,2848908,804,208,331 +Ukraine,111421,12225,804,208,331 +Ukraine,111998,157706,804,208,331 +Ukraine,112910,1289817,804,208,331 +Ukraine,112990,122026,804,208,331 +Ukraine,113210,36701,804,208,331 +Ukraine,114111,1851935,804,208,331 +Ukraine,114119,3960,804,208,331 +Ukraine,212113,6103447,804,208,331 +Ukraine,212210,13674332,804,208,331 +Ukraine,212299,13033383,804,208,331 +Ukraine,212311,2353,804,208,331 +Ukraine,311211,44975,804,208,331 +Ukraine,311221,5649,804,208,331 +Ukraine,311223,308689,804,208,331 +Ukraine,311225,14512,804,208,331 +Ukraine,311230,10135,804,208,331 +Ukraine,311320,1662493,804,208,331 +Ukraine,311340,971007,804,208,331 +Ukraine,311421,1101490,804,208,331 +Ukraine,311423,15311,804,208,331 +Ukraine,311513,20240,804,208,331 +Ukraine,311514,515928,804,208,331 +Ukraine,311611,1153439,804,208,331 +Ukraine,311711,424587,804,208,331 +Ukraine,311811,1756775,804,208,331 +Ukraine,311823,3443,804,208,331 +Ukraine,311911,229015,804,208,331 +Ukraine,311920,315508,804,208,331 +Ukraine,311941,66743,804,208,331 +Ukraine,311942,42969,804,208,331 +Ukraine,311999,117661,804,208,331 +Ukraine,312111,925492,804,208,331 +Ukraine,312112,55482,804,208,331 +Ukraine,312120,202019,804,208,331 +Ukraine,312130,268572,804,208,331 +Ukraine,312140,983837,804,208,331 +Ukraine,312221,705287,804,208,331 +Ukraine,313210,109048,804,208,331 +Ukraine,313221,971,804,208,331 +Ukraine,313320,2608,804,208,331 +Ukraine,314110,53398,804,208,331 +Ukraine,314129,12796529,804,208,331 +Ukraine,314912,13935,804,208,331 +Ukraine,314999,122454,804,208,331 +Ukraine,315111,1368,804,208,331 +Ukraine,315222,1496507,804,208,331 +Ukraine,315223,159438,804,208,331 +Ukraine,315224,105407,804,208,331 +Ukraine,315228,1852724,804,208,331 +Ukraine,315231,1713200,804,208,331 +Ukraine,315232,259112,804,208,331 +Ukraine,315233,1450942,804,208,331 +Ukraine,315234,2783749,804,208,331 +Ukraine,315239,1168654,804,208,331 +Ukraine,315291,56891,804,208,331 +Ukraine,315292,2335251,804,208,331 +Ukraine,315991,2272,804,208,331 +Ukraine,315992,141417,804,208,331 +Ukraine,315999,104277,804,208,331 +Ukraine,316110,13129,804,208,331 +Ukraine,316212,39656,804,208,331 +Ukraine,316213,3121787,804,208,331 +Ukraine,316214,1244621,804,208,331 +Ukraine,316219,1902381,804,208,331 +Ukraine,316991,101676,804,208,331 +Ukraine,316992,475,804,208,331 +Ukraine,316993,13755,804,208,331 +Ukraine,316999,30392,804,208,331 +Ukraine,321211,48954,804,208,331 +Ukraine,321213,11851,804,208,331 +Ukraine,321918,290826,804,208,331 +Ukraine,321999,2426,804,208,331 +Ukraine,322121,35627,804,208,331 +Ukraine,322222,100938,804,208,331 +Ukraine,322223,677,804,208,331 +Ukraine,322299,128066,804,208,331 +Ukraine,323117,111555,804,208,331 +Ukraine,323119,170421,804,208,331 +Ukraine,324110,151244919,804,208,331 +Ukraine,325120,21715523,804,208,331 +Ukraine,325131,16513713,804,208,331 +Ukraine,325132,16600,804,208,331 +Ukraine,325181,188007,804,208,331 +Ukraine,325182,21027,804,208,331 +Ukraine,325188,999862,804,208,331 +Ukraine,325192,3239990,804,208,331 +Ukraine,325193,7298,804,208,331 +Ukraine,325199,6349643,804,208,331 +Ukraine,325211,86625,804,208,331 +Ukraine,325222,1756,804,208,331 +Ukraine,325311,217142350,804,208,331 +Ukraine,325411,8450,804,208,331 +Ukraine,325412,101968,804,208,331 +Ukraine,325510,10022,804,208,331 +Ukraine,325520,16230,804,208,331 +Ukraine,325611,31139,804,208,331 +Ukraine,325613,16233,804,208,331 +Ukraine,325620,196938,804,208,331 +Ukraine,325910,1642951,804,208,331 +Ukraine,325998,94825,804,208,331 +Ukraine,326121,3872,804,208,331 +Ukraine,326122,2593,804,208,331 +Ukraine,326199,248881,804,208,331 +Ukraine,326211,533982,804,208,331 +Ukraine,326220,760047,804,208,331 +Ukraine,326299,404210,804,208,331 +Ukraine,327112,7219,804,208,331 +Ukraine,327122,611711,804,208,331 +Ukraine,327125,1001164,804,208,331 +Ukraine,327212,27967,804,208,331 +Ukraine,327910,2669066,804,208,331 +Ukraine,327991,37150,804,208,331 +Ukraine,327992,3490056,804,208,331 +Ukraine,327993,96029,804,208,331 +Ukraine,327999,741233,804,208,331 +Ukraine,331111,460844278,804,208,331 +Ukraine,331112,51345521,804,208,331 +Ukraine,331311,1182833,804,208,331 +Ukraine,331315,2452,804,208,331 +Ukraine,331419,3682515,804,208,331 +Ukraine,331421,41549,804,208,331 +Ukraine,331422,3594,804,208,331 +Ukraine,331491,499599,804,208,331 +Ukraine,331511,1829082,804,208,331 +Ukraine,332115,5660,804,208,331 +Ukraine,332211,266767,804,208,331 +Ukraine,332212,291279,804,208,331 +Ukraine,332213,67657,804,208,331 +Ukraine,332312,88208,804,208,331 +Ukraine,332322,6728,804,208,331 +Ukraine,332323,77178,804,208,331 +Ukraine,332439,64022,804,208,331 +Ukraine,332510,15418,804,208,331 +Ukraine,332611,39677,804,208,331 +Ukraine,332618,12745,804,208,331 +Ukraine,332722,417081,804,208,331 +Ukraine,332911,236944,804,208,331 +Ukraine,332913,9328,804,208,331 +Ukraine,332919,5803,804,208,331 +Ukraine,332991,796735,804,208,331 +Ukraine,332992,1647776,804,208,331 +Ukraine,332994,246821,804,208,331 +Ukraine,332998,279497,804,208,331 +Ukraine,332999,1071696,804,208,331 +Ukraine,333111,132323,804,208,331 +Ukraine,333120,983395,804,208,331 +Ukraine,333131,1164220,804,208,331 +Ukraine,333132,3101056,804,208,331 +Ukraine,333220,24225,804,208,331 +Ukraine,333292,8502,804,208,331 +Ukraine,333293,30979,804,208,331 +Ukraine,333294,49487,804,208,331 +Ukraine,333295,20543,804,208,331 +Ukraine,333298,7941,804,208,331 +Ukraine,333314,5228654,804,208,331 +Ukraine,333315,32627,804,208,331 +Ukraine,333412,84971,804,208,331 +Ukraine,333415,303170,804,208,331 +Ukraine,333511,383145,804,208,331 +Ukraine,333512,7467,804,208,331 +Ukraine,333513,61680,804,208,331 +Ukraine,333514,22200,804,208,331 +Ukraine,333515,3660,804,208,331 +Ukraine,333516,93819,804,208,331 +Ukraine,333611,104950,804,208,331 +Ukraine,333613,13718,804,208,331 +Ukraine,333618,961418,804,208,331 +Ukraine,333911,49225,804,208,331 +Ukraine,333912,62460,804,208,331 +Ukraine,333913,15050,804,208,331 +Ukraine,333921,240877,804,208,331 +Ukraine,333924,2652,804,208,331 +Ukraine,333992,980283,804,208,331 +Ukraine,333993,343806,804,208,331 +Ukraine,333994,12928,804,208,331 +Ukraine,333996,459328,804,208,331 +Ukraine,333999,4180784,804,208,331 +Ukraine,334111,124190,804,208,331 +Ukraine,334112,13198,804,208,331 +Ukraine,334119,29320,804,208,331 +Ukraine,334220,2593575,804,208,331 +Ukraine,334310,240741,804,208,331 +Ukraine,334411,6377,804,208,331 +Ukraine,334412,3190,804,208,331 +Ukraine,334413,1187029,804,208,331 +Ukraine,334415,56361,804,208,331 +Ukraine,334416,18136,804,208,331 +Ukraine,334417,2800,804,208,331 +Ukraine,334418,113408,804,208,331 +Ukraine,334419,407095,804,208,331 +Ukraine,334511,157449,804,208,331 +Ukraine,334512,195491,804,208,331 +Ukraine,334513,507760,804,208,331 +Ukraine,334514,13268,804,208,331 +Ukraine,334515,2786122,804,208,331 +Ukraine,334516,562782,804,208,331 +Ukraine,334517,897088,804,208,331 +Ukraine,334519,303184,804,208,331 +Ukraine,334612,14451,804,208,331 +Ukraine,335110,2523,804,208,331 +Ukraine,335121,633,804,208,331 +Ukraine,335211,281985,804,208,331 +Ukraine,335312,1124987,804,208,331 +Ukraine,335313,308454,804,208,331 +Ukraine,335314,2531302,804,208,331 +Ukraine,335929,718362,804,208,331 +Ukraine,335931,121788,804,208,331 +Ukraine,335991,2269970,804,208,331 +Ukraine,335999,1523999,804,208,331 +Ukraine,336214,7938,804,208,331 +Ukraine,336322,5580891,804,208,331 +Ukraine,336330,7683,804,208,331 +Ukraine,336360,1570,804,208,331 +Ukraine,336399,50056,804,208,331 +Ukraine,336411,2217824,804,208,331 +Ukraine,336412,796622,804,208,331 +Ukraine,336413,1536873,804,208,331 +Ukraine,336419,10833450,804,208,331 +Ukraine,336510,159700,804,208,331 +Ukraine,336612,72537,804,208,331 +Ukraine,336991,21265,804,208,331 +Ukraine,336992,232822,804,208,331 +Ukraine,337121,11395,804,208,331 +Ukraine,337124,14276,804,208,331 +Ukraine,337127,2262974,804,208,331 +Ukraine,337211,3023,804,208,331 +Ukraine,337215,1151891,804,208,331 +Ukraine,337910,39043,804,208,331 +Ukraine,339112,77529,804,208,331 +Ukraine,339113,273725,804,208,331 +Ukraine,339115,9444,804,208,331 +Ukraine,339911,12279,804,208,331 +Ukraine,339913,337841,804,208,331 +Ukraine,339920,9408960,804,208,331 +Ukraine,339932,374446,804,208,331 +Ukraine,339991,11757,804,208,331 +Ukraine,339992,617575,804,208,331 +Ukraine,339999,356356,804,208,331 +Ukraine,910000,282670,804,208,331 +Ukraine,920000,3049009,804,208,331 +Ukraine,980000,7737945,804,208,331 +Ukraine,990000,2947138,804,208,331 +United Arab Emirates,111120,11316,806,209,332 +United Arab Emirates,111130,7271593,806,209,332 +United Arab Emirates,111140,239234,806,209,332 +United Arab Emirates,111339,37192,806,209,332 +United Arab Emirates,111910,26215,806,209,332 +United Arab Emirates,112920,11300,806,209,332 +United Arab Emirates,112930,2951,806,209,332 +United Arab Emirates,112990,7600,806,209,332 +United Arab Emirates,114111,521745,806,209,332 +United Arab Emirates,114112,9765546,806,209,332 +United Arab Emirates,211111,62918212,806,209,332 +United Arab Emirates,211112,2450,806,209,332 +United Arab Emirates,212399,23415,806,209,332 +United Arab Emirates,311211,1985368,806,209,332 +United Arab Emirates,311212,6348176,806,209,332 +United Arab Emirates,311223,227939,806,209,332 +United Arab Emirates,311225,77164,806,209,332 +United Arab Emirates,311320,119405,806,209,332 +United Arab Emirates,311340,42931,806,209,332 +United Arab Emirates,311411,44329,806,209,332 +United Arab Emirates,311421,3656829,806,209,332 +United Arab Emirates,311422,159398,806,209,332 +United Arab Emirates,311711,1313344,806,209,332 +United Arab Emirates,311811,638761,806,209,332 +United Arab Emirates,311823,269919,806,209,332 +United Arab Emirates,311919,68059,806,209,332 +United Arab Emirates,311920,51732,806,209,332 +United Arab Emirates,311930,3305,806,209,332 +United Arab Emirates,311942,415916,806,209,332 +United Arab Emirates,311999,379801,806,209,332 +United Arab Emirates,312111,2347008,806,209,332 +United Arab Emirates,312130,7681,806,209,332 +United Arab Emirates,312229,4991684,806,209,332 +United Arab Emirates,313210,32227606,806,209,332 +United Arab Emirates,313249,19842,806,209,332 +United Arab Emirates,314110,837657,806,209,332 +United Arab Emirates,314121,19828,806,209,332 +United Arab Emirates,314129,2007467,806,209,332 +United Arab Emirates,314911,8818,806,209,332 +United Arab Emirates,314991,202678,806,209,332 +United Arab Emirates,314992,1213553,806,209,332 +United Arab Emirates,314999,6125038,806,209,332 +United Arab Emirates,315221,61296,806,209,332 +United Arab Emirates,315222,62779,806,209,332 +United Arab Emirates,315223,5693958,806,209,332 +United Arab Emirates,315224,1025213,806,209,332 +United Arab Emirates,315228,4718718,806,209,332 +United Arab Emirates,315231,3982680,806,209,332 +United Arab Emirates,315232,4453019,806,209,332 +United Arab Emirates,315233,4123175,806,209,332 +United Arab Emirates,315234,1846967,806,209,332 +United Arab Emirates,315239,8683466,806,209,332 +United Arab Emirates,315291,1811746,806,209,332 +United Arab Emirates,315292,75011,806,209,332 +United Arab Emirates,315991,21089,806,209,332 +United Arab Emirates,315992,11773,806,209,332 +United Arab Emirates,315999,259347,806,209,332 +United Arab Emirates,316110,1455,806,209,332 +United Arab Emirates,316213,513025,806,209,332 +United Arab Emirates,316214,26428,806,209,332 +United Arab Emirates,316219,3124,806,209,332 +United Arab Emirates,316991,118002,806,209,332 +United Arab Emirates,316992,16859,806,209,332 +United Arab Emirates,316993,8340,806,209,332 +United Arab Emirates,316999,11662,806,209,332 +United Arab Emirates,321213,113592,806,209,332 +United Arab Emirates,321918,2490,806,209,332 +United Arab Emirates,321999,117607,806,209,332 +United Arab Emirates,322211,9840,806,209,332 +United Arab Emirates,322212,63107,806,209,332 +United Arab Emirates,322222,8128,806,209,332 +United Arab Emirates,322223,36117,806,209,332 +United Arab Emirates,322233,4140,806,209,332 +United Arab Emirates,322291,93353,806,209,332 +United Arab Emirates,323117,5648441,806,209,332 +United Arab Emirates,323118,3542,806,209,332 +United Arab Emirates,323119,692023,806,209,332 +United Arab Emirates,323122,385294,806,209,332 +United Arab Emirates,324110,24139602,806,209,332 +United Arab Emirates,324122,1239999,806,209,332 +United Arab Emirates,325120,62566,806,209,332 +United Arab Emirates,325188,8168601,806,209,332 +United Arab Emirates,325192,4392,806,209,332 +United Arab Emirates,325199,756598,806,209,332 +United Arab Emirates,325211,1522452,806,209,332 +United Arab Emirates,325212,35083,806,209,332 +United Arab Emirates,325222,23879415,806,209,332 +United Arab Emirates,325311,29381884,806,209,332 +United Arab Emirates,325312,307075,806,209,332 +United Arab Emirates,325412,65837,806,209,332 +United Arab Emirates,325510,490035,806,209,332 +United Arab Emirates,325611,978344,806,209,332 +United Arab Emirates,325612,13743,806,209,332 +United Arab Emirates,325613,3062,806,209,332 +United Arab Emirates,325620,12919972,806,209,332 +United Arab Emirates,325910,63540,806,209,332 +United Arab Emirates,325992,111734,806,209,332 +United Arab Emirates,325998,519062,806,209,332 +United Arab Emirates,326113,42170513,806,209,332 +United Arab Emirates,326122,2061611,806,209,332 +United Arab Emirates,326160,24847,806,209,332 +United Arab Emirates,326191,85446,806,209,332 +United Arab Emirates,326199,4674303,806,209,332 +United Arab Emirates,326211,140147,806,209,332 +United Arab Emirates,326220,155369,806,209,332 +United Arab Emirates,326299,71442,806,209,332 +United Arab Emirates,327111,1120401,806,209,332 +United Arab Emirates,327112,725136,806,209,332 +United Arab Emirates,327122,438424,806,209,332 +United Arab Emirates,327211,86083,806,209,332 +United Arab Emirates,327212,114156,806,209,332 +United Arab Emirates,327213,71393,806,209,332 +United Arab Emirates,327215,10188,806,209,332 +United Arab Emirates,327390,48792,806,209,332 +United Arab Emirates,327910,236429,806,209,332 +United Arab Emirates,327991,990087,806,209,332 +United Arab Emirates,327992,20918,806,209,332 +United Arab Emirates,327999,113500,806,209,332 +United Arab Emirates,331111,31732594,806,209,332 +United Arab Emirates,331222,114679193,806,209,332 +United Arab Emirates,331312,203408140,806,209,332 +United Arab Emirates,331315,24966,806,209,332 +United Arab Emirates,331316,6375,806,209,332 +United Arab Emirates,331419,224027,806,209,332 +United Arab Emirates,331492,118591,806,209,332 +United Arab Emirates,332211,27350,806,209,332 +United Arab Emirates,332212,93889,806,209,332 +United Arab Emirates,332213,2758,806,209,332 +United Arab Emirates,332214,415186,806,209,332 +United Arab Emirates,332311,682737,806,209,332 +United Arab Emirates,332312,8396739,806,209,332 +United Arab Emirates,332321,3500,806,209,332 +United Arab Emirates,332323,2002882,806,209,332 +United Arab Emirates,332410,5221130,806,209,332 +United Arab Emirates,332420,386402,806,209,332 +United Arab Emirates,332431,8972,806,209,332 +United Arab Emirates,332510,349209,806,209,332 +United Arab Emirates,332611,1439478,806,209,332 +United Arab Emirates,332618,1753588,806,209,332 +United Arab Emirates,332722,6393249,806,209,332 +United Arab Emirates,332911,1417852,806,209,332 +United Arab Emirates,332912,21393,806,209,332 +United Arab Emirates,332913,6825,806,209,332 +United Arab Emirates,332919,68582,806,209,332 +United Arab Emirates,332991,135066,806,209,332 +United Arab Emirates,332999,257193,806,209,332 +United Arab Emirates,333111,108837,806,209,332 +United Arab Emirates,333120,1073927,806,209,332 +United Arab Emirates,333131,8907545,806,209,332 +United Arab Emirates,333132,3164293,806,209,332 +United Arab Emirates,333220,29649,806,209,332 +United Arab Emirates,333292,38544,806,209,332 +United Arab Emirates,333293,15378,806,209,332 +United Arab Emirates,333294,29190,806,209,332 +United Arab Emirates,333298,282164,806,209,332 +United Arab Emirates,333313,13068,806,209,332 +United Arab Emirates,333314,34198,806,209,332 +United Arab Emirates,333315,523941,806,209,332 +United Arab Emirates,333319,20058,806,209,332 +United Arab Emirates,333411,100449,806,209,332 +United Arab Emirates,333412,19102,806,209,332 +United Arab Emirates,333415,2712171,806,209,332 +United Arab Emirates,333511,222092,806,209,332 +United Arab Emirates,333513,24764,806,209,332 +United Arab Emirates,333514,30500,806,209,332 +United Arab Emirates,333515,13411,806,209,332 +United Arab Emirates,333611,198505,806,209,332 +United Arab Emirates,333612,83865,806,209,332 +United Arab Emirates,333613,819793,806,209,332 +United Arab Emirates,333618,792808,806,209,332 +United Arab Emirates,333911,524145,806,209,332 +United Arab Emirates,333921,9629,806,209,332 +United Arab Emirates,333923,30050,806,209,332 +United Arab Emirates,333991,8766,806,209,332 +United Arab Emirates,333992,3365,806,209,332 +United Arab Emirates,333993,10077,806,209,332 +United Arab Emirates,333994,6862,806,209,332 +United Arab Emirates,333995,39409,806,209,332 +United Arab Emirates,333996,2108161,806,209,332 +United Arab Emirates,333997,24480,806,209,332 +United Arab Emirates,333999,9830339,806,209,332 +United Arab Emirates,334111,72046,806,209,332 +United Arab Emirates,334112,291667,806,209,332 +United Arab Emirates,334119,1855459,806,209,332 +United Arab Emirates,334210,917359,806,209,332 +United Arab Emirates,334220,3703124,806,209,332 +United Arab Emirates,334290,8080,806,209,332 +United Arab Emirates,334310,302239,806,209,332 +United Arab Emirates,334412,3681,806,209,332 +United Arab Emirates,334413,235637,806,209,332 +United Arab Emirates,334415,11242,806,209,332 +United Arab Emirates,334416,18142,806,209,332 +United Arab Emirates,334417,66409,806,209,332 +United Arab Emirates,334418,166729,806,209,332 +United Arab Emirates,334419,812314,806,209,332 +United Arab Emirates,334510,434093,806,209,332 +United Arab Emirates,334511,186860,806,209,332 +United Arab Emirates,334513,348485,806,209,332 +United Arab Emirates,334515,444491,806,209,332 +United Arab Emirates,334517,8114,806,209,332 +United Arab Emirates,334518,140173,806,209,332 +United Arab Emirates,334519,1030562,806,209,332 +United Arab Emirates,334612,109895,806,209,332 +United Arab Emirates,334613,4308621,806,209,332 +United Arab Emirates,335110,1983348,806,209,332 +United Arab Emirates,335121,38464,806,209,332 +United Arab Emirates,335129,140235,806,209,332 +United Arab Emirates,335211,16046,806,209,332 +United Arab Emirates,335221,33560,806,209,332 +United Arab Emirates,335222,12534,806,209,332 +United Arab Emirates,335228,87888,806,209,332 +United Arab Emirates,335311,71437,806,209,332 +United Arab Emirates,335312,543735,806,209,332 +United Arab Emirates,335314,80464,806,209,332 +United Arab Emirates,335911,43514,806,209,332 +United Arab Emirates,335912,12833,806,209,332 +United Arab Emirates,335921,2763,806,209,332 +United Arab Emirates,335929,1357800,806,209,332 +United Arab Emirates,335931,22494,806,209,332 +United Arab Emirates,335999,161430,806,209,332 +United Arab Emirates,336111,204162,806,209,332 +United Arab Emirates,336214,12656,806,209,332 +United Arab Emirates,336311,1125347,806,209,332 +United Arab Emirates,336321,12708,806,209,332 +United Arab Emirates,336322,356153,806,209,332 +United Arab Emirates,336330,50991,806,209,332 +United Arab Emirates,336340,17722,806,209,332 +United Arab Emirates,336350,19316,806,209,332 +United Arab Emirates,336360,2241,806,209,332 +United Arab Emirates,336391,325967,806,209,332 +United Arab Emirates,336399,8164605,806,209,332 +United Arab Emirates,336412,138988,806,209,332 +United Arab Emirates,336413,393552,806,209,332 +United Arab Emirates,336611,7981,806,209,332 +United Arab Emirates,336612,106754,806,209,332 +United Arab Emirates,337124,75890,806,209,332 +United Arab Emirates,337127,267765,806,209,332 +United Arab Emirates,337211,10627,806,209,332 +United Arab Emirates,337214,103708,806,209,332 +United Arab Emirates,337215,15033,806,209,332 +United Arab Emirates,337910,381423,806,209,332 +United Arab Emirates,339112,1467119,806,209,332 +United Arab Emirates,339113,26117,806,209,332 +United Arab Emirates,339114,121056,806,209,332 +United Arab Emirates,339911,2416186,806,209,332 +United Arab Emirates,339913,64684160,806,209,332 +United Arab Emirates,339914,35425,806,209,332 +United Arab Emirates,339920,4755288,806,209,332 +United Arab Emirates,339932,505856,806,209,332 +United Arab Emirates,339942,27179,806,209,332 +United Arab Emirates,339991,341945,806,209,332 +United Arab Emirates,339992,3614,806,209,332 +United Arab Emirates,339993,29097,806,209,332 +United Arab Emirates,339999,46516,806,209,332 +United Arab Emirates,511210,8148,806,209,332 +United Arab Emirates,910000,623545,806,209,332 +United Arab Emirates,920000,2131676,806,209,332 +United Arab Emirates,980000,317808191,806,209,332 +United Arab Emirates,990000,8922036,806,209,332 +United Kingdom,111120,362343,804,210,333 +United Kingdom,111130,304299,804,210,333 +United Kingdom,111140,12272845,804,210,333 +United Kingdom,111150,2218,804,210,333 +United Kingdom,111199,372333,804,210,333 +United Kingdom,111219,408724,804,210,333 +United Kingdom,111339,5850,804,210,333 +United Kingdom,111411,33120,804,210,333 +United Kingdom,111421,4015994,804,210,333 +United Kingdom,111422,1454008,804,210,333 +United Kingdom,111910,61658,804,210,333 +United Kingdom,111920,1318,804,210,333 +United Kingdom,111991,3140,804,210,333 +United Kingdom,111998,3787159,804,210,333 +United Kingdom,112111,1941257,804,210,333 +United Kingdom,112310,168407,804,210,333 +United Kingdom,112420,7586,804,210,333 +United Kingdom,112511,124504003,804,210,333 +United Kingdom,112910,620826,804,210,333 +United Kingdom,112920,10304701,804,210,333 +United Kingdom,112930,89046,804,210,333 +United Kingdom,112990,1002887,804,210,333 +United Kingdom,113210,6131309,804,210,333 +United Kingdom,114111,29089312,804,210,333 +United Kingdom,114112,15484,804,210,333 +United Kingdom,114119,1200565,804,210,333 +United Kingdom,211111,3479214917,804,210,333 +United Kingdom,211112,62503,804,210,333 +United Kingdom,212112,8055,804,210,333 +United Kingdom,212113,320709,804,210,333 +United Kingdom,212291,105298,804,210,333 +United Kingdom,212299,725702,804,210,333 +United Kingdom,212311,529064,804,210,333 +United Kingdom,212319,115893,804,210,333 +United Kingdom,212322,167488,804,210,333 +United Kingdom,212324,3681875,804,210,333 +United Kingdom,212325,2176777,804,210,333 +United Kingdom,212393,1097376,804,210,333 +United Kingdom,212399,321443,804,210,333 +United Kingdom,311111,49055,804,210,333 +United Kingdom,311119,59935440,804,210,333 +United Kingdom,311211,221743,804,210,333 +United Kingdom,311212,82785,804,210,333 +United Kingdom,311213,13492994,804,210,333 +United Kingdom,311221,2695891,804,210,333 +United Kingdom,311222,1372312,804,210,333 +United Kingdom,311223,10632044,804,210,333 +United Kingdom,311225,303236,804,210,333 +United Kingdom,311230,2529819,804,210,333 +United Kingdom,311311,1571186,804,210,333 +United Kingdom,311320,31292177,804,210,333 +United Kingdom,311340,13097401,804,210,333 +United Kingdom,311411,104519,804,210,333 +United Kingdom,311421,6906564,804,210,333 +United Kingdom,311422,395419,804,210,333 +United Kingdom,311423,2058870,804,210,333 +United Kingdom,311511,885605,804,210,333 +United Kingdom,311512,140825,804,210,333 +United Kingdom,311513,33735525,804,210,333 +United Kingdom,311514,2105758,804,210,333 +United Kingdom,311611,15693550,804,210,333 +United Kingdom,311613,406952,804,210,333 +United Kingdom,311615,73923,804,210,333 +United Kingdom,311711,6452950,804,210,333 +United Kingdom,311811,48089484,804,210,333 +United Kingdom,311822,201918,804,210,333 +United Kingdom,311919,548504,804,210,333 +United Kingdom,311920,30822703,804,210,333 +United Kingdom,311930,5745072,804,210,333 +United Kingdom,311941,4064900,804,210,333 +United Kingdom,311942,4509520,804,210,333 +United Kingdom,311999,84785428,804,210,333 +United Kingdom,312111,4422484,804,210,333 +United Kingdom,312112,2071859,804,210,333 +United Kingdom,312113,182486,804,210,333 +United Kingdom,312120,141426292,804,210,333 +United Kingdom,312130,8590012,804,210,333 +United Kingdom,312140,1337312571,804,210,333 +United Kingdom,312221,3724764,804,210,333 +United Kingdom,312229,281204,804,210,333 +United Kingdom,313111,4487578,804,210,333 +United Kingdom,313113,172473,804,210,333 +United Kingdom,313210,52589356,804,210,333 +United Kingdom,313221,19451872,804,210,333 +United Kingdom,313230,29151221,804,210,333 +United Kingdom,313249,3618222,804,210,333 +United Kingdom,313312,3296242,804,210,333 +United Kingdom,313320,16231452,804,210,333 +United Kingdom,314110,23702620,804,210,333 +United Kingdom,314121,1435844,804,210,333 +United Kingdom,314129,5194540,804,210,333 +United Kingdom,314911,325463,804,210,333 +United Kingdom,314912,1114082,804,210,333 +United Kingdom,314991,6003490,804,210,333 +United Kingdom,314992,3814952,804,210,333 +United Kingdom,314999,20785415,804,210,333 +United Kingdom,315111,2897299,804,210,333 +United Kingdom,315221,354265,804,210,333 +United Kingdom,315222,5034589,804,210,333 +United Kingdom,315223,7337528,804,210,333 +United Kingdom,315224,510512,804,210,333 +United Kingdom,315228,7669781,804,210,333 +United Kingdom,315231,936276,804,210,333 +United Kingdom,315232,7281604,804,210,333 +United Kingdom,315233,8354575,804,210,333 +United Kingdom,315234,10697005,804,210,333 +United Kingdom,315239,11772580,804,210,333 +United Kingdom,315291,338482,804,210,333 +United Kingdom,315292,2165672,804,210,333 +United Kingdom,315991,1504984,804,210,333 +United Kingdom,315992,920631,804,210,333 +United Kingdom,315993,2667159,804,210,333 +United Kingdom,315999,20352599,804,210,333 +United Kingdom,316110,13407313,804,210,333 +United Kingdom,316211,297532,804,210,333 +United Kingdom,316212,87748,804,210,333 +United Kingdom,316213,8868490,804,210,333 +United Kingdom,316214,7113540,804,210,333 +United Kingdom,316219,1052634,804,210,333 +United Kingdom,316991,5992775,804,210,333 +United Kingdom,316992,4217436,804,210,333 +United Kingdom,316993,1305307,804,210,333 +United Kingdom,316999,9044099,804,210,333 +United Kingdom,321113,191547,804,210,333 +United Kingdom,321211,359549,804,210,333 +United Kingdom,321212,197701,804,210,333 +United Kingdom,321213,1122931,804,210,333 +United Kingdom,321219,560215,804,210,333 +United Kingdom,321911,270585,804,210,333 +United Kingdom,321918,601118,804,210,333 +United Kingdom,321920,801849,804,210,333 +United Kingdom,321991,130247,804,210,333 +United Kingdom,321992,527484,804,210,333 +United Kingdom,321999,1832614,804,210,333 +United Kingdom,322110,908783,804,210,333 +United Kingdom,322121,91660874,804,210,333 +United Kingdom,322122,433560,804,210,333 +United Kingdom,322130,7373576,804,210,333 +United Kingdom,322211,3220980,804,210,333 +United Kingdom,322212,6468147,804,210,333 +United Kingdom,322213,104457,804,210,333 +United Kingdom,322214,150607,804,210,333 +United Kingdom,322215,461862,804,210,333 +United Kingdom,322222,74315601,804,210,333 +United Kingdom,322223,9188892,804,210,333 +United Kingdom,322224,47362,804,210,333 +United Kingdom,322232,377681,804,210,333 +United Kingdom,322233,164712,804,210,333 +United Kingdom,322291,2140117,804,210,333 +United Kingdom,322299,40767530,804,210,333 +United Kingdom,323117,221526180,804,210,333 +United Kingdom,323118,3898071,804,210,333 +United Kingdom,323119,112123849,804,210,333 +United Kingdom,323122,1463936,804,210,333 +United Kingdom,324110,4703281017,804,210,333 +United Kingdom,324121,1814196,804,210,333 +United Kingdom,324122,1462882,804,210,333 +United Kingdom,325110,14122977,804,210,333 +United Kingdom,325120,2488198,804,210,333 +United Kingdom,325131,24357778,804,210,333 +United Kingdom,325132,29210986,804,210,333 +United Kingdom,325181,5765675,804,210,333 +United Kingdom,325182,80028,804,210,333 +United Kingdom,325188,1703036272,804,210,333 +United Kingdom,325191,2433647,804,210,333 +United Kingdom,325192,63461879,804,210,333 +United Kingdom,325193,34068,804,210,333 +United Kingdom,325199,668785850,804,210,333 +United Kingdom,325211,289636855,804,210,333 +United Kingdom,325212,48314992,804,210,333 +United Kingdom,325221,3295739,804,210,333 +United Kingdom,325222,25304271,804,210,333 +United Kingdom,325311,1321692,804,210,333 +United Kingdom,325312,6492845,804,210,333 +United Kingdom,325320,77934541,804,210,333 +United Kingdom,325411,3250789463,804,210,333 +United Kingdom,325412,5103418387,804,210,333 +United Kingdom,325414,814306319,804,210,333 +United Kingdom,325510,37360649,804,210,333 +United Kingdom,325520,17536569,804,210,333 +United Kingdom,325611,73319992,804,210,333 +United Kingdom,325612,18083728,804,210,333 +United Kingdom,325613,21231561,804,210,333 +United Kingdom,325620,316931039,804,210,333 +United Kingdom,325910,85911044,804,210,333 +United Kingdom,325920,4809242,804,210,333 +United Kingdom,325992,29931372,804,210,333 +United Kingdom,325998,82827185,804,210,333 +United Kingdom,326112,34290,804,210,333 +United Kingdom,326113,126933498,804,210,333 +United Kingdom,326121,7717940,804,210,333 +United Kingdom,326122,25462257,804,210,333 +United Kingdom,326160,5213398,804,210,333 +United Kingdom,326191,1050660,804,210,333 +United Kingdom,326192,49562047,804,210,333 +United Kingdom,326199,180946949,804,210,333 +United Kingdom,326211,134880174,804,210,333 +United Kingdom,326212,36528,804,210,333 +United Kingdom,326220,52742820,804,210,333 +United Kingdom,326299,43821739,804,210,333 +United Kingdom,327111,3499576,804,210,333 +United Kingdom,327112,41251760,804,210,333 +United Kingdom,327113,4316877,804,210,333 +United Kingdom,327121,30547,804,210,333 +United Kingdom,327122,2433687,804,210,333 +United Kingdom,327123,84813,804,210,333 +United Kingdom,327124,8810441,804,210,333 +United Kingdom,327125,15378725,804,210,333 +United Kingdom,327211,19438203,804,210,333 +United Kingdom,327212,21581794,804,210,333 +United Kingdom,327213,2950101,804,210,333 +United Kingdom,327215,27227505,804,210,333 +United Kingdom,327310,289713,804,210,333 +United Kingdom,327390,13823088,804,210,333 +United Kingdom,327410,128274,804,210,333 +United Kingdom,327420,747595,804,210,333 +United Kingdom,327910,29713705,804,210,333 +United Kingdom,327991,3901539,804,210,333 +United Kingdom,327992,5485887,804,210,333 +United Kingdom,327993,14634046,804,210,333 +United Kingdom,327999,11394629,804,210,333 +United Kingdom,331111,590875353,804,210,333 +United Kingdom,331112,22233426,804,210,333 +United Kingdom,331222,13008414,804,210,333 +United Kingdom,331311,3096316,804,210,333 +United Kingdom,331312,2183411,804,210,333 +United Kingdom,331314,1361447,804,210,333 +United Kingdom,331315,38728803,804,210,333 +United Kingdom,331316,3466736,804,210,333 +United Kingdom,331319,2957625,804,210,333 +United Kingdom,331411,5697962,804,210,333 +United Kingdom,331419,868939733,804,210,333 +United Kingdom,331421,43928545,804,210,333 +United Kingdom,331422,3838638,804,210,333 +United Kingdom,331491,129040272,804,210,333 +United Kingdom,331492,35988185,804,210,333 +United Kingdom,331511,15978070,804,210,333 +United Kingdom,332115,17341640,804,210,333 +United Kingdom,332211,3441029,804,210,333 +United Kingdom,332212,48235693,804,210,333 +United Kingdom,332213,13142589,804,210,333 +United Kingdom,332214,1026008,804,210,333 +United Kingdom,332311,2350740,804,210,333 +United Kingdom,332312,21375111,804,210,333 +United Kingdom,332321,5655392,804,210,333 +United Kingdom,332322,100298,804,210,333 +United Kingdom,332323,2143781,804,210,333 +United Kingdom,332410,28811904,804,210,333 +United Kingdom,332420,65455106,804,210,333 +United Kingdom,332431,6284973,804,210,333 +United Kingdom,332439,8612176,804,210,333 +United Kingdom,332510,74336879,804,210,333 +United Kingdom,332611,14852844,804,210,333 +United Kingdom,332618,42853989,804,210,333 +United Kingdom,332722,64563205,804,210,333 +United Kingdom,332911,287652696,804,210,333 +United Kingdom,332912,37768257,804,210,333 +United Kingdom,332913,9335333,804,210,333 +United Kingdom,332919,51759452,804,210,333 +United Kingdom,332991,43927736,804,210,333 +United Kingdom,332992,130433534,804,210,333 +United Kingdom,332994,113567963,804,210,333 +United Kingdom,332995,175839009,804,210,333 +United Kingdom,332997,402320,804,210,333 +United Kingdom,332998,2754099,804,210,333 +United Kingdom,332999,202064902,804,210,333 +United Kingdom,333111,285366445,804,210,333 +United Kingdom,333120,572650155,804,210,333 +United Kingdom,333131,61149617,804,210,333 +United Kingdom,333132,144406195,804,210,333 +United Kingdom,333210,1301561,804,210,333 +United Kingdom,333220,24486213,804,210,333 +United Kingdom,333291,18506612,804,210,333 +United Kingdom,333292,10865207,804,210,333 +United Kingdom,333293,50611395,804,210,333 +United Kingdom,333294,38537994,804,210,333 +United Kingdom,333295,81496313,804,210,333 +United Kingdom,333298,12116270,804,210,333 +United Kingdom,333311,3916388,804,210,333 +United Kingdom,333313,34921448,804,210,333 +United Kingdom,333314,203355505,804,210,333 +United Kingdom,333315,21338537,804,210,333 +United Kingdom,333319,2707828,804,210,333 +United Kingdom,333411,29654845,804,210,333 +United Kingdom,333412,12395658,804,210,333 +United Kingdom,333414,10592292,804,210,333 +United Kingdom,333415,43429465,804,210,333 +United Kingdom,333511,13589387,804,210,333 +United Kingdom,333512,32209881,804,210,333 +United Kingdom,333513,21504946,804,210,333 +United Kingdom,333514,8800593,804,210,333 +United Kingdom,333515,32183577,804,210,333 +United Kingdom,333516,2599800,804,210,333 +United Kingdom,333611,214351036,804,210,333 +United Kingdom,333612,87017559,804,210,333 +United Kingdom,333613,97413588,804,210,333 +United Kingdom,333618,528699114,804,210,333 +United Kingdom,333911,165095899,804,210,333 +United Kingdom,333912,137606178,804,210,333 +United Kingdom,333913,4800500,804,210,333 +United Kingdom,333921,22553847,804,210,333 +United Kingdom,333922,16416425,804,210,333 +United Kingdom,333923,11186699,804,210,333 +United Kingdom,333924,53738720,804,210,333 +United Kingdom,333991,12829699,804,210,333 +United Kingdom,333992,27870075,804,210,333 +United Kingdom,333993,44791233,804,210,333 +United Kingdom,333994,19952646,804,210,333 +United Kingdom,333995,63520202,804,210,333 +United Kingdom,333996,137400461,804,210,333 +United Kingdom,333997,9818612,804,210,333 +United Kingdom,333999,497672675,804,210,333 +United Kingdom,334111,64306266,804,210,333 +United Kingdom,334112,18553588,804,210,333 +United Kingdom,334119,226482131,804,210,333 +United Kingdom,334210,9242696,804,210,333 +United Kingdom,334220,421870698,804,210,333 +United Kingdom,334290,24622539,804,210,333 +United Kingdom,334310,89865950,804,210,333 +United Kingdom,334411,48107493,804,210,333 +United Kingdom,334412,16263599,804,210,333 +United Kingdom,334413,242704659,804,210,333 +United Kingdom,334414,21155557,804,210,333 +United Kingdom,334415,17084004,804,210,333 +United Kingdom,334416,12090772,804,210,333 +United Kingdom,334417,66536077,804,210,333 +United Kingdom,334418,122139498,804,210,333 +United Kingdom,334419,217697414,804,210,333 +United Kingdom,334510,97310714,804,210,333 +United Kingdom,334511,270521096,804,210,333 +United Kingdom,334512,4786532,804,210,333 +United Kingdom,334513,450901795,804,210,333 +United Kingdom,334514,18798664,804,210,333 +United Kingdom,334515,294477862,804,210,333 +United Kingdom,334516,400569908,804,210,333 +United Kingdom,334517,141470288,804,210,333 +United Kingdom,334518,99781804,804,210,333 +United Kingdom,334519,205443058,804,210,333 +United Kingdom,334612,26933248,804,210,333 +United Kingdom,334613,3938475,804,210,333 +United Kingdom,335110,19425274,804,210,333 +United Kingdom,335121,7871168,804,210,333 +United Kingdom,335129,27552992,804,210,333 +United Kingdom,335211,14676114,804,210,333 +United Kingdom,335212,2054373,804,210,333 +United Kingdom,335221,4614290,804,210,333 +United Kingdom,335222,3308555,804,210,333 +United Kingdom,335224,3348719,804,210,333 +United Kingdom,335228,16666528,804,210,333 +United Kingdom,335311,10721977,804,210,333 +United Kingdom,335312,241265509,804,210,333 +United Kingdom,335313,88318151,804,210,333 +United Kingdom,335314,149590471,804,210,333 +United Kingdom,335911,28593857,804,210,333 +United Kingdom,335912,16872438,804,210,333 +United Kingdom,335921,6854027,804,210,333 +United Kingdom,335929,45291971,804,210,333 +United Kingdom,335931,33322458,804,210,333 +United Kingdom,335932,5509122,804,210,333 +United Kingdom,335991,70246682,804,210,333 +United Kingdom,335999,301481807,804,210,333 +United Kingdom,336111,3485553003,804,210,333 +United Kingdom,336120,3486220,804,210,333 +United Kingdom,336211,2621027,804,210,333 +United Kingdom,336212,600345,804,210,333 +United Kingdom,336213,5300,804,210,333 +United Kingdom,336214,1331657,804,210,333 +United Kingdom,336311,99051157,804,210,333 +United Kingdom,336321,5806965,804,210,333 +United Kingdom,336322,62882606,804,210,333 +United Kingdom,336330,33663318,804,210,333 +United Kingdom,336340,48628134,804,210,333 +United Kingdom,336350,65537395,804,210,333 +United Kingdom,336360,213678411,804,210,333 +United Kingdom,336370,3990388,804,210,333 +United Kingdom,336391,1336947,804,210,333 +United Kingdom,336399,247847479,804,210,333 +United Kingdom,336411,86417466,804,210,333 +United Kingdom,336412,2004546822,804,210,333 +United Kingdom,336413,1348604331,804,210,333 +United Kingdom,336415,413123,804,210,333 +United Kingdom,336419,20291206,804,210,333 +United Kingdom,336510,12025946,804,210,333 +United Kingdom,336611,5030553,804,210,333 +United Kingdom,336612,62286889,804,210,333 +United Kingdom,336991,50787432,804,210,333 +United Kingdom,336992,56802649,804,210,333 +United Kingdom,337110,5213884,804,210,333 +United Kingdom,337121,4283,804,210,333 +United Kingdom,337124,7054097,804,210,333 +United Kingdom,337127,67413728,804,210,333 +United Kingdom,337129,2671,804,210,333 +United Kingdom,337211,3363497,804,210,333 +United Kingdom,337214,2870484,804,210,333 +United Kingdom,337215,47923738,804,210,333 +United Kingdom,337910,1708793,804,210,333 +United Kingdom,337920,1048159,804,210,333 +United Kingdom,339112,200016522,804,210,333 +United Kingdom,339113,399516734,804,210,333 +United Kingdom,339114,53040868,804,210,333 +United Kingdom,339115,164304812,804,210,333 +United Kingdom,339911,144399631,804,210,333 +United Kingdom,339912,866969,804,210,333 +United Kingdom,339913,65174804,804,210,333 +United Kingdom,339914,3081690,804,210,333 +United Kingdom,339920,16838192,804,210,333 +United Kingdom,339932,29422340,804,210,333 +United Kingdom,339941,5752304,804,210,333 +United Kingdom,339942,28979097,804,210,333 +United Kingdom,339943,125176,804,210,333 +United Kingdom,339944,5529396,804,210,333 +United Kingdom,339950,2941868,804,210,333 +United Kingdom,339991,112415680,804,210,333 +United Kingdom,339992,5757052,804,210,333 +United Kingdom,339993,16046952,804,210,333 +United Kingdom,339994,8652608,804,210,333 +United Kingdom,339995,27433,804,210,333 +United Kingdom,339999,61654111,804,210,333 +United Kingdom,511210,1876065,804,210,333 +United Kingdom,910000,243186807,804,210,333 +United Kingdom,920000,1201454298,804,210,333 +United Kingdom,980000,2600285597,804,210,333 +United Kingdom,990000,497460486,804,210,333 +Uruguay,111110,4396978,803,211,334 +Uruguay,111331,38125,803,211,334 +Uruguay,111334,9866829,803,211,334 +Uruguay,111998,5578,803,211,334 +Uruguay,112420,1465,803,211,334 +Uruguay,112910,2518970,803,211,334 +Uruguay,112920,236022,803,211,334 +Uruguay,112990,17693,803,211,334 +Uruguay,113210,11438,803,211,334 +Uruguay,113310,372412,803,211,334 +Uruguay,114111,6482409,803,211,334 +Uruguay,114112,458703,803,211,334 +Uruguay,212311,316400,803,211,334 +Uruguay,212399,17035,803,211,334 +Uruguay,311111,1601692,803,211,334 +Uruguay,311212,883004,803,211,334 +Uruguay,311221,13142,803,211,334 +Uruguay,311223,1402970,803,211,334 +Uruguay,311230,763974,803,211,334 +Uruguay,311320,859923,803,211,334 +Uruguay,311340,272938,803,211,334 +Uruguay,311411,787762,803,211,334 +Uruguay,311421,104151,803,211,334 +Uruguay,311513,7930619,803,211,334 +Uruguay,311514,42921,803,211,334 +Uruguay,311611,94589326,803,211,334 +Uruguay,311613,129569,803,211,334 +Uruguay,311711,852825,803,211,334 +Uruguay,311811,3199439,803,211,334 +Uruguay,311823,108867,803,211,334 +Uruguay,311920,210636,803,211,334 +Uruguay,311930,9205,803,211,334 +Uruguay,311942,3271,803,211,334 +Uruguay,311999,1424581,803,211,334 +Uruguay,312120,59132,803,211,334 +Uruguay,312130,1106051,803,211,334 +Uruguay,312221,723799,803,211,334 +Uruguay,313111,2639582,803,211,334 +Uruguay,313210,827993,803,211,334 +Uruguay,313221,875269,803,211,334 +Uruguay,313249,8126,803,211,334 +Uruguay,313312,799855,803,211,334 +Uruguay,314110,3669,803,211,334 +Uruguay,314129,666427,803,211,334 +Uruguay,314991,3206,803,211,334 +Uruguay,314999,43692,803,211,334 +Uruguay,315111,8313,803,211,334 +Uruguay,315222,2398,803,211,334 +Uruguay,315223,6959,803,211,334 +Uruguay,315224,4070,803,211,334 +Uruguay,315228,298422,803,211,334 +Uruguay,315231,12441,803,211,334 +Uruguay,315232,151430,803,211,334 +Uruguay,315233,27136,803,211,334 +Uruguay,315234,264061,803,211,334 +Uruguay,315239,695245,803,211,334 +Uruguay,315292,1218378,803,211,334 +Uruguay,315991,38220,803,211,334 +Uruguay,315992,10896,803,211,334 +Uruguay,315999,123284,803,211,334 +Uruguay,316110,19265879,803,211,334 +Uruguay,316213,36029,803,211,334 +Uruguay,316214,120521,803,211,334 +Uruguay,316219,26122,803,211,334 +Uruguay,316991,19859,803,211,334 +Uruguay,316992,8046,803,211,334 +Uruguay,316993,420,803,211,334 +Uruguay,316999,13545,803,211,334 +Uruguay,321113,11843682,803,211,334 +Uruguay,321114,53118,803,211,334 +Uruguay,321211,3656838,803,211,334 +Uruguay,321212,1867335,803,211,334 +Uruguay,321213,50378,803,211,334 +Uruguay,321219,47859,803,211,334 +Uruguay,321918,2548,803,211,334 +Uruguay,321999,31262,803,211,334 +Uruguay,322121,194499,803,211,334 +Uruguay,322211,37618,803,211,334 +Uruguay,322213,3344,803,211,334 +Uruguay,322223,29003,803,211,334 +Uruguay,322224,57558,803,211,334 +Uruguay,322299,8430,803,211,334 +Uruguay,323117,193808,803,211,334 +Uruguay,323119,178826,803,211,334 +Uruguay,324110,2763409,803,211,334 +Uruguay,324121,56458,803,211,334 +Uruguay,325191,509749,803,211,334 +Uruguay,325199,770614,803,211,334 +Uruguay,325411,1666541,803,211,334 +Uruguay,325414,3243,803,211,334 +Uruguay,325510,31069,803,211,334 +Uruguay,325611,11274,803,211,334 +Uruguay,325613,2405714,803,211,334 +Uruguay,325620,4001062,803,211,334 +Uruguay,325998,157500,803,211,334 +Uruguay,326113,59555,803,211,334 +Uruguay,326122,31026,803,211,334 +Uruguay,326160,30508,803,211,334 +Uruguay,326199,4676705,803,211,334 +Uruguay,326211,17630,803,211,334 +Uruguay,326299,1186468,803,211,334 +Uruguay,327112,245816,803,211,334 +Uruguay,327122,27910,803,211,334 +Uruguay,327124,6941,803,211,334 +Uruguay,327125,2550,803,211,334 +Uruguay,327211,61964,803,211,334 +Uruguay,327212,38840,803,211,334 +Uruguay,327910,3078,803,211,334 +Uruguay,327999,13649,803,211,334 +Uruguay,331111,43310,803,211,334 +Uruguay,331319,6740,803,211,334 +Uruguay,332312,4176,803,211,334 +Uruguay,332510,13701,803,211,334 +Uruguay,332611,2655,803,211,334 +Uruguay,332722,12126,803,211,334 +Uruguay,332919,11330,803,211,334 +Uruguay,332999,10085,803,211,334 +Uruguay,333111,4132,803,211,334 +Uruguay,333132,44624,803,211,334 +Uruguay,333220,3885,803,211,334 +Uruguay,333292,2509,803,211,334 +Uruguay,333314,6584,803,211,334 +Uruguay,333315,576629,803,211,334 +Uruguay,333412,3450,803,211,334 +Uruguay,333613,3221,803,211,334 +Uruguay,333618,202268,803,211,334 +Uruguay,333992,15049,803,211,334 +Uruguay,333993,5117,803,211,334 +Uruguay,333994,6170,803,211,334 +Uruguay,333995,89722,803,211,334 +Uruguay,333996,3150,803,211,334 +Uruguay,333999,6314,803,211,334 +Uruguay,334111,18406,803,211,334 +Uruguay,334119,757465,803,211,334 +Uruguay,334220,330528,803,211,334 +Uruguay,334310,7200,803,211,334 +Uruguay,334413,22189,803,211,334 +Uruguay,334417,13940,803,211,334 +Uruguay,334418,83243,803,211,334 +Uruguay,334419,10577,803,211,334 +Uruguay,334510,746748,803,211,334 +Uruguay,334511,8676,803,211,334 +Uruguay,334513,10557,803,211,334 +Uruguay,334515,73173,803,211,334 +Uruguay,334516,22450,803,211,334 +Uruguay,334518,174807,803,211,334 +Uruguay,334612,15163,803,211,334 +Uruguay,335121,8185,803,211,334 +Uruguay,335129,13586,803,211,334 +Uruguay,335211,2420,803,211,334 +Uruguay,335221,39660,803,211,334 +Uruguay,335228,8699,803,211,334 +Uruguay,335312,29749,803,211,334 +Uruguay,335314,7612,803,211,334 +Uruguay,335929,2545,803,211,334 +Uruguay,335999,9880,803,211,334 +Uruguay,336322,242127,803,211,334 +Uruguay,336340,435235,803,211,334 +Uruguay,336399,175580,803,211,334 +Uruguay,336411,40250,803,211,334 +Uruguay,336412,28224,803,211,334 +Uruguay,337124,28168,803,211,334 +Uruguay,337127,64202,803,211,334 +Uruguay,337211,4185,803,211,334 +Uruguay,337215,38000,803,211,334 +Uruguay,339112,289597,803,211,334 +Uruguay,339113,7450,803,211,334 +Uruguay,339115,15685,803,211,334 +Uruguay,339911,239895,803,211,334 +Uruguay,339913,683831,803,211,334 +Uruguay,339920,14265,803,211,334 +Uruguay,339950,46681,803,211,334 +Uruguay,339992,2579,803,211,334 +Uruguay,339999,141578,803,211,334 +Uruguay,910000,385216,803,211,334 +Uruguay,920000,1733621,803,211,334 +Uruguay,980000,32666516,803,211,334 +Uruguay,990000,721841,803,211,334 +Uzbekistan,111219,2568,806,212,335 +Uzbekistan,111339,26980,806,212,335 +Uzbekistan,111998,81703,806,212,335 +Uzbekistan,112910,7269,806,212,335 +Uzbekistan,112990,161667,806,212,335 +Uzbekistan,113210,36580,806,212,335 +Uzbekistan,211111,3112658,806,212,335 +Uzbekistan,311212,4841,806,212,335 +Uzbekistan,311223,3572,806,212,335 +Uzbekistan,311423,444928,806,212,335 +Uzbekistan,311920,114680,806,212,335 +Uzbekistan,311942,1207684,806,212,335 +Uzbekistan,313210,428835,806,212,335 +Uzbekistan,314110,8844,806,212,335 +Uzbekistan,314129,8720,806,212,335 +Uzbekistan,314999,17180,806,212,335 +Uzbekistan,315231,1264,806,212,335 +Uzbekistan,315232,1225,806,212,335 +Uzbekistan,315234,1326,806,212,335 +Uzbekistan,315999,2197,806,212,335 +Uzbekistan,316110,5689,806,212,335 +Uzbekistan,321213,4785,806,212,335 +Uzbekistan,321911,24567,806,212,335 +Uzbekistan,324110,5211468,806,212,335 +Uzbekistan,325188,56772183,806,212,335 +Uzbekistan,326199,16149,806,212,335 +Uzbekistan,327112,46649,806,212,335 +Uzbekistan,332911,2790,806,212,335 +Uzbekistan,332999,9682,806,212,335 +Uzbekistan,333313,7500,806,212,335 +Uzbekistan,333996,10969,806,212,335 +Uzbekistan,334111,5308,806,212,335 +Uzbekistan,334414,16335,806,212,335 +Uzbekistan,334513,5450,806,212,335 +Uzbekistan,336412,138037,806,212,335 +Uzbekistan,339991,1552,806,212,335 +Uzbekistan,920000,156791,806,212,335 +Uzbekistan,980000,580881,806,212,335 +Uzbekistan,990000,87223,806,212,335 +Vanuatu,111339,5891,808,213,336 +Vanuatu,111998,850461,808,213,336 +Vanuatu,112511,49654,808,213,336 +Vanuatu,114111,5257,808,213,336 +Vanuatu,114119,85383,808,213,336 +Vanuatu,311223,83046,808,213,336 +Vanuatu,311421,3217,808,213,336 +Vanuatu,311920,15751,808,213,336 +Vanuatu,311999,146209,808,213,336 +Vanuatu,315232,377,808,213,336 +Vanuatu,315239,906,808,213,336 +Vanuatu,321999,15700,808,213,336 +Vanuatu,325998,43020,808,213,336 +Vanuatu,334220,3160,808,213,336 +Vanuatu,334413,17329,808,213,336 +Vanuatu,334418,11557,808,213,336 +Vanuatu,980000,422308,808,213,336 +Vanuatu,990000,55638,808,213,336 +Venezuela,111120,4384224,803,214,337 +Venezuela,111335,2886357,803,214,337 +Venezuela,111339,620748,803,214,337 +Venezuela,111421,3956,803,214,337 +Venezuela,112920,132248,803,214,337 +Venezuela,112990,133086,803,214,337 +Venezuela,113210,3803,803,214,337 +Venezuela,114111,7344532,803,214,337 +Venezuela,114112,34531387,803,214,337 +Venezuela,211111,27353985393,803,214,337 +Venezuela,211112,2148133641,803,214,337 +Venezuela,212112,45247797,803,214,337 +Venezuela,212210,35085692,803,214,337 +Venezuela,212399,203562,803,214,337 +Venezuela,311211,4267,803,214,337 +Venezuela,311320,2414667,803,214,337 +Venezuela,311340,9255,803,214,337 +Venezuela,311711,4375585,803,214,337 +Venezuela,311811,115534,803,214,337 +Venezuela,311920,157662,803,214,337 +Venezuela,311999,234844,803,214,337 +Venezuela,312111,1313220,803,214,337 +Venezuela,312120,888978,803,214,337 +Venezuela,312130,188483,803,214,337 +Venezuela,312140,1404425,803,214,337 +Venezuela,313221,206851,803,214,337 +Venezuela,313230,47458,803,214,337 +Venezuela,314110,11075,803,214,337 +Venezuela,314129,4984,803,214,337 +Venezuela,314912,1550,803,214,337 +Venezuela,314999,8459,803,214,337 +Venezuela,315111,427,803,214,337 +Venezuela,315221,551,803,214,337 +Venezuela,315222,1593,803,214,337 +Venezuela,315223,40477,803,214,337 +Venezuela,315228,2097,803,214,337 +Venezuela,315231,2108,803,214,337 +Venezuela,315232,11204,803,214,337 +Venezuela,315233,15149,803,214,337 +Venezuela,315234,4089,803,214,337 +Venezuela,315239,57798,803,214,337 +Venezuela,315291,7315,803,214,337 +Venezuela,315991,481,803,214,337 +Venezuela,315999,292008,803,214,337 +Venezuela,316110,13491,803,214,337 +Venezuela,316213,12570,803,214,337 +Venezuela,316214,36659,803,214,337 +Venezuela,316219,7127,803,214,337 +Venezuela,316991,15923,803,214,337 +Venezuela,316992,28260,803,214,337 +Venezuela,316993,1688,803,214,337 +Venezuela,316999,778,803,214,337 +Venezuela,321999,9250,803,214,337 +Venezuela,322213,3571,803,214,337 +Venezuela,322215,107133,803,214,337 +Venezuela,322222,3250,803,214,337 +Venezuela,322223,10335,803,214,337 +Venezuela,323117,163364,803,214,337 +Venezuela,323118,3208,803,214,337 +Venezuela,323119,23925,803,214,337 +Venezuela,324110,2628378212,803,214,337 +Venezuela,324121,59326,803,214,337 +Venezuela,324122,856956,803,214,337 +Venezuela,325110,20299125,803,214,337 +Venezuela,325188,7513933,803,214,337 +Venezuela,325192,24145180,803,214,337 +Venezuela,325199,200450281,803,214,337 +Venezuela,325211,1042038,803,214,337 +Venezuela,325311,122181347,803,214,337 +Venezuela,325412,94571,803,214,337 +Venezuela,325510,78234,803,214,337 +Venezuela,325611,9514,803,214,337 +Venezuela,325612,26934,803,214,337 +Venezuela,325613,2793,803,214,337 +Venezuela,325620,378664,803,214,337 +Venezuela,325910,70274,803,214,337 +Venezuela,325998,28290,803,214,337 +Venezuela,326113,850,803,214,337 +Venezuela,326199,271535,803,214,337 +Venezuela,326211,743075,803,214,337 +Venezuela,326220,2082,803,214,337 +Venezuela,326299,615539,803,214,337 +Venezuela,327111,64525,803,214,337 +Venezuela,327112,4991673,803,214,337 +Venezuela,327123,403002,803,214,337 +Venezuela,327125,185267,803,214,337 +Venezuela,327211,3966,803,214,337 +Venezuela,327212,9776,803,214,337 +Venezuela,327213,1794739,803,214,337 +Venezuela,327310,3405150,803,214,337 +Venezuela,327910,15439982,803,214,337 +Venezuela,327991,3224,803,214,337 +Venezuela,327999,251133,803,214,337 +Venezuela,331111,41859396,803,214,337 +Venezuela,331112,164506082,803,214,337 +Venezuela,331222,369978,803,214,337 +Venezuela,331311,17468414,803,214,337 +Venezuela,331312,264813715,803,214,337 +Venezuela,331315,3591960,803,214,337 +Venezuela,331316,1766716,803,214,337 +Venezuela,331319,1705199,803,214,337 +Venezuela,331419,130183,803,214,337 +Venezuela,331421,5122,803,214,337 +Venezuela,331422,55026,803,214,337 +Venezuela,331491,173853,803,214,337 +Venezuela,332115,43786,803,214,337 +Venezuela,332212,5002,803,214,337 +Venezuela,332214,177472,803,214,337 +Venezuela,332321,3831,803,214,337 +Venezuela,332322,49409,803,214,337 +Venezuela,332410,21772,803,214,337 +Venezuela,332420,546726,803,214,337 +Venezuela,332431,4291664,803,214,337 +Venezuela,332439,3190,803,214,337 +Venezuela,332510,1264248,803,214,337 +Venezuela,332611,3328,803,214,337 +Venezuela,332618,48733,803,214,337 +Venezuela,332722,6040,803,214,337 +Venezuela,332911,474615,803,214,337 +Venezuela,332912,650401,803,214,337 +Venezuela,332919,1259590,803,214,337 +Venezuela,332991,7140,803,214,337 +Venezuela,332999,7635974,803,214,337 +Venezuela,333111,819407,803,214,337 +Venezuela,333120,138202,803,214,337 +Venezuela,333131,919799,803,214,337 +Venezuela,333132,1917407,803,214,337 +Venezuela,333220,13150,803,214,337 +Venezuela,333291,1394744,803,214,337 +Venezuela,333293,88504,803,214,337 +Venezuela,333294,17826,803,214,337 +Venezuela,333313,7050,803,214,337 +Venezuela,333314,5250,803,214,337 +Venezuela,333415,28700,803,214,337 +Venezuela,333511,58544,803,214,337 +Venezuela,333512,71839,803,214,337 +Venezuela,333513,118039,803,214,337 +Venezuela,333515,5217,803,214,337 +Venezuela,333611,2792,803,214,337 +Venezuela,333612,144473,803,214,337 +Venezuela,333613,55503,803,214,337 +Venezuela,333618,1659562,803,214,337 +Venezuela,333911,125916,803,214,337 +Venezuela,333912,29887,803,214,337 +Venezuela,333913,6100,803,214,337 +Venezuela,333924,4501,803,214,337 +Venezuela,333992,17047,803,214,337 +Venezuela,333993,734721,803,214,337 +Venezuela,333994,272275,803,214,337 +Venezuela,333995,64822,803,214,337 +Venezuela,333996,60804,803,214,337 +Venezuela,333999,409159,803,214,337 +Venezuela,334111,13652,803,214,337 +Venezuela,334112,23225,803,214,337 +Venezuela,334119,73914,803,214,337 +Venezuela,334210,12314,803,214,337 +Venezuela,334220,464248,803,214,337 +Venezuela,334290,34752,803,214,337 +Venezuela,334310,53508,803,214,337 +Venezuela,334413,39915,803,214,337 +Venezuela,334417,17879,803,214,337 +Venezuela,334418,38524,803,214,337 +Venezuela,334419,39782,803,214,337 +Venezuela,334510,64816,803,214,337 +Venezuela,334511,30625,803,214,337 +Venezuela,334513,62277,803,214,337 +Venezuela,334515,141384,803,214,337 +Venezuela,334516,115078,803,214,337 +Venezuela,334519,22423,803,214,337 +Venezuela,334612,4250,803,214,337 +Venezuela,334613,4250,803,214,337 +Venezuela,335121,3552,803,214,337 +Venezuela,335129,5000,803,214,337 +Venezuela,335211,22613,803,214,337 +Venezuela,335221,100729,803,214,337 +Venezuela,335311,8540,803,214,337 +Venezuela,335312,2410000,803,214,337 +Venezuela,335313,77618,803,214,337 +Venezuela,335314,12877,803,214,337 +Venezuela,335929,20741008,803,214,337 +Venezuela,335999,83498,803,214,337 +Venezuela,336111,9912,803,214,337 +Venezuela,336214,15450,803,214,337 +Venezuela,336311,206733,803,214,337 +Venezuela,336322,19464,803,214,337 +Venezuela,336330,487307,803,214,337 +Venezuela,336350,7336859,803,214,337 +Venezuela,336399,3484778,803,214,337 +Venezuela,336412,34735,803,214,337 +Venezuela,336413,53191,803,214,337 +Venezuela,336510,121955,803,214,337 +Venezuela,336612,156590,803,214,337 +Venezuela,336991,10250,803,214,337 +Venezuela,337124,12843,803,214,337 +Venezuela,337127,46574,803,214,337 +Venezuela,337214,9353,803,214,337 +Venezuela,337215,46527,803,214,337 +Venezuela,339112,14794,803,214,337 +Venezuela,339113,2894,803,214,337 +Venezuela,339911,1196423,803,214,337 +Venezuela,339912,7682,803,214,337 +Venezuela,339914,23539,803,214,337 +Venezuela,339920,101728,803,214,337 +Venezuela,339991,56816,803,214,337 +Venezuela,339992,10168,803,214,337 +Venezuela,339993,64403,803,214,337 +Venezuela,339999,8848,803,214,337 +Venezuela,910000,10948670,803,214,337 +Venezuela,920000,6796813,803,214,337 +Venezuela,980000,55433187,803,214,337 +Venezuela,990000,1537057,803,214,337 +Vietnam,111110,15100,808,215,338 +Vietnam,111120,2300,808,215,338 +Vietnam,111130,356358,808,215,338 +Vietnam,111150,16910,808,215,338 +Vietnam,111219,1788654,808,215,338 +Vietnam,111320,6005,808,215,338 +Vietnam,111335,350035027,808,215,338 +Vietnam,111339,375593140,808,215,338 +Vietnam,111421,337380,808,215,338 +Vietnam,111422,409864,808,215,338 +Vietnam,111930,98381,808,215,338 +Vietnam,111998,2768183,808,215,338 +Vietnam,112511,637718,808,215,338 +Vietnam,112910,49276933,808,215,338 +Vietnam,112990,3685185,808,215,338 +Vietnam,113210,62879544,808,215,338 +Vietnam,113310,15323,808,215,338 +Vietnam,114111,258468747,808,215,338 +Vietnam,114112,539273056,808,215,338 +Vietnam,114119,1078449,808,215,338 +Vietnam,211111,421152409,808,215,338 +Vietnam,211112,3106922,808,215,338 +Vietnam,212299,1415600,808,215,338 +Vietnam,212322,2016814,808,215,338 +Vietnam,212393,236818,808,215,338 +Vietnam,311119,944939,808,215,338 +Vietnam,311211,78346,808,215,338 +Vietnam,311212,9560740,808,215,338 +Vietnam,311221,1336263,808,215,338 +Vietnam,311222,189732,808,215,338 +Vietnam,311223,17024,808,215,338 +Vietnam,311230,91995,808,215,338 +Vietnam,311311,529427,808,215,338 +Vietnam,311320,230595,808,215,338 +Vietnam,311340,2382751,808,215,338 +Vietnam,311411,2699608,808,215,338 +Vietnam,311421,14356106,808,215,338 +Vietnam,311422,54052,808,215,338 +Vietnam,311423,250575,808,215,338 +Vietnam,311514,3816657,808,215,338 +Vietnam,311611,214130,808,215,338 +Vietnam,311613,259513,808,215,338 +Vietnam,311615,244156,808,215,338 +Vietnam,311711,122659973,808,215,338 +Vietnam,311811,12680783,808,215,338 +Vietnam,311822,28843,808,215,338 +Vietnam,311823,2120084,808,215,338 +Vietnam,311911,10564988,808,215,338 +Vietnam,311919,3548648,808,215,338 +Vietnam,311920,25243839,808,215,338 +Vietnam,311930,959030,808,215,338 +Vietnam,311941,1972086,808,215,338 +Vietnam,311942,66318550,808,215,338 +Vietnam,311999,8266501,808,215,338 +Vietnam,312111,367376,808,215,338 +Vietnam,312113,2142,808,215,338 +Vietnam,312120,431281,808,215,338 +Vietnam,312140,42484,808,215,338 +Vietnam,312221,37287,808,215,338 +Vietnam,313111,16416783,808,215,338 +Vietnam,313113,359752,808,215,338 +Vietnam,313210,7619508,808,215,338 +Vietnam,313221,3347308,808,215,338 +Vietnam,313230,89150,808,215,338 +Vietnam,313249,3537544,808,215,338 +Vietnam,313320,11271782,808,215,338 +Vietnam,314110,501251,808,215,338 +Vietnam,314121,1487371,808,215,338 +Vietnam,314129,34291488,808,215,338 +Vietnam,314911,33898523,808,215,338 +Vietnam,314912,6765913,808,215,338 +Vietnam,314991,5437093,808,215,338 +Vietnam,314992,138550473,808,215,338 +Vietnam,314999,17282227,808,215,338 +Vietnam,315111,4573511,808,215,338 +Vietnam,315221,162877872,808,215,338 +Vietnam,315222,76355846,808,215,338 +Vietnam,315223,782204812,808,215,338 +Vietnam,315224,381838080,808,215,338 +Vietnam,315228,578261001,808,215,338 +Vietnam,315231,234909529,808,215,338 +Vietnam,315232,1405082532,808,215,338 +Vietnam,315233,308034789,808,215,338 +Vietnam,315234,556448127,808,215,338 +Vietnam,315239,1432108478,808,215,338 +Vietnam,315291,100876600,808,215,338 +Vietnam,315292,4038123,808,215,338 +Vietnam,315991,107799465,808,215,338 +Vietnam,315992,29122755,808,215,338 +Vietnam,315993,469226,808,215,338 +Vietnam,315999,12002549,808,215,338 +Vietnam,316110,544989,808,215,338 +Vietnam,316211,157497533,808,215,338 +Vietnam,316212,402037,808,215,338 +Vietnam,316213,191502081,808,215,338 +Vietnam,316214,266754067,808,215,338 +Vietnam,316219,1106241427,808,215,338 +Vietnam,316991,201710044,808,215,338 +Vietnam,316992,38812114,808,215,338 +Vietnam,316993,11228944,808,215,338 +Vietnam,316999,5266303,808,215,338 +Vietnam,321113,206275,808,215,338 +Vietnam,321211,5806955,808,215,338 +Vietnam,321212,861790,808,215,338 +Vietnam,321213,1693472,808,215,338 +Vietnam,321911,592124,808,215,338 +Vietnam,321918,8952570,808,215,338 +Vietnam,321920,5942592,808,215,338 +Vietnam,321992,684035,808,215,338 +Vietnam,321999,39044240,808,215,338 +Vietnam,322121,12177474,808,215,338 +Vietnam,322122,35889,808,215,338 +Vietnam,322130,9460,808,215,338 +Vietnam,322211,421105,808,215,338 +Vietnam,322212,495679,808,215,338 +Vietnam,322213,3709751,808,215,338 +Vietnam,322215,110574,808,215,338 +Vietnam,322222,1513301,808,215,338 +Vietnam,322223,22485233,808,215,338 +Vietnam,322224,479563,808,215,338 +Vietnam,322233,44302,808,215,338 +Vietnam,322291,1949647,808,215,338 +Vietnam,322299,1691145,808,215,338 +Vietnam,323117,303775,808,215,338 +Vietnam,323118,86222914,808,215,338 +Vietnam,323119,792705,808,215,338 +Vietnam,323122,5943,808,215,338 +Vietnam,324110,6044,808,215,338 +Vietnam,325131,8034712,808,215,338 +Vietnam,325188,4927073,808,215,338 +Vietnam,325191,1565635,808,215,338 +Vietnam,325199,12649188,808,215,338 +Vietnam,325211,1539816,808,215,338 +Vietnam,325212,213127,808,215,338 +Vietnam,325221,83616,808,215,338 +Vietnam,325222,13100780,808,215,338 +Vietnam,325320,193105,808,215,338 +Vietnam,325411,37432,808,215,338 +Vietnam,325412,37893,808,215,338 +Vietnam,325414,51394,808,215,338 +Vietnam,325520,245467,808,215,338 +Vietnam,325611,2559393,808,215,338 +Vietnam,325612,47144,808,215,338 +Vietnam,325613,6893,808,215,338 +Vietnam,325620,274781,808,215,338 +Vietnam,325910,35897413,808,215,338 +Vietnam,325992,13440,808,215,338 +Vietnam,325998,9148613,808,215,338 +Vietnam,326113,4822092,808,215,338 +Vietnam,326121,116268,808,215,338 +Vietnam,326122,363514,808,215,338 +Vietnam,326160,5382981,808,215,338 +Vietnam,326191,574226,808,215,338 +Vietnam,326192,4171171,808,215,338 +Vietnam,326199,80755751,808,215,338 +Vietnam,326211,74065732,808,215,338 +Vietnam,326220,556623,808,215,338 +Vietnam,326299,4743593,808,215,338 +Vietnam,327111,3252572,808,215,338 +Vietnam,327112,43352294,808,215,338 +Vietnam,327113,4083586,808,215,338 +Vietnam,327122,509048,808,215,338 +Vietnam,327212,3356770,808,215,338 +Vietnam,327213,2704,808,215,338 +Vietnam,327215,29227352,808,215,338 +Vietnam,327331,21525,808,215,338 +Vietnam,327390,8113075,808,215,338 +Vietnam,327910,3787054,808,215,338 +Vietnam,327991,3009513,808,215,338 +Vietnam,327993,659008,808,215,338 +Vietnam,327999,393855,808,215,338 +Vietnam,331111,51477237,808,215,338 +Vietnam,331112,2344510,808,215,338 +Vietnam,331222,4754480,808,215,338 +Vietnam,331312,45754,808,215,338 +Vietnam,331315,2864,808,215,338 +Vietnam,331316,101561,808,215,338 +Vietnam,331319,232750,808,215,338 +Vietnam,331419,7925652,808,215,338 +Vietnam,331421,23911894,808,215,338 +Vietnam,331422,4704679,808,215,338 +Vietnam,331511,22103,808,215,338 +Vietnam,332211,2476152,808,215,338 +Vietnam,332212,16128475,808,215,338 +Vietnam,332213,77206,808,215,338 +Vietnam,332214,6987310,808,215,338 +Vietnam,332311,414012,808,215,338 +Vietnam,332312,79021849,808,215,338 +Vietnam,332321,32331,808,215,338 +Vietnam,332420,354670,808,215,338 +Vietnam,332439,216591,808,215,338 +Vietnam,332510,5244257,808,215,338 +Vietnam,332611,77774,808,215,338 +Vietnam,332618,30474768,808,215,338 +Vietnam,332722,10462485,808,215,338 +Vietnam,332911,15174293,808,215,338 +Vietnam,332912,1354552,808,215,338 +Vietnam,332913,240063,808,215,338 +Vietnam,332919,9491218,808,215,338 +Vietnam,332991,630291,808,215,338 +Vietnam,332994,487118,808,215,338 +Vietnam,332998,559968,808,215,338 +Vietnam,332999,38766178,808,215,338 +Vietnam,333111,722798,808,215,338 +Vietnam,333120,5881342,808,215,338 +Vietnam,333131,47001,808,215,338 +Vietnam,333132,159995,808,215,338 +Vietnam,333220,1734855,808,215,338 +Vietnam,333291,39253,808,215,338 +Vietnam,333293,116908,808,215,338 +Vietnam,333294,819563,808,215,338 +Vietnam,333295,914808,808,215,338 +Vietnam,333313,116673,808,215,338 +Vietnam,333314,10504959,808,215,338 +Vietnam,333315,676425,808,215,338 +Vietnam,333319,47238,808,215,338 +Vietnam,333411,812187,808,215,338 +Vietnam,333412,529042,808,215,338 +Vietnam,333414,218451,808,215,338 +Vietnam,333415,16261606,808,215,338 +Vietnam,333511,217523,808,215,338 +Vietnam,333512,206943,808,215,338 +Vietnam,333513,273372,808,215,338 +Vietnam,333514,272812,808,215,338 +Vietnam,333515,97570,808,215,338 +Vietnam,333516,30712,808,215,338 +Vietnam,333611,1618727,808,215,338 +Vietnam,333612,1106540,808,215,338 +Vietnam,333613,2228255,808,215,338 +Vietnam,333618,366765,808,215,338 +Vietnam,333911,8214065,808,215,338 +Vietnam,333912,909943,808,215,338 +Vietnam,333913,4297,808,215,338 +Vietnam,333921,76819,808,215,338 +Vietnam,333922,1163212,808,215,338 +Vietnam,333923,565574,808,215,338 +Vietnam,333924,2246442,808,215,338 +Vietnam,333991,156890,808,215,338 +Vietnam,333992,19265,808,215,338 +Vietnam,333993,287254,808,215,338 +Vietnam,333994,114611,808,215,338 +Vietnam,333996,323134,808,215,338 +Vietnam,333997,19691,808,215,338 +Vietnam,333999,48585923,808,215,338 +Vietnam,334111,29689,808,215,338 +Vietnam,334112,1277516,808,215,338 +Vietnam,334119,344060510,808,215,338 +Vietnam,334210,189113169,808,215,338 +Vietnam,334220,46529224,808,215,338 +Vietnam,334290,59538,808,215,338 +Vietnam,334310,203396937,808,215,338 +Vietnam,334411,21082,808,215,338 +Vietnam,334412,363314,808,215,338 +Vietnam,334413,3075989,808,215,338 +Vietnam,334414,228998,808,215,338 +Vietnam,334415,3038589,808,215,338 +Vietnam,334416,8974166,808,215,338 +Vietnam,334417,16121363,808,215,338 +Vietnam,334418,70728541,808,215,338 +Vietnam,334419,1532007,808,215,338 +Vietnam,334510,42144057,808,215,338 +Vietnam,334511,256768,808,215,338 +Vietnam,334512,16478,808,215,338 +Vietnam,334513,471858,808,215,338 +Vietnam,334515,6443133,808,215,338 +Vietnam,334516,1924694,808,215,338 +Vietnam,334517,232502,808,215,338 +Vietnam,334518,69436,808,215,338 +Vietnam,334519,173330,808,215,338 +Vietnam,334612,41894,808,215,338 +Vietnam,334613,455768,808,215,338 +Vietnam,335110,599474,808,215,338 +Vietnam,335121,3534204,808,215,338 +Vietnam,335129,6587652,808,215,338 +Vietnam,335211,11761682,808,215,338 +Vietnam,335212,164926,808,215,338 +Vietnam,335221,33030,808,215,338 +Vietnam,335222,1260364,808,215,338 +Vietnam,335224,19943,808,215,338 +Vietnam,335228,579879,808,215,338 +Vietnam,335311,51130,808,215,338 +Vietnam,335312,75244977,808,215,338 +Vietnam,335313,598200,808,215,338 +Vietnam,335314,33643183,808,215,338 +Vietnam,335911,31721563,808,215,338 +Vietnam,335912,144682,808,215,338 +Vietnam,335921,463216,808,215,338 +Vietnam,335929,32393705,808,215,338 +Vietnam,335931,5528547,808,215,338 +Vietnam,335932,12500,808,215,338 +Vietnam,335991,9018,808,215,338 +Vietnam,335999,6814425,808,215,338 +Vietnam,336111,3272110,808,215,338 +Vietnam,336214,428061,808,215,338 +Vietnam,336311,1061481,808,215,338 +Vietnam,336321,2537922,808,215,338 +Vietnam,336322,140639479,808,215,338 +Vietnam,336330,462541,808,215,338 +Vietnam,336340,9511684,808,215,338 +Vietnam,336350,20769992,808,215,338 +Vietnam,336360,4960513,808,215,338 +Vietnam,336399,42874544,808,215,338 +Vietnam,336411,314469,808,215,338 +Vietnam,336412,27854,808,215,338 +Vietnam,336413,421277,808,215,338 +Vietnam,336510,398134,808,215,338 +Vietnam,336612,747817,808,215,338 +Vietnam,336991,1172296,808,215,338 +Vietnam,337110,1135291,808,215,338 +Vietnam,337121,722766,808,215,338 +Vietnam,337124,191951338,808,215,338 +Vietnam,337127,1737635815,808,215,338 +Vietnam,337211,9386921,808,215,338 +Vietnam,337214,118114,808,215,338 +Vietnam,337215,188304074,808,215,338 +Vietnam,337910,24779,808,215,338 +Vietnam,337920,3883790,808,215,338 +Vietnam,339112,11549961,808,215,338 +Vietnam,339113,28043263,808,215,338 +Vietnam,339114,3857019,808,215,338 +Vietnam,339115,1284953,808,215,338 +Vietnam,339911,20095335,808,215,338 +Vietnam,339912,29412924,808,215,338 +Vietnam,339913,25215876,808,215,338 +Vietnam,339914,5801251,808,215,338 +Vietnam,339920,96902489,808,215,338 +Vietnam,339932,88854787,808,215,338 +Vietnam,339941,7313632,808,215,338 +Vietnam,339942,8809904,808,215,338 +Vietnam,339943,779009,808,215,338 +Vietnam,339944,404309,808,215,338 +Vietnam,339950,10860,808,215,338 +Vietnam,339991,19247769,808,215,338 +Vietnam,339992,3915274,808,215,338 +Vietnam,339993,424944,808,215,338 +Vietnam,339994,4229541,808,215,338 +Vietnam,339995,60491,808,215,338 +Vietnam,339999,166875592,808,215,338 +Vietnam,511210,3768,808,215,338 +Vietnam,910000,499901,808,215,338 +Vietnam,920000,1934703,808,215,338 +Vietnam,980000,15723044,808,215,338 +Vietnam,990000,42092844,808,215,338 +Yemen,111339,3257536,806,216,339 +Yemen,112511,221686,806,216,339 +Yemen,211111,198681874,806,216,339 +Yemen,311811,9434,806,216,339 +Yemen,311920,19444,806,216,339 +Yemen,311942,2185,806,216,339 +Yemen,314110,1309,806,216,339 +Yemen,314121,534,806,216,339 +Yemen,314129,3609,806,216,339 +Yemen,314999,840,806,216,339 +Yemen,315228,1718,806,216,339 +Yemen,315233,3420,806,216,339 +Yemen,315991,370,806,216,339 +Yemen,315999,2757,806,216,339 +Yemen,316219,569,806,216,339 +Yemen,325188,32600,806,216,339 +Yemen,325510,9027,806,216,339 +Yemen,332911,8393,806,216,339 +Yemen,333618,4874,806,216,339 +Yemen,333996,36457,806,216,339 +Yemen,336311,6233,806,216,339 +Yemen,336322,6803,806,216,339 +Yemen,337127,76455,806,216,339 +Yemen,339991,2139,806,216,339 +Yemen,920000,1624941,806,216,339 +Yemen,980000,1576695,806,216,339 +Yemen,990000,34951,806,216,339 +Zambia,111219,20498,805,217,340 +Zambia,111339,155291,805,217,340 +Zambia,111422,2846,805,217,340 +Zambia,112511,14796,805,217,340 +Zambia,112990,18092,805,217,340 +Zambia,212311,14505,805,217,340 +Zambia,212399,3626,805,217,340 +Zambia,311611,35053,805,217,340 +Zambia,311942,74566,805,217,340 +Zambia,313210,4164,805,217,340 +Zambia,314129,12953,805,217,340 +Zambia,314999,1443,805,217,340 +Zambia,315223,390,805,217,340 +Zambia,316991,3373,805,217,340 +Zambia,316992,2902,805,217,340 +Zambia,316993,3138,805,217,340 +Zambia,321113,27146,805,217,340 +Zambia,321999,22780,805,217,340 +Zambia,322223,1015,805,217,340 +Zambia,323117,10227,805,217,340 +Zambia,327112,3295,805,217,340 +Zambia,331112,1669015,805,217,340 +Zambia,331419,22265331,805,217,340 +Zambia,332999,12712,805,217,340 +Zambia,333618,23259,805,217,340 +Zambia,333911,3450,805,217,340 +Zambia,334111,5450,805,217,340 +Zambia,334220,19550,805,217,340 +Zambia,334419,39074,805,217,340 +Zambia,334515,15450,805,217,340 +Zambia,334519,48600,805,217,340 +Zambia,337127,24790,805,217,340 +Zambia,339911,159772,805,217,340 +Zambia,339913,4785499,805,217,340 +Zambia,339941,3075,805,217,340 +Zambia,920000,112574,805,217,340 +Zambia,980000,108407,805,217,340 +Zambia,990000,27068,805,217,340 +Zimbabwe,111339,415789,805,218,341 +Zimbabwe,111421,40228,805,218,341 +Zimbabwe,111422,29253,805,218,341 +Zimbabwe,111910,143614,805,218,341 +Zimbabwe,112930,15575,805,218,341 +Zimbabwe,212311,93937,805,218,341 +Zimbabwe,212399,372324,805,218,341 +Zimbabwe,311311,14920681,805,218,341 +Zimbabwe,311611,3373,805,218,341 +Zimbabwe,311920,379927,805,218,341 +Zimbabwe,311942,74803,805,218,341 +Zimbabwe,314121,6185,805,218,341 +Zimbabwe,314129,21015,805,218,341 +Zimbabwe,314999,461,805,218,341 +Zimbabwe,315222,13478,805,218,341 +Zimbabwe,315223,38182,805,218,341 +Zimbabwe,315224,7090,805,218,341 +Zimbabwe,315228,2475,805,218,341 +Zimbabwe,315232,2847,805,218,341 +Zimbabwe,315234,1244,805,218,341 +Zimbabwe,315239,4491,805,218,341 +Zimbabwe,315292,3386,805,218,341 +Zimbabwe,315991,5578,805,218,341 +Zimbabwe,315999,10078,805,218,341 +Zimbabwe,316110,942578,805,218,341 +Zimbabwe,316213,6146,805,218,341 +Zimbabwe,316214,747,805,218,341 +Zimbabwe,316991,6519,805,218,341 +Zimbabwe,316992,20369,805,218,341 +Zimbabwe,316993,12557,805,218,341 +Zimbabwe,316999,1488,805,218,341 +Zimbabwe,321999,35166,805,218,341 +Zimbabwe,326199,3275,805,218,341 +Zimbabwe,327112,81398,805,218,341 +Zimbabwe,327390,37478,805,218,341 +Zimbabwe,327991,5296,805,218,341 +Zimbabwe,327999,53258,805,218,341 +Zimbabwe,331112,23722619,805,218,341 +Zimbabwe,331419,17141228,805,218,341 +Zimbabwe,332999,127372,805,218,341 +Zimbabwe,334518,7758,805,218,341 +Zimbabwe,335121,572,805,218,341 +Zimbabwe,336413,42244,805,218,341 +Zimbabwe,337124,1525,805,218,341 +Zimbabwe,337127,9095,805,218,341 +Zimbabwe,339911,16199,805,218,341 +Zimbabwe,339920,633404,805,218,341 +Zimbabwe,339932,20488,805,218,341 +Zimbabwe,339992,3961,805,218,341 +Zimbabwe,339999,3551,805,218,341 +Zimbabwe,920000,348290,805,218,341 +Zimbabwe,980000,41148,805,218,341 +Zimbabwe,990000,131352,805,218,341 diff --git a/scenarios/base/inputs/data_hh.csv b/scenarios/base/inputs/data_hh.csv new file mode 100644 index 0000000..1f088b1 --- /dev/null +++ b/scenarios/base/inputs/data_hh.csv @@ -0,0 +1,3633 @@ +Zone17,HH +1,629 +2,2515 +3,2235 +4,2670 +5,3678 +6,465 +7,7923 +8,198 +9,1628 +10,2547 +11,1626 +12,2355 +13,4800 +14,2271 +15,1277 +16,1290 +17,1969 +18,1039 +19,5120 +20,1771 +21,279 +22,1359 +23,647 +24,1872 +25,3479 +26,2621 +27,1759 +28,0 +29,171 +30,415 +31,0 +32,598 +33,577 +34,1569 +35,1269 +36,150 +37,0 +38,3 +39,1952 +40,3288 +41,1170 +42,0 +43,41 +44,0 +45,320 +46,1116 +47,1772 +48,2063 +49,150 +50,2705 +51,9374 +52,4957 +53,2499 +54,484 +55,2087 +56,9531 +57,10513 +58,2882 +59,2946 +60,530 +61,2197 +62,2584 +63,4988 +64,3171 +65,1019 +66,890 +67,2280 +68,300 +69,779 +70,8530 +71,0 +72,2800 +73,2412 +74,864 +75,1674 +76,3772 +77,0 +78,2998 +79,752 +80,1408 +81,2625 +82,3582 +83,2217 +84,3339 +85,2418 +86,142 +87,2159 +88,3111 +89,3348 +90,2596 +91,3464 +92,3621 +93,4176 +94,2164 +95,2270 +96,933 +97,776 +98,1920 +99,1034 +100,1412 +101,0 +102,45 +103,45 +104,2747 +105,2822 +106,2032 +107,299 +108,40 +109,118 +110,718 +111,1899 +112,399 +113,0 +114,0 +115,0 +116,1243 +117,1373 +118,2722 +119,1721 +120,1598 +121,881 +122,0 +123,0 +124,541 +125,0 +126,0 +127,615 +128,430 +129,0 +130,0 +131,415 +132,114 +133,272 +134,694 +135,3770 +136,1773 +137,1492 +138,1795 +139,527 +140,2248 +141,1084 +142,769 +143,1472 +144,877 +145,1138 +146,789 +147,800 +148,706 +149,931 +150,947 +151,3789 +152,4772 +153,1739 +154,543 +155,740 +156,382 +157,652 +158,45 +159,435 +160,751 +161,1089 +162,1074 +163,2385 +164,3539 +165,1853 +166,5228 +167,1833 +168,2201 +169,1186 +170,1890 +171,2342 +172,2266 +173,1811 +174,3225 +175,4150 +176,702 +177,5929 +178,1068 +179,484 +180,884 +181,777 +182,557 +183,1456 +184,1161 +185,238 +186,1289 +187,610 +188,388 +189,234 +190,114 +191,848 +192,818 +193,668 +194,426 +195,755 +196,536 +197,367 +198,1805 +199,2430 +200,2412 +201,732 +202,2271 +203,4153 +204,838 +205,1935 +206,1249 +207,1217 +208,1458 +209,719 +210,1620 +211,1336 +212,1090 +213,215 +214,1247 +215,1535 +216,0 +217,2296 +218,2273 +219,2713 +220,909 +221,1607 +222,3555 +223,963 +224,742 +225,6270 +226,1246 +227,1854 +228,2015 +229,1117 +230,1017 +231,665 +232,1825 +233,2334 +234,3130 +235,2061 +236,2697 +237,2888 +238,2543 +239,2716 +240,1258 +241,3011 +242,1635 +243,1217 +244,332 +245,1549 +246,1270 +247,1294 +248,1566 +249,1393 +250,2094 +251,1594 +252,1885 +253,1930 +254,1110 +255,1040 +256,1142 +257,2170 +258,991 +259,2447 +260,437 +261,2073 +262,348 +263,314 +264,2308 +265,1464 +266,398 +267,1523 +268,1571 +269,1469 +270,5743 +271,8219 +272,974 +273,1556 +274,1535 +275,1343 +276,3283 +277,2776 +278,2964 +279,3282 +280,2593 +281,2182 +282,1826 +283,1404 +284,651 +285,995 +286,852 +287,1282 +288,1582 +289,949 +290,1265 +291,1434 +292,1891 +293,1106 +294,1860 +295,1073 +296,1341 +297,2071 +298,257 +299,2369 +300,1522 +301,3210 +302,2250 +303,2263 +304,2488 +305,2673 +306,2893 +307,2742 +308,1313 +309,2563 +310,2447 +311,6523 +312,6613 +313,3431 +314,2691 +315,1998 +316,4409 +317,1997 +318,1226 +319,6463 +320,2376 +321,2934 +322,0 +323,6825 +324,2424 +325,2478 +326,2879 +327,2328 +328,4828 +329,5082 +330,5027 +331,1376 +332,2506 +333,3049 +334,3001 +335,2372 +336,2511 +337,3778 +338,4832 +339,3485 +340,3251 +341,8707 +342,8376 +343,208 +344,1788 +345,2209 +346,1532 +347,3370 +348,4032 +349,2970 +350,3700 +351,2814 +352,10239 +353,0 +354,7919 +355,5000 +356,1168 +357,2242 +358,1954 +359,909 +360,2016 +361,419 +362,60 +363,1769 +364,1860 +365,2315 +366,1260 +367,2245 +368,3300 +369,1283 +370,0 +371,3833 +372,1307 +373,1757 +374,1183 +375,1625 +376,1403 +377,1320 +378,843 +379,0 +380,180 +381,756 +382,1237 +383,1098 +384,435 +385,1393 +386,1124 +387,711 +388,459 +389,264 +390,552 +391,363 +392,80 +393,139 +394,2047 +395,2169 +396,306 +397,863 +398,1369 +399,1619 +400,864 +401,1079 +402,977 +403,1458 +404,936 +405,1345 +406,922 +407,969 +408,297 +409,1690 +410,330 +411,1655 +412,1830 +413,1912 +414,2033 +415,1614 +416,1004 +417,443 +418,371 +419,1051 +420,1320 +421,280 +422,2577 +423,100 +424,2072 +425,3032 +426,2427 +427,2451 +428,0 +429,2813 +430,1482 +431,239 +432,375 +433,828 +434,0 +435,0 +436,763 +437,0 +438,224 +439,1111 +440,1026 +441,2272 +442,731 +443,1142 +444,990 +445,758 +446,0 +447,598 +448,2876 +449,1779 +450,784 +451,2217 +452,633 +453,1511 +454,438 +455,1170 +456,1745 +457,1682 +458,0 +459,980 +460,1543 +461,382 +462,0 +463,0 +464,2280 +465,2299 +466,2407 +467,2713 +468,1953 +469,1084 +470,1165 +471,1338 +472,421 +473,993 +474,909 +475,1654 +476,848 +477,595 +478,1092 +479,715 +480,58 +481,1001 +482,1509 +483,0 +484,1725 +485,765 +486,1014 +487,674 +488,969 +489,117 +490,860 +491,1050 +492,4180 +493,1683 +494,0 +495,595 +496,471 +497,1410 +498,1199 +499,801 +500,1145 +501,5045 +502,6459 +503,2888 +504,0 +505,1051 +506,1063 +507,1238 +508,2014 +509,1644 +510,1922 +511,0 +512,521 +513,0 +514,429 +515,2852 +516,2740 +517,3387 +518,832 +519,611 +520,789 +521,777 +522,3164 +523,0 +524,5 +525,1985 +526,73 +527,172 +528,1332 +529,607 +530,428 +531,677 +532,1334 +533,1231 +534,1193 +535,1654 +536,1522 +537,413 +538,1728 +539,2248 +540,1515 +541,641 +542,1172 +543,1643 +544,456 +545,715 +546,1218 +547,1141 +548,1379 +549,1308 +550,0 +551,2423 +552,3433 +553,2212 +554,3504 +555,1322 +556,2285 +557,2264 +558,425 +559,1275 +560,1075 +561,154 +562,4946 +563,2432 +564,1297 +565,0 +566,2441 +567,1518 +568,2214 +569,1219 +570,320 +571,1520 +572,0 +573,1684 +574,4191 +575,5293 +576,995 +577,679 +578,915 +579,627 +580,1077 +581,1568 +582,528 +583,1726 +584,1268 +585,1109 +586,2067 +587,2379 +588,0 +589,0 +590,0 +591,5074 +592,3717 +593,905 +594,1242 +595,1194 +596,1974 +597,4151 +598,6277 +599,545 +600,773 +601,1515 +602,706 +603,1275 +604,2741 +605,2100 +606,1601 +607,4115 +608,6048 +609,978 +610,467 +611,439 +612,99 +613,805 +614,3284 +615,1168 +616,1331 +617,1297 +618,1025 +619,869 +620,3307 +621,4038 +622,1476 +623,2967 +624,3347 +625,1255 +626,1720 +627,1559 +628,1729 +629,715 +630,130 +631,3461 +632,2588 +633,1401 +634,2352 +635,1986 +636,731 +637,527 +638,459 +639,303 +640,4241 +641,1149 +642,869 +643,199 +644,930 +645,3961 +646,467 +647,1034 +648,641 +649,796 +650,3218 +651,2337 +652,2704 +653,3199 +654,620 +655,879 +656,696 +657,4 +658,627 +659,0 +660,202 +661,641 +662,1035 +663,460 +664,1187 +665,0 +666,267 +667,938 +668,598 +669,599 +670,563 +671,2499 +672,3143 +673,1143 +674,917 +675,930 +676,896 +677,0 +678,209 +679,0 +680,1770 +681,2977 +682,3425 +683,3448 +684,0 +685,4 +686,482 +687,230 +688,3701 +689,672 +690,0 +691,127 +692,8 +693,948 +694,803 +695,61 +696,0 +697,1437 +698,2429 +699,618 +700,895 +701,432 +702,661 +703,116 +704,586 +705,1251 +706,0 +707,624 +708,3050 +709,0 +710,459 +711,759 +712,0 +713,337 +714,983 +715,0 +716,451 +717,737 +718,127 +719,277 +720,2537 +721,116 +722,345 +723,1109 +724,10 +725,684 +726,779 +727,4733 +728,991 +729,0 +730,1217 +731,2006 +732,883 +733,1021 +734,3021 +735,8790 +736,2549 +737,4451 +738,1861 +739,8 +740,373 +741,697 +742,491 +743,1873 +744,533 +745,629 +746,531 +747,428 +748,1204 +749,4197 +750,93 +751,16 +752,924 +753,624 +754,1186 +755,1832 +756,725 +757,1017 +758,1562 +759,2161 +760,832 +761,694 +762,464 +763,3849 +764,1061 +765,654 +766,980 +767,435 +768,553 +769,1701 +770,1814 +771,993 +772,1757 +773,1035 +774,838 +775,170 +776,371 +777,28 +778,1244 +779,917 +780,359 +781,541 +782,274 +783,445 +784,1435 +785,816 +786,191 +787,170 +788,1503 +789,0 +790,1149 +791,1123 +792,1985 +793,1784 +794,1382 +795,984 +796,456 +797,1083 +798,842 +799,0 +800,7 +801,1296 +802,536 +803,1247 +804,0 +805,0 +806,3200 +807,1759 +808,421 +809,1006 +810,1341 +811,437 +812,1439 +813,320 +814,0 +815,868 +816,332 +817,88 +818,1657 +819,2083 +820,1927 +821,2392 +822,1620 +823,472 +824,393 +825,1586 +826,393 +827,1896 +828,2058 +829,1976 +830,710 +831,577 +832,421 +833,876 +834,6736 +835,821 +836,1656 +837,206 +838,1186 +839,0 +840,967 +841,422 +842,635 +843,2220 +844,931 +845,762 +846,438 +847,1080 +848,149 +849,590 +850,1167 +851,675 +852,807 +853,283 +854,516 +855,107 +856,372 +857,1020 +858,1947 +859,586 +860,348 +861,783 +862,1170 +863,1548 +864,919 +865,1600 +866,1777 +867,1671 +868,2111 +869,1990 +870,21 +871,5 +872,1907 +873,1469 +874,1659 +875,679 +876,1392 +877,412 +878,1660 +879,1589 +880,448 +881,524 +882,1071 +883,637 +884,505 +885,496 +886,1118 +887,354 +888,510 +889,1496 +890,209 +891,454 +892,627 +893,258 +894,1620 +895,1354 +896,367 +897,449 +898,480 +899,483 +900,2371 +901,1185 +902,2242 +903,884 +904,702 +905,325 +906,1159 +907,261 +908,1118 +909,614 +910,1685 +911,2314 +912,1629 +913,458 +914,684 +915,765 +916,669 +917,0 +918,248 +919,977 +920,1480 +921,632 +922,1235 +923,1538 +924,506 +925,339 +926,1182 +927,2053 +928,428 +929,1162 +930,94 +931,143 +932,136 +933,339 +934,562 +935,39 +936,433 +937,380 +938,1292 +939,713 +940,409 +941,0 +942,806 +943,2197 +944,1419 +945,1429 +946,841 +947,200 +948,0 +949,0 +950,1223 +951,0 +952,2170 +953,21 +954,0 +955,1059 +956,430 +957,382 +958,531 +959,267 +960,379 +961,1022 +962,1410 +963,1768 +964,1437 +965,575 +966,432 +967,722 +968,1255 +969,1427 +970,301 +971,614 +972,332 +973,22 +974,1230 +975,1620 +976,280 +977,1129 +978,921 +979,1468 +980,729 +981,2483 +982,433 +983,133 +984,207 +985,335 +986,254 +987,35 +988,581 +989,287 +990,420 +991,307 +992,376 +993,443 +994,821 +995,1488 +996,1317 +997,659 +998,312 +999,377 +1000,551 +1001,528 +1002,1736 +1003,255 +1004,1201 +1005,2734 +1006,1589 +1007,1693 +1008,1459 +1009,212 +1010,951 +1011,2119 +1012,711 +1013,1507 +1014,1695 +1015,1115 +1016,1516 +1017,817 +1018,998 +1019,779 +1020,846 +1021,188 +1022,2623 +1023,947 +1024,375 +1025,593 +1026,486 +1027,1599 +1028,1399 +1029,654 +1030,519 +1031,224 +1032,387 +1033,1581 +1034,561 +1035,2934 +1036,502 +1037,185 +1038,533 +1039,430 +1040,282 +1041,685 +1042,316 +1043,0 +1044,745 +1045,156 +1046,688 +1047,664 +1048,290 +1049,824 +1050,594 +1051,439 +1052,688 +1053,264 +1054,604 +1055,317 +1056,455 +1057,216 +1058,606 +1059,434 +1060,420 +1061,407 +1062,0 +1063,729 +1064,642 +1065,638 +1066,495 +1067,480 +1068,757 +1069,606 +1070,1014 +1071,375 +1072,869 +1073,1362 +1074,587 +1075,1507 +1076,1043 +1077,601 +1078,873 +1079,1858 +1080,1359 +1081,2019 +1082,1636 +1083,818 +1084,608 +1085,814 +1086,658 +1087,876 +1088,792 +1089,562 +1090,476 +1091,1223 +1092,681 +1093,70 +1094,502 +1095,1050 +1096,1018 +1097,822 +1098,749 +1099,1106 +1100,460 +1101,256 +1102,429 +1103,433 +1104,1235 +1105,615 +1106,404 +1107,1738 +1108,894 +1109,637 +1110,953 +1111,556 +1112,517 +1113,2353 +1114,412 +1115,903 +1116,766 +1117,903 +1118,118 +1119,662 +1120,0 +1121,798 +1122,617 +1123,598 +1124,1208 +1125,180 +1126,1495 +1127,861 +1128,830 +1129,683 +1130,464 +1131,114 +1132,1722 +1133,724 +1134,631 +1135,201 +1136,761 +1137,747 +1138,1213 +1139,433 +1140,908 +1141,306 +1142,977 +1143,461 +1144,149 +1145,668 +1146,341 +1147,558 +1148,0 +1149,407 +1150,101 +1151,1292 +1152,114 +1153,705 +1154,586 +1155,777 +1156,908 +1157,724 +1158,496 +1159,758 +1160,456 +1161,568 +1162,648 +1163,462 +1164,423 +1165,503 +1166,59 +1167,474 +1168,268 +1169,118 +1170,645 +1171,150 +1172,1240 +1173,1540 +1174,2977 +1175,508 +1176,2631 +1177,1381 +1178,2987 +1179,377 +1180,1298 +1181,2082 +1182,1877 +1183,986 +1184,561 +1185,522 +1186,770 +1187,551 +1188,1323 +1189,758 +1190,210 +1191,0 +1192,0 +1193,1002 +1194,674 +1195,598 +1196,701 +1197,1115 +1198,509 +1199,447 +1200,591 +1201,450 +1202,796 +1203,896 +1204,440 +1205,782 +1206,1065 +1207,410 +1208,468 +1209,33 +1210,142 +1211,722 +1212,926 +1213,1303 +1214,1804 +1215,1194 +1216,1575 +1217,455 +1218,1778 +1219,0 +1220,602 +1221,464 +1222,0 +1223,1000 +1224,211 +1225,1973 +1226,778 +1227,497 +1228,1047 +1229,273 +1230,926 +1231,326 +1232,524 +1233,0 +1234,323 +1235,1000 +1236,180 +1237,183 +1238,1265 +1239,903 +1240,1441 +1241,625 +1242,728 +1243,40 +1244,473 +1245,175 +1246,331 +1247,457 +1248,408 +1249,537 +1250,1943 +1251,2935 +1252,1029 +1253,706 +1254,9 +1255,450 +1256,1091 +1257,715 +1258,1001 +1259,947 +1260,214 +1261,714 +1262,81 +1263,708 +1264,521 +1265,2664 +1266,626 +1267,493 +1268,600 +1269,574 +1270,451 +1271,502 +1272,321 +1273,1251 +1274,3411 +1275,0 +1276,839 +1277,724 +1278,82 +1279,1445 +1280,707 +1281,392 +1282,1193 +1283,123 +1284,1993 +1285,568 +1286,825 +1287,263 +1288,324 +1289,594 +1290,13 +1291,394 +1292,760 +1293,11 +1294,572 +1295,428 +1296,2133 +1297,1283 +1298,2066 +1299,1089 +1300,489 +1301,562 +1302,0 +1303,920 +1304,77 +1305,442 +1306,615 +1307,632 +1308,444 +1309,892 +1310,3080 +1311,1010 +1312,1730 +1313,471 +1314,926 +1315,596 +1316,584 +1317,2649 +1318,846 +1319,2063 +1320,668 +1321,1462 +1322,1483 +1323,974 +1324,1230 +1325,1146 +1326,926 +1327,1122 +1328,927 +1329,2055 +1330,2508 +1331,1289 +1332,1624 +1333,6433 +1334,415 +1335,2024 +1336,115 +1337,2166 +1338,956 +1339,674 +1340,1350 +1341,1049 +1342,1688 +1343,1612 +1344,990 +1345,449 +1346,1410 +1347,1988 +1348,1336 +1349,453 +1350,1073 +1351,1450 +1352,1268 +1353,1153 +1354,823 +1355,956 +1356,1272 +1357,1227 +1358,732 +1359,873 +1360,242 +1361,978 +1362,1653 +1363,2143 +1364,639 +1365,438 +1366,572 +1367,907 +1368,3407 +1369,473 +1370,829 +1371,638 +1372,400 +1373,1852 +1374,1341 +1375,1005 +1376,467 +1377,711 +1378,556 +1379,551 +1380,0 +1381,144 +1382,837 +1383,877 +1384,1082 +1385,1355 +1386,135 +1387,0 +1388,0 +1389,1059 +1390,404 +1391,1020 +1392,618 +1393,970 +1394,601 +1395,154 +1396,66 +1397,361 +1398,316 +1399,0 +1400,854 +1401,672 +1402,452 +1403,44 +1404,1555 +1405,578 +1406,1602 +1407,595 +1408,510 +1409,954 +1410,857 +1411,3489 +1412,343 +1413,604 +1414,447 +1415,504 +1416,2594 +1417,0 +1418,0 +1419,0 +1420,584 +1421,923 +1422,0 +1423,0 +1424,0 +1425,0 +1426,320 +1427,0 +1428,587 +1429,137 +1430,830 +1431,0 +1432,537 +1433,0 +1434,445 +1435,0 +1436,0 +1437,638 +1438,2068 +1439,2329 +1440,1799 +1441,536 +1442,555 +1443,332 +1444,2761 +1445,2201 +1446,491 +1447,373 +1448,1668 +1449,1996 +1450,693 +1451,839 +1452,679 +1453,290 +1454,97 +1455,276 +1456,823 +1457,395 +1458,549 +1459,30 +1460,555 +1461,1716 +1462,1404 +1463,1650 +1464,915 +1465,758 +1466,1619 +1467,533 +1468,814 +1469,638 +1470,1105 +1471,1638 +1472,2283 +1473,2312 +1474,429 +1475,840 +1476,1174 +1477,369 +1478,0 +1479,702 +1480,766 +1481,0 +1482,616 +1483,740 +1484,330 +1485,101 +1486,2712 +1487,405 +1488,208 +1489,303 +1490,1010 +1491,1923 +1492,2449 +1493,687 +1494,771 +1495,464 +1496,1565 +1497,907 +1498,732 +1499,747 +1500,549 +1501,550 +1502,974 +1503,705 +1504,495 +1505,624 +1506,820 +1507,2231 +1508,2057 +1509,3140 +1510,1273 +1511,165 +1512,935 +1513,845 +1514,778 +1515,792 +1516,256 +1517,178 +1518,342 +1519,382 +1520,127 +1521,0 +1522,897 +1523,953 +1524,1901 +1525,826 +1526,1088 +1527,444 +1528,402 +1529,400 +1530,131 +1531,722 +1532,187 +1533,255 +1534,707 +1535,263 +1536,347 +1537,661 +1538,416 +1539,912 +1540,1087 +1541,12 +1542,451 +1543,611 +1544,625 +1545,304 +1546,897 +1547,0 +1548,371 +1549,1082 +1550,88 +1551,38 +1552,2328 +1553,12 +1554,1306 +1555,1099 +1556,805 +1557,408 +1558,19 +1559,151 +1560,2319 +1561,1565 +1562,1227 +1563,1597 +1564,237 +1565,1073 +1566,1956 +1567,1958 +1568,2032 +1569,2071 +1570,4226 +1571,3135 +1572,5101 +1573,645 +1574,2083 +1575,687 +1576,1214 +1577,616 +1578,1260 +1579,2209 +1580,1751 +1581,1731 +1582,777 +1583,120 +1584,215 +1585,457 +1586,292 +1587,1243 +1588,546 +1589,535 +1590,465 +1591,1469 +1592,429 +1593,1327 +1594,989 +1595,1263 +1596,211 +1597,855 +1598,258 +1599,691 +1600,763 +1601,1953 +1602,728 +1603,340 +1604,979 +1605,1494 +1606,856 +1607,407 +1608,173 +1609,894 +1610,487 +1611,147 +1612,1513 +1613,1153 +1614,1394 +1615,1715 +1616,1331 +1617,534 +1618,0 +1619,3941 +1620,1452 +1621,1477 +1622,1852 +1623,1900 +1624,1453 +1625,1404 +1626,1983 +1627,4004 +1628,402 +1629,359 +1630,625 +1631,398 +1632,1756 +1633,1060 +1634,1315 +1635,1896 +1636,630 +1637,1168 +1638,790 +1639,372 +1640,1463 +1641,1368 +1642,669 +1643,1256 +1644,519 +1645,4 +1646,924 +1647,601 +1648,865 +1649,1191 +1650,989 +1651,196 +1652,297 +1653,139 +1654,1376 +1655,962 +1656,0 +1657,1976 +1658,1531 +1659,527 +1660,2091 +1661,843 +1662,1386 +1663,1187 +1664,1455 +1665,2385 +1666,1644 +1667,1311 +1668,2578 +1669,1306 +1670,1207 +1671,569 +1672,1098 +1673,2486 +1674,544 +1675,649 +1676,386 +1677,842 +1678,630 +1679,396 +1680,1044 +1681,1160 +1682,775 +1683,453 +1684,9 +1685,43 +1686,248 +1687,830 +1688,1181 +1689,948 +1690,1513 +1691,170 +1692,150 +1693,147 +1694,1038 +1695,1857 +1696,2118 +1697,1640 +1698,1792 +1699,381 +1700,1581 +1701,841 +1702,133 +1703,191 +1704,626 +1705,1036 +1706,994 +1707,290 +1708,361 +1709,279 +1710,250 +1711,590 +1712,321 +1713,297 +1714,334 +1715,406 +1716,482 +1717,627 +1718,240 +1719,320 +1720,3 +1721,883 +1722,25 +1723,349 +1724,321 +1725,30 +1726,781 +1727,4493 +1728,1662 +1729,2470 +1730,3806 +1731,1412 +1732,682 +1733,0 +1734,0 +1735,28 +1736,2916 +1737,4125 +1738,1047 +1739,1574 +1740,6325 +1741,288 +1742,2601 +1743,2980 +1744,41 +1745,266 +1746,892 +1747,1267 +1748,1720 +1749,2356 +1750,0 +1751,2059 +1752,1542 +1753,811 +1754,3298 +1755,1676 +1756,896 +1757,0 +1758,674 +1759,502 +1760,214 +1761,271 +1762,3053 +1763,562 +1764,476 +1765,374 +1766,680 +1767,184 +1768,45 +1769,1043 +1770,813 +1771,293 +1772,254 +1773,389 +1774,930 +1775,566 +1776,2143 +1777,920 +1778,521 +1779,169 +1780,94 +1781,942 +1782,874 +1783,342 +1784,127 +1785,1047 +1786,0 +1787,544 +1788,8 +1789,774 +1790,0 +1791,545 +1792,376 +1793,444 +1794,906 +1795,337 +1796,740 +1797,294 +1798,376 +1799,1454 +1800,1161 +1801,1609 +1802,507 +1803,240 +1804,601 +1805,436 +1806,1837 +1807,1741 +1808,1144 +1809,768 +1810,716 +1811,1130 +1812,2608 +1813,1120 +1814,1084 +1815,692 +1816,896 +1817,4946 +1818,625 +1819,1302 +1820,991 +1821,555 +1822,1294 +1823,765 +1824,125 +1825,303 +1826,1553 +1827,1463 +1828,1178 +1829,581 +1830,405 +1831,595 +1832,360 +1833,1069 +1834,464 +1835,746 +1836,636 +1837,615 +1838,318 +1839,1768 +1840,1444 +1841,934 +1842,2140 +1843,912 +1844,588 +1845,821 +1846,3 +1847,0 +1848,1685 +1849,1394 +1850,1292 +1851,1532 +1852,2258 +1853,202 +1854,189 +1855,800 +1856,797 +1857,1185 +1858,959 +1859,73 +1860,0 +1861,713 +1862,1627 +1863,2286 +1864,356 +1865,404 +1866,299 +1867,479 +1868,1844 +1869,878 +1870,892 +1871,495 +1872,457 +1873,708 +1874,291 +1875,531 +1876,913 +1877,310 +1878,927 +1879,185 +1880,511 +1881,1425 +1882,1432 +1883,390 +1884,429 +1885,364 +1886,559 +1887,2178 +1888,1608 +1889,363 +1890,834 +1891,881 +1892,607 +1893,505 +1894,616 +1895,441 +1896,536 +1897,1574 +1898,681 +1899,362 +1900,257 +1901,366 +1902,1223 +1903,1844 +1904,1729 +1905,812 +1906,128 +1907,2044 +1908,601 +1909,1011 +1910,0 +1911,860 +1912,662 +1913,191 +1914,1221 +1915,413 +1916,430 +1917,168 +1918,203 +1919,1067 +1920,453 +1921,1039 +1922,441 +1923,313 +1924,76 +1925,698 +1926,125 +1927,196 +1928,359 +1929,417 +1930,458 +1931,683 +1932,1650 +1933,1280 +1934,1678 +1935,1398 +1936,1433 +1937,1173 +1938,2068 +1939,1688 +1940,2783 +1941,1470 +1942,2446 +1943,1210 +1944,1597 +1945,2081 +1946,1092 +1947,1472 +1948,2124 +1949,2918 +1950,1652 +1951,579 +1952,1662 +1953,2578 +1954,135 +1955,875 +1956,120 +1957,136 +1958,0 +1959,219 +1960,1421 +1961,290 +1962,1198 +1963,422 +1964,494 +1965,772 +1966,1851 +1967,1790 +1968,2128 +1969,322 +1970,1023 +1971,307 +1972,478 +1973,444 +1974,744 +1975,1331 +1976,659 +1977,926 +1978,1934 +1979,297 +1980,656 +1981,0 +1982,700 +1983,451 +1984,765 +1985,317 +1986,471 +1987,604 +1988,649 +1989,597 +1990,1256 +1991,1 +1992,196 +1993,1027 +1994,1008 +1995,609 +1996,504 +1997,166 +1998,116 +1999,41 +2000,676 +2001,538 +2002,78 +2003,1248 +2004,2043 +2005,2718 +2006,1681 +2007,309 +2008,427 +2009,825 +2010,688 +2011,804 +2012,516 +2013,469 +2014,447 +2015,1665 +2016,2241 +2017,2061 +2018,1899 +2019,2365 +2020,1788 +2021,1431 +2022,1209 +2023,1668 +2024,1002 +2025,2331 +2026,1540 +2027,2722 +2028,976 +2029,364 +2030,39 +2031,1415 +2032,154 +2033,1337 +2034,596 +2035,259 +2036,1121 +2037,398 +2038,1483 +2039,6 +2040,101 +2041,610 +2042,619 +2043,78 +2044,297 +2045,621 +2046,720 +2047,1370 +2048,1148 +2049,175 +2050,537 +2051,816 +2052,716 +2053,229 +2054,541 +2055,366 +2056,1525 +2057,1230 +2058,762 +2059,1400 +2060,1054 +2061,2892 +2062,2183 +2063,1814 +2064,1969 +2065,1055 +2066,1127 +2067,1266 +2068,881 +2069,870 +2070,584 +2071,514 +2072,1708 +2073,1561 +2074,964 +2075,380 +2076,71 +2077,1333 +2078,1699 +2079,1431 +2080,771 +2081,1033 +2082,305 +2083,670 +2084,1304 +2085,92 +2086,308 +2087,996 +2088,207 +2089,756 +2090,120 +2091,234 +2092,1006 +2093,182 +2094,221 +2095,148 +2096,1105 +2097,376 +2098,1522 +2099,2174 +2100,581 +2101,351 +2102,1188 +2103,1422 +2104,1610 +2105,1561 +2106,994 +2107,876 +2108,2145 +2109,394 +2110,2541 +2111,246 +2112,132 +2113,842 +2114,811 +2115,1403 +2116,210 +2117,248 +2118,86 +2119,161 +2120,107 +2121,177 +2122,342 +2123,132 +2124,147 +2125,50 +2126,54 +2127,226 +2128,131 +2129,56 +2130,144 +2131,366 +2132,3456 +2133,479 +2134,2287 +2135,2742 +2136,168 +2137,525 +2138,221 +2139,1347 +2140,962 +2141,1618 +2142,1171 +2143,1899 +2144,1691 +2145,1775 +2146,423 +2147,1120 +2148,879 +2149,2874 +2150,106 +2151,971 +2152,7 +2153,42 +2154,136 +2155,890 +2156,733 +2157,341 +2158,3184 +2159,1349 +2160,1733 +2161,1505 +2162,1348 +2163,33 +2164,1518 +2165,427 +2166,602 +2167,765 +2168,832 +2169,1546 +2170,900 +2171,726 +2172,1597 +2173,950 +2174,80 +2175,523 +2176,403 +2177,1130 +2178,458 +2179,487 +2180,312 +2181,1050 +2182,1676 +2183,1641 +2184,188 +2185,776 +2186,994 +2187,2290 +2188,2872 +2189,886 +2190,407 +2191,582 +2192,432 +2193,389 +2194,912 +2195,486 +2196,487 +2197,0 +2198,443 +2199,300 +2200,1061 +2201,721 +2202,696 +2203,873 +2204,637 +2205,882 +2206,730 +2207,1396 +2208,1959 +2209,2306 +2210,637 +2211,261 +2212,436 +2213,326 +2214,1431 +2215,1062 +2216,1783 +2217,230 +2218,210 +2219,1338 +2220,34 +2221,1652 +2222,1682 +2223,1255 +2224,443 +2225,1145 +2226,1673 +2227,1683 +2228,1005 +2229,884 +2230,302 +2231,392 +2232,786 +2233,551 +2234,1959 +2235,1155 +2236,1759 +2237,596 +2238,336 +2239,1958 +2240,1669 +2241,1298 +2242,591 +2243,507 +2244,2336 +2245,988 +2246,1752 +2247,1033 +2248,1207 +2249,1287 +2250,412 +2251,1396 +2252,353 +2253,0 +2254,1242 +2255,3056 +2256,2427 +2257,269 +2258,1012 +2259,809 +2260,439 +2261,464 +2262,825 +2263,2238 +2264,2522 +2265,1947 +2266,735 +2267,13 +2268,193 +2269,207 +2270,1559 +2271,1668 +2272,1637 +2273,2470 +2274,737 +2275,724 +2276,1877 +2277,393 +2278,850 +2279,674 +2280,310 +2281,655 +2282,602 +2283,1328 +2284,357 +2285,191 +2286,1105 +2287,805 +2288,751 +2289,319 +2290,1252 +2291,4394 +2292,724 +2293,4649 +2294,1256 +2295,445 +2296,259 +2297,592 +2298,1614 +2299,1766 +2300,599 +2301,594 +2302,202 +2303,568 +2304,129 +2305,294 +2306,145 +2307,973 +2308,4970 +2309,780 +2310,3995 +2311,1866 +2312,1709 +2313,6560 +2314,547 +2315,3763 +2316,3861 +2317,1455 +2318,2506 +2319,878 +2320,628 +2321,2058 +2322,2906 +2323,707 +2324,359 +2325,1868 +2326,314 +2327,1489 +2328,0 +2329,1096 +2330,2138 +2331,1959 +2332,2769 +2333,1996 +2334,1674 +2335,2909 +2336,1945 +2337,1941 +2338,412 +2339,1337 +2340,1109 +2341,1590 +2342,1032 +2343,3637 +2344,690 +2345,2506 +2346,1137 +2347,732 +2348,321 +2349,1833 +2350,3195 +2351,664 +2352,221 +2353,1371 +2354,1070 +2355,454 +2356,773 +2357,2124 +2358,2349 +2359,1974 +2360,3769 +2361,2628 +2362,1306 +2363,1212 +2364,2331 +2365,2458 +2366,1250 +2367,814 +2368,1015 +2369,332 +2370,1996 +2371,2835 +2372,4024 +2373,1576 +2374,439 +2375,549 +2376,708 +2377,1454 +2378,1405 +2379,218 +2380,620 +2381,610 +2382,3245 +2383,150 +2384,1252 +2385,3417 +2386,1203 +2387,1349 +2388,1040 +2389,3312 +2390,3005 +2391,528 +2392,1733 +2393,1937 +2394,734 +2395,157 +2396,281 +2397,233 +2398,1842 +2399,1943 +2400,1462 +2401,2648 +2402,1174 +2403,1230 +2404,811 +2405,1113 +2406,102 +2407,1329 +2408,776 +2409,453 +2410,916 +2411,755 +2412,438 +2413,302 +2414,3653 +2415,1799 +2416,1838 +2417,555 +2418,749 +2419,1457 +2420,1007 +2421,933 +2422,1322 +2423,1126 +2424,497 +2425,180 +2426,605 +2427,228 +2428,289 +2429,662 +2430,295 +2431,266 +2432,980 +2433,1763 +2434,551 +2435,1067 +2436,1976 +2437,1909 +2438,1335 +2439,1233 +2440,1 +2441,719 +2442,1134 +2443,373 +2444,893 +2445,1183 +2446,2417 +2447,994 +2448,481 +2449,444 +2450,81 +2451,262 +2452,755 +2453,1609 +2454,159 +2455,771 +2456,697 +2457,1258 +2458,2845 +2459,4050 +2460,13 +2461,2120 +2462,1811 +2463,2154 +2464,316 +2465,487 +2466,379 +2467,91 +2468,905 +2469,2237 +2470,1273 +2471,388 +2472,1235 +2473,875 +2474,3568 +2475,2146 +2476,4189 +2477,569 +2478,1293 +2479,380 +2480,72 +2481,1320 +2482,388 +2483,535 +2484,92 +2485,979 +2486,1535 +2487,0 +2488,1308 +2489,401 +2490,151 +2491,266 +2492,645 +2493,789 +2494,708 +2495,82 +2496,385 +2497,453 +2498,836 +2499,974 +2500,0 +2501,623 +2502,524 +2503,285 +2504,398 +2505,2849 +2506,0 +2507,3198 +2508,144 +2509,628 +2510,426 +2511,269 +2512,243 +2513,517 +2514,233 +2515,448 +2516,348 +2517,1117 +2518,648 +2519,628 +2520,116 +2521,614 +2522,371 +2523,444 +2524,583 +2525,1012 +2526,823 +2527,75 +2528,0 +2529,393 +2530,1746 +2531,287 +2532,1179 +2533,74 +2534,0 +2535,0 +2536,243 +2537,28 +2538,637 +2539,659 +2540,27 +2541,321 +2542,627 +2543,1064 +2544,431 +2545,112 +2546,1323 +2547,345 +2548,178 +2549,808 +2550,190 +2551,221 +2552,323 +2553,561 +2554,297 +2555,574 +2556,397 +2557,587 +2558,929 +2559,265 +2560,201 +2561,385 +2562,402 +2563,915 +2564,912 +2565,280 +2566,690 +2567,202 +2568,326 +2569,577 +2570,742 +2571,2072 +2572,426 +2573,1633 +2574,1495 +2575,830 +2576,1339 +2577,718 +2578,416 +2579,1814 +2580,1178 +2581,1228 +2582,418 +2583,1891 +2584,79 +2585,65 +2586,262 +2587,2920 +2588,118 +2589,660 +2590,45 +2591,183 +2592,56 +2593,287 +2594,70 +2595,2501 +2596,84 +2597,808 +2598,50 +2599,91 +2600,125 +2601,171 +2602,227 +2603,106 +2604,209 +2605,199 +2606,131 +2607,228 +2608,259 +2609,424 +2610,233 +2611,248 +2612,424 +2613,75 +2614,376 +2615,474 +2616,599 +2617,95 +2618,100 +2619,162 +2620,129 +2621,1717 +2622,2709 +2623,516 +2624,1651 +2625,689 +2626,932 +2627,1435 +2628,1080 +2629,188 +2630,432 +2631,1051 +2632,240 +2633,110 +2634,176 +2635,387 +2636,2994 +2637,206 +2638,183 +2639,4659 +2640,111 +2641,2025 +2642,2198 +2643,3257 +2644,2621 +2645,626 +2646,651 +2647,315 +2648,155 +2649,1147 +2650,645 +2651,846 +2652,1586 +2653,220 +2654,355 +2655,2398 +2656,1123 +2657,964 +2658,1429 +2659,1161 +2660,817 +2661,3753 +2662,3942 +2663,1069 +2664,366 +2665,10 +2666,203 +2667,784 +2668,456 +2669,1454 +2670,448 +2671,691 +2672,562 +2673,329 +2674,2660 +2675,2525 +2676,1587 +2677,1214 +2678,1226 +2679,796 +2680,1456 +2681,1688 +2682,427 +2683,289 +2684,505 +2685,464 +2686,532 +2687,0 +2688,216 +2689,625 +2690,2860 +2691,1989 +2692,4834 +2693,1078 +2694,3064 +2695,2837 +2696,1287 +2697,1007 +2698,931 +2699,324 +2700,4074 +2701,1617 +2702,289 +2703,4172 +2704,5096 +2705,5237 +2706,835 +2707,3454 +2708,1982 +2709,2512 +2710,2100 +2711,1287 +2712,1183 +2713,2047 +2714,3695 +2715,748 +2716,2689 +2717,2674 +2718,5008 +2719,3632 +2720,4194 +2721,1558 +2722,4244 +2723,5206 +2724,2486 +2725,1745 +2726,602 +2727,310 +2728,711 +2729,437 +2730,66 +2731,862 +2732,202 +2733,2731 +2734,21 +2735,869 +2736,2 +2737,312 +2738,11 +2739,111 +2740,2471 +2741,3039 +2742,793 +2743,225 +2744,84 +2745,4188 +2746,588 +2747,95 +2748,1609 +2749,1908 +2750,1695 +2751,1197 +2752,1992 +2753,1194 +2754,4204 +2755,1718 +2756,0 +2757,177 +2758,2219 +2759,1092 +2760,2 +2761,0 +2762,749 +2763,1220 +2764,3284 +2765,85 +2766,5131 +2767,1956 +2768,368 +2769,3228 +2770,5 +2771,4313 +2772,894 +2773,3 +2774,287 +2775,1728 +2776,131 +2777,38 +2778,1121 +2779,362 +2780,2436 +2781,1120 +2782,151 +2783,991 +2784,668 +2785,2438 +2786,257 +2787,358 +2788,368 +2789,758 +2790,2006 +2791,2175 +2792,615 +2793,1014 +2794,702 +2795,780 +2796,781 +2797,839 +2798,399 +2799,272 +2800,466 +2801,1013 +2802,483 +2803,169 +2804,354 +2805,287 +2806,119 +2807,840 +2808,1125 +2809,2246 +2810,154 +2811,436 +2812,1685 +2813,1804 +2814,301 +2815,728 +2816,757 +2817,1117 +2818,254 +2819,269 +2820,0 +2821,2 +2822,1 +2823,1 +2824,776 +2825,264 +2826,446 +2827,216 +2828,916 +2829,32 +2830,1 +2831,4 +2832,316 +2833,74 +2834,206 +2835,76 +2836,331 +2837,64 +2838,1014 +2839,1811 +2840,3392 +2841,1130 +2842,1422 +2843,1537 +2844,2299 +2845,475 +2846,674 +2847,1562 +2848,1024 +2849,1200 +2850,979 +2851,3360 +2852,2430 +2853,1460 +2854,1851 +2855,575 +2856,231 +2857,87 +2858,311 +2859,1931 +2860,501 +2861,78 +2862,19 +2863,57 +2864,32 +2865,86 +2866,113 +2867,51 +2868,52 +2869,3997 +2870,8 +2871,371 +2872,1062 +2873,1055 +2874,1 +2875,1151 +2876,1422 +2877,47 +2878,1686 +2879,2171 +2880,3468 +2881,2237 +2882,667 +2883,970 +2884,49 +2885,211 +2886,136 +2887,66 +2888,196 +2889,305 +2890,72 +2891,138 +2892,180 +2893,78 +2894,78 +2895,105 +2896,1475 +2897,32 +2898,44 +2899,2062 +2900,626 +2901,1576 +2902,1434 +2903,190 +2904,255 +2905,45 +2906,140 +2907,119 +2908,345 +2909,75 +2910,3438 +2911,1892 +2912,933 +2913,812 +2914,632 +2915,579 +2916,180 +2917,334 +2918,711 +2919,559 +2920,178 +2921,1437 +2922,332 +2923,132 +2924,372 +2925,141 +2926,65 +2927,135 +2928,157 +2929,1048 +2930,291 +2931,640 +2932,64 +2933,534 +2934,74 +2935,2059 +2936,301 +2937,131 +2938,142 +2939,2528 +2940,1696 +2941,290 +2942,1519 +2943,232 +2944,409 +2945,205 +2946,2033 +2947,406 +2948,87 +2949,4727 +2950,60 +2951,73 +2952,87 +2953,171 +2954,773 +2955,401 +2956,345 +2957,857 +2958,5994 +2959,796 +2960,725 +2961,423 +2962,800 +2963,740 +2964,695 +2965,222 +2966,1017 +2967,166 +2968,297 +2969,911 +2970,3038 +2971,103 +2972,88 +2973,1048 +2974,401 +2975,211 +2976,146 +2977,3931 +2978,139 +2979,623 +2980,711 +2981,64 +2982,58 +2983,151 +2984,945 +2985,133 +2986,394 +2987,208 +2988,663 +2989,724 +2990,45 +2991,1285 +2992,4305 +2993,7867 +2994,88 +2995,1733 +2996,552 +2997,23 +2998,1401 +2999,320 +3000,2186 +3001,123 +3002,222 +3003,426 +3004,2819 +3005,1494 +3006,74 +3007,434 +3008,598 +3009,106 +3010,246 +3011,28 +3012,69 +3013,984 +3014,754 +3015,244 +3016,140 +3017,191 +3018,80 +3019,1779 +3020,43 +3021,191 +3022,60 +3023,60 +3024,31 +3025,54 +3026,225 +3027,405 +3028,897 +3029,770 +3030,1559 +3031,189 +3032,94 +3033,118 +3034,46 +3035,763 +3036,350 +3037,3267 +3038,1695 +3039,84 +3040,105 +3041,87 +3042,260 +3043,936 +3044,627 +3045,574 +3046,568 +3047,2171 +3048,138 +3049,706 +3050,4266 +3051,1959 +3052,149 +3053,5085 +3054,2623 +3055,96 +3056,1641 +3057,179 +3058,41 +3059,393 +3060,424 +3061,92 +3062,426 +3063,371 +3064,212 +3065,550 +3066,274 +3067,359 +3068,916 +3069,1079 +3070,909 +3071,1314 +3072,361 +3073,991 +3074,295 +3075,207 +3076,3762 +3077,82 +3078,14 +3079,17 +3080,191 +3081,1307 +3082,49 +3083,82 +3084,70 +3085,1204 +3086,269 +3087,607 +3088,303 +3089,403 +3090,138 +3091,197 +3092,1303 +3093,178 +3094,20 +3095,223 +3096,2665 +3097,2035 +3098,274 +3099,2637 +3100,127 +3101,1094 +3102,38 +3103,63 +3104,136 +3105,29 +3106,383 +3107,2911 +3108,78 +3109,3064 +3110,1209 +3111,217 +3112,59 +3113,243 +3114,899 +3115,171 +3116,999 +3117,1296 +3118,79 +3119,324 +3120,203 +3121,62 +3122,597 +3123,44 +3124,85 +3125,739 +3126,258 +3127,495 +3128,214 +3129,279 +3130,467 +3131,318 +3132,85 +3133,490 +3134,134 +3135,77 +3136,2592 +3137,45 +3138,42 +3139,139 +3140,1014 +3141,691 +3142,225 +3143,347 +3144,1366 +3145,1147 +3146,349 +3147,587 +3148,138 +3149,290 +3150,142 +3151,254 +3152,145 +3153,55 +3154,1067 +3155,384 +3156,337 +3157,2467 +3158,89 +3159,28 +3160,392 +3161,374 +3162,312 +3163,267 +3164,794 +3165,78 +3166,62 +3167,124 +3168,640 +3169,416 +3170,204 +3171,117 +3172,1426 +3173,460 +3174,614 +3175,1053 +3176,66 +3177,106 +3178,424 +3179,80 +3180,96 +3181,691 +3182,558 +3183,450 +3184,169 +3185,218 +3186,121 +3187,103 +3188,288 +3189,345 +3190,841 +3191,81 +3192,280 +3193,2820 +3194,524 +3195,97 +3196,60 +3197,55 +3198,1137 +3199,270 +3200,19 +3201,2721 +3202,2024 +3203,1114 +3204,308 +3205,2478 +3206,6014 +3207,1476 +3208,4348 +3209,9172 +3210,339 +3211,2080 +3212,5370 +3213,7222 +3214,3572 +3215,1565 +3216,5370 +3217,3339 +3218,1809 +3219,4701 +3220,4385 +3221,1078 +3222,472 +3223,1523 +3224,94 +3225,439 +3226,4177 +3227,2736 +3228,810 +3229,2063 +3230,1493 +3231,36 +3232,1278 +3233,1801 +3234,517 +3235,1160 +3236,113 +3237,1198 +3238,164 +3239,1737 +3240,1302 +3241,973 +3242,2190 +3243,225 +3244,778 +3245,292 +3246,979 +3247,1741 +3248,14 +3249,372 +3250,547 +3251,225 +3252,335 +3253,412 +3254,495 +3255,210 +3256,684 +3257,906 +3258,358 +3259,693 +3260,1553 +3261,344 +3262,296 +3263,824 +3264,228 +3265,124 +3266,245 +3267,966 +3268,966 +3269,1091 +3270,242 +3271,244 +3272,171 +3273,1674 +3274,1429 +3275,163 +3276,3748 +3277,2064 +3278,460 +3279,260 +3280,1104 +3281,1204 +3282,455 +3283,1156 +3284,903 +3285,1134 +3286,428 +3287,487 +3288,209 +3289,159 +3290,312 +3291,151 +3292,1919 +3293,149 +3294,2258 +3295,2199 +3296,263 +3297,3891 +3298,2110 +3299,1407 +3300,2043 +3301,3759 +3302,829 +3303,2947 +3304,1318 +3305,1855 +3306,4242 +3307,3488 +3308,4033 +3309,6143 +3310,595 +3311,779 +3312,4824 +3313,1014 +3314,2770 +3315,1378 +3316,1356 +3317,874 +3318,1975 +3319,5804 +3320,1374 +3321,1649 +3322,3965 +3323,1516 +3324,1341 +3325,5629 +3326,5705 +3327,6931 +3328,4620 +3329,5472 +3330,8715 +3331,5156 +3332,2607 +3333,10240 +3334,6005 +3335,2594 +3336,1845 +3337,1041 +3338,6 +3339,11783 +3340,6 +3341,2348 +3342,1383 +3343,4479 +3344,4582 +3345,27 +3346,434 +3347,471 +3348,703 +3349,128 +3350,903 +3351,634 +3352,580 +3353,705 +3354,481 +3355,298 +3356,784 +3357,411 +3358,203 +3359,352 +3360,367 +3361,4712 +3362,1315 +3363,313 +3364,553 +3365,327 +3366,637 +3367,818 +3368,288 +3369,471 +3370,610 +3371,371 +3372,709 +3373,3425 +3374,532 +3375,521 +3376,408 +3377,673 +3378,276 +3379,295 +3380,226 +3381,298 +3382,398 +3383,132 +3384,383 +3385,525 +3386,1558 +3387,2296 +3388,964 +3389,738 +3390,107 +3391,713 +3392,625 +3393,282 +3394,395 +3395,139 +3396,2844 +3397,4720 +3398,816 +3399,861 +3400,1277 +3401,115 +3402,118 +3403,160 +3404,941 +3405,179 +3406,793 +3407,260 +3408,1662 +3409,280 +3410,132 +3411,634 +3412,286 +3413,254 +3414,96 +3415,708 +3416,416 +3417,396 +3418,1975 +3419,286 +3420,389 +3421,129 +3422,3705 +3423,328 +3424,112 +3425,2199 +3426,120 +3427,344 +3428,813 +3429,1624 +3430,1076 +3431,499 +3432,716 +3433,5180 +3434,882 +3435,739 +3436,2841 +3437,658 +3438,539 +3439,717 +3440,596 +3441,945 +3442,592 +3443,2629 +3444,497 +3445,792 +3446,1853 +3447,511 +3448,761 +3449,2267 +3450,920 +3451,2330 +3452,1285 +3453,835 +3454,2343 +3455,3876 +3456,648 +3457,2111 +3458,1091 +3459,177 +3460,243 +3461,719 +3462,376 +3463,2411 +3464,107 +3465,161 +3466,301 +3467,568 +3468,2142 +3469,967 +3470,831 +3471,746 +3472,423 +3473,1064 +3474,816 +3475,638 +3476,965 +3477,606 +3478,716 +3479,352 +3480,1294 +3481,186 +3482,822 +3483,433 +3484,754 +3485,1134 +3486,429 +3487,68 +3488,2452 +3489,579 +3490,248 +3491,9005 +3492,2948 +3493,3022 +3494,660 +3495,1808 +3496,4696 +3497,232 +3498,447 +3499,614 +3500,647 +3501,6780 +3502,1043 +3503,116 +3504,4587 +3505,334 +3506,360 +3507,761 +3508,352 +3509,272 +3510,5510 +3511,2499 +3512,569 +3513,592 +3514,94 +3515,997 +3516,252 +3517,2982 +3518,1399 +3519,376 +3520,232 +3521,344 +3522,219 +3523,158 +3524,202 +3525,851 +3526,438 +3527,705 +3528,159 +3529,206 +3530,2139 +3531,370 +3532,340 +3533,342 +3534,2392 +3535,1441 +3536,75 +3537,4050 +3538,1281 +3539,93 +3540,3813 +3541,1011 +3542,145 +3543,3306 +3544,11697 +3545,3597 +3546,4578 +3547,5644 +3548,242 +3549,2759 +3550,188 +3551,1091 +3552,375 +3553,299 +3554,1835 +3555,461 +3556,393 +3557,335 +3558,303 +3559,484 +3560,1455 +3561,777 +3562,616 +3563,706 +3564,2759 +3565,3820 +3566,1036 +3567,2337 +3568,570 +3569,1068 +3570,1135 +3571,418 +3572,310 +3573,1577 +3574,146 +3575,195 +3576,743 +3577,835 +3578,1898 +3579,304 +3580,1078 +3581,972 +3582,159 +3583,926 +3584,171 +3585,945 +3586,550 +3587,441 +3588,356 +3589,2571 +3590,470 +3591,545 +3592,197 +3593,234 +3594,624 +3595,2245 +3596,749 +3597,484 +3598,121 +3599,452 +3600,230 +3601,132 +3602,79 +3603,845 +3604,194 +3605,1187 +3606,529 +3607,534 +3608,872 +3609,152 +3610,1926 +3611,306 +3612,998 +3613,146 +3614,1148 +3615,221 +3616,354 +3617,837 +3618,52 +3619,194 +3620,283 +3621,62 +3622,55 +3623,83 +3624,91 +3625,2919 +3626,1726 +3627,1244 +3628,998 +3629,215 +3630,1836 +3631,799 +3632,530 diff --git a/scenarios/base/inputs/data_mesozone_skims.csv b/scenarios/base/inputs/data_mesozone_skims.csv new file mode 100644 index 0000000..93e6120 --- /dev/null +++ b/scenarios/base/inputs/data_mesozone_skims.csv @@ -0,0 +1,17425 @@ +Origin,Destination,Time +1,1,0.067 +1,2,0.198 +1,3,0.355 +1,4,0.496 +1,5,0.598 +1,6,0.159 +1,7,0.214 +1,8,0.349 +1,9,0.423 +1,10,0.553 +1,11,0.642 +1,12,0.507 +1,13,0.618 +1,14,0.719 +1,15,0.674 +1,16,0.747 +1,17,0.824 +1,18,0.751 +1,19,0.894 +1,20,0.942 +1,21,0.881 +1,22,0.886 +1,23,0.993 +1,24,1.13 +1,25,1.02 +1,26,1.083 +1,27,1.214 +1,28,1.219 +1,29,1.373 +1,30,0.918 +1,31,0.82 +1,32,0.744 +1,33,0.689 +1,34,0.864 +1,35,0.669 +1,36,0.596 +1,37,0.531 +1,38,0.7 +1,39,0.588 +1,40,0.444 +1,41,0.355 +1,42,0.792 +1,43,0.592 +1,44,0.374 +1,45,0.219 +1,46,0.82 +1,47,0.842 +1,48,0.839 +1,49,0.929 +1,50,0.503 +1,51,0.666 +1,52,0.684 +1,53,0.832 +1,54,0.353 +1,55,0.535 +1,56,0.518 +1,57,0.616 +1,58,0.177 +1,59,0.235 +1,60,0.37 +1,61,0.503 +1,62,0.535 +1,63,0.404 +1,64,0.25 +1,65,0.636 +1,66,0.579 +1,67,0.341 +1,68,0.736 +1,69,0.581 +1,70,0.495 +1,71,0.814 +1,72,0.741 +1,73,0.516 +1,74,0.889 +1,75,0.864 +1,76,0.658 +1,77,0.266 +1,78,0.342 +1,79,0.469 +1,80,0.422 +1,81,0.489 +1,82,0.568 +1,83,0.544 +1,84,0.709 +1,85,0.785 +1,86,0.832 +1,87,0.679 +1,88,0.835 +1,89,0.814 +1,90,0.973 +1,91,1 +1,92,0.946 +1,93,1.04 +1,94,1.132 +1,95,1.154 +1,96,1.097 +1,97,1.172 +1,98,1.26 +1,99,1.347 +1,100,1.395 +1,101,1.533 +1,102,1.22 +1,103,1.374 +1,104,1.508 +1,105,1.526 +1,106,1.665 +1,107,1.578 +1,108,1.385 +1,109,1.478 +1,110,1.082 +1,111,0.938 +1,112,0.752 +1,113,1.05 +1,114,0.986 +1,115,0.921 +1,116,1.267 +1,117,1.118 +1,118,1.049 +1,119,1.453 +1,120,1.028 +1,121,1.029 +1,122,1.769 +1,123,1.416 +1,124,1.347 +1,125,1.499 +1,126,1.745 +1,127,1.654 +1,128,1.858 +1,129,2.228 +1,130,0.947 +1,131,1.192 +1,132,1.155 +2,1,0.198 +2,2,0.067 +2,3,0.181 +2,4,0.322 +2,5,0.424 +2,6,0.294 +2,7,0.143 +2,8,0.278 +2,9,0.319 +2,10,0.456 +2,11,0.545 +2,12,0.436 +2,13,0.547 +2,14,0.64 +2,15,0.603 +2,16,0.676 +2,17,0.752 +2,18,0.679 +2,19,0.822 +2,20,0.871 +2,21,0.81 +2,22,0.815 +2,23,0.922 +2,24,1.058 +2,25,0.948 +2,26,1.012 +2,27,1.143 +2,28,1.148 +2,29,1.301 +2,30,1.041 +2,31,0.943 +2,32,0.866 +2,33,0.683 +2,34,0.987 +2,35,0.791 +2,36,0.716 +2,37,0.602 +2,38,0.823 +2,39,0.711 +2,40,0.567 +2,41,0.446 +2,42,0.914 +2,43,0.776 +2,44,0.559 +2,45,0.404 +2,46,0.804 +2,47,0.748 +2,48,0.744 +2,49,0.834 +2,50,0.487 +2,51,0.574 +2,52,0.59 +2,53,0.737 +2,54,0.337 +2,55,0.441 +2,56,0.424 +2,57,0.521 +2,58,0.22 +2,59,0.174 +2,60,0.275 +2,61,0.408 +2,62,0.718 +2,63,0.587 +2,64,0.434 +2,65,0.82 +2,66,0.763 +2,67,0.524 +2,68,0.872 +2,69,0.717 +2,70,0.652 +2,71,0.95 +2,72,0.877 +2,73,0.651 +2,74,1.025 +2,75,1 +2,76,0.794 +2,77,0.402 +2,78,0.278 +2,79,0.398 +2,80,0.558 +2,81,0.504 +2,82,0.497 +2,83,0.679 +2,84,0.644 +2,85,0.714 +2,86,0.768 +2,87,0.814 +2,88,0.77 +2,89,0.95 +2,90,0.909 +2,91,0.936 +2,92,1.081 +2,93,1.114 +2,94,1.084 +2,95,1.082 +2,96,1.233 +2,97,1.246 +2,98,1.334 +2,99,1.276 +2,100,1.324 +2,101,1.462 +2,102,1.356 +2,103,1.509 +2,104,1.499 +2,105,1.454 +2,106,1.594 +2,107,1.507 +2,108,1.521 +2,109,1.614 +2,110,1.218 +2,111,1.073 +2,112,0.887 +2,113,1.186 +2,114,1.121 +2,115,1.056 +2,116,1.402 +2,117,1.253 +2,118,1.185 +2,119,1.588 +2,120,1.176 +2,121,1.164 +2,122,1.698 +2,123,1.564 +2,124,1.53 +2,125,1.634 +2,126,1.881 +2,127,1.583 +2,128,1.787 +2,129,2.157 +2,130,0.853 +2,131,1.097 +2,132,1.226 +3,1,0.352 +3,2,0.181 +3,3,0.067 +3,4,0.142 +3,5,0.243 +3,6,0.431 +3,7,0.28 +3,8,0.196 +3,9,0.185 +3,10,0.297 +3,11,0.386 +3,12,0.309 +3,13,0.403 +3,14,0.48 +3,15,0.5 +3,16,0.532 +3,17,0.607 +3,18,0.576 +3,19,0.678 +3,20,0.725 +3,21,0.754 +3,22,0.711 +3,23,0.801 +3,24,0.913 +3,25,0.845 +3,26,0.925 +3,27,1.04 +3,28,1.061 +3,29,1.204 +3,30,1.149 +3,31,1.051 +3,32,0.963 +3,33,0.753 +3,34,1.095 +3,35,0.899 +3,36,0.786 +3,37,0.672 +3,38,0.931 +3,39,0.819 +3,40,0.675 +3,41,0.554 +3,42,1.022 +3,43,0.874 +3,44,0.713 +3,45,0.524 +3,46,0.856 +3,47,0.702 +3,48,0.646 +3,49,0.736 +3,50,0.557 +3,51,0.528 +3,52,0.491 +3,53,0.634 +3,54,0.407 +3,55,0.395 +3,56,0.322 +3,57,0.413 +3,58,0.297 +3,59,0.244 +3,60,0.204 +3,61,0.296 +3,62,0.817 +3,63,0.685 +3,64,0.532 +3,65,0.918 +3,66,0.861 +3,67,0.623 +3,68,1.008 +3,69,0.854 +3,70,0.777 +3,71,1.086 +3,72,1.014 +3,73,0.788 +3,74,1.162 +3,75,1.137 +3,76,0.922 +3,77,0.539 +3,78,0.414 +3,79,0.308 +3,80,0.687 +3,81,0.538 +3,82,0.442 +3,83,0.8 +3,84,0.678 +3,85,0.658 +3,86,0.733 +3,87,0.934 +3,88,0.798 +3,89,0.994 +3,90,0.924 +3,91,0.898 +3,92,1.123 +3,93,1.138 +3,94,1.077 +3,95,0.979 +3,96,1.265 +3,97,1.27 +3,98,1.359 +3,99,1.173 +3,100,1.238 +3,101,1.338 +3,102,1.388 +3,103,1.53 +3,104,1.396 +3,105,1.351 +3,106,1.508 +3,107,1.418 +3,108,1.553 +3,109,1.643 +3,110,1.354 +3,111,1.21 +3,112,1.007 +3,113,1.306 +3,114,1.241 +3,115,1.121 +3,116,1.523 +3,117,1.374 +3,118,1.239 +3,119,1.621 +3,120,1.284 +3,121,1.301 +3,122,1.595 +3,123,1.672 +3,124,1.629 +3,125,1.771 +3,126,2.001 +3,127,1.438 +3,128,1.642 +3,129,2.011 +3,130,0.807 +3,131,1.051 +3,132,1.296 +4,1,0.493 +4,2,0.322 +4,3,0.142 +4,4,0.067 +4,5,0.114 +4,6,0.57 +4,7,0.418 +4,8,0.311 +4,9,0.223 +4,10,0.213 +4,11,0.302 +4,12,0.309 +4,13,0.349 +4,14,0.404 +4,15,0.504 +4,16,0.478 +4,17,0.553 +4,18,0.58 +4,19,0.624 +4,20,0.672 +4,21,0.824 +4,22,0.716 +4,23,0.748 +4,24,0.859 +4,25,0.849 +4,26,0.872 +4,27,0.987 +4,28,1.008 +4,29,1.151 +4,30,1.29 +4,31,1.192 +4,32,1.104 +4,33,0.894 +4,34,1.236 +4,35,1.04 +4,36,0.927 +4,37,0.813 +4,38,1.072 +4,39,0.96 +4,40,0.816 +4,41,0.695 +4,42,1.164 +4,43,1.015 +4,44,0.854 +4,45,0.665 +4,46,0.933 +4,47,0.78 +4,48,0.674 +4,49,0.688 +4,50,0.698 +4,51,0.606 +4,52,0.525 +4,53,0.581 +4,54,0.548 +4,55,0.472 +4,56,0.366 +4,57,0.358 +4,58,0.438 +4,59,0.386 +4,60,0.247 +4,61,0.242 +4,62,0.958 +4,63,0.826 +4,64,0.673 +4,65,1.059 +4,66,1.002 +4,67,0.764 +4,68,1.147 +4,69,0.992 +4,70,0.918 +4,71,1.225 +4,72,1.152 +4,73,0.927 +4,74,1.245 +4,75,1.275 +4,76,1.006 +4,77,0.677 +4,78,0.553 +4,79,0.423 +4,80,0.812 +4,81,0.664 +4,82,0.541 +4,83,0.875 +4,84,0.761 +4,85,0.728 +4,86,0.8 +4,87,1.01 +4,88,0.865 +4,89,1.061 +4,90,0.991 +4,91,0.968 +4,92,1.19 +4,93,1.205 +4,94,1.136 +4,95,0.983 +4,96,1.332 +4,97,1.336 +4,98,1.425 +4,99,1.177 +4,100,1.184 +4,101,1.284 +4,102,1.455 +4,103,1.534 +4,104,1.4 +4,105,1.355 +4,106,1.454 +4,107,1.364 +4,108,1.62 +4,109,1.709 +4,110,1.433 +4,111,1.289 +4,112,1.083 +4,113,1.381 +4,114,1.317 +4,115,1.187 +4,116,1.598 +4,117,1.449 +4,118,1.306 +4,119,1.687 +4,120,1.425 +4,121,1.44 +4,122,1.599 +4,123,1.813 +4,124,1.77 +4,125,1.854 +4,126,2.076 +4,127,1.384 +4,128,1.588 +4,129,1.958 +4,130,0.884 +4,131,1.129 +4,132,1.437 +5,1,0.595 +5,2,0.424 +5,3,0.243 +5,4,0.114 +5,5,0.044 +5,6,0.66 +5,7,0.509 +5,8,0.402 +5,9,0.259 +5,10,0.174 +5,11,0.262 +5,12,0.392 +5,13,0.382 +5,14,0.393 +5,15,0.557 +5,16,0.51 +5,17,0.554 +5,18,0.672 +5,19,0.657 +5,20,0.672 +5,21,0.899 +5,22,0.776 +5,23,0.78 +5,24,0.86 +5,25,0.91 +5,26,0.904 +5,27,0.978 +5,28,1.04 +5,29,1.15 +5,30,1.392 +5,31,1.293 +5,32,1.206 +5,33,0.996 +5,34,1.337 +5,35,1.142 +5,36,1.028 +5,37,0.915 +5,38,1.173 +5,39,1.061 +5,40,0.917 +5,41,0.797 +5,42,1.265 +5,43,1.117 +5,44,0.955 +5,45,0.767 +5,46,1.017 +5,47,0.858 +5,48,0.706 +5,49,0.72 +5,50,0.8 +5,51,0.7 +5,52,0.576 +5,53,0.613 +5,54,0.65 +5,55,0.567 +5,56,0.455 +5,57,0.39 +5,58,0.54 +5,59,0.487 +5,60,0.341 +5,61,0.274 +5,62,1.059 +5,63,0.928 +5,64,0.775 +5,65,1.16 +5,66,1.104 +5,67,0.865 +5,68,1.238 +5,69,1.083 +5,70,1.018 +5,71,1.316 +5,72,1.243 +5,73,1.017 +5,74,1.337 +5,75,1.366 +5,76,1.098 +5,77,0.768 +5,78,0.644 +5,79,0.513 +5,80,0.904 +5,81,0.756 +5,82,0.633 +5,83,0.967 +5,84,0.853 +5,85,0.82 +5,86,0.872 +5,87,1.102 +5,88,0.937 +5,89,1.133 +5,90,1.063 +5,91,1.042 +5,92,1.262 +5,93,1.277 +5,94,1.197 +5,95,1.044 +5,96,1.404 +5,97,1.409 +5,98,1.498 +5,99,1.238 +5,100,1.216 +5,101,1.285 +5,102,1.527 +5,103,1.595 +5,104,1.461 +5,105,1.402 +5,106,1.486 +5,107,1.356 +5,108,1.692 +5,109,1.782 +5,110,1.525 +5,111,1.381 +5,112,1.175 +5,113,1.473 +5,114,1.409 +5,115,1.26 +5,116,1.68 +5,117,1.531 +5,118,1.378 +5,119,1.76 +5,120,1.526 +5,121,1.53 +5,122,1.66 +5,123,1.914 +5,124,1.871 +5,125,1.946 +5,126,2.159 +5,127,1.385 +5,128,1.589 +5,129,1.958 +5,130,0.963 +5,131,1.207 +5,132,1.539 +6,1,0.159 +6,2,0.294 +6,3,0.435 +6,4,0.567 +6,5,0.66 +6,6,0.065 +6,7,0.213 +6,8,0.348 +6,9,0.466 +6,10,0.596 +6,11,0.685 +6,12,0.532 +6,13,0.662 +6,14,0.753 +6,15,0.606 +6,16,0.698 +6,17,0.852 +6,18,0.683 +6,19,0.842 +6,20,0.966 +6,21,0.815 +6,22,0.818 +6,23,0.925 +6,24,1.153 +6,25,0.952 +6,26,1.015 +6,27,1.146 +6,28,1.151 +6,29,1.305 +6,30,1.072 +6,31,0.974 +6,32,0.897 +6,33,0.843 +6,34,1.018 +6,35,0.822 +6,36,0.75 +6,37,0.685 +6,38,0.781 +6,39,0.742 +6,40,0.598 +6,41,0.509 +6,42,0.852 +6,43,0.614 +6,44,0.52 +6,45,0.373 +6,46,0.978 +6,47,1 +6,48,0.996 +6,49,1.086 +6,50,0.66 +6,51,0.824 +6,52,0.842 +6,53,0.989 +6,54,0.511 +6,55,0.693 +6,56,0.676 +6,57,0.773 +6,58,0.335 +6,59,0.393 +6,60,0.527 +6,61,0.66 +6,62,0.557 +6,63,0.426 +6,64,0.272 +6,65,0.658 +6,66,0.601 +6,67,0.363 +6,68,0.602 +6,69,0.447 +6,70,0.382 +6,71,0.68 +6,72,0.607 +6,73,0.381 +6,74,0.755 +6,75,0.73 +6,76,0.524 +6,77,0.132 +6,78,0.267 +6,79,0.446 +6,80,0.288 +6,81,0.38 +6,82,0.502 +6,83,0.409 +6,84,0.609 +6,85,0.718 +6,86,0.751 +6,87,0.544 +6,88,0.728 +6,89,0.68 +6,90,0.866 +6,91,0.919 +6,92,0.811 +6,93,0.906 +6,94,0.998 +6,95,1.086 +6,96,0.963 +6,97,1.037 +6,98,1.126 +6,99,1.279 +6,100,1.327 +6,101,1.465 +6,102,1.086 +6,103,1.239 +6,104,1.373 +6,105,1.407 +6,106,1.585 +6,107,1.51 +6,108,1.251 +6,109,1.344 +6,110,0.948 +6,111,0.803 +6,112,0.617 +6,113,0.916 +6,114,0.851 +6,115,0.786 +6,116,1.132 +6,117,0.983 +6,118,0.915 +6,119,1.318 +6,120,1.05 +6,121,0.894 +6,122,1.636 +6,123,1.438 +6,124,1.322 +6,125,1.364 +6,126,1.611 +6,127,1.625 +6,128,1.882 +6,129,2.252 +6,130,1.105 +6,131,1.349 +6,132,1.309 +7,1,0.214 +7,2,0.143 +7,3,0.284 +7,4,0.415 +7,5,0.509 +7,6,0.213 +7,7,0.062 +7,8,0.188 +7,9,0.313 +7,10,0.444 +7,11,0.533 +7,12,0.373 +7,13,0.502 +7,14,0.593 +7,15,0.51 +7,16,0.602 +7,17,0.707 +7,18,0.586 +7,19,0.746 +7,20,0.826 +7,21,0.717 +7,22,0.722 +7,23,0.828 +7,24,1.013 +7,25,0.855 +7,26,0.918 +7,27,1.05 +7,28,1.054 +7,29,1.208 +7,30,1.119 +7,31,1.021 +7,32,0.944 +7,33,0.814 +7,34,1.065 +7,35,0.869 +7,36,0.796 +7,37,0.732 +7,38,0.862 +7,39,0.789 +7,40,0.645 +7,41,0.555 +7,42,0.933 +7,43,0.695 +7,44,0.575 +7,45,0.42 +7,46,0.936 +7,47,0.879 +7,48,0.876 +7,49,0.966 +7,50,0.618 +7,51,0.705 +7,52,0.721 +7,53,0.869 +7,54,0.469 +7,55,0.572 +7,56,0.555 +7,57,0.653 +7,58,0.335 +7,59,0.306 +7,60,0.407 +7,61,0.54 +7,62,0.637 +7,63,0.506 +7,64,0.353 +7,65,0.738 +7,66,0.682 +7,67,0.443 +7,68,0.779 +7,69,0.625 +7,70,0.56 +7,71,0.857 +7,72,0.784 +7,73,0.559 +7,74,0.933 +7,75,0.908 +7,76,0.702 +7,77,0.31 +7,78,0.173 +7,79,0.309 +7,80,0.466 +7,81,0.4 +7,82,0.404 +7,83,0.587 +7,84,0.54 +7,85,0.62 +7,86,0.663 +7,87,0.722 +7,88,0.666 +7,89,0.857 +7,90,0.804 +7,91,0.832 +7,92,0.989 +7,93,1.01 +7,94,0.98 +7,95,0.989 +7,96,1.137 +7,97,1.141 +7,98,1.23 +7,99,1.183 +7,100,1.231 +7,101,1.368 +7,102,1.26 +7,103,1.41 +7,104,1.406 +7,105,1.361 +7,106,1.501 +7,107,1.414 +7,108,1.425 +7,109,1.514 +7,110,1.125 +7,111,0.981 +7,112,0.795 +7,113,1.093 +7,114,1.029 +7,115,0.964 +7,116,1.31 +7,117,1.161 +7,118,1.092 +7,119,1.492 +7,120,1.13 +7,121,1.072 +7,122,1.605 +7,123,1.518 +7,124,1.449 +7,125,1.542 +7,126,1.788 +7,127,1.529 +7,128,1.742 +7,129,2.112 +7,130,0.984 +7,131,1.228 +7,132,1.355 +8,1,0.349 +8,2,0.278 +8,3,0.196 +8,4,0.308 +8,5,0.402 +8,6,0.348 +8,7,0.188 +8,8,0.059 +8,9,0.167 +8,10,0.305 +8,11,0.394 +8,12,0.227 +8,13,0.356 +8,14,0.448 +8,15,0.408 +8,16,0.485 +8,17,0.561 +8,18,0.484 +8,19,0.631 +8,20,0.68 +8,21,0.609 +8,22,0.62 +8,23,0.726 +8,24,0.867 +8,25,0.753 +8,26,0.816 +8,27,0.948 +8,28,0.952 +8,29,1.106 +8,30,1.254 +8,31,1.155 +8,32,1.079 +8,33,0.923 +8,34,1.199 +8,35,1.004 +8,36,0.931 +8,37,0.842 +8,38,0.996 +8,39,0.923 +8,40,0.779 +8,41,0.69 +8,42,1.067 +8,43,0.83 +8,44,0.71 +8,45,0.554 +8,46,1.03 +8,47,0.876 +8,48,0.819 +8,49,0.909 +8,50,0.727 +8,51,0.702 +8,52,0.665 +8,53,0.807 +8,54,0.577 +8,55,0.568 +8,56,0.496 +8,57,0.586 +8,58,0.467 +8,59,0.414 +8,60,0.377 +8,61,0.47 +8,62,0.772 +8,63,0.641 +8,64,0.488 +8,65,0.873 +8,66,0.816 +8,67,0.578 +8,68,0.92 +8,69,0.765 +8,70,0.701 +8,71,0.998 +8,72,0.925 +8,73,0.7 +8,74,1.033 +8,75,1.048 +8,76,0.791 +8,77,0.45 +8,78,0.306 +8,79,0.163 +8,80,0.568 +8,81,0.419 +8,82,0.296 +8,83,0.668 +8,84,0.547 +8,85,0.513 +8,86,0.588 +8,87,0.803 +8,88,0.653 +8,89,0.849 +8,90,0.779 +8,91,0.753 +8,92,0.978 +8,93,0.993 +8,94,0.932 +8,95,0.887 +8,96,1.12 +8,97,1.125 +8,98,1.214 +8,99,1.081 +8,100,1.129 +8,101,1.266 +8,102,1.243 +8,103,1.393 +8,104,1.304 +8,105,1.259 +8,106,1.399 +8,107,1.312 +8,108,1.408 +8,109,1.498 +8,110,1.226 +8,111,1.082 +8,112,0.876 +8,113,1.174 +8,114,1.11 +8,115,0.976 +8,116,1.391 +8,117,1.242 +8,118,1.094 +8,119,1.476 +8,120,1.265 +8,121,1.213 +8,122,1.503 +8,123,1.653 +8,124,1.584 +8,125,1.643 +8,126,1.869 +8,127,1.392 +8,128,1.596 +8,129,1.966 +8,130,0.98 +8,131,1.225 +8,132,1.466 +9,1,0.419 +9,2,0.319 +9,3,0.181 +9,4,0.216 +9,5,0.259 +9,6,0.462 +9,7,0.31 +9,8,0.17 +9,9,0.058 +9,10,0.16 +9,11,0.248 +9,12,0.176 +9,13,0.266 +9,14,0.343 +9,15,0.371 +9,16,0.395 +9,17,0.47 +9,18,0.447 +9,19,0.541 +9,20,0.588 +9,21,0.691 +9,22,0.583 +9,23,0.664 +9,24,0.776 +9,25,0.716 +9,26,0.788 +9,27,0.903 +9,28,0.924 +9,29,1.067 +9,30,1.292 +9,31,1.194 +9,32,1.118 +9,33,0.908 +9,34,1.238 +9,35,1.043 +9,36,0.94 +9,37,0.827 +9,38,1.074 +9,39,0.962 +9,40,0.818 +9,41,0.698 +9,42,1.166 +9,43,0.943 +9,44,0.78 +9,45,0.624 +9,46,1 +9,47,0.846 +9,48,0.756 +9,49,0.834 +9,50,0.712 +9,51,0.672 +9,52,0.601 +9,53,0.726 +9,54,0.562 +9,55,0.539 +9,56,0.432 +9,57,0.504 +9,58,0.452 +9,59,0.399 +9,60,0.313 +9,61,0.387 +9,62,0.886 +9,63,0.754 +9,64,0.601 +9,65,0.987 +9,66,0.93 +9,67,0.692 +9,68,1.034 +9,69,0.88 +9,70,0.815 +9,71,1.112 +9,72,1.039 +9,73,0.814 +9,74,1.112 +9,75,1.143 +9,76,0.873 +9,77,0.569 +9,78,0.425 +9,79,0.282 +9,80,0.679 +9,81,0.531 +9,82,0.408 +9,83,0.742 +9,84,0.628 +9,85,0.595 +9,86,0.667 +9,87,0.877 +9,88,0.732 +9,89,0.928 +9,90,0.858 +9,91,0.835 +9,92,1.056 +9,93,1.072 +9,94,1.003 +9,95,0.85 +9,96,1.199 +9,97,1.203 +9,98,1.292 +9,99,1.044 +9,100,1.101 +9,101,1.201 +9,102,1.322 +9,103,1.401 +9,104,1.267 +9,105,1.222 +9,106,1.371 +9,107,1.28 +9,108,1.487 +9,109,1.576 +9,110,1.3 +9,111,1.156 +9,112,0.95 +9,113,1.248 +9,114,1.184 +9,115,1.054 +9,116,1.465 +9,117,1.316 +9,118,1.173 +9,119,1.554 +9,120,1.378 +9,121,1.327 +9,122,1.466 +9,123,1.766 +9,124,1.698 +9,125,1.721 +9,126,1.943 +9,127,1.301 +9,128,1.505 +9,129,1.874 +9,130,0.951 +9,131,1.195 +9,132,1.451 +10,1,0.553 +10,2,0.456 +10,3,0.297 +10,4,0.213 +10,5,0.171 +10,6,0.596 +10,7,0.444 +10,8,0.308 +10,9,0.16 +10,10,0.059 +10,11,0.118 +10,12,0.293 +10,13,0.282 +10,14,0.25 +10,15,0.458 +10,16,0.411 +10,17,0.411 +10,18,0.573 +10,19,0.538 +10,20,0.529 +10,21,0.799 +10,22,0.677 +10,23,0.661 +10,24,0.717 +10,25,0.811 +10,26,0.798 +10,27,0.835 +10,28,0.934 +10,29,1.007 +10,30,1.43 +10,31,1.332 +10,32,1.252 +10,33,1.042 +10,34,1.376 +10,35,1.18 +10,36,1.074 +10,37,0.961 +10,38,1.212 +10,39,1.1 +10,40,0.956 +10,41,0.835 +10,42,1.304 +10,43,1.077 +10,44,0.914 +10,45,0.759 +10,46,1.083 +10,47,0.924 +10,48,0.763 +10,49,0.777 +10,50,0.846 +10,51,0.761 +10,52,0.642 +10,53,0.67 +10,54,0.696 +10,55,0.627 +10,56,0.521 +10,57,0.447 +10,58,0.586 +10,59,0.533 +10,60,0.402 +10,61,0.321 +10,62,1.02 +10,63,0.888 +10,64,0.735 +10,65,1.121 +10,66,1.064 +10,67,0.826 +10,68,1.16 +10,69,1.005 +10,70,0.941 +10,71,1.238 +10,72,1.165 +10,73,0.939 +10,74,1.238 +10,75,1.269 +10,76,0.999 +10,77,0.703 +10,78,0.563 +10,79,0.42 +10,80,0.805 +10,81,0.656 +10,82,0.534 +10,83,0.868 +10,84,0.754 +10,85,0.721 +10,86,0.773 +10,87,1.003 +10,88,0.838 +10,89,1.034 +10,90,0.964 +10,91,0.943 +10,92,1.162 +10,93,1.178 +10,94,1.098 +10,95,0.945 +10,96,1.305 +10,97,1.309 +10,98,1.398 +10,99,1.138 +10,100,1.111 +10,101,1.142 +10,102,1.428 +10,103,1.495 +10,104,1.362 +10,105,1.302 +10,106,1.367 +10,107,1.212 +10,108,1.593 +10,109,1.682 +10,110,1.426 +10,111,1.282 +10,112,1.076 +10,113,1.374 +10,114,1.31 +10,115,1.16 +10,116,1.581 +10,117,1.432 +10,118,1.279 +10,119,1.66 +10,120,1.512 +10,121,1.453 +10,122,1.56 +10,123,1.9 +10,124,1.832 +10,125,1.847 +10,126,2.059 +10,127,1.242 +10,128,1.446 +10,129,1.815 +10,130,1.029 +10,131,1.273 +10,132,1.585 +11,1,0.642 +11,2,0.545 +11,3,0.386 +11,4,0.302 +11,5,0.26 +11,6,0.685 +11,7,0.533 +11,8,0.397 +11,9,0.248 +11,10,0.118 +11,11,0.026 +11,12,0.382 +11,13,0.242 +11,14,0.209 +11,15,0.547 +11,16,0.376 +11,17,0.37 +11,18,0.658 +11,19,0.497 +11,20,0.488 +11,21,0.874 +11,22,0.75 +11,23,0.62 +11,24,0.676 +11,25,0.883 +11,26,0.757 +11,27,0.794 +11,28,0.893 +11,29,0.966 +11,30,1.519 +11,31,1.421 +11,32,1.341 +11,33,1.131 +11,34,1.465 +11,35,1.269 +11,36,1.163 +11,37,1.05 +11,38,1.301 +11,39,1.189 +11,40,1.045 +11,41,0.924 +11,42,1.393 +11,43,1.166 +11,44,1.003 +11,45,0.848 +11,46,1.172 +11,47,1.013 +11,48,0.852 +11,49,0.866 +11,50,0.935 +11,51,0.85 +11,52,0.731 +11,53,0.759 +11,54,0.785 +11,55,0.716 +11,56,0.61 +11,57,0.536 +11,58,0.675 +11,59,0.622 +11,60,0.491 +11,61,0.41 +11,62,1.109 +11,63,0.977 +11,64,0.824 +11,65,1.21 +11,66,1.153 +11,67,0.915 +11,68,1.249 +11,69,1.094 +11,70,1.03 +11,71,1.327 +11,72,1.254 +11,73,1.028 +11,74,1.326 +11,75,1.358 +11,76,1.088 +11,77,0.792 +11,78,0.652 +11,79,0.508 +11,80,0.894 +11,81,0.745 +11,82,0.622 +11,83,0.957 +11,84,0.843 +11,85,0.8 +11,86,0.848 +11,87,1.092 +11,88,0.912 +11,89,1.109 +11,90,1.039 +11,91,1.018 +11,92,1.237 +11,93,1.252 +11,94,1.17 +11,95,1.017 +11,96,1.38 +11,97,1.384 +11,98,1.472 +11,99,1.18 +11,100,1.07 +11,101,1.101 +11,102,1.502 +11,103,1.531 +11,104,1.397 +11,105,1.264 +11,106,1.326 +11,107,1.172 +11,108,1.668 +11,109,1.756 +11,110,1.515 +11,111,1.37 +11,112,1.164 +11,113,1.463 +11,114,1.398 +11,115,1.235 +11,116,1.656 +11,117,1.507 +11,118,1.354 +11,119,1.735 +11,120,1.601 +11,121,1.542 +11,122,1.596 +11,123,1.989 +11,124,1.921 +11,125,1.936 +11,126,2.134 +11,127,1.201 +11,128,1.405 +11,129,1.774 +11,130,1.118 +11,131,1.362 +11,132,1.674 +12,1,0.497 +12,2,0.426 +12,3,0.307 +12,4,0.299 +12,5,0.392 +12,6,0.533 +12,7,0.373 +12,8,0.227 +12,9,0.158 +12,10,0.292 +12,11,0.356 +12,12,0.068 +12,13,0.15 +12,14,0.251 +12,15,0.234 +12,16,0.278 +12,17,0.385 +12,18,0.31 +12,19,0.424 +12,20,0.503 +12,21,0.573 +12,22,0.446 +12,23,0.548 +12,24,0.691 +12,25,0.579 +12,26,0.671 +12,27,0.804 +12,28,0.807 +12,29,0.962 +12,30,1.402 +12,31,1.304 +12,32,1.227 +12,33,1.034 +12,34,1.348 +12,35,1.152 +12,36,1.066 +12,37,0.953 +12,38,1.163 +12,39,1.072 +12,40,0.928 +12,41,0.823 +12,42,1.215 +12,43,0.996 +12,44,0.858 +12,45,0.703 +12,46,1.126 +12,47,0.972 +12,48,0.879 +12,49,0.922 +12,50,0.838 +12,51,0.798 +12,52,0.725 +12,53,0.815 +12,54,0.688 +12,55,0.664 +12,56,0.558 +12,57,0.594 +12,58,0.578 +12,59,0.525 +12,60,0.439 +12,61,0.478 +12,62,0.898 +12,63,0.807 +12,64,0.654 +12,65,0.978 +12,66,0.921 +12,67,0.656 +12,68,0.926 +12,69,0.771 +12,70,0.707 +12,71,1.004 +12,72,0.931 +12,73,0.692 +12,74,0.995 +12,75,1.026 +12,76,0.756 +12,77,0.504 +12,78,0.353 +12,79,0.166 +12,80,0.558 +12,81,0.409 +12,82,0.277 +12,83,0.625 +12,84,0.511 +12,85,0.478 +12,86,0.547 +12,87,0.76 +12,88,0.611 +12,89,0.808 +12,90,0.738 +12,91,0.717 +12,92,0.936 +12,93,0.948 +12,94,0.866 +12,95,0.713 +12,96,1.079 +12,97,1.08 +12,98,1.168 +12,99,0.907 +12,100,0.983 +12,101,1.116 +12,102,1.201 +12,103,1.264 +12,104,1.13 +12,105,1.085 +12,106,1.253 +12,107,1.168 +12,108,1.366 +12,109,1.452 +12,110,1.183 +12,111,1.039 +12,112,0.833 +12,113,1.131 +12,114,1.067 +12,115,0.934 +12,116,1.348 +12,117,1.199 +12,118,1.052 +12,119,1.434 +12,120,1.431 +12,121,1.219 +12,122,1.329 +12,123,1.819 +12,124,1.646 +12,125,1.604 +12,126,1.826 +12,127,1.216 +12,128,1.42 +12,129,1.789 +12,130,1.076 +12,131,1.321 +12,132,1.576 +13,1,0.615 +13,2,0.544 +13,3,0.384 +13,4,0.308 +13,5,0.292 +13,6,0.657 +13,7,0.497 +13,8,0.351 +13,9,0.247 +13,10,0.181 +13,11,0.208 +13,12,0.15 +13,13,0.067 +13,14,0.102 +13,15,0.313 +13,16,0.135 +13,17,0.236 +13,18,0.417 +13,19,0.281 +13,20,0.355 +13,21,0.633 +13,22,0.511 +13,23,0.404 +13,24,0.542 +13,25,0.644 +13,26,0.541 +13,27,0.666 +13,28,0.677 +13,29,0.833 +13,30,1.518 +13,31,1.42 +13,32,1.34 +13,33,1.13 +13,34,1.464 +13,35,1.268 +13,36,1.162 +13,37,1.049 +13,38,1.281 +13,39,1.188 +13,40,1.044 +13,41,0.923 +13,42,1.352 +13,43,1.114 +13,44,0.976 +13,45,0.821 +13,46,1.176 +13,47,1.022 +13,48,0.884 +13,49,0.898 +13,50,0.934 +13,51,0.848 +13,52,0.763 +13,53,0.791 +13,54,0.784 +13,55,0.715 +13,56,0.608 +13,57,0.568 +13,58,0.674 +13,59,0.621 +13,60,0.49 +13,61,0.442 +13,62,1.034 +13,63,0.925 +13,64,0.772 +13,65,1.115 +13,66,1.058 +13,67,0.793 +13,68,1.034 +13,69,0.88 +13,70,0.815 +13,71,1.112 +13,72,1.039 +13,73,0.814 +13,74,1.12 +13,75,1.151 +13,76,0.881 +13,77,0.641 +13,78,0.49 +13,79,0.303 +13,80,0.679 +13,81,0.531 +13,82,0.402 +13,83,0.75 +13,84,0.636 +13,85,0.559 +13,86,0.607 +13,87,0.885 +13,88,0.671 +13,89,0.868 +13,90,0.798 +13,91,0.777 +13,92,0.996 +13,93,1.012 +13,94,0.932 +13,95,0.778 +13,96,1.139 +13,97,1.143 +13,98,1.232 +13,99,0.964 +13,100,0.854 +13,101,0.967 +13,102,1.261 +13,103,1.315 +13,104,1.181 +13,105,1.048 +13,106,1.124 +13,107,1.038 +13,108,1.426 +13,109,1.516 +13,110,1.308 +13,111,1.164 +13,112,0.958 +13,113,1.256 +13,114,1.191 +13,115,0.994 +13,116,1.415 +13,117,1.266 +13,118,1.112 +13,119,1.494 +13,120,1.549 +13,121,1.327 +13,122,1.38 +13,123,1.937 +13,124,1.754 +13,125,1.73 +13,126,1.893 +13,127,1.067 +13,128,1.271 +13,129,1.641 +13,130,1.127 +13,131,1.371 +13,132,1.672 +14,1,0.716 +14,2,0.64 +14,3,0.48 +14,4,0.404 +14,5,0.39 +14,6,0.753 +14,7,0.593 +14,8,0.448 +14,9,0.343 +14,10,0.25 +14,11,0.209 +14,12,0.251 +14,13,0.102 +14,14,0.043 +14,15,0.414 +14,16,0.236 +14,17,0.23 +14,18,0.518 +14,19,0.357 +14,20,0.348 +14,21,0.734 +14,22,0.609 +14,23,0.48 +14,24,0.536 +14,25,0.743 +14,26,0.617 +14,27,0.654 +14,28,0.753 +14,29,0.826 +14,30,1.614 +14,31,1.516 +14,32,1.436 +14,33,1.226 +14,34,1.56 +14,35,1.364 +14,36,1.258 +14,37,1.145 +14,38,1.382 +14,39,1.284 +14,40,1.14 +14,41,1.019 +14,42,1.452 +14,43,1.215 +14,44,1.077 +14,45,0.922 +14,46,1.272 +14,47,1.118 +14,48,0.983 +14,49,0.997 +14,50,1.03 +14,51,0.944 +14,52,0.862 +14,53,0.89 +14,54,0.88 +14,55,0.811 +14,56,0.704 +14,57,0.667 +14,58,0.77 +14,59,0.717 +14,60,0.586 +14,61,0.541 +14,62,1.135 +14,63,1.026 +14,64,0.873 +14,65,1.216 +14,66,1.159 +14,67,0.894 +14,68,1.135 +14,69,0.98 +14,70,0.916 +14,71,1.213 +14,72,1.14 +14,73,0.914 +14,74,1.221 +14,75,1.252 +14,76,0.982 +14,77,0.742 +14,78,0.591 +14,79,0.404 +14,80,0.78 +14,81,0.632 +14,82,0.503 +14,83,0.851 +14,84,0.737 +14,85,0.66 +14,86,0.708 +14,87,0.986 +14,88,0.772 +14,89,0.968 +14,90,0.898 +14,91,0.878 +14,92,1.097 +14,93,1.112 +14,94,1.03 +14,95,0.877 +14,96,1.24 +14,97,1.243 +14,98,1.332 +14,99,1.04 +14,100,0.93 +14,101,0.961 +14,102,1.362 +14,103,1.391 +14,104,1.257 +14,105,1.123 +14,106,1.186 +14,107,1.031 +14,108,1.527 +14,109,1.616 +14,110,1.409 +14,111,1.265 +14,112,1.059 +14,113,1.357 +14,114,1.292 +14,115,1.095 +14,116,1.516 +14,117,1.367 +14,118,1.213 +14,119,1.595 +14,120,1.65 +14,121,1.428 +14,122,1.456 +14,123,2.038 +14,124,1.855 +14,125,1.83 +14,126,1.994 +14,127,1.061 +14,128,1.265 +14,129,1.634 +14,130,1.223 +14,131,1.468 +14,132,1.769 +15,1,0.679 +15,2,0.607 +15,3,0.497 +15,4,0.506 +15,5,0.556 +15,6,0.608 +15,7,0.514 +15,8,0.399 +15,9,0.365 +15,10,0.456 +15,11,0.519 +15,12,0.234 +15,13,0.312 +15,14,0.413 +15,15,0.067 +15,16,0.196 +15,17,0.357 +15,18,0.166 +15,19,0.281 +15,20,0.41 +15,21,0.429 +15,22,0.301 +15,23,0.404 +15,24,0.597 +15,25,0.435 +15,26,0.523 +15,27,0.656 +15,28,0.659 +15,29,0.815 +15,30,1.583 +15,31,1.485 +15,32,1.408 +15,33,1.224 +15,34,1.529 +15,35,1.334 +15,36,1.256 +15,37,1.143 +15,38,1.283 +15,39,1.253 +15,40,1.109 +15,41,1.014 +15,42,1.29 +15,43,1.116 +15,44,1.034 +15,45,0.884 +15,46,1.316 +15,47,1.162 +15,48,1.072 +15,49,1.129 +15,50,1.028 +15,51,0.988 +15,52,0.917 +15,53,1.022 +15,54,0.878 +15,55,0.855 +15,56,0.748 +15,57,0.8 +15,58,0.768 +15,59,0.715 +15,60,0.629 +15,61,0.684 +15,62,0.973 +15,63,0.94 +15,64,0.8 +15,65,1.035 +15,66,0.978 +15,67,0.731 +15,68,0.915 +15,69,0.76 +15,70,0.696 +15,71,0.96 +15,72,0.887 +15,73,0.599 +15,74,0.868 +15,75,0.899 +15,76,0.626 +15,77,0.547 +15,78,0.395 +15,79,0.276 +15,80,0.465 +15,81,0.316 +15,82,0.184 +15,83,0.498 +15,84,0.382 +15,85,0.347 +15,86,0.402 +15,87,0.633 +15,88,0.467 +15,89,0.663 +15,90,0.593 +15,91,0.572 +15,92,0.792 +15,93,0.804 +15,94,0.722 +15,95,0.569 +15,96,0.934 +15,97,0.935 +15,98,1.024 +15,99,0.762 +15,100,0.836 +15,101,0.975 +15,102,1.057 +15,103,1.119 +15,104,0.986 +15,105,0.941 +15,106,1.106 +15,107,1.02 +15,108,1.222 +15,109,1.308 +15,110,1.056 +15,111,0.912 +15,112,0.706 +15,113,1.004 +15,114,0.94 +15,115,0.79 +15,116,1.21 +15,117,1.061 +15,118,0.908 +15,119,1.29 +15,120,1.562 +15,121,1.174 +15,122,1.184 +15,123,1.95 +15,124,1.602 +15,125,1.477 +15,126,1.689 +15,127,1.122 +15,128,1.326 +15,129,1.696 +15,130,1.267 +15,131,1.511 +15,132,1.767 +16,1,0.745 +16,2,0.674 +16,3,0.518 +16,4,0.442 +16,5,0.425 +16,6,0.698 +16,7,0.604 +16,8,0.485 +16,9,0.38 +16,10,0.314 +16,11,0.341 +16,12,0.279 +16,13,0.135 +16,14,0.236 +16,15,0.196 +16,16,0.067 +16,17,0.243 +16,18,0.299 +16,19,0.163 +16,20,0.292 +16,21,0.515 +16,22,0.393 +16,23,0.286 +16,24,0.479 +16,25,0.526 +16,26,0.423 +16,27,0.556 +16,28,0.559 +16,29,0.715 +16,30,1.65 +16,31,1.552 +16,32,1.473 +16,33,1.263 +16,34,1.596 +16,35,1.4 +16,36,1.295 +16,37,1.182 +16,38,1.373 +16,39,1.32 +16,40,1.176 +16,41,1.056 +16,42,1.38 +16,43,1.206 +16,44,1.106 +16,45,0.951 +16,46,1.309 +16,47,1.156 +16,48,1.018 +16,49,1.032 +16,50,1.067 +16,51,0.982 +16,52,0.896 +16,53,0.925 +16,54,0.917 +16,55,0.848 +16,56,0.742 +16,57,0.702 +16,58,0.807 +16,59,0.754 +16,60,0.623 +16,61,0.575 +16,62,1.063 +16,63,1.03 +16,64,0.891 +16,65,1.141 +16,66,1.084 +16,67,0.821 +16,68,1.021 +16,69,0.867 +16,70,0.802 +16,71,1.066 +16,72,0.993 +16,73,0.706 +16,74,1.009 +16,75,1.04 +16,76,0.77 +16,77,0.637 +16,78,0.485 +16,79,0.366 +16,80,0.572 +16,81,0.423 +16,82,0.291 +16,83,0.639 +16,84,0.525 +16,85,0.441 +16,86,0.488 +16,87,0.774 +16,88,0.553 +16,89,0.749 +16,90,0.679 +16,91,0.658 +16,92,0.878 +16,93,0.893 +16,94,0.813 +16,95,0.66 +16,96,1.02 +16,97,1.025 +16,98,1.114 +16,99,0.846 +16,100,0.736 +16,101,0.875 +16,102,1.143 +16,103,1.197 +16,104,1.063 +16,105,0.929 +16,106,1.006 +16,107,0.92 +16,108,1.308 +16,109,1.398 +16,110,1.193 +16,111,1.053 +16,112,0.847 +16,113,1.138 +16,114,1.073 +16,115,0.876 +16,116,1.297 +16,117,1.148 +16,118,0.994 +16,119,1.376 +16,120,1.652 +16,121,1.281 +16,122,1.262 +16,123,2.04 +16,124,1.708 +16,125,1.618 +16,126,1.775 +16,127,1.004 +16,128,1.208 +16,129,1.578 +16,130,1.26 +16,131,1.505 +16,132,1.806 +17,1,0.902 +17,2,0.83 +17,3,0.689 +17,4,0.636 +17,5,0.634 +17,6,0.855 +17,7,0.76 +17,8,0.646 +17,9,0.552 +17,10,0.519 +17,11,0.478 +17,12,0.436 +17,13,0.35 +17,14,0.338 +17,15,0.358 +17,16,0.242 +17,17,0.053 +17,18,0.399 +17,19,0.263 +17,20,0.172 +17,21,0.615 +17,22,0.493 +17,23,0.386 +17,24,0.36 +17,25,0.626 +17,26,0.523 +17,27,0.493 +17,28,0.638 +17,29,0.651 +17,30,1.806 +17,31,1.708 +17,32,1.631 +17,33,1.435 +17,34,1.752 +17,35,1.556 +17,36,1.467 +17,37,1.354 +17,38,1.53 +17,39,1.476 +17,40,1.332 +17,41,1.228 +17,42,1.537 +17,43,1.363 +17,44,1.262 +17,45,1.107 +17,46,1.481 +17,47,1.327 +17,48,1.226 +17,49,1.24 +17,50,1.239 +17,51,1.153 +17,52,1.082 +17,53,1.133 +17,54,1.089 +17,55,1.02 +17,56,0.913 +17,57,0.91 +17,58,0.979 +17,59,0.926 +17,60,0.795 +17,61,0.784 +17,62,1.22 +17,63,1.187 +17,64,1.047 +17,65,1.298 +17,66,1.241 +17,67,0.978 +17,68,1.178 +17,69,1.023 +17,70,0.959 +17,71,1.222 +17,72,1.15 +17,73,0.862 +17,74,1.165 +17,75,1.149 +17,76,0.926 +17,77,0.794 +17,78,0.642 +17,79,0.522 +17,80,0.728 +17,81,0.579 +17,82,0.447 +17,83,0.795 +17,84,0.665 +17,85,0.541 +17,86,0.588 +17,87,0.874 +17,88,0.653 +17,89,0.849 +17,90,0.779 +17,91,0.758 +17,92,0.978 +17,93,0.983 +17,94,0.903 +17,95,0.75 +17,96,1.12 +17,97,1.115 +17,98,1.204 +17,99,0.911 +17,100,0.814 +17,101,0.785 +17,102,1.243 +17,103,1.262 +17,104,1.128 +17,105,0.995 +17,106,1.025 +17,107,0.87 +17,108,1.408 +17,109,1.488 +17,110,1.293 +17,111,1.161 +17,112,0.955 +17,113,1.238 +17,114,1.173 +17,115,0.976 +17,116,1.397 +17,117,1.248 +17,118,1.094 +17,119,1.476 +17,120,1.809 +17,121,1.437 +17,122,1.327 +17,123,2.197 +17,124,1.864 +17,125,1.775 +17,126,1.875 +17,127,0.885 +17,128,1.089 +17,129,1.458 +17,130,1.432 +17,131,1.676 +17,132,1.978 +18,1,0.755 +18,2,0.684 +18,3,0.574 +18,4,0.582 +18,5,0.675 +18,6,0.684 +18,7,0.59 +18,8,0.476 +18,9,0.441 +18,10,0.575 +18,11,0.634 +18,12,0.31 +18,13,0.428 +18,14,0.528 +18,15,0.166 +18,16,0.309 +18,17,0.411 +18,18,0.066 +18,19,0.245 +18,20,0.374 +18,21,0.286 +18,22,0.159 +18,23,0.284 +18,24,0.528 +18,25,0.292 +18,26,0.4 +18,27,0.534 +18,28,0.536 +18,29,0.692 +18,30,1.66 +18,31,1.562 +18,32,1.485 +18,33,1.3 +18,34,1.606 +18,35,1.41 +18,36,1.333 +18,37,1.219 +18,38,1.359 +18,39,1.33 +18,40,1.186 +18,41,1.09 +18,42,1.366 +18,43,1.192 +18,44,1.111 +18,45,0.961 +18,46,1.392 +18,47,1.238 +18,48,1.148 +18,49,1.205 +18,50,1.104 +18,51,1.064 +18,52,0.994 +18,53,1.098 +18,54,0.954 +18,55,0.931 +18,56,0.824 +18,57,0.878 +18,58,0.844 +18,59,0.792 +18,60,0.706 +18,61,0.761 +18,62,1.049 +18,63,1.016 +18,64,0.877 +18,65,1.111 +18,66,1.054 +18,67,0.807 +18,68,0.991 +18,69,0.837 +18,70,0.772 +18,71,1.029 +18,72,0.963 +18,73,0.676 +18,74,0.944 +18,75,0.82 +18,76,0.652 +18,77,0.623 +18,78,0.471 +18,79,0.352 +18,80,0.542 +18,81,0.393 +18,82,0.261 +18,83,0.479 +18,84,0.336 +18,85,0.212 +18,86,0.26 +18,87,0.546 +18,88,0.325 +18,89,0.521 +18,90,0.451 +18,91,0.43 +18,92,0.65 +18,93,0.661 +18,94,0.58 +18,95,0.426 +18,96,0.792 +18,97,0.793 +18,98,0.882 +18,99,0.62 +18,100,0.713 +18,101,0.852 +18,102,0.915 +18,103,0.977 +18,104,0.843 +18,105,0.798 +18,106,0.977 +18,107,0.898 +18,108,1.08 +18,109,1.166 +18,110,0.965 +18,111,0.833 +18,112,0.627 +18,113,0.909 +18,114,0.845 +18,115,0.647 +18,116,1.068 +18,117,0.919 +18,118,0.766 +18,119,1.147 +18,120,1.638 +18,121,1.251 +18,122,1.042 +18,123,2.026 +18,124,1.678 +18,125,1.554 +18,126,1.546 +18,127,1.013 +18,128,1.268 +18,129,1.637 +18,130,1.343 +18,131,1.588 +18,132,1.843 +19,1,0.891 +19,2,0.82 +19,3,0.664 +19,4,0.588 +19,5,0.571 +19,6,0.843 +19,7,0.749 +19,8,0.631 +19,9,0.527 +19,10,0.46 +19,11,0.488 +19,12,0.425 +19,13,0.281 +19,14,0.357 +19,15,0.28 +19,16,0.163 +19,17,0.265 +19,18,0.244 +19,19,0.067 +19,20,0.197 +19,21,0.448 +19,22,0.264 +19,23,0.134 +19,24,0.334 +19,25,0.397 +19,26,0.272 +19,27,0.405 +19,28,0.408 +19,29,0.563 +19,30,1.796 +19,31,1.698 +19,32,1.619 +19,33,1.409 +19,34,1.742 +19,35,1.546 +19,36,1.442 +19,37,1.328 +19,38,1.518 +19,39,1.466 +19,40,1.322 +19,41,1.202 +19,42,1.525 +19,43,1.351 +19,44,1.252 +19,45,1.097 +19,46,1.456 +19,47,1.302 +19,48,1.164 +19,49,1.178 +19,50,1.213 +19,51,1.128 +19,52,1.042 +19,53,1.071 +19,54,1.063 +19,55,0.994 +19,56,0.888 +19,57,0.848 +19,58,0.953 +19,59,0.9 +19,60,0.769 +19,61,0.722 +19,62,1.208 +19,63,1.175 +19,64,1.036 +19,65,1.27 +19,66,1.213 +19,67,0.966 +19,68,1.15 +19,69,0.995 +19,70,0.931 +19,71,1.195 +19,72,1.122 +19,73,0.834 +19,74,1.103 +19,75,0.994 +19,76,0.825 +19,77,0.782 +19,78,0.63 +19,79,0.511 +19,80,0.7 +19,81,0.552 +19,82,0.42 +19,83,0.652 +19,84,0.51 +19,85,0.386 +19,86,0.433 +19,87,0.719 +19,88,0.498 +19,89,0.694 +19,90,0.624 +19,91,0.553 +19,92,0.823 +19,93,0.766 +19,94,0.684 +19,95,0.531 +19,96,0.965 +19,97,0.898 +19,98,0.987 +19,99,0.694 +19,100,0.584 +19,101,0.724 +19,102,1.088 +19,103,1.045 +19,104,0.912 +19,105,0.778 +19,106,0.854 +19,107,0.769 +19,108,1.253 +19,109,1.271 +19,110,1.138 +19,111,1.006 +19,112,0.8 +19,113,1.082 +19,114,1.018 +19,115,0.821 +19,116,1.242 +19,117,1.092 +19,118,0.939 +19,119,1.321 +19,120,1.797 +19,121,1.41 +19,122,1.11 +19,123,2.185 +19,124,1.837 +19,125,1.712 +19,126,1.72 +19,127,0.884 +19,128,1.114 +19,129,1.483 +19,130,1.406 +19,131,1.651 +19,132,1.952 +20,1,0.978 +20,2,0.906 +20,3,0.762 +20,4,0.689 +20,5,0.672 +20,6,0.964 +20,7,0.87 +20,8,0.724 +20,9,0.625 +20,10,0.557 +20,11,0.516 +20,12,0.536 +20,13,0.389 +20,14,0.376 +20,15,0.409 +20,16,0.292 +20,17,0.17 +20,18,0.372 +20,19,0.197 +20,20,0.068 +20,21,0.589 +20,22,0.428 +20,23,0.298 +20,24,0.24 +20,25,0.529 +20,26,0.409 +20,27,0.374 +20,28,0.518 +20,29,0.532 +20,30,1.882 +20,31,1.784 +20,32,1.707 +20,33,1.508 +20,34,1.828 +20,35,1.632 +20,36,1.54 +20,37,1.427 +20,38,1.64 +20,39,1.552 +20,40,1.408 +20,41,1.301 +20,42,1.646 +20,43,1.473 +20,44,1.338 +20,45,1.183 +20,46,1.554 +20,47,1.4 +20,48,1.265 +20,49,1.279 +20,50,1.312 +20,51,1.226 +20,52,1.143 +20,53,1.172 +20,54,1.162 +20,55,1.093 +20,56,0.986 +20,57,0.949 +20,58,1.052 +20,59,0.999 +20,60,0.868 +20,61,0.822 +20,62,1.329 +20,63,1.287 +20,64,1.134 +20,65,1.399 +20,66,1.342 +20,67,1.088 +20,68,1.279 +20,69,1.124 +20,70,1.06 +20,71,1.324 +20,72,1.251 +20,73,0.963 +20,74,1.232 +20,75,1.122 +20,76,0.954 +20,77,0.901 +20,78,0.751 +20,79,0.632 +20,80,0.829 +20,81,0.68 +20,82,0.548 +20,83,0.781 +20,84,0.639 +20,85,0.515 +20,86,0.562 +20,87,0.848 +20,88,0.627 +20,89,0.823 +20,90,0.753 +20,91,0.685 +20,92,0.952 +20,93,0.864 +20,94,0.784 +20,95,0.631 +20,96,1.094 +20,97,0.995 +20,98,1.084 +20,99,0.791 +20,100,0.694 +20,101,0.665 +20,102,1.217 +20,103,1.143 +20,104,1.009 +20,105,0.875 +20,106,0.905 +20,107,0.751 +20,108,1.382 +20,109,1.368 +20,110,1.267 +20,111,1.135 +20,112,0.929 +20,113,1.211 +20,114,1.147 +20,115,0.95 +20,116,1.37 +20,117,1.221 +20,118,1.068 +20,119,1.45 +20,120,1.911 +20,121,1.538 +20,122,1.208 +20,123,2.299 +20,124,1.966 +20,125,1.841 +20,126,1.849 +20,127,0.765 +20,128,0.969 +20,129,1.339 +20,130,1.505 +20,131,1.75 +20,132,2.051 +21,1,0.892 +21,2,0.822 +21,3,0.754 +21,4,0.816 +21,5,0.892 +21,6,0.817 +21,7,0.723 +21,8,0.609 +21,9,0.675 +21,10,0.792 +21,11,0.832 +21,12,0.572 +21,13,0.626 +21,14,0.726 +21,15,0.429 +21,16,0.507 +21,17,0.609 +21,18,0.286 +21,19,0.44 +21,20,0.572 +21,21,0.051 +21,22,0.361 +21,23,0.337 +21,24,0.594 +21,25,0.274 +21,26,0.383 +21,27,0.516 +21,28,0.519 +21,29,0.675 +21,30,1.796 +21,31,1.698 +21,32,1.621 +21,33,1.48 +21,34,1.742 +21,35,1.546 +21,36,1.474 +21,37,1.4 +21,38,1.492 +21,39,1.466 +21,40,1.322 +21,41,1.233 +21,42,1.499 +21,43,1.325 +21,44,1.244 +21,45,1.097 +21,46,1.587 +21,47,1.434 +21,48,1.377 +21,49,1.439 +21,50,1.284 +21,51,1.26 +21,52,1.223 +21,53,1.332 +21,54,1.135 +21,55,1.126 +21,56,1.054 +21,57,1.111 +21,58,1.012 +21,59,0.972 +21,60,0.935 +21,61,0.994 +21,62,1.182 +21,63,1.149 +21,64,1.01 +21,65,1.213 +21,66,1.156 +21,67,0.94 +21,68,1.094 +21,69,0.939 +21,70,0.874 +21,71,1.045 +21,72,1.009 +21,73,0.778 +21,74,0.961 +21,75,0.836 +21,76,0.668 +21,77,0.732 +21,78,0.6 +21,79,0.485 +21,80,0.616 +21,81,0.495 +21,82,0.363 +21,83,0.495 +21,84,0.352 +21,85,0.231 +21,86,0.26 +21,87,0.506 +21,88,0.278 +21,89,0.414 +21,90,0.206 +21,91,0.191 +21,92,0.457 +21,93,0.416 +21,94,0.339 +21,95,0.408 +21,96,0.564 +21,97,0.547 +21,98,0.636 +21,99,0.601 +21,100,0.695 +21,101,0.835 +21,102,0.687 +21,103,0.815 +21,104,0.824 +21,105,0.78 +21,106,0.958 +21,107,0.88 +21,108,0.852 +21,109,0.92 +21,110,0.866 +21,111,0.775 +21,112,0.643 +21,113,0.811 +21,114,0.746 +21,115,0.54 +21,116,0.876 +21,117,0.726 +21,118,0.573 +21,119,0.937 +21,120,1.771 +21,121,1.326 +21,122,1.023 +21,123,2.159 +21,124,1.754 +21,125,1.57 +21,126,1.34 +21,127,0.995 +21,128,1.261 +21,129,1.658 +21,130,1.538 +21,131,1.783 +21,132,2.023 +22,1,0.891 +22,2,0.82 +22,3,0.709 +22,4,0.718 +22,5,0.769 +22,6,0.82 +22,7,0.726 +22,8,0.612 +22,9,0.577 +22,10,0.67 +22,11,0.71 +22,12,0.446 +22,13,0.503 +22,14,0.604 +22,15,0.302 +22,16,0.385 +22,17,0.487 +22,18,0.159 +22,19,0.264 +22,20,0.428 +22,21,0.38 +22,22,0.067 +22,23,0.22 +22,24,0.464 +22,25,0.136 +22,26,0.283 +22,27,0.426 +22,28,0.407 +22,29,0.585 +22,30,1.796 +22,31,1.697 +22,32,1.621 +22,33,1.436 +22,34,1.741 +22,35,1.546 +22,36,1.468 +22,37,1.355 +22,38,1.495 +22,39,1.465 +22,40,1.321 +22,41,1.226 +22,42,1.502 +22,43,1.328 +22,44,1.247 +22,45,1.096 +22,46,1.528 +22,47,1.374 +22,48,1.284 +22,49,1.341 +22,50,1.24 +22,51,1.2 +22,52,1.129 +22,53,1.234 +22,54,1.09 +22,55,1.067 +22,56,0.96 +22,57,1.013 +22,58,0.98 +22,59,0.927 +22,60,0.842 +22,61,0.897 +22,62,1.185 +22,63,1.152 +22,64,1.013 +22,65,1.247 +22,66,1.19 +22,67,0.943 +22,68,1.127 +22,69,0.972 +22,70,0.908 +22,71,1.122 +22,72,1.086 +22,73,0.812 +22,74,1.038 +22,75,0.914 +22,76,0.745 +22,77,0.759 +22,78,0.607 +22,79,0.488 +22,80,0.677 +22,81,0.529 +22,82,0.397 +22,83,0.572 +22,84,0.43 +22,85,0.306 +22,86,0.353 +22,87,0.639 +22,88,0.418 +22,89,0.614 +22,90,0.412 +22,91,0.292 +22,92,0.663 +22,93,0.505 +22,94,0.423 +22,95,0.27 +22,96,0.75 +22,97,0.636 +22,98,0.725 +22,99,0.464 +22,100,0.581 +22,101,0.748 +22,102,0.872 +22,103,0.82 +22,104,0.687 +22,105,0.642 +22,106,0.82 +22,107,0.79 +22,108,1.038 +22,109,1.009 +22,110,1.058 +22,111,0.926 +22,112,0.72 +22,113,1.002 +22,114,0.938 +22,115,0.741 +22,116,1.081 +22,117,0.932 +22,118,0.779 +22,119,1.118 +22,120,1.774 +22,121,1.387 +22,122,0.886 +22,123,2.162 +22,124,1.814 +22,125,1.648 +22,126,1.521 +22,127,0.909 +22,128,1.174 +22,129,1.572 +22,130,1.479 +22,131,1.723 +22,132,1.979 +23,1,0.999 +23,2,0.928 +23,3,0.787 +23,4,0.711 +23,5,0.695 +23,6,0.928 +23,7,0.834 +23,8,0.72 +23,9,0.65 +23,10,0.584 +23,11,0.611 +23,12,0.549 +23,13,0.404 +23,14,0.48 +23,15,0.402 +23,16,0.286 +23,17,0.388 +23,18,0.285 +23,19,0.134 +23,20,0.298 +23,21,0.337 +23,22,0.22 +23,23,0.067 +23,24,0.334 +23,25,0.27 +23,26,0.138 +23,27,0.271 +23,28,0.274 +23,29,0.43 +23,30,1.904 +23,31,1.805 +23,32,1.729 +23,33,1.532 +23,34,1.849 +23,35,1.654 +23,36,1.565 +23,37,1.452 +23,38,1.603 +23,39,1.573 +23,40,1.429 +23,41,1.326 +23,42,1.61 +23,43,1.436 +23,44,1.355 +23,45,1.204 +23,46,1.579 +23,47,1.425 +23,48,1.287 +23,49,1.301 +23,50,1.336 +23,51,1.251 +23,52,1.166 +23,53,1.194 +23,54,1.187 +23,55,1.118 +23,56,1.011 +23,57,0.971 +23,58,1.077 +23,59,1.024 +23,60,0.892 +23,61,0.845 +23,62,1.293 +23,63,1.26 +23,64,1.121 +23,65,1.335 +23,66,1.278 +23,67,1.051 +23,68,1.215 +23,69,1.06 +23,70,0.996 +23,71,1.219 +23,72,1.183 +23,73,0.9 +23,74,1.119 +23,75,1.01 +23,76,0.842 +23,77,0.858 +23,78,0.715 +23,79,0.596 +23,80,0.765 +23,81,0.617 +23,82,0.485 +23,83,0.669 +23,84,0.526 +23,85,0.402 +23,86,0.45 +23,87,0.736 +23,88,0.514 +23,89,0.711 +23,90,0.527 +23,91,0.426 +23,92,0.778 +23,93,0.633 +23,94,0.553 +23,95,0.4 +23,96,0.878 +23,97,0.764 +23,98,0.853 +23,99,0.56 +23,100,0.45 +23,101,0.59 +23,102,1.001 +23,103,0.912 +23,104,0.778 +23,105,0.644 +23,106,0.72 +23,107,0.635 +23,108,1.166 +23,109,1.137 +23,110,1.155 +23,111,1.023 +23,112,0.817 +23,113,1.099 +23,114,1.034 +23,115,0.837 +23,116,1.196 +23,117,1.047 +23,118,0.894 +23,119,1.246 +23,120,1.882 +23,121,1.475 +23,122,0.977 +23,123,2.27 +23,124,1.902 +23,125,1.728 +23,126,1.649 +23,127,0.75 +23,128,1.016 +23,129,1.414 +23,130,1.53 +23,131,1.774 +23,132,2.075 +24,1,1.171 +24,2,1.1 +24,3,0.956 +24,4,0.882 +24,5,0.866 +24,6,1.158 +24,7,1.063 +24,8,0.918 +24,9,0.819 +24,10,0.751 +24,11,0.71 +24,12,0.73 +24,13,0.582 +24,14,0.57 +24,15,0.602 +24,16,0.485 +24,17,0.364 +24,18,0.549 +24,19,0.39 +24,20,0.242 +24,21,0.596 +24,22,0.484 +24,23,0.351 +24,24,0.079 +24,25,0.499 +24,26,0.379 +24,27,0.257 +24,28,0.488 +24,29,0.403 +24,30,2.076 +24,31,1.977 +24,32,1.901 +24,33,1.701 +24,34,2.021 +24,35,1.826 +24,36,1.734 +24,37,1.62 +24,38,1.833 +24,39,1.745 +24,40,1.601 +24,41,1.494 +24,42,1.84 +24,43,1.666 +24,44,1.532 +24,45,1.376 +24,46,1.748 +24,47,1.594 +24,48,1.458 +24,49,1.472 +24,50,1.505 +24,51,1.42 +24,52,1.337 +24,53,1.365 +24,54,1.355 +24,55,1.286 +24,56,1.18 +24,57,1.142 +24,58,1.245 +24,59,1.192 +24,60,1.061 +24,61,1.016 +24,62,1.523 +24,63,1.481 +24,64,1.328 +24,65,1.592 +24,66,1.535 +24,67,1.281 +24,68,1.472 +24,69,1.318 +24,70,1.253 +24,71,1.483 +24,72,1.444 +24,73,1.157 +24,74,1.383 +24,75,1.274 +24,76,1.106 +24,77,1.094 +24,78,0.945 +24,79,0.826 +24,80,1.022 +24,81,0.874 +24,82,0.742 +24,83,0.933 +24,84,0.79 +24,85,0.666 +24,86,0.714 +24,87,1 +24,88,0.778 +24,89,0.975 +24,90,0.775 +24,91,0.655 +24,92,1.017 +24,93,0.834 +24,94,0.754 +24,95,0.601 +24,96,1.079 +24,97,0.966 +24,98,1.054 +24,99,0.762 +24,100,0.665 +24,101,0.536 +24,102,1.202 +24,103,1.113 +24,104,0.979 +24,105,0.845 +24,106,0.822 +24,107,0.668 +24,108,1.367 +24,109,1.338 +24,110,1.419 +24,111,1.287 +24,112,1.081 +24,113,1.363 +24,114,1.298 +24,115,1.101 +24,116,1.445 +24,117,1.296 +24,118,1.142 +24,119,1.447 +24,120,2.105 +24,121,1.732 +24,122,1.178 +24,123,2.493 +24,124,2.159 +24,125,1.992 +24,126,1.85 +24,127,0.682 +24,128,0.886 +24,129,1.256 +24,130,1.698 +24,131,1.943 +24,132,2.244 +25,1,1.024 +25,2,0.953 +25,3,0.843 +25,4,0.852 +25,5,0.903 +25,6,0.954 +25,7,0.859 +25,8,0.745 +25,9,0.711 +25,10,0.803 +25,11,0.843 +25,12,0.58 +25,13,0.637 +25,14,0.738 +25,15,0.435 +25,16,0.518 +25,17,0.62 +25,18,0.293 +25,19,0.398 +25,20,0.536 +25,21,0.274 +25,22,0.136 +25,23,0.27 +25,24,0.504 +25,25,0.067 +25,26,0.148 +25,27,0.292 +25,28,0.272 +25,29,0.45 +25,30,1.929 +25,31,1.831 +25,32,1.754 +25,33,1.57 +25,34,1.875 +25,35,1.679 +25,36,1.602 +25,37,1.489 +25,38,1.629 +25,39,1.599 +25,40,1.455 +25,41,1.359 +25,42,1.636 +25,43,1.462 +25,44,1.38 +25,45,1.23 +25,46,1.662 +25,47,1.508 +25,48,1.417 +25,49,1.475 +25,50,1.374 +25,51,1.334 +25,52,1.263 +25,53,1.368 +25,54,1.224 +25,55,1.2 +25,56,1.094 +25,57,1.147 +25,58,1.114 +25,59,1.061 +25,60,0.975 +25,61,1.03 +25,62,1.318 +25,63,1.286 +25,64,1.146 +25,65,1.379 +25,66,1.322 +25,67,1.077 +25,68,1.26 +25,69,1.105 +25,70,1.04 +25,71,1.161 +25,72,1.125 +25,73,0.944 +25,74,1.118 +25,75,0.952 +25,76,0.802 +25,77,0.892 +25,78,0.74 +25,79,0.621 +25,80,0.774 +25,81,0.661 +25,82,0.529 +25,83,0.653 +25,84,0.51 +25,85,0.397 +25,86,0.418 +25,87,0.624 +25,88,0.436 +25,89,0.484 +25,90,0.277 +25,91,0.157 +25,92,0.528 +25,93,0.37 +25,94,0.288 +25,95,0.135 +25,96,0.615 +25,97,0.501 +25,98,0.59 +25,99,0.329 +25,100,0.446 +25,101,0.614 +25,102,0.738 +25,103,0.686 +25,104,0.552 +25,105,0.507 +25,106,0.685 +25,107,0.655 +25,108,0.903 +25,109,0.874 +25,110,0.937 +25,111,0.846 +25,112,0.759 +25,113,0.882 +25,114,0.817 +25,115,0.611 +25,116,0.946 +25,117,0.797 +25,118,0.644 +25,119,0.983 +25,120,1.908 +25,121,1.484 +25,122,0.751 +25,123,2.296 +25,124,1.911 +25,125,1.728 +25,126,1.386 +25,127,0.774 +25,128,1.04 +25,129,1.437 +25,130,1.612 +25,131,1.857 +25,132,2.112 +26,1,1.1 +26,2,1.029 +26,3,0.924 +26,4,0.848 +26,5,0.832 +26,6,1.029 +26,7,0.935 +26,8,0.821 +26,9,0.787 +26,10,0.72 +26,11,0.748 +26,12,0.67 +26,13,0.541 +26,14,0.617 +26,15,0.523 +26,16,0.423 +26,17,0.525 +26,18,0.387 +26,19,0.271 +26,20,0.416 +26,21,0.383 +26,22,0.283 +26,23,0.138 +26,24,0.384 +26,25,0.148 +26,26,0.068 +26,27,0.172 +26,28,0.152 +26,29,0.332 +26,30,2.005 +26,31,1.907 +26,32,1.83 +26,33,1.664 +26,34,1.951 +26,35,1.755 +26,36,1.682 +26,37,1.583 +26,38,1.704 +26,39,1.675 +26,40,1.531 +26,41,1.441 +26,42,1.711 +26,43,1.538 +26,44,1.456 +26,45,1.306 +26,46,1.716 +26,47,1.562 +26,48,1.424 +26,49,1.438 +26,50,1.468 +26,51,1.388 +26,52,1.303 +26,53,1.331 +26,54,1.318 +26,55,1.255 +26,56,1.148 +26,57,1.108 +26,58,1.208 +26,59,1.155 +26,60,1.029 +26,61,0.982 +26,62,1.394 +26,63,1.362 +26,64,1.222 +26,65,1.436 +26,66,1.379 +26,67,1.152 +26,68,1.316 +26,69,1.162 +26,70,1.097 +26,71,1.308 +26,72,1.272 +26,73,1.001 +26,74,1.22 +26,75,1.1 +26,76,0.935 +26,77,0.96 +26,78,0.816 +26,79,0.697 +26,80,0.867 +26,81,0.718 +26,82,0.586 +26,83,0.762 +26,84,0.619 +26,85,0.495 +26,86,0.545 +26,87,0.772 +26,88,0.584 +26,89,0.632 +26,90,0.424 +26,91,0.304 +26,92,0.675 +26,93,0.511 +26,94,0.431 +26,95,0.278 +26,96,0.756 +26,97,0.642 +26,98,0.731 +26,99,0.438 +26,100,0.328 +26,101,0.494 +26,102,0.879 +26,103,0.79 +26,104,0.656 +26,105,0.522 +26,106,0.598 +26,107,0.537 +26,108,1.044 +26,109,1.015 +26,110,1.085 +26,111,0.994 +26,112,0.906 +26,113,1.029 +26,114,0.965 +26,115,0.759 +26,116,1.094 +26,117,0.945 +26,118,0.792 +26,119,1.124 +26,120,1.984 +26,121,1.576 +26,122,0.855 +26,123,2.372 +26,124,2.003 +26,125,1.83 +26,126,1.527 +26,127,0.654 +26,128,0.92 +26,129,1.317 +26,130,1.667 +26,131,1.911 +26,132,2.207 +27,1,1.217 +27,2,1.146 +27,3,1.044 +27,4,0.97 +27,5,0.954 +27,6,1.146 +27,7,1.052 +27,8,0.938 +27,9,0.907 +27,10,0.842 +27,11,0.803 +27,12,0.788 +27,13,0.663 +27,14,0.663 +27,15,0.641 +27,16,0.545 +27,17,0.493 +27,18,0.504 +27,19,0.393 +27,20,0.372 +27,21,0.508 +27,22,0.426 +27,23,0.26 +27,24,0.271 +27,25,0.292 +27,26,0.172 +27,27,0.077 +27,28,0.285 +27,29,0.21 +27,30,2.122 +27,31,2.024 +27,32,1.947 +27,33,1.781 +27,34,2.068 +27,35,1.872 +27,36,1.8 +27,37,1.7 +27,38,1.822 +27,39,1.792 +27,40,1.648 +27,41,1.558 +27,42,1.828 +27,43,1.655 +27,44,1.573 +27,45,1.423 +27,46,1.836 +27,47,1.682 +27,48,1.546 +27,49,1.56 +27,50,1.585 +27,51,1.508 +27,52,1.425 +27,53,1.453 +27,54,1.435 +27,55,1.374 +27,56,1.268 +27,57,1.23 +27,58,1.325 +27,59,1.272 +27,60,1.149 +27,61,1.104 +27,62,1.511 +27,63,1.479 +27,64,1.339 +27,65,1.553 +27,66,1.496 +27,67,1.27 +27,68,1.434 +27,69,1.279 +27,70,1.214 +27,71,1.437 +27,72,1.401 +27,73,1.118 +27,74,1.337 +27,75,1.228 +27,76,1.06 +27,77,1.077 +27,78,0.933 +27,79,0.814 +27,80,0.984 +27,81,0.835 +27,82,0.703 +27,83,0.887 +27,84,0.744 +27,85,0.62 +27,86,0.668 +27,87,0.915 +27,88,0.727 +27,89,0.775 +27,90,0.567 +27,91,0.447 +27,92,0.814 +27,93,0.631 +27,94,0.551 +27,95,0.398 +27,96,0.876 +27,97,0.763 +27,98,0.852 +27,99,0.559 +27,100,0.446 +27,101,0.343 +27,102,0.999 +27,103,0.91 +27,104,0.776 +27,105,0.642 +27,106,0.613 +27,107,0.459 +27,108,1.164 +27,109,1.136 +27,110,1.228 +27,111,1.137 +27,112,1.034 +27,113,1.172 +27,114,1.108 +27,115,0.902 +27,116,1.237 +27,117,1.088 +27,118,0.935 +27,119,1.244 +27,120,2.101 +27,121,1.693 +27,122,0.975 +27,123,2.489 +27,124,2.12 +27,125,1.947 +27,126,1.647 +27,127,0.504 +27,128,0.769 +27,129,1.161 +27,130,1.786 +27,131,2.031 +27,132,2.324 +28,1,1.236 +28,2,1.165 +28,3,1.06 +28,4,0.984 +28,5,0.968 +28,6,1.165 +28,7,1.071 +28,8,0.957 +28,9,0.923 +28,10,0.856 +28,11,0.884 +28,12,0.806 +28,13,0.677 +28,14,0.753 +28,15,0.659 +28,16,0.559 +28,17,0.647 +28,18,0.523 +28,19,0.407 +28,20,0.526 +28,21,0.519 +28,22,0.407 +28,23,0.274 +28,24,0.494 +28,25,0.272 +28,26,0.152 +28,27,0.286 +28,28,0.067 +28,29,0.19 +28,30,2.141 +28,31,2.043 +28,32,1.966 +28,33,1.8 +28,34,2.087 +28,35,1.891 +28,36,1.818 +28,37,1.719 +28,38,1.84 +28,39,1.811 +28,40,1.667 +28,41,1.577 +28,42,1.847 +28,43,1.674 +28,44,1.592 +28,45,1.442 +28,46,1.852 +28,47,1.698 +28,48,1.56 +28,49,1.574 +28,50,1.604 +28,51,1.524 +28,52,1.439 +28,53,1.467 +28,54,1.454 +28,55,1.391 +28,56,1.284 +28,57,1.244 +28,58,1.344 +28,59,1.291 +28,60,1.165 +28,61,1.118 +28,62,1.53 +28,63,1.498 +28,64,1.358 +28,65,1.572 +28,66,1.515 +28,67,1.288 +28,68,1.452 +28,69,1.298 +28,70,1.233 +28,71,1.366 +28,72,1.33 +28,73,1.137 +28,74,1.35 +28,75,1.157 +28,76,1.007 +28,77,1.096 +28,78,0.952 +28,79,0.833 +28,80,1.003 +28,81,0.854 +28,82,0.722 +28,83,0.898 +28,84,0.755 +28,85,0.631 +28,86,0.681 +28,87,0.83 +28,88,0.707 +28,89,0.69 +28,90,0.548 +28,91,0.428 +28,92,0.633 +28,93,0.45 +28,94,0.299 +28,95,0.198 +28,96,0.695 +28,97,0.582 +28,98,0.63 +28,99,0.309 +28,100,0.187 +28,101,0.363 +28,102,0.818 +28,103,0.66 +28,104,0.527 +28,105,0.393 +28,106,0.457 +28,107,0.396 +28,108,0.983 +28,109,0.899 +28,110,1.143 +28,111,1.052 +28,112,0.964 +28,113,1.087 +28,114,1.022 +28,115,0.816 +28,116,1.077 +28,117,0.928 +28,118,0.775 +28,119,1.063 +28,120,2.12 +28,121,1.712 +28,122,0.726 +28,123,2.508 +28,124,2.139 +28,125,1.959 +28,126,1.466 +28,127,0.545 +28,128,0.811 +28,129,1.328 +28,130,1.803 +28,131,2.047 +28,132,2.343 +29,1,1.389 +29,2,1.318 +29,3,1.216 +29,4,1.142 +29,5,1.126 +29,6,1.318 +29,7,1.224 +29,8,1.11 +29,9,1.079 +29,10,1.014 +29,11,0.975 +29,12,0.96 +29,13,0.835 +29,14,0.835 +29,15,0.813 +29,16,0.717 +29,17,0.661 +29,18,0.676 +29,19,0.565 +29,20,0.54 +29,21,0.68 +29,22,0.585 +29,23,0.432 +29,24,0.418 +29,25,0.45 +29,26,0.332 +29,27,0.23 +29,28,0.19 +29,29,0.076 +29,30,2.294 +29,31,2.196 +29,32,2.119 +29,33,1.953 +29,34,2.24 +29,35,2.044 +29,36,1.972 +29,37,1.872 +29,38,1.994 +29,39,1.964 +29,40,1.82 +29,41,1.73 +29,42,2 +29,43,1.827 +29,44,1.745 +29,45,1.595 +29,46,2.008 +29,47,1.854 +29,48,1.718 +29,49,1.732 +29,50,1.757 +29,51,1.68 +29,52,1.597 +29,53,1.625 +29,54,1.607 +29,55,1.546 +29,56,1.44 +29,57,1.402 +29,58,1.497 +29,59,1.444 +29,60,1.321 +29,61,1.276 +29,62,1.683 +29,63,1.651 +29,64,1.511 +29,65,1.725 +29,66,1.668 +29,67,1.442 +29,68,1.606 +29,69,1.451 +29,70,1.386 +29,71,1.512 +29,72,1.476 +29,73,1.29 +29,74,1.496 +29,75,1.304 +29,76,1.153 +29,77,1.249 +29,78,1.105 +29,79,0.986 +29,80,1.156 +29,81,1.007 +29,82,0.875 +29,83,1.059 +29,84,0.916 +29,85,0.792 +29,86,0.84 +29,87,0.976 +29,88,0.863 +29,89,0.836 +29,90,0.701 +29,91,0.606 +29,92,0.779 +29,93,0.596 +29,94,0.445 +29,95,0.344 +29,96,0.842 +29,97,0.728 +29,98,0.776 +29,99,0.455 +29,100,0.318 +29,101,0.196 +29,102,0.964 +29,103,0.807 +29,104,0.673 +29,105,0.539 +29,106,0.483 +29,107,0.328 +29,108,1.129 +29,109,1.046 +29,110,1.289 +29,111,1.198 +29,112,1.11 +29,113,1.233 +29,114,1.169 +29,115,0.963 +29,116,1.224 +29,117,1.074 +29,118,0.921 +29,119,1.21 +29,120,2.273 +29,121,1.862 +29,122,0.872 +29,123,2.661 +29,124,2.289 +29,125,2.106 +29,126,1.612 +29,127,0.379 +29,128,0.645 +29,129,1.162 +29,130,1.958 +29,131,2.203 +29,132,2.496 +30,1,0.918 +30,2,1.041 +30,3,1.149 +30,4,1.29 +30,5,1.392 +30,6,1.072 +30,7,1.119 +30,8,1.254 +30,9,1.292 +30,10,1.43 +30,11,1.519 +30,12,1.412 +30,13,1.523 +30,14,1.614 +30,15,1.579 +30,16,1.652 +30,17,1.728 +30,18,1.655 +30,19,1.798 +30,20,1.847 +30,21,1.786 +30,22,1.791 +30,23,1.898 +30,24,2.034 +30,25,1.924 +30,26,1.988 +30,27,2.119 +30,28,2.124 +30,29,2.277 +30,30,0.064 +30,31,0.286 +30,32,0.429 +30,33,0.649 +30,34,0.284 +30,35,0.322 +30,36,0.608 +30,37,0.722 +30,38,0.429 +30,39,0.543 +30,40,0.505 +30,41,0.737 +30,42,0.591 +30,43,0.553 +30,44,0.637 +30,45,0.749 +30,46,0.723 +30,47,0.844 +30,48,0.985 +30,49,1.103 +30,50,0.821 +30,51,0.96 +30,52,1.075 +30,53,1.232 +30,54,0.944 +30,55,0.984 +30,56,1.207 +30,57,1.268 +30,58,0.883 +30,59,0.975 +30,60,1.109 +30,61,1.242 +30,62,0.782 +30,63,0.781 +30,64,0.889 +30,65,0.952 +30,66,0.895 +30,67,0.95 +30,68,1.093 +30,69,1.062 +30,70,1.104 +30,71,1.239 +30,72,1.166 +30,73,1.232 +30,74,1.502 +30,75,1.289 +30,76,1.435 +30,77,1.18 +30,78,1.247 +30,79,1.374 +30,80,1.336 +30,81,1.394 +30,82,1.473 +30,83,1.457 +30,84,1.613 +30,85,1.69 +30,86,1.737 +30,87,1.592 +30,88,1.74 +30,89,1.705 +30,90,1.878 +30,91,1.905 +30,92,1.837 +30,93,1.931 +30,94,2.023 +30,95,2.058 +30,96,1.988 +30,97,2.062 +30,98,2.151 +30,99,2.252 +30,100,2.3 +30,101,2.438 +30,102,2.111 +30,103,2.265 +30,104,2.398 +30,105,2.43 +30,106,2.57 +30,107,2.483 +30,108,2.276 +30,109,2.369 +30,110,1.581 +30,111,1.436 +30,112,1.55 +30,113,1.624 +30,114,1.56 +30,115,1.745 +30,116,1.841 +30,117,1.692 +30,118,1.843 +30,119,2.029 +30,120,0.609 +30,121,1.091 +30,122,2.661 +30,123,1.2 +30,124,1.276 +30,125,1.633 +30,126,2.026 +30,127,2.559 +30,128,2.763 +30,129,3.133 +30,130,1 +30,131,1.124 +30,132,0.483 +31,1,0.82 +31,2,0.943 +31,3,1.051 +31,4,1.192 +31,5,1.293 +31,6,0.974 +31,7,1.021 +31,8,1.155 +31,9,1.194 +31,10,1.332 +31,11,1.421 +31,12,1.314 +31,13,1.425 +31,14,1.516 +31,15,1.481 +31,16,1.554 +31,17,1.63 +31,18,1.557 +31,19,1.7 +31,20,1.748 +31,21,1.688 +31,22,1.692 +31,23,1.799 +31,24,1.936 +31,25,1.826 +31,26,1.889 +31,27,2.02 +31,28,2.025 +31,29,2.179 +31,30,0.286 +31,31,0.064 +31,32,0.152 +31,33,0.371 +31,34,0.254 +31,35,0.293 +31,36,0.331 +31,37,0.445 +31,38,0.4 +31,39,0.513 +31,40,0.407 +31,41,0.591 +31,42,0.562 +31,43,0.524 +31,44,0.544 +31,45,0.65 +31,46,0.446 +31,47,0.567 +31,48,0.708 +31,49,0.825 +31,50,0.544 +31,51,0.683 +31,52,0.798 +31,53,0.954 +31,54,0.678 +31,55,0.885 +31,56,0.93 +31,57,0.991 +31,58,0.785 +31,59,0.876 +31,60,1.011 +31,61,1.134 +31,62,0.752 +31,63,0.688 +31,64,0.791 +31,65,0.921 +31,66,0.864 +31,67,0.887 +31,68,1.063 +31,69,1.031 +31,70,1.041 +31,71,1.208 +31,72,1.135 +31,73,1.169 +31,74,1.472 +31,75,1.258 +31,76,1.345 +31,77,1.081 +31,78,1.148 +31,79,1.276 +31,80,1.238 +31,81,1.295 +31,82,1.375 +31,83,1.359 +31,84,1.515 +31,85,1.591 +31,86,1.638 +31,87,1.494 +31,88,1.641 +31,89,1.615 +31,90,1.78 +31,91,1.807 +31,92,1.747 +31,93,1.841 +31,94,1.934 +31,95,1.96 +31,96,1.899 +31,97,1.973 +31,98,2.062 +31,99,2.154 +31,100,2.202 +31,101,2.339 +31,102,2.021 +31,103,2.175 +31,104,2.309 +31,105,2.332 +31,106,2.472 +31,107,2.384 +31,108,2.186 +31,109,2.28 +31,110,1.549 +31,111,1.405 +31,112,1.461 +31,113,1.593 +31,114,1.528 +31,115,1.656 +31,116,1.81 +31,117,1.661 +31,118,1.784 +31,119,1.997 +31,120,0.58 +31,121,1.061 +31,122,2.572 +31,123,1.17 +31,124,1.247 +31,125,1.604 +31,126,1.996 +31,127,2.461 +31,128,2.665 +31,129,3.034 +31,130,0.744 +31,131,0.935 +31,132,0.564 +32,1,0.744 +32,2,0.866 +32,3,0.964 +32,4,1.105 +32,5,1.206 +32,6,0.897 +32,7,0.944 +32,8,1.079 +32,9,1.118 +32,10,1.252 +32,11,1.341 +32,12,1.237 +32,13,1.348 +32,14,1.436 +32,15,1.404 +32,16,1.477 +32,17,1.553 +32,18,1.48 +32,19,1.623 +32,20,1.672 +32,21,1.611 +32,22,1.616 +32,23,1.723 +32,24,1.859 +32,25,1.749 +32,26,1.813 +32,27,1.944 +32,28,1.949 +32,29,2.102 +32,30,0.429 +32,31,0.152 +32,32,0.063 +32,33,0.256 +32,34,0.397 +32,35,0.436 +32,36,0.254 +32,37,0.329 +32,38,0.543 +32,39,0.537 +32,40,0.33 +32,41,0.493 +32,42,0.705 +32,43,0.667 +32,44,0.468 +32,45,0.574 +32,46,0.33 +32,47,0.451 +32,48,0.592 +32,49,0.71 +32,50,0.428 +32,51,0.567 +32,52,0.682 +32,53,0.839 +32,54,0.565 +32,55,0.809 +32,56,0.814 +32,57,0.875 +32,58,0.708 +32,59,0.789 +32,60,0.924 +32,61,1.018 +32,62,0.743 +32,63,0.612 +32,64,0.714 +32,65,0.844 +32,66,0.787 +32,67,0.81 +32,68,0.989 +32,69,0.954 +32,70,0.964 +32,71,1.131 +32,72,1.058 +32,73,1.093 +32,74,1.407 +32,75,1.181 +32,76,1.269 +32,77,1.005 +32,78,1.072 +32,79,1.199 +32,80,1.161 +32,81,1.219 +32,82,1.298 +32,83,1.282 +32,84,1.438 +32,85,1.515 +32,86,1.562 +32,87,1.417 +32,88,1.565 +32,89,1.539 +32,90,1.703 +32,91,1.73 +32,92,1.67 +32,93,1.765 +32,94,1.857 +32,95,1.883 +32,96,1.822 +32,97,1.896 +32,98,1.985 +32,99,2.077 +32,100,2.125 +32,101,2.263 +32,102,1.945 +32,103,2.098 +32,104,2.232 +32,105,2.255 +32,106,2.395 +32,107,2.308 +32,108,2.11 +32,109,2.203 +32,110,1.472 +32,111,1.328 +32,112,1.384 +32,113,1.516 +32,114,1.452 +32,115,1.579 +32,116,1.733 +32,117,1.584 +32,118,1.707 +32,119,1.921 +32,120,0.722 +32,121,1.204 +32,122,2.495 +32,123,1.313 +32,124,1.39 +32,125,1.747 +32,126,2.139 +32,127,2.384 +32,128,2.588 +32,129,2.958 +32,130,0.628 +32,131,0.863 +32,132,0.492 +33,1,0.689 +33,2,0.683 +33,3,0.753 +33,4,0.894 +33,5,0.996 +33,6,0.843 +33,7,0.815 +33,8,0.923 +33,9,0.912 +33,10,1.042 +33,11,1.131 +33,12,1.036 +33,13,1.148 +33,14,1.226 +33,15,1.226 +33,16,1.277 +33,17,1.352 +33,18,1.303 +33,19,1.424 +33,20,1.471 +33,21,1.471 +33,22,1.438 +33,23,1.547 +33,24,1.658 +33,25,1.572 +33,26,1.671 +33,27,1.786 +33,28,1.807 +33,29,1.95 +33,30,0.649 +33,31,0.371 +33,32,0.256 +33,33,0.073 +33,34,0.617 +33,35,0.655 +33,36,0.434 +33,37,0.196 +33,38,0.762 +33,39,0.741 +33,40,0.538 +33,41,0.36 +33,42,0.924 +33,43,0.884 +33,44,0.639 +33,45,0.499 +33,46,0.239 +33,47,0.36 +33,48,0.501 +33,49,0.619 +33,50,0.218 +33,51,0.477 +33,52,0.591 +33,53,0.748 +33,54,0.355 +33,55,0.706 +33,56,0.622 +33,57,0.721 +33,58,0.587 +33,59,0.579 +33,60,0.714 +33,61,0.847 +33,62,0.914 +33,63,0.783 +33,64,0.66 +33,65,1.015 +33,66,0.958 +33,67,0.808 +33,68,1.16 +33,69,1.097 +33,70,0.962 +33,71,1.302 +33,72,1.229 +33,73,1.072 +33,74,1.405 +33,75,1.352 +33,76,1.214 +33,77,0.95 +33,78,0.949 +33,79,1.035 +33,80,1.107 +33,81,1.131 +33,82,1.158 +33,83,1.228 +33,84,1.311 +33,85,1.375 +33,86,1.434 +33,87,1.363 +33,88,1.437 +33,89,1.484 +33,90,1.575 +33,91,1.602 +33,92,1.616 +33,93,1.71 +33,94,1.75 +33,95,1.706 +33,96,1.768 +33,97,1.842 +33,98,1.931 +33,99,1.9 +33,100,1.983 +33,101,2.083 +33,102,1.89 +33,103,2.044 +33,104,2.123 +33,105,2.078 +33,106,2.253 +33,107,2.163 +33,108,2.056 +33,109,2.149 +33,110,1.598 +33,111,1.453 +33,112,1.33 +33,113,1.606 +33,114,1.542 +33,115,1.525 +33,116,1.823 +33,117,1.674 +33,118,1.653 +33,119,2.01 +33,120,0.942 +33,121,1.424 +33,122,2.322 +33,123,1.533 +33,124,1.609 +33,125,1.966 +33,126,2.301 +33,127,2.183 +33,128,2.387 +33,129,2.757 +33,130,0.538 +33,131,0.782 +33,132,0.588 +34,1,0.864 +34,2,0.987 +34,3,1.095 +34,4,1.236 +34,5,1.337 +34,6,1.018 +34,7,1.065 +34,8,1.199 +34,9,1.238 +34,10,1.376 +34,11,1.465 +34,12,1.358 +34,13,1.469 +34,14,1.56 +34,15,1.525 +34,16,1.598 +34,17,1.674 +34,18,1.601 +34,19,1.744 +34,20,1.792 +34,21,1.732 +34,22,1.736 +34,23,1.843 +34,24,1.98 +34,25,1.87 +34,26,1.933 +34,27,2.064 +34,28,2.069 +34,29,2.223 +34,30,0.284 +34,31,0.254 +34,32,0.397 +34,33,0.617 +34,34,0.067 +34,35,0.268 +34,36,0.576 +34,37,0.69 +34,38,0.375 +34,39,0.488 +34,40,0.451 +34,41,0.683 +34,42,0.537 +34,43,0.499 +34,44,0.583 +34,45,0.694 +34,46,0.691 +34,47,0.812 +34,48,0.953 +34,49,1.071 +34,50,0.789 +34,51,0.928 +34,52,1.043 +34,53,1.2 +34,54,0.89 +34,55,0.929 +34,56,1.158 +34,57,1.236 +34,58,0.829 +34,59,0.92 +34,60,1.055 +34,61,1.188 +34,62,0.728 +34,63,0.727 +34,64,0.835 +34,65,0.898 +34,66,0.841 +34,67,0.895 +34,68,1.038 +34,69,1.008 +34,70,1.049 +34,71,1.185 +34,72,1.112 +34,73,1.178 +34,74,1.448 +34,75,1.235 +34,76,1.381 +34,77,1.125 +34,78,1.192 +34,79,1.32 +34,80,1.282 +34,81,1.339 +34,82,1.419 +34,83,1.403 +34,84,1.559 +34,85,1.635 +34,86,1.682 +34,87,1.538 +34,88,1.685 +34,89,1.651 +34,90,1.824 +34,91,1.851 +34,92,1.782 +34,93,1.877 +34,94,1.969 +34,95,2.004 +34,96,1.934 +34,97,2.008 +34,98,2.097 +34,99,2.198 +34,100,2.246 +34,101,2.383 +34,102,2.057 +34,103,2.21 +34,104,2.344 +34,105,2.376 +34,106,2.516 +34,107,2.428 +34,108,2.222 +34,109,2.315 +34,110,1.526 +34,111,1.382 +34,112,1.496 +34,113,1.57 +34,114,1.506 +34,115,1.691 +34,116,1.787 +34,117,1.638 +34,118,1.789 +34,119,1.975 +34,120,0.488 +34,121,1.036 +34,122,2.607 +34,123,1.079 +34,124,1.156 +34,125,1.535 +34,126,1.971 +34,127,2.505 +34,128,2.709 +34,129,3.078 +34,130,0.99 +34,131,1.18 +34,132,0.569 +35,1,0.669 +35,2,0.791 +35,3,0.899 +35,4,1.04 +35,5,1.142 +35,6,0.822 +35,7,0.869 +35,8,1.004 +35,9,1.043 +35,10,1.18 +35,11,1.269 +35,12,1.162 +35,13,1.273 +35,14,1.364 +35,15,1.329 +35,16,1.402 +35,17,1.478 +35,18,1.406 +35,19,1.548 +35,20,1.597 +35,21,1.536 +35,22,1.541 +35,23,1.648 +35,24,1.784 +35,25,1.674 +35,26,1.738 +35,27,1.869 +35,28,1.874 +35,29,2.028 +35,30,0.322 +35,31,0.293 +35,32,0.436 +35,33,0.655 +35,34,0.268 +35,35,0.067 +35,36,0.386 +35,37,0.583 +35,38,0.363 +35,39,0.456 +35,40,0.256 +35,41,0.487 +35,42,0.525 +35,43,0.487 +35,44,0.387 +35,45,0.499 +35,46,0.73 +35,47,0.851 +35,48,0.992 +35,49,1.109 +35,50,0.716 +35,51,0.882 +35,52,0.965 +35,53,1.113 +35,54,0.695 +35,55,0.734 +35,56,0.963 +35,57,1.061 +35,58,0.633 +35,59,0.725 +35,60,0.86 +35,61,0.992 +35,62,0.662 +35,63,0.531 +35,64,0.639 +35,65,0.764 +35,66,0.707 +35,67,0.73 +35,68,0.909 +35,69,0.874 +35,70,0.884 +35,71,1.05 +35,72,0.978 +35,73,1.012 +35,74,1.327 +35,75,1.101 +35,76,1.194 +35,77,0.93 +35,78,0.997 +35,79,1.124 +35,80,1.086 +35,81,1.144 +35,82,1.223 +35,83,1.207 +35,84,1.364 +35,85,1.44 +35,86,1.487 +35,87,1.342 +35,88,1.49 +35,89,1.464 +35,90,1.628 +35,91,1.655 +35,92,1.596 +35,93,1.69 +35,94,1.782 +35,95,1.808 +35,96,1.747 +35,97,1.821 +35,98,1.91 +35,99,2.002 +35,100,2.05 +35,101,2.188 +35,102,1.87 +35,103,2.024 +35,104,2.157 +35,105,2.18 +35,106,2.32 +35,107,2.233 +35,108,2.035 +35,109,2.128 +35,110,1.392 +35,111,1.248 +35,112,1.309 +35,113,1.436 +35,114,1.371 +35,115,1.504 +35,116,1.653 +35,117,1.504 +35,118,1.632 +35,119,1.84 +35,120,0.593 +35,121,1.024 +35,122,2.42 +35,123,1.174 +35,124,1.251 +35,125,1.567 +35,126,1.959 +35,127,2.309 +35,128,2.513 +35,129,2.883 +35,130,1.028 +35,131,1.219 +35,132,0.608 +36,1,0.596 +36,2,0.716 +36,3,0.786 +36,4,0.927 +36,5,1.028 +36,6,0.75 +36,7,0.796 +36,8,0.931 +36,9,0.945 +36,10,1.075 +36,11,1.164 +36,12,1.069 +36,13,1.181 +36,14,1.258 +36,15,1.256 +36,16,1.31 +36,17,1.385 +36,18,1.333 +36,19,1.456 +36,20,1.503 +36,21,1.463 +36,22,1.468 +36,23,1.575 +36,24,1.691 +36,25,1.602 +36,26,1.665 +36,27,1.796 +36,28,1.801 +36,29,1.955 +36,30,0.608 +36,31,0.331 +36,32,0.254 +36,33,0.434 +36,34,0.576 +36,35,0.386 +36,36,0.067 +36,37,0.276 +36,38,0.501 +36,39,0.389 +36,40,0.183 +36,41,0.3 +36,42,0.593 +36,43,0.532 +36,44,0.32 +36,45,0.426 +36,46,0.553 +36,47,0.674 +36,48,0.81 +36,49,0.902 +36,50,0.408 +36,51,0.575 +36,52,0.658 +36,53,0.806 +36,54,0.388 +36,55,0.646 +36,56,0.658 +36,57,0.756 +36,58,0.561 +36,59,0.612 +36,60,0.746 +36,61,0.879 +36,62,0.595 +36,63,0.464 +36,64,0.566 +36,65,0.696 +36,66,0.64 +36,67,0.663 +36,68,0.842 +36,69,0.806 +36,70,0.817 +36,71,0.983 +36,72,0.91 +36,73,0.945 +36,74,1.26 +36,75,1.034 +36,76,1.121 +36,77,0.857 +36,78,0.924 +36,79,1.051 +36,80,1.013 +36,81,1.071 +36,82,1.151 +36,83,1.135 +36,84,1.291 +36,85,1.367 +36,86,1.414 +36,87,1.27 +36,88,1.417 +36,89,1.391 +36,90,1.555 +36,91,1.582 +36,92,1.523 +36,93,1.617 +36,94,1.709 +36,95,1.736 +36,96,1.674 +36,97,1.749 +36,98,1.838 +36,99,1.93 +36,100,1.978 +36,101,2.115 +36,102,1.797 +36,103,1.951 +36,104,2.085 +36,105,2.108 +36,106,2.248 +36,107,2.16 +36,108,1.962 +36,109,2.056 +36,110,1.325 +36,111,1.18 +36,112,1.236 +36,113,1.369 +36,114,1.304 +36,115,1.431 +36,116,1.586 +36,117,1.436 +36,118,1.56 +36,119,1.773 +36,120,0.854 +36,121,1.092 +36,122,2.348 +36,123,1.242 +36,124,1.319 +36,125,1.635 +36,126,2.027 +36,127,2.216 +36,128,2.42 +36,129,2.789 +36,130,0.852 +36,131,1.042 +36,132,0.672 +37,1,0.531 +37,2,0.602 +37,3,0.672 +37,4,0.814 +37,5,0.915 +37,6,0.685 +37,7,0.732 +37,8,0.842 +37,9,0.831 +37,10,0.961 +37,11,1.05 +37,12,0.955 +37,13,1.068 +37,14,1.145 +37,15,1.146 +37,16,1.196 +37,17,1.272 +37,18,1.222 +37,19,1.343 +37,20,1.39 +37,21,1.39 +37,22,1.357 +37,23,1.466 +37,24,1.578 +37,25,1.491 +37,26,1.59 +37,27,1.705 +37,28,1.726 +37,29,1.869 +37,30,0.722 +37,31,0.445 +37,32,0.329 +37,33,0.196 +37,34,0.69 +37,35,0.583 +37,36,0.276 +37,37,0.077 +37,38,0.695 +37,39,0.583 +37,40,0.379 +37,41,0.202 +37,42,0.787 +37,43,0.726 +37,44,0.481 +37,45,0.341 +37,46,0.359 +37,47,0.48 +37,48,0.621 +37,49,0.739 +37,50,0.295 +37,51,0.461 +37,52,0.545 +37,53,0.693 +37,54,0.274 +37,55,0.548 +37,56,0.544 +37,57,0.643 +37,58,0.466 +37,59,0.498 +37,60,0.633 +37,61,0.766 +37,62,0.756 +37,63,0.624 +37,64,0.502 +37,65,0.857 +37,66,0.8 +37,67,0.65 +37,68,1.002 +37,69,0.939 +37,70,0.804 +37,71,1.144 +37,72,1.071 +37,73,0.914 +37,74,1.247 +37,75,1.194 +37,76,1.056 +37,77,0.792 +37,78,0.859 +37,79,0.954 +37,80,0.948 +37,81,1.006 +37,82,1.078 +37,83,1.07 +37,84,1.226 +37,85,1.294 +37,86,1.349 +37,87,1.205 +37,88,1.352 +37,89,1.326 +37,90,1.49 +37,91,1.518 +37,92,1.458 +37,93,1.552 +37,94,1.644 +37,95,1.625 +37,96,1.61 +37,97,1.684 +37,98,1.773 +37,99,1.819 +37,100,1.902 +37,101,2.002 +37,102,1.732 +37,103,1.886 +37,104,2.02 +37,105,1.997 +37,106,2.172 +37,107,2.082 +37,108,1.897 +37,109,1.991 +37,110,1.439 +37,111,1.295 +37,112,1.172 +37,113,1.448 +37,114,1.383 +37,115,1.366 +37,116,1.665 +37,117,1.516 +37,118,1.495 +37,119,1.852 +37,120,1.015 +37,121,1.286 +37,122,2.241 +37,123,1.436 +37,124,1.513 +37,125,1.828 +37,126,2.143 +37,127,2.102 +37,128,2.306 +37,129,2.676 +37,130,0.658 +37,131,0.902 +37,132,0.662 +38,1,0.7 +38,2,0.823 +38,3,0.931 +38,4,1.072 +38,5,1.173 +38,6,0.776 +38,7,0.87 +38,8,1.005 +38,9,1.074 +38,10,1.212 +38,11,1.301 +38,12,1.17 +38,13,1.281 +38,14,1.382 +38,15,1.28 +38,16,1.372 +38,17,1.486 +38,18,1.357 +38,19,1.516 +38,20,1.605 +38,21,1.489 +38,22,1.492 +38,23,1.599 +38,24,1.792 +38,25,1.626 +38,26,1.689 +38,27,1.82 +38,28,1.825 +38,29,1.979 +38,30,0.429 +38,31,0.4 +38,32,0.543 +38,33,0.762 +38,34,0.375 +38,35,0.363 +38,36,0.501 +38,37,0.695 +38,38,0.067 +38,39,0.204 +38,40,0.37 +38,41,0.519 +38,42,0.253 +38,43,0.214 +38,44,0.38 +38,45,0.53 +38,46,0.837 +38,47,0.958 +38,48,1.099 +38,49,1.216 +38,50,0.828 +38,51,0.994 +38,52,1.077 +38,53,1.225 +38,54,0.807 +38,55,0.765 +38,56,0.994 +38,57,1.092 +38,58,0.665 +38,59,0.756 +38,60,0.891 +38,61,1.024 +38,62,0.443 +38,63,0.493 +38,64,0.657 +38,65,0.614 +38,66,0.557 +38,67,0.611 +38,68,0.754 +38,69,0.724 +38,70,0.765 +38,71,0.9 +38,72,0.828 +38,73,0.893 +38,74,1.163 +38,75,0.951 +38,76,1.096 +38,77,0.884 +38,78,0.941 +38,79,1.12 +38,80,0.999 +38,81,1.088 +38,82,1.176 +38,83,1.12 +38,84,1.308 +38,85,1.392 +38,86,1.431 +38,87,1.255 +38,88,1.434 +38,89,1.366 +38,90,1.559 +38,91,1.6 +38,92,1.498 +38,93,1.592 +38,94,1.684 +38,95,1.76 +38,96,1.65 +38,97,1.724 +38,98,1.813 +38,99,1.953 +38,100,2.001 +38,101,2.139 +38,102,1.772 +38,103,1.926 +38,104,2.06 +38,105,2.094 +38,106,2.271 +38,107,2.184 +38,108,1.937 +38,109,2.031 +38,110,1.242 +38,111,1.098 +38,112,1.212 +38,113,1.286 +38,114,1.221 +38,115,1.406 +38,116,1.503 +38,117,1.354 +38,118,1.504 +38,119,1.69 +38,120,0.514 +38,121,0.752 +38,122,2.323 +38,123,0.902 +38,124,0.979 +38,125,1.294 +38,126,1.687 +38,127,2.299 +38,128,2.521 +38,129,2.891 +38,130,1.135 +38,131,1.326 +38,132,0.715 +39,1,0.588 +39,2,0.711 +39,3,0.819 +39,4,0.96 +39,5,1.061 +39,6,0.742 +39,7,0.789 +39,8,0.923 +39,9,0.962 +39,10,1.1 +39,11,1.189 +39,12,1.082 +39,13,1.193 +39,14,1.284 +39,15,1.249 +39,16,1.322 +39,17,1.398 +39,18,1.325 +39,19,1.468 +39,20,1.516 +39,21,1.456 +39,22,1.46 +39,23,1.567 +39,24,1.704 +39,25,1.594 +39,26,1.657 +39,27,1.788 +39,28,1.793 +39,29,1.947 +39,30,0.543 +39,31,0.513 +39,32,0.537 +39,33,0.741 +39,34,0.488 +39,35,0.456 +39,36,0.389 +39,37,0.583 +39,38,0.204 +39,39,0.067 +39,40,0.258 +39,41,0.407 +39,42,0.296 +39,43,0.235 +39,44,0.268 +39,45,0.418 +39,46,0.835 +39,47,0.956 +39,48,1.098 +39,49,1.21 +39,50,0.716 +39,51,0.882 +39,52,0.965 +39,53,1.113 +39,54,0.695 +39,55,0.653 +39,56,0.882 +39,57,0.98 +39,58,0.553 +39,59,0.644 +39,60,0.779 +39,61,0.912 +39,62,0.464 +39,63,0.412 +39,64,0.559 +39,65,0.634 +39,66,0.577 +39,67,0.611 +39,68,0.779 +39,69,0.744 +39,70,0.765 +39,71,0.921 +39,72,0.848 +39,73,0.893 +39,74,1.206 +39,75,0.971 +39,76,1.096 +39,77,0.849 +39,78,0.916 +39,79,1.044 +39,80,0.999 +39,81,1.063 +39,82,1.143 +39,83,1.12 +39,84,1.283 +39,85,1.359 +39,86,1.406 +39,87,1.255 +39,88,1.409 +39,89,1.366 +39,90,1.548 +39,91,1.575 +39,92,1.498 +39,93,1.592 +39,94,1.684 +39,95,1.728 +39,96,1.65 +39,97,1.724 +39,98,1.813 +39,99,1.922 +39,100,1.97 +39,101,2.107 +39,102,1.772 +39,103,1.926 +39,104,2.06 +39,105,2.094 +39,106,2.24 +39,107,2.152 +39,108,1.937 +39,109,2.031 +39,110,1.263 +39,111,1.118 +39,112,1.212 +39,113,1.306 +39,114,1.242 +39,115,1.406 +39,116,1.523 +39,117,1.374 +39,118,1.525 +39,119,1.711 +39,120,0.557 +39,121,0.795 +39,122,2.323 +39,123,0.945 +39,124,1.022 +39,125,1.338 +39,126,1.73 +39,127,2.229 +39,128,2.433 +39,129,2.802 +39,130,1.134 +39,131,1.325 +39,132,0.828 +40,1,0.444 +40,2,0.567 +40,3,0.675 +40,4,0.816 +40,5,0.917 +40,6,0.598 +40,7,0.645 +40,8,0.779 +40,9,0.818 +40,10,0.956 +40,11,1.045 +40,12,0.938 +40,13,1.049 +40,14,1.14 +40,15,1.105 +40,16,1.178 +40,17,1.254 +40,18,1.181 +40,19,1.324 +40,20,1.372 +40,21,1.312 +40,22,1.316 +40,23,1.423 +40,24,1.56 +40,25,1.45 +40,26,1.513 +40,27,1.644 +40,28,1.649 +40,29,1.803 +40,30,0.505 +40,31,0.407 +40,32,0.33 +40,33,0.538 +40,34,0.451 +40,35,0.256 +40,36,0.183 +40,37,0.379 +40,38,0.37 +40,39,0.258 +40,40,0.067 +40,41,0.263 +40,42,0.462 +40,43,0.402 +40,44,0.19 +40,45,0.274 +40,46,0.629 +40,47,0.75 +40,48,0.891 +40,49,1.006 +40,50,0.512 +40,51,0.678 +40,52,0.762 +40,53,0.91 +40,54,0.491 +40,55,0.509 +40,56,0.738 +40,57,0.836 +40,58,0.409 +40,59,0.5 +40,60,0.635 +40,61,0.768 +40,62,0.465 +40,63,0.333 +40,64,0.415 +40,65,0.566 +40,66,0.509 +40,67,0.521 +40,68,0.711 +40,69,0.676 +40,70,0.675 +40,71,0.853 +40,72,0.78 +40,73,0.804 +40,74,1.118 +40,75,0.903 +40,76,0.969 +40,77,0.705 +40,78,0.772 +40,79,0.9 +40,80,0.862 +40,81,0.919 +40,82,0.999 +40,83,0.983 +40,84,1.139 +40,85,1.215 +40,86,1.262 +40,87,1.118 +40,88,1.265 +40,89,1.239 +40,90,1.404 +40,91,1.431 +40,92,1.371 +40,93,1.465 +40,94,1.558 +40,95,1.584 +40,96,1.523 +40,97,1.597 +40,98,1.686 +40,99,1.778 +40,100,1.826 +40,101,1.963 +40,102,1.645 +40,103,1.799 +40,104,1.933 +40,105,1.956 +40,106,2.096 +40,107,2.008 +40,108,1.81 +40,109,1.904 +40,110,1.194 +40,111,1.05 +40,112,1.085 +40,113,1.238 +40,114,1.174 +40,115,1.28 +40,116,1.455 +40,117,1.306 +40,118,1.408 +40,119,1.642 +40,120,0.724 +40,121,0.962 +40,122,2.196 +40,123,1.112 +40,124,1.188 +40,125,1.504 +40,126,1.896 +40,127,2.085 +40,128,2.289 +40,129,2.658 +40,130,0.928 +40,131,1.118 +40,132,0.748 +41,1,0.355 +41,2,0.447 +41,3,0.555 +41,4,0.696 +41,5,0.798 +41,6,0.509 +41,7,0.555 +41,8,0.69 +41,9,0.699 +41,10,0.836 +41,11,0.925 +41,12,0.823 +41,13,0.943 +41,14,1.02 +41,15,1.013 +41,16,1.072 +41,17,1.147 +41,18,1.089 +41,19,1.218 +41,20,1.265 +41,21,1.222 +41,22,1.225 +41,23,1.334 +41,24,1.453 +41,25,1.358 +41,26,1.424 +41,27,1.555 +41,28,1.56 +41,29,1.714 +41,30,0.737 +41,31,0.591 +41,32,0.493 +41,33,0.36 +41,34,0.683 +41,35,0.487 +41,36,0.3 +41,37,0.202 +41,38,0.519 +41,39,0.407 +41,40,0.263 +41,41,0.077 +41,42,0.61 +41,43,0.55 +41,44,0.305 +41,45,0.164 +41,46,0.523 +41,47,0.644 +41,48,0.736 +41,49,0.828 +41,50,0.334 +41,51,0.501 +41,52,0.584 +41,53,0.732 +41,54,0.314 +41,55,0.372 +41,56,0.584 +41,57,0.682 +41,58,0.289 +41,59,0.381 +41,60,0.516 +41,61,0.648 +41,62,0.58 +41,63,0.448 +41,64,0.325 +41,65,0.681 +41,66,0.624 +41,67,0.473 +41,68,0.826 +41,69,0.762 +41,70,0.627 +41,71,0.968 +41,72,0.895 +41,73,0.738 +41,74,1.07 +41,75,1.018 +41,76,0.88 +41,77,0.616 +41,78,0.683 +41,79,0.81 +41,80,0.772 +41,81,0.83 +41,82,0.91 +41,83,0.894 +41,84,1.05 +41,85,1.126 +41,86,1.173 +41,87,1.028 +41,88,1.176 +41,89,1.15 +41,90,1.314 +41,91,1.341 +41,92,1.282 +41,93,1.376 +41,94,1.468 +41,95,1.492 +41,96,1.433 +41,97,1.508 +41,98,1.596 +41,99,1.686 +41,100,1.736 +41,101,1.874 +41,102,1.556 +41,103,1.71 +41,104,1.844 +41,105,1.864 +41,106,2.006 +41,107,1.919 +41,108,1.721 +41,109,1.814 +41,110,1.263 +41,111,1.119 +41,112,0.995 +41,113,1.272 +41,114,1.207 +41,115,1.19 +41,116,1.488 +41,117,1.339 +41,118,1.318 +41,119,1.676 +41,120,0.872 +41,121,1.11 +41,122,2.106 +41,123,1.26 +41,124,1.336 +41,125,1.652 +41,126,1.967 +41,127,1.978 +41,128,2.182 +41,129,2.551 +41,130,0.822 +41,131,1.066 +41,132,0.825 +42,1,0.792 +42,2,0.914 +42,3,1.022 +42,4,1.164 +42,5,1.265 +42,6,0.847 +42,7,0.941 +42,8,1.076 +42,9,1.166 +42,10,1.304 +42,11,1.393 +42,12,1.215 +42,13,1.352 +42,14,1.453 +42,15,1.287 +42,16,1.379 +42,17,1.533 +42,18,1.364 +42,19,1.523 +42,20,1.647 +42,21,1.496 +42,22,1.499 +42,23,1.606 +42,24,1.834 +42,25,1.632 +42,26,1.696 +42,27,1.827 +42,28,1.832 +42,29,1.986 +42,30,0.591 +42,31,0.562 +42,32,0.705 +42,33,0.924 +42,34,0.537 +42,35,0.525 +42,36,0.593 +42,37,0.787 +42,38,0.253 +42,39,0.296 +42,40,0.462 +42,41,0.61 +42,42,0.067 +42,43,0.285 +42,44,0.472 +42,45,0.622 +42,46,0.999 +42,47,1.12 +42,48,1.261 +42,49,1.378 +42,50,0.92 +42,51,1.086 +42,52,1.169 +42,53,1.317 +42,54,0.899 +42,55,0.857 +42,56,1.086 +42,57,1.184 +42,58,0.757 +42,59,0.848 +42,60,0.983 +42,61,1.116 +42,62,0.514 +42,63,0.521 +42,64,0.728 +42,65,0.62 +42,66,0.564 +42,67,0.618 +42,68,0.614 +42,69,0.73 +42,70,0.772 +42,71,0.907 +42,72,0.834 +42,73,0.9 +42,74,1.023 +42,75,0.958 +42,76,1.103 +42,77,0.948 +42,78,0.948 +42,79,1.127 +42,80,1.006 +42,81,1.095 +42,82,1.183 +42,83,1.127 +42,84,1.315 +42,85,1.399 +42,86,1.438 +42,87,1.262 +42,88,1.441 +42,89,1.373 +42,90,1.566 +42,91,1.606 +42,92,1.505 +42,93,1.599 +42,94,1.691 +42,95,1.766 +42,96,1.656 +42,97,1.731 +42,98,1.82 +42,99,1.96 +42,100,2.008 +42,101,2.146 +42,102,1.779 +42,103,1.933 +42,104,2.067 +42,105,2.101 +42,106,2.278 +42,107,2.191 +42,108,1.944 +42,109,2.038 +42,110,1.249 +42,111,1.104 +42,112,1.218 +42,113,1.293 +42,114,1.228 +42,115,1.413 +42,116,1.51 +42,117,1.36 +42,118,1.511 +42,119,1.697 +42,120,0.585 +42,121,0.612 +42,122,2.33 +42,123,0.973 +42,124,0.883 +42,125,1.155 +42,126,1.547 +42,127,2.306 +42,128,2.563 +42,129,2.933 +42,130,1.297 +42,131,1.488 +42,132,0.877 +43,1,0.601 +43,2,0.784 +43,3,0.884 +43,4,1.025 +43,5,1.127 +43,6,0.609 +43,7,0.703 +43,8,0.838 +43,9,0.956 +43,10,1.086 +43,11,1.174 +43,12,1.003 +43,13,1.114 +43,14,1.215 +43,15,1.113 +43,16,1.206 +43,17,1.319 +43,18,1.19 +43,19,1.349 +43,20,1.438 +43,21,1.322 +43,22,1.325 +43,23,1.432 +43,24,1.625 +43,25,1.459 +43,26,1.522 +43,27,1.653 +43,28,1.658 +43,29,1.812 +43,30,0.553 +43,31,0.524 +43,32,0.667 +43,33,0.884 +43,34,0.499 +43,35,0.487 +43,36,0.532 +43,37,0.726 +43,38,0.214 +43,39,0.235 +43,40,0.402 +43,41,0.55 +43,42,0.285 +43,43,0.067 +43,44,0.412 +43,45,0.562 +43,46,0.96 +43,47,1.082 +43,48,1.223 +43,49,1.34 +43,50,0.859 +43,51,1.025 +43,52,1.108 +43,53,1.256 +43,54,0.838 +43,55,0.796 +43,56,1.026 +43,57,1.123 +43,58,0.696 +43,59,0.788 +43,60,0.922 +43,61,1.055 +43,62,0.276 +43,63,0.326 +43,64,0.49 +43,65,0.447 +43,66,0.39 +43,67,0.444 +43,68,0.592 +43,69,0.557 +43,70,0.598 +43,71,0.734 +43,72,0.661 +43,73,0.726 +43,74,1.041 +43,75,0.784 +43,76,0.929 +43,77,0.717 +43,78,0.774 +43,79,0.954 +43,80,0.832 +43,81,0.921 +43,82,1.009 +43,83,0.953 +43,84,1.141 +43,85,1.226 +43,86,1.264 +43,87,1.088 +43,88,1.267 +43,89,1.199 +43,90,1.392 +43,91,1.433 +43,92,1.331 +43,93,1.425 +43,94,1.518 +43,95,1.593 +43,96,1.483 +43,97,1.557 +43,98,1.646 +43,99,1.786 +43,100,1.834 +43,101,1.972 +43,102,1.605 +43,103,1.759 +43,104,1.893 +43,105,1.927 +43,106,2.104 +43,107,2.017 +43,108,1.77 +43,109,1.864 +43,110,1.075 +43,111,0.931 +43,112,1.045 +43,113,1.119 +43,114,1.054 +43,115,1.24 +43,116,1.336 +43,117,1.187 +43,118,1.337 +43,119,1.523 +43,120,0.547 +43,121,0.785 +43,122,2.156 +43,123,0.935 +43,124,1.011 +43,125,1.327 +43,126,1.72 +43,127,2.132 +43,128,2.354 +43,129,2.724 +43,130,1.259 +43,131,1.45 +43,132,0.838 +44,1,0.374 +44,2,0.559 +44,3,0.716 +44,4,0.857 +44,5,0.958 +44,6,0.516 +44,7,0.575 +44,8,0.71 +44,9,0.784 +44,10,0.914 +44,11,1.003 +44,12,0.868 +44,13,0.979 +44,14,1.08 +44,15,1.035 +44,16,1.108 +44,17,1.184 +44,18,1.111 +44,19,1.254 +44,20,1.303 +44,21,1.242 +44,22,1.247 +44,23,1.354 +44,24,1.49 +44,25,1.38 +44,26,1.444 +44,27,1.575 +44,28,1.58 +44,29,1.733 +44,30,0.637 +44,31,0.544 +44,32,0.468 +44,33,0.639 +44,34,0.583 +44,35,0.387 +44,36,0.32 +44,37,0.481 +44,38,0.38 +44,39,0.268 +44,40,0.19 +44,41,0.305 +44,42,0.472 +44,43,0.412 +44,44,0.067 +44,45,0.264 +44,46,0.766 +44,47,0.888 +44,48,1.015 +44,49,1.108 +44,50,0.614 +44,51,0.78 +44,52,0.864 +44,53,1.012 +44,54,0.593 +44,55,0.552 +44,56,0.781 +44,57,0.878 +44,58,0.451 +44,59,0.543 +44,60,0.677 +44,61,0.81 +44,62,0.296 +44,63,0.165 +44,64,0.345 +44,65,0.398 +44,66,0.341 +44,67,0.364 +44,68,0.543 +44,69,0.508 +44,70,0.518 +44,71,0.684 +44,72,0.612 +44,73,0.646 +44,74,0.961 +44,75,0.735 +44,76,0.849 +44,77,0.623 +44,78,0.701 +44,79,0.83 +44,80,0.752 +44,81,0.848 +44,82,0.929 +44,83,0.873 +44,84,1.067 +44,85,1.146 +44,86,1.191 +44,87,1.008 +44,88,1.192 +44,89,1.119 +44,90,1.312 +44,91,1.359 +44,92,1.251 +44,93,1.345 +44,94,1.437 +44,95,1.514 +44,96,1.402 +44,97,1.477 +44,98,1.566 +44,99,1.708 +44,100,1.756 +44,101,1.894 +44,102,1.525 +44,103,1.679 +44,104,1.813 +44,105,1.847 +44,106,2.025 +44,107,1.939 +44,108,1.69 +44,109,1.784 +44,110,1.026 +44,111,0.882 +44,112,0.964 +44,113,1.07 +44,114,1.005 +44,115,1.159 +44,116,1.287 +44,117,1.138 +44,118,1.288 +44,119,1.474 +44,120,0.734 +44,121,0.838 +44,122,2.076 +44,123,1.122 +44,124,1.108 +44,125,1.38 +44,126,1.765 +44,127,2.015 +44,128,2.219 +44,129,2.589 +44,130,1.065 +44,131,1.256 +44,132,0.885 +45,1,0.219 +45,2,0.404 +45,3,0.522 +45,4,0.663 +45,5,0.765 +45,6,0.373 +45,7,0.42 +45,8,0.554 +45,9,0.629 +45,10,0.759 +45,11,0.848 +45,12,0.713 +45,13,0.824 +45,14,0.925 +45,15,0.88 +45,16,0.953 +45,17,1.029 +45,18,0.956 +45,19,1.099 +45,20,1.148 +45,21,1.087 +45,22,1.092 +45,23,1.198 +45,24,1.335 +45,25,1.225 +45,26,1.288 +45,27,1.42 +45,28,1.424 +45,29,1.578 +45,30,0.749 +45,31,0.65 +45,32,0.574 +45,33,0.499 +45,34,0.694 +45,35,0.499 +45,36,0.426 +45,37,0.341 +45,38,0.53 +45,39,0.418 +45,40,0.274 +45,41,0.164 +45,42,0.622 +45,43,0.562 +45,44,0.264 +45,45,0.077 +45,46,0.662 +45,47,0.783 +45,48,0.875 +45,49,0.967 +45,50,0.474 +45,51,0.64 +45,52,0.723 +45,53,0.871 +45,54,0.453 +45,55,0.411 +45,56,0.631 +45,57,0.729 +45,58,0.256 +45,59,0.348 +45,60,0.483 +45,61,0.616 +45,62,0.462 +45,63,0.33 +45,64,0.19 +45,65,0.563 +45,66,0.506 +45,67,0.356 +45,68,0.708 +45,69,0.645 +45,70,0.51 +45,71,0.85 +45,72,0.777 +45,73,0.602 +45,74,0.953 +45,75,0.9 +45,76,0.744 +45,77,0.48 +45,78,0.548 +45,79,0.675 +45,80,0.637 +45,81,0.694 +45,82,0.774 +45,83,0.758 +45,84,0.914 +45,85,0.99 +45,86,1.038 +45,87,0.893 +45,88,1.04 +45,89,1.014 +45,90,1.179 +45,91,1.206 +45,92,1.146 +45,93,1.24 +45,94,1.333 +45,95,1.359 +45,96,1.298 +45,97,1.372 +45,98,1.461 +45,99,1.553 +45,100,1.601 +45,101,1.738 +45,102,1.42 +45,103,1.574 +45,104,1.708 +45,105,1.731 +45,106,1.871 +45,107,1.784 +45,108,1.586 +45,109,1.679 +45,110,1.145 +45,111,1.001 +45,112,0.86 +45,113,1.154 +45,114,1.089 +45,115,1.055 +45,116,1.371 +45,117,1.222 +45,118,1.183 +45,119,1.558 +45,120,0.884 +45,121,1.003 +45,122,1.971 +45,123,1.272 +45,124,1.274 +45,125,1.546 +45,126,1.849 +45,127,1.86 +45,128,2.064 +45,129,2.434 +45,130,0.961 +45,131,1.205 +45,132,0.964 +46,1,0.82 +46,2,0.805 +46,3,0.856 +46,4,0.933 +46,5,1.013 +46,6,0.978 +46,7,0.936 +46,8,1.03 +46,9,1.004 +46,10,1.085 +46,11,1.174 +46,12,1.128 +46,13,1.195 +46,14,1.272 +46,15,1.318 +46,16,1.324 +46,17,1.399 +46,18,1.395 +46,19,1.47 +46,20,1.517 +46,21,1.588 +46,22,1.53 +46,23,1.593 +46,24,1.705 +46,25,1.664 +46,26,1.717 +46,27,1.832 +46,28,1.853 +46,29,1.996 +46,30,0.723 +46,31,0.446 +46,32,0.33 +46,33,0.239 +46,34,0.691 +46,35,0.73 +46,36,0.553 +46,37,0.359 +46,38,0.837 +46,39,0.835 +46,40,0.629 +46,41,0.523 +46,42,0.999 +46,43,0.96 +46,44,0.766 +46,45,0.662 +46,46,0.053 +46,47,0.238 +46,48,0.379 +46,49,0.496 +46,50,0.339 +46,51,0.354 +46,52,0.469 +46,53,0.625 +46,54,0.476 +46,55,0.759 +46,56,0.601 +46,57,0.662 +46,58,0.708 +46,59,0.7 +46,60,0.728 +46,61,0.805 +46,62,1.042 +46,63,0.91 +46,64,0.823 +46,65,1.143 +46,66,1.086 +46,67,0.971 +46,68,1.288 +46,69,1.253 +46,70,1.125 +46,71,1.43 +46,72,1.357 +46,73,1.235 +46,74,1.568 +46,75,1.48 +46,76,1.378 +46,77,1.085 +46,78,1.071 +46,79,1.141 +46,80,1.242 +46,81,1.253 +46,82,1.275 +46,83,1.363 +46,84,1.432 +46,85,1.491 +46,86,1.556 +46,87,1.498 +46,88,1.558 +46,89,1.633 +46,90,1.697 +46,91,1.724 +46,92,1.765 +46,93,1.859 +46,94,1.872 +46,95,1.798 +46,96,1.916 +46,97,1.991 +46,98,2.08 +46,99,1.991 +46,100,2.03 +46,101,2.13 +46,102,2.039 +46,103,2.193 +46,104,2.214 +46,105,2.17 +46,106,2.3 +46,107,2.209 +46,108,2.204 +46,109,2.298 +46,110,1.761 +46,111,1.616 +46,112,1.493 +46,113,1.769 +46,114,1.705 +46,115,1.688 +46,116,1.986 +46,117,1.837 +46,118,1.816 +46,119,2.174 +46,120,1.016 +46,121,1.498 +46,122,2.413 +46,123,1.607 +46,124,1.684 +46,125,2.04 +46,126,2.433 +46,127,2.23 +46,128,2.434 +46,129,2.803 +46,130,0.415 +46,131,0.66 +46,132,0.662 +47,1,0.842 +47,2,0.748 +47,3,0.702 +47,4,0.78 +47,5,0.855 +47,6,1 +47,7,0.879 +47,8,0.876 +47,9,0.85 +47,10,0.927 +47,11,1.016 +47,12,0.974 +47,13,1.041 +47,14,1.118 +47,15,1.164 +47,16,1.17 +47,17,1.245 +47,18,1.241 +47,19,1.316 +47,20,1.363 +47,21,1.434 +47,22,1.376 +47,23,1.439 +47,24,1.551 +47,25,1.51 +47,26,1.563 +47,27,1.678 +47,28,1.699 +47,29,1.842 +47,30,0.844 +47,31,0.567 +47,32,0.451 +47,33,0.36 +47,34,0.812 +47,35,0.851 +47,36,0.674 +47,37,0.48 +47,38,0.958 +47,39,0.956 +47,40,0.75 +47,41,0.644 +47,42,1.12 +47,43,1.082 +47,44,0.888 +47,45,0.783 +47,46,0.238 +47,47,0.064 +47,48,0.198 +47,49,0.315 +47,50,0.46 +47,51,0.207 +47,52,0.311 +47,53,0.444 +47,54,0.503 +47,55,0.606 +47,56,0.447 +47,57,0.504 +47,58,0.73 +47,59,0.63 +47,60,0.574 +47,61,0.647 +47,62,1.163 +47,63,1.031 +47,64,0.944 +47,65,1.264 +47,66,1.207 +47,67,1.092 +47,68,1.409 +47,69,1.374 +47,70,1.246 +47,71,1.551 +47,72,1.478 +47,73,1.356 +47,74,1.689 +47,75,1.601 +47,76,1.499 +47,77,1.107 +47,78,1.014 +47,79,0.988 +47,80,1.264 +47,81,1.22 +47,82,1.121 +47,83,1.385 +47,84,1.36 +47,85,1.338 +47,86,1.413 +47,87,1.52 +47,88,1.478 +47,89,1.655 +47,90,1.604 +47,91,1.577 +47,92,1.787 +47,93,1.818 +47,94,1.756 +47,95,1.644 +47,96,1.938 +47,97,1.949 +47,98,2.038 +47,99,1.838 +47,100,1.876 +47,101,1.976 +47,102,2.061 +47,103,2.194 +47,104,2.061 +47,105,2.016 +47,106,2.146 +47,107,2.056 +47,108,2.226 +47,109,2.32 +47,110,1.882 +47,111,1.737 +47,112,1.593 +47,113,1.89 +47,114,1.826 +47,115,1.762 +47,116,2.107 +47,117,1.958 +47,118,1.89 +47,119,2.294 +47,120,1.137 +47,121,1.619 +47,122,2.26 +47,123,1.728 +47,124,1.805 +47,125,2.162 +47,126,2.554 +47,127,2.076 +47,128,2.28 +47,129,2.649 +47,130,0.268 +47,131,0.513 +47,132,0.784 +48,1,0.841 +48,2,0.746 +48,3,0.647 +48,4,0.674 +48,5,0.706 +48,6,0.998 +48,7,0.878 +48,8,0.82 +48,9,0.763 +48,10,0.772 +48,11,0.86 +48,12,0.887 +48,13,0.942 +48,14,0.991 +48,15,1.078 +48,16,1.071 +48,17,1.146 +48,18,1.154 +48,19,1.217 +48,20,1.265 +48,21,1.378 +48,22,1.289 +48,23,1.341 +48,24,1.452 +48,25,1.423 +48,26,1.465 +48,27,1.576 +48,28,1.601 +48,29,1.744 +48,30,0.985 +48,31,0.708 +48,32,0.592 +48,33,0.501 +48,34,0.953 +48,35,0.992 +48,36,0.81 +48,37,0.621 +48,38,1.099 +48,39,1.098 +48,40,0.891 +48,41,0.736 +48,42,1.261 +48,43,1.223 +48,44,1.015 +48,45,0.875 +48,46,0.379 +48,47,0.198 +48,48,0.064 +48,49,0.153 +48,50,0.578 +48,51,0.348 +48,52,0.201 +48,53,0.282 +48,54,0.557 +48,55,0.604 +48,56,0.346 +48,57,0.348 +48,58,0.729 +48,59,0.629 +48,60,0.496 +48,61,0.491 +48,62,1.29 +48,63,1.159 +48,64,1.036 +48,65,1.391 +48,66,1.334 +48,67,1.18 +48,68,1.536 +48,69,1.421 +48,70,1.334 +48,71,1.654 +48,72,1.581 +48,73,1.355 +48,74,1.729 +48,75,1.704 +48,76,1.498 +48,77,1.106 +48,78,1.012 +48,79,0.932 +48,80,1.262 +48,81,1.184 +48,82,1.066 +48,83,1.383 +48,84,1.316 +48,85,1.282 +48,86,1.357 +48,87,1.518 +48,88,1.422 +48,89,1.618 +48,90,1.548 +48,91,1.522 +48,92,1.747 +48,93,1.762 +48,94,1.701 +48,95,1.557 +48,96,1.889 +48,97,1.894 +48,98,1.983 +48,99,1.751 +48,100,1.777 +48,101,1.877 +48,102,2.012 +48,103,2.108 +48,104,1.974 +48,105,1.929 +48,106,2.047 +48,107,1.954 +48,108,2.177 +48,109,2.267 +48,110,1.922 +48,111,1.777 +48,112,1.591 +48,113,1.89 +48,114,1.825 +48,115,1.745 +48,116,2.106 +48,117,1.957 +48,118,1.863 +48,119,2.245 +48,120,1.278 +48,121,1.76 +48,122,2.173 +48,123,1.869 +48,124,1.946 +48,125,2.303 +48,126,2.585 +48,127,1.977 +48,128,2.181 +48,129,2.551 +48,130,0.302 +48,131,0.545 +48,132,0.925 +49,1,0.929 +49,2,0.834 +49,3,0.733 +49,4,0.688 +49,5,0.72 +49,6,1.086 +49,7,0.966 +49,8,0.906 +49,9,0.834 +49,10,0.786 +49,11,0.874 +49,12,0.93 +49,13,0.956 +49,14,1.005 +49,15,1.126 +49,16,1.085 +49,17,1.16 +49,18,1.202 +49,19,1.231 +49,20,1.279 +49,21,1.446 +49,22,1.337 +49,23,1.355 +49,24,1.466 +49,25,1.471 +49,26,1.479 +49,27,1.59 +49,28,1.615 +49,29,1.758 +49,30,1.103 +49,31,0.825 +49,32,0.71 +49,33,0.619 +49,34,1.071 +49,35,1.109 +49,36,0.902 +49,37,0.739 +49,38,1.216 +49,39,1.21 +49,40,1.006 +49,41,0.828 +49,42,1.378 +49,43,1.34 +49,44,1.108 +49,45,0.967 +49,46,0.496 +49,47,0.315 +49,48,0.153 +49,49,0.053 +49,50,0.671 +49,51,0.466 +49,52,0.29 +49,53,0.163 +49,54,0.65 +49,55,0.692 +49,56,0.432 +49,57,0.362 +49,58,0.817 +49,59,0.717 +49,60,0.582 +49,61,0.505 +49,62,1.382 +49,63,1.251 +49,64,1.128 +49,65,1.484 +49,66,1.427 +49,67,1.268 +49,68,1.629 +49,69,1.509 +49,70,1.422 +49,71,1.742 +49,72,1.669 +49,73,1.443 +49,74,1.817 +49,75,1.792 +49,76,1.586 +49,77,1.194 +49,78,1.1 +49,79,1.018 +49,80,1.35 +49,81,1.271 +49,82,1.152 +49,83,1.471 +49,84,1.383 +49,85,1.35 +49,86,1.422 +49,87,1.606 +49,88,1.486 +49,89,1.682 +49,90,1.612 +49,91,1.589 +49,92,1.811 +49,93,1.826 +49,94,1.758 +49,95,1.605 +49,96,1.954 +49,97,1.958 +49,98,2.047 +49,99,1.799 +49,100,1.791 +49,101,1.891 +49,102,2.076 +49,103,2.156 +49,104,2.022 +49,105,1.976 +49,106,2.061 +49,107,1.968 +49,108,2.241 +49,109,2.331 +49,110,2.01 +49,111,1.865 +49,112,1.679 +49,113,1.978 +49,114,1.913 +49,115,1.809 +49,116,2.194 +49,117,2.045 +49,118,1.927 +49,119,2.309 +49,120,1.396 +49,121,1.878 +49,122,2.221 +49,123,1.987 +49,124,2.063 +49,125,2.42 +49,126,2.673 +49,127,1.991 +49,128,2.195 +49,129,2.565 +49,130,0.42 +49,131,0.659 +49,132,1.042 +50,1,0.503 +50,2,0.487 +50,3,0.557 +50,4,0.698 +50,5,0.8 +50,6,0.661 +50,7,0.619 +50,8,0.727 +50,9,0.716 +50,10,0.846 +50,11,0.935 +50,12,0.84 +50,13,0.952 +50,14,1.03 +50,15,1.03 +50,16,1.081 +50,17,1.156 +50,18,1.107 +50,19,1.228 +50,20,1.275 +50,21,1.275 +50,22,1.242 +50,23,1.351 +50,24,1.462 +50,25,1.376 +50,26,1.475 +50,27,1.59 +50,28,1.611 +50,29,1.754 +50,30,0.821 +50,31,0.544 +50,32,0.428 +50,33,0.218 +50,34,0.789 +50,35,0.716 +50,36,0.408 +50,37,0.295 +50,38,0.828 +50,39,0.716 +50,40,0.512 +50,41,0.334 +50,42,0.92 +50,43,0.859 +50,44,0.614 +50,45,0.474 +50,46,0.339 +50,47,0.46 +50,48,0.578 +50,49,0.671 +50,50,0.055 +50,51,0.343 +50,52,0.426 +50,53,0.574 +50,54,0.159 +50,55,0.584 +50,56,0.426 +50,57,0.525 +50,58,0.391 +50,59,0.383 +50,60,0.518 +50,61,0.651 +50,62,0.889 +50,63,0.757 +50,64,0.634 +50,65,0.99 +50,66,0.933 +50,67,0.782 +50,68,1.135 +50,69,1.072 +50,70,0.936 +50,71,1.277 +50,72,1.204 +50,73,1.018 +50,74,1.38 +50,75,1.327 +50,76,1.16 +50,77,0.768 +50,78,0.753 +50,79,0.839 +50,80,0.924 +50,81,0.935 +50,82,0.962 +50,83,1.046 +50,84,1.115 +50,85,1.179 +50,86,1.238 +50,87,1.18 +50,88,1.241 +50,89,1.316 +50,90,1.379 +50,91,1.406 +50,92,1.448 +50,93,1.542 +50,94,1.554 +50,95,1.51 +50,96,1.599 +50,97,1.673 +50,98,1.762 +50,99,1.704 +50,100,1.787 +50,101,1.887 +50,102,1.722 +50,103,1.876 +50,104,1.927 +50,105,1.882 +50,106,2.057 +50,107,1.967 +50,108,1.887 +50,109,1.98 +50,110,1.572 +50,111,1.428 +50,112,1.253 +50,113,1.552 +50,114,1.487 +50,115,1.423 +50,116,1.769 +50,117,1.62 +50,118,1.551 +50,119,1.954 +50,120,1.114 +50,121,1.419 +50,122,2.126 +50,123,1.569 +50,124,1.646 +50,125,1.961 +50,126,2.247 +50,127,1.987 +50,128,2.191 +50,129,2.561 +50,130,0.638 +50,131,0.882 +50,132,0.761 +51,1,0.666 +51,2,0.574 +51,3,0.528 +51,4,0.606 +51,5,0.7 +51,6,0.824 +51,7,0.705 +51,8,0.702 +51,9,0.676 +51,10,0.761 +51,11,0.85 +51,12,0.8 +51,13,0.867 +51,14,0.944 +51,15,0.99 +51,16,0.996 +51,17,1.071 +51,18,1.067 +51,19,1.142 +51,20,1.189 +51,21,1.26 +51,22,1.202 +51,23,1.265 +51,24,1.377 +51,25,1.336 +51,26,1.389 +51,27,1.504 +51,28,1.525 +51,29,1.668 +51,30,0.96 +51,31,0.683 +51,32,0.567 +51,33,0.477 +51,34,0.928 +51,35,0.882 +51,36,0.575 +51,37,0.461 +51,38,0.994 +51,39,0.882 +51,40,0.678 +51,41,0.501 +51,42,1.086 +51,43,1.025 +51,44,0.78 +51,45,0.64 +51,46,0.354 +51,47,0.207 +51,48,0.348 +51,49,0.466 +51,50,0.343 +51,51,0.066 +51,52,0.255 +51,53,0.422 +51,54,0.322 +51,55,0.432 +51,56,0.273 +51,57,0.372 +51,58,0.554 +51,59,0.456 +51,60,0.4 +51,61,0.501 +51,62,1.055 +51,63,0.924 +51,64,0.801 +51,65,1.156 +51,66,1.099 +51,67,0.949 +51,68,1.301 +51,69,1.238 +51,70,1.103 +51,71,1.443 +51,72,1.37 +51,73,1.181 +51,74,1.546 +51,75,1.493 +51,76,1.323 +51,77,0.931 +51,78,0.84 +51,79,0.814 +51,80,1.087 +51,81,1.046 +51,82,0.947 +51,83,1.209 +51,84,1.186 +51,85,1.164 +51,86,1.239 +51,87,1.344 +51,88,1.304 +51,89,1.479 +51,90,1.43 +51,91,1.403 +51,92,1.611 +51,93,1.644 +51,94,1.582 +51,95,1.47 +51,96,1.762 +51,97,1.775 +51,98,1.864 +51,99,1.664 +51,100,1.702 +51,101,1.802 +51,102,1.885 +51,103,2.02 +51,104,1.887 +51,105,1.842 +51,106,1.972 +51,107,1.882 +51,108,2.05 +51,109,2.143 +51,110,1.738 +51,111,1.594 +51,112,1.416 +51,113,1.715 +51,114,1.65 +51,115,1.586 +51,116,1.932 +51,117,1.783 +51,118,1.714 +51,119,2.118 +51,120,1.254 +51,121,1.585 +51,122,2.086 +51,123,1.735 +51,124,1.812 +51,125,2.128 +51,126,2.41 +51,127,1.902 +51,128,2.106 +51,129,2.475 +51,130,0.385 +51,131,0.629 +51,132,0.9 +52,1,0.701 +52,2,0.606 +52,3,0.505 +52,4,0.542 +52,5,0.598 +52,6,0.858 +52,7,0.738 +52,8,0.678 +52,9,0.622 +52,10,0.67 +52,11,0.759 +52,12,0.746 +52,13,0.812 +52,14,0.889 +52,15,0.936 +52,16,0.941 +52,17,1.016 +52,18,1.012 +52,19,1.087 +52,20,1.135 +52,21,1.236 +52,22,1.148 +52,23,1.211 +52,24,1.322 +52,25,1.281 +52,26,1.335 +52,27,1.45 +52,28,1.471 +52,29,1.614 +52,30,1.078 +52,31,0.8 +52,32,0.684 +52,33,0.594 +52,34,1.046 +52,35,0.981 +52,36,0.674 +52,37,0.561 +52,38,1.094 +52,39,0.982 +52,40,0.778 +52,41,0.6 +52,42,1.185 +52,43,1.125 +52,44,0.88 +52,45,0.739 +52,46,0.471 +52,47,0.313 +52,48,0.19 +52,49,0.29 +52,50,0.443 +52,51,0.257 +52,52,0.067 +52,53,0.193 +52,54,0.422 +52,55,0.464 +52,56,0.204 +52,57,0.247 +52,58,0.589 +52,59,0.489 +52,60,0.354 +52,61,0.39 +52,62,1.154 +52,63,1.023 +52,64,0.9 +52,65,1.256 +52,66,1.199 +52,67,1.04 +52,68,1.401 +52,69,1.281 +52,70,1.194 +52,71,1.514 +52,72,1.441 +52,73,1.215 +52,74,1.589 +52,75,1.564 +52,76,1.358 +52,77,0.966 +52,78,0.872 +52,79,0.79 +52,80,1.122 +52,81,1.043 +52,82,0.924 +52,83,1.243 +52,84,1.174 +52,85,1.14 +52,86,1.216 +52,87,1.378 +52,88,1.28 +52,89,1.476 +52,90,1.406 +52,91,1.38 +52,92,1.605 +52,93,1.62 +52,94,1.559 +52,95,1.415 +52,96,1.748 +52,97,1.752 +52,98,1.841 +52,99,1.609 +52,100,1.647 +52,101,1.747 +52,102,1.87 +52,103,1.966 +52,104,1.832 +52,105,1.787 +52,106,1.917 +52,107,1.827 +52,108,2.035 +52,109,2.125 +52,110,1.782 +52,111,1.637 +52,112,1.451 +52,113,1.75 +52,114,1.685 +52,115,1.603 +52,116,1.966 +52,117,1.817 +52,118,1.721 +52,119,2.103 +52,120,1.371 +52,121,1.685 +52,122,2.031 +52,123,1.835 +52,124,1.911 +52,125,2.198 +52,126,2.445 +52,127,1.847 +52,128,2.051 +52,129,2.421 +52,130,0.418 +52,131,0.662 +52,132,1.017 +53,1,0.832 +53,2,0.737 +53,3,0.629 +53,4,0.581 +53,5,0.613 +53,6,0.989 +53,7,0.869 +53,8,0.803 +53,9,0.726 +53,10,0.678 +53,11,0.767 +53,12,0.823 +53,13,0.849 +53,14,0.898 +53,15,1.018 +53,16,0.978 +53,17,1.053 +53,18,1.095 +53,19,1.124 +53,20,1.172 +53,21,1.339 +53,22,1.23 +53,23,1.248 +53,24,1.359 +53,25,1.364 +53,26,1.372 +53,27,1.483 +53,28,1.508 +53,29,1.65 +53,30,1.232 +53,31,0.954 +53,32,0.839 +53,33,0.748 +53,34,1.2 +53,35,1.113 +53,36,0.806 +53,37,0.693 +53,38,1.225 +53,39,1.113 +53,40,0.91 +53,41,0.732 +53,42,1.317 +53,43,1.256 +53,44,1.012 +53,45,0.871 +53,46,0.625 +53,47,0.444 +53,48,0.282 +53,49,0.163 +53,50,0.574 +53,51,0.422 +53,52,0.193 +53,53,0.051 +53,54,0.554 +53,55,0.595 +53,56,0.336 +53,57,0.255 +53,58,0.72 +53,59,0.62 +53,60,0.478 +53,61,0.398 +53,62,1.286 +53,63,1.155 +53,64,1.032 +53,65,1.387 +53,66,1.33 +53,67,1.171 +53,68,1.532 +53,69,1.412 +53,70,1.325 +53,71,1.644 +53,72,1.572 +53,73,1.346 +53,74,1.72 +53,75,1.695 +53,76,1.489 +53,77,1.097 +53,78,1.003 +53,79,0.915 +53,80,1.253 +53,81,1.167 +53,82,1.048 +53,83,1.374 +53,84,1.276 +53,85,1.242 +53,86,1.314 +53,87,1.509 +53,88,1.379 +53,89,1.575 +53,90,1.505 +53,91,1.482 +53,92,1.704 +53,93,1.719 +53,94,1.651 +53,95,1.498 +53,96,1.846 +53,97,1.851 +53,98,1.94 +53,99,1.692 +53,100,1.684 +53,101,1.784 +53,102,1.969 +53,103,2.048 +53,104,1.915 +53,105,1.869 +53,106,1.954 +53,107,1.86 +53,108,2.134 +53,109,2.224 +53,110,1.912 +53,111,1.768 +53,112,1.582 +53,113,1.88 +53,114,1.816 +53,115,1.702 +53,116,2.097 +53,117,1.948 +53,118,1.82 +53,119,2.202 +53,120,1.525 +53,121,1.816 +53,122,2.114 +53,123,1.966 +53,124,2.043 +53,125,2.329 +53,126,2.576 +53,127,1.884 +53,128,2.088 +53,129,2.458 +53,130,0.549 +53,131,0.788 +53,132,1.171 +54,1,0.353 +54,2,0.338 +54,3,0.408 +54,4,0.549 +54,5,0.65 +54,6,0.511 +54,7,0.469 +54,8,0.577 +54,9,0.566 +54,10,0.696 +54,11,0.785 +54,12,0.69 +54,13,0.803 +54,14,0.88 +54,15,0.881 +54,16,0.932 +54,17,1.007 +54,18,0.957 +54,19,1.078 +54,20,1.125 +54,21,1.125 +54,22,1.092 +54,23,1.201 +54,24,1.313 +54,25,1.226 +54,26,1.325 +54,27,1.44 +54,28,1.461 +54,29,1.604 +54,30,0.944 +54,31,0.678 +54,32,0.565 +54,33,0.355 +54,34,0.89 +54,35,0.695 +54,36,0.388 +54,37,0.274 +54,38,0.807 +54,39,0.695 +54,40,0.491 +54,41,0.314 +54,42,0.899 +54,43,0.838 +54,44,0.593 +54,45,0.453 +54,46,0.476 +54,47,0.503 +54,48,0.557 +54,49,0.65 +54,50,0.159 +54,51,0.322 +54,52,0.406 +54,53,0.554 +54,54,0.054 +54,55,0.533 +54,56,0.405 +54,57,0.504 +54,58,0.241 +54,59,0.233 +54,60,0.368 +54,61,0.501 +54,62,0.868 +54,63,0.736 +54,64,0.602 +54,65,0.969 +54,66,0.912 +54,67,0.693 +54,68,1.088 +54,69,0.933 +54,70,0.847 +54,71,1.166 +54,72,1.093 +54,73,0.868 +54,74,1.241 +54,75,1.216 +54,76,1.01 +54,77,0.618 +54,78,0.604 +54,79,0.689 +54,80,0.774 +54,81,0.786 +54,82,0.813 +54,83,0.896 +54,84,0.965 +54,85,1.029 +54,86,1.088 +54,87,1.031 +54,88,1.091 +54,89,1.166 +54,90,1.23 +54,91,1.257 +54,92,1.298 +54,93,1.392 +54,94,1.405 +54,95,1.36 +54,96,1.449 +54,97,1.524 +54,98,1.612 +54,99,1.554 +54,100,1.638 +54,101,1.738 +54,102,1.572 +54,103,1.726 +54,104,1.777 +54,105,1.732 +54,106,1.908 +54,107,1.817 +54,108,1.737 +54,109,1.83 +54,110,1.434 +54,111,1.29 +54,112,1.104 +54,113,1.402 +54,114,1.338 +54,115,1.273 +54,116,1.619 +54,117,1.47 +54,118,1.401 +54,119,1.805 +54,120,1.16 +54,121,1.381 +54,122,1.976 +54,123,1.548 +54,124,1.625 +54,125,1.851 +54,126,2.097 +54,127,1.838 +54,128,2.042 +54,129,2.411 +54,130,0.664 +54,131,0.908 +54,132,0.898 +55,1,0.535 +55,2,0.441 +55,3,0.395 +55,4,0.472 +55,5,0.567 +55,6,0.693 +55,7,0.572 +55,8,0.568 +55,9,0.543 +55,10,0.627 +55,11,0.716 +55,12,0.667 +55,13,0.734 +55,14,0.811 +55,15,0.857 +55,16,0.862 +55,17,0.938 +55,18,0.934 +55,19,1.009 +55,20,1.056 +55,21,1.126 +55,22,1.069 +55,23,1.132 +55,24,1.244 +55,25,1.202 +55,26,1.256 +55,27,1.371 +55,28,1.392 +55,29,1.535 +55,30,0.984 +55,31,0.885 +55,32,0.809 +55,33,0.706 +55,34,0.929 +55,35,0.734 +55,36,0.646 +55,37,0.548 +55,38,0.765 +55,39,0.653 +55,40,0.509 +55,41,0.372 +55,42,0.857 +55,43,0.796 +55,44,0.552 +55,45,0.411 +55,46,0.759 +55,47,0.606 +55,48,0.602 +55,49,0.692 +55,50,0.584 +55,51,0.432 +55,52,0.448 +55,53,0.595 +55,54,0.533 +55,55,0.066 +55,56,0.281 +55,57,0.379 +55,58,0.423 +55,59,0.323 +55,60,0.267 +55,61,0.368 +55,62,0.826 +55,63,0.695 +55,64,0.572 +55,65,0.927 +55,66,0.87 +55,67,0.72 +55,68,1.072 +55,69,1.009 +55,70,0.874 +55,71,1.214 +55,72,1.141 +55,73,0.984 +55,74,1.317 +55,75,1.264 +55,76,1.127 +55,77,0.8 +55,78,0.707 +55,79,0.68 +55,80,0.956 +55,81,0.912 +55,82,0.814 +55,83,1.078 +55,84,1.052 +55,85,1.03 +55,86,1.106 +55,87,1.212 +55,88,1.17 +55,89,1.348 +55,90,1.296 +55,91,1.27 +55,92,1.48 +55,93,1.51 +55,94,1.449 +55,95,1.336 +55,96,1.631 +55,97,1.642 +55,98,1.731 +55,99,1.53 +55,100,1.568 +55,101,1.668 +55,102,1.754 +55,103,1.887 +55,104,1.753 +55,105,1.708 +55,106,1.838 +55,107,1.748 +55,108,1.919 +55,109,2.012 +55,110,1.51 +55,111,1.365 +55,112,1.242 +55,113,1.518 +55,114,1.454 +55,115,1.437 +55,116,1.735 +55,117,1.586 +55,118,1.565 +55,119,1.923 +55,120,1.118 +55,121,1.356 +55,122,1.952 +55,123,1.506 +55,124,1.583 +55,125,1.899 +55,126,2.213 +55,127,1.768 +55,128,1.972 +55,129,2.342 +55,130,0.71 +55,131,0.955 +55,132,1.172 +56,1,0.518 +56,2,0.424 +56,3,0.32 +56,4,0.366 +56,5,0.454 +56,6,0.676 +56,7,0.555 +56,8,0.493 +56,9,0.436 +56,10,0.521 +56,11,0.61 +56,12,0.56 +56,13,0.627 +56,14,0.704 +56,15,0.75 +56,16,0.756 +56,17,0.831 +56,18,0.827 +56,19,0.902 +56,20,0.949 +56,21,1.051 +56,22,0.962 +56,23,1.025 +56,24,1.137 +56,25,1.096 +56,26,1.149 +56,27,1.264 +56,28,1.285 +56,29,1.428 +56,30,1.208 +56,31,0.93 +56,32,0.814 +56,33,0.622 +56,34,1.158 +56,35,0.963 +56,36,0.658 +56,37,0.544 +56,38,0.994 +56,39,0.882 +56,40,0.738 +56,41,0.584 +56,42,1.086 +56,43,1.026 +56,44,0.781 +56,45,0.633 +56,46,0.601 +56,47,0.447 +56,48,0.342 +56,49,0.432 +56,50,0.426 +56,51,0.273 +56,52,0.188 +56,53,0.336 +56,54,0.405 +56,55,0.281 +56,56,0.067 +56,57,0.207 +56,58,0.406 +56,59,0.306 +56,60,0.168 +56,61,0.255 +56,62,1.048 +56,63,0.916 +56,64,0.767 +56,65,1.149 +56,66,1.092 +56,67,0.858 +56,68,1.253 +56,69,1.098 +56,70,1.012 +56,71,1.331 +56,72,1.258 +56,73,1.032 +56,74,1.406 +56,75,1.381 +56,76,1.175 +56,77,0.783 +56,78,0.69 +56,79,0.605 +56,80,0.939 +56,81,0.857 +56,82,0.738 +56,83,1.06 +56,84,0.989 +56,85,0.955 +56,86,1.03 +56,87,1.195 +56,88,1.095 +56,89,1.291 +56,90,1.221 +56,91,1.195 +56,92,1.42 +56,93,1.435 +56,94,1.374 +56,95,1.23 +56,96,1.562 +56,97,1.567 +56,98,1.656 +56,99,1.424 +56,100,1.462 +56,101,1.562 +56,102,1.685 +56,103,1.78 +56,104,1.647 +56,105,1.602 +56,106,1.732 +56,107,1.642 +56,108,1.85 +56,109,1.94 +56,110,1.599 +56,111,1.454 +56,112,1.268 +56,113,1.567 +56,114,1.502 +56,115,1.418 +56,116,1.784 +56,117,1.634 +56,118,1.536 +56,119,1.918 +56,120,1.348 +56,121,1.546 +56,122,1.846 +56,123,1.736 +56,124,1.812 +56,125,2.016 +56,126,2.262 +56,127,1.662 +56,128,1.866 +56,129,2.235 +56,130,0.552 +56,131,0.796 +56,132,1.147 +57,1,0.616 +57,2,0.521 +57,3,0.41 +57,4,0.358 +57,5,0.39 +57,6,0.773 +57,7,0.653 +57,8,0.584 +57,9,0.504 +57,10,0.456 +57,11,0.544 +57,12,0.605 +57,13,0.626 +57,14,0.675 +57,15,0.8 +57,16,0.755 +57,17,0.83 +57,18,0.876 +57,19,0.901 +57,20,0.949 +57,21,1.12 +57,22,1.012 +57,23,1.025 +57,24,1.136 +57,25,1.145 +57,26,1.149 +57,27,1.26 +57,28,1.285 +57,29,1.428 +57,30,1.274 +57,31,0.997 +57,32,0.881 +57,33,0.727 +57,34,1.242 +57,35,1.061 +57,36,0.762 +57,37,0.649 +57,38,1.092 +57,39,0.98 +57,40,0.836 +57,41,0.688 +57,42,1.184 +57,43,1.123 +57,44,0.878 +57,45,0.731 +57,46,0.668 +57,47,0.509 +57,48,0.348 +57,49,0.362 +57,50,0.531 +57,51,0.378 +57,52,0.226 +57,53,0.255 +57,54,0.51 +57,55,0.379 +57,56,0.207 +57,57,0.047 +57,58,0.504 +57,59,0.404 +57,60,0.259 +57,61,0.175 +57,62,1.146 +57,63,1.014 +57,64,0.865 +57,65,1.247 +57,66,1.19 +57,67,0.955 +57,68,1.35 +57,69,1.196 +57,70,1.109 +57,71,1.428 +57,72,1.356 +57,73,1.13 +57,74,1.504 +57,75,1.479 +57,76,1.273 +57,77,0.881 +57,78,0.787 +57,79,0.695 +57,80,1.037 +57,81,0.948 +57,82,0.829 +57,83,1.158 +57,84,1.057 +57,85,1.024 +57,86,1.096 +57,87,1.293 +57,88,1.161 +57,89,1.357 +57,90,1.287 +57,91,1.264 +57,92,1.486 +57,93,1.501 +57,94,1.432 +57,95,1.279 +57,96,1.628 +57,97,1.632 +57,98,1.721 +57,99,1.473 +57,100,1.461 +57,101,1.561 +57,102,1.751 +57,103,1.83 +57,104,1.696 +57,105,1.646 +57,106,1.731 +57,107,1.638 +57,108,1.916 +57,109,2.005 +57,110,1.696 +57,111,1.552 +57,112,1.366 +57,113,1.664 +57,114,1.6 +57,115,1.483 +57,116,1.881 +57,117,1.732 +57,118,1.602 +57,119,1.983 +57,120,1.445 +57,121,1.643 +57,122,1.895 +57,123,1.833 +57,124,1.91 +57,125,2.113 +57,126,2.36 +57,127,1.661 +57,128,1.865 +57,129,2.235 +57,130,0.613 +57,131,0.858 +57,132,1.214 +58,1,0.177 +58,2,0.22 +58,3,0.297 +58,4,0.438 +58,5,0.54 +58,6,0.335 +58,7,0.335 +58,8,0.467 +58,9,0.456 +58,10,0.586 +58,11,0.675 +58,12,0.58 +58,13,0.692 +58,14,0.77 +58,15,0.77 +58,16,0.821 +58,17,0.896 +58,18,0.847 +58,19,0.968 +58,20,1.015 +58,21,1.002 +58,22,0.982 +58,23,1.091 +58,24,1.202 +58,25,1.116 +58,26,1.204 +58,27,1.33 +58,28,1.34 +58,29,1.493 +58,30,0.883 +58,31,0.785 +58,32,0.708 +58,33,0.587 +58,34,0.829 +58,35,0.633 +58,36,0.561 +58,37,0.464 +58,38,0.665 +58,39,0.553 +58,40,0.409 +58,41,0.288 +58,42,0.757 +58,43,0.696 +58,44,0.451 +58,45,0.258 +58,46,0.708 +58,47,0.73 +58,48,0.727 +58,49,0.817 +58,50,0.391 +58,51,0.554 +58,52,0.572 +58,53,0.72 +58,54,0.241 +58,55,0.423 +58,56,0.406 +58,57,0.504 +58,58,0.055 +58,59,0.123 +58,60,0.258 +58,61,0.391 +58,62,0.673 +58,63,0.542 +58,64,0.419 +58,65,0.774 +58,66,0.718 +58,67,0.517 +58,68,0.912 +58,69,0.757 +58,70,0.671 +58,71,0.99 +58,72,0.917 +58,73,0.692 +58,74,1.065 +58,75,1.04 +58,76,0.834 +58,77,0.442 +58,78,0.463 +58,79,0.579 +58,80,0.598 +58,81,0.61 +58,82,0.689 +58,83,0.72 +58,84,0.829 +58,85,0.906 +58,86,0.953 +58,87,0.855 +58,88,0.956 +58,89,0.99 +58,90,1.094 +58,91,1.121 +58,92,1.122 +58,93,1.216 +58,94,1.269 +58,95,1.25 +58,96,1.273 +58,97,1.348 +58,98,1.436 +58,99,1.444 +58,100,1.516 +58,101,1.627 +58,102,1.396 +58,103,1.55 +58,104,1.667 +58,105,1.622 +58,106,1.786 +58,107,1.699 +58,108,1.561 +58,109,1.654 +58,110,1.258 +58,111,1.114 +58,112,0.928 +58,113,1.226 +58,114,1.162 +58,115,1.097 +58,116,1.443 +58,117,1.294 +58,118,1.225 +58,119,1.629 +58,120,1.018 +58,121,1.205 +58,122,1.866 +58,123,1.406 +58,124,1.483 +58,125,1.675 +58,126,1.921 +58,127,1.727 +58,128,1.931 +58,129,2.301 +58,130,0.835 +58,131,1.08 +58,132,1.088 +59,1,0.235 +59,2,0.174 +59,3,0.244 +59,4,0.386 +59,5,0.487 +59,6,0.393 +59,7,0.306 +59,8,0.414 +59,9,0.403 +59,10,0.533 +59,11,0.622 +59,12,0.527 +59,13,0.64 +59,14,0.717 +59,15,0.718 +59,16,0.768 +59,17,0.844 +59,18,0.794 +59,19,0.915 +59,20,0.962 +59,21,0.962 +59,22,0.929 +59,23,1.038 +59,24,1.15 +59,25,1.063 +59,26,1.162 +59,27,1.277 +59,28,1.298 +59,29,1.441 +59,30,0.975 +59,31,0.876 +59,32,0.789 +59,33,0.579 +59,34,0.92 +59,35,0.725 +59,36,0.611 +59,37,0.498 +59,38,0.756 +59,39,0.644 +59,40,0.5 +59,41,0.38 +59,42,0.848 +59,43,0.788 +59,44,0.543 +59,45,0.35 +59,46,0.7 +59,47,0.63 +59,48,0.627 +59,49,0.717 +59,50,0.383 +59,51,0.456 +59,52,0.472 +59,53,0.62 +59,54,0.233 +59,55,0.323 +59,56,0.306 +59,57,0.404 +59,58,0.123 +59,59,0.067 +59,60,0.158 +59,61,0.291 +59,62,0.765 +59,63,0.634 +59,64,0.484 +59,65,0.866 +59,66,0.809 +59,67,0.575 +59,68,0.97 +59,69,0.815 +59,70,0.729 +59,71,1.048 +59,72,0.975 +59,73,0.75 +59,74,1.123 +59,75,1.098 +59,76,0.892 +59,77,0.5 +59,78,0.44 +59,79,0.526 +59,80,0.656 +59,81,0.662 +59,82,0.65 +59,83,0.778 +59,84,0.802 +59,85,0.866 +59,86,0.925 +59,87,0.912 +59,88,0.928 +59,89,1.048 +59,90,1.066 +59,91,1.094 +59,92,1.18 +59,93,1.272 +59,94,1.242 +59,95,1.197 +59,96,1.331 +59,97,1.403 +59,98,1.492 +59,99,1.391 +59,100,1.474 +59,101,1.574 +59,102,1.454 +59,103,1.608 +59,104,1.614 +59,105,1.569 +59,106,1.744 +59,107,1.654 +59,108,1.619 +59,109,1.712 +59,110,1.316 +59,111,1.171 +59,112,0.985 +59,113,1.284 +59,114,1.219 +59,115,1.155 +59,116,1.501 +59,117,1.352 +59,118,1.283 +59,119,1.686 +59,120,1.11 +59,121,1.263 +59,122,1.813 +59,123,1.498 +59,124,1.574 +59,125,1.733 +59,126,1.979 +59,127,1.674 +59,128,1.878 +59,129,2.248 +59,130,0.735 +59,131,0.98 +59,132,1.122 +60,1,0.37 +60,2,0.275 +60,3,0.201 +60,4,0.247 +60,5,0.341 +60,6,0.527 +60,7,0.407 +60,8,0.374 +60,9,0.318 +60,10,0.402 +60,11,0.491 +60,12,0.442 +60,13,0.508 +60,14,0.586 +60,15,0.632 +60,16,0.637 +60,17,0.712 +60,18,0.708 +60,19,0.783 +60,20,0.831 +60,21,0.932 +60,22,0.844 +60,23,0.907 +60,24,1.018 +60,25,0.977 +60,26,1.031 +60,27,1.146 +60,28,1.167 +60,29,1.31 +60,30,1.109 +60,31,1.011 +60,32,0.924 +60,33,0.714 +60,34,1.055 +60,35,0.86 +60,36,0.746 +60,37,0.633 +60,38,0.891 +60,39,0.779 +60,40,0.635 +60,41,0.514 +60,42,0.983 +60,43,0.922 +60,44,0.677 +60,45,0.485 +60,46,0.728 +60,47,0.574 +60,48,0.492 +60,49,0.582 +60,50,0.518 +60,51,0.4 +60,52,0.338 +60,53,0.48 +60,54,0.368 +60,55,0.267 +60,56,0.168 +60,57,0.259 +60,58,0.258 +60,59,0.158 +60,60,0.067 +60,61,0.142 +60,62,0.9 +60,63,0.768 +60,64,0.619 +60,65,1.001 +60,66,0.944 +60,67,0.709 +60,68,1.104 +60,69,0.95 +60,70,0.863 +60,71,1.182 +60,72,1.11 +60,73,0.884 +60,74,1.258 +60,75,1.233 +60,76,1.027 +60,77,0.635 +60,78,0.541 +60,79,0.486 +60,80,0.791 +60,81,0.739 +60,82,0.62 +60,83,0.912 +60,84,0.87 +60,85,0.836 +60,86,0.912 +60,87,1.047 +60,88,0.976 +60,89,1.172 +60,90,1.102 +60,91,1.076 +60,92,1.301 +60,93,1.316 +60,94,1.255 +60,95,1.111 +60,96,1.444 +60,97,1.448 +60,98,1.537 +60,99,1.305 +60,100,1.343 +60,101,1.443 +60,102,1.566 +60,103,1.662 +60,104,1.528 +60,105,1.483 +60,106,1.613 +60,107,1.523 +60,108,1.731 +60,109,1.821 +60,110,1.45 +60,111,1.306 +60,112,1.12 +60,113,1.418 +60,114,1.354 +60,115,1.289 +60,116,1.635 +60,117,1.486 +60,118,1.417 +60,119,1.799 +60,120,1.244 +60,121,1.397 +60,122,1.727 +60,123,1.632 +60,124,1.709 +60,125,1.867 +60,126,2.114 +60,127,1.543 +60,128,1.747 +60,129,2.117 +60,130,0.679 +60,131,0.924 +60,132,1.256 +61,1,0.503 +61,2,0.408 +61,3,0.293 +61,4,0.242 +61,5,0.274 +61,6,0.66 +61,7,0.54 +61,8,0.467 +61,9,0.387 +61,10,0.329 +61,11,0.418 +61,12,0.488 +61,13,0.51 +61,14,0.548 +61,15,0.683 +61,16,0.638 +61,17,0.71 +61,18,0.76 +61,19,0.785 +61,20,0.828 +61,21,1.004 +61,22,0.895 +61,23,0.908 +61,24,1.016 +61,25,1.029 +61,26,1.032 +61,27,1.134 +61,28,1.168 +61,29,1.306 +61,30,1.242 +61,31,1.14 +61,32,1.024 +61,33,0.846 +61,34,1.188 +61,35,0.992 +61,36,0.879 +61,37,0.766 +61,38,1.024 +61,39,0.912 +61,40,0.768 +61,41,0.647 +61,42,1.116 +61,43,1.055 +61,44,0.81 +61,45,0.618 +61,46,0.811 +61,47,0.652 +61,48,0.491 +61,49,0.505 +61,50,0.65 +61,51,0.501 +61,52,0.37 +61,53,0.398 +61,54,0.501 +61,55,0.368 +61,56,0.256 +61,57,0.175 +61,58,0.391 +61,59,0.291 +61,60,0.142 +61,61,0.061 +61,62,1.032 +61,63,0.901 +61,64,0.752 +61,65,1.134 +61,66,1.077 +61,67,0.842 +61,68,1.237 +61,69,1.083 +61,70,0.996 +61,71,1.315 +61,72,1.242 +61,73,1.017 +61,74,1.391 +61,75,1.366 +61,76,1.16 +61,77,0.768 +61,78,0.674 +61,79,0.579 +61,80,0.924 +61,81,0.831 +61,82,0.712 +61,83,1.045 +61,84,0.941 +61,85,0.907 +61,86,0.979 +61,87,1.18 +61,88,1.044 +61,89,1.24 +61,90,1.17 +61,91,1.147 +61,92,1.369 +61,93,1.384 +61,94,1.316 +61,95,1.163 +61,96,1.511 +61,97,1.516 +61,98,1.605 +61,99,1.356 +61,100,1.344 +61,101,1.44 +61,102,1.634 +61,103,1.713 +61,104,1.58 +61,105,1.53 +61,106,1.614 +61,107,1.511 +61,108,1.799 +61,109,1.889 +61,110,1.583 +61,111,1.439 +61,112,1.253 +61,113,1.551 +61,114,1.487 +61,115,1.367 +61,116,1.768 +61,117,1.619 +61,118,1.485 +61,119,1.867 +61,120,1.377 +61,121,1.53 +61,122,1.778 +61,123,1.765 +61,124,1.842 +61,125,2 +61,126,2.246 +61,127,1.54 +61,128,1.744 +61,129,2.114 +61,130,0.757 +61,131,1.001 +61,132,1.357 +62,1,0.53 +62,2,0.714 +62,3,0.814 +62,4,0.955 +62,5,1.056 +62,6,0.539 +62,7,0.633 +62,8,0.767 +62,9,0.885 +62,10,1.015 +62,11,1.104 +62,12,0.898 +62,13,1.035 +62,14,1.136 +62,15,0.97 +62,16,1.062 +62,17,1.216 +62,18,1.046 +62,19,1.206 +62,20,1.33 +62,21,1.178 +62,22,1.182 +62,23,1.289 +62,24,1.517 +62,25,1.315 +62,26,1.379 +62,27,1.51 +62,28,1.515 +62,29,1.668 +62,30,0.782 +62,31,0.752 +62,32,0.743 +62,33,0.914 +62,34,0.728 +62,35,0.662 +62,36,0.595 +62,37,0.756 +62,38,0.443 +62,39,0.464 +62,40,0.465 +62,41,0.58 +62,42,0.514 +62,43,0.276 +62,44,0.296 +62,45,0.462 +62,46,1.042 +62,47,1.163 +62,48,1.29 +62,49,1.383 +62,50,0.889 +62,51,1.055 +62,52,1.139 +62,53,1.287 +62,54,0.868 +62,55,0.827 +62,56,1.047 +62,57,1.145 +62,58,0.672 +62,59,0.764 +62,60,0.899 +62,61,1.032 +62,62,0.067 +62,63,0.183 +62,64,0.42 +62,65,0.303 +62,66,0.246 +62,67,0.301 +62,68,0.448 +62,69,0.413 +62,70,0.455 +62,71,0.59 +62,72,0.517 +62,73,0.583 +62,74,0.898 +62,75,0.64 +62,76,0.786 +62,77,0.631 +62,78,0.631 +62,79,0.81 +62,80,0.689 +62,81,0.778 +62,82,0.866 +62,83,0.81 +62,84,0.998 +62,85,1.082 +62,86,1.121 +62,87,0.945 +62,88,1.124 +62,89,1.056 +62,90,1.249 +62,91,1.289 +62,92,1.188 +62,93,1.282 +62,94,1.374 +62,95,1.449 +62,96,1.339 +62,97,1.414 +62,98,1.502 +62,99,1.643 +62,100,1.691 +62,101,1.829 +62,102,1.462 +62,103,1.616 +62,104,1.75 +62,105,1.784 +62,106,1.961 +62,107,1.874 +62,108,1.627 +62,109,1.72 +62,110,0.932 +62,111,0.787 +62,112,0.901 +62,113,0.976 +62,114,0.911 +62,115,1.096 +62,116,1.192 +62,117,1.043 +62,118,1.194 +62,119,1.38 +62,120,0.722 +62,121,0.744 +62,122,2.012 +62,123,1.11 +62,124,1.014 +62,125,1.286 +62,126,1.671 +62,127,1.989 +62,128,2.246 +62,129,2.616 +62,130,1.34 +62,131,1.531 +62,132,1.067 +63,1,0.399 +63,2,0.582 +63,3,0.682 +63,4,0.823 +63,5,0.925 +63,6,0.408 +63,7,0.501 +63,8,0.636 +63,9,0.754 +63,10,0.884 +63,11,0.973 +63,12,0.801 +63,13,0.912 +63,14,1.013 +63,15,0.931 +63,16,1.024 +63,17,1.118 +63,18,1.008 +63,19,1.167 +63,20,1.236 +63,21,1.14 +63,22,1.143 +63,23,1.25 +63,24,1.424 +63,25,1.277 +63,26,1.34 +63,27,1.471 +63,28,1.476 +63,29,1.63 +63,30,0.781 +63,31,0.688 +63,32,0.612 +63,33,0.783 +63,34,0.727 +63,35,0.531 +63,36,0.464 +63,37,0.625 +63,38,0.493 +63,39,0.412 +63,40,0.333 +63,41,0.449 +63,42,0.521 +63,43,0.326 +63,44,0.165 +63,45,0.33 +63,46,0.91 +63,47,1.031 +63,48,1.159 +63,49,1.252 +63,50,0.758 +63,51,0.924 +63,52,1.007 +63,53,1.155 +63,54,0.737 +63,55,0.695 +63,56,0.916 +63,57,1.013 +63,58,0.541 +63,59,0.633 +63,60,0.767 +63,61,0.9 +63,62,0.183 +63,63,0.067 +63,64,0.289 +63,65,0.284 +63,66,0.227 +63,67,0.256 +63,68,0.429 +63,69,0.394 +63,70,0.41 +63,71,0.571 +63,72,0.498 +63,73,0.538 +63,74,0.853 +63,75,0.621 +63,76,0.741 +63,77,0.515 +63,78,0.592 +63,79,0.756 +63,80,0.644 +63,81,0.739 +63,82,0.827 +63,83,0.765 +63,84,0.959 +63,85,1.044 +63,86,1.082 +63,87,0.9 +63,88,1.084 +63,89,1.011 +63,90,1.204 +63,91,1.251 +63,92,1.143 +63,93,1.237 +63,94,1.329 +63,95,1.411 +63,96,1.294 +63,97,1.368 +63,98,1.457 +63,99,1.604 +63,100,1.652 +63,101,1.79 +63,102,1.417 +63,103,1.571 +63,104,1.704 +63,105,1.738 +63,106,1.917 +63,107,1.835 +63,108,1.582 +63,109,1.675 +63,110,0.912 +63,111,0.768 +63,112,0.856 +63,113,0.956 +63,114,0.892 +63,115,1.051 +63,116,1.173 +63,117,1.024 +63,118,1.175 +63,119,1.361 +63,120,0.772 +63,121,0.724 +63,122,1.967 +63,123,1.16 +63,124,0.995 +63,125,1.267 +63,126,1.651 +63,127,1.948 +63,128,2.152 +63,129,2.522 +63,130,1.209 +63,131,1.4 +63,132,1.029 +64,1,0.266 +64,2,0.45 +64,3,0.55 +64,4,0.691 +64,5,0.792 +64,6,0.275 +64,7,0.369 +64,8,0.503 +64,9,0.621 +64,10,0.751 +64,11,0.84 +64,12,0.669 +64,13,0.78 +64,14,0.881 +64,15,0.823 +64,16,0.909 +64,17,0.985 +64,18,0.899 +64,19,1.055 +64,20,1.103 +64,21,1.031 +64,22,1.034 +64,23,1.141 +64,24,1.291 +64,25,1.168 +64,26,1.231 +64,27,1.362 +64,28,1.367 +64,29,1.521 +64,30,0.889 +64,31,0.791 +64,32,0.714 +64,33,0.66 +64,34,0.835 +64,35,0.639 +64,36,0.566 +64,37,0.502 +64,38,0.643 +64,39,0.559 +64,40,0.415 +64,41,0.325 +64,42,0.714 +64,43,0.476 +64,44,0.345 +64,45,0.19 +64,46,0.823 +64,47,0.944 +64,48,1.036 +64,49,1.128 +64,50,0.634 +64,51,0.801 +64,52,0.884 +64,53,1.032 +64,54,0.614 +64,55,0.572 +64,56,0.783 +64,57,0.881 +64,58,0.417 +64,59,0.5 +64,60,0.635 +64,61,0.768 +64,62,0.418 +64,63,0.287 +64,64,0.067 +64,65,0.519 +64,66,0.462 +64,67,0.224 +64,68,0.664 +64,69,0.513 +64,70,0.378 +64,71,0.746 +64,72,0.673 +64,73,0.491 +64,74,0.821 +64,75,0.796 +64,76,0.633 +64,77,0.382 +64,78,0.484 +64,79,0.624 +64,80,0.536 +64,81,0.63 +64,82,0.718 +64,83,0.657 +64,84,0.85 +64,85,0.935 +64,86,0.974 +64,87,0.792 +64,88,0.976 +64,89,0.903 +64,90,1.096 +64,91,1.142 +64,92,1.035 +64,93,1.129 +64,94,1.221 +64,95,1.302 +64,96,1.186 +64,97,1.261 +64,98,1.35 +64,99,1.496 +64,100,1.544 +64,101,1.681 +64,102,1.309 +64,103,1.463 +64,104,1.597 +64,105,1.631 +64,106,1.809 +64,107,1.726 +64,108,1.474 +64,109,1.568 +64,110,1.014 +64,111,0.87 +64,112,0.748 +64,113,1.022 +64,114,0.958 +64,115,0.943 +64,116,1.239 +64,117,1.09 +64,118,1.072 +64,119,1.427 +64,120,0.911 +64,121,0.96 +64,122,1.86 +64,123,1.299 +64,124,1.23 +64,125,1.431 +64,126,1.718 +64,127,1.816 +64,128,2.02 +64,129,2.389 +64,130,1.122 +64,131,1.366 +64,132,1.125 +65,1,0.631 +65,2,0.815 +65,3,0.915 +65,4,1.056 +65,5,1.157 +65,6,0.64 +65,7,0.734 +65,8,0.868 +65,9,0.986 +65,10,1.116 +65,11,1.205 +65,12,0.978 +65,13,1.115 +65,14,1.216 +65,15,1.028 +65,16,1.139 +65,17,1.294 +65,18,1.104 +65,19,1.263 +65,20,1.392 +65,21,1.206 +65,22,1.239 +65,23,1.332 +65,24,1.576 +65,25,1.372 +65,26,1.422 +65,27,1.553 +65,28,1.558 +65,29,1.712 +65,30,0.952 +65,31,0.921 +65,32,0.844 +65,33,1.016 +65,34,0.898 +65,35,0.764 +65,36,0.696 +65,37,0.857 +65,38,0.614 +65,39,0.634 +65,40,0.566 +65,41,0.681 +65,42,0.62 +65,43,0.447 +65,44,0.398 +65,45,0.563 +65,46,1.143 +65,47,1.264 +65,48,1.392 +65,49,1.484 +65,50,0.99 +65,51,1.156 +65,52,1.24 +65,53,1.388 +65,54,0.969 +65,55,0.928 +65,56,1.148 +65,57,1.246 +65,58,0.774 +65,59,0.865 +65,60,1 +65,61,1.133 +65,62,0.303 +65,63,0.284 +65,64,0.521 +65,65,0.065 +65,66,0.13 +65,67,0.381 +65,68,0.332 +65,69,0.297 +65,70,0.464 +65,71,0.474 +65,72,0.401 +65,73,0.522 +65,74,0.836 +65,75,0.524 +65,76,0.724 +65,77,0.61 +65,78,0.711 +65,79,0.89 +65,80,0.627 +65,81,0.724 +65,82,0.854 +65,83,0.748 +65,84,0.952 +65,85,1.075 +65,86,1.09 +65,87,0.883 +65,88,1.067 +65,89,0.994 +65,90,1.187 +65,91,1.258 +65,92,1.126 +65,93,1.22 +65,94,1.313 +65,95,1.489 +65,96,1.278 +65,97,1.352 +65,98,1.441 +65,99,1.631 +65,100,1.735 +65,101,1.872 +65,102,1.4 +65,103,1.554 +65,104,1.688 +65,105,1.722 +65,106,1.9 +65,107,1.917 +65,108,1.566 +65,109,1.659 +65,110,0.816 +65,111,0.671 +65,112,0.836 +65,113,0.859 +65,114,0.795 +65,115,0.99 +65,116,1.076 +65,117,0.927 +65,118,1.078 +65,119,1.264 +65,120,0.893 +65,121,0.679 +65,122,1.951 +65,123,1.281 +65,124,1.094 +65,125,1.221 +65,126,1.554 +65,127,2.032 +65,128,2.298 +65,129,2.678 +65,130,1.441 +65,131,1.632 +65,132,1.238 +66,1,0.574 +66,2,0.758 +66,3,0.858 +66,4,0.999 +66,5,1.1 +66,6,0.583 +66,7,0.677 +66,8,0.812 +66,9,0.929 +66,10,1.059 +66,11,1.148 +66,12,0.921 +66,13,1.058 +66,14,1.159 +66,15,0.971 +66,16,1.082 +66,17,1.237 +66,18,1.047 +66,19,1.206 +66,20,1.336 +66,21,1.149 +66,22,1.182 +66,23,1.275 +66,24,1.519 +66,25,1.315 +66,26,1.365 +66,27,1.496 +66,28,1.501 +66,29,1.655 +66,30,0.895 +66,31,0.864 +66,32,0.787 +66,33,0.959 +66,34,0.841 +66,35,0.707 +66,36,0.64 +66,37,0.8 +66,38,0.557 +66,39,0.577 +66,40,0.509 +66,41,0.624 +66,42,0.564 +66,43,0.39 +66,44,0.341 +66,45,0.506 +66,46,1.086 +66,47,1.207 +66,48,1.335 +66,49,1.427 +66,50,0.933 +66,51,1.1 +66,52,1.183 +66,53,1.331 +66,54,0.912 +66,55,0.871 +66,56,1.091 +66,57,1.189 +66,58,0.717 +66,59,0.808 +66,60,0.943 +66,61,1.076 +66,62,0.246 +66,63,0.227 +66,64,0.464 +66,65,0.13 +66,66,0.064 +66,67,0.324 +66,68,0.275 +66,69,0.24 +66,70,0.407 +66,71,0.417 +66,72,0.344 +66,73,0.465 +66,74,0.779 +66,75,0.467 +66,76,0.668 +66,77,0.553 +66,78,0.654 +66,79,0.834 +66,80,0.57 +66,81,0.667 +66,82,0.797 +66,83,0.692 +66,84,0.896 +66,85,1.018 +66,86,1.033 +66,87,0.826 +66,88,1.01 +66,89,0.938 +66,90,1.13 +66,91,1.202 +66,92,1.069 +66,93,1.164 +66,94,1.256 +66,95,1.432 +66,96,1.221 +66,97,1.295 +66,98,1.384 +66,99,1.574 +66,100,1.678 +66,101,1.815 +66,102,1.344 +66,103,1.497 +66,104,1.631 +66,105,1.665 +66,106,1.843 +66,107,1.86 +66,108,1.509 +66,109,1.602 +66,110,0.759 +66,111,0.614 +66,112,0.779 +66,113,0.802 +66,114,0.738 +66,115,0.933 +66,116,1.019 +66,117,0.87 +66,118,1.021 +66,119,1.207 +66,120,0.836 +66,121,0.622 +66,122,1.894 +66,123,1.224 +66,124,1.038 +66,125,1.164 +66,126,1.498 +66,127,1.976 +66,128,2.241 +66,129,2.622 +66,130,1.384 +66,131,1.575 +66,132,1.181 +67,1,0.34 +67,2,0.523 +67,3,0.623 +67,4,0.764 +67,5,0.866 +67,6,0.348 +67,7,0.442 +67,8,0.577 +67,9,0.694 +67,10,0.824 +67,11,0.913 +67,12,0.647 +67,13,0.784 +67,14,0.885 +67,15,0.719 +67,16,0.812 +67,17,0.965 +67,18,0.796 +67,19,0.955 +67,20,1.079 +67,21,0.928 +67,22,0.931 +67,23,1.038 +67,24,1.266 +67,25,1.065 +67,26,1.128 +67,27,1.259 +67,28,1.264 +67,29,1.418 +67,30,0.952 +67,31,0.884 +67,32,0.807 +67,33,0.809 +67,34,0.898 +67,35,0.727 +67,36,0.66 +67,37,0.65 +67,38,0.614 +67,39,0.608 +67,40,0.521 +67,41,0.474 +67,42,0.621 +67,43,0.447 +67,44,0.361 +67,45,0.356 +67,46,0.972 +67,47,1.093 +67,48,1.177 +67,49,1.267 +67,50,0.783 +67,51,0.95 +67,52,1.023 +67,53,1.17 +67,54,0.691 +67,55,0.721 +67,56,0.856 +67,57,0.954 +67,58,0.516 +67,59,0.573 +67,60,0.708 +67,61,0.841 +67,62,0.304 +67,63,0.266 +67,64,0.229 +67,65,0.384 +67,66,0.327 +67,67,0.063 +67,68,0.487 +67,69,0.333 +67,70,0.198 +67,71,0.565 +67,72,0.492 +67,73,0.326 +67,74,0.641 +67,75,0.616 +67,76,0.529 +67,77,0.381 +67,78,0.38 +67,79,0.56 +67,80,0.432 +67,81,0.527 +67,82,0.615 +67,83,0.553 +67,84,0.747 +67,85,0.832 +67,86,0.87 +67,87,0.688 +67,88,0.872 +67,89,0.799 +67,90,0.992 +67,91,1.039 +67,92,0.931 +67,93,1.025 +67,94,1.117 +67,95,1.199 +67,96,1.082 +67,97,1.156 +67,98,1.245 +67,99,1.392 +67,100,1.44 +67,101,1.578 +67,102,1.205 +67,103,1.359 +67,104,1.492 +67,105,1.526 +67,106,1.705 +67,107,1.623 +67,108,1.37 +67,109,1.463 +67,110,0.833 +67,111,0.689 +67,112,0.644 +67,113,0.842 +67,114,0.777 +67,115,0.839 +67,116,1.059 +67,117,0.91 +67,118,0.967 +67,119,1.246 +67,120,0.89 +67,121,0.78 +67,122,1.755 +67,123,1.278 +67,124,1.095 +67,125,1.25 +67,126,1.537 +67,127,1.738 +67,128,1.995 +67,129,2.365 +67,130,1.27 +67,131,1.515 +67,132,1.225 +68,1,0.736 +68,2,0.872 +68,3,1.012 +68,4,1.144 +68,5,1.238 +68,6,0.602 +68,7,0.777 +68,8,0.915 +68,9,1.026 +68,10,1.16 +68,11,1.241 +68,12,0.926 +68,13,1.034 +68,14,1.135 +68,15,0.908 +68,16,1.019 +68,17,1.174 +68,18,0.984 +68,19,1.144 +68,20,1.273 +68,21,1.086 +68,22,1.12 +68,23,1.212 +68,24,1.456 +68,25,1.252 +68,26,1.302 +68,27,1.434 +68,28,1.438 +68,29,1.592 +68,30,1.093 +68,31,1.063 +68,32,0.989 +68,33,1.161 +68,34,1.038 +68,35,0.909 +68,36,0.842 +68,37,1.002 +68,38,0.754 +68,39,0.779 +68,40,0.711 +68,41,0.826 +68,42,0.614 +68,43,0.592 +68,44,0.543 +68,45,0.708 +68,46,1.288 +68,47,1.409 +68,48,1.537 +68,49,1.629 +68,50,1.135 +68,51,1.302 +68,52,1.385 +68,53,1.533 +68,54,1.088 +68,55,1.073 +68,56,1.253 +68,57,1.35 +68,58,0.912 +68,59,0.97 +68,60,1.104 +68,61,1.237 +68,62,0.448 +68,63,0.429 +68,64,0.666 +68,65,0.332 +68,66,0.275 +68,67,0.487 +68,68,0.066 +68,69,0.177 +68,70,0.344 +68,71,0.354 +68,72,0.281 +68,73,0.402 +68,74,0.716 +68,75,0.404 +68,76,0.605 +68,77,0.49 +68,78,0.654 +68,79,0.799 +68,80,0.507 +68,81,0.604 +68,82,0.734 +68,83,0.629 +68,84,0.833 +68,85,0.955 +68,86,0.97 +68,87,0.764 +68,88,0.947 +68,89,0.875 +68,90,1.067 +68,91,1.139 +68,92,1.006 +68,93,1.101 +68,94,1.193 +68,95,1.369 +68,96,1.158 +68,97,1.232 +68,98,1.321 +68,99,1.511 +68,100,1.615 +68,101,1.752 +68,102,1.281 +68,103,1.434 +68,104,1.568 +68,105,1.602 +68,106,1.78 +68,107,1.798 +68,108,1.446 +68,109,1.539 +68,110,0.696 +68,111,0.551 +68,112,0.716 +68,113,0.74 +68,114,0.675 +68,115,0.87 +68,116,0.956 +68,117,0.807 +68,118,0.958 +68,119,1.144 +68,120,1.038 +68,121,0.404 +68,122,1.831 +68,123,1.241 +68,124,0.831 +68,125,0.946 +68,126,1.339 +68,127,1.913 +68,128,2.178 +68,129,2.559 +68,130,1.586 +68,131,1.777 +68,132,1.378 +69,1,0.581 +69,2,0.717 +69,3,0.858 +69,4,0.989 +69,5,1.083 +69,6,0.447 +69,7,0.622 +69,8,0.76 +69,9,0.872 +69,10,1.006 +69,11,1.086 +69,12,0.771 +69,13,0.879 +69,14,0.98 +69,15,0.753 +69,16,0.864 +69,17,1.019 +69,18,0.83 +69,19,0.989 +69,20,1.118 +69,21,0.932 +69,22,0.965 +69,23,1.058 +69,24,1.302 +69,25,1.098 +69,26,1.148 +69,27,1.279 +69,28,1.284 +69,29,1.438 +69,30,1.062 +69,31,1.031 +69,32,0.954 +69,33,1.098 +69,34,1.008 +69,35,0.874 +69,36,0.806 +69,37,0.94 +69,38,0.724 +69,39,0.744 +69,40,0.676 +69,41,0.763 +69,42,0.73 +69,43,0.557 +69,44,0.508 +69,45,0.645 +69,46,1.253 +69,47,1.374 +69,48,1.419 +69,49,1.509 +69,50,1.072 +69,51,1.239 +69,52,1.264 +69,53,1.412 +69,54,0.933 +69,55,1.01 +69,56,1.098 +69,57,1.196 +69,58,0.757 +69,59,0.815 +69,60,0.95 +69,61,1.083 +69,62,0.413 +69,63,0.394 +69,64,0.518 +69,65,0.297 +69,66,0.24 +69,67,0.333 +69,68,0.177 +69,69,0.066 +69,70,0.189 +69,71,0.319 +69,72,0.246 +69,73,0.247 +69,74,0.562 +69,75,0.369 +69,76,0.45 +69,77,0.335 +69,78,0.499 +69,79,0.644 +69,80,0.353 +69,81,0.449 +69,82,0.579 +69,83,0.474 +69,84,0.678 +69,85,0.8 +69,86,0.816 +69,87,0.609 +69,88,0.793 +69,89,0.72 +69,90,0.913 +69,91,0.984 +69,92,0.852 +69,93,0.946 +69,94,1.038 +69,95,1.214 +69,96,1.003 +69,97,1.078 +69,98,1.166 +69,99,1.356 +69,100,1.46 +69,101,1.598 +69,102,1.126 +69,103,1.28 +69,104,1.414 +69,105,1.448 +69,106,1.626 +69,107,1.643 +69,108,1.291 +69,109,1.384 +69,110,0.661 +69,111,0.516 +69,112,0.565 +69,113,0.704 +69,114,0.64 +69,115,0.76 +69,116,0.921 +69,117,0.772 +69,118,0.888 +69,119,1.109 +69,120,1.003 +69,121,0.524 +69,122,1.676 +69,123,1.361 +69,124,0.951 +69,125,1.066 +69,126,1.4 +69,127,1.758 +69,128,2.024 +69,129,2.404 +69,130,1.527 +69,131,1.742 +69,132,1.348 +70,1,0.494 +70,2,0.652 +70,3,0.777 +70,4,0.918 +70,5,1.018 +70,6,0.382 +70,7,0.558 +70,8,0.696 +70,9,0.807 +70,10,0.941 +70,11,1.022 +70,12,0.707 +70,13,0.815 +70,14,0.916 +70,15,0.689 +70,16,0.8 +70,17,0.955 +70,18,0.765 +70,19,0.924 +70,20,1.054 +70,21,0.867 +70,22,0.9 +70,23,0.993 +70,24,1.237 +70,25,1.033 +70,26,1.083 +70,27,1.214 +70,28,1.219 +70,29,1.373 +70,30,1.106 +70,31,1.038 +70,32,0.961 +70,33,0.963 +70,34,1.052 +70,35,0.881 +70,36,0.814 +70,37,0.804 +70,38,0.768 +70,39,0.762 +70,40,0.675 +70,41,0.628 +70,42,0.775 +70,43,0.601 +70,44,0.515 +70,45,0.51 +70,46,1.126 +70,47,1.247 +70,48,1.331 +70,49,1.421 +70,50,0.937 +70,51,1.104 +70,52,1.177 +70,53,1.324 +70,54,0.845 +70,55,0.875 +70,56,1.01 +70,57,1.108 +70,58,0.67 +70,59,0.727 +70,60,0.862 +70,61,0.995 +70,62,0.458 +70,63,0.42 +70,64,0.383 +70,65,0.464 +70,66,0.407 +70,67,0.198 +70,68,0.344 +70,69,0.189 +70,70,0.066 +70,71,0.422 +70,72,0.349 +70,73,0.183 +70,74,0.497 +70,75,0.472 +70,76,0.386 +70,77,0.271 +70,78,0.435 +70,79,0.58 +70,80,0.288 +70,81,0.385 +70,82,0.515 +70,83,0.41 +70,84,0.614 +70,85,0.736 +70,86,0.751 +70,87,0.544 +70,88,0.728 +70,89,0.656 +70,90,0.848 +70,91,0.92 +70,92,0.787 +70,93,0.882 +70,94,0.974 +70,95,1.15 +70,96,0.939 +70,97,1.013 +70,98,1.102 +70,99,1.292 +70,100,1.396 +70,101,1.533 +70,102,1.062 +70,103,1.215 +70,104,1.349 +70,105,1.383 +70,106,1.561 +70,107,1.578 +70,108,1.227 +70,109,1.32 +70,110,0.69 +70,111,0.546 +70,112,0.501 +70,113,0.698 +70,114,0.634 +70,115,0.696 +70,116,0.915 +70,117,0.766 +70,118,0.824 +70,119,1.103 +70,120,1.044 +70,121,0.637 +70,122,1.612 +70,123,1.432 +70,124,1.064 +70,125,1.107 +70,126,1.394 +70,127,1.694 +70,128,1.959 +70,129,2.34 +70,130,1.424 +70,131,1.669 +70,132,1.379 +71,1,0.814 +71,2,0.95 +71,3,1.09 +71,4,1.222 +71,5,1.316 +71,6,0.68 +71,7,0.855 +71,8,0.993 +71,9,1.104 +71,10,1.238 +71,11,1.319 +71,12,1.004 +71,13,1.112 +71,14,1.213 +71,15,0.952 +71,16,1.064 +71,17,1.221 +71,18,1.029 +71,19,1.188 +71,20,1.317 +71,21,1.047 +71,22,1.124 +71,23,1.225 +71,24,1.469 +71,25,1.161 +71,26,1.308 +71,27,1.445 +71,28,1.326 +71,29,1.473 +71,30,1.239 +71,31,1.208 +71,32,1.131 +71,33,1.302 +71,34,1.185 +71,35,1.05 +71,36,0.983 +71,37,1.144 +71,38,0.9 +71,39,0.921 +71,40,0.853 +71,41,0.968 +71,42,0.907 +71,43,0.734 +71,44,0.684 +71,45,0.85 +71,46,1.43 +71,47,1.551 +71,48,1.652 +71,49,1.741 +71,50,1.277 +71,51,1.443 +71,52,1.497 +71,53,1.644 +71,54,1.166 +71,55,1.215 +71,56,1.331 +71,57,1.428 +71,58,0.99 +71,59,1.048 +71,60,1.182 +71,61,1.315 +71,62,0.59 +71,63,0.571 +71,64,0.751 +71,65,0.474 +71,66,0.417 +71,67,0.565 +71,68,0.354 +71,69,0.319 +71,70,0.422 +71,71,0.066 +71,72,0.146 +71,73,0.446 +71,74,0.717 +71,75,0.232 +71,76,0.603 +71,77,0.568 +71,78,0.732 +71,79,0.877 +71,80,0.552 +71,81,0.648 +71,82,0.779 +71,83,0.61 +71,84,0.801 +71,85,0.884 +71,86,0.9 +71,87,0.639 +71,88,0.839 +71,89,0.715 +71,90,0.908 +71,91,1.027 +71,92,0.847 +71,93,0.941 +71,94,1.033 +71,95,1.21 +71,96,0.998 +71,97,1.073 +71,98,1.162 +71,99,1.351 +71,100,1.469 +71,101,1.645 +71,102,1.121 +71,103,1.275 +71,104,1.409 +71,105,1.443 +71,106,1.621 +71,107,1.678 +71,108,1.286 +71,109,1.38 +71,110,0.524 +71,111,0.379 +71,112,0.544 +71,113,0.568 +71,114,0.503 +71,115,0.698 +71,116,0.784 +71,117,0.635 +71,118,0.786 +71,119,0.972 +71,120,1.18 +71,121,0.595 +71,122,1.672 +71,123,1.538 +71,124,1.022 +71,125,1.114 +71,126,1.263 +71,127,1.828 +71,128,2.094 +71,129,2.578 +71,130,1.728 +71,131,1.919 +71,132,1.524 +72,1,0.741 +72,2,0.877 +72,3,1.018 +72,4,1.149 +72,5,1.243 +72,6,0.607 +72,7,0.782 +72,8,0.92 +72,9,1.031 +72,10,1.165 +72,11,1.246 +72,12,0.931 +72,13,1.039 +72,14,1.14 +72,15,0.88 +72,16,0.991 +72,17,1.148 +72,18,0.956 +72,19,1.115 +72,20,1.244 +72,21,1.011 +72,22,1.088 +72,23,1.184 +72,24,1.428 +72,25,1.125 +72,26,1.272 +72,27,1.405 +72,28,1.29 +72,29,1.437 +72,30,1.166 +72,31,1.135 +72,32,1.058 +72,33,1.23 +72,34,1.112 +72,35,0.978 +72,36,0.91 +72,37,1.071 +72,38,0.828 +72,39,0.848 +72,40,0.78 +72,41,0.895 +72,42,0.834 +72,43,0.661 +72,44,0.612 +72,45,0.777 +72,46,1.357 +72,47,1.478 +72,48,1.579 +72,49,1.668 +72,50,1.204 +72,51,1.37 +72,52,1.424 +72,53,1.572 +72,54,1.093 +72,55,1.142 +72,56,1.258 +72,57,1.356 +72,58,0.917 +72,59,0.975 +72,60,1.11 +72,61,1.242 +72,62,0.517 +72,63,0.498 +72,64,0.678 +72,65,0.401 +72,66,0.344 +72,67,0.492 +72,68,0.281 +72,69,0.246 +72,70,0.349 +72,71,0.146 +72,72,0.066 +72,73,0.374 +72,74,0.681 +72,75,0.196 +72,76,0.567 +72,77,0.495 +72,78,0.659 +72,79,0.804 +72,80,0.479 +72,81,0.576 +72,82,0.706 +72,83,0.574 +72,84,0.765 +72,85,0.848 +72,86,0.864 +72,87,0.603 +72,88,0.803 +72,89,0.679 +72,90,0.872 +72,91,0.991 +72,92,0.811 +72,93,0.905 +72,94,0.997 +72,95,1.174 +72,96,0.962 +72,97,1.037 +72,98,1.126 +72,99,1.315 +72,100,1.433 +72,101,1.609 +72,102,1.085 +72,103,1.239 +72,104,1.373 +72,105,1.407 +72,106,1.585 +72,107,1.642 +72,108,1.25 +72,109,1.344 +72,110,0.488 +72,111,0.343 +72,112,0.508 +72,113,0.532 +72,114,0.467 +72,115,0.662 +72,116,0.748 +72,117,0.599 +72,118,0.75 +72,119,0.936 +72,120,1.107 +72,121,0.522 +72,122,1.636 +72,123,1.465 +72,124,0.949 +72,125,1.064 +72,126,1.227 +72,127,1.792 +72,128,2.058 +72,129,2.53 +72,130,1.655 +72,131,1.846 +72,132,1.452 +73,1,0.516 +73,2,0.651 +73,3,0.792 +73,4,0.924 +73,5,1.017 +73,6,0.381 +73,7,0.556 +73,8,0.695 +73,9,0.806 +73,10,0.94 +73,11,1.02 +73,12,0.695 +73,13,0.813 +73,14,0.914 +73,15,0.592 +73,16,0.703 +73,17,0.861 +73,18,0.669 +73,19,0.828 +73,20,0.957 +73,21,0.771 +73,22,0.804 +73,23,0.897 +73,24,1.141 +73,25,0.937 +73,26,0.987 +73,27,1.118 +73,28,1.123 +73,29,1.277 +73,30,1.235 +73,31,1.166 +73,32,1.09 +73,33,1.069 +73,34,1.181 +73,35,1.009 +73,36,0.942 +73,37,0.911 +73,38,0.896 +73,39,0.89 +73,40,0.804 +73,41,0.734 +73,42,0.903 +73,43,0.729 +73,44,0.643 +73,45,0.599 +73,46,1.232 +73,47,1.353 +73,48,1.353 +73,49,1.443 +73,50,1.017 +73,51,1.18 +73,52,1.199 +73,53,1.346 +73,54,0.868 +73,55,0.981 +73,56,1.032 +73,57,1.13 +73,58,0.692 +73,59,0.75 +73,60,0.884 +73,61,1.017 +73,62,0.586 +73,63,0.549 +73,64,0.485 +73,65,0.522 +73,66,0.465 +73,67,0.326 +73,68,0.402 +73,69,0.247 +73,70,0.183 +73,71,0.446 +73,72,0.374 +73,73,0.066 +73,74,0.408 +73,75,0.444 +73,76,0.256 +73,77,0.27 +73,78,0.434 +73,79,0.578 +73,80,0.192 +73,81,0.288 +73,82,0.418 +73,83,0.31 +73,84,0.517 +73,85,0.636 +73,86,0.651 +73,87,0.444 +73,88,0.628 +73,89,0.526 +73,90,0.719 +73,91,0.82 +73,92,0.658 +73,93,0.752 +73,94,0.844 +73,95,1.021 +73,96,0.81 +73,97,0.884 +73,98,0.973 +73,99,1.162 +73,100,1.28 +73,101,1.437 +73,102,0.932 +73,103,1.086 +73,104,1.22 +73,105,1.254 +73,106,1.432 +73,107,1.482 +73,108,1.097 +73,109,1.191 +73,110,0.601 +73,111,0.457 +73,112,0.372 +73,113,0.61 +73,114,0.545 +73,115,0.566 +73,116,0.826 +73,117,0.677 +73,118,0.695 +73,119,1.014 +73,120,1.173 +73,121,0.661 +73,122,1.483 +73,123,1.561 +73,124,1.088 +73,125,1.018 +73,126,1.305 +73,127,1.597 +73,128,1.863 +73,129,2.243 +73,130,1.462 +73,131,1.706 +73,132,1.507 +74,1,0.894 +74,2,1.03 +74,3,1.163 +74,4,1.242 +74,5,1.334 +74,6,0.76 +74,7,0.935 +74,8,1.04 +74,9,1.101 +74,10,1.235 +74,11,1.324 +74,12,0.998 +74,13,1.118 +74,14,1.219 +74,15,0.875 +74,16,1.006 +74,17,1.164 +74,18,0.951 +74,19,1.11 +74,20,1.24 +74,21,0.963 +74,22,1.029 +74,23,1.116 +74,24,1.36 +74,25,1.118 +74,26,1.206 +74,27,1.338 +74,28,1.303 +74,29,1.45 +74,30,1.502 +74,31,1.472 +74,32,1.409 +74,33,1.41 +74,34,1.448 +74,35,1.329 +74,36,1.262 +74,37,1.252 +74,38,1.163 +74,39,1.206 +74,40,1.123 +74,41,1.076 +74,42,1.023 +74,43,1.049 +74,44,0.963 +74,45,0.957 +74,46,1.574 +74,47,1.695 +74,48,1.732 +74,49,1.821 +74,50,1.385 +74,51,1.551 +74,52,1.577 +74,53,1.724 +74,54,1.246 +74,55,1.323 +74,56,1.411 +74,57,1.508 +74,58,1.07 +74,59,1.128 +74,60,1.262 +74,61,1.395 +74,62,0.905 +74,63,0.868 +74,64,0.831 +74,65,0.841 +74,66,0.784 +74,67,0.645 +74,68,0.721 +74,69,0.566 +74,70,0.502 +74,71,0.71 +74,72,0.674 +74,73,0.413 +74,74,0.066 +74,75,0.502 +74,76,0.422 +74,77,0.648 +74,78,0.812 +74,79,0.916 +74,80,0.507 +74,81,0.645 +74,82,0.769 +74,83,0.475 +74,84,0.714 +74,85,0.8 +74,86,0.815 +74,87,0.61 +74,88,0.793 +74,89,0.692 +74,90,0.885 +74,91,0.984 +74,92,0.824 +74,93,0.918 +74,94,1.01 +74,95,1.186 +74,96,0.975 +74,97,1.05 +74,98,1.138 +74,99,1.328 +74,100,1.446 +74,101,1.622 +74,102,1.098 +74,103,1.252 +74,104,1.386 +74,105,1.42 +74,106,1.598 +74,107,1.655 +74,108,1.263 +74,109,1.356 +74,110,0.659 +74,111,0.514 +74,112,0.521 +74,113,0.667 +74,114,0.603 +74,115,0.732 +74,116,0.884 +74,117,0.735 +74,118,0.86 +74,119,1.072 +74,120,1.492 +74,121,0.45 +74,122,1.648 +74,123,1.555 +74,124,0.991 +74,125,0.613 +74,126,1.006 +74,127,1.805 +74,128,2.07 +74,129,2.469 +74,130,1.84 +74,131,2.084 +74,132,1.787 +75,1,0.864 +75,2,1 +75,3,1.141 +75,4,1.271 +75,5,1.363 +75,6,0.73 +75,7,0.905 +75,8,1.043 +75,9,1.13 +75,10,1.264 +75,11,1.353 +75,12,1.026 +75,13,1.147 +75,14,1.248 +75,15,0.904 +75,16,1.035 +75,17,1.163 +75,18,0.84 +75,19,0.997 +75,20,1.126 +75,21,0.838 +75,22,0.915 +75,23,1.016 +75,24,1.26 +75,25,0.952 +75,26,1.1 +75,27,1.236 +75,28,1.118 +75,29,1.264 +75,30,1.289 +75,31,1.258 +75,32,1.181 +75,33,1.353 +75,34,1.235 +75,35,1.101 +75,36,1.034 +75,37,1.194 +75,38,0.951 +75,39,0.971 +75,40,0.903 +75,41,1.018 +75,42,0.958 +75,43,0.784 +75,44,0.735 +75,45,0.9 +75,46,1.48 +75,47,1.601 +75,48,1.702 +75,49,1.792 +75,50,1.327 +75,51,1.494 +75,52,1.547 +75,53,1.695 +75,54,1.216 +75,55,1.265 +75,56,1.381 +75,57,1.479 +75,58,1.04 +75,59,1.098 +75,60,1.233 +75,61,1.366 +75,62,0.64 +75,63,0.621 +75,64,0.801 +75,65,0.524 +75,66,0.467 +75,67,0.616 +75,68,0.404 +75,69,0.369 +75,70,0.472 +75,71,0.232 +75,72,0.196 +75,73,0.444 +75,74,0.508 +75,75,0.066 +75,76,0.394 +75,77,0.618 +75,78,0.782 +75,79,0.927 +75,80,0.536 +75,81,0.674 +75,82,0.798 +75,83,0.401 +75,84,0.592 +75,85,0.675 +75,86,0.691 +75,87,0.43 +75,88,0.63 +75,89,0.506 +75,90,0.699 +75,91,0.818 +75,92,0.638 +75,93,0.732 +75,94,0.824 +75,95,1.001 +75,96,0.79 +75,97,0.864 +75,98,0.953 +75,99,1.142 +75,100,1.26 +75,101,1.436 +75,102,0.912 +75,103,1.066 +75,104,1.2 +75,105,1.234 +75,106,1.412 +75,107,1.469 +75,108,1.077 +75,109,1.171 +75,110,0.315 +75,111,0.17 +75,112,0.335 +75,113,0.359 +75,114,0.294 +75,115,0.489 +75,116,0.576 +75,117,0.426 +75,118,0.577 +75,119,0.763 +75,120,1.23 +75,121,0.585 +75,122,1.463 +75,123,1.577 +75,124,1.012 +75,125,1.094 +75,126,1.054 +75,127,1.619 +75,128,1.885 +75,129,2.369 +75,130,1.778 +75,131,1.969 +75,132,1.575 +76,1,0.658 +76,2,0.794 +76,3,0.914 +76,4,0.997 +76,5,1.09 +76,6,0.524 +76,7,0.699 +76,8,0.791 +76,9,0.856 +76,10,0.99 +76,11,1.079 +76,12,0.753 +76,13,0.874 +76,14,0.974 +76,15,0.626 +76,16,0.761 +76,17,0.919 +76,18,0.672 +76,19,0.828 +76,20,0.958 +76,21,0.67 +76,22,0.747 +76,23,0.848 +76,24,1.092 +76,25,0.802 +76,26,0.935 +76,27,1.068 +76,28,0.967 +76,29,1.113 +76,30,1.438 +76,31,1.342 +76,32,1.266 +76,33,1.211 +76,34,1.384 +76,35,1.191 +76,36,1.118 +76,37,1.053 +76,38,1.099 +76,39,1.093 +76,40,0.966 +76,41,0.877 +76,42,1.106 +76,43,0.932 +76,44,0.846 +76,45,0.741 +76,46,1.374 +76,47,1.496 +76,48,1.496 +76,49,1.586 +76,50,1.16 +76,51,1.323 +76,52,1.341 +76,53,1.489 +76,54,1.01 +76,55,1.124 +76,56,1.175 +76,57,1.273 +76,58,0.834 +76,59,0.892 +76,60,1.027 +76,61,1.16 +76,62,0.789 +76,63,0.752 +76,64,0.627 +76,65,0.724 +76,66,0.668 +76,67,0.529 +76,68,0.605 +76,69,0.45 +76,70,0.386 +76,71,0.603 +76,72,0.567 +76,73,0.256 +76,74,0.432 +76,75,0.394 +76,76,0.066 +76,77,0.412 +76,78,0.567 +76,79,0.667 +76,80,0.258 +76,81,0.396 +76,82,0.52 +76,83,0.23 +76,84,0.424 +76,85,0.507 +76,86,0.523 +76,87,0.28 +76,88,0.48 +76,89,0.356 +76,90,0.548 +76,91,0.668 +76,92,0.488 +76,93,0.582 +76,94,0.674 +76,95,0.85 +76,96,0.639 +76,97,0.713 +76,98,0.802 +76,99,0.992 +76,100,1.11 +76,101,1.286 +76,102,0.762 +76,103,0.916 +76,104,1.049 +76,105,1.083 +76,106,1.262 +76,107,1.319 +76,108,0.927 +76,109,1.02 +76,110,0.552 +76,111,0.407 +76,112,0.201 +76,113,0.5 +76,114,0.435 +76,115,0.396 +76,116,0.716 +76,117,0.567 +76,118,0.524 +76,119,0.904 +76,120,1.376 +76,121,0.798 +76,122,1.312 +76,123,1.764 +76,124,1.225 +76,125,1.042 +76,126,1.195 +76,127,1.468 +76,128,1.734 +76,129,2.201 +76,130,1.604 +76,131,1.848 +76,132,1.677 +77,1,0.266 +77,2,0.402 +77,3,0.543 +77,4,0.674 +77,5,0.768 +77,6,0.132 +77,7,0.307 +77,8,0.445 +77,9,0.561 +77,10,0.699 +77,11,0.788 +77,12,0.509 +77,13,0.646 +77,14,0.747 +77,15,0.542 +77,16,0.634 +77,17,0.787 +77,18,0.618 +77,19,0.777 +77,20,0.901 +77,21,0.732 +77,22,0.753 +77,23,0.86 +77,24,1.089 +77,25,0.887 +77,26,0.95 +77,27,1.081 +77,28,1.086 +77,29,1.24 +77,30,1.18 +77,31,1.081 +77,32,1.005 +77,33,0.95 +77,34,1.125 +77,35,0.93 +77,36,0.857 +77,37,0.792 +77,38,0.887 +77,39,0.849 +77,40,0.705 +77,41,0.616 +77,42,0.958 +77,43,0.72 +77,44,0.626 +77,45,0.48 +77,46,1.085 +77,47,1.107 +77,48,1.104 +77,49,1.194 +77,50,0.768 +77,51,0.931 +77,52,0.949 +77,53,1.097 +77,54,0.618 +77,55,0.8 +77,56,0.783 +77,57,0.881 +77,58,0.442 +77,59,0.5 +77,60,0.635 +77,61,0.768 +77,62,0.655 +77,63,0.531 +77,64,0.378 +77,65,0.61 +77,66,0.553 +77,67,0.413 +77,68,0.49 +77,69,0.335 +77,70,0.271 +77,71,0.568 +77,72,0.495 +77,73,0.27 +77,74,0.643 +77,75,0.618 +77,76,0.412 +77,77,0.067 +77,78,0.177 +77,79,0.392 +77,80,0.17 +77,81,0.261 +77,82,0.392 +77,83,0.291 +77,84,0.49 +77,85,0.617 +77,86,0.633 +77,87,0.426 +77,88,0.61 +77,89,0.561 +77,90,0.748 +77,91,0.801 +77,92,0.693 +77,93,0.787 +77,94,0.879 +77,95,1.021 +77,96,0.844 +77,97,0.919 +77,98,1.008 +77,99,1.197 +77,100,1.263 +77,101,1.4 +77,102,0.967 +77,103,1.121 +77,104,1.255 +77,105,1.289 +77,106,1.467 +77,107,1.445 +77,108,1.132 +77,109,1.226 +77,110,0.836 +77,111,0.692 +77,112,0.499 +77,113,0.797 +77,114,0.733 +77,115,0.668 +77,116,1.014 +77,117,0.865 +77,118,0.796 +77,119,1.2 +77,120,1.155 +77,121,0.783 +77,122,1.518 +77,123,1.543 +77,124,1.21 +77,125,1.253 +77,126,1.492 +77,127,1.56 +77,128,1.818 +77,129,2.187 +77,130,1.212 +77,131,1.456 +77,132,1.416 +78,1,0.342 +78,2,0.278 +78,3,0.412 +78,4,0.55 +78,5,0.644 +78,6,0.267 +78,7,0.173 +78,8,0.298 +78,9,0.414 +78,10,0.552 +78,11,0.64 +78,12,0.36 +78,13,0.497 +78,14,0.598 +78,15,0.393 +78,16,0.485 +78,17,0.639 +78,18,0.47 +78,19,0.629 +78,20,0.753 +78,21,0.6 +78,22,0.605 +78,23,0.712 +78,24,0.94 +78,25,0.738 +78,26,0.802 +78,27,0.933 +78,28,0.938 +78,29,1.092 +78,30,1.247 +78,31,1.148 +78,32,1.072 +78,33,0.949 +78,34,1.192 +78,35,0.997 +78,36,0.924 +78,37,0.859 +78,38,0.942 +78,39,0.916 +78,40,0.772 +78,41,0.683 +78,42,0.949 +78,43,0.776 +78,44,0.694 +78,45,0.548 +78,46,1.07 +78,47,1.014 +78,48,1.01 +78,49,1.1 +78,50,0.753 +78,51,0.84 +78,52,0.856 +78,53,1.003 +78,54,0.603 +78,55,0.707 +78,56,0.69 +78,57,0.787 +78,58,0.463 +78,59,0.44 +78,60,0.541 +78,61,0.674 +78,62,0.632 +78,63,0.6 +78,64,0.46 +78,65,0.712 +78,66,0.656 +78,67,0.39 +78,68,0.654 +78,69,0.499 +78,70,0.435 +78,71,0.732 +78,72,0.659 +78,73,0.434 +78,74,0.807 +78,75,0.782 +78,76,0.569 +78,77,0.177 +78,78,0.066 +78,79,0.233 +78,80,0.325 +78,81,0.244 +78,82,0.261 +78,83,0.446 +78,84,0.384 +78,85,0.492 +78,86,0.508 +78,87,0.581 +78,88,0.511 +78,89,0.71 +78,90,0.649 +78,91,0.676 +78,92,0.839 +78,93,0.854 +78,94,0.824 +78,95,0.872 +78,96,0.981 +78,97,0.986 +78,98,1.075 +78,99,1.066 +78,100,1.114 +78,101,1.252 +78,102,1.104 +78,103,1.254 +78,104,1.289 +78,105,1.244 +78,106,1.384 +78,107,1.297 +78,108,1.269 +78,109,1.359 +78,110,1 +78,111,0.856 +78,112,0.654 +78,113,0.952 +78,114,0.888 +78,115,0.823 +78,116,1.169 +78,117,1.02 +78,118,0.952 +78,119,1.337 +78,120,1.222 +78,121,0.947 +78,122,1.488 +78,123,1.61 +78,124,1.374 +78,125,1.417 +78,126,1.648 +78,127,1.412 +78,128,1.669 +78,129,2.039 +78,130,1.119 +78,131,1.363 +78,132,1.483 +79,1,0.469 +79,2,0.398 +79,3,0.308 +79,4,0.42 +79,5,0.513 +79,6,0.439 +79,7,0.308 +79,8,0.163 +79,9,0.279 +79,10,0.417 +79,11,0.506 +79,12,0.166 +79,13,0.303 +79,14,0.404 +79,15,0.284 +79,16,0.376 +79,17,0.53 +79,18,0.36 +79,19,0.52 +79,20,0.644 +79,21,0.485 +79,22,0.496 +79,23,0.603 +79,24,0.831 +79,25,0.629 +79,26,0.693 +79,27,0.824 +79,28,0.829 +79,29,0.982 +79,30,1.374 +79,31,1.276 +79,32,1.199 +79,33,1.035 +79,34,1.32 +79,35,1.124 +79,36,1.051 +79,37,0.954 +79,38,1.114 +79,39,1.044 +79,40,0.9 +79,41,0.81 +79,42,1.121 +79,43,0.947 +79,44,0.83 +79,45,0.675 +79,46,1.141 +79,47,0.988 +79,48,0.931 +79,49,1.021 +79,50,0.839 +79,51,0.814 +79,52,0.777 +79,53,0.919 +79,54,0.689 +79,55,0.68 +79,56,0.608 +79,57,0.698 +79,58,0.579 +79,59,0.526 +79,60,0.489 +79,61,0.581 +79,62,0.804 +79,63,0.761 +79,64,0.608 +79,65,0.884 +79,66,0.827 +79,67,0.562 +79,68,0.799 +79,69,0.644 +79,70,0.58 +79,71,0.877 +79,72,0.804 +79,73,0.578 +79,74,0.909 +79,75,0.927 +79,76,0.667 +79,77,0.377 +79,78,0.226 +79,79,0.065 +79,80,0.444 +79,81,0.296 +79,82,0.173 +79,83,0.544 +79,84,0.423 +79,85,0.389 +79,86,0.464 +79,87,0.679 +79,88,0.529 +79,89,0.725 +79,90,0.655 +79,91,0.629 +79,92,0.854 +79,93,0.869 +79,94,0.808 +79,95,0.763 +79,96,0.996 +79,97,1.001 +79,98,1.09 +79,99,0.957 +79,100,1.005 +79,101,1.143 +79,102,1.119 +79,103,1.269 +79,104,1.18 +79,105,1.135 +79,106,1.275 +79,107,1.188 +79,108,1.284 +79,109,1.374 +79,110,1.102 +79,111,0.958 +79,112,0.752 +79,113,1.05 +79,114,0.986 +79,115,0.852 +79,116,1.267 +79,117,1.118 +79,118,0.97 +79,119,1.352 +79,120,1.385 +79,121,1.092 +79,122,1.379 +79,123,1.773 +79,124,1.519 +79,125,1.519 +79,126,1.745 +79,127,1.303 +79,128,1.56 +79,129,1.93 +79,130,1.092 +79,131,1.337 +79,132,1.578 +80,1,0.422 +80,2,0.558 +80,3,0.68 +80,4,0.81 +80,5,0.903 +80,6,0.288 +80,7,0.462 +80,8,0.566 +80,9,0.669 +80,10,0.803 +80,11,0.884 +80,12,0.559 +80,13,0.677 +80,14,0.778 +80,15,0.456 +80,16,0.567 +80,17,0.725 +80,18,0.532 +80,19,0.692 +80,20,0.821 +80,21,0.624 +80,22,0.668 +80,23,0.761 +80,24,1.005 +80,25,0.779 +80,26,0.851 +80,27,0.982 +80,28,0.987 +80,29,1.14 +80,30,1.336 +80,31,1.238 +80,32,1.161 +80,33,1.107 +80,34,1.282 +80,35,1.086 +80,36,1.013 +80,37,0.948 +80,38,1.011 +80,39,1.006 +80,40,0.862 +80,41,0.772 +80,42,1.018 +80,43,0.844 +80,44,0.758 +80,45,0.637 +80,46,1.241 +80,47,1.264 +80,48,1.26 +80,49,1.35 +80,50,0.924 +80,51,1.087 +80,52,1.106 +80,53,1.253 +80,54,0.774 +80,55,0.956 +80,56,0.939 +80,57,1.037 +80,58,0.598 +80,59,0.656 +80,60,0.791 +80,61,0.924 +80,62,0.701 +80,63,0.664 +80,64,0.534 +80,65,0.637 +80,66,0.58 +80,67,0.441 +80,68,0.517 +80,69,0.362 +80,70,0.298 +80,71,0.562 +80,72,0.489 +80,73,0.201 +80,74,0.5 +80,75,0.536 +80,76,0.258 +80,77,0.17 +80,78,0.323 +80,79,0.442 +80,80,0.067 +80,81,0.152 +80,82,0.282 +80,83,0.135 +80,84,0.367 +80,85,0.461 +80,86,0.477 +80,87,0.27 +80,88,0.454 +80,89,0.405 +80,90,0.592 +80,91,0.645 +80,92,0.537 +80,93,0.631 +80,94,0.724 +80,95,0.898 +80,96,0.689 +80,97,0.763 +80,98,0.852 +80,99,1.042 +80,100,1.159 +80,101,1.301 +80,102,0.811 +80,103,0.965 +80,104,1.099 +80,105,1.133 +80,106,1.311 +80,107,1.346 +80,108,0.976 +80,109,1.07 +80,110,0.693 +80,111,0.549 +80,112,0.343 +80,113,0.641 +80,114,0.577 +80,115,0.512 +80,116,0.858 +80,117,0.709 +80,118,0.64 +80,119,1.044 +80,120,1.288 +80,121,0.776 +80,122,1.362 +80,123,1.676 +80,124,1.204 +80,125,1.109 +80,126,1.336 +80,127,1.461 +80,128,1.727 +80,129,2.107 +80,130,1.368 +80,131,1.613 +80,132,1.572 +81,1,0.489 +81,2,0.511 +81,3,0.534 +81,4,0.664 +81,5,0.756 +81,6,0.38 +81,7,0.407 +81,8,0.419 +81,9,0.523 +81,10,0.657 +81,11,0.737 +81,12,0.412 +81,13,0.53 +81,14,0.631 +81,15,0.309 +81,16,0.42 +81,17,0.578 +81,18,0.386 +81,19,0.545 +81,20,0.674 +81,21,0.488 +81,22,0.521 +81,23,0.614 +81,24,0.858 +81,25,0.654 +81,26,0.704 +81,27,0.835 +81,28,0.84 +81,29,0.994 +81,30,1.394 +81,31,1.295 +81,32,1.219 +81,33,1.131 +81,34,1.339 +81,35,1.144 +81,36,1.071 +81,37,1.006 +81,38,1.089 +81,39,1.063 +81,40,0.919 +81,41,0.83 +81,42,1.096 +81,43,0.922 +81,44,0.841 +81,45,0.694 +81,46,1.252 +81,47,1.213 +81,48,1.179 +81,49,1.269 +81,50,0.935 +81,51,1.039 +81,52,1.024 +81,53,1.167 +81,54,0.785 +81,55,0.906 +81,56,0.855 +81,57,0.946 +81,58,0.61 +81,59,0.666 +81,60,0.737 +81,61,0.829 +81,62,0.779 +81,63,0.746 +81,64,0.607 +81,65,0.724 +81,66,0.667 +81,67,0.528 +81,68,0.604 +81,69,0.449 +81,70,0.385 +81,71,0.648 +81,72,0.576 +81,73,0.288 +81,74,0.64 +81,75,0.676 +81,76,0.398 +81,77,0.261 +81,78,0.252 +81,79,0.295 +81,80,0.154 +81,81,0.066 +81,82,0.136 +81,83,0.275 +81,84,0.234 +81,85,0.367 +81,86,0.383 +81,87,0.41 +81,88,0.36 +81,89,0.546 +81,90,0.499 +81,91,0.551 +81,92,0.677 +81,93,0.704 +81,94,0.699 +81,95,0.788 +81,96,0.829 +81,97,0.836 +81,98,0.924 +81,99,0.982 +81,100,1.016 +81,101,1.154 +81,102,0.952 +81,103,1.104 +81,104,1.205 +81,105,1.16 +81,106,1.286 +81,107,1.199 +81,108,1.117 +81,109,1.208 +81,110,0.834 +81,111,0.689 +81,112,0.483 +81,113,0.782 +81,114,0.717 +81,115,0.652 +81,116,0.998 +81,117,0.849 +81,118,0.781 +81,119,1.184 +81,120,1.368 +81,121,0.863 +81,122,1.404 +81,123,1.756 +81,124,1.29 +81,125,1.25 +81,126,1.477 +81,127,1.314 +81,128,1.58 +81,129,1.96 +81,130,1.318 +81,131,1.562 +81,132,1.63 +82,1,0.588 +82,2,0.521 +82,3,0.452 +82,4,0.552 +82,5,0.644 +82,6,0.51 +82,7,0.419 +82,8,0.307 +82,9,0.411 +82,10,0.545 +82,11,0.608 +82,12,0.28 +82,13,0.401 +82,14,0.502 +82,15,0.177 +82,16,0.288 +82,17,0.446 +82,18,0.254 +82,19,0.413 +82,20,0.542 +82,21,0.356 +82,22,0.389 +82,23,0.482 +82,24,0.726 +82,25,0.522 +82,26,0.572 +82,27,0.703 +82,28,0.708 +82,29,0.862 +82,30,1.492 +82,31,1.394 +82,32,1.318 +82,33,1.179 +82,34,1.438 +82,35,1.243 +82,36,1.17 +82,37,1.098 +82,38,1.188 +82,39,1.162 +82,40,1.018 +82,41,0.929 +82,42,1.195 +82,43,1.021 +82,44,0.94 +82,45,0.793 +82,46,1.286 +82,47,1.132 +82,48,1.075 +82,49,1.165 +82,50,0.983 +82,51,0.958 +82,52,0.921 +82,53,1.063 +82,54,0.833 +82,55,0.824 +82,56,0.752 +82,57,0.842 +82,58,0.708 +82,59,0.67 +82,60,0.633 +82,61,0.726 +82,62,0.878 +82,63,0.845 +82,64,0.706 +82,65,0.854 +82,66,0.797 +82,67,0.636 +82,68,0.734 +82,69,0.579 +82,70,0.515 +82,71,0.779 +82,72,0.706 +82,73,0.418 +82,74,0.762 +82,75,0.798 +82,76,0.52 +82,77,0.392 +82,78,0.264 +82,79,0.183 +82,80,0.284 +82,81,0.136 +82,82,0.066 +82,83,0.397 +82,84,0.276 +82,85,0.26 +82,86,0.335 +82,87,0.532 +82,88,0.4 +82,89,0.596 +82,90,0.526 +82,91,0.5 +82,92,0.725 +82,93,0.74 +82,94,0.678 +82,95,0.656 +82,96,0.867 +82,97,0.872 +82,98,0.96 +82,99,0.85 +82,100,0.884 +82,101,1.022 +82,102,0.99 +82,103,1.14 +82,104,1.073 +82,105,1.028 +82,106,1.154 +82,107,1.067 +82,108,1.155 +82,109,1.244 +82,110,0.955 +82,111,0.811 +82,112,0.605 +82,113,0.903 +82,114,0.839 +82,115,0.722 +82,116,1.12 +82,117,0.971 +82,118,0.841 +82,119,1.222 +82,120,1.467 +82,121,0.994 +82,122,1.272 +82,123,1.855 +82,124,1.421 +82,125,1.371 +82,126,1.598 +82,127,1.182 +82,128,1.448 +82,129,1.828 +82,130,1.236 +82,131,1.481 +82,132,1.722 +83,1,0.544 +83,2,0.679 +83,3,0.791 +83,4,0.87 +83,5,0.962 +83,6,0.409 +83,7,0.583 +83,8,0.668 +83,9,0.729 +83,10,0.863 +83,11,0.952 +83,12,0.625 +83,13,0.746 +83,14,0.847 +83,15,0.503 +83,16,0.634 +83,17,0.791 +83,18,0.499 +83,19,0.656 +83,20,0.785 +83,21,0.497 +83,22,0.574 +83,23,0.675 +83,24,0.919 +83,25,0.652 +83,26,0.762 +83,27,0.895 +83,28,0.882 +83,29,1.028 +83,30,1.457 +83,31,1.359 +83,32,1.282 +83,33,1.228 +83,34,1.403 +83,35,1.207 +83,36,1.135 +83,37,1.07 +83,38,1.133 +83,39,1.127 +83,40,0.983 +83,41,0.894 +83,42,1.14 +83,43,0.966 +83,44,0.88 +83,45,0.758 +83,46,1.363 +83,47,1.385 +83,48,1.381 +83,49,1.471 +83,50,1.045 +83,51,1.208 +83,52,1.227 +83,53,1.374 +83,54,0.896 +83,55,1.078 +83,56,1.06 +83,57,1.158 +83,58,0.72 +83,59,0.778 +83,60,0.912 +83,61,1.045 +83,62,0.822 +83,63,0.785 +83,64,0.656 +83,65,0.758 +83,66,0.701 +83,67,0.562 +83,68,0.638 +83,69,0.484 +83,70,0.419 +83,71,0.61 +83,72,0.574 +83,73,0.309 +83,74,0.481 +83,75,0.401 +83,76,0.233 +83,77,0.291 +83,78,0.444 +83,79,0.544 +83,80,0.135 +83,81,0.273 +83,82,0.397 +83,83,0.067 +83,84,0.251 +83,85,0.334 +83,86,0.35 +83,87,0.135 +83,88,0.319 +83,89,0.27 +83,90,0.457 +83,91,0.518 +83,92,0.402 +83,93,0.496 +83,94,0.588 +83,95,0.765 +83,96,0.554 +83,97,0.628 +83,98,0.717 +83,99,0.906 +83,100,1.024 +83,101,1.2 +83,102,0.676 +83,103,0.83 +83,104,0.964 +83,105,0.998 +83,106,1.176 +83,107,1.233 +83,108,0.841 +83,109,0.935 +83,110,0.558 +83,111,0.414 +83,112,0.208 +83,113,0.506 +83,114,0.442 +83,115,0.377 +83,116,0.723 +83,117,0.574 +83,118,0.505 +83,119,0.909 +83,120,1.409 +83,121,0.847 +83,122,1.227 +83,123,1.797 +83,124,1.274 +83,125,1.09 +83,126,1.201 +83,127,1.374 +83,128,1.64 +83,129,2.028 +83,130,1.49 +83,131,1.734 +83,132,1.694 +84,1,0.71 +84,2,0.645 +84,3,0.67 +84,4,0.758 +84,5,0.85 +84,6,0.609 +84,7,0.541 +84,8,0.547 +84,9,0.617 +84,10,0.751 +84,11,0.84 +84,12,0.513 +84,13,0.634 +84,14,0.735 +84,15,0.382 +84,16,0.522 +84,17,0.679 +84,18,0.357 +84,19,0.513 +84,20,0.642 +84,21,0.355 +84,22,0.431 +84,23,0.532 +84,24,0.776 +84,25,0.51 +84,26,0.619 +84,27,0.752 +84,28,0.755 +84,29,0.911 +84,30,1.614 +84,31,1.516 +84,32,1.439 +84,33,1.31 +84,34,1.56 +84,35,1.364 +84,36,1.292 +84,37,1.227 +84,38,1.31 +84,39,1.284 +84,40,1.14 +84,41,1.051 +84,42,1.317 +84,43,1.143 +84,44,1.062 +84,45,0.915 +84,46,1.432 +84,47,1.349 +84,48,1.315 +84,49,1.381 +84,50,1.114 +84,51,1.175 +84,52,1.16 +84,53,1.274 +84,54,0.964 +84,55,1.042 +84,56,0.991 +84,57,1.053 +84,58,0.83 +84,59,0.802 +84,60,0.873 +84,61,0.936 +84,62,1 +84,63,0.967 +84,64,0.828 +84,65,0.952 +84,66,0.896 +84,67,0.757 +84,68,0.833 +84,69,0.678 +84,70,0.614 +84,71,0.801 +84,72,0.765 +84,73,0.517 +84,74,0.714 +84,75,0.592 +84,76,0.424 +84,77,0.49 +84,78,0.385 +84,79,0.423 +84,80,0.367 +84,81,0.234 +84,82,0.276 +84,83,0.251 +84,84,0.067 +84,85,0.192 +84,86,0.207 +84,87,0.318 +84,88,0.176 +84,89,0.376 +84,90,0.314 +84,91,0.376 +84,92,0.504 +84,93,0.52 +84,94,0.524 +84,95,0.628 +84,96,0.647 +84,97,0.651 +84,98,0.74 +84,99,0.822 +84,100,0.932 +84,101,1.071 +84,102,0.769 +84,103,0.919 +84,104,1.045 +84,105,1 +84,106,1.178 +84,107,1.116 +84,108,0.934 +84,109,1.024 +84,110,0.749 +84,111,0.605 +84,112,0.399 +84,113,0.697 +84,114,0.633 +84,115,0.502 +84,116,0.914 +84,117,0.765 +84,118,0.62 +84,119,1.002 +84,120,1.589 +84,121,1.079 +84,122,1.244 +84,123,1.977 +84,124,1.506 +84,125,1.323 +84,126,1.392 +84,127,1.231 +84,128,1.497 +84,129,1.885 +84,130,1.454 +84,131,1.698 +84,132,1.851 +85,1,0.795 +85,2,0.726 +85,3,0.658 +85,4,0.72 +85,5,0.812 +85,6,0.721 +85,7,0.627 +85,8,0.513 +85,9,0.579 +85,10,0.713 +85,11,0.778 +85,12,0.475 +85,13,0.572 +85,14,0.673 +85,15,0.347 +85,16,0.454 +85,17,0.556 +85,18,0.233 +85,19,0.389 +85,20,0.518 +85,21,0.231 +85,22,0.307 +85,23,0.408 +85,24,0.652 +85,25,0.397 +85,26,0.495 +85,27,0.628 +85,28,0.631 +85,29,0.787 +85,30,1.7 +85,31,1.602 +85,32,1.525 +85,33,1.384 +85,34,1.646 +85,35,1.45 +85,36,1.378 +85,37,1.303 +85,38,1.396 +85,39,1.37 +85,40,1.226 +85,41,1.136 +85,42,1.403 +85,43,1.229 +85,44,1.147 +85,45,1.001 +85,46,1.491 +85,47,1.337 +85,48,1.281 +85,49,1.343 +85,50,1.188 +85,51,1.163 +85,52,1.126 +85,53,1.236 +85,54,1.038 +85,55,1.03 +85,56,0.957 +85,57,1.015 +85,58,0.916 +85,59,0.876 +85,60,0.839 +85,61,0.898 +85,62,1.086 +85,63,1.053 +85,64,0.913 +85,65,1.078 +85,66,1.021 +85,67,0.844 +85,68,0.958 +85,69,0.804 +85,70,0.739 +85,71,0.884 +85,72,0.848 +85,73,0.628 +85,74,0.8 +85,75,0.675 +85,76,0.507 +85,77,0.611 +85,78,0.495 +85,79,0.389 +85,80,0.455 +85,81,0.367 +85,82,0.267 +85,83,0.334 +85,84,0.192 +85,85,0.066 +85,86,0.172 +85,87,0.401 +85,88,0.242 +85,89,0.438 +85,90,0.368 +85,91,0.374 +85,92,0.566 +85,93,0.582 +85,94,0.536 +85,95,0.531 +85,96,0.709 +85,97,0.713 +85,98,0.802 +85,99,0.725 +85,100,0.808 +85,101,0.947 +85,102,0.832 +85,103,0.982 +85,104,0.948 +85,105,0.903 +85,106,1.078 +85,107,0.992 +85,108,0.997 +85,109,1.086 +85,110,0.832 +85,111,0.688 +85,112,0.482 +85,113,0.78 +85,114,0.716 +85,115,0.564 +85,116,0.985 +85,117,0.836 +85,118,0.683 +85,119,1.064 +85,120,1.675 +85,121,1.166 +85,122,1.147 +85,123,2.063 +85,124,1.593 +85,125,1.41 +85,126,1.463 +85,127,1.107 +85,128,1.373 +85,129,1.761 +85,130,1.442 +85,131,1.686 +85,132,1.927 +86,1,0.834 +86,2,0.77 +86,3,0.735 +86,4,0.797 +86,5,0.867 +86,6,0.745 +86,7,0.666 +86,8,0.59 +86,9,0.656 +86,10,0.768 +86,11,0.808 +86,12,0.549 +86,13,0.601 +86,14,0.702 +86,15,0.404 +86,16,0.483 +86,17,0.585 +86,18,0.262 +86,19,0.418 +86,20,0.547 +86,21,0.263 +86,22,0.337 +86,23,0.438 +86,24,0.682 +86,25,0.429 +86,26,0.527 +86,27,0.659 +86,28,0.663 +86,29,0.818 +86,30,1.739 +86,31,1.641 +86,32,1.564 +86,33,1.433 +86,34,1.685 +86,35,1.489 +86,36,1.417 +86,37,1.352 +86,38,1.435 +86,39,1.409 +86,40,1.265 +86,41,1.176 +86,42,1.442 +86,43,1.268 +86,44,1.186 +86,45,1.04 +86,46,1.554 +86,47,1.415 +86,48,1.358 +86,49,1.42 +86,50,1.237 +86,51,1.241 +86,52,1.204 +86,53,1.313 +86,54,1.087 +86,55,1.108 +86,56,1.035 +86,57,1.092 +86,58,0.955 +86,59,0.924 +86,60,0.916 +86,61,0.976 +86,62,1.125 +86,63,1.092 +86,64,0.952 +86,65,1.094 +86,66,1.037 +86,67,0.883 +86,68,0.974 +86,69,0.819 +86,70,0.755 +86,71,0.9 +86,72,0.864 +86,73,0.644 +86,74,0.816 +86,75,0.691 +86,76,0.523 +86,77,0.626 +86,78,0.51 +86,79,0.466 +86,80,0.471 +86,81,0.382 +86,82,0.344 +86,83,0.35 +86,84,0.207 +86,85,0.172 +86,86,0.043 +86,87,0.386 +86,88,0.158 +86,89,0.354 +86,90,0.284 +86,91,0.304 +86,92,0.482 +86,93,0.498 +86,94,0.452 +86,95,0.557 +86,96,0.625 +86,97,0.629 +86,98,0.718 +86,99,0.751 +86,100,0.84 +86,101,0.978 +86,102,0.748 +86,103,0.898 +86,104,0.974 +86,105,0.929 +86,106,1.107 +86,107,1.023 +86,108,0.913 +86,109,1.002 +86,110,0.798 +86,111,0.704 +86,112,0.498 +86,113,0.742 +86,114,0.678 +86,115,0.48 +86,116,0.901 +86,117,0.752 +86,118,0.599 +86,119,0.98 +86,120,1.714 +86,121,1.181 +86,122,1.173 +86,123,2.102 +86,124,1.608 +86,125,1.425 +86,126,1.379 +86,127,1.138 +86,128,1.404 +86,129,1.79 +86,130,1.52 +86,131,1.764 +86,132,1.976 +87,1,0.679 +87,2,0.814 +87,3,0.926 +87,4,1.004 +87,5,1.097 +87,6,0.544 +87,7,0.718 +87,8,0.803 +87,9,0.864 +87,10,0.998 +87,11,1.086 +87,12,0.76 +87,13,0.881 +87,14,0.982 +87,15,0.638 +87,16,0.768 +87,17,0.889 +87,18,0.566 +87,19,0.722 +87,20,0.852 +87,21,0.501 +87,22,0.641 +87,23,0.742 +87,24,0.986 +87,25,0.624 +87,26,0.772 +87,27,0.915 +87,28,0.79 +87,29,0.936 +87,30,1.592 +87,31,1.494 +87,32,1.417 +87,33,1.363 +87,34,1.538 +87,35,1.342 +87,36,1.27 +87,37,1.205 +87,38,1.268 +87,39,1.262 +87,40,1.118 +87,41,1.028 +87,42,1.274 +87,43,1.101 +87,44,1.015 +87,45,0.893 +87,46,1.498 +87,47,1.52 +87,48,1.516 +87,49,1.606 +87,50,1.18 +87,51,1.343 +87,52,1.362 +87,53,1.509 +87,54,1.03 +87,55,1.212 +87,56,1.195 +87,57,1.293 +87,58,0.855 +87,59,0.912 +87,60,1.047 +87,61,1.18 +87,62,0.957 +87,63,0.92 +87,64,0.79 +87,65,0.893 +87,66,0.836 +87,67,0.697 +87,68,0.773 +87,69,0.618 +87,70,0.554 +87,71,0.639 +87,72,0.603 +87,73,0.444 +87,74,0.616 +87,75,0.43 +87,76,0.28 +87,77,0.426 +87,78,0.579 +87,79,0.679 +87,80,0.27 +87,81,0.408 +87,82,0.532 +87,83,0.135 +87,84,0.318 +87,85,0.401 +87,86,0.381 +87,87,0.066 +87,88,0.287 +87,89,0.178 +87,90,0.371 +87,91,0.49 +87,92,0.31 +87,93,0.404 +87,94,0.497 +87,95,0.673 +87,96,0.462 +87,97,0.536 +87,98,0.625 +87,99,0.815 +87,100,0.932 +87,101,1.108 +87,102,0.584 +87,103,0.738 +87,104,0.872 +87,105,0.906 +87,106,1.084 +87,107,1.141 +87,108,0.75 +87,109,0.843 +87,110,0.588 +87,111,0.443 +87,112,0.237 +87,113,0.536 +87,114,0.471 +87,115,0.304 +87,116,0.729 +87,117,0.58 +87,118,0.426 +87,119,0.817 +87,120,1.544 +87,121,0.982 +87,122,1.135 +87,123,1.932 +87,124,1.409 +87,125,1.225 +87,126,1.207 +87,127,1.291 +87,128,1.557 +87,129,2.06 +87,130,1.624 +87,131,1.869 +87,132,1.828 +88,1,0.836 +88,2,0.771 +88,3,0.796 +88,4,0.87 +88,5,0.94 +88,6,0.728 +88,7,0.667 +88,8,0.664 +88,9,0.73 +88,10,0.841 +88,11,0.881 +88,12,0.622 +88,13,0.674 +88,14,0.775 +88,15,0.478 +88,16,0.556 +88,17,0.658 +88,18,0.335 +88,19,0.492 +88,20,0.621 +88,21,0.269 +88,22,0.41 +88,23,0.511 +88,24,0.755 +88,25,0.424 +88,26,0.571 +88,27,0.714 +88,28,0.695 +88,29,0.855 +88,30,1.74 +88,31,1.642 +88,32,1.566 +88,33,1.436 +88,34,1.686 +88,35,1.491 +88,36,1.418 +88,37,1.353 +88,38,1.436 +88,39,1.41 +88,40,1.266 +88,41,1.177 +88,42,1.443 +88,43,1.269 +88,44,1.188 +88,45,1.041 +88,46,1.558 +88,47,1.475 +88,48,1.432 +88,49,1.494 +88,50,1.24 +88,51,1.301 +88,52,1.277 +88,53,1.386 +88,54,1.091 +88,55,1.168 +88,56,1.108 +88,57,1.166 +88,58,0.956 +88,59,0.928 +88,60,0.99 +88,61,1.049 +88,62,1.126 +88,63,1.093 +88,64,0.954 +88,65,1.077 +88,66,1.02 +88,67,0.881 +88,68,0.957 +88,69,0.802 +88,70,0.738 +88,71,0.83 +88,72,0.794 +88,73,0.628 +88,74,0.8 +88,75,0.622 +88,76,0.471 +88,77,0.61 +88,78,0.512 +88,79,0.54 +88,80,0.454 +88,81,0.36 +88,82,0.402 +88,83,0.319 +88,84,0.176 +88,85,0.249 +88,86,0.149 +88,87,0.278 +88,88,0.067 +88,89,0.247 +88,90,0.185 +88,91,0.29 +88,92,0.375 +88,93,0.391 +88,94,0.424 +88,95,0.542 +88,96,0.518 +88,97,0.522 +88,98,0.611 +88,99,0.736 +88,100,0.851 +88,101,1.027 +88,102,0.64 +88,103,0.79 +88,104,0.924 +88,105,0.892 +88,106,1.07 +88,107,1.06 +88,108,0.806 +88,109,0.895 +88,110,0.691 +88,111,0.6 +88,112,0.428 +88,113,0.635 +88,114,0.57 +88,115,0.373 +88,116,0.794 +88,117,0.645 +88,118,0.492 +88,119,0.873 +88,120,1.715 +88,121,1.165 +88,122,1.136 +88,123,2.103 +88,124,1.592 +88,125,1.409 +88,126,1.272 +88,127,1.196 +88,128,1.462 +88,129,1.86 +88,130,1.58 +88,131,1.824 +88,132,1.977 +89,1,0.814 +89,2,0.95 +89,3,0.997 +89,4,1.064 +89,5,1.134 +89,6,0.68 +89,7,0.853 +89,8,0.857 +89,9,0.923 +89,10,1.035 +89,11,1.075 +89,12,0.816 +89,13,0.868 +89,14,0.969 +89,15,0.671 +89,16,0.75 +89,17,0.852 +89,18,0.529 +89,19,0.685 +89,20,0.814 +89,21,0.414 +89,22,0.604 +89,23,0.705 +89,24,0.949 +89,25,0.484 +89,26,0.632 +89,27,0.775 +89,28,0.65 +89,29,0.796 +89,30,1.708 +89,31,1.612 +89,32,1.536 +89,33,1.481 +89,34,1.654 +89,35,1.461 +89,36,1.388 +89,37,1.323 +89,38,1.369 +89,39,1.363 +89,40,1.236 +89,41,1.147 +89,42,1.376 +89,43,1.202 +89,44,1.116 +89,45,1.011 +89,46,1.633 +89,47,1.655 +89,48,1.626 +89,49,1.687 +89,50,1.316 +89,51,1.479 +89,52,1.471 +89,53,1.58 +89,54,1.166 +89,55,1.348 +89,56,1.302 +89,57,1.36 +89,58,0.99 +89,59,1.048 +89,60,1.182 +89,61,1.243 +89,62,1.059 +89,63,1.022 +89,64,0.897 +89,65,0.994 +89,66,0.938 +89,67,0.799 +89,68,0.875 +89,69,0.72 +89,70,0.656 +89,71,0.715 +89,72,0.679 +89,73,0.526 +89,74,0.699 +89,75,0.506 +89,76,0.356 +89,77,0.561 +89,78,0.713 +89,79,0.734 +89,80,0.405 +89,81,0.544 +89,82,0.603 +89,83,0.27 +89,84,0.377 +89,85,0.444 +89,86,0.343 +89,87,0.178 +89,88,0.248 +89,89,0.066 +89,90,0.231 +89,91,0.35 +89,92,0.135 +89,93,0.265 +89,94,0.357 +89,95,0.533 +89,96,0.286 +89,97,0.396 +89,98,0.485 +89,99,0.675 +89,100,0.793 +89,101,0.969 +89,102,0.409 +89,103,0.563 +89,104,0.697 +89,105,0.766 +89,106,0.944 +89,107,1.002 +89,108,0.574 +89,109,0.668 +89,110,0.492 +89,111,0.4 +89,112,0.313 +89,113,0.436 +89,114,0.371 +89,115,0.174 +89,116,0.554 +89,117,0.404 +89,118,0.251 +89,119,0.642 +89,120,1.646 +89,121,1.064 +89,122,0.96 +89,123,2.034 +89,124,1.492 +89,125,1.308 +89,126,1.032 +89,127,1.151 +89,128,1.417 +89,129,1.921 +89,130,1.76 +89,131,2.004 +89,132,1.947 +90,1,0.974 +90,2,0.91 +90,3,0.931 +90,4,0.993 +90,5,1.063 +90,6,0.866 +90,7,0.805 +90,8,0.786 +90,9,0.852 +90,10,0.964 +90,11,1.004 +90,12,0.745 +90,13,0.797 +90,14,0.898 +90,15,0.6 +90,16,0.679 +90,17,0.781 +90,18,0.458 +90,19,0.614 +90,20,0.743 +90,21,0.206 +90,22,0.412 +90,23,0.526 +90,24,0.78 +90,25,0.277 +90,26,0.424 +90,27,0.567 +90,28,0.548 +90,29,0.701 +90,30,1.879 +90,31,1.78 +90,32,1.704 +90,33,1.575 +90,34,1.824 +90,35,1.629 +90,36,1.556 +90,37,1.491 +90,38,1.562 +90,39,1.548 +90,40,1.404 +90,41,1.315 +90,42,1.569 +90,43,1.395 +90,44,1.309 +90,45,1.18 +90,46,1.696 +90,47,1.611 +90,48,1.554 +90,49,1.616 +90,50,1.379 +90,51,1.437 +90,52,1.4 +90,53,1.509 +90,54,1.229 +90,55,1.304 +90,56,1.231 +90,57,1.288 +90,58,1.095 +90,59,1.066 +90,60,1.112 +90,61,1.172 +90,62,1.252 +90,63,1.214 +90,64,1.09 +90,65,1.187 +90,66,1.13 +90,67,0.992 +90,68,1.067 +90,69,0.913 +90,70,0.848 +90,71,0.908 +90,72,0.872 +90,73,0.719 +90,74,0.891 +90,75,0.699 +90,76,0.548 +90,77,0.748 +90,78,0.65 +90,79,0.662 +90,80,0.592 +90,81,0.499 +90,82,0.54 +90,83,0.457 +90,84,0.314 +90,85,0.373 +90,86,0.272 +90,87,0.371 +90,88,0.185 +90,89,0.231 +90,90,0.067 +90,91,0.143 +90,92,0.275 +90,93,0.241 +90,94,0.262 +90,95,0.396 +90,96,0.382 +90,97,0.373 +90,98,0.462 +90,99,0.58 +90,100,0.698 +90,101,0.874 +90,102,0.505 +90,103,0.641 +90,104,0.775 +90,105,0.743 +90,106,0.921 +90,107,0.906 +90,108,0.67 +90,109,0.746 +90,110,0.684 +90,111,0.593 +90,112,0.506 +90,113,0.628 +90,114,0.564 +90,115,0.358 +90,116,0.693 +90,117,0.544 +90,118,0.391 +90,119,0.755 +90,120,1.838 +90,121,1.257 +90,122,0.987 +90,123,2.226 +90,124,1.684 +90,125,1.501 +90,126,1.158 +90,127,1.05 +90,128,1.315 +90,129,1.713 +90,130,1.716 +90,131,1.96 +90,132,2.115 +91,1,1.003 +91,2,0.939 +91,3,0.898 +91,4,0.959 +91,5,1.035 +91,6,0.914 +91,7,0.835 +91,8,0.752 +91,9,0.818 +91,10,0.936 +91,11,0.976 +91,12,0.715 +91,13,0.769 +91,14,0.87 +91,15,0.572 +91,16,0.651 +91,17,0.753 +91,18,0.43 +91,19,0.553 +91,20,0.692 +91,21,0.188 +91,22,0.292 +91,23,0.426 +91,24,0.66 +91,25,0.157 +91,26,0.304 +91,27,0.447 +91,28,0.428 +91,29,0.606 +91,30,1.908 +91,31,1.81 +91,32,1.733 +91,33,1.602 +91,34,1.854 +91,35,1.658 +91,36,1.586 +91,37,1.521 +91,38,1.604 +91,39,1.578 +91,40,1.434 +91,41,1.344 +91,42,1.611 +91,43,1.437 +91,44,1.355 +91,45,1.209 +91,46,1.723 +91,47,1.577 +91,48,1.521 +91,49,1.582 +91,50,1.406 +91,51,1.403 +91,52,1.366 +91,53,1.475 +91,54,1.256 +91,55,1.27 +91,56,1.197 +91,57,1.255 +91,58,1.124 +91,59,1.093 +91,60,1.078 +91,61,1.138 +91,62,1.294 +91,63,1.261 +91,64,1.121 +91,65,1.262 +91,66,1.206 +91,67,1.052 +91,68,1.143 +91,69,0.988 +91,70,0.924 +91,71,1.027 +91,72,0.991 +91,73,0.812 +91,74,0.984 +91,75,0.818 +91,76,0.668 +91,77,0.795 +91,78,0.679 +91,79,0.629 +91,80,0.64 +91,81,0.551 +91,82,0.507 +91,83,0.519 +91,84,0.376 +91,85,0.374 +91,86,0.284 +91,87,0.49 +91,88,0.302 +91,89,0.35 +91,90,0.143 +91,91,0.067 +91,92,0.394 +91,93,0.326 +91,94,0.249 +91,95,0.291 +91,96,0.501 +91,97,0.457 +91,98,0.546 +91,99,0.484 +91,100,0.602 +91,101,0.769 +91,102,0.624 +91,103,0.726 +91,104,0.708 +91,105,0.663 +91,106,0.841 +91,107,0.811 +91,108,0.789 +91,109,0.83 +91,110,0.803 +91,111,0.712 +91,112,0.625 +91,113,0.748 +91,114,0.683 +91,115,0.477 +91,116,0.812 +91,117,0.663 +91,118,0.51 +91,119,0.874 +91,120,1.883 +91,121,1.35 +91,122,0.906 +91,123,2.271 +91,124,1.777 +91,125,1.594 +91,126,1.277 +91,127,0.93 +91,128,1.195 +91,129,1.593 +91,130,1.682 +91,131,1.926 +91,132,2.144 +92,1,0.946 +92,2,1.081 +92,3,1.126 +92,4,1.193 +92,5,1.263 +92,6,0.811 +92,7,0.985 +92,8,0.986 +92,9,1.052 +92,10,1.164 +92,11,1.204 +92,12,0.945 +92,13,0.997 +92,14,1.098 +92,15,0.8 +92,16,0.879 +92,17,0.981 +92,18,0.658 +92,19,0.814 +92,20,0.944 +92,21,0.457 +92,22,0.663 +92,23,0.778 +92,24,1.027 +92,25,0.528 +92,26,0.675 +92,27,0.818 +92,28,0.642 +92,29,0.788 +92,30,1.84 +92,31,1.744 +92,32,1.667 +92,33,1.613 +92,34,1.785 +92,35,1.592 +92,36,1.52 +92,37,1.455 +92,38,1.501 +92,39,1.495 +92,40,1.368 +92,41,1.279 +92,42,1.508 +92,43,1.334 +92,44,1.248 +92,45,1.143 +92,46,1.765 +92,47,1.787 +92,48,1.755 +92,49,1.816 +92,50,1.447 +92,51,1.61 +92,52,1.6 +92,53,1.709 +92,54,1.298 +92,55,1.48 +92,56,1.431 +92,57,1.489 +92,58,1.122 +92,59,1.18 +92,60,1.312 +92,61,1.372 +92,62,1.191 +92,63,1.154 +92,64,1.029 +92,65,1.126 +92,66,1.069 +92,67,0.931 +92,68,1.006 +92,69,0.852 +92,70,0.787 +92,71,0.847 +92,72,0.811 +92,73,0.658 +92,74,0.83 +92,75,0.638 +92,76,0.488 +92,77,0.693 +92,78,0.842 +92,79,0.863 +92,80,0.537 +92,81,0.675 +92,82,0.732 +92,83,0.402 +92,84,0.506 +92,85,0.574 +92,86,0.472 +92,87,0.31 +92,88,0.377 +92,89,0.135 +92,90,0.275 +92,91,0.394 +92,92,0.066 +92,93,0.211 +92,94,0.348 +92,95,0.525 +92,96,0.17 +92,97,0.342 +92,98,0.431 +92,99,0.666 +92,100,0.784 +92,101,0.96 +92,102,0.293 +92,103,0.447 +92,104,0.58 +92,105,0.712 +92,106,0.891 +92,107,0.993 +92,108,0.458 +92,109,0.551 +92,110,0.623 +92,111,0.532 +92,112,0.445 +92,113,0.567 +92,114,0.449 +92,115,0.261 +92,116,0.463 +92,117,0.314 +92,118,0.161 +92,119,0.526 +92,120,1.778 +92,121,1.196 +92,122,0.843 +92,123,2.166 +92,124,1.623 +92,125,1.44 +92,126,0.928 +92,127,1.143 +92,128,1.409 +92,129,1.916 +92,130,1.892 +92,131,2.136 +92,132,2.079 +93,1,1.035 +93,2,1.04 +93,3,1.049 +93,4,1.111 +93,5,1.187 +93,6,0.9 +93,7,0.936 +93,8,0.904 +93,9,0.97 +93,10,1.088 +93,11,1.128 +93,12,0.867 +93,13,0.921 +93,14,1.022 +93,15,0.724 +93,16,0.803 +93,17,0.905 +93,18,0.582 +93,19,0.735 +93,20,0.861 +93,21,0.312 +93,22,0.508 +93,23,0.632 +93,24,0.828 +93,25,0.373 +93,26,0.52 +93,27,0.621 +93,28,0.443 +93,29,0.589 +93,30,1.928 +93,31,1.833 +93,32,1.756 +93,33,1.702 +93,34,1.874 +93,35,1.681 +93,36,1.609 +93,37,1.544 +93,38,1.59 +93,39,1.584 +93,40,1.457 +93,41,1.368 +93,42,1.597 +93,43,1.423 +93,44,1.337 +93,45,1.232 +93,46,1.827 +93,47,1.729 +93,48,1.672 +93,49,1.734 +93,50,1.509 +93,51,1.555 +93,52,1.518 +93,53,1.627 +93,54,1.36 +93,55,1.422 +93,56,1.349 +93,57,1.406 +93,58,1.211 +93,59,1.197 +93,60,1.23 +93,61,1.29 +93,62,1.28 +93,63,1.242 +93,64,1.118 +93,65,1.215 +93,66,1.158 +93,67,1.02 +93,68,1.095 +93,69,0.941 +93,70,0.876 +93,71,0.936 +93,72,0.9 +93,73,0.747 +93,74,0.919 +93,75,0.727 +93,76,0.576 +93,77,0.782 +93,78,0.78 +93,79,0.78 +93,80,0.626 +93,81,0.629 +93,82,0.658 +93,83,0.491 +93,84,0.445 +93,85,0.504 +93,86,0.402 +93,87,0.399 +93,88,0.316 +93,89,0.259 +93,90,0.154 +93,91,0.249 +93,92,0.207 +93,93,0.067 +93,94,0.15 +93,95,0.326 +93,96,0.269 +93,97,0.133 +93,98,0.222 +93,99,0.468 +93,100,0.585 +93,101,0.761 +93,102,0.392 +93,103,0.402 +93,104,0.535 +93,105,0.503 +93,106,0.682 +93,107,0.794 +93,108,0.557 +93,109,0.506 +93,110,0.712 +93,111,0.621 +93,112,0.534 +93,113,0.656 +93,114,0.592 +93,115,0.386 +93,116,0.651 +93,117,0.502 +93,118,0.349 +93,119,0.637 +93,120,1.866 +93,121,1.285 +93,122,0.747 +93,123,2.254 +93,124,1.712 +93,125,1.529 +93,126,1.04 +93,127,0.944 +93,128,1.21 +93,129,1.718 +93,130,1.834 +93,131,2.078 +93,132,2.168 +94,1,1.165 +94,2,1.101 +94,3,1.087 +94,4,1.139 +94,5,1.19 +94,6,1.038 +94,7,0.996 +94,8,0.942 +94,9,0.998 +94,10,1.09 +94,11,1.13 +94,12,0.867 +94,13,0.924 +94,14,1.025 +94,15,0.722 +94,16,0.806 +94,17,0.894 +94,18,0.58 +94,19,0.685 +94,20,0.773 +94,21,0.35 +94,22,0.423 +94,23,0.554 +94,24,0.74 +94,25,0.288 +94,26,0.433 +94,27,0.533 +94,28,0.299 +94,29,0.445 +94,30,2.066 +94,31,1.97 +94,32,1.894 +94,33,1.764 +94,34,2.012 +94,35,1.819 +94,36,1.746 +94,37,1.681 +94,38,1.727 +94,39,1.721 +94,40,1.594 +94,41,1.505 +94,42,1.734 +94,43,1.56 +94,44,1.474 +94,45,1.369 +94,46,1.885 +94,47,1.767 +94,48,1.704 +94,49,1.762 +94,50,1.568 +94,51,1.593 +94,52,1.55 +94,53,1.655 +94,54,1.418 +94,55,1.46 +94,56,1.381 +94,57,1.434 +94,58,1.286 +94,59,1.255 +94,60,1.262 +94,61,1.317 +94,62,1.417 +94,63,1.38 +94,64,1.255 +94,65,1.352 +94,66,1.296 +94,67,1.157 +94,68,1.233 +94,69,1.078 +94,70,1.014 +94,71,1.073 +94,72,1.037 +94,73,0.884 +94,74,1.057 +94,75,0.864 +94,76,0.714 +94,77,0.919 +94,78,0.841 +94,79,0.818 +94,80,0.763 +94,81,0.713 +94,82,0.696 +94,83,0.628 +94,84,0.538 +94,85,0.547 +94,86,0.445 +94,87,0.536 +94,88,0.424 +94,89,0.397 +94,90,0.262 +94,91,0.258 +94,92,0.34 +94,93,0.157 +94,94,0.066 +94,95,0.182 +94,96,0.402 +94,97,0.289 +94,98,0.378 +94,99,0.324 +94,100,0.442 +94,101,0.618 +94,102,0.525 +94,103,0.557 +94,104,0.547 +94,105,0.502 +94,106,0.68 +94,107,0.65 +94,108,0.69 +94,109,0.662 +94,110,0.85 +94,111,0.758 +94,112,0.671 +94,113,0.794 +94,114,0.729 +94,115,0.523 +94,116,0.784 +94,117,0.635 +94,118,0.482 +94,119,0.77 +94,120,2.004 +94,121,1.422 +94,122,0.746 +94,123,2.392 +94,124,1.85 +94,125,1.666 +94,126,1.173 +94,127,0.8 +94,128,1.066 +94,129,1.583 +94,130,1.872 +94,131,2.116 +94,132,2.305 +95,1,1.158 +95,2,1.087 +95,3,0.977 +95,4,0.986 +95,5,1.037 +95,6,1.088 +95,7,0.993 +95,8,0.879 +95,9,0.845 +95,10,0.937 +95,11,0.977 +95,12,0.714 +95,13,0.771 +95,14,0.872 +95,15,0.569 +95,16,0.652 +95,17,0.746 +95,18,0.427 +95,19,0.532 +95,20,0.624 +95,21,0.408 +95,22,0.27 +95,23,0.404 +95,24,0.592 +95,25,0.135 +95,26,0.282 +95,27,0.384 +95,28,0.198 +95,29,0.344 +95,30,2.063 +95,31,1.965 +95,32,1.888 +95,33,1.704 +95,34,2.009 +95,35,1.813 +95,36,1.736 +95,37,1.623 +95,38,1.763 +95,39,1.733 +95,40,1.589 +95,41,1.493 +95,42,1.77 +95,43,1.596 +95,44,1.514 +95,45,1.364 +95,46,1.796 +95,47,1.642 +95,48,1.551 +95,49,1.609 +95,50,1.508 +95,51,1.468 +95,52,1.397 +95,53,1.502 +95,54,1.358 +95,55,1.334 +95,56,1.228 +95,57,1.281 +95,58,1.248 +95,59,1.195 +95,60,1.109 +95,61,1.164 +95,62,1.452 +95,63,1.42 +95,64,1.28 +95,65,1.513 +95,66,1.456 +95,67,1.211 +95,68,1.394 +95,69,1.239 +95,70,1.174 +95,71,1.249 +95,72,1.213 +95,73,1.06 +95,74,1.233 +95,75,1.04 +95,76,0.89 +95,77,1.026 +95,78,0.874 +95,79,0.755 +95,80,0.897 +95,81,0.795 +95,82,0.663 +95,83,0.776 +95,84,0.633 +95,85,0.531 +95,86,0.541 +95,87,0.713 +95,88,0.559 +95,89,0.573 +95,90,0.4 +95,91,0.291 +95,92,0.516 +95,93,0.333 +95,94,0.182 +95,95,0.067 +95,96,0.578 +95,97,0.465 +95,98,0.513 +95,99,0.223 +95,100,0.34 +95,101,0.516 +95,102,0.701 +95,103,0.58 +95,104,0.446 +95,105,0.401 +95,106,0.579 +95,107,0.549 +95,108,0.866 +95,109,0.818 +95,110,1.026 +95,111,0.935 +95,112,0.847 +95,113,0.97 +95,114,0.906 +95,115,0.7 +95,116,0.96 +95,117,0.811 +95,118,0.658 +95,119,0.946 +95,120,2.042 +95,121,1.599 +95,122,0.645 +95,123,2.43 +95,124,2.026 +95,125,1.842 +95,126,1.349 +95,127,0.699 +95,128,0.965 +95,129,1.481 +95,130,1.746 +95,131,1.991 +95,132,2.246 +96,1,1.093 +96,2,1.229 +96,3,1.263 +96,4,1.33 +96,5,1.4 +96,6,0.959 +96,7,1.133 +96,8,1.123 +96,9,1.189 +96,10,1.301 +96,11,1.341 +96,12,1.082 +96,13,1.134 +96,14,1.235 +96,15,0.937 +96,16,1.016 +96,17,1.118 +96,18,0.795 +96,19,0.951 +96,20,1.08 +96,21,0.552 +96,22,0.742 +96,23,0.873 +96,24,1.063 +96,25,0.607 +96,26,0.754 +96,27,0.855 +96,28,0.677 +96,29,0.823 +96,30,1.987 +96,31,1.892 +96,32,1.815 +96,33,1.761 +96,34,1.933 +96,35,1.74 +96,36,1.667 +96,37,1.602 +96,38,1.648 +96,39,1.643 +96,40,1.516 +96,41,1.426 +96,42,1.655 +96,43,1.482 +96,44,1.396 +96,45,1.291 +96,46,1.912 +96,47,1.934 +96,48,1.891 +96,49,1.953 +96,50,1.595 +96,51,1.758 +96,52,1.737 +96,53,1.846 +96,54,1.445 +96,55,1.627 +96,56,1.568 +96,57,1.625 +96,58,1.269 +96,59,1.327 +96,60,1.449 +96,61,1.509 +96,62,1.338 +96,63,1.301 +96,64,1.177 +96,65,1.274 +96,66,1.217 +96,67,1.078 +96,68,1.154 +96,69,0.999 +96,70,0.935 +96,71,0.994 +96,72,0.958 +96,73,0.806 +96,74,0.978 +96,75,0.786 +96,76,0.635 +96,77,0.84 +96,78,0.978 +96,79,0.999 +96,80,0.685 +96,81,0.823 +96,82,0.869 +96,83,0.55 +96,84,0.643 +96,85,0.71 +96,86,0.608 +96,87,0.458 +96,88,0.514 +96,89,0.282 +96,90,0.377 +96,91,0.489 +96,92,0.166 +96,93,0.246 +96,94,0.384 +96,95,0.56 +96,96,0.066 +96,97,0.194 +96,98,0.467 +96,99,0.699 +96,100,0.794 +96,101,0.996 +96,102,0.145 +96,103,0.299 +96,104,0.432 +96,105,0.566 +96,106,0.744 +96,107,0.924 +96,108,0.31 +96,109,0.403 +96,110,0.771 +96,111,0.68 +96,112,0.592 +96,113,0.715 +96,114,0.596 +96,115,0.409 +96,116,0.611 +96,117,0.462 +96,118,0.308 +96,119,0.448 +96,120,1.925 +96,121,1.344 +96,122,0.695 +96,123,2.313 +96,124,1.771 +96,125,1.588 +96,126,0.955 +96,127,1.178 +96,128,1.444 +96,129,1.952 +96,130,2.039 +96,131,2.284 +96,132,2.226 +97,1,1.166 +97,2,1.172 +97,3,1.181 +97,4,1.243 +97,5,1.318 +97,6,1.032 +97,7,1.068 +97,8,1.036 +97,9,1.102 +97,10,1.219 +97,11,1.259 +97,12,0.998 +97,13,1.052 +97,14,1.153 +97,15,0.856 +97,16,0.934 +97,17,1.036 +97,18,0.713 +97,19,0.867 +97,20,0.992 +97,21,0.443 +97,22,0.639 +97,23,0.764 +97,24,0.96 +97,25,0.504 +97,26,0.652 +97,27,0.752 +97,28,0.574 +97,29,0.72 +97,30,2.06 +97,31,1.964 +97,32,1.888 +97,33,1.834 +97,34,2.006 +97,35,1.813 +97,36,1.74 +97,37,1.675 +97,38,1.721 +97,39,1.716 +97,40,1.588 +97,41,1.499 +97,42,1.728 +97,43,1.554 +97,44,1.468 +97,45,1.364 +97,46,1.958 +97,47,1.86 +97,48,1.804 +97,49,1.866 +97,50,1.641 +97,51,1.686 +97,52,1.65 +97,53,1.759 +97,54,1.491 +97,55,1.553 +97,56,1.48 +97,57,1.538 +97,58,1.342 +97,59,1.328 +97,60,1.362 +97,61,1.421 +97,62,1.411 +97,63,1.374 +97,64,1.25 +97,65,1.347 +97,66,1.29 +97,67,1.151 +97,68,1.227 +97,69,1.072 +97,70,1.008 +97,71,1.067 +97,72,1.031 +97,73,0.878 +97,74,1.051 +97,75,0.858 +97,76,0.708 +97,77,0.913 +97,78,0.912 +97,79,0.912 +97,80,0.758 +97,81,0.761 +97,82,0.79 +97,83,0.622 +97,84,0.576 +97,85,0.636 +97,86,0.534 +97,87,0.531 +97,88,0.448 +97,89,0.391 +97,90,0.286 +97,91,0.38 +97,92,0.338 +97,93,0.133 +97,94,0.281 +97,95,0.457 +97,96,0.194 +97,97,0.067 +97,98,0.343 +97,99,0.599 +97,100,0.717 +97,101,0.893 +97,102,0.311 +97,103,0.279 +97,104,0.413 +97,105,0.546 +97,106,0.725 +97,107,0.904 +97,108,0.476 +97,109,0.384 +97,110,0.844 +97,111,0.753 +97,112,0.665 +97,113,0.788 +97,114,0.724 +97,115,0.518 +97,116,0.783 +97,117,0.634 +97,118,0.48 +97,119,0.615 +97,120,1.998 +97,121,1.417 +97,122,0.676 +97,123,2.386 +97,124,1.844 +97,125,1.66 +97,126,1.144 +97,127,1.076 +97,128,1.341 +97,129,1.849 +97,130,1.965 +97,131,2.21 +97,132,2.299 +98,1,1.255 +98,2,1.261 +98,3,1.27 +98,4,1.332 +98,5,1.407 +98,6,1.121 +98,7,1.156 +98,8,1.125 +98,9,1.191 +98,10,1.308 +98,11,1.348 +98,12,1.087 +98,13,1.141 +98,14,1.242 +98,15,0.944 +98,16,1.023 +98,17,1.125 +98,18,0.802 +98,19,0.956 +98,20,1.081 +98,21,0.532 +98,22,0.728 +98,23,0.853 +98,24,1.049 +98,25,0.593 +98,26,0.741 +98,27,0.841 +98,28,0.63 +98,29,0.776 +98,30,2.149 +98,31,2.053 +98,32,1.977 +98,33,1.922 +98,34,2.095 +98,35,1.902 +98,36,1.829 +98,37,1.764 +98,38,1.81 +98,39,1.804 +98,40,1.677 +98,41,1.588 +98,42,1.817 +98,43,1.643 +98,44,1.557 +98,45,1.452 +98,46,2.047 +98,47,1.949 +98,48,1.893 +98,49,1.955 +98,50,1.73 +98,51,1.775 +98,52,1.738 +98,53,1.848 +98,54,1.58 +98,55,1.642 +98,56,1.569 +98,57,1.627 +98,58,1.431 +98,59,1.417 +98,60,1.451 +98,61,1.51 +98,62,1.5 +98,63,1.463 +98,64,1.338 +98,65,1.436 +98,66,1.379 +98,67,1.24 +98,68,1.316 +98,69,1.161 +98,70,1.097 +98,71,1.156 +98,72,1.12 +98,73,0.967 +98,74,1.14 +98,75,0.947 +98,76,0.797 +98,77,1.002 +98,78,1.001 +98,79,1.001 +98,80,0.846 +98,81,0.85 +98,82,0.879 +98,83,0.711 +98,84,0.665 +98,85,0.724 +98,86,0.623 +98,87,0.62 +98,88,0.536 +98,89,0.48 +98,90,0.375 +98,91,0.469 +98,92,0.427 +98,93,0.222 +98,94,0.37 +98,95,0.513 +98,96,0.49 +98,97,0.343 +98,98,0.067 +98,99,0.378 +98,100,0.54 +98,101,0.786 +98,102,0.612 +98,103,0.513 +98,104,0.379 +98,105,0.334 +98,106,0.512 +98,107,0.692 +98,108,0.777 +98,109,0.716 +98,110,0.933 +98,111,0.842 +98,112,0.754 +98,113,0.877 +98,114,0.812 +98,115,0.606 +98,116,0.872 +98,117,0.722 +98,118,0.569 +98,119,0.858 +98,120,2.087 +98,121,1.506 +98,122,0.578 +98,123,2.475 +98,124,1.933 +98,125,1.749 +98,126,1.26 +98,127,1.131 +98,128,1.397 +98,129,1.914 +98,130,2.054 +98,131,2.298 +98,132,2.388 +99,1,1.352 +99,2,1.281 +99,3,1.171 +99,4,1.179 +99,5,1.23 +99,6,1.281 +99,7,1.187 +99,8,1.073 +99,9,1.038 +99,10,1.131 +99,11,1.171 +99,12,0.907 +99,13,0.964 +99,14,1.043 +99,15,0.763 +99,16,0.846 +99,17,0.916 +99,18,0.621 +99,19,0.697 +99,20,0.794 +99,21,0.601 +99,22,0.464 +99,23,0.564 +99,24,0.762 +99,25,0.329 +99,26,0.442 +99,27,0.555 +99,28,0.3 +99,29,0.446 +99,30,2.257 +99,31,2.159 +99,32,2.082 +99,33,1.897 +99,34,2.203 +99,35,2.007 +99,36,1.93 +99,37,1.816 +99,38,1.956 +99,39,1.927 +99,40,1.783 +99,41,1.687 +99,42,1.963 +99,43,1.79 +99,44,1.708 +99,45,1.558 +99,46,1.989 +99,47,1.836 +99,48,1.745 +99,49,1.802 +99,50,1.701 +99,51,1.662 +99,52,1.591 +99,53,1.695 +99,54,1.552 +99,55,1.528 +99,56,1.422 +99,57,1.475 +99,58,1.442 +99,59,1.389 +99,60,1.303 +99,61,1.358 +99,62,1.646 +99,63,1.614 +99,64,1.474 +99,65,1.67 +99,66,1.614 +99,67,1.404 +99,68,1.551 +99,69,1.396 +99,70,1.332 +99,71,1.391 +99,72,1.355 +99,73,1.202 +99,74,1.375 +99,75,1.182 +99,76,1.032 +99,77,1.22 +99,78,1.068 +99,79,0.949 +99,80,1.081 +99,81,0.989 +99,82,0.857 +99,83,0.946 +99,84,0.827 +99,85,0.725 +99,86,0.734 +99,87,0.854 +99,88,0.742 +99,89,0.715 +99,90,0.58 +99,91,0.484 +99,92,0.658 +99,93,0.475 +99,94,0.324 +99,95,0.223 +99,96,0.694 +99,97,0.607 +99,98,0.378 +99,99,0.068 +99,100,0.206 +99,101,0.452 +99,102,0.634 +99,103,0.445 +99,104,0.311 +99,105,0.266 +99,106,0.444 +99,107,0.468 +99,108,0.799 +99,109,0.684 +99,110,1.168 +99,111,1.076 +99,112,0.989 +99,113,1.112 +99,114,1.047 +99,115,0.841 +99,116,1.102 +99,117,0.953 +99,118,0.8 +99,119,0.937 +99,120,2.236 +99,121,1.74 +99,122,0.51 +99,123,2.624 +99,124,2.168 +99,125,1.984 +99,126,1.491 +99,127,0.802 +99,128,1.067 +99,129,1.584 +99,130,1.94 +99,131,2.185 +99,132,2.44 +100,1,1.413 +100,2,1.341 +100,3,1.236 +100,4,1.16 +100,5,1.144 +100,6,1.342 +100,7,1.248 +100,8,1.133 +100,9,1.099 +100,10,1.033 +100,11,1.06 +100,12,0.982 +100,13,0.854 +100,14,0.929 +100,15,0.835 +100,16,0.735 +100,17,0.82 +100,18,0.7 +100,19,0.584 +100,20,0.698 +100,21,0.695 +100,22,0.581 +100,23,0.45 +100,24,0.666 +100,25,0.446 +100,26,0.328 +100,27,0.446 +100,28,0.187 +100,29,0.318 +100,30,2.317 +100,31,2.219 +100,32,2.142 +100,33,1.976 +100,34,2.263 +100,35,2.068 +100,36,1.995 +100,37,1.896 +100,38,2.017 +100,39,1.987 +100,40,1.843 +100,41,1.754 +100,42,2.024 +100,43,1.85 +100,44,1.768 +100,45,1.618 +100,46,2.028 +100,47,1.874 +100,48,1.737 +100,49,1.751 +100,50,1.78 +100,51,1.7 +100,52,1.615 +100,53,1.644 +100,54,1.631 +100,55,1.567 +100,56,1.46 +100,57,1.421 +100,58,1.521 +100,59,1.468 +100,60,1.342 +100,61,1.294 +100,62,1.707 +100,63,1.674 +100,64,1.534 +100,65,1.749 +100,66,1.692 +100,67,1.465 +100,68,1.629 +100,69,1.474 +100,70,1.41 +100,71,1.509 +100,72,1.473 +100,73,1.313 +100,74,1.492 +100,75,1.3 +100,76,1.15 +100,77,1.272 +100,78,1.129 +100,79,1.01 +100,80,1.179 +100,81,1.03 +100,82,0.898 +100,83,1.064 +100,84,0.932 +100,85,0.808 +100,86,0.85 +100,87,0.972 +100,88,0.859 +100,89,0.832 +100,90,0.698 +100,91,0.602 +100,92,0.776 +100,93,0.593 +100,94,0.442 +100,95,0.34 +100,96,0.789 +100,97,0.724 +100,98,0.54 +100,99,0.206 +100,100,0.067 +100,101,0.266 +100,102,0.729 +100,103,0.54 +100,104,0.406 +100,105,0.273 +100,106,0.331 +100,107,0.282 +100,108,0.894 +100,109,0.779 +100,110,1.285 +100,111,1.194 +100,112,1.107 +100,113,1.23 +100,114,1.165 +100,115,0.959 +100,116,1.22 +100,117,1.071 +100,118,0.918 +100,119,1.032 +100,120,2.296 +100,121,1.858 +100,122,0.605 +100,123,2.684 +100,124,2.285 +100,125,2.102 +100,126,1.596 +100,127,0.674 +100,128,0.939 +100,129,1.456 +100,130,1.979 +100,131,2.224 +100,132,2.519 +101,1,1.556 +101,2,1.484 +101,3,1.377 +101,4,1.303 +101,5,1.287 +101,6,1.485 +101,7,1.391 +101,8,1.276 +101,9,1.24 +101,10,1.172 +101,11,1.131 +101,12,1.127 +101,13,1.002 +101,14,0.991 +101,15,0.98 +101,16,0.883 +101,17,0.785 +101,18,0.843 +101,19,0.732 +101,20,0.663 +101,21,0.846 +101,22,0.765 +101,23,0.598 +101,24,0.541 +101,25,0.63 +101,26,0.51 +101,27,0.353 +101,28,0.372 +101,29,0.206 +101,30,2.46 +101,31,2.362 +101,32,2.286 +101,33,2.12 +101,34,2.406 +101,35,2.211 +101,36,2.138 +101,37,2.039 +101,38,2.16 +101,39,2.13 +101,40,1.986 +101,41,1.897 +101,42,2.167 +101,43,1.993 +101,44,1.912 +101,45,1.761 +101,46,2.169 +101,47,2.015 +101,48,1.879 +101,49,1.893 +101,50,1.924 +101,51,1.841 +101,52,1.758 +101,53,1.786 +101,54,1.774 +101,55,1.708 +101,56,1.601 +101,57,1.563 +101,58,1.664 +101,59,1.611 +101,60,1.482 +101,61,1.437 +101,62,1.85 +101,63,1.817 +101,64,1.678 +101,65,1.892 +101,66,1.835 +101,67,1.608 +101,68,1.772 +101,69,1.617 +101,70,1.553 +101,71,1.694 +101,72,1.658 +101,73,1.456 +101,74,1.676 +101,75,1.485 +101,76,1.335 +101,77,1.415 +101,78,1.272 +101,79,1.153 +101,80,1.322 +101,81,1.174 +101,82,1.042 +101,83,1.225 +101,84,1.082 +101,85,0.958 +101,86,1.007 +101,87,1.157 +101,88,1.044 +101,89,1.018 +101,90,0.883 +101,91,0.786 +101,92,0.961 +101,93,0.778 +101,94,0.627 +101,95,0.526 +101,96,1.016 +101,97,0.91 +101,98,0.786 +101,99,0.452 +101,100,0.266 +101,101,0.074 +101,102,0.955 +101,103,0.767 +101,104,0.633 +101,105,0.499 +101,106,0.321 +101,107,0.167 +101,108,1.12 +101,109,1.006 +101,110,1.47 +101,111,1.379 +101,112,1.292 +101,113,1.415 +101,114,1.35 +101,115,1.144 +101,116,1.405 +101,117,1.256 +101,118,1.103 +101,119,1.259 +101,120,2.439 +101,121,2.032 +101,122,0.832 +101,123,2.827 +101,124,2.459 +101,125,2.285 +101,126,1.794 +101,127,0.507 +101,128,0.773 +101,129,1.29 +101,130,2.12 +101,131,2.364 +101,132,2.662 +102,1,1.226 +102,2,1.361 +102,3,1.395 +102,4,1.462 +102,5,1.532 +102,6,1.091 +102,7,1.265 +102,8,1.255 +102,9,1.321 +102,10,1.433 +102,11,1.473 +102,12,1.214 +102,13,1.266 +102,14,1.367 +102,15,1.069 +102,16,1.148 +102,17,1.25 +102,18,0.927 +102,19,1.083 +102,20,1.212 +102,21,0.684 +102,22,0.874 +102,23,1.005 +102,24,1.195 +102,25,0.739 +102,26,0.887 +102,27,0.987 +102,28,0.809 +102,29,0.955 +102,30,2.119 +102,31,2.024 +102,32,1.947 +102,33,1.893 +102,34,2.065 +102,35,1.872 +102,36,1.8 +102,37,1.735 +102,38,1.781 +102,39,1.775 +102,40,1.648 +102,41,1.558 +102,42,1.788 +102,43,1.614 +102,44,1.528 +102,45,1.423 +102,46,2.044 +102,47,2.067 +102,48,2.024 +102,49,2.085 +102,50,1.727 +102,51,1.89 +102,52,1.869 +102,53,1.978 +102,54,1.577 +102,55,1.759 +102,56,1.7 +102,57,1.758 +102,58,1.402 +102,59,1.459 +102,60,1.581 +102,61,1.641 +102,62,1.47 +102,63,1.433 +102,64,1.309 +102,65,1.406 +102,66,1.349 +102,67,1.21 +102,68,1.286 +102,69,1.132 +102,70,1.067 +102,71,1.127 +102,72,1.091 +102,73,0.938 +102,74,1.11 +102,75,0.918 +102,76,0.767 +102,77,0.973 +102,78,1.111 +102,79,1.132 +102,80,0.817 +102,81,0.955 +102,82,1.001 +102,83,0.682 +102,84,0.775 +102,85,0.842 +102,86,0.741 +102,87,0.59 +102,88,0.646 +102,89,0.415 +102,90,0.509 +102,91,0.621 +102,92,0.298 +102,93,0.378 +102,94,0.516 +102,95,0.692 +102,96,0.147 +102,97,0.312 +102,98,0.599 +102,99,0.634 +102,100,0.729 +102,101,0.956 +102,102,0.067 +102,103,0.234 +102,104,0.367 +102,105,0.501 +102,106,0.679 +102,107,0.859 +102,108,0.214 +102,109,0.338 +102,110,0.903 +102,111,0.812 +102,112,0.724 +102,113,0.838 +102,114,0.697 +102,115,0.541 +102,116,0.711 +102,117,0.562 +102,118,0.44 +102,119,0.352 +102,120,2.057 +102,121,1.476 +102,122,0.63 +102,123,2.445 +102,124,1.903 +102,125,1.72 +102,126,0.908 +102,127,1.31 +102,128,1.576 +102,129,2.084 +102,130,2.171 +102,131,2.416 +102,132,2.358 +103,1,1.372 +103,2,1.44 +103,3,1.449 +103,4,1.511 +103,5,1.587 +103,6,1.238 +103,7,1.336 +103,8,1.304 +103,9,1.37 +103,10,1.487 +103,11,1.525 +103,12,1.264 +103,13,1.318 +103,14,1.394 +103,15,1.12 +103,16,1.2 +103,17,1.267 +103,18,0.978 +103,19,1.048 +103,20,1.146 +103,21,0.712 +103,22,0.82 +103,23,0.915 +103,24,1.113 +103,25,0.686 +103,26,0.793 +103,27,0.906 +103,28,0.651 +103,29,0.798 +103,30,2.266 +103,31,2.17 +103,32,2.094 +103,33,2.04 +103,34,2.212 +103,35,2.019 +103,36,1.946 +103,37,1.881 +103,38,1.927 +103,39,1.922 +103,40,1.794 +103,41,1.705 +103,42,1.934 +103,43,1.76 +103,44,1.674 +103,45,1.57 +103,46,2.191 +103,47,2.129 +103,48,2.072 +103,49,2.134 +103,50,1.874 +103,51,1.955 +103,52,1.918 +103,53,2.027 +103,54,1.724 +103,55,1.821 +103,56,1.749 +103,57,1.806 +103,58,1.548 +103,59,1.596 +103,60,1.63 +103,61,1.69 +103,62,1.617 +103,63,1.58 +103,64,1.456 +103,65,1.553 +103,66,1.496 +103,67,1.357 +103,68,1.433 +103,69,1.278 +103,70,1.214 +103,71,1.273 +103,72,1.237 +103,73,1.084 +103,74,1.257 +103,75,1.064 +103,76,0.914 +103,77,1.119 +103,78,1.18 +103,79,1.18 +103,80,0.964 +103,81,1.029 +103,82,1.058 +103,83,0.828 +103,84,0.845 +103,85,0.904 +103,86,0.802 +103,87,0.737 +103,88,0.716 +103,89,0.561 +103,90,0.554 +103,91,0.648 +103,92,0.445 +103,93,0.402 +103,94,0.549 +103,95,0.58 +103,96,0.294 +103,97,0.279 +103,98,0.513 +103,99,0.445 +103,100,0.54 +103,101,0.767 +103,102,0.233 +103,103,0.067 +103,104,0.178 +103,105,0.312 +103,106,0.49 +103,107,0.67 +103,108,0.398 +103,109,0.283 +103,110,1.05 +103,111,0.958 +103,112,0.871 +103,113,0.994 +103,114,0.875 +103,115,0.688 +103,116,0.89 +103,117,0.74 +103,118,0.587 +103,119,0.537 +103,120,2.204 +103,121,1.623 +103,122,0.556 +103,123,2.592 +103,124,2.05 +103,125,1.866 +103,126,1.1 +103,127,1.153 +103,128,1.418 +103,129,1.935 +103,130,2.233 +103,131,2.478 +103,132,2.505 +104,1,1.506 +104,2,1.504 +104,3,1.394 +104,4,1.402 +104,5,1.454 +104,6,1.372 +104,7,1.41 +104,8,1.296 +104,9,1.262 +104,10,1.354 +104,11,1.391 +104,12,1.13 +104,13,1.184 +104,14,1.26 +104,15,0.986 +104,16,1.066 +104,17,1.133 +104,18,0.844 +104,19,0.915 +104,20,1.012 +104,21,0.824 +104,22,0.687 +104,23,0.781 +104,24,0.98 +104,25,0.552 +104,26,0.659 +104,27,0.772 +104,28,0.518 +104,29,0.664 +104,30,2.4 +104,31,2.304 +104,32,2.228 +104,33,2.12 +104,34,2.346 +104,35,2.153 +104,36,2.08 +104,37,2.015 +104,38,2.061 +104,39,2.055 +104,40,1.928 +104,41,1.839 +104,42,2.068 +104,43,1.894 +104,44,1.808 +104,45,1.703 +104,46,2.212 +104,47,2.059 +104,48,1.968 +104,49,2.026 +104,50,1.924 +104,51,1.885 +104,52,1.814 +104,53,1.918 +104,54,1.775 +104,55,1.751 +104,56,1.645 +104,57,1.698 +104,58,1.665 +104,59,1.612 +104,60,1.526 +104,61,1.581 +104,62,1.751 +104,63,1.714 +104,64,1.589 +104,65,1.686 +104,66,1.63 +104,67,1.491 +104,68,1.567 +104,69,1.412 +104,70,1.348 +104,71,1.407 +104,72,1.371 +104,73,1.218 +104,74,1.391 +104,75,1.198 +104,76,1.048 +104,77,1.253 +104,78,1.291 +104,79,1.172 +104,80,1.097 +104,81,1.163 +104,82,1.08 +104,83,0.962 +104,84,0.978 +104,85,0.948 +104,86,0.936 +104,87,0.87 +104,88,0.85 +104,89,0.695 +104,90,0.688 +104,91,0.708 +104,92,0.579 +104,93,0.535 +104,94,0.547 +104,95,0.446 +104,96,0.427 +104,97,0.413 +104,98,0.379 +104,99,0.311 +104,100,0.406 +104,101,0.633 +104,102,0.367 +104,103,0.178 +104,104,0.067 +104,105,0.178 +104,106,0.356 +104,107,0.536 +104,108,0.532 +104,109,0.417 +104,110,1.183 +104,111,1.092 +104,112,1.005 +104,113,1.128 +104,114,1.009 +104,115,0.821 +104,116,1.023 +104,117,0.874 +104,118,0.721 +104,119,0.67 +104,120,2.338 +104,121,1.756 +104,122,0.422 +104,123,2.726 +104,124,2.184 +104,125,2 +104,126,1.234 +104,127,1.019 +104,128,1.285 +104,129,1.802 +104,130,2.163 +104,131,2.408 +104,132,2.639 +105,1,1.53 +105,2,1.459 +105,3,1.349 +105,4,1.358 +105,5,1.341 +105,6,1.402 +105,7,1.365 +105,8,1.251 +105,9,1.217 +105,10,1.23 +105,11,1.257 +105,12,1.086 +105,13,1.051 +105,14,1.126 +105,15,0.941 +105,16,0.932 +105,17,0.999 +105,18,0.799 +105,19,0.781 +105,20,0.878 +105,21,0.78 +105,22,0.642 +105,23,0.647 +105,24,0.846 +105,25,0.507 +105,26,0.526 +105,27,0.638 +105,28,0.384 +105,29,0.53 +105,30,2.43 +105,31,2.334 +105,32,2.258 +105,33,2.076 +105,34,2.376 +105,35,2.183 +105,36,2.108 +105,37,1.995 +105,38,2.091 +105,39,2.086 +105,40,1.958 +105,41,1.865 +105,42,2.098 +105,43,1.924 +105,44,1.838 +105,45,1.734 +105,46,2.168 +105,47,2.014 +105,48,1.923 +105,49,1.948 +105,50,1.88 +105,51,1.84 +105,52,1.769 +105,53,1.841 +105,54,1.73 +105,55,1.706 +105,56,1.6 +105,57,1.618 +105,58,1.62 +105,59,1.567 +105,60,1.481 +105,61,1.491 +105,62,1.781 +105,63,1.744 +105,64,1.62 +105,65,1.717 +105,66,1.66 +105,67,1.521 +105,68,1.597 +105,69,1.442 +105,70,1.378 +105,71,1.437 +105,72,1.401 +105,73,1.248 +105,74,1.421 +105,75,1.228 +105,76,1.078 +105,77,1.283 +105,78,1.246 +105,79,1.127 +105,80,1.128 +105,81,1.131 +105,82,1.035 +105,83,0.992 +105,84,0.946 +105,85,0.903 +105,86,0.904 +105,87,0.901 +105,88,0.818 +105,89,0.761 +105,90,0.656 +105,91,0.663 +105,92,0.708 +105,93,0.503 +105,94,0.502 +105,95,0.401 +105,96,0.561 +105,97,0.546 +105,98,0.334 +105,99,0.266 +105,100,0.273 +105,101,0.499 +105,102,0.501 +105,103,0.312 +105,104,0.178 +105,105,0.067 +105,106,0.223 +105,107,0.402 +105,108,0.666 +105,109,0.551 +105,110,1.214 +105,111,1.123 +105,112,1.035 +105,113,1.158 +105,114,1.094 +105,115,0.888 +105,116,1.153 +105,117,1.004 +105,118,0.85 +105,119,0.804 +105,120,2.368 +105,121,1.787 +105,122,0.377 +105,123,2.756 +105,124,2.214 +105,125,2.03 +105,126,1.368 +105,127,0.885 +105,128,1.151 +105,129,1.668 +105,130,2.118 +105,131,2.363 +105,132,2.618 +106,1,1.683 +106,2,1.611 +106,3,1.506 +106,4,1.43 +106,5,1.414 +106,6,1.58 +106,7,1.518 +106,8,1.403 +106,9,1.369 +106,10,1.303 +106,11,1.33 +106,12,1.252 +106,13,1.124 +106,14,1.194 +106,15,1.105 +106,16,1.005 +106,17,1.025 +106,18,0.97 +106,19,0.854 +106,20,0.903 +106,21,0.958 +106,22,0.82 +106,23,0.72 +106,24,0.827 +106,25,0.685 +106,26,0.598 +106,27,0.613 +106,28,0.457 +106,29,0.485 +106,30,2.587 +106,31,2.489 +106,32,2.412 +106,33,2.246 +106,34,2.533 +106,35,2.338 +106,36,2.265 +106,37,2.166 +106,38,2.27 +106,39,2.257 +106,40,2.113 +106,41,2.024 +106,42,2.276 +106,43,2.103 +106,44,2.017 +106,45,1.888 +106,46,2.298 +106,47,2.144 +106,48,2.007 +106,49,2.021 +106,50,2.05 +106,51,1.97 +106,52,1.885 +106,53,1.914 +106,54,1.901 +106,55,1.837 +106,56,1.73 +106,57,1.691 +106,58,1.791 +106,59,1.738 +106,60,1.612 +106,61,1.564 +106,62,1.959 +106,63,1.922 +106,64,1.798 +106,65,1.895 +106,66,1.838 +106,67,1.699 +106,68,1.775 +106,69,1.62 +106,70,1.556 +106,71,1.616 +106,72,1.58 +106,73,1.427 +106,74,1.599 +106,75,1.407 +106,76,1.256 +106,77,1.462 +106,78,1.399 +106,79,1.28 +106,80,1.306 +106,81,1.3 +106,82,1.168 +106,83,1.171 +106,84,1.125 +106,85,1.078 +106,86,1.082 +106,87,1.079 +106,88,0.996 +106,89,0.939 +106,90,0.834 +106,91,0.841 +106,92,0.886 +106,93,0.682 +106,94,0.68 +106,95,0.579 +106,96,0.739 +106,97,0.725 +106,98,0.512 +106,99,0.444 +106,100,0.331 +106,101,0.321 +106,102,0.679 +106,103,0.49 +106,104,0.356 +106,105,0.223 +106,106,0.067 +106,107,0.224 +106,108,0.844 +106,109,0.729 +106,110,1.392 +106,111,1.301 +106,112,1.213 +106,113,1.336 +106,114,1.272 +106,115,1.066 +106,116,1.331 +106,117,1.182 +106,118,1.028 +106,119,0.982 +106,120,2.546 +106,121,1.965 +106,122,0.555 +106,123,2.934 +106,124,2.392 +106,125,2.209 +106,126,1.546 +106,127,0.793 +106,128,1.059 +106,129,1.576 +106,130,2.249 +106,131,2.494 +106,132,2.789 +107,1,1.595 +107,2,1.523 +107,3,1.421 +107,4,1.347 +107,5,1.331 +107,6,1.524 +107,7,1.43 +107,8,1.315 +107,9,1.284 +107,10,1.22 +107,11,1.18 +107,12,1.166 +107,13,1.04 +107,14,1.04 +107,15,1.018 +107,16,0.922 +107,17,0.87 +107,18,0.882 +107,19,0.771 +107,20,0.749 +107,21,0.885 +107,22,0.79 +107,23,0.637 +107,24,0.673 +107,25,0.655 +107,26,0.537 +107,27,0.459 +107,28,0.396 +107,29,0.331 +107,30,2.499 +107,31,2.401 +107,32,2.324 +107,33,2.158 +107,34,2.445 +107,35,2.25 +107,36,2.177 +107,37,2.078 +107,38,2.199 +107,39,2.169 +107,40,2.025 +107,41,1.936 +107,42,2.206 +107,43,2.032 +107,44,1.95 +107,45,1.8 +107,46,2.213 +107,47,2.059 +107,48,1.924 +107,49,1.938 +107,50,1.962 +107,51,1.885 +107,52,1.802 +107,53,1.83 +107,54,1.813 +107,55,1.752 +107,56,1.645 +107,57,1.608 +107,58,1.703 +107,59,1.65 +107,60,1.526 +107,61,1.481 +107,62,1.889 +107,63,1.856 +107,64,1.716 +107,65,1.931 +107,66,1.874 +107,67,1.647 +107,68,1.811 +107,69,1.656 +107,70,1.592 +107,71,1.718 +107,72,1.682 +107,73,1.495 +107,74,1.701 +107,75,1.509 +107,76,1.358 +107,77,1.454 +107,78,1.311 +107,79,1.192 +107,80,1.361 +107,81,1.212 +107,82,1.08 +107,83,1.264 +107,84,1.121 +107,85,0.997 +107,86,1.046 +107,87,1.181 +107,88,1.068 +107,89,1.041 +107,90,0.906 +107,91,0.811 +107,92,0.984 +107,93,0.802 +107,94,0.65 +107,95,0.549 +107,96,0.919 +107,97,0.904 +107,98,0.692 +107,99,0.468 +107,100,0.282 +107,101,0.167 +107,102,0.858 +107,103,0.67 +107,104,0.536 +107,105,0.402 +107,106,0.224 +107,107,0.074 +107,108,1.024 +107,109,0.909 +107,110,1.494 +107,111,1.403 +107,112,1.316 +107,113,1.438 +107,114,1.374 +107,115,1.168 +107,116,1.429 +107,117,1.28 +107,118,1.126 +107,119,1.162 +107,120,2.478 +107,121,2.067 +107,122,0.735 +107,123,2.866 +107,124,2.494 +107,125,2.311 +107,126,1.726 +107,127,0.639 +107,128,0.905 +107,129,1.422 +107,130,2.164 +107,131,2.408 +107,132,2.701 +108,1,1.385 +108,2,1.52 +108,3,1.554 +108,4,1.621 +108,5,1.691 +108,6,1.25 +108,7,1.424 +108,8,1.414 +108,9,1.48 +108,10,1.592 +108,11,1.632 +108,12,1.373 +108,13,1.425 +108,14,1.526 +108,15,1.228 +108,16,1.307 +108,17,1.409 +108,18,1.086 +108,19,1.242 +108,20,1.372 +108,21,0.844 +108,22,1.033 +108,23,1.164 +108,24,1.354 +108,25,0.898 +108,26,1.046 +108,27,1.146 +108,28,0.968 +108,29,1.114 +108,30,2.278 +108,31,2.183 +108,32,2.106 +108,33,2.052 +108,34,2.224 +108,35,2.031 +108,36,1.959 +108,37,1.894 +108,38,1.94 +108,39,1.934 +108,40,1.807 +108,41,1.718 +108,42,1.947 +108,43,1.773 +108,44,1.687 +108,45,1.582 +108,46,2.204 +108,47,2.226 +108,48,2.183 +108,49,2.244 +108,50,1.886 +108,51,2.049 +108,52,2.028 +108,53,2.137 +108,54,1.736 +108,55,1.918 +108,56,1.859 +108,57,1.917 +108,58,1.561 +108,59,1.618 +108,60,1.74 +108,61,1.8 +108,62,1.63 +108,63,1.592 +108,64,1.468 +108,65,1.565 +108,66,1.508 +108,67,1.37 +108,68,1.445 +108,69,1.291 +108,70,1.226 +108,71,1.286 +108,72,1.25 +108,73,1.097 +108,74,1.269 +108,75,1.077 +108,76,0.926 +108,77,1.132 +108,78,1.27 +108,79,1.291 +108,80,0.976 +108,81,1.114 +108,82,1.16 +108,83,0.841 +108,84,0.934 +108,85,1.002 +108,86,0.9 +108,87,0.749 +108,88,0.805 +108,89,0.574 +108,90,0.668 +108,91,0.78 +108,92,0.458 +108,93,0.538 +108,94,0.675 +108,95,0.851 +108,96,0.306 +108,97,0.471 +108,98,0.758 +108,99,0.793 +108,100,0.888 +108,101,1.115 +108,102,0.214 +108,103,0.393 +108,104,0.526 +108,105,0.66 +108,106,0.838 +108,107,1.018 +108,108,0.065 +108,109,0.376 +108,110,1.062 +108,111,0.971 +108,112,0.884 +108,113,1.006 +108,114,0.871 +108,115,0.7 +108,116,0.885 +108,117,0.736 +108,118,0.6 +108,119,0.374 +108,120,2.216 +108,121,1.635 +108,122,0.506 +108,123,2.604 +108,124,2.062 +108,125,1.879 +108,126,1.082 +108,127,1.47 +108,128,1.735 +108,129,2.243 +108,130,2.33 +108,131,2.575 +108,132,2.518 +109,1,1.477 +109,2,1.545 +109,3,1.554 +109,4,1.616 +109,5,1.691 +109,6,1.342 +109,7,1.44 +109,8,1.409 +109,9,1.475 +109,10,1.592 +109,11,1.632 +109,12,1.371 +109,13,1.425 +109,14,1.526 +109,15,1.228 +109,16,1.307 +109,17,1.409 +109,18,1.086 +109,19,1.24 +109,20,1.365 +109,21,0.816 +109,22,1.012 +109,23,1.137 +109,24,1.333 +109,25,0.877 +109,26,1.025 +109,27,1.125 +109,28,0.89 +109,29,1.036 +109,30,2.371 +109,31,2.275 +109,32,2.198 +109,33,2.144 +109,34,2.316 +109,35,2.124 +109,36,2.051 +109,37,1.986 +109,38,2.032 +109,39,2.026 +109,40,1.899 +109,41,1.81 +109,42,2.039 +109,43,1.865 +109,44,1.779 +109,45,1.674 +109,46,2.296 +109,47,2.233 +109,48,2.177 +109,49,2.239 +109,50,1.978 +109,51,2.059 +109,52,2.022 +109,53,2.132 +109,54,1.829 +109,55,1.926 +109,56,1.853 +109,57,1.911 +109,58,1.653 +109,59,1.701 +109,60,1.735 +109,61,1.794 +109,62,1.722 +109,63,1.685 +109,64,1.56 +109,65,1.657 +109,66,1.6 +109,67,1.462 +109,68,1.538 +109,69,1.383 +109,70,1.318 +109,71,1.378 +109,72,1.342 +109,73,1.189 +109,74,1.362 +109,75,1.169 +109,76,1.019 +109,77,1.224 +109,78,1.285 +109,79,1.285 +109,80,1.068 +109,81,1.134 +109,82,1.163 +109,83,0.933 +109,84,0.949 +109,85,1.008 +109,86,0.907 +109,87,0.841 +109,88,0.82 +109,89,0.666 +109,90,0.659 +109,91,0.753 +109,92,0.55 +109,93,0.506 +109,94,0.654 +109,95,0.818 +109,96,0.398 +109,97,0.384 +109,98,0.716 +109,99,0.684 +109,100,0.779 +109,101,1.006 +109,102,0.338 +109,103,0.283 +109,104,0.417 +109,105,0.551 +109,106,0.729 +109,107,0.909 +109,108,0.376 +109,109,0.069 +109,110,1.154 +109,111,1.063 +109,112,0.976 +109,113,1.098 +109,114,0.98 +109,115,0.792 +109,116,0.994 +109,117,0.845 +109,118,0.692 +109,119,0.641 +109,120,2.309 +109,121,1.727 +109,122,0.329 +109,123,2.697 +109,124,2.154 +109,125,1.971 +109,126,1.205 +109,127,1.392 +109,128,1.657 +109,129,2.174 +109,130,2.338 +109,131,2.582 +109,132,2.61 +110,1,1.082 +110,2,1.218 +110,3,1.349 +110,4,1.428 +110,5,1.52 +110,6,0.948 +110,7,1.123 +110,8,1.226 +110,9,1.287 +110,10,1.421 +110,11,1.51 +110,12,1.184 +110,13,1.304 +110,14,1.405 +110,15,1.061 +110,16,1.192 +110,17,1.296 +110,18,0.973 +110,19,1.129 +110,20,1.258 +110,21,0.866 +110,22,1.048 +110,23,1.149 +110,24,1.393 +110,25,0.937 +110,26,1.085 +110,27,1.228 +110,28,1.103 +110,29,1.249 +110,30,1.581 +110,31,1.549 +110,32,1.472 +110,33,1.598 +110,34,1.526 +110,35,1.392 +110,36,1.325 +110,37,1.44 +110,38,1.242 +110,39,1.263 +110,40,1.194 +110,41,1.264 +110,42,1.249 +110,43,1.075 +110,44,1.026 +110,45,1.145 +110,46,1.762 +110,47,1.883 +110,48,1.92 +110,49,2.009 +110,50,1.573 +110,51,1.739 +110,52,1.765 +110,53,1.912 +110,54,1.434 +110,55,1.511 +110,56,1.599 +110,57,1.696 +110,58,1.258 +110,59,1.316 +110,60,1.45 +110,61,1.583 +110,62,0.932 +110,63,0.912 +110,64,1.019 +110,65,0.816 +110,66,0.759 +110,67,0.833 +110,68,0.696 +110,69,0.661 +110,70,0.69 +110,71,0.524 +110,72,0.488 +110,73,0.601 +110,74,0.665 +110,75,0.315 +110,76,0.552 +110,77,0.836 +110,78,1 +110,79,1.103 +110,80,0.693 +110,81,0.832 +110,82,0.955 +110,83,0.558 +110,84,0.749 +110,85,0.832 +110,86,0.787 +110,87,0.588 +110,88,0.692 +110,89,0.492 +110,90,0.684 +110,91,0.803 +110,92,0.623 +110,93,0.718 +110,94,0.81 +110,95,0.986 +110,96,0.775 +110,97,0.849 +110,98,0.938 +110,99,1.128 +110,100,1.246 +110,101,1.422 +110,102,0.897 +110,103,1.051 +110,104,1.185 +110,105,1.219 +110,106,1.397 +110,107,1.454 +110,108,1.062 +110,109,1.156 +110,110,0.066 +110,111,0.18 +110,112,0.415 +110,113,0.315 +110,114,0.25 +110,115,0.445 +110,116,0.532 +110,117,0.383 +110,118,0.533 +110,119,0.719 +110,120,1.521 +110,121,0.733 +110,122,1.448 +110,123,1.838 +110,124,1.274 +110,125,0.896 +110,126,0.812 +110,127,1.604 +110,128,1.87 +110,129,2.374 +110,130,2.028 +110,131,2.26 +110,132,1.866 +111,1,0.938 +111,2,1.073 +111,3,1.205 +111,4,1.283 +111,5,1.376 +111,6,0.803 +111,7,0.978 +111,8,1.082 +111,9,1.142 +111,10,1.276 +111,11,1.365 +111,12,1.039 +111,13,1.16 +111,14,1.261 +111,15,0.917 +111,16,1.047 +111,17,1.176 +111,18,0.853 +111,19,1.009 +111,20,1.138 +111,21,0.775 +111,22,0.928 +111,23,1.029 +111,24,1.273 +111,25,0.846 +111,26,0.994 +111,27,1.137 +111,28,1.012 +111,29,1.158 +111,30,1.436 +111,31,1.405 +111,32,1.328 +111,33,1.454 +111,34,1.382 +111,35,1.248 +111,36,1.18 +111,37,1.296 +111,38,1.098 +111,39,1.118 +111,40,1.05 +111,41,1.12 +111,42,1.104 +111,43,0.931 +111,44,0.882 +111,45,1.001 +111,46,1.617 +111,47,1.738 +111,48,1.775 +111,49,1.865 +111,50,1.429 +111,51,1.595 +111,52,1.621 +111,53,1.768 +111,54,1.289 +111,55,1.366 +111,56,1.454 +111,57,1.552 +111,58,1.114 +111,59,1.171 +111,60,1.306 +111,61,1.439 +111,62,0.787 +111,63,0.768 +111,64,0.875 +111,65,0.671 +111,66,0.614 +111,67,0.689 +111,68,0.551 +111,69,0.516 +111,70,0.546 +111,71,0.379 +111,72,0.343 +111,73,0.457 +111,74,0.521 +111,75,0.17 +111,76,0.407 +111,77,0.692 +111,78,0.856 +111,79,0.958 +111,80,0.549 +111,81,0.687 +111,82,0.811 +111,83,0.414 +111,84,0.605 +111,85,0.688 +111,86,0.696 +111,87,0.443 +111,88,0.601 +111,89,0.4 +111,90,0.593 +111,91,0.712 +111,92,0.532 +111,93,0.626 +111,94,0.719 +111,95,0.895 +111,96,0.684 +111,97,0.758 +111,98,0.847 +111,99,1.037 +111,100,1.154 +111,101,1.33 +111,102,0.806 +111,103,0.96 +111,104,1.094 +111,105,1.128 +111,106,1.306 +111,107,1.363 +111,108,0.971 +111,109,1.065 +111,110,0.18 +111,111,0.07 +111,112,0.324 +111,113,0.224 +111,114,0.159 +111,115,0.354 +111,116,0.441 +111,117,0.292 +111,118,0.442 +111,119,0.628 +111,120,1.377 +111,121,0.732 +111,122,1.357 +111,123,1.724 +111,124,1.159 +111,125,1.023 +111,126,0.919 +111,127,1.513 +111,128,1.779 +111,129,2.282 +111,130,1.883 +111,131,2.116 +111,132,1.722 +112,1,0.752 +112,2,0.887 +112,3,0.999 +112,4,1.077 +112,5,1.17 +112,6,0.617 +112,7,0.791 +112,8,0.876 +112,9,0.936 +112,10,1.07 +112,11,1.159 +112,12,0.833 +112,13,0.954 +112,14,1.055 +112,15,0.711 +112,16,0.841 +112,17,0.97 +112,18,0.647 +112,19,0.803 +112,20,0.932 +112,21,0.645 +112,22,0.722 +112,23,0.823 +112,24,1.067 +112,25,0.759 +112,26,0.906 +112,27,1.043 +112,28,0.924 +112,29,1.07 +112,30,1.553 +112,31,1.458 +112,32,1.381 +112,33,1.327 +112,34,1.499 +112,35,1.306 +112,36,1.233 +112,37,1.168 +112,38,1.214 +112,39,1.209 +112,40,1.082 +112,41,0.992 +112,42,1.221 +112,43,1.048 +112,44,0.962 +112,45,0.857 +112,46,1.49 +112,47,1.593 +112,48,1.589 +112,49,1.679 +112,50,1.253 +112,51,1.416 +112,52,1.435 +112,53,1.582 +112,54,1.103 +112,55,1.239 +112,56,1.268 +112,57,1.366 +112,58,0.928 +112,59,0.985 +112,60,1.12 +112,61,1.253 +112,62,0.904 +112,63,0.867 +112,64,0.743 +112,65,0.836 +112,66,0.779 +112,67,0.644 +112,68,0.716 +112,69,0.565 +112,70,0.501 +112,71,0.544 +112,72,0.508 +112,73,0.372 +112,74,0.528 +112,75,0.335 +112,76,0.201 +112,77,0.499 +112,78,0.652 +112,79,0.752 +112,80,0.343 +112,81,0.481 +112,82,0.605 +112,83,0.208 +112,84,0.399 +112,85,0.482 +112,86,0.498 +112,87,0.237 +112,88,0.437 +112,89,0.313 +112,90,0.506 +112,91,0.625 +112,92,0.445 +112,93,0.539 +112,94,0.631 +112,95,0.807 +112,96,0.596 +112,97,0.67 +112,98,0.759 +112,99,0.949 +112,100,1.067 +112,101,1.243 +112,102,0.719 +112,103,0.873 +112,104,1.006 +112,105,1.04 +112,106,1.219 +112,107,1.276 +112,108,0.884 +112,109,0.977 +112,110,0.415 +112,111,0.324 +112,112,0.064 +112,113,0.359 +112,114,0.295 +112,115,0.353 +112,116,0.576 +112,117,0.427 +112,118,0.481 +112,119,0.764 +112,120,1.491 +112,121,0.893 +112,122,1.269 +112,123,1.879 +112,124,1.32 +112,125,1.137 +112,126,1.054 +112,127,1.426 +112,128,1.691 +112,129,2.176 +112,130,1.697 +112,131,1.942 +112,132,1.792 +113,1,1.05 +113,2,1.186 +113,3,1.297 +113,4,1.376 +113,5,1.468 +113,6,0.916 +113,7,1.089 +113,8,1.174 +113,9,1.235 +113,10,1.369 +113,11,1.458 +113,12,1.132 +113,13,1.252 +113,14,1.353 +113,15,1.009 +113,16,1.138 +113,17,1.24 +113,18,0.917 +113,19,1.074 +113,20,1.203 +113,21,0.811 +113,22,0.992 +113,23,1.093 +113,24,1.337 +113,25,0.882 +113,26,1.029 +113,27,1.172 +113,28,1.047 +113,29,1.193 +113,30,1.624 +113,31,1.593 +113,32,1.516 +113,33,1.607 +113,34,1.57 +113,35,1.436 +113,36,1.369 +113,37,1.449 +113,38,1.286 +113,39,1.306 +113,40,1.238 +113,41,1.272 +113,42,1.293 +113,43,1.119 +113,44,1.07 +113,45,1.154 +113,46,1.77 +113,47,1.891 +113,48,1.888 +113,49,1.977 +113,50,1.552 +113,51,1.715 +113,52,1.733 +113,53,1.88 +113,54,1.402 +113,55,1.519 +113,56,1.567 +113,57,1.664 +113,58,1.226 +113,59,1.284 +113,60,1.418 +113,61,1.551 +113,62,0.976 +113,63,0.956 +113,64,1.028 +113,65,0.859 +113,66,0.802 +113,67,0.842 +113,68,0.74 +113,69,0.704 +113,70,0.698 +113,71,0.568 +113,72,0.532 +113,73,0.61 +113,74,0.674 +113,75,0.359 +113,76,0.5 +113,77,0.797 +113,78,0.95 +113,79,1.051 +113,80,0.641 +113,81,0.78 +113,82,0.903 +113,83,0.506 +113,84,0.697 +113,85,0.78 +113,86,0.731 +113,87,0.536 +113,88,0.636 +113,89,0.436 +113,90,0.628 +113,91,0.748 +113,92,0.567 +113,93,0.662 +113,94,0.754 +113,95,0.93 +113,96,0.719 +113,97,0.793 +113,98,0.882 +113,99,1.072 +113,100,1.19 +113,101,1.366 +113,102,0.838 +113,103,0.995 +113,104,1.129 +113,105,1.163 +113,106,1.342 +113,107,1.399 +113,108,1.007 +113,109,1.1 +113,110,0.315 +113,111,0.224 +113,112,0.359 +113,113,0.067 +113,114,0.175 +113,115,0.389 +113,116,0.456 +113,117,0.307 +113,118,0.458 +113,119,0.644 +113,120,1.565 +113,121,0.92 +113,122,1.392 +113,123,1.912 +113,124,1.348 +113,125,1.158 +113,126,0.934 +113,127,1.548 +113,128,1.814 +113,129,2.318 +113,130,1.996 +113,131,2.24 +113,132,1.91 +114,1,0.986 +114,2,1.121 +114,3,1.233 +114,4,1.311 +114,5,1.404 +114,6,0.851 +114,7,1.025 +114,8,1.11 +114,9,1.17 +114,10,1.304 +114,11,1.393 +114,12,1.067 +114,13,1.188 +114,14,1.289 +114,15,0.945 +114,16,1.074 +114,17,1.176 +114,18,0.853 +114,19,1.009 +114,20,1.138 +114,21,0.746 +114,22,0.928 +114,23,1.029 +114,24,1.273 +114,25,0.817 +114,26,0.965 +114,27,1.108 +114,28,0.983 +114,29,1.129 +114,30,1.56 +114,31,1.528 +114,32,1.452 +114,33,1.542 +114,34,1.506 +114,35,1.371 +114,36,1.304 +114,37,1.384 +114,38,1.221 +114,39,1.242 +114,40,1.174 +114,41,1.208 +114,42,1.228 +114,43,1.054 +114,44,1.005 +114,45,1.089 +114,46,1.706 +114,47,1.827 +114,48,1.823 +114,49,1.913 +114,50,1.487 +114,51,1.65 +114,52,1.669 +114,53,1.816 +114,54,1.337 +114,55,1.455 +114,56,1.502 +114,57,1.6 +114,58,1.162 +114,59,1.219 +114,60,1.354 +114,61,1.487 +114,62,0.911 +114,63,0.892 +114,64,0.963 +114,65,0.795 +114,66,0.738 +114,67,0.777 +114,68,0.675 +114,69,0.64 +114,70,0.634 +114,71,0.503 +114,72,0.467 +114,73,0.545 +114,74,0.609 +114,75,0.294 +114,76,0.435 +114,77,0.733 +114,78,0.886 +114,79,0.986 +114,80,0.577 +114,81,0.715 +114,82,0.839 +114,83,0.442 +114,84,0.633 +114,85,0.716 +114,86,0.666 +114,87,0.471 +114,88,0.572 +114,89,0.371 +114,90,0.564 +114,91,0.683 +114,92,0.449 +114,93,0.597 +114,94,0.69 +114,95,0.866 +114,96,0.6 +114,97,0.729 +114,98,0.818 +114,99,1.008 +114,100,1.125 +114,101,1.301 +114,102,0.697 +114,103,0.877 +114,104,1.011 +114,105,1.099 +114,106,1.277 +114,107,1.334 +114,108,0.87 +114,109,0.982 +114,110,0.25 +114,111,0.159 +114,112,0.295 +114,113,0.175 +114,114,0.066 +114,115,0.325 +114,116,0.315 +114,117,0.166 +114,118,0.317 +114,119,0.503 +114,120,1.5 +114,121,0.856 +114,122,1.274 +114,123,1.848 +114,124,1.283 +114,125,1.093 +114,126,0.793 +114,127,1.484 +114,128,1.75 +114,129,2.253 +114,130,1.931 +114,131,2.176 +114,132,1.845 +115,1,0.921 +115,2,1.056 +115,3,1.123 +115,4,1.191 +115,5,1.261 +115,6,0.786 +115,7,0.96 +115,8,0.984 +115,9,1.05 +115,10,1.161 +115,11,1.201 +115,12,0.942 +115,13,0.995 +115,14,1.096 +115,15,0.798 +115,16,0.876 +115,17,0.978 +115,18,0.656 +115,19,0.812 +115,20,0.941 +115,21,0.54 +115,22,0.73 +115,23,0.831 +115,24,1.075 +115,25,0.611 +115,26,0.759 +115,27,0.902 +115,28,0.777 +115,29,0.923 +115,30,1.748 +115,31,1.652 +115,32,1.576 +115,33,1.522 +115,34,1.694 +115,35,1.501 +115,36,1.428 +115,37,1.363 +115,38,1.409 +115,39,1.404 +115,40,1.276 +115,41,1.187 +115,42,1.416 +115,43,1.242 +115,44,1.156 +115,45,1.052 +115,46,1.685 +115,47,1.762 +115,48,1.752 +115,49,1.814 +115,50,1.422 +115,51,1.586 +115,52,1.598 +115,53,1.707 +115,54,1.273 +115,55,1.434 +115,56,1.428 +115,57,1.486 +115,58,1.097 +115,59,1.155 +115,60,1.289 +115,61,1.369 +115,62,1.099 +115,63,1.062 +115,64,0.938 +115,65,0.99 +115,66,0.933 +115,67,0.839 +115,68,0.87 +115,69,0.76 +115,70,0.696 +115,71,0.698 +115,72,0.662 +115,73,0.566 +115,74,0.739 +115,75,0.489 +115,76,0.396 +115,77,0.668 +115,78,0.821 +115,79,0.86 +115,80,0.512 +115,81,0.65 +115,82,0.729 +115,83,0.377 +115,84,0.504 +115,85,0.571 +115,86,0.469 +115,87,0.304 +115,88,0.375 +115,89,0.174 +115,90,0.358 +115,91,0.477 +115,92,0.261 +115,93,0.391 +115,94,0.484 +115,95,0.66 +115,96,0.413 +115,97,0.523 +115,98,0.612 +115,99,0.802 +115,100,0.919 +115,101,1.095 +115,102,0.535 +115,103,0.689 +115,104,0.823 +115,105,0.893 +115,106,1.071 +115,107,1.128 +115,108,0.7 +115,109,0.794 +115,110,0.445 +115,111,0.354 +115,112,0.353 +115,113,0.389 +115,114,0.325 +115,115,0.065 +115,116,0.514 +115,117,0.365 +115,118,0.211 +115,119,0.618 +115,120,1.686 +115,121,1.051 +115,122,1.086 +115,123,2.042 +115,124,1.478 +115,125,1.288 +115,126,0.992 +115,127,1.278 +115,128,1.544 +115,129,2.047 +115,130,1.867 +115,131,2.111 +115,132,1.987 +116,1,1.267 +116,2,1.402 +116,3,1.514 +116,4,1.593 +116,5,1.682 +116,6,1.132 +116,7,1.306 +116,8,1.391 +116,9,1.452 +116,10,1.583 +116,11,1.623 +116,12,1.348 +116,13,1.416 +116,14,1.517 +116,15,1.219 +116,16,1.298 +116,17,1.4 +116,18,1.077 +116,19,1.233 +116,20,1.362 +116,21,0.876 +116,22,1.081 +116,23,1.196 +116,24,1.45 +116,25,0.946 +116,26,1.094 +116,27,1.237 +116,28,1.086 +116,29,1.232 +116,30,1.841 +116,31,1.81 +116,32,1.733 +116,33,1.824 +116,34,1.787 +116,35,1.653 +116,36,1.586 +116,37,1.666 +116,38,1.503 +116,39,1.523 +116,40,1.455 +116,41,1.489 +116,42,1.51 +116,43,1.336 +116,44,1.287 +116,45,1.371 +116,46,1.987 +116,47,2.108 +116,48,2.104 +116,49,2.194 +116,50,1.768 +116,51,1.932 +116,52,1.95 +116,53,2.097 +116,54,1.619 +116,55,1.736 +116,56,1.784 +116,57,1.881 +116,58,1.443 +116,59,1.501 +116,60,1.635 +116,61,1.768 +116,62,1.192 +116,63,1.173 +116,64,1.244 +116,65,1.076 +116,66,1.019 +116,67,1.059 +116,68,0.956 +116,69,0.921 +116,70,0.915 +116,71,0.784 +116,72,0.748 +116,73,0.826 +116,74,0.89 +116,75,0.576 +116,76,0.716 +116,77,1.014 +116,78,1.167 +116,79,1.268 +116,80,0.858 +116,81,0.996 +116,82,1.12 +116,83,0.723 +116,84,0.914 +116,85,0.992 +116,86,0.89 +116,87,0.729 +116,88,0.796 +116,89,0.554 +116,90,0.693 +116,91,0.812 +116,92,0.463 +116,93,0.655 +116,94,0.793 +116,95,0.969 +116,96,0.615 +116,97,0.787 +116,98,0.876 +116,99,1.111 +116,100,1.229 +116,101,1.405 +116,102,0.711 +116,103,0.891 +116,104,1.025 +116,105,1.157 +116,106,1.335 +116,107,1.438 +116,108,0.884 +116,109,0.996 +116,110,0.532 +116,111,0.441 +116,112,0.576 +116,113,0.456 +116,114,0.315 +116,115,0.514 +116,116,0.067 +116,117,0.18 +116,118,0.331 +116,119,0.517 +116,120,1.782 +116,121,1.038 +116,122,1.288 +116,123,2.126 +116,124,1.561 +116,125,1.178 +116,126,0.524 +116,127,1.587 +116,128,1.853 +116,129,2.361 +116,130,2.213 +116,131,2.457 +116,132,2.127 +117,1,1.118 +117,2,1.253 +117,3,1.365 +117,4,1.444 +117,5,1.533 +117,6,0.983 +117,7,1.157 +117,8,1.242 +117,9,1.303 +117,10,1.434 +117,11,1.474 +117,12,1.199 +117,13,1.267 +117,14,1.368 +117,15,1.07 +117,16,1.149 +117,17,1.251 +117,18,0.928 +117,19,1.084 +117,20,1.213 +117,21,0.726 +117,22,0.932 +117,23,1.047 +117,24,1.3 +117,25,0.797 +117,26,0.945 +117,27,1.088 +117,28,0.937 +117,29,1.083 +117,30,1.692 +117,31,1.661 +117,32,1.584 +117,33,1.675 +117,34,1.638 +117,35,1.504 +117,36,1.436 +117,37,1.516 +117,38,1.354 +117,39,1.374 +117,40,1.306 +117,41,1.34 +117,42,1.36 +117,43,1.187 +117,44,1.138 +117,45,1.222 +117,46,1.838 +117,47,1.959 +117,48,1.955 +117,49,2.045 +117,50,1.619 +117,51,1.782 +117,52,1.801 +117,53,1.948 +117,54,1.47 +117,55,1.587 +117,56,1.634 +117,57,1.732 +117,58,1.294 +117,59,1.352 +117,60,1.486 +117,61,1.619 +117,62,1.043 +117,63,1.024 +117,64,1.095 +117,65,0.927 +117,66,0.87 +117,67,0.91 +117,68,0.807 +117,69,0.772 +117,70,0.766 +117,71,0.635 +117,72,0.599 +117,73,0.677 +117,74,0.741 +117,75,0.426 +117,76,0.567 +117,77,0.865 +117,78,1.018 +117,79,1.118 +117,80,0.709 +117,81,0.847 +117,82,0.971 +117,83,0.574 +117,84,0.765 +117,85,0.843 +117,86,0.741 +117,87,0.58 +117,88,0.647 +117,89,0.404 +117,90,0.544 +117,91,0.663 +117,92,0.314 +117,93,0.506 +117,94,0.644 +117,95,0.82 +117,96,0.466 +117,97,0.638 +117,98,0.727 +117,99,0.962 +117,100,1.08 +117,101,1.256 +117,102,0.562 +117,103,0.742 +117,104,0.876 +117,105,1.008 +117,106,1.186 +117,107,1.288 +117,108,0.735 +117,109,0.847 +117,110,0.383 +117,111,0.292 +117,112,0.427 +117,113,0.307 +117,114,0.166 +117,115,0.365 +117,116,0.18 +117,117,0.067 +117,118,0.182 +117,119,0.368 +117,120,1.633 +117,121,0.988 +117,122,1.139 +117,123,1.98 +117,124,1.415 +117,125,1.225 +117,126,0.658 +117,127,1.438 +117,128,1.704 +117,129,2.212 +117,130,2.064 +117,131,2.308 +117,132,1.978 +118,1,1.049 +118,2,1.185 +118,3,1.242 +118,4,1.31 +118,5,1.38 +118,6,0.915 +118,7,1.088 +118,8,1.103 +118,9,1.169 +118,10,1.28 +118,11,1.32 +118,12,1.061 +118,13,1.114 +118,14,1.214 +118,15,0.917 +118,16,0.995 +118,17,1.097 +118,18,0.774 +118,19,0.931 +118,20,1.06 +118,21,0.573 +118,22,0.779 +118,23,0.894 +118,24,1.147 +118,25,0.644 +118,26,0.792 +118,27,0.935 +118,28,0.784 +118,29,0.93 +118,30,1.843 +118,31,1.781 +118,32,1.704 +118,33,1.65 +118,34,1.789 +118,35,1.629 +118,36,1.556 +118,37,1.492 +118,38,1.504 +118,39,1.525 +118,40,1.405 +118,41,1.315 +118,42,1.511 +118,43,1.337 +118,44,1.285 +118,45,1.18 +118,46,1.813 +118,47,1.89 +118,48,1.871 +118,49,1.933 +118,50,1.551 +118,51,1.714 +118,52,1.716 +118,53,1.826 +118,54,1.401 +118,55,1.562 +118,56,1.547 +118,57,1.605 +118,58,1.225 +118,59,1.283 +118,60,1.418 +118,61,1.488 +118,62,1.194 +118,63,1.175 +118,64,1.066 +118,65,1.078 +118,66,1.021 +118,67,0.967 +118,68,0.958 +118,69,0.888 +118,70,0.824 +118,71,0.786 +118,72,0.75 +118,73,0.695 +118,74,0.867 +118,75,0.577 +118,76,0.524 +118,77,0.796 +118,78,0.95 +118,79,0.979 +118,80,0.64 +118,81,0.779 +118,82,0.848 +118,83,0.505 +118,84,0.622 +118,85,0.69 +118,86,0.588 +118,87,0.426 +118,88,0.494 +118,89,0.251 +118,90,0.391 +118,91,0.51 +118,92,0.161 +118,93,0.353 +118,94,0.49 +118,95,0.667 +118,96,0.312 +118,97,0.484 +118,98,0.573 +118,99,0.808 +118,100,0.926 +118,101,1.102 +118,102,0.435 +118,103,0.589 +118,104,0.722 +118,105,0.854 +118,106,1.033 +118,107,1.135 +118,108,0.6 +118,109,0.693 +118,110,0.533 +118,111,0.442 +118,112,0.481 +118,113,0.458 +118,114,0.317 +118,115,0.211 +118,116,0.331 +118,117,0.182 +118,118,0.066 +118,119,0.502 +118,120,1.783 +118,121,1.139 +118,122,0.985 +118,123,2.131 +118,124,1.566 +118,125,1.376 +118,126,0.809 +118,127,1.285 +118,128,1.551 +118,129,2.058 +118,130,1.995 +118,131,2.239 +118,132,2.115 +119,1,1.454 +119,2,1.59 +119,3,1.634 +119,4,1.701 +119,5,1.771 +119,6,1.32 +119,7,1.494 +119,8,1.494 +119,9,1.56 +119,10,1.672 +119,11,1.712 +119,12,1.453 +119,13,1.505 +119,14,1.606 +119,15,1.308 +119,16,1.387 +119,17,1.489 +119,18,1.166 +119,19,1.322 +119,20,1.451 +119,21,0.933 +119,22,1.122 +119,23,1.254 +119,24,1.443 +119,25,0.988 +119,26,1.135 +119,27,1.236 +119,28,1.058 +119,29,1.204 +119,30,2.029 +119,31,1.997 +119,32,1.921 +119,33,2.011 +119,34,1.975 +119,35,1.84 +119,36,1.773 +119,37,1.853 +119,38,1.69 +119,39,1.711 +119,40,1.642 +119,41,1.677 +119,42,1.697 +119,43,1.523 +119,44,1.474 +119,45,1.558 +119,46,2.174 +119,47,2.296 +119,48,2.262 +119,49,2.324 +119,50,1.956 +119,51,2.119 +119,52,2.108 +119,53,2.217 +119,54,1.806 +119,55,1.924 +119,56,1.939 +119,57,1.996 +119,58,1.63 +119,59,1.688 +119,60,1.82 +119,61,1.88 +119,62,1.38 +119,63,1.361 +119,64,1.432 +119,65,1.264 +119,66,1.207 +119,67,1.246 +119,68,1.144 +119,69,1.109 +119,70,1.103 +119,71,0.972 +119,72,0.936 +119,73,1.014 +119,74,1.078 +119,75,0.763 +119,76,0.904 +119,77,1.202 +119,78,1.35 +119,79,1.37 +119,80,1.046 +119,81,1.184 +119,82,1.24 +119,83,0.911 +119,84,1.014 +119,85,1.081 +119,86,0.98 +119,87,0.829 +119,88,0.885 +119,89,0.654 +119,90,0.762 +119,91,0.87 +119,92,0.537 +119,93,0.627 +119,94,0.764 +119,95,0.941 +119,96,0.448 +119,97,0.612 +119,98,0.847 +119,99,0.935 +119,100,1.03 +119,101,1.257 +119,102,0.356 +119,103,0.534 +119,104,0.668 +119,105,0.802 +119,106,0.98 +119,107,1.16 +119,108,0.374 +119,109,0.639 +119,110,0.719 +119,111,0.628 +119,112,0.764 +119,113,0.644 +119,114,0.503 +119,115,0.619 +119,116,0.517 +119,117,0.368 +119,118,0.503 +119,119,0.231 +119,120,1.969 +119,121,1.325 +119,122,0.83 +119,123,2.317 +119,124,1.752 +119,125,1.562 +119,126,0.714 +119,127,1.559 +119,128,1.825 +119,129,2.332 +119,130,2.4 +119,131,2.645 +119,132,2.314 +120,1,1.036 +120,2,1.176 +120,3,1.284 +120,4,1.425 +120,5,1.526 +120,6,1.044 +120,7,1.138 +120,8,1.273 +120,9,1.391 +120,10,1.521 +120,11,1.61 +120,12,1.438 +120,13,1.549 +120,14,1.65 +120,15,1.568 +120,16,1.66 +120,17,1.754 +120,18,1.645 +120,19,1.804 +120,20,1.873 +120,21,1.777 +120,22,1.78 +120,23,1.887 +120,24,2.06 +120,25,1.914 +120,26,1.977 +120,27,2.108 +120,28,2.113 +120,29,2.267 +120,30,0.609 +120,31,0.58 +120,32,0.722 +120,33,0.942 +120,34,0.488 +120,35,0.593 +120,36,0.854 +120,37,1.015 +120,38,0.514 +120,39,0.557 +120,40,0.724 +120,41,0.872 +120,42,0.585 +120,43,0.547 +120,44,0.734 +120,45,0.884 +120,46,1.016 +120,47,1.137 +120,48,1.278 +120,49,1.396 +120,50,1.114 +120,51,1.254 +120,52,1.368 +120,53,1.525 +120,54,1.16 +120,55,1.118 +120,56,1.348 +120,57,1.445 +120,58,1.018 +120,59,1.11 +120,60,1.244 +120,61,1.377 +120,62,0.733 +120,63,0.783 +120,64,0.926 +120,65,0.904 +120,66,0.847 +120,67,0.892 +120,68,1.049 +120,69,1.014 +120,70,1.046 +120,71,1.19 +120,72,1.118 +120,73,1.175 +120,74,1.49 +120,75,1.241 +120,76,1.378 +120,77,1.152 +120,78,1.229 +120,79,1.393 +120,80,1.28 +120,81,1.376 +120,82,1.464 +120,83,1.402 +120,84,1.596 +120,85,1.68 +120,86,1.719 +120,87,1.537 +120,88,1.72 +120,89,1.648 +120,90,1.84 +120,91,1.888 +120,92,1.78 +120,93,1.874 +120,94,1.966 +120,95,2.048 +120,96,1.931 +120,97,2.005 +120,98,2.094 +120,99,2.241 +120,100,2.289 +120,101,2.427 +120,102,2.054 +120,103,2.208 +120,104,2.341 +120,105,2.375 +120,106,2.554 +120,107,2.472 +120,108,2.219 +120,109,2.312 +120,110,1.532 +120,111,1.388 +120,112,1.493 +120,113,1.576 +120,114,1.511 +120,115,1.688 +120,116,1.793 +120,117,1.644 +120,118,1.794 +120,119,1.98 +120,120,0.187 +120,121,1.084 +120,122,2.604 +120,123,0.671 +120,124,0.747 +120,125,1.126 +120,126,1.939 +120,127,2.585 +120,128,2.789 +120,129,3.159 +120,130,1.315 +120,131,1.506 +120,132,0.894 +121,1,1.029 +121,2,1.164 +121,3,1.305 +121,4,1.437 +121,5,1.53 +121,6,0.894 +121,7,1.07 +121,8,1.208 +121,9,1.319 +121,10,1.453 +121,11,1.534 +121,12,1.219 +121,13,1.327 +121,14,1.428 +121,15,1.167 +121,16,1.278 +121,17,1.436 +121,18,1.244 +121,19,1.403 +121,20,1.532 +121,21,1.335 +121,22,1.379 +121,23,1.472 +121,24,1.716 +121,25,1.49 +121,26,1.562 +121,27,1.693 +121,28,1.676 +121,29,1.822 +121,30,1.091 +121,31,1.061 +121,32,1.204 +121,33,1.424 +121,34,1.036 +121,35,1.024 +121,36,1.092 +121,37,1.286 +121,38,0.752 +121,39,0.795 +121,40,0.962 +121,41,1.11 +121,42,0.612 +121,43,0.785 +121,44,0.838 +121,45,1.003 +121,46,1.498 +121,47,1.619 +121,48,1.76 +121,49,1.878 +121,50,1.419 +121,51,1.585 +121,52,1.668 +121,53,1.816 +121,54,1.381 +121,55,1.356 +121,56,1.546 +121,57,1.643 +121,58,1.205 +121,59,1.263 +121,60,1.397 +121,61,1.53 +121,62,0.744 +121,63,0.724 +121,64,0.961 +121,65,0.679 +121,66,0.622 +121,67,0.78 +121,68,0.404 +121,69,0.524 +121,70,0.637 +121,71,0.595 +121,72,0.522 +121,73,0.661 +121,74,0.45 +121,75,0.589 +121,76,0.794 +121,77,0.783 +121,78,0.947 +121,79,1.092 +121,80,0.767 +121,81,0.863 +121,82,0.994 +121,83,0.847 +121,84,1.087 +121,85,1.172 +121,86,1.188 +121,87,0.982 +121,88,1.166 +121,89,1.064 +121,90,1.257 +121,91,1.356 +121,92,1.196 +121,93,1.29 +121,94,1.383 +121,95,1.559 +121,96,1.348 +121,97,1.422 +121,98,1.511 +121,99,1.701 +121,100,1.818 +121,101,1.994 +121,102,1.47 +121,103,1.624 +121,104,1.758 +121,105,1.792 +121,106,1.97 +121,107,2.027 +121,108,1.636 +121,109,1.729 +121,110,0.733 +121,111,0.736 +121,112,0.894 +121,113,0.924 +121,114,0.86 +121,115,1.054 +121,116,1.038 +121,117,0.992 +121,118,1.142 +121,119,1.328 +121,120,1.084 +121,121,0.28 +121,122,2.021 +121,123,1.144 +121,124,0.58 +121,125,0.581 +121,126,0.974 +121,127,2.172 +121,128,2.438 +121,129,2.818 +121,130,1.797 +121,131,1.987 +121,132,1.376 +122,1,1.769 +122,2,1.703 +122,3,1.593 +122,4,1.601 +122,5,1.652 +122,6,1.634 +122,7,1.609 +122,8,1.495 +122,9,1.46 +122,10,1.553 +122,11,1.59 +122,12,1.329 +122,13,1.383 +122,14,1.459 +122,15,1.185 +122,16,1.265 +122,17,1.332 +122,18,1.043 +122,19,1.114 +122,20,1.211 +122,21,1.023 +122,22,0.886 +122,23,0.98 +122,24,1.178 +122,25,0.751 +122,26,0.858 +122,27,0.971 +122,28,0.716 +122,29,0.863 +122,30,2.663 +122,31,2.567 +122,32,2.49 +122,33,2.319 +122,34,2.608 +122,35,2.416 +122,36,2.343 +122,37,2.238 +122,38,2.324 +122,39,2.318 +122,40,2.191 +122,41,2.102 +122,42,2.331 +122,43,2.157 +122,44,2.071 +122,45,1.966 +122,46,2.411 +122,47,2.258 +122,48,2.167 +122,49,2.224 +122,50,2.123 +122,51,2.084 +122,52,2.013 +122,53,2.117 +122,54,1.974 +122,55,1.95 +122,56,1.844 +122,57,1.897 +122,58,1.864 +122,59,1.811 +122,60,1.725 +122,61,1.78 +122,62,2.014 +122,63,1.977 +122,64,1.852 +122,65,1.949 +122,66,1.892 +122,67,1.754 +122,68,1.83 +122,69,1.675 +122,70,1.61 +122,71,1.67 +122,72,1.634 +122,73,1.481 +122,74,1.654 +122,75,1.461 +122,76,1.311 +122,77,1.516 +122,78,1.49 +122,79,1.371 +122,80,1.36 +122,81,1.375 +122,82,1.279 +122,83,1.225 +122,84,1.19 +122,85,1.147 +122,86,1.148 +122,87,1.133 +122,88,1.061 +122,89,0.958 +122,90,0.9 +122,91,0.906 +122,92,0.842 +122,93,0.747 +122,94,0.746 +122,95,0.645 +122,96,0.69 +122,97,0.676 +122,98,0.578 +122,99,0.51 +122,100,0.605 +122,101,0.832 +122,102,0.63 +122,103,0.556 +122,104,0.422 +122,105,0.377 +122,106,0.555 +122,107,0.735 +122,108,0.506 +122,109,0.329 +122,110,1.446 +122,111,1.355 +122,112,1.268 +122,113,1.39 +122,114,1.272 +122,115,1.084 +122,116,1.286 +122,117,1.137 +122,118,0.984 +122,119,0.83 +122,120,2.601 +122,121,2.019 +122,122,0.29 +122,123,2.989 +122,124,2.446 +122,125,2.263 +122,126,1.497 +122,127,1.213 +122,128,1.484 +122,129,2 +122,130,2.362 +122,131,2.607 +122,132,2.862 +123,1,1.42 +123,2,1.56 +123,3,1.668 +123,4,1.809 +123,5,1.91 +123,6,1.428 +123,7,1.522 +123,8,1.657 +123,9,1.774 +123,10,1.904 +123,11,1.993 +123,12,1.822 +123,13,1.933 +123,14,2.034 +123,15,1.952 +123,16,2.044 +123,17,2.138 +123,18,2.028 +123,19,2.188 +123,20,2.257 +123,21,2.16 +123,22,2.164 +123,23,2.271 +123,24,2.444 +123,25,2.297 +123,26,2.361 +123,27,2.492 +123,28,2.497 +123,29,2.65 +123,30,1.135 +123,31,1.106 +123,32,1.249 +123,33,1.468 +123,34,1.015 +123,35,1.12 +123,36,1.238 +123,37,1.432 +123,38,0.898 +123,39,0.941 +123,40,1.107 +123,41,1.256 +123,42,0.969 +123,43,0.93 +123,44,1.117 +123,45,1.267 +123,46,1.543 +123,47,1.664 +123,48,1.805 +123,49,1.922 +123,50,1.565 +123,51,1.731 +123,52,1.814 +123,53,1.962 +123,54,1.544 +123,55,1.502 +123,56,1.731 +123,57,1.829 +123,58,1.402 +123,59,1.493 +123,60,1.628 +123,61,1.761 +123,62,1.117 +123,63,1.167 +123,64,1.309 +123,65,1.287 +123,66,1.23 +123,67,1.276 +123,68,1.279 +123,69,1.397 +123,70,1.43 +123,71,1.574 +123,72,1.501 +123,73,1.559 +123,74,1.555 +123,75,1.581 +123,76,1.762 +123,77,1.536 +123,78,1.613 +123,79,1.777 +123,80,1.664 +123,81,1.76 +123,82,1.848 +123,83,1.786 +123,84,1.98 +123,85,2.064 +123,86,2.103 +123,87,1.92 +123,88,2.104 +123,89,2.032 +123,90,2.224 +123,91,2.271 +123,92,2.163 +123,93,2.258 +123,94,2.35 +123,95,2.431 +123,96,2.315 +123,97,2.389 +123,98,2.478 +123,99,2.625 +123,100,2.673 +123,101,2.811 +123,102,2.438 +123,103,2.591 +123,104,2.725 +123,105,2.759 +123,106,2.937 +123,107,2.856 +123,108,2.603 +123,109,2.696 +123,110,1.838 +123,111,1.728 +123,112,1.877 +123,113,1.916 +123,114,1.851 +123,115,2.046 +123,116,2.126 +123,117,1.984 +123,118,2.134 +123,119,2.32 +123,120,0.608 +123,121,1.144 +123,122,2.988 +123,123,0.253 +123,124,0.615 +123,125,1.012 +123,126,1.905 +123,127,2.969 +123,128,3.173 +123,129,3.543 +123,130,1.731 +123,131,1.781 +123,132,1.129 +124,1,1.349 +124,2,1.533 +124,3,1.633 +124,4,1.774 +124,5,1.875 +124,6,1.322 +124,7,1.452 +124,8,1.586 +124,9,1.704 +124,10,1.834 +124,11,1.923 +124,12,1.646 +124,13,1.754 +124,14,1.855 +124,15,1.594 +124,16,1.706 +124,17,1.863 +124,18,1.671 +124,19,1.83 +124,20,1.959 +124,21,1.762 +124,22,1.806 +124,23,1.899 +124,24,2.143 +124,25,1.917 +124,26,1.989 +124,27,2.12 +124,28,2.103 +124,29,2.249 +124,30,1.285 +124,31,1.256 +124,32,1.399 +124,33,1.618 +124,34,1.165 +124,35,1.26 +124,36,1.328 +124,37,1.522 +124,38,0.988 +124,39,1.031 +124,40,1.197 +124,41,1.346 +124,42,0.89 +124,43,1.02 +124,44,1.116 +124,45,1.281 +124,46,1.693 +124,47,1.814 +124,48,1.955 +124,49,2.072 +124,50,1.655 +124,51,1.821 +124,52,1.904 +124,53,2.052 +124,54,1.634 +124,55,1.592 +124,56,1.821 +124,57,1.919 +124,58,1.492 +124,59,1.583 +124,60,1.718 +124,61,1.851 +124,62,1.021 +124,63,1.002 +124,64,1.239 +124,65,1.102 +124,66,1.045 +124,67,1.099 +124,68,0.831 +124,69,0.951 +124,70,1.064 +124,71,1.022 +124,72,0.949 +124,73,1.088 +124,74,0.991 +124,75,1.016 +124,76,1.222 +124,77,1.21 +124,78,1.374 +124,79,1.519 +124,80,1.194 +124,81,1.29 +124,82,1.421 +124,83,1.274 +124,84,1.514 +124,85,1.599 +124,86,1.615 +124,87,1.409 +124,88,1.593 +124,89,1.492 +124,90,1.684 +124,91,1.783 +124,92,1.623 +124,93,1.718 +124,94,1.81 +124,95,1.986 +124,96,1.775 +124,97,1.849 +124,98,1.938 +124,99,2.128 +124,100,2.246 +124,101,2.422 +124,102,1.898 +124,103,2.051 +124,104,2.185 +124,105,2.219 +124,106,2.397 +124,107,2.454 +124,108,2.063 +124,109,2.156 +124,110,1.274 +124,111,1.163 +124,112,1.321 +124,113,1.351 +124,114,1.287 +124,115,1.481 +124,116,1.561 +124,117,1.419 +124,118,1.57 +124,119,1.756 +124,120,0.756 +124,121,0.58 +124,122,2.448 +124,123,0.615 +124,124,0.162 +124,125,0.447 +124,126,1.34 +124,127,2.599 +124,128,2.865 +124,129,3.245 +124,130,1.991 +124,131,2.153 +124,132,1.501 +125,1,1.504 +125,2,1.639 +125,3,1.772 +125,4,1.851 +125,5,1.944 +125,6,1.369 +125,7,1.544 +125,8,1.65 +125,9,1.71 +125,10,1.844 +125,11,1.933 +125,12,1.607 +125,13,1.728 +125,14,1.829 +125,15,1.484 +125,16,1.615 +125,17,1.773 +125,18,1.561 +125,19,1.72 +125,20,1.849 +125,21,1.572 +125,22,1.638 +125,23,1.726 +125,24,1.97 +125,25,1.727 +125,26,1.816 +125,27,1.947 +125,28,1.913 +125,29,2.059 +125,30,1.633 +125,31,1.604 +125,32,1.747 +125,33,1.966 +125,34,1.531 +125,35,1.567 +125,36,1.635 +125,37,1.828 +125,38,1.294 +125,39,1.338 +125,40,1.504 +125,41,1.652 +125,42,1.155 +125,43,1.327 +125,44,1.38 +125,45,1.546 +125,46,2.04 +125,47,2.162 +125,48,2.303 +125,49,2.42 +125,50,1.961 +125,51,2.128 +125,52,2.187 +125,53,2.334 +125,54,1.855 +125,55,1.899 +125,56,2.02 +125,57,2.118 +125,58,1.68 +125,59,1.737 +125,60,1.872 +125,61,2.005 +125,62,1.286 +125,63,1.267 +125,64,1.441 +125,65,1.221 +125,66,1.164 +125,67,1.255 +125,68,0.946 +125,69,1.066 +125,70,1.112 +125,71,1.108 +125,72,1.064 +125,73,1.023 +125,74,0.613 +125,75,1.081 +125,76,1.032 +125,77,1.258 +125,78,1.422 +125,79,1.526 +125,80,1.116 +125,81,1.255 +125,82,1.378 +125,83,1.084 +125,84,1.324 +125,85,1.409 +125,86,1.425 +125,87,1.219 +125,88,1.403 +125,89,1.302 +125,90,1.494 +125,91,1.593 +125,92,1.433 +125,93,1.528 +125,94,1.62 +125,95,1.796 +125,96,1.585 +125,97,1.659 +125,98,1.748 +125,99,1.938 +125,100,2.056 +125,101,2.232 +125,102,1.708 +125,103,1.861 +125,104,1.995 +125,105,2.029 +125,106,2.207 +125,107,2.264 +125,108,1.873 +125,109,1.966 +125,110,0.896 +125,111,1.023 +125,112,1.131 +125,113,1.158 +125,114,1.093 +125,115,1.288 +125,116,1.179 +125,117,1.225 +125,118,1.376 +125,119,1.562 +125,120,1.123 +125,121,0.581 +125,122,2.258 +125,123,1.012 +125,124,0.447 +125,125,0.162 +125,126,0.958 +125,127,2.414 +125,128,2.68 +125,129,3.079 +125,130,2.339 +125,131,2.53 +125,132,1.898 +126,1,1.745 +126,2,1.881 +126,3,1.992 +126,4,2.071 +126,5,2.16 +126,6,1.611 +126,7,1.784 +126,8,1.87 +126,9,1.93 +126,10,2.061 +126,11,2.101 +126,12,1.827 +126,13,1.894 +126,14,1.995 +126,15,1.697 +126,16,1.776 +126,17,1.878 +126,18,1.555 +126,19,1.711 +126,20,1.84 +126,21,1.335 +126,22,1.524 +126,23,1.655 +126,24,1.845 +126,25,1.389 +126,26,1.537 +126,27,1.638 +126,28,1.459 +126,29,1.606 +126,30,2.026 +126,31,1.996 +126,32,2.139 +126,33,2.302 +126,34,1.971 +126,35,1.959 +126,36,2.027 +126,37,2.144 +126,38,1.687 +126,39,1.73 +126,40,1.896 +126,41,1.968 +126,42,1.547 +126,43,1.72 +126,44,1.765 +126,45,1.849 +126,46,2.433 +126,47,2.554 +126,48,2.583 +126,49,2.672 +126,50,2.247 +126,51,2.41 +126,52,2.428 +126,53,2.576 +126,54,2.097 +126,55,2.214 +126,56,2.262 +126,57,2.36 +126,58,1.921 +126,59,1.979 +126,60,2.114 +126,61,2.246 +126,62,1.671 +126,63,1.651 +126,64,1.723 +126,65,1.554 +126,66,1.498 +126,67,1.537 +126,68,1.339 +126,69,1.4 +126,70,1.394 +126,71,1.263 +126,72,1.227 +126,73,1.305 +126,74,1.006 +126,75,1.054 +126,76,1.195 +126,77,1.492 +126,78,1.646 +126,79,1.746 +126,80,1.336 +126,81,1.475 +126,82,1.598 +126,83,1.201 +126,84,1.392 +126,85,1.47 +126,86,1.369 +126,87,1.207 +126,88,1.274 +126,89,1.032 +126,90,1.164 +126,91,1.272 +126,92,0.939 +126,93,1.029 +126,94,1.166 +126,95,1.342 +126,96,0.945 +126,97,1.134 +126,98,1.249 +126,99,1.484 +126,100,1.59 +126,101,1.778 +126,102,0.901 +126,103,1.094 +126,104,1.228 +126,105,1.361 +126,106,1.54 +126,107,1.719 +126,108,1.074 +126,109,1.198 +126,110,0.812 +126,111,0.919 +126,112,1.054 +126,113,0.934 +126,114,0.793 +126,115,0.992 +126,116,0.524 +126,117,0.658 +126,118,0.809 +126,119,0.707 +126,120,1.923 +126,121,0.974 +126,122,1.49 +126,123,1.905 +126,124,1.34 +126,125,0.957 +126,126,0.364 +126,127,1.961 +126,128,2.226 +126,129,2.734 +126,130,2.691 +126,131,2.922 +126,132,2.311 +127,1,1.691 +127,2,1.62 +127,3,1.476 +127,4,1.402 +127,5,1.386 +127,6,1.642 +127,7,1.548 +127,8,1.434 +127,9,1.339 +127,10,1.271 +127,11,1.23 +127,12,1.25 +127,13,1.102 +127,14,1.09 +127,15,1.122 +127,16,1.005 +127,17,0.884 +127,18,1 +127,19,0.889 +127,20,0.762 +127,21,1.004 +127,22,0.922 +127,23,0.756 +127,24,0.682 +127,25,0.788 +127,26,0.668 +127,27,0.511 +127,28,0.545 +127,29,0.379 +127,30,2.596 +127,31,2.498 +127,32,2.421 +127,33,2.221 +127,34,2.542 +127,35,2.346 +127,36,2.254 +127,37,2.14 +127,38,2.318 +127,39,2.266 +127,40,2.122 +127,41,2.015 +127,42,2.324 +127,43,2.151 +127,44,2.052 +127,45,1.897 +127,46,2.268 +127,47,2.114 +127,48,1.978 +127,49,1.992 +127,50,2.025 +127,51,1.94 +127,52,1.857 +127,53,1.885 +127,54,1.876 +127,55,1.807 +127,56,1.7 +127,57,1.662 +127,58,1.766 +127,59,1.713 +127,60,1.581 +127,61,1.536 +127,62,2.007 +127,63,1.975 +127,64,1.835 +127,65,2.049 +127,66,1.992 +127,67,1.766 +127,68,1.93 +127,69,1.775 +127,70,1.71 +127,71,1.868 +127,72,1.832 +127,73,1.614 +127,74,1.833 +127,75,1.659 +127,76,1.508 +127,77,1.573 +127,78,1.429 +127,79,1.31 +127,80,1.48 +127,81,1.331 +127,82,1.199 +127,83,1.383 +127,84,1.24 +127,85,1.116 +127,86,1.164 +127,87,1.331 +127,88,1.218 +127,89,1.191 +127,90,1.056 +127,91,0.943 +127,92,1.134 +127,93,0.952 +127,94,0.8 +127,95,0.699 +127,96,1.197 +127,97,1.083 +127,98,1.131 +127,99,0.81 +127,100,0.674 +127,101,0.516 +127,102,1.319 +127,103,1.162 +127,104,1.028 +127,105,0.894 +127,106,0.803 +127,107,0.648 +127,108,1.484 +127,109,1.401 +127,110,1.644 +127,111,1.553 +127,112,1.465 +127,113,1.588 +127,114,1.524 +127,115,1.318 +127,116,1.579 +127,117,1.43 +127,118,1.276 +127,119,1.565 +127,120,2.597 +127,121,2.189 +127,122,1.223 +127,123,2.985 +127,124,2.616 +127,125,2.443 +127,126,1.968 +127,127,0.252 +127,128,0.455 +127,129,0.972 +127,130,2.219 +127,131,2.463 +127,132,2.764 +128,1,1.893 +128,2,1.821 +128,3,1.678 +128,4,1.604 +128,5,1.587 +128,6,1.88 +128,7,1.785 +128,8,1.639 +128,9,1.54 +128,10,1.472 +128,11,1.432 +128,12,1.452 +128,13,1.304 +128,14,1.291 +128,15,1.324 +128,16,1.207 +128,17,1.085 +128,18,1.265 +128,19,1.112 +128,20,0.964 +128,21,1.27 +128,22,1.188 +128,23,1.022 +128,24,0.884 +128,25,1.053 +128,26,0.933 +128,27,0.776 +128,28,0.811 +128,29,0.645 +128,30,2.797 +128,31,2.699 +128,32,2.622 +128,33,2.423 +128,34,2.743 +128,35,2.548 +128,36,2.455 +128,37,2.342 +128,38,2.555 +128,39,2.467 +128,40,2.323 +128,41,2.216 +128,42,2.562 +128,43,2.388 +128,44,2.253 +128,45,2.098 +128,46,2.469 +128,47,2.316 +128,48,2.18 +128,49,2.194 +128,50,2.227 +128,51,2.142 +128,52,2.058 +128,53,2.087 +128,54,2.077 +128,55,2.008 +128,56,1.902 +128,57,1.864 +128,58,1.967 +128,59,1.914 +128,60,1.783 +128,61,1.738 +128,62,2.244 +128,63,2.202 +128,64,2.049 +128,65,2.314 +128,66,2.257 +128,67,2.003 +128,68,2.194 +128,69,2.039 +128,70,1.975 +128,71,2.133 +128,72,2.097 +128,73,1.878 +128,74,2.099 +128,75,1.924 +128,76,1.774 +128,77,1.816 +128,78,1.666 +128,79,1.547 +128,80,1.744 +128,81,1.596 +128,82,1.464 +128,83,1.648 +128,84,1.506 +128,85,1.382 +128,86,1.43 +128,87,1.597 +128,88,1.484 +128,89,1.457 +128,90,1.322 +128,91,1.209 +128,92,1.4 +128,93,1.217 +128,94,1.066 +128,95,0.965 +128,96,1.462 +128,97,1.349 +128,98,1.397 +128,99,1.076 +128,100,0.939 +128,101,0.782 +128,102,1.585 +128,103,1.428 +128,104,1.294 +128,105,1.16 +128,106,1.068 +128,107,0.914 +128,108,1.75 +128,109,1.666 +128,110,1.91 +128,111,1.819 +128,112,1.731 +128,113,1.854 +128,114,1.79 +128,115,1.584 +128,116,1.844 +128,117,1.695 +128,118,1.542 +128,119,1.83 +128,120,2.826 +128,121,2.454 +128,122,1.493 +128,123,3.214 +128,124,2.881 +128,125,2.709 +128,126,2.233 +128,127,0.454 +128,128,0.228 +128,129,0.518 +128,130,2.42 +128,131,2.665 +128,132,2.966 +129,1,2.259 +129,2,2.188 +129,3,2.044 +129,4,1.97 +129,5,1.954 +129,6,2.246 +129,7,2.152 +129,8,2.006 +129,9,1.907 +129,10,1.839 +129,11,1.798 +129,12,1.818 +129,13,1.67 +129,14,1.658 +129,15,1.69 +129,16,1.573 +129,17,1.452 +129,18,1.632 +129,19,1.478 +129,20,1.33 +129,21,1.667 +129,22,1.567 +129,23,1.419 +129,24,1.25 +129,25,1.452 +129,26,1.332 +129,27,1.177 +129,28,1.328 +129,29,1.162 +129,30,3.164 +129,31,3.066 +129,32,2.989 +129,33,2.789 +129,34,3.11 +129,35,2.914 +129,36,2.822 +129,37,2.708 +129,38,2.921 +129,39,2.834 +129,40,2.69 +129,41,2.583 +129,42,2.928 +129,43,2.754 +129,44,2.62 +129,45,2.465 +129,46,2.836 +129,47,2.682 +129,48,2.546 +129,49,2.56 +129,50,2.593 +129,51,2.508 +129,52,2.425 +129,53,2.453 +129,54,2.444 +129,55,2.375 +129,56,2.268 +129,57,2.23 +129,58,2.334 +129,59,2.281 +129,60,2.149 +129,61,2.104 +129,62,2.611 +129,63,2.569 +129,64,2.416 +129,65,2.68 +129,66,2.623 +129,67,2.369 +129,68,2.56 +129,69,2.406 +129,70,2.341 +129,71,2.566 +129,72,2.53 +129,73,2.245 +129,74,2.466 +129,75,2.357 +129,76,2.189 +129,77,2.183 +129,78,2.033 +129,79,1.914 +129,80,2.111 +129,81,1.962 +129,82,1.83 +129,83,2.016 +129,84,1.873 +129,85,1.749 +129,86,1.797 +129,87,2.075 +129,88,1.862 +129,89,1.936 +129,90,1.728 +129,91,1.608 +129,92,1.916 +129,93,1.733 +129,94,1.583 +129,95,1.482 +129,96,1.978 +129,97,1.865 +129,98,1.914 +129,99,1.593 +129,100,1.456 +129,101,1.299 +129,102,2.101 +129,103,1.944 +129,104,1.811 +129,105,1.677 +129,106,1.585 +129,107,1.431 +129,108,2.266 +129,109,2.183 +129,110,2.388 +129,111,2.297 +129,112,2.164 +129,113,2.333 +129,114,2.268 +129,115,2.062 +129,116,2.36 +129,117,2.211 +129,118,2.058 +129,119,2.346 +129,120,3.193 +129,121,2.82 +129,122,2.01 +129,123,3.581 +129,124,3.247 +129,125,3.076 +129,126,2.749 +129,127,0.971 +129,128,0.518 +129,129,0.273 +129,130,2.787 +129,131,3.031 +129,132,3.332 +130,1,0.947 +130,2,0.853 +130,3,0.807 +130,4,0.884 +130,5,0.959 +130,6,1.105 +130,7,0.984 +130,8,0.98 +130,9,0.955 +130,10,1.032 +130,11,1.121 +130,12,1.079 +130,13,1.146 +130,14,1.223 +130,15,1.269 +130,16,1.274 +130,17,1.35 +130,18,1.346 +130,19,1.421 +130,20,1.468 +130,21,1.538 +130,22,1.481 +130,23,1.544 +130,24,1.656 +130,25,1.614 +130,26,1.668 +130,27,1.783 +130,28,1.804 +130,29,1.947 +130,30,1 +130,31,0.744 +130,32,0.628 +130,33,0.538 +130,34,0.99 +130,35,1.028 +130,36,0.852 +130,37,0.658 +130,38,1.135 +130,39,1.134 +130,40,0.928 +130,41,0.822 +130,42,1.297 +130,43,1.259 +130,44,1.065 +130,45,0.961 +130,46,0.415 +130,47,0.268 +130,48,0.302 +130,49,0.42 +130,50,0.638 +130,51,0.385 +130,52,0.415 +130,53,0.549 +130,54,0.664 +130,55,0.71 +130,56,0.552 +130,57,0.608 +130,58,0.835 +130,59,0.735 +130,60,0.679 +130,61,0.752 +130,62,1.34 +130,63,1.209 +130,64,1.122 +130,65,1.441 +130,66,1.384 +130,67,1.27 +130,68,1.586 +130,69,1.527 +130,70,1.424 +130,71,1.728 +130,72,1.655 +130,73,1.462 +130,74,1.835 +130,75,1.778 +130,76,1.604 +130,77,1.212 +130,78,1.119 +130,79,1.092 +130,80,1.368 +130,81,1.324 +130,82,1.226 +130,83,1.49 +130,84,1.464 +130,85,1.442 +130,86,1.518 +130,87,1.624 +130,88,1.582 +130,89,1.76 +130,90,1.708 +130,91,1.682 +130,92,1.892 +130,93,1.922 +130,94,1.861 +130,95,1.748 +130,96,2.043 +130,97,2.054 +130,98,2.143 +130,99,1.942 +130,100,1.98 +130,101,2.08 +130,102,2.166 +130,103,2.299 +130,104,2.165 +130,105,2.12 +130,106,2.25 +130,107,2.16 +130,108,2.331 +130,109,2.424 +130,110,2.028 +130,111,1.883 +130,112,1.697 +130,113,1.996 +130,114,1.931 +130,115,1.867 +130,116,2.213 +130,117,2.064 +130,118,1.995 +130,119,2.398 +130,120,1.315 +130,121,1.797 +130,122,2.364 +130,123,1.736 +130,124,1.982 +130,125,2.339 +130,126,2.691 +130,127,2.18 +130,128,2.384 +130,129,2.754 +130,130,0.186 +130,131,0.271 +130,132,0.698 +131,1,1.192 +131,2,1.097 +131,3,1.051 +131,4,1.129 +131,5,1.204 +131,6,1.349 +131,7,1.228 +131,8,1.225 +131,9,1.199 +131,10,1.276 +131,11,1.365 +131,12,1.323 +131,13,1.39 +131,14,1.468 +131,15,1.514 +131,16,1.519 +131,17,1.594 +131,18,1.59 +131,19,1.665 +131,20,1.712 +131,21,1.783 +131,22,1.725 +131,23,1.788 +131,24,1.9 +131,25,1.859 +131,26,1.912 +131,27,2.027 +131,28,2.048 +131,29,2.191 +131,30,1.124 +131,31,0.935 +131,32,0.863 +131,33,0.782 +131,34,1.18 +131,35,1.219 +131,36,1.042 +131,37,0.902 +131,38,1.326 +131,39,1.325 +131,40,1.118 +131,41,1.066 +131,42,1.488 +131,43,1.45 +131,44,1.256 +131,45,1.205 +131,46,0.66 +131,47,0.513 +131,48,0.544 +131,49,0.662 +131,50,0.882 +131,51,0.629 +131,52,0.66 +131,53,0.791 +131,54,0.908 +131,55,0.955 +131,56,0.796 +131,57,0.853 +131,58,1.08 +131,59,0.98 +131,60,0.924 +131,61,0.996 +131,62,1.531 +131,63,1.4 +131,64,1.366 +131,65,1.632 +131,66,1.575 +131,67,1.514 +131,68,1.777 +131,69,1.742 +131,70,1.668 +131,71,1.919 +131,72,1.846 +131,73,1.706 +131,74,2.08 +131,75,1.969 +131,76,1.848 +131,77,1.456 +131,78,1.363 +131,79,1.337 +131,80,1.613 +131,81,1.569 +131,82,1.47 +131,83,1.734 +131,84,1.709 +131,85,1.687 +131,86,1.762 +131,87,1.869 +131,88,1.827 +131,89,2.004 +131,90,1.953 +131,91,1.926 +131,92,2.136 +131,93,2.167 +131,94,2.105 +131,95,1.993 +131,96,2.288 +131,97,2.298 +131,98,2.387 +131,99,2.187 +131,100,2.225 +131,101,2.325 +131,102,2.41 +131,103,2.544 +131,104,2.41 +131,105,2.365 +131,106,2.495 +131,107,2.405 +131,108,2.575 +131,109,2.669 +131,110,2.26 +131,111,2.116 +131,112,1.942 +131,113,2.24 +131,114,2.176 +131,115,2.111 +131,116,2.457 +131,117,2.308 +131,118,2.239 +131,119,2.643 +131,120,1.506 +131,121,1.987 +131,122,2.609 +131,123,1.787 +131,124,2.16 +131,125,2.53 +131,126,2.922 +131,127,2.425 +131,128,2.629 +131,129,2.998 +131,130,0.271 +131,131,0.205 +131,132,0.67 +132,1,1.151 +132,2,1.222 +132,3,1.292 +132,4,1.433 +132,5,1.535 +132,6,1.304 +132,7,1.351 +132,8,1.462 +132,9,1.451 +132,10,1.581 +132,11,1.67 +132,12,1.575 +132,13,1.687 +132,14,1.765 +132,15,1.765 +132,16,1.816 +132,17,1.891 +132,18,1.842 +132,19,1.962 +132,20,2.01 +132,21,2.01 +132,22,1.977 +132,23,2.086 +132,24,2.197 +132,25,2.11 +132,26,2.21 +132,27,2.324 +132,28,2.346 +132,29,2.488 +132,30,0.483 +132,31,0.564 +132,32,0.492 +132,33,0.584 +132,34,0.569 +132,35,0.608 +132,36,0.672 +132,37,0.657 +132,38,0.715 +132,39,0.828 +132,40,0.748 +132,41,0.821 +132,42,0.877 +132,43,0.838 +132,44,0.885 +132,45,0.96 +132,46,0.658 +132,47,0.779 +132,48,0.92 +132,49,1.038 +132,50,0.756 +132,51,0.896 +132,52,1.01 +132,53,1.167 +132,54,0.894 +132,55,1.167 +132,56,1.143 +132,57,1.204 +132,58,1.085 +132,59,1.118 +132,60,1.252 +132,61,1.347 +132,62,1.067 +132,63,1.029 +132,64,1.121 +132,65,1.238 +132,66,1.181 +132,67,1.228 +132,68,1.378 +132,69,1.348 +132,70,1.382 +132,71,1.524 +132,72,1.452 +132,73,1.51 +132,74,1.787 +132,75,1.575 +132,76,1.676 +132,77,1.412 +132,78,1.479 +132,79,1.574 +132,80,1.568 +132,81,1.626 +132,82,1.697 +132,83,1.689 +132,84,1.846 +132,85,1.914 +132,86,1.969 +132,87,1.824 +132,88,1.972 +132,89,1.946 +132,90,2.11 +132,91,2.137 +132,92,2.078 +132,93,2.172 +132,94,2.264 +132,95,2.244 +132,96,2.229 +132,97,2.303 +132,98,2.392 +132,99,2.438 +132,100,2.522 +132,101,2.622 +132,102,2.352 +132,103,2.506 +132,104,2.639 +132,105,2.616 +132,106,2.792 +132,107,2.702 +132,108,2.517 +132,109,2.61 +132,110,1.866 +132,111,1.722 +132,112,1.791 +132,113,1.91 +132,114,1.845 +132,115,1.986 +132,116,2.127 +132,117,1.978 +132,118,2.114 +132,119,2.314 +132,120,0.894 +132,121,1.376 +132,122,2.86 +132,123,1.132 +132,124,1.505 +132,125,1.9 +132,126,2.311 +132,127,2.722 +132,128,2.926 +132,129,3.296 +132,130,0.698 +132,131,0.67 +132,132,0.267